diff options
| -rw-r--r-- | data/sql/base/auth.sql (renamed from data/sql/base/auth/auth.sql) | 56 | ||||
| -rw-r--r-- | data/sql/base/characters.sql (renamed from data/sql/base/characters/characters.sql) | 150 | ||||
| -rw-r--r-- | data/sql/base/world.sql (renamed from data/sql/base/world/world.sql) | 67 |
3 files changed, 224 insertions, 49 deletions
diff --git a/data/sql/base/auth/auth.sql b/data/sql/base/auth.sql index 63f7ea9938..682dd931f8 100644 --- a/data/sql/base/auth/auth.sql +++ b/data/sql/base/auth.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 5.6.10, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 5.5.42, for osx10.6 (i386) -- --- Host: localhost Database: clean_auth +-- Host: localhost Database: auth -- ------------------------------------------------------ --- Server version 5.6.10 +-- Server version 5.5.42 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -111,6 +111,52 @@ LOCK TABLES `account_banned` WRITE; UNLOCK TABLES; -- +-- Table structure for table `auth_db_version` +-- + +DROP TABLE IF EXISTS `auth_db_version`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `auth_db_version` ( + `2016_07_10_00` bit(1) DEFAULT NULL +) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Last applied sql update to DB'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `auth_db_version` +-- + +LOCK TABLES `auth_db_version` WRITE; +/*!40000 ALTER TABLE `auth_db_version` DISABLE KEYS */; +/*!40000 ALTER TABLE `auth_db_version` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `autobroadcast` +-- + +DROP TABLE IF EXISTS `autobroadcast`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `autobroadcast` ( + `realmid` int(11) NOT NULL DEFAULT '-1', + `id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT, + `weight` tinyint(3) unsigned DEFAULT '1', + `text` longtext NOT NULL, + PRIMARY KEY (`id`,`realmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `autobroadcast` +-- + +LOCK TABLES `autobroadcast` WRITE; +/*!40000 ALTER TABLE `autobroadcast` DISABLE KEYS */; +/*!40000 ALTER TABLE `autobroadcast` ENABLE KEYS */; +UNLOCK TABLES; + +-- -- Table structure for table `ip_banned` -- @@ -192,7 +238,7 @@ CREATE TABLE `realmlist` ( LOCK TABLES `realmlist` WRITE; /*!40000 ALTER TABLE `realmlist` DISABLE KEYS */; -INSERT INTO `realmlist` VALUES (1,'MyRealm','127.0.0.1','127.0.0.1','255.255.255.0',8085,1,0,5,0,0,12340); +INSERT INTO `realmlist` VALUES (1,'AzerothCore','127.0.0.1','127.0.0.1','255.255.255.0',8085,0,2,1,0,0,12340); /*!40000 ALTER TABLE `realmlist` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; @@ -205,4 +251,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2016-02-16 6:03:39 +-- Dump completed on 2016-08-08 19:00:58 diff --git a/data/sql/base/characters/characters.sql b/data/sql/base/characters.sql index 84342a891f..937ecfbb94 100644 --- a/data/sql/base/characters/characters.sql +++ b/data/sql/base/characters.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 5.6.10, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 5.5.42, for osx10.6 (i386) -- --- Host: localhost Database: clean_characters +-- Host: localhost Database: characters -- ------------------------------------------------------ --- Server version 5.6.10 +-- Server version 5.5.42 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -216,6 +216,29 @@ LOCK TABLES `auctionhouse` WRITE; UNLOCK TABLES; -- +-- Table structure for table `battleground_deserters` +-- + +DROP TABLE IF EXISTS `battleground_deserters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `battleground_deserters` ( + `guid` int(10) unsigned NOT NULL COMMENT 'characters.guid', + `type` tinyint(3) unsigned NOT NULL COMMENT 'type of the desertion', + `datetime` datetime NOT NULL COMMENT 'datetime of the desertion' +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `battleground_deserters` +-- + +LOCK TABLES `battleground_deserters` WRITE; +/*!40000 ALTER TABLE `battleground_deserters` DISABLE KEYS */; +/*!40000 ALTER TABLE `battleground_deserters` ENABLE KEYS */; +UNLOCK TABLES; + +-- -- Table structure for table `bugreport` -- @@ -1373,6 +1396,27 @@ LOCK TABLES `characters` WRITE; UNLOCK TABLES; -- +-- Table structure for table `characters_db_version` +-- + +DROP TABLE IF EXISTS `characters_db_version`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `characters_db_version` ( + `2016_07_10_00` bit(1) DEFAULT NULL +) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Last applied sql update to DB'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `characters_db_version` +-- + +LOCK TABLES `characters_db_version` WRITE; +/*!40000 ALTER TABLE `characters_db_version` DISABLE KEYS */; +/*!40000 ALTER TABLE `characters_db_version` ENABLE KEYS */; +UNLOCK TABLES; + +-- -- Table structure for table `cheaters` -- @@ -1475,7 +1519,7 @@ CREATE TABLE `creature_respawn` ( LOCK TABLES `creature_respawn` WRITE; /*!40000 ALTER TABLE `creature_respawn` DISABLE KEYS */; -INSERT INTO `creature_respawn` VALUES (40270,1454189252,571,0); +INSERT INTO `creature_respawn` VALUES (40270,1470675514,571,0); /*!40000 ALTER TABLE `creature_respawn` ENABLE KEYS */; UNLOCK TABLES; @@ -1606,42 +1650,44 @@ LOCK TABLES `gm_surveys` WRITE; UNLOCK TABLES; -- --- Table structure for table `gm_tickets` +-- Table structure for table `gm_ticket` -- -DROP TABLE IF EXISTS `gm_tickets`; +DROP TABLE IF EXISTS `gm_ticket`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; -CREATE TABLE `gm_tickets` ( - `ticketId` int(10) unsigned NOT NULL AUTO_INCREMENT, - `guid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Global Unique Identifier of ticket creator', +CREATE TABLE `gm_ticket` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `type` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '0 open, 1 closed, 2 character deleted', + `playerGuid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Global Unique Identifier of ticket creator', `name` varchar(12) NOT NULL COMMENT 'Name of ticket creator', - `message` text NOT NULL, + `description` text NOT NULL, `createTime` int(10) unsigned NOT NULL DEFAULT '0', `mapId` smallint(5) unsigned NOT NULL DEFAULT '0', `posX` float NOT NULL DEFAULT '0', `posY` float NOT NULL DEFAULT '0', `posZ` float NOT NULL DEFAULT '0', `lastModifiedTime` int(10) unsigned NOT NULL DEFAULT '0', - `closedBy` int(10) NOT NULL DEFAULT '0', + `closedBy` int(10) unsigned NOT NULL DEFAULT '0', `assignedTo` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'GUID of admin to whom ticket is assigned', `comment` text NOT NULL, `response` text NOT NULL, `completed` tinyint(3) unsigned NOT NULL DEFAULT '0', `escalated` tinyint(3) unsigned NOT NULL DEFAULT '0', `viewed` tinyint(3) unsigned NOT NULL DEFAULT '0', - `haveTicket` tinyint(3) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`ticketId`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Player System'; + `needMoreHelp` tinyint(3) unsigned NOT NULL DEFAULT '0', + `resolvedBy` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'GUID of GM who resolved the ticket', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=10572 DEFAULT CHARSET=utf8 COMMENT='Player System'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `gm_tickets` +-- Dumping data for table `gm_ticket` -- -LOCK TABLES `gm_tickets` WRITE; -/*!40000 ALTER TABLE `gm_tickets` DISABLE KEYS */; -/*!40000 ALTER TABLE `gm_tickets` ENABLE KEYS */; +LOCK TABLES `gm_ticket` WRITE; +/*!40000 ALTER TABLE `gm_ticket` DISABLE KEYS */; +/*!40000 ALTER TABLE `gm_ticket` ENABLE KEYS */; UNLOCK TABLES; -- @@ -2023,7 +2069,7 @@ CREATE TABLE `instance_reset` ( LOCK TABLES `instance_reset` WRITE; /*!40000 ALTER TABLE `instance_reset` DISABLE KEYS */; -INSERT INTO `instance_reset` VALUES (249,0,1454731200),(249,1,1454731200),(269,1,1454212800),(309,0,1454385600),(409,0,1454731200),(469,0,1454731200),(509,0,1454385600),(531,0,1454731200),(532,0,1454731200),(533,0,1454731200),(533,1,1454731200),(534,0,1454731200),(540,1,1454212800),(542,1,1454212800),(543,1,1454212800),(544,0,1454731200),(545,1,1454212800),(546,1,1454212800),(547,1,1454212800),(548,0,1454731200),(550,0,1454731200),(552,1,1454212800),(553,1,1454212800),(554,1,1454212800),(555,1,1454212800),(556,1,1454212800),(557,1,1454212800),(558,1,1454212800),(560,1,1454212800),(564,0,1454731200),(565,0,1454731200),(568,0,1454385600),(574,1,1454212800),(575,1,1454212800),(576,1,1454212800),(578,1,1454212800),(580,0,1454731200),(585,1,1454212800),(595,1,1454212800),(598,1,1454212800),(599,1,1454212800),(600,1,1454212800),(601,1,1454212800),(602,1,1454212800),(603,0,1454731200),(603,1,1454731200),(604,1,1454212800),(608,1,1454212800),(615,0,1454731200),(615,1,1454731200),(616,0,1454731200),(616,1,1454731200),(619,1,1454212800),(624,0,1454731200),(624,1,1454731200),(631,0,1454731200),(631,1,1454731200),(631,2,1454731200),(631,3,1454731200),(632,1,1454212800),(649,0,1454731200),(649,1,1454731200),(649,2,1454731200),(649,3,1454731200),(650,1,1454212800),(658,1,1454212800),(668,1,1454212800),(724,0,1454731200),(724,1,1454731200),(724,2,1454731200),(724,3,1454731200); +INSERT INTO `instance_reset` VALUES (249,0,1471060800),(249,1,1471060800),(269,1,1470715200),(309,0,1470715200),(409,0,1471060800),(469,0,1471060800),(509,0,1470715200),(531,0,1471060800),(532,0,1471060800),(533,0,1471060800),(533,1,1471060800),(534,0,1471060800),(540,1,1470715200),(542,1,1470715200),(543,1,1470715200),(544,0,1471060800),(545,1,1470715200),(546,1,1470715200),(547,1,1470715200),(548,0,1471060800),(550,0,1471060800),(552,1,1470715200),(553,1,1470715200),(554,1,1470715200),(555,1,1470715200),(556,1,1470715200),(557,1,1470715200),(558,1,1470715200),(560,1,1470715200),(564,0,1471060800),(565,0,1471060800),(568,0,1470715200),(574,1,1470715200),(575,1,1470715200),(576,1,1470715200),(578,1,1470715200),(580,0,1471060800),(585,1,1470715200),(595,1,1470715200),(598,1,1470715200),(599,1,1470715200),(600,1,1470715200),(601,1,1470715200),(602,1,1470715200),(603,0,1471060800),(603,1,1471060800),(604,1,1470715200),(608,1,1470715200),(615,0,1471060800),(615,1,1471060800),(616,0,1471060800),(616,1,1471060800),(619,1,1470715200),(624,0,1471060800),(624,1,1471060800),(631,0,1471060800),(631,1,1471060800),(631,2,1471060800),(631,3,1471060800),(632,1,1470715200),(649,0,1471060800),(649,1,1471060800),(649,2,1471060800),(649,3,1471060800),(650,1,1470715200),(658,1,1470715200),(668,1,1470715200),(724,0,1471060800),(724,1,1471060800),(724,2,1471060800),(724,3,1471060800); /*!40000 ALTER TABLE `instance_reset` ENABLE KEYS */; UNLOCK TABLES; @@ -2530,10 +2576,72 @@ CREATE TABLE `pool_quest_save` ( LOCK TABLES `pool_quest_save` WRITE; /*!40000 ALTER TABLE `pool_quest_save` DISABLE KEYS */; +INSERT INTO `pool_quest_save` VALUES (348,24635),(349,14102),(350,13889),(351,13914),(352,11379),(353,11666),(354,13425),(356,11370),(357,11500),(358,14074),(359,14112),(360,14144),(361,14141),(362,12760),(363,14108),(380,12737),(381,12734),(382,12761),(384,13191),(385,13153),(386,12563),(5662,13673),(5663,13764),(5664,13770),(5665,13774),(5666,13780),(5667,13783),(5668,13669),(5669,13616),(5670,13743),(5671,13748),(5672,13757),(5673,13753),(5674,13103),(5675,13116),(5676,13836),(5677,12962),(5678,24586); /*!40000 ALTER TABLE `pool_quest_save` ENABLE KEYS */; UNLOCK TABLES; -- +-- Table structure for table `pvpstats_battlegrounds` +-- + +DROP TABLE IF EXISTS `pvpstats_battlegrounds`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `pvpstats_battlegrounds` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `winner_faction` tinyint(4) NOT NULL, + `bracket_id` tinyint(3) unsigned NOT NULL, + `type` tinyint(3) unsigned NOT NULL, + `date` datetime NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `pvpstats_battlegrounds` +-- + +LOCK TABLES `pvpstats_battlegrounds` WRITE; +/*!40000 ALTER TABLE `pvpstats_battlegrounds` DISABLE KEYS */; +/*!40000 ALTER TABLE `pvpstats_battlegrounds` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `pvpstats_players` +-- + +DROP TABLE IF EXISTS `pvpstats_players`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `pvpstats_players` ( + `battleground_id` bigint(20) unsigned NOT NULL, + `character_guid` int(10) unsigned NOT NULL, + `winner` bit(1) NOT NULL, + `score_killing_blows` mediumint(8) unsigned NOT NULL, + `score_deaths` mediumint(8) unsigned NOT NULL, + `score_honorable_kills` mediumint(8) unsigned NOT NULL, + `score_bonus_honor` mediumint(8) unsigned NOT NULL, + `score_damage_done` mediumint(8) unsigned NOT NULL, + `score_healing_done` mediumint(8) unsigned NOT NULL, + `attr_1` mediumint(8) unsigned NOT NULL DEFAULT '0', + `attr_2` mediumint(8) unsigned NOT NULL DEFAULT '0', + `attr_3` mediumint(8) unsigned NOT NULL DEFAULT '0', + `attr_4` mediumint(8) unsigned NOT NULL DEFAULT '0', + `attr_5` mediumint(8) unsigned NOT NULL DEFAULT '0', + PRIMARY KEY (`battleground_id`,`character_guid`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `pvpstats_players` +-- + +LOCK TABLES `pvpstats_players` WRITE; +/*!40000 ALTER TABLE `pvpstats_players` DISABLE KEYS */; +/*!40000 ALTER TABLE `pvpstats_players` ENABLE KEYS */; +UNLOCK TABLES; + +-- -- Table structure for table `reserved_name` -- @@ -2625,7 +2733,7 @@ CREATE TABLE `worldstates` ( LOCK TABLES `worldstates` WRITE; /*!40000 ALTER TABLE `worldstates` DISABLE KEYS */; -INSERT INTO `worldstates` VALUES (3781,9000000,NULL),(3801,0,NULL),(3802,1,NULL),(20001,1454691600,NULL),(20002,1454562000,NULL),(20003,1454216400,NULL),(20005,1454216400,NULL),(20006,1454216400,NULL),(20007,1454302800,NULL); +INSERT INTO `worldstates` VALUES (3781,9000000,NULL),(3801,0,NULL),(3802,1,NULL),(20001,1454691600,NULL),(20002,1470888000,NULL),(20003,1470715200,NULL),(20005,1470715200,NULL),(20006,1470715200,NULL),(20007,1472702400,NULL); /*!40000 ALTER TABLE `worldstates` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; @@ -2638,4 +2746,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2016-02-16 6:03:29 +-- Dump completed on 2016-08-08 19:00:21 diff --git a/data/sql/base/world/world.sql b/data/sql/base/world.sql index c036e84061..89be038c02 100644 --- a/data/sql/base/world/world.sql +++ b/data/sql/base/world.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 5.6.10, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 5.5.42, for osx10.6 (i386) -- --- Host: localhost Database: sc_world +-- Host: localhost Database: world -- ------------------------------------------------------ --- Server version 5.6.10 +-- Server version 5.5.42 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -398,18 +398,18 @@ CREATE TABLE `creature` ( LOCK TABLES `creature` WRITE; /*!40000 ALTER TABLE `creature` DISABLE KEYS */; -INSERT INTO `creature` VALUES (6732,721,0,1,1,4626,0,-9638.02,-3164.06,49.1948,3.11049,300,5,0,1,0,1,0,0,0),(6731,440,0,1,1,6033,1,-9651.1,-3235.98,48.5948,1.37223,300,10,0,449,0,1,0,0,0),(6730,485,0,1,1,6034,1,-9625.69,-3206.58,49.3529,2.63545,300,0,0,494,0,0,0,0,0),(6729,485,0,1,1,6034,1,-9650.84,-3201.15,48.4217,1.7654,300,10,0,494,0,1,0,0,0),(6728,485,0,1,1,6034,1,-9686.17,-3088.98,53.7543,2.01969,300,0,0,494,0,0,0,0,0),(15287,2388,0,1,1,3675,1,-5.96873,-942.282,57.1621,2.7415,300,0,0,1003,0,0,0,0,0),(11,1215,0,1,1,0,1,-9056,152.629,115.116,3.159,250,0,0,787,0,0,0,0,0),(12,1218,0,1,1,0,1,-9060,148.566,115.222,1.606,180,0,0,198,0,0,0,0,0),(125624,30193,571,1,1,0,0,5716.44,-3047.59,307.44,0.349066,120,0,0,1,0,0,0,0,0),(125623,30102,571,1,1,0,0,5790.66,-2901.04,300.281,4.93928,120,0,0,1,0,0,0,0,0),(125622,30102,571,1,1,0,0,5821.17,-2911.49,303.629,3.78736,120,0,0,1,0,0,0,0,0),(125621,30102,571,1,1,0,0,5814.96,-2911.63,300.281,4.25313,120,0,0,1,0,0,0,0,0),(125620,30102,571,1,1,0,0,5801.15,-2895.24,303.629,4.53786,120,0,0,1,0,0,0,0,0),(125619,30102,571,1,1,0,0,5824.49,-2917.67,303.629,4.12218,120,0,0,1,0,0,0,0,0),(47641,8916,230,1,1,9072,1,539.627,-189.186,-35.5125,0,7200,0,0,2304,1807,0,0,0,0),(125618,30102,571,1,1,0,0,5823.24,-2895.7,307.44,3.97935,120,0,0,1,0,0,0,0,0),(125617,30102,571,1,1,0,0,5691.66,-2974.02,303.629,0.122173,120,0,0,1,0,0,0,0,0),(125616,30102,571,1,1,0,0,5826.04,-2935.94,300.27,3.64774,120,0,0,1,0,0,0,0,0),(125615,30102,571,1,1,0,0,5862.83,-2978.31,307.44,3.07178,120,0,0,1,0,0,0,0,0),(125614,30102,571,1,1,0,0,5849.7,-2984.78,300.281,3.08923,120,0,0,1,0,0,0,0,0),(125613,30102,571,1,1,0,0,5735.7,-3037.58,296.551,0.558505,120,0,0,1,0,0,0,0,0),(26,6569,0,1,1,0,0,-4835.97,-1260.58,501.951,4.55531,190,0,0,484,0,0,0,0,0),(27,5123,0,1,1,0,1,-4913.43,-1284.47,505.377,4.20624,310,0,0,1003,0,0,0,0,0),(28,5178,0,1,1,0,1,-4856.88,-1237.26,501.807,0.523599,310,0,0,1003,0,0,0,0,0),(29,5177,0,1,1,0,1,-4863.04,-1240.3,501.807,3.75246,310,0,0,1342,0,0,0,0,0),(30,794,0,1,1,0,0,-9387.13,-117.859,58.862,2.818,180,0,0,42,0,0,0,0,0),(31,1246,0,1,1,0,1,-4863.04,-1238.05,501.807,2.19912,310,0,0,1003,0,0,0,0,0),(32,11028,0,1,1,0,1,-4802.49,-1248.5,502.086,4.41568,190,0,0,664,0,0,0,0,0),(33,6169,0,1,1,0,1,-4812.48,-1250.62,502.014,4.62512,540,0,0,2059,0,0,0,0,0),(34,7937,0,1,1,0,1,-4827.63,-1257.16,506.119,4.57276,6300,0,0,5578000,0,0,0,0,0),(35,7950,0,1,1,0,1,-4823.04,-1265.7,501.951,4.60767,430,0,0,3758,0,0,0,0,0),(36,7944,0,1,1,0,1,-4834.77,-1263.45,501.951,4.72984,430,0,0,3758,0,0,0,0,0),(37,14724,0,1,1,0,1,-4823.65,-1299.36,501.951,0.959931,25000,0,0,1220,0,0,0,0,0),(38,15763,0,1,1,0,0,-4811.98,-1264.85,501.951,3.05433,300,0,0,2614,0,0,0,0,0),(39,5122,0,1,1,0,1,-4921.13,-1280.97,512.044,5.8294,310,0,0,1003,0,0,0,0,0),(40,4081,0,1,1,0,0,-4842.96,-1283.51,501.951,1.55334,250,0,0,950,0,0,0,0,0),(41,5174,0,1,1,0,1,-4798.97,-1254.84,502.086,5.21853,540,0,0,2218,0,0,0,0,0),(42,5175,0,1,1,0,1,-4793.47,-1249.97,502.086,3.12414,310,0,0,1003,0,0,0,0,0),(43,11029,0,1,1,0,1,-4795.64,-1247.08,502.086,3.7001,310,0,0,1107,0,0,0,0,0),(44,5595,0,1,1,0,1,-4912.55,-1240.4,501.66,2.67035,300,0,0,15952,0,0,0,0,0),(45,5595,0,1,1,0,1,-4917.7,-1250.29,501.66,2.68781,300,0,0,15952,0,0,0,0,0),(46,5595,0,1,1,0,1,-4748.27,-1264.66,501.659,0.279253,300,0,0,15952,0,0,0,0,0),(47,5595,0,1,1,0,1,-4745.03,-1275.25,501.659,0.366519,300,0,0,15952,0,0,0,0,0),(48,5158,0,1,1,0,0,-4801.37,-1196.13,505.898,0.20944,310,0,0,1003,0,0,0,0,0),(49,5157,0,1,1,0,1,-4809.03,-1186.13,512.564,3.26377,310,0,0,1342,0,0,0,0,0),(50,11065,0,1,1,0,1,-4808.6,-1190.14,505.898,2.89725,250,0,0,713,0,0,0,0,0),(51,5124,0,1,1,0,1,-4981,-1163,501.646,4.159,310,0,1,1003,0,2,0,0,0),(52,15187,0,1,1,0,0,-4818.88,-1176.41,502.278,2.49582,430,0,0,1830,5013,0,0,0,0),(53,5570,0,1,1,0,1,-4975.23,-1286.97,502.053,0.959931,430,0,0,2769,0,0,0,0,0),(54,5140,0,1,1,0,1,-4969.12,-1284.82,510.386,0.994838,310,0,0,1003,0,0,0,0,0),(55,5605,0,1,1,0,1,-4974.75,-1283.12,502.053,4.17134,310,0,0,1003,0,0,0,0,0),(56,2695,0,1,1,0,1,-4924.32,-1215.65,502.594,3.87463,180,0,0,328,0,0,0,0,0),(57,5595,0,1,1,0,1,-4956.43,-1193.64,501.66,2.68612,300,0,0,15952,0,2,0,0,0),(58,5595,0,1,1,0,1,-4995.1,-1224.35,501.769,0.715585,300,0,0,15952,0,0,0,0,0),(59,10090,0,1,1,0,0,-5022.09,-1273.85,507.839,5.48033,540,0,0,1753,0,0,0,0,0),(60,7976,0,1,1,0,1,-5041.1,-1200.23,502.318,0.628319,310,0,0,1003,0,0,0,0,0),(61,5121,0,1,1,0,1,-5037.28,-1208.09,508.986,2.14675,310,0,0,1003,0,0,0,0,0),(62,5119,0,1,1,0,1,-5034.4,-1205.31,502.318,2.02458,310,0,0,1003,0,0,0,0,0),(63,7298,0,1,1,0,1,-5015.66,-1279.06,507.836,5.34071,540,0,0,2218,0,0,0,0,0),(6727,485,0,1,1,6034,1,-9658.43,-3122.69,50.6427,4.40298,300,5,0,494,0,1,0,0,0),(6726,485,0,1,1,6034,1,-9709.6,-3067.4,58.5783,0.122173,300,0,0,494,0,0,0,0,0),(6725,721,0,1,1,4626,0,-9302.52,-1893.62,74.3531,1.00089,300,5,0,1,0,1,0,0,0),(6724,4462,0,1,1,6031,1,-9362.42,-3081.44,164.784,5.88176,300,0,0,605,0,0,0,0,0),(6723,620,0,1,1,304,0,-9238.75,-2055.19,77.099,4.86356,300,5,0,1,0,1,0,0,0),(6722,4065,0,1,1,6029,1,-9357.39,-3079.56,164.784,4.69494,300,0,0,521,0,0,0,0,0),(6721,1678,0,1,1,3361,1,-9267.56,-2167.64,62.6756,1.08577,300,0,0,198,0,0,0,0,0),(6720,382,0,1,1,3454,1,-9284.03,-2298.16,67.5772,1.13446,300,0,0,1342,0,0,0,0,0),(6719,415,0,1,1,3358,1,-9259.44,-2243.22,64.0584,3.14159,300,0,0,713,0,0,0,0,0),(6718,793,0,1,1,3356,1,-9247.73,-2234.38,64.1168,3.89208,300,0,0,713,0,0,0,0,0),(6717,956,0,1,1,3353,1,-9247.4,-2241.15,64.0584,4.64487,300,0,0,573,0,0,0,0,0),(6716,903,0,1,1,3446,1,-9412.65,-2255.45,67.6043,3.735,300,0,0,1910,0,0,0,0,0),(6715,932,0,1,1,3384,1,-9411.45,-2263.29,67.44,2.96349,300,0,0,2440,0,0,0,0,0),(6714,931,0,1,1,3364,0,-9435.21,-2234.88,69.1882,4.81711,180,0,0,10572,0,0,0,0,0),(207585,15102,530,1,1,0,0,-1649.32,5219.5,-43.031,4.50295,120,0,0,1,0,0,0,0,0),(207583,15105,530,1,1,0,0,-2054.11,5246.56,-39.2211,1.8326,120,0,0,1,0,0,0,0,0),(81,19915,0,1,1,0,0,-5044.19,-1277.27,510.325,0.958504,300,0,0,6986,0,0,0,0,0),(82,5117,0,1,1,0,1,-5006.6,-1266.04,507.837,3.78736,540,0,0,1753,0,0,0,0,0),(83,1901,0,1,1,0,1,-5044.87,-1243.06,507.837,5.46288,540,0,0,2218,0,0,0,0,0),(84,5114,0,1,1,0,1,-5035.67,-1234.64,507.835,5.35816,540,0,0,2218,0,0,0,0,0),(85,9984,0,1,1,0,0,-5010.22,-1261.46,507.839,3.76991,310,0,0,1003,0,0,0,0,0),(86,5120,0,1,1,0,1,-5037.14,-1206.7,502.318,2.1293,310,0,0,1003,0,0,0,0,0),(87,5116,0,1,1,0,1,-5010.39,-1274.05,507.835,2.26893,430,0,0,2769,0,0,0,0,0),(88,5595,0,1,1,0,1,-4988.81,-1232.08,501.769,0.785398,300,0,0,15952,0,0,0,0,0),(89,13084,0,1,1,0,1,-5042.06,-1205.56,508.901,0.977384,430,0,0,15505,0,0,0,0,0),(90,11865,0,1,1,0,1,-5041.53,-1197.25,508.985,5.2709,430,0,0,15505,0,0,0,0,0),(91,14365,0,1,1,0,1,-4958.23,-940.214,501.66,1.49183,900,0,1,50400,0,2,0,0,0),(92,5126,0,1,1,0,1,-5030.41,-1147.3,512.063,2.04204,310,0,0,1003,0,0,0,0,0),(93,5125,0,1,1,0,0,-5032.96,-1139.38,505.396,3.4383,310,0,0,1003,0,0,0,0,0),(94,5129,0,1,1,0,0,-5033.39,-1146.08,505.396,3.1765,310,0,0,1003,0,0,0,0,0),(95,5138,0,1,1,0,1,-4883.2,-1149.06,505.853,5.3058,310,0,0,1003,0,0,0,0,0),(96,5137,0,1,1,0,1,-4881.24,-1155.52,505.853,5.34071,310,0,0,1342,0,0,0,0,0),(97,5595,0,1,1,0,1,-4948.85,-1191.17,501.66,3.8315,300,0,0,15952,0,2,0,0,0),(98,5100,0,1,1,0,1,-4958.07,-1015.15,503.95,4.17134,310,0,0,1003,0,0,0,0,0),(99,5101,0,1,1,0,1,-4962.1,-1023.77,503.952,1.13446,310,0,0,1003,0,0,0,0,0),(100,2790,0,1,1,0,1,-5033.81,-1022.23,508.876,3.76026,540,0,0,2138,0,0,0,0,0),(101,5595,0,1,1,0,1,-4946.28,-1013.47,501.524,1.18682,300,0,0,15952,0,0,0,0,0),(102,5132,0,1,1,0,0,-4963.59,-1014.19,503.952,5.23599,370,0,0,1003,0,0,0,0,0),(103,5130,0,1,1,0,1,-5016.19,-997.442,503.966,2.79253,490,0,0,4120,0,0,0,0,0),(104,5049,0,1,1,0,0,-5020.17,-1000.65,503.964,1.98968,250,0,0,713,0,0,0,0,0),(105,5595,0,1,1,0,1,-4986.59,-1034.19,501.652,1.33266,300,0,0,15952,0,2,0,0,0),(106,5595,0,1,1,0,1,-4981.89,-949.898,501.743,5.63741,300,0,0,15952,0,0,0,0,0),(107,5595,0,1,1,0,1,-4995.79,-969.667,501.659,5.84685,300,0,0,15952,0,0,0,0,0),(108,6175,0,1,1,0,0,-5015.19,-1054.03,501.733,1.27628,310,0,1,156,0,2,0,0,0),(109,14363,0,1,1,0,1,-4933.37,-943.69,501.629,5.01074,300,0,0,50400,0,2,0,0,0),(110,5102,0,1,1,0,1,-4916,-996.633,502.08,4.03171,310,0,0,1003,0,0,0,0,0),(111,5099,0,1,1,0,0,-4895.64,-1004.66,504.024,2.23402,540,0,0,5544,0,0,0,0,0),(112,5103,0,1,1,0,1,-4914.14,-998.025,502.08,4.10152,310,0,0,1003,0,0,0,0,0),(113,13843,0,1,1,0,1,-4903.01,-968.237,501.533,2.47837,490,0,0,3052,0,0,0,0,0),(114,5595,0,1,1,0,1,-4906.75,-977.52,501.44,2.25148,300,0,0,15952,0,0,0,0,0),(115,5595,0,1,1,0,1,-4902.07,-973.796,501.446,2.26893,300,0,0,15952,0,0,0,0,0),(116,21338,545,3,1,0,1,-283.023,-158.458,-6.75789,2.61937,86400,0,0,5589,3155,0,0,0,0),(15286,2399,0,1,1,3655,1,-43.4272,-973.3,56.9741,1.5708,300,0,0,2495,0,0,0,0,0),(118,17802,545,3,1,0,1,-6.48203,-63.7094,-19.8397,1.29154,86400,0,0,20259,0,0,0,0,0),(119,9859,0,1,1,0,0,-4967.86,-917.619,505.169,0.785398,430,0,0,6645,0,0,0,0,0),(120,17802,545,3,1,0,1,2.06713,-64.1362,-19.8397,2.05949,86400,0,0,20259,0,0,0,0,0),(121,5595,0,1,1,0,1,-4979.97,-889.479,501.627,2.248,300,0,0,15952,0,2,0,0,0),(122,5109,0,1,1,0,1,-4898.43,-902.386,501.659,4.88,310,0,1,1003,0,2,0,0,0),(15285,2402,0,1,1,3657,1,-51.3964,-970.416,56.9741,0.785398,300,0,0,1163,0,0,0,0,0),(15284,3982,0,1,1,2050,1,-2.84012,-938.718,57.2441,3.10669,300,0,0,137,0,0,0,0,0),(15283,2437,0,1,1,3681,1,-46.5685,-901.259,57.344,5.77704,300,0,0,1279,0,0,0,0,0),(126,8720,0,1,1,0,0,-4963.19,-904.619,505.17,5.42797,430,0,0,6645,0,0,0,0,0),(127,8671,0,1,1,0,0,-4948.01,-901.528,505.172,3.80482,430,0,0,6645,0,0,0,0,0),(128,5595,0,1,1,0,1,-4975.55,-875.627,501.66,3.83972,300,0,0,15952,0,0,0,0,0),(129,5595,0,1,1,0,1,-4989.41,-887.231,501.659,0.698132,300,0,0,15952,0,0,0,0,0),(130,18438,530,1,1,0,0,-1794.59,4732.12,66.8314,2.7274,300,0,0,8572,0,0,0,0,0),(131,5595,0,1,1,0,1,-4914.67,-894.865,501.743,5.18363,300,0,0,15952,0,0,0,0,0),(132,5595,0,1,1,0,1,-5030.98,-832.871,495.377,1.91986,300,0,0,15952,0,0,0,0,0),(133,5595,0,1,1,0,1,-5021.62,-823.532,495.877,2.35619,300,0,0,15952,0,0,0,0,0),(134,5595,0,1,1,0,1,-4973.35,-884.493,501.625,2.248,300,0,1,15952,0,2,0,0,0),(135,5595,0,1,1,0,1,-5083.85,-811.471,495.174,1.48353,300,0,0,15952,0,0,0,0,0),(136,5595,0,1,1,0,1,-5061.78,-810.586,495.252,1.25664,300,0,0,15952,0,0,0,0,0),(137,6181,0,1,1,0,1,-5089.28,-782.95,495.279,5.77704,310,0,0,1003,0,0,0,0,0),(138,5595,0,1,1,0,1,-5089.79,-772.627,495.047,2.04204,300,0,0,15952,0,0,0,0,0),(139,5595,0,1,1,0,1,-5038.17,-772.612,494.338,2.09439,300,0,0,15952,0,0,0,0,0),(140,5595,0,1,1,0,1,-5170.23,-754.75,463.225,1.58825,300,0,0,15952,0,0,0,0,0),(141,5595,0,1,1,0,1,-5194.21,-737.037,447.316,1.71042,300,0,0,15952,0,0,0,0,0),(142,5595,0,1,1,0,1,-5180.04,-728.633,447.649,2.02458,300,0,0,15952,0,0,0,0,0),(143,721,0,1,1,0,0,-5150.63,-667.736,407.423,5.32423,180,10,0,1,0,1,0,0,0),(144,5595,0,1,1,0,1,-5258.84,-495.092,386.325,1.84799,300,0,1,15952,0,2,0,0,0),(145,5595,0,1,1,0,1,-5254.44,-587.618,410.8,3.21141,300,0,0,15952,0,0,0,0,0),(146,727,0,1,1,0,1,-5252.72,-509.481,386.113,2.01293,250,0,1,1910,0,2,0,0,0),(147,721,0,1,1,0,0,-5184.31,-539.13,397.053,5.6955,180,10,0,1,0,1,0,0,0),(148,721,0,1,1,0,0,-5341.28,-524.72,391.613,2.80499,180,10,0,1,0,1,0,0,0),(149,727,0,1,1,0,1,-5264.38,-511.639,387.61,2.04204,250,0,0,1910,0,0,0,0,0),(150,727,0,1,1,0,1,-5267.91,-513.285,388.708,2.1293,250,0,0,1910,0,0,0,0,0),(151,1131,0,1,1,0,0,-5265.86,-448.053,388.326,3.20608,180,10,0,137,0,1,0,0,0),(152,727,0,1,1,0,1,-5373.57,-544.752,400.413,0.471239,250,0,0,1910,0,0,0,0,0),(153,1138,0,1,1,0,0,-5390.21,-454.251,396.055,3.18063,180,10,0,120,0,1,0,0,0),(154,1126,0,1,1,0,0,-5365.24,-425.302,396.734,1.81252,180,10,0,120,0,1,0,0,0),(155,1127,0,1,1,0,0,-5283.94,-433.078,392.817,3.54134,180,0,0,137,0,0,0,0,0),(156,1126,0,1,1,0,0,-5245.93,-431.736,386.977,5.30743,180,10,0,120,0,1,0,0,0),(157,1131,0,1,1,0,0,-5299.23,-417.984,395.192,0.249412,180,10,0,137,0,1,0,0,0),(158,1126,0,1,1,0,0,-5428.32,-566.719,397.134,2.09425,180,10,0,120,0,1,0,0,0),(159,727,0,1,1,0,1,-5449.36,-509,397.373,4.97419,250,0,0,1910,0,0,0,0,0),(6713,1070,0,1,1,2151,1,-9443.69,-2238,70.6904,3.735,300,0,0,1221,0,0,0,0,0),(6712,721,0,1,1,328,0,-9552.02,-2109.9,80.53,3.93276,300,5,0,1,0,1,0,0,0),(6711,721,0,1,1,4626,0,-9664.38,-2409.04,61.2977,2.97324,300,10,0,1,0,1,0,0,0),(6710,14273,0,1,1,5229,0,-9542.72,-3499.75,128.686,3.60517,3600,0,0,699,0,2,0,0,0),(6709,437,0,1,1,6037,1,-9576.34,-3281.13,49.7415,2.25148,300,0,0,531,0,0,0,0,0),(6708,721,0,1,1,4626,0,-9645.99,-1821.4,52.5443,2.88023,300,5,0,1,0,1,0,0,0),(166,721,0,1,1,0,0,-5440.51,-511.881,396.606,1.55712,180,10,0,1,0,1,0,0,0),(167,1138,0,1,1,0,0,-5393.23,-441.29,396.599,5.17167,180,10,0,120,0,1,0,0,0),(168,1131,0,1,1,0,0,-5426.52,-462.828,396.976,4.44134,180,10,0,137,0,1,0,0,0),(169,1125,0,1,1,0,0,-5488.25,-566.629,400.102,1.97222,180,10,0,102,0,1,0,0,0),(171,12363,0,1,1,0,0,-5458.53,-613.969,393.841,5.51524,180,0,0,42,0,0,0,0,0),(172,12367,0,1,1,0,0,-5460.76,-616.167,393.68,6.02139,180,0,0,42,0,0,0,0,0),(173,14553,0,1,1,0,0,-5449.28,-614.756,394.539,3.68265,180,0,0,42,0,0,0,0,0),(174,14552,0,1,1,0,0,-5452.32,-613.089,394.51,4.29351,180,0,0,42,0,0,0,0,0),(175,12366,0,1,1,0,0,-5455.75,-612.897,394.253,4.95674,180,0,0,42,0,0,0,0,0),(176,14551,0,1,1,0,0,-5447.83,-617.37,394.511,3.19395,180,0,0,42,0,0,0,0,0),(177,7955,0,1,1,0,1,-5451.6,-617.327,394.548,4.88692,430,0,0,2769,0,0,0,0,0),(179,1269,0,1,1,0,1,-5497.94,-455.835,395.438,5.63683,190,0,0,484,0,0,0,0,0),(180,1268,0,1,1,3441,1,-5498.29,-457.874,395.644,0.10472,180,0,0,198,0,0,0,0,0),(181,1128,0,1,1,0,0,-5497.36,-433.361,406.167,0.05236,180,10,0,122,0,1,0,0,0),(6707,547,0,1,1,3035,0,-9292.48,-1896.93,78.0168,4.59657,300,5,0,356,0,1,0,0,0),(183,1125,0,1,1,0,0,-5526.67,-448.986,404.968,0.413864,180,10,0,102,0,1,0,0,0),(6706,620,0,1,1,304,0,-9256.64,-2011.83,77.1152,6.15256,300,5,0,1,0,1,0,0,0),(186,5568,0,1,1,0,0,-5490.56,-454.01,398.021,3.78736,180,0,0,156,0,0,0,0,0),(187,727,0,1,1,0,1,-5683.3,-482.562,395.93,0.0200809,250,0,1,1910,0,2,0,0,0),(188,1234,0,1,1,0,1,-5604.44,-540.323,399.18,5.23599,180,0,0,247,0,0,0,0,0),(189,68,0,1,1,0,1,-8528.64,689.028,97.6514,2.1921,25000,0,0,15952,0,0,0,0,0),(190,68,0,1,1,0,1,-8643.52,808.983,96.6525,5.3478,25000,0,0,15952,0,0,0,0,0),(191,1373,0,1,1,0,1,-5605.96,-544.451,392.43,0.977384,180,0,0,328,0,0,0,0,0),(192,1228,0,1,1,0,1,-5586.94,-537.173,403.624,5.89921,180,0,0,198,0,0,0,0,0),(193,1699,0,1,1,0,1,-5594.47,-545.82,398.85,1.81514,180,0,0,198,0,0,0,0,0),(194,1232,0,1,1,0,1,-5586.76,-542.163,403.624,1.09956,180,0,0,247,0,0,0,0,0),(195,1125,0,1,1,0,0,-5535.48,-584.877,407.413,4.65724,180,10,0,102,0,1,0,0,0),(196,1229,0,1,1,0,1,-5605.73,-530.385,399.738,0.174533,180,0,0,176,0,0,0,0,0),(197,2326,0,1,1,0,1,-5604.49,-521.427,399.741,5.32325,180,0,0,176,0,0,0,0,0),(198,9980,0,1,1,0,1,-5606.07,-513.113,402.286,1.58825,310,0,0,1003,0,0,0,0,0),(199,1247,0,1,1,0,1,-5601.6,-531.203,399.737,2.1293,310,0,0,1003,0,0,0,0,0),(200,727,0,1,1,0,1,-5610.72,-490.063,397.544,2.19912,250,0,0,1910,0,0,0,0,0),(201,1240,0,1,1,0,1,-5576.21,-422.031,397.409,4.20624,180,0,0,176,0,0,0,0,0),(202,1691,0,1,1,0,1,-5597.66,-521.852,399.738,4.81711,180,0,0,198,0,0,0,0,0),(203,1872,0,1,1,0,0,-5573.78,-464.455,402.145,3.9968,180,0,0,247,0,0,0,0,0),(204,6806,0,1,1,0,1,-5590.81,-523.344,399.735,5.49779,180,0,0,198,0,0,0,0,0),(205,727,0,1,1,0,1,-5565.45,-470.893,399.461,4.66003,250,0,0,1910,0,0,0,0,0),(206,1226,0,1,1,0,1,-5590.56,-529.657,399.735,2.23402,180,0,0,198,0,0,0,0,0),(207,1273,0,1,1,0,1,-5590.67,-428.416,397.409,5.46288,180,0,0,198,0,0,0,0,0),(208,1690,0,1,1,0,1,-5568.99,-429.114,397.409,3.80482,250,0,0,950,0,0,0,0,0),(209,1238,0,1,1,0,0,-5582.02,-423.1,397.409,5.0091,180,0,0,176,0,0,0,0,0),(210,1267,0,1,1,0,1,-5596.21,-504.132,400.714,2.44346,310,0,0,1003,0,0,0,0,0),(211,727,0,1,1,0,1,-5550.9,-462.166,407.683,4.4855,250,0,0,1910,0,0,0,0,0),(212,727,0,1,1,0,1,-5588.31,-464.238,401.724,4.01426,250,0,0,1910,0,0,0,0,0),(213,1241,0,1,1,0,1,-5582.41,-430.97,397.326,5.39307,310,0,0,1003,0,0,0,0,0),(214,727,0,1,1,0,1,-5591.73,-489.796,397.605,1.69297,250,0,0,1910,0,0,0,0,0),(215,1128,0,1,1,0,0,-5523.85,-408.892,405.503,5.2709,180,10,0,122,0,1,0,0,0),(216,1245,0,1,1,0,1,-5576.37,-429.771,397.326,2.9147,180,0,0,176,0,0,0,0,0),(217,6328,0,1,1,0,1,-5639.4,-526.589,403.794,4.20288,180,0,0,263,710,0,0,0,0),(218,5612,0,1,1,0,1,-5640,-528.801,404.379,1.71042,180,0,0,328,0,0,0,0,0),(219,1692,0,1,1,0,0,-5640.83,-501.392,396.794,4.93652,180,0,0,198,0,2,0,0,0),(220,1252,0,1,1,0,1,-5644.37,-499.163,396.752,1.79769,180,0,0,156,0,0,0,0,0),(221,6119,0,1,1,0,1,-5642.65,-529.14,404.357,0,180,0,0,178,382,0,0,0,0),(222,1231,0,1,1,0,1,-5618.54,-454.071,407.842,5.3058,120,0,0,156,0,0,0,0,0),(223,2878,0,1,1,0,1,-5649.98,-497.144,396.752,0.785398,540,0,0,1753,0,0,0,0,0),(224,12427,0,1,1,0,1,-5668.69,-454.09,394.467,1.79769,180,0,0,330,0,0,0,0,0),(225,727,0,1,1,0,1,-5692.5,-565.203,400.417,2.24126,250,0,0,1910,0,0,0,0,0),(226,721,0,1,1,0,0,-5695.18,-538.38,399.051,3.18232,180,10,0,1,0,1,0,0,0),(227,1125,0,1,1,0,0,-5749.12,-451.856,387.678,5.57795,180,10,0,102,0,1,0,0,0),(228,1128,0,1,1,0,0,-5691.4,-401.73,366.018,0.637255,180,10,0,122,0,1,0,0,0),(229,727,0,1,1,0,1,-5766.27,-538.857,417.184,2.3911,250,0,0,1910,0,0,0,0,0),(230,1126,0,1,1,0,0,-5738.47,-563.367,398.559,3.67644,180,10,0,120,0,1,0,0,0),(231,721,0,1,1,0,0,-5778.44,-563.254,400.871,2.40365,180,10,0,1,0,1,0,0,0),(232,1125,0,1,1,0,0,-5850.31,-463.224,411.103,6.11854,180,10,0,102,0,1,0,0,0),(233,1128,0,1,1,0,0,-5788.58,-441.91,365.206,4.69091,180,10,0,122,0,1,0,0,0),(234,1201,0,1,1,0,0,-5818.51,-587.567,398.42,2.78763,180,10,0,137,0,1,0,0,0),(235,1125,0,1,1,0,0,-5802.7,-590.052,398.471,6.1585,180,10,0,102,0,1,0,0,0),(236,1125,0,1,1,0,0,-5851.36,-586.539,397.344,4.39186,180,10,0,102,0,1,0,0,0),(237,721,0,1,1,0,0,-5825.82,-567.082,399.865,5.67838,180,10,0,1,0,1,0,0,0),(238,1125,0,1,1,0,0,-5887.37,-531.523,398.322,5.45992,180,10,0,102,0,1,0,0,0),(239,721,0,1,1,0,0,-5857.99,-422.537,408.207,0.086061,180,10,0,1,0,1,0,0,0),(240,1199,0,1,1,0,0,-5796.58,-426.668,365.143,4.08298,180,0,0,102,0,0,0,0,0),(241,1125,0,1,1,0,0,-5914.71,-409.512,426.089,4.66003,180,10,0,102,0,1,0,0,0),(242,1196,0,1,1,0,0,-5957.03,-480.463,408.535,2.05878,180,10,0,164,0,1,0,0,0),(243,1125,0,1,1,0,0,-5903.86,-459.132,413.971,1.45928,180,10,0,102,0,1,0,0,0),(244,1201,0,1,1,0,0,-5956.08,-527.072,408.04,1.75645,180,10,0,137,0,1,0,0,0),(245,727,0,1,1,0,1,-5907.85,27.7098,367.408,1.32261,250,0,1,1910,0,2,0,0,0),(246,1125,0,1,1,0,0,-5980.07,-544.973,407.324,3.14159,180,10,0,102,0,1,0,0,0),(247,80,0,1,1,0,1,-8534,-199,83.681,3.142,180,7,0,71,0,1,0,0,0),(15282,2405,0,1,1,3662,1,-119.22,-839.064,57.0811,0.672238,300,0,0,3696,0,0,0,0,0),(15281,2356,0,1,1,3201,0,-776.073,-1424.26,64.9163,5.53653,300,10,0,944,0,1,0,0,0),(252,1126,0,1,1,0,0,-5975.72,-525.395,406.054,3.6832,180,10,0,120,0,1,0,0,0),(253,1125,0,1,1,0,0,-5983.24,-433.158,406.853,4.51001,180,10,0,102,0,1,0,0,0),(254,1125,0,1,1,0,0,-5972.71,-473.727,406.357,1.39024,180,10,0,102,0,1,0,0,0),(255,1125,0,1,1,0,0,-5951.97,-378.858,421.829,0.506145,180,10,0,102,0,1,0,0,0),(35288,6188,1,1,1,2000,1,4289.92,-5729.49,100.413,5.78142,333,5,0,2016,4393,1,0,0,0),(257,1125,0,1,1,0,0,-6042.85,-447.638,451.031,0.453786,180,10,0,102,0,1,0,0,0),(258,1125,0,1,1,0,0,-6022.76,-417.791,412.982,5.74093,180,10,0,102,0,1,0,0,0),(259,727,0,1,1,0,1,-6015.84,-332.487,427.603,5.93413,250,0,0,1910,0,0,0,0,0),(260,721,0,1,1,0,0,-6070.58,-333.541,431.606,2.87431,180,10,0,1,0,1,0,0,0),(261,1125,0,1,1,0,0,-6081.62,-382.515,435.241,0.034907,180,10,0,102,0,1,0,0,0),(262,1125,0,1,1,0,0,-6054.22,-330.745,427.426,2.57226,180,10,0,102,0,1,0,0,0),(263,1125,0,1,1,0,0,-6070.35,-285.94,428.22,1.49618,180,10,0,102,0,1,0,0,0),(264,1125,0,1,1,0,0,-6095.82,-274.277,445.173,3.57032,180,10,0,102,0,1,0,0,0),(265,1243,0,1,1,0,1,-6015.51,-201.511,407.437,0.0349066,180,0,0,156,0,0,0,0,0),(266,10803,0,1,1,0,1,-6008.53,-199.145,406.687,4.37218,180,0,0,156,0,0,0,0,0),(267,10611,0,1,1,0,1,-6007.46,-202.158,407.448,2.47837,900,0,0,198,0,0,0,0,0),(268,10804,0,1,1,0,1,-6010.67,-199.434,406.792,5.53269,180,0,0,156,0,0,0,0,0),(269,10610,0,1,1,0,1,-6009.25,-202.65,406.983,1.58825,180,0,0,222,0,0,0,0,0),(270,1128,0,1,1,0,0,-6070.16,-261.253,429.958,5.52072,180,10,0,122,0,1,0,0,0),(271,721,0,1,1,0,0,-6030.78,-210.303,413.423,2.28705,180,10,0,1,0,1,0,0,0),(272,10805,0,1,1,0,0,-6007.3,-200.348,406.777,3.28222,180,0,0,120,0,0,0,0,0),(6705,422,0,1,1,506,0,-9483.51,-2873.07,81.1915,0.994838,300,0,0,417,0,0,0,0,0),(6704,422,0,1,1,506,0,-9473.96,-2877.97,82.5811,2.28638,300,0,0,417,0,0,0,0,0),(6703,548,0,1,1,1079,0,-9477.96,-2878.64,82.4428,1.76278,300,0,0,350,390,0,0,0,0),(6702,442,0,1,1,366,0,-9922.58,-1860.25,41.2872,3.3122,300,3,0,328,0,1,0,0,0),(6701,442,0,1,1,366,0,-9925.31,-1818.71,37.3149,3.45964,300,3,0,328,0,1,0,0,0),(6700,721,0,1,1,4626,0,-9189.63,-2302.47,90.0411,5.77696,300,5,0,1,0,1,0,0,0),(6699,721,0,1,1,4626,0,-9777.8,-1848.04,42.9162,6.25841,300,3,0,1,0,1,0,0,0),(6698,721,0,1,1,4626,0,-9463.46,-1994.94,96.8868,4.98646,300,5,0,1,0,1,0,0,0),(6697,721,0,1,1,4626,0,-9240.66,-2124.49,64.2043,4.18082,300,5,0,1,0,1,0,0,0),(6696,422,0,1,1,506,0,-9459.3,-2860.05,85.8851,1.22173,300,0,0,417,0,0,0,0,0),(289,1199,0,1,1,0,0,-5913.93,-194.244,369.35,2.70591,180,5,0,102,0,1,0,0,0),(290,1125,0,1,1,0,0,-5988.83,-135.639,400.819,4.44141,180,10,0,102,0,1,0,0,0),(291,727,0,1,1,0,1,-5909.02,-67.7806,387.788,0.346947,250,0,0,1910,0,0,0,0,0),(292,1128,0,1,1,0,0,-5911.33,-111.367,371.934,3.11001,180,10,0,122,0,1,0,0,0),(293,1128,0,1,1,0,0,-5882.76,-102.271,367.709,1.36421,180,10,0,122,0,1,0,0,0),(294,1125,0,1,1,0,0,-5997.38,-99.8278,407.436,1.02963,180,10,0,102,0,1,0,0,0),(295,721,0,1,1,0,0,-5898.93,-102.248,371.981,5.48674,180,10,0,1,0,1,0,0,0),(296,1199,0,1,1,0,0,-5869.49,-101.402,363.042,1.43409,180,0,0,102,0,0,0,0,0),(297,721,0,1,1,0,0,-5878.02,-13.7152,361.047,5.01189,180,10,0,1,0,1,0,0,0),(298,1199,0,1,1,0,0,-5879.33,-110.48,364.747,0.742548,180,5,0,102,0,1,0,0,0),(299,1125,0,1,1,0,0,-5946.83,4.37419,370.925,3.63692,180,10,0,102,0,1,0,0,0),(300,1125,0,1,1,0,0,-5917.65,21.0367,366.743,2.194,180,10,0,102,0,1,0,0,0),(301,1125,0,1,1,0,0,-5845.64,-2.04096,357.578,4.13459,180,10,0,102,0,1,0,0,0),(302,1199,0,1,1,0,0,-5862.5,-4.16602,357.203,0.18115,180,5,0,102,0,1,0,0,0),(303,1199,0,1,1,0,0,-5866.3,51.689,358.564,1.13511,180,5,0,102,0,1,0,0,0),(304,1128,0,1,1,0,0,-5846.96,51.6326,357.689,0.791765,180,10,0,122,0,1,0,0,0),(305,1128,0,1,1,0,0,-5830.62,105.799,381.817,0.548634,180,10,0,122,0,1,0,0,0),(306,721,0,1,1,0,0,-5845.97,86.6038,369.356,0.688481,180,10,0,1,0,1,0,0,0),(307,1125,0,1,1,0,0,-5834.05,78.9678,365.87,0.167019,180,10,0,102,0,1,0,0,0),(308,17801,545,3,1,0,1,-4.40099,-96.1165,-21.9227,6.16785,86400,0,0,16208,15775,0,0,0,0),(6695,548,0,1,1,1079,0,-9464.83,-2870.54,85.2708,3.61283,300,0,0,350,390,0,0,0,0),(6694,721,0,1,1,328,0,-9734.67,-2286.66,65.1827,5.00331,300,5,0,1,0,1,0,0,0),(6693,429,0,1,1,491,1,-9270.97,-3426.32,114.625,1.16937,300,0,0,640,655,0,0,0,0),(6692,568,0,1,1,662,1,-9260.82,-3282.74,113.012,2.05949,300,0,0,664,0,0,0,0,0),(6297,1083,0,1,1,1305,1,-9528.32,-2651.43,49.9202,4.59094,300,10,0,356,0,1,0,0,0),(6296,429,0,1,1,491,1,-9094.58,-3177.41,110.129,4.92183,300,0,0,640,655,0,0,0,0),(317,17802,545,3,1,0,1,-16.724,-116.41,-22.5769,2.76226,86400,0,0,20259,0,0,0,0,0),(318,1718,0,1,1,0,1,-6150.35,50.8235,416.672,0.777208,180,0,0,71,0,0,0,0,0),(319,1718,0,1,1,0,1,-6122.96,79.1654,416.991,6.14859,180,0,0,71,0,0,0,0,0),(320,21694,545,3,1,0,0,-43.7803,-110.442,-21.9972,4.45116,86400,0,0,45409,0,0,0,0,0),(321,1718,0,1,1,0,1,-6137.65,122.852,420.845,5.70716,180,0,0,71,0,0,0,0,0),(322,1718,0,1,1,0,1,-6155.71,84.8144,415.915,4.8443,180,0,0,71,0,0,0,0,0),(323,1718,0,1,1,0,1,-6167.99,135.883,423.093,0.434909,180,0,0,71,0,0,0,0,0),(324,853,0,1,1,0,1,-6226.1,127.093,431.097,2.68781,300,0,0,11828,0,0,0,0,0),(325,853,0,1,1,0,1,-6230.06,120.496,430.972,2.58309,300,0,0,11828,0,0,0,0,0),(326,1718,0,1,1,0,1,-6205.47,99.902,430.335,2.27112,180,0,0,71,0,0,0,0,0),(327,853,0,1,1,0,1,-6233.77,117.782,431.417,1.62316,300,0,0,11828,0,0,0,0,0),(328,853,0,1,1,0,1,-6225.67,133.078,431.597,2.67035,300,0,0,11828,0,0,0,0,0),(329,853,0,1,1,0,1,-6244.8,125.788,431.167,0.663225,300,0,0,11828,0,0,0,0,0),(330,6782,0,1,1,0,1,-6248.84,135.042,431.673,1.5708,180,0,0,198,0,0,0,0,0),(331,1965,0,1,1,0,1,-6235.87,152.989,428.399,2.04204,180,0,0,328,0,0,0,0,0),(332,705,0,1,1,0,0,-6201.74,212.113,398.799,3.24573,370,5,0,42,0,1,0,0,0),(333,708,0,1,1,0,0,-6230.69,212.32,395.626,4.70236,180,5,0,71,0,1,0,0,0),(334,853,0,1,1,0,1,-6264,233.732,395.641,4.562,300,0,1,11828,0,2,0,0,0),(335,707,0,1,1,0,0,-6322.07,208.885,395.879,1.19899,370,5,0,42,0,1,0,0,0),(336,724,0,1,1,0,1,-6296.63,244.471,390.969,1.83944,370,5,0,55,0,1,0,0,0),(337,705,0,1,1,0,0,-6176.97,254.691,386.853,1.16437,370,5,0,42,0,1,0,0,0),(338,705,0,1,1,0,0,-6305.79,260.452,381.868,3.72226,370,0,0,42,0,0,0,0,0),(339,708,0,1,1,0,0,-6150.36,264.527,391.214,1.23907,180,5,0,71,0,1,0,0,0),(340,707,0,1,1,0,0,-6331.14,268.768,380.622,2.68239,370,0,0,42,0,0,0,0,0),(341,707,0,1,1,0,0,-6305.15,272.656,380.252,5.06975,370,5,0,42,0,1,0,0,0),(342,707,0,1,1,0,0,-6324.98,294.269,379.937,0.241638,370,0,0,42,0,0,0,0,0),(343,721,0,1,1,0,0,-6318.27,272.283,380.002,0.752975,180,10,0,1,0,1,0,0,0),(344,705,0,1,1,0,0,-6287.25,328.127,376.507,2.40855,370,0,0,42,0,0,0,0,0),(345,705,0,1,1,0,0,-6312.6,309.104,378.437,3.57297,370,0,0,42,0,0,0,0,0),(346,705,0,1,1,0,0,-6279.53,279.643,382.529,4.64011,370,0,0,42,0,0,0,0,0),(347,705,0,1,1,0,0,-6326.06,287.113,379.794,4.54002,370,5,0,42,0,1,0,0,0),(348,11941,0,1,1,0,1,-6230.39,320.446,383.144,0.925025,180,0,0,102,0,0,0,0,0),(349,829,0,1,1,0,1,-6225.24,320.372,383.3,1.62316,180,0,0,102,0,0,0,0,0),(350,853,0,1,1,0,1,-6213.2,333.578,383.914,3.36848,300,0,0,11828,0,0,0,0,0),(351,658,0,1,1,0,0,-6236.74,331.113,382.911,3.00197,180,0,0,102,0,0,0,0,0),(352,713,0,1,1,0,1,-6216.53,339.002,383.454,3.90954,180,0,0,102,0,0,0,0,0),(353,853,0,1,1,0,1,-6218.55,321.674,383.447,2.16421,300,0,0,11828,0,0,0,0,0),(354,853,0,1,1,0,1,-6228,345.671,383.536,4.712,300,0,1,11828,0,2,0,0,0),(355,721,0,1,1,0,0,-6235.44,304.221,385.702,0.7135,180,10,0,1,0,1,0,0,0),(356,721,0,1,1,0,0,-6247.97,307.132,383.503,5.39698,180,10,0,1,0,1,0,0,0),(357,721,0,1,1,0,0,-6229.17,362.5,386.022,2.8039,180,10,0,1,0,1,0,0,0),(358,705,0,1,1,0,0,-6144.06,268.387,393.634,1.97594,370,5,0,42,0,1,0,0,0),(6295,431,0,1,1,493,1,-9098.54,-3183.15,110.379,5.58505,300,0,0,734,0,0,0,0,0),(12235,23464,530,1,1,0,0,-1633.4,5243.43,-40.7781,1.33967,120,0,0,6986,0,0,0,0,0),(6293,721,0,1,1,328,0,-9708.34,-2615,61.9741,4.65457,300,10,0,1,0,1,0,0,0),(6292,721,0,1,1,328,0,-9272.89,-3165.61,111.298,1.63779,300,10,0,1,0,1,0,0,0),(6291,721,0,1,1,4626,0,-9095.73,-2453.36,120.865,5.35317,300,5,0,1,0,1,0,0,0),(6290,568,0,1,1,662,1,-9423.74,-3432.85,88.868,2.84489,300,0,0,664,0,0,0,0,0),(6289,721,0,1,1,4626,0,-9705.96,-2777.1,52.0657,5.52324,300,10,0,1,0,1,0,0,0),(6288,615,0,1,1,6040,1,-8761.4,-2138.31,155.305,5.29189,300,0,0,617,0,0,0,0,0),(6287,721,0,1,1,4626,0,-9339.67,-3339.95,91.1765,3.09612,300,5,0,1,0,1,0,0,0),(6286,721,0,1,1,4626,0,-9230.25,-3365.92,100.825,1.42593,300,5,0,1,0,1,0,0,0),(6285,721,0,1,1,328,0,-9242.65,-3397.99,104.559,2.99544,300,5,0,1,0,1,0,0,0),(6284,721,0,1,1,328,0,-9716.21,-2573.71,60.4024,6.03763,300,10,0,1,0,1,0,0,0),(6283,721,0,1,1,328,0,-9376.74,-3438.31,92.5444,4.26259,300,5,0,1,0,1,0,0,0),(6282,721,0,1,1,4626,0,-9681.8,-2985.66,52.3182,2.00448,300,5,0,1,0,1,0,0,0),(6281,721,0,1,1,328,0,-9097.18,-3334.1,100.401,0.255692,300,10,0,1,0,1,0,0,0),(6280,721,0,1,1,328,0,-9546.06,-2860.46,87.1434,0.537804,300,5,0,1,0,1,0,0,0),(6279,429,0,1,1,491,1,-9290.58,-3285.25,150.225,5.55015,300,0,0,640,655,0,0,0,0),(6278,819,0,1,1,3916,0,-9289.28,-3282.13,150.225,5.42797,300,0,0,582,618,0,0,0,0),(6277,721,0,1,1,4626,0,-9636.07,-3237.83,48.5948,1.15041,300,10,0,1,0,1,0,0,0),(6276,3085,0,1,1,3375,0,-9204.98,-2149.53,64.3429,3.84107,300,0,0,484,0,0,0,0,0),(6275,429,0,1,1,491,1,-9368.86,-3330.47,92.19,3.85718,300,0,0,640,655,0,0,0,0),(6274,578,0,1,1,391,0,-9315.64,-2810.97,73.5125,1.0472,300,0,0,449,0,0,0,0,0),(396,721,0,1,1,0,0,-6269.71,365.458,382.195,1.20951,180,10,0,1,0,1,0,0,0),(397,853,0,1,1,0,1,-6183.11,376.171,395.938,2.47837,300,0,0,11828,0,0,0,0,0),(398,853,0,1,1,0,1,-6239,338.249,382.92,2.863,300,0,1,11828,0,2,0,0,0),(399,853,0,1,1,0,1,-6170.6,393.397,398.906,3.54302,300,0,0,11828,0,0,0,0,0),(400,705,0,1,1,0,0,-6252.84,387.126,383.278,6.2617,370,0,0,42,0,0,0,0,0),(401,721,0,1,1,0,0,-6179.62,395.807,396.331,0.272581,180,10,0,1,0,1,0,0,0),(402,705,0,1,1,0,0,-6245.87,395.645,385.851,1.13578,370,0,0,42,0,0,0,0,0),(403,926,0,1,1,0,1,-6120.68,382.089,395.626,6.16101,180,0,0,102,0,0,0,0,0),(404,853,0,1,1,0,1,-6115.09,372.263,395.626,0.645772,300,0,0,11828,0,0,0,0,0),(405,721,0,1,1,0,0,-6198.79,410.615,391.015,2.21798,180,10,0,1,0,1,0,0,0),(406,912,0,1,1,0,1,-6084.77,382.141,395.626,3.45575,180,0,0,102,0,0,0,0,0),(407,895,0,1,1,0,1,-6091.79,365.141,395.623,2.33874,180,0,0,102,0,0,0,0,0),(408,1104,0,1,1,0,1,-6104.5,384.03,395.626,0.226893,180,0,0,102,0,0,0,0,0),(409,945,0,1,1,0,1,-6101.1,390.569,395.626,2.35619,180,0,0,102,0,0,0,0,0),(410,853,0,1,1,0,1,-6086.53,390.964,395.625,3.57792,300,0,0,11828,0,0,0,0,0),(411,853,0,1,1,0,1,-6113.04,396.871,395.542,0.128779,300,0,1,11828,0,2,0,0,0),(412,8416,0,1,1,0,0,-6098.09,396.074,395.54,5.66209,180,0,0,55,0,0,0,0,0),(413,708,0,1,1,0,0,-6275.36,412.548,383.871,1.7954,180,0,0,71,0,0,0,0,0),(414,708,0,1,1,0,0,-6164.25,493.212,388.398,5.14312,180,5,0,71,0,1,0,0,0),(415,721,0,1,1,0,0,-6178.3,430.212,393.56,3.6559,180,10,0,1,0,1,0,0,0),(416,705,0,1,1,0,0,-6170.53,487.948,387.864,3.53623,370,5,0,42,0,1,0,0,0),(417,724,0,1,1,0,1,-6245.59,461.45,386.191,4.02375,370,5,0,55,0,1,0,0,0),(418,705,0,1,1,0,0,-6252.87,442.861,385.255,0.129051,370,5,0,42,0,1,0,0,0),(419,705,0,1,1,0,0,-6211.56,454.966,388.063,2.96711,370,5,0,42,0,1,0,0,0),(420,708,0,1,1,0,0,-6228.68,451.303,386.738,4.88148,180,5,0,71,0,1,0,0,0),(421,916,0,1,1,0,1,-6093.75,404.918,395.62,4.5204,180,0,0,102,0,0,0,0,0),(422,724,0,1,1,0,1,-6274.57,462.16,386.168,4.13748,370,5,0,55,0,1,0,0,0),(423,724,0,1,1,0,1,-6278.65,478.98,386.248,3.5112,370,5,0,55,0,1,0,0,0),(424,724,0,1,1,0,1,-6287.51,451.789,386.043,4.37634,370,5,0,55,0,1,0,0,0),(425,21694,545,3,1,0,0,-60.9828,-147.004,-19.9231,0.985508,86400,0,0,45409,0,0,0,0,0),(426,724,0,1,1,0,1,-6279.3,506.935,386.91,3.30369,370,5,0,55,0,1,0,0,0),(427,724,0,1,1,0,1,-6272.38,476.443,386.373,5.92463,370,5,0,55,0,1,0,0,0),(428,705,0,1,1,0,0,-6281.97,424.786,384.282,0.545774,370,0,0,42,0,0,0,0,0),(429,721,0,1,1,0,0,-6269.48,430.999,385.44,0.161788,180,10,0,1,0,1,0,0,0),(430,705,0,1,1,0,0,-6205.04,522.914,387.066,0.881849,370,5,0,42,0,1,0,0,0),(431,705,0,1,1,0,0,-6202.08,497.916,387.214,1.9424,370,5,0,42,0,1,0,0,0),(432,705,0,1,1,0,0,-6148.82,519.066,388.465,5.80939,370,5,0,42,0,1,0,0,0),(433,724,0,1,1,0,1,-6248.37,513.557,386.486,1.78673,370,0,0,55,0,0,0,0,0),(434,708,0,1,1,0,0,-6148.25,522.294,388.297,0.027337,180,5,0,71,0,1,0,0,0),(435,708,0,1,1,0,0,-6214.62,512.789,387.517,2.05862,180,5,0,71,0,1,0,0,0),(6273,578,0,1,1,391,0,-9312.34,-2808.69,74.1375,3.47321,300,0,0,449,0,0,0,0,0),(6272,422,0,1,1,506,0,-9466.54,-2893.63,84.436,0,300,0,0,417,0,0,0,0,0),(6271,348,0,1,1,3359,1,-9310.69,-2140.65,63.6901,1.91986,300,0,0,713,0,0,0,0,0),(6270,342,0,1,1,1743,0,-9245.81,-2045.33,77.1861,5.23599,300,0,0,484,0,0,0,0,0),(6269,819,0,1,1,3916,0,-9293.8,-3285.93,150.225,5.93412,300,0,0,582,618,0,0,0,0),(6268,397,0,1,1,3383,1,-9291.54,-3309.94,150.082,0.872665,300,0,0,598,1707,0,0,0,0),(6267,721,0,1,1,4626,0,-9254.87,-3144.46,107.969,0.158697,300,10,0,1,0,1,0,0,0),(6266,791,0,1,1,3368,1,-9260.25,-2195.37,64.0168,3.45575,300,0,0,484,0,0,0,0,0),(6265,3091,0,1,1,3376,0,-9234.38,-2160.86,71.2118,6.08985,300,0,0,787,0,0,0,0,0),(448,724,0,1,1,0,1,-6259.87,494.038,386.704,4.38358,370,0,0,55,0,0,0,0,0),(450,724,0,1,1,0,1,-6237.86,512.021,386.236,3.55947,370,5,0,55,0,1,0,0,0),(451,724,0,1,1,0,1,-6245.66,512.381,386.236,5.63226,370,5,0,55,0,1,0,0,0),(452,17721,545,3,1,0,1,-13.8918,-179.746,-22.5681,3.19395,86400,0,0,20259,0,0,0,0,0),(453,724,0,1,1,0,1,-6263.55,516.573,386.236,1.25046,370,5,0,55,0,1,0,0,0),(454,724,0,1,1,0,1,-6238.18,492.689,386.519,4.57905,370,5,0,55,0,1,0,0,0),(455,724,0,1,1,0,1,-6261.88,471.167,386.079,5.67875,370,5,0,55,0,1,0,0,0),(456,708,0,1,1,0,0,-6128.48,492.554,398.005,1.48534,180,5,0,71,0,1,0,0,0),(457,721,0,1,1,0,0,-6206.45,542.282,387.291,4.472,180,10,0,1,0,1,0,0,0),(458,708,0,1,1,0,0,-6183.05,550.864,384.771,4.85416,180,5,0,71,0,1,0,0,0),(459,724,0,1,1,0,1,-6256.19,538.589,386.236,2.16669,370,5,0,55,0,1,0,0,0),(460,724,0,1,1,0,1,-6277.2,552.383,387.197,4.26797,370,5,0,55,0,1,0,0,0),(461,707,0,1,1,0,0,-6208.34,605.062,393.214,6.11804,370,5,0,42,0,1,0,0,0),(462,708,0,1,1,0,0,-6205.08,587.141,388.176,4.33873,180,5,0,71,0,1,0,0,0),(463,708,0,1,1,0,0,-6147.97,589.708,386.771,6.10329,180,5,0,71,0,1,0,0,0),(464,724,0,1,1,0,1,-6253.44,580.506,388.704,0.880808,370,5,0,55,0,1,0,0,0),(465,708,0,1,1,0,0,-6121.88,546.368,405.512,2.40396,180,5,0,71,0,1,0,0,0),(466,708,0,1,1,0,0,-6113.43,600.665,399.993,1.89682,180,5,0,71,0,1,0,0,0),(467,724,0,1,1,0,1,-6259.61,624.484,386.861,4.2502,370,5,0,55,0,1,0,0,0),(468,708,0,1,1,0,0,-6147.43,649.309,388.292,5.51988,180,5,0,71,0,1,0,0,0),(469,708,0,1,1,0,0,-6257.62,618.614,387.499,4.89814,180,5,0,71,0,1,0,0,0),(470,721,0,1,1,0,0,-6260.92,638.054,386.689,2.99341,180,10,0,1,0,1,0,0,0),(471,708,0,1,1,0,0,-6127.96,640.685,392.637,1.13771,180,5,0,71,0,1,0,0,0),(472,714,0,1,1,0,1,-6222.47,688.973,385.002,4.97419,180,0,0,102,0,0,0,0,0),(473,708,0,1,1,0,0,-6181.81,684.008,386.396,4.47283,180,0,0,71,0,0,0,0,0),(474,708,0,1,1,0,0,-6161,683.638,389.898,0.587998,180,0,0,71,0,0,0,0,0),(475,708,0,1,1,0,0,-6157.49,708.563,387.258,3.85859,180,0,0,71,0,0,0,0,0),(476,708,0,1,1,0,0,-6228.27,701.332,385.604,3.90886,180,0,0,71,0,0,0,0,0),(477,708,0,1,1,0,0,-6256.98,678.106,386.439,0.610992,180,0,0,71,0,0,0,0,0),(478,707,0,1,1,0,0,-6289.81,628.378,387.613,1.8356,370,0,0,42,0,0,0,0,0),(479,724,0,1,1,0,1,-6279.13,683.893,385.689,0.617585,370,5,0,55,0,1,0,0,0),(480,724,0,1,1,0,1,-6292.3,670.266,385.245,4.6479,370,0,0,55,0,0,0,0,0),(481,721,0,1,1,0,0,-6225.68,741.284,387.285,4.11734,180,10,0,1,0,1,0,0,0),(482,724,0,1,1,0,1,-6244.87,778.502,387.1,1.9426,370,5,0,55,0,1,0,0,0),(483,724,0,1,1,0,1,-6234.01,758.701,387.065,6.18546,370,5,0,55,0,1,0,0,0),(484,707,0,1,1,0,0,-6254.73,727.239,386.849,0.912837,370,5,0,42,0,1,0,0,0),(485,708,0,1,1,0,0,-6147,753.035,391.736,6.18223,180,0,0,71,0,0,0,0,0),(486,724,0,1,1,0,1,-6329.1,746.326,387.314,5.92397,370,5,0,55,0,1,0,0,0),(487,724,0,1,1,0,1,-6316.68,777.084,389.439,0.857296,370,5,0,55,0,1,0,0,0),(488,708,0,1,1,0,0,-6314.69,798.587,391.439,1.18626,180,0,0,71,0,0,0,0,0),(489,708,0,1,1,0,0,-6287.02,779.763,387.473,1.02183,180,0,0,71,0,0,0,0,0),(490,708,0,1,1,0,0,-6146.39,782.102,393.869,0.101813,180,0,0,71,0,0,0,0,0),(491,724,0,1,1,0,1,-6190.24,786.846,396.064,3.97536,370,0,0,55,0,0,0,0,0),(492,707,0,1,1,0,0,-6281.55,811.31,396.199,3.64983,370,5,0,42,0,1,0,0,0),(493,708,0,1,1,0,0,-6287.74,823.978,403.299,5.46256,180,0,0,71,0,0,0,0,0),(494,708,0,1,1,0,0,-6211.01,812.888,418.312,5.08815,180,0,0,71,0,0,0,0,0),(495,708,0,1,1,0,0,-6250.45,821.948,399.551,0.161249,180,5,0,71,0,1,0,0,0),(496,708,0,1,1,0,0,-6220.42,810.159,413.18,4.47168,180,0,0,71,0,0,0,0,0),(497,724,0,1,1,0,1,-6225.05,805.382,408.788,4.48779,370,0,0,55,0,0,0,0,0),(498,724,0,1,1,0,1,-6353.02,817.734,396.994,4.33628,370,5,0,55,0,1,0,0,0),(499,707,0,1,1,0,0,-6321.23,845.768,415.479,0.772724,370,5,0,42,0,1,0,0,0),(500,708,0,1,1,0,0,-6323.65,806.961,395.118,4.05297,180,5,0,71,0,1,0,0,0),(501,724,0,1,1,0,1,-6249.1,845.619,417.631,0.873775,370,5,0,55,0,1,0,0,0),(502,17803,545,3,1,0,1,-18.0986,-184.997,-21.9355,2.30574,86400,0,0,16208,15775,0,0,0,0),(503,707,0,1,1,0,0,-6285.91,728.432,385.092,0.586018,370,5,0,42,0,1,0,0,0),(504,724,0,1,1,0,1,-6284.28,745.43,387.058,0.802851,370,5,0,55,0,1,0,0,0),(505,708,0,1,1,0,0,-6344.56,842.954,408.563,2.87768,180,5,0,71,0,1,0,0,0),(506,708,0,1,1,0,0,-6182.81,748.547,387.185,4.90438,180,5,0,71,0,1,0,0,0),(507,708,0,1,1,0,0,-6184.77,782.418,391.434,2.82743,180,0,0,71,0,0,0,0,0),(508,708,0,1,1,0,0,-6222.85,727.866,386.919,5.69171,180,5,0,71,0,1,0,0,0),(509,708,0,1,1,0,0,-6217.2,746.822,388.817,0.279253,180,0,0,71,0,0,0,0,0),(510,708,0,1,1,0,0,-6248.16,751.081,388.195,1.48353,180,5,0,71,0,1,0,0,0),(511,708,0,1,1,0,0,-6251.45,717.468,386.564,2.07583,180,5,0,71,0,1,0,0,0),(512,708,0,1,1,0,0,-6310.84,781.122,389.648,4.66003,180,5,0,71,0,1,0,0,0),(513,708,0,1,1,0,0,-6283.66,784.628,387.917,5.72468,180,5,0,71,0,1,0,0,0),(514,708,0,1,1,0,0,-6284.56,814.025,397.898,0.733038,180,5,0,71,0,1,0,0,0),(35287,6188,1,1,1,2000,1,4605.99,-5377.61,120.417,2.19168,333,0,0,2016,4393,0,0,0,0),(6264,812,0,1,1,1745,1,-9237.78,-2041.65,78.1678,4.64889,300,0,0,484,0,0,0,0,0),(6263,3088,0,1,1,3380,1,-9173.33,-2088.29,89.0329,3.80482,300,0,0,713,0,0,0,0,0),(6262,3087,0,1,1,3379,1,-9204.44,-2065.39,78.0871,0.569116,300,0,0,573,0,0,0,0,0),(6261,9982,0,1,1,9255,0,-9249.09,-2152.7,64.0168,3.12414,300,0,0,1003,0,0,0,0,0),(6260,3086,0,1,1,3378,1,-9215.79,-2066.68,82.855,3.49771,300,0,0,484,0,0,0,0,0),(6259,3090,0,1,1,3381,1,-9170.52,-2115.84,88.9624,1.93888,300,0,0,713,0,0,0,0,0),(6258,431,0,1,1,493,1,-9406.09,-3408.26,87.128,0.405156,300,5,0,734,0,1,0,0,0),(6257,431,0,1,1,493,1,-9391.02,-3409.35,88.4583,3.8274,300,5,0,734,0,1,0,0,0),(6256,431,0,1,1,493,1,-9370.03,-3344.07,90.3972,5.8852,300,5,0,734,0,1,0,0,0),(6255,568,0,1,1,662,1,-9362.63,-3401.28,92.1525,5.61119,300,5,0,664,0,1,0,0,0),(6254,429,0,1,1,491,1,-9337.67,-3411.72,90.5156,3.83708,300,5,0,640,655,1,0,0,0),(6253,429,0,1,1,491,1,-9361.1,-3303.4,91.0516,1.68232,300,5,0,640,655,1,0,0,0),(6252,431,0,1,1,493,1,-9384.97,-3346.69,88.6101,3.16096,300,5,0,734,0,1,0,0,0),(6215,431,0,1,1,493,1,-9433.2,-3368.24,88.4603,2.37365,300,0,0,734,0,0,0,0,0),(6214,568,0,1,1,662,1,-9378.11,-3359.17,89.3708,0,300,0,0,664,0,0,0,0,0),(6213,429,0,1,1,491,1,-9347.46,-3360.01,89.3015,3.9619,300,0,0,640,655,0,0,0,0),(6212,431,0,1,1,493,1,-9407.83,-3385.77,88.5991,0.401426,300,0,0,734,0,0,0,0,0),(6211,429,0,1,1,491,1,-9413.65,-3381.52,89.4909,5.42797,300,0,0,640,655,0,0,0,0),(6210,431,0,1,1,493,1,-9414.44,-3391.81,89.1361,0.750492,300,0,0,734,0,0,0,0,0),(6209,429,0,1,1,491,1,-9373.74,-3317.14,92.2253,2.42601,300,0,0,640,655,0,0,0,0),(6208,429,0,1,1,491,1,-9392.44,-3335.53,88.6527,2.68781,300,0,0,640,655,0,0,0,0),(6207,429,0,1,1,491,1,-9361.24,-3313.63,92.521,0.733038,300,0,0,640,655,0,0,0,0),(6206,544,0,1,1,5243,1,-9445.09,-3345.27,6.57073,2.35619,300,0,0,531,0,0,0,0,0),(6205,545,0,1,1,5293,1,-9460.58,-3349.75,6.60973,1.15192,300,0,0,404,456,0,0,0,0),(6204,545,0,1,1,5293,1,-9461.09,-3335.59,6.49758,5.86431,300,0,0,404,456,0,0,0,0),(6203,544,0,1,1,5243,1,-9439.37,-3331.28,4.79289,2.35619,300,0,0,531,0,0,0,0,0),(6202,544,0,1,1,5243,1,-9438.08,-3333.73,5.81795,3.26377,300,0,0,531,0,0,0,0,0),(6201,545,0,1,1,5293,1,-9434.12,-3332.06,5.1319,0.610865,300,0,0,404,456,0,0,0,0),(6200,544,0,1,1,5243,1,-9422.61,-3324.81,2.2351,0.807696,300,0,0,531,0,0,0,0,0),(6199,545,0,1,1,5293,1,-9449.8,-3334.13,5.9687,1.309,300,0,0,404,456,0,0,0,0),(6198,545,0,1,1,5293,1,-9465.86,-3324.8,3.10257,2.14675,300,0,0,404,456,0,0,0,0),(6197,437,0,1,1,6037,1,-9548.54,-3242.06,50.9698,4.34587,300,0,0,531,0,0,0,0,0),(6196,437,0,1,1,6037,1,-9508.85,-3301.33,48.4504,5.74213,300,0,0,531,0,0,0,0,0),(6195,485,0,1,1,6034,1,-9551.27,-3264.84,49.3943,1.85005,300,0,0,494,0,0,0,0,0),(6194,437,0,1,1,6037,1,-9544.79,-3260.65,49.2277,3.10669,300,0,0,531,0,0,0,0,0),(6193,485,0,1,1,6034,1,-9549.83,-3257.3,49.0535,3.9968,300,0,0,494,0,0,0,0,0),(6192,485,0,1,1,6034,1,-9496.42,-3213.14,62.7444,4.34587,300,0,0,494,0,0,0,0,0),(6191,485,0,1,1,6034,1,-9580.23,-3257.62,49.4698,0,300,0,0,494,0,0,0,0,0),(6190,578,0,1,1,391,0,-9312.15,-2810.88,73.8875,0.630311,300,0,0,449,0,0,0,0,0),(6189,545,0,1,1,5293,1,-9381,-2751.87,54.7918,2.18471,300,5,0,404,456,1,0,0,0),(6188,545,0,1,1,5293,1,-9355.49,-2801.36,54.9687,3.62271,300,5,0,404,456,1,0,0,0),(6187,578,0,1,1,391,0,-9365.6,-2811.07,44.392,3.33136,300,5,0,449,0,1,0,0,0),(6186,578,0,1,1,391,0,-9377.07,-2792.06,54.227,4.14551,300,5,0,449,0,1,0,0,0),(6185,578,0,1,1,391,0,-9348.54,-2835.57,60.8664,2.42601,300,0,0,449,0,0,0,0,0),(6184,545,0,1,1,5293,1,-9323.29,-2827.97,68.8947,2.05949,300,0,0,404,456,0,0,0,0),(6183,578,0,1,1,391,0,-9328.36,-2829.11,69.4442,2.32129,300,0,0,449,0,0,0,0,0),(6182,578,0,1,1,391,0,-9333.28,-2835.81,66.327,3.33358,300,0,0,449,0,0,0,0,0),(6181,578,0,1,1,391,0,-9405.76,-2831.32,36.9438,1.60806,300,5,0,449,0,1,0,0,0),(6180,578,0,1,1,391,0,-9339.6,-2806.3,55.9974,3.45575,300,0,0,449,0,0,0,0,0),(6179,545,0,1,1,5293,1,-9355.54,-2778.58,55.1189,2.43568,300,5,0,404,456,1,0,0,0),(6178,545,0,1,1,5293,1,-9325.49,-2834.43,68.7136,3.71851,300,0,0,404,456,0,0,0,0),(6177,381,0,1,1,3360,1,-9261.03,-2172.66,64.2033,1.27409,300,0,0,484,0,0,0,0,0),(6176,343,0,1,1,3377,0,-9209.71,-2063.14,78.2817,3.54302,300,0,0,449,0,0,0,0,0),(6175,346,0,1,1,3370,0,-9211.5,-2145.7,64.4372,3.62629,300,0,0,531,0,0,0,0,0),(6174,464,0,1,1,2150,1,-9609.64,-1902.4,59.8859,4.09018,300,0,0,1910,0,0,0,0,0),(6173,266,0,1,1,1741,0,-9231.59,-2145.62,71.3951,5.35816,300,0,0,787,0,0,0,0,0),(6172,7009,0,1,1,5768,1,-9332.6,-2180.06,62.0734,1.309,500,0,0,5544,0,0,0,0,0),(6171,6966,0,1,1,5752,1,-9328.45,-2180.02,64.0383,1.93731,300,0,0,484,0,0,0,0,0),(6170,6295,0,1,1,4994,1,-9607.35,-3499.28,122.039,0.575959,300,0,0,950,0,0,0,0,0),(6169,385,0,1,1,229,0,-9589.58,-3485.42,122.081,4.61424,300,5,0,102,0,1,0,0,0),(6168,385,0,1,1,229,0,-9601.79,-3489.07,122.01,3.51012,300,5,0,102,0,1,0,0,0),(6167,2697,0,1,1,3357,0,-9601.07,-3503.22,122.039,1.50098,300,0,0,1107,0,0,0,0,0),(6166,8963,0,1,1,5556,0,-9351.24,-2204.45,62.1808,4.85202,300,0,0,42,0,0,0,0,0),(6165,8962,0,1,1,257,1,-9351.52,-2205.56,62.1914,3.24631,300,0,0,42,0,0,0,0,0),(6164,8965,0,1,1,221,1,-9351.62,-2207.26,62.1803,3.08923,300,0,0,42,0,0,0,0,0),(6163,3097,0,1,1,5013,1,-9603.37,-3486.69,122.109,4.99164,300,0,0,484,0,0,0,0,0),(6162,3096,0,1,1,5015,0,-9726.25,-3187.31,58.6922,0.820305,300,0,0,573,0,0,0,0,0),(6161,429,0,1,1,491,1,-9014.05,-3215.53,107.964,3.03687,300,0,0,640,655,0,0,0,0),(6160,568,0,1,1,662,1,-9009.29,-3212.87,108.175,3.47321,300,0,0,664,0,0,0,0,0),(6159,568,0,1,1,662,1,-9013.23,-3209.73,108.176,5.49779,300,0,0,664,0,0,0,0,0),(6158,933,0,1,1,3450,1,-9420.86,-2295.08,67.6711,0.152267,300,0,0,2440,0,0,0,0,0),(6157,935,0,1,1,3447,1,-9416.56,-2289.82,67.7961,2.32129,300,0,0,2440,0,0,0,0,0),(6156,850,0,1,1,257,0,-9174.33,-2109.71,88.95,5.89073,300,0,0,102,0,0,0,0,0),(6155,847,0,1,1,338,0,-9261.87,-2204.55,64.0584,4.72216,300,0,0,102,0,0,0,0,0),(6154,849,0,1,1,252,0,-9254.62,-2182.47,64.0499,4.13816,300,0,0,71,0,2,0,0,0),(595,708,0,1,1,0,0,-6147.21,755.507,392.111,1.62206,180,0,0,71,0,0,0,0,0),(6153,5608,0,1,1,221,1,-9349.57,-2186.43,62.2727,2.9147,300,0,0,42,0,0,0,0,0),(6152,851,0,1,1,344,0,-9238.86,-2034.53,78.1635,3.28305,300,0,0,102,0,0,0,0,0),(6151,5607,0,1,1,338,1,-9349.74,-2184.76,62.3281,3.08923,300,0,0,42,0,0,0,0,0),(6150,848,0,1,1,257,0,-9272.57,-2200.73,64.0831,4.40372,300,0,0,102,0,2,0,0,0),(600,708,0,1,1,0,0,-6148.5,783.281,393.515,3.45575,180,0,0,71,0,0,0,0,0),(601,708,0,1,1,0,0,-6179.47,722.66,386.236,2.98566,180,5,0,71,0,1,0,0,0),(6149,429,0,1,1,491,1,-9279.97,-3286.89,132.381,3.7001,300,0,0,640,655,0,0,0,0),(6148,429,0,1,1,491,1,-9291.38,-3313.79,150.225,0.698132,300,0,0,640,655,0,0,0,0),(6147,429,0,1,1,491,1,-9295.82,-3307.97,150.225,0.523599,300,0,0,640,655,0,0,0,0),(6146,721,0,1,1,328,0,-9521.69,-3276.14,49.0673,5.27993,300,5,0,1,0,1,0,0,0),(6145,1671,0,1,1,3382,0,-9244.62,-2028.25,77.1862,3.45575,300,0,0,713,0,0,0,0,0),(6144,3089,0,1,1,3373,0,-9201.07,-2151.17,64.4242,1.64061,300,0,0,531,0,0,0,0,0),(6143,777,0,1,1,3366,1,-9260.21,-2203.09,64.0584,3.33358,300,0,0,484,0,0,0,0,0),(6142,790,0,1,1,3363,1,-9260.76,-2219.88,64.0168,3.45575,300,0,0,573,0,0,0,0,0),(6141,1680,0,1,1,3362,1,-9315.38,-2156.69,63.4832,4.83902,300,0,0,198,0,0,0,0,0),(6140,6728,0,1,1,5448,0,-9224.18,-2157.7,64.0168,2.61799,300,0,0,42,0,0,0,0,0),(6139,5620,0,1,1,3638,0,-9210.83,-2150.71,64.4372,3.19926,300,0,0,531,0,0,0,0,0),(6138,206,0,1,1,522,0,-11023.3,-1147.91,38.7108,3.09107,300,5,0,1003,0,1,0,0,0),(6137,923,0,1,1,246,0,-10783.3,-813.144,44.5475,2.28154,300,10,0,617,0,1,0,0,0),(6136,923,0,1,1,246,0,-10811.1,-780.725,46.1914,2.97416,300,10,0,617,0,1,0,0,0),(6135,628,0,1,1,741,0,-10775.7,-768.613,43.1391,5.03354,300,10,0,664,0,1,0,0,0),(6134,628,0,1,1,741,0,-10756.9,-779.059,42.5009,3.30835,300,10,0,664,0,1,0,0,0),(6133,10038,0,1,1,2381,1,-10581.3,-1194.23,27.7495,2.28695,300,5,0,11828,0,1,0,0,0),(6132,206,0,1,1,522,0,-11041.6,-1125.62,38.6025,3.69915,300,5,0,1003,0,1,0,0,0),(6128,206,0,1,1,522,0,-11025.6,-1137.82,38.7108,6.19245,300,5,0,1003,0,1,0,0,0),(6127,10038,0,1,1,2381,1,-10534.3,-1199.89,27.5723,1.32575,300,5,0,11828,0,1,0,0,0),(6126,6170,0,1,1,203,0,-11105.7,-1161.75,42.1743,1.31907,300,0,0,977,935,2,0,0,0),(6125,205,0,1,1,736,0,-10646.8,-884.137,50.1853,4.42309,300,0,0,896,0,0,0,0,0),(6124,205,0,1,1,736,0,-10467.1,-810.72,51.953,5.55015,300,0,0,896,0,0,0,0,0),(6123,533,0,1,1,203,0,-10260.7,-841.453,42.5025,0.989836,300,10,0,724,732,1,0,0,0),(6122,533,0,1,1,203,0,-10653.6,-839.113,61.197,5.27223,300,5,0,724,732,1,0,0,0),(6121,205,0,1,1,736,0,-10432.3,-811.614,50.0888,6.21725,300,5,0,896,0,1,0,0,0),(6120,205,0,1,1,736,0,-10630.5,-874.173,49.2065,1.21812,300,10,0,896,0,1,0,0,0),(6119,205,0,1,1,736,0,-10650.4,-912.464,52.1801,0.933282,300,10,0,896,0,1,0,0,0),(6118,205,0,1,1,736,0,-10631.9,-902.151,49.5947,1.4357,300,10,0,896,0,1,0,0,0),(6117,205,0,1,1,736,0,-10613.6,-894.087,48.9565,0.155291,300,10,0,896,0,1,0,0,0),(6116,898,0,1,1,657,0,-10580,-795.042,57.0981,1.44547,300,5,0,787,0,1,0,0,0),(6115,205,0,1,1,736,0,-10530.9,-786.683,57.4378,3.48063,300,5,0,896,0,1,0,0,0),(6114,898,0,1,1,657,0,-10621.8,-825.516,51.4391,3.2519,300,5,0,787,0,1,0,0,0),(6113,920,0,1,1,1098,0,-11077.6,-1140.17,42.8358,2.41111,300,0,0,892,852,0,0,0,0),(6112,1270,0,1,1,559,0,-10309.5,-1322.55,50.1948,1.63833,300,10,0,950,0,1,0,0,0),(6111,205,0,1,1,736,0,-10435.2,-801.963,51.9235,3.45948,300,5,0,896,0,1,0,0,0),(6110,205,0,1,1,736,0,-10463.7,-806.927,51.6172,4.97419,300,0,0,896,0,0,0,0,0),(6109,205,0,1,1,736,0,-10459.4,-818.188,50.9235,3.3291,300,5,0,896,0,1,0,0,0),(6108,205,0,1,1,736,0,-10415.1,-845.732,48.9628,1.25762,300,5,0,896,0,1,0,0,0),(6107,205,0,1,1,736,0,-10646.4,-898.438,49.8103,1.94255,300,0,0,896,0,0,0,0,0),(6106,205,0,1,1,736,0,-10429.4,-787.449,53.7105,1.92439,300,5,0,896,0,1,0,0,0),(6105,533,0,1,1,203,0,-10388,-815.53,47.7868,2.98672,300,5,0,724,732,1,0,0,0),(6104,205,0,1,1,736,0,-10476.9,-798.508,53.7967,2.61108,300,5,0,896,0,1,0,0,0),(6103,205,0,1,1,736,0,-10453,-788.974,53.044,5.08302,300,5,0,896,0,1,0,0,0),(6102,205,0,1,1,736,0,-10454.8,-806.807,51.1735,4.45828,300,5,0,896,0,1,0,0,0),(6101,1270,0,1,1,559,0,-10301.9,-1364.06,60.2068,4.01965,300,5,0,950,0,1,0,0,0),(6100,930,0,1,1,368,0,-10642,20.2353,39.3563,5.69836,300,5,0,664,0,1,0,0,0),(6099,948,0,1,1,137,0,-10398.2,146.614,35.4252,3.04928,300,10,0,734,0,1,0,0,0),(6098,210,0,1,1,570,1,-10363.6,155.524,35.5152,2.86801,300,10,0,787,0,1,0,0,0),(6097,1270,0,1,1,559,0,-10279.1,-1304.76,46.6425,4.30179,300,10,0,950,0,1,0,0,0),(203463,6086,0,1,1,4848,1,-8592.74,1246.62,5.23,3.63,275,0,0,3048,0,0,0,0,0),(203462,6086,0,1,1,4846,1,-8606.82,1239.39,5.23,0.6379,275,0,0,3048,0,0,0,0,0),(6094,948,0,1,1,137,0,-10335.2,164.208,36.0561,2.14893,300,10,0,734,0,1,0,0,0),(6093,920,0,1,1,1098,0,-11106.5,-1160.67,42.2494,0.880033,300,0,0,892,852,0,0,0,0),(6092,1270,0,1,1,559,0,-10265.2,-1237.26,35.9708,0.466826,300,5,0,950,0,1,0,0,0),(6091,1270,0,1,1,559,0,-10305.4,-1243.93,36.9946,5.11767,300,10,0,950,0,1,0,0,0),(6085,930,0,1,1,368,0,-10710.1,19.4249,35.8904,0.056691,300,5,0,664,0,1,0,0,0),(6084,206,0,1,1,522,0,-10948,-1118.83,38.7397,6.14485,300,5,0,1003,0,1,0,0,0),(6083,206,0,1,1,522,0,-10980.1,-1119.2,38.7097,1.5054,300,5,0,1003,0,1,0,0,0),(6082,206,0,1,1,522,0,-10988.9,-1146.1,39.6792,3.21193,300,10,0,1003,0,1,0,0,0),(6081,930,0,1,1,368,0,-10721.7,-131.072,34.6736,0.196629,300,5,0,664,0,1,0,0,0),(701,708,0,1,1,0,0,-6216.64,721.282,386.75,2.04511,180,5,0,71,0,1,0,0,0),(35286,6188,1,1,1,2000,1,4316.19,-5689.79,100.812,5.72358,333,5,0,2016,4393,1,0,0,0),(35285,6188,1,1,1,2000,1,4414.95,-5552.33,111.731,4.226,333,10,0,2016,4393,1,0,0,0),(35284,6188,1,1,1,2000,1,4412.85,-5486.59,97.3817,4.87617,333,5,0,2016,4393,1,0,0,0),(35283,6188,1,1,1,2000,1,4596.48,-5594.74,99.1955,1.93237,333,0,0,2016,4393,0,0,0,0),(35282,6188,1,1,1,2000,1,4580.58,-5547.96,103.31,4.69038,333,10,0,2016,4393,1,0,0,0),(712,708,0,1,1,0,0,-6247.77,713.12,386.923,5.6182,180,5,0,71,0,1,0,0,0),(713,721,0,1,1,0,0,-6247.15,694.244,386.053,5.95896,180,10,0,1,0,1,0,0,0),(714,708,0,1,1,0,0,-6152.57,719.395,392.105,2.57734,180,5,0,71,0,1,0,0,0),(6080,1270,0,1,1,559,0,-10348.4,-1255.68,35.3271,0.969484,300,10,0,950,0,1,0,0,0),(6079,898,0,1,1,657,0,-10266.3,-734.526,45.7721,5.61996,300,0,0,787,0,0,0,0,0),(6078,533,0,1,1,203,0,-10264.2,-714.354,45.2232,3.12174,300,5,0,724,732,1,0,0,0),(6077,1270,0,1,1,559,0,-10327.9,-1213.87,36.0871,5.64823,300,10,0,950,0,1,0,0,0),(6076,2110,0,1,1,1141,0,-10820.5,5.51616,38.299,0.954632,300,5,0,1,0,1,0,0,0),(6075,898,0,1,1,657,0,-10254.2,-727.732,45.7757,5.09636,300,0,0,787,0,0,0,0,0),(6074,898,0,1,1,657,0,-10335.8,-918.301,39.8606,5.97681,300,10,0,787,0,1,0,0,0),(6073,533,0,1,1,203,0,-10412.2,-924.673,45.631,4.76127,300,10,0,724,732,1,0,0,0),(6072,533,0,1,1,203,0,-10346.7,-855.665,41.8911,5.19855,300,5,0,724,732,1,0,0,0),(6071,898,0,1,1,657,0,-10320.9,-887.667,38.4002,1.50241,300,5,0,787,0,1,0,0,0),(6070,898,0,1,1,657,0,-10391.2,-956.975,45.6412,4.32391,300,10,0,787,0,1,0,0,0),(6069,205,0,1,1,736,0,-10485.9,-844.425,51.3384,0.705421,300,5,0,896,0,1,0,0,0),(6068,898,0,1,1,657,0,-10218.2,-842.935,40.4191,4.86919,300,10,0,787,0,1,0,0,0),(6067,533,0,1,1,203,0,-10244.5,-740.199,43.4732,4.9537,300,5,0,724,732,1,0,0,0),(6066,533,0,1,1,203,0,-10385.7,-880.085,46.321,1.68282,300,5,0,724,732,1,0,0,0),(6065,898,0,1,1,657,0,-10413,-983.186,45.5472,5.87118,300,10,0,787,0,1,0,0,0),(6064,898,0,1,1,657,0,-10477.5,-856.473,49.3007,2.39352,300,5,0,787,0,1,0,0,0),(6063,898,0,1,1,657,0,-10277.7,-743.124,45.3868,1.26872,300,5,0,787,0,1,0,0,0),(6062,533,0,1,1,203,0,-10542.4,-825.397,52.9808,4.47311,300,5,0,724,732,1,0,0,0),(6061,898,0,1,1,657,0,-10255.5,-746.408,44.3482,6.09112,300,5,0,787,0,1,0,0,0),(6060,205,0,1,1,736,0,-10452.8,-890.506,44.148,6.23203,300,10,0,896,0,1,0,0,0),(6059,533,0,1,1,203,0,-10576.5,-840.75,50.5996,1.20994,300,5,0,724,732,1,0,0,0),(6058,2110,0,1,1,1141,0,-10393.7,-1102.31,20.4917,4.94623,300,5,0,1,0,1,0,0,0),(6057,2110,0,1,1,1141,0,-11012.3,-353.886,43.223,4.37306,300,5,0,1,0,1,0,0,0),(6056,2110,0,1,1,1141,0,-10874.8,-291.856,37.415,1.25748,300,5,0,1,0,1,0,0,0),(6055,539,0,1,1,958,0,-10487.6,580.612,28.4964,3.54495,300,10,0,417,0,1,0,0,0),(6054,539,0,1,1,958,0,-10547.9,590.534,31.7948,0.511024,300,10,0,417,0,1,0,0,0),(6053,539,0,1,1,958,0,-10610.4,576.031,29.9522,5.92251,300,5,0,417,0,1,0,0,0),(6052,565,0,1,1,802,0,-10552.3,562.217,28.5259,2.48944,300,10,0,494,0,1,0,0,0),(6051,2110,0,1,1,1141,0,-10875.3,-290.304,37.4904,1.60907,300,5,0,1,0,1,0,0,0),(6050,2110,0,1,1,1141,0,-10886.2,-140.028,41.3713,3.74609,300,10,0,1,0,1,0,0,0),(6049,2110,0,1,1,1141,0,-10928.7,-548.253,52.9982,4.50295,300,0,0,1,0,0,0,0,0),(6048,565,0,1,1,802,0,-10213.6,459.769,34.7191,5.14597,300,10,0,494,0,1,0,0,0),(6047,539,0,1,1,958,0,-10234.9,497.136,26.3223,2.00953,300,10,0,417,0,1,0,0,0),(6046,539,0,1,1,958,0,-10217.1,189.472,26.8599,6.02766,300,5,0,417,0,1,0,0,0),(6045,1258,0,1,1,9562,0,-10806.4,-538.414,38.4045,0.994175,300,10,0,734,0,1,0,0,0),(6044,923,0,1,1,246,0,-10870.2,-548.889,45.5416,0.874648,300,5,0,617,0,1,0,0,0),(6043,628,0,1,1,741,0,-10316,-1012.54,44.8085,0.7348,300,10,0,664,0,1,0,0,0),(6042,923,0,1,1,246,0,-10887.7,-611.559,37.5137,2.01085,300,5,0,617,0,1,0,0,0),(6041,628,0,1,1,741,0,-10288.9,-984.754,48.6702,1.42586,300,10,0,664,0,1,0,0,0),(6040,565,0,1,1,802,0,-10207,392.168,43.4146,4.49203,300,10,0,494,0,1,0,0,0),(6039,565,0,1,1,802,0,-10265.9,478.121,38.2019,4.03918,300,10,0,494,0,1,0,0,0),(6038,565,0,1,1,802,0,-10207,448.064,35.8234,0.327923,300,10,0,494,0,1,0,0,0),(6037,628,0,1,1,741,0,-10178.3,-898.208,36.2588,5.21741,300,10,0,664,0,1,0,0,0),(6036,923,0,1,1,246,0,-10834.4,-690.781,43.0038,1.5708,300,10,0,617,0,1,0,0,0),(6035,923,0,1,1,246,0,-10874.7,-677.248,49.4081,1.28177,300,5,0,617,0,1,0,0,0),(6034,923,0,1,1,246,0,-10221.6,-980.957,35.9843,2.13768,300,10,0,617,0,1,0,0,0),(6033,628,0,1,1,741,0,-10853.5,-590.733,36.5161,4.35316,300,5,0,664,0,1,0,0,0),(6032,923,0,1,1,246,0,-10864.1,-640.348,38.7049,5.62713,300,5,0,617,0,1,0,0,0),(6031,1258,0,1,1,9562,0,-10215.7,-876.666,40.9222,1.57539,300,10,0,734,0,1,0,0,0),(6030,539,0,1,1,958,0,-10639,509.369,31.9473,1.98939,300,10,0,417,0,1,0,0,0),(6029,569,0,1,1,2541,0,-10634.3,481.896,37.3885,4.84432,300,5,0,531,0,1,0,0,0),(6028,539,0,1,1,958,0,-10746,578.998,28.4273,0.217014,300,5,0,417,0,1,0,0,0),(6027,539,0,1,1,958,0,-10684.5,575.909,27.504,2.33686,300,5,0,417,0,1,0,0,0),(6026,217,0,1,1,955,0,-10703.2,530.951,32.6661,3.89153,300,10,0,449,0,1,0,0,0),(6025,539,0,1,1,958,0,-10782,510.013,35.2679,3.32302,300,5,0,417,0,1,0,0,0),(6024,628,0,1,1,741,0,-10217,-887.59,38.0088,1.55127,300,10,0,664,0,1,0,0,0),(6023,539,0,1,1,958,0,-10451.3,621.156,24.2208,3.79694,300,5,0,417,0,1,0,0,0),(6022,539,0,1,1,958,0,-10523.2,619.721,24.7277,2.63028,300,5,0,417,0,1,0,0,0),(6021,539,0,1,1,958,0,-10670.7,542.129,29.2946,3.30256,300,5,0,417,0,1,0,0,0),(6020,217,0,1,1,955,0,-10556,542.744,26.69,5.80471,300,10,0,449,0,1,0,0,0),(6019,539,0,1,1,958,0,-10779.7,552.547,33.8605,1.68426,300,10,0,417,0,1,0,0,0),(6018,539,0,1,1,958,0,-10844.5,519.354,30.2698,2.18789,300,10,0,417,0,1,0,0,0),(6017,539,0,1,1,958,0,-10713.7,543.197,34.112,2.8719,300,10,0,417,0,1,0,0,0),(6016,569,0,1,1,2541,0,-10708,499.362,33.5438,0.463648,300,10,0,531,0,1,0,0,0),(6015,1258,0,1,1,9562,0,-10279.2,-935.082,41.9086,4.6753,300,10,0,734,0,1,0,0,0),(6014,628,0,1,1,741,0,-10233.8,-951.253,37.7644,6.2578,300,10,0,664,0,1,0,0,0),(6013,1258,0,1,1,9562,0,-10307.6,-948.075,40.1439,3.30256,300,10,0,734,0,1,0,0,0),(6012,1258,0,1,1,9562,0,-10348.6,-982.089,48.3296,1.30903,300,10,0,734,0,1,0,0,0),(6011,213,0,1,1,801,0,-10578,544.617,33.5339,0.384131,300,10,0,449,0,1,0,0,0),(6010,565,0,1,1,802,0,-10747.4,521.399,35.0375,6.27733,300,10,0,494,0,1,0,0,0),(6009,565,0,1,1,802,0,-10813.9,546.755,32.1653,3.83708,300,10,0,494,0,1,0,0,0),(6008,565,0,1,1,802,0,-10645,544.111,28.2801,2.36448,300,10,0,494,0,1,0,0,0),(6007,2110,0,1,1,1141,0,-11009.4,-349.06,42.2594,0.829568,300,5,0,1,0,1,0,0,0),(6006,930,0,1,1,368,0,-10425,-38.9584,46.1307,2.65459,300,10,0,664,0,1,0,0,0),(6005,48,0,1,1,200,1,-10922.9,-1273.56,52.7212,1.57861,300,10,0,531,0,1,0,0,0),(6004,203,0,1,1,9783,1,-10943.9,-1279.35,53.091,4.2428,300,10,0,472,1357,1,0,0,0),(6003,203,0,1,1,9783,1,-10943.6,-1243.62,51.9106,2.08254,300,10,0,472,1357,1,0,0,0),(6002,203,0,1,1,9783,1,-11025.8,-1351.9,52.1104,6.1574,300,5,0,472,1357,1,0,0,0),(6001,48,0,1,1,200,1,-10964.5,-1354.44,51.6321,3.09899,300,5,0,531,0,1,0,0,0),(6000,203,0,1,1,9783,1,-10905.6,-1320.35,53.0418,0.621293,300,10,0,472,1357,1,0,0,0),(5999,48,0,1,1,200,1,-10916.5,-1343.13,52.9256,6.21137,300,10,0,531,0,1,0,0,0),(5998,48,0,1,1,200,1,-11030.6,-1319.88,53.4609,4.87156,300,10,0,531,0,1,0,0,0),(5997,203,0,1,1,9783,1,-11030.9,-1288.73,51.5893,6.03245,300,5,0,472,1357,1,0,0,0),(860,708,0,1,1,0,0,-6153.28,689.262,391.27,3.85932,180,5,0,71,0,1,0,0,0),(861,708,0,1,1,0,0,-6180.28,688.397,386.271,1.73894,180,5,0,71,0,1,0,0,0),(862,708,0,1,1,0,0,-6254.81,681.934,386.439,4.02974,180,5,0,71,0,1,0,0,0),(863,724,0,1,1,0,1,-6262.62,726.327,386.344,4.38447,370,5,0,55,0,1,0,0,0),(864,724,0,1,1,0,1,-6351.67,749.941,388.625,2.10987,370,5,0,55,0,1,0,0,0),(865,706,0,1,1,0,1,-6370.09,778.613,387.368,4.591,180,5,0,71,0,1,0,0,0),(866,706,0,1,1,0,1,-6373.48,753.763,386.581,2.63772,180,0,0,71,0,0,0,0,0),(867,706,0,1,1,0,1,-6350.51,767.643,386.396,2.33019,180,5,0,71,0,1,0,0,0),(868,706,0,1,1,0,1,-6381.01,775.867,386.396,0.698132,180,0,0,71,0,0,0,0,0),(869,706,0,1,1,0,1,-6386.73,766.395,386.396,0.872665,180,0,0,71,0,0,0,0,0),(870,708,0,1,1,0,0,-6348.91,780.219,387.109,4.97517,180,5,0,71,0,1,0,0,0),(871,706,0,1,1,0,1,-6368.93,806.56,391.294,5.08483,180,0,0,71,0,0,0,0,0),(872,708,0,1,1,0,0,-6438.84,745.375,389.9,6.21188,180,0,0,71,0,0,0,0,0),(873,706,0,1,1,0,1,-6404.11,747.103,390.874,1.95675,180,0,0,71,0,0,0,0,0),(874,706,0,1,1,0,1,-6436.92,748.841,389.681,4.32173,180,0,0,71,0,0,0,0,0),(875,706,0,1,1,0,1,-6410.73,798.096,391.24,5.87893,180,0,0,71,0,0,0,0,0),(876,724,0,1,1,0,1,-6415.32,752.254,388.874,3.96876,370,0,0,55,0,0,0,0,0),(877,724,0,1,1,0,1,-6380.55,723.299,388.564,6.21112,370,0,0,55,0,0,0,0,0),(878,707,0,1,1,0,0,-6381.16,681.892,386.189,5.82978,370,5,0,42,0,1,0,0,0),(879,706,0,1,1,0,1,-6393.05,776.032,386.396,5.89921,180,0,0,71,0,0,0,0,0),(880,724,0,1,1,0,1,-6422.27,816.429,406.864,4.8141,370,0,0,55,0,0,0,0,0),(881,708,0,1,1,0,0,-6386.21,829.567,394.861,5.87893,180,0,0,71,0,0,0,0,0),(882,724,0,1,1,0,1,-6445.56,720.402,396.763,1.82326,370,0,0,55,0,0,0,0,0),(883,724,0,1,1,0,1,-6423.42,676.179,386.531,3.58777,370,5,0,55,0,1,0,0,0),(884,705,0,1,1,0,0,-6445.78,690.27,387.426,0.163864,370,5,0,42,0,1,0,0,0),(885,706,0,1,1,0,1,-6441.9,703.499,391.767,1.72181,180,5,0,71,0,1,0,0,0),(886,706,0,1,1,0,1,-6465.66,714.069,394.008,0.452585,180,0,0,71,0,0,0,0,0),(887,706,0,1,1,0,1,-6469.1,688.383,387.44,3.21184,180,5,0,71,0,1,0,0,0),(888,706,0,1,1,0,1,-6481.51,702.798,391.894,1.1113,180,5,0,71,0,1,0,0,0),(889,704,0,1,1,0,0,-6462.52,656.403,387.228,1.55778,180,5,0,55,0,1,0,0,0),(890,704,0,1,1,0,0,-6427.95,658.449,387.031,3.10255,180,5,0,55,0,1,0,0,0),(891,704,0,1,1,0,0,-6495.36,619.654,388.123,5.93399,180,5,0,55,0,1,0,0,0),(892,705,0,1,1,0,0,-6433.64,626.254,386.714,3.94805,370,5,0,42,0,1,0,0,0),(893,708,0,1,1,0,0,-6463.41,646.706,386.986,3.09145,180,5,0,71,0,1,0,0,0),(894,708,0,1,1,0,0,-6464.88,619.142,387.306,6.11995,180,5,0,71,0,1,0,0,0),(896,724,0,1,1,0,1,-6490.67,621.998,386.873,0.328123,370,5,0,55,0,1,0,0,0),(897,707,0,1,1,0,0,-6450.95,659.13,387.577,1.47783,370,5,0,42,0,1,0,0,0),(898,707,0,1,1,0,0,-6414.76,614.131,387.768,4.15357,370,5,0,42,0,1,0,0,0),(5996,203,0,1,1,9783,1,-11056.8,-1315.42,54.2223,2.93883,300,5,0,472,1357,1,0,0,0),(5995,48,0,1,1,200,1,-11045.4,-1349.42,54.927,5.33909,300,10,0,531,0,1,0,0,0),(5994,203,0,1,1,9783,1,-11009.8,-1295.63,53.5728,5.8722,300,10,0,472,1357,1,0,0,0),(5993,203,0,1,1,9783,1,-10964.6,-1318.75,52.6037,6.05268,300,10,0,472,1357,1,0,0,0),(5992,203,0,1,1,9783,1,-10998.9,-1314.28,52.8165,3.29435,300,10,0,472,1357,1,0,0,0),(5991,203,0,1,1,9783,1,-11012.2,-1381.75,54.623,0.145232,300,5,0,472,1357,1,0,0,0),(5990,203,0,1,1,9783,1,-10980.9,-1381.33,61.0203,1.32645,300,0,0,472,1357,0,0,0,0),(5989,48,0,1,1,200,1,-10953.3,-1384.4,65.2462,5.53368,300,5,0,531,0,1,0,0,0),(5988,48,0,1,1,200,1,-10954.2,-1320.83,52.6037,0.705983,300,10,0,531,0,1,0,0,0),(5987,48,0,1,1,200,1,-10980.3,-1342.12,51.7402,2.75336,300,5,0,531,0,1,0,0,0),(5986,48,0,1,1,200,1,-10991.9,-1289.71,52.959,4.29132,300,10,0,531,0,1,0,0,0),(5985,48,0,1,1,200,1,-10981.1,-1242.32,52.3393,2.34,300,5,0,531,0,1,0,0,0),(5984,48,0,1,1,200,1,-11008.4,-1264.12,51.8593,3.281,300,5,0,531,0,1,0,0,0),(5983,604,0,1,1,519,0,-10332.3,122.914,3.04427,2.20922,300,5,0,840,0,1,0,0,0),(5982,604,0,1,1,519,0,-10322.6,140.166,1.78054,1.8587,300,5,0,840,0,1,0,0,0),(5981,604,0,1,1,519,0,-10334.9,137.397,4.02283,4.75137,300,0,0,840,0,0,0,0,0),(5980,570,0,1,1,569,0,-10340.8,157.929,7.06713,0.926079,300,0,0,896,0,0,0,0,0),(5979,604,0,1,1,519,0,-10341.7,172.724,15.8161,1.95127,300,0,0,840,0,0,0,0,0),(5978,604,0,1,1,519,0,-10359.4,202.731,34.3771,5.92968,300,5,0,840,0,1,0,0,0),(5977,604,0,1,1,519,0,-10347.1,201.353,32.579,3.1559,300,0,0,840,0,0,0,0,0),(5976,604,0,1,1,519,0,-10377.8,195.893,34.1059,2.85307,300,10,0,840,0,1,0,0,0),(5975,604,0,1,1,519,0,-10365.5,181.57,33.8229,0.116121,300,10,0,840,0,1,0,0,0),(5974,48,0,1,1,200,1,-11013.2,-1335.94,52.1905,4.77493,300,5,0,531,0,1,0,0,0),(5973,210,0,1,1,570,1,-10222.4,143.713,2.25502,4.58273,300,0,0,787,0,2,0,0,0),(5972,210,0,1,1,570,1,-10341,164.789,11.2514,1.69798,300,0,0,787,0,0,0,0,0),(5971,604,0,1,1,519,0,-10268.3,146.103,1.10352,2.17157,300,5,0,840,0,1,0,0,0),(5970,604,0,1,1,519,0,-10350.8,134.42,3.42368,3.80592,300,5,0,840,0,1,0,0,0),(5969,604,0,1,1,519,0,-10290.2,146.278,2.58409,4.31581,300,5,0,840,0,1,0,0,0),(927,706,0,1,1,0,1,-6502.58,652.826,391.748,2.35343,180,5,0,71,0,1,0,0,0),(928,706,0,1,1,0,1,-6514.57,631.529,398.506,4.85335,180,5,0,71,0,1,0,0,0),(929,724,0,1,1,0,1,-6394.9,652.947,386.861,4.47132,370,5,0,55,0,1,0,0,0),(930,708,0,1,1,0,0,-6387.5,620.834,387.28,3.31946,180,5,0,71,0,1,0,0,0),(931,706,0,1,1,0,1,-6482.32,669.669,386.69,0.073385,180,5,0,71,0,1,0,0,0),(932,706,0,1,1,0,1,-6529.95,681.262,396.271,1.18125,180,0,0,71,0,0,0,0,0),(933,706,0,1,1,0,1,-6502.67,685.902,387.463,1.41372,180,0,0,71,0,0,0,0,0),(934,706,0,1,1,0,1,-6502.56,676.646,387.457,5.09636,180,0,0,71,0,0,0,0,0),(935,706,0,1,1,0,1,-6508.07,676.876,387.476,0.471239,180,0,0,71,0,0,0,0,0),(936,706,0,1,1,0,1,-6510.08,685.565,387.457,5.44543,180,0,0,71,0,0,0,0,0),(937,724,0,1,1,0,1,-6352.44,673.251,386.547,1.06787,370,5,0,55,0,1,0,0,0),(938,724,0,1,1,0,1,-6346.41,624.511,385.839,3.03396,370,5,0,55,0,1,0,0,0),(939,724,0,1,1,0,1,-6314.67,610.542,386.956,5.53487,370,5,0,55,0,1,0,0,0),(5968,48,0,1,1,200,1,-10970.9,-1298.52,53.0112,5.55031,300,10,0,531,0,1,0,0,0),(5967,628,0,1,1,741,0,-10354.1,-1056.08,50.0961,4.31341,300,5,0,664,0,1,0,0,0),(15279,721,0,1,1,4626,0,-755.913,-445.653,27.9506,0.875889,300,10,0,1,0,1,0,0,0),(15280,2349,0,1,1,6808,0,-946.295,-1284.99,58.9015,0.172861,300,10,0,664,0,1,0,0,0),(5966,604,0,1,1,519,0,-10305.9,142.479,1.78054,2.7089,300,5,0,840,0,1,0,0,0),(5965,495,0,1,1,2391,1,-10551.6,-1181.89,28.0373,5.88565,300,0,0,1753,0,2,0,0,0),(17695,2173,0,1,1,245,0,1008.24,2015.04,-8.74219,6.28061,275,5,0,300,0,1,0,0,0),(5964,949,0,1,1,545,0,-10377.3,200.989,33.8058,1.64113,300,0,0,734,0,0,0,0,0),(5963,923,0,1,1,246,0,-10258.3,-1038.85,44.238,4.39043,300,0,0,617,0,0,0,0,0),(5962,923,0,1,1,246,0,-10148.4,-951.571,31.0314,5.93436,300,5,0,617,0,1,0,0,0),(955,724,0,1,1,0,1,-6275.33,625.745,386.881,0.152946,370,5,0,55,0,1,0,0,0),(956,724,0,1,1,0,1,-6311.85,662.651,385.36,1.27129,370,5,0,55,0,1,0,0,0),(957,707,0,1,1,0,0,-6297.36,667.385,385.143,1.05383,370,5,0,42,0,1,0,0,0),(958,724,0,1,1,0,1,-6321.53,674.132,385.397,2.89664,370,5,0,55,0,1,0,0,0),(959,724,0,1,1,0,1,-6314.26,522.072,387.222,3.68445,370,5,0,55,0,1,0,0,0),(960,724,0,1,1,0,1,-6287.1,489.977,386.248,6.25888,370,5,0,55,0,1,0,0,0),(961,721,0,1,1,0,0,-6294.68,561.404,387.546,6.15205,180,10,0,1,0,1,0,0,0),(962,724,0,1,1,0,1,-6312.53,579.139,387.461,3.92544,370,0,0,55,0,0,0,0,0),(963,786,0,1,1,0,0,-6363,567.085,385.851,2.47837,180,0,0,102,0,0,0,0,0),(964,1354,0,1,1,0,1,-6368.77,562.093,385.714,1.69297,180,0,0,71,0,0,0,0,0),(965,12738,0,1,1,0,1,-6371.13,571.816,385.827,3.21141,180,0,0,102,0,0,0,0,0),(966,721,0,1,1,0,0,-6389.1,570.198,386.873,2.59607,180,10,0,1,0,1,0,0,0),(967,721,0,1,1,0,0,-6388.41,590.182,387.106,2.67532,180,10,0,1,0,1,0,0,0),(968,704,0,1,1,0,0,-6445.39,578.852,386.218,2.30782,180,5,0,55,0,1,0,0,0),(969,706,0,1,1,0,1,-6446.56,528.505,385.727,5.20051,180,5,0,71,0,1,0,0,0),(970,708,0,1,1,0,0,-6479.99,586.318,391.053,4.6518,180,0,0,71,0,0,0,0,0),(971,704,0,1,1,0,0,-6487.78,546.199,387.571,5.37015,180,5,0,55,0,1,0,0,0),(972,705,0,1,1,0,0,-6440.49,542.028,385.691,2.9917,370,5,0,42,0,1,0,0,0),(973,706,0,1,1,0,1,-6479.83,532.783,387.332,5.65844,180,5,0,71,0,1,0,0,0),(974,706,0,1,1,0,1,-6482.98,501.095,386.034,3.30962,180,5,0,71,0,1,0,0,0),(975,706,0,1,1,0,1,-6495.47,482.683,388.615,1.7689,180,5,0,71,0,1,0,0,0),(976,706,0,1,1,0,1,-6502.78,514.775,391.445,5.56968,180,5,0,71,0,1,0,0,0),(977,704,0,1,1,0,0,-6438.8,477.506,383.824,5.38052,180,5,0,55,0,1,0,0,0),(978,706,0,1,1,0,1,-6518.71,466.018,387.506,5.07879,180,5,0,71,0,1,0,0,0),(979,704,0,1,1,0,0,-6349.53,523.566,386.611,2.31079,180,5,0,55,0,1,0,0,0),(980,704,0,1,1,0,0,-6379.72,478.035,379.206,4.21818,180,5,0,55,0,1,0,0,0),(5961,531,0,1,1,7550,1,-10478.4,232.747,31.9005,5.8501,300,5,0,664,0,1,0,0,0),(5960,2470,0,1,1,9232,1,-10580.2,-1185.24,27.1186,2.92245,300,0,0,2672,0,0,0,0,0),(5959,202,0,1,1,9786,1,-10579.2,278.342,30.9914,0.384443,300,5,0,617,0,1,0,0,0),(5958,531,0,1,1,7550,1,-10551.9,275.876,28.4794,0.160924,300,10,0,664,0,1,0,0,0),(5957,217,0,1,1,955,0,-10046.3,-511.442,47.441,1.10703,300,10,0,449,0,1,0,0,0),(5956,569,0,1,1,2541,0,-10134.5,-836.731,36.7839,1.26936,300,10,0,531,0,1,0,0,0),(5955,213,0,1,1,801,0,-10024.7,-892.68,29.9796,4.2878,300,10,0,449,0,1,0,0,0),(995,704,0,1,1,0,0,-6440.43,418.379,390.032,5.46189,180,5,0,55,0,1,0,0,0),(996,704,0,1,1,0,0,-6406.14,439.923,380.5,5.46004,180,5,0,55,0,1,0,0,0),(997,721,0,1,1,0,0,-6307.87,509.554,387.454,1.55387,180,10,0,1,0,1,0,0,0),(998,705,0,1,1,0,0,-6313.09,442.302,383.234,5.04897,370,5,0,42,0,1,0,0,0),(999,705,0,1,1,0,0,-6331.21,502.435,386.204,1.95718,370,5,0,42,0,1,0,0,0),(1000,705,0,1,1,0,0,-6338.66,420.6,378.351,3.52539,370,5,0,42,0,1,0,0,0),(1001,704,0,1,1,0,0,-6375,425,376.634,2.54573,180,5,0,55,0,1,0,0,0),(1002,705,0,1,1,0,0,-6356.1,412.38,375.956,0.663444,370,5,0,42,0,1,0,0,0),(1003,724,0,1,1,0,1,-6389.16,438.166,379.265,0.94559,370,5,0,55,0,1,0,0,0),(1004,704,0,1,1,0,0,-6352.28,452.276,377.099,0.544105,180,5,0,55,0,1,0,0,0),(1005,704,0,1,1,0,0,-6342.14,482.296,381.859,2.51997,180,5,0,55,0,1,0,0,0),(1006,721,0,1,1,0,0,-6348.45,437.051,376.212,3.78799,180,10,0,1,0,1,0,0,0),(5954,217,0,1,1,955,0,-10075.5,-1219.58,30.6103,5.28098,300,5,0,449,0,1,0,0,0),(1009,721,0,1,1,0,0,-6366.1,406.426,376.107,2.38381,180,10,0,1,0,1,0,0,0),(1010,705,0,1,1,0,0,-6367.46,396.625,377.249,3.02104,370,5,0,42,0,1,0,0,0),(1012,705,0,1,1,0,0,-6300.6,381.503,380.328,0.015216,370,5,0,42,0,1,0,0,0),(1013,705,0,1,1,0,0,-6341.68,399.397,377.971,1.59262,370,5,0,42,0,1,0,0,0),(1014,705,0,1,1,0,0,-6263.23,389.482,382.702,0.274929,370,5,0,42,0,1,0,0,0),(1015,705,0,1,1,0,0,-6303.25,403.096,381.885,3.16371,370,5,0,42,0,1,0,0,0),(1016,705,0,1,1,0,0,-6281.02,430.606,384.353,4.54342,370,5,0,42,0,1,0,0,0),(1017,708,0,1,1,0,0,-6276.25,422.811,384.766,4.77347,180,5,0,71,0,1,0,0,0),(1018,705,0,1,1,0,0,-6318.32,402.951,380.634,5.15062,370,5,0,42,0,1,0,0,0),(1019,721,0,1,1,0,0,-6212.83,370.665,386.948,3.04286,180,10,0,1,0,1,0,0,0),(1020,705,0,1,1,0,0,-6233,408.056,387.624,3.12402,370,5,0,42,0,1,0,0,0),(1021,853,0,1,1,0,1,-6176.78,364.764,399.107,3.10624,300,0,1,11828,0,2,0,0,0),(1022,6376,0,1,1,0,1,-6049.4,383.6,398.958,3.05433,180,0,0,95,230,0,0,0,0),(1023,837,0,1,1,0,1,-6056.74,393.548,392.843,3.68265,180,0,0,102,0,0,0,0,0),(1024,460,0,1,1,0,1,-6048.79,391.078,398.958,3.63029,180,0,0,102,0,0,0,0,0),(1025,944,0,1,1,0,1,-6056.09,388.175,392.944,3.33358,180,0,0,102,0,0,0,0,0),(1026,836,0,1,1,0,1,-6056.38,385.213,392.845,3.1765,180,0,0,102,0,0,0,0,0),(1028,721,0,1,1,0,0,-6292.65,319.852,376.661,4.53782,180,10,0,1,0,1,0,0,0),(1029,721,0,1,1,0,0,-6313.43,351.942,377.131,5.22346,180,10,0,1,0,1,0,0,0),(1030,721,0,1,1,0,0,-6242.14,290.56,384.94,5.28374,180,10,0,1,0,1,0,0,0),(1031,705,0,1,1,0,0,-6323.52,374.581,378.122,1.49371,370,0,0,42,0,0,0,0,0),(1032,705,0,1,1,0,0,-6340.77,308.916,380.04,5.47466,370,5,0,42,0,1,0,0,0),(1033,705,0,1,1,0,0,-6368.8,362.586,382.422,1.43966,370,5,0,42,0,1,0,0,0),(1034,705,0,1,1,0,0,-6315.59,341.114,376.661,3.12391,370,0,0,42,0,0,0,0,0),(1035,704,0,1,1,0,0,-6332.99,341.316,377.984,5.60295,180,0,0,55,0,0,0,0,0),(1036,705,0,1,1,0,0,-6329.87,358.147,377.479,3.73627,370,0,0,42,0,0,0,0,0),(1037,707,0,1,1,0,0,-6355.96,361.262,378.436,0.083495,370,5,0,42,0,1,0,0,0),(1038,707,0,1,1,0,0,-6387.92,381.837,381.279,4.0935,370,5,0,42,0,1,0,0,0),(1039,707,0,1,1,0,0,-6322.9,320.929,378.445,2.58792,370,5,0,42,0,1,0,0,0),(1040,707,0,1,1,0,0,-6340,328.682,379.238,2.02335,370,5,0,42,0,1,0,0,0),(1041,724,0,1,1,0,1,-6323.79,308.756,379.02,2.70825,370,5,0,55,0,1,0,0,0),(1042,724,0,1,1,0,1,-6339.62,361.6,378.311,1.02303,370,5,0,55,0,1,0,0,0),(1043,705,0,1,1,0,0,-6437.53,362.414,396.99,3.15136,370,5,0,42,0,1,0,0,0),(1044,704,0,1,1,0,0,-6402.77,385.843,383.118,3.2944,180,5,0,55,0,1,0,0,0),(1045,724,0,1,1,0,1,-6429.5,362.923,392.971,2.31532,370,5,0,55,0,1,0,0,0),(1046,707,0,1,1,0,0,-6408.81,375.605,385.025,3.03411,370,5,0,42,0,1,0,0,0),(1047,707,0,1,1,0,0,-6426.25,380.859,388.458,4.9228,370,5,0,42,0,1,0,0,0),(1048,724,0,1,1,0,1,-6438.87,395.094,391.465,3.66923,370,5,0,55,0,1,0,0,0),(1049,705,0,1,1,0,0,-6410.02,349.491,389.555,0.59666,370,5,0,42,0,1,0,0,0),(5953,213,0,1,1,801,0,-10020.9,-753.347,35.8251,3.23932,300,10,0,449,0,1,0,0,0),(5952,565,0,1,1,802,0,-10067,-826.614,36.4153,0.954632,300,10,0,494,0,1,0,0,0),(1053,705,0,1,1,0,0,-6369.36,335.917,385.504,2.10787,370,5,0,42,0,1,0,0,0),(5951,569,0,1,1,2541,0,-10113.4,-649.301,48.6061,6.19129,300,10,0,531,0,1,0,0,0),(1057,707,0,1,1,0,0,-6381.1,342.258,386.207,5.70762,370,5,0,42,0,1,0,0,0),(1058,724,0,1,1,0,1,-6360.37,318.976,381.04,2.08526,370,5,0,55,0,1,0,0,0),(1059,706,0,1,1,0,1,-6452.47,464.686,392.024,2.867,180,5,0,71,0,1,0,0,0),(1061,706,0,1,1,0,1,-6464.96,437.66,415.774,2.28154,180,5,0,71,0,1,0,0,0),(5950,213,0,1,1,801,0,-9997.15,-727.657,31.9249,3.78275,300,10,0,449,0,1,0,0,0),(5949,565,0,1,1,802,0,-10041.3,-949.832,33.9731,5.43287,300,10,0,494,0,1,0,0,0),(1065,706,0,1,1,0,1,-6449.12,502.617,385.646,0.14715,180,5,0,71,0,1,0,0,0),(5948,565,0,1,1,802,0,-10069.9,-683.935,35.7575,2.71257,300,10,0,494,0,1,0,0,0),(5947,569,0,1,1,2541,0,-10118.6,-713.653,41.285,2.19241,300,10,0,531,0,1,0,0,0),(5946,217,0,1,1,955,0,-10050.7,-718.386,36.9141,3.39182,300,10,0,449,0,1,0,0,0),(17694,1768,0,1,1,346,1,1314.56,634.371,30.5476,0.925526,275,10,0,253,264,1,0,0,0),(5945,565,0,1,1,802,0,-10048.2,-647.193,42.2363,0.950607,300,10,0,494,0,1,0,0,0),(1075,706,0,1,1,0,1,-6469.68,480.808,387.949,3.71985,180,5,0,71,0,1,0,0,0),(5944,213,0,1,1,801,0,-10053.6,-1337.52,30.7027,3.90051,300,10,0,449,0,1,0,0,0),(1078,706,0,1,1,0,1,-6528.63,399.69,382.037,0.679748,180,5,0,71,0,1,0,0,0),(1079,376,0,1,1,0,1,-8512,862.364,109.927,3.822,490,0,0,4120,0,0,0,0,0),(1080,706,0,1,1,0,1,-6477.3,389.722,383.13,2.87478,180,5,0,71,0,1,0,0,0),(5943,213,0,1,1,801,0,-10060.3,-1248,29.5661,6.07171,300,10,0,449,0,1,0,0,0),(1084,706,0,1,1,0,1,-6496.07,398.316,386.692,3.45881,180,5,0,71,0,1,0,0,0),(1085,706,0,1,1,0,1,-6539.19,473.222,385.998,4.62916,180,5,0,71,0,1,0,0,0),(5942,202,0,1,1,9786,1,-10571.7,277.592,29.9497,3.01098,300,5,0,617,0,1,0,0,0),(1087,706,0,1,1,0,1,-6538.67,424.174,385.934,1.65253,180,5,0,71,0,1,0,0,0),(1088,706,0,1,1,0,1,-6511.86,418.936,386.521,4.5332,180,5,0,71,0,1,0,0,0),(5941,887,0,1,1,2390,1,-10624.6,-1185.56,28.9689,0.263761,300,0,0,2918,0,2,0,0,0),(1091,706,0,1,1,0,1,-6522.17,422.68,386.235,3.76193,180,5,0,71,0,1,0,0,0),(5940,898,0,1,1,657,0,-10212.9,-716.786,39.0129,0.498921,300,5,0,787,0,1,0,0,0),(5939,1270,0,1,1,559,0,-10320.3,-1268.85,36.0147,5.88851,300,10,0,950,0,1,0,0,0),(5938,499,0,1,1,2396,1,-10934.5,-381.813,40.1976,0.174533,300,0,0,950,0,0,0,0,0),(5937,888,0,1,1,2384,1,-10923.2,-384.928,39.4344,0.942478,300,0,0,950,0,0,0,0,0),(5936,1270,0,1,1,559,0,-10378.8,-1197.9,43.2235,3.43652,300,5,0,950,0,1,0,0,0),(5935,1270,0,1,1,559,0,-10359.6,-1206.26,41.501,4.21648,300,5,0,950,0,1,0,0,0),(5934,923,0,1,1,246,0,-10900.1,-665.051,44.3963,3.71821,300,5,0,617,0,1,0,0,0),(5933,202,0,1,1,9786,1,-10760.8,-1357.76,38.6829,2.18092,300,10,0,617,0,1,0,0,0),(5932,202,0,1,1,9786,1,-10752.3,-1305.99,49.1337,5.24998,300,5,0,617,0,1,0,0,0),(5931,202,0,1,1,9786,1,-10786.2,-1344.07,38.4342,3.27457,300,10,0,617,0,1,0,0,0),(5930,217,0,1,1,955,0,-10181.5,376.746,36.5766,2.66048,300,10,0,449,0,1,0,0,0),(5929,217,0,1,1,955,0,-10224.1,237.008,28.2865,0.338426,300,5,0,449,0,1,0,0,0),(5928,539,0,1,1,958,0,-10099.5,-169.704,28.5794,5.07957,300,5,0,417,0,1,0,0,0),(5927,213,0,1,1,801,0,-10190.9,95.483,27.1476,5.44535,300,10,0,449,0,1,0,0,0),(5926,213,0,1,1,801,0,-10184.4,147.96,27.2086,5.93165,300,10,0,449,0,1,0,0,0),(5925,565,0,1,1,802,0,-10185.8,413.005,36.8115,3.18272,300,10,0,494,0,1,0,0,0),(5924,213,0,1,1,801,0,-10186.1,72.9431,26.4347,3.17186,300,10,0,449,0,1,0,0,0),(5923,213,0,1,1,801,0,-10135.4,364.584,30.3683,2.44177,300,10,0,449,0,1,0,0,0),(5922,213,0,1,1,801,0,-10148.8,312.775,25.0292,6.20492,300,10,0,449,0,1,0,0,0),(5913,213,0,1,1,801,0,-10183.7,223.565,23.7474,1.97141,300,5,0,449,0,1,0,0,0),(5898,565,0,1,1,802,0,-10222.2,282.823,33.3391,3.55546,300,5,0,494,0,1,0,0,0),(5897,565,0,1,1,802,0,-10264.9,252.252,34.5217,5.39537,300,5,0,494,0,1,0,0,0),(5896,213,0,1,1,801,0,-10220.4,202.025,25.0565,1.73245,300,5,0,449,0,1,0,0,0),(5895,213,0,1,1,801,0,-10238,239.361,32.0129,0.139135,300,5,0,449,0,1,0,0,0),(5894,213,0,1,1,801,0,-10226,492.268,26.4498,5.22771,300,5,0,449,0,1,0,0,0),(5893,565,0,1,1,802,0,-10221.6,311.562,37.8365,0.946633,300,5,0,494,0,1,0,0,0),(5892,565,0,1,1,802,0,-10173.2,281.199,23.632,6.26366,300,10,0,494,0,1,0,0,0),(5891,898,0,1,1,657,0,-10674.5,-819.122,61.1378,5.93961,300,5,0,787,0,1,0,0,0),(5890,533,0,1,1,203,0,-10667.1,-779.636,65.9586,3.17963,300,10,0,724,732,1,0,0,0),(5889,898,0,1,1,657,0,-10650.5,-715.848,49.8388,3.89661,300,5,0,787,0,1,0,0,0),(5888,533,0,1,1,203,0,-10488.2,-913.482,45.4971,1.0153,300,10,0,724,732,1,0,0,0),(5887,533,0,1,1,203,0,-10540.1,-920.256,46.7445,6.23143,300,10,0,724,732,1,0,0,0),(5886,205,0,1,1,736,0,-10576.1,-955.146,48.4027,5.92807,300,10,0,896,0,1,0,0,0),(5885,533,0,1,1,203,0,-10512.5,-878.195,47.8963,4.28105,300,5,0,724,732,1,0,0,0),(5884,205,0,1,1,736,0,-10609.6,-979.199,62.4861,4.40484,300,5,0,896,0,1,0,0,0),(5199,898,0,1,1,657,0,-10683.3,-761.458,65.1996,3.78582,300,5,0,787,0,1,0,0,0),(5198,898,0,1,1,657,0,-10487.9,-973.03,44.707,4.73886,300,5,0,787,0,1,0,0,0),(5197,205,0,1,1,736,0,-10542.1,-991.466,52.6867,5.68617,300,5,0,896,0,1,0,0,0),(5196,898,0,1,1,657,0,-10621.6,-755.048,55.346,3.256,300,10,0,787,0,1,0,0,0),(5195,205,0,1,1,736,0,-10523.8,-956.97,44.9973,3.14469,300,10,0,896,0,1,0,0,0),(5194,565,0,1,1,802,0,-10171.8,322.592,29.0844,1.45889,300,10,0,494,0,1,0,0,0),(5193,213,0,1,1,801,0,-10248.2,541.088,28.4343,2.06936,300,5,0,449,0,1,0,0,0),(5192,213,0,1,1,801,0,-10129.5,388.368,28.8356,3.32214,300,5,0,449,0,1,0,0,0),(5191,2110,0,1,1,1141,0,-10657.9,-1020.38,70.3454,3.43845,300,5,0,1,0,1,0,0,0),(5190,898,0,1,1,657,0,-10447.8,-950.81,47.125,0.636352,300,10,0,787,0,1,0,0,0),(5189,1258,0,1,1,9562,0,-10404.8,-1043.11,51.784,3.58341,300,5,0,734,0,1,0,0,0),(5188,620,0,1,1,304,0,-10672.2,-1153.13,25.833,1.41593,300,10,0,1,0,1,0,0,0),(5187,217,0,1,1,955,0,-10021.4,-577.22,43.4487,0.019529,300,10,0,449,0,1,0,0,0),(5186,569,0,1,1,2541,0,-10095.3,-735.155,35.4259,2.18424,300,5,0,531,0,1,0,0,0),(5185,569,0,1,1,2541,0,-10110.8,-784.759,36.2408,6.07468,300,10,0,531,0,1,0,0,0),(5184,569,0,1,1,2541,0,-10084.6,-681.302,38.3835,3.57979,300,10,0,531,0,1,0,0,0),(5183,569,0,1,1,2541,0,-10125.8,-1204.35,27.793,2.98062,300,10,0,531,0,1,0,0,0),(5182,539,0,1,1,958,0,-10058.6,-1112.93,29.1197,2.67544,300,10,0,417,0,1,0,0,0),(5181,569,0,1,1,2541,0,-10063.7,-553.04,52.3783,2.01661,300,10,0,531,0,1,0,0,0),(5180,569,0,1,1,2541,0,-10082.7,-538.816,51.8756,1.82618,300,5,0,531,0,1,0,0,0),(5179,217,0,1,1,955,0,-10049.1,-853.868,33.3224,0.502578,300,10,0,449,0,1,0,0,0),(5178,202,0,1,1,9786,1,-10489.4,259.269,30.3502,6.12297,300,5,0,617,0,1,0,0,0),(5177,923,0,1,1,246,0,-10271.3,-1042.27,44.1629,2.69541,300,3,0,617,0,1,0,0,0),(5176,531,0,1,1,7550,1,-10472.6,427.357,38.8509,0.966476,300,10,0,664,0,1,0,0,0),(5175,949,0,1,1,545,0,-10502.9,343.599,31.8454,3.57472,300,5,0,734,0,1,0,0,0),(5174,898,0,1,1,657,0,-10261.5,-820.327,43.8461,3.40264,300,10,0,787,0,1,0,0,0),(5172,898,0,1,1,657,0,-10211.4,-772.044,45.3547,0.639475,300,5,0,787,0,1,0,0,0),(5168,531,0,1,1,7550,1,-10564.5,379.374,32.4905,2.16368,300,10,0,664,0,1,0,0,0),(5164,202,0,1,1,9786,1,-10805.4,-1330.33,36.697,1.61326,300,10,0,617,0,1,0,0,0),(5163,202,0,1,1,9786,1,-10536.4,393.403,31.3655,5.30163,300,10,0,617,0,1,0,0,0),(5162,202,0,1,1,9786,1,-10781.3,-1310.42,37.322,5.3532,300,5,0,617,0,1,0,0,0),(5161,620,0,1,1,304,0,-10513.2,-1269.27,41.0241,3.36179,300,10,0,1,0,1,0,0,0),(5160,531,0,1,1,7550,1,-10565.1,401.82,31.357,0.488432,300,10,0,664,0,1,0,0,0),(5159,217,0,1,1,955,0,-10544.7,506.567,30.7313,2.46691,300,5,0,449,0,1,0,0,0),(5158,217,0,1,1,955,0,-10436.9,583.493,29.0051,6.22259,300,10,0,449,0,1,0,0,0),(5157,217,0,1,1,955,0,-10400.2,543.96,31.5288,5.80207,300,5,0,449,0,1,0,0,0),(5156,569,0,1,1,2541,0,-10471.6,535.221,30.3523,1.4416,300,10,0,531,0,1,0,0,0),(5155,213,0,1,1,801,0,-10198.1,-72.7319,33.7524,4.92761,300,5,0,449,0,1,0,0,0),(5154,565,0,1,1,802,0,-10222.8,-85.6472,35.2971,3.15526,300,10,0,494,0,1,0,0,0),(5153,565,0,1,1,802,0,-10145.5,-219.234,31.8486,0.041476,300,5,0,494,0,1,0,0,0),(5152,213,0,1,1,801,0,-10123.8,-41.6284,25.167,1.36705,300,5,0,449,0,1,0,0,0),(5151,213,0,1,1,801,0,-10049.9,-381.846,30.2087,2.69978,300,10,0,449,0,1,0,0,0),(5150,565,0,1,1,802,0,-10254.5,152.618,33.0951,2.62509,300,5,0,494,0,1,0,0,0),(5149,565,0,1,1,802,0,-10245,-61.3525,38.8538,6.11643,300,10,0,494,0,1,0,0,0),(5148,213,0,1,1,801,0,-10157.3,-74.9967,28.1575,2.15012,300,10,0,449,0,1,0,0,0),(5147,565,0,1,1,802,0,-10184.9,-113.709,28.6633,1.14585,300,10,0,494,0,1,0,0,0),(5146,213,0,1,1,801,0,-10085.4,-280.654,31.3857,2.25389,300,5,0,449,0,1,0,0,0),(5145,213,0,1,1,801,0,-10052.5,-313.025,29.5993,2.33982,300,5,0,449,0,1,0,0,0),(5144,565,0,1,1,802,0,-10179.5,-182.807,31.9188,0.295379,300,5,0,494,0,1,0,0,0),(5143,213,0,1,1,801,0,-10083,-352.729,33.7705,5.20058,300,5,0,449,0,1,0,0,0),(5142,213,0,1,1,801,0,-10155.4,-18.5079,26.8007,0.15708,300,10,0,449,0,1,0,0,0),(5141,565,0,1,1,802,0,-10113.7,-249.476,31.1844,0.123386,300,5,0,494,0,1,0,0,0),(5140,531,0,1,1,7550,1,-10551.5,420.895,36.6954,3.06307,300,10,0,664,0,1,0,0,0),(5139,202,0,1,1,9786,1,-10548.8,444.955,37.6471,4.91781,300,5,0,617,0,1,0,0,0),(5138,1110,0,1,1,734,1,-10426.2,343.543,42.0242,1.657,300,5,0,840,0,2,0,0,0),(5137,1110,0,1,1,734,1,-10382.6,359.137,48.6547,2.87,300,5,0,840,0,2,0,0,0),(5136,539,0,1,1,958,0,-10213.8,56.0146,32.5514,0.318916,300,10,0,417,0,1,0,0,0),(5135,217,0,1,1,955,0,-10208.3,324.36,34.074,1.67811,300,5,0,449,0,1,0,0,0),(5134,217,0,1,1,955,0,-10195.1,-27.7171,28.049,1.00826,300,10,0,449,0,1,0,0,0),(5133,213,0,1,1,801,0,-10205.4,-19.1645,29.2565,5.7478,300,10,0,449,0,1,0,0,0),(5132,213,0,1,1,801,0,-10177,9.97424,26.52,5.37193,300,10,0,449,0,1,0,0,0),(5131,213,0,1,1,801,0,-10060.9,-247.356,30.1511,5.8475,300,5,0,449,0,1,0,0,0),(5130,1110,0,1,1,734,1,-10304.6,354.795,59.7844,5.1986,300,3,0,840,0,1,0,0,0),(5129,565,0,1,1,802,0,-10237.7,286.451,38.2243,2.51998,300,5,0,494,0,1,0,0,0),(5128,604,0,1,1,519,0,-10330.9,389.415,59.8041,3.1301,300,5,0,840,0,1,0,0,0),(5127,604,0,1,1,519,0,-10304.5,378.958,59.8041,6.02095,300,3,0,840,0,1,0,0,0),(5126,771,0,1,1,7848,1,-10398.8,347.001,24.4756,1.22173,21600,5,0,1163,0,1,0,0,0),(5125,604,0,1,1,519,0,-10340.2,407.272,59.7126,0.279848,300,5,0,840,0,1,0,0,0),(5124,565,0,1,1,802,0,-10251,397.549,56.2163,4.59893,300,0,0,494,0,0,0,0,0),(5123,213,0,1,1,801,0,-10226.7,47.141,37.0137,0.472381,300,10,0,449,0,1,0,0,0),(5122,1110,0,1,1,734,1,-10401.1,407.209,46.9729,4.56552,300,3,0,840,0,1,0,0,0),(5121,1110,0,1,1,734,1,-10406.3,422.916,47.5979,6.01205,300,3,0,840,0,1,0,0,0),(5120,1110,0,1,1,734,1,-10427.1,397.733,45.7883,3.40219,300,3,0,840,0,1,0,0,0),(5119,213,0,1,1,801,0,-10062.4,-185.204,27.1409,3.23698,300,5,0,449,0,1,0,0,0),(5118,213,0,1,1,801,0,-10104.5,-119.622,25.8666,5.56968,300,5,0,449,0,1,0,0,0),(5117,213,0,1,1,801,0,-10093.6,-133.702,27.2564,1.55127,300,5,0,449,0,1,0,0,0),(5103,1110,0,1,1,734,1,-10422.3,418.311,46.8479,1.49568,300,3,0,840,0,1,0,0,0),(5102,1110,0,1,1,734,1,-10368.4,445.35,24.8339,4.46606,300,5,0,840,0,1,0,0,0),(5101,785,0,1,1,612,1,-10392.7,378.706,24.3922,5.58852,300,5,0,769,756,1,0,0,0),(5100,539,0,1,1,958,0,-10159.5,-83.5617,28.3063,1.51126,300,10,0,417,0,1,0,0,0),(5099,213,0,1,1,801,0,-10158.1,-128.633,30.2879,5.57795,300,5,0,449,0,1,0,0,0),(5098,213,0,1,1,801,0,-10104.9,-158.168,28.7928,4.84159,300,5,0,449,0,1,0,0,0),(5097,213,0,1,1,801,0,-10070.2,-218.419,29.4523,0.572277,300,5,0,449,0,1,0,0,0),(5096,1110,0,1,1,734,1,-10332.7,362.263,60.5037,0.912559,300,0,0,840,0,0,0,0,0),(5095,785,0,1,1,612,1,-10387.7,399.898,29.0795,4.6725,300,5,0,769,756,1,0,0,0),(5094,785,0,1,1,612,1,-10285.7,389.611,15.6853,6.04304,300,5,0,769,756,1,0,0,0),(5093,1110,0,1,1,734,1,-10380,424.26,29.0795,1.70369,300,5,0,840,0,1,0,0,0),(5092,949,0,1,1,545,0,-10429.4,375.514,43.9533,4.69091,300,5,0,734,0,1,0,0,0),(5091,1110,0,1,1,734,1,-10410.5,391.236,46.7028,0.373052,300,5,0,840,0,1,0,0,0),(5090,787,0,1,1,7555,1,-10444.2,378.12,44.1067,5.88163,300,5,0,684,1040,1,0,0,0),(5089,787,0,1,1,7555,1,-10455.4,404.736,42.3885,5.38993,300,5,0,684,1040,1,0,0,0),(5088,787,0,1,1,7555,1,-10445.1,429.635,43.1775,4.51323,300,10,0,684,1040,1,0,0,0),(5087,949,0,1,1,545,0,-10474.6,322.601,35.1706,1.16392,300,5,0,734,0,1,0,0,0),(5086,522,0,1,1,21691,1,-10363.4,359.383,53.171,3.21659,600,0,0,2865,0,2,0,0,0),(5085,949,0,1,1,545,0,-10420.7,265.17,36.6561,3.23154,300,10,0,734,0,1,0,0,0),(5084,218,0,1,1,4277,1,-10518.2,439.154,37.7085,0.521587,300,3,0,664,0,1,0,0,0),(5083,212,0,1,1,610,1,-10968.8,-54.5537,14.1747,2.94287,300,10,0,950,0,1,0,0,0),(5082,892,0,1,1,11567,1,-10985.5,-80.2888,14.8933,1.63707,300,10,0,840,0,1,0,0,0),(5081,212,0,1,1,610,1,-10959.7,-37.173,13.5567,3.44058,300,5,0,950,0,1,0,0,0),(5080,212,0,1,1,610,1,-10981.6,-40.6744,14.9899,4.79965,300,0,0,950,0,0,0,0,0),(5079,212,0,1,1,610,1,-10996.6,-54.7006,15.5076,2.26134,300,0,0,950,0,0,0,0,0),(5078,1251,0,1,1,3190,1,-11047.5,-83.6758,15.0617,0.061161,300,10,0,702,1977,1,0,0,0),(5077,1251,0,1,1,3190,1,-11011.3,-82.7747,14.5138,5.75774,300,10,0,702,1977,1,0,0,0),(5076,212,0,1,1,610,1,-11078.4,-103.067,15.8003,0.712599,300,5,0,950,0,1,0,0,0),(5075,212,0,1,1,610,1,-11085.1,-75.8083,16.2433,2.96558,300,5,0,950,0,1,0,0,0),(5074,212,0,1,1,610,1,-11070.4,-59.9084,14.7844,5.53269,300,0,0,950,0,0,0,0,0),(5073,212,0,1,1,610,1,-11099.8,-86.0551,17.5726,0.459474,300,0,0,950,0,0,0,0,0),(5072,1251,0,1,1,3190,1,-11231.4,-174.899,4.37882,5.31227,300,5,0,702,1977,1,0,0,0),(5071,1487,0,1,1,6170,1,-11234.5,-186.625,5.07986,2.69294,300,5,0,1050,0,1,0,0,0),(5070,1487,0,1,1,6170,1,-11179.5,-112.851,7.75238,6.02483,300,5,0,1050,0,1,0,0,0),(5069,1251,0,1,1,3190,1,-11199.8,-167.271,5.09337,0.140647,300,5,0,702,1977,1,0,0,0),(5068,212,0,1,1,610,1,-11156.9,-154.141,9.68523,1.51752,300,5,0,950,0,1,0,0,0),(5067,1487,0,1,1,6170,1,-11171.4,-196.489,9.3029,2.05094,300,3,0,1050,0,1,0,0,0),(5066,300,0,1,1,655,1,-11224.8,-160.547,5.96393,0.486025,300,0,0,1050,0,0,0,0,0),(5065,1251,0,1,1,3190,1,-11151,-186.644,13.8223,0.767945,300,0,0,702,1977,0,0,0,0),(5064,212,0,1,1,610,1,-11135.5,-159.121,10.7201,6.15399,300,5,0,950,0,1,0,0,0),(5063,1251,0,1,1,3190,1,-11109.4,-152.087,12.5732,1.42139,300,0,0,702,1977,0,0,0,0),(5062,212,0,1,1,610,1,-11145,-119.826,7.47809,5.30858,300,5,0,950,0,1,0,0,0),(5061,891,0,1,1,326,1,-11013.8,-108.009,15.7022,1.23569,300,10,0,628,1707,1,0,0,0),(5060,889,0,1,1,415,1,-11084.1,-228.687,25.3826,4.36222,300,5,0,734,0,1,0,0,0),(5059,891,0,1,1,326,1,-11069.7,-257.207,14.6019,3.69169,300,10,0,628,1707,1,0,0,0),(5058,892,0,1,1,11567,1,-11020.6,-154.027,15.0527,3.70034,300,10,0,840,0,1,0,0,0),(5057,891,0,1,1,326,1,-11057.8,-227.837,17.2469,4.42751,300,10,0,628,1707,1,0,0,0),(5056,1200,0,1,1,4272,1,-10317.9,376.991,65.3527,4.46804,600,0,0,3609,3543,0,0,0,0),(5055,891,0,1,1,326,1,-11048.8,-246.148,13.9929,2.83169,300,10,0,628,1707,1,0,0,0),(5054,892,0,1,1,11567,1,-11066.5,-233.316,16.7171,0,300,0,0,840,0,0,0,0,0),(5053,889,0,1,1,415,1,-11064.1,-211.042,19.9969,1.01724,300,5,0,734,0,1,0,0,0),(5052,1110,0,1,1,734,1,-10317.1,364.18,65.2557,1.26683,300,0,0,840,0,0,0,0,0),(5051,889,0,1,1,415,1,-11022.9,-205.552,15.2931,1.47041,300,10,0,734,0,1,0,0,0),(5050,889,0,1,1,415,1,-11012.6,-179.322,13.8217,1.27316,300,10,0,734,0,1,0,0,0),(5049,1110,0,1,1,734,1,-10320.8,368.276,60.5037,2.5315,300,0,0,840,0,0,0,0,0),(5048,891,0,1,1,326,1,-10993.1,-145.853,16.2234,3.01657,300,5,0,628,1707,1,0,0,0),(1309,706,0,1,1,0,1,-6532.21,441.461,385.135,1.31105,180,5,0,71,0,1,0,0,0),(5047,892,0,1,1,11567,1,-10944.4,-77.8397,13.8789,0.447945,300,5,0,840,0,1,0,0,0),(1311,706,0,1,1,0,1,-6529.17,401.571,382.483,0.949249,180,5,0,71,0,1,0,0,0),(5046,891,0,1,1,326,1,-10988.4,-112.422,14.5611,2.13591,300,10,0,628,1707,1,0,0,0),(5045,539,0,1,1,958,0,-10108.3,-250.434,31.1385,4.35293,300,5,0,417,0,1,0,0,0),(5044,3,0,1,1,987,0,-10419.2,148.395,35.7197,4.56723,300,10,0,664,0,1,0,0,0),(5043,202,0,1,1,9786,1,-10470.4,169.724,34.5176,5.08523,300,10,0,617,0,1,0,0,0),(5042,202,0,1,1,9786,1,-10495.8,180.254,33.7712,1.94442,300,10,0,617,0,1,0,0,0),(5041,531,0,1,1,7550,1,-10484.3,203.061,31.2289,5.80514,300,10,0,664,0,1,0,0,0),(5040,531,0,1,1,7550,1,-10499,214.294,32.6515,1.45477,300,10,0,664,0,1,0,0,0),(5039,531,0,1,1,7550,1,-10491.4,228.798,32.7765,2.19511,300,5,0,664,0,1,0,0,0),(5038,531,0,1,1,7550,1,-10508.7,191.16,31.5408,2.28473,300,10,0,664,0,1,0,0,0),(5037,503,0,1,1,10626,0,-10206.1,262.436,0.831001,0.592555,7200,5,0,935,878,1,0,0,0),(5036,949,0,1,1,545,0,-10549.4,253.538,30.8608,1.88266,300,10,0,734,0,1,0,0,0),(5035,930,0,1,1,368,0,-10764.2,-115.579,36.5147,4.64658,300,10,0,664,0,1,0,0,0),(5034,930,0,1,1,368,0,-10780.5,-102.105,34.702,2.12624,300,10,0,664,0,1,0,0,0),(5033,889,0,1,1,415,1,-10985.4,-258.918,19.8074,1.51606,300,5,0,734,0,1,0,0,0),(5032,923,0,1,1,246,0,-10991.5,-325.699,38.7653,5.33903,300,5,0,617,0,1,0,0,0),(5031,2110,0,1,1,1141,0,-10804.9,310.986,31.3445,1.07723,300,10,0,1,0,1,0,0,0),(5030,889,0,1,1,415,1,-11012.3,-256.614,15.5519,5.96824,300,5,0,734,0,1,0,0,0),(5029,889,0,1,1,415,1,-10985.7,-212.068,15.2536,2.82926,300,5,0,734,0,1,0,0,0),(5028,891,0,1,1,326,1,-11070.7,-145.736,30.9177,3.6559,300,5,0,628,1707,1,0,0,0),(5027,909,0,1,1,4280,1,-11014.5,184.263,28.8046,1.98493,300,0,0,734,0,0,0,0,0),(5026,910,0,1,1,4282,1,-11011.8,194.711,27.9932,6.12611,300,0,0,628,1707,0,0,0,0),(5025,909,0,1,1,4279,1,-11001.5,188.105,28.6022,5.97321,300,5,0,734,0,1,0,0,0),(5024,206,0,1,1,522,0,-10969.1,-1122.76,40.1916,6.17789,300,0,0,1003,0,0,0,0,0),(5023,206,0,1,1,522,0,-10974.8,-1157.47,39.2097,-1.58065,300,0,0,1003,0,0,0,0,0),(5022,206,0,1,1,522,0,-11061.5,-1111.64,38.9699,3.00651,300,5,0,1003,0,1,0,0,0),(5021,206,0,1,1,522,0,-11014.3,-1135.9,38.7108,5.49411,300,5,0,1003,0,1,0,0,0),(5020,920,0,1,1,1098,0,-11133.2,-1167.76,43.0021,3.8951,300,3,0,892,852,1,0,0,0),(5019,920,0,1,1,1098,0,-11149.3,-1166.35,43.9705,2.67035,300,3,0,892,852,1,0,0,0),(5018,920,0,1,1,1098,0,-11103.3,-1151.91,41.9221,3.87621,300,0,0,892,852,0,0,0,0),(5017,920,0,1,1,1098,0,-11137.8,-1154.13,42.9113,0.100879,300,3,0,892,852,1,0,0,0),(5016,923,0,1,1,246,0,-10954.4,237.452,28.7835,3.4326,300,10,0,617,0,1,0,0,0),(5015,574,0,1,1,963,0,-10573,-1498.31,91.4737,4.14558,3600,0,0,840,0,2,0,0,0),(5014,215,0,1,1,4276,1,-11099.7,-573.034,31.9702,1.83772,300,5,0,664,0,1,0,0,0),(5013,215,0,1,1,4278,1,-11066.1,-539.748,32.9981,2.29442,300,5,0,664,0,1,0,0,0),(1349,946,0,1,1,0,1,-6588.03,374.293,389.947,3.85162,180,5,0,69,79,1,0,0,0),(5012,205,0,1,1,736,0,-10976.8,-925.846,68.4887,3.96528,300,0,0,896,0,0,0,0,0),(5011,205,0,1,1,736,0,-10963,-983.72,71.1192,3.79366,300,10,0,896,0,1,0,0,0),(5010,315,0,1,1,1562,1,-10368,-1254.99,35.9218,6.23491,300,0,0,1586,0,0,0,0,0),(5009,898,0,1,1,657,0,-10177.6,-746.247,42.7684,0.072028,300,5,0,787,0,1,0,0,0),(5008,48,0,1,1,200,1,-11016.3,-1243.26,59.9663,3.5616,300,5,0,531,0,1,0,0,0),(5007,217,0,1,1,955,0,-10038.9,-452.525,41.3584,1.67785,300,10,0,449,0,1,0,0,0),(5006,217,0,1,1,955,0,-10091.6,-294.985,32.3655,1.50628,300,5,0,449,0,1,0,0,0),(5005,210,0,1,1,570,1,-10306.8,206.455,34.2484,5.13774,300,5,0,787,0,1,0,0,0),(5004,3,0,1,1,987,0,-10381.9,234.047,33.0843,0.593242,300,10,0,664,0,1,0,0,0),(5003,3,0,1,1,987,0,-10406,247.344,35.0885,1.64502,300,10,0,664,0,1,0,0,0),(5002,787,0,1,1,7555,1,-10422,373.936,44.4667,3.12417,300,5,0,684,1040,1,0,0,0),(5001,948,0,1,1,137,0,-10392.3,250.202,33.2436,4.26592,300,10,0,734,0,1,0,0,0),(4993,202,0,1,1,9786,1,-10565.2,356.918,30.8036,3.53443,300,5,0,617,0,1,0,0,0),(4992,570,0,1,1,569,0,-10253.1,160.311,0.046589,2.81827,300,5,0,896,0,1,0,0,0),(4991,787,0,1,1,7555,1,-10396.1,383.551,46.9751,2.58682,300,3,0,684,1040,1,0,0,0),(4990,210,0,1,1,570,1,-10392.4,176.114,35.1059,3.6222,300,5,0,787,0,1,0,0,0),(4989,570,0,1,1,569,0,-10240,173.806,0.352823,3.73597,300,5,0,896,0,1,0,0,0),(4988,3,0,1,1,987,0,-10303.8,238.125,34.7333,5.58743,300,5,0,664,0,1,0,0,0),(4987,570,0,1,1,569,0,-10333.7,107.874,1.62558,3.73896,300,5,0,896,0,1,0,0,0),(4986,570,0,1,1,569,0,-10365.4,133.559,1.66079,2.46732,300,5,0,896,0,1,0,0,0),(4985,604,0,1,1,519,0,-10347.5,183.668,34.1374,3.24969,300,5,0,840,0,1,0,0,0),(4984,210,0,1,1,570,1,-10332.6,214.927,33.1234,4.29405,300,5,0,787,0,1,0,0,0),(4983,787,0,1,1,7555,1,-10370.1,468.445,25.0028,4.36404,300,5,0,684,1040,1,0,0,0),(4982,787,0,1,1,7555,1,-10372.2,456.447,24.9963,1.35817,300,5,0,684,1040,1,0,0,0),(4981,948,0,1,1,137,0,-10399.9,184.445,34.9638,1.94161,300,10,0,734,0,1,0,0,0),(4980,785,0,1,1,612,1,-10367.6,462.576,25.0028,5.96354,300,5,0,769,756,1,0,0,0),(4979,604,0,1,1,519,0,-10329.9,193.118,34.241,5.08457,300,5,0,840,0,1,0,0,0),(4978,948,0,1,1,137,0,-10330.2,243.43,34.3995,6.1187,300,5,0,734,0,1,0,0,0),(4977,1110,0,1,1,734,1,-10345.5,370.055,58.4598,3.08695,300,3,0,840,0,1,0,0,0),(4976,604,0,1,1,519,0,-10332.4,350.98,58.9094,1.33608,300,5,0,840,0,1,0,0,0),(4975,920,0,1,1,1098,0,-11222.7,-880.728,78.6422,5.59484,300,0,0,892,852,0,0,0,0),(4974,202,0,1,1,9786,1,-10476.2,453.765,35.4776,1.41335,300,5,0,617,0,1,0,0,0),(4973,531,0,1,1,7550,1,-10445.5,221.74,31.8922,5.20089,300,5,0,664,0,1,0,0,0),(4972,202,0,1,1,9786,1,-10586.6,391.76,32.0762,4.25658,300,10,0,617,0,1,0,0,0),(4971,218,0,1,1,4275,1,-10515.9,440.823,37.8335,3.3949,300,3,0,664,0,1,0,0,0),(4970,3,0,1,1,987,0,-10420.2,217.386,34.1388,4.9478,300,5,0,664,0,1,0,0,0),(4969,202,0,1,1,9786,1,-10579,440.923,35.3432,6.27377,300,5,0,617,0,1,0,0,0),(4968,3,0,1,1,987,0,-10422.5,190.394,36.7266,0.666361,300,10,0,664,0,1,0,0,0),(4967,930,0,1,1,368,0,-10450.8,85.6862,39.535,2.065,300,5,0,664,0,1,0,0,0),(4966,218,0,1,1,4275,1,-10515.7,434.195,37.9585,2.67561,300,3,0,664,0,1,0,0,0),(4965,948,0,1,1,137,0,-10320.2,141.062,39.4904,5.48179,300,0,0,734,0,0,0,0,0),(4964,3,0,1,1,987,0,-10336.7,139.678,34.1651,0.297084,300,10,0,664,0,1,0,0,0),(4963,3,0,1,1,987,0,-10365.4,148.422,35.0639,-0.287933,300,10,0,664,0,1,0,0,0),(4962,210,0,1,1,570,1,-10308.5,136.767,38.0653,5.60996,300,10,0,787,0,1,0,0,0),(4961,3,0,1,1,987,0,-10404.2,156.617,35.311,5.32335,300,10,0,664,0,1,0,0,0),(4960,565,0,1,1,802,0,-10297.5,535.878,41.8532,5.73908,300,10,0,494,0,1,0,0,0),(4959,206,0,1,1,522,0,-11027.8,-1104.3,41.481,4.8627,300,5,0,1003,0,1,0,0,0),(4958,206,0,1,1,522,0,-11003.4,-1085.17,47.6069,1.69806,300,5,0,1003,0,1,0,0,0),(4957,205,0,1,1,736,0,-10962.5,-910.664,68.7206,1.74937,300,10,0,896,0,1,0,0,0),(4956,898,0,1,1,657,0,-10951,-861.631,65.6743,4.52764,300,10,0,787,0,1,0,0,0),(4955,533,0,1,1,203,0,-11015.7,-788.964,57.4645,1.7494,300,5,0,724,732,1,0,0,0),(4954,533,0,1,1,203,0,-10935.9,-901.084,69.83,1.78394,300,10,0,724,732,1,0,0,0),(4953,533,0,1,1,203,0,-10981.3,-875.705,65.9459,4.67598,300,10,0,724,732,1,0,0,0),(4952,206,0,1,1,522,0,-11018.3,-1108.94,40.6974,5.51524,300,0,0,1003,0,0,0,0,0),(4951,206,0,1,1,522,0,-11006.5,-1099.05,42.5339,0.415175,300,5,0,1003,0,1,0,0,0),(4950,533,0,1,1,203,0,-11019.9,-853.802,61.3711,6.01642,300,5,0,724,732,1,0,0,0),(4949,898,0,1,1,657,0,-10912.1,-818.611,60.0725,0.623199,300,5,0,787,0,1,0,0,0),(4948,533,0,1,1,203,0,-10993.1,-804.993,58.1161,5.27492,300,10,0,724,732,1,0,0,0),(4947,930,0,1,1,368,0,-10767,-1267.6,35.1489,4.48969,300,5,0,664,0,1,0,0,0),(4946,202,0,1,1,9786,1,-10564.7,210.794,31.3689,2.90502,300,10,0,617,0,1,0,0,0),(47657,8896,230,1,1,8796,1,650.177,-180.163,-36.8973,3.29867,7200,0,0,2304,1807,0,0,0,0),(4945,202,0,1,1,9786,1,-10573.2,231.416,30.7439,6.20913,300,10,0,617,0,1,0,0,0),(4944,531,0,1,1,7550,1,-10570.2,244.374,29.1534,0.977788,300,10,0,664,0,1,0,0,0),(4943,202,0,1,1,9786,1,-10586,251.443,32.0284,4.01017,300,5,0,617,0,1,0,0,0),(4942,620,0,1,1,304,0,-10683.7,-1233.15,28.7227,5.27282,300,10,0,1,0,1,0,0,0),(4941,531,0,1,1,7550,1,-10487.3,394.844,36.3066,3.15101,300,5,0,664,0,1,0,0,0),(4940,620,0,1,1,304,0,-10730.6,-1211.44,27.6144,1.63981,300,10,0,1,0,1,0,0,0),(4939,2110,0,1,1,1141,0,-10694.4,-1156.17,25.2412,1.9969,300,10,0,1,0,1,0,0,0),(4938,923,0,1,1,246,0,-10840.2,-43.2947,38.9931,2.9816,300,10,0,617,0,1,0,0,0),(4937,930,0,1,1,368,0,-10691,-1337.15,48.4064,4.55944,300,10,0,664,0,1,0,0,0),(4936,930,0,1,1,368,0,-10642.4,-1307.47,44.9301,2.36955,300,5,0,664,0,1,0,0,0),(4927,202,0,1,1,9786,1,-10578.7,352.894,28.4887,4.22402,300,5,0,617,0,1,0,0,0),(4926,930,0,1,1,368,0,-10333.6,-28.8128,45.3986,2.39209,300,10,0,664,0,1,0,0,0),(4925,930,0,1,1,368,0,-10543,-69.5953,41.4502,4.71026,300,10,0,664,0,1,0,0,0),(4924,930,0,1,1,368,0,-10543.9,-109.268,52.4663,4.98738,300,5,0,664,0,1,0,0,0),(4923,930,0,1,1,368,0,-10744.6,-13.4821,34.8323,0.123386,300,10,0,664,0,1,0,0,0),(4922,930,0,1,1,368,0,-10647.7,-52.8453,31.8996,5.03661,300,10,0,664,0,1,0,0,0),(4921,930,0,1,1,368,0,-10705.3,-9.375,33.2124,0,300,5,0,664,0,1,0,0,0),(4920,569,0,1,1,2541,0,-10463.6,556.309,25.3876,2.76886,300,10,0,531,0,1,0,0,0),(4919,565,0,1,1,802,0,-10446.1,572.788,26.0642,6.23821,300,10,0,494,0,1,0,0,0),(4918,930,0,1,1,368,0,-10702.1,-41.8802,32.9466,1.63918,300,10,0,664,0,1,0,0,0),(4917,930,0,1,1,368,0,-10733.9,-11.0453,35.0279,4.69091,300,5,0,664,0,1,0,0,0),(1473,706,0,1,1,0,1,-6601.72,389.411,389.015,2.46914,180,0,0,71,0,0,0,0,0),(1474,946,0,1,1,0,1,-6606.95,388.925,390.202,0.087266,180,0,0,69,79,0,0,0,0),(4916,930,0,1,1,368,0,-10701.3,-127.67,32.8977,4.54371,300,5,0,664,0,1,0,0,0),(1478,706,0,1,1,0,1,-6568.07,365.826,391.152,2.51327,180,0,0,71,0,0,0,0,0),(1479,946,0,1,1,0,1,-6542.25,371.445,396.815,4.03171,180,0,0,69,79,0,0,0,0),(97507,6491,571,1,4294967295,0,0,3504.05,2101.44,69.5588,3.45915,60,0,0,4120,0,0,0,0,0),(4914,48,0,1,1,200,1,-11044.4,-1256.62,57.1385,5.61546,300,5,0,531,0,1,0,0,0),(1483,706,0,1,1,0,1,-6602.75,387.374,389.951,3.71317,180,0,0,71,0,0,0,0,0),(1484,706,0,1,1,0,1,-6537.85,389.46,381.749,5.70587,180,0,0,71,0,0,0,0,0),(1485,706,0,1,1,0,1,-6533.38,375.865,382.545,0.72174,180,0,0,71,0,0,0,0,0),(1486,706,0,1,1,0,1,-6522.79,383.491,383.047,6.02372,180,0,0,71,0,0,0,0,0),(1487,706,0,1,1,0,1,-6506.69,385.506,385.346,3.34341,180,5,0,71,0,1,0,0,0),(1488,706,0,1,1,0,1,-6574.32,409.03,387.516,0.005852,180,5,0,71,0,1,0,0,0),(1489,946,0,1,1,0,1,-6538.62,354.985,371.876,5.21853,180,0,0,69,79,0,0,0,0),(1490,706,0,1,1,0,1,-6515.74,345.666,371.934,5.08914,180,5,0,71,0,1,0,0,0),(1491,706,0,1,1,0,1,-6503.41,349.755,373.741,4.05633,180,5,0,71,0,1,0,0,0),(1492,706,0,1,1,0,1,-6472.68,358.09,377.506,3.4828,180,5,0,71,0,1,0,0,0),(1493,706,0,1,1,0,1,-6474.77,345.838,377.469,4.53927,180,5,0,71,0,1,0,0,0),(1494,706,0,1,1,0,1,-6499.05,335.043,368.068,4.63547,180,5,0,71,0,1,0,0,0),(1495,706,0,1,1,0,1,-6518.02,332.052,373.123,4.0484,180,5,0,71,0,1,0,0,0),(1496,706,0,1,1,0,1,-6526.96,361.09,388.072,4.13482,180,0,0,71,0,0,0,0,0),(1497,946,0,1,1,0,1,-6581.86,319.805,386.769,5.19229,180,0,0,69,79,0,0,0,0),(1498,706,0,1,1,0,1,-6566.28,295.361,387.955,1.55334,180,0,0,71,0,0,0,0,0),(1499,706,0,1,1,0,1,-6546.19,298.689,383.98,5.78063,180,0,0,71,0,0,0,0,0),(1500,946,0,1,1,0,1,-6532.19,304.589,382.438,3.77789,180,0,0,69,79,0,0,0,0),(1501,706,0,1,1,0,1,-6481.45,319.665,374.849,5.14384,180,5,0,71,0,1,0,0,0),(1502,808,0,1,1,0,1,-6508.82,300.758,370.346,0,180,0,0,98,115,0,0,0,0),(1503,706,0,1,1,0,1,-6504.5,295.569,370.05,0.855211,180,0,0,71,0,0,0,0,0),(1504,946,0,1,1,0,1,-6512.54,313.134,372.942,5.95282,180,5,0,69,79,1,0,0,0),(1505,706,0,1,1,0,1,-6497.89,320.4,368.648,1.57414,180,5,0,71,0,1,0,0,0),(1506,706,0,1,1,0,1,-6527.04,302.087,382.4,0.146395,180,5,0,71,0,1,0,0,0),(1507,946,0,1,1,0,1,-6488.63,301.039,371.558,0.880262,180,5,0,69,79,1,0,0,0),(1508,707,0,1,1,0,0,-6436.73,329.411,399.458,5.16277,370,5,0,42,0,1,0,0,0),(1509,707,0,1,1,0,0,-6423.97,307.389,402.87,3.96115,370,5,0,42,0,1,0,0,0),(1510,707,0,1,1,0,0,-6427.08,335.416,393.846,3.67343,370,5,0,42,0,1,0,0,0),(1511,707,0,1,1,0,0,-6405.95,289.275,397.2,3.63143,370,5,0,42,0,1,0,0,0),(1512,724,0,1,1,0,1,-6419.02,326.417,393.29,2.16114,370,5,0,55,0,1,0,0,0),(1513,707,0,1,1,0,0,-6393.23,322.423,387.027,5.86185,370,5,0,42,0,1,0,0,0),(1514,724,0,1,1,0,1,-6381.34,310.343,385.717,1.35817,370,5,0,55,0,1,0,0,0),(1515,705,0,1,1,0,0,-6287.51,361.461,379.378,0.21655,370,5,0,42,0,1,0,0,0),(1516,705,0,1,1,0,0,-6294.7,382.96,381.026,2.08345,370,5,0,42,0,1,0,0,0),(1517,705,0,1,1,0,0,-6328.12,372.374,377.872,4.7217,370,5,0,42,0,1,0,0,0),(1518,705,0,1,1,0,0,-6304.24,361.936,378.313,0.176128,370,5,0,42,0,1,0,0,0),(1519,705,0,1,1,0,0,-6322.98,330.81,377.445,4.60055,370,5,0,42,0,1,0,0,0),(1520,721,0,1,1,0,0,-6355.8,308.005,380.642,1.09154,180,10,0,1,0,1,0,0,0),(1521,707,0,1,1,0,0,-6336.78,301.407,380.04,4.92484,370,5,0,42,0,1,0,0,0),(1522,707,0,1,1,0,0,-6321.7,287.677,379.97,2.02341,370,5,0,42,0,1,0,0,0),(1523,724,0,1,1,0,1,-6343.94,290.787,380.511,0.743894,370,5,0,55,0,1,0,0,0),(1524,707,0,1,1,0,0,-6362.91,290.958,382.193,5.48813,370,5,0,42,0,1,0,0,0),(1525,705,0,1,1,0,0,-6298.13,301.962,376.715,4.04741,370,5,0,42,0,1,0,0,0),(1526,705,0,1,1,0,0,-6297.01,323.488,376.854,5.8016,370,5,0,42,0,1,0,0,0),(1527,705,0,1,1,0,0,-6272.15,285.559,382.647,0.870188,370,5,0,42,0,1,0,0,0),(1528,7384,0,1,1,0,0,-6271.02,305.206,382.05,5.34521,300,0,0,42,0,0,0,0,0),(1529,704,0,1,1,0,0,-6331.19,334.28,378.138,5.74213,180,5,0,55,0,1,0,0,0),(1530,705,0,1,1,0,0,-6302.47,257.043,382.875,3.29647,370,5,0,42,0,1,0,0,0),(1531,707,0,1,1,0,0,-6364.17,235.656,393.514,1.61813,370,5,0,42,0,1,0,0,0),(1532,707,0,1,1,0,0,-6377.9,247.727,390.166,1.30215,370,5,0,42,0,1,0,0,0),(1533,707,0,1,1,0,0,-6327.21,235.496,383.984,1.15393,370,5,0,42,0,1,0,0,0),(1534,707,0,1,1,0,0,-6343.28,220.553,389.224,2.13411,370,5,0,42,0,1,0,0,0),(1535,707,0,1,1,0,0,-6371.4,262.984,386.541,2.91333,370,0,0,42,0,0,0,0,0),(1536,724,0,1,1,0,1,-6371.76,242.244,392.42,3.44314,370,5,0,55,0,1,0,0,0),(1537,724,0,1,1,0,1,-6351.15,262.955,384.014,6.21515,370,5,0,55,0,1,0,0,0),(1538,724,0,1,1,0,1,-6379.88,280.975,388.764,5.00095,370,0,0,55,0,0,0,0,0),(1539,705,0,1,1,0,0,-6366.61,280.354,384.017,2.96097,370,0,0,42,0,0,0,0,0),(1540,707,0,1,1,0,0,-6332.22,269.696,380.627,3.98341,370,5,0,42,0,1,0,0,0),(1541,705,0,1,1,0,0,-6312.16,384.127,380.073,0.160909,370,0,0,42,0,0,0,0,0),(1542,707,0,1,1,0,0,-6392.55,258.839,391.166,3.64464,370,0,0,42,0,0,0,0,0),(1543,707,0,1,1,0,0,-6384.78,227.313,405.294,2.38851,370,0,0,42,0,0,0,0,0),(1544,724,0,1,1,0,1,-6397.44,240.061,399.291,0.186212,370,0,0,55,0,0,0,0,0),(1545,707,0,1,1,0,0,-6424.57,242.535,410.675,3.77455,370,0,0,42,0,0,0,0,0),(1546,707,0,1,1,0,0,-6346.38,184.912,395.67,5.48559,370,5,0,42,0,1,0,0,0),(1547,724,0,1,1,0,1,-6367.66,207.263,403.366,2.74741,370,0,0,55,0,0,0,0,0),(1548,707,0,1,1,0,0,-6367.79,213.707,399.919,3.79743,370,0,0,42,0,0,0,0,0),(1549,707,0,1,1,0,0,-6353.7,159.999,399.31,5.79323,370,5,0,42,0,1,0,0,0),(1550,17802,545,3,1,0,1,-23.6238,-191.056,-20.6817,0.164899,86400,0,0,20259,0,0,0,0,0),(1552,17800,545,3,1,0,1,-40.8796,-207.862,-18.2856,0.15708,86400,0,0,20259,0,0,0,0,0),(1553,1718,0,1,1,0,1,-6152.7,48.1789,416.72,0.306881,180,0,0,71,0,0,0,0,0),(1554,17800,545,3,1,0,1,-36.6156,-216.919,-18.2239,0.907571,86400,0,0,20259,0,0,0,0,0),(1555,6827,545,3,1,0,0,-26.5702,-215.418,-18.8375,0.493595,86400,0,0,42,0,0,0,0,0),(1556,1718,0,1,1,0,1,-6111.35,47.9522,412.837,2.55295,180,0,0,71,0,0,0,0,0),(1557,17801,545,3,1,0,1,1.51287,-250.445,-21.5411,6.14356,86400,0,0,16208,15775,0,0,0,0),(1558,1718,0,1,1,0,1,-6040.92,44.5182,407.748,3.17296,180,0,0,71,0,0,0,0,0),(1559,17802,545,3,1,0,1,5.36913,-248.001,-23.1317,1.80373,86400,0,0,20259,0,0,0,0,0),(1560,17803,545,3,1,0,1,2.57794,-255.504,-21.6858,0.785398,86400,0,0,16208,15775,0,0,0,0),(1561,17722,545,3,1,0,1,-88.2888,-256.126,-12.1919,1.29613,86400,0,0,22356,15775,0,0,0,0),(1562,1718,0,1,1,0,1,-6073.79,40.1757,409.231,3.7633,180,0,0,71,0,0,0,0,0),(1563,1125,0,1,1,0,0,-5943.85,5.26828,369.662,5.01434,180,10,0,102,0,1,0,0,0),(1564,1125,0,1,1,0,0,-5839.07,-61.8035,361.821,2.71723,180,10,0,102,0,1,0,0,0),(4913,898,0,1,1,657,0,-10706.1,-855.789,69.5749,0.862329,300,5,0,787,0,1,0,0,0),(4910,930,0,1,1,368,0,-10709.7,12.7423,35.8945,-2.79562,300,0,0,664,0,0,0,0,0),(4909,930,0,1,1,368,0,-10584.6,-46.0735,36.4867,3.09466,300,10,0,664,0,1,0,0,0),(4908,930,0,1,1,368,0,-10607,-12.2057,34.7979,0.584769,300,10,0,664,0,1,0,0,0),(4907,930,0,1,1,368,0,-10611.5,-79.7923,34.2377,3.13,300,10,0,664,0,1,0,0,0),(4906,1270,0,1,1,559,0,-10365.9,-1292.14,35.4253,3.55808,300,10,0,950,0,1,0,0,0),(4905,930,0,1,1,368,0,-10555.5,-26.0475,42.0699,4.16393,300,5,0,664,0,1,0,0,0),(4904,930,0,1,1,368,0,-10480.5,-18.8253,51.3041,1.44428,300,10,0,664,0,1,0,0,0),(1575,1125,0,1,1,0,0,-5944.88,-115.987,394.331,4.00974,180,10,0,102,0,1,0,0,0),(1576,721,0,1,1,0,0,-5911.57,-108.807,373.176,0.392838,180,10,0,1,0,1,0,0,0),(4903,930,0,1,1,368,0,-10428,-56.0186,45.5057,1.00068,300,10,0,664,0,1,0,0,0),(4902,930,0,1,1,368,0,-10305.9,-53.0144,42.2362,2.2823,300,10,0,664,0,1,0,0,0),(4901,930,0,1,1,368,0,-10331.1,-73.0804,42.5125,1.06125,300,10,0,664,0,1,0,0,0),(4900,930,0,1,1,368,0,-10364.8,-52.8607,45.8238,0.046932,300,10,0,664,0,1,0,0,0),(4899,930,0,1,1,368,0,-10329.8,-30.0834,44.6032,4.07827,300,10,0,664,0,1,0,0,0),(4898,570,0,1,1,569,0,-10240.2,140.189,2.28257,3.80161,300,5,0,896,0,1,0,0,0),(4897,930,0,1,1,368,0,-10365.3,1.54427,50.2516,3.89642,300,5,0,664,0,1,0,0,0),(4896,217,0,1,1,955,0,-10520.4,550.595,26.9447,5.6057,300,10,0,449,0,1,0,0,0),(4895,203,0,1,1,9783,1,-11078.1,-1276.73,57.8131,2.12899,300,5,0,472,1357,1,0,0,0),(4894,930,0,1,1,368,0,-10751.2,-172.226,40.3346,2.55793,300,5,0,664,0,1,0,0,0),(4893,206,0,1,1,522,0,-10929.5,-1121.77,38.1245,-0.159037,300,0,0,1003,0,0,0,0,0),(4892,206,0,1,1,522,0,-10949.4,-1151.23,39.372,-0.338592,300,0,0,1003,0,0,0,0,0),(4891,930,0,1,1,368,0,-10787.6,-173.836,39.6166,4.71629,300,5,0,664,0,1,0,0,0),(4890,930,0,1,1,368,0,-10691.2,-94.0919,35.9797,3.18259,300,5,0,664,0,1,0,0,0),(4889,1110,0,1,1,734,1,-10321.2,421.358,15.8676,3.84139,300,5,0,840,0,1,0,0,0),(4888,785,0,1,1,612,1,-10340.3,402.548,16.0422,3.14641,300,5,0,769,756,1,0,0,0),(4887,930,0,1,1,368,0,-10679.5,37.2484,38.0712,4.42093,300,5,0,664,0,1,0,0,0),(4886,785,0,1,1,612,1,-10258.9,379.612,10.4134,1.30483,300,5,0,769,756,1,0,0,0),(4885,1110,0,1,1,734,1,-10280.7,377.227,15.6853,5.96624,300,5,0,840,0,1,0,0,0),(4884,785,0,1,1,612,1,-10305.3,393.788,15.6853,5.88641,300,5,0,769,756,1,0,0,0),(4883,785,0,1,1,612,1,-10281.4,398.006,15.6853,3.55691,300,5,0,769,756,1,0,0,0),(4882,785,0,1,1,612,1,-10231.3,378.876,10.4134,5.83618,300,5,0,769,756,1,0,0,0),(4881,923,0,1,1,246,0,-10890.9,-489.428,49.6485,4.56746,300,5,0,617,0,1,0,0,0),(4880,787,0,1,1,7555,1,-10295.3,393.907,15.6853,1.43555,300,5,0,684,1040,1,0,0,0),(4879,898,0,1,1,657,0,-10275.6,-858.081,41.0037,0.066569,300,10,0,787,0,1,0,0,0),(4878,898,0,1,1,657,0,-10956.7,-784.884,63.7371,2.39716,300,10,0,787,0,1,0,0,0),(4877,909,0,1,1,4280,1,-11101.4,-535.784,33.2066,5.38818,300,0,0,734,0,0,0,0,0),(4876,215,0,1,1,4278,1,-11060.5,-599.711,29.7207,2.04454,300,10,0,664,0,1,0,0,0),(4875,909,0,1,1,4280,1,-11103.6,-530.346,33.2204,1.56273,300,0,0,734,0,0,0,0,0),(4874,910,0,1,1,4281,1,-11109.2,-528.353,32.5049,5.36586,300,0,0,628,1707,0,0,0,0),(4873,923,0,1,1,246,0,-11050.8,-626.256,28.013,0.249842,300,10,0,617,0,1,0,0,0),(4872,923,0,1,1,246,0,-10885.7,-257.814,40.3748,0.224602,300,5,0,617,0,1,0,0,0),(4871,215,0,1,1,4276,1,-11022.8,-689,40.5509,2.26977,300,3,0,664,0,1,0,0,0),(4870,909,0,1,1,4280,1,-11107.6,-514.6,32.2549,5.95997,300,5,0,734,0,1,0,0,0),(4869,215,0,1,1,4278,1,-11054,-489.126,30.4426,4.8691,300,10,0,664,0,1,0,0,0),(4868,923,0,1,1,246,0,-10981.5,-455.997,31.906,3.3842,300,5,0,617,0,1,0,0,0),(4867,215,0,1,1,4276,1,-10979.4,-477.26,33.6424,1.33008,300,5,0,664,0,1,0,0,0),(4866,217,0,1,1,955,0,-10570.9,479.243,36.7031,5.63634,300,5,0,449,0,1,0,0,0),(4863,215,0,1,1,4278,1,-11016.3,-489.798,31.5139,5.8239,300,10,0,664,0,1,0,0,0),(4862,215,0,1,1,4278,1,-11049,-517.66,31.7075,0.777467,300,10,0,664,0,1,0,0,0),(4861,539,0,1,1,958,0,-10002.4,-453.103,30.4168,4.0935,300,10,0,417,0,1,0,0,0),(4860,217,0,1,1,955,0,-10051.8,-792.45,36.0026,0.946456,300,10,0,449,0,1,0,0,0),(4859,923,0,1,1,246,0,-11028,-572.433,28.6536,1.56483,300,5,0,617,0,1,0,0,0),(4858,217,0,1,1,955,0,-10016.4,-628.851,40.192,1.59618,300,10,0,449,0,1,0,0,0),(4857,569,0,1,1,2541,0,-10121.7,-970.383,32.4884,1.02574,300,10,0,531,0,1,0,0,0),(4856,539,0,1,1,958,0,-9972.97,-639.08,34.0573,1.2431,300,10,0,417,0,1,0,0,0),(4855,217,0,1,1,955,0,-10090.6,-967.468,34.595,1.93825,300,5,0,449,0,1,0,0,0),(4833,539,0,1,1,958,0,-9956.31,-621.104,32.3463,4.76081,300,10,0,417,0,1,0,0,0),(4832,539,0,1,1,958,0,-10039.2,-967.166,32.9021,3.53443,300,10,0,417,0,1,0,0,0),(4831,215,0,1,1,4278,1,-11001.4,-536.417,33.1752,0.535548,300,5,0,664,0,1,0,0,0),(4830,930,0,1,1,368,0,-10621.2,108.002,36.5209,1.36843,300,5,0,664,0,1,0,0,0),(4829,1270,0,1,1,559,0,-10345.2,-1277.58,35.4253,2.25282,300,10,0,950,0,1,0,0,0),(4828,930,0,1,1,368,0,-10653.4,111.563,39.5762,1.61036,300,10,0,664,0,1,0,0,0),(4473,930,0,1,1,368,0,-10657.8,125.063,38.6485,4.73657,300,10,0,664,0,1,0,0,0),(4463,930,0,1,1,368,0,-10605.6,34.169,37.9929,0.442648,300,5,0,664,0,1,0,0,0),(4462,930,0,1,1,368,0,-10638.1,20.2466,40.0044,2.41684,300,5,0,664,0,1,0,0,0),(4461,787,0,1,1,7555,1,-10331.8,430.925,15.8676,0.514041,300,5,0,684,1040,1,0,0,0),(4460,930,0,1,1,368,0,-10555.5,33.402,39.7016,2.65175,300,5,0,664,0,1,0,0,0),(4459,930,0,1,1,368,0,-10587.3,20.7177,39.3966,1.58447,300,5,0,664,0,1,0,0,0),(68450,22991,530,1,1,0,0,-4110.19,3122.64,358.083,-0.034907,180,0,0,4120,0,0,0,0,0),(4457,202,0,1,1,9786,1,-10827.9,-1354.07,45.177,2.00816,300,5,0,617,0,1,0,0,0),(4456,202,0,1,1,9786,1,-10745.1,-1380.39,36.758,2.33627,300,10,0,617,0,1,0,0,0),(4455,202,0,1,1,9786,1,-10728.3,-1356.06,39.1205,1.28202,300,10,0,617,0,1,0,0,0),(4454,202,0,1,1,9786,1,-10806.1,-1372.95,41.2791,3.89937,300,5,0,617,0,1,0,0,0),(4453,930,0,1,1,368,0,-10846.5,-1345.17,49.5357,0.515742,300,10,0,664,0,1,0,0,0),(4452,785,0,1,1,612,1,-10389.6,366.257,24.3922,5.03815,300,5,0,769,756,1,0,0,0),(4451,533,0,1,1,203,0,-10911.3,-923.87,71.0304,2.91614,300,5,0,724,732,1,0,0,0),(4450,533,0,1,1,203,0,-10907.5,-903.306,71.2804,6.03056,300,10,0,724,732,1,0,0,0),(4449,205,0,1,1,736,0,-10938.5,-957.141,71.0505,2.57924,300,10,0,896,0,1,0,0,0),(4448,533,0,1,1,203,0,-10912.6,-959.442,71.1427,2.80774,300,10,0,724,732,1,0,0,0),(4447,205,0,1,1,736,0,-10903.2,-937.391,71.1427,4.72465,300,10,0,896,0,1,0,0,0),(4446,205,0,1,1,736,0,-10904.5,-916.936,71.0304,1.46832,300,10,0,896,0,1,0,0,0),(4445,898,0,1,1,657,0,-10306.8,-810.627,44.6383,0.245833,300,5,0,787,0,1,0,0,0),(4444,511,0,1,1,828,1,-10995,-1290.2,52.9175,5.70029,300,0,0,787,0,0,0,0,0),(4443,539,0,1,1,958,0,-10015.7,-808.916,33.137,1.09842,300,10,0,417,0,1,0,0,0),(4442,539,0,1,1,958,0,-10811.4,584.07,26.1014,4.54949,300,5,0,417,0,1,0,0,0),(4441,569,0,1,1,2541,0,-10768,476.297,33.2032,2.80317,300,5,0,531,0,1,0,0,0),(4440,210,0,1,1,570,1,-10358.6,228.27,32.7617,0.457897,300,10,0,787,0,1,0,0,0),(4439,948,0,1,1,137,0,-10363.8,251.911,36.4538,2.75067,300,10,0,734,0,1,0,0,0),(4438,202,0,1,1,9786,1,-10830.4,-1317.73,50.072,4.69439,300,5,0,617,0,1,0,0,0),(4437,205,0,1,1,736,0,-11037,-816.254,60.6179,5.68857,300,10,0,896,0,1,0,0,0),(4436,533,0,1,1,203,0,-10990.5,-984.506,68.97,1.07196,300,10,0,724,732,1,0,0,0),(4435,205,0,1,1,736,0,-11075.3,-886.686,63.1067,1.45526,300,10,0,896,0,1,0,0,0),(4434,205,0,1,1,736,0,-11057.2,-796.931,58.0183,2.31656,300,10,0,896,0,1,0,0,0),(4433,205,0,1,1,736,0,-11024.4,-896.39,63.1358,2.38524,300,10,0,896,0,1,0,0,0),(4432,205,0,1,1,736,0,-11070.1,-811.487,58.0838,4.13194,300,10,0,896,0,1,0,0,0),(4431,533,0,1,1,203,0,-11066.4,-921.772,63.6348,0.233543,300,10,0,724,732,1,0,0,0),(4430,205,0,1,1,736,0,-11086.7,-819.702,59.3338,0.716686,300,5,0,896,0,1,0,0,0),(4429,205,0,1,1,736,0,-11075.4,-830.247,58.7088,0.805625,300,10,0,896,0,1,0,0,0),(4428,205,0,1,1,736,0,-11078.8,-861.621,61.8146,2.81686,300,10,0,896,0,1,0,0,0),(4427,205,0,1,1,736,0,-11072.3,-801.469,59.4588,6.02491,300,10,0,896,0,1,0,0,0),(4426,205,0,1,1,736,0,-11053.5,-846.839,60.5264,4.32125,300,10,0,896,0,1,0,0,0),(4425,217,0,1,1,955,0,-11000.1,421.523,37.5395,2.13333,300,10,0,449,0,1,0,0,0),(4424,539,0,1,1,958,0,-10982.8,477.493,37.6394,5.75483,300,5,0,417,0,1,0,0,0),(4423,539,0,1,1,958,0,-10957,511.032,36.4292,3.79632,300,5,0,417,0,1,0,0,0),(4422,205,0,1,1,736,0,-11043.6,-893.206,62.9232,2.24078,300,10,0,896,0,1,0,0,0),(4421,205,0,1,1,736,0,-11032.9,-905.15,63.6405,5.14121,300,10,0,896,0,1,0,0,0),(4420,533,0,1,1,203,0,-10995.8,-954.637,65.7431,3.18138,300,10,0,724,732,1,0,0,0),(4419,205,0,1,1,736,0,-11038.6,-886.392,62.6732,4.00848,300,10,0,896,0,1,0,0,0),(4418,217,0,1,1,955,0,-11023.9,409.361,33.9599,1.28394,300,10,0,449,0,1,0,0,0),(1693,1199,0,1,1,0,0,-5875.68,-84.7733,366.592,2.04335,180,0,0,102,0,0,0,0,0),(4417,923,0,1,1,246,0,-10894.7,-178.438,43.6833,2.60034,300,5,0,617,0,1,0,0,0),(4416,930,0,1,1,368,0,-10621.9,-1495.95,90.5155,5.90575,300,10,0,664,0,1,0,0,0),(4415,930,0,1,1,368,0,-10654.2,-1487.5,90.7568,2.85713,300,5,0,664,0,1,0,0,0),(4414,930,0,1,1,368,0,-10671.8,-1513.46,90.5826,2.60017,300,5,0,664,0,1,0,0,0),(4413,539,0,1,1,958,0,-10023.6,-955.806,30.0997,1.00122,300,10,0,417,0,1,0,0,0),(4412,539,0,1,1,958,0,-10003.6,-1009.51,27.4235,0.315036,300,10,0,417,0,1,0,0,0),(4411,569,0,1,1,2541,0,-10084.6,-855.408,37.0334,1.28366,300,10,0,531,0,1,0,0,0),(4410,217,0,1,1,955,0,-10081,-1019.46,31.9258,2.66658,300,10,0,449,0,1,0,0,0),(4409,569,0,1,1,2541,0,-10119.5,-917.614,35.7456,0.9267,300,5,0,531,0,1,0,0,0),(4408,2110,0,1,1,1141,0,-10817.1,-1061.09,45.6217,6.01642,300,5,0,1,0,1,0,0,0),(4407,787,0,1,1,7555,1,-10238.4,378.578,10.4134,2.85168,300,5,0,684,1040,1,0,0,0),(4406,539,0,1,1,958,0,-10906.8,559.45,33.5428,0.603069,300,10,0,417,0,1,0,0,0),(4405,570,0,1,1,569,0,-10208.2,287.563,1.92269,5.4853,300,2,0,896,0,1,0,0,0),(4404,785,0,1,1,612,1,-10222.3,369.688,10.4134,4.54056,300,5,0,769,756,1,0,0,0),(4403,787,0,1,1,7555,1,-10197.4,297.698,2.92753,1.77033,300,2,0,684,1040,1,0,0,0),(4402,785,0,1,1,612,1,-10221.2,379.972,10.4134,3.0298,300,5,0,769,756,1,0,0,0),(1715,1128,0,1,1,0,0,-5864.03,-120.886,359.971,2.94305,180,10,0,122,0,1,0,0,0),(1716,1125,0,1,1,0,0,-6104.47,-163.987,433.257,1.83388,180,10,0,102,0,1,0,0,0),(1717,721,0,1,1,0,0,-5771.76,-570.915,399.181,2.80934,180,10,0,1,0,1,0,0,0),(1718,1128,0,1,1,0,0,-5785.41,-427.887,366.031,4.43619,180,10,0,122,0,1,0,0,0),(1719,1125,0,1,1,0,0,-5674.73,-613.753,402.727,2.68781,180,10,0,102,0,1,0,0,0),(1720,1125,0,1,1,0,0,-5537.99,-437.938,404.183,1.91448,180,10,0,102,0,1,0,0,0),(1721,1128,0,1,1,0,0,-5516.15,-566.643,402.559,4.46804,180,10,0,122,0,1,0,0,0),(35281,6188,1,1,1,2000,1,4623.69,-5574.08,101.865,1.32659,333,5,0,2016,4393,1,0,0,0),(1723,17802,545,3,1,0,1,-91.9829,-255.49,-12.5306,1.40694,86400,0,0,20259,0,0,0,0,0),(1724,7954,0,1,1,0,1,-5457.24,-618.481,394.177,4.97419,430,0,0,2769,0,0,0,0,0),(1725,12365,0,1,1,0,0,-5461.16,-619.598,393.596,0.20944,180,0,0,42,0,0,0,0,0),(1726,1126,0,1,1,0,0,-5420.51,-566.01,396.607,0.5564,180,10,0,120,0,1,0,0,0),(1727,1131,0,1,1,0,0,-5423.3,-458.534,396.992,3.41024,180,10,0,137,0,1,0,0,0),(1728,721,0,1,1,0,0,-5377.46,-607.377,392.053,3.25893,180,10,0,1,0,1,0,0,0),(1729,1131,0,1,1,0,0,-5341.75,-607.219,391.056,1.26963,180,10,0,137,0,1,0,0,0),(1730,1138,0,1,1,0,0,-5393.14,-447.577,396.001,5.21021,180,10,0,120,0,1,0,0,0),(1731,1138,0,1,1,0,0,-5387.26,-450.499,396.528,3.00633,180,10,0,120,0,1,0,0,0),(1732,721,0,1,1,0,0,-5331.87,-525.9,392.209,2.83405,180,10,0,1,0,1,0,0,0),(31447,4344,1,1,1,2548,0,-4054.81,-3148.42,30.6376,6.13985,360,10,0,1305,1186,1,0,0,0),(31448,4344,1,1,1,2548,0,-4079.17,-3102.59,29.7908,4.24874,360,10,0,1305,1186,1,0,0,0),(1735,721,0,1,1,0,0,-5170.98,-541.089,398.372,0.019529,180,10,0,1,0,1,0,0,0),(1736,1131,0,1,1,0,0,-5260.86,-442.674,388.337,0.566879,180,10,0,137,0,1,0,0,0),(1737,1127,0,1,1,0,0,-5261.36,-424.144,390.217,3.28122,180,0,0,137,0,0,0,0,0),(1738,1126,0,1,1,0,0,-5296.75,-678.968,388.355,5.41275,180,10,0,120,0,1,0,0,0),(1739,721,0,1,1,0,0,-5160.49,-667.872,407.608,2.75927,180,10,0,1,0,1,0,0,0),(1740,721,0,1,1,0,0,-5256.49,-761.613,392.037,2.88904,180,10,0,1,0,1,0,0,0),(1741,17802,545,3,1,0,1,56.2594,-308.776,-7.85218,2.13917,86400,0,0,20259,0,0,0,0,0),(1742,17801,545,3,1,0,1,56.8631,-310.419,-7.83755,3.36815,86400,0,0,16208,15775,0,0,0,0),(1743,5595,0,1,1,0,1,-4893.07,-884.876,501.659,5.09636,300,0,0,15952,0,0,0,0,0),(1744,14183,0,1,1,0,1,-4842.4,-868.648,501.997,2.82743,490,0,0,2442,2434,0,0,0,0),(1745,5111,0,1,1,0,1,-4840.67,-857.094,501.997,4.86947,310,0,0,1003,0,0,0,0,0),(1746,5110,0,1,1,0,1,-4865.23,-865.331,502.275,5.0091,310,0,0,1003,0,0,0,0,0),(1747,5112,0,1,1,0,1,-4842.34,-860.934,501.997,4.57276,310,0,0,1003,0,0,0,0,0),(1748,5595,0,1,1,0,1,-4872,-926.028,501.576,3.59538,300,0,0,15952,0,0,0,0,0),(1749,7292,0,1,1,0,0,-4881.99,-981.982,503.941,3.83069,540,0,0,3006,0,0,0,0,0),(1750,5595,0,1,1,0,1,-4859.47,-941.691,501.524,3.38594,300,0,0,15952,0,0,0,0,0),(1751,5107,0,1,1,0,1,-4874.87,-966.2,505.157,3.7001,310,0,0,1003,0,0,0,0,0),(1752,5106,0,1,1,0,1,-4876.68,-964.371,511.824,5.20108,310,0,0,1003,0,0,0,0,0),(1753,8879,0,1,1,0,1,-4861.04,-1016.93,505.798,5.2709,430,0,0,2215,1807,0,0,0,0),(1754,2461,0,1,1,0,0,-4886.55,-997.594,504.024,2.23402,540,0,0,5544,0,0,0,0,0),(1755,5108,0,1,1,0,0,-4872.03,-971.529,505.157,3.63029,310,0,0,1003,0,0,0,0,0),(1756,2460,0,1,1,0,0,-4877.43,-990.034,504.024,2.30383,540,0,0,5544,0,0,0,0,0),(1757,5595,0,1,1,0,1,-4854.64,-1010.24,502.273,4.81711,300,0,0,15952,0,0,0,0,0),(1758,5151,0,1,1,0,1,-4715.88,-961.253,505.371,2.35619,310,0,0,1003,0,0,0,0,0),(1759,5595,0,1,1,0,1,-4686.29,-974.548,501.655,0.669128,300,0,0,15952,0,2,0,0,0),(1760,5595,0,1,1,0,1,-4687.49,-966.483,501.623,2.47629,300,0,0,15952,0,2,0,0,0),(1761,5133,0,1,1,0,1,-4653.32,-896.476,502.281,2.44346,310,0,0,1003,0,0,0,0,0),(1762,5152,0,1,1,0,1,-4653.22,-893.601,508.948,2.60054,310,0,0,1003,0,0,0,0,0),(1763,1466,0,1,1,0,0,-4742.71,-1020.45,504.51,2.26893,190,0,0,664,0,0,0,0,0),(1764,8507,0,1,1,0,1,-4594.7,-958.391,508.962,5.84685,310,0,0,992,2680,0,0,0,0),(1765,5595,0,1,1,0,1,-4631.28,-937.003,502.85,3.78736,300,0,0,15952,0,0,0,0,0),(1766,5595,0,1,1,0,1,-4631.2,-1022.72,501.724,1.8326,300,0,0,15952,0,0,0,0,0),(1767,5595,0,1,1,0,1,-4638.94,-1024.92,501.724,1.79769,300,0,0,15952,0,0,0,0,0),(1768,7978,0,1,1,0,0,-4640.13,-1014.64,501.65,3.32889,310,0,0,1003,0,2,0,0,0),(1769,5148,0,1,1,0,1,-4592.85,-907.687,502.85,3.21141,430,0,0,2769,0,0,0,0,0),(1770,5142,0,1,1,0,1,-4617.63,-906.666,501.156,4.45059,430,0,0,2769,0,0,0,0,0),(1771,2489,0,1,1,0,1,-4606.54,-915.167,501.146,3.10669,540,0,0,2218,0,0,0,0,0),(1772,5143,0,1,1,0,1,-4625.99,-912.884,501.152,6.17846,540,0,0,1753,0,0,0,0,0),(1773,5144,0,1,1,0,1,-4613.03,-929.032,501.152,1.3439,540,0,0,1753,0,0,0,0,0),(1774,7312,0,1,1,0,1,-4614.48,-928.362,501.151,0.802851,540,0,0,1753,0,0,0,0,0),(1775,6179,0,1,1,0,1,-4633.52,-932.023,524.778,0.698132,490,0,0,3297,2434,0,0,0,0),(1776,6178,0,1,1,0,1,-4613.03,-899.694,524.778,3.1765,180,0,0,186,191,0,0,0,0),(1777,11406,0,1,1,0,0,-4607.16,-897.28,502.767,5.35816,25000,0,0,2884,5751,0,0,0,0),(1778,5147,0,1,1,0,1,-4596.14,-901.007,524.778,0.698132,490,0,0,4120,0,0,0,0,0),(1779,5145,0,1,1,0,1,-4604.94,-921.489,501.156,3.19395,430,0,0,2769,0,0,0,0,0),(1780,5141,0,1,1,0,1,-4613.63,-903.98,524.778,2.21657,490,0,0,4120,0,0,0,0,0),(1781,5149,0,1,1,0,1,-4601.65,-896.468,502.85,4.55531,430,0,0,2769,0,0,0,0,0),(1782,5146,0,1,1,0,1,-4601.8,-918.586,524.778,5.28835,490,0,0,4120,0,0,0,0,0),(1783,5595,0,1,1,0,1,-4637.93,-928.594,502.85,3.85718,300,0,0,15952,0,0,0,0,0),(1784,5163,0,1,1,0,1,-4711.06,-1080.45,502.851,3.33358,310,0,0,1003,0,0,0,0,0),(1785,6120,0,1,1,0,0,-4618.12,-1090.13,501.452,3.26377,310,0,0,774,2175,0,0,0,0),(1786,5170,0,1,1,0,1,-4605.08,-1069.33,503.673,5.65487,310,0,0,1003,0,0,0,0,0),(1787,5162,0,1,1,0,1,-4603.59,-1094.51,505.063,1.43117,310,0,0,1003,0,0,0,0,0),(1788,10456,0,1,1,0,1,-4608.51,-1080.87,503.673,1.43117,540,0,0,1753,0,0,0,0,0),(1791,2943,0,1,1,0,0,-4636.22,-1110,501.411,0.628319,300,0,0,1220,0,0,0,0,0),(1792,15186,0,1,1,0,0,-4638.07,-1109.05,501.327,4.1315,300,0,0,42,0,0,0,0,0),(1793,10455,0,1,1,0,1,-4608.38,-1074.32,503.673,6.23082,540,0,0,1753,0,0,0,0,0),(1794,5161,0,1,1,0,1,-4605.72,-1093.62,511.731,0.05236,310,0,0,1342,0,0,0,0,0),(1795,5153,0,1,1,0,0,-4724.12,-1054.71,504.28,2.14675,310,0,0,1342,0,0,0,0,0),(1796,1703,0,1,1,0,1,-4716.21,-1060.04,504.28,5.53269,190,0,0,664,0,0,0,0,0),(1797,8681,0,1,1,0,0,-4723.88,-1056.45,510.946,0.279253,310,0,0,1342,0,0,0,0,0),(1798,5154,0,1,1,0,0,-4718.58,-1053.08,504.28,5.32325,310,0,0,1003,0,0,0,0,0),(1799,6826,0,1,1,0,0,-4588.3,-1001.21,503.657,3.31613,430,0,0,1939,4393,0,0,0,0),(1800,5155,0,1,1,0,0,-4596.43,-1016.03,512.041,3.38594,310,0,0,1003,0,0,0,0,0),(1801,5156,0,1,1,0,0,-4600.87,-1019.38,505.372,0.541052,310,0,0,1003,0,0,0,0,0),(1802,2786,0,1,1,0,1,-4598.87,-1115.45,505.022,1.76278,310,0,0,1003,0,0,0,0,0),(1803,5173,0,1,1,0,1,-4608.55,-1109.55,511.691,1.69297,490,0,0,4120,0,0,0,0,0),(1804,5171,0,1,1,0,1,-4604.14,-1117.51,505.022,4.53786,540,0,0,1753,0,0,0,0,0),(1805,2737,0,1,1,0,1,-4648.22,-1118.83,508.633,3.1765,540,0,0,1753,0,0,0,0,0),(1806,5166,0,1,1,0,1,-4648.42,-1131.72,508.634,0,430,0,0,2769,0,0,0,0,0),(1807,5172,0,1,1,0,1,-4599.08,-1111.67,505.022,4.69494,430,0,0,2769,0,0,0,0,0),(1808,5169,0,1,1,0,1,-4641.6,-1132.24,507.244,0.122173,310,0,0,1003,0,0,0,0,0),(1809,5167,0,1,1,0,1,-4650.12,-1120.8,508.634,1.5708,540,0,0,1753,0,0,0,0,0),(1810,5165,0,1,1,0,1,-4647.56,-1124.38,501.967,1.55334,490,0,0,4120,0,0,0,0,0),(1811,4254,0,1,1,0,1,-4707.96,-1108.91,504.529,5.32325,310,0,0,1342,0,0,0,0,0),(1812,4256,0,1,1,0,1,-4708.06,-1120.93,504.531,1.44862,310,0,0,1003,0,0,0,0,0),(1813,6382,0,1,1,0,1,-4601.3,-1130.24,501.966,4.08407,490,0,0,2884,5751,0,0,0,0),(1814,14367,0,1,1,0,1,-4644.52,-1215.23,501.659,0.96021,300,0,0,50400,0,2,0,0,0),(1815,23127,0,1,1,0,1,-4720.26,-1150.07,502.448,3.75844,300,0,0,2215,1807,0,0,0,0),(1816,9099,0,1,1,0,0,-4790.14,-1168.66,502.204,4.84256,310,0,0,1003,0,2,0,0,0),(1817,5595,0,1,1,0,1,-4645.63,-1178.09,501.644,4.29351,300,0,0,15952,0,0,0,0,0),(1818,5595,0,1,1,0,1,-4638.39,-1181.83,501.641,4.17134,300,0,0,15952,0,0,0,0,0),(1819,14723,0,1,1,0,0,-4735.8,-1055.28,502.296,3.80482,310,0,0,1220,0,0,0,0,0),(86165,26123,0,1,1,16541,0,-4707.91,-1226.09,501.659,2.14675,300,0,0,3052,0,0,0,0,0),(1821,5595,0,1,1,0,1,-4738.61,-1159.53,502.194,3.76991,300,0,0,15952,0,0,0,0,0),(86163,26123,1,1,1,16541,0,8701.66,962.326,12.8069,3.19395,300,0,0,3052,0,0,0,0,0),(4401,210,0,1,1,570,1,-10208,343.256,8.85151,0.107699,300,2,0,787,0,1,0,0,0),(4400,570,0,1,1,569,0,-10257.5,278.095,0.863132,2.8457,300,2,0,896,0,1,0,0,0),(4399,604,0,1,1,519,0,-10227.5,289.973,2.7994,1.08813,300,5,0,840,0,1,0,0,0),(4398,570,0,1,1,569,0,-10202.3,237.301,0.831001,4.82226,300,2,0,896,0,1,0,0,0),(4397,604,0,1,1,519,0,-10224.9,226.357,2.79939,4.97299,300,5,0,840,0,1,0,0,0),(4396,570,0,1,1,569,0,-10226.2,248.183,2.7994,4.42911,300,5,0,896,0,1,0,0,0),(4395,570,0,1,1,569,0,-10253.6,256.047,0.831001,4.05432,300,0,0,896,0,0,0,0,0),(4394,210,0,1,1,0,1,-10224.7,214.64,2.80005,4.42601,300,0,0,840,0,2,0,0,0),(4393,210,0,1,1,570,1,-10192.6,312.351,6.81366,0.678203,300,2,0,787,0,1,0,0,0),(4392,570,0,1,1,569,0,-10234.9,274.555,2.7994,2.0774,300,5,0,896,0,1,0,0,0),(4391,570,0,1,1,569,0,-10207.6,146.567,2.14198,4.43258,300,5,0,896,0,1,0,0,0),(4389,570,0,1,1,569,0,-10250.6,230.919,0.831005,2.63987,300,0,0,896,0,0,0,0,0),(4388,570,0,1,1,569,0,-10219.8,163.878,0.046589,3.39944,300,5,0,896,0,1,0,0,0),(4387,604,0,1,1,519,0,-10212,182.438,1.52941,1.14286,300,5,0,840,0,1,0,0,0),(4386,570,0,1,1,569,0,-10264.6,172.465,0.619675,1.04032,300,5,0,896,0,1,0,0,0),(4385,930,0,1,1,368,0,-10676.9,-1384.69,46.3996,0.044979,300,5,0,664,0,1,0,0,0),(4384,930,0,1,1,368,0,-10654.2,-1370.83,54.6715,2.74213,300,5,0,664,0,1,0,0,0),(4383,930,0,1,1,368,0,-10299,-112.296,40.9179,5.13539,300,10,0,664,0,1,0,0,0),(4382,620,0,1,1,304,0,-10561.6,-1320.52,47.1949,2.26275,300,5,0,1,0,1,0,0,0),(4381,205,0,1,1,736,0,-11111.7,-982.346,62.7612,3.24869,300,5,0,896,0,1,0,0,0),(4380,533,0,1,1,203,0,-11076.9,-981.591,65.1087,4.3927,300,5,0,724,732,1,0,0,0),(4359,205,0,1,1,736,0,-11111.3,-936.804,64.2142,3.09516,300,5,0,896,0,1,0,0,0),(4358,2110,0,1,1,1141,0,-10689.2,-1252.9,29.5341,2.52588,300,5,0,1,0,1,0,0,0),(4357,620,0,1,1,304,0,-10716.4,-1250.04,29.5194,2.82924,300,10,0,1,0,1,0,0,0),(4356,565,0,1,1,802,0,-10320.8,521.075,39.1113,4.13143,300,10,0,494,0,1,0,0,0),(4355,533,0,1,1,203,0,-10961,-934.702,70.5505,1.47864,300,5,0,724,732,1,0,0,0),(4352,2110,0,1,1,1141,0,-10781.9,-923.515,54.2155,2.81607,300,10,0,1,0,1,0,0,0),(4351,930,0,1,1,368,0,-10753.4,-1428.93,66.2292,4.34903,300,5,0,664,0,1,0,0,0),(4350,539,0,1,1,958,0,-10052,-1046.14,28.541,6.09875,300,10,0,417,0,1,0,0,0),(4349,539,0,1,1,958,0,-10047.2,-1453.37,29.0274,2.66073,300,5,0,417,0,1,0,0,0),(4348,213,0,1,1,801,0,-10007.3,-1494.3,28.845,0.147197,300,5,0,449,0,1,0,0,0),(4347,539,0,1,1,958,0,-10032.1,-1185.16,28.8299,5.8239,300,10,0,417,0,1,0,0,0),(4344,930,0,1,1,368,0,-10647.8,-1474.88,90.8654,3.05748,300,5,0,664,0,1,0,0,0),(4343,569,0,1,1,2541,0,-10882.4,458.619,43.3684,0.980084,300,5,0,531,0,1,0,0,0),(4342,215,0,1,1,4278,1,-10874.6,187.37,39.0623,0.495515,300,5,0,664,0,1,0,0,0),(4341,785,0,1,1,612,1,-10302.9,453.865,12.9268,0.923961,300,5,0,769,756,1,0,0,0),(245510,32811,571,1,1,0,0,3762.39,1481.29,92.8882,3.4383,300,0,0,4278,0,0,0,0,0),(1883,7936,0,1,1,0,0,-4588.63,-1225.2,503.465,3.40339,540,0,0,7620,0,0,0,0,0),(1884,5387,0,1,1,0,1,-4667.12,-1266.46,503.465,2.47837,490,0,0,4120,0,0,0,0,0),(83244,26113,1,1,1,23790,1,-1026.39,290.003,135.829,4.64258,300,0,0,3237,0,0,0,0,0),(1886,17066,0,1,1,0,0,-4703.13,-1236.91,508.243,3.61284,300,0,0,42,0,0,0,0,0),(1887,8256,0,1,1,0,0,-4654.31,-1281.54,503.382,0.950365,540,0,0,2218,0,2,0,0,0),(1888,5637,0,1,1,0,1,-4661.6,-1250.52,503.382,2.35619,540,0,0,1753,0,0,0,0,0),(1889,5595,0,1,1,0,1,-4705.28,-1247.7,501.659,1.0798,300,0,0,15952,0,2,0,0,0),(1890,3842,0,1,1,0,0,-4765.85,-1129.21,499.795,4.11898,540,0,0,1753,0,0,0,0,0),(1891,5160,0,1,1,0,1,-4766.43,-1187.03,502.812,3.57792,310,0,0,1003,0,0,0,0,0),(1892,5159,0,1,1,0,1,-4761.46,-1188.56,509.479,0.558505,310,0,0,1342,0,0,0,0,0),(1893,5595,0,1,1,0,1,-4753.13,-1171.57,502.19,0.680678,300,0,0,15952,0,0,0,0,0),(1894,5595,0,1,1,0,1,-4747.57,-1146.17,502.187,4.16833,300,0,0,15952,0,2,0,0,0),(1895,5595,0,1,1,0,1,-4778.48,-1131.89,498.802,4.45,300,0,1,15952,0,2,0,0,0),(1896,1356,0,1,1,0,1,-4631.19,-1303.73,503.465,2.6529,310,0,0,1003,0,0,0,0,0),(1897,6294,0,1,1,0,0,-4618.8,-1300.12,503.465,0.488692,190,0,0,405,1202,0,0,0,0),(1898,3979,0,1,1,0,1,-4635.11,-1306.36,503.465,2.02458,310,0,0,1003,0,0,0,0,0),(4340,785,0,1,1,612,1,-10317.6,469.852,15.8267,1.57411,300,5,0,769,756,1,0,0,0),(4339,785,0,1,1,612,1,-10336.9,459.666,12.9291,2.50054,300,5,0,769,756,1,0,0,0),(4338,787,0,1,1,7555,1,-10346.6,376.899,15.9736,3.71006,300,5,0,684,1040,1,0,0,0),(4337,785,0,1,1,612,1,-10355.7,363.335,15.9736,3.2159,300,3,0,769,756,1,0,0,0),(4336,785,0,1,1,612,1,-10358.5,340.04,18.9315,3.44354,300,5,0,769,756,1,0,0,0),(4335,923,0,1,1,246,0,-11126.2,240.259,33.674,0.396567,300,10,0,617,0,1,0,0,0),(4334,787,0,1,1,7555,1,-10390.4,365.324,24.3922,0.802359,300,5,0,684,1040,1,0,0,0),(4333,909,0,1,1,4280,1,-11045.7,212.124,27.4745,4.29507,300,10,0,734,0,1,0,0,0),(4332,909,0,1,1,4279,1,-10990.7,295.133,28.2302,4.12307,300,5,0,734,0,1,0,0,0),(4331,205,0,1,1,736,0,-10930.3,-925.505,72.1258,2.77476,300,0,0,896,0,0,0,0,0),(4330,205,0,1,1,736,0,-11067.8,-951.154,64.4156,6.22584,300,5,0,896,0,1,0,0,0),(4329,205,0,1,1,736,0,-11048,-954.857,64.324,4.73989,300,5,0,896,0,1,0,0,0),(4328,205,0,1,1,736,0,-11079.7,-933.854,63.7906,5.9858,300,5,0,896,0,1,0,0,0),(4327,215,0,1,1,4276,1,-10940.1,290.202,29.8917,0.791473,300,10,0,664,0,1,0,0,0),(4326,539,0,1,1,958,0,-10017.3,-422.885,32.2616,1.1736,300,10,0,417,0,1,0,0,0),(4325,217,0,1,1,955,0,-10153.2,-1272.66,38.8885,3.32214,300,5,0,449,0,1,0,0,0),(4324,215,0,1,1,4278,1,-10989.1,239.306,28.0703,3.95369,300,5,0,664,0,1,0,0,0),(4323,215,0,1,1,4276,1,-10946.9,216.089,29.0794,5.08814,300,5,0,664,0,1,0,0,0),(4322,909,0,1,1,4279,1,-11011.5,244.488,27.0207,5.73265,300,5,0,734,0,1,0,0,0),(4321,910,0,1,1,4282,1,-11011.9,259.023,27.0207,5.50587,300,0,0,628,1707,0,0,0,0),(4320,909,0,1,1,4279,1,-11111.3,-484.464,32.9734,4.78156,300,5,0,734,0,1,0,0,0),(4319,909,0,1,1,4279,1,-11075.5,-465.822,31.1601,5.12075,300,5,0,734,0,1,0,0,0),(4318,909,0,1,1,4279,1,-11100,-456.964,32.432,0.843282,300,5,0,734,0,1,0,0,0),(4317,1270,0,1,1,559,0,-10385.4,-1227.92,37.3386,3.41734,300,5,0,950,0,1,0,0,0),(4316,1270,0,1,1,559,0,-10322.3,-1297.48,41.5529,1.1595,300,5,0,950,0,1,0,0,0),(4315,923,0,1,1,246,0,-10961.2,-515.972,35.8805,2.95923,300,5,0,617,0,1,0,0,0),(4314,217,0,1,1,955,0,-10931.6,442.484,47.5633,3.19299,300,5,0,449,0,1,0,0,0),(4313,2110,0,1,1,1141,0,-10757.7,-1206.9,28.4225,1.93022,300,5,0,1,0,1,0,0,0),(4312,46,0,1,1,441,1,-9917.74,-847.071,19.9035,4.6241,300,5,0,176,0,1,0,0,0),(4311,213,0,1,1,801,0,-10918.2,494.41,39.1289,3.19517,300,10,0,449,0,1,0,0,0),(4310,2110,0,1,1,1141,0,-10273.1,-1164.32,23.6694,2.42444,300,5,0,1,0,1,0,0,0),(4309,217,0,1,1,955,0,-10105.2,-1078.63,32.9285,2.94688,300,10,0,449,0,1,0,0,0),(4308,569,0,1,1,2541,0,-10104.2,-1133.27,34.8486,2.09453,300,10,0,531,0,1,0,0,0),(4307,569,0,1,1,2541,0,-10143.6,-1092.58,31.9396,3.0771,300,10,0,531,0,1,0,0,0),(4306,569,0,1,1,2541,0,-10122.8,-1030.83,33.4214,3.89795,300,5,0,531,0,1,0,0,0),(4305,217,0,1,1,955,0,-10942.2,428.445,46.0212,2.06567,300,5,0,449,0,1,0,0,0),(4304,923,0,1,1,246,0,-11032.7,-608.898,26.4763,3.98269,300,10,0,617,0,1,0,0,0),(4303,923,0,1,1,246,0,-10933.2,111.892,39.4761,2.73209,300,10,0,617,0,1,0,0,0),(4302,217,0,1,1,955,0,-10932.7,367.529,39.3417,1.06948,300,10,0,449,0,1,0,0,0),(4301,205,0,1,1,736,0,-10966,-946.383,71.2027,6.02964,300,0,0,896,0,0,0,0,0),(4300,205,0,1,1,736,0,-10934.9,-933.305,72.1258,0.402458,300,0,0,896,0,0,0,0,0),(4299,205,0,1,1,736,0,-11100.9,-958.057,65.4165,2.98246,300,0,0,896,0,0,0,0,0),(4298,205,0,1,1,736,0,-10926.7,-938.475,72.1124,0.778737,300,0,0,896,0,0,0,0,0),(4297,205,0,1,1,736,0,-11093.7,-950.464,65.3607,0.387038,300,0,0,896,0,0,0,0,0),(4296,205,0,1,1,736,0,-10961.8,-948.852,71.1893,4.71702,300,0,0,896,0,0,0,0,0),(4295,205,0,1,1,736,0,-11091.9,-959.968,65.349,1.62726,300,0,0,896,0,0,0,0,0),(4294,217,0,1,1,955,0,-10919.8,410.472,44.4851,2.88288,300,5,0,449,0,1,0,0,0),(4293,565,0,1,1,802,0,-10961.5,484,39.6578,0.879653,300,10,0,494,0,1,0,0,0),(4292,923,0,1,1,246,0,-10843,5.37963,40.5648,1.29563,300,5,0,617,0,1,0,0,0),(4291,923,0,1,1,246,0,-10894.5,65.323,45.208,4.50513,300,5,0,617,0,1,0,0,0),(4290,923,0,1,1,246,0,-11063.4,139.198,30.3047,4.4575,300,10,0,617,0,1,0,0,0),(4289,909,0,1,1,4280,1,-11036.2,202.242,27.7245,2.79071,300,10,0,734,0,1,0,0,0),(4288,909,0,1,1,4279,1,-11024.5,279.51,26.6773,5.6631,300,10,0,734,0,1,0,0,0),(4287,923,0,1,1,246,0,-11012.5,341.254,30.3589,1.47388,300,5,0,617,0,1,0,0,0),(4286,2110,0,1,1,1141,0,-10863.8,417.215,39.657,0.441817,300,5,0,1,0,1,0,0,0),(4285,923,0,1,1,246,0,-11087.5,-579.166,31.6049,3.34159,300,10,0,617,0,1,0,0,0),(4284,217,0,1,1,955,0,-9978.58,-685.497,33.0329,3.24146,300,10,0,449,0,1,0,0,0),(4283,217,0,1,1,955,0,-10077.3,-1158.48,31.8094,0.009765,300,10,0,449,0,1,0,0,0),(4282,909,0,1,1,4279,1,-11030.6,249.512,27.6045,2.78959,300,0,0,734,0,0,0,0,0),(2005,2916,0,1,1,0,1,-4631.63,-1326.66,503.465,1.76278,190,0,0,484,0,0,0,0,0),(2006,2918,0,1,1,0,1,-4620.49,-1325.07,503.465,1.8675,540,0,0,1753,0,0,0,0,0),(2007,9616,0,1,1,0,1,-4692.6,-1312.64,503.382,2.93215,430,0,0,1939,4393,0,0,0,0),(2008,1573,0,1,1,0,1,-4821.13,-1152.4,502.295,4.31096,430,0,0,10572,0,0,0,0,0),(2009,5595,0,1,1,0,1,-4831.9,-1156.01,502.292,4.57276,300,0,0,15952,0,0,0,0,0),(2010,11145,0,1,1,0,1,-4787.71,-1122.46,498.89,5.48033,430,0,0,3189,0,0,0,0,0),(2011,10276,0,1,1,0,1,-4793.76,-1127.53,498.888,5.98648,310,0,0,1107,0,0,0,0,0),(2012,10277,0,1,1,0,1,-4790.51,-1126.76,498.889,1.37881,250,0,0,713,0,0,0,0,0),(2013,4258,0,1,1,0,1,-4787.96,-1129.03,498.889,2.84489,540,0,0,2218,0,0,0,0,0),(2014,4259,0,1,1,0,1,-4794.96,-1122.64,498.89,0.226893,310,0,0,1003,0,0,0,0,0),(2015,5150,0,1,1,0,0,-4876.63,-1149.14,512.52,3.57792,310,0,0,1342,0,0,0,0,0),(2016,10877,0,1,1,0,1,-4998.68,-1155.7,501.654,4.77808,180,0,0,71,0,2,0,0,0),(207584,15105,530,1,1,0,0,-2054.87,5250.2,-38.944,5.06145,120,0,0,1,0,0,0,0,0),(2018,6114,0,1,1,0,1,-5045.53,-1273.09,510.408,0.837758,430,0,0,2769,0,0,0,0,0),(2019,5113,0,1,1,0,1,-5047.54,-1269.69,510.408,6.24828,540,0,0,2218,0,0,0,0,0),(2020,5115,0,1,1,0,1,-5043.04,-1274.67,510.408,1.51844,490,0,0,4120,0,0,0,0,0),(2021,8517,0,1,1,0,0,-5068.16,-1273.87,502.047,6.10865,540,0,0,2218,0,0,0,0,0),(2022,2092,0,1,1,0,1,-5065.23,-1288.6,502.047,0.767945,190,0,0,617,0,0,0,0,0),(2023,5595,0,1,1,0,1,-4832.27,-1069.64,502.268,5.41052,300,0,0,15952,0,0,0,0,0),(2024,5595,0,1,1,0,1,-4879.7,-1058.37,502.292,4.15388,300,0,0,15952,0,0,0,0,0),(2025,5595,0,1,1,0,1,-4874.56,-1047.95,502.273,0.317069,300,0,0,15952,0,0,0,0,0),(2026,16013,0,1,1,0,0,-4846.98,-1057.77,502.19,1.29154,25000,0,0,4272,5751,0,0,0,0),(2027,5595,0,1,1,0,1,-4879.81,-1031.88,502.273,6.04476,300,0,0,15952,0,0,0,0,0),(2028,5595,0,1,1,0,1,-4858.89,-1056.43,502.19,1.15192,300,0,0,15952,0,0,0,0,0),(2029,11146,0,1,1,0,1,-4799.05,-1111.48,498.89,5.58505,430,0,0,3293,0,0,0,0,0),(2030,5164,0,1,1,0,0,-4795.11,-1108.57,498.89,5.28835,490,0,0,4120,0,0,0,0,0),(2031,6031,0,1,1,0,1,-4793.38,-1098.17,498.89,4.60767,310,0,0,1003,0,0,0,0,0),(2032,15764,0,1,1,0,0,-4814.48,-1055.52,502.267,6.21337,300,0,0,2614,0,0,0,0,0),(4281,910,0,1,1,4281,1,-11031,253.63,27.6266,5.52053,300,0,0,628,1707,0,0,0,0),(4280,909,0,1,1,4280,1,-11036.4,249.342,27.6349,0.993919,300,0,0,734,0,0,0,0,0),(4279,910,0,1,1,4282,1,-11037.1,257.015,27.6781,5.82641,300,0,0,628,1707,0,0,0,0),(4278,909,0,1,1,4279,1,-11005.2,223.901,27.0403,5.75976,300,10,0,734,0,1,0,0,0),(4277,534,0,1,1,11181,0,-11222.7,-880.728,78.5589,5.59484,25200,5,0,1279,0,1,0,0,0),(4276,569,0,1,1,2541,0,-10083.4,-629.499,48.5981,3.81206,300,10,0,531,0,1,0,0,0),(4275,569,0,1,1,2541,0,-10125,-1005.22,30.2727,1.28708,300,10,0,531,0,1,0,0,0),(4274,2110,0,1,1,1141,0,-10696.3,244.533,41.8285,2.46565,300,5,0,1,0,1,0,0,0),(4273,288,0,1,1,4325,1,-10731.4,337.138,38.4686,0.2883,300,0,0,713,0,2,0,0,0),(4272,923,0,1,1,246,0,-11046.8,-457.927,30.3882,1.15692,300,0,0,617,0,0,0,0,0),(4271,923,0,1,1,246,0,-10887.6,353.831,42.9434,3.35613,300,10,0,617,0,1,0,0,0),(4270,930,0,1,1,368,0,-10521.1,74.3897,42.4863,1.525,300,5,0,664,0,1,0,0,0),(4269,930,0,1,1,368,0,-10567.7,92.893,35.5871,3.73935,300,5,0,664,0,1,0,0,0),(4268,923,0,1,1,246,0,-10868.8,162.497,39.6097,3.62534,300,10,0,617,0,1,0,0,0),(4267,910,0,1,1,4282,1,-11111.6,-484.472,32.9734,1.3486,300,0,0,628,1707,0,0,0,0),(4266,215,0,1,1,4276,1,-10963.9,164.263,35.149,3.09747,300,5,0,664,0,1,0,0,0),(4265,215,0,1,1,4278,1,-10895.2,258.16,29.4333,4.7822,300,0,0,664,0,0,0,0,0),(4264,215,0,1,1,4278,1,-10896.1,261.069,29.3083,4.93928,300,0,0,664,0,0,0,0,0),(4263,206,0,1,1,522,0,-11190.1,-837.904,77.2252,5.5676,300,3,0,1003,0,1,0,0,0),(4262,206,0,1,1,522,0,-11174.1,-835.758,77.484,3.7948,300,3,0,1003,0,1,0,0,0),(4261,920,0,1,1,1098,0,-11232.3,-883.932,80.1389,3.69541,300,0,0,892,852,0,0,0,0),(4260,920,0,1,1,1098,0,-11196.2,-849.706,77.109,1.07339,300,5,0,892,852,1,0,0,0),(4259,920,0,1,1,1098,0,-11176.4,-850.787,77.109,0.63224,300,3,0,892,852,1,0,0,0),(4258,920,0,1,1,1098,0,-11221.8,-883.04,78.5899,0.351693,300,3,0,892,852,1,0,0,0),(4257,923,0,1,1,246,0,-10856.5,-431.643,40.6365,2.89195,300,5,0,617,0,1,0,0,0),(4256,14890,0,1,1,0,0,-10428.8,-392.176,43.7411,0.932375,868400,0,0,1895000,0,2,0,0,0),(4255,302,0,1,1,915,0,-10780.2,-1380.28,39.7193,0.113498,300,0,0,1753,0,0,0,0,0),(4254,206,0,1,1,522,0,-11142.8,-859.332,76.8048,2.24977,300,0,0,1003,0,0,0,0,0),(4253,923,0,1,1,246,0,-11109.3,-341.284,48.2939,5.75483,300,5,0,617,0,1,0,0,0),(4252,311,0,1,1,4327,1,-10329.9,623.241,26.8738,5.81832,300,0,0,484,0,0,0,0,0),(4251,893,0,1,1,4329,1,-10314.2,625.039,26.6238,0.854613,300,0,0,417,0,0,0,0,0),(4250,205,0,1,1,736,0,-10922.2,-938.945,76.8913,4.98051,300,0,0,896,0,0,0,0,0),(4249,205,0,1,1,736,0,-10937.3,-933.468,76.8825,0.856556,300,0,0,896,0,0,0,0,0),(4248,999,0,1,1,2398,1,-10547.6,-1312.39,41.6949,4.66629,300,0,0,1536,0,0,0,0,0),(4247,828,0,1,1,2397,1,-10553.7,-1248.46,31.4593,4.74948,300,0,0,2790,0,0,0,0,0),(4246,3133,0,1,1,4286,1,-10586.6,-1272.46,37.0643,5.044,300,0,0,1003,0,0,0,0,0),(4245,8310,0,1,1,7537,1,-10608.2,-1274.33,44.103,2.51445,300,0,0,1536,0,0,0,0,0),(4244,827,0,1,1,2395,1,-10629.9,-1155.84,26.2189,0.645783,300,0,0,1604,0,0,0,0,0),(4243,620,0,1,1,304,0,-10694.7,-1130.38,25.5715,3.55496,300,5,0,1,0,1,0,0,0),(4242,3137,0,1,1,4333,1,-10610.1,-1166.52,27.0939,5.53856,300,0,0,484,0,0,0,0,0),(4241,569,0,1,1,2541,0,-10967.8,386.512,39.4026,3.66559,300,5,0,531,0,1,0,0,0),(4240,923,0,1,1,246,0,-11115.3,290.496,32.8466,0.639988,300,5,0,617,0,1,0,0,0),(4239,920,0,1,1,1098,0,-11173.1,-811.162,73.7275,3.12399,300,5,0,892,852,1,0,0,0),(4238,920,0,1,1,1098,0,-11186.7,-820.137,77.2275,5.64053,300,3,0,892,852,1,0,0,0),(4237,206,0,1,1,522,0,-11196.7,-830.396,77.1025,0.257334,300,3,0,1003,0,1,0,0,0),(4236,206,0,1,1,522,0,-11153.5,-857.924,77.0548,1.60327,300,0,0,1003,0,0,0,0,0),(2079,5595,0,1,1,0,1,-4826.26,-1064.85,502.268,5.48033,300,0,0,15952,0,0,0,0,0),(2080,17801,545,3,1,0,1,58.9988,-310.076,-7.84055,1.5261,86400,0,0,16208,15775,0,0,0,0),(2081,5595,0,1,1,0,1,-4833.88,-1035.62,502.19,3.37677,300,0,0,15952,0,0,0,0,0),(2082,6291,0,1,1,0,1,-4740.69,-1028.76,504.515,2.49582,310,0,0,1342,0,0,0,0,0),(2083,5128,0,1,1,0,0,-4751.19,-1026.82,504.515,0.977384,310,0,0,1003,0,0,0,0,0),(2084,5127,0,1,1,0,0,-4746.93,-1031.74,504.515,2.54818,310,0,0,1342,0,0,0,0,0),(2085,5595,0,1,1,0,1,-4828.64,-1015.7,502.294,0.418879,300,0,0,15952,0,0,0,0,0),(2086,5595,0,1,1,0,1,-4838.84,-1018.82,502.273,4.17134,300,0,0,15952,0,0,0,0,0),(2087,1274,0,1,1,0,0,-4872.56,-1026.28,505.798,5.60251,430,0,0,2769,0,0,0,0,0),(2088,2784,0,1,1,0,1,-4865.73,-1022.67,505.798,5.42797,7200,0,0,5578000,0,0,0,0,0),(2089,721,0,1,1,0,0,-5951,-570,405.164,5.763,180,10,0,1,0,1,0,0,0),(2090,17917,545,3,1,0,0,90.0419,-326.115,-7.78746,3.00197,86400,0,0,16767,3155,0,0,0,0),(2091,1201,0,1,1,0,0,-5951,-559,406.571,0.607,180,10,0,137,0,1,0,0,0),(15278,2386,0,1,1,3705,1,-807.068,-453.121,16.905,1.97503,300,5,0,2310,0,1,0,0,0),(2093,17917,545,3,1,0,0,91.3224,-306.508,-7.78735,3.21141,86400,0,0,16767,3155,0,0,0,0),(2095,1126,0,1,1,0,0,-5247.86,-427.964,386.681,1.56659,180,10,0,120,0,1,0,0,0),(2096,1127,0,1,1,0,0,-5274.89,-429.966,391.942,3.54848,180,0,0,137,0,0,0,0,0),(2097,1131,0,1,1,0,0,-5250.09,-418.439,387.104,1.36268,180,10,0,137,0,1,0,0,0),(2098,1131,0,1,1,0,0,-5267.83,-408.268,393.361,2.18536,180,10,0,137,0,1,0,0,0),(2099,1126,0,1,1,0,0,-5242.63,-416.974,386.95,5.07185,180,10,0,120,0,1,0,0,0),(2100,721,0,1,1,0,0,-5122.62,-357.473,394.006,5.27327,180,10,0,1,0,1,0,0,0),(2101,1126,0,1,1,0,0,-5125.41,-340.707,394.595,4.80325,180,10,0,120,0,1,0,0,0),(2102,1126,0,1,1,0,0,-5003.25,-340.169,399.369,4.55558,180,10,0,120,0,1,0,0,0),(4235,5418,0,1,1,4342,1,-10358,-1537.57,92.3121,2.46091,300,0,0,1753,0,0,0,0,0),(4234,5414,0,1,1,4341,1,-10351.1,-1527.88,92.7248,3.14159,300,0,0,1753,0,0,0,0,0),(4233,920,0,1,1,1098,0,-11162.7,-871.558,77.2311,0.649119,300,3,0,892,852,1,0,0,0),(4232,930,0,1,1,368,0,-10654.6,-1517.7,91.4969,-0.361546,300,0,0,664,0,0,0,0,0),(4231,930,0,1,1,368,0,-10562.7,120.804,32.2756,0.803454,300,5,0,664,0,1,0,0,0),(4230,840,0,1,1,2380,1,-10320.5,-1125.69,21.832,5.43841,300,0,0,3302,0,2,0,0,0),(4229,2142,0,1,1,2377,1,-10071.1,-1378.51,30.214,3.35103,300,0,0,1163,0,0,0,0,0),(4228,620,0,1,1,304,0,-10581.3,-1272.92,36.0592,1.37753,300,10,0,1,0,1,0,0,0),(4227,2110,0,1,1,1141,0,-10702.5,-964.127,72.8968,4.79497,300,5,0,1,0,1,0,0,0),(4226,688,0,1,1,12344,0,-11272.5,253.561,25.3843,5.03264,300,5,0,1107,0,1,0,0,0),(4225,923,0,1,1,246,0,-10847.7,68.5245,45.1277,2.98144,300,5,0,617,0,1,0,0,0),(4224,15384,0,1,1,11686,0,-10349.7,-419.659,46.0446,5.46288,300,0,0,4120,0,0,0,0,0),(4223,15384,0,1,1,11686,0,-10338.3,-425.215,46.5136,3.22886,300,0,0,4120,0,0,0,0,0),(47653,8894,230,1,1,8752,1,534.287,-173.755,-34.1096,6.07375,7200,0,0,4653,8786,0,0,0,0),(4221,15384,0,1,1,11686,0,-10337.2,-425.09,46.7262,5.0091,300,0,0,4120,0,0,0,0,0),(4220,923,0,1,1,246,0,-11121.3,174.305,25.9656,2.85014,300,10,0,617,0,1,0,0,0),(4219,923,0,1,1,246,0,-11054.8,87.3422,40.5342,1.12472,300,5,0,617,0,1,0,0,0),(4218,923,0,1,1,246,0,-10993.9,123.941,41.9456,1.32819,300,5,0,617,0,1,0,0,0),(4217,15384,0,1,1,11686,0,-10340.9,-411.371,46.1471,3.52556,300,0,0,4120,0,0,0,0,0),(47654,8916,230,1,1,9072,1,649.264,-176.105,-36.907,3.36848,7200,0,0,2304,1807,0,0,0,0),(4215,2110,0,1,1,1141,0,-11136.3,-711.67,58.8964,2.69651,300,5,0,1,0,1,0,0,0),(4214,2110,0,1,1,1141,0,-10962.7,-754.576,51.7638,0.50637,300,10,0,1,0,1,0,0,0),(4212,2110,0,1,1,1141,0,-10794.6,172.928,34.4512,0.412075,300,5,0,1,0,1,0,0,0),(4211,576,0,1,1,2375,1,-10577.5,-1165.16,28.1497,2.25222,300,0,0,896,0,2,0,0,0),(4210,960,0,1,1,4336,1,-10528.5,-1159.34,34.9574,2.75814,300,0,0,1003,0,0,0,0,0),(4209,2409,0,1,1,5129,0,-10513.8,-1258.79,41.5138,4.36332,600,0,0,10572,0,0,0,0,0),(4208,6790,0,1,1,8191,0,-10516,-1161.21,28.1161,4.03171,300,0,0,1003,0,0,0,0,0),(2138,721,0,1,1,0,0,-4987.15,-368.31,392.126,0.962972,180,10,0,1,0,1,0,0,0),(2139,1397,0,1,1,0,1,-5054.49,-318.6,451.121,3.38155,180,5,0,148,165,1,0,0,0),(4207,2668,0,1,1,4273,0,-10536.7,-1215.21,32.9701,0.855211,300,0,0,840,0,0,0,0,0),(4206,3136,0,1,1,4330,1,-10590.5,-1164.79,30.1331,1.309,300,0,0,1107,0,0,0,0,0),(4205,1673,0,1,1,257,0,-10531.5,-1226.24,28.613,1.41372,300,0,0,137,0,0,0,0,0),(4204,228,0,1,1,4334,1,-10517.2,-1138.53,26.1772,0.00819,300,0,0,664,0,0,0,0,0),(4203,227,0,1,1,4340,0,-10523.2,-1170.43,27.4096,4.89115,300,0,0,787,0,0,0,0,0),(4202,15384,0,1,1,11686,0,-10351,-420.696,46.0446,2.51327,300,0,0,4120,0,0,0,0,0),(4201,15384,0,1,1,11686,0,-10341.1,-431.15,46.1188,2.46091,300,0,0,4120,0,0,0,0,0),(4200,17104,0,1,1,16855,1,-10551.3,-1105.7,31.5114,3.22886,300,0,0,600,618,0,0,0,0),(4199,289,0,1,1,4328,1,-10283,74.4014,38.9313,2.02458,300,0,0,1342,0,0,0,0,0),(4198,276,0,1,1,4326,0,-10581.1,-1321.31,50.3933,0.466017,300,0,0,896,0,0,0,0,0),(4197,374,0,1,1,4287,0,-10593.2,-1253.74,37.4826,4.98203,300,0,0,1003,0,0,0,0,0),(4196,275,0,1,1,1734,0,-10514.6,-1298.75,41.2925,3.62182,300,0,0,840,0,0,0,0,0),(4195,265,0,1,1,4323,0,-10532,-1213.64,28.1175,0.150732,300,0,0,713,0,0,0,0,0),(4194,264,0,1,1,4322,1,-10560.8,-1153.7,28.0765,3.55585,300,0,0,5544,0,0,0,0,0),(4193,273,0,1,1,1731,0,-10517.4,-1158.66,28.0995,5.21853,300,0,0,573,0,0,0,0,0),(4192,272,0,1,1,1715,1,-10499.3,-1157.98,28.0865,4.57885,300,0,0,1003,0,2,0,0,0),(4191,274,0,1,1,5039,1,-10509.3,-1155.51,28.0995,3.49178,300,0,0,787,0,0,0,0,0),(4190,271,0,1,1,1713,0,-10568.2,-1114.52,30.0689,2.88401,300,0,0,1003,0,0,0,0,0),(4189,270,0,1,1,1724,0,-10576.9,-1108.48,30.0689,2.62081,300,0,0,896,0,0,0,0,0),(4188,268,0,1,1,4324,0,-10573.7,-1128,29.1669,3.47011,300,0,0,664,0,0,0,0,0),(4187,267,0,1,1,1720,1,-10560,-1124.98,30.071,1.33736,300,0,0,1107,0,0,0,0,0),(4186,263,0,1,1,4321,0,-10552.2,-1108.79,31.5114,3.22886,300,0,0,1003,0,0,0,0,0),(4185,468,0,1,1,4310,1,-10558.5,-1190.47,28.1623,0.410677,300,0,0,1342,0,2,0,0,0),(4184,5464,0,1,1,3249,1,-10547.4,-1212.5,26.9412,3.38594,300,0,0,950,0,0,0,0,0),(4183,2481,0,1,1,7130,1,-10695.1,346.264,44.5719,3.00197,300,0,0,1469,0,0,0,0,0),(4182,494,0,1,1,2379,1,-10542.4,-1143.26,26.3265,1.2394,300,0,0,1536,0,0,0,0,0),(4181,885,0,1,1,2392,1,-10520.9,-1279.76,39.1491,5.22486,300,0,0,1678,0,0,0,0,0),(4180,826,0,1,1,2389,1,-10565,-1245.47,29.7169,2.12421,300,0,0,1678,0,0,0,0,0),(4179,886,0,1,1,2387,1,-10522.6,-1197.03,27.2522,0.533076,300,0,0,1604,0,0,0,0,0),(4178,661,0,1,1,4338,0,-10599.1,-1200.37,28.4932,0.088876,300,0,0,713,0,0,0,0,0),(4177,664,0,1,1,221,0,-10591.2,-1191.51,33.453,1.85005,300,0,0,55,0,0,0,0,0),(4176,663,0,1,1,2027,1,-10572.9,-1211.98,26.2189,6.03826,300,0,0,484,0,2,0,0,0),(4175,633,0,1,1,1571,0,-10593.1,-1200.6,28.4989,6.11116,300,0,0,417,0,0,0,0,0),(4174,11040,0,1,1,10455,1,-10533.6,-1180.09,28.3919,5.44543,300,0,0,852,852,0,0,0,0),(4088,2669,0,1,1,4274,0,-10536.9,-1209.95,32.9673,6.02139,300,0,0,1107,0,0,0,0,0),(4087,10062,0,1,1,9285,1,-10546.6,-1165.08,27.9454,3.1765,300,0,0,1003,0,0,0,0,0),(4086,225,0,1,1,4331,1,-10617.3,-1153.9,27.1127,3.02841,300,0,0,1003,0,0,0,0,0),(4085,3138,0,1,1,4339,0,-10593.3,-1214.02,28.5822,0.436332,300,0,0,713,0,0,0,0,0),(4084,3134,0,1,1,7131,0,-10072.5,-1375.86,30.2364,3.40339,300,0,0,713,0,0,0,0,0),(4083,1672,0,1,1,221,0,-10518.7,-1211.03,28.1175,2.3085,300,0,0,102,0,0,0,0,0),(4082,226,0,1,1,4332,1,-10596.6,-1163.85,30.0597,0.911122,300,0,0,1003,0,2,0,0,0),(4081,1676,0,1,1,4285,1,-10595.5,-1255.96,37.4719,2.85728,300,0,0,1107,0,0,0,0,0),(4064,3135,0,1,1,4337,1,-10515.5,-1312.47,40.0256,5.79733,300,0,0,664,0,0,0,0,0),(4063,325,0,1,1,4320,1,-10583.5,-1117.82,30.069,0.071813,300,0,0,484,0,0,0,0,0),(4062,2112,0,1,1,4319,0,-10499,-1154.68,34.9574,3.19395,300,0,0,417,0,0,0,0,0),(4061,269,0,1,1,4309,0,-10557.3,-1110.01,30.1516,0.261799,300,0,0,1753,0,0,0,0,0),(4060,12377,0,1,1,11649,0,-11190.6,-2152.13,22.6994,2.11148,600,3,0,2699,0,1,0,0,0),(4059,12377,0,1,1,11649,0,-11240.2,-2197.94,22.7016,3.9263,600,5,0,2699,0,1,0,0,0),(4058,12377,0,1,1,11649,0,-11224.6,-2197.94,22.7143,3.35942,600,5,0,2699,0,1,0,0,0),(4057,7370,0,1,1,4870,0,-11212.4,-2193.44,22.7397,2.30048,600,5,0,5233,2991,1,0,0,0),(4056,12378,0,1,1,146,0,-11214.5,-2173.24,22.7096,2.86285,600,5,0,4580,6882,1,0,0,0),(4055,12377,0,1,1,11649,0,-11184.5,-2080.05,35.505,1.53675,600,3,0,2699,0,1,0,0,0),(4054,7370,0,1,1,4870,0,-11173.4,-2199.74,22.7357,6.23542,600,5,0,5233,2991,1,0,0,0),(4053,7370,0,1,1,4870,0,-11172.6,-2170.94,22.7176,6.21176,600,5,0,5233,2991,1,0,0,0),(4052,12379,0,1,1,13952,1,-11174.1,-2178.27,22.7358,3.31364,600,5,0,6761,0,1,0,0,0),(4051,12377,0,1,1,11649,0,-11107.5,-2204.07,14.8382,2.71175,600,3,0,2699,0,1,0,0,0),(4050,12377,0,1,1,11649,0,-11192.9,-2195.18,20.2818,3.76711,600,5,0,2699,0,1,0,0,0),(4049,7370,0,1,1,4870,0,-11170.8,-2132.68,26.9731,0.043694,600,3,0,5233,2991,1,0,0,0),(4047,12378,0,1,1,146,0,-11201.6,-2127.23,26.9731,5.32298,600,3,0,4580,6882,1,0,0,0),(4046,12378,0,1,1,146,0,-11170.1,-2105.08,31.2389,5.53605,600,5,0,4580,6882,1,0,0,0),(4045,7370,0,1,1,4870,0,-11201.7,-2099.18,31.2389,0.090357,600,3,0,5233,2991,1,0,0,0),(4044,12379,0,1,1,13954,1,-11167.2,-2078.46,35.5048,5.20435,600,2,0,6761,0,1,0,0,0),(4043,12378,0,1,1,146,0,-11197.6,-2073.6,35.5048,5.42817,600,2,0,4580,6882,1,0,0,0),(4042,12380,0,1,1,12430,1,-11140.9,-2064.43,47.7684,0.157939,600,0,0,6761,0,0,0,0,0),(4041,12380,0,1,1,13949,1,-11189.2,-2030.44,47.1294,0.578405,600,2,0,6761,0,1,0,0,0),(4040,12380,0,1,1,13950,1,-11114.6,-2051.79,47.9327,0.205186,600,0,0,6761,0,0,0,0,0),(4039,7371,0,1,1,11536,0,-11113.9,-2367.54,111.892,2.96159,600,2,0,3644,0,1,0,0,0),(4038,7379,0,1,1,11537,0,-11083.7,-2277.72,117.256,0.433147,600,5,0,2470,5013,1,0,0,0),(4037,7371,0,1,1,11536,0,-11079.6,-2388.76,113.257,2.17712,600,2,0,3644,0,1,0,0,0),(4036,12380,0,1,1,13950,1,-11177.1,-1943.75,57.32,2.01464,600,5,0,6761,0,1,0,0,0),(4035,12380,0,1,1,12430,1,-11185.7,-1999.47,35.7395,3.70919,600,3,0,6761,0,1,0,0,0),(4034,7370,0,1,1,4870,0,-11175.3,-1968.83,22.8057,2.34401,600,5,0,5233,2991,1,0,0,0),(4033,12380,0,1,1,12431,1,-11155.6,-2003.63,35.7395,3.94401,600,3,0,6761,0,1,0,0,0),(4032,12377,0,1,1,11649,0,-11147.3,-1972.2,22.9204,3.41783,600,5,0,2699,0,1,0,0,0),(4031,12379,0,1,1,13954,1,-11094.7,-1920.44,4.04137,4.23282,600,5,0,6761,0,1,0,0,0),(4030,12380,0,1,1,12430,1,-11097.9,-1928.7,4.47742,5.27257,600,5,0,6761,0,1,0,0,0),(4029,12379,0,1,1,13951,1,-11097.8,-1952.58,1.76727,1.51809,600,5,0,6761,0,1,0,0,0),(4028,12377,0,1,1,11649,0,-11107.1,-2003.89,13.3146,0.915445,600,5,0,2699,0,1,0,0,0),(4027,12378,0,1,1,146,0,-11087.9,-1912.5,4.4202,2.90252,600,5,0,4580,6882,1,0,0,0),(4026,12378,0,1,1,146,0,-11032.7,-1907.96,-3.43615,0.048609,600,5,0,4580,6882,1,0,0,0),(4025,12380,0,1,1,12431,1,-11067.9,-1935.48,-6.31704,3.9274,600,5,0,6761,0,1,0,0,0),(4024,12377,0,1,1,11649,0,-11075.9,-1865.57,-25.3622,3.76628,600,5,0,2699,0,1,0,0,0),(4023,12377,0,1,1,11649,0,-11032.7,-1864.77,-30.735,1.9208,600,5,0,2699,0,1,0,0,0),(4022,7370,0,1,1,4870,0,-11124.4,-1862.36,-10.4523,4.60088,600,0,0,5233,2991,0,0,0,0),(4021,7370,0,1,1,4870,0,-11025.5,-1871.49,-31.0169,3.06556,600,5,0,5233,2991,1,0,0,0),(4020,12379,0,1,1,13953,1,-11079.6,-1936.85,-7.74261,0.308459,600,5,0,6761,0,1,0,0,0),(4019,12378,0,1,1,146,0,-11130.4,-1894.97,-12.5358,5.39089,600,5,0,4580,6882,1,0,0,0),(4018,12379,0,1,1,13951,1,-11131.7,-1923.86,-12.9777,3.82615,600,5,0,6761,0,1,0,0,0),(4017,12380,0,1,1,13950,1,-11160.6,-2006.35,47.2416,2.1954,600,5,0,6761,0,1,0,0,0),(4016,12379,0,1,1,13953,1,-11212.1,-2149.29,22.7072,4.70704,600,5,0,6761,0,1,0,0,0),(4015,12380,0,1,1,12431,1,-11163.9,-2072.78,48.1487,5.80394,600,2,0,6761,0,1,0,0,0),(4014,12380,0,1,1,13950,1,-11116.1,-2081.22,48.2939,5.43225,600,0,0,6761,0,0,0,0,0),(4013,12380,0,1,1,12430,1,-11218.6,-2013.83,47.2968,3.4487,600,5,0,6761,0,1,0,0,0),(4012,12377,0,1,1,11649,0,-11149,-2180.09,22.7057,3.6202,600,3,0,2699,0,1,0,0,0),(4011,12377,0,1,1,11649,0,-11167.7,-2154.6,22.7056,6.07526,600,3,0,2699,0,1,0,0,0),(4010,7376,0,1,1,10826,0,-10525.6,-1749.51,88.6775,2.18968,600,5,0,3529,0,1,0,0,0),(4009,12380,0,1,1,12430,1,-11182.3,-1857.33,73.8614,3.51744,600,0,0,6761,0,0,0,0,0),(4008,12380,0,1,1,13949,1,-11153.8,-1878.56,63.4889,1.55712,600,5,0,6761,0,1,0,0,0),(4007,12380,0,1,1,13949,1,-11173.4,-1853.5,73.8614,3.53313,600,0,0,6761,0,0,0,0,0),(4006,12380,0,1,1,12431,1,-11059.6,-1882.03,50.9022,3.31025,600,5,0,6761,0,1,0,0,0),(4005,7376,0,1,1,10826,0,-10911.3,-1951.6,114.974,0.79285,600,5,0,3529,0,1,0,0,0),(4004,12379,0,1,1,13951,1,-11152.6,-2226.17,22.7048,1.89369,600,5,0,6761,0,1,0,0,0),(4003,12379,0,1,1,13953,1,-11136.7,-2208.81,22.6004,1.55601,600,5,0,6761,0,1,0,0,0),(2275,1201,0,1,1,0,0,-4893.65,-302.359,393.881,4.06442,180,5,0,137,0,1,0,0,0),(2276,1201,0,1,1,0,0,-4870.32,-363.295,391.672,5.98458,180,10,0,137,0,1,0,0,0),(2277,1127,0,1,1,0,0,-4928.95,-373.654,393.312,3.20023,180,0,0,137,0,0,0,0,0),(2278,721,0,1,1,0,0,-4911.81,-382.468,394.54,1.27747,180,10,0,1,0,1,0,0,0),(2279,1127,0,1,1,0,0,-4849.52,-344.175,394.044,6.18934,180,0,0,137,0,0,0,0,0),(2280,1126,0,1,1,0,0,-4852.14,-360.3,392.243,4.05335,180,10,0,120,0,1,0,0,0),(2281,1196,0,1,1,0,0,-4822.03,-356.884,396.206,6.185,180,10,0,164,0,1,0,0,0),(2282,1127,0,1,1,0,0,-4862.23,-269.912,395.272,2.14472,180,0,0,137,0,0,0,0,0),(2283,727,0,1,1,0,1,-4957.89,72.3122,386.754,1.59041,250,0,0,1910,0,2,0,0,0),(2284,727,0,1,1,0,1,-4955.99,72.3495,386.746,1.59041,250,0,0,1910,0,2,0,0,0),(2285,1126,0,1,1,0,0,-4879.74,-228.004,389.412,0.36998,180,10,0,120,0,1,0,0,0),(2286,1196,0,1,1,0,0,-4834.81,-228.943,399.104,6.26547,180,10,0,164,0,1,0,0,0),(2287,1127,0,1,1,0,0,-4879.7,-170.707,383.501,0.06339,180,0,0,137,0,0,0,0,0),(2288,721,0,1,1,0,0,-4886.28,-232.116,388.86,1.81209,180,10,0,1,0,1,0,0,0),(2289,1201,0,1,1,0,0,-4887.19,-173.153,383.471,3.17868,180,10,0,137,0,1,0,0,0),(2290,1127,0,1,1,0,0,-4993.18,-142.228,387.933,3.16441,180,5,0,137,0,1,0,0,0),(2291,721,0,1,1,0,0,-4955.12,-138.056,376.191,3.6559,180,10,0,1,0,1,0,0,0),(2292,1196,0,1,1,0,0,-4990.84,-58.1003,386.758,2.88709,180,10,0,164,0,1,0,0,0),(2293,1201,0,1,1,0,0,-4978.06,-83.9934,380.802,0.620476,180,10,0,137,0,1,0,0,0),(2294,721,0,1,1,0,0,-4941.63,-15.9251,388.349,5.83264,180,10,0,1,0,1,0,0,0),(2295,1201,0,1,1,0,0,-4891.43,-48.5917,388.231,5.05403,180,10,0,137,0,1,0,0,0),(2296,1127,0,1,1,0,0,-5004.63,-19.6029,389.374,2.06118,180,5,0,137,0,1,0,0,0),(2297,1127,0,1,1,0,0,-5046.93,-38.5521,392.065,1.8802,180,5,0,137,0,1,0,0,0),(2298,1127,0,1,1,0,0,-4900.51,-9.61827,389.645,3.42085,180,0,0,137,0,0,0,0,0),(2299,1201,0,1,1,0,0,-4923.45,-4.12424,391.335,4.96904,180,10,0,137,0,1,0,0,0),(2300,1196,0,1,1,0,0,-4877.07,20.2735,388.366,2.92886,180,10,0,164,0,1,0,0,0),(2301,1127,0,1,1,0,0,-5024.47,54.9933,393.753,0.48425,180,0,0,137,0,0,0,0,0),(2302,1201,0,1,1,0,0,-5026.7,68.6194,391.014,1.29169,180,10,0,137,0,1,0,0,0),(2303,721,0,1,1,0,0,-4883.14,104.94,389.13,3.71298,180,10,0,1,0,1,0,0,0),(2304,1127,0,1,1,0,0,-4910.41,96.6889,389.135,1.28656,180,0,0,137,0,0,0,0,0),(2305,1196,0,1,1,0,0,-4871.85,99.7302,389.402,5.81539,180,10,0,164,0,1,0,0,0),(2306,1196,0,1,1,0,0,-4929.46,116.813,388.485,1.23168,180,10,0,164,0,1,0,0,0),(2307,1127,0,1,1,0,0,-4897.84,134.463,393.656,5.2709,180,0,0,137,0,0,0,0,0),(2308,1127,0,1,1,0,0,-5033.75,122.401,391.866,3.66461,180,5,0,137,0,1,0,0,0),(2309,1201,0,1,1,0,0,-5034.99,123.871,391.994,0.676709,180,10,0,137,0,1,0,0,0),(2310,1201,0,1,1,0,0,-5050.07,82.5392,394.513,0.020774,180,10,0,137,0,1,0,0,0),(2311,1127,0,1,1,0,0,-5006.48,207.108,389.101,0.258715,180,0,0,137,0,0,0,0,0),(2312,721,0,1,1,0,0,-4919.99,178.897,399.838,5.82652,180,10,0,1,0,1,0,0,0),(2313,1127,0,1,1,0,0,-5109.58,170.163,397.847,2.40135,180,5,0,137,0,1,0,0,0),(2314,1201,0,1,1,0,0,-5118.73,169.439,394.86,4.41289,180,10,0,137,0,1,0,0,0),(2315,1196,0,1,1,0,0,-5085.34,159.369,397.85,3.00052,180,10,0,164,0,1,0,0,0),(4002,12377,0,1,1,11649,0,-11103.5,-2213.43,13.7435,3.01648,600,5,0,2699,0,1,0,0,0),(4001,12380,0,1,1,13950,1,-11119,-2207.05,19.3354,4.61539,600,0,0,6761,0,0,0,0,0),(4000,12378,0,1,1,146,0,-11149.5,-2200.07,22.7176,2.43424,600,5,0,4580,6882,1,0,0,0),(3999,7379,0,1,1,11537,0,-10871.4,-2143.58,117.256,0.435553,600,2,0,2470,5013,1,0,0,0),(3998,7371,0,1,1,11536,0,-10945.9,-2156.91,116.167,1.62349,600,0,0,3644,0,0,0,0,0),(3997,7369,0,1,1,11533,0,-10872.6,-2170.1,117.256,5.91976,600,5,0,3529,0,1,0,0,0),(3996,7379,0,1,1,11537,0,-10801.8,-2181.33,117.381,4.26981,600,0,0,2470,5013,0,0,0,0),(3995,7379,0,1,1,11537,0,-10817.3,-2143.6,122.433,2.61112,600,5,0,2470,5013,1,0,0,0),(3994,7379,0,1,1,11537,0,-10885.9,-2148.29,117.256,0.309782,600,0,0,2470,5013,0,0,0,0),(3993,7369,0,1,1,11533,0,-10811.9,-2195.57,117.256,4.59714,600,2,0,3529,0,1,0,0,0),(3992,7369,0,1,1,11533,0,-10844.4,-2121.71,121.006,5.62481,600,5,0,3529,0,1,0,0,0),(3991,7369,0,1,1,11533,0,-11145,-2270.49,121.577,3.94353,600,5,0,3529,0,1,0,0,0),(3990,7376,0,1,1,10826,0,-10714.1,-2035.89,121.86,4.33529,600,5,0,3529,0,1,0,0,0),(3989,12377,0,1,1,11649,0,-11173.9,-2226.94,22.7307,0.155771,600,5,0,2699,0,1,0,0,0),(3988,7370,0,1,1,4870,0,-11194.6,-2229.39,22.7191,4.31329,600,5,0,5233,2991,1,0,0,0),(3987,12377,0,1,1,11649,0,-11176,-2252.9,22.7069,5.93557,600,3,0,2699,0,1,0,0,0),(3986,12378,0,1,1,146,0,-11238.9,-2172.47,22.7053,4.83881,600,5,0,4580,6882,1,0,0,0),(3985,7369,0,1,1,11533,0,-11121.4,-2298.59,117.256,5.52805,600,5,0,3529,0,1,0,0,0),(3984,7369,0,1,1,11533,0,-10914.9,-2217.93,117.756,2.17025,600,3,0,3529,0,1,0,0,0),(3983,7369,0,1,1,11533,0,-10996.2,-2302.69,117.256,0.926236,600,0,0,3529,0,0,0,0,0),(3982,7379,0,1,1,11537,0,-11084.3,-2321.66,117.256,1.40672,600,3,0,2470,5013,1,0,0,0),(3981,7369,0,1,1,11533,0,-10947.9,-2281.99,117.256,3.57852,600,5,0,3529,0,1,0,0,0),(3980,7379,0,1,1,11537,0,-11012.1,-2307.38,117.256,1.27659,600,0,0,2470,5013,0,0,0,0),(3979,7370,0,1,1,4870,0,-11219.1,-2247.42,22.7062,0.968502,600,3,0,5233,2991,1,0,0,0),(3978,12378,0,1,1,146,0,-11241.1,-2222.73,22.7066,5.11464,600,3,0,4580,6882,1,0,0,0),(3977,12377,0,1,1,11649,0,-11219,-2224.08,22.7275,4.74331,600,5,0,2699,0,1,0,0,0),(2349,620,530,1,1,0,0,-4714.08,-12375.3,11.7246,0.878926,300,10,0,1,0,1,0,0,0),(2350,620,530,1,1,0,0,-4708.07,-12456.4,11.9521,3.15698,300,10,0,1,0,1,0,0,0),(2351,620,530,1,1,0,0,-4712.89,-12451.6,11.7216,2.13308,300,10,0,1,0,1,0,0,0),(2352,620,530,1,1,0,0,-4700.8,-12432.1,12.9736,1.6725,300,10,0,1,0,1,0,0,0),(2353,620,530,1,1,0,0,-4718.48,-12461.5,7.40281,3.02716,300,10,0,1,0,1,0,0,0),(2354,620,530,1,1,0,0,-4708.91,-12442,14.3466,0.483503,300,10,0,1,0,1,0,0,0),(2355,620,530,1,1,0,0,-4711.46,-12416.4,12.1009,3.52269,300,10,0,1,0,1,0,0,0),(2356,620,530,1,1,0,0,-4682.96,-12452.2,16.7968,1.52949,300,10,0,1,0,1,0,0,0),(2357,620,530,1,1,0,0,-4689.74,-12445.5,15.3294,4.7439,300,10,0,1,0,1,0,0,0),(2358,620,530,1,1,0,0,-4665.44,-12439.4,15.7795,4.57833,300,10,0,1,0,1,0,0,0),(2359,620,530,1,1,0,0,-4642.27,-12421.9,13.4961,3.1455,300,10,0,1,0,1,0,0,0),(2360,620,530,1,1,0,0,-4683.33,-12405.8,12.2686,1.5708,300,10,0,1,0,1,0,0,0),(2362,1127,0,1,1,0,0,-5148.53,240.467,397.544,2.03686,180,0,0,137,0,0,0,0,0),(2363,1196,0,1,1,0,0,-5145.86,236.282,397.908,6.27733,180,10,0,164,0,1,0,0,0),(2364,721,0,1,1,0,0,-5043.89,293.138,394.414,6.03693,180,10,0,1,0,1,0,0,0),(2365,1127,0,1,1,0,0,-5049.23,274.455,391.958,3.16112,180,0,0,137,0,0,0,0,0),(2366,1196,0,1,1,0,0,-5028.83,294.899,396.038,1.72953,180,10,0,164,0,1,0,0,0),(3976,12378,0,1,1,146,0,-11035.9,-1920.01,-29.6907,4.81475,600,3,0,4580,6882,1,0,0,0),(3975,7371,0,1,1,11536,0,-11084.9,-2408.9,112.727,4.03457,600,2,0,3644,0,1,0,0,0),(3974,7372,0,1,1,11538,0,-11152,-2402.54,107.637,1.98321,600,3,0,2631,5340,1,0,0,0),(3973,7371,0,1,1,11536,0,-11104,-2466.51,109.803,4.35655,600,2,0,3644,0,1,0,0,0),(3972,7372,0,1,1,11538,0,-11121.6,-2416.26,108.653,5.40284,600,0,0,2631,5340,0,0,0,0),(3971,7371,0,1,1,11536,0,-11142.2,-2414.94,106.125,2.07753,600,3,0,3644,0,1,0,0,0),(3970,7372,0,1,1,11538,0,-11130.3,-2388.11,107.759,3.56311,600,2,0,2631,5340,1,0,0,0),(3969,7376,0,1,1,10826,0,-10649,-2085.55,107.406,2.13797,600,5,0,3529,0,1,0,0,0),(3968,12380,0,1,1,13950,1,-11182.5,-1966.57,35.7485,2.01588,600,5,0,6761,0,1,0,0,0),(3967,12377,0,1,1,11649,0,-11069.4,-1975.33,-23.6735,0.967485,600,5,0,2699,0,1,0,0,0),(3966,7370,0,1,1,4870,0,-11057.7,-1973.01,-24.1974,0.498566,600,5,0,5233,2991,1,0,0,0),(3965,12380,0,1,1,12430,1,-11167.1,-1963.88,35.7485,1.27882,600,5,0,6761,0,1,0,0,0),(3964,7379,0,1,1,11537,0,-10869.1,-2291.12,117.256,3.64645,600,2,0,2470,5013,1,0,0,0),(3963,7372,0,1,1,11538,0,-10894.8,-2346.2,116.602,5.76345,600,0,0,2631,5340,0,0,0,0),(3962,7369,0,1,1,11533,0,-10860.2,-2279.32,117.256,3.02583,600,2,0,3529,0,1,0,0,0),(3961,12380,0,1,1,12431,1,-11153,-1969.56,35.7485,5.12761,600,5,0,6761,0,1,0,0,0),(3960,7372,0,1,1,11538,0,-11162.1,-2487.77,105.364,2.30985,600,3,0,2631,5340,1,0,0,0),(3959,7376,0,1,1,10826,0,-10552.6,-1722.18,92.1085,5.03333,600,3,0,3529,0,1,0,0,0),(3958,7376,0,1,1,10826,0,-10847.2,-1866.22,116.421,1.97594,600,5,0,3529,0,1,0,0,0),(3957,18253,0,1,1,17641,1,-11116.5,-2014.39,47.1609,2.86234,600,0,0,4733,7031,0,0,0,0),(2405,1201,0,1,1,0,0,-5175.92,265.325,396.709,2.23852,180,10,0,137,0,1,0,0,0),(2406,1201,0,1,1,0,0,-5170.2,265.714,397.161,5.36389,180,10,0,137,0,1,0,0,0),(2407,1201,0,1,1,0,0,-5176.93,357.412,395.839,4.4411,180,10,0,137,0,1,0,0,0),(2408,1127,0,1,1,0,0,-5137.51,318.338,396.594,2.30383,180,0,0,137,0,0,0,0,0),(2409,1201,0,1,1,0,0,-5192.97,318.088,398.196,3.43679,180,10,0,137,0,1,0,0,0),(2410,1127,0,1,1,0,0,-5189.83,363.919,395.653,1.48668,180,5,0,137,0,1,0,0,0),(2411,1211,0,1,1,0,1,-5072.59,441.611,423.882,5.08146,180,0,0,156,0,0,0,0,0),(2412,1211,0,1,1,0,1,-5081.57,420.627,415.969,3.11621,180,0,0,156,0,0,0,0,0),(2413,1211,0,1,1,0,1,-5086.5,462.997,405.507,3.9202,180,0,0,156,0,2,0,0,0),(2414,1211,0,1,1,0,1,-5071.98,459.991,410.507,0.401888,180,0,0,156,0,0,0,0,0),(2415,1211,0,1,1,0,1,-5073.23,440.334,410.966,4.20571,180,0,0,156,0,0,0,0,0),(2416,1211,0,1,1,0,1,-5089.25,438.164,410.257,0.111789,180,0,0,156,0,0,0,0,0),(2417,1127,0,1,1,0,0,-5167.73,445.366,394.202,2.59486,180,5,0,137,0,1,0,0,0),(2418,1211,0,1,1,0,1,-5102.02,459.913,403.395,3.41763,180,0,0,156,0,2,0,0,0),(2419,721,0,1,1,0,0,-5068.57,411.23,422.493,5.87804,180,10,0,1,0,1,0,0,0),(2420,1211,0,1,1,0,1,-5052.94,453.274,412.404,5.08973,180,0,0,156,0,0,0,0,0),(2421,1211,0,1,1,0,1,-5056.98,418.321,421.568,5.51575,180,0,0,156,0,0,0,0,0),(2422,1211,0,1,1,0,1,-5070.48,480.116,401.851,3.02022,180,0,0,156,0,0,0,0,0),(2423,1211,0,1,1,0,1,-5092.1,515.032,406.702,2.64376,180,0,0,156,0,0,0,0,0),(2424,1211,0,1,1,0,1,-5078.4,489.38,401.821,3.29002,180,0,0,156,0,0,0,0,0),(2425,1211,0,1,1,0,1,-5120.27,524.759,407.995,1.85442,180,0,0,156,0,0,0,0,0),(2426,1211,0,1,1,0,1,-5048.75,478.535,404.61,1.34722,180,0,0,156,0,0,0,0,0),(2427,1211,0,1,1,0,1,-5047.46,506.11,408.735,5.59929,180,0,0,156,0,0,0,0,0),(2428,1211,0,1,1,0,1,-5169.92,585.356,406.008,5.95157,180,0,0,156,0,0,0,0,0),(2429,1211,0,1,1,0,1,-5183.35,555.4,395.28,4.4,180,0,0,156,0,0,0,0,0),(3956,17613,0,1,1,17123,1,-11120.2,-2015.27,47.1869,1.91823,600,0,0,4890,7196,0,0,0,0),(3955,18255,0,1,1,17645,1,-11123.3,-2006.77,47.2725,4.46804,600,0,0,4580,6882,0,0,0,0),(3954,18161,0,1,1,0,0,-11370.4,-2163.39,26.7177,5.16477,60,0,0,57,0,0,0,0,0),(2435,656,0,1,1,0,1,-8469,501.28,99.912,1.801,190,0,0,484,0,0,0,0,0),(2436,1211,0,1,1,0,1,-5251.19,486.936,386.011,3.29077,180,5,0,156,0,1,0,0,0),(2437,1211,0,1,1,0,1,-5192.73,576.49,401.55,4.81,180,0,0,156,0,0,0,0,0),(2438,1211,0,1,1,0,1,-5215.26,519.81,387.39,0.4,180,0,0,156,0,0,0,0,0),(2439,1211,0,1,1,0,1,-5178.42,607.865,408.964,4.70149,180,0,0,156,0,2,0,0,0),(2440,1211,0,1,1,0,1,-5187.61,608.438,408.968,4.87859,180,0,0,156,0,0,0,0,0),(2441,1211,0,1,1,0,1,-5246.06,585.74,402.989,6.2187,180,5,0,156,0,1,0,0,0),(2442,7843,0,1,1,0,1,-5165.01,635.986,348.362,3.47321,190,0,0,582,618,0,0,0,0),(2443,7843,0,1,1,0,1,-5162.95,636.182,348.362,1.74533,190,0,0,582,618,0,0,0,0),(2444,6221,0,1,1,0,1,-5174.38,661.967,348.278,4.08332,300,0,0,582,618,0,0,0,0),(2445,6221,0,1,1,0,1,-5154.36,642.31,348.579,1.65453,300,0,0,582,618,0,0,0,0),(2446,6221,0,1,1,0,1,-5160.54,692.712,363.206,1.49376,300,0,0,582,618,0,0,0,0),(2447,6221,0,1,1,0,1,-5161.55,692.698,363.156,1.494,300,0,0,582,618,0,0,0,0),(2448,6221,0,1,1,0,1,-5159.92,678.097,355.474,4.37645,300,0,0,582,618,0,0,0,0),(2449,6221,0,1,1,0,1,-5164.45,678.521,355.51,4.71333,300,0,0,582,618,0,0,0,0),(2450,1211,0,1,1,0,1,-5279.25,515.387,385.885,0.503194,180,5,0,156,0,1,0,0,0),(2451,1211,0,1,1,0,1,-5285.15,581.264,386.849,3.79016,180,0,0,156,0,0,0,0,0),(2452,1211,0,1,1,0,1,-5288.18,536.86,384.41,5.98,180,5,0,156,0,1,0,0,0),(2453,1211,0,1,1,0,1,-5288.18,585.727,387.349,6.03063,180,0,0,156,0,2,0,0,0),(2454,1211,0,1,1,0,1,-5288.62,459.884,383.636,2.90539,180,5,0,156,0,1,0,0,0),(2455,1211,0,1,1,0,1,-5314.89,483.713,384.31,5.90742,180,0,0,156,0,0,0,0,0),(2456,1127,0,1,1,0,0,-5286.91,486.285,384.136,5.38031,180,5,0,137,0,1,0,0,0),(2457,1211,0,1,1,0,1,-5281.59,486.986,384.511,3.90797,180,5,0,156,0,1,0,0,0),(2458,1211,0,1,1,0,1,-5311.44,520.624,384.946,0.1246,180,0,0,156,0,0,0,0,0),(2459,1201,0,1,1,0,0,-5272.7,442.675,385.828,4.67123,180,0,0,137,0,2,0,0,0),(2460,1211,0,1,1,0,1,-5291.64,598.37,387.99,4.3,180,0,0,156,0,0,0,0,0),(2461,1211,0,1,1,0,1,-5315.96,583.091,388.498,1.2087,180,0,0,156,0,0,0,0,0),(2462,1211,0,1,1,0,1,-5309.6,598.931,390.544,5.93616,180,0,0,156,0,0,0,0,0),(2463,1211,0,1,1,0,1,-5312.1,546.19,383.92,3.44,180,5,0,156,0,1,0,0,0),(2464,1211,0,1,1,0,1,-5282.58,581.76,386.849,5.48548,180,0,0,156,0,2,0,0,0),(2465,1211,0,1,1,0,1,-5334.27,561.942,395.756,4.08995,180,0,0,156,0,0,0,0,0),(2466,1211,0,1,1,0,1,-5364.04,543.251,386.99,1.58291,180,5,0,156,0,1,0,0,0),(2467,1211,0,1,1,0,1,-5349.01,548.26,385.74,3.68992,180,0,0,156,0,0,0,0,0),(2468,1211,0,1,1,0,1,-5343.21,584.931,386.926,0.160166,180,0,0,156,0,0,0,0,0),(2469,1211,0,1,1,0,1,-5302.24,620.919,391.968,5.37211,180,0,0,156,0,0,0,0,0),(2470,8503,0,1,1,0,1,-5065.97,453.939,410.39,1.44,7200,20,0,199,459,1,0,0,0),(2471,1127,0,1,1,0,0,-5346.14,509.477,386.191,0.706894,180,5,0,137,0,1,0,0,0),(2472,1127,0,1,1,0,0,-5400.75,524.191,387.264,0.755021,180,5,0,137,0,1,0,0,0),(51984,1756,0,1,1,0,1,-8422.23,335.737,120.887,3.46146,430,0,0,25200,0,0,0,0,0),(15277,2369,0,1,1,11255,1,-1141.93,-721.775,-8.46211,0.658607,300,10,0,1050,0,1,0,0,0),(3951,7376,0,1,1,10826,0,-10689.3,-1867.43,114.377,2.03728,600,5,0,3529,0,1,0,0,0),(3950,7376,0,1,1,10826,0,-10554.8,-1781.01,94.3952,5.41337,600,5,0,3529,0,1,0,0,0),(3949,7376,0,1,1,10826,0,-10282.9,-2013.07,51.0342,3.29945,600,5,0,3529,0,1,0,0,0),(3948,7376,0,1,1,10826,0,-10554.4,-1856.29,111.57,6.2301,600,5,0,3529,0,1,0,0,0),(3947,7376,0,1,1,10826,0,-10377.2,-1785.42,94.3243,3.70307,600,3,0,3529,0,1,0,0,0),(3946,7376,0,1,1,10826,0,-10615.1,-1914.32,118.778,5.97234,600,5,0,3529,0,1,0,0,0),(3945,7376,0,1,1,10826,0,-10744.3,-1833.58,114.789,1.32437,600,5,0,3529,0,1,0,0,0),(3944,5990,0,1,1,2743,0,-11245.1,-3289.86,24.4082,6.26561,450,5,0,2488,0,1,0,0,0),(3943,5990,0,1,1,2743,0,-11188.3,-3283.07,8.81045,3.78925,450,10,0,2488,0,1,0,0,0),(3942,5992,0,1,1,3026,0,-11186.4,-3347.31,8.30331,2.89093,450,10,0,2576,0,1,0,0,0),(3941,5992,0,1,1,3026,0,-11176,-3193.12,6.47681,2.04541,450,10,0,2576,0,1,0,0,0),(3940,5992,0,1,1,3026,0,-11214,-3311.4,8.73824,1.86684,450,10,0,2576,0,1,0,0,0),(3939,5990,0,1,1,2743,0,-11151.1,-3312.58,4.87022,1.72374,450,10,0,2488,0,1,0,0,0),(3938,5982,0,1,1,10824,0,-11199.3,-3205.91,8.27191,5.09471,450,10,0,2488,0,1,0,0,0),(3937,5990,0,1,1,2743,0,-11215.4,-3084.88,3.84497,1.67553,450,10,0,2488,0,1,0,0,0),(3936,5990,0,1,1,2743,0,-11350.7,-3254.68,9.55909,4.98104,450,5,0,2488,0,1,0,0,0),(3935,5991,0,1,1,798,0,-11384.2,-3288.83,1.86742,4.84765,450,5,0,2980,0,1,0,0,0),(3934,8296,0,1,1,11562,1,-10924.5,-2755.26,23.1939,1.93402,21600,0,0,1804,4140,0,0,0,0),(3933,5991,0,1,1,798,0,-11409.9,-3233.61,12.2938,1.19899,450,5,0,2980,0,1,0,0,0),(3932,5992,0,1,1,3026,0,-11370.4,-3229.61,9.74282,5.47568,450,5,0,2576,0,1,0,0,0),(3931,5985,0,1,1,2714,0,-11517.4,-3079.21,0.328017,1.56103,450,10,0,2672,0,1,0,0,0),(3930,8298,0,1,1,10920,1,-11753,-2960.59,8.2707,0.082443,21600,10,0,2634,2041,1,0,0,0),(3929,5983,0,1,1,1105,0,-11563.2,-3081.59,6.19427,2.93718,450,10,0,2779,0,1,0,0,0),(3928,5983,0,1,1,1105,0,-11555,-3073.87,7.31927,4.73582,450,10,0,2779,0,1,0,0,0),(3927,5991,0,1,1,798,0,-11552.1,-3219.05,6.42475,4.93064,450,5,0,2980,0,1,0,0,0),(3926,5993,0,1,1,11410,0,-11578.6,-3214.74,6.11547,3.15364,450,5,0,2727,0,1,0,0,0),(3925,5993,0,1,1,11410,0,-11585.9,-3284.63,9.74778,3.95737,450,10,0,2727,0,1,0,0,0),(3924,5991,0,1,1,798,0,-11556.9,-3281.1,7.44161,4.43567,450,10,0,2980,0,1,0,0,0),(3923,5991,0,1,1,798,0,-11482.7,-3204.32,15.0471,3.42875,450,5,0,2980,0,1,0,0,0),(3922,5991,0,1,1,798,0,-11511.7,-3242.37,8.71675,3.86336,450,5,0,2980,0,1,0,0,0),(3921,5991,0,1,1,798,0,-11422.9,-3257.13,8.86528,2.49185,450,5,0,2980,0,1,0,0,0),(3920,8675,0,1,1,7949,0,-11317.8,-2985.12,5.29086,1.29389,450,5,0,2880,0,1,0,0,0),(3919,5985,0,1,1,2714,0,-11380.9,-2951.26,3.05434,5.45913,450,5,0,2672,0,1,0,0,0),(3918,5983,0,1,1,1105,0,-11361,-2763.36,6.37436,3.88834,450,10,0,2779,0,1,0,0,0),(3917,5985,0,1,1,2714,0,-11383.2,-2886.37,0.884702,4.52188,450,5,0,2672,0,1,0,0,0),(3916,5983,0,1,1,1105,0,-11377.2,-3065.98,-4.3938,5.15054,450,10,0,2779,0,1,0,0,0),(3915,5985,0,1,1,2714,0,-11352.5,-2786.29,6.60958,3.62712,450,10,0,2672,0,1,0,0,0),(3914,5985,0,1,1,2714,0,-11321.3,-2746.04,8.96753,3.14941,450,5,0,2672,0,1,0,0,0),(3913,6011,0,1,1,9017,1,-11711.7,-3191.47,7.27935,4.5376,450,5,0,3293,0,1,0,0,0),(3912,5988,0,1,1,6068,0,-11216.3,-2716.04,12.7789,6.1874,450,5,0,2495,0,1,0,0,0),(3911,5992,0,1,1,3026,0,-11244.7,-3192.03,9.39468,3.73664,450,10,0,2576,0,1,0,0,0),(3910,5988,0,1,1,6068,0,-11186,-2746.19,16.9086,2.66883,450,10,0,2495,0,1,0,0,0),(3909,5988,0,1,1,6068,0,-11057.1,-2908.66,13.4684,1.75554,450,5,0,2495,0,1,0,0,0),(3908,5988,0,1,1,6068,0,-11118.2,-2765.16,18.126,4.2793,450,10,0,2495,0,1,0,0,0),(3907,5988,0,1,1,6068,0,-11081.7,-2714.15,23.4506,2.84249,450,5,0,2495,0,1,0,0,0),(3906,5984,0,1,1,8050,0,-11137.2,-2713.41,11.5632,0.275831,450,5,0,2310,0,1,0,0,0),(3905,5979,0,1,1,152,1,-11108.2,-2763.62,16.4012,5.837,450,5,0,1848,1534,1,0,0,0),(3904,5984,0,1,1,8050,0,-11044,-2765.01,2.89106,-1.79652,450,10,0,2310,0,1,0,0,0),(3903,5984,0,1,1,8050,0,-11034.3,-2804.99,8.67404,1.11183,450,10,0,2310,0,1,0,0,0),(3902,8304,0,1,1,7844,1,-11431.6,-2626.02,39.1104,0.85454,900,0,1,3758,0,2,0,0,0),(3901,5979,0,1,1,152,1,-11096.5,-2770.94,14.1177,5.70223,450,5,0,1848,1534,1,0,0,0),(3900,5988,0,1,1,6068,0,-10986.6,-2840.5,11.6069,1.63918,450,10,0,2495,0,1,0,0,0),(3899,5988,0,1,1,6068,0,-11000.6,-2874.81,9.47645,3.27682,450,5,0,2495,0,1,0,0,0),(3898,5988,0,1,1,6068,0,-10954.9,-2923.4,9.81036,1.09206,450,5,0,2495,0,1,0,0,0),(3897,5984,0,1,1,8050,0,-11007,-2841.82,9.08197,5.14384,450,10,0,2310,0,1,0,0,0),(3896,5988,0,1,1,6068,0,-10946.5,-2915.18,8.56036,3.37243,450,5,0,2495,0,1,0,0,0),(3895,5988,0,1,1,6068,0,-10941.5,-2894.21,9.55644,3.77643,450,5,0,2495,0,1,0,0,0),(3894,5977,0,1,1,14401,1,-11484.5,-2852.97,4.03926,4.21547,450,3,0,3293,0,1,0,0,0),(3893,5996,0,1,1,6720,1,-10619.6,-3484.04,5.52696,3.92699,450,0,0,2488,0,0,0,0,0),(3892,5996,0,1,1,6720,1,-10666.2,-3434.55,6.04292,1.06465,450,0,0,2488,0,0,0,0,0),(3891,5996,0,1,1,6721,1,-10670,-3454.2,6.95262,4.11898,450,0,0,2488,0,0,0,0,0),(3890,6009,0,1,1,6786,1,-11451.6,-2714.16,5.99178,2.2986,450,5,0,2305,4896,1,0,0,0),(3889,751,0,1,1,391,1,-10862.5,-3647.22,15.3779,2.17392,450,5,0,2059,0,1,0,0,0),(3888,5996,0,1,1,6721,1,-10694,-3440.52,5.91505,4.20624,450,0,0,2488,0,0,0,0,0),(3887,5996,0,1,1,6719,1,-10680.8,-3426.11,4.45148,1.55334,450,0,0,2488,0,0,0,0,0),(3886,5984,0,1,1,8050,0,-11193.9,-2942.43,16.3545,6.24414,450,5,0,2310,0,1,0,0,0),(3885,5997,0,1,1,6712,1,-10712.9,-3389.28,-11.4771,4.42704,450,5,0,2488,0,1,0,0,0),(3884,6010,0,1,1,1913,0,-11694.6,-3119.92,15.4495,3.79278,450,5,0,3293,0,1,0,0,0),(3883,6011,0,1,1,9017,1,-11696.2,-3118.67,15.0745,3.79812,450,5,0,3293,0,1,0,0,0),(3882,5996,0,1,1,6721,1,-10690,-3187.2,19.0753,3.75246,450,0,0,2488,0,0,0,0,0),(3881,5996,0,1,1,6721,1,-10704.1,-3166.76,25.5009,3.19395,450,0,0,2488,0,0,0,0,0),(3880,5985,0,1,1,2714,0,-11460.1,-2957.49,9.9897,3.6382,450,5,0,2672,0,1,0,0,0),(3879,6005,0,1,1,6794,0,-11588.4,-3354.33,8.80094,5.02985,450,5,0,3082,0,1,0,0,0),(3878,5998,0,1,1,6725,1,-10652.6,-3194.84,23.4823,0.60608,450,0,0,2399,0,0,0,0,0),(3877,5996,0,1,1,6720,1,-10701.2,-3128.53,26.8109,1.09956,450,0,0,2488,0,0,0,0,0),(3876,5985,0,1,1,2714,0,-11433.2,-2970.75,3.09209,2.87054,450,10,0,2672,0,1,0,0,0),(3875,5996,0,1,1,6722,1,-10722.2,-3154.79,30.5295,4.86947,450,0,0,2488,0,0,0,0,0),(3874,8675,0,1,1,7949,0,-11491.2,-3048.67,2.53672,3.40219,450,10,0,2880,0,1,0,0,0),(3873,5997,0,1,1,6712,1,-10741.3,-3123.03,33.252,4.4658,450,1,0,2488,0,1,0,0,0),(3872,752,0,1,1,386,1,-10850.6,-3671.4,20.3734,1.68615,450,5,0,1774,1534,1,0,0,0),(3871,5985,0,1,1,2714,0,-11418,-3022.54,0.440405,4.30031,450,10,0,2672,0,1,0,0,0),(3870,5997,0,1,1,6711,1,-10786.8,-3111.34,41.1061,0.675923,450,1,0,2488,0,1,0,0,0),(3869,5996,0,1,1,6719,1,-10721.6,-3095.86,34.5568,0.698132,450,0,0,2488,0,0,0,0,0),(3868,5996,0,1,1,6720,1,-10778.9,-3096.31,39.7677,1.02974,450,0,0,2488,0,0,0,0,0),(3867,5996,0,1,1,6720,1,-10745.5,-3090.39,35.104,0.994838,450,0,0,2488,0,0,0,0,0),(3866,5996,0,1,1,6720,1,-10798.9,-3067.46,45.7997,6.16101,450,0,0,2488,0,0,0,0,0),(3865,5996,0,1,1,6721,1,-10826,-3067.12,47.3622,4.10152,450,0,0,2488,0,0,0,0,0),(3864,5996,0,1,1,6722,1,-10816.3,-3089.04,43.643,3.42085,450,0,0,2488,0,0,0,0,0),(3863,5998,0,1,1,6726,1,-10829,-3048.59,47.1667,2.17203,450,0,0,2399,0,0,0,0,0),(3862,5984,0,1,1,8050,0,-10965.2,-2859.8,5.77607,2.34005,450,5,0,2310,0,1,0,0,0),(3861,5984,0,1,1,8050,0,-11092.1,-2842.07,15.6974,5.42038,450,1,0,2310,0,1,0,0,0),(3860,5979,0,1,1,152,1,-10997.1,-2773.44,4.16053,-2.44515,450,5,0,1848,1534,1,0,0,0),(3859,5984,0,1,1,8050,0,-10957.5,-2775.29,5.76888,6.09652,450,5,0,2310,0,1,0,0,0),(3858,5988,0,1,1,6068,0,-11013.5,-2738.43,5.77976,1.34429,450,10,0,2495,0,1,0,0,0),(3857,5977,0,1,1,14401,1,-11532.1,-2878.49,11.9849,2.17662,450,3,0,3293,0,1,0,0,0),(3856,5978,0,1,1,11543,1,-11542.6,-2814.6,3.27716,2.77415,450,3,0,2305,4896,1,0,0,0),(3855,6010,0,1,1,1913,0,-11752.1,-3084.32,9.37025,2.70169,450,5,0,3293,0,1,0,0,0),(3854,6011,0,1,1,9017,1,-11774.7,-3071.83,7.70122,2.73388,450,5,0,3293,0,1,0,0,0),(3853,5977,0,1,1,14401,1,-11535,-2840.33,6.20522,4.51601,450,3,0,3293,0,1,0,0,0),(3852,5978,0,1,1,11543,1,-11526.7,-2860.59,8.80994,1.04507,450,3,0,2305,4896,1,0,0,0),(3851,5976,0,1,1,11584,1,-10842.4,-2665.23,8.74483,1.47368,450,0,0,2488,0,0,0,0,0),(3850,5999,0,1,1,6727,1,-10979,-3258.71,44.4579,0.509943,450,1,0,2672,0,1,0,0,0),(3849,8675,0,1,1,7949,0,-11373.8,-2739.85,7.13812,1.47696,450,10,0,2880,0,1,0,0,0),(3848,5974,0,1,1,14402,1,-10896.7,-2711.09,7.99804,3.50811,450,0,0,2310,0,0,0,0,0),(3847,5974,0,1,1,14402,1,-10910.1,-2690.75,8.58908,4.11898,450,0,0,2310,0,0,0,0,0),(3846,5991,0,1,1,798,0,-11707,-2800.18,6.92886,3.65945,450,5,0,2980,0,1,0,0,0),(3845,5991,0,1,1,798,0,-11669.7,-2818.97,5.31895,3.06137,450,5,0,2980,0,1,0,0,0),(3844,5993,0,1,1,11410,0,-11693.6,-3036.73,18.2434,3.34396,450,5,0,2727,0,1,0,0,0),(3843,5993,0,1,1,11410,0,-11799.3,-2925.06,12.5663,5.37737,450,10,0,2727,0,1,0,0,0),(3842,5993,0,1,1,11410,0,-11755.7,-2983.82,11.8835,6.28041,450,10,0,2727,0,1,0,0,0),(3841,5993,0,1,1,11410,0,-11810.8,-2938.39,14.9059,4.12276,450,10,0,2727,0,1,0,0,0),(3840,5993,0,1,1,11410,0,-11754.7,-2966.49,8.58804,1.89598,450,10,0,2727,0,1,0,0,0),(3839,5983,0,1,1,1105,0,-11439.2,-3036.04,1.03353,0.313721,450,10,0,2779,0,1,0,0,0),(3838,5982,0,1,1,10824,0,-11403.9,-3141.91,13.6571,2.9595,450,5,0,2488,0,1,0,0,0),(3837,5982,0,1,1,10824,0,-11380.9,-3117.83,4.1014,2.56729,450,10,0,2488,0,1,0,0,0),(3836,5982,0,1,1,10824,0,-11159.5,-3342.99,4.64402,5.63256,450,10,0,2488,0,1,0,0,0),(3835,8675,0,1,1,7949,0,-11439.4,-2999.53,3.67968,1.44547,450,10,0,2880,0,1,0,0,0),(3834,5991,0,1,1,798,0,-11793.8,-2759.39,9.82908,2.01823,450,5,0,2980,0,1,0,0,0),(3833,8675,0,1,1,7949,0,-11414.3,-2816.8,-0.151889,3.20488,450,10,0,2880,0,1,0,0,0),(3832,8675,0,1,1,7949,0,-11479.4,-2809.31,-1.16278,4.54476,450,5,0,2880,0,1,0,0,0),(3831,769,0,1,1,336,0,-10573.9,-3493,22.5341,0.188587,450,5,0,1829,0,1,0,0,0),(3830,769,0,1,1,336,0,-10689.7,-3721.61,23.6778,3.39981,450,5,0,1829,0,1,0,0,0),(3829,769,0,1,1,336,0,-10636.2,-3684.73,22.5528,4.42272,450,5,0,1829,0,1,0,0,0),(3828,769,0,1,1,336,0,-10566.1,-3517.28,23.4278,2.86491,450,5,0,1829,0,1,0,0,0),(3827,769,0,1,1,336,0,-10576.1,-3553.9,22.0667,4.55314,450,5,0,1829,0,1,0,0,0),(3826,8675,0,1,1,7949,0,-11494.6,-2964.04,35.606,0.95895,450,5,0,2880,0,1,0,0,0),(3825,769,0,1,1,336,0,-10628.6,-3590.24,22.8241,0.846265,450,5,0,1829,0,1,0,0,0),(3824,769,0,1,1,336,0,-10540.9,-3585.5,22.6224,4.83771,450,5,0,1829,0,1,0,0,0),(3823,769,0,1,1,336,0,-10605.9,-3528.29,22.0877,4.93275,450,5,0,1829,0,1,0,0,0),(3822,5984,0,1,1,8050,0,-11114.3,-2870.38,21.1716,3.3596,450,1,0,2310,0,1,0,0,0),(3821,5978,0,1,1,11543,1,-11583.7,-2827.13,4.16153,4.44911,450,3,0,2305,4896,1,0,0,0),(3820,5978,0,1,1,11543,1,-11591.9,-2870.02,22.5026,3.31429,450,5,0,2305,4896,1,0,0,0),(3819,5978,0,1,1,11543,1,-11555,-2852.03,7.95522,4.92611,450,3,0,2305,4896,1,0,0,0),(3818,5978,0,1,1,11543,1,-11568.1,-2835.27,5.62737,4.12705,450,3,0,2305,4896,1,0,0,0),(3817,5977,0,1,1,14401,1,-11574.3,-2852.59,9.46175,5.8192,450,3,0,3293,0,1,0,0,0),(3816,5988,0,1,1,6068,0,-11247.9,-2999.45,8.29462,0.490072,450,10,0,2495,0,1,0,0,0),(3815,1082,0,1,1,807,0,-10484.3,-3508.95,20.4991,1.76826,450,5,0,1604,0,1,0,0,0),(3814,1082,0,1,1,807,0,-10477,-3452.45,19.8245,2.92927,450,5,0,1604,0,1,0,0,0),(3813,6004,0,1,1,6780,1,-11507.1,-3312.37,8.42717,0.904471,450,5,0,2980,0,1,0,0,0),(3812,6006,0,1,1,6770,1,-11353.8,-3388.22,7.59274,3.35859,450,5,0,2466,1923,1,0,0,0),(3811,6004,0,1,1,6779,1,-11343.5,-3412.51,7.85531,4.17097,450,1,0,2980,0,1,0,0,0),(3810,6004,0,1,1,7838,1,-11320.9,-3394.71,7.59274,4.67631,450,3,0,2980,0,1,0,0,0),(3809,6005,0,1,1,6794,0,-11239.5,-3377.5,9.33847,0.30252,450,5,0,3082,0,1,0,0,0),(3808,6006,0,1,1,6771,1,-11277.3,-3375.53,6.09979,0.250852,450,3,0,2466,1923,1,0,0,0),(3807,8675,0,1,1,7949,0,-11413.1,-3019.28,0.002855,5.22225,450,10,0,2880,0,1,0,0,0),(3806,6010,0,1,1,1913,0,-11702.5,-3190.13,8.12633,3.44728,450,5,0,3293,0,1,0,0,0),(3805,6010,0,1,1,1913,0,-11708.7,-3242.73,8.92269,4.13392,450,5,0,3293,0,1,0,0,0),(3804,6011,0,1,1,9017,1,-11709.8,-3244.42,8.43686,4.13413,450,5,0,3293,0,1,0,0,0),(3803,5996,0,1,1,6720,1,-10642.2,-3396.12,-12.5202,4.83456,450,0,0,2488,0,0,0,0,0),(3802,5996,0,1,1,6721,1,-10823,-3154.78,39.862,2.14675,450,0,0,2488,0,0,0,0,0),(3801,5996,0,1,1,6719,1,-10771.8,-3626.75,-11.541,2.49582,450,0,0,2488,0,0,0,0,0),(3800,5996,0,1,1,6722,1,-10672.5,-3585.16,-8.937,1.90241,450,0,0,2488,0,0,0,0,0),(3799,5996,0,1,1,6719,1,-10583.2,-3163.61,12.8275,1.44862,450,0,0,2488,0,0,0,0,0),(3798,5996,0,1,1,6722,1,-10750.3,-3388.28,-10.1733,5.16617,450,0,0,2488,0,0,0,0,0),(3797,5996,0,1,1,6722,1,-10722,-3247.73,-9.4545,1.50098,450,0,0,2488,0,0,0,0,0),(3796,5996,0,1,1,6719,1,-10552.5,-3168.87,5.89756,5.65487,450,0,0,2488,0,0,0,0,0),(3795,5996,0,1,1,6721,1,-10754.6,-3426.59,-19.4833,1.5708,450,0,0,2488,0,0,0,0,0),(3794,5996,0,1,1,6722,1,-10662,-3304.44,-9.97065,1.27409,450,0,0,2488,0,0,0,0,0),(3793,5996,0,1,1,6721,1,-10790.9,-3162.59,36.6571,5.14872,450,0,0,2488,0,0,0,0,0),(3792,5996,0,1,1,6721,1,-10610.2,-3506.41,0.812838,3.28122,450,0,0,2488,0,0,0,0,0),(3791,5996,0,1,1,6721,1,-10631.7,-3568.03,-8.86307,1.67552,450,0,0,2488,0,0,0,0,0),(3790,5996,0,1,1,6722,1,-10610.8,-3166.12,15.0913,2.98451,450,0,0,2488,0,0,0,0,0),(3789,5996,0,1,1,6719,1,-10694.2,-3503.84,-27.3193,2.79253,450,0,0,2488,0,0,0,0,0),(3788,5997,0,1,1,6711,1,-10768.2,-3594.56,-13.0471,0.434904,450,5,0,2488,0,1,0,0,0),(3787,5996,0,1,1,6722,1,-10752.8,-3299.39,-13.6047,0.628319,450,0,0,2488,0,0,0,0,0),(3786,5997,0,1,1,6711,1,-10564,-3327.37,3.59845,1.29931,450,5,0,2488,0,1,0,0,0),(3785,5996,0,1,1,6722,1,-10611.9,-3406.91,1.21536,0.017453,450,0,0,2488,0,0,0,0,0),(3784,5996,0,1,1,6720,1,-10771.6,-3485.31,-23.476,2.9147,450,0,0,2488,0,0,0,0,0),(3783,5998,0,1,1,6726,1,-10737.6,-3330.59,-10.2139,0.148613,450,5,0,2399,0,1,0,0,0),(3782,5996,0,1,1,6720,1,-10752,-3598.47,-12.3775,0.122173,450,0,0,2488,0,0,0,0,0),(3781,5997,0,1,1,6712,1,-10735.1,-3638.72,-11.9657,5.30609,450,5,0,2488,0,1,0,0,0),(3780,5996,0,1,1,6722,1,-10576,-3345.35,3.85466,3.49066,450,0,0,2488,0,0,0,0,0),(3779,5996,0,1,1,6721,1,-10530.7,-3231.19,4.09334,5.60251,450,0,0,2488,0,0,0,0,0),(3778,5996,0,1,1,6719,1,-10572.7,-3370.5,0.097282,3.26377,450,0,0,2488,0,0,0,0,0),(3777,5996,0,1,1,6722,1,-10595.7,-3327.39,6.8719,3.42085,450,0,0,2488,0,0,0,0,0),(3776,5996,0,1,1,6720,1,-10687.7,-3294.88,-8.20846,1.22173,450,0,0,2488,0,0,0,0,0),(3775,5998,0,1,1,6725,1,-10716.5,-3366.56,-11.8839,0.613927,450,5,0,2399,0,1,0,0,0),(3774,5998,0,1,1,6723,1,-10764.8,-3445.98,-19.0121,0.376827,450,5,0,2399,0,1,0,0,0),(3773,5996,0,1,1,6721,1,-10568.7,-3234.44,8.87041,4.43314,450,0,0,2488,0,0,0,0,0),(3772,5998,0,1,1,6725,1,-10634.8,-3124.18,23.1423,5.12605,450,5,0,2399,0,1,0,0,0),(3771,5997,0,1,1,6712,1,-10602.2,-3489.02,0.286836,1.88802,450,5,0,2488,0,1,0,0,0),(3770,5996,0,1,1,6722,1,-10829.2,-3182.08,42.9416,4.93928,450,0,0,2488,0,0,0,0,0),(3769,5996,0,1,1,6719,1,-10658.5,-3389.36,-12.5127,3.9619,450,0,0,2488,0,0,0,0,0),(3768,5996,0,1,1,6720,1,-10501.1,-3440.04,-12.6378,0.401426,450,0,0,2488,0,0,0,0,0),(3767,5996,0,1,1,6721,1,-10656.1,-3281.83,-7.47843,4.2237,450,0,0,2488,0,0,0,0,0),(3766,5998,0,1,1,6724,1,-10806.1,-3571.23,-10.4688,1.89615,450,5,0,2399,0,1,0,0,0),(3765,5996,0,1,1,6722,1,-10477.9,-3281.1,-4.06687,5.48033,450,0,0,2488,0,0,0,0,0),(3764,5996,0,1,1,6720,1,-10675.3,-3562.15,-33.6553,4.53786,450,0,0,2488,0,0,0,0,0),(3763,5996,0,1,1,6721,1,-10813.5,-3109.38,41.7052,3.03687,450,0,0,2488,0,0,0,0,0),(3762,5996,0,1,1,6722,1,-10804.9,-3665.31,-11.7727,3.10669,450,0,0,2488,0,0,0,0,0),(3761,5996,0,1,1,6722,1,-10572.3,-3592.93,-13.982,1.309,450,0,0,2488,0,0,0,0,0),(3760,5998,0,1,1,6724,1,-10714.3,-3637.92,-12.2945,3.08526,450,5,0,2399,0,1,0,0,0),(3759,5996,0,1,1,6719,1,-10582.1,-3545.1,-9.65466,5.32325,450,0,0,2488,0,0,0,0,0),(3758,5996,0,1,1,6720,1,-10671.7,-3693.57,-10.736,6.26573,450,0,0,2488,0,0,0,0,0),(3745,5996,0,1,1,6719,1,-10780.3,-3298.52,-10.2559,2.67035,450,0,0,2488,0,0,0,0,0),(3744,5996,0,1,1,6719,1,-10514.7,-3288.97,-0.060867,5.25344,450,0,0,2488,0,0,0,0,0),(3743,5996,0,1,1,6721,1,-10576.6,-3436.77,-1.06565,3.28122,450,0,0,2488,0,0,0,0,0),(3742,5996,0,1,1,6722,1,-10613,-3547.9,-8.50613,1.6057,450,0,0,2488,0,0,0,0,0),(3741,5996,0,1,1,6720,1,-10750.1,-3683.36,-11.7155,4.13643,450,0,0,2488,0,0,0,0,0),(3740,5996,0,1,1,6719,1,-10673.4,-3094.46,20.9696,4.2237,450,0,0,2488,0,0,0,0,0),(3739,5996,0,1,1,6719,1,-10550.6,-3395.06,-2.67994,0.593412,450,0,0,2488,0,0,0,0,0),(3738,5996,0,1,1,6722,1,-10581.3,-3616.01,-13.3081,5.11381,450,0,0,2488,0,0,0,0,0),(3737,5996,0,1,1,6720,1,-10664.8,-3172.06,20.8985,0.471239,450,0,0,2488,0,0,0,0,0),(3736,5996,0,1,1,6720,1,-10606.1,-3243.61,-4.63481,5.09636,450,0,0,2488,0,0,0,0,0),(3735,5996,0,1,1,6720,1,-10629.6,-3146.92,20.5668,4.5204,450,0,0,2488,0,0,0,0,0),(3734,5996,0,1,1,6721,1,-10759.9,-3328.43,-12.4974,3.7001,450,0,0,2488,0,0,0,0,0),(3733,5996,0,1,1,6722,1,-10738.5,-3450.14,-16.4603,5.67232,450,0,0,2488,0,0,0,0,0),(3732,5996,0,1,1,6720,1,-10553.3,-3423.84,-2.45979,5.65487,450,0,0,2488,0,0,0,0,0),(3731,5996,0,1,1,6721,1,-10651.7,-3189.52,24.3635,0.575959,450,0,0,2488,0,0,0,0,0),(3730,5996,0,1,1,6719,1,-10784.4,-3408.42,-17.5568,1.44862,450,0,0,2488,0,0,0,0,0),(3729,5996,0,1,1,6722,1,-10854.3,-3168.17,46.486,1.309,450,0,0,2488,0,0,0,0,0),(3728,5996,0,1,1,6719,1,-10546.2,-3528.74,-11.3421,0.733038,450,0,0,2488,0,0,0,0,0),(3727,5998,0,1,1,6725,1,-10648.9,-3127.77,23.504,3.88964,450,5,0,2399,0,1,0,0,0),(3726,5996,0,1,1,6722,1,-10812,-3133.74,40.2013,3.08923,450,0,0,2488,0,0,0,0,0),(3725,5996,0,1,1,6721,1,-10782.7,-3665.86,-12.9732,5.3058,450,0,0,2488,0,0,0,0,0),(3724,5996,0,1,1,6721,1,-10676.3,-3121.49,24.4147,2.87979,450,0,0,2488,0,0,0,0,0),(3723,5996,0,1,1,6719,1,-10803.2,-3449,-19.6628,1.79769,450,0,0,2488,0,0,0,0,0),(3722,5996,0,1,1,6720,1,-10507.4,-3264.43,-1.63699,1.79769,450,0,0,2488,0,0,0,0,0),(3721,5996,0,1,1,6720,1,-10826.7,-3457.37,-21.4826,2.42601,450,0,0,2488,0,0,0,0,0),(3720,5996,0,1,1,6719,1,-10595.5,-3459.34,1.98787,2.6529,450,0,0,2488,0,0,0,0,0),(3719,5996,0,1,1,6719,1,-10747.7,-3472.59,-22.385,5.70723,450,0,0,2488,0,0,0,0,0),(3718,5996,0,1,1,6719,1,-10610.9,-3525.99,-1.84958,2.68781,450,0,0,2488,0,0,0,0,0),(3717,5996,0,1,1,6722,1,-10653.7,-3081.65,19.8254,0.820305,450,0,0,2488,0,0,0,0,0),(3716,5998,0,1,1,6723,1,-10810.9,-3590.83,-12.8564,2.36842,450,5,0,2399,0,1,0,0,0),(3715,5996,0,1,1,6722,1,-10641.9,-3209.32,-2.59095,0.767945,450,0,0,2488,0,0,0,0,0),(3714,5996,0,1,1,6720,1,-10610.5,-3319.58,-6.12211,0,450,0,0,2488,0,0,0,0,0),(3713,5998,0,1,1,6724,1,-10544.1,-3283.19,1.11511,1.8138,450,0,0,2399,0,0,0,0,0),(3712,5998,0,1,1,6724,1,-10654.6,-3251.42,-4.24311,4.77184,450,5,0,2399,0,1,0,0,0),(3711,5996,0,1,1,6719,1,-10547.2,-3149.99,6.76347,1.11701,450,0,0,2488,0,0,0,0,0),(3710,5996,0,1,1,6721,1,-10554.1,-3193.06,8.16165,0.261799,450,0,0,2488,0,0,0,0,0),(3709,5996,0,1,1,6720,1,-10491.2,-3265.39,-4.7405,0.820305,450,0,0,2488,0,0,0,0,0),(3708,5996,0,1,1,6722,1,-10658.7,-3471.4,-5.52293,2.60054,450,0,0,2488,0,0,0,0,0),(3707,5997,0,1,1,6712,1,-10608.2,-3604.62,-13.1465,1.355,450,5,0,2488,0,1,0,0,0),(3706,5996,0,1,1,6721,1,-10785.2,-3476.97,-22.0887,4.74729,450,0,0,2488,0,0,0,0,0),(3705,5996,0,1,1,6719,1,-10684.3,-3669.66,-11.6068,3.19395,450,0,0,2488,0,0,0,0,0),(3704,5996,0,1,1,6722,1,-10571.6,-3398.76,0.490726,2.30383,450,0,0,2488,0,0,0,0,0),(3703,5996,0,1,1,6719,1,-10531.7,-3547.09,-9.46698,0.191986,450,0,0,2488,0,0,0,0,0),(3702,5996,0,1,1,6721,1,-10783.6,-3363.31,-10.4468,3.01942,450,0,0,2488,0,0,0,0,0),(3701,7670,0,1,1,6857,1,-11478.5,-3363.06,7.38935,4.38448,450,5,0,3293,0,1,0,0,0),(3700,5988,0,1,1,6068,0,-11236.2,-2945,11.2975,3.85417,450,5,0,2495,0,1,0,0,0),(3699,5996,0,1,1,6720,1,-10605.1,-3660.83,-15.5518,5.49779,450,0,0,2488,0,0,0,0,0),(3698,5996,0,1,1,6721,1,-10736.5,-3615.03,-10.8402,0.488692,450,0,0,2488,0,0,0,0,0),(3697,5996,0,1,1,6719,1,-10807.3,-3182.07,37.2181,4.10152,450,0,0,2488,0,0,0,0,0),(3696,5996,0,1,1,6721,1,-10618.4,-3216.82,-3.87653,0.907571,450,0,0,2488,0,0,0,0,0),(3695,5996,0,1,1,6721,1,-10745.9,-3252.1,-8.85246,3.54302,450,0,0,2488,0,0,0,0,0),(3694,5996,0,1,1,6721,1,-10710.1,-3631.59,-10.9109,1.5708,450,0,0,2488,0,0,0,0,0),(3693,5998,0,1,1,6726,1,-10597,-3477.21,0.569794,1.21454,450,5,0,2399,0,1,0,0,0),(3692,5996,0,1,1,6721,1,-10863.9,-3047.23,48.4969,4.69494,450,0,0,2488,0,0,0,0,0),(3691,5998,0,1,1,6725,1,-10553.8,-3215.67,7.23844,1.76661,450,5,0,2399,0,1,0,0,0),(3690,6000,0,1,1,6732,1,-11086.1,-3321.62,50.0008,4.20245,450,2,0,2223,1750,1,0,0,0),(3689,5999,0,1,1,6729,1,-11005.3,-3257.61,55.5601,4.27392,450,0,0,2672,0,0,0,0,0),(3688,7851,0,1,1,7913,1,-10918.1,-3372.55,66.5809,4.45059,900,0,0,7842,0,0,0,0,0),(3687,7851,0,1,1,7910,1,-10977.9,-3492.34,68.7535,2.84489,900,0,0,7842,0,0,0,0,0),(3686,6002,0,1,1,6738,1,-11022.6,-3409.4,65.3417,4.30751,450,0,0,1946,4281,0,0,0,0),(3685,5999,0,1,1,6728,1,-11119.5,-3378,59.2828,0.015363,450,5,0,2672,0,1,0,0,0),(3684,5999,0,1,1,6729,1,-11028.4,-3385.99,65.1393,1.98968,450,0,0,2672,0,0,0,0,0),(3683,5984,0,1,1,8050,0,-10959,-3118.91,42.9477,6.11507,450,10,0,2310,0,1,0,0,0),(3682,5996,0,1,1,6720,1,-10622.5,-3656.05,-15.8512,3.42085,450,0,0,2488,0,0,0,0,0),(3681,5996,0,1,1,6720,1,-10893.2,-3197.68,49.4894,1.22173,450,0,0,2488,0,0,0,0,0),(3680,5998,0,1,1,6724,1,-10623,-3236.48,-5.21397,5.4062,450,5,0,2399,0,1,0,0,0),(3679,5996,0,1,1,6720,1,-10772.1,-3383.18,-9.3987,4.29351,450,0,0,2488,0,0,0,0,0),(3678,5997,0,1,1,6712,1,-10672,-3340.36,-11.0246,0.786491,450,5,0,2488,0,1,0,0,0),(3677,5996,0,1,1,6721,1,-10605.4,-3145.31,17.4588,0.261799,450,0,0,2488,0,0,0,0,0),(3676,5996,0,1,1,6721,1,-10499,-3328.55,-4.55529,5.96903,450,0,0,2488,0,0,0,0,0),(3675,5996,0,1,1,6719,1,-10893,-3194.57,49.797,4.43314,450,0,0,2488,0,0,0,0,0),(3674,5996,0,1,1,6722,1,-10675.5,-3065.13,19.6044,1.6057,450,0,0,2488,0,0,0,0,0),(3673,5996,0,1,1,6719,1,-10688.4,-3394.39,-13.6543,0,450,0,0,2488,0,0,0,0,0),(3672,5999,0,1,1,6728,1,-10906.6,-3321.36,65.03,2.88784,450,2,0,2672,0,1,0,0,0),(3671,5999,0,1,1,6728,1,-11003.4,-3378.29,62.2957,3.3979,450,0,0,2672,0,0,0,0,0),(3670,6001,0,1,1,6714,1,-11041.7,-3385.15,65.3293,4.99533,450,0,0,2779,0,0,0,0,0),(3669,7851,0,1,1,7911,1,-11083,-3399.61,66.6365,5.23599,900,0,0,7842,0,0,0,0,0),(3668,6001,0,1,1,6714,1,-10881.5,-3407.27,65.0793,4.1277,450,0,0,2779,0,0,0,0,0),(3667,5999,0,1,1,6727,1,-11078.1,-3296.31,49.8928,4.17134,450,0,0,2672,0,0,0,0,0),(3666,6000,0,1,1,6734,1,-10997.4,-3384.64,62.3517,1.5747,450,0,0,2223,1750,0,0,0,0),(3665,5999,0,1,1,6730,1,-10993.7,-3430.74,62.0155,5.22276,450,1,0,2672,0,1,0,0,0),(3664,5999,0,1,1,6730,1,-11016.6,-3289.24,55.0776,0.358567,450,1,0,2672,0,1,0,0,0),(3663,5999,0,1,1,6730,1,-10912.9,-3282.85,55.5791,4.86853,450,2,0,2672,0,1,0,0,0),(3662,8717,0,1,1,7970,1,-12119.9,-2580.6,-27.1965,2.50591,900,5,0,56592,0,1,0,0,0),(3661,8716,0,1,1,10543,0,-12180.7,-2516.42,0.268373,0.983154,900,5,0,51800,12840,1,0,0,0),(3660,8717,0,1,1,7970,1,-12256,-2583.79,-0.237804,4.43758,900,5,0,56592,0,1,0,0,0),(3659,8717,0,1,1,7970,1,-12046.8,-2654.03,-28.7006,5.06316,900,5,0,56592,0,1,0,0,0),(3658,12396,0,1,1,4426,0,-12290.5,-2686.29,5.22149,3.39653,900,5,0,50300,12430,1,0,0,0),(3657,8717,0,1,1,7970,1,-11886.4,-2479.91,-16.4326,2.78282,900,0,0,56592,0,0,0,0,0),(3656,5996,0,1,1,6722,1,-10764,-3661.63,-11.7605,3.97935,450,0,0,2488,0,0,0,0,0),(3655,5996,0,1,1,6720,1,-10552.1,-3448.87,-3.93474,0.698132,450,0,0,2488,0,0,0,0,0),(3654,5996,0,1,1,6721,1,-10542.5,-3490.66,-8.59025,6.23082,450,0,0,2488,0,0,0,0,0),(3653,5996,0,1,1,6720,1,-10601.3,-3582.42,-14.162,5.77704,450,0,0,2488,0,0,0,0,0),(3652,5996,0,1,1,6719,1,-10774,-3520.37,-23.7448,3.56047,450,0,0,2488,0,0,0,0,0),(3651,5996,0,1,1,6720,1,-10729,-3309.9,-9.99005,1.8675,450,0,0,2488,0,0,0,0,0),(3650,5997,0,1,1,6712,1,-10633.4,-3627.04,-12.1647,4.68121,450,5,0,2488,0,1,0,0,0),(2900,1196,0,1,1,0,0,-5399.57,546.408,387.271,2.96873,180,10,0,164,0,1,0,0,0),(2901,6886,0,1,1,0,1,-5336.66,562.818,395.897,6.0912,180,0,0,247,0,0,0,0,0),(2902,1201,0,1,1,0,0,-5418.4,481.374,384.49,3.20424,180,10,0,137,0,1,0,0,0),(2903,1196,0,1,1,0,0,-5417.44,478.429,384.342,0.359238,180,10,0,164,0,1,0,0,0),(2904,1201,0,1,1,0,0,-5417.58,536.185,386.756,0.545774,180,10,0,137,0,1,0,0,0),(2905,1127,0,1,1,0,0,-5378.84,448.41,385.724,4.28846,180,5,0,137,0,1,0,0,0),(2906,721,0,1,1,0,0,-5358.34,443.814,386.117,3.16295,180,10,0,1,0,1,0,0,0),(2907,1120,0,1,1,0,1,-5515.93,513.092,387.936,5.5807,180,5,0,137,0,1,0,0,0),(2908,1201,0,1,1,0,0,-5447.46,483.958,385.746,2.00944,180,10,0,137,0,1,0,0,0),(2909,721,0,1,1,0,0,-5456.2,490.182,385.725,1.60536,180,10,0,1,0,1,0,0,0),(2910,1121,0,1,1,0,1,-5521.19,551.901,391.715,2.06328,180,5,0,148,165,1,0,0,0),(2911,1120,0,1,1,0,1,-5561.04,518.539,382.011,4.2237,180,0,0,137,0,0,0,0,0),(2912,1123,0,1,1,0,1,-5567.64,521.862,381.425,4.93928,180,0,0,156,0,0,0,0,0),(2913,1123,0,1,1,0,1,-5566.43,514.22,381.886,5.8294,180,0,0,156,0,0,0,0,0),(2914,1120,0,1,1,0,1,-5568.12,517.603,381.675,4.10152,180,0,0,137,0,0,0,0,0),(2915,1121,0,1,1,0,1,-5563.04,513.006,381.886,1.25664,180,0,0,148,165,0,0,0,0),(2916,1124,0,1,1,0,1,-5556.3,521.664,382.386,4.04916,180,0,0,160,350,0,0,0,0),(2917,1121,0,1,1,0,1,-5538.93,517.203,387.261,0.788232,180,5,0,148,165,1,0,0,0),(2918,1121,0,1,1,0,1,-5585.96,552.711,388.179,2.77985,180,5,0,148,165,1,0,0,0),(2919,1120,0,1,1,0,1,-5554.37,553.291,393.04,1.02446,180,5,0,137,0,1,0,0,0),(2920,1121,0,1,1,0,1,-5565.6,637.562,398.912,0.505196,180,5,0,148,165,1,0,0,0),(2921,1123,0,1,1,0,1,-5564.88,648.602,398.516,5.66578,180,5,0,156,0,1,0,0,0),(2922,1123,0,1,1,0,1,-5547.14,546.356,391.621,4.53184,180,5,0,156,0,1,0,0,0),(2923,1123,0,1,1,0,1,-5547.62,660.976,395.687,5.408,180,5,0,156,0,1,0,0,0),(2924,1123,0,1,1,0,1,-5549.38,641.151,399.193,3.28741,180,5,0,156,0,1,0,0,0),(2925,1123,0,1,1,0,1,-5547.56,605.561,396.011,2.01467,180,5,0,156,0,1,0,0,0),(2926,1123,0,1,1,0,1,-5549.6,590.547,395.329,4.84886,180,5,0,156,0,1,0,0,0),(2927,1120,0,1,1,0,1,-5612.4,528.935,386.806,2.39576,180,5,0,137,0,1,0,0,0),(2928,1123,0,1,1,0,1,-5590.94,520.052,383.3,2.76605,180,5,0,156,0,1,0,0,0),(2929,1120,0,1,1,0,1,-5565.55,487.368,382.804,3.12868,180,5,0,137,0,1,0,0,0),(2930,1120,0,1,1,0,1,-5588.74,487.23,385.006,2.93619,180,5,0,137,0,1,0,0,0),(2931,1123,0,1,1,0,1,-5625.43,624.892,385.988,2.06804,180,5,0,156,0,1,0,0,0),(2932,1124,0,1,1,0,1,-5602.53,656.692,384.234,2.7131,180,5,0,160,350,1,0,0,0),(2933,1122,0,1,1,0,1,-5591.88,624.357,396.503,1.01974,180,5,0,176,0,1,0,0,0),(2934,1121,0,1,1,0,1,-5584.62,662.3,394.939,1.3894,180,5,0,148,165,1,0,0,0),(2935,1122,0,1,1,0,1,-5636.02,629.53,386.394,5.43691,180,5,0,176,0,1,0,0,0),(2936,1122,0,1,1,0,1,-5585.36,679.937,385.03,2.50185,180,5,0,176,0,1,0,0,0),(2937,1121,0,1,1,0,1,-5533.71,688.133,397.071,5.01868,180,5,0,148,165,1,0,0,0),(2938,1260,0,1,1,0,1,-5586.91,680.054,384.958,4.05244,7200,5,0,208,205,1,0,0,0),(2939,1124,0,1,1,0,1,-5526.6,700.04,395.057,1.5888,180,5,0,160,350,1,0,0,0),(2940,1123,0,1,1,0,1,-5522.88,717.184,391.938,1.22618,180,5,0,156,0,1,0,0,0),(2941,1122,0,1,1,0,1,-5560.95,719.393,382.593,3.30961,180,5,0,176,0,1,0,0,0),(2942,1123,0,1,1,0,1,-5577.19,700.348,381.903,3.12328,180,5,0,156,0,1,0,0,0),(2943,1124,0,1,1,0,1,-5590.15,736.674,391.81,2.6762,180,0,0,160,350,0,0,0,0),(2944,1122,0,1,1,0,1,-5539.68,737.817,385.804,4.10152,180,0,0,176,0,0,0,0,0),(2945,1123,0,1,1,0,1,-5550.1,759.476,384.11,0.593377,180,0,0,156,0,0,0,0,0),(2946,1124,0,1,1,0,1,-5595.8,713.236,382.348,4.06796,180,5,0,160,350,1,0,0,0),(2947,1121,0,1,1,0,1,-5546.07,738.924,385.216,2.41982,180,0,0,148,165,0,0,0,0),(2948,1122,0,1,1,0,1,-5619.47,748.52,385.24,3.91135,180,0,0,176,0,0,0,0,0),(2949,1122,0,1,1,0,1,-5615.6,732.865,388.432,2.83086,180,0,0,176,0,0,0,0,0),(2950,1123,0,1,1,0,1,-5572.32,764.485,383.641,1.35039,180,0,0,156,0,0,0,0,0),(2951,1124,0,1,1,0,1,-5635.81,763.415,387.562,0.922635,180,0,0,160,350,0,0,0,0),(2952,1123,0,1,1,0,1,-5665.78,755.486,389.534,0.926931,180,0,0,156,0,0,0,0,0),(2953,1122,0,1,1,0,1,-5675.03,736.744,387.582,1.12994,180,0,0,176,0,0,0,0,0),(2954,1124,0,1,1,0,1,-5644.7,677.735,388.477,0.729619,180,0,0,160,350,0,0,0,0),(2955,1122,0,1,1,0,1,-5681.95,722.136,386.857,2.68466,180,0,0,176,0,0,0,0,0),(2956,1123,0,1,1,0,1,-5670.42,687.54,387.824,5.925,180,0,0,156,0,0,0,0,0),(2957,1121,0,1,1,0,1,-5666.23,675.958,386.444,5.14592,180,0,0,148,165,0,0,0,0),(2958,1122,0,1,1,0,1,-5676.78,658.393,387.489,6.2526,180,0,0,176,0,0,0,0,0),(2959,1122,0,1,1,0,1,-5645.45,646.851,384.805,1.83865,180,0,0,176,0,0,0,0,0),(2960,1196,0,1,1,0,0,-5707.71,555.298,393.455,5.94476,180,10,0,164,0,1,0,0,0),(2961,721,0,1,1,0,0,-5573.03,464.959,383.778,4.42837,180,10,0,1,0,1,0,0,0),(2962,1196,0,1,1,0,0,-5689.31,522.743,388.005,2.02134,180,10,0,164,0,1,0,0,0),(2963,1127,0,1,1,0,0,-5685.56,490.94,387.707,0.05236,180,0,0,137,0,0,0,0,0),(2964,1127,0,1,1,0,0,-5648.19,446.078,383.582,2.2902,180,0,0,137,0,0,0,0,0),(2965,1196,0,1,1,0,0,-5722.07,487.089,394.889,2.4611,180,10,0,164,0,1,0,0,0),(2966,1201,0,1,1,0,0,-5675.04,445.211,386.322,6.27733,180,10,0,137,0,1,0,0,0),(3631,5996,0,1,1,6721,1,-10834.9,-3601.65,-12.6425,3.89208,450,0,0,2488,0,0,0,0,0),(3630,6003,0,1,1,6752,1,-11017.6,-3417.64,65.2167,6.01604,450,0,0,2880,0,0,0,0,0),(3605,7851,0,1,1,7911,1,-10929.5,-3421.9,66.5809,1.37881,900,0,0,7842,0,0,0,0,0),(3604,5999,0,1,1,6729,1,-11064.8,-3306.6,50.0069,4.27606,450,0,0,2672,0,0,0,0,0),(3603,5999,0,1,1,6730,1,-10970.8,-3520.83,65.0793,5.59524,450,1,0,2672,0,1,0,0,0),(3600,5999,0,1,1,6730,1,-11064.6,-3264.58,54.3061,6.06697,450,5,0,2672,0,1,0,0,0),(3134,5999,0,1,1,6730,1,-10874.3,-3284.88,88.4249,5.39078,450,5,0,2672,0,1,0,0,0),(3115,5999,0,1,1,6728,1,-10957.4,-3291.1,54.707,4.33718,450,5,0,2672,0,1,0,0,0),(3110,6003,0,1,1,6752,1,-11063.8,-3472.37,65.0793,5.58784,450,0,0,2880,0,0,0,0,0),(3109,5999,0,1,1,6729,1,-10977.4,-3391.3,65.1364,2.1293,450,0,0,2672,0,0,0,0,0),(3106,5999,0,1,1,6727,1,-10896.3,-3427.24,65.4543,2.02426,450,1,0,2672,0,1,0,0,0),(3102,7669,0,1,1,6876,1,-11525.5,-2860.79,8.80994,0.822076,450,1,0,3189,0,1,0,0,0),(3100,7668,0,1,1,6850,1,-11835.4,-3346.96,6.55166,4.80872,450,5,0,3758,0,1,0,0,0),(3099,6005,0,1,1,6793,0,-11311.5,-3423.99,8.46774,2.78452,450,3,0,3082,0,1,0,0,0),(3098,8717,0,1,1,7970,1,-12014.4,-2544.63,-40.8406,1.16942,900,5,0,56592,0,1,0,0,0),(3097,8717,0,1,1,7970,1,-11813.1,-2478.05,-20.9353,0.576621,900,5,0,56592,0,1,0,0,0),(3095,8717,0,1,1,7970,1,-11884.7,-2719.64,3.64841,1.94693,900,5,0,56592,0,1,0,0,0),(3090,8717,0,1,1,7970,1,-12085.4,-2553.96,-35.0681,3.54495,900,5,0,56592,0,1,0,0,0),(3089,8717,0,1,1,7970,1,-11923.7,-2586.02,-39.0151,3.51338,900,5,0,56592,0,1,0,0,0),(3087,8717,0,1,1,7970,1,-11902,-2717.96,6.13408,1.48927,900,5,0,56592,0,1,0,0,0),(3086,8717,0,1,1,7970,1,-11982.2,-2649.32,-15.7386,0.567186,900,5,0,56592,0,1,0,0,0),(2991,1201,0,1,1,0,0,-5656.36,368.805,388.055,0.433821,180,10,0,137,0,1,0,0,0),(2992,1201,0,1,1,0,0,-5635.8,391.688,383.546,5.18477,180,10,0,137,0,1,0,0,0),(3085,8716,0,1,1,10543,0,-12154.6,-2486.75,2.43021,4.08374,900,5,0,51800,12840,1,0,0,0),(3084,8717,0,1,1,7970,1,-11781.9,-2448.57,-16.0607,0.821336,900,5,0,56592,0,1,0,0,0),(2997,721,0,1,1,0,0,-5663.18,404.866,386.43,6.12194,180,10,0,1,0,1,0,0,0),(2998,1127,0,1,1,0,0,-5628.55,407.606,382.5,0.925025,180,0,0,137,0,0,0,0,0),(2999,1196,0,1,1,0,0,-5666.91,420.541,385.653,4.36595,180,10,0,164,0,1,0,0,0),(3000,721,0,1,1,0,0,-5604.46,428.967,381.82,5.07169,180,10,0,1,0,1,0,0,0),(3001,1201,0,1,1,0,0,-5636.13,408.904,383.055,1.53886,180,10,0,137,0,1,0,0,0),(3002,1196,0,1,1,0,0,-5592.17,418.139,380.449,1.46771,180,10,0,164,0,1,0,0,0),(3003,1201,0,1,1,0,0,-5508.89,369.49,389.222,3.6358,180,10,0,137,0,1,0,0,0),(3004,1201,0,1,1,0,0,-5483.22,414.599,386.078,6.14018,180,10,0,137,0,1,0,0,0),(3005,1127,0,1,1,0,0,-5432.29,436.459,386.325,1.3733,180,0,0,137,0,0,0,0,0),(3006,1196,0,1,1,0,0,-5437.89,406.142,391.565,1.4278,180,10,0,164,0,1,0,0,0),(3007,1196,0,1,1,0,0,-5440.85,441.956,385.314,6.11634,180,10,0,164,0,1,0,0,0),(3008,1201,0,1,1,0,0,-5353.79,415.879,388.774,3.41024,180,10,0,137,0,1,0,0,0),(3009,1127,0,1,1,0,0,-5278.6,421.674,387.973,3.91042,180,0,0,137,0,0,0,0,0),(3010,1196,0,1,1,0,0,-5292.11,420.857,388.86,4.78662,180,10,0,164,0,1,0,0,0),(3011,1127,0,1,1,0,0,-5331.42,405.354,389.605,1.46608,180,0,0,137,0,0,0,0,0),(3012,1196,0,1,1,0,0,-5278.4,371.068,394.756,4.62827,180,10,0,164,0,1,0,0,0),(3013,721,0,1,1,0,0,-5226.08,426.809,389.288,4.55873,180,10,0,1,0,1,0,0,0),(3014,1196,0,1,1,0,0,-5240.07,359.182,397.237,0.634801,180,10,0,164,0,1,0,0,0),(3015,1127,0,1,1,0,0,-5270.96,344.558,396.134,3.0359,180,0,0,137,0,0,0,0,0),(3016,1201,0,1,1,0,0,-5189.36,411.983,393.408,4.56624,180,10,0,137,0,1,0,0,0),(3017,1196,0,1,1,0,0,-5264.65,315.338,396.436,4.78078,180,10,0,164,0,1,0,0,0),(3018,1196,0,1,1,0,0,-5217.14,277.976,396.184,2.24331,180,10,0,164,0,1,0,0,0),(3019,3162,0,1,1,0,0,-5363.67,319.114,394.197,4.39823,180,0,0,247,0,0,0,0,0),(3020,1375,0,1,1,0,1,-5372.03,315.428,394.444,4.57276,180,0,0,247,0,0,0,0,0),(3022,13076,0,1,1,0,1,-5353.34,304.579,394.327,5.99117,250,0,0,1910,0,2,0,0,0),(3023,13076,0,1,1,0,1,-5360.34,293.122,394.78,2.74017,250,0,0,1910,0,0,0,0,0),(3024,721,0,1,1,0,0,-5361.96,316.658,394.201,2.20719,180,10,0,1,0,1,0,0,0),(3025,8508,0,1,1,0,1,-5343.18,248.987,388.215,4.4855,180,0,0,198,0,0,0,0,0),(3026,1697,0,1,1,0,1,-5387.62,302.251,394.054,0.715585,180,0,0,198,0,0,0,0,0),(3027,1374,0,1,1,0,1,-5378.4,315.291,394.289,4.46804,180,0,0,198,0,0,0,0,0),(3028,13076,0,1,1,0,1,-5383.14,318.846,394.364,3.45575,250,0,0,1910,0,0,0,0,0),(3029,13076,0,1,1,0,1,-5398.17,315.192,395.989,3.28122,250,0,0,1910,0,0,0,0,0),(3030,13076,0,1,1,0,1,-5382.49,296.601,393.884,0.890118,250,0,0,1910,0,0,0,0,0),(3031,11807,0,1,1,0,1,-5334.86,254.826,388.16,1.93209,180,0,1,301,326,2,0,0,0),(3082,5988,0,1,1,6068,0,-11056.2,-3136.22,45.5669,1.32203,450,5,0,2495,0,1,0,0,0),(3080,8675,0,1,1,7949,0,-11414.5,-2915.38,3.11745,3.96471,450,10,0,2880,0,1,0,0,0),(3077,5996,0,1,1,6722,1,-10740.8,-3663.81,-11.0506,0.034907,450,0,0,2488,0,0,0,0,0),(3036,1127,0,1,1,0,0,-5423.16,214.629,396.949,4.37754,180,5,0,137,0,1,0,0,0),(3037,1196,0,1,1,0,0,-5426.18,207.724,396.985,0.800395,180,10,0,164,0,1,0,0,0),(3038,1127,0,1,1,0,0,-5508.31,344.682,394.113,3.37271,180,0,0,137,0,0,0,0,0),(3040,721,0,1,1,0,0,-5484.92,335.328,397.017,3.46952,180,10,0,1,0,1,0,0,0),(3076,5996,0,1,1,6721,1,-10784.8,-3643.68,-11.6478,3.24631,450,0,0,2488,0,0,0,0,0),(3075,5996,0,1,1,6721,1,-10645.1,-3417.18,3.82311,3.1765,450,0,0,2488,0,0,0,0,0),(3043,1127,0,1,1,0,0,-5480.33,220.444,397.324,3.12414,180,0,0,137,0,0,0,0,0),(3073,5996,0,1,1,6719,1,-10615.5,-3126.4,18.4905,0.15708,450,0,0,2488,0,0,0,0,0),(3045,1127,0,1,1,0,0,-5512.1,226.237,398.074,1.72374,180,5,0,137,0,1,0,0,0),(3046,1201,0,1,1,0,0,-5545.66,349.785,391.841,6.09268,180,10,0,137,0,1,0,0,0),(3072,5997,0,1,1,6712,1,-10562.5,-3496.07,-6.3998,1.08212,450,5,0,2488,0,1,0,0,0),(3071,5996,0,1,1,6721,1,-10633.5,-3480.83,-6.24618,0.261799,450,0,0,2488,0,0,0,0,0),(3069,5996,0,1,1,6720,1,-10638,-3643.24,-13.9714,4.2237,450,0,0,2488,0,0,0,0,0),(3066,5996,0,1,1,6722,1,-10688.9,-3619.6,-7.81449,2.16421,450,0,0,2488,0,0,0,0,0),(3064,5999,0,1,1,6730,1,-11021.5,-3397.24,65.2414,1.37881,450,0,0,2672,0,0,0,0,0),(3053,1196,0,1,1,0,0,-5574.92,338.128,391.483,4.78926,180,10,0,164,0,1,0,0,0),(3062,7851,0,1,1,7913,1,-11041.8,-3432.47,66.6365,2.30383,900,0,0,7842,0,0,0,0,0),(3056,721,0,1,1,0,0,-5612.19,215.909,394.726,4.13031,180,10,0,1,0,1,0,0,0),(3060,5999,0,1,1,6728,1,-10876.3,-3480.09,65.3293,6.26206,450,5,0,2672,0,1,0,0,0),(3058,7851,0,1,1,7913,1,-10931.3,-3369.88,66.5809,4.4855,900,0,0,7842,0,0,0,0,0),(3059,1196,0,1,1,0,0,-5515.43,212.82,399.737,5.67476,180,10,0,164,0,1,0,0,0),(3061,1125,0,1,1,0,0,-5639.23,275.806,389.787,4.33619,180,10,0,102,0,1,0,0,0),(3057,5999,0,1,1,6729,1,-11060.4,-3331.25,67.1477,1.80863,450,5,0,2672,0,1,0,0,0),(3063,721,0,1,1,0,0,-5607.16,309.348,392.829,3.51345,180,10,0,1,0,1,0,0,0),(3055,6003,0,1,1,6753,1,-11049.1,-3375.91,65.3293,3.21335,450,0,0,2880,0,0,0,0,0),(3065,1127,0,1,1,0,0,-5582.53,317.776,394.461,4.73175,180,5,0,137,0,1,0,0,0),(3067,1125,0,1,1,0,0,-5661.43,322.343,386.753,3.04956,180,10,0,102,0,1,0,0,0),(3068,1128,0,1,1,0,0,-5703.75,306.151,387.225,4.70458,180,10,0,122,0,1,0,0,0),(3054,5999,0,1,1,6730,1,-10910.1,-3257.39,60.7225,4.74168,450,1,0,2672,0,1,0,0,0),(3070,721,0,1,1,0,0,-5672.29,269.747,385.403,5.18914,180,10,0,1,0,1,0,0,0),(3052,6003,0,1,1,6755,1,-10974.1,-3405.34,65.4901,4.71976,450,0,0,2880,0,0,0,0,0),(3051,5999,0,1,1,6729,1,-11003.2,-3403.04,61.9667,3.85421,450,1,0,2672,0,1,0,0,0),(3074,1125,0,1,1,0,0,-5752.24,192.971,369.937,1.0472,180,10,0,102,0,1,0,0,0),(3050,5999,0,1,1,6729,1,-11083.8,-3316.24,49.0646,1.29205,450,2,0,2672,0,1,0,0,0),(3049,7728,0,1,1,6688,0,-11254.4,-3562.16,7.93936,3.6257,900,0,0,3268,0,0,0,0,0),(3078,721,0,1,1,0,0,-5797.76,253.149,383.108,4.39055,180,10,0,1,0,1,0,0,0),(3079,1125,0,1,1,0,0,-5778.59,258.034,378.761,4.18747,180,10,0,102,0,1,0,0,0),(3081,721,0,1,1,0,0,-5722.11,222.714,371.706,1.2123,180,10,0,1,0,1,0,0,0),(3048,6005,0,1,1,6794,0,-11649.1,-3348.88,8.56008,2.62,450,10,0,3082,0,1,0,0,0),(3083,1128,0,1,1,0,0,-5717.37,209.205,368.213,3.78001,180,10,0,122,0,1,0,0,0),(3047,6004,0,1,1,6780,1,-11337.5,-3454.17,18.2737,4.85776,450,1,0,2980,0,1,0,0,0),(3044,6005,0,1,1,6795,0,-11243.4,-3449.49,8.28101,3.58595,450,0,0,3082,0,0,0,0,0),(3042,6004,0,1,1,6780,1,-11489.2,-3351.57,7.38935,4.84003,450,0,0,2980,0,0,0,0,0),(3088,1128,0,1,1,0,0,-5755.67,287.236,382.387,1.70193,180,10,0,122,0,1,0,0,0),(3041,6005,0,1,1,6793,0,-11302.2,-3408.62,7.59274,1.24285,450,3,0,3082,0,1,0,0,0),(3091,1128,0,1,1,0,0,-5777,202.862,371.963,5.01902,180,10,0,122,0,1,0,0,0),(3092,1196,0,1,1,0,0,-5833.81,300.745,420.966,5.6057,180,10,0,164,0,1,0,0,0),(3093,1125,0,1,1,0,0,-5754.01,106.97,366.7,4.08662,180,10,0,102,0,1,0,0,0),(3094,1125,0,1,1,0,0,-5795.45,92.3595,364.558,0.296706,180,10,0,102,0,1,0,0,0),(3039,6005,0,1,1,6794,0,-11288.1,-3441.4,10.5,5.32283,450,0,0,3082,0,0,0,0,0),(3096,1125,0,1,1,0,0,-5830.37,144.311,402.566,4.08407,180,10,0,102,0,1,0,0,0),(3035,6005,0,1,1,6794,0,-11607.4,-3396.51,7.60596,1.98245,450,0,0,3082,0,0,0,0,0),(3034,6005,0,1,1,6793,0,-11225.9,-3488,8.76066,2.16793,450,0,0,3082,0,0,0,0,0),(3033,6006,0,1,1,6770,1,-11219.5,-3491.96,8.29468,2.08067,450,0,0,2466,1923,0,0,0,0),(3101,721,0,1,1,0,0,-5703.79,114.366,385.582,1.85178,180,10,0,1,0,1,0,0,0),(3032,6004,0,1,1,6781,1,-11293.2,-3413.99,8.79251,1.36246,450,5,0,2980,0,1,0,0,0),(3103,1126,0,1,1,0,0,-5703.74,111.435,385.084,5.03116,180,10,0,120,0,1,0,0,0),(3104,1126,0,1,1,0,0,-5657.32,9.98776,406.614,5.66974,180,10,0,120,0,1,0,0,0),(3105,1126,0,1,1,0,0,-5673.33,47.0355,397.099,4.93699,180,10,0,120,0,1,0,0,0),(3107,1126,0,1,1,0,0,-5608.4,-34.0437,415.53,0.667725,180,10,0,120,0,1,0,0,0),(3108,1126,0,1,1,0,0,-5590.01,12.8294,440.07,4.69676,180,10,0,120,0,1,0,0,0),(3021,8717,0,1,1,7970,1,-11853.5,-2682.96,2.92018,1.69566,900,5,0,56592,0,1,0,0,0),(3111,1271,0,1,1,0,0,-5656,-96,419.074,1.042,180,0,0,666,0,2,0,0,0),(3112,1126,0,1,1,0,0,-5553.34,-19.0612,433.458,1.10032,180,10,0,120,0,1,0,0,0),(3113,1126,0,1,1,0,0,-5555.99,-75.3499,428.056,2.85168,180,10,0,120,0,1,0,0,0),(3114,1127,0,1,1,0,0,-5580.63,-55.822,421.866,4.31096,180,0,0,137,0,0,0,0,0),(2996,8717,0,1,1,7970,1,-11948.3,-2408.23,-0.650046,1.36229,900,5,0,56592,0,1,0,0,0),(3116,1126,0,1,1,0,0,-5550.97,-76.1191,426.931,3.03978,180,10,0,120,0,1,0,0,0),(3117,721,0,1,1,0,0,-5588.77,-46.6101,419.793,3.44693,180,10,0,1,0,1,0,0,0),(3118,1126,0,1,1,0,0,-5474.26,-101.815,431.55,1.4357,180,10,0,120,0,1,0,0,0),(3119,1135,0,1,1,0,0,-5475.86,-152.694,346.827,3.28349,180,5,0,120,0,1,0,0,0),(3120,1135,0,1,1,0,0,-5456.88,-139.219,346.827,6.04835,180,5,0,120,0,1,0,0,0),(3121,1135,0,1,1,0,0,-5443.66,-153.336,351.376,3.65848,180,5,0,120,0,1,0,0,0),(3122,1135,0,1,1,0,0,-5432.07,-134.393,350.506,4.36332,180,0,0,120,0,0,0,0,0),(3123,1127,0,1,1,0,0,-5427.46,-190.397,404.276,1.8675,180,0,0,137,0,0,0,0,0),(3124,1126,0,1,1,0,0,-5417.08,-146.935,399.831,6.08869,180,10,0,120,0,1,0,0,0),(3125,1135,0,1,1,0,0,-5479.27,-121.141,346.827,2.51812,180,5,0,120,0,1,0,0,0),(3126,1134,0,1,1,0,0,-5496.19,-127.459,346.827,6.16746,180,5,0,102,0,1,0,0,0),(3127,1137,0,1,1,0,0,-5436.07,-117.846,347.834,4.10152,1500,0,0,176,0,2,0,0,0),(3128,721,0,1,1,0,0,-5415.57,-104.99,396.552,3.50652,180,10,0,1,0,1,0,0,0),(3129,1135,0,1,1,0,0,-5465.78,-112.592,346.827,4.32155,180,5,0,120,0,1,0,0,0),(3130,1126,0,1,1,0,0,-5456.89,-126.023,409.116,1.79681,180,10,0,120,0,1,0,0,0),(3131,1126,0,1,1,0,0,-5411.45,-96.9262,395.562,3.42692,180,10,0,120,0,1,0,0,0),(3132,721,0,1,1,0,0,-5427.28,-214.123,404.843,1.65673,180,10,0,1,0,1,0,0,0),(3133,1135,0,1,1,0,0,-5445.74,-180.89,349.839,6.03884,180,0,0,120,0,0,0,0,0),(3135,1135,0,1,1,0,0,-5428.15,-164.489,351.642,3.56047,180,0,0,120,0,0,0,0,0),(3136,1135,0,1,1,0,0,-5408.26,-192.625,349.73,3.96501,180,5,0,120,0,1,0,0,0),(3137,1134,0,1,1,0,0,-5392.56,-180.219,370.357,0.747044,180,5,0,102,0,1,0,0,0),(3138,1135,0,1,1,0,0,-5416.64,-193.357,371.891,0.541052,180,0,0,120,0,0,0,0,0),(3139,1135,0,1,1,0,0,-5395.96,-130.405,368.136,5.28835,180,0,0,120,0,0,0,0,0),(3140,1127,0,1,1,0,0,-5385.78,-60.9882,393.626,3.61283,180,0,0,137,0,0,0,0,0),(3141,721,0,1,1,0,0,-5364.73,-23.461,396.984,3.6559,180,10,0,1,0,1,0,0,0),(3142,721,0,1,1,0,0,-5317.28,-42.4254,395.951,4.86899,180,10,0,1,0,1,0,0,0),(3143,1196,0,1,1,0,0,-5319.32,-26.9008,393.778,5.9792,180,10,0,164,0,1,0,0,0),(3144,1196,0,1,1,0,0,-5417.8,34.0006,414.617,5.90087,180,10,0,164,0,1,0,0,0),(3145,721,0,1,1,0,0,-5408.84,106.371,394.907,0.379782,180,10,0,1,0,1,0,0,0),(3146,1201,0,1,1,0,0,-5441.79,108.379,396.552,2.44372,180,10,0,137,0,1,0,0,0),(3147,1201,0,1,1,0,0,-5468.17,196.856,397.111,4.41572,180,10,0,137,0,1,0,0,0),(3148,1127,0,1,1,0,0,-5453.67,151.212,401.204,3.03784,180,5,0,137,0,1,0,0,0),(3149,1266,0,1,1,0,1,-5573.01,99.3317,483.91,5.11381,190,0,0,484,0,0,0,0,0),(3150,721,0,1,1,0,0,-5488.26,211.658,397.739,4.37214,180,10,0,1,0,1,0,0,0),(3151,1131,0,1,1,0,0,-5308.95,153.637,390.239,6.05101,180,10,0,137,0,1,0,0,0),(3152,1131,0,1,1,0,0,-5310.41,135.794,388.544,2.69075,180,10,0,137,0,1,0,0,0),(3153,1131,0,1,1,0,0,-5232.7,129.061,394.499,2.00446,180,10,0,137,0,1,0,0,0),(3154,1132,0,1,1,0,0,-5249.14,117.021,394.068,5.334,7200,20,0,198,0,1,0,0,0),(3155,1133,0,1,1,0,0,-5251.37,117.746,394.126,4.65202,180,5,0,156,0,1,0,0,0),(3156,1133,0,1,1,0,0,-5248.18,119.482,394.337,5.12932,180,5,0,156,0,1,0,0,0),(3157,1131,0,1,1,0,0,-5263.62,129.356,393.841,1.82411,180,10,0,137,0,1,0,0,0),(3158,1131,0,1,1,0,0,-5263.83,98.8485,391.355,5.69508,180,10,0,137,0,1,0,0,0),(3159,1131,0,1,1,0,0,-5282.48,128.228,389.916,4.23383,180,10,0,137,0,1,0,0,0),(3160,1131,0,1,1,0,0,-5223.96,130.097,392.736,1.92953,180,10,0,137,0,1,0,0,0),(3161,1131,0,1,1,0,0,-5233.88,102.648,392.587,1.66699,180,10,0,137,0,1,0,0,0),(3162,1700,0,1,1,0,1,-5197.73,54.8182,385.752,4.95674,180,0,0,198,0,0,0,0,0),(3163,721,0,1,1,0,0,-5076.12,42.9078,397.57,4.97391,180,10,0,1,0,1,0,0,0),(3164,1127,0,1,1,0,0,-5085.26,50.2602,396.851,1.39934,180,0,0,137,0,0,0,0,0),(3165,1201,0,1,1,0,0,-5071.19,60.7926,397.726,2.99046,180,10,0,137,0,1,0,0,0),(3166,1196,0,1,1,0,0,-5056.07,68.3708,395.328,5.66157,180,10,0,164,0,1,0,0,0),(3167,1201,0,1,1,0,0,-5083.94,-47.5227,395.294,0.317807,180,10,0,137,0,1,0,0,0),(3168,1201,0,1,1,0,0,-5110.62,-7.22357,397.551,4.4839,180,10,0,137,0,1,0,0,0),(3169,1127,0,1,1,0,0,-5103.77,-45.8484,398.04,3.18852,180,0,0,137,0,0,0,0,0),(3170,1196,0,1,1,0,0,-5285.84,-75.1347,401.91,1.5708,180,10,0,164,0,1,0,0,0),(3171,1196,0,1,1,0,0,-5303.76,-94.899,400.886,4.5204,180,10,0,164,0,1,0,0,0),(3172,1196,0,1,1,0,0,-5242.6,-56.3073,396.17,5.92624,180,10,0,164,0,1,0,0,0),(3173,721,0,1,1,0,0,-5270.16,-177.562,440.994,2.1621,180,10,0,1,0,1,0,0,0),(3174,1196,0,1,1,0,0,-5199.99,-114.405,407.844,2.00034,180,10,0,164,0,1,0,0,0),(3175,721,0,1,1,0,0,-5218.75,-185.173,439.699,1.5708,180,10,0,1,0,1,0,0,0),(3176,1397,0,1,1,0,1,-5284.24,-184.543,440.684,4.42848,180,0,0,148,165,0,0,0,0),(3177,1397,0,1,1,0,1,-5350.38,-221.805,443.94,3.90228,180,5,0,148,165,1,0,0,0),(3178,1397,0,1,1,0,1,-5354.94,-240.624,444.226,3.31181,180,5,0,148,165,1,0,0,0),(3179,1397,0,1,1,0,1,-5334.12,-236.347,440.271,5.32325,180,0,0,148,165,0,0,0,0),(3180,1397,0,1,1,0,1,-5337.22,-225.25,439.968,5.14872,180,0,0,148,165,0,0,0,0),(3181,1121,0,1,1,0,1,-5328.04,-230.491,440.965,2.89725,180,0,0,148,165,0,0,0,0),(3182,1397,0,1,1,0,1,-5315.96,-247.577,440.835,5.86799,180,5,0,148,165,1,0,0,0),(3183,1123,0,1,1,0,1,-5316.35,-214.36,441.055,0.401843,180,5,0,156,0,1,0,0,0),(3184,1397,0,1,1,0,1,-5371.72,-271.385,438.898,3.78877,180,5,0,148,165,1,0,0,0),(3185,1397,0,1,1,0,1,-5341.22,-271.624,446.477,5.69854,180,5,0,148,165,1,0,0,0),(3186,1135,0,1,1,0,0,-5403.29,-186.543,370.522,0.560124,180,5,0,120,0,1,0,0,0),(3187,1135,0,1,1,0,0,-5419.45,-211.023,374.024,1.8675,180,0,0,120,0,0,0,0,0),(3188,1135,0,1,1,0,0,-5366.75,-231.126,361.217,3.95842,180,5,0,120,0,1,0,0,0),(3189,1397,0,1,1,0,1,-5372.22,-224.243,443.531,4.17533,180,5,0,148,165,1,0,0,0),(3190,1123,0,1,1,0,1,-5054.89,-135.558,428.499,0.20944,180,0,0,156,0,0,0,0,0),(3191,1201,0,1,1,0,0,-5137.58,-88.7495,387.329,3.54315,180,10,0,137,0,1,0,0,0),(3192,721,0,1,1,0,0,-5127.48,-100.469,392.562,0.285279,180,10,0,1,0,1,0,0,0),(3193,1121,0,1,1,0,1,-5080.07,-244.765,447.604,1.41399,180,5,0,148,165,1,0,0,0),(3194,1397,0,1,1,0,1,-5023.36,-204.943,444.991,4.04916,180,0,0,148,165,0,0,0,0),(3195,1397,0,1,1,0,1,-5025.73,-200.843,445.158,1.41372,180,0,0,148,165,0,0,0,0),(3196,1397,0,1,1,0,1,-5004.57,-230.808,443.491,2.08519,180,5,0,148,165,1,0,0,0),(3197,721,0,1,1,0,0,-5529,-2482,409.268,3.32,180,10,0,1,0,1,0,0,0),(3198,1397,0,1,1,0,1,-5053.69,-259.261,441.392,2.30383,180,0,0,148,165,0,0,0,0),(3199,1121,0,1,1,0,1,-5053.21,-261.452,441.392,3.7001,180,0,0,148,165,0,0,0,0),(3200,1397,0,1,1,0,1,-5046.74,-257.153,441.392,5.48033,180,0,0,148,165,0,0,0,0),(3201,1397,0,1,1,0,1,-5036.62,-243.857,444.904,0.155681,180,5,0,148,165,1,0,0,0),(3202,1121,0,1,1,0,1,-5030.05,-204.617,444.677,2.47837,180,0,0,148,165,0,0,0,0),(3203,1121,0,1,1,0,1,-5032.48,-118.388,408.916,2.15609,180,5,0,148,165,1,0,0,0),(3204,1397,0,1,1,0,1,-5078.65,-278.59,448.999,0.797811,180,0,0,148,165,0,0,0,0),(3205,1397,0,1,1,0,1,-5078.33,-306.902,446.493,5.95739,180,0,0,148,165,0,0,0,0),(3206,1397,0,1,1,0,1,-5004.95,-269.739,443.545,0.404103,180,0,0,148,165,0,0,0,0),(3207,1397,0,1,1,0,1,-5023.95,-281.668,442.452,4.8431,180,0,0,148,165,0,0,0,0),(3208,1397,0,1,1,0,1,-5052.26,-289.23,441.594,6.0662,180,0,0,148,165,0,0,0,0),(3209,1397,0,1,1,0,1,-5033.86,-254.408,444.205,1.93182,180,0,0,148,165,0,0,0,0),(3210,1397,0,1,1,0,1,-4985.24,-293.565,449.149,1.65928,180,0,0,148,165,0,0,0,0),(3211,1127,0,1,1,0,0,-5154.23,-284,396.659,3.45575,180,0,0,137,0,0,0,0,0),(3212,1126,0,1,1,0,0,-5175.04,-249.373,388.378,0.650922,180,10,0,120,0,1,0,0,0),(3213,1128,0,1,1,0,0,-5350.68,-351.551,395.694,2.63866,180,10,0,122,0,1,0,0,0),(3214,1128,0,1,1,0,0,-5384.24,-319.039,400.042,2.35888,180,10,0,122,0,1,0,0,0),(3215,1138,0,1,1,0,0,-5363.15,-382.777,396.849,5.65453,180,10,0,120,0,1,0,0,0),(3216,1131,0,1,1,0,0,-5236.7,-410.519,387.246,2.47661,180,10,0,137,0,1,0,0,0),(3217,1126,0,1,1,0,0,-5365.42,-423.569,397.307,5.67678,180,10,0,120,0,1,0,0,0),(3218,1138,0,1,1,0,0,-5397.96,-330.858,400.987,1.35728,180,10,0,120,0,1,0,0,0),(3219,1138,0,1,1,0,0,-5409.01,-448.11,396.435,6.03631,180,10,0,120,0,1,0,0,0),(3220,1131,0,1,1,0,0,-5427.07,-451.892,398.03,3.81908,180,10,0,137,0,1,0,0,0),(3221,1135,0,1,1,0,0,-5415.04,-301.539,358.165,5.98897,180,5,0,120,0,1,0,0,0),(3222,1135,0,1,1,0,0,-5390.08,-278.356,363.174,3.24631,180,0,0,120,0,0,0,0,0),(3223,1128,0,1,1,0,0,-5446.86,-378.347,399.087,5.51712,180,10,0,122,0,1,0,0,0),(3224,1138,0,1,1,0,0,-5430.05,-392.442,401.018,3.64983,180,10,0,120,0,1,0,0,0),(3225,1138,0,1,1,0,0,-5403.98,-328.518,401.243,5.6307,180,10,0,120,0,1,0,0,0),(3226,1138,0,1,1,0,0,-5422.69,-394.905,400.65,4.16125,180,10,0,120,0,1,0,0,0),(3227,1138,0,1,1,0,0,-5392.7,-460.928,394.507,0.768646,180,10,0,120,0,1,0,0,0),(3228,1135,0,1,1,0,0,-5505.83,-343.944,356.39,1.41372,180,0,0,120,0,0,0,0,0),(3229,1135,0,1,1,0,0,-5481.87,-323.972,356.727,3.21141,180,0,0,120,0,0,0,0,0),(3230,1135,0,1,1,0,0,-5492.33,-329.985,355.766,1.89881,180,5,0,120,0,1,0,0,0),(3231,1131,0,1,1,0,0,-5422.31,-327.733,401.327,4.93884,180,10,0,137,0,1,0,0,0),(3232,1135,0,1,1,0,0,-5493.79,-282.648,353.295,0.497297,180,5,0,120,0,1,0,0,0),(3233,1135,0,1,1,0,0,-5492.18,-300.152,353.771,5.05726,180,5,0,120,0,1,0,0,0),(3234,1135,0,1,1,0,0,-5516.47,-303.547,354.383,4.29803,180,5,0,120,0,1,0,0,0),(3235,1135,0,1,1,0,0,-5519.16,-317.705,355.389,5.04226,180,5,0,120,0,1,0,0,0),(3236,1135,0,1,1,0,0,-5471.05,-277.054,354.215,2.05949,180,5,0,120,0,1,0,0,0),(3237,1135,0,1,1,0,0,-5419.42,-267.922,360.669,4.83456,180,5,0,120,0,1,0,0,0),(3238,1135,0,1,1,0,0,-5442.81,-273.531,356.713,5.70907,180,5,0,120,0,1,0,0,0),(3239,1135,0,1,1,0,0,-5404.12,-275.588,362.427,5.67217,180,5,0,120,0,1,0,0,0),(3240,1135,0,1,1,0,0,-5485.38,-245.197,355.013,2.74017,180,0,0,120,0,0,0,0,0),(3241,1135,0,1,1,0,0,-5387.56,-261.729,363.08,2.31513,180,5,0,120,0,1,0,0,0),(3242,1126,0,1,1,0,0,-5426.04,-227.76,404.73,4.42953,180,10,0,120,0,1,0,0,0),(3243,1135,0,1,1,0,0,-5386.4,-264.176,362.947,3.74257,180,5,0,120,0,1,0,0,0),(3244,1135,0,1,1,0,0,-5465.9,-265.863,354.531,4.63181,180,5,0,120,0,1,0,0,0),(3245,721,0,1,1,0,0,-5416.17,-265.08,404.942,3.42062,180,10,0,1,0,1,0,0,0),(3246,1135,0,1,1,0,0,-5380.1,-209.795,358.817,5.36908,180,5,0,120,0,1,0,0,0),(3247,1135,0,1,1,0,0,-5361.56,-259.345,361.43,2.96706,180,0,0,120,0,0,0,0,0),(3249,1128,0,1,1,0,0,-5550.08,-376.225,411.462,2.63545,180,10,0,122,0,1,0,0,0),(3250,1125,0,1,1,0,0,-5517.96,-436.142,405.72,4.33007,180,10,0,102,0,1,0,0,0),(3251,1125,0,1,1,0,0,-5613.71,-376.939,399.388,3.96922,180,10,0,102,0,1,0,0,0),(3252,721,0,1,1,0,0,-5600.24,-359.723,402.411,2.39485,180,10,0,1,0,1,0,0,0),(3253,1128,0,1,1,0,0,-5581.08,-352.124,408.071,0.15708,180,10,0,122,0,1,0,0,0),(35280,6188,1,1,1,2000,1,4246.31,-5713.27,107.499,6.25467,333,5,0,2016,4393,1,0,0,0),(3255,1134,0,1,1,0,0,-5678.49,-317.124,367.832,4.63795,180,0,0,102,0,0,0,0,0),(3257,1135,0,1,1,0,0,-5633.13,-278.188,369.626,3.68946,180,0,0,120,0,0,0,0,0),(3258,1135,0,1,1,0,0,-5602.79,-276.331,370.282,2.73594,180,0,0,120,0,0,0,0,0),(3259,1135,0,1,1,0,0,-5580.62,-301.221,365.249,3.57467,180,0,0,120,0,0,0,0,0),(3260,1125,0,1,1,0,0,-5742.83,-283.556,358.19,1.2509,180,10,0,102,0,1,0,0,0),(3261,1134,0,1,1,0,0,-5691.25,-310.021,365.835,4.4649,180,0,0,102,0,0,0,0,0),(3262,1134,0,1,1,0,0,-5689.12,-304.902,366.042,4.10904,180,0,0,102,0,0,0,0,0),(3263,721,0,1,1,0,0,-4413,-1527,481.34,6.195,180,10,0,1,0,1,0,0,0),(15226,2351,0,1,1,806,0,217.499,-982.938,77.076,3.22886,300,0,0,677,0,0,0,0,0),(15221,2369,0,1,1,11255,1,-1254.53,-818.144,-5.98989,5.15025,300,10,0,1050,0,1,0,0,0),(14898,2356,0,1,1,3201,0,-708.808,-1564.22,57.1721,2.4516,300,10,0,944,0,1,0,0,0),(15220,2371,0,1,1,4982,1,-1173.67,-754.479,-12.5778,3.31562,300,10,0,935,878,1,0,0,0),(14858,2349,0,1,1,6808,0,-288.344,134.765,76.6337,1.51216,300,10,0,664,0,1,0,0,0),(14859,2356,0,1,1,3201,0,-614.494,-1673.26,61.3654,3.59475,300,10,0,944,0,1,0,0,0),(14860,2356,0,1,1,3201,0,-1010.29,142.993,57.5302,2.38511,300,10,0,944,0,1,0,0,0),(14861,2349,0,1,1,6808,0,-956.325,50.0884,52.0403,5.36606,300,5,0,664,0,1,0,0,0),(14862,2356,0,1,1,3201,0,-330.917,202.579,87.4494,0.784019,300,10,0,944,0,1,0,0,0),(14863,3541,0,1,1,3696,1,-774.517,-505.746,23.7108,3.50811,300,0,0,1753,0,0,0,0,0),(14864,2386,0,1,1,3705,1,-883.759,-454.059,10.6827,2.64474,300,5,0,2310,0,1,0,0,0),(14865,2356,0,1,1,3201,0,-1018.39,-1398.95,56.5173,0.450548,300,10,0,944,0,1,0,0,0),(14866,2356,0,1,1,3201,0,-999.111,120.493,54.7334,5.92174,300,10,0,944,0,1,0,0,0),(14867,7071,0,1,1,5817,1,-1220.88,416.147,3.81308,4.31096,600,0,0,7349,4482,0,0,0,0),(14868,7068,0,1,1,5829,1,-1267.31,436.379,16.4786,0.916549,600,5,0,7349,6723,1,0,0,0),(14871,7068,0,1,1,5829,1,-1232.49,480.7,13.6295,5.2709,600,0,0,7349,6723,0,0,0,0),(14872,7068,0,1,1,5828,1,-1240.95,434.424,3.14377,1.66122,600,5,0,7349,6723,1,0,0,0),(14873,2356,0,1,1,3201,0,280.125,-3029.01,97.3502,3.764,300,3,0,944,0,1,0,0,0),(14874,7071,0,1,1,5818,1,-1232.39,479.16,13.6295,5.67232,600,0,0,7349,4482,0,0,0,0),(14875,7071,0,1,1,5819,1,-1233.45,434.88,3.64377,4.4855,600,0,0,7349,4482,0,0,0,0),(14876,7071,0,1,1,5816,1,-1234.14,512.85,14.1555,2.72271,600,0,0,7349,4482,0,0,0,0),(14877,2349,0,1,1,6808,0,-979.548,41.6456,51.9874,1.61374,300,5,0,664,0,1,0,0,0),(14878,2349,0,1,1,6808,0,-1046.15,184.351,66.7327,4.48905,300,3,0,664,0,1,0,0,0),(14879,2375,0,1,1,3617,1,-1178.33,-54.7851,-12.6767,2.96766,300,10,0,950,0,1,0,0,0),(14880,2374,0,1,1,1305,1,-1181.16,217.909,-8.26112,1.45092,300,10,0,896,0,1,0,0,0),(14881,2374,0,1,1,1305,1,-1230.53,247.405,-9.98713,3.55549,300,10,0,896,0,1,0,0,0),(14882,2349,0,1,1,6808,0,-311.256,216.687,89.726,6.05668,300,10,0,664,0,1,0,0,0),(14883,2386,0,1,1,3705,1,-824.231,-593.458,14.7112,5.11754,300,5,0,2310,0,1,0,0,0),(14884,2349,0,1,1,6808,0,-1017.38,118.039,54.1227,0.044493,300,5,0,664,0,1,0,0,0),(14885,721,0,1,1,4626,0,-631.237,-360.387,40.6537,4.27916,300,10,0,1,0,1,0,0,0),(14886,2356,0,1,1,3201,0,-381.533,-1587.1,71.7978,0.121447,300,10,0,944,0,1,0,0,0),(14887,2350,0,1,1,1989,0,-728.96,486.825,77.6756,3.26793,300,5,0,494,0,1,0,0,0),(14888,2356,0,1,1,3201,0,-359.228,-1541.89,71.2492,0.271051,300,10,0,944,0,1,0,0,0),(14889,2349,0,1,1,6808,0,-1008.25,9.30925,40.2305,3.91498,300,5,0,664,0,1,0,0,0),(14890,2356,0,1,1,3201,0,-369.407,-1471.97,67.4952,3.72948,300,3,0,944,0,1,0,0,0),(14891,2356,0,1,1,3201,0,-362.476,-1499.41,67.7939,0.686423,300,10,0,944,0,1,0,0,0),(14892,2356,0,1,1,3201,0,-718.576,-1552.33,56.9426,4.26605,300,10,0,944,0,1,0,0,0),(14893,2371,0,1,1,4982,1,-1345.49,-906.37,-6.1125,1.73889,300,10,0,935,878,1,0,0,0),(14894,2349,0,1,1,6808,0,-571.402,-1622.24,64.1769,0.056691,300,3,0,664,0,1,0,0,0),(14895,2350,0,1,1,1989,0,-679.31,-1446.81,63.9523,0.814436,300,10,0,494,0,1,0,0,0),(14896,620,0,1,1,304,0,-814.948,-616.612,13.8203,1.96799,300,5,0,1,0,1,0,0,0),(14897,2370,0,1,1,4976,1,-1440.63,-1027.13,-5.3661,4.955,300,10,0,812,811,1,0,0,0),(17693,1909,0,1,1,757,1,1176.66,484.48,30.6209,6.16828,275,10,0,377,408,1,0,0,0),(17692,1958,0,1,1,2597,0,837.991,55.0294,34.7878,1.05291,275,10,0,350,390,1,0,0,0),(17691,1958,0,1,1,2597,0,874.275,83.9449,34.1398,5.49314,275,0,0,350,390,0,0,0,0),(17690,1958,0,1,1,2597,0,863.282,70.3485,33.4309,1.43117,275,0,0,350,390,0,0,0,0),(17689,1958,0,1,1,2597,0,865.287,79.8478,34.4221,5.91667,275,0,0,350,390,0,0,0,0),(17687,1958,0,1,1,2597,0,777.183,52.5442,30.5667,1.84075,275,5,0,350,390,1,0,0,0),(17688,1958,0,1,1,2597,0,848.553,22.1305,25.8561,0.900002,275,5,0,350,390,1,0,0,0),(17686,1958,0,1,1,2597,0,802.98,160.684,34.962,3.33358,275,0,0,350,390,0,0,0,0),(17685,1958,0,1,1,2597,0,812.965,154.559,36.087,1.90263,275,10,0,350,390,1,0,0,0),(17684,1958,0,1,1,2597,0,811.016,170.998,33.2021,6.24828,275,0,0,350,390,0,0,0,0),(17683,1958,0,1,1,2597,0,794.681,178.149,30.0894,6.24992,275,10,0,350,390,1,0,0,0),(17682,1957,0,1,1,1994,1,784.957,184.443,34.1466,5.72468,275,0,0,356,0,0,0,0,0),(17681,1958,0,1,1,2597,0,786.541,162.371,32.1485,0.94883,275,10,0,350,390,1,0,0,0),(35279,6188,1,1,1,2000,1,4483.25,-5586.13,102.4,3.2902,333,3,0,2016,4393,1,0,0,0),(35278,6188,1,1,1,2000,1,4555.07,-5587.25,99.7135,5.32176,333,10,0,2016,4393,1,0,0,0),(35277,6188,1,1,1,2000,1,4247.27,-5221.55,119.116,3.45575,333,0,0,2016,4393,0,0,0,0),(35276,6188,1,1,1,2000,1,4481.19,-5513.72,112.47,1.79938,333,10,0,2016,4393,1,0,0,0),(35275,6188,1,1,1,2000,1,4702.1,-5394.17,111.708,2.58534,333,0,0,2016,4393,0,0,0,0),(35274,6188,1,1,1,2000,1,4684.58,-5379.89,112.363,0.568381,333,0,0,2016,4393,0,0,0,0),(35273,6188,1,1,1,2000,1,4617.99,-5619.52,101.928,4.96224,333,10,0,2016,4393,1,0,0,0),(35272,6188,1,1,1,2000,1,4450.08,-5484.24,107.189,1.0964,333,10,0,2016,4393,1,0,0,0),(35271,6188,1,1,1,2000,1,4598.61,-5583.86,97.9766,1.65806,333,0,0,2016,4393,0,0,0,0),(35270,6188,1,1,1,2000,1,4679.94,-5344.48,111.107,0.331613,333,2,0,2016,4393,1,0,0,0),(35269,6188,1,1,1,2000,1,4651.44,-5351.55,116.584,2.16421,333,3,0,2016,4393,1,0,0,0),(35268,6188,1,1,1,2000,1,4579.4,-5614.67,103.506,3.23065,333,10,0,2016,4393,1,0,0,0),(35267,6188,1,1,1,2000,1,4646.94,-5512.43,105.199,2.29526,333,10,0,2016,4393,1,0,0,0),(35266,6188,1,1,1,2000,1,4451.56,-5526.56,108.836,4.33238,333,0,0,2016,4393,0,0,0,0),(35265,6188,1,1,1,2000,1,4661.07,-5371.67,108.462,0.147507,333,0,0,2016,4393,0,0,0,0),(35264,6188,1,1,1,2000,1,4717.89,-5447.92,109.313,0.585741,333,0,0,2016,4393,0,0,0,0),(35263,6187,1,1,1,6826,1,4733.12,-5465.65,109.004,0.199911,333,10,0,2672,0,1,0,0,0),(35262,6187,1,1,1,6826,1,4598.44,-5569.27,97.0705,0.151306,333,0,0,2672,0,0,0,0,0),(35261,6187,1,1,1,6826,1,4579.65,-5580.22,99.8205,1.6246,333,0,0,2672,0,0,0,0,0),(35260,6187,1,1,1,6826,1,4652.24,-5387.96,107.337,5.00449,333,0,0,2672,0,0,0,0,0),(35259,6187,1,1,1,6826,1,4316.98,-5724.07,101.615,0.21516,333,5,0,2672,0,1,0,0,0),(35258,6187,1,1,1,6826,1,4443.57,-5519.39,108.086,0.414507,333,0,0,2672,0,0,0,0,0),(35257,6187,1,1,1,6826,1,4242.75,-5216.79,117.44,3.56047,333,0,0,2672,0,0,0,0,0),(35256,6187,1,1,1,6826,1,4315.05,-5741.22,102.638,3.13881,333,5,0,2672,0,1,0,0,0),(35255,6187,1,1,1,6826,1,4594.58,-5556.61,98.1848,2.8549,333,0,0,2672,0,0,0,0,0),(35254,6187,1,1,1,6826,1,4312.77,-5713.99,101.49,1.79215,333,5,0,2672,0,1,0,0,0),(35249,6187,1,1,1,6826,1,4246.38,-5228.43,118.458,3.38594,333,0,0,2672,0,0,0,0,0),(35248,6187,1,1,1,6826,1,4458.85,-5533.85,109.221,0.368375,333,0,0,2672,0,0,0,0,0),(35235,6187,1,1,1,6826,1,4302.77,-5727.45,101.99,4.47153,333,5,0,2672,0,1,0,0,0),(35234,6187,1,1,1,6826,1,4442.71,-5544.8,107.721,5.06472,333,0,0,2672,0,0,0,0,0),(35233,6186,1,1,1,1999,1,3812.83,-4923.65,147.73,0.626038,333,0,0,2062,1695,0,0,0,0),(35232,6186,1,1,1,1999,1,3804.06,-4898.98,146.722,0.58012,333,0,0,2062,1695,0,0,0,0),(35227,6185,1,1,1,6825,1,3890.58,-4931.55,145.596,2.88477,333,5,0,2488,0,1,0,0,0),(35226,6185,1,1,1,6825,1,3801.18,-4917.63,145.605,4.78949,333,0,0,2488,0,0,0,0,0),(35220,6185,1,1,1,6825,1,3879.84,-4987.39,138.286,4.77634,333,3,0,2488,0,1,0,0,0),(35219,6185,1,1,1,6825,1,4135.94,-5080.73,143.47,0.872766,333,0,0,2488,0,0,0,0,0),(35218,6185,1,1,1,6825,1,3872.32,-4866.8,154.931,0.004514,333,5,0,2488,0,1,0,0,0),(35217,6185,1,1,1,6825,1,3810.24,-4880.98,145.73,5.40835,333,5,0,2488,0,1,0,0,0),(35216,6185,1,1,1,6825,1,4056.26,-5076.93,130.57,3.15136,333,5,0,2488,0,1,0,0,0),(35215,6185,1,1,1,6825,1,4154.03,-5145.8,133.464,1.12962,333,0,0,2488,0,2,0,0,0),(83243,26113,0,1,1,23790,1,1823.75,212.431,60.2023,6.23082,300,0,0,3237,0,0,0,0,0),(35214,6185,1,1,1,6825,1,3807.62,-4911,146.105,5.89493,333,0,0,2488,0,0,0,0,0),(35213,6185,1,1,1,6825,1,3921.85,-5053.16,130.461,6.0042,333,5,0,2488,0,1,0,0,0),(35212,6185,1,1,1,6825,1,3882.57,-5014.47,135.678,2.1266,333,3,0,2488,0,1,0,0,0),(35211,6185,1,1,1,6825,1,4127.86,-5079.8,144.507,6.24109,333,0,0,2488,0,0,0,0,0),(35210,6185,1,1,1,6825,1,4080.67,-5089.01,133.74,5.84152,333,2,0,2488,0,1,0,0,0),(35209,6185,1,1,1,6825,1,3851.21,-4948.51,144.678,0.425689,333,5,0,2488,0,1,0,0,0),(35208,6185,1,1,1,6825,1,3822.02,-4950.43,142.963,5.97877,333,5,0,2488,0,1,0,0,0),(35207,6185,1,1,1,6825,1,3784.07,-4952.14,144.05,4.38909,333,10,0,2488,0,1,0,0,0),(35206,6184,1,1,1,936,1,4085.22,-5183.22,116.557,3.87454,333,5,0,2399,0,1,0,0,0),(35205,6184,1,1,1,936,1,3779.72,-4854.23,144.727,3.0299,333,3,0,2399,0,1,0,0,0),(35204,6184,1,1,1,936,1,3783.45,-4886.76,142.628,2.27312,333,3,0,2399,0,1,0,0,0),(35203,6184,1,1,1,936,1,3825.72,-4868.32,146.579,3.45,333,5,0,2399,0,1,0,0,0),(35202,6184,1,1,1,936,1,3955.67,-5080.46,126.842,0.813824,333,10,0,2399,0,1,0,0,0),(35201,6184,1,1,1,936,1,4146.8,-5154.38,134.686,5.40686,333,0,0,2399,0,0,0,0,0),(35200,6184,1,1,1,936,1,4121.65,-5124.49,139.382,2.99828,333,3,0,2399,0,1,0,0,0),(35199,6184,1,1,1,936,1,3782.76,-4915.87,145.414,0.662784,333,5,0,2399,0,1,0,0,0),(35198,6184,1,1,1,936,1,3953.02,-5067.08,130.258,5.44114,333,10,0,2399,0,1,0,0,0),(35197,6184,1,1,1,936,1,3878.55,-4869.47,154.824,6.22649,333,0,0,2399,0,2,0,0,0),(35196,3621,1,1,1,4293,1,3579.9,-4383.46,110.172,4.81711,333,0,0,2769,0,0,0,0,0),(35195,12577,1,1,1,12926,1,2718.18,-3880.75,101.532,0.174533,600,0,0,10572,0,0,0,0,0),(3453,17797,545,3,1,0,1,88.3971,-316.111,-7.78743,3.03687,86400,0,0,100300,3309,0,0,0,0),(35194,11548,1,1,1,11359,1,2698.67,-3853.54,102.555,5.18363,333,0,0,1774,1534,0,0,0,0),(35193,11276,1,1,1,2306,1,2692.44,-3875.86,107.601,4.97419,333,0,0,2138,0,0,0,0,0),(35192,11276,1,1,1,2306,1,2699.66,-3879.29,106.819,3.63029,333,0,0,2138,0,0,0,0,0),(35191,13322,1,1,1,5564,0,2790.41,-7240.09,-13.5935,1.44732,180,0,0,3200,0,0,0,0,0),(35190,13322,1,1,1,5564,0,2918.7,-7282.79,-13.7191,2.66831,180,0,0,3200,0,0,0,0,0),(35189,13322,1,1,1,5564,0,2881.41,-7245.37,-14.7192,0.442985,180,0,0,3200,0,0,0,0,0),(35188,13322,1,1,1,5564,0,2831.77,-7240.2,-12.3579,0.724856,180,0,0,3200,0,0,0,0,0),(35187,13322,1,1,1,5564,0,2813.02,-7338.97,-22.6594,4.95429,180,0,0,3200,0,0,0,0,0),(35186,13322,1,1,1,5564,0,2914.3,-7342.59,-21.4982,3.17418,180,0,0,3200,0,0,0,0,0),(35185,13322,1,1,1,5564,0,2762.99,-7309.48,-19.7362,5.51465,180,0,0,3200,0,0,0,0,0),(35184,6148,1,1,1,12813,0,4528.15,-6987.72,105.716,5.78197,600,10,0,7359,0,1,0,0,0),(35183,6148,1,1,1,12813,0,4552.81,-7045.36,101.701,2.91469,600,10,0,7359,0,1,0,0,0),(49670,11340,309,1,1,11222,1,-11806.8,-1629.93,21.2326,3.52556,7200,0,0,15090,12430,0,0,0,0),(49669,11352,309,1,1,14832,0,-11760.3,-1708.16,21.2108,2.49582,7200,0,0,48555,0,0,0,0,0),(49668,11352,309,1,1,14832,0,-11815.8,-1712.56,21.2108,4.39823,7200,0,0,48555,0,0,0,0,0),(49667,11357,309,1,1,15275,0,-11777.8,-1625.28,21.2322,5.16617,7200,0,0,15260,0,0,0,0,0),(3484,721,530,1,1,0,0,1537.73,6804.93,121.749,1.54369,300,10,0,1,0,1,0,0,0),(3485,721,530,1,1,0,0,1739.51,6864.48,140.584,1.41112,300,10,0,1,0,1,0,0,0),(3486,721,530,1,1,0,0,1754.95,6789.71,139.812,3.15253,300,10,0,1,0,1,0,0,0),(3487,721,530,1,1,0,0,1847.28,6861.89,142.223,2.74203,300,10,0,1,0,1,0,0,0),(3488,721,530,1,1,0,0,1904.79,6748.84,147.348,4.12415,300,10,0,1,0,1,0,0,0),(3489,721,530,1,1,0,0,1885.24,6684.59,143.933,4.32891,300,10,0,1,0,1,0,0,0),(3490,721,530,1,1,0,0,1942.63,6605.49,143.986,1.16824,300,10,0,1,0,1,0,0,0),(3491,721,530,1,1,0,0,2034.7,6568.49,133.932,4.1977,300,10,0,1,0,1,0,0,0),(3492,721,530,1,1,0,0,9641.44,-7464.78,15.4109,4.7375,300,10,0,1,0,1,0,0,0),(3493,721,530,1,1,0,0,9714.4,-7466.2,15.0317,4.08735,300,10,0,1,0,1,0,0,0),(3494,721,530,1,1,0,0,9586.41,-7494.47,13.6613,3.11779,300,10,0,1,0,1,0,0,0),(3495,721,530,1,1,0,0,9154.06,-7085.25,22.5793,0.093887,300,10,0,1,0,1,0,0,0),(3496,721,530,1,1,0,0,9109.65,-7398.54,70.4013,2.06537,300,10,0,1,0,1,0,0,0),(3497,721,530,1,1,0,0,9106.93,-7836.73,124.974,1.07517,300,10,0,1,0,1,0,0,0),(3498,721,530,1,1,0,0,9016.94,-7567.22,116.746,0.246637,300,10,0,1,0,1,0,0,0),(3499,721,530,1,1,0,0,8843.69,-7612.04,118.491,0.140586,300,10,0,1,0,1,0,0,0),(3500,721,530,1,1,0,0,8692.14,-7462.03,112.339,2.83807,300,10,0,1,0,1,0,0,0),(3501,721,530,1,1,0,0,8625.47,-7283.41,120.934,3.78001,300,10,0,1,0,1,0,0,0),(3502,721,530,1,1,0,0,8734.4,-7284.22,85.7429,2.4156,300,10,0,1,0,1,0,0,0),(3503,721,530,1,1,0,0,8545.18,-7169.67,124.891,4.65375,300,10,0,1,0,1,0,0,0),(3504,721,530,1,1,0,0,8357.02,-7223.93,150.965,5.52197,300,10,0,1,0,1,0,0,0),(3505,721,530,1,1,0,0,8264.26,-7317.78,160.182,3.562,300,10,0,1,0,1,0,0,0),(3506,721,530,1,1,0,0,8201.95,-7134.6,133.121,0.143029,300,10,0,1,0,1,0,0,0),(3507,721,530,1,1,0,0,-2846.71,7549.25,-3.10795,0.488981,300,10,0,1,0,1,0,0,0),(3508,721,530,1,1,0,0,-2755.9,7826.05,-31.2872,2.884,300,10,0,1,0,1,0,0,0),(3509,721,530,1,1,0,0,-2282.83,7886.77,-32.0544,1.72968,300,10,0,1,0,1,0,0,0),(3510,721,530,1,1,0,0,-2453.35,8014.5,-49.6133,5.04973,300,10,0,1,0,1,0,0,0),(3511,721,530,1,1,0,0,-2813.63,8113.85,-41.011,0.0166,300,10,0,1,0,1,0,0,0),(3512,721,530,1,1,0,0,-2152,8177.69,-21.4535,1.07197,300,10,0,1,0,1,0,0,0),(3513,721,530,1,1,0,0,-2556.4,8589.48,-33.2475,2.3403,300,10,0,1,0,1,0,0,0),(3514,721,530,1,1,0,0,-2780.44,8518.39,-34.6541,1.46909,300,10,0,1,0,1,0,0,0),(3515,721,530,1,1,0,0,-2613.15,8672.6,-18.3371,5.20706,300,10,0,1,0,1,0,0,0),(3516,721,530,1,1,0,0,-1921.25,8046.52,-17.1375,0.128473,300,10,0,1,0,1,0,0,0),(3517,721,530,1,1,0,0,-1857.15,7539.15,-5.91565,5.10087,300,10,0,1,0,1,0,0,0),(3518,721,530,1,1,0,0,-2122.91,7497.78,-30.539,2.1149,300,10,0,1,0,1,0,0,0),(3519,721,530,1,1,0,0,-2219.59,7062.16,-11.0682,5.82212,300,10,0,1,0,1,0,0,0),(3520,721,530,1,1,0,0,-2349.22,6994.75,-8.53172,1.54931,300,10,0,1,0,1,0,0,0),(3521,721,530,1,1,0,0,-2234.83,6594.89,0.8736,2.64037,300,10,0,1,0,1,0,0,0),(3522,721,530,1,1,0,0,-2282.98,6484.63,13.5811,5.44561,300,10,0,1,0,1,0,0,0),(3523,721,530,1,1,0,0,-1181.57,8175.17,-1.20979,1.43954,300,10,0,1,0,1,0,0,0),(3524,721,530,1,1,0,0,-1451.98,8302.13,-7.80393,2.16313,300,10,0,1,0,1,0,0,0),(3525,721,530,1,1,0,0,-895.903,8410.53,32.5551,0.806819,300,10,0,1,0,1,0,0,0),(3526,721,530,1,1,0,0,-668.397,8334.7,49.0273,5.70477,300,10,0,1,0,1,0,0,0),(3527,721,530,1,1,0,0,-1050.75,7884.08,22.4819,0.427839,300,10,0,1,0,1,0,0,0),(3528,721,530,1,1,0,0,-1117.54,7577.43,24.282,1.14471,300,10,0,1,0,1,0,0,0),(3529,721,530,1,1,0,0,-775.435,7264.34,40.5,0.489218,300,10,0,1,0,1,0,0,0),(3530,721,530,1,1,0,0,-1173.77,8589.46,36.241,4.88123,300,10,0,1,0,1,0,0,0),(3531,721,530,1,1,0,0,-4724.89,-12018.5,44.7985,2.78939,300,10,0,1,0,1,0,0,0),(3532,721,530,1,1,0,0,-4545.43,-12734.4,10.4686,1.70412,300,10,0,1,0,1,0,0,0),(3533,721,530,1,1,0,0,-4155.53,-13990.4,95.1957,2.21726,300,10,0,1,0,1,0,0,0),(3534,721,530,1,1,0,0,-3957.45,-12885.2,8.04282,3.16893,300,10,0,1,0,1,0,0,0),(3535,721,530,1,1,0,0,-3788.5,-12089.7,7.96208,5.31456,300,10,0,1,0,1,0,0,0),(3536,721,530,1,1,0,0,-3558.27,-12488.3,15.0057,1.49657,300,10,0,1,0,1,0,0,0),(3537,721,530,1,1,0,0,-3121.37,-12104.9,12.919,1.45302,300,10,0,1,0,1,0,0,0),(3538,721,530,1,1,0,0,-3611.13,-11894.7,10.072,3.34014,300,10,0,1,0,1,0,0,0),(3539,721,530,1,1,0,0,-3564.77,-12443.8,7.92551,3.27686,300,10,0,1,0,1,0,0,0),(3540,721,530,1,1,0,0,-3558.43,-12476.6,11.8096,1.45323,300,10,0,1,0,1,0,0,0),(3541,721,530,1,1,0,0,-3731.24,-12442.9,2.51055,4.96527,300,10,0,1,0,1,0,0,0),(3542,721,530,1,1,0,0,-3781.52,-12073.5,7.09626,5.03043,300,10,0,1,0,1,0,0,0),(3543,721,530,1,1,0,0,-3921.52,-12663.9,81.1307,3.81166,300,10,0,1,0,1,0,0,0),(3544,721,530,1,1,0,0,-4456.9,-12039.2,20.8159,5.10958,300,10,0,1,0,1,0,0,0),(3545,721,530,1,1,0,0,-4244.58,-11534.8,12.5476,0.725994,300,10,0,1,0,1,0,0,0),(3546,721,530,1,1,0,0,-3551.22,-12772.9,5.55175,4.98532,300,10,0,1,0,1,0,0,0),(3547,721,530,1,1,0,0,-3189.62,-12821,13.6404,5.44805,300,10,0,1,0,1,0,0,0),(3548,1134,0,1,1,0,0,-5700.23,-295.599,363.714,4.79845,180,0,0,102,0,0,0,0,0),(3549,1125,0,1,1,0,0,-5710.13,-362.206,365.245,5.04837,180,10,0,102,0,1,0,0,0),(3550,1125,0,1,1,0,0,-5712.29,-335.072,365.369,4.5662,180,10,0,102,0,1,0,0,0),(3551,1134,0,1,1,0,0,-5698.56,-272.439,361.726,4.09784,180,0,0,102,0,0,0,0,0),(3552,1135,0,1,1,0,0,-5689.54,-286.094,365.469,3.85877,180,0,0,120,0,0,0,0,0),(3553,1134,0,1,1,0,0,-5670.8,-312.531,369.478,5.49779,180,5,0,102,0,1,0,0,0),(3554,1134,0,1,1,0,0,-5696.72,-294.57,364.386,1.86563,180,5,0,102,0,1,0,0,0),(3555,1134,0,1,1,0,0,-5682.07,-290.444,368.636,3.7407,180,5,0,102,0,1,0,0,0),(3556,1134,0,1,1,0,0,-5676.76,-272.406,367.398,0.0979,180,5,0,102,0,1,0,0,0),(3557,1199,0,1,1,0,0,-5730.94,-316.422,362.947,0.828249,180,5,0,102,0,1,0,0,0),(3558,1134,0,1,1,0,0,-5688.39,-262.657,363.911,3.45717,180,0,0,102,0,0,0,0,0),(3559,1135,0,1,1,0,0,-5651.38,-262.833,372.083,3.75246,180,0,0,120,0,0,0,0,0),(3561,721,0,1,1,0,0,-5721.43,-225.057,354.432,1.03808,180,10,0,1,0,1,0,0,0),(3562,1135,0,1,1,0,0,-5566.94,-265.577,368.067,4.37941,180,0,0,120,0,0,0,0,0),(3563,1135,0,1,1,0,0,-5532.2,-296.383,358.085,6.05629,180,0,0,120,0,0,0,0,0),(3564,1135,0,1,1,0,0,-5625.61,-178.399,365.835,4.7822,180,0,0,120,0,0,0,0,0),(3565,1135,0,1,1,0,0,-5540.85,-226.618,357.904,2.25122,180,0,0,120,0,0,0,0,0),(3566,1135,0,1,1,0,0,-5539.3,-225.932,357.401,3.51747,180,0,0,120,0,0,0,0,0),(3567,1135,0,1,1,0,0,-5503.14,-222.236,354.139,3.75353,180,0,0,120,0,0,0,0,0),(3568,1135,0,1,1,0,0,-5497.66,-229.688,353.831,2.24045,180,0,0,120,0,0,0,0,0),(3569,1135,0,1,1,0,0,-5493.41,-214.966,354.253,5.35553,180,5,0,120,0,1,0,0,0),(3570,1135,0,1,1,0,0,-5484.74,-222.076,354.34,5.49622,180,5,0,120,0,1,0,0,0),(35182,6148,1,1,1,12813,0,2454.55,-5947.15,88.7978,0.876654,600,5,0,7359,0,1,0,0,0),(3572,1135,0,1,1,0,0,-5536.94,-224.539,356.857,0.511921,180,0,0,120,0,0,0,0,0),(3573,1135,0,1,1,0,0,-5495.45,-225.17,354.421,1.78024,180,0,0,120,0,0,0,0,0),(3574,1135,0,1,1,0,0,-5568.05,-260.852,367.811,3.32337,180,0,0,120,0,0,0,0,0),(3575,1135,0,1,1,0,0,-5584.69,-281.156,367.96,1.36272,180,0,0,120,0,0,0,0,0),(3576,1135,0,1,1,0,0,-5628.93,-275.639,368.326,3.69808,180,0,0,120,0,0,0,0,0),(3577,1135,0,1,1,0,0,-5603.97,-275.099,370.215,5.43168,180,5,0,120,0,1,0,0,0),(3578,1135,0,1,1,0,0,-5578.61,-299.672,364.785,1.69743,180,0,0,120,0,0,0,0,0),(3579,1135,0,1,1,0,0,-5608.62,-262.599,366.341,3.87463,180,0,0,120,0,0,0,0,0),(3580,1135,0,1,1,0,0,-5639.5,-289.013,371.66,2.89725,180,0,0,120,0,0,0,0,0),(3581,1134,0,1,1,0,0,-5669.4,-256.369,367.974,3.04775,180,0,0,102,0,0,0,0,0),(3582,1135,0,1,1,0,0,-5512.97,-221.829,353.558,1.0821,180,0,0,120,0,0,0,0,0),(3583,1134,0,1,1,0,0,-5694.36,-264.565,362.386,3.11438,180,0,0,102,0,0,0,0,0),(3584,1125,0,1,1,0,0,-5729.84,-319.258,363.707,2.45861,180,10,0,102,0,1,0,0,0),(3585,1125,0,1,1,0,0,-5702.66,-364.839,365.49,2.57471,180,10,0,102,0,1,0,0,0),(3586,1128,0,1,1,0,0,-5689.55,-416.367,365.313,2.0005,180,10,0,122,0,1,0,0,0),(3587,1199,0,1,1,0,0,-5778.82,-287.692,357.877,1.13394,180,5,0,102,0,1,0,0,0),(3588,721,0,1,1,0,0,-5748.83,-389.46,365.621,1.44502,180,10,0,1,0,1,0,0,0),(3589,1125,0,1,1,0,0,-5767.57,-402.11,365.758,1.67552,180,10,0,102,0,1,0,0,0),(3590,1128,0,1,1,0,0,-5812.73,-341.238,365.735,4.42336,180,10,0,122,0,1,0,0,0),(3591,1125,0,1,1,0,0,-5791.16,-226.238,353.896,2.64497,180,10,0,102,0,1,0,0,0),(3592,1128,0,1,1,0,0,-5875.16,-161.104,363.707,0.658084,180,10,0,122,0,1,0,0,0),(3593,1128,0,1,1,0,0,-5873.78,-191.256,359.874,1.23353,180,10,0,122,0,1,0,0,0),(3594,1125,0,1,1,0,0,-5774.21,-142.599,353.906,5.05266,180,10,0,102,0,1,0,0,0),(3595,1125,0,1,1,0,0,-5859.25,-260.521,360.628,4.08073,180,10,0,102,0,1,0,0,0),(3596,1199,0,1,1,0,0,-5809.94,-178.809,351.845,2.52271,180,0,0,102,0,0,0,0,0),(3597,1199,0,1,1,0,0,-5849.46,-158.364,360.678,2.97099,180,0,0,102,0,0,0,0,0),(3598,1128,0,1,1,0,0,-5843.87,-244.907,360.418,3.58777,180,10,0,122,0,1,0,0,0),(3599,1199,0,1,1,0,0,-5848.84,-242.486,360.284,5.21096,180,5,0,102,0,1,0,0,0),(2995,12396,0,1,1,4426,0,-12196.4,-2741.55,14.6566,4.92183,900,5,0,50300,12430,1,0,0,0),(31437,5184,1,1,1,4677,1,-3093.18,-3214.93,34.0391,0.524457,360,5,0,1403,0,1,0,0,0),(2994,8718,0,1,1,6173,0,-12074.8,-2647.25,-31.17,0.276692,900,5,0,48832,0,1,0,0,0),(3606,1128,0,1,1,0,0,-5816.07,-149.073,353.275,4.3047,180,10,0,122,0,1,0,0,0),(3607,721,0,1,1,0,0,-5811.14,-182.388,352.299,0.042942,180,10,0,1,0,1,0,0,0),(3608,1125,0,1,1,0,0,-5863.55,-190.446,357.94,1.11327,180,10,0,102,0,1,0,0,0),(3609,1125,0,1,1,0,0,-5831.44,-127.52,354.237,0.530984,180,10,0,102,0,1,0,0,0),(3610,721,0,1,1,0,0,-5880.93,-114.085,364.667,1.28631,180,10,0,1,0,1,0,0,0),(3611,721,0,1,1,0,0,-6019.93,-201.639,408.509,3.41199,180,10,0,1,0,1,0,0,0),(3612,1125,0,1,1,0,0,-6025.49,-284.168,418.623,3.33768,180,10,0,102,0,1,0,0,0),(3613,1125,0,1,1,0,0,-6038.17,-331.175,426.59,3.50288,180,10,0,102,0,1,0,0,0),(3614,1125,0,1,1,0,0,-6031.34,-402.11,417.283,2.30782,180,10,0,102,0,1,0,0,0),(35181,6148,1,1,1,12813,0,2720.22,-5670.89,141.184,0.266522,600,5,0,7359,0,1,0,0,0),(3617,1125,0,1,1,0,0,-5994.27,-468.651,409.205,0.528356,180,10,0,102,0,1,0,0,0),(3618,1125,0,1,1,0,0,-5979.85,-431.649,406.978,5.09852,180,10,0,102,0,1,0,0,0),(3619,1199,0,1,1,0,0,-5855.96,-328.377,364.033,1.71573,180,5,0,102,0,1,0,0,0),(3620,1199,0,1,1,0,0,-5835.68,-347.367,369.943,3.65392,180,5,0,102,0,1,0,0,0),(3621,1125,0,1,1,0,0,-5826.27,-376.716,376.191,0.040993,180,10,0,102,0,1,0,0,0),(3622,1125,0,1,1,0,0,-5844.39,-281.916,359.531,1.2699,180,10,0,102,0,1,0,0,0),(3623,1128,0,1,1,0,0,-5876.73,-251.731,362.662,1.47695,180,10,0,122,0,1,0,0,0),(3624,1199,0,1,1,0,0,-5805.96,-432.479,368.143,4.10375,180,0,0,102,0,0,0,0,0),(3625,1125,0,1,1,0,0,-5928.77,-478.387,412.97,2.3879,180,10,0,102,0,1,0,0,0),(3626,1125,0,1,1,0,0,-5825.78,-491.851,406.413,4.33227,180,10,0,102,0,1,0,0,0),(3627,1196,0,1,1,0,0,-5955.3,-498.318,409.149,5.07905,180,10,0,164,0,1,0,0,0),(3628,1125,0,1,1,0,0,-5895.32,-517.856,398.953,1.69806,180,10,0,102,0,1,0,0,0),(3629,1125,0,1,1,0,0,-5941.16,-595.159,402.174,5.27202,180,10,0,102,0,1,0,0,0),(2993,8718,0,1,1,6173,0,-11812.7,-2511.8,-20.6063,1.15436,900,5,0,48832,0,1,0,0,0),(3632,1201,0,1,1,0,0,-5910.72,-584.205,402.838,1.59622,180,10,0,137,0,1,0,0,0),(3633,1125,0,1,1,0,0,-6024,-475.223,428.257,4.41568,180,10,0,102,0,1,0,0,0),(3634,1196,0,1,1,0,0,-5921.85,-624.993,399.652,3.57032,180,10,0,164,0,1,0,0,0),(3635,1201,0,1,1,0,0,-5906.02,-638.208,400.605,3.35762,180,10,0,137,0,1,0,0,0),(3636,1125,0,1,1,0,0,-5906.25,-646.146,401.72,5.78538,180,10,0,102,0,1,0,0,0),(3637,1126,0,1,1,0,0,-5932.72,-632.68,398.74,2.19241,180,10,0,120,0,1,0,0,0),(3638,1126,0,1,1,0,0,-5796.12,-635.843,397.81,2.39352,180,10,0,120,0,1,0,0,0),(3639,1125,0,1,1,0,0,-5824.06,-620.441,398.029,1.94695,180,10,0,102,0,1,0,0,0),(3640,1201,0,1,1,0,0,-5853.82,-657.435,398.371,2.6608,180,10,0,137,0,1,0,0,0),(3641,21338,545,3,1,0,1,-293.291,-154.886,-7.75556,2.40302,86400,0,0,5589,3155,0,0,0,0),(3642,1126,0,1,1,0,0,-5740.6,-582.402,398.75,0.819164,180,10,0,120,0,1,0,0,0),(3643,1201,0,1,1,0,0,-5733.19,-576.408,399.414,2.88073,180,10,0,137,0,1,0,0,0),(3644,721,0,1,1,0,0,-5657.22,-630.851,403.333,3.2908,180,10,0,1,0,1,0,0,0),(3645,1126,0,1,1,0,0,-5674.89,-623.361,402.4,5.50576,180,10,0,120,0,1,0,0,0),(3647,1128,0,1,1,0,0,-5514.76,-567.666,402.626,5.64749,180,10,0,122,0,1,0,0,0),(35180,6148,1,1,1,12813,0,2703.83,-6211.93,95.8071,2.73822,600,10,0,7359,0,1,0,0,0),(3649,1128,0,1,1,0,0,-5551.74,-619.567,408.665,5.79449,180,10,0,122,0,1,0,0,0),(2990,8717,0,1,1,7970,1,-11884.2,-2410.27,-0.917114,0.86831,900,5,0,56592,0,1,0,0,0),(2989,8716,0,1,1,10543,0,-12212.7,-2555.66,-9.51072,5.80922,900,5,0,51800,12840,1,0,0,0),(2988,8717,0,1,1,7970,1,-11944.6,-2682.44,0.156738,3.40603,900,5,0,56592,0,1,0,0,0),(2987,5988,0,1,1,6068,0,-11129,-3109.25,38.0945,0.441817,450,5,0,2495,0,1,0,0,0),(2986,5996,0,1,1,6719,1,-10801.6,-3555.25,-7.94472,1.41372,450,0,0,2488,0,0,0,0,0),(2985,5997,0,1,1,6711,1,-10708.9,-3553.84,-30.8365,4.675,450,1,0,2488,0,1,0,0,0),(2984,5996,0,1,1,6721,1,-10557.3,-3250.7,5.59019,3.26377,450,0,0,2488,0,0,0,0,0),(2983,5996,0,1,1,6722,1,-10535.4,-3261.23,1.81747,0.820305,450,0,0,2488,0,0,0,0,0),(2982,5996,0,1,1,6720,1,-10790,-3380.49,-9.0306,5.23599,450,0,0,2488,0,0,0,0,0),(2981,5996,0,1,1,6721,1,-10652.2,-3501.24,-8.947,5.5676,450,0,0,2488,0,0,0,0,0),(2980,5996,0,1,1,6719,1,-10545.2,-3327.93,0.715781,4.95674,450,0,0,2488,0,0,0,0,0),(2979,5997,0,1,1,6712,1,-10689.8,-3537.39,-33.0173,1.23766,450,1,0,2488,0,1,0,0,0),(2978,5996,0,1,1,6719,1,-10691.6,-3648.49,-11.6835,4.74729,450,0,0,2488,0,0,0,0,0),(2977,5999,0,1,1,6727,1,-10889.5,-3451.58,74.5793,4.41744,450,1,0,2672,0,1,0,0,0),(2976,6000,0,1,1,6734,1,-10897.1,-3258.07,66.0693,3.96984,450,1,0,2223,1750,1,0,0,0),(2975,6002,0,1,1,6742,1,-10919.7,-3493.44,65.0793,4.42917,450,0,0,1946,4281,0,0,0,0),(2974,5999,0,1,1,6727,1,-11053.4,-3291.33,52.427,3.42085,450,0,0,2672,0,0,0,0,0),(2973,6001,0,1,1,6714,1,-11087.8,-3444.94,65.0793,5.44032,450,0,0,2779,0,0,0,0,0),(2972,7851,0,1,1,7912,1,-10946.1,-3418.25,66.5809,1.65806,900,0,0,7842,0,0,0,0,0),(2971,5999,0,1,1,6730,1,-11019.8,-3488.39,68.744,2.87882,450,5,0,2672,0,1,0,0,0),(2970,5999,0,1,1,6727,1,-11018.9,-3449.99,64.9648,4.72666,450,1,0,2672,0,1,0,0,0),(2969,7851,0,1,1,7913,1,-11045,-3434.5,66.6365,1.97222,900,0,0,7842,0,0,0,0,0),(2968,5999,0,1,1,6728,1,-10972.6,-3271.03,47.674,3.45964,450,0,1,2672,0,2,0,0,0),(2967,7670,0,1,1,6856,1,-11612.3,-3395.03,7.60596,3.28177,450,0,0,3293,0,0,0,0,0),(2899,7671,0,1,1,6871,1,-11476.3,-2692.11,6.95219,4.93068,450,5,0,3644,0,1,0,0,0),(2898,7668,0,1,1,6850,1,-11811.4,-3355.22,6.96486,4.9189,450,5,0,3758,0,1,0,0,0),(2897,7668,0,1,1,6847,1,-11880.3,-3026.19,18.5392,4.44128,450,10,0,3758,0,1,0,0,0),(2896,6005,0,1,1,6793,0,-11261.1,-3561.94,7.47284,2.14633,450,0,0,3082,0,0,0,0,0),(2895,6004,0,1,1,6780,1,-11612.4,-3388.74,7.85596,3.9336,450,0,0,2980,0,0,0,0,0),(2894,6004,0,1,1,6779,1,-11304,-3419.41,9.37139,5.39922,450,0,0,2980,0,0,0,0,0),(2893,6006,0,1,1,6773,1,-11624.2,-3390.11,9.35596,3.02998,450,0,0,2466,1923,0,0,0,0),(2892,6004,0,1,1,6780,1,-11319.8,-3411.34,7.59274,0.537749,450,3,0,2980,0,1,0,0,0),(2891,6004,0,1,1,7838,1,-11231.8,-3506.31,13.0205,2.17889,450,1,0,2980,0,1,0,0,0),(2890,6004,0,1,1,7838,1,-11238.5,-3451.99,7.29774,3.6961,450,0,0,2980,0,0,0,0,0),(2889,6006,0,1,1,6771,1,-11476.2,-3348.33,7.38935,6.10416,450,0,0,2466,1923,0,0,0,0),(2888,8717,0,1,1,7970,1,-11858.1,-2643.35,-1.83507,2.64474,900,5,0,56592,0,1,0,0,0),(2887,12396,0,1,1,4426,0,-12202.4,-2744.55,16.3448,5.39307,900,5,0,50300,12430,1,0,0,0),(2886,8717,0,1,1,7970,1,-11882.1,-2681.98,0.476427,1.83067,900,5,0,56592,0,1,0,0,0),(2885,8717,0,1,1,7970,1,-11752.7,-2420.61,-13.3446,4.78403,900,5,0,56592,0,1,0,0,0),(2884,8717,0,1,1,7970,1,-11950.4,-2618.1,-36.5232,0.453874,900,5,0,56592,0,1,0,0,0),(2883,8718,0,1,1,6173,0,-11933,-2717.8,6.27571,5.04031,900,5,0,48832,0,1,0,0,0),(2882,8718,0,1,1,6173,0,-12148.3,-2587.84,-21.0075,5.46741,900,5,0,48832,0,1,0,0,0),(2881,8717,0,1,1,7970,1,-12078.5,-2619.14,-31.5581,5.33667,900,5,0,56592,0,1,0,0,0),(2880,8717,0,1,1,7970,1,-11886.9,-2614.32,-4.11568,4.63022,900,5,0,56592,0,1,0,0,0),(2879,12396,0,1,1,4426,0,-12052.7,-2586.09,-37.803,4.11408,900,5,0,50300,12430,1,0,0,0),(2878,5991,0,1,1,798,0,-11738.7,-3389.13,14.4759,3.72791,450,5,0,2980,0,1,0,0,0),(2877,5996,0,1,1,6721,1,-10667.4,-3511.52,-29.3017,0.122173,450,0,0,2488,0,0,0,0,0),(2876,5996,0,1,1,6720,1,-10688.1,-3074.86,19.9263,4.24115,450,0,0,2488,0,0,0,0,0),(2875,5996,0,1,1,6722,1,-10617.6,-3376.93,-13.217,5.37561,450,0,0,2488,0,0,0,0,0),(2874,5997,0,1,1,6711,1,-10643.4,-3374.95,-12.1814,4.24475,450,5,0,2488,0,1,0,0,0),(2873,5996,0,1,1,6719,1,-10617.4,-3433.49,1.5664,6.23082,450,0,0,2488,0,0,0,0,0),(2872,5996,0,1,1,6722,1,-10745.3,-3578.71,-33.0994,4.34587,450,0,0,2488,0,0,0,0,0),(2871,5996,0,1,1,6719,1,-10668.6,-3245.1,-1.31415,4.24115,450,0,0,2488,0,0,0,0,0),(2870,5996,0,1,1,6721,1,-10542.7,-3600.31,-14.7056,6.00393,450,0,0,2488,0,0,0,0,0),(2869,5996,0,1,1,6721,1,-10605,-3621.74,-12.6862,5.34071,450,0,0,2488,0,0,0,0,0),(2868,5996,0,1,1,6719,1,-10613.9,-3337.17,-7.95657,0.10472,450,0,0,2488,0,0,0,0,0),(2867,5999,0,1,1,6730,1,-11057.3,-3291.48,51.8873,6.14356,450,0,0,2672,0,0,0,0,0),(2866,5999,0,1,1,6729,1,-10940.7,-3263.98,53.9229,5.15052,450,0,0,2672,0,0,0,0,0),(2865,5999,0,1,1,6730,1,-11163.1,-3440.09,61.7783,2.56579,450,5,0,2672,0,1,0,0,0),(2864,5999,0,1,1,6728,1,-10976,-3440.43,63.3245,0.10937,450,1,0,2672,0,1,0,0,0),(2863,5999,0,1,1,6728,1,-11018.8,-3316.18,59.9649,5.59869,450,1,0,2672,0,1,0,0,0),(2862,6001,0,1,1,6713,1,-10926.7,-3484.35,65.0793,5.81771,450,0,0,2779,0,0,0,0,0),(2861,5999,0,1,1,6729,1,-10991.9,-3373.95,63.453,1.39626,450,0,0,2672,0,0,0,0,0),(2860,5999,0,1,1,6727,1,-11001.1,-3279.35,54.7213,5.044,450,0,0,2672,0,0,0,0,0),(2859,5999,0,1,1,6730,1,-11006.5,-3348.3,65.1574,1.73948,450,0,1,2672,0,2,0,0,0),(2858,5999,0,1,1,6730,1,-11067.7,-3310.93,50.0931,0.837758,450,0,0,2672,0,0,0,0,0),(2857,7668,0,1,1,6847,1,-11842.3,-2974.43,10.0113,4.15581,450,10,0,3758,0,1,0,0,0),(2856,7668,0,1,1,6850,1,-11739,-3053.84,18.4111,4.22703,450,5,0,3758,0,1,0,0,0),(2855,7665,0,1,1,10169,0,-10857.3,-2667.71,7.88419,3.24631,900,0,0,22968,0,0,0,0,0),(2854,7671,0,1,1,6870,1,-11323.3,-2522.83,93.9779,1.47651,450,5,0,3644,0,1,0,0,0),(2853,7666,0,1,1,6769,1,-11219.6,-3475.74,9.85,4.50295,900,0,0,13782,45780,0,0,0,0),(14857,721,0,1,1,328,0,-868.487,-281.627,40.3866,4.79297,300,10,0,1,0,1,0,0,0),(14855,2371,0,1,1,4982,1,-1249.76,-758.425,-44.5542,5.50398,300,10,0,935,878,1,0,0,0),(14854,2405,0,1,1,3662,1,-9.0185,-935.933,61.9307,3.28122,300,0,0,3696,0,0,0,0,0),(14853,2405,0,1,1,3662,1,-11.101,-940.193,61.9443,1.93731,300,0,0,3696,0,0,0,0,0),(14851,2347,0,1,1,1149,0,-343.74,-1451.68,68.3545,3.35103,300,0,0,1753,0,0,0,0,0),(14850,2356,0,1,1,3201,0,-231.367,150.752,71.9621,2.4934,300,10,0,944,0,1,0,0,0),(14849,1933,0,1,1,857,0,-966.983,-130.301,26.3039,1.93825,300,5,0,14,0,1,0,0,0),(14848,721,0,1,1,328,0,-885.865,-612.692,7.70098,1.92957,300,10,0,1,0,1,0,0,0),(14847,2349,0,1,1,6808,0,-816.585,281.929,40.8958,1.35839,300,10,0,664,0,1,0,0,0),(14846,2349,0,1,1,6808,0,-849.395,276.146,37.1476,3.09227,300,3,0,664,0,1,0,0,0),(14845,2349,0,1,1,6808,0,-819.015,300.974,45.7465,4.54756,300,5,0,664,0,1,0,0,0),(14844,2356,0,1,1,3201,0,-677.415,-1445.49,63.7163,4.78078,300,10,0,944,0,1,0,0,0),(2852,6004,0,1,1,6779,1,-11481,-3382.53,8.39437,5.62663,450,5,0,2980,0,1,0,0,0),(2851,6004,0,1,1,6779,1,-11279.2,-3476.89,7.94735,5.4126,450,0,0,2980,0,0,0,0,0),(2850,6004,0,1,1,7838,1,-11456.9,-3322.41,8.47633,2.9435,450,5,0,2980,0,1,0,0,0),(2849,6005,0,1,1,6794,0,-11256.9,-3409.38,15.6411,2.90721,450,5,0,3082,0,1,0,0,0),(2848,6006,0,1,1,6770,1,-11522.4,-3353.17,9.94743,4.35728,450,5,0,2466,1923,1,0,0,0),(2847,6004,0,1,1,6779,1,-11619,-3357.54,8.68237,4.54843,450,10,0,2980,0,1,0,0,0),(2846,6005,0,1,1,6793,0,-11326.9,-3424.21,7.59274,4.54259,450,5,0,3082,0,1,0,0,0),(2845,6005,0,1,1,6794,0,-11249.2,-3467.66,7.90503,4.05974,450,1,0,3082,0,1,0,0,0),(2844,8717,0,1,1,7970,1,-11884,-2544.6,-36.325,0.821294,900,5,0,56592,0,1,0,0,0),(2843,8717,0,1,1,7970,1,-11947.6,-2546.65,-47.4309,1.3416,900,5,0,56592,0,1,0,0,0),(2842,8717,0,1,1,7970,1,-11757,-2555.62,2.43561,4.09456,900,5,0,56592,0,1,0,0,0),(2841,8717,0,1,1,7970,1,-12043.3,-2523.64,-38.7124,5.90628,900,5,0,56592,0,1,0,0,0),(2840,8717,0,1,1,7970,1,-11811.8,-2624.23,4.25096,1.3078,900,5,0,56592,0,1,0,0,0),(2839,8717,0,1,1,7970,1,-12189.9,-2588.87,-2.98258,4.16828,900,5,0,56592,0,1,0,0,0),(2838,12396,0,1,1,4426,0,-12323.9,-2580.36,8.9599,2.71287,900,5,0,50300,12430,1,0,0,0),(2837,8717,0,1,1,7970,1,-11716.7,-2442.07,-7.41575,1.82382,900,5,0,56592,0,1,0,0,0),(2836,8717,0,1,1,7970,1,-11752.8,-2486.95,-7.43404,3.90651,900,5,0,56592,0,1,0,0,0),(2835,5988,0,1,1,6068,0,-11089.1,-3142.38,42.9618,5.11574,450,5,0,2495,0,1,0,0,0),(2834,5996,0,1,1,6721,1,-10619.9,-3273.16,-6.31611,0.174533,450,0,0,2488,0,0,0,0,0),(2833,5998,0,1,1,6724,1,-10764,-3642.1,-13.065,0.369457,450,5,0,2399,0,1,0,0,0),(2832,5996,0,1,1,6719,1,-10600.4,-3187.21,12.874,4.27606,450,0,0,2488,0,0,0,0,0),(2831,5997,0,1,1,6712,1,-10652.4,-3595.24,-7.64636,4.374,450,5,0,2488,0,1,0,0,0),(2830,5996,0,1,1,6720,1,-10754.3,-3563.71,-33.4248,4.01426,450,0,0,2488,0,0,0,0,0),(2829,5996,0,1,1,6719,1,-10714.2,-3583.94,-31.3877,4.13643,450,0,0,2488,0,0,0,0,0),(2828,5996,0,1,1,6721,1,-10555.5,-3545.86,-8.21458,3.89208,450,0,0,2488,0,0,0,0,0),(2827,5996,0,1,1,6719,1,-10864.6,-3051.76,47.8719,1.22173,450,0,0,2488,0,0,0,0,0),(2826,5996,0,1,1,6720,1,-10812.8,-3474.37,-21.1346,5.32325,450,0,0,2488,0,0,0,0,0),(2825,5996,0,1,1,6720,1,-10700.8,-3274.46,-9.14291,6.23082,450,0,0,2488,0,0,0,0,0),(2824,769,0,1,1,336,0,-10570.5,-3614,22.4278,0.165916,450,5,0,1829,0,1,0,0,0),(2823,5999,0,1,1,6728,1,-10999.9,-3282.64,54.1348,1.81514,450,0,0,2672,0,0,0,0,0),(2822,7851,0,1,1,7913,1,-11072.5,-3393.22,66.6365,5.25344,900,0,0,7842,0,0,0,0,0),(2821,6001,0,1,1,6713,1,-11115.6,-3444.79,65.0793,5.55516,450,0,0,2779,0,0,0,0,0),(2820,7851,0,1,1,7912,1,-11069,-3391.42,66.6365,5.21853,900,0,0,7842,0,0,0,0,0),(2819,5999,0,1,1,6729,1,-10944.8,-3507.29,73.6,3.89832,450,0,0,2672,0,0,0,0,0),(2818,6000,0,1,1,6732,1,-10928.6,-3508.38,68.539,0.652482,450,5,0,2223,1750,1,0,0,0),(2817,6003,0,1,1,6755,1,-11040.5,-3447.2,65.8293,3.11952,450,0,0,2880,0,0,0,0,0),(2816,5999,0,1,1,6727,1,-10974.4,-3379.04,65.1799,0.837758,450,0,0,2672,0,0,0,0,0),(2815,5999,0,1,1,6728,1,-11055.7,-3307.14,50.8644,6.16239,450,1,0,2672,0,1,0,0,0),(2814,5999,0,1,1,6727,1,-10947.7,-3283.58,55.0592,1.90241,450,0,0,2672,0,0,0,0,0),(2813,7670,0,1,1,6858,1,-11331.6,-3398.19,7.59274,4.53786,450,2,0,3293,0,1,0,0,0),(2812,7826,0,1,1,21008,1,-10997.5,-3505.23,103.211,0.767945,450,0,0,3398,0,0,0,0,0),(2811,7668,0,1,1,6850,1,-11709.4,-3311.69,16.9198,2.22469,450,5,0,3758,0,1,0,0,0),(2810,6006,0,1,1,6770,1,-11258.5,-3569.73,7.00287,5.41128,450,0,0,2466,1923,0,0,0,0),(2809,6006,0,1,1,6771,1,-11274.3,-3476.92,8.83595,1.55252,450,0,0,2466,1923,0,0,0,0),(2808,6006,0,1,1,6771,1,-11256.1,-3447.36,8.35604,1.97084,450,1,0,2466,1923,1,0,0,0),(2807,6005,0,1,1,6794,0,-11442.3,-3358.14,8.68787,2.55273,450,5,0,3082,0,1,0,0,0),(2806,6006,0,1,1,6772,1,-11217.8,-3498.09,8.03305,1.72187,450,0,0,2466,1923,0,0,0,0),(2805,6006,0,1,1,6772,1,-11490.2,-3339.76,7.76435,0.579944,450,0,0,2466,1923,0,0,0,0),(2804,6005,0,1,1,6794,0,-11551.1,-3380.24,11.4795,3.5987,450,5,0,3082,0,1,0,0,0),(2803,6004,0,1,1,7838,1,-11560.2,-3360.27,10.2462,2.11421,450,5,0,2980,0,1,0,0,0),(2802,6006,0,1,1,6771,1,-11320,-3445.15,7.71774,2.38318,450,5,0,2466,1923,1,0,0,0),(2801,6006,0,1,1,6771,1,-11484.8,-3310.4,9.02147,2.93597,450,5,0,2466,1923,1,0,0,0),(2800,8717,0,1,1,7970,1,-11917.1,-2522.79,-39.1208,4.81658,900,5,0,56592,0,1,0,0,0),(2799,12396,0,1,1,4426,0,-11989.9,-2411.92,4.1792,2.30383,900,0,0,50300,12430,0,0,0,0),(2798,8717,0,1,1,7970,1,-11783.6,-2585.07,4.04247,4.95013,900,5,0,56592,0,1,0,0,0),(2797,8717,0,1,1,7970,1,-11925.1,-2654.31,-1.92741,4.27057,900,5,0,56592,0,1,0,0,0),(2796,8718,0,1,1,6173,0,-11925.4,-2414.17,0.619561,3.49237,900,5,0,48832,0,1,0,0,0),(2795,8717,0,1,1,7970,1,-11774.9,-2518.76,-11.1947,6.08042,900,5,0,56592,0,1,0,0,0),(2794,8718,0,1,1,6173,0,-12285,-2575.99,2.72914,1.64907,900,5,0,48832,0,1,0,0,0),(2793,8718,0,1,1,6173,0,-11968.1,-2657.17,-11.2386,5.9473,900,1,0,48832,0,1,0,0,0),(2792,8718,0,1,1,6173,0,-11966.7,-2653.16,-12.8636,5.94127,900,1,0,48832,0,1,0,0,0),(2791,8717,0,1,1,7970,1,-11964.2,-2656.28,-12.3291,5.9485,900,0,0,56592,0,0,0,0,0),(2790,8717,0,1,1,7970,1,-11856.4,-2583.17,-14.7073,3.71457,900,5,0,56592,0,1,0,0,0),(2789,12396,0,1,1,4426,0,-12319.3,-2640.17,10.8436,1.98287,900,5,0,50300,12430,1,0,0,0),(2788,5985,0,1,1,2714,0,-11844.9,-2996.68,14.0409,0.812789,450,10,0,2672,0,1,0,0,0),(2787,5993,0,1,1,11410,0,-11862,-2996.29,16.9151,5.23105,450,5,0,2727,0,1,0,0,0),(2786,6007,0,1,1,6787,1,-11251.5,-2604.09,94.8929,3.00633,450,5,0,3189,0,1,0,0,0),(2785,6007,0,1,1,6787,1,-11264.5,-2545.45,97.0609,3.28212,450,0,0,3189,0,0,0,0,0),(2784,6007,0,1,1,6788,1,-11269.6,-2576.88,96.977,3.44843,450,0,0,3189,0,0,0,0,0),(2783,6009,0,1,1,6784,1,-11264.5,-2560.85,97.0773,2.51125,450,0,0,2305,4896,0,0,0,0),(2782,1420,0,1,1,901,0,-10618.4,-3666.94,23.8673,3.49188,450,5,0,8,0,1,0,0,0),(2781,5978,0,1,1,11543,1,-11485.4,-2918.75,24.0836,4.02604,450,5,0,2305,4896,1,0,0,0),(2780,5977,0,1,1,14401,1,-11503.7,-2844.98,4.80994,6.10946,450,3,0,3293,0,1,0,0,0),(2779,5974,0,1,1,14402,1,-10873.3,-2677.81,8.73793,0.243874,450,0,1,2310,0,2,0,0,0),(2778,5975,0,1,1,11542,1,-10836.9,-2720.07,7.71903,2.75762,450,0,0,1679,3923,0,0,0,0),(2777,5974,0,1,1,14402,1,-10855,-2681.45,8.82382,0.733038,450,0,0,2310,0,0,0,0,0),(2776,5975,0,1,1,11542,1,-10868.2,-2662.13,8.8214,0.558505,450,0,0,1679,3923,0,0,0,0),(2775,5976,0,1,1,11584,1,-10828.3,-2622.35,7.88571,2.54399,450,1,0,2488,0,1,0,0,0),(2774,5997,0,1,1,6712,1,-10560.3,-3478.88,-5.03195,4.70406,450,5,0,2488,0,1,0,0,0),(2773,5998,0,1,1,6723,1,-10584.7,-3508.64,-3.61231,5.19755,450,5,0,2399,0,1,0,0,0),(2772,5996,0,1,1,6719,1,-10518.9,-3466.29,-11.4917,5.11381,450,0,0,2488,0,0,0,0,0),(2771,5997,0,1,1,6711,1,-10637.3,-3301.63,-7.08787,1.58414,450,5,0,2488,0,1,0,0,0),(2770,5996,0,1,1,6719,1,-10672.6,-3383.85,-12.0771,5.20108,450,0,0,2488,0,0,0,0,0),(2769,5996,0,1,1,6721,1,-10694.9,-3415.11,-14.5371,0,450,0,0,2488,0,0,0,0,0),(2768,5998,0,1,1,6725,1,-10698.7,-3300.77,-7.7379,6.23077,450,5,0,2399,0,1,0,0,0),(2767,5998,0,1,1,6725,1,-10678.3,-3633.63,-10.8863,0.2658,450,5,0,2399,0,1,0,0,0),(2766,5996,0,1,1,6720,1,-10553.1,-3355.76,-1.20768,0.541052,450,0,0,2488,0,0,0,0,0),(2765,5996,0,1,1,6721,1,-10519.3,-3309.95,-1.24627,0.872665,450,0,0,2488,0,0,0,0,0),(2764,5999,0,1,1,6729,1,-10958.6,-3325.37,65.0546,4.34019,450,2,0,2672,0,1,0,0,0),(2763,5999,0,1,1,6730,1,-11085.3,-3479.63,66.7909,6.27733,450,2,0,2672,0,1,0,0,0),(2762,5999,0,1,1,6730,1,-11024.2,-3275.6,55.1284,0.506145,450,0,0,2672,0,0,0,0,0),(2761,5999,0,1,1,6730,1,-11152.6,-3400.61,76.5866,5.86174,450,5,0,2672,0,1,0,0,0),(2760,5999,0,1,1,6729,1,-11106.5,-3352.03,55.0949,4.93158,450,5,0,2672,0,1,0,0,0),(2759,5999,0,1,1,6730,1,-11045.7,-3278.93,53.3541,1.14295,450,5,0,2672,0,1,0,0,0),(2758,5999,0,1,1,6730,1,-10883.4,-3252.51,69.4235,2.02972,450,2,0,2672,0,1,0,0,0),(2757,5999,0,1,1,6729,1,-10919.8,-3452.08,65.7077,2.28289,450,1,0,2672,0,1,0,0,0),(2756,7851,0,1,1,7910,1,-11055.5,-3442.05,66.6365,2.16421,900,0,0,7842,0,0,0,0,0),(2755,7363,0,1,1,11653,1,-11362.8,-2982.84,0.798906,2.79076,450,0,0,4120,0,0,0,0,0),(2754,6006,0,1,1,6770,1,-11642.1,-3387.65,17.6654,6.04058,450,5,0,2466,1923,1,0,0,0),(2753,6006,0,1,1,6770,1,-11260.1,-3547.26,7.4893,6.03162,450,1,0,2466,1923,1,0,0,0),(2752,6006,0,1,1,6772,1,-11629.5,-3407.24,9.10613,5.23646,450,1,0,2466,1923,1,0,0,0),(2751,6005,0,1,1,6794,0,-11273.9,-3511.51,8.24128,2.99208,450,1,0,3082,0,1,0,0,0),(2750,6005,0,1,1,6793,0,-11511.7,-3381.13,8.4552,3.36429,450,5,0,3082,0,1,0,0,0),(2749,6004,0,1,1,7838,1,-11261.3,-3472.12,7.914,1.32095,450,1,0,2980,0,1,0,0,0),(2748,6005,0,1,1,6793,0,-11242.8,-3523.6,9.85982,4.45059,450,1,0,3082,0,1,0,0,0),(2747,6004,0,1,1,7838,1,-11274.5,-3453.26,8.10814,4.36638,450,1,0,2980,0,1,0,0,0),(2746,8716,0,1,1,10543,0,-12146.4,-2410.7,3.2018,0.554378,900,2,0,51800,12840,1,0,0,0),(2745,8717,0,1,1,7970,1,-11929.3,-2386.14,10.8776,2.81984,900,5,0,56592,0,1,0,0,0),(2744,12396,0,1,1,4426,0,-12222,-2677.96,12.4503,1.91334,900,5,0,50300,12430,1,0,0,0),(2743,8717,0,1,1,7970,1,-11817.9,-2545.91,-13.0054,1.44935,900,5,0,56592,0,1,0,0,0),(2742,12396,0,1,1,4426,0,-11981,-2584.65,-40.8031,5.21257,900,5,0,50300,12430,1,0,0,0),(2741,8718,0,1,1,6173,0,-12243.5,-2695.81,7.20349,5.01562,900,5,0,48832,0,1,0,0,0),(2740,8716,0,1,1,10543,0,-12000.6,-2400.18,2.85095,5.75959,900,0,0,51800,12840,0,0,0,0),(2739,8718,0,1,1,6173,0,-11883.2,-2692.7,0.601427,5.34638,900,5,0,48832,0,1,0,0,0),(2738,12396,0,1,1,4426,0,-12206.7,-2751.73,17.5291,6.02139,900,5,0,50300,12430,1,0,0,0),(2737,5988,0,1,1,6068,0,-10888.8,-2805.44,46.4878,0.182335,450,5,0,2495,0,1,0,0,0),(2736,8675,0,1,1,7949,0,-11555.3,-2963.46,39.3307,1.97075,450,5,0,2880,0,1,0,0,0),(2735,6007,0,1,1,6788,1,-11432.3,-2627.44,38.0941,0.719014,450,5,0,3189,0,1,0,0,0),(2734,6009,0,1,1,6783,1,-11275.2,-2557.91,96.9977,1.77635,450,0,0,2305,4896,0,0,0,0),(2733,6008,0,1,1,6790,1,-11248.4,-2561.87,97.0332,5.11832,450,0,0,2232,4765,0,0,0,0),(2732,6008,0,1,1,6789,1,-11275.2,-2535.11,97.0855,4.05066,450,0,0,2232,4765,0,0,0,0),(2731,6008,0,1,1,6790,1,-11312.4,-2578.39,89.9251,2.52475,450,5,0,2232,4765,1,0,0,0),(2730,6008,0,1,1,6790,1,-11297.2,-2604.6,88.2991,3.40219,450,5,0,2232,4765,1,0,0,0),(2729,6008,0,1,1,6789,1,-11499.8,-2679.5,7.57719,4.36409,450,5,0,2232,4765,1,0,0,0),(2728,6007,0,1,1,7841,1,-11290.4,-2551.78,97.0239,1.24853,450,0,0,3189,0,0,0,0,0),(2727,6008,0,1,1,6790,1,-11338.9,-2556.07,87.4827,0.191033,450,5,0,2232,4765,1,0,0,0),(2726,6009,0,1,1,6786,1,-11261.1,-2525.3,97.0219,2.67461,450,0,0,2305,4896,0,0,0,0),(2725,19254,0,1,1,18670,0,-11817.3,-3187.89,-30.5969,4.60767,900,0,0,698600,0,0,0,0,0),(2724,16840,0,1,1,16385,0,-11816.3,-3197.31,-30.9944,1.46608,450,0,0,2442,2434,0,0,0,0),(2723,16841,0,1,1,16386,0,-11815.2,-3195.54,-30.9174,2.18166,900,0,0,2590,25680,0,0,0,0),(2722,14463,0,1,1,14531,1,-11686.4,-2384.94,-0.199744,3.78736,450,0,0,3052,0,0,0,0,0),(2721,6010,0,1,1,1913,0,-11805.3,-3323.34,4.7902,0.401511,450,5,0,3293,0,1,0,0,0),(2720,6011,0,1,1,9017,1,-11800.8,-3321.41,4.06468,0.401556,450,5,0,3293,0,1,0,0,0),(2719,6010,0,1,1,1913,0,-11867.4,-3336.46,8.97027,3.72497,450,5,0,3293,0,1,0,0,0),(2718,6011,0,1,1,9017,1,-11869,-3334.99,8.08631,3.75344,450,5,0,3293,0,1,0,0,0),(2717,5977,0,1,1,14401,1,-11480,-2886.7,8.44369,6.06141,450,5,0,3293,0,1,0,0,0),(2716,5977,0,1,1,14401,1,-11526.5,-2817.52,2.43685,5.68767,450,3,0,3293,0,1,0,0,0),(2715,5977,0,1,1,14401,1,-11481.6,-2820.5,-0.662784,3.86804,450,3,0,3293,0,1,0,0,0),(2714,5977,0,1,1,14401,1,-11517.2,-2906.36,27.6606,4.2277,450,5,0,3293,0,1,0,0,0),(2713,5974,0,1,1,14402,1,-10893.7,-2638.58,7.7607,5.60475,450,2,0,2310,0,1,0,0,0),(2712,5975,0,1,1,11542,1,-10850.7,-2657.42,8.74544,0.47329,450,0,0,1679,3923,0,0,0,0),(2711,5976,0,1,1,11584,1,-10824.3,-2706.48,7.7607,4.6397,450,2,0,2488,0,1,0,0,0),(2710,5976,0,1,1,11584,1,-10848.2,-2722.31,7.65402,2.90214,450,0,0,2488,0,0,0,0,0),(2709,5976,0,1,1,11584,1,-10869.4,-2624.56,7.76072,5.90662,450,1,0,2488,0,1,0,0,0),(2708,5975,0,1,1,11542,1,-10809.5,-2684.43,7.7607,1.44789,450,0,0,1679,3923,0,0,0,0),(2707,5974,0,1,1,14402,1,-10844.8,-2619.97,7.76071,0.677109,450,2,0,2310,0,1,0,0,0),(2706,5975,0,1,1,11542,1,-10847.4,-2677.01,8.74413,5.34818,450,0,0,1679,3923,0,0,0,0),(2705,5974,0,1,1,14402,1,-10907.7,-2654.82,7.76072,5.51649,450,1,0,2310,0,1,0,0,0),(2704,8816,0,1,1,146,0,-11083.2,-2854.86,11.0481,5.74213,450,0,0,2769,0,0,0,0,0),(2703,3546,0,1,1,3701,1,-10946.6,-3369.31,66.5809,6.07375,450,0,0,2218,0,0,0,0,0),(2702,8609,0,1,1,7905,0,-11110.2,-3437.1,79.282,2.67035,900,0,0,10572,0,0,0,0,0),(2701,5508,0,1,1,3304,1,-10949.8,-3455.49,66.7557,2.81976,450,0,0,1753,0,0,0,0,0),(2700,8178,0,1,1,7390,1,-10974,-3481.8,103.222,2.77507,450,0,0,2672,0,0,0,0,0),(2699,5996,0,1,1,6719,1,-10621.8,-3255.69,-5.00244,5.96903,450,0,0,2488,0,0,0,0,0),(2698,5996,0,1,1,6719,1,-10521.9,-3337.04,-4.89052,3.87463,450,0,0,2488,0,0,0,0,0),(2697,5996,0,1,1,6720,1,-10762.8,-3353.55,-9.78763,2.44346,450,0,0,2488,0,0,0,0,0),(2696,5996,0,1,1,6720,1,-10723.9,-3291.74,-10.0672,2.82743,450,0,0,2488,0,0,0,0,0),(2695,5996,0,1,1,6721,1,-10775.4,-3544,-27.8369,3.15905,450,0,0,2488,0,0,0,0,0),(2694,5996,0,1,1,6722,1,-10735.5,-3406.5,-12.8032,3.01942,450,0,0,2488,0,0,0,0,0),(2693,5996,0,1,1,6719,1,-10660.8,-3666.9,-12.6275,0.610865,450,0,0,2488,0,0,0,0,0),(2692,5997,0,1,1,6711,1,-10747.2,-3531.77,-31.13,3.41744,450,5,0,2488,0,1,0,0,0),(2691,5998,0,1,1,6724,1,-10579.7,-3299.28,1.10702,1.13032,450,5,0,2399,0,1,0,0,0),(2690,769,0,1,1,336,0,-10619.5,-3642.16,22.3119,1.26714,450,5,0,1829,0,1,0,0,0),(2689,769,0,1,1,336,0,-10674.4,-3613.39,45.5039,2.2843,450,5,0,1829,0,1,0,0,0),(2688,750,0,1,1,1995,0,-10859.5,-3652.45,17.1831,1.82485,450,5,0,1981,0,1,0,0,0),(2687,8022,0,1,1,7273,1,-11001.5,-3482.74,103.227,5.67232,450,0,0,2769,0,0,0,0,0),(2686,7505,0,1,1,21010,1,-10883.9,-2935.1,13.0146,2.9147,450,0,0,1939,4393,0,0,0,0),(2685,7506,0,1,1,21013,1,-10886,-2938.13,13.1398,1.50098,450,0,0,3189,0,0,0,0,0),(2684,5999,0,1,1,6729,1,-11002.2,-3333.93,65.0294,2.05949,450,0,0,2672,0,0,0,0,0),(2683,5999,0,1,1,6730,1,-11020.2,-3509.72,72.9543,4.81851,450,5,0,2672,0,1,0,0,0),(2682,7851,0,1,1,7912,1,-10941.9,-3418.85,66.5809,1.76278,900,0,0,7842,0,0,0,0,0),(2681,6000,0,1,1,6731,1,-10978.3,-3278.64,49.5983,0.784552,450,1,0,2223,1750,1,0,0,0),(2680,5999,0,1,1,6729,1,-11080.7,-3300.11,49.2032,0.855211,450,0,0,2672,0,0,0,0,0),(2679,7851,0,1,1,7911,1,-10993.1,-3493.36,68.7534,0.453786,900,0,0,7842,0,0,0,0,0),(2678,5999,0,1,1,6730,1,-11021.5,-3273.91,55.0998,3.735,450,0,0,2672,0,0,0,0,0),(2677,5999,0,1,1,6727,1,-11018.8,-3338.1,64.3369,1.62316,450,0,0,2672,0,0,0,0,0),(2676,7851,0,1,1,7912,1,-10934.9,-3369.31,66.5809,4.79965,900,0,0,7842,0,0,0,0,0),(2675,5999,0,1,1,6730,1,-10986.6,-3312.71,63.9635,5.63344,450,1,0,2672,0,1,0,0,0),(2674,7671,0,1,1,6872,1,-11462.1,-2614.81,43.9559,2.24996,450,1,0,3644,0,1,0,0,0),(2673,7668,0,1,1,6849,1,-11650.9,-3085.76,20.1169,0.659191,450,5,0,3758,0,1,0,0,0),(2672,7667,0,1,1,6768,1,-11236.1,-2606.81,95.7706,2.80998,900,0,0,21321,28428,0,0,0,0),(2671,7669,0,1,1,6877,1,-10804.2,-2694.91,8.7607,5.51524,450,0,0,3189,0,0,0,0,0),(2670,7669,0,1,1,6877,1,-10888.9,-2622.51,10.8857,5.81609,450,5,0,3189,0,1,0,0,0),(2669,5393,0,1,1,6776,0,-11044.3,-3470.16,65.0376,0.942478,450,0,0,3293,0,0,0,0,0),(2668,5385,0,1,1,6778,1,-10994.7,-3507.89,103.225,0.977384,450,0,0,2218,0,0,0,0,0),(2667,6004,0,1,1,7838,1,-11261.3,-3526.98,9.02054,5.87498,450,1,0,2980,0,1,0,0,0),(2666,6006,0,1,1,6770,1,-11613.9,-3405.19,7.60613,1.87281,450,0,0,2466,1923,0,0,0,0),(2665,6006,0,1,1,6772,1,-11263.1,-3544.69,7.98947,1.82146,450,1,0,2466,1923,1,0,0,0),(2664,6006,0,1,1,6771,1,-11587.5,-3389.49,7.97954,4.88839,450,5,0,2466,1923,1,0,0,0),(2663,6005,0,1,1,6794,0,-11445.3,-3381.67,10.1543,2.73824,450,5,0,3082,0,1,0,0,0),(2662,6005,0,1,1,6794,0,-11478.1,-3338.54,8.51435,5.95547,450,0,0,3082,0,0,0,0,0),(2661,6004,0,1,1,6780,1,-11234.8,-3496.78,11.8152,3.17691,450,0,0,2980,0,0,0,0,0),(2660,6006,0,1,1,6771,1,-11267.1,-3489.57,9.51322,5.87988,450,1,0,2466,1923,1,0,0,0),(2659,6004,0,1,1,7838,1,-11309.8,-3401.81,7.59274,2.50923,450,2,0,2980,0,1,0,0,0),(2658,8717,0,1,1,7970,1,-11860.8,-2521.15,-20.1309,3.36429,900,0,0,56592,0,0,0,0,0),(2657,8718,0,1,1,6173,0,-11756,-2461.68,-15.2874,4.9389,900,5,0,48832,0,1,0,0,0),(2656,8716,0,1,1,10543,0,-12288,-2555.69,5.41969,3.92201,900,5,0,51800,12840,1,0,0,0),(2655,8717,0,1,1,7970,1,-11779,-2389.06,-7.354,5.39801,900,5,0,56592,0,1,0,0,0),(2654,8718,0,1,1,6173,0,-12164,-2572.68,-19.6496,2.67358,900,5,0,48832,0,1,0,0,0),(2653,8718,0,1,1,6173,0,-12242.8,-2566.75,-5.54418,3.15529,900,1,0,48832,0,1,0,0,0),(2652,8717,0,1,1,7970,1,-12246.8,-2564.68,-4.91918,3.59049,900,0,0,56592,0,0,0,0,0),(2651,12396,0,1,1,4426,0,-11989.9,-2399.11,3.16776,3.26377,900,0,0,50300,12430,0,0,0,0),(2650,8718,0,1,1,6173,0,-12009.8,-2589.16,-38.1604,5.81187,900,5,0,48832,0,1,0,0,0),(2649,12396,0,1,1,4426,0,-12248.2,-2724.7,12.747,4.85346,900,5,0,50300,12430,1,0,0,0),(2648,8717,0,1,1,7970,1,-12015.8,-2615.53,-36.3682,2.45695,900,5,0,56592,0,1,0,0,0),(4048,721,0,1,1,0,0,-5433.45,-491.95,396.753,6.14936,180,10,0,1,0,1,0,0,0),(2647,12396,0,1,1,4426,0,-12111.7,-2513.06,3.99984,0.440051,900,5,0,50300,12430,1,0,0,0),(2646,9540,0,1,1,8659,1,-11027.4,-3373.31,65.1182,5.09636,450,0,0,2769,0,0,0,0,0),(2645,5988,0,1,1,6068,0,-10987.1,-3154.22,44.8503,2.78648,450,10,0,2495,0,1,0,0,0),(2644,8675,0,1,1,7949,0,-11519.9,-3005.47,13.3669,5.13934,450,5,0,2880,0,1,0,0,0),(2643,6007,0,1,1,6788,1,-11489.4,-2720.99,0.421272,3.11125,450,5,0,3189,0,1,0,0,0),(2642,6008,0,1,1,6789,1,-11452.2,-2685.28,8.66579,5.23105,450,5,0,2232,4765,1,0,0,0),(2641,6008,0,1,1,6789,1,-11289.9,-2544.44,97.0121,0.782466,450,0,0,2232,4765,0,0,0,0),(2640,6007,0,1,1,7841,1,-11250.9,-2531.56,97.0134,5.69075,450,0,0,3189,0,0,0,0,0),(2639,6008,0,1,1,6789,1,-11458.9,-2657.35,16.6268,3.34818,450,1,0,2232,4765,1,0,0,0),(2638,6009,0,1,1,6784,1,-11513.1,-2685.72,8.02382,0.839288,450,5,0,2305,4896,1,0,0,0),(2637,6007,0,1,1,6788,1,-11510.5,-2713.02,5.35989,2.24279,450,5,0,3189,0,1,0,0,0),(2636,6009,0,1,1,6785,1,-11306.4,-2551.44,97.0359,1.86254,450,0,0,2305,4896,0,0,0,0),(2635,6007,0,1,1,6788,1,-11485.7,-2686.88,6.57719,6.03774,450,5,0,3189,0,1,0,0,0),(4065,721,0,1,1,0,0,-5387.47,-613.374,391.823,1.23724,180,10,0,1,0,1,0,0,0),(4066,1126,0,1,1,0,0,-5431.18,-585.744,398.215,4.34728,180,10,0,120,0,1,0,0,0),(4067,727,0,1,1,0,1,-5407.53,-639.866,392.939,0,250,0,0,1910,0,0,0,0,0),(4068,1131,0,1,1,0,0,-5342.04,-611.803,390.831,0.828064,180,10,0,137,0,1,0,0,0),(4069,1138,0,1,1,0,0,-5338.55,-647.261,397.05,2.45713,180,10,0,120,0,1,0,0,0),(4070,1131,0,1,1,0,0,-5353.06,-707.612,394.143,3.9897,180,10,0,137,0,1,0,0,0),(4071,1196,0,1,1,0,0,-5293.4,-717.5,388.457,5.09433,180,10,0,164,0,1,0,0,0),(4072,1376,0,1,1,0,1,-5488.99,-682.33,394.436,1.06465,180,0,0,247,0,0,0,0,0),(4073,727,0,1,1,0,1,-5491.22,-667.174,394.122,0.279253,250,0,0,1910,0,0,0,0,0),(4074,1138,0,1,1,0,0,-5366.2,-725.721,396.505,3.16893,180,10,0,120,0,1,0,0,0),(4075,1138,0,1,1,0,0,-5378.24,-724.417,396.858,0.229977,180,10,0,120,0,1,0,0,0),(4076,1131,0,1,1,0,0,-5400.75,-739.903,395.847,1.51392,180,10,0,137,0,1,0,0,0),(4077,721,0,1,1,0,0,-5440.52,-677.372,395.007,2.8075,180,10,0,1,0,1,0,0,0),(4078,1694,0,1,1,0,1,-5499.7,-664.575,395.395,0.453786,180,0,0,198,0,0,0,0,0),(4079,1377,0,1,1,0,1,-5473.19,-641.798,393.3,0.174533,190,0,0,484,0,0,0,0,0),(4080,1378,0,1,1,0,1,-5466.53,-632.141,393.939,0,180,0,0,417,0,0,0,0,0),(2634,1492,0,1,1,10039,0,-14135.3,-137.275,-8.33448,3.85509,360,0,0,6604,0,0,0,0,0),(2633,1565,0,1,1,796,1,-14998.4,261.767,7.92124,6.18523,300,0,0,1902,0,2,0,0,0),(2632,2547,0,1,1,4657,1,-15016.1,270.206,7.60322,4.76475,300,0,0,2059,0,0,0,0,0),(2631,4505,0,1,1,2557,1,-15025.2,262.333,7.51532,0.726259,300,0,0,1902,0,0,0,0,0),(2630,1907,0,1,1,4923,1,-13708.2,494.076,47.2308,2.68723,300,5,0,2059,0,1,0,0,0),(2629,1565,0,1,1,1768,1,-14979.3,265.158,7.92121,4.03832,300,0,0,1902,0,2,0,0,0),(207624,34951,530,1,1,0,0,-1908.43,5437.61,-12.3449,4.93928,120,0,0,1,0,0,0,0,0),(4091,1702,0,1,1,0,1,-5531.17,-669.07,393.413,1.79769,190,0,0,664,0,0,0,0,0),(4092,721,0,1,1,0,0,-5492.78,-705.619,408.754,0.295197,180,10,0,1,0,1,0,0,0),(4093,5392,0,1,1,0,1,-5528.87,-660.74,393.413,5.11381,180,0,0,198,0,0,0,0,0),(4094,1125,0,1,1,0,0,-5534.43,-632.649,407.643,5.6726,180,10,0,102,0,1,0,0,0),(4095,1125,0,1,1,0,0,-5529.56,-626.38,407.379,5.00678,180,10,0,102,0,1,0,0,0),(4096,1131,0,1,1,0,0,-5474.58,-761.771,397.99,2.95685,180,10,0,137,0,1,0,0,0),(4097,1131,0,1,1,0,0,-5506.13,-736.207,405.499,2.77848,180,10,0,137,0,1,0,0,0),(4098,1125,0,1,1,0,0,-5580.59,-665.595,407.085,5.45638,180,10,0,102,0,1,0,0,0),(4099,1126,0,1,1,0,0,-5586.65,-684.371,407.144,1.86557,180,10,0,120,0,1,0,0,0),(4100,1128,0,1,1,0,0,-5576.94,-687.484,407.888,4.95674,180,10,0,122,0,1,0,0,0),(4101,1125,0,1,1,0,0,-5627.95,-732.075,429.898,5.21532,180,10,0,102,0,1,0,0,0),(4102,1196,0,1,1,0,0,-5643.36,-677.035,403.874,0.060591,180,10,0,164,0,1,0,0,0),(4103,1131,0,1,1,0,0,-5602.12,-693.98,412.863,3.47629,180,10,0,137,0,1,0,0,0),(4104,1125,0,1,1,0,0,-5555.43,-723.027,409.76,0.523599,180,10,0,102,0,1,0,0,0),(4105,1125,0,1,1,0,0,-5593.99,-709.286,415.534,2.94688,180,10,0,102,0,1,0,0,0),(4106,721,0,1,1,0,0,-5842.31,-558.583,398.216,2.21853,180,10,0,1,0,1,0,0,0),(4107,721,0,1,1,0,0,-5816.39,-691.582,397.525,1.54604,180,10,0,1,0,1,0,0,0),(4108,1126,0,1,1,0,0,-5846.94,-686.651,398.131,5.52248,180,10,0,120,0,1,0,0,0),(4109,1196,0,1,1,0,0,-5826.37,-672.104,397.884,5.14807,180,10,0,164,0,1,0,0,0),(4110,1201,0,1,1,0,0,-5865.53,-626.196,398.295,1.10286,180,10,0,137,0,1,0,0,0),(4111,1125,0,1,1,0,0,-5798.57,-749.475,399.466,1.72192,180,10,0,102,0,1,0,0,0),(4112,1127,0,1,1,0,0,-5786.77,-825.852,397.658,4.73582,180,0,0,137,0,0,0,0,0),(4113,1201,0,1,1,0,0,-5773.27,-848.292,398.06,3.97464,180,10,0,137,0,1,0,0,0),(4114,1127,0,1,1,0,0,-5760.85,-934.425,396.219,0.166754,180,5,0,137,0,1,0,0,0),(4115,1201,0,1,1,0,0,-5755,-890.008,399.858,0.935108,180,10,0,137,0,1,0,0,0),(4116,1201,0,1,1,0,0,-5733.47,-852.864,405.013,5.78026,180,10,0,137,0,1,0,0,0),(4117,1127,0,1,1,0,0,-5761.06,-931.818,396.336,1.37238,180,5,0,137,0,1,0,0,0),(4118,1201,0,1,1,0,0,-5812.78,-917.808,396.164,6.12445,180,10,0,137,0,1,0,0,0),(4119,1201,0,1,1,0,0,-5780.67,-979.075,394.108,1.23184,180,10,0,137,0,1,0,0,0),(4120,1127,0,1,1,0,0,-5813.92,-944.57,394.887,5.5877,180,5,0,137,0,1,0,0,0),(4121,1201,0,1,1,0,0,-5860.78,-948.475,406.394,0.731508,180,10,0,137,0,1,0,0,0),(4122,1127,0,1,1,0,0,-5848.48,-983.569,396.21,5.31396,180,5,0,137,0,1,0,0,0),(4123,721,0,1,1,0,0,-5737.04,-969.141,397.395,3.9408,180,10,0,1,0,1,0,0,0),(4124,1127,0,1,1,0,0,-5707.95,-939.301,397.939,4.14684,180,5,0,137,0,1,0,0,0),(4125,1127,0,1,1,0,0,-5659.91,-989.56,394.778,4.5376,180,5,0,137,0,1,0,0,0),(4126,1201,0,1,1,0,0,-5680.99,-979.516,393.724,2.10358,180,10,0,137,0,1,0,0,0),(4127,1201,0,1,1,0,0,-5724.18,-1008.47,395.659,6.26042,180,10,0,137,0,1,0,0,0),(4128,1127,0,1,1,0,0,-5660.91,-922.077,412.229,4.24612,180,0,0,137,0,0,0,0,0),(4129,1126,0,1,1,0,0,-5606.35,-996.37,393.557,3.76481,180,10,0,120,0,1,0,0,0),(4130,1201,0,1,1,0,0,-5606.11,-959.785,396.077,2.44885,180,10,0,137,0,1,0,0,0),(4131,721,0,1,1,0,0,-5570.24,-999.479,393.585,2.96488,180,10,0,1,0,1,0,0,0),(4132,1201,0,1,1,0,0,-5591.17,-972.52,393.615,4.02707,180,10,0,137,0,1,0,0,0),(4133,727,0,1,1,0,1,-5602.74,-1051.89,400.354,2.94961,250,0,0,1910,0,0,0,0,0),(4134,1127,0,1,1,0,0,-5532.74,-1050.6,392.018,0.258959,180,5,0,137,0,1,0,0,0),(4135,1127,0,1,1,0,0,-5561.14,-1065.55,391.877,0.236456,180,5,0,137,0,1,0,0,0),(4136,1126,0,1,1,0,0,-5444.41,-963.839,393.383,1.08095,180,10,0,120,0,1,0,0,0),(4137,1126,0,1,1,0,0,-5446.45,-950.9,394.087,5.15732,180,10,0,120,0,1,0,0,0),(4138,721,0,1,1,0,0,-5389.26,-1052.22,392.095,0.325602,180,10,0,1,0,1,0,0,0),(4139,1253,0,1,1,0,1,-5350.61,-1040.98,394.991,1.62316,180,0,0,328,0,0,0,0,0),(4140,1196,0,1,1,0,0,-5297.75,-968.592,389.809,3.75646,180,10,0,164,0,1,0,0,0),(4141,1127,0,1,1,0,0,-5520.82,-1114,398.645,6.12445,180,0,0,137,0,0,0,0,0),(4142,1196,0,1,1,0,0,-5583.75,-1116.98,390.672,3.9031,180,10,0,164,0,1,0,0,0),(4143,1126,0,1,1,0,0,-5652.55,-1089.84,392.128,0.289276,180,10,0,120,0,1,0,0,0),(4144,1388,0,1,1,0,0,-5389,-1282,445.888,2.443,180,0,0,222,0,2,0,0,0),(4145,3177,0,1,1,0,1,-5514.98,-1295.75,406.161,4.86947,180,0,0,198,0,0,0,0,0),(4146,1265,0,1,1,0,1,-5513.78,-1304.71,404.609,3.50811,180,0,0,198,0,0,0,0,0),(4147,12372,0,1,1,0,0,-5524.53,-1354.1,398.694,1.43896,180,0,0,55,0,0,0,0,0),(4148,12373,0,1,1,0,0,-5534.72,-1349.27,398.769,4.74149,180,0,0,42,0,0,0,0,0),(4149,14547,0,1,1,0,0,-5536.3,-1335.36,398.769,1.80959,180,0,0,55,0,0,0,0,0),(4150,4772,0,1,1,0,1,-5521.92,-1347.17,398.747,4.03171,180,0,0,198,0,0,0,0,0),(4151,1352,0,1,1,0,0,-5546.13,-1301.88,399.909,1.25519,370,0,0,8,0,0,0,0,0),(4152,1261,0,1,1,0,1,-5537.03,-1323.67,399.159,0.10472,180,0,0,198,0,0,0,0,0),(4153,1263,0,1,1,0,0,-5547.62,-1306.45,398.409,4.45606,180,0,0,42,0,0,0,0,0),(4154,12374,0,1,1,0,0,-5525.74,-1363.56,398.694,1.88225,180,0,0,55,0,0,0,0,0),(4155,14548,0,1,1,0,0,-5532.46,-1358.99,398.694,3.04284,180,0,0,55,0,0,0,0,0),(4156,14546,0,1,1,0,0,-5529.51,-1376.1,398.789,3.57943,180,0,0,42,0,0,0,0,0),(4157,1126,0,1,1,0,0,-5526.14,-1416.24,403.215,5.79771,180,10,0,120,0,1,0,0,0),(4158,1126,0,1,1,0,0,-5646.85,-1357.58,397.115,0.716266,180,10,0,120,0,1,0,0,0),(4159,13076,0,1,1,0,1,-5669.67,-1289.84,390.471,3.1765,250,0,0,1910,0,0,0,0,0),(4160,721,0,1,1,0,0,-5635.58,-1235.55,390.24,6.16779,180,10,0,1,0,1,0,0,0),(4161,1127,0,1,1,0,0,-5646.77,-1192.98,389.512,5.64476,180,5,0,137,0,1,0,0,0),(4162,1127,0,1,1,0,0,-5738.9,-1217.05,381.252,2.75092,180,5,0,137,0,1,0,0,0),(4163,1196,0,1,1,0,0,-5744.2,-1200.85,384.621,4.34899,180,10,0,164,0,1,0,0,0),(4164,1126,0,1,1,0,0,-5687.65,-1270.41,389.848,0.637812,180,10,0,120,0,1,0,0,0),(4165,1126,0,1,1,0,0,-5691.55,-1141.73,385.954,4.96494,180,10,0,120,0,1,0,0,0),(4166,1201,0,1,1,0,0,-5711.34,-1126.4,384.729,4.60282,180,10,0,137,0,1,0,0,0),(4167,1127,0,1,1,0,0,-5777.36,-1104.89,383.245,3.59912,180,5,0,137,0,1,0,0,0),(4168,1127,0,1,1,0,0,-5737.69,-1020.91,397.569,3.45202,180,0,0,137,0,0,0,0,0),(4169,1201,0,1,1,0,0,-5709.45,-1044.85,397.31,6.11836,180,10,0,137,0,1,0,0,0),(4170,721,0,1,1,0,0,-5868.52,-997.304,399.792,1.8172,180,10,0,1,0,1,0,0,0),(4171,1196,0,1,1,0,0,-5888.73,-1089.28,383.122,3.0675,180,10,0,164,0,1,0,0,0),(4172,1201,0,1,1,0,0,-5835.53,-1078.58,386.062,2.9189,180,10,0,137,0,1,0,0,0),(4173,1127,0,1,1,0,0,-5837.88,-1078.18,386.899,0.06449,180,0,0,137,0,0,0,0,0),(2628,1565,0,1,1,1768,1,-15008,261.78,7.52066,5.96054,300,0,0,1902,0,0,0,0,0),(2627,4505,0,1,1,2558,1,-15014.7,268.293,12.5726,2.72379,300,0,0,1902,0,0,0,0,0),(2626,1907,0,1,1,4923,1,-13720.7,535.934,36.8568,1.23388,300,5,0,2059,0,1,0,0,0),(2625,1562,0,1,1,2562,1,-14177.1,376.993,21.2941,6.03721,300,5,0,1292,3191,1,0,0,0),(2624,1907,0,1,1,4923,1,-13818.5,681.93,5.22059,3.97404,300,5,0,2059,0,1,0,0,0),(2623,1907,0,1,1,4923,1,-13741.7,622.868,15.4835,5.29974,300,10,0,2059,0,1,0,0,0),(2622,4506,0,1,1,1902,1,-14976.1,273.198,13.0175,2.09121,300,2,0,1829,0,1,0,0,0),(2621,4505,0,1,1,2557,1,-15015.6,265.514,18.4555,3.16012,300,3,0,1902,0,1,0,0,0),(2620,1907,0,1,1,4923,1,-13875.4,690.943,3.20405,0.769526,300,5,0,2059,0,1,0,0,0),(2619,1907,0,1,1,4923,1,-13908.1,659.008,12.2333,0.469224,300,10,0,2059,0,1,0,0,0),(2618,1653,0,1,1,2564,1,-14974.2,261.416,13.1295,4.64459,300,2,0,1110,3293,1,0,0,0),(2617,1907,0,1,1,4923,1,-13857.1,583.676,45.5276,5.70186,300,5,0,2059,0,1,0,0,0),(2616,1907,0,1,1,4923,1,-13777.6,582.591,45.945,3.71281,300,5,0,2059,0,1,0,0,0),(2615,1907,0,1,1,4923,1,-13846.8,645.281,13.6611,6.23956,300,5,0,2059,0,1,0,0,0),(2614,4505,0,1,1,2557,1,-14994.4,268.904,12.8612,1.95004,300,3,0,1902,0,1,0,0,0),(2613,1907,0,1,1,4923,1,-13878.4,621.163,24.2508,1.29375,300,3,0,2059,0,1,0,0,0),(2612,1907,0,1,1,4923,1,-13749,541.011,46.0601,4.95704,300,5,0,2059,0,1,0,0,0),(2611,4506,0,1,1,1902,1,-14973,342.602,13.1349,5.59355,300,2,0,1829,0,1,0,0,0),(2610,772,0,1,1,614,0,-12914.2,-280.606,6.30183,5.91554,300,5,0,1536,0,1,0,0,0),(4213,1201,0,1,1,0,0,-5880.71,-1130.18,381.141,1.3481,180,10,0,137,0,1,0,0,0),(2609,1907,0,1,1,4923,1,-13824.1,549.091,46.766,0.524431,300,5,0,2059,0,1,0,0,0),(2608,1565,0,1,1,796,1,-14951.3,343.645,12.7543,2.17817,300,2,0,1902,0,1,0,0,0),(2607,4505,0,1,1,2558,1,-14974.4,341.71,13.1932,4.50453,300,2,0,1902,0,1,0,0,0),(12234,23462,530,1,1,0,0,-1622.1,5246.98,-40.8016,2.37123,120,0,0,6986,0,0,0,0,0),(2605,1564,0,1,1,4462,1,-13489.4,673.744,9.08399,1.62163,300,2,0,1292,3191,1,0,0,0),(2604,1563,0,1,1,796,1,-13549.2,683.992,0.82436,5.97293,300,5,0,1829,0,1,0,0,0),(2603,2548,0,1,1,7208,1,-14924.9,349.625,8.12376,5.12892,300,0,0,2064,0,0,0,0,0),(2602,772,0,1,1,614,0,-12517.5,-352.893,16.4823,4.2898,300,5,0,1536,0,1,0,0,0),(2601,2549,0,1,1,4648,1,-14946,357.498,7.54344,3.3627,300,0,0,1981,0,0,0,0,0),(2600,1565,0,1,1,1768,1,-14927.2,356.315,7.54123,0.931677,300,0,0,1902,0,0,0,0,0),(2599,1562,0,1,1,2562,1,-13977.7,576.836,6.6788,2.54001,300,5,0,1292,3191,1,0,0,0),(2598,4505,0,1,1,2557,1,-14960.1,342.326,7.544,4.61377,300,0,0,1902,0,2,0,0,0),(2597,4505,0,1,1,2557,1,-14943.2,356.997,12.5955,6.00989,300,0,0,1902,0,2,0,0,0),(2596,1562,0,1,1,2562,1,-14041.3,508.141,2.72868,1.30808,300,5,0,1292,3191,1,0,0,0),(2595,1557,0,1,1,838,0,-13684.4,150.006,20.536,4.87732,300,10,0,1829,0,1,0,0,0),(2594,1562,0,1,1,2562,1,-14026.8,559.414,5.99513,0.453957,300,5,0,1292,3191,1,0,0,0),(2592,1653,0,1,1,2564,1,-14956.4,353.116,7.54255,2.2841,300,0,0,1110,3293,2,0,0,0),(2591,772,0,1,1,614,0,-12650.2,-114.033,16.8294,0,300,10,0,1536,0,1,0,0,0),(2590,1557,0,1,1,838,0,-13713.7,178.499,18.7668,1.62025,300,5,0,1829,0,1,0,0,0),(2589,1653,0,1,1,2563,1,-14936.5,352.128,18.3463,1.83906,300,0,0,1110,3293,0,0,0,0),(12177,23466,530,1,1,0,0,-1623.18,5272.59,-40.898,3.68223,120,0,0,6986,0,0,0,0,0),(2587,1564,0,1,1,4462,1,-13494,747.63,2.10713,2.80314,300,5,0,1292,3191,1,0,0,0),(2586,1561,0,1,1,793,1,-14145.2,479.077,4.19775,3.85932,300,3,0,1829,0,1,0,0,0),(2585,684,0,1,1,633,0,-12979.5,-304.001,13.7637,0.359221,300,5,0,1536,0,1,0,0,0),(2584,1562,0,1,1,2562,1,-14136.3,472.249,2.46785,3.9685,300,0,0,1292,3191,0,0,0,0),(2583,684,0,1,1,633,0,-12643.6,-225.073,39.1751,5.40503,300,5,0,1536,0,1,0,0,0),(2582,772,0,1,1,614,0,-12687.1,-243.015,38.3067,2.13173,300,5,0,1536,0,1,0,0,0),(2581,1561,0,1,1,793,1,-14130.8,465.017,2.31431,1.16937,300,0,0,1829,0,0,0,0,0),(2580,2545,0,1,1,4641,1,-14121.7,473.517,1.0327,0.001789,300,0,0,1678,0,0,0,0,0),(2579,1550,0,1,1,8802,0,-13080.6,-255.095,-5.36471,3.17638,300,5,0,1902,0,1,0,0,0),(2578,684,0,1,1,633,0,-12312.9,-748.511,13.3077,5.41488,300,5,0,1536,0,1,0,0,0),(1102,22237,530,1,1,0,0,9578.32,-7136.39,14.2479,5.4785,25,0,0,955,0,0,0,0,0),(2576,1562,0,1,1,2561,1,-14115,464.727,1.72395,4.88694,300,0,0,1292,3191,0,0,0,0),(2575,1564,0,1,1,4462,1,-14910.4,308.312,5.2055,0.017494,300,5,0,1292,3191,1,0,0,0),(2574,1561,0,1,1,793,1,-14122.9,459.651,2.47395,0.837188,300,0,0,1829,0,0,0,0,0),(2573,780,0,1,1,4616,1,-12670.2,-487.287,29.8606,4.00715,300,0,0,1357,1236,0,0,0,0),(2572,1561,0,1,1,793,1,-14161.6,430.041,12.4065,2.25378,300,5,0,1829,0,1,0,0,0),(2571,1562,0,1,1,2562,1,-14142.7,437.751,5.98081,0.238755,300,5,0,1292,3191,1,0,0,0),(2570,1561,0,1,1,793,1,-14279.3,150.584,9.07511,1.02234,300,10,0,1829,0,1,0,0,0),(2569,1563,0,1,1,796,1,-14891.1,299.779,3.00018,1.06256,300,5,0,1829,0,1,0,0,0),(2568,1561,0,1,1,793,1,-14286,85.5296,6.41413,1.63792,300,5,0,1829,0,1,0,0,0),(2567,1562,0,1,1,2562,1,-14254.5,175.666,9.5479,0.172861,300,10,0,1292,3191,1,0,0,0),(2566,4075,0,1,1,1418,0,-14438.3,466.804,3.93243,5.62101,300,2,0,8,0,1,0,0,0),(2565,1561,0,1,1,793,1,-14315.1,110.832,4.78627,5.24799,300,10,0,1829,0,1,0,0,0),(2564,667,0,1,1,4632,1,-12646.6,-552.126,33.7973,5.55979,300,5,0,1678,0,1,0,0,0),(2563,4075,0,1,1,1418,0,-14300.4,527.188,8.69527,1.70441,300,3,0,8,0,1,0,0,0),(2562,1563,0,1,1,796,1,-14617.7,245.016,0.681775,4.95792,300,10,0,1829,0,1,0,0,0),(2561,667,0,1,1,4632,1,-12573,-555.679,36.5284,5.70974,300,10,0,1678,0,1,0,0,0),(2560,1563,0,1,1,796,1,-14549.5,182.202,2.75409,0.286373,300,10,0,1829,0,1,0,0,0),(2559,667,0,1,1,4632,1,-12584,-488.308,29.567,2.79835,300,10,0,1678,0,1,0,0,0),(2558,684,0,1,1,633,0,-12347.8,-710.986,17.0866,5.36212,300,5,0,1536,0,1,0,0,0),(2557,780,0,1,1,4616,1,-12675.9,-584.139,36.8937,0.718851,300,5,0,1357,1236,1,0,0,0),(2556,1563,0,1,1,796,1,-14455.1,116.533,4.94477,3.59651,300,10,0,1829,0,1,0,0,0),(2555,772,0,1,1,614,0,-12307.8,-679.962,15.5986,2.66818,300,5,0,1536,0,1,0,0,0),(8313,23465,530,1,1,0,0,-1641.66,5276.35,-41.1876,5.78631,120,0,0,6986,0,0,0,0,0),(2553,1564,0,1,1,4462,1,-14889.7,323.528,5.29551,4.72891,300,0,0,1292,3191,0,0,0,0),(2552,780,0,1,1,4616,1,-12630.8,-581.903,36.3017,3.30835,300,5,0,1357,1236,1,0,0,0),(2551,667,0,1,1,4632,1,-12716.8,-544.787,31.7097,2.96488,300,5,0,1678,0,1,0,0,0),(2550,772,0,1,1,614,0,-12334.7,-815.234,32.9202,2.54231,300,5,0,1536,0,1,0,0,0),(2549,1561,0,1,1,793,1,-14217.5,157.066,6.43592,3.20293,300,10,0,1829,0,1,0,0,0),(2548,667,0,1,1,4632,1,-12749.4,-586.729,39.1964,4.93445,300,5,0,1678,0,1,0,0,0),(2547,667,0,1,1,4632,1,-12712.7,-466.762,29.6264,1.52549,300,3,0,1678,0,1,0,0,0),(2546,780,0,1,1,4616,1,-12698.7,-453.238,30.9325,2.83472,300,0,0,1357,1236,0,0,0,0),(2545,667,0,1,1,4632,1,-12704.8,-478.562,30.3764,4.1951,300,3,0,1678,0,1,0,0,0),(2544,667,0,1,1,4632,1,-12691.3,-471.014,29.6106,2.59841,300,3,0,1678,0,1,0,0,0),(2543,696,0,1,1,4622,1,-12712,-454.655,30.497,2.34545,300,0,0,1678,0,0,0,0,0),(2542,780,0,1,1,4616,1,-12659.7,-485.694,29.7415,2.56486,300,0,0,1357,1236,0,0,0,0),(2541,1565,0,1,1,1768,1,-14995.3,261.415,0.197927,4.74909,300,0,0,1902,0,0,0,0,0),(2540,1653,0,1,1,2564,1,-14984.1,270.085,0.175609,5.84475,300,0,0,1110,3293,0,0,0,0),(2539,667,0,1,1,4632,1,-12802.2,-878.674,58.5843,2.5783,300,5,0,1678,0,1,0,0,0),(2538,4260,0,1,1,1269,0,-12154.6,-580.235,13.4685,2.71031,300,5,0,1536,0,1,0,0,0),(2537,694,0,1,1,4572,1,-11825.3,54.0852,14.8659,0.069702,300,0,0,1221,0,0,0,0,0),(2536,694,0,1,1,4572,1,-11849.6,15.2901,29.8645,0,300,5,0,1221,0,1,0,0,0),(2535,694,0,1,1,4572,1,-11832.8,79.0268,16.1609,-2.08475,300,0,0,1221,0,0,0,0,0),(2534,694,0,1,1,4572,1,-11844.4,55.266,14.6159,5.65123,300,0,0,1221,0,0,0,0,0),(2533,694,0,1,1,4572,1,-11892.9,84.2742,17.4863,0,300,5,0,1221,0,1,0,0,0),(2532,587,0,1,1,4570,1,-11882.7,48.4295,22.4074,0,300,5,0,1221,0,1,0,0,0),(2531,694,0,1,1,4572,1,-11833.9,68.5123,14.4539,-0.706283,300,0,0,1221,0,0,0,0,0),(2530,1557,0,1,1,838,0,-13953.2,84.4285,16.0215,2.97484,300,10,0,1829,0,1,0,0,0),(2529,1557,0,1,1,838,0,-13914.3,50.4349,15.7874,5.99173,300,5,0,1829,0,1,0,0,0),(2528,1557,0,1,1,838,0,-13953.3,140.875,13.7878,2.58175,300,5,0,1829,0,1,0,0,0),(2527,1557,0,1,1,838,0,-13927.2,111.949,14.3495,4.57326,300,5,0,1829,0,1,0,0,0),(2526,1557,0,1,1,838,0,-13981.5,113.066,14.8363,4.37386,300,10,0,1829,0,1,0,0,0),(2525,702,0,1,1,4571,1,-11718.9,137.675,16.103,0,300,5,0,1221,0,1,0,0,0),(2524,1557,0,1,1,838,0,-13875.4,82.5736,15.656,0.853468,300,10,0,1829,0,1,0,0,0),(2523,1557,0,1,1,838,0,-13867,104.081,15.5457,0.24555,300,5,0,1829,0,1,0,0,0),(2522,1557,0,1,1,838,0,-13816.3,76.6574,26.3121,0.82121,300,5,0,1829,0,1,0,0,0),(2521,1557,0,1,1,838,0,-13722.7,252.005,28.8683,0.170633,300,5,0,1829,0,1,0,0,0),(2520,1557,0,1,1,838,0,-13635,151.881,21.9225,5.99137,300,10,0,1829,0,1,0,0,0),(2519,587,0,1,1,4570,1,-11788.6,34.5117,16.107,0,300,5,0,1221,0,1,0,0,0),(2518,667,0,1,1,4632,1,-12682.4,-501.765,29.6106,4.00976,300,0,0,1678,0,0,0,0,0),(2517,667,0,1,1,4632,1,-12679.2,-504.484,29.6106,4.0099,300,0,0,1678,0,0,0,0,0),(2516,696,0,1,1,4622,1,-12682.6,-505.198,29.4856,4.0101,300,0,0,1678,0,0,0,0,0),(2515,686,0,1,1,788,0,-12213.3,89.2849,23.0177,3.58164,300,5,0,1403,0,1,0,0,0),(2514,588,0,1,1,4575,1,-11682.9,753.264,50.6086,3.85718,300,0,0,1279,0,0,0,0,0),(2513,686,0,1,1,788,0,-12252.4,53.6517,19.2489,6.00136,300,10,0,1403,0,1,0,0,0),(2512,686,0,1,1,788,0,-12184.9,117.131,14.3079,2.9821,300,5,0,1403,0,1,0,0,0),(2511,694,0,1,1,4572,1,-12019.7,348.359,2.07972,4.74851,300,2,0,1221,0,1,0,0,0),(2510,683,0,1,1,2437,0,-11748.4,-514.029,18.5639,0.436332,300,5,0,1050,0,1,0,0,0),(2509,588,0,1,1,4575,1,-11678.8,748.304,50.585,3.21141,300,0,0,1279,0,0,0,0,0),(2508,701,0,1,1,4577,1,-11689.2,757.673,50.7354,4.32842,300,0,0,1064,1007,0,0,0,0),(2507,1096,0,1,1,7197,1,-11863.2,-638.984,14.7718,4.24077,300,5,0,1160,1067,1,0,0,0),(2506,1096,0,1,1,7197,1,-11910.8,-584.254,17.0121,4.05383,300,10,0,1160,1067,1,0,0,0),(2505,1150,0,1,1,1039,0,-11517.5,-57.5501,12.8883,4.73784,300,5,0,1050,0,1,0,0,0),(2504,686,0,1,1,788,0,-12180.8,174.726,17.3447,4.56786,300,5,0,1403,0,1,0,0,0),(2503,1096,0,1,1,7197,1,-11867.1,-635.283,15.5122,2.28853,300,5,0,1160,1067,1,0,0,0),(2502,686,0,1,1,788,0,-12214.7,153.484,16.3564,6.24219,300,5,0,1403,0,1,0,0,0),(2501,595,0,1,1,4574,1,-11681.3,731.25,50.5551,0.00945,300,5,0,1279,0,1,0,0,0),(2500,683,0,1,1,2437,0,-11731,-482.575,17.1606,-2.13443,300,5,0,1050,0,1,0,0,0),(2499,6909,1,1,1,0,0,11077.9,1902.37,1342.63,2.18262,516,0,0,247,0,0,0,0,0),(2498,588,0,1,1,4575,1,-11682.1,774.436,50.9733,3.28799,300,5,0,1279,0,1,0,0,0),(2497,1096,0,1,1,7197,1,-11916.7,-616.969,16.4366,0,300,5,0,1160,1067,1,0,0,0),(2496,1713,0,1,1,11452,0,-13636.7,321.925,43.1813,2.22895,300,5,0,1981,0,1,0,0,0),(2495,1152,0,1,1,833,0,-11821.5,-416.118,11.6578,3.85306,300,5,0,1403,0,1,0,0,0),(2494,686,0,1,1,788,0,-12154.4,153.496,18.1044,2.55056,300,5,0,1403,0,1,0,0,0),(2493,1150,0,1,1,1039,0,-11752.4,-396.244,16.9198,4.19979,300,5,0,1050,0,1,0,0,0),(2492,686,0,1,1,788,0,-12048.7,180.721,18.0314,5.90808,300,5,0,1403,0,1,0,0,0),(2491,697,0,1,1,4573,1,-12004.6,338.394,1.91759,5.58201,300,0,0,1021,963,0,0,0,0),(2490,683,0,1,1,2437,0,-11714,-417.881,19.0145,5.95433,300,5,0,1050,0,1,0,0,0),(2489,1152,0,1,1,833,0,-11845.6,-455.045,12.5643,5.17142,300,5,0,1403,0,1,0,0,0),(2488,697,0,1,1,4573,1,-11995.5,337.262,1.79884,2.87495,300,0,0,1021,963,0,0,0,0),(2487,588,0,1,1,4575,1,-11703.7,750.105,49.6975,6.05148,300,5,0,1279,0,1,0,0,0),(2486,1096,0,1,1,7197,1,-12003.1,-707.455,14.4309,2.81982,300,5,0,1160,1067,1,0,0,0),(2485,686,0,1,1,788,0,-12079.9,146.833,17.6012,5.62777,300,5,0,1403,0,1,0,0,0),(4345,1201,0,1,1,0,0,-5873.79,-1125.4,380.501,2.41008,180,10,0,137,0,1,0,0,0),(4346,1127,0,1,1,0,0,-5849.08,-1131.81,380.284,2.68843,180,0,0,137,0,0,0,0,0),(2484,588,0,1,1,4575,1,-11690.3,745.009,49.7335,6.19971,300,3,0,1279,0,1,0,0,0),(2483,2635,0,1,1,1038,0,-12116.7,349.741,2.26199,4.05261,1800,5,0,1604,0,1,0,0,0),(2482,687,0,1,1,11317,0,-12835.2,134.366,17.995,1.20176,300,5,0,1829,0,1,0,0,0),(4353,1201,0,1,1,0,0,-5802.28,-1108.04,382.6,2.90324,180,10,0,137,0,1,0,0,0),(2481,4260,0,1,1,1269,0,-12150.7,-699.341,17.3149,4.48588,300,5,0,1536,0,1,0,0,0),(2480,1150,0,1,1,1039,0,-11548.3,149.196,13.3478,0.774697,300,5,0,1050,0,1,0,0,0),(2479,687,0,1,1,11317,0,-13359.8,743.462,4.13672,3.783,300,10,0,1829,0,1,0,0,0),(4360,1127,0,1,1,0,0,-5810.24,-1090.12,383.544,3.25953,180,0,0,137,0,0,0,0,0),(4361,1201,0,1,1,0,0,-5808.69,-1156.04,377.039,3.08685,180,10,0,137,0,1,0,0,0),(4362,1201,0,1,1,0,0,-5847.75,-1170.07,380.302,5.42865,180,10,0,137,0,1,0,0,0),(4363,1127,0,1,1,0,0,-5799.66,-1150.14,377.555,1.97671,180,0,0,137,0,0,0,0,0),(4364,1127,0,1,1,0,0,-5793.72,-1224.04,377.218,2.84014,180,5,0,137,0,1,0,0,0),(4365,1201,0,1,1,0,0,-5834.49,-1213.95,382.924,2.54926,180,10,0,137,0,1,0,0,0),(4366,1201,0,1,1,0,0,-5782.21,-1150.9,377.571,3.11311,180,10,0,137,0,1,0,0,0),(4367,721,0,1,1,0,0,-5797.95,-1186.46,376.938,3.38031,180,10,0,1,0,1,0,0,0),(4368,1127,0,1,1,0,0,-5855.37,-1198.92,384.431,1.17796,180,0,0,137,0,0,0,0,0),(4369,1201,0,1,1,0,0,-5748.95,-1243.53,382.002,6.24739,180,10,0,137,0,1,0,0,0),(4370,1201,0,1,1,0,0,-5819.54,-1283.8,382.774,4.7041,180,10,0,137,0,1,0,0,0),(4371,1127,0,1,1,0,0,-5820.53,-1304.53,383.693,4.0392,180,5,0,137,0,1,0,0,0),(4372,1201,0,1,1,0,0,-5734.64,-1268.06,387.04,0.392004,180,10,0,137,0,1,0,0,0),(4373,1201,0,1,1,0,0,-5759.38,-1298.25,388.219,3.34436,180,10,0,137,0,1,0,0,0),(4374,1127,0,1,1,0,0,-5720.82,-1289.81,389.674,3.64888,180,5,0,137,0,1,0,0,0),(4375,1127,0,1,1,0,0,-5861.94,-1343.63,390.563,5.41665,180,0,0,137,0,0,0,0,0),(4376,1201,0,1,1,0,0,-5854.15,-1329.22,389.961,1.40404,180,10,0,137,0,1,0,0,0),(4377,1196,0,1,1,0,0,-5845.32,-1395.74,396.508,4.85732,180,10,0,164,0,1,0,0,0),(4378,1115,0,1,1,0,1,-5837.54,-1502.03,358.889,4.71078,180,5,0,156,0,1,0,0,0),(4379,1115,0,1,1,0,1,-5800.41,-1506.65,364.198,5.30201,180,5,0,156,0,1,0,0,0),(2478,686,0,1,1,788,0,-12156.5,255.487,4.5443,2.73567,300,5,0,1403,0,1,0,0,0),(2477,683,0,1,1,2437,0,-11721,-444.636,18.9891,0.089864,300,5,0,1050,0,1,0,0,0),(2476,687,0,1,1,11317,0,-13280.5,682.581,3.28836,5.96526,300,10,0,1829,0,1,0,0,0),(2475,1152,0,1,1,833,0,-11877.8,-488.848,13.1664,4.04493,300,5,0,1403,0,1,0,0,0),(2474,1150,0,1,1,1039,0,-11613.7,14.4775,14.6154,5.47441,300,5,0,1050,0,1,0,0,0),(4390,1115,0,1,1,0,1,-5830.94,-1524.58,358.252,1.96921,180,5,0,156,0,1,0,0,0),(2434,686,0,1,1,788,0,-12124.7,271.332,2.84982,4.04311,300,5,0,1403,0,1,0,0,0),(2433,701,0,1,1,4577,1,-11705,729.052,49.8906,4.73328,300,5,0,1064,1007,1,0,0,0),(2432,1150,0,1,1,1039,0,-11578.2,48.9084,16.1874,2.33895,300,5,0,1050,0,1,0,0,0),(2431,676,0,1,1,7203,1,-13024,-395.211,34.7281,1.57303,300,3,0,1522,1332,1,0,0,0),(2430,1096,0,1,1,7197,1,-12047.5,-741.762,14.0319,3.13183,300,5,0,1160,1067,1,0,0,0),(2404,687,0,1,1,11317,0,-13282.4,753.035,2.95049,3.38596,300,5,0,1829,0,1,0,0,0),(2403,701,0,1,1,4577,1,-11728,744.698,50.8225,3.68816,300,5,0,1064,1007,1,0,0,0),(2402,687,0,1,1,11317,0,-13318.5,521.245,4.4735,2.8138,300,10,0,1829,0,1,0,0,0),(2401,4260,0,1,1,1269,0,-12014.1,-742.021,15.2867,2.95352,300,5,0,1536,0,1,0,0,0),(2400,674,0,1,1,7202,1,-13024.5,-414.587,42.7185,3.56047,300,0,0,1829,0,0,0,0,0),(2399,694,0,1,1,4572,1,-12017.5,382.114,1.86184,0.259086,300,10,0,1221,0,1,0,0,0),(2398,681,0,1,1,598,0,-11764.4,16.7766,22.4266,0.555494,300,5,0,1050,0,1,0,0,0),(2397,1713,0,1,1,11452,0,-13519.4,-94.5171,43.6685,4.87121,300,10,0,1981,0,1,0,0,0),(2396,595,0,1,1,4574,1,-11728.4,699.182,50.7777,4.85366,300,2,0,1279,0,1,0,0,0),(2395,701,0,1,1,4577,1,-11731.1,695.547,50.5621,5.40788,300,0,0,1064,1007,0,0,0,0),(2394,697,0,1,1,4573,1,-11882.3,277.931,12.3391,3.65697,300,5,0,1021,963,1,0,0,0),(2393,1713,0,1,1,11452,0,-13519,-116.761,45.0334,2.38664,300,10,0,1981,0,1,0,0,0),(2392,2537,0,1,1,987,0,-13646.5,-331.611,8.36083,0,300,0,0,2059,0,0,0,0,0),(2391,1150,0,1,1,1039,0,-11690.5,-356.701,13.4443,0.955718,300,5,0,1050,0,1,0,0,0),(2390,694,0,1,1,4572,1,-11982.3,371.483,5.25363,5.16002,300,3,0,1221,0,1,0,0,0),(2389,1713,0,1,1,11452,0,-13548.2,-122.63,46.0384,3.04131,300,5,0,1981,0,1,0,0,0),(2388,1491,0,1,1,4923,1,-13604.8,-325.415,13.1807,2.27144,300,5,0,2138,0,1,0,0,0),(2387,856,0,1,1,2571,0,-12167.7,269.265,2.62953,5.84903,300,0,0,1221,0,0,0,0,0),(2386,686,0,1,1,788,0,-12168.5,264.402,2.93756,4.5418,300,5,0,1403,0,1,0,0,0),(2385,1489,0,1,1,828,1,-13389.8,26.387,22.5172,4.40135,300,3,0,2059,0,1,0,0,0),(2384,1491,0,1,1,4923,1,-13320,-11.0043,21.5484,2.24773,300,2,0,2138,0,1,0,0,0),(2383,683,0,1,1,2437,0,-11644.6,-373.013,16.2524,1.44141,300,10,0,1050,0,1,0,0,0),(2382,682,0,1,1,320,0,-11787.1,-680.766,40.5718,1.68105,300,5,0,1163,0,1,0,0,0),(2381,687,0,1,1,11317,0,-13291.2,558.799,1.4705,2.41712,300,5,0,1829,0,1,0,0,0),(2380,697,0,1,1,4573,1,-11938.3,270.393,13.6539,3.85408,300,5,0,1021,963,1,0,0,0),(2379,1151,0,1,1,2548,0,-12152.5,317.662,2.46023,4.17132,300,5,0,1403,0,1,0,0,0),(2378,682,0,1,1,320,0,-11750.9,-587.018,36.6516,2.935,300,5,0,1163,0,1,0,0,0),(2377,1488,0,1,1,1065,0,-13371.5,9.74452,22.1422,3.35907,300,3,0,2059,0,1,0,0,0),(2376,588,0,1,1,4575,1,-11644.5,664.001,50.2059,4.7164,300,5,0,1279,0,1,0,0,0),(2375,697,0,1,1,4573,1,-12050.5,286.567,4.38142,1.31048,300,10,0,1021,963,1,0,0,0),(2374,683,0,1,1,2437,0,-11653.7,-366.197,14.9354,0.898798,300,10,0,1050,0,1,0,0,0),(2373,687,0,1,1,11317,0,-13308.4,725.699,4.49422,3.73041,300,10,0,1829,0,1,0,0,0),(4464,1115,0,1,1,0,1,-5853.01,-1524.74,358.855,4.16579,180,5,0,156,0,1,0,0,0),(4465,13076,0,1,1,0,1,-5724.94,-1551.48,381.84,5.24764,250,0,0,1910,0,2,0,0,0),(4466,721,0,1,1,0,0,-5716.01,-1504.09,400.937,3.66079,180,10,0,1,0,1,0,0,0),(4467,13076,0,1,1,0,1,-5726.6,-1551.43,381.215,0.249084,250,0,0,1910,0,2,0,0,0),(4468,1679,0,1,1,0,1,-5719.53,-1553.67,382.965,2.88947,190,0,0,622,655,0,0,0,0),(4469,1255,0,1,1,0,1,-5670.19,-1594.28,383.388,3.1765,180,0,0,222,0,0,0,0,0),(4470,1977,0,1,1,0,1,-5714.72,-1580,383.288,1.0472,430,0,0,2769,0,0,0,0,0),(4471,13076,0,1,1,0,1,-5679.92,-1564,383.883,3.00197,250,0,0,1910,0,0,0,0,0),(4472,1237,0,1,1,0,1,-5671.19,-1577.15,383.329,3.4383,180,0,0,156,0,0,0,0,0),(2372,697,0,1,1,4573,1,-11992.1,261.024,16.1546,2.68536,300,5,0,1021,963,1,0,0,0),(4474,13076,0,1,1,0,1,-5639.04,-1532.83,401.191,1.09956,250,0,0,1910,0,0,0,0,0),(4475,13076,0,1,1,0,1,-5681.81,-1548.1,390.85,1.27409,250,0,0,1910,0,0,0,0,0),(4476,1355,0,1,1,0,1,-5666.22,-1565.44,383.204,2.32129,180,0,0,156,0,0,0,0,0),(4477,13076,0,1,1,0,1,-5684.27,-1593.43,383.329,2.05949,250,0,0,1910,0,0,0,0,0),(4478,1360,0,1,1,0,1,-5685.68,-1596.67,383.329,4.08407,180,0,0,176,0,0,0,0,0),(4479,727,0,1,1,0,1,-5490.33,-1932.61,398.345,1.96379,250,0,0,1910,0,0,0,0,0),(4480,727,0,1,1,0,1,-5494.04,-1931.46,398.335,2.86578,250,0,0,1910,0,0,0,0,0),(4481,727,0,1,1,0,1,-5492.4,-1932.95,398.477,2.86574,250,0,0,1910,0,2,0,0,0),(4482,1127,0,1,1,0,0,-5627.06,-1455.45,400.216,5.50089,180,5,0,137,0,1,0,0,0),(4483,721,0,1,1,0,0,-5640.74,-1437.53,399.382,5.64693,180,10,0,1,0,1,0,0,0),(4484,1127,0,1,1,0,0,-5608.13,-1456.82,399.215,3.99394,180,5,0,137,0,1,0,0,0),(4485,1127,0,1,1,0,0,-5573.39,-1519,399.541,3.43305,180,5,0,137,0,1,0,0,0),(4486,721,0,1,1,0,0,-5561.61,-1518.28,400.009,1.70193,180,10,0,1,0,1,0,0,0),(4487,1126,0,1,1,0,0,-5529.09,-1496.24,405.536,5.48154,180,10,0,120,0,1,0,0,0),(4488,1127,0,1,1,0,0,-5575.22,-1580.17,398.038,2.83219,180,5,0,137,0,1,0,0,0),(4489,1196,0,1,1,0,0,-5534.02,-1472.99,406.75,5.334,180,10,0,164,0,1,0,0,0),(4490,1127,0,1,1,0,0,-5497.38,-1487.95,415.075,5.07984,180,0,0,137,0,0,0,0,0),(4491,1701,0,1,1,0,1,-5697.9,-1612.16,383.388,1.09956,180,0,0,198,0,0,0,0,0),(4492,1256,0,1,1,0,1,-5676.31,-1604.09,383.388,2.19912,180,0,0,198,0,0,0,0,0),(4493,1254,0,1,1,0,1,-5726.58,-1600.29,386.084,3.33358,180,0,0,247,0,0,0,0,0),(4494,1358,0,1,1,0,1,-5689.38,-1603.33,383.227,1.02974,180,0,0,156,0,0,0,0,0),(4495,1698,0,1,1,0,1,-5714.37,-1589.52,383.226,1.55334,180,0,0,198,0,0,0,0,0),(4496,1115,0,1,1,0,1,-5751.1,-1628.34,359.028,2.84489,180,0,0,156,0,0,0,0,0),(4497,1116,0,1,1,0,1,-5619.76,-1684.56,399.963,0.085832,180,5,0,176,0,1,0,0,0),(4498,1117,0,1,1,0,1,-5692.81,-1675.11,360.795,2.57533,180,5,0,176,0,1,0,0,0),(4499,1117,0,1,1,0,1,-5670.16,-1676.53,360.764,0.139849,180,5,0,176,0,1,0,0,0),(4500,1115,0,1,1,0,1,-5648.38,-1685.14,360.795,5.26947,180,5,0,156,0,1,0,0,0),(4501,1115,0,1,1,0,1,-5608.37,-1648.12,353.422,2.69495,180,5,0,156,0,1,0,0,0),(4502,1117,0,1,1,0,1,-5626.2,-1665.76,362.718,4.96285,180,5,0,176,0,1,0,0,0),(4503,1115,0,1,1,0,1,-5626.05,-1661.13,363.373,5.37437,180,5,0,156,0,1,0,0,0),(4504,1117,0,1,1,0,1,-5607.03,-1656.15,351.759,2.17568,180,5,0,176,0,1,0,0,0),(4505,1117,0,1,1,0,1,-5627.15,-1681.13,362.266,5.4328,180,5,0,176,0,1,0,0,0),(4506,1117,0,1,1,0,1,-5670.03,-1693.03,360.795,6.20073,180,5,0,176,0,1,0,0,0),(4507,721,0,1,1,0,0,-5595.93,-1637.26,398.341,1.62775,180,10,0,1,0,1,0,0,0),(4508,1116,0,1,1,0,1,-5594.58,-1662.56,397.591,4.8092,180,5,0,176,0,1,0,0,0),(4509,1115,0,1,1,0,1,-5753.34,-1660.34,358.905,4.69197,180,5,0,156,0,1,0,0,0),(4510,1115,0,1,1,0,1,-5776.49,-1643.51,359.289,4.16765,180,5,0,156,0,1,0,0,0),(4511,1115,0,1,1,0,1,-5789.7,-1636.12,358.903,4.38967,180,5,0,156,0,1,0,0,0),(4512,1115,0,1,1,0,1,-5791.92,-1615.96,359.764,2.89076,180,5,0,156,0,1,0,0,0),(4513,1115,0,1,1,0,1,-5808.03,-1623.19,359.492,5.31177,180,5,0,156,0,1,0,0,0),(4514,1117,0,1,1,0,1,-5736.63,-1678.3,361.565,4.42851,180,5,0,176,0,1,0,0,0),(4515,1115,0,1,1,0,1,-5752.65,-1669.76,358.896,3.24736,180,5,0,156,0,1,0,0,0),(4516,1115,0,1,1,0,1,-5715.19,-1692.18,362.756,4.07007,180,5,0,156,0,1,0,0,0),(4517,1115,0,1,1,0,1,-5783.98,-1577.96,358.713,4.35691,180,5,0,156,0,1,0,0,0),(4518,1115,0,1,1,0,1,-5864.87,-1543.32,373.095,5.84685,180,0,0,156,0,0,0,0,0),(4519,1115,0,1,1,0,1,-5837.93,-1580.96,362.362,1.58825,180,0,0,156,0,0,0,0,0),(4520,1115,0,1,1,0,1,-5825.71,-1593.61,361.923,4.62512,180,0,0,156,0,0,0,0,0),(4521,1115,0,1,1,0,1,-5840.64,-1590.02,362.181,0.907571,180,0,0,156,0,0,0,0,0),(4522,1115,0,1,1,0,1,-5836.32,-1515.09,358.764,3.50373,180,5,0,156,0,1,0,0,0),(4523,1115,0,1,1,0,1,-5825.85,-1547.09,358.611,2.26772,180,5,0,156,0,1,0,0,0),(4524,1115,0,1,1,0,1,-5871.38,-1544.1,372.456,5.33421,180,5,0,156,0,1,0,0,0),(4525,1115,0,1,1,0,1,-5810.3,-1670.7,359.036,3.50126,180,5,0,156,0,1,0,0,0),(4526,1115,0,1,1,0,1,-5823.92,-1662.05,359.268,4.70249,180,5,0,156,0,1,0,0,0),(4527,1115,0,1,1,0,1,-5793.42,-1670.55,359.05,2.48533,180,5,0,156,0,1,0,0,0),(4528,1115,0,1,1,0,1,-5797.37,-1669.86,358.914,2.86381,180,5,0,156,0,1,0,0,0),(4529,1115,0,1,1,0,1,-5692.58,-1703.72,361.136,2.53234,180,5,0,156,0,1,0,0,0),(4530,1117,0,1,1,0,1,-5703.23,-1703.64,361.666,3.73503,180,5,0,176,0,1,0,0,0),(4531,1127,0,1,1,0,0,-5702.81,-1721.38,399.568,0.657959,180,5,0,137,0,1,0,0,0),(4532,1115,0,1,1,0,1,-5690.66,-1694.33,360.795,3.90543,180,5,0,156,0,1,0,0,0),(4533,1116,0,1,1,0,1,-5683.61,-1748.78,400.095,5.42992,180,5,0,176,0,1,0,0,0),(4534,1116,0,1,1,0,1,-5659.71,-1710.91,399.962,4.51634,180,5,0,176,0,1,0,0,0),(4535,1115,0,1,1,0,1,-5646.83,-1701.79,362.065,4.73613,180,5,0,156,0,1,0,0,0),(4536,1117,0,1,1,0,1,-5607.66,-1701.92,357.749,5.23663,180,0,0,176,0,0,0,0,0),(4537,1117,0,1,1,0,1,-5604.1,-1674.69,350.246,6.27449,180,5,0,176,0,1,0,0,0),(4538,1689,0,1,1,0,0,-5651.41,-1702.94,399.637,1.56259,180,5,0,176,0,1,0,0,0),(4539,721,0,1,1,0,0,-5612.07,-1692.58,398.839,5.44517,180,10,0,1,0,1,0,0,0),(4540,1115,0,1,1,0,1,-5602.73,-1680.42,349.859,5.85812,180,5,0,156,0,1,0,0,0),(4541,1116,0,1,1,0,1,-5626.7,-1692.21,399.748,0.441817,180,5,0,176,0,1,0,0,0),(4542,1117,0,1,1,0,1,-5626.98,-1692.32,399.727,3.53051,180,0,0,176,0,0,0,0,0),(4543,1117,0,1,1,0,1,-5594.82,-1667.66,345.37,4.91682,180,5,0,176,0,1,0,0,0),(4544,1117,0,1,1,0,1,-5590.86,-1663.1,344.395,5.33137,180,5,0,176,0,1,0,0,0),(4545,1117,0,1,1,0,1,-5596.61,-1683.38,347.382,6.25858,180,5,0,176,0,1,0,0,0),(4546,1115,0,1,1,0,1,-5632.73,-1768.09,355.831,1.12803,180,0,0,156,0,0,0,0,0),(4547,1117,0,1,1,0,1,-5614.05,-1763.97,356.587,4.49675,180,5,0,176,0,1,0,0,0),(4548,1116,0,1,1,0,1,-5645.25,-1772.55,399.833,4.29514,180,5,0,176,0,1,0,0,0),(4549,1115,0,1,1,0,1,-5592.51,-1751.88,372.637,2.92985,180,5,0,156,0,1,0,0,0),(4550,1117,0,1,1,0,1,-5589.66,-1743.19,371.879,2.12525,180,5,0,176,0,1,0,0,0),(4551,1117,0,1,1,0,1,-5596.3,-1734.17,362.173,3.0581,180,5,0,176,0,1,0,0,0),(4552,1127,0,1,1,0,0,-5570.26,-1685.72,396.608,2.07599,180,5,0,137,0,1,0,0,0),(4553,1127,0,1,1,0,0,-5583.61,-1671.18,396.946,5.81925,180,5,0,137,0,1,0,0,0),(4554,1115,0,1,1,0,1,-5578.44,-1723.56,353.167,5.24457,180,0,0,156,0,0,0,0,0),(4555,1115,0,1,1,0,1,-5571.62,-1714.04,370.422,3.54512,180,5,0,156,0,1,0,0,0),(4556,1117,0,1,1,0,1,-5589.52,-1730.65,363.612,1.22932,180,0,0,176,0,0,0,0,0),(4557,1115,0,1,1,0,1,-5597.87,-1774.74,356.936,4.95012,180,5,0,156,0,1,0,0,0),(4558,1117,0,1,1,0,1,-5560.47,-1728.78,342.93,3.34893,180,5,0,176,0,1,0,0,0),(4559,1115,0,1,1,0,1,-5537.67,-1703.33,343.864,4.64766,180,5,0,156,0,1,0,0,0),(4560,1115,0,1,1,0,1,-5569.95,-1721.18,370.228,2.7054,180,5,0,156,0,1,0,0,0),(4561,1117,0,1,1,0,1,-5536.51,-1741,339.591,5.88313,180,5,0,176,0,1,0,0,0),(14842,7071,0,1,1,5819,1,-1377.69,644.3,50.7874,2.53073,600,0,0,7349,4482,0,0,0,0),(14843,2349,0,1,1,6808,0,-751.546,315.025,49.6503,3.12892,300,10,0,664,0,1,0,0,0),(14841,2405,0,1,1,3662,1,-182.133,-902.327,55.8559,2.80998,300,0,0,3696,0,0,0,0,0),(14840,7075,0,1,1,5815,1,-1326.6,639.302,50.5369,2.27374,600,0,0,6891,6867,2,0,0,0),(14839,7069,0,1,1,5822,1,-1246.71,566.755,28.5484,3.83972,600,0,0,8613,0,0,0,0,0),(14837,7069,0,1,1,5823,1,-1256.24,553.844,27.4701,4.55558,600,0,0,8613,0,2,0,0,0),(14838,7071,0,1,1,5819,1,-1265.33,476.39,10.6086,5.77704,600,0,0,7349,4482,0,0,0,0),(14836,7070,0,1,1,5826,1,-1317.12,531.126,99.7401,3.61283,600,0,0,7818,7107,0,0,0,0),(14835,7071,0,1,1,5819,1,-1233.07,560.679,33.5691,0.872665,600,0,0,7349,4482,0,0,0,0),(14830,8309,0,1,1,7535,1,-40.4379,-1584.87,194.543,0.698132,300,0,0,2769,0,0,0,0,0),(14831,13085,0,1,1,21007,1,-0.489312,-1594.8,195.07,4.64258,600,0,0,3758,0,0,0,0,0),(14832,6766,0,1,1,6573,1,-27.6602,-1421.12,174.007,2.67889,300,5,0,2769,0,1,0,0,0),(14833,7072,0,1,1,5820,1,-1312.72,566.287,106.176,2.46091,600,0,0,9771,0,0,0,0,0),(14834,7075,0,1,1,5814,1,-1349.32,597.778,103.529,0.547157,600,0,0,6891,6867,2,0,0,0),(14828,6766,0,1,1,6573,1,121.93,-1524.03,168.466,3.39281,300,5,0,2769,0,1,0,0,0),(14829,7324,0,1,1,6797,1,10.6412,-1562.82,189.28,1.5708,300,0,0,2218,0,0,0,0,0),(14827,6771,0,1,1,5910,1,26.9875,-1628.55,204.003,2.75762,300,0,0,2769,0,0,0,0,0),(14826,2368,0,1,1,4763,1,-1351.94,-981.076,-4.38645,2.54464,300,10,0,896,0,1,0,0,0),(14825,7075,0,1,1,5814,1,-1393.76,619.646,53.6349,5.05238,600,5,0,6891,6867,1,0,0,0),(14823,7072,0,1,1,5820,1,-1390.78,616.502,54.3849,0.978326,600,0,0,9771,0,2,0,0,0),(14824,7069,0,1,1,5823,1,-1307.52,637.362,47.8771,2.00713,600,0,0,8613,0,0,0,0,0),(14822,7070,0,1,1,5825,1,-1367.22,648.284,50.3003,3.80482,600,0,0,7818,7107,0,0,0,0),(14821,7075,0,1,1,5814,1,-1412.1,548.535,80.6403,4.18879,600,0,0,6891,6867,0,0,0,0),(14818,7323,0,1,1,7011,1,23.7691,-1622.14,197.632,4.67748,300,0,0,3082,0,0,0,0,0),(14819,6771,0,1,1,5907,1,-4.05452,-1592.45,204.003,5.2709,300,0,0,2769,0,0,0,0,0),(14820,7070,0,1,1,5826,1,-1315.18,512.496,99.9123,1.41913,600,0,0,7818,7107,0,0,0,0),(14816,6766,0,1,1,6574,1,18.2469,-1583.38,194.37,1.55334,300,0,0,2769,0,0,0,0,0),(14817,6771,0,1,1,5907,1,26.954,-1622.12,204.003,3.47321,300,0,0,2769,0,0,0,0,0),(14814,11776,0,1,1,11709,0,14.9235,-1629.47,189.498,4.93305,300,0,0,1,0,0,0,0,0),(14815,6766,0,1,1,6573,1,23.3013,-1612.92,195.502,0.872665,300,0,0,2769,0,0,0,0,0),(14807,14560,0,1,1,14338,0,-774.887,-606.126,15.2348,2.30383,300,0,0,42,0,0,0,0,0),(14808,14559,0,1,1,14582,0,-777.081,-608.085,15.2348,2.32129,300,0,0,42,0,0,0,0,0),(14809,16090,0,1,1,15993,1,-1389.69,-1106.36,39.022,2.37365,300,0,0,2061,0,0,0,0,0),(14810,13936,0,1,1,7804,0,107.047,-1492.32,194.614,4.32842,300,0,0,42,0,0,0,0,0),(14811,6766,0,1,1,6573,1,30.7071,-1585.19,193.232,1.64061,300,0,0,2769,0,0,0,0,0),(14812,6771,0,1,1,5909,1,-4.39963,-1596.07,195.07,5.06145,300,0,0,2769,0,0,0,0,0),(14813,6771,0,1,1,5908,1,3.24376,-1595.77,195.07,4.45059,300,0,0,2769,0,0,0,0,0),(14801,3536,0,1,1,3643,1,-429.726,-1497.85,88.2668,0.191986,300,0,0,1163,0,0,0,0,0),(14802,620,0,1,1,304,0,-506.071,-1459.12,51.0499,5.32325,300,0,0,1,0,0,0,0,0),(14803,5405,0,1,1,2409,0,-779.294,-610.004,15.2348,2.33874,300,0,0,42,0,0,0,0,0),(14804,12375,0,1,1,2405,0,-779.103,-600.73,15.2348,5.49779,300,0,0,42,0,0,0,0,0),(14805,12376,0,1,1,2404,0,-786.315,-607.03,15.2348,5.46288,300,0,0,42,0,0,0,0,0),(14806,14561,0,1,1,14583,0,-781.823,-611.991,15.2348,2.25148,300,0,0,42,0,0,0,0,0),(14800,2405,0,1,1,3662,1,-188.843,-907.371,55.8682,0.698132,300,0,0,3696,0,0,0,0,0),(14799,2370,0,1,1,4976,1,-1325.8,-877.878,-9.63101,1.90241,300,0,0,812,811,0,0,0,0),(14796,7072,0,1,1,5821,1,-1345.56,575.438,103.609,5.32325,600,0,0,9771,0,0,0,0,0),(14797,7068,0,1,1,5828,1,-1262.56,479.974,10.5137,5.06174,600,0,0,7349,6723,0,0,0,0),(14793,7070,0,1,1,5824,1,-1326.72,546.228,100.942,5.60251,600,0,0,7818,7107,0,0,0,0),(14794,7069,0,1,1,5823,1,-1379.81,632.899,51.5099,0.826559,600,0,0,8613,0,0,0,0,0),(14795,7075,0,1,1,5814,1,-1353.38,543.865,101.984,3.76991,600,0,0,6891,6867,0,0,0,0),(18008,1766,0,1,1,246,0,946.848,1452.89,42.5283,1.4128,275,10,0,222,0,1,0,0,0),(17680,1957,0,1,1,1994,1,795.346,167.873,32.0216,3.57792,275,0,0,356,0,0,0,0,0),(17678,1958,0,1,1,2597,0,769.879,171.602,31.6466,4.80185,275,10,0,350,390,1,0,0,0),(17679,1958,0,1,1,2597,0,727.968,192.537,33.5926,6.16101,275,0,0,350,390,0,0,0,0),(17677,1958,0,1,1,2597,0,755.199,192.794,38.5508,2.73441,275,5,0,350,390,1,0,0,0),(17675,1869,0,1,1,732,1,766.803,1073.32,45.5605,4.0946,275,10,0,300,0,1,0,0,0),(17674,7489,0,1,1,10797,1,489.479,1495.73,129.251,6.14356,275,0,0,3048,0,0,0,0,0),(17673,2173,0,1,1,245,0,-500.886,1852.72,-6.41235,6.12831,275,5,0,300,0,1,0,0,0),(35179,6148,1,1,1,12813,0,2657.13,-6269.63,103.287,1.01447,600,5,0,7359,0,1,0,0,0),(35178,6148,1,1,1,12813,0,2449.03,-5550.84,110.141,4.22116,600,5,0,7359,0,1,0,0,0),(35177,6148,1,1,1,12813,0,4709.73,-7588.35,73.7532,3.69056,600,10,0,7359,0,1,0,0,0),(35176,6148,1,1,1,12813,0,3006.57,-5591.79,149.96,5.1757,600,5,0,7359,0,1,0,0,0),(35175,6148,1,1,1,12813,0,4920.54,-6734.43,117.816,4.81753,600,5,0,7359,0,1,0,0,0),(35174,6148,1,1,1,12813,0,2648.97,-5890.13,96.0028,4.82377,600,5,0,7359,0,1,0,0,0),(35173,6148,1,1,1,12813,0,2517.96,-5875.58,109.477,1.16801,600,5,0,7359,0,1,0,0,0),(35172,6148,1,1,1,12813,0,4713.13,-7319.66,67.2325,4.0118,600,0,0,7359,0,2,0,0,0),(35171,6148,1,1,1,12813,0,4721.28,-7444.93,74.9571,1.09807,600,10,0,7359,0,1,0,0,0),(35170,6148,1,1,1,12813,0,4945.27,-7011.9,104.649,0.392838,600,5,0,7359,0,1,0,0,0),(35169,6148,1,1,1,12813,0,4853.12,-6945.74,99.4864,4.07273,600,5,0,7359,0,1,0,0,0),(35168,6148,1,1,1,12813,0,2578,-5687.04,111.61,3.99356,600,5,0,7359,0,1,0,0,0),(35167,6148,1,1,1,12813,0,4777.81,-7510.81,90.8385,2.67576,600,0,0,7359,0,0,0,0,0),(35166,6148,1,1,1,12813,0,4595.43,-7162.85,121.56,3.27673,600,3,0,7359,0,1,0,0,0),(35165,6148,1,1,1,12813,0,2515.99,-6407.49,109.569,0.731508,600,3,0,7359,0,1,0,0,0),(35164,6148,1,1,1,12813,0,4648.48,-7520.15,70.9436,4.37132,600,10,0,7359,0,1,0,0,0),(35163,6148,1,1,1,12813,0,2921.12,-5618.85,143.559,2.12111,600,5,0,7359,0,1,0,0,0),(35162,6148,1,1,1,12813,0,2639.69,-5617.92,118.985,3.12792,600,5,0,7359,0,1,0,0,0),(35161,6148,1,1,1,12813,0,2307.35,-6325.68,106.087,3.081,600,3,0,7359,0,1,0,0,0),(35160,6148,1,1,1,12813,0,2790.86,-5956.4,102.546,4.7837,600,5,0,7359,0,1,0,0,0),(35159,6148,1,1,1,12813,0,3648.12,-4719.37,119.683,3.01803,600,0,0,7359,0,2,0,0,0),(35158,6148,1,1,1,12813,0,3522.12,-4130.09,106.763,4.6714,600,0,0,7359,0,2,0,0,0),(35157,6147,1,1,1,12814,0,2318.71,-6222.15,108.862,4.9388,600,3,0,7359,0,1,0,0,0),(35156,6147,1,1,1,12814,0,4522.49,-6842.93,138.786,1.32819,600,10,0,7359,0,1,0,0,0),(35155,6147,1,1,1,12814,0,4923.96,-6928.36,132.787,0.999981,600,5,0,7359,0,1,0,0,0),(35154,6147,1,1,1,12814,0,2660.95,-5949.92,96.68,3.2157,600,10,0,7359,0,1,0,0,0),(35153,6147,1,1,1,12814,0,4904.97,-6618.53,97.0611,3.09666,600,0,0,7359,0,2,0,0,0),(35152,6147,1,1,1,12814,0,2768.1,-5623.12,130.236,3.53313,600,5,0,7359,0,1,0,0,0),(35151,6147,1,1,1,12814,0,2454.06,-5801.76,104.167,1.37711,600,3,0,7359,0,1,0,0,0),(35150,6147,1,1,1,12814,0,2601.02,-6022.93,102.503,3.61401,600,5,0,7359,0,1,0,0,0),(35149,6147,1,1,1,12814,0,2937.45,-5532.33,149.779,5.35496,600,5,0,7359,0,1,0,0,0),(35148,6147,1,1,1,12814,0,4582.18,-7460.36,83.2686,4.46731,600,10,0,7359,0,1,0,0,0),(35147,6147,1,1,1,12814,0,4841.36,-7197.41,99.9027,4.34767,600,5,0,7359,0,1,0,0,0),(35146,6147,1,1,1,12814,0,2530.55,-6139.66,109.35,0.176723,600,5,0,7359,0,1,0,0,0),(35145,6147,1,1,1,12814,0,4706.55,-6917.1,110.759,2.72023,600,10,0,7359,0,1,0,0,0),(35144,6147,1,1,1,12814,0,4887.02,-7257.82,123.126,4.13061,600,5,0,7359,0,1,0,0,0),(35143,6147,1,1,1,12814,0,2295.49,-6033.39,108.75,5.23287,600,3,0,7359,0,1,0,0,0),(35142,6147,1,1,1,12814,0,2579.2,-5814.32,96.6516,3.0623,600,0,0,7359,0,2,0,0,0),(35141,6147,1,1,1,12814,0,2391.93,-5480.58,151.931,0.0743,600,5,0,7359,0,1,0,0,0),(35140,6147,1,1,1,12814,0,4647.14,-6864.65,140.776,4.38106,600,5,0,7359,0,1,0,0,0),(35139,6147,1,1,1,12814,0,2714.87,-5815.86,102.003,5.81195,600,0,0,7359,0,0,0,0,0),(35138,6147,1,1,1,12814,0,2525.19,-6021.2,102.184,6.05456,600,0,0,7359,0,2,0,0,0),(35137,6147,1,1,1,12814,0,2847.14,-5673.77,125.519,1.91106,600,0,0,7359,0,2,0,0,0),(35136,6147,1,1,1,12814,0,2391.79,-5743.63,100.698,0.684307,600,10,0,7359,0,1,0,0,0),(35135,6147,1,1,1,12814,0,4920.03,-6854.17,103.275,5.72069,600,5,0,7359,0,1,0,0,0),(35134,6147,1,1,1,12814,0,4871.07,-7087.96,107.739,3.44081,600,5,0,7359,0,1,0,0,0),(35133,6147,1,1,1,12814,0,2450.6,-6203.41,102.079,1.4445,600,5,0,7359,0,1,0,0,0),(35132,6147,1,1,1,12814,0,2385.65,-6153.18,102.123,5.68737,600,5,0,7359,0,1,0,0,0),(35131,6147,1,1,1,12814,0,4651.74,-6998.29,107.337,6.12831,600,10,0,7359,0,1,0,0,0),(35130,6147,1,1,1,12814,0,2825.83,-6042.77,109.694,4.29069,600,5,0,7359,0,1,0,0,0),(35129,6147,1,1,1,12814,0,2408.4,-6441.95,97.8623,2.99459,600,10,0,7359,0,1,0,0,0),(35128,6146,1,1,1,1918,0,4714.57,-7192.86,86.8969,4.63816,600,5,0,7599,0,1,0,0,0),(35127,6146,1,1,1,1918,0,2578.02,-5934.4,97.5383,1.86584,600,10,0,7599,0,1,0,0,0),(35126,6146,1,1,1,1918,0,2946.1,-5737.4,129.062,1.83568,600,5,0,7599,0,1,0,0,0),(35125,6146,1,1,1,1918,0,2463.13,-6082.25,103.438,0.037051,600,10,0,7599,0,1,0,0,0),(35124,6146,1,1,1,1918,0,2783.24,-5737.81,119.709,1.62162,600,5,0,7599,0,1,0,0,0),(35123,6146,1,1,1,1918,0,2569.49,-6221.35,104.173,3.42884,600,3,0,7599,0,1,0,0,0),(35122,6146,1,1,1,1918,0,4764.42,-7243.55,75.9265,3.47384,600,5,0,7599,0,1,0,0,0),(35121,6146,1,1,1,1918,0,4714.61,-7050.92,101.191,4.9518,600,5,0,7599,0,1,0,0,0),(35120,6146,1,1,1,1918,0,2579.85,-6334.08,108.009,1.81247,600,10,0,7599,0,1,0,0,0),(35119,6146,1,1,1,1918,0,2523,-5626.96,120.959,5.16306,600,3,0,7599,0,1,0,0,0),(35118,6146,1,1,1,1918,0,4856.27,-7023.75,98.64,0.158887,600,5,0,7599,0,1,0,0,0),(35117,6146,1,1,1,1918,0,4431.58,-7059.42,141.723,2.09999,600,5,0,7599,0,1,0,0,0),(35116,6146,1,1,1,1918,0,4793.03,-7113.05,93.3701,0.29735,600,5,0,7599,0,1,0,0,0),(35115,6146,1,1,1,1918,0,2592.83,-6084.97,110.969,5.57036,600,5,0,7599,0,1,0,0,0),(35114,6146,1,1,1,1918,0,2655.99,-5747.79,108.753,1.21254,600,5,0,7599,0,1,0,0,0),(35113,6146,1,1,1,1918,0,2443.01,-5694.98,112.125,4.40671,600,5,0,7599,0,1,0,0,0),(35112,6146,1,1,1,1918,0,4854.92,-7332.24,157.145,0.776883,600,5,0,7599,0,1,0,0,0),(35111,6146,1,1,1,1918,0,4655.88,-7123.48,99.3767,5.44114,600,5,0,7599,0,1,0,0,0),(35110,6146,1,1,1,1918,0,4779.32,-6981.46,96.0951,1.95633,600,10,0,7599,0,1,0,0,0),(35109,6146,1,1,1,1918,0,2521.68,-6284.57,99.2535,6.18267,600,10,0,7599,0,1,0,0,0),(35108,6146,1,1,1,1918,0,2302.36,-6088.83,107.061,3.53841,600,3,0,7599,0,1,0,0,0),(35107,6146,1,1,1,1918,0,2389.56,-6512.78,106.592,0.509943,600,10,0,7599,0,1,0,0,0),(35106,6146,1,1,1,1918,0,2522.49,-5751.94,100.853,0.116983,600,0,0,7599,0,2,0,0,0),(35105,6146,1,1,1,1918,0,2644.86,-6152.82,100.081,3.63453,600,5,0,7599,0,1,0,0,0),(4801,883,530,1,1,0,0,2912.8,5618.1,146.458,4.08998,300,5,0,1,0,1,0,0,0),(4802,883,530,1,1,0,0,3033.27,5608.42,146.132,0.865558,300,5,0,1,0,1,0,0,0),(4803,883,530,1,1,0,0,3004.09,5714.6,146.914,0.60478,300,5,0,1,0,1,0,0,0),(4804,883,530,1,1,0,0,3156.81,5481.94,147.384,0.333861,300,5,0,1,0,1,0,0,0),(4805,883,530,1,1,0,0,3231.52,5490.68,146.882,1.4113,300,5,0,1,0,1,0,0,0),(4806,883,530,1,1,0,0,3133.6,5400.35,144.512,5.01146,300,5,0,1,0,1,0,0,0),(4807,883,530,1,1,0,0,3306.94,5447.37,144.383,6.13024,300,5,0,1,0,1,0,0,0),(4808,883,530,1,1,0,0,3419.17,5415.49,148.683,5.08037,300,5,0,1,0,1,0,0,0),(4809,883,530,1,1,0,0,2897.87,5574.47,144.323,3.73759,300,5,0,1,0,1,0,0,0),(4810,883,530,1,1,0,0,3024.45,5602.27,146.789,2.53599,300,5,0,1,0,1,0,0,0),(4811,883,530,1,1,0,0,3132.9,5406.71,144.491,2.28779,300,5,0,1,0,1,0,0,0),(4812,883,530,1,1,0,0,-4246.95,-11539.6,13.5938,4.57519,300,5,0,1,0,1,0,0,0),(4813,883,530,1,1,0,0,-4724.66,-11548.2,26.1447,6.0518,300,5,0,1,0,1,0,0,0),(4814,883,530,1,1,0,0,-4775.22,-11975.2,36.012,0.70392,300,5,0,1,0,1,0,0,0),(4815,883,530,1,1,0,0,-4412.9,-13440.6,49.8578,5.03641,300,5,0,1,0,1,0,0,0),(4816,883,530,1,1,0,0,-4446.84,-13870,99.624,2.43498,300,5,0,1,0,1,0,0,0),(4817,883,530,1,1,0,0,-3925.99,-13454,67.8378,3.18057,300,5,0,1,0,1,0,0,0),(4818,883,530,1,1,0,0,-2985.17,-12574.4,13.296,3.30374,300,5,0,1,0,1,0,0,0),(4819,883,530,1,1,0,0,-3204.69,-11990.8,9.9315,2.2151,300,5,0,1,0,1,0,0,0),(4820,883,530,1,1,0,0,-3892.96,-12242.3,2.76498,4.71424,300,5,0,1,0,1,0,0,0),(4821,883,530,1,1,0,0,-3568.54,-12441.9,6.82892,4.44626,300,5,0,1,0,1,0,0,0),(4822,883,530,1,1,0,0,-3917.06,-12647.4,74.6384,1.89255,300,5,0,1,0,1,0,0,0),(4823,883,530,1,1,0,0,-3435.33,-12110.6,28.5259,3.15775,300,5,0,1,0,1,0,0,0),(4824,883,530,1,1,0,0,-3401.7,-12510.9,46.2287,1.21688,300,5,0,1,0,1,0,0,0),(4825,883,530,1,1,0,0,-3550.97,-12168.2,14.9621,1.8245,300,5,0,1,0,1,0,0,0),(4826,883,530,1,1,0,0,-3985.47,-12557.8,46.0414,4.60281,300,5,0,1,0,1,0,0,0),(4827,883,530,1,1,0,0,-4313.03,-11758.5,7.09733,1.49058,300,5,0,1,0,1,0,0,0),(2371,674,0,1,1,7202,1,-13018.5,-430.765,39.8314,3.54302,300,0,0,1829,0,0,0,0,0),(2370,1488,0,1,1,1065,0,-13357,-2.28862,22.4023,4.03074,300,3,0,2059,0,1,0,0,0),(2369,686,0,1,1,788,0,-12217.9,289.246,3.12682,3.5045,300,5,0,1403,0,1,0,0,0),(4834,1115,0,1,1,0,1,-5551.12,-1756.35,341.539,1.12152,180,5,0,156,0,1,0,0,0),(4835,721,0,1,1,0,0,-5543.23,-1636.38,392.114,0.621612,180,10,0,1,0,1,0,0,0),(4836,1127,0,1,1,0,0,-5524.34,-1631.57,393.457,1.1054,180,5,0,137,0,1,0,0,0),(4837,1115,0,1,1,0,1,-5528.19,-1718.87,341.195,0.12662,180,5,0,156,0,1,0,0,0),(4838,1117,0,1,1,0,1,-5529.62,-1723.63,340.548,1.45178,180,5,0,176,0,1,0,0,0),(4839,1115,0,1,1,0,1,-5607.12,-1788.2,355.541,5.75598,180,5,0,156,0,1,0,0,0),(4840,1117,0,1,1,0,1,-5589.53,-1788.2,360.268,5.09102,180,5,0,176,0,1,0,0,0),(4841,1117,0,1,1,0,1,-5542.18,-1751.72,340.69,5.97301,180,5,0,176,0,1,0,0,0),(4842,1117,0,1,1,0,1,-5565.87,-1771.23,347.179,1.87752,180,5,0,176,0,1,0,0,0),(4843,1115,0,1,1,0,1,-5551.54,-1765.83,343.15,6.24937,180,5,0,156,0,1,0,0,0),(4844,1117,0,1,1,0,1,-5516.72,-1745.35,336.938,5.96219,180,5,0,176,0,1,0,0,0),(4845,1117,0,1,1,0,1,-5527.83,-1739.77,338.177,1.21334,180,5,0,176,0,1,0,0,0),(4846,1115,0,1,1,0,1,-5579.92,-1776.09,352.171,0.016283,180,5,0,156,0,1,0,0,0),(4847,1117,0,1,1,0,1,-5569.05,-1765.98,346.307,3.44248,180,5,0,176,0,1,0,0,0),(4848,1115,0,1,1,0,1,-5585.11,-1804.69,355.285,3.14114,180,5,0,156,0,1,0,0,0),(4849,1116,0,1,1,0,1,-5610.71,-1818.99,400.642,0.529551,180,5,0,176,0,1,0,0,0),(4850,1117,0,1,1,0,1,-5654.81,-1790.36,356.031,3.98252,180,5,0,176,0,1,0,0,0),(4851,1115,0,1,1,0,1,-5627.67,-1804.32,355.679,0.062814,180,5,0,156,0,1,0,0,0),(4852,1116,0,1,1,0,1,-5561.78,-1813.49,399.677,0.534462,180,5,0,176,0,1,0,0,0),(4853,1689,0,1,1,0,0,-5539.88,-1817.02,399.186,5.70386,180,5,0,176,0,1,0,0,0),(4854,1127,0,1,1,0,0,-5587.58,-1817.58,399.614,4.75725,180,5,0,137,0,1,0,0,0),(2368,14912,0,1,1,11221,0,-11838.2,1256.01,2.08196,5.77616,1800,0,0,9156,0,0,0,0,0),(2367,674,0,1,1,7202,1,-12973.6,-415.973,43.743,0.733038,300,0,0,1829,0,0,0,0,0),(2361,674,0,1,1,7202,1,-12992.8,-436.674,51.8954,2.87979,300,0,0,1829,0,0,0,0,0),(2348,687,0,1,1,11317,0,-13240.3,503.209,3.69451,5.22669,300,5,0,1829,0,1,0,0,0),(2347,1490,0,1,1,16228,1,-13636.5,-336.307,8.67954,0,300,0,0,1711,1483,0,0,0,0),(2346,1085,0,1,1,698,0,-11852.9,182.856,16.2022,0.676534,300,5,0,1279,0,1,0,0,0),(2345,701,0,1,1,4577,1,-11648.3,614.342,50.1792,2.75281,300,5,0,1064,1007,1,0,0,0),(2344,674,0,1,1,7202,1,-12998.3,-409.133,43.8658,1.81514,300,0,0,1829,0,0,0,0,0),(2343,702,0,1,1,4571,1,-11749.3,182.265,16.7817,0,300,10,0,1221,0,1,0,0,0),(4864,1689,0,1,1,0,0,-5617.06,-1841.91,401.532,3.04387,180,5,0,176,0,1,0,0,0),(4865,1116,0,1,1,0,1,-5568.54,-1838.73,400.318,1.66752,180,5,0,176,0,1,0,0,0),(2342,683,0,1,1,2437,0,-11740.6,-412.69,21.6476,2.56806,300,5,0,1050,0,1,0,0,0),(2341,587,0,1,1,4570,1,-12088.5,321.573,3.79529,5.60111,300,10,0,1221,0,1,0,0,0),(2340,588,0,1,1,4575,1,-11718.8,604.738,50.4869,3.54526,300,5,0,1279,0,1,0,0,0),(2339,686,0,1,1,788,0,-12177.7,262.339,2.06256,0.077508,300,5,0,1403,0,1,0,0,0),(2338,682,0,1,1,320,0,-11817.3,-786.911,35.0214,4.30647,300,5,0,1163,0,1,0,0,0),(2337,674,0,1,1,7202,1,-12968.6,-435.651,44.4588,4.86947,300,0,0,1829,0,0,0,0,0),(2336,687,0,1,1,11317,0,-13353.6,552.762,8.01102,3.80291,300,5,0,1829,0,1,0,0,0),(2335,682,0,1,1,320,0,-11853.2,-750.76,38.195,1.34696,300,10,0,1163,0,1,0,0,0),(2334,702,0,1,1,4571,1,-11750.1,115.455,24.1583,0,300,5,0,1221,0,1,0,0,0),(2333,1489,0,1,1,828,1,-13668.8,-289.102,8.27158,4.08594,300,3,0,2059,0,1,0,0,0),(2332,687,0,1,1,11317,0,-13250.5,709.447,13.4614,5.73473,300,5,0,1829,0,1,0,0,0),(2331,675,0,1,1,7196,1,-12981.3,-451.062,53.8734,5.54596,300,0,0,1981,0,0,0,0,0),(2330,682,0,1,1,320,0,-11820.5,-719.82,40.0043,4.80081,300,10,0,1163,0,1,0,0,0),(2329,1488,0,1,1,1065,0,-13683.7,-384.825,0.720356,4.10932,300,5,0,2059,0,1,0,0,0),(2328,682,0,1,1,320,0,-11686.8,-854.185,33.7327,3.71252,300,5,0,1163,0,1,0,0,0),(2327,1491,0,1,1,4923,1,-13679.1,-302.795,8.20693,2.87593,300,3,0,2138,0,1,0,0,0),(2326,682,0,1,1,320,0,-11715.5,-816.102,35.2184,0.742006,300,10,0,1163,0,1,0,0,0),(2325,702,0,1,1,4571,1,-11779.6,213.12,21.1322,0,300,5,0,1221,0,1,0,0,0),(2324,682,0,1,1,320,0,-11781.3,-751.351,35.7937,6.23231,300,10,0,1163,0,1,0,0,0),(2323,873,0,1,1,11293,1,-12180.7,619.049,-66.3605,0.191908,1800,5,0,1208,1097,1,0,0,0),(2322,686,0,1,1,788,0,-12189.7,268.235,4.12953,2.15313,300,5,0,1403,0,1,0,0,0),(2321,875,0,1,1,391,1,-12222.3,631.127,-69.6743,5.88356,1800,5,0,1257,1142,1,0,0,0),(2320,1488,0,1,1,1065,0,-13337.7,22.1406,26.7672,5.03444,300,0,0,2059,0,0,0,0,0),(2319,1490,0,1,1,16228,1,-13689.5,-280.019,7.6504,4.95464,300,5,0,1711,1483,1,0,0,0),(2318,674,0,1,1,7202,1,-13031.8,-354.199,38.4709,2.18166,300,0,0,1829,0,0,0,0,0),(4911,1689,0,1,1,0,0,-5688.48,-1817.11,400.234,5.93858,180,5,0,176,0,1,0,0,0),(35104,6144,1,1,1,4945,1,4057.65,-6423.01,-17.3923,5.47364,600,10,0,8232,0,1,0,0,0),(2317,686,0,1,1,788,0,-12318.4,-210.691,14.8108,0.779662,300,10,0,1403,0,1,0,0,0),(2316,677,0,1,1,7204,1,-13035.1,-408.037,42.7482,0.785479,300,2,0,1292,3191,1,0,0,0),(2274,2635,0,1,1,1038,0,-12252.8,317.269,1.72703,1.65977,1800,10,0,1604,0,1,0,0,0),(2273,587,0,1,1,4570,1,-11754.6,87.5474,26.8715,0,300,5,0,1221,0,1,0,0,0),(2272,674,0,1,1,7202,1,-13003,-381.27,30.7281,5.63741,300,0,0,1829,0,0,0,0,0),(2271,1491,0,1,1,4923,1,-13689.2,-311.099,6.83193,5.73698,300,3,0,2138,0,1,0,0,0),(2270,683,0,1,1,2437,0,-11711.1,-445.378,19.3901,1.08051,300,5,0,1050,0,1,0,0,0),(2269,879,0,1,1,1079,1,-12196.8,608,-68.2752,0.483042,1800,5,0,1403,0,1,0,0,0),(2268,686,0,1,1,788,0,-12282,-252.861,16.8458,1.06256,300,10,0,1403,0,1,0,0,0),(2267,937,0,1,1,4443,1,-11681.4,-712.248,42.4725,1.69157,300,5,0,1163,0,1,0,0,0),(2266,1490,0,1,1,16228,1,-13623.7,-317.88,9.18066,2.70822,300,0,0,1711,1483,0,0,0,0),(2265,1490,0,1,1,16228,1,-13630.5,-307.864,8.30566,4.49048,300,0,0,1711,1483,0,0,0,0),(4928,1116,0,1,1,0,1,-5710.72,-1774.1,400.033,2.49333,180,5,0,176,0,1,0,0,0),(4929,1116,0,1,1,0,1,-5685.41,-1813.34,400.599,3.89437,180,5,0,176,0,1,0,0,0),(4930,721,0,1,1,0,0,-5509.6,-1828.19,397.227,0.774637,180,10,0,1,0,1,0,0,0),(4931,1689,0,1,1,0,0,-5843.59,-1791.36,409.097,2.65875,180,0,0,176,0,0,0,0,0),(4932,1127,0,1,1,0,0,-5879.3,-1765.3,409.368,6.00033,180,0,0,137,0,0,0,0,0),(4933,1689,0,1,1,0,0,-5891.4,-1688.04,403.992,3.23349,180,0,0,176,0,0,0,0,0),(4934,1127,0,1,1,0,0,-5900.21,-1679.66,406.606,3.04581,180,0,0,137,0,0,0,0,0),(4935,1117,0,1,1,0,1,-5906.37,-1925.97,405.007,0.822725,180,0,0,176,0,0,0,0,0),(2264,1488,0,1,1,1065,0,-13659.1,-243.792,8.03223,0.182751,300,5,0,2059,0,1,0,0,0),(2263,937,0,1,1,4443,1,-11648.4,-719.028,33.1811,5.68381,300,5,0,1163,0,1,0,0,0),(2262,871,0,1,1,506,1,-12122.1,500.725,-54.4311,5.65625,1800,5,0,1403,0,1,0,0,0),(2261,1488,0,1,1,1065,0,-13620.1,-260.571,9.18035,6.05544,300,5,0,2059,0,1,0,0,0),(2260,674,0,1,1,7202,1,-13009.7,-354.318,21.1658,1.0472,300,0,0,1829,0,0,0,0,0),(2259,683,0,1,1,2437,0,-11730.1,-479.097,17.7117,1.5575,300,5,0,1050,0,1,0,0,0),(2258,682,0,1,1,320,0,-11751.3,-846.9,31.1947,1.52256,300,5,0,1163,0,1,0,0,0),(2257,1490,0,1,1,16228,1,-13576.9,-247.346,23.5591,4.25747,300,5,0,1711,1483,1,0,0,0),(2256,940,0,1,1,4436,1,-11484.9,-786.402,51.3356,5.00759,300,5,0,977,935,1,0,0,0),(2255,1096,0,1,1,7197,1,-12080.6,-733.46,14.2767,1.74558,300,5,0,1160,1067,1,0,0,0),(2254,671,0,1,1,4580,1,-11554.8,633.098,62.5965,5.59209,300,0,0,1469,0,0,0,0,0),(2253,683,0,1,1,2437,0,-11692.3,-526.917,27.3693,0.089573,300,5,0,1050,0,1,0,0,0),(2252,682,0,1,1,320,0,-11719,-748.588,37.8223,4.39249,300,5,0,1163,0,1,0,0,0),(2251,597,0,1,1,4579,1,-11537.2,629.721,62.9135,6.27701,300,0,0,1469,0,0,0,0,0),(2250,940,0,1,1,4436,1,-11648.5,-746.885,32.666,0.459187,300,5,0,977,935,1,0,0,0),(2249,1490,0,1,1,16228,1,-13367.1,-4.92871,22.6198,2.93215,300,0,0,1711,1483,0,0,0,0),(2248,937,0,1,1,4443,1,-11613.1,-777.116,41.3618,1.74013,300,3,0,1163,0,1,0,0,0),(2247,683,0,1,1,2437,0,-11575.4,-489.531,27.859,5.96946,300,5,0,1050,0,1,0,0,0),(2246,875,0,1,1,391,1,-12192.3,624.437,-67.3605,5.79706,1800,5,0,1257,1142,1,0,0,0),(2245,686,0,1,1,788,0,-12242.3,-232.24,16.6393,5.17473,300,10,0,1403,0,1,0,0,0),(2244,1488,0,1,1,1065,0,-13646.8,-274.549,8.30007,1.42839,300,0,0,2059,0,2,0,0,0),(2243,738,0,1,1,4664,1,-11313.9,-202.766,75.576,5.5676,300,0,0,1003,0,0,0,0,0),(2242,1085,0,1,1,698,0,-11875.9,224.407,15.9899,0.839797,300,5,0,1279,0,1,0,0,0),(2241,677,0,1,1,7204,1,-12938.4,-447.962,35.6715,3.07383,300,3,0,1292,3191,1,0,0,0),(2240,683,0,1,1,2437,0,-11613.6,-420.651,16.4762,1.88662,300,5,0,1050,0,1,0,0,0),(2239,660,0,1,1,4581,1,-11607.5,645.048,59.6816,4.11148,300,3,0,1257,1142,1,0,0,0),(2238,689,0,1,1,601,0,-11550,-885.743,68.8292,2.98038,300,10,0,1279,0,1,0,0,0),(2237,671,0,1,1,4580,1,-11618.6,664.541,54.8951,4.85954,300,3,0,1469,0,1,0,0,0),(2236,683,0,1,1,2437,0,-11600.1,-463.455,21.0941,2.47636,300,5,0,1050,0,1,0,0,0),(2235,597,0,1,1,4579,1,-11624,684.091,49.139,5.11553,300,5,0,1469,0,1,0,0,0),(2234,937,0,1,1,4443,1,-11648.1,-669.891,30.3135,0.4745,300,0,0,1163,0,0,0,0,0),(2233,1491,0,1,1,4923,1,-13712,-246.301,0.75,1.82098,300,5,0,2138,0,1,0,0,0),(4994,1127,0,1,1,0,0,-5890.96,-1874.8,403.664,1.53611,180,0,0,137,0,0,0,0,0),(4995,1689,0,1,1,0,0,-5874.38,-1888.08,406.999,2.37277,180,0,0,176,0,0,0,0,0),(4996,1117,0,1,1,0,1,-5857.03,-1949.11,407.885,5.67617,180,0,0,176,0,0,0,0,0),(4997,1116,0,1,1,0,1,-5806.34,-1928.8,406.335,2.54585,180,5,0,176,0,1,0,0,0),(4998,6123,0,1,1,0,1,-5877.57,-1988.23,401.366,4.97435,180,0,0,176,0,0,0,0,0),(4999,6123,0,1,1,0,1,-5921.7,-1979.57,405.96,3.1506,180,0,0,176,0,0,0,0,0),(5000,928,0,1,1,0,1,-8577,881.698,106.519,5.433,490,0,0,4120,0,0,0,0,0),(2232,940,0,1,1,4436,1,-11651.7,-666.166,30.3258,6.27313,300,0,0,977,935,0,0,0,0),(2231,683,0,1,1,2437,0,-11615.4,-517.557,19.8188,4.67146,300,5,0,1050,0,1,0,0,0),(2230,682,0,1,1,320,0,-11887.1,-714.829,16.0404,4.9578,300,5,0,1163,0,1,0,0,0),(2229,671,0,1,1,4580,1,-11612.2,675.246,54.6317,2.1293,300,0,0,1469,0,0,0,0,0),(2228,2536,0,1,1,987,0,-13374.3,-7.69423,22.044,0.872665,300,0,0,2059,0,0,0,0,0),(2227,660,0,1,1,4581,1,-11621.9,652.713,58.1816,0.89563,300,3,0,1257,1142,1,0,0,0),(2226,1713,0,1,1,11452,0,-13659.4,232.277,28.0949,4.6635,300,5,0,1981,0,1,0,0,0),(2225,2535,0,1,1,987,0,-13349.3,-28.5316,22.2773,3.64318,300,0,0,2059,0,0,0,0,0),(2224,1491,0,1,1,4923,1,-13344.3,-21.2062,22.2773,2.26225,300,0,0,2138,0,0,0,0,0),(2223,940,0,1,1,4436,1,-11636,-660.454,30.1503,1.5971,300,0,0,977,935,0,0,0,0),(2222,671,0,1,1,4580,1,-11631.4,709.754,41.3573,5.53935,300,5,0,1469,0,1,0,0,0),(2221,1488,0,1,1,1065,0,-13337.8,-27.3113,22.2773,2.29184,300,0,0,2059,0,0,0,0,0),(2220,937,0,1,1,4443,1,-11636.8,-629.572,31.4774,6.02983,300,0,0,1163,0,0,0,0,0),(2219,940,0,1,1,4436,1,-11639.1,-661.675,29.9003,1.07781,300,0,0,977,935,0,0,0,0),(2218,701,0,1,1,4577,1,-11657.9,644.768,50.9559,2.66215,300,5,0,1064,1007,1,0,0,0),(2217,940,0,1,1,4436,1,-11643.7,-635.678,31.456,2.90905,300,0,0,977,935,0,0,0,0),(2216,940,0,1,1,4436,1,-11618,-584.292,26.3956,0.66924,300,3,0,977,935,1,0,0,0),(2215,940,0,1,1,4436,1,-11649.9,-586.777,29.9593,0.506584,300,3,0,977,935,1,0,0,0),(2214,681,0,1,1,598,0,-11521.7,-358.08,38.049,4.19539,300,10,0,1050,0,1,0,0,0),(2213,772,0,1,1,614,0,-12573.8,-180.401,14.704,0.763302,300,5,0,1536,0,1,0,0,0),(1027,1095,0,1,1,0,1,-11977.5,-530.262,11.974,3.12123,25,0,0,1469,0,0,0,0,0),(2211,1563,0,1,1,796,1,-14693,519.232,1.23709,5.42797,300,0,0,1829,0,0,0,0,0),(2210,1564,0,1,1,4461,1,-14596.4,306.95,2.8664,3.32953,300,0,0,1292,3191,0,0,0,0),(2209,1563,0,1,1,794,1,-14715.3,485.173,3.35794,0.637758,300,10,0,1829,0,1,0,0,0),(2208,4723,0,1,1,7207,1,-11949.5,-500.392,30.7014,5.06145,300,0,0,1305,1186,0,0,0,0),(2207,1096,0,1,1,7197,1,-11981.3,-488.741,24.2411,5.07275,300,0,0,1160,1067,0,0,0,0),(2206,1563,0,1,1,796,1,-14721.6,528.113,2.87372,2.72717,300,10,0,1829,0,1,0,0,0),(2205,1563,0,1,1,796,1,-14698.7,503.829,2.35508,0.05236,300,0,0,1829,0,0,0,0,0),(2204,1097,0,1,1,7200,1,-11956.7,-490.955,30.4389,5.02164,300,0,0,1279,0,0,0,0,0),(2203,1563,0,1,1,794,1,-14736,506.865,3.68595,1.3714,300,10,0,1829,0,1,0,0,0),(2202,1096,0,1,1,7197,1,-11958.8,-499.079,30.5058,5.09603,300,0,0,1160,1067,0,0,0,0),(2201,1097,0,1,1,7200,1,-11946.8,-462.178,17.0915,1.20657,300,0,0,1279,0,0,0,0,0),(2200,1557,0,1,1,838,0,-14058.4,232.911,13.4458,1.02767,300,5,0,1829,0,1,0,0,0),(1011,23434,530,1,1,0,1,-4106.57,1126.79,43.6441,5.65259,180,0,0,57440,32310,0,0,0,0),(2198,1564,0,1,1,4461,1,-14688.7,486.684,2.93688,0.806118,300,0,0,1292,3191,0,0,0,0),(2197,1557,0,1,1,838,0,-14007.4,250.055,17.3661,1.11588,300,5,0,1829,0,1,0,0,0),(1007,18694,530,1,1,0,0,-4058.48,730.852,0.618181,5.42156,86400,0,0,13084,0,0,0,0,0),(2195,1564,0,1,1,4462,1,-14677.5,477.714,3.68688,3.85865,300,0,0,1292,3191,0,0,0,0),(2194,871,0,1,1,506,1,-12200.4,497.054,-73.5151,1.35937,1800,5,0,1403,0,1,0,0,0),(2193,1097,0,1,1,7200,1,-11965,-469.31,17.1146,2.33697,300,0,0,1279,0,0,0,0,0),(2192,1557,0,1,1,838,0,-14043.3,185.231,13.1035,3.36695,300,5,0,1829,0,1,0,0,0),(2191,1563,0,1,1,794,1,-14700,496.347,2.80739,0.15708,300,0,0,1829,0,0,0,0,0),(2190,1557,0,1,1,838,0,-14003.7,142.635,14.6659,6.20275,300,10,0,1829,0,1,0,0,0),(2126,23461,530,1,1,0,0,-1640.89,5262.55,-41.0681,0.0254125,120,0,0,6986,0,0,0,0,0),(2188,1564,0,1,1,4462,1,-14679.3,456.319,3.38641,1.25991,300,0,0,1292,3191,0,0,0,0),(2187,1563,0,1,1,794,1,-14674,419.177,3.335,1.55127,300,10,0,1829,0,1,0,0,0),(2186,1144,0,1,1,610,1,-12490.2,-144.948,13.233,5.20975,300,0,0,1208,1097,0,0,0,0),(2185,1142,0,1,1,11567,1,-12503,-150.428,13.1276,0.47839,300,0,0,1469,0,0,0,0,0),(2184,1557,0,1,1,838,0,-13949.6,215.246,22.6267,4.8146,300,5,0,1829,0,1,0,0,0),(2183,1557,0,1,1,838,0,-13982.3,171.875,15.0137,5.35289,300,5,0,1829,0,1,0,0,0),(2182,1144,0,1,1,610,1,-12517,-84.2288,16.1056,0,300,5,0,1208,1097,1,0,0,0),(2181,1557,0,1,1,838,0,-14079.9,157.474,14.8891,0.02431,300,5,0,1829,0,1,0,0,0),(2180,1557,0,1,1,838,0,-14043.6,111.891,10.6574,3.55803,300,5,0,1829,0,1,0,0,0),(2179,1142,0,1,1,11567,1,-12502,-161.412,12.7526,3.57746,300,0,0,1469,0,0,0,0,0),(2178,588,0,1,1,4575,1,-11739.1,619.6,50.7204,3.6833,300,2,0,1279,0,1,0,0,0),(2177,588,0,1,1,4575,1,-11734.6,684.8,50.4743,5.84837,300,2,0,1279,0,1,0,0,0),(2176,697,0,1,1,4573,1,-11987.8,333.595,1.67384,4.08407,300,0,0,1021,963,0,0,0,0),(2175,701,0,1,1,4577,1,-11689.4,603.252,49.821,1.69175,300,5,0,1064,1007,1,0,0,0),(2174,588,0,1,1,4575,1,-11714.7,609.335,50.3881,1.67383,300,5,0,1279,0,1,0,0,0),(2173,694,0,1,1,4572,1,-12003.4,326.332,2.15021,3.45434,300,0,0,1221,0,0,0,0,0),(2172,588,0,1,1,4575,1,-11685,583.326,50.5371,3.69945,300,5,0,1279,0,1,0,0,0),(2171,701,0,1,1,4577,1,-11658.1,561.925,50.7986,2.90782,300,0,0,1064,1007,0,0,0,0),(2170,701,0,1,1,4577,1,-11638.1,569.141,50.6253,5.52542,300,0,0,1064,1007,0,0,0,0),(2169,731,0,1,1,616,0,-12682.2,-217.205,37.6285,4.04744,1800,0,0,5577,0,0,0,0,0),(2168,1142,0,1,1,11567,1,-12482.7,-171.811,13.2883,2.28638,300,0,0,1469,0,0,0,0,0),(2167,4624,0,1,1,7102,1,-14258.6,327.03,26.4269,5.55015,300,0,0,22758,0,0,0,0,0),(2166,1144,0,1,1,610,1,-12489.4,-171.436,12.7854,0.663225,300,0,0,1208,1097,0,0,0,0),(2165,697,0,1,1,4573,1,-11982.3,327.947,1.94377,3.55577,300,0,0,1021,963,0,0,0,0),(2164,4624,0,1,1,7104,1,-14242.1,343.73,25.6769,5.39307,300,0,0,22758,0,0,0,0,0),(2163,587,0,1,1,4570,1,-11981.5,318.064,2.56877,5.96731,300,0,0,1221,0,0,0,0,0),(2162,1144,0,1,1,610,1,-12479.4,-151.314,13.858,5.47027,300,0,0,1208,1097,0,0,0,0),(2161,697,0,1,1,4573,1,-12007.7,313.275,2.52521,1.26247,300,0,0,1021,963,0,0,0,0),(2160,697,0,1,1,4573,1,-11996.4,318.117,1.56877,0.05236,300,0,0,1021,963,0,0,0,0),(2159,772,0,1,1,614,0,-12717.1,-179.31,35.0471,2.29955,300,5,0,1536,0,1,0,0,0),(2158,736,0,1,1,599,0,-11747,341.463,40.5989,5.02427,300,10,0,1163,0,1,0,0,0),(2157,772,0,1,1,614,0,-12738.9,-215.763,38.4689,4.76722,300,5,0,1536,0,1,0,0,0),(2156,1144,0,1,1,610,1,-12447.1,-214.01,14.9404,0,300,5,0,1208,1097,1,0,0,0),(2155,1142,0,1,1,11567,1,-12455.2,-197.203,15.2007,2.54678,300,5,0,1469,0,1,0,0,0),(2154,1144,0,1,1,610,1,-12389.2,-141.079,15.731,0.313721,300,5,0,1208,1097,1,0,0,0),(2153,905,0,1,1,705,0,-11520.5,121.193,6.41372,3.61887,300,5,0,1107,0,1,0,0,0),(2152,1142,0,1,1,11567,1,-12471.8,-151.293,13.108,0.753889,300,0,0,1469,0,0,0,0,0),(2151,1151,0,1,1,2548,0,-12050.4,471.464,1.4942,5.00794,300,5,0,1403,0,1,0,0,0),(2150,1151,0,1,1,2548,0,-12043.8,411.597,6.33452,5.86492,300,10,0,1403,0,1,0,0,0),(2149,1096,0,1,1,7197,1,-11512.7,458.33,65.325,6.24828,300,0,0,1160,1067,0,0,0,0),(2148,1094,0,1,1,7201,1,-11515.3,413.912,55.2547,6.17846,300,0,0,1279,0,0,0,0,0),(2147,1557,0,1,1,838,0,-14041.2,60.2736,18.0785,0.481113,300,5,0,1829,0,1,0,0,0),(2146,1094,0,1,1,7201,1,-11510.8,419.911,58.0586,5.75959,300,0,0,1279,0,0,0,0,0),(2145,1557,0,1,1,838,0,-14019.8,80.7788,10.5133,1.43774,300,5,0,1829,0,1,0,0,0),(2144,1557,0,1,1,838,0,-13992.2,42.6848,22.8276,2.98865,300,5,0,1829,0,1,0,0,0),(2143,1557,0,1,1,838,0,-13951.8,11.6138,15.7398,4.97166,300,5,0,1829,0,1,0,0,0),(5104,1117,0,1,1,0,1,-5874.96,-1991.99,401.241,4.14338,180,0,0,176,0,0,0,0,0),(5105,6123,0,1,1,0,1,-5924.28,-2009.03,409.357,1.97575,180,0,0,176,0,0,0,0,0),(5106,6123,0,1,1,0,1,-5908.14,-2040.67,406.734,2.98672,180,0,0,176,0,0,0,0,0),(5107,6123,0,1,1,0,1,-5889.97,-2007.89,405.741,1.76911,180,0,0,176,0,0,0,0,0),(5108,6123,0,1,1,0,1,-5915.86,-2029.11,408.249,1.56111,180,0,0,176,0,0,0,0,0),(5109,6123,0,1,1,0,1,-5924.42,-2037.06,408.249,0.273043,180,0,0,176,0,0,0,0,0),(5110,6124,0,1,1,0,1,-5920.45,-2034.19,400.833,3.29867,180,0,0,222,0,0,0,0,0),(5111,6123,0,1,1,0,1,-5886.01,-2049.35,402.962,4.38014,180,0,0,176,0,0,0,0,0),(5112,6123,0,1,1,0,1,-5824.98,-2010.75,401.934,3.59274,180,5,0,176,0,1,0,0,0),(5113,6123,0,1,1,0,1,-5862.38,-2012.77,401.199,3.22863,180,0,0,176,0,0,0,0,0),(5114,1116,0,1,1,0,1,-5840.43,-2002.62,401.355,3.57828,180,0,0,176,0,0,0,0,0),(5115,1116,0,1,1,0,1,-5790.92,-2000.73,401.487,3.71864,180,5,0,176,0,1,0,0,0),(5116,1117,0,1,1,0,1,-5812.91,-2039.52,400.784,0.549287,180,5,0,176,0,1,0,0,0),(2142,1142,0,1,1,11567,1,-12484.1,-47.4019,5.24444,0,300,5,0,1469,0,1,0,0,0),(2141,1094,0,1,1,7201,1,-11485.6,483.841,71.3451,5.91667,300,0,0,1279,0,0,0,0,0),(2140,1557,0,1,1,838,0,-14007.4,21.8133,32.9874,4.47172,300,5,0,1829,0,1,0,0,0),(2137,1557,0,1,1,838,0,-13910.2,-11.6762,26.9988,2.1149,300,2,0,1829,0,1,0,0,0),(2136,1094,0,1,1,7201,1,-11507.8,490.365,65.0211,1.3439,300,0,0,1279,0,0,0,0,0),(2135,4457,0,1,1,652,1,-12165,-81.9044,17.2669,3.82099,300,5,0,1403,0,1,0,0,0),(2134,736,0,1,1,599,0,-11692,409.343,44.5187,4.29191,300,5,0,1163,0,1,0,0,0),(2133,1094,0,1,1,7201,1,-11475.8,361.128,57.4834,5.28835,300,0,0,1279,0,0,0,0,0),(2132,1094,0,1,1,7201,1,-11483.5,348.799,54.3791,0.593412,300,0,0,1279,0,0,0,0,0),(2131,1094,0,1,1,7201,1,-11482.4,374.042,62.0004,0,300,0,0,1279,0,0,0,0,0),(2130,1094,0,1,1,7201,1,-11506.3,392.203,51.1708,5.88176,300,0,0,1279,0,0,0,0,0),(2129,11748,0,1,1,11687,0,-11338,-411,66.757,1.725,300,0,1,1753,0,2,0,0,0),(2128,1094,0,1,1,7201,1,-11494.1,375.043,57.6861,1.69297,300,0,0,1279,0,0,0,0,0),(2127,729,0,1,1,471,0,-11908.5,165.374,41.4222,3.35245,300,0,0,1536,0,0,0,0,0),(2115,23463,530,1,1,0,0,-1639.32,5252.63,-40.889,0.352591,120,0,0,6986,0,0,0,0,0),(2125,1564,0,1,1,4461,1,-14628.7,345.468,3.64372,3.37468,300,0,0,1292,3191,0,0,0,0),(2124,685,0,1,1,788,0,-11777.8,447.701,48.8132,5.28061,300,10,0,1221,0,1,0,0,0),(2123,683,0,1,1,2437,0,-11711.9,-188.018,41.1985,5.49999,300,5,0,1050,0,1,0,0,0),(2122,671,0,1,1,4580,1,-11527.9,718.947,59.9292,5.75666,300,0,0,1469,0,0,0,0,0),(2121,689,0,1,1,601,0,-11938.4,545.611,31.9846,5.18303,300,5,0,1279,0,1,0,0,0),(2120,689,0,1,1,601,0,-11955.1,480.523,24.0685,4.17977,300,5,0,1279,0,1,0,0,0),(2119,685,0,1,1,788,0,-11920.4,462.843,43.1403,1.68552,300,5,0,1221,0,1,0,0,0),(2118,689,0,1,1,601,0,-11921,618.742,23.4413,3.26498,300,5,0,1279,0,1,0,0,0),(2117,660,0,1,1,4581,1,-11526.5,729.83,59.6792,5.97645,300,0,0,1257,1142,0,0,0,0),(2116,689,0,1,1,601,0,-11951.3,475.156,24.6139,4.86533,300,5,0,1279,0,1,0,0,0),(984,25039,530,1,1,0,1,12845.9,-7005.7,18.5936,3.59695,25,0,0,4890,7196,0,0,0,0),(2113,671,0,1,1,4580,1,-11542.4,725.288,59.4146,1.10347,300,0,0,1469,0,0,0,0,0),(2112,689,0,1,1,601,0,-11891.5,647.228,24.5176,1.60399,300,5,0,1279,0,1,0,0,0),(2111,660,0,1,1,4581,1,-11570.8,686.005,59.4476,2.10301,300,5,0,1257,1142,1,0,0,0),(2110,682,0,1,1,320,0,-11851.4,258.817,20.8077,1.50046,300,5,0,1163,0,1,0,0,0),(2109,671,0,1,1,4580,1,-11574.5,727.571,59.5396,2.20629,300,3,0,1469,0,1,0,0,0),(5165,6123,0,1,1,0,1,-5847.49,-2046.01,402.308,3.64774,180,5,0,176,0,1,0,0,0),(5166,1117,0,1,1,0,1,-5833.32,-2046.28,401.926,4.75081,180,5,0,176,0,1,0,0,0),(14792,7075,0,1,1,5814,1,-1321.62,519.507,99.2873,3.25392,600,0,0,6891,6867,0,0,0,0),(5169,957,0,1,1,0,1,-8425,608.796,95.209,3.131,310,0,0,1003,0,0,0,0,0),(5170,1689,0,1,1,0,0,-5774.89,-1924.9,402.554,2.15176,180,0,0,176,0,0,0,0,0),(5171,6123,0,1,1,0,1,-5845.53,-1985.89,401.241,5.98154,180,0,0,176,0,0,0,0,0),(2108,689,0,1,1,601,0,-11941.4,648.712,1.49843,1.6895,300,5,0,1279,0,1,0,0,0),(5173,1116,0,1,1,0,1,-5772.22,-1923.75,402.385,2.00648,180,0,0,176,0,0,0,0,0),(2107,1062,0,1,1,4584,1,-11574.3,719.819,59.5768,5.81195,300,0,0,1410,1283,0,0,0,0),(2106,689,0,1,1,601,0,-11885.2,656.427,24.3197,3.02426,300,5,0,1279,0,1,0,0,0),(2105,685,0,1,1,788,0,-11826.2,473.326,47.7552,1.38413,300,10,0,1221,0,1,0,0,0),(2104,685,0,1,1,788,0,-11850.5,526.607,46.1151,4.01136,300,10,0,1221,0,1,0,0,0),(2103,597,0,1,1,4579,1,-11581.2,717.615,59.5396,3.6057,300,3,0,1469,0,1,0,0,0),(2078,689,0,1,1,601,0,-11922.4,677.23,2.73473,0.516965,300,5,0,1279,0,1,0,0,0),(2077,597,0,1,1,4579,1,-11589.4,710.959,60.2896,1.74482,300,5,0,1469,0,1,0,0,0),(2076,689,0,1,1,601,0,-11919.8,749.154,0.835124,2.45458,300,5,0,1279,0,1,0,0,0),(2075,689,0,1,1,601,0,-11891.1,708.101,23.8675,4.17676,300,5,0,1279,0,1,0,0,0),(2074,671,0,1,1,4580,1,-11590.1,660.042,60.0185,5.10028,300,5,0,1469,0,1,0,0,0),(2073,1096,0,1,1,7197,1,-12113.9,-481.884,17.1692,4.32136,300,5,0,1160,1067,1,0,0,0),(125612,30102,571,1,1,0,0,5732.33,-3059.19,303.629,0.541052,120,0,0,1,0,0,0,0,0),(2071,1564,0,1,1,4462,1,-14606.5,328.654,2.77135,3.03687,300,0,0,1292,3191,0,0,0,0),(68838,25882,530,1,1,0,0,-2270.89,8123.38,-34.2857,5.17829,180,5,0,42,0,1,0,0,0),(2069,1096,0,1,1,7197,1,-12151.2,-503.634,32.6106,4.71825,300,5,0,1160,1067,1,0,0,0),(2068,1564,0,1,1,4462,1,-14611.8,330.743,2.8415,5.55015,300,0,0,1292,3191,0,0,0,0),(14791,7071,0,1,1,5817,1,-1319.1,457.083,37.618,3.90954,600,0,0,7349,4482,0,0,0,0),(14790,7075,0,1,1,5814,1,-1251.87,571.952,30.2319,1.81913,600,3,0,6891,6867,1,0,0,0),(14789,6768,0,1,1,6572,1,27.6115,-1625.33,204.003,3.12414,300,0,0,4120,0,0,0,0,0),(14788,6766,0,1,1,6574,1,14.8673,-1604.13,195.502,0.802851,300,0,0,2769,0,0,0,0,0),(14787,6771,0,1,1,5909,1,4.32297,-1592.5,204.003,3.9968,300,0,0,2769,0,0,0,0,0),(14786,6707,0,1,1,5528,1,0.704047,-1581.18,203.877,1.5708,300,0,0,4120,0,0,0,0,0),(14785,6779,0,1,1,5529,1,14.5248,-1628.05,189.581,2.80998,300,0,0,2218,0,0,0,0,0),(14784,6766,0,1,1,6574,1,42.3709,-1512.08,173.93,3.16863,300,5,0,2769,0,1,0,0,0),(14783,6766,0,1,1,6574,1,-28.8082,-1404.96,170.132,3.10789,300,5,0,2769,0,1,0,0,0),(14782,6766,0,1,1,6574,1,65.3193,-1497.15,174.148,4.89914,300,5,0,2769,0,1,0,0,0),(14781,7325,0,1,1,6575,0,-18.1861,-1568.21,194.976,1.43117,300,0,0,4370,0,0,0,0,0),(14780,6777,0,1,1,7004,1,7.32368,-1623.33,189.58,3.03687,300,0,0,4120,0,0,0,0,0),(14779,2778,0,1,1,8069,1,-2054.78,-2040.69,19.6389,2.93215,400,0,0,1536,0,0,0,0,0),(14778,2619,0,1,1,4032,1,-1480.27,-3059.95,13.0457,6.01345,400,0,0,1279,0,2,0,0,0),(14777,2618,0,1,1,4030,1,-1477.12,-3037.43,12.4207,4.59089,400,5,0,1221,0,1,0,0,0),(14772,2714,0,1,1,4041,1,-1552.43,-3029.31,13.6448,5.00963,60,0,1,1342,0,2,0,0,0),(14773,2721,0,1,1,4037,1,-1551.74,-3031.64,13.6448,5.00963,60,0,0,610,0,0,0,0,0),(14774,2721,0,1,1,4037,1,-1554.4,-3029.45,13.6448,5.00963,60,0,0,610,0,0,0,0,0),(14775,2721,0,1,1,4038,1,-1553.33,-3026.49,13.6448,5.00963,60,0,0,610,0,0,0,0,0),(14771,2586,0,1,1,3984,1,-769.643,-2087.32,34.3055,1.91986,400,0,0,1050,0,0,0,0,0),(14770,2589,0,1,1,3987,1,-755.565,-2031.31,34.0643,4.5204,400,0,0,1107,0,0,0,0,0),(14769,2586,0,1,1,3984,1,-781.302,-2116.04,38.1838,6.07277,400,5,0,1050,0,1,0,0,0),(14768,2587,0,1,1,3982,1,-777.069,-2020.99,34.4424,3.13701,400,5,0,1163,0,1,0,0,0),(14767,2589,0,1,1,3988,1,-775.245,-2035.73,34.1738,3.64671,400,5,0,1107,0,1,0,0,0),(14766,2589,0,1,1,3988,1,-854.12,-2002.11,34.7652,5.03986,400,5,0,1107,0,1,0,0,0),(14765,2587,0,1,1,3983,1,-796.255,-2069.11,33.846,6.27065,400,5,0,1163,0,1,0,0,0),(14764,2589,0,1,1,3988,1,-835.366,-2076.21,34.3338,0.895788,400,10,0,1107,0,1,0,0,0),(14763,2589,0,1,1,3988,1,-803.064,-1981.05,34.0347,2.89369,400,10,0,1107,0,1,0,0,0),(14762,2587,0,1,1,3982,1,-811.636,-1999.46,34.0347,4.08847,400,5,0,1163,0,1,0,0,0),(14761,2584,0,1,1,4137,1,-1555.09,-1669.84,68.8011,5.06145,400,0,0,1336,0,0,0,0,0),(14760,2559,0,1,1,11316,0,-1121.31,-3333.73,46.0919,6.06049,400,10,0,1050,0,1,0,0,0),(14759,2585,0,1,1,4143,1,-1543.37,-1863.06,67.3592,3.76332,400,5,0,1604,0,1,0,0,0),(14758,2563,0,1,1,1103,0,-1260.6,-3425.63,36.8092,0.565341,400,10,0,1163,0,1,0,0,0),(14757,2583,0,1,1,4139,1,-1581.41,-1693.47,66.0647,0.132868,400,10,0,1257,1142,1,0,0,0),(14756,4075,0,1,1,1141,0,-1551.56,-1811.1,67.9552,2.8869,400,10,0,8,0,1,0,0,0),(14755,4075,0,1,1,1418,0,-1588.02,-1749.34,66.8503,2.26628,400,10,0,8,0,1,0,0,0),(14754,4075,0,1,1,1418,0,-1500.98,-1804.97,68.0896,3.26377,400,10,0,8,0,1,0,0,0),(14753,2560,0,1,1,180,0,-1479.68,-1949.11,53.5054,4.08407,400,0,0,1221,0,0,0,0,0),(14752,2560,0,1,1,180,0,-1516.91,-1985.9,41.6086,4.2237,400,0,0,1221,0,0,0,0,0),(14751,2563,0,1,1,1103,0,-1682.05,-2418.46,70.3634,0.842046,400,5,0,1163,0,1,0,0,0),(14750,2563,0,1,1,1103,0,-1680.64,-2510.14,55.8918,0.312247,400,10,0,1163,0,1,0,0,0),(14749,2760,0,1,1,2172,0,-865.859,-1744.28,45.5624,0.180076,400,10,0,1604,0,1,0,0,0),(14748,2559,0,1,1,11316,0,-982.226,-1718.53,40.2659,1.61883,400,10,0,1050,0,1,0,0,0),(14747,2563,0,1,1,1103,0,-1588.78,-2597.44,42.9769,6.25544,400,10,0,1163,0,1,0,0,0),(14746,2760,0,1,1,2172,0,-898.133,-1766.28,45.0305,3.01972,400,5,0,1604,0,1,0,0,0),(14745,2559,0,1,1,11316,0,-1016.76,-1764.54,47.8095,3.64281,400,5,0,1050,0,1,0,0,0),(14744,2561,0,1,1,961,0,-1666.14,-2672.47,41.776,2.58879,400,10,0,1469,0,1,0,0,0),(14743,2560,0,1,1,180,0,-1748.73,-2984.09,36.2353,4.94563,400,10,0,1221,0,1,0,0,0),(14742,2571,0,1,1,448,1,-1757.13,-1558.48,57.0591,5.06145,400,0,0,1605,0,0,0,0,0),(14741,2760,0,1,1,2172,0,-919.272,-1751.73,47.802,0.535839,400,10,0,1604,0,1,0,0,0),(14740,15351,0,1,1,0,0,-8385.67,272.605,120.886,2.20103,300,0,0,30520,0,0,0,0,0),(14739,2565,0,1,1,1104,0,-1682.05,-3043.81,26.6807,0.734267,400,5,0,1403,0,1,0,0,0),(14738,2556,0,1,1,3998,1,-1852.73,-3152.88,51.214,3.72276,400,3,0,1279,0,1,0,0,0),(14737,2555,0,1,1,3996,1,-1854.99,-3185.95,51.416,1.83425,400,0,0,1021,963,0,0,0,0),(14736,2556,0,1,1,3997,1,-1816.89,-3281.7,27.1672,6.27795,400,5,0,1279,0,1,0,0,0),(14735,2556,0,1,1,3997,1,-1852.68,-3024.19,60.4887,4.82933,400,3,0,1279,0,1,0,0,0),(14734,2554,0,1,1,3991,1,-1881.19,-3152.55,61.2294,5.04031,400,5,0,1163,0,1,0,0,0),(14733,2554,0,1,1,3992,1,-1853.73,-3069.63,59.9803,3.9359,400,5,0,1163,0,1,0,0,0),(14732,2554,0,1,1,3992,1,-1873.72,-3043.09,60.256,5.6982,400,0,0,1163,0,0,0,0,0),(95031,17527,530,1,1,0,0,-2129.41,-11237.4,66.3119,5.53027,300,5,0,356,0,1,0,0,0),(95030,17527,530,1,1,0,0,-2120.34,-11176.8,67.7798,1.80356,300,5,0,356,0,1,0,0,0),(14729,2554,0,1,1,3992,1,-1863.77,-3084.92,57.6053,3.4066,400,5,0,1163,0,1,0,0,0),(14728,2555,0,1,1,3995,1,-1864.62,-3064.38,57.9381,0.832552,400,0,0,1021,963,0,0,0,0),(14727,2554,0,1,1,3992,1,-1848.77,-3086.99,54.8648,5.13913,400,0,0,1163,0,0,0,0,0),(14726,2554,0,1,1,3992,1,-1881.6,-3084.64,60.7827,0.363095,400,3,0,1163,0,1,0,0,0),(14725,2556,0,1,1,3998,1,-1889.48,-3118.35,63.2067,2.42258,400,5,0,1279,0,1,0,0,0),(14724,2554,0,1,1,3991,1,-1777.36,-3132.49,40.3376,6.26573,400,0,0,1163,0,0,0,0,0),(14723,2565,0,1,1,1104,0,-1714.32,-3078.84,25.1839,1.61179,400,5,0,1403,0,1,0,0,0),(14722,2565,0,1,1,1104,0,-1745.9,-3051.29,27.5883,0.089953,400,5,0,1403,0,1,0,0,0),(14721,2565,0,1,1,1104,0,-1713.44,-3018.49,30.6646,4.589,400,5,0,1403,0,1,0,0,0),(14720,2565,0,1,1,1104,0,-1683.36,-2983.13,36.5165,6.2578,400,5,0,1403,0,1,0,0,0),(14719,2579,0,1,1,1105,0,-1470.94,-2881.32,32.3176,3.78988,400,10,0,1279,0,1,0,0,0),(14718,2560,0,1,1,180,0,-1516.83,-2813.33,39.4612,2.79117,400,5,0,1221,0,1,0,0,0),(14717,2565,0,1,1,1104,0,-1620.68,-2916.09,32.4332,3.37815,400,10,0,1403,0,1,0,0,0),(14716,2559,0,1,1,11316,0,-1286.13,-2883.84,49.3905,3.30835,400,3,0,1050,0,1,0,0,0),(14715,2563,0,1,1,1103,0,-1217.1,-2948.59,43.5186,1.57861,400,10,0,1163,0,1,0,0,0),(14714,2559,0,1,1,11316,0,-1312.48,-2851.17,52.8456,0.029288,400,3,0,1050,0,1,0,0,0),(14713,2559,0,1,1,11316,0,-1252.48,-2914.47,39.6326,3.20218,400,10,0,1050,0,1,0,0,0),(14712,2561,0,1,1,961,0,-1823.33,-2668.38,55.1846,4.2636,400,10,0,1469,0,1,0,0,0),(14711,2563,0,1,1,1103,0,-1250.94,-3048.49,38.0866,3.97005,400,10,0,1163,0,1,0,0,0),(14710,2572,0,1,1,2153,1,-988.332,-3718.31,93.4459,4.74739,400,5,0,1403,0,1,0,0,0),(14709,2559,0,1,1,11316,0,-1246.76,-3180.18,42.1805,0.868392,400,10,0,1050,0,1,0,0,0),(14708,2565,0,1,1,1104,0,-1716.27,-2793.39,48.2109,4.6714,400,5,0,1403,0,1,0,0,0),(14707,2559,0,1,1,11316,0,-1216.28,-3144.88,41.3683,0.950289,400,10,0,1050,0,1,0,0,0),(14706,2572,0,1,1,2153,1,-927.195,-3727.74,94.3904,0.158475,400,3,0,1403,0,1,0,0,0),(14705,2559,0,1,1,11316,0,-1219.16,-3083.64,39.2356,3.76649,400,10,0,1050,0,1,0,0,0),(14703,2559,0,1,1,11316,0,-1249.01,-3116.92,42.6192,4.4357,400,10,0,1050,0,1,0,0,0),(14702,2559,0,1,1,11316,0,-1216.98,-3012.95,45.8092,1.57666,400,10,0,1050,0,1,0,0,0),(14701,2572,0,1,1,2153,1,-988.764,-3657.44,79.1515,0.293328,400,10,0,1403,0,1,0,0,0),(14700,2559,0,1,1,11316,0,-1181.46,-2981.05,48.9406,0.578335,400,10,0,1050,0,1,0,0,0),(14699,2559,0,1,1,11316,0,-1179.6,-3048.14,40.5965,0.24445,400,10,0,1050,0,1,0,0,0),(14698,2561,0,1,1,961,0,-1684.6,-2811.87,39.6426,2.75678,400,5,0,1469,0,1,0,0,0),(14697,2561,0,1,1,961,0,-1683.36,-2749.53,47.2354,4.71757,400,5,0,1469,0,1,0,0,0),(14696,2559,0,1,1,11316,0,-1120.29,-2980.8,41.9999,1.91415,400,10,0,1050,0,1,0,0,0),(14695,2572,0,1,1,2153,1,-958.466,-3705.81,92.1076,4.06767,400,5,0,1403,0,1,0,0,0),(14694,2561,0,1,1,961,0,-1768.61,-2748.84,48.8114,3.27273,400,10,0,1469,0,1,0,0,0),(14693,2561,0,1,1,961,0,-1760.5,-2801.48,48.3108,2.28711,400,10,0,1469,0,1,0,0,0),(14692,2572,0,1,1,2153,1,-1039.77,-3694.41,88.1248,1.16937,400,0,0,1403,0,0,0,0,0),(14691,2561,0,1,1,961,0,-1752.37,-2850.71,44.9665,2.8686,400,10,0,1469,0,1,0,0,0),(14690,2572,0,1,1,2153,1,-1017.96,-3684.89,86.0248,4.418,400,5,0,1403,0,1,0,0,0),(14689,2572,0,1,1,2153,1,-1152.85,-3610.92,41.5629,2.30437,400,10,0,1403,0,1,0,0,0),(14688,2559,0,1,1,11316,0,-1147.31,-3055.67,38.7543,4.78687,400,10,0,1050,0,1,0,0,0),(14687,2559,0,1,1,11316,0,-880.177,-3613.46,76.9783,1.24472,400,5,0,1050,0,1,0,0,0),(14686,2561,0,1,1,961,0,-1783.3,-2705.52,49.821,1.11611,400,10,0,1469,0,1,0,0,0),(14685,2561,0,1,1,961,0,-1784.04,-2777.99,53.1458,1.57666,400,10,0,1469,0,1,0,0,0),(14684,2559,0,1,1,11316,0,-1117.55,-3050.62,41.8368,1.31513,400,10,0,1050,0,1,0,0,0),(14683,2572,0,1,1,2153,1,-1090.65,-3675.36,71.5291,2.15425,400,5,0,1403,0,1,0,0,0),(14682,2559,0,1,1,11316,0,-1146.65,-3149.91,44.358,5.68605,400,10,0,1050,0,1,0,0,0),(14681,2559,0,1,1,11316,0,-1115.4,-3184.86,45.9685,4.78467,400,5,0,1050,0,1,0,0,0),(14680,2561,0,1,1,961,0,-1753.44,-2680.2,40.5151,0.093841,400,5,0,1469,0,1,0,0,0),(14679,2559,0,1,1,11316,0,-1084.9,-1719.08,39.8159,2.4187,400,10,0,1050,0,1,0,0,0),(14678,2559,0,1,1,11316,0,-1151.99,-3221.7,32.5901,2.45859,400,10,0,1050,0,1,0,0,0),(14677,2559,0,1,1,11316,0,-1147.28,-3084.02,41.0106,4.79845,400,10,0,1050,0,1,0,0,0),(14676,2620,0,1,1,1072,0,-1132.52,-3163.76,45.7034,0.997597,400,10,0,8,0,1,0,0,0),(14675,2559,0,1,1,11316,0,-1086.66,-3215.08,43.6514,3.24729,400,10,0,1050,0,1,0,0,0),(14674,2561,0,1,1,961,0,-1792.3,-2652.75,51.2646,3.49237,400,5,0,1469,0,1,0,0,0),(14673,2566,0,1,1,3193,1,-1945.53,-2652.67,80.5085,5.54943,400,10,0,1403,0,1,0,0,0),(14672,2567,0,1,1,6170,1,-1915.55,-2682.25,68.3667,5.4798,400,5,0,1075,2763,1,0,0,0),(14671,2559,0,1,1,11316,0,-1147.51,-3298.86,42.1707,1.30215,400,10,0,1050,0,1,0,0,0),(14670,2566,0,1,1,3193,1,-1970.81,-2696.38,80.3125,2.72042,400,3,0,1403,0,1,0,0,0),(14669,2559,0,1,1,11316,0,-1105.91,-3240.22,36.7675,0.883775,400,10,0,1050,0,1,0,0,0),(14668,2559,0,1,1,11316,0,-1059.22,-3352.79,46.9394,6.2539,400,10,0,1050,0,1,0,0,0),(14667,2566,0,1,1,3193,1,-2018.83,-2649.62,80.7815,3.45359,400,10,0,1403,0,1,0,0,0),(14666,2566,0,1,1,3193,1,-2048.78,-2688.57,79.1041,5.54839,400,5,0,1403,0,1,0,0,0),(14665,2567,0,1,1,6170,1,-2001,-2716.59,81.0618,1.43937,400,3,0,1075,2763,1,0,0,0),(14664,2567,0,1,1,6170,1,-1947.7,-2753.07,76.8121,5.27109,400,0,0,1075,2763,2,0,0,0),(14663,2566,0,1,1,3193,1,-1877.38,-2722.49,56.1828,5.10228,400,10,0,1403,0,1,0,0,0),(14662,2566,0,1,1,3193,1,-1908.87,-2735.49,65.6033,1.50789,400,5,0,1403,0,1,0,0,0),(14661,2566,0,1,1,3193,1,-1848.96,-2748.08,52.4,4.04039,400,10,0,1403,0,1,0,0,0),(14660,2566,0,1,1,3193,1,-1882.69,-2790.81,66.4753,2.25834,400,3,0,1403,0,1,0,0,0),(14659,2566,0,1,1,3193,1,-1904.57,-2830.04,66.0962,3.46877,400,5,0,1403,0,1,0,0,0),(14658,2572,0,1,1,2153,1,-1044.19,-3840.4,147.458,5.35506,400,0,0,1403,0,0,0,0,0),(14657,2762,0,1,1,5490,0,-1413.11,-2684.88,51.4271,6.03152,400,10,0,1305,1482,1,0,0,0),(14656,2566,0,1,1,3193,1,-1879.21,-2852.16,64.0606,3.46952,400,5,0,1403,0,1,0,0,0),(14655,2559,0,1,1,11316,0,-1482.24,-2585.73,63.5937,0.867047,400,10,0,1050,0,1,0,0,0),(14654,2567,0,1,1,6170,1,-1855.55,-2812.6,63.0485,3.06358,400,10,0,1075,2763,1,0,0,0),(14653,2713,0,1,1,1716,1,-1427.4,-3035.18,32.268,3.14159,90,0,0,1305,1186,0,0,0,0),(14652,2783,0,1,1,4031,0,-1644.56,-1933.05,68.1722,0.174533,400,0,0,1676,0,0,0,0,0),(14651,24477,0,1,1,3988,1,-1605.23,-1940.24,68.5678,0.217917,400,0,0,1405,0,0,0,0,0),(14650,2712,0,1,1,1853,1,-1425.68,-3033.32,32.8839,3.07178,400,0,0,1604,0,0,0,0,0),(14649,24477,0,1,1,3988,1,-1585.33,-1939.23,68.2207,0.089231,400,0,0,1405,0,0,0,0,0),(14648,24477,0,1,1,3987,1,-1634.37,-1933.29,68.9609,5.94853,400,0,0,1405,0,0,0,0,0),(14647,2588,0,1,1,4017,1,-1639.4,-1918.76,68.9529,0.958364,400,0,0,1277,0,0,0,0,0),(14646,4075,0,1,1,1141,0,-1599.92,-1926.27,67.9631,3.24679,400,5,0,8,0,1,0,0,0),(14645,2591,0,1,1,0,1,-1628.39,-1919.25,68.9609,0.997192,400,0,0,1,0,0,0,0,0),(14644,2570,0,1,1,416,1,-1774.07,-1642.56,53.2363,1.39997,400,5,0,1248,1186,1,0,0,0),(14643,2591,0,1,1,0,1,-1586.96,-1881.76,68.5317,2.26183,400,0,0,1,0,0,0,0,0),(14642,2569,0,1,1,1051,1,-1642.37,-1744.46,67.6983,3.15475,400,0,0,1470,0,2,0,0,0),(14641,24477,0,1,1,3988,1,-1586.08,-1904.61,68.5456,4.76216,400,3,0,1405,0,1,0,0,0),(14640,24477,0,1,1,3987,1,-1603.01,-1859.86,68.0947,0.314159,400,0,0,1405,0,0,0,0,0),(14639,2588,0,1,1,4016,1,-1605.55,-1918.79,67.6552,0.045068,400,3,0,1277,0,1,0,0,0),(14637,2590,0,1,1,4014,1,-1594.04,-1830.74,68.44,1.17384,400,0,0,992,2680,0,0,0,0),(14636,2570,0,1,1,416,1,-1777.45,-1582.35,53.0013,3.61837,400,0,0,1248,1186,0,0,0,0),(14635,24477,0,1,1,3988,1,-1577.1,-1836.56,67.7967,0.96721,400,6,0,1405,0,1,0,0,0),(134520,5936,571,1,1,21975,0,657.644,-2701.82,-1.92944,1.78392,180,0,0,8982,0,2,0,0,0),(14633,2590,0,1,1,4014,1,-1580.67,-1859.8,68.4255,0.139626,400,0,0,992,2680,0,0,0,0),(14632,2584,0,1,1,4137,1,-1524.05,-1831.03,68.2974,1.79769,400,0,0,1336,0,0,0,0,0),(14631,4075,0,1,1,1418,0,-1559.07,-1802.18,67.6051,5.02751,400,10,0,8,0,1,0,0,0),(14630,2583,0,1,1,4139,1,-1542.16,-1773.03,68.7674,4.79417,400,3,0,1257,1142,1,0,0,0),(14629,2571,0,1,1,448,1,-1790.7,-1569.19,53.0372,5.28264,400,0,0,1605,0,0,0,0,0),(14628,2584,0,1,1,4137,1,-1533.06,-1831.08,68.1607,1.39626,400,0,0,1336,0,0,0,0,0),(14627,2570,0,1,1,416,1,-1792.71,-1594.79,53.4594,0.139354,400,3,0,1248,1186,1,0,0,0),(14626,2585,0,1,1,4144,1,-1504.84,-1762.03,68.676,4.02844,400,3,0,1604,0,1,0,0,0),(14625,2584,0,1,1,4138,1,-1533.86,-1780.24,68.4454,1.25664,400,0,0,1336,0,0,0,0,0),(14624,2584,0,1,1,4137,1,-1524.14,-1780.98,68.0966,1.91986,400,0,0,1336,0,0,0,0,0),(14623,2583,0,1,1,4140,1,-1545.08,-1744.71,68.3035,5.65337,400,0,0,1257,1142,0,0,0,0),(14622,2583,0,1,1,4139,1,-1522.76,-1760.03,67.1573,0.486498,400,10,0,1257,1142,1,0,0,0),(14621,4075,0,1,1,1418,0,-1502.67,-1703.97,68.2183,4.80365,400,5,0,8,0,1,0,0,0),(14620,2583,0,1,1,4140,1,-1504.05,-1722.82,68.9775,5.71604,400,0,0,1257,1142,0,0,0,0),(14619,2584,0,1,1,4138,1,-1527.74,-1774.07,67.664,4.58871,400,0,0,1336,0,2,0,0,0),(14618,2585,0,1,1,4144,1,-1528.26,-1689.72,68.897,4.81189,400,0,0,1604,0,0,0,0,0),(14617,2583,0,1,1,4140,1,-1563.03,-1714.86,67.3969,3.92116,400,0,0,1257,1142,0,0,0,0),(14616,2773,0,1,1,11568,0,-1723.2,-1534.92,55.9884,5.37561,5,5,0,1524,0,1,0,0,0),(14615,2584,0,1,1,4137,1,-1519.43,-1708.85,67.7182,5.55479,400,0,0,1336,0,2,0,0,0),(14614,2583,0,1,1,4140,1,-1651.96,-1628.02,68.7301,2.47161,400,0,0,1257,1142,0,0,0,0),(14613,4075,0,1,1,2176,0,-1599.14,-1633.68,68.6073,2.58599,400,5,0,8,0,1,0,0,0),(14612,2583,0,1,1,4139,1,-1608.8,-1651.05,68.1707,3.14862,400,10,0,1257,1142,1,0,0,0),(14611,2585,0,1,1,4144,1,-1586.1,-1628.74,68.6193,5.60115,400,0,0,1604,0,0,0,0,0),(14610,2583,0,1,1,4140,1,-1649.05,-1706.52,69.0118,5.74404,400,0,0,1257,1142,0,0,0,0),(14609,2584,0,1,1,4138,1,-1629.53,-1633.74,66.9207,4.97469,400,10,0,1336,0,1,0,0,0),(14608,2583,0,1,1,4139,1,-1645.01,-1660.96,69.0798,4.98349,400,0,0,1257,1142,0,0,0,0),(14607,2583,0,1,1,4139,1,-1587.04,-1726.65,67.4434,-1.69229,400,0,0,1257,1142,0,0,0,0),(14606,2584,0,1,1,4138,1,-1633.21,-1708.57,68.467,3.01121,400,0,0,1336,0,2,0,0,0),(14605,2584,0,1,1,4138,1,-1590.86,-1720.1,68.0504,5.07891,400,0,0,1336,0,0,0,0,0),(14604,2570,0,1,1,416,1,-1753.47,-1585.43,51.8045,5.32192,400,5,0,1248,1186,1,0,0,0),(14603,2584,0,1,1,4138,1,-1580.57,-1720.48,67.8083,4.66003,400,0,0,1336,0,0,0,0,0),(14602,2571,0,1,1,448,1,-1750.67,-1522.96,61.0096,0.014966,400,5,0,1605,0,1,0,0,0),(14601,2558,0,1,1,4002,1,-1697.65,-1731.96,56.1629,5.51098,400,0,0,1469,0,0,0,0,0),(14600,2559,0,1,1,11316,0,-1120.04,-2550.2,52.9232,3.45508,400,10,0,1050,0,1,0,0,0),(14599,2571,0,1,1,448,1,-1772.13,-1609.34,52.0132,1.25789,400,5,0,1605,0,1,0,0,0),(14598,2569,0,1,1,1051,1,-1712.11,-1721.47,53.1158,4.49069,400,5,0,1470,0,1,0,0,0),(14597,2559,0,1,1,11316,0,-1110.19,-2649.74,50.441,3.13183,400,10,0,1050,0,1,0,0,0),(14596,2558,0,1,1,4002,1,-1723.22,-1740.31,52.671,3.12991,400,0,0,1469,0,0,0,0,0),(14595,2570,0,1,1,416,1,-1740.46,-1643.3,52.0271,1.31898,400,0,0,1248,1186,2,0,0,0),(14594,2569,0,1,1,1051,1,-1734.1,-1643.9,52.4077,2.90514,400,5,0,1470,0,1,0,0,0),(14593,2569,0,1,1,1051,1,-1737.47,-1694.55,53.1683,4.14017,400,5,0,1470,0,1,0,0,0),(14592,4075,0,1,1,1141,0,-1709.69,-1716.47,53.8838,1.49603,400,10,0,8,0,1,0,0,0),(14591,2570,0,1,1,416,1,-1751.9,-1619.8,52.8001,1.72672,400,5,0,1248,1186,1,0,0,0),(14590,4075,0,1,1,1418,0,-1696.02,-1552.24,55.4542,6.20962,400,5,0,8,0,1,0,0,0),(14589,2571,0,1,1,448,1,-1715.73,-1548.63,55.7366,0.391977,400,5,0,1605,0,1,0,0,0),(14588,2571,0,1,1,448,1,-1710.64,-1584.16,54.2143,0.941179,400,5,0,1605,0,1,0,0,0),(14587,2570,0,1,1,416,1,-1684.29,-1568.41,56.196,3.93163,400,5,0,1248,1186,1,0,0,0),(14586,2588,0,1,1,4016,1,-1678.68,-1930.02,80.6493,2.05374,400,5,0,1277,0,1,0,0,0),(14585,2570,0,1,1,416,1,-1733.33,-1604.25,53.2191,5.55564,400,0,0,1248,1186,0,0,0,0),(14584,24477,0,1,1,3987,1,-1686.06,-1803.99,82.851,0.15708,400,0,0,1405,0,0,0,0,0),(14583,2349,0,1,1,6808,0,-482.703,-1818.6,70.2587,0.468014,400,5,0,664,0,1,0,0,0),(14582,2569,0,1,1,1051,1,-1735.24,-1587.4,51.7258,5.35673,400,5,0,1470,0,1,0,0,0),(14581,4075,0,1,1,2176,0,-1745.05,-1574.52,52.6795,5.5426,400,5,0,8,0,1,0,0,0),(14580,24477,0,1,1,3987,1,-1648.91,-1811.61,80.0251,6.14356,400,0,0,1405,0,0,0,0,0),(14578,2588,0,1,1,4017,1,-1658.59,-1820.37,81.4324,2.61343,400,5,0,1277,0,1,0,0,0),(14577,2590,0,1,1,4014,1,-1663.5,-1803.53,83.0723,3.42668,400,0,0,992,2680,0,0,0,0),(14576,2597,0,1,1,3985,1,-1709.68,-1803.8,101.791,0.069813,400,0,0,2286,0,0,0,0,0),(14572,2612,0,1,1,4141,1,-1528.31,-1843.3,67.7893,1.53044,400,0,1,1135,1779,2,0,0,0),(14573,2599,0,1,1,3971,1,-1706.6,-1810.7,101.791,0.628319,400,0,0,1046,0,0,0,0,0),(14574,2738,0,1,1,4145,1,-1525.9,-1845.88,67.7647,1.53044,400,0,0,958,0,0,0,0,0),(14571,2564,0,1,1,1054,1,-1238.57,-2015.16,44.0483,3.04785,400,3,0,1221,0,1,0,0,0),(14570,2588,0,1,1,4016,1,-1708.19,-1829.74,108.337,5.80644,400,0,0,1277,0,0,0,0,0),(14569,24477,0,1,1,3987,1,-1685.51,-1797.41,100.414,0.03493,400,5,0,1405,0,1,0,0,0),(14568,2591,0,1,1,0,1,-1703.68,-1801.47,101.708,3.07838,400,0,0,1,0,0,0,0,0),(14567,24477,0,1,1,3988,1,-1711.99,-1822.42,93.2166,0.05236,400,0,0,1405,0,0,0,0,0),(14566,2591,0,1,1,0,1,-1699.67,-1806.6,101.671,3.20664,400,0,0,1,0,0,0,0,0),(14565,2588,0,1,1,4016,1,-1674.7,-1796.07,100.414,4.99897,400,3,0,1277,0,1,0,0,0),(14564,2591,0,1,1,0,1,-1698.05,-1818.78,93.1325,1.25581,400,0,0,1,0,0,0,0,0),(14563,2569,0,1,1,1051,1,-1791.11,-1614.43,53.1394,1.4137,400,0,0,1470,0,0,0,0,0),(14562,2564,0,1,1,1054,1,-1239.17,-2057.78,48.4124,1.90842,400,3,0,1221,0,1,0,0,0),(134519,5936,571,1,1,21975,0,168.621,-2742.33,-3.94278,6.17443,180,5,0,8982,0,1,0,0,0),(14560,2590,0,1,1,4015,1,-1696.67,-1797.34,84.3108,4.73097,400,0,0,992,2680,0,0,0,0),(14559,4075,0,1,1,1418,0,-1777.47,-1619.28,52.8882,2.59774,400,5,0,8,0,1,0,0,0),(14557,2590,0,1,1,4014,1,-1713.94,-1780.49,83.4918,4.97419,400,0,0,992,2680,0,0,0,0),(14556,2591,0,1,1,0,1,-1680.75,-1820.69,100.414,1.83006,400,0,0,1,0,0,0,0,0),(14555,24477,0,1,1,3987,1,-1710.32,-1812.14,84.3942,3.92699,400,0,0,1405,0,0,0,0,0),(14554,24477,0,1,1,3987,1,-1713.94,-1783.12,83.4918,1.44862,400,0,0,1405,0,0,0,0,0),(14553,24477,0,1,1,3988,1,-1644.38,-1822.68,79.1824,6.28164,400,0,0,1405,0,2,0,0,0),(14552,2588,0,1,1,4016,1,-1681.81,-1780.65,84.3108,0.476071,400,5,0,1277,0,1,0,0,0),(52011,24833,584,1,1,22659,0,37.0303,4.62236,6.17641,1,120,0,0,1474,0,2,0,0,0),(14550,2569,0,1,1,1051,1,-1757.61,-1666,53.47,4.99135,400,5,0,1470,0,1,0,0,0),(14549,2590,0,1,1,4015,1,-1715.45,-1908.69,81.295,2.96819,400,0,0,992,2680,0,0,0,0),(14548,24477,0,1,1,3987,1,-1647.47,-1866.89,80.7533,2.07694,400,5,0,1405,0,1,0,0,0),(34047,5081,0,1,1,3010,0,-9102.33,834.774,105.201,5.11381,180,0,0,713,0,0,0,0,0),(14546,2590,0,1,1,4015,1,-1636.87,-1894.07,81.6696,4.76974,400,3,0,992,2680,1,0,0,0),(14545,2588,0,1,1,4016,1,-1711.4,-1895.82,80.6097,0.988817,400,5,0,1277,0,1,0,0,0),(34033,30706,1,1,1,27252,1,1839.02,-4465.98,47.4793,3.38594,180,0,0,902,2680,0,0,0,0),(14542,2590,0,1,1,4014,1,-1694.56,-1910.39,81.7269,1.55334,400,0,0,992,2680,0,0,0,0),(14541,2590,0,1,1,4014,1,-1696.89,-1926.68,86.5763,6.26573,400,0,0,992,2680,0,0,0,0),(14540,24477,0,1,1,3987,1,-1693,-1926.1,86.5761,3.49066,400,0,0,1405,0,0,0,0,0),(14539,24477,0,1,1,3987,1,-1624.48,-1790.6,80.6915,1.78172,400,0,0,1405,0,2,0,0,0),(14538,24477,0,1,1,3987,1,-1680.11,-1891.11,79.4196,4.36304,400,5,0,1405,0,1,0,0,0),(14537,2588,0,1,1,4016,1,-1627.86,-1916.75,73.7215,0.609328,400,3,0,1277,0,1,0,0,0),(14536,2588,0,1,1,4016,1,-1633.51,-1794.7,80.2895,0.069125,400,3,0,1277,0,1,0,0,0),(14535,2591,0,1,1,0,1,-1645.85,-1919.64,73.8104,3.54302,400,0,0,1,0,0,0,0,0),(14534,2762,0,1,1,5490,0,-1352.93,-2780.61,52.8388,3.02566,400,5,0,1305,1482,1,0,0,0),(14533,2762,0,1,1,5490,0,-1278.76,-2744.07,52.9249,2.1649,400,10,0,1305,1482,1,0,0,0),(14532,2762,0,1,1,5490,0,-1329.93,-2706.24,60.0018,3.13371,400,10,0,1305,1482,1,0,0,0),(14531,2762,0,1,1,5490,0,-1353.3,-2680.84,69.1467,2.76242,400,10,0,1305,1482,1,0,0,0),(14530,2762,0,1,1,5490,0,-1316.9,-2785.59,57.0789,4.16393,400,10,0,1305,1482,1,0,0,0),(14529,2574,0,1,1,511,1,-887.565,-3911.44,135.023,1.44862,400,3,0,1469,0,1,0,0,0),(14528,2588,0,1,1,4016,1,-1721.11,-1880,81.6367,5.6397,400,3,0,1277,0,1,0,0,0),(14527,2762,0,1,1,5490,0,-1383.47,-2757.88,53.0001,3.12402,400,10,0,1305,1482,1,0,0,0),(14526,2762,0,1,1,5490,0,-1379.65,-2716.35,57.4799,1.61179,400,10,0,1305,1482,1,0,0,0),(14525,2559,0,1,1,11316,0,-1181.23,-3246.57,30.6327,1.47885,400,10,0,1050,0,1,0,0,0),(14524,2572,0,1,1,2153,1,-1092.57,-3748.28,90.1582,2.31382,400,3,0,1403,0,1,0,0,0),(14523,2572,0,1,1,2153,1,-1065.84,-3836.19,132.583,3.89852,400,3,0,1403,0,1,0,0,0),(14522,24477,0,1,1,3987,1,-1677.75,-1847.22,80.0846,5.63741,400,0,0,1405,0,0,0,0,0),(14521,2572,0,1,1,2153,1,-971.368,-3716.26,93.8112,4.13143,400,0,0,1403,0,0,0,0,0),(14520,12920,0,1,1,12928,1,-1018.77,-3509.47,63.0335,0.855211,400,0,0,2576,0,0,0,0,0),(14519,2592,0,1,1,9587,0,-1516.58,-2182.69,17.3096,0.279253,400,10,0,1604,0,1,0,0,0),(14518,2592,0,1,1,9587,0,-1516.54,-2214.58,18.2403,1.96272,400,5,0,1604,0,1,0,0,0),(14517,4063,0,1,1,373,1,-799.488,-3187.84,81.9862,4.96308,400,0,1,156,3075,2,0,0,0),(14516,2765,0,1,1,373,1,-799.488,-3187.84,81.9862,4.98765,400,0,1,219,0,2,0,0,0),(14515,2764,0,1,1,2299,1,-799.488,-3187.84,81.9862,4.97949,400,0,1,184,1283,2,0,0,0),(14514,2611,0,1,1,1918,0,-799.488,-3187.84,81.9862,4.96305,400,0,1,3820,0,2,0,0,0),(14513,2559,0,1,1,11316,0,-1045.42,-3229.63,42.0618,4.92089,400,10,0,1050,0,1,0,0,0),(14512,2563,0,1,1,1103,0,-1156.36,-3107.4,45.2701,5.71466,400,10,0,1163,0,1,0,0,0),(14511,2559,0,1,1,11316,0,-1218.65,-3216.66,42.466,3.9516,400,10,0,1050,0,1,0,0,0),(14510,2559,0,1,1,11316,0,-1071.81,-3275.16,42.9651,5.02425,400,10,0,1050,0,1,0,0,0),(14509,2559,0,1,1,11316,0,-992.667,-3380.8,55.8901,1.82381,400,10,0,1050,0,1,0,0,0),(14508,2559,0,1,1,11316,0,-1017.99,-3314.89,52.9859,0.061916,400,10,0,1050,0,1,0,0,0),(14507,2559,0,1,1,11316,0,-1012.07,-3350.67,52.8741,2.04581,400,10,0,1050,0,1,0,0,0),(14506,2563,0,1,1,1103,0,-944.454,-3355.57,64.1904,0.427244,400,10,0,1163,0,1,0,0,0),(14505,2760,0,1,1,2172,0,-868.848,-1795.75,41.221,6.11843,400,5,0,1604,0,1,0,0,0),(14504,2760,0,1,1,2172,0,-848.952,-1789.83,40.3907,5.84351,400,5,0,1604,0,1,0,0,0),(14503,2760,0,1,1,2172,0,-865.67,-1774.11,40.3907,4.70675,400,5,0,1604,0,1,0,0,0),(14502,2760,0,1,1,2172,0,-845.871,-1818.27,43.4931,4.68572,400,10,0,1604,0,1,0,0,0),(14501,2563,0,1,1,1103,0,-946.286,-2166.15,54.0519,4.46788,400,10,0,1163,0,1,0,0,0),(14500,2560,0,1,1,180,0,-954.08,-2301.96,48.1373,1.60984,400,5,0,1221,0,1,0,0,0),(14499,2560,0,1,1,180,0,-974.721,-2541.71,62.5297,4.69481,400,10,0,1221,0,1,0,0,0),(14498,2600,0,1,1,4026,1,-877.05,-2029.76,34.4662,4.60921,7200,0,0,1064,1007,0,0,0,0),(14497,2559,0,1,1,11316,0,-1315.44,-2324.49,58.3446,6.02447,400,5,0,1050,0,1,0,0,0),(14496,2562,0,1,1,1052,1,-1241.94,-2221.55,56.7471,3.14745,400,5,0,1163,0,1,0,0,0),(14495,2559,0,1,1,11316,0,-1279.89,-2291.01,60.0373,3.37425,400,5,0,1050,0,1,0,0,0),(14494,2562,0,1,1,1052,1,-1154.67,-2191.18,58.3234,3.06585,400,10,0,1163,0,1,0,0,0),(14493,2562,0,1,1,1052,1,-1179.68,-2205.32,56.9194,1.20963,400,10,0,1163,0,1,0,0,0),(14492,2562,0,1,1,1052,1,-1081.85,-2051.48,62.2639,5.68851,400,10,0,1163,0,1,0,0,0),(14491,2553,0,1,1,3993,1,-1150.18,-1983.7,64.4856,1.3959,400,10,0,847,2253,1,0,0,0),(97102,25882,530,1,1,0,0,-2182.04,8114.94,-18.6788,0.440769,180,5,0,42,0,1,0,0,0),(14489,2553,0,1,1,3994,1,-1081.29,-2112.12,51.4452,2.35969,400,10,0,847,2253,1,0,0,0),(14488,2562,0,1,1,1052,1,-1124.32,-2148.72,54.9609,2.81495,400,5,0,1163,0,1,0,0,0),(14487,2562,0,1,1,1052,1,-1112.33,-2060.16,58.637,1.19718,400,5,0,1163,0,1,0,0,0),(14486,2562,0,1,1,1052,1,-1286.47,-1988.54,64.0455,5.42684,400,10,0,1163,0,1,0,0,0),(14485,2562,0,1,1,1052,1,-1117.84,-2013.22,63.3482,5.5807,400,10,0,1163,0,1,0,0,0),(14484,2562,0,1,1,1052,1,-1321.1,-2090.92,58.2376,4.38949,400,10,0,1163,0,1,0,0,0),(14246,2562,0,1,1,1052,1,-1220.37,-1982.39,67.5082,3.22077,400,10,0,1163,0,1,0,0,0),(14245,2552,0,1,1,3986,0,-1244.33,-2020.27,67.5625,2.75204,400,10,0,1050,0,1,0,0,0),(14244,2562,0,1,1,1052,1,-1281.18,-2050.35,63.0741,4.82263,400,10,0,1163,0,1,0,0,0),(14243,2562,0,1,1,1052,1,-1276.99,-2110.54,64.8585,4.58934,400,10,0,1163,0,1,0,0,0),(14242,2562,0,1,1,1052,1,-1219.8,-2151.89,75.243,0.577388,400,5,0,1163,0,1,0,0,0),(14240,2562,0,1,1,1052,1,-1185.73,-2150.31,58.739,5.62094,400,5,0,1163,0,1,0,0,0),(14239,2562,0,1,1,1052,1,-1276.15,-2170.15,60.2254,0.988823,400,10,0,1163,0,1,0,0,0),(14238,2562,0,1,1,1052,1,-1254.15,-2170.66,62.1793,4.84724,400,5,0,1163,0,1,0,0,0),(14233,2564,0,1,1,1054,1,-1236.94,-2077.03,51.9654,3.32885,400,3,0,1221,0,1,0,0,0),(14232,2564,0,1,1,1054,1,-1223.81,-2047.64,44.8272,2.35394,400,3,0,1221,0,1,0,0,0),(14231,2564,0,1,1,1054,1,-1194.16,-2005.66,31.2917,0.552554,400,3,0,1221,0,1,0,0,0),(13834,2564,0,1,1,1054,1,-1207.1,-2032.84,39.2927,1.41958,400,3,0,1221,0,1,0,0,0),(13417,2564,0,1,1,1054,1,-1168.74,-2048.22,37.7092,3.94033,400,3,0,1221,0,1,0,0,0),(13394,2564,0,1,1,1054,1,-1194.16,-2109.44,54.0963,3.68236,400,0,0,1221,0,2,0,0,0),(13392,2564,0,1,1,1054,1,-1202.86,-2087.67,49.5209,0.130087,400,5,0,1221,0,1,0,0,0),(13391,2555,0,1,1,3995,1,-1199.68,-2040.94,38.7946,3.17742,400,5,0,1021,963,1,0,0,0),(13390,2564,0,1,1,1054,1,-1186.49,-2065.48,41.2948,0.971378,400,3,0,1221,0,1,0,0,0),(13389,2564,0,1,1,1054,1,-1186.38,-2038.28,35.693,4.92561,400,3,0,1221,0,1,0,0,0),(13388,2564,0,1,1,1054,1,-1203.61,-2075.38,46.5408,0.073239,400,5,0,1221,0,1,0,0,0),(13387,2557,0,1,1,4000,1,-2032.18,-3276.97,55.7733,4.11658,400,5,0,1160,1067,1,0,0,0),(13386,2565,0,1,1,1104,0,-1450.83,-2824.29,44.4413,1.4416,400,10,0,1403,0,1,0,0,0),(13385,2556,0,1,1,3998,1,-2023.14,-3313.78,54.8828,5.42797,400,0,0,1279,0,0,0,0,0),(13384,2565,0,1,1,1104,0,-1488.09,-2789.51,46.8214,1.21593,400,10,0,1403,0,1,0,0,0),(13383,2557,0,1,1,4000,1,-2022.13,-3292.49,53.0674,5.09881,400,5,0,1160,1067,1,0,0,0),(13382,2555,0,1,1,3995,1,-1978.56,-3312.65,57.2553,4.98269,400,5,0,1021,963,1,0,0,0),(13381,2565,0,1,1,1104,0,-1551.24,-2882.89,25.4928,4.68113,400,10,0,1403,0,1,0,0,0),(13380,2555,0,1,1,3995,1,-2020.43,-3316.22,54.7064,2.51327,400,0,0,1021,963,0,0,0,0),(13379,2565,0,1,1,1104,0,-1546.55,-2781.53,39.9493,4.26403,400,5,0,1403,0,1,0,0,0),(13378,2556,0,1,1,3997,1,-1986.88,-3302.13,55.4795,5.8162,400,5,0,1279,0,1,0,0,0),(13377,2556,0,1,1,3998,1,-1982.89,-3305.47,56.4155,5.63451,400,0,0,1279,0,0,0,0,0),(13376,2556,0,1,1,3998,1,-1969.16,-3312.24,56.2644,4.77856,400,5,0,1279,0,1,0,0,0),(13375,2609,0,1,1,10911,0,-906.833,-3847.56,141.588,4.11898,7200,0,0,1239,3191,0,0,0,0),(13374,2556,0,1,1,3998,1,-1967.18,-3334.6,55.5845,0.346548,400,0,0,1279,0,0,0,0,0),(13373,2560,0,1,1,180,0,-1564.03,-2828.72,38.9518,0.739787,400,5,0,1221,0,1,0,0,0),(13372,2556,0,1,1,3998,1,-1781.05,-3385.63,40.9666,0.982794,400,5,0,1279,0,1,0,0,0),(13371,2565,0,1,1,1104,0,-1597.97,-2760.01,38.2208,2.74621,400,5,0,1403,0,1,0,0,0),(13370,2555,0,1,1,3995,1,-1781.99,-3362.81,33.5837,3.68758,400,5,0,1021,963,1,0,0,0),(13369,2555,0,1,1,3995,1,-1743.89,-3442.71,52.4415,5.0755,400,3,0,1021,963,1,0,0,0),(13367,2556,0,1,1,3998,1,-1715.15,-3429.85,45.4451,0.862805,400,3,0,1279,0,1,0,0,0),(13351,2556,0,1,1,3997,1,-1811.49,-3431.56,55.1608,4.15272,400,5,0,1279,0,1,0,0,0),(13350,2561,0,1,1,961,0,-1683.4,-2685.94,43.6452,1.56689,400,5,0,1469,0,1,0,0,0),(13349,2555,0,1,1,3996,1,-1793.47,-3424.43,47.1484,0.376473,400,5,0,1021,963,1,0,0,0),(13348,2556,0,1,1,3997,1,-1749.75,-3419.51,44.9633,5.96143,400,3,0,1279,0,1,0,0,0),(13347,2563,0,1,1,1103,0,-1609.38,-2673.48,39.7516,5.11294,400,10,0,1163,0,1,0,0,0),(13346,2555,0,1,1,3995,1,-1824.67,-3406.51,45.7858,0.069917,400,5,0,1021,963,1,0,0,0),(13345,2556,0,1,1,3998,1,-1804.76,-3409.78,45.4108,4.4555,400,3,0,1279,0,1,0,0,0),(13344,2556,0,1,1,3998,1,-1855.43,-3387.21,58.4013,3.67612,400,3,0,1279,0,1,0,0,0),(13343,2563,0,1,1,1103,0,-1601.23,-2590.2,43.9912,2.71464,400,10,0,1163,0,1,0,0,0),(13342,2556,0,1,1,3998,1,-1860.94,-3351.78,52.098,3.1768,400,3,0,1279,0,1,0,0,0),(13341,2563,0,1,1,1103,0,-1515.09,-2591.81,63.5558,4.79845,400,10,0,1163,0,1,0,0,0),(13340,2559,0,1,1,11316,0,-1405.33,-2550.33,73.481,2.59579,400,10,0,1050,0,1,0,0,0),(13339,2559,0,1,1,11316,0,-1345.59,-2549.62,68.6987,5.91573,400,10,0,1050,0,1,0,0,0),(13338,2559,0,1,1,11316,0,-1452.61,-2480.53,61.1891,1.78055,400,10,0,1050,0,1,0,0,0),(13337,2555,0,1,1,3995,1,-1897.7,-3284.09,68.2106,0.88748,400,5,0,1021,963,1,0,0,0),(13336,2554,0,1,1,3991,1,-1886.15,-3209.98,55.868,2.58637,400,5,0,1163,0,1,0,0,0),(13335,2555,0,1,1,3995,1,-1886.22,-3188.74,56.6453,6.0465,400,3,0,1021,963,1,0,0,0),(13317,2555,0,1,1,3996,1,-1894.63,-3207.35,56.618,4.7082,400,5,0,1021,963,1,0,0,0),(13315,2586,0,1,1,3984,1,-893.874,-2114.54,45.949,3.07211,400,10,0,1050,0,1,0,0,0),(13314,2554,0,1,1,3992,1,-1909.41,-3209.53,60.5089,3.7391,400,5,0,1163,0,1,0,0,0),(13313,2586,0,1,1,3984,1,-923.797,-2087.77,48.1807,2.89714,400,10,0,1050,0,1,0,0,0),(13312,2554,0,1,1,3992,1,-1881.57,-3189.09,56.6453,2.87899,400,3,0,1163,0,1,0,0,0),(13311,2586,0,1,1,3984,1,-910.356,-2052.62,49.6462,2.94708,400,5,0,1050,0,1,0,0,0),(13310,2586,0,1,1,3984,1,-850.393,-2115.6,41.7632,4.24175,400,10,0,1050,0,1,0,0,0),(13309,2554,0,1,1,3992,1,-1898.97,-3175.27,64.8953,2.41213,400,5,0,1163,0,1,0,0,0),(13308,2554,0,1,1,3992,1,-1911.25,-3020.16,65.8273,6.14771,400,5,0,1163,0,1,0,0,0),(13307,2589,0,1,1,3987,1,-848.618,-2078.6,34.9588,5.17929,400,5,0,1107,0,1,0,0,0),(13306,2559,0,1,1,11316,0,-1270.58,-2705.92,46.4409,5.73741,400,5,0,1050,0,1,0,0,0),(13305,2563,0,1,1,1103,0,-1137.5,-2686.74,54.7356,5.55823,400,10,0,1163,0,1,0,0,0),(13304,2586,0,1,1,3984,1,-842.455,-2090.78,35.3338,5.73309,400,10,0,1050,0,1,0,0,0),(13303,2586,0,1,1,3984,1,-813.693,-2114.93,34.3693,5.09721,400,10,0,1050,0,1,0,0,0),(13302,2559,0,1,1,11316,0,-1210.79,-2740.85,50.3182,4.17391,400,10,0,1050,0,1,0,0,0),(13301,2578,0,1,1,10824,0,-1140.68,-2675.56,53.6252,0.659503,400,10,0,1107,0,1,0,0,0),(13300,2587,0,1,1,3982,1,-873.377,-2071.21,35.6325,1.96048,400,0,0,1163,0,0,0,0,0),(13299,2442,0,1,1,1060,0,-821.191,-2038.89,34.4726,3.74054,400,5,0,1,0,1,0,0,0),(13298,2442,0,1,1,1060,0,-805.896,-2029.88,34.8646,4.98771,400,10,0,1,0,1,0,0,0),(13297,2559,0,1,1,11316,0,-1106.65,-2714.57,46.0795,4.41533,400,10,0,1050,0,1,0,0,0),(13296,2579,0,1,1,1105,0,-1781.92,-2908.32,47.0598,3.09466,400,10,0,1279,0,1,0,0,0),(13295,2557,0,1,1,4000,1,-2065.27,-3268.88,50.428,5.59376,400,5,0,1160,1067,1,0,0,0),(13294,2442,0,1,1,1060,0,-818.987,-2026.75,34.2396,4.79028,400,10,0,1,0,1,0,0,0),(13293,2557,0,1,1,3999,1,-2095.68,-3288.88,51.7259,2.48169,400,5,0,1160,1067,1,0,0,0),(13292,2559,0,1,1,11316,0,-911.686,-2748.97,61.707,1.39794,400,5,0,1050,0,1,0,0,0),(13291,2442,0,1,1,1060,0,-841.109,-2043.25,34.7063,3.32009,400,10,0,1,0,1,0,0,0),(13290,2557,0,1,1,4000,1,-2083.95,-3270.32,51.2645,5.93646,400,5,0,1160,1067,1,0,0,0),(13289,2563,0,1,1,1103,0,-932.445,-2785,61.1521,5.4742,400,5,0,1163,0,1,0,0,0),(13288,2555,0,1,1,3996,1,-2037.86,-3319.09,58.5201,3.65856,400,5,0,1021,963,1,0,0,0),(13287,2442,0,1,1,1060,0,-841.587,-2020.29,34.3902,1.96309,400,10,0,1,0,1,0,0,0),(13286,2442,0,1,1,1060,0,-814.737,-2041.95,34.6381,1.51899,400,10,0,1,0,1,0,0,0),(13285,2555,0,1,1,3996,1,-2046.56,-3355.6,61.0729,0.034907,400,0,0,1021,963,0,0,0,0),(13284,2589,0,1,1,3987,1,-878.305,-2055.3,34.8076,4.24011,400,5,0,1107,0,1,0,0,0),(13283,2563,0,1,1,1103,0,-941.528,-2858.24,65.789,6.28226,400,5,0,1163,0,1,0,0,0),(13282,2563,0,1,1,1103,0,-945.816,-2951.12,72.2057,3.54674,400,5,0,1163,0,1,0,0,0),(13281,2563,0,1,1,1103,0,-930.881,-2898.27,70.2132,5.78368,400,5,0,1163,0,1,0,0,0),(13280,2556,0,1,1,3997,1,-2040.35,-3355.3,60.8212,3.22886,400,0,0,1279,0,0,0,0,0),(13279,2760,0,1,1,2172,0,-915.854,-1821.03,51.7005,2.74012,400,10,0,1604,0,1,0,0,0),(13278,2760,0,1,1,2172,0,-877.01,-1819.88,44.0376,0.064321,400,3,0,1604,0,1,0,0,0),(13277,2559,0,1,1,11316,0,-1084.85,-2716.7,43.236,6.18108,400,10,0,1050,0,1,0,0,0),(13276,2559,0,1,1,11316,0,-974.747,-2076.56,54.3054,4.80745,400,10,0,1050,0,1,0,0,0),(13275,2793,0,1,1,6168,0,-2098.22,-2837.68,79.1394,0.628319,400,0,0,1357,1236,0,0,0,0),(13274,2566,0,1,1,3193,1,-2020.39,-2829.26,74.8795,5.52859,400,3,0,1403,0,1,0,0,0),(13273,2567,0,1,1,6170,1,-2053.25,-2798.53,72.5243,2.34442,400,3,0,1075,2763,1,0,0,0),(13272,2559,0,1,1,11316,0,-1414.65,-2357.69,61.6348,5.02415,400,5,0,1050,0,1,0,0,0),(13271,2563,0,1,1,1103,0,-1182.42,-1475.37,55.1526,1.55908,400,10,0,1163,0,1,0,0,0),(13270,2620,0,1,1,1072,0,-1301.8,-1495.26,57.2567,1.48279,400,10,0,8,0,1,0,0,0),(13269,2760,0,1,1,2172,0,-817.706,-1758.89,48.3385,4.792,400,10,0,1604,0,1,0,0,0),(13267,2563,0,1,1,1103,0,-1148.65,-1485.06,53.7977,1.55655,400,10,0,1163,0,1,0,0,0),(13266,2559,0,1,1,11316,0,-621.928,-1976.64,58.2363,2.22317,400,10,0,1050,0,1,0,0,0),(13265,2563,0,1,1,1103,0,-1011.2,-2711.05,60.0725,1.77547,400,3,0,1163,0,1,0,0,0),(13264,2563,0,1,1,1103,0,-987.2,-2664.5,64.9016,1.45626,400,5,0,1163,0,1,0,0,0),(13263,2592,0,1,1,9587,0,-1513.65,-2150.64,17.3566,4.75411,400,10,0,1604,0,1,0,0,0),(13262,2592,0,1,1,9587,0,-1510.63,-2123.24,18.8566,2.12938,400,3,0,1604,0,1,0,0,0),(13261,2760,0,1,1,2172,0,-840.773,-1743.89,46.6874,1.85627,400,3,0,1604,0,1,0,0,0),(13260,2559,0,1,1,11316,0,-861.829,-3387.52,75.1961,1.37918,400,5,0,1050,0,1,0,0,0),(13259,2761,0,1,1,5561,0,-806.399,-3314.1,79.3342,1.5133,400,3,0,1305,1186,1,0,0,0),(13258,2572,0,1,1,2153,1,-960.315,-3691.94,90.1212,2.4156,400,0,0,1403,0,0,0,0,0),(13257,2574,0,1,1,511,1,-983.5,-3869.23,149.239,1.14465,400,3,0,1469,0,1,0,0,0),(13256,2760,0,1,1,2172,0,-886.764,-1854.16,59.454,1.20355,400,10,0,1604,0,1,0,0,0),(13254,2574,0,1,1,511,1,-827.224,-3899.4,144.724,0.71805,400,3,0,1469,0,1,0,0,0),(13253,2572,0,1,1,2153,1,-1121,-3690.8,92.2208,3.78158,400,3,0,1403,0,1,0,0,0),(13252,2574,0,1,1,511,1,-892.545,-3999.57,145.279,3.15002,400,3,0,1469,0,1,0,0,0),(13251,2586,0,1,1,3984,1,-924.869,-2010.71,52.1717,1.33955,400,5,0,1050,0,1,0,0,0),(13250,2572,0,1,1,2153,1,-970.39,-3656.41,79.6211,0.078271,400,10,0,1403,0,1,0,0,0),(13249,2620,0,1,1,1072,0,-984.217,-3667.76,82.8598,0.238353,400,10,0,8,0,1,0,0,0),(13248,2555,0,1,1,3995,1,-1682.86,-3449.78,50.2302,3.06497,400,5,0,1021,963,1,0,0,0),(13247,2555,0,1,1,3996,1,-1612.23,-3384.3,34.3492,1.08045,400,5,0,1021,963,1,0,0,0),(13246,2556,0,1,1,3997,1,-1679.58,-3483.1,54.0604,1.91356,400,5,0,1279,0,1,0,0,0),(13245,2556,0,1,1,3997,1,-1645.89,-3454.44,53.515,1.9513,400,5,0,1279,0,1,0,0,0),(13244,2554,0,1,1,3992,1,-1769.81,-3169.25,38.6218,3.98069,400,5,0,1163,0,1,0,0,0),(13243,2589,0,1,1,3987,1,-748.745,-2013.54,34.3811,4.91374,400,0,0,1107,0,0,0,0,0),(13242,2555,0,1,1,3995,1,-1759.84,-3138.71,30.5796,0.243307,400,5,0,1021,963,1,0,0,0),(13241,2554,0,1,1,3991,1,-1742.82,-3151.56,29.5796,0.098429,400,5,0,1163,0,1,0,0,0),(13240,2554,0,1,1,3991,1,-1756.43,-3126.98,32.743,2.37002,400,5,0,1163,0,1,0,0,0),(13239,2556,0,1,1,3997,1,-1788.09,-3180.57,39.2468,2.67212,400,5,0,1279,0,1,0,0,0),(13238,2592,0,1,1,9587,0,-1480.56,-2178.74,17.7642,1.45414,400,5,0,1604,0,1,0,0,0),(12912,2586,0,1,1,3984,1,-871.817,-2083.12,35.0714,6.0909,400,5,0,1050,0,1,0,0,0),(12911,2589,0,1,1,3988,1,-882.541,-2028.72,34.4464,1.71346,400,5,0,1107,0,1,0,0,0),(12910,2586,0,1,1,3984,1,-888.559,-2073.09,35.1964,2.04763,400,5,0,1050,0,1,0,0,0),(12909,2587,0,1,1,3983,1,-882.22,-2022.57,34.4813,4.63799,400,5,0,1163,0,1,0,0,0),(12908,2555,0,1,1,3995,1,-1856.33,-3252.49,44.0941,1.37404,400,5,0,1021,963,1,0,0,0),(12907,2587,0,1,1,3982,1,-882.812,-2041.15,34.0576,3.11816,400,5,0,1163,0,1,0,0,0),(12906,2589,0,1,1,3988,1,-875.226,-2022.61,34.5165,4.38252,400,5,0,1107,0,1,0,0,0),(12905,2592,0,1,1,9587,0,-1487.69,-2223.82,24.2419,3.60654,400,5,0,1604,0,1,0,0,0),(12904,2586,0,1,1,3984,1,-848.401,-1981.73,35.9706,1.36644,400,5,0,1050,0,1,0,0,0),(12903,2556,0,1,1,3998,1,-1895.61,-3341.38,62.2845,1.62793,400,5,0,1279,0,1,0,0,0),(12902,2554,0,1,1,3991,1,-1755.54,-3215.57,30.3793,0.774067,400,0,0,1163,0,2,0,0,0),(12901,2555,0,1,1,3996,1,-1787.69,-3215.57,36.2624,3.53162,400,5,0,1021,963,1,0,0,0),(12900,2587,0,1,1,3983,1,-812.596,-2028.35,34.4026,4.55558,400,0,0,1163,0,2,0,0,0),(12899,2589,0,1,1,3987,1,-823.448,-1983.53,34.1597,1.80913,400,5,0,1107,0,1,0,0,0),(12898,2554,0,1,1,3991,1,-1614.1,-3274.43,27.3162,1.74574,400,5,0,1163,0,1,0,0,0),(12897,2554,0,1,1,3991,1,-1687.13,-3254.36,25.2944,5.39852,400,5,0,1163,0,1,0,0,0),(12896,2589,0,1,1,3988,1,-741.614,-2022.72,34.7894,1.70838,400,0,0,1107,0,0,0,0,0),(12895,2554,0,1,1,3991,1,-1661.81,-3270.73,24.7963,3.91391,400,5,0,1163,0,1,0,0,0),(12601,2555,0,1,1,3996,1,-1664.53,-3256.47,25.7662,3.2538,400,5,0,1021,963,1,0,0,0),(12100,2554,0,1,1,3991,1,-1590.07,-3321.7,31.0902,2.51484,400,5,0,1163,0,1,0,0,0),(12099,2592,0,1,1,9587,0,-1467.87,-2155.01,18.4125,4.94222,400,5,0,1604,0,1,0,0,0),(12098,2762,0,1,1,5490,0,-1351.79,-2747.35,59.0828,2.97203,400,5,0,1305,1482,1,0,0,0),(12081,2566,0,1,1,3193,1,-1955.77,-2778.44,79.8171,0.901862,400,5,0,1403,0,1,0,0,0),(12080,2762,0,1,1,5490,0,-1356.53,-2731.87,58.5652,1.42319,400,5,0,1305,1482,1,0,0,0),(12079,2567,0,1,1,6170,1,-1981.89,-2773.34,81.3213,2.0549,400,5,0,1075,2763,1,0,0,0),(12078,2762,0,1,1,5490,0,-1342.75,-2738.18,59.0828,4.96474,400,5,0,1305,1482,1,0,0,0),(12077,2762,0,1,1,5490,0,-1318.93,-2742.73,59.8839,4.94884,400,10,0,1305,1482,1,0,0,0),(12076,2566,0,1,1,3193,1,-1920.96,-2777.43,71.4667,5.72468,400,0,0,1403,0,0,0,0,0),(12075,2566,0,1,1,3193,1,-1961.04,-2795.6,81.3171,3.34991,400,5,0,1403,0,1,0,0,0),(12074,2761,0,1,1,5561,0,-848.462,-3207.26,82.2388,1.70378,400,5,0,1305,1186,1,0,0,0),(12073,2566,0,1,1,3193,1,-1948.45,-2818.39,77.3947,4.59893,400,5,0,1403,0,1,0,0,0),(12072,2563,0,1,1,1103,0,-1085.99,-3055.88,46.4953,1.5337,400,10,0,1163,0,1,0,0,0),(12071,2761,0,1,1,5561,0,-850.903,-3262.96,78.2393,5.19097,400,5,0,1305,1186,1,0,0,0),(12070,2566,0,1,1,3193,1,-1909.23,-2769.52,73.1297,2.73644,400,3,0,1403,0,1,0,0,0),(12069,2566,0,1,1,3193,1,-1923.33,-2804.45,74.1791,1.1903,400,5,0,1403,0,1,0,0,0),(12067,2567,0,1,1,6170,1,-1918.74,-2786.16,71.2197,0.942478,400,0,0,1075,2763,0,0,0,0),(12063,2559,0,1,1,11316,0,-1015.88,-3183.13,44.2152,1.59941,400,10,0,1050,0,1,0,0,0),(12062,2761,0,1,1,5561,0,-835.016,-3270.11,79.1955,3.88654,400,5,0,1305,1186,1,0,0,0),(12061,2761,0,1,1,5561,0,-849.749,-3281.32,77.8205,3.67878,400,5,0,1305,1186,1,0,0,0),(12060,2761,0,1,1,5561,0,-847.264,-3306.12,78.2572,0.918254,400,10,0,1305,1186,1,0,0,0),(12059,2563,0,1,1,1103,0,-1301.08,-2358.34,59.7208,3.3681,400,5,0,1163,0,1,0,0,0),(12058,4481,0,1,1,4024,1,-1048.93,-2815.72,42.2394,2.04687,400,0,0,1279,0,0,0,0,0),(12057,2582,0,1,1,3958,1,-1036.25,-2844.95,42.398,5.66198,400,5,0,1050,0,1,0,0,0),(12056,2582,0,1,1,3958,1,-1041.09,-2825.47,42.2394,0.365457,400,5,0,1050,0,1,0,0,0),(12055,2581,0,1,1,3961,1,-1113.97,-2819.18,41.965,3.95561,400,0,0,1107,0,2,0,0,0),(12054,4480,0,1,1,4025,1,-999.388,-2896.35,63.7213,1.44862,400,0,0,1342,0,0,0,0,0),(12053,2582,0,1,1,3959,1,-1083.57,-2913.4,42.7441,3.8375,400,3,0,1050,0,1,0,0,0),(12052,2582,0,1,1,3958,1,-1006.95,-2888.92,62.7631,4.69826,400,5,0,1050,0,1,0,0,0),(12051,2582,0,1,1,3958,1,-1077.72,-2896.73,42.2081,4.63378,400,5,0,1050,0,1,0,0,0),(12050,2581,0,1,1,3961,1,-1110.04,-2911.98,41.6711,4.15424,400,0,0,1107,0,2,0,0,0),(12049,2581,0,1,1,3960,1,-1144.57,-2874.9,43.3847,2.14614,400,5,0,1107,0,1,0,0,0),(12048,2581,0,1,1,3961,1,-1046.51,-2789.32,46.4127,1.35668,400,0,0,1107,0,2,0,0,0),(12047,2582,0,1,1,3959,1,-1094.36,-2901.17,41.7307,2.42093,400,5,0,1050,0,1,0,0,0),(12046,4479,0,1,1,4021,1,-1062.09,-2902.44,42.1514,5.88471,400,0,0,1221,0,0,0,0,0),(12045,2581,0,1,1,3961,1,-1101,-2927.06,42.2961,0.369327,400,0,0,1107,0,2,0,0,0),(12044,2761,0,1,1,5561,0,-880.36,-3280.16,82.7209,6.13941,400,10,0,1305,1186,1,0,0,0),(12043,2761,0,1,1,5561,0,-880.726,-3242.99,84.6242,1.17325,400,10,0,1305,1186,1,0,0,0),(12042,1052,0,1,1,3490,1,-2368.5,-2495.57,75.4273,3.735,400,0,0,853,0,0,0,0,0),(12041,2761,0,1,1,5561,0,-873.371,-3271.06,81.8459,4.80966,400,5,0,1305,1186,1,0,0,0),(12040,2761,0,1,1,5561,0,-880.819,-3312.67,79.7718,2.68117,400,10,0,1305,1186,1,0,0,0),(12039,1052,0,1,1,3490,1,-2374.99,-2492.29,82.2887,2.57976,400,0,0,853,0,0,0,0,0),(12038,2559,0,1,1,11316,0,-1341.48,-2209.72,61.0571,1.83756,400,5,0,1050,0,1,0,0,0),(12037,2559,0,1,1,11316,0,-892.536,-3378.47,73.2238,5.94292,400,10,0,1050,0,1,0,0,0),(12036,2563,0,1,1,1103,0,-1379.64,-2308.36,65.84,1.00557,400,0,0,1163,0,0,0,0,0),(12035,2563,0,1,1,1103,0,-973.965,-2592.32,60.7465,0.719963,400,10,0,1163,0,1,0,0,0),(12034,2559,0,1,1,11316,0,-1352.85,-2380.41,61.6228,0.479853,400,5,0,1050,0,1,0,0,0),(12033,2559,0,1,1,11316,0,-1327.91,-2351.92,65.3357,6.25975,400,5,0,1050,0,1,0,0,0),(12032,2559,0,1,1,11316,0,-1319.88,-2369.73,66.5202,2.09496,400,5,0,1050,0,1,0,0,0),(12031,2563,0,1,1,1103,0,-1014.02,-2647.81,55.414,3.76643,400,5,0,1163,0,1,0,0,0),(12030,2559,0,1,1,11316,0,-1348.29,-2293.64,63.2907,4.91448,400,5,0,1050,0,1,0,0,0),(12029,2559,0,1,1,11316,0,-1373.15,-2249.61,60.6383,0.3423,400,5,0,1050,0,1,0,0,0),(12028,2559,0,1,1,11316,0,-1301.26,-2248,64.6177,0.009765,400,5,0,1050,0,1,0,0,0),(12027,2560,0,1,1,180,0,-852.815,-2344.02,58.9418,4.47047,400,5,0,1221,0,1,0,0,0),(2067,1564,0,1,1,4462,1,-14637.7,327.342,3.49435,6.15315,300,2,0,1292,3191,1,0,0,0),(2066,1096,0,1,1,7197,1,-12167.5,-554.15,16.6321,3.48251,300,5,0,1160,1067,1,0,0,0),(97101,25882,530,1,1,0,0,-2293.8,8249.22,-32.3872,2.21734,180,5,0,42,0,1,0,0,0),(2064,1564,0,1,1,4461,1,-14623.5,314.209,3.53531,1.82937,300,2,0,1292,3191,1,0,0,0),(2063,772,0,1,1,614,0,-12748,-250.8,32.9493,5.80207,300,5,0,1536,0,1,0,0,0),(2062,684,0,1,1,633,0,-12776.8,-113.877,4.34917,4.00164,300,10,0,1536,0,1,0,0,0),(2061,597,0,1,1,4579,1,-11623.9,743.999,39.9823,1.5533,300,2,0,1469,0,1,0,0,0),(2060,671,0,1,1,4580,1,-11600.8,757.202,40.0969,6.0829,300,3,0,1469,0,1,0,0,0),(12026,2563,0,1,1,1103,0,-1315.14,-3083.53,34.5866,1.0583,400,5,0,1163,0,1,0,0,0),(12025,2563,0,1,1,1103,0,-1325.8,-3020.88,37.299,0.164828,400,5,0,1163,0,1,0,0,0),(12024,2563,0,1,1,1103,0,-1349.99,-2979.25,45.2571,2.32249,400,5,0,1163,0,1,0,0,0),(12023,2559,0,1,1,11316,0,-1345.13,-3169.52,37.1279,1.19263,400,5,0,1050,0,1,0,0,0),(12022,2563,0,1,1,1103,0,-1484.05,-3348.9,38.3783,5.5468,400,10,0,1163,0,1,0,0,0),(12021,2559,0,1,1,11316,0,-1484.12,-3282.4,34.9913,4.81162,400,10,0,1050,0,1,0,0,0),(12020,2589,0,1,1,3988,1,-789.401,-2081.5,34.9836,1.93408,400,10,0,1107,0,1,0,0,0),(12019,2555,0,1,1,3995,1,-1617.39,-3444.12,50.8936,1.41376,400,10,0,1021,963,1,0,0,0),(12018,2554,0,1,1,3991,1,-1585.47,-3414.25,42.6175,3.50972,400,5,0,1163,0,1,0,0,0),(12017,2587,0,1,1,3982,1,-813.597,-1972.58,34.1597,0.773406,400,0,0,1163,0,0,0,0,0),(12016,2555,0,1,1,3996,1,-1701.51,-3503.55,59.3543,4.11418,400,5,0,1021,963,1,0,0,0),(12015,2554,0,1,1,3991,1,-1587.35,-3444.74,52.6701,3.13729,400,5,0,1163,0,1,0,0,0),(12014,2585,0,1,1,4144,1,-1532.43,-1882.56,69.5533,3.84376,400,0,0,1604,0,0,0,0,0),(12013,2607,0,1,1,1364,1,-1528.05,-1887.79,70.2477,1.07055,400,0,0,1640,1483,0,0,0,0),(12012,2585,0,1,1,4143,1,-1545.93,-1850.46,67.3592,0.281537,400,5,0,1604,0,1,0,0,0),(12011,2585,0,1,1,4144,1,-1517.09,-1856.85,67.5023,5.41268,400,5,0,1604,0,1,0,0,0),(12010,2554,0,1,1,3992,1,-1687.45,-3495.57,58.3591,0.770039,400,5,0,1163,0,1,0,0,0),(12009,2619,0,1,1,4032,1,-1467.63,-2973.69,35.631,5.66974,400,5,0,1279,0,1,0,0,0),(2059,671,0,1,1,4580,1,-11627.7,772.283,41.2362,0.963657,300,5,0,1469,0,1,0,0,0),(2058,684,0,1,1,633,0,-12781.7,-281.666,15.4579,5.73306,300,5,0,1536,0,1,0,0,0),(2057,671,0,1,1,4580,1,-11630.2,739.515,39.8573,4.70291,300,2,0,1469,0,1,0,0,0),(2056,671,0,1,1,4580,1,-11633.4,729.344,39.8573,4.73139,300,2,0,1469,0,1,0,0,0),(2055,772,0,1,1,614,0,-12749.9,-86.366,5.00393,3.13366,300,5,0,1536,0,1,0,0,0),(2054,671,0,1,1,4580,1,-11579.4,770.888,40.6395,0.590032,300,5,0,1469,0,1,0,0,0),(2053,597,0,1,1,4579,1,-11559.3,771.765,40.386,1.44703,300,3,0,1469,0,1,0,0,0),(2052,597,0,1,1,4579,1,-11543.6,753.838,42.6073,5.9612,300,0,0,1469,0,0,0,0,0),(2051,671,0,1,1,4580,1,-11535.6,769.693,41.6135,0,300,5,0,1469,0,1,0,0,0),(2050,671,0,1,1,4580,1,-11606.5,851.883,0.923416,2.37365,300,0,0,1469,0,0,0,0,0),(2049,671,0,1,1,4580,1,-11602.7,859.722,0.923914,2.87979,300,0,0,1469,0,0,0,0,0),(2048,772,0,1,1,614,0,-12900.9,-312.683,14.5511,2.72667,300,5,0,1536,0,1,0,0,0),(2047,1096,0,1,1,7197,1,-11961.4,-602.078,17.751,0.883038,300,5,0,1160,1067,1,0,0,0),(2046,682,0,1,1,320,0,-11611.8,347.356,46.6151,0.4028,300,10,0,1163,0,1,0,0,0),(2045,681,0,1,1,598,0,-11650.8,46.8981,17.8964,3.04775,300,10,0,1050,0,1,0,0,0),(2044,780,0,1,1,4616,1,-12517.3,-686.112,39.0106,4.78998,300,5,0,1357,1236,1,0,0,0),(2043,1557,0,1,1,838,0,-13751,220.384,20.151,5.92405,300,5,0,1829,0,1,0,0,0),(2042,780,0,1,1,4616,1,-12618.1,-654.545,42.1584,4.72378,300,5,0,1357,1236,1,0,0,0),(2041,681,0,1,1,598,0,-11642.9,78.5515,15.1527,4.87609,300,10,0,1050,0,1,0,0,0),(2040,667,0,1,1,4632,1,-12544.7,-663.155,41.4966,4.94283,300,5,0,1678,0,1,0,0,0),(2039,667,0,1,1,4632,1,-12529.9,-740.899,39.7336,2.51026,300,0,0,1678,0,0,0,0,0),(2038,780,0,1,1,4616,1,-12530.1,-728.655,38.9199,3.29867,300,0,0,1357,1236,0,0,0,0),(2037,780,0,1,1,4616,1,-12549.4,-729.72,39.7236,0.453786,300,0,0,1357,1236,0,0,0,0),(2036,780,0,1,1,4616,1,-12530.2,-717.453,39.6752,0.150046,300,0,0,1357,1236,0,0,0,0),(2035,696,0,1,1,4622,1,-12544.7,-713.784,38.807,1.4109,300,0,0,1678,0,0,0,0,0),(2034,1085,0,1,1,698,0,-12025.4,209.851,15.047,3.525,300,5,0,1279,0,1,0,0,0),(2033,1085,0,1,1,698,0,-11978.1,120.834,11.4165,1.33434,300,5,0,1279,0,1,0,0,0),(2004,696,0,1,1,4622,1,-12619,-784.973,46.0201,3.6944,300,2,0,1678,0,1,0,0,0),(2003,1085,0,1,1,698,0,-11976.5,173.143,15.6137,5.51904,300,5,0,1279,0,1,0,0,0),(2002,687,0,1,1,11317,0,-13347,632.083,5.35864,1.81055,300,5,0,1829,0,1,0,0,0),(2001,667,0,1,1,4632,1,-12585.5,-812.77,50.9768,5.67406,300,5,0,1678,0,1,0,0,0),(2000,667,0,1,1,4632,1,-12551,-781.51,40.7594,1.87626,300,5,0,1678,0,1,0,0,0),(1999,683,0,1,1,2437,0,-11740.8,-222.75,42.4359,3.56985,300,5,0,1050,0,1,0,0,0),(1998,1085,0,1,1,698,0,-11916.1,49.6719,17.0464,5.94152,300,10,0,1279,0,1,0,0,0),(1997,696,0,1,1,4622,1,-12445.5,-747.227,36.8814,6.15205,300,10,0,1678,0,1,0,0,0),(1996,687,0,1,1,11317,0,-13307.7,459.549,4.58118,0.009469,300,5,0,1829,0,1,0,0,0),(1995,681,0,1,1,598,0,-11591.5,91.882,16.7514,6.18332,300,10,0,1050,0,1,0,0,0),(1994,1114,0,1,1,845,0,-12651.6,-687.191,43.2249,4.98925,300,5,0,1804,0,1,0,0,0),(1993,687,0,1,1,11317,0,-13250.2,447.092,5.34076,5.01217,300,5,0,1829,0,1,0,0,0),(1992,687,0,1,1,11317,0,-13283.9,478.55,4.88579,0.062541,300,10,0,1829,0,1,0,0,0),(1991,687,0,1,1,11317,0,-13081.4,420.166,26.1687,1.73861,300,5,0,1829,0,1,0,0,0),(1990,687,0,1,1,11317,0,-13021.8,349.124,19.344,2.51872,300,5,0,1829,0,1,0,0,0),(1989,687,0,1,1,11317,0,-13177.6,437.064,12.7149,5.30765,300,5,0,1829,0,1,0,0,0),(1988,681,0,1,1,598,0,-11591.7,208.334,16.1682,0.774792,300,5,0,1050,0,1,0,0,0),(1987,687,0,1,1,11317,0,-13215.3,469.203,5.14609,0.542666,300,5,0,1829,0,1,0,0,0),(1986,681,0,1,1,598,0,-11575.8,111.379,17.4469,5.47845,300,10,0,1050,0,1,0,0,0),(1985,687,0,1,1,11317,0,-12978.5,247.889,17.705,4.69027,300,5,0,1829,0,1,0,0,0),(1984,681,0,1,1,598,0,-11490.3,265.889,19.0247,0.624943,300,5,0,1050,0,1,0,0,0),(1983,687,0,1,1,11317,0,-13018.7,412.957,21.7158,0.099127,300,5,0,1829,0,1,0,0,0),(1982,905,0,1,1,705,0,-11780.4,-366.494,6.53847,4.9603,300,5,0,1107,0,1,0,0,0),(1981,681,0,1,1,598,0,-11575.8,152.607,18.9628,6.22845,300,10,0,1050,0,1,0,0,0),(1980,1096,0,1,1,7197,1,-12053.1,-677.673,16.8367,4.13413,300,5,0,1160,1067,1,0,0,0),(1979,687,0,1,1,11317,0,-13108.7,381.356,15.6093,2.13072,300,10,0,1829,0,1,0,0,0),(1978,905,0,1,1,705,0,-11674.8,-286.241,5.55464,0.670613,300,5,0,1107,0,1,0,0,0),(1977,687,0,1,1,11317,0,-13043.7,309.481,21.6071,5.796,300,10,0,1829,0,1,0,0,0),(1976,667,0,1,1,4632,1,-12913.9,-818.981,58.3478,5.38456,300,5,0,1678,0,1,0,0,0),(1975,687,0,1,1,11317,0,-12982.1,377.878,21.6911,1.08968,300,5,0,1829,0,1,0,0,0),(1974,671,0,1,1,4580,1,-11615.7,645.494,59.8066,2.14026,300,3,0,1469,0,1,0,0,0),(1973,681,0,1,1,598,0,-11525.5,215.051,17.694,1.69004,300,5,0,1050,0,1,0,0,0),(1972,681,0,1,1,598,0,-11685,-54.2969,17.589,5.66702,300,10,0,1050,0,1,0,0,0),(1971,683,0,1,1,2437,0,-11771.2,-14.8227,30.5954,5.28926,300,0,0,1050,0,0,0,0,0),(1970,687,0,1,1,11317,0,-13047.6,375.794,19.3066,2.32783,300,10,0,1829,0,1,0,0,0),(1969,1150,0,1,1,1039,0,-11650.2,-250.292,5.68792,5.59137,300,5,0,1050,0,1,0,0,0),(1968,1907,0,1,1,4923,1,-13747.8,497.911,60.6929,0.03108,300,3,0,2059,0,1,0,0,0),(1967,687,0,1,1,11317,0,-13022,297.816,18.3315,1.98183,300,10,0,1829,0,1,0,0,0),(1966,1907,0,1,1,4923,1,-13709.8,494.639,47.8328,6.20649,300,5,0,2059,0,1,0,0,0),(1965,687,0,1,1,11317,0,-13013.3,212.142,20.5296,3.09076,300,5,0,1829,0,1,0,0,0),(1964,1907,0,1,1,4923,1,-13878.8,501.771,95.6992,0.410636,300,5,0,2059,0,1,0,0,0),(1963,780,0,1,1,4616,1,-12852.1,-852.084,54.9643,4.68561,300,5,0,1357,1236,1,0,0,0),(1962,687,0,1,1,11317,0,-12723.4,118.462,8.86663,0.365631,300,5,0,1829,0,1,0,0,0),(1961,1907,0,1,1,4923,1,-13826.1,494.98,83.3073,0.109579,300,2,0,2059,0,1,0,0,0),(1960,1907,0,1,1,4923,1,-13848.2,481.084,92.7165,4.84837,300,3,0,2059,0,1,0,0,0),(1959,687,0,1,1,11317,0,-12948.2,277.642,18.1618,2.80501,300,5,0,1829,0,1,0,0,0),(1958,1907,0,1,1,4923,1,-13819.8,444.599,90.8997,0.801547,300,5,0,2059,0,1,0,0,0),(1957,696,0,1,1,4622,1,-12874.6,-887.234,54.6683,5.23057,300,5,0,1678,0,1,0,0,0),(1956,701,0,1,1,4577,1,-11636.5,460.606,43.0045,4.20624,300,0,0,1064,1007,0,0,0,0),(1955,687,0,1,1,11317,0,-12900.3,207.685,18.2302,3.67721,300,5,0,1829,0,1,0,0,0),(1954,1907,0,1,1,4923,1,-13853.7,434.658,91.2196,2.16421,300,5,0,2059,0,1,0,0,0),(1953,1907,0,1,1,4923,1,-13865.7,431.82,92.3035,2.74821,300,3,0,2059,0,1,0,0,0),(1952,780,0,1,1,4616,1,-12820.6,-815.391,60.4378,2.0738,300,5,0,1357,1236,1,0,0,0),(1951,1907,0,1,1,4923,1,-13908.8,420.657,98.8704,4.56638,300,5,0,2059,0,1,0,0,0),(1950,1114,0,1,1,845,0,-12787.2,-821.887,71.9082,1.52785,300,5,0,1804,0,1,0,0,0),(1949,687,0,1,1,11317,0,-12751.7,87.2924,10.5272,6.14817,300,5,0,1829,0,1,0,0,0),(1948,1907,0,1,1,4923,1,-13915.7,440.323,100.569,2.4658,300,5,0,2059,0,1,0,0,0),(1947,698,0,1,1,320,0,-11647.2,463.771,43.0044,4.79965,300,0,0,1279,0,0,0,0,0),(1946,667,0,1,1,4632,1,-12877.6,-573.535,51.1375,4.52403,300,3,0,1678,0,1,0,0,0),(1945,696,0,1,1,4622,1,-12849,-549.239,50.1049,4.08108,300,3,0,1678,0,1,0,0,0),(1944,687,0,1,1,11317,0,-12904.1,186.247,18.607,0.119507,300,5,0,1829,0,1,0,0,0),(1943,1114,0,1,1,845,0,-12687.9,-855.007,56.6605,3.74529,300,10,0,1804,0,1,0,0,0),(12008,2585,0,1,1,4143,1,-1525.11,-1875.93,69.5533,6.11612,400,0,0,1604,0,0,0,0,0),(12007,2584,0,1,1,4138,1,-1544.4,-1859.49,67.1092,1.49143,400,0,0,1336,0,2,0,0,0),(1942,1114,0,1,1,845,0,-12723.6,-684.266,58.8648,1.11588,300,5,0,1804,0,1,0,0,0),(1941,660,0,1,1,4581,1,-11517,717.09,61.3042,2.32129,300,0,0,1257,1142,0,0,0,0),(1940,660,0,1,1,4581,1,-11545.3,674.327,61.3042,1.58696,300,0,0,1257,1142,0,0,0,0),(1939,1557,0,1,1,838,0,-13828.4,25.4213,29.0691,3.44483,300,0,0,1829,0,0,0,0,0),(1938,597,0,1,1,4579,1,-11568.5,704.001,59.5396,5.19147,300,0,0,1469,0,0,0,0,0),(1937,660,0,1,1,4581,1,-11593.4,687.518,60.1976,4.64807,300,0,0,1257,1142,0,0,0,0),(1936,660,0,1,1,4581,1,-11585.1,679.562,59.6976,0.187086,300,0,0,1257,1142,0,0,0,0),(1935,1152,0,1,1,833,0,-12436,-244.614,15.9766,0.85236,300,5,0,1403,0,1,0,0,0),(1934,597,0,1,1,4579,1,-11590.8,694.557,60.3226,1.47736,300,0,0,1469,0,0,0,0,0),(1933,1085,0,1,1,698,0,-11947.7,81.276,15.732,2.40181,300,5,0,1279,0,1,0,0,0),(1932,772,0,1,1,614,0,-12651.1,-282.201,19.6694,0.17036,300,5,0,1536,0,1,0,0,0),(1931,588,0,1,1,4575,1,-11664.5,459.877,42.9383,5.16617,300,0,0,1279,0,0,0,0,0),(1930,684,0,1,1,633,0,-12866.1,-276.616,5.04852,2.08677,300,10,0,1536,0,1,0,0,0),(1929,671,0,1,1,4580,1,-11544.3,709.01,60.2896,0.04305,300,3,0,1469,0,1,0,0,0),(1928,699,0,1,1,4576,1,-11650.2,463.512,43.0984,4.79965,300,0,0,1279,0,0,0,0,0),(1927,595,0,1,1,4574,1,-11650.5,541.942,47.7986,4.5916,300,3,0,1279,0,1,0,0,0),(1926,701,0,1,1,4577,1,-11654.4,532.546,45.6481,4.61793,300,3,0,1064,1007,1,0,0,0),(1925,701,0,1,1,4577,1,-11647.9,484.69,42.8809,4.45553,300,5,0,1064,1007,1,0,0,0),(1924,588,0,1,1,4575,1,-11619.1,587.024,49.0494,2.43197,300,5,0,1279,0,1,0,0,0),(1923,772,0,1,1,614,0,-12773.7,-364.65,10.2239,-0.027463,300,5,0,1536,0,1,0,0,0),(1922,1558,0,1,1,844,0,-13719.3,-197.223,22.2587,1.30248,300,5,0,1981,0,1,0,0,0),(1921,682,0,1,1,320,0,-11817.2,284.759,18.0271,5.41488,300,5,0,1163,0,1,0,0,0),(1920,772,0,1,1,614,0,-12740.9,-22.3074,9.20442,2.0834,300,5,0,1536,0,1,0,0,0),(1919,597,0,1,1,4579,1,-11571.6,669.291,59.4476,3.3501,300,0,0,1469,0,0,0,0,0),(1918,854,0,1,1,615,0,-13039.4,260.691,21.2641,1.15192,300,5,0,1469,0,1,0,0,0),(1917,687,0,1,1,11317,0,-13045,265.655,22.3769,0.349066,300,5,0,1829,0,1,0,0,0),(1916,772,0,1,1,614,0,-12907.7,-407.618,12.1279,0.521576,300,5,0,1536,0,1,0,0,0),(1915,1152,0,1,1,833,0,-12390.4,-296.731,7.50209,4.00227,300,5,0,1403,0,1,0,0,0),(1914,772,0,1,1,614,0,-12860.3,-416.644,13.7714,4.22427,300,10,0,1536,0,1,0,0,0),(6129,6177,0,1,1,0,1,-5784.32,-2055.22,408.232,0.05236,180,0,0,148,165,0,0,0,0),(6130,1116,0,1,1,0,1,-5736.76,-1888.81,400.159,6.08237,180,0,0,176,0,0,0,0,0),(12006,2733,0,1,1,4040,1,-1556.97,-3029.93,13.7285,5.98648,400,0,0,1469,0,0,0,0,0),(1913,937,0,1,1,4443,1,-11704.6,-724.98,49.8275,5.25822,300,5,0,1163,0,1,0,0,0),(1912,772,0,1,1,614,0,-12681.1,-305.207,13.6782,4.60864,300,3,0,1536,0,1,0,0,0),(1911,687,0,1,1,11317,0,-12953.8,220.107,17.5266,2.90861,300,5,0,1829,0,1,0,0,0),(1910,854,0,1,1,615,0,-13004,172.243,22.0472,1.41372,300,0,0,1469,0,0,0,0,0),(1909,687,0,1,1,11317,0,-13000.5,171.85,21.6897,1.71042,300,0,0,1829,0,0,0,0,0),(1908,854,0,1,1,615,0,-13068.4,223.053,23.3671,0.122173,300,5,0,1469,0,1,0,0,0),(1907,687,0,1,1,11317,0,-13067.9,229.13,23.0706,5.79449,300,5,0,1829,0,1,0,0,0),(1906,597,0,1,1,4579,1,-11556.3,662.833,60.0542,2.53055,300,5,0,1469,0,1,0,0,0),(1905,854,0,1,1,615,0,-12976,179.724,18.9694,1.51844,300,0,0,1469,0,0,0,0,0),(1904,687,0,1,1,11317,0,-12971,178.845,19.3534,2.00713,300,0,0,1829,0,0,0,0,0),(1902,687,0,1,1,11317,0,-12943.6,150.676,23.1953,1.22803,300,5,0,1829,0,1,0,0,0),(1901,937,0,1,1,4443,1,-11657.7,-621.801,30.0425,1.80564,300,0,0,1163,0,0,0,0,0),(1900,684,0,1,1,633,0,-12566.7,-248.508,17.356,0.316794,300,5,0,1536,0,1,0,0,0),(1899,684,0,1,1,633,0,-12585.8,-291.52,17.8689,3.99338,300,5,0,1536,0,1,0,0,0),(1880,940,0,1,1,4436,1,-11680,-585.239,29.6644,0.986582,300,2,0,977,935,1,0,0,0),(1879,681,0,1,1,598,0,-11871.5,-20.6267,38.8987,2.37553,300,5,0,1050,0,1,0,0,0),(1878,595,0,1,1,4574,1,-11692.9,660.16,48.8266,5.14774,300,2,0,1279,0,1,0,0,0),(1877,736,0,1,1,599,0,-11554.5,344.974,44.5138,3.96104,300,5,0,1163,0,1,0,0,0),(1876,937,0,1,1,4443,1,-11582.5,-559.468,28.9843,2.35343,300,5,0,1163,0,1,0,0,0),(1875,682,0,1,1,320,0,-11574.6,372.755,44.6122,5.61867,300,10,0,1163,0,1,0,0,0),(1874,685,0,1,1,788,0,-11841.5,579.888,42.3934,5.51937,300,10,0,1221,0,1,0,0,0),(1873,772,0,1,1,614,0,-12613,-78.5322,18.2388,6.14421,300,5,0,1536,0,1,0,0,0),(1872,772,0,1,1,614,0,-12681,-153.979,20.5652,4.26287,300,5,0,1536,0,1,0,0,0),(1871,687,0,1,1,11317,0,-12876.7,11.2347,17.9617,1.67455,300,10,0,1829,0,1,0,0,0),(1870,772,0,1,1,614,0,-12704.8,-108.278,11.7571,0.601868,300,10,0,1536,0,1,0,0,0),(1869,682,0,1,1,320,0,-11884,-786.599,31.3556,3.72959,300,10,0,1163,0,1,0,0,0),(1868,682,0,1,1,320,0,-11817.7,-515.266,16.7378,2.38274,300,5,0,1163,0,1,0,0,0),(1867,687,0,1,1,11317,0,-12824.3,9.99175,9.00657,3.78296,300,10,0,1829,0,1,0,0,0),(1866,684,0,1,1,633,0,-12028.2,-847.941,41.6001,2.29809,300,5,0,1536,0,1,0,0,0),(1865,684,0,1,1,633,0,-12052.5,-952.927,48.3519,4.24438,300,5,0,1536,0,1,0,0,0),(1863,1151,0,1,1,2548,0,-11988.2,786.306,10.8121,2.98179,300,3,0,1403,0,1,0,0,0),(1862,1151,0,1,1,2548,0,-11919.8,773.787,3.75423,5.01962,300,5,0,1403,0,1,0,0,0),(1861,780,0,1,1,4616,1,-12845.9,-570.685,61.32,1.98168,300,5,0,1357,1236,1,0,0,0),(1860,1085,0,1,1,698,0,-11943.6,223.182,15.7884,0.987879,300,5,0,1279,0,1,0,0,0),(1859,1085,0,1,1,698,0,-11953.4,151.657,21.3806,6.13444,300,5,0,1279,0,1,0,0,0),(1858,1150,0,1,1,1039,0,-11656.9,-325.357,15.3805,5.37029,300,5,0,1050,0,1,0,0,0),(1857,686,0,1,1,788,0,-12082.5,-187.014,28.4353,4.6497,300,5,0,1403,0,1,0,0,0),(1856,682,0,1,1,320,0,-11552.6,280.785,39.0944,4.21993,300,10,0,1163,0,1,0,0,0),(1855,1151,0,1,1,2548,0,-11978.5,553.826,1.43868,4.92187,300,5,0,1403,0,1,0,0,0),(1854,686,0,1,1,788,0,-12008.8,-192.47,16.2357,5.18892,300,5,0,1403,0,1,0,0,0),(1853,1085,0,1,1,698,0,-12008.3,-41.6684,16.0434,0.491039,300,5,0,1279,0,1,0,0,0),(1852,1085,0,1,1,698,0,-11985.5,-13.926,15.8115,5.44659,300,5,0,1279,0,1,0,0,0),(1851,4458,0,1,1,478,1,-12050.1,-35.2786,16.0184,2.96595,300,5,0,1403,0,1,0,0,0),(1850,1085,0,1,1,698,0,-11954.6,-45.8162,15.9723,2.11545,300,5,0,1279,0,1,0,0,0),(1849,1085,0,1,1,698,0,-11971.2,-79.0433,3.71295,4.9764,300,3,0,1279,0,1,0,0,0),(1848,667,0,1,1,4632,1,-12879.6,-653.03,54.8808,5.68738,300,3,0,1678,0,1,0,0,0),(1847,736,0,1,1,599,0,-11622.6,276.726,42.7238,3.75504,300,10,0,1163,0,1,0,0,0),(1846,27704,1,1,1,0,1,-3738.56,-4442.27,56.2398,0.41887,300,0,0,1,0,2,0,0,0),(1845,1085,0,1,1,698,0,-11995.4,53.3467,7.17649,2.84978,300,10,0,1279,0,1,0,0,0),(1844,682,0,1,1,320,0,-11649.1,323.691,41.6854,1.63823,300,10,0,1163,0,1,0,0,0),(1843,687,0,1,1,11317,0,-12751.6,142.875,13.301,1.36862,300,5,0,1829,0,1,0,0,0),(1842,1114,0,1,1,845,0,-12778.6,-610.438,59.0586,2.81111,300,5,0,1804,0,1,0,0,0),(1841,685,0,1,1,788,0,-11895.8,560.891,45.7183,3.95479,300,5,0,1221,0,1,0,0,0),(1840,736,0,1,1,599,0,-11789.9,383.486,43.5087,1.37225,300,10,0,1163,0,1,0,0,0),(1839,1096,0,1,1,7197,1,-12121.8,-559.539,13.432,4.91622,300,5,0,1160,1067,1,0,0,0),(1838,685,0,1,1,788,0,-11918.1,514.156,46.018,5.90702,300,5,0,1221,0,1,0,0,0),(1837,686,0,1,1,788,0,-12355.8,-176.43,20.1582,1.2191,300,5,0,1403,0,1,0,0,0),(1836,690,0,1,1,8797,0,-12919.4,-105.87,6.13475,0.892037,300,10,0,1678,0,1,0,0,0),(1835,690,0,1,1,8797,0,-12845.9,-46.4707,7.87176,5.56693,300,10,0,1678,0,1,0,0,0),(1834,690,0,1,1,8797,0,-12982,-54.6883,10.5361,4.87897,300,5,0,1678,0,1,0,0,0),(1833,1152,0,1,1,833,0,-12070.7,-470.321,9.01655,3.48042,300,5,0,1403,0,1,0,0,0),(1832,686,0,1,1,788,0,-12214.8,-260.129,18.6681,4.46969,300,5,0,1403,0,1,0,0,0),(1831,690,0,1,1,8797,0,-13022.3,-88.1126,11.8619,4.00172,300,10,0,1678,0,1,0,0,0),(1830,685,0,1,1,788,0,-11877.1,479.703,43.3514,4.34451,300,10,0,1221,0,1,0,0,0),(1829,1152,0,1,1,833,0,-12084.4,-415.625,9,1.57919,300,5,0,1403,0,1,0,0,0),(1828,1096,0,1,1,7197,1,-12058.2,-534.057,11.6931,2.76362,300,5,0,1160,1067,1,0,0,0),(1827,690,0,1,1,8797,0,-12980.4,-111.96,13.2596,0.908401,300,10,0,1678,0,1,0,0,0),(1826,1152,0,1,1,833,0,-12112.3,-378.577,11.4291,6.18252,300,5,0,1403,0,1,0,0,0),(1825,1152,0,1,1,833,0,-12218,-380.63,15.1063,2.96827,300,5,0,1403,0,1,0,0,0),(1824,686,0,1,1,788,0,-12288.8,-52.2847,31.4475,4.24141,300,5,0,1403,0,1,0,0,0),(1733,736,0,1,1,599,0,-11617.6,410.496,46.7766,4.12552,300,5,0,1163,0,1,0,0,0),(1714,772,0,1,1,614,0,-12841.7,-208.334,10.465,0.4744,300,5,0,1536,0,1,0,0,0),(1713,681,0,1,1,598,0,-11718.9,-74.9818,11.6402,5.95711,300,5,0,1050,0,1,0,0,0),(1712,690,0,1,1,8797,0,-12879.3,-151.459,10.2591,2.5878,300,5,0,1678,0,1,0,0,0),(1711,736,0,1,1,599,0,-11649.1,249.097,37.4208,0.560499,300,10,0,1163,0,1,0,0,0),(1710,690,0,1,1,8797,0,-12885.7,-213.9,3.95515,2.11991,300,5,0,1678,0,1,0,0,0),(1709,1152,0,1,1,833,0,-12424,-338.98,15.6376,5.52438,300,5,0,1403,0,1,0,0,0),(12005,2618,0,1,1,4030,1,-1553.38,-3050.03,12.9359,2.8323,400,5,0,1221,0,1,0,0,0),(12004,2619,0,1,1,4032,1,-1576.69,-3064.7,12.9802,1.69191,400,5,0,1279,0,1,0,0,0),(12003,2618,0,1,1,4030,1,-1506.02,-3021.27,12.7417,0.99972,400,3,0,1221,0,1,0,0,0),(12002,2555,0,1,1,3995,1,-1713.23,-3489.25,54.5515,1.03113,400,5,0,1021,963,1,0,0,0),(12001,2619,0,1,1,4032,1,-1477.48,-3006.94,12.38,3.003,400,5,0,1279,0,1,0,0,0),(12000,2619,0,1,1,4032,1,-1437.09,-3114.05,12.573,0.501918,400,5,0,1279,0,1,0,0,0),(11999,2554,0,1,1,3992,1,-1713.62,-3501.39,59.8543,0.947723,400,5,0,1163,0,1,0,0,0),(11998,2554,0,1,1,3991,1,-1581.15,-3502.02,64.4481,5.46015,400,3,0,1163,0,1,0,0,0),(11994,2554,0,1,1,3991,1,-1545.22,-3412.28,48.3283,4.35871,400,5,0,1163,0,1,0,0,0),(11993,10696,0,1,1,4137,1,-1301.44,-2581.84,65.3777,3.58672,400,3,0,3170,0,1,0,0,0),(11991,2563,0,1,1,1103,0,-1296.48,-3452.65,43.0661,0.076322,400,10,0,1163,0,1,0,0,0),(11990,10696,0,1,1,4137,1,-1325.31,-2514.43,65.7108,4.36194,400,0,0,3170,0,2,0,0,0),(11989,10696,0,1,1,4138,1,-1293.79,-2462.41,37.2271,2.9147,400,0,0,3170,0,0,0,0,0),(11988,10696,0,1,1,4137,1,-1297.82,-2470.11,36.3428,2.19912,400,0,0,3170,0,0,0,0,0),(11987,10696,0,1,1,4138,1,-1267.74,-2494.85,22.2367,5.37035,400,0,0,3170,0,2,0,0,0),(11986,2560,0,1,1,180,0,-850.313,-2201.3,42.3874,1.20517,400,10,0,1221,0,1,0,0,0),(11985,10696,0,1,1,4138,1,-1347.51,-2420.07,60.0086,4.61657,400,0,0,3170,0,2,0,0,0),(11984,2560,0,1,1,180,0,-981.326,-2312.65,51.0202,3.02471,400,5,0,1221,0,1,0,0,0),(11983,2560,0,1,1,180,0,-1055.65,-2445.43,54.8936,2.83781,400,5,0,1221,0,1,0,0,0),(11982,2559,0,1,1,11316,0,-1019.5,-3299.55,53.2934,5.25899,400,10,0,1050,0,1,0,0,0),(11981,2560,0,1,1,180,0,-1016.39,-2313.08,47.4585,3.87572,400,5,0,1221,0,1,0,0,0),(11980,2559,0,1,1,11316,0,-976.055,-3238.75,57.1854,4.8792,400,10,0,1050,0,1,0,0,0),(11979,2560,0,1,1,180,0,-980.998,-2349.49,50.118,1.12201,400,5,0,1221,0,1,0,0,0),(11978,2560,0,1,1,180,0,-1019.97,-2230.33,59.9111,4.72216,400,10,0,1221,0,1,0,0,0),(11977,2589,0,1,1,3987,1,-761.055,-1979.22,34.6042,6.13435,400,3,0,1107,0,1,0,0,0),(11976,2586,0,1,1,3984,1,-744.846,-1990.65,34.3902,3.29374,400,3,0,1050,0,1,0,0,0),(11975,2587,0,1,1,3983,1,-764.147,-1985.69,34.5763,0.506708,400,3,0,1163,0,1,0,0,0),(11974,2587,0,1,1,3983,1,-760.938,-1993.53,34.5926,5.80461,400,0,0,1163,0,0,0,0,0),(11973,2592,0,1,1,9587,0,-1547.96,-2182.48,17.2277,1.80732,400,10,0,1604,0,1,0,0,0),(11972,2592,0,1,1,9587,0,-1545.33,-2151.53,17.4597,1.28753,400,10,0,1604,0,1,0,0,0),(11971,2592,0,1,1,9587,0,-1555.31,-2216.14,30.4497,4.19764,400,5,0,1604,0,1,0,0,0),(11970,2559,0,1,1,11316,0,-781.369,-3379.26,79.2393,3.49991,400,5,0,1050,0,1,0,0,0),(11969,2565,0,1,1,1104,0,-1443.5,-2876.94,37.6187,1.33961,400,10,0,1403,0,1,0,0,0),(11968,2559,0,1,1,11316,0,-1188.54,-2778.4,53.2011,2.33806,400,10,0,1050,0,1,0,0,0),(11967,2559,0,1,1,11316,0,-1027.31,-3039.03,47.2546,5.55022,400,10,0,1050,0,1,0,0,0),(1708,736,0,1,1,599,0,-11585,306.95,42.7036,5.76003,300,10,0,1163,0,1,0,0,0),(1707,772,0,1,1,614,0,-12822.1,-150.036,10.3581,1.95566,300,5,0,1536,0,1,0,0,0),(1706,681,0,1,1,598,0,-11913.7,4.93999,30.5784,4.86919,300,5,0,1050,0,1,0,0,0),(1705,1152,0,1,1,833,0,-12326.9,-344.25,16.3755,0.350715,300,5,0,1403,0,1,0,0,0),(1704,772,0,1,1,614,0,-12794.7,-419.504,15.2032,2.79503,300,10,0,1536,0,1,0,0,0),(1703,1114,0,1,1,845,0,-12485,-452.049,15.7423,2.27673,300,5,0,1804,0,1,0,0,0),(1702,772,0,1,1,614,0,-12791.7,-475,21.2411,2.54872,300,10,0,1536,0,1,0,0,0),(1701,772,0,1,1,614,0,-12823,-456.419,14.9604,0.720483,300,10,0,1536,0,1,0,0,0),(1700,1152,0,1,1,833,0,-12376.3,-340.79,18.8187,1.22503,300,5,0,1403,0,1,0,0,0),(1699,674,0,1,1,7202,1,-12952.3,-406.844,24.8913,0.925025,300,0,0,1829,0,0,0,0,0),(1698,772,0,1,1,614,0,-12879.3,-378.25,9.30467,3.42171,300,5,0,1536,0,1,0,0,0),(1697,736,0,1,1,599,0,-11789.3,244.272,15.913,2.14896,300,10,0,1163,0,1,0,0,0),(1696,1096,0,1,1,7197,1,-12013.3,-773.323,15.205,5.51075,300,5,0,1160,1067,1,0,0,0),(1695,681,0,1,1,598,0,-11684,-17.0546,15.9423,0.234861,300,10,0,1050,0,1,0,0,0),(1694,736,0,1,1,599,0,-11873,423.167,43.2502,2.83458,300,10,0,1163,0,1,0,0,0),(1692,681,0,1,1,598,0,-11721.1,56.7261,16.1835,5.18542,300,5,0,1050,0,1,0,0,0),(1691,683,0,1,1,2437,0,-11511.7,-282.032,38.22,4.36162,300,5,0,1050,0,1,0,0,0),(1690,1114,0,1,1,845,0,-12555,-453.012,27.6376,4.9808,300,5,0,1804,0,1,0,0,0),(1689,1152,0,1,1,833,0,-12473.2,-327.519,13.3538,5.57542,300,5,0,1403,0,1,0,0,0),(1688,772,0,1,1,614,0,-12854.2,-349.937,15.2196,3.87586,300,5,0,1536,0,1,0,0,0),(1687,674,0,1,1,7202,1,-13033.4,-422.727,54.2959,0.942478,300,0,0,1829,0,0,0,0,0),(1686,674,0,1,1,7202,1,-12930.5,-432.272,31.9485,0.244346,300,0,0,1829,0,0,0,0,0),(1685,772,0,1,1,614,0,-12768.4,-322.875,12.058,3.06739,300,5,0,1536,0,1,0,0,0),(1684,772,0,1,1,614,0,-12811.4,-246.76,18.1375,5.40466,300,5,0,1536,0,1,0,0,0),(6298,1116,0,1,1,0,1,-5729.95,-1878.76,399.7,0.15708,180,0,0,176,0,0,0,0,0),(6299,1117,0,1,1,0,1,-5725.38,-1876.18,399.7,3.57792,180,0,0,176,0,0,0,0,0),(6300,1117,0,1,1,0,1,-5720.96,-1890.72,400.7,4.01414,180,0,0,176,0,0,0,0,0),(6301,1117,0,1,1,0,1,-5713.44,-1875,400.325,2.63997,180,0,0,176,0,0,0,0,0),(6302,1116,0,1,1,0,1,-5721.69,-1865.04,399.724,4.87633,180,0,0,176,0,0,0,0,0),(6303,721,0,1,1,0,0,-5512.94,-1914.89,400.102,5.46832,180,10,0,1,0,1,0,0,0),(6304,1689,0,1,1,0,0,-5513.86,-1926.36,400.18,6.2617,180,0,0,176,0,0,0,0,0),(6305,1689,0,1,1,0,0,-5482.73,-1888.72,399.171,0.558185,180,0,0,176,0,0,0,0,0),(6306,1196,0,1,1,0,0,-5456.15,-1880.89,401.226,1.53009,180,10,0,164,0,1,0,0,0),(6307,1127,0,1,1,0,0,-5475.9,-1812.29,407.771,3.81908,180,0,0,137,0,0,0,0,0),(6308,1689,0,1,1,0,0,-5485.9,-1849.39,400.24,5.46936,180,0,0,176,0,0,0,0,0),(6309,1127,0,1,1,0,0,-5459.84,-1928.9,404.081,4.15527,180,0,0,137,0,0,0,0,0),(6310,1689,0,1,1,0,0,-5580.63,-2118.72,402.254,0.288692,180,5,0,176,0,1,0,0,0),(6311,1118,0,1,1,0,1,-5653.54,-2107.26,400.946,4.81279,180,5,0,222,0,1,0,0,0),(6312,1118,0,1,1,0,1,-5704.85,-2113.41,400.859,4.01139,180,5,0,222,0,1,0,0,0),(6313,1689,0,1,1,0,0,-5709.52,-2107.53,401.053,3.06704,180,5,0,176,0,1,0,0,0),(6314,1117,0,1,1,0,1,-5686.15,-2119.57,400.61,3.81152,180,5,0,176,0,1,0,0,0),(6315,1118,0,1,1,0,1,-5672.98,-2106,400.615,0.981678,180,5,0,222,0,1,0,0,0),(6316,1118,0,1,1,0,1,-5663.11,-2120.3,400.978,2.14675,180,0,0,222,0,0,0,0,0),(6317,1117,0,1,1,0,1,-5668.62,-2120.08,401.243,4.38078,180,0,0,176,0,0,0,0,0),(6318,1117,0,1,1,0,1,-5649.83,-2120.59,400.571,6.27184,180,5,0,176,0,1,0,0,0),(6319,1118,0,1,1,0,1,-5751.74,-2163.47,400.682,0.069813,180,0,0,222,0,0,0,0,0),(6320,721,0,1,1,0,0,-5704.01,-2155.43,414.866,3.8873,180,10,0,1,0,1,0,0,0),(6321,1118,0,1,1,0,1,-5773.77,-2108.05,400.633,5.89879,180,5,0,222,0,1,0,0,0),(6322,1117,0,1,1,0,1,-5783.03,-2125.94,401.723,4.38447,180,5,0,176,0,1,0,0,0),(6323,1117,0,1,1,0,1,-5806.63,-2080.29,401.573,1.49599,180,0,0,176,0,0,0,0,0),(6324,1689,0,1,1,0,0,-5824.76,-2075.19,400.758,3.03717,180,0,0,176,0,0,0,0,0),(6325,1689,0,1,1,0,0,-5767.96,-2123.71,401.721,2.07201,180,5,0,176,0,1,0,0,0),(6326,1127,0,1,1,0,0,-5756.74,-2099.08,401.181,1.53347,180,5,0,137,0,1,0,0,0),(6327,1117,0,1,1,0,1,-5851.44,-2061.23,400.741,1.58664,180,0,0,176,0,0,0,0,0),(6328,721,0,1,1,0,0,-5682.04,-2214.65,425.253,0.475058,180,10,0,1,0,1,0,0,0),(6329,1689,0,1,1,0,0,-5697.08,-2216.21,430.253,3.84138,180,5,0,176,0,1,0,0,0),(6330,1689,0,1,1,0,0,-5620.16,-2204.59,421.543,4.02515,180,5,0,176,0,1,0,0,0),(6331,721,0,1,1,0,0,-5614.6,-2210.97,422.193,1.25904,180,10,0,1,0,1,0,0,0),(6332,721,0,1,1,0,0,-5576.1,-2143.6,400.909,1.78353,180,10,0,1,0,1,0,0,0),(6333,1689,0,1,1,0,0,-5540.59,-2378.91,400.681,3.91127,180,5,0,176,0,1,0,0,0),(6334,721,0,1,1,0,0,-5531.46,-2362.01,400.888,5.92394,180,10,0,1,0,1,0,0,0),(6335,13076,0,1,1,0,1,-5564.03,-2361.04,400.5,2.01261,250,0,0,1910,0,2,0,0,0),(6336,13076,0,1,1,0,1,-5535.4,-2439.24,400.932,2.6529,250,0,0,1910,0,0,0,0,0),(6338,13076,0,1,1,0,1,-5536.79,-2392.37,400.772,3.21141,250,0,0,1910,0,0,0,0,0),(6339,1689,0,1,1,0,0,-5461.71,-2369.54,402.994,2.26052,180,0,0,176,0,0,0,0,0),(6340,1959,0,1,1,0,1,-5479.75,-2447.09,400.675,3.54302,190,0,0,726,0,0,0,0,0),(6341,1689,0,1,1,0,0,-5526.57,-2466.37,401.291,4.97299,180,0,0,176,0,0,0,0,0),(6342,1689,0,1,1,0,0,-5436.96,-2446.61,400.82,5.62642,180,0,0,176,0,0,0,0,0),(6343,721,0,1,1,0,0,-5431.24,-2390.28,402.47,2.59314,180,10,0,1,0,1,0,0,0),(6344,1196,0,1,1,0,0,-5473.11,-2141.55,413.534,1.07831,180,10,0,164,0,1,0,0,0),(6345,1689,0,1,1,0,0,-5502.81,-2082.62,400.475,1.7138,180,0,0,176,0,0,0,0,0),(6346,721,0,1,1,0,0,-5510.29,-2082.16,400.5,3.32857,180,10,0,1,0,1,0,0,0),(6347,721,0,1,1,0,0,-5425.17,-2149.71,400.712,0.245576,180,10,0,1,0,1,0,0,0),(6348,1689,0,1,1,0,0,-5437.94,-2145.82,401.087,5.86784,180,0,0,176,0,0,0,0,0),(6349,1127,0,1,1,0,0,-5395.82,-2148.19,405.932,5.23528,180,0,0,137,0,0,0,0,0),(6350,1689,0,1,1,0,0,-5399.14,-2127.66,400.982,3.1045,180,0,0,176,0,0,0,0,0),(6351,1689,0,1,1,0,0,-5318.98,-2189.3,424.709,3.54036,180,0,0,176,0,0,0,0,0),(6352,1689,0,1,1,0,0,-5317.21,-2141.46,420.23,0.285279,180,0,0,176,0,0,0,0,0),(6353,721,0,1,1,0,0,-5288.72,-2137.8,425.352,0.611846,180,10,0,1,0,1,0,0,0),(6354,721,0,1,1,0,0,-5310.51,-2197.95,424.622,6.24939,180,10,0,1,0,1,0,0,0),(6355,1127,0,1,1,0,0,-5297.82,-2128.87,424.917,5.16404,180,0,0,137,0,0,0,0,0),(6356,13076,0,1,1,0,1,-5192.67,-2284.61,400.707,5.48033,250,0,0,1910,0,0,0,0,0),(6357,1960,0,1,1,0,1,-5163.74,-2329.58,400.675,1.46608,180,0,0,386,0,0,0,0,0),(6358,13076,0,1,1,0,1,-5175.93,-2326.68,400.778,1.16937,250,0,0,1910,0,0,0,0,0),(6359,1689,0,1,1,0,0,-5129.17,-2295.83,400.547,4.31973,180,0,0,176,0,0,0,0,0),(6360,1689,0,1,1,0,0,-5117.64,-2258.74,400.321,3.99517,180,5,0,176,0,1,0,0,0),(6361,13076,0,1,1,0,1,-5100.96,-2275.54,400.297,5.28835,250,0,0,1910,0,0,0,0,0),(6362,13076,0,1,1,0,1,-5065.83,-2318.03,412.623,0.279253,250,0,0,1910,0,0,0,0,0),(6363,1201,0,1,1,0,0,-5111.65,-2247.34,400.825,5.14892,180,10,0,137,0,1,0,0,0),(6364,13076,0,1,1,0,1,-5001.71,-2292.66,408.549,5.32325,250,0,0,1910,0,0,0,0,0),(6365,13076,0,1,1,0,1,-5029.86,-2311.39,402.108,0.698132,250,0,0,1910,0,0,0,0,0),(6366,1689,0,1,1,0,0,-5042.58,-2270.75,400.712,0.847772,180,5,0,176,0,1,0,0,0),(6367,13076,0,1,1,0,1,-5001.43,-2312.56,405.774,0.017576,250,0,0,1910,0,0,0,0,0),(6368,1127,0,1,1,0,0,-5046.78,-2210.7,400.779,0.669971,180,5,0,137,0,1,0,0,0),(6369,1689,0,1,1,0,0,-5034.7,-2178.65,406.084,0.508237,180,5,0,176,0,1,0,0,0),(6370,1689,0,1,1,0,0,-5016.53,-2145.6,403.455,5.50884,180,5,0,176,0,1,0,0,0),(6371,1201,0,1,1,0,0,-5057.21,-2155.61,401.272,3.37805,180,10,0,137,0,1,0,0,0),(6372,1201,0,1,1,0,0,-5068.7,-2086.72,421.771,1.81341,180,10,0,137,0,1,0,0,0),(6373,1201,0,1,1,0,0,-5037.98,-2099.96,418.704,1.23053,180,10,0,137,0,1,0,0,0),(6374,1961,0,1,1,0,0,-5116.94,-2054.59,426.963,1.33575,180,0,0,222,0,0,0,0,0),(6375,1201,0,1,1,0,0,-5098.37,-2091.35,414.859,0.355113,180,10,0,137,0,1,0,0,0),(6376,1689,0,1,1,0,0,-4965.29,-2291.57,414.264,1.11568,180,0,0,176,0,0,0,0,0),(6377,13076,0,1,1,0,1,-4952.2,-2352.81,407.778,1.02974,250,0,0,1910,0,0,0,0,0),(35103,6144,1,1,1,4945,1,3646.65,-6145.89,-4.16293,3.3381,600,10,0,8232,0,1,0,0,0),(35102,6144,1,1,1,4945,1,3920.06,-6153.52,-4.10032,5.57692,600,10,0,8232,0,1,0,0,0),(35101,6144,1,1,1,4945,1,3421.25,-6003.88,-14.71,1.21648,600,10,0,8232,0,1,0,0,0),(35100,6144,1,1,1,4945,1,3294.96,-6018.01,-9.39021,6.24801,600,10,0,8232,0,1,0,0,0),(35099,6144,1,1,1,4945,1,3386.7,-6139.41,-8.86881,1.09693,600,10,0,8232,0,1,0,0,0),(35098,6144,1,1,1,4945,1,3155.39,-6293.89,-16.8557,5.32218,600,10,0,8232,0,1,0,0,0),(35097,6144,1,1,1,4945,1,3513.48,-6151.09,-18.5112,0.331613,600,0,0,8232,0,0,0,0,0),(35096,17406,1,1,1,16922,1,2937.8,-3303.97,154.931,5.35816,300,0,0,610,655,0,0,0,0),(35095,17406,1,1,1,16923,1,2941.96,-3296.69,155.379,5.51524,300,0,0,610,655,0,0,0,0),(35094,3834,1,1,1,2077,0,3082.53,-1654.43,176.842,1.15788,300,15,0,840,0,1,0,0,0),(35093,3834,1,1,1,2077,0,3170.55,-1631.9,171.583,4.48068,300,5,0,840,0,1,0,0,0),(35092,3834,1,1,1,2077,0,2960.89,-1873.78,168.382,1.23425,300,10,0,840,0,1,0,0,0),(35091,3834,1,1,1,2077,0,3181.96,-1763.63,172.578,5.48744,300,5,0,840,0,1,0,0,0),(35090,3834,1,1,1,2077,0,3286.47,-1688.05,176.913,0.601534,300,15,0,840,0,1,0,0,0),(35089,3834,1,1,1,2077,0,3465.29,-1602.21,167.684,0.765387,300,15,0,840,0,1,0,0,0),(35088,3834,1,1,1,2077,0,3008.74,-1847.65,170.994,0.244505,300,10,0,840,0,1,0,0,0),(35087,3833,1,1,1,150,0,2708.6,-1873.12,234.511,4.18879,300,0,0,684,693,0,0,0,0),(35086,3833,1,1,1,150,0,2703.92,-1888.03,234.367,1.50098,300,0,0,684,693,0,0,0,0),(35065,3825,1,1,1,776,0,2540,-2699.17,147.86,0.322059,300,15,0,840,0,1,0,0,0),(35063,3825,1,1,1,776,0,2523.63,-2600.83,161.702,6.16186,300,10,0,840,0,1,0,0,0),(35062,3825,1,1,1,776,0,2535.42,-2451.18,163.052,2.32746,300,5,0,840,0,1,0,0,0),(35061,3825,1,1,1,776,0,2565.88,-2531.22,165.068,4.95962,300,5,0,840,0,1,0,0,0),(35060,3825,1,1,1,776,0,2544.39,-2550.26,161.206,4.86919,300,5,0,840,0,1,0,0,0),(35059,3825,1,1,1,776,0,2473.53,-2679.44,151.504,2.29679,300,5,0,840,0,1,0,0,0),(35058,3825,1,1,1,776,0,1997.6,-2199.12,98.6572,4.9872,300,5,0,840,0,1,0,0,0),(35057,3825,1,1,1,776,0,2542.33,-2789.02,161.782,5.44317,300,10,0,840,0,1,0,0,0),(35056,3825,1,1,1,776,0,3359.95,-1602.17,167.868,3.36421,300,15,0,840,0,1,0,0,0),(35055,3825,1,1,1,776,0,2908.16,-1791.66,186.433,6.12831,300,10,0,840,0,1,0,0,0),(35054,3825,1,1,1,776,0,3072.8,-1697.46,172.119,0.635689,300,10,0,840,0,1,0,0,0),(35053,3825,1,1,1,776,0,2010.67,-2063.49,114.425,1.14269,300,5,0,840,0,1,0,0,0),(35052,3825,1,1,1,776,0,2442.89,-2446.88,185.883,2.63601,300,5,0,840,0,1,0,0,0),(6439,21338,545,3,1,0,1,-291.306,-148.15,-7.88785,3.79155,86400,0,0,5589,3155,0,0,0,0),(35051,3825,1,1,1,776,0,2047.03,-2088.85,124.271,3.42257,300,5,0,840,0,1,0,0,0),(35050,3825,1,1,1,776,0,2171.86,-2333.88,118.615,2.86856,300,5,0,840,0,1,0,0,0),(35049,3825,1,1,1,776,0,2161.27,-2248.56,106.542,6.2402,300,0,0,840,0,2,0,0,0),(35048,3825,1,1,1,776,0,2202.58,-2358,116.265,2.66703,300,5,0,840,0,1,0,0,0),(35047,3825,1,1,1,776,0,2071.4,-2290.64,107.603,1.32108,300,5,0,840,0,1,0,0,0),(35046,3825,1,1,1,776,0,2213.79,-2255.42,105.762,1.67985,300,5,0,840,0,1,0,0,0),(35045,3825,1,1,1,776,0,1979.45,-2139.06,98.6905,2.4159,300,5,0,840,0,1,0,0,0),(35044,3825,1,1,1,776,0,2015.24,-2087.54,117.308,1.49252,300,5,0,840,0,1,0,0,0),(35043,3825,1,1,1,776,0,2932.98,-1938.41,170.048,3.66029,300,5,0,840,0,1,0,0,0),(35042,3825,1,1,1,776,0,3013.33,-1815.38,167.883,5.99845,300,10,0,840,0,1,0,0,0),(35041,3825,1,1,1,776,0,2775.57,-2012.13,164.004,2.69897,300,5,0,840,0,1,0,0,0),(35040,3825,1,1,1,776,0,2014.53,-2232.87,112.183,1.82305,300,10,0,840,0,1,0,0,0),(35039,3824,1,1,1,1207,0,1979.09,-1886.49,99.6084,1.89615,300,5,0,617,0,1,0,0,0),(35038,3824,1,1,1,1207,0,1994.03,-1458.21,83.4046,5.22935,300,15,0,617,0,1,0,0,0),(35037,3824,1,1,1,1207,0,2001.39,-1452.62,86.2067,0.546281,300,15,0,617,0,1,0,0,0),(35036,3824,1,1,1,1207,0,2051.03,-1700.61,69.5987,2.63102,300,10,0,617,0,1,0,0,0),(35035,3824,1,1,1,1207,0,1968.97,-1391.8,95.233,4.06068,300,5,0,617,0,1,0,0,0),(35034,3824,1,1,1,1207,0,1944.2,-1440.43,87.2813,0.056691,300,10,0,617,0,1,0,0,0),(35033,3824,1,1,1,1207,0,1977.83,-1575.94,62.996,2.08946,300,15,0,617,0,1,0,0,0),(35032,3824,1,1,1,1207,0,2040.9,-1629.16,64.6256,3.63626,300,5,0,617,0,1,0,0,0),(35031,3824,1,1,1,1207,0,1841.71,-1728.75,61.4689,5.52665,300,5,0,617,0,1,0,0,0),(35030,3824,1,1,1,1207,0,1785.52,-1472.76,105.928,2.65398,300,5,0,617,0,1,0,0,0),(35029,3824,1,1,1,1207,0,2075.58,-1666.31,66.5291,1.18848,300,10,0,617,0,1,0,0,0),(35028,3824,1,1,1,1207,0,1811.61,-1535.49,84.9908,3.98364,300,5,0,617,0,1,0,0,0),(35027,3824,1,1,1,1207,0,2075.49,-1685.23,68.5434,2.09057,300,10,0,617,0,1,0,0,0),(35026,3824,1,1,1,1207,0,1934.12,-1756.52,63.9327,3.0222,300,15,0,617,0,1,0,0,0),(35025,3824,1,1,1,1207,0,1717.27,-1481.24,119.369,2.42801,300,5,0,617,0,1,0,0,0),(35024,3824,1,1,1,1207,0,1903.04,-1646.21,59.393,4.86297,300,15,0,617,0,1,0,0,0),(35023,3824,1,1,1,1207,0,1931.06,-1813.45,68.7292,4.2164,300,5,0,617,0,1,0,0,0),(35022,3824,1,1,1,1207,0,2158.7,-1622.51,82.0039,1.63334,300,15,0,617,0,1,0,0,0),(35021,3824,1,1,1,1207,0,2024.37,-1710,63.563,3.1488,300,10,0,617,0,1,0,0,0),(35020,3824,1,1,1,1207,0,1923.79,-1785.59,63.9026,4.65473,300,5,0,617,0,1,0,0,0),(35019,3824,1,1,1,1207,0,1911.26,-1554.58,65.6967,3.37499,300,15,0,617,0,1,0,0,0),(35018,3824,1,1,1,1207,0,1698.87,-1608.33,99.6919,3.14178,300,5,0,617,0,1,0,0,0),(35017,3824,1,1,1,1207,0,2117.93,-1688.23,77.641,2.93452,300,5,0,617,0,1,0,0,0),(35016,3824,1,1,1,1207,0,1765.2,-1564.58,79.4978,2.28225,300,5,0,617,0,1,0,0,0),(35015,3824,1,1,1,1207,0,1825.08,-1571.06,76.0248,1.84802,300,15,0,617,0,1,0,0,0),(35014,3824,1,1,1,1207,0,1684.16,-1602.92,105.344,5.67134,300,5,0,617,0,1,0,0,0),(35013,3824,1,1,1,1207,0,1653.66,-1614.09,122.621,3.63498,300,5,0,617,0,1,0,0,0),(35012,3824,1,1,1,1207,0,1784.13,-1624.2,88.4687,5.21797,300,5,0,617,0,1,0,0,0),(35011,3824,1,1,1,1207,0,1845.87,-1626.69,66.4085,1.77834,300,5,0,617,0,1,0,0,0),(35010,3824,1,1,1,1207,0,1951.52,-1574.77,62.2719,5.89572,300,15,0,617,0,1,0,0,0),(35009,3824,1,1,1,1207,0,1980.92,-1520.02,67.6904,6.06775,300,15,0,617,0,1,0,0,0),(35008,3824,1,1,1,1207,0,2026.35,-1630.16,65.0762,2.91606,300,5,0,617,0,1,0,0,0),(35007,3824,1,1,1,1207,0,1954.67,-1386.24,95.3175,1.39505,300,5,0,617,0,1,0,0,0),(35006,3824,1,1,1,1207,0,1906.57,-1442.15,88.821,1.77812,300,5,0,617,0,1,0,0,0),(35005,3823,1,1,1,802,0,1654.97,-2527.46,96.3709,5.44942,300,10,0,449,0,1,0,0,0),(35004,3823,1,1,1,802,0,1366.41,-2113.34,92.4729,1.57275,300,10,0,449,0,1,0,0,0),(35003,3823,1,1,1,802,0,1534.19,-2465.57,106.215,3.51339,300,3,0,449,0,1,0,0,0),(35002,3823,1,1,1,802,0,1384.29,-2152.77,92.7812,5.18394,300,10,0,449,0,1,0,0,0),(35001,3823,1,1,1,802,0,1319.4,-2081.86,101.39,5.99818,300,5,0,449,0,1,0,0,0),(35000,3823,1,1,1,802,0,1369.53,-2177.76,92.6682,0.476747,300,10,0,449,0,1,0,0,0),(34999,3823,1,1,1,802,0,1417.25,-2121.13,97.1019,5.06842,300,5,0,449,0,1,0,0,0),(34998,3823,1,1,1,802,0,2381.43,-216.693,97.2128,4.02515,300,5,0,449,0,1,0,0,0),(34997,3823,1,1,1,802,0,2687.39,-68.5685,93.465,3.62052,300,15,0,449,0,1,0,0,0),(34996,3823,1,1,1,802,0,3464.63,118.931,3.3743,2.28154,300,5,0,449,0,1,0,0,0),(34995,3823,1,1,1,802,0,1690.19,-1917.83,99.381,1.49503,300,5,0,449,0,1,0,0,0),(34994,3823,1,1,1,802,0,3289.47,327.169,5.65095,2.34998,300,5,0,449,0,1,0,0,0),(34993,3823,1,1,1,802,0,3620.29,592.987,6.10634,0.737027,300,15,0,449,0,1,0,0,0),(34992,3823,1,1,1,802,0,3616.36,79.5398,3.68546,4.39681,300,5,0,449,0,1,0,0,0),(34991,3823,1,1,1,802,0,3528.27,547.337,4.82804,5.2406,300,5,0,449,0,1,0,0,0),(34990,3823,1,1,1,802,0,3405.8,381.591,2.12483,3.82396,300,15,0,449,0,1,0,0,0),(34989,3823,1,1,1,802,0,3913.83,-18.6238,12.1046,3.91005,300,5,0,449,0,1,0,0,0),(34988,3823,1,1,1,802,0,2104.83,-2683.61,106.996,-0.410982,300,5,0,449,0,1,0,0,0),(34987,3823,1,1,1,802,0,3852.98,747.681,7.25498,2.20963,300,5,0,449,0,1,0,0,0),(34986,3823,1,1,1,802,0,1396,-1981.86,102.245,2.80317,300,0,0,449,0,2,0,0,0),(34985,3823,1,1,1,802,0,3862.05,217.003,-0.411661,4.01214,300,15,0,449,0,1,0,0,0),(34984,3823,1,1,1,802,0,3546.39,360.358,5.904,5.93292,300,15,0,449,0,1,0,0,0),(34983,3823,1,1,1,802,0,2827.19,-38.2592,98.7016,5.95006,300,15,0,449,0,1,0,0,0),(34982,3823,1,1,1,802,0,2740.18,679.899,103.374,1.52711,300,0,0,449,0,0,0,0,0),(34981,3823,1,1,1,802,0,2431.61,-330.656,101.075,3.22553,300,15,0,449,0,1,0,0,0),(34980,3823,1,1,1,802,0,2729.99,-163.061,106.146,5.50707,300,5,0,449,0,1,0,0,0),(34979,3823,1,1,1,802,0,2677.87,-61.2871,93.0552,4.2759,300,15,0,449,0,1,0,0,0),(34978,3823,1,1,1,802,0,3383.05,616.169,5.49361,2.0939,300,15,0,449,0,1,0,0,0),(34977,3823,1,1,1,802,0,2723.36,-90.7964,100.764,-2.33339,300,0,0,449,0,0,0,0,0),(34976,3823,1,1,1,802,0,1582.2,-1811.22,126.204,4.43314,300,10,0,449,0,1,0,0,0),(34975,3823,1,1,1,802,0,3512.98,437.261,0.904225,1.03541,300,15,0,449,0,1,0,0,0),(34974,3823,1,1,1,802,0,3578.1,346.029,6.06762,2.97082,300,15,0,449,0,1,0,0,0),(34973,3823,1,1,1,802,0,2759.78,-107.167,96.6138,1.3189,300,15,0,449,0,1,0,0,0),(34972,3823,1,1,1,802,0,3275.18,748.095,11.2982,1.78735,300,5,0,449,0,1,0,0,0),(34971,3823,1,1,1,802,0,3300.65,667.286,5.36473,2.92816,300,5,0,449,0,1,0,0,0),(34970,3823,1,1,1,802,0,4107.4,172.191,5.43396,2.9952,300,15,0,449,0,1,0,0,0),(34969,3823,1,1,1,802,0,2784.74,287.313,75.7634,3.07321,300,5,0,449,0,1,0,0,0),(34968,3823,1,1,1,802,0,4063.22,209.464,4.7373,3.50451,300,5,0,449,0,1,0,0,0),(34967,3823,1,1,1,802,0,3958.32,137.602,11.6365,1.8873,300,5,0,449,0,1,0,0,0),(34966,3823,1,1,1,802,0,3822.73,201.272,6.70488,5.71848,300,5,0,449,0,1,0,0,0),(34965,3823,1,1,1,802,0,4142.62,-4.89386,24.6213,3.26885,300,15,0,449,0,1,0,0,0),(34964,4079,1,1,1,2182,1,2758.97,-312.097,110.88,5.16617,300,0,0,617,0,0,0,0,0),(34963,3823,1,1,1,802,0,2553.75,68.2116,88.5491,1.52679,300,5,0,449,0,1,0,0,0),(34962,3823,1,1,1,802,0,2914.87,796.456,105.778,0.919091,300,5,0,449,0,1,0,0,0),(34961,3823,1,1,1,802,0,2788.26,541.379,92.1667,0.023833,300,15,0,449,0,1,0,0,0),(34960,3823,1,1,1,802,0,3668.89,147.586,5.5287,5.82008,300,5,0,449,0,1,0,0,0),(34959,3823,1,1,1,802,0,2882.05,437.903,106.48,4.74448,300,5,0,449,0,1,0,0,0),(34958,3823,1,1,1,802,0,3861.46,573.959,17.9483,4.90962,300,5,0,449,0,1,0,0,0),(34957,3823,1,1,1,802,0,2844.6,378.135,91.9906,2.96702,300,5,0,449,0,1,0,0,0),(34956,3823,1,1,1,802,0,2288.25,396.858,131.755,3.34796,300,5,0,449,0,1,0,0,0),(34955,3823,1,1,1,802,0,2493.39,-33.5814,95.362,1.74254,300,3,0,449,0,1,0,0,0),(34954,3823,1,1,1,802,0,2433.47,586.962,116.63,-1.96365,300,15,0,449,0,1,0,0,0),(207623,34949,530,1,1,0,0,-1908.2,5433.96,-12.3449,1.74533,120,0,0,1,0,0,0,0,0),(34953,3823,1,1,1,802,0,2844.25,372.233,91.7917,4.4293,300,5,0,449,0,1,0,0,0),(34952,3823,1,1,1,802,0,1378.48,-1968.47,115.693,4.94884,300,5,0,449,0,1,0,0,0),(34951,3823,1,1,1,802,0,2649.39,181.873,92.7235,1.49454,300,5,0,449,0,1,0,0,0),(34950,3823,1,1,1,802,0,2605.88,235.545,106.525,0.602128,300,5,0,449,0,1,0,0,0),(34949,3823,1,1,1,802,0,2596.92,277.209,102.488,4.39774,300,5,0,449,0,1,0,0,0),(34948,3823,1,1,1,802,0,2928.12,730.341,113.271,4.76025,300,5,0,449,0,1,0,0,0),(34947,3823,1,1,1,802,0,2352.34,440.977,117.79,3.28067,300,5,0,449,0,1,0,0,0),(34946,3823,1,1,1,802,0,2522.02,362.126,96.4794,1.87378,300,10,0,449,0,1,0,0,0),(34945,3823,1,1,1,802,0,2892.59,679.506,103.191,1.78025,300,5,0,449,0,1,0,0,0),(34944,3823,1,1,1,802,0,2348.91,-240.402,115.231,1.08189,300,5,0,449,0,1,0,0,0),(34943,3823,1,1,1,802,0,2654.72,229.971,93.1808,2.82715,300,5,0,449,0,1,0,0,0),(34942,3823,1,1,1,802,0,2702.19,672.292,112.69,0.588142,300,3,0,449,0,1,0,0,0),(34941,3823,1,1,1,802,0,2639.44,142.619,92.8159,0.254133,300,5,0,449,0,1,0,0,0),(34940,3823,1,1,1,802,0,2593.51,586.02,102.557,0.129323,300,15,0,449,0,1,0,0,0),(34939,3823,1,1,1,802,0,2503.44,602.071,111.168,1.12201,300,15,0,449,0,1,0,0,0),(34938,3823,1,1,1,802,0,2579.37,111.962,91.6097,0.109022,300,5,0,449,0,1,0,0,0),(34937,3823,1,1,1,802,0,2560.68,-35.1924,88.5246,5.85751,300,15,0,449,0,1,0,0,0),(34936,3823,1,1,1,802,0,2851.61,639.898,107.775,0.672606,300,5,0,449,0,1,0,0,0),(34935,3821,1,1,1,1104,0,2079.99,-3497.81,75.8023,0.262741,300,0,0,896,0,0,0,0,0),(34934,3821,1,1,1,1104,0,2889.93,-2977.27,202.885,4.06068,300,0,0,896,0,0,0,0,0),(34933,3821,1,1,1,1104,0,2835.44,-3113.36,182.381,1.71669,300,0,0,896,0,0,0,0,0),(34932,3821,1,1,1,1104,0,2783.27,-3081.21,174.61,3.27136,300,0,0,896,0,0,0,0,0),(34931,3821,1,1,1,1104,0,2557.09,-3078.45,135.454,1.91723,300,0,0,896,0,0,0,0,0),(34930,3821,1,1,1,1104,0,2956.86,-3135.05,194.814,2.89671,300,0,0,896,0,0,0,0,0),(34929,3821,1,1,1,1104,0,2147.26,-3529.72,48.5728,2.94899,300,0,0,896,0,0,0,0,0),(34928,3821,1,1,1,1104,0,2315.04,-3541.31,45.4868,3.90213,300,0,0,896,0,0,0,0,0),(34927,3821,1,1,1,1104,0,2048.83,-3478.29,87.1252,1.72375,300,0,0,896,0,0,0,0,0),(34926,3821,1,1,1,1104,0,2908.7,-3592.47,100.026,1.54736,300,0,0,896,0,0,0,0,0),(34925,3821,1,1,1,1104,0,2126.36,-3404.18,93.8878,1.40115,300,0,0,896,0,0,0,0,0),(34924,3821,1,1,1,1104,0,2047.05,-3417.25,92.8941,3.5871,300,0,0,896,0,0,0,0,0),(34923,3821,1,1,1,1104,0,2800.65,-3130.14,176.417,2.41074,300,0,0,896,0,0,0,0,0),(34922,3821,1,1,1,1104,0,2907.81,-2973.39,202.617,5.31129,300,0,0,896,0,0,0,0,0),(11966,2559,0,1,1,11316,0,-1228.29,-2803.12,51.6583,1.72953,400,10,0,1050,0,1,0,0,0),(1683,667,0,1,1,4632,1,-12847.2,-597.482,56.195,0.138159,300,0,0,1678,0,0,0,0,0),(1682,1150,0,1,1,1039,0,-11615.9,-130.834,16.15,2.85788,300,5,0,1050,0,1,0,0,0),(1681,780,0,1,1,4616,1,-12857,-605.656,56.872,0.994838,300,2,0,1357,1236,1,0,0,0),(1680,772,0,1,1,614,0,-12785.9,-43.8879,6.26619,1.48084,300,10,0,1536,0,1,0,0,0),(1679,681,0,1,1,598,0,-11591,-343.829,33.1044,2.92941,300,10,0,1050,0,1,0,0,0),(1678,1096,0,1,1,7197,1,-12034.9,-661.364,14.6015,0.585295,300,5,0,1160,1067,1,0,0,0),(1677,1150,0,1,1,1039,0,-11769.8,-407.071,17.1193,6.01588,300,5,0,1050,0,1,0,0,0),(1676,1096,0,1,1,7197,1,-12044.9,-618.187,13.7964,6.17814,300,5,0,1160,1067,1,0,0,0),(1675,667,0,1,1,4632,1,-12873.5,-592.193,60.7625,2.39555,300,2,0,1678,0,1,0,0,0),(1674,1114,0,1,1,845,0,-12342.8,-450.847,15.9569,3.54958,300,10,0,1804,0,1,0,0,0),(1673,2534,0,1,1,314,0,-13660.5,-305.782,8.3589,2.40855,300,0,0,1919,1587,0,0,0,0),(1672,1493,0,1,1,12812,1,-14236.2,737.019,2.43126,3.67262,1800,0,0,7676,0,0,0,0,0),(1671,682,0,1,1,320,0,-11746.3,295.284,18.3508,1.08095,300,10,0,1163,0,1,0,0,0),(1670,1491,0,1,1,4923,1,-13681.5,-345.259,1.61632,3.93665,300,5,0,2138,0,1,0,0,0),(1669,660,0,1,1,4581,1,-11719.4,917.759,4.27234,3.2805,300,5,0,1257,1142,1,0,0,0),(1668,660,0,1,1,4581,1,-11653.2,984.264,4.75243,5.04607,300,5,0,1257,1142,1,0,0,0),(1667,597,0,1,1,4579,1,-11677.3,975.334,6.5606,5.33196,300,5,0,1469,0,1,0,0,0),(1666,684,0,1,1,633,0,-12114,-886.153,47.5352,6.19765,300,5,0,1536,0,1,0,0,0),(1665,698,0,1,1,320,0,-11526.3,779.093,41.3157,2.61799,300,2,0,1279,0,1,0,0,0),(1664,772,0,1,1,614,0,-12714.6,-410.374,18.4577,6.2343,300,10,0,1536,0,1,0,0,0),(1663,736,0,1,1,599,0,-11853.9,321.187,22.4205,5.57244,300,5,0,1163,0,1,0,0,0),(1662,772,0,1,1,614,0,-12244.5,-680.986,14.1356,2.97223,300,5,0,1536,0,1,0,0,0),(1661,671,0,1,1,4580,1,-11744.1,940.844,4.01088,1.16526,300,5,0,1469,0,1,0,0,0),(1660,597,0,1,1,4579,1,-11714.9,984.982,3.22723,1.20529,300,5,0,1469,0,1,0,0,0),(1659,772,0,1,1,614,0,-12087.6,-920.919,51.2018,3.92699,300,5,0,1536,0,1,0,0,0),(1658,597,0,1,1,4579,1,-11643.2,900.123,3.0653,4.70465,300,5,0,1469,0,1,0,0,0),(1657,660,0,1,1,4581,1,-11776.9,912.484,4.34586,1.95732,300,5,0,1257,1142,1,0,0,0),(1656,660,0,1,1,4581,1,-11684.5,887.908,4.66363,4.12036,300,5,0,1257,1142,1,0,0,0),(1655,736,0,1,1,599,0,-11740.2,411.414,44.8147,6.16973,300,10,0,1163,0,1,0,0,0),(1654,660,0,1,1,4581,1,-11744.8,880.253,2.77017,0.044257,300,2,0,1257,1142,1,0,0,0),(1653,937,0,1,1,4443,1,-11579.5,-594.973,28.2079,3.61016,300,0,0,1163,0,0,0,0,0),(1652,660,0,1,1,4581,1,-11720.1,889.058,3.89734,3.40062,300,5,0,1257,1142,1,0,0,0),(1651,940,0,1,1,4436,1,-11540.7,-591.513,29.5894,5.30507,300,5,0,977,935,1,0,0,0),(1650,940,0,1,1,4436,1,-11566.5,-593.847,28.3394,3.48839,300,0,0,977,935,0,0,0,0),(1649,736,0,1,1,599,0,-11846.8,377.952,41.3286,3.18049,300,5,0,1163,0,1,0,0,0),(1648,772,0,1,1,614,0,-12709.7,-52.2938,5.97928,3.07905,300,5,0,1536,0,1,0,0,0),(1647,660,0,1,1,4581,1,-11823.1,888.945,4.19054,1.82146,300,5,0,1257,1142,1,0,0,0),(1646,1114,0,1,1,845,0,-12616.1,-848.861,53.3241,0.681561,300,5,0,1804,0,1,0,0,0),(1645,783,0,1,1,4623,1,-13027.4,-827.92,70.783,2.85613,300,3,0,2059,0,1,0,0,0),(1644,683,0,1,1,2437,0,-11449,-276.263,45.397,5.4895,300,5,0,1050,0,1,0,0,0),(1643,783,0,1,1,4623,1,-13054.2,-809.188,71.4015,4.83058,300,0,0,2059,0,0,0,0,0),(11965,2559,0,1,1,11316,0,-1235.65,-2784.86,53.2132,1.24287,400,10,0,1050,0,1,0,0,0),(11964,2559,0,1,1,11316,0,-1254.05,-2819.86,48.9108,4.34676,400,10,0,1050,0,1,0,0,0),(11963,2559,0,1,1,11316,0,-1276.65,-2814.96,49.0949,0.37947,400,10,0,1050,0,1,0,0,0),(11962,2577,0,1,1,3970,1,-2247.03,-2601.74,79.2406,3.4404,400,0,0,847,2253,2,0,0,0),(11961,4062,0,1,1,3954,1,-2263.59,-2614.88,84.576,0.913065,400,3,0,1050,0,1,0,0,0),(11960,2575,0,1,1,3969,1,-2232.4,-2609.49,77.8902,4.42582,400,0,0,935,878,0,0,0,0),(11959,4062,0,1,1,3954,1,-2269.08,-2653.52,80.7818,3.34231,400,3,0,1050,0,1,0,0,0),(11958,2577,0,1,1,3970,1,-2237.79,-2624.21,78.451,0.848974,400,0,0,847,2253,0,0,0,0),(11957,2573,0,1,1,371,1,-849.809,-3903.44,141.502,5.24662,400,3,0,1116,2861,1,0,0,0),(11956,2574,0,1,1,511,1,-854.448,-3943.57,151.681,1.83818,400,3,0,1469,0,1,0,0,0),(11955,2573,0,1,1,371,1,-858.739,-3982.02,148.134,1.38851,400,3,0,1116,2861,1,0,0,0),(11954,2574,0,1,1,511,1,-859.034,-3964.08,152.172,4.45716,400,3,0,1469,0,1,0,0,0),(11953,2573,0,1,1,371,1,-889.383,-3976.09,138.778,4.81526,400,3,0,1116,2861,1,0,0,0),(11952,2574,0,1,1,511,1,-882.64,-3934.29,132.956,4.07637,400,3,0,1469,0,1,0,0,0),(11951,2574,0,1,1,511,1,-883.057,-3951.6,133.157,5.29223,400,5,0,1469,0,1,0,0,0),(11950,2573,0,1,1,371,1,-914.471,-3947.19,150.945,5.83419,400,3,0,1116,2861,1,0,0,0),(11949,2574,0,1,1,511,1,-957.172,-3927.99,145.278,4.61869,400,3,0,1469,0,1,0,0,0),(11948,2574,0,1,1,511,1,-928.474,-3949.84,149.112,5.33506,400,3,0,1469,0,1,0,0,0),(11947,2574,0,1,1,511,1,-952.787,-3886.93,153.702,6.21786,400,3,0,1469,0,1,0,0,0),(11946,2573,0,1,1,371,1,-941.734,-3880.33,151.775,6.2447,400,3,0,1116,2861,1,0,0,0),(11945,2574,0,1,1,511,1,-996.711,-3846.9,149.212,3.989,400,3,0,1469,0,1,0,0,0),(11944,2573,0,1,1,371,1,-926.139,-3857.23,145.728,0.976427,400,5,0,1116,2861,1,0,0,0),(11943,2559,0,1,1,11316,0,-950.722,-3287.24,73.5314,5.92362,400,10,0,1050,0,1,0,0,0),(11942,2563,0,1,1,1103,0,-1221.74,-2881.08,44.7765,1.1406,400,10,0,1163,0,1,0,0,0),(11941,2572,0,1,1,2153,1,-1178.05,-3646.73,56.1699,5.12139,400,5,0,1403,0,1,0,0,0),(11940,2563,0,1,1,1103,0,-1548.48,-2413.47,76.1915,4.44134,400,5,0,1163,0,1,0,0,0),(11939,2563,0,1,1,1103,0,-1579.09,-2343.97,83.6777,2.77955,400,3,0,1163,0,1,0,0,0),(11938,2559,0,1,1,11316,0,-1547.45,-2310.37,61.524,5.27223,400,5,0,1050,0,1,0,0,0),(11937,2563,0,1,1,1103,0,-1545.18,-2351.45,70.2544,3.16893,400,5,0,1163,0,1,0,0,0),(11936,2578,0,1,1,10824,0,-1492.25,-2392.08,65.4576,5.02797,400,5,0,1107,0,1,0,0,0),(11935,2577,0,1,1,3970,1,-2227.27,-2595.43,81.874,5.51251,400,0,0,847,2253,0,0,0,0),(11934,2565,0,1,1,1104,0,-1920.77,-2524.43,62.6904,5.9775,400,10,0,1403,0,1,0,0,0),(11933,2561,0,1,1,961,0,-1938.41,-2580.12,73.7587,0.252554,400,10,0,1469,0,1,0,0,0),(11932,2561,0,1,1,961,0,-1957.4,-2540.7,72.046,2.24732,400,10,0,1469,0,1,0,0,0),(11931,2561,0,1,1,961,0,-2041.35,-2507.85,69.7927,1.0307,400,3,0,1469,0,1,0,0,0),(11930,2561,0,1,1,961,0,-2022.75,-2553.07,70.5154,5.59746,400,10,0,1469,0,1,0,0,0),(11929,4075,0,1,1,1141,0,-1584.48,-1859.38,70.623,5.20176,400,5,0,8,0,1,0,0,0),(11928,2561,0,1,1,961,0,-1972.85,-2510.3,72.6677,1.02,400,5,0,1469,0,1,0,0,0),(11927,2561,0,1,1,961,0,-2111.99,-2595.17,83.4955,4.65375,400,5,0,1469,0,1,0,0,0),(11926,2561,0,1,1,961,0,-2069.23,-2576.16,75.1825,0.47064,400,10,0,1469,0,1,0,0,0),(11925,2564,0,1,1,1054,1,-1238.22,-2032.17,48.0969,2.58345,400,3,0,1221,0,1,0,0,0),(11924,2566,0,1,1,3193,1,-1977.68,-2738.37,79.7477,4.84867,400,3,0,1403,0,1,0,0,0),(11923,2581,0,1,1,3961,1,-1036.48,-2794.08,48.5377,2.32306,400,0,0,1107,0,2,0,0,0),(11922,2586,0,1,1,3984,1,-780.92,-2097.37,34.596,4.60671,400,0,0,1050,0,0,0,0,0),(11921,15130,0,1,1,15281,1,-1217.72,-2537.66,21.7332,1.36136,650,0,0,7842,0,0,0,0,0),(11920,15130,0,1,1,15283,1,-1208.08,-2536.25,22.8421,2.96706,650,0,0,7842,0,0,0,0,0),(11919,15130,0,1,1,15282,1,-1207.97,-2527.71,22.7542,3.10669,650,0,0,7842,0,0,0,0,0),(11918,15130,0,1,1,15283,1,-1214.73,-2524.21,21.8917,4.29351,650,0,0,7842,0,0,0,0,0),(11917,2573,0,1,1,371,1,-871.334,-3903.34,141.884,2.16079,400,0,0,1116,2861,2,0,0,0),(11916,2573,0,1,1,371,1,-872.507,-3904.73,141.982,2.49441,400,5,0,1116,2861,1,0,0,0),(11915,14983,0,1,1,15142,1,-1224.39,-2516.14,21.6434,3.56047,400,0,0,3237,0,0,0,0,0),(11914,2582,0,1,1,3959,1,-1054.02,-2810.99,42.2394,0.359575,400,3,0,1050,0,1,0,0,0),(11913,2581,0,1,1,3960,1,-1005.88,-2919.23,62.1612,5.45262,400,0,0,1107,0,2,0,0,0),(11912,10696,0,1,1,4138,1,-1240.11,-2535.17,21.2457,3.02417,400,0,0,3170,0,2,0,0,0),(11911,10696,0,1,1,4137,1,-1223.35,-2545.28,22.0671,1.8326,400,0,0,3170,0,0,0,0,0),(11910,10696,0,1,1,4138,1,-1234.52,-2560.25,23.5786,0.994175,400,0,0,3170,0,2,0,0,0),(11909,10696,0,1,1,4138,1,-1224.24,-2542.39,21.5331,5.044,400,0,0,3170,0,0,0,0,0),(11908,10696,0,1,1,4137,1,-1202.66,-2597.58,37.9893,4.46804,400,0,0,3170,0,0,0,0,0),(11907,10696,0,1,1,4138,1,-1221.45,-2598.59,35.5403,5.63741,400,0,0,3170,0,0,0,0,0),(97891,6491,571,1,4294967295,0,0,4819.88,1020.05,146.434,2.7743,60,0,0,4120,0,0,0,0,0),(11905,2582,0,1,1,3958,1,-1077.61,-2836.66,42.317,0.136782,400,5,0,1050,0,1,0,0,0),(11904,2565,0,1,1,1104,0,-1731.12,-2709.74,41.3087,1.85862,400,5,0,1403,0,1,0,0,0),(11903,2582,0,1,1,3958,1,-1089.42,-2833.03,42.3159,1.10975,400,5,0,1050,0,1,0,0,0),(11902,2582,0,1,1,3958,1,-1070.13,-2809.03,42.0659,2.35786,400,5,0,1050,0,1,0,0,0),(11828,2563,0,1,1,1103,0,-964.578,-1913.63,63.9859,3.09661,400,10,0,1163,0,1,0,0,0),(11827,2559,0,1,1,11316,0,-709.983,-1826.45,60.3459,4.63485,400,5,0,1050,0,1,0,0,0),(11826,2563,0,1,1,1103,0,-750.989,-1822.58,61.2429,1.53811,400,10,0,1163,0,1,0,0,0),(11825,2608,0,1,1,4146,1,-1255.31,-2521.46,21.0734,1.20699,400,0,0,2138,0,2,0,0,0),(11824,2555,0,1,1,3995,1,-2003.42,-3381.53,51.095,5.15109,400,5,0,1021,963,1,0,0,0),(11823,2555,0,1,1,3996,1,-1731.55,-3372.45,32.3185,2.57471,400,3,0,1021,963,1,0,0,0),(11822,10696,0,1,1,4138,1,-1267.11,-2560.08,21.687,0.700593,400,5,0,3170,0,1,0,0,0),(11821,2810,0,1,1,3967,1,-1271.28,-2540.19,21.7145,1.46608,400,0,0,1342,0,0,0,0,0),(11820,10696,0,1,1,4138,1,-1290.57,-2544.73,22.062,3.7443,400,5,0,3170,0,1,0,0,0),(11819,2789,0,1,1,4042,1,-1261.6,-2546.09,21.7138,1.5708,400,0,0,1469,0,0,0,0,0),(11818,2559,0,1,1,11316,0,-1383.98,-2650.37,70.6748,3.24108,400,10,0,1050,0,1,0,0,0),(11817,2554,0,1,1,3992,1,-1663.56,-3520.08,71.7296,4.02728,400,5,0,1163,0,1,0,0,0),(11816,2788,0,1,1,4043,1,-1279.41,-2529.77,21.5095,0.418879,400,0,0,1003,0,0,0,0,0),(11815,2563,0,1,1,1103,0,-1353.26,-2619.61,73.1422,1.48279,400,10,0,1163,0,1,0,0,0),(11814,2620,0,1,1,1072,0,-1336.86,-3344.23,43.727,5.95896,400,10,0,8,0,1,0,0,0),(11813,2812,0,1,1,3964,1,-1262.41,-2534.12,21.8507,0.365405,400,0,0,1604,0,0,0,0,0),(11812,2586,0,1,1,3984,1,-804.614,-1957.49,34.2652,0.227649,400,5,0,1050,0,1,0,0,0),(11811,2563,0,1,1,1103,0,-1249.11,-3328.12,32.6827,1.56439,400,10,0,1163,0,1,0,0,0),(11810,14984,0,1,1,15143,1,-1220.17,-2518.3,21.7949,3.76991,400,0,0,3237,0,0,0,0,0),(11809,10696,0,1,1,4137,1,-1277.1,-2492.56,25.2877,3.41175,400,3,0,3170,0,1,0,0,0),(11808,1471,0,1,1,3963,1,-1278.57,-2522,21.4577,5.68977,400,0,0,2399,0,0,0,0,0),(11807,2808,0,1,1,3966,1,-1275.75,-2538.73,21.6325,1.0472,400,0,0,1469,0,0,0,0,0),(11806,2814,0,1,1,3962,1,-1275.9,-2506.19,21.9792,2.26458,400,0,0,1678,0,0,0,0,0),(11805,2700,0,1,1,4147,1,-1274.69,-2516.63,21.4792,5.27122,400,0,0,1902,0,0,0,0,0),(11804,2816,0,1,1,3965,1,-1257.2,-2489.44,22.1224,4.09096,400,0,0,1536,0,0,0,0,0),(11803,2555,0,1,1,3996,1,-1232.65,-2001.66,37.635,5.77354,400,3,0,1021,963,1,0,0,0),(11802,2554,0,1,1,3992,1,-1552.85,-3459.97,57.1583,5.65233,400,3,0,1163,0,1,0,0,0),(11801,2554,0,1,1,3992,1,-1613.14,-3417.97,43.7392,5.11224,400,5,0,1163,0,1,0,0,0),(11800,2554,0,1,1,3991,1,-1702.96,-3532.49,68.1043,5.45384,400,5,0,1163,0,1,0,0,0),(11799,2620,0,1,1,1072,0,-1198.09,-1885.65,86.489,5.38588,400,10,0,8,0,1,0,0,0),(11798,2555,0,1,1,3996,1,-1684.17,-3521.41,61.8668,0.814831,400,5,0,1021,963,1,0,0,0),(11797,2554,0,1,1,3992,1,-1681.16,-3226.86,33.6883,2.95802,400,5,0,1163,0,1,0,0,0),(11763,2554,0,1,1,3991,1,-1642.16,-3243.38,33.3912,0.236459,400,5,0,1163,0,1,0,0,0),(11762,2619,0,1,1,4032,1,-1483.31,-3191.41,30.4717,0.107593,400,5,0,1279,0,1,0,0,0),(11761,2570,0,1,1,416,1,-1709.54,-1617.86,60.2576,5.12367,400,0,0,1248,1186,0,0,0,0),(11760,2761,0,1,1,5561,0,-824.973,-3217.56,80.6138,2.47506,400,10,0,1305,1186,1,0,0,0),(11759,2761,0,1,1,5561,0,-811.062,-3249.74,81.7931,0.283103,400,5,0,1305,1186,1,0,0,0),(11758,2569,0,1,1,1051,1,-1702.74,-1655.14,59.5538,5.49004,400,5,0,1470,0,1,0,0,0),(11757,2761,0,1,1,5561,0,-877.641,-3219.66,82.2891,6.09017,400,10,0,1305,1186,1,0,0,0),(11756,2563,0,1,1,1103,0,-1265.56,-3496.11,42.5341,4.40019,400,10,0,1163,0,1,0,0,0),(11755,2563,0,1,1,1103,0,-1254.57,-3405.48,39.5732,2.92029,400,10,0,1163,0,1,0,0,0),(11754,2761,0,1,1,5561,0,-817.885,-3292.26,80.6197,5.43711,400,10,0,1305,1186,1,0,0,0),(11753,2552,0,1,1,3990,0,-1319.18,-2148.71,65.4284,0.399777,400,10,0,1050,0,1,0,0,0),(11752,2563,0,1,1,1103,0,-1878.82,-2378.92,49.4567,0.778688,400,5,0,1163,0,1,0,0,0),(11751,2560,0,1,1,180,0,-1762.63,-2212.09,50.5645,6.12517,400,5,0,1221,0,1,0,0,0),(11750,2560,0,1,1,180,0,-1579.68,-2021.36,33.2863,5.55049,400,5,0,1221,0,1,0,0,0),(11749,2560,0,1,1,180,0,-1669.08,-2031.88,41.4577,5.17429,400,10,0,1221,0,1,0,0,0),(11748,2565,0,1,1,1104,0,-1693.75,-2931.77,35.75,0.266766,400,5,0,1403,0,1,0,0,0),(28688,25336,571,1,1,0,1,4138.56,5779.75,59.76,6.06,300,0,0,7984,0,0,0,0,0),(11746,2590,0,1,1,4015,1,-1625.24,-1831.54,81.0414,5.01836,400,0,0,992,2680,0,0,0,0),(11745,2560,0,1,1,180,0,-1548.28,-2023.8,31.3452,1.72181,400,5,0,1221,0,1,0,0,0),(11744,2588,0,1,1,4016,1,-1621.35,-1857.81,81.4997,4.54018,400,5,0,1277,0,1,0,0,0),(11743,2556,0,1,1,3998,1,-2098.48,-3243.78,67.1193,3.7916,400,5,0,1279,0,1,0,0,0),(11742,2588,0,1,1,4016,1,-1653.96,-1886.37,81.3425,0.445155,400,5,0,1277,0,1,0,0,0),(11741,2557,0,1,1,4000,1,-2078.06,-3301.02,67.2773,3.75662,400,5,0,1160,1067,1,0,0,0),(11740,2556,0,1,1,3998,1,-2091.45,-3298.59,67.1056,4.96072,400,5,0,1279,0,1,0,0,0),(11739,2588,0,1,1,4016,1,-1694.27,-1926.13,82.0507,5.49661,400,5,0,1277,0,1,0,0,0),(11738,2560,0,1,1,180,0,-1486.13,-1964.63,49.1435,3.80678,400,5,0,1221,0,1,0,0,0),(11737,2556,0,1,1,3997,1,-2107.12,-3252.57,67.4713,3.1778,400,5,0,1279,0,1,0,0,0),(11736,2563,0,1,1,1103,0,-1145.4,-1617.18,50.3602,5.72935,400,10,0,1163,0,1,0,0,0),(11735,2559,0,1,1,11316,0,-2000.07,-2420.68,80.6609,3.0771,400,5,0,1050,0,1,0,0,0),(11734,2557,0,1,1,3999,1,-2109.19,-3278.29,67.0548,1.1455,400,5,0,1160,1067,1,0,0,0),(11733,2557,0,1,1,3999,1,-2064.82,-3252.97,65.5721,3.82401,400,5,0,1160,1067,1,0,0,0),(11732,2559,0,1,1,11316,0,-1073.86,-1655.63,36.0047,5.39273,400,10,0,1050,0,1,0,0,0),(11731,2559,0,1,1,11316,0,-1007.77,-1638.27,36.9072,0.737372,400,10,0,1050,0,1,0,0,0),(11730,2563,0,1,1,1103,0,-982.81,-3347.18,57.3025,4.75236,400,10,0,1163,0,1,0,0,0),(11729,2578,0,1,1,10824,0,-1026.13,-3362.36,54.4076,2.12629,400,10,0,1107,0,1,0,0,0),(11728,2620,0,1,1,1072,0,-955.402,-3324.01,68.5541,3.37805,400,10,0,8,0,1,0,0,0),(11727,2581,0,1,1,3960,1,-1037.06,-2861.97,45.773,5.01807,400,0,0,1107,0,2,0,0,0),(11726,2582,0,1,1,3959,1,-1010.35,-2898.73,62.8881,3.13557,400,5,0,1050,0,1,0,0,0),(11725,2581,0,1,1,3961,1,-1000.8,-2923.26,62.1612,4.90574,400,0,0,1107,0,2,0,0,0),(11724,2582,0,1,1,3958,1,-989.118,-2889.17,62.4779,4.05259,400,5,0,1050,0,1,0,0,0),(11723,2582,0,1,1,3959,1,-1079.74,-2860.33,42.442,2.19645,400,5,0,1050,0,1,0,0,0),(11722,2582,0,1,1,3958,1,-1090.08,-2862.4,42.442,5.8805,400,5,0,1050,0,1,0,0,0),(11721,2760,0,1,1,2172,0,-813.588,-1814.71,48.2193,2.73644,400,10,0,1604,0,1,0,0,0),(11720,2805,0,1,1,1506,0,-1545.36,-1837.41,68.0302,4.95674,400,0,0,2218,0,0,0,0,0),(11719,2760,0,1,1,2172,0,-818.011,-1789.77,45.7543,6.01157,400,3,0,1604,0,1,0,0,0),(11718,2567,0,1,1,6170,1,-1999.13,-2819.28,76.9886,4.21639,400,3,0,1075,2763,1,0,0,0),(11717,2582,0,1,1,3958,1,-1105.97,-2860.83,42.3629,2.51934,400,5,0,1050,0,1,0,0,0),(11716,2582,0,1,1,3958,1,-1091.29,-2848.44,42.317,5.59828,400,5,0,1050,0,1,0,0,0),(11715,2582,0,1,1,3959,1,-1109.23,-2848.16,42.3629,6.15726,400,5,0,1050,0,1,0,0,0),(11714,1420,0,1,1,901,0,-2086.15,-2082.28,8.00408,1.41641,400,10,0,8,0,1,0,0,0),(11713,2582,0,1,1,3959,1,-1119.16,-2857.64,42.4879,2.53114,400,5,0,1050,0,1,0,0,0),(11712,2556,0,1,1,3997,1,-2080.51,-3382.43,59.5002,5.28621,400,5,0,1279,0,1,0,0,0),(11711,2556,0,1,1,3998,1,-2091.26,-3370.43,59.3611,3.37247,400,5,0,1279,0,1,0,0,0),(11710,2559,0,1,1,11316,0,-972.579,-1818.55,55.1211,1.86599,400,10,0,1050,0,1,0,0,0),(11709,2557,0,1,1,4000,1,-2107.6,-3336.62,58.1798,5.12937,400,5,0,1160,1067,1,0,0,0),(11708,2556,0,1,1,3998,1,-2054.84,-3325.09,58.3167,1.67215,400,5,0,1279,0,1,0,0,0),(11707,1420,0,1,1,901,0,-2114.76,-1988.48,3.52068,4.7219,400,10,0,8,0,1,0,0,0),(11706,2555,0,1,1,3995,1,-2089.15,-3360.8,58.8401,2.53073,400,0,0,1021,963,0,0,0,0),(11705,2556,0,1,1,3998,1,-2093.07,-3356.85,58.7944,5.3058,400,0,0,1279,0,0,0,0,0),(11704,2557,0,1,1,4000,1,-2090.35,-3350.92,58.3268,4.3813,400,5,0,1160,1067,1,0,0,0),(11703,2556,0,1,1,3997,1,-2111.21,-3357.37,59.2209,3.2185,400,5,0,1279,0,1,0,0,0),(11702,2563,0,1,1,1103,0,-1044.33,-1815.78,65.8377,3.91047,400,0,0,1163,0,0,0,0,0),(11701,2557,0,1,1,4000,1,-2074.76,-3335.6,58.1021,4.79237,400,5,0,1160,1067,1,0,0,0),(11700,24477,0,1,1,3987,1,-1649.94,-1794.64,80.1678,0.401426,400,0,0,1405,0,0,0,0,0),(11699,24477,0,1,1,3987,1,-1715.56,-1873.81,81.2426,0.820305,400,0,0,1405,0,0,0,0,0),(11698,2595,0,1,1,11254,1,-2322.65,-1784.94,-37.8452,0.086679,400,5,0,1604,0,1,0,0,0),(11697,2595,0,1,1,11254,1,-2285.14,-1768.57,-28.924,1.69322,400,5,0,1604,0,1,0,0,0),(11696,2586,0,1,1,3984,1,-717.268,-1957.32,48.7821,0.172861,400,10,0,1050,0,1,0,0,0),(11695,2595,0,1,1,11254,1,-2147.36,-1656.12,-45.1224,3.53954,400,10,0,1604,0,1,0,0,0),(11694,2562,0,1,1,1052,1,-1164.58,-2115.62,68.1176,2.98837,400,0,0,1163,0,2,0,0,0),(11692,2590,0,1,1,4015,1,-1706.69,-1854.4,81.2459,3.14202,400,3,0,992,2680,1,0,0,0),(11691,2563,0,1,1,1103,0,-1222.95,-2284.37,57.1346,5.9775,400,5,0,1163,0,1,0,0,0),(11690,2595,0,1,1,11254,1,-2149.24,-1587.97,-48.822,4.03541,400,5,0,1604,0,1,0,0,0),(11689,2559,0,1,1,11316,0,-1080.16,-2547.63,54.3962,1.9173,400,10,0,1050,0,1,0,0,0),(11688,2595,0,1,1,11254,1,-2145.94,-1553.34,-46.6641,4.3522,400,10,0,1604,0,1,0,0,0),(11687,2595,0,1,1,11254,1,-2174.14,-1546.85,-42.9366,5.364,400,3,0,1604,0,1,0,0,0),(11686,2560,0,1,1,180,0,-1007.25,-2415.34,52.8654,6.12638,400,5,0,1221,0,1,0,0,0),(11685,2595,0,1,1,11254,1,-2216.53,-1549.83,-23.4962,1.02669,400,3,0,1604,0,1,0,0,0),(11684,2574,0,1,1,511,1,-1000.33,-3822.26,145.279,3.31016,400,0,0,1469,0,0,0,0,0),(11683,2570,0,1,1,416,1,-1784.03,-1502.15,72.3654,0.322193,400,0,0,1248,1186,0,0,0,0),(11682,2559,0,1,1,11316,0,-1117.4,-2455.11,53.177,4.28107,400,5,0,1050,0,1,0,0,0),(11666,2579,0,1,1,1105,0,-1063.25,-2424.65,55.2181,2.76283,400,5,0,1279,0,1,0,0,0),(11665,2560,0,1,1,180,0,-1084.1,-2369.18,49.9017,1.52785,400,5,0,1221,0,1,0,0,0),(11664,2559,0,1,1,11316,0,-1139.48,-2372.84,53.5185,0.782636,400,5,0,1050,0,1,0,0,0),(11663,2569,0,1,1,1051,1,-1774.47,-1497.12,99.3345,2.96706,400,0,0,1470,0,2,0,0,0),(11662,2563,0,1,1,1103,0,-983.107,-2274.86,50.6165,4.56695,400,5,0,1163,0,1,0,0,0),(11661,2559,0,1,1,11316,0,-1122.11,-2423.36,49.1983,4.12439,400,5,0,1050,0,1,0,0,0),(11660,2560,0,1,1,180,0,-1120.47,-2313.82,52.747,4.24704,400,5,0,1221,0,1,0,0,0),(11659,2560,0,1,1,180,0,-978.653,-2188.99,56.2593,0.127261,400,10,0,1221,0,1,0,0,0),(11658,2571,0,1,1,448,1,-1790.2,-1515.49,78.3072,4.86952,400,0,0,1605,0,2,0,0,0),(28677,33027,571,1,1,0,0,5866.57,706.932,643.272,4.06295,120,0,0,8508,7981,0,0,0,0),(11656,2590,0,1,1,4014,1,-1634.63,-1774.24,81.3997,2.92247,400,0,0,992,2680,0,0,0,0),(11655,2559,0,1,1,11316,0,-1126.84,-2353.32,52.0306,0.174785,400,5,0,1050,0,1,0,0,0),(11654,2586,0,1,1,3984,1,-814.36,-1912.49,50.7638,1.72181,400,5,0,1050,0,1,0,0,0),(11653,2560,0,1,1,180,0,-1053.99,-2284.67,46.2456,6.16368,400,5,0,1221,0,1,0,0,0),(11652,2571,0,1,1,448,1,-1770.99,-1522.36,75.2385,2.1557,400,0,0,1605,0,0,0,0,0),(11651,2570,0,1,1,416,1,-1792.11,-1508.03,90.6093,1.53697,400,0,0,1248,1186,2,0,0,0),(11650,24477,0,1,1,3988,1,-1680.93,-1823.58,108.476,3.19395,400,0,0,1405,0,0,0,0,0),(11649,2560,0,1,1,180,0,-1061.57,-2237.13,58.408,0.430592,400,10,0,1221,0,1,0,0,0),(11648,2560,0,1,1,180,0,-936.941,-2235.53,43.367,1.39869,400,5,0,1221,0,1,0,0,0),(11647,2570,0,1,1,416,1,-1730.41,-1538.98,55.7751,4.29797,400,5,0,1248,1186,1,0,0,0),(11646,2559,0,1,1,11316,0,-1074.44,-2417.71,53.6453,2.81984,400,5,0,1050,0,1,0,0,0),(11645,2578,0,1,1,10824,0,-729.573,-1828.85,61.7222,3.71963,400,5,0,1107,0,1,0,0,0),(11644,2566,0,1,1,3193,1,-2039.69,-2809,73.8459,4.4869,400,0,0,1403,0,2,0,0,0),(11643,2588,0,1,1,4017,1,-1654.92,-1780.71,80.1678,2.22505,400,5,0,1277,0,1,0,0,0),(11642,2559,0,1,1,11316,0,-1045.4,-1585.7,47.656,0.194713,400,10,0,1050,0,1,0,0,0),(11641,2563,0,1,1,1103,0,-1007.32,-2579.71,60.2985,2.0851,400,10,0,1163,0,1,0,0,0),(11640,2563,0,1,1,1103,0,-984.557,-1521.47,52.0021,0.477938,400,5,0,1163,0,1,0,0,0),(11639,2559,0,1,1,11316,0,-954.021,-1568.99,50.859,4.79456,400,10,0,1050,0,1,0,0,0),(11638,2565,0,1,1,1104,0,-1015.03,-2542.98,57.2111,3.90213,400,10,0,1403,0,1,0,0,0),(11637,2558,0,1,1,4001,1,-1695.48,-1692.2,60.0567,3.06348,400,0,0,1469,0,0,0,0,0),(11636,2563,0,1,1,1103,0,-1476.62,-3317.56,35.8843,6.12582,400,10,0,1163,0,1,0,0,0),(11635,2559,0,1,1,11316,0,-1143.2,-1483.41,53.3852,3.11352,400,10,0,1050,0,1,0,0,0),(11634,2559,0,1,1,11316,0,-1048.9,-1546.75,51.3139,1.01589,400,10,0,1050,0,1,0,0,0),(11633,2559,0,1,1,11316,0,-1097.65,-1516.67,47.4856,0.38989,400,10,0,1050,0,1,0,0,0),(11632,2563,0,1,1,1103,0,-1117.13,-1584.89,46.6332,6.07917,400,5,0,1163,0,1,0,0,0),(11631,2578,0,1,1,10824,0,-1032.12,-1580.81,47.8714,2.95685,400,10,0,1107,0,1,0,0,0),(11630,2579,0,1,1,1105,0,-983.719,-2493.3,54.1787,5.67838,400,5,0,1279,0,1,0,0,0),(11629,2559,0,1,1,11316,0,-1146.29,-1573.14,51.2662,3.64546,400,5,0,1050,0,1,0,0,0),(11628,2563,0,1,1,1103,0,-1044.76,-2686.62,47.8006,2.87559,400,10,0,1163,0,1,0,0,0),(11627,2555,0,1,1,3996,1,-1178.71,-1965.35,24.0847,5.8793,400,3,0,1021,963,1,0,0,0),(11626,2564,0,1,1,1054,1,-1181.52,-1984.42,25.557,1.20071,400,3,0,1221,0,1,0,0,0),(11625,2560,0,1,1,180,0,-1213.47,-1588.6,57.9075,4.80817,400,5,0,1221,0,1,0,0,0),(11624,2559,0,1,1,11316,0,-1117.25,-1551.64,47.7031,6.2568,400,5,0,1050,0,1,0,0,0),(11623,2559,0,1,1,11316,0,-1213.55,-1608.96,51.2849,3.03501,400,10,0,1050,0,1,0,0,0),(11622,2563,0,1,1,1103,0,-1217.82,-1680.35,53.0944,6.13217,400,10,0,1163,0,1,0,0,0),(11621,2563,0,1,1,1103,0,-1205.66,-1516.91,53.7721,4.0722,400,10,0,1163,0,1,0,0,0),(11620,2560,0,1,1,180,0,-1491.44,-2039.76,24.5675,5.24311,400,10,0,1221,0,1,0,0,0),(11619,2559,0,1,1,11316,0,-1676.96,-2543.34,60.6224,2.85557,400,5,0,1050,0,1,0,0,0),(11618,2566,0,1,1,3193,1,-2077.28,-2821.97,79.4504,5.96836,400,5,0,1403,0,1,0,0,0),(11617,2563,0,1,1,1103,0,-1511.35,-2417.82,70.3286,4.71771,400,5,0,1163,0,1,0,0,0),(11616,2566,0,1,1,3193,1,-2063.33,-2836.13,77.3628,4.1037,400,3,0,1403,0,1,0,0,0),(11615,2560,0,1,1,180,0,-1699.86,-3114.34,31.6198,5.83264,400,5,0,1221,0,1,0,0,0),(11614,2559,0,1,1,11316,0,-610.762,-1944.37,55.4123,0.918315,400,10,0,1050,0,1,0,0,0),(11613,2567,0,1,1,6170,1,-2084.98,-2832.49,77.7331,3.42634,400,3,0,1075,2763,1,0,0,0),(11612,2586,0,1,1,3984,1,-749.713,-1969.37,34.6402,2.58377,400,3,0,1050,0,1,0,0,0),(11611,2565,0,1,1,1104,0,-1585.81,-2909.56,25.8705,1.27747,400,10,0,1403,0,1,0,0,0),(11610,2565,0,1,1,1104,0,-1521.63,-2899.67,26.2778,5.04279,400,10,0,1403,0,1,0,0,0),(11609,2560,0,1,1,180,0,-1473.94,-1996.01,31.2101,3.56823,400,10,0,1221,0,1,0,0,0),(11608,2586,0,1,1,3984,1,-826.294,-1959.94,34.2652,3.92936,400,5,0,1050,0,1,0,0,0),(11607,2565,0,1,1,1104,0,-1484.84,-2828.7,39.1067,4.64011,400,10,0,1403,0,1,0,0,0),(11606,2586,0,1,1,3984,1,-728.36,-2022.5,39.4002,6.28123,400,0,0,1050,0,0,0,0,0),(11605,2560,0,1,1,180,0,-1498.8,-2037.1,24.8876,5.4314,400,10,0,1221,0,1,0,0,0),(11604,2563,0,1,1,1103,0,-1439.53,-2048.48,17.9272,5.79771,400,10,0,1163,0,1,0,0,0),(11603,2563,0,1,1,1103,0,-1181.95,-3179.54,44.2552,0.087651,400,10,0,1163,0,1,0,0,0),(11598,2572,0,1,1,2153,1,-1129.64,-3713.64,85.9936,1.43166,400,0,0,1403,0,0,0,0,0),(11597,2556,0,1,1,3997,1,-2041.25,-3320.83,58.1544,2.4765,400,5,0,1279,0,1,0,0,0),(11596,2565,0,1,1,1104,0,-835.472,-2250.44,54.4955,3.11164,400,10,0,1403,0,1,0,0,0),(11595,2572,0,1,1,2153,1,-1197.4,-3635.48,57.2949,1.15694,400,3,0,1403,0,1,0,0,0),(11594,2556,0,1,1,3997,1,-2100.19,-3305.81,53.6545,0.772878,400,5,0,1279,0,1,0,0,0),(11593,2572,0,1,1,2153,1,-1198.78,-3603.36,54.1965,3.23543,400,5,0,1403,0,1,0,0,0),(11592,2563,0,1,1,1103,0,-985.014,-2748.35,56.3779,6.13254,400,5,0,1163,0,1,0,0,0),(11591,2579,0,1,1,1105,0,-1835.29,-2677.68,54.1097,2.72773,400,10,0,1279,0,1,0,0,0),(11590,2565,0,1,1,1104,0,-1017.03,-2483.33,56.5775,3.41049,400,10,0,1403,0,1,0,0,0),(11589,2621,0,1,1,4034,1,-1054.39,-3557.02,54.2488,2.72271,400,0,0,2769,0,2,0,0,0),(11588,2620,0,1,1,1072,0,-1745.95,-2662.81,40.3101,0.35212,400,10,0,8,0,1,0,0,0),(11587,2572,0,1,1,2153,1,-993.827,-3812.06,141.678,3.92077,400,5,0,1403,0,1,0,0,0),(11586,2565,0,1,1,1104,0,-952.34,-2377.55,46.4981,2.86673,400,5,0,1403,0,1,0,0,0),(11585,2565,0,1,1,1104,0,-779.128,-2231.42,53.4042,4.34059,400,10,0,1403,0,1,0,0,0),(11584,2579,0,1,1,1105,0,-1701.9,-2820.94,39.9237,5.21626,400,5,0,1279,0,1,0,0,0),(11583,2574,0,1,1,511,1,-902.786,-3869.73,139.12,4.84225,400,5,0,1469,0,1,0,0,0),(11582,2572,0,1,1,2153,1,-1025.66,-3815.28,142.459,5.47112,400,3,0,1403,0,1,0,0,0),(11581,10696,0,1,1,4137,1,-1288.48,-2606.22,60.969,2.7085,400,5,0,3170,0,1,0,0,0),(11580,2356,0,1,1,3201,0,-511.27,-1802.18,67.2102,1.2262,400,5,0,944,0,1,0,0,0),(11579,2565,0,1,1,1104,0,-892.79,-2470.87,60.9296,3.16423,400,5,0,1403,0,1,0,0,0),(11578,2565,0,1,1,1104,0,-878.854,-2453.83,61.1948,4.48818,400,5,0,1403,0,1,0,0,0),(11577,2586,0,1,1,3984,1,-882.313,-2003.83,34.2652,4.67274,400,5,0,1050,0,1,0,0,0),(11576,2563,0,1,1,1103,0,-1283.53,-3350.37,37.3615,4.82784,400,10,0,1163,0,1,0,0,0),(11575,2563,0,1,1,1103,0,-1293.12,-3386.53,37.8884,4.23613,400,10,0,1163,0,1,0,0,0),(11574,2563,0,1,1,1103,0,-1348.54,-3350.49,45.7336,4.53887,400,10,0,1163,0,1,0,0,0),(11573,2563,0,1,1,1103,0,-1315.66,-3263.79,41.9204,4.61253,400,10,0,1163,0,1,0,0,0),(11572,2560,0,1,1,180,0,-1713.19,-2142.66,43.8753,4.13757,400,10,0,1221,0,1,0,0,0),(11571,2563,0,1,1,1103,0,-1408.92,-3316.13,42.5473,5.02611,400,10,0,1163,0,1,0,0,0),(11570,2563,0,1,1,1103,0,-1481.5,-3380.74,43.7823,4.78691,400,10,0,1163,0,1,0,0,0),(11567,2592,0,1,1,9587,0,-1552.32,-2112.78,19.2517,0.983634,400,5,0,1604,0,1,0,0,0),(11558,2592,0,1,1,9587,0,-1475.39,-2123.6,17.3469,5.64477,400,5,0,1604,0,1,0,0,0),(11557,2563,0,1,1,1103,0,-1456.81,-3377.41,45.0877,5.50811,400,10,0,1163,0,1,0,0,0),(11556,2592,0,1,1,9587,0,-1584.55,-2119.19,27.9018,4.05977,400,5,0,1604,0,1,0,0,0),(11555,2563,0,1,1,1103,0,-1345.61,-3451.12,49.4164,2.47815,400,10,0,1163,0,1,0,0,0),(11554,2563,0,1,1,1103,0,-1435.42,-3425.91,55.7631,1.5708,400,5,0,1163,0,1,0,0,0),(11553,2563,0,1,1,1103,0,-1637.15,-2433.7,81.4215,5.4439,400,5,0,1163,0,1,0,0,0),(11552,2563,0,1,1,1103,0,-1316.64,-3383.46,41.0318,1.58053,400,10,0,1163,0,1,0,0,0),(11551,2559,0,1,1,11316,0,-1312.81,-3339.91,42.9183,0.441772,400,10,0,1050,0,1,0,0,0),(11550,2586,0,1,1,3984,1,-777.788,-1922.04,43.6986,5.51954,400,5,0,1050,0,1,0,0,0),(11549,2565,0,1,1,1104,0,-1789.66,-3089.44,39.9493,4.49058,400,5,0,1403,0,1,0,0,0),(11548,2578,0,1,1,10824,0,-1045.53,-1842.54,67.8062,3.37523,400,5,0,1107,0,1,0,0,0),(11547,2586,0,1,1,3984,1,-898.096,-2026.39,34.5152,4.4442,400,5,0,1050,0,1,0,0,0),(11546,2559,0,1,1,11316,0,-1000.47,-2043.76,60.2376,5.65726,400,5,0,1050,0,1,0,0,0),(11545,2563,0,1,1,1103,0,-1050.45,-1716.25,38.8128,1.63561,400,10,0,1163,0,1,0,0,0),(11544,2560,0,1,1,180,0,-927.072,-2174.33,51.735,2.94018,400,10,0,1221,0,1,0,0,0),(11543,2620,0,1,1,1072,0,-1277.47,-2904.9,41.3603,1.71795,400,10,0,8,0,1,0,0,0),(11542,2560,0,1,1,180,0,-932.942,-2226.05,42.2614,5.60041,400,5,0,1221,0,1,0,0,0),(11541,2560,0,1,1,180,0,-950.022,-2448.45,53.2326,3.21777,400,5,0,1221,0,1,0,0,0),(11540,2565,0,1,1,1104,0,-832.512,-2314.82,57.1093,0.356943,400,5,0,1403,0,1,0,0,0),(11539,2560,0,1,1,180,0,-849.943,-2301.8,53.2836,1.62554,400,5,0,1221,0,1,0,0,0),(11538,2563,0,1,1,1103,0,-1114.47,-2516.77,57.2454,4.11643,400,10,0,1163,0,1,0,0,0),(11537,2583,0,1,1,4140,1,-1563.95,-1662.68,68.7178,4.04595,400,0,0,1257,1142,0,0,0,0),(11536,2560,0,1,1,180,0,-1326.18,-1700.12,57.0609,4.37025,400,10,0,1221,0,1,0,0,0),(11535,2619,0,1,1,4032,1,-1432.74,-2975.95,42.3855,2.07638,400,5,0,1279,0,1,0,0,0),(11534,2559,0,1,1,11316,0,-1108.94,-1747.85,49.0719,4.25726,400,10,0,1050,0,1,0,0,0),(11533,2563,0,1,1,1103,0,-1380.84,-1684.89,54.5361,4.22163,400,10,0,1163,0,1,0,0,0),(11532,2780,0,1,1,2435,1,-1560.81,-1918.54,47.1491,2.87929,400,0,0,1823,0,0,0,0,0),(11531,2782,0,1,1,2434,1,-1565.7,-1909.84,47.3377,3.34318,400,0,0,1823,0,0,0,0,0),(11530,2563,0,1,1,1103,0,-1614.57,-2369.07,91.5608,1.80725,400,3,0,1163,0,1,0,0,0),(11529,2618,0,1,1,4030,1,-1523.15,-3051.18,14.429,5.84759,400,5,0,1221,0,1,0,0,0),(11528,2618,0,1,1,4030,1,-1504.83,-3052.92,14.304,2.03541,400,5,0,1221,0,1,0,0,0),(11527,2781,0,1,1,2436,1,-1578.81,-1913.16,47.3377,3.47247,400,0,0,1823,0,0,0,0,0),(11526,2559,0,1,1,11316,0,-1915.18,-2345.83,53.3949,5.89726,400,5,0,1050,0,1,0,0,0),(11525,2559,0,1,1,11316,0,-1050.77,-1604.48,43.2941,5.80644,400,10,0,1050,0,1,0,0,0),(11524,2619,0,1,1,4032,1,-1585.72,-3128.52,13.3453,1.89687,400,5,0,1279,0,1,0,0,0),(11523,2559,0,1,1,11316,0,-1292.18,-3530.55,53.5782,3.50288,400,3,0,1050,0,1,0,0,0),(11522,2563,0,1,1,1103,0,-1327.39,-1490.16,56.7869,6.24219,400,10,0,1163,0,1,0,0,0),(11521,2618,0,1,1,4030,1,-1481.36,-3018.46,12.255,0.203858,400,5,0,1221,0,1,0,0,0),(11520,2618,0,1,1,4030,1,-1464.88,-3080.34,14.271,3.97988,400,5,0,1221,0,1,0,0,0),(11519,2560,0,1,1,180,0,-1266.51,-1516,53.8796,5.78212,400,10,0,1221,0,1,0,0,0),(11518,2560,0,1,1,180,0,-1014.69,-2181.41,59.1217,4.76561,400,10,0,1221,0,1,0,0,0),(11517,2560,0,1,1,180,0,-1810.1,-2289.14,38.4827,3.70502,400,5,0,1221,0,1,0,0,0),(11516,2560,0,1,1,180,0,-1048.99,-2197.13,62.2936,3.4122,400,10,0,1221,0,1,0,0,0),(11515,2560,0,1,1,180,0,-1790.95,-2258.61,47.7251,0.818535,400,5,0,1221,0,1,0,0,0),(11513,2560,0,1,1,180,0,-1811.33,-2342.22,30.9212,6.10456,400,5,0,1221,0,1,0,0,0),(11512,2560,0,1,1,180,0,-1675.84,-2122.29,34.6154,0.617294,400,10,0,1221,0,1,0,0,0),(11510,2563,0,1,1,1103,0,-1003.78,-1613.31,41.4963,3.35814,400,10,0,1163,0,1,0,0,0),(11509,2619,0,1,1,4032,1,-1403.6,-3123.32,30.27,4.22427,400,5,0,1279,0,1,0,0,0),(11508,2595,0,1,1,11254,1,-2213.2,-1748.48,-32.8292,4.02949,400,10,0,1604,0,1,0,0,0),(11507,2552,0,1,1,3990,0,-1116.13,-2216.56,59.6012,5.71895,400,10,0,1050,0,1,0,0,0),(11506,2559,0,1,1,11316,0,-941.214,-2600.57,70.9026,5.89035,400,3,0,1050,0,1,0,0,0),(11505,2596,0,1,1,5765,1,-2289.71,-1722.61,-60.2961,2.35323,400,5,0,1196,3075,1,0,0,0),(11504,2579,0,1,1,1105,0,-1739.91,-2319.71,37.1249,1.01261,400,10,0,1279,0,1,0,0,0),(11503,2595,0,1,1,11254,1,-2257.57,-1735.6,-64.9007,6.20913,400,5,0,1604,0,1,0,0,0),(11500,2595,0,1,1,11254,1,-2291.68,-1673.03,-35.1069,0.061157,400,10,0,1604,0,1,0,0,0),(11498,2596,0,1,1,5765,1,-2288.97,-1652.69,-61.7458,0.007027,400,5,0,1196,3075,1,0,0,0),(11497,2585,0,1,1,4143,1,-1546.63,-1907.09,68.0578,5.71145,400,5,0,1604,0,1,0,0,0),(11496,2595,0,1,1,11254,1,-2294.38,-1624.51,-65.8493,3.01916,400,5,0,1604,0,1,0,0,0),(11495,2595,0,1,1,11254,1,-2287.87,-1621.42,-27.6914,3.35849,400,5,0,1604,0,1,0,0,0),(11494,2595,0,1,1,11254,1,-2219.7,-1589.07,-55.0913,0.871489,400,3,0,1604,0,1,0,0,0),(11493,2559,0,1,1,11316,0,-1358.31,-3407.4,47.9261,5.97257,400,10,0,1050,0,1,0,0,0),(11492,2559,0,1,1,11316,0,-1185.44,-2395.57,54.9218,0.282857,400,10,0,1050,0,1,0,0,0),(11491,2563,0,1,1,1103,0,-1338.94,-3384.6,44.8438,3.32826,400,10,0,1163,0,1,0,0,0),(11490,2559,0,1,1,11316,0,-1208.49,-2343.68,60.2987,6.1084,400,10,0,1050,0,1,0,0,0),(11489,2559,0,1,1,11316,0,-1246.19,-2300.56,58.0568,2.62365,400,5,0,1050,0,1,0,0,0),(11487,2595,0,1,1,11254,1,-2182.06,-1608.94,-41.6865,2.97989,400,5,0,1604,0,1,0,0,0),(11486,2559,0,1,1,11316,0,-1259.91,-2384.92,56.5929,1.99767,400,10,0,1050,0,1,0,0,0),(11485,2552,0,1,1,3990,0,-1241.2,-2130.3,81.1168,5.35657,400,3,0,1050,0,1,0,0,0),(11484,2596,0,1,1,5765,1,-2151.36,-1632.39,-38.9054,6.06101,400,3,0,1196,3075,1,0,0,0),(34921,3821,1,1,1,1104,0,2905.33,-3486.15,112.835,6.14405,300,0,0,896,0,0,0,0,0),(34920,3821,1,1,1,1104,0,2859.57,-3428.91,118.105,5.26168,300,0,0,896,0,0,0,0,0),(34919,3821,1,1,1,1104,0,2946.83,-3449.76,127.25,2.00074,300,0,0,896,0,0,0,0,0),(34918,3821,1,1,1,1104,0,2699.47,-3650.24,90.0022,6.10054,300,0,0,896,0,0,0,0,0),(34917,3821,1,1,1,1104,0,2279.74,-3029.9,122.576,4.95982,300,0,0,896,0,0,0,0,0),(34916,3821,1,1,1,1104,0,2545.41,-3547.08,59.3648,3.27324,300,0,0,896,0,0,0,0,0),(34915,3821,1,1,1,1104,0,2219.16,-3542.81,45.0811,5.30926,300,0,0,896,0,0,0,0,0),(34914,3821,1,1,1,1104,0,2837.76,-3534.37,108.781,0,300,0,0,896,0,0,0,0,0),(34913,3821,1,1,1,1104,0,2616.43,-3681.93,77.4149,2.33686,300,0,0,896,0,0,0,0,0),(34912,3821,1,1,1,1104,0,2693.02,-3608.94,103.974,4.17968,300,0,0,896,0,0,0,0,0),(34911,3821,1,1,1,1104,0,2721.17,-3560.67,108.477,3.17283,300,0,0,896,0,0,0,0,0),(34910,3821,1,1,1,1104,0,2536.15,-3656.27,60.7432,5.99701,300,0,0,896,0,0,0,0,0),(34909,3820,1,1,1,336,0,2547.51,-1992.35,141.935,0.319898,300,5,0,664,0,1,0,0,0),(34908,3820,1,1,1,336,0,1937.28,-1419.22,90.1315,1.27373,300,10,0,664,0,1,0,0,0),(34907,3820,1,1,1,336,0,1968.85,-1619.74,63.7147,0.957353,300,5,0,664,0,1,0,0,0),(34906,3820,1,1,1,336,0,2256.04,-2093.96,107.173,3.2886,300,3,0,664,0,1,0,0,0),(34905,3820,1,1,1,336,0,2594.1,-2387.73,163.113,0.954632,300,10,0,664,0,1,0,0,0),(34904,3820,1,1,1,336,0,2001.98,-1580.48,62.1827,1.11239,300,5,0,664,0,1,0,0,0),(34903,3820,1,1,1,336,0,1755.2,-1512.87,95.2172,0.348938,300,5,0,664,0,1,0,0,0),(34902,3820,1,1,1,336,0,1718.88,-1492.65,114.727,0.399375,300,5,0,664,0,1,0,0,0),(34901,3820,1,1,1,336,0,2248.71,-2148.8,105.72,3.06754,300,5,0,664,0,1,0,0,0),(34900,3820,1,1,1,336,0,1847.42,-1598.12,70.3945,0.802127,300,15,0,664,0,1,0,0,0),(34899,3820,1,1,1,336,0,1873.83,-1623.84,63.5051,5.01718,300,15,0,664,0,1,0,0,0),(34898,3820,1,1,1,336,0,2116.41,-1622.61,75.3936,3.63143,300,5,0,664,0,1,0,0,0),(11483,2595,0,1,1,11254,1,-2156.71,-1629.56,-47.7553,5.1571,400,5,0,1604,0,1,0,0,0),(11482,2596,0,1,1,5765,1,-2173.45,-1610.2,-48.3585,5.88448,400,3,0,1196,3075,1,0,0,0),(11481,2596,0,1,1,5765,1,-2168.51,-1606.38,-31.4455,0.023118,400,5,0,1196,3075,1,0,0,0),(11480,2595,0,1,1,11254,1,-2217.44,-1653.27,-49.5646,2.6425,400,5,0,1604,0,1,0,0,0),(11479,2595,0,1,1,11254,1,-2247.78,-1703.28,-66.7463,5.61817,400,5,0,1604,0,1,0,0,0),(11478,2595,0,1,1,11254,1,-2186.51,-1651.93,-47.4427,0.656811,400,5,0,1604,0,1,0,0,0),(11477,2595,0,1,1,11254,1,-2209.93,-1705.89,-64.6176,3.91886,400,10,0,1604,0,1,0,0,0),(11476,2596,0,1,1,5765,1,-2164.42,-1685.2,-25.2668,4.36692,400,10,0,1196,3075,1,0,0,0),(34897,3820,1,1,1,336,0,1680.95,-1585.5,109.189,3.98567,300,5,0,664,0,1,0,0,0),(34896,3820,1,1,1,336,0,2785.86,-2255.24,213.368,2.10351,300,5,0,664,0,1,0,0,0),(34895,3820,1,1,1,336,0,2788.98,-2478.42,208.874,5.6485,300,3,0,664,0,1,0,0,0),(34894,3820,1,1,1,336,0,2822.75,-2487.26,215.186,5.02954,300,10,0,664,0,1,0,0,0),(34893,3820,1,1,1,336,0,2722.32,-2534.64,182.369,-1.51153,300,5,0,664,0,1,0,0,0),(34892,3820,1,1,1,336,0,2756.86,-2186.21,198.609,4.28455,300,15,0,664,0,1,0,0,0),(34891,3820,1,1,1,336,0,2805.79,-2148.39,201.855,2.25262,300,15,0,664,0,1,0,0,0),(34890,3820,1,1,1,336,0,2792.58,-2158.43,201.352,3.14745,300,15,0,664,0,1,0,0,0),(34889,3820,1,1,1,336,0,1656.78,-1598.88,124.379,5.99416,300,5,0,664,0,1,0,0,0),(34888,3820,1,1,1,336,0,2844.77,-2569.3,220.696,2.02571,300,10,0,664,0,1,0,0,0),(34887,3820,1,1,1,336,0,2282.59,-1887.13,63.7125,6.08711,300,15,0,664,0,1,0,0,0),(34886,3820,1,1,1,336,0,2868.95,-2474.32,230.616,2.14037,300,3,0,664,0,1,0,0,0),(34885,3820,1,1,1,336,0,1959.56,-1654.07,61.4227,2.38773,300,5,0,664,0,1,0,0,0),(34884,3820,1,1,1,336,0,1921.73,-1545.74,70.538,0.819248,300,5,0,664,0,1,0,0,0),(34883,3820,1,1,1,336,0,1838.96,-1518.97,106.016,6.1966,300,5,0,664,0,1,0,0,0),(34882,3820,1,1,1,336,0,2572.95,-2009.37,144.048,3.14159,300,5,0,664,0,1,0,0,0),(1642,672,0,1,1,4621,1,-13027.4,-811.344,71.1512,0.737714,300,3,0,1711,1483,1,0,0,0),(34881,3819,1,1,1,1103,0,1740.9,-2368.75,110.696,4.44855,300,5,0,494,0,1,0,0,0),(34880,3819,1,1,1,1103,0,1648.64,-2552.48,95.5182,1.53761,300,5,0,494,0,1,0,0,0),(34879,3819,1,1,1,1103,0,1387.42,-2080.99,92.3091,0.650929,300,10,0,494,0,1,0,0,0),(34878,3819,1,1,1,1103,0,1641.52,-1918.97,99.2801,3.33018,300,5,0,494,0,1,0,0,0),(34877,3819,1,1,1,1103,0,1457.57,-2043.77,93.1359,1.12832,300,10,0,494,0,1,0,0,0),(34876,3819,1,1,1,1103,0,1417.26,-2358.54,100.317,2.06258,300,15,0,494,0,1,0,0,0),(34875,3819,1,1,1,1103,0,2675.68,-64.9075,93.0552,3.4906,300,15,0,494,0,1,0,0,0),(34874,3819,1,1,1,1103,0,3113.82,-347.664,132.614,5.80426,300,3,0,494,0,1,0,0,0),(34873,3819,1,1,1,1103,0,2776.96,-44.7284,92.7771,5.71447,300,15,0,494,0,1,0,0,0),(34872,3819,1,1,1,1103,0,2396.23,-85.4464,96.5678,3.71102,300,5,0,494,0,1,0,0,0),(34871,3819,1,1,1,1103,0,2792.54,-81.8305,96.6565,4.94023,300,15,0,494,0,1,0,0,0),(34870,3819,1,1,1,1103,0,2414.09,-315.44,101.051,2.71682,300,15,0,494,0,1,0,0,0),(34869,3819,1,1,1,1103,0,2552.3,-318.457,108.448,2.928,300,3,0,494,0,1,0,0,0),(34868,3819,1,1,1,1103,0,2774.67,198.497,62.4013,1.8744,300,5,0,494,0,1,0,0,0),(34867,3819,1,1,1,1103,0,2649.13,-92.3146,96.5407,1.34429,300,15,0,494,0,1,0,0,0),(34866,3819,1,1,1,1103,0,2518.01,-357.052,109.676,1.57861,300,3,0,494,0,1,0,0,0),(34865,3819,1,1,1,1103,0,2618.92,-217.582,109.335,2.42598,300,3,0,494,0,1,0,0,0),(34864,3819,1,1,1,1103,0,3007.24,215.485,55.7154,3.87995,300,5,0,494,0,1,0,0,0),(34863,3819,1,1,1,1103,0,3248.9,-221.144,117.465,4.42209,300,15,0,494,0,1,0,0,0),(34862,3819,1,1,1,1103,0,2758.58,-52.6539,91.1636,3.4207,300,15,0,494,0,1,0,0,0),(34861,3819,1,1,1,1103,0,2886.89,-782.195,162.929,6.2402,300,3,0,494,0,1,0,0,0),(34860,3819,1,1,1,1103,0,2848.71,-752.484,155.883,3.78919,300,5,0,494,0,1,0,0,0),(34859,3819,1,1,1,1103,0,2745,-851.066,151.039,4.11887,300,3,0,494,0,1,0,0,0),(34858,3819,1,1,1,1103,0,2935.42,-346.875,107.589,0.785471,300,5,0,494,0,1,0,0,0),(34857,3819,1,1,1,1103,0,2984.77,-722.577,167.492,4.51897,300,15,0,494,0,1,0,0,0),(34856,3819,1,1,1,1103,0,2962.34,-707.978,174.958,6.07066,300,5,0,494,0,1,0,0,0),(6750,440,0,1,1,6033,1,-9821.79,-3254.66,59.2902,0.558505,300,0,0,449,0,0,0,0,0),(11475,2595,0,1,1,11254,1,-2170.54,-1710.06,-31.044,3.3373,400,10,0,1604,0,1,0,0,0),(11474,2578,0,1,1,10824,0,-976.268,-1777.7,48.2945,4.84552,400,10,0,1107,0,1,0,0,0),(11473,2619,0,1,1,4032,1,-1576.84,-3081.32,15.0582,3.98767,400,5,0,1279,0,1,0,0,0),(11472,2595,0,1,1,11254,1,-2168.11,-1703.97,-38.4068,1.18635,400,5,0,1604,0,1,0,0,0),(1641,783,0,1,1,4623,1,-13041.7,-792.05,72.1446,2.52068,300,3,0,2059,0,1,0,0,0),(11471,2595,0,1,1,11254,1,-2157.6,-1695.23,-35.6819,3.52331,400,3,0,1604,0,1,0,0,0),(11470,2596,0,1,1,5765,1,-2169.48,-1721.63,-39.903,0.676672,400,5,0,1196,3075,1,0,0,0),(34855,3819,1,1,1,1103,0,1645.69,-1885.26,106.825,1.33103,300,5,0,494,0,1,0,0,0),(34854,3819,1,1,1,1103,0,1950.23,-2551.23,77.0311,5.70927,300,10,0,494,0,1,0,0,0),(34853,3819,1,1,1,1103,0,1421.3,-2046.6,93.7874,3.22344,300,10,0,494,0,1,0,0,0),(34852,3819,1,1,1,1103,0,1682.74,-1964.29,96.8296,5.47569,300,10,0,494,0,1,0,0,0),(34851,3819,1,1,1,1103,0,1388.15,-2020.34,97.6852,2.12629,300,10,0,494,0,1,0,0,0),(34850,3819,1,1,1,1103,0,1615.35,-1954.39,98.157,3.95532,300,5,0,494,0,1,0,0,0),(34849,3819,1,1,1,1103,0,1344.46,-2000.66,118.351,4.24887,300,5,0,494,0,1,0,0,0),(34848,3819,1,1,1,1103,0,1415.11,-2008.68,94.9292,3.21207,300,10,0,494,0,1,0,0,0),(34847,3819,1,1,1,1103,0,1384.05,-1983.36,108.272,2.99379,300,10,0,494,0,1,0,0,0),(34846,3819,1,1,1,1103,0,2606.05,-85.2276,101.084,4.38447,300,3,0,494,0,1,0,0,0),(34845,3819,1,1,1,1103,0,2781.71,-146.33,103.985,0.919832,300,5,0,494,0,1,0,0,0),(34844,3819,1,1,1,1103,0,3106.02,-665.368,177.468,4.72606,300,15,0,494,0,1,0,0,0),(34843,3819,1,1,1,1103,0,3002.05,-645.473,173.479,1.38221,300,5,0,494,0,1,0,0,0),(34842,3819,1,1,1,1103,0,3131.51,-505.817,141.835,2.84927,300,3,0,494,0,1,0,0,0),(34841,3819,1,1,1,1103,0,2124.66,-2817.86,115.06,0.418324,300,5,0,494,0,1,0,0,0),(34840,3819,1,1,1,1103,0,3186.83,-537.41,146.708,1.19808,300,15,0,494,0,1,0,0,0),(34839,3819,1,1,1,1103,0,3380.65,-281.13,133.336,3.5316,300,3,0,494,0,1,0,0,0),(34838,3819,1,1,1,1103,0,3450.11,-474.459,169.163,2.54053,300,2,0,494,0,1,0,0,0),(7450,1212,0,1,1,0,0,-8529,855.316,106.518,3.886,540,0,0,1753,0,0,0,0,0),(11469,2596,0,1,1,5765,1,-2157.72,-1674.73,-41.2976,1.45709,400,0,0,1196,3075,0,0,0,0),(34837,3819,1,1,1,1103,0,3078.75,-645.201,166.517,0.105695,300,15,0,494,0,1,0,0,0),(1640,683,0,1,1,2437,0,-11754.2,-116.24,13.5445,5.07367,300,5,0,1050,0,1,0,0,0),(1639,681,0,1,1,598,0,-11660.6,-158.973,17.0843,0.630231,300,5,0,1050,0,1,0,0,0),(1638,782,0,1,1,4625,1,-12949.1,-770.9,56.3027,3.46674,300,5,0,1902,0,1,0,0,0),(1637,699,0,1,1,4576,1,-11524.9,781.633,41.7749,2.61799,300,0,0,1279,0,0,0,0,0),(11468,2559,0,1,1,11316,0,-1181.53,-2316.5,56.6448,4.69481,400,10,0,1050,0,1,0,0,0),(11467,2595,0,1,1,11254,1,-2172.15,-1712.25,-46.9012,3.49908,400,3,0,1604,0,1,0,0,0),(11466,2579,0,1,1,1105,0,-1808.91,-3075.93,46.6679,3.53879,400,5,0,1279,0,1,0,0,0),(11465,2565,0,1,1,1104,0,-1789.41,-2920.03,54.1073,5.70223,400,10,0,1403,0,1,0,0,0),(11464,2565,0,1,1,1104,0,-1776.49,-3023.49,43.1459,4.34676,400,10,0,1403,0,1,0,0,0),(11463,2564,0,1,1,1054,1,-1166.84,-1985.47,27.3983,1.64514,400,3,0,1221,0,1,0,0,0),(11462,2559,0,1,1,11316,0,-1096.47,-1773.51,58.674,0.472381,400,10,0,1050,0,1,0,0,0),(34836,3819,1,1,1,1103,0,3058.61,-205.508,108.98,4.59699,300,5,0,494,0,1,0,0,0),(34835,3819,1,1,1,1103,0,3157.22,-697.004,190.554,0.151154,300,3,0,494,0,1,0,0,0),(34834,3819,1,1,1,1103,0,1619.26,-1844.2,117.071,2.53073,300,10,0,494,0,1,0,0,0),(97100,25882,530,1,1,0,0,-2389.86,8280.16,-38.15,3.43078,180,5,0,42,0,1,0,0,0),(1635,1564,0,1,1,4462,1,-14682.5,507.838,1.30348,0.624368,300,0,0,1292,3191,0,0,0,0),(34833,3819,1,1,1,1103,0,3122.45,-223.117,111.12,6.03561,300,15,0,494,0,1,0,0,0),(11461,2559,0,1,1,11316,0,-1021.15,-1834.61,62.0058,4.48672,400,5,0,1050,0,1,0,0,0),(34832,3819,1,1,1,1103,0,1628.7,-2511.25,98.0914,0.717857,300,5,0,494,0,1,0,0,0),(34831,3819,1,1,1,1103,0,1874.03,-2254.69,118.716,0.109579,300,5,0,494,0,1,0,0,0),(11460,2559,0,1,1,11316,0,-2043.79,-2408.86,77.698,4.72606,400,3,0,1050,0,1,0,0,0),(34830,3819,1,1,1,1103,0,3177.75,-501.125,141.642,5.14807,300,15,0,494,0,1,0,0,0),(34829,3819,1,1,1,1103,0,3224.92,-187.909,105.238,2.83405,300,5,0,494,0,1,0,0,0),(1634,938,0,1,1,4439,1,-11513.5,-697.291,35.4867,1.07153,300,0,0,1279,0,0,0,0,0),(1633,938,0,1,1,4439,1,-11513.1,-714.074,33.7644,0.90061,300,0,0,1279,0,0,0,0,0),(1632,938,0,1,1,4439,1,-11484.9,-736.486,34.3351,4.92012,300,2,0,1279,0,1,0,0,0),(1631,938,0,1,1,4439,1,-11499.8,-731.151,31.8437,3.24303,300,0,0,1279,0,0,0,0,0),(1630,1152,0,1,1,833,0,-12382.7,-255.873,15.8195,3.61397,300,10,0,1403,0,1,0,0,0),(34828,3819,1,1,1,1103,0,3167.65,-454.686,137.061,5.07711,300,15,0,494,0,1,0,0,0),(34827,3819,1,1,1,1103,0,3086.22,-565.053,161.852,1.10739,300,2,0,494,0,1,0,0,0),(34826,3819,1,1,1,1103,0,1375.92,-2366.72,112.771,5.93029,300,5,0,494,0,1,0,0,0),(1629,941,0,1,1,4444,1,-11503.4,-741.701,29.8792,1.83098,300,0,0,1064,1007,0,0,0,0),(1628,940,0,1,1,4436,1,-11573.8,-751.51,34.8154,5.82566,300,3,0,977,935,1,0,0,0),(1627,938,0,1,1,4439,1,-11505,-710.347,34.2602,4.46915,300,0,0,1279,0,0,0,0,0),(1626,1421,0,1,1,4437,1,-11329.3,-236.289,74.6221,4.80494,300,0,0,1107,0,0,0,0,0),(1625,938,0,1,1,4439,1,-11463.5,-743.53,29.8838,0.504408,300,3,0,1279,0,1,0,0,0),(1624,941,0,1,1,4444,1,-11453.4,-739.274,29.0699,3.81724,300,3,0,1064,1007,1,0,0,0),(1623,941,0,1,1,4444,1,-11464.7,-735.87,31.3389,2.4488,300,3,0,1064,1007,1,0,0,0),(1622,941,0,1,1,4444,1,-11478.9,-774.739,31.7754,0.334144,300,3,0,1064,1007,1,0,0,0),(1621,941,0,1,1,4444,1,-11525.8,-849.023,28.8221,4.70162,300,0,0,1064,1007,0,0,0,0),(1620,941,0,1,1,4444,1,-11499.9,-825.312,34.342,4.58495,300,2,0,1064,1007,1,0,0,0),(34825,3819,1,1,1,1103,0,1846.1,-2748.64,94.5736,4.10749,300,10,0,494,0,1,0,0,0),(34824,3819,1,1,1,1103,0,2572.42,30.3096,90.2995,5.71795,300,5,0,494,0,1,0,0,0),(11459,2565,0,1,1,1104,0,-1677.8,-3040.59,27.3019,0.559841,400,5,0,1403,0,1,0,0,0),(34823,3819,1,1,1,1103,0,2798.77,407.394,92.4831,0.603344,300,15,0,494,0,1,0,0,0),(34822,3819,1,1,1,1103,0,2751.05,582.485,91.1308,1.25671,300,15,0,494,0,1,0,0,0),(34821,3819,1,1,1,1103,0,2688.38,681.04,122.828,2.17017,300,2,0,494,0,1,0,0,0),(34820,3819,1,1,1,1103,0,2678.78,645.331,104.307,0.20251,300,10,0,494,0,1,0,0,0),(1619,938,0,1,1,4439,1,-11469.3,-759.268,30.8946,2.56099,300,3,0,1279,0,1,0,0,0),(1618,942,0,1,1,4450,1,-11473.2,-930.012,21.782,0.219571,300,3,0,1208,1097,1,0,0,0),(1617,938,0,1,1,4439,1,-11492.6,-796.314,32.1351,4.97668,300,2,0,1279,0,1,0,0,0),(1616,940,0,1,1,4436,1,-11571.3,-644.053,31.2554,5.01562,300,5,0,977,935,1,0,0,0),(1615,942,0,1,1,4450,1,-11467.4,-832.404,14.47,0.541604,300,2,0,1208,1097,1,0,0,0),(1614,939,0,1,1,4446,1,-11536.8,-867.654,25.4519,2.78704,300,2,0,1469,0,1,0,0,0),(1613,942,0,1,1,4450,1,-11486.4,-952.777,30.8131,4.81711,300,0,0,1208,1097,0,0,0,0),(1612,937,0,1,1,4443,1,-11535.1,-640.864,31.2603,6.09972,300,3,0,1163,0,1,0,0,0),(1611,939,0,1,1,4446,1,-11510.4,-914.73,26.816,0.490341,300,5,0,1469,0,1,0,0,0),(1610,686,0,1,1,788,0,-11984,-221.949,19.3987,3.35141,300,10,0,1403,0,1,0,0,0),(1609,937,0,1,1,4443,1,-11593.2,-627.449,28.4113,2.63153,300,0,0,1163,0,0,0,0,0),(1608,939,0,1,1,4446,1,-11497.4,-942.555,29.3472,1.98608,300,0,0,1469,0,0,0,0,0),(1607,976,0,1,1,320,0,-11592.9,-707.045,31.0965,1.8675,300,0,0,1163,0,0,0,0,0),(1606,943,0,1,1,4438,1,-11591.4,-704.627,31.0965,2.35619,300,0,0,1064,1007,0,0,0,0),(34819,3819,1,1,1,1103,0,2464.76,365.193,99.3015,4.98991,300,3,0,494,0,1,0,0,0),(34818,3819,1,1,1,1103,0,2437.84,513.372,107.155,0.439635,300,15,0,494,0,1,0,0,0),(11458,2578,0,1,1,10824,0,-1130.48,-3027.66,36.5562,3.78001,400,10,0,1107,0,1,0,0,0),(11457,2619,0,1,1,4032,1,-1532.22,-3170.69,12.4111,3.31144,400,5,0,1279,0,1,0,0,0),(11456,2618,0,1,1,4030,1,-1541.43,-3158.01,13.1859,4.25577,400,5,0,1221,0,1,0,0,0),(11455,2618,0,1,1,4030,1,-1556.86,-3145.14,13.5609,0.21898,400,5,0,1221,0,1,0,0,0),(7566,1284,0,1,1,0,1,-8523,848.783,106.702,3.718,6300,0,0,106800,115020,0,0,0,0),(34817,3819,1,1,1,1103,0,2458.14,-304.941,108.094,0.669863,300,0,0,494,0,0,0,0,0),(34816,3819,1,1,1,1103,0,2565.57,606.069,107.216,2.79482,300,3,0,494,0,1,0,0,0),(34815,3819,1,1,1,1103,0,2840.85,-809.375,156.517,3.14159,300,3,0,494,0,1,0,0,0),(34814,3819,1,1,1,1103,0,3143.58,-592.847,158.342,3.49176,300,5,0,494,0,1,0,0,0),(34813,3819,1,1,1,1103,0,2768.97,506.695,91.5177,2.96681,300,15,0,494,0,1,0,0,0),(34812,3819,1,1,1,1103,0,2460.62,592.7,117.797,0.862898,300,15,0,494,0,1,0,0,0),(34811,3819,1,1,1,1103,0,2945.92,819.276,100.635,2.11138,300,5,0,494,0,1,0,0,0),(1605,942,0,1,1,4450,1,-11522.6,-939.925,29.4426,2.14489,300,0,0,1208,1097,0,0,0,0),(1604,939,0,1,1,4446,1,-11532.7,-897.53,24.477,1.24056,300,3,0,1469,0,1,0,0,0),(1603,942,0,1,1,4450,1,-11540.1,-885.614,24.145,0.468097,300,3,0,1208,1097,1,0,0,0),(1602,938,0,1,1,4439,1,-11530.5,-622.376,34.1033,3.50811,300,0,0,1279,0,0,0,0,0),(34810,3819,1,1,1,1103,0,2477.76,30.5949,86.4866,5.97564,300,15,0,494,0,1,0,0,0),(34809,3819,1,1,1,1103,0,2535.54,594.806,105.585,4.60281,300,10,0,494,0,1,0,0,0),(1601,939,0,1,1,4446,1,-11503.3,-926.803,25.3398,4.2615,300,5,0,1469,0,1,0,0,0),(34808,3819,1,1,1,1103,0,2748.25,494.835,92.115,1.60691,300,5,0,494,0,1,0,0,0),(34807,3819,1,1,1,1103,0,2694.56,144.758,92.5708,3.87375,300,5,0,494,0,1,0,0,0),(34806,3819,1,1,1,1103,0,2809.73,377.02,92.9167,2.05168,300,15,0,494,0,1,0,0,0),(34805,3819,1,1,1,1103,0,2611.82,279.187,97.8752,6.20499,300,5,0,494,0,1,0,0,0),(34804,3819,1,1,1,1103,0,2414.81,620.613,127.408,4.76475,300,0,0,494,0,0,0,0,0),(11454,2618,0,1,1,4030,1,-1512.39,-3138.92,13.6428,2.0979,400,5,0,1221,0,1,0,0,0),(11453,2619,0,1,1,4032,1,-1532.21,-3108.96,14.0549,3.07094,400,0,0,1279,0,2,0,0,0),(34803,3819,1,1,1,1103,0,2453.16,415.358,95.8992,2.67311,300,15,0,494,0,1,0,0,0),(11452,2578,0,1,1,10824,0,-1391.6,-3360.48,42.9499,2.27053,400,10,0,1107,0,1,0,0,0),(11451,2578,0,1,1,10824,0,-1410.61,-3327.88,40.1239,5.30616,400,10,0,1107,0,1,0,0,0),(11450,2618,0,1,1,4030,1,-1470.28,-3117.45,14.0733,2.9762,400,3,0,1221,0,1,0,0,0),(34802,3819,1,1,1,1103,0,2827.82,619.183,101.492,3.75991,300,2,0,494,0,1,0,0,0),(11449,2618,0,1,1,4030,1,-1479.7,-3119.47,14.0793,3.04097,400,3,0,1221,0,1,0,0,0),(11448,2618,0,1,1,4030,1,-1559.57,-3123.6,13.8027,3.62892,400,5,0,1221,0,1,0,0,0),(34801,3819,1,1,1,1103,0,2728.06,9.80524,118.632,0.982794,300,5,0,494,0,1,0,0,0),(7626,1348,0,1,1,0,1,-8633,886.661,103.181,5.375,310,0,0,1003,0,0,0,0,0),(34800,3819,1,1,1,1103,0,2873.75,357.429,92.1667,2.44127,300,5,0,494,0,1,0,0,0),(7629,1351,0,1,1,0,1,-8519,797.796,106.519,0.74,310,0,0,1003,0,0,0,0,0),(11447,2618,0,1,1,4030,1,-1479.9,-3108.4,13.9976,0.690661,400,3,0,1221,0,1,0,0,0),(34799,3819,1,1,1,1103,0,2516.08,52.4669,87.4068,4.48229,300,5,0,494,0,1,0,0,0),(34798,3819,1,1,1,1103,0,2545.54,280.741,124.824,3.21784,300,5,0,494,0,1,0,0,0),(34797,3819,1,1,1,1103,0,2593.53,641.666,115.257,3.14125,300,5,0,494,0,1,0,0,0),(11446,2618,0,1,1,4030,1,-1544.24,-3139.05,13.6859,2.48363,400,5,0,1221,0,1,0,0,0),(34796,3819,1,1,1,1103,0,2878.5,376.88,91.7917,3.6317,300,5,0,494,0,1,0,0,0),(34795,3819,1,1,1,1103,0,2690.17,198.018,88.8765,1.01882,300,5,0,494,0,1,0,0,0),(34794,3819,1,1,1,1103,0,2386.31,-357.224,96.375,3.6611,300,5,0,494,0,1,0,0,0),(34793,3819,1,1,1,1103,0,2639.95,-3.51842,109.562,1.87834,300,5,0,494,0,1,0,0,0),(34792,3819,1,1,1,1103,0,2924.84,809.255,102.501,0.195764,300,5,0,494,0,1,0,0,0),(34791,3819,1,1,1,1103,0,2820.8,495.618,92.1667,0.056067,300,3,0,494,0,1,0,0,0),(11445,2559,0,1,1,11316,0,-1381.37,-3353.22,43.9903,4.70653,400,10,0,1050,0,1,0,0,0),(1600,939,0,1,1,4446,1,-11524.8,-928.102,29.3383,5.31694,300,0,0,1469,0,0,0,0,0),(1599,940,0,1,1,4436,1,-11653.4,-641.946,30.0412,1.40699,300,0,0,977,935,0,0,0,0),(34790,3819,1,1,1,1103,0,2699.81,146.053,92.0165,6.20489,300,5,0,494,0,1,0,0,0),(11444,2578,0,1,1,10824,0,-1251.84,-3528.59,44.875,1.44749,400,3,0,1107,0,1,0,0,0),(34789,3819,1,1,1,1103,0,2446.45,466.174,99.1325,4.5328,300,15,0,494,0,1,0,0,0),(34788,3819,1,1,1,1103,0,2863.85,326.884,107.578,3.61834,300,5,0,494,0,1,0,0,0),(34787,3819,1,1,1,1103,0,3246.99,-148.898,102.59,3.29008,300,5,0,494,0,1,0,0,0),(34786,3819,1,1,1,1103,0,2640.09,135.158,92.6109,1.01965,300,5,0,494,0,1,0,0,0),(34785,3819,1,1,1,1103,0,2851.87,718.578,110.14,0.001466,300,5,0,494,0,1,0,0,0),(34784,3819,1,1,1,1103,0,2932.67,730.952,116.419,2.04536,300,5,0,494,0,1,0,0,0),(34783,3819,1,1,1,1103,0,2877.75,680.983,98.4844,3.54315,300,5,0,494,0,1,0,0,0),(34782,3819,1,1,1,1103,0,2495.14,476.637,93.9167,6.22064,300,3,0,494,0,1,0,0,0),(11443,2618,0,1,1,4030,1,-1513.96,-3154.23,13.3928,4.56949,400,5,0,1221,0,1,0,0,0),(11442,2578,0,1,1,10824,0,-1323.34,-3343.38,43.3236,3.27492,400,10,0,1107,0,1,0,0,0),(11441,2618,0,1,1,4030,1,-1526.15,-3125.2,14.0982,3.28826,400,5,0,1221,0,1,0,0,0),(11440,2618,0,1,1,4030,1,-1526.72,-3149.71,13.1428,1.25798,400,5,0,1221,0,1,0,0,0),(11439,2619,0,1,1,4032,1,-1471.22,-3126.67,14.1407,2.63261,400,5,0,1279,0,1,0,0,0),(11438,2618,0,1,1,4030,1,-1505.34,-3005.73,12.836,3.34729,400,3,0,1221,0,1,0,0,0),(11437,2619,0,1,1,4032,1,-1504.72,-3014.73,12.7872,5.34543,400,3,0,1279,0,1,0,0,0),(11436,2563,0,1,1,1103,0,-1051.66,-3148.29,50.2909,1.21502,400,10,0,1163,0,1,0,0,0),(11435,2619,0,1,1,4032,1,-1480.55,-3061.23,13.0457,0.199938,400,5,0,1279,0,1,0,0,0),(11434,2618,0,1,1,4030,1,-1468.98,-3094.52,13.0033,3.87934,400,5,0,1221,0,1,0,0,0),(11433,2578,0,1,1,10824,0,-1112.31,-3260.98,39.8925,3.53255,400,10,0,1107,0,1,0,0,0),(11432,2563,0,1,1,1103,0,-913.496,-2821.35,67.2764,3.78431,400,5,0,1163,0,1,0,0,0),(11431,2563,0,1,1,1103,0,-1347.5,-3085.36,35.5296,5.68543,400,5,0,1163,0,1,0,0,0),(11430,2563,0,1,1,1103,0,-1023.9,-3382.23,59.7039,3.23543,400,10,0,1163,0,1,0,0,0),(11429,2563,0,1,1,1103,0,-1049.34,-2350.34,51.4158,5.21524,400,5,0,1163,0,1,0,0,0),(11428,2563,0,1,1,1103,0,-1025.58,-2382.81,49.4548,3.08295,400,5,0,1163,0,1,0,0,0),(11427,2560,0,1,1,180,0,-1742.56,-2309.84,39.2227,6.08656,400,10,0,1221,0,1,0,0,0),(11426,2563,0,1,1,1103,0,-1075.03,-2474.61,52.3603,0.889389,400,10,0,1163,0,1,0,0,0),(11425,2565,0,1,1,1104,0,-898.981,-2342.68,49.5903,0.313721,400,5,0,1403,0,1,0,0,0),(11423,2555,0,1,1,3995,1,-2064.77,-3290.73,67.5814,4.64258,400,0,0,1021,963,0,0,0,0),(11422,2563,0,1,1,1103,0,-879.432,-2223.62,46.6946,3.85888,400,10,0,1163,0,1,0,0,0),(11421,2556,0,1,1,3998,1,-2073.25,-3285.28,67.3342,1.61012,400,5,0,1279,0,1,0,0,0),(11419,2563,0,1,1,1103,0,-1947.14,-2378.62,66.5545,3.74912,400,5,0,1163,0,1,0,0,0),(11418,2620,0,1,1,1072,0,-1276.4,-2325.28,59.5583,5.10863,400,10,0,8,0,1,0,0,0),(11413,2563,0,1,1,1103,0,-1258.76,-3520.74,43.5191,4.05717,400,10,0,1163,0,1,0,0,0),(11412,2618,0,1,1,4030,1,-1537.69,-3014.55,12.9004,2.90545,400,5,0,1221,0,1,0,0,0),(11411,2557,0,1,1,3999,1,-2065.54,-3297.58,67.6664,1.43117,400,0,0,1160,1067,0,0,0,0),(11410,2585,0,1,1,4143,1,-1544.1,-1660.66,73.4835,0.45344,400,5,0,1604,0,1,0,0,0),(11409,2556,0,1,1,3998,1,-1989.41,-3388.27,51.5585,0.888197,400,5,0,1279,0,1,0,0,0),(11408,2618,0,1,1,4030,1,-1523.28,-3082.03,14.1665,1.48946,400,5,0,1221,0,1,0,0,0),(1598,4461,0,1,1,5243,1,-12181.3,-37.2471,-10.758,2.67297,300,5,0,1403,0,1,0,0,0),(34781,3819,1,1,1,1103,0,2504.49,612.347,117.168,1.22171,300,3,0,494,0,1,0,0,0),(11407,2618,0,1,1,4030,1,-1531.06,-3069.33,14.4165,5.53629,400,5,0,1221,0,1,0,0,0),(7744,1410,530,1,1,0,1,-2442.58,3185.48,4.0905,4.87943,300,5,0,4422,2620,1,0,0,0),(7745,1410,530,1,1,0,1,-2430.33,3172.79,18.0832,1.79696,300,5,0,4422,2620,1,0,0,0),(7746,1410,530,1,1,0,1,-2411.25,3154.89,12.5169,2.57465,300,0,0,4422,2620,2,0,0,0),(7747,1410,530,1,1,0,1,-2450.67,3244.48,4.92247,3.81578,300,5,0,4422,2620,1,0,0,0),(7748,1410,530,1,1,0,1,-2415.32,3226.01,4.58525,1.75887,300,5,0,4422,2620,1,0,0,0),(7749,1410,530,1,1,0,1,-2413.73,3144.88,2.79971,6.14695,300,5,0,4422,2620,1,0,0,0),(7750,1410,530,1,1,0,1,-2402.67,3169.24,18.0834,2.70121,300,0,0,4422,2620,0,0,0,0),(7751,1410,530,1,1,0,1,-2361.66,3155.04,5.28645,4.28762,300,5,0,4422,2620,1,0,0,0),(7752,1410,530,1,1,0,1,-2305.6,3164.1,1.699,6.25795,300,5,0,4422,2620,1,0,0,0),(7753,1410,530,1,1,0,1,-2262.83,3185.57,23.7554,3.12414,300,0,0,4422,2620,0,0,0,0),(7754,1410,530,1,1,0,1,-2268.28,3101.93,25.014,1.97517,300,5,0,4422,2620,1,0,0,0),(7755,1410,530,1,1,0,1,-2254.44,3155.01,-7.58388,1.24083,300,5,0,4422,2620,1,0,0,0),(7756,1410,530,1,1,0,1,-2254.22,3224.9,5.11183,1.02719,300,0,0,4422,2620,2,0,0,0),(7757,1410,530,1,1,0,1,-2259.57,3225.24,22.8568,2.60114,300,5,0,4422,2620,1,0,0,0),(7758,1410,530,1,1,0,1,-2242.39,3202.84,22.8518,4.98414,300,0,0,4422,2620,2,0,0,0),(7759,1410,530,1,1,0,1,-2286.07,3299.15,1.22412,2.0704,300,5,0,4422,2620,1,0,0,0),(7760,1410,530,1,1,0,1,-2335.25,3291.32,0.65058,0.983955,300,5,0,4422,2620,1,0,0,0),(7761,1410,530,1,1,0,1,-2293.97,3327.68,-0.801845,2.15663,300,5,0,4422,2620,1,0,0,0),(7762,1410,530,1,1,0,1,-2396.61,3193.45,2.21214,5.43409,300,5,0,4422,2620,1,0,0,0),(7763,1410,530,1,1,0,1,-2345.06,3365.86,-3.30767,3.71847,300,0,0,4422,2620,2,0,0,0),(7764,1410,530,1,1,0,1,-2308.19,3407.12,-11.5586,1.67552,300,0,0,4422,2620,0,0,0,0),(1597,4461,0,1,1,5243,1,-12161.5,-33.0531,-10.7503,4.25463,300,5,0,1403,0,1,0,0,0),(1596,938,0,1,1,4439,1,-11527.1,-679.908,33.8417,0.780186,300,5,0,1279,0,1,0,0,0),(1595,937,0,1,1,4443,1,-11524.2,-652.685,31.0645,5.49602,300,0,0,1163,0,0,0,0,0),(1594,937,0,1,1,4443,1,-11521.3,-647.336,31.0506,0.907988,300,0,0,1163,0,0,0,0,0),(11406,2556,0,1,1,3998,1,-2021.63,-3350.43,51.1321,5.70183,400,5,0,1279,0,1,0,0,0),(11405,2556,0,1,1,3997,1,-2010.25,-3402.83,53.0716,3.74343,400,5,0,1279,0,1,0,0,0),(11403,2556,0,1,1,3997,1,-2005.52,-3377.73,50.7367,4.86753,400,5,0,1279,0,1,0,0,0),(11402,2618,0,1,1,4030,1,-1534.84,-3092.16,14.6775,4.25028,400,5,0,1221,0,1,0,0,0),(11401,2618,0,1,1,4030,1,-1509.36,-3094.38,14.5415,4.65232,400,5,0,1221,0,1,0,0,0),(11400,2560,0,1,1,180,0,-1784.14,-2881.43,46.8833,2.52815,400,5,0,1221,0,1,0,0,0),(11399,2618,0,1,1,4030,1,-1498.3,-3074.87,14.2533,2.36476,400,5,0,1221,0,1,0,0,0),(11398,2618,0,1,1,4030,1,-1510.86,-3070.68,14.4165,0.048761,400,5,0,1221,0,1,0,0,0),(11397,2557,0,1,1,4000,1,-2029.69,-3395.46,57.8137,5.44463,400,5,0,1160,1067,1,0,0,0),(11396,2557,0,1,1,4000,1,-2038.88,-3375.71,59.9498,6.05258,400,5,0,1160,1067,1,0,0,0),(11395,2563,0,1,1,1103,0,-1394.93,-3278.06,42.2723,3.36537,400,10,0,1163,0,1,0,0,0),(11394,2571,0,1,1,448,1,-1795.16,-1537.29,61.0591,0.309163,400,5,0,1605,0,1,0,0,0),(11393,2579,0,1,1,1105,0,-1724.32,-2181.05,41.1846,6.22263,400,10,0,1279,0,1,0,0,0),(11392,2560,0,1,1,180,0,-1714.46,-2288.33,36.9053,3.26506,400,10,0,1221,0,1,0,0,0),(11391,2563,0,1,1,1103,0,-1759.55,-2334.66,31.4735,4.34493,400,10,0,1163,0,1,0,0,0),(11388,2563,0,1,1,1103,0,-1751.96,-2497.88,58.6767,4.41906,400,10,0,1163,0,1,0,0,0),(11387,2559,0,1,1,11316,0,-1705.1,-2483.54,61.2704,0.722322,400,10,0,1050,0,1,0,0,0),(11386,2563,0,1,1,1103,0,-1825.86,-2457.03,53.8348,0.975752,400,5,0,1163,0,1,0,0,0),(11385,2592,0,1,1,9587,0,-1586.36,-2148.02,23.0151,3.40366,400,5,0,1604,0,1,0,0,0),(11384,2592,0,1,1,9587,0,-1585.57,-2222.11,33.549,0.898897,400,5,0,1604,0,1,0,0,0),(11383,2592,0,1,1,9587,0,-1592.37,-2184.38,28.5993,3.00089,400,10,0,1604,0,1,0,0,0),(11382,2563,0,1,1,1103,0,-1045.11,-2604.27,53.3362,4.94514,400,10,0,1163,0,1,0,0,0),(11381,2565,0,1,1,1104,0,-1986.97,-2587.07,74.1786,1.04173,400,10,0,1403,0,1,0,0,0),(11380,2557,0,1,1,4000,1,-2024.19,-3382.05,59.3607,1.5708,400,5,0,1160,1067,1,0,0,0),(11379,2563,0,1,1,1103,0,-1349.9,-3228.5,42.1462,4.74948,400,5,0,1163,0,1,0,0,0),(11377,2560,0,1,1,180,0,-1670,-2181.1,26.4029,0,400,10,0,1221,0,1,0,0,0),(11376,2560,0,1,1,180,0,-1696.08,-2168.84,32.9813,2.29128,400,10,0,1221,0,1,0,0,0),(11374,2560,0,1,1,180,0,-1732.88,-2195.3,43.4929,5.94042,400,10,0,1221,0,1,0,0,0),(11375,2560,0,1,1,180,0,-1746.32,-2249.58,42.5954,3.26498,400,5,0,1221,0,1,0,0,0),(17671,2173,0,1,1,245,0,300.785,1984.93,-35.4672,6.16973,275,5,0,300,0,1,0,0,0),(17672,2173,0,1,1,245,0,-481.567,1878.26,-10.3649,3.89129,275,5,0,300,0,1,0,0,0),(17669,36213,0,1,1,0,1,1440.41,350.383,-62.1024,4.13643,275,0,0,15952,0,0,0,0,0),(17670,2173,0,1,1,245,0,-646.858,1892.47,-15.6051,1.50436,275,5,0,300,0,1,0,0,0),(17667,1958,0,1,1,2597,0,754.864,156.556,29.4407,1.14514,275,10,0,350,390,1,0,0,0),(17668,1768,0,1,1,346,1,1168.71,967.706,33.7716,2.42601,275,0,0,253,264,0,0,0,0),(17666,2173,0,1,1,245,0,249.732,1977.11,-31.1535,0.673246,275,5,0,300,0,1,0,0,0),(17665,2173,0,1,1,245,0,328.87,2015.66,-38.0932,1.25707,275,5,0,300,0,1,0,0,0),(17663,1895,0,1,1,2535,1,-327.462,1555.21,25.2491,1.61376,600,0,0,276,295,0,0,0,0),(17664,2173,0,1,1,245,0,271.202,1961.29,-29.677,2.33674,275,5,0,300,0,1,0,0,0),(18007,1769,0,1,1,11180,0,919.399,1223.84,46.7811,3.40488,275,10,0,186,191,1,0,0,0),(18006,1888,0,1,1,3566,1,88.629,744.229,61.7521,3.3752,275,10,0,354,1326,1,0,0,0),(18005,1888,0,1,1,3569,1,62.1989,767.244,63.8601,4.17134,275,0,0,354,1326,0,0,0,0),(17662,6033,0,1,1,7449,0,1181.11,117.32,25.6005,4.39823,275,0,0,328,0,0,0,0,0),(17660,2173,0,1,1,245,0,621.161,1999.85,-25.1416,1.48298,275,5,0,300,0,1,0,0,0),(17661,2173,0,1,1,245,0,654.602,1985.2,-19.5592,0.470576,275,5,0,300,0,1,0,0,0),(17658,10779,0,1,1,10090,0,59.785,694.011,63.6074,2.69876,275,10,0,8,0,1,0,0,0),(17659,2173,0,1,1,245,0,-451.562,1817.52,-7.7725,0.323032,275,5,0,300,0,1,0,0,0),(18004,1888,0,1,1,3567,1,51.7442,687.14,63.8624,2.15615,275,10,0,354,1326,1,0,0,0),(18003,1924,0,1,1,574,0,-636.558,1420.37,13.3871,0.879598,275,10,0,328,0,1,0,0,0),(18002,1779,0,1,1,1947,0,911.89,1804.12,10.1177,2.53951,275,10,0,247,0,1,0,0,0),(17656,1909,0,1,1,757,1,1222.26,286.363,23.13,1.8326,275,0,0,377,408,0,0,0,0),(17657,1909,0,1,1,757,1,1179.09,520.215,29.2805,5.33322,275,5,0,377,408,1,0,0,0),(18001,1779,0,1,1,1947,0,943.026,1785.46,13.1265,3.37603,275,10,0,247,0,1,0,0,0),(18000,1779,0,1,1,1947,0,844.599,1818.64,5.17639,0.164787,275,10,0,247,0,1,0,0,0),(17655,1958,0,1,1,2597,0,881.071,53.0895,23.7115,5.38515,275,5,0,350,390,1,0,0,0),(17654,6033,0,1,1,7449,0,527.814,637.31,12.2284,1.06465,275,0,0,328,0,0,0,0,0),(17653,6033,0,1,1,7449,0,573.533,702.29,19.3036,5.11381,275,0,0,328,0,0,0,0,0),(34780,3819,1,1,1,1103,0,2455.61,536.308,106.753,2.65895,300,15,0,494,0,1,0,0,0),(34776,3819,1,1,1,1103,0,2778.37,453.216,92.6667,2.6518,300,3,0,494,0,1,0,0,0),(31427,4324,1,1,1,397,0,-4915.57,-3378.6,33.8479,1.20334,360,10,0,1416,1236,1,0,0,0),(34775,3819,1,1,1,1103,0,2503.12,-80.5513,105.721,3.43594,300,2,0,494,0,1,0,0,0),(34774,3819,1,1,1,1103,0,2766.07,599.999,91.9748,4.0642,300,15,0,494,0,1,0,0,0),(31426,4324,1,1,1,397,0,-4816.32,-3153.79,55.7095,4.29238,360,10,0,1416,1236,1,0,0,0),(31425,23554,1,1,1,10771,0,-2953.98,-3709,37.6093,1.59735,360,10,0,1403,0,1,0,0,0),(31424,4323,1,1,1,715,0,-4860.1,-3173.11,52.7212,2.388,360,10,0,1751,0,1,0,0,0),(31423,4834,1,1,1,19836,1,-3202.16,-3105.27,34.8529,5.08431,360,5,0,1403,0,1,0,0,0),(31422,4343,1,1,1,814,0,-3189.58,-3131.25,33.1474,5.05994,360,10,0,1536,0,1,0,0,0),(31421,4323,1,1,1,715,0,-4756.7,-3147.54,45.1484,3.30256,360,10,0,1751,0,1,0,0,0),(31420,4343,1,1,1,814,0,-3217.95,-3125.83,31.006,3.05164,360,10,0,1536,0,1,0,0,0),(34773,3819,1,1,1,1103,0,2791.47,387.96,91.911,3.05452,300,15,0,494,0,1,0,0,0),(34772,3819,1,1,1,1103,0,2540.04,390.876,96.9969,1.26556,300,3,0,494,0,1,0,0,0),(34771,3819,1,1,1,1103,0,2672.13,601.012,105.724,4.16745,300,3,0,494,0,1,0,0,0),(34770,3818,1,1,1,1992,0,2518.88,-2546.55,165.483,2.15873,300,5,0,787,0,1,0,0,0),(34769,3818,1,1,1,1992,0,2453.86,-2695.84,148.742,5.36389,300,15,0,787,0,1,0,0,0),(34768,3818,1,1,1,1992,0,2526.15,-2674.05,149.188,0.459281,300,5,0,787,0,1,0,0,0),(34767,3818,1,1,1,1992,0,2565.86,-2719.21,145.796,5.16654,300,5,0,787,0,1,0,0,0),(34766,3818,1,1,1,1992,0,2477.3,-2410.56,153.636,0.238465,300,5,0,787,0,1,0,0,0),(34765,3818,1,1,1,1992,0,2581.75,-2493.93,170.414,4.99268,300,5,0,787,0,1,0,0,0),(34764,3818,1,1,1,1992,0,2602.3,-2670.71,141.083,1.4956,300,5,0,787,0,1,0,0,0),(34763,3818,1,1,1,1992,0,2486.61,-2443.88,161.639,3.08201,300,5,0,787,0,1,0,0,0),(34762,3818,1,1,1,1992,0,2622.41,-2705.18,142.932,3.24524,300,10,0,787,0,1,0,0,0),(34761,3818,1,1,1,1992,0,2667.24,-2679.71,141.662,0.154876,300,10,0,787,0,1,0,0,0),(34760,3818,1,1,1,1992,0,2513.93,-2519.97,170.369,3.95759,300,5,0,787,0,1,0,0,0),(34759,3818,1,1,1,1992,0,2472.01,-2456.79,177.757,4.16477,300,5,0,787,0,1,0,0,0),(34758,3818,1,1,1,1992,0,3428.89,-1616.88,166.884,0.516965,300,15,0,787,0,1,0,0,0),(34756,3818,1,1,1,1992,0,3179.18,-1637.4,171.4,4.58227,300,5,0,787,0,1,0,0,0),(34755,3818,1,1,1,1992,0,3521.03,-1545.31,170.783,1.44413,300,15,0,787,0,1,0,0,0),(34754,3818,1,1,1,1992,0,3370.17,-1481.91,166.984,2.33338,300,5,0,787,0,1,0,0,0),(34753,3818,1,1,1,1992,0,3249.56,-1683.39,174.323,3.85973,300,5,0,787,0,1,0,0,0),(34752,3818,1,1,1,1992,0,2913.78,-1827.76,179.667,4.65729,300,0,0,787,0,2,0,0,0),(34751,3818,1,1,1,1992,0,3459.73,-1422.21,174.463,6.2285,300,10,0,787,0,1,0,0,0),(34750,3818,1,1,1,1992,0,2501.07,-2496.82,174.943,1.43166,300,5,0,787,0,1,0,0,0),(34749,3818,1,1,1,1992,0,2217.91,-2316.39,105.242,5.197,300,5,0,787,0,1,0,0,0),(34748,3818,1,1,1,1992,0,1987.47,-2286.07,95.3688,0.523506,300,10,0,787,0,1,0,0,0),(34747,3818,1,1,1,1992,0,2151.48,-2309.21,104.906,0.225143,300,5,0,787,0,1,0,0,0),(34746,3818,1,1,1,1992,0,3211.61,-1795.41,181.147,6.16379,300,5,0,787,0,1,0,0,0),(34745,3818,1,1,1,1992,0,3154.32,-1445.39,199.934,3.98932,300,5,0,787,0,1,0,0,0),(34744,3818,1,1,1,1992,0,3103.93,-1417.18,187.195,4.94505,300,5,0,787,0,1,0,0,0),(34743,3818,1,1,1,1992,0,3214.6,-1594.49,171.101,5.17095,300,5,0,787,0,1,0,0,0),(34742,3818,1,1,1,1992,0,3146.23,-1515.23,198.478,2.70196,300,5,0,787,0,1,0,0,0),(34741,3818,1,1,1,1992,0,3205.3,-1720.8,169.797,3.74793,300,5,0,787,0,1,0,0,0),(34740,3818,1,1,1,1992,0,2196.3,-2243.87,102.704,1.55978,300,5,0,787,0,1,0,0,0),(34739,3818,1,1,1,1992,0,2021.45,-2122,110.74,0.982794,300,10,0,787,0,1,0,0,0),(34738,3818,1,1,1,1992,0,2059.78,-2279.3,112.089,3.85022,300,5,0,787,0,1,0,0,0),(34737,3818,1,1,1,1992,0,2047.66,-2154.75,127.08,0.082168,300,5,0,787,0,1,0,0,0),(34736,3818,1,1,1,1992,0,2088.74,-2285.84,102.378,3.33421,300,5,0,787,0,1,0,0,0),(34735,3818,1,1,1,1992,0,2021.06,-2253.08,107.297,2.44284,300,5,0,787,0,1,0,0,0),(34734,3818,1,1,1,1992,0,3053.48,-1597.24,190.066,3.89484,300,5,0,787,0,1,0,0,0),(34733,3818,1,1,1,1992,0,3087.37,-1518.87,197.666,3.48619,300,15,0,787,0,1,0,0,0),(34732,3818,1,1,1,1992,0,3093.06,-1556.24,192.51,6.03868,300,15,0,787,0,1,0,0,0),(7978,17071,530,1,1,0,1,-4184.55,-13733.1,74.1389,1.91986,120,0,0,98,115,0,0,0,0),(34731,3818,1,1,1,1992,0,3070.54,-1661.9,176.008,2.11657,300,15,0,787,0,1,0,0,0),(34730,3818,1,1,1,1992,0,3091.42,-1683.07,172.544,5.49776,300,15,0,787,0,1,0,0,0),(34729,3818,1,1,1,1992,0,3018.96,-1722.44,174.746,2.14742,300,5,0,787,0,1,0,0,0),(34728,3818,1,1,1,1992,0,3069.45,-1879.85,192.509,4.06935,300,5,0,787,0,1,0,0,0),(7987,19622,550,1,1,0,0,795.408,-1.60475,48.8118,3.14159,604800,0,0,3183600,0,0,0,0,0),(34727,3818,1,1,1,1992,0,3050.38,-1652.85,180.451,2.03444,300,5,0,787,0,1,0,0,0),(34726,3818,1,1,1,1992,0,2866.41,-1797.39,194.793,3.46983,300,5,0,787,0,1,0,0,0),(34725,3818,1,1,1,1992,0,3028.67,-1848.8,172.034,0.569577,300,10,0,787,0,1,0,0,0),(34724,3818,1,1,1,1992,0,2990.92,-1723.6,178.801,0.975752,300,5,0,787,0,1,0,0,0),(34723,3818,1,1,1,1992,0,2885.58,-1839.59,181.655,4.71727,300,5,0,787,0,1,0,0,0),(34722,3818,1,1,1,1992,0,3049.94,-1816.91,170.055,4.38199,300,10,0,787,0,1,0,0,0),(34721,3818,1,1,1,1992,0,2980.47,-1873.33,169.436,3.26885,300,10,0,787,0,1,0,0,0),(34720,3818,1,1,1,1992,0,2846.89,-1888.19,176.061,1.01613,300,5,0,787,0,1,0,0,0),(34719,3818,1,1,1,1992,0,2714.47,-2014.85,161.017,0.951032,300,5,0,787,0,1,0,0,0),(34718,3818,1,1,1,1992,0,2953.07,-1926.63,167.924,2.62027,300,10,0,787,0,1,0,0,0),(34717,3818,1,1,1,1992,0,1983.35,-2217.11,102.173,2.67807,300,5,0,787,0,1,0,0,0),(34716,3818,1,1,1,1992,0,2097.92,-2218.75,144.22,0.58018,300,5,0,787,0,1,0,0,0),(34715,3818,1,1,1,1992,0,2014.51,-2291.66,105.225,4.7642,300,5,0,787,0,1,0,0,0),(31419,4323,1,1,1,715,0,-4870.57,-3220.6,40.2056,3.25699,360,10,0,1751,0,1,0,0,0),(31418,4324,1,1,1,397,0,-4804.25,-3221.79,36.6911,5.49779,360,10,0,1416,1236,1,0,0,0),(31417,4323,1,1,1,715,0,-4884.43,-3245.58,43.4833,4.75298,360,10,0,1751,0,1,0,0,0),(31416,4343,1,1,1,814,0,-3189,-3089.34,32.5561,3.74912,360,10,0,1536,0,1,0,0,0),(31415,4324,1,1,1,397,0,-4793.47,-3190.2,34.918,3.62545,360,10,0,1416,1236,1,0,0,0),(8025,1412,530,1,1,0,0,1595.84,6819.39,129.651,4.15203,300,10,0,8,0,1,0,0,0),(8026,1412,530,1,1,0,0,1704.17,6855.21,139.924,5.96118,300,10,0,8,0,1,0,0,0),(8027,1412,530,1,1,0,0,1777.41,6915.38,142.837,2.88829,300,10,0,8,0,1,0,0,0),(8028,1412,530,1,1,0,0,1866.64,6864.19,143.922,0.735526,300,10,0,8,0,1,0,0,0),(8029,1412,530,1,1,0,0,1866.15,6782.81,142.431,0.135093,300,10,0,8,0,1,0,0,0),(8030,1412,530,1,1,0,0,-1265.51,6303.14,48.9251,2.90278,300,10,0,8,0,1,0,0,0),(8031,1412,530,1,1,0,0,-1372.01,6268.69,51.018,3.68973,300,10,0,8,0,1,0,0,0),(8032,1412,530,1,1,0,0,-1301.44,6207.48,64.1461,2.40053,300,10,0,8,0,1,0,0,0),(8033,1412,530,1,1,0,0,-2608.69,3258.85,4.74443,6.2744,300,10,0,8,0,1,0,0,0),(8034,1412,530,1,1,0,0,-2219.03,3326.74,-22.1787,1.64315,300,10,0,8,0,1,0,0,0),(8035,1412,530,1,1,0,0,-2459.27,3322.35,-9.91325,3.82313,300,10,0,8,0,1,0,0,0),(8036,1412,530,1,1,0,0,-2506.32,3392.91,-9.12335,4.48692,300,10,0,8,0,1,0,0,0),(8037,1412,530,1,1,0,0,-2567.61,3802.25,7.32123,2.44535,300,10,0,8,0,1,0,0,0),(8038,1412,530,1,1,0,0,-3022.69,4102.69,4.57795,0.502929,300,10,0,8,0,1,0,0,0),(8039,1412,530,1,1,0,0,-2206.75,3600.64,-32.501,4.2661,300,10,0,8,0,1,0,0,0),(8040,1412,530,1,1,0,0,-1993.49,3719.91,-36.5328,3.22084,300,10,0,8,0,1,0,0,0),(8041,1412,530,1,1,0,0,-3569.06,6116.26,-4.84186,0.725994,300,10,0,8,0,1,0,0,0),(8042,1412,530,1,1,0,0,-3812.37,6093.07,-9.34656,4.92894,300,10,0,8,0,1,0,0,0),(8043,1412,530,1,1,0,0,-3449.07,5906.11,-32.3002,2.40805,300,10,0,8,0,1,0,0,0),(8044,1412,530,1,1,0,0,-3951.86,4351.55,-15.7139,3.29128,300,10,0,8,0,1,0,0,0),(8045,1412,530,1,1,0,0,-3822.32,4199.01,0.92301,2.91318,300,10,0,8,0,1,0,0,0),(8046,1412,530,1,1,0,0,-2269.55,5221.4,-6.12744,3.49772,300,10,0,8,0,1,0,0,0),(8047,1412,530,1,1,0,0,-2226.14,4789.71,1.08914,0.759214,300,10,0,8,0,1,0,0,0),(8048,1412,530,1,1,0,0,-2074.16,4696.68,-8.55786,3.93872,300,10,0,8,0,1,0,0,0),(8049,1412,530,1,1,0,0,-1957.44,4893.75,9.1891,5.68867,300,10,0,8,0,1,0,0,0),(8050,1412,530,1,1,0,0,-1980.93,4396.35,3.16713,3.14159,300,10,0,8,0,1,0,0,0),(8051,1412,530,1,1,0,0,-1840.45,4511.68,5.76533,4.70458,300,10,0,8,0,1,0,0,0),(8052,1412,530,1,1,0,0,-1455,4592.89,34.7405,1.50165,300,10,0,8,0,1,0,0,0),(8053,1412,530,1,1,0,0,-4169.6,3372.46,272.262,1.29598,300,10,0,8,0,1,0,0,0),(8054,1412,530,1,1,0,0,-1735.02,6391.93,41.8543,3.58683,300,10,0,8,0,1,0,0,0),(8055,1412,530,1,1,0,0,-1701.8,6247.21,65.8845,5.88358,300,10,0,8,0,1,0,0,0),(8056,1412,530,1,1,0,0,-1631.26,6300.3,54.598,6.22064,300,10,0,8,0,1,0,0,0),(8057,1412,530,1,1,0,0,-1370.67,6268.71,50.9894,5.87149,300,10,0,8,0,1,0,0,0),(8058,1412,530,1,1,0,0,-1300.52,6204.17,64.7711,5.49776,300,10,0,8,0,1,0,0,0),(8059,1412,530,1,1,0,0,-1260.62,6302.14,50.8596,5.98986,300,10,0,8,0,1,0,0,0),(8060,1412,530,1,1,0,0,-1511.85,6422.13,27.4804,0.548999,300,10,0,8,0,1,0,0,0),(8061,1412,530,1,1,0,0,-1537.37,6432.98,29.4204,0.719749,300,10,0,8,0,1,0,0,0),(8062,1412,530,1,1,0,0,-1795.31,6458.92,39.3701,4.30237,300,10,0,8,0,1,0,0,0),(8063,1412,530,1,1,0,0,-1826.45,6565.32,7.26111,4.77307,300,10,0,8,0,1,0,0,0),(8064,1412,530,1,1,0,0,-1994.47,6419.9,31.4723,1.61669,300,10,0,8,0,1,0,0,0),(8065,1412,530,1,1,0,0,-2155.93,6469.5,13.0138,4.23241,300,10,0,8,0,1,0,0,0),(8066,1412,530,1,1,0,0,-2143.08,6186.45,84.604,5.85037,300,10,0,8,0,1,0,0,0),(8067,1412,530,1,1,0,0,-2361.07,6304.36,29.1818,4.01508,300,10,0,8,0,1,0,0,0),(8068,1412,530,1,1,0,0,-2626.82,6071.42,43.2436,5.15496,300,10,0,8,0,1,0,0,0),(8069,1412,530,1,1,0,0,-2687.42,6487.09,34.3368,1.21568,300,10,0,8,0,1,0,0,0),(8070,1412,530,1,1,0,0,-2546.39,6511.16,13.5664,3.07418,300,10,0,8,0,1,0,0,0),(8071,1412,530,1,1,0,0,-2398.7,6672.97,1.74355,4.40269,300,10,0,8,0,1,0,0,0),(8072,1412,530,1,1,0,0,-2534.82,6985.24,-1.37511,2.24262,300,10,0,8,0,1,0,0,0),(8073,1412,530,1,1,0,0,-2649.74,6991.56,-3.25423,2.02943,300,10,0,8,0,1,0,0,0),(8074,1412,530,1,1,0,0,-2645.08,7568.46,16.8197,5.72136,300,10,0,8,0,1,0,0,0),(8075,1412,530,1,1,0,0,-2875.82,7400.86,18.4026,1.16579,300,10,0,8,0,1,0,0,0),(8076,1412,530,1,1,0,0,-2984.65,7429.5,6.68874,2.191,300,10,0,8,0,1,0,0,0),(8077,1412,530,1,1,0,0,-2875.75,7271.37,6.73507,5.91482,300,10,0,8,0,1,0,0,0),(8078,1412,530,1,1,0,0,-2949.92,7231.5,-0.063053,1.67144,300,10,0,8,0,1,0,0,0),(8079,1412,530,1,1,0,0,-2133.87,8507.6,14.5972,3.98869,300,10,0,8,0,1,0,0,0),(8080,1412,530,1,1,0,0,-2167.84,8594.98,10.763,2.92314,300,10,0,8,0,1,0,0,0),(8081,1412,530,1,1,0,0,-2279.02,8736.27,-2.43263,5.59426,300,10,0,8,0,1,0,0,0),(8082,1412,530,1,1,0,0,-1959.58,8683.72,22.534,1.10841,300,10,0,8,0,1,0,0,0),(8083,1412,530,1,1,0,0,-1440.18,8576.49,14.1348,1.65687,300,10,0,8,0,1,0,0,0),(8084,1412,530,1,1,0,0,-2046.84,8402.72,20.1923,6.21677,300,10,0,8,0,1,0,0,0),(8085,1412,530,1,1,0,0,-1922.16,8225.52,4.66955,0,300,10,0,8,0,1,0,0,0),(8086,1412,530,1,1,0,0,-2012.72,8070.9,-14.2779,1.59458,300,10,0,8,0,1,0,0,0),(8087,1412,530,1,1,0,0,-2031.9,8018.93,-13.7249,1.99676,300,10,0,8,0,1,0,0,0),(8088,1412,530,1,1,0,0,-1847.92,7947.92,-61.2156,2.9929,300,10,0,8,0,1,0,0,0),(8089,1412,530,1,1,0,0,-1936.06,7872.66,-34.5288,5.83352,300,10,0,8,0,1,0,0,0),(8090,1412,530,1,1,0,0,-2098.64,7722.83,-49.4824,1.10905,300,10,0,8,0,1,0,0,0),(8091,1412,530,1,1,0,0,-2123.4,7629.69,-32.9762,5.05824,300,10,0,8,0,1,0,0,0),(8092,1412,530,1,1,0,0,-1901.66,7410.08,-19.3318,1.65547,300,10,0,8,0,1,0,0,0),(8093,1412,530,1,1,0,0,-2171.35,7380.73,-31.0064,4.71177,300,10,0,8,0,1,0,0,0),(8094,1412,530,1,1,0,0,-2335.12,7562.1,-13.7505,6.23199,300,10,0,8,0,1,0,0,0),(8095,1412,530,1,1,0,0,-2464.75,7524.86,-3.47008,0.826091,300,10,0,8,0,1,0,0,0),(8096,1412,530,1,1,0,0,-1841.75,7164.23,-79.1145,3.06931,300,10,0,8,0,1,0,0,0),(8097,1412,530,1,1,0,0,-2015.95,7118.77,4.25999,1.7404,300,10,0,8,0,1,0,0,0),(8098,1412,530,1,1,0,0,-2099.57,7032.84,-4.40733,2.89282,300,10,0,8,0,1,0,0,0),(8099,1412,530,1,1,0,0,-2331.37,6926.87,-4.65353,3.99466,300,10,0,8,0,1,0,0,0),(8100,1412,530,1,1,0,0,-2274.99,6996.66,4.79876,4.1378,300,10,0,8,0,1,0,0,0),(8101,1412,530,1,1,0,0,-1997.67,6736.43,1.05001,4.64661,300,10,0,8,0,1,0,0,0),(8102,1412,530,1,1,0,0,-1803.65,6799.48,-34.3791,5.17594,300,10,0,8,0,1,0,0,0),(8103,1412,530,1,1,0,0,-2147.91,6468.72,12.8888,6.11162,300,10,0,8,0,1,0,0,0),(8104,1412,530,1,1,0,0,-2363.76,6434.13,15.1174,0.197396,300,10,0,8,0,1,0,0,0),(8105,1412,530,1,1,0,0,-1338.67,6627.16,46.7917,1.44216,300,10,0,8,0,1,0,0,0),(8106,1412,530,1,1,0,0,-1358.39,6710.03,38.4539,3.36348,300,10,0,8,0,1,0,0,0),(8107,1412,530,1,1,0,0,-1432.42,6995.81,12.686,2.56758,300,10,0,8,0,1,0,0,0),(8108,1412,530,1,1,0,0,-1698.34,7022.28,-0.449892,5.65034,300,10,0,8,0,1,0,0,0),(8109,1412,530,1,1,0,0,-1318.31,7574.67,6.42634,3.73774,300,10,0,8,0,1,0,0,0),(8110,1412,530,1,1,0,0,-1292.35,7784.32,-16.0662,1.73591,300,10,0,8,0,1,0,0,0),(8111,1412,530,1,1,0,0,-995.048,8028.76,21.7072,0.626169,300,10,0,8,0,1,0,0,0),(8112,1412,530,1,1,0,0,-1117.48,7964.96,15.6979,0.30705,300,10,0,8,0,1,0,0,0),(8113,1412,530,1,1,0,0,-1068.89,8287.88,21.5855,1.42719,300,10,0,8,0,1,0,0,0),(8114,1412,530,1,1,0,0,-1128.83,8139.82,2.24707,1.68796,300,10,0,8,0,1,0,0,0),(8115,1412,530,1,1,0,0,-1197.57,8236.92,6.41387,4.90434,300,10,0,8,0,1,0,0,0),(8116,1412,530,1,1,0,0,-1262.81,8227.34,1.58143,6.05572,300,10,0,8,0,1,0,0,0),(8117,1412,530,1,1,0,0,-1445.38,8204.72,-10.7201,4.33674,300,10,0,8,0,1,0,0,0),(8118,1412,530,1,1,0,0,-1363.24,8345.4,-0.313003,1.22255,300,10,0,8,0,1,0,0,0),(8119,1412,530,1,1,0,0,-1290.83,8316.72,0.10072,5.36522,300,10,0,8,0,1,0,0,0),(8120,1412,530,1,1,0,0,-801.562,8451.04,34.1089,5.03416,300,10,0,8,0,1,0,0,0),(8121,1412,530,1,1,0,0,-706.253,8189.68,52.5103,2.47242,300,10,0,8,0,1,0,0,0),(8122,1412,530,1,1,0,0,-877.018,8152.3,21.8626,6.00291,300,10,0,8,0,1,0,0,0),(8123,1412,530,1,1,0,0,-905.765,7935.47,34.0452,1.44589,300,10,0,8,0,1,0,0,0),(8124,1412,530,1,1,0,0,-984.385,7787.44,24.6695,5.55013,300,10,0,8,0,1,0,0,0),(8125,1412,530,1,1,0,0,-1004.9,7658.24,32.7218,4.13284,300,10,0,8,0,1,0,0,0),(8126,1412,530,1,1,0,0,-815.57,7392.95,42.5375,5.18588,300,10,0,8,0,1,0,0,0),(8127,1412,530,1,1,0,0,-729.779,7230.83,44.5632,3.06585,300,10,0,8,0,1,0,0,0),(8128,1412,530,1,1,0,0,-717.119,8519.22,47.371,2.00056,300,10,0,8,0,1,0,0,0),(8129,1412,530,1,1,0,0,-1121.57,8646.69,43.8191,1.56607,300,10,0,8,0,1,0,0,0),(8130,1412,530,1,1,0,0,-1126.86,8727.29,41.5641,3.13381,300,10,0,8,0,1,0,0,0),(8131,1412,530,1,1,0,0,-1179.22,8652.82,34.1256,4.97324,300,10,0,8,0,1,0,0,0),(8132,1412,530,1,1,0,0,-1327.69,8428.75,4.88108,0.869821,300,10,0,8,0,1,0,0,0),(8133,1412,530,1,1,0,0,-1076.87,8531.67,40.1935,5.04778,300,10,0,8,0,1,0,0,0),(8134,1412,530,1,1,0,0,-1021.59,8433.07,34.2836,4.51201,300,10,0,8,0,1,0,0,0),(8135,1412,530,1,1,0,0,-887.488,8517.88,47.0671,4.21807,300,10,0,8,0,1,0,0,0),(8136,1412,530,1,1,0,0,-1259.51,8691.14,29.9992,2.35863,300,10,0,8,0,1,0,0,0),(8137,1412,530,1,1,0,0,-1420.97,8663.87,21.085,4.84365,300,10,0,8,0,1,0,0,0),(8138,1412,530,1,1,0,0,-1332.67,8756.86,34.5502,4.42738,300,10,0,8,0,1,0,0,0),(8139,1412,530,1,1,0,0,-1394.48,8814.47,31.6455,4.51641,300,10,0,8,0,1,0,0,0),(8140,1412,530,1,1,0,0,-1739.72,8975.13,54.3098,3.15941,300,10,0,8,0,1,0,0,0),(8141,1412,530,1,1,0,0,-1879.19,8811.35,30.1323,3.64281,300,10,0,8,0,1,0,0,0),(8142,1412,530,1,1,0,0,-1958.68,8806.73,22.6082,2.60268,300,10,0,8,0,1,0,0,0),(8143,1412,530,1,1,0,0,-2023.83,8911.35,34.2775,2.98928,300,10,0,8,0,1,0,0,0),(8144,1412,530,1,1,0,0,-2103.56,8854.62,24.6233,0.58631,300,10,0,8,0,1,0,0,0),(8145,1412,530,1,1,0,0,-2105.73,8904.69,27.0793,0.366985,300,10,0,8,0,1,0,0,0),(8146,1412,530,1,1,0,0,-4466.41,-11567.3,13.3558,5.58932,300,10,0,8,0,1,0,0,0),(8147,1412,530,1,1,0,0,-4786.42,-11723,20.8626,3.09852,300,10,0,8,0,1,0,0,0),(8148,1412,530,1,1,0,0,-4745.74,-12185.6,18.5034,5.9609,300,10,0,8,0,1,0,0,0),(8149,1412,530,1,1,0,0,-4411.78,-13744.6,52.8105,5.98622,300,10,0,8,0,1,0,0,0),(8150,1412,530,1,1,0,0,-4460,-14018.5,141.175,1.79116,300,10,0,8,0,1,0,0,0),(8151,1412,530,1,1,0,0,-4039.72,-13519.5,54.3919,0.817199,300,10,0,8,0,1,0,0,0),(8152,1412,530,1,1,0,0,-3473.76,-12840.8,9.2282,0.826811,300,10,0,8,0,1,0,0,0),(8153,1412,530,1,1,0,0,-3184.89,-12849.2,11.3437,5.52935,300,10,0,8,0,1,0,0,0),(8154,1412,530,1,1,0,0,-3014.77,-12390.6,17.9452,2.49082,300,10,0,8,0,1,0,0,0),(8155,1412,530,1,1,0,0,-3118.37,-12114.3,14.0244,2.28853,300,10,0,8,0,1,0,0,0),(8156,1412,530,1,1,0,0,-3616.91,-11913.5,9.3885,2.85785,300,10,0,8,0,1,0,0,0),(8157,1412,530,1,1,0,0,-3864.28,-12186.1,6.45741,0.70458,300,10,0,8,0,1,0,0,0),(8158,1412,530,1,1,0,0,-3732.52,-12441.1,1.9525,4.33637,300,10,0,8,0,1,0,0,0),(8159,1412,530,1,1,0,0,-3381.21,-12501.9,48.9607,4.95699,300,10,0,8,0,1,0,0,0),(8160,1412,530,1,1,0,0,-3790.05,-11867.1,5.05413,2.48363,300,10,0,8,0,1,0,0,0),(8161,1412,530,1,1,0,0,-3879.92,-12194.1,4.09609,0.552806,300,10,0,8,0,1,0,0,0),(8162,1412,530,1,1,0,0,-3790.39,-12559.1,4.14066,2.33261,300,10,0,8,0,1,0,0,0),(8163,1412,530,1,1,0,0,-4493.99,-11561.8,16.2664,6.22845,300,10,0,8,0,1,0,0,0),(8164,1412,530,1,1,0,0,-4682.39,-12181.9,27.4582,0.322886,300,10,0,8,0,1,0,0,0),(8165,1412,530,1,1,0,0,-4530.37,-12714.5,11.4598,5.67781,300,10,0,8,0,1,0,0,0),(1593,940,0,1,1,4436,1,-11569.3,-579.572,29.101,4.01426,300,0,0,977,935,0,0,0,0),(1592,940,0,1,1,4436,1,-11585.4,-615.933,28.4113,2.77985,300,0,0,977,935,0,0,0,0),(8169,1416,0,1,1,0,1,-8387,685.202,95.356,2.286,430,0,0,2769,0,0,0,0,0),(11373,2560,0,1,1,180,0,-1690.04,-2213.45,31.3651,6.0946,400,5,0,1221,0,1,0,0,0),(11372,2563,0,1,1,1103,0,-1350.4,-1517.32,50.9121,0.977058,400,10,0,1163,0,1,0,0,0),(11371,2563,0,1,1,1103,0,-1221.58,-1487.17,55.908,3.79526,400,10,0,1163,0,1,0,0,0),(11370,2559,0,1,1,11316,0,-1317.8,-2641.54,64.7662,1.27129,400,5,0,1050,0,1,0,0,0),(11369,2580,0,1,1,388,0,-1737.09,-1457.88,73.2122,2.99473,400,3,0,1536,0,1,0,0,0),(11368,2580,0,1,1,388,0,-1807.2,-1415.97,50.8887,4.40496,400,3,0,1536,0,1,0,0,0),(11367,2580,0,1,1,388,0,-1681.98,-1442.02,46.2105,1.59695,400,3,0,1536,0,1,0,0,0),(11366,2560,0,1,1,180,0,-1245.59,-1533.79,53.98,2.04191,400,10,0,1221,0,1,0,0,0),(11365,2563,0,1,1,1103,0,-1609.58,-2399.95,96.1429,3.76048,400,3,0,1163,0,1,0,0,0),(11364,2579,0,1,1,1105,0,-866.089,-2278.18,55.0666,0.740039,400,5,0,1279,0,1,0,0,0),(11363,2579,0,1,1,1105,0,-773.951,-2224.1,53.7886,3.9684,400,10,0,1279,0,1,0,0,0),(11362,10696,0,1,1,4138,1,-1242.59,-2441.54,52.4055,2.8416,400,5,0,3170,0,1,0,0,0),(11361,2559,0,1,1,11316,0,-1618.25,-2306.34,66.8418,1.65516,400,3,0,1050,0,1,0,0,0),(11360,2563,0,1,1,1103,0,-1634.47,-2345.83,76.7967,2.76109,400,3,0,1163,0,1,0,0,0),(11359,2560,0,1,1,180,0,-1785.97,-2296.56,37.2855,1.42973,400,5,0,1221,0,1,0,0,0),(11358,2563,0,1,1,1103,0,-1689.33,-2491.86,60.0257,5.41338,400,10,0,1163,0,1,0,0,0),(11357,2582,0,1,1,3959,1,-1107.21,-2875,42.2912,4.24754,400,5,0,1050,0,1,0,0,0),(11356,2582,0,1,1,3958,1,-1092.79,-2873.11,42.3166,2.9337,400,5,0,1050,0,1,0,0,0),(11355,2582,0,1,1,3959,1,-1074.43,-2848.4,42.442,1.84148,400,5,0,1050,0,1,0,0,0),(11354,10696,0,1,1,4138,1,-1376.38,-2477.35,59.5168,3.64016,400,0,0,3170,0,2,0,0,0),(11353,2620,0,1,1,1072,0,-1389.69,-2526.83,71.4941,1.06961,400,10,0,8,0,1,0,0,0),(11352,2582,0,1,1,3959,1,-1056.62,-2828.12,47.3186,4.47016,400,0,0,1050,0,0,0,0,0),(11351,2560,0,1,1,180,0,-1418.98,-1653.45,42.5243,3.71979,400,10,0,1221,0,1,0,0,0),(11350,2565,0,1,1,1104,0,-1753.47,-2914.13,41.2831,1.67652,400,10,0,1403,0,1,0,0,0),(11349,2563,0,1,1,1103,0,-1347.3,-3077.96,37.5012,4.49775,400,5,0,1163,0,1,0,0,0),(11348,2768,0,1,1,4049,1,-2066.46,-2085.97,9.08255,0.096521,400,0,0,1604,0,0,0,0,0),(11347,2621,0,1,1,4034,1,-1038.97,-3554.21,55.8738,2.79253,400,0,0,2769,0,0,0,0,0),(11346,2621,0,1,1,4034,1,-1050.32,-3542.67,55.7488,3.26377,400,0,0,2769,0,0,0,0,0),(11345,2580,0,1,1,388,0,-1763.1,-1852.77,44.8928,5.25614,400,3,0,1536,0,1,0,0,0),(11344,2563,0,1,1,1103,0,-1406.86,-1615.86,37.7718,0.082168,400,10,0,1163,0,1,0,0,0),(11342,2560,0,1,1,180,0,-1319.24,-1645.75,55.8013,0.5197,400,10,0,1221,0,1,0,0,0),(11341,2559,0,1,1,11316,0,-640.131,-1956.13,57.163,0.960898,400,10,0,1050,0,1,0,0,0),(11339,2563,0,1,1,1103,0,-633.879,-1884.02,55.3314,0.097727,400,10,0,1163,0,1,0,0,0),(11338,2559,0,1,1,11316,0,-547.7,-1885.31,56.0776,6.25585,400,10,0,1050,0,1,0,0,0),(11337,2559,0,1,1,11316,0,-630.746,-1846.19,54.8203,0.40171,400,10,0,1050,0,1,0,0,0),(11336,2582,0,1,1,3959,1,-1091.67,-2919.68,42.8171,2.85417,400,3,0,1050,0,1,0,0,0),(11335,2582,0,1,1,3958,1,-1084.82,-2928.57,42.8404,0.840643,400,3,0,1050,0,1,0,0,0),(11334,2582,0,1,1,3959,1,-1083.2,-2922.52,42.7983,4.53593,400,3,0,1050,0,1,0,0,0),(11333,2563,0,1,1,1103,0,-1388.37,-1516.62,50.9029,2.71835,400,10,0,1163,0,1,0,0,0),(11332,2595,0,1,1,11254,1,-2301.5,-1694.31,-65.3201,1.44177,400,5,0,1604,0,1,0,0,0),(11331,2595,0,1,1,11254,1,-2215.47,-1680.55,-55.3374,5.04162,400,5,0,1604,0,1,0,0,0),(11330,2595,0,1,1,11254,1,-2156.49,-1629.91,-30.1165,1.25826,400,5,0,1604,0,1,0,0,0),(11329,4075,0,1,1,1141,0,-1640.43,-1852.88,80.5411,4.26979,400,5,0,8,0,1,0,0,0),(11328,2595,0,1,1,11254,1,-2178.85,-1781.72,-57.4926,5.92807,400,3,0,1604,0,1,0,0,0),(11327,2565,0,1,1,1104,0,-893.847,-2318.52,51.7748,1.51216,400,5,0,1403,0,1,0,0,0),(11326,2595,0,1,1,11254,1,-2231.71,-1784.73,-60.8044,3.2196,400,10,0,1604,0,1,0,0,0),(11325,2565,0,1,1,1104,0,-968.832,-2512.11,60.1541,2.99666,400,5,0,1403,0,1,0,0,0),(11324,2620,0,1,1,1072,0,-1027.37,-2208.04,61.062,5.32843,400,10,0,8,0,1,0,0,0),(11323,2582,0,1,1,3959,1,-1067.54,-2853.91,42.567,4.80659,400,5,0,1050,0,1,0,0,0),(11322,2563,0,1,1,1103,0,-1179.54,-1565.45,58.176,1.41206,400,5,0,1163,0,1,0,0,0),(11321,2565,0,1,1,1104,0,-1713.24,-2938.35,36.9996,1.48418,400,10,0,1403,0,1,0,0,0),(11320,2563,0,1,1,1103,0,-855.281,-3128.7,81.7694,1.24287,400,5,0,1163,0,1,0,0,0),(11319,2565,0,1,1,1104,0,-909.675,-2396.05,52.7533,0.514304,400,5,0,1403,0,1,0,0,0),(11318,2565,0,1,1,1104,0,-799.795,-2280.42,53.9854,3.37615,400,5,0,1403,0,1,0,0,0),(11317,2563,0,1,1,1103,0,-1291.45,-1723.82,61.1729,2.84209,400,10,0,1163,0,1,0,0,0),(11316,2560,0,1,1,180,0,-1277.7,-1659.69,55.4869,2.72949,400,5,0,1221,0,1,0,0,0),(11315,7869,0,1,1,6918,1,-1215.47,-1884.28,87.6176,0.15708,400,0,0,2769,0,0,0,0,0),(11314,2560,0,1,1,180,0,-1302.79,-1552.75,52.6917,3.20608,400,5,0,1221,0,1,0,0,0),(11313,2560,0,1,1,180,0,-1290.26,-1590.21,53.7461,1.22605,400,10,0,1221,0,1,0,0,0),(11312,2578,0,1,1,10824,0,-1262.51,-1592.76,50.5526,5.78368,400,10,0,1107,0,1,0,0,0),(11311,2610,0,1,1,11358,1,-2086.35,-2028.79,3.18854,2.67035,400,0,0,1753,0,0,0,0,0),(11310,2560,0,1,1,180,0,-1692.96,-2276.93,36.4169,0.293328,400,10,0,1221,0,1,0,0,0),(11309,2560,0,1,1,180,0,-1688.41,-2343.53,30.3985,4.37688,400,10,0,1221,0,1,0,0,0),(11308,2565,0,1,1,1104,0,-742.028,-2247.93,64.1072,5.77495,400,5,0,1403,0,1,0,0,0),(11307,2563,0,1,1,1103,0,-1595.09,-2044.76,35.2811,5.27657,400,5,0,1163,0,1,0,0,0),(11306,2563,0,1,1,1103,0,-1642.03,-2256.39,31.5439,5.01376,400,5,0,1163,0,1,0,0,0),(11305,2560,0,1,1,180,0,-1277.85,-1616.64,49.3771,3.52746,400,5,0,1221,0,1,0,0,0),(11304,2560,0,1,1,180,0,-1698.15,-1993.05,47.9,1.60789,400,5,0,1221,0,1,0,0,0),(11303,2578,0,1,1,10824,0,-1179.82,-1511.35,53.3462,3.72296,400,5,0,1107,0,1,0,0,0),(11302,4075,0,1,1,2176,0,-1688.74,-1840.24,81.5915,3.71471,400,5,0,8,0,1,0,0,0),(11301,2696,0,1,1,1668,1,-2356.74,-2423.36,74.8731,5.79449,400,0,0,1003,0,0,0,0,0),(11300,2703,0,1,1,4013,1,-948.284,-3523.49,71.0174,3.05433,400,0,0,1753,0,0,0,0,0),(11299,9976,0,1,1,9250,1,-928.382,-3528.02,71.0294,3.21141,400,0,0,1003,0,0,0,0,0),(11298,2771,0,1,1,4045,1,-947.488,-3539.4,71.0106,0.453786,400,0,0,1003,0,0,0,0,0),(11297,2621,0,1,1,4035,1,-1007.7,-3504.07,61.3551,5.68977,400,0,0,2769,0,0,0,0,0),(11296,2772,0,1,1,4046,1,-926.977,-3532.09,71.0668,2.9147,400,0,0,1342,0,0,0,0,0),(11295,2621,0,1,1,4035,1,-1011.16,-3573.5,56.6392,1.75367,400,0,0,2769,0,0,0,0,0),(11294,6574,0,1,1,5367,1,-1008.15,-3483.49,62.7655,3.56047,400,0,0,1107,0,0,0,0,0),(11293,2621,0,1,1,4034,1,-1031.18,-3545.43,56.1831,2.76474,400,0,0,2769,0,0,0,0,0),(11292,2787,0,1,1,4463,1,-988.722,-3550.14,56.7753,2.33874,400,0,0,4120,0,0,0,0,0),(1591,940,0,1,1,4436,1,-11574.3,-579.587,33.8695,5.67232,300,0,0,977,935,0,0,0,0),(1590,937,0,1,1,4443,1,-11575.1,-567.464,29.5826,5.68977,300,0,0,1163,0,0,0,0,0),(1589,940,0,1,1,4436,1,-11574.3,-568.077,33.8674,5.55015,300,0,0,977,935,0,0,0,0),(1588,940,0,1,1,4436,1,-11585.3,-579.661,29.101,5.5676,300,0,0,977,935,0,0,0,0),(1587,937,0,1,1,4443,1,-11581.9,-581.516,28.9177,0.666713,300,0,0,1163,0,0,0,0,0),(1586,940,0,1,1,4436,1,-11590.8,-619.667,28.4113,3.47321,300,0,0,977,935,0,0,0,0),(1585,940,0,1,1,4436,1,-11569,-584.142,28.9177,5.56764,300,0,0,977,935,0,0,0,0),(1584,937,0,1,1,4443,1,-11594.1,-619.222,28.4113,0.178589,300,0,0,1163,0,0,0,0,0),(1583,691,0,1,1,5561,0,-12138.8,944.342,3.32536,0.497094,300,5,0,1469,0,1,0,0,0),(34714,3818,1,1,1,1992,0,2175.62,-2163.92,118.569,1.32286,300,5,0,787,0,1,0,0,0),(11291,2706,0,1,1,4047,1,-1004.31,-3556.5,57.2718,2.89725,400,0,0,1753,0,0,0,0,0),(11290,2620,0,1,1,1072,0,-1699.71,-2940.49,35.7932,1.18593,400,10,0,8,0,1,0,0,0),(11289,4075,0,1,1,1418,0,-1710.38,-1915.79,88.4788,1.84387,400,0,0,8,0,0,0,0,0),(11288,2579,0,1,1,1105,0,-1617.95,-2094.02,32.9845,5.32583,400,10,0,1279,0,1,0,0,0),(11287,2555,0,1,1,3996,1,-1852.68,-3196.91,49.9101,1.66075,400,3,0,1021,963,1,0,0,0),(11286,2620,0,1,1,1072,0,-749.787,-2221.51,57.1944,4.48957,400,10,0,8,0,1,0,0,0),(11285,2565,0,1,1,1104,0,-722.906,-2209.91,58.2049,5.68814,400,5,0,1403,0,1,0,0,0),(11284,2565,0,1,1,1104,0,-841.208,-2403,64.7188,1.63334,400,5,0,1403,0,1,0,0,0),(11283,4075,0,1,1,1418,0,-1645.91,-1780.95,80.2928,5.55683,400,10,0,8,0,1,0,0,0),(11282,2619,0,1,1,4032,1,-1591.37,-3185.25,24.8968,2.32439,400,5,0,1279,0,1,0,0,0),(11281,10696,0,1,1,4137,1,-1291.37,-2422.09,63.2107,0.221263,400,5,0,3170,0,1,0,0,0),(11280,2563,0,1,1,1103,0,-1835.57,-2297.17,48.2659,2.33962,400,5,0,1163,0,1,0,0,0),(11279,2620,0,1,1,1072,0,-1996.84,-2607.68,77.4941,1.29974,400,10,0,8,0,1,0,0,0),(11278,2563,0,1,1,1103,0,-1443.15,-1672.94,44.5214,0.623904,400,10,0,1163,0,1,0,0,0),(11277,2563,0,1,1,1103,0,-1346.15,-1582.06,45.9623,1.69214,400,10,0,1163,0,1,0,0,0),(11276,2563,0,1,1,1103,0,-1690.42,-2089.47,42.2187,3.69709,400,10,0,1163,0,1,0,0,0),(11275,2563,0,1,1,1103,0,-1721.65,-2124.73,43.6073,2.51136,400,10,0,1163,0,1,0,0,0),(11274,10696,0,1,1,4137,1,-1173.98,-2486.28,51.5804,0.85021,400,5,0,3170,0,1,0,0,0),(11273,9501,0,1,1,8634,1,-912.374,-3524.92,72.7679,3.14159,400,0,0,1003,0,0,0,0,0),(11272,2621,0,1,1,4034,1,-894.346,-3519.28,71.2814,1.5708,400,0,0,2769,0,0,0,0,0),(11271,19905,0,1,1,19242,1,-821.483,-3512.73,75.0858,3.7001,650,0,0,157200,0,0,0,0,0),(11270,15125,0,1,1,15279,1,-836.217,-3538.05,72.5592,3.01942,400,0,0,1003,0,0,0,0,0),(11268,2578,0,1,1,10824,0,-608.638,-1915.99,59.9733,6.16197,400,10,0,1107,0,1,0,0,0),(11269,2578,0,1,1,10824,0,-1603.17,-2428.98,84.4498,0.538711,400,5,0,1107,0,1,0,0,0),(17652,6033,0,1,1,7449,0,919.648,14.9025,23.5764,3.40339,275,0,0,328,0,0,0,0,0),(17651,6033,0,1,1,7449,0,871.062,856.756,13.3644,0,275,0,0,328,0,0,0,0,0),(17648,1420,0,1,1,901,0,1134.09,696.161,29.1998,1.9762,275,10,0,8,0,1,0,0,0),(17647,4609,0,1,1,2624,1,1400.66,384.563,-65.9556,5.32325,275,0,0,1342,0,0,0,0,0),(17646,3555,0,1,1,3537,1,534.024,1626.95,104.895,2.54818,275,0,0,449,0,0,0,0,0),(17645,9979,0,1,1,9251,1,513.679,1625.1,125.41,4.57276,275,0,0,1003,0,0,0,0,0),(17644,3554,0,1,1,3547,1,567.864,1568.51,132.864,1.55334,275,0,0,484,0,0,0,0,0),(17643,7489,0,1,1,10797,1,523.002,1508.68,136.789,5.60251,275,0,0,3048,0,0,0,0,0),(17642,3552,0,1,1,3544,1,571.536,1576.59,132.863,4.18879,275,0,0,417,0,0,0,0,0),(17641,7489,0,1,1,10797,1,594.88,1593.5,134.393,5.74213,275,0,0,3048,0,0,0,0,0),(17640,1768,0,1,1,346,1,1145.57,945.938,30.8203,3.49838,275,10,0,253,264,1,0,0,0),(17639,1909,0,1,1,757,1,1216.82,382.774,28.853,2.89632,275,0,0,377,408,0,0,0,0),(17638,1909,0,1,1,757,1,1178.13,621.382,22.6002,5.81305,275,5,0,377,408,1,0,0,0),(17637,3534,0,1,1,3552,1,-755.139,1497.2,17.0979,1.06465,275,0,0,449,0,0,0,0,0),(34713,3818,1,1,1,1992,0,2979.62,-1983.92,186.021,1.50826,300,5,0,787,0,1,0,0,0),(34712,3818,1,1,1,1992,0,3150.43,-1866.41,184.752,0.538861,300,5,0,787,0,1,0,0,0),(34711,3818,1,1,1,1992,0,3295.05,-1710.52,179.524,5.03047,300,5,0,787,0,1,0,0,0),(34710,3818,1,1,1,1992,0,3385.01,-1665.36,169.456,5.91259,300,5,0,787,0,1,0,0,0),(34709,3818,1,1,1,1992,0,3308.85,-1685.04,175.112,0.204479,300,15,0,787,0,1,0,0,0),(34708,3818,1,1,1,1992,0,3480.99,-1647.3,169.273,4.91285,300,5,0,787,0,1,0,0,0),(34707,3818,1,1,1,1992,0,3330.93,-1442.64,176.762,3.43277,300,5,0,787,0,1,0,0,0),(34706,3818,1,1,1,1992,0,3539.12,-1583.29,173.004,0.994995,300,5,0,787,0,1,0,0,0),(34705,3818,1,1,1,1992,0,3408.45,-1468.06,167.382,1.9083,300,5,0,787,0,1,0,0,0),(34704,3818,1,1,1,1992,0,3512.11,-1472.64,170.787,3.46425,300,5,0,787,0,1,0,0,0),(34703,3818,1,1,1,1992,0,3481.97,-1586.58,168.707,3.3501,300,15,0,787,0,1,0,0,0),(34702,3818,1,1,1,1992,0,3417.02,-1388.77,182.42,3.06304,300,10,0,787,0,1,0,0,0),(34701,3818,1,1,1,1992,0,3393.22,-1545.42,167.325,1.48042,300,5,0,787,0,1,0,0,0),(34700,3818,1,1,1,1992,0,3345.74,-1587.65,167.016,4.67642,300,15,0,787,0,1,0,0,0),(34699,3818,1,1,1,1992,0,3316.09,-1492.86,167.449,4.85772,300,5,0,787,0,1,0,0,0),(34698,3818,1,1,1,1992,0,3347.22,-1651.44,167.833,5.62581,300,15,0,787,0,1,0,0,0),(34697,3818,1,1,1,1992,0,2992.19,-1657.29,202.968,4.71239,300,5,0,787,0,1,0,0,0),(34696,3818,1,1,1,1992,0,2948.79,-1777.87,180.586,1.65578,300,5,0,787,0,1,0,0,0),(34695,3818,1,1,1,1992,0,3314.58,-1329.84,213.263,4.71239,300,5,0,787,0,1,0,0,0),(34694,3818,1,1,1,1992,0,3320.27,-1390.81,180.161,4.66253,300,5,0,787,0,1,0,0,0),(34693,3818,1,1,1,1992,0,2115.93,-2094.14,116.011,1.20608,300,5,0,787,0,1,0,0,0),(34692,3818,1,1,1,1992,0,2084.66,-2094.13,120.539,3.60524,300,5,0,787,0,1,0,0,0),(31414,4362,1,1,1,11293,1,-2602.87,-4056.6,7.92535,3.20345,360,5,0,1469,0,1,0,0,0),(31413,4323,1,1,1,715,0,-4714.27,-3187.09,34.2715,3.08252,360,10,0,1751,0,1,0,0,0),(31412,4359,1,1,1,652,1,-2577.34,-3985.35,7.80357,2.05949,360,0,0,1469,0,0,0,0,0),(31411,4362,1,1,1,11293,1,-2582.2,-3995.05,6.53696,3.10064,360,5,0,1469,0,1,0,0,0),(31410,4359,1,1,1,652,1,-2576.99,-3839.72,-1.82539,4.02537,360,5,0,1469,0,1,0,0,0),(31409,4323,1,1,1,715,0,-4714.54,-3327.67,39.1626,3.4235,360,10,0,1751,0,1,0,0,0),(31408,4362,1,1,1,11293,1,-2616.04,-3924.38,-1.22799,6.10522,360,5,0,1469,0,1,0,0,0),(31407,4359,1,1,1,652,1,-2576.02,-4079.61,6.10561,4.10326,360,5,0,1469,0,1,0,0,0),(31406,4334,1,1,1,8309,1,-4722.8,-3988.79,44.7208,4.20523,360,10,0,1522,1332,1,0,0,0),(31405,4397,1,1,1,7836,0,-2574.2,-4108.01,-2.03114,4.4694,360,10,0,1403,0,1,0,0,0),(31404,4397,1,1,1,7836,0,-2548.8,-4106.48,-1.64918,5.44903,360,10,0,1403,0,1,0,0,0),(31403,4324,1,1,1,397,0,-4985.04,-3377.86,52.3997,3.88282,360,10,0,1416,1236,1,0,0,0),(31402,4334,1,1,1,8309,1,-4682.92,-3941.23,42.0261,5.21995,360,5,0,1522,1332,1,0,0,0),(31401,4323,1,1,1,715,0,-4976.99,-3373.13,48.2968,3.91283,360,10,0,1751,0,1,0,0,0),(31400,4397,1,1,1,7836,0,-2685.88,-4136.03,1.91364,1.37225,360,10,0,1403,0,1,0,0,0),(34691,3817,1,1,1,1991,0,2447.45,-1546.35,137.242,2.50375,300,10,0,573,0,1,0,0,0),(31399,4397,1,1,1,7836,0,-2611.72,-4144.6,-3.58852,0.54595,360,10,0,1403,0,1,0,0,0),(31398,23554,1,1,1,10771,0,-2811.3,-3971.32,36.339,5.85403,360,10,0,1403,0,1,0,0,0),(31397,4334,1,1,1,8309,1,-4684.17,-3963.38,43.1996,0.829906,360,5,0,1522,1332,1,0,0,0),(31396,4328,1,1,1,8310,1,-4660.75,-3940.17,41.5275,3.88049,360,5,0,1471,1283,1,0,0,0),(31395,4323,1,1,1,715,0,-4592.32,-3867.79,32.2379,1.04754,360,10,0,1751,0,1,0,0,0),(31394,4345,1,1,1,807,0,-4556.72,-3822.39,29.0775,1.99092,360,10,0,1751,0,1,0,0,0),(31393,4328,1,1,1,8310,1,-4579.33,-3808.66,39.8213,1.7414,360,5,0,1471,1283,1,0,0,0),(31392,4397,1,1,1,7836,0,-2760.19,-4239.89,-3.52308,1.35642,360,10,0,1403,0,1,0,0,0),(31391,4328,1,1,1,8310,1,-4953.68,-3849.24,43.1393,2.99058,360,5,0,1471,1283,1,0,0,0),(31390,4328,1,1,1,8310,1,-4555.05,-3803.32,31.4525,0.093262,360,5,0,1471,1283,1,0,0,0),(31389,4324,1,1,1,397,0,-4952.55,-3886.48,44.5022,4.23128,360,10,0,1416,1236,1,0,0,0),(31388,4397,1,1,1,7836,0,-2826,-4203.78,3.74611,2.05191,360,10,0,1403,0,1,0,0,0),(31387,4328,1,1,1,8310,1,-4587.14,-3774.38,38.2761,3.61297,360,5,0,1471,1283,1,0,0,0),(31386,4324,1,1,1,397,0,-4977.8,-3863.47,58.5767,2.56063,360,10,0,1416,1236,1,0,0,0),(31385,4328,1,1,1,8310,1,-4556.87,-3775.9,35.9184,0.903971,360,5,0,1471,1283,1,0,0,0),(31384,4324,1,1,1,397,0,-4518.93,-3673.98,39.1283,5.6603,360,10,0,1416,1236,1,0,0,0),(31383,23979,1,1,1,21950,0,-2957.55,-3828.82,37.5224,4.41369,360,10,0,13,0,1,0,0,0),(31382,4323,1,1,1,715,0,-4628.74,-3655.44,40.4102,4.59699,360,10,0,1751,0,1,0,0,0),(31381,4324,1,1,1,397,0,-4415.48,-3553.5,37.034,1.63091,360,10,0,1416,1236,1,0,0,0),(31380,4379,1,1,1,2541,0,-2777.8,-2696.27,52.8668,1.14676,360,5,0,1469,0,1,0,0,0),(31379,4378,1,1,1,2538,0,-2804.5,-2617.59,37.3063,6.22465,360,3,0,1469,0,1,0,0,0),(31378,4379,1,1,1,2541,0,-2753.29,-2736.62,42.5605,1.7793,360,5,0,1469,0,1,0,0,0),(31377,4379,1,1,1,2541,0,-2787.32,-2645.23,32.3082,5.34565,360,0,0,1469,0,0,0,0,0),(34690,3817,1,1,1,1991,0,2210.76,-1310.19,77.1685,1.86813,300,5,0,573,0,1,0,0,0),(34689,3817,1,1,1,1991,0,2522.59,-1104.93,131.297,5.4349,300,15,0,573,0,1,0,0,0),(34688,3817,1,1,1,1991,0,1940.86,-693.591,112.464,4.97637,300,5,0,573,0,1,0,0,0),(34687,3817,1,1,1,1991,0,2616.41,-1010.29,120.638,5.88345,300,15,0,573,0,1,0,0,0),(34686,3817,1,1,1,1991,0,2325.23,-466.488,100.075,0.446604,300,15,0,573,0,1,0,0,0),(34685,3817,1,1,1,1991,0,2590.89,-1426.69,162.857,3.96289,300,15,0,573,0,1,0,0,0),(34684,3817,1,1,1,1991,0,2803.17,-1271.04,204.158,3.90256,300,5,0,573,0,1,0,0,0),(34683,3817,1,1,1,1991,0,1980.64,-728.288,99.5879,4.72997,300,5,0,573,0,1,0,0,0),(34682,3817,1,1,1,1991,0,2265.01,-862.158,100.72,2.62245,300,15,0,573,0,1,0,0,0),(34681,3817,1,1,1,1991,0,2663.02,-1038.33,125.144,0.910096,300,3,0,573,0,1,0,0,0),(34680,3817,1,1,1,1991,0,2236.11,-812.53,110.747,6.04058,300,15,0,573,0,1,0,0,0),(34679,3817,1,1,1,1991,0,2296.9,-466.944,96.4656,3.73229,300,15,0,573,0,1,0,0,0),(34678,3817,1,1,1,1991,0,2205.78,-779.697,105.724,3.14745,300,15,0,573,0,1,0,0,0),(34677,3817,1,1,1,1991,0,2009.65,-368.157,99.8312,5.70656,300,15,0,573,0,1,0,0,0),(34676,3817,1,1,1,1991,0,2258.02,-787.399,109.02,0.058641,300,15,0,573,0,1,0,0,0),(34675,3817,1,1,1,1991,0,2196.8,-670.255,127.967,5.23542,300,5,0,573,0,1,0,0,0),(34674,3817,1,1,1,1991,0,2329.69,-751.042,113.097,1.5708,300,5,0,573,0,1,0,0,0),(34673,3817,1,1,1,1991,0,2414.56,-780.304,121.838,2.47326,300,15,0,573,0,1,0,0,0),(34672,3817,1,1,1,1991,0,2929.49,-1301.79,203.112,5.09652,300,5,0,573,0,1,0,0,0),(34671,3817,1,1,1,1991,0,2055.54,-512.441,99.8552,0.273961,300,5,0,573,0,1,0,0,0),(34670,3817,1,1,1,1991,0,2454.05,-1642.28,162.593,5.55102,300,5,0,573,0,1,0,0,0),(34669,3817,1,1,1,1991,0,2498.43,-1314.07,135.964,0.785221,300,5,0,573,0,1,0,0,0),(34668,3817,1,1,1,1991,0,2148.96,-573.959,102.676,0.574766,300,5,0,573,0,1,0,0,0),(34667,3817,1,1,1,1991,0,2124.95,-957.928,98.8138,4.47482,300,5,0,573,0,1,0,0,0),(34666,3817,1,1,1,1991,0,2039.83,-773.295,103.686,1.9012,300,5,0,573,0,1,0,0,0),(8553,1420,530,1,1,0,0,-2954.43,6012.93,2.79285,0.121562,300,5,0,8,0,1,0,0,0),(8554,1420,530,1,1,0,0,-3015.6,6045.85,6.03342,2.53515,300,5,0,8,0,1,0,0,0),(8555,1420,530,1,1,0,0,9045.73,-6737.7,10.4346,1.80657,300,5,0,8,0,1,0,0,0),(8556,1420,530,1,1,0,0,9252.37,-6382.14,0.02811,4.28579,300,5,0,8,0,1,0,0,0),(8557,1420,530,1,1,0,0,9094.57,-6428.48,1.02694,5.71147,300,5,0,8,0,1,0,0,0),(8558,1420,530,1,1,0,0,8531.42,-7819.54,145.075,1.75748,300,5,0,8,0,1,0,0,0),(8559,1420,530,1,1,0,0,8537.56,-7703.43,145.904,3.84551,300,5,0,8,0,1,0,0,0),(8560,1420,530,1,1,0,0,9026.42,-6808.6,8.33178,4.73998,300,5,0,8,0,1,0,0,0),(8561,1420,530,1,1,0,0,8211.07,-7417.77,150.33,0.539825,300,5,0,8,0,1,0,0,0),(8562,1420,530,1,1,0,0,8178.06,-7180.67,137.686,6.18598,300,5,0,8,0,1,0,0,0),(8563,1420,530,1,1,0,0,-1981.74,6097.55,74.579,5.31026,300,5,0,8,0,1,0,0,0),(8564,1420,530,1,1,0,0,-1986.46,6186.46,77.1004,3.92234,300,5,0,8,0,1,0,0,0),(8565,1420,530,1,1,0,0,-2027.87,6318.19,45.9283,2.19007,300,5,0,8,0,1,0,0,0),(8566,1420,530,1,1,0,0,-1980.26,6313.5,44.8908,2.37016,300,5,0,8,0,1,0,0,0),(8567,1420,530,1,1,0,0,-1866.05,6287.34,47.662,4.65116,300,5,0,8,0,1,0,0,0),(8568,1420,530,1,1,0,0,-1779.01,6281.45,44.5405,5.01591,300,5,0,8,0,1,0,0,0),(8569,1420,530,1,1,0,0,-1813.69,6317.57,44.7586,3.19474,300,5,0,8,0,1,0,0,0),(8570,1420,530,1,1,0,0,-2701.68,6190.85,7.6012,2.74733,300,5,0,8,0,1,0,0,0),(8571,1420,530,1,1,0,0,-2753.61,6211.91,13.5867,1.72946,300,5,0,8,0,1,0,0,0),(8572,1420,530,1,1,0,0,-2696.01,6661.7,-3.6262,1.28603,300,5,0,8,0,1,0,0,0),(8573,1420,530,1,1,0,0,-2674.72,6739.53,-3.95547,5.33231,300,5,0,8,0,1,0,0,0),(8574,1420,530,1,1,0,0,-2755.26,7044.34,-13.3532,4.70594,300,5,0,8,0,1,0,0,0),(8575,1420,530,1,1,0,0,-2794.92,7118.99,-17.3606,5.86496,300,5,0,8,0,1,0,0,0),(8576,1420,530,1,1,0,0,-2702.7,7109.3,-14.6264,2.26291,300,5,0,8,0,1,0,0,0),(8577,1420,530,1,1,0,0,-1977.95,8609.17,-27.6834,2.90088,300,5,0,8,0,1,0,0,0),(8578,1420,530,1,1,0,0,-1636.46,8630.5,-27.8467,2.22799,300,5,0,8,0,1,0,0,0),(8579,1420,530,1,1,0,0,-1688.13,8545.08,-21.7117,3.56471,300,5,0,8,0,1,0,0,0),(8580,1420,530,1,1,0,0,-1547.27,8358.02,-20.7749,0.951218,300,5,0,8,0,1,0,0,0),(8581,1420,530,1,1,0,0,-1598.5,8395.99,-22.4139,3.14982,300,5,0,8,0,1,0,0,0),(8582,1420,530,1,1,0,0,-1942.99,8353.6,-21.401,1.7243,300,5,0,8,0,1,0,0,0),(8583,1420,530,1,1,0,0,-1864.51,8294.49,-23.5987,0.005608,300,5,0,8,0,1,0,0,0),(8584,1420,530,1,1,0,0,-1991.93,8454.65,-23.34,6.09652,300,5,0,8,0,1,0,0,0),(8585,1420,530,1,1,0,0,-1791.37,8281.88,-23.616,3.29916,300,5,0,8,0,1,0,0,0),(8586,1420,530,1,1,0,0,-1572.89,8296.94,-20.6084,1.15173,300,5,0,8,0,1,0,0,0),(8587,1420,530,1,1,0,0,-1715.5,8212.81,-22.2148,3.3058,300,5,0,8,0,1,0,0,0),(8588,1420,530,1,1,0,0,-1852.11,8189.15,-21.42,1.1212,300,5,0,8,0,1,0,0,0),(8589,1420,530,1,1,0,0,-1598.79,8090.95,-102.962,3.41517,300,5,0,8,0,1,0,0,0),(8590,1420,530,1,1,0,0,-1543.96,7805.82,-103.118,4.11448,300,5,0,8,0,1,0,0,0),(8591,1420,530,1,1,0,0,-1783.12,7835.81,-101.705,4.01087,300,5,0,8,0,1,0,0,0),(8592,1420,530,1,1,0,0,-1773.72,7885.58,-102.722,5.80207,300,5,0,8,0,1,0,0,0),(8593,1420,530,1,1,0,0,-1741.89,7941.87,-102.527,4.33077,300,5,0,8,0,1,0,0,0),(8594,1420,530,1,1,0,0,-1720.41,7712.87,-18.0969,2.95919,300,5,0,8,0,1,0,0,0),(8595,1420,530,1,1,0,0,-1717.71,7601.04,-12.9727,4.05717,300,5,0,8,0,1,0,0,0),(8596,1420,530,1,1,0,0,-1754.09,7542.9,-8.50265,0.587799,300,5,0,8,0,1,0,0,0),(8597,1420,530,1,1,0,0,-2390.54,7254.45,-182.389,2.57506,300,5,0,8,0,1,0,0,0),(8598,1420,530,1,1,0,0,-2189.59,7228.65,-140.662,6.24506,300,5,0,8,0,1,0,0,0),(8599,1420,530,1,1,0,0,-2211.79,6848.87,-8.42074,6.05266,300,5,0,8,0,1,0,0,0),(8600,1420,530,1,1,0,0,-2236.96,6795.18,-9.3555,5.40375,300,5,0,8,0,1,0,0,0),(8601,1420,530,1,1,0,0,-2270.81,6754.62,-8.94667,5.23812,300,5,0,8,0,1,0,0,0),(8602,1420,530,1,1,0,0,-2174.17,6723.62,-8.1055,5.5842,300,5,0,8,0,1,0,0,0),(8603,1420,530,1,1,0,0,-1269.56,6919.44,32.041,1.24353,300,5,0,8,0,1,0,0,0),(8604,1420,530,1,1,0,0,-1232.58,6869.65,31.1894,6.17531,300,5,0,8,0,1,0,0,0),(8605,1420,530,1,1,0,0,-1214.72,6977.12,32.6719,1.45996,300,5,0,8,0,1,0,0,0),(8606,1420,530,1,1,0,0,-954.539,6872.27,32.0328,0.056882,300,5,0,8,0,1,0,0,0),(8607,1420,530,1,1,0,0,-920.887,6949.86,32.0002,0.079293,300,5,0,8,0,1,0,0,0),(8608,1420,530,1,1,0,0,-853.381,7052.65,31.8218,4.74765,300,5,0,8,0,1,0,0,0),(8609,1420,530,1,1,0,0,-791.214,7063.75,32.7466,3.05936,300,5,0,8,0,1,0,0,0),(8610,1420,530,1,1,0,0,-672.872,6922.69,34.9001,0.016454,300,5,0,8,0,1,0,0,0),(8611,1420,530,1,1,0,0,-826.095,6828.47,32.1969,3.74913,300,5,0,8,0,1,0,0,0),(8612,1420,530,1,1,0,0,-1155.32,7109.01,33.6107,1.53172,300,5,0,8,0,1,0,0,0),(8613,1420,530,1,1,0,0,-1136.93,7194.14,32.3583,1.67572,300,5,0,8,0,1,0,0,0),(8614,1420,530,1,1,0,0,-1186.08,7076.23,32.4255,5.35511,300,5,0,8,0,1,0,0,0),(8615,1420,530,1,1,0,0,-1255.86,7036.41,32.1574,1.78723,300,5,0,8,0,1,0,0,0),(8616,1420,530,1,1,0,0,-1334.05,7080.61,31.9976,4.01436,300,5,0,8,0,1,0,0,0),(8617,1420,530,1,1,0,0,-1359.88,7129.36,32.3969,2.9742,300,5,0,8,0,1,0,0,0),(8618,1420,530,1,1,0,0,-1418.05,7176.93,32.6385,3.31693,300,5,0,8,0,1,0,0,0),(8619,1420,530,1,1,0,0,-1306.86,7297.16,32.0944,4.80828,300,5,0,8,0,1,0,0,0),(8620,1420,530,1,1,0,0,-1213.94,7301.91,32.3424,5.95777,300,5,0,8,0,1,0,0,0),(8621,1420,530,1,1,0,0,-1161.32,7249.35,32.0878,1.11521,300,5,0,8,0,1,0,0,0),(8622,1420,530,1,1,0,0,-1476.31,7373.65,3.52211,3.18923,300,5,0,8,0,1,0,0,0),(8623,1420,530,1,1,0,0,-1546.61,7247.39,1.53683,5.56171,300,5,0,8,0,1,0,0,0),(8624,1420,530,1,1,0,0,-1518.51,6923.18,-15.1947,4.29732,300,5,0,8,0,1,0,0,0),(8625,1420,530,1,1,0,0,-1563.95,6868.41,-13.7006,3.47748,300,5,0,8,0,1,0,0,0),(8626,1420,530,1,1,0,0,-1582.89,6919.15,-15.3028,2.79983,300,5,0,8,0,1,0,0,0),(8627,1420,530,1,1,0,0,-1629.96,7317.49,-7.90979,3.2674,300,5,0,8,0,1,0,0,0),(8628,1420,530,1,1,0,0,-1711.46,7419.79,-9,3.97973,300,5,0,8,0,1,0,0,0),(8629,1420,530,1,1,0,0,-1596.6,7406.19,-2.49932,0.529199,300,5,0,8,0,1,0,0,0),(8630,1420,530,1,1,0,0,-1557.33,7321,0.3247,5.19305,300,5,0,8,0,1,0,0,0),(8631,1420,530,1,1,0,0,-1536.5,7511.21,-4.41613,5.8746,300,5,0,8,0,1,0,0,0),(8632,1420,530,1,1,0,0,-1601.59,7555.33,-8.36109,1.44353,300,5,0,8,0,1,0,0,0),(8633,1420,530,1,1,0,0,-1613.57,7625.21,-11.7514,0.957836,300,5,0,8,0,1,0,0,0),(8634,1420,530,1,1,0,0,-1714.14,7510.01,-8.38597,4.03966,300,5,0,8,0,1,0,0,0),(8635,1420,530,1,1,0,0,-1619.74,7678.93,-14.9403,1.21349,300,5,0,8,0,1,0,0,0),(8636,1420,530,1,1,0,0,-1435.85,8037.74,-103.331,3.12371,300,5,0,8,0,1,0,0,0),(8637,1420,530,1,1,0,0,-1376,8088.27,-103.486,5.92972,300,5,0,8,0,1,0,0,0),(8638,1420,530,1,1,0,0,-1309.21,8040.6,-103.063,2.1628,300,5,0,8,0,1,0,0,0),(8639,1420,530,1,1,0,0,-1130.75,7671.38,13.8765,0.052267,300,5,0,8,0,1,0,0,0),(8640,1420,530,1,1,0,0,-1048.65,7294.82,33.4977,0.315344,300,5,0,8,0,1,0,0,0),(8641,1420,530,1,1,0,0,-962.006,7352.06,32.7767,5.98056,300,5,0,8,0,1,0,0,0),(8642,1420,530,1,1,0,0,-889.678,7352.1,33.2319,5.40373,300,5,0,8,0,1,0,0,0),(8643,1420,530,1,1,0,0,-815.21,7213.35,32.9871,0.043886,300,5,0,8,0,1,0,0,0),(8644,1420,530,1,1,0,0,-813.586,7157.03,33.1704,5.41393,300,5,0,8,0,1,0,0,0),(8645,1420,530,1,1,0,0,-1530.81,8850.25,32.3595,4.50137,300,5,0,8,0,1,0,0,0),(8646,1420,530,1,1,0,0,-1589.44,9029.91,55.5772,6.12725,300,5,0,8,0,1,0,0,0),(8647,1420,530,1,1,0,0,-1552.77,8920.81,32.7485,3.2303,300,5,0,8,0,1,0,0,0),(8648,1420,530,1,1,0,0,-1609.67,8991.18,43.6459,1.03345,300,5,0,8,0,1,0,0,0),(8649,1420,530,1,1,0,0,-1648.18,8869.62,32.2179,6.16464,300,5,0,8,0,1,0,0,0),(8650,1420,530,1,1,0,0,-1589.99,8789.49,31.2119,3.56287,300,5,0,8,0,1,0,0,0),(8651,1420,530,1,1,0,0,-1908.04,8988.42,35.1569,3.39495,300,5,0,8,0,1,0,0,0),(8652,1420,530,1,1,0,0,-1915.46,8932.18,34.8451,5.5341,300,5,0,8,0,1,0,0,0),(8653,1420,530,1,1,0,0,-1964.9,8963.36,34.5589,2.88796,300,5,0,8,0,1,0,0,0),(1582,940,0,1,1,4436,1,-11654.8,-632.592,30.0412,6.2455,300,0,0,977,935,0,0,0,0),(1581,691,0,1,1,5561,0,-12117.8,981.056,6.56785,3.94712,300,5,0,1469,0,1,0,0,0),(34665,3817,1,1,1,1991,0,2552.09,-1503.75,158.614,1.63626,300,15,0,573,0,1,0,0,0),(34664,3817,1,1,1,1991,0,2293.29,-684.948,139.502,6.08656,300,5,0,573,0,1,0,0,0),(34663,3817,1,1,1,1991,0,2623.74,-1287.77,149.159,2.78648,300,15,0,573,0,1,0,0,0),(34662,3817,1,1,1,1991,0,1871.73,-640.883,117.19,5.31719,300,5,0,573,0,1,0,0,0),(34661,3817,1,1,1,1991,0,2232.9,-604.037,104.21,0.813725,300,15,0,573,0,1,0,0,0),(34651,3817,1,1,1,1991,0,2054.87,-678.462,111.674,3.24682,300,5,0,573,0,1,0,0,0),(1580,691,0,1,1,5561,0,-12087.9,948.292,5.60265,0.155994,300,5,0,1469,0,1,0,0,0),(1579,691,0,1,1,5561,0,-12086.5,925.098,4.77497,2.18867,300,5,0,1469,0,1,0,0,0),(34650,3817,1,1,1,1991,0,2647.83,-1499.03,188.674,0.662242,300,2,0,573,0,1,0,0,0),(34649,3817,1,1,1,1991,0,2644.24,-1200.97,154.895,6.27733,300,5,0,573,0,1,0,0,0),(34648,3817,1,1,1,1991,0,2684.25,-1429.06,194.283,0.044909,300,10,0,573,0,1,0,0,0),(11267,2560,0,1,1,180,0,-1477.19,-1589.51,33.4803,4.77103,400,10,0,1221,0,1,0,0,0),(11266,2595,0,1,1,11254,1,-2215.1,-1611.98,-47.0127,1.5708,400,3,0,1604,0,1,0,0,0),(11265,2595,0,1,1,11254,1,-2180.14,-1754.03,-60.1176,3.33252,400,10,0,1604,0,1,0,0,0),(11264,15124,0,1,1,15278,1,-1221.37,-2539.85,21.9912,2.18166,400,0,0,1003,0,0,0,0,0),(11263,2835,0,1,1,4044,1,-1240.03,-2513.96,21.9831,4.22309,400,0,0,4053,0,0,0,0,0),(11262,2621,0,1,1,4034,1,-903.685,-3519.28,71.3417,1.53589,400,0,0,2769,0,0,0,0,0),(11261,15128,0,1,1,15286,1,-833.9,-3530.08,72.5261,2.79253,650,0,0,7842,0,0,0,0,0),(11260,15128,0,1,1,15287,1,-822.536,-3518.07,73.4445,3.52556,650,0,0,7842,0,0,0,0,0),(11259,15128,0,1,1,15286,1,-826.774,-3511.83,73.3599,3.82227,650,0,0,7842,0,0,0,0,0),(11258,15128,0,1,1,15284,1,-840.304,-3513.8,73.2761,4.10152,650,0,0,7842,0,0,0,0,0),(1578,683,0,1,1,2437,0,-11512.3,-412.56,38.1506,6.24747,300,10,0,1050,0,1,0,0,0),(8704,1440,0,1,1,0,0,-8346,383.928,122.274,2.242,180,0,0,328,0,0,0,0,0),(11257,2820,0,1,1,3952,1,-910.288,-3534.85,72.818,2.44346,400,0,0,1107,0,0,0,0,0),(1577,1552,0,1,1,12342,0,-13113.2,-551.108,10.4963,5.2709,25200,0,0,2218,0,0,0,0,0),(34647,3817,1,1,1,1991,0,2504.29,-1546.59,150.124,0.186047,300,3,0,573,0,1,0,0,0),(11256,2621,0,1,1,4035,1,-936.625,-3493.21,53.619,2.80998,400,0,0,2769,0,0,0,0,0),(11255,2821,0,1,1,3953,1,-918.911,-3533.79,72.781,0.977384,400,0,0,1221,0,0,0,0,0),(1574,942,0,1,1,4450,1,-11472.9,-928.352,21.5836,0.373132,300,3,0,1208,1097,1,0,0,0),(11254,2621,0,1,1,4034,1,-876.137,-3527.28,71.8778,1.10715,400,0,0,2769,0,0,0,0,0),(11253,2621,0,1,1,4035,1,-860.637,-3539.48,72.2494,0,400,0,0,2769,0,0,0,0,0),(11252,2578,0,1,1,10824,0,-958.157,-1876.76,66.2413,4.38602,400,10,0,1107,0,1,0,0,0),(11251,2580,0,1,1,388,0,-2093.57,-2555.97,76.3401,1.71083,400,5,0,1536,0,1,0,0,0),(11250,2579,0,1,1,1105,0,-1719.14,-2088.41,50.7157,5.05082,400,5,0,1279,0,1,0,0,0),(11249,2565,0,1,1,1104,0,-914.545,-2412.42,52.9941,1.29169,400,5,0,1403,0,1,0,0,0),(11248,2560,0,1,1,180,0,-1617.04,-2094.17,32.9033,1.90738,400,10,0,1221,0,1,0,0,0),(11247,2560,0,1,1,180,0,-1457.43,-1549.03,42.2813,4.95689,400,10,0,1221,0,1,0,0,0),(11246,2620,0,1,1,1072,0,-1633.55,-2072.84,37.1567,3.472,400,10,0,8,0,1,0,0,0),(8733,1472,0,1,1,0,1,-8469,582.931,95.917,5.376,430,0,0,3189,0,0,0,0,0),(11245,2620,0,1,1,1072,0,-1026.51,-2511.94,52.3814,4.25361,400,10,0,8,0,1,0,0,0),(11244,2620,0,1,1,1072,0,-935.582,-2810.28,62.0185,5.80644,400,10,0,8,0,1,0,0,0),(11242,2557,0,1,1,3999,1,-2090.04,-3346.53,41.5335,6.00393,400,0,0,1160,1067,0,0,0,0),(34646,3817,1,1,1,1991,0,2144.89,-723.621,108.262,0.24853,300,5,0,573,0,1,0,0,0),(11241,15127,0,1,1,15277,1,-1218.48,-2521.56,21.9227,3.66519,650,0,0,52280,0,0,0,0,0),(11240,2621,0,1,1,4035,1,-860.528,-3556.43,72.3744,0.20944,400,0,0,2769,0,0,0,0,0),(11238,2621,0,1,1,4035,1,-862.5,-3501.56,73.2761,1.48353,400,0,0,2769,0,0,0,0,0),(1573,978,0,1,1,4459,1,-11456.9,-928.107,19.7195,4.19838,300,3,0,1305,1186,1,0,0,0),(1572,978,0,1,1,4459,1,-11430.9,-933.551,19.5131,2.94069,300,2,0,1305,1186,1,0,0,0),(1571,939,0,1,1,4446,1,-11488.3,-923.414,23.8311,3.50762,300,3,0,1469,0,1,0,0,0),(1570,979,0,1,1,4454,1,-11379.2,-889.188,18.0362,5.76593,300,3,0,1604,0,1,0,0,0),(1569,978,0,1,1,4459,1,-11438.6,-916.843,18.4055,0.163099,300,2,0,1305,1186,1,0,0,0),(1568,978,0,1,1,4459,1,-11416.1,-888.426,18.3662,4.66093,300,3,0,1305,1186,1,0,0,0),(1567,978,0,1,1,4459,1,-11412.4,-914.305,18.0441,2.55929,300,3,0,1305,1186,1,0,0,0),(1566,978,0,1,1,4459,1,-11397,-887.659,18.0874,6.21477,300,5,0,1305,1186,1,0,0,0),(1565,979,0,1,1,4454,1,-11404.7,-879.341,18.2837,0.091073,300,3,0,1604,0,1,0,0,0),(1482,979,0,1,1,4454,1,-11408.6,-904.71,18.2051,4.01224,300,3,0,1604,0,1,0,0,0),(1481,813,0,1,1,637,1,-11336.9,-966.252,29.9908,1.71042,1800,0,0,2286,0,0,0,0,0),(1480,978,0,1,1,4459,1,-11418.5,-902.782,18.9059,4.87451,300,3,0,1305,1186,1,0,0,0),(1477,979,0,1,1,4454,1,-11325.4,-966.436,31.6059,5.47826,300,0,0,1604,0,0,0,0,0),(1476,978,0,1,1,4459,1,-11340.7,-964.285,30.5455,0.244346,300,0,0,1305,1186,0,0,0,0),(1475,905,0,1,1,705,0,-12534.4,-167.586,7.78441,1.15858,300,5,0,1107,0,1,0,0,0),(1472,978,0,1,1,4459,1,-11342.6,-941.6,32.3906,1.33862,300,3,0,1305,1186,1,0,0,0),(1471,978,0,1,1,4459,1,-11331.9,-947.405,29.9811,1.42549,300,2,0,1305,1186,1,0,0,0),(1470,978,0,1,1,4459,1,-11362.3,-893.441,21.2737,1.79495,300,2,0,1305,1186,1,0,0,0),(1469,978,0,1,1,4459,1,-11343.3,-924.928,31.0902,1.37881,300,2,0,1305,1186,1,0,0,0),(1468,978,0,1,1,4459,1,-11336.5,-924.059,30.7995,2.09439,300,2,0,1305,1186,1,0,0,0),(1467,683,0,1,1,2437,0,-11811.8,-17.9249,42.0101,6.05641,300,5,0,1050,0,1,0,0,0),(1466,905,0,1,1,705,0,-11603.7,-181.792,6.43916,4.55392,300,5,0,1107,0,1,0,0,0),(17635,6033,0,1,1,7449,0,1247.34,583.572,16.4926,5.86431,275,0,0,328,0,0,0,0,0),(17633,8385,0,1,1,7615,1,490.937,1647.89,125.679,5.13127,275,0,0,573,0,0,0,0,0),(17631,16288,0,1,1,16265,0,525.679,1627.3,104.895,2.16421,275,0,0,425,1202,0,0,0,0),(17632,2173,0,1,1,245,0,658.785,1998.19,-21.2325,4.71915,275,5,0,300,0,1,0,0,0),(17999,1782,0,1,1,574,0,907.136,1840.68,5.75698,3.96943,275,10,0,273,0,1,0,0,0),(17998,1782,0,1,1,574,0,803.027,1613.52,31.08,0.322457,275,5,0,273,0,1,0,0,0),(17997,6033,0,1,1,7449,0,869.111,931.58,10.6478,6.00393,275,0,0,328,0,0,0,0,0),(17996,1912,0,1,1,3603,1,-91.6029,847.656,61.1179,3.82,275,10,0,300,0,1,0,0,0),(17995,1889,0,1,1,3586,1,-4.18798,751.987,63.7761,0.049182,275,10,0,379,1118,1,0,0,0),(17994,1888,0,1,1,3566,1,-1.1166,754.995,63.7725,6.00936,275,0,0,354,1326,2,0,0,0),(17993,1888,0,1,1,3566,1,-40.2474,803.025,63.3324,0.949752,275,10,0,354,1326,1,0,0,0),(17992,1912,0,1,1,3603,1,-53.0045,842.834,65.5393,5.11946,275,10,0,300,0,1,0,0,0),(17991,1888,0,1,1,3566,1,20.9485,715.504,63.7214,0.862618,275,5,0,354,1326,1,0,0,0),(17990,1908,0,1,1,540,0,305.402,638.401,41.3652,5.36853,275,5,0,404,456,1,0,0,0),(17989,1909,0,1,1,757,1,344.014,645.229,39.9983,0.989995,275,5,0,377,408,1,0,0,0),(17988,1948,0,1,1,965,1,963.973,715.973,74.0867,4.66003,43200,0,0,726,0,0,0,0,0),(17987,1909,0,1,1,757,1,409.118,635.779,31.5556,4.26427,275,10,0,377,408,1,0,0,0),(17986,1909,0,1,1,757,1,419.934,623.287,32.75,0.689988,275,5,0,377,408,1,0,0,0),(17985,1908,0,1,1,540,0,399.362,619.991,38.5867,2.47815,275,5,0,404,456,1,0,0,0),(17984,1909,0,1,1,757,1,372.303,639.51,38.0963,3.25081,275,5,0,377,408,1,0,0,0),(17983,1909,0,1,1,757,1,389.178,639.931,36.0726,2.73801,275,5,0,377,408,1,0,0,0),(17982,1909,0,1,1,757,1,384.399,648.58,35.9476,4.6134,275,5,0,377,408,1,0,0,0),(17981,1909,0,1,1,757,1,408.954,696.092,40.7662,1.49401,275,5,0,377,408,1,0,0,0),(17980,1908,0,1,1,540,0,449.799,707.707,33.6339,6.14986,275,5,0,404,456,1,0,0,0),(17979,1909,0,1,1,757,1,450.766,649.524,24.7413,5.79449,275,10,0,377,408,1,0,0,0),(17978,1909,0,1,1,757,1,451.722,681.235,27.0344,2.02458,275,10,0,377,408,1,0,0,0),(17977,1420,0,1,1,901,0,422.985,647.239,26.5941,1.64346,275,10,0,8,0,1,0,0,0),(17976,1943,0,1,1,10856,1,965.848,663.761,60.975,5.25344,275,0,0,417,0,0,0,0,0),(17975,1943,0,1,1,10856,1,1009.75,707.173,60.975,4.73418,275,0,0,417,0,0,0,0,0),(17974,2054,0,1,1,3554,1,-651.367,1560.84,9.77068,6.0301,275,10,0,404,456,1,0,0,0),(17973,1943,0,1,1,10856,1,1016.08,662.646,74.0034,5.9391,275,5,0,417,0,1,0,0,0),(17970,1769,0,1,1,11180,0,955.64,1103.1,47.4907,1.98351,275,10,0,186,191,1,0,0,0),(17969,1767,0,1,1,441,1,943.393,1038.08,25.266,5.09772,275,5,0,247,0,1,0,0,0),(17967,1942,0,1,1,858,1,963.016,716.584,81.6265,5.49779,275,0,0,417,0,0,0,0,0),(17966,1942,0,1,1,858,1,967.398,707.295,74.0034,5.73547,275,0,0,417,0,0,0,0,0),(17965,1943,0,1,1,10856,1,972.697,670.342,85.0009,3.94863,275,0,0,417,0,2,0,0,0),(17964,1942,0,1,1,858,1,964.69,660.489,81.6265,0.837758,275,0,0,417,0,0,0,0,0),(17963,6033,0,1,1,7449,0,591.969,286.3,19.5015,3.83972,275,0,0,328,0,0,0,0,0),(17962,1942,0,1,1,858,1,1018.77,668.411,61.0583,3.40339,275,0,0,417,0,0,0,0,0),(17961,6033,0,1,1,7449,0,809.681,867.596,10.7001,5.25344,275,0,0,328,0,0,0,0,0),(17959,1942,0,1,1,858,1,975.141,667.035,85.0009,3.17674,275,0,0,417,0,0,0,0,0),(17957,1943,0,1,1,10856,1,964.955,667.386,74.0034,5.19025,275,0,0,417,0,0,0,0,0),(17955,1940,0,1,1,10855,1,1013.97,637.073,54.9895,3.01373,275,5,0,350,390,1,0,0,0),(17954,1939,0,1,1,10851,1,1002.19,631.358,55.4451,3.89208,275,0,0,356,0,0,0,0,0),(17953,1767,0,1,1,441,1,1315.51,685.701,35.4777,5.40717,275,10,0,247,0,1,0,0,0),(17952,1766,0,1,1,246,0,1029.24,1474.42,36.6539,0.199946,275,5,0,222,0,1,0,0,0),(17951,1765,0,1,1,11421,0,1376.31,679.446,39.7203,0.708626,275,10,0,198,0,1,0,0,0),(17950,1939,0,1,1,10851,1,954.191,606.554,59.6268,1.52607,275,3,0,356,0,1,0,0,0),(17949,1943,0,1,1,10856,1,1013.4,664.261,61.0583,2.05949,275,0,0,417,0,0,0,0,0),(17948,1940,0,1,1,10855,1,951.33,614.191,60.0501,5.64234,275,0,0,350,390,0,0,0,0),(17947,1940,0,1,1,10855,1,946.268,584.365,54.706,6.02139,275,0,0,350,390,0,0,0,0),(17946,1781,0,1,1,760,0,1388.26,2000.17,16.6558,5.48071,275,3,0,273,0,1,0,0,0),(17945,1781,0,1,1,760,0,1394.43,2011.66,15.8084,3.21808,275,3,0,273,0,1,0,0,0),(17944,1779,0,1,1,1947,0,1016.45,1858.79,10.9091,5.7279,275,10,0,247,0,1,0,0,0),(17943,1781,0,1,1,760,0,1409.5,2008.33,14.2523,4.24892,275,3,0,273,0,1,0,0,0),(17942,1779,0,1,1,1947,0,1051.38,1824.67,16.6664,3.00846,275,10,0,247,0,1,0,0,0),(17941,1779,0,1,1,1947,0,888.199,1787.96,12.2461,0.741971,275,10,0,247,0,1,0,0,0),(17940,1779,0,1,1,1947,0,1020.83,1712.5,21.7818,2.86717,275,10,0,247,0,1,0,0,0),(17939,1866,0,1,1,829,0,142.823,1525.15,114.936,1.51926,275,3,0,222,0,1,0,0,0),(17938,1865,0,1,1,732,1,150.482,1516.43,114.927,4.75448,275,0,0,247,0,0,0,0,0),(17937,1866,0,1,1,829,0,142.197,1531.56,114.967,5.60111,275,3,0,222,0,1,0,0,0),(17936,1865,0,1,1,732,1,150.888,1508.82,114.481,5.16617,275,0,0,247,0,0,0,0,0),(17935,1865,0,1,1,732,1,149.099,1489.52,114.516,0.054761,275,0,0,247,0,2,0,0,0),(17934,1866,0,1,1,829,0,137.063,1507.83,114.731,0.436332,275,0,0,222,0,0,0,0,0),(17933,1768,0,1,1,346,1,1198.16,901.891,33.0673,0,275,0,0,253,264,0,0,0,0),(17932,1768,0,1,1,346,1,1207.46,892.76,32.9063,0,275,0,0,253,264,0,0,0,0),(17931,1767,0,1,1,441,1,1249.96,927.058,36.7232,3.14065,275,10,0,247,0,1,0,0,0),(17930,2054,0,1,1,3554,1,-740.117,1503.3,16.1532,1.15192,275,0,0,404,456,0,0,0,0),(17929,2053,0,1,1,3553,1,-759.032,1501.65,17.3505,1.36136,275,0,0,417,0,0,0,0,0),(17928,2053,0,1,1,3553,1,-742.248,1533.36,16.3341,1.88496,275,0,0,417,0,0,0,0,0),(17927,2053,0,1,1,3553,1,-741.153,1537.29,16.9959,4.73529,275,5,0,417,0,1,0,0,0),(17926,2053,0,1,1,3553,1,-730.886,1514.58,14.0312,3.91594,275,10,0,417,0,1,0,0,0),(17925,2054,0,1,1,3554,1,-756.456,1502.29,17.2546,2.44346,275,0,0,404,456,0,0,0,0),(17924,2054,0,1,1,3554,1,-743.001,1535.46,16.8341,5.06145,275,0,0,404,456,0,0,0,0),(17923,2054,0,1,1,3554,1,-745.124,1536.01,16.9591,2.79253,275,0,0,404,456,0,0,0,0),(17922,1782,0,1,1,574,0,479.505,954.025,128.9,1.01024,275,5,0,273,0,1,0,0,0),(17921,1782,0,1,1,574,0,516.112,984.685,128.573,1.67256,275,5,0,273,0,1,0,0,0),(1465,938,0,1,1,4439,1,-11537.1,-712.119,36.4386,5.40278,300,5,0,1279,0,1,0,0,0),(1464,4461,0,1,1,5243,1,-12082.8,-108.51,40.2177,4.51613,300,5,0,1403,0,1,0,0,0),(1463,686,0,1,1,788,0,-12323.7,-73.1421,23.7492,5.55431,300,5,0,1403,0,1,0,0,0),(1462,938,0,1,1,4439,1,-11509.6,-599.617,36.3104,0.621474,300,0,0,1279,0,0,0,0,0),(1461,938,0,1,1,4439,1,-11508,-610.643,36.3094,6.00398,300,0,0,1279,0,0,0,0,0),(1460,941,0,1,1,4444,1,-11480.5,-868.516,37.2521,2.4262,300,2,0,1064,1007,1,0,0,0),(1459,941,0,1,1,4444,1,-11475.5,-849.57,35.9715,5.92151,300,2,0,1064,1007,1,0,0,0),(1458,938,0,1,1,4439,1,-11472.2,-864.303,36.8603,0.802174,300,3,0,1279,0,1,0,0,0),(1457,942,0,1,1,4450,1,-11476.8,-836.862,13.8383,0.508015,300,2,0,1208,1097,1,0,0,0),(1456,1096,0,1,1,7197,1,-12153.6,-573.833,12.9658,1.94645,300,5,0,1160,1067,1,0,0,0),(1455,942,0,1,1,4450,1,-11420.7,-770.761,14.9644,4.92354,300,3,0,1208,1097,1,0,0,0),(17920,1924,0,1,1,574,0,508.038,918.809,128.624,4.77808,275,0,0,328,0,0,0,0,0),(17919,1924,0,1,1,574,0,507.906,1018.2,117.274,2.30782,275,5,0,328,0,1,0,0,0),(17918,1778,0,1,1,1006,0,1268.41,1389.86,48.9957,6.07602,275,3,0,266,0,1,0,0,0),(17917,1908,0,1,1,540,0,515.558,716.281,25.7851,4.95674,275,0,0,404,456,0,0,0,0),(17916,1769,0,1,1,11180,0,1019.47,1122.84,44.531,1.27749,275,10,0,186,191,1,0,0,0),(17915,1769,0,1,1,11180,0,1083.38,1150.22,44.5913,4.91811,275,10,0,186,191,1,0,0,0),(17914,1767,0,1,1,441,1,877.569,1111.8,32.6921,3.28016,275,5,0,247,0,1,0,0,0),(17912,2054,0,1,1,3554,1,-671.982,1593.42,18.3436,0.013671,275,3,0,404,456,1,0,0,0),(17911,1894,0,1,1,3551,1,-404.028,1460.9,31.7653,5.84685,600,0,0,300,0,0,0,0,0),(17910,1894,0,1,1,3551,1,-410.983,1453.18,31.679,5.59007,600,5,0,300,0,1,0,0,0),(17909,1779,0,1,1,1947,0,951.605,1722.56,14.236,2.80289,275,10,0,247,0,1,0,0,0),(17908,1891,0,1,1,2565,1,-405.033,1458.8,27.0968,0.15708,600,0,0,300,0,0,0,0,0),(17907,1779,0,1,1,1947,0,983.199,1738.77,14.7072,6.09364,275,10,0,247,0,1,0,0,0),(17906,10780,0,1,1,10091,0,975.427,1704.63,15.5029,3.60705,275,10,0,20,0,1,0,0,0),(17905,1895,0,1,1,2535,1,-407.955,1451.33,27.0859,0.767945,600,0,0,276,295,0,0,0,0),(17904,1769,0,1,1,11180,0,1035.9,1197.68,48.9457,0.986026,275,5,0,186,191,1,0,0,0),(17902,1420,0,1,1,901,0,789.062,761.189,27.9448,0.54742,275,10,0,8,0,1,0,0,0),(17900,1768,0,1,1,346,1,1301.87,711.434,34.3786,3.49453,275,10,0,253,264,1,0,0,0),(17899,1767,0,1,1,441,1,1305.04,695.495,34.4446,4.5148,275,10,0,247,0,1,0,0,0),(17898,1940,0,1,1,10855,1,1018.46,734.057,59.4484,1.20428,275,0,0,350,390,0,0,0,0),(17897,1939,0,1,1,10851,1,1015.43,737.142,59.4484,3.61283,275,0,0,356,0,0,0,0,0),(17896,1940,0,1,1,10855,1,1006.01,743.693,59.5982,3.50811,275,0,0,350,390,0,0,0,0),(17895,1782,0,1,1,574,0,770.998,1633.89,32.0893,5.37561,275,0,0,273,0,0,0,0,0),(17894,1779,0,1,1,1947,0,751.967,1647.14,37.7432,1.42314,275,5,0,247,0,1,0,0,0),(17893,1769,0,1,1,11180,0,932.549,1237.23,47.0936,3.56811,275,0,0,186,191,2,0,0,0),(17892,1769,0,1,1,11180,0,1058.75,1142.8,43.2838,0.12235,275,10,0,186,191,1,0,0,0),(17891,1420,0,1,1,901,0,641.043,966.371,38.5904,4.99337,275,10,0,8,0,1,0,0,0),(17890,1956,0,1,1,631,0,1124.72,241.245,34.0567,6.06475,275,10,0,417,0,1,0,0,0),(17889,1956,0,1,1,631,0,1085.55,217.983,34.8541,3.9111,275,10,0,417,0,1,0,0,0),(17888,1942,0,1,1,858,1,1008.63,662.71,85.1843,0.645772,275,0,0,417,0,0,0,0,0),(17887,1943,0,1,1,10856,1,1005.6,699.391,53.821,3.12351,275,3,0,417,0,1,0,0,0),(17886,1943,0,1,1,10856,1,1000.75,690.087,53.8207,4.70985,275,3,0,417,0,1,0,0,0),(17630,1420,0,1,1,901,0,1308.41,719.261,34.0051,3.20023,275,10,0,8,0,1,0,0,0),(17629,1420,0,1,1,901,0,1159.62,950.785,32.3849,2.02789,275,10,0,8,0,1,0,0,0),(17628,4610,0,1,1,2676,1,1399.98,377.057,-65.9392,6.26573,275,0,0,1003,0,0,0,0,0),(17627,7007,0,1,1,5767,1,430.385,1881.86,15.4168,5.13127,275,0,0,508,544,0,0,0,0),(17626,2226,0,1,1,3832,1,473.939,1533.95,131.96,0.453786,600,0,0,10572,0,0,0,0,0),(17625,3557,0,1,1,3549,1,516.318,1635.73,104.706,5.63741,275,0,0,896,0,0,0,0,0),(17624,2140,0,1,1,3542,1,549.582,1602.99,128.565,3.735,275,0,0,449,0,0,0,0,0),(17623,3553,0,1,1,3536,1,508.911,1630.16,104.895,0.802851,275,0,0,417,0,0,0,0,0),(17622,3556,0,1,1,3548,1,528.068,1634.62,104.706,3.26377,275,0,0,417,0,0,0,0,0),(17621,3551,0,1,1,3543,1,495.997,1647.86,125.664,3.87463,275,0,0,484,0,0,0,0,0),(17620,9553,0,1,1,8672,1,566.309,1559.6,132.602,3.61283,275,0,0,484,0,0,0,0,0),(17619,5886,0,1,1,4528,1,553.08,1600.14,129.208,4.04916,275,0,0,356,0,0,0,0,0),(17618,5757,0,1,1,4177,1,243.802,1643.27,142.36,4.90438,275,0,0,449,0,0,0,0,0),(17617,1767,0,1,1,441,1,1162.09,974.666,32.7064,0,275,0,0,247,0,0,0,0,0),(17616,1768,0,1,1,346,1,1159.72,968.189,32.5814,0,275,0,0,253,264,0,0,0,0),(17615,1768,0,1,1,346,1,1176.33,908.571,31.2165,0.468512,275,10,0,253,264,1,0,0,0),(17614,1909,0,1,1,757,1,1175.48,274.852,27.0721,3.59463,275,5,0,377,408,1,0,0,0),(17613,1938,0,1,1,1278,1,552.829,1593.87,130.219,1.31373,275,0,0,531,0,0,0,0,0),(17612,1937,0,1,1,1661,1,522.449,1652.3,125.843,4.86947,275,0,0,300,0,0,0,0,0),(17611,1952,0,1,1,3545,1,522.449,1626.15,104.997,1.48353,275,0,0,1003,0,0,0,0,0),(17610,1924,0,1,1,574,0,-524.263,1150.98,84.2997,0.258257,275,0,0,328,0,0,0,0,0),(17609,1889,0,1,1,3585,1,247.824,686.45,40.9485,4.46546,275,10,0,379,1118,1,0,0,0),(17608,1889,0,1,1,3586,1,277.349,673.847,40.7877,4.59504,275,5,0,379,1118,1,0,0,0),(17607,1909,0,1,1,757,1,349.13,688.906,42.3953,3.3732,275,5,0,377,408,1,0,0,0),(17606,1909,0,1,1,757,1,283.758,610.555,34.8099,2.63545,275,0,0,377,408,0,0,0,0),(17605,1909,0,1,1,757,1,379.208,681.589,41.2667,4.48486,275,5,0,377,408,1,0,0,0),(17604,1778,0,1,1,1006,0,276.906,1504.34,137.583,5.87804,275,5,0,266,0,1,0,0,0),(17603,11750,0,1,1,11694,0,1478.9,445.545,-62.6135,1.36136,275,0,0,156,0,0,0,0,0),(17602,6033,0,1,1,7449,0,1180.51,814.702,17.972,0,275,0,0,328,0,0,0,0,0),(17601,6033,0,1,1,7449,0,961.213,926.11,11.7743,1.0821,275,0,0,328,0,0,0,0,0),(17600,2452,0,1,1,1078,0,538.388,-96.7844,144.642,0.472381,43200,0,0,1469,0,2,0,0,0),(17599,2256,0,1,1,416,1,447.023,-248.48,156.227,1.85005,300,0,0,1395,0,0,0,0,0),(17598,2250,0,1,1,1050,0,415.83,-81.7302,156.182,3.01942,300,0,0,1163,0,0,0,0,0),(17597,2251,0,1,1,6767,0,510.139,-113.074,144.417,2.34887,300,5,0,1221,0,1,0,0,0),(17596,2251,0,1,1,6767,0,513.171,-49.0429,139.699,2.94138,300,5,0,1221,0,1,0,0,0),(17595,2287,0,1,1,536,1,419.876,-251.114,158.183,4.59726,300,5,0,1459,0,1,0,0,0),(17594,2250,0,1,1,1050,0,346.673,-83.7186,142.655,2.12194,300,3,0,1163,0,1,0,0,0),(17593,2251,0,1,1,6767,0,453.374,-51.2748,147.81,5.37278,300,5,0,1221,0,1,0,0,0),(17592,2251,0,1,1,6767,0,380.879,-48.4809,145.248,2.50546,300,10,0,1221,0,1,0,0,0),(17591,2250,0,1,1,1050,0,317.514,-49.5495,142.326,0.13532,300,10,0,1163,0,1,0,0,0),(17590,2250,0,1,1,1050,0,184.131,-247.368,149.082,1.34463,300,10,0,1163,0,1,0,0,0),(17589,2407,0,1,1,2300,0,-80.9055,-331.666,136.471,6.03441,300,10,0,1221,0,1,0,0,0),(17588,2251,0,1,1,6767,0,211.928,-248.341,145.491,2.57195,300,10,0,1221,0,1,0,0,0),(17587,2407,0,1,1,2300,0,-181.368,-255.929,151.59,3.69543,300,5,0,1221,0,1,0,0,0),(17586,2406,0,1,1,1058,0,-47.9259,-178.853,132.089,1.56689,300,10,0,1163,0,1,0,0,0),(17585,2407,0,1,1,2300,0,-81.8984,-82.5289,136.901,0.03124,300,10,0,1221,0,1,0,0,0),(17584,2251,0,1,1,6767,0,247.9,-208.325,143.986,2.06936,300,3,0,1221,0,1,0,0,0),(17583,2241,0,1,1,3709,1,-49.1389,-581.399,154.051,5.2217,300,10,0,1221,0,1,0,0,0),(17582,2406,0,1,1,1058,0,-82.1833,-222.665,137.578,4.58513,300,10,0,1163,0,1,0,0,0),(17581,2241,0,1,1,3710,1,-7.82943,-569.731,149.45,1.708,300,5,0,1221,0,1,0,0,0),(17580,2406,0,1,1,1058,0,-45.731,-116.81,131.969,5.59741,300,10,0,1163,0,1,0,0,0),(17571,2250,0,1,1,1050,0,188.706,-146.966,126.835,0.692738,300,0,0,1163,0,0,0,0,0),(17570,2240,0,1,1,3706,1,-47.5204,-553.564,151.293,4.66461,300,10,0,1163,0,1,0,0,0),(17569,2240,0,1,1,3706,1,19.9896,-570.185,146.782,5.17778,300,10,0,1163,0,1,0,0,0),(17568,2241,0,1,1,3710,1,-21.1649,-520.467,149.661,5.4439,300,5,0,1221,0,1,0,0,0),(17563,2251,0,1,1,6767,0,184.782,-219.122,148.217,5.4895,300,10,0,1221,0,1,0,0,0),(17561,2407,0,1,1,2300,0,-223.589,-324.579,160.632,1.79708,300,10,0,1221,0,1,0,0,0),(17560,2406,0,1,1,1058,0,-214.918,-346.312,158.212,2.46685,300,3,0,1163,0,1,0,0,0),(17559,2250,0,1,1,1050,0,247.783,-146.869,142.456,2.48688,300,3,0,1163,0,1,0,0,0),(17558,2406,0,1,1,1058,0,33.9721,-414.58,126.873,3.11816,300,10,0,1163,0,1,0,0,0),(17557,2250,0,1,1,1050,0,153.865,-185.505,147.713,5.75337,300,5,0,1163,0,1,0,0,0),(17556,2406,0,1,1,1058,0,-216.06,-286.145,159.976,3.2473,300,5,0,1163,0,1,0,0,0),(17555,2251,0,1,1,6767,0,122.124,-212.206,157.538,3.47211,300,3,0,1221,0,1,0,0,0),(17554,2407,0,1,1,2300,0,-6.73912,-440.171,116.233,5.15013,300,3,0,1221,0,1,0,0,0),(17553,2272,0,1,1,3715,1,363.027,151.27,42.6541,3.68532,300,0,0,882,2362,0,0,0,0),(17552,2250,0,1,1,1050,0,218.632,-186.957,138.508,5.21451,300,10,0,1163,0,1,0,0,0),(17551,2406,0,1,1,1058,0,-112.202,-253.167,141.937,4.76518,300,10,0,1163,0,1,0,0,0),(17550,2406,0,1,1,1058,0,-144.744,-318.556,149.53,3.19438,300,10,0,1163,0,1,0,0,0),(17549,2240,0,1,1,3707,1,-15.6267,-554.289,151.605,3.69756,300,0,0,1163,0,0,0,0,0),(17387,2240,0,1,1,3706,1,-27.8804,-551.943,151.23,1.74673,300,0,0,1163,0,0,0,0,0),(17386,2241,0,1,1,3709,1,-28.3127,-540.77,151.48,5.21148,300,3,0,1221,0,1,0,0,0),(17385,2406,0,1,1,1058,0,-155.448,-267.079,149.913,4.75932,300,10,0,1163,0,1,0,0,0),(17384,2406,0,1,1,1058,0,96.3073,-590.16,141.197,5.72334,300,5,0,1163,0,1,0,0,0),(17383,2406,0,1,1,1058,0,-71.089,-204.907,130.512,1.35425,300,10,0,1163,0,1,0,0,0),(17382,2241,0,1,1,3709,1,-28.5016,-561.634,151.48,0.994472,300,0,0,1221,0,0,0,0,0),(17381,2241,0,1,1,3710,1,-37.666,-555.258,151.293,1.73384,300,0,0,1221,0,0,0,0,0),(17380,2407,0,1,1,2300,0,49.2185,-496.211,142.817,1.87461,300,10,0,1221,0,1,0,0,0),(17379,2250,0,1,1,1050,0,118.497,-299.609,167.525,1.99775,300,3,0,1163,0,1,0,0,0),(17378,2250,0,1,1,1050,0,147.523,-252.928,154.71,4.236,300,3,0,1163,0,1,0,0,0),(17377,2407,0,1,1,2300,0,69.027,-454.634,141.676,2.43092,300,5,0,1221,0,1,0,0,0),(17376,2251,0,1,1,6767,0,281.108,-321.411,157.967,4.90677,300,10,0,1221,0,1,0,0,0),(17375,2250,0,1,1,1050,0,225.94,-318.775,155.309,4.10759,300,10,0,1163,0,1,0,0,0),(17374,2251,0,1,1,6767,0,249.024,-346.505,161.025,1.6057,300,10,0,1221,0,1,0,0,0),(17373,2250,0,1,1,1050,0,144.732,-317.714,150.336,4.36285,300,5,0,1163,0,1,0,0,0),(17372,2250,0,1,1,1050,0,123.559,-352.904,155.501,5.69518,300,3,0,1163,0,1,0,0,0),(17371,2406,0,1,1,1058,0,-66.0431,-158.701,131.788,3.11426,300,10,0,1163,0,1,0,0,0),(17370,2254,0,1,1,655,1,644.413,-502.789,177.247,2.32129,300,3,0,1277,0,1,0,0,0),(17369,2250,0,1,1,1050,0,191.431,-342.083,154.574,3.90744,300,5,0,1163,0,1,0,0,0),(17368,2252,0,1,1,11567,1,475.207,-581.735,175.288,3.235,300,5,0,1163,0,1,0,0,0),(17367,2253,0,1,1,610,1,488.241,-606.531,173.021,0.521326,300,10,0,1220,0,1,0,0,0),(17366,2251,0,1,1,6767,0,208.105,-374.491,154.6,5.1527,300,10,0,1221,0,1,0,0,0),(17365,2252,0,1,1,11567,1,447.547,-644.726,167.21,2.67503,300,10,0,1163,0,1,0,0,0),(17364,2251,0,1,1,6767,0,254.377,-418.255,153.77,5.04764,300,5,0,1221,0,1,0,0,0),(17363,2252,0,1,1,11567,1,648.325,-702.423,203.822,3.73231,300,5,0,1163,0,1,0,0,0),(17362,2252,0,1,1,11567,1,655.625,-665.677,215.768,0.224602,300,5,0,1163,0,1,0,0,0),(17361,2253,0,1,1,610,1,613.289,-657.157,153.99,3.86315,300,3,0,1220,0,1,0,0,0),(17359,2251,0,1,1,6767,0,287.656,-447.496,154.451,0.632963,300,10,0,1221,0,1,0,0,0),(17358,2252,0,1,1,11567,1,322.954,-509.646,164.839,1.23865,300,5,0,1163,0,1,0,0,0),(17357,2252,0,1,1,11567,1,312.919,-547.876,157.703,3.60499,300,5,0,1163,0,1,0,0,0),(17356,2251,0,1,1,6767,0,348.645,-378.551,174.676,0.974613,300,5,0,1221,0,1,0,0,0),(17355,2272,0,1,1,3715,1,-73.1951,272.237,54.9137,0.002575,300,0,0,882,2362,0,0,0,0),(17354,2252,0,1,1,11567,1,604.904,-709.128,151.235,4.32808,300,3,0,1163,0,1,0,0,0),(17353,2253,0,1,1,610,1,363.203,-519.953,164.15,3.61565,300,10,0,1220,0,1,0,0,0),(17352,2251,0,1,1,6767,0,332.339,-413.666,171.723,0.188024,300,10,0,1221,0,1,0,0,0),(17351,2271,0,1,1,3711,1,-74.4797,251.402,53.3903,2.77424,300,0,0,1107,0,2,0,0,0),(17350,2253,0,1,1,610,1,382.563,-583.427,159.461,2.53267,300,10,0,1220,0,1,0,0,0),(17349,2271,0,1,1,3711,1,-108.967,257.865,54.1505,2.49409,300,3,0,1107,0,1,0,0,0),(17348,2251,0,1,1,6767,0,281.708,-390.546,165.158,4.64011,300,10,0,1221,0,1,0,0,0),(17347,2272,0,1,1,3715,1,-54.1073,302.767,53.8939,5.70304,300,5,0,882,2362,1,0,0,0),(17346,2253,0,1,1,610,1,649.106,-717.863,159.806,4.03139,300,3,0,1220,0,1,0,0,0),(17345,2252,0,1,1,11567,1,386.934,-615.523,159.569,4.94748,300,10,0,1163,0,1,0,0,0),(17344,2251,0,1,1,6767,0,319.192,-350.858,168.027,6.21789,300,10,0,1221,0,1,0,0,0),(17343,2349,0,1,1,6808,0,-157.096,341.104,86.8935,2.44922,300,10,0,664,0,1,0,0,0),(17342,2252,0,1,1,11567,1,355.384,-590.003,154.001,6.03635,300,10,0,1163,0,1,0,0,0),(17341,2415,0,1,1,1840,1,-49.0337,286.444,66.1258,3.61283,300,0,0,1075,2763,0,0,0,0),(17340,2271,0,1,1,11474,1,-57.3088,268.153,55.0573,0.770251,300,0,0,1107,0,0,0,0,0),(17314,2250,0,1,1,1050,0,244.251,-312.776,152.792,3.37377,300,10,0,1163,0,1,0,0,0),(17313,2414,0,1,1,1831,0,-52.7808,285.753,66.0425,1.21784,300,0,0,1342,0,0,0,0,0),(17312,2251,0,1,1,6767,0,287.106,-310.272,159.842,0.03827,300,0,0,1221,0,0,0,0,0),(17311,2253,0,1,1,610,1,648.909,-647.39,155.598,2.44324,300,5,0,1220,0,1,0,0,0),(17310,2253,0,1,1,610,1,654.786,-636.09,157.662,1.15192,300,0,0,1220,0,2,0,0,0),(17309,2356,0,1,1,3201,0,209.326,188.713,44.1624,1.89949,300,10,0,944,0,1,0,0,0),(17308,2253,0,1,1,610,1,679.338,-676.477,157.42,5.06145,300,3,0,1220,0,1,0,0,0),(17307,2356,0,1,1,3201,0,-53.8835,351.264,62.5955,0.06163,300,10,0,944,0,1,0,0,0),(17306,2271,0,1,1,3711,1,-63.8853,276.199,66.0735,2.89725,300,0,0,1107,0,0,0,0,0),(17305,2252,0,1,1,11567,1,692.677,-585.796,165.611,5.80102,300,3,0,1163,0,1,0,0,0),(17304,2252,0,1,1,11567,1,787.607,-613.366,146.568,5.42999,300,10,0,1163,0,1,0,0,0),(17303,2272,0,1,1,3714,1,-51.4258,283.003,57.8904,5.02819,300,0,0,882,2362,0,0,0,0),(17302,2271,0,1,1,3711,1,-72.2002,279.219,66.0736,1.37881,300,0,0,1107,0,0,0,0,0),(17301,2271,0,1,1,3711,1,-60.4079,288.791,57.9706,5.48033,300,0,0,1107,0,0,0,0,0),(17300,2253,0,1,1,610,1,687.099,-563.148,165.921,6.13811,300,10,0,1220,0,1,0,0,0),(17299,2252,0,1,1,11567,1,714.346,-614.606,157.01,1.53932,300,5,0,1163,0,1,0,0,0),(17298,2252,0,1,1,11567,1,810.396,-586.578,144.25,3.64063,300,5,0,1163,0,1,0,0,0),(17297,2253,0,1,1,610,1,883.216,-552.075,141.885,1.65696,300,5,0,1220,0,1,0,0,0),(17296,2271,0,1,1,11474,1,-35.3758,210.943,51.561,4.10292,300,10,0,1107,0,1,0,0,0),(17295,2247,0,1,1,3730,1,1255.23,-253.967,42.8272,1.32914,300,5,0,1678,0,1,0,0,0),(17294,2413,0,1,1,1829,0,-104.762,225.969,55.1642,2.36573,300,0,0,1279,0,0,0,0,0),(17293,2412,0,1,1,1828,0,-112.737,213.864,55.4265,2.66181,300,0,0,1221,0,0,0,0,0),(17292,2247,0,1,1,3729,1,1191.44,-289.727,40.3282,5.43101,300,0,0,1678,0,2,0,0,0),(17291,2253,0,1,1,610,1,876.801,-555.965,141.884,3.4851,300,0,0,1220,0,2,0,0,0),(17290,2252,0,1,1,11567,1,842.781,-517.835,139.854,3.50485,300,10,0,1163,0,1,0,0,0),(17289,2411,0,1,1,1838,0,-73.2279,218.838,53.4005,5.12946,300,0,0,1221,0,0,0,0,0),(17288,2272,0,1,1,3715,1,-63.4723,225.301,53.3028,1.28586,300,5,0,882,2362,1,0,0,0),(17287,2246,0,1,1,3727,1,1243.57,-281.413,41.0466,1.59453,300,5,0,1604,0,1,0,0,0),(17286,2246,0,1,1,3727,1,1212.02,-295.032,41.6449,1.39626,300,0,0,1604,0,0,0,0,0),(17285,2253,0,1,1,610,1,913.402,-482.009,135.512,3.27576,300,3,0,1220,0,1,0,0,0),(17114,2252,0,1,1,11567,1,355.259,-487.538,174.401,0.063205,300,10,0,1163,0,1,0,0,0),(17113,2272,0,1,1,3714,1,-132.038,211.602,53.5225,5.3552,300,0,0,882,2362,2,0,0,0),(17112,2253,0,1,1,610,1,848.011,-495.318,135.07,3.78978,300,10,0,1220,0,1,0,0,0),(17111,2252,0,1,1,11567,1,376.184,-474.349,178.482,2.73572,300,10,0,1163,0,1,0,0,0),(17110,2252,0,1,1,11567,1,818.38,-446.772,134.109,1.29342,300,10,0,1163,0,1,0,0,0),(17109,2271,0,1,1,3711,1,-69.0811,189.072,53.4005,4.62512,300,0,0,1107,0,0,0,0,0),(17108,2252,0,1,1,11567,1,887.586,-446.3,135.309,1.76647,300,5,0,1163,0,1,0,0,0),(17107,2253,0,1,1,610,1,848.877,-453.343,133.636,4.56049,300,10,0,1220,0,1,0,0,0),(17106,2253,0,1,1,610,1,416.831,-652.609,168.172,1.99022,300,3,0,1220,0,1,0,0,0),(17105,2252,0,1,1,11567,1,373.067,-544.44,162.54,0.680439,300,10,0,1163,0,1,0,0,0),(17104,2271,0,1,1,3711,1,-142.473,267.622,81.7666,0.563457,300,3,0,1107,0,1,0,0,0),(17103,2271,0,1,1,11474,1,-65.9751,196.352,53.2914,5.61996,300,0,0,1107,0,0,0,0,0),(17102,2271,0,1,1,11474,1,-139.098,200.69,56.5748,4.20624,300,0,0,1107,0,0,0,0,0),(17101,2250,0,1,1,1050,0,246.242,-127,140.002,-1.96796,300,0,0,1163,0,0,0,0,0),(17100,2271,0,1,1,11474,1,-131.713,177.702,58.6838,2.47112,300,10,0,1107,0,1,0,0,0),(17099,2250,0,1,1,1050,0,274.233,-93.0351,142.633,-2.5994,300,0,0,1163,0,0,0,0,0),(17098,883,0,1,1,347,0,785.417,-1469.76,75.4901,2.79253,300,10,0,1,0,1,0,0,0),(17097,2246,0,1,1,3728,1,1210.39,-263.829,34.54,5.29039,300,5,0,1604,0,1,0,0,0),(17096,2250,0,1,1,1050,0,295.717,-72.5672,143.07,-2.05713,300,3,0,1163,0,1,0,0,0),(17095,2254,0,1,1,655,1,589.876,-374.514,155.533,2.39405,300,0,0,1277,0,0,0,0,0),(17094,2271,0,1,1,3711,1,-132.845,197.773,55.5116,4.15388,300,0,0,1107,0,0,0,0,0),(17093,2254,0,1,1,655,1,612.385,-405.736,160.291,0.061967,300,5,0,1277,0,1,0,0,0),(17092,2251,0,1,1,6767,0,482.405,-83.0444,147.901,3.20409,300,5,0,1221,0,1,0,0,0),(17091,2251,0,1,1,6767,0,613.392,-82.423,136.765,2.17992,300,5,0,1221,0,1,0,0,0),(17090,3984,0,1,1,2047,0,888.142,-121.85,38.3887,1.0821,600,0,0,3330,0,0,0,0,0),(17084,2251,0,1,1,6767,0,244.623,-267.242,144.82,2.86984,300,0,0,1221,0,2,0,0,0),(17085,2251,0,1,1,6767,0,837.333,-221.407,136.233,1.81918,300,5,0,1221,0,1,0,0,0),(17086,2251,0,1,1,6767,0,268.13,-271.381,146.755,3.92834,300,3,0,1221,0,1,0,0,0),(17088,2251,0,1,1,6767,0,549.496,-80.9045,143.423,3.42092,300,10,0,1221,0,1,0,0,0),(17089,2251,0,1,1,6767,0,581.406,-46.6115,139.593,1.90245,300,5,0,1221,0,1,0,0,0),(17885,1943,0,1,1,10856,1,1011.88,688.576,53.82,6.03225,275,3,0,417,0,1,0,0,0),(17884,1914,0,1,1,3562,1,-343.636,839.743,91.5483,4.7293,275,5,0,285,790,1,0,0,0),(17883,1767,0,1,1,441,1,1338.47,634.644,33.7373,1.51703,275,10,0,247,0,1,0,0,0),(17882,1769,0,1,1,11180,0,1130.28,1106.35,40.3083,1.36268,275,10,0,186,191,1,0,0,0),(17881,1769,0,1,1,11180,0,1144.94,1087.4,34.0637,2.724,275,10,0,186,191,1,0,0,0),(17870,7489,0,1,1,10797,1,453.054,1521.15,132.486,3.63029,275,0,0,3048,0,0,0,0,0),(17869,7489,0,1,1,10797,1,458.611,1556.36,129.373,4.38078,275,0,0,3048,0,0,0,0,0),(17868,7489,0,1,1,10797,1,540.374,1566.66,131.89,6.24828,275,0,0,3048,0,0,0,0,0),(17867,6389,0,1,1,5345,1,499.653,1626.22,125.748,5.35816,275,0,0,1398,0,0,0,0,0),(17866,2121,0,1,1,1948,1,520.624,1602.92,126.53,1.50098,275,0,0,484,0,0,0,0,0),(17083,2254,0,1,1,655,1,565.341,-428.128,176.763,0.547347,300,3,0,1277,0,1,0,0,0),(17082,2254,0,1,1,655,1,592.707,-448.215,162.539,0.514212,300,5,0,1277,0,1,0,0,0),(17081,2255,0,1,1,6705,1,604.21,-428.788,162.416,2.0318,300,5,0,970,2861,1,0,0,0),(17080,2251,0,1,1,6767,0,820.378,-246.564,145.692,5.21882,300,5,0,1221,0,1,0,0,0),(17079,2251,0,1,1,6767,0,264.081,-262.043,144.902,6.28017,300,3,0,1221,0,1,0,0,0),(17078,2254,0,1,1,655,1,623.545,-424.733,161.581,4.16375,300,5,0,1277,0,1,0,0,0),(17077,2349,0,1,1,6808,0,318.011,82.7339,49.147,0.754273,300,10,0,664,0,1,0,0,0),(17076,2251,0,1,1,6767,0,491.276,-51.0176,147.555,1.92157,300,5,0,1221,0,1,0,0,0),(17075,2251,0,1,1,6767,0,795.134,-219.984,135.505,5.82298,300,5,0,1221,0,1,0,0,0),(17074,2251,0,1,1,6767,0,758.091,-163.123,136.654,2.50122,300,5,0,1221,0,1,0,0,0),(17073,2251,0,1,1,6767,0,318.52,-388.749,170.846,1.09349,300,10,0,1221,0,1,0,0,0),(17072,2255,0,1,1,6705,1,627.771,-496.414,176.108,2.86067,300,0,0,970,2861,2,0,0,0),(17071,2251,0,1,1,6767,0,697.083,-137.171,140.43,3.75722,300,5,0,1221,0,1,0,0,0),(17070,2251,0,1,1,6767,0,651.883,-117.319,138.087,0.744322,300,10,0,1221,0,1,0,0,0),(11235,2621,0,1,1,4035,1,-828.82,-3538.35,72.5673,4.32842,400,0,0,2769,0,0,0,0,0),(11236,2621,0,1,1,4034,1,-860.473,-3505.75,73.1511,5.98648,400,0,0,2769,0,0,0,0,0),(11237,2621,0,1,1,4035,1,-844.953,-3501.15,74.1511,1.58825,400,0,0,2769,0,0,0,0,0),(11234,2818,0,1,1,3950,1,-944.927,-3533.55,71.533,2.3911,400,0,0,1604,0,0,0,0,0),(11233,2621,0,1,1,4035,1,-967.201,-3548.33,57.0722,2.56563,400,0,0,2769,0,0,0,0,0),(11232,2580,0,1,1,388,0,-1876.24,-1642.1,36.1237,1.08795,400,3,0,1536,0,1,0,0,0),(11229,2560,0,1,1,180,0,-1449.87,-1626.45,33.6743,3.49391,400,10,0,1221,0,1,0,0,0),(11230,2580,0,1,1,388,0,-1841.41,-1723.41,54.7649,0.234557,400,3,0,1536,0,1,0,0,0),(11231,2580,0,1,1,388,0,-1786.39,-1742.23,44.714,1.20699,400,3,0,1536,0,1,0,0,0),(11228,2564,0,1,1,1054,1,-1251.99,-2054.92,50.2847,6.07375,400,0,0,1221,0,0,0,0,0),(11226,2620,0,1,1,1072,0,-1754.05,-2280.02,40.9319,4.23844,400,10,0,8,0,1,0,0,0),(11227,2620,0,1,1,1072,0,-1256.51,-3463.37,38.7758,1.82362,400,10,0,8,0,1,0,0,0),(17069,2251,0,1,1,6767,0,582.327,-120.867,140.161,5.18303,300,5,0,1221,0,1,0,0,0),(17068,2254,0,1,1,655,1,609.137,-501.562,174.307,0.153292,300,3,0,1277,0,1,0,0,0),(11224,2620,0,1,1,1072,0,-1128.02,-1972.22,68.6104,0.504457,400,10,0,8,0,1,0,0,0),(11225,2620,0,1,1,1072,0,-1336.35,-1663.31,53.8125,5.55939,400,10,0,8,0,1,0,0,0),(17067,2252,0,1,1,11567,1,487.315,-577.701,179.288,0.564797,300,5,0,1163,0,1,0,0,0),(17066,14222,0,1,1,1933,0,153.893,-62.1832,100.034,4.13847,43200,0,0,1342,0,0,0,0,0),(17065,2406,0,1,1,1058,0,26.6082,-72.8633,108.79,5.91573,300,10,0,1163,0,1,0,0,0),(17064,2287,0,1,1,536,1,452.979,-280.865,160.586,2.37553,300,5,0,1459,0,1,0,0,0),(17063,2256,0,1,1,416,1,407.184,-326.58,165.899,0.069951,300,5,0,1395,0,1,0,0,0),(17062,2256,0,1,1,416,1,479.627,-288.926,154.486,4.00883,300,5,0,1395,0,1,0,0,0),(17061,2287,0,1,1,536,1,421.195,-291.154,163.5,1.38048,300,0,0,1459,0,0,0,0,0),(17057,2253,0,1,1,610,1,785.363,-650.579,148.54,5.19189,300,10,0,1220,0,1,0,0,0),(17058,2253,0,1,1,610,1,715.072,-585.638,164.237,0.697297,300,10,0,1220,0,1,0,0,0),(17059,2256,0,1,1,416,1,380.16,-286.451,158.182,4.08968,300,5,0,1395,0,1,0,0,0),(17060,2287,0,1,1,536,1,393.959,-314.548,164.389,0.034832,300,5,0,1459,0,1,0,0,0),(17865,6739,0,1,1,7633,1,510.916,1636.47,126.027,4.31096,275,0,0,1003,0,0,0,0,0),(17864,1912,0,1,1,3602,1,-194.278,924.227,71.6556,5.98648,275,0,0,300,0,0,0,0,0),(17056,2252,0,1,1,11567,1,817.765,-656.638,150.396,6.0569,300,10,0,1163,0,1,0,0,0),(17055,2243,0,1,1,3722,1,1119.21,-513.702,80.2515,0.839288,300,5,0,1469,0,1,0,0,0),(17054,2407,0,1,1,2300,0,1138.11,-491.476,71.8514,2.07989,300,10,0,1221,0,1,0,0,0),(17053,2247,0,1,1,3730,1,1158.11,-421.317,59.5218,4.69381,300,3,0,1678,0,1,0,0,0),(17051,2246,0,1,1,3727,1,1186.34,-351.027,46.9817,5.63644,300,5,0,1604,0,1,0,0,0),(17052,2320,0,1,1,1836,1,1232.85,-314.9,44.1864,3.24631,300,0,0,1753,0,0,0,0,0),(17863,5758,0,1,1,4178,1,-635.247,1186.65,77.7776,3.89208,275,0,0,417,0,0,0,0,0),(17862,1924,0,1,1,574,0,-525.075,1431.27,22.7244,5.44455,275,5,0,328,0,1,0,0,0),(17861,1765,0,1,1,11421,0,1513.06,555.113,52.3071,2.80472,275,10,0,198,0,1,0,0,0),(17860,1912,0,1,1,3603,1,144.396,1069.46,92.4523,5.32778,275,5,0,300,0,1,0,0,0),(17859,1924,0,1,1,574,0,-488.13,1317.5,40.9593,4.61068,275,10,0,328,0,1,0,0,0),(17050,2247,0,1,1,3730,1,1165.54,-372.058,47.6272,1.53469,300,5,0,1678,0,1,0,0,0),(17049,2247,0,1,1,3730,1,1225.8,-315.277,43.624,0.204444,300,0,0,1678,0,0,0,0,0),(17048,2246,0,1,1,3727,1,1218.41,-318.921,43.6272,5.37087,300,5,0,1604,0,1,0,0,0),(17047,2246,0,1,1,3727,1,1205.13,-326.163,42.572,1.54423,300,5,0,1604,0,1,0,0,0),(17046,2256,0,1,1,416,1,453.524,-324.387,163.722,5.0239,300,5,0,1395,0,1,0,0,0),(17045,2247,0,1,1,3729,1,1153.59,-345.708,44.6076,5.74756,300,5,0,1678,0,1,0,0,0),(17044,2246,0,1,1,3728,1,1125.68,-329.265,44.0319,2.2934,300,5,0,1604,0,1,0,0,0),(17041,2256,0,1,1,416,1,582.453,-275.855,150.352,5.26259,300,5,0,1395,0,1,0,0,0),(17042,2287,0,1,1,536,1,480.93,-312.608,156.495,3.29597,300,10,0,1459,0,1,0,0,0),(17043,2256,0,1,1,416,1,485.349,-352.238,177.792,4.69012,300,0,0,1395,0,0,0,0,0),(17040,2417,0,1,1,11563,1,483.455,-211.943,145.366,1.44298,600,0,0,3540,1236,2,0,0,0),(17039,2287,0,1,1,536,1,506.309,-252.899,151.283,2.14939,300,0,0,1459,0,2,0,0,0),(17038,2256,0,1,1,416,1,579.702,-214.162,144.218,2.96821,300,10,0,1395,0,1,0,0,0),(17037,2256,0,1,1,416,1,551.142,-247.288,150.08,0.237406,300,10,0,1395,0,1,0,0,0),(17036,2256,0,1,1,416,1,564.359,-325.241,150.794,3.96101,300,0,0,1395,0,2,0,0,0),(17035,2256,0,1,1,416,1,542.972,-284.713,152.239,4.91177,300,5,0,1395,0,1,0,0,0),(17034,2287,0,1,1,536,1,545.437,-213.445,147.091,2.0781,300,10,0,1459,0,1,0,0,0),(17033,2287,0,1,1,536,1,583.83,-246.748,147.402,1.57791,300,10,0,1459,0,1,0,0,0),(17032,2246,0,1,1,3727,1,1212.78,-335.065,43.2034,1.9082,300,5,0,1604,0,1,0,0,0),(17031,2246,0,1,1,3727,1,1141.32,-314.401,44.0243,2.4635,300,5,0,1604,0,1,0,0,0),(17030,2407,0,1,1,2300,0,929.454,-714.905,121.426,3.33612,300,10,0,1221,0,1,0,0,0),(17029,2407,0,1,1,2300,0,910.605,-717.856,125.825,0.940396,300,10,0,1221,0,1,0,0,0),(17028,2242,0,1,1,3717,1,655.103,-963.234,164.585,5.66938,300,5,0,1403,0,1,0,0,0),(17027,2319,0,1,1,3712,1,678.246,-959.698,164.475,4.63889,300,5,0,992,2680,1,0,0,0),(17026,2318,0,1,1,3724,1,742.466,-962.231,166.228,3.52509,300,0,0,1037,2680,0,0,0,0),(17025,2319,0,1,1,3713,1,750.588,-941.621,166.228,0.171166,300,5,0,992,2680,1,0,0,0),(17024,2319,0,1,1,3713,1,731.106,-962.129,166.225,0.027601,300,0,0,992,2680,0,0,0,0),(17023,2319,0,1,1,3713,1,731.417,-948.522,165.326,4.65513,300,10,0,992,2680,1,0,0,0),(17022,2319,0,1,1,3713,1,678.254,-986.974,170.355,5.82411,300,3,0,992,2680,1,0,0,0),(17021,2242,0,1,1,3717,1,682.981,-994.398,170.359,3.49846,300,5,0,1403,0,1,0,0,0),(17020,2431,0,1,1,1830,1,689.462,-984.645,165.594,5.43263,300,0,0,1536,0,0,0,0,0),(17019,2318,0,1,1,3723,1,684.328,-998.427,170.36,1.25963,300,0,0,1037,2680,0,0,0,0),(17018,2242,0,1,1,3717,1,683.847,-994.997,165.58,4.15397,300,5,0,1403,0,1,0,0,0),(17017,2242,0,1,1,3717,1,658.716,-992.233,166.397,6.01485,300,5,0,1403,0,1,0,0,0),(17016,2319,0,1,1,3713,1,650.61,-938.015,166.408,5.34427,300,0,0,992,2680,0,0,0,0),(17015,2319,0,1,1,3713,1,679.415,-984.824,165.594,5.03724,300,0,0,992,2680,0,0,0,0),(17014,2318,0,1,1,3724,1,644.461,-931.561,166.408,4.44413,300,0,0,1037,2680,0,0,0,0),(17013,2242,0,1,1,3716,1,680.913,-917.857,171.806,6.17192,300,5,0,1403,0,1,0,0,0),(17012,2319,0,1,1,3713,1,679.425,-933.79,171.806,4.11187,300,5,0,992,2680,1,0,0,0),(17011,2319,0,1,1,3712,1,688.478,-894.129,157.78,5.80085,300,5,0,992,2680,1,0,0,0),(17010,2242,0,1,1,3716,1,695.282,-936.197,171.806,4.05018,300,5,0,1403,0,1,0,0,0),(17009,2316,0,1,1,3684,0,683.518,-895.468,171.889,4.03171,300,0,0,713,0,0,0,0,0),(17008,2318,0,1,1,3724,1,678.995,-903.938,157.779,4.31451,300,0,0,1037,2680,0,0,0,0),(17007,2319,0,1,1,3713,1,686.47,-901.533,164.935,6.00372,300,0,0,992,2680,0,0,0,0),(17006,2242,0,1,1,3716,1,690.531,-935.203,164.951,1.50866,300,5,0,1403,0,1,0,0,0),(17005,2242,0,1,1,3716,1,681.319,-914.423,164.948,6.26259,300,5,0,1403,0,1,0,0,0),(17004,2242,0,1,1,3717,1,688.203,-925.587,164.325,4.25554,300,5,0,1403,0,1,0,0,0),(17003,2253,0,1,1,610,1,481.073,-660.191,166.677,4.93509,300,10,0,1220,0,1,0,0,0),(17002,2252,0,1,1,11567,1,517.863,-686.477,159.279,2.85136,300,10,0,1163,0,1,0,0,0),(17001,2318,0,1,1,3723,1,637.477,-824.794,159.937,3.94363,300,0,0,1037,2680,0,0,0,0),(17000,2253,0,1,1,610,1,516.877,-655.732,161.274,3.14355,300,5,0,1220,0,1,0,0,0),(16999,2253,0,1,1,610,1,450.549,-623.206,167.599,0.309406,300,0,0,1220,0,2,0,0,0),(16998,2254,0,1,1,655,1,626.715,-514.474,179.317,2.76538,300,0,0,1277,0,2,0,0,0),(16997,2254,0,1,1,655,1,645.684,-346.644,150.63,1.08693,300,5,0,1277,0,1,0,0,0),(16996,2254,0,1,1,655,1,544.623,-449.631,169.007,1.47696,300,3,0,1277,0,1,0,0,0),(16995,2255,0,1,1,6705,1,646.925,-416.483,158.964,4.94589,300,5,0,970,2861,1,0,0,0),(16994,2252,0,1,1,11567,1,515.574,-620.737,170.678,5.66709,300,5,0,1163,0,1,0,0,0),(16993,2407,0,1,1,2300,0,-51.0512,-585.43,154.056,1.63211,300,10,0,1221,0,1,0,0,0),(16992,2386,0,1,1,3705,1,14.4193,-351.856,131.161,3.82227,300,0,0,2310,0,0,0,0,0),(16991,13816,0,1,1,13794,1,14.9091,-354.979,131.126,3.01942,300,0,0,3500,0,0,0,0,0),(16990,16392,0,1,1,16163,1,57.0785,-235.115,129.506,0.927708,600,0,0,74685,0,2,0,0,0),(16989,13841,0,1,1,13841,1,-16.3255,-321.615,131.254,4.38078,600,0,0,8400,0,0,0,0,0),(16988,2386,0,1,1,3705,1,-20.3653,-320.395,131.224,4.27606,300,0,0,2310,0,0,0,0,0),(16987,2242,0,1,1,3717,1,719.292,-901.453,166.285,1.55704,300,5,0,1403,0,1,0,0,0),(16986,2358,0,1,1,3719,1,33.6064,363.983,43.0696,2.36002,300,5,0,954,2553,1,0,0,0),(16985,2246,0,1,1,3727,1,1211.9,-306.238,43.6272,4.9607,300,5,0,1604,0,1,0,0,0),(16984,2271,0,1,1,11474,1,31.3163,359.058,43.089,6.15927,300,0,0,1107,0,0,0,0,0),(16983,2287,0,1,1,536,1,486.438,-220.825,152.522,5.26489,300,0,0,1459,0,2,0,0,0),(16982,2287,0,1,1,536,1,474.174,-230.262,152.522,0.549092,300,0,0,1459,0,2,0,0,0),(16981,2287,0,1,1,536,1,494.189,-219.115,161.344,0.375967,300,0,0,1459,0,2,0,0,0),(16980,2287,0,1,1,536,1,483.799,-253.193,176.548,1.2047,300,0,0,1459,0,0,0,0,0),(16979,2287,0,1,1,536,1,462.583,-220.559,176.548,4.75883,300,0,0,1459,0,0,0,0,0),(16977,2287,0,1,1,536,1,519.215,-233.487,176.548,3.44486,300,0,0,1459,0,0,0,0,0),(16978,2287,0,1,1,536,1,504.848,-198.32,176.548,0.171632,300,0,0,1459,0,0,0,0,0),(16976,2287,0,1,1,536,1,475.089,-229.745,161.344,5.09011,300,0,0,1459,0,0,0,0,0),(16975,2356,0,1,1,3201,0,86.9317,186.725,45.28,0.382359,300,10,0,944,0,1,0,0,0),(16974,2287,0,1,1,536,1,504.94,-212.445,161.344,2.74369,300,0,0,1459,0,0,0,0,0),(16973,2447,0,1,1,6371,0,280.199,-1280.49,40.722,2.09915,53200,0,0,12121,2966,2,0,0,0),(16972,2240,0,1,1,3707,1,265.059,-834.333,144.195,2.4156,300,5,0,1163,0,1,0,0,0),(16971,2241,0,1,1,3709,1,193.253,-852.942,155.736,5.30039,300,5,0,1221,0,1,0,0,0),(16970,2240,0,1,1,3707,1,245.267,-868.649,148.056,4.99229,300,3,0,1163,0,1,0,0,0),(16969,2240,0,1,1,3707,1,222.754,-859.775,148.023,3.25053,300,0,0,1163,0,0,0,0,0),(16968,2240,0,1,1,3706,1,254.979,-850.563,146.853,1.14161,300,10,0,1163,0,1,0,0,0),(16967,2240,0,1,1,3706,1,229.853,-882.432,154.76,2.34784,300,3,0,1163,0,1,0,0,0),(16966,2440,0,1,1,3732,1,245.389,-859.285,147.103,2.31623,300,5,0,1163,0,1,0,0,0),(16965,2241,0,1,1,3710,1,203.335,-865.629,156.773,5.05402,300,10,0,1221,0,1,0,0,0),(16964,2242,0,1,1,3717,1,622.713,-961.933,164.701,5.83331,300,5,0,1403,0,1,0,0,0),(16963,2242,0,1,1,3717,1,654.379,-806.908,162.531,2.53249,300,5,0,1403,0,1,0,0,0),(16962,2242,0,1,1,3716,1,623.416,-801.88,163.582,2.20365,300,5,0,1403,0,1,0,0,0),(16960,2240,0,1,1,3707,1,237.363,-832.673,146.439,4.82431,300,5,0,1163,0,1,0,0,0),(16961,2240,0,1,1,3707,1,267.085,-798.087,139.064,4.50825,300,10,0,1163,0,1,0,0,0),(16958,2241,0,1,1,3710,1,236.107,-850.734,146.978,1.47384,300,0,0,1221,0,0,0,0,0),(16959,2319,0,1,1,3713,1,244.007,-844.847,147.228,0.798752,300,3,0,992,2680,1,0,0,0),(16957,2287,0,1,1,536,1,514.939,-221.333,152.522,4.60208,300,5,0,1459,0,1,0,0,0),(16955,2287,0,1,1,536,1,494.312,-232.524,151.023,3.48393,300,0,0,1459,0,0,0,0,0),(16956,2287,0,1,1,536,1,523.729,-234.227,152.522,2.05503,300,0,0,1459,0,0,0,0,0),(16954,2287,0,1,1,536,1,463.299,-216.028,152.522,6.17709,300,0,0,1459,0,0,0,0,0),(16953,2406,0,1,1,1058,0,-125.159,-175.088,113.374,0.714812,300,10,0,1163,0,1,0,0,0),(16952,2408,0,1,1,1244,0,332.292,-1421.88,35,3.24132,300,10,0,1050,0,1,0,0,0),(16951,2253,0,1,1,610,1,410.518,-518.126,170.693,0.873433,300,10,0,1220,0,1,0,0,0),(16949,2359,0,1,1,1068,0,344.881,178.165,42.4246,4.00452,300,5,0,1221,0,1,0,0,0),(16950,2358,0,1,1,3718,1,393.615,217.372,43.6941,0.075239,300,5,0,954,2553,1,0,0,0),(16948,2358,0,1,1,3718,1,473.709,240.079,43.4152,0.070947,300,5,0,954,2553,1,0,0,0),(16946,2359,0,1,1,1068,0,444.464,224.338,42.137,4.06395,300,0,0,1221,0,2,0,0,0),(16947,2420,0,1,1,536,1,513.84,-324.677,153.675,6.07188,300,0,0,1585,0,0,0,0,0),(16945,2359,0,1,1,1068,0,456.133,268.804,42.891,1.00392,300,5,0,1221,0,1,0,0,0),(16944,2359,0,1,1,1068,0,445.97,214.298,42.0323,3.16357,300,5,0,1221,0,1,0,0,0),(16943,2422,0,1,1,11552,1,718.836,-321.472,140.395,3.56283,300,0,0,1459,0,0,0,0,0),(16942,2358,0,1,1,3718,1,447.378,184.093,43.2503,3.64548,300,5,0,954,2553,1,0,0,0),(16941,2359,0,1,1,1068,0,491.084,224.798,41.9545,3.04521,300,5,0,1221,0,1,0,0,0),(16940,2421,0,1,1,416,1,627.546,-297.646,152.887,2.66314,300,0,0,1524,0,0,0,0,0),(16939,2358,0,1,1,3718,1,486.93,203.107,43.0991,5.0744,300,5,0,954,2553,1,0,0,0),(16938,2628,0,1,1,3720,1,414.552,211.044,43.2272,5.03043,300,5,0,1221,0,1,0,0,0),(16937,2359,0,1,1,1068,0,457.985,169.822,42.0298,0.39695,300,5,0,1221,0,1,0,0,0),(16936,2358,0,1,1,3718,1,357.448,174.729,41.9861,5.15566,300,5,0,954,2553,1,0,0,0),(16934,2359,0,1,1,1068,0,373.33,137.436,43.4051,5.83379,300,5,0,1221,0,1,0,0,0),(16935,2245,0,1,1,3726,1,1128.34,-723.285,69.4217,5.52093,300,0,0,1536,0,0,0,0,0),(16932,2243,0,1,1,3721,1,1096.8,-725.897,74.4938,0.295866,300,0,0,1469,0,0,0,0,0),(16933,2359,0,1,1,1068,0,370.506,201.773,42.7826,1.08532,300,5,0,1221,0,1,0,0,0),(16931,2243,0,1,1,3722,1,1103.93,-710.05,73.7967,6.02712,300,0,0,1469,0,0,0,0,0),(16930,2318,0,1,1,3723,1,1113.03,-708.455,72.0467,0.358357,300,0,0,1037,2680,0,0,0,0),(16928,2245,0,1,1,3725,1,1161.51,-564.228,71.7254,5.37378,300,3,0,1536,0,1,0,0,0),(16929,2243,0,1,1,3722,1,1121.97,-708.237,69.7967,5.82797,300,0,0,1469,0,0,0,0,0),(16927,2318,0,1,1,3724,1,1174.19,-554.698,71.1468,0.255882,300,0,0,1037,2680,0,0,0,0),(16926,2243,0,1,1,3721,1,1201.28,-554.588,70.4562,3.76099,300,3,0,1469,0,1,0,0,0),(16925,2358,0,1,1,3718,1,309.409,186.122,42.8756,4.54891,300,5,0,954,2553,1,0,0,0),(16924,2628,0,1,1,3720,1,160.558,223.594,42.7157,5.98357,300,5,0,1221,0,1,0,0,0),(16923,2243,0,1,1,3721,1,1168.53,-572.707,72.9234,1.78287,300,3,0,1469,0,1,0,0,0),(16922,2243,0,1,1,3722,1,1185.29,-542.59,72.6468,3.5126,300,10,0,1469,0,1,0,0,0),(16921,2243,0,1,1,3721,1,1131.01,-506.511,76.0326,4.97538,300,5,0,1469,0,1,0,0,0),(16920,2243,0,1,1,3722,1,1163.49,-529.427,76.7648,3.40836,300,10,0,1469,0,1,0,0,0),(16919,2243,0,1,1,3721,1,1186.63,-565.633,72.1468,5.40058,300,3,0,1469,0,1,0,0,0),(16918,2243,0,1,1,3722,1,1174.92,-542.781,72.8968,2.47518,300,10,0,1469,0,1,0,0,0),(16917,2359,0,1,1,1068,0,298.926,173.572,41.2229,5.28293,300,5,0,1221,0,1,0,0,0),(16916,2359,0,1,1,1068,0,127.99,244.026,43.82,0.493506,300,5,0,1221,0,1,0,0,0),(16915,2358,0,1,1,3719,1,92.6306,232.972,43.2658,5.69433,300,5,0,954,2553,1,0,0,0),(16914,2243,0,1,1,3721,1,1160.43,-551.638,74.1004,2.54045,300,10,0,1469,0,1,0,0,0),(16913,2407,0,1,1,2300,0,1075.66,-628.732,91.8456,4.24081,300,10,0,1221,0,1,0,0,0),(16912,2359,0,1,1,1068,0,78.1976,225.788,42.1213,5.30245,300,5,0,1221,0,1,0,0,0),(16911,2243,0,1,1,3721,1,981.158,-789.444,112.965,2.47401,300,0,0,1469,0,0,0,0,0),(16910,2243,0,1,1,3722,1,1067.43,-693.762,84.9393,3.55061,300,5,0,1469,0,1,0,0,0),(16909,2245,0,1,1,3726,1,995.187,-776.481,108.59,5.56314,300,0,0,1536,0,0,0,0,0),(16908,2318,0,1,1,3724,1,990.452,-787.772,109.465,1.52463,300,0,0,1037,2680,0,0,0,0),(16907,2245,0,1,1,3726,1,977.495,-773.211,109.84,4.8143,300,3,0,1536,0,1,0,0,0),(16906,2243,0,1,1,3722,1,930.37,-767.661,120.18,0.715615,300,10,0,1469,0,1,0,0,0),(16905,2306,0,1,1,1827,1,1180.59,-555.904,71.1468,1.8822,300,0,0,1239,3191,0,0,0,0),(16904,2243,0,1,1,3721,1,987.479,-772.467,108.715,3.50352,300,0,0,1469,0,0,0,0,0),(16903,2245,0,1,1,3726,1,997.809,-809.971,109.901,6.23948,300,3,0,1536,0,1,0,0,0),(16902,2243,0,1,1,3722,1,1025.23,-699.242,100.65,3.7556,300,3,0,1469,0,1,0,0,0),(16901,2246,0,1,1,3728,1,1218.9,-323.561,48.383,0.622039,300,5,0,1604,0,1,0,0,0),(16900,2423,0,1,1,1833,1,1227.89,-317.491,48.3923,4.45659,300,0,0,1522,1332,0,0,0,0),(16899,2247,0,1,1,3729,1,1218.18,-319.604,48.384,3.63428,300,3,0,1678,0,1,0,0,0),(16898,2349,0,1,1,6808,0,127.549,-13.6348,79.6948,3.51956,300,10,0,664,0,1,0,0,0),(16897,2243,0,1,1,3721,1,961.763,-837.9,113.478,0.012423,300,3,0,1469,0,1,0,0,0),(16896,2243,0,1,1,3721,1,941.045,-871.455,114.325,5.60531,300,3,0,1469,0,1,0,0,0),(16895,2243,0,1,1,3722,1,953.599,-864.57,113.728,5.35057,300,3,0,1469,0,1,0,0,0),(11221,2774,0,1,1,4051,1,-2064.04,-2085.47,9.15848,3.82227,400,0,0,1604,0,0,0,0,0),(11222,2792,0,1,1,4048,1,-947.559,-3481.63,51.4059,1.8326,400,0,0,1753,0,2,0,0,0),(11223,15021,0,1,1,15140,1,-846.947,-3503.78,73.9011,3.33358,400,0,0,3237,0,0,0,0,0),(16894,2243,0,1,1,3722,1,951.806,-828.002,114.478,1.39864,300,3,0,1469,0,1,0,0,0),(16893,2245,0,1,1,3725,1,1109.13,-739.73,70.945,3.35955,300,0,0,1536,0,0,0,0,0),(16892,2318,0,1,1,3724,1,930.255,-860.302,115.018,5.14075,300,0,0,1037,2680,0,0,0,0),(16891,2243,0,1,1,3722,1,927.343,-848.585,115.893,4.71953,300,0,0,1469,0,0,0,0,0),(16890,2245,0,1,1,3726,1,935.615,-833.923,114.853,1.67503,300,0,0,1536,0,0,0,0,0),(16889,2243,0,1,1,3722,1,921.967,-820.755,119.135,3.38805,300,5,0,1469,0,1,0,0,0),(16888,2245,0,1,1,3726,1,1014.24,-811.639,108.443,0.026395,300,3,0,1536,0,1,0,0,0),(16887,2243,0,1,1,3722,1,953.315,-852.348,114.603,0.325815,300,3,0,1469,0,1,0,0,0),(16886,2243,0,1,1,3722,1,1007.45,-769.969,107.543,4.66516,300,10,0,1469,0,1,0,0,0),(16885,2252,0,1,1,11567,1,515.365,-743.53,162.086,3.29066,300,10,0,1163,0,1,0,0,0),(16884,2243,0,1,1,3721,1,1013.1,-787.996,108.293,2.21531,300,3,0,1469,0,1,0,0,0),(16883,2246,0,1,1,3727,1,1128.21,-357.093,43.5022,5.64243,300,5,0,1604,0,1,0,0,0),(16882,2246,0,1,1,3728,1,1079.31,-354.659,52.5022,2.15346,300,5,0,1604,0,1,0,0,0),(16881,2246,0,1,1,3728,1,1107.29,-369.791,46.7697,1.07792,300,5,0,1604,0,1,0,0,0),(16880,2246,0,1,1,3728,1,1121.29,-402.157,51.105,0.191585,300,5,0,1604,0,1,0,0,0),(16879,3985,0,1,1,2052,0,884.315,-121.84,38.4745,6.28045,600,0,0,3489,0,0,0,0,0),(16878,2254,0,1,1,655,1,649.637,-314.06,151.329,4.28614,300,5,0,1277,0,1,0,0,0),(16877,2358,0,1,1,3719,1,78.2557,282.82,43.6286,0.20122,300,5,0,954,2553,1,0,0,0),(16876,2628,0,1,1,3720,1,102.284,321.909,43.0326,3.5415,300,5,0,1221,0,1,0,0,0),(16875,2359,0,1,1,1068,0,78.6308,313.45,41.8733,4.10925,300,5,0,1221,0,1,0,0,0),(16874,2359,0,1,1,1068,0,58.4591,359.347,43.7877,2.01109,300,5,0,1221,0,1,0,0,0),(16873,2628,0,1,1,3720,1,85.1788,375.522,43.4396,5.10317,300,0,0,1221,0,0,0,0,0),(16872,2358,0,1,1,3718,1,75.4903,422.109,43.0974,2.90567,300,5,0,954,2553,1,0,0,0),(16871,2359,0,1,1,1068,0,63.3313,250.556,42.8865,2.78465,300,5,0,1221,0,1,0,0,0),(11218,2766,0,1,1,610,1,-2117.71,-2010.82,6.29982,2.91768,400,0,0,1678,0,0,0,0,0),(11219,2767,0,1,1,7032,1,-2088.96,-2047.39,3.49737,5.007,400,0,0,1678,0,0,0,0,0),(11220,2769,0,1,1,1280,1,-2072.44,-2090.78,9.2663,0.226893,400,0,0,1678,0,0,0,0,0),(16870,2358,0,1,1,3718,1,73.645,359.973,44.675,4.312,300,5,0,954,2553,1,0,0,0),(16869,2358,0,1,1,3719,1,90.2232,337.625,43.3797,2.83848,300,5,0,954,2553,1,0,0,0),(16868,2359,0,1,1,1068,0,108.844,453.152,42.0326,1.83047,300,5,0,1221,0,1,0,0,0),(16867,2359,0,1,1,1068,0,34.483,329.744,43.0715,6.11476,300,5,0,1221,0,1,0,0,0),(16866,2359,0,1,1,1068,0,62.7876,435.948,42.0057,1.00443,300,5,0,1221,0,1,0,0,0),(16865,2358,0,1,1,3718,1,31.5447,476.609,43.3808,1.26086,300,0,0,954,2553,0,0,0,0),(16864,4075,0,1,1,1141,0,619.366,-922.788,164.71,3.9063,300,0,0,8,0,0,0,0,0),(16863,2242,0,1,1,3717,1,637.464,-896.279,163.748,3.76756,300,5,0,1403,0,1,0,0,0),(16862,2628,0,1,1,3720,1,51.137,395.157,42.1286,1.088,300,5,0,1221,0,1,0,0,0),(16861,2359,0,1,1,1068,0,40.2234,499.85,42.0326,1.927,300,5,0,1221,0,1,0,0,0),(16860,2628,0,1,1,3720,1,53.283,459.876,42.0044,4.36431,300,5,0,1221,0,1,0,0,0),(16859,2358,0,1,1,3718,1,82.4674,459.494,43.4963,4.87487,300,0,0,954,2553,0,0,0,0),(16858,883,0,1,1,347,0,377.573,-833.667,128.466,1.88884,300,5,0,1,0,1,0,0,0),(16857,2351,0,1,1,806,0,264.34,-955.171,91.409,6.2578,300,5,0,677,0,1,0,0,0),(16856,2358,0,1,1,3718,1,101.512,254.569,43.429,3.25131,300,5,0,954,2553,1,0,0,0),(16855,2408,0,1,1,1244,0,285.907,-1316.24,35.1194,3.5833,300,10,0,1050,0,1,0,0,0),(16854,2408,0,1,1,1244,0,264.946,-1277.44,37.1807,5.9043,300,10,0,1050,0,1,0,0,0),(16853,2358,0,1,1,3719,1,116.958,268.794,43.2375,0.758022,300,0,0,954,2553,0,0,0,0),(16852,2408,0,1,1,1244,0,229.941,-1254.32,32.1782,1.74366,300,10,0,1050,0,1,0,0,0),(16851,2349,0,1,1,6808,0,195.676,8.67672,64.4098,0.047947,300,10,0,664,0,1,0,0,0),(16850,2253,0,1,1,610,1,649.382,-684.611,156.629,0.161979,300,3,0,1220,0,1,0,0,0),(16849,2252,0,1,1,11567,1,658.417,-706.339,161.207,0.901045,300,3,0,1163,0,1,0,0,0),(16848,2253,0,1,1,610,1,669.238,-545.509,171.697,2.75746,300,5,0,1220,0,1,0,0,0),(16847,2253,0,1,1,610,1,610.837,-697.634,152.17,0.923733,300,3,0,1220,0,1,0,0,0),(16846,2252,0,1,1,11567,1,627.061,-650.58,153.807,0.080526,300,5,0,1163,0,1,0,0,0),(16845,2253,0,1,1,610,1,614.16,-683.062,152.979,1.23983,300,5,0,1220,0,1,0,0,0),(16844,2252,0,1,1,11567,1,691.229,-742.267,163.049,0.323279,300,10,0,1163,0,1,0,0,0),(16843,2252,0,1,1,11567,1,718.137,-717.208,158.357,1.87916,300,10,0,1163,0,1,0,0,0),(16842,2252,0,1,1,11567,1,749.545,-683.383,153.426,0.587342,300,10,0,1163,0,1,0,0,0),(16841,2252,0,1,1,11567,1,742.601,-770.774,183.201,5.29295,300,5,0,1163,0,1,0,0,0),(16840,2243,0,1,1,3722,1,825.404,-849.894,141.638,3.98794,300,3,0,1469,0,1,0,0,0),(16839,2243,0,1,1,3721,1,858.468,-785.521,133.407,1.12731,300,5,0,1469,0,1,0,0,0),(16838,2407,0,1,1,2300,0,889.31,-789.888,129.87,1.3331,300,10,0,1221,0,1,0,0,0),(16837,2406,0,1,1,1058,0,-14.6038,-105.304,126.023,1.49852,300,10,0,1163,0,1,0,0,0),(16836,2407,0,1,1,2300,0,1039.75,-686.548,97.1431,0.005859,300,10,0,1221,0,1,0,0,0),(16835,2358,0,1,1,3718,1,420.743,233.775,43.3513,6.20591,300,5,0,954,2553,1,0,0,0),(16834,2407,0,1,1,2300,0,1018.9,-325.537,57.7319,1.54155,300,5,0,1221,0,1,0,0,0),(16833,2359,0,1,1,1068,0,422.25,251.171,44.2319,3.48449,300,5,0,1221,0,1,0,0,0),(16832,2407,0,1,1,2300,0,1036.29,-284.389,47.7612,0.1372,300,10,0,1221,0,1,0,0,0),(16831,2408,0,1,1,1244,0,705.295,34.7223,33.9719,5.10187,300,10,0,1050,0,1,0,0,0),(16830,2408,0,1,1,1244,0,914.714,-109.735,33.8974,5.59317,300,10,0,1050,0,1,0,0,0),(16829,2358,0,1,1,3719,1,418.417,167.898,43.0854,1.23733,300,5,0,954,2553,1,0,0,0),(16828,2408,0,1,1,1244,0,684.251,87.6968,32.2845,4.61231,300,10,0,1050,0,1,0,0,0),(16827,2408,0,1,1,1244,0,644.817,143.254,32.0083,4.84854,300,10,0,1050,0,1,0,0,0),(16825,2408,0,1,1,1244,0,682.613,106.923,30.7917,5.15735,300,10,0,1050,0,1,0,0,0),(16826,2408,0,1,1,1244,0,616.758,188.439,33.1991,2.60452,300,10,0,1050,0,1,0,0,0),(16824,2408,0,1,1,1244,0,653.175,123.714,33.0338,1.87834,300,10,0,1050,0,1,0,0,0),(16823,2349,0,1,1,6808,0,-31.196,151.434,53.6047,3.27686,300,10,0,664,0,1,0,0,0),(16822,2359,0,1,1,1068,0,405.642,155.971,41.9781,5.30818,300,5,0,1221,0,1,0,0,0),(16821,2408,0,1,1,1244,0,584.333,217.015,32.3279,0.412265,300,10,0,1050,0,1,0,0,0),(16820,2408,0,1,1,1244,0,555.885,252.473,31.7822,4.50791,300,10,0,1050,0,1,0,0,0),(16819,2408,0,1,1,1244,0,573.347,242.624,27.573,3.05679,300,10,0,1050,0,1,0,0,0),(16818,2359,0,1,1,1068,0,389.492,141.845,42.1623,0.637527,300,5,0,1221,0,1,0,0,0),(16817,2408,0,1,1,1244,0,514.773,287.679,33.3248,5.83088,300,10,0,1050,0,1,0,0,0),(16816,2271,0,1,1,3711,1,33.4977,362.38,43.0735,1.81936,300,0,0,1107,0,0,0,0,0),(16815,2628,0,1,1,3720,1,89.169,371.175,48.2043,1.09142,300,3,0,1221,0,1,0,0,0),(16814,2406,0,1,1,1058,0,60.2392,-54.8844,101.267,3.51157,300,10,0,1163,0,1,0,0,0),(16813,2349,0,1,1,6808,0,40.2863,-59.1109,102.832,2.42534,300,10,0,664,0,1,0,0,0),(16812,2350,0,1,1,1989,0,92.3524,-656.335,87.6916,2.92927,300,5,0,494,0,1,0,0,0),(16811,2255,0,1,1,6705,1,683.912,-343.903,145.795,1.17955,300,5,0,970,2861,1,0,0,0),(16810,2356,0,1,1,3201,0,-13.7593,91.8976,54.9062,1.65491,300,10,0,944,0,1,0,0,0),(16809,2254,0,1,1,655,1,687.909,-381.773,158.115,1.69224,300,3,0,1277,0,1,0,0,0),(16808,2543,0,1,1,1595,1,34.8848,255.874,42.0349,3.21141,300,0,0,1239,3191,0,0,0,0),(16807,2255,0,1,1,6705,1,610.577,-345.939,152.484,4.51379,300,0,0,970,2861,2,0,0,0),(16806,2272,0,1,1,3715,1,47.573,253.206,42.0118,3.57014,300,0,0,882,2362,0,0,0,0),(16805,2254,0,1,1,655,1,708.648,-339.294,141.324,5.28921,300,5,0,1277,0,1,0,0,0),(16804,2255,0,1,1,6705,1,577.173,-302.978,152.208,0.896123,300,0,0,970,2861,0,0,0,0),(16803,2256,0,1,1,416,1,576.317,-330.677,150.794,2.67209,300,5,0,1395,0,1,0,0,0),(16802,2406,0,1,1,1058,0,-81.1631,-47.7711,137.738,2.75814,300,10,0,1163,0,1,0,0,0),(16801,2253,0,1,1,610,1,745.767,-549.711,151.846,2.60798,300,3,0,1220,0,1,0,0,0),(16800,2252,0,1,1,11567,1,756.075,-514.504,144.632,0.414765,300,3,0,1163,0,1,0,0,0),(16799,2252,0,1,1,11567,1,793.288,-485.912,135.498,2.63795,300,3,0,1163,0,1,0,0,0),(16798,2252,0,1,1,11567,1,747.575,-647.568,151.091,5.84355,300,10,0,1163,0,1,0,0,0),(11217,10696,0,1,1,4138,1,-1173.34,-2532.3,55.5334,4.49393,400,5,0,3170,0,1,0,0,0),(11214,15022,0,1,1,15141,1,-847.556,-3511.22,73.2761,3.89208,400,0,0,3237,0,0,0,0,0),(11215,19855,0,1,1,19222,1,-1204.98,-2532.13,22.8338,3.12414,650,0,0,257900,0,0,0,0,0),(11216,10696,0,1,1,4137,1,-1175.51,-2551.73,59.7133,0.86925,400,5,0,3170,0,1,0,0,0),(16797,2358,0,1,1,3719,1,60.4268,257.323,43.5118,0.019068,300,5,0,954,2553,1,0,0,0),(16796,2242,0,1,1,3717,1,714.583,-977.084,165.499,1.50108,300,5,0,1403,0,1,0,0,0),(16795,2406,0,1,1,1058,0,151.619,-88.5512,112.403,5.31448,300,10,0,1163,0,1,0,0,0),(16794,2406,0,1,1,1058,0,186.354,-40.5918,90.2448,1.39986,300,3,0,1163,0,1,0,0,0),(16793,4075,0,1,1,1141,0,89.9892,271.787,41.9983,2.1588,300,10,0,8,0,1,0,0,0),(16792,4075,0,1,1,2176,0,38.4881,455.691,42.8019,0.072281,300,10,0,8,0,1,0,0,0),(11211,4954,0,1,1,3957,1,-948.304,-3537.25,71.5343,5.68977,400,0,0,1469,0,0,0,0,0),(11212,2621,0,1,1,4034,1,-830.753,-3541.73,72.5673,0.942478,400,0,0,2769,0,0,0,0,0),(11213,2563,0,1,1,1103,0,-1444.94,-1583.73,34.1682,3.20398,400,5,0,1163,0,1,0,0,0),(16791,2628,0,1,1,3720,1,118.231,491.632,44.1801,3.16467,300,0,0,1221,0,0,0,0,0),(11208,15126,0,1,1,15276,1,-845.512,-3507.93,73.6511,3.47321,650,0,0,52280,0,0,0,0,0),(11209,2621,0,1,1,4035,1,-978.749,-3476.68,57.1784,4.24115,400,0,0,2769,0,0,0,0,0),(11210,2621,0,1,1,4034,1,-975.482,-3561.2,70.6806,6.24828,400,0,0,2769,0,0,0,0,0),(16790,2406,0,1,1,1058,0,108.336,-47.4268,96.6073,5.9004,300,10,0,1163,0,1,0,0,0),(16789,2349,0,1,1,6808,0,16.8305,-24.3009,92.7928,1.4416,300,10,0,664,0,1,0,0,0),(16788,2356,0,1,1,3201,0,137.513,177.587,50.0034,2.8075,300,5,0,944,0,1,0,0,0),(16787,2406,0,1,1,1058,0,5.51743,-141.164,126.325,0.326074,300,5,0,1163,0,1,0,0,0),(16786,2349,0,1,1,6808,0,129.991,157.029,54.2428,2.82355,300,5,0,664,0,1,0,0,0),(16785,2253,0,1,1,610,1,820.641,-542.28,140.759,1.14943,300,10,0,1220,0,1,0,0,0),(16784,2356,0,1,1,3201,0,390.428,89.3012,46.2104,0.091897,300,5,0,944,0,1,0,0,0),(16783,2252,0,1,1,11567,1,887.474,-614.044,152.704,0.432264,300,10,0,1163,0,1,0,0,0),(16782,2252,0,1,1,11567,1,855.498,-615.313,147.248,0.36295,300,5,0,1163,0,1,0,0,0),(16781,2252,0,1,1,11567,1,912.087,-616.126,146.083,3.70142,300,3,0,1163,0,1,0,0,0),(16780,2252,0,1,1,11567,1,847.676,-645.907,149.176,5.23255,300,5,0,1163,0,1,0,0,0),(16779,2252,0,1,1,11567,1,770.479,-592.976,158.37,3.17115,300,5,0,1163,0,1,0,0,0),(16778,2247,0,1,1,3729,1,1136.14,-382.206,42.8772,4.86047,300,5,0,1678,0,1,0,0,0),(16777,2408,0,1,1,1244,0,1144.65,-247.539,31.2681,0.420561,300,10,0,1050,0,1,0,0,0),(16776,2254,0,1,1,655,1,715.443,-289.102,141.004,1.25688,300,5,0,1277,0,1,0,0,0),(11204,9555,0,1,1,8677,1,-933.85,-3477.47,51.3872,3.28122,400,0,0,1342,0,0,0,0,0),(11205,2621,0,1,1,4034,1,-861.001,-3517.15,72.5261,0.15708,400,0,0,2769,0,0,0,0,0),(11206,2851,0,1,1,3972,1,-917.658,-3496.94,70.4505,3.22695,650,0,0,10572,0,0,0,0,0),(11207,2819,0,1,1,3951,1,-963.249,-3561.47,58.8009,4.7288,400,0,0,1279,0,0,0,0,0),(16775,2253,0,1,1,610,1,431.314,-573.841,171.186,4.78532,300,0,0,1220,0,0,0,0,0),(16774,2255,0,1,1,6705,1,752.025,-293.87,135.992,6.11061,300,5,0,970,2861,1,0,0,0),(16773,2254,0,1,1,655,1,749.79,-324.378,136.505,6.06382,300,5,0,1277,0,1,0,0,0),(11197,2636,0,1,1,11357,1,-2088.72,-2061.83,2.59395,1.29923,400,3,0,1604,0,1,0,0,0),(11198,2636,0,1,1,11357,1,-2101,-2047.51,4.45795,0.368756,400,5,0,1604,0,2,0,0,0),(11199,2636,0,1,1,11357,1,-2070.47,-1997.27,13.3708,3.96493,400,3,0,1604,0,1,0,0,0),(11200,2698,0,1,1,3680,1,-415.486,-1877.95,73.2646,2.40855,400,0,0,1107,0,0,0,0,0),(11201,2620,0,1,1,1072,0,-866.201,-3165.42,70.5633,5.18477,400,10,0,8,0,1,0,0,0),(11202,2620,0,1,1,1072,0,-644.655,-1849.93,54.3997,0.041485,400,10,0,8,0,1,0,0,0),(11203,2579,0,1,1,1105,0,-1383.47,-1579.86,40.4819,4.76338,400,10,0,1279,0,1,0,0,0),(11195,1051,0,1,1,825,1,-2798.78,-2882.04,35.9993,0.298219,300,10,0,800,0,1,0,0,0),(11196,1051,0,1,1,825,1,-2802.98,-2849.65,41.8773,2.97906,300,5,0,800,0,1,0,0,0),(11192,1051,0,1,1,825,1,-2845.82,-2862.97,32.6576,1.30195,300,10,0,800,0,1,0,0,0),(11193,1016,0,1,1,673,0,-2983.96,-2851.53,29.3976,4.63816,300,10,0,664,0,1,0,0,0),(11194,1015,0,1,1,670,0,-3185.57,-2781.74,16.7459,2.23026,300,10,0,617,0,1,0,0,0),(16772,2255,0,1,1,6705,1,750.741,-374.752,141.789,2.96647,300,0,0,970,2861,0,0,0,0),(16771,2242,0,1,1,3716,1,723.236,-835.808,162.516,6.00532,300,5,0,1403,0,1,0,0,0),(16770,2257,0,1,1,11568,1,487.381,-215.608,167.822,5.25344,300,0,0,1716,0,0,0,0,0),(16769,2287,0,1,1,536,1,491.97,-233.549,166.445,3.34593,300,5,0,1459,0,1,0,0,0),(16768,2287,0,1,1,536,1,499.138,-231.656,166.445,4.6665,300,5,0,1459,0,1,0,0,0),(16767,2356,0,1,1,3201,0,-29.2921,29.8512,73.5496,4.59094,300,10,0,944,0,1,0,0,0),(16766,2406,0,1,1,1058,0,15.1506,-127.864,124.471,4.07397,300,5,0,1163,0,1,0,0,0),(16765,2416,0,1,1,415,1,488.067,-257.082,152.522,5.06255,300,5,0,1277,0,1,0,0,0),(16764,2416,0,1,1,415,1,480.606,-257.163,152.522,2.15918,300,5,0,1277,0,1,0,0,0),(16763,2408,0,1,1,1244,0,790.977,-48.3493,32.1981,4.87818,300,10,0,1050,0,1,0,0,0),(16762,2252,0,1,1,11567,1,484.839,-720.84,158.188,6.15044,300,10,0,1163,0,1,0,0,0),(16761,2241,0,1,1,3710,1,220.609,-829.404,149.265,6.02034,300,5,0,1221,0,1,0,0,0),(16760,2408,0,1,1,1244,0,759.524,-22.0947,32.0148,5.29451,300,10,0,1050,0,1,0,0,0),(16759,2333,0,1,1,3636,1,202.499,-817.333,151.174,0.366519,300,0,0,1003,0,0,0,0,0),(16758,2406,0,1,1,1058,0,-115.736,-48.6342,146.389,1.12923,300,10,0,1163,0,1,0,0,0),(16757,2406,0,1,1,1058,0,-148.638,-72.0055,148.315,2.77161,300,5,0,1163,0,1,0,0,0),(16756,2241,0,1,1,3709,1,222.386,-845.441,146.898,0.923139,300,0,0,1221,0,0,0,0,0),(16755,2252,0,1,1,11567,1,486.08,-777.775,147.454,6.20094,300,5,0,1163,0,1,0,0,0),(16754,2242,0,1,1,3717,1,731.766,-862.035,165.141,5.54841,300,5,0,1403,0,1,0,0,0),(16753,2356,0,1,1,3201,0,43.7503,45.5611,57.517,1.69222,300,10,0,944,0,1,0,0,0),(16752,2349,0,1,1,6808,0,49.1028,129.434,49.9947,1.73948,300,10,0,664,0,1,0,0,0),(16751,2242,0,1,1,3716,1,674.779,-828.21,158.641,5.43524,300,5,0,1403,0,1,0,0,0),(16750,2408,0,1,1,1244,0,303.062,-1356.19,35.3282,0.273935,300,10,0,1050,0,1,0,0,0),(16749,2253,0,1,1,610,1,778.667,-551.664,148.849,3.53021,300,5,0,1220,0,1,0,0,0),(16748,2408,0,1,1,1244,0,320.698,-1378.55,34.7827,0.392838,300,10,0,1050,0,1,0,0,0),(16747,2287,0,1,1,536,1,506.854,-355.88,168.649,3.37988,300,0,0,1459,0,0,0,0,0),(16746,2256,0,1,1,416,1,551.203,-356.679,153.73,3.23866,300,3,0,1395,0,1,0,0,0),(16745,2407,0,1,1,2300,0,289.245,-1546.19,64.9128,1.46569,300,3,0,1221,0,1,0,0,0),(16744,2408,0,1,1,1244,0,392.686,-1445.17,34.7555,3.42036,300,10,0,1050,0,1,0,0,0),(16743,2408,0,1,1,1244,0,588.471,-1651.22,34.9343,2.19672,300,10,0,1050,0,1,0,0,0),(16742,883,0,1,1,347,0,316.915,-1521.15,57.4661,5.1463,300,10,0,1,0,1,0,0,0),(16741,2406,0,1,1,1058,0,414.131,-1544.03,57.9173,3.30835,300,5,0,1163,0,1,0,0,0),(16740,2408,0,1,1,1244,0,542.834,-1592,34.943,2.0108,300,10,0,1050,0,1,0,0,0),(16739,2407,0,1,1,2300,0,359.963,-1544.48,62.5165,0.650762,300,3,0,1221,0,1,0,0,0),(16738,2252,0,1,1,11567,1,928.948,-379.539,137.91,0.414483,300,5,0,1163,0,1,0,0,0),(16737,2242,0,1,1,3716,1,673.413,-1008.82,166.008,0.97388,300,5,0,1403,0,1,0,0,0),(16736,2253,0,1,1,610,1,918.502,-415.368,147.241,0.952451,300,0,0,1220,0,0,0,0,0),(11191,1051,0,1,1,825,1,-2833.24,-2889.64,34.0047,3.76991,300,10,0,800,0,1,0,0,0),(11190,1042,0,1,1,9583,0,-3411.46,-2856.2,12.2732,3.37995,300,5,0,617,0,1,0,0,0),(11189,1069,0,1,1,505,0,-3481.82,-3247.18,23.5313,0.606409,300,10,0,640,655,1,0,0,0),(11188,1417,0,1,1,1035,0,-3319.16,-2616.13,9.03193,2.12015,300,10,0,531,0,1,0,0,0),(11187,2102,0,1,1,4927,1,-4065.71,-2451.51,153.162,1.9909,300,5,0,494,0,1,0,0,0),(11186,1420,0,1,1,901,0,-3201.27,-1712.71,5.82326,0.332251,300,10,0,8,0,1,0,0,0),(11183,14425,0,1,1,543,1,-2995.24,-1633.39,10.494,2.66954,82800,5,0,664,0,1,0,0,0),(11182,1417,0,1,1,1035,0,-3582.6,-1086.48,-16.3328,5.09575,300,10,0,531,0,1,0,0,0),(11181,1417,0,1,1,1035,0,-3463.88,-1015.16,7.50012,3.02998,300,10,0,531,0,1,0,0,0),(11180,1034,0,1,1,4916,1,-3419.55,-2338.84,52.0236,4.12124,300,10,0,635,0,1,0,0,0),(1454,939,0,1,1,4446,1,-11448.1,-763.414,10.9909,0.799059,300,3,0,1469,0,1,0,0,0),(1453,939,0,1,1,4446,1,-11460.7,-834.283,14.4347,2.59179,300,3,0,1469,0,1,0,0,0),(1452,942,0,1,1,4450,1,-11411.4,-803.704,14.9644,3.41382,300,0,0,1208,1097,0,0,0,0),(1451,939,0,1,1,4446,1,-11432.8,-758.538,12.9404,1.8071,300,3,0,1469,0,1,0,0,0),(1450,939,0,1,1,4446,1,-11460.8,-822.056,15.5755,3.57982,300,3,0,1469,0,1,0,0,0),(1447,814,0,1,1,4455,1,-11409.7,-795.418,15.0478,6.03884,300,0,0,1305,1186,0,0,0,0),(1446,942,0,1,1,4450,1,-11405,-812.786,14.9644,1.71287,300,0,0,1208,1097,0,0,0,0),(16735,2242,0,1,1,3717,1,645.027,-1010.76,164.665,3.35444,300,5,0,1403,0,1,0,0,0),(16734,2252,0,1,1,11567,1,482.171,-752.265,146.792,0.676179,300,10,0,1163,0,1,0,0,0),(16733,2242,0,1,1,3717,1,699.077,-859.885,158.498,2.92778,300,5,0,1403,0,1,0,0,0),(16732,4075,0,1,1,1141,0,669.729,-950.925,164.475,2.55198,300,10,0,8,0,1,0,0,0),(16731,2287,0,1,1,536,1,507.406,-213.479,152.522,4.86708,300,0,0,1459,0,2,0,0,0),(16730,2356,0,1,1,3201,0,210.3,-8.49704,72.8186,2.48637,300,10,0,944,0,1,0,0,0),(16729,2356,0,1,1,3201,0,60.749,88.7913,49.2333,0.688624,300,10,0,944,0,1,0,0,0),(16728,2628,0,1,1,3720,1,102.488,433.153,43.3068,5.47747,300,5,0,1221,0,1,0,0,0),(16727,2407,0,1,1,2300,0,512.432,-1411.66,62.7705,2.36014,300,3,0,1221,0,1,0,0,0),(16726,2407,0,1,1,2300,0,588.558,-1496.16,64.6542,1.64697,300,10,0,1221,0,1,0,0,0),(16725,2349,0,1,1,6808,0,14.2789,85.7148,52.4014,0.892272,300,10,0,664,0,1,0,0,0),(16724,2349,0,1,1,6808,0,-142.33,107.265,59.9299,2.33962,300,5,0,664,0,1,0,0,0),(16723,2408,0,1,1,1244,0,404.519,-1464.41,34.9943,0.237156,300,10,0,1050,0,1,0,0,0),(16722,2252,0,1,1,11567,1,651.211,-701.348,204.588,4.3471,300,5,0,1163,0,1,0,0,0),(16721,2407,0,1,1,2300,0,478.634,-1299.76,69.3663,2.68971,300,5,0,1221,0,1,0,0,0),(16720,1933,0,1,1,857,0,277.953,-801.1,139.286,2.04581,300,10,0,14,0,1,0,0,0),(16719,2242,0,1,1,3716,1,589.266,-838.213,158.746,3.12772,300,5,0,1403,0,1,0,0,0),(16718,2628,0,1,1,3720,1,446.603,310.209,43.7721,1.00534,300,0,0,1221,0,0,0,0,0),(16717,2406,0,1,1,1058,0,383.916,-1291.4,58.6432,6.24766,300,5,0,1163,0,1,0,0,0),(16716,2349,0,1,1,6808,0,22.5873,105.971,49.9456,5.87605,300,10,0,664,0,1,0,0,0),(16715,1958,0,1,1,2597,0,759.189,90.8957,30.995,1.59924,300,5,0,350,390,1,0,0,0),(16714,2356,0,1,1,3201,0,-45.5915,118.028,57.9524,0.005859,300,10,0,944,0,1,0,0,0),(16713,2349,0,1,1,6808,0,-60.6443,39.841,74.193,4.64154,300,3,0,664,0,1,0,0,0),(16712,883,0,1,1,347,0,656.636,-1388.88,95.7312,2.0982,300,3,0,1,0,1,0,0,0),(16711,2287,0,1,1,536,1,502.999,-195.946,152.522,5.35759,300,0,0,1459,0,0,0,0,0),(16710,2247,0,1,1,3729,1,1080.69,-289.516,44.0389,5.41496,300,5,0,1678,0,1,0,0,0),(16709,2246,0,1,1,3728,1,1227.87,-292.91,41.4701,4.96087,300,5,0,1604,0,1,0,0,0),(16708,2243,0,1,1,3721,1,895.352,-900.127,125.008,6.21083,300,3,0,1469,0,1,0,0,0),(16707,2242,0,1,1,3717,1,723.148,-1014.39,153.071,1.66,300,5,0,1403,0,1,0,0,0),(16706,2349,0,1,1,6808,0,-265.719,186.429,91.0819,0.441817,300,10,0,664,0,1,0,0,0),(16705,2406,0,1,1,1058,0,565.03,-1420.31,73.418,0.078271,300,5,0,1163,0,1,0,0,0),(16704,2406,0,1,1,1058,0,542.61,-1363.98,74.4041,5.92807,300,3,0,1163,0,1,0,0,0),(16703,2407,0,1,1,2300,0,1057.19,-484.547,105.31,2.98479,300,5,0,1221,0,1,0,0,0),(16702,2407,0,1,1,2300,0,535.477,-1332.13,86.7062,0.793685,300,3,0,1221,0,1,0,0,0),(16701,2252,0,1,1,11567,1,951.095,-481.804,132.545,1.92995,300,5,0,1163,0,1,0,0,0),(16700,2407,0,1,1,2300,0,407.036,-1528.51,53.5441,3.00633,300,10,0,1221,0,1,0,0,0),(16699,2252,0,1,1,11567,1,887.694,-514.031,137.063,4.72216,300,5,0,1163,0,1,0,0,0),(16698,2252,0,1,1,11567,1,787.637,-685.849,163.051,0.486987,300,5,0,1163,0,1,0,0,0),(16697,2408,0,1,1,1244,0,419.324,-1464.54,33.9715,1.51451,300,10,0,1050,0,1,0,0,0),(16696,2408,0,1,1,1244,0,493.588,-1531.61,33.828,4.80608,300,10,0,1050,0,1,0,0,0),(16695,2408,0,1,1,1244,0,457.212,-1482.02,34.3521,2.25916,300,10,0,1050,0,1,0,0,0),(16694,2408,0,1,1,1244,0,521.358,-1538.59,36.5165,5.4729,300,10,0,1050,0,1,0,0,0),(16693,2247,0,1,1,3729,1,1106.76,-318.8,43.7819,6.01378,300,10,0,1678,0,1,0,0,0),(16692,2408,0,1,1,1244,0,622.258,-1715.54,34.859,0.021375,300,10,0,1050,0,1,0,0,0),(16691,2407,0,1,1,2300,0,1057.18,-665.657,91.9842,2.20649,300,10,0,1221,0,1,0,0,0),(16690,2406,0,1,1,1058,0,592.109,-1028.68,151.128,5.54064,300,5,0,1163,0,1,0,0,0),(16688,2243,0,1,1,3721,1,947.814,-648.51,121.109,3.10356,300,10,0,1469,0,1,0,0,0),(16689,2407,0,1,1,2300,0,545.963,-1085.57,145.777,0.607392,300,5,0,1221,0,1,0,0,0),(16687,2407,0,1,1,2300,0,927.811,-693.839,121.776,3.5981,300,10,0,1221,0,1,0,0,0),(16686,2252,0,1,1,11567,1,714.766,-689.342,162.671,0.744397,300,3,0,1163,0,1,0,0,0),(16685,2243,0,1,1,3721,1,928.2,-669.307,121.893,3.72032,300,5,0,1469,0,1,0,0,0),(16684,2408,0,1,1,1244,0,808.359,-48.4506,32.4194,1.46983,300,10,0,1050,0,1,0,0,0),(16683,2408,0,1,1,1244,0,870.975,-91.2215,34.4972,4.1316,300,10,0,1050,0,1,0,0,0),(16682,2408,0,1,1,1244,0,902.904,-75.553,31.5932,2.71657,300,10,0,1050,0,1,0,0,0),(16681,2408,0,1,1,1244,0,821.06,-79.2174,34.6273,0.858787,300,10,0,1050,0,1,0,0,0),(16680,2408,0,1,1,1244,0,838.392,-88.2026,35.664,2.55147,300,10,0,1050,0,1,0,0,0),(16679,2408,0,1,1,1244,0,850.665,-47.8706,29.5998,5.7624,300,10,0,1050,0,1,0,0,0),(16678,2408,0,1,1,1244,0,953.817,-138.11,31.4956,0.329779,300,10,0,1050,0,1,0,0,0),(16677,2408,0,1,1,1244,0,986.152,-175.353,31.4827,4.0904,300,10,0,1050,0,1,0,0,0),(16676,2408,0,1,1,1244,0,939.466,-109.931,31.7714,2.80462,300,10,0,1050,0,1,0,0,0),(16675,2356,0,1,1,3201,0,292.679,82.2178,49.298,1.3452,300,10,0,944,0,1,0,0,0),(16674,2349,0,1,1,6808,0,77.2441,48.8558,55.023,4.71239,300,10,0,664,0,1,0,0,0),(16673,2349,0,1,1,6808,0,-110.304,375.521,80.401,0,300,3,0,664,0,1,0,0,0),(16672,2252,0,1,1,11567,1,652.258,-665.504,216.549,3.32384,300,5,0,1163,0,1,0,0,0),(16671,4075,0,1,1,1418,0,686.362,-887.436,164.357,2.5536,300,10,0,8,0,1,0,0,0),(16670,2247,0,1,1,3729,1,1255.43,-307.122,45.7477,3.6239,300,5,0,1678,0,1,0,0,0),(16669,2271,0,1,1,11474,1,373.901,164.413,43.1955,1.66907,300,0,0,1107,0,0,0,0,0),(16668,2272,0,1,1,3714,1,373.325,161.714,43.2042,0.689809,300,0,0,882,2362,0,0,0,0),(16667,2356,0,1,1,3201,0,81.7462,130.012,49.6645,4.44075,300,10,0,944,0,1,0,0,0),(16666,2358,0,1,1,3718,1,372.299,156.974,43.2196,2.37022,300,5,0,954,2553,1,0,0,0),(16665,2356,0,1,1,3201,0,-257.786,163.965,81.7131,1.56264,300,10,0,944,0,1,0,0,0),(16664,2349,0,1,1,6808,0,113.08,58.5343,53.6984,1.46046,300,10,0,664,0,1,0,0,0),(16663,2408,0,1,1,1244,0,480.191,422.002,30.1947,1.34,300,10,0,1050,0,1,0,0,0),(16662,2408,0,1,1,1244,0,478.942,436.653,28.0245,3.63235,300,10,0,1050,0,1,0,0,0),(16661,2349,0,1,1,6808,0,443.781,119.649,42.2515,0.437453,300,10,0,664,0,1,0,0,0),(16660,4075,0,1,1,1141,0,456.76,234.252,42.0227,1.91301,300,10,0,8,0,1,0,0,0),(16659,2349,0,1,1,6808,0,267.743,67.5817,53.9649,0.623199,300,10,0,664,0,1,0,0,0),(16658,2408,0,1,1,1244,0,472.883,391.111,36.0622,1.22449,300,10,0,1050,0,1,0,0,0),(16657,2408,0,1,1,1244,0,517.916,354.867,31.6603,2.19788,300,10,0,1050,0,1,0,0,0),(16656,2408,0,1,1,1244,0,526.383,321.608,31.641,1.2446,300,10,0,1050,0,1,0,0,0),(16655,2349,0,1,1,6808,0,-213.851,155.342,69.0725,5.09036,300,10,0,664,0,1,0,0,0),(16654,2408,0,1,1,1244,0,747.904,1.82426,30.7407,4.74808,300,10,0,1050,0,1,0,0,0),(16653,2408,0,1,1,1244,0,710.964,78.7975,30.054,4.94469,300,10,0,1050,0,1,0,0,0),(16652,2408,0,1,1,1244,0,782.292,-32.291,31.7882,4.82673,300,10,0,1050,0,1,0,0,0),(16651,2408,0,1,1,1244,0,997.782,-150.97,31.0625,5.66385,300,10,0,1050,0,1,0,0,0),(16650,2408,0,1,1,1244,0,1019.31,-209.28,32.9553,5.24426,300,10,0,1050,0,1,0,0,0),(16649,2349,0,1,1,6808,0,-213.835,268.442,94.5927,5.29065,300,5,0,664,0,1,0,0,0),(16648,1958,0,1,1,2597,0,848.1,20.3895,25.7663,1.54381,300,5,0,350,390,1,0,0,0),(16647,1958,0,1,1,2597,0,785.527,35.5525,30.4611,3.55765,300,5,0,350,390,1,0,0,0),(16646,6033,0,1,1,7449,0,649.33,234.895,16.7099,5.32325,300,0,0,328,0,0,0,0,0),(16645,2408,0,1,1,1244,0,553.547,315.968,24.0858,0.972824,300,10,0,1050,0,1,0,0,0),(16643,2349,0,1,1,6808,0,-24.6881,375.408,51.3476,5.7102,300,10,0,664,0,1,0,0,0),(16640,2408,0,1,1,1244,0,1248.5,-218.781,31.3986,0.001263,300,10,0,1050,0,1,0,0,0),(16641,2408,0,1,1,1244,0,482.332,487.398,20.7727,4.06282,300,10,0,1050,0,1,0,0,0),(16639,2408,0,1,1,1244,0,644.213,189.951,28.8101,5.6462,300,10,0,1050,0,1,0,0,0),(16638,2408,0,1,1,1244,0,744.298,46.2189,26.2203,1.03572,300,10,0,1050,0,1,0,0,0),(16637,2408,0,1,1,1244,0,1124.51,-242.446,31.1587,2.10739,300,10,0,1050,0,1,0,0,0),(16636,2408,0,1,1,1244,0,573.044,288.517,21.5247,2.54502,300,10,0,1050,0,1,0,0,0),(16635,2408,0,1,1,1244,0,643.507,-1759.37,32.3218,0.000059,300,10,0,1050,0,1,0,0,0),(16634,2408,0,1,1,1244,0,1015.98,-178.155,30.7086,3.51015,300,10,0,1050,0,1,0,0,0),(16633,2408,0,1,1,1244,0,1277.51,-151.189,28.7497,1.23489,300,10,0,1050,0,1,0,0,0),(16632,2252,0,1,1,11567,1,827.221,-718.604,192.922,5.5531,300,5,0,1163,0,1,0,0,0),(16631,2408,0,1,1,1244,0,1065.49,-218.795,30.9792,4.70542,300,10,0,1050,0,1,0,0,0),(16629,2408,0,1,1,1244,0,1094.31,-222.748,31.1945,6.18621,300,10,0,1050,0,1,0,0,0),(16630,883,0,1,1,347,0,509.828,-1000.43,150.228,3.63143,300,5,0,1,0,1,0,0,0),(16628,2408,0,1,1,1244,0,557.594,289.781,27.9714,6.13776,300,10,0,1050,0,1,0,0,0),(16627,6033,0,1,1,7449,0,546.234,392.904,18.1509,2.58309,300,0,0,328,0,0,0,0,0),(16626,2098,0,1,1,10003,0,957.046,-951.057,163.355,2.47164,300,5,0,102,0,1,0,0,0),(16625,2408,0,1,1,1244,0,626.913,226.556,30.2463,1.04808,300,10,0,1050,0,1,0,0,0),(16624,6033,0,1,1,7449,0,715.172,128.641,25.5884,5.61996,300,0,0,328,0,0,0,0,0),(16623,6033,0,1,1,7449,0,519.494,536.358,14.8352,1.43117,300,0,0,328,0,0,0,0,0),(16622,4075,0,1,1,1418,0,378.108,168.873,43.2156,6.05478,300,10,0,8,0,1,0,0,0),(16621,2098,0,1,1,10002,0,664.991,-247.537,235.637,2.61687,300,5,0,102,0,1,0,0,0),(16620,2098,0,1,1,10001,0,498.319,-1076.64,195.896,1.89789,300,5,0,102,0,1,0,0,0),(16618,2098,0,1,1,10002,0,953.817,-561.64,202.886,4.55366,300,5,0,102,0,1,0,0,0),(16619,2098,0,1,1,10001,0,846.45,-338.9,233.087,1.02524,300,5,0,102,0,1,0,0,0),(16617,2408,0,1,1,1244,0,510.155,385.116,29.6109,3.92908,300,10,0,1050,0,1,0,0,0),(16616,2408,0,1,1,1244,0,1352.67,-48.2536,29.6017,2.45885,300,10,0,1050,0,1,0,0,0),(16613,6033,0,1,1,7449,0,524.228,462.177,18.8047,1.6057,300,0,0,328,0,0,0,0,0),(16614,6033,0,1,1,7449,0,987.507,-74.3916,22.0636,4.15388,300,0,0,328,0,0,0,0,0),(16615,6033,0,1,1,7449,0,1210.51,-151.803,24.8701,2.53073,300,0,0,328,0,0,0,0,0),(16611,14285,0,1,1,14325,1,538.753,-1091.26,106.797,2.28638,600,0,0,18864,0,0,0,0,0),(16612,6033,0,1,1,7449,0,853.765,-8.36285,25.6573,2.75762,300,0,0,328,0,0,0,0,0),(16609,14285,0,1,1,14320,1,531.744,-1081.91,105.963,4.95674,600,0,0,18864,0,0,0,0,0),(16610,14285,0,1,1,14321,1,541.277,-1088.98,107.061,2.68781,600,0,0,18864,0,0,0,0,0),(16608,14285,0,1,1,14320,1,534.978,-1080.86,106.324,4.69494,600,0,0,18864,0,0,0,0,0),(16607,2405,0,1,1,3662,1,367.066,-1000.87,108.844,2.67035,300,0,0,3696,0,0,0,0,0),(16606,14285,0,1,1,14321,1,477.587,-1049.47,108.566,6.21337,600,0,0,18864,0,0,0,0,0),(16605,14285,0,1,1,14321,1,478.524,-1052.58,108.488,0.767945,600,0,0,18864,0,0,0,0,0),(16602,2405,0,1,1,3662,1,401.924,-949.31,110.876,3.05433,300,0,0,3696,0,0,0,0,0),(16603,14285,0,1,1,14320,1,489.728,-1052.06,108.697,2.23402,600,0,0,18864,0,0,0,0,0),(16604,14285,0,1,1,14320,1,491.428,-1049.46,108.68,2.86234,600,0,0,18864,0,0,0,0,0),(16601,2405,0,1,1,3662,1,362.02,-1002.05,107.902,2.56563,300,0,0,3696,0,0,0,0,0),(16600,2405,0,1,1,3662,1,400.292,-965.375,110.501,2.93215,300,0,0,3696,0,0,0,0,0),(16599,19906,0,1,1,19243,1,537.732,-1085.39,106.422,3.735,600,0,0,257900,0,0,0,0,0),(16598,14285,0,1,1,14320,1,452.997,-1041.45,108.823,2.55623,600,0,0,18864,0,2,0,0,0),(16597,14285,0,1,1,14320,1,453.503,-1039.34,109.066,2.56872,600,0,0,18864,0,2,0,0,0),(16596,19907,0,1,1,19244,1,100.831,-182.979,127.537,5.16617,600,0,0,257900,0,0,0,0,0),(16594,14284,0,1,1,14322,1,23.8021,-285.149,133.012,3.96739,600,0,0,43086,0,2,0,0,0),(16595,14284,0,1,1,14326,1,25.8477,-285.859,133.085,3.97275,600,0,0,43086,0,2,0,0,0),(16592,14284,0,1,1,14324,1,58.9436,-253.759,129.277,2.86234,600,0,0,43086,0,0,0,0,0),(16593,14284,0,1,1,14327,1,43.6363,-249.37,129.656,5.84685,600,0,0,43086,0,0,0,0,0),(16591,14284,0,1,1,14322,1,59.0219,-249.2,129.258,3.47321,600,0,0,43086,0,0,0,0,0),(16590,14284,0,1,1,14322,1,67.0999,-238.448,129.557,2.16421,600,0,0,43086,0,0,0,0,0),(16589,14284,0,1,1,14322,1,63.5765,-238.595,129.554,1.76278,600,0,0,43086,0,0,0,0,0),(16588,14284,0,1,1,14324,1,64.4451,-231.358,129.688,3.80482,600,0,0,43086,0,0,0,0,0),(16587,14284,0,1,1,14322,1,62.2973,-228.429,129.739,4.06662,600,0,0,43086,0,0,0,0,0),(16586,14284,0,1,1,14326,1,96.3729,-188.233,127.139,0.453786,600,0,0,43086,0,0,0,0,0),(16585,14284,0,1,1,14324,1,95.4361,-185.41,127.448,6.24828,600,0,0,43086,0,0,0,0,0),(16583,14284,0,1,1,14326,1,105.145,-180.779,128.093,4.08407,600,0,0,43086,0,0,0,0,0),(16584,14284,0,1,1,14326,1,107.086,-183.622,127.824,3.49066,600,0,0,43086,0,0,0,0,0),(16582,2098,0,1,1,10002,0,702.928,-1111.26,200.05,3.2886,300,5,0,102,0,1,0,0,0),(16581,883,0,1,1,347,0,538.455,-1445.23,50.8205,6.08283,300,3,0,1,0,1,0,0,0),(16579,13776,0,1,1,13851,1,470.819,-1052.1,108.386,2.40855,600,0,0,3900,0,0,0,0,0),(16580,2098,0,1,1,10001,0,698.139,-1242.52,196.426,2.09297,300,5,0,102,0,1,0,0,0),(16578,13817,0,1,1,13852,1,371.198,-1004.14,109.344,1.58825,300,0,0,3301,0,0,0,0,0),(16576,13219,0,1,1,13438,1,393.567,-976.087,110.218,3.00197,600,0,0,57420,0,0,0,0,0),(16577,13777,0,1,1,13383,1,59.1021,-246.024,129.419,3.82227,600,0,0,3500,0,0,0,0,0),(16575,13840,0,1,1,13853,1,400.813,-960.106,110.501,3.10669,600,0,0,62880,0,0,0,0,0),(16574,13217,0,1,1,13319,1,-24.1885,-321.177,131.224,4.81711,600,0,0,13000,0,0,0,0,0),(16573,14962,0,1,1,15095,1,406.803,-952.91,110.948,3.49066,300,0,0,1003,0,0,0,0,0),(16572,14961,0,1,1,15094,1,3.85053,-338.2,131.281,4.17134,300,0,0,1003,0,0,0,0,0),(16571,18165,0,1,1,17575,1,481.18,346.337,38.9151,0.331613,300,0,0,1889,5206,0,0,0,0),(16570,2480,0,1,1,7031,1,774.47,-287.346,153.266,4.76475,300,0,0,2672,0,0,0,0,0),(16569,2408,0,1,1,1244,0,1253.15,-103.454,29.6145,0.690287,300,10,0,1050,0,1,0,0,0),(16568,2317,0,1,1,1361,0,1232.95,-317.007,48.4766,3.28122,300,0,0,713,0,0,0,0,0),(16567,2684,0,1,1,3733,0,843.62,-541.104,139.87,3.1765,300,0,0,1107,0,0,0,0,0),(16566,6033,0,1,1,7449,0,1052.86,-114.364,21.9345,0.523599,300,0,0,328,0,0,0,0,0),(16565,6176,0,1,1,4954,1,250.84,-1470.58,55.4491,1.39626,300,0,0,1342,0,0,0,0,0),(16564,2384,0,1,1,1059,0,-356.533,-564.936,53.3245,3.98064,300,10,0,617,0,1,0,0,0),(16563,2384,0,1,1,1059,0,-149.252,-724.322,65.012,4.85566,300,10,0,617,0,1,0,0,0),(16562,2384,0,1,1,1059,0,-573.745,-181.018,52.4207,4.15129,300,10,0,617,0,1,0,0,0),(16561,2360,0,1,1,3703,1,-387.818,93.6254,54.7427,5.09636,300,10,0,573,0,1,0,0,0),(16560,2360,0,1,1,3703,1,-412.399,100.56,54.4173,3.4383,300,0,0,573,0,0,0,0,0),(16559,2354,0,1,1,1007,0,-530.603,-390.108,45.1607,1.95928,300,5,0,742,0,1,0,0,0),(16558,2248,0,1,1,3206,0,-284.565,-448.78,64.1373,1.90949,300,10,0,1050,0,1,0,0,0),(16557,2384,0,1,1,1059,0,-369.41,-640.715,52.4034,3.51956,300,10,0,617,0,1,0,0,0),(16556,2356,0,1,1,3201,0,-612.918,-288.413,45.2608,1.32112,300,5,0,944,0,1,0,0,0),(16555,2248,0,1,1,3206,0,-316.08,-381.482,64.9481,3.12167,300,3,0,1050,0,1,0,0,0),(16554,2350,0,1,1,1989,0,-353.914,-821.177,58.2832,1.51224,300,10,0,494,0,1,0,0,0),(16553,2354,0,1,1,1007,0,-391.316,-363.173,58.2651,0.68307,300,10,0,742,0,1,0,0,0),(16552,2249,0,1,1,3207,0,-191.179,-346.089,72.9635,4.81711,300,0,0,1107,0,2,0,0,0),(16551,2360,0,1,1,3703,1,-443.756,62.1851,54.0847,5.99416,300,5,0,573,0,1,0,0,0),(16550,2248,0,1,1,3206,0,-204.441,-368.95,72.9635,0.802851,300,3,0,1050,0,1,0,0,0),(16549,2266,0,1,1,3612,1,-436.847,47.2514,54.2811,2.29814,300,5,0,617,0,1,0,0,0),(16548,2248,0,1,1,3206,0,-266.408,-382.354,66.6331,2.2515,300,3,0,1050,0,1,0,0,0),(16547,2266,0,1,1,3612,1,-399.687,116.774,54.1285,0.183355,300,0,0,617,0,0,0,0,0),(16546,2249,0,1,1,3207,0,-231.664,-382.127,70.1693,0.226893,300,3,0,1107,0,1,0,0,0),(16545,2360,0,1,1,3703,1,-403.955,91.7775,54.5954,6.22303,300,10,0,573,0,1,0,0,0),(16544,2266,0,1,1,3612,1,-431.758,96.8059,54.5566,5.5676,300,0,0,617,0,0,0,0,0),(16543,2350,0,1,1,1989,0,-241.188,-742.809,59.9277,-1.16741,300,0,0,494,0,0,0,0,0),(16542,2249,0,1,1,3207,0,-261.54,-340.523,64.915,0.541037,300,3,0,1107,0,1,0,0,0),(16541,2266,0,1,1,3612,1,-423.228,61.7868,54.618,0.575959,300,0,0,617,0,0,0,0,0),(11177,1034,0,1,1,4916,1,-3366.71,-2300.08,52.0185,1.50098,300,0,0,635,0,0,0,0,0),(11178,1034,0,1,1,4916,1,-3386.51,-2361.2,54.0784,5.83003,300,3,0,635,0,1,0,0,0),(11179,1034,0,1,1,4916,1,-3423.66,-2364.84,52.0978,0.13697,300,10,0,635,0,1,0,0,0),(11174,1034,0,1,1,4916,1,-3397.86,-2242.38,63.2277,0.845274,300,0,0,635,0,0,0,0,0),(11175,1034,0,1,1,4916,1,-3392.04,-2282.38,51.9,3.64687,300,0,0,635,0,0,0,0,0),(11176,1034,0,1,1,4916,1,-3379.93,-2247.5,52.0003,0.667432,300,10,0,635,0,1,0,0,0),(11171,1034,0,1,1,4916,1,-3354.55,-2234.26,50.535,5.80454,300,10,0,635,0,1,0,0,0),(11172,1034,0,1,1,4916,1,-3345.65,-2196.71,43.8519,0.739787,300,0,0,635,0,0,0,0,0),(11173,1034,0,1,1,4916,1,-3379.35,-2221.07,52.6826,5.6182,300,3,0,635,0,1,0,0,0),(11168,1034,0,1,1,4916,1,-3335.87,-2214.24,47.4742,5.96906,300,5,0,635,0,1,0,0,0),(11169,1034,0,1,1,4916,1,-3275.76,-2177.27,31.7346,0.634733,300,3,0,635,0,1,0,0,0),(11170,1034,0,1,1,4916,1,-3348.98,-2213.43,47.4327,5.75651,300,3,0,635,0,1,0,0,0),(16540,2248,0,1,1,3206,0,-265.727,-358.975,66.5851,1.74272,300,3,0,1050,0,1,0,0,0),(16539,2360,0,1,1,3703,1,-396.04,111.247,54.2029,0.774349,300,0,0,573,0,0,0,0,0),(16538,2349,0,1,1,6808,0,-307.674,-118.47,63.8392,6.06049,300,10,0,664,0,1,0,0,0),(16537,2249,0,1,1,3207,0,-212.882,-338.585,57.5145,2.79539,300,3,0,1107,0,1,0,0,0),(11164,1020,0,1,1,960,0,-3327.89,-1549.92,10.1191,0.204705,300,10,0,573,0,1,0,0,0),(11165,1020,0,1,1,960,0,-3437.04,-1405.65,10.4727,0.751912,300,10,0,573,0,1,0,0,0),(11166,1028,0,1,1,1079,1,-3191.24,-1250.26,9.67357,5.03617,300,10,0,504,1443,1,0,0,0),(11167,1024,0,1,1,486,1,-3251.78,-1209.42,9.19991,1.67665,300,10,0,494,0,1,0,0,0),(16536,2268,0,1,1,4125,1,-635.292,16.7916,45.9747,2.13498,300,5,0,734,0,1,0,0,0),(16535,2360,0,1,1,3703,1,-371.657,35.8556,54.9094,5.29067,300,5,0,573,0,1,0,0,0),(16534,2360,0,1,1,3703,1,-413.788,53.4268,54.2974,3.92516,300,5,0,573,0,1,0,0,0),(16533,2249,0,1,1,3207,0,-192.765,-321.419,73.3415,3.11388,300,3,0,1107,0,1,0,0,0),(16532,2266,0,1,1,3612,1,-423.953,51.5544,54.3128,0.436332,300,0,0,617,0,0,0,0,0),(16531,2360,0,1,1,3703,1,-378.855,81.3234,54.1602,1.88196,300,10,0,573,0,1,0,0,0),(16529,2360,0,1,1,3703,1,-348.953,48.0235,54.4408,2.56563,300,0,0,573,0,0,0,0,0),(16530,2449,0,1,1,3642,1,-448.933,22.6889,53.7768,3.19828,300,0,0,713,0,2,0,0,0),(16528,2249,0,1,1,3207,0,-235.387,-327.801,59.3863,0.5503,300,3,0,1107,0,1,0,0,0),(16527,2266,0,1,1,3612,1,-337.642,17.281,55.52,1.01375,300,0,0,617,0,0,0,0,0),(16526,2351,0,1,1,806,0,-218.289,-758.185,59.2734,1.5003,300,10,0,677,0,1,0,0,0),(16525,2266,0,1,1,3612,1,-345.112,52.3253,54.4366,0.763097,300,5,0,617,0,1,0,0,0),(16524,2268,0,1,1,4125,1,-411.865,2.80097,55.9364,4.93642,300,5,0,734,0,1,0,0,0),(16523,2266,0,1,1,3612,1,-352.208,89.7491,54.1188,4.60767,300,0,0,617,0,0,0,0,0),(16522,2266,0,1,1,3612,1,-367.408,-2.85899,55.2533,4.67101,300,5,0,617,0,1,0,0,0),(16521,2248,0,1,1,3206,0,-226.257,-358.954,48.4258,3.69575,300,3,0,1050,0,1,0,0,0),(16520,232,0,1,1,3614,1,-341.604,3.60308,60.3681,2.21657,300,0,0,617,0,0,0,0,0),(16519,2266,0,1,1,3612,1,-346.392,83.0253,54.1312,2.32129,300,0,0,617,0,0,0,0,0),(16518,2360,0,1,1,3703,1,-358.439,-0.862522,55.0429,3.12414,300,0,0,573,0,0,0,0,0),(16517,2350,0,1,1,1989,0,-216.678,-791.413,55.1349,1.97594,300,10,0,494,0,1,0,0,0),(16516,2384,0,1,1,1059,0,-548.463,-147.763,51.4657,1.3126,300,5,0,617,0,1,0,0,0),(16515,2249,0,1,1,3207,0,-155.994,-373.778,52.0028,3.61928,300,3,0,1107,0,1,0,0,0),(16514,2266,0,1,1,3612,1,-361.458,-21.875,55.1999,4.86478,300,5,0,617,0,1,0,0,0),(16513,2349,0,1,1,6808,0,-866.152,-291.87,37.8251,3.74368,300,5,0,664,0,1,0,0,0),(16512,2248,0,1,1,3206,0,-281.666,-284.934,51.7172,5.62385,300,3,0,1050,0,1,0,0,0),(16511,2268,0,1,1,4125,1,-575.306,133.939,52.7079,4.63756,300,5,0,734,0,1,0,0,0),(16510,2268,0,1,1,4125,1,-519.298,-12.8243,53.4788,1.44741,300,10,0,734,0,1,0,0,0),(16509,2266,0,1,1,3612,1,-398.459,-57.358,54.4454,4.6997,300,3,0,617,0,1,0,0,0),(16508,2268,0,1,1,4125,1,-382.664,16.2495,54.4183,1.65806,300,0,0,734,0,0,0,0,0),(16507,2360,0,1,1,3703,1,-404.221,-58.5118,54.5014,5.58505,300,3,0,573,0,1,0,0,0),(16506,2266,0,1,1,3612,1,-337.774,4.1235,55.507,6.10156,300,0,0,617,0,0,0,0,0),(16505,2248,0,1,1,3206,0,-277.779,-304.297,42.0171,2.92027,300,3,0,1050,0,1,0,0,0),(16504,2248,0,1,1,3206,0,-307.798,-279.125,45.6518,5.59641,300,3,0,1050,0,1,0,0,0),(16503,2248,0,1,1,3206,0,-296.635,-302.209,43.4465,0.109343,300,3,0,1050,0,1,0,0,0),(16502,2360,0,1,1,3703,1,-480.131,-32.9365,54.5378,4.17134,300,10,0,573,0,1,0,0,0),(11162,1021,0,1,1,677,0,-3398.36,-1604.39,10.0856,3.86108,300,10,0,664,0,1,0,0,0),(11163,1021,0,1,1,677,0,-3687.45,-1324.83,12.5067,4.96978,300,10,0,664,0,1,0,0,0),(11159,1034,0,1,1,4916,1,-3328.94,-2196.34,41.0129,5.22962,300,3,0,635,0,1,0,0,0),(11160,1024,0,1,1,486,1,-3280.77,-1173.35,9.11705,0.793781,300,10,0,494,0,1,0,0,0),(16501,2360,0,1,1,3703,1,-417.933,-61.6107,54.1311,2.72271,300,0,0,573,0,0,0,0,0),(11156,1034,0,1,1,4916,1,-3248.46,-2148.56,24.0214,5.72527,300,10,0,635,0,1,0,0,0),(11157,1007,0,1,1,3199,1,-3868.23,-3026.98,12.4495,0.087482,300,5,0,494,0,1,0,0,0),(11158,1024,0,1,1,486,1,-3282.06,-1245.29,9.4277,5.71129,300,10,0,494,0,1,0,0,0),(11153,1039,0,1,1,713,0,-3462.29,-1054.24,7.62512,6.12626,300,10,0,494,0,1,0,0,0),(11154,1007,0,1,1,3199,1,-3895.26,-3046.43,11.9087,1.83576,300,5,0,494,0,1,0,0,0),(11155,1007,0,1,1,3199,1,-3869.76,-3041.1,12.9087,0.55678,300,5,0,494,0,1,0,0,0),(11150,1007,0,1,1,3199,1,-4079.75,-3146.84,10.6866,5.06359,300,5,0,494,0,1,0,0,0),(11151,1007,0,1,1,3199,1,-3913.66,-3045.47,11.7577,2.8956,300,5,0,494,0,1,0,0,0),(11152,1417,0,1,1,1035,0,-3426.56,-1041.64,8.91536,2.50634,300,10,0,531,0,1,0,0,0),(16500,2356,0,1,1,3201,0,-618.101,-251.71,43.6369,4.89906,300,5,0,944,0,1,0,0,0),(11147,1030,0,1,1,360,0,-3844.85,-3092.84,11.7315,4.79353,300,5,0,494,0,1,0,0,0),(11148,1030,0,1,1,360,0,-4313.62,-2638.05,81.441,3.33439,300,5,0,494,0,1,0,0,0),(11149,1008,0,1,1,355,1,-3819.35,-3077.35,12.0321,5.5116,300,5,0,531,0,1,0,0,0),(11146,1030,0,1,1,360,0,-3886.7,-2679.02,32.9005,2.78516,300,10,0,494,0,1,0,0,0),(11144,1010,0,1,1,714,1,-3720.22,-2984.14,11.7477,3.81206,300,5,0,573,0,1,0,0,0),(11145,1008,0,1,1,355,1,-3935.26,-3095.5,13.2071,6.18428,300,10,0,531,0,1,0,0,0),(11141,1010,0,1,1,714,1,-3680.1,-2855.25,11.4369,3.04311,300,5,0,573,0,1,0,0,0),(11142,1008,0,1,1,355,1,-3679.55,-2920.51,11.7696,6.1761,300,5,0,531,0,1,0,0,0),(11143,1039,0,1,1,713,0,-3713.03,-2871.68,5.62299,1.16924,300,10,0,494,0,1,0,0,0),(16499,2249,0,1,1,3207,0,-244.342,-340.424,47.0773,5.32305,300,3,0,1107,0,1,0,0,0),(16498,2384,0,1,1,1059,0,-355.605,-307.396,60.5774,0.264881,300,10,0,617,0,1,0,0,0),(11140,1010,0,1,1,714,1,-3644.47,-2898.53,12.9557,4.82254,300,5,0,573,0,1,0,0,0),(11138,1010,0,1,1,714,1,-3677,-3055.2,14.827,0.98713,300,5,0,573,0,1,0,0,0),(11139,1010,0,1,1,714,1,-3751.58,-2855.14,11.6684,6.13077,300,5,0,573,0,1,0,0,0),(11137,1032,0,1,1,767,0,-2879.14,-2217.82,23.6571,0.587799,300,10,0,617,0,1,0,0,0),(11136,1032,0,1,1,767,0,-2881.36,-2319.46,30.2488,5.03041,300,10,0,617,0,1,0,0,0),(11135,1032,0,1,1,767,0,-2878.69,-2249.29,26.716,5.7561,300,10,0,617,0,1,0,0,0),(11134,1032,0,1,1,767,0,-2910.63,-2351.29,22.2882,0.889372,300,10,0,617,0,1,0,0,0),(11133,1010,0,1,1,714,1,-3715.45,-3057.05,16.6653,4.30603,300,5,0,573,0,1,0,0,0),(11130,1417,0,1,1,1035,0,-3285.11,-2589.94,11.4449,3.17481,300,10,0,531,0,1,0,0,0),(11131,1010,0,1,1,714,1,-3703.69,-3073.62,18.8806,0.837515,300,5,0,573,0,1,0,0,0),(11132,1010,0,1,1,714,1,-3757.94,-3014.21,12.9283,6.04135,300,5,0,573,0,1,0,0,0),(11127,1040,0,1,1,2023,0,-2711.59,-1584.04,6.71583,3.92705,300,10,0,664,0,1,0,0,0),(11128,1039,0,1,1,713,0,-3287.85,-1076.32,7.04304,2.45717,300,10,0,494,0,1,0,0,0),(11129,1259,0,1,1,652,1,-3245.94,-1136.65,9.15107,3.46334,300,0,0,573,0,0,0,0,0),(16497,2249,0,1,1,3207,0,-239.555,-367.93,48.1732,5.79218,300,3,0,1107,0,1,0,0,0),(16496,2360,0,1,1,3703,1,-446.658,-72.5294,54.4762,3.24631,300,0,0,573,0,0,0,0,0),(16495,2360,0,1,1,3703,1,-486.617,-13.9276,54.3316,5.57831,300,5,0,573,0,1,0,0,0),(16494,2356,0,1,1,3201,0,-716.492,145.898,45.0026,5.35679,300,10,0,944,0,1,0,0,0),(16493,2360,0,1,1,3703,1,-455.242,-15.8329,54.403,0.43395,300,5,0,573,0,1,0,0,0),(16492,2360,0,1,1,3703,1,-474.269,-16.3383,54.436,4.85202,300,0,0,573,0,0,0,0,0),(16491,2249,0,1,1,3207,0,-252.592,-324.202,44.8178,5.24674,300,5,0,1107,0,1,0,0,0),(16490,2360,0,1,1,3703,1,-481.441,-59.7912,54.408,6.06665,300,10,0,573,0,1,0,0,0),(16489,2356,0,1,1,3201,0,-884.18,-50.4254,23.0071,1.49247,300,10,0,944,0,1,0,0,0),(11124,2089,0,1,1,925,0,-2681.48,-1506.69,7.6715,1.16259,300,10,0,734,0,1,0,0,0),(11125,1400,0,1,1,1036,0,-2898.02,-1221.69,9.97597,0.254936,300,10,0,617,0,1,0,0,0),(11126,1024,0,1,1,486,1,-3272.26,-1040.97,9.43597,4.67329,300,10,0,494,0,1,0,0,0),(16488,2360,0,1,1,3703,1,-455.211,-55.2533,54.8021,2.91949,300,10,0,573,0,1,0,0,0),(16487,2360,0,1,1,3703,1,-465.554,-48.0768,54.5965,4.20813,300,10,0,573,0,1,0,0,0),(16486,2349,0,1,1,6808,0,-755.197,148.118,45.7395,4.92471,300,10,0,664,0,1,0,0,0),(16485,2266,0,1,1,3612,1,-460.88,-67.936,54.9228,5.19471,300,5,0,617,0,1,0,0,0),(16484,2356,0,1,1,3201,0,-901.496,-217.981,49.357,3.21387,300,5,0,944,0,1,0,0,0),(16483,2266,0,1,1,3612,1,-448.324,-97.3454,54.2978,2.60165,300,5,0,617,0,1,0,0,0),(16482,2266,0,1,1,3612,1,-421.691,-46.7441,54.1728,0.198002,300,5,0,617,0,1,0,0,0),(16481,2360,0,1,1,3703,1,-472.54,-80.6528,54.4972,3.56676,300,5,0,573,0,1,0,0,0),(16480,2248,0,1,1,3206,0,-280.869,-414.088,67.7671,1.06223,300,0,0,1050,0,2,0,0,0),(16479,2266,0,1,1,3612,1,-479.842,-80.4593,54.2987,5.09982,300,5,0,617,0,1,0,0,0),(16478,2266,0,1,1,3612,1,-482.133,-72.105,54.5487,1.5711,300,5,0,617,0,1,0,0,0),(16477,2351,0,1,1,806,0,-628.169,318.884,68.516,2.74448,300,5,0,677,0,1,0,0,0),(16476,2350,0,1,1,1989,0,-618.87,456.198,79.2373,2.95876,300,10,0,494,0,1,0,0,0),(16475,2360,0,1,1,3703,1,-481.96,-110.324,55.2501,3.2434,300,5,0,573,0,1,0,0,0),(16458,2356,0,1,1,3201,0,-803.369,-428.865,17.0093,3.36214,300,10,0,944,0,1,0,0,0),(16455,2268,0,1,1,4125,1,-599.514,-118.452,47.8382,3.40552,300,5,0,734,0,1,0,0,0),(16454,2356,0,1,1,3201,0,-940.448,-157.44,55.1219,4.45556,300,3,0,944,0,1,0,0,0),(16435,2384,0,1,1,1059,0,-578.095,-361.302,44.2618,3.21387,300,5,0,617,0,1,0,0,0),(11123,1400,0,1,1,1036,0,-2867.19,-1623.76,8.81753,6.15526,300,10,0,617,0,1,0,0,0),(11122,1417,0,1,1,1035,0,-3124.07,-1782.43,9.29432,5.76452,300,10,0,531,0,1,0,0,0),(11121,1400,0,1,1,1036,0,-3157.57,-2117.5,10.1699,3.23574,300,10,0,617,0,1,0,0,0),(11120,1400,0,1,1,1036,0,-2846.74,-1549.85,7.85648,3.63925,300,10,0,617,0,1,0,0,0),(11119,1417,0,1,1,1035,0,-3569.86,-984.558,-12.8106,6.19518,300,10,0,531,0,1,0,0,0),(11118,2102,0,1,1,4927,1,-4244.62,-2342.75,204.457,1.07217,300,0,0,494,0,0,0,0,0),(11117,1017,0,1,1,649,0,-2717.3,-1817.57,9.72714,5.20243,300,10,0,734,0,1,0,0,0),(11116,1017,0,1,1,649,0,-2751.6,-1852.26,12.0443,4.34847,300,10,0,734,0,1,0,0,0),(11115,1017,0,1,1,649,0,-2648.02,-1754.86,9.78473,5.27223,300,5,0,734,0,1,0,0,0),(11114,1018,0,1,1,180,0,-2686.75,-1857.63,9.52165,5.63594,300,10,0,896,0,1,0,0,0),(11113,1016,0,1,1,673,0,-2686.17,-1720.64,9.38602,4.54015,300,10,0,664,0,1,0,0,0),(11112,1018,0,1,1,180,0,-2664.69,-1853.42,9.27165,4.00293,300,10,0,896,0,1,0,0,0),(11111,1019,0,1,1,788,0,-2490.88,-1793.71,10.1623,3.3501,300,10,0,950,0,1,0,0,0),(11110,1016,0,1,1,673,0,-2720.49,-1635.16,13.7825,3.32618,300,10,0,664,0,1,0,0,0),(11109,1016,0,1,1,673,0,-2708.77,-1657.34,11.6575,1.49925,300,10,0,664,0,1,0,0,0),(11108,1017,0,1,1,649,0,-2610.87,-1645.91,9.36932,0.479769,300,5,0,734,0,1,0,0,0),(11107,1018,0,1,1,180,0,-2617.12,-1780.34,10.7606,6.26923,300,10,0,896,0,1,0,0,0),(11106,1018,0,1,1,180,0,-2710.71,-1844.01,10.5275,2.77886,300,10,0,896,0,1,0,0,0),(11105,1039,0,1,1,713,0,-2760.62,-1685.52,4.18069,3.30247,300,10,0,494,0,1,0,0,0),(11104,1400,0,1,1,1036,0,-2845.78,-1713.94,6.9231,0.618835,300,10,0,617,0,1,0,0,0),(11103,1417,0,1,1,1035,0,-3185.49,-1814.78,6.54428,2.85014,300,0,0,531,0,0,0,0,0),(1445,942,0,1,1,4450,1,-11422,-811.847,14.9644,4.86011,300,2,0,1208,1097,1,0,0,0),(1444,939,0,1,1,4446,1,-11448.5,-800.714,15.1804,1.27058,300,2,0,1469,0,1,0,0,0),(1443,942,0,1,1,4450,1,-11450.6,-819.21,15.8363,2.46435,300,3,0,1208,1097,1,0,0,0),(1442,1096,0,1,1,7197,1,-12185,-745.703,15.376,3.33401,300,5,0,1160,1067,1,0,0,0),(1441,939,0,1,1,4446,1,-11441.1,-834.396,15.0216,2.842,300,3,0,1469,0,1,0,0,0),(1440,1096,0,1,1,7197,1,-12139.2,-736.641,14.7784,1.6588,300,5,0,1160,1067,1,0,0,0),(1439,942,0,1,1,4450,1,-11427.8,-835.608,14.6894,0.175758,300,2,0,1208,1097,1,0,0,0),(1438,939,0,1,1,4446,1,-11446.3,-766.102,10.9047,0.784009,300,3,0,1469,0,1,0,0,0),(1437,1096,0,1,1,7197,1,-12134.2,-638.5,13.5992,2.05891,300,5,0,1160,1067,1,0,0,0),(1436,1096,0,1,1,7197,1,-12175.5,-658.973,14.4249,2.11675,300,5,0,1160,1067,1,0,0,0),(1435,1096,0,1,1,7197,1,-12171.9,-644.668,16.6749,5.38824,300,5,0,1160,1067,1,0,0,0),(16434,2268,0,1,1,4125,1,-600.861,-100.562,47.2267,3.56047,300,0,0,734,0,0,0,0,0),(1434,2635,0,1,1,1038,0,-11986.6,603.381,1.37604,2.66363,1800,5,0,1604,0,1,0,0,0),(1433,1096,0,1,1,7197,1,-12064.4,-587.233,13.0391,2.48911,300,5,0,1160,1067,1,0,0,0),(1432,674,0,1,1,7202,1,-12930.2,-483.789,45.6186,5.11381,300,0,0,1829,0,0,0,0,0),(1431,674,0,1,1,7202,1,-12946.8,-466.292,55.7017,2.32129,300,0,0,1829,0,0,0,0,0),(1430,976,0,1,1,320,0,-11576.4,-705.742,31.1552,1.53589,300,0,0,1163,0,0,0,0,0),(1429,977,0,1,1,599,0,-11570,-698.598,31.1548,4.66003,300,0,0,1163,0,0,0,0,0),(1428,977,0,1,1,599,0,-11579.5,-698.422,31.1548,4.59022,300,0,0,1163,0,0,0,0,0),(1427,943,0,1,1,4438,1,-11580.4,-702.735,31.1554,0.837758,300,0,0,1064,1007,0,0,0,0),(1426,943,0,1,1,4438,1,-11570.3,-703.197,31.1548,2.54818,300,0,0,1064,1007,0,0,0,0),(1425,1096,0,1,1,7197,1,-11953,-713.015,18.0497,2.41986,300,5,0,1160,1067,1,0,0,0),(1424,684,0,1,1,633,0,-12051.4,-884.42,45.0339,3.49483,300,5,0,1536,0,1,0,0,0),(1423,1097,0,1,1,7200,1,-11958.2,-500.145,17.0876,2.6466,300,0,0,1279,0,0,0,0,0),(1422,921,0,1,1,7198,1,-11980.9,-543.238,12.0755,4.10152,300,0,0,1279,0,0,0,0,0),(1421,1096,0,1,1,7197,1,-11979.4,-525.557,12.0525,4.24115,300,0,0,1160,1067,0,0,0,0),(1420,1097,0,1,1,7200,1,-11986.7,-531.318,12.0516,1.53589,300,0,0,1279,0,0,0,0,0),(1419,1096,0,1,1,7197,1,-11990.6,-533.384,12.0516,1.3439,300,0,0,1160,1067,0,0,0,0),(1418,1097,0,1,1,7200,1,-11990.2,-525.941,12.0516,4.92183,300,0,0,1279,0,0,0,0,0),(1417,1096,0,1,1,7197,1,-11998.6,-528.026,12.0516,5.21853,300,0,0,1160,1067,0,0,0,0),(1416,1152,0,1,1,833,0,-12556.7,-194.933,17.4094,4.73481,300,5,0,1403,0,1,0,0,0),(1415,1096,0,1,1,7197,1,-12023.4,-601.337,14.5046,4.78467,300,5,0,1160,1067,1,0,0,0),(1414,1096,0,1,1,7197,1,-11949.3,-502.706,17.0683,4.67608,300,0,0,1160,1067,0,0,0,0),(1413,1096,0,1,1,7197,1,-12111.8,-629.764,15.6088,2.86653,300,5,0,1160,1067,1,0,0,0),(1412,1114,0,1,1,845,0,-12382.4,-409.433,15.1534,1.28968,300,10,0,1804,0,1,0,0,0),(1411,681,0,1,1,598,0,-11820.1,-83.5532,38.3083,5.17167,300,5,0,1050,0,1,0,0,0),(1410,1096,0,1,1,7197,1,-11986.1,-762.374,15.4465,4.46173,300,5,0,1160,1067,1,0,0,0),(1409,667,0,1,1,4632,1,-12800.1,-874.984,58.2584,2.57862,300,5,0,1678,0,1,0,0,0),(1408,696,0,1,1,4622,1,-12801.6,-876.11,58.3438,2.23398,300,5,0,1678,0,1,0,0,0),(1407,780,0,1,1,4616,1,-12595.2,-658.957,40.4367,2.00728,300,5,0,1357,1236,1,0,0,0),(1406,667,0,1,1,4632,1,-12599,-660.75,40.0617,2.00713,300,5,0,1678,0,1,0,0,0),(1405,696,0,1,1,4622,1,-12599.6,-652.209,39.9914,1.88496,300,5,0,1678,0,1,0,0,0),(1404,597,0,1,1,4579,1,-11568.2,643.287,59.7685,5.53545,300,3,0,1469,0,1,0,0,0),(1403,682,0,1,1,320,0,-11954.3,-788.995,22.7222,3.77182,300,5,0,1163,0,1,0,0,0),(1402,682,0,1,1,320,0,-11913.6,-752.737,21.1681,3.09731,300,5,0,1163,0,1,0,0,0),(1401,1114,0,1,1,845,0,-12388.1,-620.891,15.4352,2.73388,300,5,0,1804,0,1,0,0,0),(1400,1096,0,1,1,7197,1,-11975.4,-824.298,32.2502,4.69118,300,5,0,1160,1067,1,0,0,0),(1399,770,0,1,1,4396,1,-11309.1,-187.431,75.6492,3.78736,300,0,0,1753,0,0,0,0,0),(1398,733,0,1,1,4393,1,-11310.4,-205.115,75.3625,2.80998,300,0,0,1753,0,0,0,0,0),(1397,739,0,1,1,4392,1,-11320.2,-193.337,76.2277,4.99164,300,0,0,1753,0,0,0,0,0),(1396,754,0,1,1,4660,1,-11324,-213.784,76.4801,2.25148,300,0,0,1107,0,0,0,0,0),(1395,756,0,1,1,633,0,-12969.8,-707.291,53.4969,0.019072,300,2,0,1902,0,1,0,0,0),(1394,669,0,1,1,4628,1,-12972.7,-710.152,53.8719,1.79807,300,0,0,1902,0,0,0,0,0),(1393,1422,0,1,1,4395,1,-11313,-182.601,75.3137,4.4855,300,0,0,1753,0,0,0,0,0),(1392,756,0,1,1,633,0,-13021.3,-698.251,55.4959,4.5933,300,5,0,1902,0,1,0,0,0),(1391,669,0,1,1,4628,1,-13021.1,-700.964,55.3896,4.64595,300,5,0,1902,0,1,0,0,0),(1390,597,0,1,1,4579,1,-11647.4,747.407,40.2323,2.06217,300,0,0,1469,0,0,0,0,0),(1389,670,0,1,1,4627,1,-12948.6,-649.326,52.8068,3.35635,300,3,0,1522,1332,1,0,0,0),(1388,670,0,1,1,4627,1,-12964.7,-686.102,53.4537,2.38736,300,2,0,1522,1332,1,0,0,0),(1387,1152,0,1,1,833,0,-11848.1,-321.607,11.7539,4.04638,300,5,0,1403,0,1,0,0,0),(1386,670,0,1,1,4627,1,-12946.4,-702.076,54.1669,5.73791,300,0,0,1522,1332,0,0,0,0),(1385,595,0,1,1,4574,1,-11637.6,756.784,42.3613,5.75959,300,5,0,1279,0,1,0,0,0),(1384,670,0,1,1,4627,1,-12964.6,-607.433,53.6735,2.8483,300,0,0,1522,1332,0,0,0,0),(1383,756,0,1,1,633,0,-12998.2,-689.481,54.1074,1.43485,300,5,0,1902,0,1,0,0,0),(1382,756,0,1,1,633,0,-12946.2,-654.713,52.469,1.08532,300,0,0,1902,0,0,0,0,0),(1381,784,0,1,1,4624,1,-12945.3,-651.858,52.7068,1.25593,300,0,0,1902,0,0,0,0,0),(1380,669,0,1,1,4628,1,-12993.9,-673.287,53.1074,1.33225,300,5,0,1902,0,1,0,0,0),(1379,772,0,1,1,614,0,-12832.3,-111.459,4.89921,0.403745,300,5,0,1536,0,1,0,0,0),(1378,782,0,1,1,4625,1,-12953.8,-628.37,53.5485,5.27218,300,0,0,1902,0,0,0,0,0),(1377,756,0,1,1,633,0,-12936.3,-619.852,52.9235,1.32575,300,2,0,1902,0,1,0,0,0),(1376,784,0,1,1,4624,1,-12938.8,-622.213,52.6735,5.20876,300,0,0,1902,0,0,0,0,0),(1375,782,0,1,1,4625,1,-12953.5,-616.617,52.4991,5.96903,300,0,0,1902,0,0,0,0,0),(1374,756,0,1,1,633,0,-12943.4,-646.879,53.0568,4.72543,300,2,0,1902,0,1,0,0,0),(1373,669,0,1,1,4628,1,-12943.5,-645.847,53.0568,4.75773,300,0,0,1902,0,0,0,0,0),(1372,670,0,1,1,4627,1,-12942.7,-606.091,53.4235,1.95563,300,0,0,1522,1332,0,0,0,0),(1371,782,0,1,1,4625,1,-12937.8,-649.335,53.4318,6.2664,300,3,0,1902,0,1,0,0,0),(1370,1108,0,1,1,843,0,-11917.2,-206.455,14.8643,1.38797,300,5,0,1427,0,1,0,0,0),(1369,756,0,1,1,633,0,-12911.3,-617.061,53.4428,1.20284,300,3,0,1902,0,1,0,0,0),(17858,1769,0,1,1,11180,0,1121.23,1069.16,32.3437,5.68895,275,10,0,186,191,1,0,0,0),(17857,1908,0,1,1,540,0,1182.68,463.386,27.7063,5.06479,275,5,0,404,456,1,0,0,0),(11102,2089,0,1,1,925,0,-2814.2,-1240.65,6.21252,1.75966,300,10,0,734,0,1,0,0,0),(34641,3817,1,1,1,1991,0,2350.59,-917.808,96.6732,5.72113,300,3,0,573,0,1,0,0,0),(34640,3817,1,1,1,1991,0,1921.31,-423.498,106.255,2.57673,300,10,0,573,0,1,0,0,0),(34639,3817,1,1,1,1991,0,2876.64,-1178.3,180.808,2.98381,300,0,0,573,0,0,0,0,0),(34638,3817,1,1,1,1991,0,2277.95,-1112.29,95.5275,0.089953,300,5,0,573,0,1,0,0,0),(34637,3817,1,1,1,1991,0,2882.65,-1189.58,178.648,4.77005,300,5,0,573,0,1,0,0,0),(34636,3817,1,1,1,1991,0,2801.19,-1171.08,171.143,4.83771,300,5,0,573,0,1,0,0,0),(34635,3817,1,1,1,1991,0,2704.8,-1196.6,160.537,0.880808,300,15,0,573,0,1,0,0,0),(1368,784,0,1,1,4624,1,-12908.7,-618.149,53.4428,5.38548,300,0,0,1902,0,0,0,0,0),(1367,783,0,1,1,4623,1,-13076.4,-602.553,54.8787,5.34071,300,0,0,2059,0,0,0,0,0),(1366,1059,0,1,1,4634,1,-13083.2,-606.34,54.6776,5.61996,300,0,0,2218,0,0,0,0,0),(1365,672,0,1,1,4621,1,-13076.9,-607.448,54.232,5.55015,300,0,0,1711,1483,0,0,0,0),(1364,782,0,1,1,4625,1,-12982.5,-715.423,54.2248,1.81514,300,2,0,1902,0,1,0,0,0),(16433,2354,0,1,1,1007,0,-422.877,-359.739,52.2926,3.62271,300,10,0,742,0,1,0,0,0),(16432,2354,0,1,1,1007,0,-258.498,-627.454,58.0375,4.76323,300,10,0,742,0,1,0,0,0),(16431,2384,0,1,1,1059,0,-287.078,-623.684,58.8778,1.76864,300,5,0,617,0,1,0,0,0),(16430,2384,0,1,1,1059,0,-461.079,-293.885,51.4714,0.647378,300,10,0,617,0,1,0,0,0),(16429,2384,0,1,1,1059,0,-335.69,-489.547,55.0434,0.38232,300,10,0,617,0,1,0,0,0),(16428,2354,0,1,1,1007,0,-272.669,-580.288,58.678,0.498568,300,10,0,742,0,1,0,0,0),(34634,3817,1,1,1,1991,0,2391.41,-880.808,150.454,3.76321,300,5,0,573,0,1,0,0,0),(1363,782,0,1,1,4625,1,-12998.7,-701.508,54.7469,1.99743,300,5,0,1902,0,1,0,0,0),(1362,670,0,1,1,4627,1,-12988.6,-689.096,54.1074,3.78934,300,5,0,1522,1332,1,0,0,0),(1361,756,0,1,1,633,0,-12991.3,-662.176,51.9769,3.73674,300,5,0,1902,0,1,0,0,0),(16427,2384,0,1,1,1059,0,-277.649,-540.008,60.5966,4.5401,300,10,0,617,0,1,0,0,0),(14776,2721,0,1,1,4037,1,-1550.34,-3028.26,13.6448,5.00963,60,0,0,610,0,0,0,0,0),(245566,16592,530,1,1,11686,0,-3946.07,2041.28,95.0669,0.00549316,300,0,0,42,0,0,0,0,0),(245565,16592,1,1,1,11686,0,-6769.7,526.854,-1.60197,0.087266,300,0,0,42,0,0,0,0,0),(16396,2354,0,1,1,1007,0,-344.21,-384.617,60.9289,5.80294,300,10,0,742,0,1,0,0,0),(16395,2384,0,1,1,1059,0,-596.816,-182.746,47.833,3.01792,300,0,0,617,0,0,0,0,0),(16394,2384,0,1,1,1059,0,-642.108,-358.624,42.2449,2.31732,300,5,0,617,0,1,0,0,0),(16393,2248,0,1,1,3206,0,-258.67,-449.997,65.2176,1.53036,300,10,0,1050,0,1,0,0,0),(16392,2384,0,1,1,1059,0,-465.208,-205.611,57.5403,3.5547,300,5,0,617,0,1,0,0,0),(16391,2248,0,1,1,3206,0,-324.579,-386.79,63.7155,-2.96204,300,10,0,1050,0,1,0,0,0),(16390,2354,0,1,1,1007,0,-376.784,-462.384,53.8348,1.87177,300,10,0,742,0,1,0,0,0),(16389,2248,0,1,1,3206,0,-325.532,-417.112,60.3643,-2.70958,300,10,0,1050,0,1,0,0,0),(16388,2249,0,1,1,3207,0,-251.234,-285.947,52.9203,1.17052,300,3,0,1107,0,1,0,0,0),(16387,2386,0,1,1,3708,1,-831.993,-531.12,13.4014,2.75056,300,0,0,2310,0,2,0,0,0),(16386,2386,0,1,1,3708,1,-781.154,-583.324,16.3837,1.85982,300,3,0,2310,0,1,0,0,0),(16385,2386,0,1,1,3705,1,-795.438,-621.106,16.5,1.708,300,5,0,2310,0,1,0,0,0),(16384,2384,0,1,1,1059,0,-286.235,-677.311,55.7347,2.49717,300,10,0,617,0,1,0,0,0),(16383,2386,0,1,1,3705,1,-877.573,-561.812,11.004,4.13143,300,5,0,2310,0,1,0,0,0),(16382,2384,0,1,1,1059,0,-383.326,-638.703,52.9871,5.13934,300,10,0,617,0,1,0,0,0),(16381,2354,0,1,1,1007,0,-492.291,-174.734,53.859,0.774349,300,10,0,742,0,1,0,0,0),(16380,2249,0,1,1,3207,0,-313.979,-305.651,43.8424,3.8341,300,3,0,1107,0,1,0,0,0),(16379,2267,0,1,1,11035,1,-585.654,-68.852,46.087,4.60397,300,10,0,664,0,1,0,0,0),(16378,2451,0,1,1,3630,1,-593.469,-81.4747,46.087,2.25133,300,0,0,713,0,2,0,0,0),(16377,2384,0,1,1,1059,0,-545.314,-657.09,44.8161,5.74176,300,10,0,617,0,1,0,0,0),(16376,2384,0,1,1,1059,0,-218.584,-679.649,61.541,4.69676,300,10,0,617,0,1,0,0,0),(16375,2384,0,1,1,1059,0,-487.282,-782.186,54.0001,4.39681,300,10,0,617,0,1,0,0,0),(16374,2266,0,1,1,3612,1,-610.423,-58.7875,46.1117,0.331613,300,0,0,617,0,0,0,0,0),(16373,2384,0,1,1,1059,0,-407.121,-190.912,57.781,5.6057,300,10,0,617,0,1,0,0,0),(16372,2267,0,1,1,11035,1,-545.223,-72.0823,46.3318,3.05458,300,5,0,664,0,1,0,0,0),(16371,2384,0,1,1,1059,0,-547.774,-713.319,47.321,1.40322,300,10,0,617,0,1,0,0,0),(16370,2354,0,1,1,1007,0,-606.018,-473.381,33.8471,5.15966,300,10,0,742,0,1,0,0,0),(16369,2248,0,1,1,3206,0,-183.579,-340.009,53.1782,2.39451,300,3,0,1050,0,1,0,0,0),(16368,620,0,1,1,304,0,-816.533,-537.25,15.3231,2.77414,300,5,0,1,0,1,0,0,0),(16367,2249,0,1,1,3207,0,-147.467,-323.741,52.819,2.65494,300,3,0,1107,0,1,0,0,0),(16366,2384,0,1,1,1059,0,-450.59,-646.905,48.6924,0.250847,300,10,0,617,0,1,0,0,0),(16364,2266,0,1,1,3612,1,-563.937,-78.8919,45.6964,2.94961,300,0,0,617,0,0,0,0,0),(16363,2354,0,1,1,1007,0,-335.109,-246.471,66.7025,0.321751,300,10,0,742,0,1,0,0,0),(16362,2267,0,1,1,11035,1,-606.021,-46.4226,46.0306,1.62625,300,5,0,664,0,1,0,0,0),(1360,669,0,1,1,4628,1,-12990.2,-659.665,51.6074,3.43563,300,5,0,1902,0,1,0,0,0),(11101,1417,0,1,1,1035,0,-3042.48,-1492.37,5.85782,5.25243,300,10,0,531,0,1,0,0,0),(11100,1400,0,1,1,1036,0,-3101.22,-2084.92,9.06914,3.14159,300,10,0,617,0,1,0,0,0),(11099,1041,0,1,1,2024,0,-2761.67,-1680.81,2.5099,5.8038,300,5,0,734,0,1,0,0,0),(11097,1017,0,1,1,649,0,-2681.7,-1943.82,16.0096,1.7711,300,10,0,734,0,1,0,0,0),(11098,2102,0,1,1,4927,1,-4218.48,-2352.51,204.282,0.57933,300,3,0,494,0,1,0,0,0),(34633,3817,1,1,1,1991,0,2355.48,-517.081,120.157,2.54655,300,3,0,573,0,1,0,0,0),(34632,3817,1,1,1,1991,0,2078.69,-435.192,96.6761,4.88814,300,5,0,573,0,1,0,0,0),(34631,3817,1,1,1,1991,0,2222.21,-552.833,102.454,0.16289,300,15,0,573,0,1,0,0,0),(34630,3817,1,1,1,1991,0,2253.85,-562.269,102.872,6.00409,300,15,0,573,0,1,0,0,0),(34629,3817,1,1,1,1991,0,2533.06,-1463.97,163.013,2.26429,300,5,0,573,0,1,0,0,0),(34628,3817,1,1,1,1991,0,2248.8,-1077.61,106.463,3.69926,300,5,0,573,0,1,0,0,0),(34627,3817,1,1,1,1991,0,2318.73,-981.721,91.5928,3.72356,300,15,0,573,0,1,0,0,0),(34626,3817,1,1,1,1991,0,2330.89,-1029.68,109.335,5.71631,300,5,0,573,0,1,0,0,0),(34625,3817,1,1,1,1991,0,2253.2,-1152.72,87.2554,3.87586,300,5,0,573,0,1,0,0,0),(34624,3817,1,1,1,1991,0,2119.27,-529.646,110.777,4.42711,300,5,0,573,0,1,0,0,0),(34623,3817,1,1,1,1991,0,2011.87,-607.283,101.978,3.85297,300,15,0,573,0,1,0,0,0),(34622,3817,1,1,1,1991,0,2584.25,-1249.04,145.567,0.436064,300,15,0,573,0,1,0,0,0),(34621,3817,1,1,1,1991,0,2681.25,-1529.27,208.826,4.71239,300,5,0,573,0,1,0,0,0),(34620,3817,1,1,1,1991,0,2226.83,-969.273,89.3588,5.38564,300,5,0,573,0,1,0,0,0),(34619,3817,1,1,1,1991,0,1925.15,-481.529,114.499,0.072351,300,5,0,573,0,1,0,0,0),(11096,1016,0,1,1,673,0,-2730.87,-1641.32,9.90753,3.63516,300,10,0,664,0,1,0,0,0),(11095,1017,0,1,1,649,0,-2703.57,-1937.88,14.8985,2.06505,300,10,0,734,0,1,0,0,0),(11094,1017,0,1,1,649,0,-2769.26,-1902.2,18.687,5.97161,300,5,0,734,0,1,0,0,0),(11093,1015,0,1,1,670,0,-2786.2,-2083.55,31.0434,3.72527,300,10,0,617,0,1,0,0,0),(11092,1016,0,1,1,673,0,-2836.87,-1860.85,10.3141,2.41819,300,5,0,664,0,1,0,0,0),(11091,1017,0,1,1,649,0,-2687.26,-1970.17,15.7527,0.926065,300,10,0,734,0,1,0,0,0),(11090,1016,0,1,1,673,0,-2719.18,-1654.54,9.53253,4.76473,300,10,0,664,0,1,0,0,0),(11089,2103,0,1,1,4925,1,-4239.4,-2369.76,204.1,3.99296,300,0,0,449,0,0,0,0,0),(11088,2102,0,1,1,4927,1,-4236.09,-2348.67,204.332,2.55793,300,0,0,494,0,0,0,0,0),(11087,2103,0,1,1,4925,1,-4248.17,-2372.45,204.475,0.711944,300,0,0,449,0,0,0,0,0),(11086,2103,0,1,1,4925,1,-4275.35,-2370.03,209.148,1.33577,300,3,0,449,0,1,0,0,0),(11085,2102,0,1,1,4927,1,-4231.12,-2358.6,204.157,3.87403,300,0,0,494,0,0,0,0,0),(11084,2102,0,1,1,4927,1,-4238.02,-2382.77,204.725,4.71533,300,0,0,494,0,0,0,0,0),(11083,2103,0,1,1,4925,1,-4346.12,-2429.92,218.617,3.72578,300,0,0,449,0,0,0,0,0),(11082,2103,0,1,1,4925,1,-4304.44,-2384.4,208.507,4.99709,300,3,0,449,0,1,0,0,0),(11081,2103,0,1,1,4925,1,-4323.74,-2412.63,210.255,1.68925,300,0,0,449,0,2,0,0,0),(11080,1039,0,1,1,713,0,-2901.19,-1713.85,2.77578,0.240713,300,10,0,494,0,1,0,0,0),(11079,2102,0,1,1,4927,1,-4355.33,-2421.2,228.484,1.04819,300,0,0,494,0,0,0,0,0),(11078,2103,0,1,1,4925,1,-4325.79,-2442.2,213.328,0.007773,300,3,0,449,0,1,0,0,0),(11077,2103,0,1,1,4925,1,-4340.38,-2460.58,212.3,1.53272,300,5,0,449,0,1,0,0,0),(11076,1016,0,1,1,673,0,-2744.46,-1636.79,8.93813,3.17471,300,10,0,664,0,1,0,0,0),(11075,2469,0,1,1,1802,1,-4446.8,-2676.68,266.058,3.80482,300,0,0,1910,0,0,0,0,0),(11074,1019,0,1,1,788,0,-2506.45,-1755.68,9.59888,5.26469,300,10,0,950,0,1,0,0,0),(11073,2468,0,1,1,1806,1,-4483.21,-2693.89,266.07,0.488692,300,0,0,1910,0,0,0,0,0),(11072,2105,0,1,1,1780,1,-4490.57,-2691.05,266.965,0.031014,300,0,0,1910,0,2,0,0,0),(11071,2466,0,1,1,1785,1,-4435.51,-2566.6,234.988,1.44221,300,0,0,1910,0,2,0,0,0),(11070,1400,0,1,1,1036,0,-2954.51,-1414.69,9.17781,3.0888,300,10,0,617,0,1,0,0,0),(11069,1417,0,1,1,1035,0,-3079.41,-1578.33,7.76148,0.911293,300,10,0,531,0,1,0,0,0),(11068,1400,0,1,1,1036,0,-2980.29,-1381.5,6.77303,0.703835,300,10,0,617,0,1,0,0,0),(11067,1417,0,1,1,1035,0,-3170.02,-2494.42,6.21249,3.54384,300,10,0,531,0,1,0,0,0),(11066,1040,0,1,1,2023,0,-2929.39,-1249.22,6.21254,5.97662,300,10,0,664,0,1,0,0,0),(11065,1025,0,1,1,983,1,-3168.25,-913.972,3.47972,0.293199,300,5,0,531,0,1,0,0,0),(11064,1025,0,1,1,983,1,-3111.51,-920.388,2.86049,0.562534,300,5,0,531,0,1,0,0,0),(11063,1025,0,1,1,983,1,-3120.48,-984.066,6.21252,2.3856,300,5,0,531,0,1,0,0,0),(11062,1025,0,1,1,983,1,-3156.9,-951.207,7.53215,2.76377,300,5,0,531,0,1,0,0,0),(11061,1026,0,1,1,1305,1,-3125.14,-990.975,7.08752,5.36208,300,5,0,573,0,1,0,0,0),(11060,1028,0,1,1,1079,1,-3151.77,-1061.51,6.86619,2.40806,300,5,0,504,1443,1,0,0,0),(11059,1028,0,1,1,1079,1,-3149.55,-1051.27,8.24119,1.24844,300,5,0,504,1443,1,0,0,0),(11058,1027,0,1,1,506,1,-3052.08,-968.75,9.21252,0.151604,300,10,0,664,0,1,0,0,0),(11057,1025,0,1,1,983,1,-3083.34,-1017.27,10.0743,6.08454,300,5,0,531,0,1,0,0,0),(11056,1027,0,1,1,506,1,-3115.16,-964.348,9.59679,4.21582,300,10,0,664,0,1,0,0,0),(11055,1027,0,1,1,506,1,-3052.38,-1181.35,9.22636,4.51975,300,10,0,664,0,1,0,0,0),(11054,1026,0,1,1,1305,1,-3204.69,-948.438,8.15014,5.60154,300,5,0,573,0,1,0,0,0),(11053,1023,0,1,1,949,0,-3490.06,-1721.54,33.9626,3.56658,300,3,0,787,0,1,0,0,0),(11052,1023,0,1,1,949,0,-3521.59,-1783.81,23.7833,3.31749,300,3,0,787,0,1,0,0,0),(11051,1023,0,1,1,949,0,-3478.14,-1748.96,23.9907,5.89592,300,3,0,787,0,1,0,0,0),(11050,1022,0,1,1,648,0,-3480.99,-1880.51,23.4294,0.656766,300,5,0,734,0,1,0,0,0),(34618,3817,1,1,1,1991,0,2735.73,-1195.89,164.726,5.70223,300,15,0,573,0,1,0,0,0),(34617,3817,1,1,1,1991,0,2194.07,-916.772,93.3797,5.93858,300,5,0,573,0,1,0,0,0),(34616,3817,1,1,1,1991,0,2286.51,-939.285,86.8047,1.75746,300,15,0,573,0,1,0,0,0),(34615,3817,1,1,1,1991,0,2753.1,-1242.78,172.849,4.4828,300,5,0,573,0,1,0,0,0),(34614,3817,1,1,1,1991,0,2935.38,-1244.76,190.396,2.79869,300,15,0,573,0,1,0,0,0),(34613,3817,1,1,1,1991,0,2391.98,-694.825,151.623,0.250576,300,3,0,573,0,1,0,0,0),(34612,3817,1,1,1,1991,0,2632.97,-1423.21,180.707,6.25828,300,3,0,573,0,1,0,0,0),(34611,3817,1,1,1,1991,0,2075.69,-526.669,100.156,5.87937,300,5,0,573,0,1,0,0,0),(34610,3817,1,1,1,1991,0,1970.87,-579.038,112.508,0.811525,300,3,0,573,0,1,0,0,0),(34609,3817,1,1,1,1991,0,2577.12,-1331.8,151.48,0.871227,300,15,0,573,0,1,0,0,0),(34608,3816,1,1,1,1917,0,4091.32,43.7832,24.5755,5.29213,300,5,0,417,0,1,0,0,0),(34607,3816,1,1,1,1917,0,3485.43,815.784,6.06059,3.63029,300,15,0,417,0,1,0,0,0),(34606,3816,1,1,1,1917,0,3958.31,85.8429,7.90376,0.039081,300,5,0,417,0,1,0,0,0),(34605,3816,1,1,1,1917,0,3936.99,-58.6342,7.55296,2.92907,300,15,0,417,0,1,0,0,0),(34604,3816,1,1,1,1917,0,3345.57,386.896,3.23578,1.27825,300,15,0,417,0,1,0,0,0),(34603,3816,1,1,1,1917,0,3651.5,-18.3174,2.43062,0.476747,300,15,0,417,0,1,0,0,0),(34601,3816,1,1,1,1917,0,3710.69,666.281,5.22716,3.64717,300,15,0,417,0,1,0,0,0),(34600,3816,1,1,1,1917,0,3313.85,182.168,6.72578,3.50505,300,15,0,417,0,1,0,0,0),(34599,3816,1,1,1,1917,0,3518.45,780.948,5.94339,5.10327,300,15,0,417,0,1,0,0,0),(34598,3816,1,1,1,1917,0,3756.25,779.679,7.03422,5.3012,300,5,0,417,0,1,0,0,0),(34597,3816,1,1,1,1917,0,3263.4,312.317,7.85353,0.927298,300,5,0,417,0,1,0,0,0),(34596,3816,1,1,1,1917,0,3581.04,748.054,6.49861,4.34893,300,15,0,417,0,1,0,0,0),(34595,3816,1,1,1,1917,0,3293.86,343.164,5.3477,3.64135,300,5,0,417,0,1,0,0,0),(34594,3816,1,1,1,1917,0,3521.73,662.33,8.06842,0.73044,300,5,0,417,0,1,0,0,0),(34580,3816,1,1,1,1917,0,3446.11,21.5139,5.04635,3.1974,300,15,0,417,0,1,0,0,0),(34579,3816,1,1,1,1917,0,4012.12,70.7447,8.32314,1.30686,300,5,0,417,0,1,0,0,0),(34578,3816,1,1,1,1917,0,3560.09,600.074,8.68319,5.94693,300,5,0,417,0,1,0,0,0),(34577,3816,1,1,1,1917,0,3542.26,726.127,7.24244,4.49161,300,5,0,417,0,1,0,0,0),(34576,3816,1,1,1,1917,0,3506.38,682.527,6.24481,2.46899,300,5,0,417,0,1,0,0,0),(34575,3816,1,1,1,1917,0,3720.54,782.517,6.85666,0.557798,300,5,0,417,0,1,0,0,0),(34574,3816,1,1,1,1917,0,3374.14,121.992,1.18703,3.26498,300,15,0,417,0,1,0,0,0),(34573,3816,1,1,1,1917,0,3179.12,370.465,15.648,2.69754,300,5,0,417,0,1,0,0,0),(34572,3816,1,1,1,1917,0,3982.08,40.5528,8.26123,4.49203,300,5,0,417,0,1,0,0,0),(1359,1152,0,1,1,833,0,-11994.4,-356.408,10.6096,3.46469,300,5,0,1403,0,1,0,0,0),(1358,1108,0,1,1,843,0,-11924.1,-154.623,12.7714,3.93954,300,10,0,1427,0,1,0,0,0),(1357,1114,0,1,1,845,0,-12365.5,-382.095,16.5363,3.26926,300,5,0,1804,0,1,0,0,0),(1356,772,0,1,1,614,0,-12348.9,-779.705,31.5376,1.13463,300,5,0,1536,0,1,0,0,0),(1355,772,0,1,1,614,0,-12426.8,-776.325,35.791,5.49222,300,10,0,1536,0,1,0,0,0),(34571,3816,1,1,1,1917,0,3617.13,0.042671,4.30704,2.84022,300,5,0,417,0,1,0,0,0),(34570,3816,1,1,1,1917,0,3917.49,189.877,3.49186,3.11426,300,15,0,417,0,1,0,0,0),(34569,3816,1,1,1,1917,0,3880.42,155.697,8.80807,1.35139,300,0,0,417,0,0,0,0,0),(34568,3816,1,1,1,1917,0,3985.65,114.107,6.30413,2.79916,300,5,0,417,0,1,0,0,0),(34567,3816,1,1,1,1917,0,3491.58,421.148,-1.34687,4.64806,300,10,0,417,0,1,0,0,0),(34566,3816,1,1,1,1917,0,4016.7,156.471,3.67669,5.16373,300,15,0,417,0,1,0,0,0),(34565,3816,1,1,1,1917,0,4064.64,195.911,4.72359,5.71414,300,15,0,417,0,1,0,0,0),(34564,3816,1,1,1,1917,0,4070.48,237.726,9.98268,1.99338,300,3,0,417,0,1,0,0,0),(34563,3816,1,1,1,1917,0,3989.94,190.103,4.10751,1.31491,300,15,0,417,0,1,0,0,0),(34562,3816,1,1,1,1917,0,4074.25,148.631,5.18417,6.05076,300,15,0,417,0,1,0,0,0),(34561,3816,1,1,1,1917,0,3869.06,721.995,7.37875,0.200995,300,15,0,417,0,1,0,0,0),(34560,3816,1,1,1,1917,0,3447.15,104.306,3.32979,4.2762,300,15,0,417,0,1,0,0,0),(34559,3816,1,1,1,1917,0,3348.78,85.5559,4.73912,4.36595,300,15,0,417,0,1,0,0,0),(34558,3816,1,1,1,1917,0,3139.11,415.014,5.971,4.22476,300,15,0,417,0,1,0,0,0),(1354,684,0,1,1,633,0,-12218.6,-985.548,33.7145,0.149292,300,5,0,1536,0,1,0,0,0),(1353,772,0,1,1,614,0,-12211.4,-923.087,39.9216,4.41719,300,5,0,1536,0,1,0,0,0),(1352,684,0,1,1,633,0,-12378.7,-747.576,31.4413,-0.894327,300,5,0,1536,0,1,0,0,0),(1351,772,0,1,1,614,0,-12118.4,-821.391,36.4835,2.26353,300,5,0,1536,0,1,0,0,0),(1350,684,0,1,1,633,0,-12183.6,-898.137,39.5455,4.94159,300,10,0,1536,0,1,0,0,0),(16361,2384,0,1,1,1059,0,-497.249,-714.764,49.5841,2.92695,300,10,0,617,0,1,0,0,0),(16360,2249,0,1,1,3207,0,-172.755,-329.885,52.9225,1.47312,300,3,0,1107,0,1,0,0,0),(34557,3816,1,1,1,1917,0,3562.67,23.8065,5.48147,0.076248,300,15,0,417,0,1,0,0,0),(34556,3816,1,1,1,1917,0,3828.85,26.3794,9.81629,0.346768,300,5,0,417,0,1,0,0,0),(34555,3816,1,1,1,1917,0,3802.59,51.8038,8.6193,3.889,300,15,0,417,0,1,0,0,0),(34554,3816,1,1,1,1917,0,3610.7,165.883,3.07488,4.51672,300,5,0,417,0,1,0,0,0),(34553,3816,1,1,1,1917,0,3563.63,50.1496,5.69973,3.45531,300,15,0,417,0,1,0,0,0),(34552,3816,1,1,1,1917,0,3448.29,37.5245,3.79237,4.67454,300,15,0,417,0,1,0,0,0),(34551,3816,1,1,1,1917,0,3594.91,-225.61,8.75225,5.94141,300,5,0,417,0,1,0,0,0),(34550,3816,1,1,1,1917,0,3354.83,413.15,4.64898,4.5238,300,15,0,417,0,1,0,0,0),(34549,3816,1,1,1,1917,0,3228.57,441.104,0.438413,5.38637,300,15,0,417,0,1,0,0,0),(34548,3816,1,1,1,1917,0,3180.88,569.758,-0.164925,3.21423,300,5,0,417,0,1,0,0,0),(16358,2267,0,1,1,11035,1,-583.635,-45.4985,45.8888,0.692257,300,10,0,664,0,1,0,0,0),(16359,2267,0,1,1,11036,1,-603.69,-56.3574,46.0306,4.99068,300,5,0,664,0,1,0,0,0),(16346,2249,0,1,1,3207,0,-133.87,-353.486,52.8156,0.525346,300,3,0,1107,0,1,0,0,0),(16357,2384,0,1,1,1059,0,-445.888,-671.964,49.853,2.1588,300,10,0,617,0,1,0,0,0),(17856,1908,0,1,1,540,0,1153.23,358.261,34.1762,2.95493,275,5,0,404,456,1,0,0,0),(16335,2351,0,1,1,806,0,-326.583,-791.993,56.6864,4.48842,300,10,0,677,0,1,0,0,0),(16334,2384,0,1,1,1059,0,-515.98,-671.095,45.4134,2.78214,300,10,0,617,0,1,0,0,0),(10494,1747,0,1,1,0,1,-8439.61,334.384,122.58,2.2081,180,0,0,102,0,0,0,0,0),(10495,29611,0,1,1,0,1,-8441.42,333.102,122.579,2.23167,7200,0,0,5578000,0,0,0,0,0),(10498,1750,0,1,1,0,1,-8394,281.82,120.885,3.728,2100,0,0,4370,0,0,0,0,0),(10499,1751,0,1,1,0,1,-8402,276.816,120.885,0.432,2100,0,0,4370,0,0,0,0,0),(10500,1752,0,1,1,0,1,-8534,367.126,108.569,2.286,490,0,0,4120,0,0,0,0,0),(16333,2266,0,1,1,3612,1,-551.932,-50.0047,46.2068,3.68265,300,0,0,617,0,0,0,0,0),(10502,1754,0,1,1,0,0,-8334,394.722,122.274,2.596,310,0,0,1107,0,0,0,0,0),(202593,33993,624,3,1,0,0,-218.726,-288.57,91.5494,1.58825,604800,0,0,1,0,0,0,0,0),(34547,3816,1,1,1,1917,0,3202.88,605.194,-1.45126,2.83189,300,15,0,417,0,1,0,0,0),(10506,1756,0,1,1,0,1,-8533,456.912,104.917,2.281,430,0,0,25200,0,0,0,0,0),(10507,1756,0,1,1,0,1,-8532,392.07,108.386,0.674,430,0,0,25200,0,0,0,0,0),(10508,1756,0,1,1,0,1,-8531,438.994,105.211,0.496,430,0,0,25200,0,0,0,0,0),(10509,1756,0,1,1,0,1,-8526,385.38,108.386,0.729,430,0,0,25200,0,0,0,0,0),(10510,1756,0,1,1,0,1,-8524,444.517,105.022,3.863,430,0,0,25200,0,0,0,0,0),(10511,1756,0,1,1,0,1,-8470,361.367,116.683,0.639,430,0,0,25200,0,0,0,0,0),(10512,1756,0,1,1,0,1,-8463,366.948,116.756,3.791,430,0,0,25200,0,0,0,0,0),(10513,1756,0,1,1,0,1,-8457,325.899,120.886,0.327,430,0,0,25200,0,0,0,0,0),(10514,1756,0,1,1,0,1,-8456,340.124,120.885,5.791,430,0,0,25200,0,0,0,0,0),(10515,1756,0,1,1,0,1,-8449,314.38,120.886,1.144,430,0,0,25200,0,0,0,0,0),(10516,1756,0,1,1,0,1,-8445,348.184,120.886,4.914,430,0,0,25200,0,0,0,0,0),(10517,1756,0,1,1,0,1,-8434,312.775,120.886,1.894,430,0,0,25200,0,0,0,0,0),(10518,1756,0,1,1,0,1,-8431,346.566,120.886,4.204,430,0,0,25200,0,0,0,0,0),(10519,1756,0,1,1,0,1,-8424,322.168,120.886,2.667,430,0,0,25200,0,0,0,0,0),(10520,1756,0,1,1,0,1,-8421,336.007,120.885,3.345,430,0,0,25200,0,0,0,0,0),(10521,1756,0,1,1,0,1,-8418,296.459,120.886,2.23,430,0,0,25200,0,0,0,0,0),(10522,1756,0,1,1,0,1,-8411,302.34,120.886,2.219,430,0,0,25200,0,0,0,0,0),(10523,1756,0,1,1,0,1,-8394,448.942,123.76,0.711,430,0,0,25200,0,0,0,0,0),(10524,1756,0,1,1,0,1,-8389,452.936,123.76,3.773,430,0,0,25200,0,0,0,0,0),(10525,1756,0,1,1,0,1,-8363,407.922,122.274,5.43,430,0,0,25200,0,0,0,0,0),(10526,1756,0,1,1,0,1,-8355,414.346,122.274,5.35,430,0,0,25200,0,0,0,0,0),(10527,1756,0,1,1,0,1,-8527.76,441.73,105.034,2.23726,350,0,0,25200,0,2,0,0,0),(10528,1756,0,1,1,0,1,-8532.2,386.405,108.386,3.7782,350,0,0,25200,0,2,0,0,0),(17855,1908,0,1,1,540,0,1151.24,454.519,33.2399,4.08575,275,10,0,404,456,1,0,0,0),(16331,2384,0,1,1,1059,0,-489.638,-584.985,44.0825,2.45745,300,10,0,617,0,1,0,0,0),(16332,2267,0,1,1,11035,1,-551.016,-43.3799,46.4006,4.69964,300,5,0,664,0,1,0,0,0),(17854,1909,0,1,1,757,1,1136.45,333.07,30.7966,4.50761,275,5,0,377,408,1,0,0,0),(16328,2248,0,1,1,3206,0,-135.186,-370.751,52.7954,4.32162,300,3,0,1050,0,1,0,0,0),(16330,2249,0,1,1,3207,0,-179.781,-377.707,51.4475,4.09728,300,3,0,1107,0,1,0,0,0),(17853,1888,0,1,1,3566,1,89.7352,712.978,60.4226,4.74901,275,10,0,354,1326,1,0,0,0),(17852,1889,0,1,1,3586,1,86.2971,704.383,61.2206,4.54965,275,10,0,379,1118,1,0,0,0),(17851,10779,0,1,1,10090,0,1318.74,1275.25,49.1126,4.68896,275,10,0,8,0,1,0,0,0),(17850,1957,0,1,1,1994,1,820.965,234.68,33.697,4.41313,275,10,0,356,0,1,0,0,0),(17849,1958,0,1,1,2597,0,787.738,289.239,34.9781,1.42711,275,10,0,350,390,1,0,0,0),(16326,2264,0,1,1,3610,1,-544.192,-111.727,46.5798,2.26893,300,0,0,664,0,0,0,0,0),(16327,2264,0,1,1,3611,1,-548.899,-109.777,46.592,3.88138,300,0,0,664,0,0,0,0,0),(17848,1769,0,1,1,11180,0,1107.45,1120.65,40.857,4.94905,275,0,0,186,191,0,0,0,0),(17847,1889,0,1,1,3586,1,20.9377,770.135,63.8601,3.61283,275,0,0,379,1118,0,0,0,0),(17846,1888,0,1,1,3566,1,12.3213,665.348,67.72,0.123386,275,5,0,354,1326,1,0,0,0),(17845,1769,0,1,1,11180,0,1107.61,1137.6,44.1844,1.4651,275,10,0,186,191,1,0,0,0),(17844,1769,0,1,1,11180,0,1110.4,1106.45,41.6803,2.11185,275,0,0,186,191,0,0,0,0),(17843,1889,0,1,1,3585,1,28.8149,719.525,63.7214,5.17149,275,5,0,379,1118,1,0,0,0),(16316,2384,0,1,1,1059,0,-553.569,-593.326,41.0818,3.91398,300,5,0,617,0,1,0,0,0),(16317,2354,0,1,1,1007,0,-499.305,-675.12,49.0838,5.19614,300,10,0,742,0,1,0,0,0),(17842,1888,0,1,1,3566,1,43.9987,742.928,63.7948,3.69211,275,10,0,354,1326,1,0,0,0),(17841,1769,0,1,1,11180,0,1095.3,1116.62,40.7023,6.21337,275,0,0,186,191,0,0,0,0),(16311,2249,0,1,1,3207,0,-187.014,-322.03,72.9682,4.07892,300,3,0,1107,0,1,0,0,0),(16312,2354,0,1,1,1007,0,-443.746,-745.022,54.3744,3.83977,300,10,0,742,0,1,0,0,0),(16310,2267,0,1,1,11035,1,-569.272,-99.5342,46.087,4.79449,300,5,0,664,0,1,0,0,0),(16309,2384,0,1,1,1059,0,-161.23,-692.294,68.4183,2.1195,300,10,0,617,0,1,0,0,0),(16308,2354,0,1,1,1007,0,-392.572,-248.239,57.9896,6.21091,300,10,0,742,0,1,0,0,0),(16307,2354,0,1,1,1007,0,-384.371,-216.835,59.6725,0.651949,300,10,0,742,0,1,0,0,0),(16306,2248,0,1,1,3206,0,-252.654,-419.58,69.8955,3.86359,300,5,0,1050,0,1,0,0,0),(16305,2244,0,1,1,3621,1,-601.576,-1519.81,54.0235,3.04705,300,0,0,441,1272,0,0,0,0),(16304,2260,0,1,1,3616,1,-600.357,-1510.15,54.1024,3.03687,300,0,0,531,0,0,0,0,0),(16303,2244,0,1,1,3621,1,-576.069,-1521.61,52.7658,6.10865,300,0,0,441,1272,0,0,0,0),(16302,2261,0,1,1,3623,1,-568.309,-1495.97,52.6653,4.5204,300,0,0,494,0,0,0,0,0),(16301,2384,0,1,1,1059,0,-415.042,-182.491,57.1815,6.12625,300,10,0,617,0,1,0,0,0),(16191,2268,0,1,1,4125,1,-623.554,-36.6266,45.8268,2.74017,300,0,0,734,0,0,0,0,0),(16190,2260,0,1,1,3618,1,-503.592,-1565.04,52.5659,1.65919,300,5,0,531,0,1,0,0,0),(16188,2261,0,1,1,3624,1,-485.72,-1579.18,52.9409,4.63708,300,5,0,494,0,1,0,0,0),(16189,2261,0,1,1,3623,1,-521.979,-1557.71,52.9409,3.02935,300,5,0,494,0,1,0,0,0),(17840,1889,0,1,1,3585,1,22.0169,767.471,63.8601,2.46091,275,0,0,379,1118,0,0,0,0),(17839,1769,0,1,1,11180,0,1113.59,1111.84,41.3153,2.96706,275,0,0,186,191,0,0,0,0),(16186,2261,0,1,1,3623,1,-551.538,-1554.93,53.8226,0.722178,300,5,0,494,0,1,0,0,0),(16187,2244,0,1,1,3621,1,-570.559,-1546.48,53.4441,4.80193,300,5,0,441,1272,1,0,0,0),(16185,2260,0,1,1,3616,1,-564.394,-1552.19,53.5632,1.98095,300,5,0,531,0,1,0,0,0),(16184,2344,0,1,1,3763,1,-1149.02,-1177.71,42.5266,0.178631,300,0,0,732,756,2,0,0,0),(16181,2268,0,1,1,4125,1,-543.485,-31.0688,46.0754,2.29806,300,0,0,734,0,2,0,0,0),(16183,2345,0,1,1,3762,1,-1183.52,-1215.07,43.5995,6.09062,300,10,0,905,0,1,0,0,0),(16180,2345,0,1,1,3762,1,-1233.66,-1152.25,38.3326,5.83964,300,5,0,905,0,1,0,0,0),(16179,2345,0,1,1,3761,1,-1232.71,-1172.25,39.3992,6.23082,300,0,0,905,0,0,0,0,0),(16178,2261,0,1,1,3624,1,-581.829,-1512.39,53.0659,5.82563,300,5,0,494,0,1,0,0,0),(16177,2344,0,1,1,3763,1,-1200.82,-1173.39,40.44,4.02232,300,5,0,732,756,1,0,0,0),(16176,2266,0,1,1,3612,1,-505.063,-17.5724,56.17,4.82003,300,5,0,617,0,1,0,0,0),(16175,2244,0,1,1,3621,1,-559.944,-1526.6,52.9409,4.7025,300,0,0,441,1272,2,0,0,0),(16174,2344,0,1,1,3763,1,-1247.28,-1185.11,39.4853,3.78247,300,5,0,732,756,1,0,0,0),(16173,2261,0,1,1,3623,1,-534.516,-1517.19,66.0077,1.32288,300,0,0,494,0,0,0,0,0),(16172,2344,0,1,1,3763,1,-1261.58,-1180.4,39.4845,0.331613,300,0,0,732,756,0,0,0,0),(16171,2344,0,1,1,3763,1,-1278.61,-1222.51,41.651,1.81514,300,0,0,732,756,0,0,0,0),(16170,2260,0,1,1,3618,1,-556.514,-1506.35,52.8114,3.58166,300,5,0,531,0,1,0,0,0),(16169,2351,0,1,1,806,0,-374.853,-918.6,55.5047,5.81661,300,10,0,677,0,1,0,0,0),(16168,2261,0,1,1,3623,1,-480.507,-1547.15,66.008,5.70736,300,3,0,494,0,1,0,0,0),(16167,2345,0,1,1,3762,1,-1276.76,-1195.08,40.2596,0.575959,300,0,0,905,0,0,0,0,0),(16166,2261,0,1,1,3624,1,-494.869,-1530.37,65.1129,5.79875,300,3,0,494,0,1,0,0,0),(16165,2344,0,1,1,3763,1,-1267,-1207.02,40.2608,1.15192,300,0,0,732,756,0,0,0,0),(16164,2346,0,1,1,3766,1,-1284.71,-1208.27,40.1783,1.41992,300,0,0,773,811,2,0,0,0),(16161,2344,0,1,1,3763,1,-1298.64,-1254.89,32.2077,3.03687,300,0,0,732,756,0,0,0,0),(16162,2244,0,1,1,3621,1,-510.073,-1508.63,70.2377,1.38493,300,3,0,441,1272,1,0,0,0),(16163,2261,0,1,1,3623,1,-521.012,-1483.96,75.899,3.13936,300,0,0,494,0,2,0,0,0),(16160,2351,0,1,1,806,0,-15.4142,-1080.01,44.9338,0.461313,300,10,0,677,0,1,0,0,0),(16159,2244,0,1,1,3622,1,-528.236,-1452.75,69.8088,1.78544,300,3,0,441,1272,1,0,0,0),(16158,2346,0,1,1,3765,1,-1321.69,-1251.97,32.2072,0.471239,300,0,0,773,811,0,0,0,0),(16157,2261,0,1,1,3623,1,-592.002,-1433.68,65.0659,0.553444,300,3,0,494,0,1,0,0,0),(16156,2344,0,1,1,3763,1,-1331.04,-1241.9,32.2072,0.750492,300,0,0,732,756,0,0,0,0),(16155,2261,0,1,1,3624,1,-521.492,-1435.03,65.0608,1.48945,300,3,0,494,0,1,0,0,0),(16154,2377,0,1,1,1079,1,-964.586,-406.248,4.79091,0.086533,300,10,0,935,878,1,0,0,0),(16153,2351,0,1,1,806,0,-259.82,-847.026,56.3842,0.276692,300,5,0,677,0,1,0,0,0),(16152,2350,0,1,1,1989,0,-116.324,-783.159,57.0062,0.124036,300,5,0,494,0,1,0,0,0),(16149,2350,0,1,1,1989,0,-56.8347,-1049.57,47.5493,1.6588,300,3,0,494,0,1,0,0,0),(16150,2354,0,1,1,1007,0,-307.335,-596.855,56.5532,2.02396,300,10,0,742,0,1,0,0,0),(16151,2261,0,1,1,3623,1,-565.247,-1402.35,65.3159,5.68757,300,0,0,494,0,2,0,0,0),(17838,1888,0,1,1,3567,1,5.50446,789.691,64.0431,5.56716,275,5,0,354,1326,1,0,0,0),(16146,2261,0,1,1,3624,1,-590.086,-1377,64.9569,2.37365,300,0,0,494,0,0,0,0,0),(16143,2377,0,1,1,1079,1,-1082.52,-245.835,0.889879,3.04436,300,10,0,935,878,1,0,0,0),(16144,2377,0,1,1,1079,1,-980.239,-450.284,1.24339,0.041716,300,10,0,935,878,1,0,0,0),(16145,2261,0,1,1,3624,1,-597.82,-1386.44,64.9569,2.09439,300,0,0,494,0,0,0,0,0),(17837,1889,0,1,1,3585,1,16.6264,771.589,63.8881,5.61996,275,0,0,379,1118,0,0,0,0),(17836,1939,0,1,1,10851,1,688.579,533.662,40.789,1.8976,275,5,0,356,0,1,0,0,0),(17835,1940,0,1,1,10855,1,628.082,519.564,39.378,3.57962,275,10,0,350,390,1,0,0,0),(17834,1957,0,1,1,1994,1,707.488,204.866,33.191,2.18166,275,0,0,356,0,0,0,0,0),(17833,1958,0,1,1,2597,0,744.34,223.765,42.2873,0.422733,275,10,0,350,390,1,0,0,0),(17832,1957,0,1,1,1994,1,717.048,203.165,35.1352,3.33358,275,0,0,356,0,0,0,0,0),(17831,1766,0,1,1,246,0,1286.07,961.777,45.0388,1.36727,275,5,0,222,0,1,0,0,0),(17830,1765,0,1,1,11421,0,1353.13,719.534,35.5323,0.256579,275,10,0,198,0,1,0,0,0),(16140,2376,0,1,1,4920,1,-944.85,-413.224,11.4154,3.52556,300,0,0,892,852,0,0,0,0),(16141,2351,0,1,1,806,0,-366.515,-1025.97,49.1502,3.62971,300,10,0,677,0,1,0,0,0),(16142,2377,0,1,1,1079,1,-1090.37,-234.871,-0.424443,4.12386,300,10,0,935,878,1,0,0,0),(16139,2376,0,1,1,4920,1,-1076.62,-235.223,1.88988,3.43569,300,10,0,892,852,1,0,0,0),(16138,2384,0,1,1,1059,0,-279.698,-618.123,59.5242,0.886346,300,10,0,617,0,1,0,0,0),(16137,2376,0,1,1,4920,1,-1067.96,-241.636,2.96402,4.32842,300,0,0,892,852,0,0,0,0),(16136,2351,0,1,1,806,0,-243.177,-952.165,56.3783,6.23235,300,10,0,677,0,1,0,0,0),(16132,2344,0,1,1,3763,1,-1304.99,-1258.55,38.8741,0.174533,300,0,0,732,756,0,0,0,0),(16133,2351,0,1,1,806,0,-379.813,-837.759,57.7938,4.39874,300,10,0,677,0,1,0,0,0),(16134,2384,0,1,1,1059,0,-266.091,-682.978,55.7796,4.34676,300,10,0,617,0,1,0,0,0),(16135,2351,0,1,1,806,0,-324.658,-992.673,53.5662,3.88473,300,10,0,677,0,1,0,0,0),(16130,2377,0,1,1,1079,1,-1062.69,-373.605,-2.71617,2.35332,300,10,0,935,878,1,0,0,0),(16131,2351,0,1,1,806,0,-367.124,-901.628,56.7977,5.28234,300,10,0,677,0,1,0,0,0),(16129,2377,0,1,1,1079,1,-1049.57,-248.873,12.7893,1.98968,300,0,0,935,878,0,0,0,0),(16126,2384,0,1,1,1059,0,-365.115,-611.674,53.6009,2.82582,300,10,0,617,0,1,0,0,0),(16127,2345,0,1,1,3761,1,-1276.67,-1221,41.5672,2.15978,300,0,0,905,0,2,0,0,0),(16128,2350,0,1,1,1989,0,-350.758,-839.339,58.5972,2.03707,300,10,0,494,0,1,0,0,0),(17829,6033,0,1,1,7449,0,1214.02,650.735,9.10322,1.50098,275,0,0,328,0,0,0,0,0),(17828,1958,0,1,1,2597,0,911.619,82.5614,27.969,0.714003,275,5,0,350,390,1,0,0,0),(17827,1765,0,1,1,11421,0,261.664,1528.02,145.97,5.71009,275,5,0,198,0,1,0,0,0),(16125,2377,0,1,1,1079,1,-1054.93,-320.79,0.174346,3.25122,300,10,0,935,878,1,0,0,0),(16124,2376,0,1,1,4920,1,-1076.52,-300.709,0.632938,4.64764,300,10,0,892,852,1,0,0,0),(16123,2377,0,1,1,1079,1,-1029.06,-361.03,3.2988,5.92672,300,10,0,935,878,1,0,0,0),(16122,2351,0,1,1,806,0,-203.424,-782.523,56.6667,3.84576,300,10,0,677,0,1,0,0,0),(16121,2377,0,1,1,1079,1,-1032.63,-339.15,3.4238,2.17944,300,10,0,935,878,1,0,0,0),(16120,2384,0,1,1,1059,0,-376.909,-648.461,53.6289,4.46173,300,10,0,617,0,1,0,0,0),(16118,2376,0,1,1,4920,1,-1047.81,-352.209,0.584908,3.06992,300,10,0,892,852,1,0,0,0),(16119,2261,0,1,1,3624,1,-542.67,-1388.95,64.7742,0.306811,300,3,0,494,0,1,0,0,0),(16117,2351,0,1,1,806,0,-298.659,-823.709,57.5442,-0.20192,300,10,0,677,0,1,0,0,0),(16116,2376,0,1,1,4920,1,-1037.46,-375.02,2.11907,3.61283,300,0,0,892,852,0,0,0,0),(1348,728,0,1,1,613,0,-12191,-944.651,32.9082,0.187693,300,0,0,1753,0,0,0,0,0),(11047,1022,0,1,1,648,0,-3577.12,-1862.63,33.4269,4.73934,300,3,0,734,0,1,0,0,0),(11048,1022,0,1,1,648,0,-3551.23,-1813.87,25.3162,1.6862,300,3,0,734,0,1,0,0,0),(11049,1023,0,1,1,949,0,-3421.09,-1779.82,24.8787,2.8217,300,5,0,787,0,1,0,0,0),(17826,1908,0,1,1,540,0,1154.76,424.79,31.1827,1.13415,275,5,0,404,456,1,0,0,0),(17825,1778,0,1,1,1006,0,255.81,1576.89,130.708,2.61502,275,5,0,266,0,1,0,0,0),(17824,1765,0,1,1,11421,0,326.177,1592.61,126.402,2.81236,275,5,0,198,0,1,0,0,0),(16115,2376,0,1,1,4920,1,-1024.01,-404.794,-1.58954,4.76271,300,10,0,892,852,1,0,0,0),(16113,2345,0,1,1,3762,1,-1300.94,-1243.45,49.9869,3.08923,300,0,0,905,0,0,0,0,0),(16114,2376,0,1,1,4920,1,-1017.97,-353.15,6.05897,2.37848,300,10,0,892,852,1,0,0,0),(16112,2350,0,1,1,1989,0,-551.657,-1186.71,63.4604,4.42638,300,5,0,494,0,1,0,0,0),(16110,2377,0,1,1,1079,1,-1017.94,-418.876,-1.76519,5.2454,300,10,0,935,878,1,0,0,0),(16111,2344,0,1,1,3764,1,-1285.91,-1242.23,49.9025,3.735,300,0,0,732,756,0,0,0,0),(17823,2053,0,1,1,3553,1,-696.775,1588.31,17.2987,4.08407,275,0,0,417,0,0,0,0,0),(17822,1923,0,1,1,741,0,-554.754,1521.37,13.4616,3.97936,275,10,0,356,0,1,0,0,0),(17821,1769,0,1,1,11180,0,1000.84,1159.94,49.1103,1.47297,275,10,0,186,191,1,0,0,0),(17820,1768,0,1,1,346,1,1303.43,671.517,33.4777,0.600338,275,0,0,253,264,0,0,0,0),(17819,1768,0,1,1,346,1,1311.84,665.177,34.1493,0,275,0,0,253,264,0,0,0,0),(17818,1768,0,1,1,346,1,1297.59,668.769,32.1239,2.75762,275,0,0,253,264,0,0,0,0),(17817,1767,0,1,1,441,1,1316.26,653.025,33.7696,0.733613,275,10,0,247,0,1,0,0,0),(16108,2349,0,1,1,6808,0,-414.161,-1087.25,44.3064,2.77848,300,5,0,664,0,1,0,0,0),(16109,2350,0,1,1,1989,0,-271.014,-910.714,53.903,3.44126,300,3,0,494,0,1,0,0,0),(17816,1767,0,1,1,441,1,1352.69,751.968,36.1366,2.80848,275,10,0,247,0,1,0,0,0),(17815,1956,0,1,1,631,0,1039.23,152.238,29.5857,6.0507,275,10,0,417,0,1,0,0,0),(16106,2244,0,1,1,3621,1,-511.506,-1353.18,53.8838,1.8469,300,0,0,441,1272,0,0,0,0),(16107,2260,0,1,1,3618,1,-500.7,-1351.47,53.7508,0.887107,300,0,0,531,0,0,0,0,0),(17814,1908,0,1,1,540,0,1193.57,375.176,34.7027,1.40172,275,10,0,404,456,1,0,0,0),(16104,2344,0,1,1,3763,1,-1329.92,-1249.78,40.2624,0.645772,300,0,0,732,756,0,0,0,0),(16105,2345,0,1,1,3761,1,-1311.49,-1257.04,49.9871,1.65806,300,0,0,905,0,0,0,0,0),(16103,2346,0,1,1,3765,1,-1320.97,-1258.44,40.2621,1.5708,300,0,0,773,811,0,0,0,0),(16101,2261,0,1,1,3623,1,-497.493,-1340.73,53.4869,2.4566,300,0,0,494,0,0,0,0,0),(16102,2377,0,1,1,1079,1,-973.979,-489.096,2.9403,0.365222,300,10,0,935,878,1,0,0,0),(16100,2427,0,1,1,3625,1,-492.277,-1480.43,88.0715,4.87372,300,0,0,664,0,0,0,0,0),(16099,2344,0,1,1,3763,1,-1317.27,-1240.57,40.1782,2.68131,300,5,0,732,756,1,0,0,0),(16096,2351,0,1,1,806,0,-200.194,-753.344,59.2016,2.8507,300,5,0,677,0,1,0,0,0),(16097,2344,0,1,1,3763,1,-1302.48,-1236.83,40.2616,1.88496,300,0,0,732,756,0,0,0,0),(16098,2344,0,1,1,3763,1,-1320.31,-1210.41,40.1783,0.678419,300,0,0,732,756,2,0,0,0),(17813,1909,0,1,1,757,1,1201.89,381.745,35.5602,4.57276,275,0,0,377,408,0,0,0,0),(17812,1908,0,1,1,540,0,1211.6,379.969,33.9352,3.42085,275,0,0,404,456,0,0,0,0),(17811,1956,0,1,1,631,0,1096.51,339.396,34.8139,3.80613,275,10,0,417,0,1,0,0,0),(16093,2351,0,1,1,806,0,-104.039,-777.484,55.9385,4.52357,300,0,0,677,0,0,0,0,0),(16094,2344,0,1,1,3763,1,-1297.48,-1224.03,40.2616,3.85718,300,0,0,732,756,0,0,0,0),(16095,2408,0,1,1,1244,0,-446.439,-979.246,29.3821,0.667189,300,10,0,1050,0,1,0,0,0),(17810,2914,0,1,1,6303,0,296.343,659.753,41.9758,1.29169,275,10,0,8,0,1,0,0,0),(17809,1908,0,1,1,540,0,494.537,755.264,39.1347,6.1689,275,5,0,404,456,1,0,0,0),(17808,1909,0,1,1,757,1,456.141,741.376,38.4905,2.84116,275,5,0,377,408,1,0,0,0),(17807,1767,0,1,1,441,1,1153,994.517,31.5814,4.28935,275,10,0,247,0,1,0,0,0),(17806,1768,0,1,1,346,1,1165.47,1012.9,33.0586,0.20448,275,10,0,253,264,1,0,0,0),(17805,1768,0,1,1,346,1,1151.32,1032.05,31.3314,0.955921,275,10,0,253,264,1,0,0,0),(17804,1767,0,1,1,441,1,1125.7,1059.33,30.0302,0.48843,275,10,0,247,0,1,0,0,0),(17803,1767,0,1,1,441,1,1037.47,1031.4,31.9553,4.58854,275,10,0,247,0,1,0,0,0),(17802,1767,0,1,1,441,1,1072.95,1041.07,30.4191,5.56355,275,10,0,247,0,1,0,0,0),(17801,1420,0,1,1,901,0,1060.71,1076.76,35.5059,5.73255,275,10,0,8,0,1,0,0,0),(17800,1909,0,1,1,757,1,1176.05,354.153,33.4858,1.8176,275,10,0,377,408,1,0,0,0),(17799,1909,0,1,1,757,1,1120.69,359.301,26.9493,2.73568,275,5,0,377,408,1,0,0,0),(17798,1908,0,1,1,540,0,1146.34,387.561,34.0606,5.75671,275,10,0,404,456,1,0,0,0),(17797,1909,0,1,1,757,1,1202.22,402.961,33.0111,4.09782,275,10,0,377,408,1,0,0,0),(17796,1908,0,1,1,540,0,1177.73,393.737,35.1469,3.30068,275,0,0,404,456,0,0,0,0),(17795,1958,0,1,1,2597,0,758.116,71.2601,28.745,5.52499,275,5,0,350,390,1,0,0,0),(17794,1957,0,1,1,1994,1,706.635,222.787,35.1963,1.11152,275,10,0,356,0,1,0,0,0),(17793,1958,0,1,1,2597,0,718.756,248.364,37.3903,5.69518,275,10,0,350,390,1,0,0,0),(17792,1958,0,1,1,2597,0,720.555,210.199,36.4936,4.92037,275,10,0,350,390,1,0,0,0),(17791,1781,0,1,1,760,0,1415.88,1937.64,10.3177,4.37771,275,3,0,273,0,1,0,0,0),(17790,1781,0,1,1,760,0,1438.19,1944.46,12.8004,2.60436,275,3,0,273,0,1,0,0,0),(17789,1781,0,1,1,760,0,1433.05,2002.04,11.5301,0.973342,275,3,0,273,0,1,0,0,0),(17788,1781,0,1,1,760,0,1446.94,1990.08,11.0784,0.648325,275,3,0,273,0,1,0,0,0),(17787,1781,0,1,1,760,0,1433.58,1967.75,12.6362,3.81089,275,3,0,273,0,1,0,0,0),(17786,1781,0,1,1,760,0,1418.55,1962,14.0876,5.99553,275,3,0,273,0,1,0,0,0),(16092,2344,0,1,1,3763,1,-1335.06,-1224.61,38.8739,6.07375,300,0,0,732,756,0,0,0,0),(16091,2408,0,1,1,1244,0,-607.361,-751.986,9.6924,4.57326,300,10,0,1050,0,1,0,0,0),(16090,2408,0,1,1,1244,0,-561.357,-828.215,5.54301,4.20074,300,10,0,1050,0,1,0,0,0),(16089,2408,0,1,1,1244,0,-513.542,-907.291,27.3546,1.31826,300,10,0,1050,0,1,0,0,0),(16088,2344,0,1,1,3764,1,-1300.82,-1190.01,41.651,5.25344,300,0,0,732,756,0,0,0,0),(16087,2408,0,1,1,1244,0,-750.862,-723.454,6.51497,2.93522,300,10,0,1050,0,1,0,0,0),(16084,2261,0,1,1,3623,1,-511.828,-1386.9,53.0659,4.94842,300,5,0,494,0,1,0,0,0),(16085,2408,0,1,1,1244,0,-817.78,-722.526,5.98992,4.83945,300,10,0,1050,0,1,0,0,0),(16086,2408,0,1,1,1244,0,-679.263,-737.658,4.99451,2.33412,300,10,0,1050,0,1,0,0,0),(17785,1781,0,1,1,760,0,1425.25,1942.41,8.87307,3.8646,275,5,0,273,0,1,0,0,0),(17784,1956,0,1,1,631,0,1114.04,279.894,34.1707,2.72155,275,10,0,417,0,1,0,0,0),(17783,1767,0,1,1,441,1,1277.83,831.663,29.7052,4.10114,275,10,0,247,0,1,0,0,0),(17782,1908,0,1,1,540,0,1089.46,582.363,42.2136,5.00478,275,10,0,404,456,1,0,0,0),(17781,2914,0,1,1,1206,0,-544.917,1497.31,12.53,4.8165,275,10,0,8,0,1,0,0,0),(17780,1908,0,1,1,540,0,1156.25,514.834,36.5416,5.13319,275,10,0,404,456,1,0,0,0),(17779,1909,0,1,1,757,1,1113.39,547.062,38.0024,1.83987,275,10,0,377,408,1,0,0,0),(17778,1909,0,1,1,757,1,1140.92,591.944,39.1864,2.2607,275,10,0,377,408,1,0,0,0),(17777,1909,0,1,1,757,1,1173.39,583.591,27.7427,2.39646,275,5,0,377,408,1,0,0,0),(17776,1909,0,1,1,757,1,1186.78,557.466,24.1232,1.23227,275,5,0,377,408,1,0,0,0),(17775,1956,0,1,1,631,0,1079.65,350.33,34.2182,0.689661,275,10,0,417,0,1,0,0,0),(17774,1957,0,1,1,1994,1,750.437,255.648,42.4799,3.96482,275,10,0,356,0,1,0,0,0),(17773,1956,0,1,1,631,0,1087.86,291.931,36.1021,4.80526,275,10,0,417,0,1,0,0,0),(17772,1958,0,1,1,2597,0,768.92,206.121,41.9963,4.80271,275,10,0,350,390,1,0,0,0),(11046,1022,0,1,1,648,0,-3409.11,-1814.36,17.5763,6.00478,300,5,0,734,0,1,0,0,0),(11045,1023,0,1,1,949,0,-3513.64,-1809.07,25.05,1.52582,300,5,0,787,0,1,0,0,0),(11044,1022,0,1,1,648,0,-3511.91,-1849.37,22.4388,5.10703,300,10,0,734,0,1,0,0,0),(11043,1025,0,1,1,983,1,-3205.48,-957.19,8.15014,1.09838,300,5,0,531,0,1,0,0,0),(11042,1025,0,1,1,983,1,-3193.43,-949.018,9.77194,3.96604,300,5,0,531,0,1,0,0,0),(11041,1025,0,1,1,983,1,-3207.74,-1018.33,10.7751,4.82225,300,5,0,531,0,1,0,0,0),(11040,1025,0,1,1,983,1,-3200.23,-938.637,9.14364,2.67035,300,0,0,531,0,0,0,0,0),(48008,17814,560,3,1,17959,1,2639.42,884.692,69.5072,3.25782,86400,0,0,17151,0,0,0,0,0),(11039,1024,0,1,1,486,1,-3221.05,-1035.13,6.04052,2.28184,300,10,0,494,0,1,0,0,0),(11038,1024,0,1,1,486,1,-3212.56,-1027.55,8.52514,2.22694,300,0,0,494,0,0,0,0,0),(11037,1022,0,1,1,648,0,-3549.24,-1842.73,23.6151,3.20413,300,5,0,734,0,1,0,0,0),(11036,1022,0,1,1,648,0,-3351.6,-1813.42,24.747,2.67742,300,5,0,734,0,1,0,0,0),(11035,1022,0,1,1,648,0,-3510.5,-1874.02,23.525,0.612291,300,5,0,734,0,1,0,0,0),(11034,1024,0,1,1,486,1,-3215.16,-1012.35,9.77514,5.49631,300,0,0,494,0,0,0,0,0),(11033,1024,0,1,1,486,1,-3221.4,-1022.76,7.77514,0.62985,300,0,0,494,0,0,0,0,0),(11032,1020,0,1,1,960,0,-3312.27,-1922.47,34.4467,1.65395,300,5,0,573,0,1,0,0,0),(11031,1022,0,1,1,648,0,-3484.29,-1684.83,54.1485,5.57613,300,5,0,734,0,1,0,0,0),(11028,1024,0,1,1,486,1,-3238.57,-1005.42,5.59601,1.24559,300,10,0,494,0,1,0,0,0),(11027,1024,0,1,1,486,1,-3245.83,-1020.83,8.65014,0.178867,300,10,0,494,0,1,0,0,0),(11026,1024,0,1,1,486,1,-3284.94,-977.369,9.77514,0.692611,300,10,0,494,0,1,0,0,0),(11025,1023,0,1,1,949,0,-3442.01,-1767.15,23.8632,2.11836,300,5,0,787,0,1,0,0,0),(47894,17814,560,3,1,17959,1,2321.19,892.689,92.7589,2.26508,86400,0,0,17151,0,0,0,0,0),(11024,1022,0,1,1,648,0,-3377.73,-1779.3,33.4907,6.22871,300,5,0,734,0,1,0,0,0),(11023,1023,0,1,1,949,0,-3445.97,-1823.6,23.7985,5.95543,300,5,0,787,0,1,0,0,0),(11022,1022,0,1,1,648,0,-3362.59,-1866.05,23.881,3.56933,300,3,0,734,0,1,0,0,0),(11021,1023,0,1,1,949,0,-3423.08,-1844.35,17.3932,2.99666,300,3,0,787,0,1,0,0,0),(11020,1020,0,1,1,960,0,-3316.31,-1607.73,10.6575,5.88926,300,10,0,573,0,1,0,0,0),(11019,1020,0,1,1,960,0,-3346.43,-1513.6,9.55044,3.68814,300,10,0,573,0,1,0,0,0),(11018,1020,0,1,1,960,0,-3493.08,-1246.5,10.5789,2.58045,300,5,0,573,0,1,0,0,0),(11017,1021,0,1,1,677,0,-3486.69,-1469.99,9.27101,0.094553,300,5,0,664,0,1,0,0,0),(11016,1021,0,1,1,677,0,-3502.58,-1472.69,9.27101,4.53466,300,5,0,664,0,1,0,0,0),(31908,17815,560,3,1,17947,1,2331.47,877.562,92.7589,5.40667,86400,0,0,17151,0,0,0,0,0),(11015,1021,0,1,1,677,0,-3494.26,-1456.36,10.146,2.62402,300,5,0,664,0,1,0,0,0),(11013,1021,0,1,1,677,0,-3813.99,-1367.74,26.58,1.6676,300,5,0,664,0,1,0,0,0),(11012,1020,0,1,1,960,0,-3420.3,-1616.64,10.3352,0.329679,300,3,0,573,0,1,0,0,0),(10995,1020,0,1,1,960,0,-3456.24,-1464.93,10.6347,1.37608,300,10,0,573,0,1,0,0,0),(10992,1020,0,1,1,960,0,-3316.88,-1582.54,9.27104,6.22023,300,10,0,573,0,1,0,0,0),(10991,1020,0,1,1,960,0,-3425.11,-1480.43,11.9405,1.07831,300,10,0,573,0,1,0,0,0),(10990,1021,0,1,1,677,0,-3393.91,-1620.16,9.58555,5.98735,300,3,0,664,0,1,0,0,0),(10989,1020,0,1,1,960,0,-3436.82,-1514.93,11.9798,4.91093,300,3,0,573,0,1,0,0,0),(10988,1021,0,1,1,677,0,-3372.72,-1624.83,10.8356,2.26398,300,10,0,664,0,1,0,0,0),(10987,1020,0,1,1,960,0,-3308.28,-1692.74,9.67704,4.37479,300,10,0,573,0,1,0,0,0),(10986,1021,0,1,1,677,0,-3704.94,-1339.35,17.6875,4.55755,300,5,0,664,0,1,0,0,0),(10985,1020,0,1,1,960,0,-3594.02,-1207.03,11.646,1.68555,300,5,0,573,0,1,0,0,0),(10984,1020,0,1,1,960,0,-3429.17,-1608.77,10.382,1.5708,300,3,0,573,0,1,0,0,0),(10983,1021,0,1,1,677,0,-3679.07,-1342.2,12.819,4.53754,300,10,0,664,0,1,0,0,0),(10982,1021,0,1,1,677,0,-3362.33,-1638.55,11.2151,2.66446,300,10,0,664,0,1,0,0,0),(10981,1023,0,1,1,949,0,-3478.4,-1789.35,17.335,5.82652,300,10,0,787,0,1,0,0,0),(10980,1111,0,1,1,711,0,-3856.06,-2325.97,44.2324,5.20635,300,3,0,531,0,1,0,0,0),(10979,1022,0,1,1,648,0,-3554.14,-1746.71,78.8366,5.74131,300,5,0,734,0,1,0,0,0),(10978,1111,0,1,1,711,0,-3863.88,-2295.75,42.2189,5.82394,300,3,0,531,0,1,0,0,0),(10977,4040,0,1,1,959,0,-3907.27,-2320,23.6573,4.56956,300,3,0,573,0,1,0,0,0),(10976,4040,0,1,1,959,0,-3835.94,-2278.69,36.4393,2.73883,300,3,0,573,0,1,0,0,0),(10975,1111,0,1,1,711,0,-3881.61,-2329.92,21.8709,5.67312,300,3,0,531,0,1,0,0,0),(10974,4040,0,1,1,959,0,-3891.51,-2352.33,22.6008,4.20518,300,3,0,573,0,1,0,0,0),(10973,1111,0,1,1,711,0,-3900.17,-2323.35,23.7099,2.65471,300,3,0,531,0,1,0,0,0),(10972,1353,0,1,1,755,0,-3567.61,-1765.01,80.6865,5.82891,300,0,0,950,0,0,0,0,0),(10971,1111,0,1,1,711,0,-3857.94,-2310.78,22.6066,0.487887,300,3,0,531,0,1,0,0,0),(10970,4040,0,1,1,959,0,-3817.96,-2288.59,34.1731,2.73513,300,3,0,573,0,1,0,0,0),(10969,4040,0,1,1,959,0,-3790.27,-2353.16,33.3457,3.33578,300,3,0,573,0,1,0,0,0),(10968,1022,0,1,1,648,0,-3491.11,-1654.28,62.576,4.24776,300,3,0,734,0,1,0,0,0),(10967,1111,0,1,1,711,0,-3784.74,-2300.21,33.1942,5.5496,300,3,0,531,0,1,0,0,0),(10966,4040,0,1,1,959,0,-3781.48,-2329.15,34.7976,4.31618,300,3,0,573,0,1,0,0,0),(10965,4040,0,1,1,959,0,-3785.52,-2334.23,34.9953,1.68928,300,3,0,573,0,1,0,0,0),(10964,4040,0,1,1,959,0,-3780.79,-2471.97,25.5881,0.464292,300,3,0,573,0,1,0,0,0),(10963,1111,0,1,1,711,0,-3797.35,-2371.37,30.3793,2.33727,300,3,0,531,0,1,0,0,0),(10962,4040,0,1,1,959,0,-3809.58,-2447.52,25.8696,2.41659,300,3,0,573,0,1,0,0,0),(10961,4040,0,1,1,959,0,-3821.3,-2391.74,26.5047,5.4227,300,3,0,573,0,1,0,0,0),(10960,4040,0,1,1,959,0,-3811.75,-2426.81,25.3721,4.55847,300,3,0,573,0,1,0,0,0),(10959,1111,0,1,1,711,0,-3789.73,-2468.13,25.5645,2.67257,300,3,0,531,0,1,0,0,0),(10958,1111,0,1,1,711,0,-3840.77,-2416.32,26.1111,4.00691,300,0,0,531,0,0,0,0,0),(10957,4040,0,1,1,959,0,-3877.76,-2401.01,26.3338,3.84709,300,3,0,573,0,1,0,0,0),(10956,1022,0,1,1,648,0,-3440.66,-1706.21,57.0167,2.98022,300,5,0,734,0,1,0,0,0),(10929,1024,0,1,1,486,1,-3203.43,-1153.68,6.58752,0.526661,300,10,0,494,0,1,0,0,0),(10930,1025,0,1,1,983,1,-3225.47,-1156.83,7.71252,1.2402,300,5,0,531,0,1,0,0,0),(10931,1020,0,1,1,960,0,-3789.5,-1343.2,25.8197,3.00786,300,3,0,573,0,1,0,0,0),(10932,1021,0,1,1,677,0,-3691.99,-1359.35,19.319,0.008749,300,10,0,664,0,1,0,0,0),(10933,1020,0,1,1,960,0,-3639.27,-1350.64,11.5035,0.751346,300,10,0,573,0,1,0,0,0),(10934,1024,0,1,1,486,1,-3248.29,-1090.11,6.52715,6.18981,300,10,0,494,0,1,0,0,0),(10935,1025,0,1,1,983,1,-3243.97,-1134.85,8.91188,1.23559,300,5,0,531,0,1,0,0,0),(10936,1024,0,1,1,486,1,-3257.93,-1159.55,9.28688,3.16613,300,10,0,494,0,1,0,0,0),(10937,1025,0,1,1,983,1,-3236.53,-1151.03,9.78688,6.24104,300,5,0,531,0,1,0,0,0),(10938,1417,0,1,1,1035,0,-3390.04,-1206.74,9.79091,0.121447,300,10,0,531,0,1,0,0,0),(10939,1420,0,1,1,901,0,-3762.63,-803.182,10.4381,1.33434,300,10,0,8,0,1,0,0,0),(10940,1111,0,1,1,711,0,-3827.56,-2712.84,26.0083,0.128014,300,10,0,531,0,1,0,0,0),(10941,1030,0,1,1,360,0,-3760.46,-3094.11,12.6452,4.07156,300,5,0,494,0,1,0,0,0),(10942,1111,0,1,1,711,0,-3878.51,-2655.37,41.1001,6.03848,300,3,0,531,0,1,0,0,0),(10943,1111,0,1,1,711,0,-3892.88,-2624.26,40.3309,4.84348,300,3,0,531,0,1,0,0,0),(10944,1111,0,1,1,711,0,-3845.78,-2703.56,28.525,3.88138,300,10,0,531,0,1,0,0,0),(10945,1111,0,1,1,711,0,-3879.19,-2556.56,42.6882,5.84503,300,3,0,531,0,1,0,0,0),(10946,1111,0,1,1,711,0,-3884.96,-2567.45,43.4415,0.404278,300,3,0,531,0,1,0,0,0),(10947,1111,0,1,1,711,0,-3885.03,-2528,37.6418,4.66,300,3,0,531,0,1,0,0,0),(10948,1111,0,1,1,711,0,-3852.41,-2504.9,38.0198,1.95593,300,3,0,531,0,1,0,0,0),(10949,4040,0,1,1,959,0,-3828.54,-2516.71,35.989,4.42501,300,3,0,573,0,1,0,0,0),(10950,1111,0,1,1,711,0,-3860.25,-2521.91,42.0532,2.83675,300,3,0,531,0,1,0,0,0),(10951,4040,0,1,1,959,0,-3858.38,-2489.62,40.1712,5.61041,300,3,0,573,0,1,0,0,0),(10952,4040,0,1,1,959,0,-3885.93,-2450.01,30.9604,1.74873,300,3,0,573,0,1,0,0,0),(10953,1111,0,1,1,711,0,-3876.62,-2416.5,25.6684,2.04915,300,3,0,531,0,1,0,0,0),(10954,1111,0,1,1,711,0,-3881.52,-2472.27,37.1314,2.19407,300,3,0,531,0,1,0,0,0),(10955,4040,0,1,1,959,0,-3857.05,-2398.86,26.4964,0.970392,300,3,0,573,0,1,0,0,0),(19347,23712,0,1,1,251,0,-5622.87,-474.23,397.064,5.91667,2,0,0,71,0,0,0,0,0),(19348,23712,0,1,1,257,0,-5622.78,-470.675,397.393,5.34071,2,0,0,71,0,0,0,0,0),(19349,23712,0,1,1,252,0,-5623.99,-472.761,397.155,5.93412,2,0,0,71,0,0,0,0,0),(11010,23712,0,1,1,257,0,-9431.98,56.7107,56.6996,6.16101,43200,0,0,71,0,0,0,0,0),(11009,23712,0,1,1,257,0,-9431.32,55.0524,56.6871,0.6239,43200,0,0,71,0,0,0,0,0),(11008,23712,0,1,1,252,0,-9428.72,54.0571,56.819,1.91986,43200,0,0,71,0,0,0,0,0),(11007,23712,0,1,1,221,0,-9431.01,58.3279,56.7729,5.48033,43200,0,0,71,0,0,0,0,0),(10928,1027,0,1,1,506,1,-3098.48,-947.478,8.1345,2.08994,300,10,0,664,0,1,0,0,0),(31931,17815,560,3,1,17947,1,2286.29,819.601,54.5207,0.524637,86400,0,0,17151,0,0,0,0,0),(10927,1025,0,1,1,983,1,-3086.65,-948.313,7.28797,3.67265,300,5,0,531,0,1,0,0,0),(10926,1028,0,1,1,1079,1,-3017.69,-1017.35,9.86585,4.85852,300,5,0,504,1443,1,0,0,0),(10925,1027,0,1,1,506,1,-2995.71,-1059.72,9.21253,2.81251,300,10,0,664,0,1,0,0,0),(10924,1028,0,1,1,1079,1,-3079.35,-1280.75,6.58755,4.55446,300,10,0,504,1443,1,0,0,0),(10923,1028,0,1,1,1079,1,-3150.33,-1397.19,7.20142,0.860063,300,5,0,504,1443,1,0,0,0),(10922,1028,0,1,1,1079,1,-3177.48,-1343.32,7.31851,0.231951,300,5,0,504,1443,1,0,0,0),(10921,1028,0,1,1,1079,1,-3127.61,-1322.57,7.18994,0.023531,300,10,0,504,1443,1,0,0,0),(11568,20424,560,3,1,341,1,1747.88,614.97,30.348,1.57354,86400,0,0,198,0,0,0,0,0),(10920,1027,0,1,1,506,1,-2975.56,-1065.76,6.21253,1.08712,300,10,0,664,0,1,0,0,0),(10919,1034,0,1,1,4916,1,-3306.63,-2244.11,53.136,0.416722,300,3,0,635,0,1,0,0,0),(10918,1034,0,1,1,4916,1,-3323.53,-2143.74,37.0919,1.69916,300,3,0,635,0,1,0,0,0),(10917,1034,0,1,1,4916,1,-3332.03,-2246.96,51.636,4.54714,300,5,0,635,0,1,0,0,0),(10916,1034,0,1,1,4916,1,-3427.63,-2085.65,102.45,0.611909,300,0,0,635,0,0,0,0,0),(10915,1024,0,1,1,486,1,-3247.93,-947.564,9.90014,3.77443,300,10,0,494,0,1,0,0,0),(10914,1024,0,1,1,486,1,-3281.98,-936.932,8.52514,2.63218,300,0,0,494,0,0,0,0,0),(10913,1024,0,1,1,486,1,-3306.93,-948.141,9.04199,1.31119,300,10,0,494,0,1,0,0,0),(10912,1024,0,1,1,486,1,-3270.44,-968.283,6.40014,2.9249,300,10,0,494,0,1,0,0,0),(10911,1034,0,1,1,4916,1,-3376.76,-2133.07,58.7149,0.471212,300,3,0,635,0,1,0,0,0),(10910,1034,0,1,1,4916,1,-3401.06,-2084.66,101.46,4.53786,300,0,0,635,0,0,0,0,0),(10909,1025,0,1,1,983,1,-3282.83,-952.803,8.65014,4.41586,300,0,0,531,0,0,0,0,0),(10908,1034,0,1,1,4916,1,-3404.28,-2108.48,82.5375,2.64303,300,5,0,635,0,1,0,0,0),(10907,1034,0,1,1,4916,1,-3345.93,-2141.74,43.9921,3.64452,300,3,0,635,0,1,0,0,0),(10906,1418,0,1,1,391,1,-4088.19,-810.431,2.04923,2.9244,300,10,0,896,0,1,0,0,0),(10905,1418,0,1,1,391,1,-4049.84,-746.692,-13.3935,2.29976,300,10,0,896,0,1,0,0,0),(10904,1418,0,1,1,391,1,-3978.62,-880.35,7.41457,6.23625,300,10,0,896,0,1,0,0,0),(10903,1418,0,1,1,391,1,-4114.43,-748.462,-12.7518,4.69749,300,10,0,896,0,1,0,0,0),(10902,1418,0,1,1,391,1,-4018.35,-783.367,-14.4094,2.45562,300,10,0,896,0,1,0,0,0),(10901,1418,0,1,1,391,1,-4085.93,-750.638,-15.0888,4.60586,300,10,0,896,0,1,0,0,0),(10900,1418,0,1,1,391,1,-4080.95,-779.825,-10.7,0.959091,300,10,0,896,0,1,0,0,0),(10899,1418,0,1,1,391,1,-4118.64,-783.42,-4.45337,4.15697,300,10,0,896,0,1,0,0,0),(10898,1418,0,1,1,391,1,-3899.52,-885.082,-3.2349,4.6818,300,10,0,896,0,1,0,0,0),(10897,1418,0,1,1,391,1,-4146.76,-784.352,0.40399,4.92287,300,10,0,896,0,1,0,0,0),(10896,1418,0,1,1,391,1,-3912.08,-954.466,5.13928,6.19467,300,10,0,896,0,1,0,0,0),(10895,1418,0,1,1,391,1,-4050.24,-786.281,-12.6247,4.54779,300,10,0,896,0,1,0,0,0),(10894,1418,0,1,1,391,1,-3982.16,-901.355,9.24404,2.52375,300,10,0,896,0,1,0,0,0),(10893,1418,0,1,1,391,1,-4020.45,-750.533,-12.1309,3.92457,300,10,0,896,0,1,0,0,0),(10892,1418,0,1,1,391,1,-4120.97,-845.95,16.0536,1.01086,300,10,0,896,0,1,0,0,0),(10891,1418,0,1,1,391,1,-4112.93,-813.672,5.53032,0.887816,300,10,0,896,0,1,0,0,0),(10890,1418,0,1,1,391,1,-3901.76,-923.839,-11.0153,2.24568,300,10,0,896,0,1,0,0,0),(10889,1418,0,1,1,391,1,-3986.65,-783.288,-16.173,4.23228,300,10,0,896,0,1,0,0,0),(10888,1417,0,1,1,1035,0,-3587.77,-1025.4,-16.5019,3.95945,300,10,0,531,0,1,0,0,0),(10887,1417,0,1,1,1035,0,-3614.78,-992.443,-20.2283,1.75204,300,10,0,531,0,1,0,0,0),(10886,1034,0,1,1,4916,1,-3267.82,-2121.21,39.8033,4.71449,300,0,0,635,0,0,0,0,0),(10885,1034,0,1,1,4916,1,-3249.32,-2084.92,26.9734,4.48701,300,3,0,635,0,1,0,0,0),(10883,1032,0,1,1,767,0,-3407.64,-1557.93,9.55212,4.08101,300,10,0,617,0,1,0,0,0),(10882,1418,0,1,1,391,1,-3922.33,-875.716,0.927041,5.42652,300,10,0,896,0,1,0,0,0),(10880,1418,0,1,1,391,1,-3952.01,-878.466,-12.6668,0.067415,300,10,0,896,0,1,0,0,0),(10879,1418,0,1,1,391,1,-3954.51,-857.452,-13.8065,4.3654,300,10,0,896,0,1,0,0,0),(10878,1418,0,1,1,391,1,-3975.57,-812.086,-14.587,0.772635,300,10,0,896,0,1,0,0,0),(10877,1418,0,1,1,391,1,-3947.87,-915.522,14.1164,4.93079,300,10,0,896,0,1,0,0,0),(10876,1418,0,1,1,391,1,-3920.67,-911.41,-3.26268,5.64644,300,10,0,896,0,1,0,0,0),(10875,1418,0,1,1,391,1,-3945.32,-901.314,0.49137,2.73309,300,10,0,896,0,1,0,0,0),(10874,1417,0,1,1,1035,0,-3571.52,-1156.53,-1.51096,2.71723,300,10,0,531,0,1,0,0,0),(10873,4962,0,1,1,2963,0,-3808.82,-825.612,10.3019,3.89208,300,0,0,1279,0,0,0,0,0),(10872,2090,0,1,1,4914,1,-4206.79,-2377.14,216.914,0.645772,7200,0,0,617,0,0,0,0,0),(10871,1020,0,1,1,960,0,-3519.68,-1432.48,9.37599,5.95494,300,5,0,573,0,1,0,0,0),(10870,1020,0,1,1,960,0,-3578.58,-1273.26,10.0837,1.76994,300,5,0,573,0,1,0,0,0),(10869,1020,0,1,1,960,0,-3622.1,-1307.26,10.9249,5.82911,300,5,0,573,0,1,0,0,0),(10868,1020,0,1,1,960,0,-3537.81,-1386.58,9.64602,0.947744,300,10,0,573,0,1,0,0,0),(10867,1417,0,1,1,1035,0,-3507.08,-1161.34,7.89006,4.62049,300,10,0,531,0,1,0,0,0),(10866,1039,0,1,1,713,0,-3435.6,-1131.51,5.13572,3.17316,300,10,0,494,0,1,0,0,0),(10865,1400,0,1,1,1036,0,-2998.06,-2064.21,9.47545,5.3856,300,10,0,617,0,1,0,0,0),(10864,2089,0,1,1,925,0,-2769.88,-1469.99,7.03469,0.782636,300,10,0,734,0,1,0,0,0),(10862,1400,0,1,1,1036,0,-3016.95,-1939.85,7.9617,0.377968,300,10,0,617,0,1,0,0,0),(10861,1400,0,1,1,1036,0,-3009.84,-2032.88,6.65056,4.8637,300,10,0,617,0,1,0,0,0),(10860,1417,0,1,1,1035,0,-3282.24,-1484.19,9.69634,2.2752,300,10,0,531,0,1,0,0,0),(10859,1417,0,1,1,1035,0,-3170.89,-1932.43,13.521,3.89452,300,10,0,531,0,1,0,0,0),(10858,1021,0,1,1,677,0,-3545.56,-1331.21,10.271,2.06434,300,10,0,664,0,1,0,0,0),(10857,1032,0,1,1,767,0,-3585.61,-1271.04,9.66313,0.08022,300,5,0,617,0,1,0,0,0),(10856,1012,0,1,1,3196,1,-3039.58,-1601.73,7.76527,5.14183,300,5,0,664,0,1,0,0,0),(10855,1011,0,1,1,8598,1,-3174.39,-1626.49,9.83752,6.27353,300,10,0,617,0,1,0,0,0),(10854,1011,0,1,1,8598,1,-3116.9,-1610.03,10.5594,1.71656,300,10,0,617,0,1,0,0,0),(10853,1010,0,1,1,714,1,-3133.91,-1726.86,9.98386,0.502031,300,5,0,573,0,1,0,0,0),(10852,1417,0,1,1,1035,0,-3216.07,-1590.1,6.77309,4.73229,300,10,0,531,0,1,0,0,0),(10851,1400,0,1,1,1036,0,-3017.97,-1885.95,8.92457,0.623199,300,10,0,617,0,1,0,0,0),(10850,1015,0,1,1,670,0,-2749.18,-2112.6,32.6343,1.35412,300,3,0,617,0,1,0,0,0),(10849,1420,0,1,1,901,0,-3645.31,-798.438,10.7048,0.091039,300,10,0,8,0,1,0,0,0),(10848,6523,0,1,1,825,1,-2580.12,-2417.66,90.2756,3.76991,300,0,0,800,0,0,0,0,0),(10847,1051,0,1,1,825,1,-2619.57,-2417.34,79.3542,5.86121,300,5,0,800,0,1,0,0,0),(10846,1021,0,1,1,677,0,-3595.69,-1391.35,10.1277,2.45437,300,10,0,664,0,1,0,0,0),(10845,1021,0,1,1,677,0,-3591.38,-1378.98,10.5027,3.36285,300,10,0,664,0,1,0,0,0),(10844,1417,0,1,1,1035,0,-3238.66,-1541.1,6.6119,3.94915,300,10,0,531,0,1,0,0,0),(10842,1400,0,1,1,1036,0,-3045.27,-1610.39,6.54449,5.13934,300,10,0,617,0,1,0,0,0),(10841,1400,0,1,1,1036,0,-3051.28,-2112.39,6.21251,0.604161,300,10,0,617,0,1,0,0,0),(10840,1417,0,1,1,1035,0,-3137.97,-1839.65,7.46252,0.99672,300,10,0,531,0,1,0,0,0),(10839,1417,0,1,1,1035,0,-3221.88,-1647.43,8.58752,5.14157,300,10,0,531,0,1,0,0,0),(10838,1400,0,1,1,1036,0,-3063.72,-1994.58,6.06275,3.92769,300,10,0,617,0,1,0,0,0),(10837,1417,0,1,1,1035,0,-3136.89,-1987.3,10.0022,0.130438,300,10,0,531,0,1,0,0,0),(10836,1034,0,1,1,4916,1,-3456.82,-2271.11,61.2736,1.84805,300,5,0,635,0,1,0,0,0),(10835,1034,0,1,1,4916,1,-3425.95,-2235.32,68.633,3.57271,300,5,0,635,0,1,0,0,0),(10834,1034,0,1,1,4916,1,-3429.89,-2257.38,53.2926,4.91485,300,5,0,635,0,1,0,0,0),(10833,1034,0,1,1,4916,1,-3346.54,-2264.43,52.035,5.93135,300,10,0,635,0,1,0,0,0),(10832,1420,0,1,1,901,0,-3692.62,-873.584,10.3455,3.53443,300,10,0,8,0,1,0,0,0),(10831,1157,0,1,1,3505,1,-2982.4,-969.608,10.7521,3.08142,300,3,0,787,0,1,0,0,0),(10830,1034,0,1,1,4916,1,-3435.76,-2052.45,103.606,3.41657,300,3,0,635,0,1,0,0,0),(10829,1158,0,1,1,11372,1,-2973.79,-966.492,6.94902,6.18774,300,3,0,840,0,1,0,0,0),(10828,1157,0,1,1,3505,1,-2969.59,-952.345,3.91034,2.40022,300,3,0,787,0,1,0,0,0),(10827,1034,0,1,1,4916,1,-3442.42,-2022.01,108.535,5.08242,300,5,0,635,0,1,0,0,0),(10826,1158,0,1,1,11372,1,-2946.88,-973.204,1.77673,6.1875,300,0,0,840,0,0,0,0,0),(10825,1157,0,1,1,3505,1,-2956.03,-972.967,4.38566,0.664962,300,0,0,787,0,0,0,0,0),(10824,1024,0,1,1,486,1,-3273.98,-1124.94,9.14344,3.61203,300,10,0,494,0,1,0,0,0),(10822,1157,0,1,1,3505,1,-2954.42,-964.05,2.54737,1.39627,300,0,0,787,0,0,0,0,0),(10821,1158,0,1,1,11372,1,-2948.4,-990.206,-0.432613,2.42543,300,5,0,840,0,1,0,0,0),(10820,1158,0,1,1,11372,1,-3000.9,-948.685,-0.900929,0.118955,300,5,0,840,0,1,0,0,0),(10819,1157,0,1,1,3505,1,-2994.7,-934.442,-1.21161,1.94411,300,5,0,787,0,1,0,0,0),(10814,1024,0,1,1,486,1,-3244.29,-906.829,4.09774,3.83709,300,10,0,494,0,1,0,0,0),(10813,1024,0,1,1,486,1,-3314.26,-914.791,2.90813,3.87586,300,10,0,494,0,1,0,0,0),(10812,1040,0,1,1,2023,0,-3068.14,-1936.45,5.30099,4.81614,300,10,0,664,0,1,0,0,0),(10811,1040,0,1,1,2023,0,-3055.27,-2070.32,6.66067,0.198545,300,10,0,664,0,1,0,0,0),(11565,20424,560,3,1,341,1,1749.76,584.78,30.3477,3.03438,86400,0,0,198,0,0,0,0,0),(10810,1040,0,1,1,2023,0,-3069.79,-1859.95,6.69675,5.89048,300,10,0,664,0,1,0,0,0),(10809,1040,0,1,1,2023,0,-3288.08,-2622.67,5.95052,3.57291,300,10,0,664,0,1,0,0,0),(10808,1417,0,1,1,1035,0,-3238.35,-2557.09,10.0968,2.5059,300,10,0,531,0,1,0,0,0),(10807,1417,0,1,1,1035,0,-3207.14,-2519.12,6.21249,0.475394,300,10,0,531,0,1,0,0,0),(10806,1020,0,1,1,960,0,-3528.43,-1339.03,10.396,2.55542,300,10,0,573,0,1,0,0,0),(10805,1020,0,1,1,960,0,-3558.39,-1355.16,9.57783,0.220051,300,10,0,573,0,1,0,0,0),(10804,1020,0,1,1,960,0,-3478.34,-1388.82,9.52102,0.397022,300,10,0,573,0,1,0,0,0),(10803,1400,0,1,1,1036,0,-3136.66,-2232.07,5.41866,1.64419,300,10,0,617,0,1,0,0,0),(10802,1400,0,1,1,1036,0,-3162.97,-2301.09,7.08212,3.12402,300,10,0,617,0,1,0,0,0),(10801,1417,0,1,1,1035,0,-3102.21,-1932.39,9.23509,5.47293,300,10,0,531,0,1,0,0,0),(10800,1400,0,1,1,1036,0,-3135.25,-2134.49,7.81505,0.810255,300,10,0,617,0,1,0,0,0),(10799,1010,0,1,1,714,1,-3031.08,-2045.52,9.94132,0.699736,300,5,0,573,0,1,0,0,0),(10798,1417,0,1,1,1035,0,-3406.25,-2668.75,6.53275,3.11891,300,10,0,531,0,1,0,0,0),(10797,1417,0,1,1,1035,0,-3048.48,-2557.4,9.69563,3.38628,300,10,0,531,0,1,0,0,0),(10796,1417,0,1,1,1035,0,-3146.61,-2548.36,10.1527,2.13422,300,10,0,531,0,1,0,0,0),(10795,1417,0,1,1,1035,0,-3510.6,-2846.47,6.19728,3.21893,300,10,0,531,0,1,0,0,0),(10794,1417,0,1,1,1035,0,-3123.54,-2536.38,9.07637,1.58642,300,10,0,531,0,1,0,0,0),(10793,1417,0,1,1,1035,0,-3446.08,-2759.4,6.47716,5.17597,300,10,0,531,0,1,0,0,0),(10792,1417,0,1,1,1035,0,-3315.07,-2586.18,13.3016,1.54699,300,0,0,531,0,0,0,0,0),(10791,1021,0,1,1,677,0,-3609.48,-1386.57,10.4573,5.92453,300,10,0,664,0,1,0,0,0),(10790,1040,0,1,1,2023,0,-3427.55,-2665.35,5.93089,0.086417,300,10,0,664,0,1,0,0,0),(10789,1040,0,1,1,2023,0,-3172.16,-2663.24,3.52938,5.79942,300,10,0,664,0,1,0,0,0),(10788,1040,0,1,1,2023,0,-3153.88,-2589.24,5.14947,1.7276,300,10,0,664,0,1,0,0,0),(10787,1400,0,1,1,1036,0,-3376.31,-1439.36,10.5498,3.4642,300,10,0,617,0,1,0,0,0),(10786,1417,0,1,1,1035,0,-3448.21,-1158.23,8.47542,4.80817,300,10,0,531,0,1,0,0,0),(10785,1400,0,1,1,1036,0,-3620.56,-1123.99,-22.1098,1.20943,300,10,0,617,0,1,0,0,0),(10783,1032,0,1,1,767,0,-2851.48,-2188.83,29.474,5.11138,300,5,0,617,0,1,0,0,0),(10782,1032,0,1,1,767,0,-2819.38,-2226.36,39.1192,0.05691,300,5,0,617,0,1,0,0,0),(10781,1032,0,1,1,767,0,-2884,-2196.79,24.9409,6.02747,300,10,0,617,0,1,0,0,0),(10780,1032,0,1,1,767,0,-2874.27,-2162.57,23.6703,1.79391,300,10,0,617,0,1,0,0,0),(10779,1032,0,1,1,767,0,-2825.92,-2189.54,31.0674,3.51153,300,5,0,617,0,1,0,0,0),(10778,1420,0,1,1,901,0,-3737.14,-688.094,9.00203,5.63766,300,10,0,8,0,1,0,0,0),(10777,1034,0,1,1,4916,1,-3459.93,-2392.25,53.7736,4.54463,300,10,0,635,0,1,0,0,0),(10776,1057,0,1,1,4918,1,-3393.46,-2420.86,53.8191,5.61996,300,0,0,519,1443,0,0,0,0),(10775,1034,0,1,1,4916,1,-3396.71,-2324.7,52.2736,5.86098,300,10,0,635,0,1,0,0,0),(10774,1057,0,1,1,4918,1,-3456.43,-2427.7,51.5538,3.71755,300,3,0,519,1443,1,0,0,0),(10773,1034,0,1,1,4916,1,-3486.07,-2411.88,52.9049,3.84235,300,5,0,635,0,1,0,0,0),(10772,1016,0,1,1,673,0,-2726.05,-2028.14,24.9813,3.81743,300,10,0,664,0,1,0,0,0),(10771,1015,0,1,1,670,0,-2751.15,-2047.13,28.9513,2.23952,300,10,0,617,0,1,0,0,0),(10770,1015,0,1,1,670,0,-2812.32,-1983.41,26.6175,0.013671,300,5,0,617,0,1,0,0,0),(10769,1057,0,1,1,4918,1,-3416.82,-2401.1,52.2226,3.4383,300,3,0,519,1443,1,0,0,0),(10768,1057,0,1,1,4918,1,-3553.23,-2448.85,51.7919,4.2231,300,5,0,519,1443,1,0,0,0),(10766,1057,0,1,1,4918,1,-3438.78,-2412.45,52.2603,1.22173,300,3,0,519,1443,1,0,0,0),(10765,1057,0,1,1,4918,1,-3512.27,-2532.81,54.2758,5.36684,300,3,0,519,1443,1,0,0,0),(10763,1057,0,1,1,4918,1,-3548.32,-2515.38,54.6855,2.51998,300,5,0,519,1443,1,0,0,0),(48007,17814,560,3,1,17959,1,2429.01,870.794,59.768,3.46203,86400,0,0,17151,0,0,0,0,0),(10762,1057,0,1,1,4918,1,-3548.87,-2478.99,52.1044,1.97477,300,5,0,519,1443,1,0,0,0),(10761,1057,0,1,1,4918,1,-3466.3,-2451.86,50.6378,3.05433,300,0,0,519,1443,0,0,0,0),(10760,1035,0,1,1,4917,1,-3513.62,-2486.72,49.5643,1.94877,300,5,0,635,0,1,0,0,0),(10759,1034,0,1,1,4916,1,-3452.64,-2503.42,32.9613,4.55653,300,3,0,635,0,1,0,0,0),(10758,1034,0,1,1,4916,1,-3482.19,-2451.44,46.5434,2.62933,300,10,0,635,0,1,0,0,0),(10756,1057,0,1,1,4918,1,-3482.03,-2521.21,59.0515,3.30449,300,3,0,519,1443,1,0,0,0),(10755,1034,0,1,1,4916,1,-3422.27,-2505.7,27.598,2.00389,300,3,0,635,0,1,0,0,0),(10754,1034,0,1,1,4916,1,-3415.36,-2551.52,23.3441,4.08919,300,0,0,635,0,0,0,0,0),(10753,1034,0,1,1,4916,1,-3477.48,-2477.4,39.2882,2.10727,300,5,0,635,0,1,0,0,0),(10752,1034,0,1,1,4916,1,-3383.16,-2545.65,20.9215,5.27292,300,0,0,635,0,0,0,0,0),(10751,1417,0,1,1,1035,0,-3656.7,-2896.95,12.0807,2.00583,300,10,0,531,0,1,0,0,0),(10750,1417,0,1,1,1035,0,-3712.94,-2946.66,8.68038,0.779873,300,10,0,531,0,1,0,0,0),(10749,1417,0,1,1,1035,0,-3617.09,-2856.91,13.6351,4.26317,300,10,0,531,0,1,0,0,0),(10748,1417,0,1,1,1035,0,-3839.61,-2957.33,11.6369,1.8449,300,10,0,531,0,1,0,0,0),(10747,1008,0,1,1,355,1,-3815.94,-3021.42,12.0012,3.71724,300,5,0,531,0,1,0,0,0),(10746,1420,0,1,1,901,0,-3245.84,-1761.96,7.66431,1.9513,300,10,0,8,0,1,0,0,0),(10745,2108,0,1,1,4913,1,-3417.5,-1978.6,114.781,3.09212,7200,0,0,812,811,0,0,0,0),(10744,1030,0,1,1,360,0,-4165.91,-2834.26,42.4215,5.07201,300,5,0,494,0,1,0,0,0),(10743,1010,0,1,1,714,1,-3666.91,-3082.91,22.9545,5.51924,300,5,0,573,0,1,0,0,0),(10742,2089,0,1,1,925,0,-2953.41,-1020.38,10.0086,3.91594,300,10,0,734,0,1,0,0,0),(10741,1417,0,1,1,1035,0,-3146.27,-1574.95,9.13194,3.71777,300,10,0,531,0,1,0,0,0),(10740,1400,0,1,1,1036,0,-2905.71,-1574.22,7.55099,4.71316,300,10,0,617,0,1,0,0,0),(10738,2089,0,1,1,925,0,-2796.87,-1112.82,1.564,5.31448,300,10,0,734,0,1,0,0,0),(10737,1417,0,1,1,1035,0,-3095.16,-1547.46,8.6007,2.10787,300,10,0,531,0,1,0,0,0),(41813,17815,560,3,1,17947,1,2065.35,536.648,65.4449,2.63777,86400,0,0,17151,0,0,0,0,0),(10736,2089,0,1,1,925,0,-2870.85,-1059.29,5.88389,0.882933,300,10,0,734,0,1,0,0,0),(10735,1008,0,1,1,355,1,-3746,-2947.81,10.4912,3.87586,300,5,0,531,0,1,0,0,0),(10734,1020,0,1,1,960,0,-3447.55,-1377.62,9.64268,1.39216,300,5,0,573,0,1,0,0,0),(10733,1008,0,1,1,355,1,-3798.29,-3017.28,12.3842,2.80874,300,5,0,531,0,1,0,0,0),(10732,1007,0,1,1,3199,1,-4180.03,-2638.2,50.7976,0.361285,300,10,0,494,0,1,0,0,0),(10731,1029,0,1,1,486,1,-2987.16,-1054.28,8.58753,1.82759,300,5,0,640,655,1,0,0,0),(48006,17814,560,3,1,17959,1,2428.53,872.255,59.7519,3.42276,86400,0,0,17151,0,0,0,0,0),(10730,1027,0,1,1,506,1,-2984.46,-1073.05,6.46253,1.50746,300,10,0,664,0,1,0,0,0),(10729,1029,0,1,1,486,1,-2994.88,-1073.86,9.21253,1.69509,300,5,0,640,655,1,0,0,0),(10728,1028,0,1,1,1079,1,-3145.03,-1069.74,7.11862,1.02669,300,5,0,504,1443,1,0,0,0),(10727,1111,0,1,1,711,0,-3883.62,-2686.51,31.887,4.84159,300,10,0,531,0,1,0,0,0),(10726,1030,0,1,1,360,0,-4055.26,-2847.83,12.2057,2.66796,300,10,0,494,0,1,0,0,0),(47896,17814,560,3,1,17959,1,2285.26,818.103,54.5688,0.516784,86400,0,0,17151,0,0,0,0,0),(47895,17814,560,3,1,17959,1,2284.75,819.889,54.5584,0.473587,86400,0,0,17151,0,0,0,0,0),(10725,1030,0,1,1,360,0,-4169.94,-2735.18,28.889,3.77571,300,10,0,494,0,1,0,0,0),(10724,1030,0,1,1,360,0,-3986.11,-2716.72,28.4196,4.73406,300,10,0,494,0,1,0,0,0),(44656,17814,560,3,1,17959,1,2341.22,905.443,57.6643,1.23542,86400,0,0,17151,0,0,0,0,0),(10723,1030,0,1,1,360,0,-3840.27,-3127.92,12.4003,2.21186,300,5,0,494,0,1,0,0,0),(10722,1030,0,1,1,360,0,-3956.55,-2862.28,13.4987,1.61578,300,10,0,494,0,1,0,0,0),(10721,1111,0,1,1,711,0,-3951.43,-2716.34,27.2922,6.27928,300,10,0,531,0,1,0,0,0),(10720,1008,0,1,1,355,1,-3894.85,-3034.39,11.1587,0.379598,300,5,0,531,0,1,0,0,0),(10719,1008,0,1,1,355,1,-3890.06,-3027.6,10.9625,2.51526,300,5,0,531,0,1,0,0,0),(10718,1111,0,1,1,711,0,-4020.52,-2710.89,27.8989,4.58619,300,10,0,531,0,1,0,0,0),(10717,1008,0,1,1,355,1,-3889.16,-3033.16,11.3367,3.29867,300,0,0,531,0,0,0,0,0),(10716,1417,0,1,1,1035,0,-3448.2,-1224.49,7.627,5.90525,300,10,0,531,0,1,0,0,0),(10715,1417,0,1,1,1035,0,-3784.85,-2978.29,6.33752,4.64163,300,10,0,531,0,1,0,0,0),(10714,1040,0,1,1,2023,0,-3227.09,-1512.41,6.21253,3.01962,300,10,0,664,0,1,0,0,0),(10713,1111,0,1,1,711,0,-3948.89,-2757.73,23.9067,1.62835,300,10,0,531,0,1,0,0,0),(10710,1020,0,1,1,960,0,-3424.44,-1395.02,10.3222,3.04482,300,10,0,573,0,1,0,0,0),(10709,2098,0,1,1,10003,0,-4013.6,-2368.71,117.78,2.69621,300,3,0,102,0,1,0,0,0),(10708,2098,0,1,1,10001,0,-4097.21,-2386.05,116.412,3.83368,300,5,0,102,0,1,0,0,0),(10707,1010,0,1,1,714,1,-3758.66,-2913.84,12.2035,4.5204,300,0,0,573,0,0,0,0,0),(10706,1010,0,1,1,714,1,-3762.72,-2926.57,12.2263,0.523599,300,0,0,573,0,0,0,0,0),(10705,2098,0,1,1,10001,0,-4023.03,-2456.18,158.217,0.65347,300,3,0,102,0,1,0,0,0),(10704,1009,0,1,1,3197,1,-3086.42,-2001.68,9.17675,2.54818,300,0,0,472,1357,0,0,0,0),(10703,1010,0,1,1,714,1,-3087.12,-1995.68,9.27326,4.74729,300,0,0,573,0,0,0,0,0),(10702,1008,0,1,1,355,1,-3721.31,-2915.48,9.85315,5.37602,300,5,0,531,0,1,0,0,0),(10701,1008,0,1,1,355,1,-3761.63,-2896.29,12.3451,4.93509,300,5,0,531,0,1,0,0,0),(10700,1032,0,1,1,767,0,-3481.86,-1378.65,9.91199,2.78465,300,10,0,617,0,1,0,0,0),(10699,1010,0,1,1,714,1,-3104.27,-2175.38,13.6681,1.04401,300,10,0,573,0,1,0,0,0),(10698,1010,0,1,1,714,1,-3113.04,-2260.02,10.6641,3.31431,300,5,0,573,0,1,0,0,0),(10697,1010,0,1,1,714,1,-3089.81,-2177.93,9.71255,1.23313,300,10,0,573,0,1,0,0,0),(10696,1009,0,1,1,3197,1,-3097.47,-2274.87,9.49688,3.00197,300,0,0,472,1357,0,0,0,0),(10695,1010,0,1,1,714,1,-3106.99,-2274.28,9.62043,0.034907,300,0,0,573,0,0,0,0,0),(10694,1010,0,1,1,714,1,-2897.21,-2547.49,34.0922,0.289988,300,5,0,573,0,1,0,0,0),(10693,1010,0,1,1,714,1,-2919.58,-2586.52,34.203,3.44478,300,10,0,573,0,1,0,0,0),(10692,1010,0,1,1,714,1,-3172.76,-1484.11,9.22361,5.9411,300,5,0,573,0,1,0,0,0),(10691,1011,0,1,1,8598,1,-3029.81,-2167.48,8.58754,1.7353,300,5,0,617,0,1,0,0,0),(10690,1010,0,1,1,714,1,-3120.39,-2193.95,11.4181,4.21657,300,5,0,573,0,1,0,0,0),(10689,1010,0,1,1,714,1,-3043.41,-2264.44,9.08754,4.99057,300,5,0,573,0,1,0,0,0),(10688,1009,0,1,1,3197,1,-3026.76,-2257.01,9.4601,0.680678,300,0,0,472,1357,0,0,0,0),(10687,1011,0,1,1,8598,1,-3023.89,-2252.6,9.45238,4.41568,300,6,0,617,0,1,0,0,0),(10686,1012,0,1,1,3196,1,-3032.62,-2149.32,10.1658,5.46875,300,10,0,664,0,1,0,0,0),(47583,17814,560,3,1,17959,1,2318.57,879.543,92.7589,3.75341,86400,0,0,17151,0,0,0,0,0),(10685,1010,0,1,1,714,1,-3020.88,-2236.79,10.3375,3.7208,300,10,0,573,0,1,0,0,0),(10684,1010,0,1,1,714,1,-3104.27,-2029.63,9.21252,4.86326,300,5,0,573,0,1,0,0,0),(10683,1011,0,1,1,8598,1,-3095.71,-2017.71,9.35232,4.66003,300,0,0,617,0,0,0,0,0),(10682,1010,0,1,1,714,1,-2896.41,-2589.75,34.227,0.884447,300,5,0,573,0,1,0,0,0),(10681,1010,0,1,1,714,1,-2925.21,-2559.57,33.2695,1.90816,300,10,0,573,0,1,0,0,0),(10680,1011,0,1,1,8598,1,-3100.18,-2209.37,10.3705,1.57371,300,10,0,617,0,1,0,0,0),(38051,17815,560,3,1,17947,1,2426.16,870.833,59.4205,3.43847,86400,0,0,17151,0,0,0,0,0),(38497,17815,560,3,1,17947,1,2636.59,883.563,69.3041,3.11252,86400,0,0,17151,0,0,0,0,0),(10679,1010,0,1,1,714,1,-3095.84,-1989.96,9.70878,4.21077,300,5,0,573,0,1,0,0,0),(10678,1010,0,1,1,714,1,-3110.67,-2209.49,9.8259,4.98503,300,10,0,573,0,1,0,0,0),(10677,1011,0,1,1,8598,1,-3085.95,-2081.94,9.68361,5.47017,300,10,0,617,0,1,0,0,0),(10676,1010,0,1,1,714,1,-3086.91,-2198.32,10.2686,1.15872,300,10,0,573,0,1,0,0,0),(10675,1011,0,1,1,8598,1,-3047.6,-2156.1,10.8375,4.07545,300,10,0,617,0,1,0,0,0),(10674,1011,0,1,1,8598,1,-3103.28,-1885.09,9.28619,0.877841,300,5,0,617,0,1,0,0,0),(10673,1011,0,1,1,8598,1,-2995.66,-2083.72,9.3249,3.98088,300,5,0,617,0,1,0,0,0),(10669,1011,0,1,1,8598,1,-3114.41,-1759.17,9.76753,4.19786,300,10,0,617,0,1,0,0,0),(10670,1011,0,1,1,8598,1,-3054.1,-2170.46,10.4786,4.93699,300,10,0,617,0,1,0,0,0),(10671,1010,0,1,1,714,1,-3104.2,-2288.1,10.7212,1.33776,300,5,0,573,0,1,0,0,0),(10672,1011,0,1,1,8598,1,-3025.86,-2150.13,9.41924,0.467851,300,5,0,617,0,1,0,0,0),(16083,2244,0,1,1,3621,1,-496.652,-1365.61,52.5659,5.55447,300,3,0,441,1272,1,0,0,0),(16082,2261,0,1,1,3623,1,-471.01,-1372.83,53.1909,0.392754,300,5,0,494,0,1,0,0,0),(16081,2261,0,1,1,3624,1,-478.077,-1377.84,52.8428,2.21907,300,0,0,494,0,2,0,0,0),(16078,2244,0,1,1,3621,1,-493.129,-1389.23,52.6909,0.461705,300,5,0,441,1272,1,0,0,0),(16079,2260,0,1,1,3616,1,-542.512,-1421.59,52.8582,1.06686,300,5,0,531,0,1,0,0,0),(16080,2261,0,1,1,3624,1,-484.858,-1364.44,52.5659,0.681621,300,5,0,494,0,1,0,0,0),(16077,2261,0,1,1,3624,1,-548.332,-1435.28,52.5659,4.3095,300,5,0,494,0,1,0,0,0),(16074,2356,0,1,1,3201,0,-680.857,-1181.33,61.6242,1.51216,300,10,0,944,0,1,0,0,0),(16075,2261,0,1,1,3624,1,-565.092,-1453.34,52.5659,0.028001,300,5,0,494,0,1,0,0,0),(16076,2261,0,1,1,3624,1,-571.805,-1478.68,52.5659,3.21325,300,5,0,494,0,1,0,0,0),(16073,2261,0,1,1,3623,1,-550.782,-1485.4,52.5659,0.39422,300,0,0,494,0,2,0,0,0),(16070,2244,0,1,1,3622,1,-489.81,-1480.94,88.1965,5.74802,300,3,0,441,1272,1,0,0,0),(16071,2260,0,1,1,3616,1,-491.299,-1451.99,88.1777,2.55109,300,5,0,531,0,1,0,0,0),(16072,2385,0,1,1,1056,0,-1049.88,-968.222,48.8569,1.58447,300,10,0,840,0,1,0,0,0),(16069,2244,0,1,1,3622,1,-459.746,-1342.88,53.9567,5.98839,300,0,0,441,1272,0,0,0,0),(16068,2385,0,1,1,1056,0,-785.94,-806.041,17.2611,4.67824,300,5,0,840,0,1,0,0,0),(16067,2261,0,1,1,3623,1,-468.673,-1506.6,87.9986,1.85378,300,3,0,494,0,1,0,0,0),(16066,2408,0,1,1,1244,0,-416.085,-1047.23,33.5042,3.39374,300,10,0,1050,0,1,0,0,0),(16062,2261,0,1,1,3624,1,-454.586,-1478.88,92.4341,4.48465,300,0,0,494,0,0,0,0,0),(16063,2428,0,1,1,3626,1,-465.482,-1476.91,90.1814,5.11627,300,0,0,664,0,0,0,0,0),(16064,2261,0,1,1,3623,1,-469.455,-1487.91,90.8258,0.3559,300,0,0,494,0,0,0,0,0),(16065,2261,0,1,1,3624,1,-446.996,-1344.94,53.6806,0.143676,300,0,0,494,0,0,0,0,0),(16061,2244,0,1,1,3621,1,-447.498,-1496.41,92.6918,3.98259,300,3,0,441,1272,1,0,0,0),(16060,2261,0,1,1,3623,1,-439.97,-1480.95,91.5015,3.25653,300,0,0,494,0,0,0,0,0),(16058,2261,0,1,1,3623,1,-482.032,-1426.55,89.1528,2.72781,300,3,0,494,0,1,0,0,0),(16059,2261,0,1,1,3623,1,-482.253,-1439.32,87.6714,1.7136,300,3,0,494,0,1,0,0,0),(16057,2261,0,1,1,3623,1,-461.146,-1424.09,91.3366,3.76438,300,0,0,494,0,2,0,0,0),(16056,2244,0,1,1,3622,1,-546.665,-1542.84,52.49,1.59802,300,0,0,441,1272,0,0,0,0),(16055,2356,0,1,1,3201,0,-315.579,-82.5931,62.699,2.37479,300,10,0,944,0,1,0,0,0),(34546,3816,1,1,1,1917,0,3569.3,376.768,5.36347,4.87625,300,10,0,417,0,1,0,0,0),(34545,3816,1,1,1,1917,0,3612.66,-180.003,3.43245,2.65156,300,15,0,417,0,1,0,0,0),(34544,3816,1,1,1,1917,0,3297.26,409.265,4.3049,0.035176,300,15,0,417,0,1,0,0,0),(10668,1010,0,1,1,714,1,-3083.97,-2019.31,9.24696,0.020649,300,5,0,573,0,1,0,0,0),(44653,17814,560,3,1,17959,1,2329.58,909.306,57.6643,1.24327,86400,0,0,17151,0,0,0,0,0),(10667,1010,0,1,1,714,1,-3089.05,-2262.01,9.71255,1.41251,300,5,0,573,0,1,0,0,0),(10666,1012,0,1,1,3196,1,-3040.23,-2165.8,9.49591,2.00713,300,6,0,664,0,1,0,0,0),(10665,1011,0,1,1,8598,1,-3039.15,-2160.94,9.54253,3.9619,300,6,0,617,0,1,0,0,0),(10664,1010,0,1,1,714,1,-3021.93,-2277.45,9.06767,3.65858,300,10,0,573,0,1,0,0,0),(10663,1010,0,1,1,714,1,-3123.12,-2279.55,9.22124,5.12226,300,5,0,573,0,1,0,0,0),(10662,1011,0,1,1,8598,1,-3100.93,-2190.84,9.27304,4.5204,300,6,0,617,0,1,0,0,0),(10661,1010,0,1,1,714,1,-3105.28,-2196.08,9.14616,1.29154,300,6,0,573,0,1,0,0,0),(10660,1011,0,1,1,8598,1,-3181.95,-1570.11,9.21252,3.50676,300,5,0,617,0,1,0,0,0),(10659,1008,0,1,1,355,1,-3743.18,-2923.83,12.3131,2.38279,300,5,0,531,0,1,0,0,0),(10658,1069,0,1,1,505,0,-3310.97,-3061.34,21.8519,2.40361,300,10,0,640,655,1,0,0,0),(10657,1042,0,1,1,9583,0,-3275.08,-2860.93,13.2735,3.43864,300,5,0,617,0,1,0,0,0),(10656,1010,0,1,1,714,1,-3764.27,-2913.63,12.0631,0,300,0,0,573,0,0,0,0,0),(10655,1008,0,1,1,355,1,-3783.92,-2891.24,9.39308,0.763302,300,5,0,531,0,1,0,0,0),(10654,1417,0,1,1,1035,0,-3377.8,-1273.79,6.97816,3.51157,300,10,0,531,0,1,0,0,0),(10653,1417,0,1,1,1035,0,-3446.69,-1181.37,9.18676,3.22031,300,10,0,531,0,1,0,0,0),(40162,17815,560,3,1,17947,1,1967.39,1164.56,31.6322,3.0901,86400,0,0,17151,0,0,0,0,0),(40161,17815,560,3,1,17947,1,2018.62,1040.51,25.9976,6.22536,86400,0,0,17151,0,0,0,0,0),(10649,1051,0,1,1,825,1,-2937.96,-2953.86,31.8491,5.78664,300,5,0,800,0,1,0,0,0),(10650,1008,0,1,1,355,1,-3920.36,-2901.42,12.1544,1.63144,300,10,0,531,0,1,0,0,0),(10651,1008,0,1,1,355,1,-3841.69,-2942.02,11.6355,0.426645,300,5,0,531,0,1,0,0,0),(10652,2093,0,1,1,1409,0,-3232.96,-2453.78,15.471,3.82227,300,0,0,484,0,0,0,0,0),(16054,2244,0,1,1,3621,1,-478.949,-1461.12,88.2165,3.23822,300,5,0,441,1272,1,0,0,0),(16053,2261,0,1,1,3624,1,-457.47,-1466.4,89.8368,5.34846,300,0,0,494,0,0,0,0,0),(16052,2260,0,1,1,3616,1,-551.233,-1526.66,53.0027,1.85365,300,0,0,531,0,0,0,0,0),(16051,2230,0,1,1,901,0,-8.45545,-902.741,57.5572,4.88904,300,0,0,42,0,0,0,0,0),(16050,2350,0,1,1,1989,0,-449.322,-922.361,43.2813,2.8649,300,5,0,494,0,1,0,0,0),(16049,2351,0,1,1,806,0,-213.276,-992.576,57.97,3.74207,300,3,0,677,0,1,0,0,0),(16048,2351,0,1,1,806,0,-330.599,-1060.35,41.8874,4.53823,300,3,0,677,0,1,0,0,0),(16047,14277,0,1,1,4978,1,-1300.57,-998.316,-0.99132,0.553209,43200,0,0,918,2457,0,0,0,0),(16046,2351,0,1,1,806,0,-625.437,84.3748,44.1438,4.43207,300,10,0,677,0,1,0,0,0),(16045,2351,0,1,1,806,0,-406.154,-994.215,41.5582,1.76297,300,10,0,677,0,1,0,0,0),(16044,2351,0,1,1,806,0,-555.413,513.577,82.0243,5.59705,300,10,0,677,0,1,0,0,0),(16043,2260,0,1,1,3618,1,-686.149,-1080.67,54.0781,4.16248,300,10,0,531,0,1,0,0,0),(16042,2350,0,1,1,1989,0,-414.084,-886.514,55.8601,4.35367,300,10,0,494,0,1,0,0,0),(16041,2350,0,1,1,1989,0,-283.259,-997.398,56.3949,4.31217,300,10,0,494,0,1,0,0,0),(16040,2350,0,1,1,1989,0,-374.454,-958.832,60.2315,0.290896,300,10,0,494,0,1,0,0,0),(16039,2349,0,1,1,6808,0,-833.878,-1010.76,37.8032,6.08273,300,10,0,664,0,1,0,0,0),(16038,2349,0,1,1,6808,0,-753.223,-1357.36,67.0002,5.50884,300,10,0,664,0,1,0,0,0),(16037,2356,0,1,1,3201,0,-826.047,-1334.96,63.2817,3.16453,300,5,0,944,0,1,0,0,0),(16036,2356,0,1,1,3201,0,-877.319,-1290.6,50.9381,0.886684,300,10,0,944,0,1,0,0,0),(16035,4075,0,1,1,1141,0,-479.856,-1351.45,52.8159,5.01413,300,5,0,8,0,1,0,0,0),(16034,2356,0,1,1,3201,0,-629.613,-962.754,42.5213,1.86198,300,10,0,944,0,1,0,0,0),(16033,2403,0,1,1,3620,1,-441.325,-108.685,55.0466,4.54965,300,0,0,664,0,0,0,0,0),(16029,2261,0,1,1,3623,1,-598.97,-1472.61,53.7374,6.14646,300,0,0,494,0,0,0,0,0),(16030,2244,0,1,1,3622,1,-469.19,-1358.91,52.5659,2.92968,300,5,0,441,1272,1,0,0,0),(16031,2260,0,1,1,3616,1,-467.731,-1334.11,54.0248,3.91675,300,0,0,531,0,0,0,0,0),(16032,2349,0,1,1,6808,0,-786.628,-1083.97,47.311,4.84765,300,10,0,664,0,1,0,0,0),(17771,1957,0,1,1,1994,1,796.192,192.002,35.0216,0.331613,275,0,0,356,0,0,0,0,0),(17770,883,0,1,1,347,0,972.351,1128.05,47.2905,0.551433,275,10,0,1,0,1,0,0,0),(17769,1765,0,1,1,11421,0,1501.68,728.545,44.2541,0.244979,275,3,0,198,0,1,0,0,0),(17768,1767,0,1,1,441,1,940.172,1077.77,36.8204,0.043028,275,0,0,247,0,0,0,0,0),(17767,1767,0,1,1,441,1,1220.3,875.851,29.7018,5.81154,275,10,0,247,0,1,0,0,0),(17766,1768,0,1,1,346,1,1297.92,655.729,29.1939,5.25281,275,5,0,253,264,1,0,0,0),(17765,1767,0,1,1,441,1,1302.86,654.164,32.1493,0,275,0,0,247,0,0,0,0,0),(17764,1768,0,1,1,346,1,1312.11,651.504,33.1493,0,275,0,0,253,264,0,0,0,0),(17763,1767,0,1,1,441,1,1291.41,714.555,31.2701,5.13716,275,10,0,247,0,1,0,0,0),(17762,1767,0,1,1,441,1,1327.83,772.046,32.704,4.0169,275,10,0,247,0,1,0,0,0),(16028,2244,0,1,1,3621,1,-599.934,-1485.98,54.0604,0.207468,300,0,0,441,1272,0,0,0,0),(16026,2260,0,1,1,3618,1,-589.33,-1470.31,53.6573,4.76182,300,0,0,531,0,0,0,0,0),(16027,2473,0,1,1,935,0,-300.226,-1629.49,93.2633,6.02378,300,0,0,1753,0,0,0,0,0),(17761,1909,0,1,1,757,1,1123.15,485.205,36.969,1.58453,275,10,0,377,408,1,0,0,0),(17760,1909,0,1,1,757,1,1081.67,716.534,45.1172,2.01126,275,10,0,377,408,1,0,0,0),(1347,684,0,1,1,633,0,-12252.3,-951.109,44.5195,0.255408,300,5,0,1536,0,1,0,0,0),(1346,772,0,1,1,614,0,-12351.8,-844.327,40.3441,2.86061,300,5,0,1536,0,1,0,0,0),(1345,756,0,1,1,633,0,-13046.3,-650.538,52.967,4.24215,300,5,0,1902,0,1,0,0,0),(1344,669,0,1,1,4628,1,-13044.2,-653.226,52.8061,5.66157,300,5,0,1902,0,1,0,0,0),(1343,684,0,1,1,633,0,-12192.4,-949.117,33.2409,2.46563,300,10,0,1536,0,1,0,0,0),(1342,730,0,1,1,8472,0,-13076.6,387.179,15.4089,3.01239,480,0,0,1973,0,0,0,0,0),(1341,1491,0,1,1,4923,1,-13374.3,-24.8169,23.3435,2.02285,300,0,0,2138,0,0,0,0,0),(1340,782,0,1,1,4625,1,-13027.2,-623.455,53.8123,2.64135,300,5,0,1902,0,1,0,0,0),(16025,2474,0,1,1,935,0,-286.934,-1617.79,93.5605,5.74612,300,0,0,1753,0,0,0,0,0),(16024,2244,0,1,1,3621,1,-438.009,-1419.25,101.209,1.51948,300,0,0,441,1272,0,0,0,0),(16023,2354,0,1,1,1007,0,-517.883,-508.926,41.7339,1.75554,300,5,0,742,0,1,0,0,0),(16022,2356,0,1,1,3201,0,-254.389,-1408.28,95.1853,4.23043,300,10,0,944,0,1,0,0,0),(16021,2354,0,1,1,1007,0,-442.793,-1060.55,41.6792,4.71759,300,5,0,742,0,1,0,0,0),(16020,2274,0,1,1,855,0,-353.534,21.4088,54.6594,3.68102,300,0,0,664,0,0,0,0,0),(16019,2360,0,1,1,3703,1,-444.332,-111.47,55.1276,1.16937,300,0,0,573,0,0,0,0,0),(16018,2356,0,1,1,3201,0,-230.366,-1294.41,98.5433,3.22765,300,5,0,944,0,1,0,0,0),(16017,2450,0,1,1,3645,0,-850.691,70.7417,3.08554,5.24437,300,0,0,950,0,0,0,0,0),(16016,2266,0,1,1,3612,1,-592.329,-14.9125,46.0869,3.89208,300,0,0,617,0,0,0,0,0),(16015,2371,0,1,1,4982,1,-970.176,-636.167,1.72951,2.79342,300,10,0,935,878,1,0,0,0),(16014,2369,0,1,1,11255,1,-953.952,-651.821,0.613776,3.51775,300,10,0,1050,0,1,0,0,0),(16013,2369,0,1,1,11255,1,-1020.63,-721.132,-3.08293,4.25557,300,10,0,1050,0,1,0,0,0),(16012,2369,0,1,1,11255,1,-1024.07,-651.842,-2.68214,3.71359,300,10,0,1050,0,1,0,0,0),(16011,2384,0,1,1,1059,0,-642.456,-625.697,33.45,3.93799,300,10,0,617,0,1,0,0,0),(16010,2369,0,1,1,11255,1,-1060.1,-683.017,-2.06128,3.11567,300,10,0,1050,0,1,0,0,0),(16009,2369,0,1,1,11255,1,-1074.24,-784.352,-0.45589,4.31083,300,10,0,1050,0,1,0,0,0),(16008,2371,0,1,1,4982,1,-1019.41,-808.248,12.5809,1.71042,300,0,0,935,878,0,0,0,0),(16007,2371,0,1,1,4982,1,-1008.69,-811.436,13.548,0.651883,300,10,0,935,878,1,0,0,0),(16006,2371,0,1,1,4982,1,-987.65,-786.348,10.1752,3.36846,300,10,0,935,878,1,0,0,0),(16005,2369,0,1,1,11255,1,-1093.63,-794.607,0.716737,3.43866,300,10,0,1050,0,1,0,0,0),(16004,2369,0,1,1,11255,1,-973.181,-676.776,-1.17504,0.379857,300,10,0,1050,0,1,0,0,0),(16003,2371,0,1,1,4982,1,-1012.29,-742.326,0.1856,0.885391,300,10,0,935,878,1,0,0,0),(16002,2371,0,1,1,4982,1,-961.973,-703.476,1.4151,0.400376,300,10,0,935,878,1,0,0,0),(16001,2371,0,1,1,4982,1,-910.493,-699.774,0.457766,0.820305,300,0,0,935,878,0,0,0,0),(16000,2369,0,1,1,11255,1,-1014.37,-780.942,8.83467,5.14379,300,10,0,1050,0,1,0,0,0),(15999,2369,0,1,1,11255,1,-997.601,-620.645,-2.21172,3.80559,300,10,0,1050,0,1,0,0,0),(15998,2371,0,1,1,4982,1,-986.703,-735.016,1.36451,1.39883,300,10,0,935,878,1,0,0,0),(15997,2371,0,1,1,4982,1,-922.238,-673.814,1.31437,0.391889,300,10,0,935,878,1,0,0,0),(15996,2348,0,1,1,8014,0,-1005.81,-1086.8,45.8794,5.99907,300,10,0,787,0,1,0,0,0),(15995,2387,0,1,1,3628,1,-472.141,129.115,56.9653,1.62754,300,5,0,590,1633,1,0,0,0),(15994,2268,0,1,1,4125,1,-455.989,133.747,56.6959,3.92699,300,0,0,734,0,0,0,0,0),(15993,2387,0,1,1,3628,1,-505.131,40.7924,51.101,4.46351,300,0,0,590,1633,2,0,0,0),(15992,2268,0,1,1,4125,1,-515.851,36.3808,49.7429,4.13643,300,0,0,734,0,0,0,0,0),(15991,2356,0,1,1,3201,0,-881.253,-379.278,23.3121,0.646431,300,10,0,944,0,1,0,0,0),(15990,2356,0,1,1,3201,0,-844.534,-263.891,37.0155,3.08047,300,0,0,944,0,0,0,0,0),(15989,2387,0,1,1,3628,1,-499.489,100.49,59.0596,3.79877,300,0,0,590,1633,0,0,0,0),(15988,2387,0,1,1,3628,1,-515.048,102.412,58.2404,0.663225,300,0,0,590,1633,0,0,0,0),(15987,2335,0,1,1,3637,1,-488.417,117.206,60.5016,3.15905,300,0,0,774,2175,0,0,0,0),(15986,2387,0,1,1,3628,1,-520.281,123.661,59.1425,4.10152,300,0,0,590,1633,0,0,0,0),(15985,2448,0,1,1,3644,1,-504.812,122.342,59.1425,4.83456,300,0,0,787,0,0,0,0,0),(15984,2384,0,1,1,1059,0,-437.881,-642.767,50.2695,2.19546,300,10,0,617,0,1,0,0,0),(15983,2354,0,1,1,1007,0,-553.116,-528.645,39.1927,2.3907,300,5,0,742,0,1,0,0,0),(15982,620,0,1,1,304,0,-605.529,-52.7843,46.0306,2.89662,300,5,0,1,0,1,0,0,0),(15981,2354,0,1,1,1007,0,-482.575,-349.261,48.8531,2.75209,300,10,0,742,0,1,0,0,0),(15980,2354,0,1,1,1007,0,-426.953,-422.367,50.2764,3.74663,300,10,0,742,0,1,0,0,0),(15979,2354,0,1,1,1007,0,-460.51,-385.089,50.0196,3.87442,300,10,0,742,0,1,0,0,0),(15978,2354,0,1,1,1007,0,-388.602,-503.858,52.0591,1.33624,300,10,0,742,0,1,0,0,0),(15976,2436,0,1,1,3667,1,-779.124,-541.825,18.2954,2.97205,300,0,0,713,0,2,0,0,0),(15977,2354,0,1,1,1007,0,-405.951,-579.742,54.0416,5.26085,300,5,0,742,0,1,0,0,0),(15975,2354,0,1,1,1007,0,-586.55,-487.772,35.5059,0.573873,300,10,0,742,0,1,0,0,0),(15974,2347,0,1,1,1149,0,-489.536,-1727.08,81.0306,5.61232,300,0,0,1753,0,0,0,0,0),(15973,14278,0,1,1,491,1,-879.45,-1032.25,30.4729,4.41118,43200,0,0,896,0,0,0,0,0),(15972,2356,0,1,1,3201,0,-314.518,-1318.04,73.0841,0.38232,300,10,0,944,0,1,0,0,0),(15971,2385,0,1,1,1056,0,-686.351,-884.803,25.968,3.94177,300,5,0,840,0,1,0,0,0),(15970,14276,0,1,1,540,0,-1169.36,136.213,0.331683,4.57671,43200,0,0,1003,0,0,0,0,0),(15969,2244,0,1,1,3622,1,-526.209,-1485.96,76.524,0,300,0,0,441,1272,0,0,0,0),(15968,2268,0,1,1,4125,1,-504.863,78.1568,56.6999,4.97419,300,0,0,734,0,0,0,0,0),(15967,2387,0,1,1,3628,1,-529.079,98.8507,56.9004,0.067937,300,5,0,590,1633,1,0,0,0),(15966,2268,0,1,1,4125,1,-500.698,63.0438,56.2812,4.71283,300,0,0,734,0,0,0,0,0),(15965,2350,0,1,1,1989,0,-328.973,-1233.32,64.7256,2.53481,300,10,0,494,0,1,0,0,0),(15964,2354,0,1,1,1007,0,-357.105,-1177.88,57.8301,2.18264,300,10,0,742,0,1,0,0,0),(15963,2384,0,1,1,1059,0,-343.537,-200.148,62.0073,5.17866,300,10,0,617,0,1,0,0,0),(15962,2265,0,1,1,3613,1,-548.913,55.2719,51.5509,1.85953,300,0,0,664,0,0,0,0,0),(15961,2404,0,1,1,3631,1,-547.664,39.1455,49.4283,4.85202,300,0,0,787,0,0,0,0,0),(15960,2265,0,1,1,3613,1,-536.466,69.2499,53.9965,0.925025,300,0,0,664,0,0,0,0,0),(15959,2267,0,1,1,11035,1,-569.338,79.7551,53.84,4.2586,300,0,0,664,0,0,0,0,0),(15958,2265,0,1,1,3613,1,-577.725,43.9947,49.9676,1.78024,300,0,0,664,0,0,0,0,0),(15957,2387,0,1,1,3628,1,-590.247,30.4477,47.9837,1.18815,300,5,0,590,1633,1,0,0,0),(15956,2265,0,1,1,3613,1,-596.716,46.1063,49.2383,4.67471,300,0,0,664,0,0,0,0,0),(15954,2265,0,1,1,3613,1,-596.723,69.8905,45.1122,4.91561,300,0,0,664,0,0,0,0,0),(15955,2384,0,1,1,1059,0,-259.05,-525.289,63.7853,4.02204,300,5,0,617,0,1,0,0,0),(17759,1909,0,1,1,757,1,1071.92,644.748,50.4765,3.60342,275,10,0,377,408,1,0,0,0),(34543,3816,1,1,1,1917,0,3606.53,567.732,6.21951,4.53088,300,15,0,417,0,1,0,0,0),(34542,3816,1,1,1,1917,0,3209.99,659.261,0.470335,3.56297,300,15,0,417,0,1,0,0,0),(34541,3816,1,1,1,1917,0,3195.42,452.228,0.347857,2.49008,300,15,0,417,0,1,0,0,0),(34540,3816,1,1,1,1917,0,3501.98,68.6708,6.36978,4.68907,300,15,0,417,0,1,0,0,0),(34539,3816,1,1,1,1917,0,3223.69,450.574,-0.033513,0.058641,300,15,0,417,0,1,0,0,0),(34538,3816,1,1,1,1917,0,3807.52,748.132,9.6702,0.828249,300,5,0,417,0,1,0,0,0),(34537,3816,1,1,1,1917,0,3767.19,241.146,3.18804,5.8874,300,5,0,417,0,1,0,0,0),(34536,3816,1,1,1,1917,0,3675.5,271.704,22.6159,4.59385,300,0,0,417,0,0,0,0,0),(34535,3816,1,1,1,1917,0,3681.39,-149.931,4.10857,6.05009,300,15,0,417,0,1,0,0,0),(34534,3816,1,1,1,1917,0,3199.74,717.939,5.55674,0.228149,300,15,0,417,0,1,0,0,0),(34533,3816,1,1,1,1917,0,3208.72,547.191,-1.05039,2.53104,300,15,0,417,0,1,0,0,0),(34532,3816,1,1,1,1917,0,3522.32,389.378,2.80741,1.8235,300,15,0,417,0,1,0,0,0),(34531,3816,1,1,1,1917,0,4001.92,735.882,9.17015,2.80008,300,5,0,417,0,1,0,0,0),(34530,3816,1,1,1,1917,0,3657.27,41.67,3.05213,2.9646,300,15,0,417,0,1,0,0,0),(34529,3816,1,1,1,1917,0,3528.14,417.662,1.96072,1.27791,300,15,0,417,0,1,0,0,0),(34528,3816,1,1,1,1917,0,3348.99,619.936,4.46005,2.94496,300,15,0,417,0,1,0,0,0),(34527,3816,1,1,1,1917,0,3456.4,533.075,6.43227,5.22233,300,5,0,417,0,1,0,0,0),(17758,1909,0,1,1,757,1,1070.18,738.322,43.7294,5.88757,275,3,0,377,408,1,0,0,0),(17757,1909,0,1,1,757,1,1110.07,679.819,40.5402,6.20889,275,10,0,377,408,1,0,0,0),(17756,1909,0,1,1,757,1,1059.24,699.934,52.6562,2.28917,275,10,0,377,408,1,0,0,0),(17755,1909,0,1,1,757,1,1077.57,521.589,33.0805,3.36541,275,10,0,377,408,1,0,0,0),(17754,1889,0,1,1,3586,1,36.2099,794.693,69.717,3.50222,275,3,0,379,1118,1,0,0,0),(17753,1889,0,1,1,3585,1,18.2747,787.273,65.1348,5.95157,275,0,0,379,1118,0,0,0,0),(15952,2373,0,1,1,662,1,-903.485,-1054.08,30.4312,1.90241,300,0,0,665,1812,0,0,0,0),(15953,2354,0,1,1,1007,0,-314.358,-531.539,56.6564,4.66351,300,10,0,742,0,1,0,0,0),(15950,2372,0,1,1,10643,1,-918.974,-1011.75,30.4729,1.066,300,10,0,787,0,1,0,0,0),(15951,2373,0,1,1,662,1,-927.259,-946.972,31.3695,2.85981,300,5,0,665,1812,1,0,0,0),(17752,1888,0,1,1,3567,1,35.8256,784.977,64.9515,1.21437,275,0,0,354,1326,0,0,0,0),(17751,1889,0,1,1,3585,1,19.9604,785.94,64.9515,3.09187,275,5,0,379,1118,1,0,0,0),(17750,1889,0,1,1,3585,1,67.6706,786.993,64.0731,5.73697,275,0,0,379,1118,0,0,0,0),(17749,1889,0,1,1,3586,1,75.6378,760.819,63.5977,4.34587,275,0,0,379,1118,0,0,0,0),(17748,1888,0,1,1,3566,1,68.6201,772.337,64.0461,5.7731,275,3,0,354,1326,1,0,0,0),(17747,1888,0,1,1,3566,1,-115.605,736.628,64.6895,4.17457,275,5,0,354,1326,1,0,0,0),(17746,1888,0,1,1,3567,1,-65.625,734.375,66.8521,4.22428,275,5,0,354,1326,1,0,0,0),(17745,6033,0,1,1,7449,0,1262.94,462.504,12.0284,5.16617,275,0,0,328,0,0,0,0,0),(15947,2372,0,1,1,10643,1,-886.941,-984.868,30.4711,5.27392,300,10,0,787,0,1,0,0,0),(15948,2373,0,1,1,662,1,-887.514,-1026.75,30.4729,2.81519,300,5,0,665,1812,1,0,0,0),(15949,2350,0,1,1,1989,0,111.332,-761.011,70.7384,2.98571,300,10,0,494,0,1,0,0,0),(15946,2373,0,1,1,662,1,-863.453,-972.389,30.5273,1.23918,300,0,0,665,1812,0,0,0,0),(34526,3816,1,1,1,1917,0,3657.9,14.3296,1.8903,3.46668,300,15,0,417,0,1,0,0,0),(34525,3816,1,1,1,1917,0,3405.32,517.013,7.14339,1.24195,300,2,0,417,0,1,0,0,0),(34514,3816,1,1,1,1917,0,3179.98,654.314,1.33118,6.10396,300,15,0,417,0,1,0,0,0),(34513,3816,1,1,1,1917,0,3625.19,-113.677,5.36703,0.753149,300,5,0,417,0,1,0,0,0),(1339,1150,0,1,1,1039,0,-11782.9,-324.206,12.3672,2.83832,300,5,0,1050,0,1,0,0,0),(34512,3816,1,1,1,1917,0,3373.62,407.272,3.31887,1.89026,300,15,0,417,0,1,0,0,0),(34511,3816,1,1,1,1917,0,3258.75,714.065,5.52514,5.5886,300,5,0,417,0,1,0,0,0),(34510,3816,1,1,1,1917,0,3295.1,559.898,0.484956,2.50317,300,15,0,417,0,1,0,0,0),(34509,3816,1,1,1,1917,0,3310.4,581.38,0.859878,1.68523,300,15,0,417,0,1,0,0,0),(34508,3816,1,1,1,1917,0,3398.12,440.127,4.59615,1.93208,300,5,0,417,0,1,0,0,0),(34507,3816,1,1,1,1917,0,3293.48,757.437,7.18428,0.020505,300,5,0,417,0,1,0,0,0),(34506,3816,1,1,1,1917,0,3644.09,325.707,28.7271,1.32392,300,15,0,417,0,1,0,0,0),(34505,3816,1,1,1,1917,0,3236.99,684.325,3.07932,2.04812,300,15,0,417,0,1,0,0,0),(34504,3816,1,1,1,1917,0,3406.3,482.123,8.72184,3.12792,300,2,0,417,0,1,0,0,0),(34503,3815,1,1,1,1267,0,2893.37,-1202.84,179.034,-0.213806,300,0,0,787,0,0,0,0,0),(34502,3815,1,1,1,1267,0,2705.27,-1872.37,206.991,3.84207,300,0,0,787,0,0,0,0,0),(34498,3815,1,1,1,1267,0,2719.52,-1883.89,193.313,5.97662,300,0,0,787,0,0,0,0,0),(34497,3814,1,1,1,1001,0,4113.58,1051.28,2.90868,6.06919,300,12,0,494,0,1,0,0,0),(34496,3814,1,1,1,1001,0,3944.58,889.18,0.363956,4.31339,300,12,0,494,0,1,0,0,0),(34495,3814,1,1,1,1001,0,3513.35,919.406,3.06748,3.3888,300,12,0,494,0,1,0,0,0),(34494,3814,1,1,1,1001,0,4087.03,955.134,0.400219,3.68704,300,12,0,494,0,1,0,0,0),(34493,3814,1,1,1,1001,0,3454.9,1039.79,0.350428,2.08728,300,12,0,494,0,1,0,0,0),(34492,3814,1,1,1,1001,0,3422.17,1081.35,-1.18897,2.2374,300,12,0,494,0,1,0,0,0),(34491,3814,1,1,1,1001,0,3979.8,837.317,3.13173,5.15239,300,12,0,494,0,1,0,0,0),(1338,1550,0,1,1,8802,0,-13319.9,-417.584,14.7499,3.79955,300,0,0,1902,0,0,0,0,0),(34490,3814,1,1,1,1001,0,3848.9,981.334,-9.44697,5.83366,300,12,0,494,0,1,0,0,0),(34489,3814,1,1,1,1001,0,4020.31,1019,-10.3574,5.72019,300,12,0,494,0,1,0,0,0),(34488,3814,1,1,1,1001,0,4208.22,1206.12,-6.01602,4.14334,300,12,0,494,0,1,0,0,0),(34487,3814,1,1,1,1001,0,4087.54,1362.35,-0.342309,1.24781,300,12,0,494,0,1,0,0,0),(34486,3814,1,1,1,1001,0,4221.55,1155.21,7.63751,5.89321,300,12,0,494,0,1,0,0,0),(34485,3814,1,1,1,1001,0,4016.64,1082,-18.7409,2.75492,300,12,0,494,0,1,0,0,0),(1337,1491,0,1,1,4923,1,-13385.4,-13.2617,21.9685,0.35253,300,0,0,2138,0,0,0,0,0),(34484,3814,1,1,1,1001,0,4080.68,1151.58,-0.000506,0.139956,300,12,0,494,0,1,0,0,0),(34483,3814,1,1,1,1001,0,3786,914.94,-5.15586,0.918286,300,12,0,494,0,1,0,0,0),(1336,772,0,1,1,614,0,-12147.5,-846.319,40.2675,4.53568,300,5,0,1536,0,1,0,0,0),(34482,3814,1,1,1,1001,0,4173.52,1186.91,0.825326,2.99058,300,12,0,494,0,1,0,0,0),(34481,3814,1,1,1,1001,0,4072.53,1018.74,0.649689,0.35935,300,12,0,494,0,1,0,0,0),(10648,1042,0,1,1,9583,0,-3363.83,-2854.13,13.6016,3.38005,300,5,0,617,0,1,0,0,0),(10647,1051,0,1,1,825,1,-2962.81,-2995.52,37.1024,0.836583,300,10,0,800,0,1,0,0,0),(10646,1417,0,1,1,1035,0,-3142.05,-2057.34,9.31714,5.40919,300,10,0,531,0,1,0,0,0),(10645,1417,0,1,1,1035,0,-3046.68,-1545.77,3.86978,5.03378,300,10,0,531,0,1,0,0,0),(10644,1400,0,1,1,1036,0,-2882.06,-1955.16,6.3417,5.32855,300,10,0,617,0,1,0,0,0),(10643,1400,0,1,1,1036,0,-2980.81,-1847.41,8.67743,0.418224,300,10,0,617,0,1,0,0,0),(10642,1400,0,1,1,1036,0,-2945.88,-1819.83,2.55004,5.96255,300,10,0,617,0,1,0,0,0),(10641,1400,0,1,1,1036,0,-2889.06,-1823.62,8.21253,3.43329,300,10,0,617,0,1,0,0,0),(10640,2089,0,1,1,925,0,-2888.13,-1091.87,8.17581,1.06895,300,10,0,734,0,1,0,0,0),(10639,1400,0,1,1,1036,0,-2888.7,-1415.56,6.29486,0.084454,300,10,0,617,0,1,0,0,0),(10638,1051,0,1,1,825,1,-2962.53,-2967.82,33.1604,1.63364,300,10,0,800,0,1,0,0,0),(10637,1040,0,1,1,2023,0,-3051.6,-2357.8,6.35521,2.53902,300,10,0,664,0,1,0,0,0),(10636,1039,0,1,1,713,0,-3851.69,-2874.98,4.60769,3.3501,300,10,0,494,0,1,0,0,0),(10635,1039,0,1,1,713,0,-3307.77,-1236.44,6.43564,4.85986,300,10,0,494,0,1,0,0,0),(10634,1417,0,1,1,1035,0,-3899.99,-2889.88,8.25753,2.88477,300,10,0,531,0,1,0,0,0),(10629,1052,0,1,1,3490,1,-2601.05,-2325.3,87.315,2.05797,300,5,0,853,0,1,0,0,0),(10630,1008,0,1,1,355,1,-3777.58,-2934.21,13.224,2.90903,300,5,0,531,0,1,0,0,0),(10631,1035,0,1,1,4917,1,-3373.59,-2472.91,53.6203,0.15708,300,0,0,635,0,0,0,0,0),(10632,1417,0,1,1,1035,0,-3847.47,-2910.66,6.05337,2.92993,300,10,0,531,0,1,0,0,0),(10633,1417,0,1,1,1035,0,-3851.13,-2947.73,11.7605,0.828167,300,10,0,531,0,1,0,0,0),(17744,1951,0,1,1,3541,0,1314.01,1205.91,58.5953,3.28122,275,0,0,300,0,0,0,0,0),(17743,1889,0,1,1,3585,1,201.63,713.815,46.2771,5.32696,275,5,0,379,1118,1,0,0,0),(17742,1889,0,1,1,3588,1,271.752,726.094,44.1524,5.83788,275,5,0,379,1118,1,0,0,0),(17741,1908,0,1,1,540,0,484.447,724.095,33.678,0.331613,275,0,0,404,456,0,0,0,0),(17740,1909,0,1,1,757,1,472.546,712.838,32.5616,5.72468,275,0,0,377,408,0,0,0,0),(17739,1909,0,1,1,757,1,484.952,682.805,24.0353,0.506145,275,10,0,377,408,1,0,0,0),(17738,2054,0,1,1,3554,1,-695.406,1583.27,17.586,2.60054,275,0,0,404,456,0,0,0,0),(17737,1768,0,1,1,346,1,1107.19,1021.97,29.8084,1.66096,275,10,0,253,264,1,0,0,0),(17736,2053,0,1,1,3553,1,-698.665,1585.19,17.211,6.12611,275,0,0,417,0,0,0,0,0),(15945,2372,0,1,1,10643,1,-913.152,-922.824,31.7547,2.15176,300,10,0,787,0,1,0,0,0),(15944,2379,0,1,1,3704,1,-706.285,-574.311,25.4187,1.3439,300,0,0,1342,0,0,0,0,0),(15943,620,0,1,1,304,0,-753.823,-573.231,19.5524,1.55322,300,5,0,1,0,1,0,0,0),(15942,2364,0,1,1,3658,1,-863.837,-569.354,11.3463,6.12611,300,0,0,1221,0,0,0,0,0),(15941,2354,0,1,1,1007,0,-681.814,-358.158,34.8029,5.07652,300,5,0,742,0,1,0,0,0),(15940,2386,0,1,1,3708,1,-687.306,-545.26,27.9165,5.47293,300,10,0,2310,0,1,0,0,0),(15939,2372,0,1,1,10643,1,-866.23,-959.357,32.3744,3.24144,300,5,0,787,0,1,0,0,0),(15938,17218,0,1,1,16913,0,-852.096,-564.859,11.1483,4.24115,300,0,0,888,935,0,0,0,0),(15937,2438,0,1,1,1662,1,-784.662,-515.103,17.7243,3.45575,300,0,0,1163,0,0,0,0,0),(15936,9978,0,1,1,9252,1,-854.463,-546.697,11.1855,1.65806,300,0,0,1003,0,0,0,0,0),(15935,2386,0,1,1,3708,1,-844.165,-537.494,12.3683,1.64509,300,5,0,2310,0,1,0,0,0),(15934,2386,0,1,1,3708,1,-797.664,-511.618,18.7153,2.33625,300,5,0,2310,0,1,0,0,0),(15933,2380,0,1,1,3649,1,-818.228,-563.156,16.4909,1.06465,300,0,0,1279,0,0,0,0,0),(15932,2270,0,1,1,5785,1,-857.475,198.484,17.512,3.83494,300,0,0,840,0,0,0,0,0),(15931,2269,0,1,1,3629,1,-830.034,186.308,20.8517,5.02655,300,0,0,787,0,0,0,0,0),(15930,2363,0,1,1,3646,1,-814.043,-560.325,16.4919,2.05949,300,0,0,950,0,0,0,0,0),(15929,2386,0,1,1,3708,1,-677.245,-593.36,29.3061,4.33442,300,10,0,2310,0,1,0,0,0),(15928,2386,0,1,1,3708,1,-876.279,-542.11,7.71938,6.18679,300,5,0,2310,0,1,0,0,0),(15927,2386,0,1,1,3705,1,-720.244,-525.48,23.8043,5.2589,300,10,0,2310,0,1,0,0,0),(15926,2269,0,1,1,3629,1,-808.512,183.63,20.5318,0.436332,300,0,0,787,0,0,0,0,0),(15925,2386,0,1,1,3708,1,-774.112,-530.455,20.5903,3.07312,300,5,0,2310,0,1,0,0,0),(15924,2277,0,1,1,3702,1,-817.945,-551.606,15.4026,1.79769,300,0,0,1003,0,0,0,0,0),(15923,2503,0,1,1,3633,1,-865.553,186.77,16.0791,3.22461,300,0,0,840,0,2,0,0,0),(15922,2269,0,1,1,3629,1,-769.062,160.931,21.3047,5.11381,300,0,0,787,0,0,0,0,0),(15921,2269,0,1,1,3629,1,-801.495,164.293,20.2229,4.08407,300,0,0,787,0,0,0,0,0),(34480,3814,1,1,1,1001,0,3911.12,916.159,0.77649,4.35202,300,12,0,494,0,1,0,0,0),(34468,3814,1,1,1,1001,0,3384.01,1183.14,-38.7858,1.99031,300,12,0,494,0,1,0,0,0),(17735,1909,0,1,1,757,1,1144.96,708.665,22.516,0.971161,275,10,0,377,408,1,0,0,0),(15920,2349,0,1,1,6808,0,-219.502,-114.448,79.7089,-2.50544,300,3,0,664,0,1,0,0,0),(15919,2503,0,1,1,3633,1,-780.465,118.392,15.9959,6.18421,300,3,0,840,0,1,0,0,0),(15918,2503,0,1,1,3633,1,-720.836,127.914,21.2886,0.90544,300,3,0,840,0,1,0,0,0),(15917,2269,0,1,1,3629,1,-754.967,177.304,22.9019,2.14675,300,0,0,787,0,0,0,0,0),(15916,2269,0,1,1,3629,1,-751.105,106.233,14.4266,4.31096,300,0,0,787,0,0,0,0,0),(15915,2269,0,1,1,3629,1,-740.655,132.525,20.4905,2.54818,300,0,0,787,0,0,0,0,0),(15914,2356,0,1,1,3201,0,-257.809,-123.868,72.527,1.08276,300,10,0,944,0,1,0,0,0),(15913,2503,0,1,1,3633,1,-730.465,120.743,18.7549,0.249042,300,3,0,840,0,1,0,0,0),(15912,2269,0,1,1,3629,1,-773.183,117.194,16.2856,1.22173,300,0,0,787,0,0,0,0,0),(15911,2269,0,1,1,3629,1,-733.271,95.0208,13.8402,5.35816,300,0,0,787,0,0,0,0,0),(15910,2503,0,1,1,3633,1,-812.38,127.538,15.2334,2.59262,300,3,0,840,0,1,0,0,0),(15909,2269,0,1,1,3629,1,-775.06,81.9661,11.1969,1.48353,300,0,0,787,0,0,0,0,0),(15908,2269,0,1,1,3629,1,-750.529,92.1614,12.354,2.51327,300,0,0,787,0,0,0,0,0),(15907,2269,0,1,1,3629,1,-753.759,63.1653,12.3501,4.81711,300,0,0,787,0,0,0,0,0),(15906,2350,0,1,1,1989,0,-145.794,-1018.89,49.4312,1.69999,300,5,0,494,0,1,0,0,0),(15905,2349,0,1,1,6808,0,-231.296,-40.2485,68.282,4.95476,300,3,0,664,0,1,0,0,0),(15904,2503,0,1,1,3633,1,-761.155,70.6597,11.9846,1.13283,300,5,0,840,0,1,0,0,0),(15903,2503,0,1,1,3633,1,-827.768,143.352,2.10596,4.14994,300,3,0,840,0,1,0,0,0),(15902,2384,0,1,1,1059,0,-372.388,-142.822,60.1211,2.07381,300,10,0,617,0,1,0,0,0),(15901,2269,0,1,1,3629,1,-822.862,140.313,2.78694,6.16101,300,0,0,787,0,0,0,0,0),(15900,2354,0,1,1,1007,0,-509.07,-231.847,52.4347,1.60984,300,10,0,742,0,1,0,0,0),(15899,2269,0,1,1,3629,1,-804.699,102.197,6.67608,0.837758,300,0,0,787,0,0,0,0,0),(15898,2305,0,1,1,3635,1,-794.957,67.9863,9.08155,2.74017,300,0,0,852,852,0,0,0,0),(15897,2269,0,1,1,3629,1,-786.471,92.4715,8.23386,6.05629,300,0,0,787,0,0,0,0,0),(15896,2354,0,1,1,1007,0,-405.116,-165.273,57.387,4.89867,300,10,0,742,0,1,0,0,0),(15895,2503,0,1,1,3633,1,-800.213,77.8262,5.58646,4.54438,300,5,0,840,0,1,0,0,0),(15894,4075,0,1,1,2176,0,-45.6027,-920.275,54.7737,4.93786,300,5,0,8,0,1,0,0,0),(15893,2284,0,1,1,3683,0,0.299552,-938.505,61.935,3.49132,300,0,0,86,0,0,0,0,0),(15892,2284,0,1,1,3683,0,-7.60962,-943.344,62.0204,0.523599,300,0,0,86,0,0,0,0,0),(15891,2284,0,1,1,3683,0,0.350253,-946.004,62.022,1.62316,300,0,0,86,0,0,0,0,0),(15890,4075,0,1,1,1418,0,-129.93,-904.602,55.3269,1.41392,300,5,0,8,0,1,0,0,0),(15889,2354,0,1,1,1007,0,-442.43,-241.807,67.344,1.67843,300,3,0,742,0,1,0,0,0),(15888,2384,0,1,1,1059,0,-156.645,-456.74,76.9884,4.00864,300,10,0,617,0,1,0,0,0),(15887,2354,0,1,1,1007,0,-554.745,-226.27,50.1099,4.76431,300,10,0,742,0,1,0,0,0),(15886,4075,0,1,1,1418,0,-87.7202,-868.858,55.263,2.24301,300,5,0,8,0,1,0,0,0),(15885,2373,0,1,1,662,1,-920.913,-985.44,30.4711,0.994206,300,10,0,665,1812,1,0,0,0),(15884,2373,0,1,1,662,1,-914.789,-957.276,30.7735,4.40343,300,5,0,665,1812,1,0,0,0),(15883,2356,0,1,1,3201,0,-780.306,29.5933,33.9577,4.48398,300,5,0,944,0,1,0,0,0),(15882,2351,0,1,1,806,0,-154.869,-1083.22,44.9834,1.20699,300,5,0,677,0,1,0,0,0),(15881,2344,0,1,1,3763,1,-1292.91,-1232.05,23.0402,2.68781,300,0,0,732,756,0,0,0,0),(15880,2351,0,1,1,806,0,-92.2192,-1049.1,45.9574,0.295124,300,5,0,677,0,1,0,0,0),(15879,2270,0,1,1,3632,1,-885.788,153.941,24.7464,0.241637,300,3,0,840,0,1,0,0,0),(15878,2350,0,1,1,1989,0,-180.958,-1035.07,49.727,5.48398,300,10,0,494,0,1,0,0,0),(15877,2270,0,1,1,5785,1,-887.845,188.292,15.6899,0.068386,300,5,0,840,0,1,0,0,0),(15876,2346,0,1,1,3765,1,-1307.74,-1240.31,24.4296,2.30383,300,0,0,773,811,0,0,0,0),(15875,2346,0,1,1,3766,1,-1316.33,-1230.16,24.4298,5.32325,300,0,0,773,811,0,0,0,0),(34467,3814,1,1,1,1001,0,3444.69,1115.26,-6.55865,4.11503,300,12,0,494,0,1,0,0,0),(34466,3814,1,1,1,1001,0,4162.67,1220.78,-10.9607,3.2502,300,12,0,494,0,1,0,0,0),(17734,1909,0,1,1,757,1,1147.92,660.246,29.7873,1.5809,275,5,0,377,408,1,0,0,0),(15874,2345,0,1,1,3762,1,-1310.65,-1220.72,23.0402,5.91667,300,0,0,905,0,0,0,0,0),(15873,2385,0,1,1,1056,0,-1050.34,-1184.69,50.7841,3.52726,300,10,0,840,0,1,0,0,0),(15872,2348,0,1,1,8014,0,-751.086,-916.108,32.0467,2.53837,300,5,0,787,0,1,0,0,0),(15871,2267,0,1,1,11035,1,-496.25,-66.4632,55.1484,2.49582,300,0,0,664,0,0,0,0,0),(15870,2346,0,1,1,3765,1,-1216.61,-1195.84,41.4005,0.506145,300,0,0,773,811,0,0,0,0),(15869,2345,0,1,1,3761,1,-1273.54,-1177.07,38.6679,1.15192,300,0,0,905,0,0,0,0,0),(34465,3814,1,1,1,1001,0,3419.98,1137.59,-18.9854,5.91528,300,12,0,494,0,1,0,0,0),(34464,3814,1,1,1,1001,0,3344.6,1152.4,-11.6058,2.88157,300,12,0,494,0,1,0,0,0),(34463,3814,1,1,1,1001,0,3677.77,1087.64,-12.6291,2.77291,300,12,0,494,0,1,0,0,0),(12088,1976,0,1,1,0,1,-8530.34,695.554,97.6074,3.74562,25000,0,0,11828,0,2,0,0,0),(34462,3814,1,1,1,1001,0,3575.42,1180.52,-13.0545,4.73582,300,12,0,494,0,1,0,0,0),(34461,3814,1,1,1,1001,0,4047.29,1057.93,-3.46567,5.66646,300,12,0,494,0,1,0,0,0),(12093,1976,0,1,1,0,1,-8605.83,862.834,96.6586,0.770742,350,0,0,11828,0,2,0,0,0),(34460,3814,1,1,1,1001,0,4151.32,1340.47,19.0219,3.29169,300,12,0,494,0,1,0,0,0),(10627,1035,0,1,1,4917,1,-3380.86,-2450.67,60.1379,5.32325,300,0,0,635,0,0,0,0,0),(10628,1026,0,1,1,1305,1,-3278.71,-1311.49,9.33755,0.897971,300,10,0,573,0,1,0,0,0),(34459,3814,1,1,1,1001,0,3719.99,1048.05,-7.78802,5.28059,300,12,0,494,0,1,0,0,0),(34458,3814,1,1,1,1001,0,4047.31,1128.9,-1.66934,3.90004,300,12,0,494,0,1,0,0,0),(34457,3814,1,1,1,1001,0,3645.48,1183.53,-16.5262,3.94909,300,12,0,494,0,1,0,0,0),(34456,3814,1,1,1,1001,0,3824.78,878.503,-1.9324,3.02707,300,12,0,494,0,1,0,0,0),(34455,3814,1,1,1,1001,0,4018.11,1279.37,-30.9871,3.62707,300,12,0,494,0,1,0,0,0),(34454,3814,1,1,1,1001,0,3493.78,1074.78,2.64319,6.26463,300,12,0,494,0,1,0,0,0),(34449,3814,1,1,1,1001,0,3480.43,1139.35,-10.1786,5.4571,300,12,0,494,0,1,0,0,0),(34448,3814,1,1,1,1001,0,4250.43,1249.71,-18.0538,0.977384,300,0,0,494,0,0,0,0,0),(34447,3814,1,1,1,1001,0,4073.37,1220.55,-23.7989,4.73928,300,12,0,494,0,1,0,0,0),(34446,11749,1,1,1,11688,1,1916.37,-2329.61,92.437,0.05236,300,0,0,3758,0,0,0,0,0),(34445,3812,1,1,1,9566,0,4017.88,1216.7,-31.6481,3.45335,300,12,0,449,0,1,0,0,0),(34444,3812,1,1,1,9566,0,4053.57,1179.2,-16.5318,2.56984,300,12,0,449,0,1,0,0,0),(34443,3812,1,1,1,9566,0,3494.5,957.917,2.91494,4.62966,300,12,0,449,0,1,0,0,0),(34442,3812,1,1,1,9566,0,4141.04,1010.97,1.49338,4.19877,300,12,0,449,0,1,0,0,0),(34441,3812,1,1,1,9566,0,3529.82,1121.78,-2.69358,3.80718,300,12,0,449,0,1,0,0,0),(34440,3812,1,1,1,9566,0,3416.19,1021.66,2.91931,5.65101,300,12,0,449,0,1,0,0,0),(34439,3812,1,1,1,9566,0,3649.48,958.854,2.36558,3.92252,300,12,0,449,0,1,0,0,0),(34438,3812,1,1,1,9566,0,4147.52,1149.3,5.22968,3.06105,300,12,0,449,0,1,0,0,0),(34437,3812,1,1,1,9566,0,3542.1,893.417,4.84306,2.57606,300,12,0,449,0,1,0,0,0),(34436,3812,1,1,1,9566,0,3575.86,923.808,1.69131,2.74852,300,12,0,449,0,1,0,0,0),(34435,3812,1,1,1,9566,0,3507.94,974.555,3.48775,3.30343,300,12,0,449,0,1,0,0,0),(34434,3812,1,1,1,9566,0,3389.24,1119.01,-11.1065,0.032787,300,12,0,449,0,1,0,0,0),(34433,3812,1,1,1,9566,0,3850.67,857.719,-0.121625,1.81573,300,12,0,449,0,1,0,0,0),(34432,3812,1,1,1,9566,0,3621.64,812.78,1.55507,5.25838,300,12,0,449,0,1,0,0,0),(34431,3812,1,1,1,9566,0,4115.19,979.645,4.40948,6.07467,300,15,0,449,0,1,0,0,0),(34430,3812,1,1,1,9566,0,3311.45,1125.75,-4.49781,2.63601,300,12,0,449,0,1,0,0,0),(34429,3812,1,1,1,9566,0,3582.15,985.229,1.23656,0.079576,300,12,0,449,0,1,0,0,0),(34428,3812,1,1,1,9566,0,4111.39,1172.89,-2.72575,3.47937,300,12,0,449,0,1,0,0,0),(34427,3812,1,1,1,9566,0,3476.83,1190.87,-29.1011,2.62463,300,12,0,449,0,1,0,0,0),(34426,3812,1,1,1,9566,0,3950.42,967.024,-5.4106,1.18539,300,12,0,449,0,1,0,0,0),(34425,3812,1,1,1,9566,0,3622.77,1010.37,-1.56824,3.93887,300,12,0,449,0,1,0,0,0),(34424,3812,1,1,1,9566,0,4173.67,1313.76,16.7661,6.22455,300,12,0,449,0,1,0,0,0),(34423,3812,1,1,1,9566,0,3995.27,1181.22,-27.1386,5.68696,300,12,0,449,0,1,0,0,0),(34422,3812,1,1,1,9566,0,4076.38,1078.97,2.35233,4.67228,300,12,0,449,0,1,0,0,0),(34421,3812,1,1,1,9566,0,3440.98,1087.75,-3.73262,3.3771,300,12,0,449,0,1,0,0,0),(34420,3812,1,1,1,9566,0,3860.22,922.814,-1.4522,6.241,300,12,0,449,0,1,0,0,0),(34419,3812,1,1,1,9566,0,3791.51,982.225,-5.74129,0.379549,300,12,0,449,0,1,0,0,0),(34418,3812,1,1,1,9566,0,3575.07,1059.4,-4.36192,5.121,300,12,0,449,0,1,0,0,0),(34417,3812,1,1,1,9566,0,4113.62,1113.2,2.65219,2.32927,300,12,0,449,0,1,0,0,0),(34416,3812,1,1,1,9566,0,3820.02,953.667,-6.43153,1.55592,300,12,0,449,0,1,0,0,0),(34415,3812,1,1,1,9566,0,3554.24,1018.92,-1.16744,0.682352,300,12,0,449,0,1,0,0,0),(34414,3812,1,1,1,9566,0,4059.56,973.683,1.51208,5.72165,300,12,0,449,0,1,0,0,0),(34413,6115,1,1,1,5048,1,1949.69,-2986.14,101.639,3.82938,300,15,0,950,0,1,0,0,0),(34412,3811,1,1,1,14315,0,2864.38,-3062.6,197.26,1.39923,300,15,0,1176,0,1,0,0,0),(34411,3811,1,1,1,14315,0,2811.07,-3082.19,180.182,1.03021,300,15,0,1176,0,1,0,0,0),(34410,6115,1,1,1,5048,1,1941.7,-3180.24,101.233,0.418621,300,5,0,950,0,1,0,0,0),(34409,6115,1,1,1,5048,1,1655.86,-3253.21,144.81,2.16383,300,0,0,950,0,2,0,0,0),(34408,6115,1,1,1,5048,1,2114.24,-3078.28,109.95,5.28783,300,15,0,950,0,1,0,0,0),(34407,6115,1,1,1,5048,1,2053.7,-3084.85,103.972,4.35841,300,15,0,950,0,1,0,0,0),(34406,6115,1,1,1,5048,1,2117.47,-3010.92,112.084,2.55508,300,15,0,950,0,1,0,0,0),(34405,6115,1,1,1,5048,1,2068.71,-3022.85,110.03,5.32621,300,0,0,950,0,0,0,0,0),(34404,6115,1,1,1,5048,1,2076.39,-3046.35,109.372,5.91353,300,15,0,950,0,1,0,0,0),(34403,6115,1,1,1,5048,1,2039.74,-3136.41,103.619,3.08348,300,5,0,950,0,1,0,0,0),(34402,3811,1,1,1,14315,0,2881.5,-3428.97,120.497,1.66461,300,15,0,1176,0,1,0,0,0),(34401,3810,1,1,1,982,0,2496.17,-2311.98,142.599,4.85442,300,10,0,909,0,1,0,0,0),(34400,3810,1,1,1,982,0,2386.28,-2281.51,126.243,0.292721,300,10,0,909,0,1,0,0,0),(34399,3810,1,1,1,982,0,2046.76,-1945.9,104.039,1.37321,300,10,0,909,0,1,0,0,0),(34398,3810,1,1,1,982,0,2289.94,-2187.03,110.098,4.361,300,5,0,909,0,1,0,0,0),(34397,3810,1,1,1,982,0,2230.56,-2107.92,105.064,1.36301,300,10,0,909,0,1,0,0,0),(34396,3810,1,1,1,982,0,2575.96,-2379.95,159.07,5.98397,300,10,0,909,0,1,0,0,0),(34395,3810,1,1,1,982,0,2610.65,-1983.67,151.342,2.86866,300,5,0,909,0,1,0,0,0),(34394,3810,1,1,1,982,0,2552.08,-1979.52,142.76,0.996058,300,5,0,909,0,1,0,0,0),(34393,3810,1,1,1,982,0,2246.51,-2085.12,106.631,5.99368,300,3,0,909,0,1,0,0,0),(34392,3810,1,1,1,982,0,2343.54,-2097.22,122.747,1.89255,300,5,0,909,0,1,0,0,0),(34391,3810,1,1,1,982,0,2668.42,-2447.02,176.394,6.0333,300,3,0,909,0,1,0,0,0),(34390,3810,1,1,1,982,0,2399.28,-2031.07,136.841,3.64281,300,5,0,909,0,1,0,0,0),(34389,3810,1,1,1,982,0,2263.53,-2113.05,107.902,5.84355,300,10,0,909,0,1,0,0,0),(34388,3810,1,1,1,982,0,2309.35,-2248.09,112.316,-0.513204,300,10,0,909,0,1,0,0,0),(34387,3810,1,1,1,982,0,2355.87,-2055.65,129.922,1.69321,300,5,0,909,0,1,0,0,0),(34386,3810,1,1,1,982,0,2101.09,-1887.76,112.089,0.420405,300,5,0,909,0,1,0,0,0),(34385,3810,1,1,1,982,0,2716.54,-2518.93,181.502,4.37667,300,10,0,909,0,1,0,0,0),(34384,3810,1,1,1,982,0,2680.98,-2479.79,176.036,1.40293,300,10,0,909,0,1,0,0,0),(34383,3810,1,1,1,982,0,2299.64,-1892.74,65.0407,6.09862,300,15,0,909,0,1,0,0,0),(34382,3810,1,1,1,982,0,2835.06,-2546.11,222.241,5.06842,300,10,0,909,0,1,0,0,0),(34381,3810,1,1,1,982,0,2707.1,-2334.05,202.394,0.816098,300,15,0,909,0,1,0,0,0),(34380,3810,1,1,1,982,0,2818.78,-2464.14,212.709,2.12546,300,10,0,909,0,1,0,0,0),(34379,3810,1,1,1,982,0,2785.42,-2436.33,204.701,1.5708,300,10,0,909,0,1,0,0,0),(34378,3810,1,1,1,982,0,2762.38,-2392.02,203.441,1.85701,300,10,0,909,0,1,0,0,0),(34377,3810,1,1,1,982,0,2749.49,-2364.97,203.034,5.04728,300,10,0,909,0,1,0,0,0),(34376,3810,1,1,1,982,0,2285.93,-1857.27,68.7084,2.97676,300,15,0,909,0,1,0,0,0),(34375,3810,1,1,1,982,0,2417.82,-2030.61,137.454,2.97082,300,5,0,909,0,1,0,0,0),(34374,3810,1,1,1,982,0,2423.9,-2000,136.465,2.58998,300,5,0,909,0,1,0,0,0),(34373,3810,1,1,1,982,0,2490.38,-2009.64,142.869,4.72462,300,5,0,909,0,1,0,0,0),(34372,3810,1,1,1,982,0,2539.67,-2018.82,150.906,2.91699,300,5,0,909,0,1,0,0,0),(34371,3810,1,1,1,982,0,2718.67,-2270.02,200.698,1.84655,300,15,0,909,0,1,0,0,0),(34370,3810,1,1,1,982,0,2717.01,-2320.07,202.348,3.64443,300,15,0,909,0,1,0,0,0),(34369,3810,1,1,1,982,0,2741.78,-2261.32,201.124,5.99687,300,15,0,909,0,1,0,0,0),(34368,3810,1,1,1,982,0,2745.4,-2186.53,196.683,1.74396,300,15,0,909,0,1,0,0,0),(34367,3810,1,1,1,982,0,2760.38,-2407.11,203.609,3.96636,300,10,0,909,0,1,0,0,0),(34366,3810,1,1,1,982,0,2232.12,-1880.19,69.8209,4.96934,300,3,0,909,0,1,0,0,0),(34365,3810,1,1,1,982,0,2290.65,-1915.09,66.9178,0.463671,300,15,0,909,0,1,0,0,0),(34364,3810,1,1,1,982,0,2210.14,-1908.06,70.8742,4.51768,300,10,0,909,0,1,0,0,0),(34363,3810,1,1,1,982,0,2881.47,-2522.58,223.436,1.64308,300,10,0,909,0,1,0,0,0),(34362,3810,1,1,1,982,0,2851.74,-2511.97,219.162,1.01365,300,10,0,909,0,1,0,0,0),(34361,3810,1,1,1,982,0,2192.12,-1882.42,69.4854,4.66253,300,10,0,909,0,1,0,0,0),(34360,3810,1,1,1,982,0,2231.98,-1821.93,78.9902,5.30019,300,5,0,909,0,1,0,0,0),(34359,3809,1,1,1,820,0,1721.67,-2162.38,95.3106,4.97884,300,5,0,662,0,1,0,0,0),(34358,3809,1,1,1,820,0,1347.55,-2113.53,93.7973,1.87648,300,10,0,662,0,1,0,0,0),(34357,3809,1,1,1,820,0,1385.5,-2217.12,93.133,1.30925,300,5,0,662,0,1,0,0,0),(34356,3809,1,1,1,820,0,1303.79,-2153.59,92.1994,5.29262,300,10,0,662,0,1,0,0,0),(34355,3809,1,1,1,820,0,2194.04,-729.431,105.157,3.87844,300,3,0,662,0,1,0,0,0),(34354,3809,1,1,1,820,0,2514.67,-1204.2,131.146,2.09397,300,15,0,662,0,1,0,0,0),(34353,3809,1,1,1,820,0,1647.81,-2133.18,108.292,2.1588,300,5,0,662,0,1,0,0,0),(34352,3809,1,1,1,820,0,2574.87,-924.745,140.396,1.8385,300,3,0,662,0,1,0,0,0),(34351,3809,1,1,1,820,0,3295.97,-242.628,121.883,0.143885,300,15,0,662,0,1,0,0,0),(34350,3809,1,1,1,820,0,2601.04,-1337.02,154.732,4.71239,300,5,0,662,0,1,0,0,0),(34349,3809,1,1,1,820,0,2680.95,-1186.97,157.48,4.19809,300,15,0,662,0,1,0,0,0),(34348,3809,1,1,1,820,0,2604.13,-1473.39,170.667,4.24175,300,15,0,662,0,1,0,0,0),(34347,3809,1,1,1,820,0,2512.28,-1257.36,132.656,4.51289,300,15,0,662,0,1,0,0,0),(34346,3809,1,1,1,820,0,2944.73,-1209.27,185.919,6.25356,300,5,0,662,0,1,0,0,0),(34345,3809,1,1,1,820,0,2845.49,-1220.14,182.958,4.76908,300,15,0,662,0,1,0,0,0),(34344,3809,1,1,1,820,0,2526.61,-1585,147.364,1.70412,300,10,0,662,0,1,0,0,0),(34343,3809,1,1,1,820,0,1992.54,-685.709,100.961,4.85639,300,15,0,662,0,1,0,0,0),(34342,3809,1,1,1,820,0,2581.83,-1314.35,148.634,4.78829,300,15,0,662,0,1,0,0,0),(34341,3809,1,1,1,820,0,2701.1,-859.84,146.784,-1.28333,300,3,0,662,0,1,0,0,0),(34340,3809,1,1,1,820,0,2238.71,-1108.68,92.7443,6.04249,300,15,0,662,0,1,0,0,0),(34339,3809,1,1,1,820,0,2620.36,-1227.94,148.455,5.97299,300,3,0,662,0,1,0,0,0),(34338,3809,1,1,1,820,0,2008.08,-571.563,100.442,5.9519,300,15,0,662,0,1,0,0,0),(34337,3809,1,1,1,820,0,1965.6,-567.09,112.857,4.25728,300,3,0,662,0,1,0,0,0),(34336,3809,1,1,1,820,0,2176.03,-941.531,93.4146,3.05562,300,15,0,662,0,1,0,0,0),(34335,3809,1,1,1,820,0,2113,-664.809,105.073,1.71043,300,15,0,662,0,1,0,0,0),(34334,3809,1,1,1,820,0,2986.54,-682.877,170.452,6.26366,300,5,0,662,0,1,0,0,0),(34333,3809,1,1,1,820,0,3115.61,-579.792,152.719,4.65082,300,15,0,662,0,1,0,0,0),(34332,3809,1,1,1,820,0,2971.16,-745.943,173.004,1.378,300,15,0,662,0,1,0,0,0),(34331,3809,1,1,1,820,0,2906.17,-806.347,168.929,2.3202,300,15,0,662,0,1,0,0,0),(34330,3809,1,1,1,820,0,3015.16,-721.037,171.259,4.35545,300,5,0,662,0,1,0,0,0),(34329,3809,1,1,1,820,0,3109.1,-119.269,102.574,1.58642,300,5,0,662,0,1,0,0,0),(34328,3809,1,1,1,820,0,2979.3,-774.917,176.734,2.51294,300,3,0,662,0,1,0,0,0),(34327,3809,1,1,1,820,0,1704.95,-1975.24,97.7747,0.302755,300,5,0,662,0,1,0,0,0),(34326,3809,1,1,1,820,0,2166.23,-584.794,103.011,0.424032,300,15,0,662,0,1,0,0,0),(34325,3809,1,1,1,820,0,3035.1,-949.248,205.483,5.14112,300,3,0,662,0,1,0,0,0),(34324,3809,1,1,1,820,0,2623.98,-1498.69,183.829,2.10619,300,3,0,662,0,1,0,0,0),(34323,3809,1,1,1,820,0,2357.82,-469.013,104.018,5.78415,300,15,0,662,0,1,0,0,0),(34322,3809,1,1,1,820,0,3035.38,-628.197,170.407,1.15693,300,3,0,662,0,1,0,0,0),(34321,3809,1,1,1,820,0,3230.43,-517.199,147.136,3.30503,300,5,0,662,0,1,0,0,0),(34320,3809,1,1,1,820,0,3104.42,-565.507,152.001,3.60655,300,3,0,662,0,1,0,0,0),(34319,3809,1,1,1,820,0,2100.38,-689.776,103.712,6.27895,300,3,0,662,0,1,0,0,0),(34318,3809,1,1,1,820,0,2741.01,-1268.67,178.61,5.98132,300,5,0,662,0,1,0,0,0),(34317,3809,1,1,1,820,0,2555.23,-1207.54,139.703,1.34004,300,15,0,662,0,1,0,0,0),(34316,3809,1,1,1,820,0,3041.08,-175.291,103.941,0.075192,300,15,0,662,0,1,0,0,0),(34315,3809,1,1,1,820,0,2939.92,-1190.74,184.463,0.958499,300,5,0,662,0,1,0,0,0),(34314,3809,1,1,1,820,0,2618.02,-1088.63,127.145,0.009282,300,3,0,662,0,1,0,0,0),(34313,3809,1,1,1,820,0,2239.6,-942.449,86.1625,3.40031,300,15,0,662,0,1,0,0,0),(34312,3809,1,1,1,820,0,1970.88,-521.337,112.632,5.85624,300,5,0,662,0,1,0,0,0),(34311,3809,1,1,1,820,0,2107.84,-873.458,98.5271,6.2324,300,15,0,662,0,1,0,0,0),(34310,3809,1,1,1,820,0,1981.45,-404.674,97.3993,4.8326,300,5,0,662,0,1,0,0,0),(34309,3809,1,1,1,820,0,1667.42,-2173.62,92.3751,4.56842,300,5,0,662,0,1,0,0,0),(34308,3809,1,1,1,820,0,2644.81,-1023.05,121.211,2.25653,300,15,0,662,0,1,0,0,0),(34307,3809,1,1,1,820,0,2611.94,-1051.11,120.239,1.45443,300,15,0,662,0,1,0,0,0),(34306,3809,1,1,1,820,0,2710.55,-1146.07,170.394,0.212526,300,5,0,662,0,1,0,0,0),(34305,3809,1,1,1,820,0,2548.52,-1265.93,140.822,5.89719,300,15,0,662,0,1,0,0,0),(34304,3809,1,1,1,820,0,2130.43,-643.652,104.83,3.17745,300,15,0,662,0,1,0,0,0),(34303,3809,1,1,1,820,0,1938.87,-667.573,113.119,4.84062,300,5,0,662,0,1,0,0,0),(34302,3809,1,1,1,820,0,2219.49,-845.046,101.904,3.58996,300,15,0,662,0,1,0,0,0),(34301,3809,1,1,1,820,0,1980.71,-724.178,99.9177,3.43719,300,15,0,662,0,1,0,0,0),(34300,3809,1,1,1,820,0,2269.88,-876.464,98.5102,0.095878,300,15,0,662,0,1,0,0,0),(34299,3809,1,1,1,820,0,3160.04,-479.183,138.007,1.81985,300,15,0,662,0,1,0,0,0),(12396,21338,545,3,1,0,1,-287.836,-149.618,-7.77428,4.53077,86400,0,0,5589,3155,0,0,0,0),(34298,3809,1,1,1,820,0,2373.18,-771.121,118.432,0.742487,300,15,0,662,0,1,0,0,0),(34297,3809,1,1,1,820,0,2141.24,-854.411,99.1271,3.66075,300,5,0,662,0,1,0,0,0),(34296,3809,1,1,1,820,0,2111.07,-639.402,104.116,1.76934,300,3,0,662,0,1,0,0,0),(34295,3809,1,1,1,820,0,2314.33,-715.631,126.767,1.26325,300,3,0,662,0,1,0,0,0),(34294,3809,1,1,1,820,0,2337.8,-946.903,90.4868,0.226506,300,15,0,662,0,1,0,0,0),(34293,3809,1,1,1,820,0,2254.86,-784.795,108.752,5.43757,300,15,0,662,0,1,0,0,0),(34292,3809,1,1,1,820,0,2618.79,-894.747,144.478,1.51313,300,5,0,662,0,1,0,0,0),(12410,20044,550,1,1,0,0,502.395,-240.972,20.2102,1.65341,604800,0,0,15649,31550,0,0,0,0),(12411,20043,550,1,1,0,0,498.757,-239.096,20.2657,0.282894,604800,0,0,15649,31550,0,0,0,0),(12412,20044,550,1,1,0,0,499.182,-236.899,20.2745,0.326091,604800,0,0,15649,31550,0,0,0,0),(12413,20044,550,1,1,0,0,500.255,-241.066,20.2049,1.39423,604800,0,0,15649,31550,0,0,0,0),(12414,20043,550,1,1,0,0,503.339,-238.317,20.2189,3.0475,604800,0,0,15649,31550,0,0,0,0),(12415,20036,550,1,1,0,1,501.791,-235.864,20.2327,4.33555,604800,0,0,100520,32310,0,0,0,0),(12416,20043,550,1,1,0,0,509.027,-246.709,20.2115,1.08414,604800,0,0,15649,31550,0,0,0,0),(12417,20043,550,1,1,0,0,510.989,-247.747,20.2076,1.08414,604800,0,0,15649,31550,0,0,0,0),(12418,20044,550,1,1,0,0,514.774,-246.109,20.2231,2.79002,604800,0,0,15649,31550,0,0,0,0),(12419,20044,550,1,1,0,0,513.308,-241.805,20.241,4.30584,604800,0,0,15649,31550,0,0,0,0),(12420,20036,550,1,1,0,1,510.946,-243.936,20.2259,5.36049,604800,0,0,100520,32310,0,0,0,0),(12421,20036,550,1,1,0,1,505.579,-159.162,20.2814,0.780634,604800,0,0,100520,32310,0,0,0,0),(12422,20036,550,1,1,0,1,504.11,-154.023,20.2792,0.293687,604800,0,0,100520,32310,0,0,0,0),(12423,20043,550,1,1,0,0,507.49,-161.139,20.2766,1.71919,604800,0,0,15649,31550,0,0,0,0),(12424,20043,550,1,1,0,0,509.617,-158.162,20.2618,2.86195,604800,0,0,15649,31550,0,0,0,0),(12425,20043,550,1,1,0,0,506.999,-150.249,20.263,2.30566,604800,0,0,15649,31550,0,0,0,0),(12426,20043,550,1,1,0,0,503.308,-151.535,20.2814,1.81714,604800,0,0,15649,31550,0,0,0,0),(12427,20044,550,1,1,0,0,505.018,-156.385,20.2777,0.191371,604800,0,0,15649,31550,0,0,0,0),(12428,20044,550,1,1,0,0,502.515,-149.011,20.5389,4.89198,604800,0,0,15649,31550,0,0,0,0),(12429,20044,550,1,1,0,0,507.179,-147.458,20.2605,3.33689,604800,0,0,15649,31550,0,0,0,0),(12430,20044,550,1,1,0,0,503.968,-145.413,20.2736,4.93518,604800,0,0,15649,31550,0,0,0,0),(12431,20031,550,1,1,0,1,519.164,-157.407,20.2431,4.86057,604800,0,0,125668,0,0,0,0,0),(12432,20031,550,1,1,0,1,514.414,-158.116,20.2424,4.86057,604800,0,0,125668,0,0,0,0,0),(12433,20039,550,1,1,0,0,398.219,-78.8478,20.1794,3.67277,604800,0,0,366765,0,2,0,0,0),(12434,20039,550,1,1,0,0,386.488,-84.1935,20.1794,3.31542,604800,0,0,366765,0,2,0,0,0),(12435,20038,550,1,1,0,0,346.361,-49.3807,-2.38573,0.521749,604800,0,0,48902,0,0,0,0,0),(12436,20038,550,1,1,0,0,344.927,-45.2601,-2.38573,0.517822,604800,0,0,48902,0,0,0,0,0),(12437,20038,550,1,1,0,0,349.254,-46.3709,-2.38573,0.619139,604800,0,0,48902,0,0,0,0,0),(12438,20038,550,1,1,0,0,354.064,-45.2646,-2.38573,0.619139,604800,0,0,48902,0,0,0,0,0),(12439,20038,550,1,1,0,0,309.7,36.0396,-2.38937,3.62722,604800,0,0,48902,0,0,0,0,0),(12440,20038,550,1,1,0,0,305.542,37.7042,-2.38937,3.95709,604800,0,0,48902,0,0,0,0,0),(12441,20038,550,1,1,0,0,300.474,35.5111,-2.38937,3.95709,604800,0,0,48902,0,0,0,0,0),(12442,20038,550,1,1,0,0,303.647,32.4885,-2.38937,3.94531,604800,0,0,48902,0,0,0,0,0),(12443,20036,550,1,1,0,1,242.123,0.943058,-2.42775,3.1442,604800,0,0,100520,32310,0,0,0,0),(12444,20036,550,1,1,0,1,241.436,-2.95075,-2.42888,3.1442,604800,0,0,100520,32310,0,0,0,0),(12445,20034,550,1,1,0,1,114.992,-8.61683,-2.32622,1.40885,604800,0,0,100520,32310,0,0,0,0),(12446,20033,550,1,1,0,1,110.998,-8.62288,-2.32529,1.40885,604800,0,0,100520,32310,0,0,0,0),(12447,20034,550,1,1,0,1,113.625,5.77773,-2.32539,4.48289,604800,0,0,100520,32310,0,0,0,0),(12448,20031,550,1,1,0,1,104.421,-11.506,-2.33548,2.34534,604800,0,0,125668,0,0,0,0,0),(12449,20031,550,1,1,0,1,104.904,8.37891,-2.33387,4.19622,604800,0,0,125668,0,0,0,0,0),(12450,20032,550,1,1,0,1,109.373,6.28142,-2.32539,4.47504,604800,0,0,160832,48465,0,0,0,0),(12451,20034,550,1,1,0,1,55.3473,-10.7833,-2.42823,1.80006,604800,0,0,100520,32310,0,0,0,0),(12452,20033,550,1,1,0,1,59.0983,-9.55179,-2.42823,1.88802,604800,0,0,100520,32310,0,0,0,0),(12453,20034,550,1,1,0,1,55.6952,7.6326,-2.42823,4.02588,604800,0,0,100520,32310,0,0,0,0),(12454,20033,550,1,1,0,1,189.02,-9.23615,-2.46121,2.55594,604800,0,0,100520,32310,0,0,0,0),(12455,20033,550,1,1,0,1,189.879,-6.82053,-2.44555,2.65961,604800,0,0,100520,32310,0,0,0,0),(12456,20035,550,1,1,0,1,240.18,-1.00101,-2.42888,3.15598,604800,0,0,206640,0,2,0,0,0),(12458,20041,550,1,1,0,0,516.203,243.337,20.233,4.5203,604800,0,0,206640,0,0,0,0,0),(12459,20031,550,1,1,0,1,497.37,101.67,20.2899,3.81968,604800,0,0,125668,0,0,0,0,0),(12460,20031,550,1,1,0,1,488.734,107.574,20.2899,4.13952,604800,0,0,125668,0,0,0,0,0),(12461,20040,550,1,1,0,0,463.794,340.009,15.2907,2.25678,604800,0,0,387450,0,0,0,0,0),(12462,20041,550,1,1,0,0,500.279,235.073,20.2303,5.90574,604800,0,0,206640,0,0,0,0,0),(12463,20031,550,1,1,0,1,632.904,-94.6747,46.862,3.8846,604800,0,0,125668,0,0,0,0,0),(12464,20031,550,1,1,0,1,642.069,-99.2314,46.8503,3.90973,604800,0,0,125668,0,0,0,0,0),(12465,20032,550,1,1,0,1,635.51,-97.4679,46.8923,3.97492,604800,0,0,160832,48465,0,0,0,0),(12466,20041,550,1,1,0,0,525.485,-139.615,20.2642,3.46851,604800,0,0,206640,0,0,0,0,0),(12467,20046,550,1,1,0,1,517.028,-159.7,20.2391,4.80952,604800,0,0,165200,49635,2,0,0,0),(12468,20041,550,1,1,0,0,530.474,-157.159,20.2641,3.39424,604800,0,0,206640,0,0,0,0,0),(12469,20031,550,1,1,0,1,497.472,-103.62,20.2899,2.76014,604800,0,0,125668,0,0,0,0,0),(12470,20031,550,1,1,0,1,490.233,-109.602,20.2899,1.64351,604800,0,0,125668,0,0,0,0,0),(12471,20034,550,1,1,0,1,484.213,-107.183,20.2899,0.906292,604800,0,0,100520,32310,0,0,0,0),(12472,20032,550,1,1,0,1,486.635,-109.3,20.2899,1.18798,604800,0,0,160832,48465,0,0,0,0),(12473,20033,550,1,1,0,1,496.288,-97.3755,20.2899,3.71095,604800,0,0,100520,32310,0,0,0,0),(12474,20033,550,1,1,0,1,498.067,-100.35,20.2899,3.23107,604800,0,0,100520,32310,0,0,0,0),(12475,20039,550,1,1,0,0,375.5,86.5501,20.1583,5.58522,604800,0,0,366765,0,2,0,0,0),(12476,20037,550,1,1,0,1,298.818,31.3542,-2.38937,3.94531,10800,0,0,100520,16155,2,0,0,0),(12477,18805,550,1,1,0,1,432.909,-373.424,17.9608,1.06421,604800,0,0,2653000,0,0,0,0,0),(12478,19516,550,1,1,0,1,458.286,429.622,17.781,4.23959,604800,0,0,3979500,0,0,0,0,0),(12479,19514,550,1,1,0,0,379.92,-0.48,30,3.19012,604800,0,0,2122400,0,0,0,0,0),(12480,20031,550,1,1,0,1,191.993,-4.75432,-2.4305,2.97222,604800,0,0,125668,0,0,0,0,0),(1976934,21689,548,1,1,0,0,-147.005,-189.46,-21.4845,2.32972,300,0,0,81000,0,0,0,0,0),(12484,20032,550,1,1,0,1,62.1,-6.61192,-2.42826,2.42577,604800,0,0,160832,48465,0,0,0,0),(12485,20032,550,1,1,0,1,62.0598,3.57977,-2.42826,3.64867,604800,0,0,160832,48465,0,0,0,0),(12486,20034,550,1,1,0,1,188.499,7.80885,-2.47599,3.34667,604800,0,0,100520,32310,0,0,0,0),(12487,20032,550,1,1,0,1,189.543,5.10516,-2.45922,3.87072,604800,0,0,160832,48465,0,0,0,0),(12488,20044,550,1,1,0,0,533.812,-363.188,22.0169,3.15902,604800,0,0,15649,31550,0,0,0,0),(12489,20044,550,1,1,0,0,528.861,-361.844,22.0169,5.99824,604800,0,0,15649,31550,0,0,0,0),(12490,20043,550,1,1,0,0,528.719,-365.274,22.0169,0.469033,604800,0,0,15649,31550,0,0,0,0),(12491,20043,550,1,1,0,0,532.48,-377.06,22.0169,4.05831,604800,0,0,15649,31550,0,0,0,0),(12492,20044,550,1,1,0,0,532.028,-380.887,22.0169,3.03336,604800,0,0,15649,31550,0,0,0,0),(12493,20036,550,1,1,0,1,527.759,-379.773,22.0169,0.154876,604800,0,0,100520,32310,0,0,0,0),(12494,20036,550,1,1,0,1,520.165,-412.11,22.0169,5.57413,604800,0,0,100520,32310,0,0,0,0),(12495,20044,550,1,1,0,0,524.43,-413.235,22.0169,2.81738,604800,0,0,15649,31550,0,0,0,0),(12496,20044,550,1,1,0,0,523.005,-415.91,22.0169,2.16942,604800,0,0,15649,31550,0,0,0,0),(12497,20043,550,1,1,0,0,513.218,-423.693,22.0169,5.07383,604800,0,0,15649,31550,0,0,0,0),(12498,20044,550,1,1,0,0,510.936,-426.784,22.0169,5.9142,604800,0,0,15649,31550,0,0,0,0),(12499,20043,550,1,1,0,0,516.14,-427.646,22.0169,2.54877,604800,0,0,15649,31550,0,0,0,0),(12500,20036,550,1,1,0,1,518.552,-424.263,22.0169,3.50303,604800,0,0,100520,32310,0,0,0,0),(12501,20044,550,1,1,0,0,442.498,-473.7,22.017,1.65499,604800,0,0,15649,31550,0,0,0,0),(12502,20044,550,1,1,0,0,439.02,-473.045,22.017,0.822186,604800,0,0,15649,31550,0,0,0,0),(12503,20043,550,1,1,0,0,441.296,-469.448,22.017,4.58817,604800,0,0,15649,31550,0,0,0,0),(12504,20043,550,1,1,0,0,439.529,-470.086,22.017,5.31073,604800,0,0,15649,31550,0,0,0,0),(12505,20036,550,1,1,0,1,429.416,-469.633,22.017,3.75565,604800,0,0,100520,32310,0,0,0,0),(12506,20044,550,1,1,0,0,424.916,-468.817,22.017,6.1464,604800,0,0,15649,31550,0,0,0,0),(12507,20044,550,1,1,0,0,423.133,-471.28,22.017,0.389428,604800,0,0,15649,31550,0,0,0,0),(12508,20043,550,1,1,0,0,425.671,-471.986,22.017,0.460114,604800,0,0,15649,31550,0,0,0,0),(12509,20036,550,1,1,0,1,391.748,-465.863,22.017,2.20762,604800,0,0,100520,32310,0,0,0,0),(12510,20044,550,1,1,0,0,390.523,-461.195,22.017,4.91646,604800,0,0,15649,31550,0,0,0,0),(12511,20043,550,1,1,0,0,380.649,-462.441,22.017,1.39788,604800,0,0,15649,31550,0,0,0,0),(12512,20044,550,1,1,0,0,382.986,-460.799,22.017,1.69947,604800,0,0,15649,31550,0,0,0,0),(12513,20043,550,1,1,0,0,379.682,-460.606,22.017,1.22038,604800,0,0,15649,31550,0,0,0,0),(12514,20044,550,1,1,0,0,380.254,-464.959,22.017,1.28321,604800,0,0,15649,31550,0,0,0,0),(12515,20036,550,1,1,0,1,380.91,-456.091,22.017,4.58974,604800,0,0,100520,32310,0,0,0,0),(12516,20036,550,1,1,0,1,382.824,-456.526,22.017,4.48764,604800,0,0,100520,32310,0,0,0,0),(12517,20044,550,1,1,0,0,331.267,-385.92,22.017,0.702015,604800,0,0,15649,31550,0,0,0,0),(12518,20043,550,1,1,0,0,331.402,-383.052,22.017,0.234703,604800,0,0,15649,31550,0,0,0,0),(12519,20043,550,1,1,0,0,333.184,-386.306,22.017,0.764847,604800,0,0,15649,31550,0,0,0,0),(12520,20044,550,1,1,0,0,336.094,-382.393,22.017,3.71009,604800,0,0,15649,31550,0,0,0,0),(12521,20036,550,1,1,0,1,330.402,-371.128,22.017,0.144382,604800,0,0,100520,32310,0,0,0,0),(12522,20044,550,1,1,0,0,334.322,-368.892,22.017,3.68967,604800,0,0,15649,31550,0,0,0,0),(12523,20044,550,1,1,0,0,342.017,-335.184,22.017,1.38845,604800,0,0,15649,31550,0,0,0,0),(12524,20044,550,1,1,0,0,340.878,-333.282,22.017,0.795477,604800,0,0,15649,31550,0,0,0,0),(12525,20043,550,1,1,0,0,343.173,-333.879,22.017,1.29813,604800,0,0,15649,31550,0,0,0,0),(12526,20036,550,1,1,0,1,343.252,-330.106,22.017,4.43423,604800,0,0,100520,32310,0,0,0,0),(12527,20044,550,1,1,0,0,349.371,-321.328,22.017,1.06801,604800,0,0,15649,31550,0,0,0,0),(12528,20043,550,1,1,0,0,352.855,-320.295,22.017,2.50529,604800,0,0,15649,31550,0,0,0,0),(12529,20043,550,1,1,0,0,351.502,-316.72,22.017,4.60623,604800,0,0,15649,31550,0,0,0,0),(12530,20043,550,1,1,0,0,420.615,-272.49,22.0158,5.87779,604800,0,0,15649,31550,0,0,0,0),(12531,20043,550,1,1,0,0,420.589,-274.566,22.0158,5.95868,604800,0,0,15649,31550,0,0,0,0),(12532,20043,550,1,1,0,0,423.021,-273.828,22.0158,5.95868,604800,0,0,15649,31550,0,0,0,0),(12533,20036,550,1,1,0,1,426.674,-276.25,22.0158,2.73462,604800,0,0,100520,32310,0,0,0,0),(12534,20043,550,1,1,0,0,436.057,-275.939,22.0158,0.319524,604800,0,0,15649,31550,0,0,0,0),(12535,20044,550,1,1,0,0,441.085,-276.4,22.0158,3.06371,604800,0,0,15649,31550,0,0,0,0),(12536,20044,550,1,1,0,0,440.286,-274.622,22.0158,3.44462,604800,0,0,15649,31550,0,0,0,0),(12537,20031,550,1,1,0,1,475.821,-337.397,16.409,5.03113,604800,0,0,125668,0,0,0,0,0),(12538,20046,550,1,1,0,1,475.085,-340.752,16.0336,5.06647,604800,0,0,165200,49635,0,0,0,0),(12539,20031,550,1,1,0,1,472.011,-339.06,15.9107,5.1725,604800,0,0,125668,0,0,0,0,0),(12540,20046,550,1,1,0,1,385.207,-429.638,18.9141,5.83616,604800,0,0,165200,49635,0,0,0,0),(12541,20031,550,1,1,0,1,381.193,-429.486,19.2682,5.83223,604800,0,0,125668,0,0,0,0,0),(12542,20031,550,1,1,0,1,383.905,-426.031,18.688,5.69479,604800,0,0,125668,0,0,0,0,0),(12543,20041,550,1,1,0,0,525.812,137.098,20.2655,2.73463,604800,0,0,206640,0,0,0,0,0),(12544,20041,550,1,1,0,0,530.559,155.899,20.2648,2.79649,604800,0,0,206640,0,0,0,0,0),(12545,20033,550,1,1,0,1,485.237,107.537,20.2899,5.20831,604800,0,0,100520,32310,0,0,0,0),(12546,20033,550,1,1,0,1,482.367,105.012,20.2899,5.42429,604800,0,0,100520,32310,0,0,0,0),(12547,20032,550,1,1,0,1,497.415,97.8661,20.2899,2.49162,604800,0,0,160832,48465,0,0,0,0),(12548,20034,550,1,1,0,1,494.233,93.2833,20.2899,2.46806,604800,0,0,100520,32310,0,0,0,0),(12549,20040,550,1,1,0,0,478.917,90.502,20.2899,3.88177,604800,0,0,387450,0,0,0,0,0),(12550,20052,550,1,1,0,0,470.092,339.954,15.8623,2.33924,604800,0,0,125668,0,0,0,0,0),(12551,20052,550,1,1,0,0,462.453,334.369,15.685,1.92298,604800,0,0,125668,0,0,0,0,0),(12552,20040,550,1,1,0,0,429.21,328.567,14.8908,1.36325,604800,0,0,387450,0,0,0,0,0),(12553,20052,550,1,1,0,0,425.583,325.517,15.2158,1.26114,604800,0,0,125668,0,0,0,0,0),(12554,20041,550,1,1,0,0,395.712,349.558,15.2789,0.467893,604800,0,0,206640,0,0,0,0,0),(12555,20041,550,1,1,0,0,392.303,355.927,15.2185,0.381499,604800,0,0,206640,0,0,0,0,0),(12556,20052,550,1,1,0,0,388.124,357.658,15.6923,0.31474,604800,0,0,125668,0,0,0,0,0),(12557,20052,550,1,1,0,0,394.039,344.668,15.8235,0.675238,604800,0,0,125668,0,0,0,0,0),(12558,20041,550,1,1,0,0,475.678,380.375,15.2256,3.50267,604800,0,0,206640,0,0,0,0,0),(12559,20041,550,1,1,0,0,473.384,386.52,15.1485,3.49874,604800,0,0,206640,0,0,0,0,0),(12560,20052,550,1,1,0,0,474.989,391.686,15.5304,3.59299,604800,0,0,125668,0,0,0,0,0),(12561,20042,550,1,1,0,0,458.421,346.141,14.904,5.43473,604800,0,0,125668,0,0,0,0,0),(12562,20042,550,1,1,0,0,466.821,381.3,14.9094,0.247187,604800,0,0,125668,0,0,0,0,0),(12563,20042,550,1,1,0,0,430.174,336.223,14.6733,4.57079,604800,0,0,125668,0,0,0,0,0),(12564,20040,550,1,1,0,0,414.075,311.577,17.6373,2.71344,604800,0,0,387450,0,0,0,0,0),(12565,20042,550,1,1,0,0,418.201,313.49,17.1063,2.74485,604800,0,0,125668,0,0,0,0,0),(12566,20042,550,1,1,0,0,414.958,306.041,18.1734,2.36001,604800,0,0,125668,0,0,0,0,0),(12567,20064,550,1,1,0,1,785.807,19.4862,48.8118,3.97935,604800,0,0,191016,0,0,0,0,0),(12568,20063,550,1,1,0,1,792.725,12.7754,48.8118,3.59538,604800,0,0,191016,0,0,0,0,0),(12569,20062,550,1,1,0,1,792.408,-13.2415,48.8118,2.68781,604800,0,0,133837,38270000,0,0,0,0),(12570,20060,550,1,1,0,1,785.782,-20.3995,48.8118,2.30383,604800,0,0,191016,0,0,0,0,0),(12571,20041,550,1,1,0,0,653.342,92.1922,46.7342,3.5279,604800,0,0,206640,0,0,0,0,0),(12572,20041,550,1,1,0,0,638.103,81.7429,46.8191,1.18113,604800,0,0,206640,0,0,0,0,0),(12573,21338,545,3,1,0,1,-293.676,-150.747,-7.95205,6.16648,86400,0,0,5589,3155,0,0,0,0),(12574,21338,545,3,1,0,1,-304.674,-153.741,-8.08187,4.03756,86400,0,0,5589,3155,0,0,0,0),(12575,21338,545,3,1,0,1,-299.213,-157.054,-7.75556,3.43657,86400,0,0,5589,3155,0,0,0,0),(12576,21338,545,3,1,0,1,-299.905,-142.267,-8.17472,2.35935,86400,0,0,5589,3155,0,0,0,0),(12577,21338,545,3,1,0,1,-299.519,-126.341,-8.06915,1.04455,86400,0,0,5589,3155,0,0,0,0),(12578,21338,545,3,1,0,1,-290.826,-117.682,-7.75556,0.998123,86400,0,0,5589,3155,0,0,0,0),(12579,21338,545,3,1,0,1,-308.786,-120.891,-8.09041,3.97113,86400,0,0,5589,3155,0,0,0,0),(12580,21338,545,3,1,0,1,-306.856,-121.908,-8.11269,2.00054,86400,0,0,5589,3155,0,0,0,0),(12581,21338,545,3,1,0,1,-300.241,-116.684,-7.91774,5.00902,86400,0,0,5589,3155,0,0,0,0),(12584,17799,545,3,1,0,1,-218.676,-239.394,-7.91658,0.523599,86400,0,0,20259,0,0,0,0,0),(12585,17799,545,3,1,0,1,-219.655,-234.762,-7.94058,1.97222,86400,0,0,20259,0,0,0,0,0),(12586,17799,545,3,1,0,1,-223.27,-232.322,-7.94317,0.191986,86400,0,0,20259,0,0,0,0,0),(12587,17805,545,3,1,0,1,-233.728,-235.891,-7.92878,1.76213,86400,0,0,20259,0,0,0,0,0),(12588,17805,545,3,1,0,1,-238.007,-193.135,-6.90072,1.09956,86400,0,0,20259,0,0,0,0,0),(12589,17799,545,3,1,0,1,-235.776,-189.595,-6.33245,3.01942,86400,0,0,20259,0,0,0,0,0),(12590,17805,545,3,1,0,1,-232.861,-192.246,-6.54962,2.46091,86400,0,0,20259,0,0,0,0,0),(12591,17805,545,3,1,0,1,-216.307,-260.843,-8.01336,3.0316,86400,0,0,20259,0,0,0,0,0),(12592,17799,545,3,1,0,1,-209.454,-266.228,-8.00466,5.63741,86400,0,0,20259,0,0,0,0,0),(12593,17799,545,3,1,0,1,-206.161,-268.93,-7.9983,2.60054,86400,0,0,20259,0,0,0,0,0),(12594,1420,545,3,1,0,0,-262.525,-113.918,-8.67041,3.05088,86400,0,0,8,0,0,0,0,0),(12595,6827,545,3,1,0,0,-325.333,-171.233,-7.75556,6.25685,86400,0,0,42,0,0,0,0,0),(14346,17378,530,1,1,0,0,275.997,5172.51,25.6477,0,3600,0,0,4979,0,0,0,0,0),(12597,17796,545,3,1,0,0,-330.083,-121.506,-7.98512,5.06145,86400,0,0,103320,0,0,0,0,0),(12598,6827,545,3,1,0,0,-317.986,-117.752,-8.03972,0.648916,86400,0,0,42,0,0,0,0,0),(12608,17799,545,3,1,0,1,-251.138,-230.641,-7.94669,2.86234,86400,0,0,20259,0,0,0,0,0),(12609,17799,545,3,1,0,1,-253.681,-233.512,-7.88687,1.71042,86400,0,0,20259,0,0,0,0,0),(12610,17799,545,3,1,0,1,-255.897,-235.144,-7.85494,2.6529,86400,0,0,20259,0,0,0,0,0),(12611,1420,545,3,1,0,0,-216.565,-197.439,-8.04946,5.28343,86400,0,0,8,0,0,0,0,0),(12612,17799,545,3,1,0,1,-256.31,-238.535,-7.77721,2.1293,86400,0,0,20259,0,0,0,0,0),(12613,17798,545,3,1,0,1,-95.4188,-552.031,8.27027,1.44862,86400,0,0,147600,0,0,0,0,0),(12614,17805,545,3,1,0,1,-169.364,-278.221,-7.67224,4.92183,86400,0,0,20259,0,0,0,0,0),(12615,17722,545,3,1,0,1,-162.954,-277.534,-7.67223,4.7822,86400,0,0,22356,15775,0,0,0,0),(12616,17800,545,3,1,0,1,-171.739,-285.048,-7.67224,5.07891,86400,0,0,20259,0,0,0,0,0),(12617,6827,545,3,1,0,0,-151.492,-298.575,-7.46021,5.46138,86400,0,0,42,0,0,0,0,0),(12618,17800,545,3,1,0,1,-158.789,-283.035,-7.67224,4.76475,86400,0,0,20259,0,0,0,0,0),(12619,17801,545,3,1,0,1,-109.493,-336.353,-7.54947,5.91667,86400,0,0,16208,15775,0,0,0,0),(12620,17722,545,3,1,0,1,-110.899,-330.512,-7.6599,6.16101,86400,0,0,22356,15775,0,0,0,0),(12621,17800,545,3,1,0,1,-104.194,-325.127,-7.63158,6.17846,86400,0,0,20259,0,0,0,0,0),(12622,17800,545,3,1,0,1,-102.674,-342.241,-7.29451,0.017453,86400,0,0,20259,0,0,0,0,0),(12623,6827,545,3,1,0,0,-101.585,-372.526,-7.76734,5.54416,86400,0,0,42,0,0,0,0,0),(12624,17722,545,3,1,0,1,-81.7693,-369.323,-7.76734,2.26981,86400,0,0,22356,15775,0,0,0,0),(12625,17800,545,3,1,0,1,-83.5041,-365.665,-7.76734,3.73938,86400,0,0,20259,0,0,0,0,0),(12626,17800,545,3,1,0,1,-90.8598,-364.712,-7.76734,2.27523,86400,0,0,20259,0,0,0,0,0),(12627,17722,545,3,1,0,1,-60.7232,-318.851,-7.67224,2.80998,86400,0,0,22356,15775,0,0,0,0),(12628,17801,545,3,1,0,1,-60.4984,-326.608,-7.67224,3.08923,86400,0,0,16208,15775,0,0,0,0),(12629,17799,545,3,1,0,1,-240.237,-267.888,-7.68922,5.0091,86400,0,0,20259,0,0,0,0,0),(12630,17799,545,3,1,0,1,-236.979,-263.096,-7.71983,5.67232,86400,0,0,20259,0,0,0,0,0),(12631,17801,545,3,1,0,1,-53.8197,-334.368,-6.27059,3.22886,86400,0,0,16208,15775,0,0,0,0),(12632,17800,545,3,1,0,1,-52.6073,-324.759,-7.67224,5.72468,86400,0,0,20259,0,0,0,0,0),(12633,17799,545,3,1,0,1,-235.532,-268.635,-7.70069,3.59538,86400,0,0,20259,0,0,0,0,0),(12634,17799,545,3,1,0,1,-213.91,-241.29,-7.94406,1.98968,86400,0,0,20259,0,0,0,0,0),(12635,17799,545,3,1,0,1,-233.483,-264.914,-7.73545,2.82743,86400,0,0,20259,0,0,0,0,0),(12636,17800,545,3,1,0,1,-94.9473,-410.061,-7.62566,1.51825,86400,0,0,20259,0,0,0,0,0),(12637,17803,545,3,1,0,1,-90.9528,-410.272,-7.55273,1.50851,86400,0,0,16208,15775,0,0,0,0),(12638,17722,545,3,1,0,1,-102.955,-409.951,-7.66501,1.50928,86400,0,0,22356,15775,0,0,0,0),(12639,17954,545,3,1,0,0,-106.371,-459.976,7.80131,0.296706,86400,0,0,10479,0,0,0,0,0),(12640,17954,545,3,1,0,0,-83.6271,-461.426,7.83904,5.91667,86400,0,0,10479,0,0,0,0,0),(12641,17800,545,3,1,0,1,-92.7277,-465.559,7.94653,1.53589,86400,0,0,20259,0,0,0,0,0),(12642,17800,545,3,1,0,1,-98.2649,-465.493,7.94481,1.48353,86400,0,0,20259,0,0,0,0,0),(12643,17803,545,3,1,0,1,-102.606,-472.039,8.11505,1.5708,86400,0,0,16208,15775,0,0,0,0),(12644,17954,545,3,1,0,0,-112.472,-486.254,8.27487,5.28835,86400,0,0,10479,0,0,0,0,0),(12645,17954,545,3,1,0,0,-77.5747,-488.595,8.29564,0.069813,86400,0,0,10479,0,0,0,0,0),(12646,17800,545,3,1,0,1,-82.7854,-499.969,8.34669,2.07694,86400,0,0,20259,0,0,0,0,0),(12647,17801,545,3,1,0,1,-77.0849,-503.804,8.39567,2.04204,86400,0,0,16208,15775,0,0,0,0),(12648,17803,545,3,1,0,1,-75.2059,-496.923,8.35148,2.32129,86400,0,0,16208,15775,0,0,0,0),(12649,17800,545,3,1,0,1,-106.787,-497.928,8.27913,1.09956,86400,0,0,20259,0,0,0,0,0),(12650,17722,545,3,1,0,1,-106.786,-505.77,8.31102,1.3439,86400,0,0,22356,15775,0,0,0,0),(12651,17801,545,3,1,0,1,-113.321,-494.133,8.28791,0.715585,86400,0,0,16208,15775,0,0,0,0),(12652,17803,545,3,1,0,1,-114.302,-503.693,8.30481,0.855211,86400,0,0,16208,15775,0,0,0,0),(12653,17722,545,3,1,0,1,-82.8905,-510.07,8.35653,1.88496,86400,0,0,22356,15775,0,0,0,0),(12654,17954,545,3,1,0,0,-75.9159,-522.248,8.32067,5.65487,86400,0,0,10479,0,0,0,0,0),(12655,17954,545,3,1,0,0,-114.718,-519.863,8.28457,4.36332,86400,0,0,10479,0,0,0,0,0),(12656,17954,545,3,1,0,0,-107.059,-543.903,8.27027,5.89921,86400,0,0,10479,0,0,0,0,0),(12657,17954,545,3,1,0,0,-80.7551,-550.946,8.27027,3.80482,86400,0,0,10479,0,0,0,0,0),(12658,17954,545,3,1,0,0,-96.2409,-571.375,8.27027,2.3911,86400,0,0,10479,0,0,0,0,0),(12659,20926,545,3,1,0,0,-95.6283,-434.863,17.8886,0.959931,86400,0,0,42,0,0,0,0,0),(12660,17721,545,3,1,0,1,-50.1679,-382.556,-7.40377,4.41568,86400,0,0,20259,0,0,0,0,0),(12661,17800,545,3,1,0,1,-57.5115,-376.588,-7.28116,2.46091,86400,0,0,20259,0,0,0,0,0),(12662,17721,545,3,1,0,1,-42.0492,-372.102,-7.41123,6.07375,86400,0,0,20259,0,0,0,0,0),(12663,17722,545,3,1,0,1,-45.0691,-361.249,-7.38681,2.40855,86400,0,0,22356,15775,0,0,0,0),(12664,13321,545,3,1,0,0,-53.6108,-347.554,-7.76734,0.262889,86400,0,0,42,0,0,0,0,0),(12665,13321,545,3,1,0,0,-104.389,-289.505,-7.76734,2.22236,86400,0,0,42,0,0,0,0,0),(12666,6827,545,3,1,0,0,26.4827,-287.977,-15.9617,2.47385,86400,0,0,42,0,0,0,0,0),(12667,17722,545,3,1,0,1,-85.8321,-276.48,-7.67224,1.5708,86400,0,0,22356,15775,0,0,0,0),(12668,17802,545,3,1,0,1,-89.8517,-279.44,-7.67224,1.62316,86400,0,0,20259,0,0,0,0,0),(12669,17722,545,3,1,0,1,-94.5917,-277.669,-7.67224,1.39626,86400,0,0,22356,15775,0,0,0,0),(12670,21338,545,3,1,0,1,-327.932,-102.869,6.2457,4.15566,86400,0,0,5589,3155,0,0,0,0),(12671,13321,545,3,1,0,0,-44.2573,-144.941,-21.3057,3.25217,86400,0,0,42,0,0,0,0,0),(12672,2914,545,3,1,0,0,-70.6138,-229.981,-18.7681,0.474586,86400,0,0,8,0,0,0,0,0),(12673,6827,545,3,1,0,0,12.6403,-137.365,-22.0557,0.961134,86400,0,0,42,0,0,0,0,0),(12674,17801,545,3,1,0,1,9.52063,-150.597,-22.0447,0.191986,86400,0,0,16208,15775,0,0,0,0),(12675,17803,545,3,1,0,1,10.7306,-154.933,-22.2425,6.10865,86400,0,0,16208,15775,0,0,0,0),(12676,17721,545,3,1,0,1,29.0264,-239.563,-22.6156,5.2709,86400,0,0,20259,0,0,0,0,0),(12677,17721,545,3,1,0,1,8.40569,-147.05,-21.8826,3.87463,86400,0,0,20259,0,0,0,0,0),(12678,17721,545,3,1,0,1,14.2811,-213.334,-22.3567,3.4383,86400,0,0,20259,0,0,0,0,0),(12679,21695,545,3,1,0,0,8.45414,-247.872,-23.3512,4.11733,86400,0,0,33534,3155,0,0,0,0),(12680,21696,545,3,1,0,0,6.8201,-250.286,-23.0829,4.11733,86400,0,0,2794,3155,0,0,0,0),(12681,21696,545,3,1,0,0,10.9861,-249.484,-22.8298,4.11924,86400,0,0,2794,3155,0,0,0,0),(12682,21696,545,3,1,0,0,10.1835,-245.318,-23.3071,4.11733,86400,0,0,2794,3155,0,0,0,0),(12683,21696,545,3,1,0,0,6.01744,-246.12,-23.2013,4.11732,86400,0,0,2794,3155,0,0,0,0),(12684,21696,545,3,1,0,0,3.22375,-182.872,-22.3745,4.38753,86400,0,0,2794,3155,0,0,0,0),(12685,6827,545,3,1,0,0,-46.577,-112.818,-21.5944,1.26996,86400,0,0,42,0,0,0,0,0),(12686,17721,545,3,1,0,1,-22.1777,-129.296,-21.5334,4.81711,86400,0,0,20259,0,0,0,0,0),(12687,17721,545,3,1,0,1,-9.00969,-132.952,-20.2656,4.93928,86400,0,0,20259,0,0,0,0,0),(12688,21696,545,3,1,0,0,45.7668,-128.14,-22.7665,4.84093,86400,0,0,2794,3155,0,0,0,0),(12689,17802,545,3,1,0,1,19.7411,-264.349,-22.0319,4.31844,86400,0,0,20259,0,0,0,0,0),(12690,17801,545,3,1,0,1,37.1922,-236.629,-22.6735,2.73729,86400,0,0,16208,15775,0,0,0,0),(12691,17721,545,3,1,0,1,45.6033,-236.226,-22.5299,4.90438,86400,0,0,20259,0,0,0,0,0),(12692,17801,545,3,1,0,1,27.0156,-260.473,-22.8049,2.44346,86400,0,0,16208,15775,0,0,0,0),(12693,17801,545,3,1,0,1,29.0596,-256.632,-23.2494,3.38594,86400,0,0,16208,15775,0,0,0,0),(12694,21696,545,3,1,0,0,35.7528,-129.528,-22.5362,3.05338,86400,0,0,2794,3155,0,0,0,0),(12695,21695,545,3,1,0,0,39.1165,-129.825,-22.6993,3.05338,86400,0,0,33534,3155,0,0,0,0),(12696,21696,545,3,1,0,0,42.1832,-130.057,-22.7953,3.06617,86400,0,0,2794,3155,0,0,0,0),(12697,17801,545,3,1,0,1,29.8738,-165.19,-22.3645,1.32645,86400,0,0,16208,15775,0,0,0,0),(12698,17801,545,3,1,0,1,35.8755,-157.314,-22.5641,3.50811,86400,0,0,16208,15775,0,0,0,0),(12699,17803,545,3,1,0,1,33.4427,-161.195,-22.4778,2.33874,86400,0,0,16208,15775,0,0,0,0),(12700,21695,545,3,1,0,0,2.94902,-180.174,-22.5068,1.57175,86400,0,0,33534,3155,0,0,0,0),(12701,21696,545,3,1,0,0,2.23239,-184.193,-22.2924,3.15847,86400,0,0,2794,3155,0,0,0,0),(12702,21696,545,3,1,0,0,3.87519,-180.007,-22.511,4.74414,86400,0,0,2794,3155,0,0,0,0),(12703,21696,545,3,1,0,0,5.30913,-181.203,-22.4131,3.14675,86400,0,0,2794,3155,0,0,0,0),(12704,21696,545,3,1,0,0,20.1595,-172.861,-22.3469,4.19279,86400,0,0,2794,3155,0,0,0,0),(12705,13321,545,3,1,0,0,51.3485,-116.825,-22.6146,5.68531,86400,0,0,42,0,0,0,0,0),(12706,21694,545,3,1,0,0,56.3718,-98.6007,-22.6198,2.4217,86400,0,0,45409,0,0,0,0,0),(12707,13321,545,3,1,0,0,63.9801,-153.132,-20.449,5.06374,86400,0,0,42,0,0,0,0,0),(12708,6827,545,3,1,0,0,62.7675,-101.6,-22.622,0.628443,86400,0,0,42,0,0,0,0,0),(12709,17721,545,3,1,0,1,59.8831,-131.581,-22.6599,5.8294,86400,0,0,20259,0,0,0,0,0),(12710,17803,545,3,1,0,1,60.4544,-126.52,-22.7117,1.28386,86400,0,0,16208,15775,0,0,0,0),(12711,17802,545,3,1,0,1,60.8447,-121.465,-22.6319,0.797309,86400,0,0,20259,0,0,0,0,0),(12712,6827,545,3,1,0,0,-9.51185,-196.141,-21.7782,1.78868,86400,0,0,42,0,0,0,0,0),(12713,13321,545,3,1,0,0,44.0567,-206.39,-22.6313,3.57371,86400,0,0,42,0,0,0,0,0),(12714,21694,545,3,1,0,0,55.3701,-200.278,-22.6254,1.25781,86400,0,0,45409,0,0,0,0,0),(12715,17721,545,3,1,0,1,8.37782,-204.823,-22.3658,4.27606,86400,0,0,20259,0,0,0,0,0),(12716,17721,545,3,1,0,1,-28.1346,-118.882,-21.8344,5.24482,86400,0,0,20259,0,0,0,0,0),(90985,18829,544,1,1,11440,1,2.00162,-64.4008,22.8575,0.645772,604800,0,0,132160,99270,0,0,0,0),(28411,521,0,1,1,0,0,-10181.7,-47.6668,26.8653,0.760633,18000,5,0,617,0,1,0,0,0),(13404,22883,564,1,1,5492,0,248.96,735.245,-22.2937,1.27409,604800,0,0,44012,0,0,0,0,0),(13403,22883,564,1,1,5492,0,254.201,725.918,-17.1596,5.48033,604800,0,0,44012,0,0,0,0,0),(13402,22883,564,1,1,5492,0,257.151,736.539,-23.0625,1.91986,604800,0,0,44012,0,0,0,0,0),(13401,22883,564,1,1,5492,0,260.758,732.364,-20.7577,2.80998,604800,0,0,44012,0,0,0,0,0),(13400,22883,564,1,1,5492,0,242.873,733.098,-21.0593,0.349066,604800,0,0,44012,0,0,0,0,0),(13399,22883,564,1,1,5492,0,417.399,883.342,15.1391,5.77704,604800,0,0,44012,0,0,0,0,0),(13398,22883,564,1,1,5492,0,446.013,912.213,15.8907,0.139626,604800,0,0,44012,0,0,0,0,0),(13397,22883,564,1,1,5492,0,443.297,885.281,12.9352,3.76991,604800,0,0,44012,0,0,0,0,0),(13396,22883,564,1,1,5492,0,428.272,899.03,19.9892,5.07891,604800,0,0,44012,0,0,0,0,0),(13395,22883,564,1,1,5492,0,410.041,893.459,20.1794,1.20428,604800,0,0,44012,0,0,0,0,0),(13393,22883,564,1,1,5492,0,409.344,904.128,23.4478,4.76475,604800,0,0,44012,0,0,0,0,0),(13316,22883,564,1,1,5492,0,453.802,893.915,12.4862,5.70723,604800,0,0,44012,0,0,0,0,0),(13268,22883,564,1,1,5492,0,431.009,884.391,14.5479,2.87979,604800,0,0,44012,0,0,0,0,0),(13255,22883,564,1,1,5492,0,444.955,899.502,15.7956,5.86431,604800,0,0,44012,0,0,0,0,0),(13236,22883,564,1,1,5492,0,434.832,895.914,18.3294,2.61799,604800,0,0,44012,0,0,0,0,0),(13235,2914,564,1,1,2958,0,243.664,799.496,-25.5061,1.01752,604800,0,0,8,0,0,0,0,0),(13234,22882,564,1,1,21373,1,427.482,430.557,192.827,5.55015,604800,0,0,123900,33090,0,0,0,0),(13233,22882,564,1,1,21373,1,444.051,414.986,192.828,2.37365,604800,0,0,123900,33090,0,0,0,0),(13232,22882,564,1,1,21373,1,429.475,359.038,192.834,3.42085,604800,0,0,123900,33090,0,0,0,0),(13231,22882,564,1,1,21373,1,441.9,358.904,192.833,5.72468,604800,0,0,123900,33090,0,0,0,0),(13230,2914,564,1,1,1206,0,282.196,1010.86,-61.3699,0.084433,604800,5,0,8,0,1,0,0,0),(12894,2914,564,1,1,2958,0,225.262,1004.67,-60.731,1.68648,604800,0,0,8,0,0,0,0,0),(12892,2914,564,1,1,2958,0,264.35,1072.01,-61.7169,6.20836,604800,5,0,8,0,1,0,0,0),(12891,22882,564,1,1,21373,1,511.223,181.968,164.065,0.872665,604800,0,0,123900,33090,0,0,0,0),(12890,22882,564,1,1,21373,1,525.79,197.84,164.382,4.10152,604800,0,0,123900,33090,0,0,0,0),(12889,23394,564,1,1,21460,0,696.776,173.015,232.03,4.1308,604800,0,0,464940,0,2,0,0,0),(12888,23394,564,1,1,21460,0,548.162,222.53,271.903,4.71239,604800,0,0,464940,0,2,0,0,0),(12887,23394,564,1,1,21460,0,559.848,357.692,271.467,4.59022,604800,0,0,464940,0,0,0,0,0),(12886,23394,564,1,1,21460,0,624.821,173.841,253.243,3.17459,604800,0,0,464940,0,2,0,0,0),(12885,23394,564,1,1,21460,0,525.924,357.305,271.467,4.83456,604800,0,0,464940,0,0,0,0,0),(12884,23394,564,1,1,21460,0,761.185,161.6,218.432,4.70349,604800,0,0,464940,0,2,0,0,0),(12883,22880,564,1,1,21367,1,528.675,147.083,164.854,3.26377,604800,0,0,232470,0,0,0,0,0),(12882,22880,564,1,1,21368,1,583.417,100.871,139.409,6.26573,604800,0,0,232470,0,0,0,0,0),(12881,22880,564,1,1,21367,1,443.474,232.754,164.854,4.55531,604800,0,0,232470,0,0,0,0,0),(12880,22880,564,1,1,21367,1,427.082,232.946,164.854,4.67748,604800,0,0,232470,0,0,0,0,0),(12879,22880,564,1,1,21367,1,498.105,133.831,164.854,5.39307,604800,0,0,232470,0,0,0,0,0),(12878,22880,564,1,1,21367,1,436.431,349.312,192.756,0.302369,604800,0,0,232470,0,0,0,0,0),(12877,22880,564,1,1,21368,1,583.478,120.551,139.399,6.16101,604800,0,0,232470,0,0,0,0,0),(12876,22879,564,1,1,21369,1,505.48,139.005,164.854,1.67552,604800,0,0,154980,0,0,0,0,0),(12875,22879,564,1,1,21370,1,505.964,141.51,164.854,4.43314,604800,0,0,154980,0,0,0,0,0),(12874,22879,564,1,1,21370,1,578.114,103.609,139.389,6.24828,604800,0,0,154980,0,0,0,0,0),(12873,22879,564,1,1,21370,1,440.057,235.206,164.854,4.59022,604800,0,0,154980,0,0,0,0,0),(12872,22879,564,1,1,21370,1,430.359,235.502,164.854,4.76475,604800,0,0,154980,0,0,0,0,0),(12871,22879,564,1,1,21370,1,513.077,93.7693,164.771,6.00026,604800,0,0,154980,0,0,0,0,0),(12870,22879,564,1,1,21369,1,578.791,117.596,139.394,0.017453,604800,0,0,154980,0,0,0,0,0),(12869,22878,564,1,1,20609,0,252.334,893.901,-30.7808,4.72812,604800,0,0,309960,0,2,0,0,0),(12868,22878,564,1,1,20609,0,450.984,758.186,11.9377,1.5708,604800,0,0,309960,0,0,0,0,0),(12867,22878,564,1,1,20609,0,422.918,758.097,11.936,1.46608,604800,0,0,309960,0,0,0,0,0),(12866,22878,564,1,1,20609,0,312.854,813.108,-17.5806,6.27625,604800,0,0,309960,0,2,0,0,0),(12865,22877,564,1,1,21166,1,265.162,815.209,-26.7974,5.79449,604800,0,0,120624,32310,0,0,0,0),(12864,22877,564,1,1,21165,1,281.543,818.084,-26.2712,3.83972,604800,0,0,120624,32310,0,0,0,0),(31436,4323,1,1,1,715,0,-5004.77,-3419.12,61.7766,5.6307,360,10,0,1751,0,1,0,0,0),(12863,22877,564,1,1,21165,1,248.093,1057.09,-62.5474,0.20944,604800,0,0,120624,32310,0,0,0,0),(12862,22877,564,1,1,21166,1,253.609,1051.3,-62.5468,0.994838,604800,0,0,120624,32310,0,0,0,0),(12861,22877,564,1,1,21166,1,422.53,848.089,12.4268,0.349066,604800,0,0,120624,32310,0,0,0,0),(12860,22877,564,1,1,21165,1,448.3,850.006,12.4384,2.98451,604800,0,0,120624,32310,0,0,0,0),(12858,22877,564,1,1,21165,1,236.953,1077.16,-62.5328,0,604800,0,0,120624,32310,0,0,0,0),(12857,22877,564,1,1,21165,1,257.514,1079.88,-62.4984,3.36848,604800,0,0,120624,32310,0,0,0,0),(12856,22876,564,1,1,21164,0,449.291,790.748,12.1153,2.07694,604800,0,0,120624,129240,0,0,0,0),(12855,22876,564,1,1,21164,0,451.223,808.208,12.2106,3.90954,604800,0,0,120624,129240,0,0,0,0),(12854,22875,564,1,1,21162,0,242.754,939.22,-50.9249,4.94332,604800,0,0,120624,129240,0,0,0,0),(12853,22875,564,1,1,21163,0,262.422,938.35,-51.0915,2.85277,604800,0,0,120624,129240,0,0,0,0),(12852,22875,564,1,1,21163,0,308.102,805.831,-17.726,4.5511,604800,0,0,120624,129240,0,0,0,0),(12851,22875,564,1,1,21163,0,308.557,820.507,-17.8755,4.39737,604800,0,0,120624,129240,0,0,0,0),(12850,22874,564,1,1,21161,1,442.348,790.157,12.1117,1.46608,604800,0,0,120624,129240,0,0,0,0),(34291,3809,1,1,1,820,0,2260.23,-507.636,100.283,4.19378,300,15,0,662,0,1,0,0,0),(12849,22874,564,1,1,21161,1,296.038,999.841,-62.4266,5.14872,604800,0,0,120624,129240,0,0,0,0),(12848,22874,564,1,1,21161,1,297.536,986.781,-62.3347,1.23918,604800,0,0,120624,129240,0,0,0,0),(12847,22873,564,1,1,21160,1,455.114,795.945,12.1439,2.75762,604800,0,0,201068,0,0,0,0,0),(12846,22873,564,1,1,21159,1,454.179,802.715,12.1807,3.38594,604800,0,0,201068,0,0,0,0,0),(12845,22873,564,1,1,21160,1,306.891,995.664,-62.5448,3.28122,604800,0,0,201068,0,0,0,0,0),(12844,22873,564,1,1,21160,1,306.63,990.987,-62.4405,3.10669,604800,0,0,201068,0,0,0,0,0),(12843,22871,564,1,1,21262,1,606.641,402.173,187.173,3.14159,604800,0,0,3505425,1693500,0,0,0,0),(12842,22869,564,1,1,21120,1,714.325,435.044,112.819,1.48353,604800,0,0,150801,0,0,0,0,0),(12841,22869,564,1,1,21120,1,735.955,438.712,112.812,1.79769,604800,0,0,150801,0,0,0,0,0),(12840,22869,564,1,1,21120,1,794.673,372.557,112.751,1.59092,604800,0,0,150801,0,0,0,0,0),(12839,22869,564,1,1,21120,1,680.188,434.772,112.818,1.25664,604800,0,0,150801,0,0,0,0,0),(12838,22869,564,1,1,21120,1,811.06,372.543,112.828,2.70526,604800,0,0,150801,0,0,0,0,0),(12837,22869,564,1,1,21120,1,811.321,414.857,112.837,3.49066,604800,0,0,150801,0,0,0,0,0),(12835,22869,564,1,1,21120,1,612.127,381.354,112.714,1.29244,604800,0,0,150801,0,0,0,0,0),(12834,22869,564,1,1,21120,1,686.316,386.186,118.64,1.25664,604800,0,0,150801,0,0,0,0,0),(12833,22869,564,1,1,21120,1,721.226,385.959,118.672,1.8326,604800,0,0,150801,0,0,0,0,0),(12832,22869,564,1,1,21120,1,594.69,418.315,112.83,5.77704,604800,0,0,150801,0,0,0,0,0),(12831,22869,564,1,1,21120,1,596.956,380.583,112.821,0.558505,604800,0,0,150801,0,0,0,0,0),(12830,23374,564,1,1,21442,1,772.47,239.612,112.819,6.00393,604800,0,0,150801,0,0,0,0,0),(12829,23374,564,1,1,21442,1,775.645,250.599,112.818,0.506145,604800,0,0,150801,0,0,0,0,0),(12828,22856,564,1,1,21146,0,497.772,184.166,94.6049,4.67748,604800,0,0,5306000,0,0,0,0,0),(12827,22855,564,1,1,19991,0,797.328,378.022,112.746,2.01603,604800,5,0,309960,0,1,0,0,0),(12826,22855,564,1,1,19991,0,616.502,383.796,112.711,1.29244,604800,5,0,309960,0,1,0,0,0),(12825,22853,564,1,1,11335,1,726.986,434.524,112.819,1.69297,604800,0,0,120624,32310,0,0,0,0),(12824,22853,564,1,1,11335,1,801.742,372.737,112.747,1.59091,604800,0,0,120624,32310,0,0,0,0),(12823,22853,564,1,1,11335,1,684.198,433.726,112.817,1.37881,604800,0,0,120624,32310,0,0,0,0),(12822,22853,564,1,1,11335,1,813.052,402.212,112.833,3.24631,604800,0,0,120624,32310,0,0,0,0),(12821,22853,564,1,1,11335,1,618.926,379.411,112.708,1.29245,604800,0,0,120624,32310,0,0,0,0),(12820,22853,564,1,1,11335,1,708.325,383.918,119.955,1.62316,604800,0,0,120624,32310,0,0,0,0),(12818,22853,564,1,1,11335,1,592.098,391.194,112.827,0.244346,604800,0,0,120624,32310,0,0,0,0),(1976819,21934,548,1,1,0,0,-239.43,-363.48,12,1.19093,604800,0,0,2835,0,0,0,33554432,0),(1976818,21933,548,1,1,0,0,-218.8,-371.34,14.608,2.72,604800,0,0,2835,0,0,0,33554432,0),(1976817,21933,548,1,1,0,0,-259.13,-356.28,15.03,6.04,604800,0,0,2835,0,0,0,33554432,0),(133963,37519,673,15,1,0,0,22.1763,-11.4125,34.9973,0,604800,0,0,1,0,0,0,0,0),(12810,22847,564,1,1,21117,1,641.519,383.699,112.773,5.55015,604800,0,0,123900,33090,0,0,0,0),(12809,22847,564,1,1,21117,1,766.615,390.17,112.841,4.86947,604800,0,0,123900,33090,0,0,0,0),(12808,22847,564,1,1,21117,1,691.42,258.183,125.154,6.17644,604800,5,0,123900,33090,1,0,0,0),(12807,22847,564,1,1,21117,1,515.797,362.63,112.784,6.26477,604800,5,0,123900,33090,1,0,0,0),(12806,22847,564,1,1,21117,1,499.12,407.098,112.784,3.14168,604800,0,0,123900,33090,0,0,0,0),(12805,22847,564,1,1,21117,1,489.057,401.097,112.784,3.14168,604800,5,0,123900,33090,1,0,0,0),(12804,22847,564,1,1,21117,1,516.83,434.047,112.784,5.91703,604800,0,0,123900,33090,0,0,0,0),(12803,22846,564,1,1,21118,1,643.65,390.282,112.776,5.39307,604800,0,0,120624,32310,0,0,0,0),(12802,22846,564,1,1,21118,1,715.449,359.43,125.153,6.27306,604800,0,0,120624,32310,0,0,0,0),(12801,22846,564,1,1,21118,1,759.488,386.173,112.847,5.61996,604800,0,0,120624,32310,0,0,0,0),(1335,687,0,1,1,11317,0,-13014.1,478.305,12.1516,2.07372,300,5,0,1829,0,1,0,0,0),(12800,22846,564,1,1,21118,1,482.937,375.85,112.867,2.35619,604800,0,0,120624,32310,0,0,0,0),(15868,2356,0,1,1,3201,0,-409.194,-1718.52,88.3221,4.35617,300,10,0,944,0,1,0,0,0),(10625,1053,0,1,1,3488,1,-2646.83,-2328.37,77.6169,0.736778,300,3,0,905,0,1,0,0,0),(10626,1028,0,1,1,1079,1,-3138.87,-1061.58,9.24119,1.75327,300,5,0,504,1443,1,0,0,0),(17733,1909,0,1,1,757,1,1114.44,743.719,27.6456,2.29247,275,10,0,377,408,1,0,0,0),(10623,1015,0,1,1,670,0,-2856.39,-2651.73,44.817,2.74004,300,10,0,617,0,1,0,0,0),(10624,1057,0,1,1,4918,1,-3407,-2450.98,52.4743,4.13643,300,0,0,519,1443,0,0,0,0),(17732,1909,0,1,1,757,1,1217.88,370.129,32.0602,3.735,275,0,0,377,408,0,0,0,0),(17731,1767,0,1,1,441,1,1314.67,837.174,35.5394,4.96985,275,10,0,247,0,1,0,0,0),(17730,1767,0,1,1,441,1,976.74,1020.1,28.3477,4.92151,275,10,0,247,0,1,0,0,0),(34290,3809,1,1,1,820,0,1449.25,-2149.99,90.3586,0.354246,300,5,0,662,0,1,0,0,0),(34289,3809,1,1,1,820,0,2239.46,-586.661,104.313,0.143141,300,15,0,662,0,1,0,0,0),(34288,3809,1,1,1,820,0,2625.22,-1030.09,119.367,2.98906,300,15,0,662,0,1,0,0,0),(34287,3809,1,1,1,820,0,2318.05,-748.627,116.195,4.08805,300,15,0,662,0,1,0,0,0),(34286,3809,1,1,1,820,0,2207.49,-540.074,103.787,0.79575,300,2,0,662,0,1,0,0,0),(34285,3809,1,1,1,820,0,2281.85,-484.178,99.1736,3.32508,300,15,0,662,0,1,0,0,0),(34284,3809,1,1,1,820,0,2352.21,-947.693,92.2136,2.08257,300,15,0,662,0,1,0,0,0),(34283,3809,1,1,1,820,0,2171.58,-1082.99,101.932,0.273993,300,5,0,662,0,1,0,0,0),(34282,3809,1,1,1,820,0,2420.54,-792.628,122.464,0.246443,300,15,0,662,0,1,0,0,0),(34281,3809,1,1,1,820,0,2700.04,-1458.27,212.929,2.76791,300,5,0,662,0,1,0,0,0),(34280,3809,1,1,1,820,0,2554.92,-1485.88,161.328,0.506715,300,15,0,662,0,1,0,0,0),(34279,3809,1,1,1,820,0,1923.78,-458.803,111.815,5.9778,300,10,0,662,0,1,0,0,0),(34278,3809,1,1,1,820,0,2047.98,-415.036,95.6911,2.33222,300,15,0,662,0,1,0,0,0),(34277,3809,1,1,1,820,0,2295.47,-997.381,95.4581,0.799209,300,5,0,662,0,1,0,0,0),(34276,3809,1,1,1,820,0,2291.61,-679.881,136.875,5.31015,300,5,0,662,0,1,0,0,0),(34275,3809,1,1,1,820,0,2281.03,-580.195,111.808,6.11408,300,5,0,662,0,1,0,0,0),(34274,3809,1,1,1,820,0,2981.77,-1276.44,199.81,5.60845,300,5,0,662,0,1,0,0,0),(34273,3809,1,1,1,820,0,2382.4,-948.031,102.523,5.4667,300,3,0,662,0,1,0,0,0),(34272,3809,1,1,1,820,0,2575.67,-1543.62,157.972,4.75616,300,3,0,662,0,1,0,0,0),(34271,3809,1,1,1,820,0,2444.84,-892.368,145.42,4.56331,300,5,0,662,0,1,0,0,0),(34270,3809,1,1,1,820,0,2315.13,-903.292,98.4071,4.2793,300,0,0,662,0,0,0,0,0),(34269,3809,1,1,1,820,0,2090.41,-595.307,103.248,5.5542,300,5,0,662,0,1,0,0,0),(34268,3808,1,1,1,4136,1,1893.87,-2652.55,84.3479,2.86184,300,0,0,896,0,0,0,0,0),(34267,3808,1,1,1,4135,1,1931.56,-2641.06,86.1152,4.02747,300,5,0,896,0,1,0,0,0),(34266,3808,1,1,1,4136,1,1860.2,-2688.51,40.5932,4.96714,300,2,0,896,0,1,0,0,0),(34265,3808,1,1,1,4135,1,1771.85,-2691.22,111.546,2.41322,300,0,0,896,0,0,0,0,0),(34261,3808,1,1,1,4135,1,1788.71,-2661.16,109.513,5.33606,300,0,0,896,0,0,0,0,0),(34260,3808,1,1,1,4136,1,1761.87,-2663.95,109.236,6.26204,300,0,0,896,0,0,0,0,0),(34259,3808,1,1,1,4135,1,1743.02,-2751.93,85.9907,2.17651,300,2,0,896,0,1,0,0,0),(34258,3808,1,1,1,4136,1,1848.17,-2718.93,41.4859,0.617748,300,2,0,896,0,1,0,0,0),(34257,3808,1,1,1,4135,1,1868.26,-2756.14,61.5182,1.30402,300,2,0,896,0,1,0,0,0),(34256,3808,1,1,1,4136,1,1801.06,-2677.33,109.781,0.964559,300,5,0,896,0,1,0,0,0),(34255,4320,1,1,1,2416,1,2098.61,-1167.34,101.876,3.66519,300,0,0,1410,1283,0,0,0,0),(34254,3807,1,1,1,4154,1,1828.31,-2612.75,60.9334,6.19882,300,5,0,950,0,1,0,0,0),(34253,3807,1,1,1,4153,1,1889.34,-2638.42,83.0979,1.04432,300,0,0,950,0,0,0,0,0),(34252,3807,1,1,1,4153,1,1808.95,-2699.52,39.8401,3.63864,300,2,0,950,0,1,0,0,0),(34251,3807,1,1,1,4153,1,1804.5,-2823.27,60.7386,3.15803,300,2,0,950,0,1,0,0,0),(34250,3807,1,1,1,4153,1,1782.67,-2702.31,102.923,1.84076,300,0,0,950,0,0,0,0,0),(34249,3807,1,1,1,4153,1,1829.65,-2639.55,40.2669,1.88507,300,2,0,950,0,1,0,0,0),(34248,3807,1,1,1,4153,1,1823.78,-2723.1,44.6544,6.2504,300,2,0,950,0,1,0,0,0),(34247,3807,1,1,1,4154,1,1830.47,-2795.82,51.504,6.21041,300,2,0,950,0,1,0,0,0),(34246,3807,1,1,1,4153,1,1803.97,-2651.18,57.3481,0.017189,300,5,0,950,0,1,0,0,0),(34245,3806,1,1,1,4152,1,1746.21,-2672.71,67.636,5.16537,300,2,0,950,0,1,0,0,0),(34244,3806,1,1,1,4151,1,1779.97,-2814.36,64.5648,1.00954,300,2,0,950,0,1,0,0,0),(34243,3806,1,1,1,4151,1,1907.26,-2629.01,84.4664,2.58665,300,0,0,950,0,0,0,0,0),(34242,3806,1,1,1,4152,1,1910.99,-2651.67,84.9902,3.12808,300,0,0,950,0,0,0,0,0),(34241,3806,1,1,1,4151,1,1810.29,-2669.95,40.576,1.17426,300,0,0,950,0,2,0,0,0),(34240,3806,1,1,1,4151,1,1815.79,-2749.06,82.0961,2.31764,300,0,0,950,0,2,0,0,0),(34239,3806,1,1,1,4151,1,1755.29,-2761.45,84.0077,2.05842,300,0,0,950,0,2,0,0,0),(34238,3806,1,1,1,4152,1,1831.72,-2758.12,48.6305,3.99523,300,2,0,950,0,1,0,0,0),(34237,3806,1,1,1,4151,1,1852.88,-2792.91,39.0355,2.53706,300,5,0,950,0,1,0,0,0),(34236,3806,1,1,1,4152,1,1781.3,-2791.66,67.4341,2.6978,300,2,0,950,0,1,0,0,0),(34235,3804,1,1,1,4133,1,1895.77,-2631.96,84.0029,3.59951,300,0,0,896,0,0,0,0,0),(34234,3804,1,1,1,4133,1,1924.65,-2628.21,83.5914,1.32398,300,5,0,896,0,1,0,0,0),(34233,3804,1,1,1,4134,1,1794.67,-2733.71,77.7271,1.61571,300,5,0,896,0,1,0,0,0),(34232,3804,1,1,1,4133,1,1750.99,-2725.36,90.4287,3.27098,300,0,0,896,0,0,0,0,0),(34231,3803,1,1,1,4164,1,1785.19,-2649.51,57.627,5.68958,300,2,0,812,811,1,0,0,0),(34230,3803,1,1,1,4164,1,1775.03,-2695.32,71.9756,3.72923,300,5,0,812,811,1,0,0,0),(34229,3803,1,1,1,4164,1,1779.62,-2759.77,83.3605,1.61188,300,3,0,812,811,1,0,0,0),(34228,3802,1,1,1,4160,0,1818.11,-2785.98,81.5536,0.747355,300,0,0,739,2068,0,0,0,0),(34227,3801,1,1,1,4159,1,1743.3,-2667.7,114.46,2.65408,300,5,0,769,756,1,0,0,0),(34226,3801,1,1,1,4159,1,1822.1,-2609.09,60.5186,3.65302,300,5,0,769,756,1,0,0,0),(34225,3801,1,1,1,4159,1,1862.11,-2639.75,56.9482,5.96217,300,0,0,769,756,0,0,0,0),(34224,12759,1,1,1,7853,0,1960.89,-1106.05,81.4683,0.994347,300,0,0,828,732,0,0,0,0),(34223,4054,1,1,1,2723,0,2520.04,-1648.77,144.428,0.60396,300,15,0,664,0,1,0,0,0),(34222,4054,1,1,1,2723,0,2517.11,-1697.29,146.717,5.14626,300,15,0,664,0,1,0,0,0),(34221,4054,1,1,1,2723,0,2547.33,-1780.42,149.309,3.09274,300,15,0,664,0,1,0,0,0),(34220,4054,1,1,1,2723,0,2556.58,-1683.6,153.098,0.354977,300,15,0,664,0,1,0,0,0),(34219,4054,1,1,1,2723,0,2580.97,-1716.76,159.502,2.55679,300,15,0,664,0,1,0,0,0),(34218,4054,1,1,1,2723,0,2585.42,-1677.08,155.781,1.74203,300,3,0,664,0,1,0,0,0),(34217,4054,1,1,1,2723,0,2618.74,-1751.99,177.325,5.13654,300,15,0,664,0,1,0,0,0),(34216,4054,1,1,1,2723,0,2570.65,-1750.47,154.197,1.2367,300,15,0,664,0,1,0,0,0),(34215,4054,1,1,1,2723,0,2514.05,-1752.22,137.823,1.49783,300,3,0,664,0,1,0,0,0),(34214,4054,1,1,1,2723,0,2544.77,-1748.07,152.205,2.70591,300,5,0,664,0,1,0,0,0),(34213,4054,1,1,1,2723,0,2524.73,-1791.49,143.686,5.68814,300,5,0,664,0,1,0,0,0),(34212,4054,1,1,1,2723,0,2378.04,-1685.62,149.126,3.86278,300,0,0,664,0,0,0,0,0),(34211,4054,1,1,1,2723,0,2665.25,-1848.33,188.871,0.392963,300,0,0,664,0,0,0,0,0),(34210,4054,1,1,1,2723,0,2680.34,-1815.08,191.505,2.97265,300,10,0,664,0,1,0,0,0),(34204,4054,1,1,1,2723,0,2636.16,-1802.91,193.64,4.53472,300,5,0,664,0,1,0,0,0),(34203,4054,1,1,1,2723,0,2718.7,-1814.41,198.214,0.970802,300,10,0,664,0,1,0,0,0),(34202,4054,1,1,1,2723,0,2680.67,-1802.55,192.22,4.70555,300,10,0,664,0,1,0,0,0),(34201,4054,1,1,1,2723,0,2781.05,-1817.29,203.902,5.13415,300,15,0,664,0,1,0,0,0),(34200,4054,1,1,1,2723,0,2763.12,-1894.77,188.96,3.9095,300,5,0,664,0,1,0,0,0),(34199,4054,1,1,1,2723,0,2747.98,-1846.98,196.606,2.9509,300,5,0,664,0,1,0,0,0),(34198,4054,1,1,1,2723,0,2696.09,-1848.67,190.595,4.47073,300,5,0,664,0,1,0,0,0),(34197,4054,1,1,1,2723,0,2510.64,-1712.17,143.94,3.8432,300,5,0,664,0,1,0,0,0),(34196,4054,1,1,1,2723,0,2444.76,-1669.72,134.755,1.16935,300,5,0,664,0,1,0,0,0),(34195,4054,1,1,1,2723,0,2481.54,-1705.03,133.169,1.95025,300,15,0,664,0,1,0,0,0),(34194,4054,1,1,1,2723,0,2486.79,-1682.54,134.945,4.20792,300,10,0,664,0,1,0,0,0),(34193,4054,1,1,1,2723,0,2426.84,-1647.7,139.846,6.18177,300,5,0,664,0,1,0,0,0),(34192,3797,1,1,1,4254,0,2717.31,-1898.22,207.876,0.354223,300,0,0,640,655,0,0,0,0),(34191,3797,1,1,1,4253,0,2718.33,-1873.49,207.425,3.72521,300,5,0,640,655,1,0,0,0),(34190,3797,1,1,1,4254,0,2703.66,-1883.29,207.448,0.252137,300,5,0,640,655,1,0,0,0),(34189,3797,1,1,1,2281,0,2722.1,-1882.31,207.871,4.7487,300,0,0,640,655,0,0,0,0),(34188,3797,1,1,1,4254,0,2707.01,-1885.23,193.313,0.739373,300,0,0,640,655,0,0,0,0),(34187,3797,1,1,1,4253,0,2684.59,-1871.52,193.382,2.14675,300,0,0,640,655,0,0,0,0),(34186,3797,1,1,1,4254,0,2714.86,-1871.74,193.313,6.20183,300,0,0,640,655,0,0,0,0),(34185,3797,1,1,1,2281,0,2718.8,-1889.12,204.727,3.86974,300,0,0,640,655,2,0,0,0),(34184,12757,1,1,1,8352,0,3345.46,1013.93,3.39761,6.10865,300,0,0,1342,0,0,0,0,0),(34183,11219,1,1,1,10878,0,3305.22,127.885,16.1994,0.279253,300,0,0,1981,0,0,0,0,0),(34182,17106,1,1,1,16857,1,2762.28,-312.248,110.858,4.2586,300,0,0,600,618,0,0,0,0),(34181,12498,1,1,1,7553,0,3247.17,-3723.5,149.634,2.87979,600,0,0,80925,0,0,0,0,0),(34180,3791,1,1,1,736,0,3166,-1203.2,214.924,4.07179,300,0,0,950,0,0,0,0,0),(34179,3791,1,1,1,736,0,3163.6,-1178.16,215.683,1.07008,300,15,0,950,0,1,0,0,0),(34178,3791,1,1,1,736,0,3172.03,-1186.47,214.891,3.54054,300,15,0,950,0,1,0,0,0),(34177,3791,1,1,1,736,0,3172.19,-1183.75,214.894,1.20556,300,0,0,950,0,2,0,0,0),(34176,3791,1,1,1,736,0,3220.51,-1300.53,239.642,4.72815,300,2,0,950,0,1,0,0,0),(34134,3789,1,1,1,203,0,3155.66,-1200.83,216.049,3.67594,300,0,0,896,0,0,0,0,0),(34133,3789,1,1,1,203,0,3191.25,-1177.38,217.627,5.37009,300,3,0,896,0,1,0,0,0),(34132,3789,1,1,1,203,0,3200.76,-1192.65,220.499,5.79041,300,3,0,896,0,1,0,0,0),(34131,3789,1,1,1,203,0,3212.33,-1238.8,234.83,3.78192,300,2,0,896,0,1,0,0,0),(34130,3789,1,1,1,203,0,3307.5,-1346.97,212.766,2.9906,300,0,0,896,0,2,0,0,0),(34129,3789,1,1,1,203,0,3236.8,-1368.02,239.897,3.36765,300,0,0,896,0,0,0,0,0),(34128,3789,1,1,1,203,0,3228.87,-1365.53,239.86,6.07587,300,0,0,896,0,0,0,0,0),(34124,3789,1,1,1,203,0,3222.59,-1378.52,239.95,3.55404,300,0,0,896,0,0,0,0,0),(34123,3789,1,1,1,203,0,3412.86,-1374.98,185.649,1.8507,300,10,0,896,0,1,0,0,0),(34118,3789,1,1,1,203,0,3383.69,-1339.34,197.665,5.41407,300,5,0,896,0,1,0,0,0),(33959,3789,1,1,1,203,0,3149.48,-1185.94,217.235,2.39854,300,5,0,896,0,1,0,0,0),(33958,3789,1,1,1,203,0,3165.17,-1165.88,215.256,3.59771,300,5,0,896,0,1,0,0,0),(33796,3789,1,1,1,203,0,3150.87,-1173.04,217.235,3.67055,300,5,0,896,0,1,0,0,0),(33790,17100,1,1,1,16852,1,2071.15,-2413.45,87.1622,3.4383,300,0,0,554,1545,0,0,0,0),(33789,17355,1,1,1,16979,1,2351.69,-2523.1,104.845,3.50811,300,0,0,1552,1534,0,0,0,0),(33788,19914,1,1,1,16724,0,1435.85,-1854.46,133.617,6.19592,300,0,0,2091,2117,0,0,0,0),(33787,3784,1,1,1,2024,0,1845.22,-2878.11,81.5904,4.13847,300,5,0,787,0,1,0,0,0),(33785,3784,1,1,1,2024,0,1608.7,-2143.63,92.937,2.0734,300,5,0,787,0,1,0,0,0),(33756,3784,1,1,1,2024,0,1852.17,-2945.58,80.4181,2.29545,300,5,0,787,0,1,0,0,0),(33755,3784,1,1,1,2024,0,2587.35,-2446.33,155.42,4.77298,300,5,0,787,0,1,0,0,0),(33754,3784,1,1,1,2024,0,1884.81,-2853.92,80.731,3.98014,300,5,0,787,0,1,0,0,0),(33753,3784,1,1,1,2024,0,2886.42,-2605.02,217.618,1.60009,300,5,0,787,0,1,0,0,0),(33592,3784,1,1,1,2024,0,2179.08,-2859.27,107.329,3.38493,300,5,0,787,0,1,0,0,0),(33591,3784,1,1,1,2024,0,2447.65,-2328.74,130.116,1.23704,300,5,0,787,0,1,0,0,0),(33590,3784,1,1,1,2024,0,2270.72,-2945.99,110.469,3.99799,300,5,0,787,0,1,0,0,0),(33576,3784,1,1,1,2024,0,1920.21,-1932.72,84.604,1.07874,300,5,0,787,0,1,0,0,0),(33575,11720,1,1,1,11685,1,2393.55,-2525.33,111.374,2.93215,300,0,0,2138,0,0,0,0,0),(33574,3784,1,1,1,2024,0,1541.34,-2166.57,71.6486,3.92147,300,10,0,787,0,1,0,0,0),(33573,3784,1,1,1,2024,0,1518.72,-2163.16,78.3245,1.13948,300,10,0,787,0,1,0,0,0),(33572,3784,1,1,1,2024,0,1612.21,-1750.68,93.1301,0.06734,300,5,0,787,0,1,0,0,0),(33571,3784,1,1,1,2024,0,2029.69,-3259.9,65.3673,0.111797,300,5,0,787,0,1,0,0,0),(33570,3784,1,1,1,2024,0,1445.52,-2159.87,92.0644,6.23438,300,10,0,787,0,1,0,0,0),(33569,3784,1,1,1,2024,0,1586.57,-2098.99,74.045,2.11546,300,10,0,787,0,1,0,0,0),(33568,3784,1,1,1,2024,0,1793.18,-1875.66,83.9687,5.77316,300,5,0,787,0,1,0,0,0),(33567,3784,1,1,1,2024,0,2180.38,-3148.19,89.9185,6.18342,300,5,0,787,0,1,0,0,0),(33566,3784,1,1,1,2024,0,2077.4,-3218,79.3894,0.066438,300,5,0,787,0,1,0,0,0),(33565,3784,1,1,1,2024,0,1628.89,-1696.34,87.4683,2.40702,300,5,0,787,0,1,0,0,0),(33564,3784,1,1,1,2024,0,1530.74,-2094.7,88.528,3.43664,300,10,0,787,0,1,0,0,0),(33470,6087,1,1,1,4841,1,2820.74,-302.083,108.459,3.14159,300,0,0,1753,0,0,0,0,0),(33469,3783,1,1,1,2023,0,2185.99,-271.804,97.3242,0.896485,300,5,0,508,544,1,0,0,0),(33468,3783,1,1,1,2023,0,2195.21,-209.555,98.6439,6.09922,300,5,0,508,544,1,0,0,0),(33467,3783,1,1,1,2023,0,2079,-171.465,92.8395,1.74044,300,15,0,508,544,1,0,0,0),(33466,3783,1,1,1,2023,0,2087.18,-244.419,97.7034,0.171454,300,15,0,508,544,1,0,0,0),(33465,3783,1,1,1,2023,0,2127.12,-239.948,92.3603,5.37106,300,15,0,508,544,1,0,0,0),(33464,3783,1,1,1,2023,0,2052.38,-219.903,97.1586,1.90812,300,15,0,508,544,1,0,0,0),(33463,3783,1,1,1,2023,0,2084.83,-214.824,97.1855,3.55625,300,15,0,508,544,1,0,0,0),(33462,3783,1,1,1,2023,0,1903.92,-196.332,103.832,3.32022,300,5,0,508,544,1,0,0,0),(33461,3783,1,1,1,2023,0,2039.79,-188.002,94.8714,2.05467,300,15,0,508,544,1,0,0,0),(33425,3783,1,1,1,2023,0,2011.7,-74.3316,121.165,3.75344,300,5,0,508,544,1,0,0,0),(33424,3783,1,1,1,2023,0,2044.94,-118.126,86.5075,5.03661,300,5,0,508,544,1,0,0,0),(33420,3783,1,1,1,2023,0,2148.25,-243.185,81.8675,1.36055,300,5,0,508,544,1,0,0,0),(33419,3783,1,1,1,2023,0,2080.63,-278.546,92.1737,4.12168,300,15,0,508,544,1,0,0,0),(33418,3783,1,1,1,2023,0,2118.92,-281.266,82.3794,4.51128,300,5,0,508,544,1,0,0,0),(33417,3783,1,1,1,2023,0,2085.93,-313.309,86.3394,2.96249,300,15,0,508,544,1,0,0,0),(33416,3783,1,1,1,2023,0,2045.56,-288.688,83.6489,0.013011,300,5,0,508,544,1,0,0,0),(33415,3783,1,1,1,2023,0,1957.63,-186.397,103.705,3.26292,300,15,0,508,544,1,0,0,0),(33414,6087,1,1,1,4842,1,2753.11,-317.827,109.251,4.64258,300,0,0,1753,0,0,0,0,0),(33413,6087,1,1,1,4842,1,2741.93,-358.924,107.214,4.0362,300,0,0,1753,0,2,0,0,0),(12799,22846,564,1,1,21118,1,487.84,372.385,112.867,2.30383,604800,0,0,120624,32310,0,0,0,0),(12798,22846,564,1,1,21118,1,492.818,421.657,112.867,3.71755,604800,0,0,120624,32310,0,0,0,0),(12797,22845,564,1,1,21116,1,650.207,390.665,112.772,4.41568,604800,0,0,120624,32310,0,0,0,0),(12796,22845,564,1,1,21116,1,716.349,362.421,125.14,6.27307,604800,5,0,120624,32310,1,0,0,0),(12795,22845,564,1,1,21116,1,773.614,386.99,112.84,3.94444,604800,0,0,120624,32310,0,0,0,0),(33412,6087,1,1,1,4844,1,2728.83,-356.807,108.6,5.5676,300,0,0,1753,0,0,0,0,0),(10622,1400,0,1,1,1036,0,-3626.95,-1150.84,-13.262,6.2304,300,10,0,617,0,1,0,0,0),(10621,1052,0,1,1,3490,1,-2622.38,-2322.33,79.815,5.40063,300,5,0,853,0,1,0,0,0),(10620,1009,0,1,1,3197,1,-3753.81,-2920.49,12.0631,3.22886,300,0,0,472,1357,0,0,0,0),(10619,1034,0,1,1,4916,1,-3340.36,-2302.65,52.1486,0.028497,300,5,0,635,0,1,0,0,0),(10618,1420,0,1,1,901,0,-3273.3,-1476.96,8.13431,4.19106,300,10,0,8,0,1,0,0,0),(10617,1053,0,1,1,3488,1,-2594.06,-2278.74,86.0163,3.17752,300,5,0,905,0,1,0,0,0),(10616,1053,0,1,1,3488,1,-2641.74,-2337.64,78.7263,5.69895,300,0,0,905,0,0,0,0,0),(10615,1053,0,1,1,3488,1,-2629.79,-2336.43,82.3376,6.16872,300,0,0,905,0,0,0,0,0),(10614,1032,0,1,1,767,0,-2819.52,-2247.79,43.1277,2.3341,300,5,0,617,0,1,0,0,0),(10613,1032,0,1,1,767,0,-2825.97,-2380.27,55.8684,2.35316,300,3,0,617,0,1,0,0,0),(10612,1018,0,1,1,180,0,-2569.85,-1741.01,9.87233,1.25895,300,10,0,896,0,1,0,0,0),(10611,1420,0,1,1,901,0,-3423.01,-1158.42,6.67042,3.00976,300,10,0,8,0,1,0,0,0),(10610,1039,0,1,1,713,0,-3391.39,-1330.32,3.01132,3.43062,300,10,0,494,0,1,0,0,0),(10609,1039,0,1,1,713,0,-3481.11,-1205.24,6.66533,1.60967,300,10,0,494,0,1,0,0,0),(10608,1040,0,1,1,2023,0,-3026.21,-1458.46,6.94646,0.384486,300,10,0,664,0,1,0,0,0),(10607,1040,0,1,1,2023,0,-2974.8,-1318.68,6.30867,0.710745,300,10,0,664,0,1,0,0,0),(10606,1053,0,1,1,3488,1,-2605.17,-2302.67,90.1847,3.57677,300,0,0,905,0,0,0,0,0),(10605,1039,0,1,1,713,0,-2922.37,-1607.61,1.2473,4.74168,300,10,0,494,0,1,0,0,0),(10604,1039,0,1,1,713,0,-3395.44,-1260.92,6.59872,0.317463,300,10,0,494,0,1,0,0,0),(10603,1039,0,1,1,713,0,-3304.95,-1098.66,6.42006,2.09548,300,10,0,494,0,1,0,0,0),(10602,1039,0,1,1,713,0,-4077.4,-2907.07,5.19628,1.84254,300,10,0,494,0,1,0,0,0),(10601,1041,0,1,1,2024,0,-2885.07,-1723.14,6.98897,4.61382,300,10,0,734,0,1,0,0,0),(12794,22845,564,1,1,21116,1,695.913,262.713,125.189,6.22158,604800,5,0,120624,32310,1,0,0,0),(10600,1039,0,1,1,713,0,-3547.11,-2877.89,5.00173,2.61466,300,10,0,494,0,1,0,0,0),(10599,1040,0,1,1,2023,0,-3029.99,-1364.51,3.29891,4.08374,300,10,0,664,0,1,0,0,0),(10598,1041,0,1,1,2024,0,-2924.95,-1615.11,0.673246,4.36125,300,5,0,734,0,1,0,0,0),(10597,1053,0,1,1,3488,1,-2596.92,-2289.51,88.4366,2.28224,300,2,0,905,0,1,0,0,0),(10596,1053,0,1,1,3488,1,-2612.31,-2277.39,86.0164,2.74761,300,5,0,905,0,1,0,0,0),(10595,1053,0,1,1,3488,1,-2612.45,-2289.9,88.4282,6.19592,300,0,0,905,0,0,0,0,0),(10594,1051,0,1,1,825,1,-2594.12,-2393.93,80.3494,3.40527,300,3,0,800,0,1,0,0,0),(10593,1053,0,1,1,3488,1,-2605.34,-2295.3,90.183,3.82891,300,0,0,905,0,2,0,0,0),(10592,1417,0,1,1,1035,0,-3611.06,-2926.68,6.33752,4.63346,300,10,0,531,0,1,0,0,0),(10591,1417,0,1,1,1035,0,-3655.25,-2913.18,11.7598,3.16548,300,10,0,531,0,1,0,0,0),(10590,1052,0,1,1,3490,1,-2593.98,-2310.07,90.3138,0.798688,300,3,0,853,0,1,0,0,0),(10589,1053,0,1,1,3488,1,-2564.88,-2352.4,86.6005,4.19405,300,0,0,905,0,0,0,0,0),(10588,1051,0,1,1,825,1,-2605.72,-2375.2,80.1824,1.30846,300,3,0,800,0,1,0,0,0),(10587,1038,0,1,1,4924,1,-3672.87,-2579.32,61.1975,0.46533,300,5,0,519,1443,1,0,0,0),(10586,1052,0,1,1,3490,1,-2592.45,-2360.88,84.2905,3.79443,300,3,0,853,0,1,0,0,0),(10585,1051,0,1,1,825,1,-2580.31,-2341.27,85.1971,3.78567,300,0,0,800,0,0,0,0,0),(10584,1038,0,1,1,4924,1,-3632.92,-2562.3,57.3804,0.044979,300,0,0,519,1443,0,0,0,0),(10583,1051,0,1,1,825,1,-2615.77,-2357.83,80.9065,3.3842,300,5,0,800,0,1,0,0,0),(10582,1038,0,1,1,4924,1,-3614.18,-2585.11,60.1395,1.41454,300,3,0,519,1443,1,0,0,0),(10581,2091,0,1,1,4915,1,-3654.34,-2600.74,52.0236,0.257145,300,0,0,750,0,0,0,0,0),(10580,1036,0,1,1,4919,1,-3638.55,-2591.83,52.1486,4.12677,300,0,0,600,618,0,0,0,0),(10579,1036,0,1,1,4919,1,-3625.65,-2561.56,52.7885,0.120346,300,0,0,600,618,0,0,0,0),(10578,1051,0,1,1,825,1,-2628.55,-2410.74,80.8096,6.0885,300,5,0,800,0,1,0,0,0),(10577,1015,0,1,1,670,0,-2911.27,-2656.49,30.0462,2.59582,300,10,0,617,0,1,0,0,0),(10576,1007,0,1,1,3199,1,-4117.07,-2882.74,12.0424,1.37532,300,5,0,494,0,1,0,0,0),(10575,1008,0,1,1,355,1,-4018.76,-2923.33,11.2542,4.6545,300,10,0,531,0,1,0,0,0),(10573,1044,0,1,1,8712,0,-3241.62,-3047.09,21.994,1.08499,300,5,0,684,693,1,0,0,0),(10574,1035,0,1,1,4917,1,-3423.25,-1982.46,114.531,5.50889,300,0,0,635,0,0,0,0,0),(1334,674,0,1,1,7202,1,-12979.7,-462.423,58.2229,2.87979,300,0,0,1829,0,0,0,0,0),(1333,674,0,1,1,7202,1,-13002.6,-455.469,55.4754,2.18166,300,0,0,1829,0,0,0,0,0),(1332,1108,0,1,1,843,0,-11856.9,-158.503,14.7682,0.588003,300,10,0,1427,0,1,0,0,0),(1331,979,0,1,1,4454,1,-11414,-947.42,17.3143,4.68202,300,0,0,1604,0,0,0,0,0),(1330,1108,0,1,1,843,0,-11947.4,-182.479,17.1138,4.67518,300,5,0,1427,0,1,0,0,0),(1329,772,0,1,1,614,0,-12087.7,-852.536,41.6183,0.166622,300,5,0,1536,0,1,0,0,0),(1328,684,0,1,1,633,0,-12150.1,-793.224,26.7442,3.90213,300,5,0,1536,0,1,0,0,0),(1327,1114,0,1,1,845,0,-12386.9,-681.325,16.4524,0.188823,300,5,0,1804,0,1,0,0,0),(1326,855,0,1,1,180,0,-11851.2,641.523,46.1372,5.70854,300,3,0,1050,0,1,0,0,0),(1325,685,0,1,1,788,0,-11852.4,640.934,46.3087,3.01067,300,5,0,1221,0,1,0,0,0),(10572,1043,0,1,1,956,0,-3369.17,-2906.79,15.0815,6.15786,300,10,0,582,618,1,0,0,0),(10571,1035,0,1,1,4917,1,-3411.65,-1970.36,114.906,0.694054,300,5,0,635,0,1,0,0,0),(10570,1032,0,1,1,767,0,-3368.08,-2942.86,18.8802,2.35605,300,5,0,617,0,1,0,0,0),(10569,1032,0,1,1,767,0,-3384.22,-2820.02,14.0655,2.61571,300,5,0,617,0,1,0,0,0),(10568,1012,0,1,1,3196,1,-2953.42,-1925.16,9.81386,3.8377,300,5,0,664,0,1,0,0,0),(10567,1012,0,1,1,3196,1,-2970.71,-1837.39,9.21251,1.80215,300,5,0,664,0,1,0,0,0),(10566,1011,0,1,1,8598,1,-3001.08,-2521.09,11.5754,1.43117,300,0,0,617,0,0,0,0,0),(10565,1010,0,1,1,714,1,-2996.48,-2519.35,11.5754,1.91986,300,0,0,573,0,0,0,0,0),(10564,1011,0,1,1,8598,1,-2903.53,-2575.16,34.0366,3.08923,300,0,0,617,0,0,0,0,0),(56681,11662,409,1,1,12030,1,588.948,-1177.29,-195.424,0.575959,7200,0,0,67980,72180,0,0,0,0),(56679,11662,409,1,1,12030,1,608.382,-1178.97,-195.87,2.21657,7200,0,0,67980,72180,0,0,0,0),(56678,11662,409,1,1,12030,1,594.125,-1178.11,-195.706,0.890118,7200,0,0,67980,72180,0,0,0,0),(45498,4076,129,1,1,0,0,2507.81,766.568,39.8522,6.06717,86400,5,0,8,0,1,0,0,0),(45107,4076,129,1,1,0,0,2484.37,767.63,46.1014,1.18289,86400,5,0,8,0,1,0,0,0),(45091,7337,129,1,1,0,0,2474.61,763.829,46.1014,4.97067,86400,1,0,3027,1067,1,0,0,0),(44467,7328,129,1,1,0,1,2481.94,768.565,46.1014,4.26963,86400,0,0,3660,0,0,0,0,0),(44452,7329,129,1,1,0,1,2486.62,764,46.1847,1.61091,86400,0,0,3660,0,0,0,0,0),(44451,4076,129,1,1,0,0,2444.88,842.201,41.4879,3.60553,86400,5,0,8,0,1,0,0,0),(44450,4076,129,1,1,0,0,2516.56,776.68,47.0266,5.03702,86400,5,0,8,0,1,0,0,0),(42794,7328,129,1,1,0,1,2534.98,791.096,47.2089,6.19147,86400,0,0,3660,0,0,0,0,0),(42793,2110,129,1,1,0,0,2529.72,787.464,46.1969,3.99177,86400,5,0,1,0,1,0,0,0),(42792,4076,129,1,1,0,0,2499.89,788.468,39.4363,0.242314,86400,5,0,8,0,1,0,0,0),(97733,6491,571,1,4294967295,0,0,3594.74,2851.98,70.2233,5.50746,60,0,0,4120,0,0,0,0,0),(10561,1012,0,1,1,3196,1,-2936.18,-1972.67,9.46417,0.163102,300,5,0,664,0,1,0,0,0),(10562,1012,0,1,1,3196,1,-2989.63,-1974.86,9.95004,4.97555,300,5,0,664,0,1,0,0,0),(10563,1010,0,1,1,714,1,-2909.42,-2570.6,34.0353,5.0091,300,0,0,573,0,0,0,0,0),(15866,2349,0,1,1,6808,0,-974.094,-241.838,58.836,4.73777,300,10,0,664,0,1,0,0,0),(15867,721,0,1,1,4626,0,-952.687,-278.076,61.2686,5.59873,300,10,0,1,0,1,0,0,0),(15864,2344,0,1,1,3763,1,-1342.95,-1254.36,50.3736,3.94444,300,5,0,732,756,1,0,0,0),(15865,2344,0,1,1,3763,1,-1334.77,-1262.71,50.4082,0.942478,300,5,0,732,756,1,0,0,0),(17729,1767,0,1,1,441,1,1073.03,1025.31,29.6938,3.06729,275,10,0,247,0,1,0,0,0),(17728,1768,0,1,1,346,1,1134.94,1041.69,30.0693,0.537154,275,10,0,253,264,1,0,0,0),(15863,2356,0,1,1,3201,0,-829.649,-372.96,19.0983,4.17532,300,10,0,944,0,1,0,0,0),(15862,2344,0,1,1,3764,1,-1315.29,-1207.47,49.9872,4.41568,300,0,0,732,756,0,0,0,0),(15861,2356,0,1,1,3201,0,-717.341,-307.902,18.2617,0.280982,300,10,0,944,0,1,0,0,0),(15860,2344,0,1,1,3764,1,-1346.93,-1258.81,49.9014,2.20582,300,0,0,732,756,2,0,0,0),(15858,2345,0,1,1,3761,1,-1335.71,-1223.83,49.9869,5.35816,300,0,0,905,0,0,0,0,0),(15859,2349,0,1,1,6808,0,-904.085,-298.646,51.1379,0.883556,300,5,0,664,0,1,0,0,0),(12793,22845,564,1,1,21116,1,510.502,365.452,112.784,0.033871,604800,5,0,120624,32310,1,0,0,0),(12792,22845,564,1,1,21116,1,485.418,382.657,112.867,3.00197,604800,0,0,120624,32310,0,0,0,0),(12791,22845,564,1,1,21116,1,506.756,437.159,112.784,0.732886,604800,0,0,120624,32310,0,0,0,0),(12790,22845,564,1,1,21116,1,490.261,428.239,112.867,3.82227,604800,0,0,120624,32310,0,0,0,0),(12789,22844,564,1,1,21115,1,649.648,381.493,112.772,1.90241,604800,0,0,232470,0,0,0,0,0),(12788,22844,564,1,1,21115,1,652.666,387.173,112.77,3.64774,604800,0,0,232470,0,0,0,0,0),(12787,22844,564,1,1,21115,1,715.51,365.43,125.125,6.27305,604800,5,0,232470,0,1,0,0,0),(12786,22844,564,1,1,21115,1,763.971,378.019,112.848,1.13446,604800,0,0,232470,0,0,0,0,0),(12785,22844,564,1,1,21115,1,774.836,381.818,112.843,3.71755,604800,0,0,232470,0,0,0,0,0),(12784,22844,564,1,1,21115,1,717.743,259.432,125.15,0.670458,604800,5,0,232470,0,1,0,0,0),(12782,22844,564,1,1,21115,1,518.025,368.708,112.784,0.033912,604800,5,0,232470,0,1,0,0,0),(12781,22844,564,1,1,21115,1,490.488,381.113,112.867,2.58309,604800,0,0,232470,0,0,0,0,0),(12780,22844,564,1,1,21115,1,514.896,433.657,112.784,0.198973,604800,5,0,232470,0,1,0,0,0),(12779,22844,564,1,1,21115,1,487.358,418.408,112.867,3.66519,604800,0,0,232470,0,0,0,0,0),(12778,22844,564,1,1,21115,1,484.264,425.283,112.867,3.92699,604800,0,0,232470,0,0,0,0,0),(10559,1012,0,1,1,3196,1,-2963.5,-1991.14,9.54453,0.698654,300,5,0,664,0,1,0,0,0),(12777,22841,564,1,1,21357,1,449.595,401.194,118.621,0,604800,0,0,700392,0,0,0,0,0),(33411,6087,1,1,1,4841,1,2717.91,-369.602,107.964,5.84685,300,0,0,1753,0,0,0,0,0),(33410,6087,1,1,1,4843,1,2658.91,-394.258,108.499,5.79358,300,0,0,1753,0,0,0,0,0),(33409,6087,1,1,1,4843,1,2814.51,-272.127,106.94,1.71042,300,0,0,1753,0,0,0,0,0),(33408,6087,1,1,1,4844,1,2633.13,-443.645,107.211,4.04916,300,0,0,1753,0,0,0,0,0),(33407,6087,1,1,1,4844,1,2637.42,-451.803,106.82,2.9147,300,0,0,1753,0,0,0,0,0),(33406,6087,1,1,1,4842,1,2735.93,-416.844,110.501,2.79253,300,0,0,1753,0,0,0,0,0),(33391,3783,1,1,1,2023,0,2076.86,-122.765,92.0376,2.95301,300,5,0,508,544,1,0,0,0),(33381,6087,1,1,1,4842,1,2652.8,-381.443,107.532,4.95674,300,0,0,1753,0,0,0,0,0),(33377,3783,1,1,1,2023,0,1889.68,-185.947,101.304,4.28842,300,0,0,508,544,2,0,0,0),(33376,3783,1,1,1,2023,0,2019.7,-150.785,92.0379,5.05515,300,15,0,508,544,1,0,0,0),(33375,3783,1,1,1,2023,0,1979.87,-261.23,101.905,0.896719,300,5,0,508,544,1,0,0,0),(33374,3783,1,1,1,2023,0,1921.4,-108.616,115.266,0.285005,300,5,0,508,544,1,0,0,0),(33373,6087,1,1,1,4841,1,2101.42,-1198.31,101.787,1.79769,300,0,0,1753,0,0,0,0,0),(33372,6087,1,1,1,4843,1,2134.3,-1181.38,99.2387,6.23082,300,0,0,1753,0,0,0,0,0),(33371,6087,1,1,1,4844,1,2134.48,-1198.76,98.3637,0.087266,300,0,0,1753,0,0,0,0,0),(33370,6087,1,1,1,4844,1,2101.26,-1182.86,101.786,4.74729,300,0,0,1753,0,0,0,0,0),(33369,3782,1,1,1,9011,0,2255.62,-2258.04,97.6004,5.19506,300,5,0,734,0,1,0,0,0),(33368,3782,1,1,1,9011,0,1578.02,-2148.39,88.4134,6.04058,300,5,0,734,0,1,0,0,0),(33367,3782,1,1,1,9011,0,2615.05,-2839.23,158.476,1.63925,300,5,0,734,0,1,0,0,0),(33366,3782,1,1,1,9011,0,1610.26,-2080.29,91.5411,3.49658,300,10,0,734,0,1,0,0,0),(33365,3782,1,1,1,9011,0,1554.81,-2156.39,78.0371,3.15331,300,10,0,734,0,1,0,0,0),(33364,3782,1,1,1,9011,0,2121.2,-2872.14,103.446,1.91315,300,5,0,734,0,1,0,0,0),(33363,3782,1,1,1,9011,0,1978.93,-2876.11,89.0523,4.08741,300,5,0,734,0,1,0,0,0),(33362,3782,1,1,1,9011,0,2209.06,-3049.8,102.21,4.43212,300,5,0,734,0,1,0,0,0),(33361,3782,1,1,1,9011,0,1565.42,-2189,94.7367,4.69732,300,5,0,734,0,1,0,0,0),(33360,3782,1,1,1,9011,0,2253.09,-2822.14,117.987,6.16437,300,5,0,734,0,1,0,0,0),(33359,3782,1,1,1,9011,0,2320.52,-2818.25,124.301,1.96745,300,5,0,734,0,1,0,0,0),(33358,3782,1,1,1,9011,0,2380.01,-2824.38,130.719,0.454475,300,5,0,734,0,1,0,0,0),(33357,3782,1,1,1,9011,0,2353.47,-2319.64,112.227,6.09938,300,5,0,734,0,1,0,0,0),(33356,3782,1,1,1,9011,0,2518.81,-2379.71,139.772,0.094188,300,5,0,734,0,1,0,0,0),(33355,3782,1,1,1,9011,0,2225.73,-2991.5,106.452,4.37443,300,5,0,734,0,1,0,0,0),(33354,3782,1,1,1,9011,0,1652.06,-1743.58,85.8507,2.98989,300,5,0,734,0,1,0,0,0),(33353,3782,1,1,1,9011,0,2196.75,-2142.89,93.5582,0.463318,300,5,0,734,0,1,0,0,0),(33352,3782,1,1,1,9011,0,1677.26,-1747.58,92.0634,4.26071,300,5,0,734,0,1,0,0,0),(33351,3782,1,1,1,9011,0,2537.81,-2399.84,145.26,5.80862,300,5,0,734,0,1,0,0,0),(33350,3782,1,1,1,9011,0,1638.95,-1703.82,85.6922,1.9483,300,5,0,734,0,1,0,0,0),(33349,3782,1,1,1,9011,0,2056.8,-3246.62,75.5128,0.472381,300,5,0,734,0,1,0,0,0),(33348,3782,1,1,1,9011,0,1442.89,-2139.18,90.7336,3.18861,300,10,0,734,0,1,0,0,0),(33347,3782,1,1,1,9011,0,1722.69,-1810.7,85.3791,3.15973,300,5,0,734,0,1,0,0,0),(33346,3782,1,1,1,9011,0,2153.96,-2080.61,92.4724,2.48831,300,5,0,734,0,1,0,0,0),(33345,3782,1,1,1,9011,0,2080.39,-2020.64,89.503,3.51056,300,5,0,734,0,1,0,0,0),(33344,3782,1,1,1,9011,0,2019.42,-3211.25,79.5454,2.85354,300,5,0,734,0,1,0,0,0),(33343,3782,1,1,1,9011,0,2447.59,-2853.34,138.267,1.20517,300,5,0,734,0,1,0,0,0),(33342,3782,1,1,1,9011,0,1518.59,-2118.56,77.8073,5.79303,300,5,0,734,0,1,0,0,0),(33341,3782,1,1,1,9011,0,1594,-2062.39,92.6885,5.83038,300,10,0,734,0,1,0,0,0),(33340,3781,1,1,1,2022,0,2148.53,-131.948,100.197,4.38971,300,15,0,544,581,1,0,0,0),(33339,3781,1,1,1,2022,0,2076.94,-295.021,83.0711,4.72801,300,15,0,544,581,1,0,0,0),(33338,3781,1,1,1,2022,0,2129.66,-168.147,81.2528,1.65847,300,5,0,544,581,1,0,0,0),(33337,3781,1,1,1,2022,0,2146.29,-265.482,82.2432,1.14821,300,5,0,544,581,1,0,0,0),(33336,3781,1,1,1,2022,0,2040.38,-85.1864,115.131,2.58393,300,5,0,544,581,1,0,0,0),(33335,3781,1,1,1,2022,0,2081.4,-146.535,87.451,3.21285,300,15,0,544,581,1,0,0,0),(33334,3781,1,1,1,2022,0,2082.34,-338.708,92.9016,0.305745,300,5,0,544,581,1,0,0,0),(33333,3781,1,1,1,2022,0,1992.23,-217.613,87.0355,2.50186,300,15,0,544,581,1,0,0,0),(33332,3781,1,1,1,2022,0,2010.86,-257.319,87.6568,0.810255,300,15,0,544,581,1,0,0,0),(33331,3781,1,1,1,2022,0,1974.45,-184.942,98.8088,0.571525,300,15,0,544,581,1,0,0,0),(33330,3780,1,1,1,168,0,2815.28,-959.424,195.256,3.96272,300,5,0,531,0,1,0,0,0),(33329,3780,1,1,1,168,0,2869.08,-944.698,190.069,5.46276,300,5,0,531,0,1,0,0,0),(33328,3780,1,1,1,168,0,2910.83,-918.648,192.233,5.59532,300,5,0,531,0,1,0,0,0),(33327,3780,1,1,1,168,0,2912.97,-968.968,201.454,3.18033,300,5,0,531,0,1,0,0,0),(33326,3780,1,1,1,168,0,2940.6,-892.612,196.472,1.18093,300,5,0,531,0,1,0,0,0),(33325,3780,1,1,1,168,0,3010.41,-942.408,193.188,2.69098,300,15,0,531,0,1,0,0,0),(33324,3780,1,1,1,168,0,2980.65,-928.7,198.705,5.09863,300,15,0,531,0,1,0,0,0),(33323,3780,1,1,1,168,0,2948.6,-955.646,190.02,1.32401,300,5,0,531,0,1,0,0,0),(33322,3780,1,1,1,168,0,2825.56,-945.892,197.708,3.5542,300,5,0,531,0,1,0,0,0),(33321,3780,1,1,1,168,0,2950.7,-1008.41,191.597,1.35069,300,15,0,531,0,1,0,0,0),(33320,3780,1,1,1,168,0,2956.57,-1048.04,199.241,6.21424,300,5,0,531,0,1,0,0,0),(33319,3780,1,1,1,168,0,2834.24,-997.952,193.547,2.11925,300,15,0,531,0,1,0,0,0),(33318,3780,1,1,1,168,0,2972.02,-1014.27,199.067,1.27199,300,15,0,531,0,1,0,0,0),(33317,3780,1,1,1,168,0,2977.03,-979.454,198.854,2.86866,300,15,0,531,0,1,0,0,0),(33316,19908,1,1,1,19245,1,1436.93,-1857.23,133.568,6.21337,600,0,0,157200,0,0,0,0,0),(33315,3780,1,1,1,168,0,2847.87,-1043.36,197.644,3.70653,300,3,0,531,0,1,0,0,0),(33314,3780,1,1,1,168,0,2887.77,-1026.13,192.479,2.06679,300,3,0,531,0,1,0,0,0),(33313,3780,1,1,1,168,0,2808.17,-1010.62,197.943,2.44659,300,5,0,531,0,1,0,0,0),(33312,4803,1,1,1,4976,1,4296.6,858.678,-14.1896,0.684972,300,5,0,464,1020,1,0,0,0),(33311,4803,1,1,1,4976,1,4321.39,890.548,-13.378,1.93931,300,3,0,464,1020,1,0,0,0),(33310,4803,1,1,1,4976,1,4318.98,897.664,-13.7531,4.91207,300,3,0,464,1020,1,0,0,0),(33309,4803,1,1,1,4976,1,4244.1,822.513,-7.42719,3.81957,300,5,0,464,1020,1,0,0,0),(33308,4803,1,1,1,4976,1,4309.97,863.958,-15.0554,3.52966,300,5,0,464,1020,1,0,0,0),(33307,4803,1,1,1,4976,1,4234.45,791.927,-16.9335,5.01013,300,5,0,464,1020,1,0,0,0),(33306,4803,1,1,1,4976,1,4213.45,729.203,-24.9974,4.19379,300,3,0,464,1020,1,0,0,0),(33305,4803,1,1,1,4976,1,4220.18,744.233,-24.7492,0.296007,300,3,0,464,1020,1,0,0,0),(33304,4803,1,1,1,4976,1,4258.4,732.838,-26.3651,4.39429,300,5,0,464,1020,1,0,0,0),(33303,4803,1,1,1,4976,1,4242.6,722.841,-27.8341,4.50619,300,5,0,464,1020,1,0,0,0),(33302,4803,1,1,1,4976,1,4211.48,743.905,-23.8398,4.83856,300,3,0,464,1020,1,0,0,0),(33300,4803,1,1,1,4976,1,4255.69,665.841,-28.9923,2.16358,300,5,0,464,1020,1,0,0,0),(33299,4803,1,1,1,4976,1,4340.63,855.231,-20.8787,5.21999,300,5,0,464,1020,1,0,0,0),(33298,4803,1,1,1,4976,1,4331.09,863.942,-20.336,5.00311,300,5,0,464,1020,1,0,0,0),(33297,4803,1,1,1,4976,1,4343.39,887.219,-20.6897,3.10769,300,5,0,464,1020,1,0,0,0),(33296,4803,1,1,1,4976,1,4310.98,937.415,-18.5834,2.32948,300,2,0,464,1020,1,0,0,0),(33295,4803,1,1,1,4976,1,4288.34,976.409,-21.5372,1.81872,300,3,0,464,1020,1,0,0,0),(33294,4803,1,1,1,4976,1,4284.73,963.384,-24.0023,0.350988,300,3,0,464,1020,1,0,0,0),(33293,4802,1,1,1,4983,1,4165.32,936.075,-17.9591,1.119,300,3,0,433,980,1,0,0,0),(33292,4802,1,1,1,4983,1,4309.56,912.067,-16.0522,0.95599,300,2,0,433,980,1,0,0,0),(33291,4802,1,1,1,4983,1,4209.44,918.492,-9.60041,5.67969,300,5,0,433,980,1,0,0,0),(33290,4802,1,1,1,4983,1,4247,890.878,-9.37451,0.941239,300,3,0,433,980,1,0,0,0),(33289,4802,1,1,1,4983,1,4237.73,796.093,-15.5948,0.935029,300,5,0,433,980,1,0,0,0),(33288,4802,1,1,1,4983,1,4333.98,879.114,-21.1304,4.17473,300,5,0,433,980,1,0,0,0),(33287,4802,1,1,1,4983,1,4208.94,928.794,-8.75785,0.330905,300,5,0,433,980,1,0,0,0),(33286,4802,1,1,1,4983,1,4168.69,948.015,-17.7654,0.818697,300,3,0,433,980,1,0,0,0),(33285,4802,1,1,1,4983,1,4312.73,947.008,-22.7093,3.05856,300,2,0,433,980,1,0,0,0),(33284,5314,1,1,1,7553,0,3184.51,-3652.05,123.377,5.10515,600,0,0,80925,0,2,0,0,0),(33283,12737,1,1,1,12959,1,2366.48,-2548.22,103.273,2.07694,600,0,0,19100,0,0,0,0,0),(33282,12736,1,1,1,12953,1,3355.07,1033.14,6.03463,1.50098,300,0,0,573,1633,0,0,0,0),(33281,11712,1,1,1,11682,1,2648.59,392.19,72.3485,1.97851,300,0,0,3170,0,0,0,0,0),(33280,3774,1,1,1,10950,0,2215.14,181.225,128.281,3.32165,300,15,0,573,0,1,0,0,0),(33279,3774,1,1,1,10950,0,2210.52,166.095,123.479,1.33175,300,5,0,573,0,1,0,0,0),(33278,3774,1,1,1,10950,0,2308.44,52.601,95.1281,3.08704,300,5,0,573,0,1,0,0,0),(33277,3774,1,1,1,10950,0,2322.24,60.8695,92.809,3.09666,300,5,0,573,0,1,0,0,0),(33276,3774,1,1,1,10950,0,2252.91,56.5611,104.014,5.30193,300,5,0,573,0,1,0,0,0),(33275,3774,1,1,1,10950,0,2206.92,74.82,113.819,3.30835,300,5,0,573,0,1,0,0,0),(33274,3774,1,1,1,10950,0,2412.38,39.398,89.4717,4.5091,300,15,0,573,0,1,0,0,0),(33273,3774,1,1,1,10950,0,2345.13,230.648,153.951,4.82173,300,5,0,573,0,1,0,0,0),(33272,3774,1,1,1,10950,0,2332.67,245.359,154.298,5.9531,300,0,0,573,0,0,0,0,0),(33271,3774,1,1,1,10950,0,2284.11,422.38,131.618,2.43085,300,5,0,573,0,1,0,0,0),(33270,3774,1,1,1,10950,0,2318.19,450.418,132.932,1.97771,300,5,0,573,0,1,0,0,0),(33269,3774,1,1,1,10950,0,2347.79,450.865,119.79,0.948339,300,5,0,573,0,1,0,0,0),(33268,3774,1,1,1,10950,0,2415.31,477.918,106.179,2.67576,300,5,0,573,0,1,0,0,0),(33267,3774,1,1,1,10950,0,2219.58,277.871,133.392,1.38616,300,5,0,573,0,1,0,0,0),(33266,3774,1,1,1,10950,0,2288.46,446.222,137.342,2.52343,300,5,0,573,0,1,0,0,0),(33265,3774,1,1,1,10950,0,2203.86,104.852,111.723,4.4092,300,5,0,573,0,1,0,0,0),(33264,3774,1,1,1,10950,0,2243.51,352.072,130.571,0.200903,300,5,0,573,0,1,0,0,0),(33263,3772,1,1,1,5049,1,2312.34,220.706,154.109,2.44673,300,5,0,544,581,1,0,0,0),(33262,3772,1,1,1,5049,1,2268.31,195.317,145.955,5.02634,300,5,0,544,581,1,0,0,0),(33261,3772,1,1,1,5049,1,2245.63,149.855,117.563,2.62899,300,5,0,544,581,1,0,0,0),(33260,3772,1,1,1,5049,1,2247.81,82.7382,103.254,4.07045,300,0,0,544,581,2,0,0,0),(33259,3772,1,1,1,5049,1,2282.95,36.9325,107.039,2.24555,300,5,0,544,581,1,0,0,0),(33258,3772,1,1,1,5049,1,2387.52,23.9108,92.7084,1.16488,300,15,0,544,581,1,0,0,0),(33257,3772,1,1,1,5049,1,2385.3,82.7219,93.9396,1.4848,300,5,0,544,581,1,0,0,0),(33256,2236,1,1,1,1001,0,4381.74,938.335,5.23037,1.28149,300,5,0,494,0,1,0,0,0),(33255,3772,1,1,1,5049,1,2235.23,327.894,132.589,2.20152,300,5,0,544,581,1,0,0,0),(33254,3772,1,1,1,5049,1,2278.7,380.356,131.995,0.970382,300,5,0,544,581,1,0,0,0),(33253,3772,1,1,1,5049,1,2373.66,445.225,112.059,6.07066,300,0,0,544,581,0,0,0,0),(33252,2236,1,1,1,1001,0,4356.36,996.99,10.3914,5.61227,300,5,0,494,0,1,0,0,0),(33251,2236,1,1,1,1001,0,4422.97,883.957,0.318649,5.49972,300,5,0,494,0,1,0,0,0),(33250,2236,1,1,1,1001,0,4388.01,1005.67,3.9974,1.72363,300,5,0,494,0,1,0,0,0),(33249,3772,1,1,1,5049,1,2420.36,419.171,95.8207,2.01786,300,15,0,544,581,1,0,0,0),(33248,3772,1,1,1,5049,1,2236.03,242.846,135.875,0.31191,300,5,0,544,581,1,0,0,0),(33247,3772,1,1,1,5049,1,2332.7,63.4456,92.6269,2.80103,300,5,0,544,581,1,0,0,0),(33246,12476,1,1,1,7974,0,3140.91,-3777.18,122.477,3.85199,600,0,0,62875,24860,0,0,0,0),(33245,12476,1,1,1,7974,0,3158.41,-3655.17,121.924,0.005229,600,0,0,62875,24860,0,0,0,0),(33244,12476,1,1,1,7974,0,3240.11,-3793.59,124.704,3.82742,600,0,0,62875,24860,0,0,0,0),(33243,12476,1,1,1,7974,0,3182.94,-3509.48,134.507,1.66852,600,0,0,62875,24860,0,0,0,0),(33242,12476,1,1,1,7974,0,3242.05,-3642.06,128.402,2.37209,600,0,0,62875,24860,0,0,0,0),(33241,12476,1,1,1,7974,0,3145.24,-3460.18,139.381,4.75975,600,0,0,62875,24860,0,0,0,0),(33240,12476,1,1,1,7974,0,3177.21,-3578.26,131.577,0.57846,600,0,0,62875,24860,0,0,0,0),(33239,3771,1,1,1,2013,0,2746.37,-2886.7,156.55,6.00222,300,5,0,684,693,1,0,0,0),(33238,3771,1,1,1,2013,0,2721.18,-2909.5,143.946,2.14715,300,15,0,684,693,1,0,0,0),(33237,3771,1,1,1,2013,0,2778.44,-2892.8,150.41,4.63026,300,0,0,684,693,0,0,0,0),(33236,3771,1,1,1,2013,0,2717.36,-2949.86,140.924,4.38988,300,0,0,684,693,0,0,0,0),(33235,3771,1,1,1,2013,0,2788.93,-2911.5,150.961,1.33277,300,0,0,684,693,0,0,0,0),(33234,3771,1,1,1,2013,0,2752.65,-3051.01,156.691,1.81491,300,5,0,684,693,1,0,0,0),(33233,3771,1,1,1,2013,0,2755.34,-3084.5,164.072,1.48862,300,5,0,684,693,1,0,0,0),(33232,3771,1,1,1,2013,0,2685.87,-3051.8,166.911,0.940805,300,5,0,684,693,1,0,0,0),(33231,12475,1,1,1,625,0,3155.66,-3657.3,121.582,0.005258,600,0,0,76300,0,0,0,0,0),(33230,12475,1,1,1,625,0,3155.36,-3653.06,121.816,0.005241,600,0,0,76300,0,0,0,0,0),(33229,12475,1,1,1,625,0,3181.42,-3512.31,133.482,1.88614,600,0,0,76300,0,0,0,0,0),(33228,12475,1,1,1,625,0,3185.15,-3511.56,134.407,1.55167,600,0,0,76300,0,0,0,0,0),(33227,12475,1,1,1,625,0,3245.31,-3642.27,129.289,2.37209,600,0,0,76300,0,0,0,0,0),(33226,12475,1,1,1,625,0,3149.48,-3460.1,139.711,4.76532,600,0,0,76300,0,0,0,0,0),(33225,3770,1,1,1,2017,1,2803.13,-2942.63,153.361,1.53752,300,5,0,724,732,1,0,0,0),(33224,3770,1,1,1,2017,1,2810.68,-2977.67,155.455,3.91597,300,5,0,724,732,1,0,0,0),(33223,3770,1,1,1,2017,1,2690.66,-2984.4,142.799,3.40071,300,5,0,724,732,1,0,0,0),(33222,3770,1,1,1,2017,1,2738.42,-2979.82,141.036,2.93905,300,5,0,724,732,1,0,0,0),(33221,3770,1,1,1,2017,1,2762.96,-2953.25,143.206,4.39373,300,5,0,724,732,1,0,0,0),(33220,3770,1,1,1,2017,1,2779.12,-2989.45,150.338,2.2804,300,5,0,724,732,1,0,0,0),(33219,3770,1,1,1,2017,1,2768.5,-2997.23,150.029,0.7619,300,15,0,724,732,1,0,0,0),(33218,3770,1,1,1,2017,1,2778.81,-3018.68,154.254,3.60988,300,5,0,724,732,1,0,0,0),(33217,3770,1,1,1,2017,1,2780.97,-3011.94,154.129,5.72726,300,5,0,724,732,1,0,0,0),(33216,3770,1,1,1,2017,1,2790.67,-2970.94,149.654,2.10124,300,5,0,724,732,1,0,0,0),(33215,12474,1,1,1,12509,1,3141.63,-3774.74,122.689,3.6005,600,0,0,80925,0,0,0,0,0),(33214,12474,1,1,1,12509,1,3143.54,-3777.3,122.377,4.01209,600,0,0,80925,0,0,0,0,0),(33213,12474,1,1,1,12509,1,3240.53,-3790.5,124.41,3.82715,600,0,0,80925,0,0,0,0,0),(33212,12474,1,1,1,12509,1,3243.34,-3793.69,125.013,3.82712,600,0,0,80925,0,0,0,0,0),(33211,12474,1,1,1,12509,1,3242.32,-3645.28,128.126,2.37154,600,0,0,80925,0,0,0,0,0),(33210,12474,1,1,1,12509,1,3147.45,-3462.05,139.415,4.76524,600,0,0,80925,0,0,0,0,0),(33209,12474,1,1,1,12509,1,3173.86,-3577.92,131.38,0.580049,600,0,0,80925,0,0,0,0,0),(33208,12474,1,1,1,12509,1,3175.95,-3581.62,131.536,0.578493,600,0,0,80925,0,0,0,0,0),(33207,6073,1,1,1,10905,0,1853.34,-3169.58,94.5721,0.535825,300,10,0,950,0,1,0,0,0),(33206,6073,1,1,1,10905,0,1978.36,-3015.44,106.821,4.80134,300,15,0,950,0,1,0,0,0),(33205,6073,1,1,1,10905,0,1915.31,-3088.49,110.881,5.58076,300,5,0,950,0,1,0,0,0),(33204,6073,1,1,1,10905,0,1979.1,-2952.5,105.404,3.16319,300,15,0,950,0,1,0,0,0),(33203,6073,1,1,1,10905,0,1920.32,-3152.29,97.9181,1.38317,300,10,0,950,0,1,0,0,0),(33202,6073,1,1,1,10905,0,1680.12,-3187.77,115.844,3.89176,300,0,0,950,0,0,0,0,0),(33201,6073,1,1,1,10905,0,1688.79,-3218.07,127.277,6.13988,300,0,0,950,0,0,0,0,0),(33200,6073,1,1,1,10905,0,1654.71,-3387.49,144.438,5.09055,300,10,0,950,0,1,0,0,0),(33199,6073,1,1,1,10905,0,1652.79,-3084.43,88.5691,4.34059,300,15,0,950,0,1,0,0,0),(33198,6073,1,1,1,10905,0,1626.63,-3055.65,89.682,5.93406,300,15,0,950,0,1,0,0,0),(33197,6073,1,1,1,10905,0,1957.22,-3110.45,106.548,1.18545,300,15,0,950,0,1,0,0,0),(33196,6073,1,1,1,10905,0,1986.65,-3097.45,113.411,5.5211,300,15,0,950,0,1,0,0,0),(33195,6073,1,1,1,10905,0,1945.33,-3056.74,103.414,3.53841,300,15,0,950,0,1,0,0,0),(33194,6073,1,1,1,10905,0,2179.57,-2950.73,119.688,5.17168,300,15,0,950,0,1,0,0,0),(33193,6073,1,1,1,10905,0,2147.13,-2979.85,116.112,3.76893,300,15,0,950,0,1,0,0,0),(33192,6073,1,1,1,10905,0,2074.18,-3113.2,104.347,2.82202,300,5,0,950,0,1,0,0,0),(33191,6073,1,1,1,10905,0,2019.79,-3056.88,101.597,5.55936,300,15,0,950,0,1,0,0,0),(33190,6073,1,1,1,10905,0,2050.54,-2948.78,108.862,1.66834,300,5,0,950,0,1,0,0,0),(33189,6073,1,1,1,10905,0,2012.81,-2998.05,107.899,5.17429,300,5,0,950,0,1,0,0,0),(33188,3767,1,1,1,2018,1,2668.66,-3021.33,155.953,3.75857,300,0,0,840,0,2,0,0,0),(33187,3767,1,1,1,2018,1,2790.26,-3022.98,157.879,1.79176,300,15,0,840,0,1,0,0,0),(33186,3767,1,1,1,2018,1,2735.78,-2988.18,140.786,5.70086,300,0,0,840,0,0,0,0,0),(33185,3767,1,1,1,2018,1,2752.55,-3001.11,147.983,3.6165,300,15,0,840,0,1,0,0,0),(33184,3767,1,1,1,2018,1,2777.56,-2961.37,145.631,0.96174,300,15,0,840,0,1,0,0,0),(33183,3767,1,1,1,2018,1,2790.28,-2952.49,148.756,3.36294,300,5,0,840,0,1,0,0,0),(33182,3767,1,1,1,2018,1,2759.47,-2942.06,143.331,1.1285,300,5,0,840,0,1,0,0,0),(33181,3765,1,1,1,2007,0,2820.69,-3013.73,160.32,5.55719,300,5,0,787,0,1,0,0,0),(33180,3765,1,1,1,2007,0,2720.52,-2977.9,141.424,2.31757,300,15,0,787,0,1,0,0,0),(33179,4789,1,1,1,2011,0,4281.17,850.709,-8.62695,6.08921,300,5,0,521,0,1,0,0,0),(33178,4789,1,1,1,2011,0,4323.29,915.22,-16.4688,1.20651,300,5,0,521,0,1,0,0,0),(33177,4789,1,1,1,2011,0,4261.04,818.823,-7.07113,1.20219,300,5,0,521,0,1,0,0,0),(33176,4789,1,1,1,2011,0,4269,841.05,-3.86323,2.98853,300,5,0,521,0,1,0,0,0),(33175,4789,1,1,1,2011,0,4225.47,769.539,-21.4126,2.95534,300,5,0,521,0,1,0,0,0),(12776,23089,564,1,1,21112,1,652.413,305.68,271.69,0,604800,0,0,303500,33870,0,0,0,0),(33174,3765,1,1,1,2007,0,2742.63,-2915.09,145.202,1.21727,300,15,0,787,0,1,0,0,0),(33173,4789,1,1,1,2011,0,4209.75,717.278,-24.6109,0.075991,300,5,0,521,0,1,0,0,0),(33172,4788,1,1,1,2012,0,4224.25,905.598,-8.85205,5.05912,300,5,0,484,0,1,0,0,0),(33171,4788,1,1,1,2012,0,4248.01,899.882,-9.90777,2.95469,300,3,0,484,0,1,0,0,0),(33170,4788,1,1,1,2012,0,4265.09,900.431,-14.3911,6.09916,300,3,0,484,0,1,0,0,0),(33169,4788,1,1,1,2012,0,4290.33,898.626,-12.5044,1.55557,300,3,0,484,0,1,0,0,0),(33168,4788,1,1,1,2012,0,4284.45,920.548,-17.0842,4.88727,300,5,0,484,0,1,0,0,0),(33167,4788,1,1,1,2012,0,4187.83,933.927,-13.0779,0.894955,300,3,0,484,0,1,0,0,0),(33166,4788,1,1,1,2012,0,4203.38,920.564,-11.0275,0.947844,300,3,0,484,0,1,0,0,0),(33165,12724,1,1,1,12968,0,2309.79,-2513.19,105.394,5.20108,300,0,0,1279,0,0,0,0,0),(33164,3763,1,1,1,6741,1,2536.13,-2182.78,197.651,4.39823,300,0,0,787,0,0,0,0,0),(33163,3763,1,1,1,6741,1,2475.3,-2148.2,201.865,1.76329,300,0,0,787,0,0,0,0,0),(33162,3763,1,1,1,6741,1,2598.88,-2130.61,195.982,4.45172,300,5,0,787,0,1,0,0,0),(33161,3763,1,1,1,6741,1,2505.25,-2116.74,200.822,5.17986,300,5,0,787,0,1,0,0,0),(33160,3763,1,1,1,6741,1,2504.47,-2170.73,200.568,3.77415,300,5,0,787,0,1,0,0,0),(33159,3763,1,1,1,6741,1,2482.3,-2154.86,201.865,3.98689,300,5,0,787,0,1,0,0,0),(33158,3763,1,1,1,6741,1,2601.22,-2233.24,199.049,2.68515,300,10,0,787,0,1,0,0,0),(33157,3763,1,1,1,6741,1,2579.54,-2242.5,200.817,1.53993,300,5,0,787,0,1,0,0,0),(33156,12723,1,1,1,12948,1,2344.08,-2504.8,103.127,4.36332,300,0,0,896,0,0,0,0,0),(33155,3762,1,1,1,2011,0,2582.9,-2214.78,196.153,0.391608,300,10,0,684,693,1,0,0,0),(33154,3762,1,1,1,2011,0,2586,-2113.76,197.732,0.826252,300,5,0,684,693,1,0,0,0),(33153,3762,1,1,1,2011,0,2681.76,-2152.16,192.581,3.55803,300,5,0,684,693,1,0,0,0),(33152,3762,1,1,1,2011,0,2544.26,-2183.85,197.241,2.32066,300,0,0,684,693,0,0,0,0),(33151,3762,1,1,1,2011,0,2548.45,-2148.65,196.201,1.46714,300,15,0,684,693,1,0,0,0),(33150,3762,1,1,1,2011,0,2551.8,-2114.15,198.157,1.68158,300,5,0,684,693,1,0,0,0),(33149,3762,1,1,1,2011,0,2614,-2256.51,202.408,3.79259,300,10,0,684,693,1,0,0,0),(33148,12722,1,1,1,12973,0,2358.47,-2570.35,102.857,2.70526,300,0,0,739,2068,0,0,0,0),(33147,11697,1,1,1,2834,1,1784.69,-3181.21,91.61,5.44543,300,10,0,852,852,1,0,0,0),(33146,11697,1,1,1,2834,1,1625.63,-3322.63,144.496,0.731637,300,10,0,852,852,1,0,0,0),(33145,11697,1,1,1,2834,1,1708.13,-3471.89,144.303,1.29154,300,0,0,852,852,0,0,0,0),(33144,11697,1,1,1,2834,1,1730.53,-3469.6,144.374,2.72271,300,0,0,852,852,0,0,0,0),(33143,11697,1,1,1,2834,1,1684.11,-3426.6,145.077,6.19592,300,10,0,852,852,1,0,0,0),(33142,11697,1,1,1,2834,1,1712.96,-3447.44,144.452,4.57276,300,10,0,852,852,1,0,0,0),(33141,11697,1,1,1,2834,1,2124.86,-2949.74,113.585,3.59272,300,15,0,852,852,1,0,0,0),(33140,11697,1,1,1,2834,1,1983.6,-3146.79,101.819,0.541725,300,10,0,852,852,1,0,0,0),(33139,11697,1,1,1,2834,1,1617.19,-2989.06,181.216,1.09771,300,5,0,852,852,1,0,0,0),(33138,4273,1,1,1,2725,0,2698.57,-1878.41,234.376,5.96903,300,0,0,812,811,0,0,0,0),(33137,11697,1,1,1,2834,1,1713.02,-3033.85,131.306,5.17632,300,5,0,852,852,1,0,0,0),(33136,12721,1,1,1,12960,1,3333.34,1028.3,6.36169,5.02655,300,0,0,1107,0,0,0,0,0),(18037,11286,0,1,1,0,1,1242.04,-2617.66,90.7716,1.77813,25,0,0,3758,0,0,0,0,0),(33133,12720,1,1,1,12936,1,2251.3,-2503.09,125.2,3.83972,300,0,0,1163,0,0,0,0,0),(33132,3759,1,1,1,2875,1,2488.92,-2138.81,201.615,5.27665,300,0,0,787,0,0,0,0,0),(33131,3759,1,1,1,2875,1,2580.13,-2156.17,193.82,2.46937,300,5,0,787,0,1,0,0,0),(33130,3759,1,1,1,2875,1,2572.91,-2181.63,194.61,2.40182,300,5,0,787,0,1,0,0,0),(33129,3759,1,1,1,2875,1,2619.74,-2113.96,197.774,0.48105,300,5,0,787,0,1,0,0,0),(33128,12719,1,1,1,12958,1,3331.24,1025.91,6.36169,6.03884,300,0,0,1342,0,0,0,0,0),(33127,3758,1,1,1,2010,0,2516.83,-2151.63,199.414,4.49961,300,10,0,734,0,1,0,0,0),(33126,3758,1,1,1,2010,0,2686.67,-2120.47,200.71,1.81578,300,5,0,734,0,1,0,0,0),(33125,3758,1,1,1,2010,0,2652.65,-2124.3,196.857,3.90171,300,0,0,734,0,2,0,0,0),(33124,3758,1,1,1,2010,0,2652.2,-2152.02,197.928,3.72,300,5,0,734,0,1,0,0,0),(33123,3758,1,1,1,2010,0,2643.76,-2256.61,198.182,1.1091,300,10,0,734,0,1,0,0,0),(33122,3758,1,1,1,2010,0,2621.7,-2275.97,206.8,5.58495,300,5,0,734,0,1,0,0,0),(33121,12718,1,1,1,12946,0,1937.83,-2337.02,92.7938,1.3439,300,0,0,1003,0,0,0,0,0),(33120,3757,1,1,1,11345,0,2950.92,-2811.18,212.654,4.12955,300,0,0,812,811,0,0,0,0),(33119,3757,1,1,1,11345,0,2929.89,-2836.57,212.396,4.49579,300,0,0,812,811,0,0,0,0),(33118,3757,1,1,1,11345,0,2921.95,-2859.21,214.771,2.8063,300,0,0,812,811,0,0,0,0),(33117,3757,1,1,1,11345,0,2964.97,-2789.08,214.468,3.36458,300,5,0,812,811,1,0,0,0),(33116,3757,1,1,1,11345,0,2951.62,-2782.34,217.468,4.3211,300,5,0,812,811,1,0,0,0),(33115,12717,1,1,1,12961,1,3341.65,1004.38,3.89818,0.715585,300,0,0,713,0,0,0,0,0),(33114,3757,1,1,1,11345,0,3038.53,-2786.2,195.47,1.99327,300,5,0,812,811,1,0,0,0),(33113,3755,1,1,1,11346,0,2913.19,-2851.23,211.22,0.564707,300,0,0,769,756,0,0,0,0),(33112,3755,1,1,1,11346,0,2852.79,-2872.29,198.494,1.91441,300,3,0,769,756,1,0,0,0),(33111,3755,1,1,1,11346,0,2913.39,-2788.31,214.357,2.38063,300,0,0,769,756,0,0,0,0),(33110,3755,1,1,1,11346,0,2878.44,-2788,209.839,3.00253,300,0,0,769,756,0,0,0,0),(33109,3755,1,1,1,11346,0,2871.79,-2891.05,202.978,1.97921,300,0,0,769,756,0,0,0,0),(33108,3755,1,1,1,11346,0,2947.47,-2757.94,220.076,5.32284,300,5,0,769,756,1,0,0,0),(33107,3755,1,1,1,11346,0,3050.65,-2818.27,198.192,0.853068,300,5,0,769,756,1,0,0,0),(33106,3755,1,1,1,11346,0,3021.72,-2820.48,203.009,3.26594,300,5,0,769,756,1,0,0,0),(33105,3755,1,1,1,11346,0,2847.92,-2822.42,199.336,5.73092,300,15,0,769,756,1,0,0,0),(33104,4267,1,1,1,2313,1,2828.38,-284.25,106.69,4.67748,600,0,0,10572,0,0,0,0,0),(33103,3754,1,1,1,11344,1,2918.91,-2813.27,210.887,3.22728,300,15,0,896,0,1,0,0,0),(33102,3754,1,1,1,11344,1,2889.27,-2813.64,206.082,6.10643,300,15,0,896,0,1,0,0,0),(33101,3752,1,1,1,2878,1,2952.6,-2827.6,212.904,0.660037,300,0,0,950,0,0,0,0,0),(33100,3752,1,1,1,2878,1,2938.65,-2821.06,212.904,1.80996,300,0,0,950,0,0,0,0,0),(33099,3752,1,1,1,2878,1,2879.27,-2845.89,205.042,2.85373,300,15,0,950,0,1,0,0,0),(33098,3752,1,1,1,2878,1,2931.13,-2802.39,212.887,0.992901,300,10,0,950,0,1,0,0,0),(33097,3752,1,1,1,2878,1,2898.09,-2773.81,214.206,0.159469,300,0,0,950,0,0,0,0,0),(33096,3752,1,1,1,2878,1,2993.55,-2817.69,207.741,2.41197,300,5,0,950,0,1,0,0,0),(33095,3750,1,1,1,6821,1,2315.24,-1215.08,86.5173,2.22426,300,15,0,544,581,1,0,0,0),(33094,3750,1,1,1,6821,1,2254.19,-1485.47,90.5411,4.28305,300,15,0,544,581,1,0,0,0),(33093,3750,1,1,1,6821,1,2277.37,-1486.46,89.1755,4.16113,300,15,0,544,581,1,0,0,0),(33092,3750,1,1,1,6821,1,2252.22,-1511.07,89.7212,0.003661,300,5,0,544,581,1,0,0,0),(33091,3750,1,1,1,6821,1,2213.19,-1620.76,87.2263,4.66115,300,5,0,544,581,1,0,0,0),(33090,3750,1,1,1,6821,1,2251.82,-1355.87,81.3688,5.40681,300,15,0,544,581,1,0,0,0),(33089,3750,1,1,1,6821,1,2251.48,-1386.83,84.6132,3.68838,300,15,0,544,581,1,0,0,0),(33088,3750,1,1,1,6821,1,2181.15,-1411.54,91.6178,3.42188,300,5,0,544,581,1,0,0,0),(33087,3750,1,1,1,6821,1,2205.44,-1413.11,89.7045,1.24755,300,5,0,544,581,1,0,0,0),(33086,3750,1,1,1,6821,1,2340.8,-1220.58,86.0913,2.27026,300,15,0,544,581,1,0,0,0),(33085,3750,1,1,1,6821,1,2310.88,-1148.44,88.1777,4.90311,300,5,0,544,581,1,0,0,0),(33084,3750,1,1,1,6821,1,2178.43,-1529.23,96.7139,4.45447,300,5,0,544,581,1,0,0,0),(33083,3749,1,1,1,1996,1,2288.42,-1401.9,86.3668,2.90045,300,0,0,664,0,0,0,0,0),(33082,3749,1,1,1,1996,1,2380.78,-1194.28,89.5696,1.52476,300,0,0,664,0,0,0,0,0),(33081,3749,1,1,1,1996,1,2364.03,-1197.31,89.2138,2.37938,300,0,0,664,0,0,0,0,0),(33080,3749,1,1,1,1996,1,2309.08,-1451.35,88.5189,1.21704,300,0,0,664,0,0,0,0,0),(33079,11684,1,1,1,1303,0,2532.49,-3292.6,123.646,6.06854,300,0,0,840,0,2,0,0,0),(33078,11684,1,1,1,1303,0,2184.4,-3396.2,95.0919,0.623307,300,15,0,840,0,1,0,0,0),(33077,11684,1,1,1,1303,0,2281.2,-3219.22,111.696,4.00954,300,0,0,840,0,2,0,0,0),(33076,3748,1,1,1,6822,1,2305.11,-1434.36,86.8939,1.84571,300,0,0,582,618,0,0,0,0),(33075,3748,1,1,1,6822,1,2380.13,-1186.58,90.6946,4.50012,300,0,0,582,618,0,0,0,0),(33074,3748,1,1,1,6822,1,2367.62,-1167.59,91.3196,2.70775,300,3,0,582,618,1,0,0,0),(33073,12196,1,1,1,12392,1,2341.86,-2566.99,102.857,2.28638,300,0,0,1003,0,0,0,0,0),(33072,3748,1,1,1,6822,1,2273.86,-1436.7,88.8939,3.60084,300,10,0,582,618,1,0,0,0),(33071,11684,1,1,1,1303,0,2317.8,-3177.93,115.984,2.6814,300,5,0,840,0,1,0,0,0),(33070,24740,1,1,1,1220,0,2653.77,615.275,101.555,1.0253,300,0,0,120,0,0,0,0,0),(33069,11684,1,1,1,1303,0,1585.27,-2482.17,98.141,2.3193,300,0,0,840,0,2,0,0,0),(33068,11684,1,1,1,1303,0,2515.19,-3094.04,126.713,6.17846,300,15,0,840,0,1,0,0,0),(33067,11683,1,1,1,11865,1,2504.03,-3459.55,107.022,0.07124,300,0,0,702,1977,0,0,0,0),(33066,11683,1,1,1,11868,1,2497.09,-3428.24,104.694,1.4479,300,0,0,702,1977,0,0,0,0),(33065,11683,1,1,1,11866,1,2353.82,-3281.03,101.621,6.20289,300,5,0,702,1977,1,0,0,0),(33064,11683,1,1,1,11865,1,2378.73,-3425.27,107.712,4.83456,300,5,0,702,1977,1,0,0,0),(33063,11683,1,1,1,11865,1,2460.59,-3566.27,99.2036,0.476756,300,0,0,702,1977,0,0,0,0),(33062,11683,1,1,1,11868,1,2460.49,-3524.48,99.2987,3.56851,300,0,0,702,1977,0,0,0,0),(33061,11683,1,1,1,11868,1,2432.16,-3426.02,99.2233,4.59253,300,5,0,702,1977,1,0,0,0),(33060,11683,1,1,1,11865,1,2413.63,-3563.54,99.3393,4.61688,300,0,0,702,1977,0,0,0,0),(33059,11683,1,1,1,11866,1,2429.25,-3552.37,99.46,0.229236,300,0,0,702,1977,0,0,0,0),(33058,11683,1,1,1,11867,1,2417.53,-3523.69,99.2775,4.98948,300,0,0,702,1977,0,0,0,0),(33057,11683,1,1,1,11868,1,2547.42,-3403.96,103.423,5.14722,300,0,0,702,1977,0,0,0,0),(33056,11683,1,1,1,11868,1,2437.06,-3543.63,98.3115,3.25587,300,0,0,702,1977,0,0,0,0),(33055,11683,1,1,1,11868,1,2446.57,-3551.65,99.46,2.41043,300,0,0,702,1977,0,0,0,0),(33054,11683,1,1,1,11868,1,2449.24,-3536.48,99.46,1.47479,300,0,0,702,1977,0,0,0,0),(33053,11683,1,1,1,11868,1,1560.82,-2477.39,98.116,6.08114,300,0,0,702,1977,0,0,0,0),(33052,11683,1,1,1,11868,1,1618.58,-2476.33,98.116,1.3523,300,5,0,702,1977,1,0,0,0),(33051,11683,1,1,1,11868,1,1597.74,-2499.21,98.366,5.92101,300,5,0,702,1977,1,0,0,0),(33050,11683,1,1,1,11866,1,1559.69,-2422.37,98.0857,1.07475,300,0,0,702,1977,0,0,0,0),(33049,11683,1,1,1,11868,1,1559.38,-2444.79,98.116,4.4741,300,0,0,702,1977,0,0,0,0),(33048,11683,1,1,1,11865,1,1569.91,-2508.5,98.116,1.93372,300,5,0,702,1977,1,0,0,0),(33047,11683,1,1,1,11867,1,1562.89,-2463.09,98.116,3.18378,300,0,0,702,1977,0,0,0,0),(33046,24739,1,1,1,22614,1,2769.14,666.414,100.504,5.58505,300,0,0,198,0,0,0,0,0),(33045,11682,1,1,1,11862,1,2489.08,-3425.16,105.441,1.48353,300,0,0,950,0,0,0,0,0),(33044,11682,1,1,1,11863,1,2439.15,-3403.94,100.265,0.907571,300,0,0,950,0,0,0,0,0),(33043,11682,1,1,1,11863,1,2456.74,-3409.18,100.72,1.58825,300,0,0,950,0,0,0,0,0),(33042,11682,1,1,1,11861,1,2461.04,-3475.16,92.6347,5.69733,300,5,0,950,0,1,0,0,0),(33041,11682,1,1,1,11861,1,2429.18,-3534.85,99.46,0.553662,300,0,0,950,0,0,0,0,0),(33040,11682,1,1,1,11862,1,2470.41,-3549.24,99.2606,4.34564,300,0,0,950,0,2,0,0,0),(33039,11682,1,1,1,11862,1,2430.25,-3477.75,92.7714,1.48353,300,0,0,950,0,0,0,0,0),(33038,11682,1,1,1,11861,1,2453.39,-3478.47,92.5237,1.65806,300,0,0,950,0,0,0,0,0),(33037,11682,1,1,1,11862,1,2456.06,-3442.37,96.2582,3.12414,300,0,0,950,0,0,0,0,0),(33036,11682,1,1,1,11862,1,2521.98,-3384.4,102.363,4.01426,300,0,0,950,0,0,0,0,0),(33035,3746,1,1,1,6819,1,2313.41,-1424.84,86.8939,3.63818,300,0,0,664,0,0,0,0,0),(33034,3746,1,1,1,6819,1,2369.27,-1180.73,91.0696,2.38863,300,0,0,664,0,0,0,0,0),(33033,3746,1,1,1,6819,1,2351.37,-1195.21,89.3388,5.71699,300,0,0,664,0,0,0,0,0),(33032,3746,1,1,1,6819,1,2293.26,-1453.6,89.1586,1.86736,300,0,0,664,0,0,0,0,0),(33031,12962,1,1,1,4094,1,3362.23,1024.84,2.95413,4.81711,300,0,0,1003,0,0,0,0,0),(33030,11682,1,1,1,11864,1,1579.98,-2435.22,98.116,5.10765,300,0,0,950,0,0,0,0,0),(33029,11682,1,1,1,11861,1,1596.67,-2462.21,98.116,4.89646,300,5,0,950,0,1,0,0,0),(33028,11682,1,1,1,11863,1,1580.9,-2505.27,98.1324,1.97222,300,0,0,950,0,0,0,0,0),(33027,24738,1,1,1,22615,1,2658.12,615.621,100.473,1.02533,300,0,0,562,0,0,0,0,0),(33026,11681,1,1,1,11853,1,2236.36,-3304.91,100.136,2.49582,300,0,0,840,0,0,0,0,0),(33025,3745,1,1,1,937,1,2322.05,-1402.86,87.2689,4.11176,300,0,0,617,0,2,0,0,0),(33024,11681,1,1,1,11854,1,2409.74,-3183.15,119.957,6.05629,300,0,0,840,0,0,0,0,0),(33023,11681,1,1,1,11856,1,2411.24,-3284.44,105.134,3.59538,300,0,0,840,0,0,0,0,0),(33022,11681,1,1,1,11854,1,2489.58,-3187.34,123.976,2.1293,300,0,0,840,0,0,0,0,0),(33021,11681,1,1,1,11856,1,2479.57,-3207.45,121.266,2.79253,300,0,0,840,0,0,0,0,0),(33020,3745,1,1,1,937,1,2281.61,-1432,87.8668,2.4764,300,15,0,617,0,1,0,0,0),(33019,3745,1,1,1,937,1,2320.9,-1228.73,84.439,1.16308,300,15,0,617,0,1,0,0,0),(33018,11681,1,1,1,11856,1,2639.64,-3384.18,120.82,6.02139,300,0,0,840,0,0,0,0,0),(33017,12961,1,1,1,12038,1,3379.21,1075.54,0.373861,1.65806,300,0,0,1003,0,0,0,0,0),(33016,11681,1,1,1,11856,1,2347.76,-3145.99,118.042,3.42085,300,0,0,840,0,0,0,0,0),(33015,11681,1,1,1,11854,1,2244.61,-3194.38,112.431,0.907571,300,0,0,840,0,0,0,0,0),(33014,11681,1,1,1,11854,1,2382.89,-3119.38,123.353,4.81711,300,0,0,840,0,0,0,0,0),(33013,11681,1,1,1,11853,1,2442.66,-3150.71,124.646,6.21337,300,0,0,840,0,0,0,0,0),(33012,11681,1,1,1,11855,1,2473.58,-3121.93,123.149,4.29351,300,0,0,840,0,0,0,0,0),(33011,11681,1,1,1,11854,1,1600.68,-2431.31,103.153,3.54302,300,0,0,840,0,0,0,0,0),(33010,11681,1,1,1,11853,1,1526.77,-2419.31,99.7641,3.28122,300,0,0,840,0,0,0,0,0),(33009,11681,1,1,1,11853,1,1615.38,-2510.01,98.2463,5.70723,300,0,0,840,0,0,0,0,0),(33008,11681,1,1,1,11856,1,2324.3,-3092.98,122.504,4.50295,300,0,0,840,0,0,0,0,0),(33007,11681,1,1,1,11856,1,1493.83,-2350.16,93.685,5.68977,300,0,0,840,0,0,0,0,0),(33006,11681,1,1,1,11854,1,1443.14,-2324.2,92.4051,3.38594,300,0,0,840,0,0,0,0,0),(33005,24737,1,1,1,22617,1,2772.1,664.314,100.216,3.10669,300,0,0,4120,0,0,0,0,0),(33004,14753,1,1,1,14784,1,1449.63,-1845.65,126.347,5.74213,600,0,0,52280,0,0,0,0,0),(33003,11680,1,1,1,11870,1,2750.42,-3442.26,113.654,4.66003,300,0,0,684,693,0,0,0,0),(33002,11680,1,1,1,11872,1,2575.85,-3439.47,104.686,2.17117,300,5,0,684,693,1,0,0,0),(33001,11680,1,1,1,11869,1,2641.8,-3451.1,109.657,1.46794,300,5,0,684,693,1,0,0,0),(33000,11680,1,1,1,11869,1,2706.68,-3446.17,114.798,6.10119,300,15,0,684,693,1,0,0,0),(32999,11680,1,1,1,11872,1,2455,-3386.39,102.495,2.64911,300,0,0,684,693,2,0,0,0),(32998,11680,1,1,1,11872,1,2276.15,-3476.38,122.748,4.97419,300,0,0,684,693,0,0,0,0),(32997,11680,1,1,1,11869,1,2259.43,-3464.6,129.264,2.75762,300,0,0,684,693,0,0,0,0),(32996,11680,1,1,1,11870,1,2311.29,-3382.24,103.292,3.26098,300,5,0,684,693,1,0,0,0),(32995,11680,1,1,1,11872,1,2277.41,-3351.29,98.9313,5.30343,300,5,0,684,693,1,0,0,0),(32994,11680,1,1,1,11871,1,2278.72,-3456.83,105.068,1.5708,300,0,0,684,693,0,0,0,0),(32993,11680,1,1,1,11871,1,2195.96,-3321.22,104.572,6.24828,300,0,0,684,693,0,0,0,0),(32992,11680,1,1,1,11870,1,2286.94,-3294.33,102.207,5.00385,300,5,0,684,693,1,0,0,0),(32991,11680,1,1,1,11869,1,2414.4,-3151.71,121.682,1.97994,300,15,0,684,693,1,0,0,0),(32990,11680,1,1,1,11872,1,2396.76,-3187.87,117.008,5.94699,300,0,0,684,693,2,0,0,0),(32989,11680,1,1,1,11869,1,2425.03,-3345.14,103.048,0.309109,300,5,0,684,693,1,0,0,0),(32988,11680,1,1,1,11871,1,2439.63,-3310.54,108.241,2.87868,300,5,0,684,693,1,0,0,0),(32987,11680,1,1,1,11871,1,2459.02,-3247.85,117.691,0.571748,300,15,0,684,693,1,0,0,0),(32986,11680,1,1,1,11869,1,2477.8,-3268.12,117.712,5.75304,300,15,0,684,693,1,0,0,0),(32985,11680,1,1,1,11872,1,2477.91,-3282.14,116.218,4.74121,300,15,0,684,693,1,0,0,0),(32984,11680,1,1,1,11870,1,2509.56,-3244.61,125.857,1.78828,300,15,0,684,693,1,0,0,0),(32983,11680,1,1,1,11871,1,2565.17,-3285.56,130.008,0.259138,300,15,0,684,693,1,0,0,0),(32982,11680,1,1,1,11871,1,2272.69,-3219.37,111.04,3.78012,300,15,0,684,693,1,0,0,0),(32981,11680,1,1,1,11871,1,2390.58,-3315.84,103.561,1.45036,300,5,0,684,693,1,0,0,0),(32980,11680,1,1,1,11872,1,2779.34,-3469.37,115.113,1.0472,300,0,0,684,693,0,0,0,0),(32979,11680,1,1,1,11869,1,2744.76,-3412.63,122.3,0.296253,300,15,0,684,693,1,0,0,0),(32978,11680,1,1,1,11872,1,2612.16,-3345.18,129.271,3.08193,300,5,0,684,693,1,0,0,0),(32977,11680,1,1,1,11869,1,2602.67,-3601.58,109.962,0.15708,300,0,0,684,693,0,0,0,0),(32976,11680,1,1,1,11869,1,1645.51,-2480.99,101.757,1.11313,300,0,0,684,693,2,0,0,0),(32975,11680,1,1,1,11870,1,1426.23,-2318.95,93.921,6.12168,300,5,0,684,693,1,0,0,0),(32974,11680,1,1,1,11871,1,1456.48,-2306.21,90.3447,1.7666,300,5,0,684,693,1,0,0,0),(32973,11680,1,1,1,11869,1,2345.24,-3211.35,112.349,1.55787,300,5,0,684,693,1,0,0,0),(32972,11680,1,1,1,11869,1,2287.35,-3093.87,122.54,0.000889,300,5,0,684,693,1,0,0,0),(32971,11680,1,1,1,11872,1,1629.37,-2421.8,111.412,1.70323,300,5,0,684,693,1,0,0,0),(32970,11680,1,1,1,11871,1,1506.09,-2296.17,93.2065,1.15572,300,5,0,684,693,1,0,0,0),(32969,11680,1,1,1,11872,1,1621.75,-2541.73,99.1678,3.27092,300,5,0,684,693,1,0,0,0),(32968,11680,1,1,1,11872,1,2178.19,-3341.65,121.876,4.17134,300,0,0,684,693,0,0,0,0),(32967,11680,1,1,1,11869,1,1520.39,-2387.64,95.288,0.794645,300,5,0,684,693,1,0,0,0),(32966,11680,1,1,1,11871,1,2350.6,-3277.21,101.611,4.618,300,5,0,684,693,1,0,0,0),(32965,11680,1,1,1,11870,1,2585.04,-3614.57,134.131,4.41568,300,0,0,684,693,0,0,0,0),(32964,11680,1,1,1,11871,1,1551.65,-2534.28,103.532,2.85699,300,3,0,684,693,1,0,0,0),(32963,11680,1,1,1,11870,1,1452.97,-2388.83,102.775,4.72925,300,5,0,684,693,1,0,0,0),(32962,11680,1,1,1,11871,1,2597.62,-3600.65,134.181,6.24828,300,0,0,684,693,0,0,0,0),(32961,11680,1,1,1,11870,1,1522.14,-2474.37,111.034,3.70321,300,2,0,684,693,1,0,0,0),(32960,11680,1,1,1,11870,1,2184.42,-3321.66,128.446,1.46608,300,0,0,684,693,0,0,0,0),(32959,24736,1,1,1,22616,0,2767.76,662.193,100.097,2.84489,300,0,0,433,490,0,0,0,0),(32958,3743,1,1,1,6824,1,2331.25,-1384.5,88.9072,1.5708,300,5,0,786,0,1,0,0,0),(32957,3743,1,1,1,6824,1,2347.73,-1278.54,87.5845,2.93084,300,5,0,786,0,1,0,0,0),(32956,3743,1,1,1,6824,1,2346.92,-1247.77,87.2102,0.704715,300,5,0,786,0,1,0,0,0),(32955,3743,1,1,1,6824,1,2222.5,-1381.78,86.361,1.73486,300,15,0,786,0,1,0,0,0),(32954,3743,1,1,1,6824,1,2216.12,-1421.56,90.7045,1.79959,300,5,0,786,0,1,0,0,0),(32953,3743,1,1,1,6824,1,2251.99,-1420.98,87.3919,3.09068,300,15,0,786,0,1,0,0,0),(32952,3743,1,1,1,6824,1,2251.4,-1447.69,89.2487,5.94864,300,15,0,786,0,1,0,0,0),(32951,3743,1,1,1,6824,1,2282.67,-1511.86,88.4101,0.874575,300,5,0,786,0,1,0,0,0),(32950,3743,1,1,1,6824,1,2288.6,-1545.1,90.7016,2.06821,300,5,0,786,0,1,0,0,0),(32949,3743,1,1,1,6824,1,2348.96,-1144.79,88.0404,1.24962,300,2,0,786,0,1,0,0,0),(32948,3743,1,1,1,6824,1,2293.46,-1189.2,85.5852,0.077087,300,15,0,786,0,1,0,0,0),(32947,3743,1,1,1,6824,1,2317.24,-1181.17,87.0228,3.78431,300,15,0,786,0,1,0,0,0),(32946,3743,1,1,1,6824,1,2222.33,-1351.58,82.5548,5.16765,300,15,0,786,0,1,0,0,0),(32945,3743,1,1,1,6824,1,2178.22,-1554.17,91.7754,3.90776,300,15,0,786,0,1,0,0,0),(32944,3743,1,1,1,6824,1,2184.94,-1584.69,85.9699,5.50169,300,15,0,786,0,1,0,0,0),(32943,24735,1,1,1,892,0,2845.29,696.225,100.906,0.461371,300,0,0,417,0,0,0,0,0),(32942,3742,1,1,1,4920,1,3108.48,513.987,4.63546,1.41446,300,5,0,442,490,1,0,0,0),(32941,3742,1,1,1,4920,1,3010.68,518.884,-2.11232,5.56228,300,5,0,442,490,1,0,0,0),(32940,3742,1,1,1,4920,1,3050.76,512.394,-4.97239,0.070165,300,5,0,442,490,1,0,0,0),(32939,3742,1,1,1,4920,1,2982.01,483.061,7.07981,4.37489,300,5,0,442,490,1,0,0,0),(32938,3742,1,1,1,4920,1,2981.58,518.816,2.84567,5.86457,300,15,0,442,490,1,0,0,0),(32937,17310,1,1,1,16975,0,2919.09,-3154.22,177.866,2.98464,600,0,0,4572,0,2,0,0,0),(32936,24734,1,1,1,22612,0,2743.75,683.304,104.479,4.39688,300,0,0,417,0,0,0,0,0),(32935,3740,1,1,1,652,1,3049.89,481.827,5.3554,2.67952,300,5,0,494,0,1,0,0,0),(32934,3740,1,1,1,652,1,2984.46,591.689,15.7224,0.539405,300,2,0,494,0,1,0,0,0),(32933,3996,1,1,1,4172,1,2785.48,-362.46,107.42,2.60054,300,0,0,449,0,0,0,0,0),(32932,3739,1,1,1,540,1,3117.15,488.489,5.25048,0.528312,300,5,0,449,0,1,0,0,0),(32931,3739,1,1,1,540,1,3016.61,481.912,5.46551,5.85321,300,5,0,449,0,1,0,0,0),(32930,3739,1,1,1,540,1,3089.11,441.872,5.91946,5.49546,300,15,0,449,0,1,0,0,0),(32929,3739,1,1,1,540,1,3086.11,610.188,5.1062,5.74109,300,5,0,449,0,1,0,0,0),(32928,3739,1,1,1,540,1,3076.55,580.473,5.19291,2.88522,300,5,0,449,0,1,0,0,0),(32927,3739,1,1,1,540,1,2997.7,472.758,9.23179,3.72353,300,5,0,449,0,1,0,0,0),(32926,3739,1,1,1,540,1,2952.62,519.707,6.11686,6.17492,300,5,0,449,0,1,0,0,0),(12775,23087,564,1,1,21242,0,264.363,1024.53,-62.5458,3.58168,604800,0,0,8,0,0,0,0,0),(32925,3737,1,1,1,3617,1,3016.05,484.366,5.46551,5.85337,300,5,0,449,0,1,0,0,0),(32924,3737,1,1,1,3617,1,3041.41,441.825,5.80814,2.34363,300,5,0,449,0,1,0,0,0),(32923,3737,1,1,1,3617,1,3050.94,584.337,5.51293,2.2283,300,15,0,449,0,1,0,0,0),(32922,3737,1,1,1,3617,1,3014.82,586.841,5.73988,2.26985,300,3,0,449,0,1,0,0,0),(32921,3737,1,1,1,3617,1,2975.12,541.709,4.99684,3.21439,300,15,0,449,0,1,0,0,0),(32920,3737,1,1,1,3617,1,3124.44,604.896,4.17069,4.8486,300,15,0,449,0,1,0,0,0),(32919,3737,1,1,1,3617,1,2940.65,547.378,5.88928,3.74439,300,15,0,449,0,1,0,0,0),(32918,17304,1,1,1,16973,1,2383.96,-3421.95,113.658,1.76278,300,0,0,950,0,0,0,0,0),(32917,3736,1,1,1,4155,1,1826.65,-2657.7,53.2028,2.89725,300,0,0,617,0,0,0,0,0),(32916,12696,1,1,1,12970,1,2310.52,-2554.7,101.948,2.42601,300,0,0,1003,0,0,0,0,0),(32915,22936,1,1,1,21143,0,3001.23,-3207.59,190.235,0.436332,300,0,0,955,0,0,0,0,0),(32914,10647,1,1,1,11331,1,2808.24,-3003.13,157.067,4.11898,19990,0,1,1332,1169,2,0,0,0),(32913,3735,1,1,1,4156,1,3861.7,-214.578,4.53143,1.95477,19990,0,0,472,1357,0,0,0,0),(32912,22935,1,1,1,21142,0,3002.88,-3206.81,190.114,3.59538,600,0,0,10572,0,0,0,0,0),(32911,17303,1,1,1,16971,1,2975.16,-3287.29,155.447,2.99171,300,0,0,852,852,0,0,0,0),(32910,3734,1,1,1,4131,1,3862.34,-193.011,2.92245,2.30158,300,5,0,484,0,1,0,0,0),(32909,3734,1,1,1,4132,1,3863.17,-191.838,2.80899,1.73272,300,5,0,484,0,1,0,0,0),(32908,3734,1,1,1,4131,1,3776.04,-153.112,2.46261,4.15388,300,0,0,484,0,0,0,0,0),(32907,3734,1,1,1,4131,1,3844.11,-177.534,0.958521,1.6873,300,0,0,484,0,2,0,0,0),(32906,3734,1,1,1,4131,1,3789.55,-153.039,0.801208,5.98648,300,0,0,484,0,0,0,0,0),(32905,3734,1,1,1,4131,1,3772.02,-160.296,3.21808,1.20428,300,0,0,484,0,0,0,0,0),(32904,3733,1,1,1,4130,1,3882.2,-115.607,4.94636,0.362684,300,15,0,417,0,1,0,0,0),(32903,3733,1,1,1,4130,1,3818.77,-86.09,5.44358,0.152419,300,5,0,417,0,1,0,0,0),(32902,3733,1,1,1,4130,1,3793.75,-102.582,0.620739,5.27288,300,5,0,417,0,1,0,0,0),(32901,3733,1,1,1,4130,1,3742.06,-86.8233,-0.557266,0.263918,300,5,0,417,0,1,0,0,0),(32900,3733,1,1,1,4130,1,3805.7,-174.765,2.02131,5.19941,300,5,0,417,0,1,0,0,0),(32899,3733,1,1,1,4130,1,3840.12,-224.403,5.65174,4.97869,300,5,0,417,0,1,0,0,0),(32898,3733,1,1,1,4130,1,3860.66,-222.021,8.15174,2.29251,300,5,0,417,0,1,0,0,0),(32897,3733,1,1,1,4129,1,3729.08,-37.8277,-1.57762,5.72466,300,15,0,417,0,1,0,0,0),(32896,17300,1,1,1,8610,1,1723.76,-3478.09,144.235,4.52413,300,0,0,1154,935,0,0,0,0),(32895,3732,1,1,1,4127,1,3755.21,-155.209,6.35239,3.1426,300,5,0,377,408,1,0,0,0),(32894,3732,1,1,1,4128,1,3748.59,-54.5651,-1.70587,3.80075,300,15,0,377,408,1,0,0,0),(32893,3732,1,1,1,4128,1,3742.18,-11.1745,-1.57621,2.15528,300,15,0,377,408,1,0,0,0),(32892,3732,1,1,1,4127,1,3863.1,-202.049,4.40174,4.34272,300,5,0,377,408,1,0,0,0),(32891,3732,1,1,1,4128,1,3873.96,-169.791,4.69705,3.19978,300,5,0,377,408,1,0,0,0),(32890,3732,1,1,1,4127,1,3815.51,-179.61,2.358,2.935,300,5,0,377,408,1,0,0,0),(32889,3732,1,1,1,4128,1,3754.17,-129.166,1.80482,3.17135,300,5,0,377,408,1,0,0,0),(32888,3732,1,1,1,4127,1,3844.09,-185.157,1.45852,2.46172,300,15,0,377,408,1,0,0,0),(32887,3732,1,1,1,4128,1,3829.36,-199.377,2.64631,3.44538,300,5,0,377,408,1,0,0,0),(32886,3732,1,1,1,4127,1,3799.11,-196.772,14.9742,2.93003,300,5,0,377,408,1,0,0,0),(32885,3732,1,1,1,4128,1,3778.44,-125.395,0.370739,4.93159,300,5,0,377,408,1,0,0,0),(32884,10644,1,1,1,165,0,3967.52,154.25,5.58925,4.26096,19990,0,0,573,0,0,0,0,0),(32883,3732,1,1,1,4128,1,3711.89,-55.5722,-1.88072,1.51713,300,5,0,377,408,1,0,0,0),(32882,3987,1,1,1,2002,1,3337.85,-476.5,154.489,5.90067,300,0,0,713,0,0,0,0,0),(32881,3730,1,1,1,19831,1,3479.06,-132.279,5.55183,2.18523,300,5,0,449,0,1,0,0,0),(32880,3730,1,1,1,4224,1,3482.19,-106.232,2.42683,4.95304,300,5,0,449,0,1,0,0,0),(32879,10642,1,1,1,5561,0,1980.5,-1342.54,83.2041,3.52542,19990,0,0,724,732,0,0,0,0),(32878,3730,1,1,1,4223,1,3474.5,-122.443,3.80183,5.72386,300,5,0,449,0,1,0,0,0),(32877,3730,1,1,1,19830,1,3462.67,-103.417,5.5441,5.45513,300,5,0,449,0,1,0,0,0),(32876,3730,1,1,1,4224,1,3461.38,-135.989,7.80795,5.32284,300,5,0,449,0,1,0,0,0),(15857,2349,0,1,1,6808,0,-855.517,51.8557,33.8432,4.48441,300,5,0,664,0,1,0,0,0),(32875,3728,1,1,1,4221,1,3514.57,-114.397,1.15466,2.56648,300,5,0,354,1020,1,0,0,0),(32874,3728,1,1,1,825,1,3518.61,-151.936,1.27167,5.34428,300,5,0,354,1020,1,0,0,0),(15856,2349,0,1,1,6808,0,-876.975,-199.34,41.9151,1.11106,300,5,0,664,0,1,0,0,0),(10558,1012,0,1,1,3196,1,-2985.86,-1989.31,9.20004,0.439952,300,10,0,664,0,1,0,0,0),(135700,16525,532,1,1,16241,0,-11377.6,-1836.78,260.841,0.925025,604800,0,0,30160,0,0,0,0,0),(17727,1924,0,1,1,574,0,508.819,909.236,128.733,1.32645,275,0,0,328,0,0,0,0,0),(15855,2356,0,1,1,3201,0,-953.82,-309.01,57.5317,4.8061,300,10,0,944,0,1,0,0,0),(10557,1012,0,1,1,3196,1,-2969.38,-1571.86,10.271,0.120485,300,5,0,664,0,1,0,0,0),(32873,3728,1,1,1,4220,1,3542.71,-136.809,0.318839,1.75487,300,5,0,354,1020,1,0,0,0),(32872,10640,1,1,1,5773,1,2260.87,-1529.81,88.9161,0.48145,19990,0,0,862,732,2,0,0,0),(32871,6288,1,1,1,4991,1,2086.49,-1182.08,101.779,5.98648,300,0,0,617,0,0,0,0,0),(32870,3727,1,1,1,21014,1,3493.56,-123.427,1.30183,0.0456,300,0,0,494,0,0,0,0,0),(32869,10639,1,1,1,6800,1,3265.91,-365.72,153.103,5.31552,19990,0,1,713,0,2,0,0,0),(32868,3725,1,1,1,4219,1,3546.83,-114.94,4.62679,2.64926,300,5,0,354,1020,1,0,0,0),(32867,3725,1,1,1,4219,1,3546.22,-179.142,5.11862,3.20307,300,5,0,354,1020,1,0,0,0),(32866,3725,1,1,1,4255,1,3510.27,-93.983,3.38457,4.05306,300,5,0,354,1020,1,0,0,0),(32865,3725,1,1,1,4219,1,3452.03,-51.8134,5.74446,0.408123,300,5,0,354,1020,1,0,0,0),(32864,3725,1,1,1,4255,1,3481.8,-52.3731,4.53488,1.11679,300,5,0,354,1020,1,0,0,0),(32863,3725,1,1,1,4219,1,3485.42,-87.0787,3.29556,4.45572,300,5,0,354,1020,1,0,0,0),(32862,3725,1,1,1,4219,1,3458.02,-76.4076,5.26583,0.403615,300,5,0,354,1020,1,0,0,0),(32861,14733,1,1,1,14813,1,1447.91,-1866.85,127.464,6.23082,600,0,0,130700,0,0,0,0,0),(32860,6028,1,1,1,4726,1,2354.76,-2540.69,102.896,2.6529,300,0,0,1003,0,0,0,0,0),(32859,17291,1,1,1,16962,0,2950.43,-3307.5,154.586,1.55334,300,0,0,811,852,0,0,0,0),(32858,3721,1,1,1,10898,0,3802.35,968.512,-8.03689,0.585835,300,12,0,449,0,1,0,0,0),(32857,3721,1,1,1,10898,0,3609.81,1034.62,-1.47468,2.02721,300,12,0,449,0,1,0,0,0),(32856,3721,1,1,1,10898,0,4015.2,912.539,-2.92345,0.949352,300,12,0,449,0,1,0,0,0),(32855,3721,1,1,1,10898,0,3955.71,970.234,-3.50883,6.07318,300,12,0,449,0,1,0,0,0),(32854,3721,1,1,1,10898,0,3473.07,1184.99,-22.0121,1.56149,300,12,0,449,0,1,0,0,0),(32853,3721,1,1,1,10898,0,4050.2,1099.94,-0.609402,1.9571,300,12,0,449,0,1,0,0,0),(32852,3721,1,1,1,10898,0,4153.83,1162.04,5.62734,2.8708,300,12,0,449,0,1,0,0,0),(32851,3721,1,1,1,10898,0,4018.59,1148.75,-17.6231,0.646202,300,12,0,449,0,1,0,0,0),(32850,3721,1,1,1,10898,0,3989.52,1025.14,-7.30087,1.1863,300,12,0,449,0,1,0,0,0),(32849,11656,1,1,1,11860,1,2203.2,-3366.04,96.8431,2.16421,300,0,0,787,0,0,0,0,0),(32848,11656,1,1,1,11858,1,2202.13,-3409.66,93.3878,5.23599,300,0,0,787,0,0,0,0,0),(32847,11656,1,1,1,11859,1,2224.85,-3337.82,99.3078,3.10669,300,0,0,787,0,0,0,0,0),(32846,11656,1,1,1,11857,1,2402,-3125.49,125.344,2.77507,300,0,0,787,0,0,0,0,0),(32845,11656,1,1,1,11859,1,2526.58,-3302.51,120.46,3.1765,300,0,0,787,0,0,0,0,0),(32844,11656,1,1,1,11859,1,2323.88,-3202.9,113.221,3.82227,300,0,0,787,0,0,0,0,0),(32843,11656,1,1,1,11857,1,2334.06,-3177.37,117.694,2.25148,300,0,0,787,0,0,0,0,0),(32842,11656,1,1,1,11858,1,2669.71,-3430.29,119.415,1.0821,300,0,0,787,0,0,0,0,0),(32841,11656,1,1,1,11857,1,2713.81,-3403.05,120.288,1.76278,300,0,0,787,0,0,0,0,0),(32840,11656,1,1,1,11859,1,2545.42,-3315.25,121.958,3.82227,300,0,0,787,0,0,0,0,0),(32839,11656,1,1,1,11860,1,2607.87,-3375.92,122.392,2.67035,300,0,0,787,0,0,0,0,0),(32838,11656,1,1,1,11858,1,2650.66,-3359.6,122.874,5.61996,300,0,0,787,0,0,0,0,0),(32837,11656,1,1,1,11858,1,2398.79,-3225.08,112.181,0.122173,300,0,0,787,0,0,0,0,0),(32836,11656,1,1,1,11858,1,2468.29,-3234.27,117.701,2.19912,300,0,0,787,0,0,0,0,0),(32835,11656,1,1,1,11859,1,2593.29,-3402.34,121.543,1.53589,300,0,0,787,0,0,0,0,0),(32834,11656,1,1,1,11860,1,1462.36,-2289.73,93.4246,1.09956,300,0,0,787,0,0,0,0,0),(32833,11656,1,1,1,11859,1,2307.9,-3169.44,117.247,3.03687,300,0,0,787,0,0,0,0,0),(32832,11656,1,1,1,11859,1,2479.47,-3313.01,114.487,4.36332,300,0,0,787,0,0,0,0,0),(32831,11656,1,1,1,11857,1,2508.28,-3120.97,127.278,4.64258,300,0,0,787,0,0,0,0,0),(32830,11656,1,1,1,11859,1,2440.64,-3264.55,113.036,2.98451,300,0,0,787,0,0,0,0,0),(32829,11656,1,1,1,11860,1,2452.55,-3238.93,117.522,2.05949,300,0,0,787,0,0,0,0,0),(32828,11656,1,1,1,11860,1,2557.19,-3253.48,134.216,1.41372,300,0,0,787,0,0,0,0,0),(32827,11656,1,1,1,11860,1,2431.29,-3159.54,123.182,0.349066,300,0,0,787,0,0,0,0,0),(32826,11656,1,1,1,11858,1,1637.17,-2501.4,98.3124,4.46804,300,0,0,787,0,0,0,0,0),(32825,11656,1,1,1,11859,1,2434.57,-3238.61,114.729,1.11701,300,0,0,787,0,0,0,0,0),(32824,11656,1,1,1,11859,1,1586.9,-2434.39,99.0619,0.855211,300,0,0,787,0,0,0,0,0),(32823,11656,1,1,1,11857,1,1500.29,-2365.04,95.3028,1.0821,300,0,0,787,0,0,0,0,0),(32822,11656,1,1,1,11858,1,2255.57,-3124.82,121.055,0.506145,300,0,0,787,0,0,0,0,0),(32821,11656,1,1,1,11857,1,1509.56,-2417.73,103.832,5.044,300,0,0,787,0,0,0,0,0),(32820,11656,1,1,1,11858,1,2413.12,-3211.73,117.016,5.37561,300,0,0,787,0,0,0,0,0),(32819,11656,1,1,1,11860,1,2325.16,-3136.03,119.352,4.99164,300,0,0,787,0,0,0,0,0),(32818,11656,1,1,1,11860,1,2337.93,-3108.02,121.281,3.35103,300,0,0,787,0,0,0,0,0),(32817,11656,1,1,1,11857,1,2233.86,-3154.32,118.003,2.35619,300,0,0,787,0,0,0,0,0),(32816,11656,1,1,1,11857,1,2253.49,-3150.12,120.004,3.92699,300,0,0,787,0,0,0,0,0),(32815,11656,1,1,1,11860,1,2421.6,-3249.86,111.878,0.017453,300,0,0,787,0,0,0,0,0),(32814,11656,1,1,1,11859,1,2518.71,-3204.72,132.631,1.32645,300,0,0,787,0,0,0,0,0),(32813,11656,1,1,1,11858,1,2252.91,-3163.28,118.994,0.733038,300,0,0,787,0,0,0,0,0),(32812,11656,1,1,1,11858,1,2495.04,-3301.91,117.237,4.31096,300,0,0,787,0,0,0,0,0),(32811,11656,1,1,1,11859,1,2533.26,-3239.75,132.309,0.855211,300,0,0,787,0,0,0,0,0),(32810,11656,1,1,1,11858,1,2218.45,-3217.1,107.222,2.05949,300,0,0,787,0,0,0,0,0),(32809,17287,1,1,1,16959,1,2967.73,-3259.6,160.411,4.32842,600,0,0,2865,0,0,0,0,0),(32808,12678,1,1,1,2281,0,2030.69,-726.054,102.369,3.88457,300,0,0,909,0,2,0,0,0),(32807,12677,1,1,1,11452,0,2518.44,-1615.66,144.605,4.72062,300,0,0,1109,0,2,0,0,0),(32806,3717,1,1,1,4972,1,3680.18,880.982,0.997862,3.79773,300,12,0,354,1020,1,0,0,0),(32805,3717,1,1,1,4972,1,3587.5,954.167,2.10641,0.685622,300,12,0,354,1020,1,0,0,0),(32804,3717,1,1,1,4972,1,3714.14,822.712,5.81897,2.68981,300,12,0,354,1020,1,0,0,0),(32803,3717,1,1,1,4972,1,3616.69,988.471,-2.34442,0.707991,300,12,0,354,1020,1,0,0,0),(32802,3717,1,1,1,4972,1,3785.82,877.504,-0.24825,4.92079,300,12,0,354,1020,1,0,0,0),(32801,3717,1,1,1,4972,1,4080.56,961.215,-0.203517,1.62618,300,12,0,354,1020,1,0,0,0),(32800,3717,1,1,1,4972,1,3922.29,852.322,1.27962,5.8023,300,12,0,354,1020,1,0,0,0),(32799,3717,1,1,1,4972,1,3871.19,888.226,-0.683482,3.00337,300,12,0,354,1020,1,0,0,0),(32798,3717,1,1,1,4972,1,3875.42,844.795,1.83302,2.27804,300,12,0,354,1020,1,0,0,0),(32797,3717,1,1,1,4972,1,4016.9,813.489,8.35246,3.4024,300,0,0,354,1020,2,0,0,0),(32796,3717,1,1,1,4972,1,3935.97,875.792,1.57572,3.4061,300,12,0,354,1020,1,0,0,0),(32795,3717,1,1,1,4972,1,3548.44,921.137,2.82356,0.729061,300,12,0,354,1020,1,0,0,0),(32794,3717,1,1,1,4972,1,4080.67,784.763,8.15307,4.11329,300,12,0,354,1020,1,0,0,0),(32793,3717,1,1,1,4972,1,4113.66,914.943,8.3546,1.09385,300,12,0,354,1020,1,0,0,0),(32792,3717,1,1,1,4972,1,4087.58,889.19,8.64804,1.24051,300,12,0,354,1020,1,0,0,0),(32791,3717,1,1,1,4972,1,3520.83,960.681,2.41987,1.5708,300,12,0,354,1020,1,0,0,0),(32790,3717,1,1,1,4972,1,3754.73,1014.27,-4.67423,6.23418,300,12,0,354,1020,1,0,0,0),(32789,17541,1,1,1,16923,0,2976.06,-3231.43,166.212,1.20428,300,0,0,800,0,0,0,0,0),(32788,1412,1,1,1,134,0,3817.63,603.481,5.6056,2.1441,300,10,0,8,0,1,0,0,0),(32787,12676,1,1,1,12589,0,1979.8,-2624.07,92.8362,1.8135,300,0,0,1308,0,2,0,0,0),(32786,1412,1,1,1,134,0,2129.98,-2285.02,97.1285,1.30898,300,10,0,8,0,1,0,0,0),(32785,1412,1,1,1,134,0,3172.73,-188.879,110.576,0.009433,300,10,0,8,0,1,0,0,0),(32784,1412,1,1,1,134,0,2655.68,-3013.7,158.958,2.05891,300,10,0,8,0,1,0,0,0),(32783,4484,1,1,1,2594,1,3178.51,188.551,3.94626,0.523599,300,0,0,484,0,0,0,0,0),(32782,1412,1,1,1,134,0,3378.51,-1490.01,166.973,1.5084,300,10,0,8,0,1,0,0,0),(32781,1412,1,1,1,134,0,2930.97,-828.331,172.883,1.13511,300,10,0,8,0,1,0,0,0),(32780,1412,1,1,1,134,0,2969.72,-2068.11,202.942,1.88452,300,10,0,8,0,1,0,0,0),(32779,1412,1,1,1,134,0,2387.38,499.178,128.728,3.72689,300,10,0,8,0,1,0,0,0),(32778,1412,1,1,1,134,0,2719.51,-2149.15,196.598,2.04668,300,10,0,8,0,1,0,0,0),(32777,1412,1,1,1,134,0,3057.88,-863.051,195.022,3.94909,300,10,0,8,0,1,0,0,0),(32776,1412,1,1,1,134,0,2129.42,-1298.5,96.7054,5.46946,300,10,0,8,0,1,0,0,0),(32775,1412,1,1,1,134,0,2833.84,100.142,91.9749,4.45059,300,0,0,8,0,0,0,0,0),(32774,1412,1,1,1,134,0,2298.93,-645.908,117.693,5.10523,300,10,0,8,0,1,0,0,0),(32773,3715,1,1,1,4981,1,3652.6,1017.44,-0.965293,0.02262,300,12,0,404,456,1,0,0,0),(32772,3715,1,1,1,4981,1,3653.49,1048.73,-3.29143,0.012661,300,12,0,404,456,1,0,0,0),(32771,3715,1,1,1,4981,1,3630.08,1077.88,-1.98365,3.02484,300,12,0,404,456,1,0,0,0),(32770,3715,1,1,1,4981,1,3573.89,1073.63,-6.83789,1.16909,300,12,0,404,456,1,0,0,0),(32769,3715,1,1,1,4981,1,3448.34,1017.37,2.59086,0.772484,300,12,0,404,456,1,0,0,0),(32768,3715,1,1,1,4981,1,3520.83,1004.17,2.12923,5.2248,300,12,0,404,456,1,0,0,0),(32767,3715,1,1,1,4981,1,3723.27,1154.48,-49.3801,5.73691,300,12,0,404,456,1,0,0,0),(32766,3715,1,1,1,4981,1,3743.5,1082.2,-17.3022,3.76691,300,12,0,404,456,1,0,0,0),(32765,3715,1,1,1,4981,1,3685.9,1185.94,-45.0512,5.77649,300,12,0,404,456,1,0,0,0),(32764,3715,1,1,1,4981,1,3586.14,1215.76,-31.558,0.128679,300,12,0,404,456,1,0,0,0),(32763,3715,1,1,1,4981,1,3517.63,1153.11,-10.6651,2.83547,300,12,0,404,456,1,0,0,0),(32762,3715,1,1,1,4981,1,4173,1285.1,3.45684,3.46136,300,0,0,404,456,0,0,0,0),(32761,3715,1,1,1,4981,1,3685.59,1151.96,-20.5701,4.74171,300,12,0,404,456,1,0,0,0),(32760,3970,1,1,1,2057,0,2810.12,-317.286,109.078,2.72271,300,0,0,713,0,0,0,0,0),(32759,3713,1,1,1,4765,1,3654.37,818.561,5.9,0.073612,300,12,0,417,0,1,0,0,0),(32758,3713,1,1,1,4765,1,3548.84,984.936,1.28472,2.53989,300,12,0,417,0,1,0,0,0),(32757,3713,1,1,1,4765,1,3809.31,818.768,3.09263,3.58724,300,12,0,417,0,1,0,0,0),(32756,3713,1,1,1,4765,1,3887.99,824.165,1.52507,0.543154,300,12,0,417,0,1,0,0,0),(32755,3713,1,1,1,4765,1,4047.4,854.167,3.82779,3.81636,300,12,0,417,0,1,0,0,0),(32754,3713,1,1,1,4765,1,3988.62,854.356,1.18871,5.86421,300,12,0,417,0,1,0,0,0),(32753,3713,1,1,1,4765,1,3884.67,885.037,1.06652,4.1256,300,12,0,417,0,1,0,0,0),(32752,3713,1,1,1,4765,1,4052.85,784.868,4.46525,1.75008,300,12,0,417,0,1,0,0,0),(32751,3713,1,1,1,4765,1,3720.82,1021.27,-5.9036,4.15404,300,12,0,417,0,1,0,0,0),(32750,11137,1,1,1,10636,1,2672.31,-363.604,110.811,2.51327,300,0,0,1342,0,0,0,0,0),(32749,3969,1,1,1,2059,0,2771.84,-404.299,111.544,2.84489,300,0,0,896,0,0,0,0,0),(32748,3712,1,1,1,11264,1,3529.75,1095.86,2.47069,3.17499,300,12,0,404,456,1,0,0,0),(32747,3712,1,1,1,11264,1,3596.9,1045.92,-2.27825,5.98163,300,12,0,404,456,1,0,0,0),(32746,3712,1,1,1,11264,1,3683.16,1054.45,-3.58551,5.45566,300,12,0,404,456,1,0,0,0),(32745,3712,1,1,1,11264,1,3548.79,1055.32,1.2061,1.94044,300,12,0,404,456,1,0,0,0),(32744,3712,1,1,1,11264,1,4151.56,1080.98,5.19125,1.5708,300,12,0,404,456,1,0,0,0),(32743,3712,1,1,1,11264,1,3533.6,1128.62,-4.72948,2.63441,300,12,0,404,456,1,0,0,0),(32742,3712,1,1,1,11264,1,3688.59,1097.77,-12.6199,6.11953,300,12,0,404,456,1,0,0,0),(32741,3712,1,1,1,11264,1,3554.23,1185.03,-11.3128,5.93647,300,12,0,404,456,1,0,0,0),(32740,3712,1,1,1,11264,1,3723.17,1111.13,-25.8633,3.20846,300,12,0,404,456,1,0,0,0),(32739,3712,1,1,1,11264,1,3552.2,1222.85,-37.6775,1.61088,300,12,0,404,456,1,0,0,0),(32738,3712,1,1,1,11264,1,3519.96,1212.73,-35.1475,5.5446,300,12,0,404,456,1,0,0,0),(32737,3712,1,1,1,11264,1,3522.33,1189.9,-18.0676,4.81243,300,12,0,404,456,1,0,0,0),(32736,3712,1,1,1,11264,1,3485.27,912.115,5.39202,4.9316,300,12,0,404,456,1,0,0,0),(32735,3711,1,1,1,6747,1,3480.51,1051.29,0.15928,2.85975,300,12,0,494,0,1,0,0,0),(32734,3711,1,1,1,6747,1,4055.59,1248.42,-27.6482,4.8829,300,12,0,494,0,1,0,0,0),(32733,3711,1,1,1,6747,1,4123.95,1284.23,2.36956,0.675914,300,12,0,494,0,1,0,0,0),(32732,3711,1,1,1,6747,1,4089.29,1219.06,-22.1998,6.01098,300,12,0,494,0,1,0,0,0),(32731,3711,1,1,1,6747,1,4078.5,1292.64,-0.700187,2.50727,300,12,0,494,0,1,0,0,0),(32730,3711,1,1,1,6747,1,4089.36,1240.29,-12.3752,5.13693,300,12,0,494,0,1,0,0,0),(32729,3711,1,1,1,6747,1,4184.61,1349,8.15056,0.453909,300,12,0,494,0,1,0,0,0),(32728,3711,1,1,1,6747,1,4175.78,1284.99,2.77173,3.76264,300,0,0,494,0,0,0,0,0),(32727,3711,1,1,1,6747,1,4144.84,1286.15,3.53631,2.49402,300,12,0,494,0,1,0,0,0),(32726,3711,1,1,1,6747,1,4115.92,1414.73,-7.53851,2.0574,300,12,0,494,0,1,0,0,0),(32725,3711,1,1,1,6747,1,4217.98,1327.39,3.88642,1.92844,300,12,0,494,0,1,0,0,0),(32724,3711,1,1,1,6747,1,4188.38,1247.62,-0.476587,5.50469,300,12,0,494,0,1,0,0,0),(10556,1010,0,1,1,714,1,-3017.43,-1854.96,9.08751,5.04519,300,5,0,573,0,1,0,0,0),(10553,1010,0,1,1,714,1,-2997.37,-2508.08,11.5544,4.17134,300,0,0,573,0,0,0,0,0),(10554,1011,0,1,1,8598,1,-2999.13,-2502.48,11.504,5.51524,300,0,0,617,0,0,0,0,0),(10555,1012,0,1,1,3196,1,-2980.33,-1920.25,10.4625,5.37076,300,10,0,664,0,1,0,0,0),(10552,1012,0,1,1,3196,1,-2961.54,-1559.72,9.40382,3.67879,300,5,0,664,0,1,0,0,0),(10551,1007,0,1,1,3199,1,-3988.22,-2935.29,11.8705,1.81235,300,10,0,494,0,1,0,0,0),(10550,1054,0,1,1,3487,1,-2553.87,-2357,82.9894,5.99716,300,0,0,955,0,2,0,0,0),(10549,1054,0,1,1,3487,1,-2561.05,-2349.46,79.9347,3.07294,300,3,0,955,0,1,0,0,0),(10546,1053,0,1,1,3488,1,-2574.07,-2355.85,86.6012,4.45303,300,0,0,905,0,0,0,0,0),(15854,2372,0,1,1,10643,1,-942.207,-915.602,27.8461,0.05229,300,10,0,787,0,1,0,0,0),(15853,2349,0,1,1,6808,0,-996.607,-168.921,30.7999,4.59288,300,3,0,664,0,1,0,0,0),(15852,2349,0,1,1,6808,0,-843.959,-222.429,38.0617,0.22431,300,0,0,664,0,0,0,0,0),(10545,1057,0,1,1,4918,1,-3441.87,-2357.99,51.9392,4.50485,300,0,0,519,1443,0,0,0,0),(10544,1034,0,1,1,4916,1,-3442.35,-2347.5,51.9232,1.26079,300,0,0,635,0,0,0,0,0),(10543,1057,0,1,1,4918,1,-3455.21,-2365.63,52.0236,4.39069,300,5,0,519,1443,1,0,0,0),(10542,1034,0,1,1,4916,1,-3450.57,-2350.7,51.8991,6.17739,300,0,0,635,0,0,0,0,0),(10541,2089,0,1,1,925,0,-2831.14,-1176.66,6.53969,0.571813,300,10,0,734,0,1,0,0,0),(10540,2089,0,1,1,925,0,-2699.69,-1288.06,3.9075,2.96488,300,10,0,734,0,1,0,0,0),(10539,1400,0,1,1,1036,0,-2961.38,-1775.9,9.15042,0.392838,300,10,0,617,0,1,0,0,0),(10538,2089,0,1,1,925,0,-2723.12,-1316.69,7.00648,3.25505,300,10,0,734,0,1,0,0,0),(10537,1400,0,1,1,1036,0,-3009.87,-2352.35,7.52375,0.212903,300,10,0,617,0,1,0,0,0),(10536,1400,0,1,1,1036,0,-2919.05,-1780.01,7.99276,4.59393,300,10,0,617,0,1,0,0,0),(10534,1007,0,1,1,3199,1,-4072.19,-2990.71,11.7917,1.98968,300,0,0,494,0,0,0,0,0),(10535,1400,0,1,1,1036,0,-2961.87,-2015.78,7.8746,6.04338,300,10,0,617,0,1,0,0,0),(10533,1032,0,1,1,767,0,-2918.34,-2181.64,22.291,2.2323,300,10,0,617,0,1,0,0,0),(10532,1032,0,1,1,767,0,-2952.29,-2176.22,18.7521,3.04387,300,10,0,617,0,1,0,0,0),(10531,1007,0,1,1,3199,1,-4049.52,-2969.08,12.8979,0.57369,300,10,0,494,0,1,0,0,0),(10530,1008,0,1,1,355,1,-4067.02,-2978.21,11.9397,5.34071,300,0,0,531,0,0,0,0,0),(10501,1008,0,1,1,355,1,-4072.41,-2958.66,11.6208,1.52948,300,10,0,531,0,1,0,0,0),(10493,1008,0,1,1,355,1,-4066.44,-2987.48,11.9348,1.309,300,0,0,531,0,0,0,0,0),(10492,1008,0,1,1,355,1,-4032.78,-2986.63,11.9904,0.839611,300,10,0,531,0,1,0,0,0),(10491,1008,0,1,1,355,1,-4063.15,-2975.87,11.9583,4.57276,300,0,0,531,0,0,0,0,0),(10490,1009,0,1,1,3197,1,-4058.04,-2981.57,11.9348,3.14159,300,0,0,472,1357,0,0,0,0),(10489,1053,0,1,1,3488,1,-2560.64,-2382.81,77.6092,3.19873,300,3,0,905,0,1,0,0,0),(10488,1052,0,1,1,3490,1,-2566.06,-2378.67,77.6092,3.35033,300,3,0,853,0,1,0,0,0),(10487,1052,0,1,1,3490,1,-2619.26,-2335.63,79.94,1.22507,300,5,0,853,0,1,0,0,0),(10486,1007,0,1,1,3199,1,-4073.08,-2976.33,12.0071,0.539413,300,10,0,494,0,1,0,0,0),(10485,6523,0,1,1,825,1,-2632.87,-2399.91,88.3979,4.41568,300,0,0,800,0,0,0,0,0),(10484,1051,0,1,1,825,1,-2635.07,-2381.64,89.4912,1.38104,300,5,0,800,0,1,0,0,0),(10483,1051,0,1,1,825,1,-2624.68,-2376.85,85.9369,0.521326,300,0,0,800,0,0,0,0,0),(10482,1007,0,1,1,3199,1,-4052.45,-2982.59,11.7729,0.593412,300,0,0,494,0,0,0,0,0),(10461,1008,0,1,1,355,1,-4058.9,-2985.91,11.8979,2.56563,300,0,0,531,0,0,0,0,0),(10460,1007,0,1,1,3199,1,-4138.96,-2921.73,12.9417,4.71629,300,10,0,494,0,1,0,0,0),(10346,1007,0,1,1,3199,1,-4189.91,-2681.84,40.1847,6.24746,300,10,0,494,0,1,0,0,0),(10344,1007,0,1,1,3199,1,-4052.08,-3002.08,13.1214,1.3084,300,10,0,494,0,1,0,0,0),(10345,1007,0,1,1,3199,1,-4225.75,-2671.04,41.6694,0.021914,300,0,0,494,0,0,0,0,0),(10343,1007,0,1,1,3199,1,-4221.58,-2701.88,41.2771,2.1412,300,10,0,494,0,1,0,0,0),(10342,1052,0,1,1,3490,1,-2579.64,-2379.24,80.6647,5.61045,300,0,0,853,0,0,0,0,0),(10340,1007,0,1,1,3199,1,-4215.04,-2683.88,41.2623,3.22886,300,0,0,494,0,0,0,0,0),(10341,1007,0,1,1,3199,1,-4216.07,-2735.79,37.9881,2.36172,300,10,0,494,0,1,0,0,0),(10338,1007,0,1,1,3199,1,-4204.14,-2707.92,41.1559,6.23044,300,10,0,494,0,1,0,0,0),(10339,1007,0,1,1,3199,1,-4240.82,-2702.66,44.1965,4.18837,300,3,0,494,0,1,0,0,0),(15851,2349,0,1,1,6808,0,-953.632,-97.4644,22.9297,4.42711,300,10,0,664,0,1,0,0,0),(10337,1008,0,1,1,355,1,-4209.15,-2694.54,40.9661,0.055853,300,10,0,531,0,1,0,0,0),(10336,1007,0,1,1,3199,1,-4225.24,-2692.61,41.3766,0.087266,300,0,0,494,0,0,0,0,0),(10335,1007,0,1,1,3199,1,-4220.1,-2686.8,41.3762,4.69494,300,0,0,494,0,0,0,0,0),(10333,1007,0,1,1,3199,1,-4129,-2948.98,12.0394,3.02874,300,10,0,494,0,1,0,0,0),(10334,1030,0,1,1,360,0,-4100.48,-2834.35,13.5845,3.9049,300,10,0,494,0,1,0,0,0),(10331,1028,0,1,1,1079,1,-3122.4,-1250.55,4.76509,0.525685,300,5,0,504,1443,1,0,0,0),(10332,1007,0,1,1,3199,1,-4132.52,-2958.87,12.6349,2.41405,300,10,0,494,0,1,0,0,0),(15850,2304,0,1,1,3769,1,-1312.83,-1209.42,49.986,5.3058,300,0,0,1057,0,0,0,0,0),(15849,2356,0,1,1,3201,0,-942.348,125.093,45.2666,3.97392,300,10,0,944,0,1,0,0,0),(15848,2349,0,1,1,6808,0,-790.396,19.3241,33.0959,5.92816,300,5,0,664,0,1,0,0,0),(15847,2372,0,1,1,10643,1,-948.27,-979.894,30.4729,1.76262,300,5,0,787,0,1,0,0,0),(15846,2356,0,1,1,3201,0,-722.575,86.4662,40.9657,0.475582,300,10,0,944,0,1,0,0,0),(15845,2372,0,1,1,10643,1,-919.259,-934.739,30.4115,0.488692,300,0,0,787,0,0,0,0,0),(15844,2372,0,1,1,10643,1,-937.706,-959.999,30.4531,1.20107,300,5,0,787,0,1,0,0,0),(15843,2349,0,1,1,6808,0,-913.493,-361.534,33.5272,3.40219,300,10,0,664,0,1,0,0,0),(15842,2356,0,1,1,3201,0,-185.838,-1326.63,101.229,1.40404,300,5,0,944,0,1,0,0,0),(15841,2372,0,1,1,10643,1,-946.504,-1013.25,30.4729,2.52287,300,5,0,787,0,1,0,0,0),(15840,2354,0,1,1,1007,0,-506.029,-639.508,42.91,5.67254,300,10,0,742,0,1,0,0,0),(15839,14280,0,1,1,706,0,-451.793,-1686.39,85.388,1.55137,43200,0,0,1080,0,0,0,0,0),(15838,2260,0,1,1,3618,1,-594.373,-1525.63,53.6946,5.26328,300,0,0,531,0,0,0,0,0),(15837,2356,0,1,1,3201,0,-735.729,-180.585,37.4502,0.017576,300,5,0,944,0,1,0,0,0),(15836,2385,0,1,1,1056,0,-1026.26,-889.802,36.7849,2.62038,300,10,0,840,0,1,0,0,0),(15835,2385,0,1,1,1056,0,-666.099,-775.35,14.2944,3.39036,300,5,0,840,0,1,0,0,0),(15834,2350,0,1,1,1989,0,-439.264,-957.117,35.8858,3.64546,300,5,0,494,0,1,0,0,0),(15833,2267,0,1,1,11035,1,-574.721,-23.1062,46.4619,6.16314,300,5,0,664,0,1,0,0,0),(15832,2244,0,1,1,3622,1,-444.964,-1554.26,65.0659,4.93516,300,3,0,441,1272,1,0,0,0),(15831,2261,0,1,1,3624,1,-445.459,-1559.73,65.0659,2.50852,300,3,0,494,0,1,0,0,0),(15830,2261,0,1,1,3624,1,-449.12,-1546.14,65.1909,4.73355,300,3,0,494,0,1,0,0,0),(15829,2261,0,1,1,3624,1,-432.179,-1405.26,98.5877,2.16686,300,3,0,494,0,1,0,0,0),(15828,2348,0,1,1,8014,0,-1049.22,-1117.64,44.9888,3.51085,300,10,0,787,0,1,0,0,0),(15827,1933,0,1,1,856,0,-888.653,-438.324,8.68022,3.94408,300,10,0,14,0,1,0,0,0),(15826,2376,0,1,1,4920,1,-1075,-125,1.94492,1.28027,300,10,0,892,852,1,0,0,0),(15825,2349,0,1,1,6808,0,-805.057,132.111,43.4066,1.0468,300,5,0,664,0,1,0,0,0),(15824,2351,0,1,1,806,0,-90.6082,-1077.51,45.6839,1.03179,300,10,0,677,0,1,0,0,0),(15823,2356,0,1,1,3201,0,-781.78,127.34,43.5662,5.31015,300,10,0,944,0,1,0,0,0),(15822,2269,0,1,1,3629,1,-848.666,55.4627,3.89097,4.31096,300,0,0,787,0,0,0,0,0),(15821,2269,0,1,1,3629,1,-860.562,79.8099,3.95971,1.85005,300,0,0,787,0,0,0,0,0),(15820,2356,0,1,1,3201,0,-805.364,91.4179,37.0051,0.160089,300,5,0,944,0,1,0,0,0),(15819,2377,0,1,1,1079,1,-1068.23,-223.983,2.85766,0.677367,300,10,0,935,878,1,0,0,0),(15818,2351,0,1,1,806,0,-215.806,-1074.12,44.7247,0.248504,300,10,0,677,0,1,0,0,0),(15817,2350,0,1,1,1989,0,40.4206,-746.088,71.1263,5.3188,300,10,0,494,0,1,0,0,0),(15816,2269,0,1,1,3629,1,-840.58,79.3419,3.71694,0.174533,300,0,0,787,0,0,0,0,0),(15815,2269,0,1,1,3629,1,-869.394,61.9262,2.83463,3.59538,300,0,0,787,0,0,0,0,0),(15814,2269,0,1,1,3629,1,-834.196,65.6549,2.36667,0.436332,300,0,0,787,0,0,0,0,0),(15813,2348,0,1,1,8014,0,-1153.13,-1064.42,43.9334,1.30591,300,10,0,787,0,1,0,0,0),(10329,1111,0,1,1,711,0,-3848.16,-2734.02,24.1045,5.07367,300,5,0,531,0,1,0,0,0),(10330,1420,0,1,1,901,0,-4067.34,-2893.05,6.2549,2.52712,300,10,0,8,0,1,0,0,0),(10326,1417,0,1,1,1035,0,-3555.18,-2825.63,12.8271,5.92375,300,10,0,531,0,1,0,0,0),(10327,1417,0,1,1,1035,0,-3547.99,-2807.82,12.3492,4.74764,300,10,0,531,0,1,0,0,0),(10328,1400,0,1,1,1036,0,-3646.75,-1099.32,-30.7649,1.50231,300,10,0,617,0,1,0,0,0),(15812,2269,0,1,1,3629,1,-846.041,100.189,4.02172,3.03687,300,0,0,787,0,0,0,0,0),(15811,2269,0,1,1,3629,1,-793.782,147.762,2.4743,5.96903,300,0,0,787,0,0,0,0,0),(15810,2269,0,1,1,3629,1,-831.809,180.525,3.66789,3.57792,300,0,0,787,0,0,0,0,0),(10325,1417,0,1,1,1035,0,-4152.13,-3132.46,5.73965,0.928255,300,10,0,531,0,1,0,0,0),(10324,1417,0,1,1,1035,0,-4224.32,-3012.97,6.48726,2.65989,300,10,0,531,0,1,0,0,0),(10323,1417,0,1,1,1035,0,-4146.04,-3118.94,4.47797,1.47015,300,10,0,531,0,1,0,0,0),(10322,1417,0,1,1,1035,0,-4223.42,-3041.68,6.04878,0.976977,300,10,0,531,0,1,0,0,0),(10321,1024,0,1,1,486,1,-3283.66,-880.341,-11.4841,4.83463,300,10,0,494,0,1,0,0,0),(10320,1024,0,1,1,486,1,-3213.06,-1177.98,6.21252,0.247256,300,10,0,494,0,1,0,0,0),(10319,1420,0,1,1,901,0,-3850.16,-790.834,5.61526,1.88266,300,10,0,8,0,1,0,0,0),(10318,1053,0,1,1,3488,1,-2656.31,-2334.48,81.5044,4.51855,300,3,0,905,0,1,0,0,0),(10315,1043,0,1,1,956,0,-3162.01,-2913.56,20.2841,6.12379,300,0,0,582,618,0,0,0,0),(10316,1044,0,1,1,8712,0,-3023.14,-3042.27,48.1438,5.34306,300,5,0,684,693,1,0,0,0),(10317,1054,0,1,1,3487,1,-2664.33,-2312.39,77.0616,0.304429,300,0,0,955,0,0,0,0,0),(15809,2503,0,1,1,3633,1,-808.738,149.834,1.87165,2.87208,300,5,0,840,0,1,0,0,0),(15808,2376,0,1,1,4920,1,-1011.84,-129.803,11.1552,2.1293,300,0,0,892,852,0,0,0,0),(15807,2269,0,1,1,3629,1,-837.805,202.875,7.11099,6.26573,300,0,0,787,0,0,0,0,0),(15806,2269,0,1,1,3629,1,-818.565,164.776,2.56275,5.61996,300,0,0,787,0,0,0,0,0),(10313,1069,0,1,1,505,0,-3336.33,-3048.23,22.8705,6.17943,300,10,0,640,655,1,0,0,0),(10314,1044,0,1,1,8712,0,-3329.34,-3142.63,24.0506,4.49393,300,5,0,684,693,1,0,0,0),(10311,1053,0,1,1,3488,1,-2641.13,-2324.54,77.6194,0.906131,300,3,0,905,0,1,0,0,0),(10312,1054,0,1,1,3487,1,-2661.47,-2315.37,70.394,3.74976,300,3,0,955,0,1,0,0,0),(10308,1030,0,1,1,360,0,-3963.87,-2755.25,23.4898,6.07659,300,10,0,494,0,1,0,0,0),(10309,1030,0,1,1,360,0,-3982.64,-2649.28,37.4823,1.34909,300,10,0,494,0,1,0,0,0),(10310,1054,0,1,1,3487,1,-2661.39,-2320.36,77.0608,3.78494,300,3,0,955,0,1,0,0,0),(15805,2270,0,1,1,3632,1,-915.231,182.212,23.2813,2.78648,300,3,0,840,0,1,0,0,0),(15804,2270,0,1,1,5786,1,-868.207,240.835,10.4293,3.05381,300,3,0,840,0,1,0,0,0),(10306,1008,0,1,1,355,1,-4146.9,-2944.04,11.773,0.872665,300,0,0,531,0,0,0,0,0),(10307,1008,0,1,1,355,1,-4144.46,-2947.21,11.7644,4.06662,300,0,0,531,0,0,0,0,0),(10304,1008,0,1,1,355,1,-4138.8,-2946.87,11.7057,1.65806,300,0,0,531,0,0,0,0,0),(10305,1008,0,1,1,355,1,-4150.86,-2934.45,11.8647,5.41052,300,0,0,531,0,0,0,0,0),(15803,2270,0,1,1,5786,1,-886.373,216.164,8.92925,1.88829,300,5,0,840,0,1,0,0,0),(15802,2349,0,1,1,6808,0,-757.255,115.974,42.0158,4.75533,300,10,0,664,0,1,0,0,0),(15801,2267,0,1,1,11035,1,-610.208,-10.3735,46.2024,3.59161,300,5,0,664,0,1,0,0,0),(15800,2261,0,1,1,3624,1,-615.279,-1096.56,67.6339,5.02655,300,3,0,494,0,1,0,0,0),(15799,2270,0,1,1,5785,1,-918.58,219.531,10.1827,3.54986,300,0,0,840,0,2,0,0,0),(1324,978,0,1,1,4459,1,-11424.7,-948.231,17.6417,0.872994,300,2,0,1305,1186,1,0,0,0),(10303,1007,0,1,1,3199,1,-4152.68,-2977.34,12.7964,5.34055,300,10,0,494,0,1,0,0,0),(10302,1007,0,1,1,3199,1,-4162.28,-2944.59,12.7057,1.53543,300,10,0,494,0,1,0,0,0),(10301,1007,0,1,1,3199,1,-4162.66,-2921,11.9572,3.08228,300,10,0,494,0,1,0,0,0),(10300,1008,0,1,1,355,1,-4141.91,-2938.76,11.7057,5.39307,300,0,0,531,0,0,0,0,0),(10269,1033,0,1,1,11139,0,-2843.91,-2208.26,6.92763,3.8737,300,3,0,734,0,1,0,0,0),(10268,1031,0,1,1,11138,0,-2843.38,-2201.32,6.92763,3.82089,300,3,0,664,0,1,0,0,0),(10267,1033,0,1,1,11139,0,-2813.15,-2200.87,6.92762,3.93057,300,5,0,734,0,1,0,0,0),(10266,1052,0,1,1,3490,1,-2661.03,-2379.38,87.6332,4.03896,300,3,0,853,0,1,0,0,0),(10265,1008,0,1,1,355,1,-4136.65,-2940.41,11.7057,0.244346,300,0,0,531,0,0,0,0,0),(10264,1033,0,1,1,11139,0,-2828.22,-2210.34,7.69857,5.96883,300,3,0,734,0,1,0,0,0),(10263,1031,0,1,1,11138,0,-2847.37,-2239.42,16.3135,3.99883,300,3,0,664,0,1,0,0,0),(10262,1053,0,1,1,3488,1,-2667.45,-2373.61,87.6332,0.041711,300,3,0,905,0,1,0,0,0),(10257,1052,0,1,1,3490,1,-2646.61,-2378.7,90.6888,4.06435,300,0,0,853,0,0,0,0,0),(10255,1031,0,1,1,11138,0,-2814.44,-2209.07,6.92762,1.25853,300,5,0,664,0,1,0,0,0),(10256,1033,0,1,1,11139,0,-2816.78,-2202.98,6.92762,4.32053,300,5,0,734,0,1,0,0,0),(15798,2369,0,1,1,11255,1,-1011.14,-587.822,-3.16486,4.93061,300,10,0,1050,0,1,0,0,0),(15797,2244,0,1,1,3621,1,-667.731,-1068.81,61.7843,3.12414,300,3,0,441,1272,1,0,0,0),(15796,2260,0,1,1,3618,1,-639.576,-1047.93,61.9746,0.659769,300,5,0,531,0,1,0,0,0),(15795,2261,0,1,1,3624,1,-671.125,-1083.69,57.4729,4.08407,300,0,0,494,0,0,0,0,0),(15794,2261,0,1,1,3624,1,-617.645,-1079.6,65.8402,2.55686,300,0,0,494,0,2,0,0,0),(15793,2260,0,1,1,3616,1,-626.829,-1046.53,64.5422,3.09189,300,0,0,531,0,0,0,0,0),(15792,2244,0,1,1,3621,1,-638.437,-1025.28,67.2314,4.43314,300,3,0,441,1272,1,0,0,0),(15791,2244,0,1,1,3621,1,-581.42,-1066.28,65.9611,5.34071,300,0,0,441,1272,0,0,0,0),(15790,2261,0,1,1,3623,1,-586.496,-1078.82,65.8181,3.67051,300,0,0,494,0,2,0,0,0),(15789,2261,0,1,1,3623,1,-634.535,-1038.21,62.3357,3.1765,300,0,0,494,0,0,0,0,0),(15788,2260,0,1,1,3618,1,-572.742,-1047.91,60.7267,0.568314,300,3,0,531,0,1,0,0,0),(15787,2349,0,1,1,6808,0,-985.572,0.575147,33.3112,3.63057,300,3,0,664,0,1,0,0,0),(15786,2267,0,1,1,11035,1,-485.65,80.8341,56.9004,3.86654,300,5,0,664,0,1,0,0,0),(15785,2349,0,1,1,6808,0,-949.549,139.914,45.4527,1.51606,300,3,0,664,0,1,0,0,0),(15784,2351,0,1,1,806,0,58.7816,-706.181,78.2804,1.67066,300,10,0,677,0,1,0,0,0),(15783,2354,0,1,1,1007,0,-607.447,-422.951,38.1004,5.5749,300,10,0,742,0,1,0,0,0),(15782,2268,0,1,1,4125,1,-446.198,30.0496,54.0661,4.5204,300,0,0,734,0,0,0,0,0),(15781,2350,0,1,1,1989,0,110.183,-653.619,91.221,0.246875,300,3,0,494,0,1,0,0,0),(15780,2351,0,1,1,806,0,209.679,-668.532,109.223,5.76516,300,5,0,677,0,1,0,0,0),(15779,2351,0,1,1,806,0,115.154,-686.249,90.0052,3.54059,300,10,0,677,0,1,0,0,0),(15778,2351,0,1,1,806,0,216.231,-730.541,105.681,5.85945,300,3,0,677,0,1,0,0,0),(15777,2350,0,1,1,1989,0,187.574,-741.51,97.9369,2.81737,300,10,0,494,0,1,0,0,0),(15776,2351,0,1,1,806,0,78.4173,-777.277,70.6458,4.70745,300,10,0,677,0,1,0,0,0),(15775,2350,0,1,1,1989,0,83.3307,-880.526,68.9119,4.45367,300,5,0,494,0,1,0,0,0),(15774,2350,0,1,1,1989,0,108.132,-833.398,78.8084,1.79048,300,5,0,494,0,1,0,0,0),(15773,2350,0,1,1,1989,0,94.1743,-971.394,61.7514,2.59431,300,10,0,494,0,1,0,0,0),(15772,2351,0,1,1,806,0,64.3895,-1070.99,53.882,0.782636,300,10,0,677,0,1,0,0,0),(15771,2350,0,1,1,1989,0,107.641,-937.21,67.9427,0.226506,300,5,0,494,0,1,0,0,0),(15770,2350,0,1,1,1989,0,195.406,-1084.31,65.7823,1.15904,300,10,0,494,0,1,0,0,0),(15769,2350,0,1,1,1989,0,208.369,-1175.18,48.4631,2.06328,300,10,0,494,0,1,0,0,0),(15768,2350,0,1,1,1989,0,182.049,-1094.62,58.9926,3.40647,300,10,0,494,0,1,0,0,0),(15767,2351,0,1,1,806,0,144.273,-1117.28,52.5055,1.44547,300,10,0,677,0,1,0,0,0),(15766,2350,0,1,1,1989,0,115.691,-1120.33,44.6396,1.96183,300,10,0,494,0,1,0,0,0),(15765,2351,0,1,1,806,0,197.716,-1133.85,52.7841,0.912655,300,10,0,677,0,1,0,0,0),(15764,2350,0,1,1,1989,0,172.187,-977.416,74.1867,4.95475,300,5,0,494,0,1,0,0,0),(15763,2351,0,1,1,806,0,155.689,-956.085,73.7249,1.75327,300,5,0,677,0,1,0,0,0),(15762,2214,0,1,1,2863,1,-611.302,401.456,83.1437,0.401426,300,0,0,713,0,0,0,0,0),(15761,2375,0,1,1,3617,1,-1085.29,-16.9984,0.839861,1.3556,300,10,0,950,0,1,0,0,0),(15760,2349,0,1,1,6808,0,-49.1415,-1239.2,65.6833,2.43085,300,10,0,664,0,1,0,0,0),(15759,2440,0,1,1,3732,1,197.786,-877.11,158.109,4.78783,300,5,0,1163,0,1,0,0,0),(15758,2375,0,1,1,3617,1,-1087.7,1.44276,4.10512,4.45059,300,0,0,950,0,0,0,0,0),(15757,2375,0,1,1,3617,1,-1152.48,112.968,8.37945,1.24368,300,10,0,950,0,1,0,0,0),(15756,2374,0,1,1,1305,1,-1093.65,8.58892,7.98012,3.28122,300,0,0,896,0,0,0,0,0),(15755,2269,0,1,1,3629,1,-708.115,156.299,19.1837,4.99164,300,0,0,787,0,0,0,0,0),(15754,2374,0,1,1,1305,1,-1146.47,174.013,2.73987,3.59538,300,10,0,896,0,1,0,0,0),(15753,2375,0,1,1,3617,1,-1131.54,203.149,3.67675,2.02458,300,0,0,950,0,0,0,0,0),(15752,2375,0,1,1,3617,1,-1154.16,169.146,0.997761,5.13127,300,10,0,950,0,1,0,0,0),(15751,2387,0,1,1,3628,1,-477.307,101.972,56.9653,1.00695,300,5,0,590,1633,1,0,0,0),(15750,2375,0,1,1,3617,1,-1145.12,184.492,1.9518,0.448452,300,10,0,950,0,1,0,0,0),(15749,2374,0,1,1,1305,1,-1170.22,113.849,1.29036,1.15192,300,0,0,896,0,0,0,0,0),(15748,2375,0,1,1,3617,1,-1155.24,50.7511,-0.747386,3.85219,300,10,0,950,0,1,0,0,0),(15747,2374,0,1,1,1305,1,-1176.57,102.856,-0.78427,4.10152,300,0,0,896,0,0,0,0,0),(15746,2374,0,1,1,1305,1,-1129.13,230.396,0.300731,0.062541,300,10,0,896,0,1,0,0,0),(15745,2348,0,1,1,8014,0,-1090.93,-1139.18,50.3798,2.60047,300,10,0,787,0,1,0,0,0),(15744,2375,0,1,1,3617,1,-1102.11,280.263,0.827282,1.22173,300,0,0,950,0,0,0,0,0),(15743,2375,0,1,1,3617,1,-1163.77,96.8125,1.76664,5.41052,300,0,0,950,0,0,0,0,0),(15742,2375,0,1,1,3617,1,-1034.3,272.119,2.67204,5.74963,300,10,0,950,0,1,0,0,0),(15741,2375,0,1,1,3617,1,-1111.74,286.251,-1.23748,3.12206,300,10,0,950,0,1,0,0,0),(15740,2349,0,1,1,6808,0,-753.661,-46.792,29.756,2.07638,300,10,0,664,0,1,0,0,0),(15739,2356,0,1,1,3201,0,-1001.48,-140.175,16.1595,3.18454,300,5,0,944,0,1,0,0,0),(15738,2348,0,1,1,8014,0,-1082.36,-1254.11,54.3046,2.53949,300,10,0,787,0,1,0,0,0),(15737,2349,0,1,1,6808,0,-907.004,75.693,35.3689,2.17265,300,10,0,664,0,1,0,0,0),(15736,2374,0,1,1,1305,1,-1118.84,255.641,1.17793,2.16421,300,0,0,896,0,0,0,0,0),(10254,1031,0,1,1,11138,0,-2816.46,-2240.37,16.3169,5.3601,300,3,0,664,0,1,0,0,0),(10253,1032,0,1,1,767,0,-2854.43,-2215.41,31.5077,5.59173,300,3,0,617,0,1,0,0,0),(12774,23087,564,1,1,21242,0,318.485,992.548,-62.7044,3.9968,604800,0,0,8,0,0,0,0,0),(15735,2368,0,1,1,4763,1,-1252.3,-995.088,10.4783,2.99473,300,10,0,896,0,1,0,0,0),(15734,2375,0,1,1,3617,1,-1186.33,21.075,-8.37473,1.91802,300,10,0,950,0,1,0,0,0),(15733,2265,0,1,1,3613,1,-563.081,22.963,48.2427,1.57401,300,0,0,664,0,0,0,0,0),(15732,2375,0,1,1,3617,1,-1108.23,247.666,3.88381,5.15215,300,10,0,950,0,1,0,0,0),(15731,2374,0,1,1,1305,1,-1153.38,27.9846,-0.541262,0.823467,300,10,0,896,0,1,0,0,0),(15730,2368,0,1,1,4763,1,-1225.54,-913.354,6.5885,5.67414,300,10,0,896,0,1,0,0,0),(12773,23087,564,1,1,21242,0,245.977,1012.12,-62.6121,2.81172,604800,0,0,8,0,0,0,0,0),(32723,3711,1,1,1,6747,1,4249.93,1352.61,-3.77582,0.745698,300,12,0,494,0,1,0,0,0),(10251,1031,0,1,1,11138,0,-2830.41,-2235.33,16.317,3.87717,300,3,0,664,0,1,0,0,0),(10252,1032,0,1,1,767,0,-2850.17,-2242.9,30.8348,2.02382,300,5,0,617,0,1,0,0,0),(10249,1031,0,1,1,11138,0,-2848.96,-2218.74,31.3827,2.30164,300,3,0,664,0,1,0,0,0),(10250,6523,0,1,1,825,1,-2589.44,-2409.56,84.1975,3.76991,300,0,0,800,0,0,0,0,0),(15729,2370,0,1,1,4976,1,-1241.35,-973.99,10.9227,1.15853,300,10,0,812,811,1,0,0,0),(15728,2374,0,1,1,1305,1,-1103.51,264.619,2.88381,0.509238,300,10,0,896,0,1,0,0,0),(10247,1033,0,1,1,11139,0,-2850.21,-2203.48,7.7202,0.095101,300,3,0,734,0,1,0,0,0),(10248,1031,0,1,1,11138,0,-2814.67,-2232.97,16.3191,0.413737,300,3,0,664,0,1,0,0,0),(10246,1031,0,1,1,11138,0,-2828.59,-2221.94,22.0105,3.37454,300,3,0,664,0,1,0,0,0),(10245,1400,0,1,1,1036,0,-3071.34,-2315.29,8.63481,3.01239,300,10,0,617,0,1,0,0,0),(10244,2089,0,1,1,925,0,-2780.53,-1184.59,6.46909,3.24729,300,10,0,734,0,1,0,0,0),(10243,1400,0,1,1,1036,0,-3102.98,-2398.35,6.90465,2.00825,300,10,0,617,0,1,0,0,0),(10242,2089,0,1,1,925,0,-2950.27,-1117.76,9.46234,3.47053,300,10,0,734,0,1,0,0,0),(10241,1417,0,1,1,1035,0,-3080.69,-2478.01,17.0224,0.897623,300,10,0,531,0,1,0,0,0),(10239,1417,0,1,1,1035,0,-3179.57,-2587.15,7.04787,1.28552,300,10,0,531,0,1,0,0,0),(10240,1034,0,1,1,4916,1,-3393.46,-2303.26,52.0236,5.38539,300,10,0,635,0,1,0,0,0),(10238,1400,0,1,1,1036,0,-3018.4,-1738.71,8.46251,1.2808,300,10,0,617,0,1,0,0,0),(10237,2089,0,1,1,925,0,-2893.1,-1149.15,8.84016,2.97676,300,10,0,734,0,1,0,0,0),(10236,1042,0,1,1,9583,0,-3263.48,-2885.99,15.0777,6.12233,300,5,0,617,0,1,0,0,0),(10235,1069,0,1,1,505,0,-3423.58,-3205.35,24.0859,4.25747,300,10,0,640,655,1,0,0,0),(32722,3711,1,1,1,6747,1,4051.3,1318.53,-10.8468,4.8209,300,12,0,494,0,1,0,0,0),(32721,3967,1,1,1,2053,0,2670.32,-374.732,110.811,1.37881,300,0,0,1536,0,0,0,0,0),(32720,11901,1,1,1,11851,1,3373.69,994.351,5.36158,1.74533,600,0,0,10572,0,0,0,0,0),(32719,3965,1,1,1,4182,1,2090.92,-1222.86,101.876,3.40339,300,0,0,664,0,0,0,0,0),(32718,3964,1,1,1,4181,1,2093.31,-1232.44,101.876,1.32645,300,0,0,1107,0,0,0,0,0),(32717,14715,1,1,1,14713,1,1436.81,-1862.29,133.553,6.17846,600,0,0,7842,0,0,0,0,0),(32716,14715,1,1,1,14715,1,1432.08,-1853.66,133.736,6.14356,600,0,0,7842,0,0,0,0,0),(32715,14715,1,1,1,14715,1,1431.37,-1859.44,133.734,6.17846,600,0,0,7842,0,0,0,0,0),(32714,14715,1,1,1,14715,1,1438.05,-1851.7,133.552,6.14356,600,0,0,7842,0,0,0,0,0),(32713,14715,1,1,1,14713,1,1486.4,-1889.08,111.196,4.04916,600,0,0,7842,0,0,0,0,0),(32712,14715,1,1,1,14714,1,1481.9,-1893.67,111.321,0.748151,600,0,0,7842,0,0,0,0,0),(32711,14715,1,1,1,14714,1,1486.67,-1899.03,111.321,5.06145,600,0,0,7842,0,0,0,0,0),(32710,14715,1,1,1,14715,1,1489.2,-1902.67,111.426,2.40855,600,0,0,7842,0,0,0,0,0),(32709,14715,1,1,1,14713,1,1450.79,-1862.09,127.356,6.26573,600,0,0,7842,0,0,0,0,0),(32708,14715,1,1,1,14715,1,1451.65,-1854.38,127.479,6.21337,600,0,0,7842,0,0,0,0,0),(32707,14715,1,1,1,14714,1,1455.01,-1844.57,126.177,1.79769,600,0,0,7842,0,0,0,0,0),(32706,14715,1,1,1,14714,1,1453.86,-1838.88,126.218,4.85202,600,0,0,7842,0,0,0,0,0),(32705,14715,1,1,1,14713,1,1521.45,-1877.83,105.416,6.17846,600,0,0,7842,0,0,0,0,0),(32704,14715,1,1,1,14712,1,1520.83,-1885.94,105.791,6.21337,600,0,0,7842,0,0,0,0,0),(32703,3963,1,1,1,2066,1,2061.15,-1191.24,101.053,3.10669,300,0,0,1110,1067,0,0,0,0),(97099,25882,530,1,1,0,0,-2418.64,8394.66,-39.0335,2.79775,180,5,0,42,0,1,0,0,0),(97098,25882,530,1,1,0,0,-2352.37,8419.4,-36.4185,0.143885,180,5,0,42,0,1,0,0,0),(97097,25882,530,1,1,0,0,-2410.83,8526.6,-29.4063,2.42547,180,5,0,42,0,1,0,0,0),(97096,25882,530,1,1,0,0,-2288.07,8608.48,-13.3197,0.377149,180,5,0,42,0,1,0,0,0),(97095,25882,530,1,1,0,0,-2202.86,8449.82,-21.6247,4.60888,180,5,0,42,0,1,0,0,0),(97094,25882,530,1,1,0,0,-2377.08,8637.98,-18.254,1.7194,180,5,0,42,0,1,0,0,0),(97093,25882,530,1,1,0,0,-2552.41,8646.17,-25.9135,2.88414,180,5,0,42,0,1,0,0,0),(97092,25882,530,1,1,0,0,-2572.68,8488.68,-36.6591,1.49791,180,5,0,42,0,1,0,0,0),(97091,25882,530,1,1,0,0,-2671.46,8548.97,-34.2762,2.61946,180,5,0,42,0,1,0,0,0),(97089,25882,530,1,1,0,0,-2760.31,8506.46,-37.8257,3.33339,180,5,0,42,0,1,0,0,0),(97088,25882,530,1,1,0,0,-2764.45,8381.5,-38.1186,4.19497,180,5,0,42,0,1,0,0,0),(97087,25882,530,1,1,0,0,-2826.83,8401.07,-31.6062,3.20066,180,5,0,42,0,1,0,0,0),(97086,25882,530,1,1,0,0,-2879.62,8279.12,-31.9322,4.34969,180,5,0,42,0,1,0,0,0),(97085,25882,530,1,1,0,0,-2800.64,8224.52,-44.9205,5.3982,180,5,0,42,0,1,0,0,0),(97084,25882,530,1,1,0,0,-2738.36,8188.02,-44.6336,5.58905,180,5,0,42,0,1,0,0,0),(32683,3962,1,1,1,2060,0,2717.7,-309.66,110.811,3.61283,300,0,0,787,0,0,0,0,0),(32682,3961,1,1,1,2058,0,2751.84,-412.033,111.542,6.12611,300,0,0,449,0,0,0,0,0),(32681,3960,1,1,1,2067,1,2111.36,-1183.69,101.861,3.90954,300,0,0,787,0,0,0,0,0),(32680,3959,1,1,1,2063,1,2754.83,-441.923,111.553,2.6529,300,0,0,531,0,0,0,0,0),(32679,3958,1,1,1,2062,0,2757.27,-306.507,120.581,5.39307,300,0,0,713,0,0,0,0,0),(32678,8308,1,1,1,7538,0,2373.12,661.411,153.254,4.90438,300,0,0,840,0,0,0,0,0),(32677,3956,1,1,1,4183,0,2097.78,-1231.84,101.876,2.07694,300,0,0,664,0,0,0,0,0),(32676,883,1,1,1,347,0,2321.57,-2541.57,100.721,4.955,300,0,0,1,0,0,0,0,0),(32675,883,1,1,1,347,0,2146.51,-2682.77,111.593,2.801,300,5,0,1,0,1,0,0,0),(32674,883,1,1,1,347,0,2194.6,-1636.27,85.9955,3.64063,300,5,0,1,0,1,0,0,0),(32673,883,1,1,1,347,0,2660.78,-2691.3,143.985,3.20023,300,10,0,1,0,1,0,0,0),(32672,883,1,1,1,347,0,3339.72,-259.677,124.904,3.84895,300,5,0,1,0,1,0,0,0),(32671,883,1,1,1,347,0,3106.43,428.957,5.6585,3.34773,300,15,0,1,0,1,0,0,0),(32670,883,1,1,1,347,0,2186.61,-1818.84,99.2061,0.371801,300,15,0,1,0,1,0,0,0),(32669,883,1,1,1,347,0,3442.19,669.834,7.7416,2.60858,300,5,0,1,0,1,0,0,0),(32668,883,1,1,1,347,0,3056.22,151.022,51.411,5.40588,300,5,0,1,0,1,0,0,0),(32667,883,1,1,1,347,0,2453.98,-112.883,105.676,5.40157,300,5,0,1,0,1,0,0,0),(32666,883,1,1,1,347,0,3429.63,-53.0921,7.27273,5.26429,300,5,0,1,0,1,0,0,0),(32665,883,1,1,1,347,0,2897.78,-103.259,100.166,4.2636,300,5,0,1,0,1,0,0,0),(32664,883,1,1,1,347,0,2108.68,-1110.27,99.9588,6.27342,300,5,0,1,0,1,0,0,0),(32663,883,1,1,1,347,0,2922.56,-1208.14,183.438,5.82172,300,15,0,1,0,1,0,0,0),(32662,883,1,1,1,347,0,2544.47,-770.744,126.093,4.56393,300,5,0,1,0,1,0,0,0),(32661,883,1,1,1,347,0,3500.6,190.946,6.69271,4.95674,300,0,0,1,0,0,0,0,0),(32660,883,1,1,1,347,0,2624.09,-1513.89,185.457,6.15001,300,3,0,1,0,1,0,0,0),(32659,883,1,1,1,347,0,4046.6,-32.2482,8.33915,4.41568,300,0,0,1,0,0,0,0,0),(32658,883,1,1,1,347,0,3266.46,-506.975,149.854,1.18682,300,0,0,1,0,0,0,0,0),(32657,883,1,1,1,347,0,2752.85,-1903.06,187.85,1.02049,300,5,0,1,0,1,0,0,0),(32656,14963,1,1,1,15096,1,1488.52,-1879.92,111.382,1.16937,300,0,0,1003,0,0,0,0,0),(32655,883,1,1,1,347,0,2280.59,-1016.78,108.996,3.41453,300,5,0,1,0,1,0,0,0),(32654,883,1,1,1,347,0,3834.27,135.235,5.57508,2.35619,300,0,0,1,0,0,0,0,0),(32653,3955,1,1,1,2068,0,2094.19,-1153.36,101.876,4.57276,300,0,0,664,0,0,0,0,0),(32652,3954,1,1,1,2055,0,2669.6,-325.29,109.993,0.017453,300,0,0,664,0,0,0,0,0),(32651,3698,1,1,1,4304,0,2365.24,663.365,153.308,5.53269,300,0,0,1410,1283,0,0,0,0),(32650,3953,1,1,1,2064,0,2754.85,-292.216,111.192,6.21337,300,0,0,617,0,0,0,0,0),(32649,3696,1,1,1,1012,1,1612.51,-1457.08,156.712,0.837758,300,0,0,1003,0,0,0,0,0),(32648,3952,1,1,1,2054,0,2769.5,-288.052,111.192,3.9968,300,0,0,573,0,0,0,0,0),(32647,3951,1,1,1,2065,1,2087.08,-1199.17,101.791,0.610865,300,0,0,1279,0,0,0,0,0),(32646,3691,1,1,1,1980,1,2767.16,-411.611,111.466,2.09439,600,0,0,61040,0,0,0,0,0),(32645,3944,1,1,1,6749,1,4053.02,1218.22,-24.5557,1.20155,300,5,0,442,490,1,0,0,0),(32644,3944,1,1,1,6749,1,4219.84,1286.08,-0.362825,3.92429,300,5,0,442,490,1,0,0,0),(32643,3944,1,1,1,6749,1,4021.26,1253.33,-33.6334,3.69843,300,5,0,442,490,1,0,0,0),(32642,3944,1,1,1,6749,1,4050.73,1281.75,-16.4743,1.55239,300,5,0,442,490,1,0,0,0),(32641,3944,1,1,1,6749,1,4112.6,1213.46,-20.0627,2.98647,300,5,0,442,490,1,0,0,0),(32640,3944,1,1,1,6749,1,4159.37,1248.02,2.25014,5.91251,300,5,0,442,490,1,0,0,0),(32639,3944,1,1,1,6749,1,4243.36,1315.18,-1.87947,3.14491,300,5,0,442,490,1,0,0,0),(32638,3944,1,1,1,6749,1,4118.5,1248.83,-0.028921,3.20659,300,5,0,442,490,1,0,0,0),(32637,3944,1,1,1,6749,1,4116.65,1375.82,0.911039,2.59583,300,5,0,442,490,1,0,0,0),(32636,3944,1,1,1,6749,1,4191.68,1273.05,2.56834,5.51678,300,0,0,442,490,0,0,0,0),(32635,3944,1,1,1,6749,1,4146.68,1390.52,-1.26345,1.36425,300,5,0,442,490,1,0,0,0),(32634,3944,1,1,1,6749,1,4221.49,1354.78,1.61673,1.19283,300,5,0,442,490,1,0,0,0),(32633,3944,1,1,1,6749,1,4089.5,1381.13,-1.71518,5.30006,300,5,0,442,490,1,0,0,0),(32632,3944,1,1,1,6749,1,4114.45,1331.9,8.07984,2.65506,300,5,0,442,490,1,0,0,0),(32631,3944,1,1,1,6749,1,4077.24,1320.59,-1.03017,5.10613,300,5,0,442,490,1,0,0,0),(32630,12903,1,1,1,4261,1,2053.49,-2376.35,105.005,2.51327,300,0,0,3048,0,0,0,0,0),(32629,12903,1,1,1,4264,1,2078.43,-2428.07,87.0245,3.57792,300,0,0,3048,0,0,0,0,0),(32628,12903,1,1,1,4264,1,2064.72,-2408.8,87.5492,3.78736,300,0,0,3048,0,0,0,0,0),(32627,12903,1,1,1,4261,1,2033.42,-2395.2,89.1166,4.31096,300,0,0,3048,0,0,0,0,0),(32626,12903,1,1,1,4264,1,2321,-2551.91,101.915,2.53073,300,0,0,3048,0,0,0,0,0),(32625,12903,1,1,1,4261,1,2259.1,-2565.06,100.954,1.58825,300,0,0,3048,0,0,0,0,0),(32624,12903,1,1,1,4264,1,2225.23,-2550.08,86.4582,2.23402,300,0,0,3048,0,0,0,0,0),(32623,12903,1,1,1,4264,1,2331.92,-2522.81,102.621,2.78031,300,0,0,3048,0,2,0,0,0),(32622,12903,1,1,1,4264,1,2338.61,-2523.05,103.045,3.47321,300,0,0,3048,0,0,0,0,0),(32621,12903,1,1,1,4264,1,2228.45,-2546.19,86.5218,2.61799,300,0,0,3048,0,0,0,0,0),(32620,12903,1,1,1,4264,1,2187.35,-2517.15,81.1637,5.75017,300,0,0,3048,0,2,0,0,0),(32619,12903,1,1,1,4261,1,2224.63,-2527.84,86.0647,3.59538,300,0,0,3048,0,0,0,0,0),(32618,12903,1,1,1,4261,1,2227.26,-2532.79,86.2174,3.50811,300,0,0,3048,0,0,0,0,0),(32617,3943,1,1,1,5029,0,4171.11,1283.63,3.45718,3.14648,300,0,0,731,0,0,0,0,0),(32616,12903,1,1,1,4261,1,3352.41,996.477,4.4761,1.15192,300,0,0,3048,0,0,0,0,0),(32615,12903,1,1,1,4264,1,3380.21,1015.3,3.07328,5.2384,300,0,0,3048,0,0,0,0,0),(32614,12903,1,1,1,4264,1,3338.33,1009.41,3.74008,0.05236,300,0,0,3048,0,0,0,0,0),(32613,12903,1,1,1,4261,1,3351.39,1021.99,3.14913,5.2709,300,0,0,3048,0,0,0,0,0),(32612,12903,1,1,1,4261,1,2266.63,-2497.32,100.936,4.7822,300,0,0,3048,0,0,0,0,0),(32611,12903,1,1,1,4261,1,2293.64,-2523.68,100.791,3.71755,300,0,0,3048,0,0,0,0,0),(32610,12903,1,1,1,4264,1,2376.77,-2524.23,110.145,3.4383,300,0,0,3048,0,0,0,0,0),(32609,12903,1,1,1,4264,1,2378.95,-2531.35,110.084,3.1765,300,0,0,3048,0,0,0,0,0),(32608,12903,1,1,1,4264,1,2255.7,-2518.31,100.426,5.16617,300,0,0,3048,0,0,0,0,0),(32607,12903,1,1,1,4261,1,2280.55,-2568.19,103.823,1.81514,300,0,0,3048,0,0,0,0,0),(32606,12903,1,1,1,4264,1,2248.29,-2504.21,118.637,3.80482,300,0,0,3048,0,0,0,0,0),(32605,12903,1,1,1,4264,1,1932.74,-2328,92.5415,3.38594,300,0,0,3048,0,0,0,0,0),(32604,12903,1,1,1,4264,1,1926.23,-2340.2,92.4165,1.29154,300,0,0,3048,0,0,0,0,0),(32603,12903,1,1,1,4261,1,1916.52,-2321.09,92.7915,5.89921,300,0,0,3048,0,0,0,0,0),(32602,12903,1,1,1,4264,1,2254.29,-2579.92,125.797,3.14159,300,0,0,3048,0,0,0,0,0),(32601,3942,1,1,1,4163,1,1820.95,-2628.07,61.2105,4.86947,300,0,0,977,1402,0,0,0,0),(32600,3941,1,1,1,4165,1,1877.13,-2795.66,37.6753,4.43314,300,0,0,977,935,0,0,0,0),(32599,3940,1,1,1,4166,0,1829,-2750.57,83.1342,1.8326,300,0,0,977,1870,0,0,0,0),(32598,12897,1,1,1,4843,1,1784.03,-2044.12,109.92,3.05433,300,0,0,531,0,0,0,0,0),(32597,12897,1,1,1,4844,1,1801.99,-2098.45,99.6724,1.68522,300,5,0,531,0,1,0,0,0),(32596,12897,1,1,1,4842,1,1816.76,-1981.9,110.454,0.928496,300,10,0,531,0,1,0,0,0),(32595,12897,1,1,1,4842,1,1769.78,-2024.41,109.92,6.02139,300,0,0,531,0,0,0,0,0),(151936,32357,571,1,1,0,0,3990.13,6574,180.599,2.84903,28800,0,0,13936,3231,0,0,0,0),(32593,12897,1,1,1,4842,1,1846.46,-2004.18,109.499,3.35031,300,0,0,531,0,2,0,0,0),(32592,12897,1,1,1,4843,1,1799.54,-2012.99,103.082,0.436332,300,0,0,531,0,0,0,0,0),(32591,12896,1,1,1,4842,1,1783.87,-2024.86,109.92,3.56047,300,0,0,573,0,0,0,0,0),(32590,12896,1,1,1,4842,1,1811.15,-2112.73,99.1992,4.98091,300,5,0,573,0,1,0,0,0),(32589,12896,1,1,1,4843,1,1779.58,-2006.37,111.695,0.401426,300,0,0,573,0,0,0,0,0),(32588,12896,1,1,1,4844,1,1770.32,-2047.77,109.92,1.46608,300,0,0,573,0,0,0,0,0),(32587,12896,1,1,1,4841,1,1783.29,-2070.34,102.273,5.13127,300,0,0,573,0,0,0,0,0),(32586,12896,1,1,1,4841,1,1815.16,-2008.96,103.705,3.41452,300,5,0,573,0,1,0,0,0),(40729,23166,530,1,1,0,1,-5161.06,288.167,-27.1133,5.07891,300,0,0,7181,0,0,0,0,0),(151934,32357,571,1,1,0,0,3550.59,7169.73,220.75,0.130042,28800,0,0,13936,3231,0,0,0,0),(151935,32357,571,1,1,0,0,3792.23,7329.76,196.23,5.38979,28800,0,0,13936,3231,0,0,0,0),(32582,12896,1,1,1,4841,1,1789.85,-2094.91,100.994,4.58814,300,5,0,573,0,1,0,0,0),(32581,12896,1,1,1,4843,1,1771.23,-2068.65,102.956,4.27606,300,0,0,573,0,0,0,0,0),(32580,3932,1,1,1,1996,1,1643.15,-1463.76,157.463,0.366519,300,0,0,840,0,0,0,0,0),(32579,3932,1,1,1,1996,1,1751.55,-1492.89,100.774,5.71074,300,0,0,840,0,2,0,0,0),(32578,3932,1,1,1,1996,1,1614.04,-1437.17,161.996,4.52629,300,0,0,840,0,0,0,0,0),(32577,3932,1,1,1,1996,1,1686.69,-1457.95,143.447,2.80823,300,5,0,840,0,1,0,0,0),(32576,3932,1,1,1,1996,1,1623.59,-1470.59,163.42,5.99173,300,0,0,840,0,0,0,0,0),(32575,3932,1,1,1,1996,1,1774.03,-1520.56,88.0899,0.107637,300,15,0,840,0,1,0,0,0),(32574,3932,1,1,1,1996,1,1633.51,-1457.19,156.445,2.11185,300,0,0,840,0,0,0,0,0),(32573,3932,1,1,1,1996,1,1608.87,-1452.78,157.173,6.17846,300,0,0,840,0,0,0,0,0),(32572,3932,1,1,1,1996,1,1782.52,-1501.58,96.7369,3.19395,300,0,0,840,0,0,0,0,0),(32571,3932,1,1,1,1996,1,1753.14,-1467.47,114.865,4.72984,300,0,0,840,0,0,0,0,0),(32570,3932,1,1,1,1996,1,1743.76,-1525.62,99.0033,0.122173,300,0,0,840,0,0,0,0,0),(32569,3931,1,1,1,1549,0,1514.01,-2145.21,88.5974,4.66719,300,0,0,1003,0,0,0,0,0),(32568,3928,1,1,1,2028,0,1785.42,-2481.25,88.1139,5.67434,300,5,0,494,0,1,0,0,0),(32567,3928,1,1,1,2028,0,1752.22,-2380.93,104.019,1.91356,300,5,0,494,0,1,0,0,0),(32566,3928,1,1,1,2028,0,1718.54,-2488.46,96.2684,4.85732,300,5,0,494,0,1,0,0,0),(32565,3928,1,1,1,2028,0,1714.99,-2548.97,92.1476,2.95702,300,10,0,494,0,1,0,0,0),(32564,3928,1,1,1,2028,0,1714.35,-2420.44,115.811,4.02515,300,5,0,494,0,1,0,0,0),(32563,3928,1,1,1,2028,0,1836.4,-2396.87,88.7318,0.844803,300,5,0,494,0,1,0,0,0),(32562,3928,1,1,1,2028,0,1858.09,-2514.89,68.8658,2.71759,300,10,0,494,0,1,0,0,0),(32561,3928,1,1,1,2028,0,1768.64,-2593.96,88.2655,4.63951,300,5,0,494,0,1,0,0,0),(32560,3928,1,1,1,2028,0,1852.22,-2591.09,80.7282,0.578554,300,0,0,494,0,0,0,0,0),(32559,3928,1,1,1,2028,0,1411.01,-2275.49,92.2996,1.72257,300,5,0,494,0,1,0,0,0),(32558,3928,1,1,1,2028,0,2041.39,-2721.2,110.29,2.57674,300,5,0,494,0,1,0,0,0),(32557,3928,1,1,1,2028,0,1774.93,-2605.9,89.7857,5.94116,300,0,0,494,0,0,0,0,0),(32556,3928,1,1,1,2028,0,1705.75,-2600.62,101.265,1.60564,300,0,0,494,0,0,0,0,0),(32555,3928,1,1,1,2028,0,1748.47,-2342.35,112.099,4.62861,300,5,0,494,0,1,0,0,0),(32554,3928,1,1,1,2028,0,1677.8,-2586.89,103.907,2.49126,300,0,0,494,0,0,0,0,0),(32553,3928,1,1,1,2028,0,1393.59,-2330.39,96.7396,1.09526,300,10,0,494,0,1,0,0,0),(32552,3928,1,1,1,2028,0,1982.76,-2675.08,102.755,4.89486,300,5,0,494,0,1,0,0,0),(32551,3928,1,1,1,2028,0,1847.06,-2675.87,95.27,2.42873,300,5,0,494,0,1,0,0,0),(32550,3928,1,1,1,2028,0,1974.39,-2588.18,85.8001,4.31186,300,10,0,494,0,1,0,0,0),(32549,3928,1,1,1,2028,0,2002.7,-2580.65,94.7143,0.791853,300,5,0,494,0,1,0,0,0),(32548,3928,1,1,1,2028,0,1780.76,-2378.26,100.088,1.2166,300,5,0,494,0,1,0,0,0),(32547,3928,1,1,1,2028,0,2190.76,-2813.24,122.124,1.06693,300,5,0,494,0,1,0,0,0),(32546,3928,1,1,1,2028,0,1997.59,-2611.87,95.5249,0.313721,300,3,0,494,0,1,0,0,0),(32545,3928,1,1,1,2028,0,1881.33,-2779.34,99.2394,1.69023,300,10,0,494,0,1,0,0,0),(32544,3928,1,1,1,2028,0,1687.08,-2235.42,101.646,3.83656,300,5,0,494,0,1,0,0,0),(32543,3928,1,1,1,2028,0,1992.81,-2816.08,115.181,0.578791,300,10,0,494,0,1,0,0,0),(32542,3928,1,1,1,2028,0,1898.13,-2726.98,102.838,6.15786,300,10,0,494,0,1,0,0,0),(32541,3928,1,1,1,2028,0,1956.7,-2718.33,119.409,5.53788,300,5,0,494,0,1,0,0,0),(32540,3928,1,1,1,2028,0,2079.05,-2695.48,105.92,5.48467,300,5,0,494,0,1,0,0,0),(32539,3928,1,1,1,2028,0,1844.06,-2815.27,95.4331,3.53792,300,5,0,494,0,1,0,0,0),(32538,3928,1,1,1,2028,0,1824.42,-2329.29,124.173,1.42171,300,5,0,494,0,1,0,0,0),(32537,3928,1,1,1,2028,0,2047.65,-2743.61,112.491,4.40053,300,5,0,494,0,1,0,0,0),(32536,3928,1,1,1,2028,0,1991.14,-2762.48,144.912,1.8153,300,5,0,494,0,1,0,0,0),(32535,3928,1,1,1,2028,0,2142.9,-2796.22,116.66,3.00052,300,5,0,494,0,1,0,0,0),(32534,3928,1,1,1,2028,0,1450.58,-2410.9,109.644,4.55848,300,5,0,494,0,1,0,0,0),(32533,3928,1,1,1,2028,0,1495.35,-2295.45,91.9524,4.92208,300,5,0,494,0,1,0,0,0),(32532,3928,1,1,1,2028,0,1403.58,-2376.15,107.785,2.21899,300,10,0,494,0,1,0,0,0),(32531,3928,1,1,1,2028,0,1844.54,-2367.15,107.868,0.142663,300,5,0,494,0,1,0,0,0),(32530,3928,1,1,1,2028,0,1810.03,-2860.4,108.71,4.58381,300,5,0,494,0,1,0,0,0),(32529,3928,1,1,1,2028,0,1836.24,-2742.01,93.8771,0.328135,300,5,0,494,0,1,0,0,0),(32528,3926,1,1,1,897,1,3284.99,-554.022,156.245,4.52703,300,0,0,617,0,2,0,0,0),(32527,3926,1,1,1,897,1,3491.06,-494.574,184.245,3.01019,300,0,0,617,0,2,0,0,0),(32526,3926,1,1,1,897,1,3439.77,-387.881,136.932,0.128644,300,5,0,617,0,1,0,0,0),(32525,3926,1,1,1,897,1,3165.96,-530.7,145.287,5.15332,300,15,0,617,0,1,0,0,0),(32524,3926,1,1,1,897,1,3257.77,-574.372,156.457,4.39516,300,15,0,617,0,1,0,0,0),(32523,3925,1,1,1,6823,1,3151.81,-180.865,109.181,1.12386,300,15,0,617,0,1,0,0,0),(32522,3925,1,1,1,6823,1,2934.07,-109.489,97.047,5.51081,300,0,0,617,0,0,0,0,0),(32521,3925,1,1,1,6823,1,2917.69,-119.154,99.4666,3.11268,300,5,0,617,0,1,0,0,0),(32520,3925,1,1,1,6823,1,3318.4,-420.494,149.342,5.64775,300,5,0,617,0,1,0,0,0),(12772,23087,564,1,1,21242,0,250.742,1086.36,-62.539,2.80274,604800,0,0,8,0,0,0,0,0),(15216,2327,0,1,1,0,0,-8513,801.809,106.519,2.164,310,0,0,1342,0,0,0,0,0),(12771,23087,564,1,1,21242,0,456.153,889.998,12.4863,0.226893,604800,0,0,8,0,0,0,0,0),(1323,667,0,1,1,4632,1,-12889.2,-750.62,54.1528,0.436332,300,5,0,1678,0,1,0,0,0),(10234,1069,0,1,1,505,0,-3086.91,-2986.43,32.0765,1.57097,300,10,0,640,655,1,0,0,0),(15222,2334,530,1,1,0,0,4159.89,3078.13,336.723,0.383972,300,0,0,20,0,0,0,0,0),(15223,2334,530,1,1,0,0,9807.06,-7399.87,13.7011,3.89208,300,0,0,20,0,0,0,0,0),(15224,2334,530,1,1,0,0,9992.34,-7122.89,47.8118,5.0091,300,0,0,20,0,0,0,0,0),(15225,2334,530,1,1,0,0,9926.32,-7110.78,47.7922,4.06662,300,0,0,20,0,0,0,0,0),(15727,2368,0,1,1,4763,1,-1213.95,-856.092,-2.41629,1.2502,300,10,0,896,0,1,0,0,0),(32519,3925,1,1,1,6823,1,3230.53,-225.786,117.793,1.76743,300,15,0,617,0,1,0,0,0),(32518,3925,1,1,1,6823,1,3415.81,-415.782,147.88,0.114828,300,5,0,617,0,1,0,0,0),(32517,3925,1,1,1,6823,1,3266.04,-230.644,121.55,0.342767,300,15,0,617,0,1,0,0,0),(32516,3925,1,1,1,6823,1,3014.53,-147.931,100.755,1.41286,300,0,0,617,0,2,0,0,0),(32515,3925,1,1,1,6823,1,3164.49,-137.472,101.001,5.6022,300,0,0,617,0,0,0,0,0),(32514,3925,1,1,1,6823,1,3287.01,-412.915,150.029,1.36729,300,5,0,617,0,1,0,0,0),(32513,3925,1,1,1,6823,1,3252.34,-416.985,152.372,5.92407,300,5,0,617,0,1,0,0,0),(32512,3925,1,1,1,6823,1,3410.93,-355.034,135.141,4.21715,300,0,0,617,0,2,0,0,0),(32511,3925,1,1,1,6823,1,3355.76,-457.639,153.889,4.16368,300,5,0,617,0,1,0,0,0),(32510,3925,1,1,1,6823,1,3212.3,-130.291,106.197,4.67099,300,5,0,617,0,1,0,0,0),(32509,3925,1,1,1,6823,1,3052.37,-181.83,105.571,5.67124,300,5,0,617,0,1,0,0,0),(32508,3925,1,1,1,6823,1,3442.72,-363.599,134.186,3.79681,300,0,0,617,0,0,0,0,0),(32507,3925,1,1,1,6823,1,3369.12,-476.584,154.301,3.00197,300,0,0,617,0,0,0,0,0),(32506,3925,1,1,1,6823,1,3278.43,-564.115,156.107,5.03326,300,15,0,617,0,1,0,0,0),(32505,3925,1,1,1,6823,1,3217.46,-604.135,170.429,2.24913,300,5,0,617,0,1,0,0,0),(32504,3925,1,1,1,6823,1,3346.07,-487.437,154.374,5.18355,300,0,0,617,0,0,0,0,0),(32503,3925,1,1,1,6823,1,3256.65,-552.264,156.838,0.182735,300,15,0,617,0,1,0,0,0),(32502,3925,1,1,1,6823,1,3222.71,-581.197,158.441,0.414631,300,15,0,617,0,1,0,0,0),(32501,3924,1,1,1,6801,1,2984.77,-121.952,99.5344,5.35504,300,5,0,544,581,1,0,0,0),(32500,3924,1,1,1,6801,1,3120.52,-89.7765,101.797,5.77058,300,15,0,544,581,1,0,0,0),(32499,3924,1,1,1,6801,1,3048.42,-46.0318,97.9058,3.48304,300,15,0,544,581,1,0,0,0),(32498,3924,1,1,1,6801,1,3009.73,-86.6333,99.7185,4.18986,300,0,0,544,581,0,0,0,0),(32497,3924,1,1,1,6801,1,2981.78,-86.4844,99.6927,6.26561,300,15,0,544,581,1,0,0,0),(32496,3924,1,1,1,6801,1,2965.91,-86.5254,97.723,5.8625,300,0,0,544,581,0,0,0,0),(32495,3924,1,1,1,6801,1,2943.09,-83.8797,99.034,5.11825,300,10,0,544,581,1,0,0,0),(32494,3924,1,1,1,6801,1,3145.94,-246.431,115.779,2.21595,300,15,0,544,581,1,0,0,0),(32493,3924,1,1,1,6801,1,3178.81,-271.68,120.871,0.890118,300,0,0,544,581,0,0,0,0),(32492,3924,1,1,1,6801,1,3195.34,-265.097,120.897,5.25616,300,0,0,544,581,0,0,0,0),(32491,3924,1,1,1,6801,1,3179.81,-254.294,118.647,5.79882,300,0,0,544,581,0,0,0,0),(10233,1069,0,1,1,505,0,-3153.52,-2990.41,24.6164,0.588003,300,10,0,640,655,1,0,0,0),(10232,1044,0,1,1,8712,0,-3336.69,-3185.38,24.1883,2.33962,300,5,0,684,693,1,0,0,0),(10231,1069,0,1,1,505,0,-3346.43,-3083.7,24.0296,6.24354,300,10,0,640,655,1,0,0,0),(10230,1044,0,1,1,8712,0,-3455.11,-3350.47,22.5885,2.81552,300,5,0,684,693,1,0,0,0),(10229,1044,0,1,1,8712,0,-3291.67,-3141.67,21.771,4.57612,300,5,0,684,693,1,0,0,0),(10228,1069,0,1,1,505,0,-3105.88,-2955,27.349,0.228408,300,10,0,640,655,1,0,0,0),(10227,1158,0,1,1,11372,1,-2812.34,-991.279,-13.1359,4.82748,300,5,0,840,0,1,0,0,0),(10226,1019,0,1,1,788,0,-2586.12,-1968.27,52.9162,4.84285,300,0,0,950,0,0,0,0,0),(10225,1015,0,1,1,670,0,-2813.09,-2111.1,31.6429,0.401556,300,10,0,617,0,1,0,0,0),(10224,1158,0,1,1,11372,1,-2808.98,-978.878,-8.4262,4.62968,300,5,0,840,0,1,0,0,0),(10223,1035,0,1,1,4917,1,-3488.09,-2370.81,63.1625,6.13077,300,0,0,635,0,0,0,0,0),(10222,1033,0,1,1,11139,0,-3307.63,-3087.52,22.8309,0.258715,300,5,0,734,0,1,0,0,0),(10221,1158,0,1,1,11372,1,-2812.35,-956.133,-11.4615,0.86985,300,5,0,840,0,1,0,0,0),(10220,1033,0,1,1,11139,0,-3165.29,-3072.28,22.4123,2.2408,300,5,0,734,0,1,0,0,0),(10219,1033,0,1,1,11139,0,-3347.32,-3280.58,23.1303,1.12025,300,5,0,734,0,1,0,0,0),(10218,1033,0,1,1,11139,0,-3433.94,-3196.21,25.0158,5.36189,300,5,0,734,0,1,0,0,0),(10217,1033,0,1,1,11139,0,-3423.51,-3146.79,25.6862,6.19518,300,5,0,734,0,1,0,0,0),(10210,1032,0,1,1,767,0,-3418.67,-3075.84,22.7925,4.35821,300,10,0,617,0,1,0,0,0),(10208,1033,0,1,1,11139,0,-3331.16,-3163.76,25.021,2.15522,300,5,0,734,0,1,0,0,0),(10207,1033,0,1,1,11139,0,-3450.16,-3278.43,22.5055,6.16174,300,5,0,734,0,1,0,0,0),(10205,1032,0,1,1,767,0,-3376.25,-3022.11,22.8072,1.98156,300,5,0,617,0,1,0,0,0),(10204,1158,0,1,1,11372,1,-2790.38,-985.121,-13.3029,2.98869,300,5,0,840,0,1,0,0,0),(10203,1158,0,1,1,11372,1,-2826.93,-1002.23,-13.1342,0.035789,300,3,0,840,0,1,0,0,0),(10202,1028,0,1,1,1079,1,-3017.84,-1076.38,6.83754,1.44506,300,5,0,504,1443,1,0,0,0),(10201,1028,0,1,1,1079,1,-3222.27,-1312.22,5.45145,2.10261,300,5,0,504,1443,1,0,0,0),(29054,22859,530,1,1,0,1,-3500.53,384.376,33.7689,1.47417,25,0,0,5409,3080,0,0,0,0),(10199,1040,0,1,1,2023,0,-2912.45,-1155.48,6.3309,5.27223,300,10,0,664,0,1,0,0,0),(10198,1400,0,1,1,1036,0,-2854.27,-1287.98,9.95721,2.81552,300,10,0,617,0,1,0,0,0),(10191,1417,0,1,1,1035,0,-3049.87,-2587.82,10.2878,0.234557,300,10,0,531,0,1,0,0,0),(10178,1420,0,1,1,901,0,-3441.89,-1030.08,7.81,5.78898,300,10,0,8,0,1,0,0,0),(10177,1400,0,1,1,1036,0,-2930.52,-2084.97,10.4352,5.99645,300,10,0,617,0,1,0,0,0),(31440,4834,1,1,1,19836,1,-2988.49,-3287.01,37.2147,0.133751,360,5,0,1403,0,1,0,0,0),(10176,1420,0,1,1,901,0,-3173.6,-1790.31,5.62321,0.219262,300,10,0,8,0,1,0,0,0),(10175,1044,0,1,1,8712,0,-3192.59,-3042.74,22.4549,0.720535,300,5,0,684,693,1,0,0,0),(10174,1069,0,1,1,505,0,-3367.2,-3062.04,22.3519,2.29128,300,10,0,640,655,1,0,0,0),(10074,1069,0,1,1,505,0,-3374.77,-3116.8,24.5551,3.1057,300,10,0,640,655,1,0,0,0),(10051,1069,0,1,1,505,0,-3291.03,-3044.47,22.1266,1.28981,300,10,0,640,655,1,0,0,0),(10050,1043,0,1,1,956,0,-3410.05,-2963.19,24.0631,1.28364,300,10,0,582,618,1,0,0,0),(10049,1069,0,1,1,505,0,-3414.23,-3118.49,23.2006,0.916534,300,10,0,640,655,1,0,0,0),(10048,1069,0,1,1,505,0,-3372.73,-3142.61,27.1277,0.164828,300,10,0,640,655,1,0,0,0),(10047,1043,0,1,1,956,0,-3202.53,-2923.19,18.1638,6.22455,300,10,0,582,618,1,0,0,0),(10046,1157,0,1,1,3505,1,-2979.69,-968.229,-6,4.87257,300,5,0,787,0,1,0,0,0),(10045,1054,0,1,1,3487,1,-2919.98,-2960.97,30.7631,0.855211,300,0,0,955,0,0,0,0,0),(10044,1159,0,1,1,3512,1,-2979.71,-959.726,-7.1871,1.48353,300,0,0,950,0,0,0,0,0),(10043,1364,0,1,1,1398,1,-2931.11,-2973.81,30.6708,5.28254,300,0,0,850,878,0,0,0,0),(10042,2595,0,1,1,11254,1,-2219.23,-1679.22,-55.3374,1.78254,300,10,0,1604,0,1,0,0,0),(10041,1157,0,1,1,3505,1,-2944.46,-969.674,-7.46979,5.85377,300,5,0,787,0,1,0,0,0),(10040,1053,0,1,1,3488,1,-2899.07,-2935.4,33.9093,3.75196,300,10,0,905,0,1,0,0,0),(10039,1157,0,1,1,3505,1,-2987.77,-965.611,4.11485,4.01243,300,5,0,787,0,1,0,0,0),(10038,1011,0,1,1,8598,1,-3110.26,-1548.53,9.26969,5.42844,300,10,0,617,0,1,0,0,0),(10037,1012,0,1,1,3196,1,-2959.88,-1714.29,17.0197,5.74274,300,3,0,664,0,1,0,0,0),(10036,1014,0,1,1,543,1,-2962.15,-1689.57,9.50232,3.33358,300,6,0,840,0,1,0,0,0),(10035,1013,0,1,1,714,1,-2965.75,-1686.36,9.54598,4.2586,300,6,0,640,655,1,0,0,0),(10034,1012,0,1,1,3196,1,-2970.6,-1694.16,9.3784,1.0821,300,6,0,664,0,1,0,0,0),(10033,1012,0,1,1,3196,1,-2977.12,-1709.27,10.1701,1.99483,300,3,0,664,0,1,0,0,0),(10032,1012,0,1,1,3196,1,-2981.17,-1675.98,12.9082,5.17829,300,10,0,664,0,1,0,0,0),(10031,2103,0,1,1,4925,1,-4194.16,-2364.87,209.79,1.5708,300,0,0,449,0,0,0,0,0),(10030,2102,0,1,1,4927,1,-4197.09,-2368.17,216.912,4.41568,300,0,0,494,0,0,0,0,0),(10029,2103,0,1,1,4925,1,-4188.47,-2382.44,209.79,3.71755,300,3,0,449,0,1,0,0,0),(10027,2103,0,1,1,4925,1,-4207.41,-2384.15,202.912,3.75246,300,3,0,449,0,1,0,0,0),(10028,1157,0,1,1,3505,1,-2967.88,-957.781,-3.34713,0.695266,300,5,0,787,0,1,0,0,0),(10025,1052,0,1,1,3490,1,-2941.24,-3006.21,39.5239,5.26622,300,0,0,853,0,0,0,0,0),(10026,1157,0,1,1,3505,1,-2989.6,-950.5,3.1611,1.58374,300,5,0,787,0,1,0,0,0),(10022,1052,0,1,1,3490,1,-2903.86,-2991.96,38.2958,2.659,300,10,0,853,0,1,0,0,0),(10023,1053,0,1,1,3488,1,-2849,-2951.57,35.6174,5.70062,300,10,0,905,0,1,0,0,0),(10024,2102,0,1,1,4927,1,-4207.18,-2366.54,202.947,1.50098,300,3,0,494,0,1,0,0,0),(10020,2596,0,1,1,5765,1,-2291.65,-1654.1,-62.0212,3.69488,300,10,0,1196,3075,1,0,0,0),(10021,2595,0,1,1,11254,1,-2290.21,-1627.34,-65.6208,5.32466,300,10,0,1604,0,1,0,0,0),(10018,1052,0,1,1,3490,1,-2907.68,-2955.41,33.1593,5.51712,300,10,0,853,0,1,0,0,0),(10019,1157,0,1,1,3505,1,-2995.48,-961.819,14.8458,3.2928,300,3,0,787,0,1,0,0,0),(10017,1015,0,1,1,670,0,-2945.52,-2515.49,28.5266,1.00679,300,10,0,617,0,1,0,0,0),(10014,2103,0,1,1,4925,1,-4265.13,-2360.76,208.082,5.19876,300,3,0,449,0,1,0,0,0),(10015,1157,0,1,1,3505,1,-2983.49,-948.184,8.70823,0.932232,300,3,0,787,0,1,0,0,0),(10016,1054,0,1,1,3487,1,-2946.89,-2974.61,30.7854,2.42601,300,10,0,955,0,1,0,0,0),(10013,2103,0,1,1,4925,1,-4255.28,-2352.59,206.457,0.306222,300,3,0,449,0,1,0,0,0),(10011,1158,0,1,1,11372,1,-2964.73,-940.219,-6.21906,5.08633,300,5,0,840,0,1,0,0,0),(10012,1040,0,1,1,2023,0,-2952.42,-2308.9,5.21326,1.28364,300,10,0,664,0,1,0,0,0),(10010,2595,0,1,1,11254,1,-2295.54,-1672.87,-35.1069,2.97814,300,10,0,1604,0,1,0,0,0),(10009,4040,0,1,1,959,0,-3772.06,-2437.41,28.4265,0.025153,300,3,0,573,0,1,0,0,0),(10008,2595,0,1,1,11254,1,-2279.74,-1771.47,-29.0504,5.86238,300,10,0,1604,0,1,0,0,0),(10006,1158,0,1,1,11372,1,-2937.95,-964.599,-8.41711,4.96361,300,5,0,840,0,1,0,0,0),(10007,1030,0,1,1,360,0,-4184.38,-2776.04,29.5681,5.64129,300,0,0,494,0,0,0,0,0),(10005,1157,0,1,1,3505,1,-2991.4,-973.823,-1.93475,1.31403,300,5,0,787,0,1,0,0,0),(10003,1026,0,1,1,1305,1,-3250.68,-1443.74,9.71209,1.35018,300,5,0,573,0,1,0,0,0),(10004,1028,0,1,1,1079,1,-3244.59,-1353.08,6.16203,4.204,300,10,0,504,1443,1,0,0,0),(10002,1053,0,1,1,3488,1,-2826.58,-2864.39,32.8648,0.785398,300,0,0,905,0,0,0,0,0),(10001,1053,0,1,1,3488,1,-2869.12,-2934.05,33.5343,2.73744,300,10,0,905,0,1,0,0,0),(9998,1012,0,1,1,3196,1,-2940.25,-1685.92,9.58912,2.97432,300,10,0,664,0,1,0,0,0),(9999,1011,0,1,1,8598,1,-3075.11,-1721.02,10.6863,3.27991,300,5,0,617,0,1,0,0,0),(10000,1051,0,1,1,825,1,-2782.35,-2867.91,40.1713,3.98208,300,10,0,800,0,1,0,0,0),(9997,1012,0,1,1,3196,1,-3060.91,-1663.63,9.34726,4.90107,300,10,0,664,0,1,0,0,0),(9994,1010,0,1,1,714,1,-3096.67,-1818.68,9.27133,4.88768,300,5,0,573,0,1,0,0,0),(9995,1011,0,1,1,8598,1,-3064.98,-1697.12,10.6528,5.32736,300,10,0,617,0,1,0,0,0),(9996,1011,0,1,1,8598,1,-3037.98,-1671.8,10.3616,1.37624,300,10,0,617,0,1,0,0,0),(9993,1012,0,1,1,3196,1,-2950.76,-1671.85,10.3625,5.95009,300,10,0,664,0,1,0,0,0),(9992,1011,0,1,1,8598,1,-3045.78,-1705.38,9.9669,0.470239,300,10,0,617,0,1,0,0,0),(9991,1011,0,1,1,8598,1,-3060.26,-1768.02,9.53579,1.94678,300,10,0,617,0,1,0,0,0),(9990,1013,0,1,1,714,1,-3058.06,-1684.53,9.28363,0.226893,300,0,0,640,655,0,0,0,0),(9989,1013,0,1,1,714,1,-3050.7,-1686.57,9.37588,2.63545,300,0,0,640,655,0,0,0,0),(9988,1014,0,1,1,543,1,-3049.8,-1683.27,9.37588,3.49066,300,0,0,840,0,0,0,0,0),(9987,1011,0,1,1,8598,1,-3006.67,-1733.17,9.50193,4.36345,300,10,0,617,0,1,0,0,0),(9985,1420,0,1,1,901,0,-3192.29,-2451.89,9.83452,1.87834,300,10,0,8,0,1,0,0,0),(9986,1018,0,1,1,180,0,-3215.13,-3283.68,64.4398,0.444056,300,10,0,896,0,1,0,0,0),(9984,1018,0,1,1,180,0,-3094.99,-3262.41,65.9833,0.771076,300,3,0,896,0,1,0,0,0),(9982,1018,0,1,1,180,0,-3070.9,-3268.34,68.0449,0.362248,300,3,0,896,0,1,0,0,0),(9983,1420,0,1,1,901,0,-3149.51,-1975.58,11.788,0.83377,300,10,0,8,0,1,0,0,0),(9980,1018,0,1,1,180,0,-3148.33,-3202.53,66.0555,0.218457,300,3,0,896,0,1,0,0,0),(9981,1018,0,1,1,180,0,-3106.43,-3251.73,65.3692,5.41186,300,0,0,896,0,0,0,0,0),(9978,1015,0,1,1,670,0,-2788.57,-2638.62,63.2169,2.18696,300,10,0,617,0,1,0,0,0),(9979,1018,0,1,1,180,0,-3177.58,-3275.04,63.6232,4.18403,300,5,0,896,0,1,0,0,0),(9977,1417,0,1,1,1035,0,-3029.19,-2469.18,10.2581,4.72216,300,10,0,531,0,1,0,0,0),(9974,1008,0,1,1,355,1,-3901.93,-3028.46,11.217,5.37561,300,0,0,531,0,0,0,0,0),(9975,1420,0,1,1,901,0,-3608.71,-839,-11.8743,5.56693,300,10,0,8,0,1,0,0,0),(9976,1069,0,1,1,505,0,-3061.06,-2953.17,30.9704,4.55557,300,10,0,640,655,1,0,0,0),(9970,1417,0,1,1,1035,0,-4138.52,-3037.75,6.09343,1.3698,300,10,0,531,0,1,0,0,0),(9971,1417,0,1,1,1035,0,-3955.59,-3019.75,7.93103,0.240708,300,10,0,531,0,1,0,0,0),(9972,1417,0,1,1,1035,0,-3065.96,-2583.93,10.9405,6.19323,300,10,0,531,0,1,0,0,0),(9973,1007,0,1,1,3199,1,-3906.38,-3032.66,11.0875,0.570531,300,5,0,494,0,1,0,0,0),(15726,2374,0,1,1,1305,1,-1144.11,38.647,2.00261,5.06951,300,10,0,896,0,1,0,0,0),(9968,1417,0,1,1,1035,0,-3979.24,-3013.5,11.7125,1.66448,300,10,0,531,0,1,0,0,0),(9969,1417,0,1,1,1035,0,-3045.13,-2613.86,11.6107,0.554655,300,10,0,531,0,1,0,0,0),(9966,1008,0,1,1,355,1,-3903.12,-3038.49,11.1327,0.087266,300,0,0,531,0,0,0,0,0),(9967,1417,0,1,1,1035,0,-3479.55,-2747.36,9.11974,1.64308,300,10,0,531,0,1,0,0,0),(9965,1169,0,1,1,3456,1,-4309.47,-3026.43,9.41542,5.30742,300,3,0,417,0,1,0,0,0),(9963,1032,0,1,1,767,0,-3374.06,-2749.98,26.6317,1.00122,300,5,0,617,0,1,0,0,0),(9964,1169,0,1,1,3456,1,-4304.28,-3028.85,8.64129,0.032712,300,3,0,417,0,1,0,0,0),(9960,1169,0,1,1,3456,1,-4296,-3021.21,9.08154,5.06967,300,3,0,417,0,1,0,0,0),(9961,1039,0,1,1,713,0,-3787.26,-2968.68,6.86915,3.3224,300,10,0,494,0,1,0,0,0),(9962,1039,0,1,1,713,0,-3950.07,-3026.53,6.50215,3.77425,300,10,0,494,0,1,0,0,0),(15725,2370,0,1,1,4976,1,-1236.58,-985.058,16.7725,3.21141,300,0,0,812,811,0,0,0,0),(15724,2375,0,1,1,3617,1,-1082.42,262.185,4.76606,4.06021,300,10,0,950,0,1,0,0,0),(15723,2356,0,1,1,3201,0,-149.249,-1187.73,56.6616,2.70944,300,10,0,944,0,1,0,0,0),(15722,2368,0,1,1,4763,1,-1382.67,-1040.55,1.47095,0.266766,300,10,0,896,0,1,0,0,0),(15721,2349,0,1,1,6808,0,-381.997,-1119.95,43.5124,2.84022,300,5,0,664,0,1,0,0,0),(15720,2375,0,1,1,3617,1,-1122.55,13.8239,3.0493,5.76354,300,10,0,950,0,1,0,0,0),(15719,2369,0,1,1,11255,1,-1194.24,-871.559,5.94123,0.168679,300,10,0,1050,0,1,0,0,0),(9958,1169,0,1,1,3456,1,-4285.9,-3009.98,9.80131,4.84577,300,0,0,417,0,2,0,0,0),(9959,1169,0,1,1,3456,1,-4278.27,-3004.02,9.42749,5.31662,300,0,0,417,0,0,0,0,0),(15718,2370,0,1,1,4976,1,-1248.91,-942.491,2.65923,4.3853,300,10,0,812,811,1,0,0,0),(15717,2344,0,1,1,3763,1,-1296.84,-1137.22,35.387,2.14295,300,10,0,732,756,1,0,0,0),(9957,1030,0,1,1,360,0,-4144.37,-2624.26,50.1289,0.201693,300,10,0,494,0,1,0,0,0),(9955,5683,0,1,1,3989,1,-2495,-2453.08,79.7397,1.69274,300,0,0,508,544,0,0,0,0),(9956,1400,0,1,1,1036,0,-2906.03,-1884.42,8.49297,0.293328,300,10,0,617,0,1,0,0,0),(9954,1111,0,1,1,711,0,-3982.5,-2656.46,36.9942,4.76713,300,10,0,531,0,1,0,0,0),(9953,1030,0,1,1,360,0,-4283.15,-2896.2,19.0364,2.55206,300,3,0,494,0,1,0,0,0),(9951,1111,0,1,1,711,0,-3985.29,-2655.15,37.1073,4.14952,300,10,0,531,0,1,0,0,0),(9952,1030,0,1,1,360,0,-3950.22,-2935.86,12.1557,2.94078,300,10,0,494,0,1,0,0,0),(9950,1032,0,1,1,767,0,-3254.06,-2852.02,13.0956,3.50796,300,10,0,617,0,1,0,0,0),(9949,1033,0,1,1,11139,0,-3116.31,-2976.28,27.6056,1.69418,300,10,0,734,0,1,0,0,0),(9948,1032,0,1,1,767,0,-3180.3,-2948.59,22.6084,4.47973,300,10,0,617,0,1,0,0,0),(9947,1042,0,1,1,9583,0,-3433.67,-2951.71,21.0274,3.1123,300,5,0,617,0,1,0,0,0),(9946,1043,0,1,1,956,0,-3049.23,-2851.87,25.8122,1.56338,300,10,0,582,618,1,0,0,0),(9945,1043,0,1,1,956,0,-3177.35,-2976.82,23.2575,4.75338,300,10,0,582,618,1,0,0,0),(9944,1069,0,1,1,505,0,-3081.35,-2924.4,25.4796,0.67083,300,10,0,640,655,1,0,0,0),(9943,1032,0,1,1,767,0,-2913.93,-2211.12,21.6942,0.80772,300,10,0,617,0,1,0,0,0),(9942,1111,0,1,1,711,0,-3931.65,-2652.62,37.6396,6.2343,300,10,0,531,0,1,0,0,0),(9941,1016,0,1,1,673,0,-2794.08,-2763.48,54.0806,5.06066,300,2,0,664,0,1,0,0,0),(9940,1015,0,1,1,670,0,-2828.39,-2685.37,48.0371,3.08685,300,10,0,617,0,1,0,0,0),(9939,1017,0,1,1,649,0,-3014.13,-2720.36,10.3659,1.48939,300,10,0,734,0,1,0,0,0),(9937,1015,0,1,1,670,0,-2791.77,-2558.89,63.4574,5.81239,300,10,0,617,0,1,0,0,0),(9938,1017,0,1,1,649,0,-2910.34,-2766.49,28.3951,3.8222,300,10,0,734,0,1,0,0,0),(15716,2349,0,1,1,6808,0,-282.28,-1540.45,92.3671,0.47064,300,10,0,664,0,1,0,0,0),(15715,2344,0,1,1,3763,1,-1262.7,-1158.43,40.57,0.518991,300,10,0,732,756,1,0,0,0),(15714,2368,0,1,1,4763,1,-1229.2,-902.415,1.8385,1.82206,300,10,0,896,0,1,0,0,0),(15713,2344,0,1,1,3763,1,-1267.65,-1142.77,37.7886,2.97201,300,10,0,732,756,1,0,0,0),(15712,2369,0,1,1,11255,1,-1149.39,-798.996,-0.765495,3.43492,300,10,0,1050,0,1,0,0,0),(15711,2375,0,1,1,3617,1,-1142.2,21.2048,1.73791,2.19912,300,0,0,950,0,0,0,0,0),(15710,2374,0,1,1,1305,1,-1147.55,11.2227,0.458738,3.65214,300,10,0,896,0,1,0,0,0),(15709,2356,0,1,1,3201,0,-300.846,-1447.99,83.7408,3.2296,300,10,0,944,0,1,0,0,0),(15708,2371,0,1,1,4982,1,-1126.08,-822.4,10.1914,2.15438,300,10,0,935,878,1,0,0,0),(9936,1417,0,1,1,1035,0,-3006.86,-2653.31,8.2768,3.49671,300,10,0,531,0,1,0,0,0),(9935,1400,0,1,1,1036,0,-2919.57,-1919.61,8.96254,1.43706,300,10,0,617,0,1,0,0,0),(9934,1400,0,1,1,1036,0,-3056.19,-2201.7,6.21254,2.7288,300,10,0,617,0,1,0,0,0),(9933,1158,0,1,1,11372,1,-2808.29,-978.692,-0.657851,1.56117,300,5,0,840,0,1,0,0,0),(9932,1160,0,1,1,3494,1,-2798.54,-1028.4,7.51422,1.88496,300,0,0,1003,0,0,0,0,0),(9931,1015,0,1,1,670,0,-2849.44,-2556.78,51.5897,3.97835,300,5,0,617,0,1,0,0,0),(9930,1016,0,1,1,673,0,-2769.37,-2715.52,61.6703,0.625925,300,3,0,664,0,1,0,0,0),(9929,1158,0,1,1,11372,1,-2800.69,-993.143,0.826834,2.59387,300,5,0,840,0,1,0,0,0),(9928,1158,0,1,1,11372,1,-2804.22,-988.54,-7.53415,0.927363,300,5,0,840,0,1,0,0,0),(9927,1158,0,1,1,11372,1,-2816.88,-1002.81,-0.509189,4.61859,300,5,0,840,0,1,0,0,0),(9926,1158,0,1,1,11372,1,-2819.26,-993.662,-8.91584,3.46654,300,3,0,840,0,1,0,0,0),(9925,1158,0,1,1,11372,1,-2794.22,-1010.05,-4.7156,4.56572,300,5,0,840,0,1,0,0,0),(9924,1158,0,1,1,11372,1,-2822.06,-982.347,-2.52766,1.0298,300,5,0,840,0,1,0,0,0),(9923,1158,0,1,1,11372,1,-2834.3,-971.43,-12.9049,1.55115,300,5,0,840,0,1,0,0,0),(9922,1033,0,1,1,11139,0,-2823.79,-2233.09,-1.61327,2.46047,300,5,0,734,0,1,0,0,0),(9921,1033,0,1,1,11139,0,-2834.59,-2230.05,-1.61327,2.98391,300,5,0,734,0,1,0,0,0),(9920,1033,0,1,1,11139,0,-2831.5,-2241.43,-0.927713,3.0586,300,5,0,734,0,1,0,0,0),(9918,1017,0,1,1,649,0,-2886.44,-2795.47,33.2931,1.42132,300,10,0,734,0,1,0,0,0),(9919,1015,0,1,1,670,0,-3071,-2766.68,22.544,4.16896,300,10,0,617,0,1,0,0,0),(9917,1400,0,1,1,1036,0,-2956.45,-1897.55,7.96253,4.97168,300,10,0,617,0,1,0,0,0),(9916,1420,0,1,1,901,0,-3156.83,-1679.32,10.3775,1.99793,300,10,0,8,0,1,0,0,0),(9915,1400,0,1,1,1036,0,-3709.6,-1179.73,-18.3148,1.68087,300,10,0,617,0,1,0,0,0),(9913,1157,0,1,1,3505,1,-2802.3,-1011.06,4.28959,2.14675,300,0,0,787,0,0,0,0,0),(9914,1158,0,1,1,11372,1,-2796.56,-1016.59,5.98166,3.10138,300,3,0,840,0,1,0,0,0),(9911,1400,0,1,1,1036,0,-3011.58,-1808.43,6.34904,4.54949,300,10,0,617,0,1,0,0,0),(9912,1158,0,1,1,11372,1,-2808.35,-1012.68,3.50767,1.60211,300,3,0,840,0,1,0,0,0),(9909,1013,0,1,1,714,1,-2904.91,-2051.77,9.27872,1.64061,300,0,0,640,655,0,0,0,0),(9910,1014,0,1,1,543,1,-2900.11,-2046.31,9.27872,2.80998,300,0,0,840,0,0,0,0,0),(9908,1012,0,1,1,3196,1,-2905.49,-2039.93,9.27914,4.53786,300,0,0,664,0,0,0,0,0),(9907,1012,0,1,1,3196,1,-2892.45,-2074.91,14.9472,4.66517,300,10,0,664,0,1,0,0,0),(9905,1012,0,1,1,3196,1,-2878.12,-2047.74,15.2468,5.30932,300,10,0,664,0,1,0,0,0),(9906,1012,0,1,1,3196,1,-2914.4,-2064.65,10.9649,3.91594,300,10,0,664,0,1,0,0,0),(9903,1012,0,1,1,3196,1,-2907.87,-1829.29,10.0434,4.29284,300,6,0,664,0,1,0,0,0),(9904,1012,0,1,1,3196,1,-2903.27,-2021.54,9.75689,2.30931,300,10,0,664,0,1,0,0,0),(9901,1013,0,1,1,714,1,-2969.24,-1947.17,9.42335,2.3911,300,6,0,640,655,1,0,0,0),(9902,1013,0,1,1,714,1,-2971.06,-1956.5,9.42335,0.314159,300,6,0,640,655,1,0,0,0),(9899,1028,0,1,1,1079,1,-3176.48,-1417.18,6.33753,5.05316,300,5,0,504,1443,1,0,0,0),(9900,1014,0,1,1,543,1,-2960.18,-1950.52,9.36439,4.46804,300,10,0,840,0,1,0,0,0),(9897,1007,0,1,1,3199,1,-3904.01,-2892.13,9.80041,4.77688,300,0,0,494,0,0,0,0,0),(9898,1158,0,1,1,11372,1,-2811.39,-1030.42,-13.1133,4.59202,300,5,0,840,0,1,0,0,0),(15707,2369,0,1,1,11255,1,-1178.94,-812.624,-2.32381,0.507597,300,10,0,1050,0,1,0,0,0),(15706,2369,0,1,1,11255,1,-1135.41,-846.867,16.9523,1.93731,300,0,0,1050,0,0,0,0,0),(15705,17108,0,1,1,4158,1,-344.927,-692.467,57.8126,1.65806,300,0,0,840,0,0,0,0,0),(15704,2371,0,1,1,4982,1,-1063.68,-801.098,6.78104,5.38308,300,10,0,935,878,1,0,0,0),(9894,1013,0,1,1,714,1,-2907.53,-1840.89,9.52633,6.00393,300,6,0,640,655,1,0,0,0),(9895,1012,0,1,1,3196,1,-2894.7,-1846.4,10.2125,4.75122,300,10,0,664,0,1,0,0,0),(9896,1420,0,1,1,901,0,-3789.42,-2853.77,6.97134,2.83836,300,10,0,8,0,1,0,0,0),(9893,1014,0,1,1,543,1,-2901.99,-1838.34,9.52633,4.74729,300,6,0,840,0,1,0,0,0),(9891,1158,0,1,1,11372,1,-2799.34,-1014.51,-12.8674,4.72992,300,5,0,840,0,1,0,0,0),(9892,1012,0,1,1,3196,1,-2907.23,-1853.38,9.96253,3.72775,300,10,0,664,0,1,0,0,0),(9890,1158,0,1,1,11372,1,-2793.94,-1023.41,-2.56807,2.30531,300,5,0,840,0,1,0,0,0),(9889,1417,0,1,1,1035,0,-3797.94,-986.413,-18.128,2.92109,300,10,0,531,0,1,0,0,0),(9887,1015,0,1,1,670,0,-2908.11,-2454.07,35.9253,1.0566,300,5,0,617,0,1,0,0,0),(9888,1400,0,1,1,1036,0,-3684.96,-1112.54,-31.5504,1.99825,300,10,0,617,0,1,0,0,0),(9886,1016,0,1,1,673,0,-2847.44,-2760.27,39.6678,1.64113,300,10,0,664,0,1,0,0,0),(9885,1032,0,1,1,767,0,-2830.78,-2309.33,41.7878,5.70927,300,5,0,617,0,1,0,0,0),(9884,1034,0,1,1,4916,1,-3452.49,-2348.45,51.8991,5.8845,300,0,0,635,0,0,0,0,0),(9881,1032,0,1,1,767,0,-2849.16,-2351.82,40.0888,4.09863,300,10,0,617,0,1,0,0,0),(9882,1034,0,1,1,4916,1,-3473.61,-2360.97,57.2745,3.72959,300,3,0,635,0,1,0,0,0),(9883,1069,0,1,1,505,0,-3255.89,-3023.39,20.8256,2.07282,300,10,0,640,655,1,0,0,0),(15703,17108,0,1,1,4157,1,-338.303,-711.022,57.7319,5.59193,300,0,0,840,0,0,0,0,0),(9880,1019,0,1,1,788,0,-3054.74,-3255.58,68.4882,3.48409,300,3,0,950,0,1,0,0,0),(9878,1019,0,1,1,788,0,-3050.74,-3279.93,68.6312,4.17098,300,3,0,950,0,1,0,0,0),(9879,1019,0,1,1,788,0,-3025.34,-3293.27,67.0128,2.43429,300,3,0,950,0,1,0,0,0),(9877,1400,0,1,1,1036,0,-2885.92,-1782.42,8.46252,3.28597,300,10,0,617,0,1,0,0,0),(9875,1018,0,1,1,180,0,-3225.12,-3356.63,64.5236,2.68922,300,10,0,896,0,1,0,0,0),(9876,1018,0,1,1,180,0,-3247.1,-3368.1,64.6847,1.46704,300,10,0,896,0,1,0,0,0),(9874,12899,0,1,1,12821,0,-3477.62,-3773.35,63.8701,1.62749,600,0,0,38844,0,2,0,0,0),(9873,1047,0,1,1,8313,1,-3484.05,-3820.51,77.1792,4.87526,600,10,0,8883,0,1,0,0,0),(9871,1047,0,1,1,8313,1,-3513.2,-3850.33,83.1046,0.212327,600,10,0,8883,0,1,0,0,0),(9872,1158,0,1,1,11372,1,-2792.15,-1027.22,-10.0862,5.15372,300,5,0,840,0,1,0,0,0),(9869,1030,0,1,1,360,0,-4327.63,-2734.78,61.1731,4.65657,300,5,0,494,0,1,0,0,0),(9870,1040,0,1,1,2023,0,-3126.84,-1437.12,5.54483,1.2122,300,10,0,664,0,1,0,0,0),(9867,1008,0,1,1,355,1,-4218.65,-2910.12,13.1277,2.29183,300,10,0,531,0,1,0,0,0),(9868,1009,0,1,1,3197,1,-3764.58,-2917.38,12.0631,6.16101,300,0,0,472,1357,0,0,0,0),(15702,17108,0,1,1,4157,1,-325.077,-699.664,57.7713,0.820305,300,0,0,840,0,0,0,0,0),(9866,1011,0,1,1,8598,1,-3124.8,-1492.89,9.5725,5.19437,300,5,0,617,0,1,0,0,0),(9864,1069,0,1,1,505,0,-3281.83,-2956.49,22.319,1.58056,300,10,0,640,655,1,0,0,0),(9865,1043,0,1,1,956,0,-3366.7,-2970.17,24.7587,5.49365,300,10,0,582,618,1,0,0,0),(9862,1042,0,1,1,9583,0,-3642.83,-3149.72,19.0329,0.39455,300,5,0,617,0,1,0,0,0),(9863,1043,0,1,1,956,0,-3295.12,-2950.9,22.4927,3.41828,300,10,0,582,618,1,0,0,0),(9861,1043,0,1,1,956,0,-3253.18,-2944.98,18.7682,3.11035,300,10,0,582,618,1,0,0,0),(9860,1043,0,1,1,956,0,-3264.06,-2913.29,18.537,0.126064,300,10,0,582,618,1,0,0,0),(9859,1044,0,1,1,8712,0,-3154.6,-3012.87,24.0722,1.67366,300,0,0,684,693,0,0,0,0),(9857,1047,0,1,1,8313,1,-3556.32,-3893.49,97.7166,0.695489,600,3,0,8883,0,1,0,0,0),(9858,1417,0,1,1,1035,0,-4212.01,-2960.97,13.4557,4.82993,300,10,0,531,0,1,0,0,0),(15701,2371,0,1,1,4982,1,-1097.99,-817.852,8.82432,1.5708,300,0,0,935,878,0,0,0,0),(9855,1045,0,1,1,363,1,-3452.04,-3646.33,57.8932,3.99349,600,10,0,8352,0,1,0,0,0),(9856,1047,0,1,1,8313,1,-3484.26,-3745.09,63.2385,1.01181,600,5,0,8883,0,1,0,0,0),(15700,2348,0,1,1,8014,0,-948.417,-888.672,27.3066,0.152961,300,10,0,787,0,1,0,0,0),(9854,1046,0,1,1,8312,0,-3511.86,-3786.42,78.8632,5.85525,600,10,0,6891,4578,1,0,0,0),(9853,1045,0,1,1,363,1,-3480.7,-3679.04,61.955,2.28705,600,3,0,8352,0,1,0,0,0),(9851,1046,0,1,1,8312,0,-3423.23,-3612.36,50.0207,2.10503,600,10,0,6891,4578,1,0,0,0),(9852,1047,0,1,1,8313,1,-3444.89,-3779.02,71.5652,5.97299,600,3,0,8883,0,1,0,0,0),(9850,1400,0,1,1,1036,0,-3681.23,-1174.29,-16.5576,0.269343,300,10,0,617,0,1,0,0,0),(9849,1030,0,1,1,360,0,-4158.84,-2674.83,37.2243,2.99902,300,10,0,494,0,1,0,0,0),(9847,1028,0,1,1,1079,1,-3187.48,-1295.42,9.64602,3.38668,300,10,0,504,1443,1,0,0,0),(9848,1028,0,1,1,1079,1,-3147.65,-1222.12,7.65265,2.02023,300,5,0,504,1443,1,0,0,0),(9846,1016,0,1,1,673,0,-3124.78,-2780.09,23.0896,1.82524,300,10,0,664,0,1,0,0,0),(9845,1032,0,1,1,767,0,-3006.93,-2745.79,16.6463,2.0803,300,10,0,617,0,1,0,0,0),(9844,1043,0,1,1,956,0,-3594.09,-3179.11,22.8539,3.30642,300,10,0,582,618,1,0,0,0),(9842,1111,0,1,1,711,0,-3981.61,-2760.11,22.2584,4.95349,300,10,0,531,0,1,0,0,0),(9843,1019,0,1,1,788,0,-2559.65,-1782.75,11.0862,4.68695,300,10,0,950,0,1,0,0,0),(9841,1030,0,1,1,360,0,-3654.79,-2661.6,35.8537,6.20701,300,5,0,494,0,1,0,0,0),(9840,1111,0,1,1,711,0,-3879.15,-2745.98,23.2621,0.53445,300,10,0,531,0,1,0,0,0),(9839,2098,0,1,1,10003,0,-4468.37,-2721.4,270.107,1.07129,300,5,0,102,0,1,0,0,0),(9837,1043,0,1,1,956,0,-3457.83,-3025.73,22.3965,2.70399,300,10,0,582,618,1,0,0,0),(9838,1018,0,1,1,180,0,-2938.41,-3082.9,64.6275,0.650929,300,3,0,896,0,1,0,0,0),(15699,2345,0,1,1,3761,1,-1201.71,-1222.65,41.5686,2.53679,300,5,0,905,0,1,0,0,0),(15698,2371,0,1,1,4982,1,-1058.09,-764.871,-1.33792,4.06048,300,10,0,935,878,1,0,0,0),(15697,2269,0,1,1,3629,1,-784.233,35.869,14.3469,2.72271,300,0,0,787,0,0,0,0,0),(9836,1069,0,1,1,505,0,-3553.73,-3236.37,27.1817,3.89742,300,10,0,640,655,1,0,0,0),(9835,1042,0,1,1,9583,0,-3491.43,-3014.49,19.4602,5.91138,300,5,0,617,0,1,0,0,0),(9834,1032,0,1,1,767,0,-3077.98,-2737.56,19.2906,0.349672,300,10,0,617,0,1,0,0,0),(9833,2099,0,1,1,793,1,-3755.84,-631.038,8.80592,5.74213,300,0,0,484,0,0,0,0,0),(9831,1017,0,1,1,649,0,-2765.25,-1948.41,25.5172,4.29723,300,5,0,734,0,1,0,0,0),(9832,1015,0,1,1,670,0,-2824.07,-2042.2,27.7338,3.30256,300,10,0,617,0,1,0,0,0),(9829,2099,0,1,1,793,1,-3892.08,-661.003,8.22165,4.32842,300,0,0,484,0,0,0,0,0),(9830,1016,0,1,1,673,0,-2785.98,-1983.01,26.2826,3.39415,300,5,0,664,0,1,0,0,0),(9828,2099,0,1,1,793,1,-3730.76,-699.272,8.2462,0.174533,300,0,0,484,0,0,0,0,0),(9827,1034,0,1,1,4916,1,-3480.47,-2334.13,63.4623,0.998043,300,5,0,635,0,1,0,0,0),(9825,1420,0,1,1,901,0,-3456.52,-2707.06,7.63688,1.39794,300,10,0,8,0,1,0,0,0),(9826,2098,0,1,1,10001,0,-4142,-2416.2,183.576,2.71464,300,5,0,102,0,1,0,0,0),(15696,2269,0,1,1,3629,1,-732.801,67.2347,9.97272,0.418879,300,0,0,787,0,0,0,0,0),(15695,2269,0,1,1,3629,1,-765.575,42.9053,14.079,5.93412,300,0,0,787,0,0,0,0,0),(15694,2503,0,1,1,3633,1,-717.893,46.2339,11.1638,5.67433,300,3,0,840,0,1,0,0,0),(15693,2349,0,1,1,6808,0,-648.301,-983.482,45.5282,6.23969,300,10,0,664,0,1,0,0,0),(9823,1027,0,1,1,506,1,-2890.64,-951.245,-10.7269,3.06931,300,10,0,664,0,1,0,0,0),(9824,1026,0,1,1,1305,1,-3207.85,-1424.52,11.1169,5.73473,300,5,0,573,0,1,0,0,0),(17726,1782,0,1,1,574,0,507.335,913.35,128.733,0.226893,275,0,0,273,0,0,0,0,0),(15692,2348,0,1,1,8014,0,-835.943,-866.521,22.0083,3.73748,300,5,0,787,0,1,0,0,0),(15691,2374,0,1,1,1305,1,-981.974,315.614,0.426113,4.92183,300,0,0,896,0,0,0,0,0),(15690,2375,0,1,1,3617,1,-981.878,284.602,5.9805,3.43435,300,10,0,950,0,1,0,0,0),(15689,2375,0,1,1,3617,1,-1015.19,306.935,-5.3397,0.675551,300,10,0,950,0,1,0,0,0),(15688,2385,0,1,1,1056,0,-1180.64,-1053.61,45.4648,1.46704,300,10,0,840,0,1,0,0,0),(15687,2375,0,1,1,3617,1,-965.577,359.264,-1.6333,0.403597,300,10,0,950,0,1,0,0,0),(15686,2345,0,1,1,3761,1,-1293.69,-1173.99,37.9713,1.88496,300,0,0,905,0,0,0,0,0),(15685,2374,0,1,1,1305,1,-1011.77,278.665,2.00871,1.65296,300,10,0,896,0,1,0,0,0),(15684,2374,0,1,1,1305,1,-969.795,325.382,2.34319,3.26377,300,0,0,896,0,0,0,0,0),(15683,2375,0,1,1,3617,1,-972.917,327.084,0.598005,5.54455,300,10,0,950,0,1,0,0,0),(15682,2354,0,1,1,1007,0,-597.943,-395.933,39.4792,5.09656,300,10,0,742,0,1,0,0,0),(15681,2374,0,1,1,1305,1,-985.561,281.326,5.83632,1.82573,300,10,0,896,0,1,0,0,0),(15680,2356,0,1,1,3201,0,-615.59,-1021.85,66.6835,5.5116,300,5,0,944,0,1,0,0,0),(15679,2261,0,1,1,3624,1,-434.324,-1326.11,64.6909,6.12869,300,3,0,494,0,1,0,0,0),(15678,2386,0,1,1,3708,1,-691.709,-605.515,27.9243,2.15873,300,5,0,2310,0,1,0,0,0),(15677,2356,0,1,1,3201,0,-644.092,-929.563,35.8359,3.57468,300,10,0,944,0,1,0,0,0),(15676,2261,0,1,1,3623,1,-409.541,-1338.12,64.9568,0.515541,300,3,0,494,0,1,0,0,0),(15675,2356,0,1,1,3201,0,-910.833,-1111.2,48.4799,1.06256,300,10,0,944,0,1,0,0,0),(15674,2386,0,1,1,3708,1,-713.946,-429.513,26.5985,2.4573,300,0,0,2310,0,0,0,0,0),(15673,2261,0,1,1,3624,1,-464.062,-1313.02,64.1909,4.41246,300,3,0,494,0,1,0,0,0),(15672,2386,0,1,1,3708,1,-664.517,-443.824,31.5638,0.930741,300,0,0,2310,0,2,0,0,0),(15671,2348,0,1,1,8014,0,-918.024,-809.775,23.1117,6.134,300,10,0,787,0,1,0,0,0),(15670,2261,0,1,1,3624,1,-539.777,-1356.7,64.7539,1.06898,300,3,0,494,0,1,0,0,0),(15669,2373,0,1,1,662,1,-955.81,-934.95,30.4312,1.74533,300,0,0,665,1812,0,0,0,0),(15668,2386,0,1,1,3705,1,-698.479,-430.694,31.6317,2.37677,300,0,0,2310,0,2,0,0,0),(15667,2386,0,1,1,3708,1,-678.191,-424.029,31.6365,2.69983,300,0,0,2310,0,0,0,0,0),(15666,2386,0,1,1,3705,1,-726.342,-489.61,25.6367,5.27657,300,10,0,2310,0,1,0,0,0),(15665,3543,0,1,1,3698,1,-815.529,-572.187,15.3116,4.53786,300,0,0,1753,0,0,0,0,0),(15664,2386,0,1,1,3708,1,-798.237,-599.039,15.2765,2.27719,300,5,0,2310,0,1,0,0,0),(15663,2372,0,1,1,10643,1,-936.949,-932.477,30.4557,1.37881,300,0,0,787,0,0,0,0,0),(9822,1009,0,1,1,3197,1,-3758.21,-2923.19,12.0631,1.5708,300,0,0,472,1357,0,0,0,0),(9821,1018,0,1,1,180,0,-2936.58,-3116.23,90.3715,5.69356,300,5,0,896,0,1,0,0,0),(9820,1010,0,1,1,714,1,-3752.95,-2917.71,12.0631,2.32129,300,0,0,573,0,0,0,0,0),(9819,1018,0,1,1,180,0,-3027.22,-3141.05,69.7436,1.96544,300,2,0,896,0,1,0,0,0),(9818,1018,0,1,1,180,0,-3053.98,-3153.26,63.5223,1.55501,300,3,0,896,0,1,0,0,0),(9817,1042,0,1,1,9583,0,-3571.21,-2983.29,12.1561,4.28765,300,5,0,617,0,1,0,0,0),(9816,1018,0,1,1,180,0,-3191.48,-3291.56,64.9634,0.749502,300,5,0,896,0,1,0,0,0),(9815,1033,0,1,1,11139,0,-3557.51,-3291.37,33.9249,2.26793,300,5,0,734,0,1,0,0,0),(9814,1015,0,1,1,670,0,-2938.87,-2738.14,22.4646,0.152946,300,10,0,617,0,1,0,0,0),(9813,1073,0,1,1,1672,1,-2648.59,-2459.22,80.4825,0.401426,300,0,0,840,0,0,0,0,0),(9812,1075,0,1,1,1676,1,-2650.06,-2453.92,80.2021,5.71577,300,0,0,713,0,0,0,0,0),(9811,1072,0,1,1,1673,1,-2646.41,-2451.15,80.5034,0.401426,300,0,0,1003,0,0,0,0,0),(9810,1071,0,1,1,1671,1,-2651.19,-2449.16,80.1164,3.76991,300,0,0,1342,0,0,0,0,0),(9809,1074,0,1,1,1675,1,-2650.41,-2443.47,80.1627,1.01229,300,0,0,1003,0,0,0,0,0),(9808,1400,0,1,1,1036,0,-2987.08,-2249.38,6.21252,1.98636,300,10,0,617,0,1,0,0,0),(9807,1400,0,1,1,1036,0,-2910.28,-1985.11,6.71253,1.39636,300,10,0,617,0,1,0,0,0),(9806,1032,0,1,1,767,0,-2960.58,-2737.9,19.0723,1.86843,300,10,0,617,0,1,0,0,0),(9805,1040,0,1,1,2023,0,-2855.38,-1754.75,7.40909,5.93425,300,10,0,664,0,1,0,0,0),(9804,1015,0,1,1,670,0,-2868.12,-2688.13,38.3704,0.230755,300,10,0,617,0,1,0,0,0),(9803,1244,0,1,1,480,0,-3261.47,-2720.74,9.53705,5.38068,300,0,0,1003,0,0,0,0,0),(9802,2153,0,1,1,3492,1,-3283.56,-1523.95,9.22938,2.67035,300,0,0,713,0,0,0,0,0),(9801,1038,0,1,1,4924,1,-3647.57,-2620.44,51.9576,2.83706,300,5,0,519,1443,1,0,0,0),(9800,1417,0,1,1,1035,0,-4046.45,-3064.82,6.21252,4.68218,300,10,0,531,0,1,0,0,0),(9799,1017,0,1,1,649,0,-2777.25,-1955.5,24.7936,0.425907,300,5,0,734,0,1,0,0,0),(9798,1017,0,1,1,649,0,-2776.05,-1933.47,24.7936,1.33866,300,5,0,734,0,1,0,0,0),(9797,1017,0,1,1,649,0,-2794.17,-1942.71,24.7936,3.06829,300,5,0,734,0,1,0,0,0),(9796,1027,0,1,1,506,1,-2907.18,-909.878,-11.3953,2.74937,300,10,0,664,0,1,0,0,0),(9795,2103,0,1,1,4925,1,-4268.95,-2428.3,252.499,0.095784,300,5,0,449,0,1,0,0,0),(9794,2102,0,1,1,4927,1,-4310.64,-2519.36,256.747,5.8779,300,5,0,494,0,1,0,0,0),(9793,2103,0,1,1,4925,1,-4339.67,-2506.99,252.204,1.27141,300,5,0,449,0,1,0,0,0),(9792,2102,0,1,1,4927,1,-4277.4,-2404.28,234.061,6.13024,300,5,0,494,0,1,0,0,0),(9791,2102,0,1,1,4927,1,-4270.37,-2456.72,251.359,5.69939,300,5,0,494,0,1,0,0,0),(9790,1038,0,1,1,4924,1,-3647.66,-2609.58,51.8987,1.30399,300,0,0,519,1443,0,0,0,0),(9789,2099,0,1,1,793,1,-3785.02,-750.936,8.10555,4.88692,300,0,0,484,0,0,0,0,0),(9788,1027,0,1,1,506,1,-3154.44,-1279.5,9.46256,6.16229,300,10,0,664,0,1,0,0,0),(9787,1420,0,1,1,901,0,-3219.34,-2537.86,7.21249,0.592735,300,10,0,8,0,1,0,0,0),(9786,1420,0,1,1,901,0,-3074.1,-1408.84,13.7846,5.94909,300,10,0,8,0,1,0,0,0),(9785,1035,0,1,1,4917,1,-3641.61,-2602.89,51.8991,2.17105,300,0,0,635,0,0,0,0,0),(9784,1036,0,1,1,4919,1,-3653.12,-2611.11,51.8989,1.2859,300,0,0,600,618,0,0,0,0),(9783,1043,0,1,1,956,0,-3557.93,-3115.11,23.4445,0.449859,300,10,0,582,618,1,0,0,0),(9782,1069,0,1,1,505,0,-3493.45,-3221.02,22.1007,5.94936,300,10,0,640,655,1,0,0,0),(9781,1043,0,1,1,956,0,-3505.69,-3156.42,23.3777,3.23665,300,10,0,582,618,1,0,0,0),(9780,2595,0,1,1,11254,1,-2222.57,-1593.89,-54.3714,4.05526,300,10,0,1604,0,1,0,0,0),(9779,2595,0,1,1,11254,1,-2218.83,-1626.6,-46.8877,4.3511,300,10,0,1604,0,1,0,0,0),(9778,2098,0,1,1,10001,0,-4210.79,-2482.6,277.307,5.52457,300,5,0,102,0,1,0,0,0),(9776,1417,0,1,1,1035,0,-4047.35,-3098.63,7.20349,1.81767,300,10,0,531,0,1,0,0,0),(9775,1030,0,1,1,360,0,-3536,-2595.39,30.9806,6.06275,300,5,0,494,0,1,0,0,0),(9774,1036,0,1,1,4919,1,-3639.59,-2599.13,52.0392,3.20385,300,0,0,600,618,0,0,0,0),(9773,1038,0,1,1,4924,1,-3427.76,-2442.14,52.0236,1.82883,300,0,0,519,1443,0,0,0,0),(9772,1036,0,1,1,4919,1,-3421.48,-2432.87,52.0294,3.24742,300,0,0,600,618,0,0,0,0),(9771,1057,0,1,1,4918,1,-3440.09,-2434.04,52.0411,0.97762,300,0,0,519,1443,0,0,0,0),(9770,1434,0,1,1,2678,1,-3815.1,-791.049,11.2613,3.52786,300,5,0,2790,0,1,0,0,0),(9769,1018,0,1,1,180,0,-2979.01,-3090.92,64.6092,6.09914,300,5,0,896,0,1,0,0,0),(9768,1420,0,1,1,901,0,-2837.81,-1424.41,12.7294,1.46759,300,10,0,8,0,1,0,0,0),(9767,1034,0,1,1,4916,1,-3305.8,-2294.36,59.4077,4.05351,300,5,0,635,0,1,0,0,0),(9766,1018,0,1,1,180,0,-3134.56,-3201.66,64.4624,5.57733,300,5,0,896,0,1,0,0,0),(9765,1018,0,1,1,180,0,-3051.7,-3134.37,64.6635,5.88474,300,2,0,896,0,1,0,0,0),(9764,1018,0,1,1,180,0,-3010.57,-3110.42,64.6486,0,300,5,0,896,0,1,0,0,0),(9763,1040,0,1,1,2023,0,-3171.13,-1522.04,4.68814,2.76075,300,10,0,664,0,1,0,0,0),(9762,1018,0,1,1,180,0,-2550.91,-1719.09,9.46367,4.03124,300,10,0,896,0,1,0,0,0),(9761,1019,0,1,1,788,0,-2580.41,-1963.54,52.7538,6.09944,300,0,0,950,0,0,0,0,0),(9760,1016,0,1,1,673,0,-2798.03,-2002.36,28.9523,1.54321,300,5,0,664,0,1,0,0,0),(9759,1027,0,1,1,506,1,-2718.64,-1120.17,-9.72419,0.936343,300,10,0,664,0,1,0,0,0),(9758,1418,0,1,1,391,1,-2656.98,-1480.59,-6.70235,0.862434,300,10,0,896,0,1,0,0,0),(9757,1028,0,1,1,1079,1,-3078.07,-881.472,-12.8637,0.564671,300,5,0,504,1443,1,0,0,0),(9756,1025,0,1,1,983,1,-3118.24,-846.084,-14.2927,5.6518,300,5,0,531,0,1,0,0,0),(9755,1030,0,1,1,360,0,-3836.19,-3136.48,15.8488,6.1728,300,5,0,494,0,1,0,0,0),(9754,8305,0,1,1,7529,1,-3188.03,-2465.57,9.67295,2.44346,300,0,0,713,0,0,0,0,0),(9753,1053,0,1,1,3488,1,-2859.92,-2973.38,40.3179,0.812122,300,5,0,905,0,1,0,0,0),(9752,1034,0,1,1,4916,1,-3322.01,-2255.04,51.886,3.09358,300,5,0,635,0,1,0,0,0),(9750,1054,0,1,1,3487,1,-2880.25,-2946.53,34.2777,4.62512,300,0,0,955,0,0,0,0,0),(9751,1035,0,1,1,4917,1,-3329.55,-2266.85,51.9188,4.4951,300,0,0,635,0,0,0,0,0),(15662,2357,0,1,1,3689,1,-783.566,-603.281,15.2348,2.32129,300,0,0,1163,0,0,0,0,0),(15661,2386,0,1,1,3705,1,-645.255,-520.766,30.4377,1.32013,300,5,0,2310,0,1,0,0,0),(15660,2356,0,1,1,3201,0,-685.863,-89.7957,42.4598,4.25747,300,10,0,944,0,1,0,0,0),(15659,2368,0,1,1,4763,1,-1275.24,-982.766,-0.669246,0.285279,300,10,0,896,0,1,0,0,0),(15658,2349,0,1,1,6808,0,-808.839,-75.948,26.0078,3.00278,300,10,0,664,0,1,0,0,0),(15657,2356,0,1,1,3201,0,-831.404,291.294,41.6835,2.77103,300,10,0,944,0,1,0,0,0),(15656,2370,0,1,1,4976,1,-1368.12,-1061.61,14.9921,4.43572,300,10,0,812,811,1,0,0,0),(15655,2368,0,1,1,4763,1,-1376.69,-1059.44,13.1171,2.11875,300,10,0,896,0,1,0,0,0),(15654,2368,0,1,1,4763,1,-1297.21,-1054.61,22.339,4.42452,300,10,0,896,0,1,0,0,0),(15653,2368,0,1,1,4763,1,-1354.18,-1045.19,11.0499,5.7391,300,10,0,896,0,1,0,0,0),(15652,2370,0,1,1,4976,1,-1308.75,-1026.17,9.28396,4.38631,300,10,0,812,811,1,0,0,0),(15651,2368,0,1,1,4763,1,-1308.16,-1075.08,24.0873,3.42844,300,10,0,896,0,1,0,0,0),(15650,2368,0,1,1,4763,1,-1313.83,-1014.45,-0.217229,0.749631,300,10,0,896,0,1,0,0,0),(15649,2268,0,1,1,4125,1,-575.362,8.58214,47.7337,4.59022,300,0,0,734,0,0,0,0,0),(15648,2370,0,1,1,4976,1,-1316.09,-1068.53,21.5356,2.40855,300,0,0,812,811,0,0,0,0),(15647,2356,0,1,1,3201,0,-758.306,-49.6266,30.1268,0.251464,300,10,0,944,0,1,0,0,0),(15646,2376,0,1,1,4920,1,-1016.61,-75.1017,3.88166,0.586234,300,10,0,892,852,1,0,0,0),(15645,2376,0,1,1,4920,1,-1074.79,-409.877,-6.75973,1.04076,300,10,0,892,852,1,0,0,0),(15644,620,0,1,1,304,0,-463.58,-86.7091,54.5478,6.03821,300,5,0,1,0,1,0,0,0),(15643,2442,0,1,1,1060,0,-400.243,-52.7659,54.497,4.74729,300,0,0,1,0,0,0,0,0),(15642,2387,0,1,1,3628,1,-447.448,119.86,56.9962,2.64939,300,0,0,590,1633,0,0,0,0),(15641,2351,0,1,1,806,0,-663.373,458.214,75.5389,6.19712,300,3,0,677,0,1,0,0,0),(15640,2267,0,1,1,11036,1,-476.261,111.322,56.6969,4.95674,300,0,0,664,0,0,0,0,0),(15639,620,0,1,1,304,0,-526.007,18.1682,49.3176,3.12987,300,5,0,1,0,1,0,0,0),(15638,2348,0,1,1,8014,0,-724.587,-858.333,24.2535,4.10956,300,5,0,787,0,1,0,0,0),(15637,2267,0,1,1,11035,1,-459.92,97.9049,56.9202,1.98382,300,0,0,664,0,0,0,0,0),(15636,2376,0,1,1,4920,1,-1066.48,-87.1337,1.53241,5.11381,300,0,0,892,852,0,0,0,0),(9748,1052,0,1,1,3490,1,-2880.49,-2952.03,33.7843,1.48015,300,5,0,853,0,1,0,0,0),(9749,1054,0,1,1,3487,1,-2873.08,-2958.27,33.7843,1.48353,300,0,0,955,0,0,0,0,0),(9746,1054,0,1,1,3487,1,-2866.67,-2953.65,33.7424,2.79253,300,0,0,955,0,0,0,0,0),(9747,1052,0,1,1,3490,1,-2863.89,-2948.53,33.7424,3.34439,300,0,0,853,0,0,0,0,0),(15635,2442,0,1,1,1060,0,-338.753,55.3219,55.5409,2.56105,300,5,0,1,0,1,0,0,0),(15634,721,0,1,1,4626,0,-570.486,-126.033,50.6385,0.998136,300,10,0,1,0,1,0,0,0),(9744,1042,0,1,1,9583,0,-3618.66,-3112,22.9303,6.13603,300,5,0,617,0,1,0,0,0),(9745,1069,0,1,1,505,0,-3178.51,-2993.31,23.1223,2.02089,300,10,0,640,655,1,0,0,0),(200142,30562,571,1,1,0,0,8139.51,435.557,574.672,1.95955,360,0,0,12600,0,0,0,0,0),(200143,26632,600,3,1,0,0,-236.826,-675.405,131.948,4.76475,86400,0,0,1,0,0,0,0,0),(15633,2442,0,1,1,1060,0,-568.322,-113.526,47.6385,0.71739,300,5,0,1,0,1,0,0,0),(11693,27135,571,1,1,17612,0,3344.87,2504.08,-6.55754,3.29867,25,0,0,42,0,0,0,0,0),(9738,1057,0,1,1,4918,1,-3342,-2277.68,51.8993,1.56164,300,0,0,519,1443,0,0,0,0),(9739,1057,0,1,1,4918,1,-3318.75,-2276.12,51.8988,2.49234,300,0,0,519,1443,0,0,0,0),(9736,1057,0,1,1,4918,1,-3448.01,-2315.44,52.4983,0.82644,300,0,0,519,1443,0,0,0,0),(9737,1034,0,1,1,4916,1,-3333.23,-2267.97,51.9893,5.52397,300,0,0,635,0,0,0,0,0),(15632,2376,0,1,1,4920,1,-1057.96,-442.231,-5.63337,2.72421,300,10,0,892,852,1,0,0,0),(9734,1057,0,1,1,4918,1,-3444.61,-2298.93,52.0236,5.2596,300,5,0,519,1443,1,0,0,0),(9735,1034,0,1,1,4916,1,-3427.86,-2305.2,53.2804,1.47047,300,3,0,635,0,1,0,0,0),(9732,1034,0,1,1,4916,1,-3430.93,-2316.92,52.2578,0.013553,300,0,0,635,0,0,0,0,0),(9733,1034,0,1,1,4916,1,-3425.41,-2314.67,53.1409,0.712558,300,0,0,635,0,0,0,0,0),(9729,1044,0,1,1,8712,0,-3388.41,-3299.46,25.8421,3.66292,300,5,0,684,693,1,0,0,0),(9730,1420,0,1,1,901,0,-3076.73,-2380.4,6.96654,1.76743,300,10,0,8,0,1,0,0,0),(9731,2595,0,1,1,11254,1,-2326.77,-1785.46,-37.16,1.25681,300,10,0,1604,0,1,0,0,0),(15631,2356,0,1,1,3201,0,-365.631,-1719.53,90.7495,1.79349,300,3,0,944,0,1,0,0,0),(15630,2370,0,1,1,4976,1,-1418,-976.63,-5.05381,1.06665,300,10,0,812,811,1,0,0,0),(15629,2348,0,1,1,8014,0,-717.347,-748.891,10.1809,5.5116,300,5,0,787,0,1,0,0,0),(15628,620,0,1,1,304,0,-463.237,110.916,57.4473,3.3575,300,5,0,1,0,1,0,0,0),(9728,1015,0,1,1,670,0,-2985.18,-2586.01,15.4678,5.79507,300,10,0,617,0,1,0,0,0),(9727,1015,0,1,1,670,0,-3169.37,-2748.18,17.1753,6.17943,300,10,0,617,0,1,0,0,0),(9726,1111,0,1,1,711,0,-3827.89,-2469.02,31.872,0.309867,300,3,0,531,0,1,0,0,0),(9725,1111,0,1,1,711,0,-3949.43,-2581.94,52.9613,1.13334,300,5,0,531,0,1,0,0,0),(9724,1111,0,1,1,711,0,-3945.5,-2614.18,40.9056,3.78431,300,10,0,531,0,1,0,0,0),(9723,1111,0,1,1,711,0,-3904.74,-2676.89,32.038,0.033191,300,10,0,531,0,1,0,0,0),(9722,1017,0,1,1,649,0,-2593.41,-1680.81,9.67474,5.11399,300,10,0,734,0,1,0,0,0),(9721,1034,0,1,1,4916,1,-3320.04,-2264.43,51.8954,3.63902,300,3,0,635,0,1,0,0,0),(9720,1019,0,1,1,788,0,-2614.87,-1983.65,64.8758,1.38797,300,0,0,950,0,0,0,0,0),(9718,1020,0,1,1,960,0,-3797.17,-1341.44,25.3554,0.232657,300,3,0,573,0,1,0,0,0),(9719,1020,0,1,1,960,0,-3773.13,-1320.33,28.7508,1.02502,300,3,0,573,0,1,0,0,0),(9717,2595,0,1,1,11254,1,-2298.31,-1521.21,-38.3267,3.33605,300,10,0,1604,0,1,0,0,0),(9716,1400,0,1,1,1036,0,-3564.55,-1141.54,-11.6649,4.46526,300,10,0,617,0,1,0,0,0),(9715,1024,0,1,1,486,1,-3246.6,-842.02,-15.1982,0.161731,300,10,0,494,0,1,0,0,0),(9714,1028,0,1,1,1079,1,-3075.52,-820.704,-12.7779,5.06933,300,5,0,504,1443,1,0,0,0),(9713,1032,0,1,1,767,0,-2840.48,-2705.67,45.2247,2.56647,300,10,0,617,0,1,0,0,0),(9712,1054,0,1,1,3487,1,-2819.34,-2875.17,32.7418,3.10669,300,0,0,955,0,0,0,0,0),(9711,1053,0,1,1,3488,1,-2827.15,-2875.44,32.7418,1.01229,300,0,0,905,0,0,0,0,0),(9709,1017,0,1,1,649,0,-2909.08,-2741.77,28.8417,2.92123,300,10,0,734,0,1,0,0,0),(9710,1052,0,1,1,3490,1,-2822.17,-2868.12,32.7418,3.80482,300,0,0,853,0,0,0,0,0),(15627,2376,0,1,1,4920,1,-1116.96,-346.26,-7.88976,1.56756,300,10,0,892,852,1,0,0,0),(15626,2268,0,1,1,4125,1,-590.096,108.012,51.7246,0.291457,300,5,0,734,0,1,0,0,0),(15625,2268,0,1,1,4125,1,-542.924,107.381,56.6959,5.13127,300,0,0,734,0,0,0,0,0),(9708,1015,0,1,1,670,0,-2974.57,-2693.96,12.0918,0.809005,300,10,0,617,0,1,0,0,0),(9706,2595,0,1,1,11254,1,-2208.21,-1653.71,-48.1949,6.04705,300,10,0,1604,0,1,0,0,0),(9707,1036,0,1,1,4919,1,-3419.45,-2436.73,52.0294,3.11783,300,0,0,600,618,0,0,0,0),(9704,1420,0,1,1,901,0,-3048.7,-1271.09,11.7266,5.42589,300,10,0,8,0,1,0,0,0),(9705,1417,0,1,1,1035,0,-4135.14,-3114.8,5.2408,6.0849,300,10,0,531,0,1,0,0,0),(15624,2370,0,1,1,4976,1,-1394.26,-947.338,-6.04862,2.33995,300,10,0,812,811,1,0,0,0),(15623,2244,0,1,1,3622,1,-604.448,-1008.66,55.5207,0.069813,300,0,0,441,1272,0,0,0,0),(9702,2102,0,1,1,4927,1,-4272.12,-2340.12,219.474,3.99139,300,0,0,494,0,0,0,0,0),(9703,1111,0,1,1,711,0,-3769,-2458.7,27.2349,4.34262,300,3,0,531,0,1,0,0,0),(15622,2376,0,1,1,4920,1,-1064.58,-339.584,-1,5.73382,300,10,0,892,852,1,0,0,0),(15621,2370,0,1,1,4976,1,-1283.01,-853.614,-5.33732,4.82763,300,10,0,812,811,1,0,0,0),(15620,2267,0,1,1,11036,1,-533.862,114.142,56.9237,2.9147,300,0,0,664,0,0,0,0,0),(15619,2384,0,1,1,1059,0,-462.066,-818.265,47.2322,1.90373,300,10,0,617,0,1,0,0,0),(15618,2376,0,1,1,4920,1,-1015.79,-478.528,-4.09571,3.21989,300,10,0,892,852,1,0,0,0),(9701,1417,0,1,1,1035,0,-4148.08,-3034.12,5.84343,0.695473,300,10,0,531,0,1,0,0,0),(9700,1043,0,1,1,956,0,-3511.92,-3082.55,19.8717,0.067202,300,10,0,582,618,1,0,0,0),(9699,1069,0,1,1,505,0,-3410.88,-3279.18,23.9106,3.95333,300,10,0,640,655,1,0,0,0),(9698,1069,0,1,1,505,0,-3307.2,-3021.42,24.5583,3.36195,300,10,0,640,655,1,0,0,0),(9697,2094,0,1,1,1408,0,-3684.2,-743.032,10.1033,5.06965,300,2,0,713,0,1,0,0,0),(9696,1434,0,1,1,2678,1,-3713.02,-735.669,10.9144,2.64953,300,5,0,2790,0,2,0,0,0),(9695,1434,0,1,1,2678,1,-3602.91,-711.051,6.48002,6.1372,300,5,0,2790,0,2,0,0,0),(9693,2103,0,1,1,4925,1,-4268,-2486.26,249.123,0.027337,300,5,0,449,0,1,0,0,0),(9694,1035,0,1,1,4917,1,-3441.65,-2286.62,52.3614,0.115658,300,5,0,635,0,1,0,0,0),(9692,1019,0,1,1,788,0,-2618.64,-2031.02,72.9202,4.85732,300,5,0,950,0,1,0,0,0),(9691,2682,0,1,1,3482,1,-2857.93,-1481.26,10.1697,0.238355,300,0,0,664,0,0,0,0,0),(9690,1027,0,1,1,506,1,-2936.06,-871.457,-10.8332,0.016706,300,10,0,664,0,1,0,0,0),(9689,1076,0,1,1,1401,1,-3590.51,-1998.6,117.02,0.890118,300,0,0,1003,0,0,0,0,0),(9688,1077,0,1,1,1399,0,-3591.81,-1994.5,116.97,0.226893,300,0,0,1003,0,0,0,0,0),(9687,1025,0,1,1,983,1,-3183.08,-851.42,-13.0701,3.89376,300,5,0,531,0,1,0,0,0),(9685,1025,0,1,1,983,1,-3146.98,-808.208,-13.7409,4.57757,300,5,0,531,0,1,0,0,0),(9686,1027,0,1,1,506,1,-2846.8,-904.611,-8.65137,1.20925,300,10,0,664,0,1,0,0,0),(15617,2356,0,1,1,3201,0,-680.263,-179.913,41.8462,0.680252,300,5,0,944,0,1,0,0,0),(15616,2354,0,1,1,1007,0,-521.031,-734.28,52.361,1.66852,300,10,0,742,0,1,0,0,0),(9683,1025,0,1,1,983,1,-3212.57,-815.264,-14.4519,4.72702,300,5,0,531,0,1,0,0,0),(9684,1028,0,1,1,1079,1,-3017.56,-883.99,-11.267,5.3605,300,5,0,504,1443,1,0,0,0),(15615,2349,0,1,1,6808,0,-753.292,185.533,51.6713,3.00633,300,5,0,664,0,1,0,0,0),(15614,2354,0,1,1,1007,0,-460.186,-753.091,53.3417,3.78139,300,10,0,742,0,1,0,0,0),(9682,1028,0,1,1,1079,1,-2988.56,-855.009,-9.10766,2.44978,300,5,0,504,1443,1,0,0,0),(9681,1417,0,1,1,1035,0,-3656.25,-941.667,-8.64649,1.9513,300,10,0,531,0,1,0,0,0),(9679,1420,0,1,1,901,0,-3633.57,-933.727,-9.41595,4.87035,300,10,0,8,0,1,0,0,0),(9680,1400,0,1,1,1036,0,-3749.56,-1269.27,-8.1395,0.850314,300,10,0,617,0,1,0,0,0),(15613,2372,0,1,1,10643,1,-1000.42,-1002.04,42.7183,4.31713,300,5,0,787,0,1,0,0,0),(15612,2384,0,1,1,1059,0,-479.494,-533.574,44.9621,0.743985,300,5,0,617,0,1,0,0,0),(15611,2354,0,1,1,1007,0,-443.623,-688.811,51.1003,2.29855,300,10,0,742,0,1,0,0,0),(9677,1140,0,1,1,11316,0,-2953.2,-3281.3,62.3925,1.97076,25200,5,0,1107,0,2,0,0,0),(9678,2098,0,1,1,10001,0,-3956.82,-2386.34,156.403,0.851786,300,5,0,102,0,1,0,0,0),(9676,1035,0,1,1,4917,1,-3435.72,-2461.81,61.8125,4.17134,300,0,0,635,0,0,0,0,0),(9675,1053,0,1,1,3488,1,-2813.24,-2870.04,32.8668,3.45575,300,10,0,905,0,1,0,0,0),(9663,1420,0,1,1,901,0,-3514.09,-2816.25,9.39165,0.755021,300,10,0,8,0,1,0,0,0),(9662,1018,0,1,1,180,0,-2995.32,-3195.16,59.5059,2.90957,300,3,0,896,0,1,0,0,0),(9661,1019,0,1,1,788,0,-3040.75,-3196.58,56.1458,6.09223,300,3,0,950,0,1,0,0,0),(9660,1018,0,1,1,180,0,-2974.63,-3296.74,54.206,3.21453,300,3,0,896,0,1,0,0,0),(9657,1019,0,1,1,788,0,-3030.82,-3279.76,65.7966,6.04398,300,3,0,950,0,1,0,0,0),(9658,1019,0,1,1,788,0,-2997.37,-3313.15,64.1,1.72991,300,3,0,950,0,1,0,0,0),(9659,1018,0,1,1,180,0,-3060.94,-3218.62,60.9622,2.07174,300,3,0,896,0,1,0,0,0),(9656,1018,0,1,1,180,0,-2985,-3270.96,54.206,0.245902,300,3,0,896,0,1,0,0,0),(9655,1019,0,1,1,788,0,-3010.48,-3229.75,54.0775,4.21503,300,3,0,950,0,1,0,0,0),(9654,1019,0,1,1,788,0,-2929.81,-3292.57,54.206,3.33254,300,3,0,950,0,1,0,0,0),(9653,1019,0,1,1,788,0,-2926.42,-3246.81,54.206,5.10494,300,3,0,950,0,1,0,0,0),(9652,1018,0,1,1,180,0,-2914.52,-3232.13,56.6167,0.105692,300,3,0,896,0,1,0,0,0),(9651,1417,0,1,1,1035,0,-4175.77,-3035.61,3.39675,0.247068,300,10,0,531,0,1,0,0,0),(9649,1044,0,1,1,8712,0,-3485.77,-3317.69,29.6723,5.54301,300,5,0,684,693,1,0,0,0),(9650,1032,0,1,1,767,0,-3787.36,-1337.68,24.9005,4.00164,300,10,0,617,0,1,0,0,0),(9647,1069,0,1,1,505,0,-3389.06,-3189.21,24.2305,0.777111,300,10,0,640,655,1,0,0,0),(9648,1069,0,1,1,505,0,-3525.4,-3280.05,28.8772,2.39273,300,10,0,640,655,1,0,0,0),(9646,1069,0,1,1,505,0,-3478.15,-3195.61,23.5374,4.80011,300,10,0,640,655,1,0,0,0),(9645,1069,0,1,1,505,0,-3121.32,-3022.41,28.9901,1.63199,300,10,0,640,655,1,0,0,0),(9644,1042,0,1,1,9583,0,-3581.09,-3048.91,20.0439,2.83786,300,5,0,617,0,1,0,0,0),(9643,1032,0,1,1,767,0,-3516.48,-3044.27,14.8346,3.15331,300,5,0,617,0,1,0,0,0),(9642,1043,0,1,1,956,0,-3490.15,-3067.27,22.0232,2.77414,300,10,0,582,618,1,0,0,0),(9640,1043,0,1,1,956,0,-3564.16,-3245.41,26.2497,3.92699,300,10,0,582,618,1,0,0,0),(9641,1043,0,1,1,956,0,-3545.01,-3205.13,26.8285,5.15422,300,10,0,582,618,1,0,0,0),(9638,1017,0,1,1,649,0,-2735.83,-2853.3,54.1952,2.32858,300,0,0,734,0,0,0,0,0),(9639,1042,0,1,1,9583,0,-3228.17,-2850.52,16.5934,2.39761,300,5,0,617,0,1,0,0,0),(9635,1042,0,1,1,9583,0,-3492.88,-3012.88,18.0758,2.37417,300,5,0,617,0,1,0,0,0),(9636,1042,0,1,1,9583,0,-3549.44,-3021.78,11.0234,4.888,300,0,0,617,0,0,0,0,0),(9637,1043,0,1,1,956,0,-3458.86,-3045.01,23.0215,1.44852,300,10,0,582,618,1,0,0,0),(9634,1043,0,1,1,956,0,-3578.67,-3164.21,24.1407,1.28177,300,10,0,582,618,1,0,0,0),(9632,1033,0,1,1,11139,0,-3597.07,-3243.25,26.6115,2.90278,300,5,0,734,0,1,0,0,0),(9633,1043,0,1,1,956,0,-3485.02,-3139.48,22.2691,1.58642,300,10,0,582,618,1,0,0,0),(15610,2349,0,1,1,6808,0,-700.294,-151.442,40.6473,6.25594,300,5,0,664,0,1,0,0,0),(15609,2375,0,1,1,3617,1,-1218.74,206.015,-9.39426,1.09328,300,10,0,950,0,1,0,0,0),(15608,2375,0,1,1,3617,1,-1182.58,154.447,-3.6557,5.53321,300,10,0,950,0,1,0,0,0),(15607,2241,0,1,1,3710,1,205.793,-869.17,157.195,5.30866,300,5,0,1221,0,1,0,0,0),(15606,2385,0,1,1,1056,0,-847.33,-858.309,22.2087,5.01829,300,5,0,840,0,1,0,0,0),(15605,721,0,1,1,4626,0,-831.19,-90.1351,25.2044,3.9919,300,10,0,1,0,1,0,0,0),(15604,620,0,1,1,304,0,-479.589,4.75845,55.4283,4.72252,300,5,0,1,0,1,0,0,0),(11657,25310,571,1,1,0,0,3277.52,6594.09,-0.0150133,0.706362,300,0,0,42,0,0,0,0,0),(9465,25308,571,1,1,0,0,3797.1,6042.27,-134.122,5.48696,300,0,0,4979,0,0,0,0,0),(9631,1032,0,1,1,767,0,-3570.25,-3100.41,22.3196,1.66838,300,5,0,617,0,1,0,0,0),(15603,2377,0,1,1,1079,1,-1084.96,-97.322,-0.130808,0.758921,300,10,0,935,878,1,0,0,0),(15602,2376,0,1,1,4920,1,-1080.67,-102.431,0.50671,3.45575,300,0,0,892,852,0,0,0,0),(9628,1053,0,1,1,3488,1,-2817.57,-2881.88,32.7418,2.04204,300,0,0,905,0,0,0,0,0),(9626,1057,0,1,1,4918,1,-3398.99,-2270.39,51.8997,5.33934,300,0,0,519,1443,0,0,0,0),(9627,1057,0,1,1,4918,1,-3410.47,-2291.42,51.8986,0.030041,300,0,0,519,1443,0,0,0,0),(15601,2356,0,1,1,3201,0,-654.437,-153.729,43.5559,3.50102,300,5,0,944,0,1,0,0,0),(15600,2349,0,1,1,6808,0,-756.989,-113.768,36.5142,1.8612,300,5,0,664,0,1,0,0,0),(15599,2442,0,1,1,1060,0,-373.464,11.0652,55.2724,0.51832,300,5,0,1,0,1,0,0,0),(15598,620,0,1,1,304,0,-903.757,-999.386,30.4715,1.60168,300,10,0,1,0,1,0,0,0),(15597,2239,0,1,1,3687,0,-486.369,-1344.75,53.7014,3.59538,300,0,0,713,0,0,0,0,0),(15596,2373,0,1,1,662,1,-959.071,-947.988,30.7127,2.96706,300,3,0,665,1812,1,0,0,0),(9625,1034,0,1,1,4916,1,-3404.98,-2295.85,51.9004,0.473791,300,0,0,635,0,0,0,0,0),(9622,1019,0,1,1,788,0,-2950.49,-3270.71,62.197,3.88905,300,3,0,950,0,1,0,0,0),(9623,1019,0,1,1,788,0,-2969.06,-3255.33,54.206,2.59226,300,3,0,950,0,1,0,0,0),(9624,1034,0,1,1,4916,1,-3414.8,-2298.29,52.5738,4.00815,300,0,0,635,0,0,0,0,0),(9621,1018,0,1,1,180,0,-2942.61,-3245.34,58.9836,5.40015,300,3,0,896,0,1,0,0,0),(9620,1018,0,1,1,180,0,-2936.64,-3174.81,57.0274,2.73028,300,3,0,896,0,1,0,0,0),(9618,1018,0,1,1,180,0,-2999.05,-3163.38,57.4992,0.867506,300,3,0,896,0,1,0,0,0),(9619,1019,0,1,1,788,0,-2906.97,-3199.05,59.5109,3.56311,300,3,0,950,0,1,0,0,0),(9616,1018,0,1,1,180,0,-2961.8,-3174.1,58.3581,4.98599,300,3,0,896,0,1,0,0,0),(9617,1019,0,1,1,788,0,-3018.54,-3184.15,55.4953,2.2638,300,3,0,950,0,1,0,0,0),(15595,620,0,1,1,304,0,-908.8,-959.17,30.4945,0.763091,300,5,0,1,0,1,0,0,0),(9614,1018,0,1,1,180,0,-3055.58,-3205.67,56.5263,3.85101,300,3,0,896,0,1,0,0,0),(9615,1018,0,1,1,180,0,-3031.89,-3257.53,66.4442,5.28936,300,3,0,896,0,1,0,0,0),(16182,2439,0,1,1,0,0,-8421,404.987,120.886,3.648,430,0,0,2769,0,0,0,0,0),(9613,2103,0,1,1,4925,1,-4245.94,-2454.22,259.783,0.633085,300,5,0,449,0,1,0,0,0),(9612,1015,0,1,1,670,0,-2940.19,-2712.81,20.3167,0.86831,300,5,0,617,0,1,0,0,0),(9611,1420,0,1,1,901,0,-4019.82,-2935.42,7.71254,1.80923,300,10,0,8,0,1,0,0,0),(9610,1034,0,1,1,4916,1,-3399.82,-2284.89,51.8992,0.128286,300,0,0,635,0,0,0,0,0),(12770,23087,564,1,1,21242,0,252.034,787.784,-26.5224,0.300433,604800,0,0,8,0,0,0,0,0),(12769,23087,564,1,1,21242,0,233.707,822.564,-26.5231,4.85202,604800,0,0,8,0,0,0,0,0),(12768,23087,564,1,1,21242,0,437.845,776.112,12.0349,1.02974,604800,0,0,8,0,0,0,0,0),(12766,23086,564,1,1,1141,0,310.194,831.912,-13.3105,0.820305,604800,0,0,8,0,0,0,0,0),(12765,23086,564,1,1,1141,0,435.321,738.121,17.4441,2.93215,604800,0,0,8,0,0,0,0,0),(12764,23086,564,1,1,1141,0,408.961,745.925,14.2405,1.55995,604800,0,0,8,0,0,0,0,0),(12763,23086,564,1,1,1418,0,262.922,760.817,-26.2291,2.79253,604800,0,0,8,0,0,0,0,0),(12762,23086,564,1,1,1418,0,471.492,887.464,15.5419,4.31096,604800,0,0,8,0,0,0,0,0),(1322,780,0,1,1,4616,1,-12857.9,-774.717,61.0849,0.708065,300,5,0,1357,1236,1,0,0,0),(12761,23086,564,1,1,1141,0,224.129,1013.96,-61.3982,1.43117,604800,0,0,8,0,0,0,0,0),(12760,23084,564,1,1,11686,0,469.62,190.024,164.065,2.09439,604800,0,0,2835,0,0,0,0,0),(12759,23339,564,1,1,11342,1,722.554,433.402,112.817,1.58825,604800,0,0,150801,0,0,0,0,0),(12758,23339,564,1,1,11342,1,693.662,433.695,112.817,1.48353,604800,0,0,150801,0,0,0,0,0),(12757,23339,564,1,1,11342,1,671.019,439.207,112.808,0.715585,604800,0,0,150801,0,0,0,0,0),(12756,23339,564,1,1,11342,1,812.934,385.257,112.83,2.93215,604800,0,0,150801,0,0,0,0,0),(12755,23339,564,1,1,11342,1,701.024,383.798,120.051,1.51844,604800,0,0,150801,0,0,0,0,0),(12754,23339,564,1,1,11342,1,591.883,407.542,112.831,6.07375,604800,0,0,150801,0,0,0,0,0),(12753,23337,564,1,1,18251,1,718.622,438.793,112.82,1.81514,604800,0,0,206640,0,0,0,0,0),(12752,23337,564,1,1,18251,1,729.13,440.781,112.814,2.3911,604800,0,0,206640,0,0,0,0,0),(12751,23337,564,1,1,18251,1,688.858,439.632,112.817,1.44862,604800,0,0,206640,0,0,0,0,0),(12750,23337,564,1,1,18251,1,678.637,441.943,112.81,1.11701,604800,0,0,206640,0,0,0,0,0),(12749,23337,564,1,1,18251,1,805.519,382.136,112.831,2.82743,604800,0,0,206640,0,0,0,0,0),(12748,23337,564,1,1,18251,1,806.176,406.333,112.837,3.35103,604800,0,0,206640,0,0,0,0,0),(12747,23337,564,1,1,18251,1,695.155,388.008,117.503,1.39626,604800,0,0,206640,0,0,0,0,0),(1321,696,0,1,1,4622,1,-12847.6,-784.5,59.8349,3.97935,300,5,0,1678,0,1,0,0,0),(1320,871,0,1,1,506,1,-12211.5,644.056,-67.135,4.30619,1800,5,0,1403,0,1,0,0,0),(1319,873,0,1,1,11293,1,-12232.9,655.832,-69.2444,1.49406,1800,5,0,1208,1097,1,0,0,0),(28370,7011,70,1,1,6010,1,-81.0191,225.437,-49.7123,5.79837,86400,3,0,1674,0,1,0,0,0),(28369,7011,70,1,1,6010,1,-72.984,219.844,-49.7103,0.11546,86400,2,0,1674,0,1,0,0,0),(28368,4857,70,1,1,10805,0,91.4283,277.518,-26.4488,5.96903,86400,0,0,4572,0,0,0,0,0),(28367,4860,70,1,1,2234,0,152.666,288.39,-26.5815,2.01064,86400,2,0,4377,0,1,0,0,0),(28365,4860,70,1,1,2234,0,157.359,278.651,-26.4877,2.13883,86400,0,0,4377,0,2,0,0,0),(28364,7397,70,1,1,6009,1,151.225,303.806,-26.4982,0.331613,86400,2,0,1248,3075,1,0,0,0),(28363,7396,70,1,1,6010,1,144.547,306.485,-26.4982,2.11185,86400,2,0,1751,0,1,0,0,0),(27800,7396,70,1,1,6010,1,144.399,299.006,-26.4982,4.4855,86400,2,0,1751,0,1,0,0,0),(27798,7396,70,1,1,6010,1,148.075,287.88,-26.4982,4.86947,86400,2,0,1751,0,1,0,0,0),(27796,7396,70,1,1,6010,1,153.612,298.344,-26.4982,2.02458,86400,2,0,1751,0,1,0,0,0),(27794,4857,70,1,1,10805,0,109.357,286.115,-26.4488,4.36332,86400,0,0,4572,0,0,0,0,0),(27793,4860,70,1,1,2234,0,91.5275,296.61,-26.5047,0.767945,86400,2,0,4377,0,1,0,0,0),(27792,7397,70,1,1,6009,1,96.2288,292.927,-26.5047,5.79449,86400,2,0,1248,3075,1,0,0,0),(27791,7396,70,1,1,6010,1,107.523,301.349,-26.5047,2.46091,86400,2,0,1751,0,1,0,0,0),(27790,7396,70,1,1,6010,1,87.6316,291.83,-26.5047,2.1293,86400,2,0,1751,0,1,0,0,0),(27789,7396,70,1,1,6010,1,98.8091,299.724,-26.5047,4.55531,86400,2,0,1751,0,1,0,0,0),(27770,7396,70,1,1,6010,1,105.054,296.987,-26.5047,4.5204,86400,2,0,1751,0,1,0,0,0),(27769,4860,70,1,1,2234,0,78.6097,262.243,-26.5881,4.69281,86400,2,0,4377,0,1,0,0,0),(27768,7397,70,1,1,6009,1,80.3241,268.971,-26.5881,0.761993,86400,2,0,1248,3075,1,0,0,0),(27767,7396,70,1,1,6010,1,83.5133,261.764,-26.5881,4.90455,86400,2,0,1751,0,1,0,0,0),(27766,7396,70,1,1,6010,1,74.116,256.977,-26.5047,4.2237,86400,2,0,1751,0,1,0,0,0),(27765,7396,70,1,1,6010,1,73.0341,261.931,-26.5047,5.16617,86400,2,0,1751,0,1,0,0,0),(27764,7396,70,1,1,6010,1,88.5986,251.486,-26.5881,3.24601,86400,2,0,1751,0,1,0,0,0),(27763,4860,70,1,1,2234,0,127.47,224.281,-42.4075,4.43314,86400,2,0,4377,0,1,0,0,0),(27730,7397,70,1,1,6009,1,131.392,230.027,-42.4052,4.27606,86400,2,0,1248,3075,1,0,0,0),(27728,7396,70,1,1,6010,1,118.21,220.368,-42.4052,5.84685,86400,2,0,1751,0,1,0,0,0),(27692,7396,70,1,1,6010,1,123.441,220.494,-42.4077,4.88692,86400,2,0,1751,0,1,0,0,0),(27691,7396,70,1,1,6010,1,122.578,224.795,-42.4062,0.226893,86400,2,0,1751,0,1,0,0,0),(27568,7396,70,1,1,6010,1,132.37,225.131,-42.4067,5.60251,86400,2,0,1751,0,1,0,0,0),(27555,4857,70,1,1,10805,0,99.7033,259.329,-26.4488,1.22173,86400,0,0,4572,0,0,0,0,0),(27554,4857,70,1,1,10805,0,117.805,267.876,-26.4488,2.75762,86400,0,0,4572,0,0,0,0,0),(27553,7206,70,1,1,10798,0,-38.429,221.253,-48.3663,3.15905,86400,0,0,7620,0,2,0,0,0),(27552,4852,70,1,1,160,1,-210.155,94.8437,-48.0213,1.90241,86400,2,0,3279,1142,1,0,0,0),(27545,4851,70,1,1,721,1,-174.671,88.053,-48.7266,1.78024,86400,3,0,1469,0,1,0,0,0),(27544,4851,70,1,1,721,1,-176.355,61.1042,-48.7257,6.16101,86400,3,0,1469,0,1,0,0,0),(27543,4852,70,1,1,160,1,-271.653,140.403,-47.324,1.55334,86400,3,0,3279,1142,1,0,0,0),(27542,4851,70,1,1,721,1,-178.939,169.876,-47.3264,0.802851,86400,2,0,1469,0,1,0,0,0),(27541,4852,70,1,1,160,1,-280.366,87.4282,-48.717,3.68265,86400,2,0,3279,1142,1,0,0,0),(9609,1035,0,1,1,4917,1,-3409.53,-2284.12,51.8988,0.473012,300,0,0,635,0,0,0,0,0),(9607,1027,0,1,1,506,1,-2762.24,-958.632,-13.6919,3.2676,300,10,0,664,0,1,0,0,0),(9608,1016,0,1,1,673,0,-2899.84,-2718.1,29.7199,0.566879,300,10,0,664,0,1,0,0,0),(15594,2372,0,1,1,10643,1,-987.932,-967.626,39.9145,1.80811,300,5,0,787,0,1,0,0,0),(15593,2350,0,1,1,1989,0,-518.757,313.217,85.1222,4.34059,300,10,0,494,0,1,0,0,0),(15592,2244,0,1,1,3622,1,-422.139,-1436.65,100.182,1.55624,300,3,0,441,1272,1,0,0,0),(15591,2351,0,1,1,806,0,-529.835,462.964,85.899,0.276855,300,5,0,677,0,1,0,0,0),(27540,4852,70,1,1,160,1,-245.23,96.0977,-48.0381,6.00393,86400,2,0,3279,1142,1,0,0,0),(27539,4852,70,1,1,160,1,-174.321,165.9,-47.3283,4.43314,86400,3,0,3279,1142,1,0,0,0),(15590,2385,0,1,1,1056,0,-881.768,-747.652,12.6519,3.25081,300,5,0,840,0,1,0,0,0),(27538,4851,70,1,1,721,1,-280.755,79.9444,-48.7191,5.88176,86400,3,0,1469,0,1,0,0,0),(1318,667,0,1,1,4632,1,-12787.9,-650.555,64.973,2.19001,300,5,0,1678,0,1,0,0,0),(1317,756,0,1,1,633,0,-12999.1,-711.637,54.7469,1.74286,300,3,0,1902,0,1,0,0,0),(1316,690,0,1,1,8797,0,-12956.7,-89.7532,11.8204,3.58314,300,10,0,1678,0,1,0,0,0),(1315,1096,0,1,1,7197,1,-11495.9,391.412,59.3004,0,300,2,0,1160,1067,1,0,0,0),(9606,1420,0,1,1,901,0,-3015.1,-2127.85,6.21251,3.53794,300,10,0,8,0,1,0,0,0),(9605,1027,0,1,1,506,1,-2781.43,-919.248,-13.8136,4.65193,300,10,0,664,0,1,0,0,0),(9604,1024,0,1,1,486,1,-3224.38,-894.487,-5.92772,4.10566,300,10,0,494,0,1,0,0,0),(9603,1025,0,1,1,983,1,-3146.13,-890.037,-11.0565,4.06856,300,5,0,531,0,1,0,0,0),(9602,1078,0,1,1,1402,1,-3550.55,-1968.44,114.889,1.62341,300,0,0,713,0,0,0,0,0),(1314,1097,0,1,1,7200,1,-11491.9,393.702,61.8004,1.53589,300,0,0,1279,0,0,0,0,0),(1313,1096,0,1,1,7197,1,-11492.8,386.522,60.5504,4.10152,300,2,0,1160,1067,1,0,0,0),(1312,698,0,1,1,320,0,-11649.2,761.251,42.2323,5.88176,300,3,0,1279,0,1,0,0,0),(1310,685,0,1,1,788,0,-11857.5,657.036,46.8087,2.85118,300,10,0,1221,0,1,0,0,0),(1308,681,0,1,1,598,0,-11749,-257.647,26.814,2.68231,300,5,0,1050,0,1,0,0,0),(1307,1151,0,1,1,2548,0,-12519.5,48.737,1.26533,0.246272,300,10,0,1403,0,1,0,0,0),(1306,709,0,1,1,655,1,-12300.2,-1003.79,25.6947,2.89209,1800,0,0,1823,0,0,0,0,0),(1305,681,0,1,1,598,0,-11783.5,-281.14,15.9433,5.76017,300,10,0,1050,0,1,0,0,0),(1304,2635,0,1,1,1038,0,-12552.5,87.8267,1.75886,2.38603,1800,5,0,1604,0,1,0,0,0),(1303,702,0,1,1,4571,1,-11682.7,206.408,43.3202,0,300,5,0,1221,0,1,0,0,0),(15589,2350,0,1,1,1989,0,-438.054,245.885,86.4727,5.72652,300,10,0,494,0,1,0,0,0),(15588,2269,0,1,1,3629,1,-691.345,166.191,16.4012,0.750492,300,0,0,787,0,0,0,0,0),(15587,2261,0,1,1,3624,1,-460.402,-1585.61,64.9979,4.2293,300,3,0,494,0,1,0,0,0),(15586,2269,0,1,1,3629,1,-806.137,116.133,16.9955,4.08407,300,0,0,787,0,0,0,0,0),(16365,2504,0,1,1,0,1,-8347,418.2,122.274,0.634,180,0,0,328,0,0,0,0,0),(9601,2679,0,1,1,1620,0,-2859.09,-1448.46,8.68912,4.53786,300,0,0,896,0,0,0,0,0),(9600,1019,0,1,1,788,0,-2654.07,-2048.08,75.7558,5.21797,300,5,0,950,0,1,0,0,0),(9599,1030,0,1,1,360,0,-4312.4,-2945.19,14.8118,1.73177,300,10,0,494,0,1,0,0,0),(9598,1418,0,1,1,391,1,-2485.33,-1688.66,-13.4243,6.12231,300,10,0,896,0,1,0,0,0),(9597,2102,0,1,1,4927,1,-4229.39,-2376.94,202.896,4.7822,300,0,0,494,0,0,0,0,0),(9596,1030,0,1,1,360,0,-4324.85,-2943.6,16.7937,5.48369,300,3,0,494,0,1,0,0,0),(9595,2098,0,1,1,10002,0,-4040.71,-2557.35,140.166,5.55719,300,5,0,102,0,1,0,0,0),(9594,1016,0,1,1,673,0,-2785.79,-2942.42,64.8738,3.93566,300,3,0,664,0,1,0,0,0),(9593,1017,0,1,1,649,0,-2731.8,-2826.96,59.4968,2.97676,300,0,0,734,0,0,0,0,0),(9592,1050,0,1,1,8315,1,-4115.38,-3781.06,196.03,6.21337,600,0,0,9432,0,0,0,0,0),(9591,1050,0,1,1,8315,1,-4051.59,-3903.66,184.044,4.08407,600,0,0,9432,0,0,0,0,0),(9590,1050,0,1,1,8315,1,-4107.91,-3886.97,184.357,6.24828,600,0,0,9432,0,0,0,0,0),(9589,1047,0,1,1,8313,1,-3543.94,-3941.29,102.124,1.6903,600,0,0,8883,0,0,0,0,0),(9588,1050,0,1,1,8315,1,-3959.8,-4005.61,171.482,5.48033,600,0,0,9432,0,0,0,0,0),(9587,1050,0,1,1,8315,1,-3993.36,-3986.63,176.335,0.767945,600,0,0,9432,0,0,0,0,0),(9586,1050,0,1,1,8315,1,-4060.55,-3843.45,189.637,3.33358,600,0,0,9432,0,0,0,0,0),(9585,1028,0,1,1,1079,1,-3048.89,-847.357,-14.215,3.00197,300,0,0,504,1443,0,0,0,0),(9584,2595,0,1,1,11254,1,-2254.42,-1478.97,-43.5668,0.026295,300,10,0,1604,0,1,0,0,0),(1302,871,0,1,1,506,1,-12157.7,629.139,-67.5103,1.74869,1800,5,0,1403,0,1,0,0,0),(15585,2385,0,1,1,1056,0,-805.899,-820.65,19.0135,3.16186,300,5,0,840,0,1,0,0,0),(27537,4852,70,1,1,160,1,-266.266,90.8042,-48.711,0.575959,86400,2,0,3279,1142,1,0,0,0),(1301,1152,0,1,1,833,0,-12502.9,-230.918,7.48236,5.35174,300,5,0,1403,0,1,0,0,0),(1300,873,0,1,1,11293,1,-12165.1,638.484,-66.5422,3.27504,1800,5,0,1208,1097,1,0,0,0),(1299,709,0,1,1,655,1,-12386.6,-891.133,46.9426,2.48089,1800,5,0,1823,0,1,0,0,0),(1298,699,0,1,1,4576,1,-11650.4,758.54,42.2845,5.88176,300,0,0,1279,0,0,0,0,0),(1297,684,0,1,1,633,0,-12127.5,-743.169,14.0338,2.31471,300,5,0,1536,0,1,0,0,0),(1296,772,0,1,1,614,0,-12095.7,-987.971,49.5976,2.62021,300,5,0,1536,0,1,0,0,0),(1295,772,0,1,1,614,0,-12036.2,-922.681,43.3261,3.32987,300,5,0,1536,0,1,0,0,0),(1294,772,0,1,1,614,0,-12148.9,-983.322,35.1428,0.305261,300,5,0,1536,0,1,0,0,0),(1293,1151,0,1,1,2548,0,-11848.5,842.866,3.09448,6.25201,300,5,0,1403,0,1,0,0,0),(1292,772,0,1,1,614,0,-12156.2,-922.453,39.5709,3.97728,300,10,0,1536,0,1,0,0,0),(1291,1151,0,1,1,2548,0,-11874.4,822.77,2.6525,1.79079,300,5,0,1403,0,1,0,0,0),(1290,709,0,1,1,655,1,-12433.5,-836.305,40.1195,5.37561,1800,0,0,1823,0,0,0,0,0),(9583,1482,0,1,1,3485,0,-3674.24,-734.237,10.9442,0.688427,300,0,0,484,0,0,0,0,0),(9582,1050,0,1,1,8315,1,-3951.23,-3992.42,173.433,5.14872,600,0,0,9432,0,0,0,0,0),(9580,1048,0,1,1,716,1,-3913.05,-4014.33,167.195,0.869833,600,10,0,9156,0,1,0,0,0),(9581,1049,0,1,1,8314,0,-3706.81,-4012.17,130.885,6.15205,600,0,0,7545,4972,2,0,0,0),(17725,1782,0,1,1,574,0,512.101,912.456,128.733,2.54818,275,0,0,273,0,0,0,0,0),(56677,12098,409,1,1,13030,1,601.087,-1179.11,-195.882,1.5708,604800,0,0,1000560,0,0,0,0,0),(56676,11673,409,1,1,12189,0,820.138,-991.096,-207.135,2.9505,7200,0,0,113295,0,2,0,0,0),(56675,11673,409,1,1,12189,0,1144.05,-662.684,-131.463,1.62316,7200,0,0,113295,0,2,0,0,0),(56674,11673,409,1,1,12189,0,831.386,-627.893,-203.149,0.791955,7200,0,0,113295,0,2,0,0,0),(56673,11673,409,1,1,12189,0,723.831,-518.31,-217.61,4.5384,7200,0,0,113295,0,2,0,0,0),(1289,709,0,1,1,655,1,-12428.7,-844.576,40.9497,2.02458,1800,0,0,1823,0,0,0,0,0),(27536,7175,70,1,1,763,1,-210.176,109.289,-47.7145,3.14159,86400,0,0,1220,0,2,0,0,0),(1288,1114,0,1,1,845,0,-12351.8,-647.962,13.5733,0.786521,300,5,0,1804,0,1,0,0,0),(1287,1151,0,1,1,2548,0,-11953.9,815.636,1.15183,5.71905,300,3,0,1403,0,1,0,0,0),(18016,1957,0,1,1,1994,1,687.006,248.615,31.629,1.43821,275,10,0,356,0,1,0,0,0),(18015,1766,0,1,1,246,0,1235.91,1376.55,43.6061,1.00993,275,10,0,222,0,1,0,0,0),(1286,1907,0,1,1,4923,1,-13788.8,438.879,92.0023,5.41516,300,3,0,2059,0,1,0,0,0),(1285,772,0,1,1,614,0,-12944.7,-299.226,10.7879,0.361776,300,5,0,1536,0,1,0,0,0),(1284,1551,0,1,1,2174,0,-13168.8,-464.141,3.91933,0,300,5,0,2059,0,1,0,0,0),(1283,1551,0,1,1,2174,0,-13178.8,-476.301,10.0844,2.44346,300,2,0,2059,0,1,0,0,0),(1282,1551,0,1,1,2174,0,-13166.3,-451.03,8.7133,3.33358,300,2,0,2059,0,1,0,0,0),(1281,772,0,1,1,614,0,-12314.1,-742.487,12.1928,4.8004,300,5,0,1536,0,1,0,0,0),(1280,1114,0,1,1,845,0,-12417,-649.187,15.3514,3.98939,300,5,0,1804,0,1,0,0,0),(1279,1551,0,1,1,2174,0,-13250.6,-508.303,17.9954,3.0168,300,2,0,2059,0,1,0,0,0),(1278,1550,0,1,1,8802,0,-13352.3,-389.739,18.4238,1.38498,300,5,0,1902,0,1,0,0,0),(9579,1049,0,1,1,8314,0,-3787.48,-4087.3,155.636,5.81517,600,5,0,7545,4972,1,0,0,0),(9578,1048,0,1,1,716,1,-3563.04,-3990.05,108.922,3.42683,600,0,0,9156,0,0,0,0,0),(9577,1050,0,1,1,8315,1,-4055.31,-3815.43,190.218,3.15905,600,0,0,9432,0,0,0,0,0),(9576,1049,0,1,1,8314,0,-3697.11,-4042.26,130.018,2.86407,600,10,0,7545,4972,1,0,0,0),(9575,1048,0,1,1,716,1,-3611.21,-3955.03,109.977,4.34546,600,0,0,9156,0,0,0,0,0),(9574,1400,0,1,1,1036,0,-3753,-1186.43,-18.9764,1.51493,300,10,0,617,0,1,0,0,0),(9573,2595,0,1,1,11254,1,-2216.49,-1555.45,-29.9376,0.563939,300,10,0,1604,0,1,0,0,0),(9572,2099,0,1,1,793,1,-3904.43,-619.818,4.80411,1.08794,300,3,0,484,0,1,0,0,0),(9571,2099,0,1,1,793,1,-3869.46,-598.839,6.15847,4.78435,300,0,0,484,0,0,0,0,0),(9570,1483,0,1,1,2733,1,-3743.22,-797.57,11.4796,2.64953,300,0,0,484,0,2,0,0,0),(9569,1484,0,1,1,3489,0,-3743.43,-886.878,11.0121,3.57173,300,0,0,484,0,0,0,0,0),(9568,1479,0,1,1,3506,1,-3713.98,-811.793,25.403,2.41864,300,0,0,484,0,0,0,0,0),(9567,2099,0,1,1,793,1,-3842.65,-737.782,8.74897,4.08407,300,0,0,484,0,0,0,0,0),(9566,1445,0,1,1,338,0,-3667.39,-733.498,10.9584,2.74017,300,0,0,55,0,0,0,0,0),(9565,5403,0,1,1,2410,0,-3659.51,-753.616,9.97506,5.63593,300,0,0,42,0,0,0,0,0),(9564,12376,0,1,1,2404,0,-3638.66,-714.83,9.9453,4.29351,300,0,0,42,0,0,0,0,0),(9563,1459,0,1,1,3463,1,-3758.33,-855.729,10.0241,4.46419,300,0,0,713,0,2,0,0,0),(9562,3178,0,1,1,3468,1,-3755.63,-720.676,8.18917,3.68849,300,3,0,713,0,1,0,0,0),(9561,1434,0,1,1,2677,1,-3744.99,-759.752,9.67399,2.97243,300,3,0,2790,0,1,0,0,0),(9560,1434,0,1,1,2679,1,-3530.14,-914.874,9.19879,2.96362,300,3,0,2790,0,1,0,0,0),(9559,1434,0,1,1,2680,1,-3865.2,-594.814,6.40026,3.57792,300,0,0,2790,0,0,0,0,0),(9558,1434,0,1,1,2678,1,-3886.3,-595.664,5.78198,3.56047,300,0,0,2790,0,0,0,0,0),(9557,1434,0,1,1,2678,1,-3730.16,-807.502,20.3016,4.23419,300,0,0,2790,0,2,0,0,0),(9556,1434,0,1,1,2678,1,-3689.83,-774.054,11.0056,6.19077,300,5,0,2790,0,1,0,0,0),(9555,1434,0,1,1,2678,1,-3776.45,-826.227,11.6295,5.59802,300,4,0,2790,0,1,0,0,0),(9554,1434,0,1,1,2679,1,-3734.41,-817.711,20.3013,2.72242,300,3,0,2790,0,1,0,0,0),(9553,1434,0,1,1,2678,1,-3542.41,-896.957,9.50667,5.82098,300,0,0,2790,0,2,0,0,0),(9552,1049,0,1,1,8314,0,-3679.62,-3994.1,127.343,1.46122,600,3,0,7545,4972,1,0,0,0),(9551,1048,0,1,1,716,1,-3843.86,-4014.66,159.226,0.483717,600,5,0,9156,0,1,0,0,0),(9550,1050,0,1,1,8315,1,-4056.75,-3781.45,194.749,3.19395,600,0,0,9432,0,0,0,0,0),(9549,1049,0,1,1,8314,0,-3752.87,-4060.52,145.397,5.8967,600,5,0,7545,4972,1,0,0,0),(9548,1048,0,1,1,716,1,-3595.13,-3984.96,108.992,0.182924,600,5,0,9156,0,1,0,0,0),(9547,1050,0,1,1,8315,1,-4115.67,-3848.33,190.087,0.034907,600,0,0,9432,0,0,0,0,0),(9546,1049,0,1,1,8314,0,-3782.52,-4014.72,148.531,3.92133,600,10,0,7545,4972,1,0,0,0),(9545,1027,0,1,1,506,1,-2721.67,-1034.6,-13.0759,2.17969,300,10,0,664,0,1,0,0,0),(9544,1027,0,1,1,506,1,-2745.85,-1092.08,-9.53117,4.68115,300,10,0,664,0,1,0,0,0),(9543,1027,0,1,1,506,1,-2724.18,-979.468,-13.2423,0.139161,300,10,0,664,0,1,0,0,0),(9542,1417,0,1,1,1035,0,-4105.13,-3093.6,9.64633,4.25747,300,10,0,531,0,1,0,0,0),(9541,2596,0,1,1,5765,1,-2221.49,-1520.33,-35.9927,4.62531,300,10,0,1196,3075,1,0,0,0),(9540,1016,0,1,1,673,0,-2758.16,-2927.16,51.0279,2.64852,300,3,0,664,0,1,0,0,0),(9539,2102,0,1,1,4927,1,-4425.6,-2427.09,252.665,0.981529,300,5,0,494,0,1,0,0,0),(9538,2099,0,1,1,793,1,-3915.33,-627.699,4.79788,6.03106,300,3,0,484,0,1,0,0,0),(9537,8881,0,1,1,2784,0,-3796.54,-830.003,9.73768,3.1765,300,0,0,42,0,0,0,0,0),(9536,5404,0,1,1,2402,0,-3635.94,-724.132,10.007,4.32842,300,0,0,42,0,0,0,0,0),(9535,1476,0,1,1,3491,1,-3816.11,-831.261,9.4674,3.64644,300,0,0,484,0,0,0,0,0),(9534,2099,0,1,1,793,1,-3858.47,-812.472,8.12129,0.435042,300,5,0,484,0,1,0,0,0),(9533,2099,0,1,1,793,1,-3849.69,-731.295,8.52667,0.669959,300,0,0,484,0,0,0,0,0),(9532,8881,0,1,1,2786,0,-3796.53,-827.717,9.8649,3.42085,300,0,0,42,0,0,0,0,0),(9531,2099,0,1,1,793,1,-3838.25,-794.124,8.3318,3.04502,300,5,0,484,0,1,0,0,0),(9530,5405,0,1,1,2409,0,-3649.77,-728.612,15.2705,5.36092,300,0,0,42,0,0,0,0,0),(9529,2099,0,1,1,793,1,-3914.25,-619.929,4.96821,2.55767,300,3,0,484,0,1,0,0,0),(9528,1463,0,1,1,3467,1,-3704.24,-734.737,10.8371,2.79539,300,2,0,713,0,1,0,0,0),(9527,1461,0,1,1,3477,1,-3790.13,-858.467,11.5981,1.12372,300,1,0,713,0,1,0,0,0),(9526,3182,0,1,1,3481,0,-3807.91,-837.641,10.0663,2.6529,300,0,0,484,0,0,0,0,0),(9525,1451,0,1,1,3462,1,-3776.6,-797.833,8.69004,2.882,300,0,0,713,0,2,0,0,0),(9524,1460,0,1,1,3465,0,-3645.77,-744.079,9.85006,3.86039,300,0,0,713,0,0,0,0,0),(9523,1454,0,1,1,5033,0,-3687.1,-725.396,16.0801,3.80482,300,0,0,713,0,0,0,0,0),(9522,1450,0,1,1,3474,1,-3797.76,-866.926,11.5981,3.21659,300,0,0,713,0,2,0,0,0),(9521,1458,0,1,1,1898,0,-3687.09,-719.98,11.2215,4.61373,300,0,0,713,0,0,0,0,0),(9520,1456,0,1,1,3478,0,-3818.65,-818.816,9.55073,5.28835,300,0,0,713,0,0,0,0,0),(9519,3181,0,1,1,3469,0,-3840.27,-836.852,16.9484,2.77257,300,0,0,1003,0,0,0,0,0),(9518,1434,0,1,1,2680,1,-3720.14,-589.24,6.44147,2.98451,300,0,0,2790,0,0,0,0,0),(9517,1434,0,1,1,2679,1,-3728.33,-776.706,11.4795,4.92563,300,5,0,2790,0,1,0,0,0),(9516,1434,0,1,1,2678,1,-3723.75,-798.595,11.4796,4.26498,300,0,0,2790,0,2,0,0,0),(9515,1434,0,1,1,2679,1,-3525.32,-897.442,9.44792,0.511234,300,3,0,2790,0,1,0,0,0),(9514,1434,0,1,1,2678,1,-3822.19,-767.092,10.0241,3.24575,300,0,0,2790,0,2,0,0,0),(9513,1434,0,1,1,2679,1,-3741.1,-590.141,6.30289,0.31862,300,0,0,2790,0,0,0,0,0),(9512,1434,0,1,1,2678,1,-3721.14,-800.339,25.403,1.81113,300,0,0,2790,0,0,0,0,0),(9511,1434,0,1,1,2679,1,-3654.92,-850.519,9.67627,6.18187,300,0,0,2790,0,0,0,0,0),(9510,1434,0,1,1,2679,1,-3691.05,-793.791,11.4796,5.57588,300,5,0,2790,0,1,0,0,0),(9509,1018,0,1,1,180,0,-3194.84,-3167.43,79.5633,6.09039,300,2,0,896,0,1,0,0,0),(9508,1019,0,1,1,788,0,-3019.5,-3245.56,58.4111,1.12521,300,3,0,950,0,1,0,0,0),(9507,1018,0,1,1,180,0,-3147.92,-3172.18,65.6812,1.5708,300,3,0,896,0,1,0,0,0),(9506,1018,0,1,1,180,0,-2953.05,-3311.23,54.206,2.51745,300,3,0,896,0,1,0,0,0),(9505,2104,0,1,1,5409,1,-3732.46,-797.345,26.7802,5.77704,300,0,0,1342,0,0,0,0,0),(9504,1242,0,1,1,3461,1,-3761.23,-733.229,8.04967,1.36835,300,0,0,1003,0,0,0,0,0),(9503,2086,0,1,1,3480,1,-3716.14,-807.058,10.0639,5.91667,300,0,0,713,0,0,0,0,0),(9502,4455,0,1,1,796,0,-3745.55,-801.538,11.5629,0.471239,300,0,0,573,0,0,0,0,0),(9501,1049,0,1,1,8314,0,-3813.79,-4045.87,152.633,5.2955,600,10,0,7545,4972,1,0,0,0),(9500,1050,0,1,1,8315,1,-4091.13,-3948.79,179.216,0.785398,600,0,0,9432,0,0,0,0,0),(9499,1050,0,1,1,8315,1,-4051.29,-3878.18,186.769,3.22886,600,0,0,9432,0,0,0,0,0),(9498,1050,0,1,1,8315,1,-3975.85,-4014.45,172.776,5.84685,600,0,0,9432,0,0,0,0,0),(9497,1046,0,1,1,8312,0,-3372.48,-3654.41,63.6958,3.39842,600,5,0,6891,4578,1,0,0,0),(9496,1050,0,1,1,8315,1,-3975.4,-3960.23,178.066,4.45059,600,0,0,9432,0,0,0,0,0),(9495,1050,0,1,1,8315,1,-4017.14,-3921.73,181.185,3.78736,600,0,0,9432,0,0,0,0,0),(9494,1049,0,1,1,8314,0,-3746.53,-3995.52,142.89,5.6198,600,3,0,7545,4972,1,0,0,0),(9493,1047,0,1,1,8313,1,-3571.06,-3912.59,100.901,1.69629,600,3,0,8883,0,1,0,0,0),(9492,1028,0,1,1,1079,1,-3051.04,-931.25,-4.76749,6.15883,300,5,0,504,1443,1,0,0,0),(9491,1420,0,1,1,901,0,-2933.64,-1839.42,6.34453,5.85847,300,10,0,8,0,1,0,0,0),(9490,1420,0,1,1,901,0,-4127.74,-3173.25,11.311,2.29533,300,10,0,8,0,1,0,0,0),(9489,1420,0,1,1,901,0,-2885.81,-1303.43,9.62749,4.91898,300,10,0,8,0,1,0,0,0),(9488,1400,0,1,1,1036,0,-3711.17,-1239.44,-7.03479,2.57709,300,10,0,617,0,1,0,0,0),(9487,1418,0,1,1,391,1,-2615.52,-1243.67,-14.2569,5.8947,300,10,0,896,0,1,0,0,0),(9486,1418,0,1,1,391,1,-2685.77,-1182.18,-13.1759,2.30947,300,10,0,896,0,1,0,0,0),(9485,1418,0,1,1,391,1,-2485.8,-1594.88,-27.7009,1.4278,300,10,0,896,0,1,0,0,0),(9484,1418,0,1,1,391,1,-2643.2,-1215.43,-14.7044,4.05034,300,10,0,896,0,1,0,0,0),(9483,1418,0,1,1,391,1,-2458.36,-1644.37,-23.9631,2.55973,300,10,0,896,0,1,0,0,0),(9482,1418,0,1,1,391,1,-2639.1,-1292.5,-12.1898,0.066106,300,10,0,896,0,1,0,0,0),(9481,1418,0,1,1,391,1,-2658.56,-1352.44,-11.033,3.52228,300,10,0,896,0,1,0,0,0),(9480,1418,0,1,1,391,1,-2649.33,-1416.17,-13.5259,4.03374,300,10,0,896,0,1,0,0,0),(9479,1007,0,1,1,3199,1,-4214.16,-2979.46,11.764,6.22145,300,0,0,494,0,0,0,0,0),(9478,1017,0,1,1,649,0,-2740.98,-2818.75,60.5157,5.85624,300,0,0,734,0,0,0,0,0),(9477,2102,0,1,1,4927,1,-3980.46,-2358.27,157.511,3.90004,300,5,0,494,0,1,0,0,0),(9476,2102,0,1,1,4927,1,-3966.17,-2396.23,161.237,3.28535,300,5,0,494,0,1,0,0,0),(9475,1481,0,1,1,4429,1,-3767.47,-778.853,8.91371,5.1637,300,0,0,484,0,2,0,0,0),(9474,1447,0,1,1,3640,0,-3741.19,-888.798,11.0104,1.71042,300,0,0,55,0,0,0,0,0),(9473,1446,0,1,1,252,0,-3673.07,-731.084,10.9426,5.70723,300,0,0,55,0,0,0,0,0),(9472,1448,0,1,1,3459,1,-3712.16,-834.066,11.4796,2.58165,300,0,0,484,0,0,0,0,0),(9471,5406,0,1,1,2408,0,-3644.73,-720.112,9.96778,4.15388,300,0,0,42,0,0,0,0,0),(9470,1480,0,1,1,3486,1,-3769.18,-881.015,10.9641,0.895416,300,0,0,484,0,0,0,0,0),(9469,12375,0,1,1,2405,0,-3643.86,-755.805,9.97506,4.27265,300,0,0,42,0,0,0,0,0),(9468,1437,0,1,1,3484,1,-3644.89,-754.985,9.97506,3.57897,300,0,0,484,0,0,0,0,0),(9467,2099,0,1,1,793,1,-3730.98,-591.753,6.46108,6.03884,300,3,0,484,0,1,0,0,0),(9466,10046,0,1,1,9264,0,-3794.34,-824.898,9.84759,0.05236,300,0,0,1003,0,0,0,0,0),(135116,26218,571,1,1,0,0,2791.78,4696.37,1.86112,0.073144,300,0,0,9940,0,0,0,0,0),(9464,1462,0,1,1,3466,0,-3755.46,-849.402,10.0241,5.32655,300,2,0,713,0,1,0,0,0),(9463,1452,0,1,1,3476,1,-3746.03,-888.592,11.0244,1.18804,300,0,0,713,0,0,0,0,0),(9462,1457,0,1,1,3464,0,-3807.19,-823.611,17.1563,3.1765,300,0,0,713,0,0,0,0,0),(9461,1441,0,1,1,3473,1,-3793.04,-862.698,11.5974,2.2355,300,0,0,713,0,2,0,0,0),(9460,1464,0,1,1,3479,1,-3827.93,-831.901,10.0906,0.401426,300,0,0,1003,0,0,0,0,0),(9459,1453,0,1,1,1895,1,-3700.87,-718.832,11.2287,2.53515,300,0,0,713,0,0,0,0,0),(9458,3179,0,1,1,3470,1,-3762.84,-723.912,8.20166,4.43314,300,0,0,713,0,0,0,0,0),(9457,12658,0,1,1,12609,1,-3906.42,-609.037,5.21179,4.76475,300,0,0,484,0,0,0,0,0),(9456,1434,0,1,1,2679,1,-3646.95,-835.279,9.65445,5.759,300,0,0,2790,0,0,0,0,0),(9455,1434,0,1,1,2680,1,-3904.06,-605.163,5.33632,0.506145,300,0,0,2790,0,0,0,0,0),(9454,1434,0,1,1,2678,1,-3667.17,-884.368,9.95435,0.6876,300,4,0,2790,0,1,0,0,0),(9453,1434,0,1,1,2678,1,-3726.81,-853.776,10.9955,3.3703,300,4,0,2790,0,1,0,0,0),(9452,1434,0,1,1,2678,1,-3724.95,-777.123,35.5055,5.31195,300,0,0,2790,0,0,0,0,0),(9451,1434,0,1,1,2679,1,-3845.64,-881.299,6.4364,2.22328,300,3,0,2790,0,1,0,0,0),(9450,1434,0,1,1,2678,1,-3748.8,-815.171,11.4795,4.06622,300,5,0,2790,0,1,0,0,0),(9449,1434,0,1,1,2679,1,-3732,-574.424,5.96492,4.5204,300,0,0,2790,0,0,0,0,0),(9448,1571,0,1,1,5130,0,-3793.2,-782.052,9.09773,5.2709,600,0,0,10572,0,0,0,0,0),(9447,5082,0,1,1,3011,1,-3849.96,-736.444,8.66354,1.37881,300,0,0,1003,0,0,0,0,0),(9446,1239,0,1,1,1699,0,-3792.5,-840.038,9.90435,0.969448,300,0,0,1003,0,0,0,0,0),(9445,2096,0,1,1,1677,0,-3584.85,-865.268,12.9323,5.03926,300,0,0,713,0,0,0,0,0),(9444,1217,0,1,1,3460,0,-3818.05,-827.299,9.67523,5.91667,300,0,0,713,0,0,0,0,0),(9443,2097,0,1,1,1674,0,-3688.57,-838.11,11.2478,0.453786,300,0,0,713,0,0,0,0,0),(9442,1050,0,1,1,8315,1,-4114.78,-3814.43,192.92,0,600,0,0,9432,0,0,0,0,0),(9441,1049,0,1,1,8314,0,-3712.23,-4077.41,138.499,3.1438,600,3,0,7545,4972,1,0,0,0),(9440,1047,0,1,1,8313,1,-3525.42,-3925.34,98.4791,3.89743,600,3,0,8883,0,1,0,0,0),(9439,1048,0,1,1,716,1,-3919.93,-4085.11,172.07,2.91742,600,10,0,9156,0,1,0,0,0),(9438,1049,0,1,1,8314,0,-3583.05,-4015.14,109.921,0.901763,600,10,0,7545,4972,1,0,0,0),(9437,1049,0,1,1,8314,0,-3622.64,-3985.91,114.946,2.00453,600,3,0,7545,4972,1,0,0,0),(9436,1048,0,1,1,716,1,-3882.3,-4050.14,164.135,6.17651,600,10,0,9156,0,1,0,0,0),(9435,1050,0,1,1,8315,1,-4063.72,-3972.15,181.661,1.02974,600,0,0,9432,0,0,0,0,0),(9434,2911,0,1,1,1650,1,-3813.62,-837.888,17.1641,1.43117,300,0,0,2138,0,0,0,0,0),(9433,3180,0,1,1,3471,1,-2654.2,-2314.79,77.6986,6.19592,300,0,0,1050,0,0,0,0,0),(9432,4963,0,1,1,2964,1,-3822.89,-827.898,10.2984,5.16617,300,0,0,1003,0,0,0,0,0),(9431,1032,0,1,1,767,0,-2944.3,-2824.74,27.3129,4.9512,300,10,0,617,0,1,0,0,0),(9430,1418,0,1,1,391,1,-2592.15,-1554.63,-9.76612,3.76223,300,10,0,896,0,1,0,0,0),(9429,1418,0,1,1,391,1,-2510.58,-1622.05,-19.5504,3.70143,300,10,0,896,0,1,0,0,0),(9428,1418,0,1,1,391,1,-2405.29,-1695.5,-16.3056,4.95776,300,10,0,896,0,1,0,0,0),(9427,1418,0,1,1,391,1,-2597.06,-1470.13,-13.517,2.53179,300,10,0,896,0,1,0,0,0),(9426,1418,0,1,1,391,1,-2613.37,-1507,-10.1222,1.03153,300,10,0,896,0,1,0,0,0),(9425,1418,0,1,1,391,1,-2522.4,-1547.3,-21.728,2.92119,300,10,0,896,0,1,0,0,0),(9424,1418,0,1,1,391,1,-2613,-1388.05,-13.7176,1.22002,300,10,0,896,0,1,0,0,0),(9423,1418,0,1,1,391,1,-2549.32,-1586.18,-13.1381,3.28531,300,10,0,896,0,1,0,0,0),(9422,1418,0,1,1,391,1,-2615.01,-1450.99,-15.7628,5.32325,300,0,0,896,0,0,0,0,0),(9421,2595,0,1,1,11254,1,-2207.81,-1707.91,-64.187,3.9074,300,10,0,1604,0,1,0,0,0),(9420,15384,0,1,1,11686,0,-3739.14,-604.76,9.6443,2.86234,300,0,0,4120,0,0,0,0,0),(9419,15384,0,1,1,11686,0,-3895.13,-627.5,6.87212,0.645772,300,0,0,4120,0,0,0,0,0),(9418,1008,0,1,1,355,1,-4150.9,-2851.43,12.1226,0.890118,300,0,0,531,0,0,0,0,0),(9417,1007,0,1,1,3199,1,-4181.26,-2884.55,12.2847,4.5204,300,0,0,494,0,0,0,0,0),(9416,2111,0,1,1,1407,0,-3746.29,-877.423,10.1325,1.18682,300,0,0,484,0,0,0,0,0),(9415,2098,0,1,1,10001,0,-4165.49,-2469.87,210.461,5.15421,300,5,0,102,0,1,0,0,0),(9414,1174,0,1,1,163,1,-4927.74,-2963.38,317.67,0.058681,300,3,0,219,537,1,0,0,0),(9413,1172,0,1,1,10913,1,-4808.38,-2946.72,325.148,4.63022,300,2,0,198,0,1,0,0,0),(9412,1195,0,1,1,827,0,-5316.55,-2834.93,336.855,6.14356,300,2,0,198,0,1,0,0,0),(68452,22991,530,1,1,0,0,-4109.06,3019.1,352.24,0.261799,180,0,0,4120,0,0,0,0,0),(9410,1175,0,1,1,373,1,-4940.28,-2969.32,321.57,5.18458,300,3,0,247,0,1,0,0,0),(9409,1174,0,1,1,163,1,-4911.3,-2968.12,316.566,5.43842,300,3,0,219,537,1,0,0,0),(9408,1174,0,1,1,163,1,-4884.37,-2970.6,316.923,5.92138,300,0,0,219,537,0,0,0,0),(9407,1175,0,1,1,373,1,-4892.78,-2974.56,317.074,0.832015,300,0,0,247,0,2,0,0,0),(9406,8055,0,1,1,1598,1,-5309.88,-2987.97,340.697,-2.93215,300,0,0,3048,0,0,0,0,0),(9405,1195,0,1,1,827,0,-5459.24,-2976.95,357.309,2.00211,300,5,0,198,0,1,0,0,0),(9404,1186,0,1,1,707,0,-5015.33,-2753.08,327.756,5.65884,300,10,0,266,0,1,0,0,0),(9403,1190,0,1,1,704,0,-5117.34,-3046.97,327.374,1.30591,300,10,0,198,0,1,0,0,0),(9402,1190,0,1,1,704,0,-5048.86,-2941.15,333.748,4.79261,300,10,0,198,0,1,0,0,0),(9401,1195,0,1,1,827,0,-5120.98,-2985.48,335.24,3.35624,300,10,0,198,0,1,0,0,0),(9400,1190,0,1,1,704,0,-5185.48,-3046.39,330.774,1.75938,300,10,0,198,0,1,0,0,0),(9399,1195,0,1,1,827,0,-5060.23,-3002.1,325.868,6.0946,300,10,0,198,0,1,0,0,0),(9398,1190,0,1,1,704,0,-4914.79,-2783.21,328.342,4.17264,300,10,0,198,0,1,0,0,0),(9397,1195,0,1,1,827,0,-5087.17,-2887.14,325.893,0.154876,300,10,0,198,0,1,0,0,0),(9396,1190,0,1,1,704,0,-5133.22,-2901.81,332.927,2.39352,300,10,0,198,0,1,0,0,0),(9395,1186,0,1,1,707,0,-5091.51,-3019.98,324.161,3.01239,300,5,0,266,0,1,0,0,0),(9394,1195,0,1,1,827,0,-5233.13,-2919.52,338.286,4.61023,300,5,0,198,0,1,0,0,0),(9393,1195,0,1,1,827,0,-5050.67,-2898.73,335.773,3.6559,300,10,0,198,0,1,0,0,0),(9392,1190,0,1,1,704,0,-5120.05,-3019.98,329.341,3.79242,300,10,0,198,0,1,0,0,0),(9391,1186,0,1,1,707,0,-5034.82,-2889.04,337.445,4.3511,300,10,0,266,0,1,0,0,0),(9390,1195,0,1,1,827,0,-5053.48,-2785.7,326.446,6.26938,300,5,0,198,0,1,0,0,0),(9389,1190,0,1,1,704,0,-5153.1,-3020.75,332.497,3.79978,300,10,0,198,0,1,0,0,0),(9388,1186,0,1,1,707,0,-5228.57,-2804.31,341.796,4.98532,300,10,0,266,0,1,0,0,0),(9387,1188,0,1,1,762,0,-5714.6,-3118.53,315.817,5.26788,300,5,0,328,0,1,0,0,0),(9385,1190,0,1,1,704,0,-5157.63,-2953.91,333.585,4.06582,300,5,0,198,0,1,0,0,0),(9384,1195,0,1,1,827,0,-5239.23,-2929.43,340.108,2.34514,300,5,0,198,0,1,0,0,0),(9383,1190,0,1,1,704,0,-5158.59,-2818.77,331.172,0.097727,300,10,0,198,0,1,0,0,0),(9382,1933,0,1,1,856,0,-5559.05,-2859.77,361.332,3.59446,300,5,0,14,0,1,0,0,0),(9381,1188,0,1,1,762,0,-5632.9,-3121.73,350.146,0.457337,300,0,0,328,0,2,0,0,0),(9380,1186,0,1,1,707,0,-5459.44,-3020,356.374,1.60818,300,10,0,266,0,1,0,0,0),(9379,1186,0,1,1,707,0,-5517.09,-3044.83,360.901,2.62136,300,5,0,266,0,1,0,0,0),(9378,1195,0,1,1,827,0,-5447.51,-2852.44,346.203,6.26059,300,5,0,198,0,1,0,0,0),(9377,1181,0,1,1,1045,1,-4850.74,-4017.31,311.65,0,300,0,0,377,408,0,0,0,0),(9376,1179,0,1,1,6692,1,-4851.38,-3980.5,303.126,2.27311,300,5,0,377,408,1,0,0,0),(9375,1178,0,1,1,1122,1,-4879.88,-3884.42,303.659,2.4162,300,0,0,417,0,0,0,0,0),(9374,1180,0,1,1,14403,1,-4826.42,-4079.79,309.875,2.38447,300,0,0,449,0,2,0,0,0),(9373,1180,0,1,1,14403,1,-4860.08,-3892.7,303.227,0.256854,300,0,0,449,0,2,0,0,0),(9372,1181,0,1,1,1045,1,-4885.09,-3848.9,302.692,2.16486,300,10,0,377,408,1,0,0,0),(9371,1181,0,1,1,1045,1,-4896.16,-3884.95,302.782,1.44547,300,10,0,377,408,1,0,0,0),(9370,1178,0,1,1,1122,1,-4884.67,-3813.78,304.126,1.87155,300,5,0,417,0,1,0,0,0),(9369,1183,0,1,1,1052,1,-4835.05,-3886.15,301.368,2.80211,300,3,0,404,456,1,0,0,0),(9368,1178,0,1,1,1122,1,-4902.35,-3910.26,300.735,1.74533,300,0,0,417,0,0,0,0,0),(9367,1178,0,1,1,1122,1,-4948.55,-3748.52,318.755,0.36412,300,5,0,417,0,1,0,0,0),(9366,1183,0,1,1,1052,1,-4831.06,-3878.74,302.56,3.94444,300,3,0,404,456,1,0,0,0),(9365,1179,0,1,1,6692,1,-4853.22,-3782.59,307.549,3.58164,300,5,0,377,408,1,0,0,0),(9364,1178,0,1,1,1122,1,-4874.72,-3906.17,302.602,3.10669,300,0,0,417,0,0,0,0,0),(9363,1179,0,1,1,6692,1,-4898.55,-3905.85,300.536,3.12414,300,0,0,377,408,0,0,0,0),(9362,1179,0,1,1,6692,1,-4914.54,-3852.15,304.682,5.07223,300,3,0,377,408,1,0,0,0),(9361,1178,0,1,1,1122,1,-4880.8,-3747.4,312.49,0.888788,300,10,0,417,0,1,0,0,0),(9360,1180,0,1,1,14403,1,-4767.12,-4194.76,303.242,2.19912,300,2,0,449,0,1,0,0,0),(9359,1180,0,1,1,14403,1,-4762.5,-4186.84,302.867,5.38499,300,2,0,449,0,1,0,0,0),(9358,1210,0,1,1,1054,1,-4758,-4189.11,303.079,2.02106,600,0,0,1686,0,0,0,0,0),(9357,1173,0,1,1,365,1,-5074.26,-2712.17,319.911,3.34748,300,2,0,198,0,1,0,0,0),(9356,1172,0,1,1,10913,1,-5013.65,-2683.57,324.276,0.000697,300,5,0,198,0,1,0,0,0),(9355,1412,0,1,1,134,0,-5320.06,-2999.37,336.224,4.51518,300,10,0,8,0,1,0,0,0),(9354,1173,0,1,1,365,1,-5036.17,-2694.64,319.495,4.34221,300,3,0,198,0,1,0,0,0),(9353,1173,0,1,1,365,1,-5032.69,-2680.43,319.468,2.80998,300,0,0,198,0,0,0,0,0),(9352,1173,0,1,1,365,1,-5078.82,-2756.08,334.231,5.96514,300,10,0,198,0,1,0,0,0),(9351,1172,0,1,1,10913,1,-5039.53,-2674.9,319.4,5.23599,300,0,0,198,0,0,0,0,0),(9350,1172,0,1,1,10913,1,-5047.08,-2674.53,319.745,2.72543,300,5,0,198,0,1,0,0,0),(9349,1172,0,1,1,10913,1,-5089.66,-2685.34,336.236,3.12924,300,5,0,198,0,1,0,0,0),(9348,1172,0,1,1,10913,1,-5042.87,-2651.76,322.929,1.65102,300,5,0,198,0,1,0,0,0),(9347,1189,0,1,1,762,0,-5016.37,-3619.72,300.009,4.23928,300,10,0,427,0,1,0,0,0),(9346,1189,0,1,1,762,0,-4951.55,-3621.24,299.616,2.13461,300,10,0,427,0,1,0,0,0),(9345,1189,0,1,1,762,0,-4982.97,-3649.8,304.863,0.939462,300,10,0,427,0,1,0,0,0),(9344,1189,0,1,1,762,0,-5082.32,-3616.29,302.411,0.917237,300,10,0,427,0,1,0,0,0),(9343,1173,0,1,1,365,1,-5029.95,-2669.15,319.526,0.940278,300,0,0,198,0,0,0,0,0),(9342,1412,0,1,1,134,0,-5517.17,-2888.82,355.458,3.25311,300,10,0,8,0,1,0,0,0),(9341,1693,0,1,1,1034,0,-4928.4,-3602.55,297.711,0.433089,300,10,0,300,0,1,0,0,0),(9340,1693,0,1,1,1034,0,-4887.46,-3574.73,298.763,0.720345,300,10,0,300,0,1,0,0,0),(9339,1195,0,1,1,827,0,-4852.08,-2821.61,326.055,1.59793,300,10,0,198,0,1,0,0,0),(9338,1172,0,1,1,10913,1,-4967.21,-2646.91,331.664,0.271854,300,2,0,198,0,1,0,0,0),(9337,1172,0,1,1,10913,1,-5073.24,-2717.48,319.521,5.98209,300,2,0,198,0,1,0,0,0),(9336,1173,0,1,1,365,1,-4981.5,-2723.31,324.716,2.11891,300,5,0,198,0,1,0,0,0),(9335,1172,0,1,1,10913,1,-5066.39,-2716.22,319.015,0.975115,300,2,0,198,0,1,0,0,0),(9334,1172,0,1,1,10913,1,-4814.89,-3047.39,306.455,1.55793,300,10,0,198,0,1,0,0,0),(9333,1175,0,1,1,373,1,-4945.46,-2963.57,321.353,0.586142,300,3,0,247,0,1,0,0,0),(9332,1174,0,1,1,163,1,-4934.7,-2991.84,321.195,0.119857,300,3,0,219,537,1,0,0,0),(9331,1172,0,1,1,10913,1,-5012.53,-2612.6,331.888,0.089247,300,5,0,198,0,1,0,0,0),(9330,1173,0,1,1,365,1,-5012.29,-2637.54,326.401,1.03891,300,5,0,198,0,1,0,0,0),(9329,1172,0,1,1,10913,1,-4689.28,-3023.4,315.952,0.657959,300,3,0,198,0,1,0,0,0),(9328,1175,0,1,1,373,1,-4941.95,-2976.12,321.678,1.27428,300,3,0,247,0,1,0,0,0),(9327,1175,0,1,1,373,1,-4897.95,-2984.34,318.131,2.957,300,3,0,247,0,1,0,0,0),(9326,1175,0,1,1,373,1,-4934.72,-2963.43,317.749,2.49517,300,3,0,247,0,1,0,0,0),(9325,1175,0,1,1,373,1,-4918.11,-2994.26,319.612,0.387501,300,3,0,247,0,1,0,0,0),(9324,1195,0,1,1,827,0,-4878.45,-2758.73,326.389,3.68134,300,10,0,198,0,1,0,0,0),(9323,1175,0,1,1,373,1,-4927.8,-2973.65,317.133,3.70382,300,3,0,247,0,1,0,0,0),(9322,1174,0,1,1,163,1,-4898.24,-2981.27,317.935,4.00892,300,3,0,219,537,1,0,0,0),(9321,1175,0,1,1,373,1,-4919.11,-2959.93,316.433,2.41555,300,5,0,247,0,1,0,0,0),(9320,1172,0,1,1,10913,1,-5125.03,-2708.52,339.024,2.21624,300,10,0,198,0,1,0,0,0),(9319,1174,0,1,1,163,1,-4903.73,-2974.38,317.01,5.6412,300,3,0,219,537,1,0,0,0),(9318,1175,0,1,1,373,1,-4865.22,-2998.41,317.342,0.416861,300,3,0,247,0,1,0,0,0),(9317,1174,0,1,1,163,1,-4875.06,-2975.29,317.392,6.23157,300,0,0,219,537,0,0,0,0),(9316,1172,0,1,1,10913,1,-4718.61,-3042.37,313.143,1.81157,300,10,0,198,0,1,0,0,0),(9315,1172,0,1,1,10913,1,-4671.42,-3110.04,304.273,2.16636,300,5,0,198,0,1,0,0,0),(9314,1202,0,1,1,26,1,-4709.32,-3077.75,309.237,0.62669,300,0,0,222,0,0,0,0,0),(9313,1172,0,1,1,10913,1,-4681.74,-3067.66,314.009,1.82244,300,5,0,198,0,1,0,0,0),(9312,1172,0,1,1,10913,1,-4781.85,-3051.55,305.59,3.69274,300,10,0,198,0,1,0,0,0),(9311,1175,0,1,1,373,1,-4846.65,-2974.62,322.513,3.01124,300,0,0,247,0,0,0,0,0),(9310,1176,0,1,1,10912,1,-4789.48,-3023.86,301.603,4.60767,300,0,0,222,0,0,0,0,0),(9309,1202,0,1,1,26,1,-4714.93,-3090.72,307.237,2.01586,300,0,0,222,0,0,0,0,0),(9308,1176,0,1,1,10912,1,-4785.39,-3029.02,301.152,6.09698,300,0,0,222,0,0,0,0,0),(9307,1202,0,1,1,26,1,-4800.12,-3033.36,303.33,3.58412,300,5,0,222,0,1,0,0,0),(9306,1202,0,1,1,26,1,-4725.87,-3081.51,307.612,1.98558,300,5,0,222,0,1,0,0,0),(9305,1172,0,1,1,10913,1,-4679.73,-2947.55,317.373,0.112,300,5,0,198,0,1,0,0,0),(9304,1172,0,1,1,10913,1,-4979.77,-2982.26,347.959,3.72959,300,3,0,198,0,1,0,0,0),(9303,1172,0,1,1,10913,1,-4771.95,-2973.05,321.272,4.39453,300,5,0,198,0,1,0,0,0),(9302,1176,0,1,1,10912,1,-4919.13,-2995.94,332.209,3.9968,300,0,0,222,0,0,0,0,0),(9301,1202,0,1,1,26,1,-4801.65,-2964.45,321.83,5.72468,300,0,0,222,0,0,0,0,0),(9300,1172,0,1,1,10913,1,-4705.79,-3003.58,314.832,2.92504,300,3,0,198,0,1,0,0,0),(9299,1176,0,1,1,10912,1,-4781.77,-2975.52,323.022,3.85409,300,0,0,222,0,0,0,0,0),(9298,1176,0,1,1,10912,1,-4787.6,-2966.72,322.022,0.077542,300,3,0,222,0,1,0,0,0),(9297,1202,0,1,1,26,1,-4803.08,-2971.95,321.599,2.10747,300,0,0,222,0,0,0,0,0),(9296,1173,0,1,1,365,1,-4948,-2998.16,343.712,6.24414,300,0,0,198,0,2,0,0,0),(9295,1172,0,1,1,10913,1,-4720.54,-2917.08,321.74,5.50196,300,3,0,198,0,1,0,0,0),(9294,1172,0,1,1,10913,1,-4801.66,-2946.82,326.293,5.13207,300,5,0,198,0,1,0,0,0),(9293,1202,0,1,1,26,1,-4793.29,-2980.28,323.272,1.19696,300,0,0,222,0,0,0,0,0),(9292,1186,0,1,1,707,0,-5035.18,-2935.55,336.171,2.7444,300,10,0,266,0,1,0,0,0),(9291,1195,0,1,1,827,0,-4827.29,-2813.8,322.138,2.62072,300,10,0,198,0,1,0,0,0),(9290,1195,0,1,1,827,0,-4903.86,-2818.61,322.607,0.810255,300,10,0,198,0,1,0,0,0),(9289,1186,0,1,1,707,0,-5158.09,-2676.76,343.293,3.80528,300,10,0,266,0,1,0,0,0),(9288,1195,0,1,1,827,0,-5252.09,-2851.05,344.607,1.70921,300,5,0,198,0,1,0,0,0),(9287,1190,0,1,1,704,0,-5025.01,-3083.72,314.387,3.18204,300,5,0,198,0,1,0,0,0),(9286,1172,0,1,1,10913,1,-5119.48,-2654.07,334.603,4.17279,300,5,0,198,0,1,0,0,0),(9285,1162,0,1,1,764,1,-5793.35,-2966.46,374.344,3.40339,300,0,0,222,0,0,0,0,0),(9284,1161,0,1,1,763,1,-5792.14,-2907.88,365.413,6.04967,300,3,0,222,0,1,0,0,0),(9283,1161,0,1,1,763,1,-5799.58,-2952.05,375.123,2.58309,300,0,0,222,0,0,0,0,0),(9282,1161,0,1,1,763,1,-5818.7,-2886.62,364.753,4.4505,300,10,0,222,0,1,0,0,0),(9281,1161,0,1,1,763,1,-5796.46,-2926.09,363.899,1.0821,300,0,0,222,0,0,0,0,0),(9280,1162,0,1,1,764,1,-5809.13,-2924.11,363.754,1.98632,300,10,0,222,0,1,0,0,0),(9279,1161,0,1,1,763,1,-5847.88,-2951.3,357.556,5.51138,300,10,0,222,0,1,0,0,0),(9278,1162,0,1,1,764,1,-5852.71,-2916.36,364.014,3.88566,300,10,0,222,0,1,0,0,0),(9277,1161,0,1,1,763,1,-5919.47,-2914.03,367.476,2.92901,300,10,0,222,0,1,0,0,0),(9276,1161,0,1,1,763,1,-5810.56,-2965.8,365.578,1.53403,300,3,0,222,0,1,0,0,0),(9275,1162,0,1,1,764,1,-5794.35,-2970.61,374.773,2.70526,300,0,0,222,0,0,0,0,0),(9274,1162,0,1,1,764,1,-5883.62,-2912.25,366.912,1.7635,300,5,0,222,0,1,0,0,0),(9273,1161,0,1,1,763,1,-5784.19,-2879.61,363.965,1.93018,300,10,0,222,0,1,0,0,0),(9272,1161,0,1,1,763,1,-5820.76,-2957.22,358.242,3.44415,300,3,0,222,0,1,0,0,0),(9271,1412,0,1,1,134,0,-5353.48,-2993.77,328.249,1.599,300,10,0,8,0,1,0,0,0),(9270,1412,0,1,1,134,0,-5421.16,-2846.81,345.524,1.71854,300,10,0,8,0,1,0,0,0),(9269,1164,0,1,1,722,1,-6166.45,-2903.7,405.652,3.70873,300,5,0,328,0,1,0,0,0),(9268,1164,0,1,1,722,1,-6161.34,-2913.41,404.586,4.42331,300,2,0,328,0,1,0,0,0),(9267,1197,0,1,1,763,1,-6172.88,-2938.95,405.831,1.89966,300,2,0,301,326,1,0,0,0),(9266,1164,0,1,1,722,1,-6171.04,-2946.97,407.357,5.80556,300,2,0,328,0,1,0,0,0),(9265,1197,0,1,1,763,1,-6214.35,-2926.16,401.98,6.18262,300,5,0,301,326,1,0,0,0),(9264,1163,0,1,1,160,1,-6112.89,-2996.46,399.343,4.38202,300,3,0,273,0,1,0,0,0),(9263,1166,0,1,1,764,1,-6144.05,-2955.71,396.622,1.00645,300,2,0,253,264,1,0,0,0),(9262,1166,0,1,1,764,1,-6133.97,-2976.72,399.963,3.378,300,3,0,253,264,1,0,0,0),(9261,1163,0,1,1,160,1,-6099.55,-2942.16,401.196,4.49587,300,3,0,273,0,1,0,0,0),(9260,1166,0,1,1,764,1,-6125.86,-2924.74,401.462,3.70439,300,2,0,253,264,1,0,0,0),(9259,1163,0,1,1,160,1,-6119.81,-2956.39,397.416,3.12147,300,2,0,273,0,1,0,0,0),(9258,1163,0,1,1,160,1,-6140.52,-2897.49,403.497,2.41297,300,2,0,273,0,1,0,0,0),(9257,1166,0,1,1,764,1,-6096.31,-2965.64,401.277,3.97261,300,3,0,253,264,1,0,0,0),(9256,1186,0,1,1,707,0,-5911.85,-2565.78,311.417,1.15079,300,5,0,266,0,1,0,0,0),(9255,1195,0,1,1,827,0,-5804.4,-2577.09,309.838,4.76779,300,5,0,198,0,1,0,0,0),(9254,1163,0,1,1,160,1,-6067.83,-2935.77,402.321,3.45469,300,2,0,273,0,1,0,0,0),(9253,1166,0,1,1,764,1,-6051.26,-2931.99,401.721,1.17368,300,2,0,253,264,1,0,0,0),(97236,6491,530,1,4294967295,0,0,-1137.83,5896.99,189.158,3.05307,60,0,0,4120,0,0,0,0,0),(9251,1166,0,1,1,764,1,-6048.75,-2948.88,402.644,1.05871,300,0,0,253,264,0,0,0,0),(9250,1163,0,1,1,160,1,-6033.33,-2963.31,403.613,4.57834,300,3,0,273,0,1,0,0,0),(9249,1166,0,1,1,764,1,-5953.92,-3003.51,383.775,3.65898,300,3,0,253,264,1,0,0,0),(9248,1163,0,1,1,160,1,-6013.09,-2968.57,400.02,4.38078,300,0,0,273,0,0,0,0,0),(9247,1166,0,1,1,764,1,-5960.94,-2971.57,386.767,1.23963,300,5,0,253,264,1,0,0,0),(9246,1166,0,1,1,764,1,-6006.28,-2967.4,397.19,5.79449,300,2,0,253,264,1,0,0,0),(9245,1166,0,1,1,764,1,-5991.85,-2941.89,394.655,4.62946,300,5,0,253,264,1,0,0,0),(9244,1163,0,1,1,160,1,-5975.02,-2976.78,387.773,5.88176,300,0,0,273,0,0,0,0,0),(9243,1166,0,1,1,764,1,-6003.44,-2952.18,398.815,4.55154,300,2,0,253,264,1,0,0,0),(9242,1163,0,1,1,160,1,-5985.34,-3000.65,392.002,5.45425,300,3,0,273,0,1,0,0,0),(9241,1166,0,1,1,764,1,-5018.78,-3336.18,299.371,3.82285,300,3,0,253,264,1,0,0,0),(9240,1163,0,1,1,160,1,-5011.51,-3311.96,301.656,0.475575,300,5,0,273,0,1,0,0,0),(9239,1166,0,1,1,764,1,-4988.61,-3376.03,302.026,5.89035,300,5,0,253,264,1,0,0,0),(9238,1172,0,1,1,10913,1,-4981.97,-3012.39,334.75,3.00827,300,5,0,198,0,1,0,0,0),(9237,1195,0,1,1,827,0,-5847.18,-3011.74,340.284,5.65998,300,3,0,198,0,1,0,0,0),(9236,1412,0,1,1,134,0,-5311.62,-2987.33,340.849,4.4466,300,10,0,8,0,1,0,0,0),(9235,1172,0,1,1,10913,1,-4991.56,-3042.33,326.521,2.21588,300,5,0,198,0,1,0,0,0),(9234,1172,0,1,1,10913,1,-4960.75,-3053.7,325.869,4.0141,300,5,0,198,0,1,0,0,0),(9233,1186,0,1,1,707,0,-5040.57,-2916.17,333.815,-1.72715,300,10,0,266,0,1,0,0,0),(9232,1172,0,1,1,10913,1,-4916.9,-3107.57,321.002,3.19499,300,5,0,198,0,1,0,0,0),(9231,1172,0,1,1,10913,1,-4949.3,-3091.93,314.621,6.2304,300,5,0,198,0,1,0,0,0),(9230,4845,0,1,1,6053,1,-6072.96,-3135.56,254.271,2.59175,300,2,0,1403,0,1,0,0,0),(9229,1188,0,1,1,762,0,-5615.08,-3203.63,327.017,3.76322,300,5,0,328,0,1,0,0,0),(9228,4845,0,1,1,6053,1,-6063.47,-3134.51,253.671,3.84518,300,2,0,1403,0,1,0,0,0),(9227,1179,0,1,1,6692,1,-5045.7,-3876.8,316.553,2.87086,300,5,0,377,408,1,0,0,0),(9226,1169,0,1,1,3456,1,-4739.08,-3627.18,305.978,2.3911,300,0,0,417,0,0,0,0,0),(1277,691,0,1,1,5561,0,-12110.3,879.462,7.07799,5.34047,300,5,0,1469,0,1,0,0,0),(9225,1169,0,1,1,3456,1,-4736.1,-3619.66,306.09,2.16421,300,0,0,417,0,0,0,0,0),(9224,1169,0,1,1,3456,1,-4733.15,-3621.94,305.85,3.50811,300,0,0,417,0,0,0,0,0),(9223,1169,0,1,1,3456,1,-4777.65,-3656.21,306.977,5.70328,300,10,0,417,0,1,0,0,0),(9222,1180,0,1,1,14403,1,-4743.45,-4130.74,307.382,1.79769,300,0,0,449,0,0,0,0,0),(9221,1180,0,1,1,14403,1,-4740.96,-4125.55,307.928,2.6529,300,2,0,449,0,1,0,0,0),(9220,1180,0,1,1,14403,1,-4809.6,-4085.61,309.713,0.49911,300,2,0,449,0,1,0,0,0),(9219,1180,0,1,1,14403,1,-4781.49,-4065.03,309.883,1.88265,300,3,0,449,0,1,0,0,0),(9218,1183,0,1,1,1052,1,-4750.63,-4111.35,311.86,3.28939,300,2,0,404,456,1,0,0,0),(9217,1179,0,1,1,6692,1,-4941.95,-4032.99,301.019,1.46608,300,3,0,377,408,1,0,0,0),(9216,1179,0,1,1,6692,1,-4951.57,-3981.5,297.183,2.20612,300,10,0,377,408,1,0,0,0),(9215,1180,0,1,1,14403,1,-4950.75,-4055.1,299.379,1.78892,300,0,0,449,0,2,0,0,0),(9214,1178,0,1,1,1122,1,-4915.2,-3986.09,296.665,0.226805,300,3,0,417,0,1,0,0,0),(9213,1183,0,1,1,1052,1,-4944.48,-4074.96,300.194,2.32642,300,2,0,404,456,1,0,0,0),(9212,1183,0,1,1,1052,1,-4950.14,-4067.94,299.082,1.0647,300,2,0,404,456,1,0,0,0),(9211,1179,0,1,1,6692,1,-5016.72,-4019.24,301.117,5.51988,300,5,0,377,408,1,0,0,0),(9210,1178,0,1,1,1122,1,-4963.93,-4022.95,301.358,3.79229,300,3,0,417,0,1,0,0,0),(17115,2614,530,1,1,0,0,-803.185,2596.41,183.675,5.14446,300,0,0,7685,0,0,0,0,0),(17116,2614,530,1,1,0,0,-826.037,2633.64,184.089,5.20686,300,0,0,7685,0,0,0,0,0),(17117,2614,530,1,1,0,0,-776.235,2574.07,152.505,0.635575,300,0,0,7685,0,0,0,0,0),(17118,2614,530,1,1,0,0,-790.544,2655.04,184.705,4.88182,300,0,0,7685,0,0,0,0,0),(17119,2614,530,1,1,0,0,-776.479,2718.4,176.619,0.570156,300,0,0,7685,0,0,0,0,0),(17120,2614,530,1,1,0,0,-758.837,2649.03,167.426,0.146293,300,0,0,7685,0,0,0,0,0),(17121,2614,530,1,1,0,0,-808.73,2765.63,206.882,1.27442,300,0,0,7685,0,0,0,0,0),(17122,2614,530,1,1,0,0,-789.257,2738.45,206.671,0.345612,300,0,0,7685,0,0,0,0,0),(17123,2614,530,1,1,0,0,-747.311,2748.85,174.77,0.496312,300,0,0,7685,0,0,0,0,0),(17124,2614,530,1,1,0,0,-715.8,2710.57,137.026,5.88133,300,0,0,7685,0,0,0,0,0),(17125,2614,530,1,1,0,0,-714.449,2652.42,152.924,0.550874,300,0,0,7685,0,0,0,0,0),(17126,2614,530,1,1,0,0,-710.613,2756.56,143.74,0.614009,300,0,0,7685,0,0,0,0,0),(17127,2614,530,1,1,0,0,-761.175,2756.92,206.785,0.327314,300,0,0,7685,0,0,0,0,0),(17128,2614,530,1,1,0,0,-697.087,2739.31,143.154,0.776715,300,0,0,7685,0,0,0,0,0),(17129,2614,530,1,1,0,0,-696.456,2708.14,143.158,5.83075,300,0,0,7685,0,0,0,0,0),(17130,2614,530,1,1,0,0,-686.467,2662.15,151.976,0.711501,300,0,0,7685,0,0,0,0,0),(17131,2614,530,1,1,0,0,-672.995,2741.72,134.932,0.667267,300,0,0,7685,0,0,0,0,0),(17132,2614,530,1,1,0,0,-733.511,2614.9,150.691,0.65639,300,0,0,7685,0,0,0,0,0),(17133,2614,530,1,1,0,0,-780.226,2784.35,206.301,1.88088,300,0,0,7685,0,0,0,0,0),(17134,2614,530,1,1,0,0,-768.089,2617.43,184.828,4.83133,300,0,0,7685,0,0,0,0,0),(17135,2614,530,1,1,0,0,-694.963,2595.15,148.728,1.0102,300,0,0,7685,0,0,0,0,0),(17136,2614,530,1,1,0,0,-723.389,2562.29,149.269,1.01805,300,0,0,7685,0,0,0,0,0),(17137,2614,530,1,1,0,0,-641.481,2677.02,140.629,0.97725,300,0,0,7685,0,0,0,0,0),(17138,2614,530,1,1,0,0,-687.581,2790.04,157.242,0.526499,300,0,0,7685,0,0,0,0,0),(17139,2614,530,1,1,0,0,-638.345,2767.15,145.769,0.497441,300,0,0,7685,0,0,0,0,0),(17140,2614,530,1,1,0,0,-595.328,2735.58,145.944,0.98156,300,0,0,7685,0,0,0,0,0),(17141,2614,530,1,1,0,0,-610.073,2698.11,156.178,1.06662,300,0,0,7685,0,0,0,0,0),(17142,2614,530,1,1,0,0,-669.69,2574.38,145.937,6.15415,300,0,0,7685,0,0,0,0,0),(17143,2614,530,1,1,0,0,-625.626,2604.81,143.964,5.87152,300,0,0,7685,0,0,0,0,0),(17144,2614,530,1,1,0,0,-579.346,2633.43,144.662,5.61687,300,0,0,7685,0,0,0,0,0),(17145,2614,530,1,1,0,0,-572.22,2677.74,145.612,1.80626,300,0,0,7685,0,0,0,0,0),(17146,2614,530,1,1,0,0,200.015,4354.05,177.242,3.21809,300,0,0,7685,0,0,0,0,0),(17147,2614,530,1,1,0,0,199.817,4310.06,177.704,0.907571,300,0,0,7685,0,0,0,0,0),(17148,2614,530,1,1,0,0,1923.72,6836.59,210.005,5.8294,300,0,0,7685,0,0,0,0,0),(17149,2614,530,1,1,0,0,2066.81,6710.1,208.02,2.40855,300,0,0,7685,0,0,0,0,0),(17150,2614,530,1,1,0,0,2063.56,6772,237.057,6.02139,300,0,0,7685,0,0,0,0,0),(17151,2614,530,1,1,0,0,2099.96,6801.03,223.863,0.645772,300,0,0,7685,0,0,0,0,0),(17152,2614,530,1,1,0,0,2025.75,6800.15,223.74,3.28122,300,0,0,7685,0,0,0,0,0),(17153,2614,530,1,1,0,0,2062.76,6817.5,236.981,1.0472,300,0,0,7685,0,0,0,0,0),(17154,2614,530,1,1,0,0,1958.17,6896.25,211.643,4.17134,300,0,0,7685,0,0,0,0,0),(17155,2614,530,1,1,0,0,2036.69,6876.86,247.852,4.7822,300,0,0,7685,0,0,0,0,0),(17156,2614,530,1,1,0,0,2017.92,6879.16,255.663,5.88176,300,0,0,7685,0,0,0,0,0),(17157,2614,530,1,1,0,0,2100.88,6906.18,237.872,2.72271,300,0,0,7685,0,0,0,0,0),(17158,2614,530,1,1,0,0,2024.83,6896.75,273.465,0.226893,300,0,0,7685,0,0,0,0,0),(17159,2614,530,1,1,0,0,2078.97,6882.56,239.737,6.02139,300,0,0,7685,0,0,0,0,0),(17160,2614,530,1,1,0,0,1835.53,5545.41,322.799,3.21456,300,0,0,7685,0,0,0,0,0),(17161,2614,530,1,1,0,0,1890.47,5545.99,308.414,1.90648,300,0,0,7685,0,0,0,0,0),(17162,2614,530,1,1,0,0,1928.77,5571.23,299.351,5.10533,300,0,0,7685,0,0,0,0,0),(17163,2614,530,1,1,0,0,1917.34,5519.32,321.447,2.20466,300,0,0,7685,0,0,0,0,0),(17164,2614,530,1,1,0,0,1953.45,5537.38,330.17,4.45892,300,0,0,7685,0,0,0,0,0),(17165,2614,530,1,1,0,0,-3944.3,1995.48,148.21,3.83848,300,0,0,7685,0,0,0,0,0),(17166,2614,530,1,1,0,0,-3903.9,2157.82,152.772,4.09251,300,0,0,7685,0,0,0,0,0),(17167,2614,530,1,1,0,0,-3943.19,2064.49,157.052,1.88998,300,0,0,7685,0,0,0,0,0),(17168,2614,530,1,1,0,0,-3973.64,2088.24,171.376,0.241693,300,0,0,7685,0,0,0,0,0),(17169,2614,530,1,1,0,0,-3877.11,2118.59,154.124,3.49932,300,0,0,7685,0,0,0,0,0),(17170,2614,530,1,1,0,0,-3908.66,2185.63,159.192,4.64689,300,0,0,7685,0,0,0,0,0),(17171,2614,530,1,1,0,0,-3956.97,2237.82,162.015,0.779745,300,0,0,7685,0,0,0,0,0),(17172,2614,530,1,1,0,0,-4024.86,2217.85,170.319,0.638716,300,0,0,7685,0,0,0,0,0),(17173,2614,530,1,1,0,0,-4056.28,2186.21,169.997,6.13303,300,0,0,7685,0,0,0,0,0),(17174,2614,530,1,1,0,0,-4055.19,2246.82,177.868,0.274168,300,0,0,7685,0,0,0,0,0),(17175,2614,530,1,1,0,0,242.597,5938.95,110.556,1.55334,300,0,0,7685,0,0,0,0,0),(17176,2614,530,1,1,0,0,252.151,6017.67,74.479,5.09636,300,0,0,7685,0,0,0,0,0),(17177,2614,530,1,1,0,0,306.185,5970.16,77.737,0.789214,300,0,0,7685,0,0,0,0,0),(17178,2614,530,1,1,0,0,237.692,6102.14,188.377,4.99164,300,0,0,7685,0,0,0,0,0),(17179,2614,530,1,1,0,0,281.231,6118.58,180.399,2.54818,300,0,0,7685,0,0,0,0,0),(17180,2614,530,1,1,0,0,228.258,6059.06,192.078,3.08923,300,0,0,7685,0,0,0,0,0),(17181,2614,530,1,1,0,0,202.962,6067.11,208.487,0.521519,300,0,0,7685,0,0,0,0,0),(17182,2614,530,1,1,0,0,281.276,6094.28,210.157,0.476855,300,0,0,7685,0,0,0,0,0),(17183,2614,530,1,1,0,0,306.969,6041.61,191.592,3.87463,300,0,0,7685,0,0,0,0,0),(17184,2614,530,1,1,0,0,317.391,6112.87,189.255,4.41568,300,0,0,7685,0,0,0,0,0),(17185,2614,530,1,1,0,0,249.114,6010.04,182.419,4.45059,300,0,0,7685,0,0,0,0,0),(17186,2614,530,1,1,0,0,281.534,5997.2,199.797,5.13127,300,0,0,7685,0,0,0,0,0),(17187,2614,530,1,1,0,0,352.731,6048.29,187.845,5.16617,300,0,0,7685,0,0,0,0,0),(17188,2614,530,1,1,0,0,283.265,5954.89,209.908,5.58058,300,0,0,7685,0,0,0,0,0),(17189,2614,530,1,1,0,0,1049.34,7365.76,89.3591,5.67232,300,0,0,7685,0,0,0,0,0),(17190,2614,530,1,1,0,0,1009.23,7426.61,88.2794,5.49779,300,0,0,7685,0,0,0,0,0),(17191,2614,530,1,1,0,0,974.394,7422.64,85.4943,1.34356,300,0,0,7685,0,0,0,0,0),(17192,2614,530,1,1,0,0,1021.38,7310.59,103.456,1.47216,300,0,0,7685,0,0,0,0,0),(17193,2614,530,1,1,0,0,-2902.26,3956.28,56.196,3.61529,300,0,0,7685,0,0,0,0,0),(17194,2614,530,1,1,0,0,-2909.69,3905.94,53.9051,3.01909,300,0,0,7685,0,0,0,0,0),(17195,2614,530,1,1,0,0,-2912.49,4024.54,52.2087,0.399571,300,0,0,7685,0,0,0,0,0),(17196,2614,530,1,1,0,0,-2892.44,4000.03,55.1282,0.698373,300,0,0,7685,0,0,0,0,0),(17197,2614,530,1,1,0,0,-3002.83,3984.1,53.5598,6.08493,300,0,0,7685,0,0,0,0,0),(17198,2614,530,1,1,0,0,-2976.7,4027.53,48.2772,5.43562,300,0,0,7685,0,0,0,0,0),(17199,2614,530,1,1,0,0,-3009.94,3886.88,54.0724,3.01269,300,0,0,7685,0,0,0,0,0),(17200,2614,530,1,1,0,0,-3015.17,3839.48,73.2597,4.32079,300,0,0,7685,0,0,0,0,0),(17201,2614,530,1,1,0,0,-3020.79,3980.85,48.2492,6.24602,300,0,0,7685,0,0,0,0,0),(17202,2614,530,1,1,0,0,-2997.32,3971.48,91.602,6.12958,300,0,0,7685,0,0,0,0,0),(17203,2614,530,1,1,0,0,-3060.14,4017.06,57.1466,6.00071,300,0,0,7685,0,0,0,0,0),(17204,2614,530,1,1,0,0,-2980,4074.18,59.4723,1.2131,300,0,0,7685,0,0,0,0,0),(17205,2614,530,1,1,0,0,-3024.56,4043.32,57.3373,5.59811,300,0,0,7685,0,0,0,0,0),(17206,2614,530,1,1,0,0,-2946.41,4087.58,58.568,2.11193,300,0,0,7685,0,0,0,0,0),(17207,2614,530,1,1,0,0,-2560.78,7210.63,92.826,1.43817,300,0,0,7685,0,0,0,0,0),(17208,2614,530,1,1,0,0,-2678.55,7190.99,93.0725,0.244346,300,0,0,7685,0,0,0,0,0),(17209,2614,530,1,1,0,0,-2763.21,7320.41,128.707,5.51524,300,0,0,7685,0,0,0,0,0),(17210,2614,530,1,1,0,0,-2635.37,7294.26,97.3601,2.87979,300,0,0,7685,0,0,0,0,0),(17211,2614,530,1,1,0,0,-2623.18,7374.79,93.6923,3.01695,300,0,0,7685,0,0,0,0,0),(17212,2614,530,1,1,0,0,-2562.79,7297.8,82.4528,2.09439,300,0,0,7685,0,0,0,0,0),(17213,2614,530,1,1,0,0,-2521.26,7259.47,70.9437,4.66881,300,0,0,7685,0,0,0,0,0),(17214,2614,530,1,1,0,0,-2565.8,7364.99,69.6568,4.66215,300,0,0,7685,0,0,0,0,0),(17215,2614,530,1,1,0,0,-2523.14,7358.04,67.2492,3.04732,300,0,0,7685,0,0,0,0,0),(17216,2615,530,1,1,0,0,175.717,2582.29,143.58,5.26599,300,0,0,7685,0,0,0,0,0),(17217,2615,530,1,1,0,0,220.207,2590.95,148.169,2.60587,300,0,0,7685,0,0,0,0,0),(17218,2615,530,1,1,0,0,242.428,2660.11,145.076,3.13601,300,0,0,7685,0,0,0,0,0),(17219,2615,530,1,1,0,0,231.933,2728.2,146.122,3.40962,300,0,0,7685,0,0,0,0,0),(17220,2615,530,1,1,0,0,273.086,2702.24,145.581,1.31889,300,0,0,7685,0,0,0,0,0),(17221,2615,530,1,1,0,0,175.677,2742.48,150.566,3.76274,300,0,0,7685,0,0,0,0,0),(17222,2615,530,1,1,0,0,206.633,2692.8,146.27,5.41641,300,0,0,7685,0,0,0,0,0),(17223,2615,530,1,1,0,0,165.416,2679.42,127.116,3.31613,300,0,0,7685,0,0,0,0,0),(17224,2615,530,1,1,0,0,162.617,2798.01,157.614,2.45644,300,0,0,7685,0,0,0,0,0),(17225,2615,530,1,1,0,0,174.451,2632.11,146.983,2.74666,300,0,0,7685,0,0,0,0,0),(17226,2615,530,1,1,0,0,57.8527,2742.39,127.284,5.43574,300,0,0,7685,0,0,0,0,0),(17227,2615,530,1,1,0,0,49.7441,2732.28,127.12,5.56296,300,0,0,7685,0,0,0,0,0),(17228,2615,530,1,1,0,0,-593.43,4078.41,181.734,0.886031,300,0,0,7685,0,0,0,0,0),(17229,2615,530,1,1,0,0,2327.74,6073.73,191.763,0.820106,300,0,0,7685,0,0,0,0,0),(17230,2615,530,1,1,0,0,2436.2,6092.03,207.486,1.23527,300,0,0,7685,0,0,0,0,0),(17231,2615,530,1,1,0,0,2385.14,5957.78,215.76,6.06417,300,0,0,7685,0,0,0,0,0),(17232,2615,530,1,1,0,0,2421.57,5961.94,215.76,6.04487,300,0,0,7685,0,0,0,0,0),(17233,2615,530,1,1,0,0,2383.21,5928.86,215.76,1.13596,300,0,0,7685,0,0,0,0,0),(17234,2615,530,1,1,0,0,2426.07,5925.07,215.76,0.088927,300,0,0,7685,0,0,0,0,0),(17235,2615,530,1,1,0,0,2492.92,5968.36,214.882,5.68687,300,0,0,7685,0,0,0,0,0),(17236,2615,530,1,1,0,0,2282.89,5945.33,192.721,1.11701,300,0,0,7685,0,0,0,0,0),(17237,2615,530,1,1,0,0,2264.98,6003.74,206.441,5.98234,300,0,0,7685,0,0,0,0,0),(17238,2615,530,1,1,0,0,-2916,2659,154,3,300,0,0,7685,0,0,0,0,0),(17239,2615,530,1,1,0,0,-3021,2626,124,3,300,0,0,7685,0,0,0,0,0),(17240,2615,530,1,1,0,0,-3005,2640,125,1,300,0,0,7685,0,0,0,0,0),(17241,2615,530,1,1,0,0,-3094,2595,107,1,300,0,0,7685,0,0,0,0,0),(17242,2615,530,1,1,0,0,-3089.79,2516.04,127.644,2.96943,300,0,0,7685,0,0,0,0,0),(17243,2615,530,1,1,0,0,112.733,5235.92,68.6299,6.07874,300,0,0,7685,0,0,0,0,0),(17244,2615,530,1,1,0,0,105.444,5206.8,81.8012,1.34117,300,0,0,7685,0,0,0,0,0),(17245,2615,530,1,1,0,0,132.889,5139.28,85.1885,0.032098,300,0,0,7685,0,0,0,0,0),(17246,2615,530,1,1,0,0,105.509,5177.62,82.1325,5.89631,300,0,0,7685,0,0,0,0,0),(17247,2615,530,1,1,0,0,254.454,7790.54,83.3997,3.76991,300,0,0,7685,0,0,0,0,0),(17248,2615,530,1,1,0,0,236.742,7837.77,83.7543,2.05949,300,0,0,7685,0,0,0,0,0),(17249,2615,530,1,1,0,0,263.84,7847.25,84.0231,1.78024,300,0,0,7685,0,0,0,0,0),(17250,2615,530,1,1,0,0,294.597,7850.74,82.522,1.3439,300,0,0,7685,0,0,0,0,0),(17251,2615,530,1,1,0,0,172.291,7856.55,77.5431,4.10152,300,0,0,7685,0,0,0,0,0),(17252,2615,530,1,1,0,0,263.233,7884.71,81.9098,0.994838,300,0,0,7685,0,0,0,0,0),(17253,2615,530,1,1,0,0,222.793,7900.79,77.6636,1.11701,300,0,0,7685,0,0,0,0,0),(17254,2615,530,1,1,0,0,292.212,7908.89,80.3782,0.907571,300,0,0,7685,0,0,0,0,0),(17255,2615,530,1,1,0,0,293.21,7950.32,81.4198,5.95157,300,0,0,7685,0,0,0,0,0),(17256,2615,530,1,1,0,0,190.43,7958.67,83.5362,2.79253,300,0,0,7685,0,0,0,0,0),(17257,2615,530,1,1,0,0,356.766,7851.77,82.3196,1.79769,300,0,0,7685,0,0,0,0,0),(17258,2615,530,1,1,0,0,-2582.18,4322.6,92.4769,0.950074,300,0,0,7685,0,0,0,0,0),(17259,2615,530,1,1,0,0,-2551.52,4347.2,73.8249,2.52413,300,0,0,7685,0,0,0,0,0),(17260,2615,530,1,1,0,0,-2555.44,4395.77,100.29,1.74522,300,0,0,7685,0,0,0,0,0),(17261,2615,530,1,1,0,0,-2667.55,4381.95,86.7186,2.31958,300,0,0,7685,0,0,0,0,0),(17262,2615,530,1,1,0,0,-2623.69,4435.32,100.056,4.54866,300,0,0,7685,0,0,0,0,0),(17263,2615,530,1,1,0,0,-2625.49,4408.14,77.9162,2.72277,300,0,0,7685,0,0,0,0,0),(17264,2615,530,1,1,0,0,-2594.23,4457.58,100.056,5.68144,300,0,0,7685,0,0,0,0,0),(17265,2615,530,1,1,0,0,-2682.51,4439.58,98.7105,2.58034,300,0,0,7685,0,0,0,0,0),(17266,2615,530,1,1,0,0,-2615.97,4486.83,100.056,5.51587,300,0,0,7685,0,0,0,0,0),(17267,2615,530,1,1,0,0,-2645.91,4464.38,100.056,2.34799,300,0,0,7685,0,0,0,0,0),(17268,2615,530,1,1,0,0,-1211.8,7180.73,120.283,3.99521,300,0,0,7685,0,0,0,0,0),(17269,2615,530,1,1,0,0,-1203.53,7144.56,120.283,2.78824,300,0,0,7685,0,0,0,0,0),(17270,2615,530,1,1,0,0,-1255.97,7042.39,86.403,5.5865,300,0,0,7685,0,0,0,0,0),(17271,2615,530,1,1,0,0,-1239.35,7136.66,120.283,2.66919,300,0,0,7685,0,0,0,0,0),(17272,2615,530,1,1,0,0,-1247.11,7172.16,120.283,2.90865,300,0,0,7685,0,0,0,0,0),(17273,2615,530,1,1,0,0,-1270.4,7080.36,99.164,2.97983,300,0,0,7685,0,0,0,0,0),(17274,2615,530,1,1,0,0,-1339.05,7004.15,101.403,4.48821,300,0,0,7685,0,0,0,0,0),(17275,2615,530,1,1,0,0,-1266.26,6963.27,102.027,0.707633,300,0,0,7685,0,0,0,0,0),(17276,2615,530,1,1,0,0,-1418.82,7270.5,86.2286,3.7852,300,0,0,7685,0,0,0,0,0),(17277,2615,530,1,1,0,0,-1240.01,7249.28,100.253,5.15002,300,0,0,7685,0,0,0,0,0),(17278,2615,530,1,1,0,0,-1340.95,7353.25,84.5291,0.484833,300,0,0,7685,0,0,0,0,0),(17279,2615,530,1,1,0,0,-1249.16,7375.79,97.8997,6.16165,300,0,0,7685,0,0,0,0,0),(17280,2615,530,1,1,0,0,-1287.89,7395.8,91.2112,5.72506,300,0,0,7685,0,0,0,0,0),(17281,2615,530,1,1,0,0,-1174.58,7351.25,97.6069,5.30215,300,0,0,7685,0,0,0,0,0),(17282,2615,530,1,1,0,0,-1165.59,7268.11,103.369,4.47794,300,0,0,7685,0,0,0,0,0),(17283,2615,530,1,1,0,0,-1483.92,7135.43,104.801,5.50614,300,0,0,7685,0,0,0,0,0),(9209,1181,0,1,1,1045,1,-5049.74,-4050.34,306.859,6.09468,300,5,0,377,408,1,0,0,0),(9208,1178,0,1,1,1122,1,-5082.26,-4080.96,311.608,1.07957,300,10,0,417,0,1,0,0,0),(9207,1184,0,1,1,827,0,-5451.61,-3854.4,324.354,4.83577,300,10,0,273,0,1,0,0,0),(9206,14267,0,1,1,3189,1,-4964.14,-3915.31,304.241,2.87157,43200,0,0,1347,0,2,0,0,0),(9205,7170,0,1,1,3443,1,-5718.85,-3519.08,302.758,3.73505,600,0,0,1563,0,2,0,0,0),(9204,2477,0,1,1,3443,1,-5717.65,-3523.15,303.383,4.44362,600,0,0,1347,0,2,0,0,0),(9203,2478,0,1,1,3442,1,-5721.18,-3523.37,302.885,4.21382,600,0,0,1452,0,2,0,0,0),(9202,2476,0,1,1,831,0,-5058.99,-3618.54,301.828,3.93826,18000,20,0,573,0,1,0,0,0),(9201,1191,0,1,1,3027,0,-5693.98,-3655.5,312.163,1.36831,300,10,0,300,0,1,0,0,0),(9200,1184,0,1,1,827,0,-5699.12,-3555.08,306.413,6.2659,300,10,0,273,0,1,0,0,0),(9199,1184,0,1,1,827,0,-5819.36,-3272.03,296.655,2.13768,300,10,0,273,0,1,0,0,0),(9198,1191,0,1,1,3027,0,-5748.91,-3347.13,301.441,3.73397,300,10,0,300,0,1,0,0,0),(9197,1191,0,1,1,3027,0,-5504.3,-3146.72,344.428,3.54059,300,10,0,300,0,1,0,0,0),(9196,1191,0,1,1,3027,0,-5709.46,-3251.34,313.201,3.39905,300,10,0,300,0,1,0,0,0),(9195,1191,0,1,1,3027,0,-5657.6,-3552.43,302.41,5.73908,300,5,0,300,0,1,0,0,0),(9194,1188,0,1,1,762,0,-5659.83,-3183.49,319.929,3.34818,300,10,0,328,0,1,0,0,0),(9193,1184,0,1,1,827,0,-5686.63,-3567.92,309.079,3.63464,300,10,0,273,0,1,0,0,0),(9192,1425,0,1,1,774,1,-4985.45,-2947.45,315.513,5.03197,9200,0,0,301,326,0,0,0,0),(9191,1195,0,1,1,827,0,-5484.46,-2940.26,354.283,1.60505,300,10,0,198,0,1,0,0,0),(9190,1195,0,1,1,827,0,-5050.53,-2851.5,329.115,0.411764,300,5,0,198,0,1,0,0,0),(9189,1190,0,1,1,704,0,-5090.96,-2797.15,324.876,3.46582,300,10,0,198,0,1,0,0,0),(9188,1188,0,1,1,762,0,-5273.82,-3819.43,325.844,2.41964,300,10,0,328,0,1,0,0,0),(9187,1188,0,1,1,762,0,-5358.32,-3808.45,317.737,1.4723,300,10,0,328,0,1,0,0,0),(9186,1184,0,1,1,827,0,-5511.81,-3717.62,307.966,0.777457,300,10,0,273,0,1,0,0,0),(1276,1550,0,1,1,8802,0,-13293.7,-381.127,12.6723,3.48467,300,5,0,1902,0,1,0,0,0),(1275,691,0,1,1,5561,0,-12122.2,814.553,2.44354,5.78316,300,5,0,1469,0,1,0,0,0),(1274,691,0,1,1,5561,0,-12122.2,852.726,15.0503,2.03978,300,5,0,1469,0,1,0,0,0),(1273,1550,0,1,1,8802,0,-13322.5,-355.86,14.0508,0.167439,300,10,0,1902,0,1,0,0,0),(1272,1550,0,1,1,8802,0,-13240.1,-357.62,11.9031,3.96708,300,3,0,1902,0,1,0,0,0),(1271,691,0,1,1,5561,0,-12153.3,806.859,9.7844,4.89392,300,5,0,1469,0,1,0,0,0),(1270,1550,0,1,1,8802,0,-13172.5,-285.998,6.82382,4.69582,300,3,0,1902,0,1,0,0,0),(1269,691,0,1,1,5561,0,-12152.6,783.397,2.39809,3.78705,300,5,0,1469,0,1,0,0,0),(1268,696,0,1,1,4622,1,-12885.9,-713.052,53.5324,2.23654,300,5,0,1678,0,1,0,0,0),(1267,1152,0,1,1,833,0,-12525.2,-277.466,14.0303,2.90869,300,5,0,1403,0,1,0,0,0),(1266,1152,0,1,1,833,0,-12231.6,-294.633,15.0018,0.2021,300,5,0,1403,0,1,0,0,0),(9185,1195,0,1,1,827,0,-5420,-2818.2,356.917,1.88823,300,5,0,198,0,1,0,0,0),(9184,1162,0,1,1,764,1,-5579.5,-2778.03,368.657,4.26797,300,3,0,222,0,1,0,0,0),(9183,1412,0,1,1,134,0,-5919.09,-2545.42,306.623,0.765955,300,10,0,8,0,1,0,0,0),(9182,1412,0,1,1,134,0,-5342.69,-2948.52,323.634,2.31135,300,10,0,8,0,1,0,0,0),(9181,1184,0,1,1,827,0,-5844.42,-3387.75,304.417,4.45367,300,10,0,273,0,1,0,0,0),(9180,1190,0,1,1,704,0,-4977.61,-2758.9,322.034,1.708,300,5,0,198,0,1,0,0,0),(9179,1190,0,1,1,704,0,-5206.86,-2745.32,339.354,6.09844,300,10,0,198,0,1,0,0,0),(9178,1399,0,1,1,160,0,-5708.75,-3927.99,347.076,0.942478,9200,0,0,473,1020,0,0,0,0),(9177,1161,0,1,1,763,1,-5876.25,-2840.54,367.971,5.77704,300,0,0,222,0,0,0,0,0),(9176,1161,0,1,1,763,1,-5880.33,-2863.61,366.158,5.75959,300,0,0,222,0,0,0,0,0),(9175,1161,0,1,1,763,1,-5849.42,-2844.52,365.469,4.11898,300,0,0,222,0,0,0,0,0),(9174,1161,0,1,1,763,1,-5907.1,-2864.25,372.416,1.49091,300,0,0,222,0,0,0,0,0),(9173,1161,0,1,1,763,1,-5920.19,-2878.36,369.614,2.32422,300,10,0,222,0,1,0,0,0),(9172,1162,0,1,1,764,1,-5897.72,-2867.98,368.859,1.0765,300,0,0,222,0,0,0,0,0),(9171,1161,0,1,1,763,1,-5855.08,-2843.59,365.589,5.18363,300,0,0,222,0,0,0,0,0),(9170,1162,0,1,1,764,1,-5807.29,-2849.22,365.768,2.98941,300,10,0,222,0,1,0,0,0),(9169,1162,0,1,1,764,1,-5871.43,-2836.29,368.087,5.46288,300,0,0,222,0,0,0,0,0),(9168,1161,0,1,1,763,1,-5870.22,-2847.22,366.309,5.77156,300,3,0,222,0,1,0,0,0),(9167,1161,0,1,1,763,1,-5894.53,-2860.85,370.504,4.54692,300,0,0,222,0,0,0,0,0),(9166,1161,0,1,1,763,1,-5873.54,-2866.63,366.818,3.14159,300,0,0,222,0,0,0,0,0),(9165,1166,0,1,1,764,1,-5975.48,-2794.96,383.067,4.24115,300,0,0,253,264,0,0,0,0),(9164,1163,0,1,1,160,1,-6049.89,-2791.67,406.34,3.63867,300,3,0,273,0,1,0,0,0),(9163,1163,0,1,1,160,1,-5981.69,-2794.35,383.541,5.58505,300,0,0,273,0,0,0,0,0),(9162,1166,0,1,1,764,1,-6027.34,-2779.61,405.579,2.01622,300,3,0,253,264,1,0,0,0),(32490,3924,1,1,1,6801,1,3184.93,-235.566,116.736,2.25479,300,15,0,544,581,1,0,0,0),(32489,3924,1,1,1,6801,1,3416.19,-379.263,137.393,0.326103,300,15,0,544,581,1,0,0,0),(32488,3924,1,1,1,6801,1,3310.76,-484.874,154.502,4.95117,300,15,0,544,581,1,0,0,0),(32487,3924,1,1,1,6801,1,3413.61,-317.513,134.369,4.74713,300,3,0,544,581,1,0,0,0),(32486,3924,1,1,1,6801,1,3153.75,-121.074,101.13,4.78297,300,0,0,544,581,0,0,0,0),(32485,3924,1,1,1,6801,1,3176.41,-151.188,104.862,4.19543,300,0,0,544,581,0,0,0,0),(32484,3924,1,1,1,6801,1,3029.69,-178.646,103.53,6.13818,300,5,0,544,581,1,0,0,0),(32483,3924,1,1,1,6801,1,3444.51,-381.19,136.041,0.101193,300,0,0,544,581,0,0,0,0),(32482,3924,1,1,1,6801,1,3452.82,-366.229,135.095,3.08923,300,0,0,544,581,0,0,0,0),(32481,3924,1,1,1,6801,1,3357.88,-486.252,154.301,1.50098,300,0,0,544,581,0,0,0,0),(32480,3924,1,1,1,6801,1,3332.08,-480.445,155.226,0.723862,300,0,0,544,581,0,0,0,0),(32479,3924,1,1,1,6801,1,3312.33,-521.123,159.271,2.8657,300,5,0,544,581,1,0,0,0),(32478,3924,1,1,1,6801,1,3253.07,-358.985,155.12,5.79449,300,0,0,544,581,0,0,0,0),(32477,3924,1,1,1,6801,1,3275.57,-592.588,158.065,1.8675,300,0,0,544,581,0,0,0,0),(32476,3924,1,1,1,6801,1,3272.98,-580.01,157.171,3.47021,300,0,0,544,581,0,0,0,0),(32475,3924,1,1,1,6801,1,3256.92,-586.052,157.987,6.04104,300,0,0,544,581,0,0,0,0),(32474,3924,1,1,1,6801,1,3264.61,-370.071,153.161,2.16067,300,5,0,544,581,1,0,0,0),(32473,3924,1,1,1,6801,1,3251.47,-384.069,153.286,4.20753,300,5,0,544,581,1,0,0,0),(32472,3923,1,1,1,936,0,3426.66,-693.691,175.482,2.93388,300,0,0,617,0,0,0,0,0),(32471,3923,1,1,1,936,0,3379.48,-701.013,170.098,2.38738,300,0,0,617,0,0,0,0,0),(31376,4379,1,1,1,2541,0,-2820.95,-2656.41,33.1961,5.9684,360,0,0,1469,0,0,0,0,0),(32470,3923,1,1,1,936,0,3453.26,-662.27,178.35,1.15746,300,0,0,617,0,0,0,0,0),(32469,3923,1,1,1,936,0,3356.99,-647.597,177.681,1.05137,300,0,0,617,0,0,0,0,0),(32468,3923,1,1,1,936,0,3308.63,-687.983,162.042,1.92384,300,0,0,617,0,0,0,0,0),(32467,3922,1,1,1,6803,0,3374.74,-770.553,168.771,5.99063,300,0,0,544,581,0,0,0,0),(32466,3922,1,1,1,6803,0,3347.54,-768.721,168.208,5.46288,300,0,0,544,581,0,0,0,0),(32465,3922,1,1,1,6803,0,3377.33,-737.977,167.42,5.11424,300,0,0,544,581,0,0,0,0),(32464,3922,1,1,1,6803,0,3398.27,-666.816,176.592,1.29007,300,5,0,544,581,1,0,0,0),(32463,3922,1,1,1,6803,0,3411.02,-657.513,176.18,6.07208,300,5,0,544,581,1,0,0,0),(32462,3922,1,1,1,6803,0,3447.31,-648.618,177.241,6.27884,300,0,0,544,581,0,0,0,0),(32461,3922,1,1,1,6803,0,3425.04,-596.445,178.331,3.23714,300,5,0,544,581,1,0,0,0),(32460,3922,1,1,1,6803,0,3393.95,-588.298,188.963,0.334177,300,0,0,544,581,0,0,0,0),(32459,3922,1,1,1,6803,0,3510.46,-490.933,187.396,2.93257,300,0,0,544,581,0,0,0,0),(32458,3922,1,1,1,6803,0,3419.4,-616.579,183.531,0.926689,300,0,0,544,581,0,0,0,0),(32457,3922,1,1,1,6803,0,3447.23,-598.323,174.421,0.491643,300,0,0,544,581,2,0,0,0),(32456,3922,1,1,1,6803,0,3442.84,-683.376,176.028,4.37637,300,0,0,544,581,0,0,0,0),(32455,3922,1,1,1,6803,0,3466.46,-630.166,184.081,4.41935,300,0,0,544,581,0,0,0,0),(32454,3922,1,1,1,6803,0,3336.14,-667.885,162.76,5.29892,300,5,0,544,581,1,0,0,0),(32453,3922,1,1,1,6803,0,3353.76,-740.678,163.474,3.18135,300,0,0,544,581,0,0,0,0),(32452,3922,1,1,1,6803,0,3323.1,-738.043,165.477,2.66464,300,0,0,544,581,0,0,0,0),(32451,6738,1,1,1,5442,0,2781.16,-432.997,116.665,2.58309,300,0,0,1003,0,0,0,0,0),(32450,3921,1,1,1,1999,1,3360.99,-754.439,164.295,1.56181,300,0,0,617,0,0,0,0,0),(32449,3921,1,1,1,1999,1,3409.44,-704.162,174.296,3.98015,300,0,0,617,0,0,0,0,0),(32448,3921,1,1,1,1999,1,3388.2,-602.106,189.134,3.47016,300,0,0,617,0,0,0,0,0),(32447,3921,1,1,1,1999,1,3358.81,-611.041,179.545,5.61543,300,0,0,617,0,0,0,0,0),(32446,3921,1,1,1,1999,1,3384.45,-626.156,179.497,4.80984,300,0,0,617,0,0,0,0,0),(32445,3921,1,1,1,1999,1,3463.83,-583.105,174.247,1.27507,300,0,0,617,0,0,0,0,0),(32444,3921,1,1,1,1999,1,3496.6,-560.53,182.05,2.783,300,0,0,617,0,2,0,0,0),(32443,3921,1,1,1,1999,1,3490.17,-503.22,187.086,1.0472,300,0,0,617,0,0,0,0,0),(32442,3921,1,1,1,1999,1,3439.42,-656.246,176.014,2.16014,300,0,0,617,0,0,0,0,0),(32441,3921,1,1,1,1999,1,3366.47,-676.18,161.292,0.942478,300,0,0,617,0,0,0,0,0),(32440,3921,1,1,1,1999,1,3436.98,-630.226,168.625,1.55334,300,0,0,617,0,0,0,0,0),(32439,3664,1,1,1,2532,1,2340.17,242.212,154.548,0.750492,300,0,0,792,2318,0,0,0,0),(32438,3920,1,1,1,12064,0,2950.1,-2816.79,212.652,1.79769,300,0,0,713,0,0,0,0,0),(32437,3919,1,1,1,9593,0,3327.83,-1457.55,186.294,6.10865,300,0,0,787,0,0,0,0,0),(32436,3919,1,1,1,9593,0,3349.31,-1453.99,167.086,2.04668,300,5,0,787,0,1,0,0,0),(32435,3919,1,1,1,9593,0,3363.18,-1441.81,174.624,4.45059,300,0,0,787,0,0,0,0,0),(32434,3919,1,1,1,9593,0,3067.87,-1627.46,182.972,2.05541,300,15,0,787,0,1,0,0,0),(32433,3919,1,1,1,9593,0,3399.78,-1475.61,167.749,0.176709,300,5,0,787,0,1,0,0,0),(32432,3919,1,1,1,9593,0,3377.05,-1654.76,168.711,4.14716,300,15,0,787,0,1,0,0,0),(32431,3663,1,1,1,2531,1,3185.46,189.38,4.7517,0.471239,300,0,0,449,0,0,0,0,0),(32430,3919,1,1,1,9593,0,3056.34,-1721.4,170.112,0.319898,300,5,0,787,0,1,0,0,0),(32429,8015,1,1,1,4843,1,2368.04,-1705.59,152.941,1.41372,300,0,0,3048,0,0,0,0,0),(32428,8015,1,1,1,4842,1,2400.8,-1720.88,197.143,1.90241,300,0,0,3048,0,0,0,0,0),(32427,8015,1,1,1,4843,1,2408.56,-1704.61,153.353,1.43117,300,0,0,3048,0,0,0,0,0),(32426,8015,1,1,1,4843,1,2408.29,-1725.96,197.143,6.26573,300,0,0,3048,0,0,0,0,0),(32425,8015,1,1,1,4841,1,2402.83,-1731.14,159.618,1.64061,300,0,0,3048,0,0,0,0,0),(17511,2620,530,1,1,0,0,-1568.58,6293.11,47.126,0.265105,300,5,0,8,0,1,0,0,0),(17512,2620,530,1,1,0,0,-2130.61,6298.57,54.4455,2.37071,300,5,0,8,0,1,0,0,0),(17513,2620,530,1,1,0,0,-2239.97,6337.72,39.5726,4.63419,300,5,0,8,0,1,0,0,0),(17514,2620,530,1,1,0,0,-2758.16,6927.86,-11.6441,2.41982,300,5,0,8,0,1,0,0,0),(17515,2620,530,1,1,0,0,-2545.7,7672.74,-20.9654,5.36975,300,5,0,8,0,1,0,0,0),(17516,2620,530,1,1,0,0,-2754.41,7706.61,-16.6344,1.40998,300,5,0,8,0,1,0,0,0),(17517,2620,530,1,1,0,0,-2556.54,7806.49,-43.7049,3.83708,300,5,0,8,0,1,0,0,0),(17518,2620,530,1,1,0,0,-2406.97,7748.13,-25.6345,3.38041,300,5,0,8,0,1,0,0,0),(17519,2620,530,1,1,0,0,-2287.6,7804.96,-24.9069,2.63952,300,5,0,8,0,1,0,0,0),(17520,2620,530,1,1,0,0,-2473.05,8049.62,-45.102,3.38073,300,5,0,8,0,1,0,0,0),(17521,2620,530,1,1,0,0,-2647.94,8080.5,-45.8018,5.50953,300,5,0,8,0,1,0,0,0),(17522,2620,530,1,1,0,0,-2644.74,8014.05,-47.0532,4.1914,300,5,0,8,0,1,0,0,0),(17523,2620,530,1,1,0,0,-2866.57,8308.04,-32.982,2.58175,300,5,0,8,0,1,0,0,0),(17524,2620,530,1,1,0,0,-2193.21,7996.19,-17.8468,5.23358,300,5,0,8,0,1,0,0,0),(17525,2620,530,1,1,0,0,-2349.85,8256.63,-38.5174,2.98902,300,5,0,8,0,1,0,0,0),(17526,2620,530,1,1,0,0,-2285.4,8283.68,-33.046,1.17728,300,5,0,8,0,1,0,0,0),(17527,2620,530,1,1,0,0,-2818.42,8385.59,-33.1747,5.49434,300,5,0,8,0,1,0,0,0),(17528,2620,530,1,1,0,0,-2359.62,8507.29,-30.1751,2.96437,300,5,0,8,0,1,0,0,0),(17529,2620,530,1,1,0,0,-2316.7,8682.78,-10.0024,1.55012,300,5,0,8,0,1,0,0,0),(17530,2620,530,1,1,0,0,-1981.26,7882.53,-30.6158,1.27217,300,5,0,8,0,1,0,0,0),(17531,2620,530,1,1,0,0,-2280.41,7582.17,-9.52257,3.1741,300,5,0,8,0,1,0,0,0),(17532,2620,530,1,1,0,0,-1913.68,7163.87,-94.3559,1.07556,300,5,0,8,0,1,0,0,0),(17533,2620,530,1,1,0,0,-2236.19,6915.57,-5.12321,3.20608,300,5,0,8,0,1,0,0,0),(17534,2620,530,1,1,0,0,-1988.34,6978.03,-89.6883,3.27457,300,5,0,8,0,1,0,0,0),(17535,2620,530,1,1,0,0,-1783.74,6625.7,-7.2952,4.49613,300,5,0,8,0,1,0,0,0),(17536,2620,530,1,1,0,0,-1407.33,6559.96,34.3265,5.7364,300,5,0,8,0,1,0,0,0),(17537,2620,530,1,1,0,0,-1298.61,6787.63,36.5121,0.457529,300,5,0,8,0,1,0,0,0),(17538,2620,530,1,1,0,0,-1417.24,6949.85,11.2303,1.72052,300,5,0,8,0,1,0,0,0),(17539,2620,530,1,1,0,0,-1384.37,8382.32,-5.59603,5.96167,300,5,0,8,0,1,0,0,0),(17540,2620,530,1,1,0,0,-742.365,8254.36,43.0791,5.35296,300,5,0,8,0,1,0,0,0),(17541,2620,530,1,1,0,0,-762.699,8094.78,50.9307,3.70765,300,5,0,8,0,1,0,0,0),(17542,2620,530,1,1,0,0,-842.084,8056.03,39.2264,5.49226,300,5,0,8,0,1,0,0,0),(17543,2620,530,1,1,0,0,-1101.3,7378.23,34.6926,3.41122,300,5,0,8,0,1,0,0,0),(17544,2620,530,1,1,0,0,-1130.56,8489.3,30.1958,2.04581,300,5,0,8,0,1,0,0,0),(17545,2620,530,1,1,0,0,-977.975,8478.74,43.5197,0.03124,300,5,0,8,0,1,0,0,0),(17546,2620,530,1,1,0,0,-1211.38,8720.87,38.2871,0.804733,300,5,0,8,0,1,0,0,0),(17547,2620,530,1,1,0,0,-1477.77,8764.14,29.4591,4.6831,300,5,0,8,0,1,0,0,0),(17548,2620,530,1,1,0,0,-1962.53,8877.39,32.9775,0.11152,300,5,0,8,0,1,0,0,0),(9161,1166,0,1,1,764,1,-5986.07,-2809.8,382.277,4.14692,300,5,0,253,264,1,0,0,0),(9160,1186,0,1,1,707,0,-5857.61,-3082,327.758,5.33673,300,10,0,266,0,1,0,0,0),(9159,1172,0,1,1,10913,1,-5312.15,-2774.34,350.108,0.515563,300,5,0,198,0,1,0,0,0),(9158,1190,0,1,1,704,0,-4881.68,-2663.33,334.605,5.87111,300,5,0,198,0,1,0,0,0),(9157,1412,0,1,1,134,0,-5877.24,-2605.28,313.543,5.97048,300,10,0,8,0,1,0,0,0),(9156,1177,0,1,1,2299,1,-4980.77,-2943.54,316.165,4.11357,300,3,0,300,0,1,0,0,0),(9155,1174,0,1,1,163,1,-4959.42,-3003,318.647,2.50504,300,3,0,219,537,1,0,0,0),(1265,709,0,1,1,655,1,-12246.9,-739.773,14.9438,1.02937,1800,5,0,1823,0,1,0,0,0),(1264,669,0,1,1,4628,1,-13000.7,-713.202,54.8471,0.537549,300,0,0,1902,0,0,0,0,0),(1263,660,0,1,1,4581,1,-11684.9,952.836,3.87334,5.09636,300,0,0,1257,1142,0,0,0,0),(15584,2244,0,1,1,3621,1,-465.853,-1603.3,65.3736,3.79238,300,3,0,441,1272,1,0,0,0),(15583,2261,0,1,1,3623,1,-472.429,-1615.54,64.9409,0.328449,300,3,0,494,0,1,0,0,0),(1262,597,0,1,1,4579,1,-11682.4,945.556,3.97525,1.72788,300,0,0,1469,0,0,0,0,0),(1261,702,0,1,1,4571,1,-11655.2,216.468,40.3143,0,300,5,0,1221,0,1,0,0,0),(1260,684,0,1,1,633,0,-12282.8,-720.313,17.0055,1.18738,300,5,0,1536,0,1,0,0,0),(1259,671,0,1,1,4580,1,-11665.2,941.734,3.59957,3.41787,300,3,0,1469,0,1,0,0,0),(1258,660,0,1,1,4581,1,-11676.6,938.7,4.25035,5.92378,300,3,0,1257,1142,1,0,0,0),(1257,660,0,1,1,4581,1,-11670.5,928.085,2.96055,4.78662,300,3,0,1257,1142,1,0,0,0),(1256,597,0,1,1,4579,1,-11673.8,951.461,3.87535,3.26584,300,3,0,1469,0,1,0,0,0),(9154,1177,0,1,1,2299,1,-4970.86,-2956.68,315.758,3.11552,300,5,0,300,0,1,0,0,0),(9153,1177,0,1,1,2299,1,-4987.96,-2959.71,315.753,5.6414,300,3,0,300,0,1,0,0,0),(9152,1173,0,1,1,365,1,-4824.12,-3002.2,317.248,1.74943,300,3,0,198,0,1,0,0,0),(9151,1174,0,1,1,163,1,-5001.08,-2974.44,314.262,5.41805,300,3,0,219,537,1,0,0,0),(9150,1175,0,1,1,373,1,-4968.1,-2998.11,317.135,0.471108,300,3,0,247,0,1,0,0,0),(9149,1175,0,1,1,373,1,-4985.5,-2986.5,314.815,3.17603,300,3,0,247,0,1,0,0,0),(9148,1190,0,1,1,704,0,-5102.77,-2913.51,326.845,5.99128,300,10,0,198,0,1,0,0,0),(9147,1174,0,1,1,163,1,-4950.03,-3004.33,318.998,0.882561,300,3,0,219,537,1,0,0,0),(9146,1412,0,1,1,134,0,-4978.62,-2678.24,325.06,3.76674,300,10,0,8,0,1,0,0,0),(9145,1195,0,1,1,827,0,-5442.9,-2788.44,363.531,6.10071,300,10,0,198,0,1,0,0,0),(9144,1186,0,1,1,707,0,-5478.31,-2837.02,354.127,3.83315,300,5,0,266,0,1,0,0,0),(9143,1162,0,1,1,764,1,-5957.1,-2892.18,370.762,5.3058,300,0,0,222,0,0,0,0,0),(9142,1161,0,1,1,763,1,-5775.28,-2905.82,364.288,0.010984,300,0,0,222,0,0,0,0,0),(9141,1161,0,1,1,763,1,-5810.42,-2822.92,373.956,0.354761,300,3,0,222,0,1,0,0,0),(9140,1161,0,1,1,763,1,-5943.57,-2877.78,372.892,2.57016,300,10,0,222,0,1,0,0,0),(9139,1161,0,1,1,763,1,-5821.97,-2811.06,374.588,3.82227,300,0,0,222,0,0,0,0,0),(9138,1162,0,1,1,764,1,-5975.71,-2858.99,380.806,0.20944,300,0,0,222,0,0,0,0,0),(9137,1161,0,1,1,763,1,-5779.94,-2914.01,364.913,2.79253,300,0,0,222,0,0,0,0,0),(9136,1161,0,1,1,763,1,-5958.16,-2855.62,376.789,2.12064,300,5,0,222,0,1,0,0,0),(9135,1161,0,1,1,763,1,-5972.97,-2864.08,381.222,0.890118,300,0,0,222,0,0,0,0,0),(9134,1161,0,1,1,763,1,-5781.92,-2916.92,364.663,2.1293,300,0,0,222,0,0,0,0,0),(9133,1162,0,1,1,764,1,-5789.95,-2927.43,363.788,1.69297,300,0,0,222,0,0,0,0,0),(9132,1161,0,1,1,763,1,-5946.95,-2897.86,368.517,4.26987,300,10,0,222,0,1,0,0,0),(9131,1162,0,1,1,764,1,-5865.91,-2876.33,366.954,3.14902,300,10,0,222,0,1,0,0,0),(9130,1161,0,1,1,763,1,-5824.08,-2825.93,370.331,5.35513,300,3,0,222,0,1,0,0,0),(9129,1195,0,1,1,827,0,-5861.46,-3081.95,328.189,4.45556,300,10,0,198,0,1,0,0,0),(9128,1163,0,1,1,160,1,-6024.48,-2989.89,401.646,3.90954,300,0,0,273,0,0,0,0,0),(9127,1190,0,1,1,704,0,-5194.18,-3026.58,332.019,4.53376,300,10,0,198,0,1,0,0,0),(9126,1190,0,1,1,704,0,-5072.47,-2927.5,330.399,2.79128,300,0,0,198,0,0,0,0,0),(9125,1190,0,1,1,704,0,-5122.52,-3013.14,330.742,0.052403,300,0,0,198,0,0,0,0,0),(9124,1190,0,1,1,704,0,-5221.5,-3019.54,335.496,4.10991,300,10,0,198,0,1,0,0,0),(9123,1162,0,1,1,764,1,-5856.74,-2856.84,366.549,3.81512,300,3,0,222,0,1,0,0,0),(9122,1162,0,1,1,764,1,-5856.19,-2872.65,365.829,1.94575,300,10,0,222,0,1,0,0,0),(9121,1161,0,1,1,763,1,-5951.7,-2879.5,372.999,6.0912,300,0,0,222,0,0,0,0,0),(9120,1162,0,1,1,764,1,-5959.98,-2896.36,370.827,0.541052,300,0,0,222,0,0,0,0,0),(9119,1163,0,1,1,160,1,-6025.89,-2995.16,401.646,1.48353,300,0,0,273,0,0,0,0,0),(9118,1166,0,1,1,764,1,-6014.02,-2995.8,400.396,4.06026,300,0,0,253,264,0,0,0,0),(9117,1162,0,1,1,764,1,-5974.49,-2842.64,384.083,1.76001,300,5,0,222,0,1,0,0,0),(9116,1162,0,1,1,764,1,-5828.3,-2809.33,374.867,5.5676,300,0,0,222,0,0,0,0,0),(9115,1186,0,1,1,707,0,-5228.34,-2719.61,347.097,5.07509,300,10,0,266,0,1,0,0,0),(9114,1190,0,1,1,704,0,-5152.15,-3055.77,327.605,0.486358,300,10,0,198,0,1,0,0,0),(9113,1195,0,1,1,827,0,-4801.71,-2880.06,327.736,4.23301,300,10,0,198,0,1,0,0,0),(9112,1195,0,1,1,827,0,-5258.08,-2759.08,350.75,1.75049,300,10,0,198,0,1,0,0,0),(9111,1202,0,1,1,26,1,-5299.25,-2716.79,343.498,5.32325,300,0,0,222,0,0,0,0,0),(9110,1202,0,1,1,26,1,-5293.48,-2723.72,342.737,4.96419,300,0,0,222,0,0,0,0,0),(9109,1178,0,1,1,1122,1,-4981.38,-3914.15,305.894,4.63279,300,3,0,417,0,1,0,0,0),(9108,1172,0,1,1,10913,1,-5030.43,-3014.49,330.606,3.33267,300,10,0,198,0,1,0,0,0),(9107,1202,0,1,1,26,1,-5274.9,-2703.02,343.608,2.82743,300,0,0,222,0,0,0,0,0),(9106,1202,0,1,1,26,1,-5296.09,-2716.71,342.862,4.16762,300,0,0,222,0,0,0,0,0),(9105,1176,0,1,1,10912,1,-5297.74,-2723.39,342.737,5.37174,300,0,0,222,0,0,0,0,0),(9104,1172,0,1,1,10913,1,-5250.52,-2731.25,348.862,0.587931,300,0,0,198,0,0,0,0,0),(9103,1176,0,1,1,10912,1,-5282.43,-2718.7,342.362,2.24709,300,5,0,222,0,1,0,0,0),(9102,1195,0,1,1,827,0,-5308.79,-2821.55,343.283,0.271051,300,10,0,198,0,1,0,0,0),(9101,1190,0,1,1,704,0,-5349.17,-2818.89,345.523,4.955,300,10,0,198,0,1,0,0,0),(9100,1186,0,1,1,707,0,-5875.74,-2516.05,307.355,5.99682,300,5,0,266,0,1,0,0,0),(9099,1195,0,1,1,827,0,-6022.96,-2525.81,308.506,2.10084,300,5,0,198,0,1,0,0,0),(9098,1162,0,1,1,764,1,-5890.97,-2958.01,367.085,2.28638,300,0,0,222,0,0,0,0,0),(9097,1162,0,1,1,764,1,-5900.02,-2950.9,368.093,0.249553,300,5,0,222,0,1,0,0,0),(9096,1172,0,1,1,10913,1,-5254.66,-2747.74,353.25,3.05895,300,5,0,198,0,1,0,0,0),(9095,1176,0,1,1,10912,1,-5293.88,-2703.4,344.139,5.04951,300,3,0,222,0,1,0,0,0),(9094,1178,0,1,1,1122,1,-4958.24,-3946.78,301.179,3.28957,300,5,0,417,0,1,0,0,0),(9093,1172,0,1,1,10913,1,-5307.84,-2749.61,352.598,0.007812,300,5,0,198,0,1,0,0,0),(9092,1162,0,1,1,764,1,-5895.53,-2962.39,367.911,1.71042,300,0,0,222,0,0,0,0,0),(9091,1162,0,1,1,764,1,-5889,-2945.34,366.167,1.1999,300,5,0,222,0,1,0,0,0),(9090,1178,0,1,1,1122,1,-4957.42,-3915.39,305.241,1.86585,300,10,0,417,0,1,0,0,0),(9089,1172,0,1,1,10913,1,-4909.39,-3059.63,318.172,3.81279,300,10,0,198,0,1,0,0,0),(9088,1172,0,1,1,10913,1,-4820.57,-3011.15,313.382,5.65453,300,3,0,198,0,1,0,0,0),(9087,1172,0,1,1,10913,1,-5289.7,-2757.66,352.135,0.413864,300,5,0,198,0,1,0,0,0),(9086,1172,0,1,1,10913,1,-4849.54,-3050.96,316.534,4.43946,300,5,0,198,0,1,0,0,0),(9085,1169,0,1,1,3456,1,-4830.79,-3613.56,303.945,3.83398,300,10,0,417,0,1,0,0,0),(9084,1195,0,1,1,827,0,-5390.71,-2782.09,365.115,5.71796,300,10,0,198,0,1,0,0,0),(9083,1195,0,1,1,827,0,-5348.8,-2809.79,349.257,1.66559,300,10,0,198,0,1,0,0,0),(9082,1179,0,1,1,6692,1,-4926.33,-3947.55,298.394,4.66741,300,10,0,377,408,1,0,0,0),(9081,1197,0,1,1,763,1,-6101.32,-3044.54,400.729,4.10801,300,0,0,301,326,0,0,0,0),(9080,1197,0,1,1,763,1,-6100.81,-3048.24,400.726,2.08385,300,0,0,301,326,0,0,0,0),(9079,1163,0,1,1,160,1,-6057.66,-3017.69,403.47,3.88856,300,2,0,273,0,1,0,0,0),(9078,1164,0,1,1,722,1,-6088.1,-3038.66,400.857,0.650958,300,0,0,328,0,0,0,0,0),(9077,1197,0,1,1,763,1,-6073.78,-3027.42,401.764,4.86481,300,0,0,301,326,0,0,0,0),(9076,1166,0,1,1,764,1,-6036.23,-3004.81,401.22,1.12279,300,3,0,253,264,1,0,0,0),(9075,1163,0,1,1,160,1,-6036.36,-2984.18,401.835,5.86431,300,0,0,273,0,0,0,0,0),(9074,1166,0,1,1,764,1,-5917.78,-3007.37,378.085,5.2927,300,2,0,253,264,1,0,0,0),(9073,1163,0,1,1,160,1,-6044.86,-2986.07,402.595,0.783776,300,5,0,273,0,1,0,0,0),(9072,1161,0,1,1,763,1,-5386.92,-2775.22,366.928,1.28981,300,10,0,222,0,1,0,0,0),(9071,1162,0,1,1,764,1,-5380.66,-2759.59,366.409,5.07368,300,10,0,222,0,1,0,0,0),(9070,1161,0,1,1,763,1,-5484.62,-2742.06,364.417,5.20924,300,3,0,222,0,1,0,0,0),(9069,1195,0,1,1,827,0,-5536.03,-2781.71,364.148,3.33867,300,10,0,198,0,1,0,0,0),(9068,1192,0,1,1,1208,0,-5153.84,-3658.45,304.682,1.12638,300,10,0,356,0,1,0,0,0),(9067,1185,0,1,1,520,0,-4916.53,-3629.65,300.909,1.59423,300,10,0,386,0,1,0,0,0),(9066,1172,0,1,1,10913,1,-4750.55,-3053.95,309.525,1.5668,300,10,0,198,0,1,0,0,0),(9065,1195,0,1,1,827,0,-5182.02,-2692.73,349.64,1.99352,300,10,0,198,0,1,0,0,0),(9064,1193,0,1,1,1004,0,-4884.38,-3501.98,291.612,1.3294,300,10,0,247,0,1,0,0,0),(9063,1193,0,1,1,1004,0,-4820.94,-3455.15,290.966,2.93358,300,10,0,247,0,1,0,0,0),(9062,1193,0,1,1,1004,0,-4951.1,-3555.3,292.67,5.71883,300,10,0,247,0,1,0,0,0),(9061,1193,0,1,1,1004,0,-4919.14,-3252.14,290.283,5.91179,300,10,0,247,0,1,0,0,0),(9060,1191,0,1,1,3027,0,-5639.43,-2936.08,402.739,2.06818,300,5,0,300,0,1,0,0,0),(9059,1190,0,1,1,704,0,-4743.03,-2690.83,326.452,3.40895,300,5,0,198,0,1,0,0,0),(9058,1166,0,1,1,764,1,-6114.71,-2919.23,418.866,2.51186,300,2,0,253,264,1,0,0,0),(9057,1166,0,1,1,764,1,-6032.59,-2823.83,411.258,3.1369,300,2,0,253,264,1,0,0,0),(9056,1163,0,1,1,160,1,-6096.8,-2972,418.846,5.53446,300,2,0,273,0,1,0,0,0),(9055,1163,0,1,1,160,1,-6079.31,-2991.73,413.243,6.26756,300,2,0,273,0,1,0,0,0),(9054,1166,0,1,1,764,1,-6082.85,-2805.3,413.116,3.61245,300,5,0,253,264,1,0,0,0),(9053,1166,0,1,1,764,1,-6095.56,-2924.44,418.894,3.04447,300,2,0,253,264,1,0,0,0),(9052,1163,0,1,1,160,1,-6057.93,-2857.48,413.368,0.93117,300,3,0,273,0,1,0,0,0),(9051,1163,0,1,1,160,1,-6073.62,-2785.56,411.893,2.55441,300,5,0,273,0,1,0,0,0),(9050,1166,0,1,1,764,1,-6069.44,-2996.55,409.971,5.50627,300,2,0,253,264,1,0,0,0),(9049,1189,0,1,1,762,0,-5653.35,-3039.6,385.959,0.84825,300,3,0,427,0,1,0,0,0),(9048,1933,0,1,1,857,0,-5622.58,-3719.98,314.66,1.09668,300,10,0,14,0,1,0,0,0),(9047,1933,0,1,1,856,0,-6003.01,-2526.57,306.804,0.41378,300,3,0,14,0,1,0,0,0),(9046,1412,0,1,1,134,0,-5096.56,-2717.9,342.902,3.48794,300,10,0,8,0,1,0,0,0),(9045,1412,0,1,1,134,0,-5423.07,-2973.56,350.986,0.230633,300,10,0,8,0,1,0,0,0),(9044,1202,0,1,1,26,1,-5285.2,-2697.88,344.526,5.32325,300,0,0,222,0,0,0,0,0),(9043,1202,0,1,1,26,1,-5291.55,-2696.65,344.716,3.17606,300,3,0,222,0,1,0,0,0),(9042,2098,0,1,1,10001,0,-5661.11,-3619.42,311.279,2.0315,300,10,0,102,0,1,0,0,0),(9041,1186,0,1,1,707,0,-4941.34,-2824.88,320.932,0.038565,300,10,0,266,0,1,0,0,0),(9040,1186,0,1,1,707,0,-5078.11,-2986.15,332.205,1.12201,300,10,0,266,0,1,0,0,0),(9039,1190,0,1,1,704,0,-4930.84,-2871.47,331.576,0.785277,300,5,0,198,0,1,0,0,0),(9038,1162,0,1,1,764,1,-5516.64,-2749.18,363.024,0.250455,300,3,0,222,0,1,0,0,0),(9037,1186,0,1,1,707,0,-4954.16,-2649.74,330.384,1.63724,300,5,0,266,0,1,0,0,0),(9036,1412,0,1,1,134,0,-5283.44,-3781.63,313.129,5.2868,300,10,0,8,0,1,0,0,0),(9035,1195,0,1,1,827,0,-5068.3,-3056.41,320.76,0.849024,300,5,0,198,0,1,0,0,0),(9034,1195,0,1,1,827,0,-5054.17,-3004.17,325.958,5.41232,300,10,0,198,0,1,0,0,0),(9033,1190,0,1,1,704,0,-5112.22,-2972.75,338.404,2.65322,300,10,0,198,0,1,0,0,0),(9032,1933,0,1,1,856,0,-4978.98,-3076.33,318.058,5.18914,300,5,0,14,0,1,0,0,0),(9031,1186,0,1,1,707,0,-5099.17,-3089.45,314.19,3.12987,300,10,0,266,0,1,0,0,0),(9030,1161,0,1,1,763,1,-5440.49,-2712.82,366.358,6.15135,300,10,0,222,0,1,0,0,0),(9029,1398,0,1,1,1194,1,-5700.31,-3871.31,331.594,4.64258,9200,0,0,573,0,0,0,0,0),(9028,1161,0,1,1,763,1,-5378.05,-2718.7,362.587,4.70866,300,3,0,222,0,1,0,0,0),(9027,1412,0,1,1,134,0,-5287.36,-2775.95,353.213,2.15649,300,10,0,8,0,1,0,0,0),(9026,1161,0,1,1,763,1,-5346.48,-2742.64,359.195,1.41785,300,5,0,222,0,1,0,0,0),(9025,1188,0,1,1,762,0,-5323.95,-3823.55,321.223,2.30514,300,10,0,328,0,1,0,0,0),(9024,1184,0,1,1,827,0,-5468.78,-3777.23,317.529,3.06542,300,10,0,273,0,1,0,0,0),(9023,1191,0,1,1,3027,0,-5534.65,-3768.13,325.2,0.041876,300,10,0,300,0,1,0,0,0),(9022,1161,0,1,1,763,1,-5389.19,-2726.9,363.212,3.85094,300,3,0,222,0,1,0,0,0),(9021,1693,0,1,1,1034,0,-5322.85,-3700.15,296.665,1.84802,300,10,0,300,0,1,0,0,0),(9020,1693,0,1,1,1034,0,-5502.91,-3482.96,298.3,2.94387,300,10,0,300,0,1,0,0,0),(9019,1693,0,1,1,1034,0,-5290.9,-3684.81,298.595,5.94476,300,10,0,300,0,1,0,0,0),(9018,1161,0,1,1,763,1,-5389.63,-2715.08,364.587,5.68282,300,0,0,222,0,0,0,0,0),(9017,1161,0,1,1,763,1,-5410.36,-2726.76,376.239,3.07912,300,5,0,222,0,1,0,0,0),(9016,1693,0,1,1,1034,0,-5471.27,-3523.89,299.633,2.64302,300,10,0,300,0,1,0,0,0),(9015,1693,0,1,1,1034,0,-5460.37,-3513.13,299.899,6.01025,300,10,0,300,0,1,0,0,0),(9014,1186,0,1,1,707,0,-5807.12,-3109.11,322.277,2.75658,300,10,0,266,0,1,0,0,0),(9013,1161,0,1,1,763,1,-5410.77,-2747.3,368.554,4.94747,300,3,0,222,0,1,0,0,0),(9012,1161,0,1,1,763,1,-5527.64,-2737.98,366.313,5.37652,300,3,0,222,0,1,0,0,0),(9011,1191,0,1,1,3027,0,-5660.15,-3643.19,314.007,3.06931,300,10,0,300,0,1,0,0,0),(9010,1191,0,1,1,3027,0,-5642.9,-3213.4,324.298,1.81341,300,5,0,300,0,1,0,0,0),(9009,1191,0,1,1,3027,0,-5698.82,-3613.57,313.573,4.96305,300,10,0,300,0,1,0,0,0),(9008,1184,0,1,1,827,0,-5667.23,-3720.89,318.466,0.361285,300,10,0,273,0,1,0,0,0),(9007,1165,0,1,1,160,1,-5580.44,-3842.25,322.863,1.91108,300,5,0,330,938,1,0,0,0),(9006,1162,0,1,1,764,1,-5543.76,-2730.51,366.608,2.61957,300,0,0,222,0,0,0,0,0),(9005,1162,0,1,1,764,1,-5550.5,-2754.59,365.436,3.13573,300,3,0,222,0,1,0,0,0),(1255,696,0,1,1,4622,1,-12947.6,-781.391,58.6777,2.78168,300,5,0,1678,0,1,0,0,0),(1254,597,0,1,1,4579,1,-11687.9,928.277,3.33555,3.62683,300,3,0,1469,0,1,0,0,0),(1253,696,0,1,1,4622,1,-12860.7,-807.555,54.7235,5.75959,300,2,0,1678,0,1,0,0,0),(1252,681,0,1,1,598,0,-11778.4,-162.78,8.46279,4.52897,300,5,0,1050,0,1,0,0,0),(1251,855,0,1,1,180,0,-11837.9,688.538,44.6837,2.07552,300,3,0,1050,0,1,0,0,0),(9004,1161,0,1,1,763,1,-5537.48,-2743.61,367.436,1.42361,300,3,0,222,0,1,0,0,0),(9003,1693,0,1,1,1034,0,-5457.31,-3520.34,299.324,3.20847,300,10,0,300,0,1,0,0,0),(9002,1693,0,1,1,1034,0,-5454.85,-3550.91,297.482,2.77596,300,10,0,300,0,1,0,0,0),(9001,1165,0,1,1,160,1,-5651.75,-3899.96,322.93,4.5754,300,0,0,330,938,2,0,0,0),(9000,1195,0,1,1,827,0,-5829.71,-3082.85,325.352,1.50826,300,10,0,198,0,1,0,0,0),(8999,1191,0,1,1,3027,0,-5430.33,-3069.12,351.568,2.60619,300,10,0,300,0,1,0,0,0),(8998,1172,0,1,1,10913,1,-4845.35,-3115.9,316.81,5.9109,300,3,0,198,0,1,0,0,0),(8997,1162,0,1,1,764,1,-5531.22,-2725.84,366.729,4.44703,300,0,0,222,0,0,0,0,0),(8996,1167,0,1,1,722,1,-5748.5,-3970.06,326.133,4.34239,300,3,0,417,0,1,0,0,0),(8995,1162,0,1,1,764,1,-5542.12,-2721.15,366.898,5.44543,300,0,0,222,0,0,0,0,0),(89042,11789,349,1,1,9032,0,-118.404,-376.078,-170.336,4.36332,86400,2,0,1919,0,1,0,0,0),(15582,2238,0,1,1,3686,0,-445.588,-1485.22,91.9769,2.79253,300,0,0,713,0,0,0,0,0),(8994,1165,0,1,1,160,1,-5652.04,-3897.33,322.784,1.11157,300,5,0,330,938,1,0,0,0),(8993,1167,0,1,1,722,1,-5727,-3928.46,318.931,0.017453,300,5,0,417,0,1,0,0,0),(8992,1186,0,1,1,707,0,-5453.85,-3119.81,348.77,0.922588,300,10,0,266,0,1,0,0,0),(8991,1173,0,1,1,365,1,-4963.79,-3026.27,330.502,3.77455,300,5,0,198,0,1,0,0,0),(8990,1393,0,1,1,721,1,-5651.99,-3996.89,325.447,5.92764,300,5,0,449,0,1,0,0,0),(1250,685,0,1,1,788,0,-11835.3,685.639,44.9337,6.25663,300,5,0,1221,0,1,0,0,0),(8989,1165,0,1,1,160,1,-5677.81,-3996.1,327.197,4.99013,300,5,0,330,938,1,0,0,0),(8988,1167,0,1,1,722,1,-5668.78,-3992.98,326.047,1.67066,300,0,0,417,0,2,0,0,0),(8987,1172,0,1,1,10913,1,-4872.63,-3076.58,317.647,1.0277,300,10,0,198,0,1,0,0,0),(8986,1162,0,1,1,764,1,-5381.85,-2706.15,366.087,3.88085,300,3,0,222,0,1,0,0,0),(8985,1165,0,1,1,160,1,-5742.98,-3987.34,329.758,2.65743,300,5,0,330,938,1,0,0,0),(8984,1172,0,1,1,10913,1,-4819.36,-3097.05,315.728,5.73617,300,10,0,198,0,1,0,0,0),(8983,1162,0,1,1,764,1,-5389.64,-2708.84,365.962,5.044,300,0,0,222,0,0,0,0,0),(8982,1167,0,1,1,722,1,-5716.1,-3996.91,330.267,3.66477,300,2,0,417,0,1,0,0,0),(8981,1162,0,1,1,764,1,-5395.74,-2713.9,365.712,0,300,0,0,222,0,0,0,0,0),(8980,1167,0,1,1,722,1,-5748.18,-3957.81,324.184,0,300,5,0,417,0,1,0,0,0),(8979,1167,0,1,1,722,1,-5701.61,-3950.38,327.559,5.03043,300,3,0,417,0,1,0,0,0),(8978,2098,0,1,1,10003,0,-5550.1,-2783.45,365.523,6.05288,300,10,0,102,0,1,0,0,0),(8977,1167,0,1,1,722,1,-5723.6,-3907.66,322.167,4.72984,300,0,0,417,0,0,0,0,0),(8976,1412,0,1,1,134,0,-5152.97,-2981.87,331.468,5.01574,300,10,0,8,0,1,0,0,0),(8975,1379,0,1,1,1417,0,-5764.81,-3433.93,305.89,5.3058,300,0,0,656,0,0,0,0,0),(8974,2098,0,1,1,10002,0,-5085.08,-3051.94,323.495,6.10036,300,5,0,102,0,1,0,0,0),(8973,1197,0,1,1,763,1,-6161.83,-2993.71,388.766,4.74389,300,2,0,301,326,1,0,0,0),(8972,1197,0,1,1,763,1,-6144.43,-3028.81,393.484,4.70981,300,2,0,301,326,1,0,0,0),(8970,1197,0,1,1,763,1,-6189.73,-2989.47,388.558,0.659419,300,3,0,301,326,1,0,0,0),(8968,1164,0,1,1,722,1,-6181.51,-2982.54,387.791,1.9741,300,3,0,328,0,1,0,0,0),(8967,1412,0,1,1,134,0,-5243.06,-2818.98,345.414,0.740547,300,10,0,8,0,1,0,0,0),(8966,1197,0,1,1,763,1,-6219.45,-2990.93,397.339,1.5708,300,0,0,301,326,0,0,0,0),(8965,1197,0,1,1,763,1,-6231.66,-2950.16,402.494,5.02683,300,2,0,301,326,1,0,0,0),(8964,1172,0,1,1,10913,1,-4757.07,-2987.27,318.069,4.06146,300,3,0,198,0,1,0,0,0),(8963,1197,0,1,1,763,1,-6223.23,-2952.53,402.89,5.27555,300,2,0,301,326,1,0,0,0),(1249,685,0,1,1,788,0,-11836.3,655.435,44.6837,1.74297,300,10,0,1221,0,1,0,0,0),(8962,1164,0,1,1,722,1,-6218.13,-2972.06,397.541,2.12964,300,2,0,328,0,1,0,0,0),(8961,1164,0,1,1,722,1,-6215.5,-2983.16,397.499,4.17822,300,2,0,328,0,1,0,0,0),(8960,1186,0,1,1,707,0,-4748.61,-2750.1,325.166,2.01323,300,10,0,266,0,1,0,0,0),(8959,1186,0,1,1,707,0,-4681.11,-2743.72,324.886,5.5116,300,5,0,266,0,1,0,0,0),(8958,1197,0,1,1,763,1,-6227.16,-2945.09,403.271,5.78787,300,2,0,301,326,1,0,0,0),(8957,1165,0,1,1,160,1,-5640.51,-3925.52,324.62,4.76169,300,3,0,330,938,1,0,0,0),(32424,3917,1,1,1,525,0,1914.86,-986.527,82.1531,3.86137,300,10,0,544,581,1,0,0,0),(8956,1167,0,1,1,722,1,-5679.24,-3942.09,325.242,2.49582,300,3,0,417,0,1,0,0,0),(8955,1393,0,1,1,721,1,-5669.92,-3948.64,319.831,5.32325,300,3,0,449,0,1,0,0,0),(8954,1165,0,1,1,160,1,-5656.39,-3947.77,319.839,2.37365,300,3,0,330,938,1,0,0,0),(8953,1191,0,1,1,3027,0,-5803.83,-3394.82,306.051,5.57244,300,10,0,300,0,1,0,0,0),(8952,1412,0,1,1,134,0,-5030.73,-3102.87,317.872,5.19342,300,10,0,8,0,1,0,0,0),(8951,1176,0,1,1,10912,1,-4938.22,-3022.89,326.933,2.68129,300,5,0,222,0,1,0,0,0),(8950,1191,0,1,1,3027,0,-5353.03,-3745.86,303.876,1.42177,300,10,0,300,0,1,0,0,0),(8949,1188,0,1,1,762,0,-5283.55,-3718.89,303.35,1.5165,300,10,0,328,0,1,0,0,0),(8948,1191,0,1,1,3027,0,-5378.48,-3792.92,309.312,1.38413,300,10,0,300,0,1,0,0,0),(8947,1191,0,1,1,3027,0,-5419.35,-3743.18,302.393,2.84513,300,10,0,300,0,1,0,0,0),(8946,1184,0,1,1,827,0,-5424.72,-3804.16,313.385,4.97727,300,10,0,273,0,1,0,0,0),(8945,1176,0,1,1,10912,1,-4944.1,-3018.56,328.308,0.88845,300,0,0,222,0,0,0,0,0),(8944,1166,0,1,1,764,1,-6021.62,-2764.05,410.318,5.46288,300,0,0,253,264,0,0,0,0),(8943,1163,0,1,1,160,1,-6088.56,-2774.65,414.63,0.506145,300,0,0,273,0,0,0,0,0),(8942,1166,0,1,1,764,1,-6022.88,-2768.41,410.204,5.98648,300,0,0,253,264,0,0,0,0),(8941,1166,0,1,1,764,1,-6101.02,-2793.96,419.251,5.98648,300,0,0,253,264,0,0,0,0),(8940,1166,0,1,1,764,1,-6099.2,-2799.65,417.386,0.087266,300,0,0,253,264,0,0,0,0),(8939,1163,0,1,1,160,1,-6086.08,-2771.28,414.094,4.66003,300,0,0,273,0,0,0,0,0),(8938,1412,0,1,1,134,0,-5886.81,-2530.09,306.23,4.0064,300,10,0,8,0,1,0,0,0),(8937,1195,0,1,1,827,0,-4824.95,-2748.67,325.49,2.60017,300,5,0,198,0,1,0,0,0),(8936,1412,0,1,1,134,0,-5566.35,-2777.42,367.304,0.978462,300,10,0,8,0,1,0,0,0),(8935,1192,0,1,1,1208,0,-5419.91,-4056.35,340.834,3.29889,300,10,0,356,0,1,0,0,0),(8934,1222,0,1,1,870,1,-4729.49,-3549.41,304.15,1.72788,300,0,0,386,0,0,0,0,0),(8933,1222,0,1,1,870,1,-4724.68,-3545.28,304.775,2.46091,300,0,0,386,0,0,0,0,0),(8932,1197,0,1,1,763,1,-4983.4,-3515.61,301.391,5.65368,300,5,0,301,326,1,0,0,0),(8931,1166,0,1,1,764,1,-4839,-3318.81,300.853,2.67358,300,5,0,253,264,1,0,0,0),(8930,1189,0,1,1,762,0,-5181.65,-3986.29,333.055,5.55865,300,10,0,427,0,1,0,0,0),(8929,1192,0,1,1,1208,0,-5345.56,-4082.43,332.389,0.178631,300,10,0,356,0,1,0,0,0),(8928,1193,0,1,1,1004,0,-5002.41,-3564.71,294.021,1.86567,300,10,0,247,0,1,0,0,0),(8927,1169,0,1,1,3456,1,-4842.24,-3581.17,309.718,2.66209,300,10,0,417,0,1,0,0,0),(8906,1224,0,1,1,867,0,-5220.32,-3319.59,247.09,6.23097,300,10,0,449,0,1,0,0,0),(8905,1224,0,1,1,867,0,-5242.1,-3238.45,257.962,3.96708,300,10,0,449,0,1,0,0,0),(8904,1163,0,1,1,160,1,-5022.75,-3321.28,300.781,0.526437,300,5,0,273,0,1,0,0,0),(8903,1192,0,1,1,1208,0,-5262.62,-4056.08,323.898,6.16562,300,10,0,356,0,1,0,0,0),(8902,1192,0,1,1,1208,0,-5111.33,-3654.63,302.341,5.6002,300,10,0,356,0,1,0,0,0),(8901,1342,0,1,1,1893,1,-4678.5,-2695.41,319.614,4.06662,300,0,0,1910,0,0,0,0,0),(8900,1276,0,1,1,1777,1,-4796.1,-2711.34,326.946,3.12206,300,0,0,1910,0,2,0,0,0),(8899,1693,0,1,1,1034,0,-5069.4,-3577.85,295.966,1.97382,300,10,0,300,0,1,0,0,0),(8898,1693,0,1,1,1034,0,-5255.74,-3648.27,298.106,4.13847,300,10,0,300,0,1,0,0,0),(8897,1191,0,1,1,3027,0,-5596.44,-3719.97,313.944,3.71281,300,10,0,300,0,1,0,0,0),(8896,1191,0,1,1,3027,0,-5578.3,-3763.42,318.401,5.33287,300,10,0,300,0,1,0,0,0),(8895,1184,0,1,1,827,0,-5488.45,-3721.56,305.85,1.61569,300,10,0,273,0,1,0,0,0),(8894,1191,0,1,1,3027,0,-5554.86,-3804.33,323.489,3.57468,300,10,0,300,0,1,0,0,0),(8893,1224,0,1,1,867,0,-5416.85,-3250.33,273.037,3.72009,300,10,0,449,0,1,0,0,0),(8892,1224,0,1,1,867,0,-5220.43,-3229.75,272.009,0.77066,300,10,0,449,0,1,0,0,0),(8891,1193,0,1,1,1004,0,-4895.23,-3227.19,283.794,3.98231,300,10,0,247,0,1,0,0,0),(8890,1165,0,1,1,160,1,-5586.21,-3898.31,329.254,5.41692,300,3,0,330,938,1,0,0,0),(8889,1167,0,1,1,722,1,-5578.88,-3914.01,330.469,3.35814,300,5,0,417,0,1,0,0,0),(8888,1167,0,1,1,722,1,-5590.77,-3941.31,325.722,2.40855,300,3,0,417,0,1,0,0,0),(8887,1393,0,1,1,721,1,-5638.17,-3875.81,330.045,3.97935,300,0,0,449,0,0,0,0,0),(8886,1167,0,1,1,722,1,-5574.65,-3865.8,327.849,1.64292,300,5,0,417,0,1,0,0,0),(8885,1167,0,1,1,722,1,-5639.52,-3876.94,328.173,6.24308,300,2,0,417,0,1,0,0,0),(8884,1393,0,1,1,721,1,-5635.5,-3888.33,330.057,2.28638,300,0,0,449,0,0,0,0,0),(8883,1165,0,1,1,160,1,-5702.33,-3903.39,329.172,2.37951,300,2,0,330,938,1,0,0,0),(8882,1167,0,1,1,722,1,-5703.36,-3927.25,347.21,1.71042,300,0,0,417,0,0,0,0,0),(8881,1165,0,1,1,160,1,-5710.49,-3923.7,345.97,0.349066,300,0,0,330,938,0,0,0,0),(8880,1167,0,1,1,722,1,-5702.67,-3898.59,328.454,2.98451,300,0,0,417,0,2,0,0,0),(8879,1184,0,1,1,827,0,-5819.44,-3337.41,301.897,5.71808,300,5,0,273,0,1,0,0,0),(8878,1188,0,1,1,762,0,-5758,-3605.67,324.896,3.3122,300,5,0,328,0,1,0,0,0),(8877,1225,0,1,1,706,0,-5716.18,-3110.81,316.687,3.06542,1200,0,0,484,0,2,0,0,0),(8876,1165,0,1,1,160,1,-5627.92,-3998.87,324.25,3.47977,300,5,0,330,938,1,0,0,0),(8875,1191,0,1,1,3027,0,-5590.31,-3722.43,314.221,0.396514,300,10,0,300,0,1,0,0,0),(8874,1191,0,1,1,3027,0,-5614.48,-3606.76,310.023,1.93914,300,10,0,300,0,1,0,0,0),(8873,1693,0,1,1,1034,0,-5546.21,-3614.42,296.989,5.88515,300,10,0,300,0,1,0,0,0),(8872,1191,0,1,1,3027,0,-5652.99,-3786.76,323.624,0.453158,300,5,0,300,0,1,0,0,0),(8871,1412,0,1,1,134,0,-5388.69,-3079.99,352.676,2.50047,300,10,0,8,0,1,0,0,0),(8870,1194,0,1,1,410,0,-5669.82,-4048.23,366.463,0.196629,300,5,0,328,0,1,0,0,0),(8869,1412,0,1,1,134,0,-5806.2,-2564.17,308.547,2.44699,300,10,0,8,0,1,0,0,0),(8868,1412,0,1,1,134,0,-4808.33,-2575,355.322,1.06428,300,10,0,8,0,1,0,0,0),(8867,1188,0,1,1,762,0,-5770.57,-3799.99,328.564,4.38199,300,10,0,328,0,1,0,0,0),(8866,1191,0,1,1,3027,0,-5754.73,-3825.62,325.064,3.8161,300,5,0,300,0,1,0,0,0),(8865,1188,0,1,1,762,0,-5839.44,-3770,334.055,2.83219,300,5,0,328,0,1,0,0,0),(8864,1193,0,1,1,1004,0,-4852.69,-3186.71,285.763,5.94152,300,10,0,247,0,1,0,0,0),(8863,2098,0,1,1,10003,0,-4714.85,-2828.46,327.379,0.033191,300,10,0,102,0,1,0,0,0),(8862,1191,0,1,1,3027,0,-5624.71,-3650.93,316.384,1.40035,300,10,0,300,0,1,0,0,0),(8861,1169,0,1,1,3456,1,-4792.08,-3581.65,306.592,2.02494,300,10,0,417,0,1,0,0,0),(8860,1167,0,1,1,722,1,-5702.59,-3869.02,331.645,5.20108,300,0,0,417,0,0,0,0,0),(8859,1393,0,1,1,721,1,-5697.53,-3869.47,331.662,4.13643,300,0,0,449,0,0,0,0,0),(8858,1693,0,1,1,1034,0,-5178.41,-3546.29,299.185,6.16368,300,10,0,300,0,1,0,0,0),(8857,1693,0,1,1,1034,0,-5149.02,-3529.49,303.79,1.51801,300,10,0,300,0,1,0,0,0),(8856,1693,0,1,1,1034,0,-5110.04,-3524.94,299.553,3.55188,300,10,0,300,0,1,0,0,0),(8855,1282,0,1,1,1809,1,-5733.6,-2581.92,335.213,2.88288,300,0,0,1910,0,2,0,0,0),(8854,1197,0,1,1,763,1,-4940.63,-3421.88,305.523,5.92704,300,0,0,301,326,0,0,0,0),(8853,1164,0,1,1,722,1,-4942.63,-3432.58,309.023,4.11325,300,5,0,328,0,1,0,0,0),(8852,1186,0,1,1,707,0,-4733.99,-2795.99,320.722,5.51436,300,10,0,266,0,1,0,0,0),(8851,1190,0,1,1,704,0,-4770.01,-2835.94,326.215,5.08419,300,10,0,198,0,1,0,0,0),(8850,1195,0,1,1,827,0,-4797.09,-2785.63,325.496,3.11816,300,10,0,198,0,1,0,0,0),(8849,1194,0,1,1,410,0,-5820.05,-4146.27,389.036,1.9426,300,10,0,328,0,1,0,0,0),(8848,1164,0,1,1,722,1,-4979.87,-3450.4,304.13,1.05383,300,10,0,328,0,1,0,0,0),(8847,1191,0,1,1,3027,0,-5696.3,-3752.91,321.777,5.69247,300,5,0,300,0,1,0,0,0),(8846,1188,0,1,1,762,0,-5835.52,-3866.86,351.366,3.90213,300,10,0,328,0,1,0,0,0),(8845,1191,0,1,1,3027,0,-5821.91,-4053.53,376.194,1.63561,300,10,0,300,0,1,0,0,0),(8844,1194,0,1,1,410,0,-5882.43,-3882.32,355.352,0.321751,300,10,0,328,0,1,0,0,0),(8843,1197,0,1,1,763,1,-4987.33,-3484.19,305.565,5.35816,300,0,0,301,326,0,0,0,0),(8842,1412,0,1,1,134,0,-5684.42,-3186.19,319.406,4.86311,300,10,0,8,0,1,0,0,0),(8841,1164,0,1,1,722,1,-4946.33,-3447.03,311.772,4.85334,300,5,0,328,0,1,0,0,0),(8840,1280,0,1,1,1781,1,-5433.62,-2884.02,345.496,3.9968,300,0,0,1910,0,2,0,0,0),(8839,1164,0,1,1,722,1,-4983.94,-3498.03,304.607,0.233162,300,0,0,328,0,0,0,0,0),(8838,1164,0,1,1,722,1,-4978.94,-3494.52,305.357,5.25344,300,0,0,328,0,0,0,0,0),(8837,3291,0,1,1,1837,0,-5355.96,-2941.26,324.009,3.82227,300,0,0,664,0,2,0,0,0),(8836,1279,0,1,1,1783,1,-5062.33,-2819.33,327.467,0.556077,300,0,0,1910,0,2,0,0,0),(8835,1197,0,1,1,763,1,-4973.64,-3497.32,305.357,2.7342,300,0,0,301,326,0,0,0,0),(8834,1197,0,1,1,763,1,-4948.81,-3474.56,311.286,2.67248,300,5,0,301,326,1,0,0,0),(8833,1197,0,1,1,763,1,-4965.48,-3487.5,306.286,4.65677,300,0,0,301,326,0,0,0,0),(8832,1188,0,1,1,762,0,-5886.3,-3819.88,348.473,3.71715,300,10,0,328,0,1,0,0,0),(8831,1164,0,1,1,722,1,-4888.36,-3432.79,303.619,4.20377,300,5,0,328,0,1,0,0,0),(8830,1164,0,1,1,722,1,-4907.48,-3458.91,304.411,5.49455,300,3,0,328,0,1,0,0,0),(8829,1194,0,1,1,410,0,-5872.16,-4126.43,389.58,6.07399,300,10,0,328,0,1,0,0,0),(8828,1188,0,1,1,762,0,-5852.58,-3811.6,345.652,5.34832,300,10,0,328,0,1,0,0,0),(8827,1184,0,1,1,827,0,-5913.25,-3655.08,353.962,1.36843,300,10,0,273,0,1,0,0,0),(8826,1194,0,1,1,410,0,-5886.18,-4149.77,392.562,3.89385,300,10,0,328,0,1,0,0,0),(8825,1194,0,1,1,410,0,-5901.32,-4160.42,394.301,1.92957,300,5,0,328,0,1,0,0,0),(8824,1194,0,1,1,410,0,-5717.37,-4181.8,383.965,1.8314,300,10,0,328,0,1,0,0,0),(8823,1188,0,1,1,762,0,-5867.93,-3610.42,347.848,4.90902,300,10,0,328,0,1,0,0,0),(8822,1184,0,1,1,827,0,-5908.9,-3596.76,353.94,4.85732,300,10,0,273,0,1,0,0,0),(8821,1194,0,1,1,410,0,-5821.82,-4047.22,376.477,1.7337,300,10,0,328,0,1,0,0,0),(8820,1194,0,1,1,410,0,-5732.27,-4055.08,367.854,3.4378,300,10,0,328,0,1,0,0,0),(8819,1184,0,1,1,827,0,-5927.89,-3517.8,329.576,3.47817,300,5,0,273,0,1,0,0,0),(8818,1190,0,1,1,704,0,-4792.17,-2837.8,322.495,4.47973,300,10,0,198,0,1,0,0,0),(8817,1166,0,1,1,764,1,-4921.02,-3371.95,304.264,1.61702,300,10,0,253,264,1,0,0,0),(8816,1166,0,1,1,764,1,-4912.14,-3313.35,305.66,0.884102,300,5,0,253,264,1,0,0,0),(8815,1166,0,1,1,764,1,-4877.43,-3276.4,304.3,0.491698,300,5,0,253,264,1,0,0,0),(8814,1412,0,1,1,134,0,-4808.75,-2777.94,324.816,3.76463,300,10,0,8,0,1,0,0,0),(8813,1197,0,1,1,763,1,-4920.56,-3425.78,304.613,0.080063,300,5,0,301,326,1,0,0,0),(8812,1194,0,1,1,410,0,-5783.71,-4084.27,374.773,0.523995,300,5,0,328,0,1,0,0,0),(8811,1194,0,1,1,410,0,-5818.07,-4087.03,380.477,4.55558,300,10,0,328,0,1,0,0,0),(8810,1194,0,1,1,410,0,-5848.7,-4116.88,389.729,0.859994,300,10,0,328,0,1,0,0,0),(27535,7175,70,1,1,763,1,-260.976,61.2314,-48.5482,3.19395,86400,0,0,1220,0,2,0,0,0),(8809,1191,0,1,1,3027,0,-5452.25,-4048.94,349.694,5.93073,300,10,0,300,0,1,0,0,0),(8808,1194,0,1,1,410,0,-5576.09,-4169.37,378.078,1.78101,300,10,0,328,0,1,0,0,0),(27534,4852,70,1,1,160,1,-233.511,170.852,-44.6301,2.58106,86400,2,0,3279,1142,1,0,0,0),(8807,1186,0,1,1,707,0,-4678.49,-2836.32,324.194,4.75469,300,5,0,266,0,1,0,0,0),(8806,1194,0,1,1,410,0,-5542.17,-4122.51,372.264,5.03228,300,10,0,328,0,1,0,0,0),(8805,1188,0,1,1,762,0,-5505.39,-4033.09,360.755,4.38817,300,5,0,328,0,1,0,0,0),(8804,1188,0,1,1,762,0,-5439.31,-4093.54,358.986,2.52543,300,10,0,328,0,1,0,0,0),(8803,1194,0,1,1,410,0,-5553.7,-4159.63,377.058,2.83219,300,10,0,328,0,1,0,0,0),(8802,1194,0,1,1,410,0,-5510.17,-4113.74,370.012,5.88599,300,10,0,328,0,1,0,0,0),(8801,1194,0,1,1,410,0,-5560.28,-4120.28,371.971,3.02209,300,5,0,328,0,1,0,0,0),(8800,1188,0,1,1,762,0,-5497.98,-4084.99,368.062,0.348938,300,10,0,328,0,1,0,0,0),(8799,1194,0,1,1,410,0,-5659.12,-4178.31,391.667,3.23738,300,5,0,328,0,1,0,0,0),(8798,1178,0,1,1,1122,1,-5111,-3845.37,320.988,4.76514,300,5,0,417,0,1,0,0,0),(8797,1412,0,1,1,134,0,-5019.88,-3717.24,311.639,1.86599,300,10,0,8,0,1,0,0,0),(8796,1089,0,1,1,1628,1,-5832.74,-2602.53,314.068,0.191986,300,0,0,1910,0,0,0,0,0),(8795,1192,0,1,1,1208,0,-5353.63,-4125.63,336.224,1.4987,300,10,0,356,0,1,0,0,0),(8794,1185,0,1,1,520,0,-5183.01,-4043.84,327.37,2.78031,300,10,0,386,0,1,0,0,0),(8793,1189,0,1,1,762,0,-5106.28,-3748.49,312.754,0.521326,300,5,0,427,0,1,0,0,0),(8792,1189,0,1,1,762,0,-5250.22,-3886.85,329.485,0.716934,300,10,0,427,0,1,0,0,0),(8791,1189,0,1,1,762,0,-5162.28,-3976.72,330.24,4.34493,300,10,0,427,0,1,0,0,0),(8790,1281,0,1,1,1812,1,-5789.18,-2622.18,320.483,0.709525,300,0,0,1910,0,2,0,0,0),(8789,1179,0,1,1,6692,1,-5043.65,-3852.05,326.241,2.35101,300,5,0,377,408,1,0,0,0),(8788,167,0,1,1,1844,0,-5343.68,-2932.13,324.444,4.15388,300,0,0,273,0,0,0,0,0),(8746,1105,0,1,1,1572,0,-5359.14,-3020.87,319.565,4.06662,300,0,0,328,0,0,0,0,0),(8745,2510,0,1,1,1801,1,-5346.88,-2962.26,323.759,4.82375,300,0,0,1910,0,0,0,0,0),(8744,1412,0,1,1,134,0,-4921.92,-3680.99,310.186,5.20487,300,10,0,8,0,1,0,0,0),(8743,9989,0,1,1,9263,0,-5372.23,-2949.25,324.02,0.314159,300,0,0,1003,0,0,0,0,0),(8742,1340,0,1,1,1892,1,-5365.12,-2938.79,326.76,2.33269,300,0,0,1910,0,2,0,0,0),(8741,1139,0,1,1,1597,0,-5305.5,-2948.04,334.176,4.95674,300,0,0,484,0,0,0,0,0),(8738,1681,0,1,1,1822,0,-5366.93,-3014.87,319.565,0.139626,300,0,0,328,0,0,0,0,0),(8737,1153,0,1,1,1656,0,-5366.19,-3021.68,319.565,2.46091,300,0,0,328,0,0,0,0,0),(8736,2517,0,1,1,1795,1,-5350.79,-2981.75,324.074,4.20276,300,0,0,1910,0,0,0,0,0),(8735,1189,0,1,1,762,0,-5029.34,-3771.12,318.406,3.93804,300,5,0,427,0,1,0,0,0),(8734,1192,0,1,1,1208,0,-5184.57,-3648.87,303.686,2.09622,300,10,0,356,0,1,0,0,0),(32423,3917,1,1,1,525,0,1876.46,-1306.84,82.3311,4.29145,300,10,0,544,581,1,0,0,0),(8732,1189,0,1,1,762,0,-5095.41,-3707.06,312.909,4.27198,300,10,0,427,0,1,0,0,0),(8731,1189,0,1,1,762,0,-5121.69,-3783.72,316.927,5.04648,300,5,0,427,0,1,0,0,0),(8730,1166,0,1,1,764,1,-4873.57,-3335.92,307.102,6.06798,300,0,0,253,264,0,0,0,0),(8728,1185,0,1,1,520,0,-5148.45,-4079.78,321.607,1.26511,300,10,0,386,0,1,0,0,0),(8727,1163,0,1,1,160,1,-4877.12,-3326.42,305.754,3.68265,300,0,0,273,0,0,0,0,0),(8726,1192,0,1,1,1208,0,-5222.33,-3730.97,312.939,4.68505,300,10,0,356,0,1,0,0,0),(8725,1192,0,1,1,1208,0,-5249.05,-3685.56,304.121,1.79382,300,10,0,356,0,1,0,0,0),(8724,1192,0,1,1,1208,0,-5133.26,-3736.91,311.365,1.65491,300,5,0,356,0,1,0,0,0),(8723,1166,0,1,1,764,1,-5038.67,-3361.67,298.385,5.11615,300,3,0,253,264,1,0,0,0),(8722,1412,0,1,1,134,0,-5153.17,-3715.96,312.427,1.9028,300,10,0,8,0,1,0,0,0),(8721,1693,0,1,1,1034,0,-5230.93,-3476.59,302.812,5.93241,300,10,0,300,0,1,0,0,0),(8720,1163,0,1,1,160,1,-4872.61,-3321.07,305.504,4.53786,300,0,0,273,0,0,0,0,0),(8719,1164,0,1,1,722,1,-4930.66,-3434.37,306.786,4.71951,300,2,0,328,0,1,0,0,0),(8718,1693,0,1,1,1034,0,-5209.3,-3459.75,298.952,3.55469,300,10,0,300,0,1,0,0,0),(8717,1166,0,1,1,764,1,-4891.53,-3346.09,309.352,3.43789,300,5,0,253,264,1,0,0,0),(8716,1163,0,1,1,160,1,-4867.4,-3324.54,305.129,3.19395,300,0,0,273,0,0,0,0,0),(8715,1166,0,1,1,764,1,-4875.31,-3309.27,306.629,4.11376,300,10,0,253,264,1,0,0,0),(8714,1166,0,1,1,764,1,-5038.03,-3334.71,299.51,5.44543,300,0,0,253,264,0,0,0,0),(8712,1166,0,1,1,764,1,-4948.31,-3389.18,306.929,4.04268,300,5,0,253,264,1,0,0,0),(8711,1166,0,1,1,764,1,-5037.87,-3342.51,299.51,0.959931,300,0,0,253,264,0,0,0,0),(8710,1166,0,1,1,764,1,-5029.35,-3340.53,299.371,1.60981,300,0,0,253,264,0,0,0,0),(8709,1166,0,1,1,764,1,-4929.85,-3397,303.936,4.26407,300,10,0,253,264,1,0,0,0),(8705,1197,0,1,1,763,1,-4926.93,-3443.27,307.911,0,300,2,0,301,326,1,0,0,0),(8702,1193,0,1,1,1004,0,-4816.79,-3183.81,285.566,0,300,0,0,247,0,0,0,0,0),(8699,1224,0,1,1,867,0,-5552.41,-3379.55,281.788,0.424615,300,10,0,449,0,1,0,0,0),(8698,1163,0,1,1,160,1,-4928.6,-3387.28,304.436,4.9983,300,3,0,273,0,1,0,0,0),(8697,1193,0,1,1,1004,0,-4975.69,-3190.81,279.047,0.304033,300,10,0,247,0,1,0,0,0),(8696,1166,0,1,1,764,1,-6061.31,-2750.79,418.191,4.34587,300,0,0,253,264,0,0,0,0),(8695,1166,0,1,1,764,1,-6070.43,-2765.21,414.785,4.97648,300,3,0,253,264,1,0,0,0),(8694,1163,0,1,1,160,1,-6067.52,-2752.58,417.535,5.18363,300,0,0,273,0,0,0,0,0),(8693,1412,0,1,1,134,0,-5381.27,-3078.8,352.051,3.50134,300,10,0,8,0,1,0,0,0),(8692,1185,0,1,1,520,0,-5240.03,-4170.24,358.853,5.54571,300,5,0,386,0,1,0,0,0),(8691,1185,0,1,1,520,0,-5125.52,-4043.33,323.041,3.89937,300,10,0,386,0,1,0,0,0),(8690,14268,0,1,1,14313,0,-5865.87,-4138.18,387.28,0.43605,18000,20,0,328,0,1,0,0,0),(8689,1166,0,1,1,764,1,-4916.49,-3401.62,305.363,2.08688,300,10,0,253,264,1,0,0,0),(8688,1163,0,1,1,160,1,-4922.77,-3407.41,304.863,2.71691,300,10,0,273,0,1,0,0,0),(8687,1693,0,1,1,1034,0,-5175.78,-3471.34,303.965,0.066438,300,10,0,300,0,1,0,0,0),(8686,1693,0,1,1,1034,0,-5157.03,-3553.47,302.961,6.11533,300,10,0,300,0,1,0,0,0),(8685,1224,0,1,1,867,0,-5420.07,-3320.86,265.697,0.83365,300,10,0,449,0,1,0,0,0),(8684,1412,0,1,1,134,0,-5137.66,-3077.8,322.204,0.160971,300,10,0,8,0,1,0,0,0),(8683,1194,0,1,1,410,0,-5863.22,-4097.45,390.512,0.505127,300,5,0,328,0,1,0,0,0),(27533,4851,70,1,1,721,1,-228.116,177.455,-44.6301,3.06182,86400,2,0,1469,0,1,0,0,0),(8682,1412,0,1,1,134,0,-5076.24,-2855.04,323.012,5.77611,300,10,0,8,0,1,0,0,0),(8681,2098,0,1,1,10000,0,-4711.65,-2745.29,325.609,0.65935,300,10,0,102,0,1,0,0,0),(8670,1202,0,1,1,26,1,-4941.14,-3014.38,328.308,3.94444,300,0,0,222,0,0,0,0,0); -INSERT INTO `creature` VALUES (8399,2098,0,1,1,10002,0,-4780.57,-2870.39,324.846,4.9872,300,10,0,102,0,1,0,0,0),(27532,6910,70,1,1,5945,0,-225.598,161.224,-44.5463,0.034907,86400,0,0,3540,2472,0,0,0,0),(27531,4855,70,1,1,11166,0,57.4593,447.311,-40.9598,0,86400,0,0,4185,0,0,0,0,0),(15581,2349,0,1,1,6808,0,-642.558,-1132.5,62.9751,0.636862,300,10,0,664,0,1,0,0,0),(32422,3917,1,1,1,525,0,2000.87,-1214.95,60.3939,3.6542,300,10,0,544,581,1,0,0,0),(8398,1176,0,1,1,10912,1,-4944.92,-3014.32,328.808,5.39307,300,0,0,222,0,0,0,0,0),(8397,1693,0,1,1,1034,0,-5435.31,-3716.03,298.035,0.877084,300,10,0,300,0,1,0,0,0),(8396,1188,0,1,1,762,0,-5752.11,-4146.75,387.985,4.85739,300,10,0,328,0,1,0,0,0),(8395,1194,0,1,1,410,0,-5658.74,-4111.37,388.702,4.46343,300,5,0,328,0,1,0,0,0),(8394,1184,0,1,1,827,0,-5437.28,-3917.53,339.824,2.01085,300,10,0,273,0,1,0,0,0),(8393,1194,0,1,1,410,0,-5416.81,-3879.94,334.016,3.52558,300,10,0,328,0,1,0,0,0),(8392,1194,0,1,1,410,0,-5455.28,-3948.33,344.884,2.15878,300,10,0,328,0,1,0,0,0),(8391,1693,0,1,1,1034,0,-5210.48,-3483.99,297.755,5.16197,300,10,0,300,0,1,0,0,0),(8390,1693,0,1,1,1034,0,-5207.08,-3562.47,299.665,1.90922,300,10,0,300,0,1,0,0,0),(8389,1693,0,1,1,1034,0,-5254.51,-3498.19,299.739,3.47481,300,10,0,300,0,1,0,0,0),(8388,1189,0,1,1,762,0,-5310.41,-4039.75,332.223,3.92962,300,10,0,427,0,1,0,0,0),(8387,1189,0,1,1,762,0,-5302.79,-4083.21,328.336,3.18454,300,10,0,427,0,1,0,0,0),(8386,1189,0,1,1,762,0,-5252.85,-4145.94,335.38,3.49237,300,5,0,427,0,1,0,0,0),(8385,1185,0,1,1,520,0,-5186.22,-4094.25,322.345,1.28177,300,10,0,386,0,1,0,0,0),(8384,1189,0,1,1,762,0,-5256.28,-4101.75,326.35,1.87461,300,10,0,427,0,1,0,0,0),(8383,1185,0,1,1,520,0,-5157.04,-4140.59,331.765,4.2793,300,5,0,386,0,1,0,0,0),(8382,1693,0,1,1,1034,0,-5165.32,-3614.6,298.505,5.87368,300,10,0,300,0,1,0,0,0),(8381,1693,0,1,1,1034,0,-5182.86,-3541.25,301.929,4.55751,300,10,0,300,0,1,0,0,0),(8380,1184,0,1,1,827,0,-5423.12,-3957.26,344.253,4.92193,300,10,0,273,0,1,0,0,0),(8379,1188,0,1,1,762,0,-5419.24,-4051.78,339.084,4.33344,300,10,0,328,0,1,0,0,0),(8378,1194,0,1,1,410,0,-5819.78,-3954.28,362.533,3.53623,300,10,0,328,0,1,0,0,0),(8377,1336,0,1,1,1813,1,-4820.65,-2700.55,327.03,6.21337,300,0,0,1910,0,0,0,0,0),(8376,1278,0,1,1,1804,1,-5400.07,-2890.89,342.151,3.8275,300,0,0,1910,0,2,0,0,0),(8375,1693,0,1,1,1034,0,-5521.67,-3489.78,298.684,4.15465,300,10,0,300,0,1,0,0,0),(8374,1185,0,1,1,520,0,-5117.74,-4131.25,324.063,2.71028,300,5,0,386,0,1,0,0,0),(8373,1185,0,1,1,520,0,-5228.96,-4210.46,355.98,4.82003,300,5,0,386,0,1,0,0,0),(8372,1185,0,1,1,520,0,-5223.81,-4221.46,360.702,5.42461,300,5,0,386,0,1,0,0,0),(8371,1224,0,1,1,867,0,-5193.04,-3325.69,240.593,5.68654,300,10,0,449,0,1,0,0,0),(8370,14266,0,1,1,1103,0,-5450.6,-4147.61,392.301,1.53796,9200,0,0,449,0,2,0,0,0),(8369,3836,0,1,1,1927,0,-6032.95,-2495.33,310.092,5.8294,300,0,0,2138,0,0,0,0,0),(8368,1412,0,1,1,134,0,-5021.65,-2770.7,323.943,5.97564,300,10,0,8,0,1,0,0,0),(8367,1178,0,1,1,1122,1,-5009.46,-3890.06,309.664,2.09648,300,10,0,417,0,1,0,0,0),(8366,1179,0,1,1,6692,1,-5080.04,-3825.57,317.04,5.65999,300,5,0,377,408,1,0,0,0),(8365,1192,0,1,1,1208,0,-5193.48,-3714.52,307.996,5.20223,300,10,0,356,0,1,0,0,0),(8364,1192,0,1,1,1208,0,-5259.04,-3796.77,319.419,4.59288,300,10,0,356,0,1,0,0,0),(8363,1188,0,1,1,762,0,-5823.62,-3880.9,349.803,2.96907,300,10,0,328,0,1,0,0,0),(8362,1191,0,1,1,3027,0,-5842.4,-4142.2,387.139,0.818646,300,10,0,300,0,1,0,0,0),(8361,1412,0,1,1,134,0,-5212.5,-2795.83,340.396,5.17142,300,10,0,8,0,1,0,0,0),(8360,1412,0,1,1,134,0,-5268.33,-3065.3,344.019,4.0487,300,10,0,8,0,1,0,0,0),(8359,1412,0,1,1,134,0,-5817.96,-3316.81,298.802,2.01236,300,10,0,8,0,1,0,0,0),(1248,1114,0,1,1,845,0,-12548.1,-920.153,43.3442,5.92044,300,5,0,1804,0,1,0,0,0),(8358,1412,0,1,1,134,0,-5775.32,-3586.25,332.782,5.97498,300,10,0,8,0,1,0,0,0),(1247,696,0,1,1,4622,1,-12866.1,-799.117,54.9599,5.95157,300,2,0,1678,0,1,0,0,0),(1246,685,0,1,1,788,0,-11824.3,707.507,44.7131,1.38223,300,10,0,1221,0,1,0,0,0),(1245,672,0,1,1,4621,1,-12963.2,-820.266,69.7316,1.55549,300,0,0,1711,1483,0,0,0,0),(1244,1114,0,1,1,845,0,-12560.6,-853.063,47.2671,3.0265,300,5,0,1804,0,1,0,0,0),(1243,1114,0,1,1,845,0,-12275.1,-379.787,15.3067,2.01698,300,5,0,1804,0,1,0,0,0),(1242,667,0,1,1,4632,1,-12937.6,-871.019,70.6112,1.13446,300,5,0,1678,0,1,0,0,0),(1241,879,0,1,1,1079,1,-12182.4,674.705,-69.7535,3.62119,1800,5,0,1403,0,1,0,0,0),(8357,1207,0,1,1,721,0,-6153.27,-2949.13,411.771,4.36332,300,0,0,356,0,0,0,0,0),(27530,4853,70,1,1,1194,1,50.8847,452.713,-40.9676,4.50295,86400,0,0,3405,1186,0,0,0,0),(32421,3917,1,1,1,525,0,1940.09,-1171.98,64.3597,3.53262,300,10,0,544,581,1,0,0,0),(1240,687,0,1,1,11317,0,-13145.7,415.928,18.9146,1.46899,300,5,0,1829,0,1,0,0,0),(1239,667,0,1,1,4632,1,-12907.6,-875.31,70.104,0,300,5,0,1678,0,1,0,0,0),(8356,1206,0,1,1,721,1,-6158.13,-2951.27,410.714,6.24828,300,0,0,356,0,0,0,0,0),(18402,2879,0,1,1,0,0,-8422,553.205,95.532,5.393,540,0,0,1753,0,0,0,0,0),(27529,4863,70,1,1,4486,0,59.4307,453.107,-40.9609,4.01426,86400,0,0,4008,0,0,0,0,0),(8355,1205,0,1,1,1194,1,-6151.45,-2952.78,411.501,2.67035,300,0,0,386,0,0,0,0,0),(8354,1192,0,1,1,1208,0,-5225.52,-3823.44,321.206,2.01397,300,10,0,356,0,1,0,0,0),(8353,1192,0,1,1,1208,0,-5192.25,-3818.22,327.477,2.95984,300,10,0,356,0,1,0,0,0),(8352,1189,0,1,1,762,0,-5157.38,-3883.6,329.077,3.40836,300,10,0,427,0,1,0,0,0),(8351,1189,0,1,1,762,0,-5310.43,-4003.19,334.899,6.16527,300,5,0,427,0,1,0,0,0),(8350,1189,0,1,1,762,0,-5232,-3974.55,328.959,4.18286,300,10,0,427,0,1,0,0,0),(8349,1188,0,1,1,762,0,-5963.1,-3736.61,345.402,0.244979,300,5,0,328,0,1,0,0,0),(8348,1194,0,1,1,410,0,-5850.84,-3940.13,353.715,1.28739,300,10,0,328,0,1,0,0,0),(8347,1412,0,1,1,134,0,-5919.98,-3619.79,353.017,5.35871,300,10,0,8,0,1,0,0,0),(8346,1191,0,1,1,3027,0,-5545.48,-3730.98,315.717,1.41882,300,10,0,300,0,1,0,0,0),(8345,1191,0,1,1,3027,0,-5542.43,-3692.5,303.02,5.56931,300,10,0,300,0,1,0,0,0),(8344,1192,0,1,1,1208,0,-5212.61,-3844.17,324.552,0.652482,300,10,0,356,0,1,0,0,0),(8343,1192,0,1,1,1208,0,-5247.3,-3851.91,327.243,5.31015,300,10,0,356,0,1,0,0,0),(8342,1191,0,1,1,3027,0,-5861.55,-3441.74,315.156,0.595045,300,10,0,300,0,1,0,0,0),(8341,1166,0,1,1,764,1,-6139.04,-2947.42,396.833,4.93773,300,2,0,253,264,1,0,0,0),(8340,1197,0,1,1,763,1,-6208.3,-2998.87,386.201,1.45448,300,2,0,301,326,1,0,0,0),(8339,1164,0,1,1,722,1,-6186.95,-3023.44,389.874,2.92048,300,2,0,328,0,1,0,0,0),(8338,1166,0,1,1,764,1,-6159.63,-2958.6,400.459,4.07093,300,2,0,253,264,1,0,0,0),(8337,1164,0,1,1,722,1,-6202.29,-3021.71,386.595,2.23489,300,2,0,328,0,1,0,0,0),(8336,1163,0,1,1,160,1,-5980.93,-2765.49,400.062,4.4855,300,0,0,273,0,0,0,0,0),(8335,1933,0,1,1,857,0,-5063.14,-3755.42,311.951,6.20325,300,5,0,14,0,1,0,0,0),(27528,4854,70,1,1,11165,1,56.7096,455.299,-40.9623,4.2586,86400,0,0,6130,2566,0,0,0,0),(32420,3917,1,1,1,525,0,1999.55,-1152.56,80.6255,2.41408,300,10,0,544,581,1,0,0,0),(1238,780,0,1,1,4616,1,-12944.2,-865.516,70.4187,0.750492,300,5,0,1357,1236,1,0,0,0),(1237,698,0,1,1,320,0,-11617.6,618.292,50.3413,4.39823,300,2,0,1279,0,1,0,0,0),(1236,691,0,1,1,5561,0,-12115.8,914.007,1.44607,2.64715,300,5,0,1469,0,1,0,0,0),(1235,2530,0,1,1,4663,1,-13650.9,-268.997,8.30007,2.29079,300,0,0,1902,0,0,0,0,0),(1234,1491,0,1,1,4923,1,-13637.8,-378.988,1.02494,0.822812,300,5,0,2138,0,1,0,0,0),(1233,1108,0,1,1,843,0,-11948.5,-118.453,7.72756,5.53927,300,3,0,1427,0,1,0,0,0),(1232,1488,0,1,1,1065,0,-13648.7,-302.935,8.1844,5.64143,300,3,0,2059,0,1,0,0,0),(1231,684,0,1,1,633,0,-13047.7,-303,13.3939,5.5434,300,5,0,1536,0,1,0,0,0),(1230,736,0,1,1,599,0,-11606.8,-701.346,31.1563,2.75762,300,3,0,1163,0,1,0,0,0),(1229,736,0,1,1,599,0,-11607.8,-694.851,31.1587,4.08407,300,2,0,1163,0,1,0,0,0),(1228,681,0,1,1,598,0,-11822.1,-248.948,17.048,1.98466,300,10,0,1050,0,1,0,0,0),(1227,772,0,1,1,614,0,-12912.6,-353.317,13.4452,1.8268,300,5,0,1536,0,1,0,0,0),(1226,855,0,1,1,180,0,-11860.4,679.146,46.1837,4.36947,300,3,0,1050,0,1,0,0,0),(1225,685,0,1,1,788,0,-11856.4,678.568,45.9035,6.1382,300,5,0,1221,0,1,0,0,0),(17724,1924,0,1,1,574,0,519.066,947.682,128.623,5.14471,275,5,0,328,0,1,0,0,0),(17723,1924,0,1,1,574,0,481.46,993.508,129.407,5.42797,275,0,0,328,0,0,0,0,0),(15580,2349,0,1,1,6808,0,-792.877,-112.154,32.6091,3.72255,300,5,0,664,0,1,0,0,0),(15579,2356,0,1,1,3201,0,-77.5577,-1195.15,48.3649,1.48755,300,5,0,944,0,1,0,0,0),(15577,17108,0,1,1,4157,1,-352.33,-718.192,62.5891,3.7001,300,0,0,840,0,0,0,0,0),(15578,2261,0,1,1,3624,1,-551.939,-1549.72,53.9464,3.30272,300,0,0,494,0,0,0,0,0),(15575,2349,0,1,1,6808,0,-893.193,-1442.01,56.2167,0.856759,300,10,0,664,0,1,0,0,0),(15576,17108,0,1,1,4157,1,-358.834,-725.124,57.7258,5.48576,300,0,0,840,0,0,0,0,0),(15574,2348,0,1,1,8014,0,-783.975,-833.379,17.8699,5.43416,300,5,0,787,0,1,0,0,0),(15572,2356,0,1,1,3201,0,-855.191,-1469.6,58.4068,5.11395,300,5,0,944,0,1,0,0,0),(15573,2354,0,1,1,1007,0,-582.08,-607.104,41.4361,2.14742,300,10,0,742,0,1,0,0,0),(15570,2349,0,1,1,6808,0,-991.88,-253.419,60.6771,2.6176,300,3,0,664,0,1,0,0,0),(15571,721,0,1,1,328,0,-761.759,-624.801,16.9561,1.12047,300,10,0,1,0,1,0,0,0),(15568,2269,0,1,1,3629,1,-704.376,50.0911,12.3267,0.523599,300,0,0,787,0,0,0,0,0),(15569,2269,0,1,1,3629,1,-734.345,42.2822,11.523,2.46091,300,0,0,787,0,0,0,0,0),(15566,2269,0,1,1,3629,1,-717.697,58.9673,9.6061,1.90241,300,0,0,787,0,0,0,0,0),(15567,2269,0,1,1,3629,1,-710.426,29.8424,12.8298,4.90438,300,0,0,787,0,0,0,0,0),(17722,1767,0,1,1,441,1,1304.95,755.38,30.9553,3.42976,275,5,0,247,0,1,0,0,0),(15564,2349,0,1,1,6808,0,-682.273,180.748,48.2066,3.81206,300,10,0,664,0,1,0,0,0),(15565,2349,0,1,1,6808,0,-646.077,214.463,59.2909,5.15742,300,5,0,664,0,1,0,0,0),(15562,2261,0,1,1,3624,1,-614.053,-1549.11,64.5659,1.03841,300,3,0,494,0,1,0,0,0),(15563,2356,0,1,1,3201,0,-68.66,-1181.52,47.3617,4.32841,300,10,0,944,0,1,0,0,0),(15560,2408,0,1,1,1244,0,-147.432,-1122.47,35.0195,1.45066,300,10,0,1050,0,1,0,0,0),(15561,2408,0,1,1,1244,0,-89.647,-1107.8,36.2228,2.40457,300,10,0,1050,0,1,0,0,0),(17721,1924,0,1,1,574,0,482.359,984.114,128.657,1.11701,275,0,0,328,0,0,0,0,0),(17720,1767,0,1,1,441,1,1314.31,768.897,29.4937,5.62501,275,10,0,247,0,1,0,0,0),(17719,1782,0,1,1,574,0,483.077,988.351,128.782,4.67748,275,0,0,273,0,0,0,0,0),(15558,2405,0,1,1,3663,1,-13.0726,-817.948,57.7382,0.040881,300,0,0,3696,0,0,0,0,0),(15559,2408,0,1,1,1244,0,109.992,-1144.96,35.6038,0.159823,300,10,0,1050,0,1,0,0,0),(17718,1767,0,1,1,441,1,1314.6,804.28,32.8589,4.65868,275,10,0,247,0,1,0,0,0),(15555,2408,0,1,1,1244,0,-10.297,-1111.86,36.0626,1.60984,300,10,0,1050,0,1,0,0,0),(15556,2371,0,1,1,4982,1,-1117.09,-753.841,-6.07283,2.30362,300,10,0,935,878,1,0,0,0),(15557,2408,0,1,1,1244,0,38.7226,-1118.58,35.1442,0.223194,300,10,0,1050,0,1,0,0,0),(15553,2384,0,1,1,1059,0,-675.932,-724.077,7.0073,4.49732,300,5,0,617,0,1,0,0,0),(15554,2385,0,1,1,1056,0,-865.341,-778.99,17.3005,4.18716,300,5,0,840,0,1,0,0,0),(15551,2348,0,1,1,8014,0,-1063.24,-876.433,38.3458,3.27273,300,10,0,787,0,1,0,0,0),(15552,2348,0,1,1,8014,0,-1046.49,-1332.81,55.7631,0.558185,300,10,0,787,0,1,0,0,0),(15550,2348,0,1,1,8014,0,-1101.56,-1306.42,55.754,5.61272,300,5,0,787,0,1,0,0,0),(15549,2442,0,1,1,1060,0,-408.131,-53.2522,54.4545,4.92183,300,0,0,1,0,0,0,0,0),(15548,2348,0,1,1,8014,0,-1048.86,-1276.93,57.8981,1.18391,300,10,0,787,0,1,0,0,0),(32419,3917,1,1,1,525,0,2053.68,-1068.15,94.2211,5.32504,300,10,0,544,581,1,0,0,0),(32418,3917,1,1,1,525,0,2080.62,-1017.55,96.3733,0.752807,300,10,0,544,581,1,0,0,0),(32417,3917,1,1,1,525,0,2018.67,-1042.78,84.3793,4.83674,300,10,0,544,581,1,0,0,0),(32416,3917,1,1,1,525,0,1958.73,-1008.68,77.2919,1.92408,300,10,0,544,581,1,0,0,0),(32415,3917,1,1,1,525,0,1954.98,-1048.39,94.2087,3.59215,300,10,0,544,581,1,0,0,0),(32414,3917,1,1,1,525,0,1997.6,-1050.17,95.6676,1.21294,300,10,0,544,581,1,0,0,0),(32413,3917,1,1,1,525,0,1988.13,-1146.33,82.4527,3.68352,300,10,0,544,581,1,0,0,0),(32412,3917,1,1,1,525,0,1994.24,-1070.94,95.0961,2.76934,300,10,0,544,581,1,0,0,0),(32411,3917,1,1,1,525,0,2081.34,-1236.67,98.1509,3.42472,300,10,0,544,581,1,0,0,0),(32410,3917,1,1,1,525,0,2033.92,-960.743,84.4851,5.10523,300,10,0,544,581,1,0,0,0),(32409,3917,1,1,1,525,0,2081.21,-975.649,96.728,3.35624,300,10,0,544,581,1,0,0,0),(32408,3917,1,1,1,525,0,1930.38,-1241.92,58.4058,0.650337,300,10,0,544,581,1,0,0,0),(32407,3917,1,1,1,525,0,1919.5,-1224.06,66.3743,5.49922,300,10,0,544,581,1,0,0,0),(32406,3917,1,1,1,525,0,1897.6,-1195.88,77.0295,4.34676,300,10,0,544,581,1,0,0,0),(32405,3917,1,1,1,525,0,1971.31,-1201.6,59.8145,3.57073,300,10,0,544,581,1,0,0,0),(32404,3917,1,1,1,525,0,1904,-1234.47,68.7134,1.20334,300,10,0,544,581,1,0,0,0),(32403,3917,1,1,1,525,0,1911.13,-1136.32,71.7567,4.22778,300,10,0,544,581,1,0,0,0),(32402,3917,1,1,1,525,0,1910.09,-1064.78,67.2693,0.015624,300,10,0,544,581,1,0,0,0),(32401,3917,1,1,1,525,0,1945.87,-1086.45,80.5476,3.38691,300,10,0,544,581,1,0,0,0),(32400,3917,1,1,1,525,0,2002.08,-1275.75,68.7719,4.71239,300,10,0,544,581,1,0,0,0),(32399,3917,1,1,1,525,0,1976.52,-1270.91,62.3705,4.1411,300,10,0,544,581,1,0,0,0),(32398,3917,1,1,1,525,0,1963.99,-1290.63,65.6451,0,300,10,0,544,581,1,0,0,0),(32397,3917,1,1,1,525,0,1895.84,-1305.89,86.4896,4.66755,300,10,0,544,581,1,0,0,0),(32396,3917,1,1,1,525,0,1876.04,-1087.91,73.4337,1.5708,300,10,0,544,581,1,0,0,0),(31375,4378,1,1,1,2538,0,-2815.56,-2585.78,33.3162,0.621209,360,3,0,1469,0,1,0,0,0),(31374,4345,1,1,1,807,0,-4691.16,-3274.23,30.1053,5.65453,360,10,0,1751,0,1,0,0,0),(31373,4379,1,1,1,2541,0,-2822.75,-2628.86,35.8102,1.83602,360,0,0,1469,0,0,0,0,0),(31372,4324,1,1,1,397,0,-4688.41,-3328.51,38.0137,0.938401,360,10,0,1416,1236,1,0,0,0),(32395,3917,1,1,1,525,0,1853.33,-1253.93,83.2336,2.7373,300,10,0,544,581,1,0,0,0),(31371,4378,1,1,1,2538,0,-2823.25,-2684.59,33.6761,1.075,360,0,0,1469,0,0,0,0,0),(31370,4379,1,1,1,2541,0,-2812.52,-2650.37,32.9228,1.73972,360,0,0,1469,0,0,0,0,0),(31369,4329,1,1,1,143,1,-4318.91,-3351.63,40.8784,5.46161,360,5,0,1751,0,1,0,0,0),(31368,4376,1,1,1,545,0,-2813.31,-2671.95,32.5499,1.80223,360,0,0,1469,0,0,0,0,0),(31367,4415,1,1,1,11348,0,-3780.77,-3702.8,46.5959,4.63057,360,5,0,1751,0,1,0,0,0),(31366,4379,1,1,1,2541,0,-2830.49,-2707.51,38.298,1.32289,360,0,0,1469,0,0,0,0,0),(31365,4331,1,1,1,8249,1,-4505.11,-3960.96,32.0703,4.58899,360,0,0,1471,1283,0,0,0,0),(31364,4329,1,1,1,143,1,-4507.84,-3966.77,34.4568,4.589,360,5,0,1751,0,1,0,0,0),(31363,4341,1,1,1,1080,0,-2702.65,-3338.72,29.1474,1.64562,360,10,0,1403,0,1,0,0,0),(31362,4378,1,1,1,2538,0,-2744.73,-2580.89,31.0342,0.294888,360,3,0,1469,0,1,0,0,0),(31361,4348,1,1,1,2708,0,-4249.65,-3570.26,39.0706,0.978462,360,5,0,1674,0,1,0,0,0),(31360,4328,1,1,1,8310,1,-4707.25,-3529.24,38.9099,0.53374,360,5,0,1471,1283,1,0,0,0),(31359,4379,1,1,1,2541,0,-2762.87,-2581.13,31.0662,4.99544,360,3,0,1469,0,1,0,0,0),(31358,4323,1,1,1,715,0,-4401.11,-3691.1,39.468,6.15592,360,10,0,1751,0,1,0,0,0),(31357,4376,1,1,1,545,0,-2743.15,-2592.93,31.5807,0.915622,360,0,0,1469,0,0,0,0,0),(31356,4379,1,1,1,2541,0,-2821.34,-2606.5,35.4572,2.56923,360,3,0,1469,0,1,0,0,0),(31355,4376,1,1,1,545,0,-2799.87,-2618.57,36.9854,0.113632,360,3,0,1469,0,1,0,0,0),(31354,4379,1,1,1,2541,0,-2785.08,-2614.19,36.8648,4.69057,360,3,0,1469,0,1,0,0,0),(31353,4334,1,1,1,8309,1,-4703.55,-3503.24,36.7867,4.72411,360,5,0,1522,1332,1,0,0,0),(31352,4401,1,1,1,2426,0,-4188.31,-3912.18,-8.04785,4.50891,360,5,0,1403,0,1,0,0,0),(31351,4334,1,1,1,8309,1,-4677.16,-3503.34,36.919,1.58642,360,5,0,1522,1332,1,0,0,0),(31350,4403,1,1,1,2599,0,-4186.19,-3887.15,-2.49762,1.52451,360,5,0,1464,0,1,0,0,0),(31349,23555,1,1,1,10255,0,-2772.7,-3755.63,28.6474,5.66577,360,10,0,1403,0,1,0,0,0),(31348,23555,1,1,1,1196,0,-2847.69,-3817.15,28.6474,3.57903,360,10,0,1403,0,1,0,0,0),(31347,23555,1,1,1,10255,0,-2910.22,-3814.21,28.6474,0.586343,360,10,0,1403,0,1,0,0,0),(31346,4323,1,1,1,715,0,-4486.9,-3481.41,37.4863,5.14576,360,10,0,1751,0,1,0,0,0),(31345,23554,1,1,1,10771,0,-2852.08,-3952.6,37.1531,2.15883,360,10,0,1403,0,1,0,0,0),(31344,5184,1,1,1,4679,1,-3078.85,-3208.81,33.4141,6.24287,360,0,0,1403,0,2,0,0,0),(31343,4324,1,1,1,397,0,-4445.08,-3366.94,36.4096,4.69286,360,10,0,1416,1236,1,0,0,0),(31342,23554,1,1,1,10771,0,-3047.66,-4017.34,39.5942,5.50766,360,10,0,1403,0,1,0,0,0),(31341,4324,1,1,1,397,0,-4473.22,-3340.95,32.5225,4.7884,360,10,0,1416,1236,1,0,0,0),(31340,23554,1,1,1,10771,0,-3098.62,-3985.9,35.9542,5.16396,360,10,0,1403,0,1,0,0,0),(31339,4331,1,1,1,8249,1,-4477.27,-3294.37,37.6475,4.02389,360,10,0,1471,1283,1,0,0,0),(31338,4329,1,1,1,143,1,-4483.9,-3299.28,37.3772,4.02391,360,10,0,1751,0,1,0,0,0),(31337,23592,1,1,1,21656,1,-2424.65,-3122.97,35.9414,1.65806,360,0,0,1469,0,0,0,0,0),(31336,4334,1,1,1,8309,1,-4751.18,-3618.92,47.1732,5.10879,360,5,0,1522,1332,1,0,0,0),(31335,4382,1,1,1,2024,0,-2511.11,-3081.79,28.3801,5.73741,360,10,0,1469,0,1,0,0,0),(31334,23592,1,1,1,21657,1,-2493.92,-3134.17,38.5112,1.35425,360,0,0,1469,0,0,0,0,0),(32394,12877,1,1,1,12790,1,2271.91,-2511.46,102.637,3.47321,300,0,0,1342,0,0,0,0,0),(32393,3917,1,1,1,525,0,1957.1,-967.59,59.8302,1.79817,300,10,0,544,581,1,0,0,0),(32392,3917,1,1,1,525,0,1985.34,-958.047,51.2163,5.93151,300,10,0,544,581,1,0,0,0),(32391,3917,1,1,1,525,0,2009.15,-899.827,81.3055,6.17361,300,10,0,544,581,1,0,0,0),(32390,3916,1,1,1,2721,0,2896.49,-1387.24,208.145,5.70683,300,0,0,664,0,0,0,0,0),(32389,3915,1,1,1,643,0,2762.71,-415.493,111.475,3.83448,300,0,0,617,0,0,0,0,0),(32388,6731,1,1,1,10980,0,2365,648.994,152.894,0.174533,300,0,0,840,0,0,0,0,0),(32387,12616,1,1,1,12974,1,2305.64,-2520.15,103.893,5.2709,600,0,0,10572,0,0,0,0,0),(32386,10052,1,1,1,9271,0,2737.16,-405.191,109.184,2.61799,300,0,0,1003,0,0,0,0,0),(32385,12867,1,1,1,12956,1,2054.63,-2400.39,87.825,4.06662,300,0,0,1342,0,0,0,0,0),(32384,10559,1,1,1,4979,1,3722.43,913.772,1.00271,1.84775,19990,0,1,508,544,2,0,0,0),(32383,12863,1,1,1,11872,1,3357.72,995.135,4.76615,0.698132,300,0,0,812,811,0,0,0,0),(32382,12862,1,1,1,11869,1,2045.41,-2396.98,87.8666,1.99619,300,0,0,769,756,0,0,0,0),(32381,3901,1,1,1,2721,0,3001.16,-3322.58,152.267,2.1293,300,0,0,787,0,0,0,0,0),(32380,12859,1,1,1,12971,1,1775.11,-2238.94,106.888,3.29867,300,0,0,531,0,0,0,0,0),(32379,12859,1,1,1,12810,1,1776.5,-2244.44,106.521,6.17846,300,0,0,531,0,0,0,0,0),(32378,12859,1,1,1,12971,1,1775.05,-2241.5,106.812,3.15905,300,0,0,531,0,0,0,0,0),(42566,23309,530,1,1,0,0,-4961.05,211.625,-10.9787,4.03171,250,0,0,6986,0,0,0,0,0),(40740,23164,530,1,1,21446,0,-5133.72,227.198,-26.2682,2.05949,300,0,0,29500,9927,0,0,0,0),(40742,23309,530,1,1,0,0,-4907.27,314.558,-12.1715,1.51844,250,0,0,6986,0,0,0,0,0),(32373,12858,1,1,1,12809,1,1778.68,-2241.09,107.942,0.314159,300,0,0,1302,0,0,0,0,0),(38140,5761,43,1,1,0,0,-335.412,50.9614,-97.7736,2.96918,86400,5,0,1212,456,1,0,0,0),(38139,3840,43,1,1,0,1,-352.573,22.6263,-100.832,4.06662,86400,0,0,1212,912,0,0,0,0),(38138,5761,43,1,1,0,0,-345.685,22.6036,-101.262,3.71755,86400,5,0,1212,456,1,0,0,0),(38137,5761,43,1,1,0,0,-264.569,37.9848,-87.4082,5.53269,86400,5,0,1212,456,1,0,0,0),(38136,3840,43,1,1,0,1,-265.864,43.1378,-87.6643,4.88692,86400,0,0,1212,912,0,0,0,0),(38135,3835,43,1,1,0,0,-272.907,-7.84298,-106.515,0.960826,86400,5,0,8,0,1,0,0,0),(38134,5053,43,1,1,0,0,-273.694,-7.56099,-106.364,3.99369,86400,5,0,417,0,1,0,0,0),(38133,3835,43,1,1,0,0,-251.568,4.82494,-106.714,1.86796,86400,5,0,8,0,1,0,0,0),(38132,5055,43,1,1,0,0,-156.364,-53.7249,-76.8518,5.63513,86400,1,0,135,0,1,0,0,0),(38127,5055,43,1,1,0,0,-162.489,-50.1081,-77.0771,3.75461,86400,1,0,135,0,1,0,0,0),(38126,5055,43,1,1,0,0,-154.376,-48.0688,-78.6814,0.267989,86400,1,0,135,0,1,0,0,0),(38125,3835,43,1,1,0,0,-235.916,-9.51305,-105.674,3.35617,86400,5,0,8,0,1,0,0,0),(38124,3840,43,1,1,0,1,-145.986,-50.8781,-78.394,1.46608,86400,0,0,1212,912,0,0,0,0),(38123,5053,43,1,1,0,0,-249.33,-17.1887,-105.661,4.79718,86400,5,0,417,0,1,0,0,0),(38122,5756,43,1,1,0,0,-219.854,58.6887,-48.9416,5.78034,86400,5,0,1347,0,1,0,0,0),(49666,11357,309,1,1,15275,0,-11770.1,-1622.53,21.2263,0.314159,7200,0,0,15260,0,0,0,0,0),(49665,11357,309,1,1,15275,0,-11722.1,-1695.43,21.1283,2.37036,7200,0,0,15260,0,0,0,0,0),(49664,11357,309,1,1,15275,0,-11716.2,-1695.19,21.1283,4.77213,7200,5,0,15260,0,1,0,0,0),(49663,11359,309,1,1,7829,0,-11714.8,-1701.33,21.1275,4.77227,7200,5,0,44016,0,2,0,0,0),(47623,9679,230,1,1,9054,0,547.548,-291.232,-75.1556,2.97821,7200,0,0,7113,0,0,0,0,0),(47622,9023,230,1,1,8707,0,316.336,-225.528,-77.7258,1.25664,7200,0,0,18968,0,0,0,0,0),(47613,9019,230,1,1,8807,1,1380.18,-831.645,-87.59,1.32645,43200,0,0,24291,0,0,0,0,0),(47612,8899,230,1,1,8820,1,1396.71,-731.332,-91.8982,0.122173,7200,0,0,7359,0,0,0,0,0),(47611,8915,230,1,1,8779,1,1355.17,-823.596,-91.8983,0.994838,7200,0,0,2634,2041,0,0,0,0),(47606,8915,230,1,1,8778,1,1363.32,-824.042,-91.8983,2.56563,7200,0,0,2634,2041,0,0,0,0),(47603,8904,230,1,1,8828,1,1359.98,-817.372,-91.8983,3.9619,7200,0,0,2394,4896,0,0,0,0),(47602,8904,230,1,1,8826,1,1355.33,-817.552,-91.8983,5.35816,7200,0,0,2394,4896,0,0,0,0),(47601,8915,230,1,1,8778,1,1363.85,-766.909,-91.8977,4.57276,7200,0,0,2634,2041,0,0,0,0),(47599,8904,230,1,1,8827,1,1359.19,-772.953,-92.6384,0.10472,7200,0,0,2394,4896,0,0,0,0),(47598,8904,230,1,1,8825,1,1364.69,-778.893,-91.8977,1.79769,7200,0,0,2394,4896,0,0,0,0),(47595,8904,230,1,1,8828,1,1368.69,-775.013,-92.6385,2.72271,7200,0,0,2394,4896,0,0,0,0),(47594,8904,230,1,1,8825,1,1368.32,-770.381,-92.6385,3.54302,7200,0,0,2394,4896,0,0,0,0),(47593,8899,230,1,1,8821,1,1354.42,-771.809,-92.6382,0.383972,7200,0,0,7359,0,0,0,0,0),(47592,8904,230,1,1,8826,1,1352.81,-745.174,-85.0686,2.19912,7200,0,0,2394,4896,0,0,0,0),(47591,8904,230,1,1,8827,1,1353.16,-737.336,-85.0684,4.29351,7200,0,0,2394,4896,0,0,0,0),(47590,8904,230,1,1,8828,1,1348.12,-737.908,-85.0691,5.14872,7200,0,0,2394,4896,0,0,0,0),(47589,8904,230,1,1,8827,1,1348.78,-746.289,-85.0697,1.71042,7200,0,0,2394,4896,0,0,0,0),(47588,8904,230,1,1,8826,1,1345,-738.206,-85.0695,5.55015,7200,0,0,2394,4896,0,0,0,0),(47587,8903,230,1,1,8749,1,1353.81,-750.287,-85.0639,4.17134,7200,0,0,7842,0,0,0,0,0),(47586,8915,230,1,1,9025,1,1425.41,-738.466,-85.0706,3.82227,7200,0,0,2634,2041,0,0,0,0),(47569,8904,230,1,1,8825,1,1421.76,-742.721,-85.0705,1.43117,7200,0,0,2394,4896,0,0,0,0),(47568,8904,230,1,1,8828,1,1426.92,-742.128,-85.0707,2.96706,7200,0,0,2394,4896,0,0,0,0),(18757,2914,530,1,1,0,0,-955.371,5245.58,18.3193,3.48644,300,10,0,8,0,1,0,0,0),(18758,2914,530,1,1,0,0,-974.174,5290.44,18.0688,3.21612,300,10,0,8,0,1,0,0,0),(18759,2914,530,1,1,0,0,-1109.57,5157.8,17.642,2.10366,300,10,0,8,0,1,0,0,0),(18760,2914,530,1,1,0,0,-952.541,5098.37,20.8755,2.61675,300,10,0,8,0,1,0,0,0),(18761,2914,530,1,1,0,0,-846.384,5208.38,18.2833,4.38056,300,10,0,8,0,1,0,0,0),(18762,2914,530,1,1,0,0,-773.432,5226.94,18.7459,1.27191,300,10,0,8,0,1,0,0,0),(18763,2914,530,1,1,0,0,-694.284,5352.88,18.3958,3.30159,300,10,0,8,0,1,0,0,0),(18764,2914,530,1,1,0,0,-418.07,5350.88,17.7558,0.78612,300,10,0,8,0,1,0,0,0),(18765,2914,530,1,1,0,0,-451.289,5431.95,18.1445,4.94102,300,10,0,8,0,1,0,0,0),(18766,2914,530,1,1,0,0,-381.121,5411.78,17.7482,3.63957,300,10,0,8,0,1,0,0,0),(18767,2914,530,1,1,0,0,-281.741,5405.25,17.6739,1.44284,300,10,0,8,0,1,0,0,0),(18768,2914,530,1,1,0,0,-153.872,5487.54,17.499,4.89748,300,10,0,8,0,1,0,0,0),(18769,2914,530,1,1,0,0,-120.477,5578.51,19.2491,1.37823,300,10,0,8,0,1,0,0,0),(18770,2914,530,1,1,0,0,-372.387,5498.24,17.891,2.02794,300,10,0,8,0,1,0,0,0),(18771,2914,530,1,1,0,0,-670.505,5460.83,19.5635,3.25699,300,10,0,8,0,1,0,0,0),(18772,2914,530,1,1,0,0,-936.077,5497.36,17.4991,1.78041,300,10,0,8,0,1,0,0,0),(18773,2914,530,1,1,0,0,-1010.99,5535.07,17.8978,1.67612,300,10,0,8,0,1,0,0,0),(18774,2914,530,1,1,0,0,-1018.69,5714.64,17.497,2.25938,300,10,0,8,0,1,0,0,0),(18775,2914,530,1,1,0,0,-876.847,5746.22,18.3824,3.49565,300,10,0,8,0,1,0,0,0),(18776,2914,530,1,1,0,0,-877.344,5928.51,17.4991,1.8103,300,10,0,8,0,1,0,0,0),(18777,2914,530,1,1,0,0,-798.916,5964.31,17.4991,2.41999,300,10,0,8,0,1,0,0,0),(18778,2914,530,1,1,0,0,-184.334,6050.65,20.6821,6.24009,300,10,0,8,0,1,0,0,0),(18779,2914,530,1,1,0,0,-87.6665,6044.4,18.0015,4.62452,300,10,0,8,0,1,0,0,0),(18780,2914,530,1,1,0,0,30.9491,6086.34,19.29,6.05763,300,10,0,8,0,1,0,0,0),(18781,2914,530,1,1,0,0,92.3887,6048.61,17.6263,4.05337,300,10,0,8,0,1,0,0,0),(18782,2914,530,1,1,0,0,56.5498,6008.06,18.962,0.751035,300,10,0,8,0,1,0,0,0),(18783,2914,530,1,1,0,0,179.967,5963.16,17.4991,2.90689,300,10,0,8,0,1,0,0,0),(18784,2914,530,1,1,0,0,-35.1446,5520.14,17.4991,2.1553,300,10,0,8,0,1,0,0,0),(18785,2914,530,1,1,0,0,-18.0481,5381.56,17.9784,2.89899,300,10,0,8,0,1,0,0,0),(18786,2914,530,1,1,0,0,91.5313,5379.33,18.2491,4.74975,300,10,0,8,0,1,0,0,0),(18787,2914,530,1,1,0,0,84.3872,5394.3,17.9207,2.15392,300,10,0,8,0,1,0,0,0),(18788,2914,530,1,1,0,0,7.15746,5299.79,19.1509,1.54931,300,10,0,8,0,1,0,0,0),(18789,2914,530,1,1,0,0,62.162,5238.85,19.2491,0.907779,300,10,0,8,0,1,0,0,0),(18790,2914,530,1,1,0,0,95.5585,5277.85,17.4991,0.427289,300,10,0,8,0,1,0,0,0),(18791,2914,530,1,1,0,0,203.675,5346.73,19.3467,0.662242,300,10,0,8,0,1,0,0,0),(18792,2914,530,1,1,0,0,229.949,5378.19,23.078,0.559841,300,10,0,8,0,1,0,0,0),(18793,2914,530,1,1,0,0,265.853,5327.31,18.8201,0.694594,300,10,0,8,0,1,0,0,0),(18794,2914,530,1,1,0,0,245.683,5451.81,19.2372,3.55612,300,10,0,8,0,1,0,0,0),(18795,2914,530,1,1,0,0,303.551,5288.56,18.7369,0.181551,300,10,0,8,0,1,0,0,0),(18796,2914,530,1,1,0,0,331.126,5351.17,20.7825,1.07321,300,10,0,8,0,1,0,0,0),(18797,2914,530,1,1,0,0,248.754,5199.14,23.0058,5.62171,300,10,0,8,0,1,0,0,0),(18798,2914,530,1,1,0,0,227.405,5193.48,21.956,1.0993,300,10,0,8,0,1,0,0,0),(18799,2914,530,1,1,0,0,328.825,5206.95,22.3554,4.73777,300,10,0,8,0,1,0,0,0),(18800,2914,530,1,1,0,0,352.07,5177.93,22.3799,5.22831,300,10,0,8,0,1,0,0,0),(18801,2914,530,1,1,0,0,423.928,5110.59,22.0534,4.67526,300,10,0,8,0,1,0,0,0),(18802,2914,530,1,1,0,0,423.198,5164.5,17.453,4.57813,300,10,0,8,0,1,0,0,0),(18803,2914,530,1,1,0,0,476.622,5139.49,20.8488,2.3081,300,10,0,8,0,1,0,0,0),(18804,2914,530,1,1,0,0,463.2,5254.05,-0.244773,2.72198,300,10,0,8,0,1,0,0,0),(18805,2914,530,1,1,0,0,348.165,5304.75,18.9416,4.44751,300,10,0,8,0,1,0,0,0),(18806,2914,530,1,1,0,0,419.189,5329.48,-0.559916,1.64465,300,10,0,8,0,1,0,0,0),(18807,2914,530,1,1,0,0,459.48,5345.3,-1.78149,2.99154,300,10,0,8,0,1,0,0,0),(18808,2914,530,1,1,0,0,378.993,5450.71,22.9891,5.25381,300,10,0,8,0,1,0,0,0),(18809,2914,530,1,1,0,0,493.932,5400.35,-1.0339,0.530049,300,10,0,8,0,1,0,0,0),(18810,2914,530,1,1,0,0,391.584,5497.32,17.499,0.101201,300,10,0,8,0,1,0,0,0),(18811,2914,530,1,1,0,0,309.754,5453.75,19.6707,4.91439,300,10,0,8,0,1,0,0,0),(18812,2914,530,1,1,0,0,450.51,5558.5,17.4991,0.485896,300,10,0,8,0,1,0,0,0),(18813,2914,530,1,1,0,0,386.539,5602.45,18.1761,0.57139,300,10,0,8,0,1,0,0,0),(18814,2914,530,1,1,0,0,404.177,5661.35,22.7491,3.11199,300,10,0,8,0,1,0,0,0),(18815,2914,530,1,1,0,0,501.572,5686.08,17.4987,5.75957,300,10,0,8,0,1,0,0,0),(18816,2914,530,1,1,0,0,547.544,5606.8,18.9479,1.16706,300,10,0,8,0,1,0,0,0),(18817,2914,530,1,1,0,0,660.918,5598.08,23.2138,5.42451,300,10,0,8,0,1,0,0,0),(18818,2914,530,1,1,0,0,623.931,5640.6,23.2588,4.46084,300,10,0,8,0,1,0,0,0),(18819,2914,530,1,1,0,0,740.042,5615.02,21.0108,1.48376,300,10,0,8,0,1,0,0,0),(18820,2914,530,1,1,0,0,706.401,5629.87,19.0852,4.5846,300,10,0,8,0,1,0,0,0),(18821,2914,530,1,1,0,0,672.854,5680.76,22.4771,6.06433,300,10,0,8,0,1,0,0,0),(18822,2914,530,1,1,0,0,798.83,5606.34,20.2244,1.26851,300,10,0,8,0,1,0,0,0),(18823,2914,530,1,1,0,0,800.677,5619.71,22.2183,2.3458,300,10,0,8,0,1,0,0,0),(18824,2914,530,1,1,0,0,799.355,5705.98,21.8214,3.12819,300,10,0,8,0,1,0,0,0),(18825,2914,530,1,1,0,0,861.833,5804.05,28.3709,0.17417,300,10,0,8,0,1,0,0,0),(18826,2914,530,1,1,0,0,904.59,5748.01,16.2947,3.62489,300,10,0,8,0,1,0,0,0),(18827,2914,530,1,1,0,0,834.224,5855,32.7219,5.1995,300,10,0,8,0,1,0,0,0),(18828,2914,530,1,1,0,0,951.612,5765.37,-3.82668,2.23501,300,10,0,8,0,1,0,0,0),(18829,2914,530,1,1,0,0,859.01,5618.66,22.4764,4.48869,300,10,0,8,0,1,0,0,0),(18830,2914,530,1,1,0,0,858.616,5573.1,19.7743,4.1797,300,10,0,8,0,1,0,0,0),(18831,2914,530,1,1,0,0,842.936,5541.62,23.7243,2.53463,300,10,0,8,0,1,0,0,0),(18832,2914,530,1,1,0,0,916.836,5454.45,11.2322,6.18429,300,10,0,8,0,1,0,0,0),(18833,2914,530,1,1,0,0,713.036,5503.85,-3.1309,3.43623,300,10,0,8,0,1,0,0,0),(18834,2914,530,1,1,0,0,518.487,5431.98,-0.13353,2.77512,300,10,0,8,0,1,0,0,0),(18835,2914,530,1,1,0,0,538.98,5198.32,2.38853,1.86599,300,10,0,8,0,1,0,0,0),(18836,2914,530,1,1,0,0,601.872,5201.97,3.12573,0.820629,300,10,0,8,0,1,0,0,0),(18837,2914,530,1,1,0,0,648.928,5215.31,0.27932,3.4842,300,10,0,8,0,1,0,0,0),(18838,2914,530,1,1,0,0,694.759,5264.53,-4.41764,3.06259,300,10,0,8,0,1,0,0,0),(18839,2914,530,1,1,0,0,781.641,5297.65,1.97363,4.76545,300,10,0,8,0,1,0,0,0),(18840,2914,530,1,1,0,0,793.195,5224.87,21.7756,5.51988,300,10,0,8,0,1,0,0,0),(18841,2914,530,1,1,0,0,835.417,5364.58,1.15889,5.9658,300,10,0,8,0,1,0,0,0),(18842,2914,530,1,1,0,0,890.361,5280.26,22.7665,1.40241,300,10,0,8,0,1,0,0,0),(18843,2914,530,1,1,0,0,804.496,5402.21,-2.87137,2.159,300,10,0,8,0,1,0,0,0),(18844,2914,530,1,1,0,0,914.125,5372.8,9.014,4.39015,300,10,0,8,0,1,0,0,0),(18845,2914,530,1,1,0,0,876.502,5223.06,14.3128,3.1539,300,10,0,8,0,1,0,0,0),(18846,2914,530,1,1,0,0,931.474,5209.42,7.724,1.50144,300,10,0,8,0,1,0,0,0),(18847,2914,530,1,1,0,0,956.806,5213.66,2.42376,0.851048,300,10,0,8,0,1,0,0,0),(18848,2914,530,1,1,0,0,920.85,5105.64,2.90772,5.95001,300,10,0,8,0,1,0,0,0),(18849,2914,530,1,1,0,0,817.503,5056.16,5.07671,6.21383,300,10,0,8,0,1,0,0,0),(18850,2914,530,1,1,0,0,841.699,5178.53,15.5001,0.558022,300,10,0,8,0,1,0,0,0),(18851,2914,530,1,1,0,0,755.173,5125.78,17.9767,1.04002,300,10,0,8,0,1,0,0,0),(18852,2914,530,1,1,0,0,648.47,5110.91,19.9622,5.80994,300,10,0,8,0,1,0,0,0),(18853,2914,530,1,1,0,0,671.646,5106.11,19.3275,4.05006,300,10,0,8,0,1,0,0,0),(18854,2914,530,1,1,0,0,542.928,5090.64,19.2296,2.67184,300,10,0,8,0,1,0,0,0),(18855,2914,530,1,1,0,0,176.404,5517.79,18.0075,4.46765,300,10,0,8,0,1,0,0,0),(18856,2914,530,1,1,0,0,118.529,5627.4,19.1211,1.08968,300,10,0,8,0,1,0,0,0),(18857,2914,530,1,1,0,0,147.558,5659.41,17.4867,5.91727,300,10,0,8,0,1,0,0,0),(18858,2914,530,1,1,0,0,224.205,5657.33,17.4991,1.1151,300,10,0,8,0,1,0,0,0),(18859,2914,530,1,1,0,0,191.527,5782.84,17.7687,4.08123,300,10,0,8,0,1,0,0,0),(18860,2914,530,1,1,0,0,360.357,5824.4,17.5921,3.41104,300,10,0,8,0,1,0,0,0),(18861,2914,530,1,1,0,0,420.326,5761.61,17.4991,0.156862,300,10,0,8,0,1,0,0,0),(18862,2914,530,1,1,0,0,607.12,5814.92,17.7031,4.91298,300,10,0,8,0,1,0,0,0),(18863,2914,530,1,1,0,0,620.526,5744.49,17.8201,1.09624,300,10,0,8,0,1,0,0,0),(18864,2914,530,1,1,0,0,708.333,5941.67,17.5387,0.006887,300,10,0,8,0,1,0,0,0),(18865,2914,530,1,1,0,0,697.352,5946.72,17.626,1.93768,300,10,0,8,0,1,0,0,0),(18866,2914,530,1,1,0,0,548.193,6044.26,17.5244,4.23866,300,10,0,8,0,1,0,0,0),(18867,2914,530,1,1,0,0,448.301,5918.64,18.2364,3.86134,300,10,0,8,0,1,0,0,0),(18868,2914,530,1,1,0,0,461.811,6013.64,17.7803,2.91892,300,10,0,8,0,1,0,0,0),(18869,2914,530,1,1,0,0,222.479,6046.34,17.6706,2.94617,300,10,0,8,0,1,0,0,0),(18870,2914,530,1,1,0,0,273.644,6194.2,17.4991,5.54119,300,10,0,8,0,1,0,0,0),(18871,2914,530,1,1,0,0,302.859,6221.1,17.5464,4.8319,300,10,0,8,0,1,0,0,0),(18872,2914,530,1,1,0,0,344.803,6252.14,17.7419,3.69626,300,10,0,8,0,1,0,0,0),(18873,2914,530,1,1,0,0,141.665,6235.23,17.9991,3.9864,300,10,0,8,0,1,0,0,0),(18874,2914,530,1,1,0,0,18.6512,6210.34,17.6433,5.88249,300,10,0,8,0,1,0,0,0),(18875,2914,530,1,1,0,0,-84.1122,6181.92,19.1109,5.46265,300,10,0,8,0,1,0,0,0),(18876,2914,530,1,1,0,0,-272.6,6266.11,18.4991,5.36332,300,10,0,8,0,1,0,0,0),(18877,2914,530,1,1,0,0,-251.537,6156.48,17.4991,3.27641,300,10,0,8,0,1,0,0,0),(18878,2914,530,1,1,0,0,-517.997,6086.81,19.5195,4.63244,300,10,0,8,0,1,0,0,0),(18879,2914,530,1,1,0,0,-511.255,6112.57,18.9457,0.69129,300,10,0,8,0,1,0,0,0),(18880,2914,530,1,1,0,0,-588.363,6058.97,20.7491,3.56573,300,10,0,8,0,1,0,0,0),(18881,2914,530,1,1,0,0,-408.55,6312.54,17.6241,4.69752,300,10,0,8,0,1,0,0,0),(18882,2914,530,1,1,0,0,-440.084,6393.84,17.9711,0.120064,300,10,0,8,0,1,0,0,0),(18883,2914,530,1,1,0,0,-338.796,6358.83,20.4912,3.13476,300,10,0,8,0,1,0,0,0),(18884,2914,530,1,1,0,0,-352.956,6429.31,20.0628,0.891178,300,10,0,8,0,1,0,0,0),(18885,2914,530,1,1,0,0,191.197,6505.22,18.6975,5.22887,300,10,0,8,0,1,0,0,0),(18886,2914,530,1,1,0,0,137.839,6607.78,21.6984,4.13153,300,10,0,8,0,1,0,0,0),(18887,2914,530,1,1,0,0,28.1317,6786.36,18.0122,4.99812,300,10,0,8,0,1,0,0,0),(18888,2914,530,1,1,0,0,-8.56076,7030.71,18.8527,4.14334,300,10,0,8,0,1,0,0,0),(18889,2914,530,1,1,0,0,-210.041,7140.97,21.285,6.07755,300,10,0,8,0,1,0,0,0),(18890,2914,530,1,1,0,0,91.6063,7133.65,18.8188,5.82915,300,10,0,8,0,1,0,0,0),(18891,2914,530,1,1,0,0,-93.4246,7422.12,17.4991,5.1589,300,10,0,8,0,1,0,0,0),(18892,2914,530,1,1,0,0,21.4833,7386.79,18.6528,3.92975,300,10,0,8,0,1,0,0,0),(18893,2914,530,1,1,0,0,93.2908,7515.8,17.6324,5.75797,300,10,0,8,0,1,0,0,0),(18894,2914,530,1,1,0,0,156.694,7515.41,17.4991,3.83599,300,10,0,8,0,1,0,0,0),(18895,2914,530,1,1,0,0,134.539,7581.04,17.5424,0.316009,300,10,0,8,0,1,0,0,0),(18896,2914,530,1,1,0,0,-236.458,7598.96,17,1.09614,300,10,0,8,0,1,0,0,0),(18897,2914,530,1,1,0,0,44.4399,7726.64,17.8731,1.71618,300,10,0,8,0,1,0,0,0),(18898,2914,530,1,1,0,0,114.006,7762.01,17.8378,3.23698,300,10,0,8,0,1,0,0,0),(18899,2914,530,1,1,0,0,19.7539,7872.49,19.2543,3.04076,300,10,0,8,0,1,0,0,0),(18900,2914,530,1,1,0,0,86.4697,7998.22,19.1483,5.33128,300,10,0,8,0,1,0,0,0),(18901,2914,530,1,1,0,0,122.864,8086.65,18.1241,5.71567,300,10,0,8,0,1,0,0,0),(18902,2914,530,1,1,0,0,6.9314,8122.52,18.2491,0.71879,300,10,0,8,0,1,0,0,0),(18903,2914,530,1,1,0,0,-310.171,8248.08,19.0585,3.8959,300,10,0,8,0,1,0,0,0),(18904,2914,530,1,1,0,0,-316.354,8345.81,18.1251,0.136836,300,10,0,8,0,1,0,0,0),(18905,2914,530,1,1,0,0,-205.831,8337.84,17.5736,5.08925,300,10,0,8,0,1,0,0,0),(18906,2914,530,1,1,0,0,-357.246,8375.74,19.2496,5.95036,300,10,0,8,0,1,0,0,0),(18907,2914,530,1,1,0,0,-426.13,8239.85,18.5248,0.036117,300,10,0,8,0,1,0,0,0),(18908,2914,530,1,1,0,0,497.356,6230.6,19.8658,5.39405,300,10,0,8,0,1,0,0,0),(18909,2914,530,1,1,0,0,502.158,6184.37,17.5053,3.83724,300,10,0,8,0,1,0,0,0),(18910,2914,530,1,1,0,0,587.802,6246.63,19.5416,4.72466,300,10,0,8,0,1,0,0,0),(18911,2914,530,1,1,0,0,439.976,6309.09,18.0837,3.85856,300,10,0,8,0,1,0,0,0),(18912,2914,530,1,1,0,0,562.045,6120.41,19.7862,1.3401,300,10,0,8,0,1,0,0,0),(18913,2914,530,1,1,0,0,450.279,6381.1,17.9431,0.525162,300,10,0,8,0,1,0,0,0),(18914,2914,530,1,1,0,0,777.129,6523.63,17.6568,3.98702,300,10,0,8,0,1,0,0,0),(18915,2914,530,1,1,0,0,322.197,6646.61,17.6617,4.72411,300,10,0,8,0,1,0,0,0),(18916,2914,530,1,1,0,0,252.789,6957.69,17.3701,0.055238,300,10,0,8,0,1,0,0,0),(18917,2914,530,1,1,0,0,230.327,7409.02,17.5109,1.71192,300,10,0,8,0,1,0,0,0),(18918,2914,530,1,1,0,0,872.109,7092.31,18.7943,4.53568,300,10,0,8,0,1,0,0,0),(18919,2914,530,1,1,0,0,790.16,7158.9,18.4901,1.46421,300,10,0,8,0,1,0,0,0),(18920,2914,530,1,1,0,0,821.314,7240.41,20.3403,5.53777,300,10,0,8,0,1,0,0,0),(18921,2914,530,1,1,0,0,747.605,7325.46,17.8182,3.18657,300,10,0,8,0,1,0,0,0),(18922,2914,530,1,1,0,0,819.885,7352.82,17.7984,4.27728,300,10,0,8,0,1,0,0,0),(18923,2914,530,1,1,0,0,654.909,7607.65,17.999,6.08399,300,10,0,8,0,1,0,0,0),(18924,2914,530,1,1,0,0,595.453,7595.72,18.7246,0.195671,300,10,0,8,0,1,0,0,0),(18925,2914,530,1,1,0,0,674.336,7651.27,17.7929,3.7384,300,10,0,8,0,1,0,0,0),(18926,2914,530,1,1,0,0,289.583,7689.58,19.4991,4.54655,300,10,0,8,0,1,0,0,0),(18927,2914,530,1,1,0,0,226.056,7709.36,17.9082,3.41131,300,10,0,8,0,1,0,0,0),(18928,2914,530,1,1,0,0,147.642,7722.89,19.4226,0.053764,300,10,0,8,0,1,0,0,0),(18929,2914,530,1,1,0,0,286.584,7776.45,17.437,3.16139,300,10,0,8,0,1,0,0,0),(18930,2914,530,1,1,0,0,378.63,7936.77,18.6241,1.65922,300,10,0,8,0,1,0,0,0),(18931,2914,530,1,1,0,0,363.297,7805.83,18.1241,6.01394,300,10,0,8,0,1,0,0,0),(18932,2914,530,1,1,0,0,450.797,7888.31,19.266,1.9912,300,10,0,8,0,1,0,0,0),(18933,2914,530,1,1,0,0,527.466,7902.32,17.4967,1.77336,300,10,0,8,0,1,0,0,0),(18934,2914,530,1,1,0,0,779.49,7613.53,18.5418,3.09178,300,10,0,8,0,1,0,0,0),(18935,2914,530,1,1,0,0,798.266,7659.38,18.3727,2.379,300,10,0,8,0,1,0,0,0),(18936,2914,530,1,1,0,0,772.437,7576.85,20.2467,2.98367,300,10,0,8,0,1,0,0,0),(18937,2914,530,1,1,0,0,1113.96,7796.2,17.5759,1.63165,300,10,0,8,0,1,0,0,0),(18938,2914,530,1,1,0,0,907.173,7907.23,19.2478,1.24997,300,10,0,8,0,1,0,0,0),(18939,2914,530,1,1,0,0,1077.57,7976.53,17.4991,4.62483,300,10,0,8,0,1,0,0,0),(18940,2914,530,1,1,0,0,1157.47,8123.58,17.8143,4.80754,300,10,0,8,0,1,0,0,0),(18941,2914,530,1,1,0,0,1084.47,8108.11,17.5941,2.58123,300,10,0,8,0,1,0,0,0),(18942,2914,530,1,1,0,0,618.93,7943.03,17.9847,2.81737,300,10,0,8,0,1,0,0,0),(18943,2914,530,1,1,0,0,663.864,8013.65,17.7507,1.02773,300,10,0,8,0,1,0,0,0),(18944,2914,530,1,1,0,0,846.525,8076.9,21.5074,3.51397,300,10,0,8,0,1,0,0,0),(18945,2914,530,1,1,0,0,898.188,8221.11,21.9319,3.26243,300,10,0,8,0,1,0,0,0),(18946,2914,530,1,1,0,0,1108.17,8310.51,18.3741,0.784901,300,10,0,8,0,1,0,0,0),(18947,2914,530,1,1,0,0,1194.93,8621.67,17.4661,1.55311,300,10,0,8,0,1,0,0,0),(18948,2914,530,1,1,0,0,1060.89,8510.05,20.1827,4.91644,300,10,0,8,0,1,0,0,0),(18949,2914,530,1,1,0,0,892.172,8261.61,18.4641,1.96491,300,10,0,8,0,1,0,0,0),(18950,2914,530,1,1,0,0,585.859,8145.42,21.5358,6.14889,300,10,0,8,0,1,0,0,0),(18951,2914,530,1,1,0,0,541.413,8014.53,18.0562,5.20223,300,10,0,8,0,1,0,0,0),(18952,2914,530,1,1,0,0,475.793,8087.08,18.3843,3.18189,300,10,0,8,0,1,0,0,0),(18953,2914,530,1,1,0,0,862.158,8499.58,17.7273,1.42357,300,10,0,8,0,1,0,0,0),(18954,2914,530,1,1,0,0,902.905,8494,20.225,2.88785,300,10,0,8,0,1,0,0,0),(18955,2914,530,1,1,0,0,837.797,8628.46,20.8996,2.99704,300,10,0,8,0,1,0,0,0),(18956,2914,530,1,1,0,0,718.157,8642.63,18.1241,3.85994,300,10,0,8,0,1,0,0,0),(18957,2914,530,1,1,0,0,384.232,8644.09,18.1798,2.84546,300,10,0,8,0,1,0,0,0),(18958,2914,530,1,1,0,0,291.615,8606.84,17.9177,1.6412,300,10,0,8,0,1,0,0,0),(18959,2914,530,1,1,0,0,271.877,8551.86,19.1569,4.99767,300,10,0,8,0,1,0,0,0),(18960,2914,530,1,1,0,0,342.761,8534.53,16.9334,2.41641,300,10,0,8,0,1,0,0,0),(18961,2914,530,1,1,0,0,177.928,8534.78,19.0793,5.42313,300,10,0,8,0,1,0,0,0),(18962,2914,530,1,1,0,0,94.0659,8476.6,17.7491,2.58439,300,10,0,8,0,1,0,0,0),(18963,2914,530,1,1,0,0,120.274,8420.58,17.9347,1.91169,300,10,0,8,0,1,0,0,0),(18964,2914,530,1,1,0,0,165.475,7973.75,18.2158,0.077297,300,10,0,8,0,1,0,0,0),(18965,2914,530,1,1,0,0,-7.04863,8399.95,18.1028,4.86902,300,10,0,8,0,1,0,0,0),(18966,2914,530,1,1,0,0,65.4571,8582.63,17.6668,3.18356,300,10,0,8,0,1,0,0,0),(18967,2914,530,1,1,0,0,197.195,8911.08,17.5773,0.763604,300,10,0,8,0,1,0,0,0),(18968,2914,530,1,1,0,0,-76.371,8418.6,17.4189,6.0843,300,10,0,8,0,1,0,0,0),(18969,2914,530,1,1,0,0,-155.181,8520.58,20.969,2.30401,300,10,0,8,0,1,0,0,0),(18970,2914,530,1,1,0,0,-320.396,8609.85,18.7166,1.73436,300,10,0,8,0,1,0,0,0),(18971,2914,530,1,1,0,0,-275.978,8579.89,17.4991,0.510409,300,10,0,8,0,1,0,0,0),(18972,2914,530,1,1,0,0,-293.242,8490.97,17.7491,3.61222,300,10,0,8,0,1,0,0,0),(18973,2914,530,1,1,0,0,-437.913,8490.3,16.7191,6.11069,300,10,0,8,0,1,0,0,0),(18974,2914,530,1,1,0,0,8831.04,-7715.68,143.718,5.94877,300,10,0,8,0,1,0,0,0),(18975,2914,530,1,1,0,0,8739.25,-7882.41,166.456,6.16768,300,10,0,8,0,1,0,0,0),(18976,2914,530,1,1,0,0,8526.37,-7952.42,155.522,2.55504,300,10,0,8,0,1,0,0,0),(18977,2914,530,1,1,0,0,8508.51,-7876.84,156.061,1.55038,300,10,0,8,0,1,0,0,0),(18978,2914,530,1,1,0,0,8527.41,-8023.02,165.411,5.11664,300,10,0,8,0,1,0,0,0),(18979,2914,530,1,1,0,0,8439.98,-8004.25,166.804,4.69384,300,10,0,8,0,1,0,0,0),(18980,2914,530,1,1,0,0,8365.46,-7935.38,183.858,3.95185,300,10,0,8,0,1,0,0,0),(18981,2914,530,1,1,0,0,8288.54,-7937.29,188.231,4.53376,300,10,0,8,0,1,0,0,0),(18982,2914,530,1,1,0,0,8304.93,-7994.92,208.77,3.79408,300,10,0,8,0,1,0,0,0),(18983,2914,530,1,1,0,0,8528.67,-7621.24,151.865,3.33018,300,10,0,8,0,1,0,0,0),(18984,2914,530,1,1,0,0,8473.22,-7597.5,153.348,3.11035,300,10,0,8,0,1,0,0,0),(18985,2914,530,1,1,0,0,8394.71,-7605.56,159.481,3.29472,300,10,0,8,0,1,0,0,0),(18986,2914,530,1,1,0,0,8438.92,-7547.51,157.797,1.05171,300,10,0,8,0,1,0,0,0),(18987,2914,530,1,1,0,0,-1481.98,6362.65,36.72,4.92183,300,10,0,8,0,1,0,0,0),(18988,2914,530,1,1,0,0,-1480.7,6362.18,35.283,5.37561,300,10,0,8,0,1,0,0,0),(27527,4853,70,1,1,1194,1,30.4951,375.779,-39.9868,2.02458,86400,0,0,3405,1186,0,0,0,0),(32372,3897,1,1,1,1010,0,1787.09,-1231.98,150.916,5.28835,300,0,0,176,0,0,0,0,0),(91708,15559,0,1,1,15616,0,233.456,-3499.97,161.033,0.785398,350,0,0,3662,0,0,0,0,0),(8334,1412,0,1,1,134,0,-5825.9,-2575.49,308.987,3.50074,300,10,0,8,0,1,0,0,0),(8333,1412,0,1,1,134,0,-5248.67,-3814.41,320.581,5.28631,300,10,0,8,0,1,0,0,0),(8332,1224,0,1,1,867,0,-5415.41,-3391.13,262.328,4.57889,300,10,0,449,0,1,0,0,0),(8331,1193,0,1,1,1004,0,-4811.91,-3286.37,288.512,6.16099,300,10,0,247,0,1,0,0,0),(8330,1193,0,1,1,1004,0,-4929.92,-3179.79,279.322,6.07756,300,10,0,247,0,1,0,0,0),(8329,1193,0,1,1,1004,0,-4780.41,-3485.11,289.505,0,300,0,0,247,0,0,0,0,0),(8328,1193,0,1,1,1004,0,-4884.76,-3215.82,277.521,0,300,0,0,247,0,0,0,0,0),(8327,1191,0,1,1,3027,0,-5581.64,-3647.15,308.569,3.58601,300,10,0,300,0,1,0,0,0),(8326,1189,0,1,1,762,0,-5141.29,-4012.85,329.362,3.43128,300,10,0,427,0,1,0,0,0),(8325,1192,0,1,1,1208,0,-5201.9,-3784.95,318.127,3.21954,300,10,0,356,0,1,0,0,0),(8324,1192,0,1,1,1208,0,-5216.29,-3681.33,303.968,1.59032,300,10,0,356,0,1,0,0,0),(8323,1185,0,1,1,520,0,-5186.54,-4084.42,323.033,0.236456,300,10,0,386,0,1,0,0,0),(8322,1189,0,1,1,762,0,-5228.42,-3972.01,330.162,0.585295,300,10,0,427,0,1,0,0,0),(8321,1194,0,1,1,410,0,-5863.66,-3954.47,356.613,6.16174,300,5,0,328,0,1,0,0,0),(8307,1166,0,1,1,764,1,-5985.84,-2762.76,401.388,3.92699,300,0,0,253,264,0,0,0,0),(8306,2512,0,1,1,1803,1,-5430.2,-2954.97,349.267,1.50046,300,0,0,1910,0,0,0,0,0),(8305,2516,0,1,1,1794,1,-5310.92,-2912.51,339.342,1.32645,300,0,0,1910,0,0,0,0,0),(8304,1337,0,1,1,1786,1,-5305.85,-2984.95,340.724,5.85614,300,0,0,1910,0,2,0,0,0),(8303,2511,0,1,1,1776,1,-5285.33,-3068.26,341.881,0.064079,300,0,0,1910,0,0,0,0,0),(8302,2507,0,1,1,1808,1,-5255.89,-3037.94,336.023,2.2509,300,0,0,1910,0,0,0,0,0),(8301,1412,0,1,1,134,0,-4779.29,-3614.36,305.851,3.91318,300,10,0,8,0,1,0,0,0),(8300,1412,0,1,1,134,0,-5179.51,-3822.7,327.227,3.72692,300,10,0,8,0,1,0,0,0),(8299,1412,0,1,1,134,0,-4687.16,-2826.72,323.904,0.921565,300,10,0,8,0,1,0,0,0),(8298,1684,0,1,1,1843,0,-5210.09,-3104.74,303.171,5.55015,300,0,0,328,0,0,0,0,0),(8297,3948,0,1,1,2036,0,-5402.34,-2968.12,321.257,0.994838,300,0,0,198,0,0,0,0,0),(8296,1465,0,1,1,1820,0,-5391.73,-2974.88,325.947,0.30745,300,0,0,328,0,0,0,0,0),(8295,1469,0,1,1,1847,1,-5286.92,-2981.99,341.792,5.0566,300,0,0,328,0,0,0,0,0),(8294,372,0,1,1,8089,0,-5355,-3017.81,318.815,3.21141,300,0,0,356,0,0,0,0,0),(8293,1224,0,1,1,867,0,-5294.23,-3581.53,288.066,2.22245,300,10,0,449,0,1,0,0,0),(8292,1224,0,1,1,867,0,-5108.35,-3339.48,262.235,0.554918,300,10,0,449,0,1,0,0,0),(8291,1224,0,1,1,867,0,-5349.08,-3555.68,270.435,0.227965,300,10,0,449,0,1,0,0,0),(8290,1224,0,1,1,867,0,-5413.69,-3590.88,285.794,0.337169,300,10,0,449,0,1,0,0,0),(8289,1224,0,1,1,867,0,-5355.54,-3415.15,260.929,1.0888,300,10,0,449,0,1,0,0,0),(8288,1224,0,1,1,867,0,-5350.9,-3619.04,276.314,4.45128,300,10,0,449,0,1,0,0,0),(8287,1224,0,1,1,867,0,-5494.19,-3609.26,288.356,5.55697,300,10,0,449,0,1,0,0,0),(8286,1193,0,1,1,1004,0,-4784.14,-3219.27,276.369,0.435996,300,10,0,247,0,1,0,0,0),(8285,1193,0,1,1,1004,0,-4983.18,-3251.37,284.121,0,300,0,0,247,0,0,0,0,0),(8284,1193,0,1,1,1004,0,-4750.65,-3449.61,280.813,0,300,0,0,247,0,0,0,0,0),(8283,1193,0,1,1,1004,0,-4798.74,-3383.09,290.05,0.111058,300,10,0,247,0,1,0,0,0),(8282,1193,0,1,1,1004,0,-4750.45,-3479.55,291.801,3.72182,300,10,0,247,0,1,0,0,0),(8281,1193,0,1,1,1004,0,-4853.26,-3481.02,292.204,2.93309,300,10,0,247,0,1,0,0,0),(8280,1963,0,1,1,1404,1,-5394.1,-2954.41,322.141,0.349066,300,0,0,198,0,0,0,0,0),(8279,2057,0,1,1,1416,0,-5762.77,-3433.36,305.765,5.3058,300,0,0,328,0,0,0,0,0),(8278,1687,0,1,1,1823,1,-5645.74,-4283.84,407.812,2.60336,300,0,0,328,0,0,0,0,0),(8277,10930,0,1,1,10245,1,-5635.34,-4266.36,407.91,2.54818,300,0,0,713,0,0,0,0,0),(8276,3545,0,1,1,7915,0,-5643.46,-4261.78,407.911,5.74213,300,0,0,1753,0,0,0,0,0),(8275,1685,0,1,1,1849,0,-5652.9,-4268.63,407.756,1.95584,300,0,0,328,0,0,0,0,0),(8274,954,0,1,1,1842,0,-5666.85,-4273.62,407.843,5.77704,300,0,0,386,0,0,0,0,0),(8273,1686,0,1,1,1839,1,-5654.18,-4287.37,407.812,0.614804,300,0,0,328,0,0,0,0,0),(8272,1188,0,1,1,762,0,-5394.18,-3866.54,333.047,4.42093,300,10,0,328,0,1,0,0,0),(8271,1189,0,1,1,762,0,-5274.63,-3877.53,332.972,5.04279,300,10,0,427,0,1,0,0,0),(8270,1192,0,1,1,1208,0,-5182.3,-3928.02,332.139,0.212369,300,10,0,356,0,1,0,0,0),(8269,1191,0,1,1,3027,0,-5838.66,-3432.58,317.348,2.37277,300,10,0,300,0,1,0,0,0),(8268,1184,0,1,1,827,0,-5830.15,-3346.6,299.772,0.846068,300,10,0,273,0,1,0,0,0),(8267,1277,0,1,1,1784,1,-4913.53,-2728.87,328.879,1.03567,300,0,0,1910,0,2,0,0,0),(8266,1283,0,1,1,1793,1,-5835.77,-2581.63,311.248,2.33874,300,0,0,1910,0,2,0,0,0),(8265,1331,0,1,1,1796,1,-4810.78,-2660.48,327.212,1.8675,300,0,0,1910,0,0,0,0,0),(8264,1332,0,1,1,1799,1,-4801.49,-2638.06,328.694,6.19066,300,0,0,1910,0,0,0,0,0),(8263,1334,0,1,1,1789,1,-4827.79,-2669.17,341.292,3.24631,300,0,0,1910,0,0,0,0,0),(8262,1335,0,1,1,1811,1,-4813.38,-2676.2,341.306,5.20108,300,0,0,1910,0,0,0,0,0),(8261,1197,0,1,1,763,1,-6214.65,-3008.06,385.102,5.70263,300,2,0,301,326,1,0,0,0),(8260,1197,0,1,1,763,1,-6169.23,-2961.12,387.5,3.28122,300,2,0,301,326,1,0,0,0),(8259,1572,0,1,1,5037,0,-5424.85,-2929.87,347.645,1.64061,600,0,0,10572,0,0,0,0,0),(8258,1181,0,1,1,1045,1,-4815.28,-3932.62,322.511,1.73562,300,5,0,377,408,1,0,0,0),(8257,1178,0,1,1,1122,1,-5072.94,-3885.23,321.944,0.028778,300,5,0,417,0,1,0,0,0),(8256,1155,0,1,1,1618,0,-5676.11,-4253.59,407.193,5.8294,300,0,0,328,0,0,0,0,0),(8255,1154,0,1,1,1596,1,-5621.8,-4248.88,408.011,4.34587,300,0,0,328,0,0,0,0,0),(8254,1156,0,1,1,19826,1,-5667.48,-4248.17,407.194,4.67748,300,0,0,328,0,0,0,0,0),(8253,1187,0,1,1,1356,1,-5691.63,-4296.11,407.828,5.72972,300,0,0,328,0,0,0,0,0),(8252,1329,0,1,1,1800,1,-5886.33,-2634.9,310.668,5.48033,300,0,0,1910,0,0,0,0,0),(8251,1330,0,1,1,1807,1,-5849.86,-2623.93,322.967,4.36332,300,0,0,1910,0,0,0,0,0),(8250,6241,0,1,1,4911,1,-5313.59,-2985.5,322.204,0.942478,300,0,0,484,0,0,0,0,0),(8249,3290,0,1,1,1832,1,-4734.76,-3260.17,310.34,2.60054,300,0,0,840,0,0,0,0,0),(8248,1362,0,1,1,1835,0,-4822.43,-2659.41,327.212,0.680678,300,0,0,484,0,0,0,0,0),(8247,222,0,1,1,1845,0,-4669.42,-3176.2,310.367,3.22886,300,0,0,449,0,0,0,0,0),(8246,1214,0,1,1,1821,0,-5702.52,-3781.79,322.902,4.38078,300,0,0,417,0,0,0,0,0),(8245,2525,0,1,1,1775,1,-4746.26,-3261.94,310.257,0.777376,300,0,0,1910,0,2,0,0,0),(8244,2526,0,1,1,1798,1,-4747.9,-3269.12,310.257,3.28589,300,0,0,1910,0,0,0,0,0),(8243,2528,0,1,1,1787,1,-4689.47,-3456.61,310.122,3.02006,300,0,0,1910,0,0,0,0,0),(8242,2527,0,1,1,1774,1,-4753.14,-3333.06,310.257,5.43724,300,0,0,1910,0,0,0,0,0),(8241,2524,0,1,1,1788,1,-4689.34,-3168.04,310.133,5.92774,300,0,0,1910,0,0,0,0,0),(8240,2508,0,1,1,1810,1,-5252.89,-2970.47,344.827,0.034754,300,0,0,1910,0,0,0,0,0),(8239,2506,0,1,1,1790,1,-5415.97,-2996.45,350.51,3.48619,300,0,0,1910,0,0,0,0,0),(8238,2515,0,1,1,1782,1,-5345.79,-3071.23,344.19,4.78405,300,0,0,1910,0,0,0,0,0),(8237,2513,0,1,1,1791,1,-5305.82,-2970.57,346.63,3.66186,300,0,0,1910,0,0,0,0,0),(8236,2514,0,1,1,1797,1,-5313.02,-3029.74,324.076,4.82194,300,0,0,1910,0,2,0,0,0),(8235,1338,0,1,1,1779,1,-5254.35,-2994.23,332.375,2.52565,300,0,0,1910,0,0,0,0,0),(8234,2509,0,1,1,1778,1,-5274.46,-2924.05,348.944,2.54521,300,0,0,1910,0,0,0,0,0),(8233,2518,0,1,1,1805,1,-5392.88,-3024.56,349.352,4.15255,300,0,0,1910,0,0,0,0,0),(8232,1412,0,1,1,134,0,-5330.88,-2919.93,345.486,3.46567,300,10,0,8,0,1,0,0,0),(8231,1412,0,1,1,134,0,-5440.63,-2917.19,347.246,3.14159,300,10,0,8,0,1,0,0,0),(8230,1412,0,1,1,134,0,-5327.41,-3092.74,347.524,0.896611,300,10,0,8,0,1,0,0,0),(8229,1412,0,1,1,134,0,-5349.2,-3092.89,350.315,6.10937,300,10,0,8,0,1,0,0,0),(8228,1412,0,1,1,134,0,-5793.39,-2575.87,310.206,0.875695,300,10,0,8,0,1,0,0,0),(8227,2098,0,1,1,10001,0,-5810.16,-3443.85,312.033,3.69274,300,10,0,102,0,1,0,0,0),(8226,1412,0,1,1,134,0,-4813.13,-3656.2,303.59,5.11833,300,10,0,8,0,1,0,0,0),(8225,1682,0,1,1,1850,0,-5381.88,-2952.48,322.147,4.43314,300,0,0,328,0,0,0,0,0),(8224,1474,0,1,1,1846,0,-5331.39,-2985.24,325.259,3.89208,300,0,0,328,0,0,0,0,0),(8223,1473,0,1,1,1841,1,-5380.47,-2999.76,330.719,0.226893,300,0,0,300,0,0,0,0,0),(8222,1470,0,1,1,1834,0,-5395.86,-3016.18,327.663,0.436332,300,0,0,713,0,0,0,0,0),(8221,1777,0,1,1,1851,1,-5275.26,-2971.02,338.737,1.72788,300,0,0,328,0,0,0,0,0),(8220,1683,0,1,1,1848,0,-5217.58,-3113.32,301.089,4.03683,300,0,0,328,0,0,0,0,0),(8219,6734,0,1,1,5434,1,-5377.91,-2973.91,323.252,1.78024,300,0,0,1003,0,0,0,0,0),(8218,1693,0,1,1,1034,0,-5129.01,-3405.82,300.637,1.54492,300,10,0,300,0,1,0,0,0),(8217,1224,0,1,1,867,0,-5627.3,-3337.89,283.577,2.58467,300,10,0,449,0,1,0,0,0),(8216,1224,0,1,1,867,0,-5350.9,-3350.11,254.935,2.79951,300,10,0,449,0,1,0,0,0),(8215,1224,0,1,1,867,0,-5411.29,-3644.19,284.877,6.10661,300,10,0,449,0,1,0,0,0),(8214,1224,0,1,1,867,0,-5608.87,-3489.78,288.625,5.33942,300,10,0,449,0,1,0,0,0),(8213,1224,0,1,1,867,0,-5619.49,-3417.65,274.453,5.2212,300,10,0,449,0,1,0,0,0),(8212,1224,0,1,1,867,0,-5350.48,-3474.03,257.472,2.42082,300,10,0,449,0,1,0,0,0),(8211,1193,0,1,1,1004,0,-4749.81,-3416.72,284.223,0,300,0,0,247,0,0,0,0,0),(8210,1193,0,1,1,1004,0,-4760.76,-3194.68,275.976,0.632042,300,10,0,247,0,1,0,0,0),(8209,1193,0,1,1,1004,0,-4814.6,-3411.13,289.629,2.24103,300,10,0,247,0,1,0,0,0),(8208,1193,0,1,1,1004,0,-4748.58,-3484.42,283.419,0,300,0,0,247,0,0,0,0,0),(8207,1193,0,1,1,1004,0,-4798.76,-3318.09,288.85,4.09622,300,10,0,247,0,1,0,0,0),(8206,1193,0,1,1,1004,0,-4806.88,-3217.98,281.485,6.20484,300,10,0,247,0,1,0,0,0),(8205,1193,0,1,1,1004,0,-4808.29,-3347.25,286.873,3.46602,300,10,0,247,0,1,0,0,0),(8204,1343,0,1,1,1894,1,-4825.92,-2676.82,341.206,3.68265,300,0,0,1910,0,0,0,0,0),(27526,4855,70,1,1,11166,0,36.2464,376.018,-38.8766,2.86234,86400,0,0,4185,0,0,0,0,0),(8203,1090,0,1,1,1629,1,-5858.19,-2641.15,309.157,3.05433,300,0,0,1910,0,0,0,0,0),(8202,1091,0,1,1,1625,1,-5893.03,-2642.99,311.015,1.88496,300,0,0,1910,0,0,0,0,0),(32371,12856,1,1,1,12912,1,1841.4,-2447.05,81.5345,0.967424,300,5,0,582,618,1,0,0,0),(32370,12856,1,1,1,12914,1,1887.73,-2482.09,70.0649,5.75287,300,10,0,582,618,1,0,0,0),(32369,12856,1,1,1,12913,1,1928.89,-2671.93,98.3556,0.052917,300,5,0,582,618,1,0,0,0),(32368,12856,1,1,1,12914,1,1882.36,-2392.49,86.8284,0.31242,300,5,0,582,618,1,0,0,0),(32367,12856,1,1,1,12912,1,1737.92,-2468.7,96.0357,2.54263,300,5,0,582,618,1,0,0,0),(32366,12856,1,1,1,12913,1,1888.41,-2598.28,76.6479,5.297,300,5,0,582,618,1,0,0,0),(32365,12856,1,1,1,12913,1,1960.59,-2635.88,91.0086,4.21785,300,5,0,582,618,1,0,0,0),(32364,12856,1,1,1,12912,1,1786.42,-2562.15,83.353,3.21512,300,5,0,582,618,1,0,0,0),(32363,12856,1,1,1,12912,1,1975.44,-2502.32,87.3417,4.43852,300,5,0,582,618,1,0,0,0),(32362,12856,1,1,1,12914,1,1971.31,-2458.63,88.5769,5.06715,300,5,0,582,618,1,0,0,0),(32361,12856,1,1,1,12914,1,1965.68,-2666.29,100.031,5.22499,300,5,0,582,618,1,0,0,0),(32360,12856,1,1,1,12913,1,1954.48,-2703.97,108.839,1.07917,300,5,0,582,618,1,0,0,0),(32359,12856,1,1,1,12914,1,2018.93,-2689.83,105.799,0.026554,300,5,0,582,618,1,0,0,0),(32358,12856,1,1,1,12913,1,1863.14,-2685.91,93.27,1.1735,300,5,0,582,618,1,0,0,0),(32357,12856,1,1,1,12914,1,2001.47,-2482.13,92.243,4.02752,300,5,0,582,618,1,0,0,0),(32356,12856,1,1,1,12914,1,2003.3,-2580.79,94.6903,4.26797,300,10,0,582,618,1,0,0,0),(32355,12856,1,1,1,12913,1,1952.05,-2546.59,76.8202,5.9775,300,5,0,582,618,1,0,0,0),(32354,12856,1,1,1,12912,1,1746.22,-2392.39,104.779,5.20788,300,5,0,582,618,1,0,0,0),(32353,12856,1,1,1,12914,1,1743.69,-2335.42,115.466,4.79685,300,5,0,582,618,1,0,0,0),(32352,12856,1,1,1,12912,1,1804.44,-2440.47,89.0141,4.62709,300,5,0,582,618,1,0,0,0),(32351,3894,1,1,1,4169,0,2682.14,-454.808,109.233,1.88496,300,0,0,531,0,0,0,0,0),(32350,11829,1,1,1,11753,0,2313.46,-2517.67,103.581,4.66003,300,0,0,1981,0,0,0,0,0),(32349,3892,1,1,1,4168,0,2685.18,-456.946,110.185,2.05949,300,0,0,42,0,0,0,0,0),(6734,437,0,1,1,6037,1,-9575.66,-3222.61,49.6391,3.59538,300,0,0,531,0,0,0,0,0),(32348,3891,1,1,1,1983,1,3045.78,528.706,4.94823,1.95477,300,0,0,484,0,0,0,0,0),(32347,3888,1,1,1,11446,0,2768.44,-411.098,111.463,1.62316,300,0,0,484,0,0,0,0,0),(32346,3885,1,1,1,2867,0,2089.5,-1171.56,101.876,2.54818,300,0,0,713,0,0,0,0,0),(32345,11820,1,1,1,11736,1,2073.24,-2417.15,87.1501,3.1765,300,0,0,896,0,0,0,0,0),(32344,3880,1,1,1,1957,1,2977.16,-3261.14,160.496,2.79253,300,0,0,713,0,0,0,0,0),(32343,14887,1,1,1,15364,0,3301.05,-3732.57,173.544,2.9147,868400,0,0,1895000,0,0,0,0,0),(32342,12837,1,1,1,12976,1,2331.42,-2573.9,102.857,0.401426,300,0,0,787,0,0,0,0,0),(32341,12836,1,1,1,12750,0,2179.72,-975.464,96.4696,0.371584,600,0,0,3660,0,2,0,0,0),(29053,22859,530,1,1,0,1,-3499.51,406.138,30.7622,4.71423,25,0,0,5409,3080,0,0,0,0),(29052,22863,530,1,1,0,1,-3568.03,564.629,12.7259,4.73198,25,0,0,5589,3155,0,0,0,0),(29051,22863,530,1,1,0,1,-3568.84,571.641,11.9314,4.88984,25,0,0,5589,3155,0,0,0,0),(29050,22863,530,1,1,0,1,-3576,571.459,12.3679,4.88984,25,0,0,5589,3155,0,0,0,0),(32335,11806,1,1,1,11729,1,3261.17,165.819,9.41943,2.07694,300,0,0,484,0,0,0,0,0),(32334,15131,1,1,1,14773,1,2327.36,-2531.44,101.348,3.10669,300,0,0,1848,0,0,0,0,0),(32333,12818,1,1,1,0,0,3347.35,-694.701,159.926,3.05433,300,0,0,1125,0,0,0,0,0),(32332,4619,1,1,1,2021,1,3042.52,-2797.43,196.595,0.783836,300,0,0,1163,0,0,0,0,0),(32331,3848,1,1,1,4170,0,2954.25,-3215.41,169.205,3.49066,300,0,0,1107,0,0,0,0,0),(32330,3847,1,1,1,4180,0,3189.6,175.47,4.68551,0.244346,300,0,0,840,0,0,0,0,0),(32329,3846,1,1,1,4173,1,3470.04,847.092,5.45882,1.22173,300,0,0,386,0,0,0,0,0),(32328,3845,1,1,1,4126,1,2795.75,-299.374,107.183,1.71042,300,0,0,713,0,0,0,0,0),(32327,17412,1,1,1,17007,0,2971.21,-3293.16,155.247,5.02655,300,0,0,651,693,0,0,0,0),(32326,6145,1,1,1,4878,0,2620.59,-409.166,102.681,4.4123,300,5,0,8,0,1,0,0,0),(32325,17409,1,1,1,17004,1,2946.99,-3297.71,154.873,4.76475,300,0,0,732,756,0,0,0,0),(32324,6145,1,1,1,4878,0,2860.14,-325.645,85.2784,5.46421,300,5,0,8,0,1,0,0,0),(32323,6145,1,1,1,4878,0,2785.6,-230.194,98.1405,6.14654,300,0,0,8,0,0,0,0,0),(32322,6145,1,1,1,4878,0,3405.31,1164.45,-33.6006,6.00435,300,5,0,8,0,1,0,0,0),(32321,6145,1,1,1,4878,0,2817.94,-509.566,89.1544,2.28356,300,5,0,8,0,1,0,0,0),(32320,6145,1,1,1,4878,0,2586.49,-400.645,94.0977,0.744546,300,5,0,8,0,1,0,0,0),(32319,6145,1,1,1,4878,0,2853.85,-381.661,88.1685,4.26621,300,5,0,8,0,1,0,0,0),(32318,3585,1,1,1,876,0,2677.34,394.207,69.8261,5.72468,300,0,0,386,0,0,0,0,0),(32317,6141,1,1,1,2155,0,1376.92,948.651,176.785,4.28563,300,0,0,573,0,0,0,0,0),(32316,6141,1,1,1,2155,0,1542.79,904.972,150.828,4.19843,300,0,0,573,0,2,0,0,0),(32315,4086,1,1,1,7159,1,1231.9,402.794,65.4724,4.7822,300,0,0,664,0,0,0,0,0),(32314,4085,1,1,1,7158,1,1608.37,184.172,104.558,3.89208,300,0,0,664,0,0,0,0,0),(32313,4084,1,1,1,4106,1,2715.86,1512.97,236.897,4.86947,300,0,0,664,0,0,0,0,0),(32312,4083,1,1,1,3892,1,911.092,920.653,114.567,3.26377,300,0,0,664,0,0,0,0,0),(32311,4082,1,1,1,3890,1,1006.41,1005.47,104.987,3.97935,300,0,0,1163,0,0,0,0,0),(32310,4080,1,1,1,2183,1,739.977,320.772,63.4123,5.74213,300,0,0,617,0,0,0,0,0),(32309,5870,1,1,1,4727,1,1016.04,988.352,105.1,2.84489,300,0,0,840,0,0,0,0,0),(32308,4077,1,1,1,2180,1,730.224,339.513,64.4819,0.890118,300,0,0,1003,0,0,0,0,0),(32307,4076,1,1,1,2177,0,967.708,1542.71,-5.69425,0.267517,300,5,0,8,0,1,0,0,0),(32306,4076,1,1,1,2177,0,965.771,1691.91,-9.17792,2.53111,300,15,0,8,0,1,0,0,0),(32305,4076,1,1,1,2177,0,561.656,1718.39,-7.4722,3.17432,300,15,0,8,0,1,0,0,0),(32304,4076,1,1,1,2177,0,489.581,1755.91,7.85617,0.949752,300,5,0,8,0,1,0,0,0),(32303,4076,1,1,1,2177,0,587.84,1577.49,-10.2393,1.5813,300,15,0,8,0,1,0,0,0),(32302,4075,1,1,1,1141,0,790.016,1523.25,-23.9956,6.19032,300,15,0,8,0,1,0,0,0),(32301,4075,1,1,1,1418,0,549.173,1479.26,-1.77771,5.26469,300,15,0,8,0,1,0,0,0),(32300,4075,1,1,1,2176,0,1539.91,1390.17,156.839,0.97187,300,10,0,8,0,1,0,0,0),(32299,4075,1,1,1,1141,0,679.948,1873.6,-6.38862,0.026361,300,5,0,8,0,1,0,0,0),(32298,4075,1,1,1,1418,0,1267.05,1453.43,82.4949,4.64498,300,15,0,8,0,1,0,0,0),(32297,4075,1,1,1,1141,0,793.266,1810.93,-13.1178,3.02676,300,5,0,8,0,1,0,0,0),(32296,4074,1,1,1,1269,0,1222.28,199.114,5.52599,5.10178,300,0,1,617,0,2,0,0,0),(32295,4073,1,1,1,1269,0,1406.56,113.615,16.2641,5.15854,300,0,0,617,0,2,0,0,0),(32294,4072,1,1,1,3894,0,-265.448,-399.296,17.2284,3.735,300,0,0,484,0,0,0,0,0),(32293,4072,1,1,1,3894,0,-267.003,-403.446,17.5948,2.3911,300,0,0,484,0,0,0,0,0),(32292,4072,1,1,1,3894,0,-278.16,-401.357,18.9558,0.017453,300,0,0,484,0,0,0,0,0),(32291,4070,1,1,1,7224,1,1631.86,115.879,116.168,2.75762,300,0,0,494,0,0,0,0,0),(32290,4070,1,1,1,3923,1,1624.69,112.277,105.365,2.32781,300,0,0,494,0,0,0,0,0),(32289,4070,1,1,1,7224,1,1592.62,149.683,99.4046,4.79844,300,0,0,494,0,2,0,0,0),(32288,4067,1,1,1,11453,0,2541.94,1677.84,295.802,6.19032,300,5,0,617,0,1,0,0,0),(32287,4067,1,1,1,11453,0,2555,1648.58,283.869,1.33931,300,5,0,617,0,1,0,0,0),(32286,4067,1,1,1,11453,0,2516.98,1619.75,272.888,3.61616,300,5,0,617,0,1,0,0,0),(32285,4067,1,1,1,11453,0,2587.06,1559.79,268.213,4.3454,300,5,0,617,0,1,0,0,0),(32284,4067,1,1,1,11453,0,2657.44,1569.87,260.978,5.69789,300,5,0,617,0,1,0,0,0),(32283,4067,1,1,1,11453,0,2619.18,1562.54,264.318,5.55306,300,5,0,617,0,1,0,0,0),(32282,4067,1,1,1,11453,0,2627.15,1672.72,293.853,1.46122,300,15,0,617,0,1,0,0,0),(32281,4067,1,1,1,11453,0,2593.3,1620.45,275.349,1.35827,300,15,0,617,0,1,0,0,0),(32280,4067,1,1,1,11453,0,2542.49,1730.35,315.211,2.5628,300,3,0,617,0,1,0,0,0),(32279,4067,1,1,1,11453,0,2655.56,1632.02,281.732,1.39505,300,3,0,617,0,1,0,0,0),(32278,4067,1,1,1,11453,0,2503.62,1701.12,307.218,5.57795,300,15,0,617,0,1,0,0,0),(32277,4067,1,1,1,11453,0,2579.43,1674.98,293.911,4.69188,300,5,0,617,0,1,0,0,0),(32276,4067,1,1,1,11453,0,2339.08,1313.63,284.433,3.33268,300,5,0,617,0,1,0,0,0),(32275,4067,1,1,1,11453,0,2522.19,1342.57,258.874,0.005859,300,15,0,617,0,1,0,0,0),(32274,4067,1,1,1,11453,0,2603.31,1736.16,320.384,4.73202,300,5,0,617,0,1,0,0,0),(32273,4066,1,1,1,8471,0,2542.8,1997.04,347.735,4.61705,43200,0,0,811,852,0,0,0,0),(32272,4061,1,1,1,2723,1,2482.53,1930.24,358.813,3.0849,300,3,0,699,0,1,0,0,0),(32271,4061,1,1,1,2723,1,2474.47,1805.21,354.362,6.16438,300,5,0,699,0,1,0,0,0),(32270,4061,1,1,1,2723,1,2522.01,1869.87,367.791,2.80954,300,0,0,699,0,0,0,0,0),(32269,4061,1,1,1,2723,1,2465.31,1891.12,363.758,3.08923,300,3,0,699,0,1,0,0,0),(32268,4061,1,1,1,2723,1,2531.23,1936.23,347.764,3.16705,300,3,0,699,0,1,0,0,0),(32267,4061,1,1,1,2723,1,2560.17,1942.07,346.227,4.26433,300,5,0,699,0,1,0,0,0),(32266,4061,1,1,1,2723,1,2507.91,1865.53,366.537,0.294888,300,2,0,699,0,1,0,0,0),(32265,4061,1,1,1,2723,1,2456.55,1797.94,352.478,4.66507,300,5,0,699,0,1,0,0,0),(32264,4061,1,1,1,2723,1,2568.57,1927.77,348.136,1.06465,300,0,0,699,0,0,0,0,0),(32263,4061,1,1,1,2723,1,2502.61,1920.98,341.772,0.267877,300,5,0,699,0,1,0,0,0),(32262,4061,1,1,1,2723,1,2498.5,1918.74,342.113,1.20337,300,0,0,699,0,2,0,0,0),(32261,4061,1,1,1,2723,1,2500.51,1908.41,344.341,4.64258,300,3,0,699,0,1,0,0,0),(32260,4061,1,1,1,2723,1,2462.61,1931.83,362.048,1.38989,300,3,0,699,0,1,0,0,0),(32259,4061,1,1,1,2723,1,2568.56,1936.65,347.633,5.28946,300,5,0,699,0,1,0,0,0),(32258,4061,1,1,1,2723,1,2520.93,1909.69,345.816,0.461369,300,3,0,699,0,1,0,0,0),(32257,4061,1,1,1,2723,1,2499.79,1898.27,344.395,0.298034,300,3,0,699,0,1,0,0,0),(32256,4061,1,1,1,2723,1,2531.57,1922.7,347.684,5.88176,300,3,0,699,0,1,0,0,0),(32255,4061,1,1,1,2723,1,2511.05,1944.22,334.54,1.57626,300,5,0,699,0,1,0,0,0),(32254,4057,1,1,1,2432,0,2488.92,1417,267.262,5.09861,300,15,0,664,0,1,0,0,0),(32253,4057,1,1,1,2432,0,2489.65,1522.74,265.912,1.37627,300,15,0,664,0,1,0,0,0),(32252,4057,1,1,1,2432,0,2513.46,1429.79,266.964,5.96113,300,15,0,664,0,1,0,0,0),(32251,4057,1,1,1,2432,0,2506.69,1496.79,263.053,3.42905,300,15,0,664,0,1,0,0,0),(32250,4057,1,1,1,2432,0,2574.32,1492.71,256.874,2.24893,300,5,0,664,0,1,0,0,0),(32249,4057,1,1,1,2432,0,2544.92,1379.57,252.981,3.90963,300,10,0,664,0,1,0,0,0),(32248,4057,1,1,1,2432,0,2419.24,1515.12,271.989,1.20097,300,5,0,664,0,1,0,0,0),(32247,4056,1,1,1,150,0,2492.34,2005.94,342.589,0.720945,300,5,0,750,0,1,0,0,0),(32246,4056,1,1,1,150,0,2492.15,1973.88,330.713,3.55393,300,5,0,750,0,1,0,0,0),(32245,4312,1,1,1,2411,1,968.077,1042.29,104.563,3.94444,600,0,0,10572,0,0,0,0,0),(32244,4056,1,1,1,150,0,2539.69,1991.5,349.61,2.05949,300,0,0,750,0,0,0,0,0),(32243,4056,1,1,1,150,0,2456.59,1926.55,362.984,1.59009,300,0,0,750,0,2,0,0,0),(32242,4056,1,1,1,150,0,2541.25,1993.92,348.476,4.1224,300,5,0,750,0,1,0,0,0),(32241,4056,1,1,1,150,0,2509.03,1964.5,330.947,1.63742,300,5,0,750,0,1,0,0,0),(32240,4056,1,1,1,150,0,2461.29,1992.85,339.454,3.5936,300,5,0,750,0,1,0,0,0),(32239,4056,1,1,1,150,0,2478.14,1982.93,335.207,5.4717,300,5,0,750,0,1,0,0,0),(32238,4056,1,1,1,150,0,2507.57,1996.17,346.86,3.95404,300,5,0,750,0,1,0,0,0),(32237,4056,1,1,1,150,0,2455.52,1919.98,363.412,0.141493,300,5,0,750,0,1,0,0,0),(32236,4053,1,1,1,2722,1,2490.58,1465.8,262.808,1.34941,300,15,0,544,581,1,0,0,0),(32235,4053,1,1,1,2722,1,2408.95,1453.22,269.722,6.08157,300,15,0,544,581,1,0,0,0),(32234,4053,1,1,1,2722,1,2483.81,1375.16,269.317,1.40349,300,15,0,544,581,1,0,0,0),(32233,4053,1,1,1,2722,1,2557.19,1522.97,264.985,2.06414,300,5,0,544,581,1,0,0,0),(32232,4053,1,1,1,2722,1,2522.76,1519.64,267.615,3.16113,300,5,0,544,581,1,0,0,0),(32231,4052,1,1,1,4249,0,2493.49,1859.55,365.341,4.60663,300,3,0,651,693,1,0,0,0),(32230,4052,1,1,1,4250,0,2475.83,1875.41,347.697,1.16152,300,3,0,651,693,1,0,0,0),(32229,4052,1,1,1,4249,0,2487.37,1884.19,346.176,2.08962,300,3,0,651,693,1,0,0,0),(32228,4052,1,1,1,4250,0,2413.48,1763.94,348.334,3.79381,300,5,0,651,693,1,0,0,0),(32227,4052,1,1,1,4249,0,2471.57,1855.43,349.799,4.44071,300,3,0,651,693,1,0,0,0),(32226,4052,1,1,1,4250,0,2454.12,1851.84,364.034,3.79966,300,0,0,651,693,2,0,0,0),(32225,4052,1,1,1,4250,0,2421.11,1836.47,365.692,3.02702,300,5,0,651,693,1,0,0,0),(32224,4052,1,1,1,4249,0,2476.75,1865.61,348.184,0.092836,300,3,0,651,693,1,0,0,0),(32223,4052,1,1,1,4249,0,2409.18,1763.55,348.228,1.46608,300,0,0,651,693,0,0,0,0),(32222,4052,1,1,1,4249,0,2420.15,1763.9,346.934,4.36332,300,0,0,651,693,0,0,0,0),(32221,4052,1,1,1,4250,0,2472.22,1854.35,349.951,2.51805,300,0,0,651,693,2,0,0,0),(32220,4052,1,1,1,4249,0,2444.71,1847.03,364.488,6.13634,300,2,0,651,693,1,0,0,0),(32219,4052,1,1,1,4250,0,2437.79,1805.32,349.291,5.79881,300,5,0,651,693,1,0,0,0),(32218,4052,1,1,1,4249,0,2390.36,1805.97,347.099,5.37846,300,5,0,651,693,1,0,0,0),(32217,4052,1,1,1,4250,0,2393.93,1798.56,347.088,2.16429,300,5,0,651,693,1,0,0,0),(32216,4052,1,1,1,4249,0,2523.34,1862.78,366.586,3.97935,300,0,0,651,693,0,0,0,0),(32215,4051,1,1,1,4248,1,2428.87,1440.5,267.277,1.63911,300,15,0,544,581,1,0,0,0),(32214,4051,1,1,1,4248,1,2530.7,1470.43,263.503,5.48275,300,5,0,544,581,1,0,0,0),(32213,4051,1,1,1,4248,1,2442.16,1489.85,265.102,5.37874,300,15,0,544,581,1,0,0,0),(32212,4051,1,1,1,4248,1,2511.81,1552.15,263.715,2.5479,300,15,0,544,581,1,0,0,0),(32211,4050,1,1,1,4252,0,2420.39,1790.94,393.749,4.5204,300,0,0,610,655,0,0,0,0),(32210,4050,1,1,1,2281,0,2366.52,1796.29,364.933,0.130625,300,0,0,610,655,2,0,0,0),(32209,4050,1,1,1,4252,0,2343.82,1837.31,381.832,0.225255,300,0,0,610,655,0,0,0,0),(32208,4050,1,1,1,4252,0,2405.89,1808.58,360.157,1.29329,300,0,0,610,655,0,0,0,0),(32207,4050,1,1,1,4252,0,2396.08,1820.27,347.834,5.28024,300,5,0,610,655,1,0,0,0),(32206,4050,1,1,1,4252,0,2400.83,1810.79,360.157,5.71279,300,0,0,610,655,0,0,0,0),(32205,4050,1,1,1,4252,0,2412.1,1829.45,348.455,1.52043,300,5,0,610,655,1,0,0,0),(32204,4050,1,1,1,4252,0,2408.77,1791.66,347.368,0.257347,300,2,0,610,655,1,0,0,0),(32203,721,1,1,1,4626,0,1190.84,689.196,158.658,2.87174,300,15,0,1,0,1,0,0,0),(32202,721,1,1,1,328,0,185.388,163.728,49.4954,3.14378,300,15,0,1,0,1,0,0,0),(32201,721,1,1,1,4626,0,1694.32,-46.9527,105.585,6.08654,300,5,0,1,0,1,0,0,0),(32200,721,1,1,1,4626,0,1744.28,885.307,129.652,5.01591,300,15,0,1,0,1,0,0,0),(32199,721,1,1,1,4626,0,1410.51,826.008,141.653,1.98069,300,5,0,1,0,1,0,0,0),(32198,721,1,1,1,4626,0,1506.92,958.473,135.663,0.164807,300,5,0,1,0,1,0,0,0),(32197,721,1,1,1,4626,0,751.121,435.897,64.9099,2.92083,300,15,0,1,0,1,0,0,0),(32196,721,1,1,1,4626,0,981.211,160.012,22.1794,1.29506,300,15,0,1,0,1,0,0,0),(32195,721,1,1,1,4626,0,127.051,-615.209,1.9861,5.73869,300,5,0,1,0,1,0,0,0),(32194,721,1,1,1,4626,0,1454.01,-374.647,13.1572,1.15344,300,5,0,1,0,1,0,0,0),(32193,721,1,1,1,328,0,135.247,-416.027,7.28653,4.45179,300,5,0,1,0,1,0,0,0),(32192,721,1,1,1,328,0,169.291,-810.352,-1.22106,5.31861,300,5,0,1,0,1,0,0,0),(32191,721,1,1,1,328,0,1329.36,295.29,16.3785,2.4068,300,15,0,1,0,1,0,0,0),(32190,721,1,1,1,4626,0,1157.74,-503.998,7.54294,2.53808,300,5,0,1,0,1,0,0,0),(32189,721,1,1,1,4626,0,60.7274,-826.023,-5.60419,4.94151,300,5,0,1,0,1,0,0,0),(32188,721,1,1,1,4626,0,161.641,-809.783,-1.74603,6.25191,300,5,0,1,0,1,0,0,0),(32187,4044,1,1,1,2173,0,1313.29,1482.17,103.076,1.47006,300,5,0,617,0,1,0,0,0),(32186,4044,1,1,1,2173,0,1634.87,1090.09,138.964,3.28763,300,15,0,617,0,1,0,0,0),(32185,4044,1,1,1,2173,0,995.112,1538.67,0.636249,3.50675,300,15,0,617,0,1,0,0,0),(32184,4044,1,1,1,2173,0,896.602,1610.85,-20.293,6.10456,300,15,0,617,0,1,0,0,0),(32183,4044,1,1,1,2173,0,1247.34,1417.59,81.7326,2.3341,300,15,0,617,0,1,0,0,0),(32182,4044,1,1,1,2173,0,1404.76,1437.69,123.869,5.81458,300,15,0,617,0,1,0,0,0),(32181,4044,1,1,1,2173,0,1501.53,1045.13,144.677,3.76318,300,15,0,617,0,1,0,0,0),(32180,4044,1,1,1,2173,0,1476.24,1008.54,145.527,0.785515,300,15,0,617,0,1,0,0,0),(32179,4044,1,1,1,2173,0,1364.43,1510.04,131.123,3.67545,300,3,0,617,0,1,0,0,0),(32178,4042,1,1,1,12343,0,748.285,1816.37,-13.0294,3.85507,300,15,0,734,0,1,0,0,0),(32177,4042,1,1,1,12343,0,720.518,1650.91,-28.9775,3.83484,300,15,0,734,0,1,0,0,0),(32176,4042,1,1,1,12343,0,764.653,1487.22,-21.3188,3.22465,300,15,0,734,0,1,0,0,0),(32175,4042,1,1,1,12343,0,829.749,1489.99,-13.5663,4.97419,300,5,0,734,0,1,0,0,0),(32174,4042,1,1,1,12343,0,819.675,1886.94,5.90419,3.90075,300,15,0,734,0,1,0,0,0),(32173,4041,1,1,1,2175,0,554.237,1554.49,-7.7258,0.999048,300,15,0,840,0,1,0,0,0),(32172,4041,1,1,1,2175,0,513.315,1580.52,-1.39779,0.03701,300,15,0,840,0,1,0,0,0),(32171,4041,1,1,1,2175,0,593.084,1510.82,-9.23207,1.33329,300,15,0,840,0,1,0,0,0),(32170,4041,1,1,1,2175,0,619.601,1493.83,-10.8587,3.75344,300,15,0,840,0,1,0,0,0),(32169,4041,1,1,1,2175,0,568.268,1765.65,-10.309,5.6572,300,5,0,840,0,1,0,0,0),(32168,4041,1,1,1,2175,0,643.372,1734.49,-16.2217,5.05699,300,15,0,840,0,1,0,0,0),(32167,4041,1,1,1,2175,0,680.878,1681.3,-23.837,0.002892,300,15,0,840,0,1,0,0,0),(32166,4041,1,1,1,2175,0,549.102,1621.08,-8.54752,4.29813,300,15,0,840,0,1,0,0,0),(32165,4041,1,1,1,2175,0,567.636,1729.96,-8.75855,2.68319,300,15,0,840,0,1,0,0,0),(32164,4041,1,1,1,2175,0,566.3,1651.6,-10.156,6.12221,300,5,0,840,0,1,0,0,0),(32163,4041,1,1,1,2175,0,524.272,1427.05,8.53787,5.1749,300,15,0,840,0,1,0,0,0),(32162,4038,1,1,1,1070,0,517.603,1519.83,-0.563981,4.35728,300,15,0,684,693,1,0,0,0),(32161,4038,1,1,1,1070,0,566.893,1468.7,-1.96812,5.09291,300,15,0,684,693,1,0,0,0),(32160,4038,1,1,1,1070,0,610.648,1700.83,-16.2634,4.82391,300,15,0,684,693,1,0,0,0),(32159,4038,1,1,1,1070,0,518.984,1785.44,-0.265593,2.2843,300,15,0,684,693,1,0,0,0),(32158,4038,1,1,1,1070,0,512.822,1726.07,2.14589,5.61195,300,15,0,684,693,1,0,0,0),(32157,4038,1,1,1,1070,0,522.896,1651.75,-1.66286,3.70143,300,15,0,684,693,1,0,0,0),(32156,4038,1,1,1,1070,0,478.304,1622.58,6.0387,3.15038,300,15,0,684,693,1,0,0,0),(32155,4037,1,1,1,2172,0,785.87,1781.71,-15.7026,2.59173,300,15,0,664,0,1,0,0,0),(32154,4037,1,1,1,2172,0,752.852,1879.99,0.94246,5.23824,300,15,0,664,0,1,0,0,0),(32153,4037,1,1,1,2172,0,758.7,1515.92,-22.7617,3.31386,300,15,0,664,0,1,0,0,0),(32152,4037,1,1,1,2172,0,733.786,1727.95,-22.3221,0.483935,300,15,0,664,0,1,0,0,0),(32151,4037,1,1,1,2172,0,854.735,1852.47,-0.238275,2.02326,300,15,0,664,0,1,0,0,0),(32150,4036,1,1,1,4607,0,843.635,1578.72,-25.4069,4.00718,300,15,0,544,581,1,0,0,0),(32149,4036,1,1,1,4607,0,1332.49,1432.21,106.604,0.734267,300,15,0,544,581,1,0,0,0),(32148,4036,1,1,1,4607,0,966.687,1561.25,-7.24793,0.292111,300,15,0,544,581,1,0,0,0),(32147,4036,1,1,1,4607,0,1188.87,1530.21,59.6574,2.79791,300,5,0,544,581,1,0,0,0),(32146,4036,1,1,1,4607,0,1244.02,1461.15,77.0461,1.86975,300,15,0,544,581,1,0,0,0),(32145,4036,1,1,1,4607,0,1310.22,1419.69,101.108,2.73516,300,15,0,544,581,1,0,0,0),(32144,4036,1,1,1,4607,0,1580.94,1098.3,143.779,3.9187,300,5,0,544,581,1,0,0,0),(32143,4036,1,1,1,4607,0,948.342,1422.38,16.6812,4.80923,300,2,0,544,581,1,0,0,0),(32142,4035,1,1,1,2075,0,530.545,1681.44,-3.41284,2.71703,300,0,0,840,0,0,0,0,0),(32141,4034,1,1,1,2170,0,785.812,1582.91,-29.8904,0.906744,300,15,0,713,0,1,0,0,0),(32140,4034,1,1,1,2170,0,766.756,1762.08,-19.1088,0.551975,300,15,0,713,0,1,0,0,0),(32139,4032,1,1,1,6884,0,783.703,1830.71,-9.50283,5.61272,300,5,0,544,581,1,0,0,0),(32138,4032,1,1,1,6884,0,784.399,1474.47,-19.6889,0.501406,300,15,0,544,581,1,0,0,0),(32137,4031,1,1,1,8015,0,608.143,1551.82,-13.0434,4.53794,300,15,0,734,0,1,0,0,0),(32136,4031,1,1,1,8015,0,552.03,1710.5,-7.15987,5.58495,300,15,0,734,0,1,0,0,0),(32135,4031,1,1,1,8015,0,550.129,1642.05,-10.6234,5.26788,300,10,0,734,0,1,0,0,0),(32134,4029,1,1,1,2168,0,858.662,1639.48,-25.6678,1.65219,300,15,0,840,0,1,0,0,0),(32133,4029,1,1,1,2168,0,808.945,1737.14,-20.7479,6.04854,300,15,0,840,0,1,0,0,0),(32132,4028,1,1,1,2079,0,716.158,1578.23,-24.9002,0.173664,300,15,0,640,655,1,0,0,0),(32131,4028,1,1,1,2079,0,546.58,1647.29,-9.44412,2.3552,300,10,0,640,655,1,0,0,0),(32130,4028,1,1,1,2079,0,850.528,1643.93,-26.7928,4.61361,300,15,0,640,655,1,0,0,0),(32129,4027,1,1,1,10871,0,696.124,1462.97,-14.1656,3.44419,300,15,0,684,693,1,0,0,0),(32128,4027,1,1,1,10871,0,659.234,1454.06,-9.17287,5.74313,300,15,0,684,693,1,0,0,0),(32127,4027,1,1,1,10871,0,681.645,1519.52,-18.0157,0.739543,300,15,0,684,693,1,0,0,0),(32126,4027,1,1,1,10871,0,643.673,1878.57,-12.9008,4.58218,300,15,0,684,693,1,0,0,0),(32125,4027,1,1,1,10871,0,607.089,1935.05,8.67508,5.63189,300,5,0,684,693,1,0,0,0),(32124,4027,1,1,1,10871,0,671.243,1780.94,-11.9278,1.82533,300,15,0,684,693,1,0,0,0),(32123,4027,1,1,1,10871,0,629.982,1863.33,-10.6652,2.28091,300,15,0,684,693,1,0,0,0),(32122,4027,1,1,1,10871,0,686.113,1837.01,-12.1792,5.2771,300,15,0,684,693,1,0,0,0),(32121,4027,1,1,1,10871,0,666.075,1909.83,-3.16703,0.475011,300,15,0,684,693,1,0,0,0),(32120,4027,1,1,1,10871,0,720.833,1862.5,-4.33149,5.49786,300,15,0,684,693,1,0,0,0),(32119,4027,1,1,1,10871,0,693.934,1964.4,11.2849,5.63853,300,3,0,684,693,1,0,0,0),(32118,4027,1,1,1,10871,0,654.937,1926.98,-4.91283,1.99795,300,15,0,684,693,1,0,0,0),(32117,4027,1,1,1,10871,0,722.892,1890.98,1.74151,4.33007,300,15,0,684,693,1,0,0,0),(32116,4027,1,1,1,10871,0,635.666,1947.86,-7.44425,1.22403,300,15,0,684,693,1,0,0,0),(32115,4027,1,1,1,10871,0,678.894,1938.23,2.01385,0.692738,300,15,0,684,693,1,0,0,0),(32114,4026,1,1,1,10282,0,841.235,1663.23,-25.8754,5.3635,300,15,0,582,618,1,0,0,0),(32113,4026,1,1,1,10282,0,802.973,1671.59,-29.4124,1.81933,300,15,0,582,618,1,0,0,0),(32112,4026,1,1,1,10282,0,813.61,1661.32,-30.3548,1.74034,300,15,0,582,618,1,0,0,0),(32111,4026,1,1,1,10282,0,854.836,1638.82,-26.3465,4.58113,300,15,0,582,618,1,0,0,0),(32110,4026,1,1,1,10282,0,779.787,1654.63,-33.4092,1.8769,300,15,0,582,618,1,0,0,0),(32109,4026,1,1,1,10282,0,757.381,1645.07,-32.2701,6.14904,300,15,0,582,618,1,0,0,0),(32108,4026,1,1,1,10282,0,857.773,1523.09,-18.1332,4.75848,300,5,0,582,618,1,0,0,0),(32106,4026,1,1,1,10282,0,894.125,1729.81,-14.6024,4.90009,300,15,0,582,618,1,0,0,0),(32105,4026,1,1,1,10282,0,837.493,1721.17,-18.6814,0.348938,300,15,0,582,618,1,0,0,0),(32090,4026,1,1,1,10282,0,992.583,1642.01,14.1659,3.90456,300,5,0,582,618,1,0,0,0),(32089,4026,1,1,1,10282,0,833.178,1788.14,-13.2843,1.20403,300,15,0,582,618,1,0,0,0),(32019,4026,1,1,1,10282,0,852.021,1520.54,-18.1332,0.882028,300,5,0,582,618,1,0,0,0),(32018,4026,1,1,1,10282,0,823.875,1515.47,-20.5615,1.73344,300,5,0,582,618,1,0,0,0),(32017,4026,1,1,1,10282,0,1035.96,1727.86,2.02019,5.08202,300,5,0,582,618,1,0,0,0),(32016,4026,1,1,1,10282,0,997.654,1681.26,-5.32134,5.17718,300,15,0,582,618,1,0,0,0),(32015,4026,1,1,1,10282,0,959.896,1629.04,-11.3686,4.25067,300,5,0,582,618,1,0,0,0),(31954,4026,1,1,1,10282,0,920.355,1552.8,-14.4482,4.24683,300,15,0,582,618,1,0,0,0),(31952,4026,1,1,1,10282,0,915.674,1557.62,-15.561,0.209711,300,15,0,582,618,1,0,0,0),(31939,4026,1,1,1,10282,0,898.094,1564.78,-16.8351,6.02495,300,15,0,582,618,1,0,0,0),(31938,4026,1,1,1,10282,0,880.946,1753.17,-11.5884,3.06462,300,15,0,582,618,1,0,0,0),(31936,4026,1,1,1,10282,0,876.807,1780.94,-8.94846,1.14385,300,15,0,582,618,1,0,0,0),(31935,4026,1,1,1,10282,0,844.922,1795,-12.3534,0.859218,300,15,0,582,618,1,0,0,0),(31917,4026,1,1,1,10282,0,918.392,1718.55,-14.4066,5.22148,300,5,0,582,618,1,0,0,0),(31914,4026,1,1,1,10282,0,938.699,1639.8,-13.5585,5.22154,300,15,0,582,618,1,0,0,0),(31913,4026,1,1,1,10282,0,862.399,1736,-15.4421,5.26086,300,5,0,582,618,1,0,0,0),(31912,4025,1,1,1,10869,0,948.891,1679.82,-12.1807,4.52074,300,15,0,426,581,1,0,0,0),(31803,4025,1,1,1,10869,0,790.729,1742.48,-20.3377,0.682364,300,15,0,426,581,1,0,0,0),(31802,4025,1,1,1,10869,0,919.809,1741.91,-11.9346,0.839383,300,15,0,426,581,1,0,0,0),(31801,4025,1,1,1,10869,0,1010.01,1726.79,-9.77721,6.15463,300,15,0,426,581,1,0,0,0),(31800,4025,1,1,1,10869,0,901.677,1781.91,-7.34716,2.62253,300,15,0,426,581,1,0,0,0),(31798,4025,1,1,1,10869,0,877.562,1798.55,-6.31066,5.69809,300,15,0,426,581,1,0,0,0),(31795,4024,1,1,1,10870,0,723.161,1477.72,-16.9211,0.766325,300,15,0,640,655,1,0,0,0),(31794,4024,1,1,1,10870,0,628.924,1542.2,-13.3452,3.50905,300,15,0,640,655,1,0,0,0),(31793,4024,1,1,1,10870,0,776.019,1425.23,-14.0468,0.536333,300,15,0,640,655,1,0,0,0),(31792,4024,1,1,1,10870,0,669.888,1439.8,-7.34606,1.29568,300,5,0,640,655,1,0,0,0),(31791,4024,1,1,1,10870,0,644.378,1439.96,-5.06573,1.68631,300,5,0,640,655,1,0,0,0),(31790,4024,1,1,1,10870,0,718.93,1778.05,-17.4242,5.35023,300,15,0,640,655,1,0,0,0),(31789,4024,1,1,1,10870,0,647.961,1775.18,-13.0588,3.09302,300,15,0,640,655,1,0,0,0),(31788,4024,1,1,1,10870,0,650.968,1769.24,-13.5562,3.40364,300,15,0,640,655,1,0,0,0),(31787,4024,1,1,1,10870,0,600.096,1819.81,-9.06323,5.33616,300,15,0,640,655,1,0,0,0),(31786,4024,1,1,1,10870,0,646.875,1909.38,-8.28783,1.74905,300,15,0,640,655,1,0,0,0),(31785,4024,1,1,1,10870,0,652.696,1937.45,-5.2473,5.45806,300,15,0,640,655,1,0,0,0),(31784,4023,1,1,1,6813,0,612.175,1550.7,-12.9121,2.57035,300,15,0,734,0,1,0,0,0),(31783,4023,1,1,1,6813,0,714.181,1520.74,-21.2092,1.83165,300,15,0,734,0,1,0,0,0),(31782,4023,1,1,1,6813,0,749.439,1514.12,-21.2687,0.916946,300,15,0,734,0,1,0,0,0),(31781,4023,1,1,1,6813,0,701.547,1551.92,-22.4534,5.81803,300,15,0,734,0,1,0,0,0),(31773,4023,1,1,1,6813,0,665.889,1543.26,-19.9016,6.03729,300,15,0,734,0,1,0,0,0),(31762,4023,1,1,1,6813,0,713.507,1451.36,-12.0751,4.70318,300,15,0,734,0,1,0,0,0),(31748,4023,1,1,1,6813,0,639.841,1510.9,-14.8425,0.82339,300,15,0,734,0,1,0,0,0),(31502,4023,1,1,1,6813,0,672.808,1741.93,-19.4221,0.198516,300,15,0,734,0,1,0,0,0),(31501,4023,1,1,1,6813,0,681.998,1805.64,-12.4419,1.3608,300,15,0,734,0,1,0,0,0),(30477,4023,1,1,1,6813,0,658.863,1794.31,-12.66,5.09244,300,5,0,734,0,1,0,0,0),(30476,4023,1,1,1,6813,0,627.199,1814.83,-10.6556,6.23601,300,15,0,734,0,1,0,0,0),(30431,4022,1,1,1,3022,0,949.317,1715.29,-14.6905,3.38508,300,15,0,617,0,1,0,0,0),(30430,4022,1,1,1,3022,0,826.756,1642.2,-28.6399,1.13656,300,15,0,617,0,1,0,0,0),(30429,4022,1,1,1,3022,0,750.844,1685.66,-31.5314,2.83096,300,15,0,617,0,1,0,0,0),(30428,4022,1,1,1,3022,0,821.861,1771.99,-15.4093,3.64097,300,15,0,617,0,1,0,0,0),(30427,4022,1,1,1,3022,0,800.463,1616.58,-31.8395,2.61373,300,15,0,617,0,1,0,0,0),(30426,4022,1,1,1,3022,0,817.937,1646.43,-29.1048,2.29858,300,15,0,617,0,1,0,0,0),(30425,4022,1,1,1,3022,0,1318.12,1421.49,103.264,0.581776,300,15,0,617,0,1,0,0,0),(30424,4022,1,1,1,3022,0,1480.33,1400.29,141.117,5.24159,300,15,0,617,0,1,0,0,0),(30423,4022,1,1,1,3022,0,858.4,1524.47,-18.0082,0.98051,300,5,0,617,0,1,0,0,0),(30422,4022,1,1,1,3022,0,936.874,1560.52,-13.6834,0.501217,300,15,0,617,0,1,0,0,0),(30421,4022,1,1,1,3022,0,941.307,1655.49,-12.7333,0.472381,300,15,0,617,0,1,0,0,0),(30420,4022,1,1,1,3022,0,1003.41,1691.52,-4.956,1.82264,300,15,0,617,0,1,0,0,0),(30419,4022,1,1,1,3022,0,987.964,1735.38,-9.06532,5.66743,300,5,0,617,0,1,0,0,0),(30418,4021,1,1,1,1145,0,2325.27,1612.52,292.759,4.42215,300,15,0,664,0,1,0,0,0),(30417,4021,1,1,1,1145,0,2486.35,1578.95,263.017,0.769485,300,15,0,664,0,1,0,0,0),(30416,4021,1,1,1,1145,0,2259.91,1583.15,309.288,4.89504,300,5,0,664,0,1,0,0,0),(30415,4021,1,1,1,1145,0,2286.67,1342.42,287.6,3.38243,300,5,0,664,0,1,0,0,0),(30414,4021,1,1,1,1145,0,2346.06,1382.32,276.914,2.09699,300,5,0,664,0,1,0,0,0),(30413,4021,1,1,1,1145,0,2547.62,1581.54,270.162,4.21114,300,15,0,664,0,1,0,0,0),(30412,4020,1,1,1,358,0,2414.55,1379.6,275.722,5.12318,300,5,0,573,0,1,0,0,0),(30411,4020,1,1,1,358,0,1955.66,961.039,178.955,0.715173,300,10,0,573,0,1,0,0,0),(30410,4020,1,1,1,358,0,2508.85,1291.15,272.074,0.285273,300,15,0,573,0,1,0,0,0),(30409,4020,1,1,1,358,0,2590.55,1420.23,235.497,1.0359,300,15,0,573,0,1,0,0,0),(30408,4020,1,1,1,358,0,2389.01,1546.52,278.888,6.13781,300,5,0,573,0,1,0,0,0),(30407,4020,1,1,1,358,0,2381.16,1599.5,289.973,0.597209,300,5,0,573,0,1,0,0,0),(30406,4020,1,1,1,358,0,2377.02,1684.89,333.716,2.19672,300,5,0,573,0,1,0,0,0),(30404,4020,1,1,1,358,0,2355.54,1626.13,300.493,1.06389,300,15,0,573,0,1,0,0,0),(30403,4020,1,1,1,358,0,2339.16,1601.55,288.966,4.03843,300,15,0,573,0,1,0,0,0),(30402,4020,1,1,1,358,0,2353.48,1614.1,293.087,5.71581,300,15,0,573,0,1,0,0,0),(30401,4020,1,1,1,358,0,2278.41,1578.62,299.24,0.074127,300,15,0,573,0,1,0,0,0),(30359,4020,1,1,1,358,0,2298.38,1549.32,287.606,0.041033,300,15,0,573,0,1,0,0,0),(30026,4020,1,1,1,358,0,2349.66,1547.29,283.142,1.21134,300,15,0,573,0,1,0,0,0),(30021,4020,1,1,1,358,0,2319.38,1501.97,282.539,3.67651,300,15,0,573,0,1,0,0,0),(30020,4020,1,1,1,358,0,2302.04,1383.84,277.751,4.3035,300,5,0,573,0,1,0,0,0),(30017,4020,1,1,1,358,0,2262.34,1504.39,288.196,0.386675,300,3,0,573,0,1,0,0,0),(30016,4020,1,1,1,358,0,2253.33,1418.94,279.921,3.11179,300,15,0,573,0,1,0,0,0),(30015,4020,1,1,1,358,0,2269.97,1431.83,277.768,0.388483,300,15,0,573,0,1,0,0,0),(30014,4020,1,1,1,358,0,2582,1352.87,244.855,2.5066,300,15,0,573,0,1,0,0,0),(30013,4276,1,1,1,7157,1,962.967,-263.785,-5.31819,5.32325,300,0,0,484,0,0,0,0,0),(30012,4019,1,1,1,2161,0,2593.25,1299.25,255.836,1.03105,300,15,0,664,0,1,0,0,0),(30011,4019,1,1,1,2161,0,2384.13,1474.51,274.885,2.42184,300,15,0,664,0,1,0,0,0),(30010,4019,1,1,1,2161,0,2518.23,1290.1,273.199,4.95225,300,15,0,664,0,1,0,0,0),(30009,4019,1,1,1,2161,0,2724.67,1331.08,277.299,5.39125,300,15,0,664,0,1,0,0,0),(30008,4018,1,1,1,1917,0,2418.92,1285.55,288.458,1.49426,300,15,0,573,0,1,0,0,0),(30007,4018,1,1,1,1917,0,1725.45,782.712,135.104,5.35433,300,15,0,573,0,1,0,0,0),(30006,4018,1,1,1,1917,0,1673.38,962.59,129.2,6.11049,300,5,0,573,0,1,0,0,0),(30005,4018,1,1,1,1917,0,2222.59,1048.16,267.744,4.42502,300,15,0,573,0,1,0,0,0),(30004,4018,1,1,1,1917,0,2261.5,1026.63,284.151,5.84249,300,3,0,573,0,1,0,0,0),(30003,4018,1,1,1,1917,0,2182.16,1055.4,254.187,5.19481,300,15,0,573,0,1,0,0,0),(30002,4018,1,1,1,1917,0,2371.66,1416.45,274.941,3.05611,300,5,0,573,0,1,0,0,0),(30001,4018,1,1,1,1917,0,1771.47,718.269,146.864,3.13624,300,15,0,573,0,1,0,0,0),(30000,4018,1,1,1,1917,0,2155.77,1038.38,243.947,0.747407,300,15,0,573,0,1,0,0,0),(29999,4018,1,1,1,1917,0,2018.06,961.692,195.529,4.5601,300,10,0,573,0,1,0,0,0),(29998,4018,1,1,1,1917,0,2033.11,970.229,201.852,5.61332,300,10,0,573,0,1,0,0,0),(29997,4018,1,1,1,1917,0,2140.07,1033.98,238.964,5.88291,300,15,0,573,0,1,0,0,0),(29996,4018,1,1,1,1917,0,1887.41,946.143,163.039,3.53592,300,2,0,573,0,1,0,0,0),(29995,4018,1,1,1,1917,0,2089.07,1079.35,230.974,0.200379,300,15,0,573,0,1,0,0,0),(29994,4018,1,1,1,1917,0,2156.71,1078.22,249.278,3.37923,300,15,0,573,0,1,0,0,0),(29993,4018,1,1,1,1917,0,2546.94,1239.84,284.51,5.95402,300,5,0,573,0,1,0,0,0),(29992,4018,1,1,1,1917,0,2219.17,992.148,281.759,1.62944,300,5,0,573,0,1,0,0,0),(29991,4018,1,1,1,1917,0,2610.96,1312.03,251.221,0.722611,300,15,0,573,0,1,0,0,0),(29990,4018,1,1,1,1917,0,2558.6,1289.19,269.484,3.8731,300,15,0,573,0,1,0,0,0),(29989,4018,1,1,1,1917,0,2721.14,1257.82,298.648,1.61476,300,5,0,573,0,1,0,0,0),(29988,4018,1,1,1,1917,0,2654.96,1350.6,244.63,1.15911,300,15,0,573,0,1,0,0,0),(29987,4018,1,1,1,1917,0,2645.53,1286.65,269.738,2.22875,300,15,0,573,0,1,0,0,0),(29986,4018,1,1,1,1917,0,2676.91,1319,264.923,5.43076,300,15,0,573,0,1,0,0,0),(29985,4017,1,1,1,2158,0,2486.36,1627.77,282.203,6.1722,300,0,0,684,693,0,0,0,0),(29984,4016,1,1,1,1267,0,2235.13,1418.77,281.766,2.14472,300,15,0,582,618,1,0,0,0),(29983,4016,1,1,1,1267,0,2468.68,1303.52,277.247,0.611073,300,15,0,582,618,1,0,0,0),(29982,4015,1,1,1,4585,0,1394.53,914.007,149.952,0.698989,19900,5,0,713,0,1,0,0,0),(29981,4015,1,1,1,4585,0,1734.32,619,195.08,5.01028,19900,5,0,713,0,1,0,0,0),(29976,26839,571,1,1,0,0,3273.25,-2197.42,117.456,4.06662,120,0,0,1,0,0,0,0,0),(29975,26839,571,1,1,0,0,3268.64,-2195.64,117.456,4.34587,120,0,0,1,0,0,0,0,0),(29974,27102,571,1,1,0,0,3270.91,-2197.24,117.456,4.10152,120,0,0,1,0,0,0,0,0),(29973,4014,1,1,1,2297,0,1606.73,851.568,145.41,5.63968,300,0,0,573,0,0,0,0,0),(29972,4014,1,1,1,2297,0,1651.15,674.376,189.165,2.5063,300,5,0,573,0,1,0,0,0),(29971,4014,1,1,1,2297,0,1600.91,569.875,183.219,0.761725,300,5,0,573,0,1,0,0,0),(29970,4014,1,1,1,2297,0,1644.29,681.691,189.165,6.16943,300,5,0,573,0,1,0,0,0),(29969,4014,1,1,1,2297,0,1776.6,616.042,206.223,3.56258,300,5,0,573,0,1,0,0,0),(29968,4014,1,1,1,2297,0,1537.03,540.094,171.952,5.07616,300,0,0,573,0,0,0,0,0),(29967,4014,1,1,1,2297,0,1511.97,531.479,158.116,3.56414,300,0,0,573,0,0,0,0,0),(29966,4014,1,1,1,2297,0,1460.79,739.315,155.763,3.12832,300,0,0,573,0,0,0,0,0),(29965,4014,1,1,1,2297,0,1481.78,765.892,149.736,3.94519,300,0,0,573,0,0,0,0,0),(29964,4014,1,1,1,2297,0,1396.92,1021.03,168.125,0.566154,300,0,0,573,0,0,0,0,0),(29963,4014,1,1,1,2297,0,1663.07,1151.31,159.014,3.80064,300,0,0,573,0,0,0,0,0),(29962,4014,1,1,1,2297,0,1566.98,887.738,149.927,4.09198,300,0,0,573,0,0,0,0,0),(29961,4014,1,1,1,2297,0,1404.94,1026.07,183.011,3.27397,300,0,0,573,0,0,0,0,0),(29960,4014,1,1,1,2297,0,1419.42,1028.82,170.324,2.51748,300,0,0,573,0,0,0,0,0),(29959,4013,1,1,1,2298,0,1755.34,639.234,195.097,3.03683,300,5,0,617,0,1,0,0,0),(29958,4013,1,1,1,2298,0,1740.9,640.325,195.097,0.036347,300,5,0,617,0,1,0,0,0),(29957,4013,1,1,1,2298,0,1698.31,672.781,195.117,6.27581,300,5,0,617,0,1,0,0,0),(29956,4013,1,1,1,2298,0,1686.73,601.179,196.849,6.14668,300,5,0,617,0,1,0,0,0),(29955,4013,1,1,1,2298,0,1712.55,653.912,195.222,5.59991,300,5,0,617,0,1,0,0,0),(29954,4013,1,1,1,2298,0,1572.28,623.502,150.542,2.90491,300,0,0,617,0,2,0,0,0),(29953,4013,1,1,1,2298,0,1624.12,656.355,177.889,3.39872,300,5,0,617,0,1,0,0,0),(29952,4013,1,1,1,2298,0,1746.98,614.778,195.146,1.16781,300,5,0,617,0,1,0,0,0),(29951,4013,1,1,1,2298,0,1703.64,579.024,200.974,5.2063,300,5,0,617,0,1,0,0,0),(29950,4013,1,1,1,2298,0,1680.43,541.915,208.223,3.3321,300,5,0,617,0,1,0,0,0),(29949,4012,1,1,1,295,0,1511.13,714.947,141.035,3.81875,300,0,0,531,0,2,0,0,0),(29948,4012,1,1,1,295,0,1438.81,784.19,144.401,5.83482,300,0,0,531,0,2,0,0,0),(29947,4012,1,1,1,295,0,1509.44,779.212,135.238,3.3681,300,0,0,531,0,2,0,0,0),(29946,4012,1,1,1,295,0,1505.3,560.301,146.675,6.0607,300,0,0,531,0,0,0,0,0),(29945,4012,1,1,1,295,0,1529.22,597.856,149.415,4.92608,300,0,0,531,0,0,0,0,0),(29944,4012,1,1,1,295,0,1464.98,689.348,146.386,1.77425,300,0,0,531,0,0,0,0,0),(29943,4012,1,1,1,295,0,1503.54,704.588,141.626,4.12565,300,0,0,531,0,2,0,0,0),(29942,4012,1,1,1,295,0,1429.69,716.146,147.201,3.14179,300,0,0,531,0,2,0,0,0),(29941,4012,1,1,1,295,0,1554.99,543.292,165.327,2.82925,300,0,0,531,0,0,0,0,0),(29940,4012,1,1,1,295,0,1501.57,606.094,143.643,2.72952,300,0,0,531,0,2,0,0,0),(29939,4012,1,1,1,295,0,1373,995.546,156.992,0.0166,300,0,0,531,0,2,0,0,0),(29938,4012,1,1,1,295,0,1459.21,1059.64,154.538,1.73973,300,0,0,531,0,2,0,0,0),(29937,4012,1,1,1,295,0,1439.85,988.872,150.639,6.0446,300,0,0,531,0,0,0,0,0),(29936,4012,1,1,1,295,0,1390.39,991.894,153.162,3.85583,300,0,0,531,0,2,0,0,0),(29935,4011,1,1,1,2154,0,988.503,144.44,20.8441,3.00288,300,0,0,449,0,2,0,0,0),(29934,4011,1,1,1,2154,0,823.551,217.528,24.7586,4.09227,300,0,0,449,0,2,0,0,0),(29878,4011,1,1,1,2154,0,1488.8,-537.501,50.5953,1.26325,300,0,0,449,0,2,0,0,0),(29877,4011,1,1,1,2154,0,1330.19,289.645,15.6005,4.47498,300,5,0,449,0,1,0,0,0),(29876,4011,1,1,1,2154,0,1155.21,-547.113,5.60101,6.27537,300,5,0,449,0,1,0,0,0),(29875,4009,1,1,1,1538,0,968.599,361.42,32.6065,4.90902,300,5,0,417,0,1,0,0,0),(29874,4009,1,1,1,1538,0,1141.11,385.716,53.491,1.15257,300,5,0,417,0,1,0,0,0),(29873,4009,1,1,1,1538,0,658.509,227.958,42.0496,0.889763,300,5,0,417,0,1,0,0,0),(29872,4009,1,1,1,1538,0,1725.51,922.457,129.914,4.19479,300,15,0,417,0,1,0,0,0),(29871,4009,1,1,1,1538,0,1780.14,868.272,138.003,2.02134,300,5,0,417,0,1,0,0,0),(29870,4009,1,1,1,1538,0,1729.92,870.364,126.707,3.92561,300,15,0,417,0,1,0,0,0),(29869,4009,1,1,1,1538,0,1713.66,845.909,125.434,2.98464,300,5,0,417,0,1,0,0,0),(29868,4009,1,1,1,1538,0,1660.18,758.678,134.048,5.19437,300,10,0,417,0,1,0,0,0),(29867,4009,1,1,1,1538,0,1765.58,791.125,136.761,2.23364,300,5,0,417,0,1,0,0,0),(29866,4009,1,1,1,1538,0,1821.7,936.047,144.194,1.32819,300,15,0,417,0,1,0,0,0),(29865,4009,1,1,1,1538,0,1781.4,915.429,137.128,1.31486,300,15,0,417,0,1,0,0,0),(29864,4009,1,1,1,1538,0,1789.99,753.811,143.142,6.18374,300,15,0,417,0,1,0,0,0),(29863,4009,1,1,1,1538,0,929.885,37.9659,68.5943,4.90002,300,5,0,417,0,1,0,0,0),(29862,4009,1,1,1,1538,0,1828.97,821.846,145.775,5.59945,300,15,0,417,0,1,0,0,0),(29861,4009,1,1,1,1538,0,1838.01,776.407,144.65,3.35412,300,15,0,417,0,1,0,0,0),(29860,4009,1,1,1,1538,0,776.213,196.919,49.6798,6.22973,300,5,0,417,0,1,0,0,0),(29859,4009,1,1,1,1538,0,988.976,-4.78965,23.3988,3.14745,300,3,0,417,0,1,0,0,0),(29858,4009,1,1,1,1538,0,865.887,131.566,40.2951,0.035176,300,5,0,417,0,1,0,0,0),(29857,4009,1,1,1,1538,0,825.226,167.452,45.7051,0.055014,300,5,0,417,0,1,0,0,0),(29856,4009,1,1,1,1538,0,1234.59,-646.835,24.5711,1.08012,300,5,0,417,0,1,0,0,0),(29855,4009,1,1,1,1538,0,1534.16,-465.687,52.1256,0.202567,300,5,0,417,0,1,0,0,0),(29854,4009,1,1,1,1538,0,1339.73,377.641,44.1754,5.81473,300,5,0,417,0,1,0,0,0),(29853,4009,1,1,1,1538,0,1608.09,-278.801,56.2109,2.89306,300,5,0,417,0,1,0,0,0),(29852,4009,1,1,1,1538,0,1781.12,748.79,143.992,5.117,300,15,0,417,0,1,0,0,0),(29851,4009,1,1,1,1538,0,1540.94,-156.934,63.4597,0.226175,300,5,0,417,0,1,0,0,0),(29850,4009,1,1,1,1538,0,1289.55,-585.213,38.2608,3.90766,300,2,0,417,0,1,0,0,0),(29849,4009,1,1,1,1538,0,1456.37,306.045,79.6933,6.07659,300,5,0,417,0,1,0,0,0),(29848,4009,1,1,1,1538,0,1009.49,-194.965,19.927,0.070403,300,3,0,417,0,1,0,0,0),(29847,4009,1,1,1,1538,0,1104.11,-556.101,10.2678,3.32022,300,5,0,417,0,1,0,0,0),(29845,4008,1,1,1,1537,0,-196.019,-505.152,3.72639,0.015324,300,5,0,328,0,1,0,0,0),(29844,4008,1,1,1,1537,0,-174.517,-588.197,0.611151,6.09399,300,10,0,328,0,1,0,0,0),(29843,4008,1,1,1,1537,0,-204.299,-517.418,8.89275,2.78537,300,5,0,328,0,1,0,0,0),(29842,4008,1,1,1,1537,0,43.0333,-310.201,35.6643,5.0899,300,5,0,328,0,1,0,0,0),(29841,4008,1,1,1,1537,0,152.189,-672.435,29.8616,5.91194,300,5,0,328,0,1,0,0,0),(29840,4008,1,1,1,1537,0,552.917,430.864,71.1342,1.82335,300,5,0,328,0,1,0,0,0),(29839,4008,1,1,1,1537,0,20.5647,-398.958,25.3959,0,300,5,0,328,0,1,0,0,0),(29838,4008,1,1,1,1537,0,-145.142,-464.063,-16.9308,1.41356,300,5,0,328,0,1,0,0,0),(29837,4008,1,1,1,1537,0,555.766,245.477,68.2104,1.23097,300,5,0,328,0,1,0,0,0),(29836,4008,1,1,1,1537,0,-161.157,70.4932,89.4972,4.65655,300,5,0,328,0,1,0,0,0),(29835,4008,1,1,1,1537,0,194.905,-493.781,16.4693,3.37399,300,5,0,328,0,1,0,0,0),(29834,4008,1,1,1,1537,0,-67.6764,-774.354,8.26818,1.5298,300,5,0,328,0,1,0,0,0),(29833,4008,1,1,1,1537,0,203.388,-474.944,17.7022,3.77728,300,5,0,328,0,1,0,0,0),(29832,4008,1,1,1,1537,0,68.1764,-522.012,37.9101,0.066438,300,5,0,328,0,1,0,0,0),(29831,4008,1,1,1,1537,0,37.1395,-357.918,48.6856,0.481265,300,5,0,328,0,1,0,0,0),(29830,4008,1,1,1,1537,0,48.3777,-306.548,37.1151,0.762969,300,5,0,328,0,1,0,0,0),(29829,4008,1,1,1,1537,0,-25.9089,-823.318,35.6148,2.81984,300,5,0,328,0,1,0,0,0),(29828,4007,1,1,1,759,0,911.543,315.748,22.0793,4.34275,300,15,0,290,0,1,0,0,0),(29827,4007,1,1,1,759,0,926.128,683.096,103.166,3.2296,300,15,0,290,0,1,0,0,0),(29826,4007,1,1,1,759,0,951.985,182.553,22.2969,2.02537,300,15,0,290,0,1,0,0,0),(29825,4007,1,1,1,759,0,932.51,79.0298,27.3162,1.24812,300,3,0,290,0,1,0,0,0),(29824,4007,1,1,1,759,0,917.699,162.945,26.5788,1.88126,300,15,0,290,0,1,0,0,0),(29823,4007,1,1,1,759,0,850.791,196.863,27.5627,0.518021,300,5,0,290,0,1,0,0,0),(29822,4007,1,1,1,759,0,871.241,213.508,25.8859,6.0607,300,5,0,290,0,1,0,0,0),(29821,4007,1,1,1,759,0,841.273,239.635,22.8926,3.33018,300,15,0,290,0,1,0,0,0),(29820,4007,1,1,1,759,0,840,211.478,27.0943,6.09862,300,15,0,290,0,1,0,0,0),(29819,4007,1,1,1,759,0,755.366,235.697,26.3391,1.63032,300,5,0,290,0,1,0,0,0),(29818,4007,1,1,1,759,0,802.329,244.087,23.1911,3.23363,300,5,0,290,0,1,0,0,0),(29817,4007,1,1,1,759,0,754.821,267.533,24.6489,1.80927,300,5,0,290,0,1,0,0,0),(29816,4007,1,1,1,759,0,1153.06,705.125,149.141,3.95737,300,3,0,290,0,1,0,0,0),(29815,4007,1,1,1,759,0,1626.89,760.49,133.291,5.61656,300,15,0,290,0,1,0,0,0),(29814,4007,1,1,1,759,0,1537.13,743.788,138.297,4.17098,300,15,0,290,0,1,0,0,0),(29813,4007,1,1,1,759,0,1111.83,645.929,139.911,4.84984,300,15,0,290,0,1,0,0,0),(29772,4007,1,1,1,759,0,915.567,610.374,97.5943,0.076248,300,3,0,290,0,1,0,0,0),(29771,4007,1,1,1,759,0,1453.86,636.738,149.021,1.405,300,3,0,290,0,1,0,0,0),(29770,4007,1,1,1,759,0,1023.93,234.554,23.8973,1.08157,300,5,0,290,0,1,0,0,0),(29769,4007,1,1,1,759,0,1052.31,258.436,19.9383,1.15444,300,5,0,290,0,1,0,0,0),(29768,4007,1,1,1,759,0,940.764,365.845,33.9811,5.26353,300,5,0,290,0,1,0,0,0),(29767,4007,1,1,1,759,0,536.558,647.828,77.289,1.50689,300,15,0,290,0,1,0,0,0),(29766,4007,1,1,1,759,0,542.437,664.019,78.164,2.51955,300,0,0,290,0,0,0,0,0),(29765,4007,1,1,1,759,0,561.438,664.217,76.789,0.239886,300,15,0,290,0,1,0,0,0),(29764,4007,1,1,1,759,0,502.373,623.721,67.9018,0.11309,300,5,0,290,0,1,0,0,0),(29763,4007,1,1,1,759,0,508.729,680.632,78.8781,4.25846,300,10,0,290,0,1,0,0,0),(29762,4007,1,1,1,759,0,479.533,683.194,79.9709,1.78674,300,5,0,290,0,1,0,0,0),(29761,4007,1,1,1,759,0,456.063,698.484,84.1287,2.80982,300,5,0,290,0,1,0,0,0),(29760,4007,1,1,1,759,0,476.413,637.319,67.2488,2.87994,300,15,0,290,0,1,0,0,0),(29759,4007,1,1,1,759,0,493.527,660.141,72.6238,1.24905,300,10,0,290,0,1,0,0,0),(29758,4007,1,1,1,759,0,455.661,669.983,76.5037,0.833092,300,10,0,290,0,1,0,0,0),(29757,4007,1,1,1,759,0,521.875,671.875,78.3781,1.62181,300,5,0,290,0,1,0,0,0),(29756,4007,1,1,1,759,0,519.448,570.711,91.415,5.03962,300,3,0,290,0,1,0,0,0),(29755,4007,1,1,1,759,0,1480.34,886.293,131.184,1.89711,300,5,0,290,0,1,0,0,0),(29754,4007,1,1,1,759,0,546.594,573.062,84.7349,6.27128,300,5,0,290,0,1,0,0,0),(29753,4007,1,1,1,759,0,891.436,674.514,98.112,5.78752,300,15,0,290,0,1,0,0,0),(29752,4007,1,1,1,759,0,840.315,272.579,23.7991,0.244975,300,15,0,290,0,1,0,0,0),(29751,4007,1,1,1,759,0,866.627,292.521,22.6572,2.87991,300,15,0,290,0,1,0,0,0),(29750,4007,1,1,1,759,0,1013.99,692.171,118.708,2.736,300,5,0,290,0,1,0,0,0),(29749,4007,1,1,1,759,0,929.63,226.874,20.8112,3.68007,300,5,0,290,0,1,0,0,0),(29748,4007,1,1,1,759,0,948.474,261.737,23.7643,0.975752,300,5,0,290,0,1,0,0,0),(29747,4007,1,1,1,759,0,983.109,261.429,21.2721,1.01447,300,5,0,290,0,1,0,0,0),(29746,4007,1,1,1,759,0,983.252,207.551,22.1554,0.024288,300,5,0,290,0,1,0,0,0),(29745,4007,1,1,1,759,0,971.797,288.645,23.5961,2.26628,300,5,0,290,0,1,0,0,0),(29744,4007,1,1,1,759,0,1377.59,717.853,155.355,3.49979,300,15,0,290,0,1,0,0,0),(29743,4007,1,1,1,759,0,1073.66,714.729,133.859,3.95512,300,5,0,290,0,1,0,0,0),(29742,4007,1,1,1,759,0,549.227,620.645,68.4838,4.91097,300,15,0,290,0,1,0,0,0),(29741,4007,1,1,1,759,0,509.913,606.904,73.1518,5.49453,300,5,0,290,0,1,0,0,0),(29740,4007,1,1,1,759,0,1335.36,875.111,163.986,3.9954,300,5,0,290,0,1,0,0,0),(29739,4007,1,1,1,759,0,1554.52,684.828,140.35,4.82439,300,15,0,290,0,1,0,0,0),(29738,4007,1,1,1,759,0,1374.64,942.675,155.64,3.28535,300,5,0,290,0,1,0,0,0),(29737,4007,1,1,1,759,0,1515.39,649.193,139.165,0.369627,300,15,0,290,0,1,0,0,0),(29736,4007,1,1,1,759,0,1413.52,958.269,148.624,4.40991,300,5,0,290,0,1,0,0,0),(29735,4007,1,1,1,759,0,1376.05,849.836,156.324,1.81033,300,15,0,290,0,1,0,0,0),(29734,4007,1,1,1,759,0,1439.01,860.461,138.112,2.67791,300,15,0,290,0,1,0,0,0),(29733,4006,1,1,1,1989,0,1381.62,279.713,15.4656,3.52174,300,5,0,449,0,1,0,0,0),(29732,4006,1,1,1,1989,0,1415.65,-180.739,18.8198,2.6779,300,15,0,449,0,1,0,0,0),(29731,4006,1,1,1,1989,0,1449.8,-154.891,25.8416,4.38305,300,15,0,449,0,1,0,0,0),(29730,4006,1,1,1,1989,0,1446.9,-78.8802,27.3057,1.86412,300,5,0,449,0,1,0,0,0),(29729,4006,1,1,1,1989,0,1581.81,-132.266,27.2298,3.72959,300,5,0,449,0,1,0,0,0),(29728,4006,1,1,1,1989,0,581.16,636.265,70.4425,1.08165,300,15,0,449,0,1,0,0,0),(29727,4006,1,1,1,1989,0,581.265,659.213,74.4338,4.26651,300,15,0,449,0,1,0,0,0),(29726,4006,1,1,1,1989,0,599.271,630.329,74.9595,2.30933,300,5,0,449,0,1,0,0,0),(29725,4006,1,1,1,1989,0,593.661,603.137,75.8345,2.11,300,5,0,449,0,1,0,0,0),(29724,4006,1,1,1,1989,0,573.995,585.836,76.7459,2.97038,300,5,0,449,0,1,0,0,0),(29723,4006,1,1,1,1989,0,1419.25,-451.311,24.0257,5.53575,300,15,0,449,0,1,0,0,0),(29722,4006,1,1,1,1989,0,1417.47,-491.822,24.9937,1.58544,300,15,0,449,0,1,0,0,0),(29721,4006,1,1,1,1989,0,1451.95,-532.563,39.6818,1.62554,300,15,0,449,0,1,0,0,0),(29720,4006,1,1,1,1989,0,1448.84,-488.324,27.2888,2.41495,300,15,0,449,0,1,0,0,0),(29719,4006,1,1,1,1989,0,1512.14,-477.353,45.8353,1.73562,300,15,0,449,0,1,0,0,0),(29718,4006,1,1,1,1989,0,1186.86,-470.364,14.1485,3.20259,300,5,0,449,0,1,0,0,0),(29717,4006,1,1,1,1989,0,1418.55,253.043,14.513,5.31356,300,15,0,449,0,1,0,0,0),(29716,4006,1,1,1,1989,0,1441.56,-320.392,7.36515,5.62249,300,15,0,449,0,1,0,0,0),(29715,4006,1,1,1,1989,0,1363.31,-451.813,23.6828,4.80429,300,15,0,449,0,1,0,0,0),(29714,4006,1,1,1,1989,0,1390.69,-412.34,16.8828,1.08354,300,15,0,449,0,1,0,0,0),(29713,4006,1,1,1,1989,0,1241.79,-408.536,15.7618,0.793685,300,5,0,449,0,1,0,0,0),(29712,4006,1,1,1,1989,0,1466.67,-374.49,19.6646,2.34032,300,5,0,449,0,1,0,0,0),(29711,4006,1,1,1,1989,0,1526.78,-375.153,30.731,1.78735,300,15,0,449,0,1,0,0,0),(29710,4006,1,1,1,1989,0,1258.66,-544.873,13.5333,0.289304,300,5,0,449,0,1,0,0,0),(29709,4006,1,1,1,1989,0,1329.73,277.096,12.139,3.56315,300,15,0,449,0,1,0,0,0),(29708,4006,1,1,1,1989,0,1336.39,232.999,10.527,3.53878,300,15,0,449,0,1,0,0,0),(29707,4006,1,1,1,1989,0,1289.27,325.057,28.9573,5.79072,300,15,0,449,0,1,0,0,0),(29706,4006,1,1,1,1989,0,1311.36,343.501,32.5357,1.59445,300,5,0,449,0,1,0,0,0),(29705,4006,1,1,1,1989,0,1527.82,-348.191,33.4064,6.26561,300,5,0,449,0,1,0,0,0),(29704,4006,1,1,1,1989,0,1270.35,-471.432,17.1255,1.53956,300,15,0,449,0,1,0,0,0),(29703,4006,1,1,1,1989,0,1217.6,-452.748,15.3355,2.37001,300,15,0,449,0,1,0,0,0),(29702,4006,1,1,1,1989,0,1493.67,-377.661,23.363,0.226672,300,5,0,449,0,1,0,0,0),(29701,4006,1,1,1,1989,0,1338.88,309.743,17.7549,0.07746,300,5,0,449,0,1,0,0,0),(29700,4006,1,1,1,1989,0,1467.05,-442.888,22.9186,2.91296,300,5,0,449,0,1,0,0,0),(29699,4006,1,1,1,1989,0,1421.11,-383.663,12.4079,2.11222,300,5,0,449,0,1,0,0,0),(29698,4006,1,1,1,1989,0,1195.23,-594.65,15.46,0.481113,300,3,0,449,0,1,0,0,0),(29697,4006,1,1,1,1989,0,1260.14,-483.923,13.8767,3.38655,300,15,0,449,0,1,0,0,0),(29696,4006,1,1,1,1989,0,1207.91,-509.485,11.5974,0.141069,300,10,0,449,0,1,0,0,0),(29695,4006,1,1,1,1989,0,1153.44,-505.265,7.24733,1.23237,300,15,0,449,0,1,0,0,0),(29694,4006,1,1,1,1989,0,1277.61,-527.06,25.258,4.46724,300,3,0,449,0,1,0,0,0),(29693,4006,1,1,1,1989,0,1178.33,-537.544,6.23039,3.6597,300,15,0,449,0,1,0,0,0),(29692,4006,1,1,1,1989,0,1509.21,-423.24,32.2474,5.28819,300,15,0,449,0,1,0,0,0),(29691,4006,1,1,1,1989,0,1419.04,-398.023,14.3612,1.45246,300,5,0,449,0,1,0,0,0),(29690,4006,1,1,1,1989,0,1474.03,-518.351,45.0665,3.06145,300,15,0,449,0,1,0,0,0),(29689,4006,1,1,1,1989,0,1240.18,-628.809,23.0537,3.26885,300,5,0,449,0,1,0,0,0),(29688,4005,1,1,1,760,0,30.7453,-112.831,20.6806,3.20368,300,15,0,356,0,1,0,0,0),(29687,4005,1,1,1,760,0,59.7743,-41.8298,24.5964,4.97727,300,15,0,356,0,1,0,0,0),(29686,4005,1,1,1,760,0,470.634,309.926,50.4788,0.659564,300,10,0,356,0,1,0,0,0),(29685,4005,1,1,1,760,0,427.009,289.262,50.9211,4.35052,300,3,0,356,0,1,0,0,0),(29684,4005,1,1,1,760,0,374.306,356.44,44.658,5.96946,300,15,0,356,0,1,0,0,0),(29683,4005,1,1,1,760,0,453.1,367.391,52.4984,3.33996,300,10,0,356,0,1,0,0,0),(29682,4005,1,1,1,760,0,253.052,237.183,68.0243,0.893311,300,5,0,356,0,1,0,0,0),(29681,4005,1,1,1,760,0,260.322,246.072,64.9352,1.6726,300,5,0,356,0,1,0,0,0),(29680,4005,1,1,1,760,0,432.278,433.463,83.0789,5.04755,300,0,0,356,0,2,0,0,0),(29679,4005,1,1,1,760,0,429.86,498.896,97.9011,2.16508,300,3,0,356,0,1,0,0,0),(29678,4005,1,1,1,760,0,445.112,563.423,84.2377,1.55473,300,5,0,356,0,1,0,0,0),(29677,4005,1,1,1,760,0,434.028,514.107,97.0751,3.37509,300,3,0,356,0,1,0,0,0),(29676,4005,1,1,1,760,0,436.772,628.679,77.5813,0.859716,300,5,0,356,0,1,0,0,0),(29675,4005,1,1,1,760,0,447.97,638.64,75.9563,4.28904,300,10,0,356,0,1,0,0,0),(29674,4005,1,1,1,760,0,468.69,580.323,87.2171,5.45685,300,2,0,356,0,1,0,0,0),(29673,4005,1,1,1,760,0,481.977,576.114,90.5921,1.32141,300,5,0,356,0,1,0,0,0),(29672,4005,1,1,1,760,0,445.33,619.038,76.2063,3.11124,300,5,0,356,0,1,0,0,0),(29671,4005,1,1,1,760,0,-126.067,107.388,49.4364,4.38485,300,0,0,356,0,2,0,0,0),(29670,4005,1,1,1,760,0,-88.1819,54.2936,49.3883,4.00596,300,5,0,356,0,1,0,0,0),(29669,4005,1,1,1,760,0,574.48,275.103,55.3677,4.80707,300,5,0,356,0,1,0,0,0),(29668,4005,1,1,1,760,0,548.882,360.21,54.9328,4.76999,300,10,0,356,0,1,0,0,0),(29667,4005,1,1,1,760,0,199.198,74.9318,48.8335,5.22463,300,5,0,356,0,1,0,0,0),(29666,4005,1,1,1,760,0,513.87,365.567,56.6907,0.366049,300,3,0,356,0,1,0,0,0),(29665,4004,1,1,1,511,1,958.914,-358.857,16.2358,5.2571,300,5,0,531,0,1,0,0,0),(29664,4004,1,1,1,511,1,925.211,-317.129,17.6935,1.19842,300,5,0,531,0,1,0,0,0),(29663,4004,1,1,1,511,1,887.805,-320.193,13.2774,5.31431,300,5,0,531,0,1,0,0,0),(29662,4004,1,1,1,511,1,924.875,-292.083,-1.94959,3.19295,300,5,0,531,0,1,0,0,0),(29661,4004,1,1,1,511,1,974.101,-359.985,15.9695,5.65547,300,5,0,531,0,1,0,0,0),(29660,4004,1,1,1,511,1,976.912,-303.737,-1.75238,6.18464,300,5,0,531,0,1,0,0,0),(29648,4004,1,1,1,511,1,884.557,-290.536,19.055,0.192409,300,5,0,531,0,1,0,0,0),(29647,4004,1,1,1,511,1,956.421,-298.245,-2.62035,2.67215,300,5,0,531,0,1,0,0,0),(29646,4004,1,1,1,511,1,978.261,-377.896,9.01437,1.60377,300,5,0,531,0,1,0,0,0),(29645,4003,1,1,1,163,0,979.757,-373.077,16.1254,5.80246,300,5,0,413,1202,1,0,0,0),(29644,4003,1,1,1,163,0,986.863,-358.174,13.1609,4.39204,300,5,0,413,1202,1,0,0,0),(29643,4003,1,1,1,163,0,975.135,-364.015,16.1092,2.51022,300,5,0,413,1202,1,0,0,0),(29642,4003,1,1,1,163,0,928.354,-325.184,17.8208,2.8483,300,5,0,413,1202,1,0,0,0),(29641,4003,1,1,1,163,0,1003.92,-344.914,11.9614,2.72339,300,5,0,413,1202,1,0,0,0),(29640,4003,1,1,1,163,0,988.946,-449.603,10.795,0.438239,300,0,0,413,1202,0,0,0,0),(29639,4003,1,1,1,163,0,1015.19,-388.88,2.80076,4.4428,300,5,0,413,1202,1,0,0,0),(29638,3999,1,1,1,2153,1,945.724,-333.755,19.1636,4.92183,300,0,0,531,0,0,0,0,0),(29637,3999,1,1,1,2153,1,918.873,-335.689,20.0014,4.66003,300,0,0,531,0,0,0,0,0),(29636,3999,1,1,1,2153,1,888.617,-315.657,14.0279,0.314159,300,0,0,531,0,0,0,0,0),(29635,3999,1,1,1,2153,1,898.903,-329.275,17.209,0.994838,300,0,0,531,0,0,0,0,0),(29634,3999,1,1,1,2153,1,938.149,-253.52,-2.05069,2.25148,300,0,0,531,0,0,0,0,0),(29633,3999,1,1,1,2153,1,911.824,-319.433,19.1343,3.26377,300,0,0,531,0,0,0,0,0),(29632,3999,1,1,1,2153,1,912.163,-274.649,-0.192252,1.55334,300,0,0,531,0,0,0,0,0),(29631,3999,1,1,1,2153,1,947.906,-253.54,-2.80272,1.5708,300,0,0,531,0,0,0,0,0),(29630,3999,1,1,1,2153,1,926.238,-272.413,-1.08276,5.32325,300,0,0,531,0,0,0,0,0),(29629,3999,1,1,1,2153,1,962.367,-255.647,-3.87937,1.27409,300,0,0,531,0,0,0,0,0),(29628,3999,1,1,1,2153,1,873.102,-281.982,6.1997,3.54302,300,0,0,531,0,0,0,0,0),(29627,3999,1,1,1,2153,1,889.814,-290.741,8.30929,0.314159,300,0,0,531,0,0,0,0,0),(29626,3999,1,1,1,2153,1,870.064,-268.135,6.31243,2.67035,300,0,0,531,0,0,0,0,0),(29625,3999,1,1,1,2153,1,939.721,-343.803,18.1538,0.069813,300,0,0,531,0,0,0,0,0),(29624,3999,1,1,1,2153,1,876.294,-320.046,13.2246,4.62512,300,0,0,531,0,0,0,0,0),(29623,3999,1,1,1,2153,1,941.74,-362.089,16.2391,4.27606,300,0,0,531,0,0,0,0,0),(29622,3999,1,1,1,2153,1,1017.8,-321.092,11.482,5.91602,300,5,0,531,0,1,0,0,0),(29621,3999,1,1,1,2153,1,965.126,-322.559,-0.498094,5.95157,300,0,0,531,0,0,0,0,0),(29620,3999,1,1,1,2153,1,916.568,-297.072,0.628332,4.13643,300,0,0,531,0,0,0,0,0),(29619,3999,1,1,1,2153,1,929.09,-286.711,-0.980391,1.5708,300,0,0,531,0,0,0,0,0),(29618,3999,1,1,1,2153,1,891.687,-259.686,7.36589,1.55334,300,0,0,531,0,0,0,0,0),(29617,3999,1,1,1,2153,1,992.25,-324.27,0.314784,0.261799,300,0,0,531,0,0,0,0,0),(29616,3999,1,1,1,2153,1,982.505,-311.335,-0.364167,3.85718,300,0,0,531,0,0,0,0,0),(29615,3999,1,1,1,2153,1,949.799,-281.214,-0.292042,2.14675,300,0,0,531,0,0,0,0,0),(29614,3999,1,1,1,2153,1,927.455,-288.851,17.9986,4.53786,300,0,0,531,0,0,0,0,0),(29613,3999,1,1,1,2153,1,917.948,-267.875,22.4074,2.80998,300,0,0,531,0,0,0,0,0),(29612,3999,1,1,1,2153,1,939.742,-286.714,17.8741,0.942478,300,0,0,531,0,0,0,0,0),(29611,3999,1,1,1,2153,1,887.386,-285.61,19.5187,1.97222,300,0,0,531,0,0,0,0,0),(29610,3999,1,1,1,2153,1,963.551,-340.963,0.010297,2.18166,300,0,0,531,0,0,0,0,0),(29609,3999,1,1,1,2153,1,865.061,-303.768,18.9022,4.7822,300,0,0,531,0,0,0,0,0),(29608,3999,1,1,1,2153,1,879.985,-295.811,19.1038,5.21853,300,0,0,531,0,0,0,0,0),(29607,3999,1,1,1,2153,1,906.571,-283.051,20.9832,4.81711,300,0,0,531,0,0,0,0,0),(29606,3999,1,1,1,2153,1,968.469,-328.601,22.6706,1.06465,300,0,0,531,0,0,0,0,0),(29605,3999,1,1,1,2153,1,943.049,-316.238,19.1879,0.349066,300,0,0,531,0,0,0,0,0),(29604,3999,1,1,1,2153,1,974.102,-332.552,-1.92823,2.04204,300,0,0,531,0,0,0,0,0),(29603,3999,1,1,1,2153,1,946.661,-311.718,0.291756,3.36848,300,0,0,531,0,0,0,0,0),(29602,3999,1,1,1,2153,1,957.275,-353.651,4.54844,2.56563,300,0,0,531,0,0,0,0,0),(29601,3999,1,1,1,2153,1,935.909,-302.741,0.022009,3.89208,300,0,0,531,0,0,0,0,0),(29600,3999,1,1,1,2153,1,935.647,-264.868,21.8071,0.890118,300,0,0,531,0,0,0,0,0),(29599,3999,1,1,1,2153,1,923.187,-300.743,18.8559,2.32129,300,0,0,531,0,0,0,0,0),(29598,3999,1,1,1,2153,1,972.917,-389.584,8.26437,6.14042,300,5,0,531,0,1,0,0,0),(29597,3999,1,1,1,2153,1,961.876,-373.6,7.1239,3.4383,300,0,0,531,0,0,0,0,0),(29596,3999,1,1,1,2153,1,970.331,-287.341,0.149651,0.890118,300,0,0,531,0,0,0,0,0),(29595,3999,1,1,1,2153,1,996.774,-384.309,8.63937,4.46794,300,5,0,531,0,1,0,0,0),(29588,3999,1,1,1,2153,1,1011.88,-415.821,-0.452411,4.80394,300,5,0,531,0,1,0,0,0),(29587,3999,1,1,1,2153,1,984.224,-414.481,8.56884,1.75839,300,5,0,531,0,1,0,0,0),(29586,3995,1,1,1,4104,1,-272.48,-394.084,17.2051,6.19592,300,0,0,713,0,0,0,0,0),(29585,3994,1,1,1,150,0,2652.91,1433.92,226.773,3.94444,300,0,0,1003,0,0,0,0,0),(29584,3993,1,1,1,7229,1,1615.13,95.7419,98.5497,0.463949,300,0,0,531,0,0,0,0,0),(29583,3993,1,1,1,7229,1,1616.66,148.559,104.854,0.493765,300,0,0,531,0,0,0,0,0),(29582,3993,1,1,1,3931,1,1603.67,181.113,104.684,3.6197,300,0,0,531,0,0,0,0,0),(29581,3992,1,1,1,3934,0,1653.63,117.756,120.89,5.43651,300,0,0,494,0,0,0,0,0),(29580,3992,1,1,1,3934,0,1645.89,112.124,120.899,3.49693,300,0,0,494,0,2,0,0,0),(29579,3992,1,1,1,7227,0,1650.44,103.648,110.773,5.17967,300,0,0,494,0,0,0,0,0),(29578,3992,1,1,1,7227,0,1587.77,176.649,99.418,1.73537,300,0,0,494,0,0,0,0,0),(29577,3991,1,1,1,7226,1,1320.02,116.555,4.05254,0.141069,300,5,0,379,1118,1,0,0,0),(29576,3991,1,1,1,7226,1,1082.72,-48.7102,4.54915,3.53971,300,15,0,379,1118,1,0,0,0),(29575,3991,1,1,1,7226,1,1115.51,-80.1564,2.22527,2.06869,300,5,0,379,1118,1,0,0,0),(29572,3991,1,1,1,7226,1,1137.76,-248.212,-1.77798,2.82787,300,15,0,379,1118,1,0,0,0),(29571,3991,1,1,1,3925,1,1117.54,-354.809,-1.76076,4.57132,300,5,0,379,1118,1,0,0,0),(29570,3991,1,1,1,3924,1,1184.22,-352.124,3.79417,5.57032,300,5,0,379,1118,1,0,0,0),(29569,3991,1,1,1,7226,1,1363.8,-249.657,-2.55251,0.493879,300,5,0,379,1118,1,0,0,0),(29568,3991,1,1,1,7226,1,1342.27,-222.916,-4.83082,4.17354,300,5,0,379,1118,1,0,0,0),(29567,3991,1,1,1,7226,1,1378.66,112.94,14.3081,3.12917,300,5,0,379,1118,1,0,0,0),(29566,3991,1,1,1,3924,1,1427.06,77.2103,15.1243,4.94836,300,5,0,379,1118,1,0,0,0),(29565,3991,1,1,1,7226,1,1068.85,152.067,9.7775,2.97506,300,5,0,379,1118,1,0,0,0),(29564,3991,1,1,1,7226,1,1220.31,287.604,19.0621,1.59092,300,15,0,379,1118,1,0,0,0),(29563,3991,1,1,1,3925,1,1158.37,245.22,7.20656,1.7427,300,15,0,379,1118,1,0,0,0),(29562,3991,1,1,1,7226,1,1147.42,225.675,3.06128,3.08912,300,15,0,379,1118,1,0,0,0),(29561,3991,1,1,1,3925,1,1176.26,59.8985,-4.61112,1.69121,300,5,0,379,1118,1,0,0,0),(29560,3991,1,1,1,7226,1,1289.44,14.1953,-0.923229,5.60172,300,15,0,379,1118,1,0,0,0),(29559,3991,1,1,1,7226,1,1270.11,30.5287,-2.29823,0.675587,300,15,0,379,1118,1,0,0,0),(29558,3991,1,1,1,7226,1,1056.71,-217.822,4.35851,1.51313,300,15,0,379,1118,1,0,0,0),(29557,3991,1,1,1,7226,1,1022.11,23.9093,14.5853,3.49671,300,15,0,379,1118,1,0,0,0),(29556,3991,1,1,1,7226,1,1139.5,-188.174,1.84705,3.37847,300,15,0,379,1118,1,0,0,0),(29555,3991,1,1,1,3924,1,1112.3,34.381,4.73375,5.12787,300,0,0,379,1118,0,0,0,0),(29554,3991,1,1,1,7226,1,1213.15,1.70309,-5.54165,4.75571,300,5,0,379,1118,1,0,0,0),(29553,3991,1,1,1,3924,1,1079.03,-115.357,6.37491,1.40469,300,15,0,379,1118,1,0,0,0),(29552,3991,1,1,1,7226,1,1348.31,-54.4886,7.02842,3.10235,300,5,0,379,1118,1,0,0,0),(29551,3991,1,1,1,3925,1,1240.2,290.337,21.7893,2.55287,300,10,0,379,1118,1,0,0,0),(29550,3991,1,1,1,7226,1,981.987,-388.697,8.15117,3.22886,300,0,0,379,1118,0,0,0,0),(29549,3991,1,1,1,7226,1,985.708,-394.326,8.13937,4.96264,300,5,0,379,1118,1,0,0,0),(29548,3991,1,1,1,3924,1,1039.1,-20.8365,9.65971,3.55172,300,15,0,379,1118,1,0,0,0),(29547,3991,1,1,1,7226,1,1257.97,76.0321,-1.41545,5.03043,300,15,0,379,1118,1,0,0,0),(29546,3991,1,1,1,7226,1,1246.03,-8.72993,-5.45913,2.15386,300,0,0,379,1118,0,0,0,0),(29545,3991,1,1,1,7226,1,1259.64,-3.04671,-5.45986,4.98236,300,0,0,379,1118,0,0,0,0),(29544,3991,1,1,1,7226,1,1239.73,-36.5277,-4.72459,1.63121,300,5,0,379,1118,1,0,0,0),(29543,3991,1,1,1,7226,1,1417.76,109.658,16.456,2.02396,300,15,0,379,1118,1,0,0,0),(29542,3991,1,1,1,7226,1,995.666,-392.513,8.51437,2.0145,300,5,0,379,1118,1,0,0,0),(29541,3991,1,1,1,7226,1,988.424,-421.823,7.94384,0.164435,300,5,0,379,1118,1,0,0,0),(29540,3991,1,1,1,7226,1,1006.76,-394.963,7.05668,4.45529,300,5,0,379,1118,1,0,0,0),(29539,3989,1,1,1,3928,1,1349.5,80.6684,11.8869,5.83919,300,15,0,417,0,1,0,0,0),(29538,3989,1,1,1,275,1,1115.52,119.316,0.034335,1.54204,300,5,0,417,0,1,0,0,0),(29537,3989,1,1,1,7228,1,1117.85,147.465,1.72174,5.77106,300,5,0,417,0,1,0,0,0),(29536,3989,1,1,1,7228,1,1146.53,139.357,-2.10843,3.42868,300,5,0,417,0,1,0,0,0),(29535,3989,1,1,1,7228,1,1045.58,112.173,15.9995,5.9348,300,5,0,417,0,1,0,0,0),(29534,3989,1,1,1,7228,1,1152.35,-118.296,-0.726496,5.42989,300,5,0,417,0,1,0,0,0),(29533,3989,1,1,1,7228,1,1119.52,-150.571,3.62703,5.4097,300,5,0,417,0,1,0,0,0),(29532,3989,1,1,1,7228,1,1120.12,-218.388,-1.23722,5.63226,300,15,0,417,0,1,0,0,0),(29531,3989,1,1,1,7228,1,1157.94,-324.595,0.400597,4.94308,300,5,0,417,0,1,0,0,0),(29530,3989,1,1,1,7228,1,1114.05,-274.524,-3.19886,4.35911,300,15,0,417,0,1,0,0,0),(29529,3989,1,1,1,7228,1,1249.58,-315.86,4.76367,4.58995,300,5,0,417,0,1,0,0,0),(29528,3989,1,1,1,3928,1,1314.33,-281.291,3.55779,2.27953,300,5,0,417,0,1,0,0,0),(29527,3989,1,1,1,275,1,1447.59,-27.977,27.2466,1.36008,300,5,0,417,0,1,0,0,0),(29526,3989,1,1,1,7228,1,1422.2,-10.5944,23.9359,0.597758,300,0,0,417,0,0,0,0,0),(29525,3989,1,1,1,275,1,1413.53,52.6125,17.7885,1.61081,300,15,0,417,0,1,0,0,0),(29524,3989,1,1,1,275,1,1354.16,106.229,11.2656,5.17691,300,15,0,417,0,1,0,0,0),(29523,3989,1,1,1,7228,1,1434.58,111.231,15.8176,3.02026,300,15,0,417,0,1,0,0,0),(29522,3989,1,1,1,7228,1,1454.69,78.8831,18.3948,1.52292,300,5,0,417,0,1,0,0,0),(29521,3989,1,1,1,7228,1,1308.48,19.058,3.15791,0.827529,300,15,0,417,0,1,0,0,0),(29520,3989,1,1,1,7228,1,1291.05,-58.1176,5.60059,3.58576,300,5,0,417,0,1,0,0,0),(29519,3989,1,1,1,7228,1,1444.29,48.435,23.7031,1.72088,300,0,0,417,0,0,0,0,0),(29518,3989,1,1,1,7228,1,1406.81,19.0236,15.4873,5.59258,300,5,0,417,0,1,0,0,0),(29517,3989,1,1,1,7228,1,1180.38,317.375,24.4645,3.57073,300,15,0,417,0,1,0,0,0),(29516,3989,1,1,1,7228,1,1215,343.344,32.4643,4.78078,300,5,0,417,0,1,0,0,0),(29515,3989,1,1,1,275,1,1154.59,284.083,15.1901,5.48467,300,15,0,417,0,1,0,0,0),(29514,3989,1,1,1,7228,1,1114.8,243.778,11.9053,3.89898,300,5,0,417,0,1,0,0,0),(29513,3989,1,1,1,3928,1,1074.95,74.2885,7.71724,4.23992,300,5,0,417,0,1,0,0,0),(29512,3989,1,1,1,7228,1,1115.78,184.17,1.54853,4.75605,300,5,0,417,0,1,0,0,0),(29511,3989,1,1,1,7228,1,1174.13,289.539,17.5159,1.03122,300,15,0,417,0,1,0,0,0),(29510,3989,1,1,1,7228,1,1128.53,283.558,16.991,4.33255,300,15,0,417,0,1,0,0,0),(29509,3989,1,1,1,7228,1,1076.69,7.03491,6.47895,5.08799,300,15,0,417,0,1,0,0,0),(29508,3989,1,1,1,3928,1,1202.74,81.4167,-6.9396,0.713548,300,5,0,417,0,1,0,0,0),(29507,3989,1,1,1,7228,1,1155.15,49.8804,1.6771,3.56937,300,0,0,417,0,0,0,0,0),(29506,3989,1,1,1,275,1,1229.09,6.99544,-3.95189,2.40855,300,0,0,417,0,0,0,0,0),(29505,3989,1,1,1,3928,1,1245.52,3.09246,-4.03026,3.68575,300,0,0,417,0,0,0,0,0),(29504,3989,1,1,1,7228,1,1120.26,-422.299,13.7023,5.00472,300,5,0,417,0,1,0,0,0),(29503,3989,1,1,1,7228,1,1272.24,54.3262,4.04694,1.7797,300,0,0,417,0,0,0,0,0),(29502,3989,1,1,1,7228,1,1073.75,-245.716,3.31131,3.10181,300,15,0,417,0,1,0,0,0),(29501,3989,1,1,1,7228,1,1240.91,-291.631,3.38032,0.41654,300,5,0,417,0,1,0,0,0),(29500,3989,1,1,1,7228,1,1186.5,-153.072,-8.19504,1.80543,300,5,0,417,0,1,0,0,0),(29499,3989,1,1,1,7228,1,1151.54,-146.81,-2.02313,2.55846,300,5,0,417,0,1,0,0,0),(29498,3989,1,1,1,7228,1,1120.88,-12.3546,-2.13375,6.15592,300,15,0,417,0,1,0,0,0),(29497,3989,1,1,1,275,1,1118.42,-37.9909,0.887072,1.1523,300,5,0,417,0,1,0,0,0),(29496,3989,1,1,1,7228,1,1207.41,3.52051,-5.91665,0.871883,300,5,0,417,0,1,0,0,0),(29495,3989,1,1,1,3928,1,1235.27,33.9079,-5.877,3.1058,300,10,0,417,0,1,0,0,0),(29494,3989,1,1,1,7228,1,1232.33,22.439,-5.91665,5.79599,300,0,0,417,0,0,0,0,0),(29493,3989,1,1,1,7228,1,1221.35,23.4375,-7.41665,1.77861,300,0,0,417,0,0,0,0,0),(29492,3989,1,1,1,3928,1,1269.13,-90.459,2.54168,0.854418,300,5,0,417,0,1,0,0,0),(29491,3989,1,1,1,3928,1,1282.76,-107.681,2.71623,4.82585,300,5,0,417,0,1,0,0,0),(29490,3989,1,1,1,7228,1,1305.21,-14.4597,6.77313,5.16945,300,5,0,417,0,1,0,0,0),(29489,3989,1,1,1,7228,1,1321.44,-78.1199,7.17956,3.14078,300,5,0,417,0,1,0,0,0),(29487,3989,1,1,1,275,1,1314.58,43.75,7.42179,4.34602,300,15,0,417,0,1,0,0,0),(29486,3989,1,1,1,7228,1,1174.64,-189.081,-3.29092,0.351108,300,15,0,417,0,1,0,0,0),(29485,3989,1,1,1,275,1,973.437,-385.417,8.26437,0.982622,300,5,0,417,0,1,0,0,0),(29484,3989,1,1,1,7228,1,1079.82,-179.113,5.14791,5.25413,300,0,0,417,0,0,0,0,0),(29483,3989,1,1,1,7228,1,1051.63,52.0496,10.7279,3.03801,300,15,0,417,0,1,0,0,0),(29482,3989,1,1,1,7228,1,1481.04,-249.438,23.8496,1.39863,300,5,0,417,0,1,0,0,0),(29481,3989,1,1,1,3928,1,1247.62,-18.2377,-5.45257,3.10082,300,0,0,417,0,0,0,0,0),(29480,3989,1,1,1,7228,1,1251.92,8.25672,-5.45986,2.28638,300,0,0,417,0,0,0,0,0),(29479,3989,1,1,1,7228,1,1481.77,-222.396,23.0258,0.920188,300,0,0,417,0,0,0,0,0),(29478,3989,1,1,1,7228,1,1510.72,-251.467,30.7062,2.68743,300,5,0,417,0,1,0,0,0),(29477,3989,1,1,1,7228,1,1414.59,164.038,18.8095,1.54224,300,5,0,417,0,1,0,0,0),(29476,3989,1,1,1,3928,1,1277.42,-183.184,1.85207,3.92948,300,5,0,417,0,1,0,0,0),(29475,3989,1,1,1,7228,1,1055.34,-74.2775,10.4354,2.53679,300,15,0,417,0,1,0,0,0),(29474,3989,1,1,1,275,1,1374.19,41.1019,9.53226,1.88977,300,15,0,417,0,1,0,0,0),(29473,3989,1,1,1,7228,1,998.082,-407.591,4.69384,1.56162,300,5,0,417,0,1,0,0,0),(29472,3989,1,1,1,275,1,993.42,-382.994,8.45106,5.39307,300,0,0,417,0,0,0,0,0),(29471,3988,1,1,1,3936,0,1071.44,-331.959,-9.23697,0.296706,300,0,0,449,0,0,0,0,0),(29470,3988,1,1,1,3935,0,1311.41,-308.578,7.54405,2.99102,300,5,0,449,0,1,0,0,0),(29469,3988,1,1,1,7230,0,1427.58,1.40557,24.9343,3.19141,300,0,0,449,0,0,0,0,0),(29468,3988,1,1,1,7230,0,1434.64,-28.5739,27.0166,5.82216,300,0,0,449,0,0,0,0,0),(29467,3988,1,1,1,7230,0,1435.22,1.73209,38.5955,6.27808,300,0,0,449,0,0,0,0,0),(29466,3988,1,1,1,7230,0,1221.67,211.365,6.90538,1.92751,300,0,0,449,0,0,0,0,0),(29465,3988,1,1,1,7230,0,1234.49,10.5645,-4.0197,4.72674,300,0,0,449,0,0,0,0,0),(29464,3988,1,1,1,7230,0,1235.15,43.8659,-5.877,0.716703,300,0,0,449,0,0,0,0,0),(29463,3988,1,1,1,7230,0,1330.73,-339.404,12.0097,0.049293,300,5,0,449,0,1,0,0,0),(29462,3988,1,1,1,7230,0,1163.47,193.486,14.3493,0.137905,300,0,0,449,0,0,0,0,0),(29461,3988,1,1,1,7230,0,1244.27,244.271,10.5944,1.72922,300,0,0,449,0,0,0,0,0),(29460,3988,1,1,1,7230,0,1163.15,187.251,28.5041,2.85746,300,0,0,449,0,0,0,0,0),(29459,3988,1,1,1,7230,0,1175.35,182.401,21.6931,0.77118,300,0,0,449,0,0,0,0,0),(29458,3988,1,1,1,7230,0,1175.74,179.495,30.6264,0.113916,300,0,0,449,0,0,0,0,0),(29457,3988,1,1,1,7230,0,1086.7,-424.413,0.419383,3.38261,300,5,0,449,0,1,0,0,0),(29456,3988,1,1,1,3935,0,1129.69,-381.771,2.13386,0.163808,300,5,0,449,0,1,0,0,0),(29455,3988,1,1,1,7230,0,1532.91,-225.402,34.1934,2.2457,300,0,0,449,0,0,0,0,0),(29454,3988,1,1,1,7230,0,1297.73,-247.676,-4.91284,6.23412,300,5,0,449,0,1,0,0,0),(29453,3988,1,1,1,7230,0,1153.36,-378.436,2.97987,0.305101,300,5,0,449,0,1,0,0,0),(29452,3988,1,1,1,7230,0,1074.58,-452.594,3.63456,5.76148,300,5,0,449,0,1,0,0,0),(29451,3988,1,1,1,4100,0,1511.46,-211.459,32.1912,0.463407,300,0,0,449,0,0,0,0,0),(29450,3988,1,1,1,7230,0,1287.42,-260.53,-3.78784,0.513614,300,5,0,449,0,1,0,0,0),(29449,3988,1,1,1,7230,0,1210.04,-30.1524,-3.12624,4.80847,300,0,0,449,0,0,0,0,0),(29448,3988,1,1,1,7230,0,1097.58,-171.882,5.05252,2.72301,300,0,0,449,0,0,0,0,0),(29447,11921,1,1,1,11348,0,511.902,708.578,80.1161,3.54302,300,0,0,521,0,0,0,0,0),(29446,11918,1,1,1,26,0,-87.3491,270.193,93.2213,3.84208,300,0,0,386,0,0,0,0,0),(29445,11918,1,1,1,26,0,-17.8449,394.829,104.88,2.15914,300,3,0,386,0,1,0,0,0),(29444,11918,1,1,1,26,0,-5.76356,444.919,104.391,5.77121,300,0,0,386,0,0,0,0,0),(29443,11918,1,1,1,26,0,-63.2287,343.849,122.137,2.01925,300,0,0,386,0,0,0,0,0),(29442,11918,1,1,1,26,0,-136.867,376.045,95.3196,2.80252,300,5,0,386,0,1,0,0,0),(29440,11918,1,1,1,26,0,-76.1697,345.43,113.173,0.234213,300,5,0,386,0,1,0,0,0),(29439,11918,1,1,1,26,0,-48.2578,335.342,118.713,6.17664,300,0,0,386,0,0,0,0,0),(29438,11918,1,1,1,26,0,-63.404,376.642,120.454,1.7119,300,2,0,386,0,1,0,0,0),(29437,11918,1,1,1,26,0,-120.388,399.096,94.9328,2.21569,300,5,0,386,0,1,0,0,0),(29436,11918,1,1,1,26,0,-58.9686,331.464,116.669,2.44865,300,0,0,386,0,0,0,0,0),(29435,11918,1,1,1,26,0,-103.635,329.714,118.825,3.47328,300,0,0,386,0,0,0,0,0),(29434,11918,1,1,1,26,0,-103.117,364.307,95.4404,5.66334,300,5,0,386,0,1,0,0,0),(29433,11917,1,1,1,26,0,-21.6501,338.753,98.3386,1.33127,300,0,0,307,856,2,0,0,0),(29432,11917,1,1,1,26,0,-49.2597,313.528,90.4373,3.61085,300,0,0,307,856,0,0,0,0),(29431,11917,1,1,1,26,0,-76.5529,312.704,85.5844,1.61925,300,0,0,307,856,0,0,0,0),(29430,11917,1,1,1,26,0,-67.2892,274.189,87.7127,6.13879,300,0,0,307,856,0,0,0,0),(29429,11917,1,1,1,26,0,-53.9914,272.637,88.3305,1.97585,300,5,0,307,856,1,0,0,0),(29428,11917,1,1,1,26,0,-90.3974,259.903,96.7885,4.98695,300,0,0,307,856,2,0,0,0),(29427,11917,1,1,1,26,0,-110.213,237.08,102.448,1.18067,300,0,0,307,856,0,0,0,0),(29426,11917,1,1,1,26,0,-110.893,245.408,102.87,0.434493,300,0,0,307,856,0,0,0,0),(29425,11917,1,1,1,26,0,-46.3783,279.651,90.1847,0.214299,300,0,0,307,856,0,0,0,0),(29424,11917,1,1,1,26,0,7.93289,447.7,103.73,0.200303,300,0,0,307,856,0,0,0,0),(29423,11917,1,1,1,26,0,-12.5966,380.074,106.11,1.89599,300,0,0,307,856,0,0,0,0),(29422,11917,1,1,1,26,0,-97.2067,318.97,87.8313,3.59205,300,0,0,307,856,0,0,0,0),(29421,11917,1,1,1,26,0,-35.448,299.482,89.991,1.07417,300,0,0,307,856,0,0,0,0),(29420,11917,1,1,1,26,0,-45.2246,247.741,85.9696,3.40357,300,0,0,307,856,0,0,0,0),(29419,11917,1,1,1,26,0,-2.76746,360.057,108.765,5.46173,300,0,0,307,856,0,0,0,0),(29418,11917,1,1,1,26,0,-11.2749,450.13,104.161,2.54267,300,0,0,307,856,0,0,0,0),(29417,11917,1,1,1,26,0,-41.5304,399.889,105.665,0.721945,300,3,0,307,856,1,0,0,0),(29416,11917,1,1,1,26,0,-90.9982,310.263,121.684,4.35137,300,0,0,307,856,0,0,0,0),(29415,11917,1,1,1,26,0,-41.146,364.752,119.692,1.61298,300,0,0,307,856,0,0,0,0),(29414,11917,1,1,1,26,0,-95.0294,340.365,116.902,1.21289,300,0,0,307,856,2,0,0,0),(29413,11917,1,1,1,26,0,-120.406,377.267,94.6277,4.89596,300,5,0,307,856,1,0,0,0),(29412,11917,1,1,1,26,0,-48.177,334.004,118.754,0.23116,300,0,0,307,856,2,0,0,0),(29411,11917,1,1,1,26,0,-102.877,359.386,96.1244,0.713119,300,5,0,307,856,1,0,0,0),(29410,11917,1,1,1,26,0,-103.565,392.575,95.5481,5.63851,300,5,0,307,856,1,0,0,0),(29409,11915,1,1,1,26,0,-113.318,211.236,98.496,2.00713,300,0,0,325,357,0,0,0,0),(29408,11915,1,1,1,26,0,-9.24038,358.066,104.741,4.23511,300,0,0,325,357,0,0,0,0),(29407,11915,1,1,1,26,0,-29.6255,340.315,98.1289,1.24287,300,0,0,325,357,0,0,0,0),(29406,11915,1,1,1,26,0,-130.91,207.525,91.0963,4.66615,300,0,0,325,357,2,0,0,0),(29405,11915,1,1,1,26,0,-35.7594,303.471,90.5136,5.83187,300,0,0,325,357,0,0,0,0),(29404,11915,1,1,1,26,0,-62.7179,278.48,88.3207,4.54852,300,0,0,325,357,0,0,0,0),(29403,11915,1,1,1,26,0,-16.9768,310.542,95.0842,0.525938,300,0,0,325,357,0,0,0,0),(29402,11915,1,1,1,26,0,-92.7389,268.216,95.2352,1.84536,300,0,0,325,357,0,0,0,0),(29401,11915,1,1,1,26,0,-125.418,221.375,98.0963,3.52028,300,0,0,325,357,0,0,0,0),(29400,11915,1,1,1,26,0,-35.729,299.959,90.0041,0.756904,300,5,0,325,357,1,0,0,0),(29399,11915,1,1,1,26,0,-10.4559,399.835,102.67,0.849035,300,0,0,325,357,0,0,0,0),(29398,11915,1,1,1,26,0,-0.328958,377.332,105.239,0.631095,300,3,0,325,357,1,0,0,0),(29397,11915,1,1,1,26,0,-78.6286,313.175,85.5264,1.07945,300,0,0,325,357,0,0,0,0),(29396,11915,1,1,1,26,0,-42.9074,248.362,85.9696,0.261867,300,0,0,325,357,0,0,0,0),(43919,23309,530,1,1,0,0,-4898.18,411.931,-5.81041,3.36848,250,0,0,6986,0,0,0,0,0),(29394,11915,1,1,1,26,0,-104.438,339.755,93.7979,1.97975,300,0,0,325,357,0,0,0,0),(29393,11915,1,1,1,26,0,-97.6734,185.591,96.6757,3.93072,300,2,0,325,357,1,0,0,0),(29392,11915,1,1,1,26,0,-87.2766,196.904,101.426,2.64622,300,5,0,325,357,1,0,0,0),(29391,11915,1,1,1,26,0,-57.8361,383.311,108.427,0.215177,300,0,0,325,357,0,0,0,0),(29390,11915,1,1,1,26,0,-38.2517,406.406,104.335,0.384885,300,3,0,325,357,1,0,0,0),(29389,11914,1,1,1,10225,0,136.009,-533.534,3.09059,4.01426,300,0,0,482,0,0,0,0,0),(29388,11913,1,1,1,11886,1,130.895,-367.979,3.26151,5.61242,300,5,0,285,790,1,0,0,0),(29387,11913,1,1,1,11889,1,114.775,-383.49,1.63651,4.46847,300,5,0,285,790,1,0,0,0),(29386,11913,1,1,1,11888,1,162.647,-408.903,6.69393,5.47286,300,5,0,285,790,1,0,0,0),(29385,11913,1,1,1,11889,1,17.1301,-703.873,-19.0408,2.07694,300,0,0,285,790,0,0,0,0),(29383,11913,1,1,1,11889,1,112.341,-572.52,-0.699453,4.99207,300,5,0,285,790,1,0,0,0),(29382,11913,1,1,1,11887,1,123.186,-610.954,1.2361,4.3388,300,5,0,285,790,1,0,0,0),(29381,11913,1,1,1,11888,1,85.9395,-650.223,-6.54275,3.17088,300,5,0,285,790,1,0,0,0),(29380,11913,1,1,1,11888,1,110.04,-751.072,-14.4319,4.85202,300,0,0,285,790,0,0,0,0),(29379,11913,1,1,1,11887,1,138.572,-581.196,-0.357032,3.54302,300,0,0,285,790,0,0,0,0),(29378,11913,1,1,1,11887,1,129.928,-407.535,2.56615,4.70554,300,5,0,285,790,1,0,0,0),(29377,11913,1,1,1,11887,1,123.828,-647.468,-0.806882,3.48496,300,5,0,285,790,1,0,0,0),(29376,11913,1,1,1,11888,1,130.145,-391.242,1.57325,1.90241,300,0,0,285,790,0,0,0,0),(29375,11913,1,1,1,11888,1,96.2718,-462.244,15.8381,6.20783,300,5,0,285,790,1,0,0,0),(29374,11913,1,1,1,11887,1,105.261,-434.633,16.4607,1.94334,300,5,0,285,790,1,0,0,0),(29373,11913,1,1,1,11889,1,164.59,-403.634,7.06893,0.122719,300,5,0,285,790,1,0,0,0),(29372,11913,1,1,1,11889,1,212.86,-467.912,20.4939,3.76295,300,5,0,285,790,1,0,0,0),(29371,11913,1,1,1,11889,1,135.083,-540.326,3.09059,2.33874,300,0,0,285,790,0,0,0,0),(29370,4489,1,1,1,3907,1,1429.03,-602.057,62.854,1.16937,300,0,0,1110,1067,0,0,0,0),(29369,11912,1,1,1,11874,1,90.6986,-261.466,5.21812,2.02458,300,0,0,328,0,0,0,0,0),(29368,11912,1,1,1,11875,1,106.818,-329.647,3.20258,1.61656,300,5,0,328,0,1,0,0,0),(29367,11912,1,1,1,11874,1,106.611,-254.895,6.02179,5.82476,300,5,0,328,0,1,0,0,0),(29366,11912,1,1,1,11876,1,114.141,-272.448,5.29427,5.81456,300,5,0,328,0,1,0,0,0),(29365,11912,1,1,1,11874,1,101.952,-241.196,6.64679,2.51327,300,0,0,328,0,0,0,0,0),(29364,11912,1,1,1,11875,1,122.741,-359.846,3.39204,4.46804,300,0,0,328,0,0,0,0,0),(29363,11912,1,1,1,11874,1,92.8747,-370.466,4.27746,4.84723,300,5,0,328,0,1,0,0,0),(29362,11912,1,1,1,11875,1,99.9571,-651.068,-4.05949,2.35619,300,0,0,328,0,0,0,0,0),(29361,11912,1,1,1,11874,1,110.314,-589.09,-1.37842,0.733038,300,0,0,328,0,0,0,0,0),(29360,11912,1,1,1,11877,1,131.526,-591.877,-0.266049,3.03687,300,0,0,328,0,0,0,0,0),(29359,11912,1,1,1,11876,1,118.664,-587.459,-1.20888,1.97222,300,0,0,328,0,0,0,0,0),(29358,11912,1,1,1,11877,1,97.7314,-635.708,-5.16264,4.31096,300,0,0,328,0,0,0,0,0),(29357,11912,1,1,1,11877,1,-11.0977,-783.917,1.22656,1.309,300,0,0,328,0,0,0,0,0),(29356,11912,1,1,1,11876,1,197.377,-486.008,16.1506,0.196632,300,5,0,328,0,1,0,0,0),(87045,6491,0,1,4294967295,0,0,-5670,-528,398.13,2.381,60,0,0,4120,0,0,0,0,0),(29355,11912,1,1,1,11875,1,135.102,-579.677,-0.357032,4.60767,300,0,0,328,0,0,0,0,0),(29354,11912,1,1,1,11875,1,105.644,-552.875,-0.001173,1.57928,300,5,0,328,0,1,0,0,0),(29353,11912,1,1,1,11876,1,85.5339,-447.177,14.3381,2.56135,300,5,0,328,0,1,0,0,0),(29352,11912,1,1,1,11877,1,119.301,-548.524,2.2757,4.85202,300,0,0,328,0,0,0,0,0),(29351,11912,1,1,1,11875,1,166.222,-900.456,5.75856,0.994838,300,0,0,328,0,0,0,0,0),(29350,11912,1,1,1,11874,1,84.7337,-468.692,14.5881,3.41359,300,5,0,328,0,1,0,0,0),(29349,11912,1,1,1,11877,1,139.698,-563.851,1.31858,1.09599,300,5,0,328,0,1,0,0,0),(29348,11912,1,1,1,11876,1,94.5783,-482.316,15.8381,3.10745,300,5,0,328,0,1,0,0,0),(29347,11912,1,1,1,11876,1,195.054,-445.421,17.1658,1.18513,300,5,0,328,0,1,0,0,0),(29346,11912,1,1,1,11876,1,125,-553.438,1.95321,3.85718,300,0,0,328,0,0,0,0,0),(29345,11911,1,1,1,11885,1,32.7501,-641.267,-27.6324,0.998281,300,5,0,300,0,1,0,0,0),(29344,11911,1,1,1,11882,1,15.7395,-687.727,-19.0144,2.93215,300,0,0,300,0,0,0,0,0),(29343,11911,1,1,1,11882,1,5.32015,-697.773,-19.0471,2.05949,300,0,0,300,0,0,0,0,0),(29342,11911,1,1,1,11885,1,1.7731,-685.153,-19.0681,2.80748,300,5,0,300,0,1,0,0,0),(29341,11911,1,1,1,11884,1,-170.819,-664.651,1.25788,4.59992,300,10,0,300,0,1,0,0,0),(29340,11911,1,1,1,11883,1,-24.5696,-707.175,-12.647,1.12396,300,5,0,300,0,1,0,0,0),(29339,11911,1,1,1,11883,1,-14.5638,-693.197,-19.2577,4.2318,300,0,0,300,0,2,0,0,0),(29338,11911,1,1,1,11885,1,-211.562,-701.865,3.94121,4.24894,300,3,0,300,0,1,0,0,0),(29337,11911,1,1,1,11885,1,64.4562,-718.967,-20.5327,3.40718,300,5,0,300,0,1,0,0,0),(29336,11911,1,1,1,11883,1,63.8664,-745.419,-19.2455,6.27877,300,5,0,300,0,1,0,0,0),(29335,11911,1,1,1,11882,1,73.6362,-726.241,-20.7274,3.85718,300,0,0,300,0,0,0,0,0),(29334,11911,1,1,1,11883,1,74.5466,-835.102,-5.24944,4.3929,300,5,0,300,0,1,0,0,0),(29333,11911,1,1,1,11882,1,52.0833,-789.584,-7.38928,1.42043,300,0,0,300,0,0,0,0,0),(29332,11911,1,1,1,11885,1,52.7727,-815.458,-5.79843,0.849024,300,15,0,300,0,1,0,0,0),(29331,11911,1,1,1,11883,1,50.1916,-775.525,-7.41269,5.06145,300,0,0,300,0,0,0,0,0),(29330,11911,1,1,1,11884,1,-27.3226,-778.962,3.24852,2.39638,300,5,0,300,0,1,0,0,0),(29329,11911,1,1,1,11882,1,-28.6047,-775.482,2.87352,5.12744,300,5,0,300,0,1,0,0,0),(29328,11911,1,1,1,11882,1,-4.74903,-770.421,-1.25148,5.72118,300,0,0,300,0,0,0,0,0),(29327,11911,1,1,1,11883,1,-3.27821,-777.738,-0.876476,1.13634,300,0,0,300,0,0,0,0,0),(29326,11911,1,1,1,11882,1,86.3244,-772.38,-16.0811,3.00758,300,10,0,300,0,1,0,0,0),(29325,11911,1,1,1,11885,1,180.499,-888.993,7.74017,2.33148,300,0,0,300,0,0,0,0,0),(29324,11911,1,1,1,11883,1,103.92,-766.237,-15.0923,3.05433,300,0,0,300,0,0,0,0,0),(29323,11911,1,1,1,11885,1,123.015,-797.72,-7.43531,4.7091,300,0,0,300,0,0,0,0,0),(29322,11911,1,1,1,11884,1,112.535,-770.897,-14.0603,1.52621,300,5,0,300,0,1,0,0,0),(29321,11911,1,1,1,11884,1,169.885,-897.803,5.85305,4.01426,300,0,0,300,0,0,0,0,0),(29320,11911,1,1,1,11882,1,145.502,-793.355,-7.17125,3.2847,300,5,0,300,0,1,0,0,0),(29319,11911,1,1,1,11882,1,114.997,-843.588,-1.87176,2.18897,300,0,0,300,0,0,0,0,0),(29318,11911,1,1,1,11885,1,111.877,-754.473,-14.2538,2.75762,300,0,0,300,0,0,0,0,0),(29317,11911,1,1,1,11882,1,99.9996,-746.537,-15.3107,0.907571,300,0,0,300,0,0,0,0,0),(29316,11911,1,1,1,11882,1,116.137,-804.653,-7.37103,0.904058,300,0,0,300,0,0,0,0,0),(29315,11911,1,1,1,11883,1,193.153,-906.409,9.22982,0.423785,300,5,0,300,0,1,0,0,0),(29314,11911,1,1,1,11885,1,170.035,-885.732,4.99017,2.07937,300,10,0,300,0,1,0,0,0),(29313,11911,1,1,1,11884,1,90.8479,-756.484,-16.0392,1.1157,300,10,0,300,0,1,0,0,0),(29312,11910,1,1,1,11878,1,-36.5416,-475.936,-43.2897,5.50331,300,5,0,300,0,1,0,0,0),(29311,11910,1,1,1,11880,1,-35.024,-571.405,-42.5974,2.8211,300,15,0,300,0,1,0,0,0),(29310,11910,1,1,1,11880,1,-6.88344,-703.117,-19.0054,4.46212,300,5,0,300,0,1,0,0,0),(29309,11910,1,1,1,11881,1,72.8767,-735.993,-20.6697,2.53073,300,0,0,300,0,0,0,0,0),(29308,11910,1,1,1,11879,1,58.5667,-730.387,-20.7827,2.87304,300,5,0,300,0,1,0,0,0),(29307,11910,1,1,1,11880,1,12.6969,-701.354,-19.0471,0.436332,300,0,0,300,0,0,0,0,0),(29306,11910,1,1,1,11881,1,102,-743.944,-15.0742,3.97935,300,0,0,300,0,0,0,0,0),(29305,11910,1,1,1,11878,1,110.581,-836.11,-1.8818,3.2396,300,0,0,300,0,0,0,0,0),(29304,11910,1,1,1,11879,1,46.2388,-787.672,-7.38928,5.38405,300,5,0,300,0,1,0,0,0),(29303,11910,1,1,1,11879,1,53.6246,-779.285,-7.41269,2.74017,300,0,0,300,0,0,0,0,0),(29302,11910,1,1,1,11880,1,103.469,-845.213,-1.3818,1.20331,300,0,0,300,0,0,0,0,0),(29301,11910,1,1,1,11878,1,110.503,-797.359,-7.43531,2.62786,300,0,0,300,0,0,0,0,0),(29300,11910,1,1,1,11879,1,111.192,-735.438,-13.7338,2.63287,300,5,0,300,0,1,0,0,0),(29299,11910,1,1,1,11880,1,148.184,-839.152,-1.83617,5.05833,300,15,0,300,0,1,0,0,0),(29298,11910,1,1,1,11878,1,155.447,-889.792,5.59541,3.10338,300,0,0,300,0,0,0,0,0),(29297,11910,1,1,1,11880,1,144.394,-830.705,-1.99603,3.27592,300,5,0,300,0,1,0,0,0),(29296,11910,1,1,1,11881,1,150.614,-852.216,-0.286712,2.48085,300,0,0,300,0,2,0,0,0),(29295,1412,1,1,1,134,0,-36.5322,-517.285,-45.8444,4.67049,300,5,0,8,0,1,0,0,0),(29294,1412,1,1,1,134,0,256.482,290.959,47.2146,3.29732,300,5,0,8,0,1,0,0,0),(29293,1412,1,1,1,134,0,2367.22,1124.02,309.51,5.5109,300,2,0,8,0,1,0,0,0),(29292,1412,1,1,1,134,0,1842.95,933.711,148.622,1.28364,300,5,0,8,0,1,0,0,0),(29291,1412,1,1,1,134,0,411.07,339.795,46.335,4.41533,300,15,0,8,0,1,0,0,0),(29290,1412,1,1,1,134,0,-161.416,-286.741,6.99685,2.87671,300,5,0,8,0,1,0,0,0),(29289,1412,1,1,1,134,0,13.1474,-104.94,25.5801,3.87417,300,5,0,8,0,1,0,0,0),(29288,1412,1,1,1,134,0,900.154,623.591,95.3309,6.21083,300,15,0,8,0,1,0,0,0),(29287,1412,1,1,1,134,0,122.687,-19.4509,26.5787,1.56752,300,15,0,8,0,1,0,0,0),(29286,1412,1,1,1,134,0,-171.363,-597.349,1.2963,1.5298,300,5,0,8,0,1,0,0,0),(29285,1412,1,1,1,134,0,1582.7,-150.817,37.2409,2.0347,300,5,0,8,0,1,0,0,0),(29284,1412,1,1,1,134,0,1731.26,736.741,142.193,3.37462,300,15,0,8,0,1,0,0,0),(29283,1412,1,1,1,134,0,1513.89,-564.314,63.5546,2.73606,300,5,0,8,0,1,0,0,0),(29282,1412,1,1,1,134,0,-47.7502,-752.941,3.08177,4.84765,300,5,0,8,0,1,0,0,0),(29281,1412,1,1,1,134,0,984.489,673.161,113.865,3.81363,300,5,0,8,0,1,0,0,0),(29280,1412,1,1,1,134,0,155.06,-721.428,-2.88956,4.46741,300,5,0,8,0,1,0,0,0),(29279,1412,1,1,1,134,0,43.3223,-758.761,-14.1941,3.92699,300,5,0,8,0,1,0,0,0),(29275,1412,1,1,1,134,0,112.383,-551.376,0.53252,2.52975,300,5,0,8,0,1,0,0,0),(29274,1412,1,1,1,134,0,965.694,217.816,22.9362,2.04029,300,5,0,8,0,1,0,0,0),(29273,1412,1,1,1,134,0,1524.02,734.071,140.555,1.89872,300,5,0,8,0,1,0,0,0),(29272,1412,1,1,1,134,0,1277.71,-456.465,20.8082,4.59482,300,5,0,8,0,1,0,0,0),(29271,1412,1,1,1,134,0,2333.37,1566.61,281.516,0.795774,300,15,0,8,0,1,0,0,0),(29270,1412,1,1,1,134,0,2595.23,1578.65,266.472,0.934704,300,5,0,8,0,1,0,0,0),(29269,1412,1,1,1,134,0,1684.16,50.5777,131.546,4.68546,300,3,0,8,0,1,0,0,0),(29268,1412,1,1,1,134,0,1426.37,707.79,149.076,2.92971,300,5,0,8,0,1,0,0,0),(29267,1412,1,1,1,134,0,176.474,-413.781,9.19694,4.36381,300,5,0,8,0,1,0,0,0),(29266,1412,1,1,1,134,0,2547.41,1737.88,319.34,2.07909,300,3,0,8,0,1,0,0,0),(29265,1412,1,1,1,134,0,615.668,347.303,51.46,2.18424,300,15,0,8,0,1,0,0,0),(29264,1412,1,1,1,134,0,-18.0031,-505.159,-42.4997,4.20369,300,5,0,8,0,1,0,0,0),(29263,1412,1,1,1,134,0,-189.362,-663.893,2.5616,2.46838,300,5,0,8,0,1,0,0,0),(29262,1412,1,1,1,134,0,1353.57,-79.284,7.18725,4.30651,300,5,0,8,0,1,0,0,0),(29259,1412,1,1,1,134,0,1433.44,-226.665,16.9846,4.46739,300,5,0,8,0,1,0,0,0),(29258,1412,1,1,1,134,0,2663.34,1305.89,266.882,6.0465,300,15,0,8,0,1,0,0,0),(29257,883,1,1,1,347,0,2440.03,1401.67,270.107,0.380144,300,5,0,1,0,1,0,0,0),(29255,883,1,1,1,347,0,2384.51,1247.99,301.714,4.46362,300,10,0,1,0,1,0,0,0),(29254,4202,1,1,1,3885,1,1605.99,96.7067,98.5654,0.191986,300,0,0,840,0,0,0,0,0),(29252,4201,1,1,1,7156,1,878.289,365.192,23.2634,6.16101,300,0,0,484,0,0,0,0,0),(29251,4198,1,1,1,19846,1,949.228,1002.23,103.836,2.32129,300,0,0,774,2175,0,0,0,0),(29250,4197,1,1,1,4105,1,-180.86,-331.135,9.7653,0.977384,300,0,0,484,0,0,0,0,0),(29249,4188,1,1,1,13189,1,2677.28,1507.65,234.948,4.93928,300,0,0,713,0,0,0,0,0),(29248,11864,1,1,1,11796,1,1015.68,928.041,103.519,1.29154,300,0,0,713,0,0,0,0,0),(29247,11862,1,1,1,5562,0,820.882,938.539,154.973,5.33142,300,0,0,713,0,0,0,0,0),(29246,11861,1,1,1,11795,1,831.234,939.914,155.071,2.14675,300,0,0,713,0,0,0,0,0),(29245,11860,1,1,1,11797,1,925.298,940.918,105.575,0.645772,300,0,0,1003,0,0,0,0,0),(29244,3411,1,1,1,4357,1,-188.424,-347.647,8.87371,2.58309,300,0,0,713,0,0,0,0,0),(29243,11858,1,1,1,11791,1,112.524,-350.556,4.4975,3.59538,300,0,0,417,0,0,0,0,0),(29241,11856,1,1,1,11789,1,129.705,-342.522,3.67976,3.59538,300,0,0,328,0,0,0,0,0),(29240,9549,1,1,1,8668,1,992.181,1030.96,105.676,2.23402,300,0,0,1003,0,0,0,0,0),(29239,16458,1,1,1,10582,0,2729.88,1498.14,237.593,4.04916,300,0,0,1003,0,0,0,0,0),(29238,8518,1,1,1,12043,1,2366.03,1795.21,364.981,3.28122,600,0,0,905,0,0,0,0,0),(1224,684,0,1,1,633,0,-13105.9,-286.305,10.0925,0.639988,300,5,0,1536,0,1,0,0,0),(1223,702,0,1,1,4571,1,-11717.1,223.791,40.4573,0,300,0,0,1221,0,0,0,0,0),(1222,702,0,1,1,4571,1,-11697.1,232.748,40.3202,0,300,5,0,1221,0,1,0,0,0),(1221,1713,0,1,1,11452,0,-13626.4,-54.0693,36.1862,0.196629,300,5,0,1981,0,1,0,0,0),(29237,11074,1,1,1,10611,1,1054.63,844.314,165.124,5.07891,300,0,0,2399,0,0,0,0,0),(29236,10048,1,1,1,9267,1,917.614,905.439,105.418,5.77704,300,0,0,1003,0,0,0,0,0),(1220,1713,0,1,1,11452,0,-13652.9,-80.5765,36.37,2.9656,300,5,0,1981,0,1,0,0,0),(29235,4409,1,1,1,2432,0,2394.43,1812.36,391.783,6.12611,300,0,0,699,0,0,0,0,0),(29234,4407,1,1,1,2427,1,2682.83,1466.45,233.792,4.62512,600,0,0,10572,0,0,0,0,0),(29233,7731,1,1,1,6551,1,893.652,927.947,106.364,5.70723,300,0,0,1003,0,0,0,0,0),(29232,7730,1,1,1,9802,1,937.512,822.863,105.635,4.38078,300,0,0,3048,0,0,0,0,0),(29231,7730,1,1,1,9805,1,929.829,864.295,105.346,1.59654,300,0,0,3048,0,2,0,0,0),(29230,7730,1,1,1,9804,1,855.055,1068.11,137.556,5.5082,300,0,0,3048,0,2,0,0,0),(29229,7730,1,1,1,9804,1,940.703,1060.5,106.659,1.8378,300,5,0,3048,0,1,0,0,0),(29228,7730,1,1,1,9805,1,943.829,925.879,104.801,4.30828,300,5,0,3048,0,1,0,0,0),(29227,7730,1,1,1,9802,1,1022.51,1005.26,105.505,3.75246,300,0,0,3048,0,0,0,0,0),(29226,7730,1,1,1,9805,1,1023.03,1001.41,105.651,2.40855,300,0,0,3048,0,0,0,0,0),(29225,7730,1,1,1,9804,1,934.863,930.715,104.185,1.46914,300,0,0,3048,0,2,0,0,0),(29224,7730,1,1,1,9805,1,986.748,971.963,104.555,3.97935,300,0,0,3048,0,0,0,0,0),(29223,7730,1,1,1,9802,1,980.141,978.151,104.628,4.2586,300,0,0,3048,0,0,0,0,0),(29222,7730,1,1,1,9803,1,694.839,1350.2,16.1775,1.76278,300,0,0,3048,0,0,0,0,0),(29221,7730,1,1,1,9802,1,919.611,1068.59,105.718,3.36848,300,0,0,3048,0,0,0,0,0),(29220,7730,1,1,1,9804,1,677.768,1356.03,18.5525,0.279253,300,0,0,3048,0,0,0,0,0),(29219,7730,1,1,1,9804,1,923.422,818.217,106.785,5.68977,300,0,0,3048,0,0,0,0,0),(29218,7730,1,1,1,9804,1,1003.81,909.281,107.418,1.19834,300,3,0,3048,0,1,0,0,0),(29217,7730,1,1,1,9804,1,923.011,912.322,105.378,5.55015,300,0,0,3048,0,0,0,0,0),(29216,11821,1,1,1,11751,1,-173.265,-331.165,9.80138,2.30383,300,0,0,1003,0,0,0,0,0),(29215,5932,1,1,1,487,1,1152.17,93.8365,-7.14718,0.907571,43200,0,0,1686,0,0,0,0,0),(29214,5931,1,1,1,4600,1,1212.69,-11.0859,-4.22585,1.3244,43200,0,0,1953,0,0,0,0,0),(29213,5930,1,1,1,10875,0,655.693,1798.58,-13.6838,3.76643,43200,0,0,2196,1512,0,0,0,0),(29212,5928,1,1,1,11012,0,1738.61,839.922,136.484,0.975841,43200,0,0,2400,0,2,0,0,0),(29211,12579,1,1,1,2295,0,900.679,1743.99,-11.4967,1.14473,300,0,0,750,0,0,0,0,0),(29210,5915,1,1,1,2281,1,2518.53,1875.96,368.184,4.43314,43200,0,0,2319,811,0,0,0,0),(29209,6167,1,1,1,12682,0,485.662,1603.12,4.84034,4.67135,300,0,0,896,0,0,0,0,0),(29208,12816,1,1,1,12709,1,-177.568,-233.317,8.87961,5.84685,300,0,0,713,0,0,0,0,0),(29207,12043,1,1,1,12059,1,984.601,1029.31,105.565,1.98968,300,0,0,1163,0,0,0,0,0),(29206,6145,1,1,1,4878,0,1592.62,216.624,-4.30997,1.59333,300,5,0,8,0,1,0,0,0),(29205,6145,1,1,1,4878,0,1529.43,145.289,-4.44338,1.82937,300,5,0,8,0,1,0,0,0),(29204,6145,1,1,1,4878,0,1554.48,4.92003,-6.26897,2.77463,300,5,0,8,0,1,0,0,0),(29203,6145,1,1,1,4878,0,1538.61,71.2577,-10.5241,3.51644,300,5,0,8,0,1,0,0,0),(29202,12031,1,1,1,12037,1,-1705.49,3215.33,8.01613,3.76991,300,0,0,1003,0,0,0,0,0),(29201,12030,1,1,1,12041,1,-1637.97,3188.65,29.9849,2.42601,300,0,0,1003,0,0,0,0,0),(29200,12028,1,1,1,12042,0,-1694.69,3195.35,8.03622,3.33358,300,0,0,1003,0,0,0,0,0),(29199,12027,1,1,1,12039,0,-1701.76,3112.57,32.7567,4.64258,300,0,0,1003,0,0,0,0,0),(29198,11259,1,1,1,11469,1,-1221.01,1742.1,90.7142,5.61996,300,0,0,1753,0,0,0,0,0),(29197,12277,1,1,1,12409,0,-1151.77,2707.09,111.197,2.51327,300,0,0,1678,0,0,0,0,0),(29196,4076,1,1,1,2177,0,-1582.23,1806.83,61.1894,5.26423,300,20,0,8,0,1,0,0,0),(29195,4076,1,1,1,2177,0,-1026.92,1160.42,91.2178,5.48466,300,20,0,8,0,1,0,0,0),(29194,4076,1,1,1,2177,0,176.268,1822.94,89.977,0.94217,300,20,0,8,0,1,0,0,0),(29193,4076,1,1,1,2177,0,-245.879,1353.17,89.052,0.336976,300,20,0,8,0,1,0,0,0),(29192,4076,1,1,1,2177,0,-1147.32,1217.57,95.284,2.50139,300,20,0,8,0,1,0,0,0),(29191,4076,1,1,1,2177,0,-2099.58,2369.83,60.2294,5.3298,300,20,0,8,0,1,0,0,0),(29190,4076,1,1,1,2177,0,-979.553,1995.84,58.6186,4.42339,300,20,0,8,0,1,0,0,0),(29189,4076,1,1,1,2177,0,-637.413,2206.09,96.8589,5.0363,300,20,0,8,0,1,0,0,0),(29188,4076,1,1,1,2177,0,-2096.41,1835.89,59.9914,3.90836,300,20,0,8,0,1,0,0,0),(29187,4076,1,1,1,2177,0,-358.4,1958.35,110.054,3.51956,300,20,0,8,0,1,0,0,0),(29186,4076,1,1,1,2177,0,-1756.97,2278.43,66.0255,4.05503,300,20,0,8,0,1,0,0,0),(29185,4076,1,1,1,2177,0,-2004.08,1178.38,96.0324,2.91223,300,20,0,8,0,1,0,0,0),(29184,4076,1,1,1,2177,0,-1180.34,1060.46,89.8482,1.10126,300,20,0,8,0,1,0,0,0),(29183,4076,1,1,1,2177,0,-1803.74,2523.43,64.6586,4.0767,300,20,0,8,0,1,0,0,0),(29182,4076,1,1,1,2177,0,-1755.81,1467.08,61.2598,5.5498,300,20,0,8,0,1,0,0,0),(29181,4076,1,1,1,2177,0,-855.833,735.553,155.161,1.90433,300,20,0,8,0,1,0,0,0),(29180,4076,1,1,1,2177,0,248.019,2005.23,146.837,1.15164,300,20,0,8,0,1,0,0,0),(29179,4076,1,1,1,2177,0,-1116.17,768.608,142.005,4.73387,300,20,0,8,0,1,0,0,0),(29178,4076,1,1,1,2177,0,-2085.51,1693.13,61.5896,3.4791,300,20,0,8,0,1,0,0,0),(29177,4076,1,1,1,2177,0,-541.526,1353.55,91.7185,0.965993,300,20,0,8,0,1,0,0,0),(29176,4076,1,1,1,2177,0,-469.443,905.794,90.3661,2.34177,300,20,0,8,0,1,0,0,0),(29175,4075,1,1,1,2176,0,-1825.39,2496.56,63.0393,3.75879,300,20,0,8,0,1,0,0,0),(29174,4075,1,1,1,2176,0,-1694.35,1915.25,60.9387,5.44632,300,20,0,8,0,1,0,0,0),(29173,4075,1,1,1,1141,0,-97.9312,1484.6,99.5005,3.15331,300,20,0,8,0,1,0,0,0),(29172,4075,1,1,1,1141,0,-618.237,945.573,93.2054,6.06769,300,20,0,8,0,1,0,0,0),(29171,4075,1,1,1,1418,0,-573.991,856.398,91.1244,6.02109,300,20,0,8,0,1,0,0,0),(29170,4075,1,1,1,1418,0,-793.522,2377.43,93.6138,2.07308,300,20,0,8,0,1,0,0,0),(29169,4075,1,1,1,1141,0,-762.546,2154.78,95.852,1.75537,300,20,0,8,0,1,0,0,0),(29168,4075,1,1,1,1141,0,-156.771,1100.52,84.8755,6.09425,300,20,0,8,0,1,0,0,0),(29167,4075,1,1,1,1418,0,-973.133,1645.54,61.2361,1.73563,300,20,0,8,0,1,0,0,0),(29166,4075,1,1,1,1141,0,229.479,1812.55,87.729,3.28363,300,20,0,8,0,1,0,0,0),(29165,4075,1,1,1,1141,0,-689.583,1772.64,92.5026,4.71239,300,20,0,8,0,1,0,0,0),(29164,4075,1,1,1,1141,0,-988.542,1405.21,62.881,3.36868,300,20,0,8,0,1,0,0,0),(29163,4075,1,1,1,1418,0,-1507.34,1203.98,98.9766,1.61992,300,20,0,8,0,1,0,0,0),(29162,4075,1,1,1,1418,0,-1908.83,2376.58,60.607,3.59702,300,20,0,8,0,1,0,0,0),(29161,4075,1,1,1,1418,0,-96.9907,1484.08,99.3328,2.89806,300,20,0,8,0,1,0,0,0),(29160,4075,1,1,1,1141,0,-534.053,1832.04,94.6556,6.08245,300,20,0,8,0,1,0,0,0),(29159,4075,1,1,1,2176,0,-954.128,1897.25,61.4253,2.69771,300,20,0,8,0,1,0,0,0),(29158,4075,1,1,1,1418,0,-921.774,2250.74,88.6816,6.15561,300,20,0,8,0,1,0,0,0),(29157,4075,1,1,1,1141,0,-1390.39,1859.05,50.2692,3.25216,300,20,0,8,0,1,0,0,0),(29156,4075,1,1,1,1418,0,-1304.03,1369.43,61.485,1.12209,300,20,0,8,0,1,0,0,0),(29155,4075,1,1,1,1418,0,-1349.66,1956.42,52.7211,0.444714,300,0,0,8,0,0,0,0,0),(29154,4075,1,1,1,1418,0,-1021.18,2033.42,62.1427,5.3096,300,20,0,8,0,1,0,0,0),(29153,4075,1,1,1,1141,0,-90.7814,1297.74,91.2912,0.135884,300,20,0,8,0,1,0,0,0),(29152,4075,1,1,1,1141,0,-1915.96,2853.39,53.3777,2.87674,300,20,0,8,0,1,0,0,0),(29151,4075,1,1,1,1141,0,-485.417,1568.75,92.2055,6.21128,300,20,0,8,0,1,0,0,0),(29150,4075,1,1,1,2176,0,-1276.04,2086.46,62.9008,2.54733,300,20,0,8,0,1,0,0,0),(29149,4075,1,1,1,1141,0,-199.28,882.391,91.2275,0.94998,300,20,0,8,0,1,0,0,0),(29148,4075,1,1,1,1418,0,75.8674,1654.64,106.393,4.09715,300,20,0,8,0,1,0,0,0),(29147,4075,1,1,1,1418,0,-1518.16,1523.29,62.7853,2.89709,300,20,0,8,0,1,0,0,0),(29146,4075,1,1,1,1141,0,-722.573,1680.68,89.3606,3.32405,300,20,0,8,0,1,0,0,0),(29145,4075,1,1,1,2176,0,-977.768,2438.25,95.0699,3.19086,300,20,0,8,0,1,0,0,0),(29144,4075,1,1,1,1141,0,-1274.94,2019.76,50.2692,3.26257,300,20,0,8,0,1,0,0,0),(29143,5602,1,1,1,9427,1,-2410.73,2412.8,75.4217,1.25664,300,0,0,1536,0,0,0,0,0),(29142,5601,1,1,1,9433,1,-1958.45,1268.37,91.6906,1.02974,300,0,0,1536,0,2,0,0,0),(29141,5600,1,1,1,4860,1,-795.566,934.17,90.5846,2.77507,300,0,0,1342,0,0,0,0,0),(29140,13019,1,1,1,4707,1,-451.788,1753.09,153.571,4.86947,300,0,0,918,2457,0,0,0,0),(29139,8154,1,1,1,7378,1,-1152.14,1912.73,88.9619,1.27724,300,0,0,2769,0,2,0,0,0),(29138,8154,1,1,1,7377,1,-1314.16,1694.27,89.9324,5.93955,300,5,0,2769,0,1,0,0,0),(29137,8154,1,1,1,7374,1,-1161.24,1865.3,93.6688,1.17796,300,0,0,2769,0,2,0,0,0),(29136,8154,1,1,1,7374,1,-1269.52,1725.08,87.5774,0.764863,300,5,0,2769,0,1,0,0,0),(29135,8154,1,1,1,7378,1,-1196.74,1742.48,94.7171,2.46345,300,5,0,2769,0,1,0,0,0),(29134,8154,1,1,1,7378,1,-1228.71,1721.61,89.9293,0.152196,300,0,0,2769,0,2,0,0,0),(29133,8153,1,1,1,7370,1,-1236.88,1749.59,90.3568,5.46288,300,0,0,1981,0,0,0,0,0),(29132,8152,1,1,1,7372,1,-1144.79,1931.35,89.2302,4.60767,300,0,0,1753,0,0,0,0,0),(29131,8151,1,1,1,7368,1,168.95,1198.4,166.406,6.11662,300,0,0,2218,0,0,0,0,0),(29130,8151,1,1,1,7368,1,68.4149,1229.09,160.472,3.22267,300,0,0,2218,0,0,0,0,0),(29129,8151,1,1,1,7369,1,-18.8596,1185.2,100.773,5.8579,300,0,0,2218,0,0,0,0,0),(29128,8151,1,1,1,7369,1,119.995,1337.48,190.998,4.12299,300,0,0,2218,0,0,0,0,0),(29127,8151,1,1,1,7368,1,160.393,1340.62,197.473,0.987912,300,0,0,2218,0,2,0,0,0),(29126,8151,1,1,1,7369,1,272.767,1264.54,190.042,2.31621,300,0,0,2218,0,2,0,0,0),(29125,8151,1,1,1,7368,1,170.319,1300.75,189.682,3.33008,300,0,0,2218,0,0,0,0,0),(29124,8151,1,1,1,7369,1,73.2521,1215.15,158.847,5.72865,300,0,0,2218,0,0,0,0,0),(29123,8151,1,1,1,7368,1,144.242,1180.82,166.306,4.09499,300,0,0,2218,0,0,0,0,0),(29122,8151,1,1,1,7368,1,-35.2291,1203.3,98.4565,0.72028,300,0,0,2218,0,0,0,0,0),(29121,8151,1,1,1,7369,1,194.035,1330.81,191.932,2.36593,300,0,0,2218,0,0,0,0,0),(29120,8151,1,1,1,7368,1,255.246,1306.5,191.938,4.32529,300,0,0,2218,0,0,0,0,0),(29118,8150,1,1,1,7371,1,255.034,1257.52,192.224,3.35103,300,0,0,1753,0,0,0,0,0),(29116,12241,1,1,1,12374,1,-1359.63,2624.12,79.3354,1.11701,550,0,0,5148,0,0,0,0,0),(29115,12240,1,1,1,12371,1,-1360.96,2899.67,73.4338,5.77704,550,0,0,5148,0,0,0,0,0),(29114,12239,1,1,1,12372,1,-1254.52,2910.1,73.339,3.99549,550,0,0,4953,0,0,0,0,0),(29113,10182,1,1,1,20925,1,-1648.28,3076.14,30.2369,2.09439,550,0,0,647400,0,0,0,0,0),(29112,11715,1,1,1,11683,1,185.94,1153.64,168.344,2.58309,300,0,0,2218,0,0,0,0,0),(29111,6068,1,1,1,172,0,-1589.26,849.507,114.456,2.76489,300,5,0,1403,0,1,0,0,0),(29110,6068,1,1,1,172,0,-1586.08,844.74,114.331,0.381566,300,5,0,1403,0,1,0,0,0),(29106,2990,1,1,1,3787,1,-1942.3,439.655,133.965,4.5965,300,5,0,143,319,1,0,0,0),(29103,11438,1,1,1,11461,1,-716.667,1431.25,90.3854,0.785398,300,0,0,2218,0,0,0,0,0),(29102,8878,1,1,1,8169,1,-1241.63,1734,89.9728,4.79965,300,0,0,1753,0,0,0,0,0),(29101,2989,1,1,1,3786,1,-1947.3,421.342,133.983,4.40665,300,5,0,137,0,1,0,0,0),(29100,2989,1,1,1,3786,1,-1980.58,459.359,137.267,0.959931,300,0,0,137,0,0,0,0,0),(29098,2989,1,1,1,3785,1,-1914.4,454.093,136.663,1.0472,300,0,0,137,0,0,0,0,0),(29097,2989,1,1,1,3785,1,-1958.69,462.581,136.068,1.50098,300,0,0,137,0,0,0,0,0),(245564,16592,1,1,1,11686,0,-7000.75,918.851,8.93831,-2.23402,300,0,0,42,0,0,0,0,0),(29095,2989,1,1,1,3785,1,-1945.8,462.901,136.117,1.95477,300,0,0,137,0,0,0,0,0),(29094,2989,1,1,1,3785,1,-1903.41,422.315,138.288,5.2709,300,0,0,137,0,0,0,0,0),(29093,2989,1,1,1,3786,1,-1933.96,462.132,136.501,2.11185,300,0,0,137,0,0,0,0,0),(29092,13737,1,1,1,2722,1,-1873.48,3025.41,19.0721,3.94444,300,0,0,1050,1097,0,0,0,0),(29091,13737,1,1,1,2722,1,-1882.36,3028.11,18.7648,6.16101,300,0,0,1050,1097,0,0,0,0),(29090,13737,1,1,1,2722,1,-1875.75,3015.39,20.6904,5.13127,300,0,0,1050,1097,0,0,0,0),(29089,13737,1,1,1,2722,1,140.919,1350.38,197.556,6.26573,300,0,0,1050,1097,0,0,0,0),(29088,13737,1,1,1,2722,1,149.931,1356.59,197.556,4.83456,300,0,0,1050,1097,0,0,0,0),(29087,11687,1,1,1,11639,1,-1454.4,2987.86,114.61,3.95155,300,5,0,1651,0,1,0,0,0),(29086,11687,1,1,1,11639,1,-1497.31,2957.93,120.813,4.18708,300,5,0,1651,0,1,0,0,0),(29085,11687,1,1,1,11639,1,-1400.65,2958.68,126.832,4.75196,300,5,0,1651,0,1,0,0,0),(29084,11687,1,1,1,11639,1,-1439.69,2964.53,124.089,6.02715,300,5,0,1651,0,1,0,0,0),(29083,11687,1,1,1,11639,1,-1398.9,2843.77,78.0613,1.8723,300,5,0,1651,0,1,0,0,0),(29082,11687,1,1,1,11639,1,-1434,2867.14,87.3397,1.35951,300,5,0,1651,0,1,0,0,0),(29081,11687,1,1,1,11639,1,-1434.84,2939.99,94.6049,0.323099,300,5,0,1651,0,1,0,0,0),(29080,11686,1,1,1,11638,1,-1419.15,2925,94.6432,0.645772,300,0,0,1829,0,0,0,0,0),(29079,11686,1,1,1,11638,1,-1445.02,3002.65,115.233,3.27615,300,5,0,1829,0,1,0,0,0),(29078,11686,1,1,1,11638,1,-1459.92,2955.47,122.992,5.13127,300,0,0,1829,0,2,0,0,0),(29077,11686,1,1,1,11638,1,-1423.82,2981.11,133.223,6.13505,300,0,0,1829,0,2,0,0,0),(29076,11686,1,1,1,11638,1,-1391.58,2865.86,77.7789,2.14308,300,5,0,1829,0,1,0,0,0),(29075,11685,1,1,1,9440,0,-1431.37,2990.85,115.053,5.54324,300,0,0,1077,3191,0,0,0,0),(29074,11685,1,1,1,9440,0,-1361.74,2854.74,87.8492,2.31688,300,0,0,1077,3191,2,0,0,0),(29073,9636,1,1,1,10692,1,-1153.31,1941.54,88.9524,5.13127,300,0,0,1902,0,0,0,0,0),(29072,12960,1,1,1,12916,1,243.016,1238.59,192.236,0.261799,300,0,0,1753,0,0,0,0,0),(29071,1182,1,1,1,2070,1,215.07,1242.78,197.284,3.33358,300,0,0,2218,0,0,0,0,0),(29070,13718,1,1,1,9426,0,-1417.84,2969.18,124.195,1.51197,550,0,0,3804,1332,0,0,0,0),(29069,13717,1,1,1,9419,0,-2146.27,1963.47,84.239,0.715585,300,0,0,1981,0,0,0,0,0),(29068,4498,1,1,1,4171,1,-1150.1,1884.43,88.8391,1.98968,300,0,0,1342,0,0,0,0,0),(29067,5771,1,1,1,4696,1,-1879.11,1719.84,62.1328,5.95271,300,0,0,1410,1283,0,0,0,0),(29066,6019,1,1,1,7127,1,-1401.4,2082.97,61.939,3.9619,300,0,0,1003,0,0,0,0,0),(29065,13699,1,1,1,13672,0,-1876.34,3025.16,19.3455,4.45059,300,0,0,1753,0,0,0,0,0),(29064,13698,1,1,1,150,0,132.224,1363.84,199.158,2.26893,300,0,0,1648,1432,0,0,0,0),(29063,13697,1,1,1,14425,1,-1465.35,2790.2,94.5739,4.44064,550,0,0,1774,1534,0,0,0,0),(29062,5760,1,1,1,4426,1,-1818.57,1673.18,61.8251,2.85864,550,0,0,4572,0,2,0,0,0),(96755,25882,530,1,1,0,0,-2324.78,8029.65,-38.5367,5.62518,180,5,0,42,0,1,0,0,0),(96754,25882,530,1,1,0,0,-2342.05,8206.66,-35.3179,2.51972,180,5,0,42,0,1,0,0,0),(96753,25882,530,1,1,0,0,-2804.75,8143.72,-41.5309,1.4233,180,5,0,42,0,1,0,0,0),(96752,25882,530,1,1,0,0,-2462.52,7961.59,-50.9649,1.0039,180,5,0,42,0,1,0,0,0),(96751,25882,530,1,1,0,0,-2466.92,8087.05,-43.746,0.226354,180,5,0,42,0,1,0,0,0),(21020,3100,1,1,1,193,0,1185.55,-4339,24.634,3.01,300,5,0,156,0,1,0,0,0),(96750,25882,530,1,1,0,0,-2565.27,8122.62,-43.0158,1.38639,180,5,0,42,0,1,0,0,0),(21022,3100,1,1,1,193,0,1197.92,-4297,22.003,5.721,300,5,0,156,0,1,0,0,0),(21024,3100,1,1,1,193,0,1211.61,-4246,24.763,1.551,300,5,0,156,0,1,0,0,0),(96749,25882,530,1,1,0,0,-2682.75,8016.76,-45.2567,6.12077,180,5,0,42,0,1,0,0,0),(21026,3100,1,1,1,193,0,1218.72,-4353.9,21.2956,4.86554,300,5,0,156,0,1,0,0,0),(96748,25882,530,1,1,0,0,-2334.17,7935.15,-38.517,4.99137,180,5,0,42,0,1,0,0,0),(52010,7016,1,1,1,0,1,7397.51,-844.687,18.4878,4.60328,9900,0,0,508,544,0,0,0,0),(52009,2191,1,1,1,0,1,6744.63,-48.9706,42.9454,5.36814,9900,0,0,263,710,0,0,0,0),(21034,3100,1,1,1,193,0,1253.35,-4381,28.47,5.831,300,5,0,156,0,1,0,0,0),(51900,2186,1,1,1,0,0,5866.36,292.563,24.2701,4.6063,9900,0,0,356,0,0,0,0,0),(21036,3100,1,1,1,193,0,1260.31,-4279,24.933,3.287,300,5,0,156,0,1,0,0,0),(51899,7015,1,1,1,0,1,5381.46,534.734,1.61544,2.69778,9900,0,0,356,0,0,0,0,0),(51898,7104,1,1,1,0,0,6277.47,-1679.4,432.518,4.50105,43200,0,0,6477,2163,0,0,0,0),(29048,4729,1,1,1,7345,0,-952.461,1680.07,61.7989,4.02309,300,20,0,1464,0,1,0,0,0),(29047,4729,1,1,1,7345,0,-918.098,1720.86,61.6117,2.34209,300,5,0,1464,0,1,0,0,0),(29046,4729,1,1,1,7345,0,-1089.61,2217.4,69.6456,3.12792,300,5,0,1464,0,1,0,0,0),(29045,4729,1,1,1,7345,0,-1149.48,2282.66,92.5206,4.71247,300,20,0,1464,0,1,0,0,0),(29044,4729,1,1,1,7345,0,-1337.64,2303.52,93.6779,3.93554,300,20,0,1464,0,1,0,0,0),(29043,4729,1,1,1,7345,0,-1213.25,1487.71,61.4532,5.67883,300,5,0,1464,0,1,0,0,0),(29042,4729,1,1,1,7345,0,-957.107,1607.81,61.2361,5.58978,300,20,0,1464,0,1,0,0,0),(29041,4729,1,1,1,7345,0,-1015.06,1656.13,61.5675,1.29974,300,20,0,1464,0,1,0,0,0),(29040,4729,1,1,1,7345,0,-1064.26,2117.47,61.2361,3.2624,300,20,0,1464,0,1,0,0,0),(29039,4729,1,1,1,7345,0,-1011.37,1616.12,61.5551,0.105881,300,20,0,1464,0,1,0,0,0),(29038,4729,1,1,1,7345,0,-1343.68,1411.44,62.0102,6.04152,300,20,0,1464,0,1,0,0,0),(29037,4729,1,1,1,7345,0,-1049.84,1385.91,63.6663,1.39935,300,20,0,1464,0,1,0,0,0),(29036,4729,1,1,1,7345,0,-1111.94,1515.51,60.3261,1.40369,300,20,0,1464,0,1,0,0,0),(29035,4729,1,1,1,7345,0,-1041.6,1725.58,61.2979,0.090664,300,20,0,1464,0,1,0,0,0),(29034,4729,1,1,1,7345,0,-982.783,1716.49,61.641,0.522779,300,20,0,1464,0,1,0,0,0),(29033,4729,1,1,1,7345,0,-914.085,1776.13,61.4398,4.84798,300,20,0,1464,0,1,0,0,0),(29032,4729,1,1,1,7345,0,-1117.32,1626.59,61.3963,4.78741,300,20,0,1464,0,1,0,0,0),(29031,4729,1,1,1,7345,0,-1012.55,1777.23,61.8374,3.52724,300,20,0,1464,0,1,0,0,0),(29030,4729,1,1,1,7345,0,-1020.64,1867.43,62.7669,5.13716,300,20,0,1464,0,1,0,0,0),(29029,4729,1,1,1,7345,0,-1019.14,1907.84,61.9775,4.08107,300,20,0,1464,0,1,0,0,0),(29028,4729,1,1,1,7345,0,-943.407,1964.64,70.5744,0.348938,300,5,0,1464,0,1,0,0,0),(29027,4729,1,1,1,7345,0,-985.723,1897.11,59.0525,4.70375,300,20,0,1464,0,1,0,0,0),(29026,4729,1,1,1,7345,0,-883.306,1853.87,60.4792,1.39409,300,20,0,1464,0,1,0,0,0),(29025,4729,1,1,1,7345,0,-878.346,2325.55,92.8983,1.04424,300,20,0,1464,0,1,0,0,0),(29024,4729,1,1,1,7345,0,-996.779,2387.25,94.441,3.081,300,20,0,1464,0,1,0,0,0),(29023,4729,1,1,1,7345,0,-889.888,2101.24,62.2147,4.8732,300,20,0,1464,0,1,0,0,0),(29022,4729,1,1,1,7345,0,-981.323,1442.8,64.0423,2.91497,300,20,0,1464,0,1,0,0,0),(29021,4729,1,1,1,7345,0,-1001.4,2234.11,87.5836,2.34446,300,5,0,1464,0,1,0,0,0),(29020,4729,1,1,1,7345,0,-880.016,1423.5,61.3369,5.54892,300,20,0,1464,0,1,0,0,0),(29019,4729,1,1,1,7345,0,-1109.54,726.093,145.012,0.671966,300,5,0,1464,0,1,0,0,0),(29018,4729,1,1,1,7345,0,-907.966,2141.54,74.0541,0.978973,300,5,0,1464,0,1,0,0,0),(29017,4729,1,1,1,7345,0,-745.877,2355.88,93.4321,1.4602,300,20,0,1464,0,1,0,0,0),(29016,4729,1,1,1,7345,0,-1287.79,2344.15,92.5861,1.7329,300,20,0,1464,0,1,0,0,0),(29015,4729,1,1,1,7345,0,-881.608,785.112,140.225,4.95097,300,5,0,1464,0,1,0,0,0),(29014,4729,1,1,1,7345,0,-1111.72,774.376,140.952,4.85619,300,5,0,1464,0,1,0,0,0),(29013,4729,1,1,1,7345,0,-1454.37,2292.69,93.0709,5.14766,300,20,0,1464,0,1,0,0,0),(29012,4729,1,1,1,7345,0,-847.115,742.445,157.413,4.71119,300,5,0,1464,0,1,0,0,0),(29011,4729,1,1,1,7345,0,-1186.69,799.309,162.936,1.19899,300,5,0,1464,0,1,0,0,0),(29010,4729,1,1,1,7345,0,-1083.51,2373.58,92.234,4.7398,300,20,0,1464,0,1,0,0,0),(29009,4729,1,1,1,7345,0,-915.154,2417.2,92.7948,1.69602,300,20,0,1464,0,1,0,0,0),(29008,4729,1,1,1,7345,0,-733.85,2421.37,91.1222,2.69806,300,20,0,1464,0,1,0,0,0),(29007,4729,1,1,1,7345,0,-923.798,2188.87,91.9956,2.90877,300,10,0,1464,0,1,0,0,0),(29006,4729,1,1,1,7345,0,-725.205,2545,68.3192,2.67519,300,20,0,1464,0,1,0,0,0),(29005,4729,1,1,1,7345,0,-1472.11,2357.09,92.1823,1.39276,300,5,0,1464,0,1,0,0,0),(29004,4729,1,1,1,7345,0,-989.982,1394.42,61.8508,2.29744,300,20,0,1464,0,1,0,0,0),(29003,4729,1,1,1,7345,0,-1453.62,2168.38,92.2424,1.7793,300,5,0,1464,0,1,0,0,0),(29002,4729,1,1,1,7345,0,-982.161,2243.56,85.2442,4.65965,300,5,0,1464,0,1,0,0,0),(29001,4729,1,1,1,7345,0,-961.88,1437.17,65.209,1.35022,300,20,0,1464,0,1,0,0,0),(29000,4729,1,1,1,7345,0,-937.976,2420.13,93.8118,2.87765,300,20,0,1464,0,1,0,0,0),(28999,4729,1,1,1,7345,0,-850,2361.15,92.7197,1.59813,300,20,0,1464,0,1,0,0,0),(28998,4729,1,1,1,7345,0,-889.384,2321.38,93.0665,6.20406,300,20,0,1464,0,1,0,0,0),(28997,4729,1,1,1,7345,0,-1213.27,2303.18,91.3418,1.80335,300,20,0,1464,0,1,0,0,0),(28996,4729,1,1,1,7345,0,-1270.82,2296.11,91.1339,3.35826,300,20,0,1464,0,1,0,0,0),(28995,4729,1,1,1,7345,0,-1200.17,2333.31,93.1699,0.807494,300,20,0,1464,0,1,0,0,0),(28994,4729,1,1,1,7345,0,-911.076,1449.58,63.159,3.20018,300,20,0,1464,0,1,0,0,0),(28993,4729,1,1,1,7345,0,-1087.91,2321.95,94.0139,2.34791,300,20,0,1464,0,1,0,0,0),(28992,4729,1,1,1,7345,0,-1025.49,2312.46,93.5895,3.51775,300,20,0,1464,0,1,0,0,0),(28991,4728,1,1,1,1074,0,-421.609,2286.7,82.7772,4.10995,300,20,0,1107,0,1,0,0,0),(28990,4728,1,1,1,1074,0,186.779,1849.78,104.404,5.66782,300,20,0,1107,0,1,0,0,0),(28989,4728,1,1,1,1074,0,-749.634,1620.48,90.4638,0.455932,300,20,0,1107,0,1,0,0,0),(28988,4728,1,1,1,1074,0,-1445.91,1611.08,59.0499,3.7664,300,20,0,1107,0,1,0,0,0),(28987,4728,1,1,1,1074,0,62.1704,1496,113.967,5.88312,300,3,0,1107,0,1,0,0,0),(28986,4728,1,1,1,1074,0,-719.108,1384.27,88.3429,4.29837,300,20,0,1107,0,1,0,0,0),(28985,4728,1,1,1,1074,0,157.324,1672.35,110.011,0.08898,300,20,0,1107,0,1,0,0,0),(28984,4728,1,1,1,1074,0,-205.184,1214.48,89.6896,3.60366,300,20,0,1107,0,1,0,0,0),(28983,4728,1,1,1,1074,0,-153.349,1273.5,89.5067,5.19787,300,20,0,1107,0,1,0,0,0),(28982,4728,1,1,1,1074,0,173.262,1655.14,126.07,5.03013,300,20,0,1107,0,1,0,0,0),(28981,4728,1,1,1,1074,0,-351.653,1114.86,94.5354,0.178519,300,20,0,1107,0,1,0,0,0),(28980,4728,1,1,1,1074,0,196.043,1619.63,149.337,6.06759,300,20,0,1107,0,1,0,0,0),(28979,4728,1,1,1,1074,0,-99.7012,1271.67,92.1662,5.79486,300,20,0,1107,0,1,0,0,0),(28978,4728,1,1,1,1074,0,-358.144,1086.01,91.276,3.03493,300,20,0,1107,0,1,0,0,0),(28977,4728,1,1,1,1074,0,-66.2966,1675.01,90.7266,3.60349,300,20,0,1107,0,1,0,0,0),(28976,4728,1,1,1,1074,0,-818.649,1327.18,92.8725,6.06759,300,20,0,1107,0,1,0,0,0),(28975,4728,1,1,1,1074,0,-202.675,1453.11,94.4044,0.265824,300,20,0,1107,0,1,0,0,0),(28974,4728,1,1,1,1074,0,-163.643,1827.57,172.101,1.46244,300,2,0,1107,0,1,0,0,0),(28973,4728,1,1,1,1074,0,-446.658,1096.89,92.0928,4.75599,300,20,0,1107,0,1,0,0,0),(28972,4728,1,1,1,1074,0,-653.908,1058.76,93.1817,1.71394,300,20,0,1107,0,1,0,0,0),(28971,4728,1,1,1,1074,0,-484.651,1088.04,92.4129,4.8634,300,20,0,1107,0,1,0,0,0),(28970,4728,1,1,1,1074,0,-632.863,848.999,92.058,0.150049,300,20,0,1107,0,1,0,0,0),(28969,4728,1,1,1,1074,0,-767.39,1946.49,89.4423,4.02178,300,20,0,1107,0,1,0,0,0),(28968,4728,1,1,1,1074,0,-115.568,1346.37,89.1389,5.60457,300,20,0,1107,0,1,0,0,0),(28967,4728,1,1,1,1074,0,-366.212,1219.94,90.6645,2.94784,300,20,0,1107,0,1,0,0,0),(28966,4728,1,1,1,1074,0,-653.521,679.628,133.198,3.86985,300,0,0,1107,0,0,0,0,0),(28965,4728,1,1,1,1074,0,-352.769,1282.6,90.4724,5.25769,300,20,0,1107,0,1,0,0,0),(28964,4728,1,1,1,1074,0,-158.658,1613.75,89.6443,1.39138,300,20,0,1107,0,1,0,0,0),(28963,4728,1,1,1,1074,0,217.123,2020.55,162.803,1.45141,300,15,0,1107,0,1,0,0,0),(28962,4728,1,1,1,1074,0,-608.053,959.109,90.8304,2.93254,300,20,0,1107,0,1,0,0,0),(28961,4728,1,1,1,1074,0,-316.657,1002.91,91.2642,4.75342,300,20,0,1107,0,1,0,0,0),(28960,4728,1,1,1,1074,0,-480.114,982.685,91.1261,1.58447,300,20,0,1107,0,1,0,0,0),(28959,4728,1,1,1,1074,0,131.461,1892.74,140.223,5.12446,300,3,0,1107,0,1,0,0,0),(28958,4728,1,1,1,1074,0,-154.485,1148.71,89.4306,5.40542,300,20,0,1107,0,1,0,0,0),(28957,4728,1,1,1,1074,0,-547.356,754.867,109.653,4.75927,300,20,0,1107,0,1,0,0,0),(28956,4728,1,1,1,1074,0,-652.502,747.158,92.5931,0.306614,300,20,0,1107,0,1,0,0,0),(28955,4728,1,1,1,1074,0,-490.565,1034.72,89.9047,2.60368,300,20,0,1107,0,1,0,0,0),(28954,4728,1,1,1,1074,0,-579.794,915.782,90.2057,4.55944,300,20,0,1107,0,1,0,0,0),(28953,4728,1,1,1,1074,0,-418.405,884.062,91.4792,4.47673,300,20,0,1107,0,1,0,0,0),(28952,4728,1,1,1,1074,0,-478.983,1514.22,92.3548,5.65816,300,20,0,1107,0,1,0,0,0),(28951,4728,1,1,1,1074,0,-204.031,1126.75,88.2654,6.18739,300,20,0,1107,0,1,0,0,0),(28950,4728,1,1,1,1074,0,-241.487,1141.53,90.6112,4.55803,300,20,0,1107,0,1,0,0,0),(28949,4728,1,1,1,1074,0,-579.685,979.133,96.1367,3.27277,300,20,0,1107,0,1,0,0,0),(28948,4728,1,1,1,1074,0,-532.871,2013.87,91.488,3.13964,300,30,0,1107,0,1,0,0,0),(28947,4728,1,1,1,1074,0,-624.934,1129.58,90.7837,2.8165,300,20,0,1107,0,1,0,0,0),(28946,4728,1,1,1,1074,0,-824.912,1281.04,96.0052,0.914976,300,20,0,1107,0,1,0,0,0),(28945,4728,1,1,1,1074,0,-535.765,812.977,90.7547,4.45174,300,20,0,1107,0,1,0,0,0),(28944,4728,1,1,1,1074,0,-563.786,2494.39,50.3564,4.20245,300,20,0,1107,0,1,0,0,0),(28943,4728,1,1,1,1074,0,-476.305,2193.8,93.3883,4.41723,300,30,0,1107,0,1,0,0,0),(28942,4728,1,1,1,1074,0,-251.203,1484.4,92.24,5.92515,300,20,0,1107,0,1,0,0,0),(28941,4728,1,1,1,1074,0,-612.738,754.885,98.8911,0.581505,300,20,0,1107,0,1,0,0,0),(28940,4728,1,1,1,1074,0,-491.813,1254.96,91.4677,3.69118,300,20,0,1107,0,1,0,0,0),(28939,4728,1,1,1,1074,0,-437.343,1207.3,90.2106,5.05718,300,20,0,1107,0,1,0,0,0),(28938,4728,1,1,1,1074,0,-516.479,1049.57,92.1497,5.24801,300,20,0,1107,0,1,0,0,0),(28937,4728,1,1,1,1074,0,-614.56,595.753,160.166,1.39601,300,20,0,1107,0,1,0,0,0),(28936,4728,1,1,1,1074,0,-581.331,1414.81,90.1048,5.3236,300,20,0,1107,0,1,0,0,0),(28935,4728,1,1,1,1074,0,-332.571,2021.79,113.445,2.0834,300,30,0,1107,0,1,0,0,0),(28934,4728,1,1,1,1074,0,-621.567,976.666,92.2976,3.28404,300,20,0,1107,0,1,0,0,0),(28933,4728,1,1,1,1074,0,-552.07,1354.14,92.2649,0.226903,300,20,0,1107,0,1,0,0,0),(28932,4728,1,1,1,1074,0,-294.532,1452.28,91.1422,6.08081,300,20,0,1107,0,1,0,0,0),(28931,4728,1,1,1,1074,0,-245.742,1188.84,90.1188,5.60732,300,20,0,1107,0,1,0,0,0),(28930,4728,1,1,1,1074,0,-648.49,1437.09,91.0378,4.73192,300,20,0,1107,0,1,0,0,0),(28929,4728,1,1,1,1074,0,-751.45,1218.71,98.594,4.72799,300,20,0,1107,0,1,0,0,0),(28928,4728,1,1,1,1074,0,-20.688,1452.02,92.8757,2.39775,300,20,0,1107,0,1,0,0,0),(28927,4728,1,1,1,1074,0,-229.633,1030.16,90.6346,5.50815,300,20,0,1107,0,1,0,0,0),(28926,4728,1,1,1,1074,0,15.4238,1753.16,117.673,0.779179,300,15,0,1107,0,1,0,0,0),(28925,4728,1,1,1,1074,0,-213.73,2228.28,84.7862,1.20734,300,20,0,1107,0,1,0,0,0),(28924,4728,1,1,1,1074,0,-697.307,2063.26,99.0623,2.26628,300,20,0,1107,0,1,0,0,0),(28923,4728,1,1,1,1074,0,149.401,1620.51,146.405,1.16744,300,20,0,1107,0,1,0,0,0),(28922,4728,1,1,1,1074,0,-566.092,673.819,156.592,1.41372,300,0,0,1107,0,0,0,0,0),(28921,4728,1,1,1,1074,0,-413.268,981.734,90.6893,0.239764,300,20,0,1107,0,1,0,0,0),(28920,4728,1,1,1,1074,0,-305.54,1461.23,91.0319,5.95391,300,20,0,1107,0,1,0,0,0),(28919,4728,1,1,1,1074,0,253.636,1948.3,138.732,1.29117,300,20,0,1107,0,1,0,0,0),(28918,4728,1,1,1,1074,0,-430.846,1282.27,89.9445,2.94305,300,20,0,1107,0,1,0,0,0),(28917,5752,1,1,1,4692,1,126.208,1232.69,163.26,3.14159,300,0,0,1678,0,0,0,0,0),(28916,4728,1,1,1,1074,0,-680.785,1882.85,92.152,5.96631,300,20,0,1107,0,1,0,0,0),(28915,4728,1,1,1,1074,0,-602.907,1441.04,89.4659,0.712147,300,20,0,1107,0,1,0,0,0),(28914,4728,1,1,1,1074,0,-108.295,1115.27,90.5182,4.61141,300,20,0,1107,0,1,0,0,0),(28913,4727,1,1,1,2764,0,-979.908,1540.78,61.6705,1.12243,300,20,0,1536,0,1,0,0,0),(28912,4727,1,1,1,2764,0,-915.963,1628.34,61.4861,1.06243,300,20,0,1536,0,1,0,0,0),(28911,4727,1,1,1,2764,0,-1881.85,2811.78,56.1485,4.58357,300,20,0,1536,0,1,0,0,0),(28910,4727,1,1,1,2764,0,-1307.44,1480.76,61.861,3.25102,300,20,0,1536,0,1,0,0,0),(28909,4727,1,1,1,2764,0,-912.323,1454.18,61.6286,3.77948,300,20,0,1536,0,1,0,0,0),(28908,4727,1,1,1,2764,0,-2062.45,2955.55,60.1278,5.39475,300,5,0,1536,0,1,0,0,0),(28907,4727,1,1,1,2764,0,-1724.81,2862.98,78.5843,3.12499,300,5,0,1536,0,1,0,0,0),(28906,4727,1,1,1,2764,0,-1921.8,2814.95,52.9895,0.367406,300,20,0,1536,0,1,0,0,0),(28905,4727,1,1,1,2764,0,-1810.61,1416.94,61.2233,6.22298,300,20,0,1536,0,1,0,0,0),(28904,4727,1,1,1,2764,0,-2056,1653.59,61.9146,0.134101,300,20,0,1536,0,1,0,0,0),(28903,4727,1,1,1,2764,0,-2048.56,2272.41,64.7052,3.45439,300,5,0,1536,0,1,0,0,0),(28902,4727,1,1,1,2764,0,-1040.42,1888.71,62.0789,6.22941,300,20,0,1536,0,1,0,0,0),(28901,4727,1,1,1,2764,0,-990.174,1951.38,63.0282,4.11951,300,5,0,1536,0,1,0,0,0),(28900,4727,1,1,1,2764,0,-1117.09,1407.75,61.3643,4.36769,300,20,0,1536,0,1,0,0,0),(28899,4727,1,1,1,2764,0,-2117.17,1695.96,59.7825,1.17256,300,5,0,1536,0,1,0,0,0),(28898,4727,1,1,1,2764,0,-1751.64,1483.24,61.2361,6.27689,300,20,0,1536,0,1,0,0,0),(28897,4727,1,1,1,2764,0,-1181.93,2282.79,90.2678,2.93405,300,20,0,1536,0,1,0,0,0),(28896,4727,1,1,1,2764,0,-847.918,2346.26,93.0415,4.79726,300,20,0,1536,0,1,0,0,0),(28895,4727,1,1,1,2764,0,-1351.13,2285.73,92.2942,3.05791,300,20,0,1536,0,1,0,0,0),(28894,4727,1,1,1,2764,0,119.946,918.61,155.975,0.024409,300,20,0,1536,0,1,0,0,0),(28893,4727,1,1,1,2764,0,-1758.78,1383.82,62.1457,1.73151,300,20,0,1536,0,1,0,0,0),(28892,4727,1,1,1,2764,0,-2313.06,1880.41,142.239,5.21029,300,5,0,1536,0,1,0,0,0),(28891,4727,1,1,1,2764,0,-1886.76,1501.83,60.3339,1.75494,300,20,0,1536,0,1,0,0,0),(28890,4727,1,1,1,2764,0,-1964.61,1515.29,62.759,4.32608,300,5,0,1536,0,1,0,0,0),(28889,4727,1,1,1,2764,0,-2152.9,1837.08,67.3305,1.12025,300,5,0,1536,0,1,0,0,0),(28888,4727,1,1,1,2764,0,-2251.3,1949.23,107.8,1.77126,300,5,0,1536,0,1,0,0,0),(28887,4727,1,1,1,2764,0,-1837.5,1426.24,61.2168,0.759838,300,20,0,1536,0,1,0,0,0),(28886,4727,1,1,1,2764,0,-920.076,2284.87,88.3964,1.94792,300,20,0,1536,0,1,0,0,0),(28885,4727,1,1,1,2764,0,-1131.68,747.371,147.086,3.35296,300,20,0,1536,0,1,0,0,0),(28884,4727,1,1,1,2764,0,-1700.69,1419.44,61.462,1.73999,300,20,0,1536,0,1,0,0,0),(28883,4727,1,1,1,2764,0,-1109.9,1582.93,61.2421,3.36174,300,20,0,1536,0,1,0,0,0),(28882,4727,1,1,1,2764,0,-1756.19,1457.4,61.2361,6.15322,300,20,0,1536,0,1,0,0,0),(28881,4727,1,1,1,2764,0,-2185.64,2230.11,84.5279,4.20426,300,5,0,1536,0,1,0,0,0),(28880,4727,1,1,1,2764,0,-2122.15,1800.05,61.0086,5.01376,300,20,0,1536,0,1,0,0,0),(28879,4727,1,1,1,2764,0,-2179.64,1935.47,62.1166,3.64142,300,0,0,1536,0,2,0,0,0),(28878,4727,1,1,1,2764,0,-2184.8,1748.36,85.3851,4.12503,300,5,0,1536,0,1,0,0,0),(28877,4727,1,1,1,2764,0,-1813.13,1523.58,61.6548,3.99904,300,20,0,1536,0,1,0,0,0),(28876,4727,1,1,1,2764,0,-1007.26,2358.68,95.079,3.51982,300,20,0,1536,0,1,0,0,0),(28875,4727,1,1,1,2764,0,-2111.38,2276.59,63.1448,5.5116,300,20,0,1536,0,1,0,0,0),(28874,4727,1,1,1,2764,0,-2344.24,1905.32,134.733,5.25538,300,5,0,1536,0,1,0,0,0),(28873,4726,1,1,1,2742,0,-1949.82,2482.48,61.0492,5.96168,300,20,0,1221,0,1,0,0,0),(28872,4726,1,1,1,2742,0,-325.115,2022.98,119.459,2.41081,300,3,0,1221,0,1,0,0,0),(28871,4726,1,1,1,2742,0,-389.659,2268.9,83.6731,4.35728,300,20,0,1221,0,1,0,0,0),(28870,4726,1,1,1,2742,0,-500.839,2325.36,90.7672,3.50288,300,20,0,1221,0,1,0,0,0),(28869,4726,1,1,1,2742,0,-1818.57,2331.53,65.173,1.82817,300,20,0,1221,0,1,0,0,0),(28868,4726,1,1,1,2742,0,-1640.39,1224.79,91.0575,5.0766,300,20,0,1221,0,1,0,0,0),(28867,4726,1,1,1,2742,0,-315.983,2376.17,40.6537,6.17264,300,20,0,1221,0,1,0,0,0),(28866,4726,1,1,1,2742,0,-532.885,1720.78,98.0827,0.246398,300,20,0,1221,0,1,0,0,0),(28865,4726,1,1,1,2742,0,-591.746,1573.15,91.4891,0.870382,300,20,0,1221,0,1,0,0,0),(28864,4726,1,1,1,2742,0,-1608.23,1092.21,90.8315,4.92743,300,20,0,1221,0,1,0,0,0),(28863,4726,1,1,1,2742,0,-1365.78,1291.82,94.4805,1.00122,300,20,0,1221,0,1,0,0,0),(28862,4726,1,1,1,2742,0,-1444.57,911.698,90.4984,5.97378,300,20,0,1221,0,1,0,0,0),(28861,4726,1,1,1,2742,0,-1428.69,1011.58,89.4362,2.88422,300,20,0,1221,0,1,0,0,0),(28860,4726,1,1,1,2742,0,-1420.91,991.668,90.1318,3.03545,300,20,0,1221,0,1,0,0,0),(28859,4726,1,1,1,2742,0,-1195.16,968.075,93.3266,2.91772,300,20,0,1221,0,1,0,0,0),(28858,4726,1,1,1,2742,0,-1297.92,1249.35,106.663,5.50262,300,20,0,1221,0,1,0,0,0),(28857,4726,1,1,1,2742,0,-1355.55,1076.45,90.6924,2.56333,300,20,0,1221,0,1,0,0,0),(28856,4726,1,1,1,2742,0,-482.993,2281.02,85.9587,0.925236,300,20,0,1221,0,1,0,0,0),(28855,4726,1,1,1,2742,0,-695.112,1746.96,92.2249,0.385035,300,20,0,1221,0,1,0,0,0),(28854,4726,1,1,1,2742,0,-251.899,2217.13,102.798,1.47318,300,20,0,1221,0,1,0,0,0),(28853,4726,1,1,1,2742,0,-737.505,1952.24,91.492,5.74963,300,0,0,1221,0,0,0,0,0),(28852,4726,1,1,1,2742,0,-596.485,2550.9,33.5561,0.083141,300,20,0,1221,0,1,0,0,0),(28851,4726,1,1,1,2742,0,-754.307,1639.47,90.8759,1.85608,300,20,0,1221,0,1,0,0,0),(28850,4726,1,1,1,2742,0,-781.172,1618.32,91.4964,4.53128,300,20,0,1221,0,1,0,0,0),(28849,4726,1,1,1,2742,0,-1687.71,2283.27,78.709,0.060858,300,20,0,1221,0,1,0,0,0),(28848,4726,1,1,1,2742,0,-1665.55,1265.12,90.776,5.48357,300,20,0,1221,0,1,0,0,0),(28847,4726,1,1,1,2742,0,-1173.71,1153.8,95.2861,4.45154,300,20,0,1221,0,1,0,0,0),(28846,4726,1,1,1,2742,0,-746.089,1718.1,91.2289,3.23154,300,20,0,1221,0,1,0,0,0),(28845,4726,1,1,1,2742,0,-524.535,1986.44,98.4568,6.20589,300,20,0,1221,0,1,0,0,0),(28844,4726,1,1,1,2742,0,-1131.16,1283.91,90.8261,6.26561,300,20,0,1221,0,1,0,0,0),(28843,4726,1,1,1,2742,0,-1245.23,834.898,144.54,6.21118,300,0,0,1221,0,0,0,0,0),(28842,4726,1,1,1,2742,0,-1317.9,1073.82,92.812,1.42572,300,0,0,1221,0,2,0,0,0),(28840,4726,1,1,1,2742,0,-534.799,2031.59,90.4209,3.66643,300,20,0,1221,0,1,0,0,0),(28839,4726,1,1,1,2742,0,-715.516,2016.93,91.8704,0.738043,300,20,0,1221,0,1,0,0,0),(28838,4726,1,1,1,2742,0,-595.533,2318.82,90.9907,3.23543,300,30,0,1221,0,1,0,0,0),(28837,4726,1,1,1,2742,0,-1386.4,1257.55,101.279,0.225518,300,20,0,1221,0,1,0,0,0),(28836,4726,1,1,1,2742,0,-203.355,2111.61,134.652,4.18403,300,20,0,1221,0,1,0,0,0),(28835,4726,1,1,1,2742,0,-751.779,1955.73,90.0254,1.67649,300,20,0,1221,0,1,0,0,0),(28834,4726,1,1,1,2742,0,-1252.3,1172.17,93.9215,0.000977,300,20,0,1221,0,1,0,0,0),(28833,4726,1,1,1,2742,0,-76.523,2228.02,81.4024,0.142144,300,20,0,1221,0,1,0,0,0),(28832,4726,1,1,1,2742,0,-786.96,1460.36,91.692,1.83354,300,20,0,1221,0,1,0,0,0),(28831,4726,1,1,1,2742,0,-398.404,2118.24,91.6915,1.09623,300,20,0,1221,0,1,0,0,0),(28830,4726,1,1,1,2742,0,-612.509,2517.62,36.0223,1.79328,300,20,0,1221,0,1,0,0,0),(28829,4726,1,1,1,2742,0,-431.938,1988.67,106.894,1.33008,300,20,0,1221,0,1,0,0,0),(28828,4726,1,1,1,2742,0,-1515.67,1118.95,91.6973,4.0031,300,20,0,1221,0,1,0,0,0),(28827,4726,1,1,1,2742,0,-1194.31,1255.2,95.674,5.83352,300,20,0,1221,0,1,0,0,0),(28825,4726,1,1,1,2742,0,-1605.04,2321.74,93.2734,0.523968,300,20,0,1221,0,1,0,0,0),(28824,4726,1,1,1,2742,0,-378.156,2047.17,95.7715,6.05053,300,30,0,1221,0,1,0,0,0),(28822,4726,1,1,1,2742,0,-648.407,2225.48,94.5863,0.243068,300,20,0,1221,0,1,0,0,0),(28821,4726,1,1,1,2742,0,-20.8218,2152.66,114.563,0.065561,300,0,0,1221,0,0,0,0,0),(28820,4726,1,1,1,2742,0,-1317.35,876.469,113.349,1.78023,300,20,0,1221,0,1,0,0,0),(28819,4726,1,1,1,2742,0,-1336.69,1119.75,91.3012,0.003906,300,20,0,1221,0,1,0,0,0),(28818,4726,1,1,1,2742,0,-316.146,1928.83,120.153,5.17604,300,20,0,1221,0,1,0,0,0),(28817,4726,1,1,1,2742,0,-416.287,2195.35,89.7686,3.56685,300,30,0,1221,0,1,0,0,0),(28816,4726,1,1,1,2742,0,-614.589,2130.03,90.2563,1.69612,300,30,0,1221,0,1,0,0,0),(28815,4726,1,1,1,2742,0,-1498.45,975.669,90.9028,4.0946,300,20,0,1221,0,1,0,0,0),(28814,4726,1,1,1,2742,0,-1752.16,2287.04,66.2673,2.27667,300,20,0,1221,0,1,0,0,0),(28813,4726,1,1,1,2742,0,-1191.72,999.246,90.7884,5.72708,300,20,0,1221,0,1,0,0,0),(28812,4726,1,1,1,2742,0,-284.979,2371.87,36.4864,5.7739,300,20,0,1221,0,1,0,0,0),(28811,4726,1,1,1,2742,0,-475.934,1997.61,114.378,4.3823,300,0,0,1221,0,0,0,0,0),(28809,4726,1,1,1,2742,0,-279.086,1858.23,167.027,2.94401,300,20,0,1221,0,1,0,0,0),(28808,4726,1,1,1,2742,0,-1357.05,1024.4,91.2231,2.92791,300,20,0,1221,0,1,0,0,0),(28807,4726,1,1,1,2742,0,-792.666,2019.2,82.617,2.68196,300,0,0,1221,0,0,0,0,0),(28806,4726,1,1,1,2742,0,-608.242,2061.41,88.8578,6.28102,300,20,0,1221,0,1,0,0,0),(28805,4726,1,1,1,2742,0,-1283.02,1056.68,95.4235,3.36005,300,20,0,1221,0,1,0,0,0),(28804,4726,1,1,1,2742,0,-1220.5,1035.84,91.437,1.55955,300,20,0,1221,0,1,0,0,0),(28803,4726,1,1,1,2742,0,-737.392,2150.42,99.1671,0.484614,300,20,0,1221,0,1,0,0,0),(28802,4726,1,1,1,2742,0,-1785.26,2559.3,75.2389,3.11876,300,20,0,1221,0,1,0,0,0),(28801,4726,1,1,1,2742,0,-1274.7,1169.12,92.2657,4.46173,300,20,0,1221,0,1,0,0,0),(28794,4726,1,1,1,2742,0,-1188.94,890.343,104.791,4.63419,300,20,0,1221,0,1,0,0,0),(28793,4726,1,1,1,2742,0,-579.616,2082.67,89.9644,3.03918,300,30,0,1221,0,1,0,0,0),(28792,4726,1,1,1,2742,0,-227.127,2176.34,111.324,3.72607,300,20,0,1221,0,1,0,0,0),(28791,4726,1,1,1,2742,0,-399.323,2206.22,90.8613,4.60484,300,20,0,1221,0,1,0,0,0),(28790,4726,1,1,1,2742,0,-1584.07,2379.67,92.4769,4.75733,300,20,0,1221,0,1,0,0,0),(28788,4726,1,1,1,2742,0,-1858.75,2484.25,62.3654,6.1004,300,20,0,1221,0,1,0,0,0),(28787,4726,1,1,1,2742,0,-553.165,2470.53,55.5964,4.64199,300,20,0,1221,0,1,0,0,0),(28785,4726,1,1,1,2742,0,-429.142,2220.52,89.8944,4.09566,300,30,0,1221,0,1,0,0,0),(28774,4719,1,1,1,6749,1,214.7,2848.44,1.86593,4.01433,300,20,0,1160,1067,1,0,0,0),(28773,4719,1,1,1,6749,1,148.215,2984.04,1.89167,1.37593,300,20,0,1160,1067,1,0,0,0),(28772,4719,1,1,1,6749,1,179.49,2986.81,2.51436,3.00912,300,20,0,1160,1067,1,0,0,0),(28771,4719,1,1,1,6749,1,117.934,2886.3,-2.98629,2.76662,300,20,0,1160,1067,1,0,0,0),(28770,4719,1,1,1,6749,1,122.853,2853.28,-15.6301,5.76788,300,20,0,1160,1067,1,0,0,0),(28769,4719,1,1,1,6749,1,74.8005,2989.59,-16.3716,2.4555,300,20,0,1160,1067,1,0,0,0),(28768,4719,1,1,1,6749,1,181.431,2922.9,16.9841,3.04222,300,20,0,1160,1067,1,0,0,0),(28767,4719,1,1,1,6749,1,159.326,2842.65,-1.05106,2.7812,300,20,0,1160,1067,1,0,0,0),(28766,4719,1,1,1,6749,1,111.979,2922.4,0.843355,2.60182,300,20,0,1160,1067,1,0,0,0),(28765,4719,1,1,1,6749,1,-39.6126,2860.47,-35.049,2.95992,300,20,0,1160,1067,1,0,0,0),(28764,4719,1,1,1,6749,1,77.1986,2944.82,-19.5429,3.87513,300,20,0,1160,1067,1,0,0,0),(28763,4719,1,1,1,6749,1,154.688,2680.73,-67,5.12287,300,20,0,1160,1067,1,0,0,0),(28762,4719,1,1,1,6749,1,-50.5761,2661.28,-103.424,5.42666,300,20,0,1160,1067,1,0,0,0),(28761,4719,1,1,1,6749,1,210.299,2688.6,-67.9315,3.12109,300,20,0,1160,1067,1,0,0,0),(28760,4718,1,1,1,6750,1,214.75,2988.45,1.52134,3.29002,300,0,0,1064,1007,2,0,0,0),(28759,4718,1,1,1,6750,1,254.037,2948.59,7.70299,6.1579,300,3,0,1064,1007,1,0,0,0),(28758,4718,1,1,1,6750,1,-15.5941,2814.09,-30.8625,0.01377,300,20,0,1064,1007,1,0,0,0),(28757,4718,1,1,1,6750,1,-210.944,2751.28,-1.83553,0.842348,300,20,0,1064,1007,1,0,0,0),(28756,4718,1,1,1,6750,1,147.734,2709.56,-67.6734,5.92973,300,20,0,1064,1007,1,0,0,0),(28755,4716,1,1,1,11267,1,181.981,2951.15,6.85619,0.798485,300,3,0,1208,1097,1,0,0,0),(28754,4716,1,1,1,11267,1,120.568,2948.28,-0.935924,4.04269,300,20,0,1208,1097,1,0,0,0),(28753,4716,1,1,1,11267,1,218.2,2885.13,5.23787,3.67821,300,20,0,1208,1097,1,0,0,0),(28752,4716,1,1,1,11267,1,-25.7666,2887.16,-23.5798,5.3958,300,20,0,1208,1097,1,0,0,0),(28751,4716,1,1,1,11267,1,137.023,2739.48,-70.2462,5.96872,300,20,0,1208,1097,1,0,0,0),(28750,4716,1,1,1,11267,1,190.685,2705.24,-66.7529,2.22928,300,20,0,1208,1097,1,0,0,0),(28749,4715,1,1,1,11265,1,147.581,2949.6,1.90579,3.94288,300,0,0,1403,0,2,0,0,0),(28748,4715,1,1,1,11265,1,187.481,2873.93,1.92514,3.98463,300,3,0,1403,0,1,0,0,0),(28747,4715,1,1,1,11265,1,184.49,2850.69,-1.47309,4.2726,300,20,0,1403,0,1,0,0,0),(28746,4715,1,1,1,11265,1,214.087,2920.67,21.1394,0.253971,300,20,0,1403,0,1,0,0,0),(28745,4715,1,1,1,11265,1,-21.0739,2855.18,-32.1768,4.53743,300,20,0,1403,0,1,0,0,0),(28744,4714,1,1,1,6748,1,249.128,2884.33,3.74177,0.476747,300,20,0,1279,0,1,0,0,0),(28743,4714,1,1,1,6748,1,86.445,2886.54,-24.4595,3.27349,300,20,0,1279,0,1,0,0,0),(28742,4714,1,1,1,6748,1,-218.924,2715.82,-17.2216,4.17309,300,20,0,1279,0,1,0,0,0),(28741,4714,1,1,1,6748,1,-239.504,2806.38,-3.76374,5.30983,300,20,0,1279,0,1,0,0,0),(28740,4714,1,1,1,6748,1,-248.691,2786.73,0.783289,1.69394,300,20,0,1279,0,1,0,0,0),(28739,4714,1,1,1,6748,1,-221.473,2771.01,4.26044,5.04933,300,20,0,1279,0,1,0,0,0),(28738,4714,1,1,1,6748,1,-77.6671,2821.37,-45.5372,5.15501,300,20,0,1279,0,1,0,0,0),(28737,4714,1,1,1,6748,1,144.724,3017.95,-0.225239,3.5318,300,20,0,1279,0,1,0,0,0),(28736,4714,1,1,1,6748,1,-123.541,2845.65,-33.643,3.86964,300,20,0,1279,0,1,0,0,0),(28735,4714,1,1,1,6748,1,219.115,2951.57,11.6365,5.37266,300,3,0,1279,0,1,0,0,0),(28734,4714,1,1,1,6748,1,254.285,2785.65,-16.327,3.211,300,20,0,1279,0,1,0,0,0),(28733,4714,1,1,1,6748,1,-44.0672,2887.81,-28.9314,1.96457,300,20,0,1279,0,1,0,0,0),(28732,4714,1,1,1,6748,1,53.0435,2920.34,-25.5238,4.26112,300,20,0,1279,0,1,0,0,0),(28731,4714,1,1,1,6748,1,8.16078,2685.34,-72.1666,5.0939,300,20,0,1279,0,1,0,0,0),(28730,4714,1,1,1,6748,1,-116.683,2796.16,-51.4863,6.20199,300,20,0,1279,0,1,0,0,0),(28729,4714,1,1,1,6748,1,169.124,2748.29,-72.5172,4.48321,300,20,0,1279,0,1,0,0,0),(28714,11625,1,1,1,11629,1,-1290.56,1230.96,109.39,6.27641,300,0,0,1604,0,0,0,0,0),(28727,4714,1,1,1,6748,1,-76.4446,2678.84,-98.9456,0.134943,300,20,0,1279,0,1,0,0,0),(28726,4714,1,1,1,6748,1,272.443,2754.32,-25.5055,1.99393,300,20,0,1279,0,1,0,0,0),(28725,4714,1,1,1,6748,1,220.726,2709.81,-69.1031,5.98792,300,20,0,1279,0,1,0,0,0),(28724,4714,1,1,1,6748,1,11.8711,2761.55,-20.7563,5.86708,300,20,0,1279,0,1,0,0,0),(28723,4713,1,1,1,6747,1,279.712,2980.57,3.55544,3.74992,300,20,0,1221,0,1,0,0,0),(28722,4713,1,1,1,6747,1,-334.836,2572.84,4.88753,2.47169,300,20,0,1221,0,1,0,0,0),(28721,4713,1,1,1,6747,1,-188.965,2683.29,-52.9834,5.26584,300,20,0,1221,0,1,0,0,0),(28720,4713,1,1,1,6747,1,-316.46,2683.05,-22.3348,2.44481,300,20,0,1221,0,1,0,0,0),(28719,4713,1,1,1,6747,1,-219.313,2678.29,-42.1499,2.29226,300,20,0,1221,0,1,0,0,0),(28718,4713,1,1,1,6747,1,-244.706,2679.9,-38.2057,5.04895,300,20,0,1221,0,1,0,0,0),(28717,4713,1,1,1,6747,1,-191.688,2789.05,-1.95164,3.78905,300,20,0,1221,0,1,0,0,0),(28716,4713,1,1,1,6747,1,-143.004,2784.7,-53.6113,1.38071,300,20,0,1221,0,1,0,0,0),(28715,4713,1,1,1,6747,1,-278.479,2783.18,-8.59075,2.54329,300,20,0,1221,0,1,0,0,0),(1976205,14494,0,1,1,0,0,3321.2,-2995.84,165.49,0.1,600,0,0,3052,0,0,0,0,0),(28531,4713,1,1,1,6747,1,43.6269,2711.56,-42.6868,4.34025,300,20,0,1221,0,1,0,0,0),(28530,4713,1,1,1,6747,1,1.53902,2747.95,-35.7082,0.009375,300,20,0,1221,0,1,0,0,0),(28529,4712,1,1,1,11266,1,-151.215,2481.53,-36.8936,2.2393,300,5,0,882,2362,1,0,0,0),(28528,4712,1,1,1,11266,1,251.116,2984.82,1.85461,6.22506,300,5,0,882,2362,1,0,0,0),(28527,4712,1,1,1,11266,1,-211.209,2820.54,-26.2043,0.097039,300,5,0,882,2362,1,0,0,0),(28526,4712,1,1,1,11266,1,-247.124,2752.37,-5.86359,1.287,300,5,0,882,2362,1,0,0,0),(28525,4712,1,1,1,11266,1,-412.542,2619.03,-5.42744,5.98088,300,5,0,882,2362,1,0,0,0),(28524,4712,1,1,1,11266,1,-290.725,2612.73,-18.9805,3.46984,300,5,0,882,2362,1,0,0,0),(28523,4712,1,1,1,11266,1,-58.1744,2814.01,-39.1363,3.24215,300,5,0,882,2362,1,0,0,0),(28522,11624,1,1,1,11792,1,-1592.93,3072.68,49.0746,2.11185,300,0,0,4120,0,0,0,0,0),(28521,4711,1,1,1,11264,1,-186.787,2582.48,-31.1879,3.7383,300,20,0,1163,0,1,0,0,0),(28520,4711,1,1,1,11264,1,-184.875,2519.23,-29.1547,2.21924,300,20,0,1163,0,1,0,0,0),(28519,4711,1,1,1,11264,1,-381.159,2652.73,-12.9661,2.58014,300,20,0,1163,0,1,0,0,0),(28518,4711,1,1,1,11264,1,-261.534,2624.46,-22.4008,3.34859,300,20,0,1163,0,1,0,0,0),(28517,4711,1,1,1,11264,1,-346.118,2646.97,-19.8494,3.06018,300,20,0,1163,0,1,0,0,0),(28516,4711,1,1,1,11264,1,-359.101,2616.09,-5.69351,0.218457,300,20,0,1163,0,1,0,0,0),(28515,4711,1,1,1,11264,1,-257.972,2504.39,1.95149,3.14421,300,20,0,1163,0,1,0,0,0),(28514,4711,1,1,1,11264,1,-159.358,2593.29,-28.8129,0.290355,300,20,0,1163,0,1,0,0,0),(28513,4711,1,1,1,11264,1,-279.551,2576.56,-5.63355,1.18058,300,20,0,1163,0,1,0,0,0),(28512,4711,1,1,1,11264,1,-189.358,2485.34,-3.0069,6.00094,300,20,0,1163,0,1,0,0,0),(28511,4711,1,1,1,11264,1,-274.632,2583.87,-17.6103,0.240319,300,20,0,1163,0,1,0,0,0),(28510,4711,1,1,1,11264,1,-241.718,2603.69,-20.7758,3.42428,300,20,0,1163,0,1,0,0,0),(28509,4711,1,1,1,11264,1,-148.383,2355.18,-22.9519,0.192303,300,20,0,1163,0,1,0,0,0),(28508,4711,1,1,1,11264,1,-111.056,2362.47,-20.7932,4.70002,300,20,0,1163,0,1,0,0,0),(28507,4711,1,1,1,11264,1,-207.741,2641.77,-36.2939,5.54896,300,20,0,1163,0,1,0,0,0),(28506,4711,1,1,1,11264,1,-204.82,2569.8,-24.6644,0.80069,300,20,0,1163,0,1,0,0,0),(28505,4711,1,1,1,11264,1,-265.148,2761.62,-5.19126,3.34627,300,20,0,1163,0,1,0,0,0),(28504,11877,1,1,1,11852,1,-1714.58,3107.18,33.5831,4.2586,300,0,0,2218,0,0,0,0,0),(28503,2914,1,1,1,1206,0,-551.103,1350.15,92.1093,3.0618,300,5,0,8,0,1,0,0,0),(28502,2914,1,1,1,2958,0,-1839.72,2691.97,61.5715,2.88908,300,0,0,8,0,0,0,0,0),(28501,2914,1,1,1,2957,0,-1409.87,1547.21,60.7043,3.38942,300,5,0,8,0,1,0,0,0),(28500,2914,1,1,1,1206,0,-391.079,2362.26,46.8262,2.78122,300,5,0,8,0,1,0,0,0),(28499,2914,1,1,1,2957,0,-1616.42,1201.59,91.8421,1.78332,300,5,0,8,0,1,0,0,0),(28358,2914,1,1,1,1206,0,-799.031,1083.84,90.1409,0.1372,300,5,0,8,0,1,0,0,0),(28357,2914,1,1,1,2957,0,208.253,1654.13,143.899,1.59032,300,5,0,8,0,1,0,0,0),(28356,2914,1,1,1,6303,0,-518.255,1785.63,97.8764,4.13413,300,5,0,8,0,1,0,0,0),(28355,2914,1,1,1,6303,0,-1006.4,2152.24,67.2014,0.832655,300,5,0,8,0,1,0,0,0),(28354,2914,1,1,1,2957,0,-1883.96,1435.08,61.1247,1.5225,300,5,0,8,0,1,0,0,0),(28353,2914,1,1,1,2958,0,-1409.59,1153.19,93.9332,2.2434,300,5,0,8,0,1,0,0,0),(28352,2914,1,1,1,1206,0,-2079.67,2646.18,60.989,3.64469,300,5,0,8,0,1,0,0,0),(28351,2914,1,1,1,6303,0,-696.058,2439.56,85.113,3.29743,300,5,0,8,0,1,0,0,0),(28350,2914,1,1,1,6303,0,-1719.29,1379.2,62.0318,4.67331,300,5,0,8,0,1,0,0,0),(28349,2914,1,1,1,1206,0,-1118.47,2349.59,93.4527,3.35505,300,5,0,8,0,1,0,0,0),(28348,2914,1,1,1,2958,0,-2136,2236.41,67.1454,4.17086,300,5,0,8,0,1,0,0,0),(28347,2914,1,1,1,6303,0,-284.851,807.462,91.0039,6.26674,300,5,0,8,0,1,0,0,0),(28346,2914,1,1,1,1206,0,-520.991,1011.79,89.5848,3.92492,300,5,0,8,0,1,0,0,0),(28345,2914,1,1,1,2957,0,-1669.44,2835.49,97.8585,3.81521,300,5,0,8,0,1,0,0,0),(28344,2914,1,1,1,2957,0,-1645.8,2327.26,88.2606,1.90088,300,5,0,8,0,1,0,0,0),(28343,2914,1,1,1,6303,0,-1887.27,2825.19,53.9255,0.032215,300,5,0,8,0,1,0,0,0),(28342,2914,1,1,1,2957,0,-236.786,1701.33,106.29,1.67843,300,5,0,8,0,1,0,0,0),(28341,2914,1,1,1,2957,0,-1454.21,2336.47,92.4034,5.85115,300,5,0,8,0,1,0,0,0),(28340,11106,1,1,1,10564,1,-1592.84,3150.27,46.5777,4.18879,300,0,0,1003,0,0,0,0,0),(28339,2914,1,1,1,2957,0,-1949.64,2940.33,42.3017,1.83568,300,5,0,8,0,1,0,0,0),(28317,2914,1,1,1,1206,0,-1495,925.453,89.3085,4.03813,300,5,0,8,0,1,0,0,0),(28316,2914,1,1,1,2958,0,-1616.12,1945.05,61.1804,5.46532,300,5,0,8,0,1,0,0,0),(28315,2914,1,1,1,2957,0,-229.937,1013.84,90.4028,3.82533,300,5,0,8,0,1,0,0,0),(28314,2914,1,1,1,2958,0,-1350.93,1027.12,90.796,4.5238,300,5,0,8,0,1,0,0,0),(28313,2914,1,1,1,2957,0,-54.0555,662.688,91.477,1.39749,300,5,0,8,0,1,0,0,0),(28312,11105,1,1,1,10566,1,-1606.46,3113.82,44.6941,3.94444,300,0,0,1003,0,0,0,0,0),(28311,4705,1,1,1,4708,1,-1845.19,590.154,122.882,1.44404,300,0,0,1196,3075,0,0,0,0),(28310,4705,1,1,1,4708,1,-1915.2,638.062,107.888,0.062257,300,0,0,1196,3075,0,0,0,0),(28309,4705,1,1,1,4707,1,-1910.71,654.317,107.638,0.297141,300,0,0,1196,3075,0,0,0,0),(28308,4705,1,1,1,4708,1,-1846.45,590.931,109.159,2.70526,300,0,0,1196,3075,0,0,0,0),(28307,4705,1,1,1,4707,1,-1882.37,636.001,107.945,4.64258,300,0,0,1196,3075,0,0,0,0),(28306,4705,1,1,1,4707,1,-1975.93,525.794,165.916,1.0472,300,0,0,1196,3075,0,0,0,0),(28305,11104,1,1,1,10567,1,217.084,1283.48,190.378,1.64061,300,0,0,1003,0,0,0,0,0),(28304,11103,1,1,1,10565,0,255.615,1253.76,192.224,3.24631,300,0,0,1003,0,0,0,0,0),(28303,4702,1,1,1,2767,0,-1376.43,1808.42,51.2692,2.7686,300,20,0,1724,0,1,0,0,0),(28302,4702,1,1,1,2767,0,-1412.62,1876.81,62.5498,4.28797,300,5,0,1724,0,1,0,0,0),(28301,4702,1,1,1,2767,0,-1338.71,2010.1,50.2692,4.16645,300,20,0,1724,0,1,0,0,0),(28300,4702,1,1,1,2767,0,-1295.27,1922.24,50.6442,3.30323,300,20,0,1724,0,1,0,0,0),(28299,4701,1,1,1,1453,0,-2041.63,1682.11,62.0516,0.218082,300,0,0,1647,0,0,0,0,0),(28298,4701,1,1,1,1241,0,-771.752,2008.37,88.2611,2.87052,300,0,0,1647,0,0,0,0,0),(28297,4701,1,1,1,10917,0,-101.353,2204.1,88.6264,2.87509,300,3,0,1647,0,1,0,0,0),(28296,4701,1,1,1,1453,0,-1426.21,1729.94,60.5951,1.41336,300,5,0,1647,0,1,0,0,0),(28295,4701,1,1,1,1453,0,-574.499,1606.74,91.4485,1.903,300,5,0,1647,0,1,0,0,0),(28294,4701,1,1,1,1453,0,-1443.89,1793.47,50.2622,5.68116,300,20,0,1647,0,1,0,0,0),(28293,4701,1,1,1,1453,0,-1293.57,1761.91,61.3477,1.02867,300,5,0,1647,0,1,0,0,0),(28292,4701,1,1,1,1241,0,-1295.97,1971.73,52.5192,4.03757,300,5,0,1647,0,1,0,0,0),(28291,4701,1,1,1,1453,0,-1366.36,2143.46,65.2953,0.298697,300,20,0,1647,0,1,0,0,0),(28290,4701,1,1,1,1241,0,-1296.17,2004.9,50.9939,5.12361,300,20,0,1647,0,1,0,0,0),(28289,4701,1,1,1,10917,0,-1215.21,2024.55,59.5331,3.7693,300,20,0,1647,0,1,0,0,0),(28288,4701,1,1,1,1241,0,-1287.62,1821.32,50.2692,2.51473,300,20,0,1647,0,1,0,0,0),(28287,4701,1,1,1,10917,0,-1253.77,2051.87,61.6124,3.77131,300,5,0,1647,0,1,0,0,0),(28286,4701,1,1,1,10917,0,-1312.47,2120.41,62.7474,3.63529,300,20,0,1647,0,1,0,0,0),(28285,4701,1,1,1,10917,0,-1321.63,1919.47,51.209,3.58563,300,20,0,1647,0,1,0,0,0),(28284,4700,1,1,1,1308,0,-2035.22,1673.3,61.1354,0.056291,300,0,0,1570,0,0,0,0,0),(28283,4700,1,1,1,1308,0,-2036.02,1680.08,61.6485,0.170376,300,0,0,1570,0,0,0,0,0),(28282,4700,1,1,1,1308,0,-2007.95,1682.55,61.5208,0.121447,300,0,0,1570,0,0,0,0,0),(28281,4700,1,1,1,1308,0,-1678.05,1636.42,61.4482,1.33088,300,5,0,1570,0,1,0,0,0),(28280,4700,1,1,1,1308,0,-752.193,2013.92,90.3763,3.13002,300,0,0,1570,0,0,0,0,0),(28279,4700,1,1,1,1308,0,-761.557,2013.64,89.7513,3.1129,300,0,0,1570,0,0,0,0,0),(28278,4700,1,1,1,1308,0,-783.87,2014.28,85.492,2.58221,300,0,0,1570,0,0,0,0,0),(28277,4700,1,1,1,1308,0,-141.668,2218.17,82.7604,3.18454,300,5,0,1570,0,1,0,0,0),(28276,4700,1,1,1,1308,0,-137.082,2213.71,86.9822,3.20316,300,3,0,1570,0,1,0,0,0),(28275,4700,1,1,1,1308,0,-112.76,2215.9,85.2485,3.06542,300,3,0,1570,0,1,0,0,0),(28274,4700,1,1,1,1308,0,-576.833,1584.16,89.6675,1.99892,300,20,0,1570,0,1,0,0,0),(28273,4700,1,1,1,1308,0,-580.529,1597.28,89.7458,2.03816,300,5,0,1570,0,1,0,0,0),(28272,4700,1,1,1,1308,0,-592.439,1624.4,90.0302,1.58056,300,20,0,1570,0,1,0,0,0),(28271,4700,1,1,1,1308,0,-1229.63,1897.63,60.1534,4.45392,300,20,0,1570,0,1,0,0,0),(28270,4700,1,1,1,1308,0,-1247.52,1821.12,50.4997,3.23021,300,5,0,1570,0,1,0,0,0),(28269,4700,1,1,1,1308,0,-1381.84,1948.58,63.7863,4.26502,300,5,0,1570,0,1,0,0,0),(28268,4700,1,1,1,1308,0,-1365.87,1884.61,50.2692,2.77437,300,20,0,1570,0,1,0,0,0),(28267,4700,1,1,1,1308,0,-1354.17,2062.5,50.2692,3.85362,300,5,0,1570,0,1,0,0,0),(28266,4700,1,1,1,1308,0,-1245.73,1962.46,50.2692,5.47241,300,20,0,1570,0,1,0,0,0),(28265,4700,1,1,1,1308,0,-1270.44,1867.88,50.2692,2.92641,300,20,0,1570,0,1,0,0,0),(28264,4699,1,1,1,2766,0,-2027.87,2917.25,52.8329,3.02522,300,20,0,1604,0,1,0,0,0),(28263,4699,1,1,1,2766,0,-1744.01,1485.18,61.2361,0.584274,300,5,0,1604,0,1,0,0,0),(28262,4699,1,1,1,2766,0,-2147.9,1672.95,64.2877,2.50863,300,5,0,1604,0,1,0,0,0),(28261,4699,1,1,1,2766,0,-2151.26,2101.5,61.5828,4.80851,300,20,0,1604,0,1,0,0,0),(28260,4699,1,1,1,2766,0,-1640.86,1414.88,64.9907,3.25311,300,20,0,1604,0,1,0,0,0),(28259,4699,1,1,1,2766,0,-1814.6,1440.64,61.0039,4.80234,300,20,0,1604,0,1,0,0,0),(28258,4699,1,1,1,2766,0,-2284.47,2055.09,112.747,5.40725,300,20,0,1604,0,1,0,0,0),(28257,4699,1,1,1,2766,0,-2135.87,1747.5,65.4592,4.22037,300,0,0,1604,0,0,0,0,0),(28256,4699,1,1,1,2766,0,-1692.72,1359.06,61.8534,3.81077,300,20,0,1604,0,1,0,0,0),(28255,4699,1,1,1,2766,0,-2317.55,1954.24,115.297,1.54938,300,0,0,1604,0,0,0,0,0),(28254,4699,1,1,1,2766,0,-2043.75,1747.92,86.4906,5.09372,300,5,0,1604,0,1,0,0,0),(28253,4699,1,1,1,2766,0,-2003.02,2949.23,45.429,0.051813,300,5,0,1604,0,1,0,0,0),(28252,4699,1,1,1,2766,0,-1924.6,1484.46,66.8164,5.99509,300,5,0,1604,0,1,0,0,0),(28251,4699,1,1,1,2766,0,-2154.05,2180.08,70.3026,3.76243,300,5,0,1604,0,1,0,0,0),(28250,4699,1,1,1,2766,0,-1710.11,1583.74,61.2863,4.82871,300,20,0,1604,0,1,0,0,0),(28249,4697,1,1,1,2765,0,-1586.96,1185.14,90.4553,0.985024,300,20,0,1279,0,1,0,0,0),(28248,4697,1,1,1,2765,0,-1309.72,939.135,91.3106,2.35826,300,5,0,1279,0,1,0,0,0),(28247,4697,1,1,1,2765,0,-1739.71,2573.72,96.885,1.65686,300,3,0,1279,0,1,0,0,0),(28246,4697,1,1,1,2765,0,-1177.83,1602.92,62.183,5.14152,300,20,0,1279,0,1,0,0,0),(28245,4697,1,1,1,2765,0,-1187.51,1583.71,61.0427,2.16553,300,20,0,1279,0,1,0,0,0),(28244,4697,1,1,1,2765,0,-917.864,1738.96,61.6212,1.44353,300,20,0,1279,0,1,0,0,0),(28243,4697,1,1,1,2765,0,-1001.22,1666.12,61.2361,5.66157,300,20,0,1279,0,1,0,0,0),(28242,4697,1,1,1,2765,0,-1485.32,1013.62,90.1353,2.3417,300,20,0,1279,0,1,0,0,0),(28241,4697,1,1,1,2765,0,-1051.2,2314.56,94.9085,0.94118,300,20,0,1279,0,1,0,0,0),(28240,4697,1,1,1,2765,0,-868.093,745.054,147.775,2.98768,300,5,0,1279,0,1,0,0,0),(28239,4697,1,1,1,2765,0,-1402.34,1074.91,95.6385,0.472381,300,20,0,1279,0,1,0,0,0),(28238,4697,1,1,1,2765,0,-771.888,2417.3,94.0935,1.37417,300,5,0,1279,0,1,0,0,0),(28230,4697,1,1,1,2765,0,-985.154,2199.55,92.0829,2.4571,300,5,0,1279,0,1,0,0,0),(28229,4697,1,1,1,2765,0,-996.875,1413.54,63.131,4.71239,300,20,0,1279,0,1,0,0,0),(28228,4697,1,1,1,2765,0,-1266.66,2354.26,91.9983,2.57834,300,20,0,1279,0,1,0,0,0),(28227,4697,1,1,1,2765,0,-1319.47,1138.62,91.0833,0.633931,300,5,0,1279,0,1,0,0,0),(28226,4697,1,1,1,2765,0,-1755.83,2189.64,64.6084,5.52367,300,3,0,1279,0,1,0,0,0),(28225,4697,1,1,1,2765,0,-1222.81,1012.36,91.4686,3.01433,300,5,0,1279,0,1,0,0,0),(28224,4697,1,1,1,2765,0,-1243.6,1268.81,94.0004,1.21785,300,5,0,1279,0,1,0,0,0),(28223,4697,1,1,1,2765,0,-1714.02,2304.21,73.9728,4.7965,300,20,0,1279,0,1,0,0,0),(28222,4697,1,1,1,2765,0,-1294.18,1063.49,99.7668,5.53644,300,20,0,1279,0,1,0,0,0),(28221,4697,1,1,1,2765,0,-1782.46,2522.69,68.9147,4.79058,300,20,0,1279,0,1,0,0,0),(28220,4697,1,1,1,2765,0,-912.295,2249.6,89.3629,5.80294,300,20,0,1279,0,1,0,0,0),(28219,4697,1,1,1,2765,0,-1182.48,1498.48,63.7435,3.00439,300,5,0,1279,0,1,0,0,0),(28218,4697,1,1,1,2765,0,-1324.63,1023.03,91.467,5.56697,300,20,0,1279,0,1,0,0,0),(28217,4697,1,1,1,2765,0,-1277.24,1350.51,61.9967,5.95207,300,20,0,1279,0,1,0,0,0),(28216,4696,1,1,1,2729,0,-354.37,1586.21,95.2642,2.89898,300,5,0,1050,0,1,0,0,0),(28215,4696,1,1,1,2729,0,-85.9225,1114.08,92.1892,4.91496,300,20,0,1050,0,1,0,0,0),(28214,4696,1,1,1,2729,0,-53.9914,1417.31,89.4036,2.89614,300,20,0,1050,0,1,0,0,0),(28213,4696,1,1,1,2729,0,-83.0985,1380.14,89.5884,5.07367,300,20,0,1050,0,1,0,0,0),(28212,4696,1,1,1,2729,0,-1612.89,1843.98,61.4739,1.41856,300,20,0,1050,0,1,0,0,0),(28211,4696,1,1,1,2729,0,-1485.94,1715.63,61.0968,3.49145,300,20,0,1050,0,1,0,0,0),(28210,4696,1,1,1,2729,0,-1460.68,1353.68,61.1049,4.60014,300,20,0,1050,0,1,0,0,0),(28209,4696,1,1,1,2729,0,-129.39,1641.16,90.5788,5.70387,300,5,0,1050,0,1,0,0,0),(28208,4696,1,1,1,2729,0,184.291,1609.49,150.767,4.5217,300,20,0,1050,0,1,0,0,0),(28207,4696,1,1,1,2729,0,-645.202,1035.15,93.1813,2.97291,300,5,0,1050,0,1,0,0,0),(28206,4696,1,1,1,2729,0,-213.646,1143.55,91.6026,3.35319,300,5,0,1050,0,1,0,0,0),(28205,4696,1,1,1,2729,0,219.275,1948.89,147.2,5.34104,300,5,0,1050,0,1,0,0,0),(28204,4696,1,1,1,2729,0,-317.975,1089.13,92.9511,4.59334,300,5,0,1050,0,1,0,0,0),(28203,4696,1,1,1,2729,0,246.6,1777.91,102.271,1.35666,300,5,0,1050,0,1,0,0,0),(28202,4696,1,1,1,2729,0,-439.121,1489.11,89.6557,2.70847,300,5,0,1050,0,1,0,0,0),(28201,4696,1,1,1,2729,0,-1473.77,1560.34,61.3273,6.15399,300,20,0,1050,0,1,0,0,0),(28200,4696,1,1,1,2729,0,-542.617,1388.44,91.1213,6.02447,300,20,0,1050,0,1,0,0,0),(28199,4696,1,1,1,2729,0,10.6142,1422.84,93.1507,3.20121,300,20,0,1050,0,1,0,0,0),(28198,4696,1,1,1,2729,0,-218.257,1337.6,88.9389,3.87763,300,20,0,1050,0,1,0,0,0),(28197,4696,1,1,1,2729,0,-322.098,1226.43,91.0808,1.94034,300,5,0,1050,0,1,0,0,0),(28196,4696,1,1,1,2729,0,-587.735,815.979,90.5805,4.07961,300,5,0,1050,0,1,0,0,0),(28195,4696,1,1,1,2729,0,267.729,1974.04,143.045,2.57202,300,5,0,1050,0,1,0,0,0),(28194,4696,1,1,1,2729,0,-590.771,1148.66,90.4028,5.48215,300,5,0,1050,0,1,0,0,0),(28193,4696,1,1,1,2729,0,102.104,1606.33,134.893,6.19589,300,5,0,1050,0,1,0,0,0),(28192,4696,1,1,1,2729,0,-616.752,1288.71,90.1089,4.75733,300,20,0,1050,0,1,0,0,0),(28191,4696,1,1,1,2729,0,-647.275,616.612,143.781,6.22845,300,5,0,1050,0,1,0,0,0),(28190,4696,1,1,1,2729,0,-502.075,1138.65,91.986,2.90894,300,5,0,1050,0,1,0,0,0),(28189,4696,1,1,1,2729,0,-447.565,966.948,92.7501,0.935108,300,20,0,1050,0,1,0,0,0),(28188,4696,1,1,1,2729,0,36.7724,1786.93,113.27,6.16368,300,15,0,1050,0,1,0,0,0),(28187,4696,1,1,1,2729,0,114.611,1885.86,133.049,5.04517,300,3,0,1050,0,1,0,0,0),(28186,4696,1,1,1,2729,0,-613.85,717.245,130.95,0.440934,300,5,0,1050,0,1,0,0,0),(28185,4696,1,1,1,2729,0,-350.272,1480.95,91.4946,3.1455,300,5,0,1050,0,1,0,0,0),(28184,4696,1,1,1,2729,0,-452.982,889.185,91.0182,5.96854,300,20,0,1050,0,1,0,0,0),(28183,4696,1,1,1,2729,0,208.215,1881.31,128.28,0.475011,300,5,0,1050,0,1,0,0,0),(28182,4696,1,1,1,2729,0,-620.075,780.594,91.9797,3.38231,300,5,0,1050,0,1,0,0,0),(28181,4696,1,1,1,2729,0,-596.54,1378.33,91.603,0.423477,300,20,0,1050,0,1,0,0,0),(28180,4696,1,1,1,2729,0,-423.06,1289.27,89.6362,5.01991,300,5,0,1050,0,1,0,0,0),(28179,4696,1,1,1,2729,0,-675.305,1373.97,91.5072,3.68322,300,5,0,1050,0,1,0,0,0),(28178,4696,1,1,1,2729,0,-150.257,1353.07,89.7639,0.340705,300,20,0,1050,0,1,0,0,0),(28177,4696,1,1,1,2729,0,-551.732,1542.34,90.5948,1.93425,300,20,0,1050,0,1,0,0,0),(28176,4696,1,1,1,2729,0,6.56492,1726.87,107.153,5.50124,300,30,0,1050,0,1,0,0,0),(28175,4696,1,1,1,2729,0,-578.388,1035.39,90.7608,4.75301,300,20,0,1050,0,1,0,0,0),(28174,4696,1,1,1,2729,0,-551.761,1147.73,95.2218,3.8959,300,5,0,1050,0,1,0,0,0),(28173,4696,1,1,1,2729,0,-265.246,1048.77,90.7887,1.83799,300,5,0,1050,0,1,0,0,0),(28172,4696,1,1,1,2729,0,-533.896,712.564,135.938,2.28091,300,3,0,1050,0,1,0,0,0),(28171,4696,1,1,1,2729,0,-389.231,1003.58,91.6529,3.27417,300,20,0,1050,0,1,0,0,0),(28170,4696,1,1,1,2729,0,-542.646,1016.62,90.1727,6.10263,300,20,0,1050,0,1,0,0,0),(28169,4696,1,1,1,2729,0,-444.045,1001.96,90.227,3.50196,300,20,0,1050,0,1,0,0,0),(28168,4696,1,1,1,2729,0,-543.902,1035.91,91.4965,6.02836,300,20,0,1050,0,1,0,0,0),(28167,4696,1,1,1,2729,0,-543.243,929.734,92.4357,0.269201,300,5,0,1050,0,1,0,0,0),(28166,4696,1,1,1,2729,0,-481.783,1400.63,95.9421,1.43291,300,5,0,1050,0,1,0,0,0),(28165,4696,1,1,1,2729,0,-316.426,1183.51,92.0399,2.81653,300,5,0,1050,0,1,0,0,0),(28164,4696,1,1,1,2729,0,-487.637,910.659,90.2516,4.59747,300,20,0,1050,0,1,0,0,0),(28163,4696,1,1,1,2729,0,104.334,1655.41,117.289,3.07321,300,5,0,1050,0,1,0,0,0),(28162,4696,1,1,1,2729,0,-121.218,1214.18,94.7778,4.5863,300,20,0,1050,0,1,0,0,0),(28161,4696,1,1,1,2729,0,-110.376,1794.62,145.638,0.935761,300,5,0,1050,0,1,0,0,0),(28160,4696,1,1,1,2729,0,-294.469,1349.54,95.1935,1.63314,300,5,0,1050,0,1,0,0,0),(28159,4696,1,1,1,2729,0,-346.06,976.9,90.8713,2.94917,300,20,0,1050,0,1,0,0,0),(28158,4696,1,1,1,2729,0,-384.228,1290.46,90.6672,1.15416,300,5,0,1050,0,1,0,0,0),(28157,4696,1,1,1,2729,0,-215.064,1251.49,92.9798,3.07577,300,20,0,1050,0,1,0,0,0),(28156,4696,1,1,1,2729,0,-348.248,1063.16,92.3109,1.04001,300,5,0,1050,0,1,0,0,0),(28155,4696,1,1,1,2729,0,-552.124,849.011,91.0193,1.0504,300,20,0,1050,0,1,0,0,0),(28154,4696,1,1,1,2729,0,-208.544,1791.22,144.987,3.71633,300,2,0,1050,0,1,0,0,0),(28153,4696,1,1,1,2729,0,-523.118,959.122,91.1127,6.00837,300,20,0,1050,0,1,0,0,0),(28152,4696,1,1,1,2729,0,-630.436,647.271,143.71,3.29647,300,20,0,1050,0,1,0,0,0),(28151,4696,1,1,1,2729,0,-423.442,1049.23,91.5231,4.75147,300,20,0,1050,0,1,0,0,0),(28150,4696,1,1,1,2729,0,-316.937,1251.15,91.0924,3.1443,300,5,0,1050,0,1,0,0,0),(28149,13656,1,1,1,13909,1,-735.863,1437.12,91.2794,0.977384,300,0,0,2310,0,0,0,0,0),(28148,4696,1,1,1,2729,0,-352.297,1280.59,90.3587,5.97995,300,20,0,1050,0,1,0,0,0),(28147,4696,1,1,1,2729,0,-187.046,1069.25,89.0476,4.64397,300,5,0,1050,0,1,0,0,0),(28146,4695,1,1,1,10825,0,-1346.33,2020.74,50.2692,0.998946,300,20,0,1403,0,1,0,0,0),(28145,4695,1,1,1,10825,0,-1310.19,1836.49,53.2692,5.0923,300,20,0,1403,0,1,0,0,0),(28144,4695,1,1,1,10825,0,-1313.61,1983.85,50.4316,5.73908,300,20,0,1403,0,1,0,0,0),(28143,4695,1,1,1,10825,0,-1276.86,1919.65,50.3512,1.16934,300,20,0,1403,0,1,0,0,0),(28142,4695,1,1,1,10825,0,-1298.7,1955.26,53.259,2.926,300,20,0,1403,0,1,0,0,0),(28141,4695,1,1,1,10825,0,-1455.96,1822.32,55.7655,6.03868,300,20,0,1403,0,1,0,0,0),(28140,4695,1,1,1,10825,0,-1277.03,2077.33,61.9008,6.19219,300,20,0,1403,0,1,0,0,0),(28139,4695,1,1,1,10825,0,-1360.52,1850.25,51.4712,0.655993,300,20,0,1403,0,1,0,0,0),(28138,4695,1,1,1,10825,0,-1355.03,1832.02,51.3506,3.45345,300,20,0,1403,0,1,0,0,0),(28137,4695,1,1,1,10825,0,-1329.68,2028.2,50.2692,1.30589,300,20,0,1403,0,1,0,0,0),(28136,4695,1,1,1,10825,0,-1267.97,2019.06,50.3267,0.105504,300,20,0,1403,0,1,0,0,0),(28135,4695,1,1,1,10825,0,-1362.13,1910.66,50.2692,5.06389,300,5,0,1403,0,1,0,0,0),(28134,4695,1,1,1,10825,0,-1353.45,1949.48,50.3261,0.575835,300,20,0,1403,0,1,0,0,0),(28133,4695,1,1,1,10825,0,-1327.16,1918.13,51.084,4.446,300,20,0,1403,0,1,0,0,0),(28132,4695,1,1,1,10825,0,-1243.72,1974.84,50.2692,2.95837,300,20,0,1403,0,1,0,0,0),(28131,11863,1,1,1,11794,1,-362.255,2485.14,75.4965,0.541052,300,0,0,2884,5751,0,0,0,0),(28130,4694,1,1,1,14319,0,-2115.91,1653.13,57.1347,1.58312,300,20,0,1753,0,1,0,0,0),(28129,4694,1,1,1,14319,0,-1981.39,2892.99,50.9898,4.80632,300,20,0,1753,0,1,0,0,0),(28128,4694,1,1,1,14319,0,-1824.32,1423.26,61.2211,5.64518,300,20,0,1753,0,1,0,0,0),(28127,4694,1,1,1,14319,0,-1779.94,1483.41,61.5837,3.08508,300,20,0,1753,0,1,0,0,0),(28126,4694,1,1,1,14319,0,-2116.17,1753.27,59.6596,5.10879,300,20,0,1753,0,1,0,0,0),(28125,4694,1,1,1,14319,0,-1882.82,1482.99,60.3131,3.29899,300,20,0,1753,0,1,0,0,0),(28124,4694,1,1,1,14319,0,-1814.37,1556.18,61.4973,1.38632,300,5,0,1753,0,1,0,0,0),(28123,4694,1,1,1,14319,0,-1676.77,1413.42,61.4338,6.22162,300,20,0,1753,0,1,0,0,0),(28122,4694,1,1,1,14319,0,-1919.94,1553.1,60.364,0.514292,300,5,0,1753,0,1,0,0,0),(28121,4694,1,1,1,14319,0,-1939.3,1432.19,61.2383,1.31506,300,5,0,1753,0,1,0,0,0),(28120,4693,1,1,1,10273,0,-1237.96,1513.64,61.7361,6.25618,300,20,0,1469,0,1,0,0,0),(28119,4693,1,1,1,10273,0,-1051.7,1615.64,61.3849,4.77103,300,20,0,1469,0,1,0,0,0),(28118,4693,1,1,1,10273,0,-993.938,1587.15,61.2361,0.320478,300,20,0,1469,0,1,0,0,0),(28117,4693,1,1,1,10273,0,-1313.06,1448.84,61.2359,4.59829,300,20,0,1469,0,1,0,0,0),(28116,4693,1,1,1,10273,0,-1200.9,1418.6,61.2302,1.21472,300,20,0,1469,0,1,0,0,0),(28115,4693,1,1,1,10273,0,-1140.03,1631.09,61.4861,0.113574,300,20,0,1469,0,1,0,0,0),(28114,4693,1,1,1,10273,0,-1079.66,1649.52,61.6111,6.26409,300,20,0,1469,0,1,0,0,0),(28113,4693,1,1,1,10273,0,-984.461,1490.94,62.1988,0.628653,300,5,0,1469,0,1,0,0,0),(28112,4693,1,1,1,10273,0,-669.3,2412.32,90.0728,2.13631,300,20,0,1469,0,1,0,0,0),(28111,4693,1,1,1,10273,0,-1267.08,1397.62,61.2361,0.903938,300,20,0,1469,0,1,0,0,0),(28110,4693,1,1,1,10273,0,-1085.13,1529.15,61.074,4.99543,300,20,0,1469,0,1,0,0,0),(28109,4693,1,1,1,10273,0,-1025.5,1824.75,63.0339,5.48608,300,20,0,1469,0,1,0,0,0),(28108,4693,1,1,1,10273,0,-1322.63,2252.63,91.4313,4.05306,300,20,0,1469,0,1,0,0,0),(28107,4693,1,1,1,10273,0,-1083,1487.84,66.2625,5.41,300,20,0,1469,0,1,0,0,0),(28106,4693,1,1,1,10273,0,-914.279,1547.64,62.3186,0.204744,300,20,0,1469,0,1,0,0,0),(28105,4693,1,1,1,10273,0,-967.205,1608.88,61.2937,5.83264,300,20,0,1469,0,1,0,0,0),(28104,4693,1,1,1,10273,0,-1075.35,1605.05,61.0602,1.58159,300,20,0,1469,0,1,0,0,0),(28103,4693,1,1,1,10273,0,-1021.01,1741.2,62.4717,0.418038,300,20,0,1469,0,1,0,0,0),(28102,4693,1,1,1,10273,0,-887.828,2337.61,93.0864,0.338426,300,20,0,1469,0,1,0,0,0),(28101,4693,1,1,1,10273,0,-1357.29,1382.09,61.6734,6.2749,300,20,0,1469,0,1,0,0,0),(28100,4693,1,1,1,10273,0,-944.724,1743.66,61.9232,6.14639,300,20,0,1469,0,1,0,0,0),(28099,4693,1,1,1,10273,0,-902.202,1928.56,61.1368,1.34785,300,20,0,1469,0,1,0,0,0),(28098,4693,1,1,1,10273,0,-977.529,2309.17,91.3363,3.6654,300,20,0,1469,0,1,0,0,0),(28097,4693,1,1,1,10273,0,-713.389,2377.91,91.1618,2.23178,300,20,0,1469,0,1,0,0,0),(28096,4693,1,1,1,10273,0,-1154.96,2331.29,92.3796,1.93425,300,20,0,1469,0,1,0,0,0),(28095,4693,1,1,1,10273,0,-955.877,1359.61,63.0241,2.93299,300,20,0,1469,0,1,0,0,0),(28094,4693,1,1,1,10273,0,-1036.01,1548.24,60.7283,3.01627,300,5,0,1469,0,1,0,0,0),(28093,4693,1,1,1,10273,0,-1177.32,1479.35,61.0932,2.72141,300,20,0,1469,0,1,0,0,0),(28092,4693,1,1,1,10273,0,-1254.93,2325.05,91.4088,1.76743,300,20,0,1469,0,1,0,0,0),(28091,4693,1,1,1,10273,0,116.406,917.064,154.573,1.79472,300,20,0,1469,0,1,0,0,0),(28090,4693,1,1,1,10273,0,-1056.53,2358.76,96.9673,5.28735,300,20,0,1469,0,1,0,0,0),(28089,4693,1,1,1,10273,0,-710.589,2624.68,50.3248,2.37279,300,10,0,1469,0,1,0,0,0),(28088,4693,1,1,1,10273,0,-989.188,2191.86,92.4636,1.16332,300,5,0,1469,0,1,0,0,0),(28087,4693,1,1,1,10273,0,-723.273,2472.36,82.8125,4.86133,300,5,0,1469,0,1,0,0,0),(28086,4693,1,1,1,10273,0,-1181.64,2252.64,91.3378,2.05398,300,20,0,1469,0,1,0,0,0),(28085,4693,1,1,1,10273,0,-916.165,1357.81,64.3452,4.6761,300,20,0,1469,0,1,0,0,0),(28084,4693,1,1,1,10273,0,-775.333,2311.17,93.3267,1.29974,300,20,0,1469,0,1,0,0,0),(28083,4693,1,1,1,10273,0,-921.742,2358.67,93.1459,2.41909,300,20,0,1469,0,1,0,0,0),(28082,4693,1,1,1,10273,0,-883.999,1449.43,62.6089,5.44362,300,20,0,1469,0,1,0,0,0),(28081,4693,1,1,1,10273,0,-954.135,2209.64,91.0545,0.199225,300,20,0,1469,0,1,0,0,0),(28080,4693,1,1,1,10273,0,-1002.76,1408.33,62.5631,1.16924,300,20,0,1469,0,1,0,0,0),(28079,4693,1,1,1,10273,0,-950.864,2278.09,85.7502,5.4293,300,20,0,1469,0,1,0,0,0),(28078,4693,1,1,1,10273,0,-1106.11,1414.48,61.3824,5.86817,300,20,0,1469,0,1,0,0,0),(28077,4693,1,1,1,10273,0,-841.808,2413.53,92.8206,5.90268,300,5,0,1469,0,1,0,0,0),(28076,4693,1,1,1,10273,0,-808.12,2351.05,93.1121,6.18067,300,20,0,1469,0,1,0,0,0),(28075,4693,1,1,1,10273,0,-1001.25,2360.36,94.3697,6.05607,300,20,0,1469,0,1,0,0,0),(28074,4693,1,1,1,10273,0,-1222.6,2250.26,91.0128,6.23625,300,20,0,1469,0,1,0,0,0),(28073,4693,1,1,1,10273,0,-1119.15,2261.46,85.5462,1.49455,300,20,0,1469,0,1,0,0,0),(28072,4693,1,1,1,10273,0,-1075.9,2425.31,92.5497,3.54931,300,20,0,1469,0,1,0,0,0),(28071,4692,1,1,1,1192,0,-1694.87,1179.49,91.1269,5.11574,300,20,0,1163,0,1,0,0,0),(28070,4692,1,1,1,1192,0,-1470.01,1040.44,92.8186,5.70204,300,20,0,1163,0,1,0,0,0),(28069,4692,1,1,1,1192,0,-780.777,1692.81,89.6259,1.97851,300,20,0,1163,0,1,0,0,0),(28068,4692,1,1,1,1192,0,-435.322,2284.07,84.6401,1.70593,300,20,0,1163,0,1,0,0,0),(28067,4692,1,1,1,1192,0,-484.556,2187.65,92.3231,1.53012,300,30,0,1163,0,1,0,0,0),(28066,4692,1,1,1,1192,0,-50.8684,1448.1,91.3549,4.84752,300,20,0,1163,0,1,0,0,0),(28065,4692,1,1,1,1192,0,-580.459,859.53,90.7778,1.19303,300,20,0,1163,0,1,0,0,0),(22181,3127,1,1,1,0,0,1160.42,-4286,20.983,3.235,180,5,0,176,0,1,0,0,0),(28064,4692,1,1,1,1192,0,-1512.96,1320.3,61.4157,0.104272,300,20,0,1163,0,1,0,0,0),(28063,4692,1,1,1,1192,0,-1490.24,1713.8,61.332,2.46017,300,20,0,1163,0,1,0,0,0),(28062,4692,1,1,1,1192,0,-1158.13,1216.32,95.6627,4.95677,300,20,0,1163,0,1,0,0,0),(22188,3127,1,1,1,0,0,1210.1,-4283,22.527,0.814,180,5,0,176,0,1,0,0,0),(28061,4692,1,1,1,1192,0,-1508.64,2349.25,92.339,4.62244,300,20,0,1163,0,1,0,0,0),(28060,4692,1,1,1,1192,0,-1251.53,878.607,113.688,0.534395,300,20,0,1163,0,1,0,0,0),(28059,4692,1,1,1,1192,0,-1549.89,1783.93,61.3482,1.59875,300,20,0,1163,0,1,0,0,0),(28058,4692,1,1,1,1192,0,81.68,1654.14,109.268,0.871998,300,0,0,1163,0,0,0,0,0),(28057,4692,1,1,1,1192,0,-1145.53,1215.27,95.0356,2.9531,300,20,0,1163,0,1,0,0,0),(28056,4692,1,1,1,1192,0,-101.909,1487,100.078,0.746333,300,20,0,1163,0,1,0,0,0),(28055,4692,1,1,1,1192,0,-784.034,1076.33,89.4407,4.29596,300,20,0,1163,0,1,0,0,0),(28054,4692,1,1,1,1192,0,-1409.57,958.195,91.5813,0.745309,300,20,0,1163,0,1,0,0,0),(28053,4692,1,1,1,1192,0,-1507.12,1017.79,89.5139,0.321959,300,20,0,1163,0,1,0,0,0),(28052,4692,1,1,1,1192,0,-1411.82,1032.08,93.1872,4.44751,300,20,0,1163,0,1,0,0,0),(28051,4692,1,1,1,1192,0,-1293.98,1003.23,91.3733,0.940543,300,20,0,1163,0,1,0,0,0),(28050,4692,1,1,1,1192,0,-585.581,1652.46,90.9296,2.39628,300,3,0,1163,0,1,0,0,0),(28049,4692,1,1,1,1192,0,-485.733,2215.71,92.7618,0.145899,300,30,0,1163,0,1,0,0,0),(28048,4692,1,1,1,1192,0,-513.363,1978.97,105.067,1.45141,300,30,0,1163,0,1,0,0,0),(28047,4692,1,1,1,1192,0,-277.96,1891.49,149.552,5.2771,300,20,0,1163,0,1,0,0,0),(28046,4692,1,1,1,1192,0,-152.599,1282.39,89.7046,5.3814,300,20,0,1163,0,1,0,0,0),(28045,4692,1,1,1,1192,0,-1300.41,1281.15,95.2146,3.15429,300,20,0,1163,0,1,0,0,0),(28044,4692,1,1,1,1192,0,-1591.13,1138.89,90.4028,0.961233,300,20,0,1163,0,1,0,0,0),(28043,4692,1,1,1,1192,0,-1351.74,1232.55,111.21,5.77877,300,20,0,1163,0,1,0,0,0),(28042,4692,1,1,1,1192,0,-112.243,1682.79,92.3013,4.14064,300,30,0,1163,0,1,0,0,0),(28041,4692,1,1,1,1192,0,219.314,1984.79,153.786,0.125324,300,30,0,1163,0,1,0,0,0),(28040,4692,1,1,1,1192,0,-101.181,1728.19,101.756,5.38225,300,3,0,1163,0,1,0,0,0),(28039,4692,1,1,1,1192,0,11.8997,2136.06,120.282,3.4136,300,10,0,1163,0,1,0,0,0),(28038,4692,1,1,1,1192,0,-516.01,2109.16,96.1893,1.55908,300,30,0,1163,0,1,0,0,0),(28037,4692,1,1,1,1192,0,-158.648,1108.52,85.1575,4.11568,300,20,0,1163,0,1,0,0,0),(28036,4692,1,1,1,1192,0,-549.082,809.594,90.6663,4.96066,300,20,0,1163,0,1,0,0,0),(28035,4692,1,1,1,1192,0,-383.438,1017.26,91.5279,2.33722,300,20,0,1163,0,1,0,0,0),(28034,4692,1,1,1,1192,0,-379.707,1294.03,90.2497,4.16176,300,20,0,1163,0,1,0,0,0),(28033,4692,1,1,1,1192,0,-415.887,1584.5,91.6831,2.23772,300,20,0,1163,0,1,0,0,0),(28032,4692,1,1,1,1192,0,-1816.53,2501.7,63.3428,3.38188,300,20,0,1163,0,1,0,0,0),(28031,4692,1,1,1,1192,0,-424.48,2091.45,91.9705,0.599372,300,30,0,1163,0,1,0,0,0),(28030,4692,1,1,1,1192,0,-1351.94,911.947,97.4419,3.79955,300,3,0,1163,0,1,0,0,0),(28029,4692,1,1,1,1192,0,-1327.48,1011.26,91.4611,3.29391,300,20,0,1163,0,1,0,0,0),(28028,4692,1,1,1,1192,0,-778.516,2084.12,96.3786,4.25311,300,20,0,1163,0,1,0,0,0),(28027,4692,1,1,1,1192,0,-575.293,2167.66,89.6274,1.8178,300,30,0,1163,0,1,0,0,0),(28026,4692,1,1,1,1192,0,-608.756,1921.42,91.3101,3.87379,300,30,0,1163,0,1,0,0,0),(28025,4692,1,1,1,1192,0,-619.746,1073.98,90.8346,3.58373,300,20,0,1163,0,1,0,0,0),(28024,4692,1,1,1,1192,0,-618.906,609.899,154.744,4.91285,300,20,0,1163,0,1,0,0,0),(28023,4692,1,1,1,1192,0,-1333.15,1171.06,91.7457,5.79857,300,20,0,1163,0,1,0,0,0),(28022,4692,1,1,1,1192,0,-1487.23,905.307,92.1944,0.378875,300,20,0,1163,0,1,0,0,0),(28021,4692,1,1,1,1192,0,-1239.31,1079.86,91.8291,1.19836,300,20,0,1163,0,1,0,0,0),(28020,4692,1,1,1,1192,0,-1413.29,1127.48,93.3765,4.31598,300,20,0,1163,0,1,0,0,0),(28019,4692,1,1,1,1192,0,-382.622,2057.89,93.8096,4.90098,300,20,0,1163,0,1,0,0,0),(28018,4692,1,1,1,1192,0,-569.529,2003.08,89.6721,0.973587,300,20,0,1163,0,1,0,0,0),(28017,4692,1,1,1,1192,0,-681.468,2243.4,92.6275,1.20974,300,20,0,1163,0,1,0,0,0),(28016,4692,1,1,1,1192,0,-383.234,2043.46,95.5554,0.602147,300,20,0,1163,0,1,0,0,0),(28015,4692,1,1,1,1192,0,-1289.88,1124.54,91.1103,2.8575,300,20,0,1163,0,1,0,0,0),(28014,4692,1,1,1,1192,0,-1372.55,1170.29,91.2936,4.2365,300,20,0,1163,0,1,0,0,0),(28013,4692,1,1,1,1192,0,-1678.97,2301.93,81.0785,1.24874,300,20,0,1163,0,1,0,0,0),(28012,4692,1,1,1,1192,0,-53.6919,2215.77,86.6987,3.5892,300,20,0,1163,0,1,0,0,0),(28011,4692,1,1,1,1192,0,-206.942,1860.54,189.425,5.64398,300,2,0,1163,0,1,0,0,0),(28010,4692,1,1,1,1192,0,-485.375,2066.57,89.9545,1.83165,300,20,0,1163,0,1,0,0,0),(28009,4692,1,1,1,1192,0,-585.198,1477.98,88.4995,1.59676,300,20,0,1163,0,1,0,0,0),(28008,4692,1,1,1,1192,0,-1429.12,1216.46,107.805,3.56071,300,20,0,1163,0,1,0,0,0),(28007,4692,1,1,1,1192,0,-1357.58,1155.58,90.2975,2.18696,300,20,0,1163,0,1,0,0,0),(28006,4692,1,1,1,1192,0,-1639.33,2282.4,84.8454,3.01336,300,20,0,1163,0,1,0,0,0),(28005,4692,1,1,1,1192,0,-1531.1,1114.79,91.1943,0.213687,300,20,0,1163,0,1,0,0,0),(28004,4692,1,1,1,1192,0,-1749.53,2249.18,65.7012,6.23741,300,20,0,1163,0,1,0,0,0),(28003,4692,1,1,1,1192,0,-745.368,2041.19,92.3557,1.38413,300,20,0,1163,0,1,0,0,0),(28002,4692,1,1,1,1192,0,-250.604,1819.11,164.058,2.93118,300,3,0,1163,0,1,0,0,0),(28001,4692,1,1,1,1192,0,-296.614,2227.9,113.905,3.0771,300,20,0,1163,0,1,0,0,0),(28000,4692,1,1,1,1192,0,-681.646,1983.44,92.9111,2.32055,300,20,0,1163,0,1,0,0,0),(27999,4692,1,1,1,1192,0,-1169.27,1120.36,90.7412,0.123386,300,20,0,1163,0,1,0,0,0),(27998,4692,1,1,1,1192,0,-1249.65,1004.61,91.3273,4.70848,300,20,0,1163,0,1,0,0,0),(27997,4692,1,1,1,1192,0,-536.682,2119.48,90.0805,0.560389,300,30,0,1163,0,1,0,0,0),(27996,4692,1,1,1,1192,0,-276.982,1546.01,89.6742,0.74687,300,20,0,1163,0,1,0,0,0),(27995,4692,1,1,1,1192,0,-1537.94,2060.48,61.8266,6.20199,300,20,0,1163,0,1,0,0,0),(27994,4692,1,1,1,1192,0,-466.859,2120.02,91.5427,5.67838,300,30,0,1163,0,1,0,0,0),(27993,4692,1,1,1,1192,0,-381.577,2136.31,92.4124,3.36113,300,3,0,1163,0,1,0,0,0),(27992,4692,1,1,1,1192,0,-234.254,2244.85,79.4201,5.22233,300,20,0,1163,0,1,0,0,0),(1219,1449,0,1,1,4661,1,-13738.5,-29.7435,44.6395,1.81514,300,0,0,1981,0,0,0,0,0),(1218,905,0,1,1,705,0,-11850.7,-383.538,-5.7729,0.101765,300,5,0,1107,0,1,0,0,0),(1217,674,0,1,1,7202,1,-13138.5,-460.855,51.1591,2.28638,300,0,0,1829,0,0,0,0,0),(27991,4692,1,1,1,1192,0,-1198.46,988.834,92.022,0.246875,300,20,0,1163,0,1,0,0,0),(27990,4692,1,1,1,1192,0,-1181.22,1112.73,94.4531,3.77103,300,20,0,1163,0,1,0,0,0),(27989,4692,1,1,1,1192,0,-1781.89,2629.66,74.3399,2.71553,300,20,0,1163,0,1,0,0,0),(27988,4692,1,1,1,1192,0,-712.139,2121.84,102.528,4.65966,300,20,0,1163,0,1,0,0,0),(27987,4692,1,1,1,1192,0,-246.435,1927.22,168.497,5.34649,300,3,0,1163,0,1,0,0,0),(27986,4692,1,1,1,1192,0,-106.455,2242.4,70.6831,3.40518,300,20,0,1163,0,1,0,0,0),(27985,4692,1,1,1,1192,0,-623.573,938.97,92.7054,4.31352,300,20,0,1163,0,1,0,0,0),(27984,4692,1,1,1,1192,0,-1449.2,1070.11,90.0183,0.100836,300,20,0,1163,0,1,0,0,0),(27983,4692,1,1,1,1192,0,-1750.99,2581.59,87.0927,1.55003,300,20,0,1163,0,1,0,0,0),(27982,4692,1,1,1,1192,0,-1178.01,1289.46,89.1483,0.578257,300,20,0,1163,0,1,0,0,0),(27981,4692,1,1,1,1192,0,-339.783,1972.49,113.159,5.1673,300,30,0,1163,0,1,0,0,0),(27980,4692,1,1,1,1192,0,52.7916,1550.66,110.051,4.27606,300,0,0,1163,0,0,0,0,0),(27979,4692,1,1,1,1192,0,-1285.84,882.592,114.697,1.64315,300,20,0,1163,0,1,0,0,0),(27978,4692,1,1,1,1192,0,-1214.41,906.282,96.5586,1.12201,300,20,0,1163,0,1,0,0,0),(27977,4692,1,1,1,1192,0,-715.471,2184.16,100.246,3.14344,300,20,0,1163,0,1,0,0,0),(27976,4692,1,1,1,1192,0,-446.65,2030.67,94.2447,2.53167,300,20,0,1163,0,1,0,0,0),(27975,4692,1,1,1,1192,0,-552.915,2514,40.7141,3.57905,300,20,0,1163,0,1,0,0,0),(27974,4692,1,1,1,1192,0,-163.785,1100.03,84.858,0.982314,300,20,0,1163,0,1,0,0,0),(27973,4690,1,1,1,10271,0,-910.922,1822.42,63.3931,3.52501,300,0,0,511,0,0,0,0,0),(27972,4690,1,1,1,10271,0,-792.978,2441.48,95.6439,3.52407,300,10,0,511,0,1,0,0,0),(27971,4690,1,1,1,10271,0,-794.193,2439.74,95.3939,3.41576,300,10,0,511,0,1,0,0,0),(27970,4690,1,1,1,10271,0,-796.285,2441.23,95.2689,3.63178,300,10,0,511,0,1,0,0,0),(27969,4690,1,1,1,10271,0,-799.255,2438.42,94.3939,3.4329,300,10,0,511,0,1,0,0,0),(27968,4690,1,1,1,10271,0,-804.77,2436.74,93.4167,3.51101,300,10,0,511,0,1,0,0,0),(27967,4690,1,1,1,10271,0,-909.839,1816.85,62.4393,1.75556,300,0,0,511,0,0,0,0,0),(27966,4690,1,1,1,10271,0,-906.203,1819.15,62.7809,2.52866,300,0,0,511,0,0,0,0,0),(27965,4690,1,1,1,10271,0,-905.814,1817.16,62.4642,2.33599,300,0,0,511,0,0,0,0,0),(27964,4690,1,1,1,10271,0,-908.516,1812.69,61.7143,1.80768,300,0,0,511,0,0,0,0,0),(27963,4689,1,1,1,2726,0,-51.6461,1705.52,95.1754,1.4104,300,5,0,286,0,1,0,0,0),(27962,4689,1,1,1,2726,0,-50.097,1707.36,96.0504,1.55115,300,0,0,286,0,0,0,0,0),(27525,4855,70,1,1,11166,0,42.0532,323.202,-42.8722,2.38446,86400,5,0,4185,0,1,0,0,0),(27961,4689,1,1,1,2726,0,-49.505,1705.38,95.5504,1.63364,300,0,0,286,0,0,0,0,0),(27960,4689,1,1,1,2726,0,-50.8716,1701.62,93.8004,1.51314,300,0,0,286,0,0,0,0,0),(27959,4689,1,1,1,2726,0,-16.5913,1705.65,99.0549,6.04347,300,0,0,286,0,0,0,0,0),(27958,4689,1,1,1,2726,0,-359.456,1084.15,91.4163,3.49858,300,5,0,286,0,1,0,0,0),(27957,4689,1,1,1,2726,0,-358.475,1081.21,92.1663,3.33259,300,5,0,286,0,1,0,0,0),(27956,4689,1,1,1,2726,0,-363.43,1082.84,91.1663,3.50945,300,5,0,286,0,1,0,0,0),(27524,7321,70,1,1,160,1,3.82797,263.358,-35.8374,5.84685,86400,2,0,3012,2975,1,0,0,0),(8201,1092,0,1,1,1630,0,-5842.82,-2634.58,323.051,6.03884,300,0,0,1753,0,0,0,0,0),(8200,1345,0,1,1,3432,1,-5713.75,-3783.78,323.018,5.55015,300,0,0,328,0,0,0,0,0),(8199,1344,0,1,1,3437,1,-5694.65,-3812.45,321.7,1.09956,300,0,0,328,0,0,0,0,0),(27955,4689,1,1,1,2726,0,-363.98,1081.36,91.2913,3.42156,300,5,0,286,0,1,0,0,0),(27954,4689,1,1,1,2726,0,-377.062,1077.6,90.6663,3.4013,300,5,0,286,0,1,0,0,0),(27953,4688,1,1,1,10902,0,-727.747,1784.81,93.5457,0.516114,300,5,0,444,0,1,0,0,0),(27952,4688,1,1,1,10902,0,-731.458,1784.55,93.5457,0.434472,300,5,0,444,0,1,0,0,0),(27951,4688,1,1,1,10902,0,-729.244,1782.62,93.5457,0.575248,300,5,0,444,0,1,0,0,0),(27950,4688,1,1,1,10902,0,-733.026,1781.74,93.4207,0.551344,300,5,0,444,0,1,0,0,0),(27949,4688,1,1,1,10902,0,-716.251,1812.6,93.1578,1.2929,300,5,0,444,0,1,0,0,0),(27947,4688,1,1,1,10902,0,-442.361,2116.41,90.3753,4.39939,300,0,0,444,0,0,0,0,0),(27946,4688,1,1,1,10902,0,-440.505,2118.62,90.3753,4.09959,300,0,0,444,0,0,0,0,0),(27945,4688,1,1,1,10902,0,-438.82,2118.56,90.3753,4.32633,300,0,0,444,0,0,0,0,0),(27944,4688,1,1,1,10902,0,-420.454,2161.27,88.7527,4.85565,300,30,0,444,0,1,0,0,0),(27943,4688,1,1,1,10902,0,-1711.48,2574.43,116.793,0.588733,300,0,0,444,0,0,0,0,0),(27942,4688,1,1,1,10902,0,-1713.92,2573.41,115.668,0.483046,300,0,0,444,0,0,0,0,0),(27941,4688,1,1,1,10902,0,-1713.91,2576.43,115.168,0.644947,300,0,0,444,0,0,0,0,0),(27940,4688,1,1,1,10902,0,-1715.68,2572.72,114.418,0.564369,300,0,0,444,0,0,0,0,0),(27939,4688,1,1,1,10902,0,-1710.14,2577.5,117.581,0.39374,300,0,0,444,0,0,0,0,0),(27938,4687,1,1,1,10039,1,-287.085,2791.67,-12.793,4.19324,550,0,0,4377,0,2,0,0,0),(27937,4686,1,1,1,10043,1,-530.992,1254.59,89.2358,2.96082,550,0,0,4185,0,2,0,0,0),(27936,4685,1,1,1,6173,0,-1987.14,1995.42,63.4865,1.79687,300,5,0,1410,1283,1,0,0,0),(27935,4685,1,1,1,6173,0,-2117.45,1915.06,62.8605,4.72011,300,5,0,1410,1283,1,0,0,0),(27934,4685,1,1,1,6173,0,-2084.56,1811.55,57.1576,5.16447,300,20,0,1410,1283,1,0,0,0),(27933,4685,1,1,1,6173,0,-1854.06,661.969,107.285,0.096196,300,5,0,1410,1283,1,0,0,0),(27932,4685,1,1,1,6173,0,-1860.29,632.339,107.374,1.58117,300,0,0,1410,1283,2,0,0,0),(27931,4685,1,1,1,6173,0,-1828.83,562.68,106.762,5.81169,300,5,0,1410,1283,1,0,0,0),(27930,4685,1,1,1,6173,0,-1967.96,664.144,107.409,3.28672,300,5,0,1410,1283,1,0,0,0),(27929,4685,1,1,1,6173,0,-1991.57,674.61,110.49,0.121447,300,5,0,1410,1283,1,0,0,0),(27928,4684,1,1,1,2737,0,-2064.91,1894.51,67.3416,4.1715,300,5,0,1196,3075,1,0,0,0),(27927,4684,1,1,1,2737,0,-2086.65,1902.32,69.4629,1.26261,300,5,0,1196,3075,1,0,0,0),(27926,4684,1,1,1,2737,0,-2021.98,1907.31,69.2366,2.86249,300,5,0,1196,3075,1,0,0,0),(27925,4684,1,1,1,2737,0,-2047.09,1879.42,69.263,4.87499,300,5,0,1196,3075,1,0,0,0),(27924,4684,1,1,1,2737,0,-2023.16,1956.79,69.193,1.84822,300,5,0,1196,3075,1,0,0,0),(27923,11596,1,1,1,11470,1,-1402.43,1497.07,61.373,2.6529,300,0,0,2218,0,0,0,0,0),(27922,4682,1,1,1,2834,0,-1849.07,1778.2,67.9268,2.09525,300,0,0,1305,1186,0,0,0,0),(27921,4682,1,1,1,2834,0,-1893.02,1798.69,67.9277,3.15446,300,0,0,1305,1186,0,0,0,0),(27920,4682,1,1,1,2834,0,-1903.2,1789.22,67.9452,2.43816,300,0,0,1305,1186,0,0,0,0),(27919,4682,1,1,1,2834,0,-2100.22,1868.85,66.8734,3.37905,300,0,0,1305,1186,0,0,0,0),(27918,4681,1,1,1,6172,0,-1921.7,1836.93,66.6269,3.89866,300,5,0,1305,1186,1,0,0,0),(27917,4681,1,1,1,6172,0,-1729.74,1721.32,67.7709,2.16313,300,5,0,1305,1186,1,0,0,0),(27916,4681,1,1,1,6172,0,-1877.28,1727.31,65.3828,1.55867,300,5,0,1305,1186,1,0,0,0),(27915,4681,1,1,1,6172,0,-1852.27,1824.36,62.4783,1.50046,300,5,0,1305,1186,1,0,0,0),(27914,4681,1,1,1,6172,0,-1812.51,1614.18,61.394,5.57549,300,5,0,1305,1186,1,0,0,0),(27913,4681,1,1,1,6172,0,-1877.15,1686.21,62.1328,5.15555,300,5,0,1305,1186,1,0,0,0),(27912,4681,1,1,1,6172,0,-1735.42,1693.75,61.7046,0.977343,300,5,0,1305,1186,1,0,0,0),(27911,4681,1,1,1,6172,0,-1811.03,1676.13,61.4709,2.19396,300,5,0,1305,1186,1,0,0,0),(27910,4680,1,1,1,9015,1,-2001.41,1920.69,69.2124,4.46501,300,3,0,1604,0,1,0,0,0),(27909,4680,1,1,1,9015,1,-2051.81,1904.82,70.4807,5.77697,300,5,0,1604,0,1,0,0,0),(27908,4680,1,1,1,9015,1,-2043.25,1943.66,72.3547,3.20805,300,3,0,1604,0,1,0,0,0),(27907,4680,1,1,1,9015,1,-2063.22,1871.55,69.3997,1.40544,300,5,0,1604,0,1,0,0,0),(27906,4680,1,1,1,9015,1,-2075.86,1913.09,68.2203,0.070087,300,3,0,1604,0,1,0,0,0),(27905,4679,1,1,1,159,0,-1649.41,1931.48,62.7052,0.871414,300,0,0,1257,1142,0,0,0,0),(27904,4679,1,1,1,159,0,-1860.05,1969.48,65.0813,2.3927,300,0,0,1257,1142,0,0,0,0),(27903,4679,1,1,1,159,0,-1697.54,1958.83,63.368,3.91889,300,0,0,1257,1142,0,0,0,0),(27902,4679,1,1,1,159,0,-1854.22,1958.26,64.694,1.06274,300,0,0,1257,1142,0,0,0,0),(27901,4679,1,1,1,159,0,-1924.78,2048.12,64.6219,3.58427,300,5,0,1257,1142,1,0,0,0),(27900,4679,1,1,1,159,0,-1742.28,1986.56,64.7644,4.98758,300,0,0,1257,1142,0,0,0,0),(27899,4679,1,1,1,159,0,-1669.48,1796.6,61.9052,3.78188,300,5,0,1257,1142,1,0,0,0),(27898,4679,1,1,1,159,0,-1882.69,2045.57,63.5883,3.00622,300,5,0,1257,1142,1,0,0,0),(27897,4679,1,1,1,159,0,-1690.02,1969.43,63.1608,5.54167,300,0,0,1257,1142,0,0,0,0),(27896,4678,1,1,1,1913,0,-1590.58,1854.44,62.2777,5.57287,300,5,0,1305,1186,1,0,0,0),(27895,4678,1,1,1,1913,0,-1586,1922.69,61.1506,1.03054,300,20,0,1305,1186,1,0,0,0),(27894,6726,1,1,1,5406,1,-1770.37,3262.19,5.10852,0.471239,550,0,0,8457,8370,0,0,0,0),(22451,3225,1,1,1,0,0,1263.1,-4272,24.34,2.611,180,5,0,198,0,1,0,0,0),(27893,4677,1,1,1,5049,1,-1609.24,1906.33,62.2858,1.46397,300,5,0,1536,0,1,0,0,0),(27892,4677,1,1,1,5049,1,-1873.8,1942.38,61.4575,2.54814,300,3,0,1536,0,1,0,0,0),(27891,4677,1,1,1,5049,1,-1806.1,1804.57,62.617,0.577491,300,5,0,1536,0,1,0,0,0),(27890,4677,1,1,1,5049,1,-1877.07,1763.74,70.6795,2.74328,300,3,0,1536,0,1,0,0,0),(27889,4676,1,1,1,10906,0,-1652.6,1947.92,60.9623,4.95734,300,0,0,1469,0,0,0,0,0),(27888,4676,1,1,1,10906,0,-1856.41,2035.47,62.1594,4.35779,300,20,0,1469,0,1,0,0,0),(27887,4676,1,1,1,10906,0,-1814.64,1920.31,62.3959,3.14159,300,5,0,1469,0,1,0,0,0),(27886,4676,1,1,1,10906,0,-1932,1753.07,75.8414,3.08685,300,5,0,1469,0,1,0,0,0),(27885,4676,1,1,1,10906,0,-1680.44,1679.89,61.3296,4.79609,300,5,0,1469,0,1,0,0,0),(27884,4676,1,1,1,10906,0,-1680.54,1791.67,61.6552,1.81075,300,5,0,1469,0,1,0,0,0),(27883,4676,1,1,1,10906,0,-1756.85,1964.86,62.4401,1.06019,300,5,0,1469,0,1,0,0,0),(22473,3227,1,1,1,0,0,1187.73,-4291,21.188,0.331,180,5,0,198,0,1,0,0,0),(27882,4676,1,1,1,10906,0,-1712.58,1862.62,61.7963,0.795217,300,5,0,1469,0,1,0,0,0),(27881,4676,1,1,1,10906,0,-1753.47,1779.45,66.3729,1.70399,300,5,0,1469,0,1,0,0,0),(27880,4676,1,1,1,10906,0,-2127.57,1849.09,57.6786,2.66422,300,20,0,1469,0,1,0,0,0),(27879,4676,1,1,1,10906,0,-1941.55,1824.05,66.8804,4.5467,300,20,0,1469,0,1,0,0,0),(27878,4676,1,1,1,10906,0,-2054.88,1786.39,65.9368,5.52816,300,5,0,1469,0,1,0,0,0),(27877,4676,1,1,1,10906,0,-1885.19,2014.27,64.5141,0.601281,300,5,0,1469,0,1,0,0,0),(27876,4676,1,1,1,10906,0,-1858.82,1644,61.6976,0.032263,300,20,0,1469,0,1,0,0,0),(27875,4676,1,1,1,10906,0,-2014.6,1816.02,66.8045,4.51576,300,5,0,1469,0,1,0,0,0),(27874,4676,1,1,1,10906,0,-1972.82,1795.54,86.9097,3.16899,300,5,0,1469,0,1,0,0,0),(22491,3230,530,1,1,0,1,242.997,2698.2,89.8427,3.80482,300,0,0,647400,0,0,0,0,0),(27873,4675,1,1,1,2014,0,-242.372,694.713,100.894,1.94124,300,5,0,977,935,1,0,0,0),(27872,4675,1,1,1,2014,0,-238.371,721.484,100.898,0.478694,300,5,0,977,935,1,0,0,0),(27871,4675,1,1,1,2014,0,-314.354,780.99,89.6826,5.57002,300,5,0,977,935,1,0,0,0),(27870,4675,1,1,1,2014,0,-19.402,880.652,93.3022,3.70226,300,0,0,977,935,2,0,0,0),(27869,4675,1,1,1,2014,0,-53.214,964.865,91.6179,4.18325,300,5,0,977,935,1,0,0,0),(27868,4675,1,1,1,2014,0,-201.304,882.657,91.1457,0.265683,300,5,0,977,935,1,0,0,0),(27867,4675,1,1,1,2014,0,-82.7168,954.011,90.5134,0.545774,300,5,0,977,935,1,0,0,0),(27866,4675,1,1,1,2014,0,-255.738,889.042,89.4798,5.9544,300,0,0,977,935,0,0,0,0),(27865,4675,1,1,1,2014,0,-255.089,896.784,89.6048,1.32635,300,0,0,977,935,0,0,0,0),(27864,4675,1,1,1,2014,0,-123.135,983.938,90.2076,3.91447,300,5,0,977,935,1,0,0,0),(27863,4675,1,1,1,2014,0,-143.117,815.793,116.009,1.55708,300,5,0,977,935,1,0,0,0),(27862,4675,1,1,1,2014,0,-46.6931,651.606,91.477,0.403327,300,0,0,977,935,2,0,0,0),(27861,4675,1,1,1,2014,0,-258.701,759.515,99.8213,0.55405,300,0,0,977,935,2,0,0,0),(27860,4675,1,1,1,2014,0,-38.0512,855.582,107.245,0.098082,300,5,0,977,935,1,0,0,0),(27859,4675,1,1,1,2014,0,63.3433,899.558,143.046,1.71338,300,5,0,977,935,1,0,0,0),(27858,4675,1,1,1,2014,0,86.0777,861.287,143.026,5.35912,300,5,0,977,935,1,0,0,0),(27857,4675,1,1,1,2014,0,131.238,851.786,144.9,3.15859,300,5,0,977,935,1,0,0,0),(27856,4675,1,1,1,2014,0,-86.4932,684.602,106.679,3.3092,300,5,0,977,935,1,0,0,0),(27855,4674,1,1,1,11332,1,-184.878,669.84,91.4118,3.44093,300,5,0,1163,0,1,0,0,0),(27854,4674,1,1,1,11332,1,-345.874,832.095,96.9362,4.96659,300,0,0,1163,0,0,0,0,0),(27853,4674,1,1,1,11332,1,-288.196,745.647,88.7009,4.08158,300,5,0,1163,0,1,0,0,0),(27852,4674,1,1,1,11332,1,-347.293,812.019,94.6041,5.34227,300,0,0,1163,0,0,0,0,0),(27851,4674,1,1,1,11332,1,-384.67,785.815,92.0652,3.09817,300,5,0,1163,0,1,0,0,0),(27850,4674,1,1,1,11332,1,-19.5765,814.698,103.404,5.89215,300,5,0,1163,0,1,0,0,0),(27849,4674,1,1,1,11332,1,-256.408,795.587,89.6228,0.405748,300,5,0,1163,0,1,0,0,0),(27848,4674,1,1,1,11332,1,-263.643,794.374,89.4978,3.81802,300,5,0,1163,0,1,0,0,0),(27847,4674,1,1,1,11332,1,-89.1856,771.57,132.892,0.862628,300,0,0,1163,0,0,0,0,0),(27846,4674,1,1,1,11332,1,-185.318,846.589,99.3148,5.29927,300,5,0,1163,0,1,0,0,0),(27845,4674,1,1,1,11332,1,-23.182,669.305,91.4909,2.52663,300,0,0,1163,0,0,0,0,0),(27844,4674,1,1,1,11332,1,-15.009,1081.08,113.582,0.515721,300,5,0,1163,0,1,0,0,0),(27843,4674,1,1,1,11332,1,-34.1781,664.947,91.477,1.73728,300,0,0,1163,0,0,0,0,0),(27842,4674,1,1,1,11332,1,55.5886,967.218,155.102,1.25275,300,0,0,1163,0,2,0,0,0),(27841,4673,1,1,1,11331,1,-176.091,663.9,91.4603,5.29412,300,5,0,1163,0,1,0,0,0),(27840,4673,1,1,1,11331,1,-320.557,720.907,89.293,2.52259,300,5,0,1163,0,1,0,0,0),(27839,4673,1,1,1,11331,1,-324.491,854.808,93.2528,3.86759,300,5,0,1163,0,1,0,0,0),(27838,4673,1,1,1,11331,1,-51.8462,959.227,91.7429,2.29532,300,5,0,1163,0,1,0,0,0),(27837,4673,1,1,1,11331,1,-282.069,823.043,90.7793,0.4527,300,20,0,1163,0,1,0,0,0),(27836,4673,1,1,1,11331,1,-194.182,927.572,91.488,2.35142,300,5,0,1163,0,1,0,0,0),(27835,4673,1,1,1,11331,1,-113.884,985.231,89.7076,2.24583,300,5,0,1163,0,1,0,0,0),(27834,4673,1,1,1,11331,1,-179.249,777.656,96.8849,4.6931,300,5,0,1163,0,1,0,0,0),(27833,4673,1,1,1,11331,1,-214.129,745.994,99.8366,4.85376,300,0,0,1163,0,0,0,0,0),(27832,4673,1,1,1,11331,1,-79.9693,612.644,91.4173,4.73217,300,5,0,1163,0,1,0,0,0),(27831,4673,1,1,1,11331,1,11.4188,986.218,128.338,4.03292,300,3,0,1163,0,1,0,0,0),(27830,4673,1,1,1,11331,1,2.67233,1035.92,120.714,0.834611,300,5,0,1163,0,1,0,0,0),(27829,4673,1,1,1,11331,1,13.4141,662.486,103.385,2.35103,300,5,0,1163,0,1,0,0,0),(27828,4673,1,1,1,11331,1,102.497,870.342,142.45,1.61328,300,5,0,1163,0,1,0,0,0),(27827,4673,1,1,1,11331,1,19.6123,916.565,132.907,4.17327,300,5,0,1163,0,1,0,0,0),(27826,4673,1,1,1,11331,1,-85.6674,743.041,125.547,3.57905,300,5,0,1163,0,1,0,0,0),(27825,18241,1,1,1,17625,0,-100.613,2832.51,-40.6645,3.98299,21600,0,0,955,0,0,0,0,0),(27824,4672,1,1,1,2014,0,-388.227,856.291,90.9798,2.12456,300,5,0,1107,0,1,0,0,0),(27823,4672,1,1,1,2014,0,-413.866,815.99,91.6507,5.02186,300,5,0,1107,0,1,0,0,0),(31333,23979,1,1,1,21950,0,-2986.96,-4004.18,37.4665,3.19438,360,10,0,13,0,1,0,0,0),(27822,4672,1,1,1,2014,0,-125.914,848.426,118.784,4.46741,300,5,0,1107,0,1,0,0,0),(27821,4672,1,1,1,2014,0,-85.5146,815.159,124.344,4.05334,300,5,0,1107,0,1,0,0,0),(31332,23979,1,1,1,21950,0,-3045.76,-3996.14,37.8974,3.33691,360,10,0,13,0,1,0,0,0),(27820,4672,1,1,1,2014,0,-51.2473,782.473,106.494,3.84884,300,5,0,1107,0,1,0,0,0),(27819,4672,1,1,1,2014,0,-187.541,982.448,91.1746,1.58258,300,5,0,1107,0,1,0,0,0),(27818,4672,1,1,1,2014,0,-151.06,1017.83,91.2913,4.92474,300,5,0,1107,0,1,0,0,0),(27817,4672,1,1,1,2014,0,-277.842,886.481,89.8548,6.12708,300,20,0,1107,0,1,0,0,0),(27816,4672,1,1,1,2014,0,-143.424,873.46,114.738,5.16356,300,5,0,1107,0,1,0,0,0),(27815,4672,1,1,1,2014,0,-350.974,881.963,89.4659,0.308334,300,20,0,1107,0,1,0,0,0),(27814,4672,1,1,1,2014,0,-155.775,945.03,89.6073,3.87789,300,5,0,1107,0,1,0,0,0),(27813,4672,1,1,1,2014,0,-36.6611,611.477,93.8942,6.06854,300,3,0,1107,0,1,0,0,0),(27812,4672,1,1,1,2014,0,-12.3504,742.727,91.477,5.3085,300,0,0,1107,0,2,0,0,0),(27811,4672,1,1,1,2014,0,144.682,921.673,163.467,2.41626,300,20,0,1107,0,1,0,0,0),(27810,4672,1,1,1,2014,0,50.2257,884.22,141.766,3.42774,300,0,0,1107,0,2,0,0,0),(27809,4672,1,1,1,2014,0,30.394,707.498,123.925,4.80332,300,5,0,1107,0,1,0,0,0),(27808,4671,1,1,1,2021,0,-220.174,684.167,99.6134,2.70492,300,0,0,1107,0,0,0,0,0),(27807,4671,1,1,1,2021,0,-284.435,684.128,96.8582,4.67475,300,5,0,1107,0,1,0,0,0),(27806,4671,1,1,1,2021,0,-448.996,785.004,99.6409,1.28177,300,5,0,1107,0,1,0,0,0),(27805,4671,1,1,1,2021,0,-85.1189,1017.02,91.323,0.874743,300,5,0,1107,0,1,0,0,0),(27804,4671,1,1,1,2021,0,-354.355,753.946,91.2159,1.60402,300,5,0,1107,0,1,0,0,0),(27803,4671,1,1,1,2021,0,-113.527,788.216,124.978,5.03644,300,5,0,1107,0,1,0,0,0),(27795,4671,1,1,1,2021,0,-217.33,949.496,91.1984,5.51939,300,5,0,1107,0,1,0,0,0),(27788,4671,1,1,1,2021,0,-255.592,921.381,95.6732,0.714308,300,5,0,1107,0,1,0,0,0),(27787,4671,1,1,1,2021,0,-279.031,945.841,92.1048,6.12436,300,5,0,1107,0,1,0,0,0),(27786,4671,1,1,1,2021,0,-114.665,716.955,118.064,5.21977,300,5,0,1107,0,1,0,0,0),(27785,4671,1,1,1,2021,0,-154.224,686.358,96.6491,2.69421,300,5,0,1107,0,1,0,0,0),(31331,4343,1,1,1,814,0,-3317.49,-3235.99,32.6297,5.47869,360,10,0,1536,0,1,0,0,0),(31330,23979,1,1,1,21950,0,-3071.41,-3981.57,39.0792,4.82155,360,10,0,13,0,1,0,0,0),(27784,4671,1,1,1,2021,0,87.5977,920.392,149.99,0.849669,300,5,0,1107,0,1,0,0,0),(27783,4671,1,1,1,2021,0,-20.202,679.083,91.4909,4.44733,300,0,0,1107,0,0,0,0,0),(31329,4382,1,1,1,2024,0,-2520.24,-3021.56,29.4468,2.74953,360,10,0,1469,0,1,0,0,0),(27782,4671,1,1,1,2021,0,-54.7891,718.71,108.576,3.65099,300,5,0,1107,0,1,0,0,0),(27781,4671,1,1,1,2021,0,-157.963,756.443,108.103,3.60175,300,5,0,1107,0,1,0,0,0),(27780,4670,1,1,1,6741,1,-183.883,718.04,91.1805,2.85766,300,5,0,1107,0,1,0,0,0),(27779,4670,1,1,1,6741,1,-50.7124,914.98,91.8914,3.29251,300,5,0,1107,0,1,0,0,0),(27778,4670,1,1,1,6741,1,-56.9874,984.487,91.4803,3.1306,300,5,0,1107,0,1,0,0,0),(27777,4670,1,1,1,6741,1,-46.9785,1044.72,99.3789,4.4738,300,5,0,1107,0,1,0,0,0),(27776,4670,1,1,1,6741,1,-220.958,818.454,91.174,3.69655,300,5,0,1107,0,1,0,0,0),(27775,4670,1,1,1,6741,1,-257.164,848.6,90.7778,1.92713,300,5,0,1107,0,1,0,0,0),(27774,4670,1,1,1,6741,1,-215.617,881.855,91.0207,1.36602,300,5,0,1107,0,1,0,0,0),(27773,4670,1,1,1,6741,1,-120.76,926.593,92.4041,1.42798,300,5,0,1107,0,1,0,0,0),(27772,4670,1,1,1,6741,1,-311.274,924.512,91.8548,0.728574,300,5,0,1107,0,1,0,0,0),(27762,4670,1,1,1,6741,1,-113.05,639.954,91.4603,5.86832,300,0,0,1107,0,2,0,0,0),(27761,4670,1,1,1,6741,1,5.61042,785.208,91.4909,0.046743,300,5,0,1107,0,1,0,0,0),(27759,4670,1,1,1,6741,1,117.543,886.198,143.889,0.401426,300,0,0,1107,0,0,0,0,0),(27758,4670,1,1,1,6741,1,181.076,927.426,175.069,4.86958,300,5,0,1107,0,1,0,0,0),(27757,4670,1,1,1,6741,1,121.04,946.697,169.705,6.0609,300,5,0,1107,0,1,0,0,0),(27756,4668,1,1,1,4709,1,-1863.62,2003.65,63.1919,5.87643,300,0,0,1155,2975,0,0,0,0),(27755,4668,1,1,1,4709,1,-1716.5,1972.43,62.6785,1.51154,300,5,0,1155,2975,1,0,0,0),(27754,4668,1,1,1,4710,1,-1952.93,1844.03,64.9923,3.19828,300,5,0,1155,2975,1,0,0,0),(27753,4668,1,1,1,4709,1,-1896.7,1828.57,62.3018,5.84839,300,0,0,1155,2975,0,0,0,0),(27752,4668,1,1,1,4709,1,-2002.98,1917.76,69.2146,3.74967,300,3,0,1155,2975,1,0,0,0),(27751,4668,1,1,1,11309,1,-1696.91,1764.29,60.2392,1.11159,300,5,0,1155,2975,1,0,0,0),(27750,4668,1,1,1,4709,1,-1958.94,550.888,166.401,4.10152,300,0,0,1155,2975,0,0,0,0),(27749,4668,1,1,1,4709,1,-1835.53,600.369,109.075,0.373904,300,5,0,1155,2975,1,0,0,0),(27748,4668,1,1,1,4709,1,-1965.93,541.453,166.505,0.942478,300,0,0,1155,2975,0,0,0,0),(27747,4668,1,1,1,4709,1,-1984.61,660.532,107.44,0.645772,300,0,0,1155,2975,0,0,0,0),(27746,4668,1,1,1,4709,1,-1836.44,605.901,122.722,4.27762,300,0,0,1155,2975,0,0,0,0),(27745,4668,1,1,1,4710,1,-1881.38,615.445,109.304,0.61142,300,0,0,1155,2975,0,0,0,0),(27744,4668,1,1,1,4709,1,-1855.78,623.283,107.393,3.7001,300,0,0,1155,2975,0,0,0,0),(27743,4667,1,1,1,4705,1,-349.069,1749.65,139.519,2.54745,300,0,0,882,2362,2,0,0,0),(27742,12347,1,1,1,1001,0,-542.88,2710.79,-27.9482,3.33234,300,0,0,955,0,0,0,0,0),(27741,4667,1,1,1,4706,1,-414.635,1861.55,127.464,3.34511,300,0,0,882,2362,0,0,0,0),(27740,12347,1,1,1,1001,0,-623.359,2689.89,-20.1575,3.16598,300,20,0,955,0,1,0,0,0),(27739,12347,1,1,1,1001,0,-619.61,2841.59,-31.7603,2.4481,300,20,0,955,0,1,0,0,0),(27738,12347,1,1,1,1001,0,-394.18,2814.45,-25.0853,2.47922,300,20,0,955,0,1,0,0,0),(27737,12347,1,1,1,1001,0,-279.177,2581.32,-17.0485,1.29039,300,20,0,955,0,1,0,0,0),(27736,12347,1,1,1,1001,0,-503.469,2862.12,-65.2507,3.73338,300,0,0,955,0,0,0,0,0),(27735,12347,1,1,1,1001,0,-221.709,2649.22,-36.8541,2.32649,300,20,0,955,0,1,0,0,0),(27734,12347,1,1,1,1001,0,-278.132,2844.55,-13.9317,1.26726,300,0,0,955,0,0,0,0,0),(27733,12347,1,1,1,1001,0,-325.137,2678.75,-22.7098,3.98387,300,20,0,955,0,1,0,0,0),(27732,12347,1,1,1,1001,0,-419.227,2683.22,-19.8788,4.58125,300,20,0,955,0,1,0,0,0),(27731,12347,1,1,1,1001,0,-458.911,2739.81,-26.4442,4.08074,300,20,0,955,0,1,0,0,0),(27729,12347,1,1,1,1001,0,-346.647,2759.54,-21.7218,3.21889,300,20,0,955,0,1,0,0,0),(27727,12347,1,1,1,1001,0,-562.477,2772.51,-25.6206,3.46229,300,20,0,955,0,1,0,0,0),(27726,4666,1,1,1,4702,0,-543.476,1785.58,94.8726,3.31933,300,0,0,1107,0,2,0,0,0),(27725,4666,1,1,1,11301,0,-450.816,1743.41,147.032,3.63029,300,0,0,1107,0,0,0,0,0),(27724,4666,1,1,1,11302,0,-458.541,1754.16,153.501,2.77507,300,0,0,1107,0,0,0,0,0),(27723,4666,1,1,1,11302,0,-448.406,1742.13,153.529,4.4855,300,0,0,1107,0,0,0,0,0),(27722,4666,1,1,1,4702,0,-406.596,1733.14,130.614,3.78736,300,0,0,1107,0,0,0,0,0),(27721,4666,1,1,1,11301,0,-395.23,1716.75,131.854,3.42085,300,0,0,1107,0,0,0,0,0),(27720,4666,1,1,1,4701,0,-290.983,1733.49,128.163,0.660343,300,5,0,1107,0,1,0,0,0),(27719,4666,1,1,1,4701,0,-353.046,1728.97,139.419,1.81514,300,0,0,1107,0,0,0,0,0),(27718,4666,1,1,1,4702,0,-373.017,1742.05,139.477,3.66519,300,0,0,1107,0,0,0,0,0),(27717,4666,1,1,1,4702,0,-376.177,1746.52,139.478,3.82227,300,0,0,1107,0,0,0,0,0),(27716,4666,1,1,1,4702,0,-371.453,1783.1,139.378,3.92951,300,0,0,1107,0,2,0,0,0),(27715,4666,1,1,1,4702,0,-402.912,1837.42,128.49,2.9147,300,0,0,1107,0,0,0,0,0),(27714,4666,1,1,1,4702,0,-435.67,1814.09,126.727,4.66003,300,0,0,1107,0,0,0,0,0),(27713,4666,1,1,1,4701,0,-405.377,1839.18,128.396,4.24277,300,5,0,1107,0,1,0,0,0),(27712,4666,1,1,1,11301,0,-428.045,1811,126.768,4.06662,300,0,0,1107,0,0,0,0,0),(27711,4666,1,1,1,4702,0,-380.908,1769.78,139.418,6.07375,300,0,0,1107,0,0,0,0,0),(27710,4666,1,1,1,4701,0,-435.511,1849.95,128.492,5.70723,300,0,0,1107,0,0,0,0,0),(27709,4666,1,1,1,4702,0,-313.739,1755.5,139.427,3.00197,300,0,0,1107,0,0,0,0,0),(27708,4666,1,1,1,4702,0,-341.051,1796.5,139.344,4.31096,300,0,0,1107,0,0,0,0,0),(27707,4666,1,1,1,4702,0,-399.595,1874.47,128.492,3.76991,300,0,0,1107,0,0,0,0,0),(27706,11578,1,1,1,11374,0,-1979.39,2916.11,45.9879,3.15722,300,20,0,1221,0,1,0,0,0),(27705,11578,1,1,1,11374,0,-1989.69,2849.34,55.6381,0.82965,300,5,0,1221,0,1,0,0,0),(27704,11578,1,1,1,11374,0,-1963.06,2808.96,54.2299,3.35719,300,20,0,1221,0,1,0,0,0),(27703,4666,1,1,1,11301,0,-302.472,1724.22,127.679,2.14187,300,0,0,1107,0,2,0,0,0),(27702,4666,1,1,1,4701,0,-323.503,1709.29,128.054,5.18134,300,5,0,1107,0,1,0,0,0),(27701,11578,1,1,1,11374,0,-2132.33,1615.38,65.4924,3.09963,300,20,0,1221,0,1,0,0,0),(27700,11578,1,1,1,11374,0,-1780.37,1544.56,61.0272,3.02015,300,20,0,1221,0,1,0,0,0),(27699,11578,1,1,1,11374,0,-1853.52,1479.38,69.1469,4.77883,300,20,0,1221,0,1,0,0,0),(27698,11578,1,1,1,11374,0,-1634.09,2788.28,111.539,0.350856,300,5,0,1221,0,1,0,0,0),(27697,4666,1,1,1,4701,0,-186.928,1744.87,115.328,2.10708,300,3,0,1107,0,1,0,0,0),(27696,11578,1,1,1,11374,0,-2189.33,2010.92,64.3599,1.75097,300,5,0,1221,0,1,0,0,0),(27695,11578,1,1,1,11374,0,-2097.63,1716.61,58.5326,3.12162,300,20,0,1221,0,1,0,0,0),(27694,11578,1,1,1,11374,0,-2268,1620.41,77.6427,1.37234,300,3,0,1221,0,1,0,0,0),(27693,11578,1,1,1,11374,0,-1948.16,1461.83,64.1606,1.48084,300,5,0,1221,0,1,0,0,0),(27690,11578,1,1,1,11374,0,-1850.4,1450.45,62.194,0.370474,300,20,0,1221,0,1,0,0,0),(27689,11578,1,1,1,11374,0,-1923.44,1419.82,61.2482,0.421119,300,20,0,1221,0,1,0,0,0),(27688,4665,1,1,1,4697,0,-490.745,1709.15,107.696,5.55241,300,0,0,847,2253,2,0,0,0),(27687,4665,1,1,1,11296,0,-446.795,1784.41,128.7,3.29782,300,5,0,847,2253,1,0,0,0),(27686,4665,1,1,1,4698,0,-481.42,1713.61,111.353,5.69789,300,3,0,847,2253,1,0,0,0),(27685,4665,1,1,1,4698,0,-332.948,1761.2,139.602,2.98451,300,0,0,847,2253,0,0,0,0),(27684,4665,1,1,1,4698,0,-361.38,1761.27,139.602,0.087266,300,0,0,847,2253,0,0,0,0),(27683,4665,1,1,1,4698,0,-354.082,1749.98,139.602,1.18682,300,0,0,847,2253,0,0,0,0),(27682,4665,1,1,1,11297,0,-332.02,1740.06,139.35,2.22602,300,0,0,847,2253,2,0,0,0),(27681,4665,1,1,1,11297,0,-344.609,1776.44,139.603,4.27606,300,0,0,847,2253,0,0,0,0),(27680,11577,1,1,1,11373,0,-1046.09,1915.85,62.2861,2.58892,300,20,0,1160,1067,1,0,0,0),(27679,11577,1,1,1,11373,0,-884.361,1780.34,63.949,4.14768,300,20,0,1160,1067,1,0,0,0),(27678,4665,1,1,1,4698,0,-407.948,1648.9,108.126,5.90874,300,5,0,847,2253,1,0,0,0),(27677,11577,1,1,1,11373,0,-1065.71,1463.05,62.3598,0.573278,300,5,0,1160,1067,1,0,0,0),(27676,4665,1,1,1,4697,0,-367.887,1843,124.163,0.407849,300,0,0,847,2253,2,0,0,0),(27675,4665,1,1,1,4698,0,-413.377,1880.36,128.492,4.66003,300,0,0,847,2253,0,0,0,0),(27674,4665,1,1,1,4697,0,-427.416,1874.09,128.492,5.39307,300,0,0,847,2253,0,0,0,0),(27673,4665,1,1,1,4698,0,-393.159,1859.35,128.492,3.05433,300,0,0,847,2253,0,0,0,0),(27672,4665,1,1,1,11296,0,-190.288,1694.96,105.229,0.484016,300,0,0,847,2253,0,0,0,0),(27671,11577,1,1,1,11373,0,-987.351,1810.68,59.7492,3.40558,300,20,0,1160,1067,1,0,0,0),(27670,11577,1,1,1,11373,0,-877.027,2280.33,91.815,0.007812,300,20,0,1160,1067,1,0,0,0),(27669,11577,1,1,1,11373,0,-951.165,1884.66,61.0135,5.9242,300,20,0,1160,1067,1,0,0,0),(27668,4665,1,1,1,4698,0,-363.62,1854.67,123.275,2.15563,300,5,0,847,2253,1,0,0,0),(27667,11577,1,1,1,11373,0,150.618,916.228,161.915,5.31034,300,20,0,1160,1067,1,0,0,0),(27666,11577,1,1,1,11373,0,-1106.83,2349.64,92.983,2.97773,300,20,0,1160,1067,1,0,0,0),(27665,11577,1,1,1,11373,0,-788.978,2378.43,93.3934,3.10853,300,20,0,1160,1067,1,0,0,0),(27664,11577,1,1,1,11373,0,-1159.04,762.326,155.788,0.308446,300,20,0,1160,1067,1,0,0,0),(27663,11577,1,1,1,11373,0,-913.652,2432.95,92.4663,2.52895,300,20,0,1160,1067,1,0,0,0),(27662,11577,1,1,1,11373,0,-1387.27,2318.74,92.4395,3.77478,300,20,0,1160,1067,1,0,0,0),(27661,11577,1,1,1,11373,0,-1078.2,2385.73,92.333,6.10167,300,20,0,1160,1067,1,0,0,0),(27659,11577,1,1,1,11373,0,-1170.58,2323,92.0441,6.00314,300,20,0,1160,1067,1,0,0,0),(27658,4665,1,1,1,4697,0,-335.66,1824.88,127.188,4.81509,300,5,0,847,2253,1,0,0,0),(27657,4665,1,1,1,4697,0,-438.425,1883.87,126.45,5.61376,300,5,0,847,2253,1,0,0,0),(27656,11577,1,1,1,11373,0,-1417.72,2285.94,92.0993,0.089788,300,20,0,1160,1067,1,0,0,0),(27655,11576,1,1,1,8714,0,-1507.74,1098.13,92.6633,5.87201,300,20,0,1163,0,1,0,0,0),(27654,11576,1,1,1,8714,0,-1777.79,2212.02,63.1351,4.48588,300,20,0,1163,0,1,0,0,0),(27653,11576,1,1,1,8714,0,-1749.63,2626.58,90.9222,1.38623,300,20,0,1163,0,1,0,0,0),(27652,11576,1,1,1,8714,0,-547.126,2050.63,89.4424,0.608063,300,30,0,1163,0,1,0,0,0),(27651,11576,1,1,1,8714,0,-150.053,1718.22,101.093,0.984961,300,15,0,1163,0,1,0,0,0),(27650,4664,1,1,1,4703,0,-336.949,1643.3,108.707,4.85202,300,0,0,1050,0,0,0,0,0),(27649,4664,1,1,1,4704,0,-405.858,1754.34,130.464,0.069813,300,0,0,1050,0,0,0,0,0),(27648,4664,1,1,1,11305,0,-433.241,1702.17,126.632,3.68265,300,0,0,1050,0,0,0,0,0),(27647,4664,1,1,1,4703,0,-422.233,1711.53,129.425,1.22173,300,0,0,1050,0,0,0,0,0),(27646,4664,1,1,1,4704,0,-443.518,1716.35,127.522,3.9619,300,0,0,1050,0,0,0,0,0),(27645,4664,1,1,1,4703,0,-515.178,1861.47,115.773,4.50295,300,0,0,1050,0,0,0,0,0),(27644,4664,1,1,1,11305,0,-522.258,1865.22,109.33,3.78736,300,0,0,1050,0,0,0,0,0),(27643,4664,1,1,1,4704,0,-522.172,1879.49,115.834,2.51327,300,0,0,1050,0,0,0,0,0),(27642,4664,1,1,1,4703,0,-459.062,1804.21,127.39,5.93412,300,0,0,1050,0,0,0,0,0),(27641,4664,1,1,1,4704,0,-336.492,1639.06,132.313,4.64258,300,0,0,1050,0,0,0,0,0),(27640,11576,1,1,1,8714,0,-819.223,1328.85,93.1171,2.9445,300,20,0,1163,0,1,0,0,0),(27639,4664,1,1,1,4704,0,-327.492,1648.86,125.838,5.8294,300,0,0,1050,0,0,0,0,0),(27638,4664,1,1,1,4704,0,-317.217,1676.87,119.679,5.14232,300,5,0,1050,0,1,0,0,0),(27637,11576,1,1,1,8714,0,-1199.85,1066.63,91.153,5.79248,300,20,0,1163,0,1,0,0,0),(27636,11576,1,1,1,8714,0,182.63,1981.62,169.738,3.451,300,3,0,1163,0,1,0,0,0),(27635,11576,1,1,1,8714,0,-716.553,2201.92,98.0276,4.90253,300,20,0,1163,0,1,0,0,0),(27634,11576,1,1,1,8714,0,-365.161,1434.96,90.4266,5.17866,300,20,0,1163,0,1,0,0,0),(27633,11576,1,1,1,8714,0,-157.727,2227.06,80.0386,0.377656,300,0,0,1163,0,0,0,0,0),(27632,4664,1,1,1,11305,0,-194.051,1697.7,105.354,5.28835,300,0,0,1050,0,0,0,0,0),(27631,4664,1,1,1,4703,0,-394.074,1882.33,126.473,4.13628,300,5,0,1050,0,1,0,0,0),(27630,11576,1,1,1,8714,0,-421.137,2345.53,61.8476,2.16529,300,20,0,1163,0,1,0,0,0),(27629,4663,1,1,1,4699,0,-447.212,1681.01,117.592,4.89094,300,0,0,811,2175,0,0,0,0),(27628,4663,1,1,1,4700,0,-448.908,1752.37,153.488,5.55884,300,5,0,811,2175,1,0,0,0),(27627,4663,1,1,1,4700,0,-442.241,1747.26,131.159,0.501738,300,0,0,811,2175,0,0,0,0),(27626,4663,1,1,1,4700,0,-220.268,1657.97,99.4687,1.1494,300,5,0,811,2175,1,0,0,0),(27625,4663,1,1,1,4700,0,-514.161,1846.38,94.4469,5.99699,300,0,0,811,2175,0,0,0,0),(27624,4663,1,1,1,4700,0,-517.133,1854.9,94.4469,5.45068,300,0,0,811,2175,0,0,0,0),(27623,4663,1,1,1,4699,0,-383.219,1803.89,127.614,2.41302,300,0,0,811,2175,0,0,0,0),(27622,4663,1,1,1,4700,0,-388.147,1795.26,128.005,1.813,300,0,0,811,2175,0,0,0,0),(27621,4663,1,1,1,4700,0,-443.011,1838.64,126.909,0.057924,300,5,0,811,2175,1,0,0,0),(27620,4663,1,1,1,4699,0,-335.324,1652.64,132.294,0.849283,300,5,0,811,2175,1,0,0,0),(27619,4663,1,1,1,4700,0,-369.281,1718.02,130.856,5.71559,300,5,0,811,2175,1,0,0,0),(27618,4663,1,1,1,4699,0,-387.249,1662.01,110.55,2.78955,300,3,0,811,2175,1,0,0,0),(27617,4663,1,1,1,4700,0,-215.453,1710.68,105.541,3.55403,300,0,0,811,2175,0,0,0,0),(27616,4663,1,1,1,4700,0,-251.897,1771.51,127.321,0.093841,300,3,0,811,2175,1,0,0,0),(27615,4663,1,1,1,4700,0,-235.198,1670.97,100.986,2.51508,300,0,0,811,2175,0,0,0,0),(27614,4663,1,1,1,4699,0,-252.49,1686.51,102.26,4.78864,300,3,0,811,2175,1,0,0,0),(27613,4663,1,1,1,4699,0,-284.503,1676.01,110.823,5.79606,300,5,0,811,2175,1,0,0,0),(27612,4663,1,1,1,4700,0,-413.05,1892.02,126.384,1.00826,300,5,0,811,2175,1,0,0,0),(27611,4663,1,1,1,4699,0,-209.837,1684.53,104.263,2.2671,300,0,0,811,2175,0,0,0,0),(27610,4663,1,1,1,4700,0,-286.613,1775.9,130.038,4.68999,300,3,0,811,2175,1,0,0,0),(27609,4663,1,1,1,4700,0,-219.403,1748.11,114.502,4.13413,300,3,0,811,2175,1,0,0,0),(27608,4663,1,1,1,4699,0,-227.591,1681.72,99.7632,5.20838,300,0,0,811,2175,0,0,0,0),(27607,4663,1,1,1,4699,0,-446.762,1871.34,126.538,1.27548,300,5,0,811,2175,1,0,0,0),(27606,4662,1,1,1,2716,0,-1743.92,1068.43,91.2688,2.21328,300,0,0,1536,0,0,0,0,0),(27605,4662,1,1,1,2716,0,-1743.92,1068.43,91.2688,2.21328,300,0,0,1536,0,0,0,0,0),(27604,4662,1,1,1,2716,0,-1866.26,1292.67,90.2674,3.24732,300,0,0,1536,0,0,0,0,0),(27603,4662,1,1,1,2716,0,-1866.26,1292.67,90.2674,3.24728,300,0,0,1536,0,0,0,0,0),(27602,4662,1,1,1,2716,0,-1891.59,980.185,90.8297,4.5495,300,0,0,1536,0,0,0,0,0),(27601,4662,1,1,1,2716,0,-1891.59,980.185,90.8297,4.54893,300,0,0,1536,0,0,0,0,0),(27600,4661,1,1,1,1068,0,-2422.61,2526.94,81.8106,5.58669,300,2,0,996,0,1,0,0,0),(27599,4661,1,1,1,1068,0,-2438.35,2492.11,67.2568,0.790787,300,2,0,996,0,1,0,0,0),(27598,4661,1,1,1,1068,0,-2014.34,2591.05,61.3229,0.328343,300,5,0,996,0,1,0,0,0),(27597,4661,1,1,1,1068,0,-1977.31,2608.82,61.8039,2.64326,300,5,0,996,0,1,0,0,0),(27596,4661,1,1,1,1068,0,-1976.64,2556.79,61.7779,5.34049,300,5,0,996,0,1,0,0,0),(27595,4661,1,1,1,1068,0,-2201.36,2589.45,20.4889,1.0339,300,5,0,996,0,1,0,0,0),(27594,4661,1,1,1,1068,0,-2246.49,2542.29,19.4701,5.80496,300,5,0,996,0,1,0,0,0),(27593,4661,1,1,1,1068,0,-2327.25,2432.47,66.3918,4.46217,300,5,0,996,0,1,0,0,0),(27592,4661,1,1,1,1068,0,-2430.03,2451.13,72.3074,1.86776,300,5,0,996,0,1,0,0,0),(27591,4661,1,1,1,1068,0,-2189.07,2391.8,55.8146,3.166,300,20,0,996,0,1,0,0,0),(27590,4661,1,1,1,1068,0,-2291.77,2494.52,72.8621,0.549938,300,0,0,996,0,0,0,0,0),(27589,4661,1,1,1,1068,0,-2172.05,2475.18,19.9612,2.24585,300,0,0,996,0,2,0,0,0),(27588,4661,1,1,1,1068,0,-2361.82,2498.52,69.9116,0.100379,300,2,0,996,0,1,0,0,0),(27587,4661,1,1,1,1068,0,-2320.33,2502.63,73.1656,5.77617,300,2,0,996,0,1,0,0,0),(27586,11317,1,1,1,11468,1,-1739.91,3223.85,5.06411,5.32092,300,0,0,1753,0,0,0,0,0),(27585,12340,1,1,1,12934,1,-1732.59,3184.92,4.11388,2.70526,300,0,0,1342,0,0,0,0,0),(27584,4659,1,1,1,9439,1,-1287.96,2935.08,119.705,0.448729,300,5,0,1678,0,1,0,0,0),(27583,4659,1,1,1,9439,1,-1371.75,2939.74,131.113,2.80745,300,5,0,1678,0,1,0,0,0),(27582,4658,1,1,1,9440,1,-1063.63,2916.11,179.186,0.016998,300,5,0,1239,3191,1,0,0,0),(27581,4658,1,1,1,9440,1,-1067.27,2926.26,179.302,4.88233,300,5,0,1239,3191,1,0,0,0),(27580,4658,1,1,1,9440,1,-1211.21,2915.23,151.407,0.403856,300,5,0,1239,3191,1,0,0,0),(27579,4658,1,1,1,9440,1,-1065.47,2860.54,159.507,5.41717,300,5,0,1239,3191,1,0,0,0),(27578,12338,1,1,1,12829,1,-1787.87,3048.4,9.6983,2.86234,300,0,0,5228,0,0,0,0,0),(27577,12338,1,1,1,12830,1,-1637.49,3058.25,34.5677,1.8675,300,0,0,5228,0,0,0,0,0),(27576,12338,1,1,1,12832,1,-1654.4,3175.13,24.3279,4.99164,300,0,0,5228,0,0,0,0,0),(27575,12338,1,1,1,12829,1,-1618.35,3121.8,44.6357,4.24115,300,0,0,5228,0,0,0,0,0),(27574,12338,1,1,1,12830,1,-1670.87,3114.33,30.5615,3.21141,300,0,0,5228,0,0,0,0,0),(27573,12338,1,1,1,12830,1,-1582.69,3063.51,46.8059,2.82743,300,0,0,5228,0,0,0,0,0),(27572,12338,1,1,1,12830,1,-1649.74,3148.5,24.6684,3.56047,300,0,0,5228,0,0,0,0,0),(27571,12338,1,1,1,12831,1,-1573.84,3076.49,47.6492,2.53073,300,0,0,5228,0,0,0,0,0),(27570,12338,1,1,1,12830,1,-1651.25,3114.19,31.9319,3.57792,300,0,0,5228,0,0,0,0,0),(27569,12338,1,1,1,12830,1,-1795.13,3038.27,8.92506,2.33874,300,0,0,5228,0,0,0,0,0),(27566,12338,1,1,1,12832,1,-1625.59,3104.25,38.0721,4.1569,300,0,0,5228,0,2,0,0,0),(27565,12338,1,1,1,12830,1,-1653.54,3062.86,36.7911,5.0091,300,0,0,5228,0,0,0,0,0),(27564,12338,1,1,1,12832,1,-1793.8,3049.92,7.80006,3.87961,300,0,0,5228,0,2,0,0,0),(27563,12338,1,1,1,12831,1,-1678.98,3087.7,31.7625,1.72788,300,0,0,5228,0,0,0,0,0),(27560,6706,1,1,1,11479,1,136.218,1326.33,193.582,4.60767,550,0,0,10572,0,0,0,0,0),(27559,12338,1,1,1,12830,1,-1719.9,3202.3,4.33682,2.10082,300,0,0,5228,0,2,0,0,0),(27558,12338,1,1,1,12831,1,-1668.36,3160.14,18.7023,3.40339,300,0,0,5228,0,0,0,0,0),(27557,12338,1,1,1,12832,1,-1787.93,3062.6,12.5239,4.46804,300,0,0,5228,0,0,0,0,0),(27556,12338,1,1,1,12830,1,-1727.6,3187.42,4.74764,0.139626,300,0,0,5228,0,0,0,0,0),(27551,12338,1,1,1,12831,1,-1654.6,3057.88,36.7911,0.977384,300,0,0,5228,0,0,0,0,0),(27550,12338,1,1,1,12829,1,-1729.75,3087.03,34.5496,3.14159,300,0,0,5228,0,0,0,0,0),(27549,12338,1,1,1,12832,1,-1673.69,3110.45,31.2323,1.62316,300,0,0,5228,0,0,0,0,0),(27548,12338,1,1,1,12832,1,-1643.37,3083.2,30.9765,2.5923,300,0,0,5228,0,2,0,0,0),(27547,12338,1,1,1,12832,1,-1738.3,3096.03,34.587,4.74729,300,0,0,5228,0,0,0,0,0),(27395,4657,1,1,1,9438,1,-1373.53,2794.38,112.181,2.43667,300,10,0,1305,1186,1,0,0,0),(27394,4657,1,1,1,9438,1,-1376.95,2826.69,112.828,5.18439,300,0,0,1305,1186,0,0,0,0),(27393,4657,1,1,1,9438,1,-1340.9,2793.15,112.668,4.0984,300,0,0,1305,1186,0,0,0,0),(27392,4657,1,1,1,9438,1,-1311.88,2849.93,112.512,2.62016,300,10,0,1305,1186,1,0,0,0),(27389,4657,1,1,1,9438,1,-1376.18,2774.11,112.556,5.92105,300,0,0,1305,1186,0,0,0,0),(27345,4657,1,1,1,9438,1,-1290.08,2898.58,113.172,3.46701,300,0,0,1305,1186,0,0,0,0),(27344,4657,1,1,1,9438,1,-1106.66,2859.73,139.744,5.58335,300,5,0,1305,1186,1,0,0,0),(27343,4657,1,1,1,9438,1,-1251.85,2852.59,115.711,1.00531,300,10,0,1305,1186,1,0,0,0),(27342,4657,1,1,1,9438,1,-1180.94,2913.32,140.372,4.70262,300,5,0,1305,1186,1,0,0,0),(27341,4657,1,1,1,9438,1,-1156.47,2927.47,144.373,5.4887,300,5,0,1305,1186,1,0,0,0),(27340,4657,1,1,1,9438,1,-1184.97,2884.99,135.19,6.0979,300,5,0,1305,1186,1,0,0,0),(27339,4657,1,1,1,9438,1,-1195.07,2734.15,111.236,5.68794,300,0,0,1305,1186,0,0,0,0),(27338,4657,1,1,1,9438,1,-1154.39,2786.9,123.393,2.27391,300,5,0,1305,1186,1,0,0,0),(27337,4657,1,1,1,9438,1,-1365.21,2906.61,127.478,5.9419,300,0,0,1305,1186,0,0,0,0),(27336,4656,1,1,1,9436,1,-1313.95,2818.8,113.516,5.87995,300,5,0,1325,0,1,0,0,0),(27335,4656,1,1,1,9436,1,-1339.33,2767.88,113.293,5.27958,300,0,0,1325,0,0,0,0,0),(27334,4656,1,1,1,9436,1,-1277.14,2893.67,114.422,0.130563,300,0,0,1325,0,0,0,0,0),(27333,4656,1,1,1,9436,1,-1296.83,2886.9,113.547,2.60539,300,0,0,1325,0,0,0,0,0),(27332,4656,1,1,1,9436,1,-1281.51,2874.39,114.422,2.15354,300,5,0,1325,0,1,0,0,0),(27331,4656,1,1,1,9436,1,-1186.34,2860.55,139.066,5.05082,300,5,0,1325,0,1,0,0,0),(27330,4656,1,1,1,9436,1,-1109.05,2913.98,145.565,0.040029,300,5,0,1325,0,1,0,0,0),(27329,4656,1,1,1,9436,1,-1192.09,2748.26,111.236,6.23328,300,0,0,1325,0,0,0,0,0),(27328,4656,1,1,1,9436,1,-1211.63,2786.9,112.044,5.31615,300,5,0,1325,0,1,0,0,0),(27327,4656,1,1,1,9436,1,-1196.47,2770.02,111.372,0.979232,300,0,0,1325,0,0,0,0,0),(27326,4656,1,1,1,9436,1,-1143.17,2695.56,111.331,2.36855,300,0,0,1325,0,0,0,0,0),(27325,4656,1,1,1,9436,1,-1151.16,2758.76,117.966,1.4431,300,5,0,1325,0,1,0,0,0),(27324,4656,1,1,1,9436,1,-1081.77,2820.78,155.338,2.70549,300,5,0,1325,0,1,0,0,0),(27323,4655,1,1,1,9435,1,-1418.03,2883.82,132.609,2.21186,300,0,0,1536,0,0,0,0,0),(27322,4655,1,1,1,9435,1,-1509.29,2849.72,109.499,4.03706,300,5,0,1536,0,1,0,0,0),(27321,4655,1,1,1,9435,1,-1581.29,2885.76,108.782,5.47569,300,5,0,1536,0,1,0,0,0),(27320,4655,1,1,1,9435,1,-1614.27,2883.56,102.341,1.07441,300,5,0,1536,0,1,0,0,0),(27319,4655,1,1,1,9435,1,-1375.29,2552.43,107.43,0.772888,300,0,0,1536,0,2,0,0,0),(27318,4655,1,1,1,9435,1,-1389.06,2448.25,88.4384,3.45074,300,10,0,1536,0,1,0,0,0),(27317,4655,1,1,1,9435,1,-1385.76,2886.91,127.67,1.59575,300,5,0,1536,0,1,0,0,0),(27316,4655,1,1,1,9435,1,-1351.33,2810.31,113.552,1.36234,300,10,0,1536,0,1,0,0,0),(27315,4655,1,1,1,9435,1,-1180.13,2693.61,111.611,3.11223,300,0,0,1536,0,0,0,0,0),(27314,4655,1,1,1,9435,1,-1179.55,2722.39,111.501,1.06359,300,5,0,1536,0,1,0,0,0),(27313,4655,1,1,1,9435,1,-1154.05,2644.89,129.647,5.18849,300,5,0,1536,0,1,0,0,0),(27312,4655,1,1,1,9435,1,-1214.99,2681.4,111.486,3.83968,300,5,0,1536,0,1,0,0,0),(27311,4655,1,1,1,9435,1,-1248.86,2682.38,111.663,4.10871,300,5,0,1536,0,1,0,0,0),(27310,4655,1,1,1,9435,1,-1388.84,2647.26,111.667,5.88189,300,0,0,1536,0,0,0,0,0),(27309,4655,1,1,1,9435,1,-1366,2580.02,116.18,5.18701,300,0,0,1536,0,0,0,0,0),(27308,11823,1,1,1,11738,1,-1656.33,3189.54,44.9006,1.5708,300,0,0,198,0,0,0,0,0),(27307,4654,1,1,1,9434,1,-1534.6,2880.31,117.329,4.82553,300,5,0,1536,0,1,0,0,0),(27306,4654,1,1,1,9434,1,-1522.73,2750.51,112.155,0.119896,300,0,0,1536,0,2,0,0,0),(27305,4654,1,1,1,9434,1,-1288.41,2654.75,111.645,4.08664,300,5,0,1536,0,1,0,0,0),(27304,4654,1,1,1,9434,1,-1318.13,2617.01,112.387,2.41284,300,5,0,1536,0,1,0,0,0),(27303,4654,1,1,1,9434,1,-1380.57,2854.46,122.81,5.77257,300,5,0,1536,0,1,0,0,0),(27302,4654,1,1,1,9434,1,-1148.71,2853.73,138.509,2.99956,300,5,0,1536,0,1,0,0,0),(27301,4654,1,1,1,9434,1,-1217.96,2850.5,122.299,0.594494,300,10,0,1536,0,1,0,0,0),(27300,4654,1,1,1,9434,1,-1183.6,2818.17,123.549,5.21637,300,0,0,1536,0,2,0,0,0),(27299,4654,1,1,1,9434,1,-1219.12,2716.77,111.623,5.06539,300,5,0,1536,0,1,0,0,0),(27298,4654,1,1,1,9434,1,-1532,2828.52,146.574,3.24648,300,5,0,1536,0,1,0,0,0),(27297,4654,1,1,1,9434,1,-1384.04,2623.38,111.681,1.59801,300,5,0,1536,0,1,0,0,0),(27296,4653,1,1,1,9425,1,-2366.76,2438.95,77.1357,2.3842,300,5,0,1403,0,1,0,0,0),(27295,4653,1,1,1,9425,1,-2406.51,2410.24,75.4664,1.97222,300,0,0,1403,0,0,0,0,0),(27294,4653,1,1,1,9425,1,-2409.31,2478.29,83.6095,0.690535,300,0,0,1403,0,0,0,0,0),(27293,4653,1,1,1,9425,1,-2360.78,2482.59,71.0694,3.37749,300,2,0,1403,0,1,0,0,0),(27292,4653,1,1,1,9425,1,-2314.35,2633.99,60.3135,5.17622,300,0,0,1403,0,0,0,0,0),(27291,4653,1,1,1,9425,1,-2278.65,2668.72,60.3135,1.41654,300,5,0,1403,0,1,0,0,0),(71997,9541,230,1,1,0,1,879.018,-155.273,-49.7591,0.57177,300,0,0,7359,0,0,0,0,0),(27288,4652,1,1,1,9426,1,-2265.43,2601.59,61.8827,0.654874,300,3,0,1403,0,1,0,0,0),(27287,4652,1,1,1,9426,1,-2416.07,2489.97,83.4285,6.27812,300,0,0,1403,0,0,0,0,0),(27286,4652,1,1,1,9426,1,-2303.56,2423.38,67.7475,5.48625,300,5,0,1403,0,1,0,0,0),(27285,4652,1,1,1,9426,1,-2414.46,2410.78,75.676,0.872665,300,0,0,1403,0,0,0,0,0),(27284,4652,1,1,1,9426,1,-2398.87,2428.64,74.97,2.88056,300,5,0,1403,0,1,0,0,0),(27283,4652,1,1,1,9426,1,-2420.11,2431.68,74.4226,0.54867,300,5,0,1403,0,1,0,0,0),(27282,4652,1,1,1,9426,1,-2369.66,2426.49,77.2418,4.3122,300,5,0,1403,0,1,0,0,0),(27281,11564,1,1,1,7933,0,-1396.3,1513.98,59.0624,5.21853,300,0,0,1342,0,0,0,0,0),(27280,11564,1,1,1,7933,0,-1426.32,1477.15,59.595,5.67232,300,0,0,1342,0,0,0,0,0),(27279,11564,1,1,1,7933,0,-1390.3,1523.61,59.0624,5.96903,300,0,0,1342,0,0,0,0,0),(27278,11563,1,1,1,3214,0,-417.162,2719.56,-21.3663,1.74089,300,20,0,1163,0,1,0,0,0),(27277,11563,1,1,1,3214,0,-551.785,2818.67,-32.9096,2.93405,300,20,0,1163,0,1,0,0,0),(27276,11563,1,1,1,3214,0,-585.403,2782.89,-27.3659,3.93325,300,20,0,1163,0,1,0,0,0),(27275,11563,1,1,1,3214,0,-611.428,2749.25,-22.8793,5.48935,300,20,0,1163,0,1,0,0,0),(27274,11563,1,1,1,3214,0,-480.358,2748.83,-29.196,6.24995,300,20,0,1163,0,1,0,0,0),(27273,11563,1,1,1,3214,0,-438.444,2781.25,-29.5898,3.22324,300,20,0,1163,0,1,0,0,0),(27272,11563,1,1,1,3214,0,-384.927,2792.87,-26.0448,2.88537,300,20,0,1163,0,1,0,0,0),(31328,23979,1,1,1,21950,0,-3036.98,-3922.27,37.4266,5.34703,360,10,0,13,0,1,0,0,0),(27271,11563,1,1,1,3214,0,-1885.05,3190.01,-30.8865,3.75812,300,20,0,1163,0,1,0,0,0),(27270,11563,1,1,1,3214,0,-1997.68,3082,3.79001,3.24535,300,20,0,1163,0,1,0,0,0),(27269,4651,1,1,1,9424,0,-2017.63,2595.59,61.4479,3.36945,300,5,0,954,2553,1,0,0,0),(27268,11563,1,1,1,3214,0,-589.836,2847.85,-32.2291,3.05793,300,20,0,1163,0,1,0,0,0),(27267,4651,1,1,1,9424,0,-1975.65,2611.31,61.6929,0.120313,300,5,0,954,2553,1,0,0,0),(27266,4651,1,1,1,9424,0,-1974.86,2550.93,60.9797,5.33852,300,5,0,954,2553,1,0,0,0),(27265,11563,1,1,1,3214,0,-1932.04,3446.46,-46.503,6.16399,300,20,0,1163,0,1,0,0,0),(27264,11563,1,1,1,3214,0,-2007.3,3252.51,-28.3469,6.26784,300,20,0,1163,0,1,0,0,0),(27263,11563,1,1,1,3214,0,-1926.11,3111.74,-5.68355,4.6168,300,20,0,1163,0,1,0,0,0),(27262,4651,1,1,1,9424,0,-2416.36,2529.46,81.2526,3.24318,300,2,0,954,2553,1,0,0,0),(27261,4651,1,1,1,9424,0,-2323.38,2429.83,66.8406,0.054608,300,5,0,954,2553,1,0,0,0),(27260,4651,1,1,1,9424,0,-2435.77,2449.85,72.1004,4.2834,300,2,0,954,2553,1,0,0,0),(27259,4651,1,1,1,9424,0,-2169.27,2474.32,19.2061,1.56686,300,0,0,954,2553,2,0,0,0),(27258,4651,1,1,1,9424,0,-2361.92,2501.04,69.6346,6.09714,300,2,0,954,2553,1,0,0,0),(27257,4651,1,1,1,9424,0,-2202.26,2587.83,20.3716,5.89487,300,5,0,954,2553,1,0,0,0),(27256,4651,1,1,1,9424,0,-2440.03,2493.1,67.4038,1.67524,300,2,0,954,2553,1,0,0,0),(27255,4651,1,1,1,9424,0,-2171.33,2391.94,58.2883,3.83154,300,20,0,954,2553,1,0,0,0),(27254,11563,1,1,1,3214,0,-1874.17,3289.88,-45.0012,3.47661,300,20,0,1163,0,1,0,0,0),(27253,11563,1,1,1,3214,0,-2057.18,3281.43,-44.1299,3.93474,300,20,0,1163,0,1,0,0,0),(27252,11563,1,1,1,3214,0,-1707.33,3438.74,-51.3684,0.409573,300,20,0,1163,0,1,0,0,0),(27251,11563,1,1,1,3214,0,-2082.55,3240.07,-26.302,4.47143,300,20,0,1163,0,1,0,0,0),(27250,11563,1,1,1,3214,0,-1915.5,3249.39,-51.1113,2.77688,300,20,0,1163,0,1,0,0,0),(27249,11563,1,1,1,3214,0,-1878.52,3311.72,-46.6471,2.39661,300,20,0,1163,0,1,0,0,0),(27248,4651,1,1,1,9424,0,-2289.35,2496.6,73.0236,0.501357,300,0,0,954,2553,0,0,0,0),(27247,4651,1,1,1,9424,0,-2255.54,2545.02,21.2201,3.38189,300,5,0,954,2553,1,0,0,0),(27246,4651,1,1,1,9424,0,-2321.77,2504.18,73.0283,3.13869,300,2,0,954,2553,1,0,0,0),(27245,11562,1,1,1,11371,0,-482.458,2813.65,-31.1686,5.22547,300,20,0,928,963,1,0,0,0),(27244,11562,1,1,1,11371,0,-589.357,2714.89,-25.805,3.32029,300,20,0,928,963,1,0,0,0),(27243,11562,1,1,1,11371,0,-576.234,2653.8,-20.3607,6.13472,300,20,0,928,963,1,0,0,0),(27242,11562,1,1,1,11371,0,-550.608,2672.8,-24.6606,2.38733,300,20,0,928,963,1,0,0,0),(27241,11562,1,1,1,11371,0,-450.433,2732.37,-23.4081,1.1471,300,20,0,928,963,1,0,0,0),(27240,11562,1,1,1,11371,0,-383.221,2821.75,-22.9953,1.69712,300,20,0,928,963,1,0,0,0),(27239,11562,1,1,1,11371,0,-489.57,2665.26,-20.6284,2.54655,300,20,0,928,963,1,0,0,0),(27238,11562,1,1,1,11371,0,-1843.27,3039.04,3.31622,1.59813,300,20,0,928,963,1,0,0,0),(27237,11562,1,1,1,11371,0,-2019.07,3389.07,-63.5345,2.97191,300,20,0,928,963,1,0,0,0),(27236,11562,1,1,1,11371,0,-1872.81,3374.68,-70.0521,4.80002,300,20,0,928,963,1,0,0,0),(27235,11562,1,1,1,11371,0,-1869.39,3404.34,-50.7694,3.44278,300,20,0,928,963,1,0,0,0),(27234,11562,1,1,1,11371,0,-1907.91,3123.08,-18.475,0.331033,300,20,0,928,963,1,0,0,0),(27233,11562,1,1,1,11371,0,-619.985,2824.18,-23.1261,3.13085,300,20,0,928,963,1,0,0,0),(27232,11562,1,1,1,11371,0,-1808.33,3425,-45.1,2.99111,300,0,0,928,963,0,0,0,0),(27231,11562,1,1,1,11371,0,-2002.46,3150.58,-9.43554,5.20678,300,20,0,928,963,1,0,0,0),(27230,11562,1,1,1,11371,0,-1956.36,3187.71,-60.4321,3.44918,300,3,0,928,963,1,0,0,0),(27229,11562,1,1,1,11371,0,-2069.51,3202.41,-13.3813,3.65154,300,20,0,928,963,1,0,0,0),(27228,11562,1,1,1,11371,0,-1644.8,3315.53,-44.7439,0.094813,300,20,0,928,963,1,0,0,0),(27227,11562,1,1,1,11371,0,-1711.3,3353.13,-47.3943,5.9835,300,20,0,928,963,1,0,0,0),(27226,11562,1,1,1,11371,0,-1917.88,3400.77,-47.1733,1.59228,300,20,0,928,963,1,0,0,0),(27225,11562,1,1,1,11371,0,-2021.2,3182.47,-16.3809,0.633349,300,20,0,928,963,1,0,0,0),(27224,11562,1,1,1,11371,0,-1934.66,3153.89,-36.0741,3.3591,300,20,0,928,963,1,0,0,0),(27223,1322,1,1,1,1514,1,202.837,1179.19,168.082,2.87979,300,0,0,1753,0,0,0,0,0),(27222,11562,1,1,1,11371,0,-1953.02,3107.92,-7.72953,4.39465,300,20,0,928,963,1,0,0,0),(27221,11561,1,1,1,11369,0,-2216.98,1361.36,81.2916,5.70131,300,0,0,1536,0,2,0,0,0),(27220,4649,1,1,1,9423,1,-2051.38,2422.52,60.5702,1.92371,300,5,0,1021,963,1,0,0,0),(27219,4649,1,1,1,9423,1,-2176.71,2410.16,60.5283,5.70212,300,5,0,1021,963,1,0,0,0),(27218,4649,1,1,1,9423,1,-2110.87,2686.59,60.3096,0.582295,300,5,0,1021,963,1,0,0,0),(27217,4649,1,1,1,9423,1,-2011.36,2551.66,62.166,5.21129,300,5,0,1021,963,1,0,0,0),(27216,4649,1,1,1,9423,1,-1987.58,2551.84,61.1552,4.65171,300,0,0,1021,963,2,0,0,0),(27215,4649,1,1,1,9423,1,-1922.19,2585.25,61.4352,2.63986,300,20,0,1021,963,1,0,0,0),(27214,4649,1,1,1,9423,1,-1950.17,2576.26,61.2475,5.55128,300,20,0,1021,963,1,0,0,0),(27213,4649,1,1,1,9423,1,-1955.2,2653.87,69.3903,2.94496,300,5,0,1021,963,1,0,0,0),(27212,4649,1,1,1,9423,1,-2012.43,2612.17,62.1894,5.46321,300,20,0,1021,963,1,0,0,0),(27211,4649,1,1,1,9423,1,-2048.05,2620.45,61.9896,4.01129,300,5,0,1021,963,1,0,0,0),(27210,4649,1,1,1,9423,1,-2080.49,2414.75,61.6547,0.975223,300,5,0,1021,963,1,0,0,0),(27209,4649,1,1,1,9423,1,-2110.45,2417.25,62.8571,4.97522,300,5,0,1021,963,1,0,0,0),(27208,11561,1,1,1,11369,0,-2178.8,1313.5,63.6992,0.106833,300,5,0,1536,0,1,0,0,0),(27207,11561,1,1,1,11369,0,-2212.18,1317.55,63.7131,6.08117,300,5,0,1536,0,1,0,0,0),(27206,11561,1,1,1,11369,0,-2285.45,1353.71,63.7131,1.02853,300,20,0,1536,0,1,0,0,0),(27205,11561,1,1,1,11369,0,-2248.25,1318.56,63.6714,0.05236,300,0,0,1536,0,0,0,0,0),(27204,11561,1,1,1,11369,0,-2257.14,1345.23,64.1391,5.5654,300,5,0,1536,0,1,0,0,0),(27203,11561,1,1,1,11369,0,-2309.16,1351.27,63.6176,5.33831,300,5,0,1536,0,1,0,0,0),(27202,11561,1,1,1,11369,0,-2276.58,1388.22,67.0031,3.26304,300,20,0,1536,0,1,0,0,0),(27201,11561,1,1,1,11369,0,-2310.03,1401.83,63.4736,1.67497,300,5,0,1536,0,1,0,0,0),(27200,11561,1,1,1,11369,0,-2246.21,1548.65,64.8544,3.58865,300,5,0,1536,0,1,0,0,0),(27199,11561,1,1,1,11369,0,-2254.33,1514.99,63.7537,4.05565,300,5,0,1536,0,1,0,0,0),(27198,11561,1,1,1,11369,0,-2265.39,1440.18,68.1967,2.78648,300,5,0,1536,0,1,0,0,0),(27197,11561,1,1,1,11369,0,-2271.56,1484.8,63.6537,1.28071,300,0,0,1536,0,2,0,0,0),(27196,11561,1,1,1,11369,0,-2119.25,1303.76,65.6992,0.876109,300,0,0,1536,0,2,0,0,0),(27195,11561,1,1,1,11369,0,-2141.9,1302.33,63.603,3.09535,300,5,0,1536,0,1,0,0,0),(27194,11561,1,1,1,11369,0,-1991.35,1357.54,63.7435,3.93904,300,5,0,1536,0,1,0,0,0),(27193,11561,1,1,1,11369,0,-2032.73,1344.45,64.4764,5.37523,300,5,0,1536,0,1,0,0,0),(27192,11561,1,1,1,11369,0,-2050.7,1317.01,64.4631,5.20347,300,0,0,1536,0,2,0,0,0),(27191,4649,1,1,1,9423,1,-2305.32,2493.97,73.5274,0.933717,300,3,0,1021,963,1,0,0,0),(27190,4649,1,1,1,9423,1,-2106.31,2528.65,34.9771,1.45659,300,0,0,1021,963,2,0,0,0),(27189,11561,1,1,1,11369,0,-2270.72,1378.87,67.5754,3.09254,300,5,0,1536,0,1,0,0,0),(27188,11561,1,1,1,11369,0,-2188.14,1344.52,71.2753,4.52572,300,5,0,1536,0,1,0,0,0),(27187,11561,1,1,1,11369,0,-2083.14,1348.57,84.5114,3.82102,300,5,0,1536,0,1,0,0,0),(27186,11561,1,1,1,11369,0,-2162.96,1359.47,79.6642,2.02105,300,3,0,1536,0,1,0,0,0),(27185,11561,1,1,1,11369,0,-2211.09,1362.29,82.6887,5.18242,300,5,0,1536,0,1,0,0,0),(27184,4649,1,1,1,9423,1,-2414.29,2506.13,66.8326,0.116415,300,5,0,1021,963,1,0,0,0),(27183,4649,1,1,1,9423,1,-2229.28,2570.94,20.4889,1.34217,300,5,0,1021,963,1,0,0,0),(27182,4649,1,1,1,9423,1,-2337.41,2417.53,75.6836,2.06556,300,5,0,1021,963,1,0,0,0),(27181,4649,1,1,1,9423,1,-2254.02,2622.38,61.3827,5.39836,300,5,0,1021,963,1,0,0,0),(27180,4649,1,1,1,9423,1,-2424.95,2473.12,83.429,6.01311,300,3,0,1021,963,1,0,0,0),(27179,4649,1,1,1,9423,1,-2085.25,2571.03,17.2631,1.70987,300,5,0,1021,963,1,0,0,0),(27178,4649,1,1,1,9423,1,-2375.95,2469.76,74.4626,0.497799,300,5,0,1021,963,1,0,0,0),(27177,11561,1,1,1,11369,0,-2251.8,1610.3,69.2792,3.15405,300,5,0,1536,0,1,0,0,0),(27176,4649,1,1,1,9423,1,-2258.05,2677.96,63.0635,0.257193,300,5,0,1021,963,1,0,0,0),(27175,4649,1,1,1,9423,1,-2243.92,2649.36,61.8135,0.086542,300,5,0,1021,963,1,0,0,0),(27174,11561,1,1,1,11369,0,-2246.19,1399.44,79.4668,2.1144,300,5,0,1536,0,1,0,0,0),(27173,4649,1,1,1,9423,1,-2353.18,2465.61,70.753,1.67587,300,5,0,1021,963,1,0,0,0),(27172,11561,1,1,1,11369,0,-2190.57,1554.08,70.9108,5.422,300,5,0,1536,0,1,0,0,0),(27171,4649,1,1,1,9423,1,-2158.16,2592.62,20.6826,5.13946,300,5,0,1021,963,1,0,0,0),(27170,4649,1,1,1,9423,1,-2458.62,2505.22,83.3601,5.61464,300,2,0,1021,963,1,0,0,0),(27169,4648,1,1,1,9422,1,-2050.08,2690.04,62.8114,5.67838,300,5,0,1221,0,1,0,0,0),(27168,4648,1,1,1,9422,1,-2012.55,2519.93,61.5206,5.54089,300,5,0,1221,0,1,0,0,0),(27167,4648,1,1,1,9422,1,-2014.25,2654.69,61.1113,2.89617,300,5,0,1221,0,1,0,0,0),(27166,4648,1,1,1,9422,1,-1952.5,2553.73,61.8487,3.8494,300,20,0,1221,0,1,0,0,0),(27165,4648,1,1,1,9422,1,-1955.26,2610.17,67.4697,3.27271,300,5,0,1221,0,1,0,0,0),(27164,4648,1,1,1,9422,1,-2011.15,2632.75,61.0644,1.06097,300,20,0,1221,0,1,0,0,0),(27163,4648,1,1,1,9422,1,-2144.13,2413.4,61.258,1.29852,300,5,0,1221,0,1,0,0,0),(27162,4648,1,1,1,9422,1,-2271.31,2503.1,73.9369,3.40084,300,0,0,1221,0,0,0,0,0),(27161,4648,1,1,1,9422,1,-2070.8,2512.6,22.7046,1.89833,300,0,0,1221,0,0,0,0,0),(27160,4648,1,1,1,9422,1,-2227.5,2478.1,21.0792,2.93542,300,5,0,1221,0,1,0,0,0),(27159,4648,1,1,1,9422,1,-2294.13,2653.58,60.6885,3.17774,300,5,0,1221,0,1,0,0,0),(27158,4648,1,1,1,9422,1,-2402.81,2444.76,74.409,5.41908,300,5,0,1221,0,1,0,0,0),(27157,4648,1,1,1,9422,1,-2352.12,2413.66,76.0143,2.30218,300,5,0,1221,0,1,0,0,0),(27156,4648,1,1,1,9422,1,-2313.25,2406.27,69.1485,0.569502,300,5,0,1221,0,1,0,0,0),(27155,4648,1,1,1,9422,1,-2211.99,2651.65,62.3067,0.182861,300,5,0,1221,0,1,0,0,0),(27154,4648,1,1,1,9422,1,-2346.78,2494.52,70.8499,0.874122,300,2,0,1221,0,1,0,0,0),(27153,4648,1,1,1,9422,1,-2121.89,2478.62,17.5187,3.64588,300,5,0,1221,0,1,0,0,0),(27152,4648,1,1,1,9422,1,-2292.47,2607.56,60.3135,2.5245,300,5,0,1221,0,1,0,0,0),(27151,4648,1,1,1,9422,1,-2454.16,2521.85,83.2101,3.10091,300,2,0,1221,0,1,0,0,0),(27150,4648,1,1,1,9422,1,-2381.61,2511.42,71.3916,2.19828,300,2,0,1221,0,1,0,0,0),(27149,4648,1,1,1,9422,1,-2211.93,2685.67,60.3135,4.30894,300,5,0,1221,0,1,0,0,0),(27148,4648,1,1,1,9422,1,-2117.07,2569.75,21.713,0.25139,300,5,0,1221,0,1,0,0,0),(27147,4647,1,1,1,9421,1,-2051.2,2652.05,62.4641,3.20332,300,20,0,1163,0,1,0,0,0),(27146,4647,1,1,1,9421,1,-2079.08,2656.38,60.839,4.02237,300,20,0,1163,0,1,0,0,0),(27145,4647,1,1,1,9421,1,-2014.09,2679.28,60.3524,2.95466,300,5,0,1163,0,1,0,0,0),(27144,4647,1,1,1,9421,1,-1987.69,2687.34,60.3636,0.875611,300,5,0,1163,0,1,0,0,0),(27143,4647,1,1,1,9421,1,-2022.85,2480.4,61.1051,4.30898,300,5,0,1163,0,1,0,0,0),(27142,4647,1,1,1,9421,1,-1953.65,2687.1,76.4029,1.5015,300,5,0,1163,0,1,0,0,0),(27141,11559,1,1,1,9531,0,-2255.62,1311.42,63.7413,6.18153,300,5,0,1196,3075,1,0,0,0),(27140,11559,1,1,1,9531,0,-2242.44,1541.25,63.4469,4.34059,300,0,0,1196,3075,2,0,0,0),(27139,11559,1,1,1,9531,0,-2259.94,1361.98,67.4631,1.84564,300,5,0,1196,3075,1,0,0,0),(27138,11559,1,1,1,9531,0,-2227.59,1381.18,82.3337,3.63029,300,0,0,1196,3075,0,0,0,0),(27137,4647,1,1,1,9421,1,-2232.45,2446.3,34.7528,0.623992,300,0,0,1163,0,2,0,0,0),(27136,4647,1,1,1,9421,1,-2087.15,2479.18,17.2631,5.50474,300,5,0,1163,0,1,0,0,0),(27135,4646,1,1,1,9420,1,-2239.72,2411.1,54.4443,2.60245,300,5,0,1163,0,1,0,0,0),(27134,4646,1,1,1,9420,1,-2114.65,2619.09,61.0481,2.80374,300,5,0,1163,0,1,0,0,0),(27133,4646,1,1,1,9420,1,-2111.4,2656.51,60.4208,2.89523,300,20,0,1163,0,1,0,0,0),(27132,4646,1,1,1,9420,1,-2081.03,2680.3,60.3206,6.24019,300,5,0,1163,0,1,0,0,0),(27131,4646,1,1,1,9420,1,-2045.45,2444.96,62.3524,0.179354,300,5,0,1163,0,1,0,0,0),(27130,4646,1,1,1,9420,1,-2188.24,2644.03,60.5728,4.24249,300,5,0,1163,0,1,0,0,0),(27129,4646,1,1,1,9420,1,-2074.98,2550.38,18.3896,1.57332,300,5,0,1163,0,1,0,0,0),(27128,4645,1,1,1,4583,0,-1800.04,1042.72,92.7637,0.660964,300,0,0,1403,0,0,0,0,0),(27127,4645,1,1,1,4583,0,-1727.55,922.635,91.9232,3.73003,300,0,0,1403,0,0,0,0,0),(27126,4645,1,1,1,4583,0,-1899.08,986.493,90.6807,4.09375,300,0,0,1403,0,0,0,0,0),(27125,4645,1,1,1,4583,0,-1896.84,1099.24,92.7145,1.63401,300,0,0,1403,0,0,0,0,0),(27124,4645,1,1,1,4583,0,-1878.71,1115.8,92.3138,1.5917,300,0,0,1403,0,0,0,0,0),(27123,4645,1,1,1,4583,0,-1948.08,1248.5,91.5211,1.90017,300,0,0,1403,0,0,0,0,0),(27122,4644,1,1,1,9432,1,-1783.15,944.68,92.7692,2.59524,300,0,0,1403,0,0,0,0,0),(27121,4644,1,1,1,9432,1,-1748.96,932.292,92.5803,3.4633,300,0,0,1403,0,0,0,0,0),(27120,4644,1,1,1,9432,1,-1802.12,1061.57,91.3887,3.70623,300,0,0,1403,0,0,0,0,0),(27119,4644,1,1,1,9432,1,-1689.86,1029.18,94.2452,2.68241,300,0,0,1403,0,0,0,0,0),(27118,4644,1,1,1,9432,1,-1964.65,1239.73,91.1461,2.56854,300,0,0,1403,0,0,0,0,0),(27117,4644,1,1,1,9432,1,-1962.75,1267.75,91.6818,5.39307,300,0,0,1403,0,0,0,0,0),(27116,5412,1,1,1,4695,1,-1337.06,1702.54,89.9855,0.401426,300,0,0,1342,0,0,0,0,0),(27115,4643,1,1,1,9430,1,-1743.92,1068.43,91.2688,2.21334,300,0,0,1279,0,2,0,0,0),(27114,4643,1,1,1,9430,1,-1866.26,1292.67,90.2674,3.24729,300,5,0,1279,0,2,0,0,0),(27113,4643,1,1,1,9430,1,-1891.59,980.185,90.8297,4.54949,300,5,0,1279,0,2,0,0,0),(27112,4642,1,1,1,9431,1,-1855.52,1088.68,90.347,4.13785,300,5,0,1064,1007,1,0,0,0),(27111,4642,1,1,1,9431,1,-1714.72,1085.24,91.7442,0.358781,300,5,0,1064,1007,1,0,0,0),(27110,4642,1,1,1,9431,1,-1784.93,1155.86,90.3809,2.62565,300,5,0,1064,1007,1,0,0,0),(27109,4642,1,1,1,9431,1,-1778.78,1085.5,90.2048,3.61695,300,5,0,1064,1007,1,0,0,0),(27108,4642,1,1,1,9431,1,-1820.67,1053.84,95.5137,1.64652,300,5,0,1064,1007,1,0,0,0),(27107,4642,1,1,1,9431,1,-1908.65,973.714,90.9167,0.976321,300,5,0,1064,1007,1,0,0,0),(27106,4642,1,1,1,9431,1,-1880.19,1086.61,91.9645,2.96474,300,0,0,1064,1007,0,0,0,0),(27105,4642,1,1,1,9431,1,-1915.72,1282.09,93.103,1.18682,300,0,0,1064,1007,0,0,0,0),(27104,4642,1,1,1,9431,1,-2041.08,1152.25,116.729,5.23388,300,5,0,1064,1007,1,0,0,0),(27103,4642,1,1,1,9431,1,-1947.35,1185.01,90.6267,4.49207,300,5,0,1064,1007,1,0,0,0),(27102,4641,1,1,1,9429,0,-1757.98,1242.37,91.5991,3.76836,300,5,0,1021,963,1,0,0,0),(27101,4641,1,1,1,9429,0,-1819.31,1184.16,88.4642,6.17846,300,0,0,1021,963,0,0,0,0),(27100,4641,1,1,1,9429,0,-1846.25,1147.75,90.7653,1.98501,300,5,0,1021,963,1,0,0,0),(27099,4641,1,1,1,9429,0,-1710.65,956.994,90.3816,0.931671,300,5,0,1021,963,1,0,0,0),(27098,4641,1,1,1,9429,0,-1618.61,885.043,89.9229,2.50686,300,5,0,1021,963,1,0,0,0),(27097,4641,1,1,1,9429,0,-1718.04,1149.67,89.2574,5.03916,300,5,0,1021,963,1,0,0,0),(27096,4641,1,1,1,9429,0,-1645.69,1118.1,90.348,0.707884,300,5,0,1021,963,1,0,0,0),(27095,4641,1,1,1,9429,0,-1824.16,1304.53,87.4191,4.64571,300,5,0,1021,963,1,0,0,0),(27094,4641,1,1,1,9429,0,-1884.74,1314.4,87.6938,3.23292,300,5,0,1021,963,1,0,0,0),(27093,4641,1,1,1,9429,0,-1585.6,1054.23,92.5497,4.88562,300,20,0,1021,963,1,0,0,0),(27092,4641,1,1,1,9429,0,-2016.29,1181.08,98.6021,3.90687,300,20,0,1021,963,1,0,0,0),(27091,4641,1,1,1,9429,0,-1982.59,1212.43,90.8203,4.74926,300,20,0,1021,963,1,0,0,0),(27090,4641,1,1,1,9429,0,-1948.61,1053.23,88.133,1.64899,300,5,0,1021,963,1,0,0,0),(27089,4641,1,1,1,9429,0,-1916.97,1022.23,90.6896,4.52653,300,5,0,1021,963,1,0,0,0),(27088,4641,1,1,1,9429,0,-1914.7,1255.7,93.2007,1.37494,300,0,0,1021,963,0,0,0,0),(27087,4641,1,1,1,9429,0,-1686.69,1245.97,91.636,4.52703,300,5,0,1021,963,1,0,0,0),(27086,4641,1,1,1,9429,0,-1822.87,818.86,103.174,5.07074,300,5,0,1021,963,1,0,0,0),(27085,4641,1,1,1,9429,0,-1590.06,855.546,114.449,6.09458,300,5,0,1021,963,1,0,0,0),(27084,4640,1,1,1,2293,1,-1712.96,1211.41,91.4266,4.12718,300,20,0,1221,0,1,0,0,0),(27083,4640,1,1,1,2293,1,-1745.01,1187.66,88.4568,0.683803,300,5,0,1221,0,1,0,0,0),(27082,4640,1,1,1,2293,1,-1820.98,1108.27,91.6211,0.654288,300,20,0,1221,0,1,0,0,0),(27081,4640,1,1,1,2293,1,-1753.18,1111.37,88.6241,3.56795,300,5,0,1221,0,1,0,0,0),(27080,4640,1,1,1,2293,1,-1759.23,1057.68,92.2733,2.49757,300,5,0,1221,0,1,0,0,0),(27079,4640,1,1,1,2293,1,-1753.97,957.749,92.3785,1.48509,300,5,0,1221,0,1,0,0,0),(27078,4640,1,1,1,2293,1,-1645.32,843.735,93.8155,4.67284,300,5,0,1221,0,1,0,0,0),(27077,4640,1,1,1,2293,1,-1683.64,817.033,97.0653,1.37589,300,5,0,1221,0,1,0,0,0),(27076,4640,1,1,1,2293,1,-1678.98,1146.83,93.7228,1.68824,300,20,0,1221,0,1,0,0,0),(27075,4640,1,1,1,2293,1,-1879.42,958.662,90.8326,1.65311,300,5,0,1221,0,1,0,0,0),(27074,4640,1,1,1,2293,1,-2048.95,1214,107.501,4.73777,300,5,0,1221,0,1,0,0,0),(27073,4640,1,1,1,2293,1,-1986.47,1152.52,95.5254,2.56458,300,20,0,1221,0,1,0,0,0),(27072,4640,1,1,1,2293,1,-1981.9,1084.21,107.939,2.88382,300,5,0,1221,0,1,0,0,0),(27071,4640,1,1,1,2293,1,-1715.05,1273.11,94.5888,3.81119,300,5,0,1221,0,1,0,0,0),(27070,4640,1,1,1,2293,1,-1575.37,920.816,89.1903,0.404453,300,5,0,1221,0,1,0,0,0),(27069,4640,1,1,1,2293,1,-1549.56,955.601,90.6965,3.44296,300,5,0,1221,0,1,0,0,0),(27068,4640,1,1,1,2293,1,-1747.88,806.494,101.523,4.68339,300,5,0,1221,0,1,0,0,0),(27067,4640,1,1,1,2293,1,-2012.49,1119.38,117.084,1.93208,300,5,0,1221,0,1,0,0,0),(27066,4640,1,1,1,2293,1,-1935.8,1262.79,92.062,2.38964,300,0,0,1221,0,0,0,0,0),(27065,4639,1,1,1,9428,1,-1652.74,1182.44,90.3973,0.387186,300,20,0,1163,0,1,0,0,0),(27064,4639,1,1,1,9428,1,-1783.79,1279.77,90.9438,3.72205,300,5,0,1163,0,1,0,0,0),(27063,4639,1,1,1,9428,1,-1555.05,1018.42,89.622,3.23601,300,0,0,1163,0,2,0,0,0),(27062,4639,1,1,1,9428,1,-1645.87,1217.37,91.0787,0.519359,300,20,0,1163,0,1,0,0,0),(27061,4639,1,1,1,9428,1,-1618.47,1242.85,90.7982,5.87835,300,5,0,1163,0,1,0,0,0),(27060,4638,1,1,1,2292,1,-1781.4,1217.05,91.117,3.21699,300,5,0,1221,0,1,0,0,0),(27059,4638,1,1,1,2292,1,-1619.61,1080.29,88.6009,0.24261,300,0,0,1221,0,2,0,0,0),(27058,4638,1,1,1,2292,1,-1812.83,1256.24,91.008,1.16936,300,5,0,1221,0,1,0,0,0),(27057,4638,1,1,1,2292,1,-1614.04,989.831,90.3441,2.61017,300,0,0,1221,0,2,0,0,0),(27056,4638,1,1,1,2292,1,-1655.57,1284.73,90.6277,1.14197,300,5,0,1221,0,1,0,0,0),(27055,4638,1,1,1,2292,1,-1517.33,915.28,90.0735,2.57354,300,5,0,1221,0,1,0,0,0),(27054,4637,1,1,1,9446,1,-817.724,939.648,90.2962,4.65726,300,3,0,977,935,1,0,0,0),(27053,4637,1,1,1,9446,1,-875.69,1047.52,91.6211,5.91422,300,20,0,977,935,1,0,0,0),(27052,4637,1,1,1,9446,1,-1010.09,874.882,92.6127,2.05949,300,0,0,977,935,0,0,0,0),(27051,4637,1,1,1,9446,1,-1054.69,945.433,90.7736,2.91736,300,20,0,977,935,1,0,0,0),(27050,4637,1,1,1,9446,1,-1110.17,925.522,89.2639,2.28918,300,20,0,977,935,1,0,0,0),(27049,4637,1,1,1,9446,1,-1046.51,1012.36,90.3956,6.02171,300,0,0,977,935,0,0,0,0),(27048,4636,1,1,1,9448,1,-888.399,915.089,90.286,2.69017,300,20,0,1163,0,1,0,0,0),(27047,4636,1,1,1,9448,1,-986.065,1017.95,90.3548,2.9413,300,20,0,1163,0,1,0,0,0),(27046,4636,1,1,1,9448,1,-930.343,888.471,91.9078,1.69482,300,0,0,1163,0,0,0,0,0),(27045,4636,1,1,1,9448,1,-950.546,881.924,91.4779,3.35012,300,0,0,1163,0,0,0,0,0),(27044,4636,1,1,1,9448,1,-807.925,1043.86,89.4798,0.797587,300,20,0,1163,0,1,0,0,0),(27043,4636,1,1,1,9448,1,-785.953,1017,89.5909,4.32095,300,5,0,1163,0,1,0,0,0),(27042,4636,1,1,1,9448,1,-947.212,954.353,96.303,4.27606,300,0,0,1163,0,0,0,0,0),(27041,4636,1,1,1,9448,1,-1019.95,898.49,92.651,1.71756,300,0,0,1163,0,0,0,0,0),(27040,4636,1,1,1,9448,1,-1046.7,894.932,92.7034,1.31905,300,0,0,1163,0,0,0,0,0),(27039,4636,1,1,1,9448,1,-1036.7,901.073,92.717,6.12908,300,0,0,1163,0,0,0,0,0),(27038,4636,1,1,1,9448,1,-1063.02,913.021,91.842,1.32034,300,0,0,1163,0,0,0,0,0),(27037,4636,1,1,1,9448,1,-839.725,948.127,90.6194,3.41093,300,0,0,1163,0,0,0,0,0),(27036,4636,1,1,1,9448,1,-842.318,1067.37,91.2218,2.30792,300,0,0,1163,0,0,0,0,0),(27035,4636,1,1,1,9448,1,-1064.2,1009.63,90.2706,0.587182,300,0,0,1163,0,0,0,0,0),(27034,4635,1,1,1,4871,0,-818.261,963.757,90.5462,6.2298,300,5,0,935,878,1,0,0,0),(27033,4635,1,1,1,4871,0,-955.472,915.499,90.0427,3.42726,300,20,0,935,878,1,0,0,0),(27032,4635,1,1,1,4871,0,-1000.95,929.572,92.0272,5.97657,300,20,0,935,878,1,0,0,0),(27031,4635,1,1,1,4871,0,-983.877,950.558,92.7051,3.83142,300,20,0,935,878,1,0,0,0),(27030,4635,1,1,1,4871,0,-765.654,1104.35,90.2966,6.07659,300,20,0,935,878,1,0,0,0),(27029,4635,1,1,1,4871,0,-984.375,1079.97,91.7113,1.2556,300,20,0,935,878,1,0,0,0),(27028,4635,1,1,1,4871,0,-804.314,1012.23,89.4727,6.16757,300,20,0,935,878,1,0,0,0),(27027,4635,1,1,1,4871,0,-753.976,955.857,91.0976,3.3464,300,5,0,935,878,1,0,0,0),(27026,4635,1,1,1,4871,0,-752.967,1047.71,90.6816,1.71523,300,5,0,935,878,1,0,0,0),(27025,4635,1,1,1,4871,0,-726.508,1083.33,90.3548,2.60459,300,5,0,935,878,1,0,0,0),(27024,4635,1,1,1,4871,0,-943.864,980.017,89.4463,5.53432,300,20,0,935,878,1,0,0,0),(27023,4635,1,1,1,4871,0,-1078.4,881.74,91.8396,1.93766,300,5,0,935,878,1,0,0,0),(27022,4635,1,1,1,4871,0,-1018.54,1047.79,90.367,3.85147,300,20,0,935,878,1,0,0,0),(27021,4634,1,1,1,4874,1,-840.057,919.588,89.0139,3.54366,300,0,0,1107,0,0,0,0,0),(27020,4634,1,1,1,4874,1,-818.643,989.373,91.1711,2.81714,300,20,0,1107,0,1,0,0,0),(27019,4634,1,1,1,4874,1,-859.772,1021.53,90.1048,2.82358,300,20,0,1107,0,1,0,0,0),(27018,4634,1,1,1,4874,1,-1065.32,1045.94,90.4485,0.485411,300,0,0,1107,0,0,0,0,0),(27017,4634,1,1,1,4874,1,-948.155,1044.76,89.5072,4.5188,300,20,0,1107,0,1,0,0,0),(27016,4634,1,1,1,4874,1,-969.897,886.517,91.5769,2.87855,300,0,0,1107,0,0,0,0,0),(31327,5184,1,1,1,4679,1,-2893.04,-3433.81,74.4461,4.62401,360,0,0,1403,0,0,0,0,0),(27015,4634,1,1,1,4874,1,-910.773,1017.04,91.3759,1.76934,300,20,0,1107,0,1,0,0,0),(27014,4634,1,1,1,4874,1,-888.24,984.696,89.4798,3.92002,300,20,0,1107,0,1,0,0,0),(27013,4634,1,1,1,4874,1,-752.317,985.279,91.1892,4.22037,300,5,0,1107,0,1,0,0,0),(31326,5184,1,1,1,4677,1,-2890.52,-3419.51,74.4461,1.00222,360,0,0,1403,0,0,0,0,0),(27012,4634,1,1,1,4874,1,-919.038,949.205,90.1048,3.13136,300,20,0,1107,0,1,0,0,0),(27011,4634,1,1,1,4874,1,-855.001,1052.65,91.1528,5.18014,300,0,0,1107,0,0,0,0,0),(27010,4633,1,1,1,9445,1,-1044.93,1080.82,88.4685,5.88596,300,20,0,1050,0,1,0,0,0),(27009,4633,1,1,1,9445,1,-912.78,1083.61,89.8468,5.81713,300,20,0,1050,0,1,0,0,0),(27008,4633,1,1,1,9445,1,-1015.26,1117.66,88.3429,1.56933,300,5,0,1050,0,1,0,0,0),(27007,4633,1,1,1,9445,1,-879.526,1113.76,91.2852,5.37249,300,5,0,1050,0,1,0,0,0),(27006,4633,1,1,1,9445,1,-916.77,1148.21,92.4556,1.83908,300,20,0,1050,0,1,0,0,0),(27005,4633,1,1,1,9445,1,-711.857,1155.1,90.734,3.96902,300,20,0,1050,0,1,0,0,0),(27004,4633,1,1,1,9445,1,-751.014,1117.52,89.6297,0.823917,300,20,0,1050,0,1,0,0,0),(27003,4633,1,1,1,9445,1,-783.69,1149.99,93.871,3.08898,300,20,0,1050,0,1,0,0,0),(27002,4633,1,1,1,9445,1,-1047.01,1144.61,91.0929,5.52451,300,5,0,1050,0,1,0,0,0),(27001,4632,1,1,1,9447,1,-1076.82,1120.98,88.7179,0.673122,300,20,0,1050,0,1,0,0,0),(27000,4632,1,1,1,9447,1,-1111.87,1151.47,92.0238,0.956314,300,5,0,1050,0,1,0,0,0),(26999,4632,1,1,1,9447,1,-985.143,1145.99,93.3697,3.361,300,20,0,1050,0,1,0,0,0),(26998,4632,1,1,1,9447,1,-953.167,1115.58,88.3429,0.534814,300,20,0,1050,0,1,0,0,0),(26997,4632,1,1,1,9447,1,-854.065,1147.99,91.2582,0.168803,300,5,0,1050,0,1,0,0,0),(26996,4632,1,1,1,9447,1,-781.919,1081.17,89.4242,5.75358,300,20,0,1050,0,1,0,0,0),(26995,4632,1,1,1,9447,1,-823.083,1115.69,91.2877,4.11164,300,20,0,1050,0,1,0,0,0),(26994,5398,1,1,1,1258,0,-1591.24,862.924,113.729,0.872665,300,0,0,2138,0,0,0,0,0),(26993,5397,1,1,1,4875,0,-1923.64,2604.98,64.8895,4.7822,300,0,0,2138,0,0,0,0,0),(26992,5396,1,1,1,4693,1,124.292,1236.19,163.145,3.14159,300,0,0,1981,0,0,0,0,0),(26991,5395,1,1,1,4694,1,-1333.66,1706.99,89.9855,5.96903,300,0,0,2138,0,0,0,0,0),(26990,13837,1,1,1,236,0,-1928.45,642.285,107.368,1.11701,300,0,0,1753,0,0,0,0,0),(26989,12045,1,1,1,12049,1,-1677.03,3073.27,34.6422,0.663225,300,0,0,1003,0,0,0,0,0),(26988,13837,1,1,1,236,0,-1939.65,660.626,107.645,4.38078,300,0,0,1753,0,0,0,0,0),(26987,5644,1,1,1,3791,0,-331.142,1766.99,139.6,3.85718,300,0,0,1342,0,0,0,0,0),(26986,11788,1,1,1,13009,0,-1209.17,2907.34,77.3363,1.80652,300,0,0,1902,0,0,0,0,0),(26985,11788,1,1,1,13009,0,-1262.77,2961.49,87.4925,5.70888,300,5,0,1902,0,1,0,0,0),(26984,11788,1,1,1,13009,0,-1221.9,2917.16,87.1668,0.849822,300,5,0,1902,0,1,0,0,0),(26983,11788,1,1,1,13009,0,-1255.52,2939.23,87.1457,3.84831,300,5,0,1902,0,1,0,0,0),(26982,11788,1,1,1,13009,0,-1296.28,2898.13,88.8364,0.274269,300,3,0,1902,0,1,0,0,0),(26981,11788,1,1,1,13009,0,-1192.99,3033.28,89.3421,2.74259,300,5,0,1902,0,1,0,0,0),(26980,11788,1,1,1,13009,0,-1206.44,3035.34,89.9979,4.21826,300,5,0,1902,0,1,0,0,0),(26979,11788,1,1,1,13009,0,-1235.59,2978.79,64.8805,3.94432,300,5,0,1902,0,1,0,0,0),(26978,13836,1,1,1,2346,0,-1928.98,656.58,107.655,4.29351,300,0,0,1753,0,0,0,0,0),(26977,13836,1,1,1,2346,0,-1945.07,647.086,107.339,1.13446,300,0,0,1753,0,0,0,0,0),(26976,11788,1,1,1,13009,0,-1224.38,3005.43,73.6861,6.14519,300,5,0,1902,0,1,0,0,0),(26975,13836,1,1,1,2346,0,-1939.64,645.019,107.35,1.20428,300,0,0,1753,0,0,0,0,0),(26974,11788,1,1,1,13009,0,-1146.51,2946.82,82.2892,3.88098,300,5,0,1902,0,1,0,0,0),(26973,5643,1,1,1,3790,1,-419.61,1850.15,128.492,1.20428,300,0,0,1208,1097,0,0,0,0),(26972,11787,1,1,1,12335,0,-1238.75,2967.38,64.9579,2.85719,300,5,0,1829,0,1,0,0,0),(26971,11787,1,1,1,12335,0,-1239.71,2912.01,74.255,1.98902,300,5,0,1829,0,1,0,0,0),(26970,11787,1,1,1,12335,0,-1196.31,2960.47,64.1286,4.59766,300,5,0,1829,0,1,0,0,0),(26969,11787,1,1,1,12335,0,-1203.67,2985.85,79.001,0.90938,300,5,0,1829,0,1,0,0,0),(26968,11787,1,1,1,12335,0,-1228.68,2953.91,74.2975,2.09902,300,5,0,1829,0,1,0,0,0),(26967,11787,1,1,1,12335,0,-1264.71,2925.09,74.1367,1.52082,300,5,0,1829,0,1,0,0,0),(26966,11787,1,1,1,12335,0,-1265.35,2901.59,87.7253,1.4924,300,5,0,1829,0,1,0,0,0),(26965,11787,1,1,1,12335,0,-1237.89,3034.81,89.3153,2.21224,300,5,0,1829,0,1,0,0,0),(26964,11787,1,1,1,12335,0,-1171.9,2996.26,86.1352,1.72858,300,5,0,1829,0,1,0,0,0),(26963,11787,1,1,1,12335,0,-1193.99,3004.46,69.0547,5.16858,300,5,0,1829,0,1,0,0,0),(26962,11786,1,1,1,12338,0,-1385.11,2662.7,76.4345,1.13607,300,0,0,1902,0,2,0,0,0),(26961,11786,1,1,1,12338,0,-1430.11,2586.19,74.365,0.258425,300,5,0,1902,0,1,0,0,0),(26960,11786,1,1,1,12338,0,-1375.54,2702.08,93.2914,4.30778,300,5,0,1902,0,1,0,0,0),(26959,11786,1,1,1,12338,0,-1424.57,2672.5,77.348,5.03483,300,5,0,1902,0,1,0,0,0),(26958,11786,1,1,1,12338,0,-1381.37,2596.61,73.3255,0.108967,300,0,0,1902,0,2,0,0,0),(26957,11786,1,1,1,12338,0,-1370.6,2589.13,72.9959,3.69734,300,5,0,1902,0,1,0,0,0),(26956,11786,1,1,1,12338,0,-1458.1,2771.73,92.6463,4.9263,300,5,0,1902,0,1,0,0,0),(26955,11786,1,1,1,12338,0,-1510.6,2897.83,92.8609,3.7284,300,5,0,1902,0,1,0,0,0),(26954,5642,1,1,1,3789,1,97.8138,1246.16,164.155,5.20108,300,0,0,1536,0,0,0,0,0),(26953,11785,1,1,1,11713,0,-1314.04,2658.34,85.3839,3.13297,300,5,0,1829,0,1,0,0,0),(26952,11785,1,1,1,11713,0,-1408.49,2709.57,93.4863,3.83685,300,5,0,1829,0,1,0,0,0),(26951,11785,1,1,1,11713,0,-1453.97,2650.5,92.4804,2.34425,300,5,0,1829,0,1,0,0,0),(26950,11785,1,1,1,11713,0,-1341.33,2712.64,93.7684,3.67725,300,5,0,1829,0,1,0,0,0),(26949,11785,1,1,1,11713,0,-1543.4,2767,90.655,2.40152,300,5,0,1829,0,1,0,0,0),(26948,11785,1,1,1,11713,0,-1470.66,2655.58,92.4202,2.50466,300,0,0,1829,0,2,0,0,0),(26947,11785,1,1,1,11713,0,-1462.8,2696.44,77.5374,3.8129,300,5,0,1829,0,1,0,0,0),(26946,11785,1,1,1,11713,0,-1528.47,2712.47,87.4213,5.59059,300,5,0,1829,0,1,0,0,0),(26945,11785,1,1,1,11713,0,-1506.08,2876.04,92.2821,5.45509,300,5,0,1829,0,1,0,0,0),(26944,11785,1,1,1,11713,0,-1484.05,2818.17,89.3578,0.883843,300,5,0,1829,0,1,0,0,0),(26943,11785,1,1,1,11713,0,-1576.48,2739.03,93.6042,6.06132,300,5,0,1829,0,1,0,0,0),(26942,11785,1,1,1,11713,0,-1546.47,2686.76,92.7861,2.79633,300,5,0,1829,0,1,0,0,0),(26941,11785,1,1,1,11713,0,-1378.31,2651.98,76.052,3.67969,300,5,0,1829,0,1,0,0,0),(26940,5641,1,1,1,3760,1,-1178.41,1869.98,94.873,2.94961,300,0,0,1753,0,0,0,0,0),(26939,11785,1,1,1,11713,0,-1597.01,2705.13,92.8639,2.84707,300,5,0,1829,0,1,0,0,0),(26938,11782,1,1,1,11711,0,-1442.28,2656.06,92.6091,0.320425,300,0,0,1981,0,2,0,0,0),(26937,11782,1,1,1,11711,0,-1438.34,2599.38,75.4438,4.37806,300,0,0,1981,0,0,0,0,0),(26936,5638,1,1,1,3757,1,163.489,1257.05,166.782,3.82227,300,0,0,1342,0,0,0,0,0),(26935,11781,1,1,1,11711,0,-1468.03,2824.77,92.5322,1.87082,300,0,0,1829,0,0,0,0,0),(26934,11781,1,1,1,11711,0,-1508.07,2778.15,95.2202,3.30386,300,0,0,1829,0,2,0,0,0),(26933,11778,1,1,1,11710,0,-1228.59,2904.09,75.2471,3.25189,300,5,0,1902,0,1,0,0,0),(26932,11778,1,1,1,11710,0,-1262.27,2978.82,64.6012,5.53051,300,5,0,1902,0,1,0,0,0),(26931,11778,1,1,1,11710,0,-1298.04,2990,73.479,3.25664,300,5,0,1902,0,1,0,0,0),(26930,11778,1,1,1,11710,0,-1204.12,3017.02,84.7377,2.42107,300,5,0,1902,0,1,0,0,0),(26929,11778,1,1,1,11710,0,-1172.74,3034.18,89.2288,4.16693,300,5,0,1902,0,1,0,0,0),(26928,11778,1,1,1,11710,0,-1157.51,3018.6,87.9338,0.480217,300,5,0,1902,0,1,0,0,0),(26927,11778,1,1,1,11710,0,-1178.66,2957.35,63.8838,0.397005,300,5,0,1902,0,1,0,0,0),(26926,11777,1,1,1,11710,0,-1214.57,2968.5,65.0634,5.95485,300,5,0,1829,0,1,0,0,0),(26925,11777,1,1,1,11710,0,-1295.08,2935.26,74.8914,1.1581,300,5,0,1829,0,1,0,0,0),(26924,11777,1,1,1,11710,0,-1289.22,2974.82,72.9784,2.60974,300,5,0,1829,0,1,0,0,0),(26923,11777,1,1,1,11710,0,-1277.22,3008.91,88.734,4.64938,300,5,0,1829,0,1,0,0,0),(26922,11777,1,1,1,11710,0,-1173.34,2995.08,86.1132,1.07871,300,0,0,1829,0,2,0,0,0),(26921,11777,1,1,1,11710,0,-1256.94,3041.49,89.249,5.164,300,5,0,1829,0,1,0,0,0),(26920,11777,1,1,1,11710,0,-1231.92,2895.4,87.0525,4.22276,300,5,0,1829,0,1,0,0,0),(26919,6145,1,1,1,4878,0,-176.562,2643.58,-42.4726,5.4704,300,5,0,8,0,1,0,0,0),(26918,6145,1,1,1,4878,0,-1916.34,3176.16,-14.2011,4.62713,300,5,0,8,0,1,0,0,0),(26917,6145,1,1,1,4878,0,76.7026,2959.37,-19.4286,5.90956,300,5,0,8,0,1,0,0,0),(26916,6145,1,1,1,4878,0,-596.67,2718.47,-25.2858,2.84649,300,5,0,8,0,1,0,0,0),(26915,6145,1,1,1,4878,0,-116.672,2387.63,-30.5139,4.15365,300,30,0,8,0,1,0,0,0),(26914,6145,1,1,1,4878,0,-284.436,2784.52,-13.5273,2.18642,300,5,0,8,0,1,0,0,0),(26913,6145,1,1,1,4878,0,-399.905,2764.49,-24.187,2.2874,300,5,0,8,0,1,0,0,0),(26912,11777,1,1,1,11710,0,-1149.73,3038.86,89.4568,1.73004,300,0,0,1829,0,2,0,0,0),(26911,12033,1,1,1,12036,0,-1635.92,3056.89,51.7528,2.82743,300,0,0,1003,0,0,0,0,0),(26910,12032,1,1,1,12038,1,-1719.02,3212.89,4.38054,4.59022,300,0,0,1003,0,0,0,0,0),(26909,3069,1,1,1,3796,0,-2254.65,-286.531,-9.34156,4.20624,250,0,0,617,0,0,0,0,0),(26908,3068,1,1,1,1961,0,-1731.25,-540.804,-13.3326,5.49503,19900,0,0,176,0,0,0,0,0),(26907,3067,1,1,1,3795,1,-2263.26,-284.941,-9.29335,4.72984,250,0,0,247,0,0,0,0,0),(26906,3066,1,1,1,3816,1,-2298.96,-437.742,-5.35507,3.89208,250,0,0,273,0,0,0,0,0),(26905,3065,1,1,1,3811,1,-2180.22,-408.816,-4.51826,1.0472,250,0,0,222,0,0,0,0,0),(26904,6393,1,1,1,5371,1,-1404.83,-107.317,159.018,5.61996,250,0,0,4370,0,0,0,0,0),(26903,3064,1,1,1,3820,1,-2315.75,-442.634,-5.35507,6.07375,250,0,0,247,0,0,0,0,0),(26902,3063,1,1,1,3794,1,-2347.98,-495.92,-8.96404,4.79274,250,0,0,300,0,0,0,0,0),(26901,15350,1,1,1,15387,1,-1385.16,-91.2934,159.055,3.12414,250,0,0,126000,0,0,0,0,0),(26900,3062,1,1,1,10180,1,-2873.88,-264.709,54.0072,3.7001,250,0,0,198,0,0,0,0,0),(26899,3061,1,1,1,3810,1,-2865.4,-225.731,54.9617,3.10669,250,0,0,222,0,0,0,0,0),(26898,3060,1,1,1,3819,1,-2873.57,-268.591,54.0531,2.68781,250,0,0,176,0,0,0,0,0),(26897,3059,1,1,1,3793,1,-2880.43,-213.02,54.9039,4.64258,250,0,0,198,0,0,0,0,0),(26896,3058,1,1,1,10916,0,-751.421,-674.71,-19.1842,3.41453,60,0,0,444,0,2,0,0,0),(26895,3057,1,1,1,4307,1,-1209.64,-112.698,163.882,1.5708,7200,0,0,5578000,0,0,0,0,0),(26894,10993,1,1,1,10454,1,-1348.7,-1129.96,141.803,2.61799,250,0,0,713,0,0,0,0,0),(26893,3055,1,1,1,1678,1,-2227.54,-365.72,-9.27941,4.86947,250,0,0,198,0,0,0,0,0),(26892,3566,1,1,1,1056,0,-683.103,-619.16,-14.7756,4.84346,250,15,0,176,0,1,0,0,0),(26891,3566,1,1,1,1056,0,-1016.67,-697.409,-46.8903,4.75143,250,5,0,176,0,1,0,0,0),(26890,3566,1,1,1,1056,0,-698.958,-234.086,-17.9218,0.438563,250,3,0,176,0,1,0,0,0),(26889,3566,1,1,1,1056,0,-852.141,-416.8,-27.3993,4.00854,250,15,0,176,0,1,0,0,0),(26888,3566,1,1,1,1056,0,-654.553,-141.319,-7.55951,0.027337,250,5,0,176,0,1,0,0,0),(26887,3566,1,1,1,1056,0,-909.309,-456.558,-39.6816,1.99166,250,15,0,176,0,1,0,0,0),(26886,3566,1,1,1,1056,0,-1089.48,-822.619,-22.3939,1.08532,250,5,0,176,0,1,0,0,0),(26885,3566,1,1,1,1056,0,-949.824,-118.971,19.1507,0.921095,250,5,0,176,0,1,0,0,0),(26884,3566,1,1,1,1056,0,-683.102,118.565,9.45836,1.27747,250,10,0,176,0,1,0,0,0),(26883,3566,1,1,1,1056,0,-931.58,-143.484,10.4988,3.15146,250,15,0,176,0,1,0,0,0),(26882,3566,1,1,1,1056,0,-1119.86,-882.277,-9.16431,4.65765,250,5,0,176,0,1,0,0,0),(26881,3566,1,1,1,1056,0,-569.473,-239.973,30.7551,0.286653,250,5,0,176,0,1,0,0,0),(26880,3566,1,1,1,1056,0,-874.477,-622.432,-47.1581,2.01694,250,15,0,176,0,1,0,0,0),(26879,3566,1,1,1,1056,0,-1037.61,-650.553,-54.21,1.59228,250,30,0,176,0,1,0,0,0),(26878,3566,1,1,1,1056,0,-1015.56,-716.243,-40.3545,2.58671,250,5,0,176,0,1,0,0,0),(26877,3566,1,1,1,1056,0,-656.526,-228.535,-9.57587,1.13334,250,5,0,176,0,1,0,0,0),(26876,3566,1,1,1,1056,0,-1145.71,-691.904,-61.047,1.49886,250,15,0,176,0,1,0,0,0),(26875,3566,1,1,1,1056,0,-1259.92,-407.123,-39.7578,2.53247,250,5,0,176,0,1,0,0,0),(26874,3566,1,1,1,1056,0,-1092.36,-664.021,-54.8298,0.505148,250,15,0,176,0,1,0,0,0),(26873,3566,1,1,1,1056,0,-903.622,-792.679,-6.17962,0.431316,250,15,0,176,0,1,0,0,0),(26872,3566,1,1,1,1056,0,-922.325,-225.199,-6.25922,4.47404,250,5,0,176,0,1,0,0,0),(26871,3566,1,1,1,1056,0,-852.623,126.792,-12.4638,1.93643,250,15,0,176,0,1,0,0,0),(26870,3054,1,1,1,3814,1,-2243.48,-405.843,-9.34157,1.3439,250,0,0,137,0,0,0,0,0),(26869,3566,1,1,1,1056,0,-2274.65,-1178.45,-2.1939,0.500136,250,15,0,176,0,1,0,0,0),(26868,3566,1,1,1,1056,0,-976.929,-712.568,-36.9077,1.52582,250,5,0,176,0,1,0,0,0),(26867,3566,1,1,1,1056,0,-923.903,-719.899,-28.3621,4.99149,250,15,0,176,0,1,0,0,0),(26866,3566,1,1,1,1056,0,-1120.86,-1115.27,31.968,0.089953,250,5,0,176,0,1,0,0,0),(26865,3566,1,1,1,1056,0,-796.201,-414.03,-25.1853,5.4439,250,5,0,176,0,1,0,0,0),(26864,3566,1,1,1,1056,0,-810.465,-215.522,-11.3582,4.46362,250,5,0,176,0,1,0,0,0),(26863,3566,1,1,1,1056,0,-684.057,-286.044,-18.6755,3.11621,250,10,0,176,0,1,0,0,0),(26862,3566,1,1,1,1056,0,-966.951,-441.801,-41.4706,6.17167,250,15,0,176,0,1,0,0,0),(26861,3566,1,1,1,1056,0,-1044.46,-557.944,-55.8647,5.43563,250,30,0,176,0,1,0,0,0),(26860,3566,1,1,1,1056,0,-610.016,-90.5092,4.71279,3.26885,250,5,0,176,0,1,0,0,0),(26859,3566,1,1,1,1056,0,-884.712,-873.171,16.2151,3.56854,250,5,0,176,0,1,0,0,0),(26858,3566,1,1,1,1056,0,-941.622,-743.141,-21.0395,4.40053,250,15,0,176,0,1,0,0,0),(26857,3566,1,1,1,1056,0,-743.637,-271.843,-31.8232,3.40295,250,15,0,176,0,1,0,0,0),(26856,3566,1,1,1,1056,0,-891.277,-509.257,-34.2622,3.55386,250,15,0,176,0,1,0,0,0),(26855,3566,1,1,1,1056,0,-652.929,5.1582,-8.57058,3.14159,250,5,0,176,0,1,0,0,0),(26854,3566,1,1,1,1056,0,-523.602,-134.494,45.2733,0.316523,250,5,0,176,0,1,0,0,0),(26853,3566,1,1,1,1056,0,-864.994,-110.369,-1.38476,1.6862,250,15,0,176,0,1,0,0,0),(26852,3566,1,1,1,1056,0,-789.022,-244.682,-19.8734,1.71573,250,15,0,176,0,1,0,0,0),(26851,3566,1,1,1,1056,0,-827.711,231.545,-5.19983,0.394641,250,15,0,176,0,1,0,0,0),(26850,3566,1,1,1,1056,0,-577.473,-459.276,16.3466,5.98592,250,5,0,176,0,1,0,0,0),(26849,3566,1,1,1,1056,0,-909.57,-176.29,0.857339,5.74344,250,15,0,176,0,1,0,0,0),(26848,3566,1,1,1,1056,0,-850.038,-746.967,-12.4041,1.54346,250,5,0,176,0,1,0,0,0),(26847,3566,1,1,1,1056,0,-678.284,-339.636,-7.99697,2.90704,250,5,0,176,0,1,0,0,0),(26846,3566,1,1,1,1056,0,-665.913,-465.022,-9.83592,2.49887,250,15,0,176,0,1,0,0,0),(26845,3566,1,1,1,1056,0,-619.095,-475.242,4.25442,5.19787,250,15,0,176,0,1,0,0,0),(26844,3566,1,1,1,1056,0,-566.09,-388.569,29.3944,1.02937,250,15,0,176,0,1,0,0,0),(26843,3566,1,1,1,1056,0,-589.601,54.5972,19.8628,0.177665,250,5,0,176,0,1,0,0,0),(26842,3566,1,1,1,1056,0,-846.995,-265.602,-13.6203,1.68813,250,15,0,176,0,1,0,0,0),(26841,3566,1,1,1,1056,0,-890.42,111.444,-12.2468,4.99337,250,5,0,176,0,1,0,0,0),(26840,3566,1,1,1,1056,0,-659.502,-201.896,-12.1414,0.553832,250,5,0,176,0,1,0,0,0),(26839,3566,1,1,1,1056,0,-1152.27,-434.478,-32.6086,1.62163,250,5,0,176,0,1,0,0,0),(26837,3566,1,1,1,1056,0,-712.556,-462.243,-20.5585,1.32227,250,15,0,176,0,1,0,0,0),(26832,3566,1,1,1,1056,0,-743.781,-442.245,-26.5225,5.02264,250,5,0,176,0,1,0,0,0),(26831,3566,1,1,1,1056,0,-922.806,389.049,17.5981,6.19907,250,5,0,176,0,1,0,0,0),(26830,3566,1,1,1,1056,0,-685.846,-577.77,-13.1602,4.8142,250,5,0,176,0,1,0,0,0),(26829,3566,1,1,1,1056,0,-717.672,-396.1,-24.3026,0.994608,250,5,0,176,0,1,0,0,0),(26828,3566,1,1,1,1056,0,-748.751,-246.575,-26.9023,0.268648,250,15,0,176,0,1,0,0,0),(26827,3566,1,1,1,1056,0,-1106.89,-573.252,-54.79,0.288575,250,15,0,176,0,1,0,0,0),(26826,3566,1,1,1,1056,0,-1172.96,-850.442,-14.3023,5.93539,250,15,0,176,0,1,0,0,0),(26825,3566,1,1,1,1056,0,-1079.15,-1153.63,54.5312,1.14151,250,5,0,176,0,1,0,0,0),(26824,3566,1,1,1,1056,0,-716.56,-536.804,-21.0923,4.69952,250,5,0,176,0,1,0,0,0),(26823,3566,1,1,1,1056,0,-815.625,-250.084,-15.0795,0.410003,250,15,0,176,0,1,0,0,0),(26822,3566,1,1,1,1056,0,-903.188,-176.411,0.250178,3.58517,250,15,0,176,0,1,0,0,0),(26821,3566,1,1,1,1056,0,-914.825,-850.827,5.62014,4.63686,250,5,0,176,0,1,0,0,0),(26820,3566,1,1,1,1056,0,-928.957,-885.607,5.30236,2.11629,250,5,0,176,0,1,0,0,0),(26819,3566,1,1,1,1056,0,-919.739,-919.833,8.61429,0.004891,250,5,0,176,0,1,0,0,0),(26818,3566,1,1,1,1056,0,-955.82,-352.295,-14.2641,3.08791,250,5,0,176,0,1,0,0,0),(26817,3566,1,1,1,1056,0,-1107.71,-1140.43,41.0731,4.24861,250,5,0,176,0,1,0,0,0),(26816,3566,1,1,1,1056,0,-1166.57,-223.605,33.1378,0.234729,250,5,0,176,0,1,0,0,0),(26815,3566,1,1,1,1056,0,-871.976,-329.457,-21.3891,1.9457,250,15,0,176,0,1,0,0,0),(26814,3566,1,1,1,1056,0,-819.577,-693.603,-24.0219,3.25169,250,5,0,176,0,1,0,0,0),(26813,3566,1,1,1,1056,0,-1134.02,-383.78,-16.4864,3.87862,250,5,0,176,0,1,0,0,0),(26812,3566,1,1,1,1056,0,-649.138,-220.459,-8.59693,3.21582,250,5,0,176,0,1,0,0,0),(26811,3566,1,1,1,1056,0,-813.053,-553.65,-31.8368,5.55543,250,5,0,176,0,1,0,0,0),(26810,3566,1,1,1,1056,0,-808.403,90.6976,-13.078,3.30341,250,15,0,176,0,1,0,0,0),(26809,3566,1,1,1,1056,0,-970.886,-602.988,-58.6211,3.99191,250,30,0,176,0,1,0,0,0),(26808,3566,1,1,1,1056,0,-869.698,-183.501,-8.45732,3.44914,250,15,0,176,0,1,0,0,0),(26807,3566,1,1,1,1056,0,-1450.03,-846.995,7.4835,4.78856,250,15,0,176,0,1,0,0,0),(26806,3566,1,1,1,1056,0,-1107.22,-153.451,57.4941,3.17283,250,5,0,176,0,1,0,0,0),(26805,3566,1,1,1,1056,0,-1287.08,-890.247,-2.55922,4.25311,250,5,0,176,0,1,0,0,0),(26804,3566,1,1,1,1056,0,-1121.26,-751.577,-51.4058,3.29475,250,15,0,176,0,1,0,0,0),(26803,3566,1,1,1,1056,0,-1385.47,-777.688,-31.6236,1.26325,250,5,0,176,0,1,0,0,0),(26802,3566,1,1,1,1056,0,-1081.27,-1017.48,13.3632,1.58183,250,5,0,176,0,1,0,0,0),(26801,3566,1,1,1,1056,0,-1059.62,-845.119,-13.0814,1.2509,250,5,0,176,0,1,0,0,0),(26800,3566,1,1,1,1056,0,-1250.81,-1029,15.599,2.94466,250,3,0,176,0,1,0,0,0),(26799,3566,1,1,1,1056,0,-1022.83,-845.11,-3.18613,4.16206,250,5,0,176,0,1,0,0,0),(26798,3566,1,1,1,1056,0,-1038.75,-777.53,-22.1353,1.2756,250,5,0,176,0,1,0,0,0),(26797,3566,1,1,1,1056,0,-1002.58,-816.728,-4.33407,2.99859,250,5,0,176,0,1,0,0,0),(26796,3566,1,1,1,1056,0,-1117.56,-813.05,-27.9324,4.61466,250,15,0,176,0,1,0,0,0),(26795,3566,1,1,1,1056,0,-1064.92,-791.448,-26.5847,6.15592,250,5,0,176,0,1,0,0,0),(26794,3566,1,1,1,1056,0,-1223.95,-331.798,-15.859,2.81996,250,15,0,176,0,1,0,0,0),(26793,3566,1,1,1,1056,0,-1214.79,-320.652,-10.3796,1.90738,250,15,0,176,0,1,0,0,0),(26792,3566,1,1,1,1056,0,-1293.7,-960.85,9.65659,6.09652,250,5,0,176,0,1,0,0,0),(26791,3566,1,1,1,1056,0,-1444.09,-794.384,-22.0249,4.35545,250,5,0,176,0,1,0,0,0),(26790,3566,1,1,1,1056,0,-1135.39,-616.801,-55.4354,3.14159,250,15,0,176,0,1,0,0,0),(26789,3566,1,1,1,1056,0,-1417.44,-263.689,-7.52719,3.73153,250,15,0,176,0,1,0,0,0),(26788,3566,1,1,1,1056,0,-1154.8,-649.402,-58.1019,5.80275,250,15,0,176,0,1,0,0,0),(26787,3566,1,1,1,1056,0,-683.784,-649.842,-13.4006,5.85209,250,15,0,176,0,1,0,0,0),(26786,3566,1,1,1,1056,0,-1245.82,-584.602,-56.6218,6.04863,250,15,0,176,0,1,0,0,0),(26785,3566,1,1,1,1056,0,-586.927,-695.784,32.0158,5.88206,250,5,0,176,0,1,0,0,0),(26784,3566,1,1,1,1056,0,-697.917,-695.97,-3.10224,4.71239,250,10,0,176,0,1,0,0,0),(26783,3566,1,1,1,1056,0,-650.285,-662.629,2.26317,2.78899,250,5,0,176,0,1,0,0,0),(26782,3566,1,1,1,1056,0,-570.858,-665.028,30.5218,4.97111,250,5,0,176,0,1,0,0,0),(26781,3566,1,1,1,1056,0,-658.232,-709.262,8.22915,1.58056,250,10,0,176,0,1,0,0,0),(26780,2798,1,1,1,2131,1,-997.349,206.727,136.221,1.78024,250,0,0,1342,0,0,0,0,0),(26779,3052,1,1,1,3823,1,-2335.79,-354.018,-8.70432,5.0091,250,0,0,531,0,0,0,0,0),(26778,3051,1,1,1,7134,1,-1756.3,-1286.41,113.403,3.84825,250,0,0,247,0,0,0,0,0),(26777,3050,1,1,1,4517,1,-1161.03,53.3542,145.878,1.27409,250,0,0,531,0,0,0,0,0),(26776,3049,1,1,1,2135,1,-995.85,253.854,101.834,0.663225,250,0,0,2769,0,0,0,0,0),(26775,3048,1,1,1,6058,1,-948.744,248.392,97.2304,3.61283,250,0,0,1753,0,0,0,0,0),(26774,3047,1,1,1,2134,1,-951.105,279.08,110.996,3.00197,250,0,0,4120,0,0,0,0,0),(26773,3046,1,1,1,2137,1,-994.015,249.055,102.293,1.27409,250,0,0,4120,0,0,0,0,0),(26772,3045,1,1,1,2138,1,-1007.06,260.339,112.115,5.79449,250,0,0,2769,0,0,0,0,0),(26771,3044,1,1,1,2139,1,-956.24,252.418,97.8755,4.2237,250,0,0,1753,0,0,0,0,0),(26770,3043,1,1,1,2113,1,-1444.95,-84.2832,159.101,4.10152,250,0,0,1410,1283,0,0,0,0),(26769,8674,1,1,1,7999,0,-1210.21,94.8587,134.535,2.98451,250,0,0,2769,0,0,0,0,0),(26768,3042,1,1,1,2096,1,-1472.87,-78.1839,161.185,5.75959,250,0,0,4120,0,0,0,0,0),(26767,10721,1,1,1,10052,0,-2336.7,-507.117,-9.24381,3.85718,250,0,0,102,0,0,0,0,0),(26766,10721,1,1,1,10049,0,-2335.04,-522.657,-9.28704,2.51327,250,0,0,102,0,0,0,0,0),(26765,10721,1,1,1,10052,0,-2342.52,-528.701,-9.29947,1.85005,250,0,0,102,0,0,0,0,0),(26764,10721,1,1,1,10052,0,-2347.17,-502.319,-9.18027,4.79965,250,0,0,102,0,0,0,0,0),(26763,10721,1,1,1,10049,0,-2348.01,-529.191,-9.28585,1.41372,250,0,0,102,0,0,0,0,0),(26762,10721,1,1,1,10051,0,-2341.14,-503.348,-9.19414,4.18879,250,0,0,102,0,0,0,0,0),(26761,10721,1,1,1,10052,0,-2353.82,-527.617,-9.29329,1.15192,250,0,0,102,0,0,0,0,0),(26760,10721,1,1,1,10049,0,-2357.98,-507.851,-9.2933,5.74213,250,0,0,102,0,0,0,0,0),(26759,3041,1,1,1,2103,1,-1457.96,-80.8058,159.101,4.95674,250,0,0,2215,1807,0,0,0,0),(26758,3040,1,1,1,2105,1,-1454.48,-100.468,159.101,1.48353,250,0,0,1410,1283,0,0,0,0),(26757,5599,1,1,1,3550,1,-1384.99,-118.308,158.939,5.96058,250,0,0,713,0,0,0,0,0),(26756,3039,1,1,1,2087,1,-1474.76,-81.3723,161.185,5.75959,250,0,0,4120,0,0,0,0,0),(26755,3038,1,1,1,2112,1,-1464.61,-93.7802,159.101,0.471239,250,0,0,2215,1807,0,0,0,0),(26754,3037,1,1,1,2122,1,-1036.09,-211.047,160.259,2.40855,250,0,0,1003,0,0,0,0,0),(26753,3036,1,1,1,2115,1,-1057.47,-288.536,159.114,0,250,0,0,1410,1283,0,0,0,0),(26752,3035,1,1,1,1059,0,-1618.61,56.2876,-13.2189,3.21023,250,5,0,137,0,1,0,0,0),(26751,3035,1,1,1,1059,0,-1638.33,92.0765,-17.6422,4.38631,250,5,0,137,0,1,0,0,0),(26750,3035,1,1,1,1059,0,-1752.22,-149.93,-6.97248,3.44728,250,5,0,137,0,1,0,0,0),(26749,3035,1,1,1,1059,0,-1620.37,-546.538,-39.803,2.27039,250,5,0,137,0,1,0,0,0),(26748,3035,1,1,1,1059,0,-1178.14,293.628,22.7997,1.60789,250,5,0,137,0,1,0,0,0),(26747,3035,1,1,1,1059,0,-1651.48,-383.764,-29.2252,3.8896,250,5,0,137,0,1,0,0,0),(26746,3035,1,1,1,1059,0,-1826.49,-177.469,-9.29985,5.42008,250,15,0,137,0,1,0,0,0),(26745,3035,1,1,1,1059,0,-1883.88,-748.663,-8.16625,2.50838,250,15,0,137,0,1,0,0,0),(26744,3035,1,1,1,1059,0,-1723.29,-330.381,-10.1311,1.9234,250,5,0,137,0,1,0,0,0),(26743,3035,1,1,1,1059,0,-1149.73,319.129,23.169,2.36411,250,5,0,137,0,1,0,0,0),(31325,23714,1,1,1,21654,1,-2460.21,-3116.33,34.9337,5.18363,360,0,0,1208,1097,0,0,0,0),(31324,5184,1,1,1,4679,1,-2896.09,-3429.3,58.6487,1.80352,360,0,0,1403,0,0,0,0,0),(26742,3035,1,1,1,1059,0,-1943.11,-223.322,-6.28197,5.00189,250,15,0,137,0,1,0,0,0),(26741,3035,1,1,1,1059,0,-1895.44,-273.312,-8.60935,3.56418,250,15,0,137,0,1,0,0,0),(26740,3035,1,1,1,1059,0,-1684.95,43.2832,-5.89836,1.61812,250,5,0,137,0,1,0,0,0),(26739,3035,1,1,1,1059,0,-2746.72,-882.087,1.5566,1.05649,250,10,0,137,0,1,0,0,0),(26738,3035,1,1,1,1059,0,-1711.61,-552.317,-16.8709,4.46657,250,30,0,137,0,1,0,0,0),(26737,3035,1,1,1,1059,0,-1848.61,12.5108,-4.66384,1.99582,250,5,0,137,0,1,0,0,0),(26736,3035,1,1,1,1059,0,-2736.52,-918.853,-0.878061,3.00052,250,10,0,137,0,1,0,0,0),(26735,3035,1,1,1,1059,0,-1983.71,-108.37,-4.94231,1.27875,250,5,0,137,0,1,0,0,0),(26734,3035,1,1,1,1059,0,-2035,-841.261,-7.64597,0.573919,250,15,0,137,0,1,0,0,0),(26733,3035,1,1,1,1059,0,-1953.79,-895.509,2.821,4.36032,250,15,0,137,0,1,0,0,0),(26732,3035,1,1,1,1059,0,-1663.94,-551.923,-24.1602,3.26498,250,30,0,137,0,1,0,0,0),(26731,3035,1,1,1,1059,0,-2459.08,-894.938,-3.20097,0.718392,250,5,0,137,0,1,0,0,0),(26730,3035,1,1,1,1059,0,-1878.62,46.6895,6.55891,3.95461,250,5,0,137,0,1,0,0,0),(26729,3035,1,1,1,1059,0,-2076.2,-965.708,15.5006,5.4846,250,30,0,137,0,1,0,0,0),(26728,3035,1,1,1,1059,0,-1681.93,-509.588,-17.1436,1.32629,250,30,0,137,0,1,0,0,0),(26727,3035,1,1,1,1059,0,-1519.56,-349.601,-40.7092,3.00439,250,5,0,137,0,1,0,0,0),(26726,3035,1,1,1,1059,0,-1691.58,-450.348,-14.2339,3.25117,250,5,0,137,0,1,0,0,0),(26725,3035,1,1,1,1059,0,-1519.98,-382.348,-42.3322,6.00813,250,5,0,137,0,1,0,0,0),(26724,3035,1,1,1,1059,0,-1845.47,-773.699,-6.07612,0.151858,250,30,0,137,0,1,0,0,0),(26723,3035,1,1,1,1059,0,-2261.72,-982.5,-5.76682,2.61422,250,5,0,137,0,1,0,0,0),(26722,3035,1,1,1,1059,0,-1821.85,-483.161,-1.17376,5.91314,250,15,0,137,0,1,0,0,0),(26721,3035,1,1,1,1059,0,-2273.04,-1005.97,-7.77784,3.98636,250,5,0,137,0,1,0,0,0),(26720,3035,1,1,1,1059,0,-1693.92,-606.231,-24.8837,2.62235,250,5,0,137,0,1,0,0,0),(26719,3035,1,1,1,1059,0,-1618.8,125.334,-17.6661,3.72948,250,0,0,137,0,0,0,0,0),(31323,5184,1,1,1,19833,1,-2881.55,-3433.71,53.0671,0.014863,360,0,0,1403,0,0,0,0,0),(31322,5184,1,1,1,4677,1,-2885.34,-3419.32,47.242,4.19509,360,0,0,1403,0,0,0,0,0),(31321,4329,1,1,1,143,1,-4388.23,-3317.16,41.6284,6.2437,360,5,0,1751,0,1,0,0,0),(26718,3035,1,1,1,1059,0,-1755.77,-542.45,-9.04701,3.6542,250,5,0,137,0,1,0,0,0),(26717,3035,1,1,1,1059,0,-1439.23,-542.289,-57.3366,3.04581,250,5,0,137,0,1,0,0,0),(26716,3035,1,1,1,1059,0,-1796.4,-450.141,-2.65668,1.14126,250,5,0,137,0,1,0,0,0),(26715,3035,1,1,1,1059,0,-1479.05,-426.215,-46.6362,1.55322,250,5,0,137,0,1,0,0,0),(26714,3035,1,1,1,1059,0,-1517.98,-578.44,-56.9763,2.52096,250,30,0,137,0,1,0,0,0),(26713,3035,1,1,1,1059,0,-2060.85,-207.97,-8.04317,1.80001,250,5,0,137,0,1,0,0,0),(26712,3035,1,1,1,1059,0,-1519.01,-283.876,-26.4474,1.59626,250,5,0,137,0,1,0,0,0),(26711,3035,1,1,1,1059,0,-1408.53,-628.251,-54.1559,5.19603,250,5,0,137,0,1,0,0,0),(26710,3035,1,1,1,1059,0,-1588.04,-785.367,-10.2067,1.82762,250,15,0,137,0,1,0,0,0),(26709,3035,1,1,1,1059,0,-1707.73,-731.602,-8.48044,5.91078,250,5,0,137,0,1,0,0,0),(26708,3035,1,1,1,1059,0,-1382.11,-421.803,-48.1997,4.42711,250,15,0,137,0,1,0,0,0),(26707,3035,1,1,1,1059,0,-2142.57,-1016.46,17.9039,5.79402,250,5,0,137,0,1,0,0,0),(26706,3035,1,1,1,1059,0,-1839.28,77.5016,10.6137,1.97159,250,5,0,137,0,1,0,0,0),(26705,3035,1,1,1,1059,0,-1579.24,-295.553,-27.3586,4.74753,250,5,0,137,0,1,0,0,0),(26704,3035,1,1,1,1059,0,-1938.12,153.317,47.687,2.99473,250,5,0,137,0,1,0,0,0),(31320,4343,1,1,1,814,0,-3113.46,-3134.17,28.6474,3.99924,360,10,0,1536,0,1,0,0,0),(31319,4401,1,1,1,2426,0,-4252.73,-3949.44,-10.3412,3.93252,360,5,0,1403,0,1,0,0,0),(31318,1420,1,1,1,901,0,-2914.46,-3272.06,34.0773,4.34241,360,10,0,8,0,1,0,0,0),(31317,4347,1,1,1,2707,0,-3429.35,-3140.29,44.5142,5.18303,360,5,0,1536,0,1,0,0,0),(31316,4834,1,1,1,4675,1,-2964.91,-3165.92,33.9627,3.71593,360,5,0,1403,0,1,0,0,0),(26703,3035,1,1,1,1059,0,-1966.45,-911.636,7.82715,0.275706,250,15,0,137,0,1,0,0,0),(26702,3035,1,1,1,1059,0,-1550,-116.666,30.1713,1.01425,250,15,0,137,0,1,0,0,0),(26701,3035,1,1,1,1059,0,-2423.87,-885.393,-3.32864,0.708026,250,5,0,137,0,1,0,0,0),(26700,3035,1,1,1,1059,0,-1718.31,212.841,19.6714,1.87618,250,5,0,137,0,1,0,0,0),(26699,3035,1,1,1,1059,0,-1579.52,-50.7286,8.11745,4.43683,250,15,0,137,0,1,0,0,0),(26698,3035,1,1,1,1059,0,-1780.07,153.296,16.6269,3.15917,250,5,0,137,0,1,0,0,0),(26697,3035,1,1,1,1059,0,-2039.64,-1173.03,67.0509,3.20608,250,5,0,137,0,1,0,0,0),(26696,3035,1,1,1,1059,0,-1939.33,175.163,55.5267,3.58777,250,5,0,137,0,1,0,0,0),(26695,3035,1,1,1,1059,0,-1345.86,259.213,2.77586,5.05515,250,5,0,137,0,1,0,0,0),(26694,3035,1,1,1,1059,0,-1393.43,277.699,1.64887,0.131133,250,5,0,137,0,1,0,0,0),(26693,3035,1,1,1,1059,0,-1744.37,166.997,11.4326,1.26698,250,5,0,137,0,1,0,0,0),(26692,3035,1,1,1,1059,0,-1749.68,-420.641,-12.6571,1.58056,250,5,0,137,0,1,0,0,0),(26691,3035,1,1,1,1059,0,-1419.61,248.314,-5.035,3.17128,250,15,0,137,0,1,0,0,0),(26690,3035,1,1,1,1059,0,-1648.64,-682.302,-25.5117,3.71284,250,5,0,137,0,1,0,0,0),(26689,3035,1,1,1,1059,0,-2491.34,-1019.02,-5.59271,0.932268,250,5,0,137,0,1,0,0,0),(31315,4834,1,1,1,19836,1,-2915.69,-3161.55,33.5764,0.107676,360,5,0,1403,0,1,0,0,0),(31314,4834,1,1,1,19836,1,-2944.23,-3186.25,37.0709,3.87081,360,5,0,1403,0,1,0,0,0),(31313,4414,1,1,1,2542,0,-2946.58,-3145.52,34.3377,0.979004,360,10,0,1469,0,1,0,0,0),(31312,4343,1,1,1,814,0,-3257.91,-2946.1,29.7159,3.12083,360,10,0,1536,0,1,0,0,0),(26688,3035,1,1,1,1059,0,-1666.98,-695.462,-18.4531,5.91951,250,5,0,137,0,1,0,0,0),(26687,3035,1,1,1,1059,0,-1923.53,-856.695,5.1417,4.6166,250,30,0,137,0,1,0,0,0),(26686,3035,1,1,1,1059,0,-1733.64,278.484,50.7395,0.374334,250,10,0,137,0,1,0,0,0),(26685,3035,1,1,1,1059,0,-1709.23,-832.924,30.7766,1.43966,250,5,0,137,0,1,0,0,0),(26684,3035,1,1,1,1059,0,-1560.26,-489.727,-45.9155,2.92314,250,5,0,137,0,1,0,0,0),(26683,3035,1,1,1,1059,0,-1657.88,-758.679,-6.17315,1.4651,250,5,0,137,0,1,0,0,0),(26682,3035,1,1,1,1059,0,-1749.65,-803.883,10.1708,1.57275,250,5,0,137,0,1,0,0,0),(26681,3035,1,1,1,1059,0,-2049.72,251.84,102.06,4.39304,250,5,0,137,0,1,0,0,0),(26680,3035,1,1,1,1059,0,-1624.18,-823.166,2.38403,4.69274,250,5,0,137,0,1,0,0,0),(26679,3035,1,1,1,1059,0,-1545.93,-820.035,-5.24752,5.16294,250,10,0,137,0,1,0,0,0),(26678,3035,1,1,1,1059,0,-2105.08,-1005.8,17.3722,6.1341,250,5,0,137,0,1,0,0,0),(26677,3035,1,1,1,1059,0,-1531.93,-509.39,-53.7092,1.57299,250,5,0,137,0,1,0,0,0),(26676,3035,1,1,1,1059,0,-1490.03,-628.864,-58.4177,4.27586,250,5,0,137,0,1,0,0,0),(26675,3035,1,1,1,1059,0,-1576.51,-838.478,13.3717,5.20051,250,15,0,137,0,1,0,0,0),(26674,3035,1,1,1,1059,0,-1503.7,-721.692,-50.2779,4.45556,250,5,0,137,0,1,0,0,0),(26673,3035,1,1,1,1059,0,-1582.98,-725.073,-43.2994,6.05883,250,5,0,137,0,1,0,0,0),(26672,3035,1,1,1,1059,0,-1493.7,-815.602,-8.49424,1.67207,250,5,0,137,0,1,0,0,0),(26671,3035,1,1,1,1059,0,-1548.81,-667.097,-50.7314,4.70067,250,15,0,137,0,1,0,0,0),(26670,3035,1,1,1,1059,0,-1515.64,-870.902,22.4268,3.13964,250,10,0,137,0,1,0,0,0),(26669,3035,1,1,1,1059,0,-1575.79,-663.305,-43.8967,2.75056,250,15,0,137,0,1,0,0,0),(26668,3035,1,1,1,1059,0,-1482.93,-752.378,-44.193,0.760541,250,5,0,137,0,1,0,0,0),(26667,3035,1,1,1,1059,0,-1471.68,-382.336,-42.5682,3.13964,250,5,0,137,0,1,0,0,0),(26666,3035,1,1,1,1059,0,-1549.6,-625.97,-55.3483,4.23905,250,15,0,137,0,1,0,0,0),(26665,3035,1,1,1,1059,0,-1468.69,-684.798,-59.2146,3.06527,250,5,0,137,0,1,0,0,0),(26664,3035,1,1,1,1059,0,-1319.36,-314.041,-31.6632,4.78547,250,15,0,137,0,1,0,0,0),(26663,3035,1,1,1,1059,0,-1354.02,-246.651,0.384003,1.70336,250,15,0,137,0,1,0,0,0),(26662,3034,1,1,1,2121,1,-1037.98,-288.508,159.114,3.33358,250,0,0,4120,0,0,0,0,0),(26661,3033,1,1,1,2106,1,-1039.41,-281.56,159.114,3.22886,250,0,0,2215,1807,0,0,0,0),(26660,8664,1,1,1,7936,1,-1408.02,-143.932,159.337,1.5708,250,0,0,2769,0,0,0,0,0),(26659,3032,1,1,1,2082,1,-980.841,287.174,138.084,4.43314,250,0,0,4120,0,0,0,0,0),(26658,3031,1,1,1,2102,1,-980.775,269.899,138.084,2.19912,250,0,0,1753,0,0,0,0,0),(26657,14550,1,1,1,14579,0,-2279.3,-388.407,-9.33995,5.68977,250,0,0,42,0,0,0,0,0),(26656,3030,1,1,1,2123,1,-996.925,278.464,138.084,0.279253,250,0,0,2769,0,0,0,0,0),(26655,4310,1,1,1,4512,1,-1065.53,-220.476,159.114,5.0091,250,0,0,6474,0,0,0,0,0),(26654,14549,1,1,1,14578,0,-2283.82,-394.645,-9.14653,0.907571,250,0,0,55,0,0,0,0,0),(26653,3029,1,1,1,2120,1,-1177.19,-65.616,162.312,4.43314,250,0,0,1753,0,0,0,0,0),(26652,4309,1,1,1,4511,1,-1060.7,-219.299,159.114,4.92183,250,0,0,6474,0,0,0,0,0),(26651,3028,1,1,1,2088,1,-1172.76,-69.2332,162.284,3.26377,250,0,0,2218,0,0,0,0,0),(26650,3027,1,1,1,2095,1,-1214.99,-15.534,166.053,4.72984,250,0,0,1753,0,0,0,0,0),(26649,3026,1,1,1,2107,1,-1219.57,-12.6973,165.945,5.37561,250,0,0,2218,0,0,0,0,0),(26648,3025,1,1,1,2111,1,-1182.53,-29.266,164.561,3.52556,250,0,0,1003,0,0,0,0,0),(26647,8401,1,1,1,7629,1,-1256.15,-130.285,162.974,4.43314,250,0,0,1003,0,0,0,0,0),(26646,3024,1,1,1,2097,1,-1177.37,-48.4012,162.755,3.35103,250,0,0,1003,0,0,0,0,0),(26645,3023,1,1,1,2125,1,-1232.86,-21.8394,164.95,5.72468,250,0,0,1003,0,0,0,0,0),(26644,14542,1,1,1,14349,0,-2285.41,-389.98,-9.20741,5.95157,250,0,0,55,0,0,0,0,0),(26643,4046,1,1,1,4510,1,-1065.08,-212.398,159.114,4.95674,250,0,0,4370,0,0,0,0,0),(26642,8398,1,1,1,10689,1,-1250.06,-35.4022,164.364,4.97419,250,0,0,1003,0,0,0,0,0),(26641,3022,1,1,1,2124,1,-1188.96,-1.3029,165.563,3.00197,250,0,0,1003,0,0,0,0,0),(26640,3021,1,1,1,2089,1,-1244.07,-36.3489,164.364,3.85718,250,0,0,1003,0,0,0,0,0),(26639,3020,1,1,1,2085,1,-1255.63,-38.5366,164.364,6.16101,250,0,0,1003,0,0,0,0,0),(26638,3019,1,1,1,2084,1,-1248.23,-47.7374,164.364,1.79769,250,0,0,1003,0,0,0,0,0),(26637,3018,1,1,1,2086,1,-1247.13,-63.1144,162.974,0.139626,250,0,0,1003,0,0,0,0,0),(26636,3017,1,1,1,2117,1,-1145.67,22.5709,145.363,0.907571,250,0,0,1003,0,0,0,0,0),(26635,3016,1,1,1,2099,1,-1088.24,4.67573,140.681,3.56047,250,0,0,1003,0,0,0,0,0),(26634,3015,1,1,1,2114,1,-1168.01,26.1251,145.812,1.69297,250,0,0,1003,0,0,0,0,0),(26633,3014,1,1,1,2119,1,-1125.35,-0.686252,143.777,5.23599,250,0,0,1003,0,0,0,0,0),(26632,3013,1,1,1,2091,1,-1131.18,-4.70871,143.644,0.087266,250,0,0,1342,0,0,0,0,0),(26631,3012,1,1,1,2118,1,-1119.67,47.1028,141.528,4.7822,250,0,0,1003,0,0,0,0,0),(26630,3011,1,1,1,2101,1,-1110.88,47.8951,140.521,5.28835,250,0,0,1342,0,0,0,0,0),(26629,3010,1,1,1,2116,1,-1084.8,21.8068,140.91,2.18166,250,0,0,1003,0,0,0,0,0),(26628,3009,1,1,1,2108,1,-1080.81,30.1093,140.91,3.68265,250,0,0,1342,0,0,0,0,0),(26627,3008,1,1,1,2094,1,-1152.34,77.6831,145.878,5.37561,250,0,0,664,0,0,0,0,0),(26626,3007,1,1,1,2127,1,-1146.21,83.4766,145.949,4.24115,250,0,0,2399,0,0,0,0,0),(26625,5054,1,1,1,3002,1,-1291.81,127.206,131.495,6.05629,250,0,0,2769,0,0,0,0,0),(26624,3005,1,1,1,2093,1,-1163.94,59.4857,145.878,6.02139,250,0,0,1003,0,0,0,0,0),(26623,3004,1,1,1,2126,1,-1165.59,51.9393,145.878,0.750492,250,0,0,1342,0,0,0,0,0),(26622,3003,1,1,1,2109,1,-1220.14,84.1608,131.203,2.40855,250,0,0,1003,0,0,0,0,0),(26621,3002,1,1,1,2092,1,-1243.53,158.164,133.63,3.66519,250,0,0,1753,0,0,0,0,0),(26620,3001,1,1,1,2083,1,-1252.9,157.965,133.63,5.8294,250,0,0,1342,0,0,0,0,0),(26619,2999,1,1,1,2100,1,-1237.21,101.066,129.16,5.65487,250,0,0,1003,0,0,0,0,0),(26618,2998,1,1,1,2090,1,-1233.33,105.637,129.456,5.61996,250,0,0,1342,0,0,0,0,0),(26617,2997,1,1,1,2110,1,-1283.92,84.3608,128.87,1.01229,250,0,0,1003,0,0,0,0,0),(26616,2996,1,1,1,2104,1,-1257.63,19.5577,128.27,1.72788,250,0,0,5544,0,0,0,0,0),(26615,2995,1,1,1,2098,1,-1196.75,26.0777,177.033,1.71042,500,0,0,10572,0,0,0,0,0),(26614,2994,1,1,1,3824,0,-992.732,-1109.12,44.4989,2.84489,250,0,0,176,0,0,0,0,0),(26613,2993,1,1,1,3792,1,-2333.54,-393.073,-7.92932,3.90954,250,0,0,198,0,0,0,0,0),(26612,7089,1,1,1,5847,1,-1150.26,52.8149,144.92,5.65487,250,0,0,1342,0,0,0,0,0),(26611,5807,1,1,1,1973,0,-856.662,-694.394,-28.0816,4.24874,19900,0,0,198,0,2,0,0,0),(26610,2991,1,1,1,3841,0,-3052.54,-522.498,27.0143,0.977384,250,0,0,176,0,0,0,0,0),(26609,2990,1,1,1,3788,1,-1980.79,436.461,133.715,2.36747,250,5,0,143,319,1,0,0,0),(26608,2990,1,1,1,3788,1,-1973.46,402.51,133.791,3.00821,250,5,0,143,319,1,0,0,0),(26607,2990,1,1,1,3788,1,-1976,413.013,133.715,4.23499,250,0,0,143,319,2,0,0,0),(26606,2990,1,1,1,3787,1,-1927.6,366.146,118.999,1.30651,250,5,0,143,319,1,0,0,0),(26605,2990,1,1,1,3788,1,-1943.24,431.177,133.715,3.21589,250,5,0,143,319,1,0,0,0),(26604,2990,1,1,1,3788,1,-1965.92,431.299,133.84,2.90038,250,5,0,143,319,1,0,0,0),(26603,2990,1,1,1,3787,1,-1943.3,442.23,133.84,1.94578,250,5,0,143,319,1,0,0,0),(26602,2990,1,1,1,3787,1,-1931.53,424.686,133.715,1.48321,250,0,0,143,319,0,0,0,0),(26601,2990,1,1,1,3787,1,-1901.19,350.847,106.313,4.85202,250,0,0,143,319,0,0,0,0),(26600,2990,1,1,1,3788,1,-1899.74,341.381,105.573,1.67552,250,0,0,143,319,0,0,0,0),(26599,2990,1,1,1,3788,1,-1912.23,409.695,134.34,4.25947,250,5,0,143,319,1,0,0,0),(26598,2990,1,1,1,3788,1,-1926.67,439.294,133.715,3.03642,250,0,0,143,319,0,0,0,0),(26597,2989,1,1,1,3785,1,-1918.63,313.671,91.56,4.36548,250,5,0,137,0,1,0,0,0),(26596,2989,1,1,1,3785,1,-1887.37,281.861,70.5874,3.31849,250,5,0,137,0,1,0,0,0),(26595,2989,1,1,1,3785,1,-1952.88,317.576,109.004,3.04395,250,5,0,137,0,1,0,0,0),(26594,2989,1,1,1,3785,1,-1914,287.114,79.0711,0.791002,250,0,0,137,0,2,0,0,0),(26593,2989,1,1,1,3786,1,-1984.92,401.04,135.63,4.57276,250,0,0,137,0,0,0,0,0),(26592,2989,1,1,1,3785,1,-2000.97,411.123,135.534,2.82743,250,0,0,137,0,0,0,0,0),(26591,2989,1,1,1,3785,1,-1991.31,451.859,136.901,1.62316,250,0,0,137,0,0,0,0,0),(26590,2989,1,1,1,3785,1,-1973.43,397.367,136.239,4.45059,250,0,0,137,0,0,0,0,0),(26589,2989,1,1,1,3785,1,-1957.2,388.735,136.004,4.67748,250,0,0,137,0,0,0,0,0),(26588,2989,1,1,1,3786,1,-1945.34,431.393,133.84,1.30514,250,0,0,137,0,2,0,0,0),(26587,2989,1,1,1,3786,1,-1956.1,366.97,132.935,3.1765,250,0,0,137,0,0,0,0,0),(26586,2989,1,1,1,3786,1,-1975.29,310.834,108.702,1.74943,250,5,0,137,0,1,0,0,0),(26585,2989,1,1,1,3786,1,-1904.52,435.403,137.957,5.23599,250,0,0,137,0,0,0,0,0),(26584,2989,1,1,1,3786,1,-1894.65,404.89,136.548,0.977384,250,0,0,137,0,0,0,0,0),(245563,16592,0,1,1,11686,0,-1211.6,-2676.88,45.3612,-0.645772,300,0,0,42,0,0,0,0,0),(245560,16592,1,1,1,11686,0,6327.68,512.61,17.4723,0.034907,300,0,0,42,0,0,0,0,0),(26577,2988,1,1,1,1624,1,-2369.55,-890.678,-9.29984,4.55148,250,0,0,198,0,0,0,0,0),(26576,8364,1,1,1,7627,1,-1297.2,106.377,131.343,0.820305,250,0,0,1003,0,0,0,0,0),(26575,8363,1,1,1,7628,1,-1295.3,92.4619,129.81,0.802851,250,0,0,1003,0,0,0,0,0),(26574,2987,1,1,1,4516,1,-1264.42,123.301,131.731,3.08923,250,0,0,247,0,0,0,0,0),(26573,8362,1,1,1,7626,1,-1300.17,110.54,131.452,6.12611,250,0,0,1003,0,0,0,0,0),(26572,8361,1,1,1,7625,1,-1231.68,136.95,133.063,3.19424,250,0,0,1003,0,2,0,0,0),(26571,2985,1,1,1,3822,1,-2397.07,-384.831,-2.19496,5.72468,250,0,0,176,0,0,0,0,0),(26570,2984,1,1,1,3815,1,-1508.91,367.215,62.8244,4.45059,250,0,0,222,0,0,0,0,0),(26569,8360,1,1,1,7624,0,-1243.76,47.3678,127.22,5.98648,250,0,0,1003,0,0,0,0,0),(26568,11944,1,1,1,11902,0,-2328.49,-382.269,-7.89994,1.79769,250,0,0,102,0,0,0,0,0),(26567,5543,1,1,1,3371,1,-1033.71,215.326,110.769,3.24405,250,0,0,386,0,2,0,0,0),(26566,8359,1,1,1,7623,0,-1238.58,38.971,127.147,2.05949,250,0,0,1003,0,0,0,0,0),(26565,8358,1,1,1,7622,0,-1243.86,40.9178,127.197,0.593412,250,0,0,1003,0,0,0,0,0),(26563,2982,1,1,1,3813,1,-3430.31,-139.28,103.16,0.715585,250,0,0,156,0,0,0,0,0),(26562,8357,1,1,1,7620,1,-1262.78,24.0055,128.27,0.10472,250,0,0,5544,0,0,0,0,0),(26561,2981,1,1,1,3809,0,-2877.95,-221.83,54.9039,4.34587,250,0,0,1469,0,0,0,0,0),(26560,8356,1,1,1,7621,1,-1252.82,24.7438,128.27,3.1765,250,0,0,5544,0,0,0,0,0),(137648,35603,1,1,1,0,1,-1388.18,-104.304,159.018,2.49582,300,0,0,1,1,0,0,0,0),(26558,2980,1,1,1,3808,1,-2912.7,-257.54,53.0241,3.1765,250,0,0,86,0,0,0,0,0),(26557,2979,1,1,1,7245,1,-1532.45,-1084.52,148.516,5.73837,250,0,0,198,0,2,0,0,0),(26556,2979,1,1,1,7245,1,-1587.13,-1196.3,140.438,1.34099,250,5,0,198,0,1,0,0,0),(26555,2979,1,1,1,7245,1,-1630.29,-1286.17,131.899,4.22747,250,0,0,198,0,2,0,0,0),(26554,2979,1,1,1,7245,1,-1651.36,-1214.61,131.103,1.57391,250,5,0,198,0,1,0,0,0),(26553,2979,1,1,1,7245,1,-1675.1,-1216.17,127.933,0.890001,250,5,0,198,0,1,0,0,0),(26552,2979,1,1,1,7245,1,-1624.73,-1191.35,135.965,5.44355,250,5,0,198,0,1,0,0,0),(26551,2979,1,1,1,7245,1,-1678.64,-1117.6,125.635,2.56109,250,5,0,198,0,1,0,0,0),(26550,2979,1,1,1,7245,1,-1672.46,-1136.42,129.23,3.74078,250,0,0,198,0,2,0,0,0),(26549,2979,1,1,1,3904,1,-1685.37,-1130.62,125.999,1.84362,250,5,0,198,0,1,0,0,0),(26548,2979,1,1,1,3904,1,-1670.49,-1106.64,125.683,0.622831,250,5,0,198,0,1,0,0,0),(26547,2979,1,1,1,7245,1,-1681.46,-1091.16,123.071,4.34153,250,5,0,198,0,1,0,0,0),(26546,2979,1,1,1,7245,1,-1697.14,-1089.13,120.61,5.74574,250,5,0,198,0,1,0,0,0),(26545,2979,1,1,1,7245,1,-1712.33,-1176.8,108.414,2.34021,250,5,0,198,0,1,0,0,0),(26544,2979,1,1,1,3904,1,-1688.23,-1103.38,122.933,0.852183,250,5,0,198,0,1,0,0,0),(26543,2979,1,1,1,7245,1,-1666.89,-1170.95,113.309,5.92226,250,5,0,198,0,1,0,0,0),(26542,2979,1,1,1,7245,1,-1713.56,-1147.04,113.569,2.92834,250,0,0,198,0,2,0,0,0),(26541,2979,1,1,1,7245,1,-1628.59,-1147.67,107.608,3.0978,250,0,0,198,0,2,0,0,0),(26540,2979,1,1,1,7245,1,-1715,-1099.03,119.52,0.337934,250,5,0,198,0,1,0,0,0),(26539,2979,1,1,1,3906,1,-1709.47,-1078.87,118.262,1.51766,250,5,0,198,0,1,0,0,0),(26538,2979,1,1,1,7245,1,-1728.94,-1078.79,118.477,4.01071,250,5,0,198,0,1,0,0,0),(26537,2979,1,1,1,3905,1,-1688.18,-1182.45,108.971,5.8567,250,0,0,198,0,2,0,0,0),(26536,2979,1,1,1,7245,1,-1721.6,-1059.28,117.828,2.07391,250,0,0,198,0,2,0,0,0),(26535,2979,1,1,1,3904,1,-1810.07,-1201.53,109.375,3.15648,250,5,0,198,0,1,0,0,0),(26534,2979,1,1,1,7245,1,-1813.86,-1197.9,108.02,2.88712,250,5,0,198,0,1,0,0,0),(26533,2979,1,1,1,7245,1,-1835.74,-1154.85,100.211,2.88562,250,0,0,198,0,2,0,0,0),(26532,2979,1,1,1,7245,1,-1851.98,-1126.38,96.0325,2.82817,250,5,0,198,0,1,0,0,0),(26531,2979,1,1,1,7245,1,-1845.16,-1154.31,99.6613,6.27155,250,5,0,198,0,1,0,0,0),(26530,2979,1,1,1,7245,1,-1879.69,-1112.25,94.1931,6.15747,250,0,0,198,0,0,0,0,0),(26529,2979,1,1,1,7245,1,-1898.59,-1106.43,87.9454,2.32129,250,0,0,198,0,2,0,0,0),(26528,2979,1,1,1,7245,1,-1873.32,-1121.01,96.5199,4.57192,250,0,0,198,0,2,0,0,0),(26527,2979,1,1,1,7245,1,-1926.99,-1046.14,44.0248,3.83594,250,0,0,198,0,0,0,0,0),(26526,2979,1,1,1,3904,1,-1936.98,-1055.73,44.016,4.68528,250,0,0,198,0,0,0,0,0),(26525,2979,1,1,1,7245,1,-1749.5,-1259.47,113.172,2.83996,250,5,0,198,0,1,0,0,0),(26524,2979,1,1,1,7245,1,-1459.77,-1003.45,146.849,1.69557,250,0,0,198,0,0,0,0,0),(26523,2979,1,1,1,3906,1,-1526.32,-1056.94,152.885,2.18522,250,0,0,198,0,2,0,0,0),(26522,2979,1,1,1,7245,1,-1524.22,-1071.09,151.982,1.28662,250,5,0,198,0,1,0,0,0),(26521,2979,1,1,1,3905,1,-1547.84,-1084.46,147.341,4.22683,250,5,0,198,0,1,0,0,0),(26520,2979,1,1,1,3904,1,-1539.37,-1068.87,150.355,2.61946,250,5,0,198,0,1,0,0,0),(26519,2979,1,1,1,3906,1,-1607.41,-1223.85,135.917,1.4969,250,5,0,198,0,1,0,0,0),(26518,2979,1,1,1,7245,1,-832.99,-29.6022,-13.2406,6.07375,250,0,0,198,0,0,0,0,0),(26517,2979,1,1,1,7245,1,-807.974,-8.02729,-13.1881,3.92699,250,0,0,198,0,0,0,0,0),(26516,2979,1,1,1,7245,1,-746.269,-155.242,-28.1006,3.66519,250,0,0,198,0,0,0,0,0),(26515,2979,1,1,1,3905,1,-757.607,-143.116,-29.355,5.51524,250,0,0,198,0,0,0,0,0),(26514,2979,1,1,1,7245,1,-1770.84,-1281.55,113.245,1.34953,250,5,0,198,0,1,0,0,0),(26513,2979,1,1,1,7245,1,-1783.37,-1281.34,112.648,5.1236,250,5,0,198,0,1,0,0,0),(26512,2979,1,1,1,7245,1,-1631.09,-1307.76,133.022,5.97076,250,5,0,198,0,1,0,0,0),(26511,2979,1,1,1,3906,1,-1611.37,-1262.47,132.681,3.23449,250,0,0,198,0,2,0,0,0),(26510,2979,1,1,1,7245,1,-1798.45,-1270.11,113.107,5.31779,250,5,0,198,0,1,0,0,0),(26509,2979,1,1,1,3906,1,-1574.43,-1087.58,103.656,4.84449,250,5,0,198,0,1,0,0,0),(26508,2979,1,1,1,7245,1,-1576.54,-1160.08,103.662,1.44709,250,5,0,198,0,1,0,0,0),(26507,2979,1,1,1,7245,1,-1575.49,-1078.79,103.672,4.28724,250,5,0,198,0,1,0,0,0),(26506,2979,1,1,1,7245,1,-1591,-1074.29,103.737,0.750613,250,5,0,198,0,1,0,0,0),(26505,2979,1,1,1,3906,1,-1581.16,-1069.86,103.467,3.65177,250,5,0,198,0,1,0,0,0),(26504,2979,1,1,1,3904,1,-1618.32,-1078.38,103.243,1.88692,250,5,0,198,0,1,0,0,0),(26503,2979,1,1,1,7245,1,-1590.94,-1147.02,104.111,4.65419,250,0,0,198,0,2,0,0,0),(26502,2979,1,1,1,3904,1,-1465.04,-1069.22,143.244,4.92395,250,0,0,198,0,0,0,0,0),(26501,2979,1,1,1,7245,1,-1527.99,-986.687,150.761,4.32016,250,0,0,198,0,0,0,0,0),(26500,2979,1,1,1,7245,1,-1629.8,-1338.62,133.135,1.9554,250,5,0,198,0,1,0,0,0),(26499,2979,1,1,1,3904,1,-1606.14,-1301.75,133.613,3.361,250,0,0,198,0,2,0,0,0),(26498,2979,1,1,1,7245,1,-1478.22,-984.527,148.65,4.99822,250,0,0,198,0,0,0,0,0),(26497,2979,1,1,1,7245,1,-1443.93,-1043.26,142.479,0.159308,250,0,0,198,0,0,0,0,0),(26496,2979,1,1,1,7245,1,-1505.13,-988.787,147.261,3.79277,250,0,0,198,0,0,0,0,0),(26495,2979,1,1,1,7245,1,-1472.09,-978.938,148.65,1.37478,250,0,0,198,0,0,0,0,0),(26494,2979,1,1,1,3906,1,-1609.98,-1238.51,134.223,0.998795,250,5,0,198,0,1,0,0,0),(26493,2979,1,1,1,7245,1,-1471.89,-986.704,148.65,3.10621,250,0,0,198,0,0,0,0,0),(26492,2979,1,1,1,7245,1,-1602.1,-1316.84,133.044,3.4422,250,5,0,198,0,1,0,0,0),(26491,2979,1,1,1,7245,1,-1638.69,-1323,132.693,2.28408,250,0,0,198,0,2,0,0,0),(26490,2978,1,1,1,7247,1,-739.48,-142.995,-27.5924,2.25653,250,3,0,156,0,1,0,0,0),(26489,2978,1,1,1,355,1,-763.502,-163.308,-25.3501,0.960597,250,5,0,156,0,1,0,0,0),(26488,2978,1,1,1,355,1,-757.987,-130.569,-28.184,3.24879,250,3,0,156,0,1,0,0,0),(26487,2978,1,1,1,3909,1,-1579.31,-1175.02,145.585,2.82743,250,0,0,156,0,0,0,0,0),(26486,2978,1,1,1,7247,1,-1530.1,-1098.12,146.701,5.5676,250,0,0,156,0,0,0,0,0),(26485,2978,1,1,1,1122,1,-1595.09,-1181.17,141.059,2.46091,250,0,0,156,0,0,0,0,0),(26484,2978,1,1,1,1122,1,-1600.04,-1184.64,140.118,1.90241,250,0,0,156,0,0,0,0,0),(26483,2978,1,1,1,7247,1,-1573.07,-1186.36,143.523,5.95157,250,0,0,156,0,0,0,0,0),(26482,2978,1,1,1,7247,1,-1638.6,-1269.1,130.896,3.07178,250,0,0,156,0,0,0,0,0),(26481,2978,1,1,1,7247,1,-1656.58,-1241.39,129.41,5.20108,250,0,0,156,0,0,0,0,0),(26480,2978,1,1,1,7247,1,-1646.24,-1248.88,129.965,4.04916,250,0,0,156,0,0,0,0,0),(26479,2978,1,1,1,3909,1,-1647.19,-1206.39,132.673,2.05949,250,0,0,156,0,0,0,0,0),(26478,2978,1,1,1,7247,1,-1633.17,-1180.07,136.172,1.3439,250,0,0,156,0,0,0,0,0),(26477,2978,1,1,1,3909,1,-1642.71,-1185.35,135.328,3.01942,250,0,0,156,0,0,0,0,0),(26476,2978,1,1,1,1122,1,-1663,-1087.96,125.267,2.00713,250,0,0,156,0,0,0,0,0),(26475,2978,1,1,1,7247,1,-1697.1,-1116.46,121.889,4.43314,250,0,0,156,0,0,0,0,0),(26474,2978,1,1,1,7247,1,-1710.65,-1130.86,116.613,0.541052,250,0,0,156,0,0,0,0,0),(26473,2978,1,1,1,7247,1,-1722.06,-1131.39,116.408,2.30383,250,0,0,156,0,0,0,0,0),(26472,2978,1,1,1,7247,1,-1723.81,-1153.17,114.783,3.87463,250,0,0,156,0,0,0,0,0),(26471,2978,1,1,1,7247,1,-1720.01,-1169.48,111.277,3.89208,250,0,0,156,0,0,0,0,0),(26470,2978,1,1,1,355,1,-1706.29,-1154.92,113.489,1.37881,250,0,0,156,0,0,0,0,0),(26469,2978,1,1,1,7247,1,-1693.02,-1161.06,112.544,1.93731,250,0,0,156,0,0,0,0,0),(26468,2978,1,1,1,7247,1,-1671.94,-1152.85,113.284,2.84489,250,0,0,156,0,0,0,0,0),(26467,2978,1,1,1,7247,1,-1718.21,-1187.76,107.139,2.6529,250,0,0,156,0,0,0,0,0),(26466,2978,1,1,1,7247,1,-1672.12,-1186.04,112.298,5.28835,250,0,0,156,0,0,0,0,0),(26465,2978,1,1,1,7247,1,-1686.87,-1208.99,127.226,3.31613,250,0,0,156,0,0,0,0,0),(26464,2978,1,1,1,3909,1,-1710.54,-1067.76,117.521,1.309,250,0,0,156,0,0,0,0,0),(26463,2978,1,1,1,7247,1,-1753.17,-1136.51,117.148,0.418879,250,0,0,156,0,0,0,0,0),(26462,2978,1,1,1,3909,1,-1734.01,-1114.4,116.13,5.23599,250,0,0,156,0,0,0,0,0),(26461,2978,1,1,1,7247,1,-1733.28,-1091.39,118.72,3.22886,250,0,0,156,0,0,0,0,0),(26460,2978,1,1,1,1122,1,-1781.79,-1185.19,115.67,6.24828,250,0,0,156,0,0,0,0,0),(26459,2978,1,1,1,7247,1,-1781.81,-1153.14,116.943,2.54818,250,0,0,156,0,0,0,0,0),(26458,2978,1,1,1,7247,1,-1749.22,-1114.7,116.725,2.14675,250,0,0,156,0,0,0,0,0),(26457,2978,1,1,1,7247,1,-1809.34,-1214.39,109.284,3.83972,250,0,0,156,0,0,0,0,0),(26456,2978,1,1,1,7247,1,-1773.45,-1174.21,117.086,5.95157,250,0,0,156,0,0,0,0,0),(26455,2978,1,1,1,7247,1,-1794.56,-1164.96,114.524,2.18166,250,0,0,156,0,0,0,0,0),(26454,2978,1,1,1,7247,1,-1829.94,-1194.87,104.727,3.735,250,0,0,156,0,0,0,0,0),(26453,2978,1,1,1,7247,1,-1833.74,-1140.18,99.1448,0.523599,250,0,0,156,0,0,0,0,0),(26452,2978,1,1,1,1122,1,-1843.86,-1175.33,100.74,3.76991,250,0,0,156,0,0,0,0,0),(26451,2978,1,1,1,7247,1,-1860.7,-1131.31,96.7051,4.45059,250,0,0,156,0,0,0,0,0),(26450,2978,1,1,1,355,1,-1851.52,-1146.02,98.51,3.49066,250,0,0,156,0,0,0,0,0),(26449,2978,1,1,1,355,1,-1889.82,-1085.89,89.1843,5.13597,250,5,0,156,0,1,0,0,0),(26448,2978,1,1,1,7247,1,-1902.49,-1090.56,85.1062,1.44258,250,5,0,156,0,1,0,0,0),(26447,2978,1,1,1,3909,1,-1922.9,-1142.91,86.7456,5.49804,250,5,0,156,0,1,0,0,0),(26446,2978,1,1,1,7247,1,-1939.38,-1102.56,68.0279,4.53994,250,5,0,156,0,1,0,0,0),(26445,2978,1,1,1,7247,1,-1911.43,-1134.43,86.6206,4.54884,250,5,0,156,0,1,0,0,0),(26444,2978,1,1,1,7247,1,-1940.1,-1065.07,44.266,0.591751,250,0,0,156,0,0,0,0,0),(26443,2978,1,1,1,7247,1,-1949.92,-1069.82,48.3882,1.86937,250,2,0,156,0,1,0,0,0),(26442,2978,1,1,1,7247,1,-1940.69,-1137.81,84.5383,4.41565,250,5,0,156,0,1,0,0,0),(26441,2978,1,1,1,355,1,-1957.23,-1056.68,45.141,3.12709,250,2,0,156,0,1,0,0,0),(26440,2978,1,1,1,7247,1,-1930.26,-1059.05,44.3998,3.75491,250,0,0,156,0,0,0,0,0),(26439,2978,1,1,1,7247,1,-1955.32,-1037.75,37.516,2.48914,250,5,0,156,0,1,0,0,0),(26438,2978,1,1,1,355,1,-1940.46,-1047.15,44.016,5.73397,250,5,0,156,0,1,0,0,0),(26437,2978,1,1,1,7247,1,-1935.26,-1032.43,43.527,5.45212,250,0,0,156,0,0,0,0,0),(26436,2978,1,1,1,7247,1,-1931.99,-1018.77,42.9075,3.12774,250,5,0,156,0,1,0,0,0),(26435,2978,1,1,1,7247,1,-1941.4,-1017.29,38.652,1.09313,250,5,0,156,0,1,0,0,0),(26434,2978,1,1,1,355,1,-1909.16,-1035.88,49.3998,0.059741,250,5,0,156,0,1,0,0,0),(26433,2978,1,1,1,7247,1,-1917.71,-1032.29,44.1575,5.7464,250,5,0,156,0,1,0,0,0),(26432,2978,1,1,1,7247,1,-1914.36,-1012.18,45.4075,1.10924,250,5,0,156,0,1,0,0,0),(26431,2978,1,1,1,7247,1,-1517.88,-1047.61,153.5,1.81514,250,0,0,156,0,0,0,0,0),(26430,2978,1,1,1,355,1,-1560.09,-1177.8,105.047,5.49779,250,0,0,156,0,0,0,0,0),(26429,2978,1,1,1,7247,1,-1551.74,-1174.79,104.509,5.0091,250,0,0,156,0,0,0,0,0),(26428,2978,1,1,1,7247,1,-846.957,-54.5134,-13.1104,5.04517,250,5,0,156,0,1,0,0,0),(26427,2978,1,1,1,7247,1,-817.355,-18.5405,-13.177,4.7157,250,0,0,156,0,2,0,0,0),(26426,2978,1,1,1,355,1,-780.732,-13.0491,-14.8958,1.01225,250,5,0,156,0,1,0,0,0),(26425,2978,1,1,1,355,1,-821.165,-45.8845,-13.2237,1.73828,250,5,0,156,0,1,0,0,0),(26424,2978,1,1,1,7247,1,-739.209,-162.49,-27.2353,3.02946,250,3,0,156,0,1,0,0,0),(26423,2978,1,1,1,1122,1,-765.286,-134.311,-28.1001,0.407324,250,0,0,156,0,2,0,0,0),(26422,2978,1,1,1,7247,1,-735.974,-136.687,-26.4751,1.0157,250,5,0,156,0,1,0,0,0),(26421,2978,1,1,1,7247,1,-785.783,15.6386,-13.4612,3.67431,250,5,0,156,0,1,0,0,0),(26420,2978,1,1,1,7247,1,-820.805,18.236,-10.302,4.82164,250,5,0,156,0,1,0,0,0),(26419,2978,1,1,1,3909,1,-852.871,-21.4746,-11.8725,5.94601,250,5,0,156,0,1,0,0,0),(26418,2978,1,1,1,3909,1,-1751.46,-1042.49,119.655,3.56047,250,0,0,156,0,0,0,0,0),(26417,2978,1,1,1,7247,1,-1742.74,-1034.11,118.792,1.62316,250,0,0,156,0,0,0,0,0),(26416,2978,1,1,1,7247,1,-1680.92,-1321.15,132.894,3.80482,250,0,0,156,0,0,0,0,0),(26415,2978,1,1,1,7247,1,-1684.08,-1314.23,132.584,2.28638,250,0,0,156,0,0,0,0,0),(26414,2978,1,1,1,7247,1,-1639.66,-1298.81,132.288,2.93215,250,0,0,156,0,0,0,0,0),(26413,2978,1,1,1,355,1,-1666.89,-1309.35,132.7,1.6057,250,0,0,156,0,0,0,0,0),(26412,2978,1,1,1,7247,1,-1665.33,-1324.97,132.888,4.32842,250,0,0,156,0,0,0,0,0),(26411,2978,1,1,1,1122,1,-1734.39,-1192.33,123.936,5.39307,250,0,0,156,0,0,0,0,0),(26410,2978,1,1,1,7247,1,-1721.36,-1200.29,107.035,3.54302,250,0,0,156,0,0,0,0,0),(26409,2978,1,1,1,7247,1,-1702.41,-1204.45,106.755,5.67232,250,0,0,156,0,0,0,0,0),(26408,2978,1,1,1,7247,1,-1758.57,-1199.24,120.936,5.75959,250,0,0,156,0,0,0,0,0),(26407,2978,1,1,1,7247,1,-1764.43,-1186.34,120.128,2.3911,250,0,0,156,0,0,0,0,0),(26406,2978,1,1,1,3909,1,-1735.12,-1252.08,113.133,2.23402,250,0,0,156,0,0,0,0,0),(26405,2978,1,1,1,7247,1,-1738,-1269.69,113.417,5.77704,250,0,0,156,0,0,0,0,0),(26404,2978,1,1,1,7247,1,-1721.75,-1252.14,113.372,0.401426,250,0,0,156,0,0,0,0,0),(26403,2978,1,1,1,3909,1,-1730.34,-1263.38,113.531,5.81195,250,0,0,156,0,0,0,0,0),(26402,2978,1,1,1,7247,1,-1760.62,-1297.14,112.905,3.90954,250,0,0,156,0,0,0,0,0),(26401,2978,1,1,1,7247,1,-1745.17,-1290.65,113.374,0.10472,250,0,0,156,0,0,0,0,0),(26400,2978,1,1,1,7247,1,-1801.66,-1284.17,113.284,3.7001,250,0,0,156,0,0,0,0,0),(26399,2978,1,1,1,7247,1,-1557.76,-1086.23,103.803,1.69297,250,0,0,156,0,0,0,0,0),(26398,2978,1,1,1,7247,1,-1549.94,-1096.66,103.786,1.25664,250,0,0,156,0,0,0,0,0),(26397,2978,1,1,1,7247,1,-1538.38,-1107.29,103.767,0.785398,250,0,0,156,0,0,0,0,0),(26396,2978,1,1,1,355,1,-1636.94,-1164.71,110.519,5.32325,250,0,0,156,0,0,0,0,0),(26395,2978,1,1,1,7247,1,-1684.54,-1197.65,109.013,4.29351,250,0,0,156,0,0,0,0,0),(26394,2978,1,1,1,7247,1,-1597.02,-1157.17,103.044,4.15388,250,0,0,156,0,0,0,0,0),(26393,2978,1,1,1,7247,1,-1602.86,-1155.84,103.381,5.60251,250,0,0,156,0,0,0,0,0),(26392,2978,1,1,1,7247,1,-1752.66,-1331.58,113.372,5.20108,250,0,0,156,0,0,0,0,0),(26391,2978,1,1,1,7247,1,-1759.8,-1330.54,113.632,3.49066,250,0,0,156,0,0,0,0,0),(26390,2978,1,1,1,7247,1,-1757.99,-1316.66,113.043,3.21141,250,0,0,156,0,0,0,0,0),(26389,2978,1,1,1,3909,1,-1571.83,-1311.98,133.246,4.85202,250,0,0,156,0,0,0,0,0),(26388,2978,1,1,1,7247,1,-1605.96,-1327.09,133.423,5.58505,250,0,0,156,0,0,0,0,0),(26387,2978,1,1,1,7247,1,-1558.71,-1306.94,133.35,5.96903,250,0,0,156,0,0,0,0,0),(26386,2978,1,1,1,355,1,-1578.24,-1314.67,133.21,4.97419,250,0,0,156,0,0,0,0,0),(26385,2978,1,1,1,355,1,-1585.86,-1303.96,133.028,0.942478,250,0,0,156,0,0,0,0,0),(26384,2978,1,1,1,1122,1,-1562.74,-1298.89,133.064,1.3439,250,0,0,156,0,0,0,0,0),(26383,2978,1,1,1,7247,1,-1554.33,-1302.38,133.274,5.37561,250,0,0,156,0,0,0,0,0),(26382,2978,1,1,1,355,1,-1605.31,-1253.39,134.487,5.51524,250,0,0,156,0,0,0,0,0),(26381,2978,1,1,1,355,1,-1638.04,-1096.7,103.846,2.53073,250,0,0,156,0,0,0,0,0),(26380,2978,1,1,1,7247,1,-1603.72,-1278.04,133.718,1.11701,250,0,0,156,0,0,0,0,0),(26379,2978,1,1,1,7247,1,-1483.85,-1097.72,145.52,1.43117,250,0,0,156,0,0,0,0,0),(26378,2978,1,1,1,355,1,-1611.34,-1369.44,132.721,0.191986,250,0,0,156,0,0,0,0,0),(26377,2978,1,1,1,7247,1,-1494.68,-1141.7,158.182,3.03687,250,0,0,156,0,0,0,0,0),(26376,2978,1,1,1,355,1,-1629.69,-1356.99,132.706,3.94444,250,0,0,156,0,0,0,0,0),(26375,2978,1,1,1,7247,1,-1602.21,-1284.36,133.576,0.453786,250,0,0,156,0,0,0,0,0),(26374,2978,1,1,1,1122,1,-1613.05,-1343.28,132.959,0.680678,250,0,0,156,0,0,0,0,0),(26373,2978,1,1,1,7247,1,-1601.61,-1388.84,132.825,6.10865,250,0,0,156,0,0,0,0,0),(26372,2978,1,1,1,7247,1,-1605.17,-1395.11,132.688,5.14872,250,0,0,156,0,0,0,0,0),(26371,2978,1,1,1,7247,1,-1492.28,-1121.42,153.241,1.46608,250,0,0,156,0,0,0,0,0),(26370,2978,1,1,1,7247,1,-1629.39,-1363.92,132.363,2.67035,250,0,0,156,0,0,0,0,0),(26369,2978,1,1,1,7247,1,-1618.74,-1383.61,132.817,4.5204,250,0,0,156,0,0,0,0,0),(26368,2978,1,1,1,355,1,-1534.44,-1135.41,103.502,0.366519,250,0,0,156,0,0,0,0,0),(26367,2978,1,1,1,7247,1,-1635.65,-1089.24,103.623,3.47321,250,0,0,156,0,0,0,0,0),(26365,2978,1,1,1,7247,1,-1615.61,-1348.57,132.891,5.98648,250,0,0,156,0,0,0,0,0),(26364,2978,1,1,1,7247,1,-1479.96,-1143.31,155.037,5.89921,250,0,0,156,0,0,0,0,0),(26363,2978,1,1,1,7247,1,-1654.5,-1326.59,132.974,5.8294,250,0,0,156,0,0,0,0,0),(26362,2977,1,1,1,3908,1,-1827.69,-231.637,-9.34152,4.31096,250,0,0,137,0,0,0,0,0),(26361,2977,1,1,1,4099,1,-1809.64,-239.495,-9.29985,4.6946,250,5,0,137,0,1,0,0,0),(26360,2977,1,1,1,7246,1,-1847.23,-249.355,-9.1109,2.3465,250,5,0,137,0,1,0,0,0),(26359,2977,1,1,1,7246,1,-1809.7,-255.987,-9.29985,4.71335,250,5,0,137,0,1,0,0,0),(26358,2977,1,1,1,7246,1,-1910.83,-727.258,2.49843,1.47696,250,5,0,137,0,1,0,0,0),(26357,2977,1,1,1,7246,1,-1929.98,-716.028,3.65329,1.43427,250,0,0,137,0,0,0,0,0),(26356,2977,1,1,1,3908,1,-1914.06,-674.479,-5.3324,1.86838,250,5,0,137,0,1,0,0,0),(26355,3233,1,1,1,3817,1,-1150.41,-1027.37,3.57968,5.70723,250,0,0,156,0,0,0,0,0),(26354,3232,1,1,1,1274,1,-1027.53,-1126.56,44.4928,4.1519,250,5,0,176,0,1,0,0,0),(26353,3232,1,1,1,1274,1,-1003.67,-1122.38,44.4928,1.58584,250,0,0,176,0,0,0,0,0),(26352,3232,1,1,1,1274,1,-985.956,-1103.23,44.5406,4.70966,250,5,0,176,0,1,0,0,0),(26351,3232,1,1,1,1274,1,-1013.84,-1118.25,44.4928,6.19123,250,0,0,176,0,0,0,0,0),(26350,3232,1,1,1,1274,1,-1054.6,-1094.35,30.5758,5.12652,250,5,0,176,0,1,0,0,0),(26349,3232,1,1,1,1274,1,-1046.29,-1128.57,45.2885,4.43506,250,5,0,176,0,1,0,0,0),(26348,3232,1,1,1,1274,1,-1021.16,-1102.74,44.4928,5.25904,250,0,0,176,0,0,0,0,0),(26347,3232,1,1,1,1274,1,-1055.7,-1109.93,35.7423,3.93873,250,5,0,176,0,1,0,0,0),(26346,2976,1,1,1,7244,1,-1801.43,-239.287,-9.29985,1.90923,250,5,0,120,0,1,0,0,0),(26345,2976,1,1,1,7244,1,-1829.28,-254.059,-9.15345,2.01109,250,5,0,120,0,1,0,0,0),(26344,2976,1,1,1,3903,1,-1906.31,-709.753,3.15329,0.465911,250,5,0,120,0,1,0,0,0),(26284,2976,1,1,1,7244,1,-1918.62,-747.353,-2.62556,5.14476,250,5,0,120,0,1,0,0,0),(26283,2976,1,1,1,7244,1,-1942.18,-746.522,-2.19717,1.00688,250,5,0,120,0,1,0,0,0),(26282,2976,1,1,1,1122,1,-1947.21,-713.225,0.927834,4.94089,250,5,0,120,0,1,0,0,0),(26281,3232,1,1,1,1274,1,-974.644,-1103.47,45.4156,3.85471,250,5,0,176,0,1,0,0,0),(26280,3232,1,1,1,1274,1,-986.268,-1086.01,44.4506,2.9089,250,0,0,176,0,0,0,0,0),(26279,2976,1,1,1,7244,1,-1930.58,-700.912,3.27829,4.6241,250,0,0,120,0,0,0,0,0),(26278,3232,1,1,1,1274,1,-970.942,-1055.81,29.7173,0.742745,250,0,0,176,0,2,0,0,0),(26277,3232,1,1,1,1274,1,-941.998,-1083.05,45.4093,3.44914,250,5,0,176,0,1,0,0,0),(26276,3232,1,1,1,1274,1,-958.757,-1041.46,25.6975,3.69631,250,5,0,176,0,1,0,0,0),(26275,3232,1,1,1,1274,1,-988.874,-1040.62,19.5128,4.90068,250,5,0,176,0,1,0,0,0),(26274,3232,1,1,1,1274,1,-958.738,-1076.28,39.7843,4.7766,250,5,0,176,0,1,0,0,0),(26273,2976,1,1,1,7244,1,-2553.23,-721.481,-8.97303,1.57561,250,3,0,120,0,1,0,0,0),(26272,2976,1,1,1,1122,1,-1835.93,-217.193,-9.32258,2.68319,250,5,0,120,0,1,0,0,0),(26271,2976,1,1,1,7244,1,-1809.93,-220.599,-9.29985,0.49623,250,5,0,120,0,1,0,0,0),(26270,2976,1,1,1,1122,1,-1849.82,-230.879,-9.32636,3.43475,250,5,0,120,0,1,0,0,0),(26269,2976,1,1,1,7244,1,-1946.67,-686.458,-1.69813,1.32618,250,3,0,120,0,1,0,0,0),(26268,3232,1,1,1,1274,1,-1030.92,-1148.66,57.2906,3.82185,250,5,0,176,0,1,0,0,0),(26267,3232,1,1,1,1274,1,-1043.73,-1139.39,50.5215,2.37499,250,5,0,176,0,1,0,0,0),(26266,3232,1,1,1,1274,1,-963.43,-1129.63,65.2218,3.52299,250,3,0,176,0,1,0,0,0),(26265,3232,1,1,1,1274,1,-939.087,-1121.15,69.0968,4.20947,250,5,0,176,0,1,0,0,0),(26264,3232,1,1,1,1274,1,-940.801,-1057.22,38.0725,3.23047,250,5,0,176,0,1,0,0,0),(26263,3232,1,1,1,1274,1,-1013.7,-1043.82,17.6816,2.81475,250,5,0,176,0,1,0,0,0),(26262,3232,1,1,1,1274,1,-1010.67,-1148.43,62.1397,4.88498,250,5,0,176,0,1,0,0,0),(26261,3232,1,1,1,1274,1,-990.674,-1155.53,72.6163,1.62372,250,3,0,176,0,1,0,0,0),(26260,3232,1,1,1,1274,1,-1001.86,-1087.53,44.4757,3.76833,250,0,0,176,0,0,0,0,0),(26255,2976,1,1,1,355,1,-1895.25,-694.292,-2.58544,2.21411,250,3,0,120,0,1,0,0,0),(26251,2976,1,1,1,7244,1,-1889.09,-715.831,-1.39044,1.88162,250,5,0,120,0,1,0,0,0),(26250,3232,1,1,1,1274,1,-995.169,-1076.68,44.4506,4.76927,250,0,0,176,0,0,0,0,0),(26249,3232,1,1,1,1274,1,-1040.5,-1077.56,27.8492,5.75044,250,5,0,176,0,1,0,0,0),(8198,1093,0,1,1,1685,0,-4737.9,-3263.86,310.34,2.82743,300,0,0,1753,0,0,0,0,0),(26248,3232,1,1,1,1274,1,-977.141,-1143.72,69.3663,5.82343,250,3,0,176,0,1,0,0,0),(26247,3232,1,1,1,1274,1,-1025.06,-1055.64,21.2267,6.17715,250,5,0,176,0,1,0,0,0),(26246,2975,1,1,1,7243,1,-2543.93,-703.149,-8.73497,4.60461,250,3,0,102,0,1,0,0,0),(26245,2975,1,1,1,7243,1,-2540.77,-685.907,-7.42431,5.83199,250,5,0,102,0,1,0,0,0),(26244,2975,1,1,1,7243,1,-2522.06,-692.206,-5.27291,0.856381,250,15,0,102,0,1,0,0,0),(26243,2975,1,1,1,7243,1,-2537.44,-725.008,-8.9158,1.3761,250,3,0,102,0,1,0,0,0),(26242,2975,1,1,1,3902,1,-2527.1,-743.32,-7.99728,3.95004,250,15,0,102,0,1,0,0,0),(26241,2975,1,1,1,7243,1,-2525.99,-710.524,-7.91477,2.59323,250,3,0,102,0,1,0,0,0),(26240,2975,1,1,1,7243,1,-2560.31,-690.324,-7.92431,2.1693,250,10,0,102,0,1,0,0,0),(26237,2975,1,1,1,7243,1,-2564.78,-702.552,-7.47303,2.08004,250,10,0,102,0,1,0,0,0),(26236,2975,1,1,1,7243,1,-2550.16,-741.861,-6.04805,2.3146,250,10,0,102,0,1,0,0,0),(26235,2975,1,1,1,3902,1,-2576.02,-722.765,-5.54161,4.45646,250,10,0,102,0,1,0,0,0),(26234,2975,1,1,1,7243,1,-2569.06,-735.685,-5.53374,2.56386,250,10,0,102,0,1,0,0,0),(26233,2974,1,1,1,10918,0,-1317.95,-926.415,1.9346,5.79242,250,0,0,247,0,2,0,0,0),(26232,2974,1,1,1,10918,0,-2060.04,-245.411,-8.92791,2.6211,250,15,0,247,0,1,0,0,0),(26231,2974,1,1,1,10918,0,-1555,-422.133,-41.7455,2.71034,250,15,0,247,0,1,0,0,0),(26214,2974,1,1,1,10918,0,-1593.61,-407.641,-39.3089,2.37001,250,15,0,247,0,1,0,0,0),(26213,2974,1,1,1,10918,0,-2544.14,23.2627,12.3682,4.35733,250,5,0,247,0,2,0,0,0),(26212,2974,1,1,1,10918,0,-2643.93,-1105.36,-5.81951,1.94028,250,15,0,247,0,1,0,0,0),(26211,2974,1,1,1,10918,0,-2649.29,-1090.69,-7.21731,1.72567,250,15,0,247,0,1,0,0,0),(26210,2974,1,1,1,10918,0,-1566.06,-409.274,-41.1913,0.103797,250,15,0,247,0,1,0,0,0),(26209,2973,1,1,1,1230,0,-2113.14,-181.47,-6.5166,1.62303,250,15,0,222,0,1,0,0,0),(26208,3229,1,1,1,1254,0,-3103.75,-1196.7,85.6689,5.48033,250,0,0,102,0,0,0,0,0),(26207,2973,1,1,1,1230,0,-2554.46,6.33827,7.88806,4.70262,250,5,0,222,0,1,0,0,0),(26196,2973,1,1,1,1230,0,-1543.72,-401.86,-43.2021,0.811741,250,15,0,222,0,1,0,0,0),(26195,2972,1,1,1,1454,0,-1326.28,-903.368,-5.84471,5.54232,250,0,0,137,0,0,0,0,0),(26194,2972,1,1,1,1454,0,-1341.92,-904.591,-2.80832,5.35784,250,0,0,137,0,0,0,0,0),(26193,2972,1,1,1,1454,0,-1335.11,-901.182,-5.59499,5.32423,250,0,0,137,0,0,0,0,0),(26192,2972,1,1,1,1454,0,-1346.56,-907.761,0.158542,5.46322,250,0,0,137,0,0,0,0,0),(26191,2972,1,1,1,1454,0,-2076.06,-218.413,-5.00717,2.32868,250,15,0,137,0,1,0,0,0),(26190,2972,1,1,1,1454,0,-2076.58,-236.571,-7.1374,2.62027,250,15,0,137,0,1,0,0,0),(26189,2972,1,1,1,1451,0,-1566.26,-431.765,-41.1907,2.54796,250,15,0,137,0,1,0,0,0),(26188,2972,1,1,1,1451,0,-1571.1,-419.184,-40.6388,2.48415,250,15,0,137,0,1,0,0,0),(26187,2972,1,1,1,1454,0,-2543.7,7.50046,9.03971,4.30487,250,5,0,137,0,1,0,0,0),(26186,2972,1,1,1,1454,0,-2535.46,14.6013,10.7254,4.56349,250,5,0,137,0,1,0,0,0),(26185,2972,1,1,1,1451,0,-2551,22.0117,11.9644,4.39867,250,5,0,137,0,1,0,0,0),(26184,2972,1,1,1,1454,0,-1559,-403.025,-42.0006,0.477204,250,15,0,137,0,1,0,0,0),(26183,2971,1,1,1,10824,0,-1309.59,-635.962,-58.6371,5.12446,250,30,0,156,0,1,0,0,0),(26182,2971,1,1,1,10824,0,-1084.32,-683.952,-54.7521,6.02635,250,20,0,156,0,1,0,0,0),(26181,2971,1,1,1,10824,0,-614.449,-118.548,6.55316,5.8108,250,30,0,156,0,1,0,0,0),(26180,2971,1,1,1,10824,0,-865.705,116.237,-13.1871,3.2589,250,20,0,156,0,1,0,0,0),(26179,5787,1,1,1,6692,1,-810.697,-28.6228,-13.1119,5.49779,19900,0,0,333,0,0,0,0,0),(26178,2971,1,1,1,10824,0,-2313.3,-1286.88,6.31794,6.2187,250,20,0,156,0,1,0,0,0),(26177,2971,1,1,1,10824,0,-919.364,-692.842,-39.4637,4.27494,250,30,0,156,0,1,0,0,0),(26176,2971,1,1,1,10824,0,-732.515,-345.883,-26.2272,0.013671,250,20,0,156,0,1,0,0,0),(26175,2971,1,1,1,10824,0,-2248.99,-1384.26,33.0906,5.95975,250,20,0,156,0,1,0,0,0),(26174,2971,1,1,1,10824,0,-617.321,-350.765,5.00454,3.93159,250,30,0,156,0,1,0,0,0),(8197,6577,0,1,1,5376,0,-5368.99,-3746.97,304.797,2.00713,300,0,0,356,0,0,0,0,0),(26166,2971,1,1,1,10824,0,-836.175,-615.846,-37.305,2.48911,250,20,0,156,0,1,0,0,0),(26165,2971,1,1,1,10824,0,-1040.22,-919.69,2.0786,2.86061,250,20,0,156,0,1,0,0,0),(26164,2971,1,1,1,10824,0,-1369.22,-713.582,-48.9683,3.32634,250,0,0,156,0,0,0,0,0),(26159,2971,1,1,1,10824,0,-959.568,-607.217,-58.2264,2.34514,250,30,0,156,0,1,0,0,0),(26158,2971,1,1,1,10824,0,-1259.39,-931.09,-4.76143,4.58319,250,20,0,156,0,1,0,0,0),(26128,2971,1,1,1,10824,0,-1383.56,-803.975,-21.4483,1.58837,250,20,0,156,0,1,0,0,0),(26127,2971,1,1,1,10824,0,-1180.73,-719.845,-56.3825,2.03991,250,20,0,156,0,1,0,0,0),(26126,2971,1,1,1,10824,0,-1263.66,-562.903,-57.0829,5.85497,250,20,0,156,0,1,0,0,0),(26122,2971,1,1,1,10824,0,-744.385,-654.247,-22.9999,1.62087,250,30,0,156,0,1,0,0,0),(26107,2971,1,1,1,10824,0,-587.983,-465.033,13.679,1.28794,250,20,0,156,0,1,0,0,0),(26106,2970,1,1,1,1229,0,-1958.19,-177.554,-10.5561,3.80796,250,20,0,137,0,1,0,0,0),(26105,2970,1,1,1,1229,0,-1936.14,-84.0253,-4.61679,1.35425,250,20,0,137,0,1,0,0,0),(26104,2970,1,1,1,1229,0,-2614.41,-918.112,-6.31874,5.96134,250,20,0,137,0,1,0,0,0),(26103,2970,1,1,1,1229,0,-1783.73,-449.217,-3.50281,4.72119,250,20,0,137,0,1,0,0,0),(26102,2970,1,1,1,1229,0,-1917.39,-470.056,-6.0985,1.03977,250,20,0,137,0,1,0,0,0),(26101,2970,1,1,1,1229,0,-1819.67,-147.557,-9.04447,5.96547,250,20,0,137,0,1,0,0,0),(26100,2970,1,1,1,1229,0,-1637.66,-149.347,-7.39852,6.26366,250,20,0,137,0,1,0,0,0),(26099,2970,1,1,1,1229,0,-2319,-1022.65,-8.7281,2.92314,250,20,0,137,0,1,0,0,0),(26098,2970,1,1,1,1229,0,-1938.26,-902.556,9.50589,0.895485,250,20,0,137,0,1,0,0,0),(26097,2970,1,1,1,1229,0,-1666.21,-498.794,-17.4844,2.33962,250,20,0,137,0,1,0,0,0),(31311,4834,1,1,1,19836,1,-3221.13,-2972.55,42.5631,0.885755,360,5,0,1403,0,1,0,0,0),(26096,2970,1,1,1,1229,0,-1764.01,-122.662,-2.77695,0.329941,250,20,0,137,0,1,0,0,0),(26095,2970,1,1,1,1229,0,-1466.24,-354.535,-37.6535,3.14745,250,20,0,137,0,1,0,0,0),(26094,2970,1,1,1,1229,0,-1973.47,-322.791,-1.72684,6.15592,250,20,0,137,0,1,0,0,0),(26093,2970,1,1,1,1229,0,-2482.85,-976.443,-6.89149,5.11368,250,20,0,137,0,1,0,0,0),(26092,2970,1,1,1,1229,0,-2052.65,-946.041,7.63037,2.72773,250,20,0,137,0,1,0,0,0),(26091,2970,1,1,1,1229,0,-1792.22,-511.762,-3.61748,2.76979,250,20,0,137,0,1,0,0,0),(26090,2970,1,1,1,1229,0,-1682.8,115.039,-8.59082,2.022,250,20,0,137,0,1,0,0,0),(26089,2970,1,1,1,1229,0,-1587.85,-481.489,-37.9513,6.26561,250,20,0,137,0,1,0,0,0),(26088,2970,1,1,1,1229,0,-1668.21,-717.068,-14.9369,0.039043,250,20,0,137,0,1,0,0,0),(26087,2970,1,1,1,1229,0,-1815.52,-716.606,-9.38954,2.29273,250,20,0,137,0,1,0,0,0),(26086,2970,1,1,1,1229,0,-1783.88,-628.97,-11.6652,4.49968,250,20,0,137,0,1,0,0,0),(26085,2970,1,1,1,1229,0,-2049.67,-151.343,-9.25206,3.65585,250,20,0,137,0,1,0,0,0),(26084,2970,1,1,1,1229,0,-1811.62,189.415,31.935,2.22268,250,20,0,137,0,1,0,0,0),(26083,2970,1,1,1,1229,0,-1737.45,258.979,38.4974,2.6928,250,15,0,137,0,1,0,0,0),(26082,2970,1,1,1,1229,0,-1721.53,-795.15,9.41179,5.85624,250,20,0,137,0,1,0,0,0),(26081,5786,1,1,1,275,1,-2739.95,-439.311,-4.21659,1.62316,19900,0,0,176,0,0,0,0,0),(26080,2970,1,1,1,1229,0,-1654.61,-611.034,-32.3967,4.76925,250,20,0,137,0,1,0,0,0),(26079,2970,1,1,1,1229,0,-1851.9,-866.883,22.1922,5.06567,250,20,0,137,0,1,0,0,0),(26078,2970,1,1,1,1229,0,-1966.76,238.628,66.4,3.41882,250,10,0,137,0,1,0,0,0),(26077,2970,1,1,1,1229,0,-1467.96,-249.442,-1.71085,3.07126,250,20,0,137,0,1,0,0,0),(26076,2970,1,1,1,1229,0,-1524.02,-385.571,-42.7811,3.28653,250,20,0,137,0,1,0,0,0),(26075,2970,1,1,1,1229,0,-1546.73,-627.659,-55.3041,1.81151,250,20,0,137,0,1,0,0,0),(26074,2970,1,1,1,1229,0,-2153.73,-1046.88,12.1347,3.20413,250,20,0,137,0,1,0,0,0),(26073,2970,1,1,1,1229,0,-1464.39,-608.962,-56.3126,3.60559,250,20,0,137,0,1,0,0,0),(26072,2970,1,1,1,1229,0,-1553.5,-766.81,-25.1156,1.38797,250,20,0,137,0,1,0,0,0),(26071,2969,1,1,1,1228,0,-2111.13,46.7465,26.5258,5.90087,250,0,0,102,0,0,0,0,0),(26070,2969,1,1,1,1228,0,-2295.39,143.713,52.4654,3.51043,250,20,0,102,0,1,0,0,0),(26069,2969,1,1,1,1228,0,-2283.59,-51.4173,-0.792753,3.0888,250,20,0,102,0,1,0,0,0),(26068,2969,1,1,1,1228,0,-2621.96,-516.461,-4.05865,3.13573,250,20,0,102,0,1,0,0,0),(26067,2969,1,1,1,1228,0,-2253.91,46.3263,30.2833,4.24709,250,20,0,102,0,1,0,0,0),(26066,2969,1,1,1,1228,0,-2682.52,18.4719,13.9897,1.45928,250,20,0,102,0,1,0,0,0),(26065,2969,1,1,1,1228,0,-2684.43,151.125,55.0708,1.35816,250,20,0,102,0,1,0,0,0),(26064,2969,1,1,1,1228,0,-2682.78,-785.461,-5.85211,4.6596,250,20,0,102,0,1,0,0,0),(26063,2969,1,1,1,1228,0,-2282.15,-720.117,-7.37294,4.61002,250,20,0,102,0,1,0,0,0),(26062,2969,1,1,1,1228,0,-2131.77,-35.8355,9.75223,2.38933,250,20,0,102,0,1,0,0,0),(26061,2969,1,1,1,1228,0,-2445.25,-42.1167,-6.85289,3.06405,250,20,0,102,0,1,0,0,0),(26060,2969,1,1,1,1228,0,-2547.47,98.2943,39.8304,1.61968,250,20,0,102,0,1,0,0,0),(26059,2969,1,1,1,1228,0,-2416.47,117.546,42.9792,4.43328,250,20,0,102,0,1,0,0,0),(26058,2969,1,1,1,1228,0,-2551.18,243.921,85.5175,5.54747,250,20,0,102,0,1,0,0,0),(26057,2969,1,1,1,1228,0,-2542.94,-58.1062,-5.73882,1.83944,250,20,0,102,0,1,0,0,0),(26056,2969,1,1,1,1228,0,-2685.23,-247.696,3.05426,1.21134,250,20,0,102,0,1,0,0,0),(26055,5785,1,1,1,2163,0,-660.448,187.612,43.4106,1.69999,43200,0,0,416,205,0,0,0,0),(26054,2969,1,1,1,1228,0,-2953.72,291.858,105.781,2.87294,250,20,0,102,0,1,0,0,0),(26053,3224,1,1,1,10181,1,-2258.76,-296.012,-9.42604,4.05437,250,5,0,600,0,2,0,0,0),(26019,2968,1,1,1,9409,1,-2305.25,-1166.89,-6.46965,4.17969,250,30,0,198,0,1,0,0,0),(26002,2968,1,1,1,9409,1,-2507.3,-1294.33,-5.47194,5.23876,250,5,0,198,0,1,0,0,0),(26001,2968,1,1,1,9409,1,-2147.97,-1130.24,22.9233,5.28312,250,0,0,198,0,0,0,0,0),(26000,2967,1,1,1,9410,1,-2302.01,-1165.33,-6.20648,4.17968,250,30,0,176,0,1,0,0,0),(25999,2967,1,1,1,9410,1,-2505.41,-1293.59,-5.59694,5.23882,250,5,0,176,0,1,0,0,0),(25998,2967,1,1,1,9410,1,-2145.59,-1130.24,23.5905,5.28361,250,5,0,176,0,1,0,0,0),(25997,15767,1,1,1,15730,0,-1246.48,74.2627,128.368,5.02655,250,0,0,2614,0,0,0,0,0),(25996,3223,1,1,1,3784,1,-2449.77,-416.732,-3.198,2.69092,250,0,0,600,0,0,0,0,0),(25995,2966,1,1,1,8869,0,-3214.69,-852.804,42.2571,4.55944,155,15,0,71,0,1,0,0,0),(25994,2966,1,1,1,8869,0,-3018.84,-813.37,58.1359,1.94095,155,10,0,71,0,1,0,0,0),(25993,2966,1,1,1,8869,0,-3076.12,-739.894,37.3953,2.95625,155,5,0,71,0,1,0,0,0),(25992,2966,1,1,1,8869,0,-3015.46,-754.781,47.1529,1.86599,155,10,0,71,0,1,0,0,0),(25991,2966,1,1,1,8869,0,-3041.75,-776.022,53.227,2.19945,155,10,0,71,0,1,0,0,0),(25990,2966,1,1,1,8869,0,-3080.89,-716.951,35.697,0.745309,155,5,0,71,0,1,0,0,0),(25989,2966,1,1,1,8869,0,-3076.41,-777.092,45.0603,6.09813,155,5,0,71,0,1,0,0,0),(25988,2966,1,1,1,8869,0,-3084.62,-803.553,50.7375,3.16706,155,5,0,71,0,1,0,0,0),(25987,2966,1,1,1,8869,0,-3079.55,-832.178,55.3789,3.98347,155,10,0,71,0,1,0,0,0),(25986,2966,1,1,1,8869,0,-3080.02,-856.725,59.7757,3.05953,155,10,0,71,0,1,0,0,0),(25985,2966,1,1,1,8869,0,-2946.24,-785.69,51.2065,5.4577,155,10,0,71,0,1,0,0,0),(25984,2966,1,1,1,8869,0,-2991.79,-781.857,51.133,3.13391,155,10,0,71,0,1,0,0,0),(25983,2966,1,1,1,8869,0,-2988.67,-689.59,40.7161,4.73973,155,10,0,71,0,1,0,0,0),(25982,2966,1,1,1,8869,0,-2932.65,-678.775,41.7229,2.10619,155,15,0,71,0,1,0,0,0),(25981,2966,1,1,1,8869,0,-3018.29,-654.772,35.7008,4.8004,155,5,0,71,0,1,0,0,0),(25980,2966,1,1,1,8869,0,-3150.9,-755.047,30.1779,5.11143,155,15,0,71,0,1,0,0,0),(25979,2966,1,1,1,8869,0,-3208.29,-783.502,33.7852,3.08295,155,15,0,71,0,1,0,0,0),(25978,2966,1,1,1,8869,0,-3225.28,-812.735,33.8091,1.45323,155,15,0,71,0,1,0,0,0),(25977,2966,1,1,1,8869,0,-3152.06,-852.122,51.575,1.88452,155,15,0,71,0,1,0,0,0),(25976,2966,1,1,1,8869,0,-3181.16,-878.707,54.4362,0.766064,155,15,0,71,0,1,0,0,0),(25975,2966,1,1,1,8869,0,-3191.76,-842.461,43.4763,4.47783,155,15,0,71,0,1,0,0,0),(25974,2966,1,1,1,8869,0,-3157.87,-836.736,48.1365,4.17097,155,15,0,71,0,1,0,0,0),(25973,2966,1,1,1,8869,0,-3269.22,-854.885,51.1672,2.8217,155,15,0,71,0,1,0,0,0),(25972,2966,1,1,1,8869,0,-3244.04,-780.387,31.5935,3.2296,155,15,0,71,0,1,0,0,0),(25971,3222,1,1,1,4265,1,-2351.67,-393.521,-7.99903,2.95434,250,0,0,600,0,2,0,0,0),(25970,2966,1,1,1,8869,0,-2987.55,-655.435,35.8284,1.2799,155,10,0,71,0,1,0,0,0),(25969,2966,1,1,1,8869,0,-3316.62,-877.123,61.2712,4.0044,155,15,0,71,0,1,0,0,0),(25968,2966,1,1,1,8869,0,-3242.65,-911.942,59.2568,3.34205,155,5,0,71,0,1,0,0,0),(25967,2966,1,1,1,8869,0,-3287.7,-872.138,54.7356,5.28197,155,15,0,71,0,1,0,0,0),(25966,2966,1,1,1,8869,0,-3288.49,-939.457,72.323,1.53868,155,10,0,71,0,1,0,0,0),(25965,2966,1,1,1,8869,0,-2881.47,-817.974,58.8274,1.64473,155,10,0,71,0,1,0,0,0),(25964,2966,1,1,1,8869,0,-2915.2,-778.133,54.9394,5.19614,155,10,0,71,0,1,0,0,0),(25963,2966,1,1,1,8869,0,-2849.39,-780.965,54.0099,6.04225,155,3,0,71,0,1,0,0,0),(25962,2966,1,1,1,8869,0,-2886.39,-746.753,52.9561,0.154291,155,15,0,71,0,1,0,0,0),(25961,2966,1,1,1,8869,0,-2884.32,-683.854,46.7883,6.14114,155,15,0,71,0,1,0,0,0),(25960,2966,1,1,1,8869,0,-2908.2,-724.659,46.7547,0.089953,155,10,0,71,0,1,0,0,0),(25959,2966,1,1,1,8869,0,-2916.47,-616.521,50.9249,1.69937,155,15,0,71,0,1,0,0,0),(25958,2966,1,1,1,8869,0,-2842.88,-643.347,54.2789,0.045353,155,10,0,71,0,1,0,0,0),(25957,2966,1,1,1,8869,0,-3357.46,-912.022,80.4749,2.81465,155,15,0,71,0,1,0,0,0),(25956,2966,1,1,1,8869,0,-3283.72,-821.9,44.951,0.291457,155,5,0,71,0,1,0,0,0),(25955,2966,1,1,1,8869,0,-3316.19,-950.023,73.6223,1.35544,155,10,0,71,0,1,0,0,0),(25954,2966,1,1,1,8869,0,-3307.22,-1002.6,94.9866,3.98364,155,5,0,71,0,1,0,0,0),(25953,2966,1,1,1,8869,0,-3357.39,-875.782,67.1305,1.89069,155,15,0,71,0,1,0,0,0),(25952,2966,1,1,1,8869,0,-3370.87,-1012.5,110.465,2.35067,155,5,0,71,0,1,0,0,0),(25951,2966,1,1,1,8869,0,-3314.19,-1047,119.496,5.3856,155,5,0,71,0,1,0,0,0),(25950,2966,1,1,1,8869,0,-3374.22,-1006.75,110.686,3.28459,155,5,0,71,0,1,0,0,0),(25949,2966,1,1,1,8869,0,-3357.35,-966.35,92.6838,1.20951,155,5,0,71,0,1,0,0,0),(25948,2965,1,1,1,10869,0,-1118.43,348.668,24.4704,4.71253,250,10,0,186,191,1,0,0,0),(25947,2965,1,1,1,10869,0,-1143.13,378.941,9.20235,6.10958,250,15,0,186,191,1,0,0,0),(25946,3221,1,1,1,3783,1,-2440.1,-551.578,-9.28346,1.89274,250,0,0,600,0,0,0,0,0),(25945,2965,1,1,1,10869,0,-1054.12,450.219,18.0795,2.97081,250,15,0,186,191,1,0,0,0),(25944,2965,1,1,1,10869,0,-1017.58,416.084,15.5029,3.81329,250,15,0,186,191,1,0,0,0),(25943,2965,1,1,1,10869,0,-1081.04,486.905,26.079,0.390289,250,15,0,186,191,1,0,0,0),(25942,2965,1,1,1,10869,0,-1113.05,458.652,13.724,1.54911,250,15,0,186,191,1,0,0,0),(25941,2965,1,1,1,10869,0,-1121.41,480.617,20.7386,4.04028,250,15,0,186,191,1,0,0,0),(25940,2965,1,1,1,10869,0,-1045.61,514.667,38.9958,5.63416,250,15,0,186,191,1,0,0,0),(25939,2965,1,1,1,10869,0,-1151.68,520.202,25.9221,5.62424,250,10,0,186,191,1,0,0,0),(25938,2965,1,1,1,10869,0,-1180.86,449.122,4.11525,1.35214,250,15,0,186,191,1,0,0,0),(25937,2965,1,1,1,10869,0,-1183.29,425.837,0.003503,1.69628,250,15,0,186,191,1,0,0,0),(25936,2965,1,1,1,10869,0,-1220.22,451.648,8.69987,2.83499,250,5,0,186,191,1,0,0,0),(25935,2965,1,1,1,10869,0,-1116.55,414.429,8.41295,2.10781,250,15,0,186,191,1,0,0,0),(24976,3300,1,1,1,0,0,1180.92,-4356.58,21.2963,4.20581,180,5,0,1,0,1,0,0,0),(25934,2965,1,1,1,10869,0,-1216.97,383.015,-1.79008,6.27923,250,15,0,186,191,1,0,0,0),(25933,2965,1,1,1,10869,0,-1243.54,421.188,8.62688,5.80597,250,5,0,186,191,1,0,0,0),(25932,2965,1,1,1,10869,0,-1218.87,488.947,19.758,0.412223,250,5,0,186,191,1,0,0,0),(25931,2965,1,1,1,10869,0,-1011.25,379.223,27.5661,5.31147,250,5,0,186,191,1,0,0,0),(24984,3300,530,1,1,0,0,-87.6627,2166.4,99.857,0.606409,300,5,0,1,0,1,0,0,0),(24985,3300,530,1,1,0,0,65.2097,2915.61,33.0542,2.66045,300,5,0,1,0,1,0,0,0),(24986,3300,530,1,1,0,0,-510.809,2843.55,46.9092,4.92301,300,5,0,1,0,1,0,0,0),(24987,3300,530,1,1,0,0,-457.061,2601.97,60.9111,1.58174,300,5,0,1,0,1,0,0,0),(24988,3300,530,1,1,0,0,-408.641,2377.82,41.0728,3.35218,300,5,0,1,0,1,0,0,0),(24989,3300,530,1,1,0,0,-281.513,2038.11,106.545,4.9813,300,5,0,1,0,1,0,0,0),(24990,3300,530,1,1,0,0,-1158.24,1934.07,73.6279,2.56563,300,0,0,1,0,0,0,0,0),(24991,3300,530,1,1,0,0,-1273.55,2391.92,69.9283,5.06772,300,5,0,1,0,1,0,0,0),(24992,3300,530,1,1,0,0,-1152.79,2399.81,31.4878,1.29913,300,5,0,1,0,1,0,0,0),(24993,3300,530,1,1,0,0,-1011.73,2353.51,8.88117,6.13314,300,5,0,1,0,1,0,0,0),(24994,3300,530,1,1,0,0,-1061.8,2526.73,15.2127,0.646234,300,5,0,1,0,1,0,0,0),(24995,3300,530,1,1,0,0,-1010.39,2759.24,-0.355422,5.56968,300,5,0,1,0,1,0,0,0),(24996,3300,530,1,1,0,0,-1150.97,2925.99,-0.895426,3.66508,300,5,0,1,0,1,0,0,0),(24997,3300,530,1,1,0,0,-906.1,3421.4,88.9358,3.58253,300,5,0,1,0,1,0,0,0),(24998,3300,530,1,1,0,0,-1014.41,3353.55,86.4174,4.58113,300,5,0,1,0,1,0,0,0),(24999,3300,530,1,1,0,0,-1144.08,3352.54,115.203,1.10715,300,5,0,1,0,1,0,0,0),(25000,3300,530,1,1,0,0,-1243.37,3284.05,77.0212,2.93023,300,5,0,1,0,1,0,0,0),(25001,3300,530,1,1,0,0,-748.195,3823.72,105.213,1.25083,300,5,0,1,0,1,0,0,0),(25002,3300,530,1,1,0,0,-445.407,3846.82,58.6034,2.3184,300,5,0,1,0,1,0,0,0),(25003,3300,530,1,1,0,0,-1235.13,4080.2,72.2253,3.34396,300,5,0,1,0,1,0,0,0),(25004,3300,530,1,1,0,0,-972.395,4275.55,55.6688,0.227457,300,5,0,1,0,1,0,0,0),(25005,3300,530,1,1,0,0,-396.79,4373.73,53.8959,1.71186,300,5,0,1,0,1,0,0,0),(25006,3300,530,1,1,0,0,53.855,4647.38,54.796,5.53925,300,5,0,1,0,1,0,0,0),(25007,3300,530,1,1,0,0,-170.111,4628.48,24.2379,5.94127,300,5,0,1,0,1,0,0,0),(25008,3300,530,1,1,0,0,-99.3669,4230.57,84.4096,1.50239,300,5,0,1,0,1,0,0,0),(25009,3300,530,1,1,0,0,206.056,3963.89,73.4927,2.66152,300,5,0,1,0,1,0,0,0),(25011,3300,530,1,1,0,0,-1764.94,6398.01,39.8484,0.69954,300,5,0,1,0,1,0,0,0),(25012,3300,530,1,1,0,0,-1455.1,6277.38,47.0372,4.22209,300,5,0,1,0,1,0,0,0),(25013,3300,530,1,1,0,0,-1626.35,6439.4,27.9749,0.707991,300,0,0,1,0,0,0,0,0),(25014,3300,530,1,1,0,0,-1927.59,6445.39,28.8145,3.42468,300,5,0,1,0,1,0,0,0),(25015,3300,530,1,1,0,0,-2083.61,6437.03,22.129,1.5747,300,5,0,1,0,1,0,0,0),(25016,3300,530,1,1,0,0,-2035.53,6364.54,42.1661,0.862805,300,5,0,1,0,1,0,0,0),(25017,3300,530,1,1,0,0,-2748.87,6584.88,29.3023,2.97921,300,5,0,1,0,1,0,0,0),(25018,3300,530,1,1,0,0,-2608.74,6463.21,23.6284,1.06303,300,5,0,1,0,1,0,0,0),(25019,3300,530,1,1,0,0,-2871.35,6786.85,-35.1254,2.42142,300,5,0,1,0,1,0,0,0),(25020,3300,530,1,1,0,0,-2931.95,6887.47,-40.0395,4.16828,300,5,0,1,0,1,0,0,0),(25021,3300,530,1,1,0,0,-2686.63,6885.06,-4.28239,1.7607,300,5,0,1,0,1,0,0,0),(25022,3300,530,1,1,0,0,-2515.39,6650.15,0.95814,1.45342,300,5,0,1,0,1,0,0,0),(25023,3300,530,1,1,0,0,-2611.88,7007.67,-3.16215,1.37155,300,5,0,1,0,1,0,0,0),(25024,3300,530,1,1,0,0,-2947.72,7002.78,-40.694,5.31673,300,5,0,1,0,1,0,0,0),(25025,3300,530,1,1,0,0,-3074.41,7130.12,-29.2072,5.86496,300,5,0,1,0,1,0,0,0),(25026,3300,530,1,1,0,0,-3134.88,7156.5,-27.5182,5.27223,300,5,0,1,0,1,0,0,0),(25027,3300,530,1,1,0,0,-3167.39,7309.72,-27.714,2.57906,300,5,0,1,0,1,0,0,0),(25028,3300,530,1,1,0,0,-2842.97,8010.95,-28.2064,4.88122,300,5,0,1,0,1,0,0,0),(25029,3300,530,1,1,0,0,-3084.14,8068.25,-28.6337,4.68505,300,5,0,1,0,1,0,0,0),(25030,3300,530,1,1,0,0,-3037.17,8166.86,-57.0348,2.94487,300,5,0,1,0,1,0,0,0),(25031,3300,530,1,1,0,0,-3002.41,8316.91,-38.0503,4.95903,300,5,0,1,0,1,0,0,0),(25032,3300,530,1,1,0,0,-2214.08,8532.85,-14.4534,0.965993,300,5,0,1,0,1,0,0,0),(25033,3300,530,1,1,0,0,-2669.3,8554.87,-34.2547,3.4625,300,5,0,1,0,1,0,0,0),(25034,3300,530,1,1,0,0,-2983.25,8381.8,-35.9169,4.78787,300,5,0,1,0,1,0,0,0),(25035,3300,530,1,1,0,0,-2961.45,8490.23,-36.9379,4.93085,300,5,0,1,0,1,0,0,0),(25036,3300,530,1,1,0,0,-2966.24,8547.5,-40.3053,1.90521,300,5,0,1,0,1,0,0,0),(25037,3300,530,1,1,0,0,-2945.82,8644.41,-36.2916,4.40053,300,5,0,1,0,1,0,0,0),(25038,3300,530,1,1,0,0,-2245.03,8684.05,-6.09896,3.18257,300,5,0,1,0,1,0,0,0),(25039,3300,530,1,1,0,0,-2683.29,8772.46,-19.6628,3.82883,300,5,0,1,0,1,0,0,0),(25040,3300,530,1,1,0,0,-2622.03,8849.88,-14.6024,3.98088,300,5,0,1,0,1,0,0,0),(25041,3300,530,1,1,0,0,-2609.61,8948.06,-9.79564,1.71387,300,5,0,1,0,1,0,0,0),(25042,3300,530,1,1,0,0,-2112.3,7387.93,-33.6809,3.41502,300,5,0,1,0,1,0,0,0),(25043,3300,530,1,1,0,0,-1880.65,7339.34,-21.0874,5.26788,300,5,0,1,0,1,0,0,0),(25044,3300,530,1,1,0,0,-1739.14,6758.99,-16.0917,1.37581,300,5,0,1,0,1,0,0,0),(25045,3300,530,1,1,0,0,-1884.03,6619.51,-1.46303,1.54777,300,5,0,1,0,1,0,0,0),(25046,3300,530,1,1,0,0,-1210.33,6632.48,61.3081,5.31448,300,5,0,1,0,1,0,0,0),(25047,3300,530,1,1,0,0,-1521.01,6805.22,10.1494,4.95287,300,5,0,1,0,1,0,0,0),(25048,3300,530,1,1,0,0,-1655.27,7062.96,4.79687,5.00356,300,5,0,1,0,1,0,0,0),(25049,3300,530,1,1,0,0,-1546.87,7115.12,9.6122,3.24356,300,5,0,1,0,1,0,0,0),(25050,3300,530,1,1,0,0,-1695.55,7246.59,1.35371,5.06099,300,5,0,1,0,1,0,0,0),(25051,3300,530,1,1,0,0,-1207.93,7780.51,6.59852,3.44296,300,5,0,1,0,1,0,0,0),(25052,3300,530,1,1,0,0,-974.5,7907.87,30.5837,3.41735,300,5,0,1,0,1,0,0,0),(25053,3300,530,1,1,0,0,-1085.91,8184.11,7.43134,3.45791,300,5,0,1,0,1,0,0,0),(25054,3300,530,1,1,0,0,-1217.17,8315.11,9.6906,1.51806,300,5,0,1,0,1,0,0,0),(25055,3300,530,1,1,0,0,-1160.05,8305.69,20.834,1.29169,300,5,0,1,0,1,0,0,0),(25056,3300,530,1,1,0,0,-876.639,8245.3,27.5239,3.50288,300,5,0,1,0,1,0,0,0),(25057,3300,530,1,1,0,0,-934.932,7853.26,38.8113,5.53164,300,5,0,1,0,1,0,0,0),(25058,3300,530,1,1,0,0,-954.796,7668.18,37.4268,1.85795,300,5,0,1,0,1,0,0,0),(25059,3300,530,1,1,0,0,-1044.91,7887.86,22.7802,3.24923,300,0,0,1,0,0,0,0,0),(25060,3300,530,1,1,0,0,-1129.01,7757.89,16.8353,3.06736,300,5,0,1,0,1,0,0,0),(25061,3300,530,1,1,0,0,-1280.1,8573.11,20.9576,5.74498,300,5,0,1,0,1,0,0,0),(25062,3300,530,1,1,0,0,-1742.21,8821.68,36.064,3.00444,300,5,0,1,0,1,0,0,0),(25063,3300,530,1,1,0,0,-1813.39,8849.78,27.5699,5.11138,300,5,0,1,0,1,0,0,0),(25064,3300,530,1,1,0,0,-2075.95,8762.04,17.8312,4.40915,300,5,0,1,0,1,0,0,0),(25930,2965,1,1,1,10869,0,-983.997,511.26,49.3942,3.92071,250,5,0,186,191,1,0,0,0),(27523,7320,70,1,1,11166,1,10.2117,263.027,-35.633,5.84685,86400,2,0,4185,0,1,0,0,0),(25929,2965,1,1,1,10869,0,-944.421,521.031,68.4128,6.06981,250,5,0,186,191,1,0,0,0),(25928,2965,1,1,1,10869,0,-946.322,489.018,46.1593,1.58056,250,5,0,186,191,1,0,0,0),(25927,2965,1,1,1,10869,0,-1016.95,558.553,64.4988,1.71328,250,10,0,186,191,1,0,0,0),(25926,2965,1,1,1,10869,0,-1015.68,489.566,33.9757,2.001,250,15,0,186,191,1,0,0,0),(25925,2965,1,1,1,10869,0,-1081.01,381.656,22.1242,5.71197,250,15,0,186,191,1,0,0,0),(25924,2965,1,1,1,10869,0,-451.777,-552.708,63.2174,2.3993,250,3,0,186,191,1,0,0,0),(25923,2965,1,1,1,10869,0,-479.665,-584.149,40.1539,4.1722,250,10,0,186,191,1,0,0,0),(25922,2965,1,1,1,10869,0,-820.503,-820.354,2.57608,3.82366,250,5,0,186,191,1,0,0,0),(25921,2965,1,1,1,10869,0,-715.514,-844.881,58.3608,6.15205,250,3,0,186,191,1,0,0,0),(25920,2965,1,1,1,10869,0,-588.583,-779.666,58.938,0.588771,250,3,0,186,191,1,0,0,0),(25919,2965,1,1,1,10869,0,-611.009,-785.517,52.3164,1.29949,250,5,0,186,191,1,0,0,0),(25918,2965,1,1,1,10869,0,-651.66,-783.818,39.8266,4.81614,250,10,0,186,191,1,0,0,0),(25917,2965,1,1,1,10869,0,-692.926,-811.7,59.1663,3.06224,250,5,0,186,191,1,0,0,0),(25916,2965,1,1,1,10869,0,-453.304,-581.115,52.1417,4.00827,250,3,0,186,191,1,0,0,0),(25915,2965,1,1,1,10869,0,-480.435,-621.341,31.089,5.07599,250,10,0,186,191,1,0,0,0),(25914,2965,1,1,1,10869,0,-464.066,-662.017,47.7866,4.33877,250,5,0,186,191,1,0,0,0),(25913,2965,1,1,1,10869,0,-544.455,86.5049,45.7631,1.01627,250,5,0,186,191,1,0,0,0),(25912,2965,1,1,1,10869,0,-619.518,117.888,25.3741,0.308392,250,3,0,186,191,1,0,0,0),(25911,2965,1,1,1,10869,0,-513.531,99.309,46.8468,5.39605,250,5,0,186,191,1,0,0,0),(25910,2965,1,1,1,10869,0,-461.376,52.485,47.4691,5.99741,250,5,0,186,191,1,0,0,0),(25909,2965,1,1,1,10869,0,-552.011,-10.4244,11.8877,2.12414,250,10,0,186,191,1,0,0,0),(25908,2965,1,1,1,10869,0,-486.156,-16.5566,38.688,5.3031,250,5,0,186,191,1,0,0,0),(25907,2965,1,1,1,10869,0,-451.784,-47.4799,63.2174,5.47301,250,5,0,186,191,1,0,0,0),(25906,2965,1,1,1,10869,0,-514.772,26.4275,15.3962,1.67308,250,10,0,186,191,1,0,0,0),(25903,2965,1,1,1,10869,0,-448.712,23.9979,54.4464,5.51712,250,5,0,186,191,1,0,0,0),(25902,2965,1,1,1,10869,0,-590.369,159.324,56.3578,2.42727,250,5,0,186,191,1,0,0,0),(25901,2965,1,1,1,10869,0,-711.867,240.086,54.4553,0.312204,250,3,0,186,191,1,0,0,0),(25900,2965,1,1,1,10869,0,-682.33,181.298,45.2202,2.1964,250,5,0,186,191,1,0,0,0),(25899,2965,1,1,1,10869,0,-647.644,184.202,40.7223,6.05823,250,10,0,186,191,1,0,0,0),(25898,2964,1,1,1,1255,0,-518.572,-577.783,27.5895,3.17378,250,5,0,160,350,1,0,0,0),(25897,2964,1,1,1,1255,0,-685.093,152.852,27.2863,2.73209,250,5,0,160,350,1,0,0,0),(25896,2964,1,1,1,1255,0,-1118.53,380.163,11.7895,0.915996,250,10,0,160,350,1,0,0,0),(25894,2964,1,1,1,1255,0,-1055.37,424.794,15.2268,2.34937,250,15,0,160,350,1,0,0,0),(25893,2964,1,1,1,1255,0,-1013.51,452.705,20.1819,0.697929,250,15,0,160,350,1,0,0,0),(25892,2964,1,1,1,1255,0,-986.618,415.192,17.0918,3.79251,250,15,0,160,350,1,0,0,0),(25891,2964,1,1,1,1255,0,-1082.18,450.334,14.7999,1.23918,250,15,0,160,350,1,0,0,0),(25890,2964,1,1,1,1255,0,-1054.82,487.203,28.8492,1.59177,250,15,0,160,350,1,0,0,0),(25888,2964,1,1,1,1255,0,-1181.9,482.172,10.5881,3.50811,250,15,0,160,350,1,0,0,0),(25887,2964,1,1,1,1255,0,-1154.41,487.025,17.0488,2.64939,250,15,0,160,350,1,0,0,0),(25886,2964,1,1,1,1255,0,-1154.25,548.048,38.1861,2.1293,250,0,0,160,350,0,0,0,0),(31310,4343,1,1,1,814,0,-3252.65,-2864.17,30.0224,2.2874,360,10,0,1536,0,1,0,0,0),(31309,4343,1,1,1,814,0,-3285.45,-2844.01,31.4104,3.12792,360,10,0,1536,0,1,0,0,0),(31308,4343,1,1,1,814,0,-3245.62,-2820.52,30.6629,4.9531,360,10,0,1536,0,1,0,0,0),(25885,2964,1,1,1,1255,0,-1088.15,518.974,37.9916,1.71326,250,15,0,160,350,1,0,0,0),(31307,5057,1,1,1,3016,1,-3892.68,-2825.73,35.9298,0.453786,360,0,0,1536,0,0,0,0,0),(25884,2964,1,1,1,1255,0,-1146.46,451.596,9.54512,0.883556,250,15,0,160,350,1,0,0,0),(25883,2964,1,1,1,1255,0,-1118.08,524.527,35.0919,1.99289,250,15,0,160,350,1,0,0,0),(25882,2964,1,1,1,1255,0,-1243.97,451.447,20.3269,0.219357,250,3,0,160,350,1,0,0,0),(31306,4343,1,1,1,814,0,-3217.19,-2787.03,29.6474,4.37191,360,10,0,1536,0,1,0,0,0),(31305,4403,1,1,1,2599,0,-4103.91,-4152.35,13.2597,4.85954,360,5,0,1464,0,1,0,0,0),(31304,23591,1,1,1,21652,1,-2695.4,-4449.43,-9.86139,1.80961,360,10,0,1536,0,1,0,0,0),(25881,2964,1,1,1,1255,0,-1176.62,521.897,25.041,1.10573,250,10,0,160,350,1,0,0,0),(25880,2964,1,1,1,1255,0,-1081.77,415.435,14.6066,0.41615,250,15,0,160,350,1,0,0,0),(25879,2964,1,1,1,1255,0,-982.298,480.728,37.3454,4.81997,250,15,0,160,350,1,0,0,0),(25878,2964,1,1,1,1255,0,-1012.16,519.635,48.8383,5.366,250,5,0,160,350,1,0,0,0),(25877,2964,1,1,1,1255,0,-1053.29,549.17,55.6607,3.79608,250,5,0,160,350,1,0,0,0),(25876,2964,1,1,1,1255,0,-823.207,-779.742,-2.4571,1.9916,250,5,0,160,350,1,0,0,0),(25875,2964,1,1,1,1255,0,-945.595,450.837,33.9047,3.78978,250,5,0,160,350,1,0,0,0),(25874,2964,1,1,1,1255,0,-1214.25,520.584,32.9551,2.52712,250,3,0,160,350,1,0,0,0),(25873,2964,1,1,1,1255,0,-993.021,548.535,68.6555,2.95991,250,5,0,160,350,1,0,0,0),(25872,2964,1,1,1,1255,0,-785.627,-848.291,20.0963,5.20706,250,5,0,160,350,1,0,0,0),(25871,2964,1,1,1,1255,0,-857.275,-819.887,-1.76352,3.44969,250,5,0,160,350,1,0,0,0),(25870,2964,1,1,1,1255,0,-744.353,-852.358,42.5251,4.836,250,3,0,160,350,1,0,0,0),(25869,2964,1,1,1,1255,0,-813.859,-847.258,8.83797,0.799242,250,5,0,160,350,1,0,0,0),(25868,2964,1,1,1,1255,0,-674.391,-789.256,47.1295,6.08273,250,5,0,160,350,1,0,0,0),(25867,2964,1,1,1,1255,0,-639.631,-744.494,28.6844,0.532893,250,3,0,160,350,1,0,0,0),(25866,2964,1,1,1,1255,0,-688.426,-754.086,27.508,3.21689,250,5,0,160,350,1,0,0,0),(25865,2964,1,1,1,1255,0,-453.683,-613.065,48.2268,4.66705,250,3,0,160,350,1,0,0,0),(25864,2964,1,1,1,1255,0,-518.665,-612.297,14.6563,3.08295,250,15,0,160,350,1,0,0,0),(25863,2964,1,1,1,1255,0,-479.167,-695.834,48.5968,5.54486,250,3,0,160,350,1,0,0,0),(25862,2964,1,1,1,1255,0,-476.174,86.9761,46.9718,0.876936,250,15,0,160,350,1,0,0,0),(25861,2964,1,1,1,1255,0,-549.022,99.3724,43.3881,5.7154,250,5,0,160,350,1,0,0,0),(25860,2964,1,1,1,1255,0,-515.923,-15.5378,24.9645,3.79991,250,5,0,160,350,1,0,0,0),(25859,2964,1,1,1,1255,0,-481.825,16.0412,30.464,5.8492,250,5,0,160,350,1,0,0,0),(25858,2964,1,1,1,1255,0,-453.901,-12.0408,50.2442,1.47299,250,5,0,160,350,1,0,0,0),(25857,2964,1,1,1,1255,0,-1002.89,588.118,79.5314,0.145952,250,5,0,160,350,1,0,0,0),(25856,2964,1,1,1,1255,0,-581.622,55.7817,21.9878,1.76468,250,5,0,160,350,1,0,0,0),(25855,2964,1,1,1,1255,0,-547.103,18.5717,7.47951,6.2033,250,15,0,160,350,1,0,0,0),(25854,2964,1,1,1,1255,0,-580.644,88.3952,32.6466,0.862087,250,10,0,160,350,1,0,0,0),(25853,2964,1,1,1,1255,0,-610.661,185.216,52.0664,6.12733,250,5,0,160,350,1,0,0,0),(25852,2964,1,1,1,1255,0,-682.053,210.672,59.3608,2.14472,250,5,0,160,350,1,0,0,0),(25851,2964,1,1,1,1255,0,-741.026,249.985,35.6633,4.1103,250,3,0,160,350,1,0,0,0),(25850,2964,1,1,1,1255,0,-648.36,151.457,28.6172,4.02213,250,10,0,160,350,1,0,0,0),(25849,3220,1,1,1,3782,1,-2151.23,-419.508,-4.157,3.74368,250,0,0,600,0,2,0,0,0),(25848,2963,1,1,1,1351,0,-2638.23,-1309.42,11.5989,5.33128,250,5,0,148,165,1,0,0,0),(25847,2963,1,1,1,1351,0,-2715.02,-1218.03,16.7746,5.00385,250,10,0,148,165,1,0,0,0),(25846,2963,1,1,1,1351,0,-1653.23,312.475,56.5249,4.72971,250,3,0,148,165,1,0,0,0),(25845,2963,1,1,1,1351,0,-1745.95,411.186,99.6569,5.30426,250,3,0,148,165,1,0,0,0),(25844,2963,1,1,1,1351,0,-1746.19,349.794,91.4614,0.246875,250,3,0,148,165,1,0,0,0),(25843,2963,1,1,1,1351,0,-1717.79,348.681,74.1219,5.29986,250,10,0,148,165,1,0,0,0),(25842,2963,1,1,1,1351,0,-1750.5,289.432,62.6785,1.36542,250,5,0,148,165,1,0,0,0),(25841,2963,1,1,1,1351,0,-1688.88,414.749,93.2315,1.62607,250,10,0,148,165,1,0,0,0),(25840,2963,1,1,1,1351,0,-1712.24,319.389,65.2725,3.64546,250,15,0,148,165,1,0,0,0),(25839,2963,1,1,1,1351,0,-2686.32,-1319.61,35.0956,3.60722,250,3,0,148,165,1,0,0,0),(25838,2963,1,1,1,1351,0,-2712.11,-1444.58,49.8912,1.09562,250,3,0,148,165,1,0,0,0),(25837,2963,1,1,1,1351,0,-2718.1,-1424.3,40.9808,5.23345,250,10,0,148,165,1,0,0,0),(25836,2963,1,1,1,1351,0,-2656.35,-1388.14,17.8906,1.3244,250,10,0,148,165,1,0,0,0),(25835,2963,1,1,1,1351,0,-2685.82,-1417.44,33.3023,4.52691,250,3,0,148,165,1,0,0,0),(25834,2963,1,1,1,1351,0,-2614.12,-1348.24,2.79009,1.20673,250,10,0,148,165,1,0,0,0),(25833,2963,1,1,1,1351,0,-2753.04,-1122.08,36.6044,2.72844,250,3,0,148,165,1,0,0,0),(25832,2963,1,1,1,1351,0,-1683.65,285.459,48.0679,5.17166,250,15,0,148,165,1,0,0,0),(25831,2963,1,1,1,1351,0,-2654.1,-1448.35,66.4263,1.09142,250,5,0,148,165,1,0,0,0),(25830,2963,1,1,1,1351,0,-1781.59,280.603,70.2153,1.85266,250,5,0,148,165,1,0,0,0),(25829,3219,1,1,1,3781,1,-2279.52,-576.991,-9.04984,1.06966,250,0,0,600,0,0,0,0,0),(31303,23591,1,1,1,21652,1,-2625.39,-4196.3,-4.94728,2.74875,360,10,0,1536,0,1,0,0,0),(25828,2962,1,1,1,10877,0,-2679.11,-1384.3,20.099,6.01213,250,10,0,137,0,1,0,0,0),(25827,2962,1,1,1,10877,0,-2706.77,-1393.05,34.388,2.18941,250,3,0,137,0,1,0,0,0),(25826,2962,1,1,1,10877,0,-2677.53,-1346.49,25.9137,0.842142,250,3,0,137,0,1,0,0,0),(25825,2962,1,1,1,10877,0,-2654.2,-1353.54,11.1569,3.40647,250,10,0,137,0,1,0,0,0),(25824,2962,1,1,1,10877,0,-2616.84,-1321.06,-0.05263,4.33239,250,10,0,137,0,1,0,0,0),(25823,2962,1,1,1,10877,0,-2750.95,-1223.64,27.3082,3.58594,250,3,0,137,0,1,0,0,0),(25822,2962,1,1,1,10877,0,-2684.51,-1247.17,20.2019,2.71287,250,3,0,137,0,1,0,0,0),(25821,2962,1,1,1,10877,0,-2647.86,-1279.64,18.2506,1.14187,250,10,0,137,0,1,0,0,0),(25820,2962,1,1,1,10877,0,-2688.02,-1185.42,8.33642,3.84925,250,10,0,137,0,1,0,0,0),(25819,2962,1,1,1,10877,0,-2721.58,-1163.57,22.4339,0.393388,250,10,0,137,0,1,0,0,0),(25818,2962,1,1,1,10877,0,-2684.88,-1217.3,7.20791,5.02551,250,10,0,137,0,1,0,0,0),(25814,2962,1,1,1,10877,0,-2714.47,-1155.04,20.0831,4.63217,250,10,0,137,0,1,0,0,0),(97156,6491,0,1,4294967295,0,0,-384.86,1110.88,85.2978,1.30162,60,0,0,4120,0,0,0,0,0),(25812,2962,1,1,1,10877,0,-1680.2,451.484,110.548,1.03105,250,3,0,137,0,1,0,0,0),(25811,2962,1,1,1,10877,0,-1719.73,417.578,93,2.22714,250,10,0,137,0,1,0,0,0),(25810,2962,1,1,1,10877,0,-1653.93,417.996,113.582,2.93215,250,3,0,137,0,1,0,0,0),(25809,2962,1,1,1,10877,0,-1718.44,447.721,101.278,3.60262,250,3,0,137,0,1,0,0,0),(25808,2962,1,1,1,10877,0,-1747.03,384.661,99.8953,0.789585,250,3,0,137,0,1,0,0,0),(25807,2962,1,1,1,10877,0,-1714.32,387.56,82.7787,0.756729,250,10,0,137,0,1,0,0,0),(31302,23591,1,1,1,21652,1,-2678.39,-4471.96,-6.6043,0.859643,360,10,0,1536,0,1,0,0,0),(25806,2962,1,1,1,10877,0,-1680,319.799,65.5788,0.229684,250,3,0,137,0,1,0,0,0),(25805,2962,1,1,1,10877,0,-1680.6,381.946,90.037,3.12597,250,3,0,137,0,1,0,0,0),(25804,2962,1,1,1,10877,0,-2704.38,-1286.67,37.4048,4.26975,250,3,0,137,0,1,0,0,0),(25803,2962,1,1,1,10877,0,-2615.13,-1380.61,20.3337,2.07293,250,10,0,137,0,1,0,0,0),(25802,2962,1,1,1,10877,0,-2746.11,-1421.85,50.9087,6.11032,250,3,0,137,0,1,0,0,0),(25801,2962,1,1,1,10877,0,-2653.87,-1420.62,40.9501,4.42015,250,5,0,137,0,1,0,0,0),(25800,6290,1,1,1,4992,1,-2251.83,-288.483,-9.34156,3.92699,250,0,0,156,0,0,0,0,0),(25799,2962,1,1,1,10877,0,-1751.24,316.357,79.3882,1.48491,250,3,0,137,0,1,0,0,0),(25798,2962,1,1,1,10877,0,-1716.33,287.315,51.6138,4.99954,250,15,0,137,0,1,0,0,0),(25797,3218,1,1,1,3779,1,-2229.62,-503.188,-6.87822,0.68848,250,0,0,600,0,0,0,0,0),(25796,2961,1,1,1,11451,0,-3417.46,-258.066,73.1601,0.376152,155,0,0,71,0,2,0,0,0),(25795,2961,1,1,1,11451,0,-3427.95,-197.742,69.0629,5.51436,155,0,0,71,0,2,0,0,0),(25794,2961,1,1,1,11451,0,-3373.12,-199.907,63.1971,5.25649,155,0,0,71,0,2,0,0,0),(25793,2961,1,1,1,11451,0,-3398.69,-172.951,83.7691,4.28722,155,0,0,71,0,2,0,0,0),(25792,2961,1,1,1,11451,0,-3406.99,-253.536,67.9554,3.18454,155,0,0,71,0,2,0,0,0),(25791,2961,1,1,1,11451,0,-3354.56,-194.066,63.7542,4.3221,155,0,0,71,0,2,0,0,0),(25790,2961,1,1,1,11451,0,-3295.78,-252.408,43.2073,2.09915,155,0,0,71,0,2,0,0,0),(25789,2961,1,1,1,11451,0,-3304.29,-178.229,49.8416,5.99252,155,0,0,71,0,2,0,0,0),(25788,2961,1,1,1,11451,0,-3351.33,-181.55,67.654,3.84005,155,0,0,71,0,2,0,0,0),(25787,2961,1,1,1,11451,0,-3316.87,-47.5791,95.7581,2.74017,155,0,0,71,0,2,0,0,0),(25786,2961,1,1,1,11451,0,-3309.97,-89.0395,78.0339,4.8228,155,0,0,71,0,2,0,0,0),(25785,2961,1,1,1,11451,0,-3275.29,-147.901,47.8574,4.98344,155,0,0,71,0,2,0,0,0),(25784,2961,1,1,1,11451,0,-3315.14,-113.672,68.7521,5.47283,155,0,0,71,0,2,0,0,0),(25783,2961,1,1,1,11451,0,-3342.49,-302.403,53.8067,4.3871,155,0,0,71,0,2,0,0,0),(25782,2961,1,1,1,11451,0,-3419.73,-271.114,76.1566,1.80206,155,0,0,71,0,2,0,0,0),(25781,2961,1,1,1,11451,0,-3278.03,-511.289,32.1423,1.26301,155,0,0,71,0,2,0,0,0),(25780,2961,1,1,1,11451,0,-3349.7,-384.485,54.9861,3.0493,155,0,0,71,0,2,0,0,0),(25779,2961,1,1,1,11451,0,-3350.1,-316.653,56.6817,1.45647,155,0,0,71,0,2,0,0,0),(25778,2961,1,1,1,11451,0,-3367.92,-313.112,61.7865,1.01457,155,0,0,71,0,2,0,0,0),(25777,2961,1,1,1,11451,0,-3452.18,-255.37,83.0341,5.1673,155,0,0,71,0,2,0,0,0),(25776,2961,1,1,1,11451,0,-3497.58,-263.342,105.269,2.71901,155,0,0,71,0,2,0,0,0),(25775,2961,1,1,1,11451,0,-3507.95,-223.086,98.7685,3.54147,155,0,0,71,0,2,0,0,0),(31301,4343,1,1,1,814,0,-3504.41,-3329.24,36.8974,0.520244,360,10,0,1536,0,1,0,0,0),(25774,2961,1,1,1,11451,0,-3313.78,-285.03,46.8175,5.40455,155,0,0,71,0,2,0,0,0),(25773,2961,1,1,1,11451,0,-3350.16,-616.532,58.3345,1.56671,155,0,0,71,0,2,0,0,0),(25772,2961,1,1,1,11451,0,-3083.36,-50.581,65.5749,4.23553,155,0,0,71,0,2,0,0,0),(25771,2961,1,1,1,11451,0,-3125.71,-13.7762,58.3557,5.3254,155,0,0,71,0,2,0,0,0),(25770,2961,1,1,1,11451,0,-3448.55,-388.09,99.9432,2.88477,155,0,0,71,0,2,0,0,0),(25769,2961,1,1,1,11451,0,-3426.06,-355.723,91.3938,3.27686,155,0,0,71,0,2,0,0,0),(25768,3217,1,1,1,3780,1,-2358.32,-561.017,-5.3817,1.34554,250,0,0,600,0,0,0,0,0),(25767,2961,1,1,1,11451,0,-3348,-444.742,57.5265,4.70899,155,0,0,71,0,2,0,0,0),(25766,2961,1,1,1,11451,0,-3403.49,-450.381,85.3013,3.11621,155,0,0,71,0,2,0,0,0),(25765,2961,1,1,1,11451,0,-3375.79,-410.785,65.8077,6.03063,155,0,0,71,0,2,0,0,0),(25764,2961,1,1,1,11451,0,-3329.32,-651.433,49.0177,3.472,155,0,0,71,0,2,0,0,0),(25763,2961,1,1,1,11451,0,-3319.96,-575.118,52.5575,1.58643,155,0,0,71,0,2,0,0,0),(25762,2961,1,1,1,11451,0,-3349.27,-548.426,61.0383,3.78966,155,0,0,71,0,2,0,0,0),(25761,2961,1,1,1,11451,0,-3357.72,-474.02,62.9374,5.3856,155,0,0,71,0,2,0,0,0),(25760,2961,1,1,1,11451,0,-3370.07,-519.971,73.5862,0.350773,155,0,0,71,0,2,0,0,0),(25759,2961,1,1,1,11451,0,-3347.22,-689.152,55.4543,0.176312,155,0,0,71,0,2,0,0,0),(25758,2961,1,1,1,11451,0,-3380.26,-718.948,71.4159,2.59546,155,0,0,71,0,2,0,0,0),(25757,2961,1,1,1,11451,0,-3387.82,-706.554,72.9358,2.84022,155,0,0,71,0,2,0,0,0),(25756,2961,1,1,1,11451,0,-3441.73,-682.805,93.8853,3.26885,155,0,0,71,0,2,0,0,0),(25755,2961,1,1,1,11451,0,-3398.29,-681.362,72.7355,5.74612,155,0,0,71,0,2,0,0,0),(25754,2961,1,1,1,11451,0,-3384.24,-637.684,74.0707,1.58642,155,0,0,71,0,2,0,0,0),(25753,2961,1,1,1,11451,0,-3350.71,-613.13,58.334,2.28981,155,0,0,71,0,2,0,0,0),(25752,2961,1,1,1,11451,0,-3436.61,-625.021,99.3308,3.60087,155,0,0,71,0,2,0,0,0),(25751,2961,1,1,1,11451,0,-3395.96,-580.726,79.1351,0.745309,155,0,0,71,0,2,0,0,0),(25750,2961,1,1,1,11451,0,-3321.05,-456.541,47.3687,2.35067,155,0,0,71,0,2,0,0,0),(25749,2961,1,1,1,11451,0,-3392.95,-489.997,83.4238,1.37226,155,0,0,71,0,2,0,0,0),(25748,2961,1,1,1,11451,0,-3409.16,-478.994,90.9969,3.11426,155,0,0,71,0,2,0,0,0),(25747,2961,1,1,1,11451,0,-3427.72,-442.405,95.1764,3.0771,155,0,0,71,0,2,0,0,0),(25746,2961,1,1,1,11451,0,-3416.11,-411.625,86.3697,4.54756,155,0,0,71,0,2,0,0,0),(25745,2961,1,1,1,11451,0,-3352.02,-712.388,59.9851,5.08238,155,0,0,71,0,2,0,0,0),(25744,2961,1,1,1,11451,0,-3284.92,-111.781,64.9398,1.49226,155,0,0,71,0,2,0,0,0),(25743,2961,1,1,1,11451,0,-3332.98,-694.793,51.9919,4.0935,155,0,0,71,0,2,0,0,0),(25742,2961,1,1,1,11451,0,-3264.8,-91.5145,76.3064,5.24115,155,0,0,71,0,2,0,0,0),(25741,2961,1,1,1,11451,0,-3326.01,-720.138,51.9523,2.99666,155,0,0,71,0,2,0,0,0),(25740,2961,1,1,1,11451,0,-3391.62,-855.744,59.698,3.85912,155,0,0,71,0,2,0,0,0),(1216,674,0,1,1,7202,1,-13090.5,-444.349,52.5006,2.9147,300,0,0,1829,0,0,0,0,0),(25739,2961,1,1,1,11451,0,-3417.14,-816.947,69.6404,2.40855,155,0,0,71,0,2,0,0,0),(25738,2961,1,1,1,11451,0,-3369.61,-824.541,54.7492,2.62899,155,0,0,71,0,2,0,0,0),(25727,2961,1,1,1,11451,0,-3410.88,-756.957,75.266,3.34205,155,0,0,71,0,2,0,0,0),(25726,2961,1,1,1,11451,0,-3372.67,-781.071,57.6488,2.54383,155,0,0,71,0,2,0,0,0),(25725,2961,1,1,1,11451,0,-3157.23,-85.1113,49.4533,5.33128,155,0,0,71,0,2,0,0,0),(25724,2961,1,1,1,11451,0,-3216.32,-132.865,46.7123,0.626405,155,0,0,71,0,2,0,0,0),(25723,2961,1,1,1,11451,0,-3183.05,-116.271,44.7874,2.00107,155,0,0,71,0,0,0,0,0),(25722,2961,1,1,1,11451,0,-3137.25,-151.008,44.3532,4.35068,155,0,0,71,0,2,0,0,0),(25721,2961,1,1,1,11451,0,-3329.63,-769.346,50.8727,2.83099,155,0,0,71,0,2,0,0,0),(25720,2961,1,1,1,11451,0,-3378.33,-89.6034,114.23,1.2318,155,0,0,71,0,2,0,0,0),(25719,2961,1,1,1,11451,0,-3378.63,-911.436,82.6637,2.94688,155,0,0,71,0,2,0,0,0),(25718,2961,1,1,1,11451,0,-3435.6,-924.405,101.263,4.23192,155,0,0,71,0,2,0,0,0),(25717,2961,1,1,1,11451,0,-3486.36,-918.935,100.976,1.95477,155,0,0,71,0,2,0,0,0),(25716,2961,1,1,1,11451,0,-3515.39,-833.696,104.158,0.331613,155,0,0,71,0,2,0,0,0),(25715,2961,1,1,1,11451,0,-3486.94,-852.758,86.1239,2.85257,155,0,0,71,0,2,0,0,0),(25714,2961,1,1,1,11451,0,-3448.11,-851.252,68.2848,1.91973,155,0,0,71,0,2,0,0,0),(25713,2961,1,1,1,11451,0,-3493.76,-819.337,95.1268,0.359457,155,0,0,71,0,2,0,0,0),(25712,2960,1,1,1,161,0,-548.719,-85.3532,26.307,5.49779,250,3,0,176,0,1,0,0,0),(25711,2960,1,1,1,161,0,-881.725,49.4817,0.338656,0.7921,250,3,0,176,0,1,0,0,0),(25710,2960,1,1,1,161,0,-2450.55,-1382.57,2.77997,1.8703,250,20,0,176,0,1,0,0,0),(25709,2960,1,1,1,161,0,-2513.48,-1250.97,-6.5815,5.89651,250,20,0,176,0,1,0,0,0),(25708,2960,1,1,1,161,0,-2513.48,-1318.22,-4.28777,6.05661,250,20,0,176,0,1,0,0,0),(25707,2960,1,1,1,161,0,-2436.8,-1307.55,-7.05315,2.63601,250,20,0,176,0,1,0,0,0),(25706,2960,1,1,1,161,0,-2386.86,-1179.88,-5.62867,2.9189,250,20,0,176,0,1,0,0,0),(25705,2960,1,1,1,161,0,-1385.59,-680.395,-53.9906,3.5761,250,20,0,176,0,1,0,0,0),(25704,2960,1,1,1,161,0,-909.314,-45.02,-11.2278,1.82335,250,20,0,176,0,1,0,0,0),(25703,2960,1,1,1,161,0,-1376.43,-546.737,-60.5209,6.13603,250,20,0,176,0,1,0,0,0),(25702,2960,1,1,1,161,0,-1324.14,-472.284,-58.8628,1.66269,250,30,0,176,0,1,0,0,0),(25701,2960,1,1,1,161,0,-617.917,-17.1227,-4.07583,4.31528,250,20,0,176,0,1,0,0,0),(25700,2960,1,1,1,161,0,-1311.39,-232.347,4.68495,5.20924,250,20,0,176,0,1,0,0,0),(25699,2960,1,1,1,161,0,-582.681,-181.902,16.6037,5.49778,250,20,0,176,0,1,0,0,0),(25698,2960,1,1,1,161,0,-1203.91,-473.85,-46.995,5.96143,250,20,0,176,0,1,0,0,0),(25697,2960,1,1,1,161,0,-948.405,-546.16,-54.5237,3.84259,250,20,0,176,0,1,0,0,0),(25696,2960,1,1,1,161,0,-653.133,-49.4641,-7.83088,2.95301,250,20,0,176,0,1,0,0,0),(25695,2960,1,1,1,161,0,-678.586,-517.315,-11.8099,3.20608,250,20,0,176,0,1,0,0,0),(25694,2960,1,1,1,161,0,-584.307,-585.396,4.17609,4.58126,250,20,0,176,0,1,0,0,0),(25693,2960,1,1,1,161,0,-537.878,-480.661,38.8965,0.282566,250,20,0,176,0,1,0,0,0),(25692,2960,1,1,1,161,0,-2350.39,-1223.15,-1.47192,1.49058,250,20,0,176,0,1,0,0,0),(25691,2960,1,1,1,161,0,-2517.57,-1183.49,-6.63344,4.39961,250,20,0,176,0,1,0,0,0),(25690,2960,1,1,1,161,0,-2285.99,-1379.66,22.9084,1.80474,250,20,0,176,0,1,0,0,0),(25689,2960,1,1,1,161,0,-2489.3,-1350.31,-0.090144,3.41748,250,20,0,176,0,1,0,0,0),(25688,2960,1,1,1,161,0,-2493.25,-1393.33,16.0248,3.34014,250,20,0,176,0,1,0,0,0),(25687,2960,1,1,1,161,0,-2361.96,-1273.05,-3.86991,5.65991,250,20,0,176,0,1,0,0,0),(25686,2960,1,1,1,161,0,-2340.69,-1386.89,19.8885,6.05478,250,20,0,176,0,1,0,0,0),(25685,2960,1,1,1,161,0,-2318.66,-1337.69,9.62991,4.76127,250,20,0,176,0,1,0,0,0),(25684,2960,1,1,1,161,0,-2249.47,-1150.53,-0.228498,1.0963,250,20,0,176,0,1,0,0,0),(25683,2960,1,1,1,161,0,-2294.97,-1267.34,10.6186,2.38397,250,20,0,176,0,1,0,0,0),(25682,2960,1,1,1,161,0,-2264.32,-1387.76,28.8406,2.0559,250,20,0,176,0,1,0,0,0),(25681,2960,1,1,1,161,0,-2246.05,-1110.6,-3.58131,4.40962,250,20,0,176,0,1,0,0,0),(25680,2960,1,1,1,161,0,-2283.29,-1199.11,-0.410464,4.69676,250,20,0,176,0,1,0,0,0),(25679,2960,1,1,1,161,0,-2316.43,-1180.73,-5.21715,3.01627,250,20,0,176,0,1,0,0,0),(25678,2960,1,1,1,161,0,-2317.52,-1240.58,3.88263,3.41453,250,20,0,176,0,1,0,0,0),(25677,2960,1,1,1,161,0,-2234.13,-1321.21,31.7885,3.01239,250,20,0,176,0,1,0,0,0),(25676,2960,1,1,1,161,0,-2643.41,-1215.4,1.87678,3.43305,250,20,0,176,0,1,0,0,0),(25675,2960,1,1,1,161,0,-2213.28,-1354.93,50.7227,0.494373,250,3,0,176,0,1,0,0,0),(25674,2960,1,1,1,161,0,-1124.03,-902.905,-4.36903,4.51002,250,20,0,176,0,1,0,0,0),(25673,2960,1,1,1,161,0,-1067.76,-631.617,-54.947,3.7866,250,30,0,176,0,1,0,0,0),(25672,2960,1,1,1,161,0,-817.873,-279.35,-22.0542,2.87671,250,20,0,176,0,1,0,0,0),(25671,2960,1,1,1,161,0,-777.752,-154.687,-24.2505,6.08847,250,20,0,176,0,1,0,0,0),(25670,2960,1,1,1,161,0,-618.107,-147.573,0.990945,3.47384,250,20,0,176,0,1,0,0,0),(25669,2960,1,1,1,161,0,-759.416,-518.608,-28.8661,0.19242,250,20,0,176,0,1,0,0,0),(25668,2960,1,1,1,161,0,-1098.06,-719.333,-52.0799,0.194713,250,20,0,176,0,1,0,0,0),(25667,2960,1,1,1,161,0,-1039.7,-909.35,1.49288,4.39867,250,20,0,176,0,1,0,0,0),(25666,2960,1,1,1,161,0,-984.366,-884.343,5.77069,6.07782,250,20,0,176,0,1,0,0,0),(25665,2960,1,1,1,161,0,-1084.43,-459.618,-35.7336,5.08237,250,20,0,176,0,1,0,0,0),(25664,2960,1,1,1,161,0,-2286.99,-1352.27,16.7847,3.36978,250,20,0,176,0,1,0,0,0),(25663,2960,1,1,1,161,0,-2198.79,-1210.18,29.006,0.562224,250,20,0,176,0,1,0,0,0),(25662,2960,1,1,1,161,0,-2199.04,-1141.05,10.5449,3.12597,250,20,0,176,0,1,0,0,0),(25661,2960,1,1,1,161,0,-2382.13,-1113.49,-6.1983,3.04931,250,20,0,176,0,1,0,0,0),(25660,2960,1,1,1,161,0,-2273.94,-1150.87,-3.62015,5.00259,250,20,0,176,0,1,0,0,0),(25659,2960,1,1,1,161,0,-987.963,-841.739,2.67439,4.78078,250,20,0,176,0,1,0,0,0),(25658,2960,1,1,1,161,0,-1010.71,-755.807,-23.7455,2.60452,250,20,0,176,0,1,0,0,0),(25657,2960,1,1,1,161,0,-916.327,-278.464,-15.3049,4.00864,250,20,0,176,0,1,0,0,0),(25656,2960,1,1,1,161,0,-880.367,-281.888,-17.3469,4.06967,250,20,0,176,0,1,0,0,0),(25655,2960,1,1,1,161,0,-2520.54,-1154.21,-6.73871,4.86816,250,20,0,176,0,1,0,0,0),(25654,2960,1,1,1,161,0,-815.501,182.37,-11.0144,2.67676,250,3,0,176,0,1,0,0,0),(25653,2960,1,1,1,161,0,-1023.87,-569.748,-56.115,4.41305,250,20,0,176,0,1,0,0,0),(25652,2960,1,1,1,161,0,-715.866,-553.292,-20.4195,5.4577,250,20,0,176,0,1,0,0,0),(25651,2960,1,1,1,161,0,-693.58,-479.98,-14.5775,4.92089,250,20,0,176,0,1,0,0,0),(25650,2960,1,1,1,161,0,-980.392,-661.981,-55.0604,4.51193,250,20,0,176,0,1,0,0,0),(25649,2960,1,1,1,161,0,-867.799,-652.009,-37.527,3.24729,250,20,0,176,0,1,0,0,0),(25648,2960,1,1,1,161,0,-1183.49,-285.266,5.48303,4.33072,250,20,0,176,0,1,0,0,0),(25647,2960,1,1,1,161,0,-1149.48,-884.468,-9.94708,4.12709,250,20,0,176,0,1,0,0,0),(25646,2960,1,1,1,161,0,-955.303,-624.638,-58.7446,1.58157,250,30,0,176,0,1,0,0,0),(25645,2960,1,1,1,161,0,-2592.77,-1299.25,-4.30335,4.0099,250,20,0,176,0,1,0,0,0),(25644,2960,1,1,1,161,0,-1228.54,-942.717,-3.2514,3.3183,250,20,0,176,0,1,0,0,0),(25643,2960,1,1,1,161,0,-1249.84,-420.171,-42.0134,3.1992,250,20,0,176,0,1,0,0,0),(25642,2960,1,1,1,161,0,-1265.67,-984.436,3.82106,1.13334,250,20,0,176,0,1,0,0,0),(25641,2960,1,1,1,161,0,-1115.93,-842.934,-17.8592,4.82197,250,20,0,176,0,1,0,0,0),(25640,2960,1,1,1,161,0,-2573.56,-1279.2,-2.41605,2.77596,250,20,0,176,0,1,0,0,0),(25639,2960,1,1,1,161,0,-961.772,387.496,19.0918,3.32826,250,3,0,176,0,1,0,0,0),(25638,2960,1,1,1,161,0,-1119.87,-188.362,48.0276,4.03918,250,20,0,176,0,1,0,0,0),(25637,2960,1,1,1,161,0,-841.584,-567.883,-35.7275,2.56767,250,20,0,176,0,1,0,0,0),(25636,2960,1,1,1,161,0,-2527.45,-1347.64,0.513866,6.04483,250,20,0,176,0,1,0,0,0),(25635,2960,1,1,1,161,0,-1344.81,-902.813,-2.96396,1.98902,250,20,0,176,0,1,0,0,0),(25634,2960,1,1,1,161,0,-1256.15,-893.824,-3.22163,2.00453,250,20,0,176,0,1,0,0,0),(25633,2960,1,1,1,161,0,-2594.45,-1274.18,3.02801,2.2843,250,20,0,176,0,1,0,0,0),(25632,2960,1,1,1,161,0,-2604.86,-1182.58,-6.24413,3.2454,250,20,0,176,0,1,0,0,0),(25631,2960,1,1,1,161,0,-2545.38,-1148.48,-7.26381,1.42083,250,20,0,176,0,1,0,0,0),(25630,2960,1,1,1,161,0,-804.568,139.013,-8.53257,2.3203,250,20,0,176,0,1,0,0,0),(25629,2960,1,1,1,161,0,-758.564,-578.889,-25.2613,6.14405,250,20,0,176,0,1,0,0,0),(25628,2960,1,1,1,161,0,-1345.96,-831.395,-9.11485,1.35234,250,20,0,176,0,1,0,0,0),(25627,2960,1,1,1,161,0,-2612.75,-1121.03,-8.21697,1.54118,250,20,0,176,0,1,0,0,0),(25626,2960,1,1,1,161,0,-2593.43,-1113.36,-8.85251,3.30063,250,20,0,176,0,1,0,0,0),(25625,2960,1,1,1,161,0,-2551.17,-1381.59,7.97789,0.578152,250,20,0,176,0,1,0,0,0),(25624,2960,1,1,1,161,0,-1281.06,-690.583,-58.8139,3.93799,250,20,0,176,0,1,0,0,0),(25623,2960,1,1,1,161,0,-718.798,-679.072,-19.8502,5.17604,250,20,0,176,0,1,0,0,0),(25622,2960,1,1,1,161,0,-1308.68,-216.623,14.7721,3.39415,250,20,0,176,0,1,0,0,0),(25621,2960,1,1,1,161,0,-1259.61,-342.681,-31.202,5.96143,250,20,0,176,0,1,0,0,0),(25620,2960,1,1,1,161,0,-815.147,-490.8,-30.7548,0.401612,250,20,0,176,0,1,0,0,0),(25619,2960,1,1,1,161,0,-1207.14,-288.954,-2.05125,4.95696,250,20,0,176,0,1,0,0,0),(25618,2960,1,1,1,161,0,-795.636,-640.737,-27.9377,4.71216,250,20,0,176,0,1,0,0,0),(25617,2960,1,1,1,161,0,-755.247,-483.209,-26.9923,2.32557,250,20,0,176,0,1,0,0,0),(25616,2960,1,1,1,161,0,-1271.05,-285.936,-20.6043,0.009765,250,20,0,176,0,1,0,0,0),(25615,2960,1,1,1,161,0,-1287.59,-544.603,-60.2745,1.42586,250,20,0,176,0,1,0,0,0),(25614,2960,1,1,1,161,0,-1434.62,-731.083,-50.3026,2.14145,250,20,0,176,0,1,0,0,0),(25613,2960,1,1,1,161,0,-1231.35,-310.525,-15.3676,2.96296,250,20,0,176,0,1,0,0,0),(25612,2960,1,1,1,161,0,-1246.66,-869.146,-6.10432,3.27686,250,20,0,176,0,1,0,0,0),(25611,2960,1,1,1,161,0,-1185.35,-324.463,-1.91712,2.87294,250,20,0,176,0,1,0,0,0),(25610,2960,1,1,1,161,0,-1223.77,-1086.5,21.008,3.64071,250,20,0,176,0,1,0,0,0),(25609,2959,1,1,1,643,0,-1500.97,139.655,-4.02629,3.79506,250,20,0,137,0,1,0,0,0),(25608,2959,1,1,1,643,0,-1516.6,213.512,-3.45096,2.25148,250,0,0,137,0,0,0,0,0),(25607,2959,1,1,1,643,0,-1449.21,148.675,-6.71162,2.96706,250,0,0,137,0,0,0,0,0),(25606,2959,1,1,1,643,0,-1387.29,218.133,4.76236,3.39604,250,20,0,137,0,1,0,0,0),(25605,2959,1,1,1,643,0,-1415.8,205.122,-1.2858,1.45129,250,20,0,137,0,1,0,0,0),(25604,2959,1,1,1,643,0,-2413.32,-880.573,-4.32329,1.00794,250,20,0,137,0,1,0,0,0),(25603,2959,1,1,1,643,0,-1680.72,-216.185,-10.399,6.22064,250,20,0,137,0,1,0,0,0),(25602,2959,1,1,1,643,0,-1819.83,-81.297,-8.96373,2.59983,250,20,0,137,0,1,0,0,0),(25601,2959,1,1,1,643,0,-1984.44,-385.425,-3.79277,3.88409,250,20,0,137,0,1,0,0,0),(25600,2959,1,1,1,643,0,-1646.59,-253.455,-23.0024,5.19788,250,20,0,137,0,1,0,0,0),(25599,2959,1,1,1,643,0,-1715.53,-183.788,-9.29984,0.307017,250,20,0,137,0,1,0,0,0),(25598,2959,1,1,1,643,0,-1614.88,-419.704,-34.2636,5.20051,250,20,0,137,0,1,0,0,0),(25597,2959,1,1,1,643,0,-1816.08,-350.296,-6.93755,2.60054,250,0,0,137,0,0,0,0,0),(25596,2959,1,1,1,643,0,-1957.81,-82.124,-2.03544,1.5708,250,20,0,137,0,1,0,0,0),(25595,2959,1,1,1,643,0,-1585.66,-252.808,-15.0252,3.6542,250,20,0,137,0,1,0,0,0),(25594,2959,1,1,1,643,0,-2254.45,-817.807,-4.69807,0.276945,250,20,0,137,0,1,0,0,0),(25593,2959,1,1,1,643,0,-1653.52,17.382,-10.1895,0.060144,250,20,0,137,0,1,0,0,0),(25592,2959,1,1,1,643,0,-1641.81,-281.973,-26.6071,0.321077,250,20,0,137,0,1,0,0,0),(25591,2959,1,1,1,643,0,-1879.84,-405.755,-6.71257,4.78763,250,20,0,137,0,1,0,0,0),(25590,2959,1,1,1,643,0,-1886.31,-485.255,-7.72352,1.83059,250,20,0,137,0,1,0,0,0),(25589,2959,1,1,1,643,0,-1891.81,-147.834,-4.2806,3.19998,250,20,0,137,0,1,0,0,0),(25588,2959,1,1,1,643,0,-1125.4,241.562,42.7905,4.92682,250,20,0,137,0,1,0,0,0),(25587,2959,1,1,1,643,0,-1948.68,-346.423,-3.54487,1.57107,250,20,0,137,0,1,0,0,0),(25586,2959,1,1,1,643,0,-2279.18,-873.237,-5.34177,0.284714,250,20,0,137,0,1,0,0,0),(8196,6030,0,1,1,4949,1,-5854.74,-2646.69,309.057,3.1765,300,0,0,531,0,0,0,0,0),(27522,4853,70,1,1,1194,1,48.8975,340.68,-40.8543,2.67035,86400,3,0,3405,1186,1,0,0,0),(27521,4855,70,1,1,11166,0,49.3411,346.228,-40.0877,3.07178,86400,0,0,4185,0,0,0,0,0),(27520,7321,70,1,1,160,1,3.7883,282.063,-38.1958,4.88692,86400,4,0,3012,2975,1,0,0,0),(27519,7320,70,1,1,11166,1,8.35215,284.732,-38.5941,1.79769,86400,3,0,4185,0,1,0,0,0),(25585,2959,1,1,1,643,0,-1883.85,-354.384,-8.32981,4.13146,250,20,0,137,0,1,0,0,0),(25584,2959,1,1,1,643,0,-2184.68,-828.666,-6.31416,1.3078,250,20,0,137,0,1,0,0,0),(25583,2959,1,1,1,643,0,-2189.35,-890.243,-4.97208,4.60087,250,20,0,137,0,1,0,0,0),(25582,2959,1,1,1,643,0,-1911.63,-413.208,-2.39092,5.075,250,20,0,137,0,1,0,0,0),(25581,2959,1,1,1,643,0,-1717.99,-55.0164,-2.69105,5.12883,250,20,0,137,0,1,0,0,0),(25580,2959,1,1,1,643,0,-1649.3,-95.2698,-10.0366,5.47569,250,20,0,137,0,1,0,0,0),(25579,2959,1,1,1,643,0,-2646.89,-1126.86,-3.33536,4.79457,250,20,0,137,0,1,0,0,0),(25578,2959,1,1,1,643,0,-1222.49,283.408,20.9599,6.2578,250,20,0,137,0,1,0,0,0),(25577,2959,1,1,1,643,0,-1786.24,-580.859,-3.95781,2.68378,250,20,0,137,0,1,0,0,0),(25576,2959,1,1,1,643,0,-2312.58,-848.856,-3.83191,3.87018,250,20,0,137,0,1,0,0,0),(25575,2959,1,1,1,643,0,-1422.84,-322.218,-30.8058,1.51021,250,20,0,137,0,1,0,0,0),(25574,2959,1,1,1,643,0,-1998.68,-151.516,-6.36534,3.21986,250,20,0,137,0,1,0,0,0),(25573,2959,1,1,1,643,0,-2020.1,-101.719,-7.76045,4.46254,250,20,0,137,0,1,0,0,0),(25572,2959,1,1,1,643,0,-1136.22,244.514,40.7097,4.97453,250,20,0,137,0,1,0,0,0),(25571,2959,1,1,1,643,0,-1993.23,-786.854,-8.99112,3.01429,250,20,0,137,0,1,0,0,0),(25570,2959,1,1,1,643,0,-1849.28,-117.679,-8.92492,1.91426,250,20,0,137,0,1,0,0,0),(25569,2959,1,1,1,643,0,-2413.97,-962.107,-7.41506,5.44509,250,20,0,137,0,1,0,0,0),(25568,2959,1,1,1,643,0,-1752.19,-119.372,-3.29479,1.50826,250,20,0,137,0,1,0,0,0),(25567,2959,1,1,1,643,0,-1752.35,-614.869,-10.6327,1.15939,250,20,0,137,0,1,0,0,0),(25566,2959,1,1,1,643,0,-1908.11,-241.052,-8.08322,3.9928,250,20,0,137,0,1,0,0,0),(25565,2959,1,1,1,643,0,-2040.54,-908.111,-3.56893,1.99597,250,20,0,137,0,1,0,0,0),(25564,2959,1,1,1,643,0,-1868.61,-179.822,-9.37129,0.472381,250,20,0,137,0,1,0,0,0),(25563,2959,1,1,1,643,0,-1913.68,-342.929,-4.54522,4.3457,250,20,0,137,0,1,0,0,0),(25562,2959,1,1,1,643,0,-2352.37,-1067.36,-5.92012,4.59094,250,20,0,137,0,1,0,0,0),(25561,2959,1,1,1,643,0,-1974.63,-13.8104,-1.41707,6.27733,250,20,0,137,0,1,0,0,0),(25560,2959,1,1,1,643,0,-1693.83,-149.862,-4.90439,3.18657,250,20,0,137,0,1,0,0,0),(25559,2959,1,1,1,643,0,-1816.85,-716.717,-9.38954,0.794892,250,20,0,137,0,1,0,0,0),(25558,2959,1,1,1,643,0,-1953.47,-264.023,-5.19295,5.77495,250,20,0,137,0,1,0,0,0),(25557,2959,1,1,1,643,0,-1950.9,-482.575,-7.88642,4.5157,250,20,0,137,0,1,0,0,0),(25556,2959,1,1,1,643,0,-2386.48,-1052.22,-7.97231,4.35912,250,20,0,137,0,1,0,0,0),(25555,2959,1,1,1,643,0,-1913,-172.891,-4.03351,4.90706,250,20,0,137,0,1,0,0,0),(25554,2959,1,1,1,643,0,-1787,-750.551,-5.52001,0.151015,250,20,0,137,0,1,0,0,0),(25553,2959,1,1,1,643,0,-2306.47,-1047.11,-8.42741,2.01522,250,20,0,137,0,1,0,0,0),(25552,2959,1,1,1,643,0,-1445.44,-292.573,-18.8739,1.65686,250,20,0,137,0,1,0,0,0),(25551,2959,1,1,1,643,0,-2260.24,-910.657,-7.72422,1.41175,250,20,0,137,0,1,0,0,0),(25550,2959,1,1,1,643,0,-1484.48,-349.236,-38.3408,4.62827,250,20,0,137,0,1,0,0,0),(25549,2959,1,1,1,643,0,-2058.04,-974.104,11.2353,2.8559,250,20,0,137,0,1,0,0,0),(25548,2959,1,1,1,643,0,-1566.81,-448.655,-42.0254,3.13378,250,20,0,137,0,1,0,0,0),(31300,4343,1,1,1,814,0,-3614.84,-3311.35,30.084,2.80989,360,10,0,1536,0,1,0,0,0),(31299,4351,1,1,1,2571,0,-2780.81,-3704.63,41.8974,4.88424,360,5,0,1469,0,1,0,0,0),(25547,2959,1,1,1,643,0,-1868.69,-570.264,-0.09172,5.61822,250,20,0,137,0,1,0,0,0),(25546,2959,1,1,1,643,0,-2574.2,-982.439,-1.8968,3.26885,250,20,0,137,0,1,0,0,0),(25545,2959,1,1,1,643,0,-1411.58,-282.708,-12.9974,1.53566,250,20,0,137,0,1,0,0,0),(25544,2959,1,1,1,643,0,-1513.03,-486.791,-52.7734,1.69224,250,20,0,137,0,1,0,0,0),(25543,2959,1,1,1,643,0,-1641.17,-546.911,-32.0065,0.005859,250,20,0,137,0,1,0,0,0),(25542,2959,1,1,1,643,0,-2518.56,-890.712,-7.42925,4.45367,250,20,0,137,0,1,0,0,0),(25541,11407,1,1,1,11054,0,-2287.56,-364.388,-9.34159,3.7001,250,0,0,774,2175,0,0,0,0),(25540,2959,1,1,1,643,0,-1701.99,-117.123,-5.94302,3.16307,250,20,0,137,0,1,0,0,0),(25539,2959,1,1,1,643,0,-1750.28,-470.213,-11.5843,2.6964,250,20,0,137,0,1,0,0,0),(25538,2959,1,1,1,643,0,-1794.31,-654.694,-12.9487,2.93309,250,20,0,137,0,1,0,0,0),(25537,2959,1,1,1,643,0,-1644.29,-617.352,-34.5715,4.44869,250,20,0,137,0,1,0,0,0),(25536,2959,1,1,1,643,0,-2285.44,-1079.68,-5.25999,6.18733,250,20,0,137,0,1,0,0,0),(25535,2959,1,1,1,643,0,-1716.69,-418.599,-14.1594,3.79517,250,20,0,137,0,1,0,0,0),(25534,2959,1,1,1,643,0,-1638.86,-493.693,-23.8618,2.31621,250,20,0,137,0,1,0,0,0),(25533,2959,1,1,1,643,0,-1814.17,-646.506,-10.6002,6.10155,250,20,0,137,0,1,0,0,0),(25532,2959,1,1,1,643,0,-1636.1,-89.4105,-9.00697,2.56497,250,20,0,137,0,1,0,0,0),(25531,2959,1,1,1,643,0,-1858.7,-618.48,-4.25649,3.21777,250,20,0,137,0,1,0,0,0),(25530,2959,1,1,1,643,0,-1916.08,-592.416,-3.51804,4.97488,250,20,0,137,0,1,0,0,0),(25529,2959,1,1,1,643,0,-1917.67,-517.851,-9.38041,1.89146,250,20,0,137,0,1,0,0,0),(25528,2959,1,1,1,643,0,-1753.29,-516.806,-8.56297,3.11426,250,20,0,137,0,1,0,0,0),(25527,2959,1,1,1,643,0,-1569.05,-365.135,-39.5006,5.54616,250,20,0,137,0,1,0,0,0),(25526,2959,1,1,1,643,0,-2714.31,-855.858,-2.07245,3.10645,250,20,0,137,0,1,0,0,0),(25525,2959,1,1,1,643,0,-1723.78,17.5085,-6.2084,2.88096,250,20,0,137,0,1,0,0,0),(25524,2959,1,1,1,643,0,-1779.27,-62.4179,-6.91418,5.61606,250,20,0,137,0,1,0,0,0),(25523,2959,1,1,1,643,0,-2171.86,-1048.15,8.19739,6.08464,250,20,0,137,0,1,0,0,0),(25522,2959,1,1,1,643,0,-1685.8,-109.281,-5.88784,2.44693,250,20,0,137,0,1,0,0,0),(25521,2959,1,1,1,643,0,-1535.57,-531.514,-54.4624,2.36172,250,20,0,137,0,1,0,0,0),(25520,2959,1,1,1,643,0,-1256.98,314.35,3.80694,5.61546,250,20,0,137,0,1,0,0,0),(25519,2959,1,1,1,643,0,-2485.35,-979.271,-7.56367,0.162876,250,20,0,137,0,1,0,0,0),(25518,2959,1,1,1,643,0,-1731.32,-745.894,-8.38969,2.84022,250,20,0,137,0,1,0,0,0),(25517,2959,1,1,1,643,0,-1687.73,-732.952,-9.39134,1.3244,250,20,0,137,0,1,0,0,0),(25516,2959,1,1,1,643,0,-2548.86,-1081.21,-6.30549,3.71992,250,20,0,137,0,1,0,0,0),(25515,2959,1,1,1,643,0,-1389.34,-387.702,-44.9732,4.05338,250,20,0,137,0,1,0,0,0),(25514,2959,1,1,1,643,0,-1814.95,-700.989,-9.48193,4.57364,250,20,0,137,0,1,0,0,0),(25513,2959,1,1,1,643,0,-1745.82,249.23,38.723,1.1736,250,20,0,137,0,1,0,0,0),(25512,2959,1,1,1,643,0,-2042.63,231.264,86.3051,3.74882,250,20,0,137,0,1,0,0,0),(31298,4341,1,1,1,1080,0,-2743.42,-3707.69,29.6289,4.79261,360,10,0,1403,0,1,0,0,0),(25511,2959,1,1,1,643,0,-1337.53,-452.992,-54.6947,5.17774,250,30,0,137,0,1,0,0,0),(25510,2959,1,1,1,643,0,-2192.51,-1082.7,3.38001,0.846338,250,20,0,137,0,1,0,0,0),(31297,4352,1,1,1,1962,0,-2801.72,-3681.59,39.4748,6.25329,360,5,0,1469,0,1,0,0,0),(25509,2959,1,1,1,643,0,-1336.53,290.929,0.670999,0.514304,250,20,0,137,0,1,0,0,0),(25508,2959,1,1,1,643,0,-2055.26,-94.5933,-7.26323,2.7302,250,20,0,137,0,1,0,0,0),(25507,2959,1,1,1,643,0,-2086.56,-152.734,-8.66052,2.18586,250,20,0,137,0,1,0,0,0),(25506,2959,1,1,1,643,0,-2079.14,-973.847,16.7577,0.64276,250,20,0,137,0,1,0,0,0),(27518,7321,70,1,1,160,1,19.9551,215.548,-30.3961,1.72788,86400,2,0,3012,2975,1,0,0,0),(25505,2959,1,1,1,643,0,-1780.65,-819.429,19.5019,1.87217,250,20,0,137,0,1,0,0,0),(25504,2959,1,1,1,643,0,-1571.22,-79.0938,15.5279,3.38847,250,20,0,137,0,1,0,0,0),(25503,2959,1,1,1,643,0,-1890.24,-909.196,14.753,2.38381,250,20,0,137,0,1,0,0,0),(144509,15325,509,1,1,0,0,-8853.16,1601.76,21.4307,3.28459,7200,0,0,1,0,2,0,0,0),(25502,2959,1,1,1,643,0,-1820.98,-826.293,15.0287,4.71825,250,20,0,137,0,1,0,0,0),(25501,2959,1,1,1,643,0,-1984.57,228.378,76.0306,4.4679,250,20,0,137,0,1,0,0,0),(25500,2959,1,1,1,643,0,-1814.6,184.228,31.3838,4.87361,250,20,0,137,0,1,0,0,0),(25499,2959,1,1,1,643,0,-2592.91,-1092.04,-4.88079,3.01433,250,20,0,137,0,1,0,0,0),(25498,2959,1,1,1,643,0,-1901.66,-898.914,11.4123,2.34514,250,20,0,137,0,1,0,0,0),(25497,2959,1,1,1,643,0,-1922.13,-799.662,-5.37928,1.53566,250,20,0,137,0,1,0,0,0),(25496,2959,1,1,1,643,0,-1549.23,-751.333,-31.7084,1.87748,250,20,0,137,0,1,0,0,0),(25495,2959,1,1,1,643,0,-1829.83,-1001.35,90.2895,1.31208,250,20,0,137,0,1,0,0,0),(25494,2959,1,1,1,643,0,-1485.13,119.767,0.11261,-1.01277,250,0,0,137,0,0,0,0,0),(25493,2959,1,1,1,643,0,-2441.85,-1058.11,-9.04986,5.90477,250,20,0,137,0,1,0,0,0),(25492,2959,1,1,1,643,0,-1499.54,264.152,9.46844,1.79349,250,20,0,137,0,1,0,0,0),(25491,2959,1,1,1,643,0,-2011.54,-940.319,8.05935,1.72155,250,20,0,137,0,1,0,0,0),(25490,2959,1,1,1,643,0,-1628.89,47.7682,-12.5939,4.01238,250,20,0,137,0,1,0,0,0),(25489,2959,1,1,1,643,0,-1643.77,78.3912,-15.6088,5.59594,250,0,0,137,0,0,0,0,0),(25488,2959,1,1,1,643,0,-1661.2,-716.037,-15.8035,3.10255,250,20,0,137,0,1,0,0,0),(25487,2959,1,1,1,643,0,-2609.96,-925.256,-5.92591,1.37007,250,20,0,137,0,1,0,0,0),(25486,2959,1,1,1,643,0,-1604.43,-596.665,-45.3508,3.47208,250,20,0,137,0,1,0,0,0),(25485,2959,1,1,1,643,0,-1753.26,-655.328,-13.158,2.5929,250,20,0,137,0,1,0,0,0),(25484,2959,1,1,1,643,0,-1852.75,-885.854,27.9365,2.00648,250,20,0,137,0,1,0,0,0),(25483,2959,1,1,1,643,0,-1863.37,-912.855,27.2488,2.75492,250,20,0,137,0,1,0,0,0),(25482,2959,1,1,1,643,0,-1790.98,-780.179,1.22009,1.92408,250,20,0,137,0,1,0,0,0),(25481,2959,1,1,1,643,0,-1740.22,-938.585,88.7834,5.87111,250,20,0,137,0,1,0,0,0),(25480,2959,1,1,1,643,0,-1816,-564.463,-5.76179,4.77382,250,20,0,137,0,1,0,0,0),(25479,2959,1,1,1,643,0,-1795.4,-887.136,48.4634,5.42313,250,20,0,137,0,1,0,0,0),(25478,2959,1,1,1,643,0,-2157.43,-971.162,15.948,1.62749,250,20,0,137,0,1,0,0,0),(25477,2959,1,1,1,643,0,-1801.13,-932.807,53.861,0.743985,250,20,0,137,0,1,0,0,0),(25476,2959,1,1,1,643,0,-2531.23,-1017.27,-5.90978,6.08847,250,20,0,137,0,1,0,0,0),(25475,2959,1,1,1,643,0,-2018.65,223.556,78.5514,2.17181,250,20,0,137,0,1,0,0,0),(25474,2959,1,1,1,643,0,-2774.62,-921.644,11.7323,3.06736,250,3,0,137,0,1,0,0,0),(25473,2959,1,1,1,643,0,-2685.63,-918.528,-6.00832,3.17868,250,20,0,137,0,1,0,0,0),(25472,2959,1,1,1,643,0,-1441.33,-583.471,-58.3986,4.54949,250,20,0,137,0,1,0,0,0),(25471,2959,1,1,1,643,0,-1488.94,-275.524,-17.0156,2.08946,250,20,0,137,0,1,0,0,0),(25470,2959,1,1,1,643,0,-2096.33,-1188.19,40.2061,5.38358,250,3,0,137,0,1,0,0,0),(25469,2959,1,1,1,643,0,-2708.17,-989.189,13.6916,4.92471,250,3,0,137,0,1,0,0,0),(25468,3215,1,1,1,3777,1,-2219.97,-444.775,-7.97688,3.54781,250,0,0,600,0,0,0,0,0),(25467,2958,1,1,1,1100,0,-2180.95,-120.774,-5.6486,4.66155,250,20,0,102,0,1,0,0,0),(25466,2958,1,1,1,1100,0,-2583.83,147.852,61.054,3.77025,250,20,0,102,0,1,0,0,0),(25465,2958,1,1,1,1100,0,-2850.17,214.116,64.798,4.4414,250,20,0,102,0,1,0,0,0),(25464,2958,1,1,1,1100,0,-2150.36,118.163,42.1278,2.96873,250,20,0,102,0,1,0,0,0),(25463,2958,1,1,1,1100,0,-2649.93,214.503,61.3367,4.6557,250,20,0,102,0,1,0,0,0),(25462,2958,1,1,1,1100,0,-2346.98,-83.7509,-9.16019,5.6253,250,20,0,102,0,1,0,0,0),(25460,2958,1,1,1,1100,0,-2614.76,-550.622,-7.02309,5.85203,250,20,0,102,0,1,0,0,0),(25459,2958,1,1,1,1100,0,-2654.49,-582.311,-1.53535,3.21582,250,20,0,102,0,1,0,0,0),(25458,2958,1,1,1,1100,0,-2303.55,-742.134,-8.5681,1.0153,250,20,0,102,0,1,0,0,0),(25457,2958,1,1,1,1100,0,-2751.65,247.034,98.5939,3.92699,250,20,0,102,0,1,0,0,0),(1215,756,0,1,1,633,0,-12948,-712.188,54.7919,2.37773,300,3,0,1902,0,1,0,0,0),(27517,7321,70,1,1,160,1,27.6785,226.454,-31.7868,3.31613,86400,0,0,3012,2975,0,0,0,0),(27516,7320,70,1,1,11166,1,25.0827,214.221,-30.5394,1.85005,86400,0,0,4185,0,0,0,0,0),(66971,22991,530,1,1,0,0,-4107.93,3121.5,357.427,1.01229,180,0,0,4120,0,0,0,0,0),(27515,7320,70,1,1,11166,1,28.3855,220.067,-31.4421,2.11185,86400,0,0,4185,0,0,0,0,0),(27514,4853,70,1,1,1194,1,85.2644,397.095,-38.1789,2.3911,86400,2,0,3405,1186,1,0,0,0),(27513,4855,70,1,1,11166,0,85.4878,403.676,-38.1789,6.12611,86400,2,0,4185,0,1,0,0,0),(27512,4855,70,1,1,11166,0,78.8918,404.942,-38.1789,5.02655,86400,2,0,4185,0,1,0,0,0),(27511,4853,70,1,1,1194,1,16.3417,332.015,-39.43,2.47837,86400,3,0,3405,1186,1,0,0,0),(27510,4855,70,1,1,11166,0,9.28976,332.21,-38.6322,5.21853,86400,3,0,4185,0,1,0,0,0),(25456,2958,1,1,1,1100,0,-2583.18,-586.091,-6.87236,1.73614,250,20,0,102,0,1,0,0,0),(15547,2350,0,1,1,1989,0,-381.325,-1218.48,57.2212,1.74366,300,10,0,494,0,1,0,0,0),(15545,2405,0,1,1,3663,1,-19.4497,-745.167,64.9379,4.6097,300,0,0,3696,0,2,0,0,0),(15546,2442,0,1,1,1060,0,-455.198,-111.262,54.604,5.95599,300,5,0,1,0,1,0,0,0),(17717,1767,0,1,1,441,1,1260.89,883.382,36.5156,5.51932,275,10,0,247,0,1,0,0,0),(17716,1768,0,1,1,346,1,1268.59,858.326,31.9368,4.66197,275,5,0,253,264,1,0,0,0),(8195,2850,0,1,1,0,0,-6376.69,-3563.98,262.806,2.1523,28800,30,0,1603,0,1,0,0,0),(8194,2932,0,1,1,4938,1,-6190.17,-3042.32,220.489,0.034925,300,0,0,1536,0,0,0,0,0),(8192,4844,0,1,1,0,1,-6095.86,-3195.86,255.582,1.58498,300,5,0,1,0,1,0,0,0),(8193,4844,0,1,1,0,1,-6066.19,-3196.59,256.101,1.89019,300,5,0,1,0,1,0,0,0),(8191,4844,0,1,1,0,1,-6078.59,-3195.14,255.582,5.31697,300,5,0,1,0,1,0,0,0),(1214,674,0,1,1,7202,1,-13130.5,-463.1,49.7,0.942478,300,0,0,1829,0,0,0,0,0),(15544,2405,0,1,1,3663,1,-22.2913,-752.651,63.6871,4.50069,300,0,0,3696,0,2,0,0,0),(15543,2350,0,1,1,1989,0,-413.878,-1198.29,58.521,2.60017,300,10,0,494,0,1,0,0,0),(15541,2405,0,1,1,3662,1,-66.6666,-802.557,58.7781,1.57087,300,0,0,3696,0,0,0,0,0),(15542,2215,0,1,1,1645,1,-36.3284,-927.889,54.5237,2.5014,600,0,0,61040,0,0,0,0,0),(17715,1768,0,1,1,346,1,1302.43,806.797,32.3997,5.00255,275,10,0,253,264,1,0,0,0),(17714,1767,0,1,1,441,1,1306.8,780.402,31.0343,1.87549,275,5,0,247,0,1,0,0,0),(27509,7321,70,1,1,160,1,16.0128,241.9,-32.9021,3.21727,86400,3,0,3012,2975,1,0,0,0),(25455,2958,1,1,1,1100,0,-2514.22,-391.397,-5.92157,3.30123,250,20,0,102,0,1,0,0,0),(25454,2958,1,1,1,1100,0,-2683.57,183.236,57.8351,3.70055,250,20,0,102,0,1,0,0,0),(25453,2958,1,1,1,1100,0,-2684.1,-748.769,-5.79998,2.29905,250,20,0,102,0,1,0,0,0),(25452,2958,1,1,1,1100,0,-2785.45,218.461,76.9508,2.39042,250,20,0,102,0,1,0,0,0),(25451,2958,1,1,1,1100,0,-2386.63,-120.229,-5.80653,3.9019,250,10,0,102,0,1,0,0,0),(25450,2958,1,1,1,1100,0,-2279.75,104.41,45.6813,4.9408,250,20,0,102,0,1,0,0,0),(25448,2958,1,1,1,1100,0,-2849.03,153.545,64.0656,1.87036,250,20,0,102,0,1,0,0,0),(25446,2958,1,1,1,1100,0,-2751.66,182.61,68.0424,3.65431,250,20,0,102,0,1,0,0,0),(25445,2958,1,1,1,1100,0,-2582.08,-784.149,-2.96584,1.1233,250,20,0,102,0,1,0,0,0),(25444,2958,1,1,1,1100,0,-2880.91,252.572,79.3487,0.695448,250,0,0,102,0,0,0,0,0),(25443,2958,1,1,1,1100,0,-2754.17,46.6465,22.8682,4.71879,250,20,0,102,0,1,0,0,0),(25442,2958,1,1,1,1100,0,-2526.2,-844.574,-4.8192,6.00837,250,20,0,102,0,1,0,0,0),(25441,2958,1,1,1,1100,0,-2107.51,29.5948,23.4978,1.40905,250,20,0,102,0,1,0,0,0),(25440,2958,1,1,1,1100,0,-2942.5,248.095,84.0427,1.88266,250,20,0,102,0,1,0,0,0),(25439,2958,1,1,1,1100,0,-2710.79,-54.5769,-4.41669,5.93537,250,20,0,102,0,1,0,0,0),(25438,2958,1,1,1,1100,0,-2420.17,-817.775,-6.35256,3.05553,250,20,0,102,0,1,0,0,0),(25437,2958,1,1,1,1100,0,-2249.06,-719.273,-4.38355,5.06784,250,20,0,102,0,1,0,0,0),(25436,2958,1,1,1,1100,0,-2583.21,-450.444,-1.19729,3.89261,250,20,0,102,0,1,0,0,0),(25435,2958,1,1,1,1100,0,-2453.54,-848.665,-3.80502,3.18063,250,20,0,102,0,1,0,0,0),(25434,2958,1,1,1,1100,0,-2557.57,-617.249,-8.52154,2.71037,250,20,0,102,0,1,0,0,0),(25433,2958,1,1,1,1100,0,-2646.47,-860.605,-7.12713,4.06883,250,20,0,102,0,1,0,0,0),(25432,2958,1,1,1,1100,0,-2683.87,-795.848,-6.0108,1.51606,250,20,0,102,0,1,0,0,0),(25431,2958,1,1,1,1100,0,-2485.3,-555.292,-9.29989,3.11148,250,20,0,102,0,1,0,0,0),(25430,2958,1,1,1,1100,0,-2178.85,13.3961,23.8981,4.65765,250,20,0,102,0,1,0,0,0),(25429,2958,1,1,1,1100,0,-2614.59,-693.913,2.5016,5.21538,250,20,0,102,0,1,0,0,0),(25428,2958,1,1,1,1100,0,-2663.99,-697.249,-1.84079,3.93252,250,20,0,102,0,1,0,0,0),(25427,2958,1,1,1,1100,0,-2544.44,-863.423,-7.45485,4.5702,250,20,0,102,0,1,0,0,0),(27508,7321,70,1,1,160,1,6.69549,242.724,-34.1162,2.11185,86400,3,0,3012,2975,1,0,0,0),(27507,7320,70,1,1,11166,1,9.20103,224.056,-31.8643,1.17416,86400,2,0,4185,0,1,0,0,0),(27506,7320,70,1,1,11166,1,16.34,245.154,-33.7684,4.32489,86400,3,0,4185,0,1,0,0,0),(27505,4855,70,1,1,11166,0,57.9032,373.95,-38.2499,4.2516,86400,0,1,4185,0,2,0,0,0),(27504,7078,70,1,1,5985,0,-140.557,276.706,-52.8402,3.02355,86400,1,0,958,0,1,0,0,0),(27503,7078,70,1,1,5985,0,-144.587,266.477,-51.9826,2.11185,86400,1,0,958,0,1,0,0,0),(27502,7078,70,1,1,5985,0,-141.643,270.516,-52.5432,1.72272,86400,1,0,958,0,1,0,0,0),(27501,7078,70,1,1,5985,0,-140.645,272.362,-52.8315,2.43514,86400,1,0,958,0,1,0,0,0),(25426,2958,1,1,1,1100,0,-2509.54,-511.66,-9.29987,5.64542,250,20,0,102,0,1,0,0,0),(15540,17092,0,1,1,16846,0,-43.9601,-935.766,54.4359,0.767945,300,0,0,554,1545,0,0,0,0),(15539,10057,0,1,1,9279,1,-20.3258,-927.211,55.5851,2.75762,300,0,0,1003,0,0,0,0,0),(25425,2958,1,1,1,1100,0,-2712.59,19.7206,13.611,5.62603,250,20,0,102,0,1,0,0,0),(27500,7078,70,1,1,5985,0,-136.651,268.276,-52.8145,0.753239,86400,1,0,958,0,1,0,0,0),(27499,7078,70,1,1,5985,0,-140.074,260.077,-54.2264,4.4855,86400,1,0,958,0,1,0,0,0),(27498,7078,70,1,1,5985,0,-137.333,258.012,-53.499,4.51605,86400,1,0,958,0,1,0,0,0),(27497,7078,70,1,1,5985,0,-133.15,259.457,-53.481,1.61797,86400,1,0,958,0,1,0,0,0),(27496,7078,70,1,1,5985,0,-135.797,260.676,-53.4638,0.45734,86400,1,0,958,0,1,0,0,0),(27495,7078,70,1,1,5985,0,-138.324,262.465,-54.2898,4.20754,86400,1,0,958,0,1,0,0,0),(27494,7030,70,1,1,6056,1,-8.36762,418.289,-46.9226,6.16101,86400,0,0,3405,1186,0,0,0,0),(27492,7030,70,1,1,6056,1,-10.2721,410.924,-47.1784,6.21337,86400,0,0,3405,1186,0,0,0,0),(27491,7291,70,1,1,6059,1,-10.3813,414.708,-46.8571,6.16101,86400,0,0,13302,1534,0,0,0,0),(27490,7290,70,1,1,6057,1,-4.97794,389.725,-43.7371,4.85202,86400,0,0,4185,0,0,0,0,0),(27489,4848,70,1,1,6055,1,14.2152,397.785,-44.0817,2.02458,86400,2,0,3405,1186,1,0,0,0),(27488,7290,70,1,1,6057,1,3.3877,383.55,-42.8435,4.32842,86400,0,0,4185,0,0,0,0,0),(27487,4849,70,1,1,6067,1,15.0678,401.771,-44.131,2.84489,86400,2,0,4185,0,1,0,0,0),(27486,4849,70,1,1,6067,1,7.95455,412.226,-47.5251,1.64061,86400,2,0,4185,0,1,0,0,0),(27485,4848,70,1,1,6055,1,12.7475,413.541,-47.7169,0.087266,86400,2,0,3405,1186,1,0,0,0),(25424,2958,1,1,1,1100,0,-2808.66,43.0301,30.3549,5.6475,250,20,0,102,0,1,0,0,0),(15538,2405,0,1,1,3663,1,-2.1636,-849.323,59.8564,4.47432,300,0,0,3696,0,0,0,0,0),(15537,2405,0,1,1,3662,1,1.27648,-920.911,56.8078,0.366519,300,0,0,3696,0,0,0,0,0),(25423,2958,1,1,1,1100,0,-2248.25,-19.0975,11.186,1.90948,250,20,0,102,0,1,0,0,0),(25422,2958,1,1,1,1100,0,-2861.89,107.627,82.009,3.53262,250,20,0,102,0,1,0,0,0),(1213,669,0,1,1,4628,1,-12939.1,-716.33,54.4169,4.11228,300,0,0,1902,0,0,0,0,0),(135699,16525,532,1,1,16241,0,-11388.7,-1842.26,260.723,4.97419,604800,0,0,30160,0,0,0,0,0),(1212,677,0,1,1,7204,1,-13073.4,-471.905,45.6279,0.156153,300,2,0,1292,3191,1,0,0,0),(1211,674,0,1,1,7202,1,-13054.6,-477.555,51.6199,0,300,0,0,1829,0,0,0,0,0),(27484,7405,70,1,1,5985,0,-23.2569,337.856,-45.4986,4.31096,86400,1,0,1002,0,1,0,0,0),(25421,2958,1,1,1,1100,0,-2047.95,-45.9463,-5.57471,3.82732,250,20,0,102,0,1,0,0,0),(25420,2958,1,1,1,1100,0,-2353.37,-47.4217,-6.86706,4.44178,250,20,0,102,0,1,0,0,0),(25419,2958,1,1,1,1100,0,-2412.04,130.978,45.7991,0.258715,250,20,0,102,0,1,0,0,0),(25418,2958,1,1,1,1100,0,-2527.43,-778.602,-3.3862,2.87612,250,20,0,102,0,1,0,0,0),(25417,2958,1,1,1,1100,0,-2145.87,-18.0881,16.3239,2.15042,250,20,0,102,0,1,0,0,0),(25416,2958,1,1,1,1100,0,-2015.21,36.3462,18.3164,4.35722,250,20,0,102,0,1,0,0,0),(25415,2958,1,1,1,1100,0,-2463.14,-79.5428,-3.21933,3.45531,250,20,0,102,0,1,0,0,0),(25414,2958,1,1,1,1100,0,-2555.52,-158.87,-3.44138,4.61536,250,20,0,102,0,1,0,0,0),(25413,2958,1,1,1,1100,0,-2059.4,93.033,41.1153,2.91696,250,20,0,102,0,1,0,0,0),(25412,2958,1,1,1,1100,0,-2608.5,-90.1685,-5.79232,6.03133,250,20,0,102,0,1,0,0,0),(25411,2958,1,1,1,1100,0,-2518.22,-84.4699,-6.17034,2.6454,250,20,0,102,0,1,0,0,0),(38121,5056,43,1,1,0,0,-145.744,2.36266,-28.5646,5.75265,86400,5,0,1347,0,1,0,0,0),(38120,5055,43,1,1,0,0,-155.75,-42.8997,-79.8168,2.31588,86400,1,0,135,0,1,0,0,0),(38119,3840,43,1,1,0,1,-133.477,-31.7903,-76.8896,1.11701,86400,0,0,1212,912,0,0,0,0),(38118,5053,43,1,1,0,0,-203.663,-5.26961,-105.774,5.12866,86400,5,0,417,0,1,0,0,0),(38117,3640,43,1,1,0,0,-206.648,58.6654,-49.4123,0.090337,86400,0,1,1158,0,2,0,0,0),(38116,5761,43,1,1,0,0,-218.221,51.4199,-82.3402,3.49,86400,0,1,1212,456,2,0,0,0),(38115,3840,43,1,1,0,1,-198.346,34.6839,-49.1724,4.76475,86400,0,0,1212,912,0,0,0,0),(38114,5761,43,1,1,0,0,-220.385,49.296,-82.3229,0.891545,86400,2,0,1212,456,1,0,0,0),(38113,3840,43,1,1,0,1,-231.16,50.7519,-82.7315,1.8675,86400,0,0,1212,912,0,0,0,0),(25410,2958,1,1,1,1100,0,-2623.36,-5.81656,7.67871,5.65901,250,20,0,102,0,1,0,0,0),(25409,2958,1,1,1,1100,0,-1980.84,42.934,16.9276,4.76518,250,20,0,102,0,1,0,0,0),(25408,2958,1,1,1,1100,0,-2121.84,-48.3829,5.34183,1.18149,250,20,0,102,0,1,0,0,0),(25407,2958,1,1,1,1100,0,-2615.04,30.9699,18.5221,1.6726,250,20,0,102,0,1,0,0,0),(33987,3840,43,1,1,0,1,-218.568,44.9012,-82.2887,3.92159,86400,0,0,1212,912,0,0,0,0),(33986,2914,43,1,1,0,0,-217.94,40.5644,-82.3352,3.80722,86400,10,0,8,0,1,0,0,0),(33985,3835,43,1,1,0,0,-194.996,12.4077,-105.238,1.44862,86400,5,0,8,0,1,0,0,0),(33984,2914,43,1,1,0,0,-156.817,-15.7387,-78.3735,2.6933,86400,10,0,8,0,1,0,0,0),(33983,5053,43,1,1,0,0,-183.233,-5.77217,-106.29,1.94846,86400,5,0,417,0,1,0,0,0),(33982,5055,43,1,1,0,0,-146.264,-10.8986,-76.394,2.01923,86400,1,0,135,0,1,0,0,0),(33981,5055,43,1,1,0,0,-149.995,-6.08904,-75.9062,3.47236,86400,1,0,135,0,1,0,0,0),(33980,5055,43,1,1,0,0,-148.464,2.19205,-74.6398,0,86400,1,0,135,0,1,0,0,0),(33979,3835,43,1,1,0,0,-156.509,23.1453,-106.709,2.65096,86400,5,0,8,0,1,0,0,0),(33978,5053,43,1,1,0,0,-153.236,23.7394,-106.046,4.24839,86400,5,0,417,0,1,0,0,0),(33977,2914,43,1,1,0,0,-102.589,10.9208,-30.5688,4.67185,86400,10,0,8,0,1,0,0,0),(33976,3840,43,1,1,0,1,-63.3064,-26.7975,-59.5822,3.9619,86400,0,0,1212,912,0,0,0,0),(33975,5761,43,1,1,0,0,-57.7861,-31.1825,-60.8841,1.27409,86400,5,0,1212,456,1,0,0,0),(25406,2958,1,1,1,1100,0,-2547.1,113.72,46.7663,4.79128,250,20,0,102,0,1,0,0,0),(25405,2958,1,1,1,1100,0,-2304.71,219.181,64.0281,6.11211,250,20,0,102,0,1,0,0,0),(25404,2958,1,1,1,1100,0,-2507.22,169.163,55.4974,5.32795,250,20,0,102,0,1,0,0,0),(25403,2958,1,1,1,1100,0,-2523.77,82.5812,31.1504,3.1084,250,20,0,102,0,1,0,0,0),(33974,5775,43,1,1,0,0,-81.8554,32.2565,-30.9939,3.71755,86400,0,0,3872,0,0,0,0,0),(33973,3679,43,1,1,0,0,115.408,240.017,-94.021,3.08923,86400,0,0,713,0,0,0,0,0),(25402,2958,1,1,1,1100,0,-2548.38,-43.4545,-2.87658,1.26511,250,20,0,102,0,1,0,0,0),(25401,2958,1,1,1,1100,0,-2395.27,-46.4095,-7.6868,4.39064,250,20,0,102,0,1,0,0,0),(25400,2958,1,1,1,1100,0,-2537.97,-50.8862,-3.83744,6.21091,250,20,0,102,0,1,0,0,0),(25399,2958,1,1,1,1100,0,-2429.02,61.9411,30.3348,2.3621,250,20,0,102,0,1,0,0,0),(25398,2958,1,1,1,1100,0,-2390.35,91.0208,41.02,1.76155,250,20,0,102,0,1,0,0,0),(25397,2958,1,1,1,1100,0,-2649.67,-1.2128,7.32207,1.56103,250,20,0,102,0,1,0,0,0),(33972,3835,43,1,1,0,0,-40.737,41.8924,-118.327,5.20289,86400,5,0,8,0,1,0,0,0),(33971,3636,43,1,1,0,0,-27.8819,85.0184,-91.3052,1.44465,86400,2,0,1251,0,1,0,0,0),(33970,5053,43,1,1,0,0,-50.4928,81.6887,-106.162,1.7076,86400,5,0,417,0,1,0,0,0),(33969,3637,43,1,1,0,0,-25.0021,97.1956,-90.5906,6.17846,86400,2,0,1251,0,1,0,0,0),(33968,2914,43,1,1,0,0,58.6517,403.444,-63.6037,4.17261,86400,10,0,8,0,1,0,0,0),(33967,5048,43,1,1,0,0,24.8546,524.537,-57.2604,2.05043,86400,2,0,1251,0,1,0,0,0),(33966,3840,43,1,1,0,1,25.1877,530.925,-56.8843,5.18363,86400,0,0,1212,912,0,0,0,0),(25396,2958,1,1,1,1100,0,-2652.5,107.052,42.0132,1.39986,250,20,0,102,0,1,0,0,0),(25395,2958,1,1,1,1100,0,-2580.89,184.273,67.8896,4.69872,250,20,0,102,0,1,0,0,0),(25394,2958,1,1,1,1100,0,-2584.17,18.1941,11.8732,6.22427,250,20,0,102,0,1,0,0,0),(25393,2958,1,1,1,1100,0,-2472.4,45.676,19.5923,5.09471,250,20,0,102,0,1,0,0,0),(25392,2958,1,1,1,1100,0,-2453.36,5.54262,10.0967,3.47599,250,20,0,102,0,1,0,0,0),(25391,2958,1,1,1,1100,0,-2679.82,-88.8572,-5.67145,5.15218,250,20,0,102,0,1,0,0,0),(25390,2958,1,1,1,1100,0,-2205.49,152.076,61.0732,6.2578,250,20,0,102,0,1,0,0,0),(25389,2958,1,1,1,1100,0,-2685.68,-293.702,-0.463254,1.7992,250,20,0,102,0,1,0,0,0),(25388,2958,1,1,1,1100,0,-2155.92,-117.875,-6.96869,0.182826,250,20,0,102,0,1,0,0,0),(25387,2958,1,1,1,1100,0,-2684.45,-323.493,-5.53763,1.03373,250,20,0,102,0,1,0,0,0),(25386,2958,1,1,1,1100,0,-2638.93,-399.318,-10.0624,1.06714,250,20,0,102,0,1,0,0,0),(25385,2958,1,1,1,1100,0,-2662.95,-433.62,-9.54505,2.30314,250,20,0,102,0,1,0,0,0),(25384,2958,1,1,1,1100,0,-2646.2,-310.373,-5.97216,1.17667,250,20,0,102,0,1,0,0,0),(27483,7405,70,1,1,5985,0,-23.0397,333.272,-46.8216,0.173056,86400,1,0,1002,0,1,0,0,0),(27481,7405,70,1,1,5985,0,-19.7895,329.712,-46.9786,4.97419,86400,1,0,1002,0,1,0,0,0),(27480,7405,70,1,1,5985,0,-23.5265,335.07,-46.5413,2.11845,86400,1,0,1002,0,1,0,0,0),(27479,7405,70,1,1,5985,0,-24.3644,333.975,-46.6297,0.959931,86400,1,0,1002,0,1,0,0,0),(27478,7405,70,1,1,5985,0,-20.3014,328.854,-47.0445,5.60312,86400,1,0,1002,0,1,0,0,0),(27477,7405,70,1,1,5985,0,-17.7247,327.988,-46.7162,5.88029,86400,1,0,1002,0,1,0,0,0),(27476,7405,70,1,1,5985,0,-18.6602,331.129,-46.7308,5.44729,86400,1,0,1002,0,1,0,0,0),(27474,7405,70,1,1,5985,0,-21.7503,332.732,-46.896,2.4716,86400,1,0,1002,0,1,0,0,0),(27473,4860,70,1,1,2234,0,-15.6945,279.018,-47.6738,3.26601,86400,0,0,4377,0,2,0,0,0),(27472,4860,70,1,1,2234,0,-90.2253,312.353,-50.8174,4.79655,86400,0,0,4377,0,2,0,0,0),(27471,4860,70,1,1,2234,0,-107.22,202.176,-40.9964,1.1927,86400,0,0,4377,0,2,0,0,0),(27470,7078,70,1,1,5985,0,-154.971,205.115,-48.3103,5.67232,86400,1,0,958,0,1,0,0,0),(27469,7078,70,1,1,5985,0,-160.361,203.515,-49.5899,5.53269,86400,1,0,958,0,1,0,0,0),(27468,7078,70,1,1,5985,0,-163.432,214.236,-48.9254,0.977384,86400,1,0,958,0,1,0,0,0),(27467,7078,70,1,1,5985,0,-164.902,208.901,-49.6422,5.74213,86400,1,0,958,0,1,0,0,0),(27466,7078,70,1,1,5985,0,-160.875,200.804,-49.9734,2.32129,86400,1,0,958,0,1,0,0,0),(27465,7078,70,1,1,5985,0,-157.386,201.609,-49.71,5.48033,86400,1,0,958,0,1,0,0,0),(27464,7078,70,1,1,5985,0,-160.711,217.383,-48.3382,0.698132,86400,1,0,958,0,1,0,0,0),(27463,7078,70,1,1,5985,0,-161.485,207.947,-49.6569,5.60251,86400,1,0,958,0,1,0,0,0),(27462,7078,70,1,1,5985,0,-159.308,211.608,-50.0256,2.67035,86400,1,0,958,0,1,0,0,0),(27461,7078,70,1,1,5985,0,-156.393,208.328,-48.1095,3.07178,86400,1,0,958,0,1,0,0,0),(27460,7078,70,1,1,5985,0,-170.771,285.173,-53.1398,0,86400,1,0,958,0,1,0,0,0),(27459,7078,70,1,1,5985,0,-167.612,284.036,-53.2623,0,86400,1,0,958,0,1,0,0,0),(26334,3681,530,1,1,0,0,2972.87,5544.58,147.781,4.45336,300,5,0,42,0,1,0,0,0),(26335,3681,530,1,1,0,0,2931.27,5501.44,145.818,5.37821,300,5,0,42,0,1,0,0,0),(26336,3681,530,1,1,0,0,3048.14,5457.7,149.646,1.44621,300,5,0,42,0,1,0,0,0),(26337,3681,530,1,1,0,0,3012.75,5469.62,145.063,4.26946,300,5,0,42,0,1,0,0,0),(26338,3681,530,1,1,0,0,3002.92,5521.69,147.27,0.69081,300,5,0,42,0,1,0,0,0),(26339,3681,530,1,1,0,0,3046.05,5518.14,147.716,0.06261,300,5,0,42,0,1,0,0,0),(26340,3681,530,1,1,0,0,3077.67,5492.67,144.502,5.8034,300,5,0,42,0,1,0,0,0),(26341,3681,530,1,1,0,0,3105.58,6193.34,135.835,5.28792,300,5,0,42,0,1,0,0,0),(26342,3681,530,1,1,0,0,3105.96,6184.05,137.135,1.39466,300,5,0,42,0,1,0,0,0),(26343,3681,530,1,1,0,0,3117.64,6187.37,138.151,6.24189,300,5,0,42,0,1,0,0,0),(25383,2958,1,1,1,1100,0,-2235.41,15.4524,20.0411,4.94217,250,20,0,102,0,1,0,0,0),(25382,2958,1,1,1,1100,0,-2577.55,-256.164,-9.58019,5.97142,250,20,0,102,0,1,0,0,0),(25381,2958,1,1,1,1100,0,-2788.48,-17.3906,8.04639,3.14159,250,20,0,102,0,1,0,0,0),(25380,2958,1,1,1,1100,0,-2361.17,179.111,48.7023,6.21285,250,20,0,102,0,1,0,0,0),(25379,2958,1,1,1,1100,0,-2450.89,137.398,44.6795,3.99466,250,20,0,102,0,1,0,0,0),(25378,2958,1,1,1,1100,0,-2458.78,-112.359,-5.09409,5.28891,250,20,0,102,0,1,0,0,0),(25376,2958,1,1,1,1100,0,-2682.91,-194.149,4.05871,1.21385,250,20,0,102,0,1,0,0,0),(25375,2958,1,1,1,1100,0,-2513.83,212.307,66.7535,3.8898,250,20,0,102,0,1,0,0,0),(25374,2958,1,1,1,1100,0,-2488.34,186.139,55.2452,0.301949,250,20,0,102,0,1,0,0,0),(25373,2958,1,1,1,1100,0,-2284.5,-8.44462,8.43318,1.72374,250,20,0,102,0,1,0,0,0),(25372,2958,1,1,1,1100,0,-2305.68,155.181,52.9685,5.12625,250,20,0,102,0,1,0,0,0),(8190,4846,0,1,1,6052,1,-6060.98,-3242.04,259.143,4.57276,300,0,0,1403,0,0,0,0,0),(25371,2958,1,1,1,1100,0,-2046.6,-87.7574,-8.63331,6.21035,250,20,0,102,0,1,0,0,0),(25370,2958,1,1,1,1100,0,-2316.66,175.67,52.9471,3.01321,250,20,0,102,0,1,0,0,0),(25369,2958,1,1,1,1100,0,-2247.91,195.905,69.0405,1.24287,250,20,0,102,0,1,0,0,0),(25368,2958,1,1,1,1100,0,-2189.89,211.247,75.1092,5.95711,250,20,0,102,0,1,0,0,0),(25367,2958,1,1,1,1100,0,-2211.05,104.396,44.7027,1.30936,250,20,0,102,0,1,0,0,0),(25366,2958,1,1,1,1100,0,-2263.35,86.8583,42.0195,6.00649,250,20,0,102,0,1,0,0,0),(25365,2958,1,1,1,1100,0,-2179.17,84.023,39.9356,1.84336,250,20,0,102,0,1,0,0,0),(25364,2958,1,1,1,1100,0,-2060.59,182.195,71.5658,0.044979,250,20,0,102,0,1,0,0,0),(25363,2958,1,1,1,1100,0,-2074.12,252.714,98.74,4.85539,250,20,0,102,0,1,0,0,0),(25362,2958,1,1,1,1100,0,-2106.8,86.5444,34.1429,2.52389,250,20,0,102,0,1,0,0,0),(25361,2958,1,1,1,1100,0,-2479.04,123.383,43.939,4.27495,250,20,0,102,0,1,0,0,0),(25360,2958,1,1,1,1100,0,-2048.96,174.933,64.5987,1.69612,250,20,0,102,0,1,0,0,0),(25359,2958,1,1,1,1100,0,-2716.03,-165.105,4.85646,1.24287,250,20,0,102,0,1,0,0,0),(25358,2958,1,1,1,1100,0,-2795.73,-105.291,7.27437,6.20297,250,3,0,102,0,1,0,0,0),(25357,2958,1,1,1,1100,0,-2710.17,83.0727,35.0243,5.35784,250,20,0,102,0,1,0,0,0),(25356,2958,1,1,1,1100,0,-2878.86,283.302,90.9106,0.311862,250,20,0,102,0,1,0,0,0),(25355,2958,1,1,1,1100,0,-2074.78,-0.562558,11.8364,0.26914,250,20,0,102,0,1,0,0,0),(25354,2958,1,1,1,1100,0,-2112.11,247.217,82.8743,1.14078,250,3,0,102,0,1,0,0,0),(25353,2958,1,1,1,1100,0,-2713.41,254.404,97.5758,3.1123,250,20,0,102,0,1,0,0,0),(25352,2958,1,1,1,1100,0,-2989.23,298.476,115.955,1.6726,250,20,0,102,0,1,0,0,0),(25351,2958,1,1,1,1100,0,-2885.22,318.789,107.429,6.12831,250,20,0,102,0,1,0,0,0),(25350,2958,1,1,1,1100,0,-2682.31,92.9707,36.5874,1.46899,250,20,0,102,0,1,0,0,0),(25349,2958,1,1,1,1100,0,-2926.63,305.45,104.928,0.928076,250,20,0,102,0,1,0,0,0),(25348,2958,1,1,1,1100,0,-2615.43,251.19,82.4648,0.177151,250,20,0,102,0,1,0,0,0),(25347,2958,1,1,1,1100,0,-2721.75,173.175,66.3899,1.10715,250,20,0,102,0,1,0,0,0),(25346,2958,1,1,1,1100,0,-2788.87,286.723,98.8682,3.29989,250,20,0,102,0,1,0,0,0),(25345,3214,1,1,1,3778,1,-2973.94,-222.564,52.6957,0.078998,250,15,0,5228,0,1,0,0,0),(25344,2957,1,1,1,1221,0,-1010.17,-153.575,39.0238,2.84826,250,20,0,156,0,1,0,0,0),(25343,2957,1,1,1,1221,0,-2205.21,-824.12,-7.58558,1.95493,250,20,0,156,0,1,0,0,0),(25342,2957,1,1,1,1221,0,-1707.51,-388.744,-20.7691,1.78925,250,20,0,156,0,1,0,0,0),(25341,2957,1,1,1,1221,0,-1524.34,-411.527,-44.5795,5.73208,250,20,0,156,0,1,0,0,0),(25340,2957,1,1,1,1221,0,-1180.95,338.982,12.4683,1.62968,250,20,0,156,0,1,0,0,0),(25339,2957,1,1,1,1221,0,-2315.77,-1457,37.8025,4.88109,250,20,0,156,0,1,0,0,0),(25338,2957,1,1,1,1221,0,-2351.98,-1354.59,10.4324,6.05533,250,20,0,156,0,1,0,0,0),(25337,2957,1,1,1,1221,0,-2448.48,-1248.7,-7.35951,5.13983,250,20,0,156,0,1,0,0,0),(25336,2957,1,1,1,1221,0,-2424.84,-1159.29,-7.13397,3.91553,250,20,0,156,0,1,0,0,0),(25335,2957,1,1,1,1221,0,-2483.61,-1084.28,-4.84297,3.93536,250,20,0,156,0,1,0,0,0),(25334,2957,1,1,1,1221,0,-2477.91,-1145.64,-9.29984,0.614356,250,20,0,156,0,1,0,0,0),(25333,2957,1,1,1,1221,0,-1782.94,-721.268,-9.23865,4.6753,250,20,0,156,0,1,0,0,0),(25332,2957,1,1,1,1221,0,-1881.78,90.388,24.5386,1.47696,250,20,0,156,0,1,0,0,0),(25331,2957,1,1,1,1221,0,-908.937,-146.662,5.07453,0.407713,250,15,0,156,0,1,0,0,0),(25330,2957,1,1,1,1221,0,-915.626,16.2885,12.5186,1.87764,250,20,0,156,0,1,0,0,0),(25329,2957,1,1,1,1221,0,-1882.62,-176.13,-7.31035,1.82688,250,20,0,156,0,1,0,0,0),(25328,2957,1,1,1,1221,0,-920.514,83.6867,9.0189,1.59423,250,10,0,156,0,1,0,0,0),(25327,2957,1,1,1,1221,0,-2007.14,-811.365,-8.57053,4.81492,250,20,0,156,0,1,0,0,0),(25326,2957,1,1,1,1221,0,-2385.42,-1249.97,-7.08757,0.739366,250,20,0,156,0,1,0,0,0),(25325,2957,1,1,1,1221,0,-1788.98,-320.257,-9.29986,6.1685,250,20,0,156,0,1,0,0,0),(25324,2957,1,1,1,1221,0,-1635.93,83.7999,-17.6184,5.28747,250,0,0,156,0,0,0,0,0),(25323,2957,1,1,1,1221,0,-1747.08,141.617,4.26918,1.67066,250,20,0,156,0,1,0,0,0),(25322,2957,1,1,1,1221,0,-1805.74,-870.468,38.9292,2.24828,250,20,0,156,0,1,0,0,0),(25321,2957,1,1,1,1221,0,-855.969,-316.607,-21.2938,1.19219,250,20,0,156,0,1,0,0,0),(25320,2957,1,1,1,1221,0,-1853.08,-553.833,0.15963,4.6441,250,20,0,156,0,1,0,0,0),(25319,2957,1,1,1,1221,0,-620.659,-383.722,2.17645,3.53262,250,20,0,156,0,1,0,0,0),(25317,2957,1,1,1,1221,0,-777.907,-450.617,-31.0606,6.18934,250,20,0,156,0,1,0,0,0),(25316,2957,1,1,1,1221,0,-725.77,-65.3385,-25.3455,1.0468,250,15,0,156,0,1,0,0,0),(25315,2957,1,1,1,1221,0,-824.352,-448.42,-31.7503,2.94113,250,20,0,156,0,1,0,0,0),(25314,2957,1,1,1,1221,0,-907.626,-305.96,-21.0153,4.85954,250,20,0,156,0,1,0,0,0),(25313,2957,1,1,1,1221,0,-614.28,-422.959,2.58403,4.62438,250,20,0,156,0,1,0,0,0),(25312,2957,1,1,1,1221,0,-752.45,-545.726,-26.9532,5.36773,250,20,0,156,0,1,0,0,0),(25311,2957,1,1,1,1221,0,-640.328,-320.015,0.396584,1.78925,250,20,0,156,0,1,0,0,0),(25310,2957,1,1,1,1221,0,-1987.85,-48.3263,-3.94627,0.359457,250,20,0,156,0,1,0,0,0),(25309,2957,1,1,1,1221,0,-1117.51,-1050.39,10.6779,2.6075,250,20,0,156,0,1,0,0,0),(25308,2957,1,1,1,1221,0,-2118.63,-916.301,7.73826,4.78272,250,20,0,156,0,1,0,0,0),(25307,2957,1,1,1,1221,0,-880.478,-578.299,-45.8219,4.34214,250,20,0,156,0,1,0,0,0),(25306,2957,1,1,1,1221,0,-894.109,283.363,27.2116,1.90916,250,20,0,156,0,1,0,0,0),(25305,2957,1,1,1,1221,0,-1264.1,-727.996,-49.2899,3.45583,250,20,0,156,0,1,0,0,0),(25304,2957,1,1,1,1221,0,-1059.83,-740.156,-37.8696,5.46189,250,20,0,156,0,1,0,0,0),(25303,2957,1,1,1,1221,0,-1116.22,-749.929,-51.0941,3.86624,250,20,0,156,0,1,0,0,0),(25302,2957,1,1,1,1221,0,-1185.06,-1047.41,3.40597,1.61374,250,20,0,156,0,1,0,0,0),(25301,2957,1,1,1,1221,0,-666.298,-88.4229,-9.44881,3.3321,250,15,0,156,0,1,0,0,0),(25300,2957,1,1,1,1221,0,-1633.56,-648.76,-36.6175,3.98364,250,20,0,156,0,1,0,0,0),(25299,2957,1,1,1,1221,0,-1717.53,-583.272,-19.3508,5.50331,250,20,0,156,0,1,0,0,0),(25298,2957,1,1,1,1221,0,-1196.18,-922.55,-6.08368,3.27152,250,20,0,156,0,1,0,0,0),(25297,2957,1,1,1,1221,0,-1310.96,-921.242,-2.16513,4.23301,250,20,0,156,0,1,0,0,0),(25296,2957,1,1,1,1221,0,-1059.04,-992.862,10.9902,5.04279,250,20,0,156,0,1,0,0,0),(25295,2957,1,1,1,1221,0,-1283.28,-831.279,-14.757,3.94633,250,20,0,156,0,1,0,0,0),(25294,2957,1,1,1,1221,0,-1440.93,-706.365,-54.7364,1.88884,250,20,0,156,0,1,0,0,0),(25293,2957,1,1,1,1221,0,-1345.18,-723.79,-42.6737,5.76452,250,20,0,156,0,1,0,0,0),(25292,2957,1,1,1,1221,0,-1246.88,-242.3,9.54879,1.2799,250,20,0,156,0,1,0,0,0),(25291,2957,1,1,1,1221,0,-1149.8,-1069.38,14.8393,1.2367,250,20,0,156,0,1,0,0,0),(25290,2957,1,1,1,1221,0,-979.906,-926.972,5.83319,1.74031,250,20,0,156,0,1,0,0,0),(25289,2957,1,1,1,1221,0,-909.76,-583.874,-51.0747,3.15331,250,20,0,156,0,1,0,0,0),(25288,2957,1,1,1,1221,0,-2109.31,-1059.93,21.7356,5.13676,250,20,0,156,0,1,0,0,0),(25287,2957,1,1,1,1221,0,-705.726,-722.994,10.7298,1.73562,250,20,0,156,0,1,0,0,0),(25286,2957,1,1,1,1221,0,-1227.67,-596.782,-56.2063,2.30234,250,20,0,156,0,1,0,0,0),(25285,2957,1,1,1,1221,0,-858.116,77.6387,-12.2434,2.11055,250,15,0,156,0,1,0,0,0),(25284,2957,1,1,1,1221,0,-532.999,-374.383,39.972,5.16118,250,10,0,156,0,1,0,0,0),(25283,2957,1,1,1,1221,0,-779.434,127.566,-5.47177,5.51166,250,2,0,156,0,1,0,0,0),(25282,2957,1,1,1,1221,0,-702.751,69.0906,-14.5473,0.925342,250,20,0,156,0,1,0,0,0),(25281,2957,1,1,1,1221,0,-617.72,-585.799,-3.64969,2.78648,250,20,0,156,0,1,0,0,0),(25280,2957,1,1,1,1221,0,-1149.11,-482.611,-46.8554,0.426951,250,20,0,156,0,1,0,0,0),(25277,2957,1,1,1,1221,0,-1287.91,-480.697,-57.5081,5.63578,250,30,0,156,0,1,0,0,0),(25276,2957,1,1,1,1221,0,-740.782,-397.205,-24.696,5.7734,250,20,0,156,0,1,0,0,0),(25275,2957,1,1,1,1221,0,-1385.45,-652.911,-55.0518,2.49934,250,20,0,156,0,1,0,0,0),(25274,2957,1,1,1,1221,0,-1082.2,-570.169,-54.6034,4.61743,250,20,0,156,0,1,0,0,0),(25273,2957,1,1,1,1221,0,-622.098,-199.515,1.91882,6.20297,250,20,0,156,0,1,0,0,0),(25272,2957,1,1,1,1221,0,-1184.81,-582.884,-57.3622,2.33695,250,20,0,156,0,1,0,0,0),(25271,2957,1,1,1,1221,0,-752.517,-356.742,-25.6738,1.43166,250,20,0,156,0,1,0,0,0),(25270,2957,1,1,1,1221,0,-884.872,-220.932,-7.99235,3.09645,250,20,0,156,0,1,0,0,0),(25269,2957,1,1,1,1221,0,-911.126,-383.203,-31.2101,0.412075,250,20,0,156,0,1,0,0,0),(25268,2957,1,1,1,1221,0,-1352.62,-243.776,0.908582,5.08854,250,20,0,156,0,1,0,0,0),(25267,2957,1,1,1,1221,0,-1277.17,-510.942,-59.7329,2.61944,250,30,0,156,0,1,0,0,0),(25266,2957,1,1,1,1221,0,-1172.16,-1138.58,32.2667,2.77744,250,20,0,156,0,1,0,0,0),(25265,2957,1,1,1,1221,0,-1137.8,-400.376,-22.3477,5.21189,250,20,0,156,0,1,0,0,0),(25264,2957,1,1,1,1221,0,-886.789,-881.334,14.9631,2.97869,250,3,0,156,0,1,0,0,0),(25263,2957,1,1,1,1221,0,-550.038,-552.555,20.3649,2.92022,250,20,0,156,0,1,0,0,0),(25262,2957,1,1,1,1221,0,-1479.75,-648.859,-58.0621,3.26498,250,20,0,156,0,1,0,0,0),(25261,2957,1,1,1,1221,0,-1450.19,-648.894,-57.0787,4.81808,250,20,0,156,0,1,0,0,0),(25260,2957,1,1,1,1221,0,-1022.68,-940.472,4.86246,4.55944,250,20,0,156,0,1,0,0,0),(25259,2957,1,1,1,1221,0,-573.018,6.11083,4.03131,5.50007,250,15,0,156,0,1,0,0,0),(25258,2957,1,1,1,1221,0,-567.73,-210.797,28.5572,3.46767,250,20,0,156,0,1,0,0,0),(25257,2957,1,1,1,1221,0,-902.009,-678.023,-42.7604,6.02258,250,20,0,156,0,1,0,0,0),(25256,2957,1,1,1,1221,0,-990.859,-768.765,-15.918,4.2898,250,20,0,156,0,1,0,0,0),(25255,2957,1,1,1,1221,0,-754.368,-685.063,-15.9514,3.62707,250,20,0,156,0,1,0,0,0),(25254,2957,1,1,1,1221,0,-1124.34,-649.214,-55.5236,0.086692,250,20,0,156,0,1,0,0,0),(25253,2957,1,1,1,1221,0,-1622.63,-623.876,-39.738,3.9049,250,20,0,156,0,1,0,0,0),(25252,2957,1,1,1,1221,0,-1199.19,-384.055,-24.1729,4.27561,250,20,0,156,0,1,0,0,0),(25251,2957,1,1,1,1221,0,-1387.35,-869.293,-3.13694,3.70847,250,20,0,156,0,1,0,0,0),(25250,2957,1,1,1,1221,0,-1030.59,-625.379,-58.3883,5.65683,250,30,0,156,0,1,0,0,0),(25249,2957,1,1,1,1221,0,-1428.12,-816.219,-11.8363,5.05883,250,20,0,156,0,1,0,0,0),(25248,2957,1,1,1,1221,0,-1374.11,-331.503,-32.9141,4.60162,250,20,0,156,0,1,0,0,0),(25247,2957,1,1,1,1221,0,-1229.89,-882.591,-4.88661,5.35724,250,20,0,156,0,1,0,0,0),(25246,2957,1,1,1,1221,0,-942.994,-780.385,-12.4347,1.67379,250,20,0,156,0,1,0,0,0),(25245,2957,1,1,1,1221,0,-1419.32,-523.651,-59.7341,0.019529,250,20,0,156,0,1,0,0,0),(25244,2957,1,1,1,1221,0,-655.97,-120.829,-5.05292,3.12597,250,20,0,156,0,1,0,0,0),(25243,2957,1,1,1,1221,0,-1579.38,-501.216,-43.4083,0.285279,250,20,0,156,0,1,0,0,0),(25242,3213,1,1,1,3776,1,-2910.13,-185.786,59.0747,3.03543,250,15,0,5228,0,1,0,0,0),(25241,2957,1,1,1,1221,0,-947.748,-711.225,-32.2913,5.69518,250,20,0,156,0,1,0,0,0),(25240,2957,1,1,1,1221,0,-1149.02,-814.933,-27.9997,1.54736,250,20,0,156,0,1,0,0,0),(25239,2957,1,1,1,1221,0,-735.974,-504.577,-24.2672,0.7135,250,20,0,156,0,1,0,0,0),(25238,2956,1,1,1,1220,0,-2314.87,-113.409,-9.38592,6.01611,250,15,0,120,0,1,0,0,0),(25237,2956,1,1,1,1220,0,-1816.76,-284.566,-8.30801,4.60215,250,20,0,120,0,1,0,0,0),(25236,2956,1,1,1,1220,0,-2555.22,-936.102,-7.12971,4.45556,250,20,0,120,0,1,0,0,0),(25235,2956,1,1,1,1220,0,-2579.87,-919.681,-5.38771,5.35773,250,20,0,120,0,1,0,0,0),(25234,2956,1,1,1,1220,0,-2317.54,-47.7322,-2.91901,2.08359,250,20,0,120,0,1,0,0,0),(25233,2956,1,1,1,1220,0,-2616.55,180.361,62.5331,4.24874,250,20,0,120,0,1,0,0,0),(25232,2956,1,1,1,1220,0,-2719.5,217.22,79.5782,3.19633,250,20,0,120,0,1,0,0,0),(25231,2956,1,1,1,1220,0,-2649.02,148.309,47.3755,5.75476,250,20,0,120,0,1,0,0,0),(25230,2956,1,1,1,1220,0,-2250.99,-782.348,-3.46705,5.86239,250,20,0,120,0,1,0,0,0),(25229,2956,1,1,1,1220,0,-2780,152.124,53.6048,1.15444,250,20,0,120,0,1,0,0,0),(25228,2956,1,1,1,1220,0,-2916.35,151.109,81.1488,2.31449,250,20,0,120,0,1,0,0,0),(25227,2956,1,1,1,1220,0,-2547.32,-475.735,-5.92679,0.919926,250,20,0,120,0,1,0,0,0),(25226,2956,1,1,1,1220,0,-2614.95,-348.671,-8.1749,4.58967,250,20,0,120,0,1,0,0,0),(25225,2956,1,1,1,1220,0,-2248.6,-857.28,-7.49847,3.95893,250,20,0,120,0,1,0,0,0),(25224,2956,1,1,1,1220,0,-1615.02,246.582,7.10993,1.07223,250,20,0,120,0,1,0,0,0),(25223,2956,1,1,1,1220,0,-2748.02,-954.166,21.6735,4.15856,250,3,0,120,0,1,0,0,0),(25222,3212,1,1,1,3775,1,-2304.42,-358.541,-9.29993,4.0088,250,0,0,600,0,2,0,0,0),(25221,2956,1,1,1,1220,0,-1927.13,233.84,59.921,2.18264,250,20,0,120,0,1,0,0,0),(25220,2956,1,1,1,1220,0,-2383.76,-720.154,-5.71359,4.65522,250,20,0,120,0,1,0,0,0),(25219,2956,1,1,1,1220,0,-2621.33,-758.521,-5.34071,2.55967,250,20,0,120,0,1,0,0,0),(25218,2956,1,1,1,1220,0,-2612.61,-412.417,-6.57321,3.09606,250,20,0,120,0,1,0,0,0),(25217,2956,1,1,1,1220,0,-2566.35,-530.988,-3.52096,2.29392,250,20,0,120,0,1,0,0,0),(25216,2956,1,1,1,1220,0,-2059.25,20.9133,14.6796,1.65373,250,20,0,120,0,1,0,0,0),(25215,2956,1,1,1,1220,0,-2585.76,-184.669,-5.07597,2.01668,250,20,0,120,0,1,0,0,0),(25214,2956,1,1,1,1220,0,-2350,-650,-7.54984,0.766407,250,20,0,120,0,1,0,0,0),(25213,2956,1,1,1,1220,0,-2676.14,-16.7724,3.37195,5.39262,250,20,0,120,0,1,0,0,0),(25212,2956,1,1,1,1220,0,-2847.46,107.454,72.5485,5.27492,250,20,0,120,0,1,0,0,0),(25211,2956,1,1,1,1220,0,-2392.09,20.0011,15.6631,2.76217,250,20,0,120,0,1,0,0,0),(25210,2956,1,1,1,1220,0,-1777.19,-198.79,-9.29985,1.13766,250,20,0,120,0,1,0,0,0),(25209,2956,1,1,1,1220,0,-1684.07,164.062,0.992815,4.76518,250,20,0,120,0,1,0,0,0),(25208,2956,1,1,1,1220,0,-2033.25,-196.54,-9.33522,5.54688,250,20,0,120,0,1,0,0,0),(25207,2956,1,1,1,1220,0,-1577.11,221.244,-0.799335,0.117566,250,20,0,120,0,1,0,0,0),(25206,2956,1,1,1,1220,0,-2446.35,85.0515,32.635,5.1935,250,20,0,120,0,1,0,0,0),(25205,2956,1,1,1,1220,0,-2032.29,-31.2062,-2.65483,4.05608,250,20,0,120,0,1,0,0,0),(25204,2956,1,1,1,1220,0,-2221.05,-5.52162,13.7513,1.76277,250,20,0,120,0,1,0,0,0),(25203,2956,1,1,1,1220,0,-2981,214.086,76.9923,2.34514,250,20,0,120,0,1,0,0,0),(25202,2956,1,1,1,1220,0,-2315.77,-1119.91,-7.51432,5.16354,250,20,0,120,0,1,0,0,0),(25201,2956,1,1,1,1220,0,-2157.03,-158.981,-9.11041,1.90737,250,20,0,120,0,1,0,0,0),(25200,2956,1,1,1,1220,0,-2610.9,-49.4141,-1.99231,0.204678,250,20,0,120,0,1,0,0,0),(25199,2956,1,1,1,1220,0,-2418.39,-29.6549,-2.06925,5.43012,250,20,0,120,0,1,0,0,0),(25198,2956,1,1,1,1220,0,-2582.47,-150.699,-4.12167,5.52936,250,20,0,120,0,1,0,0,0),(25197,2956,1,1,1,1220,0,-2445.21,-88,-3.24158,2.85439,250,20,0,120,0,1,0,0,0),(25196,2956,1,1,1,1220,0,-2148.28,-1167.37,30.4433,5.32152,250,3,0,120,0,1,0,0,0),(25195,2956,1,1,1,1220,0,-2548.53,-108.522,-3.55403,5.13319,250,20,0,120,0,1,0,0,0),(25194,2956,1,1,1,1220,0,-1481.61,116.586,0.931797,4.14122,250,20,0,120,0,1,0,0,0),(25193,2956,1,1,1,1220,0,-1439.91,283.226,14.8315,3.02813,250,20,0,120,0,1,0,0,0),(25192,2956,1,1,1,1220,0,-2544.49,11.7637,9.99825,6.19748,250,20,0,120,0,1,0,0,0),(25191,2956,1,1,1,1220,0,-2569.57,93.6331,42.28,0.836403,250,20,0,120,0,1,0,0,0),(25190,2956,1,1,1,1220,0,-1670.64,-256.396,-13.9978,5.38011,250,20,0,120,0,1,0,0,0),(25189,2956,1,1,1,1220,0,-1851.52,-812.745,-1.93501,0.431664,250,20,0,120,0,1,0,0,0),(25188,2956,1,1,1,1220,0,-2708.38,-270.985,4.84437,1.8499,250,20,0,120,0,1,0,0,0),(25187,2956,1,1,1,1220,0,-2554.08,37.247,17.3699,4.94505,250,20,0,120,0,1,0,0,0),(25186,2956,1,1,1,1220,0,-2710.84,-316.79,2.25782,5.8606,250,20,0,120,0,1,0,0,0),(25185,2956,1,1,1,1220,0,-1788.18,212.357,36.9733,5.39414,250,20,0,120,0,1,0,0,0),(25184,2956,1,1,1,1220,0,-2118.7,175.969,56.0241,4.39681,250,20,0,120,0,1,0,0,0),(25183,2956,1,1,1,1220,0,-1338.35,338.603,13.8356,2.37277,250,20,0,120,0,1,0,0,0),(25182,2956,1,1,1,1220,0,-1709.86,-759.85,0.691075,2.36172,250,20,0,120,0,1,0,0,0),(25181,2956,1,1,1,1220,0,-2195.22,26.7337,26.7748,1.93643,250,20,0,120,0,1,0,0,0),(25180,2956,1,1,1,1220,0,-2635.22,-63.9381,-4.2629,0.6607,250,20,0,120,0,1,0,0,0),(25179,2956,1,1,1,1220,0,-1322.96,317.938,3.01788,2.09648,250,20,0,120,0,1,0,0,0),(25178,2956,1,1,1,1220,0,-2132.56,53.0019,31.9648,3.01821,250,20,0,120,0,1,0,0,0),(25177,2956,1,1,1,1220,0,-1672.37,-827.623,22.0241,1.6726,250,20,0,120,0,1,0,0,0),(25176,2956,1,1,1,1220,0,-2527.26,155.281,58.6705,1.78121,250,20,0,120,0,1,0,0,0),(25175,2956,1,1,1,1220,0,-1842.55,-461.321,-8.39096,5.69406,250,20,0,120,0,1,0,0,0),(25174,2956,1,1,1,1220,0,-1744.57,-898.233,77.5864,6.06282,250,20,0,120,0,1,0,0,0),(25173,2956,1,1,1,1220,0,-2086.63,34.3739,18.8187,1.7613,250,20,0,120,0,1,0,0,0),(25172,2956,1,1,1,1220,0,-2214.44,204.668,74.6919,1.4789,250,20,0,120,0,1,0,0,0),(25170,2956,1,1,1,1220,0,-2382.24,182.339,48.3298,1.47697,250,20,0,120,0,1,0,0,0),(25165,2956,1,1,1,1220,0,-2259.2,157.188,61.3696,1.8118,250,20,0,120,0,1,0,0,0),(25163,2956,1,1,1,1220,0,-2165.44,216.745,69.365,3.20218,250,20,0,120,0,1,0,0,0),(25162,2956,1,1,1,1220,0,-2374.1,117.085,45.3492,3.29336,250,20,0,120,0,1,0,0,0),(25161,2956,1,1,1,1220,0,-2064.9,209.476,77.713,2.88715,250,20,0,120,0,1,0,0,0),(25160,2956,1,1,1,1220,0,-1985.12,166.272,48.9194,4.85152,250,20,0,120,0,1,0,0,0),(25158,2956,1,1,1,1220,0,-2676.22,23.2356,15.0965,4.7558,250,20,0,120,0,1,0,0,0),(25157,2956,1,1,1,1220,0,-2021.02,147.52,51.9551,1.28552,250,20,0,120,0,1,0,0,0),(25155,2956,1,1,1,1220,0,-1616.05,-751.352,-26.6389,2.39761,250,20,0,120,0,1,0,0,0),(25149,2956,1,1,1,1220,0,-2779.8,-52.1184,0.998954,2.68406,250,20,0,120,0,1,0,0,0),(25148,2956,1,1,1,1220,0,-2750.6,-122.002,-2.71007,1.18401,250,20,0,120,0,1,0,0,0),(25146,2956,1,1,1,1220,0,-1535.27,-783.424,-28.6515,3.04173,250,20,0,120,0,1,0,0,0),(25145,2956,1,1,1,1220,0,-1755.26,-120.234,-3.11778,4.58038,250,20,0,120,0,1,0,0,0),(25144,2956,1,1,1,1220,0,-1816.46,-647.732,-10.256,1.52582,250,20,0,120,0,1,0,0,0),(25143,2956,1,1,1,1220,0,-1646.16,-468.504,-20.8354,0.342761,250,20,0,120,0,1,0,0,0),(25142,2956,1,1,1,1220,0,-1547.85,-306.794,-33.107,4.54949,250,20,0,120,0,1,0,0,0),(25141,2956,1,1,1,1220,0,-2908.46,260.4,84.3924,1.87834,250,20,0,120,0,1,0,0,0),(25140,2956,1,1,1,1220,0,-2819.97,251.055,78.542,3.70229,250,20,0,120,0,1,0,0,0),(25139,2956,1,1,1,1220,0,-1605.61,-185.745,-7.70795,0.280982,250,20,0,120,0,1,0,0,0),(25138,2956,1,1,1,1220,0,-3008.75,255.748,98.5325,0.072281,250,20,0,120,0,1,0,0,0),(25137,2956,1,1,1,1220,0,-1515.97,-255.513,-11.4972,1.54346,250,20,0,120,0,1,0,0,0),(25136,2956,1,1,1,1220,0,-2548.22,246.626,85.8245,3.46508,250,20,0,120,0,1,0,0,0),(25135,2956,1,1,1,1220,0,-2667.8,293.131,104.76,2.85257,250,20,0,120,0,1,0,0,0),(25134,2956,1,1,1,1220,0,-2227.16,-1007.28,0.011935,2.95497,250,20,0,120,0,1,0,0,0),(25133,2956,1,1,1,1220,0,-1537.64,-900.249,33.1375,4.19374,250,20,0,120,0,1,0,0,0),(25132,2956,1,1,1,1220,0,-1876.81,-951.563,34.699,1.8703,250,20,0,120,0,1,0,0,0),(25131,2956,1,1,1,1220,0,-1352.53,-340.73,-37.9218,0.183139,250,20,0,120,0,1,0,0,0),(25130,2955,1,1,1,1219,0,-2951.82,-350.502,55.8608,5.84685,155,0,0,42,0,0,0,0,0),(25129,2955,1,1,1,1219,0,-2983.85,-286.65,50.992,5.33128,155,20,0,42,0,1,0,0,0),(25128,2955,1,1,1,1219,0,-3183.58,-218.149,40.1468,1.83758,155,20,0,42,0,1,0,0,0),(25127,2955,1,1,1,1219,0,-3075.08,-425.632,34.2367,2.94113,155,20,0,42,0,1,0,0,0),(25126,2955,1,1,1,1219,0,-3191.29,-316.215,35.9534,0.742379,155,20,0,42,0,1,0,0,0),(25125,2955,1,1,1,1219,0,-3089.4,-346.682,37.2138,5.23152,155,20,0,42,0,1,0,0,0),(25124,2955,1,1,1,1219,0,-3131.45,-322.069,40.0784,2.88123,155,20,0,42,0,1,0,0,0),(25123,2955,1,1,1,1219,0,-3045.98,-349.31,40.1903,0.268497,155,20,0,42,0,1,0,0,0),(25122,2955,1,1,1,1219,0,-3079.66,-280.331,36.812,4.66396,155,20,0,42,0,1,0,0,0),(25121,2955,1,1,1,1219,0,-3033.38,-316.991,46.1089,0.156805,155,20,0,42,0,1,0,0,0),(25120,2955,1,1,1,1219,0,-3140.32,-373.38,35.979,3.44296,155,20,0,42,0,1,0,0,0),(25119,2955,1,1,1,1219,0,-3141.21,-244.925,40.8568,3.53465,155,20,0,42,0,1,0,0,0),(25118,2955,1,1,1,1219,0,-3182.53,-348.504,32.0346,3.10254,155,20,0,42,0,1,0,0,0),(25117,2955,1,1,1,1219,0,-3154.89,-285.67,39.6256,3.45271,155,20,0,42,0,1,0,0,0),(25116,2955,1,1,1,1219,0,-3023.5,-302.426,45.9254,4.64985,155,20,0,42,0,1,0,0,0),(25115,2955,1,1,1,1219,0,-3091.22,-124.869,41.395,2.09734,155,20,0,42,0,1,0,0,0),(25114,2955,1,1,1,1219,0,-3061.93,-125.453,46.5142,0.068386,155,20,0,42,0,1,0,0,0),(25113,2955,1,1,1,1219,0,-2982.59,-193.572,59.1098,1.54736,155,20,0,42,0,1,0,0,0),(25112,2955,1,1,1,1219,0,-3055.16,-555.272,27.1377,3.98643,155,20,0,42,0,1,0,0,0),(25111,2955,1,1,1,1219,0,-2999.36,-448.687,43.8473,5.34104,155,20,0,42,0,1,0,0,0),(25110,2955,1,1,1,1219,0,-3153.38,-408.762,31.4874,0.708828,155,20,0,42,0,1,0,0,0),(25109,2955,1,1,1,1219,0,-3058.44,-635.536,30.3453,4.2793,155,20,0,42,0,1,0,0,0),(25108,2955,1,1,1,1219,0,-3006.91,-618.322,31.2348,6.20297,155,20,0,42,0,1,0,0,0),(25107,2955,1,1,1,1219,0,-2979.26,-594.957,37.2569,5.89097,155,20,0,42,0,1,0,0,0),(25106,2955,1,1,1,1219,0,-2964.7,-506.814,43.3513,0.009765,155,20,0,42,0,1,0,0,0),(25105,2955,1,1,1,1219,0,-2939.09,-500.487,45.9334,5.26397,155,20,0,42,0,1,0,0,0),(25104,2955,1,1,1,1219,0,-2924.48,-413.029,54.3143,5.35355,155,20,0,42,0,1,0,0,0),(25103,2955,1,1,1,1219,0,-3025.27,-485.219,34.7532,6.25406,155,20,0,42,0,1,0,0,0),(25102,2955,1,1,1,1219,0,-3072.59,-500.734,30.7109,4.3617,155,20,0,42,0,1,0,0,0),(25101,2955,1,1,1,1219,0,-3130.23,-515.809,33.9632,0.066438,155,20,0,42,0,1,0,0,0),(25099,2955,1,1,1,1219,0,-3143.27,-566.025,32.4659,2.16151,155,20,0,42,0,1,0,0,0),(25098,2955,1,1,1,1219,0,-3119.55,-581.385,33.864,0.009664,155,20,0,42,0,1,0,0,0),(25097,2955,1,1,1,1219,0,-3117.87,-616.21,33.858,6.18233,155,20,0,42,0,1,0,0,0),(25096,2955,1,1,1,1219,0,-3152.37,-695.705,22.7903,5.03507,155,20,0,42,0,1,0,0,0),(25095,2955,1,1,1,1219,0,-3203.43,-748.811,29.8339,3.00246,155,20,0,42,0,1,0,0,0),(25094,2955,1,1,1,1219,0,-3250.75,-722.119,36.6034,6.24519,155,20,0,42,0,1,0,0,0),(25093,2955,1,1,1,1219,0,-3316.06,-677.78,43.9938,2.98479,155,20,0,42,0,1,0,0,0),(25092,2955,1,1,1,1219,0,-3270.2,-652.605,34.8025,6.14986,155,20,0,42,0,1,0,0,0),(25091,2955,1,1,1,1219,0,-3285.4,-603.356,39.0473,1.49252,155,20,0,42,0,1,0,0,0),(25090,2955,1,1,1,1219,0,-3311.14,-547.819,51.8312,0.356943,155,20,0,42,0,1,0,0,0),(25089,2955,1,1,1,1219,0,-3275.87,-224.546,39.1517,1.99191,155,20,0,42,0,1,0,0,0),(25088,2955,1,1,1,1219,0,-3248.42,-326.419,32.8765,0.293328,155,20,0,42,0,1,0,0,0),(25087,2955,1,1,1,1219,0,-3201.67,-279.45,32.5149,6.10456,155,20,0,42,0,1,0,0,0),(25086,2955,1,1,1,1219,0,-3026.64,-433.516,45.1517,3.52473,155,20,0,42,0,1,0,0,0),(25085,2955,1,1,1,1219,0,-3114.05,-453.771,28.6673,4.86727,155,20,0,42,0,1,0,0,0),(25084,2955,1,1,1,1219,0,-2881.56,-570.086,54.2611,4.66155,155,20,0,42,0,1,0,0,0),(25083,2955,1,1,1,1219,0,-2813.47,-526.073,55.4682,2.16176,155,20,0,42,0,1,0,0,0),(25082,2955,1,1,1,1219,0,-2850.92,-517.715,50.9136,5.06145,155,0,0,42,0,0,0,0,0),(25081,2955,1,1,1,1219,0,-2863.94,-479.933,52.4656,0.576621,155,20,0,42,0,1,0,0,0),(25080,2955,1,1,1,1219,0,-2907.85,-464.819,44.1819,5.03679,155,20,0,42,0,1,0,0,0),(25079,2955,1,1,1,1219,0,-2890.61,-414.22,48.9172,1.35043,155,20,0,42,0,1,0,0,0),(25078,2955,1,1,1,1219,0,-2914.13,-418.574,52.0204,1.79116,155,20,0,42,0,1,0,0,0),(25077,2955,1,1,1,1219,0,-3107.65,-720.782,35.2652,1.35807,155,20,0,42,0,1,0,0,0),(25076,2955,1,1,1,1219,0,-2983.34,-392.957,52.7516,4.94314,155,20,0,42,0,1,0,0,0),(25075,2955,1,1,1,1219,0,-2885.21,-445.158,48.5461,0.638421,155,20,0,42,0,1,0,0,0),(6740,485,0,1,1,6034,1,-9757.48,-3140.41,59.0104,0.523599,300,0,0,494,0,0,0,0,0),(6739,485,0,1,1,6034,1,-9734.4,-3142.29,59.0314,1.29154,300,0,0,494,0,0,0,0,0),(6738,437,0,1,1,6037,1,-9545.27,-3245.48,49.8128,3.27189,300,5,0,531,0,1,0,0,0),(6737,485,0,1,1,6034,1,-9547.44,-3246.41,49.814,3.36429,300,10,0,494,0,1,0,0,0),(25074,2955,1,1,1,1219,0,-2850.37,-402.593,55.6316,5.69628,155,20,0,42,0,1,0,0,0),(6736,440,0,1,1,6033,1,-9713.84,-3106.15,58.6999,1.74959,300,0,0,449,0,0,0,0,0),(25073,2955,1,1,1,1219,0,-2863.83,-368.271,52.4643,4.20838,155,20,0,42,0,1,0,0,0),(25072,2955,1,1,1,1219,0,-2841.71,-341.821,53.348,5.7666,155,20,0,42,0,1,0,0,0),(25071,2955,1,1,1,1219,0,-2948.47,-566.307,41.6471,1.49058,155,20,0,42,0,1,0,0,0),(25070,2955,1,1,1,1219,0,-2910.75,-553.365,47.9111,4.85687,155,20,0,42,0,1,0,0,0),(25069,2955,1,1,1,1219,0,-3007.18,-217.667,54.5532,3.18852,155,20,0,42,0,1,0,0,0),(25068,2955,1,1,1,1219,0,-2839.19,-599.381,57.2352,0.244979,155,20,0,42,0,1,0,0,0),(25065,2955,1,1,1,1219,0,-2844.41,-620.552,55.7458,0.57264,155,20,0,42,0,1,0,0,0),(25010,2955,1,1,1,1219,0,-3238.55,-413.41,24.2756,0.086061,155,20,0,42,0,1,0,0,0),(24983,2955,1,1,1,1219,0,-2983.6,-552.627,39.9958,6.06854,155,20,0,42,0,1,0,0,0),(24982,2955,1,1,1,1219,0,-3071.13,-177.093,53.6208,0.47064,155,20,0,42,0,1,0,0,0),(24981,2955,1,1,1,1219,0,-2883.43,-583.25,54.5997,6.22796,155,20,0,42,0,1,0,0,0),(24980,2955,1,1,1,1219,0,-3129.35,-492.163,33.3701,6.13878,155,20,0,42,0,1,0,0,0),(24979,2955,1,1,1,1219,0,-3147.9,-223.017,41.7874,4.95525,155,20,0,42,0,1,0,0,0),(24978,2955,1,1,1,1219,0,-3191,-347.672,31.8757,0.024,155,20,0,42,0,1,0,0,0),(24977,2955,1,1,1,1219,0,-2918.04,-624.438,49.9362,0.30137,155,20,0,42,0,1,0,0,0),(24975,2955,1,1,1,1219,0,-2836.29,-635.521,55.2151,5.4044,155,10,0,42,0,1,0,0,0),(24974,2955,1,1,1,1219,0,-3185.31,-184.15,40.9962,0.117014,155,20,0,42,0,1,0,0,0),(24973,2955,1,1,1,1219,0,-2814.81,-260.331,55.818,5.04648,155,20,0,42,0,1,0,0,0),(24972,2955,1,1,1,1219,0,-2782.15,-306.569,56.8386,3.82732,155,20,0,42,0,1,0,0,0),(24971,2955,1,1,1,1219,0,-2795.43,-341.354,55.8402,0.640347,155,20,0,42,0,1,0,0,0),(24970,2955,1,1,1,1219,0,-2807.13,-226.916,55.5954,6.01309,155,20,0,42,0,1,0,0,0),(24969,2955,1,1,1,1219,0,-3276.08,-448.762,33.5653,3.02813,155,20,0,42,0,1,0,0,0),(24968,2955,1,1,1,1219,0,-3217.87,-498.955,20.503,1.48279,155,20,0,42,0,1,0,0,0),(24967,2955,1,1,1,1219,0,-3076.29,-623.174,34.5767,0.371801,155,20,0,42,0,1,0,0,0),(24966,2955,1,1,1,1219,0,-3080.39,-683.181,31.4156,3.14355,155,20,0,42,0,1,0,0,0),(24965,2955,1,1,1,1219,0,-3282.82,-276.442,36.6822,3.48271,155,20,0,42,0,1,0,0,0),(24964,2955,1,1,1,1219,0,-3225.99,-214.955,30.9469,6.03916,155,20,0,42,0,1,0,0,0),(24963,2955,1,1,1,1219,0,-3292.54,-410.129,39.689,3.23543,155,20,0,42,0,1,0,0,0),(24962,2955,1,1,1,1219,0,-3233.85,-378.966,27.2996,4.71239,155,20,0,42,0,1,0,0,0),(24961,2955,1,1,1,1219,0,-3272.11,-352.249,41.0159,4.61058,155,20,0,42,0,1,0,0,0),(24960,2955,1,1,1,1219,0,-3213.72,-550.512,25.3097,3.51158,155,20,0,42,0,1,0,0,0),(24959,2955,1,1,1,1219,0,-3104.93,-663.428,34.8461,1.05164,155,20,0,42,0,1,0,0,0),(24958,2955,1,1,1,1219,0,-2894.14,-154.514,69.7639,0.768825,155,20,0,42,0,1,0,0,0),(24957,2955,1,1,1,1219,0,-2919.82,-114.985,78.8177,1.43762,155,20,0,42,0,1,0,0,0),(24956,2955,1,1,1,1219,0,-2859.2,-176.416,60.516,1.74174,155,20,0,42,0,1,0,0,0),(24955,2955,1,1,1,1219,0,-3251.77,-526.307,32.2921,0.586376,155,20,0,42,0,1,0,0,0),(24954,2955,1,1,1,1219,0,-3207.5,-594.921,28.754,1.28146,155,20,0,42,0,1,0,0,0),(24953,2955,1,1,1,1219,0,-3159.12,-722.931,23.7353,3.70143,155,20,0,42,0,1,0,0,0),(24952,2955,1,1,1,1219,0,-3200.98,-642.526,28.9728,3.44861,155,20,0,42,0,1,0,0,0),(24951,2955,1,1,1,1219,0,-3227.64,-690.163,32.354,2.88662,155,20,0,42,0,1,0,0,0),(24950,2955,1,1,1,1219,0,-3251.1,-558.498,34.9719,1.68037,155,20,0,42,0,1,0,0,0),(24949,3211,1,1,1,3774,1,-2915.89,-315.305,57.4223,3.85904,250,15,0,5228,0,1,0,0,0),(24948,2954,1,1,1,6807,0,-2982.66,-1218.76,63.4175,2.08989,250,5,0,86,0,1,0,0,0),(24947,2954,1,1,1,6807,0,-2958.84,-1225.68,62.9091,3.23004,250,5,0,86,0,1,0,0,0),(24946,2954,1,1,1,6807,0,-3192.94,-1086.98,69.7355,0.152946,250,3,0,86,0,1,0,0,0),(24945,2954,1,1,1,6807,0,-2930.47,-1237.36,68.9084,5.3867,250,5,0,86,0,1,0,0,0),(24944,2954,1,1,1,6807,0,-2964.52,-1253.78,71.2064,1.8908,250,5,0,86,0,1,0,0,0),(24943,2954,1,1,1,6807,0,-3035.14,-1090.51,54.1084,3.33935,250,5,0,86,0,1,0,0,0),(24942,2954,1,1,1,6807,0,-2955.21,-1023.3,55.8848,4.79702,250,5,0,86,0,1,0,0,0),(24941,2954,1,1,1,6807,0,-2917.4,-982.759,57.4232,1.88007,250,5,0,86,0,1,0,0,0),(24940,2954,1,1,1,6807,0,-2986.35,-1150.41,58.0888,6.01228,250,5,0,86,0,1,0,0,0),(24939,2954,1,1,1,6807,0,-3071.44,-1226.24,86.9587,1.38106,250,5,0,86,0,1,0,0,0),(24938,2954,1,1,1,6807,0,-2880.37,-1182.2,59.883,2.64738,250,5,0,86,0,1,0,0,0),(24937,2954,1,1,1,6807,0,-3234.59,-1084.21,97.1219,5.39814,250,5,0,86,0,1,0,0,0),(24936,2954,1,1,1,6807,0,-2865.85,-1110.25,88.8413,6.15656,250,5,0,86,0,1,0,0,0),(24935,2954,1,1,1,6807,0,-2941.97,-1324.23,88.2044,0.510029,250,3,0,86,0,1,0,0,0),(24934,5770,1,1,1,4513,1,-1069.95,-272.894,159.114,6.21337,250,0,0,3398,0,0,0,0,0),(24933,3978,1,1,1,4518,1,-1176.12,157.615,134.812,3.9619,250,0,0,1003,0,0,0,0,0),(24932,3210,1,1,1,3771,1,-2953.74,-287.969,56.5939,3.17454,250,15,0,11828,0,1,0,0,0),(24931,2953,1,1,1,6090,0,-2939.67,-1277.92,72.3294,4.57769,250,5,0,69,79,1,0,0,0),(24930,2953,1,1,1,6090,0,-2945.13,-1005,54.7598,3.22324,250,0,0,69,79,0,0,0,0),(24929,2953,1,1,1,6090,0,-3006.67,-1230.15,66.1155,3.51775,250,5,0,69,79,1,0,0,0),(24928,2953,1,1,1,6090,0,-3049.96,-1233.98,78.9175,4.02666,250,5,0,69,79,1,0,0,0),(24927,2953,1,1,1,6090,0,-3110.42,-1202.75,85.4502,0.261799,250,0,0,69,79,0,0,0,0),(24926,2953,1,1,1,6090,0,-2856.75,-1010.43,56.9201,2.03959,250,5,0,69,79,1,0,0,0),(24925,2953,1,1,1,6090,0,-2850.82,-1032.33,55.611,5.49779,250,5,0,69,79,1,0,0,0),(24924,2953,1,1,1,6090,0,-2877.23,-1039.16,54.2914,2.69237,250,5,0,69,79,1,0,0,0),(24923,2953,1,1,1,6090,0,-2869.76,-1123.74,88.6172,3.50381,250,5,0,69,79,1,0,0,0),(24922,2953,1,1,1,6090,0,-2877.66,-1115.55,88.6172,5.93008,250,5,0,69,79,1,0,0,0),(24921,2953,1,1,1,6090,0,-2884.32,-1222.12,69.6136,5.02777,250,5,0,69,79,1,0,0,0),(24920,2953,1,1,1,6090,0,-2964.02,-1292.03,72.3294,1.22723,250,5,0,69,79,1,0,0,0),(24919,2953,1,1,1,6090,0,-2913.25,-1340.1,87.4416,3.75677,250,0,0,69,79,0,0,0,0),(24918,2953,1,1,1,6090,0,-2937.74,-1347.15,87.4202,3.80482,250,0,0,69,79,0,0,0,0),(24917,5769,1,1,1,4519,1,-1048.74,-303.954,159.114,1.8675,250,0,0,3496,2568,0,0,0,0),(24916,3209,1,1,1,3770,1,-2893.19,-239.584,53.6285,4.1973,250,0,0,546,0,2,0,0,0),(24915,2952,1,1,1,1967,0,-3084.17,-1019.48,52.9627,4.03749,250,5,0,71,0,1,0,0,0),(24914,2952,1,1,1,1967,0,-2984.46,-1018.99,55.1832,6.01564,250,5,0,71,0,1,0,0,0),(24913,2952,1,1,1,1967,0,-3002,-1232.86,66.1185,2.99328,250,5,0,71,0,1,0,0,0),(24912,2952,1,1,1,1967,0,-2932.52,-1264.24,72.2712,6.01681,250,0,0,71,0,0,0,0,0),(24911,2952,1,1,1,1967,0,-3177.28,-1079.17,65.2501,6.25195,250,5,0,71,0,1,0,0,0),(24910,2952,1,1,1,1967,0,-3013.08,-1031.27,53.4493,4.57326,250,5,0,71,0,1,0,0,0),(24909,2952,1,1,1,1967,0,-3059.21,-1129.8,61.7264,1.51432,250,5,0,71,0,1,0,0,0),(24908,2952,1,1,1,1967,0,-2955.2,-1239.9,66.0281,4.94737,250,5,0,71,0,1,0,0,0),(24907,2952,1,1,1,1967,0,-3043.33,-1043.66,49.152,1.63445,250,5,0,71,0,1,0,0,0),(24906,2952,1,1,1,1967,0,-3091.17,-1041.66,49.6118,1.98597,250,0,0,71,0,2,0,0,0),(24905,2952,1,1,1,1967,0,-3111.4,-1050.33,55.0647,1.56689,250,0,0,71,0,2,0,0,0),(24904,2952,1,1,1,1967,0,-3150.87,-998.06,50.9097,2.32573,250,0,0,71,0,2,0,0,0),(24903,2952,1,1,1,1967,0,-2942.75,-1296.8,72.3294,3.0056,250,5,0,71,0,1,0,0,0),(24902,2952,1,1,1,1967,0,-3065.29,-1154.26,66.3851,4.59559,250,5,0,71,0,1,0,0,0),(24901,2952,1,1,1,1967,0,-3135.79,-1134.47,86.0683,2.31601,250,5,0,71,0,1,0,0,0),(24900,2952,1,1,1,1967,0,-3085.52,-1147.87,69.3335,4.75963,250,5,0,71,0,1,0,0,0),(24899,2952,1,1,1,1967,0,-3081.25,-1085.42,76.6695,6.03766,250,5,0,71,0,1,0,0,0),(24898,2952,1,1,1,1967,0,-3156.7,-1056.65,57.5013,3.5867,250,5,0,71,0,1,0,0,0),(24897,2952,1,1,1,1967,0,-2995.31,-1008.85,57.1832,4.84893,250,5,0,71,0,1,0,0,0),(24896,2952,1,1,1,1967,0,-3005.55,-958.693,58.2575,0.023433,250,5,0,71,0,1,0,0,0),(24895,2952,1,1,1,1967,0,-2921.04,-1243.08,70.9869,2.2204,250,5,0,71,0,1,0,0,0),(24894,2952,1,1,1,1967,0,-2937.27,-1248.28,72.1191,2.18166,250,0,0,71,0,0,0,0,0),(24893,2952,1,1,1,1967,0,-2954.38,-1256.52,71.8691,1.8326,250,0,0,71,0,0,0,0,0),(24892,2952,1,1,1,1967,0,-2979.95,-1257.04,72.3304,0.703766,250,5,0,71,0,1,0,0,0),(24891,2952,1,1,1,1967,0,-2954.79,-1195.26,59.7234,5.29524,250,5,0,71,0,1,0,0,0),(24890,2952,1,1,1,1967,0,-3001.23,-1154.33,58.3638,5.14975,250,5,0,71,0,1,0,0,0),(24889,2952,1,1,1,1967,0,-3051.43,-1114.8,58.8514,3.84255,250,5,0,71,0,1,0,0,0),(24888,2952,1,1,1,1967,0,-2948.75,-1038.97,56.0497,6.20661,250,5,0,71,0,1,0,0,0),(24887,2952,1,1,1,1967,0,-2909.94,-1016.85,54.0414,1.01671,250,5,0,71,0,1,0,0,0),(24886,2952,1,1,1,1967,0,-2956.03,-952.207,55.7618,4.2226,250,5,0,71,0,1,0,0,0),(24885,2952,1,1,1,1967,0,-2948.6,-972.544,54.3508,1.2,250,5,0,71,0,1,0,0,0),(24884,2952,1,1,1,1967,0,-2962.41,-1000.82,54.9652,0.634858,250,0,0,71,0,2,0,0,0),(24883,2952,1,1,1,1967,0,-2953.77,-998.909,54.7813,3.40339,250,0,0,71,0,0,0,0,0),(24882,2952,1,1,1,1967,0,-2908.64,-1223.84,68.2598,5.41187,250,5,0,71,0,1,0,0,0),(24881,2952,1,1,1,1967,0,-2899.7,-1229.64,68.9902,2.53343,250,5,0,71,0,1,0,0,0),(24880,2952,1,1,1,1967,0,-2902.62,-1072.81,56.4098,2.34856,250,5,0,71,0,1,0,0,0),(24879,2952,1,1,1,1967,0,-2994.49,-1277.91,72.2655,0.160882,250,0,0,71,0,0,0,0,0),(24878,2952,1,1,1,1967,0,-2919.63,-1185.99,58.918,3.80332,250,5,0,71,0,1,0,0,0),(24877,2952,1,1,1,1967,0,-2941.61,-1329.63,87.7044,3.21972,250,3,0,71,0,1,0,0,0),(24876,2952,1,1,1,1967,0,-2970.5,-1115.49,58.2956,0.299036,250,5,0,71,0,1,0,0,0),(24875,2952,1,1,1,1967,0,-2836.17,-1068.33,72.6835,3.67534,250,5,0,71,0,1,0,0,0),(24874,2952,1,1,1,1967,0,-2913.22,-1111.91,55.2859,4.85409,250,5,0,71,0,1,0,0,0),(24873,2952,1,1,1,1967,0,-2958.9,-1115.72,57.4478,0.190504,250,5,0,71,0,1,0,0,0),(24872,2952,1,1,1,1967,0,-2852.06,-1073.17,78.2892,2.56373,250,5,0,71,0,1,0,0,0),(24871,2952,1,1,1,1967,0,-2952.83,-1332.39,87.4544,4.23113,250,0,0,71,0,2,0,0,0),(24870,2952,1,1,1,1967,0,-3175.6,-993.919,93.2463,0.46186,250,5,0,71,0,1,0,0,0),(24869,2952,1,1,1,1967,0,-3072.88,-951.624,92.1692,0.814756,250,5,0,71,0,1,0,0,0),(24868,2952,1,1,1,1967,0,-3071.31,-921.027,93.2797,2.63109,250,5,0,71,0,1,0,0,0),(24867,14728,1,1,1,14758,0,-1147.28,67.3353,145.949,3.24631,250,0,0,1220,0,0,0,0,0),(24866,2951,1,1,1,1217,1,-2757.4,-680.898,5.52629,2.11056,250,15,0,137,0,1,0,0,0),(24865,2951,1,1,1,1217,1,-2787.45,-670.354,15.7395,3.1345,250,2,0,137,0,1,0,0,0),(24864,2951,1,1,1,1217,1,-2753.45,-705.906,3.73329,1.54931,250,15,0,137,0,1,0,0,0),(24863,2951,1,1,1,1217,1,-2734.93,-744.724,-3.77842,5.21723,250,15,0,137,0,1,0,0,0),(24862,2951,1,1,1,1217,1,-2771.22,-772.981,1.84112,5.09036,250,15,0,137,0,1,0,0,0),(24861,2951,1,1,1,1217,1,-2730.96,-728.3,-2.90149,3.35391,250,15,0,137,0,1,0,0,0),(24860,2951,1,1,1,1217,1,-2775.22,-790.021,3.06628,5.29663,250,5,0,137,0,1,0,0,0),(24859,2951,1,1,1,1217,1,-2344.68,468.724,46.5097,0.84759,250,5,0,137,0,1,0,0,0),(24858,2951,1,1,1,1217,1,-2390.34,485.518,51.876,1.17275,250,3,0,137,0,1,0,0,0),(24857,2951,1,1,1,1217,1,-2401.77,442.99,60.9177,0.688151,250,3,0,137,0,1,0,0,0),(24856,2951,1,1,1,1217,1,-2366.48,491.803,45.4279,4.05964,250,3,0,137,0,1,0,0,0),(24855,2951,1,1,1,1217,1,-2346.09,496.021,44.0552,4.88824,250,3,0,137,0,1,0,0,0),(24854,2951,1,1,1,1217,1,-2343.34,468.65,76.0041,0.832559,250,3,0,137,0,1,0,0,0),(24853,2951,1,1,1,1217,1,-2411.31,468.462,62.2711,4.90364,250,3,0,137,0,1,0,0,0),(24852,2951,1,1,1,1217,1,-2380.93,496.049,48.8857,4.39467,250,3,0,137,0,1,0,0,0),(24851,2951,1,1,1,1217,1,-2379.58,459.188,76.8051,0.033947,250,5,0,137,0,1,0,0,0),(24850,2951,1,1,1,1217,1,-2385.61,437.647,64.5516,3.06712,250,3,0,137,0,1,0,0,0),(24849,2951,1,1,1,1217,1,-2368.56,446.682,66.8176,1.19066,250,3,0,137,0,1,0,0,0),(24848,2951,1,1,1,1217,1,-2342.71,455.756,74.4501,5.59934,250,3,0,137,0,1,0,0,0),(24847,2950,1,1,1,1216,1,-2773.84,-690.256,6.73952,3.5708,250,0,0,115,126,0,0,0,0),(24846,2950,1,1,1,1216,1,-2778.57,-653.7,18.6019,1.94871,250,5,0,115,126,1,0,0,0),(24845,2950,1,1,1,1216,1,-2811.93,-686.674,20.94,4.73387,250,5,0,115,126,1,0,0,0),(24844,2950,1,1,1,1216,1,-2726.63,-749.648,-5.20641,0.093,250,15,0,115,126,1,0,0,0),(24843,2950,1,1,1,1216,1,-2732.73,-815.182,1.14692,6.04114,250,15,0,115,126,1,0,0,0),(24842,2950,1,1,1,1216,1,-2345.75,477.85,46.4237,1.50368,250,0,0,115,126,2,0,0,0),(24841,2950,1,1,1,1216,1,-2344.25,391.185,66.2333,2.57346,250,5,0,115,126,1,0,0,0),(24840,2950,1,1,1,1216,1,-2360.75,471.607,71.8855,3.01613,250,3,0,115,126,1,0,0,0),(24839,2950,1,1,1,1216,1,-2351.69,495.813,44.4036,6.21177,250,3,0,115,126,1,0,0,0),(24838,2950,1,1,1,1216,1,-2366.35,382.981,66.0066,1.05079,250,5,0,115,126,1,0,0,0),(24837,2950,1,1,1,1216,1,-2388.27,245.457,51.2907,2.69863,250,5,0,115,126,1,0,0,0),(24836,2950,1,1,1,1216,1,-2337.87,527.628,40.9719,1.23625,250,3,0,115,126,1,0,0,0),(24835,2950,1,1,1,1216,1,-2329.58,422.423,50.5502,3.37766,250,0,0,115,126,2,0,0,0),(24834,2950,1,1,1,1216,1,-2351.07,420.83,62.0992,2.02436,250,0,0,115,126,2,0,0,0),(24833,2950,1,1,1,1216,1,-2384.81,351.924,64.8289,0.761254,250,0,0,115,126,2,0,0,0),(24832,2950,1,1,1,1216,1,-2316.51,489.109,45.794,2.01667,250,3,0,115,126,1,0,0,0),(24831,2950,1,1,1,1216,1,-2445.96,246.842,56.6754,3.99793,250,5,0,115,126,1,0,0,0),(24830,2950,1,1,1,1216,1,-2732.34,-446.87,-4.32295,4.81739,250,5,0,115,126,1,0,0,0),(24829,2950,1,1,1,1216,1,-2784.58,-454.475,14.1033,5.5475,250,5,0,115,126,1,0,0,0),(24828,2950,1,1,1,1216,1,-2742.05,-430.429,-4.34935,0.992097,250,0,0,115,126,0,0,0,0),(24827,2950,1,1,1,1216,1,-2711.52,-417.73,-6.82656,6.11502,250,15,0,115,126,1,0,0,0),(24826,2950,1,1,1,1216,1,-2782.75,-419.605,6.73342,4.88497,250,5,0,115,126,1,0,0,0),(24825,2950,1,1,1,1216,1,-2750,-383.569,6.33758,0.35328,250,3,0,115,126,1,0,0,0),(24824,2949,1,1,1,550,1,-2745.59,-486.322,8.33603,5.42287,250,3,0,98,115,1,0,0,0),(24823,2949,1,1,1,550,1,-2711.64,-453.133,-5.3897,5.74497,250,15,0,98,115,1,0,0,0),(24822,2949,1,1,1,550,1,-2717.86,-480.613,0.456745,2.81552,250,5,0,98,115,1,0,0,0),(24821,2949,1,1,1,550,1,-2784.29,-681.884,10.8645,4.4458,250,5,0,98,115,1,0,0,0),(24820,2949,1,1,1,550,1,-2810.68,-711.088,14.614,1.86107,250,3,0,98,115,1,0,0,0),(24819,2949,1,1,1,550,1,-2752.55,-715.901,2.8621,1.6478,250,15,0,98,115,1,0,0,0),(24818,2949,1,1,1,550,1,-2743.67,-654.11,6.64304,6.1604,250,5,0,98,115,1,0,0,0),(24817,2949,1,1,1,550,1,-2787,-751.998,6.52102,2.98479,250,5,0,98,115,1,0,0,0),(24816,2949,1,1,1,550,1,-2740.95,-778.514,-3.32387,0.569125,250,15,0,98,115,1,0,0,0),(24815,2949,1,1,1,550,1,-2407.36,229.762,49.0924,0.944881,250,0,0,98,115,0,0,0,0),(24814,2949,1,1,1,550,1,-2411.55,221.13,48.8424,5.14052,250,0,0,98,115,0,0,0,0),(24813,2949,1,1,1,550,1,-2340.33,423.887,53.0449,2.16864,250,2,0,98,115,1,0,0,0),(24812,2949,1,1,1,550,1,-2381.51,213.145,48.949,2.61131,250,5,0,98,115,1,0,0,0),(24811,2949,1,1,1,550,1,-2360.64,366.976,64.8289,3.94176,250,5,0,98,115,1,0,0,0),(24810,2949,1,1,1,550,1,-2402.29,347.241,65.7146,1.9042,250,3,0,98,115,1,0,0,0),(24809,2949,1,1,1,550,1,-2390.64,363.784,65.369,4.26429,250,3,0,98,115,1,0,0,0),(24808,2949,1,1,1,550,1,-2320.22,402.033,54.2591,2.56137,250,3,0,98,115,1,0,0,0),(24807,2949,1,1,1,550,1,-2368.48,330.999,64.8289,2.8236,250,3,0,98,115,1,0,0,0),(24806,2949,1,1,1,550,1,-2397.57,225.401,48.5924,5.77579,250,0,0,98,115,0,0,0,0),(24805,2949,1,1,1,550,1,-2368.52,351.796,64.8289,0.00825,250,3,0,98,115,1,0,0,0),(24804,2949,1,1,1,550,1,-2445.78,216.949,51.5054,0.359781,250,5,0,98,115,1,0,0,0),(24803,2949,1,1,1,550,1,-2420.19,250.609,55.5407,1.48863,250,5,0,98,115,1,0,0,0),(24802,2949,1,1,1,550,1,-2752.6,-436.246,-2.4458,2.56853,250,5,0,98,115,1,0,0,0),(24801,2949,1,1,1,550,1,-2730.63,-436.236,-5.69795,4.69762,250,0,0,98,115,0,0,0,0),(24800,2949,1,1,1,550,1,-2718.48,-384.596,-3.87965,4.03645,250,10,0,98,115,1,0,0,0),(24799,2948,1,1,1,3826,1,-2341.4,-445.449,-6.4173,2.94961,250,0,0,713,0,0,0,0,0),(24798,2947,1,1,1,3821,1,-2304.79,-454.809,-5.35507,1.79769,250,0,0,531,0,0,0,0,0),(24797,10881,1,1,1,10188,1,-1231.21,136.75,132.958,3.44483,250,0,0,71,0,2,0,0,0),(24796,9087,1,1,1,8356,1,-1087.89,-225.033,159.253,0.575959,250,0,0,1342,0,0,0,0,0),(24795,6776,1,1,1,5507,0,-2351.99,-348.944,-8.87365,4.57276,250,0,0,120,0,0,0,0,0),(137649,34978,1,1,1,0,1,-1384.29,-98.6163,159.018,2.87979,300,0,0,1,1,0,0,0,0),(24793,6775,1,1,1,5506,1,-3066.02,68.8002,79.4688,4.17134,250,0,0,71,0,0,0,0,0),(24792,3447,1,1,1,4383,1,-1038.86,248.481,135.327,3.47321,250,0,0,664,0,0,0,0,0),(24791,9076,1,1,1,8355,1,-1002.88,-291.781,159.399,2.3911,250,0,0,713,0,0,0,0,0),(24790,4721,1,1,1,2738,1,-1207.75,-57.0394,158.601,4.74729,250,0,0,713,0,0,0,0,0),(24789,3441,1,1,1,4520,1,-1413.06,-125.633,159.018,0.890118,250,0,0,4370,0,0,0,0,0),(24788,8554,1,1,1,1346,0,-2932.87,-1276.25,72.2877,1.76278,250,0,0,102,0,0,0,0,0),(24787,3690,1,1,1,4298,0,-2275.65,-399.941,-9.32096,0.645772,250,0,0,2138,0,0,0,0,0),(24786,14442,1,1,1,14496,1,-1201.45,12.3486,164.711,1.4143,500,0,0,19916,0,2,0,0,0),(24785,14441,1,1,1,14495,1,-1259.3,25.1918,128.187,5.08047,500,0,0,50400,0,2,0,0,0),(24784,10600,1,1,1,9935,0,-2333.96,-512.051,-9.29993,3.40339,250,0,0,355,0,0,0,0,0),(24783,3688,1,1,1,4299,1,-2181.63,-402.943,-4.40449,0.10472,250,0,0,1753,0,0,0,0,0),(24782,14440,1,1,1,14494,1,-1342.24,-127.792,159.692,0.140034,500,0,0,50400,0,2,0,0,0),(24781,10599,1,1,1,9936,0,-2360.29,-519.246,-9.29993,0.261799,250,0,0,297,0,0,0,0,0),(24780,10086,1,1,1,9337,1,-1434.44,-47.8479,156.953,5.48033,250,0,0,1753,0,0,0,0,0),(24779,3685,1,1,1,4300,0,-2279.8,-392.07,-9.31362,0.174533,250,0,0,2218,0,0,0,0,0),(24778,4451,1,1,1,4568,1,-1266.91,141.197,132.646,5.18363,250,0,0,896,0,0,0,0,0),(245562,16592,1,1,1,11686,0,2558.73,-481.666,109.821,-2.47837,300,0,0,42,0,0,0,0,0),(24776,12383,1,1,1,1072,0,-1252.41,-131.099,162.89,5.06996,250,0,0,8,0,0,0,0,0),(24775,11869,1,1,1,11803,1,-1286.47,89.4229,129.28,0.314159,500,0,0,15505,0,0,0,0,0),(24774,6747,1,1,1,5486,1,-2365.37,-347.31,-8.87365,5.84685,250,0,0,1003,0,0,0,0,0),(24773,3419,1,1,1,1814,1,-995.383,278.552,111.994,4.55531,250,0,0,573,0,0,0,0,0),(24772,6746,1,1,1,5487,1,-1300.28,38.4858,129.292,0.558505,250,0,0,1003,0,0,0,0,0),(24771,4943,1,1,1,2951,1,-1412.01,-47.0884,156.902,5.48033,250,0,0,1003,0,0,0,0,0),(24770,11084,1,1,1,10617,1,-1146.48,74.909,145.949,3.82227,250,0,0,1469,0,0,0,0,0),(24769,10054,1,1,1,9272,1,-1269.08,46.0596,128.584,2.21657,250,0,0,1003,0,0,0,0,0),(24768,5957,1,1,1,4665,1,-967.639,281.837,110.805,1.36136,250,0,0,2218,0,0,0,0,0),(24767,5189,1,1,1,3129,1,-1290.15,123.459,131.642,0.715585,250,0,0,713,0,0,0,0,0),(24766,12355,1,1,1,12246,0,-2279.87,-406.274,-8.91766,0.628319,250,0,0,247,0,0,0,0,0),(24765,10050,1,1,1,9269,0,-2340.11,-354.59,-8.78192,5.86431,250,0,0,1003,0,0,0,0,0),(24764,12354,1,1,1,11641,0,-2280.49,-400.22,-9.20987,0.116925,250,0,0,247,0,0,0,0,0),(24763,23618,1,1,1,21641,1,-2097.52,-430.539,-6.62822,0.977384,250,0,0,5341,0,0,0,0,0),(24762,23616,1,1,1,1100,0,-2459.23,-484.062,-9.01284,0.663225,250,0,0,247,0,0,0,0,0),(24760,11071,1,1,1,10614,1,-1117.91,51.0132,141.18,5.37561,250,0,0,531,0,0,0,0,0),(24759,2620,1,1,1,1072,0,-1294.87,297.779,4.0341,3.53262,250,5,0,8,0,1,0,0,0),(24758,2620,1,1,1,1072,0,-925.329,-602.628,-56.7846,1.14385,250,5,0,8,0,1,0,0,0),(24757,2620,1,1,1,1072,0,-2367.44,-902.487,-9.28992,4.13066,250,5,0,8,0,1,0,0,0),(24756,2620,1,1,1,1072,0,-1858.58,186.461,40.295,3.94622,250,5,0,8,0,1,0,0,0),(24755,2620,1,1,1,1072,0,-1709.79,350.991,70.9514,2.65612,250,5,0,8,0,1,0,0,0),(24754,2620,1,1,1,1072,0,-2045.71,219.464,76.8155,3.35103,250,0,0,8,0,0,0,0,0),(24753,2620,1,1,1,1072,0,-3018.3,-319.415,47.8805,4.70653,250,5,0,8,0,1,0,0,0),(24751,2620,1,1,1,1072,0,-3106.83,-94.3248,47.2035,5.08141,250,5,0,8,0,1,0,0,0),(24750,2620,1,1,1,1072,0,-1235.17,-809.025,-30.8696,3.11035,250,30,0,8,0,1,0,0,0),(24749,2620,1,1,1,1072,0,-3435.55,-196.398,71.2015,2.60184,250,5,0,8,0,1,0,0,0),(24748,2620,1,1,1,1072,0,-1470.19,-364.364,-39.4843,1.08968,250,5,0,8,0,1,0,0,0),(24747,2620,1,1,1,1072,0,-1437.6,-705.529,-54.3138,4.75737,250,5,0,8,0,1,0,0,0),(24746,2620,1,1,1,1072,0,-609.076,-593.251,-2.0242,1.4651,250,5,0,8,0,1,0,0,0),(24745,2620,1,1,1,1072,0,-1682.72,-590.021,-25.1309,0.66887,250,5,0,8,0,1,0,0,0),(24744,2620,1,1,1,1072,0,-1069.98,-1015.06,14.8629,0.119527,250,30,0,8,0,1,0,0,0),(24743,2620,1,1,1,1072,0,-2013.52,-275.552,-10.7691,5.72486,250,5,0,8,0,1,0,0,0),(24742,2620,1,1,1,1072,0,-1818.66,-283.472,-7.96503,4.92407,250,5,0,8,0,1,0,0,0),(24741,2620,1,1,1,1072,0,-2307.61,-611.413,-9.29988,0.072346,250,5,0,8,0,1,0,0,0),(24740,2620,1,1,1,1072,0,-851.353,26.5828,-6.60955,1.91356,250,30,0,8,0,1,0,0,0),(24739,2620,1,1,1,1072,0,-2979.09,-633.616,34.0439,1.70193,250,5,0,8,0,1,0,0,0),(24738,2620,1,1,1,1072,0,-3359.25,-520.142,68.3569,0.274814,250,5,0,8,0,1,0,0,0),(24737,2620,1,1,1,1072,0,-2371.16,-908.133,-9.29984,4.31809,250,5,0,8,0,1,0,0,0),(24736,2620,1,1,1,1072,0,-1787.45,7.7,-5.99407,3.36369,250,5,0,8,0,1,0,0,0),(24735,2620,1,1,1,1072,0,-1475.56,23.0603,21.0637,2.69105,250,5,0,8,0,1,0,0,0),(24734,2620,1,1,1,1072,0,-2243.48,-528.786,-7.29384,4.85152,250,5,0,8,0,1,0,0,0),(24733,2620,1,1,1,1072,0,-2994.76,230.276,87.0464,1.85161,250,5,0,8,0,1,0,0,0),(24732,2620,1,1,1,1072,0,-1969.76,-755.7,-10.6821,0.465393,250,5,0,8,0,1,0,0,0),(24731,2620,1,1,1,1072,0,-2472.44,-417.892,-3.30195,6.10892,250,5,0,8,0,1,0,0,0),(24730,2620,1,1,1,1072,0,-3316.55,-849.721,52.0066,4.69579,250,5,0,8,0,1,0,0,0),(24729,15164,1,1,1,11686,0,-1224.26,-70.9392,161.018,4.83456,250,0,0,4120,0,0,0,0,0),(24728,11833,1,1,1,11754,1,-1055.55,-217.179,159.062,1.50903,250,0,0,484,0,0,0,0,0),(24727,5940,1,1,1,4608,1,-2158.6,-392.948,-2.94725,3.22886,250,0,0,176,0,0,0,0,0),(24726,5939,1,1,1,4605,1,-2357.02,-356.585,-8.87365,1.15192,250,0,0,273,0,0,0,0,0),(24725,5938,1,1,1,4604,1,-2350.51,-238.716,-8.30635,2.44346,250,0,0,300,0,0,0,0,0),(24724,3884,1,1,1,3807,1,-2378.96,-399.268,-3.806,2.30383,250,0,0,273,0,0,0,0,0),(24723,11051,1,1,1,10586,0,-1158.56,54.7432,145.949,1.8675,250,0,0,787,0,0,0,0,0),(24722,3883,1,1,1,3812,1,-2940.84,-245.957,53.8927,5.74213,250,0,0,222,0,0,0,0,0),(24721,11047,1,1,1,10577,1,-1089.58,29.4413,140.91,4.7822,250,0,0,713,0,0,0,0,0),(24720,7975,1,1,1,7116,1,-3042.35,161.392,73.8579,0.715585,250,0,0,7048,0,0,0,0,0),(24719,7975,1,1,1,10152,1,-3075.42,88.5745,79.1484,4.41568,250,0,0,7048,0,0,0,0,0),(24718,7975,1,1,1,10153,1,-3038.23,99.0721,82.289,1.18682,250,0,0,7048,0,0,0,0,0),(24717,7975,1,1,1,7116,1,-3063.64,110.933,79.2244,0.855211,250,0,0,7048,0,0,0,0,0),(24716,7975,1,1,1,10152,1,-3012.76,141.15,75.9447,1.16937,250,0,0,7048,0,0,0,0,0),(24715,7975,1,1,1,7116,1,-3056.28,80.2266,80.789,4.04916,250,0,0,7048,0,0,0,0,0),(24714,10278,1,1,1,9742,1,-1244.25,105.084,129.087,0.506145,250,0,0,664,0,0,0,0,0),(24712,3095,1,1,1,2132,1,-1161.71,70.4291,145.878,5.81195,250,0,0,1003,0,0,0,0,0),(24711,3093,1,1,1,2129,1,-1152.76,71.4057,145.878,5.58505,250,0,0,1003,0,0,0,0,0),(24710,3092,1,1,1,2133,1,-1158.5,63.2388,145.878,6.03884,250,0,0,1003,0,0,0,0,0),(24709,20499,1,1,1,18290,0,-1384.87,-69.0243,159.92,3.89208,250,0,0,6986,0,0,0,0,0),(24708,8722,1,1,1,7998,0,-1199.26,110.693,134.949,3.05433,250,0,0,2769,0,0,0,0,0),(24707,5906,1,1,1,4542,1,-992.724,254.05,138.147,3.66519,250,0,0,328,0,0,0,0,0),(24706,3084,1,1,1,9391,1,-1208.41,138.046,134.554,3.94444,250,0,0,15952,0,0,0,0,0),(24705,3084,1,1,1,9391,1,-1103.65,-9.82644,142.362,1.85005,250,0,0,15952,0,0,0,0,0),(24704,3084,1,1,1,2141,1,-1183.26,-97.2043,162.74,2.14675,250,0,0,15952,0,0,0,0,0),(24703,3084,1,1,1,9391,1,-1069.23,-17.5221,140.548,2.61799,250,0,0,15952,0,0,0,0,0),(24702,3084,1,1,1,2141,1,-1243.35,134.261,132.544,2.29054,250,0,0,15952,0,2,0,0,0),(24701,3084,1,1,1,9392,1,-1239.26,-86.0284,162.974,0.593412,250,0,0,15952,0,0,0,0,0),(24700,3084,1,1,1,9391,1,-1106.72,61.1908,140.764,4.09231,250,0,0,15952,0,2,0,0,0),(24699,3084,1,1,1,9392,1,-1289.02,144.418,129.776,5.06145,250,0,0,15952,0,0,0,0,0),(24698,3084,1,1,1,2141,1,-1066.03,198.045,107.664,4.45059,250,0,0,15952,0,0,0,0,0),(24697,3084,1,1,1,9391,1,-1279.37,53.5563,129.235,0.628319,250,0,0,15952,0,0,0,0,0),(24696,3084,1,1,1,9391,1,-1128.43,66.5794,143.343,4.38078,250,0,0,15952,0,0,0,0,0),(24695,3084,1,1,1,9392,1,-1021.3,231.215,134.681,0.353553,250,0,0,15952,0,2,0,0,0),(24694,3084,1,1,1,2141,1,-1118.81,64.6993,141.174,4.43314,250,0,0,15952,0,0,0,0,0),(24693,3084,1,1,1,9392,1,-1201.92,130.753,134.866,3.7001,250,0,0,15952,0,0,0,0,0),(24692,3084,1,1,1,9391,1,-1177.85,-89.2105,162.726,2.54818,250,0,0,15952,0,0,0,0,0),(24691,3084,1,1,1,9392,1,-1055,193.03,107.73,3.59538,250,0,0,15952,0,0,0,0,0),(24690,3084,1,1,1,9392,1,-1396.96,-122.927,158.939,4.46552,250,0,0,15952,0,2,0,0,0),(24689,3084,1,1,1,9391,1,-1274.14,126.415,131.383,3.33557,250,0,0,15952,0,2,0,0,0),(24688,3084,1,1,1,2141,1,-1276.69,45.7199,129.036,0.663225,250,0,0,15952,0,0,0,0,0),(24687,3084,1,1,1,9391,1,-1234.99,-94.8753,163.526,0.436332,250,0,0,15952,0,0,0,0,0),(33965,5048,43,1,1,0,0,65.0605,436.912,-64.3343,5.87797,86400,5,0,1251,0,1,0,0,0),(33964,3840,43,1,1,0,1,52.4842,406.466,-63.5316,0.431869,86400,0,0,1212,912,0,0,0,0),(33963,8886,43,1,1,0,0,53.4507,398.248,-63.1031,5.6244,86400,3,0,167,0,1,0,0,0),(33962,8886,43,1,1,0,0,48.5716,398.164,-62.0791,3.08051,86400,3,0,167,0,1,0,0,0),(33961,5048,43,1,1,0,0,14.5078,522.024,-57.2001,0.238485,86400,2,0,1251,0,1,0,0,0),(33960,3840,43,1,1,0,1,27.6848,504.008,-60.1416,2.49583,86400,0,0,1212,912,0,0,0,0),(33957,3840,43,1,1,0,1,44.3566,475.754,-65.7403,0.949337,86400,3,0,1212,912,1,0,0,0),(33956,3840,43,1,1,0,1,15.8027,514.992,-57.204,2.62222,86400,0,0,1212,912,0,0,0,0),(33955,8886,43,1,1,0,0,42.0807,474.962,-65.9024,4.8531,86400,2,0,167,0,1,0,0,0),(33954,8886,43,1,1,0,0,42.8985,478.459,-65.8646,0.596114,86400,2,0,167,0,1,0,0,0),(33953,2914,43,1,1,0,0,28.5456,506.084,-59.7203,5.77157,86400,10,0,8,0,1,0,0,0),(33952,5048,43,1,1,0,0,28.8139,454.43,-86.1076,1.88023,86400,5,0,1251,0,1,0,0,0),(33951,5755,43,1,1,0,0,-18.6326,493.574,-54.9087,3.87229,86400,5,0,1122,0,1,0,0,0),(33950,5048,43,1,1,0,0,23.539,398.061,-59.4415,3.3815,86400,5,0,1251,0,1,0,0,0),(33949,5755,43,1,1,0,0,16.877,438.591,-80.9217,2.36423,86400,5,0,1122,0,1,0,0,0),(33948,5755,43,1,1,0,0,7.16953,454.912,-78.3128,0.441904,86400,5,0,1122,0,1,0,0,0),(33947,5048,43,1,1,0,0,-24.2469,478.76,-55.1665,6.26311,86400,5,0,1251,0,1,0,0,0),(33946,3840,43,1,1,0,1,-34.3162,475.541,-53.8152,4.34998,86400,0,0,1212,912,0,0,0,0),(33945,8886,43,1,1,0,0,-47.7198,475.81,-56.0525,1.35513,86400,2,0,167,0,1,0,0,0),(33942,8886,43,1,1,0,0,-51.3009,474.147,-56.7914,2.27836,86400,2,0,167,0,1,0,0,0),(33941,8886,43,1,1,0,0,-51.9698,473.398,-56.9327,2.13896,86400,5,0,167,0,1,0,0,0),(33940,2914,43,1,1,0,0,-33.5553,481.313,-53.8505,2.33007,86400,10,0,8,0,1,0,0,0),(33939,5755,43,1,1,0,0,-43.4145,480.182,-55.1952,5.04164,86400,5,0,1122,0,1,0,0,0),(33938,3840,43,1,1,0,1,4.95594,440.255,-74.3418,2.20753,86400,1,0,1212,912,1,0,0,0),(33937,2914,43,1,1,0,0,12.5259,434.743,-78.6792,3.72713,86400,10,0,8,0,1,0,0,0),(33936,3840,43,1,1,0,1,-102.843,452.376,-72.3273,3.87662,86400,0,0,1212,912,0,0,0,0),(33935,5755,43,1,1,0,0,-87.0938,468.034,-68.8832,4.07011,86400,2,0,1122,0,1,0,0,0),(33934,5048,43,1,1,0,0,-79.3177,471.603,-67.0018,4.64989,86400,2,0,1251,0,1,0,0,0),(33933,3840,43,1,1,0,1,-113.844,458.776,-72.0558,4.85202,86400,0,0,1212,912,0,0,0,0),(33932,3840,43,1,1,0,1,-110.118,451.07,-72.4256,2.21646,86400,0,0,1212,912,0,0,0,0),(33931,5755,43,1,1,0,0,-101.546,453.235,-72.2217,1.6348,86400,2,0,1122,0,1,0,0,0),(27388,3840,43,1,1,0,1,-73.6613,475.053,-64.7324,5.23408,86400,5,0,1212,912,1,0,0,0),(27387,8886,43,1,1,0,0,-151.692,411.987,-72.663,4.46382,86400,2,0,167,0,1,0,0,0),(27386,2914,43,1,1,0,0,-104.435,450.954,-72.4535,0.117495,86400,10,0,8,0,1,0,0,0),(27385,3840,43,1,1,0,1,-2.78621,419.959,-66.4746,0.176776,86400,2,0,1212,912,1,0,0,0),(27384,3840,43,1,1,0,1,-27.0351,420.647,-61.0227,1.45964,86400,0,0,1212,912,0,0,0,0),(27383,8886,43,1,1,0,0,-111.757,444.064,-72.7045,1.8594,86400,5,0,167,0,1,0,0,0),(27382,8886,43,1,1,0,0,-114.051,445.003,-72.699,2.09017,86400,5,0,167,0,1,0,0,0),(27381,8886,43,1,1,0,0,-149.036,415.907,-72.7205,2.39019,86400,2,0,167,0,1,0,0,0),(27380,3669,43,1,1,0,1,-151.139,414.367,-72.6294,0.279253,86400,0,0,2165,490,0,0,0,0),(15536,2405,0,1,1,3662,1,-33.3567,-896.781,56.2878,1.64061,300,0,0,3696,0,0,0,0,0),(24686,3084,1,1,1,2141,1,-1016.12,-307.214,159.1,3.07016,250,0,0,15952,0,2,0,0,0),(24685,3084,1,1,1,9391,1,-1112.91,-11.7301,142.606,2.04204,250,0,0,15952,0,0,0,0,0),(24684,3083,1,1,1,2140,1,-1233.05,-121.494,163.882,0,250,0,0,25200,0,0,0,0,0),(56672,11673,409,1,1,12189,0,708.752,-494.487,-213.944,0.268625,7200,0,0,113295,0,2,0,0,0),(56671,11673,409,1,1,12189,0,693.79,-895.405,-199.332,5.16094,7200,0,0,113295,0,2,0,0,0),(56670,11673,409,1,1,12189,0,640.346,-838.716,-208.401,6.25424,7200,0,0,113295,0,2,0,0,0),(56669,11673,409,1,1,12189,0,819.106,-631.475,-202.439,0.331613,7200,0,0,113295,0,2,0,0,0),(56668,11673,409,1,1,12189,0,746.131,-1006.09,-177.438,1.02169,7200,0,0,113295,0,2,0,0,0),(56667,11673,409,1,1,12189,0,716.295,-563.171,-215.212,1.22173,7200,0,0,113295,0,2,0,0,0),(56666,12101,409,1,1,12239,0,679.195,-847.384,-208.248,1.61796,7200,0,0,94320,0,2,0,0,0),(56665,12101,409,1,1,12239,0,1035.17,-854.796,-158.859,2.93215,7200,0,0,94320,0,2,0,0,0),(56664,12101,409,1,1,12239,0,759.922,-689.713,-212.562,3.7001,7200,0,0,94320,0,2,0,0,0),(56662,12101,409,1,1,12239,0,1068.96,-696.559,-157.781,4.97419,7200,0,0,94320,0,2,0,0,0),(56661,12101,409,1,1,12239,0,1031.92,-889.574,-160.013,4.04916,7200,0,0,94320,0,2,0,0,0),(56660,12101,409,1,1,12239,0,912.38,-812.996,-227.373,0.523599,7200,0,0,94320,0,2,0,0,0),(56659,12101,409,1,1,12239,0,864.64,-983.121,-199.67,1.55686,7200,0,0,94320,0,2,0,0,0),(56658,12101,409,1,1,12239,0,975.509,-589.379,-203.781,6.23082,7200,0,0,94320,0,2,0,0,0),(56657,12101,409,1,1,12239,0,748.515,-725.426,-211.939,4.28991,7200,0,0,94320,0,2,0,0,0),(56656,12101,409,1,1,12239,0,1028.49,-908.042,-161.369,5.5499,7200,0,0,94320,0,2,0,0,0),(56655,12056,409,1,1,12129,0,747.547,-981.676,-178.401,5.05888,604800,0,0,521136,0,2,0,0,0),(56654,11671,409,1,1,12168,0,1085.22,-1010.2,-187.036,1.5708,7200,0,0,47160,0,0,0,0,0),(56653,11671,409,1,1,12168,0,1098.85,-1017.27,-186.953,0.988185,7200,5,0,47160,0,1,0,0,0),(56652,11671,409,1,1,12168,0,1096.83,-1028.02,-186.451,0.76185,7200,5,0,47160,0,1,0,0,0),(56651,11671,409,1,1,12168,0,1074.44,-1017.51,-185.767,1.33002,7200,5,0,47160,0,1,0,0,0),(56650,11671,409,1,1,12168,0,1082.91,-1026.79,-186.059,5.14558,7200,5,0,47160,0,1,0,0,0),(56649,11671,409,1,1,12168,0,1113.15,-997.942,-186.614,0.977306,7200,5,0,47160,0,1,0,0,0),(56648,11671,409,1,1,12168,0,1105.78,-990.316,-186.331,0.601598,7200,5,0,47160,0,1,0,0,0),(56647,11671,409,1,1,12168,0,1126.84,-999.45,-186.067,2.24987,7200,5,0,47160,0,1,0,0,0),(56646,11671,409,1,1,12168,0,1117.13,-990.01,-185.323,0.871218,7200,5,0,47160,0,1,0,0,0),(56644,11671,409,1,1,12168,0,1108.34,-982.679,-184.896,0.191986,7200,0,0,47160,0,0,0,0,0),(56643,11671,409,1,1,12168,0,1090.27,-970.448,-182.639,5.44543,7200,0,0,47160,0,0,0,0,0),(56642,11671,409,1,1,12168,0,1083.08,-982.534,-185.685,1.51844,7200,0,0,47160,0,0,0,0,0),(56641,11671,409,1,1,12168,0,1066.72,-974.567,-182.05,2.46091,7200,0,0,47160,0,0,0,0,0),(56640,11671,409,1,1,12168,0,1073.49,-964.628,-179.165,3.97935,7200,0,0,47160,0,0,0,0,0),(56639,11671,409,1,1,12168,0,1079.31,-972.809,-182.793,4.4855,7200,0,0,47160,0,0,0,0,0),(56638,11671,409,1,1,12168,0,1001.77,-975.85,-181.092,2.05949,7200,0,0,47160,0,0,0,0,0),(56637,11671,409,1,1,12168,0,981.992,-973.594,-180.24,4.36156,7200,5,0,47160,0,1,0,0,0),(56636,11671,409,1,1,12168,0,1001.52,-966.519,-181.794,6.16101,7200,0,0,47160,0,0,0,0,0),(56635,11671,409,1,1,12168,0,992.004,-978.667,-180.513,3.78539,7200,5,0,47160,0,1,0,0,0),(56634,11671,409,1,1,12168,0,989.692,-965.383,-181.415,5.2709,7200,0,0,47160,0,0,0,0,0),(56633,11671,409,1,1,12168,0,1034.03,-954.25,-178.939,3.4383,7200,0,0,47160,0,0,0,0,0),(56632,11671,409,1,1,12168,0,1046.48,-961.074,-178.57,1.20316,7200,5,0,47160,0,1,0,0,0),(56631,11671,409,1,1,12168,0,1025.46,-961.317,-180.403,3.10219,7200,5,0,47160,0,1,0,0,0),(89041,11789,349,1,1,13211,0,-124.533,-389.442,-170.336,4.93928,86400,2,0,1919,0,1,0,0,0),(89040,12207,349,1,1,6737,0,-80.494,-395.249,-189.805,5.39307,86400,5,0,10554,0,1,0,0,0),(89039,2914,349,1,1,1206,0,-63.26,-426.394,-189.176,5.16617,86400,10,0,8,0,1,0,0,0),(89038,2914,349,1,1,1206,0,-60.2852,-358.523,-178.296,4.64258,86400,10,0,8,0,1,0,0,0),(89037,13599,349,1,1,6368,0,13.7205,117.547,-131.073,2.32129,86400,5,0,2310,0,1,0,0,0),(89036,13321,349,1,1,6295,0,30.5731,115.544,-131.073,6.17846,86400,5,0,42,0,1,0,0,0),(45220,14269,0,1,1,0,0,-9389.29,-2875.27,39.7612,0.0482273,82800,5,0,521,0,2,0,0,0),(54282,12220,349,1,1,12348,0,877.289,-225.444,-54.1824,0,86400,1,0,5346,0,1,0,0,0),(54226,12222,349,1,1,14350,0,955.871,-218.043,-46.4713,3.97935,86400,1,0,5148,0,1,0,0,0),(54278,12222,349,1,1,14350,0,959.566,-214.998,-46.4713,3.75246,86400,1,0,5148,0,1,0,0,0),(54279,12222,349,1,1,14350,0,962.215,-219.668,-46.7616,0.645772,86400,1,0,5148,0,1,0,0,0),(89034,13599,349,1,1,6368,0,90.5483,84.8072,-131.073,2.00713,86400,5,0,2310,0,1,0,0,0),(89033,13599,349,1,1,6368,0,-18.8039,96.2423,-131.073,0.855211,86400,5,0,2310,0,1,0,0,0),(17713,1958,0,1,1,2597,0,846.402,86.9468,35.3047,0.47923,275,10,0,350,390,1,0,0,0),(89032,13321,349,1,1,1924,0,-20.6725,94.7429,-131.073,0.069813,86400,5,0,42,0,1,0,0,0),(89031,13321,349,1,1,6295,0,92.5639,78.6082,-131.073,4.31096,86400,5,0,42,0,1,0,0,0),(89030,13599,349,1,1,6368,0,101.292,47.0444,-131.073,4.27606,86400,5,0,2310,0,1,0,0,0),(89029,13599,349,1,1,6368,0,-44.6283,58.0849,-131.073,1.74533,86400,5,0,2310,0,1,0,0,0),(89028,13321,349,1,1,6295,0,99.5706,36.3686,-131.073,3.07178,86400,5,0,42,0,1,0,0,0),(89027,13321,349,1,1,6295,0,-39.848,39.6532,-131.073,1.74533,86400,5,0,42,0,1,0,0,0),(89026,13599,349,1,1,6368,0,84.985,7.08579,-131.073,5.49779,86400,5,0,2310,0,1,0,0,0),(89025,13599,349,1,1,6368,0,-29.1892,9.89225,-131.124,0.942478,86400,5,0,2310,0,1,0,0,0),(89024,6145,349,1,1,4878,0,60.825,-81.4101,-207.468,2.32129,86400,5,0,8,0,1,0,0,0),(89023,13321,349,1,1,1924,0,73.1726,-6.26065,-131.073,4.46804,86400,5,0,42,0,1,0,0,0),(89022,13321,349,1,1,901,0,-21.8882,-9.20877,-131.197,5.5676,86400,5,0,42,0,1,0,0,0),(89021,6145,349,1,1,4878,0,14.7221,-81.3127,-207.437,1.51844,86400,5,0,8,0,1,0,0,0),(89020,12207,349,1,1,6737,0,-26.191,-87.2396,-206.446,3.28122,86400,5,0,10554,0,1,0,0,0),(89018,12203,349,1,1,12293,0,356.681,-185.455,-59.8156,3.45575,86400,0,0,14427,0,0,0,0,0),(89019,6145,349,1,1,4878,0,-30.2241,-125.839,-207.441,5.13127,86400,5,0,8,0,1,0,0,0),(89017,11789,349,1,1,12333,0,-109.524,-314.792,-170.418,5.50949,86400,2,0,1919,0,1,0,0,0),(89016,11789,349,1,1,9032,0,-105.499,-260.618,-170.419,6.03759,86400,1,0,1919,0,1,0,0,0),(89015,11789,349,1,1,9032,0,-99.7045,-312.567,-170.334,3.35103,86400,2,0,1919,0,1,0,0,0),(89014,11789,349,1,1,13211,0,-105.733,-314.67,-170.333,2.30383,86400,2,0,1919,0,1,0,0,0),(89013,11789,349,1,1,13212,0,-105.145,-308.305,-170.335,1.8675,86400,2,0,1919,0,1,0,0,0),(89012,11789,349,1,1,13211,0,-103.224,-319.017,-170.333,4.45059,86400,2,0,1919,0,1,0,0,0),(89011,11789,349,1,1,12333,0,-100.349,-251.573,-170.336,0.506145,86400,1,0,1919,0,1,0,0,0),(89010,11789,349,1,1,9032,0,-94.9628,-260.261,-170.336,3.52556,86400,1,0,1919,0,1,0,0,0),(89009,11789,349,1,1,13212,0,-93.2932,-252.8,-170.336,2.89725,86400,1,0,1919,0,1,0,0,0),(89008,11789,349,1,1,13211,0,-90.4707,-266.801,-170.336,2.68781,86400,1,0,1919,0,1,0,0,0),(89007,12207,349,1,1,6737,0,15.4218,-310.705,-206.929,3.4383,86400,5,0,10554,0,1,0,0,0),(89006,6145,349,1,1,4878,0,8.96613,-286.279,-206.648,1.46608,86400,5,0,8,0,1,0,0,0),(89005,12207,349,1,1,6737,0,-4.79137,-238.573,-208.684,2.51327,86400,5,0,10554,0,1,0,0,0),(89004,6145,349,1,1,4878,0,-19.2132,-162.026,-207.255,0.279253,86400,5,0,8,0,1,0,0,0),(89003,6145,349,1,1,4878,0,67.6116,-100.635,-206.742,3.50811,86400,5,0,8,0,1,0,0,0),(89002,13596,349,1,1,13589,0,42.0826,-65.9511,-199.554,1.30956,86400,0,1,14427,0,2,0,0,0),(89001,6145,349,1,1,4878,0,16.4976,-168.667,-207.727,5.2709,86400,5,0,8,0,1,0,0,0),(24683,3083,1,1,1,2140,1,-1217.52,-126.281,163.882,1.29154,250,0,0,25200,0,0,0,0,0),(24682,3083,1,1,1,2140,1,-1187.79,-52.977,161.796,1.38605,250,0,0,25200,0,2,0,0,0),(89000,12207,349,1,1,6737,0,54.7825,-133.367,-204.784,3.80482,86400,5,0,10554,0,1,0,0,0),(88999,11789,349,1,1,12333,0,108.857,-162.806,-167.336,2.20701,86400,2,0,1919,0,1,0,0,0),(88998,11789,349,1,1,12333,0,116.806,-185.315,-167.374,4.06662,86400,2,0,1919,0,1,0,0,0),(24681,3083,1,1,1,2140,1,-1205.46,-107.777,162.974,1.50098,250,0,0,25200,0,0,0,0,0),(24680,3083,1,1,1,2140,1,-1203.35,-127.214,163.882,1.64061,250,0,0,25200,0,0,0,0,0),(24679,3083,1,1,1,2140,1,-1213.67,-107.081,162.974,1.64061,250,0,0,25200,0,0,0,0,0),(15535,2405,0,1,1,3663,1,5.66171,-844.88,59.639,4.44021,300,0,0,3696,0,0,0,0,0),(8189,4844,0,1,1,0,1,-6053.86,-3223.89,262.96,5.79736,300,5,0,1,0,1,0,0,0),(24678,6410,1,1,1,5372,1,-1239.84,110.585,129.74,1.8326,250,0,0,2218,0,0,0,0,0),(24677,3081,1,1,1,3806,1,-2265.6,-324.433,-9.29644,1.8326,250,0,0,198,0,0,0,0,0),(24676,3080,1,1,1,3804,0,-2284.47,-310.26,-9.34159,6.16101,250,0,0,273,0,0,0,0,0),(24675,3079,1,1,1,10182,0,-2283.34,-305.997,-9.34159,6.03884,250,0,0,300,0,0,0,0,0),(27475,23066,530,1,1,0,1,-3827.51,3357.09,324.05,0.176674,300,0,0,5530,7332,0,0,0,0),(24674,3078,1,1,1,3803,1,-2275.53,-289.265,-9.263,5.46288,250,0,0,198,0,0,0,0,0),(24673,3077,1,1,1,3802,1,-2280.13,-297.768,-9.2931,5.81195,250,0,0,222,0,0,0,0,0),(24672,3076,1,1,1,3800,1,-2247.81,-308.157,-9.30564,2.93215,250,0,0,247,0,0,0,0,0),(24671,3075,1,1,1,3801,1,-2927.32,-223.131,54.2598,6.21337,250,0,0,198,0,0,0,0,0),(24669,3074,1,1,1,3798,0,-2918.75,-219.651,54.2598,4.27606,250,0,0,137,0,0,0,0,0),(24668,3073,1,1,1,3799,1,-2926.32,-215.715,54.2598,5.16617,250,0,0,176,0,0,0,0,0),(24667,3072,1,1,1,3797,1,-2893.72,-279.332,53.9997,1.53589,250,0,0,156,0,0,0,0,0),(24666,5888,1,1,1,4533,1,-2882.26,-250.201,53.9893,4.46804,250,0,0,198,0,0,0,0,0),(24665,9460,1,1,1,11376,1,-6104.92,-1143.57,-186.342,3.42085,300,0,0,9832,0,0,0,0,0),(24664,9460,1,1,1,11377,1,-6110.78,-1131.31,-187.132,3.66519,300,0,0,9832,0,0,0,0,0),(24663,10977,1,1,1,10650,1,-6197.86,-1082.17,-209.164,4.43314,300,0,0,3189,0,0,0,0,0),(24662,9167,1,1,1,8412,0,-7096.26,-876.231,-272.051,2.6301,300,30,0,3082,0,1,0,0,0),(24661,9167,1,1,1,8412,0,-6920.09,-451.264,-271.972,3.77579,300,15,0,3082,0,1,0,0,0),(24660,9167,1,1,1,8412,0,-7049.35,-654.996,-271.231,4.92698,300,30,0,3082,0,1,0,0,0),(24659,9167,1,1,1,8412,0,-6714.33,-515.126,-271.374,4.88692,300,0,0,3082,0,0,0,0,0),(24658,9167,1,1,1,8412,0,-6750.44,-552.544,-272.097,4.55376,300,15,0,3082,0,1,0,0,0),(24657,9167,1,1,1,8412,0,-7016.81,-686.878,-270.76,5.29606,300,30,0,3082,0,1,0,0,0),(24656,9167,1,1,1,8412,0,-7081.45,-621.983,-271.543,5.13481,300,30,0,3082,0,1,0,0,0),(24655,9167,1,1,1,8412,0,-6655.61,-820.923,-272.005,4.09864,300,5,0,3082,0,1,0,0,0),(24654,9167,1,1,1,8412,0,-7413.76,-244.617,-215.41,1.53175,300,5,0,3082,0,1,0,0,0),(24653,9167,1,1,1,8412,0,-6950.69,-344.491,-227.849,1.73678,300,5,0,3082,0,1,0,0,0),(24652,9167,1,1,1,8412,0,-6829.69,-611.979,-272.097,2.67738,300,5,0,3082,0,1,0,0,0),(24651,9167,1,1,1,8412,0,-7021.35,-416.252,-271.191,3.16994,300,10,0,3082,0,1,0,0,0),(24650,9167,1,1,1,8412,0,-6884.73,-687.308,-272.003,4.03795,300,5,0,3082,0,1,0,0,0),(24649,9167,1,1,1,8412,0,-7081.08,-483.357,-273.619,0.417739,300,30,0,3082,0,1,0,0,0),(24648,9167,1,1,1,8412,0,-7081.22,-949.696,-270.616,0.501217,300,30,0,3082,0,1,0,0,0),(24647,9167,1,1,1,8412,0,-6667.01,-876.301,-270.828,3.30835,300,5,0,3082,0,1,0,0,0),(24646,9167,1,1,1,8412,0,-6781.92,-778.683,-271.932,3.20349,300,5,0,3082,0,1,0,0,0),(24645,9167,1,1,1,8412,0,-6446.62,-914.32,-275.09,0.886309,300,30,0,3082,0,1,0,0,0),(24644,9167,1,1,1,8412,0,-7021.06,-817.961,-271.86,3.35916,300,30,0,3082,0,1,0,0,0),(24643,9167,1,1,1,8412,0,-6747.3,-1037.97,-266.427,2.62729,300,5,0,3082,0,1,0,0,0),(24642,9167,1,1,1,8412,0,-6881.66,-872.717,-271.104,3.07321,300,30,0,3082,0,1,0,0,0),(24641,9167,1,1,1,8412,0,-6934.41,-395.949,-263.979,3.51055,300,5,0,3082,0,1,0,0,0),(24640,9167,1,1,1,8412,0,-7479.22,-247.662,-192.254,1.60903,300,5,0,3082,0,1,0,0,0),(24639,9167,1,1,1,8412,0,-7147.9,-945.6,-271.29,0.12075,300,30,0,3082,0,1,0,0,0),(24638,9167,1,1,1,8412,0,-6849.01,-785.167,-271.412,0.585501,300,15,0,3082,0,1,0,0,0),(24637,9167,1,1,1,8412,0,-7851.45,-933.974,-270.039,5.37841,300,5,0,3082,0,1,0,0,0),(24636,9167,1,1,1,8412,0,-6887,-1007.32,-271.625,0.661558,300,15,0,3082,0,1,0,0,0),(24635,9167,1,1,1,8412,0,-6873.09,-826.651,-272.255,1.78544,300,30,0,3082,0,1,0,0,0),(24634,9167,1,1,1,8412,0,-7113.46,-522.287,-269.698,2.94113,300,15,0,3082,0,1,0,0,0),(24633,9167,1,1,1,8412,0,-7089.09,-771.007,-271.945,4.14011,300,15,0,3082,0,1,0,0,0),(24632,9167,1,1,1,8412,0,-7248.71,-988.15,-271.454,0.258914,300,30,0,3082,0,1,0,0,0),(24631,9167,1,1,1,8412,0,-6955.9,-1026.55,-272.091,4.59014,300,30,0,3082,0,1,0,0,0),(24630,9167,1,1,1,8412,0,-7444.6,-345.202,-225.704,6.02447,300,5,0,3082,0,1,0,0,0),(24629,9167,1,1,1,8412,0,-7231,-888.95,-271.722,3.1691,300,15,0,3082,0,1,0,0,0),(24628,9167,1,1,1,8412,0,-7721.87,-818.595,-270.795,4.0217,300,30,0,3082,0,1,0,0,0),(24627,9167,1,1,1,8412,0,-7194.65,-926.827,-270.736,3.68331,300,30,0,3082,0,1,0,0,0),(24626,9167,1,1,1,8412,0,-7454.46,-220.218,-200.123,4.40862,300,5,0,3082,0,1,0,0,0),(24625,9167,1,1,1,8412,0,-7433.49,-278.865,-217.38,5.20403,300,5,0,3082,0,1,0,0,0),(24624,9167,1,1,1,8412,0,-7394.75,-329.377,-233.01,5.57414,300,5,0,3082,0,1,0,0,0),(24623,9167,1,1,1,8412,0,-7504.16,-819.969,-267.833,6.01715,300,5,0,3082,0,1,0,0,0),(24622,9167,1,1,1,8412,0,-7631.54,-643.327,-258.086,2.89,300,15,0,3082,0,1,0,0,0),(24621,9167,1,1,1,8412,0,-7014.29,-952.016,-271.635,2.74923,300,15,0,3082,0,1,0,0,0),(24620,9167,1,1,1,8412,0,-7389.2,-481.419,-275.624,3.63788,300,15,0,3082,0,1,0,0,0),(24617,9167,1,1,1,8412,0,-7856.01,-807.952,-272.604,5.45977,300,5,0,3082,0,1,0,0,0),(24616,9167,1,1,1,8412,0,-7905,-809.275,-271.985,0.826624,300,5,0,3082,0,1,0,0,0),(24615,9167,1,1,1,8412,0,-7324.13,-467.835,-272.334,5.00759,300,30,0,3082,0,1,0,0,0),(24614,9167,1,1,1,8412,0,-6945.59,-858.475,-269.164,1.05383,300,5,0,3082,0,1,0,0,0),(24613,9167,1,1,1,8412,0,-7465.26,-397.178,-264.229,3.97873,300,5,0,3082,0,1,0,0,0),(24612,9167,1,1,1,8412,0,-7597.51,-748.891,-258.942,6.04069,300,5,0,3082,0,1,0,0,0),(24611,9167,1,1,1,8412,0,-7588.17,-940.256,-266.914,6.20532,300,5,0,3082,0,1,0,0,0),(24610,9167,1,1,1,8412,0,-7202.3,-323.516,-229.402,5.45913,300,5,0,3082,0,1,0,0,0),(24609,9167,1,1,1,8412,0,-6971.6,-278.586,-218.333,3.05136,300,5,0,3082,0,1,0,0,0),(24608,9167,1,1,1,8412,0,-6958.61,-259.25,-212.289,0.505581,300,5,0,3082,0,1,0,0,0),(24607,9167,1,1,1,8412,0,-7200.63,-293.016,-220.72,3.99655,300,5,0,3082,0,1,0,0,0),(24606,9167,1,1,1,8412,0,-7557.36,-445.955,-272.097,4.28668,300,10,0,3082,0,1,0,0,0),(24605,9167,1,1,1,8412,0,-6979.85,-323.1,-226.108,2.41284,300,5,0,3082,0,1,0,0,0),(24604,9167,1,1,1,8412,0,-6961.51,-214.183,-203.248,5.01608,300,5,0,3082,0,1,0,0,0),(24603,9167,1,1,1,8412,0,-6915.33,-245.082,-188.399,2.14232,300,5,0,3082,0,1,0,0,0),(24602,9167,1,1,1,8412,0,-7915.61,-682.984,-261.275,4.73165,300,10,0,3082,0,1,0,0,0),(24601,9167,1,1,1,8412,0,-7715.49,-621.536,-267.905,5.90087,300,5,0,3082,0,1,0,0,0),(24600,9166,1,1,1,8411,0,-7518.89,-1445.49,-271.668,3.12402,300,30,0,2880,0,1,0,0,0),(24599,9166,1,1,1,8411,0,-6148.87,-1588.31,-196.925,4.98344,300,10,0,2880,0,1,0,0,0),(24598,9166,1,1,1,8411,0,-6219.48,-1585.05,-211.635,3.30376,300,5,0,2880,0,1,0,0,0),(24597,9166,1,1,1,8411,0,-6183.17,-1608.99,-194.731,0.998025,300,5,0,2880,0,1,0,0,0),(24596,9166,1,1,1,8411,0,-6273.12,-1573.65,-224.099,4.07397,300,5,0,2880,0,1,0,0,0),(24595,9166,1,1,1,8411,0,-6254.94,-1548.7,-228.171,2.93237,300,10,0,2880,0,1,0,0,0),(24594,9166,1,1,1,8411,0,-8220.17,-1612.75,-191.967,2.77867,300,10,0,2880,0,1,0,0,0),(24593,9166,1,1,1,8411,0,-6190.37,-1554.33,-218.372,3.91532,300,10,0,2880,0,1,0,0,0),(24592,9166,1,1,1,8411,0,-8216.06,-1565.78,-215.122,4.33657,300,5,0,2880,0,1,0,0,0),(24591,9166,1,1,1,8411,0,-8153.06,-1112.49,-223.282,6.00408,300,5,0,2880,0,1,0,0,0),(24590,9166,1,1,1,8411,0,-8212.67,-1052.97,-193.575,6.16779,300,5,0,2880,0,1,0,0,0),(24589,9166,1,1,1,8411,0,-8115.85,-1091.26,-227.329,0.311911,300,5,0,2880,0,1,0,0,0),(24588,9166,1,1,1,8411,0,-8149.04,-1549.86,-226.371,2.33134,300,10,0,2880,0,1,0,0,0),(24587,9166,1,1,1,8411,0,-7688.76,-1399.76,-271.054,0.788161,300,30,0,2880,0,1,0,0,0),(24586,9166,1,1,1,8411,0,-8197.92,-1595.99,-204.964,4.71239,300,5,0,2880,0,1,0,0,0),(24585,9166,1,1,1,8411,0,-8179.93,-1080.86,-210.869,0.258283,300,5,0,2880,0,1,0,0,0),(24584,9166,1,1,1,8411,0,-8252.56,-1080.36,-196.873,2.37946,300,5,0,2880,0,1,0,0,0),(24583,9166,1,1,1,8411,0,-8121.85,-1339.78,-229.206,4.87046,300,5,0,2880,0,1,0,0,0),(24582,9166,1,1,1,8411,0,-8190.93,-1340.17,-217.345,2.8116,300,5,0,2880,0,1,0,0,0),(24581,9166,1,1,1,8411,0,-8086.03,-1055.79,-256.226,4.32136,300,5,0,2880,0,1,0,0,0),(24580,9166,1,1,1,8411,0,-6250.51,-1322.73,-228.221,0.253128,300,5,0,2880,0,1,0,0,0),(24579,9166,1,1,1,8411,0,-6217.14,-1321.41,-212.732,4.35803,300,5,0,2880,0,1,0,0,0),(24578,9166,1,1,1,8411,0,-7600.57,-1098.95,-269.39,0.785398,300,30,0,2880,0,1,0,0,0),(24577,9166,1,1,1,8411,0,-8246.38,-1587.95,-199.894,3.9049,300,10,0,2880,0,1,0,0,0),(24576,9166,1,1,1,8411,0,-7470.49,-1321.9,-271.476,4.04039,300,15,0,2880,0,1,0,0,0),(24575,9166,1,1,1,8411,0,-8121.44,-1597.7,-236.954,4.17884,300,5,0,2880,0,1,0,0,0),(24574,9165,1,1,1,8410,0,-6492.94,-1991.94,-271.915,1.45687,300,5,0,2576,0,1,0,0,0),(24573,9165,1,1,1,8410,0,-6977.63,-2356.07,-221.59,0.107159,300,5,0,2576,0,1,0,0,0),(24572,9165,1,1,1,8410,0,-6952.8,-2327.14,-226.249,4.90481,300,5,0,2576,0,1,0,0,0),(24571,9165,1,1,1,8410,0,-6517.02,-2090.11,-268.607,5.837,300,10,0,2576,0,1,0,0,0),(24570,9165,1,1,1,8410,0,-6817.48,-1911.1,-271.612,3.70828,300,30,0,2576,0,1,0,0,0),(24569,9165,1,1,1,8410,0,-6837.77,-1600.97,-271.471,4.99262,300,5,0,2576,0,1,0,0,0),(24568,9165,1,1,1,8410,0,-6914.74,-2404.92,-194.207,1.25893,300,5,0,2576,0,1,0,0,0),(24567,9165,1,1,1,8410,0,-6952.41,-2447.61,-200.761,2.25529,300,5,0,2576,0,1,0,0,0),(24566,9165,1,1,1,8410,0,-6989.09,-2419.71,-216.297,4.41854,300,0,0,2576,0,2,0,0,0),(24565,9165,1,1,1,8410,0,-6942.2,-2378.71,-206.885,0.630233,300,5,0,2576,0,1,0,0,0),(24564,9165,1,1,1,8410,0,-7423.34,-2420.77,-214.554,1.49657,300,10,0,2576,0,1,0,0,0),(24563,9165,1,1,1,8410,0,-7449.29,-2392.24,-212.14,0.817199,300,10,0,2576,0,1,0,0,0),(24562,9165,1,1,1,8410,0,-7415.34,-2351.89,-226.194,5.12991,300,0,0,2576,0,2,0,0,0),(24561,9165,1,1,1,8410,0,-7447.14,-2454.94,-198.648,1.85365,300,5,0,2576,0,1,0,0,0),(24560,9165,1,1,1,8410,0,-7439.07,-2322.96,-224.698,6.18357,300,5,0,2576,0,1,0,0,0),(88997,11789,349,1,1,13212,0,101.881,-178.891,-167.374,1.72788,86400,2,0,1919,0,1,0,0,0),(88996,11789,349,1,1,13212,0,122.108,-177.402,-167.374,5.84685,86400,2,0,1919,0,1,0,0,0),(24559,9165,1,1,1,8410,0,-7484.74,-2409.64,-192.874,5.64046,300,5,0,2576,0,1,0,0,0),(24558,9164,1,1,1,8512,0,-7052.83,-516.798,-274.141,4.13017,300,15,0,3293,0,1,0,0,0),(24557,9164,1,1,1,8512,0,-7078.91,-551.348,-270.001,5.694,300,30,0,3293,0,1,0,0,0),(24556,9164,1,1,1,8512,0,-6915.92,-579.414,-271.033,1.43978,300,15,0,3293,0,1,0,0,0),(24555,9164,1,1,1,8512,0,-6546.51,-882.961,-272.428,0.198545,300,30,0,3293,0,1,0,0,0),(24554,9164,1,1,1,8512,0,-6707.66,-710.735,-272.097,1.84253,300,15,0,3293,0,1,0,0,0),(24553,9164,1,1,1,8512,0,-6712.6,-653.955,-271.477,4.20411,300,15,0,3293,0,1,0,0,0),(24552,9164,1,1,1,8512,0,-6852.72,-647.674,-271.103,2.23287,300,5,0,3293,0,1,0,0,0),(24551,9164,1,1,1,8512,0,-6914.47,-659.333,-267.423,4.55944,300,5,0,3293,0,1,0,0,0),(24550,9164,1,1,1,8512,0,-7518.2,-619.869,-264.709,4.56137,300,5,0,3293,0,1,0,0,0),(24549,9164,1,1,1,8512,0,-7518.79,-551.016,-267.26,2.38105,300,5,0,3293,0,1,0,0,0),(24548,9164,1,1,1,8512,0,-7349.66,-519.037,-274.221,5.13848,300,15,0,3293,0,1,0,0,0),(24547,9164,1,1,1,8512,0,-6919.68,-851.256,-272.058,3.37283,300,15,0,3293,0,1,0,0,0),(24546,9164,1,1,1,8512,0,-7545.9,-583.325,-263.407,5.91321,300,15,0,3293,0,1,0,0,0),(24545,9164,1,1,1,8512,0,-7048.02,-846.36,-272.097,1.0099,300,15,0,3293,0,1,0,0,0),(24544,9164,1,1,1,8512,0,-7319.27,-550.324,-270.183,3.85261,300,5,0,3293,0,1,0,0,0),(24543,9164,1,1,1,8512,0,-6884.84,-619.786,-268.627,1.99311,300,5,0,3293,0,1,0,0,0),(24542,9164,1,1,1,8512,0,-7119.09,-1050.62,-272.131,3.78651,300,15,0,3293,0,1,0,0,0),(24541,9164,1,1,1,8512,0,-6813.32,-945.905,-269.695,4.33007,300,5,0,3293,0,1,0,0,0),(24540,9164,1,1,1,8512,0,-7618.6,-905.896,-268.348,1.61773,300,5,0,3293,0,1,0,0,0),(24539,9164,1,1,1,8512,0,-7625.54,-970.518,-267.867,0.069682,300,5,0,3293,0,1,0,0,0),(24538,9164,1,1,1,8512,0,-6846.96,-981.369,-269.703,0.62434,300,15,0,3293,0,1,0,0,0),(24537,9164,1,1,1,8512,0,-6987,-979.752,-272.097,3.68471,300,30,0,3293,0,1,0,0,0),(24536,9164,1,1,1,8512,0,-7777.22,-547.194,-266.548,0.743985,300,5,0,3293,0,1,0,0,0),(24535,9164,1,1,1,8512,0,-7420.44,-449.845,-273.396,3.16144,300,15,0,3293,0,1,0,0,0),(24534,9164,1,1,1,8512,0,-7383.19,-412.789,-271.212,0.801417,300,15,0,3293,0,1,0,0,0),(24533,9164,1,1,1,8512,0,-7351.23,-947.729,-271.455,5.56274,300,15,0,3293,0,1,0,0,0),(24532,9164,1,1,1,8512,0,-7204.91,-968.018,-271.908,1.88452,300,5,0,3293,0,1,0,0,0),(24531,9164,1,1,1,8512,0,-7196.04,-1035.7,-271.273,3.24097,300,15,0,3293,0,1,0,0,0),(24530,9164,1,1,1,8512,0,-7842.15,-908.647,-267.37,4.68593,300,5,0,3293,0,1,0,0,0),(24529,9164,1,1,1,8512,0,-7125.85,-717.707,-271.891,3.06767,300,10,0,3293,0,1,0,0,0),(24528,9164,1,1,1,8512,0,-7671.31,-1026.38,-269.544,3.79134,300,5,0,3293,0,1,0,0,0),(24527,9164,1,1,1,8512,0,-7596.33,-483.108,-270.552,2.90074,300,15,0,3293,0,1,0,0,0),(24526,9164,1,1,1,8512,0,-7861.51,-754.502,-268.978,0.144933,300,15,0,3293,0,1,0,0,0),(24525,9164,1,1,1,8512,0,-7555.52,-729.745,-258.524,5.15667,300,5,0,3293,0,1,0,0,0),(24524,9164,1,1,1,8512,0,-7638.64,-890.764,-270.6,4.99767,300,5,0,3293,0,1,0,0,0),(24523,9164,1,1,1,8512,0,-7660.8,-688.064,-266.081,4.0349,300,15,0,3293,0,1,0,0,0),(24522,9164,1,1,1,8512,0,-7380.72,-1038.9,-271.217,2.45002,300,15,0,3293,0,1,0,0,0),(24521,9164,1,1,1,8512,0,-8027.05,-923.089,-270.521,0.151743,300,5,0,3293,0,1,0,0,0),(24520,9164,1,1,1,8512,0,-7670.46,-756.749,-271.361,1.51381,300,15,0,3293,0,1,0,0,0),(24519,9164,1,1,1,8512,0,-7968.93,-952.08,-273.968,6.1468,300,5,0,3293,0,1,0,0,0),(24518,9164,1,1,1,8512,0,-7780.98,-1038.37,-266.887,3.67376,300,5,0,3293,0,1,0,0,0),(24517,9164,1,1,1,8512,0,-7825.58,-976.437,-270.187,2.60926,300,5,0,3293,0,1,0,0,0),(24516,9164,1,1,1,8512,0,-7847.34,-1025.18,-268.111,4.01478,300,5,0,3293,0,1,0,0,0),(24515,9164,1,1,1,8512,0,-7451.05,-464.753,-271.412,0.407713,300,5,0,3293,0,1,0,0,0),(24514,9164,1,1,1,8512,0,-7708.86,-1015.69,-271.071,2.71901,300,5,0,3293,0,1,0,0,0),(27404,4814,48,1,1,2890,1,-789.697,-124.658,-25.7867,3.08923,86400,0,0,1482,2164,0,0,0,0),(27405,4827,48,1,1,2836,0,-816.932,-88.5621,-40.2716,6.14356,86400,3,0,1686,0,1,0,0,0),(27406,4823,48,1,1,9565,0,-808.045,-116.276,-36.8683,3.10669,86400,2,0,1392,0,1,0,0,0),(27403,4813,48,1,1,2876,1,-799.32,-108.703,-25.7868,3.10669,86400,0,0,1482,2886,0,0,0,0),(24513,9164,1,1,1,8512,0,-7414.67,-1020.45,-272.097,0.246664,300,15,0,3293,0,1,0,0,0),(24512,9164,1,1,1,8512,0,-7482.27,-916.145,-272.201,1.35517,300,5,0,3293,0,1,0,0,0),(24511,9164,1,1,1,8512,0,-7474.56,-784.084,-270.463,5.87225,300,5,0,3293,0,1,0,0,0),(24510,9164,1,1,1,8512,0,-7650.28,-609.474,-262.861,0.250663,300,15,0,3293,0,1,0,0,0),(24509,9164,1,1,1,8512,0,-7724.45,-870.811,-270.477,0.176688,300,30,0,3293,0,1,0,0,0),(24508,9164,1,1,1,8512,0,-7891.28,-634.295,-259.748,5.17604,300,15,0,3293,0,1,0,0,0),(24507,9164,1,1,1,8512,0,-7842.72,-577.475,-264.039,3.17868,300,5,0,3293,0,1,0,0,0),(24506,9164,1,1,1,8512,0,-7315.27,-379.207,-268.738,0.703892,300,5,0,3293,0,1,0,0,0),(49662,11830,309,1,1,11758,1,-11784.9,-1664.88,21.2324,4.92183,7200,0,0,17094,12170,0,0,0,0),(49661,11830,309,1,1,11760,1,-11789.1,-1664.91,21.2324,4.5204,7200,0,0,17094,12170,0,0,0,0),(49660,11357,309,1,1,15275,0,-11795.4,-1670.86,21.2324,2.28638,7200,0,0,15260,0,0,0,0,0),(24505,9164,1,1,1,8512,0,-7711.78,-698.764,-258.548,5.0758,300,15,0,3293,0,1,0,0,0),(27418,4827,48,1,1,2836,0,-843.467,-94.0556,-37.2355,0.191986,86400,3,0,1686,0,1,0,0,0),(8188,4846,0,1,1,6052,1,-6057.05,-3271.67,256.462,4.92183,300,0,0,1403,0,0,0,0,0),(49659,11357,309,1,1,15275,0,-11778.4,-1670.83,21.2324,1.16937,7200,0,0,15260,0,0,0,0,0),(15534,2770,0,1,1,3671,1,-17.59,-913.064,55.9463,3.89208,300,0,0,840,0,0,0,0,0),(24504,9163,1,1,1,8511,0,-7542.35,-1475.44,-271.259,4.32954,300,15,0,2980,0,1,0,0,0),(24503,9163,1,1,1,8511,0,-7707.38,-1578.55,-271.434,1.88452,300,30,0,2980,0,1,0,0,0),(24502,9163,1,1,1,8511,0,-7517.25,-1549.64,-271.753,2.12654,300,15,0,2980,0,1,0,0,0),(24501,9163,1,1,1,8511,0,-7456.13,-1713.11,-278.309,4.9389,300,15,0,2980,0,1,0,0,0),(24500,9163,1,1,1,8511,0,-7371.15,-1633.99,-274.505,2.46685,300,15,0,2980,0,1,0,0,0),(24499,9163,1,1,1,8511,0,-7522.75,-1641.88,-275.876,6.18934,300,15,0,2980,0,1,0,0,0),(24498,9163,1,1,1,8511,0,-7572.34,-1554.21,-271.59,4.58126,300,15,0,2980,0,1,0,0,0),(24497,9163,1,1,1,8511,0,-7755.32,-1548.78,-269.397,3.0888,300,15,0,2980,0,1,0,0,0),(24496,9163,1,1,1,8511,0,-7517.37,-1717.65,-279.031,3.11245,300,5,0,2980,0,1,0,0,0),(24495,9163,1,1,1,8511,0,-7448.97,-1313.86,-271.564,0.880892,300,15,0,2980,0,1,0,0,0),(24494,9163,1,1,1,8511,0,-6457.48,-1345.65,-270.15,3.02209,300,30,0,2980,0,1,0,0,0),(24493,9163,1,1,1,8511,0,-6668.46,-1484.63,-271.929,2.89093,300,5,0,2980,0,1,0,0,0),(24492,9163,1,1,1,8511,0,-7108.35,-1624.39,-271.396,1.42951,300,15,0,2980,0,1,0,0,0),(24491,9163,1,1,1,8511,0,-6751.86,-1419.32,-269.865,3.01996,300,30,0,2980,0,1,0,0,0),(24490,9163,1,1,1,8511,0,-7235.02,-1679.16,-270.091,-2.85243,300,10,0,2980,0,1,0,0,0),(24489,9163,1,1,1,8511,0,-7173.95,-1696.06,-271.213,3.09283,300,15,0,2980,0,1,0,0,0),(24488,9163,1,1,1,8511,0,-7225.48,-1600.48,-263.246,0.785307,300,5,0,2980,0,1,0,0,0),(24487,9163,1,1,1,8511,0,-7297.78,-1603.58,-271.802,4.0935,300,5,0,2980,0,1,0,0,0),(24486,9163,1,1,1,8511,0,-7620.41,-1207.14,-264.623,1.49058,300,5,0,2980,0,1,0,0,0),(24485,9163,1,1,1,8511,0,-7455.26,-1497.73,-271.391,1.23855,300,15,0,2980,0,1,0,0,0),(24484,9163,1,1,1,8511,0,-7576.1,-1196.22,-268.285,4.76829,300,15,0,2980,0,1,0,0,0),(24483,9163,1,1,1,8511,0,-6656.68,-1187.19,-271.046,6.14405,300,5,0,2980,0,1,0,0,0),(24482,9163,1,1,1,8511,0,-7691.79,-1195.88,-270.069,1.56689,300,30,0,2980,0,1,0,0,0),(24481,9163,1,1,1,8511,0,-6576.61,-1175.16,-261.213,4.86147,300,30,0,2980,0,1,0,0,0),(24480,9163,1,1,1,8511,0,-7575.65,-1058.84,-266.682,3.47131,300,15,0,2980,0,1,0,0,0),(24479,9163,1,1,1,8511,0,-7679.68,-1139.63,-272.097,4.46373,300,30,0,2980,0,1,0,0,0),(24478,9163,1,1,1,8511,0,-7451.11,-1364.54,-268.228,5.04135,300,5,0,2980,0,1,0,0,0),(24477,9163,1,1,1,8511,0,-7541.46,-1207.02,-271.41,1.6186,300,15,0,2980,0,1,0,0,0),(24476,9163,1,1,1,8511,0,-7421.75,-1403.4,-270.288,4.65485,300,15,0,2980,0,1,0,0,0),(24475,9163,1,1,1,8511,0,-7688.84,-1353.23,-270.548,1.07223,300,15,0,2980,0,1,0,0,0),(24474,9163,1,1,1,8511,0,-7722.65,-1345.76,-271.68,3.98971,300,15,0,2980,0,1,0,0,0),(24473,9163,1,1,1,8511,0,-7611.42,-1296.84,-271.306,4.40671,300,5,0,2980,0,1,0,0,0),(24472,9163,1,1,1,8511,0,-7488.18,-1202.23,-265.677,2.76106,300,5,0,2980,0,1,0,0,0),(24471,9163,1,1,1,8511,0,-7513.8,-1181.09,-270.234,1.46257,300,15,0,2980,0,1,0,0,0),(24470,9163,1,1,1,8511,0,-7690.78,-1118.29,-271.974,1.62163,300,30,0,2980,0,1,0,0,0),(24469,9163,1,1,1,8511,0,-7656.61,-1315.84,-271.973,1.77547,300,5,0,2980,0,1,0,0,0),(24468,9163,1,1,1,8511,0,-7570.79,-1276.96,-264.868,5.57244,300,5,0,2980,0,1,0,0,0),(24467,9163,1,1,1,8511,0,-7456.78,-1274.23,-268.846,5.27417,300,15,0,2980,0,1,0,0,0),(24466,9163,1,1,1,8511,0,-7517.59,-1330.3,-270.096,3.42188,300,15,0,2980,0,1,0,0,0),(24465,9163,1,1,1,8511,0,-7601.57,-1396.44,-263.472,1.51411,300,5,0,2980,0,1,0,0,0),(24464,9163,1,1,1,8511,0,-7583.75,-1416.66,-269.196,2.15578,300,5,0,2980,0,1,0,0,0),(24463,9163,1,1,1,8511,0,-7760.05,-1094.06,-269.25,2.31221,300,5,0,2980,0,1,0,0,0),(24462,9163,1,1,1,8511,0,-7523.39,-1389.29,-269.891,4.92703,300,15,0,2980,0,1,0,0,0),(24461,9163,1,1,1,8511,0,-7141.29,-1579.04,-271.924,1.16831,300,15,0,2980,0,1,0,0,0),(24460,9163,1,1,1,8511,0,-7949.71,-1583.14,-274.952,0.209418,300,30,0,2980,0,1,0,0,0),(24459,9163,1,1,1,8511,0,-7477.97,-1446.45,-269.096,0.910096,300,15,0,2980,0,1,0,0,0),(24458,9163,1,1,1,8511,0,-7527.49,-1441.15,-271.859,3.15526,300,15,0,2980,0,1,0,0,0),(24457,9163,1,1,1,8511,0,-7755.89,-1622.38,-271.972,5.77445,300,15,0,2980,0,1,0,0,0),(24456,9163,1,1,1,8511,0,-7688.56,-1434.38,-266.658,0.424918,300,5,0,2980,0,1,0,0,0),(24455,9163,1,1,1,8511,0,-7482.42,-1066.68,-272.733,1.46777,300,15,0,2980,0,1,0,0,0),(24454,9162,1,1,1,8510,0,-6851.33,-1787.42,-273.16,4.91476,300,5,0,2672,0,1,0,0,0),(24453,9162,1,1,1,8510,0,-6746.21,-2147.58,-271.129,0.315578,300,15,0,2672,0,1,0,0,0),(24452,9162,1,1,1,8510,0,-6617.12,-2020.71,-271.671,4.55944,300,15,0,2672,0,1,0,0,0),(24451,9162,1,1,1,8510,0,-6837.61,-1887.16,-271.204,2.99512,300,30,0,2672,0,1,0,0,0),(24450,9162,1,1,1,8510,0,-6927.18,-1712.02,-272.177,1.84459,300,0,0,2672,0,0,0,0,0),(24449,9162,1,1,1,8510,0,-6839.82,-1863.79,-271.364,5.09374,300,30,0,2672,0,1,0,0,0),(24448,9162,1,1,1,8510,0,-6717.07,-1913.1,-272.097,1.49063,300,30,0,2672,0,1,0,0,0),(24447,9162,1,1,1,8510,0,-6658.9,-2062.19,-269.872,5.14548,300,15,0,2672,0,1,0,0,0),(24446,9162,1,1,1,8510,0,-6474.33,-2073.19,-268.455,0.586376,300,5,0,2672,0,1,0,0,0),(24445,9162,1,1,1,8510,0,-6802.88,-1615.01,-271.472,0.237559,300,15,0,2672,0,1,0,0,0),(24444,9157,1,1,1,8391,0,-6213.03,-1061.56,-197.824,5.41052,300,0,0,533,0,0,0,0,0),(24443,9157,1,1,1,8391,0,-6188.79,-1122.04,-217.777,5.42562,300,5,0,533,0,1,0,0,0),(24442,9157,1,1,1,8391,0,-6206.14,-1097.53,-216.274,1.92746,300,5,0,533,0,1,0,0,0),(24441,9157,1,1,1,8391,0,-6192.2,-1097.96,-214.528,2.35234,300,5,0,533,0,1,0,0,0),(24440,14528,1,1,1,855,0,-6982.42,-732.96,-266.288,1.7973,600,0,0,3052,0,0,0,0,0),(24439,14527,1,1,1,14588,0,-6980.17,-742.73,-265.75,1.62075,600,0,0,19536,12170,0,0,0,0),(24438,6585,1,1,1,8129,0,-6278.97,-2000.4,-263.569,0.465925,7200,0,0,3082,0,0,0,0,0),(24437,6584,1,1,1,5305,0,-6854.36,-772.935,-270.704,5.61868,43200,0,0,61040,0,2,0,0,0),(24436,3000,1,1,1,7218,0,-6144.07,-1098.52,-202.844,3.57792,300,0,0,2218,0,0,0,0,0),(24435,6583,1,1,1,10932,0,-7829.1,-874.524,-265.79,1.93643,43200,0,0,13920,0,0,0,0,0),(24434,6582,1,1,1,11084,0,-8072.02,-1269.65,-330.528,2.12796,7200,0,0,3293,0,0,0,0,0),(24433,6581,1,1,1,11319,0,-7593.43,-1773.54,-273.734,2.21355,7200,0,0,2880,0,0,0,0,0),(24432,6560,1,1,1,8395,0,-6982.23,-1544.67,-275.371,5.55381,600,0,0,9156,0,2,0,0,0),(24431,6560,1,1,1,8395,0,-6638.58,-1103.03,-268.015,3.79955,600,30,0,9156,0,1,0,0,0),(24430,9376,1,1,1,1204,0,-7183.41,-1294.81,-183.114,0.942478,600,0,0,8097,0,0,0,0,0),(24429,6560,1,1,1,8395,0,-7654.4,-2114.76,-271.94,5.24502,600,5,0,9156,0,1,0,0,0),(24428,6560,1,1,1,8395,0,-7331.05,-2300.77,-268.897,5.64208,600,0,0,9156,0,2,0,0,0),(24427,6560,1,1,1,8395,0,-6919.05,-1919.05,-272.097,4.67921,600,30,0,9156,0,1,0,0,0),(24426,6560,1,1,1,8395,0,-7320.19,-2279.69,-270.286,4.63818,600,5,0,9156,0,1,0,0,0),(24425,6560,1,1,1,8395,0,-6775.7,-1514.22,-272.023,6.20543,600,30,0,9156,0,1,0,0,0),(24424,6559,1,1,1,1146,0,-7052.23,-380.16,-269.545,2.10787,300,5,0,3082,0,1,0,0,0),(24423,6559,1,1,1,1146,0,-7448.5,-617.345,-271.397,6.10242,300,10,0,3082,0,1,0,0,0),(24422,6559,1,1,1,1146,0,-6787.71,-899.521,-270.269,2.2315,300,5,0,3082,0,1,0,0,0),(24421,6559,1,1,1,1146,0,-6873.47,-743.972,-272.395,0.089953,300,15,0,3082,0,1,0,0,0),(24420,6559,1,1,1,1146,0,-7213.34,-1023.23,-271.661,5.04497,300,15,0,3082,0,1,0,0,0),(24419,6559,1,1,1,1146,0,-6746.3,-870.119,-268.669,3.02797,300,5,0,3082,0,1,0,0,0),(24418,6559,1,1,1,1146,0,-7836.17,-729.456,-264.875,4.72659,300,5,0,3082,0,1,0,0,0),(24417,6559,1,1,1,1146,0,-6918.64,-907.655,-270.398,5.99861,300,5,0,3082,0,1,0,0,0),(24416,6559,1,1,1,1146,0,-7580.64,-811.813,-266.798,3.80405,300,5,0,3082,0,1,0,0,0),(24415,6559,1,1,1,1146,0,-6952.69,-952.151,-270.252,4.08625,300,5,0,3082,0,1,0,0,0),(24414,9119,1,1,1,8430,1,-6204.39,-1055.46,-197.748,4.86947,300,0,0,2980,0,0,0,0,0),(24413,6559,1,1,1,1146,0,-7548.11,-996.472,-269.803,6.28281,300,5,0,3082,0,1,0,0,0),(24412,6559,1,1,1,1146,0,-6775.74,-634.466,-271.583,1.2509,300,5,0,3082,0,1,0,0,0),(24411,6559,1,1,1,1146,0,-7912.04,-872.163,-270.987,3.70686,300,30,0,3082,0,1,0,0,0),(24410,6559,1,1,1,1146,0,-6667.72,-732.897,-270.65,0.21582,300,5,0,3082,0,1,0,0,0),(24409,6559,1,1,1,1146,0,-7499.54,-954.384,-272.105,2.92089,300,5,0,3082,0,1,0,0,0),(24408,6559,1,1,1,1146,0,-7609.63,-764.868,-264.45,1.63918,300,15,0,3082,0,1,0,0,0),(24407,6559,1,1,1,1146,0,-7088.32,-414.48,-270.074,5.21096,300,5,0,3082,0,1,0,0,0),(24406,6559,1,1,1,1146,0,-6991.2,-624.918,-272.097,5.2068,300,5,0,3082,0,1,0,0,0),(24405,6559,1,1,1,1146,0,-6964.53,-825.368,-272.097,3.56815,300,30,0,3082,0,1,0,0,0),(24404,6559,1,1,1,1146,0,-6975.52,-655.208,-270.597,5.90265,300,5,0,3082,0,1,0,0,0),(24403,6559,1,1,1,1146,0,-7120.7,-926.736,-270.738,0.982798,300,30,0,3082,0,1,0,0,0),(24402,6559,1,1,1,1146,0,-6490.6,-894.48,-274.189,4.89187,300,30,0,3082,0,1,0,0,0),(24401,6559,1,1,1,1146,0,-7109.01,-674.911,-269.862,5.68063,300,5,0,3082,0,1,0,0,0),(24400,6559,1,1,1,1146,0,-7558.38,-824.858,-268.909,3.98283,300,5,0,3082,0,1,0,0,0),(24399,6559,1,1,1,1146,0,-6845.74,-854.406,-271.386,1.6792,300,5,0,3082,0,1,0,0,0),(24398,6559,1,1,1,1146,0,-7191.63,-843.901,-269.792,1.00122,300,5,0,3082,0,1,0,0,0),(24397,6559,1,1,1,1146,0,-7355.01,-872.679,-270.079,3.06542,300,15,0,3082,0,1,0,0,0),(24396,6559,1,1,1,1146,0,-7316.46,-1054.81,-272.043,1.12178,300,15,0,3082,0,1,0,0,0),(24395,6559,1,1,1,1146,0,-6821.84,-696.952,-271.187,1.3244,300,15,0,3082,0,1,0,0,0),(24394,6559,1,1,1,1146,0,-7502.02,-693.114,-255.425,5.85446,300,5,0,3082,0,1,0,0,0),(24393,6559,1,1,1,1146,0,-7114.35,-985.796,-270.784,1.51021,300,10,0,3082,0,1,0,0,0),(24392,6559,1,1,1,1146,0,-7780.44,-894.546,-269.644,1.90738,300,30,0,3082,0,1,0,0,0),(24391,6559,1,1,1,1146,0,-6851.43,-510.419,-272.018,3.43272,300,15,0,3082,0,1,0,0,0),(24390,6559,1,1,1,1146,0,-7444.46,-879.391,-264.802,3.97108,300,5,0,3082,0,1,0,0,0),(24389,6559,1,1,1,1146,0,-7013.5,-891.558,-266.468,4.66547,300,5,0,3082,0,1,0,0,0),(24388,6559,1,1,1,1146,0,-7760.04,-773.77,-270.748,1.74558,300,15,0,3082,0,1,0,0,0),(24387,6559,1,1,1,1146,0,-7778.58,-814.153,-272.023,0.22166,300,15,0,3082,0,1,0,0,0),(24386,6559,1,1,1,1146,0,-7464.18,-519.744,-270.736,1.46394,300,15,0,3082,0,1,0,0,0),(24385,6559,1,1,1,1146,0,-7924.07,-615.524,-257.685,5.56693,300,5,0,3082,0,1,0,0,0),(24384,6559,1,1,1,1146,0,-7975.69,-858.103,-268.186,3.04432,300,5,0,3082,0,1,0,0,0),(24383,6559,1,1,1,1146,0,-7627.95,-525.935,-269.832,3.6046,300,5,0,3082,0,1,0,0,0),(24382,6559,1,1,1,1146,0,-7605.77,-554.472,-266.006,3.76752,300,15,0,3082,0,1,0,0,0),(24381,6559,1,1,1,1146,0,-7802.23,-607.583,-264.708,2.75361,300,15,0,3082,0,1,0,0,0),(24380,12959,1,1,1,13729,1,-6157.44,-1067.73,-194.862,4.72984,300,0,0,3082,0,0,0,0,0),(24379,9118,1,1,1,8413,1,-6181.79,-1151.46,-210.551,0.314159,300,0,0,2980,0,0,0,0,0),(24378,6557,1,1,1,4754,0,-7599.54,-1584.56,-271.785,3.1266,300,15,0,2880,0,1,0,0,0),(24377,6557,1,1,1,4754,0,-7783.8,-1519.98,-266.721,4.53376,300,15,0,2880,0,1,0,0,0),(24376,6557,1,1,1,4754,0,-6721.3,-1361.8,-271.077,1.7089,300,30,0,2880,0,1,0,0,0),(24375,6557,1,1,1,4754,0,-7088.52,-1620.88,-272.049,1.48417,300,15,0,2880,0,1,0,0,0),(24374,6557,1,1,1,4754,0,-7707.72,-1171.22,-271.175,4.9512,300,30,0,2880,0,1,0,0,0),(24373,6557,1,1,1,4754,0,-7353.55,-1682.43,-274.366,2.84666,300,5,0,2880,0,1,0,0,0),(24372,6557,1,1,1,4754,0,-7582.89,-1382.3,-269.666,3.13964,300,5,0,2880,0,1,0,0,0),(24371,6557,1,1,1,4754,0,-6407,-1384.16,-268.749,2.76544,300,30,0,2880,0,1,0,0,0),(24370,6557,1,1,1,4754,0,-6394.38,-891.84,-270.355,1.63091,300,15,0,2880,0,1,0,0,0),(24369,6557,1,1,1,4754,0,-7458.4,-1741.62,-272.933,2.36448,300,5,0,2880,0,1,0,0,0),(24368,6557,1,1,1,4754,0,-7530.4,-1280.52,-271.777,2.75914,300,15,0,2880,0,1,0,0,0),(24367,6557,1,1,1,4754,0,-8013.33,-1595.8,-271.03,1.13009,300,5,0,2880,0,1,0,0,0),(24366,6557,1,1,1,4754,0,-7545.31,-1612.84,-270.973,4.46091,300,15,0,2880,0,1,0,0,0),(24365,6557,1,1,1,4754,0,-6801.67,-1359.56,-272.097,5.03416,300,15,0,2880,0,1,0,0,0),(24364,6557,1,1,1,4754,0,-7649.45,-1103.24,-271.596,3.51521,300,15,0,2880,0,1,0,0,0),(24363,6557,1,1,1,4754,0,-7609.08,-1111,-270.972,4.92369,300,15,0,2880,0,1,0,0,0),(24362,6557,1,1,1,4754,0,-7517.69,-1475.83,-270.468,0.128311,300,15,0,2880,0,1,0,0,0),(24361,6557,1,1,1,4754,0,-7710.22,-1252.12,-269.335,3.61404,300,5,0,2880,0,1,0,0,0),(24360,6557,1,1,1,4754,0,-6555.44,-1174.16,-262.516,5.27762,300,15,0,2880,0,1,0,0,0),(24359,6557,1,1,1,4754,0,-6609.17,-1221.34,-270.273,0.109579,300,5,0,2880,0,1,0,0,0),(24358,6557,1,1,1,4754,0,-7627.89,-1544.14,-270.658,4.9284,300,5,0,2880,0,1,0,0,0),(24357,6557,1,1,1,4754,0,-7230.64,-1586.4,-270.174,2.42111,300,5,0,2880,0,1,0,0,0),(24356,6557,1,1,1,4754,0,-7140.91,-1722.74,-276.919,2.3452,300,15,0,2880,0,1,0,0,0),(24355,6557,1,1,1,4754,0,-7609.52,-1368,-271.984,1.63922,300,5,0,2880,0,1,0,0,0),(24354,6557,1,1,1,4754,0,-7491.67,-1141.67,-272.53,2.37652,300,15,0,2880,0,1,0,0,0),(24353,6557,1,1,1,4754,0,-7681.62,-1616.22,-271.722,3.57039,300,15,0,2880,0,1,0,0,0),(24352,6557,1,1,1,4754,0,-7575.18,-1075.07,-268.281,1.34219,300,15,0,2880,0,1,0,0,0),(24351,9117,1,1,1,8478,1,-6033.25,-1017.56,-217.055,0.872665,300,0,0,4120,0,0,0,0,0),(24350,6556,1,1,1,11140,0,-6912.88,-1582.63,-272.306,0.445618,300,5,0,2576,0,1,0,0,0),(24349,6556,1,1,1,11140,0,-6863.86,-1978.84,-271.559,1.13771,300,30,0,2576,0,1,0,0,0),(24348,6556,1,1,1,11140,0,-6894.07,-1720.59,-271.93,4.10564,300,5,0,2576,0,1,0,0,0),(24347,6556,1,1,1,11140,0,-6939.96,-2151.63,-270.662,6.0166,300,5,0,2576,0,1,0,0,0),(24346,6556,1,1,1,11140,0,-6546.24,-1932.2,-273.311,5.87111,300,15,0,2576,0,1,0,0,0),(24345,6556,1,1,1,11140,0,-6599.15,-2086.75,-270.124,0.677486,300,15,0,2576,0,1,0,0,0),(24344,6556,1,1,1,11140,0,-7318.73,-2215.56,-271.189,4.25527,300,5,0,2576,0,1,0,0,0),(24343,6556,1,1,1,11140,0,-6880.06,-1835.55,-272.385,1.23855,300,5,0,2576,0,1,0,0,0),(24342,6556,1,1,1,11140,0,-6745.16,-2047.12,-271.957,6.24103,300,30,0,2576,0,1,0,0,0),(24341,6556,1,1,1,11140,0,-7646.64,-2154.14,-270.972,4.02215,300,5,0,2576,0,1,0,0,0),(24340,6556,1,1,1,11140,0,-6841.94,-2216.4,-272.093,0.309544,300,10,0,2576,0,1,0,0,0),(24339,6556,1,1,1,11140,0,-6593.79,-1754.75,-271.594,4.30937,300,5,0,2576,0,1,0,0,0),(24338,6555,1,1,1,11089,0,-7970.32,-1078.15,-328.748,6.11125,300,3,0,3082,0,1,0,0,0),(24337,6555,1,1,1,11089,0,-7989.12,-1094.22,-329.035,3.58053,300,3,0,3082,0,1,0,0,0),(24336,6555,1,1,1,11089,0,-8031.58,-1133.42,-315.867,4.36638,300,3,0,3082,0,1,0,0,0),(24335,6555,1,1,1,11089,0,-7989.79,-1257.14,-323.438,0.345693,300,0,0,3082,0,2,0,0,0),(24334,6555,1,1,1,11089,0,-8013.41,-1194.04,-323.394,2.73124,300,3,0,3082,0,1,0,0,0),(24333,6555,1,1,1,11089,0,-8083.94,-1205.72,-335.765,0.37011,300,3,0,3082,0,1,0,0,0),(24332,6555,1,1,1,11089,0,-8069.58,-1255.67,-332.427,4.27673,300,5,0,3082,0,1,0,0,0),(24331,6555,1,1,1,11089,0,-8154.7,-1162.08,-330.861,2.69723,300,3,0,3082,0,1,0,0,0),(24330,6555,1,1,1,11089,0,-8121.86,-1194.79,-333.798,4.4522,300,3,0,3082,0,1,0,0,0),(24329,6554,1,1,1,11088,0,-7958.4,-1095.49,-329.952,5.1382,300,3,0,3082,0,1,0,0,0),(24328,6554,1,1,1,11088,0,-8004.28,-1143.57,-319.196,0.687856,300,3,0,3082,0,1,0,0,0),(24327,6554,1,1,1,11088,0,-7931.38,-1326.08,-302.671,1.68938,300,5,0,3082,0,1,0,0,0),(24326,6554,1,1,1,11088,0,-8120.76,-1266.29,-345.209,3.38004,300,3,0,3082,0,1,0,0,0),(24325,6554,1,1,1,11088,0,-8106.08,-1229.85,-338.391,5.60942,300,3,0,3082,0,1,0,0,0),(24324,6554,1,1,1,11088,0,-8052.79,-1163.17,-332.095,3.45649,300,3,0,3082,0,1,0,0,0),(24322,6553,1,1,1,11087,0,-8075.63,-1516.85,-269.774,0.450548,300,10,0,2980,0,1,0,0,0),(24321,6553,1,1,1,11087,0,-8017.63,-1132.62,-321.148,2.3892,300,3,0,2980,0,1,0,0,0),(24320,6553,1,1,1,11087,0,-7967.84,-1314.53,-312.482,2.03318,300,0,0,2980,0,2,0,0,0),(24319,6553,1,1,1,11087,0,-8044.27,-1293.07,-329.393,2.46051,300,5,0,2980,0,1,0,0,0),(24318,6553,1,1,1,11087,0,-8010.27,-1294.35,-322.177,6.12088,300,5,0,2980,0,1,0,0,0),(24317,6553,1,1,1,11087,0,-8079.19,-1279.07,-336.108,0.80002,300,5,0,2980,0,1,0,0,0),(24316,6553,1,1,1,11087,0,-8051.28,-1316.52,-272.112,4.66152,300,15,0,2980,0,1,0,0,0),(24315,6553,1,1,1,11087,0,-7881.1,-1314.9,-276.523,3.42523,300,5,0,2980,0,1,0,0,0),(24314,6553,1,1,1,11087,0,-8067.57,-1219.11,-334.374,3.35062,300,3,0,2980,0,1,0,0,0),(24313,6553,1,1,1,11087,0,-8111.6,-1200.64,-336.83,5.4775,300,0,0,2980,0,2,0,0,0),(24312,6553,1,1,1,11087,0,-8075.91,-1183.13,-333.541,2.7437,300,3,0,2980,0,1,0,0,0),(24311,6553,1,1,1,11087,0,-8041.49,-1239.94,-324.083,3.80217,300,3,0,2980,0,1,0,0,0),(24310,6553,1,1,1,11087,0,-8056.62,-1354.96,-270.845,1.89255,300,10,0,2980,0,1,0,0,0),(24309,6553,1,1,1,11087,0,-8060.79,-1552.25,-270.543,3.25916,300,15,0,2980,0,1,0,0,0),(24308,6553,1,1,1,11087,0,-7892.72,-1392.85,-269.905,3.60262,300,5,0,2980,0,1,0,0,0),(24307,6553,1,1,1,11087,0,-8086.73,-1438.09,-267.888,1.31315,300,5,0,2980,0,1,0,0,0),(24306,6553,1,1,1,11087,0,-7750,-1150,-270.674,0.793766,300,15,0,2980,0,1,0,0,0),(24305,6553,1,1,1,11087,0,-7910.98,-1089.19,-273.313,3.36005,300,5,0,2980,0,1,0,0,0),(24304,6553,1,1,1,11087,0,-7986.2,-1200.36,-275.375,1.47696,300,15,0,2980,0,1,0,0,0),(24303,6553,1,1,1,11087,0,-7871.02,-1180.55,-268.892,4.01161,300,5,0,2980,0,1,0,0,0),(24302,6553,1,1,1,11087,0,-8014.57,-1440.97,-271.156,4.81012,300,15,0,2980,0,1,0,0,0),(24301,6553,1,1,1,11087,0,-8050.17,-1516.96,-271.337,3.20015,300,15,0,2980,0,1,0,0,0),(24300,6553,1,1,1,11087,0,-8014.08,-1045.87,-272.021,2.75884,300,5,0,2980,0,1,0,0,0),(24299,6553,1,1,1,11087,0,-7823.61,-1114.08,-260.588,2.19174,300,5,0,2980,0,1,0,0,0),(24298,6553,1,1,1,11087,0,-8039.21,-1088.6,-272.097,5.11856,300,5,0,2980,0,1,0,0,0),(24297,6553,1,1,1,11087,0,-7950.92,-1085.17,-274.827,5.66923,300,5,0,2980,0,1,0,0,0),(24296,6553,1,1,1,11087,0,-7768.18,-1398.07,-272.097,5.50758,300,30,0,2980,0,1,0,0,0),(24295,6553,1,1,1,11087,0,-7951.51,-1384.06,-273.17,6.18447,300,5,0,2980,0,1,0,0,0),(24294,6553,1,1,1,11087,0,-7950.65,-1247.93,-273.168,6.28009,300,15,0,2980,0,1,0,0,0),(24293,6553,1,1,1,11087,0,-7949.49,-1059.8,-274.9,4.96138,300,5,0,2980,0,1,0,0,0),(24292,6553,1,1,1,11087,0,-7858.88,-1142.24,-266.458,2.8464,300,5,0,2980,0,1,0,0,0),(24291,6553,1,1,1,11087,0,-7780.3,-1220.46,-267.752,5.21744,300,15,0,2980,0,1,0,0,0),(24290,6552,1,1,1,11091,0,-7964.97,-1150.39,-275.174,3.16112,300,15,0,2980,0,1,0,0,0),(24289,6552,1,1,1,11091,0,-8097.82,-1234.46,-268.912,2.8643,300,5,0,2980,0,1,0,0,0),(24288,6552,1,1,1,11091,0,-7965.79,-1403.57,-272.262,6.21128,300,5,0,2980,0,1,0,0,0),(24287,6552,1,1,1,11091,0,-7917.92,-1476.52,-268.673,5.98461,300,15,0,2980,0,1,0,0,0),(24286,6552,1,1,1,11091,0,-7830.16,-1494.52,-263.084,6.19692,300,15,0,2980,0,1,0,0,0),(24285,6552,1,1,1,11091,0,-7939.93,-1270.06,-273.408,2.12194,300,10,0,2980,0,1,0,0,0),(24284,6552,1,1,1,11091,0,-7949.96,-1118.55,-272.644,1.42637,300,15,0,2980,0,1,0,0,0),(24283,6552,1,1,1,11091,0,-7850.2,-1428,-267.457,1.75938,300,5,0,2980,0,1,0,0,0),(24282,6552,1,1,1,11091,0,-7853.1,-1213.37,-266.096,6.16375,300,5,0,2980,0,1,0,0,0),(24281,6552,1,1,1,11091,0,-8057.74,-1187.87,-271.064,5.93561,300,15,0,2980,0,1,0,0,0),(24280,6552,1,1,1,11091,0,-8053.97,-1470.06,-271.219,4.57272,300,15,0,2980,0,1,0,0,0),(24279,6552,1,1,1,11091,0,-7873.15,-1357.57,-272.773,3.6941,300,5,0,2980,0,1,0,0,0),(24278,6552,1,1,1,11091,0,-8046.14,-1217.15,-271.086,0.076173,300,15,0,2980,0,1,0,0,0),(24277,6552,1,1,1,11091,0,-8015.65,-1394.52,-271.929,4.7277,300,15,0,2980,0,1,0,0,0),(24276,6552,1,1,1,11091,0,-8058.81,-1131.1,-271.189,1.69769,300,15,0,2980,0,1,0,0,0),(24275,6552,1,1,1,11091,0,-8020.4,-1123.19,-270.481,1.67066,300,15,0,2980,0,1,0,0,0),(24274,6552,1,1,1,11091,0,-7791.62,-1362.91,-272.097,3.12635,300,5,0,2980,0,1,0,0,0),(24273,6552,1,1,1,11091,0,-7750.08,-1362.68,-271.899,4.67999,300,30,0,2980,0,1,0,0,0),(24272,6552,1,1,1,11091,0,-7916.97,-1117.68,-275.986,1.78353,300,5,0,2980,0,1,0,0,0),(24271,6552,1,1,1,11091,0,-7862.43,-1267.01,-269.485,4.1103,300,5,0,2980,0,1,0,0,0),(24270,6552,1,1,1,11091,0,-7901.94,-1115.41,-273.569,2.97869,300,5,0,2980,0,1,0,0,0),(24269,6552,1,1,1,11091,0,-7867.55,-1252.08,-269.5,2.78031,300,5,0,2980,0,1,0,0,0),(24268,9623,1,1,1,8841,0,-6380.13,-1970,-257.195,1.85005,300,0,0,2576,0,0,0,0,0),(24267,6551,1,1,1,11090,0,-7999.14,-1492.42,-271.689,3.20218,300,15,0,2980,0,1,0,0,0),(24266,6551,1,1,1,11090,0,-7986.22,-1297.94,-273.969,1.13998,300,5,0,2980,0,1,0,0,0),(24265,6551,1,1,1,11090,0,-8058.21,-1421.08,-267.784,3.61135,300,15,0,2980,0,1,0,0,0),(24264,6551,1,1,1,11090,0,-8075.29,-1392.3,-267.486,0.326074,300,10,0,2980,0,1,0,0,0),(24263,6551,1,1,1,11090,0,-7849.01,-1452.92,-266.612,0.575418,300,30,0,2980,0,1,0,0,0),(24262,6551,1,1,1,11090,0,-7840.6,-1321.97,-265.198,3.40219,300,5,0,2980,0,1,0,0,0),(24261,6551,1,1,1,11090,0,-7851.4,-1069.68,-266.088,1.35234,300,5,0,2980,0,1,0,0,0),(24260,6551,1,1,1,11090,0,-7803.89,-1182.35,-261.656,6.21675,300,15,0,2980,0,1,0,0,0),(24259,6551,1,1,1,11090,0,-7818.6,-1246.49,-265.229,4.84737,300,15,0,2980,0,1,0,0,0),(24258,6551,1,1,1,11090,0,-7985.17,-1188.11,-273.183,2.90704,300,15,0,2980,0,1,0,0,0),(24257,6551,1,1,1,11090,0,-7977.39,-1254.91,-270.043,0.548313,300,15,0,2980,0,1,0,0,0),(24256,6551,1,1,1,11090,0,-7809.95,-1456.61,-267.258,5.39998,300,30,0,2980,0,1,0,0,0),(24255,6551,1,1,1,11090,0,-7827.59,-1370.84,-271.912,1.76512,300,5,0,2980,0,1,0,0,0),(24254,9622,1,1,1,8844,0,-6276.53,-1987.97,-261.845,0.890476,300,0,0,3398,0,0,0,0,0),(24253,9619,1,1,1,8832,1,-7840.34,-2117.32,-254.269,1.36136,300,0,0,2384,1864,0,0,0,0),(24252,9618,1,1,1,8831,1,-6298.29,-1182.65,-269.101,3.21141,300,0,0,2672,0,0,0,0,0),(24251,1420,1,1,1,901,0,-6694.51,-1002.47,-271.505,5.55719,300,5,0,8,0,1,0,0,0),(24250,1420,1,1,1,901,0,-6623.46,-788.638,-276.225,2.83085,300,5,0,8,0,1,0,0,0),(24249,1420,1,1,1,901,0,-7808.81,-1938.55,-276.215,2.70175,300,5,0,8,0,1,0,0,0),(24248,1420,1,1,1,901,0,-6969.55,-1860.98,-274.201,4.72383,300,5,0,8,0,1,0,0,0),(24247,1420,1,1,1,901,0,-7654.81,-1841.35,-278.152,2.17992,300,0,0,8,0,0,0,0,0),(24246,1420,1,1,1,901,0,-7258.42,-2011.24,-275.382,1.12025,300,5,0,8,0,1,0,0,0),(24245,1420,1,1,1,901,0,-7690.51,-1927.33,-274.011,2.5563,300,5,0,8,0,1,0,0,0),(24244,1420,1,1,1,901,0,-6887.87,-1457.32,-273.348,5.03043,300,5,0,8,0,1,0,0,0),(24243,1420,1,1,1,901,0,-7050.11,-1862.76,-275.486,2.25928,300,5,0,8,0,1,0,0,0),(24242,1420,1,1,1,901,0,-7580.97,-2027.51,-275.132,2.30782,300,5,0,8,0,1,0,0,0),(24241,1420,1,1,1,901,0,-7358.33,-1818.23,-272.551,4.39054,300,5,0,8,0,1,0,0,0),(24240,1420,1,1,1,901,0,-7345.43,-2092.46,-274.228,6.04673,300,5,0,8,0,1,0,0,0),(24239,1420,1,1,1,901,0,-7012.11,-1136.38,-275.54,1.92157,300,5,0,8,0,1,0,0,0),(24238,1420,1,1,1,901,0,-7703.38,-2056.08,-273.485,1.3481,300,0,0,8,0,0,0,0,0),(8187,4846,0,1,1,6052,1,-6082.18,-3236.15,259.322,5.93412,300,0,0,1403,0,0,0,0,0),(8186,4846,0,1,1,6052,1,-6072.2,-3278.83,256.242,1.76278,300,0,0,1403,0,0,0,0,0),(8185,4844,0,1,1,0,1,-6098.13,-3235.86,262.146,5.32192,300,5,0,1,0,1,0,0,0),(1210,4461,0,1,1,5243,1,-12170.6,-25.3623,-10.7597,3.82036,300,5,0,1403,0,1,0,0,0),(24237,1420,1,1,1,901,0,-7801.38,-1886.37,-274.849,3.72689,300,5,0,8,0,1,0,0,0),(24236,1420,1,1,1,901,0,-6942.53,-1288.52,-275.808,2.04055,300,5,0,8,0,1,0,0,0),(24235,1420,1,1,1,901,0,-7326,-1937.32,-276.916,2.47387,300,5,0,8,0,1,0,0,0),(24234,1420,1,1,1,901,0,-7032.77,-1742.27,-275.087,1.36229,300,5,0,8,0,1,0,0,0),(24233,1420,1,1,1,901,0,-7337.92,-2153.78,-274.622,3.37,300,5,0,8,0,1,0,0,0),(24232,1420,1,1,1,901,0,-7165.36,-2173.16,-275.235,1.60069,300,5,0,8,0,1,0,0,0),(24231,1420,1,1,1,901,0,-6889.39,-1094.45,-276,0.006585,300,5,0,8,0,1,0,0,0),(24230,1420,1,1,1,901,0,-6580.04,-609.271,-272.03,1.01338,300,5,0,8,0,1,0,0,0),(24229,1420,1,1,1,901,0,-7101.47,-2024.69,-277.402,0.539749,300,5,0,8,0,1,0,0,0),(24228,1420,1,1,1,901,0,-6995.66,-1573.08,-274.246,0.620338,300,5,0,8,0,1,0,0,0),(24227,1420,1,1,1,901,0,-7419.17,-1882.49,-273.795,6.24609,300,5,0,8,0,1,0,0,0),(24226,1420,1,1,1,901,0,-7160.69,-2107.7,-277.254,2.04491,300,5,0,8,0,1,0,0,0),(24225,1420,1,1,1,901,0,-7767.58,-2027.95,-276.278,5.99912,300,5,0,8,0,1,0,0,0),(24224,1420,1,1,1,901,0,-7763.95,-1848.47,-272.474,3.75909,300,5,0,8,0,1,0,0,0),(24223,1420,1,1,1,901,0,-7561.4,-2125.93,-275.929,2.38399,300,5,0,8,0,1,0,0,0),(24222,1420,1,1,1,901,0,-7028.17,-1663.49,-275.745,0.915577,300,5,0,8,0,1,0,0,0),(24221,1420,1,1,1,901,0,-6753.88,-1079.91,-276.225,3.592,300,5,0,8,0,1,0,0,0),(24220,1420,1,1,1,901,0,-7644.03,-1752.7,-274.05,1.7138,300,5,0,8,0,1,0,0,0),(24219,1420,1,1,1,901,0,-6521.48,-786.453,-270.593,5.65254,300,5,0,8,0,1,0,0,0),(24218,1420,1,1,1,901,0,-7465.05,-2195.9,-275.948,2.71028,300,5,0,8,0,1,0,0,0),(24217,1420,1,1,1,901,0,-7018.69,-2024.9,-277.27,5.6119,300,5,0,8,0,1,0,0,0),(24216,1420,1,1,1,901,0,-6969.46,-1112.82,-276.031,1.60331,300,5,0,8,0,1,0,0,0),(24215,1420,1,1,1,901,0,-7337.14,-2254.87,-275.912,3.03652,300,5,0,8,0,1,0,0,0),(24214,9600,1,1,1,8819,0,-7062.51,-1690.51,-272.938,1.63445,300,5,0,42,0,1,0,0,0),(24213,9600,1,1,1,8818,0,-7619.12,-616.899,-255.546,4.47238,300,30,0,42,0,1,0,0,0),(24212,9600,1,1,1,8817,0,-7302.58,-1639.27,-272.439,5.22403,300,5,0,42,0,1,0,0,0),(24211,9600,1,1,1,8816,0,-7609.32,-805.059,-269.36,2.3023,300,0,0,42,0,0,0,0,0),(24210,9600,1,1,1,8819,0,-7758.25,-924.64,-272.004,5.7192,300,30,0,42,0,1,0,0,0),(24209,9600,1,1,1,8818,0,-7851.07,-651.481,-260.482,1.47696,300,30,0,42,0,1,0,0,0),(24208,9600,1,1,1,8819,0,-7543.33,-1437.6,-272.266,1.57861,300,30,0,42,0,1,0,0,0),(24207,9600,1,1,1,8817,0,-6878.43,-621.713,-269.856,5.70927,300,5,0,42,0,1,0,0,0),(24206,9600,1,1,1,8819,0,-7315.81,-953.275,-271.362,1.25522,300,30,0,42,0,1,0,0,0),(24205,9600,1,1,1,8819,0,-7951.44,-1548.78,-273.146,4.34493,300,30,0,42,0,1,0,0,0),(24204,9600,1,1,1,8816,0,-7071.08,-1697.4,-270.584,4.13143,300,5,0,42,0,1,0,0,0),(24203,6527,1,1,1,3018,0,-6549.13,-1814.89,-273.668,2.2927,300,5,0,2384,1864,1,0,0,0),(24202,6527,1,1,1,3018,0,-6556.69,-1661.12,-276.328,3.62271,300,5,0,2384,1864,1,0,0,0),(24201,6527,1,1,1,3018,0,-6689.28,-1282.56,-269.615,4.81222,300,15,0,2384,1864,1,0,0,0),(24200,6527,1,1,1,3018,0,-6690.21,-1645,-272.14,1.92269,300,5,0,2384,1864,1,0,0,0),(24199,6527,1,1,1,3018,0,-6714.53,-1683.38,-272.239,6.07082,300,5,0,2384,1864,1,0,0,0),(24198,6527,1,1,1,3018,0,-6778.48,-1685.76,-273.13,3.02617,300,15,0,2384,1864,1,0,0,0),(24197,6527,1,1,1,3018,0,-6722.67,-1745.83,-271.272,0.069421,300,5,0,2384,1864,1,0,0,0),(24196,6527,1,1,1,3018,0,-6783.65,-1263.82,-270.31,4.15773,300,15,0,2384,1864,1,0,0,0),(8184,2725,0,1,1,715,0,-6983.3,-3950.5,264.121,4.62512,300,3,0,1522,1332,1,0,0,0),(8183,4846,0,1,1,6052,1,-6070.78,-3249.08,259.143,2.16421,300,0,0,1403,0,0,0,0,0),(8182,2727,0,1,1,161,0,-6752.48,-3402.09,241.792,4.69434,300,10,0,1403,0,1,0,0,0),(8181,2725,0,1,1,715,0,-6941,-4000.05,264.237,5.11675,300,10,0,1522,1332,1,0,0,0),(1209,674,0,1,1,7202,1,-13135,-469.88,49.8355,4.95674,300,0,0,1829,0,0,0,0,0),(1208,676,0,1,1,7203,1,-13134.1,-465.054,49.762,2.99831,300,0,0,1522,1332,0,0,0,0),(1207,676,0,1,1,7203,1,-13063.5,-462.918,44.8471,3.19892,300,3,0,1522,1332,1,0,0,0),(1206,4461,0,1,1,5243,1,-12165.7,10.464,-3.86931,2.05285,300,5,0,1403,0,1,0,0,0),(1205,674,0,1,1,7202,1,-13067.1,-432.447,49.193,2.75762,300,0,0,1829,0,0,0,0,0),(1204,4461,0,1,1,5243,1,-12160.1,-17.5942,-10.7597,3.75663,300,5,0,1403,0,1,0,0,0),(1203,4458,0,1,1,478,1,-12153.3,-25.727,-10.7597,6.14502,300,5,0,1403,0,1,0,0,0),(1202,677,0,1,1,7204,1,-13068,-457.182,44.9375,4.08407,300,3,0,1292,3191,1,0,0,0),(1201,674,0,1,1,7202,1,-13087.1,-478.032,51.2409,4.4855,300,0,0,1829,0,0,0,0,0),(1200,674,0,1,1,7202,1,-13063,-447.054,45.3497,2.51843,300,0,0,1829,0,0,0,0,0),(24195,6527,1,1,1,3018,0,-6802.91,-1283.96,-271.024,5.81954,300,15,0,2384,1864,1,0,0,0),(24194,6527,1,1,1,3018,0,-6514.67,-1844.68,-275.047,0.625925,300,5,0,2384,1864,1,0,0,0),(24193,6527,1,1,1,3018,0,-6857.88,-1227.71,-272.874,1.73672,300,15,0,2384,1864,1,0,0,0),(24192,6527,1,1,1,3018,0,-6753.71,-1212.95,-275.319,1.93375,300,15,0,2384,1864,1,0,0,0),(247219,14462,1,1,1,0,0,4534.96,-7400.33,88.4305,1.06,432000,0,0,2784,0,0,0,0,0),(247218,14462,1,1,1,0,0,4534.96,-7400.33,88.4305,1.06,432000,0,0,2784,0,0,0,0,0),(247217,14462,1,1,1,0,0,4534.96,-7400.33,88.4305,1.06,432000,0,0,2784,0,0,0,0,0),(247216,14462,1,1,1,0,0,4534.96,-7400.33,88.4305,1.06,432000,0,0,2784,0,0,0,0,0),(247215,14464,1,1,1,0,0,4534.96,-7400.33,88.4305,1.06,241920,0,0,14335,0,2,0,0,0),(247214,14458,1,1,1,0,0,6471.87,-4076.27,658.521,1.06,432000,0,0,2699,0,0,0,0,0),(247213,14458,1,1,1,0,0,6471.87,-4076.27,658.521,1.06,432000,0,0,2699,0,0,0,0,0),(1199,4458,0,1,1,478,1,-12088.6,70.0932,-6.95303,3.94154,300,5,0,1403,0,1,0,0,0),(1198,4461,0,1,1,5243,1,-12090.9,26.0623,-2.04527,4.03062,300,5,0,1403,0,1,0,0,0),(27419,4823,48,1,1,9565,0,-844.065,-70.65,-35.8419,4.50295,86400,2,0,1392,0,1,0,0,0),(27399,4810,48,1,1,2901,1,-742.068,-105.479,-30.0067,3.35103,86400,0,0,1815,0,0,0,0,0),(1197,4461,0,1,1,5243,1,-12046.6,51.3579,-0.713931,0.145401,300,3,0,1403,0,1,0,0,0),(8180,4844,0,1,1,0,1,-6086.38,-3214.84,262.956,2.0784,300,3,0,1,0,1,0,0,0),(8179,2725,0,1,1,715,0,-7011.12,-3925.59,264.014,5.16843,300,10,0,1522,1332,1,0,0,0),(8178,2725,0,1,1,715,0,-6933.42,-3900.44,270.764,2.11999,300,5,0,1522,1332,1,0,0,0),(8177,4844,0,1,1,0,1,-6108.18,-3253.21,259.027,4.42279,300,5,0,1,0,1,0,0,0),(8176,4844,0,1,1,0,1,-6046.38,-3263.41,259.183,4.55041,300,3,0,1,0,1,0,0,0),(8175,2725,0,1,1,715,0,-6746.91,-3847.29,264.793,0.450548,300,10,0,1522,1332,1,0,0,0),(8174,2725,0,1,1,715,0,-6759.27,-3890.45,264.57,4.2793,300,10,0,1522,1332,1,0,0,0),(8173,2725,0,1,1,715,0,-6781.94,-3812.13,264.368,1.25348,300,10,0,1522,1332,1,0,0,0),(8172,2725,0,1,1,715,0,-6841.18,-3878.56,264.445,1.19238,300,10,0,1522,1332,1,0,0,0),(8171,2730,0,1,1,161,0,-6443.31,-3886.98,305.882,4.79261,300,5,0,1981,0,1,0,0,0),(8170,2727,0,1,1,161,0,-6257.48,-3415.84,238.88,3.14445,300,10,0,1403,0,1,0,0,0),(7874,2727,0,1,1,161,0,-6230.36,-3380.79,239.862,2.93922,300,10,0,1403,0,1,0,0,0),(7875,2727,0,1,1,161,0,-6179.87,-3417.21,239.23,5.82544,300,10,0,1403,0,1,0,0,0),(88898,23149,530,1,1,0,0,-5254.18,628.473,48.9907,2.61799,25,0,0,104790,0,0,0,0,0),(15533,2405,0,1,1,3663,1,18.4984,-897.376,58.6886,4.43044,300,0,0,3696,0,0,0,0,0),(15532,2418,0,1,1,1646,1,-20.3249,-920.868,55.449,6.14526,300,0,0,2114,0,0,0,0,0),(15530,3544,0,1,1,3676,1,-28.3207,-900.884,56.056,1.03895,300,0,0,1753,0,2,0,0,0),(15531,2405,0,1,1,3663,1,-62.0265,-891.996,56.5614,4.75143,300,0,0,3696,0,0,0,0,0),(15529,2278,0,1,1,10994,0,-40.45,-937.462,54.3571,1.53589,300,0,0,713,0,0,0,0,0),(15527,2354,0,1,1,1007,0,-315.289,-1189.24,61.1596,3.04943,300,10,0,742,0,1,0,0,0),(15528,2405,0,1,1,3662,1,-21.0891,-895.548,56.2581,1.65806,300,0,0,3696,0,0,0,0,0),(15526,2419,0,1,1,1647,1,-31.1004,-941.497,54.6636,1.20428,300,0,0,2114,0,0,0,0,0),(15525,2401,0,1,1,3659,1,-24.7877,-935.177,55.3061,1.67552,300,0,0,1003,0,0,0,0,0),(15523,2351,0,1,1,806,0,-415.83,225.288,84.615,1.04811,300,10,0,677,0,1,0,0,0),(15524,2350,0,1,1,1989,0,-429.499,176.024,76.6094,0.566879,300,10,0,494,0,1,0,0,0),(15521,2405,0,1,1,3663,1,-62.499,-920.779,56.0237,2.26191,300,0,0,3696,0,0,0,0,0),(15522,2405,0,1,1,3662,1,-42.8383,-911.355,56.1167,5.39307,300,0,0,3696,0,0,0,0,0),(7873,2727,0,1,1,161,0,-6300.94,-3444.42,239.082,2.95912,300,5,0,1403,0,1,0,0,0),(7871,2727,0,1,1,161,0,-6687.18,-3448.19,246.39,2.64302,300,10,0,1403,0,1,0,0,0),(7872,2728,0,1,1,557,0,-6752.18,-3447.79,241.902,2.20922,300,10,0,1536,0,1,0,0,0),(17712,1958,0,1,1,2597,0,891.091,79.1301,30.6846,1.0364,275,5,0,350,390,1,0,0,0),(17711,1958,0,1,1,2597,0,818.934,119.167,39.7311,0.627429,275,10,0,350,390,1,0,0,0),(17710,1958,0,1,1,2597,0,840.101,69.8993,37.0547,4.37432,275,10,0,350,390,1,0,0,0),(17709,1958,0,1,1,2597,0,783.917,84.2328,35.2466,0.830758,275,10,0,350,390,1,0,0,0),(15520,2394,0,1,1,3679,1,-47.5876,-914.222,55.7737,4.29344,300,0,0,1163,0,0,0,0,0),(7866,2734,0,1,1,917,0,-7052.11,-2347.56,241.925,2.40243,300,10,0,1829,0,1,0,0,0),(7867,2831,0,1,1,1106,0,-7114.67,-2708.79,241.813,1.33986,300,10,0,1751,0,1,0,0,0),(7868,2725,0,1,1,715,0,-6961.49,-3874.03,286.713,3.68737,300,3,0,1522,1332,1,0,0,0),(7869,2725,0,1,1,715,0,-6447.96,-4150.07,283.594,1.10715,300,3,0,1522,1332,1,0,0,0),(7870,2725,0,1,1,715,0,-6830.21,-4065.63,266.465,1.34156,300,5,0,1522,1332,1,0,0,0),(7860,2735,0,1,1,1161,0,-6648.3,-2554.05,249.412,5.03043,300,5,0,1536,0,1,0,0,0),(7861,2735,0,1,1,1161,0,-6681.4,-2653.75,241.959,5.6478,300,10,0,1536,0,1,0,0,0),(7862,7057,0,1,1,7220,1,-6272.73,-2939.81,222.31,5.72468,43200,0,0,6975,0,0,0,0,0),(7863,2735,0,1,1,1161,0,-6643.63,-2664.42,253.84,3.64365,300,3,0,1536,0,1,0,0,0),(7864,2735,0,1,1,1161,0,-6684.62,-2580.44,241.778,1.71863,300,10,0,1536,0,1,0,0,0),(7865,2735,0,1,1,1161,0,-6613.6,-2636.94,265.85,1.19804,300,3,0,1536,0,1,0,0,0),(17708,1909,0,1,1,757,1,1055.44,452.256,17.2567,2.88037,275,10,0,377,408,1,0,0,0),(15519,2405,0,1,1,3662,1,-84.2991,-918.263,55.1808,0.894428,300,0,0,3696,0,2,0,0,0),(15517,3539,0,1,1,3673,1,-158.525,-867.18,56.9813,5.5676,300,0,0,1163,0,0,0,0,0),(15518,2405,0,1,1,3663,1,-159.789,-925.403,56.3404,2.15654,300,0,0,3696,0,0,0,0,0),(15516,2396,0,1,1,3653,1,-120.833,-895.834,55.388,3.25082,300,0,0,1163,0,2,0,0,0),(15515,2405,0,1,1,3663,1,-156.477,-864.791,57.0627,1.23493,300,0,0,3696,0,0,0,0,0),(15513,2356,0,1,1,3201,0,-278.076,-1385.03,86.8718,4.77371,300,10,0,944,0,1,0,0,0),(15514,2398,0,1,1,3654,1,-166.99,-905.178,55.6298,3.21195,300,0,0,1163,0,0,0,0,0),(15511,2260,0,1,1,3618,1,-593.441,-1024.9,59.7278,5.79586,300,10,0,531,0,1,0,0,0),(15512,2400,0,1,1,3656,1,-162.288,-893.602,55.763,0.293177,300,0,0,1163,0,0,0,0,0),(15510,2349,0,1,1,6808,0,-352.365,232.272,95.5422,4.67335,300,3,0,664,0,1,0,0,0),(15509,2351,0,1,1,806,0,-487.629,212.961,76.959,4.8004,300,10,0,677,0,1,0,0,0),(15508,2349,0,1,1,6808,0,-386.604,228.97,88.5975,1.87592,300,5,0,664,0,1,0,0,0),(15507,2349,0,1,1,6808,0,-212.117,154.388,68.9389,3.94176,300,10,0,664,0,1,0,0,0),(15506,2356,0,1,1,3201,0,-374.216,212.246,89.5004,2.10682,300,10,0,944,0,1,0,0,0),(15505,2350,0,1,1,1989,0,-429.501,216.566,81.922,3.14941,300,10,0,494,0,1,0,0,0),(7855,2735,0,1,1,1161,0,-6574.44,-2519.28,289.491,3.46078,300,5,0,1536,0,1,0,0,0),(7856,2735,0,1,1,1161,0,-6598.35,-2497.14,272.415,3.7439,300,3,0,1536,0,1,0,0,0),(7857,2735,0,1,1,1161,0,-6582.73,-2445.82,286.685,2.27623,300,3,0,1536,0,1,0,0,0),(7858,2735,0,1,1,1161,0,-6574.5,-2558.6,290.78,2.16421,300,0,0,1536,0,0,0,0,0),(7859,2735,0,1,1,1161,0,-6683.29,-2616.4,242.346,1.02036,300,10,0,1536,0,1,0,0,0),(7853,2735,0,1,1,1161,0,-6650.44,-2606.51,251.723,3.90848,300,5,0,1536,0,1,0,0,0),(7854,2735,0,1,1,1161,0,-6605.75,-2579.38,269.412,1.69111,300,5,0,1536,0,1,0,0,0),(7851,2831,0,1,1,1106,0,-7176.56,-2548.17,248.478,2.29679,300,5,0,1751,0,1,0,0,0),(7852,2735,0,1,1,1161,0,-6602.48,-2547.01,270.787,2.14954,300,3,0,1536,0,1,0,0,0),(7849,2727,0,1,1,161,0,-6298.96,-3382.19,243.554,4.71239,300,10,0,1403,0,1,0,0,0),(7850,2735,0,1,1,1161,0,-6620.89,-2609.79,264.897,5.25497,300,5,0,1536,0,1,0,0,0),(15504,2351,0,1,1,806,0,-454.811,285.551,89.3955,1.96092,300,10,0,677,0,1,0,0,0),(7847,2831,0,1,1,1106,0,-7153.02,-2685.15,243.731,0.151015,300,3,0,1751,0,1,0,0,0),(7848,2734,0,1,1,917,0,-6888.25,-2647.73,241.993,2.27053,300,5,0,1829,0,1,0,0,0),(247212,14458,1,1,1,0,0,6471.87,-4076.27,658.521,1.06,432000,0,0,2699,0,0,0,0,0),(247211,14458,1,1,1,0,0,6471.87,-4076.27,658.521,1.06,432000,0,0,2699,0,0,0,0,0),(247210,14457,1,1,1,0,0,6471.87,-4076.27,658.521,1.06,198720,0,0,15260,0,2,0,0,0),(247209,14455,1,1,1,0,0,-6316.15,1347.96,5.207,1.06,432000,0,0,2784,0,0,0,0,0),(247208,14455,1,1,1,0,0,-6316.15,1347.96,5.207,1.06,432000,0,0,2784,0,0,0,0,0),(247207,14455,1,1,1,0,0,-6316.15,1347.96,5.207,1.06,432000,0,0,2784,0,0,0,0,0),(247206,14455,1,1,1,0,0,-6316.15,1347.96,5.207,1.06,432000,0,0,2784,0,0,0,0,0),(247205,14454,1,1,1,0,0,-6316.15,1347.96,5.207,1.06,216000,0,0,15260,0,2,0,0,0),(247204,14460,1,1,1,0,0,-6997.41,-1373.95,-269.32,1.90849,432000,0,0,2614,0,0,0,0,0),(247203,14460,1,1,1,0,0,-6997.41,-1373.95,-269.32,1.90849,432000,0,0,2614,0,0,0,0,0),(247202,14460,1,1,1,0,0,-6997.41,-1373.95,-269.32,1.90849,432000,0,0,2614,0,0,0,0,0),(247201,14460,1,1,1,0,0,-6997.41,-1373.95,-269.32,1.90849,432000,0,0,2614,0,0,0,0,0),(247200,14461,1,1,1,0,0,-6997.41,-1373.95,-269.32,1.90849,259200,0,0,14355,0,2,0,0,0),(24171,6521,1,1,1,5488,0,-7128.97,-1472.23,-243.862,5.56297,300,5,0,3293,0,1,0,0,0),(24170,6521,1,1,1,5488,0,-7243.87,-1374.66,-231.497,1.5009,300,5,0,3293,0,1,0,0,0),(24169,6521,1,1,1,5488,0,-7230.73,-1444.66,-231.322,3.3137,300,5,0,3293,0,1,0,0,0),(24168,6521,1,1,1,5488,0,-7018.43,-1419.14,-248.843,0.81004,300,5,0,3293,0,1,0,0,0),(49658,11340,309,1,1,11221,1,-11787.1,-1666.45,21.2324,4.72984,7200,0,0,15090,12430,0,0,0,0),(49657,11390,309,1,1,11313,1,-11790.3,-1671.5,21.2324,1.01229,7200,0,0,3144,0,0,0,0,0),(47566,8904,230,1,1,8827,1,1416.87,-740.27,-85.0697,6.0912,7200,0,0,2394,4896,0,0,0,0),(47565,8899,230,1,1,8820,1,1380.73,-746.851,-92.64,2.79253,7200,0,0,7359,0,0,0,0,0),(47564,8899,230,1,1,8822,1,1398.8,-813.485,-91.8983,5.3058,7200,0,0,7359,0,0,0,0,0),(47563,8915,230,1,1,8780,1,1409.15,-775.851,-92.6389,0.488692,7200,0,0,2634,2041,0,0,0,0),(28548,4075,530,1,1,0,0,-2895.68,3593.17,-8.43222,0.327963,300,10,0,8,0,1,0,0,0),(28549,4075,530,1,1,0,0,-3015.63,3618.9,-5.49223,1.5708,300,10,0,8,0,1,0,0,0),(28550,4075,530,1,1,0,0,-2934.36,3460.55,0.56676,5.33229,300,10,0,8,0,1,0,0,0),(28551,4075,530,1,1,0,0,-2936.46,3388.54,0.33247,5.96771,300,10,0,8,0,1,0,0,0),(28552,4075,530,1,1,0,0,-2063.9,4182.38,5.54055,1.41895,300,10,0,8,0,1,0,0,0),(28553,4075,530,1,1,0,0,-2040.76,4254.78,5.5744,3.08393,300,10,0,8,0,1,0,0,0),(28554,4075,530,1,1,0,0,-2099.11,4278.39,10.4164,1.63645,300,10,0,8,0,1,0,0,0),(28555,4075,530,1,1,0,0,-2152.48,4265.39,5.04045,4.81497,300,10,0,8,0,1,0,0,0),(28556,4075,530,1,1,0,0,-2186.65,4154.66,14.754,2.11708,300,10,0,8,0,1,0,0,0),(28557,4075,530,1,1,0,0,-2830.49,4711.19,-3.65803,1.15956,300,10,0,8,0,1,0,0,0),(28558,4075,530,1,1,0,0,-2843.84,4712.07,-4.04767,1.24695,300,10,0,8,0,1,0,0,0),(28559,4075,530,1,1,0,0,-2776.34,4700.69,-5.82489,0.760339,300,10,0,8,0,1,0,0,0),(28560,4075,530,1,1,0,0,-2792.88,4744.34,-3.34134,4.73939,300,10,0,8,0,1,0,0,0),(28561,4075,530,1,1,0,0,-2851.04,4738.54,-1.05407,6.06671,300,10,0,8,0,1,0,0,0),(28562,4075,530,1,1,0,0,-2809.56,4754.82,-4.20145,4.19846,300,10,0,8,0,1,0,0,0),(28563,4075,530,1,1,0,0,-2836.61,4792.57,-4.66713,1.55016,300,10,0,8,0,1,0,0,0),(28564,4075,530,1,1,0,0,-2846.88,4811.46,-7.9384,3.14159,300,10,0,8,0,1,0,0,0),(28565,4075,530,1,1,0,0,-2793.14,5056.43,-10.1489,0.13578,300,10,0,8,0,1,0,0,0),(28566,4075,530,1,1,0,0,-2793.53,5067.71,-9.91736,5.09075,300,10,0,8,0,1,0,0,0),(28567,4075,530,1,1,0,0,-2778.95,5140.45,-8.84696,3.17834,300,10,0,8,0,1,0,0,0),(28568,4075,530,1,1,0,0,-2795.19,5087.73,-10.0424,1.03763,300,10,0,8,0,1,0,0,0),(28569,4075,530,1,1,0,0,-2878.95,5057.94,-20.543,4.19009,300,10,0,8,0,1,0,0,0),(28570,4075,530,1,1,0,0,-2866.02,5114.02,-19.0241,1.60871,300,10,0,8,0,1,0,0,0),(28571,4075,530,1,1,0,0,-3677.82,4801.26,-21.0867,1.32554,300,10,0,8,0,1,0,0,0),(28572,4075,530,1,1,0,0,-3697.93,4738.69,-19.5302,3.947,300,10,0,8,0,1,0,0,0),(28573,4075,530,1,1,0,0,-3714.06,4748.44,-19.4118,1.76557,300,10,0,8,0,1,0,0,0),(28574,4075,530,1,1,0,0,-3703.35,4778.33,-20.6413,4.71513,300,10,0,8,0,1,0,0,0),(28575,4075,530,1,1,0,0,-3796.42,4717.17,-24.3002,5.80798,300,10,0,8,0,1,0,0,0),(28576,4075,530,1,1,0,0,-3762.88,4706.54,-19.373,4.92396,300,10,0,8,0,1,0,0,0),(28577,4075,530,1,1,0,0,-3844.25,4718.5,-33.3148,3.28401,300,10,0,8,0,1,0,0,0),(28578,4075,530,1,1,0,0,-3437.88,4482.54,-13.6019,5.0057,300,10,0,8,0,1,0,0,0),(28579,4075,530,1,1,0,0,-3392.1,4491.8,-12.6588,5.07116,300,10,0,8,0,1,0,0,0),(28580,4075,530,1,1,0,0,-3454.08,4441.58,-10.7122,0.502119,300,10,0,8,0,1,0,0,0),(28581,4075,530,1,1,0,0,-3423.43,4444.51,-8.46436,2.96608,300,10,0,8,0,1,0,0,0),(28582,4075,530,1,1,0,0,-3463.48,4425.47,-12.2011,4.17003,300,10,0,8,0,1,0,0,0),(28583,4075,530,1,1,0,0,-3420.19,4384.81,-11.1814,3.72918,300,10,0,8,0,1,0,0,0),(28584,4075,530,1,1,0,0,-3457.88,4379.1,-10.971,4.36018,300,10,0,8,0,1,0,0,0),(28585,4075,530,1,1,0,0,-3412.1,4406.7,-11.2506,5.77684,300,10,0,8,0,1,0,0,0),(28586,4075,530,1,1,0,0,-3355.2,4439.49,-14.3411,5.95797,300,10,0,8,0,1,0,0,0),(28587,4075,530,1,1,0,0,-3378.18,4435.15,-12.1705,2.38836,300,10,0,8,0,1,0,0,0),(28588,4075,530,1,1,0,0,-3443.32,4361.79,-13.5602,5.37141,300,10,0,8,0,1,0,0,0),(28589,4075,530,1,1,0,0,-2910.87,4784.75,-7.10768,4.65617,300,10,0,8,0,1,0,0,0),(28590,4075,530,1,1,0,0,-2465.08,4855.29,43.1604,3.01034,300,10,0,8,0,1,0,0,0),(28591,4075,530,1,1,0,0,-2520.36,4945.67,41.0837,1.91756,300,10,0,8,0,1,0,0,0),(28592,4075,530,1,1,0,0,-2491.12,5037.46,23.7625,1.3384,300,10,0,8,0,1,0,0,0),(28593,4075,530,1,1,0,0,-2414.59,5017.16,29.1063,4.26866,300,10,0,8,0,1,0,0,0),(28594,4075,530,1,1,0,0,-1627.29,5483.33,-43.9288,0.796227,300,10,0,8,0,1,0,0,0),(28595,4075,530,1,1,0,0,-1615.72,5484.69,-40.4288,5.05748,300,10,0,8,0,1,0,0,0),(28596,4075,530,1,1,0,0,-1621.81,5487.79,-41.6788,0.663401,300,10,0,8,0,1,0,0,0),(28597,4075,530,1,1,0,0,-1624.29,5472.19,-40.4288,3.05294,300,10,0,8,0,1,0,0,0),(28598,4075,530,1,1,0,0,-1623.47,5478.01,-47.7917,3.94537,300,10,0,8,0,1,0,0,0),(28599,4075,530,1,1,0,0,-1619.1,5475.37,-40.6788,1.07555,300,10,0,8,0,1,0,0,0),(28600,4075,530,1,1,0,0,-1627.12,5533.97,-38.1216,0.245138,300,10,0,8,0,1,0,0,0),(28601,4075,530,1,1,0,0,-1632.06,5547.29,-37.8027,4.81174,300,10,0,8,0,1,0,0,0),(28602,4075,530,1,1,0,0,-2255.19,6185.4,49.6082,1.69418,300,10,0,8,0,1,0,0,0),(28603,4075,530,1,1,0,0,-2449.19,6257.47,31.6635,3.49487,300,10,0,8,0,1,0,0,0),(28604,4075,530,1,1,0,0,-2558.11,6257.89,17.5684,1.99803,300,10,0,8,0,1,0,0,0),(28605,4075,530,1,1,0,0,-2597.12,6201.72,22.1977,1.11152,300,10,0,8,0,1,0,0,0),(28606,4075,530,1,1,0,0,-2597.56,6125.01,22.256,4.49831,300,10,0,8,0,1,0,0,0),(28607,4075,530,1,1,0,0,-2489.89,6117.73,93.1117,1.53757,300,10,0,8,0,1,0,0,0),(28608,4075,530,1,1,0,0,-2487.51,6166.62,59.356,1.44646,300,10,0,8,0,1,0,0,0),(28609,4075,530,1,1,0,0,-2355.6,6141.04,60.5364,6.11162,300,10,0,8,0,1,0,0,0),(28610,4075,530,1,1,0,0,-2326.97,6173.52,52.0433,1.7793,300,10,0,8,0,1,0,0,0),(28611,4075,530,1,1,0,0,-2252.38,6110.01,75.4977,3.11595,300,10,0,8,0,1,0,0,0),(28612,4075,530,1,1,0,0,-1959.9,7588.66,-89.553,4.61068,300,10,0,8,0,1,0,0,0),(28613,4075,530,1,1,0,0,-2036.04,7584.01,-87.4665,1.6779,300,10,0,8,0,1,0,0,0),(28614,4075,530,1,1,0,0,-1228.08,8034.44,-94.0409,5.725,300,10,0,8,0,1,0,0,0),(28615,4075,530,1,1,0,0,-1128.1,8033.5,-82.4998,0,300,10,0,8,0,1,0,0,0),(28616,4075,530,1,1,0,0,-743.087,7922.67,58.4282,1.30189,300,10,0,8,0,1,0,0,0),(28617,4075,530,1,1,0,0,-784.896,7900,52.2588,4.83673,300,10,0,8,0,1,0,0,0),(28618,4075,530,1,1,0,0,-689.881,7820.96,57.4482,5.16075,300,10,0,8,0,1,0,0,0),(28619,4075,530,1,1,0,0,-776.162,7820.29,41.2524,4.0044,300,10,0,8,0,1,0,0,0),(28620,4075,530,1,1,0,0,-823.25,7782.9,35.9794,0.959923,300,10,0,8,0,1,0,0,0),(28621,4075,530,1,1,0,0,-691.013,7721.03,83.3876,4.58707,300,10,0,8,0,1,0,0,0),(28622,4075,530,1,1,0,0,-853.916,7674.96,39.8097,4.88295,300,10,0,8,0,1,0,0,0),(28623,4075,530,1,1,0,0,-823.573,7630.14,44.977,0.862082,300,10,0,8,0,1,0,0,0),(28624,4075,530,1,1,0,0,-808.729,7645.28,44.6855,1.3903,300,10,0,8,0,1,0,0,0),(28625,4075,530,1,1,0,0,-735.533,7557.11,60.0137,0.183098,300,10,0,8,0,1,0,0,0),(28626,4075,530,1,1,0,0,-4730.6,-12360.9,10.1466,0,300,10,0,8,0,1,0,0,0),(28627,4075,530,1,1,0,0,-4646.67,-12423.9,14.7796,2.10234,300,10,0,8,0,1,0,0,0),(28628,4075,530,1,1,0,0,-4660.38,-12410.9,11.5932,2.89678,300,10,0,8,0,1,0,0,0),(28629,4075,530,1,1,0,0,-2517.04,-12385.4,12.4223,0.200458,300,10,0,8,0,1,0,0,0),(28630,4075,530,1,1,0,0,-2330.81,-12276.1,23.5934,3.59912,300,10,0,8,0,1,0,0,0),(28631,4075,530,1,1,0,0,-2306.88,-11740.1,22.82,6.13217,300,10,0,8,0,1,0,0,0),(28632,4075,530,1,1,0,0,-2500.98,-11764,12.8683,4.44888,300,10,0,8,0,1,0,0,0),(28633,4075,530,1,1,0,0,-2612.27,-11700.5,11.6204,0.579244,300,10,0,8,0,1,0,0,0),(28634,4075,530,1,1,0,0,-2696.55,-11313.8,9.7714,1.97235,300,10,0,8,0,1,0,0,0),(28635,4075,530,1,1,0,0,-2134.41,-11151.2,61.0417,0.95673,300,10,0,8,0,1,0,0,0),(28636,4075,530,1,1,0,0,-2037.99,-11150.3,57.764,1.68338,300,10,0,8,0,1,0,0,0),(28637,4075,530,1,1,0,0,-2233.65,-11820.4,37.6104,2.99625,300,10,0,8,0,1,0,0,0),(28638,4075,530,1,1,0,0,-2158.59,-11909.1,31.6163,0.015624,300,10,0,8,0,1,0,0,0),(28639,4075,530,1,1,0,0,-1858.93,-11955.6,18.6121,0.59666,300,10,0,8,0,1,0,0,0),(28640,4075,530,1,1,0,0,-1625.15,-12028.7,11.8259,1.86225,300,10,0,8,0,1,0,0,0),(28641,4075,530,1,1,0,0,-1485.73,-11550.5,35.6531,2.78031,300,10,0,8,0,1,0,0,0),(28642,4075,530,1,1,0,0,-1733.62,-11220.2,61.7784,2.05891,300,10,0,8,0,1,0,0,0),(28643,4075,530,1,1,0,0,-1803.9,-10906.9,67.1968,1.5417,300,10,0,8,0,1,0,0,0),(28644,4075,530,1,1,0,0,-2085.74,-10999.2,60.9222,0.222697,300,10,0,8,0,1,0,0,0),(28645,4075,530,1,1,0,0,-1741.54,-11552.4,37.3443,5.00415,300,10,0,8,0,1,0,0,0),(28646,4075,530,1,1,0,0,-1953.81,-11610.7,48.838,5.69373,300,10,0,8,0,1,0,0,0),(135494,16460,532,1,1,16547,0,-10826.3,-1999.88,92.243,4.76475,604800,0,0,32166,16155,0,0,0,0),(135493,16459,532,1,1,16545,0,-10868.1,-2081.73,90.5791,2.18166,604800,0,0,40214,0,0,0,0,0),(135492,16459,532,1,1,16543,0,-10865.8,-2083.78,90.5791,2.93215,604800,0,0,40214,0,0,0,0,0),(135491,16459,532,1,1,16546,0,-10898.5,-2011.45,92.2582,5.98648,604800,0,0,40214,0,0,0,0,0),(135490,16459,532,1,1,16546,0,-10897.5,-2017.9,92.2582,3.29867,604800,0,0,40214,0,0,0,0,0),(135489,15691,532,1,1,0,0,-11169.1,-1908.56,165.765,3.81472,604800,5,0,488635,67740,2,0,0,0),(135488,16459,532,1,1,16546,0,-10845,-2099.66,92.2457,2.79253,604800,0,0,40214,0,0,0,0,0),(135487,16459,532,1,1,16545,0,-10851.7,-2099.76,92.2457,4.27606,604800,0,0,40214,0,0,0,0,0),(135486,16459,532,1,1,16543,0,-10833.8,-2038.41,91.0082,2.75762,604800,0,0,40214,0,0,0,0,0),(135485,16459,532,1,1,16543,0,-10836.9,-2038.28,91.0082,2.14675,604800,0,0,40214,0,0,0,0,0),(135484,16459,532,1,1,16545,0,-10860.3,-2033.83,92.2582,1.06465,604800,0,0,40214,0,0,0,0,0),(135483,16459,532,1,1,16543,0,-10854.5,-1984.08,92.243,4.85202,604800,0,0,40214,0,0,0,0,0),(135482,16459,532,1,1,16544,0,-10847.7,-1983.48,92.243,3.76991,604800,0,0,40214,0,0,0,0,0),(135481,16459,532,1,1,16543,0,-10901.8,-2052.29,92.1728,4.21896,604800,0,0,40214,0,0,0,0,0),(135480,16459,532,1,1,16546,0,-10890.8,-2082.82,92.2457,2.21657,604800,0,0,40214,0,0,0,0,0),(135479,16459,532,1,1,16545,0,-10838.1,-1955.68,93.442,4.88692,604800,0,0,40214,0,0,0,0,0),(135478,16459,532,1,1,16543,0,-10832.2,-2006.63,92.243,1.81514,604800,0,0,40214,0,0,0,0,0),(135477,15690,532,1,1,0,0,-10962.2,-2018.73,275.443,3.1057,604800,5,0,795900,0,2,0,0,0),(135476,15689,532,1,1,0,0,-11134,-1582.82,278.794,4.47585,604800,5,0,978040,0,2,0,0,0),(135475,17225,532,1,1,18062,0,-11003.7,-1760.19,140.253,0.296706,604800,0,0,928550,0,0,0,0,0),(135474,16457,532,1,1,16198,0,-10945.9,-2103.79,92.7942,0.872665,604800,0,0,297430,67740,0,0,0,0),(135473,15688,532,1,1,11343,0,-11240.6,-1704.27,179.32,0.663225,604800,0,0,489020,0,0,0,0,0),(135472,15687,532,1,1,16540,1,-10982.7,-1877.93,81.8119,4.62512,604800,0,0,270606,0,0,0,0,0),(135471,17208,532,1,1,16925,0,-11073.6,-1881.38,220.75,4.08407,604800,0,0,42,0,0,0,0,0),(135470,17208,532,1,1,16925,0,-11088.9,-1879.38,220.75,4.60767,604800,0,0,42,0,0,0,0,0),(135469,17208,532,1,1,16925,0,-11070.7,-1857.74,220.75,4.11898,604800,0,0,42,0,0,0,0,0),(135468,17208,532,1,1,16925,0,-11072.6,-1873.53,220.75,5.48033,604800,0,0,42,0,0,0,0,0),(135467,17208,532,1,1,16925,0,-11097.7,-1886.26,220.75,4.53786,604800,0,0,42,0,0,0,0,0),(135466,17208,532,1,1,16925,0,-11080.4,-1872.6,220.75,0.698132,604800,0,0,42,0,0,0,0,0),(135465,17208,532,1,1,16925,0,-11083.7,-1903.79,220.75,5.55015,604800,0,0,42,0,0,0,0,0),(135464,17208,532,1,1,16925,0,-11103.9,-1869.61,220.75,2.28638,604800,0,0,42,0,0,0,0,0),(135463,17208,532,1,1,16925,0,-11064.8,-1874.16,220.75,3.38594,604800,0,0,42,0,0,0,0,0),(135462,17208,532,1,1,16925,0,-11079.5,-1864.82,220.75,0.261799,604800,0,0,42,0,0,0,0,0),(135461,17208,532,1,1,16925,0,-11089.7,-1887.13,220.75,1.15192,604800,0,0,42,0,0,0,0,0),(135460,17208,532,1,1,16925,0,-11078.5,-1856.74,220.75,2.54818,604800,0,0,42,0,0,0,0,0),(135459,17208,532,1,1,16925,0,-11095.8,-1870.51,220.75,4.5204,604800,0,0,42,0,0,0,0,0),(135458,17208,532,1,1,16925,0,-11057.7,-1883.02,220.75,3.28122,604800,0,0,42,0,0,0,0,0),(135457,17208,532,1,1,16925,0,-11075,-1896.92,220.75,1.79769,604800,0,0,42,0,0,0,0,0),(135456,17208,532,1,1,16925,0,-11077.7,-1848.77,220.75,3.29867,604800,0,0,42,0,0,0,0,0),(135455,17208,532,1,1,16925,0,-11095.1,-1862.72,220.75,6.00393,604800,0,0,42,0,0,0,0,0),(135454,17208,532,1,1,16925,0,-11104.5,-1877.59,220.75,5.84685,604800,0,0,42,0,0,0,0,0),(135453,17208,532,1,1,16925,0,-11063.7,-1866.28,220.75,2.84489,604800,0,0,42,0,0,0,0,0),(135452,17208,532,1,1,16925,0,-11081.9,-1888.13,220.75,4.24115,604800,0,0,42,0,0,0,0,0),(135451,17208,532,1,1,16925,0,-11090.6,-1895.09,220.75,0.959931,604800,0,0,42,0,0,0,0,0),(135450,17208,532,1,1,16925,0,-11065.5,-1882.13,220.75,5.58505,604800,0,0,42,0,0,0,0,0),(135449,17208,532,1,1,16925,0,-11074.2,-1889.08,220.75,2.54818,604800,0,0,42,0,0,0,0,0),(135448,17208,532,1,1,16925,0,-11082.9,-1895.98,220.75,3.00197,604800,0,0,42,0,0,0,0,0),(135447,17208,532,1,1,16925,0,-11086.6,-1855.98,220.75,1.97222,604800,0,0,42,0,0,0,0,0),(135446,17208,532,1,1,16925,0,-11096.9,-1878.59,220.75,4.5204,604800,0,0,42,0,0,0,0,0),(135445,17208,532,1,1,16925,0,-11087.3,-1863.82,220.75,3.31613,604800,0,0,42,0,0,0,0,0),(7846,2735,0,1,1,1161,0,-6512.39,-2487.42,315.891,0.284799,300,3,0,1536,0,1,0,0,0),(7845,2729,0,1,1,1164,0,-6745.11,-2659.32,241.814,0.216035,300,10,0,1678,0,1,0,0,0),(7844,2734,0,1,1,917,0,-6885.79,-2586.4,244.904,6.13825,300,5,0,1829,0,1,0,0,0),(7843,92,0,1,1,171,0,-6488.99,-2490.99,324.462,4.66546,300,3,0,1678,0,1,0,0,0),(7842,2701,0,1,1,10704,1,-6825.58,-2821.8,242.167,5.12529,300,0,0,1604,0,0,0,0,0),(24167,6521,1,1,1,5488,0,-7127.91,-1345.4,-193.916,1.4336,300,5,0,3293,0,1,0,0,0),(24166,6521,1,1,1,5488,0,-7106.56,-1311.51,-188.261,4.20927,300,5,0,3293,0,1,0,0,0),(24165,6521,1,1,1,5488,0,-7106.56,-1274.52,-193.747,0.859972,300,5,0,3293,0,1,0,0,0),(24164,6521,1,1,1,5488,0,-7150.83,-1260.37,-195.071,1.52967,300,5,0,3293,0,1,0,0,0),(24163,6521,1,1,1,5488,0,-7212.41,-1229.27,-209.363,4.82263,300,5,0,3293,0,1,0,0,0),(24162,6521,1,1,1,5488,0,-7052.13,-1236.85,-272.018,2.57603,300,5,0,3293,0,1,0,0,0),(24161,6521,1,1,1,5488,0,-7077.44,-1357.61,-223.61,1.72953,300,5,0,3293,0,1,0,0,0),(24160,6521,1,1,1,5488,0,-7317.35,-1383.34,-271.491,0.778083,300,5,0,3293,0,1,0,0,0),(24159,6521,1,1,1,5488,0,-7144.95,-1296.5,-184.36,5.21394,300,5,0,3293,0,1,0,0,0),(24158,6521,1,1,1,5488,0,-7160.42,-1331.25,-184.351,4.82072,300,5,0,3293,0,1,0,0,0),(24157,6521,1,1,1,5488,0,-7121.7,-1166.18,-234.748,0.557152,300,5,0,3293,0,1,0,0,0),(24156,6521,1,1,1,5488,0,-7342.65,-1275.53,-274.066,3.61778,300,5,0,3293,0,1,0,0,0),(24155,6521,1,1,1,5488,0,-7178.48,-1379.61,-184.221,2.69534,300,5,0,3293,0,1,0,0,0),(24154,6521,1,1,1,5488,0,-7185.91,-1352.12,-184.374,4.07613,300,5,0,3293,0,1,0,0,0),(24153,6521,1,1,1,5488,0,-7239.45,-1254.75,-215.959,3.45964,300,5,0,3293,0,1,0,0,0),(24152,6521,1,1,1,5488,0,-7394.89,-1522.18,-271.088,3.78856,300,5,0,3293,0,1,0,0,0),(24151,6521,1,1,1,5488,0,-7347.86,-1151.52,-274.639,0.735681,300,3,0,3293,0,1,0,0,0),(24150,6521,1,1,1,5488,0,-7162.13,-1136.59,-268.798,4.78606,300,5,0,3293,0,1,0,0,0),(24149,6520,1,1,1,1070,0,-7021.45,-1419.71,-247.343,2.63431,300,0,0,2551,1982,2,0,0,0),(24148,6520,1,1,1,1070,0,-7069.64,-1505.92,-261.936,0.604154,300,5,0,2551,1982,1,0,0,0),(24147,6520,1,1,1,1070,0,-7063.3,-1452.48,-262.697,4.45927,300,5,0,2551,1982,1,0,0,0),(24146,6520,1,1,1,1070,0,-7171.22,-1505.37,-265.819,5.71366,300,5,0,2551,1982,1,0,0,0),(24145,6520,1,1,1,1070,0,-7053.18,-1307.15,-248.142,5.10268,300,5,0,2551,1982,1,0,0,0),(24144,6520,1,1,1,1070,0,-7094.46,-1417.75,-234.572,0.863495,300,5,0,2551,1982,1,0,0,0),(24143,6520,1,1,1,1070,0,-7087.3,-1199.31,-242.478,5.0929,300,3,0,2551,1982,1,0,0,0),(24142,6520,1,1,1,1070,0,-7280.95,-1312.79,-240.52,2.17133,300,5,0,2551,1982,1,0,0,0),(24141,6520,1,1,1,1070,0,-7279.55,-1218.77,-240.343,3.91437,300,5,0,2551,1982,1,0,0,0),(24140,6520,1,1,1,1070,0,-7239.03,-1157.92,-252.875,5.76318,300,5,0,2551,1982,1,0,0,0),(24139,6520,1,1,1,1070,0,-7319.38,-1463.35,-241.124,5.39442,300,5,0,2551,1982,1,0,0,0),(24138,6520,1,1,1,1070,0,-7294.9,-1193.18,-254.233,0.200458,300,5,0,2551,1982,1,0,0,0),(42791,7337,129,1,1,0,0,2526.72,786.105,46.1426,2.0424,86400,0,0,3027,1067,0,0,0,0),(42790,7329,129,1,1,0,1,2529.28,797.294,45.9395,5.73285,86400,0,0,3660,0,0,0,0,0),(42789,7328,129,1,1,0,1,2489.1,797.185,41.6005,2.46071,86400,1,0,3660,0,1,0,0,0),(42788,7329,129,1,1,0,1,2495.82,788.094,39.5196,4.04916,86400,1,0,3660,0,1,0,0,0),(42787,7334,129,1,1,0,0,2530.19,803.431,45.5162,5.32644,86400,0,1,1536,0,2,0,0,0),(42786,7337,129,1,1,0,0,2486.05,824.767,43.6573,2.07059,86400,1,0,3027,1067,1,0,0,0),(42726,2110,129,1,1,0,0,2424.16,985.042,48.7633,3.44064,86400,5,0,1,0,1,0,0,0),(42725,7346,129,1,1,0,1,2404.7,937.682,40.3169,0,86400,0,0,1469,0,0,0,0,0),(24137,6519,1,1,1,480,0,-6416.52,-1214.31,-275.225,0.256826,300,5,0,2551,1982,1,0,0,0),(24136,6519,1,1,1,480,0,-6348.84,-1158.43,-272.344,5.73624,300,15,0,2551,1982,1,0,0,0),(24135,6519,1,1,1,480,0,-6379.52,-1180.38,-271.652,1.285,300,15,0,2551,1982,1,0,0,0),(24134,6519,1,1,1,480,0,-6340.29,-1223.43,-268.953,5.28901,300,15,0,2551,1982,1,0,0,0),(24133,6519,1,1,1,480,0,-6390.63,-1109.64,-269.398,1.96002,300,15,0,2551,1982,1,0,0,0),(24132,6519,1,1,1,480,0,-6487.22,-1010.4,-275.278,2.50317,300,15,0,2551,1982,1,0,0,0),(24131,6519,1,1,1,480,0,-6618.43,-1346.09,-272.727,5.83427,300,5,0,2551,1982,1,0,0,0),(24130,6519,1,1,1,480,0,-6590.75,-1325.12,-275.418,3.73231,300,5,0,2551,1982,1,0,0,0),(24129,6519,1,1,1,480,0,-6648.09,-1379.37,-276.131,1.99734,300,5,0,2551,1982,1,0,0,0),(24128,6519,1,1,1,480,0,-6481.17,-1288.38,-273.324,0.979225,300,5,0,2551,1982,1,0,0,0),(24127,6519,1,1,1,480,0,-6657.5,-1319.58,-274.759,6.01943,300,15,0,2551,1982,1,0,0,0),(24126,6519,1,1,1,480,0,-6595.02,-1449.19,-280.764,5.69952,300,5,0,2551,1982,1,0,0,0),(24125,6519,1,1,1,480,0,-6611.58,-1464.51,-286.48,4.43141,300,5,0,2551,1982,1,0,0,0),(24124,6519,1,1,1,480,0,-6447.38,-1257.41,-277.907,0.982794,300,5,0,2551,1982,1,0,0,0),(24123,6519,1,1,1,480,0,-6543.75,-1281.25,-278.763,3.98165,300,5,0,2551,1982,1,0,0,0),(31296,23594,1,1,1,21663,1,-3666.95,-3477.12,39.5861,5.21954,360,5,0,1604,0,1,0,0,0),(24122,6519,1,1,1,480,0,-6519.72,-1246.8,-280.721,6.0913,300,5,0,2551,1982,1,0,0,0),(31295,4341,1,1,1,1080,0,-2728.44,-3687.71,31.1385,3.55584,360,10,0,1403,0,1,0,0,0),(24121,6518,1,1,1,9010,0,-6492.53,-1220.53,-270.742,3.52994,300,15,0,3082,0,1,0,0,0),(24120,6518,1,1,1,9010,0,-6411.68,-1142.8,-271.033,4.14551,300,15,0,3082,0,1,0,0,0),(24119,6518,1,1,1,9010,0,-6406.28,-1082.22,-272.064,6.0979,300,5,0,3082,0,1,0,0,0),(24118,6518,1,1,1,9010,0,-6443.44,-1120.04,-272.056,5.57096,300,15,0,3082,0,1,0,0,0),(24117,6518,1,1,1,9010,0,-6450.72,-1052.44,-276.917,4.15506,300,15,0,3082,0,1,0,0,0),(24116,6518,1,1,1,9010,0,-6473.93,-1082.46,-275.542,5.08593,300,15,0,3082,0,1,0,0,0),(24115,6518,1,1,1,9010,0,-6514.16,-1053.86,-271.908,5.32152,300,15,0,3082,0,1,0,0,0),(24114,6518,1,1,1,9010,0,-6448.8,-1172.34,-273.61,3.56854,300,15,0,3082,0,1,0,0,0),(24113,6518,1,1,1,9010,0,-6616.95,-1416.21,-271.722,1.13594,300,5,0,3082,0,1,0,0,0),(24112,6518,1,1,1,9010,0,-6558.17,-1359.48,-272.158,4.73089,300,5,0,3082,0,1,0,0,0),(24111,6518,1,1,1,9010,0,-6586.68,-1382.18,-272.017,5.54086,300,5,0,3082,0,1,0,0,0),(31294,4351,1,1,1,2571,0,-2754.88,-3684.1,38.5339,5.22233,360,5,0,1469,0,1,0,0,0),(24110,6518,1,1,1,9010,0,-6522.05,-1320.06,-272.095,4.40726,300,5,0,3082,0,1,0,0,0),(24109,6518,1,1,1,9010,0,-6377.13,-1063.99,-274.645,5.09557,300,5,0,3082,0,1,0,0,0),(24108,6518,1,1,1,9010,0,-6416.91,-1289.44,-270.294,1.06256,300,30,0,3082,0,1,0,0,0),(24107,6518,1,1,1,9010,0,-6552.17,-1484.96,-273.816,0.644234,300,5,0,3082,0,1,0,0,0),(24106,6518,1,1,1,9010,0,-6456.91,-1455.23,-279.098,0.494206,300,5,0,3082,0,1,0,0,0),(24105,6517,1,1,1,1549,0,-6740.62,-1648.96,-276.945,0.815809,300,15,0,2880,0,1,0,0,0),(24104,6517,1,1,1,1549,0,-6705.57,-1617.97,-270.666,5.69565,300,5,0,2880,0,1,0,0,0),(24103,6517,1,1,1,1549,0,-6789.57,-1754.97,-269.405,2.93197,300,15,0,2880,0,1,0,0,0),(24102,6517,1,1,1,1549,0,-6746.84,-1723.04,-278.66,1.98287,300,5,0,2880,0,1,0,0,0),(24101,6517,1,1,1,1549,0,-6790.55,-1190.82,-270.283,4.75135,300,5,0,2880,0,1,0,0,0),(24100,6517,1,1,1,1549,0,-6557.81,-1874.73,-274.064,3.59459,300,5,0,2880,0,1,0,0,0),(24099,6517,1,1,1,1549,0,-6562.6,-1854.97,-273.537,5.77933,300,5,0,2880,0,1,0,0,0),(24098,6517,1,1,1,1549,0,-6582.18,-1685.83,-270.953,1.67011,300,5,0,2880,0,1,0,0,0),(24097,6517,1,1,1,1549,0,-6529.73,-1682.45,-270.441,2.28577,300,5,0,2880,0,1,0,0,0),(24096,6517,1,1,1,1549,0,-6547.52,-1722.29,-273.964,1.60204,300,5,0,2880,0,1,0,0,0),(24095,6517,1,1,1,1549,0,-6747.13,-1281.8,-269.575,5.73196,300,15,0,2880,0,1,0,0,0),(24094,6517,1,1,1,1549,0,-6849.33,-1183.88,-271.469,3.86576,300,5,0,2880,0,1,0,0,0),(24093,6517,1,1,1,1549,0,-6708.93,-1239.1,-270.444,1.34968,300,15,0,2880,0,1,0,0,0),(24092,6517,1,1,1,1549,0,-6819.27,-1208.62,-277.012,2.34321,300,5,0,2880,0,1,0,0,0),(24091,6516,1,1,1,5244,0,-6343.42,-1947.7,-272.417,5.12046,300,0,0,3082,0,2,0,0,0),(24090,6516,1,1,1,5244,0,-6394,-1916.77,-262.731,5.89758,300,3,0,3082,0,1,0,0,0),(24089,6516,1,1,1,5244,0,-6379.92,-1866.73,-260.394,1.07428,300,0,0,3082,0,2,0,0,0),(24088,6516,1,1,1,5244,0,-6368.61,-1839.66,-259.881,2.48301,300,3,0,3082,0,1,0,0,0),(24081,6516,1,1,1,5244,0,-6376.58,-1970.12,-257.085,2.42601,300,0,0,3082,0,0,0,0,0),(24080,6516,1,1,1,5244,0,-6339.85,-1959.21,-274.156,6.0677,300,3,0,3082,0,1,0,0,0),(24079,6516,1,1,1,5244,0,-6340.41,-2011.65,-256.843,4.69172,300,3,0,3082,0,1,0,0,0),(24078,6516,1,1,1,5244,0,-6383.38,-2006.33,-270.012,4.95571,300,3,0,3082,0,1,0,0,0),(24077,6516,1,1,1,5244,0,-6316.92,-2005.26,-260.204,2.90214,300,0,0,3082,0,2,0,0,0),(24076,6514,1,1,1,844,0,-6352.06,-1903.19,-259.249,3.62623,300,3,0,2880,0,1,0,0,0),(24075,6514,1,1,1,844,0,-6376.59,-1879.31,-259.375,5.37883,300,3,0,2880,0,1,0,0,0),(24074,6514,1,1,1,844,0,-6381.47,-1809.51,-265.982,1.16311,300,3,0,2880,0,1,0,0,0),(24073,6514,1,1,1,844,0,-6451.92,-1783.8,-273.701,3.74354,300,30,0,2880,0,1,0,0,0),(24072,6514,1,1,1,844,0,-6359.1,-1986.65,-276.222,3.07659,300,3,0,2880,0,1,0,0,0),(24071,6514,1,1,1,844,0,-6306.32,-1972.93,-268.713,6.14949,300,5,0,2880,0,1,0,0,0),(24070,6514,1,1,1,844,0,-6290.76,-1993.92,-264.757,2.32043,300,5,0,2880,0,1,0,0,0),(24069,6514,1,1,1,844,0,-6356.07,-2022.5,-258.597,0.306069,300,3,0,2880,0,1,0,0,0),(24068,6514,1,1,1,844,0,-6322.74,-2003.04,-259.831,1.62164,300,5,0,2880,0,1,0,0,0),(24067,6514,1,1,1,844,0,-6318.32,-1921.89,-271.154,0.394706,300,3,0,2880,0,1,0,0,0),(24066,6513,1,1,1,5294,0,-6390.52,-1959.96,-259.691,6.21409,300,5,0,2980,0,1,0,0,0),(24065,6513,1,1,1,5294,0,-6379.64,-1701.56,-273.073,1.20668,300,10,0,2980,0,1,0,0,0),(24064,6513,1,1,1,5294,0,-6414.01,-1745.68,-272.593,3.80496,300,15,0,2980,0,1,0,0,0),(24063,6513,1,1,1,5294,0,-6393.32,-1774.87,-270.23,4.81833,300,15,0,2980,0,1,0,0,0),(24062,6513,1,1,1,5294,0,-6412.21,-1808.5,-270.792,5.97127,300,5,0,2980,0,1,0,0,0),(24061,6513,1,1,1,5294,0,-6328.86,-1895.59,-263.935,6.03702,300,3,0,2980,0,1,0,0,0),(24060,6513,1,1,1,5294,0,-6401.87,-2021.37,-262.978,0.745281,300,3,0,2980,0,1,0,0,0),(24059,6512,1,1,1,11636,0,-6500.11,-925.214,-273.539,5.77628,300,30,0,3082,0,1,0,0,0),(24058,6512,1,1,1,11636,0,-7982.54,-880.99,-268.325,2.33967,300,5,0,3082,0,1,0,0,0),(24057,6512,1,1,1,11636,0,-7303.37,-975.238,-271.773,4.13845,300,15,0,3082,0,1,0,0,0),(24056,6512,1,1,1,11636,0,-7586.58,-687.876,-251.186,0.630231,300,5,0,3082,0,1,0,0,0),(24055,6512,1,1,1,11636,0,-6573.67,-907.77,-272.144,1.09865,300,15,0,3082,0,1,0,0,0),(24054,6512,1,1,1,11636,0,-6583.35,-985.995,-270.393,6.26558,300,15,0,3082,0,1,0,0,0),(24053,6512,1,1,1,11636,0,-6848.51,-929.103,-271.931,2.09212,300,15,0,3082,0,1,0,0,0),(24047,6512,1,1,1,11636,0,-6926.96,-995.928,-272.732,4.08164,300,15,0,3082,0,1,0,0,0),(24046,6512,1,1,1,11636,0,-7824.16,-842.182,-267.865,1.70303,300,30,0,3082,0,1,0,0,0),(24045,6512,1,1,1,11636,0,-6768.86,-990.151,-268.777,5.33186,300,5,0,3082,0,1,0,0,0),(24044,6512,1,1,1,11636,0,-7033.88,-1001.56,-271.222,5.27101,300,5,0,3082,0,1,0,0,0),(24043,6512,1,1,1,11636,0,-7021.94,-1015.31,-271.762,6.24389,300,10,0,3082,0,1,0,0,0),(24042,6512,1,1,1,11636,0,-7909.21,-971.471,-275.819,1.73562,300,5,0,3082,0,1,0,0,0),(24041,6512,1,1,1,11636,0,-7913.91,-781.475,-269.796,2.81984,300,5,0,3082,0,1,0,0,0),(24040,6512,1,1,1,11636,0,-7648.2,-817.279,-272.171,6.21311,300,15,0,3082,0,1,0,0,0),(24039,6512,1,1,1,11636,0,-6717.47,-773.97,-271.452,6.16784,300,15,0,3082,0,1,0,0,0),(24038,6512,1,1,1,11636,0,-7254.74,-385.304,-267.294,4.60484,300,10,0,3082,0,1,0,0,0),(24037,6512,1,1,1,11636,0,-6541.2,-957.745,-272.143,5.16397,300,30,0,3082,0,1,0,0,0),(24036,6512,1,1,1,11636,0,-6714.59,-921.364,-270.72,2.79029,300,5,0,3082,0,1,0,0,0),(24035,6512,1,1,1,11636,0,-6497.21,-681.771,-271.843,5.21847,300,15,0,3082,0,1,0,0,0),(24034,6512,1,1,1,11636,0,-6850.51,-737.748,-271.142,3.62007,300,5,0,3082,0,1,0,0,0),(24033,6512,1,1,1,11636,0,-7321,-918.193,-270.425,2.53774,300,15,0,3082,0,1,0,0,0),(24032,6512,1,1,1,11636,0,-7344.74,-1032.06,-271.858,4.7876,300,15,0,3082,0,1,0,0,0),(24031,6512,1,1,1,11636,0,-6545.31,-812.571,-273.074,5.98643,300,5,0,3082,0,1,0,0,0),(24030,6512,1,1,1,11636,0,-6522.13,-717.134,-271.443,1.37225,300,5,0,3082,0,1,0,0,0),(24029,6512,1,1,1,11636,0,-6911.39,-780.045,-271.722,1.08136,300,5,0,3082,0,1,0,0,0),(24028,6512,1,1,1,11636,0,-7031.07,-493.203,-275.601,2.88808,300,10,0,3082,0,1,0,0,0),(24027,6512,1,1,1,11636,0,-7148.73,-869.665,-270.162,4.64332,300,5,0,3082,0,1,0,0,0),(24026,6512,1,1,1,11636,0,-7246.12,-917.446,-272.23,5.32423,300,15,0,3082,0,1,0,0,0),(24025,6512,1,1,1,11636,0,-7058.64,-571.233,-272.663,4.56939,300,30,0,3082,0,1,0,0,0),(24024,6512,1,1,1,11636,0,-6968.41,-731.092,-266.986,5.34824,300,5,0,3082,0,1,0,0,0),(24023,6512,1,1,1,11636,0,-6971.62,-588.256,-271.315,5.33209,300,15,0,3082,0,1,0,0,0),(24022,6512,1,1,1,11636,0,-7514.44,-752.173,-264.548,5.65837,300,15,0,3082,0,1,0,0,0),(24021,6512,1,1,1,11636,0,-6817.19,-819.944,-271.688,4.50268,300,15,0,3082,0,1,0,0,0),(24020,6512,1,1,1,11636,0,-6971.73,-777.323,-271.034,1.13346,300,5,0,3082,0,1,0,0,0),(24019,6512,1,1,1,11636,0,-7044.94,-785.562,-271.678,3.84993,300,15,0,3082,0,1,0,0,0),(24018,6512,1,1,1,11636,0,-7118.89,-439.284,-271.222,2.18564,300,5,0,3082,0,1,0,0,0),(24017,6512,1,1,1,11636,0,-7152.34,-1018.22,-272.097,1.52819,300,5,0,3082,0,1,0,0,0),(24013,6512,1,1,1,11636,0,-6745.58,-610.667,-271.597,1.6331,300,15,0,3082,0,1,0,0,0),(24012,6512,1,1,1,11636,0,-6927.65,-537.829,-272.473,4.75633,300,15,0,3082,0,1,0,0,0),(24011,6512,1,1,1,11636,0,-7688.19,-834.587,-269.8,2.18493,300,15,0,3082,0,1,0,0,0),(24010,6512,1,1,1,11636,0,-7868.89,-606.312,-262.084,5.66974,300,10,0,3082,0,1,0,0,0),(24009,6512,1,1,1,11636,0,-7677.28,-709.215,-270.164,0.446949,300,15,0,3082,0,1,0,0,0),(24008,6512,1,1,1,11636,0,-7395.96,-390.956,-269.924,3.3681,300,5,0,3082,0,1,0,0,0),(24007,6512,1,1,1,11636,0,-6786.07,-523.277,-271.003,1.34732,300,15,0,3082,0,1,0,0,0),(24006,6512,1,1,1,11636,0,-7754.16,-659.33,-265.734,4.1569,300,15,0,3082,0,1,0,0,0),(24005,6512,1,1,1,11636,0,-7440.37,-555.698,-271.956,5.61268,300,5,0,3082,0,1,0,0,0),(24004,6512,1,1,1,11636,0,-7857.48,-700.131,-257.256,4.94442,300,5,0,3082,0,1,0,0,0),(24003,6512,1,1,1,11636,0,-7592.58,-604.901,-257.586,2.05586,300,15,0,3082,0,1,0,0,0),(24002,6512,1,1,1,11636,0,-7646.54,-460.15,-270.013,0.33547,300,5,0,3082,0,1,0,0,0),(24001,6512,1,1,1,11636,0,-6668.23,-667.188,-269.786,0.928463,300,5,0,3082,0,1,0,0,0),(24000,6512,1,1,1,11636,0,-7373,-556.336,-275.379,1.69047,300,5,0,3082,0,1,0,0,0),(23999,6511,1,1,1,11633,0,-6925,-1941.67,-270.661,4.44868,300,30,0,2779,0,1,0,0,0),(23998,6511,1,1,1,11633,0,-6897.2,-2155.92,-269.877,3.06137,300,15,0,2779,0,1,0,0,0),(23997,6511,1,1,1,11633,0,-6749.33,-2086.29,-271.848,4.58141,300,15,0,2779,0,1,0,0,0),(23996,6511,1,1,1,11633,0,-6536.59,-2038.39,-271.915,4.45677,300,15,0,2779,0,1,0,0,0),(23995,6511,1,1,1,11633,0,-6709.83,-1999.2,-270.472,1.62944,300,5,0,2779,0,1,0,0,0),(23994,6511,1,1,1,11633,0,-6935.29,-2091.91,-271.216,5.41221,300,15,0,2779,0,1,0,0,0),(23993,6511,1,1,1,11633,0,-7150.89,-2282.38,-267.96,5.17866,300,5,0,2779,0,1,0,0,0),(23992,6511,1,1,1,11633,0,-6471.85,-2027.9,-270.741,6.18133,300,5,0,2779,0,1,0,0,0),(23991,6511,1,1,1,11633,0,-6853.17,-1926.99,-271.255,5.87983,300,30,0,2779,0,1,0,0,0),(23990,6511,1,1,1,11633,0,-6612.1,-1946.14,-272.148,2.39517,300,15,0,2779,0,1,0,0,0),(23989,6511,1,1,1,11633,0,-7122.95,-2244.02,-268.858,2.58432,300,5,0,2779,0,1,0,0,0),(23988,6511,1,1,1,11633,0,-6947.54,-1696.87,-271.975,4.74365,300,5,0,2779,0,1,0,0,0),(23987,6511,1,1,1,11633,0,-6796.15,-1973.89,-271.499,1.49852,300,5,0,2779,0,1,0,0,0),(23986,6511,1,1,1,11633,0,-6881.82,-1611.27,-271.717,1.96544,300,5,0,2779,0,1,0,0,0),(23985,6511,1,1,1,11633,0,-7044.49,-1818.26,-272.246,2.81662,300,5,0,2779,0,1,0,0,0),(23984,6511,1,1,1,11633,0,-6963.25,-1703.21,-271.551,2.26898,300,5,0,2779,0,1,0,0,0),(23983,6511,1,1,1,11633,0,-6837.14,-1656.04,-271.804,3.40219,300,5,0,2779,0,1,0,0,0),(23982,6511,1,1,1,11633,0,-6753.82,-2029.09,-271.801,1.56533,300,5,0,2779,0,1,0,0,0),(23981,6511,1,1,1,11633,0,-6808.67,-1697.36,-272.191,3.64717,300,15,0,2779,0,1,0,0,0),(23980,6511,1,1,1,11633,0,-6854.13,-1561.97,-267.927,4.60475,300,15,0,2779,0,1,0,0,0),(23979,6511,1,1,1,11633,0,-6887.54,-1553.15,-271.977,3.52552,300,15,0,2779,0,1,0,0,0),(23978,6511,1,1,1,11633,0,-6789.75,-1824.7,-271.847,2.56231,300,5,0,2779,0,1,0,0,0),(23977,6511,1,1,1,11633,0,-6824.74,-1952.47,-270.939,3.75786,300,30,0,2779,0,1,0,0,0),(23976,6511,1,1,1,11633,0,-6650.07,-2081.54,-271.493,1.0889,300,15,0,2779,0,1,0,0,0),(23975,6511,1,1,1,11633,0,-6689.63,-1858.95,-271.19,2.10387,300,30,0,2779,0,1,0,0,0),(23974,6511,1,1,1,11633,0,-6580.79,-2016.96,-270.829,4.51193,300,15,0,2779,0,1,0,0,0),(23973,6511,1,1,1,11633,0,-6977.55,-2166.8,-270.599,1.27747,300,5,0,2779,0,1,0,0,0),(23972,6511,1,1,1,11633,0,-7079.23,-2278.7,-268.825,2.07207,300,5,0,2779,0,1,0,0,0),(23971,6511,1,1,1,11633,0,-6919.77,-2150.18,-273.577,3.4587,300,30,0,2779,0,1,0,0,0),(23970,6511,1,1,1,11633,0,-7045.67,-2227.21,-269.529,2.32408,300,5,0,2779,0,1,0,0,0),(23969,6511,1,1,1,11633,0,-7589.91,-2080.58,-271.891,1.94611,300,5,0,2779,0,1,0,0,0),(23968,6511,1,1,1,11633,0,-7544.81,-2117.19,-271.171,5.05331,300,5,0,2779,0,1,0,0,0),(23967,6511,1,1,1,11633,0,-6646.36,-1727.75,-271.945,2.86103,300,15,0,2779,0,1,0,0,0),(23964,6511,1,1,1,11633,0,-7218.66,-2211.98,-272.016,4.81727,300,10,0,2779,0,1,0,0,0),(23962,6510,1,1,1,11635,0,-6332.16,-1441.35,-267.942,3.80504,300,10,0,2980,0,1,0,0,0),(23961,6510,1,1,1,11635,0,-6325.13,-1391.86,-266.877,2.25223,300,10,0,2980,0,1,0,0,0),(23960,6510,1,1,1,11635,0,-7113.14,-1700.94,-271.111,4.87914,300,15,0,2980,0,1,0,0,0),(23959,6510,1,1,1,11635,0,-6682.91,-1146.89,-268.908,1.28471,300,30,0,2980,0,1,0,0,0),(23958,6510,1,1,1,11635,0,-6817.82,-1346.32,-272.097,1.3895,300,15,0,2980,0,1,0,0,0),(23957,6510,1,1,1,11635,0,-6720.46,-1117.26,-272.097,3.26554,300,5,0,2980,0,1,0,0,0),(23956,6510,1,1,1,11635,0,-6456.62,-1685,-273.585,4.74753,300,5,0,2980,0,1,0,0,0),(23955,6510,1,1,1,11635,0,-6456.16,-1624.6,-273.782,4.34241,300,5,0,2980,0,1,0,0,0),(23954,6510,1,1,1,11635,0,-6375.55,-1582.74,-271.972,5.03465,300,15,0,2980,0,1,0,0,0),(23953,6510,1,1,1,11635,0,-6304.19,-1471.67,-269.383,0.478662,300,10,0,2980,0,1,0,0,0),(23952,6510,1,1,1,11635,0,-6519.31,-1548.64,-271.414,2.01085,300,5,0,2980,0,1,0,0,0),(23951,6510,1,1,1,11635,0,-7650.45,-1185.55,-268.588,4.83456,300,0,0,2980,0,0,0,0,0),(23950,6510,1,1,1,11635,0,-7616.99,-1150.82,-272.159,4.84765,300,5,0,2980,0,1,0,0,0),(23949,6510,1,1,1,11635,0,-6547.51,-1567.47,-271.943,4.65397,300,5,0,2980,0,1,0,0,0),(23948,6510,1,1,1,11635,0,-7617.3,-1616.91,-272.097,4.91013,300,5,0,2980,0,1,0,0,0),(23947,6510,1,1,1,11635,0,-7026.07,-1902.23,-272.925,4.4987,300,5,0,2980,0,1,0,0,0),(23946,6510,1,1,1,11635,0,-6734.08,-1456.81,-270.997,5.84137,300,30,0,2980,0,1,0,0,0),(23945,6510,1,1,1,11635,0,-7302.62,-1713.49,-271.931,0.171561,300,5,0,2980,0,1,0,0,0),(23944,6510,1,1,1,11635,0,-7612.35,-1505.96,-264.512,2.42258,300,5,0,2980,0,1,0,0,0),(23943,6510,1,1,1,11635,0,-6392.35,-1633.16,-271.847,1.77666,300,15,0,2980,0,1,0,0,0),(23942,6510,1,1,1,11635,0,-7264.63,-1631.81,-270.901,0.824053,300,5,0,2980,0,1,0,0,0),(23941,6510,1,1,1,11635,0,-7172.56,-1736.17,-276.743,2.22446,300,15,0,2980,0,1,0,0,0),(23940,6510,1,1,1,11635,0,-6352.17,-1556.58,-271.471,1.41916,300,15,0,2980,0,1,0,0,0),(23939,6510,1,1,1,11635,0,-7400.68,-1681.85,-276.73,1.15079,300,15,0,2980,0,1,0,0,0),(23938,6510,1,1,1,11635,0,-6595.12,-1089.74,-271.384,0.514304,300,30,0,2980,0,1,0,0,0),(23937,6510,1,1,1,11635,0,-6632.9,-1116.65,-264.704,5.59195,300,30,0,2980,0,1,0,0,0),(23936,6510,1,1,1,11635,0,-7660.03,-1574.24,-272.097,0.60599,300,30,0,2980,0,1,0,0,0),(23935,6510,1,1,1,11635,0,-6646.96,-1237.44,-272.097,5.1589,300,5,0,2980,0,1,0,0,0),(23934,6510,1,1,1,11635,0,-6989.89,-1673.75,-272.136,3.34924,300,5,0,2980,0,1,0,0,0),(23933,6510,1,1,1,11635,0,-6514.84,-1183.67,-271.114,1.82762,300,15,0,2980,0,1,0,0,0),(23932,6510,1,1,1,11635,0,-7012.34,-1779.81,-270.511,6.24609,300,5,0,2980,0,1,0,0,0),(23931,6510,1,1,1,11635,0,-7356.48,-1723.96,-272.162,3.61223,300,5,0,2980,0,1,0,0,0),(23930,6510,1,1,1,11635,0,-7474.33,-1680.95,-282.316,1.13511,300,15,0,2980,0,1,0,0,0),(23929,6510,1,1,1,11635,0,-6675.2,-1084.65,-271.266,3.13573,300,5,0,2980,0,1,0,0,0),(23928,6510,1,1,1,11635,0,-7488.32,-1545.33,-273.053,0.284691,300,5,0,2980,0,1,0,0,0),(23927,6510,1,1,1,11635,0,-6600.38,-1589.51,-271.832,3.17953,300,5,0,2980,0,1,0,0,0),(23926,6510,1,1,1,11635,0,-6588.6,-1550.14,-271.074,1.61968,300,5,0,2980,0,1,0,0,0),(23925,6510,1,1,1,11635,0,-6718.19,-1541.53,-272.097,1.48363,300,5,0,2980,0,1,0,0,0),(23924,6510,1,1,1,11635,0,-7450.56,-1367.24,-267.996,2.14372,300,5,0,2980,0,1,0,0,0),(23923,6510,1,1,1,11635,0,-7112.81,-1602.83,-271.521,0.54023,300,15,0,2980,0,1,0,0,0),(23922,6510,1,1,1,11635,0,-6680.75,-1569.34,-272.097,5.52849,300,15,0,2980,0,1,0,0,0),(23921,6510,1,1,1,11635,0,-7191.91,-1582.62,-265.544,3.92423,300,5,0,2980,0,1,0,0,0),(23920,6510,1,1,1,11635,0,-7077.05,-1650.7,-271.115,3.12404,300,15,0,2980,0,1,0,0,0),(23919,6510,1,1,1,11635,0,-7664.11,-1189.61,-269.208,3.96415,300,5,0,2980,0,1,0,0,0),(23918,6510,1,1,1,11635,0,-6876.37,-1128.12,-271.799,5.49996,300,5,0,2980,0,1,0,0,0),(23917,6510,1,1,1,11635,0,-8031.56,-1646.25,-271.265,3.19633,300,10,0,2980,0,1,0,0,0),(23916,6510,1,1,1,11635,0,-7311.54,-1592.18,-271.92,2.82622,300,5,0,2980,0,1,0,0,0),(23915,6510,1,1,1,11635,0,-7508.55,-1429.82,-268.339,2.12353,300,15,0,2980,0,1,0,0,0),(23914,6510,1,1,1,11635,0,-7573.27,-1317.04,-271.519,1.25522,300,5,0,2980,0,1,0,0,0),(23913,6510,1,1,1,11635,0,-7708.95,-1294.11,-268.585,2.43458,300,5,0,2980,0,1,0,0,0),(23912,6510,1,1,1,11635,0,-7639.97,-1252.42,-265.469,1.16959,300,5,0,2980,0,1,0,0,0),(23911,6510,1,1,1,11635,0,-7492.95,-1411.82,-265.912,2.37503,300,5,0,2980,0,1,0,0,0),(23910,6510,1,1,1,11635,0,-7945.2,-1546.7,-272.247,2.91787,300,15,0,2980,0,1,0,0,0),(23909,6510,1,1,1,11635,0,-7546.44,-1343.14,-270.757,2.0171,300,5,0,2980,0,1,0,0,0),(23908,6510,1,1,1,11635,0,-7752.77,-1495.28,-271.731,1.4947,300,30,0,2980,0,1,0,0,0),(23907,6510,1,1,1,11635,0,-7712.66,-1436.78,-269.012,2.84354,300,15,0,2980,0,1,0,0,0),(23906,6510,1,1,1,11635,0,-7785.28,-1597.19,-271.09,3.89351,300,10,0,2980,0,1,0,0,0),(23905,6510,1,1,1,11635,0,-7483.39,-1250.88,-268.688,0.899635,300,15,0,2980,0,1,0,0,0),(23904,6510,1,1,1,11635,0,-7656.22,-1373.94,-270.177,4.64011,300,5,0,2980,0,1,0,0,0),(23903,6510,1,1,1,11635,0,-7718.36,-1120.08,-271.347,1.36541,300,30,0,2980,0,1,0,0,0),(23902,6510,1,1,1,11635,0,-7481.54,-1311.74,-271.827,4.45812,300,15,0,2980,0,1,0,0,0),(23901,6510,1,1,1,11635,0,-7556.32,-1418.93,-272.544,4.29417,300,15,0,2980,0,1,0,0,0),(23900,6510,1,1,1,11635,0,-7451.79,-1088.6,-271.16,1.14616,300,15,0,2980,0,1,0,0,0),(23899,6510,1,1,1,11635,0,-7543.27,-1707.92,-273.602,3.91403,300,15,0,2980,0,1,0,0,0),(23898,6510,1,1,1,11635,0,-7082.96,-1683.83,-275.932,2.18166,300,0,0,2980,0,0,0,0,0),(23897,6509,1,1,1,11634,0,-6919.73,-1785.22,-268.471,3.33358,300,0,0,2679,0,0,0,0,0),(23896,6509,1,1,1,11634,0,-6710,-1944.18,-272.097,0.718573,300,30,0,2679,0,1,0,0,0),(23895,6509,1,1,1,11634,0,-6978.49,-1711.92,-271.539,0.79649,300,5,0,2679,0,1,0,0,0),(23894,6509,1,1,1,11634,0,-6493.43,-1998.6,-272.165,0.466936,300,5,0,2679,0,1,0,0,0),(23893,6509,1,1,1,11634,0,-6700.26,-2017.5,-268.479,3.30642,300,5,0,2679,0,1,0,0,0),(23892,6509,1,1,1,11634,0,-6839.86,-2186.52,-270.39,4.63429,300,15,0,2679,0,1,0,0,0),(23891,6509,1,1,1,11634,0,-6521.06,-2040.59,-272.097,1.97743,300,5,0,2679,0,1,0,0,0),(23890,6509,1,1,1,11634,0,-6667.22,-2076.5,-271.993,6.23233,300,15,0,2679,0,1,0,0,0),(23889,6509,1,1,1,11634,0,-6723.48,-2131.45,-271.54,1.4651,300,15,0,2679,0,1,0,0,0),(23888,6509,1,1,1,11634,0,-7109.62,-2174.65,-267.61,1.20807,300,5,0,2679,0,1,0,0,0),(23887,6509,1,1,1,11634,0,-6568.64,-1977.52,-270.385,2.55359,300,15,0,2679,0,1,0,0,0),(23886,6509,1,1,1,11634,0,-6508.1,-2088.35,-268.222,1.03979,300,5,0,2679,0,1,0,0,0),(23885,6509,1,1,1,11634,0,-6791.79,-1907.19,-271.307,2.41967,300,30,0,2679,0,1,0,0,0),(23884,6509,1,1,1,11634,0,-6750.27,-1974.93,-270.73,4.90481,300,5,0,2679,0,1,0,0,0),(23883,6509,1,1,1,11634,0,-6869.73,-1682.87,-271.525,3.3888,300,5,0,2679,0,1,0,0,0),(23882,6509,1,1,1,11634,0,-6652.84,-1891.64,-270.972,4.92289,300,30,0,2679,0,1,0,0,0),(23881,6509,1,1,1,11634,0,-6724.93,-1853.77,-271.036,2.97099,300,30,0,2679,0,1,0,0,0),(23880,6509,1,1,1,11634,0,-6784.35,-1564.31,-271.503,1.7138,300,15,0,2679,0,1,0,0,0),(31293,4351,1,1,1,2571,0,-2689.72,-3513.3,35.023,6.26266,360,10,0,1469,0,1,0,0,0),(23879,6509,1,1,1,11634,0,-6819.84,-2020.45,-272.097,6.26264,300,5,0,2679,0,1,0,0,0),(31292,4394,1,1,1,2569,0,-3952.17,-3518.4,40.9302,3.80383,360,5,0,1459,0,1,0,0,0),(23878,6509,1,1,1,11634,0,-6747.58,-1900.98,-271.879,1.83379,300,30,0,2679,0,1,0,0,0),(23877,6509,1,1,1,11634,0,-6646.42,-1967.56,-271.884,1.39216,300,30,0,2679,0,1,0,0,0),(31291,4393,1,1,1,11137,0,-3778.47,-3559.22,38.262,2.16422,360,10,0,1751,0,1,0,0,0),(23876,6509,1,1,1,11634,0,-6617.64,-1884.36,-272.356,1.71193,300,30,0,2679,0,1,0,0,0),(23875,6509,1,1,1,11634,0,-6745.43,-1800.03,-268.391,1.4554,300,5,0,2679,0,1,0,0,0),(23874,6509,1,1,1,11634,0,-6943.93,-2241.28,-272.166,5.28539,300,10,0,2679,0,1,0,0,0),(23873,6509,1,1,1,11634,0,-6980.94,-2254.93,-273.316,2.74875,300,5,0,2679,0,1,0,0,0),(23872,6509,1,1,1,11634,0,-7687.72,-2187.12,-266.292,3.8174,300,5,0,2679,0,1,0,0,0),(23871,6509,1,1,1,11634,0,-7068.96,-2243.02,-271.473,0.218457,300,5,0,2679,0,1,0,0,0),(23870,6508,1,1,1,5291,0,-7483.21,-2114.33,-272.361,1.93208,300,5,0,2880,0,1,0,0,0),(31290,4351,1,1,1,2571,0,-2575.28,-3425.06,47.0931,5.24946,360,5,0,1469,0,1,0,0,0),(31289,4394,1,1,1,2569,0,-3827.59,-3564.15,40.9992,1.99143,360,5,0,1459,0,1,0,0,0),(23869,6508,1,1,1,5291,0,-7449.27,-2079.91,-272.091,1.46063,300,5,0,2880,0,1,0,0,0),(23868,6508,1,1,1,5291,0,-7384.04,-2025.6,-271.518,6.05629,300,10,0,2880,0,1,0,0,0),(23867,6508,1,1,1,5291,0,-7205.24,-2152.41,-270.625,3.28872,300,5,0,2880,0,1,0,0,0),(23866,6508,1,1,1,5291,0,-7285.82,-2088.64,-270.797,6.20857,300,15,0,2880,0,1,0,0,0),(23865,6508,1,1,1,5291,0,-7207.87,-2122.88,-272.017,2.7759,300,10,0,2880,0,1,0,0,0),(23864,6508,1,1,1,5291,0,-7214.33,-2068.3,-270.485,4.00189,300,5,0,2880,0,1,0,0,0),(23863,6508,1,1,1,5291,0,-7185.21,-1974.67,-271.874,2.09416,300,15,0,2880,0,1,0,0,0),(23862,6508,1,1,1,5291,0,-7284,-2114.57,-272.698,5.79,300,15,0,2880,0,1,0,0,0),(23861,6508,1,1,1,5291,0,-7250.76,-2087.03,-272.221,6.06607,300,15,0,2880,0,1,0,0,0),(23860,6508,1,1,1,5291,0,-7177.13,-1940.31,-272.071,1.70624,300,30,0,2880,0,1,0,0,0),(23859,6508,1,1,1,5291,0,-7295.05,-1984.15,-270.639,1.7276,300,5,0,2880,0,1,0,0,0),(23858,6508,1,1,1,5291,0,-7346.93,-1992.42,-268.931,3.23349,300,10,0,2880,0,1,0,0,0),(23857,6508,1,1,1,5291,0,-7269.39,-1963.16,-272.949,2.65532,300,5,0,2880,0,1,0,0,0),(23856,6508,1,1,1,5291,0,-7188.71,-1896.24,-270.559,2.53089,300,30,0,2880,0,1,0,0,0),(23855,6508,1,1,1,5291,0,-7177.57,-1851.9,-273.151,4.64612,300,15,0,2880,0,1,0,0,0),(23854,6508,1,1,1,5291,0,-7121.37,-1888.57,-272.097,1.11902,300,15,0,2880,0,1,0,0,0),(23853,6508,1,1,1,5291,0,-7281.04,-2045.89,-270.914,2.24828,300,15,0,2880,0,1,0,0,0),(23852,6508,1,1,1,5291,0,-7212.9,-1776.5,-276.994,0.782956,300,15,0,2880,0,1,0,0,0),(23851,6508,1,1,1,5291,0,-7280.65,-1786.03,-278.059,2.22875,300,15,0,2880,0,1,0,0,0),(23850,6508,1,1,1,5291,0,-7211.84,-1851.3,-271.245,4.1233,300,15,0,2880,0,1,0,0,0),(23849,6508,1,1,1,5291,0,-7085.31,-2079.43,-268.269,0.262528,300,15,0,2880,0,1,0,0,0),(23848,6507,1,1,1,5292,0,-7378.86,-1950.75,-271.12,5.88163,300,5,0,2779,0,1,0,0,0),(23847,6507,1,1,1,5292,0,-7350.24,-2043.63,-271.983,1.75746,300,10,0,2779,0,1,0,0,0),(23846,6507,1,1,1,5292,0,-7415.99,-2076.38,-272.134,1.82479,300,5,0,2779,0,1,0,0,0),(23845,6507,1,1,1,5292,0,-7215.42,-2153.1,-271.376,0.147473,300,10,0,2779,0,1,0,0,0),(23844,6507,1,1,1,5292,0,-7270.77,-2068.54,-271.618,4.59288,300,15,0,2779,0,1,0,0,0),(23843,6507,1,1,1,5292,0,-7192.94,-2040.48,-271.591,2.33935,300,10,0,2779,0,1,0,0,0),(23842,6507,1,1,1,5292,0,-7152.69,-1929.25,-271.144,0.43114,300,15,0,2779,0,1,0,0,0),(23841,6507,1,1,1,5292,0,-7080.86,-1981.56,-270.474,0.108078,300,5,0,2779,0,1,0,0,0),(23840,6507,1,1,1,5292,0,-7319.93,-2007.59,-270.999,4.20367,300,5,0,2779,0,1,0,0,0),(23839,6507,1,1,1,5292,0,-7213.12,-1965.05,-272.28,1.70193,300,10,0,2779,0,1,0,0,0),(23838,6507,1,1,1,5292,0,-7243.3,-1922.48,-271.706,2.28487,300,15,0,2779,0,1,0,0,0),(23837,6507,1,1,1,5292,0,-7177.8,-1899.56,-271.309,5.86537,300,30,0,2779,0,1,0,0,0),(23836,6507,1,1,1,5292,0,-7146.04,-1836.71,-271.626,1.07272,300,15,0,2779,0,1,0,0,0),(23835,6507,1,1,1,5292,0,-7413.43,-1845.42,-271.936,1.73817,300,5,0,2779,0,1,0,0,0),(23834,6507,1,1,1,5292,0,-7422.53,-1783.42,-271.19,4.5238,300,5,0,2779,0,1,0,0,0),(23833,6507,1,1,1,5292,0,-7321.53,-1818.71,-273.754,5.36028,300,15,0,2779,0,1,0,0,0),(23832,6507,1,1,1,5292,0,-7318.03,-1784.86,-274.637,0.177574,300,15,0,2779,0,1,0,0,0),(23831,6507,1,1,1,5292,0,-7249.03,-1815.72,-272.887,1.13075,300,15,0,2779,0,1,0,0,0),(23830,6507,1,1,1,5292,0,-7202.31,-1826.11,-274.07,2.36448,300,15,0,2779,0,1,0,0,0),(23829,6506,1,1,1,5290,0,-7950.58,-1778.22,-274.59,1.71882,300,15,0,2779,0,1,0,0,0),(23828,6506,1,1,1,5290,0,-7715.18,-1746.92,-270.691,2.86688,300,15,0,2779,0,1,0,0,0),(23827,6506,1,1,1,5290,0,-7602.59,-1748,-272.621,0.141069,300,5,0,2779,0,1,0,0,0),(23826,6506,1,1,1,5290,0,-7778.12,-1719.05,-271.065,2.55522,300,15,0,2779,0,1,0,0,0),(23825,6506,1,1,1,5290,0,-7839.16,-1681.54,-270.912,0.516965,300,10,0,2779,0,1,0,0,0),(23824,6506,1,1,1,5290,0,-7784.39,-1687.57,-271.161,2.55175,300,15,0,2779,0,1,0,0,0),(23823,6506,1,1,1,5290,0,-7721.12,-1937.29,-270.812,0.861432,300,15,0,2779,0,1,0,0,0),(23822,6506,1,1,1,5290,0,-7765.77,-1967.54,-272.29,0.18432,300,15,0,2779,0,1,0,0,0),(23821,6506,1,1,1,5290,0,-7908.42,-1979.66,-271.915,2.98166,300,15,0,2779,0,1,0,0,0),(23820,6506,1,1,1,5290,0,-7645.11,-1918.5,-270.308,3.3183,300,15,0,2779,0,1,0,0,0),(23819,6506,1,1,1,5290,0,-7644.31,-1925.33,-269.351,1.35238,300,15,0,2779,0,1,0,0,0),(23818,6506,1,1,1,5290,0,-7492.45,-1853.57,-271.696,1.9575,300,5,0,2779,0,1,0,0,0),(23817,6506,1,1,1,5290,0,-7885.6,-1920.56,-270.598,3.13964,300,15,0,2779,0,1,0,0,0),(23816,6506,1,1,1,5290,0,-7967.87,-1670.23,-270.708,1.62092,300,15,0,2779,0,1,0,0,0),(23815,6506,1,1,1,5290,0,-7909.42,-1735.13,-270.945,1.40726,300,15,0,2779,0,1,0,0,0),(23814,6506,1,1,1,5290,0,-7893.27,-1812.84,-272.995,2.22746,300,15,0,2779,0,1,0,0,0),(23813,6506,1,1,1,5290,0,-7544.44,-1852.16,-271.242,5.3065,300,5,0,2779,0,1,0,0,0),(23812,6506,1,1,1,5290,0,-7512.57,-1820.49,-272.355,4.03653,300,5,0,2779,0,1,0,0,0),(23811,6506,1,1,1,5290,0,-7745.59,-1836.84,-272.584,3.62602,300,5,0,2779,0,1,0,0,0),(23810,6506,1,1,1,5290,0,-7820.28,-1857.19,-271.813,3.5007,300,15,0,2779,0,1,0,0,0),(23809,6506,1,1,1,5290,0,-7920.99,-1670.9,-272.666,2.39652,300,15,0,2779,0,1,0,0,0),(23808,6505,1,1,1,5242,0,-7815.48,-1985.14,-271.595,5.7744,300,15,0,2679,0,1,0,0,0),(23807,6505,1,1,1,5242,0,-7601.14,-1802.69,-264.112,2.53247,300,5,0,2679,0,1,0,0,0),(23806,6505,1,1,1,5242,0,-7781.31,-1962.91,-272.098,4.68854,300,15,0,2679,0,1,0,0,0),(23805,6505,1,1,1,5242,0,-7979.99,-1679.12,-269.708,0.94249,300,15,0,2679,0,1,0,0,0),(23804,6505,1,1,1,5242,0,-7985.99,-1739.04,-273.968,5.49851,300,15,0,2679,0,1,0,0,0),(23803,6505,1,1,1,5242,0,-7686.39,-1711.91,-270.593,5.93451,300,15,0,2679,0,1,0,0,0),(23802,6505,1,1,1,5242,0,-7619.76,-1711.96,-271.671,3.0076,300,10,0,2679,0,1,0,0,0),(23801,6505,1,1,1,5242,0,-7809.77,-1655.61,-270.161,2.92543,300,15,0,2679,0,1,0,0,0),(23800,6505,1,1,1,5242,0,-7760.53,-1741.09,-272.123,3.77007,300,15,0,2679,0,1,0,0,0),(23799,6505,1,1,1,5242,0,-7824.34,-1713,-271.759,2.89488,300,15,0,2679,0,1,0,0,0),(23798,6505,1,1,1,5242,0,-7742.53,-1782.43,-271.672,0.109579,300,15,0,2679,0,1,0,0,0),(23797,6505,1,1,1,5242,0,-7720.32,-1876.08,-272.067,3.37865,300,15,0,2679,0,1,0,0,0),(23796,6505,1,1,1,5242,0,-7746.23,-1969.62,-271.582,3.59799,300,15,0,2679,0,1,0,0,0),(23795,6505,1,1,1,5242,0,-7451.66,-1963.42,-272.015,1.28981,300,15,0,2679,0,1,0,0,0),(23794,6505,1,1,1,5242,0,-7476.65,-1991.13,-272.167,5.04177,300,15,0,2679,0,1,0,0,0),(23793,6505,1,1,1,5242,0,-7586.82,-1954.39,-269.433,3.96787,300,3,0,2679,0,1,0,0,0),(23792,6505,1,1,1,5242,0,-7630.32,-1987.41,-272.089,1.67652,300,5,0,2679,0,1,0,0,0),(23791,6505,1,1,1,5242,0,-7491.12,-1923.86,-271.866,3.98611,300,15,0,2679,0,1,0,0,0),(23790,6505,1,1,1,5242,0,-7518.55,-1946.8,-270.835,6.03035,300,15,0,2679,0,1,0,0,0),(23789,6505,1,1,1,5242,0,-7877.54,-1835.15,-273.788,1.94078,300,15,0,2679,0,1,0,0,0),(23788,6505,1,1,1,5242,0,-7917.05,-1864.29,-272.031,4.84765,300,10,0,2679,0,1,0,0,0),(23787,6505,1,1,1,5242,0,-8019.15,-1756.37,-271.325,6.22064,300,10,0,2679,0,1,0,0,0),(23786,6505,1,1,1,5242,0,-7894.21,-1708.89,-274.212,2.84709,300,15,0,2679,0,1,0,0,0),(23785,6505,1,1,1,5242,0,-7860.11,-1777.2,-271.854,0.83293,300,15,0,2679,0,1,0,0,0),(23784,6505,1,1,1,5242,0,-7978.98,-1725.3,-273.593,3.73037,300,15,0,2679,0,1,0,0,0),(23783,6505,1,1,1,5242,0,-7945.97,-1818.87,-270.452,3.23926,300,10,0,2679,0,1,0,0,0),(23782,6505,1,1,1,5242,0,-7847.86,-1785.5,-272.229,3.07901,300,5,0,2679,0,1,0,0,0),(23781,6505,1,1,1,5242,0,-7798.13,-1840.41,-272.063,1.28119,300,15,0,2679,0,1,0,0,0),(23780,6505,1,1,1,5242,0,-7837.13,-1737.56,-272.143,5.85661,300,15,0,2679,0,1,0,0,0),(23779,6505,1,1,1,5242,0,-7579.8,-1877.25,-271.554,1.46899,300,5,0,2679,0,1,0,0,0),(23778,6505,1,1,1,5242,0,-7461.61,-1877.95,-272.12,1.95821,300,15,0,2679,0,1,0,0,0),(23777,6505,1,1,1,5242,0,-7611.46,-1792.71,-265.016,5.58613,300,5,0,2679,0,1,0,0,0),(23776,6505,1,1,1,5242,0,-7474.13,-1830.26,-272.097,0.488157,300,5,0,2679,0,1,0,0,0),(23775,6505,1,1,1,5242,0,-7903.18,-1612.8,-270.738,1.27721,300,15,0,2679,0,1,0,0,0),(23774,6505,1,1,1,5242,0,-7842.78,-1624.8,-266.616,4.70116,300,15,0,2679,0,1,0,0,0),(23773,6505,1,1,1,5242,0,-7869.45,-1589.07,-262.719,2.83591,300,15,0,2679,0,1,0,0,0),(23772,6505,1,1,1,5242,0,-7939.71,-1625.5,-273.192,5.44942,300,15,0,2679,0,1,0,0,0),(23771,6505,1,1,1,5242,0,-7717.79,-1674.13,-270.941,4.84572,300,15,0,2679,0,1,0,0,0),(23770,6504,1,1,1,5289,0,-7750.26,-737.308,-262.415,0.03124,600,15,0,7599,0,1,0,0,0),(23769,6504,1,1,1,5289,0,-7668.14,-531.44,-271.472,5.12183,600,5,0,7599,0,1,0,0,0),(23768,6503,1,1,1,5288,0,-7675.46,-785.427,-271.148,3.15722,600,15,0,7359,0,1,0,0,0),(23767,6503,1,1,1,5288,0,-7957.15,-906.921,-273.593,2.69542,600,30,0,7359,0,1,0,0,0),(23766,6503,1,1,1,5288,0,-7808.61,-661.921,-259.373,3.47198,600,30,0,7359,0,1,0,0,0),(23765,6502,1,1,1,5287,0,-7420.49,-918.51,-268.919,5.93541,600,5,0,7113,0,1,0,0,0),(23764,6502,1,1,1,5287,0,-7491.04,-724.362,-262.87,3.57498,600,5,0,7113,0,1,0,0,0),(23763,6502,1,1,1,5287,0,-7623.98,-855.494,-269.524,4.05991,600,5,0,7113,0,1,0,0,0),(23762,6502,1,1,1,5287,0,-7624.32,-732.294,-260.647,3.93187,600,15,0,7113,0,1,0,0,0),(23761,6502,1,1,1,5287,0,-7476.64,-860.848,-269.498,5.94654,600,5,0,7113,0,1,0,0,0),(23760,6502,1,1,1,5287,0,-7405.84,-516.902,-277.69,6.23878,600,30,0,7113,0,1,0,0,0),(23759,6502,1,1,1,5287,0,-7869.94,-714.45,-261.313,0.133067,600,15,0,7113,0,1,0,0,0),(23758,6501,1,1,1,5241,0,-7558.34,-512.938,-267.461,0.6607,600,15,0,7113,0,1,0,0,0),(23757,6501,1,1,1,5241,0,-7623.98,-577.967,-261.453,3.91691,600,15,0,7113,0,1,0,0,0),(23756,6501,1,1,1,5241,0,-7620.96,-448.693,-271.573,2.5298,600,0,0,7113,0,2,0,0,0),(23755,6501,1,1,1,5241,0,-7544.18,-909.071,-273.13,0.888119,600,5,0,7113,0,1,0,0,0),(23754,6501,1,1,1,5241,0,-7484.97,-577.591,-274.141,0.252672,600,15,0,7113,0,1,0,0,0),(23753,6501,1,1,1,5241,0,-7883.9,-844.427,-271.936,1.80049,600,30,0,7113,0,1,0,0,0),(23752,6501,1,1,1,5241,0,-7755.63,-981.329,-271.967,4.07988,600,30,0,7113,0,1,0,0,0),(23751,6501,1,1,1,5241,0,-7883.97,-986.222,-268.451,0.950228,600,5,0,7113,0,1,0,0,0),(23750,6501,1,1,1,5241,0,-7685.71,-908.784,-269.627,4.6431,600,30,0,7113,0,1,0,0,0),(23749,6501,1,1,1,5241,0,-7878.4,-588.631,-261.349,5.59471,600,15,0,7113,0,1,0,0,0),(23748,6501,1,1,1,5241,0,-7752.45,-591.914,-268.394,2.99997,600,5,0,7113,0,1,0,0,0),(23747,6501,1,1,1,5241,0,-7810.47,-780.746,-268.123,1.93939,600,15,0,7113,0,1,0,0,0),(23746,6501,1,1,1,5241,0,-7750.15,-816.723,-272.097,1.97114,600,15,0,7113,0,1,0,0,0),(23745,6500,1,1,1,5240,0,-7464.14,-1321.6,-271.473,5.32128,600,0,0,7599,0,2,0,0,0),(23744,6500,1,1,1,5240,0,-7256.7,-2093.35,-272.442,2.83219,600,0,0,7599,0,0,0,0,0),(23743,6499,1,1,1,5238,0,-7489.71,-1586.38,-274.98,6.21458,600,0,0,7599,0,2,0,0,0),(23742,2914,1,1,1,2958,0,-6917.88,-764.393,-272.004,4.90248,300,5,0,8,0,1,0,0,0),(23741,6498,1,1,1,5239,0,-7223.92,-1582.28,-269.345,0.518643,600,0,0,7599,0,2,0,0,0),(23740,2914,1,1,1,1206,0,-6516.67,-983.334,-270.798,4.24879,300,30,0,8,0,1,0,0,0),(23739,2914,1,1,1,2958,0,-6758.5,-2018.69,-272.008,0.17005,300,5,0,8,0,1,0,0,0),(23738,2914,1,1,1,1206,0,-7508.96,-2240.28,-269.547,5.00453,300,0,0,8,0,0,0,0,0),(23737,2914,1,1,1,2958,0,-6414.71,-1348.58,-272.04,2.62856,300,30,0,8,0,1,0,0,0),(23736,2914,1,1,1,2958,0,-6717.74,-1529.87,-272.097,0.948967,300,5,0,8,0,1,0,0,0),(23735,2914,1,1,1,6303,0,-6449.8,-1705.22,-273.456,1.84561,300,5,0,8,0,1,0,0,0),(23734,2914,1,1,1,1206,0,-7060.06,-2272.55,-270.111,4.66546,300,5,0,8,0,1,0,0,0),(23733,2914,1,1,1,2958,0,-6599.8,-1177.52,-262.531,4.1884,300,5,0,8,0,1,0,0,0),(23732,2914,1,1,1,6303,0,-6680.83,-617.397,-269.569,2.45629,300,5,0,8,0,1,0,0,0),(23731,2914,1,1,1,6303,0,-8085.24,-1219.18,-268.284,4.30992,300,0,0,8,0,0,0,0,0),(23730,2914,1,1,1,2958,0,-6668.05,-1943.11,-270.036,0.37362,300,5,0,8,0,1,0,0,0),(23729,2914,1,1,1,1206,0,-7047.91,-514.739,-274.992,2.27684,300,5,0,8,0,1,0,0,0),(23728,2914,1,1,1,2958,0,-7018.64,-863.395,-269.372,0.548457,300,5,0,8,0,1,0,0,0),(23727,2914,1,1,1,2957,0,-6784.22,-1403.51,-265.358,5.34377,300,5,0,8,0,1,0,0,0),(23726,2914,1,1,1,6303,0,-7754.53,-1475.43,-271.883,2.1756,300,30,0,8,0,1,0,0,0),(23725,2914,1,1,1,2957,0,-7789.69,-1212.82,-267.067,4.63217,300,30,0,8,0,1,0,0,0),(23724,2914,1,1,1,2958,0,-7517.7,-1117.06,-272.024,1.32105,300,30,0,8,0,1,0,0,0),(23723,10583,1,1,1,1233,0,-6110.54,-1140.35,-186.866,3.59538,600,0,0,10572,0,0,0,0,0),(23722,10302,1,1,1,9777,1,-7210.81,-610.991,-269.081,1.65806,300,0,0,4120,0,0,0,0,0),(23721,9274,1,1,1,9342,0,-6143.46,-1081,-198.122,3.47321,300,0,0,2218,0,0,0,0,0),(23720,9273,1,1,1,8479,1,-6145.33,-1083.39,-198.468,3.87463,300,0,0,2399,0,0,0,0,0),(23719,9272,1,1,1,8477,1,-6149.73,-1076.11,-198.908,4.41568,300,0,0,2218,0,0,0,0,0),(23718,9271,1,1,1,8476,1,-6145.24,-1090.56,-200.204,3.59538,300,0,0,2218,0,0,0,0,0),(23717,9270,1,1,1,8474,1,-6142.71,-1092.69,-200.187,3.08923,300,0,0,2576,0,0,0,0,0),(23716,10541,1,1,1,7804,0,-7092.4,-1305.86,-186.075,5.46288,300,0,0,42,0,0,0,0,0),(23715,10541,1,1,1,7804,0,-7282.31,-1245.81,-246.847,0.575959,300,0,0,42,0,0,0,0,0),(23714,10541,1,1,1,7804,0,-7140.5,-1465.97,-240.86,1.58825,300,0,0,42,0,0,0,0,0),(23713,10541,1,1,1,7804,0,-7163.64,-1148.67,-265.202,5.89921,300,0,0,42,0,0,0,0,0),(23712,10541,1,1,1,7804,0,-7328.53,-1462.65,-241.072,4.92183,300,0,0,42,0,0,0,0,0),(23711,8737,1,1,1,8012,1,-6166.44,-1118.99,-213.341,3.94444,300,0,0,1753,0,0,0,0,0),(12236,23433,530,1,1,0,0,-1615.71,5265,-40.7625,3.27724,120,0,0,7580,0,0,0,0,0),(23709,9496,1,1,1,10056,0,-8009.21,-1298.49,-321.279,5.88822,300,0,0,222,0,0,0,0,0),(23708,9999,1,1,1,9340,1,-7196.18,-1387.11,-231.449,3.33358,300,0,0,3293,0,0,0,0,0),(23707,9998,1,1,1,9341,1,-6252.45,-1103.26,-218.343,4.20624,300,0,0,1753,0,0,0,0,0),(23706,9997,1,1,1,11389,1,-6176.27,-1080.49,-203.81,5.61996,300,0,0,1116,2861,0,0,0,0),(23705,5431,1,1,1,7114,0,-9914.97,-4349.42,0.991653,6.11457,300,15,0,2576,0,1,0,0,0),(23704,5431,1,1,1,7114,0,-9949.16,-4316.22,1.75047,0.699903,300,15,0,2576,0,1,0,0,0),(27416,4827,48,1,1,2836,0,-795.99,-156.208,-43.0987,3.59538,86400,2,0,1686,0,1,0,0,0),(23703,5431,1,1,1,7114,0,-10086.5,-4252.51,0.321825,3.69274,300,15,0,2576,0,1,0,0,0),(23702,5431,1,1,1,7114,0,-10022.9,-4318.15,-2.59952,3.68533,300,0,0,2576,0,0,0,0,0),(23701,5431,1,1,1,7114,0,-9716.14,-4418.66,1.18829,1.73607,300,15,0,2576,0,1,0,0,0),(23700,5431,1,1,1,7114,0,-9685.38,-4449.26,-0.811311,2.01958,300,15,0,2576,0,1,0,0,0),(23699,5431,1,1,1,7114,0,-10051.3,-4286.3,0.14474,4.59412,300,15,0,2576,0,1,0,0,0),(23698,5431,1,1,1,7114,0,-9645.45,-4417.41,-0.361045,0.440051,300,15,0,2576,0,1,0,0,0),(23697,5431,1,1,1,7114,0,-10286,-3912.18,1.25917,5.40092,300,15,0,2576,0,1,0,0,0),(23696,5431,1,1,1,7114,0,-10184.7,-3955.52,5.25584,4.08735,300,15,0,2576,0,1,0,0,0),(23695,5431,1,1,1,7114,0,-10293.1,-3823.06,0.617751,1.939,300,15,0,2576,0,1,0,0,0),(23694,5431,1,1,1,7114,0,-10148.4,-3849.47,2.14211,1.79737,300,15,0,2576,0,1,0,0,0),(23693,5431,1,1,1,7114,0,-10350.5,-3856.04,-0.580707,4.73582,300,15,0,2576,0,1,0,0,0),(23692,5431,1,1,1,7114,0,-9737.24,-4452.7,0.42174,3.2796,300,15,0,2576,0,1,0,0,0),(23691,5431,1,1,1,7114,0,-10186.5,-3885.01,1.70523,2.72867,300,15,0,2576,0,1,0,0,0),(23690,5431,1,1,1,7114,0,-9847.7,-3620.66,9.33789,4.99149,300,15,0,2576,0,1,0,0,0),(23689,5431,1,1,1,7114,0,-10118.4,-3775.2,4.96983,0.650929,300,15,0,2576,0,1,0,0,0),(23688,5431,1,1,1,7114,0,-10118.1,-3614.4,-0.58101,1.93146,300,15,0,2576,0,1,0,0,0),(23687,5431,1,1,1,7114,0,-9667.87,-4371.85,3.80526,2.12898,300,15,0,2576,0,1,0,0,0),(23686,5431,1,1,1,7114,0,-10229.9,-3752.49,-1.41643,3.10255,300,15,0,2576,0,1,0,0,0),(23685,5431,1,1,1,7114,0,-10038.5,-3614.84,-0.031478,0.131133,300,0,0,2576,0,0,0,0,0),(23684,5431,1,1,1,7114,0,-10220.2,-3783.68,-0.102465,1.55274,300,15,0,2576,0,1,0,0,0),(23683,5431,1,1,1,7114,0,-10018.7,-3585.39,0.529975,4.33624,300,15,0,2576,0,1,0,0,0),(23682,5431,1,1,1,7114,0,-9863.07,-4398.77,-1.93578,5.73603,300,15,0,2576,0,1,0,0,0),(23681,5431,1,1,1,7114,0,-10152.4,-3754.05,2.94019,6.07087,300,15,0,2576,0,1,0,0,0),(23680,5431,1,1,1,7114,0,-10164.6,-3825.81,1.5617,0.506632,300,15,0,2576,0,1,0,0,0),(23679,5431,1,1,1,7114,0,-10169.9,-4134,0.497738,0.015346,300,15,0,2576,0,1,0,0,0),(23678,5431,1,1,1,7114,0,-10118.9,-4153.37,3.38069,5.30296,300,15,0,2576,0,1,0,0,0),(23677,5431,1,1,1,7114,0,-9849.91,-3554.82,0.601538,4.72521,300,15,0,2576,0,1,0,0,0),(23676,5431,1,1,1,7114,0,-10018.9,-3515.41,-9.02222,0.147719,300,15,0,2576,0,1,0,0,0),(23675,5431,1,1,1,7114,0,-9797.01,-3616,9.35339,0.94066,300,15,0,2576,0,1,0,0,0),(23674,5431,1,1,1,7114,0,-10378.9,-3885.6,-0.25328,6.11836,300,15,0,2576,0,1,0,0,0),(23673,5431,1,1,1,7114,0,-10021.2,-4238.89,4.9851,4.67211,300,15,0,2576,0,1,0,0,0),(23672,5431,1,1,1,7114,0,-10349.2,-3915.09,0.301611,0.633572,300,15,0,2576,0,1,0,0,0),(23671,5431,1,1,1,7114,0,-10214.1,-3860.6,1.6958,4.49966,300,15,0,2576,0,1,0,0,0),(23670,5431,1,1,1,7114,0,-9852.61,-4419.98,-3.54258,1.71247,300,15,0,2576,0,1,0,0,0),(23669,5431,1,1,1,7114,0,-9915.45,-3546.1,-7.01602,0.355911,300,15,0,2576,0,1,0,0,0),(26320,4810,48,1,1,2901,1,-744.607,7.865,-29.947,3.59538,86400,0,0,1815,0,0,0,0,0),(26319,4798,48,1,1,2014,0,-720.185,40.1762,-29.8509,0.383972,86400,1,0,1494,544,1,0,0,0),(23668,5431,1,1,1,7114,0,-10318.8,-3870.38,0.804426,1.60594,300,15,0,2576,0,1,0,0,0),(23667,5431,1,1,1,7114,0,-10225.3,-4040.84,0.910205,2.90889,300,15,0,2576,0,1,0,0,0),(23666,5431,1,1,1,7114,0,-10183.5,-4057.55,0.942126,4.27669,300,15,0,2576,0,1,0,0,0),(23665,5431,1,1,1,7114,0,-10116.7,-3668.65,-0.431777,3.19438,300,15,0,2576,0,1,0,0,0),(23664,5431,1,1,1,7114,0,-10054.8,-4218.33,3.15429,3.25185,300,15,0,2576,0,1,0,0,0),(23663,5431,1,1,1,7114,0,-9980.57,-3549.72,-4.59971,0.098673,300,15,0,2576,0,1,0,0,0),(23662,5431,1,1,1,7114,0,-9767.8,-4349.34,3.77408,0.116841,300,15,0,2576,0,1,0,0,0),(23661,5431,1,1,1,7114,0,-9783.65,-4375.38,1.95146,0.963215,300,15,0,2576,0,1,0,0,0),(23660,5431,1,1,1,7114,0,-9635.11,-4399.47,0.691909,0.944872,300,15,0,2576,0,1,0,0,0),(23659,5431,1,1,1,7114,0,-10184.7,-4085.46,0.657825,4.74775,300,15,0,2576,0,1,0,0,0),(23658,5431,1,1,1,7114,0,-10150.6,-3584.22,-8.35665,3.74682,300,15,0,2576,0,1,0,0,0),(23657,5431,1,1,1,7114,0,-10139.5,-4140.72,2.03873,3.83158,300,15,0,2576,0,1,0,0,0),(23656,5431,1,1,1,7114,0,-10150.6,-4252.01,-1.61146,3.18677,300,15,0,2576,0,1,0,0,0),(23655,5431,1,1,1,7114,0,-10208.5,-4108.18,0.612276,1.17406,300,15,0,2576,0,1,0,0,0),(23654,5431,1,1,1,7114,0,-10159.5,-4223.35,-4.24808,6.04752,300,15,0,2576,0,1,0,0,0),(23653,5431,1,1,1,7114,0,-10320,-3826.95,0.265434,1.19807,300,15,0,2576,0,1,0,0,0),(23652,5431,1,1,1,7114,0,-10093.2,-3715.24,6.90698,4.4188,300,15,0,2576,0,1,0,0,0),(23651,5431,1,1,1,7114,0,-10093.3,-3876.28,8.14158,5.38728,300,15,0,2576,0,1,0,0,0),(23650,5431,1,1,1,7114,0,-10175.5,-3678.56,-7.29731,0.627178,300,15,0,2576,0,1,0,0,0),(23649,5431,1,1,1,7114,0,-10045.4,-3547.63,-9.02222,0.147937,300,15,0,2576,0,1,0,0,0),(23648,5431,1,1,1,7114,0,-10222.3,-3905.42,0.694111,3.45699,300,15,0,2576,0,1,0,0,0),(23647,5431,1,1,1,7114,0,-9923.25,-3612.75,5.95944,2.36172,300,15,0,2576,0,1,0,0,0),(23646,5431,1,1,1,7114,0,-9771.39,-4435.14,0.725296,4.9438,300,15,0,2576,0,1,0,0,0),(23645,5431,1,1,1,7114,0,-10146.3,-3658.57,-4.86029,4.96921,300,15,0,2576,0,1,0,0,0),(23644,5431,1,1,1,7114,0,-9941.9,-3518.02,-8.99614,6.17873,300,15,0,2576,0,1,0,0,0),(23643,5431,1,1,1,7114,0,-9985.99,-4358.27,-2.30612,4.14723,300,15,0,2576,0,1,0,0,0),(23642,5431,1,1,1,7114,0,-9961.38,-4374.35,0.32111,5.62303,300,15,0,2576,0,1,0,0,0),(23641,5431,1,1,1,7114,0,-10157.4,-4200.05,0.403711,0.673215,300,15,0,2576,0,1,0,0,0),(23640,5431,1,1,1,7114,0,-10092.4,-3587.01,-3.70501,3.85234,300,15,0,2576,0,1,0,0,0),(23639,5431,1,1,1,7114,0,-10321.4,-3962.29,0.134792,1.82911,300,15,0,2576,0,1,0,0,0),(23638,5431,1,1,1,7114,0,-10262.9,-3959.55,1.19411,3.18967,300,15,0,2576,0,1,0,0,0),(23637,5431,1,1,1,7114,0,-10152,-3763.23,2.94318,1.49657,300,15,0,2576,0,1,0,0,0),(23636,5431,1,1,1,7114,0,-10324.3,-4022.91,0.393806,1.39968,300,15,0,2576,0,1,0,0,0),(23635,5431,1,1,1,7114,0,-10262.5,-3871.53,1.67824,0.771587,300,15,0,2576,0,1,0,0,0),(23634,5431,1,1,1,7114,0,-10286.5,-4061.65,-1.96816,2.99243,300,15,0,2576,0,1,0,0,0),(23633,5431,1,1,1,7114,0,-10173,-3907.35,2.44608,1.69903,300,15,0,2576,0,1,0,0,0),(23632,5431,1,1,1,7114,0,-9792.78,-4460.41,-5.43944,4.11962,300,15,0,2576,0,1,0,0,0),(23631,5431,1,1,1,7114,0,-10098.8,-3576.98,-5.65266,2.90652,300,15,0,2576,0,1,0,0,0),(23630,5431,1,1,1,7114,0,-10023.2,-3709.42,6.05735,2.403,300,15,0,2576,0,1,0,0,0),(23629,5431,1,1,1,7114,0,-9621.07,-4445.08,-13.407,0.585295,300,15,0,2576,0,1,0,0,0),(23628,5431,1,1,1,7114,0,-10269.4,-4012.98,0.659041,1.2105,300,15,0,2576,0,1,0,0,0),(23627,5431,1,1,1,7114,0,-10150.5,-3741.85,1.35871,1.62163,300,15,0,2576,0,1,0,0,0),(23626,5431,1,1,1,7114,0,-9837.25,-4379.41,0.601197,5.22715,300,15,0,2576,0,1,0,0,0),(23625,5431,1,1,1,7114,0,-10371.3,-3959.73,-2.95587,5.70927,300,15,0,2576,0,1,0,0,0),(23624,5431,1,1,1,7114,0,-9950.41,-3580.95,0.045267,1.55957,300,15,0,2576,0,1,0,0,0),(23623,5431,1,1,1,7114,0,-10132.1,-4223.04,-0.214241,3.57905,300,15,0,2576,0,1,0,0,0),(23622,5431,1,1,1,7114,0,-10368.8,-3982.85,-3.18977,3.18809,300,15,0,2576,0,1,0,0,0),(23621,5431,1,1,1,7114,0,-9794.8,-4385.23,2.45032,0.131399,300,15,0,2576,0,1,0,0,0),(23620,5431,1,1,1,7114,0,-10211.2,-3990.6,3.2655,4.14388,300,15,0,2576,0,1,0,0,0),(23619,5431,1,1,1,7114,0,-9884.21,-4316.43,2.46723,0.278798,300,15,0,2576,0,1,0,0,0),(23618,5431,1,1,1,7114,0,-10030,-4168.2,6.63691,0.946456,300,15,0,2576,0,1,0,0,0),(23617,5431,1,1,1,7114,0,-9891.88,-3583.84,0.760197,3.46554,300,15,0,2576,0,1,0,0,0),(23616,5431,1,1,1,7114,0,-10038.6,-3681.49,3.64147,6.19907,300,15,0,2576,0,1,0,0,0),(23615,5431,1,1,1,7114,0,-10269.5,-3812.86,-0.175329,2.89506,300,15,0,2576,0,1,0,0,0),(23614,5431,1,1,1,7114,0,-10083.9,-3658.21,0.675373,4.60913,300,15,0,2576,0,1,0,0,0),(23613,5431,1,1,1,7114,0,-9897.58,-3520.74,-9.81933,3.60112,300,0,0,2576,0,0,0,0,0),(23612,5431,1,1,1,7114,0,-10277,-3987.47,0.617273,3.35309,300,15,0,2576,0,1,0,0,0),(23611,5431,1,1,1,7114,0,-9990.49,-4302.49,1.01852,4.57713,300,15,0,2576,0,1,0,0,0),(23610,5623,1,1,1,5574,1,-7716.18,-4683.41,8.95518,2.09562,300,5,0,2138,0,1,0,0,0),(23609,5623,1,1,1,5574,1,-7597.54,-4257.24,10.4849,6.2287,300,5,0,2138,0,1,0,0,0),(23608,5623,1,1,1,5574,1,-7618.08,-4718.55,9.17177,0.028416,300,0,0,2138,0,2,0,0,0),(23607,5623,1,1,1,5573,1,-7707.1,-4635.52,9.00177,2.23559,300,0,0,2138,0,0,0,0,0),(23606,5623,1,1,1,5573,1,-7713.8,-4632.02,9.00177,2.42727,300,0,0,2138,0,0,0,0,0),(23605,5623,1,1,1,5574,1,-7713.64,-4619.74,9.00177,3.11701,300,0,0,2138,0,0,0,0,0),(23604,5623,1,1,1,5574,1,-7596,-4365.08,9.75332,1.8193,300,5,0,2138,0,1,0,0,0),(23603,5623,1,1,1,5574,1,-7648.17,-4394.84,10.6981,0.46627,300,30,0,2138,0,1,0,0,0),(23602,5623,1,1,1,5573,1,-7551.95,-4285.7,9.62676,4.90614,300,5,0,2138,0,1,0,0,0),(23601,5623,1,1,1,5574,1,-7381.92,-4404.84,9.32945,0.453924,300,5,0,2138,0,1,0,0,0),(23600,5623,1,1,1,5573,1,-7549.67,-4272.18,8.97106,3.01942,300,0,0,2138,0,0,0,0,0),(23599,5623,1,1,1,5573,1,-7715.47,-4286.88,9.22232,3.17122,300,0,0,2138,0,2,0,0,0),(23598,5623,1,1,1,5573,1,-7548.53,-4739,9.28752,1.77863,300,0,0,2138,0,0,0,0,0),(23597,19959,1,1,1,0,0,-8600.14,-4190.71,-206.449,6.02139,300,0,0,5589,9465,0,0,0,0),(23596,9460,1,1,1,11377,1,-7194.5,-3757.52,8.77217,5.8294,300,0,0,9832,0,0,0,0,0),(23595,9460,1,1,1,11377,1,-7218.02,-3778.69,8.51177,2.82743,300,0,0,9832,0,0,0,0,0),(23594,9460,1,1,1,11376,1,-7201.55,-3734.94,8.4948,6.24518,300,0,0,9832,0,2,0,0,0),(23593,9460,1,1,1,11376,1,-7088.3,-3793.14,8.52044,6.17846,300,0,0,9832,0,0,0,0,0),(23592,9460,1,1,1,11376,1,-7156.38,-3856.49,8.86513,1.50098,300,0,0,9832,0,0,0,0,0),(23591,9460,1,1,1,11376,1,-7137.37,-3829.95,8.49283,1.41372,300,0,0,9832,0,0,0,0,0),(23590,9460,1,1,1,11377,1,-7199.79,-3822.66,8.64427,4.55531,300,0,0,9832,0,0,0,0,0),(23589,9460,1,1,1,11375,1,-7195.42,-3731.07,8.49529,2.56563,300,0,0,9832,0,0,0,0,0),(23588,9460,1,1,1,11375,1,-7188.92,-3812.56,9.33811,0.715585,300,0,0,9832,0,0,0,0,0),(23587,9460,1,1,1,11377,1,-7229.47,-3794.09,-1.0413,4.95674,300,0,0,9832,0,0,0,0,0),(23586,9460,1,1,1,11377,1,-7157.02,-3755.97,8.47013,0.133449,300,0,0,9832,0,2,0,0,0),(23585,9460,1,1,1,11376,1,-7087,-3760.49,9.01153,0.139626,300,0,0,9832,0,0,0,0,0),(23584,9460,1,1,1,11376,1,-7169.41,-3838.63,8.80454,5.93412,300,0,0,9832,0,0,0,0,0),(23583,9460,1,1,1,11375,1,-7160.74,-3797.41,9.44767,3.52556,300,0,0,9832,0,0,0,0,0),(23582,9460,1,1,1,11376,1,-7129.04,-3812.14,8.83357,0.212294,300,0,0,9832,0,0,0,0,0),(23581,9460,1,1,1,11375,1,-7122.72,-3739.28,8.45657,4.08407,300,0,0,9832,0,0,0,0,0),(23580,9460,1,1,1,11375,1,-7198.14,-3832.93,8.6443,1.5708,300,0,0,9832,0,0,0,0,0),(23579,9460,1,1,1,11377,1,-7116.29,-3788.09,8.62598,6.00393,300,0,0,9832,0,0,0,0,0),(23578,9460,1,1,1,11377,1,-7118.18,-3797,8.45483,6.05629,300,0,0,9832,0,0,0,0,0),(23577,9460,1,1,1,11376,1,-7051.75,-3773.56,10.3111,3.29867,300,0,0,9832,0,0,0,0,0),(23576,9460,1,1,1,11376,1,-7176.23,-3724.3,9.72969,5.72468,300,0,0,9832,0,0,0,0,0),(23575,9460,1,1,1,11376,1,-7111.17,-3760.16,8.45643,4.30303,300,0,0,9832,0,2,0,0,0),(23574,9460,1,1,1,11376,1,-7108.6,-3829.62,9.61941,3.59832,300,0,0,9832,0,2,0,0,0),(23573,9460,1,1,1,11377,1,-7213.45,-3809.33,-1.0982,1.5708,300,0,0,9832,0,0,0,0,0),(23572,9460,1,1,1,11377,1,-7200.18,-3739.69,8.45314,2.51327,300,0,0,9832,0,0,0,0,0),(23571,9460,1,1,1,11377,1,-7213.97,-3768.1,8.48,2.74017,300,0,0,9832,0,0,0,0,0),(23570,9460,1,1,1,11377,1,-7155.81,-3750.34,8.47013,0.212967,300,0,0,9832,0,2,0,0,0),(23569,9460,1,1,1,11376,1,-7227.73,-3732.87,8.4948,1.41372,300,0,0,9832,0,0,0,0,0),(23568,9460,1,1,1,11377,1,-7229.86,-3813.74,-1.0413,1.09956,300,0,0,9832,0,0,0,0,0),(23567,9460,1,1,1,11377,1,-7087.09,-3749.61,9.29695,0.034907,300,0,0,9832,0,0,0,0,0),(23566,9460,1,1,1,11376,1,-7038.49,-3776.05,10.7877,6.19592,300,0,0,9832,0,0,0,0,0),(7841,2701,0,1,1,10704,1,-6831.36,-2810.22,242.167,4.62468,300,0,0,1604,0,0,0,0,0),(7840,2731,0,1,1,632,0,-6139.87,-3451.86,252.258,4.91584,300,10,0,1469,0,1,0,0,0),(7839,2727,0,1,1,161,0,-6132.13,-3394.23,258.758,0.893533,300,5,0,1403,0,1,0,0,0),(7838,2907,0,1,1,1122,1,-6255.23,-3729.2,243.988,5.35344,300,0,0,1257,1142,0,0,0,0),(7837,2906,0,1,1,5782,0,-6255.97,-3749.05,243.237,4.01161,300,5,0,1403,0,1,0,0,0),(7836,2906,0,1,1,5782,0,-6279.05,-3712.41,244.257,0.240016,300,5,0,1403,0,1,0,0,0),(7835,2906,0,1,1,5782,0,-6255.24,-3708.97,244.113,2.43553,300,5,0,1403,0,1,0,0,0),(7834,2906,0,1,1,5782,0,-6283.48,-3680.1,244.617,6.28061,300,10,0,1403,0,1,0,0,0),(7833,4846,0,1,1,6052,1,-6103.29,-3099.5,252.208,4.06662,300,0,0,1403,0,0,0,0,0),(7832,4846,0,1,1,6052,1,-6112.42,-3082.15,252.204,4.34587,300,0,0,1403,0,0,0,0,0),(7831,4844,0,1,1,0,1,-6112.85,-3064.98,248.423,2.43048,300,3,0,1,0,1,0,0,0),(7830,2743,0,1,1,4936,1,-6373.52,-3093.91,293.14,6.16101,300,0,0,1604,0,0,0,0,0),(7829,2723,0,1,1,10804,0,-6357.77,-3113.28,285.362,4.03171,300,0,0,1674,0,0,0,0,0),(7828,2742,0,1,1,4935,1,-6369.12,-3095.97,293.056,0.909082,300,0,0,1305,1186,0,0,0,0),(7827,2742,0,1,1,4935,1,-6365.14,-3104.83,293.139,0.959931,300,0,0,1305,1186,0,0,0,0),(7826,2745,0,1,1,5488,0,-6368.56,-3126.34,283.973,0.925025,600,0,0,3963,1381,0,0,0,0),(7825,2742,0,1,1,4935,1,-6337.35,-3124.61,293.057,2.37992,300,0,0,1305,1186,0,0,0,0),(7824,2742,0,1,1,4935,1,-6338.96,-3118.39,293.057,2.79446,300,0,0,1305,1186,0,0,0,0),(7823,2743,0,1,1,4936,1,-6349.14,-3119.56,293.139,1.22173,300,0,0,1604,0,0,0,0,0),(29802,6491,0,1,4294967295,0,0,-6439,-1115,312.16,3.172,60,0,0,4120,0,0,0,0,0),(7822,2742,0,1,1,4935,1,-6336.75,-3120.49,299.723,1.45324,300,0,0,1305,1186,0,0,0,0),(7821,2743,0,1,1,4936,1,-6336.51,-3129.26,299.723,2.15801,300,0,0,1604,0,0,0,0,0),(7820,2723,0,1,1,10804,0,-6331.92,-3116.09,299.723,4.7888,300,0,0,1674,0,0,0,0,0),(7819,2742,0,1,1,4935,1,-6361.89,-3157.43,302.5,2.80954,300,0,0,1305,1186,0,0,0,0),(7818,2742,0,1,1,4935,1,-6345.74,-3137.37,301.111,0.88111,300,0,0,1305,1186,0,0,0,0),(23565,9460,1,1,1,11376,1,-7229.52,-3742.9,8.7448,4.76475,300,0,0,9832,0,0,0,0,0),(23564,9460,1,1,1,11375,1,-7148.07,-3741.06,8.46664,4.74729,300,0,0,9832,0,0,0,0,0),(23563,9460,1,1,1,11377,1,-7213.47,-3798.36,-1.09943,4.69494,300,0,0,9832,0,0,0,0,0),(23562,9460,1,1,1,11375,1,-7123.47,-3830.11,8.55465,1.71042,300,0,0,9832,0,0,0,0,0),(23561,9460,1,1,1,11377,1,-7090.98,-3805,8.48084,6.24828,300,0,0,9832,0,0,0,0,0),(23560,9460,1,1,1,11376,1,-7167.6,-3753.85,8.7466,5.48033,300,0,0,9832,0,0,0,0,0),(23559,5618,1,1,1,5568,1,-7444.27,-4606.74,10.6268,2.33249,300,5,0,1902,0,1,0,0,0),(23558,5618,1,1,1,5569,1,-6987.99,-4413.14,9.6483,1.64907,300,10,0,1902,0,1,0,0,0),(23557,5618,1,1,1,5569,1,-7378.89,-4712.7,10.989,4.54611,300,15,0,1902,0,1,0,0,0),(23556,5618,1,1,1,5568,1,-7410.04,-4548.58,10.8202,1.16122,300,5,0,1902,0,1,0,0,0),(23555,5618,1,1,1,5568,1,-7275.84,-4542.53,9.00176,5.49016,300,10,0,1902,0,1,0,0,0),(23554,5618,1,1,1,5569,1,-7225.02,-4593.96,9.00209,3.7161,300,0,0,1902,0,2,0,0,0),(23553,5618,1,1,1,5568,1,-6955.21,-4417.71,11.0779,5.11861,300,5,0,1902,0,1,0,0,0),(23552,5618,1,1,1,5568,1,-7244.73,-4620.39,8.70166,3.32242,300,15,0,1902,0,1,0,0,0),(23551,5618,1,1,1,5569,1,-7014.06,-4387.13,9.35742,4.43396,300,5,0,1902,0,1,0,0,0),(23550,5618,1,1,1,5568,1,-7351.86,-4746.29,9.96276,0.50753,300,15,0,1902,0,1,0,0,0),(23549,5618,1,1,1,5568,1,-7311.4,-4627.6,8.86581,1.52159,300,5,0,1902,0,1,0,0,0),(23548,5618,1,1,1,5568,1,-7215.89,-4617.47,8.96779,3.31613,300,0,0,1902,0,0,0,0,0),(23547,5618,1,1,1,5569,1,-7011.46,-4317.52,10.6665,0.436827,300,0,0,1902,0,2,0,0,0),(23546,5617,1,1,1,5531,1,-7485.01,-4514.21,10.54,0.10103,300,5,0,1387,3471,1,0,0,0),(23545,5617,1,1,1,5531,1,-7744.56,-4617.91,9.45769,3.82601,300,15,0,1387,3471,1,0,0,0),(23544,5617,1,1,1,5530,1,-7713.69,-4718.54,9.63405,1.34239,300,15,0,1387,3471,1,0,0,0),(23542,5617,1,1,1,5531,1,-7693.51,-4714.76,9.00176,1.98043,300,0,0,1387,3471,0,0,0,0),(23541,5617,1,1,1,5531,1,-7584.18,-4251.74,9.37676,3.2119,300,5,0,1387,3471,1,0,0,0),(23540,5617,1,1,1,5530,1,-7620.4,-4614.94,9.63613,1.10198,300,5,0,1387,3471,1,0,0,0),(23539,5617,1,1,1,5530,1,-7678.13,-4720.98,9.00176,3.06668,300,15,0,1387,3471,1,0,0,0),(23538,5617,1,1,1,5530,1,-7574.58,-4734.26,9.04788,4.8369,300,0,0,1387,3471,0,0,0,0),(23537,5617,1,1,1,5530,1,-7384.03,-4382.66,11.5306,4.25139,300,5,0,1387,3471,1,0,0,0),(23536,5617,1,1,1,5531,1,-7690.05,-4275.74,9.13135,0.437604,300,0,0,1387,3471,0,0,0,0),(23535,5617,1,1,1,5531,1,-7656.03,-4414.69,9.84137,0.711204,300,5,0,1387,3471,1,0,0,0),(23534,5617,1,1,1,5531,1,-7371.6,-4413.23,9.82945,0.212104,300,5,0,1387,3471,1,0,0,0),(23533,5617,1,1,1,5530,1,-7562.88,-4751.53,9.03752,1.17886,300,0,0,1387,3471,0,0,0,0),(23532,5617,1,1,1,5530,1,-7414.01,-4411.96,11.3294,2.68014,300,5,0,1387,3471,1,0,0,0),(23531,5617,1,1,1,5530,1,-7524.2,-4284.77,10.5812,3.68253,300,5,0,1387,3471,1,0,0,0),(23530,5617,1,1,1,5530,1,-7534.18,-4756.18,10.7875,0.147319,300,5,0,1387,3471,1,0,0,0),(23529,5617,1,1,1,5530,1,-7585.22,-4351.76,9.62832,4.54451,300,5,0,1387,3471,1,0,0,0),(7817,2743,0,1,1,4936,1,-6370.52,-3146.81,302.583,3.68265,300,0,0,1604,0,0,0,0,0),(135698,16525,532,1,1,16241,0,-11383.9,-1821.04,260.948,0.715585,604800,0,0,30160,0,0,0,0,0),(7808,2731,0,1,1,632,0,-6559.01,-2952.91,257.009,5.20223,300,5,0,1469,0,1,0,0,0),(7809,2732,0,1,1,1055,0,-6716.36,-2997.47,243.542,2.12637,300,10,0,1604,0,1,0,0,0),(1196,4461,0,1,1,5243,1,-12125.4,38.1136,-6.15627,4.34493,300,5,0,1403,0,1,0,0,0),(1195,4457,0,1,1,652,1,-12158.5,52.921,1.21542,0.250663,300,5,0,1403,0,1,0,0,0),(1194,690,0,1,1,8797,0,-12944.3,-139.719,13.1456,2.07808,300,5,0,1678,0,1,0,0,0),(1193,4459,0,1,1,5286,1,-12135.2,-35.3363,-3.06799,0.853471,300,3,0,1208,1097,1,0,0,0),(7816,2743,0,1,1,4936,1,-6414.05,-3185.2,285.247,0.645638,300,0,0,1604,0,2,0,0,0),(7815,2743,0,1,1,4936,1,-6445.78,-3183.25,277.177,2.00236,300,5,0,1604,0,1,0,0,0),(7814,2743,0,1,1,4936,1,-6380.72,-3140.86,301.111,1.48807,300,5,0,1604,0,1,0,0,0),(7813,2743,0,1,1,4936,1,-6387.52,-3157.89,301.11,5.99547,300,0,0,1604,0,0,0,0,0),(7812,2743,0,1,1,4936,1,-6395.83,-3151.24,301.111,3.46027,300,0,0,1604,0,0,0,0,0),(7811,2743,0,1,1,4936,1,-6449.88,-3215.04,257.57,5.40567,300,5,0,1604,0,1,0,0,0),(7810,2716,0,1,1,11548,1,-7115.81,-2343.08,242.814,2.25086,300,10,0,1902,0,1,0,0,0),(7805,4844,0,1,1,0,1,-6156.03,-2952.89,210.841,2.33341,300,3,0,1,0,1,0,0,0),(7804,4845,0,1,1,6053,1,-6155.05,-2959.7,210.276,3.04553,300,3,0,1403,0,1,0,0,0),(7803,4844,0,1,1,0,1,-6160.91,-2971.3,210.426,2.22389,300,3,0,1,0,1,0,0,0),(7802,4846,0,1,1,6052,1,-6153.97,-2990.82,216.382,2.9147,300,0,0,1403,0,0,0,0,0),(7801,2731,0,1,1,632,0,-6515.01,-3076.95,283.645,0.779873,300,10,0,1469,0,1,0,0,0),(7800,4845,0,1,1,6053,1,-6120.18,-2960.39,204.416,6.23466,300,0,0,1403,0,2,0,0,0),(7799,92,0,1,1,171,0,-6423.73,-2465.14,327.172,5.70656,300,3,0,1678,0,1,0,0,0),(7798,92,0,1,1,171,0,-6443.94,-2413.38,303.51,0.835041,300,3,0,1678,0,1,0,0,0),(7797,92,0,1,1,171,0,-6450.99,-2447.3,313.419,2.35619,300,3,0,1678,0,1,0,0,0),(7783,4856,0,1,1,722,1,-6250.62,-2965.61,223.559,1.09832,300,3,0,1596,0,1,0,0,0),(29931,6491,530,1,4294967295,0,0,-697.533,4111.14,63.3053,1.73634,60,0,0,4120,0,0,0,0,0),(29932,6491,530,1,4294967295,0,0,-815.933,2724.58,111.381,5.36959,60,0,0,4120,0,0,0,0,0),(29933,6491,530,1,4294967295,0,0,546.862,1992.06,103.653,3.92525,60,0,0,4120,0,0,0,0,0),(23528,5617,1,1,1,5530,1,-7682.09,-4268.51,9.00635,4.47916,300,0,0,1387,3471,0,0,0,0),(23527,5617,1,1,1,5531,1,-7457.48,-4479.91,9.34721,4.57844,300,15,0,1387,3471,1,0,0,0),(23526,5617,1,1,1,5531,1,-7687.62,-4421.67,10.6339,0.607378,300,5,0,1387,3471,1,0,0,0),(23525,5617,1,1,1,5531,1,-7489.71,-4496.05,8.76972,5.05699,300,5,0,1387,3471,1,0,0,0),(23524,5617,1,1,1,5530,1,-7580.81,-4290.78,9.9502,3.20997,300,5,0,1387,3471,1,0,0,0),(23523,5617,1,1,1,5531,1,-7687.93,-4253.95,9.52736,1.3463,300,5,0,1387,3471,1,0,0,0),(23522,5617,1,1,1,5531,1,-7505.98,-4494.89,10.5305,2.25801,300,10,0,1387,3471,1,0,0,0),(23521,5616,1,1,1,5533,1,-7409.34,-4584.32,8.84428,2.68959,300,0,0,1829,0,0,0,0,0),(23520,5616,1,1,1,5533,1,-7218.59,-4645.01,9.24926,0.946282,300,15,0,1829,0,1,0,0,0),(23519,5616,1,1,1,5533,1,-7319.44,-4618.22,8.86079,5.36538,300,5,0,1829,0,1,0,0,0),(23518,5616,1,1,1,5532,1,-7236.4,-4631.24,9.29846,3.74096,300,15,0,1829,0,1,0,0,0),(23517,5616,1,1,1,5533,1,-7411.57,-4616.26,10.9756,5.08006,300,15,0,1829,0,1,0,0,0),(23516,5616,1,1,1,5532,1,-7382.23,-4590.9,9.14744,5.3012,300,15,0,1829,0,1,0,0,0),(23515,5616,1,1,1,5533,1,-6949.57,-4383.63,9.97904,1.70122,300,10,0,1829,0,1,0,0,0),(23514,5616,1,1,1,5533,1,-7291.17,-4554.87,9.62676,3.10486,300,5,0,1829,0,1,0,0,0),(23513,5616,1,1,1,5532,1,-6922.39,-4349.26,11.2177,3.62128,300,10,0,1829,0,1,0,0,0),(23511,5616,1,1,1,5533,1,-7396.27,-4603.09,9.40812,4.80623,300,15,0,1829,0,1,0,0,0),(23510,5616,1,1,1,5533,1,-6919.79,-4380.21,11.5911,2.15923,300,10,0,1829,0,1,0,0,0),(23509,5616,1,1,1,5532,1,-6952.23,-4290.61,9.42344,5.73588,300,5,0,1829,0,1,0,0,0),(23507,5616,1,1,1,5532,1,-7386.43,-4729.27,9.23899,0.281744,300,0,0,1829,0,0,0,0,0),(23506,5616,1,1,1,5532,1,-7408.62,-4712.06,9.20164,1.34328,300,30,0,1829,0,1,0,0,0),(23505,5616,1,1,1,5532,1,-6919.89,-4413.27,11.3425,1.19031,300,10,0,1829,0,1,0,0,0),(23504,5616,1,1,1,5533,1,-6983.85,-4344.27,10.2888,2.35651,300,5,0,1829,0,1,0,0,0),(23503,5616,1,1,1,5532,1,-7213.31,-4629.97,8.97864,2.80608,300,0,0,1829,0,0,0,0,0),(23502,5616,1,1,1,5533,1,-7387.71,-4557.04,11.0705,1.73426,300,5,0,1829,0,1,0,0,0),(23501,5616,1,1,1,5532,1,-7304.35,-4604.55,8.48579,6.16752,300,0,0,1829,0,2,0,0,0),(23500,5616,1,1,1,5533,1,-7305.61,-4621.26,8.86079,4.68108,300,5,0,1829,0,1,0,0,0),(23499,5616,1,1,1,5533,1,-6952.48,-4356.11,11.4354,4.89172,300,10,0,1829,0,1,0,0,0),(23498,5616,1,1,1,5532,1,-7407.29,-4592.71,8.96928,0.191683,300,0,0,1829,0,0,0,0,0),(23497,5616,1,1,1,5532,1,-7257.62,-4544.47,9.1494,2.11274,300,15,0,1829,0,1,0,0,0),(23496,5616,1,1,1,5533,1,-7381.99,-4608.66,9.58844,0.596025,300,0,0,1829,0,2,0,0,0),(23495,5616,1,1,1,5532,1,-7299,-4607.96,8.56191,1.39794,300,5,0,1829,0,1,0,0,0),(23494,7408,1,1,1,7171,1,-7183.48,-3840.23,8.80531,3.92699,300,0,0,1753,0,0,0,0,0),(23493,5615,1,1,1,0,1,-7553.31,-4710.83,10.4689,2.13039,300,15,0,1,0,1,0,0,0),(23492,5615,1,1,1,0,1,-7577.27,-4713.79,10.4227,0.370859,300,30,0,1,0,1,0,0,0),(23491,5615,1,1,1,0,1,-7596.2,-4585.4,9.13815,1.25664,300,0,0,1,0,0,0,0,0),(23490,5615,1,1,1,0,1,-7681.03,-4612.35,9.20227,1.26401,300,15,0,1,0,1,0,0,0),(23489,5615,1,1,1,0,1,-7562.11,-4263.42,9.00176,1.59611,300,15,0,1,0,1,0,0,0),(23488,5615,1,1,1,0,1,-7688.07,-4645.4,9.62679,5.52934,300,15,0,1,0,1,0,0,0),(23487,5615,1,1,1,0,1,-7651.59,-4614.66,10.0437,3.31027,300,15,0,1,0,1,0,0,0),(23486,5615,1,1,1,0,1,-7683.68,-4678.68,10.9053,1.91496,300,15,0,1,0,1,0,0,0),(23485,5615,1,1,1,0,1,-7717.22,-4594.27,9.88018,0.563015,300,15,0,1,0,1,0,0,0),(23484,5615,1,1,1,0,1,-7619.57,-4594.74,9.26426,0.391351,300,15,0,1,0,1,0,0,0),(23483,5615,1,1,1,0,1,-7646.27,-4288.06,9.00729,4.37312,300,15,0,1,0,1,0,0,0),(23482,5615,1,1,1,0,1,-7682.13,-4385.37,9.50179,4.24317,300,15,0,1,0,1,0,0,0),(30018,6491,530,1,4294967295,0,0,696.403,2220.58,288.533,5.08528,60,0,0,4120,0,0,0,0,0),(30019,6491,530,1,4294967295,0,0,4363.88,3093.74,132.97,0.0194635,60,0,0,4120,0,0,0,0,0),(23481,19951,1,1,1,19279,1,-8459.6,-4229.26,-214.189,1.55334,600,0,0,6986,0,0,0,0,0),(88995,11789,349,1,1,13211,0,108.674,-187.774,-167.374,3.00197,86400,2,0,1919,0,1,0,0,0),(160507,12224,349,1,1,0,0,748.725,-81.8362,-57.4696,0.620471,86400,0,0,4434,2301,2,0,0,0),(160508,12224,349,1,1,0,0,632.101,-92.409,-57.4999,3.49563,86400,0,0,4434,2301,2,0,0,0),(7780,4856,0,1,1,722,1,-6202.35,-2962.89,222.925,1.98767,300,3,0,1596,0,1,0,0,0),(7779,4856,0,1,1,722,1,-6171.8,-2990.86,228.491,2.35092,300,5,0,1596,0,1,0,0,0),(7778,4856,0,1,1,722,1,-6166.96,-3004.4,227.8,4.47921,300,5,0,1596,0,1,0,0,0),(7777,4851,0,1,1,721,1,-6194.28,-2994.95,225.691,3.3226,300,5,0,1469,0,1,0,0,0),(7776,4856,0,1,1,722,1,-6195.07,-3011.28,224.939,3.76383,300,5,0,1596,0,1,0,0,0),(7775,4851,0,1,1,721,1,-6185.06,-3005.58,224.57,1.29372,300,5,0,1469,0,1,0,0,0),(7774,4856,0,1,1,722,1,-6180.34,-3026.66,221.257,0.551569,300,5,0,1596,0,1,0,0,0),(7773,4851,0,1,1,721,1,-6177.07,-3020.39,221.961,1.60055,300,3,0,1469,0,1,0,0,0),(7772,4846,0,1,1,6052,1,-6126.19,-3033.51,225.993,5.61996,300,0,0,1403,0,0,0,0,0),(7743,4846,0,1,1,6052,1,-6120.88,-3030.07,224.847,4.88692,300,0,0,1403,0,0,0,0,0),(7739,4856,0,1,1,722,1,-6160.92,-3018.3,219.839,3.53776,300,3,0,1596,0,1,0,0,0),(7738,4846,0,1,1,6052,1,-6117.44,-3020.04,220.555,5.63741,300,0,0,1403,0,0,0,0,0),(7737,4846,0,1,1,6052,1,-6113.16,-3017.3,221.561,5.98648,300,0,0,1403,0,0,0,0,0),(7736,4846,0,1,1,6052,1,-6123.77,-3009.48,221.832,3.46667,300,0,0,1403,0,0,0,0,0),(7735,4846,0,1,1,6052,1,-6129.47,-2977.53,208.139,0.79269,300,0,0,1403,0,0,0,0,0),(7734,4846,0,1,1,6052,1,-6118.71,-2993.37,222.962,1.90241,300,0,0,1403,0,0,0,0,0),(7733,4845,0,1,1,6053,1,-6070.42,-3082.97,250.059,2.22447,300,3,0,1403,0,1,0,0,0),(7732,4844,0,1,1,0,1,-6074.66,-3066.61,248.717,1.47706,300,3,0,1,0,1,0,0,0),(7731,4844,0,1,1,0,1,-6083.14,-3042.6,250.889,2.63806,300,3,0,1,0,1,0,0,0),(7730,4845,0,1,1,6053,1,-6080.75,-3050.54,251.678,6.11193,300,3,0,1403,0,1,0,0,0),(7729,4844,0,1,1,0,1,-6097.68,-3039.76,249.394,4.43314,300,0,0,1,0,0,0,0,0),(7728,4845,0,1,1,6053,1,-6101.98,-3038.42,248.875,2.4483,300,0,0,1403,0,0,0,0,0),(68451,22991,530,1,1,0,0,-3996.89,3142.12,372.729,3.05433,180,0,0,4120,0,0,0,0,0),(7726,4846,0,1,1,6052,1,-6110.56,-3044.06,247.207,2.16421,300,0,0,1403,0,0,0,0,0),(7725,4846,0,1,1,6052,1,-6117.14,-3052.61,247.503,3.05433,300,0,0,1403,0,0,0,0,0),(7724,2829,0,1,1,10824,0,-6278.52,-3423.51,238.755,3.63146,300,10,0,1403,0,1,0,0,0),(49656,11389,309,1,1,11312,1,-11783.5,-1671.14,21.2324,1.91986,7200,0,0,3144,0,0,0,0,0),(49655,11380,309,1,1,11311,1,-11515.8,-1275.48,79.6621,3.15905,259200,0,0,319800,26200,0,0,0,0),(7723,2909,0,1,1,4899,1,-6065.44,-3022.03,230.348,2.18166,300,0,0,1753,0,0,0,0,0),(7722,2725,0,1,1,715,0,-6600.45,-4137.34,279.281,0.599372,300,5,0,1522,1332,1,0,0,0),(49654,14825,309,1,1,14981,0,-11565.8,-1292.49,77.6175,3.65169,7200,0,0,12210,9736,0,0,0,0),(49653,14825,309,1,1,14983,0,-11567.6,-1293.33,77.6094,3.61198,7200,0,0,12210,9736,0,0,0,0),(49652,14825,309,1,1,14984,0,-11569.4,-1294.16,77.6076,3.57274,7200,0,0,12210,9736,0,0,0,0),(49651,14825,309,1,1,14981,0,-11571.9,-1295.26,77.6076,3.55907,7200,0,0,12210,9736,0,0,0,0),(49650,14883,309,1,1,14975,0,-11534.8,-1282.44,78.7332,2.1293,7200,0,0,12210,9736,0,0,0,0),(49609,14883,309,1,1,14975,0,-11534.2,-1269.71,78.6456,4.13643,7200,0,0,12210,9736,0,0,0,0),(49577,14882,309,1,1,14979,0,-11525.4,-1281.18,79.6252,2.79253,7200,0,0,15260,0,0,0,0,0),(49576,14882,309,1,1,14978,0,-11525.6,-1270.86,79.571,3.54302,7200,0,0,15260,0,0,0,0,0),(49575,14882,309,1,1,14979,0,-11532,-1282.05,79.074,2.42601,7200,0,0,15260,0,0,0,0,0),(49574,14882,309,1,1,14978,0,-11532,-1270.02,79.115,3.90954,7200,0,0,15260,0,0,0,0,0),(49573,14825,309,1,1,14983,0,-11528.7,-1281.83,79.4193,2.63545,7200,0,0,12210,9736,0,0,0,0),(49421,14825,309,1,1,14981,0,-11528.5,-1270.31,79.4239,3.68265,7200,0,0,12210,9736,0,0,0,0),(49403,14825,309,1,1,14983,0,-11522.8,-1280.45,79.6704,2.89725,7200,0,0,12210,9736,0,0,0,0),(49402,14825,309,1,1,14981,0,-11522.8,-1271.63,79.6408,3.4383,7200,0,0,12210,9736,0,0,0,0),(49400,14882,309,1,1,14979,0,-11625.2,-1335.64,79.5861,2.72271,7200,0,0,15260,0,0,0,0,0),(49399,14882,309,1,1,14977,0,-11627.2,-1332.83,79.33,5.2709,7200,0,0,15260,0,0,0,0,0),(49398,14825,309,1,1,14983,0,-11627.7,-1335.33,79.5577,5.39307,7200,0,0,12210,9736,0,0,0,0),(49397,14825,309,1,1,14981,0,-11626.6,-1338.78,79.2793,5.49779,7200,0,0,12210,9736,0,0,0,0),(49396,14883,309,1,1,14975,0,-11603.5,-1231.54,79.2214,4.97419,7200,0,0,12210,9736,0,0,0,0),(49395,14883,309,1,1,14973,0,-11605.9,-1232.2,79.5657,5.46288,7200,0,0,12210,9736,0,0,0,0),(49394,14882,309,1,1,14980,0,-11608.9,-1233.39,80.0797,5.91667,7200,0,0,15260,0,0,0,0,0),(49393,14882,309,1,1,14979,0,-11598.3,-1223.17,79.2809,4.39823,7200,0,0,15260,0,0,0,0,0),(49392,14882,309,1,1,14979,0,-11600.2,-1226.37,79.1702,4.4855,7200,0,0,15260,0,0,0,0,0),(49391,14882,309,1,1,14977,0,-11607.3,-1230.79,79.7656,5.48033,7200,0,0,15260,0,0,0,0,0),(49390,14825,309,1,1,14983,0,-11601.1,-1228.4,79.1072,4.53786,7200,0,0,12210,9736,0,0,0,0),(49389,14825,309,1,1,14984,0,-11602.5,-1230.36,79.1357,4.74729,7200,0,0,12210,9736,0,0,0,0),(49388,14825,309,1,1,14984,0,-11599.2,-1225.23,79.1166,4.41568,7200,0,0,12210,9736,0,0,0,0),(49387,14825,309,1,1,14983,0,-11604.9,-1230.15,79.452,5.13127,7200,0,0,12210,9736,0,0,0,0),(49386,14882,309,1,1,14977,0,-11545.2,-1246.18,78.2931,3.49066,7200,0,0,15260,0,0,0,0,0),(49385,14825,309,1,1,14981,0,-11549.8,-1243.92,78.3484,5.07891,7200,0,0,12210,9736,0,0,0,0),(49384,14825,309,1,1,14982,0,-11552,-1248.28,78.4336,0.244346,7200,0,0,12210,9736,0,0,0,0),(49383,14825,309,1,1,14984,0,-11547,-1250.59,78.3985,2.00713,7200,0,0,12210,9736,0,0,0,0),(49382,14883,309,1,1,14976,0,-11614.4,-1283.81,79.681,5.91667,7200,0,0,12210,9736,0,0,0,0),(49381,14883,309,1,1,14976,0,-11611.5,-1277.22,79.7617,4.43314,7200,0,0,12210,9736,0,0,0,0),(49380,14882,309,1,1,14980,0,-11612.9,-1281.33,79.8237,4.53786,7200,0,0,15260,0,0,0,0,0),(49379,14882,309,1,1,14977,0,-11615.8,-1282.03,79.6598,5.5676,7200,0,0,15260,0,0,0,0,0),(49378,14882,309,1,1,14977,0,-11613.4,-1278.93,79.8424,4.72984,7200,0,0,15260,0,0,0,0,0),(49377,14882,309,1,1,14980,0,-11614.3,-1274.23,79.8398,4.81711,7200,0,0,15260,0,0,0,0,0),(49376,14825,309,1,1,14983,0,-11614,-1277.09,79.8373,4.79965,7200,0,0,12210,9736,0,0,0,0),(49375,14825,309,1,1,14983,0,-11615.4,-1279.94,79.7496,5.16617,7200,0,0,12210,9736,0,0,0,0),(49374,14825,309,1,1,14981,0,-11616.5,-1274.6,79.8499,5.044,7200,0,0,12210,9736,0,0,0,0),(49373,14825,309,1,1,14982,0,-11617.8,-1281.32,79.5759,5.70723,7200,0,0,12210,9736,0,0,0,0),(49372,14883,309,1,1,14976,0,-11573,-1313.94,79.8998,1.71042,7200,0,0,12210,9736,0,0,0,0),(49371,14883,309,1,1,14974,0,-11572.7,-1311.45,79.8292,4.32842,7200,0,0,12210,9736,0,0,0,0),(49370,14883,309,1,1,14976,0,-11571.5,-1319.05,78.5183,1.81514,7200,0,0,12210,9736,0,0,0,0),(49369,14882,309,1,1,14978,0,-11571.1,-1308.7,79.1717,4.20624,7200,0,0,15260,0,0,0,0,0),(49368,14882,309,1,1,14978,0,-11571.4,-1315.42,79.4491,2.14675,7200,0,0,15260,0,0,0,0,0),(49367,14882,309,1,1,14980,0,-11570.9,-1312.87,79.7872,3.03687,7200,0,0,15260,0,0,0,0,0),(49366,14825,309,1,1,14983,0,-11570.3,-1310,79.3561,3.87463,7200,0,0,12210,9736,0,0,0,0),(49365,14825,309,1,1,14983,0,-11569.1,-1311.52,79.4992,3.40339,7200,0,0,12210,9736,0,0,0,0),(49364,14825,309,1,1,14984,0,-11571.4,-1317.26,79.0674,1.93731,7200,0,0,12210,9736,0,0,0,0),(49363,14825,309,1,1,14984,0,-11569.5,-1314.49,79.3638,2.67035,7200,0,0,12210,9736,0,0,0,0),(49362,14825,309,1,1,14983,0,-11612.6,-1240.13,80.5567,3.81092,7200,0,0,12210,9736,0,0,0,0),(49361,14825,309,1,1,14983,0,-11610.4,-1242.8,80.5328,3.81085,7200,0,0,12210,9736,0,0,0,0),(49359,14825,309,1,1,14982,0,-11613.9,-1243.31,80.8476,3.80983,7200,0,0,12210,9736,0,0,0,0),(49358,15091,309,1,1,11686,0,-11516.8,-1607.48,41.3826,4.76475,7200,0,0,4120,0,0,0,0,0),(49355,15091,309,1,1,11686,0,-11519.5,-1610.6,41.3826,2.56563,7200,0,0,4120,0,0,0,0,0),(49352,15091,309,1,1,11686,0,-11518.5,-1652.9,41.3826,0.034907,7200,0,0,4120,0,0,0,0,0),(49351,15091,309,1,1,11686,0,-11517.1,-1603.54,41.3826,2.05949,7200,0,0,4120,0,0,0,0,0),(49350,14758,309,1,1,11686,0,-11568.9,-1630.06,41.3826,4.76475,7200,0,0,4120,0,0,0,0,0),(49349,15091,309,1,1,11686,0,-11518.4,-1650.73,41.3826,4.43314,7200,0,0,4120,0,0,0,0,0),(49347,11353,309,1,1,11082,1,-11456.2,-1592.29,50.268,4.83912,7200,0,0,18312,0,0,0,0,0),(49346,11365,309,1,1,633,0,-11495.1,-1618.88,60.4074,4.30856,7200,5,0,21364,0,1,0,0,0),(49345,11365,309,1,1,633,0,-11496,-1619.55,60.4075,4.58392,7200,5,0,21364,0,1,0,0,0),(49344,11365,309,1,1,633,0,-11495.2,-1621.51,60.4075,3.1743,7200,5,0,21364,0,1,0,0,0),(49343,11365,309,1,1,633,0,-11495.2,-1616.76,60.4903,4.48279,7200,0,0,21364,0,0,0,0,0),(49342,11365,309,1,1,633,0,-11536,-1611.98,60.4083,2.79071,7200,5,0,21364,0,1,0,0,0),(49341,11365,309,1,1,633,0,-11534.8,-1613.09,60.4083,2.71321,7200,5,0,21364,0,1,0,0,0),(49340,11365,309,1,1,633,0,-11538.1,-1607.61,60.4083,3.62696,7200,5,0,21364,0,1,0,0,0),(49339,11365,309,1,1,633,0,-11534.6,-1610.75,60.4916,3.00808,7200,0,0,21364,0,0,0,0,0),(49338,11365,309,1,1,633,0,-11573.4,-1665.55,49.5491,2.94749,7200,5,0,21364,0,1,0,0,0),(49337,11365,309,1,1,633,0,-11573.4,-1669.59,49.5494,2.65977,7200,5,0,21364,0,1,0,0,0),(49336,11365,309,1,1,633,0,-11576.6,-1666.62,49.2497,2.77847,7200,5,0,21364,0,1,0,0,0),(49335,11365,309,1,1,633,0,-11573,-1667.54,49.6334,2.80813,7200,0,0,21364,0,0,0,0,0),(49334,11365,309,1,1,633,0,-11519,-1664.11,71.4067,5.49779,7200,0,0,21364,0,0,0,0,0),(49333,11365,309,1,1,633,0,-11524.2,-1670.44,71.4067,3.19395,7200,0,0,21364,0,0,0,0,0),(49332,11365,309,1,1,633,0,-11511.1,-1670.26,71.4066,5.49779,7200,0,0,21364,0,0,0,0,0),(49331,11365,309,1,1,633,0,-11510.4,-1663.15,71.4066,2.28638,7200,0,0,21364,0,0,0,0,0),(7716,6491,1,1,4294967295,0,0,-7981.09,1556.57,3.64432,3.17291,60,0,0,4120,0,0,0,0,0),(49329,11339,309,1,1,11226,1,-11542.2,-1609.78,60.4916,6.1555,7200,0,0,25150,14916,0,0,0,0),(49328,11365,309,1,1,633,0,-11546.5,-1552.91,51.1642,1.22446,7200,5,0,21364,0,1,0,0,0),(49327,11365,309,1,1,633,0,-11547.6,-1549.76,51.3208,6.1836,7200,5,0,21364,0,1,0,0,0),(49326,11365,309,1,1,633,0,-11547.4,-1554.03,51.0091,1.11034,7200,5,0,21364,0,1,0,0,0),(49325,11365,309,1,1,633,0,-11549.3,-1554.1,50.9232,0.816936,7200,0,0,21364,0,0,0,0,0),(49324,11365,309,1,1,633,0,-11523,-1686.1,50.0412,0.599685,7200,5,0,21364,0,1,0,0,0),(49323,11365,309,1,1,633,0,-11524.2,-1683.65,49.4405,5.89116,7200,5,0,21364,0,1,0,0,0),(49322,11365,309,1,1,633,0,-11525,-1685.19,49.7388,0.083731,7200,5,0,21364,0,1,0,0,0),(49321,11365,309,1,1,633,0,-11526.2,-1683.66,49.2104,6.04566,7200,0,0,21364,0,0,0,0,0),(49320,11365,309,1,1,633,0,-11626.8,-1701.44,38.8236,4.72213,7200,5,0,21364,0,2,0,0,0),(49319,11365,309,1,1,633,0,-11630.6,-1680.17,39.2641,4.72213,7200,5,0,21364,0,1,0,0,0),(49318,11365,309,1,1,633,0,-11632,-1683.5,39.8163,4.72216,7200,5,0,21364,0,1,0,0,0),(49317,11365,309,1,1,633,0,-11614.8,-1566.55,38.8881,5.0655,7200,5,0,21364,0,1,0,0,0),(49316,11365,309,1,1,633,0,-11612.3,-1565.29,39.1839,5.05803,7200,5,0,21364,0,1,0,0,0),(49315,11365,309,1,1,633,0,-11612.2,-1568.49,39.3195,4.82779,7200,5,0,21364,0,1,0,0,0),(49314,11347,309,1,1,11219,1,-11702.6,-1992.61,62.0147,5.02655,7200,0,0,90650,20544,0,0,0,0),(49313,11348,309,1,1,11189,1,-11699.3,-1992.57,61.9979,4.43314,7200,0,0,113295,0,0,0,0,0),(49312,11361,309,1,1,11031,0,-11706.6,-2001.38,62.4163,1.06465,7200,0,0,9156,0,0,0,0,0),(49311,11361,309,1,1,11031,0,-11695.2,-2001.47,62.4163,2.44346,7200,0,0,9156,0,0,0,0,0),(49310,14509,309,1,1,15216,1,-11700.8,-1998.94,62.4163,1.6057,259200,0,0,133250,13100,0,0,0,0),(49309,11350,309,1,1,11077,1,-11693.6,-1940.73,56.9141,1.72788,7200,0,0,21364,0,0,0,0,0),(49308,11350,309,1,1,11077,1,-11679.6,-1934.44,57.6998,5.72468,7200,0,0,21364,0,0,0,0,0),(49307,11350,309,1,1,11075,1,-11674.6,-1928.62,57.6635,1.50098,7200,0,0,21364,0,0,0,0,0),(49306,11360,309,1,1,15151,0,-11816.5,-1878.31,48.0184,1.01229,7200,0,0,3052,0,0,0,0,0),(49305,11360,309,1,1,15151,0,-11751.7,-1896.04,56.2729,2.10993,7200,5,0,3052,0,1,0,0,0),(49304,11360,309,1,1,15151,0,-11805.8,-1878.27,45.4985,5.96903,7200,0,0,3052,0,0,0,0,0),(49303,11360,309,1,1,15151,0,-11718.4,-1917.09,55.7326,2.57413,7200,5,0,3052,0,1,0,0,0),(49302,11350,309,1,1,11077,1,-11821,-1803.41,52.1164,2.87979,7200,0,0,21364,0,0,0,0,0),(49301,11350,309,1,1,11075,1,-11815.3,-1807.61,51.1677,2.42601,7200,0,0,21364,0,0,0,0,0),(49300,11361,309,1,1,11031,0,-11680.8,-1928.7,56.7897,3.31613,7200,0,0,9156,0,0,0,0,0),(49299,11361,309,1,1,11031,0,-11675.5,-1922.65,56.5736,3.35103,7200,0,0,9156,0,0,0,0,0),(49298,11361,309,1,1,11031,0,-11668.8,-1930.49,57.889,0.226893,7200,0,0,9156,0,0,0,0,0),(49297,11361,309,1,1,11031,0,-11676.5,-1939.07,57.3162,4.50295,7200,0,0,9156,0,0,0,0,0),(49296,11361,309,1,1,11031,0,-11689.1,-1936.64,56.8723,2.75762,7200,0,0,9156,0,0,0,0,0),(49295,11360,309,1,1,15151,0,-11686,-1888.25,57.0057,2.93215,7200,0,0,3052,0,0,0,0,0),(49294,11361,309,1,1,11031,0,-11826.7,-1871.16,52.7241,5.42797,7200,0,0,9156,0,0,0,0,0),(49293,11361,309,1,1,11031,0,-11824.2,-1856.49,51.7036,4.88692,7200,0,0,9156,0,0,0,0,0),(49292,11361,309,1,1,11031,0,-11825.4,-1863.41,51.7791,0.05236,7200,0,0,9156,0,0,0,0,0),(49291,11361,309,1,1,11031,0,-11807.8,-1897.04,48.7144,1.06465,7200,0,0,9156,0,0,0,0,0),(49290,11361,309,1,1,11031,0,-11791.4,-1895.77,48.4045,1.36136,7200,0,0,9156,0,0,0,0,0),(49289,11361,309,1,1,11031,0,-11818.3,-1892.84,48.7754,0.628319,7200,0,0,9156,0,0,0,0,0),(49288,11391,309,1,1,11320,1,-12196.3,-1948.37,130.36,0.541052,7200,0,0,3144,0,0,0,0,0),(49287,14758,309,1,1,11686,0,-12171.3,-1985.58,134.759,1.98968,7200,0,0,4120,0,0,0,0,0),(49286,11382,309,1,1,11288,1,-12167.8,-1927.25,153.73,3.76991,259200,0,0,466340,0,0,0,0,0),(49285,14821,309,1,1,2571,0,-12362.7,-1873.9,130.339,2.46091,7200,0,0,15260,0,0,0,0,0),(49284,11830,309,1,1,11761,1,-12363,-1879.52,130.378,0.645772,7200,0,0,17094,12170,0,0,0,0),(49283,11353,309,1,1,11082,1,-12355.5,-1878.74,130.407,2.58309,7200,0,0,18312,0,0,0,0,0),(49282,11353,309,1,1,11080,1,-12359.7,-1870.49,130.518,4.83456,7200,0,0,18312,0,0,0,0,0),(49281,11830,309,1,1,11760,1,-12187,-1978.89,133.345,0.261799,7200,0,0,17094,12170,0,0,0,0),(49280,11356,309,1,1,11103,1,-12183.8,-1978.48,133.914,2.6529,7200,0,0,31440,0,0,0,0,0),(49279,11353,309,1,1,11081,1,-12186.9,-1977,133.142,5.67232,7200,0,0,18312,0,0,0,0,0),(49278,11353,309,1,1,11080,1,-12384.7,-1849.2,129.759,3.24631,7200,0,0,18312,0,0,0,0,0),(49277,11353,309,1,1,11082,1,-12387.7,-1849.4,129.265,0,7200,0,0,18312,0,0,0,0,0),(49276,14821,309,1,1,2571,0,-12185.6,-1904.19,133.015,4.29351,7200,0,0,15260,0,0,0,0,0),(49275,14821,309,1,1,2571,0,-12180.4,-1897.75,132.882,3.21141,7200,0,0,15260,0,0,0,0,0),(1192,4461,0,1,1,5243,1,-12115,58.3161,-6.66363,2.42937,300,5,0,1403,0,1,0,0,0),(49274,14821,309,1,1,2571,0,-12191.9,-1898.71,134.859,2.77507,7200,0,0,15260,0,0,0,0,0),(49273,11356,309,1,1,11103,1,-12329.5,-1901.46,130.609,4.10152,7200,0,0,31440,0,0,0,0,0),(49272,11356,309,1,1,11101,1,-12332.2,-1903.89,130.561,0.575959,7200,0,0,31440,0,0,0,0,0),(49271,11356,309,1,1,11101,1,-12190,-1980.93,133.214,1.41372,7200,0,0,31440,0,0,0,0,0),(49270,11356,309,1,1,11100,1,-12181.4,-1980.66,134.596,1.62316,7200,0,0,31440,0,0,0,0,0),(23480,5615,1,1,1,0,1,-7680.55,-4286.86,9.63135,2.52292,300,15,0,1,0,1,0,0,0),(49269,11356,309,1,1,11103,1,-12343.8,-1957.15,133.218,5.89921,7200,0,0,31440,0,0,0,0,0),(49268,11356,309,1,1,11102,1,-12340.8,-1958.38,133.508,2.72271,7200,0,0,31440,0,0,0,0,0),(49263,11830,309,1,1,11760,1,-12385.5,-1906.37,130.344,2.30383,7200,0,0,17094,12170,0,0,0,0),(49262,11353,309,1,1,11080,1,-12393,-1905.57,130.35,0.663225,7200,0,0,18312,0,0,0,0,0),(49261,11353,309,1,1,11082,1,-12388.9,-1900.82,130.636,4.60767,7200,0,0,18312,0,0,0,0,0),(49260,11830,309,1,1,11758,1,-12347.5,-1890.89,130.433,0.964154,7200,0,0,17094,12170,0,0,0,0),(49259,11830,309,1,1,11761,1,-12344.7,-1888.57,130.433,1.27425,7200,0,0,17094,12170,0,0,0,0),(49258,14510,309,1,1,15220,1,-12326.5,-1577.11,133.588,4.81711,259200,0,0,333125,13100,0,0,0,0),(49257,11388,309,1,1,11327,1,-12326.4,-1586.32,132.436,1.62316,7200,0,0,2515,12430,0,0,0,0),(49256,14758,309,1,1,11686,0,-12364.2,-1633.44,131.01,0.331613,7200,0,0,4120,0,0,0,0,0),(49255,11370,309,1,1,963,0,-12286.3,-1645.34,133.649,5.16617,7200,0,0,31440,0,0,0,0,0),(49254,14532,309,1,1,14950,0,-12266.3,-1646.13,133.791,3.28122,7200,0,0,12208,0,0,0,0,0),(49253,14532,309,1,1,14950,0,-12286.9,-1636.15,134.768,2.02458,7200,0,0,12208,0,0,0,0,0),(49252,14532,309,1,1,14950,0,-12273.6,-1649.47,134.943,1.29154,7200,0,0,12208,0,0,0,0,0),(49251,14532,309,1,1,14950,0,-12293.9,-1642.43,131.585,1.91986,7200,0,0,12208,0,0,0,0,0),(49250,11370,309,1,1,963,0,-12283,-1650.87,131.73,0.017453,7200,0,0,31440,0,0,0,0,0),(49249,14532,309,1,1,14950,0,-12291.1,-1618.24,130.8,1.53693,7200,5,0,12208,0,1,0,0,0),(49248,14532,309,1,1,14950,0,-12276,-1638.02,136.952,3.44739,7200,5,0,12208,0,1,0,0,0),(49247,14532,309,1,1,14950,0,-12295.6,-1628.43,131.6,4.53786,7200,0,0,12208,0,0,0,0,0),(49246,14532,309,1,1,14950,0,-12283.2,-1627.24,133.495,0,7200,5,0,12208,0,1,0,0,0),(49245,11370,309,1,1,963,0,-12353.9,-1676.98,130.867,2.25148,7200,0,0,31440,0,0,0,0,0),(49244,14532,309,1,1,14950,0,-12374.9,-1672.46,131.368,6.03248,7200,5,0,12208,0,1,0,0,0),(23479,5615,1,1,1,0,1,-7351.15,-4421.16,11.2379,4.4946,300,15,0,1,0,1,0,0,0),(23478,19951,1,1,1,19279,1,-8465.6,-4519.6,-209.255,2.23402,600,0,0,6986,0,0,0,0,0),(23477,19951,1,1,1,19279,1,-8525.67,-4510.7,-210.954,1.79769,600,0,0,6986,0,0,0,0,0),(23476,5615,1,1,1,0,1,-7384.63,-4423.43,10.7044,5.97586,300,15,0,1,0,1,0,0,0),(23475,5615,1,1,1,0,1,-7581.14,-4746.19,9.63509,3.5849,300,15,0,1,0,1,0,0,0),(23474,19951,1,1,1,19279,1,-8498.54,-4398.82,-217.981,5.06145,600,0,0,6986,0,0,0,0,0),(23473,19951,1,1,1,19279,1,-8144.26,-4902.19,17.7225,3.13249,600,0,0,6986,0,2,0,0,0),(23472,19951,1,1,1,19279,1,-8151.63,-4901.98,18.727,3.08034,600,0,0,6986,0,2,0,0,0),(23471,5615,1,1,1,0,1,-7485.89,-4485.72,8.2987,2.99619,300,15,0,1,0,1,0,0,0),(23470,5615,1,1,1,0,1,-7675.76,-4407.84,9.00611,0.509699,300,15,0,1,0,1,0,0,0),(23469,19951,1,1,1,19279,1,-8558.78,-4356.28,-216.507,3.9619,600,0,0,6986,0,0,0,0,0),(23468,19951,1,1,1,19279,1,-8563.47,-4284.08,-215.423,2.86234,600,0,0,6986,0,0,0,0,0),(23467,5615,1,1,1,0,1,-7633.77,-4473.08,9.89368,5.18744,300,0,0,1,0,2,0,0,0),(23466,5615,1,1,1,0,1,-7632.68,-4476.55,9.77288,5.15209,300,0,0,1,0,2,0,0,0),(23465,5615,1,1,1,0,1,-7578.32,-4364.24,9.12832,5.23662,300,15,0,1,0,1,0,0,0),(31288,4352,1,1,1,1962,0,-2718.66,-3539.92,33.8773,3.05164,360,5,0,1469,0,1,0,0,0),(31287,4351,1,1,1,2571,0,-2747.8,-3574.12,33.9181,4.45784,360,5,0,1469,0,1,0,0,0),(31286,4388,1,1,1,2425,0,-3987.47,-4678.53,-22.1836,3.24693,360,10,0,1396,0,1,0,0,0),(31285,4388,1,1,1,2425,0,-4040.24,-4691.14,-47.8143,1.8297,360,10,0,1396,0,1,0,0,0),(31284,4388,1,1,1,2425,0,-3950.77,-4758.02,-26.3252,5.61794,360,10,0,1396,0,1,0,0,0),(31283,4388,1,1,1,2425,0,-3975.41,-4736.51,-27.564,3.16415,360,10,0,1396,0,1,0,0,0),(31282,4388,1,1,1,2425,0,-3999.43,-4727.57,-27.4787,3.10843,360,10,0,1396,0,1,0,0,0),(31281,4388,1,1,1,2425,0,-4016.27,-4649.03,-37.0388,1.54706,360,10,0,1396,0,1,0,0,0),(31280,4388,1,1,1,2425,0,-3944.45,-4780.04,-37.076,3.93591,360,10,0,1396,0,1,0,0,0),(31279,4388,1,1,1,2425,0,-3960.12,-4712.12,-23.5249,2.55788,360,10,0,1396,0,1,0,0,0),(31278,4388,1,1,1,2425,0,-3985.67,-4654.96,-19.506,0.170887,360,10,0,1396,0,1,0,0,0),(31277,4388,1,1,1,2425,0,-4010.74,-4609.95,-25.962,0.860197,360,10,0,1396,0,1,0,0,0),(31276,23591,1,1,1,21652,1,-2674.17,-4259.15,3.70809,3.49066,360,10,0,1536,0,1,0,0,0),(31275,23590,1,1,1,21650,0,-2676.72,-4272.34,3.7138,2.61799,360,0,0,1208,1097,0,0,0,0),(31274,4966,1,1,1,2967,1,-2895.49,-3350.66,31.2543,5.03848,360,0,0,1342,0,0,0,0,0),(31273,5184,1,1,1,4679,1,-2997.08,-3248.82,34.6013,0.306556,360,0,0,1403,0,0,0,0,0),(31272,4834,1,1,1,4676,1,-3342.53,-2971.9,37.172,0.715532,360,5,0,1403,0,1,0,0,0),(31271,5184,1,1,1,4677,1,-2890.5,-3344.49,32.3878,2.15425,360,0,0,1403,0,0,0,0,0),(31270,4388,1,1,1,2425,0,-4050.23,-4611.15,-34.5426,2.37264,360,10,0,1396,0,1,0,0,0),(31269,23590,1,1,1,21650,0,-2688.82,-4252.81,3.67829,4.67748,360,0,0,1208,1097,0,0,0,0),(31268,5184,1,1,1,19833,1,-2889.18,-3337.46,32.5128,3.67612,360,0,0,1403,0,0,0,0,0),(31267,4388,1,1,1,2425,0,-3886.73,-4725.89,-15.2337,0.209651,360,10,0,1396,0,1,0,0,0),(31266,23589,1,1,1,21649,1,-2650.01,-4284.63,17.6928,2.66895,360,0,0,1469,0,0,0,0,0),(31265,4388,1,1,1,2425,0,-3883.71,-4684.06,-12.416,0.987959,360,10,0,1396,0,1,0,0,0),(31264,4388,1,1,1,2425,0,-3958.25,-4677.17,-16.9088,2.57095,360,10,0,1396,0,1,0,0,0),(31263,4388,1,1,1,2425,0,-3985.44,-4609.23,-17.0289,5.76452,360,10,0,1396,0,1,0,0,0),(31262,5184,1,1,1,19833,1,-3007.27,-3244.19,35.0452,2.23363,360,0,0,1403,0,0,0,0,0),(31261,23589,1,1,1,21647,1,-2733.28,-4294.74,6.57445,4.48588,360,3,0,1469,0,1,0,0,0),(31260,23589,1,1,1,21649,1,-2665.71,-4242.3,8.91529,4.41906,360,0,0,1469,0,0,0,0,0),(31259,4388,1,1,1,2425,0,-3952.39,-4623.91,-10.8913,2.12931,360,10,0,1396,0,1,0,0,0),(31258,4388,1,1,1,2425,0,-3912.12,-4719.16,-13.0672,0.364771,360,10,0,1396,0,1,0,0,0),(31257,23589,1,1,1,21647,1,-2685.58,-4309.3,17.0563,3.99191,360,0,0,1469,0,0,0,0,0),(31256,4348,1,1,1,2708,0,-3852.65,-2915.09,35.4861,3.57728,360,10,0,1674,0,1,0,0,0),(31255,4388,1,1,1,2425,0,-3913.59,-4686.71,-12.6653,4.79418,360,10,0,1396,0,1,0,0,0),(31254,4348,1,1,1,2708,0,-3926.45,-2910.86,39.0566,0.305683,360,5,0,1674,0,1,0,0,0),(31253,4412,1,1,1,2546,0,-3951.95,-2947.25,39.599,0.723238,360,10,0,1536,0,1,0,0,0),(31252,4348,1,1,1,2708,0,-3982.86,-2982.49,38.5958,0.555494,360,5,0,1674,0,1,0,0,0),(31251,4348,1,1,1,2708,0,-4016.67,-2887.23,39.4088,1.39216,360,10,0,1674,0,1,0,0,0),(31250,4344,1,1,1,2548,0,-4132,-3009.12,28.6538,2.72487,360,10,0,1305,1186,1,0,0,0),(31249,4344,1,1,1,2548,0,-4087.74,-3051.41,29.6902,4.68533,360,10,0,1305,1186,1,0,0,0),(31248,4345,1,1,1,807,0,-4728.77,-3255.86,29.4737,0.428727,360,10,0,1751,0,1,0,0,0),(31247,4412,1,1,1,2546,0,-3308.41,-2982.58,39.9888,0.890712,360,10,0,1536,0,1,0,0,0),(31246,4834,1,1,1,4675,1,-3269.45,-3109,39.5778,3.16111,360,5,0,1403,0,1,0,0,0),(31245,1420,1,1,1,901,0,-3256.42,-3080.84,30.1474,0.969183,360,10,0,8,0,1,0,0,0),(23464,5615,1,1,1,0,1,-7386.84,-4414.78,9.93061,0.513966,300,15,0,1,0,1,0,0,0),(31244,4412,1,1,1,2546,0,-3371.9,-2937.05,37.0867,4.0099,360,10,0,1536,0,1,0,0,0),(31243,23591,1,1,1,21652,1,-2605.09,-4519.81,-10.698,0.185339,360,10,0,1536,0,1,0,0,0),(31242,4345,1,1,1,807,0,-4453.79,-3183.58,30.6857,0.756573,360,10,0,1751,0,1,0,0,0),(31241,23591,1,1,1,21652,1,-2667.49,-4395.43,-12.1278,6.14999,360,10,0,1536,0,1,0,0,0),(31240,23591,1,1,1,21652,1,-2681.44,-4399.46,-11.1777,0.996877,360,10,0,1536,0,1,0,0,0),(31239,23591,1,1,1,21652,1,-2564.01,-4399.37,-7.51065,3.86533,360,10,0,1536,0,1,0,0,0),(31238,4345,1,1,1,807,0,-4193.45,-3359.24,29.5979,0.236456,360,10,0,1751,0,1,0,0,0),(31237,4356,1,1,1,1962,0,-4289.06,-2659.39,35.681,3.98258,360,5,0,1678,0,1,0,0,0),(31236,4356,1,1,1,1962,0,-4276.35,-2665.85,35.7399,5.91794,360,5,0,1678,0,1,0,0,0),(31235,4357,1,1,1,2574,0,-4277.46,-2631.35,45.2234,4.39383,360,5,0,1674,0,1,0,0,0),(31234,4345,1,1,1,807,0,-4487.88,-3411.83,28.6475,2.57201,360,10,0,1751,0,1,0,0,0),(31233,4345,1,1,1,807,0,-4518.47,-3453.7,30.2725,5.08492,360,10,0,1751,0,1,0,0,0),(31232,4345,1,1,1,807,0,-4543.64,-3477.62,33.2914,3.61223,360,10,0,1751,0,1,0,0,0),(31231,4345,1,1,1,807,0,-4525.66,-2993.35,34.5171,4.4499,360,10,0,1751,0,1,0,0,0),(31230,4345,1,1,1,807,0,-4789.91,-3444.65,30.3583,4.13734,360,10,0,1751,0,1,0,0,0),(31229,4345,1,1,1,807,0,-4793.06,-3409.82,30.9109,4.60669,360,10,0,1751,0,1,0,0,0),(31228,4324,1,1,1,397,0,-4761.5,-3452.2,38.0324,4.18937,360,10,0,1416,1236,1,0,0,0),(31227,4345,1,1,1,807,0,-4750.83,-3480.25,29.4975,2.54383,360,10,0,1751,0,1,0,0,0),(31226,4334,1,1,1,8309,1,-4677.81,-3540.29,38.1001,5.30519,360,5,0,1522,1332,1,0,0,0),(31225,4345,1,1,1,807,0,-4431.12,-3281.03,31.5225,3.74898,360,10,0,1751,0,1,0,0,0),(31224,4414,1,1,1,2542,0,-3407.39,-4275.99,28.6751,4.46741,360,10,0,1469,0,1,0,0,0),(31223,4345,1,1,1,807,0,-4446.47,-3440.73,28.6475,0.458983,360,10,0,1751,0,1,0,0,0),(31222,4334,1,1,1,8309,1,-4818.81,-3620.94,44.2801,3.47113,360,5,0,1522,1332,1,0,0,0),(31221,4334,1,1,1,8309,1,-4950.18,-3612.68,40.5844,5.19956,360,10,0,1522,1332,1,0,0,0),(31220,4334,1,1,1,8309,1,-4888.04,-3680.1,47.4266,4.82438,360,10,0,1522,1332,1,0,0,0),(31219,4345,1,1,1,807,0,-4298.43,-3542.34,29.0224,0.393791,360,10,0,1751,0,1,0,0,0),(31218,4334,1,1,1,8309,1,-4993.61,-3713.16,44.2569,5.8606,360,5,0,1522,1332,1,0,0,0),(31217,4412,1,1,1,2546,0,-4206.28,-3542.18,38.4359,3.44296,360,10,0,1536,0,1,0,0,0),(31216,4412,1,1,1,2546,0,-4244.97,-3515.68,37.3144,5.80667,360,10,0,1536,0,1,0,0,0),(31215,4334,1,1,1,8309,1,-4912.7,-3819.37,46.42,1.60204,360,5,0,1522,1332,1,0,0,0),(31214,4328,1,1,1,8310,1,-4980.71,-3730.54,42.3574,3.0782,360,5,0,1471,1283,1,0,0,0),(31213,4334,1,1,1,8309,1,-4952.36,-3704.01,45.2631,5.64542,360,10,0,1522,1332,1,0,0,0),(31212,4412,1,1,1,2546,0,-4209.54,-3485.27,39.7715,1.41139,360,10,0,1536,0,1,0,0,0),(31211,4334,1,1,1,8309,1,-4952.36,-3730.85,43.5131,5.09168,360,5,0,1522,1332,1,0,0,0),(31210,4334,1,1,1,8309,1,-4909.57,-3929,49.5612,3.21446,360,5,0,1522,1332,1,0,0,0),(31209,23620,1,1,1,21645,0,-4060.45,-4506.62,6.03034,1.68337,360,0,0,1220,0,2,0,0,0),(31208,4328,1,1,1,8310,1,-4881.44,-3916.18,50.2625,5.52472,360,10,0,1471,1283,1,0,0,0),(31207,4834,1,1,1,4676,1,-2957.17,-3020.13,36.1577,3.28705,360,5,0,1403,0,1,0,0,0),(31206,4334,1,1,1,8309,1,-4918.81,-3914.46,46.6528,3.37725,360,5,0,1522,1332,1,0,0,0),(31205,4334,1,1,1,8309,1,-4893.3,-3899.93,46.6334,1.51262,360,10,0,1522,1332,1,0,0,0),(31204,4345,1,1,1,807,0,-4153.13,-3384.38,28.8974,1.99038,360,10,0,1751,0,1,0,0,0),(31203,1420,1,1,1,901,0,-3914.94,-3476.94,31.6474,6.18604,360,10,0,8,0,1,0,0,0),(31202,4334,1,1,1,8309,1,-4650.23,-3847.19,40.9028,3.37805,360,5,0,1522,1332,1,0,0,0),(31201,1420,1,1,1,901,0,-4313.04,-3039.88,28.7811,3.51425,360,10,0,8,0,1,0,0,0),(31200,4394,1,1,1,2569,0,-3945.1,-3705.25,41.1247,5.59045,360,5,0,1459,0,1,0,0,0),(31199,4393,1,1,1,11137,0,-3980.73,-3686.78,45.8783,2.14742,360,10,0,1751,0,1,0,0,0),(31198,4343,1,1,1,814,0,-3626.22,-3246.6,30.806,2.30506,360,10,0,1536,0,1,0,0,0),(31197,4394,1,1,1,2569,0,-4070.83,-3820.83,37.4354,2.06479,360,5,0,1459,0,1,0,0,0),(31196,2914,1,1,1,2958,0,-3570.5,-2795.25,30.8157,5.17943,360,10,0,8,0,1,0,0,0),(31195,4387,1,1,1,1549,0,-2532.1,-3055.35,36.4867,0.631738,360,10,0,1536,0,1,0,0,0),(31194,4404,1,1,1,2600,0,-4218.44,-3946.05,-14.2665,3.36667,360,5,0,1211,1067,1,0,0,0),(31193,4403,1,1,1,2599,0,-4414.44,-4156.97,-1.19055,4.4832,360,5,0,1464,0,1,0,0,0),(31192,4382,1,1,1,2024,0,-2885.05,-3178.88,28.7724,2.72426,360,10,0,1469,0,1,0,0,0),(31191,4403,1,1,1,2599,0,-4456.44,-4122.71,-6.78785,5.47712,360,5,0,1464,0,1,0,0,0),(31190,4345,1,1,1,807,0,-4570.14,-3305.63,32.8247,0.234036,360,10,0,1751,0,1,0,0,0),(31189,4352,1,1,1,1962,0,-2758.76,-3528.45,44.5545,4.16257,360,5,0,1469,0,1,0,0,0),(31188,4403,1,1,1,2599,0,-4414.55,-4112.91,0.259917,2.56767,360,5,0,1464,0,1,0,0,0),(31187,4403,1,1,1,2599,0,-4389.43,-4079.83,-9.56722,0.733916,360,5,0,1464,0,1,0,0,0),(31186,4404,1,1,1,2600,0,-4443.31,-4145.98,-2.18146,1.45953,360,5,0,1211,1067,1,0,0,0),(31185,4404,1,1,1,2600,0,-4414.58,-4085.42,-1.11097,3.15639,360,5,0,1211,1067,1,0,0,0),(31184,4414,1,1,1,2542,0,-2968.12,-3576.43,39.2601,2.35847,360,10,0,1469,0,1,0,0,0),(31183,4412,1,1,1,2546,0,-3422.11,-3029.72,41.4637,0.082617,360,10,0,1536,0,1,0,0,0),(31182,4347,1,1,1,2707,0,-3443.39,-3082.02,37.3865,4.19974,360,5,0,1536,0,1,0,0,0),(31181,23554,1,1,1,10771,0,-3116.15,-3680.55,38.8582,2.90704,360,3,0,1403,0,1,0,0,0),(31180,4345,1,1,1,807,0,-4495.28,-3212.71,30.1475,5.92335,360,10,0,1751,0,1,0,0,0),(31179,23555,1,1,1,10255,0,-3064.43,-3680.07,30.7724,2.94305,360,10,0,1403,0,1,0,0,0),(31178,23554,1,1,1,10771,0,-3090.31,-3648.63,42.3798,3.10746,360,3,0,1403,0,1,0,0,0),(31177,4347,1,1,1,2707,0,-3466.65,-2983.27,36.6214,5.24946,360,5,0,1536,0,1,0,0,0),(31176,2914,1,1,1,6303,0,-3906.93,-3370.29,29.5996,1.74558,360,10,0,8,0,1,0,0,0),(31175,4344,1,1,1,2548,0,-3777.16,-3202.22,37.8974,1.1954,360,10,0,1305,1186,1,0,0,0),(31174,23555,1,1,1,10255,0,-3209.25,-3787.57,28.2584,2.1226,360,10,0,1403,0,1,0,0,0),(31173,23555,1,1,1,10255,0,-3191.7,-3889.99,33.6691,5.66596,360,10,0,1403,0,1,0,0,0),(31172,4344,1,1,1,2548,0,-3769.33,-3268.43,28.6474,4.30156,360,10,0,1305,1186,1,0,0,0),(31171,23555,1,1,1,1196,0,-3198.25,-3818.39,29.2469,3.26751,360,10,0,1403,0,1,0,0,0),(31170,4394,1,1,1,2569,0,-4116.27,-3682.2,44.2567,1.67236,360,10,0,1459,0,1,0,0,0),(31169,4346,1,1,1,2700,0,-3272.94,-4149.82,26.7942,4.81412,360,5,0,1403,0,1,0,0,0),(31168,4341,1,1,1,1080,0,-3262.52,-4100.46,19.1828,1.92973,360,10,0,1403,0,1,0,0,0),(31167,4348,1,1,1,2708,0,-4196.28,-3579.33,34.3004,2.731,360,10,0,1674,0,1,0,0,0),(31166,4412,1,1,1,2546,0,-4119.75,-3575.91,41.9364,1.27717,360,10,0,1536,0,1,0,0,0),(31165,4387,1,1,1,1549,0,-2782.3,-3248.86,31.8751,4.73973,360,10,0,1536,0,1,0,0,0),(31164,4387,1,1,1,1549,0,-2818.57,-3285.75,34.5284,0.552108,360,10,0,1536,0,1,0,0,0),(31163,4345,1,1,1,807,0,-4476.9,-3332.37,34.6475,1.26959,360,10,0,1751,0,1,0,0,0),(31162,4345,1,1,1,807,0,-4435.61,-3618.6,28.6474,3.53422,360,10,0,1751,0,1,0,0,0),(31161,4345,1,1,1,807,0,-4464.35,-3717.25,30.3758,2.06328,360,10,0,1751,0,1,0,0,0),(31160,4324,1,1,1,397,0,-4485.81,-3742.79,38.48,4.91347,360,10,0,1416,1236,1,0,0,0),(31159,4397,1,1,1,7836,0,-2741.82,-4313.89,-1.09315,2.21469,360,10,0,1403,0,1,0,0,0),(31158,4345,1,1,1,807,0,-4512.5,-3737.5,34.3994,4.73705,360,10,0,1751,0,1,0,0,0),(31157,4393,1,1,1,11137,0,-4082.11,-3712.49,44.0588,2.65175,360,10,0,1751,0,1,0,0,0),(31156,1420,1,1,1,901,0,-4613.25,-3371.4,37.4492,2.84826,360,10,0,8,0,1,0,0,0),(31155,4323,1,1,1,715,0,-4622.23,-3324.94,31.2551,5.719,360,10,0,1751,0,1,0,0,0),(31154,4382,1,1,1,2024,0,-2726.96,-3073.35,29.4565,4.97816,360,10,0,1469,0,1,0,0,0),(31153,4345,1,1,1,807,0,-4507.19,-3517.78,28.8307,3.13573,360,10,0,1751,0,1,0,0,0),(31152,4382,1,1,1,2024,0,-2713.16,-3223.15,28.8809,5.26022,360,10,0,1469,0,1,0,0,0),(31151,4385,1,1,1,697,0,-2747.87,-3264.08,31.8639,4.99525,360,10,0,1469,0,1,0,0,0),(31150,4345,1,1,1,807,0,-4255.68,-3242.3,28.6876,1.15029,360,10,0,1751,0,1,0,0,0),(31149,4382,1,1,1,2024,0,-2622.61,-3237.17,30.5004,4.05442,360,10,0,1469,0,1,0,0,0),(31148,4412,1,1,1,2546,0,-4047.73,-3050.67,43.2194,2.62014,360,10,0,1536,0,1,0,0,0),(31147,4382,1,1,1,2024,0,-2650.11,-3228.34,32.6995,5.41213,360,10,0,1469,0,1,0,0,0),(31146,4382,1,1,1,2024,0,-2549.43,-3185.79,30.6309,0.36998,360,10,0,1469,0,1,0,0,0),(31145,4412,1,1,1,2546,0,-3978.52,-3055.7,39.0012,1.94695,360,10,0,1536,0,1,0,0,0),(31144,4382,1,1,1,2024,0,-2519.5,-3172.45,29.4837,5.61439,360,10,0,1469,0,1,0,0,0),(31143,4393,1,1,1,11137,0,-4019.69,-3653.54,43.727,2.29247,360,10,0,1751,0,1,0,0,0),(31142,4394,1,1,1,2569,0,-4032.38,-3629.45,45.8502,5.37737,360,10,0,1459,0,1,0,0,0),(31141,4412,1,1,1,2546,0,-4134.14,-3079.67,37.2244,4.98908,360,10,0,1536,0,1,0,0,0),(31140,4382,1,1,1,2024,0,-2503.09,-2943.67,27.3885,1.55322,360,10,0,1469,0,1,0,0,0),(31139,4385,1,1,1,697,0,-2553.71,-2912.2,34.8265,1.98723,360,10,0,1469,0,1,0,0,0),(31138,4382,1,1,1,2024,0,-2620.23,-2898.86,35.0802,1.89069,360,10,0,1469,0,1,0,0,0),(31137,5085,1,1,1,2979,1,-3460.46,-4138.27,14.0935,5.1042,360,0,0,1163,0,0,0,0,0),(31136,4385,1,1,1,697,0,-2822.03,-3219.55,33.7387,2.42573,360,10,0,1469,0,1,0,0,0),(31135,4401,1,1,1,2426,0,-3764.43,-4017.75,16.1181,4.644,360,5,0,1403,0,1,0,0,0),(31134,4345,1,1,1,807,0,-4456.27,-3627.6,28.6474,1.25042,360,10,0,1751,0,1,0,0,0),(31133,4345,1,1,1,807,0,-4484.37,-3617.59,29.1475,2.66784,360,10,0,1751,0,1,0,0,0),(31132,4401,1,1,1,2426,0,-3645.97,-3821.87,15.5753,4.93415,360,5,0,1403,0,1,0,0,0),(31131,4404,1,1,1,2600,0,-3656.6,-3856.12,11.9267,3.49268,360,5,0,1211,1067,1,0,0,0),(31130,4345,1,1,1,807,0,-4436.65,-3515.65,31.1475,0.677414,360,10,0,1751,0,1,0,0,0),(31129,4387,1,1,1,1549,0,-2718.2,-3018.62,36.2706,3.24998,360,10,0,1536,0,1,0,0,0),(31128,4385,1,1,1,697,0,-2670.75,-2984.19,38.2337,0.158032,360,10,0,1469,0,1,0,0,0),(31127,4345,1,1,1,807,0,-4710.75,-3392.35,30.2805,1.99516,360,10,0,1751,0,1,0,0,0),(31126,4331,1,1,1,8249,1,-4910.23,-3343.77,36.8571,1.28963,360,5,0,1471,1283,1,0,0,0),(31125,4329,1,1,1,143,1,-4906.34,-3335.59,38.1851,1.35043,360,5,0,1751,0,1,0,0,0),(31124,4324,1,1,1,397,0,-4782.52,-3519.07,35.2508,2.47619,360,10,0,1416,1236,1,0,0,0),(31123,4345,1,1,1,807,0,-4658.27,-3378.09,31.0793,5.6307,360,10,0,1751,0,1,0,0,0),(31122,4385,1,1,1,697,0,-2721.92,-3151.5,38.1848,0.803377,360,10,0,1469,0,1,0,0,0),(31121,4385,1,1,1,697,0,-2676.27,-3123.91,41.5645,5.86057,360,10,0,1469,0,1,0,0,0),(31120,4345,1,1,1,807,0,-4769.22,-3542.91,30.6345,5.01994,360,10,0,1751,0,1,0,0,0),(31119,4382,1,1,1,2024,0,-2647.11,-3264.77,32.5317,1.59613,360,10,0,1469,0,1,0,0,0),(31118,4412,1,1,1,2546,0,-4204.11,-3520.71,36.0144,2.80916,360,10,0,1536,0,1,0,0,0),(31117,4385,1,1,1,697,0,-2651.89,-3142.51,45.637,5.48398,360,10,0,1469,0,1,0,0,0),(31116,4387,1,1,1,1549,0,-2669.18,-3182.02,39.3003,5.73411,360,0,0,1536,0,0,0,0,0),(31115,1420,1,1,1,901,0,-2680.97,-3161.83,42.7821,2.04134,360,10,0,8,0,1,0,0,0),(31114,4334,1,1,1,8309,1,-4881.18,-3618.43,48.1388,5.37567,360,10,0,1522,1332,1,0,0,0),(31113,4334,1,1,1,8309,1,-4915.01,-3644.71,45.7974,2.07437,360,10,0,1522,1332,1,0,0,0),(31112,1420,1,1,1,901,0,-3521.27,-2890.38,35.4174,4.01965,360,10,0,8,0,1,0,0,0),(31111,1420,1,1,1,901,0,-4147.46,-3234.51,28.6824,4.2473,360,10,0,8,0,1,0,0,0),(31110,4415,1,1,1,11348,0,-4148.98,-3729.81,51.1873,4.55944,360,5,0,1751,0,1,0,0,0),(31109,4344,1,1,1,2548,0,-3952.15,-3117.62,29.1796,2.02665,360,10,0,1305,1186,1,0,0,0),(31108,1420,1,1,1,901,0,-4618.89,-3389.88,36.8407,3.91318,360,10,0,8,0,1,0,0,0),(31107,2914,1,1,1,6303,0,-4029.28,-3272.09,30.07,2.03563,360,10,0,8,0,1,0,0,0),(31106,4344,1,1,1,2548,0,-3907.2,-3021.98,28.7724,5.62656,360,10,0,1305,1186,1,0,0,0),(31105,4344,1,1,1,2548,0,-3917.71,-2955.21,34.1183,2.16719,360,10,0,1305,1186,1,0,0,0),(31104,4344,1,1,1,2548,0,-3891.66,-3052.62,28.8974,0.98031,360,10,0,1305,1186,1,0,0,0),(31103,4344,1,1,1,2548,0,-3944.47,-2990.85,30.8813,1.94695,360,10,0,1305,1186,1,0,0,0),(31102,4348,1,1,1,2708,0,-3814.69,-2878.47,35.9059,3.40865,360,10,0,1674,0,1,0,0,0),(31101,4344,1,1,1,2548,0,-4159.74,-2909.05,28.6474,1.7719,360,10,0,1305,1186,1,0,0,0),(31100,4344,1,1,1,2548,0,-4114.42,-2875.3,32.2795,4.40053,360,10,0,1305,1186,1,0,0,0),(31099,4412,1,1,1,2546,0,-3846.51,-2857.5,38.457,5.00141,360,10,0,1536,0,1,0,0,0),(31098,4348,1,1,1,2708,0,-3737.64,-2954.82,33.2038,5.02648,360,5,0,1674,0,1,0,0,0),(31097,4412,1,1,1,2546,0,-3752.25,-2894.85,40.2007,3.42875,360,10,0,1536,0,1,0,0,0),(31096,4412,1,1,1,2546,0,-3615.34,-2834.51,35.6232,2.37045,360,10,0,1536,0,1,0,0,0),(31095,2914,1,1,1,2958,0,-3777.83,-3508.47,28.751,0.0222,360,10,0,8,0,1,0,0,0),(31094,4341,1,1,1,1080,0,-2749.35,-3330.66,34.7942,5.98168,360,10,0,1403,0,1,0,0,0),(31093,4343,1,1,1,814,0,-3238.23,-3011.38,30.5545,6.2304,360,10,0,1536,0,1,0,0,0),(31092,4345,1,1,1,807,0,-4298.02,-3571.84,29.3818,3.0497,360,10,0,1751,0,1,0,0,0),(31091,4345,1,1,1,807,0,-4250.82,-3617.51,29.4022,2.64049,360,10,0,1751,0,1,0,0,0),(31090,4345,1,1,1,807,0,-3835.53,-3457.04,31.2239,0.463648,360,10,0,1751,0,1,0,0,0),(31089,2914,1,1,1,2957,0,-2814.6,-3354.84,30.3985,1.57173,360,10,0,8,0,1,0,0,0),(31088,4348,1,1,1,2708,0,-3732.34,-3290.19,35.322,2.66932,360,5,0,1674,0,1,0,0,0),(31087,4348,1,1,1,2708,0,-3728.93,-3256.42,37.4489,0.975752,360,5,0,1674,0,1,0,0,0),(31086,4412,1,1,1,2546,0,-3663.51,-3020.25,39.4281,4.67327,360,10,0,1536,0,1,0,0,0),(31085,4344,1,1,1,2548,0,-3714.45,-3210.34,30.8974,1.50046,360,10,0,1305,1186,1,0,0,0),(31084,23554,1,1,1,10771,0,-2780.52,-3949.19,35.2092,2.72633,360,10,0,1403,0,1,0,0,0),(31083,4348,1,1,1,2708,0,-3686.74,-3146.67,40.9552,3.081,360,10,0,1674,0,1,0,0,0),(31082,4348,1,1,1,2708,0,-3696.9,-3083.39,35.8695,5.16469,360,5,0,1674,0,1,0,0,0),(31081,4412,1,1,1,2546,0,-3724.43,-3117.85,39.1896,4.89714,360,10,0,1536,0,1,0,0,0),(31080,4388,1,1,1,2425,0,-4018.78,-4743.93,-34.9537,1.78042,360,10,0,1396,0,1,0,0,0),(31079,2914,1,1,1,2957,0,-4260.93,-2757.78,38.3425,0.1372,360,10,0,8,0,1,0,0,0),(31078,23554,1,1,1,10771,0,-2739.29,-3989.87,36.6779,0.147901,360,10,0,1403,0,1,0,0,0),(31077,4834,1,1,1,4675,1,-2926.36,-3124.51,34.6025,0.19852,360,5,0,1403,0,1,0,0,0),(31076,1420,1,1,1,901,0,-2888.61,-3158.52,29.7939,0.51935,360,10,0,8,0,1,0,0,0),(31075,23905,1,1,1,11037,1,-3826.14,-4634.12,9.34716,3.08923,360,0,0,2215,0,0,0,0,0),(31074,23720,1,1,1,2979,0,-2449.76,-3111.71,34.8968,5.21853,360,0,0,1220,0,0,0,0,0),(31073,23554,1,1,1,10771,0,-2763.33,-3918.24,40.7399,1.44145,360,10,0,1403,0,1,0,0,0),(31072,23720,1,1,1,2977,0,-2468.46,-3121.6,34.8961,5.0091,360,0,0,1220,0,0,0,0,0),(31071,4347,1,1,1,2707,0,-3276.93,-3264.39,39.5009,0.992539,360,5,0,1536,0,1,0,0,0),(31070,4403,1,1,1,2599,0,-4247.5,-3884.96,-9.96416,4.30489,360,5,0,1464,0,1,0,0,0),(31069,23979,1,1,1,21950,0,-3018.27,-3978.03,36.0224,2.38503,360,10,0,13,0,1,0,0,0),(31068,4403,1,1,1,2599,0,-4281.63,-3883.16,-7.83916,2.38933,360,5,0,1464,0,1,0,0,0),(31067,6145,1,1,1,4878,0,-4202.95,-3937.81,-7.16506,4.54051,360,5,0,8,0,1,0,0,0),(31066,4404,1,1,1,2600,0,-4210.22,-3929.68,-8.12945,5.11519,360,5,0,1211,1067,1,0,0,0),(31065,23979,1,1,1,21950,0,-3031.55,-3813.05,39.1025,4.63242,360,10,0,13,0,1,0,0,0),(31064,4401,1,1,1,2426,0,-4181.48,-3950.63,-13.739,2.41692,360,5,0,1403,0,1,0,0,0),(31063,4382,1,1,1,2024,0,-2657.13,-3009.1,33.3867,2.67358,360,10,0,1469,0,1,0,0,0),(31062,23554,1,1,1,10771,0,-2995.31,-3754.29,40.2565,4.23631,360,10,0,1403,0,1,0,0,0),(31061,23554,1,1,1,10771,0,-3018.16,-3728.26,44.4506,1.39409,360,10,0,1403,0,1,0,0,0),(31060,23554,1,1,1,10771,0,-2987.27,-3673.77,40.901,5.17604,360,10,0,1403,0,1,0,0,0),(31059,23554,1,1,1,10771,0,-3181.02,-3740.8,35.731,4.05717,360,10,0,1403,0,1,0,0,0),(31058,23555,1,1,1,10255,0,-3083.96,-3709.44,28.6474,1.52177,360,10,0,1403,0,1,0,0,0),(31057,23554,1,1,1,10771,0,-3147.35,-3712.75,36.9899,4.48526,360,10,0,1403,0,1,0,0,0),(31056,23554,1,1,1,10771,0,-3122.76,-3743.77,39.8312,2.3857,360,10,0,1403,0,1,0,0,0),(31055,23602,1,1,1,21640,0,-3817.87,-4504.23,11.4898,2.05949,360,0,0,1009,1067,0,0,0,0),(31054,23602,1,1,1,21640,0,-3839.94,-4576.85,9.86757,1.67552,360,0,0,1009,1067,0,0,0,0),(31053,23602,1,1,1,21640,0,-3873.14,-4546.52,10.533,4.85202,360,0,0,1009,1067,0,0,0,0),(31052,23602,1,1,1,21640,0,-3995.47,-4707.41,4.49936,1.309,360,0,0,1009,1067,0,0,0,0),(31051,23602,1,1,1,21639,0,-3994.94,-4732.4,5.05754,4.32842,360,0,0,1009,1067,0,0,0,0),(31050,23720,1,1,1,2979,0,-2435.9,-3107.99,35.0206,4.57276,360,0,0,1220,0,0,0,0,0),(31049,2914,1,1,1,1206,0,-4684.87,-3532.17,37.128,2.67035,360,0,0,8,0,0,0,0,0),(31048,2914,1,1,1,1206,0,-2722.83,-3329.69,31.0594,4.33877,360,10,0,8,0,1,0,0,0),(31047,23602,1,1,1,21640,0,-3853.93,-4435.12,10.4991,2.30383,360,0,0,1009,1067,0,0,0,0),(31046,23602,1,1,1,21640,0,-3647.42,-4449.24,15.1955,0.680678,360,0,0,1009,1067,2,0,0,0),(31045,23602,1,1,1,21640,0,-3768.08,-4530.16,11.4038,3.82227,360,0,0,1009,1067,0,0,0,0),(31044,4388,1,1,1,2425,0,-3661.11,-4689.51,-39.2088,5.27664,360,10,0,1396,0,1,0,0,0),(31043,23591,1,1,1,21652,1,-2759.36,-4349.78,-17.3229,0.287154,360,10,0,1536,0,1,0,0,0),(31042,4341,1,1,1,1080,0,-2752.73,-3389.38,28.6474,2.22815,360,10,0,1403,0,1,0,0,0),(31041,10321,1,1,1,6374,0,-5103.36,-3949.53,41.4934,1.23918,1200,0,0,31440,0,0,0,0,0),(31040,4345,1,1,1,807,0,-4140.36,-3607.18,31.6231,3.75447,360,10,0,1751,0,1,0,0,0),(31039,4401,1,1,1,2426,0,-3648.73,-4086.62,-11.8706,4.13218,360,5,0,1403,0,1,0,0,0),(31038,5057,1,1,1,3016,1,-3879.48,-2825.4,36.8048,6.08054,360,5,0,1536,0,1,0,0,0),(31037,4404,1,1,1,2600,0,-4280.36,-3913.2,-6.73374,5.9173,360,5,0,1211,1067,1,0,0,0),(31036,5057,1,1,1,21687,1,-3885.19,-2819.23,36.0548,4.01426,360,0,0,1536,0,0,0,0,0),(31035,4404,1,1,1,2600,0,-4236.52,-3894.7,-10.0892,2.35022,360,5,0,1211,1067,1,0,0,0),(31034,4404,1,1,1,2600,0,-4230.21,-3907.29,-11.2545,1.95249,360,5,0,1211,1067,1,0,0,0),(31033,23602,1,1,1,21639,0,-3898.17,-4496.5,13.1885,0.349066,360,0,0,1009,1067,0,0,0,0),(31032,23602,1,1,1,21640,0,-3774.07,-4629.68,10.7151,2.67035,360,0,0,1009,1067,0,0,0,0),(31031,4344,1,1,1,2548,0,-3694.48,-3255.55,33.5237,3.69709,360,10,0,1305,1186,1,0,0,0),(31030,4344,1,1,1,2548,0,-3767.46,-3317.1,29.0224,1.95895,360,10,0,1305,1186,1,0,0,0),(31029,4412,1,1,1,2546,0,-3737.51,-3329.05,34.8974,2.91963,360,10,0,1536,0,1,0,0,0),(31028,4404,1,1,1,2600,0,-4050,-4116.66,-16.3835,4.23895,360,5,0,1211,1067,1,0,0,0),(31027,4344,1,1,1,2548,0,-3855.54,-3073.61,31.5464,5.59847,360,10,0,1305,1186,1,0,0,0),(31026,4344,1,1,1,2548,0,-3764.01,-3379.69,32.3227,0.735715,360,10,0,1305,1186,1,0,0,0),(31025,4344,1,1,1,2548,0,-3742.98,-3050.12,30.0828,3.44296,360,10,0,1305,1186,1,0,0,0),(31024,4403,1,1,1,2599,0,-4222.4,-3879.42,-6.53742,4.85395,360,5,0,1464,0,1,0,0,0),(31023,4348,1,1,1,2708,0,-3751.32,-3130.47,37.1474,1.80714,360,5,0,1674,0,1,0,0,0),(31022,4404,1,1,1,2600,0,-4280.61,-3843.87,-6.80006,3.21936,360,5,0,1211,1067,1,0,0,0),(31021,23591,1,1,1,21652,1,-2752.16,-4433.62,-14.6525,0.066438,360,10,0,1536,0,1,0,0,0),(31020,4348,1,1,1,2708,0,-3673.78,-3181.14,41.9366,3.78001,360,10,0,1674,0,1,0,0,0),(31019,4362,1,1,1,11293,1,-2555.54,-3845.6,-6.12601,4.90168,360,5,0,1469,0,1,0,0,0),(31018,4362,1,1,1,11293,1,-2552.08,-3827.08,1.7653,5.38122,360,5,0,1469,0,1,0,0,0),(31017,4412,1,1,1,2546,0,-3640.49,-3291.46,41.1238,0.110277,360,10,0,1536,0,1,0,0,0),(31016,4359,1,1,1,652,1,-2556.27,-3813.49,4.0153,2.32971,360,0,0,1469,0,0,0,0,0),(31015,4359,1,1,1,652,1,-2562.29,-3819.01,2.2653,4.38886,360,0,0,1469,0,0,0,0,0),(31014,4357,1,1,1,2574,0,-4446.7,-2980.78,49.7644,3.33512,360,5,0,1674,0,1,0,0,0),(31013,4348,1,1,1,2708,0,-4057.51,-2716.78,41.0149,0.887816,360,5,0,1674,0,1,0,0,0),(31012,4393,1,1,1,11137,0,-3885.63,-3721.46,40.1758,4.09622,360,5,0,1751,0,1,0,0,0),(31011,4394,1,1,1,2569,0,-3856.48,-3767.93,39.658,5.1382,360,5,0,1459,0,1,0,0,0),(31010,4390,1,1,1,6431,0,-3564.96,-3851.47,-5.33705,3.4425,360,0,0,1603,0,0,0,0,0),(31009,4394,1,1,1,2569,0,-3874.7,-3775.25,40.163,5.83299,360,5,0,1459,0,1,0,0,0),(31008,23554,1,1,1,10771,0,-2821.79,-4054.29,36.5526,3.55231,360,10,0,1403,0,1,0,0,0),(31007,23554,1,1,1,10771,0,-2790.74,-4006.49,36.1223,2.91663,360,10,0,1403,0,1,0,0,0),(31006,4404,1,1,1,2600,0,-4260.04,-3897.82,-12.4946,2.06936,360,5,0,1211,1067,1,0,0,0),(31005,4415,1,1,1,11348,0,-3656.87,-3578,61.0422,0.199126,360,5,0,1751,0,1,0,0,0),(31004,4415,1,1,1,11348,0,-3668.36,-3515.17,50.9595,4.76238,360,5,0,1751,0,1,0,0,0),(31003,4397,1,1,1,7836,0,-2485.44,-3826.87,3.50752,3.87586,360,10,0,1403,0,1,0,0,0),(31002,4362,1,1,1,11293,1,-2521.74,-3828.83,0.390297,4.43806,360,5,0,1469,0,1,0,0,0),(31001,1420,1,1,1,901,0,-3703.42,-3297.41,30.8828,1.22988,360,10,0,8,0,1,0,0,0),(31000,4359,1,1,1,652,1,-2554.74,-4064.8,2.40683,4.96494,360,5,0,1469,0,1,0,0,0),(30999,4397,1,1,1,7836,0,-2472.24,-3845.68,0.148242,3.49053,360,10,0,1403,0,1,0,0,0),(30998,4376,1,1,1,545,0,-2795.5,-2567.73,30.4488,4.20003,360,3,0,1469,0,1,0,0,0),(30997,4376,1,1,1,545,0,-2777.8,-2562.11,29.837,4.45349,360,3,0,1469,0,1,0,0,0),(30996,4344,1,1,1,2548,0,-3752.22,-2997.22,33.3943,1.45346,360,10,0,1305,1186,1,0,0,0),(30995,4376,1,1,1,545,0,-2801.65,-2629.13,32.8168,2.81232,360,0,0,1469,0,0,0,0,0),(30994,4379,1,1,1,2541,0,-2819.04,-2592.84,34.4165,4.55342,360,3,0,1469,0,1,0,0,0),(30993,4376,1,1,1,545,0,-2847.72,-2679.37,33.0454,3.09526,360,5,0,1469,0,1,0,0,0),(30992,4344,1,1,1,2548,0,-3654.08,-2950.86,28.6474,5.99998,360,10,0,1305,1186,1,0,0,0),(30991,4344,1,1,1,2548,0,-3786.64,-2950.53,28.6474,3.80071,360,10,0,1305,1186,1,0,0,0),(30990,4344,1,1,1,2548,0,-3720.83,-2887.5,33.7708,5.09128,360,10,0,1305,1186,1,0,0,0),(30989,4344,1,1,1,2548,0,-3684.84,-2968.75,32.6085,1.19899,360,10,0,1305,1186,1,0,0,0),(30988,4344,1,1,1,2548,0,-3811.73,-3247.28,30.2475,4.22691,360,10,0,1305,1186,1,0,0,0),(30987,4344,1,1,1,2548,0,-3745.93,-3217.57,30.8511,1.34049,360,10,0,1305,1186,1,0,0,0),(30986,4343,1,1,1,814,0,-3601.1,-3128.33,31.424,3.23738,360,10,0,1536,0,1,0,0,0),(30985,4412,1,1,1,2546,0,-3562.93,-3161.63,45.4475,5.17436,360,10,0,1536,0,1,0,0,0),(30984,4412,1,1,1,2546,0,-3518.39,-3219.49,34.913,5.44824,360,10,0,1536,0,1,0,0,0),(30983,4412,1,1,1,2546,0,-3485.44,-3248.8,35.6629,4.03418,360,10,0,1536,0,1,0,0,0),(30982,4412,1,1,1,2546,0,-3539.11,-3164.65,44.8803,4.45556,360,10,0,1536,0,1,0,0,0),(30981,23555,1,1,1,1196,0,-3046.37,-3963.17,28.7379,6.09951,360,10,0,1403,0,1,0,0,0),(30980,4343,1,1,1,814,0,-3579.26,-3270.49,28.6474,1.83064,360,10,0,1536,0,1,0,0,0),(30979,4347,1,1,1,2707,0,-3543.62,-3237.68,33.4112,1.03628,360,5,0,1536,0,1,0,0,0),(30978,4412,1,1,1,2546,0,-3589.71,-3211.75,35.6154,2.7372,360,10,0,1536,0,1,0,0,0),(30977,2914,1,1,1,6303,0,-3629.48,-3394.29,37.4637,3.85029,360,10,0,8,0,1,0,0,0),(30976,4382,1,1,1,2024,0,-2570,-2983.4,32.8598,0.725792,360,10,0,1469,0,1,0,0,0),(30975,4393,1,1,1,11137,0,-3914.03,-3818.58,39.0551,3.43631,360,5,0,1751,0,1,0,0,0),(30974,23593,1,1,1,21654,0,-2401.33,-3148.22,36.7622,1.97222,360,0,0,1208,1097,0,0,0,0),(30973,23593,1,1,1,21655,0,-2416.68,-3115.65,36.8455,5.35816,360,0,0,1208,1097,0,0,0,0),(30972,23555,1,1,1,1196,0,-2876.25,-3784.4,28.6474,4.62432,360,10,0,1403,0,1,0,0,0),(30971,4352,1,1,1,1962,0,-2708.56,-3725.6,40.5192,4.13219,360,5,0,1469,0,1,0,0,0),(30970,23555,1,1,1,1196,0,-2746.78,-3778.13,28.4819,4.79129,360,10,0,1403,0,1,0,0,0),(30969,23555,1,1,1,1196,0,-3012.98,-3645.8,29.5692,3.5893,360,10,0,1403,0,1,0,0,0),(30968,4397,1,1,1,7836,0,-2298.67,-4173.81,-6.40215,5.58313,360,10,0,1403,0,1,0,0,0),(30967,4397,1,1,1,7836,0,-2299.94,-4183.81,-11.5682,0.028916,360,10,0,1403,0,1,0,0,0),(30966,4397,1,1,1,7836,0,-2352.36,-4237.46,-1.65652,4.52483,360,10,0,1403,0,1,0,0,0),(30965,4397,1,1,1,7836,0,-2420.32,-4182.31,-2.66916,5.47555,360,10,0,1403,0,1,0,0,0),(30964,4397,1,1,1,7836,0,-2386.15,-4241.2,-7.77776,4.72246,360,10,0,1403,0,1,0,0,0),(30963,4351,1,1,1,2571,0,-2786.95,-3644.3,39.7406,2.81156,360,5,0,1469,0,1,0,0,0),(30962,6145,1,1,1,4878,0,-2516.76,-4121.47,-6.60687,5.41901,360,5,0,8,0,1,0,0,0),(30961,4415,1,1,1,11348,0,-4190.84,-3767.84,69.4814,0.271856,360,5,0,1751,0,1,0,0,0),(30960,4414,1,1,1,2542,0,-2838.79,-4125.88,48.9155,5.8136,360,10,0,1469,0,1,0,0,0),(30959,6145,1,1,1,4878,0,-2812.1,-4252.93,-5.48593,4.98779,360,5,0,8,0,1,0,0,0),(30958,4348,1,1,1,2708,0,-4057.75,-3185.66,36.6256,4.88786,360,5,0,1674,0,1,0,0,0),(30957,4412,1,1,1,2546,0,-3892.21,-3094.63,36.419,1.01983,360,10,0,1536,0,1,0,0,0),(30956,4389,1,1,1,2601,0,-3355.96,-3492.92,-9.22355,3.1378,360,5,0,1532,0,1,0,0,0),(30955,4389,1,1,1,2601,0,-3343.36,-3633.93,-7.23753,1.96448,360,5,0,1532,0,1,0,0,0),(30954,4394,1,1,1,2569,0,-3850.89,-3554.45,41.9554,5.83397,360,5,0,1459,0,1,0,0,0),(30953,4393,1,1,1,11137,0,-3884.01,-3845.47,37.1322,3.25656,360,5,0,1751,0,1,0,0,0),(30952,4345,1,1,1,807,0,-4475.9,-3017.93,28.6474,3.33322,360,10,0,1751,0,1,0,0,0),(30951,23620,1,1,1,21645,0,-4090.94,-4539.22,18.7163,0.872665,360,0,0,1220,0,0,0,0,0),(30950,23555,1,1,1,1196,0,-2980.24,-3951.83,32.8186,4.48398,360,10,0,1403,0,1,0,0,0),(30949,2914,1,1,1,2957,0,-3997.07,-3633.67,42.5122,4.81757,360,10,0,8,0,1,0,0,0),(30948,23979,1,1,1,21950,0,-2803.7,-3837.41,36.275,5.36323,360,10,0,13,0,1,0,0,0),(30947,4343,1,1,1,814,0,-3459.34,-2765.43,28.6474,5.77634,360,10,0,1536,0,1,0,0,0),(30946,4351,1,1,1,2571,0,-2654.87,-3549.32,34.1629,4.05991,360,10,0,1469,0,1,0,0,0),(30945,23555,1,1,1,1196,0,-3055.06,-3619.58,28.8195,3.01414,360,10,0,1403,0,1,0,0,0),(30944,4404,1,1,1,2600,0,-4139.96,-3985.05,-8.72082,4.464,360,5,0,1211,1067,1,0,0,0),(30943,4351,1,1,1,2571,0,-2714.68,-3612.54,46.8814,0.257432,360,5,0,1469,0,1,0,0,0),(30942,4403,1,1,1,2599,0,-4221.34,-3856.81,-5.53389,4.49355,360,5,0,1464,0,1,0,0,0),(30941,4401,1,1,1,2426,0,-4247.13,-3822.91,-3.01307,0.63882,360,5,0,1403,0,1,0,0,0),(30940,4404,1,1,1,2600,0,-4281.25,-3780.52,-2.91547,1.56706,360,5,0,1211,1067,1,0,0,0),(30939,2914,1,1,1,1206,0,-4186.79,-3671.57,40.0795,4.51768,360,10,0,8,0,1,0,0,0),(30938,4341,1,1,1,1080,0,-3244.14,-4094.17,20.043,3.54863,360,10,0,1403,0,1,0,0,0),(30937,4344,1,1,1,2548,0,-3970.83,-2812.5,33.2724,2.94133,360,10,0,1305,1186,1,0,0,0),(30936,4362,1,1,1,11293,1,-2572.52,-4038.69,8.33867,0.883976,360,0,0,1469,0,0,0,0,0),(30935,5057,1,1,1,21687,1,-3945.04,-2843.88,43.7061,5.96903,360,0,0,1536,0,0,0,0,0),(30934,23637,1,1,1,21640,1,-3963.17,-2879.72,42.4148,5.34521,360,5,0,1536,0,1,0,0,0),(30933,4359,1,1,1,652,1,-2569.95,-4038.99,8.58657,0.588039,360,0,0,1469,0,0,0,0,0),(30932,4362,1,1,1,11293,1,-2581.32,-4045.71,7.88609,1.61179,360,5,0,1469,0,1,0,0,0),(30931,4362,1,1,1,11293,1,-2553.39,-3998.74,9.61452,4.49637,360,5,0,1469,0,1,0,0,0),(30930,4359,1,1,1,652,1,-2601.12,-4044.94,5.8715,1.50098,360,0,0,1469,0,0,0,0,0),(30929,4359,1,1,1,652,1,-2590.02,-4023.38,7.41437,5.56417,360,5,0,1469,0,1,0,0,0),(30928,4343,1,1,1,814,0,-3554.08,-3311.69,28.7852,2.97968,360,10,0,1536,0,1,0,0,0),(30927,4344,1,1,1,2548,0,-3684.24,-2779,29.6634,2.38381,360,10,0,1305,1186,1,0,0,0),(30926,4415,1,1,1,11348,0,-3711.51,-3639.53,54.6749,1.50631,360,5,0,1751,0,1,0,0,0),(30925,4415,1,1,1,11348,0,-3746.72,-3586.56,38.4761,1.02843,360,5,0,1751,0,1,0,0,0),(30924,4346,1,1,1,2700,0,-3440.52,-4314.8,33.0443,4.81614,360,5,0,1403,0,1,0,0,0),(30923,23720,1,1,1,2977,0,-2411.3,-3160.04,35.9414,2.89725,360,0,0,1220,0,0,0,0,0),(30922,4389,1,1,1,2601,0,-3526.38,-3769.08,-7.62563,1.61179,360,5,0,1532,0,1,0,0,0),(30921,4389,1,1,1,2601,0,-3602.89,-3937.73,-6.54979,2.46926,360,5,0,1532,0,1,0,0,0),(30920,2914,1,1,1,2958,0,-3390.12,-2782.26,31.5224,2.16729,360,10,0,8,0,1,0,0,0),(30919,4414,1,1,1,2542,0,-2769.73,-4053.95,57.5352,3.51775,360,10,0,1469,0,1,0,0,0),(30918,4345,1,1,1,807,0,-4284.5,-3450.61,30.2724,4.38631,360,10,0,1751,0,1,0,0,0),(30917,4351,1,1,1,2571,0,-2564.55,-3524.82,39.556,3.29092,360,5,0,1469,0,1,0,0,0),(30916,4345,1,1,1,807,0,-4690.11,-3414.35,29.5225,2.13377,360,10,0,1751,0,1,0,0,0),(30915,2914,1,1,1,2957,0,-3884.76,-3738.09,40.3731,5.4439,360,10,0,8,0,1,0,0,0),(30914,4334,1,1,1,8309,1,-4819.35,-3946.57,50.799,3.2012,360,10,0,1522,1332,1,0,0,0),(30913,4334,1,1,1,8309,1,-4787.42,-3982.57,47.368,4.30065,360,10,0,1522,1332,1,0,0,0),(30912,4334,1,1,1,8309,1,-4663.5,-3965.7,47.5508,3.54702,360,5,0,1522,1332,1,0,0,0),(30911,4328,1,1,1,8310,1,-4753.3,-3952.46,54.8863,5.02589,360,5,0,1471,1283,1,0,0,0),(30910,4334,1,1,1,8309,1,-4747.08,-4012.27,44.921,3.26597,360,5,0,1522,1332,1,0,0,0),(30909,4334,1,1,1,8309,1,-4953.43,-3781.91,44.661,4.77273,360,5,0,1522,1332,1,0,0,0),(30908,4415,1,1,1,11348,0,-3613.65,-3558.74,48.8766,2.53679,360,5,0,1751,0,1,0,0,0),(30907,23554,1,1,1,10771,0,-3218.6,-3843.9,42.8055,0.050837,360,10,0,1403,0,1,0,0,0),(30906,4345,1,1,1,807,0,-4805.39,-3560.8,30.0016,3.92538,360,10,0,1751,0,1,0,0,0),(30905,4323,1,1,1,715,0,-4789.06,-3340.8,36.1505,5.98841,360,10,0,1751,0,1,0,0,0),(30904,4345,1,1,1,807,0,-4806.61,-3341.97,36.7372,6.14125,360,10,0,1751,0,1,0,0,0),(30903,4345,1,1,1,807,0,-4824.3,-3291.46,31.6969,3.39523,360,10,0,1751,0,1,0,0,0),(30902,2914,1,1,1,1206,0,-4653.52,-3190.88,34.4574,0.132462,360,10,0,8,0,1,0,0,0),(30901,23554,1,1,1,10771,0,-3049.76,-3913.09,40.6766,1.12665,360,10,0,1403,0,1,0,0,0),(30900,4345,1,1,1,807,0,-4540.74,-3757.38,30.1318,6.18076,360,10,0,1751,0,1,0,0,0),(30899,4345,1,1,1,807,0,-4617.19,-3423.96,29.076,4.24874,360,10,0,1751,0,1,0,0,0),(30898,4345,1,1,1,807,0,-4644.71,-3450.29,30.8598,0.058322,360,10,0,1751,0,1,0,0,0),(30897,4345,1,1,1,807,0,-4747.83,-3356.83,31.0218,3.19629,360,10,0,1751,0,1,0,0,0),(30896,4415,1,1,1,11348,0,-3994.42,-3918.58,92.5324,1.96804,360,5,0,1751,0,1,0,0,0),(30895,4415,1,1,1,11348,0,-3923.76,-3915.84,67.2964,0.815776,360,5,0,1751,0,1,0,0,0),(30894,4415,1,1,1,11348,0,-3869.28,-3900.31,67.3831,2.47701,360,3,0,1751,0,1,0,0,0),(30893,4388,1,1,1,2425,0,-4056.32,-4493.47,-28.5996,4.58874,360,10,0,1396,0,1,0,0,0),(30892,4388,1,1,1,2425,0,-4048.78,-4589.61,-41.4274,5.53271,360,10,0,1396,0,1,0,0,0),(30891,4388,1,1,1,2425,0,-4013.98,-4515.77,-23.3762,5.04464,360,10,0,1396,0,1,0,0,0),(30890,4388,1,1,1,2425,0,-4011.09,-4482.85,-22.714,3.28081,360,10,0,1396,0,1,0,0,0),(30889,1420,1,1,1,901,0,-4410.6,-2860.27,28.6474,3.3813,360,10,0,8,0,1,0,0,0),(30888,2914,1,1,1,1206,0,-4367.7,-3491.18,36.6644,0.198545,360,10,0,8,0,1,0,0,0),(30887,4345,1,1,1,807,0,-4247.42,-3145.49,29.3387,4.55142,360,10,0,1751,0,1,0,0,0),(30886,620,1,1,1,304,0,-3785.42,-4331.25,9.86194,4.3043,360,10,0,1,0,1,0,0,0),(30885,4341,1,1,1,1080,0,-2955.46,-2916.19,29.4215,2.10637,360,10,0,1403,0,1,0,0,0),(30884,4404,1,1,1,2600,0,-3477.46,-3770.57,12.9116,1.97996,360,5,0,1211,1067,1,0,0,0),(30883,4389,1,1,1,2601,0,-3523.38,-3738.17,-9.36362,3.54059,360,5,0,1532,0,1,0,0,0),(30882,4345,1,1,1,807,0,-4787.52,-3244.55,29.7852,2.17288,360,10,0,1751,0,1,0,0,0),(30881,1412,1,1,1,134,0,-3594.27,-4434.9,12.9053,0.178959,360,10,0,8,0,1,0,0,0),(30880,2914,1,1,1,1206,0,-3047.57,-4003.91,38.434,4.62827,360,10,0,8,0,1,0,0,0),(30879,23687,1,1,1,6377,0,-4942.86,-3848.25,73.3742,1.8437,1200,20,0,8255,0,1,0,0,0),(30878,4324,1,1,1,397,0,-4486.14,-3934.65,35.9412,5.32696,360,10,0,1416,1236,1,0,0,0),(30877,4324,1,1,1,397,0,-4906.67,-3233.84,65.5498,5.39262,360,10,0,1416,1236,1,0,0,0),(30876,4323,1,1,1,715,0,-4502.07,-3829.88,36.4756,0.140735,360,10,0,1751,0,1,0,0,0),(30875,4345,1,1,1,807,0,-4615.32,-3877.92,28.7429,2.29482,360,10,0,1751,0,1,0,0,0),(30874,4397,1,1,1,7836,0,-2616.03,-4297.74,0.526373,6.01917,360,10,0,1403,0,1,0,0,0),(30873,4351,1,1,1,2571,0,-2677.77,-3571.25,35.3537,1.65732,360,10,0,1469,0,1,0,0,0),(30872,16072,1,1,1,15985,1,-2714.61,-4990.07,7.16219,4.74729,1200,0,0,9711,0,0,0,0,0),(30871,15591,1,1,1,15558,0,-2632.03,-5036.22,22.9473,6.24828,1200,0,0,24416,0,0,0,0,0),(30870,4364,1,1,1,9135,1,-2738.06,-5035.69,7.92337,0.790134,1200,3,0,8883,0,1,0,0,0),(30869,4370,1,1,1,11266,1,-2699.44,-5039.15,7.90609,0.087453,1200,0,0,7326,4868,0,0,0,0),(30868,4371,1,1,1,6750,1,-2745.9,-5001.17,33.1383,4.82331,1200,0,0,7107,4738,0,0,0,0),(30867,4343,1,1,1,814,0,-3606.22,-3036.09,33.7724,2.07836,360,10,0,1536,0,1,0,0,0),(30866,23555,1,1,1,10255,0,-3143.66,-3838.83,28.6672,2.14367,360,10,0,1403,0,1,0,0,0),(30865,23555,1,1,1,1196,0,-3121.3,-3814.58,31.8974,4.4479,360,10,0,1403,0,1,0,0,0),(30864,4343,1,1,1,814,0,-3580.84,-3098.63,29.5224,4.99114,360,10,0,1536,0,1,0,0,0),(30863,15591,1,1,1,15560,0,-2678.41,-5036.98,21.7699,3.47321,1200,0,0,24416,0,0,0,0,0),(30862,4412,1,1,1,2546,0,-3825.86,-2997.55,37.5224,1.32736,360,10,0,1536,0,1,0,0,0),(30861,4371,1,1,1,6750,1,-2642.41,-4991.01,22.9797,2.59482,1200,0,0,7107,4738,0,0,0,0),(30860,4368,1,1,1,11258,1,-2630.73,-5010.15,23.3042,1.29738,1200,0,0,9156,0,0,0,0,0),(30859,15591,1,1,1,15558,0,-2656.57,-5057.34,23.0198,2.37365,1200,0,0,24416,0,0,0,0,0),(30858,4368,1,1,1,11258,1,-2650.01,-4997.43,21.6675,3.68265,1200,0,0,9156,0,0,0,0,0),(30857,4368,1,1,1,11258,1,-2653.53,-4990.83,21.5277,3.76991,1200,0,0,9156,0,0,0,0,0),(30856,4368,1,1,1,11258,1,-2678.24,-4986.74,21.7668,0.626981,1200,0,0,9156,0,0,0,0,0),(30855,4366,1,1,1,9134,1,-2653.36,-4918.74,20.9539,5.09345,1200,5,0,9432,0,1,0,0,0),(30854,4374,1,1,1,2423,0,-2770.48,-4997.43,40.7702,0.295197,1200,5,0,8883,0,1,0,0,0),(30853,4374,1,1,1,2423,0,-2653.29,-4881.01,22.1262,0.091897,1200,5,0,8883,0,1,0,0,0),(30852,4374,1,1,1,2423,0,-2693.85,-4743.7,10.841,5.96761,1200,10,0,8883,0,1,0,0,0),(30851,4366,1,1,1,9134,1,-2619.03,-4877.81,23.1887,1.02149,1200,5,0,9432,0,1,0,0,0),(30850,4374,1,1,1,2423,0,-2750.04,-4679.68,-4.51041,3.61184,1200,10,0,8883,0,1,0,0,0),(30849,4371,1,1,1,6750,1,-2681.92,-4815.98,18.4512,5.91081,1200,5,0,7107,4738,1,0,0,0),(30848,4374,1,1,1,2423,0,-2823.08,-4676.17,-10.0951,3.57258,1200,10,0,8883,0,1,0,0,0),(30847,4345,1,1,1,807,0,-4687.33,-3478.95,30.8713,1.22436,360,10,0,1751,0,1,0,0,0),(30846,4393,1,1,1,11137,0,-3913.11,-3884.15,47.38,2.70154,360,5,0,1751,0,1,0,0,0),(30845,4345,1,1,1,807,0,-3806.27,-3418.62,37.9134,0.665438,360,10,0,1751,0,1,0,0,0),(30844,4346,1,1,1,2700,0,-2939.96,-3492.22,40.6282,5.95896,360,5,0,1403,0,1,0,0,0),(30843,2914,1,1,1,6303,0,-2509.5,-3124.65,36.2072,4.22163,360,10,0,8,0,1,0,0,0),(30842,4412,1,1,1,2546,0,-3977.48,-2853.35,40.3328,0.293366,360,10,0,1536,0,1,0,0,0),(30841,4412,1,1,1,2546,0,-3984.75,-2910.66,36.5165,4.79258,360,10,0,1536,0,1,0,0,0),(30840,23602,1,1,1,21639,0,-3632.37,-4362.02,6.91604,5.96903,360,0,0,1009,1067,0,0,0,0),(30839,4401,1,1,1,2426,0,-3554.51,-3704.35,18.6001,2.42323,360,5,0,1403,0,1,0,0,0),(30838,4389,1,1,1,2601,0,-3542.3,-4024.9,-3.17919,0.385096,360,5,0,1532,0,1,0,0,0),(30837,4389,1,1,1,2601,0,-3457.42,-3727.25,-10.2251,5.72769,360,5,0,1532,0,1,0,0,0),(30836,4414,1,1,1,2542,0,-3412.88,-3956.42,27.8769,0.265643,360,10,0,1469,0,1,0,0,0),(30835,2914,1,1,1,2957,0,-2908.44,-2874.83,37.7724,1.31453,360,10,0,8,0,1,0,0,0),(30834,4363,1,1,1,5286,1,-2336.93,-4115.26,13.6941,6.22259,360,5,0,1208,1097,1,0,0,0),(30833,4361,1,1,1,478,1,-2352.17,-4078.08,6.66264,5.14265,360,5,0,1469,0,1,0,0,0),(30832,4363,1,1,1,5286,1,-2381.23,-4079.51,6.58898,5.65487,360,0,0,1208,1097,0,0,0,0),(30831,4361,1,1,1,478,1,-2371.43,-4082.9,6.97257,5.16705,360,0,0,1469,0,0,0,0,0),(30830,4361,1,1,1,478,1,-2374.59,-4103.75,6.95057,3.59968,360,5,0,1469,0,1,0,0,0),(30829,4361,1,1,1,478,1,-2337.42,-4031.37,7.33397,3.48002,360,5,0,1469,0,1,0,0,0),(30828,4363,1,1,1,5286,1,-2365.25,-4104.03,7.47878,0.366519,360,0,0,1208,1097,0,0,0,0),(30827,4361,1,1,1,478,1,-2324.51,-4054.24,7.59539,4.49926,360,5,0,1469,0,1,0,0,0),(30826,4363,1,1,1,5286,1,-2369.32,-4037.42,6.90366,1.87717,360,5,0,1208,1097,1,0,0,0),(30825,4361,1,1,1,478,1,-2386.86,-4044.96,7.6334,4.90078,360,5,0,1469,0,1,0,0,0),(30824,4363,1,1,1,5286,1,-2395.59,-3995.92,9.59968,6.2208,360,5,0,1208,1097,1,0,0,0),(30823,4361,1,1,1,478,1,-2429.45,-3974.52,0.048311,2.02458,360,0,0,1469,0,0,0,0,0),(30822,4363,1,1,1,5286,1,-2408.23,-3978.23,1.09477,5.25477,360,5,0,1208,1097,1,0,0,0),(30821,23554,1,1,1,10771,0,-3146.98,-3774.22,40.1291,1.2443,360,10,0,1403,0,1,0,0,0),(30820,4414,1,1,1,2542,0,-3254.27,-3720.83,43.0408,5.56083,360,10,0,1469,0,1,0,0,0),(30819,4414,1,1,1,2542,0,-3176.96,-3703.58,51.0437,5.03661,360,10,0,1469,0,1,0,0,0),(30818,5085,1,1,1,2977,1,-3479.84,-4116.58,30.9032,1.06465,360,0,0,1163,0,0,0,0,0),(30817,5085,1,1,1,2979,1,-3465.87,-4107.04,52.2821,0.10472,360,0,0,1163,0,0,0,0,0),(30816,5085,1,1,1,2977,1,-3470.12,-4103.46,41.107,5.03486,360,0,0,1163,0,0,0,0,0),(30815,5085,1,1,1,2979,1,-3482.88,-4101.59,52.2821,2.37365,360,0,0,1163,0,0,0,0,0),(30814,5085,1,1,1,2979,1,-3463.78,-4128.84,17.0988,5.57188,360,0,0,1163,0,2,0,0,0),(30813,5085,1,1,1,2980,1,-3457.82,-4147.65,11.2355,5.84685,360,0,0,1163,0,0,0,0,0),(30812,5085,1,1,1,2980,1,-3439.45,-4138.56,11.1105,0.684176,360,0,0,1163,0,0,0,0,0),(30811,1420,1,1,1,901,0,-2844.06,-3244.13,33.4166,0.456546,360,10,0,8,0,1,0,0,0),(30810,5085,1,1,1,2978,1,-3456.47,-4108.24,16.9634,1.26493,360,0,0,1163,0,0,0,0,0),(30809,4343,1,1,1,814,0,-3503.99,-2971.19,28.7022,5.46048,360,10,0,1536,0,1,0,0,0),(30808,2914,1,1,1,1206,0,-3819.06,-3299.4,30.8135,4.63022,360,10,0,8,0,1,0,0,0),(30807,4344,1,1,1,2548,0,-4065.82,-2862.98,30.1412,4.08101,360,10,0,1305,1186,1,0,0,0),(30806,4348,1,1,1,2708,0,-4114.61,-2845.79,38.0406,6.1598,360,5,0,1674,0,1,0,0,0),(30805,2914,1,1,1,6303,0,-3375.55,-3229.8,29.5138,3.34205,360,10,0,8,0,1,0,0,0),(30804,1420,1,1,1,901,0,-3015.52,-3022.69,30.2317,3.37615,360,10,0,8,0,1,0,0,0),(30803,1420,1,1,1,901,0,-3702.09,-3206.07,29.3974,3.10763,360,10,0,8,0,1,0,0,0),(30802,1412,1,1,1,134,0,-3696.16,-4344.5,11.4038,0.059758,360,10,0,8,0,1,0,0,0),(30801,23602,1,1,1,21639,0,-3733.1,-4420.91,30.5854,3.08923,360,0,0,1009,1067,0,0,0,0),(30800,4394,1,1,1,2569,0,-3977.08,-3568.75,42.2671,5.60808,360,5,0,1459,0,1,0,0,0),(30799,4397,1,1,1,7836,0,-2431.33,-3823.4,-2.85298,0.7135,360,10,0,1403,0,1,0,0,0),(30798,4397,1,1,1,7836,0,-2355.97,-3953.9,-7.05756,4.45338,360,10,0,1403,0,1,0,0,0),(30797,4397,1,1,1,7836,0,-2495.74,-3864.22,-4.2347,5.24008,360,10,0,1403,0,1,0,0,0),(30796,4397,1,1,1,7836,0,-2542.6,-3873.36,-18.9312,3.36005,360,10,0,1403,0,1,0,0,0),(30795,4397,1,1,1,7836,0,-2589.68,-3904.42,-6.61263,2.95493,360,10,0,1403,0,1,0,0,0),(30794,4352,1,1,1,1962,0,-2645.06,-3624.82,37.4003,5.47845,360,3,0,1469,0,1,0,0,0),(30793,4346,1,1,1,2700,0,-2697.66,-3893.86,59.1835,4.45367,360,5,0,1403,0,1,0,0,0),(30792,4404,1,1,1,2600,0,-3574.64,-3808.92,5.68592,4.86126,360,5,0,1211,1067,1,0,0,0),(30791,2914,1,1,1,1206,0,-4633.32,-3023.63,34.275,2.23852,360,10,0,8,0,1,0,0,0),(30790,4414,1,1,1,2542,0,-3076.78,-4137.48,23.999,3.22765,360,10,0,1469,0,1,0,0,0),(30789,4414,1,1,1,2542,0,-3360.47,-4235.41,23.5935,1.12638,360,10,0,1469,0,1,0,0,0),(30788,4345,1,1,1,807,0,-4518.52,-3859.3,29.3513,5.86912,360,10,0,1751,0,1,0,0,0),(30787,4343,1,1,1,814,0,-3505.09,-3019.28,35.8974,6.16686,360,10,0,1536,0,1,0,0,0),(30786,4389,1,1,1,2601,0,-3608.08,-3860.04,-8.0415,1.1394,360,5,0,1532,0,1,0,0,0),(30785,1420,1,1,1,901,0,-4400.79,-3149.4,30.5615,4.10328,360,10,0,8,0,1,0,0,0),(30784,4345,1,1,1,807,0,-4584.11,-3712.1,30.0846,0.159568,360,10,0,1751,0,1,0,0,0),(30783,4346,1,1,1,2700,0,-3375.89,-3933.19,40.0131,3.10648,360,5,0,1403,0,1,0,0,0),(30782,4348,1,1,1,2708,0,-3877.53,-3002.94,37.3978,2.64094,360,5,0,1674,0,1,0,0,0),(30781,4346,1,1,1,2700,0,-3145.79,-4094.69,61.2974,4.687,360,5,0,1403,0,1,0,0,0),(30780,23602,1,1,1,21639,0,-3607.46,-4322.31,9.5414,4.69494,360,0,0,1009,1067,0,0,0,0),(30779,4341,1,1,1,1080,0,-2673.73,-3315.73,31.1128,0.373262,360,10,0,1403,0,1,0,0,0),(30778,23637,1,1,1,21640,1,-4021.75,-4982.69,8.12982,2.41315,300,0,0,1536,0,0,0,0,0),(30777,23637,1,1,1,21639,1,-4021.61,-4991.62,0.814585,0.334238,300,0,0,1536,0,0,0,0,0),(30776,5057,1,1,1,3016,1,-4006.29,-4999.48,0.814592,2.05179,300,0,0,1536,0,0,0,0,0),(30775,23941,1,1,1,4839,1,-4026.57,-4975.82,8.21533,5.14872,300,0,0,1305,1186,0,0,0,0),(30774,5057,1,1,1,3016,1,-3996.45,-5017.51,1.1492,1.7174,300,0,0,1536,0,0,0,0,0),(30773,5057,1,1,1,3016,1,-4004.39,-5011.29,8.13875,3.24073,300,0,0,1536,0,0,0,0,0),(30772,5057,1,1,1,3016,1,-4009.07,-5002.67,8.13691,4.69542,300,0,0,1536,0,0,0,0,0),(30771,5057,1,1,1,3016,1,-4022.91,-4992.63,13.1895,3.90975,300,0,0,1536,0,0,0,0,0),(30770,5057,1,1,1,3016,1,-4004.84,-5003.35,13.4668,0.497071,300,0,0,1536,0,0,0,0,0),(30769,5057,1,1,1,3016,1,-3999.51,-5015.85,13.7618,0.311079,300,0,0,1536,0,0,0,0,0),(30768,4401,1,1,1,2426,0,-4187.7,-4148.39,-10.277,3.36852,360,5,0,1403,0,1,0,0,0),(30767,4404,1,1,1,2600,0,-4385.38,-4210.5,7.99585,4.80985,360,5,0,1211,1067,1,0,0,0),(30766,4341,1,1,1,1080,0,-2748.74,-3619.16,29.3401,3.60498,360,10,0,1403,0,1,0,0,0),(30765,4388,1,1,1,2425,0,-3973.77,-4788.68,-38.7556,2.41713,360,10,0,1396,0,1,0,0,0),(30764,4388,1,1,1,2425,0,-4042.04,-4713.41,-43.3616,4.41527,360,10,0,1396,0,1,0,0,0),(30763,4388,1,1,1,2425,0,-4018.74,-4693.06,-36.8545,5.49927,360,10,0,1396,0,1,0,0,0),(30762,4388,1,1,1,2425,0,-4053.58,-4646.24,-38.3043,1.21776,360,10,0,1396,0,1,0,0,0),(30761,23589,1,1,1,21647,1,-3016.97,-4321.08,9.50452,5.05458,180,5,0,1469,0,1,0,0,0),(30760,23589,1,1,1,21647,1,-3052.59,-4363.12,8.45787,3.21986,180,5,0,1469,0,1,0,0,0),(30759,23589,1,1,1,21648,1,-3055.59,-4328.37,9.03148,4.69574,180,5,0,1469,0,1,0,0,0),(30758,23679,1,1,1,21689,1,-2991.45,-4382.34,10.4377,3.28008,180,0,0,1536,0,0,0,0,0),(30757,5057,1,1,1,21687,1,-3946.01,-2869.55,46.3896,4.67316,360,5,0,1536,0,1,0,0,0),(30756,5057,1,1,1,3016,1,-3948.4,-2859.03,46.446,3.03687,360,0,0,1536,0,0,0,0,0),(30755,1412,1,1,1,134,0,-3767.8,-4563.98,9.83731,4.67354,360,10,0,8,0,1,0,0,0),(30754,4397,1,1,1,7836,0,-2689.53,-4354.99,-4.46758,2.01777,360,10,0,1403,0,1,0,0,0),(30753,4404,1,1,1,2600,0,-4156.49,-4183.23,-9.2504,4.09075,360,5,0,1211,1067,1,0,0,0),(30752,6145,1,1,1,4878,0,-4191.17,-4072.28,-2.59197,5.61231,360,5,0,8,0,1,0,0,0),(30751,4404,1,1,1,2600,0,-3495.71,-3630.13,14.1021,6.02906,360,5,0,1211,1067,1,0,0,0),(30750,6145,1,1,1,4878,0,-3490.23,-3575.68,-8.09055,2.06873,360,5,0,8,0,1,0,0,0),(30749,4415,1,1,1,11348,0,-3728.69,-3718.44,45.853,0.566879,360,5,0,1751,0,1,0,0,0),(30748,1420,1,1,1,901,0,-4519.43,-2840.53,29.7551,0.158732,360,10,0,8,0,1,0,0,0),(30747,1420,1,1,1,901,0,-4504.48,-3241.31,29.9444,1.48668,360,10,0,8,0,1,0,0,0),(30746,1420,1,1,1,901,0,-2693.44,-3656.53,28.6474,6.04263,360,10,0,8,0,1,0,0,0),(30745,4352,1,1,1,1962,0,-2565.24,-3715.64,47.7883,5.64534,360,5,0,1469,0,1,0,0,0),(30744,23637,1,1,1,21640,1,-4019.12,-4990.38,18.5149,3.80699,300,0,0,1536,0,0,0,0,0),(30743,23637,1,1,1,21640,1,-3956.36,-4990.98,2.70445,2.30383,300,0,0,1536,0,0,0,0,0),(30742,5057,1,1,1,3016,1,-3963.32,-4982.18,2.6071,5.41052,300,0,0,1536,0,0,0,0,0),(30741,5057,1,1,1,21687,1,-3951.94,-4955.57,7.11307,0.942478,300,0,0,1536,0,0,0,0,0),(30740,1420,1,1,1,901,0,-3880.85,-3004.08,37.1223,0.979646,360,10,0,8,0,1,0,0,0),(30739,2914,1,1,1,2958,0,-3680.69,-2777.28,28.6474,0.363038,360,10,0,8,0,1,0,0,0),(30738,4345,1,1,1,807,0,-3753.07,-3518.84,28.6474,5.64173,360,10,0,1751,0,1,0,0,0),(30737,4359,1,1,1,652,1,-2572.71,-4019.2,8.10217,5.79403,360,5,0,1469,0,1,0,0,0),(30736,4362,1,1,1,11293,1,-2561.52,-3984.23,8.70341,0.83101,360,0,0,1469,0,0,0,0,0),(30735,4359,1,1,1,652,1,-2602.53,-4030.27,6.72326,5.44543,360,0,0,1469,0,0,0,0,0),(30734,4359,1,1,1,652,1,-2564.19,-3990.79,7.95341,0.06557,360,5,0,1469,0,1,0,0,0),(30733,4345,1,1,1,807,0,-4353.01,-3143.62,29.7156,2.77596,360,10,0,1751,0,1,0,0,0),(30732,4328,1,1,1,8310,1,-4812.18,-4008.74,56.0457,2.2315,360,5,0,1471,1283,1,0,0,0),(30731,4343,1,1,1,814,0,-3476.19,-3037.77,31.7272,0.992539,360,10,0,1536,0,1,0,0,0),(30730,4343,1,1,1,814,0,-3483.72,-3099.25,28.6474,1.06453,360,10,0,1536,0,1,0,0,0),(30729,4343,1,1,1,814,0,-3507.99,-3092,31.4849,4.24175,360,10,0,1536,0,1,0,0,0),(30728,4343,1,1,1,814,0,-3489.38,-2920,30.8974,5.91615,360,10,0,1536,0,1,0,0,0),(30727,4344,1,1,1,2548,0,-4166.88,-2805.22,28.8231,0.508237,360,10,0,1305,1186,1,0,0,0),(30726,4979,1,1,1,2977,1,-3642.63,-4346.08,6.55615,5.35816,360,0,0,4906,0,0,0,0,0),(30725,4979,1,1,1,2977,1,-3600.08,-4333.31,9.59916,0.907571,360,0,0,4906,0,0,0,0,0),(30724,4979,1,1,1,2977,1,-3607.72,-4324.23,9.68035,0.593412,360,0,0,4906,0,0,0,0,0),(30723,5085,1,1,1,2978,1,-3461.71,-4119.67,17.0988,5.20108,360,0,0,1163,0,0,0,0,0),(30722,4348,1,1,1,2708,0,-3819.7,-3016.51,38.4763,1.3699,360,5,0,1674,0,1,0,0,0),(30721,4344,1,1,1,2548,0,-4044.05,-2826.46,30.2044,5.85889,360,10,0,1305,1186,1,0,0,0),(30720,4344,1,1,1,2548,0,-4075.66,-2802.26,28.6474,5.86042,360,10,0,1305,1186,1,0,0,0),(30719,4344,1,1,1,2548,0,-4091.41,-2887.75,29.3974,1.48817,360,10,0,1305,1186,1,0,0,0),(30718,4397,1,1,1,7836,0,-3020.84,-4221.62,-1.40882,1.81037,180,5,0,1403,0,1,0,0,0),(30717,23589,1,1,1,21647,1,-2949.1,-4319.67,2.54692,3.34205,180,5,0,1469,0,1,0,0,0),(30716,2914,1,1,1,6303,0,-2909.56,-3404.31,35.7329,1.64697,360,10,0,8,0,1,0,0,0),(30715,5057,1,1,1,3016,1,-3897.23,-2845.84,43.3428,2.16257,360,5,0,1536,0,1,0,0,0),(30714,1420,1,1,1,901,0,-2835.08,-3556.23,29.6843,0.386675,360,10,0,8,0,1,0,0,0),(30713,23589,1,1,1,21647,1,-3019.1,-4289.84,5.89072,4.64985,180,5,0,1469,0,1,0,0,0),(30712,4334,1,1,1,8309,1,-4604.52,-3950.31,41.2178,6.14937,360,5,0,1522,1332,1,0,0,0),(30711,1420,1,1,1,901,0,-2813.61,-3930.18,28.8975,1.92648,360,10,0,8,0,1,0,0,0),(30710,23590,1,1,1,21651,0,-2998.34,-4326.14,7.09341,4.06662,180,0,0,1208,1097,0,0,0,0),(30709,23589,1,1,1,21649,1,-2976.19,-4328.22,12.2155,0.997231,180,5,0,1469,0,1,0,0,0),(30708,23589,1,1,1,21648,1,-2957.59,-4336.65,15.2971,1.21018,180,5,0,1469,0,1,0,0,0),(30707,23590,1,1,1,21651,0,-2980.53,-4368.43,8.99304,5.58505,180,0,0,1208,1097,0,0,0,0),(30706,4352,1,1,1,1962,0,-2592.52,-3647.9,47.8731,0.036658,360,5,0,1469,0,1,0,0,0),(30705,4351,1,1,1,2571,0,-2628.1,-3719.94,53.3745,6.10684,360,5,0,1469,0,1,0,0,0),(30704,4393,1,1,1,11137,0,-3831.51,-3654.01,38.0802,3.3792,360,10,0,1751,0,1,0,0,0),(30703,5057,1,1,1,3016,1,-3895.97,-2861.52,43.0928,3.24631,360,0,0,1536,0,0,0,0,0),(30702,23590,1,1,1,21651,0,-3024.31,-4347.81,7.54235,0.558505,180,0,0,1208,1097,0,0,0,0),(30701,4346,1,1,1,2700,0,-3263.49,-3816.95,64.5102,0.928076,360,5,0,1403,0,1,0,0,0),(30700,6145,1,1,1,4878,0,-3759.07,-3946.24,-9.0674,3.15136,360,5,0,8,0,1,0,0,0),(30699,4397,1,1,1,7836,0,-2301.15,-4223.16,-0.959721,3.55827,360,10,0,1403,0,1,0,0,0),(30698,4397,1,1,1,7836,0,-2270.36,-4079.07,-1.63274,0.296047,360,10,0,1403,0,1,0,0,0),(30697,4397,1,1,1,7836,0,-2306.12,-3993.47,-5.77331,5.32905,360,10,0,1403,0,1,0,0,0),(30696,4361,1,1,1,478,1,-2288.23,-4120.2,3.0057,5.40472,360,5,0,1469,0,1,0,0,0),(30695,4397,1,1,1,7836,0,-3035.87,-4250.8,-11.2246,1.06386,180,5,0,1403,0,1,0,0,0),(30694,4397,1,1,1,7836,0,-3082.22,-4289.35,-10.4606,5.4737,180,5,0,1403,0,1,0,0,0),(30693,4397,1,1,1,7836,0,-2336.95,-4137.21,6.25019,2.77779,360,10,0,1403,0,1,0,0,0),(30692,4363,1,1,1,5286,1,-2382.61,-4119.04,7.20057,2.37857,360,5,0,1208,1097,1,0,0,0),(30691,4361,1,1,1,478,1,-2410.79,-4085.04,3.36318,5.27978,360,5,0,1469,0,1,0,0,0),(30690,4363,1,1,1,5286,1,-2279.62,-4278.19,4.53943,4.28928,360,0,0,1208,1097,0,0,0,0),(30689,4361,1,1,1,478,1,-2280.73,-4285.94,4.41443,1.40422,360,0,0,1469,0,0,0,0,0),(30688,4363,1,1,1,5286,1,-2286.69,-4251.86,11.1276,1.68037,360,5,0,1208,1097,1,0,0,0),(30687,4361,1,1,1,478,1,-2317.13,-4277.14,4.36832,2.63661,360,5,0,1469,0,1,0,0,0),(30686,4363,1,1,1,5286,1,-2279.36,-4305.65,6.48951,1.45128,360,5,0,1208,1097,1,0,0,0),(30685,4361,1,1,1,478,1,-2262.15,-4310.12,9.68785,1.28598,360,5,0,1469,0,1,0,0,0),(30684,4361,1,1,1,478,1,-2323,-4320.38,2.79675,3.81633,360,5,0,1469,0,1,0,0,0),(30683,4363,1,1,1,5286,1,-2277.33,-4326.21,14.4895,5.36987,360,5,0,1208,1097,1,0,0,0),(30682,4895,1,1,1,2903,1,-3636.42,-4449.14,14.4404,3.47321,360,0,0,1342,0,0,0,0,0),(30681,4902,1,1,1,4834,0,-3616.18,-4484.81,21.1864,0.733038,360,0,0,1604,0,0,0,0,0),(30680,5388,1,1,1,4838,1,-3615.54,-4454.96,21.1865,3.87463,360,0,0,1678,0,0,0,0,0),(30679,6732,1,1,1,8632,0,-3615.17,-4472.92,21.1865,0.698132,360,0,0,1003,0,0,0,0,0),(30678,4893,1,1,1,4858,1,-3615.71,-4475.2,14.3286,1.44862,360,0,0,2218,0,0,0,0,0),(30677,4361,1,1,1,478,1,-2346.26,-4287.25,2.32724,5.51364,360,5,0,1469,0,1,0,0,0),(30676,6272,1,1,1,5429,1,-3616.13,-4470.82,14.3286,2.21657,360,0,0,1003,0,0,0,0,0),(30675,4361,1,1,1,478,1,-2312.35,-4254.49,3.93893,0.042424,360,5,0,1469,0,1,0,0,0),(30674,4894,1,1,1,4831,1,-3617.13,-4487.07,14.3156,1.72788,360,0,0,1163,0,0,0,0,0),(30673,4794,1,1,1,4826,1,-3624.75,-4457.63,13.7054,4.67748,360,0,0,1469,0,0,0,0,0),(30672,1412,1,1,1,134,0,-3629.79,-4489.57,14.1389,3.58969,360,10,0,8,0,1,0,0,0),(30671,10047,1,1,1,9266,1,-3625.85,-4440.28,14.498,1.6057,360,0,0,1003,0,0,0,0,0),(30670,5092,1,1,1,3140,1,-3651.48,-4520.28,9.55793,1.46608,360,0,0,2769,0,0,0,0,0),(30669,4923,1,1,1,3139,1,-3653.15,-4520.31,9.58003,1.22173,360,0,0,2769,0,0,0,0,0),(30668,4922,1,1,1,3138,1,-3644.71,-4500.49,9.5684,4.41568,360,0,0,2769,0,0,0,0,0),(30667,5096,1,1,1,3134,0,-3642.91,-4501.29,9.52817,4.18879,360,0,0,3189,0,0,0,0,0),(30666,4921,1,1,1,2910,1,-3645.7,-4448.1,15.3483,3.21141,360,0,0,1753,0,0,0,0,0),(30665,5199,1,1,1,3135,0,-3639.52,-4508.22,9.54587,3.1765,360,0,0,2980,0,0,0,0,0),(30664,5094,1,1,1,3139,1,-3649.81,-4520.19,9.54586,1.62316,360,0,0,2769,0,0,0,0,0),(30663,5091,1,1,1,3138,1,-3646.29,-4500.52,9.58265,4.55531,360,0,0,2769,0,0,0,0,0),(30662,5200,1,1,1,3143,0,-3657.79,-4510.81,9.54587,6.07375,360,0,0,2980,0,0,0,0,0),(30661,5095,1,1,1,3142,0,-3654.43,-4518.68,9.57484,0.994838,360,0,0,3189,0,0,0,0,0),(30660,4924,1,1,1,3136,0,-3645.93,-4512.74,9.54586,2.47837,360,0,0,3398,0,0,0,0,0),(30659,5090,1,1,1,3137,0,-3655.62,-4503.49,9.54586,5.53269,360,0,0,3398,0,0,0,0,0),(30658,5093,1,1,1,3141,1,-3647.92,-4500.56,9.57001,4.69494,360,0,0,2769,0,0,0,0,0),(30657,4951,1,1,1,4836,1,-3686.85,-4509.89,11.7273,0.004753,360,0,0,2061,0,0,0,0,0),(30656,4979,1,1,1,2977,1,-3870.67,-4571.01,8.20921,2.81058,360,5,0,4906,0,1,0,0,0),(30655,8140,1,1,1,7356,1,-3692.69,-4513.3,11.7964,0.942478,360,0,0,2218,0,0,0,0,0),(30654,4951,1,1,1,4836,1,-3691.99,-4502.14,11.7301,3.18671,360,0,0,2061,0,0,0,0,0),(30653,4361,1,1,1,478,1,-2251.51,-4281.39,14.9762,0.190504,360,5,0,1469,0,1,0,0,0),(30652,4950,1,1,1,1100,0,-3669.77,-4542.83,9.38222,4.98404,360,0,0,1342,0,0,0,0,0),(30651,4948,1,1,1,2953,1,-3717.31,-4547.4,25.917,0.383972,360,0,0,1342,0,0,0,0,0),(30650,8141,1,1,1,11037,1,-3727.67,-4538.45,25.917,6.00393,360,0,0,2218,0,0,0,0,0),(30649,23896,1,1,1,21891,1,-3849.32,-4610.16,9.27867,4.55531,360,0,0,1277,0,2,0,0,0),(30648,4964,1,1,1,2965,1,-3738.17,-4546.25,27.1275,5.74213,360,0,0,1753,0,0,0,0,0),(30647,4944,1,1,1,2952,0,-3735.06,-4556.2,27.2108,1.15192,360,0,0,2769,0,0,0,0,0),(30646,4979,1,1,1,2978,1,-3734.7,-4420.71,30.5998,0.453786,360,0,0,4906,0,0,0,0,0),(30645,5083,1,1,1,3014,1,-3721.74,-4538.6,25.917,0.418879,360,0,0,484,0,0,0,0,0),(30644,4979,1,1,1,2979,1,-3683.15,-4476.23,11.6171,1.1612,360,0,0,4906,0,2,0,0,0),(30643,4979,1,1,1,2977,1,-3687.3,-4478.51,11.817,6.19167,360,0,0,4906,0,2,0,0,0),(30642,4345,1,1,1,807,0,-4509.2,-3788.27,29.3621,0.900328,360,10,0,1751,0,1,0,0,0),(30641,4979,1,1,1,2977,1,-3729.58,-4425.66,30.5971,1.18682,360,0,0,4906,0,0,0,0,0),(30640,4967,1,1,1,2969,1,-3757.47,-4462.28,65.1248,0.959931,360,0,0,1604,0,0,0,0,0),(30639,4979,1,1,1,2977,1,-3691.09,-4375.85,10.7306,5.53594,360,0,0,4906,0,2,0,0,0),(30638,4979,1,1,1,2978,1,-3683.39,-4377.83,10.7139,2.95899,360,0,0,4906,0,2,0,0,0),(30637,4979,1,1,1,2978,1,-4013.77,-4702.02,5.4253,2.86234,360,0,0,4906,0,0,0,0,0),(30636,23951,1,1,1,4839,1,-3682.86,-4391.41,10.7306,0.645772,360,0,0,3082,0,0,0,0,0),(30635,4979,1,1,1,2979,1,-3664.13,-4388.41,11.5535,1.01229,360,0,0,4906,0,0,0,0,0),(30634,4979,1,1,1,2979,1,-3632.82,-4349.71,6.27026,0.753338,360,0,0,4906,0,2,0,0,0),(30633,4979,1,1,1,2979,1,-3630.65,-4352.2,6.28371,0.65909,360,0,0,4906,0,2,0,0,0),(30632,4979,1,1,1,2979,1,-3676.51,-4375.28,11.1056,0.279253,360,0,0,4906,0,0,0,0,0),(30631,4979,1,1,1,2977,1,-3629.36,-4362.48,6.38329,2.23402,360,0,0,4906,0,0,0,0,0),(30630,4397,1,1,1,7836,0,-2735.73,-4351.65,-15.5636,2.6176,360,10,0,1403,0,1,0,0,0),(30629,4965,1,1,1,2966,1,-3750.21,-4447.93,64.9817,5.2709,360,0,0,2218,0,0,0,0,0),(30628,4359,1,1,1,652,1,-2555.8,-3989.6,9.45341,2.68781,360,0,0,1469,0,0,0,0,0),(30627,4359,1,1,1,652,1,-2559.24,-3974.46,9.95341,1.60967,360,5,0,1469,0,1,0,0,0),(30626,1420,1,1,1,901,0,-4136.55,-3504.14,38.5366,6.11258,360,10,0,8,0,1,0,0,0),(30625,4346,1,1,1,2700,0,-2791.03,-4126.39,49.947,1.42365,360,5,0,1403,0,1,0,0,0),(30624,4344,1,1,1,2548,0,-4166.93,-2848.7,31.072,3.56854,360,10,0,1305,1186,1,0,0,0),(30623,4401,1,1,1,2426,0,-4246.9,-4080.48,-7.33763,0.652927,360,5,0,1403,0,1,0,0,0),(30622,4397,1,1,1,7836,0,-3089.07,-4346.27,0.079217,4.77616,180,5,0,1403,0,1,0,0,0),(30621,4397,1,1,1,7836,0,-3103.46,-4432.14,-11.646,5.43159,180,5,0,1403,0,1,0,0,0),(30620,4397,1,1,1,7836,0,-3016.44,-4445.98,-8.99091,1.69226,180,5,0,1403,0,1,0,0,0),(30619,4401,1,1,1,2426,0,-3421.67,-3695.51,14.7043,0.654063,360,5,0,1403,0,1,0,0,0),(30618,4404,1,1,1,2600,0,-3408.92,-3554.67,15.8086,5.74786,360,5,0,1211,1067,1,0,0,0),(30617,4362,1,1,1,11293,1,-2595.94,-4036.54,6.84542,5.93853,360,5,0,1469,0,1,0,0,0),(30616,6145,1,1,1,4878,0,-3649.84,-4257.38,-4.04896,5.79162,360,5,0,8,0,1,0,0,0),(30615,2914,1,1,1,2957,0,-4352.67,-3525.94,34.2396,2.93118,360,10,0,8,0,1,0,0,0),(30614,4345,1,1,1,807,0,-4163.06,-3646.13,30.3372,2.56333,360,10,0,1751,0,1,0,0,0),(30613,1420,1,1,1,901,0,-3442.94,-2882.93,28.5786,5.15801,360,10,0,8,0,1,0,0,0),(30612,2914,1,1,1,1206,0,-3285.58,-2979.47,37.0923,4.48163,360,10,0,8,0,1,0,0,0),(30611,5057,1,1,1,21687,1,-3912.21,-2892.58,41.9027,1.98968,360,0,0,1536,0,0,0,0,0),(30610,5057,1,1,1,21687,1,-3903.37,-2883.93,41.5277,2.67035,360,0,0,1536,0,0,0,0,0),(30609,1420,1,1,1,901,0,-2720.35,-2983.59,36.066,3.03978,360,10,0,8,0,1,0,0,0),(30608,4346,1,1,1,2700,0,-3276.48,-3843.78,50.2146,0.771587,360,5,0,1403,0,1,0,0,0),(30607,4346,1,1,1,2700,0,-3354.48,-3982.93,36.6572,3.05164,360,5,0,1403,0,1,0,0,0),(30606,1420,1,1,1,901,0,-4714.09,-3487.33,31.8374,5.04194,360,10,0,8,0,1,0,0,0),(30605,6145,1,1,1,4878,0,-4330.95,-4267.85,-7.73097,3.86539,360,5,0,8,0,1,0,0,0),(30604,1420,1,1,1,901,0,-4652.06,-3872.22,28.6058,4.45059,360,0,0,8,0,0,0,0,0),(30603,1420,1,1,1,901,0,-3753.46,-3352.65,29.208,1.03608,360,10,0,8,0,1,0,0,0),(30602,2914,1,1,1,2958,0,-4111.23,-2786.77,28.6991,3.45792,360,10,0,8,0,1,0,0,0),(30601,1420,1,1,1,901,0,-3652.96,-3119.03,34.0648,1.21134,360,10,0,8,0,1,0,0,0),(30600,2914,1,1,1,6303,0,-2863.71,-3642.45,28.6474,5.34812,360,10,0,8,0,1,0,0,0),(30599,1420,1,1,1,901,0,-4662.09,-3456.14,28.7887,5.82754,360,10,0,8,0,1,0,0,0),(30598,1420,1,1,1,901,0,-4592.51,-3248.56,30.5153,3.82227,360,0,0,8,0,0,0,0,0),(30597,2914,1,1,1,1206,0,-3922.96,-2980.73,30.7019,4.74753,360,10,0,8,0,1,0,0,0),(30596,2914,1,1,1,2957,0,-4472.64,-3728.2,31.2513,6.27147,360,10,0,8,0,1,0,0,0),(30595,1420,1,1,1,901,0,-2795.87,-2937.36,28.6243,1.09749,360,10,0,8,0,1,0,0,0),(30594,2914,1,1,1,6303,0,-4331.89,-3642.15,33.02,4.47919,360,10,0,8,0,1,0,0,0),(30593,1420,1,1,1,901,0,-3286.25,-3938.52,21.7131,2.68775,360,10,0,8,0,1,0,0,0),(30592,1420,1,1,1,901,0,-4057.24,-3595.22,36.0725,4.27671,360,10,0,8,0,1,0,0,0),(30591,1420,1,1,1,901,0,-4733.37,-3611.82,30.6575,0.802851,360,0,0,8,0,0,0,0,0),(30590,6145,1,1,1,4878,0,-4018.14,-4656.73,-31.0403,3.0468,360,5,0,8,0,1,0,0,0),(30589,1420,1,1,1,901,0,-4487,-3407.75,28.6475,4.63938,360,10,0,8,0,1,0,0,0),(30588,2914,1,1,1,2958,0,-4640.49,-3306.78,36.0694,6.24219,360,10,0,8,0,1,0,0,0),(30587,1420,1,1,1,901,0,-4448.66,-3952.83,31.5052,0.785369,360,10,0,8,0,1,0,0,0),(30586,2914,1,1,1,2958,0,-4510.63,-3123.34,30.1602,6.24024,360,10,0,8,0,1,0,0,0),(30585,2914,1,1,1,6303,0,-3815.71,-3257.11,28.8974,2.85212,360,10,0,8,0,1,0,0,0),(30584,1420,1,1,1,901,0,-4588.94,-3728.77,32.7219,5.61546,360,10,0,8,0,1,0,0,0),(30583,1420,1,1,1,901,0,-4445.17,-3662,35.7724,4.15248,360,10,0,8,0,1,0,0,0),(30582,2914,1,1,1,1206,0,-4086.59,-3123.85,33.1529,1.13771,360,10,0,8,0,1,0,0,0),(30581,1420,1,1,1,901,0,-3112.75,-2970.34,31.0231,3.09271,360,10,0,8,0,1,0,0,0),(30580,6145,1,1,1,4878,0,-4237.02,-4254.9,-13.4215,2.26706,360,5,0,8,0,1,0,0,0),(30579,6145,1,1,1,4878,0,-3516.29,-3866.47,-8.77005,1.33324,360,5,0,8,0,1,0,0,0),(30578,1420,1,1,1,901,0,-3374.39,-3124.77,33.8974,1.56092,360,10,0,8,0,1,0,0,0),(30577,2914,1,1,1,1206,0,-4483.92,-3554.71,41.9833,5.12953,360,10,0,8,0,1,0,0,0),(30576,2914,1,1,1,6303,0,-4770.91,-3387.72,33.552,5.45961,360,10,0,8,0,1,0,0,0),(30575,1420,1,1,1,901,0,-4469.8,-3308.81,38.2725,4.60652,360,10,0,8,0,1,0,0,0),(30574,1420,1,1,1,901,0,-3181,-3851.97,27.5954,4.84352,360,10,0,8,0,1,0,0,0),(30573,2914,1,1,1,2958,0,-2994.17,-3650.09,29.8245,2.75056,360,10,0,8,0,1,0,0,0),(30572,2914,1,1,1,2958,0,-4604.26,-3887.68,29.9362,3.5511,360,10,0,8,0,1,0,0,0),(30571,1420,1,1,1,901,0,-4592.15,-3656.69,33.3653,1.52868,360,10,0,8,0,1,0,0,0),(30570,6145,1,1,1,4878,0,-2409.71,-4230.6,-7.86645,1.2431,360,5,0,8,0,1,0,0,0),(30569,2914,1,1,1,1206,0,-2700.64,-3265.98,29.218,3.89795,360,10,0,8,0,1,0,0,0),(30568,1420,1,1,1,901,0,-3163.28,-3109.15,28.954,5.77761,360,10,0,8,0,1,0,0,0),(30567,2914,1,1,1,1206,0,-3036.36,-3182.16,29.9536,5.60845,360,10,0,8,0,1,0,0,0),(30566,2914,1,1,1,2958,0,-4147.33,-3010,31.0224,1.0456,360,10,0,8,0,1,0,0,0),(30565,1420,1,1,1,901,0,-4578.95,-3456.33,32.0225,0.606858,360,10,0,8,0,1,0,0,0),(30564,4345,1,1,1,807,0,-4579.46,-3663.9,29.9903,4.23163,360,10,0,1751,0,1,0,0,0),(30563,1420,1,1,1,901,0,-3795.12,-2815.73,28.8974,2.41189,360,10,0,8,0,1,0,0,0),(30562,1420,1,1,1,901,0,-2676.83,-2934.31,32.2618,2.69541,360,10,0,8,0,1,0,0,0),(23463,7407,1,1,1,7169,1,-7186.64,-3838.6,8.74667,0.855211,300,0,0,2769,0,0,0,0,0),(30561,1420,1,1,1,901,0,-3800.2,-2954.41,28.8189,1.49252,360,10,0,8,0,1,0,0,0),(30560,2914,1,1,1,1206,0,-2791.3,-3178.35,34.3979,4.44616,360,10,0,8,0,1,0,0,0),(30559,2914,1,1,1,6303,0,-3886.93,-3607.23,29.1779,1.7954,360,10,0,8,0,1,0,0,0),(30558,6145,1,1,1,4878,0,-3401.44,-4368.7,-2.09004,3.66292,360,5,0,8,0,1,0,0,0),(30557,1420,1,1,1,901,0,-3641.63,-3024.18,34.3031,4.45454,360,10,0,8,0,1,0,0,0),(30556,4345,1,1,1,807,0,-4270.28,-3176.86,31.8974,2.63717,360,10,0,1751,0,1,0,0,0),(30555,2914,1,1,1,2957,0,-3877.92,-3545.78,38.487,5.05515,360,10,0,8,0,1,0,0,0),(30554,1420,1,1,1,901,0,-3476.92,-3154.61,28.942,3.10645,360,10,0,8,0,1,0,0,0),(30553,1420,1,1,1,901,0,-2885.42,-3822.92,29.3974,4.32356,360,10,0,8,0,1,0,0,0),(30552,1420,1,1,1,901,0,-4507.4,-2768.67,35.0208,2.72515,360,10,0,8,0,1,0,0,0),(30551,1420,1,1,1,901,0,-4469.03,-3022.39,29.1474,2.77324,360,10,0,8,0,1,0,0,0),(30550,6145,1,1,1,4878,0,-3631.13,-3924.88,-8.77026,4.20415,360,5,0,8,0,1,0,0,0),(30549,2914,1,1,1,6303,0,-2743.64,-3754.61,28.6098,3.45531,360,10,0,8,0,1,0,0,0),(30548,4345,1,1,1,807,0,-4503.69,-3651.55,36.5476,5.49365,360,10,0,1751,0,1,0,0,0),(30547,4345,1,1,1,807,0,-4209.63,-3634.19,31.9821,1.05649,360,10,0,1751,0,1,0,0,0),(30546,4345,1,1,1,807,0,-4587.35,-3931.11,31.0968,4.77688,360,10,0,1751,0,1,0,0,0),(30545,4345,1,1,1,807,0,-4539.05,-3939.43,31.7311,0.635689,360,10,0,1751,0,1,0,0,0),(30544,2914,1,1,1,6303,0,-4261.9,-3456.54,33.9345,4.2898,360,10,0,8,0,1,0,0,0),(30543,6145,1,1,1,4878,0,-4081.52,-4590.69,-43.4225,3.78791,360,5,0,8,0,1,0,0,0),(30542,1420,1,1,1,901,0,-2775.81,-3655.98,38.4906,3.49712,360,10,0,8,0,1,0,0,0),(30541,2914,1,1,1,2958,0,-4712.72,-3262.75,30.1475,0.654967,360,10,0,8,0,1,0,0,0),(30540,2914,1,1,1,2958,0,-4745.53,-3414.81,38.9334,1.49447,360,10,0,8,0,1,0,0,0),(30539,2914,1,1,1,2957,0,-4498.42,-2920.95,29.5638,1.54479,360,10,0,8,0,1,0,0,0),(30538,1420,1,1,1,901,0,-4560.39,-3743.34,29.7568,3.91815,360,10,0,8,0,1,0,0,0),(30537,1420,1,1,1,901,0,-4430.44,-3236.22,28.7224,6.1096,360,10,0,8,0,1,0,0,0),(30536,6145,1,1,1,4878,0,-4359.05,-4164.09,-2.94164,2.91028,360,5,0,8,0,1,0,0,0),(30535,4388,1,1,1,2425,0,-4109.62,-4582.04,-52.07,1.20915,360,10,0,1396,0,1,0,0,0),(30534,4345,1,1,1,807,0,-4488.92,-3958.47,29.662,5.39963,360,10,0,1751,0,1,0,0,0),(30533,4345,1,1,1,807,0,-4652.73,-3654.95,30.3045,0.488692,360,0,0,1751,0,0,0,0,0),(30532,4952,1,1,1,3019,0,-3685.1,-4506.13,11.7261,3.12414,360,0,0,1,0,0,0,0,0),(30531,6145,1,1,1,4878,0,-4285.7,-4086.62,-6.71363,5.94126,360,5,0,8,0,1,0,0,0),(30530,2914,1,1,1,1206,0,-4009.01,-3720.77,44.4411,2.31565,360,10,0,8,0,1,0,0,0),(30529,1420,1,1,1,901,0,-2485.89,-2911.55,28.6845,0.606406,360,10,0,8,0,1,0,0,0),(30528,1420,1,1,1,901,0,-3023.77,-3762.44,42.246,5.66862,360,10,0,8,0,1,0,0,0),(30527,2914,1,1,1,6303,0,-3547.02,-3212.42,33.1416,4.25974,360,10,0,8,0,1,0,0,0),(30526,1420,1,1,1,901,0,-4205.8,-3367.19,28.6474,1.70538,360,10,0,8,0,1,0,0,0),(30525,4979,1,1,1,2977,1,-3872.81,-4547.33,10.2642,1.62724,360,0,0,4906,0,0,0,0,0),(30524,5202,1,1,1,3020,0,-3757.98,-4556.42,10.4911,2.14675,360,0,0,42,0,0,0,0,0),(30523,4979,1,1,1,2977,1,-3785.45,-4631.84,10.8455,5.2709,360,0,0,4906,0,0,0,0,0),(30522,4979,1,1,1,2978,1,-3767.43,-4347.73,11.3043,4.79965,360,0,0,4906,0,0,0,0,0),(30521,4979,1,1,1,2977,1,-3932.29,-4735.86,4.96947,3.89208,360,0,0,4906,0,0,0,0,0),(30520,1420,1,1,1,901,0,-3883.85,-3463.54,30.1474,1.5708,360,10,0,8,0,1,0,0,0),(30519,2914,1,1,1,2957,0,-4550,-2980.3,30.7658,4.71239,360,10,0,8,0,1,0,0,0),(30518,6145,1,1,1,4878,0,-3597.3,-3991.92,-13.7137,3.65154,360,5,0,8,0,1,0,0,0),(30517,6145,1,1,1,4878,0,-3589.29,-3713.32,-4.36678,0.928076,360,5,0,8,0,1,0,0,0),(30516,6145,1,1,1,4878,0,-4165.14,-4226.4,-13.884,1.84912,360,5,0,8,0,1,0,0,0),(30515,4388,1,1,1,2425,0,-4082.35,-4554.34,-44.9269,2.67132,360,10,0,1396,0,1,0,0,0),(30514,4345,1,1,1,807,0,-4475.47,-3873.43,30.3174,0.170935,360,10,0,1751,0,1,0,0,0),(30513,4345,1,1,1,807,0,-4270.14,-3511.02,40.6347,3.48435,360,10,0,1751,0,1,0,0,0),(30512,23591,1,1,1,21652,1,-3038.38,-4547.38,-30.101,5.06962,180,5,0,1536,0,1,0,0,0),(30511,23950,1,1,1,4839,1,-3895.72,-4495.72,13.1897,2.3911,360,0,0,3082,0,0,0,0,0),(30510,4979,1,1,1,2977,1,-3786.87,-4483.29,13.9451,3.96632,360,0,0,4906,0,0,0,0,0),(30509,23949,1,1,1,4839,1,-3819.66,-4502.27,11.4753,6.26573,360,0,0,3082,0,0,0,0,0),(30508,5202,1,1,1,3020,0,-3763.98,-4559.92,10.473,2.09439,360,0,0,42,0,0,0,0,0),(30507,4891,1,1,1,4853,1,-3690.54,-4554.1,11.9936,3.63029,360,0,0,896,0,0,0,0,0),(30506,4885,1,1,1,4825,1,-3835.71,-4397.69,11.0168,5.51524,360,0,0,1342,0,0,0,0,0),(30505,4897,1,1,1,4855,1,-3834.53,-4462.94,12.564,1.5708,360,0,0,1279,0,0,0,0,0),(30504,4334,1,1,1,8309,1,-4980.38,-3816.38,43.3925,3.24631,360,0,0,1522,1332,0,0,0,0),(30503,4397,1,1,1,7836,0,-2284.86,-4366.16,-2.28357,2.3341,360,10,0,1403,0,1,0,0,0),(30502,2914,1,1,1,1206,0,-2604.49,-3009.52,28.841,4.99126,360,10,0,8,0,1,0,0,0),(30501,2914,1,1,1,2957,0,-3286.5,-4106.71,18.9938,0.065626,360,10,0,8,0,1,0,0,0),(30500,1420,1,1,1,901,0,-4133.9,-2899.45,28.9573,5.81954,360,10,0,8,0,1,0,0,0),(30499,1420,1,1,1,901,0,-3489.08,-3301.7,31.7731,0.218494,360,10,0,8,0,1,0,0,0),(30498,4364,1,1,1,9135,1,-2678.3,-5015.61,21.6941,4.79133,1200,5,0,8883,0,1,0,0,0),(30497,4364,1,1,1,9135,1,-2785.84,-4937.19,73.4652,4.32842,1200,0,0,8883,0,0,0,0,0),(30496,4414,1,1,1,2542,0,-3319.99,-4204.49,42.4945,5.03846,360,10,0,1469,0,1,0,0,0),(30495,4414,1,1,1,2542,0,-2712.31,-3934.22,75.349,1.36309,360,10,0,1469,0,1,0,0,0),(30494,4343,1,1,1,814,0,-3485.04,-3171.71,28.9237,5.76691,360,10,0,1536,0,1,0,0,0),(30493,4388,1,1,1,2425,0,-4068.84,-4650.72,-37.4773,1.49002,360,10,0,1396,0,1,0,0,0),(30492,4388,1,1,1,2425,0,-4119.66,-4550.71,-48.1245,2.91699,360,10,0,1396,0,1,0,0,0),(30491,4345,1,1,1,807,0,-4711.8,-3639.68,29.7498,5.89921,360,0,0,1751,0,0,0,0,0),(30490,23591,1,1,1,21652,1,-3122.07,-4507.2,-20.0208,6.17742,180,5,0,1536,0,1,0,0,0),(30489,4892,1,1,1,4827,1,-3779.61,-4542.27,11.4837,2.05949,360,0,0,1536,0,0,0,0,0),(30488,4979,1,1,1,2980,1,-3981.16,-4716.96,4.36853,2.42601,360,0,0,4906,0,0,0,0,0),(30487,4979,1,1,1,2977,1,-3837.93,-4571.93,8.80104,1.49538,360,5,0,4906,0,1,0,0,0),(30486,4979,1,1,1,2977,1,-4012.71,-4722.93,5.20877,5.55015,360,0,0,4906,0,0,0,0,0),(30485,4900,1,1,1,4832,1,-3700.84,-4331.73,11.4981,4.46804,360,0,0,1536,0,0,0,0,0),(30484,4886,1,1,1,11038,1,-3797.94,-4367.99,16.8715,5.48033,360,0,0,1536,0,0,0,0,0),(30483,4952,1,1,1,3019,0,-3685.06,-4502.28,11.7258,3.12414,360,0,0,1,0,0,0,0,0),(30482,4979,1,1,1,2977,1,-4034.33,-4679.43,6.27648,5.48033,360,0,0,4906,0,0,0,0,0),(30481,4952,1,1,1,3019,0,-3693.84,-4502.22,11.7301,0,360,0,0,1,0,0,0,0,0),(30480,4352,1,1,1,1962,0,-2582.7,-3627.5,78.6928,6.07528,360,5,0,1469,0,1,0,0,0),(30479,4403,1,1,1,2599,0,-4239.08,-4134.22,16.6074,1.47501,360,5,0,1464,0,1,0,0,0),(30478,4404,1,1,1,2600,0,-4245.7,-4197.51,-7.89745,4.15103,360,5,0,1211,1067,1,0,0,0),(30475,4397,1,1,1,7836,0,-2256.25,-4014.99,-3.75097,3.30449,360,10,0,1403,0,1,0,0,0),(30474,6145,1,1,1,4878,0,-3415.99,-3766.95,-14.1428,1.63139,360,5,0,8,0,1,0,0,0),(30473,2914,1,1,1,2957,0,-4012.64,-2846.04,33.7724,6.283,360,10,0,8,0,1,0,0,0),(30472,2914,1,1,1,1206,0,-2910.34,-3059.59,29.3974,1.58505,360,10,0,8,0,1,0,0,0),(30471,4366,1,1,1,9134,1,-2681.03,-4947.89,22.9958,2.57683,1200,5,0,9432,0,1,0,0,0),(30470,4364,1,1,1,9135,1,-2552.68,-4915.19,33.3198,4.54102,1200,5,0,8883,0,1,0,0,0),(30469,4366,1,1,1,9134,1,-2529.2,-4918.36,34.719,0.282521,1200,0,0,9432,0,0,0,0,0),(30468,4366,1,1,1,9134,1,-2539.29,-4925.56,34.7787,0.330479,1200,0,0,9432,0,0,0,0,0),(30467,4414,1,1,1,2542,0,-2465.57,-2918.18,39.8907,0.09834,360,10,0,1469,0,1,0,0,0),(30466,4414,1,1,1,2542,0,-2551.34,-2848.82,65.2243,6.06282,360,10,0,1469,0,1,0,0,0),(30465,4346,1,1,1,2700,0,-3151.23,-3625.94,66.942,2.52533,360,5,0,1403,0,1,0,0,0),(30464,4343,1,1,1,814,0,-3525.69,-2726.99,29.7144,6.06742,360,10,0,1536,0,1,0,0,0),(30463,23591,1,1,1,21652,1,-3044.18,-4497.48,-19.7189,0.496852,180,5,0,1536,0,1,0,0,0),(30462,4388,1,1,1,2425,0,-4083.11,-4517.27,-36.2887,3.08796,360,10,0,1396,0,1,0,0,0),(30461,4345,1,1,1,807,0,-4442.22,-3920.92,33.1475,5.89632,360,10,0,1751,0,1,0,0,0),(30460,4345,1,1,1,807,0,-4548.91,-3889.47,29.2414,3.11035,360,10,0,1751,0,1,0,0,0),(30459,4979,1,1,1,2977,1,-3788.92,-4612.75,46.0236,4.36332,360,0,0,4906,0,0,0,0,0),(30458,4973,1,1,1,4835,1,-3772.62,-4533.36,11.5873,5.28602,360,0,0,2769,0,2,0,0,0),(30457,4888,1,1,1,4859,1,-3785.93,-4366.85,16.8715,4.18879,360,0,0,1536,0,0,0,0,0),(30456,4890,1,1,1,4833,1,-3708.59,-4513.15,11.9936,3.63029,360,0,0,1902,0,0,0,0,0),(30455,4952,1,1,1,3019,0,-3685.11,-4509.88,11.7274,3.08923,360,0,0,1,0,0,0,0,0),(30454,4979,1,1,1,2980,1,-3998.66,-4735.98,5.26745,2.37365,360,0,0,4906,0,0,0,0,0),(30453,6567,1,1,1,5368,1,-3112.53,-2820.13,34.3158,4.46804,360,0,0,2059,0,0,0,0,0),(30452,10036,1,1,1,10704,1,-3173.94,-2877.34,33.9974,0.628319,360,0,0,7048,0,0,0,0,0),(30451,4883,1,1,1,10704,0,-3112.94,-2885.78,35.3489,3.49066,360,0,0,2059,0,0,0,0,0),(30450,10036,1,1,1,10704,1,-3084.77,-2879.81,34.1155,0.384441,360,5,0,7048,0,1,0,0,0),(30449,17095,1,1,1,16848,1,-3144.24,-2857.7,34.3922,5.84685,360,0,0,1050,1097,0,0,0,0),(30448,1412,1,1,1,134,0,-3861.46,-4463.37,10.4851,0.256629,360,10,0,8,0,1,0,0,0),(30447,1412,1,1,1,134,0,-3869.58,-4431.88,10.4866,4.94411,360,10,0,8,0,1,0,0,0),(30446,4351,1,1,1,2571,0,-2586.11,-3553.65,45.9208,4.93699,360,5,0,1469,0,1,0,0,0),(30445,5089,1,1,1,3017,1,-3934.05,-2869.68,51.2515,5.41052,360,0,0,1604,0,0,0,0,0),(30444,5057,1,1,1,3016,1,-3908.52,-2876.12,46.3821,5.75666,360,5,0,1536,0,1,0,0,0),(30443,5057,1,1,1,3016,1,-3954.27,-2879.46,42.7898,1.5708,360,0,0,1536,0,0,0,0,0),(30442,5057,1,1,1,3016,1,-3935.79,-2893.68,40.7898,2.07694,360,0,0,1536,0,0,0,0,0),(30441,4404,1,1,1,2600,0,-4420.57,-4178.95,-5.141,3.43653,360,5,0,1211,1067,1,0,0,0),(30440,4403,1,1,1,2599,0,-4376.79,-4153.64,-5.36289,5.88719,360,5,0,1464,0,1,0,0,0),(30439,4403,1,1,1,2599,0,-4355.74,-4119.93,-0.909944,0.72706,360,5,0,1464,0,1,0,0,0),(30438,4403,1,1,1,2599,0,-4424.5,-4243.94,-5.50659,1.95991,360,5,0,1464,0,1,0,0,0),(30437,4404,1,1,1,2600,0,-3545.42,-4004.01,5.25686,4.21264,360,5,0,1211,1067,1,0,0,0),(30436,4401,1,1,1,2426,0,-3563.72,-3907.95,12.0072,6.21091,360,5,0,1403,0,1,0,0,0),(30435,4401,1,1,1,2426,0,-3388.54,-3627.93,9.8831,2.06378,360,5,0,1403,0,1,0,0,0),(30434,4389,1,1,1,2601,0,-3498.21,-3685.94,-7.42197,0.37362,360,5,0,1532,0,1,0,0,0),(30433,4397,1,1,1,7836,0,-2219.35,-4282.37,-1.43956,5.37318,360,10,0,1403,0,1,0,0,0),(30432,4415,1,1,1,11348,0,-4363.88,-3859.21,55.161,1.5298,360,5,0,1751,0,1,0,0,0),(29278,4412,1,1,1,2546,0,-3242.68,-3281.28,51.557,2.35343,360,10,0,1536,0,1,0,0,0),(29277,2914,1,1,1,1206,0,-2784.22,-3121.83,29.4995,0.398996,360,10,0,8,0,1,0,0,0),(29276,1420,1,1,1,901,0,-3836.05,-3125.14,41.6337,2.88477,360,10,0,8,0,1,0,0,0),(29261,2914,1,1,1,1206,0,-4537.93,-3059.87,31.0224,0.25554,360,10,0,8,0,1,0,0,0),(29260,1420,1,1,1,901,0,-3753.21,-2799.39,29.5224,6.15592,360,10,0,8,0,1,0,0,0),(29256,6145,1,1,1,4878,0,-2568.63,-4210.87,-8.91969,4.79489,360,5,0,8,0,1,0,0,0),(29253,2914,1,1,1,6303,0,-3107.47,-4044.48,21.4025,4.64024,360,10,0,8,0,1,0,0,0),(29242,1420,1,1,1,901,0,-3514.13,-2752,31.0573,2.8088,360,10,0,8,0,1,0,0,0),(28841,2914,1,1,1,2957,0,-3753.56,-3026.24,33.631,1.12285,360,10,0,8,0,1,0,0,0),(28826,2914,1,1,1,6303,0,-4689.26,-3758.27,37.4156,1.8326,360,0,0,8,0,0,0,0,0),(28823,4371,1,1,1,6750,1,-2797.14,-4930.01,73.2815,4.03171,1200,0,0,7107,4738,0,0,0,0),(28810,4374,1,1,1,2423,0,-2623.33,-4674.53,-13.3351,2.71497,1200,5,0,8883,0,1,0,0,0),(25895,4371,1,1,1,6750,1,-2708.1,-5030.47,22.5922,0.582338,1200,0,0,7107,4738,0,0,0,0),(25889,4374,1,1,1,2423,0,-2657.18,-4654.74,-17.8797,0.516965,1200,10,0,8883,0,1,0,0,0),(25817,4374,1,1,1,2423,0,-2778.4,-4657.47,-11.6235,3.78689,1200,10,0,8883,0,1,0,0,0),(25816,4366,1,1,1,9134,1,-2714.87,-4980.66,26.5985,5.31914,1200,5,0,9432,0,1,0,0,0),(25815,4371,1,1,1,6750,1,-2678.52,-4875.03,21.002,0.610941,1200,5,0,7107,4738,1,0,0,0),(25461,4374,1,1,1,2423,0,-2704.86,-4641.92,-14.1115,0.801498,1200,10,0,8883,0,1,0,0,0),(25377,4346,1,1,1,2700,0,-2522.65,-3736.86,55.7424,5.20108,360,0,0,1403,0,0,0,0,0),(25318,4346,1,1,1,2700,0,-2489.97,-3676.15,42.0794,5.42589,360,5,0,1403,0,1,0,0,0),(25279,4346,1,1,1,2700,0,-3007.22,-4140.08,24.9907,2.3304,360,10,0,1403,0,1,0,0,0),(25278,4343,1,1,1,814,0,-3426.89,-3241.1,35.2724,2.89709,360,10,0,1536,0,1,0,0,0),(25171,4343,1,1,1,814,0,-3513.92,-2765.56,29.9323,1.83093,360,10,0,1536,0,1,0,0,0),(25169,23602,1,1,1,21640,0,-3931.61,-4738.4,5.10242,2.02458,360,0,0,1009,1067,0,0,0,0),(25168,23907,1,1,1,11686,0,-3849.94,-4692.18,9.56233,2.44346,360,0,0,1524,0,0,0,0,0),(25167,23907,1,1,1,11686,0,-3910.5,-4642.03,9.56317,5.58505,360,0,0,1524,0,0,0,0,0),(25166,23033,1,1,1,0,0,-3892.04,-4680.96,-13.7073,3.21141,360,0,0,42,0,0,0,0,0),(25164,4388,1,1,1,2425,0,-4083.38,-4610.44,-41.7308,1.74626,360,10,0,1396,0,1,0,0,0),(25159,4345,1,1,1,807,0,-4452.86,-3822.7,29.3225,2.36448,360,10,0,1751,0,1,0,0,0),(25156,4345,1,1,1,807,0,-4865.66,-3628.7,28.7443,4.20624,360,0,0,1751,0,0,0,0,0),(25154,4345,1,1,1,807,0,-4831.07,-3592.38,28.6058,1.01229,360,0,0,1751,0,0,0,0,0),(25153,4979,1,1,1,2980,1,-3994.8,-4705.09,4.38484,5.5676,360,0,0,4906,0,0,0,0,0),(25152,4952,1,1,1,3019,0,-3693.9,-4506.19,11.7319,6.23082,360,0,0,1,0,0,0,0,0),(25151,4899,1,1,1,4857,1,-3701.78,-4338.76,11.5004,1.65806,360,0,0,1536,0,0,0,0,0),(25150,4898,1,1,1,4830,1,-3697.02,-4335.27,11.4991,3.33358,360,0,0,1536,0,0,0,0,0),(25147,4979,1,1,1,2978,1,-3800.51,-4422.11,13.0896,3.19395,360,0,0,4906,0,0,0,0,0),(24752,10036,1,1,1,10704,1,-3100.79,-2781.4,33.7414,1.5708,360,0,0,7048,0,0,0,0,0),(24087,10036,1,1,1,10704,1,-3129.03,-2833.78,34.1747,5.20108,360,0,0,7048,0,0,0,0,0),(24086,13476,1,1,1,13529,1,-3095.85,-2890.54,34.6661,2.37365,360,0,0,2059,0,0,0,0,0),(24085,10036,1,1,1,10704,1,-3087.77,-2859.79,34.6572,4.79965,360,0,0,7048,0,0,0,0,0),(24084,10036,1,1,1,10704,1,-3136.68,-2950.69,34.3563,4.18879,360,0,0,7048,0,0,0,0,0),(24083,10036,1,1,1,10704,1,-3113.65,-2781.3,33.8664,1.15192,360,0,0,7048,0,0,0,0,0),(24082,4879,1,1,1,10704,1,-3117.45,-2902,34.0738,2.3911,360,0,0,1753,0,0,0,0,0),(24052,10036,1,1,1,10704,1,-3089.62,-2821.67,34.6619,1.43117,360,0,0,7048,0,0,0,0,0),(24051,24208,1,1,1,1054,1,-3165.61,-2911.76,35.1392,0.733038,360,0,0,2059,0,0,0,0,0),(24050,10036,1,1,1,10704,1,-3105.89,-2834.73,34.3485,0.787436,360,0,0,7048,0,2,0,0,0),(24049,1412,1,1,1,134,0,-3778.64,-4318.84,10.1119,3.7974,360,0,0,8,0,0,0,0,0),(24048,14561,1,1,1,14583,0,-3848.26,-4393.54,10.2239,5.44543,360,0,0,42,0,0,0,0,0),(24016,1412,1,1,1,134,0,-3861.28,-4403.1,10.1287,4.63891,360,10,0,8,0,1,0,0,0),(24015,5405,1,1,1,2409,0,-3852.84,-4397.24,10.1201,5.41052,360,0,0,42,0,0,0,0,0),(24014,14559,1,1,1,14582,0,-3841.59,-4395.53,10.5345,2.32129,360,0,0,42,0,0,0,0,0),(23966,620,1,1,1,304,0,-3731.39,-4462.01,26.8537,3.53623,360,10,0,1,0,1,0,0,0),(23965,12375,1,1,1,2405,0,-3846.23,-4391.04,10.2746,5.51524,360,0,0,42,0,0,0,0,0),(23543,4352,1,1,1,1962,0,-2617.75,-3589.34,46.6479,2.13064,360,3,0,1469,0,1,0,0,0),(23512,5085,1,1,1,2978,1,-3476,-4115.41,17.101,0.455437,360,0,0,1163,0,0,0,0,0),(23508,5057,1,1,1,3016,1,-3938.95,-2881.77,46.4864,4.78725,360,5,0,1536,0,1,0,0,0),(23034,4404,1,1,1,2600,0,-4383.56,-4117.21,-3.52657,2.41112,360,5,0,1211,1067,1,0,0,0),(22656,4404,1,1,1,2600,0,-4389.1,-4339.39,-3.685,5.57795,360,5,0,1211,1067,1,0,0,0),(22654,4403,1,1,1,2599,0,-4348.89,-4182.84,-6.0239,5.8618,360,5,0,1464,0,1,0,0,0),(22650,4403,1,1,1,2599,0,-4372.8,-4294.05,1.70373,2.47485,360,5,0,1464,0,1,0,0,0),(22649,4403,1,1,1,2599,0,-4482.58,-4249.86,-12.7369,2.40037,360,5,0,1464,0,1,0,0,0),(22635,4403,1,1,1,2599,0,-4441.69,-4086.86,6.81348,6.11451,360,3,0,1464,0,1,0,0,0),(22600,4403,1,1,1,2599,0,-4337.81,-4255.28,-9.73518,5.74758,360,5,0,1464,0,1,0,0,0),(22596,4403,1,1,1,2599,0,-4349.17,-4396.51,-11.0079,1.06085,360,5,0,1464,0,1,0,0,0),(22563,4403,1,1,1,2599,0,-4173.25,-4107.13,18.502,0.64998,360,5,0,1464,0,1,0,0,0),(18643,4401,1,1,1,2426,0,-3587.7,-4082.24,-6.09956,1.6057,360,0,0,1403,0,0,0,0,0),(18642,4389,1,1,1,2601,0,-3441.52,-3588.99,-5.09909,6.11258,360,5,0,1532,0,1,0,0,0),(18641,4397,1,1,1,7836,0,-2347.98,-4352.46,-9.77159,6.05243,360,10,0,1403,0,1,0,0,0),(18640,4415,1,1,1,11348,0,-4406.96,-3809.24,52.8984,3.14444,360,5,0,1751,0,1,0,0,0),(31734,6491,530,1,4294967295,0,0,2980.19,1869.82,143.607,5.37981,60,0,0,4120,0,0,0,0,0),(31735,6491,530,1,4294967295,0,0,3015.3,3597.04,145.753,6.13693,60,0,0,4120,0,0,0,0,0),(31736,6491,530,1,4294967295,0,0,2296.35,7023.23,364.117,1.99239,60,0,0,4120,0,0,0,0,0),(31737,6491,530,1,4294967295,0,0,2312.27,5083.93,272.449,2.18403,60,0,0,4120,0,0,0,0,0),(31738,6491,530,1,4294967295,0,0,1955.9,6768.81,164.061,1.02871,60,0,0,4120,0,0,0,0,0),(31739,6491,530,1,4294967295,0,0,248.339,7084.93,36.4931,3.04797,60,0,0,4120,0,0,0,0,0),(31740,6491,530,1,4294967295,0,0,335.75,7626.48,22.9002,0.400393,60,0,0,4120,0,0,0,0,0),(31741,6491,530,1,4294967295,0,0,-1667.32,7948.42,-48.7145,5.89896,60,0,0,4120,0,0,0,0,0),(31742,6491,530,1,4294967295,0,0,-2509.5,6809.17,23.4067,5.81802,60,0,0,4120,0,0,0,0,0),(31743,6491,530,1,4294967295,0,0,-4010.09,2053.24,97.8815,3.21184,60,0,0,4120,0,0,0,0,0),(31744,6491,530,1,4294967295,0,0,-1786.04,4928.11,-21.9232,2.83528,60,0,0,4120,0,0,0,0,0),(31745,6491,530,1,4294967295,0,0,167.747,2570.89,79.6642,3.45817,60,0,0,4120,0,0,0,0,0),(31746,6491,530,1,4294967295,0,0,-1266.03,2441.78,61.8107,3.54849,60,0,0,4120,0,0,0,0,0),(31747,18423,530,1,1,0,1,-471.73,8857.5,239.455,3.72776,600,0,0,44282,0,0,0,0,0),(23462,19950,1,1,1,19281,0,-8706.25,-4264.19,-209.417,3.71755,600,0,0,6986,0,0,0,0,0),(31749,17435,530,1,1,0,0,-3677.45,-11408.4,311.21,4.06,300,0,0,27945,3155,0,0,0,0),(31750,16712,530,1,1,0,0,-4229.28,-11549.6,-126.047,3.4361,300,0,0,811,852,0,0,0,0),(31751,21771,530,1,1,0,1,-2964.13,2552.62,126.589,4.28425,300,0,0,52330,2991,0,0,0,0),(31752,18983,269,3,1,0,0,-1883.93,7091.07,21.7868,5.3895,86400,3,0,9489,0,1,0,0,0),(31754,20201,269,3,1,0,0,-1542.67,7115.22,32.9027,5.54613,86400,0,0,7580,0,0,0,0,0),(31755,18983,269,3,1,0,0,-1853.23,7029.72,22.7106,4.71798,86400,3,0,9489,0,1,0,0,0),(31757,18983,269,3,1,0,0,-1692.18,7115.54,23.467,2.54462,86400,3,0,9489,0,1,0,0,0),(31758,20075,269,3,1,0,0,-1686.57,7137.25,17.7817,4.08793,86400,3,0,9489,0,1,0,0,0),(31759,20075,269,3,1,0,0,-1645.97,7175.46,22.6884,2.56033,86400,3,0,9489,0,1,0,0,0),(15503,2351,0,1,1,806,0,-492.616,222.231,77.9676,5.81343,300,10,0,677,0,1,0,0,0),(31761,18983,269,3,1,0,0,-1637.4,7166.39,22.6919,5.17963,86400,3,0,9489,0,1,0,0,0),(31965,2110,129,1,1,0,0,2583.58,954.61,52.3779,4.88396,86400,5,0,1,0,1,0,0,0),(31964,4076,129,1,1,0,0,2569.3,960.028,51.8336,5.98631,86400,5,0,8,0,1,0,0,0),(31963,7328,129,1,1,0,1,2536.55,964.762,49.8069,6.10735,86400,0,0,3660,0,0,0,0,0),(31962,7329,129,1,1,0,1,2538.89,969.779,50.0433,0.241608,86400,0,0,3660,0,0,0,0,0),(31961,7333,129,1,1,0,0,2592.22,960.386,51.8804,1.88311,86400,1,0,1279,0,1,0,0,0),(31960,7333,129,1,1,0,0,2585.71,958.797,52.1868,0.226893,86400,1,0,1279,0,1,0,0,0),(31769,20075,269,3,1,0,0,-1690.89,7163.8,19.795,2.23046,86400,3,0,9489,0,1,0,0,0),(31770,18982,269,3,1,0,0,-1655.79,7121.87,25.0959,4.80657,86400,3,0,9489,0,1,0,0,0),(31771,20075,269,3,1,0,0,-1665.1,7177.96,18.542,2.45823,86400,3,0,9489,0,1,0,0,0),(31772,18982,269,3,1,0,0,-1706.75,7176.2,22.1889,1.90845,86400,3,0,9489,0,1,0,0,0),(23461,19950,1,1,1,19280,0,-8650.39,-4393.61,-208.036,3.82227,600,0,0,6986,0,0,0,0,0),(31774,20075,269,3,1,0,0,-1708.37,7228.52,17.692,0.793185,86400,3,0,9489,0,1,0,0,0),(31959,7333,129,1,1,0,0,2588.1,952.199,52.6562,4.35363,86400,1,0,1279,0,1,0,0,0),(31958,7333,129,1,1,0,0,2588.91,956.452,52.2107,4.28424,86400,1,0,1279,0,1,0,0,0),(31957,7332,129,1,1,0,1,2590.17,961.162,51.9107,0.942478,86400,0,0,3489,0,0,0,0,0),(31956,7332,129,1,1,0,1,2574.1,946.096,53.3541,5.55015,86400,1,0,3489,0,1,0,0,0),(31955,7335,129,1,1,0,1,2559.65,965.8,51.1945,2.56314,86400,0,0,2706,5360,0,0,0,0),(31953,7327,129,1,1,0,1,2562.1,968.441,50.8742,4.3838,86400,0,0,3489,0,0,0,0,0),(23460,19950,1,1,1,19282,0,-8649.3,-4396.57,-208.013,3.82227,600,0,0,6986,0,0,0,0,0),(23459,19950,1,1,1,19278,0,-8437.1,-4121.61,-208.589,4.45981,600,0,0,6986,0,0,0,0,0),(23458,11758,1,1,1,11691,0,-7135.48,-3863.11,9.51469,2.07694,300,0,0,2576,0,0,0,0,0),(23457,11756,1,1,1,11689,0,-7157.41,-3745.86,8.45313,5.51524,300,0,0,992,2680,0,0,0,0),(23456,9706,1,1,1,11388,1,-6979.65,-4844.17,8.11777,6.14356,300,0,0,3189,0,0,0,0,0),(23455,14567,1,1,1,14668,1,-7193.62,-3763.79,8.89769,3.68265,300,0,0,3201,0,0,0,0,0),(23454,19936,1,1,1,338,0,-8511.42,-4418.39,-215.542,6.18525,600,0,0,5744,3231,2,0,0,0),(88989,11784,349,1,1,11712,0,108.614,-268.941,-108.677,6.10207,86400,0,0,5757,0,2,0,0,0),(23453,19935,1,1,1,20222,1,-8494.71,-4430.96,-215.567,5.92885,600,0,0,6070,3387,2,0,0,0),(23452,19934,1,1,1,19270,0,-8509.35,-4356.31,-208.359,4.27606,600,0,0,6986,0,0,0,0,0),(23451,19933,1,1,1,19268,0,-8591.2,-4197.22,-208.877,2.21657,600,0,0,6986,0,0,0,0,0),(23450,19932,1,1,1,19267,0,-8589.53,-4194.63,-208.867,3.05433,600,0,0,6986,0,0,0,0,0),(7721,2725,0,1,1,715,0,-6479.39,-4053.18,264.429,4.30468,300,10,0,1522,1332,1,0,0,0),(1191,4458,0,1,1,478,1,-12188.4,-22.4121,-10.7597,0.494968,300,2,0,1403,0,1,0,0,0),(1190,1108,0,1,1,843,0,-11883.4,-172.051,18.1713,1.99597,300,10,0,1427,0,1,0,0,0),(1189,4460,0,1,1,5243,1,-12157.6,-50.2741,0.30701,2.9634,300,5,0,1116,2861,1,0,0,0),(1188,783,0,1,1,4623,1,-13072.2,-749.43,88.7466,6.19499,300,5,0,2059,0,1,0,0,0),(1187,1114,0,1,1,845,0,-12275.2,-446.043,18.6231,4.66546,300,5,0,1804,0,1,0,0,0),(1186,4461,0,1,1,5243,1,-12114.5,96.6799,-0.516428,1.20442,300,5,0,1403,0,1,0,0,0),(1185,782,0,1,1,4625,1,-12959.2,-718.144,54.7919,5.23304,300,0,0,1902,0,0,0,0,0),(1184,4461,0,1,1,5243,1,-12082.4,56.4907,-6.29707,4.27296,300,5,0,1403,0,1,0,0,0),(1183,1114,0,1,1,845,0,-12319.3,-480.983,15.3939,0.289026,300,5,0,1804,0,1,0,0,0),(1182,734,0,1,1,4398,0,-11295.8,-201.343,75.7853,3.63029,300,0,0,1753,0,0,0,0,0),(1181,687,0,1,1,11317,0,-13220.9,730.602,8.01241,6.11547,300,5,0,1829,0,1,0,0,0),(1180,1114,0,1,1,845,0,-12346.3,-523.193,15.8524,5.8929,300,5,0,1804,0,1,0,0,0),(1179,1114,0,1,1,845,0,-12283.3,-525.921,16.2471,1.89622,300,5,0,1804,0,1,0,0,0),(1178,2521,0,1,1,809,0,-14823.1,-251.858,5.33484,2.50044,300,10,0,1902,0,1,0,0,0),(1177,1114,0,1,1,845,0,-12390.1,-549.576,11.8177,3.80932,300,5,0,1804,0,1,0,0,0),(1176,2521,0,1,1,809,0,-14785.8,-415.396,4.73664,2.28853,300,10,0,1902,0,1,0,0,0),(1175,691,0,1,1,5561,0,-12214.6,921.441,-6.36757,5.9523,300,2,0,1469,0,1,0,0,0),(1174,4460,0,1,1,5243,1,-12199.8,-51.9602,0.307009,3.30738,300,5,0,1116,2861,1,0,0,0),(1173,699,0,1,1,4576,1,-11620.4,619.192,50.4465,4.39823,300,0,0,1279,0,0,0,0,0),(1172,1114,0,1,1,845,0,-12426.5,-719.995,32.9625,2.83364,300,5,0,1804,0,1,0,0,0),(1171,1152,0,1,1,833,0,-11911.5,-444.782,-6.42647,4.89874,300,5,0,1403,0,1,0,0,0),(1170,1114,0,1,1,845,0,-12524.4,-476.177,24.3429,2.37553,300,5,0,1804,0,1,0,0,0),(1169,1114,0,1,1,845,0,-12486.9,-510.538,13.827,2.01122,300,5,0,1804,0,1,0,0,0),(1168,1558,0,1,1,844,0,-13886,-94.17,13.9646,0.472381,300,5,0,1981,0,1,0,0,0),(1167,1558,0,1,1,844,0,-13862.8,-42.9449,40.4036,3.73393,300,5,0,1981,0,1,0,0,0),(1166,781,0,1,1,4635,1,-12978,-821.957,70.9677,0.554944,300,5,0,2059,0,1,0,0,0),(1165,1558,0,1,1,844,0,-13823.2,-102.857,18.1712,5.4895,300,5,0,1981,0,1,0,0,0),(1164,1114,0,1,1,845,0,-12617,-921.85,54.7539,1.92408,300,5,0,1804,0,1,0,0,0),(7720,2725,0,1,1,715,0,-6459.68,-4017.89,279.68,5.87122,300,5,0,1522,1332,1,0,0,0),(7719,2725,0,1,1,715,0,-6431.2,-3977.69,264.843,3.28653,300,10,0,1522,1332,1,0,0,0),(7718,4846,0,1,1,6052,1,-6054.18,-3205.83,255.706,5.72468,300,0,0,1403,0,0,0,0,0),(7717,2729,0,1,1,1164,0,-7065.56,-2849.96,242.566,0.502929,300,10,0,1678,0,1,0,0,0),(7714,4844,0,1,1,0,1,-6073.97,-3238.39,259.069,0.905591,300,5,0,1,0,1,0,0,0),(7713,2831,0,1,1,1106,0,-6704.62,-2515.35,243.917,4.73344,300,10,0,1751,0,1,0,0,0),(7712,2734,0,1,1,917,0,-7204.99,-2710.01,269.828,4.49976,300,5,0,1829,0,1,0,0,0),(7711,2727,0,1,1,161,0,-6717.8,-3448.37,241.792,1.77475,300,10,0,1403,0,1,0,0,0),(7710,92,0,1,1,171,0,-6474.88,-2453.17,306.818,6.15248,300,3,0,1678,0,1,0,0,0),(7709,2726,0,1,1,9586,0,-6846.41,-4150.45,266.873,2.09343,600,5,0,5148,0,1,0,0,0),(7708,2725,0,1,1,715,0,-6462.66,-4129.25,268.264,1.59101,300,3,0,1522,1332,1,0,0,0),(7707,2831,0,1,1,1106,0,-6915.89,-2720.09,241.917,4.58138,300,10,0,1751,0,1,0,0,0),(7706,2829,0,1,1,10824,0,-6358.34,-3589.82,242.582,4.5238,300,10,0,1403,0,1,0,0,0),(7705,2829,0,1,1,10824,0,-6321.86,-3390.97,240.391,5.44717,300,10,0,1403,0,1,0,0,0),(7704,2831,0,1,1,1106,0,-6881.46,-2910.45,242.693,2.76109,300,10,0,1751,0,1,0,0,0),(7703,2735,0,1,1,1161,0,-6512.6,-2454.05,302.732,5.13785,300,10,0,1536,0,1,0,0,0),(7702,2734,0,1,1,917,0,-6982.94,-2539.71,242.366,1.39216,300,5,0,1829,0,1,0,0,0),(7701,2727,0,1,1,161,0,-6584.82,-3319.68,247.527,4.32391,300,10,0,1403,0,1,0,0,0),(7700,2743,0,1,1,4936,1,-6373.48,-3098.71,299.723,0.898386,300,0,0,1604,0,0,0,0,0),(7699,2742,0,1,1,4935,1,-6399.97,-3125.88,302.5,5.53083,300,3,0,1305,1186,1,0,0,0),(7698,2743,0,1,1,4936,1,-6389.06,-3131.91,302.583,4.74729,300,0,0,1604,0,0,0,0,0),(7697,2742,0,1,1,4935,1,-6368.35,-3089.56,299.722,5.58615,300,0,0,1305,1186,0,0,0,0),(7696,2743,0,1,1,4936,1,-6378.38,-3094.61,299.723,1.19689,300,0,0,1604,0,2,0,0,0),(7695,2742,0,1,1,4935,1,-6380.79,-3107.8,301.111,5.91269,300,3,0,1305,1186,1,0,0,0),(7694,2729,0,1,1,1164,0,-6823.7,-2611.82,241.628,2.00492,300,10,0,1678,0,1,0,0,0),(7693,2736,0,1,1,14328,0,-7389.7,-2445.93,311.469,4.38817,300,5,0,1981,0,1,0,0,0),(7692,2736,0,1,1,14328,0,-7283.98,-2410.49,272.681,0.091729,300,5,0,1981,0,1,0,0,0),(7691,2736,0,1,1,14328,0,-7317.67,-2411.69,280.345,4.74485,300,5,0,1981,0,1,0,0,0),(7690,4844,0,1,1,0,1,-6029.81,-3230.39,280.674,4.48805,300,0,0,1,0,2,0,0,0),(7689,2736,0,1,1,14328,0,-7385.82,-2421.31,303.94,1.1738,300,5,0,1981,0,1,0,0,0),(7688,2743,0,1,1,4936,1,-6462.27,-3106.82,313.68,2.55803,300,5,0,1604,0,1,0,0,0),(7687,2729,0,1,1,1164,0,-6948.22,-2827.7,242.171,1.74397,300,5,0,1678,0,1,0,0,0),(7686,2727,0,1,1,161,0,-6473.97,-3326.87,241.792,5.5468,300,10,0,1403,0,1,0,0,0),(7685,4844,0,1,1,0,1,-6022.23,-3231.17,280.174,0.940124,300,5,0,1,0,1,0,0,0),(23449,10460,1,1,1,10195,1,-6980.38,-4834.05,7.85118,1.37881,300,0,0,2576,0,0,0,0,0),(15502,7072,0,1,1,5821,1,-1387.68,526.302,80.425,1.15192,600,0,0,9771,0,0,0,0,0),(23448,8667,1,1,1,8715,0,-8823.7,-2708.86,25.9863,0.289026,300,25,0,2059,0,1,0,0,0),(18046,1915,0,1,1,3582,1,-110.305,814.484,63.664,0.383972,275,0,0,330,938,0,0,0,0),(7684,2729,0,1,1,1164,0,-7120.21,-2841.91,241.874,5.01011,300,10,0,1678,0,1,0,0,0),(7683,2893,0,1,1,1194,1,-6956.96,-3345.77,242.889,4.89293,300,3,0,1678,0,1,0,0,0),(7682,2731,0,1,1,632,0,-6146.03,-3417.89,246.869,6.2578,300,10,0,1469,0,1,0,0,0),(7681,2732,0,1,1,1055,0,-6883.37,-3115.32,260.899,3.81755,300,5,0,1604,0,1,0,0,0),(7680,2732,0,1,1,1055,0,-6857.57,-3309.95,266.496,4.22864,300,5,0,1604,0,1,0,0,0),(7663,2729,0,1,1,1164,0,-6922.95,-2842.11,243.228,4.74969,300,10,0,1678,0,1,0,0,0),(7662,2893,0,1,1,1194,1,-7078.63,-3315.34,242.667,0.421242,300,5,0,1678,0,1,0,0,0),(7661,2945,0,1,1,1194,0,-6989.15,-3313.63,244.636,6.21276,300,0,0,1981,0,0,0,0,0),(23447,8667,1,1,1,8715,0,-8549.81,-4329.35,10.1662,2.51113,300,25,0,2059,0,1,0,0,0),(18639,4415,1,1,1,11348,0,-4246.95,-3672.97,62.2253,1.17976,360,5,0,1751,0,1,0,0,0),(23446,8667,1,1,1,8715,0,-7990.37,-3365.55,72.2444,5.86824,300,25,0,2059,0,1,0,0,0),(18638,4415,1,1,1,11348,0,-4158.46,-3802.44,67.3163,3.73281,360,5,0,1751,0,1,0,0,0),(18637,4415,1,1,1,11348,0,-4136.44,-3865.18,54.3745,4.33188,360,5,0,1751,0,1,0,0,0),(1163,1558,0,1,1,844,0,-13813.2,-188.739,16.1252,1.65491,300,5,0,1981,0,1,0,0,0),(1162,756,0,1,1,633,0,-12981.2,-606.888,53.3342,2.0294,300,3,0,1902,0,1,0,0,0),(1161,784,0,1,1,4624,1,-12984.2,-609.516,53.7092,2.01469,300,0,0,1902,0,0,0,0,0),(1160,691,0,1,1,5561,0,-12160.7,879.947,16.6484,3.46478,300,5,0,1469,0,1,0,0,0),(31780,7332,129,1,1,0,1,2569.79,971.022,50.7828,3.1765,86400,1,0,3489,0,1,0,0,0),(23445,8667,1,1,1,8715,0,-8018.71,-3184.76,48.1584,4.644,300,25,0,2059,0,1,0,0,0),(31779,2110,129,1,1,0,0,2490.89,1062.12,47.3797,3.15902,86400,5,0,1,0,1,0,0,0),(31778,2110,129,1,1,0,0,2589.57,987.447,54.0677,3.24256,86400,5,0,1,0,1,0,0,0),(31777,4076,129,1,1,0,0,2557.8,1007.11,52.113,3.55984,86400,5,0,8,0,1,0,0,0),(31776,7335,129,1,1,0,1,2583.86,994.162,54.0854,2.33696,86400,1,0,2706,5360,1,0,0,0),(31775,7335,129,1,1,0,1,2560.64,1006.14,52.2147,3.93116,86400,0,0,2706,5360,0,0,0,0),(31768,7332,129,1,1,0,1,2553.51,1003.7,52.2661,3.24463,86400,5,0,3489,0,1,0,0,0),(31767,7327,129,1,1,0,1,2555.51,1010.07,52.1975,4.80224,86400,0,0,3489,0,0,0,0,0),(31766,7327,129,1,1,0,1,2584.2,997.199,54.283,4.68028,86400,0,0,3489,0,0,0,0,0),(31765,7346,129,1,1,0,1,2506.8,1052.82,47.6555,3.39876,86400,0,0,1469,0,0,0,0,0),(31764,7346,129,1,1,0,1,2501.05,1058.7,47.6281,2.73081,86400,0,0,1469,0,0,0,0,0),(31763,7353,129,1,1,0,0,2495.63,1062.68,47.5377,4.14281,86400,0,0,3150,1097,0,0,0,0),(28783,7347,129,1,1,0,0,2499.73,1054.28,47.5968,5.95304,86400,0,0,3831,0,0,0,0,0),(28782,2110,129,1,1,0,0,2592.83,1078.96,55.2855,4.79965,86400,5,0,1,0,1,0,0,0),(28781,2110,129,1,1,0,0,2567.58,1087.16,50.9209,1.91986,86400,5,0,1,0,1,0,0,0),(28780,7332,129,1,1,0,1,2593.87,1071.76,54.9835,1.50789,86400,2,0,3489,0,1,0,0,0),(31970,20075,269,3,1,0,0,-1759.6,7251.95,17.4046,2.06553,86400,3,0,9489,0,1,0,0,0),(28779,2110,129,1,1,0,0,2565.81,1064.54,53.9985,6.02139,86400,5,0,1,0,1,0,0,0),(28778,7335,129,1,1,0,1,2599.11,1050.83,53.7546,0.693344,86400,1,0,2706,5360,1,0,0,0),(28777,7332,129,1,1,0,1,2587.02,1033.18,50.4908,3.7001,86400,0,1,3489,0,2,0,0,0),(28776,7327,129,1,1,0,1,2595.75,1046.86,53.0402,5.8427,86400,0,0,3489,0,0,0,0,0),(28775,7333,129,1,1,0,0,2574.78,1018.38,51.7259,1.13262,86400,1,0,1279,0,1,0,0,0),(13366,7333,129,1,1,0,0,2576.04,1021.49,51.3276,3.7573,86400,1,0,1279,0,1,0,0,0),(13365,7333,129,1,1,0,0,2576.18,1024.76,50.8063,3.49232,86400,1,0,1279,0,1,0,0,0),(13364,7333,129,1,1,0,0,2572.42,1019.27,51.6643,2.04549,86400,1,0,1279,0,1,0,0,0),(13363,7332,129,1,1,0,1,2578.18,1024.74,50.9252,3.6748,86400,0,0,3489,0,0,0,0,0),(49243,14532,309,1,1,14950,0,-12379.9,-1661.66,131.817,0,7200,5,0,12208,0,1,0,0,0),(49242,14532,309,1,1,14950,0,-12365.6,-1661.6,130.415,1.6057,7200,0,0,12208,0,0,0,0,0),(49241,14532,309,1,1,14950,0,-12370.2,-1682.7,132.993,3.05849,7200,5,0,12208,0,1,0,0,0),(49240,11370,309,1,1,963,0,-12362.1,-1683.15,134.764,1.62316,7200,0,0,31440,0,0,0,0,0),(49239,14532,309,1,1,14950,0,-12372.1,-1657.33,130.942,4.71574,7200,5,0,12208,0,1,0,0,0),(49238,14532,309,1,1,14950,0,-12349.7,-1685.52,133.621,0.331613,7200,0,0,12208,0,0,0,0,0),(49237,14532,309,1,1,14950,0,-12364.9,-1673.16,132.588,0.139626,7200,0,0,12208,0,0,0,0,0),(49236,14532,309,1,1,14950,0,-12355,-1668.35,130.942,3.42085,7200,0,0,12208,0,0,0,0,0),(49235,11338,309,1,1,11230,1,-12309.5,-1696.85,132.53,4.02784,7200,0,0,25150,14916,0,0,0,0),(49234,11338,309,1,1,11230,1,-12298.1,-1687.7,131.256,3.83493,7200,0,0,25150,14916,0,0,0,0),(49233,11370,309,1,1,963,0,-12359,-1612.38,130.385,5.99684,7200,5,0,31440,0,1,0,0,0),(49232,14532,309,1,1,14950,0,-12338.3,-1593.98,133.091,0.09056,7200,5,0,12208,0,1,0,0,0),(13362,7342,129,1,1,0,0,2565.01,1053.82,52.6331,3.80795,86400,0,0,2805,2763,0,0,0,0),(13361,7353,129,1,1,0,0,2561.93,1058.15,52.8307,5.28222,86400,0,0,3150,1097,0,0,0,0),(13360,7353,129,1,1,0,0,2559.09,1052.18,51.5293,3.18938,86400,0,0,3150,1097,0,0,0,0),(32012,18982,269,3,1,0,0,-1749.15,7209.58,23.3654,2.77239,86400,3,0,9489,0,1,0,0,0),(49231,14532,309,1,1,14950,0,-12353.5,-1618.14,130.347,1.98968,7200,0,0,12208,0,0,0,0,0),(23444,8667,1,1,1,8715,0,-7830.01,-2881.65,33.6098,3.03201,300,25,0,2059,0,1,0,0,0),(23443,5594,1,1,1,7215,1,-7115.3,-3729.93,8.85665,4.64258,300,0,0,2218,0,0,0,0,0),(15501,2408,0,1,1,1244,0,-282.934,-1101.48,34.6138,5.95278,300,10,0,1050,0,1,0,0,0),(15500,2374,0,1,1,1305,1,-978.628,412.521,0.105293,2.41938,300,10,0,896,0,1,0,0,0),(15499,2244,0,1,1,3621,1,-607.58,-1106.65,62.0743,0.303126,300,5,0,441,1272,1,0,0,0),(15498,2350,0,1,1,1989,0,-526.518,410.158,86.107,5.13687,300,10,0,494,0,1,0,0,0),(15497,2375,0,1,1,3617,1,-1190.49,298.144,-8.44497,3.24206,300,10,0,950,0,1,0,0,0),(15496,2356,0,1,1,3201,0,-1022.24,-1328.58,55.315,4.77665,300,10,0,944,0,1,0,0,0),(15495,2377,0,1,1,1079,1,-1153.43,-211.838,-7.57493,2.10403,300,10,0,935,878,1,0,0,0),(15494,2356,0,1,1,3201,0,-717.936,-1325.88,64.0866,1.32629,300,10,0,944,0,1,0,0,0),(15493,2349,0,1,1,6808,0,-672.498,-1217.98,60.9119,0.630934,300,10,0,664,0,1,0,0,0),(15492,2349,0,1,1,6808,0,-676.409,-1270.13,63.3535,3.70186,300,10,0,664,0,1,0,0,0),(15491,2349,0,1,1,6808,0,-705.626,-1013.7,40.6534,5.70927,300,10,0,664,0,1,0,0,0),(15490,2377,0,1,1,1079,1,-1099.02,-127.914,-1.68008,5.79764,300,10,0,935,878,1,0,0,0),(15489,2408,0,1,1,1244,0,-353.883,-1101.47,34.308,0.6607,300,10,0,1050,0,1,0,0,0),(15488,2377,0,1,1,1079,1,-1042.86,-514.243,-3.00771,5.28197,300,10,0,935,878,1,0,0,0),(15487,2349,0,1,1,6808,0,-554.877,-972.102,43.8503,0.59589,300,10,0,664,0,1,0,0,0),(15486,2349,0,1,1,6808,0,-592.193,-912.72,37.8169,1.29169,300,10,0,664,0,1,0,0,0),(15485,2349,0,1,1,6808,0,-786.65,-947.725,30.0667,5.57519,300,5,0,664,0,1,0,0,0),(15484,2348,0,1,1,8014,0,-781.564,-891.376,27.1351,4.64985,300,5,0,787,0,1,0,0,0),(15483,2385,0,1,1,1056,0,-1325.3,-1108.3,33.1101,5.56889,300,10,0,840,0,1,0,0,0),(15482,2356,0,1,1,3201,0,-583.157,-950.196,40.9115,2.38018,300,10,0,944,0,1,0,0,0),(15481,2375,0,1,1,3617,1,-1081.25,291.667,-4.87034,4.71239,300,10,0,950,0,1,0,0,0),(15480,2350,0,1,1,1989,0,-705.869,388.254,70.2089,2.22054,300,10,0,494,0,1,0,0,0),(15479,2375,0,1,1,3617,1,-1111.44,350.542,-8.44496,5.45146,300,10,0,950,0,1,0,0,0),(15478,2385,0,1,1,1056,0,-1072.53,-910.572,47.1533,5.23202,300,10,0,840,0,1,0,0,0),(15477,2374,0,1,1,1305,1,-1150.65,316.688,-8.44497,3.42569,300,10,0,896,0,1,0,0,0),(15476,2348,0,1,1,8014,0,-890.093,-1147.46,48.0177,6.1963,300,10,0,787,0,1,0,0,0),(15475,2349,0,1,1,6808,0,-887.203,-1183.24,51.9595,1.52582,300,10,0,664,0,1,0,0,0),(15474,2375,0,1,1,3617,1,-1060.54,359.229,-8.87959,2.60303,300,10,0,950,0,1,0,0,0),(15473,2374,0,1,1,1305,1,-1022.84,387.282,-10.8319,3.02628,300,10,0,896,0,1,0,0,0),(15472,2349,0,1,1,6808,0,-324.508,-1343.93,69.2731,0.16474,300,10,0,664,0,1,0,0,0),(15471,2354,0,1,1,1007,0,-335.445,-1302.79,66.7841,3.1084,300,10,0,742,0,1,0,0,0),(15470,2348,0,1,1,8014,0,-1046.31,-1059.8,45.2312,3.55546,300,10,0,787,0,1,0,0,0),(15469,2354,0,1,1,1007,0,-344.704,-1207.3,62.0968,3.17478,300,10,0,742,0,1,0,0,0),(15468,2349,0,1,1,6808,0,-790.511,-1278.47,57.4798,2.06986,300,10,0,664,0,1,0,0,0),(23442,8661,1,1,1,7993,1,-7239.1,-3803.89,0.813843,0.017453,300,0,0,6645,0,0,0,0,0),(1159,1108,0,1,1,843,0,-11884.7,-251.268,17.0014,2.53792,300,10,0,1427,0,1,0,0,0),(1158,756,0,1,1,633,0,-12990.9,-723.495,55.8719,2.25683,300,3,0,1902,0,1,0,0,0),(1157,669,0,1,1,4628,1,-12996.7,-724.834,55.9969,2.19947,300,0,0,1902,0,0,0,0,0),(1156,1558,0,1,1,844,0,-13817,-148.928,17.4159,3.28741,300,5,0,1981,0,1,0,0,0),(1155,1108,0,1,1,843,0,-11838.2,-222.077,17.0756,4.53832,300,5,0,1427,0,1,0,0,0),(1154,1114,0,1,1,845,0,-12709.6,-880.494,53.7773,1.00162,300,10,0,1804,0,1,0,0,0),(56547,11789,349,1,1,13211,0,134.664,-246.869,-168.398,4.98258,86400,1,0,1919,0,1,0,0,0),(23440,19918,1,1,1,19260,0,-8552.23,-4323.62,-156.536,1.71396,600,15,0,6986,0,1,0,0,0),(23439,19918,1,1,1,19260,0,-8358.22,-4397.81,-104.874,1.64045,600,15,0,6986,0,1,0,0,0),(23438,19918,1,1,1,19260,0,-8435.03,-4249.9,-131.078,5.56375,600,15,0,6986,0,1,0,0,0),(23437,19918,1,1,1,19260,0,-8420.63,-4419.71,-109.225,3.12052,600,15,0,6986,0,1,0,0,0),(23436,19918,1,1,1,19260,0,-8537.27,-4256.98,-114.316,0.668913,600,15,0,6986,0,1,0,0,0),(23435,19918,1,1,1,19260,0,-8356.55,-4422.77,-90.186,1.81081,600,15,0,6986,0,1,0,0,0),(23433,19918,1,1,1,19260,0,-8397.03,-4251.41,-153.581,2.34334,600,15,0,6986,0,1,0,0,0),(23432,19918,1,1,1,19260,0,-8374.88,-4290.03,-128.949,1.84447,600,15,0,6986,0,1,0,0,0),(23429,19918,1,1,1,19260,0,-8401,-4363.18,-132.699,4.25611,600,15,0,6986,0,1,0,0,0),(23426,19918,1,1,1,19260,0,-8416.67,-4404.15,-81.5622,3.90518,600,15,0,6986,0,1,0,0,0),(23425,9165,1,1,1,8410,0,-6946.18,-2446.13,-199.728,3.78158,300,5,0,2576,0,1,0,0,0),(23424,8139,1,1,1,7355,1,-6886.48,-4842.28,8.62219,2.60054,300,0,0,1753,0,0,0,0,0),(23423,7883,1,1,1,9073,1,-8043.38,-5281.05,0.661841,6.24828,300,0,0,2218,0,0,0,0,0),(23422,7882,1,1,1,11387,1,-6974.01,-4845.69,8.06893,2.53073,300,0,0,2980,0,0,0,0,0),(23421,8137,1,1,1,7354,1,-6890.53,-4816.76,8.78429,3.50811,300,0,0,1753,0,0,0,0,0),(23420,7881,1,1,1,7027,0,-6978.01,-4849.36,8.05946,0.750492,300,0,0,1003,0,0,0,0,0),(23419,21448,1,1,1,11376,1,-7164.7,-3855.56,15.3137,1.39094,300,0,0,7456,0,2,0,0,0),(23418,7876,1,1,1,11379,1,-7105.84,-3776.83,8.79225,2.70526,300,0,0,2218,0,0,0,0,0),(23417,8131,1,1,1,7342,1,-7141.49,-3719.69,8.57809,3.50811,300,0,0,2218,0,0,0,0,0),(23416,8129,1,1,1,7343,1,-7149.83,-3723.66,8.57805,0.017453,300,0,0,1753,0,0,0,0,0),(23415,8128,1,1,1,7341,1,-7167.72,-3743.08,8.78314,5.49779,300,0,0,1753,0,0,0,0,0),(23414,8126,1,1,1,7340,1,-7131.99,-3839.67,9.14882,1.39626,300,0,0,3398,0,0,0,0,0),(23413,8125,1,1,1,7338,1,-7168.27,-3850.27,8.84728,1.27409,300,0,0,2059,0,0,0,0,0),(23412,8124,1,1,1,7335,1,-7206.69,-3832.64,8.64432,0.349066,300,0,0,5544,0,0,0,0,0),(23411,9397,1,1,1,8716,0,-9058.05,-3652.34,31.25,-1.03312,300,25,0,1990,1640,1,0,0,0),(23410,9397,1,1,1,8716,0,-9446.81,-2314.58,12.9337,1.26528,300,25,0,1990,1640,1,0,0,0),(23409,8885,1,1,1,6468,0,-7097.74,-3704.55,8.64253,3.47321,300,0,0,42,0,0,0,0,0),(23408,8884,1,1,1,5228,0,-7099.24,-3698.85,8.65058,3.05433,300,0,0,42,0,0,0,0,0),(23407,8883,1,1,1,2405,0,-7087.49,-3741.68,8.63787,3.47321,300,0,0,42,0,0,0,0,0),(23406,8883,1,1,1,2405,0,-7090.77,-3732.81,8.63018,3.52556,300,0,0,42,0,0,0,0,0),(23405,7858,1,1,1,6951,1,-7976.71,-5413.06,1.12042,1.82256,300,5,0,2138,0,1,0,0,0),(23404,7858,1,1,1,6953,1,-7989.63,-5414.49,1.20377,4.95674,300,0,0,2138,0,0,0,0,0),(23403,7858,1,1,1,6950,1,-8087.94,-5244.56,1.9519,5.00815,300,0,0,2138,0,0,0,0,0),(23402,7858,1,1,1,6951,1,-7957.92,-5445.87,7.48362,4.20858,300,5,0,2138,0,1,0,0,0),(23401,7858,1,1,1,6953,1,-8014.72,-5215.52,2.23529,5.4468,300,0,0,2138,0,0,0,0,0),(23400,7858,1,1,1,6954,1,-8035.78,-5217.84,2.21993,1.0821,300,0,0,2138,0,0,0,0,0),(23399,7858,1,1,1,6950,1,-7946.56,-5470.34,0.290159,2.02458,300,0,0,2138,0,0,0,0,0),(23398,7858,1,1,1,6950,1,-7974.09,-5451.33,7.48467,4.21906,300,5,0,2138,0,1,0,0,0),(23397,7858,1,1,1,6951,1,-8016.49,-5384.53,0.65249,2.94961,300,0,0,2138,0,0,0,0,0),(23396,7858,1,1,1,6950,1,-7955.63,-5416.55,1.20377,4.7822,300,0,0,2138,0,0,0,0,0),(23395,7858,1,1,1,6953,1,-7969.8,-5486.39,0.206819,4.38422,300,5,0,2138,0,1,0,0,0),(23394,7858,1,1,1,6951,1,-7940.95,-5433.39,18.6282,0.201201,300,5,0,2138,0,1,0,0,0),(23393,7858,1,1,1,6953,1,-7935.53,-5428.16,7.48143,2.80064,300,5,0,2138,0,1,0,0,0),(23392,7858,1,1,1,6950,1,-7954.52,-5477.61,7.52878,0.197356,300,5,0,2138,0,1,0,0,0),(23391,7858,1,1,1,6951,1,-7948.46,-5440.22,0.161648,1.4349,300,5,0,2138,0,1,0,0,0),(23390,7858,1,1,1,6951,1,-7948.5,-5465.76,0.290158,4.45059,300,0,0,2138,0,0,0,0,0),(23389,7858,1,1,1,6950,1,-8029.65,-5200.79,5.04774,5.42797,300,0,0,2138,0,0,0,0,0),(23388,7858,1,1,1,6950,1,-7981.71,-5492.1,7.52563,3.93033,300,5,0,2138,0,1,0,0,0),(23387,7858,1,1,1,6951,1,-7957.08,-5421.66,1.20377,0.890118,300,0,0,2138,0,0,0,0,0),(23386,7858,1,1,1,6951,1,-8022.43,-5382.12,0.65249,5.67232,300,0,0,2138,0,0,0,0,0),(23385,7858,1,1,1,6951,1,-7945.06,-5469.77,7.52979,1.63046,300,5,0,2138,0,1,0,0,0),(23384,7858,1,1,1,6950,1,-8077.09,-5275.66,0.69982,5.19626,300,0,0,2138,0,2,0,0,0),(23383,7858,1,1,1,6950,1,-7988.22,-5420.23,1.20377,1.81514,300,0,0,2138,0,0,0,0,0),(23382,7858,1,1,1,6951,1,-7972.43,-5487.71,12.5815,2.56685,300,5,0,2138,0,1,0,0,0),(23381,7858,1,1,1,6951,1,-8026.53,-5204.53,5.04774,1.53589,300,0,0,2138,0,0,0,0,0),(23380,7858,1,1,1,6953,1,-8033.91,-5214.79,2.15266,4.17134,300,0,0,2138,0,0,0,0,0),(23379,7858,1,1,1,6950,1,-7996.3,-5390.23,1.20377,4.11898,300,0,0,2138,0,0,0,0,0),(23378,7858,1,1,1,6954,1,-8021.04,-5199.28,5.04774,4.06662,300,0,0,2138,0,0,0,0,0),(23377,7858,1,1,1,6954,1,-7976.5,-5371.73,0.648624,4.17134,300,0,0,2138,0,0,0,0,0),(23376,7858,1,1,1,6950,1,-8075.5,-5236.79,2.2639,3.18415,300,0,0,2138,0,0,0,0,0),(23375,7858,1,1,1,6950,1,-7980.2,-5375.96,0.640754,0.680678,300,0,0,2138,0,0,0,0,0),(23374,8882,1,1,1,6079,0,-7092.2,-3729.85,8.63018,3.29867,300,0,0,42,0,0,0,0,0),(23373,7857,1,1,1,6939,1,-8069.87,-5353.5,20.5404,3.15905,300,0,0,2138,0,0,0,0,0),(23372,7857,1,1,1,6940,1,-8078.86,-5337.5,7.79219,3.78736,300,0,0,2138,0,0,0,0,0),(23371,7857,1,1,1,6938,1,-8078.53,-5292.72,0.658153,1.74533,300,0,0,2138,0,0,0,0,0),(23370,7857,1,1,1,6938,1,-8049.36,-5277.84,0.66513,3.94444,300,0,0,2138,0,0,0,0,0),(23369,7857,1,1,1,6938,1,-8087.39,-5377.46,19.7015,2.72271,300,0,0,2138,0,0,0,0,0),(23368,7857,1,1,1,6939,1,-8049.19,-5365.69,6.2191,5.84685,300,0,0,2138,0,0,0,0,0),(23367,7857,1,1,1,6939,1,-8049.23,-5337.25,6.52174,0.698132,300,0,0,2138,0,0,0,0,0),(23366,7857,1,1,1,6939,1,-8036.56,-5361.17,2.19131,0.80053,300,0,0,2138,0,2,0,0,0),(23365,7857,1,1,1,6940,1,-8084.86,-5341.22,7.81498,0.331613,300,0,0,2138,0,0,0,0,0),(23364,7857,1,1,1,6938,1,-8079.21,-5287.67,0.658151,4.7822,300,0,0,2138,0,0,0,0,0),(23363,7857,1,1,1,6941,1,-8058.43,-5340.28,0.696584,4.5204,300,0,0,2138,0,0,0,0,0),(23362,7857,1,1,1,6940,1,-8047.83,-5346.45,18.2929,0.733038,300,0,0,2138,0,0,0,0,0),(23361,7857,1,1,1,6938,1,-8087.31,-5376.05,0.653112,1.67552,300,0,0,2138,0,0,0,0,0),(23360,7857,1,1,1,6939,1,-8065.63,-5354.14,2.81106,1.27409,300,0,0,2138,0,0,0,0,0),(23359,7857,1,1,1,6938,1,-8075.88,-5367.89,19.9551,2.51327,300,0,0,2138,0,0,0,0,0),(23358,7857,1,1,1,6939,1,-8055.93,-5361.35,18.883,4.5204,300,0,0,2138,0,0,0,0,0),(23357,7857,1,1,1,6939,1,-8096.56,-5310.31,0.686526,0.261799,300,0,0,2138,0,0,0,0,0),(23356,7857,1,1,1,6939,1,-8087.46,-5367.86,0.499819,5.91667,300,0,0,2138,0,0,0,0,0),(23355,8881,1,1,1,2786,0,-7088.25,-3738.72,8.63102,3.42085,300,0,0,42,0,0,0,0,0),(23354,7857,1,1,1,6941,1,-8044,-5336.31,8.28888,3.29867,300,0,0,2138,0,0,0,0,0),(23353,7857,1,1,1,6938,1,-8052.44,-5282.36,0.659495,1.27409,300,0,0,2138,0,0,0,0,0),(23352,7857,1,1,1,6939,1,-8096.42,-5381.65,7.02724,3.4383,300,0,0,2138,0,0,0,0,0),(23351,7857,1,1,1,6939,1,-8075.11,-5251.57,0.770723,3.75246,300,0,0,2138,0,0,0,0,0),(23350,7857,1,1,1,6938,1,-8090.72,-5309.2,0.88052,3.24631,300,0,0,2138,0,0,0,0,0),(23349,7857,1,1,1,6939,1,-8072.71,-5383.49,19.3221,2.25148,300,0,0,2138,0,0,0,0,0),(23348,7857,1,1,1,6941,1,-8079.13,-5255.23,0.766305,0.890118,300,0,0,2138,0,0,0,0,0),(23347,7857,1,1,1,6939,1,-8046.93,-5332.71,8.28819,3.92699,300,0,0,2138,0,0,0,0,0),(23346,7857,1,1,1,6938,1,-8095.73,-5362.75,20.4561,2.25148,300,0,0,2138,0,0,0,0,0),(23345,7857,1,1,1,6939,1,-8054.12,-5278.53,0.665793,5.61996,300,0,0,2138,0,0,0,0,0),(23344,7857,1,1,1,6941,1,-8053.19,-5347.94,0.65306,3.00197,300,0,0,2138,0,0,0,0,0),(23343,7857,1,1,1,6941,1,-8042.28,-5351.7,0.979424,1.07637,300,0,0,2138,0,0,0,0,0),(23342,7856,1,1,1,6952,1,-8051.09,-5148.96,10.6541,2.7521,300,15,0,2138,0,1,0,0,0),(23341,7856,1,1,1,374,1,-7916.65,-5179.24,3.88791,2.09212,300,10,0,2138,0,1,0,0,0),(23340,7856,1,1,1,374,1,-8046.68,-5302.34,0.699819,5.91197,300,15,0,2138,0,1,0,0,0),(23339,7856,1,1,1,6948,1,-7963.65,-5471.03,7.52879,3.03374,300,5,0,2138,0,1,0,0,0),(23338,7856,1,1,1,6948,1,-7943.13,-5276.11,0.604346,6.24191,300,5,0,2138,0,1,0,0,0),(23337,7856,1,1,1,6952,1,-7960.51,-5241.07,1.81911,4.29672,300,0,0,2138,0,0,0,0,0),(23336,7856,1,1,1,6952,1,-7877.79,-5133.21,5.71298,1.89872,300,10,0,2138,0,1,0,0,0),(23335,7856,1,1,1,6949,1,-7949.94,-5436.23,0.160306,3.6464,300,5,0,2138,0,1,0,0,0),(23334,7856,1,1,1,6948,1,-7988.16,-5135.98,6.40907,0.418879,300,0,0,2138,0,0,0,0,0),(23333,7856,1,1,1,6952,1,-7970.46,-5489.1,7.52809,6.08281,300,5,0,2138,0,1,0,0,0),(23332,7856,1,1,1,6949,1,-7859.23,-5114.25,6.66205,0.959931,300,0,0,2138,0,0,0,0,0),(23331,7856,1,1,1,6948,1,-7970.67,-5482.99,17.9558,0.543591,300,5,0,2138,0,1,0,0,0),(23330,7856,1,1,1,6949,1,-7906.94,-5204.53,0.843611,3.80482,300,0,0,2138,0,0,0,0,0),(23329,7856,1,1,1,6952,1,-8052.26,-5110.95,14.2394,1.92303,300,5,0,2138,0,1,0,0,0),(23328,7856,1,1,1,6952,1,-7947.64,-5465.62,7.52878,4.33364,300,5,0,2138,0,1,0,0,0),(23327,7856,1,1,1,6948,1,-7953.5,-5253.57,0.694111,3.32224,300,0,0,2138,0,2,0,0,0),(23326,7856,1,1,1,6948,1,-7953.86,-5182.69,4.36045,3.18004,300,5,0,2138,0,1,0,0,0),(23325,7856,1,1,1,6952,1,-7971.61,-5453.88,0.14572,3.51445,300,5,0,2138,0,1,0,0,0),(23324,7856,1,1,1,6949,1,-7959.12,-5481.83,0.290164,3.40339,300,0,0,2138,0,0,0,0,0),(23323,7856,1,1,1,6948,1,-8110.47,-5213.92,7.61746,1.08999,300,10,0,2138,0,1,0,0,0),(23322,7856,1,1,1,6952,1,-7971.26,-5147.7,5.52297,5.6643,300,15,0,2138,0,1,0,0,0),(23321,7856,1,1,1,6952,1,-7968.86,-5450.93,7.48361,1.32901,300,5,0,2138,0,1,0,0,0),(23320,7856,1,1,1,6952,1,-8047.18,-5215.06,0.824819,5.83781,300,10,0,2138,0,1,0,0,0),(23319,7856,1,1,1,6948,1,-8015.19,-5282.62,0.658153,3.36848,300,10,0,2138,0,1,0,0,0),(23318,7856,1,1,1,6949,1,-8018.55,-5151.83,6.13439,3.47643,300,10,0,2138,0,1,0,0,0),(23317,7856,1,1,1,6949,1,-8047.85,-5257,1.44982,4.56393,300,5,0,2138,0,1,0,0,0),(23316,7856,1,1,1,6948,1,-8089.92,-5218.02,1.57482,3.43761,300,10,0,2138,0,1,0,0,0),(23315,7855,1,1,1,6944,1,-8045.08,-5190.09,2.69982,4.23546,300,3,0,2138,0,1,0,0,0),(23314,7855,1,1,1,6944,1,-7982.76,-5133.95,6.12154,3.45575,300,0,0,2138,0,0,0,0,0),(23313,7855,1,1,1,6947,1,-8096.44,-5269.38,1.94767,2.54818,300,0,0,2138,0,0,0,0,0),(23312,7855,1,1,1,6947,1,-7951.94,-5216.92,1.63561,3.90459,300,10,0,2138,0,1,0,0,0),(23311,7855,1,1,1,6947,1,-7982.24,-5184.38,2.04218,5.97644,300,10,0,2138,0,1,0,0,0),(23310,7855,1,1,1,6945,1,-8085.7,-5155.19,10.5383,4.72899,300,10,0,2138,0,1,0,0,0),(23309,7855,1,1,1,6947,1,-7850.92,-5145.96,3.94686,3.23289,300,10,0,2138,0,1,0,0,0),(23308,7855,1,1,1,6947,1,-7987.28,-5316.32,8.57914,3.12128,300,3,0,2138,0,1,0,0,0),(23307,7855,1,1,1,6946,1,-8017.36,-5321.79,0.69982,4.53416,300,0,0,2138,0,2,0,0,0),(23306,7855,1,1,1,6944,1,-8079.29,-5242.75,2.15955,1.8675,300,0,0,2138,0,0,0,0,0),(23305,7855,1,1,1,6944,1,-7884.81,-5187.15,2.69415,4.56888,300,10,0,2138,0,1,0,0,0),(23304,7855,1,1,1,6947,1,-8100.54,-5299.71,2.1643,5.77704,300,0,0,2138,0,0,0,0,0),(23303,7855,1,1,1,6947,1,-8014.34,-5253.18,0.694111,5.49547,300,5,0,2138,0,1,0,0,0),(23302,7855,1,1,1,6945,1,-7855.76,-5108.79,6.91574,4.17134,300,0,0,2138,0,0,0,0,0),(23301,7855,1,1,1,6944,1,-8100.37,-5269.52,1.9693,5.91667,300,0,0,2138,0,0,0,0,0),(23300,7855,1,1,1,6946,1,-7982.16,-5288,0.694111,5.14012,300,10,0,2138,0,1,0,0,0),(23299,7855,1,1,1,6944,1,-7912.25,-5208.65,0.729591,0.645772,300,0,0,2138,0,0,0,0,0),(23298,7855,1,1,1,6946,1,-7999.35,-5252.43,1.17009,1.94301,300,0,0,2138,0,0,0,0,0),(23297,7855,1,1,1,6946,1,-8013.71,-5346.33,0.941126,1.00132,300,10,0,2138,0,1,0,0,0),(23296,7855,1,1,1,6947,1,-8093.7,-5194.36,7.46686,3.3812,300,10,0,2138,0,1,0,0,0),(23295,7855,1,1,1,6944,1,-7828.86,-5111.13,4.30441,2.25431,300,10,0,2138,0,1,0,0,0),(23294,7855,1,1,1,6946,1,-8096.12,-5301.68,2.14117,2.80998,300,0,0,2138,0,0,0,0,0),(23293,7855,1,1,1,6944,1,-7854.17,-5086.78,5.58094,4.06873,300,10,0,2138,0,1,0,0,0),(23292,7855,1,1,1,6946,1,-7985.88,-5110.1,7.54486,2.65219,300,10,0,2138,0,1,0,0,0),(23291,7855,1,1,1,6945,1,-7888.13,-5157.8,5.61412,5.60663,300,0,0,2138,0,0,0,0,0),(23290,7855,1,1,1,6945,1,-8080.88,-5237.27,2.16489,4.97419,300,0,0,2138,0,0,0,0,0),(23289,20142,1,1,1,19373,0,-8161.07,-4774.39,35.2607,2.18166,600,0,0,6986,0,0,0,0,0),(23288,8617,1,1,1,11253,0,-7355.52,-4891.35,0.256051,4.2565,300,0,0,2218,0,0,0,0,0),(23287,6568,1,1,1,7216,1,-7133.52,-3738.63,8.43919,4.99164,300,0,0,2769,0,0,0,0,0),(23286,7847,1,1,1,9169,1,-7630.66,-4480.84,9.52548,5.15209,300,0,0,2399,0,2,0,0,0),(23285,20131,1,1,1,19315,0,-8367.09,-4255.83,-204.302,3.87463,600,0,0,3052,0,0,0,0,0),(23284,20130,1,1,1,19314,0,-8371.93,-4250.21,-204.377,4.15388,600,0,0,6116,0,0,0,0,0),(23283,15520,1,1,1,15534,0,-6750.08,-4730.93,18.5548,5.16992,300,0,0,102,0,2,0,0,0),(23282,7583,1,1,1,7175,1,-7111.11,-3741.78,8.60926,3.9968,300,0,0,774,2175,0,0,0,0),(23281,14743,1,1,1,14774,1,-7112.04,-3827.17,9.5147,0.593412,300,0,0,2769,0,0,0,0,0),(23280,19861,1,1,1,19224,1,-7139.31,-3761.98,9.54388,1.78024,300,0,0,6986,0,0,0,0,0),(23279,19860,1,1,1,19229,1,-7116.77,-3782.89,8.79032,0.366519,300,0,0,6986,0,0,0,0,0),(23278,19859,1,1,1,19228,1,-7124.54,-3804.47,8.75568,5.46288,600,0,0,349300,0,0,0,0,0),(23277,7824,1,1,1,6883,1,-7045.24,-3779.4,10.3158,3.42085,600,0,0,10572,0,0,0,0,0),(23276,7823,1,1,1,6880,1,-7224.87,-3738.21,8.48369,1.18682,600,0,0,10572,0,0,0,0,0),(23275,5774,1,1,1,2320,0,-7095.26,-3711.75,8.64253,3.38594,300,0,0,42,0,0,0,0,0),(23274,5774,1,1,1,2320,0,-7100.19,-3695.18,8.79651,4.10152,300,0,0,42,0,0,0,0,0),(23273,16014,1,1,1,15998,1,-7127.41,-3838.92,9.05014,2.93215,300,0,0,6104,0,0,0,0,0),(23272,7564,1,1,1,7185,1,-7193.42,-3793.48,9.76213,0.872665,300,0,0,1753,0,0,0,0,0),(23271,21643,1,1,1,20384,0,-8526.66,-4606.13,-211.965,5.79449,300,0,0,5914,0,0,0,0,0),(23270,8579,1,1,1,7902,1,-6903.4,-4840.94,8.46412,2.79253,300,0,0,1522,1332,0,0,0,0),(23269,6015,1,1,1,1244,0,-7056.02,-4812.75,0.790082,2.75887,300,0,0,2218,0,0,0,0,0),(23268,7804,1,1,1,6868,1,-7197.6,-3766.29,8.8737,1.32645,300,0,0,3398,0,0,0,0,0),(23267,7799,1,1,1,6882,1,-7205.06,-3827.29,8.6442,0.174533,300,0,0,5544,0,0,0,0,0),(23266,5490,1,1,1,1086,0,-9097.28,-2155.38,12.3975,2.80998,300,10,0,2576,0,1,0,0,0),(23265,5490,1,1,1,1086,0,-8918.79,-2152.61,10.9722,4.6596,300,15,0,2576,0,1,0,0,0),(23264,5490,1,1,1,1086,0,-8954.01,-2244.2,9.37692,3.28625,300,15,0,2576,0,1,0,0,0),(23263,5490,1,1,1,1086,0,-8929.32,-2264.71,9.00173,1.40724,300,0,0,2576,0,2,0,0,0),(23262,5490,1,1,1,1086,0,-8889.62,-2373.09,13.3753,1.31629,300,10,0,2576,0,1,0,0,0),(23261,5490,1,1,1,1086,0,-8785.3,-2287.41,9.12677,2.36714,300,10,0,2576,0,1,0,0,0),(23260,5490,1,1,1,1086,0,-8747.05,-2243.38,9.00195,3.84533,300,15,0,2576,0,1,0,0,0),(23259,5490,1,1,1,1086,0,-8788.88,-2119.22,14.8636,2.14038,300,5,0,2576,0,1,0,0,0),(23258,20082,1,1,1,19321,0,-8479.39,-4627.54,-205.021,4.86947,300,0,0,5914,0,0,0,0,0),(23257,20081,1,1,1,19320,0,-8518.71,-4624.5,-212.199,0.802851,300,0,0,5914,0,0,0,0,0),(23256,20080,1,1,1,19319,0,-8540.37,-4621.42,-209.434,0.261799,300,0,0,5914,0,0,0,0,0),(23255,18542,1,1,1,1433,0,-8158.85,-4859.13,-24.7839,5.96903,300,0,0,4252,0,0,0,0,0),(23254,5485,1,1,1,9014,0,-8884.75,-2181.8,9.37366,3.24229,300,15,0,2138,1750,1,0,0,0),(23253,5485,1,1,1,9014,0,-8950.98,-2182.56,8.96152,5.93412,300,15,0,2138,1750,1,0,0,0),(23252,5485,1,1,1,9014,0,-8927.21,-2267.43,9.00172,2.11576,300,0,0,2138,1750,2,0,0,0),(23251,5485,1,1,1,9014,0,-8947.19,-2309.73,11.2722,2.97944,300,5,0,2138,1750,1,0,0,0),(23250,5485,1,1,1,9014,0,-8918.85,-2343.8,10.5468,5.6619,300,10,0,2138,1750,1,0,0,0),(23249,5485,1,1,1,9014,0,-8879.64,-2358.67,10.752,4.82818,300,10,0,2138,1750,1,0,0,0),(23248,5485,1,1,1,9014,0,-8892.75,-2108.03,11.2771,5.10869,300,5,0,2138,1750,1,0,0,0),(23247,5485,1,1,1,9014,0,-8985.08,-2253.36,11.0018,1.51438,300,3,0,2138,1750,1,0,0,0),(23246,5485,1,1,1,9014,0,-8720.37,-2210.51,10.9735,0.689263,300,10,0,2138,1750,1,0,0,0),(23245,5485,1,1,1,9014,0,-8815.68,-2245.82,19.9265,3.47363,300,0,0,2138,1750,0,0,0,0),(23244,5485,1,1,1,9014,0,-8845.84,-2247.2,12.0017,-1.69307,300,3,0,2138,1750,1,0,0,0),(23243,5481,1,1,1,3386,0,-8923.98,-2244.71,9.00172,3.04672,300,15,0,2488,0,1,0,0,0),(23242,5481,1,1,1,3386,0,-8953.94,-2280.2,9.12738,0.909021,300,5,0,2488,0,1,0,0,0),(23241,5481,1,1,1,3386,0,-8846.99,-2312.58,9.06857,5.93858,300,15,0,2488,0,1,0,0,0),(23240,5481,1,1,1,3386,0,-8830.75,-2345.86,18.1518,2.56892,300,10,0,2488,0,1,0,0,0),(23239,5481,1,1,1,3386,0,-8845.31,-2311.82,9.00194,1.14318,300,0,0,2488,0,2,0,0,0),(23238,5481,1,1,1,3386,0,-9034.01,-2176.37,10.6268,4.43042,300,10,0,2488,0,1,0,0,0),(23237,5481,1,1,1,3386,0,-8980.37,-2217.61,9.50748,1.90216,300,10,0,2488,0,1,0,0,0),(23236,5481,1,1,1,3386,0,-8845.76,-2155.87,11.7513,1.68711,300,10,0,2488,0,1,0,0,0),(23235,5481,1,1,1,3386,0,-8824.02,-2172.73,9.75215,1.59813,300,15,0,2488,0,1,0,0,0),(23234,5481,1,1,1,3386,0,-8769.98,-2164.1,11.043,2.16894,300,10,0,2488,0,1,0,0,0),(23233,5481,1,1,1,3386,0,-8996.68,-2121.54,9.28206,5.02616,300,5,0,2488,0,1,0,0,0),(23232,5481,1,1,1,3386,0,-9048.97,-2136.5,11.7399,2.81683,300,10,0,2488,0,1,0,0,0),(23231,5481,1,1,1,3386,0,-8852.32,-2374.08,17.0021,1.30011,300,5,0,2488,0,1,0,0,0),(23230,5481,1,1,1,3386,0,-8968.53,-2340.14,11.7601,6.18672,300,5,0,2488,0,1,0,0,0),(23229,7784,1,1,1,6909,0,-8851.94,-4374.93,44.6462,5.89921,300,0,0,1981,0,0,0,0,0),(23228,20069,1,1,1,19304,0,-8196.2,-4236.01,-178.126,4.72984,600,0,0,16902,0,0,0,0,0),(23227,20069,1,1,1,19304,0,-8272.32,-4370.07,-207.447,0.05236,600,0,0,16902,0,0,0,0,0),(23226,20069,1,1,1,19304,0,-8280.43,-4326.89,-206.972,5.75959,600,0,0,16902,0,0,0,0,0),(23225,20069,1,1,1,19304,0,-8289.03,-4327.12,-187.095,5.81195,600,0,0,16902,0,0,0,0,0),(23224,20069,1,1,1,19304,0,-8190.5,-4307.76,-192.135,4.55531,600,0,0,16902,0,0,0,0,0),(23223,20069,1,1,1,19304,0,-8175,-4238.97,-177.711,2.61799,600,0,0,16902,0,0,0,0,0),(23222,20069,1,1,1,19304,0,-8328.78,-4389.44,-206.378,2.16421,600,0,0,16902,0,0,0,0,0),(23221,20069,1,1,1,19304,0,-8220.53,-4307.64,-199.66,1.81514,600,0,0,16902,0,0,0,0,0),(23220,20069,1,1,1,19304,0,-8183.36,-4287.88,-188.769,2.74017,600,0,0,16902,0,0,0,0,0),(23219,20069,1,1,1,19304,0,-8240.77,-4325.27,-202.227,4.32842,600,0,0,16902,0,0,0,0,0),(23218,20069,1,1,1,19304,0,-8166.96,-4257.85,-179.27,3.57792,600,0,0,16902,0,0,0,0,0),(23217,20069,1,1,1,19304,0,-8334.61,-4297.44,-204.192,3.97935,600,0,0,16902,0,0,0,0,0),(23216,20069,1,1,1,19304,0,-8344.13,-4397.52,-176.348,2.68781,600,0,0,16902,0,0,0,0,0),(23215,20069,1,1,1,19304,0,-8316.83,-4307.81,-205.905,0.506145,600,0,0,16902,0,0,0,0,0),(23214,4708,1,1,1,7182,1,-7128.14,-3735.07,8.43767,4.7822,300,0,0,1678,0,0,0,0,0),(23213,5475,1,1,1,11542,1,-8848.87,-3550.33,12.1864,1.91986,300,0,0,1990,3280,0,0,0,0),(23212,5475,1,1,1,11542,1,-8882.63,-3516.81,12.7864,5.48033,300,10,0,1990,3280,1,0,0,0),(23211,5475,1,1,1,11542,1,-8918.06,-3351.78,17.3995,0.977384,300,15,0,1990,3280,1,0,0,0),(23210,5475,1,1,1,11542,1,-8949.39,-3383.58,21.02,0.733038,300,15,0,1990,3280,1,0,0,0),(23209,5475,1,1,1,11542,1,-8316.28,-2881.63,10.8531,0.029588,300,0,0,1990,3280,0,0,0,0),(23208,5475,1,1,1,11542,1,-8378.75,-3152.07,9.02297,5.57432,300,15,0,1990,3280,1,0,0,0),(23207,5475,1,1,1,11542,1,-8477.85,-2928.43,9.31797,4.17532,300,15,0,1990,3280,1,0,0,0),(23206,5475,1,1,1,11542,1,-8448.89,-2984.24,8.74971,2.22269,300,5,0,1990,3280,1,0,0,0),(23205,5475,1,1,1,11542,1,-8348.06,-2995.77,8.6598,6.16416,300,5,0,1990,3280,1,0,0,0),(23204,5475,1,1,1,11542,1,-8418.41,-2919.35,9.09409,1.51606,300,0,0,1990,3280,2,0,0,0),(23203,5475,1,1,1,11542,1,-8986,-3484.32,18.7596,3.50811,300,15,0,1990,3280,1,0,0,0),(23202,5475,1,1,1,11542,1,-8919.03,-3417.15,14.1984,1.93731,300,15,0,1990,3280,1,0,0,0),(23201,5475,1,1,1,11542,1,-8852.46,-3416.1,10.9157,5.93412,300,10,0,1990,3280,1,0,0,0),(23200,5475,1,1,1,11542,1,-9117.5,-2949.68,45.1309,2.00713,300,30,0,1990,3280,1,0,0,0),(23199,5475,1,1,1,11542,1,-9149.34,-2916.6,34.5372,4.5204,300,30,0,1990,3280,1,0,0,0),(23198,5475,1,1,1,11542,1,-9283.6,-2915.92,11.9957,5.84685,300,10,0,1990,3280,1,0,0,0),(23197,5475,1,1,1,11542,1,-9250.04,-3149.05,14.6445,0.296706,300,0,0,1990,3280,0,0,0,0),(23196,5474,1,1,1,11545,1,-8513.7,-3022.47,9.75176,2.8756,300,5,0,2488,0,1,0,0,0),(23195,5474,1,1,1,11545,1,-8477.67,-3086.27,10.2518,5.51064,300,5,0,2488,0,1,0,0,0),(23194,5474,1,1,1,11545,1,-8481.16,-3072.51,10.5018,2.19688,300,5,0,2488,0,1,0,0,0),(23193,5474,1,1,1,11545,1,-8543.9,-2992.99,10.0018,5.89748,300,5,0,2488,0,1,0,0,0),(23192,5474,1,1,1,11545,1,-8475.4,-2856.09,8.74971,1.79899,300,5,0,2488,0,1,0,0,0),(23191,5474,1,1,1,11545,1,-8381.44,-2865.41,9.12997,0.633198,300,5,0,2488,0,1,0,0,0),(23190,5474,1,1,1,11545,1,-8814.83,-3450.28,10.9409,1.37881,300,15,0,2488,0,1,0,0,0),(23189,5474,1,1,1,11545,1,-8816.03,-3516.8,8.98343,4.32842,300,15,0,2488,0,1,0,0,0),(23188,5474,1,1,1,11545,1,-8374.5,-3012.57,9.11995,2.16848,300,3,0,2488,0,1,0,0,0),(23187,5474,1,1,1,11545,1,-8275.75,-3054.02,9.74971,1.25552,300,3,0,2488,0,1,0,0,0),(23186,5474,1,1,1,11545,1,-8264.14,-3064.41,10.7787,0.178079,300,5,0,2488,0,1,0,0,0),(23185,5474,1,1,1,11545,1,-8206.04,-3030.49,10.7906,5.24763,300,5,0,2488,0,1,0,0,0),(23184,5474,1,1,1,11545,1,-8315.76,-3121.82,8.74971,4.13421,300,0,0,2488,0,0,0,0,0),(23183,5474,1,1,1,11545,1,-8319.84,-3163.42,13.3937,3.28217,300,0,0,2488,0,0,0,0,0),(23182,5474,1,1,1,11545,1,-8446.94,-3154.79,8.74989,5.41147,300,0,0,2488,0,0,0,0,0),(23181,5474,1,1,1,11545,1,-8395.78,-3179.31,8.87523,5.145,300,0,0,2488,0,0,0,0,0),(23180,5474,1,1,1,11545,1,-8500.28,-2815.99,10.2578,4.84165,300,0,0,2488,0,0,0,0,0),(23179,5474,1,1,1,11545,1,-8234.95,-2903.32,17.7527,0.933433,300,10,0,2488,0,1,0,0,0),(23178,5474,1,1,1,11545,1,-8277.1,-2862.38,16.6769,1.32432,300,0,0,2488,0,0,0,0,0),(23177,5474,1,1,1,11545,1,-8246.91,-2995.92,8.74969,1.08544,300,0,0,2488,0,0,0,0,0),(23176,5474,1,1,1,11545,1,-8375.03,-3023.34,8.95764,1.83568,300,3,0,2488,0,1,0,0,0),(23175,5474,1,1,1,11545,1,-8201.15,-3015.63,12.4156,4.73758,300,5,0,2488,0,1,0,0,0),(23174,5474,1,1,1,11545,1,-9117.17,-3016.26,47.9937,3.83972,300,15,0,2488,0,1,0,0,0),(23173,5474,1,1,1,11545,1,-9317.35,-3082.03,12.7424,5.34071,300,0,0,2488,0,0,0,0,0),(23172,5474,1,1,1,11545,1,-8370.92,-2984.51,8.57205,2.57449,300,5,0,2488,0,1,0,0,0),(23171,5474,1,1,1,11545,1,-8597.77,-2836.55,10.6303,4.91232,300,15,0,2488,0,1,0,0,0),(23170,5474,1,1,1,11545,1,-8262.81,-2923.97,12.8777,3.11231,300,10,0,2488,0,1,0,0,0),(23169,5474,1,1,1,11545,1,-8230.14,-2928.55,15.5716,0.699366,300,5,0,2488,0,1,0,0,0),(23168,5474,1,1,1,11545,1,-9316.73,-3016.11,10.0159,2.36868,300,15,0,2488,0,1,0,0,0),(23167,5474,1,1,1,11545,1,-9183.56,-3082.65,31.9454,5.58505,300,15,0,2488,0,1,0,0,0),(23166,5473,1,1,1,12003,1,-8450.13,-3114.71,10.7115,1.25664,300,15,0,1919,3174,1,0,0,0),(23165,5473,1,1,1,12003,1,-8345.03,-3085.97,8.69595,5.38243,300,3,0,1919,3174,1,0,0,0),(23164,5473,1,1,1,12003,1,-8348.88,-2948.6,8.7497,3.00101,300,5,0,1919,3174,1,0,0,0),(23163,5473,1,1,1,12003,1,-8783.78,-3416.76,9.36696,3.28122,300,15,0,1919,3174,1,0,0,0),(23162,5473,1,1,1,12003,1,-8881.8,-3451.87,11.1853,0.802851,300,0,0,1919,3174,0,0,0,0),(23161,5473,1,1,1,12003,1,-8951.26,-3449.92,18.3561,1.90241,300,15,0,1919,3174,1,0,0,0),(23160,5473,1,1,1,12003,1,-9151.52,-3049.82,36.4433,5.5676,300,10,0,1919,3174,1,0,0,0),(23159,5472,1,1,1,11544,1,-8490.94,-3029.45,9.00176,2.52157,300,0,0,2399,0,2,0,0,0),(23158,5472,1,1,1,11544,1,-8917.38,-3549.92,11.1132,6.0912,300,15,0,2399,0,1,0,0,0),(23157,5472,1,1,1,11544,1,-8484.69,-3053.96,10.5458,4.76781,300,5,0,2399,0,1,0,0,0),(23156,5472,1,1,1,11544,1,-8544.89,-2971.02,9.37676,2.91302,300,5,0,2399,0,1,0,0,0),(23155,5472,1,1,1,11544,1,-8887.55,-3388.78,15.2814,4.597,300,15,0,2399,0,1,0,0,0),(23154,5472,1,1,1,11544,1,-8359.23,-3022.23,8.87016,3.92335,300,3,0,2399,0,1,0,0,0),(23153,5472,1,1,1,11544,1,-8328.71,-3130.84,8.74971,1.79072,300,0,0,2399,0,0,0,0,0),(23152,5472,1,1,1,11544,1,-8548.93,-2890.6,10.6462,2.42978,300,15,0,2399,0,1,0,0,0),(23151,5472,1,1,1,11544,1,-8513.93,-2835.31,8.95512,1.36957,300,0,0,2399,0,0,0,0,0),(23150,5472,1,1,1,11544,1,-8393,-2877.2,8.74971,5.81982,300,5,0,2399,0,1,0,0,0),(23149,5472,1,1,1,11544,1,-8477.18,-2826.31,10.3541,5.64182,300,10,0,2399,0,1,0,0,0),(23148,5472,1,1,1,11544,1,-8235.05,-2987.86,9.74969,5.89639,300,3,0,2399,0,1,0,0,0),(23147,5472,1,1,1,11544,1,-8604.91,-2846.81,10.2497,2.0564,300,5,0,2399,0,1,0,0,0),(23146,5472,1,1,1,11544,1,-8231.49,-2953.68,11.8868,4.20167,300,5,0,2399,0,1,0,0,0),(23145,5472,1,1,1,11544,1,-8504.63,-2861.31,10.4551,4.04395,300,0,0,2399,0,0,0,0,0),(23144,5472,1,1,1,11544,1,-8290.93,-2893.67,10.522,2.56365,300,0,0,2399,0,0,0,0,0),(23143,5472,1,1,1,11544,1,-8217.24,-2969.27,11.1536,5.81989,300,5,0,2399,0,1,0,0,0),(23142,5472,1,1,1,11544,1,-8379.53,-2981.73,8.69705,0.687795,300,5,0,2399,0,1,0,0,0),(23141,5472,1,1,1,11544,1,-8264.7,-2899.89,14.1121,4.31076,300,10,0,2399,0,1,0,0,0),(23140,5472,1,1,1,11544,1,-9184.15,-2949.53,24.4053,3.31613,300,15,0,2399,0,1,0,0,0),(23139,5472,1,1,1,11544,1,-9216.96,-2983.53,19.2699,3.89208,300,15,0,2399,0,1,0,0,0),(23138,5472,1,1,1,11544,1,-9249.54,-2882.65,13.7056,5.07891,300,0,0,2399,0,0,0,0,0),(23137,5472,1,1,1,11544,1,-8307.03,-2865.59,10.944,5.31074,300,0,0,2399,0,0,0,0,0),(23136,5472,1,1,1,11544,1,-8783.32,-3482.09,10.1993,5.16617,300,0,0,2399,0,0,0,0,0),(23135,5472,1,1,1,11544,1,-9216.69,-3050.45,20.8111,2.46091,300,30,0,2399,0,1,0,0,0),(23134,5471,1,1,1,0,1,-8985,-3550.77,12.328,1.25664,300,15,0,1,0,1,0,0,0),(23133,5471,1,1,1,0,1,-8283.24,-3016.42,9.18393,1.13512,300,15,0,1,0,1,0,0,0),(23132,5471,1,1,1,0,1,-8412.26,-3062.26,8.74969,0.81945,300,5,0,1,0,1,0,0,0),(23131,5471,1,1,1,0,1,-9216.18,-2916.3,15.232,2.26893,300,0,0,1,0,0,0,0,0),(23130,5471,1,1,1,0,1,-9318,-2949.86,10.1049,1.39626,300,0,0,1,0,2,0,0,0),(23129,5471,1,1,1,0,1,-9151.69,-3115.17,43.4049,2.26893,300,15,0,1,0,1,0,0,0),(23128,5471,1,1,1,0,1,-9116.93,-3082.03,46.9927,4.67748,300,30,0,1,0,1,0,0,0),(23127,5471,1,1,1,0,1,-9283.5,-3117.36,10.4044,3.50811,300,0,0,1,0,0,0,0,0),(23126,5471,1,1,1,0,1,-9217.4,-3116.01,25.0508,5.61996,300,0,0,1,0,0,0,0,0),(23125,5471,1,1,1,0,1,-9251.39,-3015.87,16.2821,5.89921,300,15,0,1,0,1,0,0,0),(23124,5469,1,1,1,6910,1,-9516.17,-2750.04,8.79326,4.41984,600,10,0,6183,0,1,0,0,0),(23123,5469,1,1,1,6910,1,-9614.7,-2783.15,7.92138,0.785398,600,10,0,6183,0,1,0,0,0),(23122,5469,1,1,1,6910,1,-9582.85,-2815.65,7.92137,3.08923,600,10,0,6183,0,1,0,0,0),(23121,5469,1,1,1,6910,1,-9551.32,-2781.87,7.92137,6.26573,600,10,0,6183,0,1,0,0,0),(23120,5469,1,1,1,6910,1,-9538.48,-2779.92,7.96304,2.25491,600,0,0,6183,0,2,0,0,0),(23119,5469,1,1,1,6910,1,-9583.42,-2749.13,8.48015,1.79769,600,10,0,6183,0,1,0,0,0),(23118,5467,1,1,1,12812,0,-8916.78,-4763.3,-55.6977,1.4651,600,0,0,6414,0,0,0,0,0),(23117,7771,1,1,1,7188,1,-7987.52,-3855.62,17.8158,4.67748,300,0,0,1753,0,0,0,0,0),(23116,5466,1,1,1,10039,1,-8661.56,-4750.92,-6.66559,6.13099,600,25,0,6183,0,1,0,0,0),(23115,5466,1,1,1,10039,1,-8492.81,-5073.41,-11.309,2.3598,600,25,0,6183,0,1,0,0,0),(23114,5466,1,1,1,10039,1,-8439.16,-5153.16,-12.8331,3.23282,600,25,0,6183,0,1,0,0,0),(23113,5466,1,1,1,10039,1,-8569.33,-4837.52,0.368168,5.47569,600,25,0,6183,0,1,0,0,0),(23112,5466,1,1,1,10039,1,-8639.3,-4822.94,-0.148102,3.37615,600,25,0,6183,0,1,0,0,0),(200849,35469,571,1,1,0,0,8361.13,775.812,551.582,5.74213,120,0,0,1,0,0,0,0,0),(23110,7770,1,1,1,7000,0,-8826.94,-4753.79,1.99741,0.977384,300,0,0,1753,0,0,0,0,0),(23109,5466,1,1,1,10039,1,-8544.64,-5012.67,-8.1238,0.454914,600,25,0,6183,0,1,0,0,0),(23108,5466,1,1,1,10039,1,-8754.19,-4681.35,0.25142,1.84802,600,25,0,6183,0,1,0,0,0),(23107,5466,1,1,1,10039,1,-8749.97,-4821.47,-49.3312,4.59081,600,25,0,6183,0,1,0,0,0),(23106,5466,1,1,1,10039,1,-8621.28,-4948.48,-38.1882,2.94688,600,25,0,6183,0,1,0,0,0),(23105,5466,1,1,1,10039,1,-8553.49,-4877.61,0.084034,1.71988,600,25,0,6183,0,1,0,0,0),(23104,5465,1,1,1,8550,0,-8575.85,-3287.42,11.028,3.57604,300,25,0,2310,0,1,0,0,0),(23103,5465,1,1,1,8550,0,-8378.89,-4278.53,10.3846,4.74555,300,25,0,2310,0,1,0,0,0),(23102,5465,1,1,1,8550,0,-8253.96,-3709.41,15.0034,1.77547,300,25,0,2310,0,1,0,0,0),(23101,5465,1,1,1,8550,0,-8468.94,-2652.2,31.7341,2.97291,300,25,0,2310,0,1,0,0,0),(23100,5465,1,1,1,8550,0,-8124.91,-3761.49,17.5355,6.23625,300,25,0,2310,0,1,0,0,0),(23099,22872,1,1,1,11686,0,-8524.77,-4380.92,-218.969,6.16101,300,0,0,6986,0,0,0,0,0),(23098,15192,1,1,1,2719,0,-8240.33,-4648.71,0.334381,0.750492,300,0,0,1599000,262000,0,0,0,0),(23097,20055,1,1,1,19305,1,-8430.32,-4169.39,-207.228,0,300,0,0,328,0,0,0,0,0),(23096,20055,1,1,1,19305,1,-8464.26,-4138.23,-208.578,4.92183,300,0,0,328,0,0,0,0,0),(23095,20055,1,1,1,19305,1,-8432.28,-4133.72,-207.459,0.558505,300,0,0,328,0,0,0,0,0),(23094,20055,1,1,1,19305,1,-8374.44,-4076.49,-207.213,4.71239,300,0,0,328,0,0,0,0,0),(23093,20055,1,1,1,19305,1,-8472.81,-4121.56,-207.767,3.89208,300,0,0,328,0,0,0,0,0),(23092,20055,1,1,1,19305,1,-8460.15,-4143.46,-208.634,2.94961,300,0,0,328,0,0,0,0,0),(23091,20055,1,1,1,19305,1,-8505.6,-4191.92,-210.653,2.74017,300,0,0,328,0,0,0,0,0),(23090,20055,1,1,1,19305,1,-8422.28,-4183.14,-207.01,3.14159,300,0,0,328,0,0,0,0,0),(23089,20055,1,1,1,19305,1,-8427.85,-4181.63,-207.491,5.61996,300,0,0,328,0,0,0,0,0),(23088,20055,1,1,1,19305,1,-8509.79,-4193.57,-210.91,1.01229,300,0,0,328,0,0,0,0,0),(23087,20054,1,1,1,19313,1,-8462.26,-4182.17,-213.552,0.816321,600,0,0,10220,0,0,0,0,0),(23086,20054,1,1,1,19313,1,-8408.09,-4059.8,-208.489,3.50722,600,0,0,10220,0,0,0,0,0),(23085,20054,1,1,1,19312,1,-8492.49,-4169.06,-170.301,4.46804,600,0,0,10220,0,0,0,0,0),(23084,20054,1,1,1,19313,1,-8433.45,-4068.74,-206.886,2.35619,600,0,0,10220,0,0,0,0,0),(23083,20054,1,1,1,19311,1,-8491.17,-4199.68,-214.189,5.58505,600,0,0,10220,0,0,0,0,0),(23082,20054,1,1,1,19310,1,-8488.16,-4178.3,-208.755,5.23599,600,0,0,10220,0,0,0,0,0),(23081,20054,1,1,1,19310,1,-8470.64,-4182.18,-215.235,5.46288,600,0,0,10220,0,0,0,0,0),(23080,20054,1,1,1,19310,1,-8483.74,-4162.67,-171.657,0.034907,600,0,0,10220,0,0,0,0,0),(23079,20054,1,1,1,19311,1,-8431.08,-4065.13,-206.705,2.6529,600,0,0,10220,0,0,0,0,0),(23078,20053,1,1,1,19306,1,-8465.31,-4185.42,-214.024,0.81645,600,0,0,10220,0,0,0,0,0),(23077,20053,1,1,1,19306,1,-8408.11,-4059.8,-208.488,3.50462,600,0,0,10220,0,0,0,0,0),(23076,5460,1,1,1,11079,0,-7744.99,-2549.94,-47.5923,4.85716,300,3,0,2672,0,1,0,0,0),(23075,5460,1,1,1,11079,0,-7804.91,-2537.8,-33.7234,5.99835,300,3,0,2672,0,1,0,0,0),(23074,5460,1,1,1,11079,0,-7807.1,-2558.65,-33.7316,6.01171,300,0,0,2672,0,2,0,0,0),(23073,5460,1,1,1,11079,0,-7968.07,-2623.99,-49.672,5.34095,300,0,0,2672,0,2,0,0,0),(23072,5460,1,1,1,11079,0,-7867.54,-2629.3,-56.6996,0.166313,300,5,0,2672,0,1,0,0,0),(23071,5460,1,1,1,11079,0,-7894.67,-2415.09,-24.8102,0.982422,300,3,0,2672,0,1,0,0,0),(23070,5460,1,1,1,11079,0,-8085.02,-2440.39,-50.2892,2.54617,300,3,0,2672,0,1,0,0,0),(23069,5460,1,1,1,11079,0,-8008.49,-2422.6,-25.733,6.06572,300,3,0,2672,0,1,0,0,0),(23068,5459,1,1,1,11108,0,-7975.01,-2430.07,-25.2835,5.61161,300,3,0,2488,0,1,0,0,0),(23067,5459,1,1,1,11108,0,-7866.5,-2655.95,-56.7937,0.456939,300,5,0,2488,0,1,0,0,0),(23066,5459,1,1,1,11108,0,-7822.68,-2616.44,-48.1952,0.254998,300,5,0,2488,0,1,0,0,0),(23065,5459,1,1,1,11108,0,-8102.17,-2639.73,9.13098,5.17409,300,10,0,2488,0,1,0,0,0),(23064,5459,1,1,1,11108,0,-7719.49,-2599.49,-57.7359,1.0014,300,3,0,2488,0,1,0,0,0),(23063,5459,1,1,1,11108,0,-8078.13,-2508.61,-52.12,3.16002,300,10,0,2488,0,1,0,0,0),(23062,5459,1,1,1,11108,0,-7994.79,-2560.72,-50.116,5.24361,300,3,0,2488,0,1,0,0,0),(23061,5459,1,1,1,11108,0,-7790.58,-2577.36,-48.1866,2.58668,300,3,0,2488,0,1,0,0,0),(23060,5459,1,1,1,11108,0,-7905.38,-2446.24,-30.1679,0.718506,300,5,0,2488,0,1,0,0,0),(23059,5459,1,1,1,11108,0,-7846.74,-2521.45,-45.6434,2.03444,300,3,0,2488,0,1,0,0,0),(23058,5459,1,1,1,11108,0,-7956.7,-2520.38,-37.9526,2.82192,300,3,0,2488,0,1,0,0,0),(23057,5459,1,1,1,11108,0,-7811.65,-2591.3,-49.3004,0.433559,300,3,0,2488,0,1,0,0,0),(23056,7763,1,1,1,6881,1,-7112.68,-3831.32,9.7369,2.21657,300,0,0,2576,0,0,0,0,0),(23055,5459,1,1,1,11108,0,-7937.36,-2386.03,-27.8358,5.48482,300,3,0,2488,0,1,0,0,0),(23054,5458,1,1,1,157,0,-7936.77,-2676.3,11.5125,1.52191,300,5,0,2576,0,1,0,0,0),(23053,5458,1,1,1,157,0,-7689.51,-2708.05,12.4929,4.97318,300,15,0,2576,0,1,0,0,0),(23052,5458,1,1,1,157,0,-7838.26,-2685.81,9.12581,5.79699,300,15,0,2576,0,1,0,0,0),(23051,5458,1,1,1,157,0,-7703.88,-2581.01,-56.9366,0.484126,300,3,0,2576,0,1,0,0,0),(23050,5458,1,1,1,157,0,-7932.14,-2494.83,-29.7916,1.72611,300,3,0,2576,0,1,0,0,0),(23049,5458,1,1,1,157,0,-7921.03,-2459.9,-28.437,0.715814,300,5,0,2576,0,1,0,0,0),(23048,5458,1,1,1,157,0,-8013.17,-2589.96,-47.3069,5.14094,300,3,0,2576,0,1,0,0,0),(23047,5458,1,1,1,157,0,-7896.9,-2365.36,-21.8345,5.60588,300,3,0,2576,0,1,0,0,0),(23046,5458,1,1,1,157,0,-8223.76,-2405.72,12.7429,1.86697,300,3,0,2576,0,1,0,0,0),(23045,5458,1,1,1,157,0,-7929.47,-2438.91,-31.1331,3.33604,300,5,0,2576,0,1,0,0,0),(23044,5458,1,1,1,157,0,-8040.65,-2380.25,9.04547,5.97039,300,15,0,2576,0,1,0,0,0),(23043,5458,1,1,1,157,0,-8041.74,-2535.68,-38.9531,5.97055,300,3,0,2576,0,1,0,0,0),(23042,5458,1,1,1,157,0,-7695.48,-2612.57,-55.881,5.43345,300,3,0,2576,0,1,0,0,0),(23041,5458,1,1,1,157,0,-7859.49,-2497.95,-45.3311,0.897862,300,3,0,2576,0,1,0,0,0),(23040,5458,1,1,1,157,0,-7981.23,-2362.11,-26.2943,3.77707,300,3,0,2576,0,1,0,0,0),(23039,5458,1,1,1,157,0,-7959.83,-2454.18,-32.2386,2.89991,300,3,0,2576,0,1,0,0,0),(23038,5458,1,1,1,157,0,-7977.53,-2430.22,9.09783,1.23645,300,5,0,2576,0,1,0,0,0),(23037,5458,1,1,1,157,0,-7960.05,-2588.9,-52.055,4.67575,300,3,0,2576,0,1,0,0,0),(23036,5458,1,1,1,157,0,-7762.89,-2520.39,9.69383,6.13603,300,15,0,2576,0,1,0,0,0),(23035,5458,1,1,1,157,0,-7890.16,-2638.58,-57.0024,5.16949,300,5,0,2576,0,1,0,0,0),(23033,5457,1,1,1,11107,0,-7915.98,-2581.9,9.56675,0.465175,300,15,0,2672,0,1,0,0,0),(23032,5457,1,1,1,11107,0,-7885.31,-2619,9.05717,4.55751,300,15,0,2672,0,1,0,0,0),(23031,5457,1,1,1,11107,0,-7846.51,-2652.16,9.17545,5.95093,300,10,0,2672,0,1,0,0,0),(23030,5457,1,1,1,11107,0,-7650.67,-2649.99,9.72688,0.392766,300,5,0,2672,0,1,0,0,0),(23029,5457,1,1,1,11107,0,-7836.38,-2490.18,9.18589,2.31442,300,0,0,2672,0,2,0,0,0),(23028,5457,1,1,1,11107,0,-7791.15,-2572.04,-28.2281,2.08313,300,0,0,2672,0,2,0,0,0),(23027,5457,1,1,1,11107,0,-7729.55,-2657.45,10.0476,1.90738,300,15,0,2672,0,1,0,0,0),(23026,5457,1,1,1,11107,0,-8060.85,-2579.83,8.84765,2.48035,300,5,0,2672,0,1,0,0,0),(1153,1114,0,1,1,845,0,-12749.7,-847.831,64.5806,2.20637,300,5,0,1804,0,1,0,0,0),(1152,782,0,1,1,4625,1,-12981.6,-730.518,56.0659,4.46915,300,3,0,1902,0,1,0,0,0),(23025,5457,1,1,1,11107,0,-8128.19,-2573.1,9.09461,1.53175,300,15,0,2672,0,1,0,0,0),(23024,5457,1,1,1,11107,0,-8090.39,-2688.23,13.7313,4.56137,300,15,0,2672,0,1,0,0,0),(23023,5457,1,1,1,11107,0,-8187.38,-2474.35,9.4019,1.46316,300,0,0,2672,0,2,0,0,0),(23022,5457,1,1,1,11107,0,-7989.11,-2449.13,8.90758,0.83367,300,5,0,2672,0,1,0,0,0),(23021,5457,1,1,1,11107,0,-7943.43,-2677.68,10.1179,1.16361,300,0,0,2672,0,2,0,0,0),(23020,5457,1,1,1,11107,0,-7970.55,-2320.81,10.3226,3.0888,300,15,0,2672,0,1,0,0,0),(23019,5457,1,1,1,11107,0,-7909.72,-2341.31,9.33967,2.6928,300,5,0,2672,0,1,0,0,0),(23018,5457,1,1,1,11107,0,-8155.07,-2554.05,9.41824,3.60087,300,15,0,2672,0,1,0,0,0),(23017,5457,1,1,1,11107,0,-8039.59,-2298.81,10.6062,4.27057,300,3,0,2672,0,1,0,0,0),(23016,5457,1,1,1,11107,0,-8056.18,-2383.4,9.40321,0.117566,300,15,0,2672,0,1,0,0,0),(23015,5457,1,1,1,11107,0,-7981.55,-2639.98,18.3772,0.109579,300,5,0,2672,0,1,0,0,0),(23014,5457,1,1,1,11107,0,-8107.57,-2439.69,9.51026,0.716614,300,5,0,2672,0,1,0,0,0),(23013,5457,1,1,1,11107,0,-7741.59,-2490.23,9.25732,3.88064,300,5,0,2672,0,1,0,0,0),(23012,5457,1,1,1,11107,0,-8045.36,-2639.34,9.14997,4.45795,300,15,0,2672,0,1,0,0,0),(23011,5456,1,1,1,5297,0,-7885.19,-2545.77,9.10107,1.50631,300,5,0,2576,0,1,0,0,0),(23010,5456,1,1,1,5297,0,-7894.64,-2697.06,16.0629,4.01749,300,5,0,2576,0,1,0,0,0),(23009,5456,1,1,1,5297,0,-7851.55,-2715.26,9.27698,2.93309,300,15,0,2576,0,1,0,0,0),(23008,5456,1,1,1,5297,0,-7752.1,-2751.16,8.92046,4.46778,300,15,0,2576,0,1,0,0,0),(23007,5456,1,1,1,5297,0,-7776.77,-2514.97,-42.902,0.054256,300,3,0,2576,0,1,0,0,0),(23006,5456,1,1,1,5297,0,-7692.01,-2598.6,-56.5266,4.91896,300,3,0,2576,0,1,0,0,0),(23005,5456,1,1,1,5297,0,-7833.72,-2459.56,13.1468,2.59314,300,5,0,2576,0,1,0,0,0),(23004,5456,1,1,1,5297,0,-7694.89,-2672.92,11.2858,3.14182,300,10,0,2576,0,1,0,0,0),(23003,5456,1,1,1,5297,0,-7689.24,-2626.12,9.64258,1.81341,300,30,0,2576,0,1,0,0,0),(23002,5456,1,1,1,5297,0,-8077.29,-2635.09,11.4537,5.04464,300,15,0,2576,0,1,0,0,0),(23001,5456,1,1,1,5297,0,-7947.46,-2720.36,12.4864,6.21209,300,15,0,2576,0,1,0,0,0),(23000,5456,1,1,1,5297,0,-8029.37,-2714.74,8.92046,3.08102,300,15,0,2576,0,1,0,0,0),(22999,5456,1,1,1,5297,0,-8119.5,-2404.93,9.00498,1.66075,300,15,0,2576,0,1,0,0,0),(22998,5456,1,1,1,5297,0,-7961.55,-2605.72,9.83683,1.66285,300,5,0,2576,0,1,0,0,0),(22997,5456,1,1,1,5297,0,-7959.77,-2452.17,-32.1582,0.905177,300,0,0,2576,0,2,0,0,0),(22996,5456,1,1,1,5297,0,-8079.1,-2422.65,10.365,5.20659,300,5,0,2576,0,1,0,0,0),(22995,5456,1,1,1,5297,0,-8017.65,-2537.56,9.30753,2.92314,300,5,0,2576,0,1,0,0,0),(22994,5456,1,1,1,5297,0,-8151.34,-2396.64,9.83194,1.41206,300,15,0,2576,0,1,0,0,0),(22993,5456,1,1,1,5297,0,-7918.16,-2391.1,-24.4919,1.78287,300,3,0,2576,0,1,0,0,0),(22992,5456,1,1,1,5297,0,-7931.32,-2546.3,8.92046,6.23373,300,5,0,2576,0,1,0,0,0),(22991,5456,1,1,1,5297,0,-7950.92,-2417.32,8.92045,1.2057,300,5,0,2576,0,1,0,0,0),(22990,5456,1,1,1,5297,0,-7990.78,-2596.67,9.2427,4.64063,300,5,0,2576,0,1,0,0,0),(22989,5456,1,1,1,5297,0,-7926.63,-2424.26,9.40061,0.676365,300,15,0,2576,0,1,0,0,0),(22988,5456,1,1,1,5297,0,-7955.68,-2366.67,10.6239,3.14159,300,15,0,2576,0,1,0,0,0),(22987,5456,1,1,1,5297,0,-8091.71,-2434.79,-47.3659,2.55266,300,3,0,2576,0,1,0,0,0),(22986,5456,1,1,1,5297,0,-7970.57,-2516.36,-39.1989,6.12547,300,5,0,2576,0,1,0,0,0),(22985,5456,1,1,1,5297,0,-7739.36,-2547.74,9.47149,6.07087,300,15,0,2576,0,1,0,0,0),(22984,5456,1,1,1,5297,0,-7627.25,-2533.71,9.30306,1.18862,300,5,0,2576,0,1,0,0,0),(22983,5456,1,1,1,5297,0,-7974,-2619.66,-48.5593,0.786222,300,3,0,2576,0,1,0,0,0),(22982,5456,1,1,1,5297,0,-7658.21,-2590.84,12.4926,3.4569,300,5,0,2576,0,1,0,0,0),(22981,5456,1,1,1,5297,0,-8023.92,-2357.45,13.8278,3.38246,300,10,0,2576,0,1,0,0,0),(22980,5456,1,1,1,5297,0,-8045.78,-2353.61,8.92047,5.99113,300,15,0,2576,0,1,0,0,0),(22979,5456,1,1,1,5297,0,-7791.29,-2517.55,14.4063,5.62949,300,10,0,2576,0,1,0,0,0),(22978,5456,1,1,1,5297,0,-8197.19,-2392.07,14.4883,3.64983,300,10,0,2576,0,1,0,0,0),(22977,5456,1,1,1,5297,0,-8006.08,-2375.82,14.1635,0.836529,300,15,0,2576,0,1,0,0,0),(22976,5456,1,1,1,5297,0,-8185.33,-2474.13,9.06592,3.81875,300,15,0,2576,0,1,0,0,0),(22975,5455,1,1,1,92,0,-7916.99,-2515.38,9.61263,1.06558,300,5,0,2488,0,1,0,0,0),(22974,5455,1,1,1,92,0,-7915.96,-2638.78,9.46374,1.20342,300,15,0,2488,0,1,0,0,0),(22973,5455,1,1,1,92,0,-7816.36,-2678.93,9.23341,1.34004,300,10,0,2488,0,1,0,0,0),(22972,5455,1,1,1,92,0,-7786.83,-2720.76,11.5703,4.00715,300,15,0,2488,0,1,0,0,0),(22971,5455,1,1,1,92,0,-7748.17,-2682.36,9.04716,0.279105,300,15,0,2488,0,1,0,0,0),(22970,5455,1,1,1,92,0,-7805.95,-2546.51,-33.0405,1.75328,300,3,0,2488,0,1,0,0,0),(22969,5455,1,1,1,92,0,-7719.45,-2554.78,9.83855,1.28177,300,15,0,2488,0,1,0,0,0),(22968,5455,1,1,1,92,0,-8141.46,-2627.87,9.27578,5.41923,300,5,0,2488,0,1,0,0,0),(22967,5455,1,1,1,92,0,-8123.69,-2643.53,9.47408,5.5254,300,10,0,2488,0,1,0,0,0),(22966,5455,1,1,1,92,0,-8013.14,-2675.12,9.76921,3.65597,300,15,0,2488,0,1,0,0,0),(22965,5455,1,1,1,92,0,-7925.91,-2384.69,14.8806,5.37737,300,5,0,2488,0,1,0,0,0),(22964,5455,1,1,1,92,0,-7729.4,-2496.75,8.92047,0.639706,300,5,0,2488,0,1,0,0,0),(22963,5455,1,1,1,92,0,-8184.94,-2496.65,9.40946,1.4336,300,15,0,2488,0,1,0,0,0),(22962,5455,1,1,1,92,0,-7714.43,-2752.72,8.92047,5.88861,300,15,0,2488,0,1,0,0,0),(22961,5455,1,1,1,92,0,-7894.18,-2428.05,9.10876,2.66484,300,15,0,2488,0,1,0,0,0),(22960,5455,1,1,1,92,0,-8015.56,-2405.85,8.94766,6.06394,300,5,0,2488,0,1,0,0,0),(22959,5455,1,1,1,92,0,-7860.46,-2480.84,9.57116,3.49053,300,15,0,2488,0,1,0,0,0),(22958,5455,1,1,1,92,0,-7693.77,-2552.61,14.7125,3.38657,300,5,0,2488,0,1,0,0,0),(22957,5455,1,1,1,92,0,-8028.12,-2419.63,-31.2502,0.248595,300,3,0,2488,0,1,0,0,0),(22956,5455,1,1,1,92,0,-8075.88,-2474.13,-22.7585,0.196909,300,0,0,2488,0,2,0,0,0),(22955,5455,1,1,1,92,0,-7866.02,-2636.67,-56.8964,1.3575,300,5,0,2488,0,1,0,0,0),(22954,5455,1,1,1,92,0,-7641.51,-2511.13,9.8822,3.75616,300,5,0,2488,0,1,0,0,0),(22953,5455,1,1,1,92,0,-7949.74,-2384.13,-27.3466,2.62595,300,3,0,2488,0,1,0,0,0),(22952,5455,1,1,1,92,0,-7906.86,-2479.22,-23.4645,5.08762,300,5,0,2488,0,1,0,0,0),(22951,5455,1,1,1,92,0,-7954.09,-2465.72,11.3193,4.70848,300,5,0,2488,0,1,0,0,0),(22950,5455,1,1,1,92,0,-8009.51,-2522.85,8.9185,3.12733,300,5,0,2488,0,1,0,0,0),(22949,5454,1,1,1,3195,0,-9243.17,-4026.72,-39.9614,5.0091,300,3,0,2672,0,1,0,0,0),(22948,5454,1,1,1,3195,0,-9209.59,-4082.28,-39.6047,0.279253,300,3,0,2672,0,1,0,0,0),(22947,5454,1,1,1,3195,0,-9104.77,-4023.53,-15.9325,3.05433,300,10,0,2672,0,1,0,0,0),(22946,5454,1,1,1,3195,0,-9051.94,-4224.47,-32.2875,4.13643,300,3,0,2672,0,1,0,0,0),(22945,5454,1,1,1,3195,0,-8972.65,-4153.88,-31.2775,1.6057,300,3,0,2672,0,1,0,0,0),(22944,5454,1,1,1,3195,0,-9051.93,-4144.08,12.6662,2.33396,300,15,0,2672,0,1,0,0,0),(22943,5454,1,1,1,3195,0,-9025.46,-4062.59,17.3523,0.628653,300,15,0,2672,0,1,0,0,0),(22942,5454,1,1,1,3195,0,-9063.32,-3998.3,9.32873,0.468014,300,10,0,2672,0,1,0,0,0),(22941,5454,1,1,1,3195,0,-9201.99,-3940.8,-36.86,0.610865,300,3,0,2672,0,1,0,0,0),(22940,5454,1,1,1,3195,0,-8982.12,-4084.82,12.4048,5.68101,300,15,0,2672,0,1,0,0,0),(22939,5454,1,1,1,3195,0,-9088.65,-4146.82,12.3777,2.48209,300,15,0,2672,0,1,0,0,0),(22938,5454,1,1,1,3195,0,-9323,-3882.96,9.74847,2.67794,300,10,0,2672,0,1,0,0,0),(22937,5454,1,1,1,3195,0,-9113.44,-3913.18,-32.6061,3.7001,300,3,0,2672,0,1,0,0,0),(22936,5454,1,1,1,3195,0,-9083.39,-4152.09,-29.397,2.79253,300,3,0,2672,0,1,0,0,0),(22935,5454,1,1,1,3195,0,-8983.61,-4123.19,12.3893,1.8703,300,15,0,2672,0,1,0,0,0),(22934,5454,1,1,1,3195,0,-9065.79,-4058.32,-17.3945,1.20428,300,10,0,2672,0,1,0,0,0),(22933,5454,1,1,1,3195,0,-9258.63,-4108.77,-52.3947,1.79726,300,3,0,2672,0,1,0,0,0),(22932,5454,1,1,1,3195,0,-9121.6,-4193.55,-28.7932,3.87463,300,3,0,2672,0,1,0,0,0),(22931,5453,1,1,1,11094,0,-8963.07,-4129.74,-31.0931,1.25664,300,3,0,2576,0,1,0,0,0),(22930,5453,1,1,1,11094,0,-9285.1,-3924.13,9.01071,0.624245,300,10,0,2576,0,1,0,0,0),(22929,5453,1,1,1,11094,0,-8980.8,-4129.64,-31.188,1.90241,300,3,0,2576,0,1,0,0,0),(22928,5453,1,1,1,11094,0,-9446.47,-4059.3,-45.7554,2.21558,300,3,0,2576,0,1,0,0,0),(22927,5453,1,1,1,11094,0,-9275.87,-4130.19,-52.9013,4.95674,300,3,0,2576,0,1,0,0,0),(22926,5453,1,1,1,11094,0,-9233.82,-3981.44,-39.134,5.39307,300,3,0,2576,0,1,0,0,0),(22925,5453,1,1,1,11094,0,-9014.95,-4087.81,-21.8072,0.244346,300,0,0,2576,0,2,0,0,0),(22924,5453,1,1,1,11094,0,-9371.67,-3998.26,-29.1766,6.17249,300,3,0,2576,0,1,0,0,0),(22923,5453,1,1,1,11094,0,-8982.12,-3779.15,10.6038,4.0169,300,15,0,2576,0,1,0,0,0),(22922,5453,1,1,1,11094,0,-9085.83,-3911.52,-32.3974,3.10669,300,3,0,2576,0,1,0,0,0),(22921,5453,1,1,1,11094,0,-9242.58,-3879.09,10.6356,1.31824,300,5,0,2576,0,1,0,0,0),(22920,5453,1,1,1,11094,0,-9220.42,-4132.07,-44.747,5.06145,300,3,0,2576,0,1,0,0,0),(22919,5453,1,1,1,11094,0,-9318.99,-4037,10.0847,1.24657,300,5,0,2576,0,1,0,0,0),(22918,5453,1,1,1,11094,0,-9029.47,-4133.96,13.5952,2.53951,300,15,0,2576,0,1,0,0,0),(22917,5453,1,1,1,11094,0,-9103.29,-3937.28,-31.8455,2.89725,300,3,0,2576,0,1,0,0,0),(22916,5453,1,1,1,11094,0,-9272.67,-3999.23,-36.0046,5.61996,300,3,0,2576,0,1,0,0,0),(22915,5453,1,1,1,11094,0,-9152.83,-4146.72,-40.2184,0.488692,300,3,0,2576,0,1,0,0,0),(22914,5453,1,1,1,11094,0,-9220.31,-4006.05,-39.5301,3.4383,300,3,0,2576,0,1,0,0,0),(22913,5453,1,1,1,11094,0,-9154.83,-4084.18,-45.8138,5.07891,300,3,0,2576,0,1,0,0,0),(22912,5452,1,1,1,11095,0,-8797.59,-4162.64,11.8984,3.65856,300,15,0,2488,0,1,0,0,0),(22911,5452,1,1,1,11095,0,-9055.17,-3956.89,13.4454,4.78871,300,10,0,2488,0,1,0,0,0),(22910,5452,1,1,1,11095,0,-9074.68,-4222.39,-30.982,0.15708,300,3,0,2488,0,1,0,0,0),(22909,5452,1,1,1,11095,0,-9187.38,-4015.27,10.1588,2.00329,300,5,0,2488,0,1,0,0,0),(22908,5452,1,1,1,11095,0,-9283.28,-3892.1,10.2206,1.8499,300,10,0,2488,0,1,0,0,0),(22907,5452,1,1,1,11095,0,-9289.22,-4108.85,-52.8786,0.785398,300,3,0,2488,0,1,0,0,0),(22906,5452,1,1,1,11095,0,-9118.04,-4163.41,-43.9601,1.20428,300,3,0,2488,0,1,0,0,0),(22905,5452,1,1,1,11095,0,-9418.33,-4060.39,-46.8608,4.51296,300,3,0,2488,0,1,0,0,0),(22904,5452,1,1,1,11095,0,-9414.53,-3999.15,-38.1675,0.167351,300,3,0,2488,0,1,0,0,0),(22903,5452,1,1,1,11095,0,-9349.18,-3960.96,-19.8617,5.39307,300,0,0,2488,0,2,0,0,0),(22902,5452,1,1,1,11095,0,-9152.05,-4102.12,13.637,5.49773,300,5,0,2488,0,1,0,0,0),(22901,5452,1,1,1,11095,0,-9186.07,-4204.15,-44.415,5.32325,300,3,0,2488,0,1,0,0,0),(22900,5452,1,1,1,11095,0,-9170.45,-3920.11,11.2942,6.2085,300,5,0,2488,0,1,0,0,0),(22899,5452,1,1,1,11095,0,-9143.72,-3968.64,-17.1648,6.19592,300,3,0,2488,0,1,0,0,0),(22898,5452,1,1,1,11095,0,-9106.96,-4126.45,13.8688,3.26528,300,15,0,2488,0,1,0,0,0),(22897,5452,1,1,1,11095,0,-9179.12,-4137.73,-44.0991,5.25344,300,0,0,2488,0,2,0,0,0),(22896,5452,1,1,1,11095,0,-9065.93,-4244.39,-32.4342,4.17134,300,3,0,2488,0,1,0,0,0),(22895,5452,1,1,1,11095,0,-9066.49,-4118.96,-27.472,5.06145,300,3,0,2488,0,1,0,0,0),(22894,5452,1,1,1,11095,0,-9199.69,-3922.23,-33.476,1.18682,300,3,0,2488,0,1,0,0,0),(22893,5452,1,1,1,11095,0,-9184.68,-4173.08,-44.5312,6.17846,300,3,0,2488,0,1,0,0,0),(22892,5452,1,1,1,11095,0,-9048.73,-4151.85,-30.184,1.15192,300,3,0,2488,0,1,0,0,0),(22891,5452,1,1,1,11095,0,-9049.93,-4096.27,17.6294,4.64167,300,15,0,2488,0,1,0,0,0),(22890,5452,1,1,1,11095,0,-8991.28,-4002.35,10.9053,1.98466,300,15,0,2488,0,1,0,0,0),(22889,5451,1,1,1,11093,0,-8884.5,-4181.89,14.7853,2.26876,300,15,0,2672,0,1,0,0,0),(22888,5451,1,1,1,11093,0,-8945.91,-4259.72,11.5354,2.23852,300,10,0,2672,0,1,0,0,0),(22887,5451,1,1,1,11093,0,-8866.37,-4155.18,11.2127,2.73471,300,15,0,2672,0,1,0,0,0),(22886,5451,1,1,1,11093,0,-8762.75,-4187.34,12.7152,3.15331,300,15,0,2672,0,1,0,0,0),(22885,5451,1,1,1,11093,0,-8759.49,-4140.55,10.0207,0.31906,300,15,0,2672,0,1,0,0,0),(22884,5451,1,1,1,11093,0,-9381.33,-3814.75,10.3777,6.18934,300,10,0,2672,0,1,0,0,0),(22883,5451,1,1,1,11093,0,-9378.75,-4145.86,13.7083,0.029288,300,5,0,2672,0,1,0,0,0),(22882,5451,1,1,1,11093,0,-9048.07,-3816.63,14.8132,5.91138,300,15,0,2672,0,1,0,0,0),(22881,5451,1,1,1,11093,0,-8916.11,-3949.6,10.8315,0.050837,300,15,0,2672,0,1,0,0,0),(22880,5451,1,1,1,11093,0,-9350.54,-3786.02,10.153,5.03214,300,10,0,2672,0,1,0,0,0),(22879,5451,1,1,1,11093,0,-9283.4,-4184.46,10.7523,3.06736,300,5,0,2672,0,1,0,0,0),(22878,5451,1,1,1,11093,0,-9075.6,-3789.63,10.1066,6.26785,300,5,0,2672,0,1,0,0,0),(22877,5451,1,1,1,11093,0,-9139.51,-4154.79,-43.0613,2.90415,300,3,0,2672,0,1,0,0,0),(22876,5451,1,1,1,11093,0,-9020.84,-3850.63,13.6355,3.15526,300,5,0,2672,0,1,0,0,0),(22875,5451,1,1,1,11093,0,-8934.14,-3815.71,10.8162,3.22571,300,15,0,2672,0,1,0,0,0),(22874,5451,1,1,1,11093,0,-9348.18,-3963.56,-20.7558,1.32481,300,5,0,2672,0,1,0,0,0),(22873,5451,1,1,1,11093,0,-9351.92,-4179.18,19.101,3.06527,300,5,0,2672,0,1,0,0,0),(22872,5451,1,1,1,11093,0,-9147.92,-4191.59,10.7485,5.00759,300,15,0,2672,0,1,0,0,0),(22871,5451,1,1,1,11093,0,-9183.06,-3879.3,10.7002,1.48668,300,5,0,2672,0,1,0,0,0),(22870,5451,1,1,1,11093,0,-8778.5,-3989.28,10.6504,1.45735,300,5,0,2672,0,1,0,0,0),(22869,5451,1,1,1,11093,0,-9198.11,-3718.89,15.1457,6.24004,300,10,0,2672,0,1,0,0,0),(22868,5451,1,1,1,11093,0,-8816.07,-3981.62,10.0207,1.41902,300,5,0,2672,0,1,0,0,0),(22867,5451,1,1,1,11093,0,-9381.1,-3682.8,12.0979,0.250663,300,10,0,2672,0,1,0,0,0),(22866,5451,1,1,1,11093,0,-9121.07,-4211.71,10.6379,1.86412,300,5,0,2672,0,1,0,0,0),(22865,5451,1,1,1,11093,0,-8889.38,-3919.27,14.551,3.0771,300,15,0,2672,0,1,0,0,0),(22864,5451,1,1,1,11093,0,-8937.83,-4079.18,10.4858,3.25893,300,5,0,2672,0,1,0,0,0),(22863,5451,1,1,1,11093,0,-9134.93,-3712.54,10.5411,0.588003,300,10,0,2672,0,1,0,0,0),(22862,5451,1,1,1,11093,0,-9249.99,-3687.86,10.5239,4.6714,300,10,0,2672,0,1,0,0,0),(22861,5451,1,1,1,11093,0,-9317.96,-3825.42,10.7265,4.74977,300,10,0,2672,0,1,0,0,0),(22860,5451,1,1,1,11093,0,-9420.49,-3716.04,10.4091,5.6458,300,15,0,2672,0,1,0,0,0),(22859,5451,1,1,1,11093,0,-8951.08,-3776.18,11.4723,1.73706,300,15,0,2672,0,1,0,0,0),(22858,5451,1,1,1,11093,0,-9108.73,-4038.32,-10.8507,1.6264,300,10,0,2672,0,1,0,0,0),(22857,5451,1,1,1,11093,0,-9409.69,-3781.76,10.7253,0.168679,300,5,0,2672,0,1,0,0,0),(22856,5451,1,1,1,11093,0,-9076.82,-3859.44,10.1583,5.15857,300,10,0,2672,0,1,0,0,0),(22855,5451,1,1,1,11093,0,-8989.83,-3876.66,10.2733,2.48089,300,15,0,2672,0,1,0,0,0),(22854,5451,1,1,1,11093,0,-9078.36,-4182.54,10.3956,0.059598,300,15,0,2672,0,1,0,0,0),(22853,5451,1,1,1,11093,0,-9459.84,-3840.82,13.6051,4.34676,300,5,0,2672,0,1,0,0,0),(22852,5451,1,1,1,11093,0,-9014.67,-4091.87,-22.4584,5.01542,300,3,0,2672,0,1,0,0,0),(22851,5451,1,1,1,11093,0,-9133.53,-3778.69,10.4478,5.93675,300,10,0,2672,0,1,0,0,0),(22850,5450,1,1,1,3194,0,-8984.24,-4287.66,26.8593,0.005859,300,5,0,2672,0,1,0,0,0),(22849,5450,1,1,1,3194,0,-8935.36,-4301.99,34.2972,3.90989,300,5,0,2672,0,1,0,0,0),(22848,5450,1,1,1,3194,0,-8817.83,-4157.01,10.7412,1.46899,300,15,0,2672,0,1,0,0,0),(22847,5450,1,1,1,3194,0,-8896.11,-3761.15,10.2707,5.79631,300,15,0,2672,0,1,0,0,0),(22846,5450,1,1,1,3194,0,-9200.28,-3935.8,-34.1605,1.75686,300,3,0,2672,0,1,0,0,0),(22845,5450,1,1,1,3194,0,-8898.64,-3847.87,11.0112,3.07905,300,15,0,2672,0,1,0,0,0),(22844,5450,1,1,1,3194,0,-9119.96,-4189.69,-28.8728,1.18094,300,0,0,2672,0,2,0,0,0),(22843,5450,1,1,1,3194,0,-8813.08,-4050.73,15.2935,6.19518,300,15,0,2672,0,1,0,0,0),(22842,5450,1,1,1,3194,0,-8953.24,-3916.26,10.4221,2.81388,300,15,0,2672,0,1,0,0,0),(22841,5450,1,1,1,3194,0,-9285,-3651.94,11.9904,3.5623,300,5,0,2672,0,1,0,0,0),(22840,5450,1,1,1,3194,0,-8943.92,-3980.31,10.0861,0.471638,300,15,0,2672,0,1,0,0,0),(22839,5450,1,1,1,3194,0,-9109.37,-4173.25,-30.001,4.11525,300,3,0,2672,0,1,0,0,0),(22838,5450,1,1,1,3194,0,-8907.02,-4015.75,12.3757,0.027337,300,5,0,2672,0,1,0,0,0),(22837,5450,1,1,1,3194,0,-9318.43,-3742.36,10.7542,1.60204,300,10,0,2672,0,1,0,0,0),(22836,5450,1,1,1,3194,0,-8741.75,-3988.07,13.1193,4.31775,300,5,0,2672,0,1,0,0,0),(22835,5450,1,1,1,3194,0,-9016.76,-3793.26,10.0949,4.85743,300,15,0,2672,0,1,0,0,0),(22834,5450,1,1,1,3194,0,-8987.73,-3735.76,10.4693,1.9012,300,15,0,2672,0,1,0,0,0),(22833,5450,1,1,1,3194,0,-8773.49,-3948.53,10.0268,0.132803,300,5,0,2672,0,1,0,0,0),(22832,5450,1,1,1,3194,0,-9282.47,-3764.29,10.3926,1.46899,300,10,0,2672,0,1,0,0,0),(22831,5955,1,1,1,2902,0,-9285.7,-2412.92,8.99823,3.70199,300,0,0,2218,0,0,0,0,0),(22830,5441,1,1,1,482,0,-8947.05,-4117.67,10.5997,5.32256,300,15,0,2488,0,1,0,0,0),(22829,5441,1,1,1,482,0,-8917.09,-4152.67,14.26,5.00481,300,15,0,2488,0,1,0,0,0),(22828,5441,1,1,1,482,0,-8948.69,-4181.26,10.0417,0.43721,300,15,0,2488,0,1,0,0,0),(22827,5441,1,1,1,482,0,-8915.46,-4217.31,11.3022,6.14408,300,15,0,2488,0,1,0,0,0),(22826,5441,1,1,1,482,0,-8892.49,-4275.28,13.5524,4.42056,300,5,0,2488,0,1,0,0,0),(22825,5441,1,1,1,482,0,-9124.29,-3733.16,10.0206,1.88125,300,10,0,2488,0,1,0,0,0),(22824,5441,1,1,1,482,0,-9120.71,-3822.53,11.573,2.14472,300,10,0,2488,0,1,0,0,0),(22823,5441,1,1,1,482,0,-9349.23,-4115.21,10.5725,0.790495,300,5,0,2488,0,1,0,0,0),(22822,5441,1,1,1,482,0,-9315.43,-3681.06,10.3148,1.64113,300,10,0,2488,0,1,0,0,0),(22821,5441,1,1,1,482,0,-8771.64,-4070.34,11.5208,2.09648,300,15,0,2488,0,1,0,0,0),(22820,5441,1,1,1,482,0,-9192.83,-3815.65,10.9293,3.55546,300,10,0,2488,0,1,0,0,0),(22819,5441,1,1,1,482,0,-8847.99,-4016.29,14.6907,6.02825,300,5,0,2488,0,1,0,0,0),(22818,5441,1,1,1,482,0,-9382.02,-3748.18,10.5577,0.483806,300,10,0,2488,0,1,0,0,0),(22817,5441,1,1,1,482,0,-9212.1,-3807.61,13.2123,4.88861,300,5,0,2488,0,1,0,0,0),(22816,5441,1,1,1,482,0,-9264.39,-4024.47,-36.857,3.14124,300,3,0,2488,0,1,0,0,0),(22815,5441,1,1,1,482,0,-9351.86,-3713.94,14.2782,1.83944,300,10,0,2488,0,1,0,0,0),(22814,5441,1,1,1,482,0,-8915.06,-3883.47,13.1017,5.58345,300,15,0,2488,0,1,0,0,0),(22813,5441,1,1,1,482,0,-9453.54,-3748.96,10.4791,3.69978,300,10,0,2488,0,1,0,0,0),(22812,5441,1,1,1,482,0,-9160.16,-3853.49,11.7517,4.72001,300,10,0,2488,0,1,0,0,0),(22811,5441,1,1,1,482,0,-9351.33,-3649.84,10.5426,1.69612,300,15,0,2488,0,1,0,0,0),(22810,5441,1,1,1,482,0,-9229.17,-3861.6,10.5674,2.65611,300,5,0,2488,0,1,0,0,0),(22809,5441,1,1,1,482,0,-8923.43,-3715.64,12.6735,0.119507,300,15,0,2488,0,1,0,0,0),(22808,5441,1,1,1,482,0,-9413.42,-3997.76,-37.8902,3.18777,300,3,0,2488,0,1,0,0,0),(22807,5441,1,1,1,482,0,-8882.36,-3986.73,11.2344,4.91624,300,5,0,2488,0,1,0,0,0),(22806,5441,1,1,1,482,0,-9283.33,-3721.24,11.3024,5.45272,300,10,0,2488,0,1,0,0,0),(22805,5441,1,1,1,482,0,-8844.5,-4085.58,10.1457,1.12964,300,15,0,2488,0,1,0,0,0),(22804,5441,1,1,1,482,0,-9188.64,-3619.81,14.0139,0.844803,300,10,0,2488,0,1,0,0,0),(22803,5441,1,1,1,482,0,-8854.17,-3951.04,10.5484,3.43871,300,5,0,2488,0,1,0,0,0),(22802,5441,1,1,1,482,0,-9304.56,-4115.09,12.358,3.34818,300,5,0,2488,0,1,0,0,0),(22801,5441,1,1,1,482,0,-8849.19,-4113.11,11.1457,2.89255,300,15,0,2488,0,1,0,0,0),(22800,5441,1,1,1,482,0,-8949.23,-4051.33,10.678,0.401741,300,5,0,2488,0,1,0,0,0),(22799,5441,1,1,1,482,0,-9271.18,-3857.33,10.2707,1.24806,300,10,0,2488,0,1,0,0,0),(22798,5441,1,1,1,482,0,-9340.03,-4087.34,11.3584,3.2984,300,5,0,2488,0,1,0,0,0),(22797,5441,1,1,1,482,0,-8956.14,-3842.73,10.7668,2.23583,300,15,0,2488,0,1,0,0,0),(1151,691,0,1,1,5561,0,-12214.7,882.646,-0.530996,1.00301,300,3,0,1469,0,1,0,0,0),(22796,5441,1,1,1,482,0,-9219.25,-4175.69,18.5551,2.065,300,5,0,2488,0,1,0,0,0),(22795,5441,1,1,1,482,0,-9175.44,-4137.92,-43.4975,5.33365,300,3,0,2488,0,1,0,0,0),(22794,5441,1,1,1,482,0,-8995.67,-3811.8,11.3466,2.87054,300,15,0,2488,0,1,0,0,0),(22793,5441,1,1,1,482,0,-9187.55,-4155.72,-44.43,1.42325,300,3,0,2488,0,1,0,0,0),(22792,5441,1,1,1,482,0,-8755.09,-4119.74,10.4835,6.16973,300,15,0,2488,0,1,0,0,0),(22791,5441,1,1,1,482,0,-9237.06,-3750.82,10.4601,0.070334,300,10,0,2488,0,1,0,0,0),(22790,5441,1,1,1,482,0,-9324.59,-4154.3,11.0519,3.75504,300,5,0,2488,0,1,0,0,0),(22789,5441,1,1,1,482,0,-9177.25,-3687.37,10.3283,1.66464,300,10,0,2488,0,1,0,0,0),(22788,15165,1,1,1,15300,0,-6899.22,-4811.38,8.75024,2.6529,300,0,0,2980,0,0,0,0,0),(22787,20027,1,1,1,1104,0,-8684.44,-4291.03,-199.363,0.506145,300,0,0,9489,0,0,0,0,0),(22786,20027,1,1,1,1104,0,-8696.45,-4281.9,-187.493,1.29154,300,0,0,9489,0,0,0,0,0),(22785,20027,1,1,1,1104,0,-8701.22,-4299.8,-178.405,4.50295,300,0,0,9489,0,0,0,0,0),(22784,20026,1,1,1,18417,0,-8725.96,-4198.07,-208.359,3.07178,300,0,0,5592,0,0,0,0,0),(22783,20026,1,1,1,18417,0,-8774.79,-4212.66,-207.916,0.331613,300,0,0,5592,0,0,0,0,0),(22782,20026,1,1,1,18417,0,-8711.11,-4268.7,-209.129,0.698132,300,0,0,5592,0,0,0,0,0),(22781,20026,1,1,1,18417,0,-8630.6,-4214.61,-207.753,4.64258,300,0,0,5592,0,0,0,0,0),(22780,20025,1,1,1,18416,0,-8726.21,-4241.3,-209.417,0.069813,300,0,0,63,0,0,0,0,0),(22779,5431,1,1,1,7114,0,-8519.43,-4839.95,1.66688,1.48659,300,15,0,2576,0,1,0,0,0),(22778,5431,1,1,1,7114,0,-8726.06,-4713.75,-3.31985,2.77142,300,15,0,2576,0,1,0,0,0),(22777,5431,1,1,1,7114,0,-8761.48,-4750.33,-8.40929,3.23226,300,15,0,2576,0,1,0,0,0),(22776,5431,1,1,1,7114,0,-8776.41,-4792.53,-16.7984,5.71682,300,15,0,2576,0,1,0,0,0),(22775,5431,1,1,1,7114,0,-8340.33,-5144.35,0.702574,0.462847,300,15,0,2576,0,1,0,0,0),(22774,5431,1,1,1,7114,0,-8891.22,-4686.22,-11.559,3.58361,300,15,0,2576,0,1,0,0,0),(22773,5431,1,1,1,7114,0,-8589.73,-4975.03,-6.6942,2.45997,300,15,0,2576,0,1,0,0,0),(22772,5431,1,1,1,7114,0,-8426.92,-5219.31,-8.67736,3.50727,300,15,0,2576,0,1,0,0,0),(22771,5431,1,1,1,7114,0,-8594.25,-4921.68,-12.3305,3.97245,300,15,0,2576,0,1,0,0,0),(22770,5431,1,1,1,7114,0,-8721.07,-4771.61,-11.1865,1.94261,300,15,0,2576,0,1,0,0,0),(22769,5431,1,1,1,7114,0,-8438.98,-5038.71,0.570194,0.740672,300,15,0,2576,0,1,0,0,0),(22768,5431,1,1,1,7114,0,-8600.67,-4742.78,1.35327,0.338426,300,15,0,2576,0,1,0,0,0),(22767,5431,1,1,1,7114,0,-8407.85,-5094.01,0.629323,5.22457,300,15,0,2576,0,1,0,0,0),(22766,5431,1,1,1,7114,0,-8582.89,-4865.09,-4.43076,4.93208,300,15,0,2576,0,1,0,0,0),(22765,5431,1,1,1,7114,0,-8507.23,-5128.69,-17.6427,5.33026,300,15,0,2576,0,1,0,0,0),(22764,5431,1,1,1,7114,0,-8781.25,-4664.51,-1.59448,4.78877,300,15,0,2576,0,1,0,0,0),(22763,5431,1,1,1,7114,0,-8716.07,-4814.8,-13.6596,3.19833,300,0,0,2576,0,0,0,0,0),(22762,5431,1,1,1,7114,0,-8437.62,-5109.3,0.648381,0.370683,300,15,0,2576,0,1,0,0,0),(22761,5431,1,1,1,7114,0,-8651.62,-4846.08,-5.73343,2.10631,300,15,0,2576,0,1,0,0,0),(22760,5431,1,1,1,7114,0,-8615.51,-4873.65,-9.0867,1.44361,300,15,0,2576,0,1,0,0,0),(22759,5431,1,1,1,7114,0,-8507.84,-4924.52,0.579272,5.09694,300,15,0,2576,0,1,0,0,0),(22758,5431,1,1,1,7114,0,-8464.5,-5181.23,-14.8427,3.09878,300,15,0,2576,0,1,0,0,0),(22757,5431,1,1,1,7114,0,-8483.34,-5034.5,-2.75714,4.62853,300,15,0,2576,0,1,0,0,0),(22756,5431,1,1,1,7114,0,-8536.36,-5051.91,-9.03639,3.24099,300,15,0,2576,0,1,0,0,0),(22755,5431,1,1,1,7114,0,-8503.33,-4991.35,0.217423,5.86496,300,15,0,2576,0,1,0,0,0),(22754,5431,1,1,1,7114,0,-8819.5,-4670.71,-9.77868,1.82402,300,15,0,2576,0,1,0,0,0),(22753,5431,1,1,1,7114,0,-8546.76,-4955.97,-7.63253,5.26623,300,0,0,2576,0,0,0,0,0),(22752,5431,1,1,1,7114,0,-8646.97,-4726.87,-0.269946,5.52801,300,15,0,2576,0,1,0,0,0),(22751,5431,1,1,1,7114,0,-8852.09,-4668.55,-4.23215,4.49729,300,15,0,2576,0,1,0,0,0),(22750,5431,1,1,1,7114,0,-8647.84,-4766.73,-3.67231,1.42025,300,15,0,2576,0,1,0,0,0),(22749,5431,1,1,1,7114,0,-8504.76,-5148.28,-10.9216,3.21546,300,15,0,2576,0,1,0,0,0),(22748,5431,1,1,1,7114,0,-8775.44,-4745.72,-4.26522,5.06108,300,0,0,2576,0,0,0,0,0),(22747,5431,1,1,1,7114,0,-8390.11,-5188.3,-1.01269,4.3715,300,15,0,2576,0,1,0,0,0),(22746,5431,1,1,1,7114,0,-8584.88,-4790.58,0.69416,4.64035,300,15,0,2576,0,1,0,0,0),(22745,5431,1,1,1,7114,0,-8715.44,-4653.53,4.87625,1.16298,300,15,0,2576,0,1,0,0,0),(22744,5431,1,1,1,7114,0,-8389.11,-5136.76,-0.029884,4.22063,300,0,0,2576,0,0,0,0,0),(22743,5431,1,1,1,7114,0,-8676,-4687.46,0.728013,5.81786,300,15,0,2576,0,1,0,0,0),(22742,5431,1,1,1,7114,0,-8726.12,-4851.86,-17.2801,3.60399,300,15,0,2576,0,1,0,0,0),(22741,5431,1,1,1,7114,0,-8849.95,-4707.69,-16.4609,1.59671,300,15,0,2576,0,1,0,0,0),(22740,5430,1,1,1,10827,0,-8848.66,-2981.22,39.8485,0.977384,300,10,0,2488,0,1,0,0,0),(22739,5430,1,1,1,10827,0,-9055.59,-2789.57,38.4492,3.51121,300,10,0,2488,0,1,0,0,0),(22738,5430,1,1,1,10827,0,-8815.31,-3057.37,37.4731,4.38985,300,10,0,2488,0,1,0,0,0),(22737,5430,1,1,1,10827,0,-8847.48,-3051.37,37.6593,3.7127,300,10,0,2488,0,1,0,0,0),(22736,5430,1,1,1,10827,0,-9115.66,-2747.23,28.7635,4.36585,300,25,0,2488,0,1,0,0,0),(22735,5430,1,1,1,10827,0,-8421.52,-2236.27,18.778,6.06049,300,25,0,2488,0,1,0,0,0),(22734,5430,1,1,1,10827,0,-8650.53,-2517.82,32.9317,1.28944,300,10,0,2488,0,1,0,0,0),(22733,5430,1,1,1,10827,0,-8687.28,-2419.98,25.3875,2.73577,300,10,0,2488,0,1,0,0,0),(22732,5430,1,1,1,10827,0,-9082.5,-2749.02,32.1192,0.966952,300,10,0,2488,0,1,0,0,0),(22731,5430,1,1,1,10827,0,-8813.2,-2953.37,26.7828,3.5184,300,10,0,2488,0,1,0,0,0),(22730,5430,1,1,1,10827,0,-9320.73,-2423.51,11.6466,3.37309,300,25,0,2488,0,1,0,0,0),(22729,5430,1,1,1,10827,0,-8616.55,-2482.41,41.0757,0.149325,300,10,0,2488,0,1,0,0,0),(22728,5430,1,1,1,10827,0,-8821.37,-3086.93,34.9289,3.96998,300,10,0,2488,0,1,0,0,0),(22727,5430,1,1,1,10827,0,-8780.39,-3043.8,29.2708,0.917553,300,10,0,2488,0,1,0,0,0),(22726,5430,1,1,1,10827,0,-8789.58,-3122.92,26.2383,4.94014,300,10,0,2488,0,1,0,0,0),(22725,5430,1,1,1,10827,0,-8648.9,-2422.37,28.433,4.28783,300,10,0,2488,0,1,0,0,0),(22724,5430,1,1,1,10827,0,-8846.08,-2954.01,38.7876,1.18002,300,10,0,2488,0,1,0,0,0),(22723,5430,1,1,1,10827,0,-9054.1,-2752.89,35.8341,2.67035,300,10,0,2488,0,1,0,0,0),(22722,5429,1,1,1,7348,0,-7680.16,-3574.54,31.7497,4.76323,300,25,0,1648,1432,1,0,0,0),(22721,5429,1,1,1,7348,0,-8226.49,-4023.76,10.3361,5.69099,300,25,0,1648,1432,1,0,0,0),(22720,5429,1,1,1,7348,0,-7973.63,-3531.96,44.5963,6.18917,300,10,0,1648,1432,1,0,0,0),(22719,5429,1,1,1,7348,0,-7616.53,-3354.65,51.3478,5.48276,300,10,0,1648,1432,1,0,0,0),(22718,5429,1,1,1,7348,0,-7709.62,-3243.46,79.9695,5.89833,300,10,0,1648,1432,1,0,0,0),(22717,5429,1,1,1,7348,0,-7613.61,-3316.65,50.6103,4.75397,300,10,0,1648,1432,1,0,0,0),(22716,5429,1,1,1,7348,0,-7747.53,-3286.61,68.4164,1.37279,300,10,0,1648,1432,1,0,0,0),(22715,5429,1,1,1,7348,0,-7977.98,-3484.05,56.8251,6.21386,300,10,0,1648,1432,1,0,0,0),(22714,5429,1,1,1,7348,0,-7762.93,-3256.29,71.1735,5.01353,300,10,0,1648,1432,1,0,0,0),(22713,5429,1,1,1,7348,0,-8330.66,-3718.79,13.4698,2.03848,300,10,0,1648,1432,1,0,0,0),(22712,5429,1,1,1,7348,0,-7944.68,-3509.52,57.1431,1.70467,300,10,0,1648,1432,1,0,0,0),(22711,5429,1,1,1,7348,0,-7644.64,-3350.74,62.1277,5.34057,300,10,0,1648,1432,1,0,0,0),(22710,5429,1,1,1,7348,0,-7858.4,-3623.42,50.434,5.88621,300,10,0,1648,1432,1,0,0,0),(22709,5429,1,1,1,7348,0,-7825.55,-3591.98,53.0416,4.43695,300,10,0,1648,1432,1,0,0,0),(22708,5429,1,1,1,7348,0,-8346.15,-3652.53,15.2951,1.6136,300,10,0,1648,1432,1,0,0,0),(22707,5429,1,1,1,7348,0,-8023.4,-3493.91,46.8909,0.512602,300,10,0,1648,1432,1,0,0,0),(22706,5429,1,1,1,7348,0,-7511.64,-3004.55,9.98282,0.145657,300,25,0,1648,1432,1,0,0,0),(22705,5429,1,1,1,7348,0,-8316.73,-3827.12,9.05179,6.20896,300,25,0,1648,1432,1,0,0,0),(22704,5429,1,1,1,7348,0,-7692.97,-3258.31,78.3802,4.5817,300,10,0,1648,1432,1,0,0,0),(22703,5429,1,1,1,7348,0,-7586.01,-3380.08,41.256,5.54185,300,10,0,1648,1432,1,0,0,0),(22702,5429,1,1,1,7348,0,-7649.63,-3320.29,65.3334,3.70806,300,10,0,1648,1432,1,0,0,0),(22701,5429,1,1,1,7348,0,-7993.15,-4264.33,12.7298,3.8869,300,25,0,1648,1432,1,0,0,0),(22700,5429,1,1,1,7348,0,-8093.44,-3468.5,39.8659,4.66784,300,10,0,1648,1432,1,0,0,0),(22699,5429,1,1,1,7348,0,-7744.17,-3220.32,80.1493,4.79927,300,10,0,1648,1432,1,0,0,0),(22698,5429,1,1,1,7348,0,-7776.49,-3209.05,74.9016,1.83456,300,10,0,1648,1432,1,0,0,0),(22697,5429,1,1,1,7348,0,-7712.24,-3211.92,75.3843,4.35616,300,10,0,1648,1432,1,0,0,0),(22696,5429,1,1,1,7348,0,-7717.41,-3280.68,78.4157,5.93481,300,10,0,1648,1432,1,0,0,0),(22695,5429,1,1,1,7348,0,-7529.28,-3496.47,13.9573,1.04947,300,25,0,1648,1432,1,0,0,0),(22694,5429,1,1,1,7348,0,-8052.29,-3511.27,42.4859,2.62044,300,10,0,1648,1432,1,0,0,0),(22693,5429,1,1,1,7348,0,-7710.35,-3344.4,60.413,4.41777,300,10,0,1648,1432,1,0,0,0),(22692,5429,1,1,1,7348,0,-7659.13,-3081.96,31.7155,1.91297,300,25,0,1648,1432,1,0,0,0),(22691,5429,1,1,1,7348,0,-7906.87,-3549.43,50.807,0.1699,300,10,0,1648,1432,1,0,0,0),(22690,5429,1,1,1,7348,0,-8311.58,-3687.54,14.063,1.24231,300,10,0,1648,1432,1,0,0,0),(22689,5429,1,1,1,7348,0,-7776.89,-3546.58,47.6874,5.07218,300,25,0,1648,1432,1,0,0,0),(22688,5429,1,1,1,7348,0,-8055.39,-3456.67,46.3899,0.914021,300,10,0,1648,1432,1,0,0,0),(22687,5429,1,1,1,7348,0,-7477.41,-2751.58,10.0262,4.31362,300,25,0,1648,1432,1,0,0,0),(22686,5429,1,1,1,7348,0,-8309.97,-3585.11,16.1163,0.074426,300,10,0,1648,1432,1,0,0,0),(22685,5429,1,1,1,7348,0,-7757.59,-3173.86,76.6867,3.68846,300,10,0,1648,1432,1,0,0,0),(22684,5429,1,1,1,7348,0,-7886.67,-3588.3,49.9186,5.93135,300,10,0,1648,1432,1,0,0,0),(22683,5429,1,1,1,7348,0,-7860.42,-2821.57,32.7296,2.60888,300,25,0,1648,1432,1,0,0,0),(22682,5429,1,1,1,7348,0,-8039.85,-4025.44,12.7971,3.80658,300,25,0,1648,1432,1,0,0,0),(22681,7733,1,1,1,7346,1,-7158.96,-3841.61,8.84809,1.95477,300,0,0,1003,0,0,0,0,0),(22680,5428,1,1,1,3248,0,-7310.07,-3663.18,10.8299,0.890058,300,5,0,1902,0,1,0,0,0),(22679,5428,1,1,1,3248,0,-7550.25,-3593.56,14.0255,4.87902,300,10,0,1902,0,1,0,0,0),(22678,5428,1,1,1,3248,0,-7583.47,-3614.89,13.1503,3.90539,300,10,0,1902,0,1,0,0,0),(22677,5428,1,1,1,3248,0,-7496.79,-3657.62,10.6035,0.847559,300,10,0,1902,0,1,0,0,0),(22676,5428,1,1,1,3248,0,-7509.88,-3617.42,11.7658,1.0219,300,10,0,1902,0,1,0,0,0),(22675,5428,1,1,1,3248,0,-7523.28,-3645.15,9.43599,1.31983,300,10,0,1902,0,1,0,0,0),(22674,5428,1,1,1,3248,0,-7542.29,-3621.34,10.7225,3.83962,300,10,0,1902,0,1,0,0,0),(22673,5428,1,1,1,3248,0,-7343.86,-4178.73,9.73855,6.22647,300,5,0,1902,0,1,0,0,0),(22672,5428,1,1,1,3248,0,-7303.22,-4304.62,11.4414,5.20223,300,5,0,1902,0,1,0,0,0),(22671,5428,1,1,1,3248,0,-7538.3,-3620.71,10.5362,0.155195,300,10,0,1902,0,1,0,0,0),(22670,5428,1,1,1,3248,0,-7395.85,-3024.38,10.2397,1.7138,300,5,0,1902,0,1,0,0,0),(22669,5428,1,1,1,3248,0,-7174.19,-3624.05,12.148,1.53956,300,5,0,1902,0,1,0,0,0),(22668,5428,1,1,1,3248,0,-7042.29,-4088.92,9.20203,1.91973,300,5,0,1902,0,1,0,0,0),(22667,5428,1,1,1,3248,0,-7208.85,-3382.64,11.169,5.1673,300,5,0,1902,0,1,0,0,0),(22666,5428,1,1,1,3248,0,-7208.42,-2654.31,9.33734,3.3544,300,5,0,1902,0,1,0,0,0),(22665,5428,1,1,1,3248,0,-7185.06,-3576.24,10.7195,0.321228,300,5,0,1902,0,1,0,0,0),(22664,5428,1,1,1,3248,0,-7524.31,-3652.02,9.06099,4.73287,300,10,0,1902,0,1,0,0,0),(22663,5428,1,1,1,3248,0,-7498.01,-3660.6,10.1261,0.107742,300,10,0,1902,0,1,0,0,0),(22662,5428,1,1,1,3248,0,-7020.41,-3041.57,11.042,3.67426,300,5,0,1902,0,1,0,0,0),(22661,5427,1,1,1,2609,0,-8677.35,-2307.46,12.6474,6.0183,300,25,0,2488,0,1,0,0,0),(22660,5427,1,1,1,2609,0,-8516.75,-2516.04,43.5695,4.54235,300,25,0,2488,0,1,0,0,0),(22659,5427,1,1,1,2609,0,-9385.76,-3416.82,10.5942,2.51294,300,25,0,2488,0,1,0,0,0),(22658,5427,1,1,1,2609,0,-9445.93,-3548.94,10.0105,0.133327,300,25,0,2488,0,1,0,0,0),(22657,5427,1,1,1,2609,0,-9250.42,-2683.07,14.9308,4.7202,300,25,0,2488,0,1,0,0,0),(22655,5427,1,1,1,2609,0,-9181.76,-2219.56,7.88388,3.96013,300,25,0,2488,0,1,0,0,0),(22653,5427,1,1,1,2609,0,-9453.12,-3017.95,12.3013,3.32214,300,10,0,2488,0,1,0,0,0),(22652,5427,1,1,1,2609,0,-8123.05,-2253.33,12.2517,1.8203,300,25,0,2488,0,1,0,0,0),(22651,5427,1,1,1,2609,0,-9452.46,-2479.32,14.6198,1.75746,300,25,0,2488,0,1,0,0,0),(22648,5427,1,1,1,2609,0,-9382.71,-3550.94,12.6209,0.129068,300,0,0,2488,0,0,0,0,0),(22647,5427,1,1,1,2609,0,-9447.55,-2351.13,12.1238,5.87983,300,25,0,2488,0,1,0,0,0),(22646,5427,1,1,1,2609,0,-9317.74,-3354.29,9.85599,4.68118,300,25,0,2488,0,1,0,0,0),(22645,5427,1,1,1,2609,0,-9382.7,-3351.92,12.2845,6.04863,300,25,0,2488,0,1,0,0,0),(22644,5427,1,1,1,2609,0,-8744.3,-3076.15,22.2375,0.500329,300,10,0,2488,0,1,0,0,0),(22643,5427,1,1,1,2609,0,-9020.4,-2778.9,40.8127,4.05338,300,10,0,2488,0,1,0,0,0),(22642,5427,1,1,1,2609,0,-8988.36,-2853.76,45.9649,2.66902,300,10,0,2488,0,1,0,0,0),(22641,5427,1,1,1,2609,0,-8981.69,-2418.66,13.056,5.64875,300,25,0,2488,0,1,0,0,0),(22640,5427,1,1,1,2609,0,-9383.88,-2486.03,11.2356,4.35155,300,25,0,2488,0,1,0,0,0),(22639,5427,1,1,1,2609,0,-9184.27,-2679.17,16.6315,1.87219,300,30,0,2488,0,1,0,0,0),(22638,5427,1,1,1,2609,0,-8182.21,-3248.21,24.1181,3.61567,300,10,0,2488,0,1,0,0,0),(22637,5427,1,1,1,2609,0,-8188.29,-3223.61,23.9906,5.85158,300,10,0,2488,0,1,0,0,0),(22636,5427,1,1,1,2609,0,-8683.96,-2381.95,23.1619,5.84367,300,10,0,2488,0,1,0,0,0),(22634,5427,1,1,1,2609,0,-8450.49,-2562.64,45.4099,1.45928,300,25,0,2488,0,1,0,0,0),(22633,5427,1,1,1,2609,0,-9440.61,-3210.92,16.0242,5.7907,300,10,0,2488,0,1,0,0,0),(33378,20075,269,3,1,0,0,-1760.32,7194.16,17.5202,4.09186,86400,3,0,9489,0,1,0,0,0),(33380,20075,269,3,1,0,0,-1777.43,7164.78,19.4495,2.3954,86400,3,0,9489,0,1,0,0,0),(33382,18983,269,3,1,0,0,-1778.96,7176.99,21.2225,2.29722,86400,3,0,9489,0,1,0,0,0),(33383,18983,269,3,1,0,0,-1787.03,7155.36,20.4121,4.44921,86400,3,0,9489,0,1,0,0,0),(15467,2356,0,1,1,3201,0,-82.5978,-1282.8,87.5094,1.74943,300,5,0,944,0,1,0,0,0),(7653,2893,0,1,1,1194,1,-7077.84,-3352.25,242.542,5.53658,300,5,0,1678,0,1,0,0,0),(33387,20075,269,3,1,0,0,-1754.24,7116.17,17.5725,3.99761,86400,3,0,9489,0,1,0,0,0),(33388,20075,269,3,1,0,0,-1772.69,7105.39,18.6133,0.840312,86400,3,0,9489,0,1,0,0,0),(33389,18983,269,3,1,0,0,-1757.61,7083.13,19.2709,4.58666,86400,3,0,9489,0,1,0,0,0),(56546,11789,349,1,1,13212,0,131.78,-258.192,-168.055,1.95477,86400,1,0,1919,0,1,0,0,0),(22632,5427,1,1,1,2609,0,-8517.11,-2192.91,20.7954,1.61179,300,25,0,2488,0,1,0,0,0),(18636,4415,1,1,1,11348,0,-4358.78,-3780,45.9813,2.20465,360,5,0,1751,0,1,0,0,0),(56545,11789,349,1,1,9032,0,121.794,-261.108,-168.189,5.2709,86400,1,0,1919,0,1,0,0,0),(56544,11789,349,1,1,13211,0,113.677,-256.847,-167.749,0.05236,86400,1,0,1919,0,1,0,0,0),(56543,11789,349,1,1,13212,0,128.19,-267.301,-168.444,5.74213,86400,1,0,1919,0,1,0,0,0),(56542,13323,349,1,1,13209,0,138.62,-370.588,-175.406,0,86400,3,0,5757,0,1,0,0,0),(56541,13323,349,1,1,13210,0,144.835,-363.08,-174.918,1.18682,86400,3,0,5757,0,1,0,0,0),(56540,13323,349,1,1,13209,0,152.664,-372.99,-174.918,4.38078,86400,3,0,5757,0,1,0,0,0),(56539,13323,349,1,1,13210,0,146.235,-381.372,-174.918,0.820305,86400,3,0,5757,0,1,0,0,0),(22631,5427,1,1,1,2609,0,-8786.28,-3150.74,27.1787,2.8347,300,10,0,2488,0,1,0,0,0),(22630,5427,1,1,1,2609,0,-8789.76,-3086.77,32.1179,3.901,300,10,0,2488,0,1,0,0,0),(22629,5427,1,1,1,2609,0,-8845.61,-3014.89,40.1301,0.566158,300,10,0,2488,0,1,0,0,0),(22628,5427,1,1,1,2609,0,-8180.86,-3282.35,21.2272,0.238834,300,10,0,2488,0,1,0,0,0),(22627,5427,1,1,1,2609,0,-8918.22,-2552.13,15.699,4.64206,300,25,0,2488,0,1,0,0,0),(22626,5427,1,1,1,2609,0,-9450.75,-2611.75,22.9934,1.21385,300,25,0,2488,0,1,0,0,0),(22625,5427,1,1,1,2609,0,-8467.89,-1989.83,11.8662,4.63022,300,25,0,2488,0,1,0,0,0),(22624,5427,1,1,1,2609,0,-9058.35,-2292.26,11.568,4.11302,300,25,0,2488,0,1,0,0,0),(22623,5427,1,1,1,2609,0,-8219.68,-3250,21.544,1.8172,300,10,0,2488,0,1,0,0,0),(22622,5427,1,1,1,2609,0,-8785.21,-3017.21,26.6031,2.16678,300,10,0,2488,0,1,0,0,0),(22621,5427,1,1,1,2609,0,-8754.07,-3114.68,23.6109,3.49066,300,10,0,2488,0,1,0,0,0),(22620,5427,1,1,1,2609,0,-9319.27,-2417.39,11.6587,3.39059,300,25,0,2488,0,1,0,0,0),(22619,5427,1,1,1,2609,0,-8584.31,-2562.75,38.221,4.63022,300,0,0,2488,0,0,0,0,0),(22618,5427,1,1,1,2609,0,-8601.83,-2222.97,11.9791,2.91974,300,25,0,2488,0,1,0,0,0),(22617,5427,1,1,1,2609,0,-8156.59,-3279.2,25.251,5.42839,300,10,0,2488,0,1,0,0,0),(56538,13601,349,1,1,7125,1,134.902,-313.731,-173.555,6.07375,86400,0,0,16488,0,0,0,0,0),(56537,2914,349,1,1,2958,0,149.905,-347.259,-175.057,4.57276,86400,10,0,8,0,1,0,0,0),(22616,5427,1,1,1,2609,0,-8208.51,-3176.96,20.4535,6.11276,300,10,0,2488,0,1,0,0,0),(22615,5427,1,1,1,2609,0,-8660.17,-2688.46,13.9464,2.79082,300,25,0,2488,0,1,0,0,0),(56536,12206,349,1,1,12309,0,-137.012,-412.656,-189.179,0.087266,86400,0,0,11940,0,0,0,0,0),(56535,2914,349,1,1,6303,0,201.361,-361.484,-160.23,0.10472,86400,10,0,8,0,1,0,0,0),(56534,13323,349,1,1,13210,0,217.315,-355.456,-160.766,0,86400,3,0,5757,0,1,0,0,0),(56533,13323,349,1,1,13209,0,206.238,-357.843,-160.23,5.48033,86400,3,0,5757,0,1,0,0,0),(56532,13323,349,1,1,13210,0,216.353,-371.045,-160.23,5.09636,86400,3,0,5757,0,1,0,0,0),(56531,13323,349,1,1,13210,0,219.953,-360.824,-160.766,0.087266,86400,3,0,5757,0,1,0,0,0),(56530,13323,349,1,1,13209,0,244.509,-398.866,-139.555,2.45964,86400,2,0,5757,0,1,0,0,0),(56529,13323,349,1,1,13210,0,243.17,-390.638,-139.472,0,86400,2,0,5757,0,1,0,0,0),(56528,13323,349,1,1,13209,0,251.928,-389.681,-139.472,2.6529,86400,2,0,5757,0,1,0,0,0),(56527,11789,349,1,1,12333,0,320.35,-406.137,-124.867,6.11241,86400,3,0,1919,0,1,0,0,0),(56526,11789,349,1,1,12333,0,335.165,-402.868,-124.867,5.57879,86400,3,0,1919,0,1,0,0,0),(56525,11789,349,1,1,13211,0,325.421,-405.858,-124.867,5.46163,86400,3,0,1919,0,1,0,0,0),(56524,13323,349,1,1,13209,0,253.696,-401.573,-139.472,0.767945,86400,3,0,5757,0,1,0,0,0),(56523,11789,349,1,1,9032,0,332.864,-392.877,-124.784,1.53589,86400,3,0,1919,0,1,0,0,0),(54161,12222,349,1,1,14350,0,966.635,-215.979,-46.9451,1.39626,86400,1,0,5148,0,1,0,0,0),(54200,12220,349,1,1,12348,0,936.385,-232.656,-46.477,3.68265,86400,1,0,5346,0,1,0,0,0),(56522,11789,349,1,1,12333,0,324.879,-387.968,-124.784,4.76475,86400,3,0,1919,0,1,0,0,0),(54158,12220,349,1,1,12348,0,888.269,-275.058,-45.7142,3.14159,86400,1,0,5346,0,1,0,0,0),(54159,12220,349,1,1,12348,0,932.047,-233.181,-46.4558,3.14159,86400,1,0,5346,0,1,0,0,0),(22614,5427,1,1,1,2609,0,-9058.21,-3428.73,24.7628,5.07984,300,25,0,2488,0,1,0,0,0),(22613,5427,1,1,1,2609,0,-9126.27,-3390.78,26.8619,4.80817,300,25,0,2488,0,1,0,0,0),(22612,5427,1,1,1,2609,0,-9321.14,-2610.38,10.9833,2.1891,300,25,0,2488,0,1,0,0,0),(22611,5427,1,1,1,2609,0,-8981.8,-2789.27,45.7327,5.34712,300,10,0,2488,0,1,0,0,0),(22610,5427,1,1,1,2609,0,-9019.42,-2752.29,41.4377,3.46259,300,25,0,2488,0,1,0,0,0),(22609,5427,1,1,1,2609,0,-8806.25,-2435.42,20.4403,3.87679,300,25,0,2488,0,1,0,0,0),(22608,5427,1,1,1,2609,0,-8657.85,-2871.13,12.5966,2.08103,300,25,0,2488,0,1,0,0,0),(22607,5427,1,1,1,2609,0,-8978.55,-2488.27,16.7041,5.65415,300,25,0,2488,0,1,0,0,0),(22606,5427,1,1,1,2609,0,-8585.35,-2448.4,42.8628,1.52191,300,25,0,2488,0,1,0,0,0),(22605,5427,1,1,1,2609,0,-8320.01,-2318.43,23.2893,4.21565,300,25,0,2488,0,1,0,0,0),(56521,11789,349,1,1,12333,0,321.658,-396.971,-124.784,1.88496,86400,3,0,1919,0,1,0,0,0),(56520,2914,349,1,1,1206,0,257.909,-370.425,-139.472,0.715585,86400,10,0,8,0,1,0,0,0),(54155,11791,349,1,1,11338,1,873.657,-331.636,-48.8113,1.39626,86400,0,0,5148,0,0,0,0,0),(54156,12220,349,1,1,12348,0,887.305,-278.695,-45.8448,6.07375,86400,1,0,5346,0,1,0,0,0),(56519,2914,349,1,1,1206,0,315.308,-374.615,-124.784,1.23918,86400,10,0,8,0,1,0,0,0),(54151,12222,349,1,1,14350,0,969.419,-251.714,-48.8144,3.19395,86400,5,0,5148,0,1,0,0,0),(54152,12216,349,1,1,2452,0,876.261,-337.357,-50.205,3.97935,86400,2,0,1238,0,1,0,0,0),(54153,12217,349,1,1,12345,0,872.162,-337,-50.1288,0.820305,86400,2,0,1238,0,1,0,0,0),(160509,12224,349,1,1,0,0,818.573,-215.097,-77.1489,4.14281,86400,0,0,4434,2301,2,0,0,0),(160510,12224,349,1,1,0,0,813.453,-370.449,-59.2094,6.02488,86400,0,0,4434,2301,0,0,0,0),(56515,11784,349,1,1,11712,0,312.607,-343.824,-117.538,1.48843,86400,0,0,5757,0,2,0,0,0),(56514,11789,349,1,1,13211,0,341.451,-263.645,-118.05,3.52021,86400,2,0,1919,0,1,0,0,0),(56513,11789,349,1,1,9032,0,328.706,-262.806,-118.052,4.2461,86400,2,0,1919,0,1,0,0,0),(56512,2914,349,1,1,6303,0,315.697,-319.779,-116.591,3.50811,86400,10,0,8,0,1,0,0,0),(56511,11789,349,1,1,13212,0,341.197,-279.971,-117.981,4.13682,86400,2,0,1919,0,1,0,0,0),(56510,11789,349,1,1,12333,0,332.835,-287.568,-118.065,5.66725,86400,2,0,1919,0,1,0,0,0),(56509,11789,349,1,1,13211,0,323.703,-282.572,-118.075,6.01,86400,2,0,1919,0,1,0,0,0),(56508,11789,349,1,1,9032,0,261.41,-334.957,-139.834,2.91676,86400,2,0,1919,0,1,0,0,0),(56507,11789,349,1,1,13212,0,258.788,-344.143,-139.989,2.65193,86400,2,0,1919,0,1,0,0,0),(56506,11789,349,1,1,13211,0,321.909,-270.525,-117.774,1.15192,86400,2,0,1919,0,1,0,0,0),(160511,12224,349,1,1,0,0,719.899,-83.8715,-57.2155,3.48941,86400,0,0,4434,2301,0,0,0,0),(56501,11784,349,1,1,11712,0,177.02,-304.479,-172.301,3.50771,86400,0,0,5757,0,2,0,0,0),(56500,11789,349,1,1,13211,0,184.538,-296.787,-171.501,3.03901,86400,2,0,1919,0,1,0,0,0),(56496,11789,349,1,1,9032,0,169.804,-287.721,-170.591,4.33353,86400,2,0,1919,0,1,0,0,0),(56495,11789,349,1,1,9032,0,180.165,-305.196,-172.459,4.07627,86400,1,0,1919,0,1,0,0,0),(56494,11789,349,1,1,9032,0,177.905,-292.339,-171.058,1.50897,86400,2,0,1919,0,1,0,0,0),(56493,11789,349,1,1,13211,0,245.053,-328.655,-141.898,0.610865,86400,2,0,1919,0,1,0,0,0),(56492,11789,349,1,1,13211,0,250.874,-322.728,-140.625,0.122173,86400,2,0,1919,0,1,0,0,0),(56491,11789,349,1,1,13212,0,260.778,-324.774,-140.079,2.32129,86400,2,0,1919,0,1,0,0,0),(56490,13323,349,1,1,13209,0,134.956,-232.395,-108.851,4.8904,86400,2,0,5757,0,1,0,0,0),(56489,11789,349,1,1,12333,0,177.462,-280.53,-170.766,1.39626,86400,2,0,1919,0,1,0,0,0),(29980,16925,530,1,1,0,1,-354.4,2663.01,41.7262,0,300,0,0,3989,0,2,0,0,0),(56485,11784,349,1,1,11712,0,150.435,-194.71,-171.844,0.136059,86400,0,0,5757,0,2,0,0,0),(56484,13323,349,1,1,13210,0,143.571,-229.419,-108.768,0,86400,2,0,5757,0,1,0,0,0),(56482,13323,349,1,1,13209,0,150.386,-240.106,-108.768,4.55531,86400,2,0,5757,0,1,0,0,0),(56480,2914,349,1,1,1206,0,153.59,-223.742,-108.769,0.488692,86400,10,0,8,0,1,0,0,0),(56481,13323,349,1,1,13209,0,237.787,-263.618,-131.058,0,86400,3,0,5757,0,1,0,0,0),(56479,11789,349,1,1,13211,0,150.355,-199.439,-171.858,0.525435,86400,2,0,1919,0,1,0,0,0),(56478,11789,349,1,1,13211,0,152.356,-190.924,-171.479,2.8304,86400,2,0,1919,0,1,0,0,0),(56477,13323,349,1,1,13210,0,248.38,-270.49,-131.512,4.38078,86400,3,0,5757,0,1,0,0,0),(56475,2914,349,1,1,1206,0,242.442,-273.321,-131.512,4.24115,86400,10,0,8,0,1,0,0,0),(56476,13323,349,1,1,13210,0,238.625,-272.991,-131.512,0.558505,86400,3,0,5757,0,1,0,0,0),(56474,11789,349,1,1,12333,0,161.961,-179.915,-171.873,0.59168,86400,2,0,1919,0,1,0,0,0),(56473,11789,349,1,1,13212,0,155.947,-196.335,-171.786,3.01942,86400,2,0,1919,0,1,0,0,0),(54148,12218,349,1,1,12346,0,1041.78,-247.083,-72.2406,5.11537,86400,5,0,1336,0,1,0,0,0),(54149,12222,349,1,1,14350,0,964.469,-254.275,-48.901,5.41052,86400,5,0,5148,0,1,0,0,0),(56472,11789,349,1,1,13211,0,162.719,-190.404,-171.87,1.81697,86400,2,0,1919,0,1,0,0,0),(56471,13323,349,1,1,13210,0,219.411,-217.144,-131.064,0,86400,3,0,5757,0,1,0,0,0),(22604,5427,1,1,1,2609,0,-8815.14,-3113.27,29.9969,1.56549,300,10,0,2488,0,1,0,0,0),(22603,5427,1,1,1,2609,0,-8254.56,-3211.69,16.5256,4.17871,300,10,0,2488,0,1,0,0,0),(22602,5427,1,1,1,2609,0,-8051.75,-3193.07,44.713,1.49732,300,25,0,2488,0,1,0,0,0),(22601,5427,1,1,1,2609,0,-8108.8,-3153.93,29.7925,0.888458,300,25,0,2488,0,1,0,0,0),(22599,5427,1,1,1,2609,0,-8145.16,-3744.29,17.9716,1.48536,300,10,0,2488,0,1,0,0,0),(22598,5427,1,1,1,2609,0,-9043.87,-2683.69,29.564,6.26366,300,30,0,2488,0,1,0,0,0),(22597,5427,1,1,1,2609,0,-9377.08,-2897.95,9.14876,5.05193,300,0,0,2488,0,0,0,0,0),(22595,5427,1,1,1,2609,0,-9448.9,-2282.35,11.8307,2.06291,300,10,0,2488,0,1,0,0,0),(22594,5427,1,1,1,2609,0,-8502.47,-2347.82,36.3508,2.90278,300,25,0,2488,0,1,0,0,0),(22593,5427,1,1,1,2609,0,-8286.29,-3216.66,16.8882,4.30485,300,25,0,2488,0,1,0,0,0),(22592,5427,1,1,1,2609,0,-8643.87,-2481.74,33.6582,2.83591,300,10,0,2488,0,1,0,0,0),(22591,5427,1,1,1,2609,0,-8241.02,-3176.13,18.9696,0.335549,300,10,0,2488,0,1,0,0,0),(22590,5427,1,1,1,2609,0,-7944.71,-3016.03,55.143,3.18454,300,25,0,2488,0,1,0,0,0),(54134,12218,349,1,1,12346,0,1030.31,-238.309,-72.2386,2.40222,86400,5,0,1336,0,1,0,0,0),(54135,12218,349,1,1,12346,0,1036.24,-247.015,-72.2401,2.02142,86400,5,0,1336,0,1,0,0,0),(56470,13323,349,1,1,13209,0,225.214,-223.845,-131.029,5.02655,86400,3,0,5757,0,1,0,0,0),(56469,13323,349,1,1,13210,0,214.37,-212.264,-131.076,0.418879,86400,3,0,5757,0,1,0,0,0),(56468,11789,349,1,1,13212,0,169.201,-184.755,-171.792,1.67552,86400,2,0,1919,0,1,0,0,0),(56402,13323,349,1,1,13210,0,216.759,-177.455,-131.076,0,86400,3,0,5757,0,1,0,0,0),(22589,5427,1,1,1,2609,0,-8786.85,-2573.7,12.9159,4.87969,300,25,0,2488,0,1,0,0,0),(56401,13323,349,1,1,13210,0,225.373,-173.712,-131.117,2.00713,86400,3,0,5757,0,1,0,0,0),(56400,13323,349,1,1,13210,0,224.728,-184.527,-131.021,0.226893,86400,3,0,5757,0,1,0,0,0),(56399,13323,349,1,1,13209,0,259.114,-173.228,-110.961,1.48512,86400,2,0,5757,0,1,0,0,0),(56347,13323,349,1,1,13210,0,265.299,-169.483,-110.965,5.03973,86400,2,0,5757,0,1,0,0,0),(56346,2914,349,1,1,2957,0,272.642,-159.493,-111.208,5.32325,86400,10,0,8,0,1,0,0,0),(56345,13323,349,1,1,13210,0,267.633,-159.27,-110.858,1.0472,86400,2,0,5757,0,1,0,0,0),(45208,25654,571,1,1,0,0,4207.15,4057.02,91.6273,1.38362,300,0,0,42,0,0,0,0,0),(55471,11784,349,1,1,11712,0,200.951,-133.789,-101.056,0.81201,86400,0,0,5757,0,2,0,0,0),(55470,13323,349,1,1,13209,0,218.668,-85.7526,-129.529,0,86400,3,0,5757,0,1,0,0,0),(55469,13323,349,1,1,13209,0,227.783,-93.7054,-129.526,0,86400,3,0,5757,0,1,0,0,0),(55468,13323,349,1,1,13209,0,216.693,-98.689,-129.511,3.33358,86400,3,0,5757,0,1,0,0,0),(55467,12207,349,1,1,6737,0,248.743,-8.41897,-131.01,3.50653,86400,2,0,10554,0,1,0,0,0),(45761,26265,571,1,1,0,0,4031.15,7326.39,635.972,4.26247,300,0,0,1,0,0,0,0,0),(55465,11784,349,1,1,11712,0,249.569,-93.8706,-129.611,2.49518,86400,3,0,5757,0,2,0,0,0),(55464,12206,349,1,1,12309,0,59.5708,-293.16,-107.856,1.01229,86400,0,0,11940,0,0,0,0,0),(55463,12206,349,1,1,12309,0,49.7168,-280.925,-108.595,0.698132,86400,0,0,11940,0,0,0,0,0),(55462,12207,349,1,1,6737,0,275.028,-58.9521,-131.01,2.7657,86400,0,1,10554,0,2,0,0,0),(55461,12207,349,1,1,6737,0,332.746,-90.2094,-131.01,2.12854,86400,3,0,10554,0,1,0,0,0),(55460,13321,349,1,1,6297,0,332.472,-88.7337,-130.927,0.628319,86400,5,0,42,0,1,0,0,0),(55459,12206,349,1,1,12309,0,37.7301,-254.956,-169.68,2.11185,86400,0,0,11940,0,0,0,0,0),(55458,12207,349,1,1,6737,0,284.438,25.4183,-131.01,1.81523,86400,0,1,10554,0,2,0,0,0),(55457,11789,349,1,1,9032,0,527.922,211.692,-93.966,0.541052,86400,1,0,1919,0,1,0,0,0),(55456,11789,349,1,1,13212,0,524.349,218.942,-93.966,4.20624,86400,1,0,1919,0,1,0,0,0),(55455,11789,349,1,1,13211,0,518.663,203.9,-93.966,2.32129,86400,1,0,1919,0,1,0,0,0),(55454,11789,349,1,1,13212,0,516.662,215.111,-93.966,2.77507,86400,1,0,1919,0,1,0,0,0),(55453,11789,349,1,1,12333,0,513.198,208.444,-93.966,5.23599,86400,1,0,1919,0,1,0,0,0),(55452,11789,349,1,1,13212,0,497.253,265.49,-93.966,2.3911,86400,2,0,1919,0,1,0,0,0),(55451,11789,349,1,1,13212,0,490.254,265.185,-93.966,0.890118,86400,2,0,1919,0,1,0,0,0),(55450,11789,349,1,1,9032,0,502.503,254.84,-93.966,3.52556,86400,2,0,1919,0,1,0,0,0),(55449,11789,349,1,1,12333,0,500.731,260.671,-93.966,1.01229,86400,2,0,1919,0,1,0,0,0),(55447,11789,349,1,1,12333,0,492.267,259.671,-93.966,3.50811,86400,2,0,1919,0,1,0,0,0),(55444,11789,349,1,1,9032,0,363.882,255.568,-94.0836,3.50857,86400,2,0,1919,0,1,0,0,0),(55441,11789,349,1,1,13211,0,369.572,259.807,-93.966,5.8294,86400,2,0,1919,0,1,0,0,0),(55439,2914,349,1,1,2957,0,422.167,266.835,-112.892,3.97935,86400,3,0,8,0,1,0,0,0),(55440,2914,349,1,1,6303,0,392.931,265.509,-93.966,2.96706,86400,10,0,8,0,1,0,0,0),(55436,11789,349,1,1,13211,0,452.308,222.889,-94.0469,5.21707,86400,2,0,1919,0,1,0,0,0),(55434,11789,349,1,1,9032,0,445.937,230.974,-94.0469,1.77473,86400,2,0,1919,0,1,0,0,0),(55433,11789,349,1,1,13211,0,418.653,257.884,-112.963,5.07891,86400,2,0,1919,0,1,0,0,0),(55430,11789,349,1,1,13211,0,412.098,251.997,-112.809,0.017453,86400,2,0,1919,0,1,0,0,0),(55429,11789,349,1,1,13212,0,422.958,252.043,-112.809,0.226893,86400,2,0,1919,0,1,0,0,0),(55428,11789,349,1,1,12333,0,373.973,254.617,-93.966,0.680678,86400,2,0,1919,0,1,0,0,0),(55427,11789,349,1,1,13211,0,444.826,222.771,-93.9635,4.17134,86400,2,0,1919,0,1,0,0,0),(55426,2914,349,1,1,1206,0,469.942,195.011,-93.9649,5.44543,86400,10,0,8,0,1,0,0,0),(18635,4415,1,1,1,11348,0,-4371.57,-3714.28,54.8037,1.47031,360,3,0,1751,0,1,0,0,0),(18634,4393,1,1,1,11137,0,-3786.16,-3606.66,37.4825,5.53268,360,10,0,1751,0,1,0,0,0),(18633,4128,1,1,1,2712,0,-3736.16,-2454.39,94.4798,5.32987,360,5,0,573,0,1,0,0,0),(18632,4347,1,1,1,2707,0,-3541.37,-3189.01,42.361,5.82827,360,5,0,1536,0,1,0,0,0),(18631,1420,1,1,1,901,0,-3648.87,-3196.51,32.5982,0.208502,360,10,0,8,0,1,0,0,0),(18630,6145,1,1,1,4878,0,-3310.62,-3506.02,-7.12443,5.3031,360,5,0,8,0,1,0,0,0),(18629,1420,1,1,1,901,0,-3452.59,-3315.36,31.4079,1.65491,360,10,0,8,0,1,0,0,0),(18628,1420,1,1,1,901,0,-4320.87,-3183.3,40.3654,4.72342,360,10,0,8,0,1,0,0,0),(13359,7347,129,1,1,0,0,2567.77,1061.9,53.6076,1.63284,86400,0,0,3831,0,0,0,0,0),(7652,2894,0,1,1,721,1,-7004.76,-3346.22,241.792,4.89741,300,0,0,1471,1283,0,0,0,0),(7639,2729,0,1,1,1164,0,-6818.67,-2713.3,242.542,1.31494,300,10,0,1678,0,1,0,0,0),(7638,2893,0,1,1,1194,1,-7002.62,-3327.03,242.329,1.81561,300,5,0,1678,0,1,0,0,0),(7632,2729,0,1,1,1164,0,-6981.21,-2400.35,241.539,1.63139,300,5,0,1678,0,1,0,0,0),(7623,2893,0,1,1,1194,1,-7018.29,-3380.5,241.792,1.07365,300,10,0,1678,0,1,0,0,0),(7622,2729,0,1,1,1164,0,-7019,-2430.47,241.692,2.6283,300,5,0,1678,0,1,0,0,0),(7621,2893,0,1,1,1194,1,-6983.44,-3384.18,241.792,0.17297,300,10,0,1678,0,1,0,0,0),(7620,2727,0,1,1,161,0,-6485.95,-3244.75,243.2,0.084178,300,5,0,1403,0,1,0,0,0),(7618,2729,0,1,1,1164,0,-6860.94,-2683.85,244.163,3.30722,300,10,0,1678,0,1,0,0,0),(7616,2729,0,1,1,1164,0,-6678.88,-2781.99,241.786,4.73049,300,10,0,1678,0,1,0,0,0),(55425,11789,349,1,1,13212,0,426.496,174.369,-113.223,0.610865,86400,2,0,1919,0,1,0,0,0),(55424,11789,349,1,1,12333,0,435.835,182.061,-113.089,0.296706,86400,2,0,1919,0,1,0,0,0),(55390,11789,349,1,1,9032,0,434.627,176.451,-113.249,2.96706,86400,2,0,1919,0,1,0,0,0),(55389,11789,349,1,1,13212,0,432.291,187.774,-112.809,5.70723,86400,2,0,1919,0,1,0,0,0),(55388,11789,349,1,1,12333,0,426.42,186.571,-112.809,0.977384,86400,2,0,1919,0,1,0,0,0),(55387,2914,349,1,1,2958,0,351.17,204.094,-102.046,5.23599,86400,2,0,8,0,1,0,0,0),(7615,2729,0,1,1,1164,0,-6832.31,-2599.42,241.255,5.71361,300,10,0,1678,0,1,0,0,0),(55386,11789,349,1,1,9032,0,349.12,214.304,-101.919,2.48562,86400,2,0,1919,0,1,0,0,0),(55385,11789,349,1,1,12333,0,355.294,205.216,-102.213,3.69712,86400,2,0,1919,0,1,0,0,0),(55384,11789,349,1,1,13211,0,350.767,203.962,-102.122,5.78446,86400,2,0,1919,0,1,0,0,0),(55383,11789,349,1,1,13212,0,343.455,209.268,-101.919,2.7843,86400,2,0,1919,0,1,0,0,0),(55382,11789,349,1,1,13211,0,349.449,199.305,-101.852,1.23918,86400,5,0,1919,0,1,0,0,0),(55381,11789,349,1,1,12333,0,358.876,198.009,-103.59,0.802851,86400,2,0,1919,0,1,0,0,0),(55380,13321,349,1,1,6295,0,364.391,146.031,-131.676,4.69494,86400,5,0,42,0,1,0,0,0),(55379,13321,349,1,1,901,0,269.573,-0.751709,-130.927,5.21853,86400,5,0,42,0,1,0,0,0),(55378,13321,349,1,1,901,0,323.719,135.497,-131.666,5.61996,86400,5,0,42,0,1,0,0,0),(55377,12207,349,1,1,6737,0,309.63,97.8969,-131.752,4.24793,86400,3,0,10554,0,1,0,0,0),(55376,12207,349,1,1,6737,0,277.117,41.9898,-131.01,2.1298,86400,3,0,10554,0,1,0,0,0),(7614,2830,0,1,1,1105,0,-6650.07,-3484.77,258.771,1.16804,300,5,0,1536,0,1,0,0,0),(55351,13321,349,1,1,1924,0,298.616,68.2607,-130.93,4.31096,86400,5,0,42,0,1,0,0,0),(55350,13321,349,1,1,6297,0,275.079,56.3079,-130.927,4.29351,86400,5,0,42,0,1,0,0,0),(55349,13321,349,1,1,6295,0,300.666,-22.7737,-130.927,0.715585,86400,5,0,42,0,1,0,0,0),(55348,12206,349,1,1,12309,0,-0.296263,-119.216,-123.903,5.23599,86400,0,0,11940,0,0,0,0,0),(55347,12206,349,1,1,12309,0,56.0879,-208.406,-109.62,5.32325,86400,0,0,11940,0,0,0,0,0),(7613,2893,0,1,1,1194,1,-6985.61,-3348.09,241.792,1.86649,300,10,0,1678,0,1,0,0,0),(22588,5427,1,1,1,2609,0,-8583.41,-2363.56,32.5914,1.51977,300,25,0,2488,0,1,0,0,0),(22587,5427,1,1,1,2609,0,-9385.93,-3285.97,26.9608,3.73575,300,3,0,2488,0,1,0,0,0),(18627,1420,1,1,1,901,0,-4227.44,-3261.34,32.4498,1.38309,360,10,0,8,0,1,0,0,0),(18626,4370,1,1,1,11266,1,-2543.45,-4935.44,35.0412,3.65439,1200,0,0,7326,4868,0,0,0,0),(18625,4368,1,1,1,11258,1,-2693.23,-5028.66,21.3294,0.925025,1200,0,0,9156,0,0,0,0,0),(55345,12206,349,1,1,12309,0,17.4328,-114.711,-123.872,4.69494,86400,0,0,11940,0,0,0,0,0),(18624,4368,1,1,1,11258,1,-2699.27,-5036.73,22.8421,0.226625,1200,0,0,9156,0,0,0,0,0),(18623,4374,1,1,1,2423,0,-2676.53,-4685.54,-7.80317,2.23628,1200,10,0,8883,0,1,0,0,0),(18622,4414,1,1,1,2542,0,-3215.17,-3649.05,43.9613,4.08407,360,0,0,1469,0,0,0,0,0),(18621,4414,1,1,1,2542,0,-3103.18,-3603.2,65.2604,0.086061,360,10,0,1469,0,1,0,0,0),(18620,4414,1,1,1,2542,0,-2568.83,-3653.23,51.0706,0.03025,360,10,0,1469,0,1,0,0,0),(18619,4343,1,1,1,814,0,-3610,-2800.08,28.9362,1.59506,360,10,0,1536,0,1,0,0,0),(18618,15591,1,1,1,15560,0,-2658.89,-5057.21,23.0051,0.979123,1200,0,0,24416,0,0,0,0,0),(18617,15591,1,1,1,15558,0,-2652.23,-5047.31,23.0175,0.979193,1200,0,0,24416,0,0,0,0,0),(18616,15591,1,1,1,15559,0,-2635.61,-5050.42,33.827,4.20624,1200,0,0,24416,0,0,0,0,0),(18615,15591,1,1,1,15560,0,-2630.13,-5037.75,22.9544,1.50098,1200,0,0,24416,0,0,0,0,0),(18614,15552,1,1,1,15557,1,-2632.94,-5062.04,34.5277,2.60054,1200,0,0,326480,492480,0,0,0,0),(22586,5427,1,1,1,2609,0,-9041.5,-2422.84,11.2715,5.77761,300,25,0,2488,0,1,0,0,0),(22585,5427,1,1,1,2609,0,-9123.82,-3466.38,16.5491,1.10715,300,25,0,2488,0,1,0,0,0),(22584,5427,1,1,1,2609,0,-8449.68,-2379.37,32.9047,1.35234,300,25,0,2488,0,1,0,0,0),(18613,15591,1,1,1,15558,0,-2684.26,-5038.07,21.8013,0.15708,1200,0,0,24416,0,0,0,0,0),(18612,15553,1,1,1,8011,0,-2681.24,-5038.31,21.8019,1.78024,360,0,0,3052,0,0,0,0,0),(18611,15591,1,1,1,15559,0,-2632.54,-5040.4,33.827,5.34071,1200,0,0,24416,0,0,0,0,0),(18610,15591,1,1,1,15560,0,-2632.83,-5052.68,25.6692,3.87463,1200,0,0,24416,0,0,0,0,0),(18609,24025,1,1,1,17188,0,-3802.11,-4670.21,9.05096,0.139626,360,0,0,737,2175,0,0,0,0),(1150,691,0,1,1,5561,0,-12154.6,919.183,1.59567,0.993224,300,5,0,1469,0,1,0,0,0),(1149,691,0,1,1,5561,0,-12185.7,919.497,1.35216,0.863703,300,5,0,1469,0,1,0,0,0),(1148,595,0,1,1,4574,1,-11590,620.125,50.4508,0.859254,300,0,0,1279,0,0,0,0,0),(1147,780,0,1,1,4616,1,-12821.9,-751.606,77.152,5.39812,300,5,0,1357,1236,1,0,0,0),(1146,691,0,1,1,5561,0,-12152.4,880.064,15.0745,4.38415,300,0,0,1469,0,0,0,0,0),(1145,701,0,1,1,4577,1,-11595.6,579.611,50.4611,2.31254,300,0,0,1064,1007,0,0,0,0),(1144,1713,0,1,1,11452,0,-13582.7,-90.0978,40.393,4.18663,300,10,0,1981,0,1,0,0,0),(1143,701,0,1,1,4577,1,-11576.6,596.694,50.3361,5.78013,300,0,0,1064,1007,0,0,0,0),(1142,1713,0,1,1,11452,0,-13536.9,-40.1977,38.9878,0.052968,300,10,0,1981,0,1,0,0,0),(1141,691,0,1,1,5561,0,-12176.1,884.02,9.31219,5.06967,300,5,0,1469,0,1,0,0,0),(7612,2729,0,1,1,1164,0,-6854.17,-2645.83,241.744,2.50567,300,10,0,1678,0,1,0,0,0),(33820,18982,269,3,1,0,0,-1823.8,7160.44,21.3318,4.64557,86400,3,0,9489,0,1,0,0,0),(33821,4960,0,1,1,0,1,-8507,328.347,120.885,2.468,310,0,0,1163,0,0,0,0,0),(33822,20075,269,3,1,0,0,-1812.79,7105.69,17.5581,4.90474,86400,3,0,9489,0,1,0,0,0),(7610,2893,0,1,1,1194,1,-7044,-3384.62,243.167,5.6694,300,10,0,1678,0,1,0,0,0),(18608,24025,1,1,1,17188,0,-3809.38,-4678.87,9.13407,3.76991,360,0,0,737,2175,0,0,0,0),(18607,23907,1,1,1,11686,0,-3844.28,-4633.7,9.3468,0.977384,360,0,0,1524,0,0,0,0,0),(33830,18983,269,3,1,0,0,-1854.2,7183.95,23.3689,2.53677,86400,3,0,9489,0,1,0,0,0),(7609,2727,0,1,1,161,0,-6521.13,-3347.13,256.069,0.039043,300,5,0,1403,0,1,0,0,0),(18606,24025,1,1,1,17188,0,-3902.36,-4629.96,9.83544,1.95477,360,0,0,737,2175,0,0,0,0),(33834,20075,269,3,1,0,0,-1872.08,7127.14,18.0382,4.26465,86400,3,0,9489,0,1,0,0,0),(55343,13321,349,1,1,901,0,331.647,49.3762,-130.917,1.37881,86400,5,0,42,0,1,0,0,0),(18605,24025,1,1,1,17188,0,-3890.56,-4620.39,9.63953,6.10865,360,0,0,737,2175,0,0,0,0),(18604,23600,1,1,1,21637,0,-4043.43,-3395.4,38.2663,3.87463,360,0,0,1093,1142,2,0,0,0),(18603,23601,1,1,1,21638,0,-4036.64,-3392.86,39.0799,1.64061,360,0,0,1135,1186,0,0,0,0),(18602,23589,1,1,1,21648,1,-3011.85,-4383.31,10.7463,1.02937,180,5,0,1469,0,1,0,0,0),(18601,23570,1,1,1,21625,0,-4587.82,-3155.6,34.9767,5.61996,360,0,0,1524,0,0,0,0,0),(18600,23571,1,1,1,21626,0,-4603.66,-3210.94,35.0084,1.39626,360,0,0,1459,0,0,0,0,0),(18599,23995,1,1,1,7049,1,-4629.94,-3176.12,41.2235,6.26344,360,0,0,1180,1236,0,0,0,0),(18598,23579,1,1,1,21967,0,-4622.45,-3172.48,34.8962,6.26573,360,0,0,1585,0,0,0,0,0),(18597,23573,1,1,1,21629,1,-4591.4,-3165.59,34.3687,0.174533,360,0,0,1585,0,0,0,0,0),(18596,23572,1,1,1,21627,0,-4585.8,-3197.33,35.1265,1.8675,360,0,0,1459,0,0,0,0,0),(18595,23569,1,1,1,21624,0,-2629.72,-4321.5,-1.99871,2.3911,360,0,0,1093,1142,0,0,0,0),(18594,23567,1,1,1,21622,0,-3701.74,-2538.78,69.3945,0.907571,360,0,0,1524,0,0,0,0,0),(18593,23566,1,1,1,21621,1,-3819.74,-4562.35,9.14216,2.40855,360,0,0,1395,0,0,0,0,0),(18592,23892,1,1,1,21887,0,-3680.21,-4760.72,1.38761,3.08923,360,0,0,1009,1067,0,0,0,0),(18591,23868,1,1,1,17188,0,-2967.03,-3872.18,35.6203,4.85202,360,0,0,40,120,0,0,0,0),(18590,23869,1,1,1,17188,0,-2984.98,-3853.72,45.7142,3.40339,360,0,0,40,120,0,0,0,0),(18589,23835,1,1,1,4670,1,-3839.59,-4562.36,8.63999,3.89208,360,0,0,4906,0,2,0,0,0),(18588,23832,1,1,1,21888,0,-3976.56,-3706.15,43.3232,1.01229,360,0,0,40,120,0,0,0,0),(18587,23832,1,1,1,21888,0,-3996.66,-3795.71,39.3904,3.26377,360,0,0,40,120,0,0,0,0),(18586,23832,1,1,1,21888,0,-4085.02,-3682.67,44.4737,5.28835,360,0,0,40,120,0,0,0,0),(18585,23832,1,1,1,21888,0,-3851.92,-3758.11,36.0253,2.05949,360,0,0,40,120,0,0,0,0),(18584,23832,1,1,1,21888,0,-4096.34,-3762.03,39.8636,2.42601,360,0,0,40,120,0,0,0,0),(18583,23832,1,1,1,21888,0,-3970.52,-3595.41,36.7113,2.11185,360,0,0,40,120,0,0,0,0),(18582,23832,1,1,1,21888,0,-4061.5,-3628.16,46.1346,3.28122,360,0,0,40,120,0,0,0,0),(18580,23797,1,1,1,12229,0,-4025.4,-3787.59,42.2447,1.98968,360,0,0,1585,0,0,0,0,0),(18579,23753,1,1,1,17188,0,-3700.91,-3470.21,37.5102,3.80482,360,0,0,41,60,0,0,0,0),(18578,23752,1,1,1,17188,0,-3662.1,-3455.62,37.294,5.23599,360,0,0,41,60,0,0,0,0),(18577,23751,1,1,1,17188,0,-3640.92,-3421.74,37.4134,3.24631,360,0,0,41,60,0,0,0,0),(18576,23727,1,1,1,17188,0,-2445.71,-3153.67,37.4224,5.28835,360,0,0,40,120,0,0,0,0),(18575,23704,1,1,1,2585,1,-3823.41,-4509.73,11.0375,5.32325,360,0,0,3678,3849,0,0,0,0),(18574,23969,1,1,1,6377,0,-2675.83,-5008.19,42.5365,2.72325,360,0,0,3331,0,0,0,0,0),(17427,23969,1,1,1,6377,0,-2814.8,-4888.36,113.63,0.767575,360,0,0,3331,0,0,0,0,0),(17284,23969,1,1,1,6377,0,-2727.09,-4987.36,129.289,2.90988,360,0,0,3331,0,0,0,0,0),(15318,23969,1,1,1,6377,0,-2767.78,-4755.88,51.1353,1.79542,360,0,0,3331,0,0,0,0,0),(12813,23969,1,1,1,6377,0,-2591.74,-4873.2,115.305,0.656329,360,0,0,3331,0,0,0,0,0),(12603,23942,1,1,1,5907,0,-4055.01,-3362.43,32.9009,2.3911,360,0,0,1395,0,0,0,0,0),(12600,23636,1,1,1,21699,1,-4593.27,-3182.86,34.9551,0.78534,360,3,0,5228,0,1,0,0,0),(10496,23636,1,1,1,21699,1,-4600.32,-3147.98,34.9502,2.87677,360,3,0,5228,0,1,0,0,0),(8510,23636,1,1,1,21700,1,-4620.01,-3147.89,34.9545,0.959931,360,0,0,5228,0,0,0,0,0),(8509,23636,1,1,1,21700,1,-4571.67,-3189.96,34.9696,4.7339,360,5,0,5228,0,1,0,0,0),(33918,20075,269,3,1,0,0,-1877.39,7204.14,17.4783,2.61531,86400,3,0,9489,0,1,0,0,0),(33919,4982,0,1,1,0,0,-8511,860.464,109.839,3.799,180,0,0,42,0,2,0,0,0),(1140,701,0,1,1,4577,1,-11582.1,622.063,50.4508,0.268071,300,0,0,1064,1007,0,0,0,0),(1139,701,0,1,1,4577,1,-11564.2,617.736,50.3787,5.64958,300,0,0,1064,1007,0,0,0,0),(1138,667,0,1,1,4632,1,-12831.7,-745.379,75.5902,0.558505,300,5,0,1678,0,1,0,0,0),(1137,595,0,1,1,4574,1,-11570.7,622.5,50.4508,1.44805,300,0,0,1279,0,0,0,0,0),(8508,23636,1,1,1,21698,1,-4582.54,-3212.35,35.016,6.27343,360,5,0,5228,0,1,0,0,0),(8507,23636,1,1,1,21700,1,-4615.1,-3210.42,35.0105,3.4383,360,0,0,5228,0,0,0,0,0),(27379,3640,43,1,1,0,0,-39.5612,400.958,-59.6654,4.50625,86400,5,0,1158,0,1,0,0,0),(27378,5755,43,1,1,0,0,-34.0201,411.064,-60.2015,2.86454,86400,5,0,1122,0,1,0,0,0),(27377,2914,43,1,1,0,0,-26.4563,405.076,-59.8284,0.755553,86400,10,0,8,0,1,0,0,0),(27376,3840,43,1,1,0,1,-127.469,410.479,-72.6419,1.0821,86400,0,0,1212,912,0,0,0,0),(27375,5048,43,1,1,0,0,-123.674,412.583,-72.7478,1.51045,86400,2,0,1251,0,1,0,0,0),(27374,5053,43,1,1,0,0,-74.6743,413.063,-107.109,4.32351,86400,5,0,417,0,1,0,0,0),(27373,2914,43,1,1,0,0,-75.3009,415.708,-106.893,1.13545,86400,10,0,8,0,1,0,0,0),(27372,5755,43,1,1,0,0,-48.7853,377,-59.784,5.42797,86400,1,0,1122,0,1,0,0,0),(27371,3840,43,1,1,0,1,-41.1355,371.373,-59.8345,3.03687,86400,0,0,1212,912,0,0,0,0),(33943,20075,269,3,1,0,0,-1849.3,7218.69,17.7501,1.69247,86400,3,0,9489,0,1,0,0,0),(15466,2349,0,1,1,6808,0,-285.62,-1156.22,53.6537,6.20492,300,10,0,664,0,1,0,0,0),(27370,3835,43,1,1,0,0,-67.8197,364.356,-106.187,5.09989,86400,5,0,8,0,1,0,0,0),(27369,3840,43,1,1,0,1,-49.5054,371.389,-59.7145,0.296706,86400,0,0,1212,912,0,0,0,0),(27368,3653,43,1,1,0,0,-64.4082,319.084,-106.699,5.7292,86400,0,1,1452,0,2,0,0,0),(27367,3637,43,1,1,0,0,2.71343,312.168,-88.8564,3.36618,86400,5,0,1251,0,1,0,0,0),(27366,3671,43,1,1,0,1,15.3449,297.176,-87.7016,2.80998,86400,0,0,2165,490,0,0,0,0),(27365,5053,43,1,1,0,0,-52.2503,309.452,-106.412,5.75272,86400,5,0,417,0,1,0,0,0),(27364,3637,43,1,1,0,0,-10.0511,307.838,-88.5052,4.89372,86400,5,0,1251,0,1,0,0,0),(27363,3640,43,1,1,0,0,60.6739,207.589,-91.6738,3.09598,86400,5,0,1158,0,1,0,0,0),(27362,3636,43,1,1,0,0,57.4801,203.98,-90.922,5.27869,86400,2,0,1251,0,1,0,0,0),(27361,3637,43,1,1,0,0,30.4972,269.419,-87.2177,4.01378,86400,2,0,1251,0,1,0,0,0),(27360,3637,43,1,1,0,0,11.5657,290.13,-87.2999,4.70584,86400,3,0,1251,0,1,0,0,0),(27359,3637,43,1,1,0,0,24.2294,282.763,-87.8932,5.8003,86400,3,0,1251,0,1,0,0,0),(22583,5427,1,1,1,2609,0,-8151.04,-3314.15,23.231,0.017364,300,10,0,2488,0,1,0,0,0),(27358,2914,43,1,1,0,0,-3.19711,295.743,-85.7169,4.57491,86400,10,0,8,0,1,0,0,0),(27357,3840,43,1,1,0,1,47.5856,211.85,-88.3816,1.30859,86400,2,0,1212,912,1,0,0,0),(27356,3636,43,1,1,0,0,42.1877,182.964,-88.6387,0.317187,86400,5,0,1251,0,1,0,0,0),(27355,3637,43,1,1,0,0,41.8001,240.641,-88.0936,5.04816,86400,5,0,1251,0,1,0,0,0),(27354,3636,43,1,1,0,0,33.257,172.424,-87.8203,3.40927,86400,5,0,1251,0,1,0,0,0),(27353,3637,43,1,1,0,0,46.9926,230.126,-88.1589,2.45396,86400,5,0,1251,0,1,0,0,0),(27350,3840,43,1,1,0,1,43.24,183.35,-88.6997,5.55015,86400,0,0,1212,912,0,0,0,0),(27349,3640,43,1,1,0,0,10.4424,198.408,-84.13,1.50382,86400,5,0,1158,0,1,0,0,0),(27348,3840,43,1,1,0,1,9.77415,204.219,-84.1178,4.66731,86400,0,0,1212,912,0,0,0,0),(27347,2914,43,1,1,0,0,20.6008,199.346,-85.7522,1.37417,86400,10,0,8,0,1,0,0,0),(27346,3636,43,1,1,0,0,12.3886,212.464,-84.301,5.54391,86400,5,0,1251,0,1,0,0,0),(26259,3637,43,1,1,0,0,12.7715,160.489,-87.9237,5.90303,86400,5,0,1251,0,1,0,0,0),(26258,5053,43,1,1,0,0,-11.8997,158.706,-106.162,1.22841,86400,5,0,417,0,1,0,0,0),(26257,5053,43,1,1,0,0,-39.1155,113.401,-106.162,0.897454,86400,5,0,417,0,1,0,0,0),(26256,3637,43,1,1,0,0,11.754,224.16,-84.0361,0.872665,86400,3,0,1251,0,1,0,0,0),(26254,5053,43,1,1,0,0,-6.12651,214.864,-106.162,3.80331,86400,5,0,417,0,1,0,0,0),(26253,3835,43,1,1,0,0,-17.2637,252.039,-105.43,1.7754,86400,5,0,8,0,1,0,0,0),(26252,3840,43,1,1,0,1,-55.2565,274.696,-92.7608,4.69494,86400,0,0,1212,912,0,0,0,0),(26239,3840,43,1,1,0,1,-50.9113,263.772,-92.8438,3.40905,86400,0,1,1212,912,2,0,0,0),(26238,2914,43,1,1,0,0,-41.2492,267.135,-92.588,0.660778,86400,10,0,8,0,1,0,0,0),(26230,3636,43,1,1,0,0,-47.7481,254.798,-92.8443,5.53629,86400,5,0,1251,0,1,0,0,0),(26229,3640,43,1,1,0,0,-34.6464,211.374,-96.0663,4.57712,86400,0,1,1158,0,2,0,0,0),(26228,3640,43,1,1,0,0,-20.5522,172.007,-104.511,4.47048,86400,0,1,1158,0,2,0,0,0),(26227,3636,43,1,1,0,0,-35.0195,209.613,-96.3626,5.83298,86400,5,0,1251,0,1,0,0,0),(26226,2914,43,1,1,0,0,-101.905,232.8,-91.5832,5.5821,86400,10,0,8,0,1,0,0,0),(8506,23636,1,1,1,21699,1,-4639.08,-3196.73,34.5795,2.98451,360,0,0,5228,0,0,0,0,0),(8505,23612,1,1,1,1233,0,-4568.4,-3223.19,34.9894,5.35816,1200,0,0,10572,0,0,0,0,0),(8504,23636,1,1,1,21699,1,-4566.53,-3175.29,33.9932,0.087266,360,0,0,5228,0,0,0,0,0),(8503,23636,1,1,1,21698,1,-4567.41,-3169.9,34.0801,6.0912,360,0,0,5228,0,0,0,0,0),(8502,23687,1,1,1,6377,0,-4772.36,-3628.78,100.877,5.55017,1200,20,0,8255,0,1,0,0,0),(8501,23687,1,1,1,6377,0,-4806.09,-3200.26,83.6215,6.23175,1200,20,0,8255,0,1,0,0,0),(8500,23687,1,1,1,6377,0,-4679.55,-3416.15,95.2827,2.32195,1200,20,0,8255,0,1,0,0,0),(8499,24005,1,1,1,308,1,-3754.09,-4314.94,10.0528,2.63545,360,0,0,955,0,0,0,0,0),(8498,24005,1,1,1,308,1,-3757.23,-4320.67,10.0528,3.19395,360,0,0,955,0,0,0,0,0),(8497,24005,1,1,1,308,1,-3741.88,-4316.55,10.0528,1.8326,360,0,0,955,0,0,0,0,0),(8496,24005,1,1,1,308,1,-3744.03,-4325.68,10.0528,4.99164,360,0,0,955,0,0,0,0,0),(8495,24006,1,1,1,21256,1,-3750.12,-4347.06,11.4103,4.68584,360,0,0,1220,0,0,0,0,0),(8494,24005,1,1,1,308,1,-3716.18,-4306.85,11.2244,1.51844,360,0,0,955,0,0,0,0,0),(8493,24005,1,1,1,308,1,-3753.2,-4343.2,11.4955,3.24631,360,0,0,955,0,0,0,0,0),(34021,20075,269,3,1,0,0,-1878.97,7244.55,20.4321,2.41896,86400,3,0,9489,0,1,0,0,0),(34022,20075,269,3,1,0,0,-1848.43,7251.69,17.6956,0.585059,86400,3,0,9489,0,1,0,0,0),(34023,15608,269,3,1,0,1,-2023.59,7121.72,22.6638,3.07084,86400,0,0,6064000,0,0,0,0,0),(135697,16525,532,1,1,16241,0,-11315.1,-1756.61,179.734,4.68559,604800,0,0,30160,0,2,0,0,0),(55414,22991,530,1,1,0,0,-3955.86,3222.16,347.503,0.244346,180,0,0,4120,0,0,0,0,0),(34062,20075,269,3,1,0,0,-2032.35,7184.97,18.4028,0.304036,86400,3,0,9489,0,1,0,0,0),(34063,20075,269,3,1,0,0,-2053.7,7180.43,19.4571,2.16936,86400,3,0,9489,0,1,0,0,0),(34064,18983,269,3,1,0,0,-2030.94,7207.3,23.8688,1.55675,86400,3,0,9489,0,1,0,0,0),(34065,20075,269,3,1,0,0,-1991.77,7215.14,19.1637,4.65907,86400,3,0,9489,0,1,0,0,0),(34066,20075,269,3,1,0,0,-1947.88,7225.71,18.4147,0.170516,86400,3,0,9489,0,1,0,0,0),(34067,18983,269,3,1,0,0,-1941.26,7203.72,22.1311,5.00464,86400,3,0,9489,0,1,0,0,0),(34068,18982,269,3,1,0,0,-1927.26,7157.17,22.1742,5.00464,86400,3,0,9489,0,1,0,0,0),(34069,18983,269,3,1,0,0,-1916.89,7180.39,22.2512,1.14834,86400,3,0,9489,0,1,0,0,0),(34070,20075,269,3,1,0,0,-1993.33,7240.05,19.594,2.63667,86400,3,0,9489,0,1,0,0,0),(34071,20075,269,3,1,0,0,-2023.38,7265.83,17.4781,2.43247,86400,3,0,9489,0,1,0,0,0),(34072,20075,269,3,1,0,0,-2023.42,7293.83,17.688,1.56853,86400,3,0,9489,0,1,0,0,0),(34073,20075,269,3,1,0,0,-2023.63,7362.99,19.0751,1.54497,86400,3,0,9489,0,1,0,0,0),(34074,20075,269,3,1,0,0,-2020.2,7328.87,17.4719,4.60802,86400,3,0,9489,0,1,0,0,0),(34075,18983,269,3,1,0,0,-1968.89,7365.63,19.5852,5.9589,86400,3,0,9489,0,1,0,0,0),(34076,20075,269,3,1,0,0,-1950.86,7380.63,18.282,0.700663,86400,3,0,9489,0,1,0,0,0),(34077,20075,269,3,1,0,0,-1958.57,7405.44,21.2692,1.87876,86400,3,0,9489,0,1,0,0,0),(34078,18983,269,3,1,0,0,-1930.27,7404.04,23.5668,6.23379,86400,3,0,9489,0,1,0,0,0),(34079,18983,269,3,1,0,0,-1887.6,7407.28,22.2088,0.0762717,86400,3,0,9489,0,1,0,0,0),(34080,20075,269,3,1,0,0,-1873.58,7370.45,17.6278,4.27815,86400,3,0,9489,0,1,0,0,0),(34081,20075,269,3,1,0,0,-1864.53,7389.33,17.3442,4.10144,86400,3,0,9489,0,1,0,0,0),(34082,20075,269,3,1,0,0,-1860.83,7334.92,17.4773,5.6094,86400,3,0,9489,0,1,0,0,0),(34083,20075,269,3,1,0,0,-1832.79,7312.25,17.6608,5.38164,86400,3,0,9489,0,1,0,0,0),(34084,20075,269,3,1,0,0,-1826.1,7261.5,17.6257,4.84364,86400,3,0,9489,0,1,0,0,0),(34085,20075,269,3,1,0,0,-1791.79,7245.76,17.4774,5.85288,86400,3,0,9489,0,1,0,0,0),(34086,18983,269,3,1,0,0,-1788.14,7276.82,24.2347,1.36826,86400,3,0,9489,0,1,0,0,0),(34087,18983,269,3,1,0,0,-1808.11,7319.74,22.7314,1.9573,86400,3,0,9489,0,1,0,0,0),(34088,18982,269,3,1,0,0,-1795.99,7340.09,24.3522,1.03446,86400,3,0,9489,0,1,0,0,0),(34089,18983,269,3,1,0,0,-1785.31,7356.4,22.7278,0.991264,86400,3,0,9489,0,1,0,0,0),(34090,20075,269,3,1,0,0,-1765.38,7371.54,16.9762,0.649616,86400,3,0,9489,0,1,0,0,0),(34091,18983,269,3,1,0,0,-1740.88,7393.78,23.2881,0.739937,86400,3,0,9489,0,1,0,0,0),(34092,18982,269,3,1,0,0,-1757,7425.21,22.9924,1.9573,86400,3,0,9489,0,1,0,0,0),(34093,18983,269,3,1,0,0,-1784,7414.66,23.1332,3.58701,86400,3,0,9489,0,1,0,0,0),(34094,20075,269,3,1,0,0,-1738.91,7348.74,18.3425,4.73369,86400,3,0,9489,0,1,0,0,0),(34095,20075,269,3,1,0,0,-1745.14,7297.77,17.3804,4.99287,86400,3,0,9489,0,1,0,0,0),(8492,15384,1,1,1,11686,0,-3995.57,-4735.74,7.16088,0.069813,360,0,0,4120,0,0,0,0,0),(8491,4941,1,1,1,2950,1,-3798.24,-4374.62,16.8658,1.85005,360,0,0,1342,0,0,0,0,0),(8490,4926,1,1,1,2972,1,-3149.24,-2887.01,34.1953,6.13627,360,0,0,1753,0,0,0,0,0),(8489,4952,1,1,1,3019,0,-3693.99,-4510.12,11.7406,0,360,0,0,1,0,0,0,0,0),(15465,2350,0,1,1,1989,0,-478.186,-1229.83,54.4965,1.45487,300,5,0,494,0,1,0,0,0),(15464,2356,0,1,1,3201,0,-921.308,-1268.8,51.6933,1.67843,300,10,0,944,0,1,0,0,0),(7608,2831,0,1,1,1106,0,-7015.73,-2383,240.91,4.62438,300,10,0,1751,0,1,0,0,0),(7607,2829,0,1,1,10824,0,-6651.81,-3668.92,261.704,5.6811,300,3,0,1403,0,1,0,0,0),(7575,2893,0,1,1,1194,1,-7012.24,-3346.05,241.792,0.850432,300,10,0,1678,0,1,0,0,0),(7565,2894,0,1,1,721,1,-7023.58,-3320.27,238.076,5.28158,300,5,0,1471,1283,1,0,0,0),(7564,2729,0,1,1,1164,0,-6891.25,-2762.79,241.874,2.26233,300,10,0,1678,0,1,0,0,0),(7563,2894,0,1,1,721,1,-7047.09,-3311.21,240.576,5.22757,300,5,0,1471,1283,1,0,0,0),(22582,5427,1,1,1,2609,0,-8814.02,-2990.93,30.7626,4.79413,300,25,0,2488,0,1,0,0,0),(34119,5186,369,1,1,0,0,-109.512,1157.29,-119.711,2.16872,540,5,0,5548,0,1,0,0,0),(34120,5186,369,1,1,0,0,73.0577,1354.6,-119.485,4.69576,540,5,0,5548,0,1,0,0,0),(34121,5186,369,1,1,0,0,92.8132,1057.44,-122.674,1.42365,540,5,0,5548,0,1,0,0,0),(34122,5186,369,1,1,0,0,-148.53,1268.89,-123.002,1.87383,540,5,0,5548,0,1,0,0,0),(22581,5427,1,1,1,2609,0,-8221.37,-3216.28,20.7035,5.02631,300,10,0,2488,0,1,0,0,0),(15463,2349,0,1,1,6808,0,-189.609,-1167.86,52.2846,6.28123,300,10,0,664,0,1,0,0,0),(34126,18983,269,3,1,0,0,-1722.7,7279.57,23.0498,5.60155,86400,3,0,9489,0,1,0,0,0),(34127,18983,269,3,1,0,0,-1739.45,7237.65,21.3116,3.89331,86400,3,0,9489,0,1,0,0,0),(22580,5427,1,1,1,2609,0,-7916.77,-3274.11,64.0016,1.56736,300,25,0,2488,0,1,0,0,0),(22579,5427,1,1,1,2609,0,-8151.1,-3546.27,41.482,3.23513,300,25,0,2488,0,1,0,0,0),(22578,5427,1,1,1,2609,0,-8136.65,-3017.66,30.9884,6.18546,300,25,0,2488,0,1,0,0,0),(8488,4896,1,1,1,4854,1,-3843.46,-4516.15,9.845,5.63741,360,0,0,1342,0,0,0,0,0),(34137,5202,530,1,1,0,0,-2021.92,5433.73,-12.3448,0.034907,300,0,0,42,0,0,0,0,0),(34138,5202,530,1,1,0,0,-2022.32,5437.14,-12.3448,0.226893,300,0,0,42,0,0,0,0,0),(34139,5202,530,1,1,0,0,-2021.93,5430.41,-12.3448,6.02139,300,0,0,42,0,0,0,0,0),(1136,783,0,1,1,4623,1,-12996.2,-832.353,70.7177,4.74729,300,3,0,2059,0,1,0,0,0),(1135,781,0,1,1,4635,1,-12993.7,-815.52,69.9677,0.998287,300,0,0,2059,0,0,0,0,0),(1134,696,0,1,1,4622,1,-12820.4,-743.29,76.4155,2.82743,300,5,0,1678,0,1,0,0,0),(1133,691,0,1,1,5561,0,-12180.1,855.868,17.8644,2.95685,300,5,0,1469,0,1,0,0,0),(1132,701,0,1,1,4577,1,-11592.6,600.4,50.7008,4.6466,300,5,0,1064,1007,1,0,0,0),(1131,696,0,1,1,4622,1,-12785.3,-709.469,63.6127,2.64381,300,5,0,1678,0,1,0,0,0),(1130,701,0,1,1,4577,1,-11556.2,582.302,50.4572,1.66378,300,0,0,1064,1007,0,0,0,0),(1129,595,0,1,1,4574,1,-11536.5,558.413,50.4629,2.65044,300,5,0,1279,0,1,0,0,0),(1128,701,0,1,1,4577,1,-11540.2,560.394,51.3447,3.42473,300,0,0,1064,1007,0,0,0,0),(1127,1558,0,1,1,844,0,-13757,-194.707,29.1945,3.89385,300,5,0,1981,0,1,0,0,0),(1126,691,0,1,1,5561,0,-12218.3,847.128,2.63864,5.68991,300,5,0,1469,0,1,0,0,0),(1125,691,0,1,1,5561,0,-12155.3,853.595,22.2644,1.04379,300,5,0,1469,0,1,0,0,0),(1124,1114,0,1,1,845,0,-12752.1,-783.398,61.8614,5.6376,300,10,0,1804,0,1,0,0,0),(49230,14532,309,1,1,14950,0,-12346.8,-1603.02,132.26,0.90897,7200,5,0,12208,0,1,0,0,0),(49229,14532,309,1,1,14950,0,-12365.4,-1598.13,133.407,3.13818,7200,5,0,12208,0,1,0,0,0),(49228,11370,309,1,1,963,0,-12363.2,-1614.1,130.635,0.896689,7200,5,0,31440,0,1,0,0,0),(49227,14532,309,1,1,14950,0,-12375.9,-1612.16,131.442,3.07695,7200,5,0,12208,0,1,0,0,0),(49226,14532,309,1,1,14950,0,-12386.2,-1619.2,131.942,2.78714,7200,5,0,12208,0,1,0,0,0),(49225,14532,309,1,1,14950,0,-12362.8,-1627.17,130.385,6.23661,7200,5,0,12208,0,1,0,0,0),(22577,5427,1,1,1,2609,0,-9118.45,-2830.19,31.2967,4.55366,300,25,0,2488,0,1,0,0,0),(22576,5427,1,1,1,2609,0,-9196.43,-2819.19,17.8811,3.38248,300,25,0,2488,0,1,0,0,0),(22575,5427,1,1,1,2609,0,-8847.82,-2543.72,12.9281,1.0909,300,25,0,2488,0,1,0,0,0),(22574,5427,1,1,1,2609,0,-9448.2,-2545.66,10.1523,1.1384,300,25,0,2488,0,1,0,0,0),(22573,5427,1,1,1,2609,0,-9319.97,-3419.89,10.0108,3.64639,300,25,0,2488,0,1,0,0,0),(22572,5427,1,1,1,2609,0,-9395.42,-3476.35,11.6677,2.4551,300,25,0,2488,0,1,0,0,0),(22571,5427,1,1,1,2609,0,-9105.1,-2347.95,14.2671,0.24554,300,25,0,2488,0,1,0,0,0),(22570,5427,1,1,1,2609,0,-9063.06,-3618.39,23.3231,3.34243,300,25,0,2488,0,1,0,0,0),(22569,5427,1,1,1,2609,0,-8720.56,-2389.56,19.9679,0.027427,300,10,0,2488,0,1,0,0,0),(22568,5427,1,1,1,2609,0,-8680.17,-2478.39,31.6942,1.56958,300,10,0,2488,0,1,0,0,0),(22567,5427,1,1,1,2609,0,-8620.81,-2546.58,32.872,4.52991,300,10,0,2488,0,1,0,0,0),(22566,5427,1,1,1,2609,0,-8115.58,-3213.6,31.0496,5.27666,300,25,0,2488,0,1,0,0,0),(22565,5427,1,1,1,2609,0,-8053.6,-3351.79,46.9251,1.7041,300,25,0,2488,0,1,0,0,0),(22564,5427,1,1,1,2609,0,-9512.6,-2488.9,19.0571,5.50498,300,10,0,2488,0,1,0,0,0),(22562,5427,1,1,1,2609,0,-9254.63,-2299.8,10.4384,4.30468,300,25,0,2488,0,1,0,0,0),(1123,1563,0,1,1,796,1,-14834,61.073,3.92628,5.68464,300,5,0,1829,0,1,0,0,0),(1122,595,0,1,1,4574,1,-11565.3,579.795,50.7537,1.3367,300,0,0,1279,0,0,0,0,0),(22561,5427,1,1,1,2609,0,-8976.75,-2815.27,45.7972,1.32568,300,10,0,2488,0,1,0,0,0),(22560,5427,1,1,1,2609,0,-9019.5,-2814.44,42.6385,2.48508,300,10,0,2488,0,1,0,0,0),(22559,5427,1,1,1,2609,0,-7992.38,-3696.74,65.9279,1.98287,300,25,0,2488,0,1,0,0,0),(22558,5427,1,1,1,2609,0,-7911.98,-3146.73,68.9136,1.15079,300,25,0,2488,0,1,0,0,0),(22557,5427,1,1,1,2609,0,-9387.88,-3221.29,11.9083,3.52108,300,25,0,2488,0,1,0,0,0),(22556,5427,1,1,1,2609,0,-8457.16,-2131.2,18.0011,1.77739,300,25,0,2488,0,1,0,0,0),(22555,5427,1,1,1,2609,0,-8916.36,-2588.5,18.5804,1.57275,300,0,0,2488,0,0,0,0,0),(22554,5426,1,1,1,1536,0,-7683.21,-3355.87,61.3257,5.99177,300,10,0,2138,0,1,0,0,0),(22553,5426,1,1,1,1536,0,-8315.78,-4019.7,11.8929,5.82724,300,25,0,2138,0,1,0,0,0),(22552,5426,1,1,1,1536,0,-8454.63,-4085.4,16.8624,4.70262,300,25,0,2138,0,1,0,0,0),(22551,5426,1,1,1,1536,0,-8319.61,-4153.51,10.2364,4.21995,300,25,0,2138,0,1,0,0,0),(22550,5426,1,1,1,1536,0,-8249.92,-4148.6,12.1995,1.61179,300,25,0,2138,0,1,0,0,0),(22549,5426,1,1,1,1536,0,-8379.85,-4418.89,9.42951,5.72769,300,25,0,2138,0,1,0,0,0),(22548,5426,1,1,1,1536,0,-8253.03,-4215.09,8.64738,2.19221,300,25,0,2138,0,1,0,0,0),(22547,5426,1,1,1,1536,0,-8315.76,-4421.14,11.9922,5.12242,300,25,0,2138,0,1,0,0,0),(22546,5426,1,1,1,1536,0,-8144.33,-4147.77,11.4961,0.058609,300,25,0,2138,0,1,0,0,0),(22545,5426,1,1,1,1536,0,-8181.38,-4253.48,10.712,4.91285,300,25,0,2138,0,1,0,0,0),(22544,5426,1,1,1,1536,0,-8149.51,-4223.4,9.89075,4.9363,300,25,0,2138,0,1,0,0,0),(22543,5426,1,1,1,1536,0,-7914.35,-4083.05,10.8211,6.14405,300,25,0,2138,0,1,0,0,0),(22542,5426,1,1,1,1536,0,-7989.8,-4083.28,10.0639,3.84564,300,25,0,2138,0,1,0,0,0),(22541,5426,1,1,1,1536,0,-8585.6,-3548.48,12.2912,1.6827,300,25,0,2138,0,1,0,0,0),(22540,5426,1,1,1,1536,0,-8519.54,-4218.81,9.74727,4.28072,300,25,0,2138,0,1,0,0,0),(22539,5426,1,1,1,1536,0,-7621.32,-3380.45,54.625,4.07419,300,10,0,2138,0,1,0,0,0),(22538,5426,1,1,1,1536,0,-7851.33,-4419.02,9.62713,3.86667,300,25,0,2138,0,1,0,0,0),(22537,5426,1,1,1,1536,0,-8127.76,-3893.41,9.78034,3.13167,300,25,0,2138,0,1,0,0,0),(22536,5426,1,1,1,1536,0,-8286.62,-3417.98,9.1277,3.2296,300,25,0,2138,0,1,0,0,0),(22535,5426,1,1,1,1536,0,-8650.36,-4352.99,11.7824,5.27126,300,25,0,2138,0,1,0,0,0),(22534,5426,1,1,1,1536,0,-7781.4,-3150.84,71.3843,0.235114,300,10,0,2138,0,1,0,0,0),(22533,5426,1,1,1,1536,0,-7946.88,-3588.06,54.7766,3.44702,300,25,0,2138,0,1,0,0,0),(22532,5426,1,1,1,1536,0,-8344.69,-3615.28,15.5057,2.20505,300,10,0,2138,0,1,0,0,0),(22531,5426,1,1,1,1536,0,-8115.96,-3827.18,12.5149,1.7915,300,25,0,2138,0,1,0,0,0),(22530,5426,1,1,1,1536,0,-7785.8,-3374.65,51.0562,5.17167,300,25,0,2138,0,1,0,0,0),(22529,5426,1,1,1,1536,0,-8652.18,-3282.83,9.07431,3.12402,300,25,0,2138,0,1,0,0,0),(22528,5426,1,1,1,1536,0,-8517.15,-3281.17,9.26577,1.50631,300,25,0,2138,0,1,0,0,0),(22527,5426,1,1,1,1536,0,-8515.95,-3613.83,16.9107,0.798649,300,25,0,2138,0,1,0,0,0),(22526,5426,1,1,1,1536,0,-8649.84,-4215.67,18.1253,5.39268,300,10,0,2138,0,1,0,0,0),(22525,5426,1,1,1,1536,0,-7872.92,-3890.88,13.2737,3.40453,300,25,0,2138,0,1,0,0,0),(22524,5426,1,1,1,1536,0,-7796.12,-3829.31,32.2723,4.55042,300,25,0,2138,0,1,0,0,0),(22523,5426,1,1,1,1536,0,-8781.34,-3815.84,30.5478,1.01965,300,25,0,2138,0,1,0,0,0),(22522,5426,1,1,1,1536,0,-8390.76,-3761.67,12.4607,4.11881,300,25,0,2138,0,1,0,0,0),(22521,5426,1,1,1,1536,0,-8511.55,-4484.29,10.1642,6.24998,300,25,0,2138,0,1,0,0,0),(22520,5426,1,1,1,1536,0,-7518.35,-3496.61,13.6006,1.68232,300,25,0,2138,0,1,0,0,0),(22519,5426,1,1,1,1536,0,-8240.15,-3818.21,11.7973,6.04051,300,25,0,2138,0,1,0,0,0),(1121,701,0,1,1,4577,1,-11549.3,554.973,50.6924,2.14275,300,0,0,1064,1007,0,0,0,0),(1120,701,0,1,1,4577,1,-11560.2,598.279,50.3787,2.23402,300,0,0,1064,1007,0,0,0,0),(22518,5426,1,1,1,1536,0,-7982.25,-4545.61,10.2518,1.33552,300,25,0,2138,0,1,0,0,0),(22517,5426,1,1,1,1536,0,-8187.29,-3810.8,12.2017,2.79517,300,25,0,2138,0,1,0,0,0),(22516,5426,1,1,1,1536,0,-7853.11,-4284.88,9.19967,3.53688,300,25,0,2138,0,1,0,0,0),(22515,5426,1,1,1,1536,0,-8445.89,-3684.21,14.1967,6.04855,300,25,0,2138,0,1,0,0,0),(22514,5426,1,1,1,1536,0,-8662.89,-4477.6,10.0754,2.77596,300,25,0,2138,0,1,0,0,0),(22513,5426,1,1,1,1536,0,-8453.38,-4218.55,10.6979,3.94357,300,25,0,2138,0,1,0,0,0),(22512,5426,1,1,1,1536,0,-8314.71,-3365.48,10.2963,4.881,300,25,0,2138,0,1,0,0,0),(22511,5426,1,1,1,1536,0,-8648.51,-3749.25,22.0583,0.083705,300,25,0,2138,0,1,0,0,0),(22510,5426,1,1,1,1536,0,-7780,-3280.14,69.135,4.97694,300,10,0,2138,0,1,0,0,0),(22509,5426,1,1,1,1536,0,-7720.54,-3311.62,70.0991,1.09159,300,10,0,2138,0,1,0,0,0),(22508,5426,1,1,1,1536,0,-7681.96,-3322.4,71.9017,1.88476,300,10,0,2138,0,1,0,0,0),(22507,5426,1,1,1,1536,0,-8331.39,-3562.04,12.891,3.06757,300,10,0,2138,0,1,0,0,0),(22506,5426,1,1,1,1536,0,-8270.04,-3712.26,15.0448,6.03898,300,30,0,2138,0,1,0,0,0),(22505,5426,1,1,1,1536,0,-7464.1,-3356.34,13.3663,5.23638,300,25,0,2138,0,1,0,0,0),(22504,5426,1,1,1,1536,0,-8123.58,-3950.78,11.2888,4.88718,300,25,0,2138,0,1,0,0,0),(22503,5426,1,1,1,1536,0,-8111.99,-4094.98,9.9263,1.29974,300,25,0,2138,0,1,0,0,0),(22502,5426,1,1,1,1536,0,-7988,-3962.33,9.00335,3.42377,300,25,0,2138,0,1,0,0,0),(22501,5426,1,1,1,1536,0,-8475.19,-4410.68,9.8332,0.821294,300,25,0,2138,0,1,0,0,0),(22500,5426,1,1,1,1536,0,-8513.47,-3891.91,24.7658,1.99768,300,25,0,2138,0,1,0,0,0),(22499,5426,1,1,1,1536,0,-8255.71,-3667.66,12.2313,2.38657,300,25,0,2138,0,1,0,0,0),(22498,5426,1,1,1,1536,0,-8511.66,-3798.41,22.1727,1.27934,300,25,0,2138,0,1,0,0,0),(22497,5426,1,1,1,1536,0,-8381.13,-3808.1,9.78322,1.68426,300,25,0,2138,0,1,0,0,0),(22496,5426,1,1,1,1536,0,-7806.2,-4741.8,9.0122,2.95314,300,25,0,2138,0,1,0,0,0),(22495,5426,1,1,1,1536,0,-7710.44,-4149.27,9.36143,5.88407,300,10,0,2138,0,1,0,0,0),(22494,5426,1,1,1,1536,0,-8508.94,-4613.12,9.38592,0.237502,300,25,0,2138,0,1,0,0,0),(22493,5426,1,1,1,1536,0,-8244.56,-3333.88,16.6449,0.976985,300,25,0,2138,0,1,0,0,0),(22492,5426,1,1,1,1536,0,-8524.17,-4416.89,12.2463,3.11816,300,25,0,2138,0,1,0,0,0),(22490,5426,1,1,1,1536,0,-8524.24,-3481.04,8.74971,5.30201,300,25,0,2138,0,1,0,0,0),(22489,5426,1,1,1,1536,0,-7531.5,-3751,9.50176,1.31822,300,25,0,2138,0,1,0,0,0),(22488,5426,1,1,1,1536,0,-7661.1,-3076.19,31.6203,1.89316,300,25,0,2138,0,1,0,0,0),(22487,5426,1,1,1,1536,0,-7717.46,-4047.81,9.00176,4.48297,300,25,0,2138,0,1,0,0,0),(22486,5426,1,1,1,1536,0,-7584.44,-3073.95,21.8828,4.64985,300,25,0,2138,0,1,0,0,0),(22485,5426,1,1,1,1536,0,-7843.68,-4550.77,9.27055,6.23821,300,25,0,2138,0,1,0,0,0),(22484,5426,1,1,1,1536,0,-7784.4,-4344.33,9.32746,1.709,300,25,0,2138,0,1,0,0,0),(22483,5426,1,1,1,1536,0,-8360.79,-3690.66,17.3437,2.58666,300,10,0,2138,0,1,0,0,0),(22482,5426,1,1,1,1536,0,-8519.12,-3689.87,19.3107,4.62589,300,25,0,2138,0,1,0,0,0),(22481,5426,1,1,1,1536,0,-7822.97,-3641.65,48.591,1.0126,300,10,0,2138,0,1,0,0,0),(22480,5426,1,1,1,1536,0,-7946.42,-3552.57,45.997,3.01327,300,10,0,2138,0,1,0,0,0),(22479,5426,1,1,1,1536,0,-8315.63,-3644.79,16.1387,1.89619,300,10,0,2138,0,1,0,0,0),(22478,5426,1,1,1,1536,0,-7513.43,-2901.81,9.2292,1.64181,300,25,0,2138,0,1,0,0,0),(22477,5426,1,1,1,1536,0,-7456.13,-2660.29,9.3666,1.77253,300,25,0,2138,0,1,0,0,0),(22476,5426,1,1,1,1536,0,-7848.31,-4347.35,11.1295,1.65761,300,25,0,2138,0,1,0,0,0),(22475,5426,1,1,1,1536,0,-8217.78,-4018.83,10.1839,3.15722,300,25,0,2138,0,1,0,0,0),(22474,5426,1,1,1,1536,0,-7790.68,-4011.64,12.6335,0.192794,300,25,0,2138,0,1,0,0,0),(22472,5426,1,1,1,1536,0,-8413.12,-3878.09,13.1556,0.919868,300,25,0,2138,0,1,0,0,0),(22471,5426,1,1,1,1536,0,-8650.64,-4409.82,12.2215,3.70935,300,25,0,2138,0,1,0,0,0),(22470,5426,1,1,1,1536,0,-8532.65,-4098.45,13.7931,4.12632,300,25,0,2138,0,1,0,0,0),(22469,5426,1,1,1,1536,0,-8563.33,-4087.58,19.2833,3.41828,300,25,0,2138,0,1,0,0,0),(22468,5426,1,1,1,1536,0,-8254.25,-3470.14,17.2799,1.92695,300,25,0,2138,0,1,0,0,0),(22467,5426,1,1,1,1536,0,-7806.73,-3186.1,73.3037,3.83226,300,10,0,2138,0,1,0,0,0),(22466,5426,1,1,1,1536,0,-8303.53,-3620.21,15.0169,0.648775,300,10,0,2138,0,1,0,0,0),(22465,5426,1,1,1,1536,0,-7696.82,-3304.14,76.4897,6.25765,300,10,0,2138,0,1,0,0,0),(22464,5426,1,1,1,1536,0,-7522.23,-3154.61,19.0991,1.34628,300,25,0,2138,0,1,0,0,0),(22463,5426,1,1,1,1536,0,-7510.83,-3005.16,9.94985,4.52956,300,25,0,2138,0,1,0,0,0),(22462,5426,1,1,1,1536,0,-7454.23,-3078.34,8.70696,1.50444,300,25,0,2138,0,1,0,0,0),(22461,5426,1,1,1,1536,0,-7577.79,-3163.96,28.9639,1.22722,300,25,0,2138,0,1,0,0,0),(22460,5426,1,1,1,1536,0,-7314.75,-3384.3,9.81281,1.25404,300,25,0,2138,0,1,0,0,0),(22459,5426,1,1,1,1536,0,-8198.91,-2819.61,23.8314,3.49245,300,25,0,2138,0,1,0,0,0),(22458,5426,1,1,1,1536,0,-7580.77,-2749.5,12.6097,4.60586,300,25,0,2138,0,1,0,0,0),(22457,5426,1,1,1,1536,0,-8119.88,-2815.55,32.8511,5.74494,300,25,0,2138,0,1,0,0,0),(22456,5426,1,1,1,1536,0,-7633.25,-2812.51,11.4256,3.04697,300,25,0,2138,0,1,0,0,0),(22455,5426,1,1,1,1536,0,-8083.38,-2949.88,41.4043,6.25333,300,25,0,2138,0,1,0,0,0),(22454,5426,1,1,1,1536,0,-7963.32,-4414.42,9.00165,6.1361,300,25,0,2138,0,1,0,0,0),(22453,5426,1,1,1,1536,0,-8503.55,-4150.17,12.7062,0.042942,300,25,0,2138,0,1,0,0,0),(22452,5426,1,1,1,1536,0,-8219.88,-3549.57,23.6339,3.08703,300,25,0,2138,0,1,0,0,0),(22450,5426,1,1,1,1536,0,-8587.22,-4268.98,12.1922,1.82344,300,25,0,2138,0,1,0,0,0),(22449,5426,1,1,1,1536,0,-8467.93,-4618.9,10.1964,3.39079,300,10,0,2138,0,1,0,0,0),(22448,5426,1,1,1,1536,0,-7982.96,-3580.26,51.6219,3.90188,300,25,0,2138,0,1,0,0,0),(22447,5426,1,1,1,1536,0,-7652.69,-3379.84,57.0586,5.13131,300,25,0,2138,0,1,0,0,0),(22446,5426,1,1,1,1536,0,-8014.61,-3464.98,51.6362,2.19287,300,10,0,2138,0,1,0,0,0),(22445,5426,1,1,1,1536,0,-8018.86,-3542.34,46.9982,1.39432,300,10,0,2138,0,1,0,0,0),(22444,5426,1,1,1,1536,0,-7678.67,-3284.22,76.3277,5.52663,300,25,0,2138,0,1,0,0,0),(22443,5426,1,1,1,1536,0,-7287.9,-3350.88,9.81616,0.139022,300,25,0,2138,0,1,0,0,0),(22442,5426,1,1,1,1536,0,-7914.9,-2945.39,53.438,3.02067,300,25,0,2138,0,1,0,0,0),(22441,5426,1,1,1,1536,0,-7568.85,-2951.04,12.2404,3.0888,300,25,0,2138,0,1,0,0,0),(22440,5426,1,1,1,1536,0,-7586.62,-2829.9,10.7433,4.03094,300,25,0,2138,0,1,0,0,0),(22439,5426,1,1,1,1536,0,-7857.55,-3405.65,57.6006,5.28467,300,25,0,2138,0,1,0,0,0),(22438,5426,1,1,1,1536,0,-8423.89,-4283.49,9.4544,3.16199,300,25,0,2138,0,1,0,0,0),(22437,5426,1,1,1,1536,0,-8718.81,-3339.18,9.51137,1.641,300,25,0,2138,0,1,0,0,0),(22436,5426,1,1,1,1536,0,-8789.94,-3754.76,25.9051,4.01696,300,25,0,2138,0,1,0,0,0),(22435,5426,1,1,1,1536,0,-8634.96,-4277.18,13.4955,6.00596,300,25,0,2138,0,1,0,0,0),(22434,5426,1,1,1,1536,0,-7996.66,-3512.88,45.2213,1.87303,300,10,0,2138,0,1,0,0,0),(22433,5426,1,1,1,1536,0,-7790.47,-3619.44,45.4722,1.87056,300,10,0,2138,0,1,0,0,0),(22432,5426,1,1,1,1536,0,-7455.73,-3040.89,8.85782,2.05153,300,25,0,2138,0,1,0,0,0),(22431,5426,1,1,1,1536,0,-7428.43,-2820.91,9.989,0.328834,300,25,0,2138,0,1,0,0,0),(22430,5426,1,1,1,1536,0,-7506.19,-2683.4,9.00176,1.86614,300,25,0,2138,0,1,0,0,0),(22429,5426,1,1,1,1536,0,-8119.07,-2881.17,37.1118,0.346165,300,25,0,2138,0,1,0,0,0),(22428,5426,1,1,1,1536,0,-8035.3,-2957.87,53.0371,4.76923,300,25,0,2138,0,1,0,0,0),(22427,5426,1,1,1,1536,0,-7830.6,-3341.54,60.0838,2.67532,300,25,0,2138,0,1,0,0,0),(22426,5426,1,1,1,1536,0,-8583.5,-4213.4,13.9782,0.532155,300,25,0,2138,0,1,0,0,0),(22425,5426,1,1,1,1536,0,-8571.86,-3890.83,35.7763,3.58601,300,25,0,2138,0,1,0,0,0),(22424,5426,1,1,1,1536,0,-8402.08,-4154.32,10.1652,3.64281,300,25,0,2138,0,1,0,0,0),(22423,5425,1,1,1,1535,0,-6914.72,-2951.35,9.07304,5.8108,300,25,0,1902,0,1,0,0,0),(49224,14532,309,1,1,14950,0,-12351.8,-1607.17,131.102,2.66658,7200,5,0,12208,0,1,0,0,0),(11184,6491,530,1,4294967295,0,0,3519.15,6828.53,141.155,5.32396,60,0,0,4120,0,0,0,0,0),(22422,5425,1,1,1,1535,0,-7125.5,-3613.96,8.49331,3.36619,300,25,0,1902,0,1,0,0,0),(22421,5425,1,1,1,1535,0,-7240.52,-3548.85,13.7389,6.23345,300,25,0,1902,0,1,0,0,0),(22420,5425,1,1,1,1535,0,-7053.07,-2983.46,9.21188,4.6293,300,25,0,1902,0,1,0,0,0),(22419,5425,1,1,1,1535,0,-7380.77,-3747.83,13.1997,3.78487,300,25,0,1902,0,1,0,0,0),(22418,5425,1,1,1,1535,0,-7133.17,-2873.34,12.3726,6.2539,300,25,0,1902,0,1,0,0,0),(22417,5425,1,1,1,1535,0,-7345.91,-3553.34,6.70546,2.4461,300,25,0,1902,0,1,0,0,0),(22416,5425,1,1,1,1535,0,-7121.45,-3112.74,10.1293,5.83298,300,25,0,1902,0,1,0,0,0),(9386,6491,0,1,4294967295,0,0,1989.31,-3650.44,120.369,3.70566,60,0,0,4120,0,0,0,0,0),(152156,29720,571,1,2,0,0,8249.41,2794.36,642.251,3.02912,300,0,0,12175,0,0,0,0,0),(49219,11338,309,1,1,11231,1,-12367.4,-1612.76,130.85,6.19852,7200,0,0,25150,14916,0,0,0,0),(49218,11338,309,1,1,11232,1,-12285.9,-1637.33,133.569,0.732083,7200,0,0,25150,14916,0,0,0,0),(22415,5425,1,1,1,1535,0,-7103.12,-3214.21,9.41728,2.01839,300,25,0,1902,0,1,0,0,0),(22414,5425,1,1,1,1535,0,-7100.92,-3323.6,9.73202,0.714391,300,10,0,1902,0,1,0,0,0),(22413,5425,1,1,1,1535,0,-7228.4,-3418.75,9.49032,6.00069,300,10,0,1902,0,1,0,0,0),(22412,5425,1,1,1,1535,0,-7522.91,-3816.13,9.22644,3.43866,300,25,0,1902,0,1,0,0,0),(22411,5425,1,1,1,1535,0,-7597.96,-4081.07,10.5429,4.29913,300,25,0,1902,0,1,0,0,0),(22410,5425,1,1,1,1535,0,-7385.65,-4153.67,9.95691,3.95327,300,25,0,1902,0,1,0,0,0),(22409,5425,1,1,1,1535,0,-7303.86,-4211.85,9.90906,0.282857,300,25,0,1902,0,1,0,0,0),(22408,5425,1,1,1,1535,0,-7440.93,-3954.17,10.4253,1.26756,300,25,0,1902,0,1,0,0,0),(22407,5425,1,1,1,1535,0,-7288.81,-4076.29,12.0009,3.04387,300,25,0,1902,0,1,0,0,0),(22406,5425,1,1,1,1535,0,-7332.4,-4029.12,11.5358,4.3497,300,25,0,1902,0,1,0,0,0),(1119,1114,0,1,1,845,0,-12717,-628.685,41.875,4.38107,300,5,0,1804,0,1,0,0,0),(22405,5425,1,1,1,1535,0,-7377.5,-4270.83,10.0988,1.21568,300,25,0,1902,0,1,0,0,0),(22404,5425,1,1,1,1535,0,-7038.62,-4078.25,9.4585,3.50436,300,25,0,1902,0,1,0,0,0),(22403,5425,1,1,1,1535,0,-6817.27,-4489.85,25.6845,6.24024,300,25,0,1902,0,1,0,0,0),(22402,5425,1,1,1,1535,0,-6907.47,-4234.25,11.1391,0.893311,300,25,0,1902,0,1,0,0,0),(22401,5425,1,1,1,1535,0,-7057.59,-3476.02,10.1745,2.54924,300,25,0,1902,0,1,0,0,0),(22400,5425,1,1,1,1535,0,-7041.66,-3912.2,10.3444,0.434613,300,25,0,1902,0,1,0,0,0),(1118,588,0,1,1,4575,1,-11551.3,593.914,50.5786,3.4383,300,0,0,1279,0,0,0,0,0),(51897,14343,1,1,1,0,0,5875.65,-1242.83,403.304,5.35714,9900,0,0,3082,0,0,0,0,0),(14798,6491,530,1,4294967295,0,0,-867.469,6614.36,175.242,5.39023,60,0,0,4120,0,0,0,0,0),(11185,6491,530,1,4294967295,0,0,3441.09,4798.39,260.086,0.713674,60,0,0,4120,0,0,0,0,0),(49202,14880,309,1,1,15072,0,-12286.4,-1669.35,130.333,5.43666,7200,0,0,4048,0,0,0,0,0),(49201,14880,309,1,1,15072,0,-12289.1,-1645.61,132.135,6.24203,7200,0,0,4048,0,0,0,0,0),(22399,5425,1,1,1,1535,0,-7349.57,-3483.1,12.7372,3.16192,300,25,0,1902,0,1,0,0,0),(22398,5425,1,1,1,1535,0,-7053.87,-4240.77,10.6477,2.00389,300,25,0,1902,0,1,0,0,0),(22397,5425,1,1,1,1535,0,-7295.13,-2625.88,11.96,5.87368,300,25,0,1902,0,1,0,0,0),(22396,5425,1,1,1,1535,0,-7183.94,-3235.83,9.67437,4.8958,300,25,0,1902,0,1,0,0,0),(22395,5425,1,1,1,1535,0,-6909.61,-3261.08,20.4058,0.068386,300,25,0,1902,0,1,0,0,0),(22394,5425,1,1,1,1535,0,-7045.77,-3236.17,9.00927,5.2524,300,10,0,1902,0,1,0,0,0),(22393,5425,1,1,1,1535,0,-7592.88,-3959.77,10.2688,5.61106,300,25,0,1902,0,1,0,0,0),(22392,5425,1,1,1,1535,0,-7197.42,-2674.05,9.88576,1.81528,300,25,0,1902,0,1,0,0,0),(22391,5425,1,1,1,1535,0,-6979.33,-3391.56,10.7314,1.88332,300,25,0,1902,0,1,0,0,0),(22390,5425,1,1,1,1535,0,-7249.29,-3215.38,10.8014,5.36058,300,25,0,1902,0,1,0,0,0),(22389,5425,1,1,1,1535,0,-7347.65,-3816.13,10.0169,3.45826,300,25,0,1902,0,1,0,0,0),(22388,5425,1,1,1,1535,0,-7385.42,-3770.91,12.2367,4.70067,300,25,0,1902,0,1,0,0,0),(22387,5425,1,1,1,1535,0,-6859.51,-4552.46,11.8552,2.54222,300,25,0,1902,0,1,0,0,0),(22386,5425,1,1,1,1535,0,-7557.83,-3630.54,13.0975,1.14761,300,10,0,1902,0,1,0,0,0),(22385,5425,1,1,1,1535,0,-7178.49,-4433.56,9.4325,1.07223,300,25,0,1902,0,1,0,0,0),(22384,5425,1,1,1,1535,0,-7653.14,-3981.35,9.35122,4.74363,300,25,0,1902,0,1,0,0,0),(22383,5425,1,1,1,1535,0,-7050.56,-4163.02,9.59558,3.46334,300,25,0,1902,0,1,0,0,0),(22382,5425,1,1,1,1535,0,-7513.29,-3621.33,11.2658,1.12691,300,10,0,1902,0,1,0,0,0),(22381,5425,1,1,1,1535,0,-7176.48,-3364.28,10.0438,1.2509,300,25,0,1902,0,1,0,0,0),(22380,5425,1,1,1,1535,0,-7249.93,-2812.63,12.0574,2.31793,300,25,0,1902,0,1,0,0,0),(22379,5425,1,1,1,1535,0,-7086.59,-3550,9.19371,6.28201,300,25,0,1902,0,1,0,0,0),(22378,5425,1,1,1,1535,0,-7463.66,-3806.39,12.9393,2.74004,300,25,0,1902,0,1,0,0,0),(22377,5425,1,1,1,1535,0,-6996.66,-4081.2,20.9016,2.96296,300,25,0,1902,0,1,0,0,0),(22376,5425,1,1,1,1535,0,-7405,-3012.08,9.69972,6.19522,300,25,0,1902,0,1,0,0,0),(22375,5425,1,1,1,1535,0,-7032.02,-3268.64,9.09011,2.3372,300,10,0,1902,0,1,0,0,0),(22374,5425,1,1,1,1535,0,-7171.9,-3469.46,8.87842,0.588039,300,25,0,1902,0,1,0,0,0),(22373,5425,1,1,1,1535,0,-6975.16,-3893.42,12.5196,4.74558,300,25,0,1902,0,1,0,0,0),(22372,5425,1,1,1,1535,0,-7270.86,-2678.18,11.5379,0.204678,300,25,0,1902,0,1,0,0,0),(1116,1564,0,1,1,4462,1,-14849.4,81.058,1.62692,0.519631,300,0,0,1292,3191,0,0,0,0),(1115,698,0,1,1,320,0,-11551.4,608.711,50.6529,3.26576,300,2,0,1279,0,1,0,0,0),(49200,14758,309,1,1,11686,0,-12296,-1374.69,145.132,6.10865,7200,0,0,4120,0,0,0,0,0),(49199,14517,309,1,1,15219,1,-12291.9,-1380.08,144.902,2.28638,259200,0,0,333125,26200,0,0,0,0),(49198,11373,309,1,1,14559,0,-12021.2,-1719.74,39.3461,0.855211,7200,0,0,15260,0,0,0,0,0),(49197,11373,309,1,1,14559,0,-12037.7,-1694.21,39.3567,0.279253,7200,0,0,15260,0,0,0,0,0),(49196,11373,309,1,1,14559,0,-12036.8,-1704.27,40.0668,0.453786,7200,0,0,15260,0,0,0,0,0),(22371,5425,1,1,1,1535,0,-7182.25,-3281.35,13.1242,3.33202,300,25,0,1902,0,1,0,0,0),(22370,5425,1,1,1,1535,0,-7184.65,-2615.89,9.37675,5.13466,300,10,0,1902,0,1,0,0,0),(22369,5425,1,1,1,1535,0,-7069.53,-4021.05,9.23932,0.185893,300,25,0,1902,0,1,0,0,0),(22368,5425,1,1,1,1535,0,-6979.58,-4140.85,9.15772,4.46599,300,25,0,1902,0,1,0,0,0),(22367,5425,1,1,1,1535,0,-7236.75,-4740.59,10.152,0.31178,300,25,0,1902,0,1,0,0,0),(22366,5425,1,1,1,1535,0,-7152.2,-3151.42,11.0422,3.61223,300,25,0,1902,0,1,0,0,0),(22365,5425,1,1,1,1535,0,-7363.61,-3866.43,10.9887,2.20491,300,25,0,1902,0,1,0,0,0),(22364,5425,1,1,1,1535,0,-7256.88,-4370.32,13.88,2.27175,300,25,0,1902,0,1,0,0,0),(22363,5425,1,1,1,1535,0,-7175.33,-3614.96,12.5144,1.11259,300,25,0,1902,0,1,0,0,0),(22362,5424,1,1,1,10986,0,-8315.19,-4281.42,9.38572,0.499811,300,25,0,2399,0,1,0,0,0),(22361,5424,1,1,1,10986,0,-8316.1,-4349.65,12.2031,6.03046,300,25,0,2399,0,1,0,0,0),(22360,5424,1,1,1,10986,0,-8194.97,-2263.99,9.00154,1.58452,300,10,0,2399,0,1,0,0,0),(22359,5424,1,1,1,10986,0,-8321.22,-2369.02,24.1025,1.82155,300,25,0,2399,0,1,0,0,0),(22358,5424,1,1,1,10986,0,-8363.95,-2556,38.6451,3.54059,300,25,0,2399,0,1,0,0,0),(22357,5424,1,1,1,10986,0,-8370.31,-2416.05,37.4206,6.26561,300,25,0,2399,0,1,0,0,0),(22356,5424,1,1,1,10986,0,-8636.16,-2338.75,25.145,0.903205,300,25,0,2399,0,1,0,0,0),(22355,5424,1,1,1,10986,0,-8981.98,-2550.46,17.4036,0.015624,300,25,0,2399,0,1,0,0,0),(22354,5424,1,1,1,10986,0,-8510.63,-2417.69,40.5364,5.24291,300,25,0,2399,0,1,0,0,0),(22353,5424,1,1,1,10986,0,-8431.37,-2417.65,37.1177,6.26756,300,25,0,2399,0,1,0,0,0),(22352,5424,1,1,1,10986,0,-8398.13,-4279.86,10.9932,0.19242,300,25,0,2399,0,1,0,0,0),(22351,5424,1,1,1,10986,0,-8386.45,-2500.32,44.0638,4.72606,300,25,0,2399,0,1,0,0,0),(22350,5424,1,1,1,10986,0,-9185.18,-3485.88,13.2454,2.31326,300,25,0,2399,0,1,0,0,0),(22349,5424,1,1,1,10986,0,-8584.1,-3442.57,9.77265,4.81808,300,25,0,2399,0,1,0,0,0),(22348,5424,1,1,1,10986,0,-8576.95,-2289.31,23.7936,2.18424,300,25,0,2399,0,1,0,0,0),(22347,5424,1,1,1,10986,0,-8448.38,-3553.98,12.363,4.67725,300,25,0,2399,0,1,0,0,0),(22346,5424,1,1,1,10986,0,-8251.96,-2284.99,9.62744,6.12819,300,25,0,2399,0,1,0,0,0),(22345,5424,1,1,1,10986,0,-8715.23,-3150.74,25.6585,5.39414,300,25,0,2399,0,1,0,0,0),(22344,5424,1,1,1,10986,0,-8919.1,-2882.56,44.091,3.48189,300,25,0,2399,0,1,0,0,0),(22343,5424,1,1,1,10986,0,-8449.42,-3751.25,11.0854,4.92071,300,25,0,2399,0,1,0,0,0),(22342,5424,1,1,1,10986,0,-8325.6,-2427.35,29.8485,4.0099,300,25,0,2399,0,1,0,0,0),(22341,5424,1,1,1,10986,0,-9319.79,-2813.17,11.4384,2.57631,300,25,0,2399,0,1,0,0,0),(22340,5424,1,1,1,10986,0,-8708.05,-2888.96,18.8768,5.47222,300,25,0,2399,0,1,0,0,0),(22339,5424,1,1,1,10986,0,-8845.32,-2684.85,26.1853,5.98612,300,25,0,2399,0,1,0,0,0),(49195,11373,309,1,1,14559,0,-12029.4,-1714.54,39.3626,0.680678,7200,0,0,15260,0,0,0,0,0),(49194,14507,309,1,1,15217,1,-12029.8,-1707.93,39.413,3.71755,259200,0,0,213200,26200,0,0,0,0),(22331,5424,1,1,1,10986,0,-8544,-2615.2,34.982,0.299505,300,25,0,2399,0,1,0,0,0),(22330,5424,1,1,1,10986,0,-8693.19,-2555.13,25.0907,3.52572,300,25,0,2399,0,1,0,0,0),(22329,5424,1,1,1,10986,0,-8707.61,-2626.77,14.8501,4.34493,300,25,0,2399,0,1,0,0,0),(22328,5424,1,1,1,10986,0,-8374.94,-2688.07,23.9691,4.90734,300,25,0,2399,0,1,0,0,0),(22327,5424,1,1,1,10986,0,-8585.77,-3288.6,11.7177,4.15927,300,25,0,2399,0,1,0,0,0),(49193,14750,309,1,1,15303,0,-11981.1,-1475.36,79.7364,0.874606,7200,0,0,31440,0,0,0,0,0),(49192,11368,309,1,1,14562,0,-11988.6,-1467.06,80.3768,1.98968,7200,0,0,5341,0,0,0,0,0),(49191,11368,309,1,1,14562,0,-11978.2,-1464.7,80.1628,1.46608,7200,0,0,5341,0,0,0,0,0),(49190,11368,309,1,1,14562,0,-11985.9,-1475.85,79.7788,1.59486,7200,5,0,5341,0,1,0,0,0),(49189,14750,309,1,1,15303,0,-12170.5,-1467.25,130.725,0.030516,7200,0,0,31440,0,2,0,0,0),(22326,5424,1,1,1,10986,0,-8313.21,-2245.03,11.4694,3.90213,300,25,0,2399,0,1,0,0,0),(22325,5424,1,1,1,10986,0,-9116.8,-2607.52,22.9856,1.48863,300,30,0,2399,0,1,0,0,0),(22324,5424,1,1,1,10986,0,-8782.46,-2498.04,13.4679,1.41785,300,25,0,2399,0,1,0,0,0),(22323,5424,1,1,1,10986,0,-8589.52,-3350,9.11834,3.15722,300,25,0,2399,0,1,0,0,0),(22322,5424,1,1,1,10986,0,-8713.34,-3621.32,17.2706,5.10703,300,25,0,2399,0,1,0,0,0),(22321,5424,1,1,1,10986,0,-9314.16,-2546.99,13.1645,1.02955,300,0,0,2399,0,0,0,0,0),(22320,5424,1,1,1,10986,0,-7938.42,-3747.94,51.0226,3.40423,300,25,0,2399,0,1,0,0,0),(22319,5424,1,1,1,10986,0,-8052.24,-3013.03,55.7394,3.10581,300,25,0,2399,0,1,0,0,0),(22317,5424,1,1,1,10986,0,-7932.5,-3087.63,62.8488,4.31551,300,25,0,2399,0,1,0,0,0),(22316,5424,1,1,1,10986,0,-8847.97,-2609.18,21.806,1.49462,300,25,0,2399,0,1,0,0,0),(22315,5424,1,1,1,10986,0,-8653.69,-3038.87,14.3702,5.00385,300,25,0,2399,0,1,0,0,0),(22314,5424,1,1,1,10986,0,-8573.98,-3220.5,8.87161,5.81605,300,25,0,2399,0,1,0,0,0),(22313,5424,1,1,1,10986,0,-8983.99,-2955.44,53.2449,4.58513,300,25,0,2399,0,1,0,0,0),(22312,5424,1,1,1,10986,0,-8723.07,-3819.32,35.9197,4.02406,300,25,0,2399,0,1,0,0,0),(22311,5424,1,1,1,10986,0,-8721.1,-3756.64,28.8173,4.08642,300,25,0,2399,0,1,0,0,0),(22310,5424,1,1,1,10986,0,-8399.48,-3337.54,9.93494,4.92089,300,25,0,2399,0,1,0,0,0),(22309,5424,1,1,1,10986,0,-8049.13,-3073.96,49.9804,5.90885,300,25,0,2399,0,1,0,0,0),(22306,5424,1,1,1,10986,0,-8081.9,-3746.24,32.3972,0.088007,300,25,0,2399,0,1,0,0,0),(22305,5424,1,1,1,10986,0,-8053.18,-3263.38,44.5263,1.36229,300,25,0,2399,0,1,0,0,0),(22304,5424,1,1,1,10986,0,-8050.68,-3145.2,43.2815,1.55712,300,25,0,2399,0,1,0,0,0),(22303,5424,1,1,1,10986,0,-8044.57,-2800.39,32.2304,4.48208,300,25,0,2399,0,1,0,0,0),(22302,5424,1,1,1,10986,0,-8062.65,-2886.51,39.4431,4.82276,300,25,0,2399,0,1,0,0,0),(22301,5424,1,1,1,10986,0,-8164.8,-2744.15,29.6112,3.57032,300,25,0,2399,0,1,0,0,0),(22300,5424,1,1,1,10986,0,-7784.12,-2949.93,37.1274,5.97378,300,25,0,2399,0,1,0,0,0),(22299,5424,1,1,1,10986,0,-7883.23,-2884.05,38.464,0.124988,300,25,0,2399,0,1,0,0,0),(22298,5424,1,1,1,10986,0,-8909.32,-3088.05,41.543,5.56546,300,25,0,2399,0,1,0,0,0),(22297,5424,1,1,1,10986,0,-8579.65,-4340.53,13.1539,0.932168,300,25,0,2399,0,1,0,0,0),(22296,5424,1,1,1,10986,0,-8589.02,-3953.57,40.6873,2.63223,300,25,0,2399,0,1,0,0,0),(22295,5424,1,1,1,10986,0,-8780.54,-3683.95,24.543,0.108864,300,25,0,2399,0,1,0,0,0),(22294,5424,1,1,1,10986,0,-8646.31,-2154.55,11.1603,4.95334,300,25,0,2399,0,1,0,0,0),(22293,5424,1,1,1,10986,0,-8984.18,-2605.69,25.3525,1.52785,300,25,0,2399,0,1,0,0,0),(22292,5424,1,1,1,10986,0,-9316.91,-3295.49,11.3725,4.64415,300,25,0,2399,0,1,0,0,0),(22291,5424,1,1,1,10986,0,-9384.58,-3617.72,9.43362,1.07173,300,15,0,2399,0,1,0,0,0),(22290,5424,1,1,1,10986,0,-8180.64,-3467.44,32.4101,1.96943,300,25,0,2399,0,1,0,0,0),(22289,5424,1,1,1,10986,0,-7928.15,-3347.44,67.6471,0.086061,300,25,0,2399,0,1,0,0,0),(22288,5424,1,1,1,10986,0,-7992.75,-3161.15,62.5836,1.32629,300,25,0,2399,0,1,0,0,0),(22287,5424,1,1,1,10986,0,-7850.04,-2978.11,45.1911,1.39794,300,25,0,2399,0,1,0,0,0),(22286,5424,1,1,1,10986,0,-7587.02,-2879.37,10.4852,1.20334,300,25,0,2399,0,1,0,0,0),(22285,5424,1,1,1,10986,0,-8653.65,-2630,19.0058,4.904,300,25,0,2399,0,1,0,0,0),(22284,5424,1,1,1,10986,0,-8859.93,-3138.19,31.1316,2.29137,300,25,0,2399,0,1,0,0,0),(22283,5424,1,1,1,10986,0,-8682.73,-4083.77,37.6521,2.36598,300,10,0,2399,0,1,0,0,0),(22282,5424,1,1,1,10986,0,-9368.61,-2220.37,13.2503,6.16779,300,25,0,2399,0,1,0,0,0),(22281,5424,1,1,1,10986,0,-9257.84,-2418.24,11.2933,3.1165,300,0,0,2399,0,0,0,0,0),(22280,5424,1,1,1,10986,0,-8125.79,-3685.17,38.2192,3.85638,300,25,0,2399,0,1,0,0,0),(22279,5424,1,1,1,10986,0,-7923,-3401.52,80.0039,1.95598,300,25,0,2399,0,1,0,0,0),(22272,5424,1,1,1,10986,0,-8183.03,-3332.22,24.8834,1.58447,300,25,0,2399,0,1,0,0,0),(22271,5424,1,1,1,10986,0,-7982.31,-3412.31,67.6275,4.40053,300,25,0,2399,0,1,0,0,0),(22270,5424,1,1,1,10986,0,-7983.96,-3290.58,60.8259,1.63529,300,25,0,2399,0,1,0,0,0),(22269,5424,1,1,1,10986,0,-7508.45,-2752.71,11.7662,2.94852,300,25,0,2399,0,1,0,0,0),(22268,5424,1,1,1,10986,0,-7852.84,-2860.96,34.3649,4.8142,300,25,0,2399,0,1,0,0,0),(22267,5424,1,1,1,10986,0,-8675.97,-2753.24,15.5313,6.2343,300,25,0,2399,0,1,0,0,0),(22266,5424,1,1,1,10986,0,-8917.39,-2827.88,45.6119,4.64472,300,25,0,2399,0,1,0,0,0),(22265,5424,1,1,1,10986,0,-8977.52,-3261.05,33.0767,2.06765,300,25,0,2399,0,1,0,0,0),(22264,5424,1,1,1,10986,0,-8722.57,-2815.37,19.8458,3.07084,300,25,0,2399,0,1,0,0,0),(22263,5424,1,1,1,10986,0,-8640.69,-3804.04,22.3401,0.98911,300,25,0,2399,0,1,0,0,0),(22262,5424,1,1,1,10986,0,-8299.09,-3480.59,13.6947,2.94113,300,25,0,2399,0,1,0,0,0),(22261,5424,1,1,1,10986,0,-7978.42,-3751.62,48.9198,6.10259,300,25,0,2399,0,1,0,0,0),(22260,5424,1,1,1,10986,0,-8103.64,-3614.48,57.1339,1.32819,300,25,0,2399,0,1,0,0,0),(22259,5424,1,1,1,10986,0,-7985.35,-3346.01,72.7818,1.5337,300,25,0,2399,0,1,0,0,0),(22258,5424,1,1,1,10986,0,-7523.78,-2839.86,9.34431,5.55588,300,25,0,2399,0,1,0,0,0),(22257,5424,1,1,1,10986,0,-7911.64,-2829.02,33.4533,4.45367,300,25,0,2399,0,1,0,0,0),(22256,5424,1,1,1,10986,0,-7465.59,-2944.64,9.56728,4.2898,300,25,0,2399,0,1,0,0,0),(22255,5424,1,1,1,10986,0,-8779.69,-2675.45,24.3398,1.05676,300,25,0,2399,0,1,0,0,0),(22254,5424,1,1,1,10986,0,-8987.97,-3022.86,56.7471,4.16388,300,25,0,2399,0,1,0,0,0),(22253,5424,1,1,1,10986,0,-8596.75,-3068.84,10.5908,4.74363,300,25,0,2399,0,1,0,0,0),(22252,5424,1,1,1,10986,0,-8783.03,-2623.69,17.8433,4.77493,300,25,0,2399,0,1,0,0,0),(22251,5424,1,1,1,10986,0,-8222.39,-3611.05,17.5775,0.339142,300,25,0,2399,0,1,0,0,0),(22250,5424,1,1,1,10986,0,-8585.85,-4049.17,26.8817,4.95098,300,25,0,2399,0,1,0,0,0),(22249,5424,1,1,1,10986,0,-8525.47,-3233.87,8.7497,4.15581,300,25,0,2399,0,1,0,0,0),(22248,5424,1,1,1,10986,0,-9052.72,-2490.24,14.8811,4.58319,300,25,0,2399,0,1,0,0,0),(22247,5424,1,1,1,10986,0,-8448.33,-2497.44,49.0912,3.06137,300,25,0,2399,0,1,0,0,0),(22246,5423,1,1,1,10987,0,-8320.01,-4083.51,10.9431,3.17064,300,25,0,2059,0,1,0,0,0),(22245,5423,1,1,1,10987,0,-7548.94,-3683.21,9.19625,2.93226,300,25,0,2059,0,1,0,0,0),(22244,5423,1,1,1,10987,0,-8317.64,-4235.68,10.8793,4.74117,300,25,0,2059,0,1,0,0,0),(22243,5423,1,1,1,10987,0,-8252.46,-4348.79,9.51991,2.82343,300,25,0,2059,0,1,0,0,0),(22242,5423,1,1,1,10987,0,-8113.02,-4349.56,9.21963,6.03252,300,25,0,2059,0,1,0,0,0),(22241,5423,1,1,1,10987,0,-8046.15,-4419.08,10.9307,5.66591,300,25,0,2059,0,1,0,0,0),(22240,5423,1,1,1,10987,0,-8052.13,-4218.5,9.00174,3.4728,300,25,0,2059,0,1,0,0,0),(22239,5423,1,1,1,10987,0,-7052.75,-3425.61,9.80869,4.11654,300,25,0,2059,0,1,0,0,0),(22238,5423,1,1,1,10987,0,-7848.67,-4017.45,11.0553,6.25195,300,25,0,2059,0,1,0,0,0),(22237,5423,1,1,1,10987,0,-7915.36,-4015.85,9.06812,0.082168,300,25,0,2059,0,1,0,0,0),(22236,5423,1,1,1,10987,0,-7841.65,-3971.16,10.08,4.55142,300,25,0,2059,0,1,0,0,0),(22235,5423,1,1,1,10987,0,-7781.88,-3950.46,9.97005,5.59571,300,25,0,2059,0,1,0,0,0),(22234,5423,1,1,1,10987,0,-7717.86,-3892.73,15.2447,3.35433,300,25,0,2059,0,1,0,0,0),(22233,5423,1,1,1,10987,0,-7754.05,-3887.37,18.984,3.95461,300,25,0,2059,0,1,0,0,0),(22232,5423,1,1,1,10987,0,-7585.87,-3815.25,9.27372,2.50799,300,25,0,2059,0,1,0,0,0),(22231,5423,1,1,1,10987,0,-7913.06,-4479.69,9.6691,0.494279,300,25,0,2059,0,1,0,0,0),(22230,5423,1,1,1,10987,0,-8372.07,-3954.6,11.7762,6.16929,300,25,0,2059,0,1,0,0,0),(22229,5423,1,1,1,10987,0,-7817.53,-3683.68,48.3538,3.28493,300,25,0,2059,0,1,0,0,0),(22228,5423,1,1,1,10987,0,-7851.79,-4219.1,9.43035,3.57625,300,25,0,2059,0,1,0,0,0),(22227,5423,1,1,1,10987,0,-7841.54,-4162.16,11.0443,3.3122,300,25,0,2059,0,1,0,0,0),(22226,5423,1,1,1,10987,0,-7983.46,-4484.83,10.5406,3.87105,300,25,0,2059,0,1,0,0,0),(22225,5423,1,1,1,10987,0,-7784.73,-4486.21,9.3194,4.74753,300,25,0,2059,0,1,0,0,0),(22224,5423,1,1,1,10987,0,-8067.28,-3822.07,15.8541,1.86786,300,25,0,2059,0,1,0,0,0),(22223,5423,1,1,1,10987,0,-7903.94,-4211.53,13.0872,5.25639,300,25,0,2059,0,1,0,0,0),(22222,5423,1,1,1,10987,0,-7783.31,-3550.74,50.5624,5.8026,300,25,0,2059,0,1,0,0,0),(22221,5423,1,1,1,10987,0,-7850.22,-3479.7,66.061,3.1953,300,25,0,2059,0,1,0,0,0),(22220,5423,1,1,1,10987,0,-7734.77,-4101.96,12.9187,5.64476,300,25,0,2059,0,1,0,0,0),(22219,5423,1,1,1,10987,0,-7855.42,-3212.71,74.4522,5.2934,300,25,0,2059,0,1,0,0,0),(22218,5423,1,1,1,10987,0,-7915.38,-4619.03,9.00176,4.8977,300,25,0,2059,0,1,0,0,0),(22217,5423,1,1,1,10987,0,-7849.01,-4484.66,10.7769,4.35545,300,25,0,2059,0,1,0,0,0),(22216,5423,1,1,1,10987,0,-7646.14,-3020.92,20.9767,6.1648,300,25,0,2059,0,1,0,0,0),(22215,5423,1,1,1,10987,0,-7654.17,-3428.39,37.2282,1.64308,300,25,0,2059,0,1,0,0,0),(22214,5423,1,1,1,10987,0,-7576.33,-3658.57,13.2154,4.41102,300,25,0,2059,0,1,0,0,0),(22213,5423,1,1,1,10987,0,-7795.45,-3414.67,46.9164,6.25975,300,25,0,2059,0,1,0,0,0),(22212,5423,1,1,1,10987,0,-7786.98,-3737.85,38.8395,4.57132,300,25,0,2059,0,1,0,0,0),(22211,5423,1,1,1,10987,0,-7774.82,-4082.21,9.65412,5.76243,300,25,0,2059,0,1,0,0,0),(22210,5423,1,1,1,10987,0,-7387.94,-3544.47,7.79651,3.30835,300,25,0,2059,0,1,0,0,0),(22209,5423,1,1,1,10987,0,-7593.19,-3552.06,16.1066,0.774262,300,25,0,2059,0,1,0,0,0),(22208,5423,1,1,1,10987,0,-7733.2,-3150.28,68.8759,0.760541,300,25,0,2059,0,1,0,0,0),(22207,5423,1,1,1,10987,0,-7533.42,-3348.7,30.152,3.22765,300,25,0,2059,0,1,0,0,0),(22206,5423,1,1,1,10987,0,-7501.83,-3215.54,21.0324,3.0497,300,25,0,2059,0,1,0,0,0),(22205,5423,1,1,1,10987,0,-7244.03,-3371.19,10.2585,4.83384,300,25,0,2059,0,1,0,0,0),(22204,5423,1,1,1,10987,0,-6931.15,-3413.37,21.3212,6.02447,300,25,0,2059,0,1,0,0,0),(22203,5423,1,1,1,10987,0,-6977.7,-2955.35,9.97284,4.49393,300,25,0,2059,0,1,0,0,0),(22202,5423,1,1,1,10987,0,-8103.33,-4036.67,11.8408,3.92699,300,25,0,2059,0,1,0,0,0),(22201,5423,1,1,1,10987,0,-8167.1,-3889,9.00177,5.23938,300,25,0,2059,0,1,0,0,0),(22200,5423,1,1,1,10987,0,-8178.83,-4074.16,9.48266,4.94111,300,25,0,2059,0,1,0,0,0),(22199,5423,1,1,1,10987,0,-7852.94,-4648.37,9.32224,5.00276,300,25,0,2059,0,1,0,0,0),(22198,5423,1,1,1,10987,0,-7604.91,-3749.6,14.3761,3.18852,300,25,0,2059,0,1,0,0,0),(22197,5423,1,1,1,10987,0,-6850.51,-2612.12,10.0486,5.36761,300,25,0,2059,0,1,0,0,0),(22196,5423,1,1,1,10987,0,-7034.76,-3487.32,9.52945,3.20772,300,25,0,2059,0,1,0,0,0),(22195,5423,1,1,1,10987,0,-8182.48,-4021.8,11.8722,0.049903,300,25,0,2059,0,1,0,0,0),(22194,5423,1,1,1,10987,0,-8325.22,-3809.93,10.5217,2.98118,300,25,0,2059,0,1,0,0,0),(22193,5423,1,1,1,10987,0,-7767.01,-4555.26,9.5987,0.21655,300,25,0,2059,0,1,0,0,0),(22192,5423,1,1,1,10987,0,-7825.8,-3282.71,64.8954,3.00439,300,25,0,2059,0,1,0,0,0),(22191,5423,1,1,1,10987,0,-7414.61,-3481.76,12.2657,5.6643,300,25,0,2059,0,1,0,0,0),(22190,5423,1,1,1,10987,0,-7188.15,-2761.84,16.3768,3.93088,300,25,0,2059,0,1,0,0,0),(22189,5423,1,1,1,10987,0,-6976.5,-2621.54,9.08253,0.190764,300,3,0,2059,0,1,0,0,0),(22187,5423,1,1,1,10987,0,-7412.54,-2951.99,11.0024,0.994175,300,25,0,2059,0,1,0,0,0),(22186,5423,1,1,1,10987,0,-7925.92,-4360.7,11.56,5.1201,300,25,0,2059,0,1,0,0,0),(22185,5423,1,1,1,10987,0,-8229.95,-3887.97,9.93412,2.95169,300,25,0,2059,0,1,0,0,0),(22184,5423,1,1,1,10987,0,-7787.96,-3477.04,45.5783,3.58063,300,25,0,2059,0,1,0,0,0),(22183,5423,1,1,1,10987,0,-7852.16,-3007.69,46.6347,4.99951,300,25,0,2059,0,1,0,0,0),(22182,5423,1,1,1,10987,0,-7128.29,-2618.83,9.00248,0.808301,300,10,0,2059,0,1,0,0,0),(22180,5423,1,1,1,10987,0,-7312.86,-2743.86,9.70745,2.68662,300,25,0,2059,0,1,0,0,0),(22179,5423,1,1,1,10987,0,-7785.82,-4153.24,14.2622,0.462934,300,25,0,2059,0,1,0,0,0),(22178,5423,1,1,1,10987,0,-8327.98,-3897.75,9.44948,3.89953,300,25,0,2059,0,1,0,0,0),(22177,5423,1,1,1,10987,0,-7602.86,-3281.38,48.8921,2.73209,300,25,0,2059,0,1,0,0,0),(22176,5423,1,1,1,10987,0,-7719.86,-3415.48,40.909,3.18108,300,25,0,2059,0,1,0,0,0),(22175,5423,1,1,1,10987,0,-7685.1,-3681.94,31.2961,0.908555,300,25,0,2059,0,1,0,0,0),(22174,5423,1,1,1,10987,0,-7641.94,-3755.18,21.5109,1.63918,300,25,0,2059,0,1,0,0,0),(22173,5423,1,1,1,10987,0,-7715.32,-3537.01,36.1593,3.49671,300,25,0,2059,0,1,0,0,0),(22172,5423,1,1,1,10987,0,-7442.66,-3686.23,10.6602,4.6836,300,25,0,2059,0,1,0,0,0),(22171,5423,1,1,1,10987,0,-6881.34,-2710.84,22.2261,2.41982,300,25,0,2059,0,1,0,0,0),(22170,5423,1,1,1,10987,0,-7841.39,-3756.24,50.5255,5.38414,300,25,0,2059,0,1,0,0,0),(22169,5423,1,1,1,10987,0,-7976.05,-4014.97,10.231,2.77927,300,25,0,2059,0,1,0,0,0),(22168,5423,1,1,1,10987,0,-7853.14,-3804.69,41.8746,0.367884,300,25,0,2059,0,1,0,0,0),(22167,5423,1,1,1,10987,0,-7386.31,-3420.73,15.8742,6.13506,300,25,0,2059,0,1,0,0,0),(22166,5423,1,1,1,10987,0,-7725.01,-3479.49,33.0362,3.49854,300,25,0,2059,0,1,0,0,0),(22165,5423,1,1,1,10987,0,-7386.8,-3180.47,9.9087,4.63011,300,25,0,2059,0,1,0,0,0),(22164,5423,1,1,1,10987,0,-7292.88,-3289.68,10.6841,0.156805,300,25,0,2059,0,1,0,0,0),(22163,5423,1,1,1,10987,0,-7390.82,-2822.11,12.199,3.09466,300,25,0,2059,0,1,0,0,0),(22162,5423,1,1,1,10987,0,-6980.81,-3286.42,9.38604,4.03643,300,25,0,2059,0,1,0,0,0),(22161,5423,1,1,1,10987,0,-8116.22,-4193.72,10.2781,1.01095,300,25,0,2059,0,1,0,0,0),(22160,5423,1,1,1,10987,0,-7936.11,-4297.19,10.2756,5.50055,300,25,0,2059,0,1,0,0,0),(22159,5422,1,1,1,2414,0,-7199.29,-3548.63,10.8381,3.20998,300,25,0,1829,0,1,0,0,0),(22158,5422,1,1,1,2414,0,-7514.66,-3806.53,10.8286,5.17545,300,25,0,1829,0,1,0,0,0),(22157,5422,1,1,1,2414,0,-7115.3,-3511.06,10.5394,4.27494,300,25,0,1829,0,1,0,0,0),(22156,5422,1,1,1,2414,0,-7183.48,-3606.31,13.2987,0.20757,300,25,0,1829,0,1,0,0,0),(22155,5422,1,1,1,2414,0,-7519.29,-3941.29,10.2542,4.84765,300,25,0,1829,0,1,0,0,0),(22154,5422,1,1,1,2414,0,-7514.6,-3882.56,10.4001,0.036699,300,25,0,1829,0,1,0,0,0),(22153,5422,1,1,1,2414,0,-7567.07,-4019.43,12.5679,6.25803,300,25,0,1829,0,1,0,0,0),(22152,5422,1,1,1,2414,0,-7520.68,-3985.59,9.61974,4.45179,300,25,0,1829,0,1,0,0,0),(22151,5422,1,1,1,2414,0,-7483.07,-4077.65,9.02358,3.0212,300,25,0,1829,0,1,0,0,0),(22150,5422,1,1,1,2414,0,-7510.77,-4127.44,9.33713,5.14076,300,25,0,1829,0,1,0,0,0),(22149,5422,1,1,1,2414,0,-7305.3,-4149.35,10.8906,0.007223,300,25,0,1829,0,1,0,0,0),(22148,5422,1,1,1,2414,0,-7362.96,-3944.92,12.1374,2.99824,300,25,0,1829,0,1,0,0,0),(22147,5422,1,1,1,2414,0,-7383.99,-3986.28,9.10609,1.39703,300,25,0,1829,0,1,0,0,0),(22146,5422,1,1,1,2414,0,-7391.49,-4210.87,9.67916,3.18356,300,25,0,1829,0,1,0,0,0),(22145,5422,1,1,1,2414,0,-7317.57,-4250.19,9.25176,1.06097,300,25,0,1829,0,1,0,0,0),(22144,5422,1,1,1,2414,0,-7248.17,-3986.65,9.08968,1.38031,300,25,0,1829,0,1,0,0,0),(22143,5422,1,1,1,2414,0,-7326.04,-3958.94,9.96704,0.26746,300,25,0,1829,0,1,0,0,0),(22142,5422,1,1,1,2414,0,-7121.37,-3479.14,9.11121,2.41027,300,25,0,1829,0,1,0,0,0),(22141,5422,1,1,1,2414,0,-6990.13,-4552.33,9.83252,4.96733,300,25,0,1829,0,1,0,0,0),(22140,5422,1,1,1,2414,0,-6989.23,-4026.31,14.7474,5.82719,300,25,0,1829,0,1,0,0,0),(22139,5422,1,1,1,2414,0,-7190.89,-4492,12.9912,2.85284,300,25,0,1829,0,1,0,0,0),(22138,5422,1,1,1,2414,0,-7123.51,-4601.97,11.5531,2.97277,300,25,0,1829,0,1,0,0,0),(22137,5422,1,1,1,2414,0,-6988.9,-3553.65,14.3401,4.70836,300,10,0,1829,0,1,0,0,0),(22136,5422,1,1,1,2414,0,-7231.87,-3614.13,10.4817,2.93118,300,25,0,1829,0,1,0,0,0),(22135,5422,1,1,1,2414,0,-7116.35,-4779.72,9.91428,1.42393,300,25,0,1829,0,1,0,0,0),(22134,5422,1,1,1,2414,0,-7305.93,-3611.72,13.8464,0.156447,300,25,0,1829,0,1,0,0,0),(22133,5422,1,1,1,2414,0,-6890.85,-3879.98,43.739,6.21111,300,25,0,1829,0,1,0,0,0),(22132,5422,1,1,1,2414,0,-7130.94,-4256.39,10.1258,3.57161,300,25,0,1829,0,1,0,0,0),(22131,5422,1,1,1,2414,0,-7391.82,-3696.83,9.62677,4.32507,300,25,0,1829,0,1,0,0,0),(22130,5422,1,1,1,2414,0,-6788.12,-4749.39,10.3477,1.60875,300,25,0,1829,0,1,0,0,0),(22129,5422,1,1,1,2414,0,-6949.82,-3949.57,34.2626,1.96797,300,25,0,1829,0,1,0,0,0),(22128,5422,1,1,1,2414,0,-7204.04,-4759.88,11.1376,2.99444,300,25,0,1829,0,1,0,0,0),(22127,5422,1,1,1,2414,0,-7378.33,-4071.04,9.00176,4.95042,300,25,0,1829,0,1,0,0,0),(22126,5422,1,1,1,2414,0,-7262.98,-3541.6,12.4889,0.510797,300,25,0,1829,0,1,0,0,0),(22125,5422,1,1,1,2414,0,-6928.1,-4166.23,10.536,1.46105,300,25,0,1829,0,1,0,0,0),(22124,5422,1,1,1,2414,0,-6918.2,-4586.69,10.198,1.59502,300,25,0,1829,0,1,0,0,0),(22123,5422,1,1,1,2414,0,-7210.7,-4804.45,10.4554,1.74085,300,25,0,1829,0,1,0,0,0),(22122,5422,1,1,1,2414,0,-6920.47,-4531.78,10.9073,5.04279,300,25,0,1829,0,1,0,0,0),(22121,5422,1,1,1,2414,0,-7116.53,-4068.76,9.37676,2.18599,300,25,0,1829,0,1,0,0,0),(22120,5422,1,1,1,2414,0,-7298.02,-3865.91,12.6481,1.08016,300,25,0,1829,0,1,0,0,0),(22119,5422,1,1,1,2414,0,-6840.63,-4599.72,11.3745,0.486999,300,25,0,1829,0,1,0,0,0),(22118,5422,1,1,1,2414,0,-7377.3,-3806.51,10.4872,3.68537,300,25,0,1829,0,1,0,0,0),(22117,5422,1,1,1,2414,0,-7463.59,-3753.01,9.74464,4.90289,300,25,0,1829,0,1,0,0,0),(22116,5421,1,1,1,12339,0,-8516.86,-2017.45,10.0593,0.314931,300,25,0,2576,0,1,0,0,0),(22115,5421,1,1,1,12339,0,-8494.74,-2550.86,42.1556,6.15592,300,25,0,2576,0,1,0,0,0),(22114,5421,1,1,1,12339,0,-9115.71,-3347.73,34.0365,1.06958,300,25,0,2576,0,1,0,0,0),(22113,5421,1,1,1,12339,0,-9317.36,-2751.89,16.7424,3.95221,300,25,0,2576,0,1,0,0,0),(22112,5421,1,1,1,12339,0,-8482.99,-2151.05,11.7883,4.30468,300,10,0,2576,0,1,0,0,0),(22111,5421,1,1,1,12339,0,-9186.19,-2352.54,9.41954,3.66995,300,25,0,2576,0,1,0,0,0),(22110,5421,1,1,1,12339,0,-8649.17,-2015.45,13.4668,1.01533,300,25,0,2576,0,1,0,0,0),(22109,5421,1,1,1,12339,0,-8385.56,-2260.98,22.7063,4.36162,300,25,0,2576,0,1,0,0,0),(22108,5421,1,1,1,12339,0,-9116.58,-2550.9,18.5101,4.61253,300,25,0,2576,0,1,0,0,0),(22107,5421,1,1,1,12339,0,-9385.77,-2286.6,8.71604,4.20245,300,25,0,2576,0,1,0,0,0),(22106,5421,1,1,1,12339,0,-9246.46,-2348.98,9.9436,0.330403,300,25,0,2576,0,1,0,0,0),(22105,5421,1,1,1,12339,0,-9446.03,-2946.45,9.91249,1.12898,300,10,0,2576,0,1,0,0,0),(22104,5421,1,1,1,12339,0,-8581.48,-2146.55,9.3622,4.7883,300,0,0,2576,0,0,0,0,0),(22103,5421,1,1,1,12339,0,-9048.97,-2546.44,21.2627,0.444405,300,25,0,2576,0,1,0,0,0),(22102,5421,1,1,1,12339,0,-9514.01,-2552.17,33.2633,0.228408,300,3,0,2576,0,1,0,0,0),(22101,5421,1,1,1,12339,0,-8372.09,-2344.56,22.6202,3.46139,300,25,0,2576,0,1,0,0,0),(22100,5421,1,1,1,12339,0,-9522.87,-2615.42,16.5176,4.62633,300,10,0,2576,0,1,0,0,0),(22099,5421,1,1,1,12339,0,-9316.6,-3217.92,11.3815,4.95894,300,25,0,2576,0,1,0,0,0),(22098,5421,1,1,1,12339,0,-9183.94,-2282.73,13.0865,1.56494,300,25,0,2576,0,1,0,0,0),(22097,5421,1,1,1,12339,0,-9182.78,-2751.48,23.0999,4.0724,300,25,0,2576,0,1,0,0,0),(22096,5421,1,1,1,12339,0,-8708.06,-2021.49,33.015,5.54064,300,25,0,2576,0,1,0,0,0),(22095,5421,1,1,1,12339,0,-9252.22,-2216.06,8.46245,2.97691,300,25,0,2576,0,1,0,0,0),(22094,5421,1,1,1,12339,0,-9381.94,-2616.78,12.9772,0.234557,300,25,0,2576,0,1,0,0,0),(22093,5421,1,1,1,12339,0,-8984.73,-2678.77,31.5278,1.14829,300,30,0,2576,0,1,0,0,0),(22092,5421,1,1,1,12339,0,-9111.05,-2493.53,13.6936,5.26182,300,0,0,2576,0,0,0,0,0),(22091,5421,1,1,1,12339,0,-8355.55,-1986.03,12.0775,1.46899,300,10,0,2576,0,1,0,0,0),(22090,5421,1,1,1,12339,0,-9314.55,-2353.9,10.4313,5.46066,300,25,0,2576,0,1,0,0,0),(22089,5421,1,1,1,12339,0,-9118.43,-2287.48,8.9874,4.73777,300,25,0,2576,0,1,0,0,0),(22088,5421,1,1,1,12339,0,-8448.74,-1975.41,15.4372,1.7337,300,25,0,2576,0,1,0,0,0),(22087,5421,1,1,1,12339,0,-9314.17,-2282.33,9.69709,0.007812,300,25,0,2576,0,1,0,0,0),(22086,5421,1,1,1,12339,0,-9385.47,-3156.25,9.10144,3.97325,300,25,0,2576,0,1,0,0,0),(22085,5421,1,1,1,12339,0,-9456.63,-3623.04,10.5928,3.75776,300,25,0,2576,0,1,0,0,0),(22084,5421,1,1,1,12339,0,-8911.4,-2479.14,11.789,0.656814,300,25,0,2576,0,1,0,0,0),(22083,5421,1,1,1,12339,0,-8645.6,-2091.49,13.6129,4.92148,300,10,0,2576,0,1,0,0,0),(22082,5421,1,1,1,12339,0,-9086.57,-3552.69,12.6506,0.125324,300,25,0,2576,0,1,0,0,0),(22081,5421,1,1,1,12339,0,-8443.62,-2215.34,17.4049,3.12023,300,25,0,2576,0,1,0,0,0),(22080,5421,1,1,1,12339,0,-9322.65,-2684.37,9.42943,3.57332,300,25,0,2576,0,1,0,0,0),(22079,5421,1,1,1,12339,0,-9116.6,-2689.52,28.9228,5.00759,300,30,0,2576,0,1,0,0,0),(22078,5421,1,1,1,12339,0,-9384.15,-2543.37,15.0221,1.71186,300,25,0,2576,0,1,0,0,0),(22077,5421,1,1,1,12339,0,-9321.53,-3490.04,9.66733,4.23505,300,25,0,2576,0,1,0,0,0),(22076,5421,1,1,1,12339,0,-9252.78,-2758.22,12.8954,4.43393,300,25,0,2576,0,1,0,0,0),(22075,5421,1,1,1,12339,0,-8525.82,-2270.22,26.4268,3.15476,300,25,0,2576,0,1,0,0,0),(22074,5421,1,1,1,12339,0,-9041.58,-2630.12,24.6264,5.28901,300,30,0,2576,0,1,0,0,0),(22073,5421,1,1,1,12339,0,-9047.67,-3366.32,30.1985,1.27316,300,25,0,2576,0,1,0,0,0),(22072,5421,1,1,1,12339,0,-9447.67,-3485.81,12.3101,6.00325,300,10,0,2576,0,1,0,0,0),(22071,5421,1,1,1,12339,0,-9299.55,-3554.87,9.52587,6.00644,300,25,0,2576,0,1,0,0,0),(22070,5421,1,1,1,12339,0,-8551.52,-1959.68,15.3379,3.30448,300,25,0,2576,0,1,0,0,0),(22069,5421,1,1,1,12339,0,-8606.11,-1989.18,11.4703,2.48519,300,25,0,2576,0,1,0,0,0),(22068,5421,1,1,1,12339,0,-8909.16,-2677.53,27.2184,0.422761,300,25,0,2576,0,1,0,0,0),(22067,5421,1,1,1,12339,0,-8376.05,-2225.21,15.1384,4.70067,300,25,0,2576,0,1,0,0,0),(22066,5421,1,1,1,12339,0,-9182.63,-3411.54,17.0374,1.94877,300,25,0,2576,0,1,0,0,0),(22065,5421,1,1,1,12339,0,-8456.14,-2288.89,21.8359,4.01621,300,25,0,2576,0,1,0,0,0),(22064,5421,1,1,1,12339,0,-8583.96,-2113.57,8.97147,1.77056,300,25,0,2576,0,1,0,0,0),(1114,699,0,1,1,4576,1,-11553.9,608.401,50.6287,4.18879,300,0,0,1279,0,0,0,0,0),(22063,5421,1,1,1,12339,0,-9460.33,-2423.6,20.0476,3.62534,300,25,0,2576,0,1,0,0,0),(35066,5355,530,1,1,0,1,-2442.94,3148.91,1.19519,4.73973,300,5,0,3331,0,1,0,0,0),(35067,5355,530,1,1,0,1,-2443.5,3208.64,6.80911,5.64828,300,5,0,3331,0,1,0,0,0),(35068,5355,530,1,1,0,1,-2384.35,3173.99,2.53798,2.26151,300,5,0,3331,0,1,0,0,0),(35069,5355,530,1,1,0,1,-2389.8,3260.17,0.8744,1.61725,300,5,0,3331,0,1,0,0,0),(35070,5355,530,1,1,0,1,-2351.84,3120.38,11.5148,1.00199,300,5,0,3331,0,1,0,0,0),(35071,5355,530,1,1,0,1,-2373.03,3204.09,-1.11418,3.80656,300,0,0,3331,0,2,0,0,0),(35072,5355,530,1,1,0,1,-2283.24,3195.8,-5.45111,2.31517,300,5,0,3331,0,1,0,0,0),(35073,5355,530,1,1,0,1,-2284.45,3215.03,-4.03436,3.68868,300,5,0,3331,0,1,0,0,0),(35074,5355,530,1,1,0,1,-2288.78,3095.46,13.912,6.2087,300,0,0,3331,0,0,0,0,0),(35075,5355,530,1,1,0,1,-2270.05,3094.06,13.912,3.05433,300,0,0,3331,0,0,0,0,0),(35076,5355,530,1,1,0,1,-2270.86,3089.83,13.912,2.82743,300,0,0,3331,0,0,0,0,0),(35077,5355,530,1,1,0,1,-2301.09,3081.47,13.912,0.855211,300,0,0,3331,0,0,0,0,0),(35078,5355,530,1,1,0,1,-2249.52,3122.55,27.4721,3.50811,300,0,0,3331,0,0,0,0,0),(35079,5355,530,1,1,0,1,-2240.17,3177.83,-10.6271,4.8917,300,5,0,3331,0,1,0,0,0),(35080,5355,530,1,1,0,1,-2302.85,3287.75,2.89659,0.836431,300,5,0,3331,0,1,0,0,0),(35081,5355,530,1,1,0,1,-2276.15,3253.47,-2.90088,5.05604,300,5,0,3331,0,1,0,0,0),(35082,5355,530,1,1,0,1,-2360.48,3293.72,-0.34942,1.95246,300,5,0,3331,0,1,0,0,0),(35083,5355,530,1,1,0,1,-2323.33,3318.42,0.51991,2.8185,300,5,0,3331,0,1,0,0,0),(35084,5355,530,1,1,0,1,-2382.22,3315.36,-3.95595,2.4196,300,5,0,3331,0,1,0,0,0),(35085,5355,530,1,1,0,1,-2322.24,3407.68,-11.032,1.58825,300,0,0,3331,0,0,0,0,0),(22062,5420,1,1,1,7344,0,-7802.47,-3819.09,35.1928,6.21675,300,25,0,2310,0,1,0,0,0),(22061,5420,1,1,1,7344,0,-8316.66,-3948.21,12.9026,1.708,300,25,0,2310,0,1,0,0,0),(22060,5420,1,1,1,7344,0,-8383.28,-4012.7,11.995,1.76765,300,25,0,2310,0,1,0,0,0),(22059,5420,1,1,1,7344,0,-8247.41,-4284.51,13.2167,0.027337,300,25,0,2310,0,1,0,0,0),(22058,5420,1,1,1,7344,0,-8113.99,-4151.72,9.67213,6.17943,300,25,0,2310,0,1,0,0,0),(22057,5420,1,1,1,7344,0,-8113,-4414.97,9.00176,0.11753,300,25,0,2310,0,1,0,0,0),(22056,5420,1,1,1,7344,0,-8051.62,-4284.65,9.00175,3.80496,300,25,0,2310,0,1,0,0,0),(22055,5420,1,1,1,7344,0,-8048.08,-4348.63,10.1634,0.052788,300,25,0,2310,0,1,0,0,0),(22054,5420,1,1,1,7344,0,-7985.73,-4146.45,10.7739,2.41008,300,25,0,2310,0,1,0,0,0),(22053,5420,1,1,1,7344,0,-7848.48,-4082.1,10.9606,0.233989,300,25,0,2310,0,1,0,0,0),(22052,5420,1,1,1,7344,0,-7987.21,-4215.41,14.9956,3.02619,300,25,0,2310,0,1,0,0,0),(22051,5420,1,1,1,7344,0,-7775.22,-3023.45,52.6758,2.86249,300,25,0,2310,0,1,0,0,0),(22050,5420,1,1,1,7344,0,-8517.9,-3747.53,18.0268,2.99567,300,25,0,2310,0,1,0,0,0),(22049,5420,1,1,1,7344,0,-8440.06,-3277.66,9.04274,5.36199,300,25,0,2310,0,1,0,0,0),(22048,5420,1,1,1,7344,0,-8383.96,-4442.39,10.4963,2.27032,300,25,0,2310,0,1,0,0,0),(22047,5420,1,1,1,7344,0,-8581.19,-4486.47,9.44578,5.71329,300,25,0,2310,0,1,0,0,0),(22046,5420,1,1,1,7344,0,-7747.2,-3084.92,57.2503,0.214642,300,25,0,2310,0,1,0,0,0),(22045,5420,1,1,1,7344,0,-8057.84,-4075.56,9.87674,1.50631,300,25,0,2310,0,1,0,0,0),(22044,5420,1,1,1,7344,0,-8243.9,-3742.86,14.1327,1.78925,300,30,0,2310,0,1,0,0,0),(22043,5420,1,1,1,7344,0,-8578.98,-3749.61,25.4946,0.401336,300,25,0,2310,0,1,0,0,0),(22042,5420,1,1,1,7344,0,-8387.39,-4244.78,14.445,5.21968,300,25,0,2310,0,1,0,0,0),(22041,5420,1,1,1,7344,0,-7787.46,-4417.69,10.1166,2.46652,300,25,0,2310,0,1,0,0,0),(22040,5420,1,1,1,7344,0,-7993.06,-4342.84,10.6249,2.92172,300,25,0,2310,0,1,0,0,0),(22039,5420,1,1,1,7344,0,-8245.1,-4106.88,9.39423,4.83965,300,25,0,2310,0,1,0,0,0),(22038,5420,1,1,1,7344,0,-7984.58,-4279.62,11.5551,0.051895,300,25,0,2310,0,1,0,0,0),(22037,5420,1,1,1,7344,0,-8448.99,-4135.33,10.3891,1.67843,300,25,0,2310,0,1,0,0,0),(22036,5420,1,1,1,7344,0,-8584.14,-3811.09,21.5069,1.36049,300,25,0,2310,0,1,0,0,0),(22035,5420,1,1,1,7344,0,-8381.62,-3615.53,19.8655,1.44353,300,25,0,2310,0,1,0,0,0),(22034,5420,1,1,1,7344,0,-8445.79,-3812.68,11.6213,1.06253,300,25,0,2310,0,1,0,0,0),(22033,5420,1,1,1,7344,0,-8518.27,-4346.54,9.41676,1.6179,300,25,0,2310,0,1,0,0,0),(22032,5420,1,1,1,7344,0,-8649.25,-3151.53,18.6806,5.47293,300,25,0,2310,0,1,0,0,0),(22031,5420,1,1,1,7344,0,-8653.21,-3080.58,15.6801,3.06348,300,25,0,2310,0,1,0,0,0),(22030,5420,1,1,1,7344,0,-8657,-2822.24,17.1412,0.307545,300,25,0,2310,0,1,0,0,0),(22029,5420,1,1,1,7344,0,-7839.12,-3088.7,63.2786,3.33439,300,25,0,2310,0,1,0,0,0),(22028,5420,1,1,1,7344,0,-8311.02,-3427.04,9.00177,1.76405,300,25,0,2310,0,1,0,0,0),(22027,5420,1,1,1,7344,0,-8588.39,-4416.62,9.62002,3.12597,300,25,0,2310,0,1,0,0,0),(22026,5420,1,1,1,7344,0,-8393.54,-2611.63,36.2053,2.03035,300,25,0,2310,0,1,0,0,0),(22025,5420,1,1,1,7344,0,-9048.29,-3288.38,44.377,5.17968,300,25,0,2310,0,1,0,0,0),(22024,5420,1,1,1,7344,0,-8645.31,-4149.85,25.3887,5.62997,300,10,0,2310,0,1,0,0,0),(22023,5420,1,1,1,7344,0,-8379.59,-3532.46,10.8837,2.60184,300,25,0,2310,0,1,0,0,0),(22022,5420,1,1,1,7344,0,-8713.17,-3276.81,9.62382,0.78318,300,25,0,2310,0,1,0,0,0),(22021,5420,1,1,1,7344,0,-8723.21,-3018.73,21.7562,3.3861,300,25,0,2310,0,1,0,0,0),(22020,5420,1,1,1,7344,0,-8585.11,-2776.66,16.623,1.60399,300,25,0,2310,0,1,0,0,0),(22019,5420,1,1,1,7344,0,-8916.3,-3149.84,34.3745,0.820274,300,25,0,2310,0,1,0,0,0),(22018,5420,1,1,1,7344,0,-8777.63,-2885.98,23.0081,5.54616,300,25,0,2310,0,1,0,0,0),(22017,5420,1,1,1,7344,0,-8912.82,-2952.97,44.3428,5.6307,300,25,0,2310,0,1,0,0,0),(22016,5420,1,1,1,7344,0,-7828.58,-3153.62,71.6769,3.70003,300,25,0,2310,0,1,0,0,0),(22015,5420,1,1,1,7344,0,-8372.75,-3475.82,11.5325,3.08749,300,25,0,2310,0,1,0,0,0),(22014,5420,1,1,1,7344,0,-8589.67,-4155.59,16.1869,4.04192,300,25,0,2310,0,1,0,0,0),(22013,5420,1,1,1,7344,0,-8511.85,-4285.53,11.2078,6.16368,300,25,0,2310,0,1,0,0,0),(22012,5420,1,1,1,7344,0,-8459.15,-3947.43,24.3114,2.98229,300,25,0,2310,0,1,0,0,0),(22011,5420,1,1,1,7344,0,-8194.26,-3554.37,29.869,4.32212,300,25,0,2310,0,1,0,0,0),(22010,5420,1,1,1,7344,0,-7453.98,-2718.21,13.2898,1.79349,300,25,0,2310,0,1,0,0,0),(22009,5420,1,1,1,7344,0,-8727.69,-2961.33,17.6857,2.28981,300,25,0,2310,0,1,0,0,0),(22008,5420,1,1,1,7344,0,-8912.45,-2755.26,34.8682,5.59965,300,25,0,2310,0,1,0,0,0),(22007,5420,1,1,1,7344,0,-8317.02,-2682.2,30.5869,4.68088,300,25,0,2310,0,1,0,0,0),(22006,5420,1,1,1,7344,0,-8198.58,-3957.64,9.35269,1.94877,300,25,0,2310,0,1,0,0,0),(22005,5420,1,1,1,7344,0,-8445.87,-3883.46,14.1139,2.92028,300,25,0,2310,0,1,0,0,0),(22004,5420,1,1,1,7344,0,-8382.35,-4092.79,14.4999,0.255512,300,25,0,2310,0,1,0,0,0),(22003,5420,1,1,1,7344,0,-8441.92,-4554.94,10.0966,0.053207,300,25,0,2310,0,1,0,0,0),(22002,5420,1,1,1,7344,0,-8181.37,-3683.78,25.4246,5.43563,300,25,0,2310,0,1,0,0,0),(22001,5420,1,1,1,7344,0,-8118.27,-3349.16,32.3306,0.221444,300,25,0,2310,0,1,0,0,0),(22000,5420,1,1,1,7344,0,-8048.8,-3687.02,56.9163,4.66546,300,25,0,2310,0,1,0,0,0),(21999,5420,1,1,1,7344,0,-8050.61,-3772.58,35.0526,1.52582,300,25,0,2310,0,1,0,0,0),(21998,5420,1,1,1,7344,0,-7725.39,-2939.17,31.3513,3.31316,300,25,0,2310,0,1,0,0,0),(21997,5420,1,1,1,7344,0,-7953.88,-2951.14,48.5231,0.287208,300,25,0,2310,0,1,0,0,0),(21996,5420,1,1,1,7344,0,-7653.41,-2952,9.80883,0.191986,300,0,0,2310,0,0,0,0,0),(21995,5420,1,1,1,7344,0,-8845.77,-2471.04,12.6456,1.3481,300,25,0,2310,0,1,0,0,0),(35221,5384,0,1,1,0,1,-8464,516.193,100.639,3.264,540,0,0,1753,0,0,0,0,0),(1113,588,0,1,1,4575,1,-11551.6,568.261,50.5732,0.791847,300,0,0,1279,0,0,0,0,0),(35224,18983,269,3,1,0,0,-1656.01,7062.88,21.9512,5.73114,86400,3,0,9489,0,1,0,0,0),(8487,4979,1,1,1,2979,1,-3733.43,-4380.58,11.3613,1.23918,360,0,0,4906,0,0,0,0,0),(21994,5420,1,1,1,7344,0,-9058.18,-2886.76,46.9455,3.45884,300,25,0,2310,0,1,0,0,0),(35229,18983,269,3,1,0,0,-1667.87,7027.8,20.5515,4.26245,86400,3,0,9489,0,1,0,0,0),(1112,595,0,1,1,4574,1,-11526.1,566.36,49.7114,0.835486,300,3,0,1279,0,1,0,0,0),(7562,2893,0,1,1,1194,1,-7048.61,-3255.78,246.894,1.1351,300,10,0,1678,0,1,0,0,0),(21993,5420,1,1,1,7344,0,-8661.44,-3215,21.2472,3.30642,300,25,0,2310,0,1,0,0,0),(21992,5420,1,1,1,7344,0,-8317.73,-2619.54,33.142,4.73192,300,25,0,2310,0,1,0,0,0),(49188,11368,309,1,1,14562,0,-12171.8,-1462.23,130.725,0.026701,7200,0,0,5341,0,0,0,0,0),(35239,20075,269,3,1,0,0,-1687.74,7028.56,17.3199,3.10791,86400,3,0,9489,0,1,0,0,0),(35240,18982,269,3,1,0,0,-1716.3,7034.77,22.4062,2.92727,86400,3,0,9489,0,1,0,0,0),(7561,2829,0,1,1,10824,0,-6514.25,-3702.77,272.333,2.80934,300,10,0,1403,0,1,0,0,0),(35243,20075,269,3,1,0,0,-1705.91,7008.35,17.5683,5.08712,86400,3,0,9489,0,1,0,0,0),(35246,18983,269,3,1,0,0,-1683.96,6987.15,22.3822,5.51516,86400,3,0,9489,0,1,0,0,0),(7560,2734,0,1,1,917,0,-6918.24,-2584.51,257.114,4.82391,300,5,0,1829,0,1,0,0,0),(21991,5420,1,1,1,7344,0,-8447.43,-4482.38,9.20265,2.9151,300,25,0,2310,0,1,0,0,0),(35250,5413,0,1,1,0,1,-8427,600.092,94.706,3.281,540,0,0,1753,0,0,0,0,0),(1111,691,0,1,1,5561,0,-12205.1,825.094,2.2676,3.32716,300,5,0,1469,0,1,0,0,0),(1110,691,0,1,1,5561,0,-12185.5,824.453,2.92212,6.24122,300,5,0,1469,0,1,0,0,0),(21990,5420,1,1,1,7344,0,-8699.97,-4285.98,16.7061,0.015624,300,25,0,2310,0,1,0,0,0),(21989,5420,1,1,1,7344,0,-8212.68,-3415.42,21.3794,6.12221,300,25,0,2310,0,1,0,0,0),(21988,5420,1,1,1,7344,0,-8027.31,-3627.12,69.819,0.590713,300,25,0,2310,0,1,0,0,0),(21987,5420,1,1,1,7344,0,-7933.08,-3238.31,66.5474,5.4101,300,25,0,2310,0,1,0,0,0),(21986,5420,1,1,1,7344,0,-7899.66,-3714.83,58.1726,2.01522,300,25,0,2310,0,1,0,0,0),(21985,5420,1,1,1,7344,0,-7414.55,-2616.18,10.2518,6.1635,300,10,0,2310,0,1,0,0,0),(21984,5420,1,1,1,7344,0,-7506.05,-2614.08,9.00176,3.16311,300,10,0,2310,0,1,0,0,0),(21983,5420,1,1,1,7344,0,-7980.5,-2860.18,33.4448,1.4554,300,25,0,2310,0,1,0,0,0),(21982,5420,1,1,1,7344,0,-8582.65,-3143.86,11.5833,1.72687,300,25,0,2310,0,1,0,0,0),(21981,5420,1,1,1,7344,0,-8507.02,-2669.93,31.8091,1.85183,300,25,0,2310,0,1,0,0,0),(21980,5420,1,1,1,7344,0,-8591.1,-2621.71,25.9767,4.66671,300,25,0,2310,0,1,0,0,0),(21979,5420,1,1,1,7344,0,-8249.76,-3949.22,9.59564,2.22328,300,25,0,2310,0,1,0,0,0),(21978,5420,1,1,1,7344,0,-8073.69,-4035.53,9.29574,3.34961,300,25,0,2310,0,1,0,0,0),(21977,5420,1,1,1,7344,0,-7914,-4142.25,10.9901,0.925342,300,25,0,2310,0,1,0,0,0),(21976,5420,1,1,1,7344,0,-7921.51,-4551.24,11.6694,3.39406,300,25,0,2310,0,1,0,0,0),(21975,5420,1,1,1,7344,0,-8452.17,-4017.4,19.0417,0.001953,300,25,0,2310,0,1,0,0,0),(21974,5420,1,1,1,7344,0,-8436.41,-3614.46,17.4295,0.060591,300,25,0,2310,0,1,0,0,0),(21973,5420,1,1,1,7344,0,-8507.15,-4014.92,24.153,6.26644,300,25,0,2310,0,1,0,0,0),(21972,5420,1,1,1,7344,0,-8436.79,-4330.88,9.73656,2.44663,300,25,0,2310,0,1,0,0,0),(21971,5420,1,1,1,7344,0,-8517.51,-3534.51,10.2952,1.60399,300,25,0,2310,0,1,0,0,0),(21970,5420,1,1,1,7344,0,-8181.33,-3066.83,14.7709,4.87336,300,25,0,2310,0,1,0,0,0),(21969,5420,1,1,1,7344,0,-7982.69,-3085.07,73.6291,0.502667,300,25,0,2310,0,1,0,0,0),(21968,5420,1,1,1,7344,0,-7727.05,-2884.72,26.3607,3.48002,300,25,0,2310,0,1,0,0,0),(21967,5420,1,1,1,7344,0,-7774.6,-2920.53,33.272,4.26806,300,25,0,2310,0,1,0,0,0),(21966,5420,1,1,1,7344,0,-7525.15,-2958.23,9.63288,3.79098,300,25,0,2310,0,1,0,0,0),(21965,5420,1,1,1,7344,0,-8302.2,-2737.08,22.0823,0.693777,300,25,0,2310,0,1,0,0,0),(21964,5420,1,1,1,7344,0,-8987.55,-3091.12,59.0205,4.32676,300,25,0,2310,0,1,0,0,0),(21963,5420,1,1,1,7344,0,-8853.47,-2884.1,36.1245,4.47486,300,25,0,2310,0,1,0,0,0),(21962,5420,1,1,1,7344,0,-8578.65,-2656.07,23.1784,2.4114,300,25,0,2310,0,1,0,0,0),(21961,5420,1,1,1,7344,0,-8440.09,-2692.42,26.2427,1.16308,300,25,0,2310,0,1,0,0,0),(21960,5420,1,1,1,7344,0,-8178.24,-4332.41,11.5397,4.94884,300,25,0,2310,0,1,0,0,0),(21959,5420,1,1,1,7344,0,-8633.58,-3348.04,11.4369,0.05474,300,25,0,2310,0,1,0,0,0),(21958,5420,1,1,1,7344,0,-8352.12,-3280.84,19.4494,5.48606,300,25,0,2310,0,1,0,0,0),(21957,5420,1,1,1,7344,0,-8502.8,-3955.41,25.315,0.356943,300,25,0,2310,0,1,0,0,0),(21956,5420,1,1,1,7344,0,-8313.93,-3268.76,22.1254,0.201465,300,25,0,2310,0,1,0,0,0),(21955,5420,1,1,1,7344,0,-7984.74,-3211.68,54.4981,1.47501,300,25,0,2310,0,1,0,0,0),(21954,5420,1,1,1,7344,0,-8009.85,-3017.47,65.51,0.039043,300,25,0,2310,0,1,0,0,0),(21953,5420,1,1,1,7344,0,-8216.58,-3614.68,18.7166,2.79753,300,25,0,2310,0,1,0,0,0),(21952,5420,1,1,1,7344,0,-8115.99,-3081.91,34.6332,0.757781,300,25,0,2310,0,1,0,0,0),(21951,5420,1,1,1,7344,0,-7657.15,-2874.02,12.4113,2.3108,300,25,0,2310,0,1,0,0,0),(21950,5420,1,1,1,7344,0,-8276.94,-2694.45,28.2773,6.2539,300,25,0,2310,0,1,0,0,0),(21949,5420,1,1,1,7344,0,-8920.27,-3025.05,48.0485,4.35911,300,25,0,2310,0,1,0,0,0),(21948,5420,1,1,1,7344,0,-8456.21,-2624.66,36.9261,4.56317,300,25,0,2310,0,1,0,0,0),(21947,5420,1,1,1,7344,0,-8841.06,-2748.49,28.1216,0.160971,300,25,0,2310,0,1,0,0,0),(21946,5420,1,1,1,7344,0,-7850.84,-3682.05,44.8342,4.65765,300,25,0,2310,0,1,0,0,0),(21945,5420,1,1,1,7344,0,-7862.53,-4647.79,9.74821,1.92309,300,25,0,2310,0,1,0,0,0),(21944,5420,1,1,1,7344,0,-8653.91,-3424.44,12.35,5.11574,300,25,0,2310,0,1,0,0,0),(21943,5420,1,1,1,7344,0,-8260.83,-4436.28,9.02159,5.40143,300,25,0,2310,0,1,0,0,0),(21942,5420,1,1,1,7344,0,-8711.8,-3688.38,27.0708,5.36799,300,25,0,2310,0,1,0,0,0),(21941,7724,1,1,1,7173,1,-7139.19,-3683.27,21.0269,1.20428,300,0,0,2138,0,0,0,0,0),(21940,5419,1,1,1,141,0,-6982.04,-3012.55,10.9804,1.22418,300,25,0,1981,0,1,0,0,0),(21939,5419,1,1,1,141,0,-7549.71,-3751.56,9.36176,0.159248,300,25,0,1981,0,1,0,0,0),(21938,5419,1,1,1,141,0,-7450.55,-3117.09,13.8635,1.65214,300,25,0,1981,0,1,0,0,0),(21937,5419,1,1,1,141,0,-7189.14,-2818.82,9.25176,6.19773,300,25,0,1981,0,1,0,0,0),(21936,5419,1,1,1,141,0,-7123.21,-3279.5,10.0991,3.18454,300,25,0,1981,0,1,0,0,0),(21935,5419,1,1,1,141,0,-7120.39,-3396.5,9.97033,1.24657,300,25,0,1981,0,1,0,0,0),(21934,5419,1,1,1,141,0,-7647.12,-3883.76,10.2469,5.38012,300,25,0,1981,0,1,0,0,0),(21933,5419,1,1,1,141,0,-7585.77,-3880.4,9.70276,2.07818,300,25,0,1981,0,1,0,0,0),(21932,5419,1,1,1,141,0,-7577.81,-3463.76,26.6633,2.04318,300,25,0,1981,0,1,0,0,0),(21931,5419,1,1,1,141,0,-7516.58,-4084.74,9.30273,5.55782,300,25,0,1981,0,1,0,0,0),(21930,5419,1,1,1,141,0,-7448.59,-4153.11,10.2769,5.00405,300,25,0,1981,0,1,0,0,0),(21929,5419,1,1,1,141,0,-7139.43,-3609.53,8.15272,0.388483,300,25,0,1981,0,1,0,0,0),(21928,5419,1,1,1,141,0,-7391.18,-3285.36,10.0942,6.11164,300,25,0,1981,0,1,0,0,0),(21927,5419,1,1,1,141,0,-7711.28,-3023.93,34.8943,6.09994,300,25,0,1981,0,1,0,0,0),(21926,5419,1,1,1,141,0,-7588.6,-3407.43,44.7707,0.060591,300,25,0,1981,0,1,0,0,0),(21925,5419,1,1,1,141,0,-7652.18,-3953.9,11.5894,0.053601,300,25,0,1981,0,1,0,0,0),(21924,5419,1,1,1,141,0,-7579.78,-3209.53,37.525,1.01377,300,25,0,1981,0,1,0,0,0),(21923,5419,1,1,1,141,0,-7653.38,-3599.89,27.2241,1.4079,300,25,0,1981,0,1,0,0,0),(21922,5419,1,1,1,141,0,-7446.81,-3203.48,11.4348,2.11823,300,25,0,1981,0,1,0,0,0),(21921,5419,1,1,1,141,0,-6911.55,-2589.22,9.18952,4.60864,300,3,0,1981,0,1,0,0,0),(21920,5419,1,1,1,141,0,-7324.02,-2680.59,9.87968,5.84964,300,25,0,1981,0,1,0,0,0),(21919,5419,1,1,1,141,0,-6775.91,-4607.98,30.751,0.618024,300,25,0,1981,0,1,0,0,0),(21918,5419,1,1,1,141,0,-7383.96,-3619.66,9.33682,1.61773,300,25,0,1981,0,1,0,0,0),(21917,5419,1,1,1,141,0,-7654.24,-3233.63,60.3062,1.95493,300,25,0,1981,0,1,0,0,0),(21916,5419,1,1,1,141,0,-7656.15,-3537.27,22.3554,0.895401,300,25,0,1981,0,1,0,0,0),(21915,5419,1,1,1,141,0,-7384.63,-3254.71,12.3273,4.87784,300,25,0,1981,0,1,0,0,0),(21914,5419,1,1,1,141,0,-7513.27,-3703.04,11.8373,5.0999,300,25,0,1981,0,1,0,0,0),(21913,5419,1,1,1,141,0,-7048.15,-3088.32,12.589,-2.93342,300,0,0,1981,0,0,0,0,0),(21912,5419,1,1,1,141,0,-7053.57,-3365.02,9.33407,1.68232,300,25,0,1981,0,1,0,0,0),(21911,5419,1,1,1,141,0,-7313.72,-3747.19,10.4078,4.43152,300,25,0,1981,0,1,0,0,0),(21910,5419,1,1,1,141,0,-7223.2,-4406.26,9.11699,5.57171,300,25,0,1981,0,1,0,0,0),(21909,14123,1,1,1,7114,0,-7650.49,-4903.09,-8.49882,4.75163,300,15,0,1981,0,1,0,0,0),(21908,14123,1,1,1,7114,0,-7768.54,-5174.81,-9.08805,2.01033,300,15,0,1981,0,1,0,0,0),(47629,9680,230,1,1,9053,0,564.122,-235.226,-70.1945,4.32842,7200,0,0,9484,0,0,0,0,0),(21907,14123,1,1,1,7114,0,-7233,-4892.67,0.580003,0.242608,300,15,0,1981,0,1,0,0,0),(21906,5419,1,1,1,141,0,-7512.94,-3416.28,21.6042,3.41641,300,25,0,1981,0,1,0,0,0),(21905,5419,1,1,1,141,0,-7539.35,-3288.77,26.2777,5.50884,300,25,0,1981,0,1,0,0,0),(21904,5419,1,1,1,141,0,-7649.33,-3172.51,46.7795,1.00122,300,25,0,1981,0,1,0,0,0),(21903,5419,1,1,1,141,0,-7317.79,-2818.01,11.9541,1.43942,300,25,0,1981,0,1,0,0,0),(21902,5419,1,1,1,141,0,-7375.66,-2592.89,9.57486,3.66728,300,3,0,1981,0,1,0,0,0),(21901,5419,1,1,1,141,0,-6935.54,-3374.63,13.869,0.896055,300,3,0,1981,0,1,0,0,0),(21900,5419,1,1,1,141,0,-7056.87,-2602.53,9.98904,1.86412,300,3,0,1981,0,1,0,0,0),(21899,5419,1,1,1,141,0,-6985.89,-4214.48,9.00652,4.81511,300,10,0,1981,0,1,0,0,0),(21898,14123,1,1,1,7114,0,-6775.88,-4925.16,-13.1975,6.27626,300,15,0,1981,0,1,0,0,0),(21897,14123,1,1,1,7114,0,-6829.95,-4789.45,9.97958,3.39604,300,15,0,1981,0,1,0,0,0),(21896,14123,1,1,1,7114,0,-7498.87,-4943.07,-5.39578,2.86408,300,0,0,1981,0,0,0,0,0),(21895,14123,1,1,1,7114,0,-6673.6,-4892.05,-13.8847,0.704213,300,15,0,1981,0,1,0,0,0),(21894,14123,1,1,1,7114,0,-7679.76,-4860.96,0.641607,1.33236,300,15,0,1981,0,1,0,0,0),(21893,14123,1,1,1,7114,0,-7189.71,-4918.96,0.150004,4.21372,300,0,0,1981,0,0,0,0,0),(21892,14123,1,1,1,7114,0,-7021.25,-4873.34,-3.52731,1.50241,300,15,0,1981,0,1,0,0,0),(21891,14123,1,1,1,7114,0,-7624.55,-4852.21,0.206714,4.52764,300,15,0,1981,0,1,0,0,0),(21890,14123,1,1,1,7114,0,-7178.35,-4851.75,8.76391,3.01046,300,15,0,1981,0,1,0,0,0),(21889,14123,1,1,1,7114,0,-7673.45,-4954.05,-8.87002,1.51638,300,15,0,1981,0,1,0,0,0),(21888,5419,1,1,1,141,0,-7721.12,-3646.86,36.8069,1.21568,300,25,0,1981,0,1,0,0,0),(21887,5419,1,1,1,141,0,-7570.64,-3028.03,12.9989,5.57047,300,25,0,1981,0,1,0,0,0),(21886,5419,1,1,1,141,0,-7448.51,-3300.67,12.3774,0.505581,300,25,0,1981,0,1,0,0,0),(21885,5419,1,1,1,141,0,-7651.79,-3509.06,21.2023,1.75362,300,25,0,1981,0,1,0,0,0),(21884,5419,1,1,1,141,0,-7359.4,-3367.63,9.89293,2.78931,300,25,0,1981,0,1,0,0,0),(21883,5419,1,1,1,141,0,-7514.84,-3078.61,13,1.47104,300,25,0,1981,0,1,0,0,0),(21882,5419,1,1,1,141,0,-7510.14,-3562.65,11.1003,2.84209,300,25,0,1981,0,1,0,0,0),(21881,5419,1,1,1,141,0,-6955.08,-3354.64,9.64528,5.80203,300,25,0,1981,0,1,0,0,0),(21880,5419,1,1,1,141,0,-7317.61,-3226.51,9.54318,6.0283,300,25,0,1981,0,1,0,0,0),(21879,14123,1,1,1,7114,0,-7709.58,-5151.98,-8.22749,6.22973,300,0,0,1981,0,0,0,0,0),(21878,14123,1,1,1,7114,0,-7029.91,-4703.65,9.12676,2.23584,300,15,0,1981,0,1,0,0,0),(21877,14123,1,1,1,7114,0,-6775.01,-4894.7,-7.12604,3.93248,300,15,0,1981,0,1,0,0,0),(21876,14123,1,1,1,7114,0,-6877.57,-4924.21,-15.4173,0.928348,300,15,0,1981,0,1,0,0,0),(21875,14123,1,1,1,7114,0,-7588.39,-4888.28,-1.04754,0.374817,300,15,0,1981,0,1,0,0,0),(21874,14123,1,1,1,7114,0,-7079.52,-4888.16,-1.16185,5.85563,300,15,0,1981,0,1,0,0,0),(21873,14123,1,1,1,7114,0,-7142.26,-4931.4,-7.10383,4.17212,300,15,0,1981,0,1,0,0,0),(21872,14123,1,1,1,7114,0,-7521.84,-4934.7,-9.32233,4.98532,300,15,0,1981,0,1,0,0,0),(21871,14123,1,1,1,7114,0,-7257.76,-4944.02,-9.60715,4.56752,300,15,0,1981,0,1,0,0,0),(21870,14123,1,1,1,7114,0,-7451.76,-4918.8,0.39031,5.76186,300,15,0,1981,0,1,0,0,0),(21869,5419,1,1,1,141,0,-7483.21,-3425.36,16.6707,0.190504,300,25,0,1981,0,1,0,0,0),(21868,5419,1,1,1,141,0,-7732.71,-3083.51,50.2872,3.13769,300,25,0,1981,0,1,0,0,0),(21867,5419,1,1,1,141,0,-7206.59,-3411.09,11.749,5.23372,300,25,0,1981,0,1,0,0,0),(21866,5419,1,1,1,141,0,-7401.62,-3041.71,11.4237,2.72208,300,25,0,1981,0,1,0,0,0),(21865,5419,1,1,1,141,0,-7388.16,-2891.28,8.92048,1.26856,300,25,0,1981,0,1,0,0,0),(21864,5419,1,1,1,141,0,-7243.57,-3284.34,10.0855,3.16112,300,25,0,1981,0,1,0,0,0),(21863,5419,1,1,1,141,0,-7120.49,-4720.51,11.5084,0.804789,300,25,0,1981,0,1,0,0,0),(21862,14123,1,1,1,7114,0,-6862.72,-4896.75,-3.6079,2.67358,300,15,0,1981,0,1,0,0,0),(21861,14123,1,1,1,7114,0,-6699.81,-4859.48,-8.07475,3.81755,300,15,0,1981,0,1,0,0,0),(21860,14123,1,1,1,7114,0,-6970.85,-4920.84,-12.6877,6.06547,300,15,0,1981,0,1,0,0,0),(21859,14123,1,1,1,7114,0,-6804.02,-4859.49,0.679712,5.07407,300,15,0,1981,0,1,0,0,0),(21858,14123,1,1,1,7114,0,-7578.06,-4939.5,-6.82587,4.24917,300,15,0,1981,0,1,0,0,0),(21857,14123,1,1,1,7114,0,-7378.5,-4947.44,-11.7608,0.503379,300,15,0,1981,0,1,0,0,0),(21856,14123,1,1,1,7114,0,-6742.75,-4840.46,0.681917,4.63339,300,15,0,1981,0,1,0,0,0),(21855,14123,1,1,1,7114,0,-7542.11,-4875.38,0.616043,3.72492,300,15,0,1981,0,1,0,0,0),(21854,14123,1,1,1,7114,0,-7063.03,-4908.05,-5.70614,1.80535,300,15,0,1981,0,1,0,0,0),(21853,14123,1,1,1,7114,0,-6712.36,-4853.42,-2.4986,6.02754,300,15,0,1981,0,1,0,0,0),(21852,5419,1,1,1,141,0,-7708.93,-3744.84,26.9298,1.54783,300,25,0,1981,0,1,0,0,0),(21851,5419,1,1,1,141,0,-7657.43,-3674.71,24.6571,2.66048,300,25,0,1981,0,1,0,0,0),(21850,5419,1,1,1,141,0,-7717,-3803.61,23.0949,1.64591,300,25,0,1981,0,1,0,0,0),(21849,5419,1,1,1,141,0,-6897.37,-2962.44,9.62676,1.22762,300,3,0,1981,0,1,0,0,0),(21848,5419,1,1,1,141,0,-7313.35,-3125.2,9.47657,5.05266,300,25,0,1981,0,1,0,0,0),(21847,5419,1,1,1,141,0,-7386.1,-2752.66,13.1268,0.982794,300,25,0,1981,0,1,0,0,0),(21846,5419,1,1,1,141,0,-6817.93,-2752.4,28.6007,0.509943,300,25,0,1981,0,1,0,0,0),(21845,5419,1,1,1,141,0,-7090.34,-4204.83,10.1769,2.58341,300,25,0,1981,0,1,0,0,0),(21844,5419,1,1,1,141,0,-6987.09,-3822.26,11.7691,1.88881,300,25,0,1981,0,1,0,0,0),(21843,5419,1,1,1,141,0,-7303.96,-3685.36,9.92078,3.23932,300,25,0,1981,0,1,0,0,0),(21842,14123,1,1,1,7114,0,-7764.69,-5103.61,0.40353,1.57275,300,15,0,1981,0,1,0,0,0),(21841,14123,1,1,1,7114,0,-7820.43,-5257.31,-8.30017,0.999924,300,15,0,1981,0,1,0,0,0),(21840,14123,1,1,1,7114,0,-7613.66,-4915.94,-6.4572,0.582591,300,15,0,1981,0,1,0,0,0),(21839,14123,1,1,1,7114,0,-7853.5,-5275.31,-4.89302,5.92371,300,15,0,1981,0,1,0,0,0),(21838,14123,1,1,1,7114,0,-7699.08,-4930.32,-1.16336,5.05673,300,0,0,1981,0,0,0,0,0),(21837,14123,1,1,1,7114,0,-7685.06,-5079.76,-7.53802,5.61982,300,15,0,1981,0,1,0,0,0),(21836,14123,1,1,1,7114,0,-7418.07,-4946.77,-1.99812,5.43678,300,15,0,1981,0,1,0,0,0),(21835,14123,1,1,1,7114,0,-7820.95,-5221.76,-8.04731,2.35672,300,15,0,1981,0,1,0,0,0),(21834,14123,1,1,1,7114,0,-7149.54,-4846.48,0.680841,5.15753,300,15,0,1981,0,1,0,0,0),(21833,14123,1,1,1,7114,0,-6897.33,-4759.57,9.86013,3.93661,300,15,0,1981,0,1,0,0,0),(21832,5419,1,1,1,141,0,-7660.08,-3815,14.3844,6.23834,300,25,0,1981,0,1,0,0,0),(21831,5419,1,1,1,141,0,-7438.71,-3642.58,9.0608,1.81957,300,25,0,1981,0,1,0,0,0),(21830,5419,1,1,1,141,0,-7707.65,-3958.36,9.37468,5.56269,300,25,0,1981,0,1,0,0,0),(21829,5419,1,1,1,141,0,-7384.42,-2659.69,10.9185,4.77103,300,25,0,1981,0,1,0,0,0),(21828,5419,1,1,1,141,0,-7250.18,-2783.3,11.0743,3.98613,300,25,0,1981,0,1,0,0,0),(21827,5419,1,1,1,141,0,-7261.7,-3170.66,9.69145,2.37277,300,25,0,1981,0,1,0,0,0),(21826,5419,1,1,1,141,0,-6881.29,-3016.16,10.2719,4.06694,300,25,0,1981,0,1,0,0,0),(21825,5419,1,1,1,141,0,-7204.83,-3559.49,11.0466,5.70386,300,25,0,1981,0,1,0,0,0),(21824,5419,1,1,1,141,0,-7232.11,-3463.38,22.8341,3.37615,300,25,0,1981,0,1,0,0,0),(21823,5411,1,1,1,7217,1,-7200.43,-3769.82,8.75939,5.89921,300,0,0,1753,0,0,0,0,0),(21822,11811,1,1,1,11757,1,-6729.7,-4720.48,21.6995,5.34071,300,0,0,1553,3801,0,0,0,0),(21821,16417,1,1,1,15324,0,-7082.3,-3697.1,9.53218,0.383972,300,0,0,1782,0,0,0,0,0),(21820,8736,1,1,1,8010,1,-7150.31,-3830.19,8.5924,1.50098,300,0,0,3189,0,0,0,0,0),(21819,5647,1,1,1,6415,1,-7218.81,-2954.82,8.64693,1.73306,300,5,0,1648,2864,1,0,0,0),(21818,5647,1,1,1,6415,1,-6918.78,-3185.79,9.26469,3.91995,300,5,0,1648,2864,1,0,0,0),(21817,5647,1,1,1,6415,1,-6919.69,-3148.93,8.92048,2.13241,300,5,0,1648,2864,1,0,0,0),(21816,5647,1,1,1,6416,1,-6947.22,-3182.49,10.2307,5.73228,300,15,0,1648,2864,1,0,0,0),(21815,5647,1,1,1,6416,1,-6852.75,-2857.13,11.4737,5.40442,300,10,0,1648,2864,1,0,0,0),(21814,5647,1,1,1,6416,1,-6849.18,-2878.56,9.63682,0.170167,300,5,0,1648,2864,1,0,0,0),(21813,5647,1,1,1,6415,1,-6851.08,-2914.59,9.00176,3.716,300,10,0,1648,2864,1,0,0,0),(21812,5647,1,1,1,6415,1,-7189.39,-3003.82,31.232,2.07687,300,5,0,1648,2864,1,0,0,0),(21811,5647,1,1,1,6416,1,-7239.84,-3014.58,8.92023,3.10292,300,5,0,1648,2864,1,0,0,0),(21810,5647,1,1,1,6416,1,-7190,-3047.19,9.01872,2.11931,300,5,0,1648,2864,1,0,0,0),(21809,5647,1,1,1,6416,1,-7148.94,-3020.12,10.1204,4.85689,300,5,0,1648,2864,1,0,0,0),(21808,5647,1,1,1,6416,1,-7061.81,-2779.51,11.0279,3.30197,300,0,0,1648,2864,0,0,0,0),(21807,5647,1,1,1,6415,1,-7051.79,-2742.17,9.66803,1.41999,300,15,0,1648,2864,1,0,0,0),(21806,5647,1,1,1,6416,1,-7083.82,-2749.59,10.504,2.84223,300,15,0,1648,2864,1,0,0,0),(21805,5647,1,1,1,6415,1,-7085.92,-2788.99,10.5251,1.93001,300,10,0,1648,2864,1,0,0,0),(21804,5647,1,1,1,6416,1,-7013.88,-2776.03,9.8768,1.99711,300,0,0,1648,2864,0,0,0,0),(21803,5647,1,1,1,6416,1,-6985.08,-2845.48,13.256,5.87113,300,15,0,1648,2864,1,0,0,0),(21802,5647,1,1,1,6415,1,-7013.26,-2812.73,9.34784,0.626487,300,15,0,1648,2864,1,0,0,0),(21801,5647,1,1,1,6416,1,-7062.73,-2716.13,9.53457,4.47372,300,15,0,1648,2864,1,0,0,0),(21800,5647,1,1,1,6416,1,-6992.06,-2811.29,11.7326,3.00365,300,0,0,1648,2864,0,0,0,0),(21799,5647,1,1,1,6416,1,-7048.09,-2817.65,9.1714,0.676444,300,15,0,1648,2864,1,0,0,0),(21798,5647,1,1,1,6416,1,-7050.3,-2785.28,9.92508,1.47172,300,10,0,1648,2864,1,0,0,0),(21797,5647,1,1,1,6416,1,-6885.72,-3081.31,9.70834,4.25656,300,5,0,1648,2864,1,0,0,0),(21796,12046,1,1,1,10709,1,-8534.26,-3082.25,8.78313,0.942478,300,0,0,2672,0,0,0,0,0),(21795,5646,1,1,1,6411,1,-6954.39,-3151.27,8.9216,3.1955,300,15,0,1981,0,1,0,0,0),(21794,5646,1,1,1,6412,1,-7223.48,-3010.56,8.92048,1.73214,300,5,0,1981,0,1,0,0,0),(21793,5646,1,1,1,6412,1,-7188.08,-3003.46,9.4205,0.593638,300,5,0,1981,0,1,0,0,0),(21792,5646,1,1,1,6412,1,-7151.97,-2985.65,11.7705,2.21896,300,5,0,1981,0,1,0,0,0),(21791,5646,1,1,1,6411,1,-7181.32,-2952.31,10.7076,5.23645,300,5,0,1981,0,1,0,0,0),(21790,5646,1,1,1,6412,1,-7252.23,-3011.48,8.92023,1.55142,300,5,0,1981,0,1,0,0,0),(21789,5646,1,1,1,6412,1,-6875.45,-2851.46,12.5422,0.036273,300,15,0,1981,0,1,0,0,0),(21788,5646,1,1,1,6412,1,-7079.51,-2813.76,10.2518,3.17907,300,5,0,1981,0,1,0,0,0),(21787,5646,1,1,1,6412,1,-7016.69,-2747.4,11.8106,3.0083,300,0,0,1981,0,0,0,0,0),(21786,5646,1,1,1,6411,1,-6886.99,-2875.59,11.3125,2.36545,300,15,0,1981,0,1,0,0,0),(21785,5646,1,1,1,6411,1,-6997.4,-2800.52,9.38372,4.89021,300,0,0,1981,0,0,0,0,0),(21784,5645,1,1,1,6413,1,-6853.41,-2953.13,9.12551,4.75489,300,5,0,1981,0,1,0,0,0),(21783,5645,1,1,1,6413,1,-7145.69,-2948.89,10.2962,0.055484,300,5,0,1981,0,1,0,0,0),(21782,5645,1,1,1,6414,1,-7259.43,-2986.51,8.9205,3.00929,300,5,0,1981,0,1,0,0,0),(21781,5645,1,1,1,6414,1,-7219.99,-3044.57,9.49078,2.33268,300,5,0,1981,0,1,0,0,0),(21780,5645,1,1,1,6414,1,-7252.97,-3045.79,8.75617,0.141143,300,5,0,1981,0,1,0,0,0),(21779,5645,1,1,1,6414,1,-7008.04,-2720.43,9.60677,6.17569,300,15,0,1981,0,1,0,0,0),(21778,5389,1,1,1,5575,1,-9418.59,-2755.11,20.4964,4.4855,300,0,0,2218,0,0,0,0,0),(21777,5645,1,1,1,6414,1,-6942.08,-3139.17,30.6899,2.69033,300,5,0,1981,0,1,0,0,0),(200850,35470,571,1,1,0,0,8377.34,896.491,548.684,4.10152,120,0,0,1,0,0,0,0,0),(21775,8198,1,1,1,8318,0,-8145.5,-4540.84,-0.35593,0.7353,600,0,0,7113,0,0,0,0,0),(21774,8197,1,1,1,6370,0,-8105.5,-4645.59,-0.26068,5.21357,600,0,0,37728,0,0,0,0,0),(21773,8196,1,1,1,8317,0,-8294.49,-4586.79,8.97121,5.56651,600,0,0,6645,0,0,0,0,0),(21772,9985,1,1,1,9259,1,-7163,-3824.13,8.66409,1.11701,300,0,0,1003,0,0,0,0,0),(21771,4095,1,1,1,9417,1,-4981.09,-2324.84,-56.7489,1.63,300,5,0,840,0,1,0,0,0),(21770,4095,1,1,1,9417,1,-4940.13,-2313.92,-69.4303,2.79516,300,3,0,840,0,1,0,0,0),(21769,4095,1,1,1,9417,1,-4875.33,-2335.51,-53.3815,2.40213,300,0,0,840,0,2,0,0,0),(21768,4095,1,1,1,9417,1,-4952.94,-2337.3,-56.5321,2.46091,300,0,0,840,0,0,0,0,0),(21767,4095,1,1,1,9417,1,-4973.67,-2278.87,-63.5991,4.42601,300,5,0,840,0,1,0,0,0),(21766,4095,1,1,1,9417,1,-4872.25,-2322.95,-55.0035,0.768021,300,3,0,840,0,1,0,0,0),(21765,4095,1,1,1,9417,1,-4920.56,-2305.6,-68.3072,5.72516,300,3,0,840,0,1,0,0,0),(21764,4095,1,1,1,9417,1,-4928.74,-2410.12,-53.2477,3.66309,300,3,0,840,0,1,0,0,0),(21763,4095,1,1,1,9417,1,-4977.71,-2381.61,-57.3717,5.84986,300,0,0,840,0,2,0,0,0),(21762,4095,1,1,1,9417,1,-4958.63,-2388.63,-54.7698,1.62098,300,3,0,840,0,1,0,0,0),(21761,4095,1,1,1,9417,1,-4944.33,-2330.71,-53.6269,2.74017,300,0,0,840,0,0,0,0,0),(21760,4095,1,1,1,9417,1,-4927.95,-2366.46,-50.959,2.71104,300,3,0,840,0,1,0,0,0),(21759,4095,1,1,1,9417,1,-4881.18,-2353.13,-55.0758,1.66179,300,3,0,840,0,1,0,0,0),(21758,4095,1,1,1,9417,1,-4629.81,-1163.65,-47.6293,3.05363,300,5,0,840,0,1,0,0,0),(21757,4095,1,1,1,9417,1,-4616.99,-1255.26,-52.2356,6.19171,300,5,0,840,0,1,0,0,0),(21756,4095,1,1,1,9417,1,-4611.91,-1346.39,-42.0277,5.93054,300,5,0,840,0,1,0,0,0),(21755,4095,1,1,1,9417,1,-4518.94,-1189.15,-57.7645,4.68803,300,5,0,840,0,1,0,0,0),(21754,4095,1,1,1,9417,1,-4601.86,-1218.06,-54.8467,3.12377,300,5,0,840,0,1,0,0,0),(21753,4095,1,1,1,9417,1,-4617.76,-1182.1,-51.6653,5.48674,300,5,0,840,0,1,0,0,0),(21752,4094,1,1,1,9411,1,-5153.6,-2350.5,-43.1282,3.82227,300,0,0,664,0,0,0,0,0),(21751,4094,1,1,1,9411,1,-5224.01,-2453.87,-47.2694,6.2304,300,5,0,664,0,1,0,0,0),(21750,4094,1,1,1,9411,1,-5251.34,-2438.9,-40.8989,4.79171,300,5,0,664,0,1,0,0,0),(21749,4094,1,1,1,9411,1,-5195.38,-2512.04,-49.3071,3.7301,300,0,0,664,0,2,0,0,0),(21748,4094,1,1,1,9411,1,-5148.56,-2454.34,-52.4613,1.86159,300,5,0,664,0,1,0,0,0),(21747,4094,1,1,1,9411,1,-5080.41,-2350.34,-53.7724,2.93941,300,5,0,664,0,1,0,0,0),(21746,4094,1,1,1,9411,1,-5180.68,-2531.83,-50.8602,5.3284,300,0,0,664,0,0,0,0,0),(21745,4094,1,1,1,9411,1,-5080.52,-2338.25,-53.8332,4.191,300,5,0,664,0,1,0,0,0),(21744,4094,1,1,1,9411,1,-5046.78,-2331.84,-52.7878,4.27647,300,0,0,664,0,0,0,0,0),(21743,4094,1,1,1,9411,1,-5134.59,-2432.02,-52.4155,4.37974,300,0,0,664,0,0,0,0,0),(21742,4094,1,1,1,9411,1,-5023.08,-2243.37,-52.7652,5.92276,300,5,0,664,0,1,0,0,0),(21741,4094,1,1,1,9411,1,-4995.15,-2220.33,-53.0861,1.00365,300,15,0,664,0,1,0,0,0),(21740,4094,1,1,1,9411,1,-5243.82,-2436.51,-41.5125,3.69272,300,0,0,664,0,2,0,0,0),(21739,4094,1,1,1,9411,1,-5011.74,-2180.8,-47.2178,0.183397,300,5,0,664,0,1,0,0,0),(21738,4094,1,1,1,9411,1,-4977.98,-2212.54,-53.8938,5.12973,300,0,0,664,0,0,0,0,0),(21737,4094,1,1,1,9411,1,-4981.83,-2185.43,-52.142,0.472652,300,5,0,664,0,1,0,0,0),(21736,4094,1,1,1,9411,1,-4991.18,-2245.23,-52.3662,1.876,300,5,0,664,0,1,0,0,0),(21735,4094,1,1,1,9411,1,-5049.55,-2162.84,-52.1321,5.59244,300,0,0,664,0,0,0,0,0),(21734,4094,1,1,1,9411,1,-5048.64,-2243.56,-53.4069,1.64091,300,5,0,664,0,1,0,0,0),(21733,4094,1,1,1,9411,1,-5046.71,-2221.07,-54.1371,0.239034,300,0,0,664,0,0,0,0,0),(21732,4094,1,1,1,9411,1,-5183.42,-2613.66,-50.7806,5.72754,300,5,0,664,0,1,0,0,0),(21731,4093,1,1,1,9414,1,-5077.25,-2188.16,-54.6404,1.97423,300,5,0,734,0,1,0,0,0),(21730,4093,1,1,1,9414,1,-5083.17,-2147.17,-45.5779,2.36724,300,5,0,734,0,1,0,0,0),(21729,4093,1,1,1,9414,1,-5159.4,-2373.53,-42.2905,5.98622,300,0,0,734,0,0,0,0,0),(21728,4093,1,1,1,9414,1,-5160.67,-2415.56,-49.7905,1.00547,300,5,0,734,0,1,0,0,0),(21727,4093,1,1,1,9414,1,-5245.87,-2569.35,-39.5497,4.99414,300,5,0,734,0,1,0,0,0),(21726,4093,1,1,1,9414,1,-5120.7,-2354.04,-54.4247,3.23573,300,5,0,734,0,1,0,0,0),(21725,4093,1,1,1,9414,1,-5122.96,-2422.44,-52.1968,3.91843,300,5,0,734,0,1,0,0,0),(21724,4093,1,1,1,9414,1,-5149.26,-2508.91,-50.7361,2.81164,300,0,0,734,0,0,0,0,0),(21723,4093,1,1,1,9414,1,-5158.71,-2534.69,-50.5416,1.20416,300,5,0,734,0,1,0,0,0),(21722,4093,1,1,1,9414,1,-5178.61,-2454.46,-52.5981,5.50656,300,5,0,734,0,1,0,0,0),(21721,4093,1,1,1,9414,1,-5145.34,-2482.28,-51.3912,3.7163,300,5,0,734,0,1,0,0,0),(21720,4093,1,1,1,9414,1,-5055.38,-2254.64,-53.4069,0.215477,300,0,0,734,0,0,0,0,0),(21719,4093,1,1,1,9414,1,-5066.04,-2297.77,-53.2635,2.65313,300,0,0,734,0,0,0,0,0),(21718,4093,1,1,1,9414,1,-5195.05,-2463.22,-51.4731,3.88572,300,0,0,734,0,0,0,0,0),(21717,4093,1,1,1,9414,1,-5038.49,-2205.39,-54.3871,3.25489,300,5,0,734,0,1,0,0,0),(21716,4093,1,1,1,9414,1,-4919.85,-2152.09,-56.0816,6.05514,300,10,0,734,0,1,0,0,0),(21715,4093,1,1,1,9414,1,-5087.37,-2256.76,-54.4114,0.986322,300,5,0,734,0,1,0,0,0),(21714,4093,1,1,1,9414,1,-5063.73,-2220.94,-54.6648,3.23111,300,5,0,734,0,1,0,0,0),(21713,4093,1,1,1,9414,1,-5080.67,-2212.16,-54.8923,4.05246,300,0,0,734,0,0,0,0,0),(21712,4093,1,1,1,9414,1,-5079.83,-2189.45,-54.0368,2.4461,300,5,0,734,0,1,0,0,0),(21711,4093,1,1,1,9414,1,-5154.66,-2315.02,-45.024,5.40395,300,0,0,734,0,0,0,0,0),(21710,4093,1,1,1,9414,1,-5173.44,-2575.52,-50.4724,2.23899,300,5,0,734,0,1,0,0,0),(21709,4093,1,1,1,9414,1,-5128.38,-2392.5,-53.3992,4.99588,300,0,0,734,0,0,0,0,0),(21708,6139,1,1,1,2297,0,-5155.5,-1195.8,73.7087,0.622111,300,0,0,896,0,2,0,0,0),(1976204,6492,0,1,1,0,0,-9106.64,838.22,105.12,3.30955,300,0,0,386,0,0,0,0,0),(21706,6139,1,1,1,2297,0,-4977.69,-933.551,19.1822,4.21778,300,0,0,896,0,0,0,0,0),(21705,10992,1,1,1,1095,0,-4688.74,-1434.57,-50.4572,5.77704,600,0,0,2865,0,0,0,0,0),(21704,3053,1,1,1,7219,1,-6225.51,-3970.78,-58.6667,5.84685,300,0,0,1003,0,0,0,0,0),(21703,7404,1,1,1,2290,1,-4898.52,-2284.04,-71.3708,2.82743,300,0,0,1003,0,0,0,0,0),(21702,7404,1,1,1,2290,1,-4897.98,-2280.38,-71.534,3.10669,300,0,0,1003,0,0,0,0,0),(21701,6626,1,1,1,5369,0,-6185.16,-3936.33,-58.6251,4.75002,300,0,0,42,0,0,0,0,0),(21700,4317,1,1,1,2412,1,-5407.12,-2419.61,89.7094,2.16421,600,0,0,10572,0,0,0,0,0),(21699,17093,1,1,1,16845,1,-5444.92,-2466.51,89.3877,1.15192,300,0,0,690,732,0,0,0,0),(21698,4548,1,1,1,2609,0,-4547.17,-1216.3,-56.1795,0.546789,300,0,0,1003,0,2,0,0,0),(21697,4547,1,1,1,4205,1,-5846.76,-3411.8,-51.045,1.19514,300,0,0,1342,0,0,0,0,0),(21696,4546,1,1,1,4208,1,-5839.01,-3416.45,-50.8497,2.23402,300,0,0,1342,0,0,0,0,0),(21695,4545,1,1,1,4206,1,-5853.93,-3418.15,-50.92,3.54503,300,0,0,1342,0,0,0,0,0),(21694,10941,1,1,1,10981,1,-4921.56,-1376.35,-52.529,5.06145,300,0,0,1107,0,0,0,0,0),(21693,10428,1,1,1,9902,1,-4915.57,-1381.18,-52.6008,5.14872,300,0,0,896,0,0,0,0,0),(21692,10427,1,1,1,9900,1,-5156.69,-1220.49,48.7887,2.33874,300,0,0,1003,0,0,0,0,0),(21691,6576,1,1,1,5366,0,-4495.82,-740.714,-25.4125,5.77704,300,0,0,1753,0,0,0,0,0),(21690,2986,1,1,1,10969,1,-5183.59,-2806.95,-6.92009,2.68781,300,0,0,950,0,0,0,0,0),(21689,9377,1,1,1,8549,0,-6059.75,-3835.88,-58.6561,5.92024,300,30,0,1221,0,1,0,0,0),(21688,9377,1,1,1,8549,0,-5904.59,-3598.67,-58.6398,2.39486,300,30,0,1221,0,1,0,0,0),(21687,9377,1,1,1,8549,0,-5647.39,-3565.68,-58.6129,4.51155,300,30,0,1221,0,1,0,0,0),(21686,9377,1,1,1,8549,0,-5516.4,-3748.11,-58.625,1.46984,300,30,0,1221,0,1,0,0,0),(21685,9377,1,1,1,8549,0,-6619.94,-3582.93,-58.625,4.53938,300,30,0,1221,0,1,0,0,0),(21684,9377,1,1,1,8549,0,-5806.09,-4050.31,-58.625,2.15814,300,30,0,1221,0,1,0,0,0),(21683,5792,1,1,1,10989,1,-6203.96,-4029.41,-58.6667,0.366519,300,0,0,1342,0,0,0,0,0),(21682,4252,1,1,1,2490,0,-6213.07,-3849.85,-58.6251,4.79829,300,0,0,1163,0,0,0,0,0),(21681,4507,1,1,1,2591,1,-6221.08,-3930.32,-58.7198,4.2404,300,0,0,328,0,0,0,0,0),(21680,4251,1,1,1,10318,0,-6225.51,-3941.11,-58.6251,0.171547,300,0,0,1163,0,0,0,0,0),(21679,4250,1,1,1,2726,0,-5065.41,-1433.43,-52.0541,2.67263,300,0,0,664,0,0,0,0,0),(21678,4250,1,1,1,2726,0,-5065.41,-1433.43,-52.0541,2.73209,300,0,0,664,0,0,0,0,0),(21677,4250,1,1,1,2726,0,-5065.41,-1433.43,-52.0541,2.65175,300,0,0,664,0,0,0,0,0),(21676,4249,1,1,1,10903,0,-4723.79,-969.283,-52.627,2.1979,300,5,0,896,0,1,0,0,0),(21675,4249,1,1,1,10903,0,-5660.86,-3019.47,-46.8671,1.92494,300,10,0,896,0,1,0,0,0),(21674,4249,1,1,1,10903,0,-5781.08,-3439.59,-50.8918,4.90339,300,15,0,896,0,1,0,0,0),(21673,4249,1,1,1,10903,0,-4962.21,-1259.82,-45.6173,5.60049,300,5,0,896,0,1,0,0,0),(21672,4249,1,1,1,10903,0,-4943.27,-1319.9,-43.5462,4.29776,300,5,0,896,0,1,0,0,0),(21671,4249,1,1,1,10903,0,-4871.36,-1122.5,-53.1197,1.54931,300,5,0,896,0,1,0,0,0),(21670,4249,1,1,1,10903,0,-5594.44,-3091.59,-48.9273,0.453158,300,15,0,896,0,1,0,0,0),(21669,4249,1,1,1,10903,0,-5542.73,-3057.78,-45.011,3.94481,300,5,0,896,0,1,0,0,0),(21668,4249,1,1,1,10903,0,-5735.85,-3169.57,-36.0023,4.83577,300,10,0,896,0,1,0,0,0),(21667,4249,1,1,1,10903,0,-5787.85,-3351.07,-42.5618,4.62633,300,15,0,896,0,1,0,0,0),(21666,4249,1,1,1,10903,0,-5650.16,-3083.11,-47.4584,0.402515,300,15,0,896,0,1,0,0,0),(21665,4249,1,1,1,10903,0,-5743.77,-3259.74,-26.4942,5.5932,300,5,0,896,0,1,0,0,0),(21664,4249,1,1,1,10903,0,-4970.2,-1389.16,-44.8209,4.5058,300,5,0,896,0,1,0,0,0),(21663,4249,1,1,1,10903,0,-5653.34,-3418.81,-46.5446,4.18202,300,10,0,896,0,1,0,0,0),(21662,4249,1,1,1,10903,0,-4596.77,-951.997,-51.1206,0.894448,300,5,0,896,0,1,0,0,0),(21661,4249,1,1,1,10903,0,-4549.79,-1212.04,-55.4009,0.54684,300,0,0,896,0,0,0,0,0),(21660,4249,1,1,1,10903,0,-4554.02,-1221.76,-55.9463,0.714514,300,0,0,896,0,0,0,0,0),(21659,4249,1,1,1,10903,0,-5515.93,-3285.58,-37.8915,3.21808,300,5,0,896,0,1,0,0,0),(21658,4249,1,1,1,10903,0,-5568.4,-2804.24,-45.7389,4.49775,300,3,0,896,0,1,0,0,0),(21657,4249,1,1,1,10903,0,-5449.23,-3248.57,-31.7822,6.19692,300,10,0,896,0,1,0,0,0),(21656,4249,1,1,1,10903,0,-5471.35,-3304.56,-34.8121,1.26698,300,5,0,896,0,1,0,0,0),(21655,4249,1,1,1,10903,0,-5464.93,-3404.16,-40.1335,1.79583,300,5,0,896,0,1,0,0,0),(21654,4249,1,1,1,10903,0,-5456.16,-3364.01,-38.3244,1.9346,300,10,0,896,0,1,0,0,0),(21653,4249,1,1,1,10903,0,-4426.27,-877.716,-55.8202,0.497235,300,15,0,896,0,1,0,0,0),(21652,4249,1,1,1,10903,0,-5336.23,-2772.49,-42.7782,1.0364,300,5,0,896,0,1,0,0,0),(21651,4249,1,1,1,10903,0,-4290.5,-1002.57,-51.8276,0.0761,300,5,0,896,0,1,0,0,0),(21650,4249,1,1,1,10903,0,-4390,-1051.08,-48.1945,4.28366,300,5,0,896,0,1,0,0,0),(21649,4249,1,1,1,10903,0,-4352.34,-1018.68,-55.3095,5.88355,300,5,0,896,0,1,0,0,0),(21648,4249,1,1,1,10903,0,-5623.05,-3241.51,-42.2385,1.66579,300,10,0,896,0,1,0,0,0),(21647,4249,1,1,1,10903,0,-4415.53,-972.139,-55.8161,0.524059,300,5,0,896,0,1,0,0,0),(21646,4249,1,1,1,10903,0,-5431.24,-3328.7,-37.4414,5.43236,300,15,0,896,0,1,0,0,0),(21645,4249,1,1,1,10903,0,-5311.74,-3204.67,-50.3663,5.65879,300,5,0,896,0,1,0,0,0),(21644,4249,1,1,1,10903,0,-5395.49,-3289.74,-39.3962,1.44741,300,10,0,896,0,1,0,0,0),(21643,4249,1,1,1,10903,0,-5408.98,-3016.41,-39.3093,3.82732,300,10,0,896,0,1,0,0,0),(21642,4249,1,1,1,10903,0,-4239.1,-856.807,-54.7915,5.98804,300,10,0,896,0,1,0,0,0),(21641,4249,1,1,1,10903,0,-4436.1,-968.298,-56.7363,2.05605,300,5,0,896,0,1,0,0,0),(21640,4248,1,1,1,2713,0,-5550.44,-2575.78,-56.4475,4.6714,300,10,0,787,0,1,0,0,0),(21639,4248,1,1,1,2713,0,-5655.35,-2596,-56.4676,3.58994,300,10,0,787,0,1,0,0,0),(21638,4248,1,1,1,2713,0,-5249.28,-1508.17,-55.4882,4.78662,300,5,0,787,0,1,0,0,0),(21637,4248,1,1,1,2713,0,-5214.8,-1435.33,-50.684,5.4995,300,5,0,787,0,1,0,0,0),(21636,4248,1,1,1,2713,0,-5141.16,-1698.12,-51.3606,1.90489,300,10,0,787,0,1,0,0,0),(21635,4248,1,1,1,2713,0,-5062.76,-1543.17,-48.3789,2.51294,300,10,0,787,0,1,0,0,0),(21634,4248,1,1,1,2713,0,-5158.95,-1376.28,-51.3457,0.813015,300,5,0,787,0,1,0,0,0),(21633,4248,1,1,1,2713,0,-5437.1,-2071.59,-64.0042,6.05858,300,5,0,787,0,1,0,0,0),(21632,4248,1,1,1,2713,0,-5138.88,-1628.86,-45.3948,6.06652,300,3,0,787,0,1,0,0,0),(21631,4248,1,1,1,2713,0,-5087.05,-1412.25,-51.92,5.4431,300,15,0,787,0,1,0,0,0),(21630,4248,1,1,1,2713,0,-5076.49,-1442.84,-49.1225,4.97488,300,10,0,787,0,1,0,0,0),(21629,4248,1,1,1,2713,0,-5284.38,-1512.08,-56.5183,5.8848,300,15,0,787,0,1,0,0,0),(21628,4248,1,1,1,2713,0,-5463.01,-2069.58,-54.2578,4.1867,300,5,0,787,0,1,0,0,0),(21627,4248,1,1,1,2713,0,-5321.02,-1986.64,-41.9731,0.785222,300,5,0,787,0,1,0,0,0),(21626,4248,1,1,1,2713,0,-5341.3,-1542.65,-48.9608,6.09652,300,3,0,787,0,1,0,0,0),(21625,4248,1,1,1,2713,0,-5452.87,-1994.12,-58.3646,0.040794,300,5,0,787,0,1,0,0,0),(21624,4248,1,1,1,2713,0,-5567.59,-2523.75,-53.1303,2.27455,300,10,0,787,0,1,0,0,0),(21623,4248,1,1,1,2713,0,-5419.64,-2021,-62.5421,6.13217,300,10,0,787,0,1,0,0,0),(21622,4248,1,1,1,2713,0,-4759.17,-1595.19,-43.5543,1.38074,300,10,0,787,0,1,0,0,0),(21621,4248,1,1,1,2713,0,-4818.7,-1548.27,-48.7918,2.28888,300,10,0,787,0,1,0,0,0),(21620,4248,1,1,1,2713,0,-5602.74,-2193.17,-58.407,5.77169,300,15,0,787,0,1,0,0,0),(21619,4248,1,1,1,2713,0,-5658.98,-2241.97,-54.7012,3.60524,300,15,0,787,0,1,0,0,0),(21618,4248,1,1,1,2713,0,-4805.19,-1656.1,-49.5247,1.47307,300,10,0,787,0,1,0,0,0),(21617,4248,1,1,1,2713,0,-4820.73,-2037.11,-45.1754,1.10104,300,10,0,787,0,1,0,0,0),(21616,4248,1,1,1,2713,0,-4779.24,-1603.66,-49.0083,0.44996,300,10,0,787,0,1,0,0,0),(21615,4248,1,1,1,2713,0,-4768.23,-1503.96,-28.3925,0.970321,300,5,0,787,0,1,0,0,0),(21614,4248,1,1,1,2713,0,-4766.59,-1646.83,-33.1615,0.925342,300,5,0,787,0,1,0,0,0),(21613,4248,1,1,1,2713,0,-5453.73,-1848.62,-51.5586,5.96659,300,15,0,787,0,1,0,0,0),(21612,4248,1,1,1,2713,0,-5474.15,-1742.64,-17.1677,4.40623,300,3,0,787,0,1,0,0,0),(21611,4248,1,1,1,2713,0,-5480.68,-1879.03,-54.8561,1.38764,300,10,0,787,0,1,0,0,0),(21610,4248,1,1,1,2713,0,-5415.51,-1838.82,-48.0396,0.385044,300,10,0,787,0,1,0,0,0),(21609,4248,1,1,1,2713,0,-5483.49,-1966.9,-59.0185,3.8011,300,10,0,787,0,1,0,0,0),(21608,4248,1,1,1,2713,0,-5498.74,-1834.17,-56.5524,6.07957,300,5,0,787,0,1,0,0,0),(21607,4248,1,1,1,2713,0,-5514.41,-1922.21,-59.2229,3.23761,300,15,0,787,0,1,0,0,0),(21606,4248,1,1,1,2713,0,-4855.21,-1669.79,-32.293,0.176779,300,3,0,787,0,1,0,0,0),(21605,4248,1,1,1,2713,0,-5341.78,-2060.26,-57.9506,2.19945,300,5,0,787,0,1,0,0,0),(21604,4248,1,1,1,2713,0,-4833.96,-1971.78,-40.0054,4.33439,300,2,0,787,0,1,0,0,0),(21603,4248,1,1,1,2713,0,-5191.97,-1672.33,-59.0752,0.123386,300,10,0,787,0,1,0,0,0),(21602,4248,1,1,1,2713,0,-5513.39,-2103.86,-45.8753,3.25699,300,3,0,787,0,1,0,0,0),(21601,4248,1,1,1,2713,0,-5577.99,-2006.44,-62.7423,2.18851,300,15,0,787,0,1,0,0,0),(21600,4248,1,1,1,2713,0,-4846.34,-2033.67,-31.9196,1.60169,300,3,0,787,0,1,0,0,0),(21599,4248,1,1,1,2713,0,-4956.44,-2116.66,-32.822,1.57275,300,5,0,787,0,1,0,0,0),(21598,4248,1,1,1,2713,0,-5278.54,-1657.4,-38.2921,0.65692,300,5,0,787,0,1,0,0,0),(21597,4248,1,1,1,2713,0,-4918.58,-1545.07,-29.5143,3.13183,300,5,0,787,0,1,0,0,0),(21596,4248,1,1,1,2713,0,-4730.83,-1493.96,-33.9789,5.91755,300,5,0,787,0,1,0,0,0),(21595,4248,1,1,1,2713,0,-5347.57,-1824.14,-48.0511,3.16294,300,3,0,787,0,1,0,0,0),(21594,10646,1,1,1,10092,1,-4742.52,-2103,83.7146,0.088836,300,0,0,1003,0,0,0,0,0),(21593,10645,1,1,1,10093,1,-5480.67,-2456.03,89.3671,6.02139,300,0,0,1003,0,0,0,0,0),(21592,6548,1,1,1,5374,1,-6187.18,-3878.24,-58.6667,4.5204,300,0,0,2980,0,0,0,0,0),(21591,4499,1,1,1,4766,0,-5201.8,-1569.02,-48.1368,3.03378,1800,0,0,1146,0,0,0,0,0),(21590,5523,1,1,1,6269,0,-5839.51,-3396.42,-50.8497,5.95157,300,0,0,950,0,0,0,0,0),(21589,5523,1,1,1,6269,0,-5829.89,-3406.23,-50.8497,5.07891,300,0,0,950,0,0,0,0,0),(21588,5523,1,1,1,6269,0,-5852.68,-3397.62,-50.8497,4.17134,300,0,0,950,0,0,0,0,0),(21587,10896,1,1,1,10243,1,-4754.08,-2108.98,83.3409,1.47089,300,0,0,950,0,0,0,0,0),(21586,4496,1,1,1,7191,1,-6217.7,-3948.85,-58.6667,1.71042,300,0,0,1003,0,0,0,0,0),(21585,4495,1,1,1,5438,1,-6223.58,-3846.19,-58.6667,5.0091,300,0,0,1342,0,0,0,0,0),(21584,10638,1,1,1,10057,1,-4906.05,-1366.99,-52.6008,2.30185,300,0,0,1003,0,0,0,0,0),(21583,10636,1,1,1,7933,0,-4931.21,-1370.95,-52.3027,4.15388,300,0,0,1003,0,0,0,0,0),(21582,10377,1,1,1,9901,0,-5401.73,-2410.17,89.2762,1.82392,300,0,0,896,0,0,0,0,0),(21581,4483,1,1,1,4207,1,-5842.36,-3406.93,-50.8497,5.09636,300,0,0,1342,0,0,0,0,0),(21580,10617,1,1,1,9532,0,-5128.15,-2080.7,-37.4284,0.847854,300,0,1,787,0,2,0,0,0),(21579,10612,1,1,1,10958,1,-5441.89,-2432,89.5842,3.94444,300,0,0,2218,0,0,0,0,0),(21578,4722,1,1,1,2739,1,-5483.62,-2463.44,89.3671,0.331613,300,0,0,1003,0,0,0,0,0),(21577,4720,1,1,1,5443,1,-6236.99,-3831.23,-58.1364,3.38594,300,0,0,1003,0,0,0,0,0),(21576,11117,1,1,1,10652,1,-5464.6,-2447.39,89.4338,0.349066,300,0,0,1003,0,0,0,0,0),(21575,11116,1,1,1,10653,1,-5477.85,-2460.43,89.3671,0.314159,300,0,0,1003,0,0,0,0,0),(21574,3689,1,1,1,4301,1,-4901.5,-1360.03,-51.2594,5.41052,300,0,0,1981,0,0,0,0,0),(21573,4454,1,1,1,5427,1,-6229.03,-3868.18,-58.6667,6.19592,300,0,0,1003,0,0,0,0,0),(21572,4709,1,1,1,7211,1,-6226.13,-3944.94,-58.6251,5.48331,300,0,0,1003,0,0,0,0,0),(21571,4453,1,1,1,5428,1,-6228.86,-3871.63,-58.6667,6.03884,300,0,0,1107,0,0,0,0,0),(21570,4452,1,1,1,5426,1,-6233.24,-3855.97,-58.6667,0.903906,300,0,0,950,0,0,0,0,0),(21569,4707,1,1,1,11573,0,-6253.04,-3994.95,-58.6667,5.44543,300,0,0,1342,0,0,0,0,0),(21568,4706,1,1,1,7206,1,-6198.75,-3967.77,-58.6667,5.21853,300,0,0,1003,0,0,0,0,0),(21567,6496,1,1,1,5451,0,-6225.8,-3835.3,-58.6667,5.81195,300,0,0,1342,0,0,0,0,0),(21566,10079,1,1,1,9898,1,-4617,-1851.97,86.1526,5.95157,300,0,0,1003,0,0,0,0,0),(21565,6495,1,1,1,7195,1,-6209.62,-3972.96,-58.625,4.80266,300,0,0,46,0,0,0,0,0),(21564,14426,1,1,1,3898,1,-4752.21,-1865.71,89.0546,0.567454,7200,0,0,920,0,0,0,0,0),(21563,10582,1,1,1,10209,0,-5445.42,-2420.15,89.5537,0.180528,300,0,0,198,0,2,0,0,0),(21562,4946,1,1,1,2490,0,-6259.69,-3856.48,-58.6667,5.37561,300,0,0,1163,0,0,0,0,0),(21561,4945,1,1,1,10318,0,-6187.69,-3962.72,-58.6667,0.558505,300,0,0,1163,0,0,0,0,0),(21560,9551,1,1,1,8670,1,-5453.35,-2408.38,89.3594,5.70723,300,0,0,1536,0,0,0,0,0),(21559,4430,1,1,1,5436,1,-6238.77,-3858.96,-58.6251,1.09202,300,0,0,1003,0,0,0,0,0),(21558,4430,1,1,1,5437,1,-6218.89,-3846.9,-58.6251,4.02947,300,2,0,1003,0,1,0,0,0),(21557,4430,1,1,1,5437,1,-6231.76,-3844.51,-58.6251,2.19169,300,0,0,1003,0,0,0,0,0),(21556,4430,1,1,1,5437,1,-6220.56,-3851.87,-58.6251,3.73381,300,2,0,1003,0,1,0,0,0),(21555,4429,1,1,1,7193,1,-6221.21,-3946.82,-58.6251,5.5461,300,2,0,1003,0,1,0,0,0),(21554,4429,1,1,1,7194,1,-6213.15,-3961.21,-58.6251,1.79601,300,0,0,1003,0,0,0,0,0),(21553,4429,1,1,1,7192,1,-6193.59,-3963.64,-58.6251,0.619627,300,2,0,1003,0,1,0,0,0),(21552,4429,1,1,1,7193,1,-6223.75,-3946.05,-58.6251,3.24746,300,2,0,1003,0,1,0,0,0),(21551,4429,1,1,1,7194,1,-6207.22,-3942.37,-58.6251,4.04198,300,0,0,1003,0,0,0,0,0),(21550,6730,1,1,1,5425,1,-6251.75,-3851.1,-58.6667,5.77704,300,0,0,1003,0,0,0,0,0),(21549,4419,1,1,1,5445,1,-6194.48,-3916.91,-47.1956,1.74533,300,0,0,1342,0,0,0,0,0),(21548,4158,1,1,1,10825,0,-6041.31,-4138.35,-58.625,6.28054,300,30,0,1163,0,1,0,0,0),(21547,4158,1,1,1,10825,0,-6176.85,-3557.04,-58.625,4.43404,300,30,0,1163,0,1,0,0,0),(21546,4158,1,1,1,10825,0,-6602.18,-3865.56,-58.7499,-2.61482,300,0,0,1163,0,0,0,0,0),(21545,4154,1,1,1,2305,0,-5990.98,-3532.76,-58.625,0.217933,300,30,0,1050,0,1,0,0,0),(21544,4154,1,1,1,2305,0,-5693.13,-3677.12,-58.7434,5.56561,300,30,0,1050,0,1,0,0,0),(21543,4154,1,1,1,2305,0,-5882.65,-4303.08,-58.625,4.68298,300,10,0,1050,0,1,0,0,0),(21542,4154,1,1,1,2305,0,-5871.13,-4278.79,-58.625,1.70418,300,10,0,1050,0,1,0,0,0),(21541,4154,1,1,1,2305,0,-5905.13,-4315.64,-58.625,5.02968,300,10,0,1050,0,1,0,0,0),(21540,4154,1,1,1,2305,0,-5711.22,-3984.47,-58.686,2.58905,300,30,0,1050,0,1,0,0,0),(21539,4151,1,1,1,12341,0,-6148.35,-4318.72,-58.6299,5.10264,300,30,0,977,935,1,0,0,0),(21538,4151,1,1,1,12341,0,-6079.6,-4247.33,-58.625,0.222402,300,30,0,977,935,1,0,0,0),(21537,4151,1,1,1,12341,0,-6487.98,-3850.83,-58.6249,3.53341,300,30,0,977,935,1,0,0,0),(21536,4151,1,1,1,12341,0,-6201.55,-3681.04,-58.7358,5.82242,300,0,0,977,935,0,0,0,0),(21535,4151,1,1,1,12341,0,-5910.75,-3751.05,-58.625,5.89575,300,30,0,977,935,1,0,0,0),(21534,4151,1,1,1,12341,0,-6544.24,-3796.94,-58.6547,5.70204,300,30,0,977,935,1,0,0,0),(21533,4151,1,1,1,12341,0,-6230.33,-3618.07,-58.625,-1.09301,300,0,0,977,935,0,0,0,0),(21532,4151,1,1,1,12341,0,-6516.12,-3902.61,-58.7389,2.65654,300,3,0,977,935,1,0,0,0),(21531,4151,1,1,1,12341,0,-6315.1,-3621.76,-58.625,0.198919,300,30,0,977,935,1,0,0,0),(21530,4151,1,1,1,12341,0,-6450.72,-3818.66,-58.6251,3.93015,300,30,0,977,935,1,0,0,0),(21529,4151,1,1,1,12341,0,-6010.72,-3779.82,-58.625,2.97679,300,30,0,977,935,1,0,0,0),(21528,4151,1,1,1,12341,0,-5948.76,-3920.59,-58.625,4.62849,300,30,0,977,935,1,0,0,0),(21527,4151,1,1,1,12341,0,-6023.1,-3912.01,-58.625,1.80563,300,30,0,977,935,1,0,0,0),(21526,4151,1,1,1,12341,0,-5940.93,-3858.27,-58.6882,3.62998,300,10,0,977,935,1,0,0,0),(21525,4151,1,1,1,12341,0,-5863.53,-3817.67,-59.3092,3.53819,300,10,0,977,935,1,0,0,0),(21524,4151,1,1,1,12341,0,-6245.15,-3469.15,-58.3944,1.24366,300,30,0,977,935,1,0,0,0),(21523,4151,1,1,1,12341,0,-5681.63,-4214.14,-58.1248,4.70517,300,30,0,977,935,1,0,0,0),(21522,4151,1,1,1,12341,0,-5608.25,-3924.92,-58.699,5.6323,300,30,0,977,935,1,0,0,0),(21521,4151,1,1,1,12341,0,-6480.03,-3924.75,-58.625,4.94453,300,10,0,977,935,1,0,0,0),(21520,4151,1,1,1,12341,0,-6573.52,-3930.75,-58.625,5.91218,300,3,0,977,935,1,0,0,0),(21519,4151,1,1,1,12341,0,-5728.69,-4234.22,-58.6561,2.26841,300,30,0,977,935,1,0,0,0),(21518,4151,1,1,1,12341,0,-5587.79,-3978.35,-58.625,5.07854,300,30,0,977,935,1,0,0,0),(21517,4151,1,1,1,12341,0,-6595.32,-3927.95,-58.625,3.86479,300,3,0,977,935,1,0,0,0),(21516,4151,1,1,1,12341,0,-6613.3,-3859.76,-58.6273,0.92237,300,30,0,977,935,1,0,0,0),(21515,4151,1,1,1,12341,0,-6301.23,-4261.62,-58.6267,0.774569,300,0,0,977,935,0,0,0,0),(21514,4151,1,1,1,12341,0,-6577.47,-3888.08,-58.6271,5.99271,300,3,0,977,935,1,0,0,0),(21513,4151,1,1,1,12341,0,-6594.24,-3888.38,-58.6271,0.051044,300,3,0,977,935,1,0,0,0),(21512,4151,1,1,1,12341,0,-5816.6,-4247.65,-58.625,3.28593,300,30,0,977,935,1,0,0,0),(21511,4151,1,1,1,12341,0,-6553.57,-3941.53,-58.625,3.71107,300,10,0,977,935,1,0,0,0),(21510,4151,1,1,1,12341,0,-6034.49,-3953.75,-58.625,0.088695,300,30,0,977,935,1,0,0,0),(21509,4151,1,1,1,12341,0,-6523.06,-3947.76,-58.625,4.98256,300,10,0,977,935,1,0,0,0),(21508,4151,1,1,1,12341,0,-6547.38,-3844.84,-58.6692,2.68519,300,3,0,977,935,1,0,0,0),(21507,4151,1,1,1,12341,0,-5787.9,-4095.27,-58.625,2.99798,300,30,0,977,935,1,0,0,0),(21506,4151,1,1,1,12341,0,-5483.74,-3954.96,-58.4999,0.337951,300,30,0,977,935,1,0,0,0),(21505,4151,1,1,1,12341,0,-6505.14,-3878.36,-58.7275,3.68525,300,3,0,977,935,1,0,0,0),(21504,4151,1,1,1,12341,0,-6596.02,-3841.79,-58.6546,0.576941,300,3,0,977,935,1,0,0,0),(21503,4151,1,1,1,12341,0,-6001.08,-4114.81,-58.625,5.96008,300,30,0,977,935,1,0,0,0),(21502,4151,1,1,1,12341,0,-5852.85,-4081.76,-58.625,5.71567,300,30,0,977,935,1,0,0,0),(21501,4151,1,1,1,12341,0,-5877.64,-4108.8,-58.625,0.748128,300,30,0,977,935,1,0,0,0),(21500,4150,1,1,1,8392,0,-6486.17,-3783.02,-58.6249,3.50356,300,30,0,1279,0,1,0,0,0),(21499,4150,1,1,1,8392,0,-6511.09,-3812.53,-58.6325,1.1495,300,3,0,1279,0,1,0,0,0),(21498,4150,1,1,1,8392,0,-6417.78,-3853.99,-58.6282,4.86768,300,30,0,1279,0,1,0,0,0),(21497,4150,1,1,1,8392,0,-6552.09,-3908.03,-58.6374,4.4477,300,0,0,1279,0,2,0,0,0),(21496,4150,1,1,1,8392,0,-6523.54,-3926.97,-58.7389,1.09569,300,3,0,1279,0,1,0,0,0),(21495,4150,1,1,1,8392,0,-6277.34,-4106.34,-58.625,5.94862,300,30,0,1279,0,1,0,0,0),(21494,4150,1,1,1,8392,0,-6565.84,-3909.39,-58.6374,2.05424,300,3,0,1279,0,1,0,0,0),(21493,4150,1,1,1,8392,0,-6478.74,-4089.47,-58.625,5.06729,300,30,0,1279,0,1,0,0,0),(21492,4150,1,1,1,8392,0,-6582.61,-3863.19,-58.6546,4.1631,300,3,0,1279,0,1,0,0,0),(21491,4150,1,1,1,8392,0,-6587.92,-3949.37,-58.625,2.85546,300,10,0,1279,0,1,0,0,0),(21490,4150,1,1,1,8392,0,-6614.95,-3889.36,-56,3.10724,300,3,0,1279,0,1,0,0,0),(21489,4150,1,1,1,8392,0,-6619.14,-3775.76,-58.625,1.4626,300,30,0,1279,0,1,0,0,0),(21488,4150,1,1,1,8392,0,-6541.21,-3856.99,-58.6692,3.57626,300,3,0,1279,0,1,0,0,0),(21487,4150,1,1,1,8392,0,-6628.21,-3824.85,-58.625,3.83372,300,30,0,1279,0,1,0,0,0),(21486,4150,1,1,1,8392,0,-6589.3,-3815.16,-58.7242,2.25862,300,3,0,1279,0,1,0,0,0),(21485,4150,1,1,1,8392,0,-6576.12,-3814.78,-58.7242,0.766078,300,3,0,1279,0,1,0,0,0),(21484,4150,1,1,1,8392,0,-6544.3,-3640.4,-58.6249,1.80089,300,30,0,1279,0,1,0,0,0),(21483,4150,1,1,1,8392,0,-6627.35,-3565.51,-58.5881,3.50996,300,30,0,1279,0,1,0,0,0),(21482,9525,1,1,1,7115,1,-5554.35,-2332.71,-43.7871,5.68977,300,0,0,3696,0,0,0,0,0),(21481,9525,1,1,1,10153,1,-5556.15,-2343.81,-43.9552,0.069813,300,0,0,3696,0,0,0,0,0),(21480,9525,1,1,1,10152,1,-5409.98,-2532.21,-48.1376,5.35816,300,0,0,3696,0,0,0,0,0),(21479,9525,1,1,1,7116,1,-5462.74,-2307.77,55.5127,4.70075,300,0,0,3696,0,2,0,0,0),(21478,9525,1,1,1,10152,1,-5356.74,-2487.12,-45.8921,5.39307,300,0,0,3696,0,0,0,0,0),(21477,9525,1,1,1,10152,1,-5435.18,-2466.56,89.2928,5.93412,300,0,0,3696,0,0,0,0,0),(21476,9525,1,1,1,10153,1,-5454.98,-2470.08,89.3626,2.76961,300,5,0,3696,0,1,0,0,0),(21475,9525,1,1,1,10153,1,-5448.36,-2431.97,89.8037,2.45218,300,5,0,3696,0,1,0,0,0),(21474,9525,1,1,1,7116,1,-5414.9,-2395.83,89.2145,2.86234,300,0,0,3696,0,0,0,0,0),(21473,9525,1,1,1,10152,1,-5398.8,-2404,88.9494,1.46387,300,0,0,3696,0,0,0,0,0),(21472,9525,1,1,1,10152,1,-5632.87,-2472.27,15.1277,5.92457,300,0,0,3696,0,2,0,0,0),(21471,9525,1,1,1,10152,1,-5419.21,-2432.06,89.9012,5.94157,300,3,0,3696,0,1,0,0,0),(21470,9525,1,1,1,7116,1,-5415.01,-2448.02,89.1916,4.62512,300,0,0,3696,0,0,0,0,0),(21469,9525,1,1,1,10152,1,-5435.9,-2390.82,89.1368,5.49779,300,0,0,3696,0,0,0,0,0),(21468,9525,1,1,1,10152,1,-5425.15,-2392.91,89.2324,3.9968,300,0,0,3696,0,0,0,0,0),(21467,9525,1,1,1,7116,1,-5426.09,-2455.98,89.3166,2.25148,300,0,0,3696,0,0,0,0,0),(21466,9525,1,1,1,10153,1,-5461.92,-2442.18,89.356,4.40336,300,0,0,3696,0,2,0,0,0),(21465,4147,1,1,1,12340,0,-5888.19,-3588.84,-58.625,0.003019,300,30,0,1050,0,1,0,0,0),(21464,4147,1,1,1,12340,0,-5849.22,-3979.23,-60.499,0.566879,300,3,0,1050,0,1,0,0,0),(21463,4147,1,1,1,12340,0,-5917.41,-3539.97,-58.625,2.97786,300,30,0,1050,0,1,0,0,0),(21462,4147,1,1,1,12340,0,-5952.69,-3546.07,-58.625,4.79374,300,30,0,1050,0,1,0,0,0),(21461,4147,1,1,1,12340,0,-5952.28,-3568.22,-58.625,1.44216,300,30,0,1050,0,1,0,0,0),(21460,4147,1,1,1,12340,0,-5593.49,-3624.28,-58.6245,3.89214,300,30,0,1050,0,1,0,0,0),(21459,4147,1,1,1,12340,0,-5650.98,-3679.98,-58.6637,2.0817,300,30,0,1050,0,1,0,0,0),(21458,4147,1,1,1,12340,0,-5869.82,-3847.82,-62.8042,0.332334,300,10,0,1050,0,1,0,0,0),(21457,4147,1,1,1,12340,0,-5621.07,-3780.09,-58.625,3.2449,300,30,0,1050,0,1,0,0,0),(21456,4147,1,1,1,12340,0,-5649.48,-3755.06,-58.625,0.579116,300,30,0,1050,0,1,0,0,0),(21455,4147,1,1,1,12340,0,-5710.26,-3673.45,-58.625,3.10125,300,30,0,1050,0,1,0,0,0),(21454,4147,1,1,1,12340,0,-5782.92,-3456.7,-53.6042,1.76322,300,30,0,1050,0,1,0,0,0),(21453,4147,1,1,1,12340,0,-5769.82,-3748.87,-58.7042,6.17581,300,30,0,1050,0,1,0,0,0),(21452,4147,1,1,1,12340,0,-5697.2,-3886.93,-59.7018,6.16191,300,10,0,1050,0,1,0,0,0),(21451,4147,1,1,1,12340,0,-5714.23,-3837.62,-59.6681,4.8891,300,3,0,1050,0,1,0,0,0),(21450,4147,1,1,1,12340,0,-5549.46,-3703.61,-58.6246,1.47022,300,30,0,1050,0,1,0,0,0),(21449,4147,1,1,1,12340,0,-5754.1,-3816.32,-60.8108,5.22928,300,30,0,1050,0,1,0,0,0),(21448,4147,1,1,1,12340,0,-5542.76,-3794.8,-58.625,1.66774,300,30,0,1050,0,1,0,0,0),(21447,4147,1,1,1,12340,0,-5517.3,-3788.4,-58.625,4.6931,300,30,0,1050,0,1,0,0,0),(21446,4147,1,1,1,12340,0,-5655.58,-3817.87,-58.6358,1.4386,300,30,0,1050,0,1,0,0,0),(21445,4144,1,1,1,2307,0,-6572.29,-3619.71,-58.625,6.07283,300,5,0,1163,0,1,0,0,0),(21444,4144,1,1,1,2307,0,-6366.6,-4166.17,-58.7366,-2.279,300,0,0,1163,0,0,0,0,0),(21443,4144,1,1,1,2307,0,-6444.86,-4140.29,-58.4345,5.38358,300,10,0,1163,0,1,0,0,0),(21442,4144,1,1,1,2307,0,-6583.85,-4028.09,-58.625,1.65415,300,10,0,1163,0,1,0,0,0),(21441,4144,1,1,1,2307,0,-6461.9,-4048.86,-58.7527,0.013429,300,0,0,1163,0,0,0,0,0),(21440,4144,1,1,1,2307,0,-6481.04,-3948.41,-58.625,1.07251,300,10,0,1163,0,1,0,0,0),(21439,4143,1,1,1,2308,0,-6153.82,-4115.98,-58.625,3.37545,300,30,0,1279,0,1,0,0,0),(21438,4143,1,1,1,2308,0,-6117.26,-4283.54,-58.6667,3.78736,300,0,0,1279,0,0,0,0,0),(21437,4143,1,1,1,2308,0,-6278.25,-3605.53,-58.625,4.9486,300,30,0,1279,0,1,0,0,0),(21436,4143,1,1,1,2308,0,-6254,-3523.1,-58.625,5.38063,300,30,0,1279,0,1,0,0,0),(21435,4143,1,1,1,2308,0,-6148.28,-4272.51,-58.625,1.69655,300,30,0,1279,0,1,0,0,0),(21434,4143,1,1,1,2308,0,-6048.34,-4282.64,-58.625,6.24611,300,30,0,1279,0,1,0,0,0),(21433,4143,1,1,1,2308,0,-6219.46,-3535,-58.625,1.39811,300,30,0,1279,0,1,0,0,0),(21432,4143,1,1,1,2308,0,-6045.45,-3829.71,-58.6251,4.47496,300,30,0,1279,0,1,0,0,0),(21431,4143,1,1,1,2308,0,-5973.26,-3818.85,-58.6444,3.63336,300,30,0,1279,0,1,0,0,0),(21430,4143,1,1,1,2308,0,-5672.87,-4217.47,-58.3154,6.22845,300,30,0,1279,0,1,0,0,0),(21429,4143,1,1,1,2308,0,-5481.73,-3910.86,-58.625,1.65393,300,30,0,1279,0,1,0,0,0),(21428,4143,1,1,1,2308,0,-5682.86,-4114.1,-59.1041,5.41766,300,3,0,1279,0,1,0,0,0),(21427,4143,1,1,1,2308,0,-6020.12,-4082.64,-58.625,0.075527,300,30,0,1279,0,1,0,0,0),(21426,4143,1,1,1,2308,0,-5581.71,-4072.42,-58.625,6.11577,300,10,0,1279,0,1,0,0,0),(21425,4143,1,1,1,2308,0,-5943.94,-4126.4,-58.625,5.62687,300,30,0,1279,0,1,0,0,0),(21424,4143,1,1,1,2308,0,-5758.17,-4276.7,-58.625,6.25847,300,30,0,1279,0,1,0,0,0),(21423,4143,1,1,1,2308,0,-5624.34,-4015.79,-58.9155,2.72174,300,30,0,1279,0,1,0,0,0),(21422,4143,1,1,1,2308,0,-5535.38,-4023.75,-58.625,5.55839,300,10,0,1279,0,1,0,0,0),(21421,4143,1,1,1,2308,0,-5756.33,-4215.79,-58.7031,0.013346,300,10,0,1279,0,1,0,0,0),(21420,4143,1,1,1,2308,0,-5910.32,-3949.22,-58.5466,5.86675,300,30,0,1279,0,1,0,0,0),(21419,4143,1,1,1,2308,0,-5920.08,-4147.33,-58.6295,5.42252,300,30,0,1279,0,1,0,0,0),(21418,4143,1,1,1,2308,0,-5555.72,-4053.26,-58.625,3.33973,300,10,0,1279,0,1,0,0,0),(21417,4143,1,1,1,2308,0,-5552.82,-4079.81,-58.625,0.03799,300,10,0,1279,0,1,0,0,0),(21416,4143,1,1,1,2308,0,-5574.23,-4044.19,-58.625,3.8828,300,10,0,1279,0,1,0,0,0),(21415,4143,1,1,1,2308,0,-5545.35,-3905.37,-58.625,2.14795,300,30,0,1279,0,1,0,0,0),(21414,4143,1,1,1,2308,0,-6288.14,-4316.73,-58.625,3.17411,300,10,0,1279,0,1,0,0,0),(21413,4143,1,1,1,2308,0,-5854.74,-4163.69,-58.625,4.37468,300,30,0,1279,0,1,0,0,0),(21412,4143,1,1,1,2308,0,-5748.23,-4119.43,-58.625,5.5688,300,30,0,1279,0,1,0,0,0),(21411,4143,1,1,1,2308,0,-6082.45,-3875.72,-59.8436,4.72177,300,3,0,1279,0,1,0,0,0),(21410,4142,1,1,1,5052,0,-5583.76,-3549.9,-58.2651,1.02974,300,30,0,1050,0,1,0,0,0),(21409,4142,1,1,1,5052,0,-5935.97,-3482.09,-58.4073,0.925342,300,30,0,1050,0,1,0,0,0),(21408,4142,1,1,1,5052,0,-5752.17,-3719,-58.7283,0.131074,300,30,0,1050,0,1,0,0,0),(21407,4142,1,1,1,5052,0,-5980.37,-3630.28,-58.625,5.03635,300,30,0,1050,0,1,0,0,0),(21406,4142,1,1,1,5052,0,-5891.62,-3478.22,-57.5668,1.77744,300,30,0,1050,0,1,0,0,0),(21405,4142,1,1,1,5052,0,-5817.12,-3711.43,-58.625,1.70082,300,30,0,1050,0,1,0,0,0),(21404,4142,1,1,1,5052,0,-5603.24,-3647.48,-58.625,0.150592,300,30,0,1050,0,1,0,0,0),(21403,4142,1,1,1,5052,0,-5847.58,-3553.52,-58.625,3.23608,300,30,0,1050,0,1,0,0,0),(21402,4142,1,1,1,5052,0,-5619.88,-3719.78,-58.625,3.81255,300,30,0,1050,0,1,0,0,0),(21401,4142,1,1,1,5052,0,-5678.31,-3632.19,-58.7306,5.1021,300,30,0,1050,0,1,0,0,0),(21400,4142,1,1,1,5052,0,-5817.76,-3749.99,-58.6656,6.28053,300,30,0,1050,0,1,0,0,0),(21399,4142,1,1,1,5052,0,-5685.8,-3786.35,-58.7144,4.60739,300,3,0,1050,0,1,0,0,0),(21398,4142,1,1,1,5052,0,-5585.94,-4052.56,-58.625,0.799217,300,10,0,1050,0,1,0,0,0),(21397,4142,1,1,1,5052,0,-5617.3,-4121.8,-58.6488,1.19774,300,30,0,1050,0,1,0,0,0),(21396,4142,1,1,1,5052,0,-5573.37,-4091.09,-58.625,3.40936,300,30,0,1050,0,1,0,0,0),(21395,4142,1,1,1,5052,0,-5549.77,-4113.55,-58.625,0.958421,300,30,0,1050,0,1,0,0,0),(21394,4142,1,1,1,5052,0,-5576.52,-4018.16,-58.625,6.03127,300,10,0,1050,0,1,0,0,0),(21393,4142,1,1,1,5052,0,-5560.42,-3809.1,-58.625,2.78607,300,30,0,1050,0,1,0,0,0),(21392,4142,1,1,1,5052,0,-5548.36,-3846.63,-58.625,0.911023,300,30,0,1050,0,1,0,0,0),(21391,4142,1,1,1,5052,0,-5525.57,-3737.26,-58.6168,1.53601,300,30,0,1050,0,1,0,0,0),(21390,4142,1,1,1,5052,0,-5561.57,-4070.85,-58.625,1.931,300,10,0,1050,0,1,0,0,0),(21389,4142,1,1,1,5052,0,-5511.9,-4011.74,-58.5394,1.0342,300,10,0,1050,0,1,0,0,0),(21388,5933,1,1,1,9418,0,-5065.41,-1433.43,-52.0541,2.29257,7200,0,1,1308,0,2,0,0,0),(21387,4140,1,1,1,3247,0,-6127.23,-3594.39,-58.625,3.94755,300,3,0,1107,0,1,0,0,0),(21386,4140,1,1,1,3247,0,-5652.12,-3617.12,-58.625,3.05745,300,30,0,1107,0,1,0,0,0),(21385,4140,1,1,1,3247,0,-6115.1,-3604.69,-58.625,3.70074,300,3,0,1107,0,1,0,0,0),(21384,4140,1,1,1,3247,0,-5987.27,-3528.91,-58.4318,4.88374,300,30,0,1107,0,1,0,0,0),(21383,4140,1,1,1,3247,0,-5756.63,-3685.85,-58.625,3.71674,300,30,0,1107,0,1,0,0,0),(21382,4140,1,1,1,3247,0,-6023.57,-3675.63,-58.6525,-1.86187,300,0,0,1107,0,0,0,0,0),(21381,4140,1,1,1,3247,0,-5816.47,-3519.22,-58.3771,1.54289,300,30,0,1107,0,1,0,0,0),(21380,4140,1,1,1,3247,0,-5586.79,-3684.43,-58.625,3.63696,300,30,0,1107,0,1,0,0,0),(21379,4140,1,1,1,3247,0,-5643.82,-3568.38,-58.625,4.86844,300,30,0,1107,0,1,0,0,0),(21378,4140,1,1,1,3247,0,-5717.04,-3615.37,-58.625,2.1464,300,30,0,1107,0,1,0,0,0),(21377,4140,1,1,1,3247,0,-5883.09,-3483.01,-57.1943,3.14579,300,30,0,1107,0,1,0,0,0),(21376,4140,1,1,1,3247,0,-5591.04,-3582.23,-58.6238,0.044518,300,30,0,1107,0,1,0,0,0),(21375,4140,1,1,1,3247,0,-5952.62,-3819.6,-59.6732,5.52608,300,30,0,1107,0,1,0,0,0),(21374,4140,1,1,1,3247,0,-5680.22,-3751.62,-58.625,5.47386,300,30,0,1107,0,1,0,0,0),(21373,4140,1,1,1,3247,0,-5712.18,-3740.75,-58.778,2.87054,300,30,0,1107,0,1,0,0,0),(21372,4140,1,1,1,3247,0,-6103.55,-3570.5,-58.625,5.82444,300,3,0,1107,0,1,0,0,0),(21371,4140,1,1,1,3247,0,-5954.59,-3754.07,-58.625,3.85016,300,30,0,1107,0,1,0,0,0),(21370,4140,1,1,1,3247,0,-5981.6,-3949.51,-58.625,5.59461,300,30,0,1107,0,1,0,0,0),(21369,4140,1,1,1,3247,0,-5929.3,-3882.36,-58.9023,5.93675,300,30,0,1107,0,1,0,0,0),(21368,4140,1,1,1,3247,0,-5764.36,-4234.87,-58.625,0.802698,300,30,0,1107,0,1,0,0,0),(21367,4140,1,1,1,3247,0,-5961.46,-3878.12,-58.6413,0.083678,300,30,0,1107,0,1,0,0,0),(21366,4140,1,1,1,3247,0,-5582.41,-3783.3,-58.625,4.44982,300,30,0,1107,0,1,0,0,0),(21365,4140,1,1,1,3247,0,-5660.59,-4242.63,-58.603,3.25788,300,10,0,1107,0,1,0,0,0),(21364,4140,1,1,1,3247,0,-5484.79,-3847.36,-58.625,2.5638,300,30,0,1107,0,1,0,0,0),(21363,4140,1,1,1,3247,0,-5631.07,-3867.47,-58.6802,5.25434,300,30,0,1107,0,1,0,0,0),(21362,4140,1,1,1,3247,0,-5515.06,-3880.51,-58.625,0.86502,300,30,0,1107,0,1,0,0,0),(21361,4140,1,1,1,3247,0,-5582.25,-3884.79,-58.625,5.72805,300,30,0,1107,0,1,0,0,0),(21360,4140,1,1,1,3247,0,-5482.13,-3780.32,-58.6299,1.06754,300,30,0,1107,0,1,0,0,0),(21359,4140,1,1,1,3247,0,-5705.77,-4080.55,-58.625,1.50621,300,30,0,1107,0,1,0,0,0),(21358,4140,1,1,1,3247,0,-5814.8,-4114.21,-58.625,3.0468,300,30,0,1107,0,1,0,0,0),(21357,4140,1,1,1,3247,0,-5913.47,-4078.97,-58.625,4.5161,300,30,0,1107,0,1,0,0,0),(21356,4140,1,1,1,3247,0,-5768.65,-4151.3,-58.6313,5.93296,300,30,0,1107,0,1,0,0,0),(21355,4140,1,1,1,3247,0,-5993.42,-4071.25,-58.625,0.48122,300,3,0,1107,0,1,0,0,0),(21354,4139,1,1,1,2491,0,-6346.55,-3647.94,-58.6249,0.447525,300,30,0,1221,0,1,0,0,0),(21353,4139,1,1,1,2491,0,-6084.71,-4118.42,-58.625,4.34768,300,30,0,1221,0,1,0,0,0),(21352,4139,1,1,1,2491,0,-6115.87,-4088.83,-58.625,5.45826,300,30,0,1221,0,1,0,0,0),(21351,4139,1,1,1,2491,0,-6156.95,-3578.57,-58.625,5.55563,300,30,0,1221,0,1,0,0,0),(21350,4139,1,1,1,2491,0,-6106.42,-3593.79,-58.625,4.43821,300,3,0,1221,0,1,0,0,0),(21349,4139,1,1,1,2491,0,-6287.86,-3513.21,-58.5613,1.41978,300,30,0,1221,0,1,0,0,0),(21348,4139,1,1,1,2491,0,-6118.01,-3551.9,-58.625,5.33454,300,30,0,1221,0,1,0,0,0),(21347,4139,1,1,1,2491,0,-6305.4,-4074.59,-58.625,1.21792,300,30,0,1221,0,1,0,0,0),(21346,4139,1,1,1,2491,0,-6218.02,-3548.8,-58.625,5.13655,300,30,0,1221,0,1,0,0,0),(21345,4139,1,1,1,2491,0,-6319.11,-4181.02,-58.655,5.50131,300,30,0,1221,0,1,0,0,0),(21344,4139,1,1,1,2491,0,-5991.11,-4314.71,-58.625,4.5898,300,30,0,1221,0,1,0,0,0),(21343,4139,1,1,1,2491,0,-6599.85,-3666.86,-58.6273,3.93757,300,30,0,1221,0,1,0,0,0),(21342,4139,1,1,1,2491,0,-6017.44,-4263.6,-58.625,4.68002,300,30,0,1221,0,1,0,0,0),(21341,4139,1,1,1,2491,0,-6542.26,-4063.79,-58.625,1.56782,300,30,0,1221,0,1,0,0,0),(21340,4139,1,1,1,2491,0,-6513.79,-4014.83,-58.625,1.94533,300,30,0,1221,0,1,0,0,0),(21339,4139,1,1,1,2491,0,-5977.92,-4242.42,-58.625,1.29291,300,0,0,1221,0,0,0,0,0),(21338,5419,1,1,1,141,0,-6914.83,-3878.09,26.1766,1.50389,300,5,0,1981,0,1,0,0,0),(21337,10539,1,1,1,10132,1,-5441.8,-2397.47,89.3227,3.85718,300,0,0,1003,0,0,0,0,0),(21336,10537,1,1,1,9899,1,-5454.95,-2442.79,90.0237,2.68621,300,0,0,3398,0,0,0,0,0),(21335,4133,1,1,1,11097,0,-6356.04,-3490.95,-58.6082,1.03041,300,5,0,1221,0,1,0,0,0),(21334,4133,1,1,1,11097,0,-6386.35,-3548.03,-58.625,1.77549,300,10,0,1221,0,1,0,0,0),(21333,4133,1,1,1,11097,0,-6385.76,-3383.98,-57.6744,3.30903,300,10,0,1221,0,1,0,0,0),(21332,4133,1,1,1,11097,0,-6488.73,-3428.48,-69.9865,4.29027,300,5,0,1221,0,1,0,0,0),(21331,4133,1,1,1,11097,0,-6482.47,-3455.7,-58.7846,3.1322,300,5,0,1221,0,1,0,0,0),(21330,4133,1,1,1,11097,0,-6509.77,-3305.15,-94.1583,1.12336,300,3,0,1221,0,1,0,0,0),(21329,4133,1,1,1,11097,0,-6494.08,-3381.42,-84.4587,1.66075,300,5,0,1221,0,1,0,0,0),(21328,4133,1,1,1,11097,0,-6488.67,-3557.23,-58.6596,3.57267,300,3,0,1221,0,1,0,0,0),(21327,4133,1,1,1,11097,0,-6496.03,-3325.49,-95.8035,2.63545,300,3,0,1221,0,1,0,0,0),(21326,4133,1,1,1,11097,0,-6495.78,-3514.64,-70.006,2.96284,300,3,0,1221,0,1,0,0,0),(21325,4133,1,1,1,11097,0,-6488.36,-3323.74,-94.8076,3.46016,300,5,0,1221,0,1,0,0,0),(21324,4133,1,1,1,11097,0,-6485.84,-3254.02,-113.549,0.814107,300,3,0,1221,0,1,0,0,0),(21323,4133,1,1,1,11097,0,-6462.86,-3297.58,-104.92,1.41244,300,3,0,1221,0,1,0,0,0),(21322,4133,1,1,1,11097,0,-6432.13,-3541.44,-67.5868,4.32572,300,5,0,1221,0,1,0,0,0),(21321,4133,1,1,1,11097,0,-6451.85,-3556.34,-58.6628,3.47046,300,3,0,1221,0,1,0,0,0),(21320,4133,1,1,1,11097,0,-6520.36,-3551.58,-58.6467,5.86848,300,10,0,1221,0,1,0,0,0),(21319,4133,1,1,1,11097,0,-6354.1,-3453.71,-58.7595,1.3919,300,5,0,1221,0,1,0,0,0),(21318,4133,1,1,1,11097,0,-6491.48,-3245.93,-112.497,6.10384,300,3,0,1221,0,1,0,0,0),(21317,4133,1,1,1,11097,0,-6472.31,-3243.75,-113.38,5.96223,300,3,0,1221,0,1,0,0,0),(21316,4133,1,1,1,11097,0,-6557.67,-3522.48,-58.6365,4.46661,300,3,0,1221,0,1,0,0,0),(21315,4133,1,1,1,11097,0,-6521.07,-3514.02,-58.8412,3.42823,300,3,0,1221,0,1,0,0,0),(21314,4133,1,1,1,11097,0,-6484.09,-3229.87,-112.36,3.42467,300,3,0,1221,0,1,0,0,0),(21313,4133,1,1,1,11097,0,-6405.55,-3470.63,-76.195,1.92339,300,5,0,1221,0,1,0,0,0),(21312,4133,1,1,1,11097,0,-6507.93,-3487.51,-69.9997,1.06776,300,3,0,1221,0,1,0,0,0),(21311,4133,1,1,1,11097,0,-6488.81,-3510.08,-70.006,2.01468,300,0,0,1221,0,2,0,0,0),(21310,4133,1,1,1,11097,0,-6527.3,-3465.14,-74.3752,2.50863,300,5,0,1221,0,1,0,0,0),(21309,4133,1,1,1,11097,0,-6442.95,-3514.59,-70.0153,6.07695,300,5,0,1221,0,1,0,0,0),(21308,4133,1,1,1,11097,0,-6485.8,-3464.24,-58.6596,0.394567,300,5,0,1221,0,1,0,0,0),(21307,4133,1,1,1,11097,0,-6470.31,-3485.73,-70.0263,6.02205,300,5,0,1221,0,1,0,0,0),(21306,4133,1,1,1,11097,0,-6579.56,-3474.49,-58.6817,1.61671,300,3,0,1221,0,1,0,0,0),(21305,4133,1,1,1,11097,0,-6591.26,-3492,-58.6817,4.23233,300,3,0,1221,0,1,0,0,0),(21304,4133,1,1,1,11097,0,-6444.21,-3485.11,-58.6596,0.037841,300,3,0,1221,0,1,0,0,0),(21303,4133,1,1,1,11097,0,-6557.09,-3419.15,-57.755,3.80934,300,5,0,1221,0,1,0,0,0),(21302,4132,1,1,1,11099,0,-6381.53,-3442.09,-79.1625,1.38366,7200,0,0,1469,0,0,0,0,0),(1975914,30422,571,1,4,0,0,7138.08,-2036.25,771.858,2.03839,300,0,0,12175,0,0,0,0,0),(21300,4130,1,1,1,11144,0,-6410.85,-3589.94,-58.6249,5.52473,300,5,0,1163,0,1,0,0,0),(21299,4130,1,1,1,11144,0,-6386.16,-3509.23,-58.6995,6.07198,300,3,0,1163,0,1,0,0,0),(21298,4130,1,1,1,11144,0,-6353.74,-3414.08,-57.2315,5.70083,300,10,0,1163,0,1,0,0,0),(21297,4130,1,1,1,11144,0,-6416.29,-3413.19,-57.9999,0.415795,300,5,0,1163,0,1,0,0,0),(21296,4130,1,1,1,11144,0,-6489.54,-3590.52,-58.6249,2.94307,300,10,0,1163,0,1,0,0,0),(21295,12576,1,1,1,12943,1,-4602.11,-1835.37,86.1941,5.13127,300,0,0,713,0,0,0,0,0),(21294,4126,1,1,1,1043,0,-4697.92,-1910.16,-40.2013,1.23839,300,5,0,787,0,1,0,0,0),(21293,4126,1,1,1,1043,0,-5503.26,-2268.35,-56.6,4.3635,300,5,0,787,0,1,0,0,0),(21292,4126,1,1,1,1043,0,-5689.31,-2255.74,-55.4368,0.900497,300,15,0,787,0,1,0,0,0),(21291,4126,1,1,1,1043,0,-5704.08,-2376.62,-55.3007,1.33008,300,15,0,787,0,1,0,0,0),(21290,4126,1,1,1,1043,0,-5688.03,-2444.81,-53.4049,1.55517,300,2,0,787,0,1,0,0,0),(21289,4126,1,1,1,1043,0,-5168.51,-2054.09,-48.6822,2.89093,300,5,0,787,0,1,0,0,0),(21288,4126,1,1,1,1043,0,-5482.23,-2210.68,-54.5873,1.00227,300,5,0,787,0,1,0,0,0),(21287,4126,1,1,1,1043,0,-4742.45,-1976.96,-49.8993,4.00439,300,5,0,787,0,1,0,0,0),(21286,4126,1,1,1,1043,0,-4968.28,-1887.07,-42.2246,4.80623,300,5,0,787,0,1,0,0,0),(21285,4126,1,1,1,1043,0,-4886.66,-1888.71,-52.0007,0.566879,300,5,0,787,0,1,0,0,0),(21284,4126,1,1,1,1043,0,-4852.81,-1918.83,-48.5712,2.46582,300,5,0,787,0,1,0,0,0),(21283,4126,1,1,1,1043,0,-5389.19,-2681.21,-41.8897,0.603145,300,5,0,787,0,1,0,0,0),(21282,4126,1,1,1,1043,0,-5339.03,-2603.95,-42.9346,4.07943,300,3,0,787,0,1,0,0,0),(21281,4126,1,1,1,1043,0,-5347.22,-2647.53,-45.2045,0.086061,300,10,0,787,0,1,0,0,0),(21280,4126,1,1,1,1043,0,-4791.75,-1962.36,-54.3211,5.8606,300,5,0,787,0,1,0,0,0),(21279,4126,1,1,1,1043,0,-5613.78,-2197.99,-59.4139,0.109579,300,15,0,787,0,1,0,0,0),(21278,4126,1,1,1,1043,0,-5704.41,-2535.65,-52.4699,5.27619,300,10,0,787,0,1,0,0,0),(21277,4126,1,1,1,1043,0,-5716.17,-2479.55,-54.8325,1.19029,300,5,0,787,0,1,0,0,0),(21276,4126,1,1,1,1043,0,-5730.11,-2425.12,-55.0809,5.75728,300,10,0,787,0,1,0,0,0),(21275,4126,1,1,1,1043,0,-5430.04,-2693.62,-38.5499,6.17103,300,10,0,787,0,1,0,0,0),(21274,4126,1,1,1,1043,0,-4904.82,-2024.52,-11.3519,6.26952,300,5,0,787,0,1,0,0,0),(21273,4124,1,1,1,1056,0,-5194.71,-1379.88,-52.3558,1.91337,300,5,0,840,0,1,0,0,0),(21272,4124,1,1,1,1056,0,-5222.18,-1523.25,-51.6887,4.74698,300,5,0,840,0,1,0,0,0),(21271,4124,1,1,1,1056,0,-5343.92,-2815.69,-52.0333,3.1455,300,5,0,840,0,1,0,0,0),(21270,4124,1,1,1,1056,0,-5044.18,-1396.97,-50.1904,3.83433,300,10,0,840,0,1,0,0,0),(21269,4124,1,1,1,1056,0,-4922.49,-1099.28,-51.9827,4.03493,300,5,0,840,0,1,0,0,0),(21268,4124,1,1,1,1056,0,-5116.86,-1315.64,-49.8914,0.672843,300,15,0,840,0,1,0,0,0),(21267,4124,1,1,1,1056,0,-5721.71,-3232.89,-41.3559,0.440051,300,3,0,840,0,1,0,0,0),(21266,4124,1,1,1,1056,0,-5081.17,-1417.08,-51.9366,1.34429,300,15,0,840,0,1,0,0,0),(21265,4124,1,1,1,1056,0,-4997.68,-1134.89,-50.8417,0.595907,300,5,0,840,0,1,0,0,0),(21264,4124,1,1,1,1056,0,-5767.77,-3288.08,-26.74,0.190504,300,5,0,840,0,1,0,0,0),(21263,4124,1,1,1,1056,0,-5691.02,-3056.86,-45.8515,1.33933,300,3,0,840,0,1,0,0,0),(21262,4124,1,1,1,1056,0,-5793.41,-3367.74,-45.6168,5.83003,300,15,0,840,0,1,0,0,0),(21261,4124,1,1,1,1056,0,-5462.52,-3020.73,-47.788,5.13845,300,10,0,840,0,1,0,0,0),(21260,4124,1,1,1,1056,0,-5262.67,-2675.38,-42.6787,5.7907,300,5,0,840,0,1,0,0,0),(21259,4124,1,1,1,1056,0,-5729.76,-3145.24,-35.5774,4.654,300,5,0,840,0,1,0,0,0),(21258,4124,1,1,1,1056,0,-4749.74,-1053.13,-56.9922,0.975752,300,5,0,840,0,1,0,0,0),(21257,4124,1,1,1,1056,0,-5489.41,-3029.92,-46.3911,0.37724,300,10,0,840,0,1,0,0,0),(21256,4124,1,1,1,1056,0,-5603.38,-2575.9,-53.9361,3.75483,300,5,0,840,0,1,0,0,0),(21255,4124,1,1,1,1056,0,-5355.17,-1797.76,-51.3994,4.07163,300,10,0,840,0,1,0,0,0),(21254,4124,1,1,1,1056,0,-4746.94,-1083.62,-52.2976,0.664982,300,5,0,840,0,1,0,0,0),(21253,4124,1,1,1,1056,0,-5447.08,-2143.17,-56.1122,2.66666,300,5,0,840,0,1,0,0,0),(21252,4124,1,1,1,1056,0,-4839.8,-1534.3,-47.6448,0.891757,300,5,0,840,0,1,0,0,0),(21251,4124,1,1,1,1056,0,-4800.04,-1571.32,-50.4831,6.2578,300,10,0,840,0,1,0,0,0),(21250,4124,1,1,1,1056,0,-4446.6,-924.196,-55.8368,4.13516,300,15,0,840,0,1,0,0,0),(21249,4124,1,1,1,1056,0,-5223.6,-1662.88,-52.5119,5.88855,300,5,0,840,0,1,0,0,0),(21248,4124,1,1,1,1056,0,-5554.26,-1931.93,-59.4655,1.70993,300,10,0,840,0,1,0,0,0),(21247,4124,1,1,1,1056,0,-5722.22,-3405.77,-43.7438,1.67843,300,10,0,840,0,1,0,0,0),(21246,4124,1,1,1,1056,0,-5418.58,-3252.31,-34.0566,3.79066,300,10,0,840,0,1,0,0,0),(21245,4124,1,1,1,1056,0,-4454.72,-1126.7,-49.6217,1.86412,300,5,0,840,0,1,0,0,0),(21244,4124,1,1,1,1056,0,-4540.05,-1090.7,-48.8116,2.85121,300,5,0,840,0,1,0,0,0),(21243,4124,1,1,1,1056,0,-5367.37,-2028.78,-59.6204,0.055031,300,5,0,840,0,1,0,0,0),(21242,4124,1,1,1,1056,0,-5341.63,-2036.46,-60.6802,0.692738,300,10,0,840,0,1,0,0,0),(21241,4124,1,1,1,1056,0,-5597.98,-3284.3,-40.4927,3.67394,300,5,0,840,0,1,0,0,0),(21240,4124,1,1,1,1056,0,-4222.91,-910.396,-49.586,6.19822,300,5,0,840,0,1,0,0,0),(21239,4124,1,1,1,1056,0,-5590.43,-2978.51,-45.5824,2.93839,300,5,0,840,0,1,0,0,0),(21238,4124,1,1,1,1056,0,-5388.68,-3247.72,-37.3728,2.15966,300,10,0,840,0,1,0,0,0),(21237,4124,1,1,1,1056,0,-5325.56,-3088.03,-49.0393,3.01821,300,10,0,840,0,1,0,0,0),(21236,4124,1,1,1,1056,0,-5332.68,-3141.96,-42.0054,4.98532,300,10,0,840,0,1,0,0,0),(21235,4124,1,1,1,1056,0,-5355.03,-3250.66,-44.4434,2.88904,300,10,0,840,0,1,0,0,0),(21234,4124,1,1,1,1056,0,-4358.08,-969.626,-53.8193,0.271051,300,5,0,840,0,1,0,0,0),(21233,4124,1,1,1,1056,0,-5388.39,-3059.14,-27.4827,4.93364,300,2,0,840,0,1,0,0,0),(21232,17178,1,1,1,1097,0,-4922.71,-1379.22,-52.529,5.25344,300,0,0,853,0,0,0,0,0),(21231,4120,1,1,1,9587,0,-4382.23,-821.762,-54.6032,0.347342,300,5,0,896,0,1,0,0,0),(21230,4120,1,1,1,9587,0,-4479.97,-958.056,-54.3864,5.66176,300,0,0,896,0,2,0,0,0),(21229,4120,1,1,1,9587,0,-5760.06,-3408.21,-46.8108,2.66249,300,15,0,896,0,1,0,0,0),(21228,4120,1,1,1,9587,0,-4364.73,-978.047,-55.472,3.2334,300,5,0,896,0,1,0,0,0),(21227,4120,1,1,1,9587,0,-4758.33,-1025,-58.624,1.06407,300,15,0,896,0,1,0,0,0),(21226,4120,1,1,1,9587,0,-5785.24,-3303.25,-23.6892,1.98395,300,0,0,896,0,2,0,0,0),(21225,4120,1,1,1,9587,0,-5730.56,-3223.71,-41.7148,5.75314,300,15,0,896,0,1,0,0,0),(21224,4120,1,1,1,9587,0,-5702.9,-3096.31,-43.9695,3.59499,300,5,0,896,0,1,0,0,0),(21223,4120,1,1,1,9587,0,-4623.6,-917.301,-57.9033,4.98705,300,0,0,896,0,2,0,0,0),(21222,4120,1,1,1,9587,0,-4717.68,-1015.76,-42.9831,4.96669,300,5,0,896,0,1,0,0,0),(21221,4120,1,1,1,9587,0,-4444.5,-887.074,-55.8225,5.77176,300,15,0,896,0,1,0,0,0),(21220,4120,1,1,1,9587,0,-5458.12,-3327.79,-35.09,4.61762,300,10,0,896,0,1,0,0,0),(21219,4120,1,1,1,9587,0,-4380.71,-1018.51,-55.2554,3.44189,300,5,0,896,0,1,0,0,0),(21218,4120,1,1,1,9587,0,-5390.57,-3265.64,-39.051,1.40019,300,0,0,896,0,2,0,0,0),(21217,4119,1,1,1,2703,0,-5342.27,-2908.33,-58.9377,4.30108,300,10,0,724,732,1,0,0,0),(21216,4119,1,1,1,2703,0,-5311.56,-2880.44,-58.8013,1.13334,300,10,0,724,732,1,0,0,0),(21215,4119,1,1,1,2703,0,-5042.55,-1205.16,-54.481,4.69814,300,10,0,724,732,1,0,0,0),(21214,4119,1,1,1,2703,0,-4933.8,-1257.96,-48.2715,4.02427,300,5,0,724,732,1,0,0,0),(21213,4119,1,1,1,2703,0,-5116.58,-1287.38,-49.5069,3.27795,300,10,0,724,732,1,0,0,0),(21212,4119,1,1,1,2703,0,-4897.95,-1092.7,-56.9506,3.22571,300,10,0,724,732,1,0,0,0),(21211,4119,1,1,1,2703,0,-5394.55,-2834.98,-44.6144,6.13603,300,5,0,724,732,1,0,0,0),(21210,4119,1,1,1,2703,0,-5431.74,-2951.76,-51.7474,0.741228,300,10,0,724,732,1,0,0,0),(21209,4119,1,1,1,2703,0,-5428.28,-2909.26,-55.711,4.48163,300,10,0,724,732,1,0,0,0),(21208,4119,1,1,1,2703,0,-5399.03,-2907.16,-55.9345,5.77058,300,10,0,724,732,1,0,0,0),(21207,4119,1,1,1,2703,0,-5377.82,-2819.16,-45.3326,0.695584,300,5,0,724,732,1,0,0,0),(21206,4119,1,1,1,2703,0,-5413.04,-2895.83,-56.3469,5.55048,300,10,0,724,732,1,0,0,0),(21205,4119,1,1,1,2703,0,-5480.07,-3034.12,-43.6682,4.72606,300,10,0,724,732,1,0,0,0),(21204,4119,1,1,1,2703,0,-5423.9,-2910.39,-56.2333,0.204452,300,10,0,724,732,1,0,0,0),(21203,4119,1,1,1,2703,0,-5469.51,-2899.57,-47.9737,2.93726,300,0,0,724,732,0,0,0,0),(21202,4119,1,1,1,2703,0,-5362.13,-2850.59,-55.6609,2.64037,300,0,0,724,732,2,0,0,0),(21201,4119,1,1,1,2703,0,-5489.88,-2876.3,-49.8344,1.87648,300,5,0,724,732,1,0,0,0),(21200,4119,1,1,1,2703,0,-5255.83,-2704.51,-39.8091,1.75767,300,0,0,724,732,2,0,0,0),(21199,4119,1,1,1,2703,0,-5422.28,-2869.62,-49.809,6.26756,300,5,0,724,732,1,0,0,0),(21198,4119,1,1,1,2703,0,-5328.3,-3056.78,-47.5919,2.4516,300,10,0,724,732,1,0,0,0),(21197,4118,1,1,1,10991,0,-5582.4,-2749.03,-45.0217,3.90207,300,0,0,787,0,0,0,0,0),(21196,4118,1,1,1,10991,0,-5618.66,-2684.1,-49.8734,0.363259,300,5,0,787,0,1,0,0,0),(21195,4118,1,1,1,10991,0,-4662.75,-1430.39,-50.4262,0.968704,300,15,0,787,0,1,0,0,0),(21194,4118,1,1,1,10991,0,-5084.82,-1371.6,-49.3823,4.93509,300,10,0,787,0,1,0,0,0),(21193,4118,1,1,1,10991,0,-5518.68,-1892.84,-58.4341,1.91604,300,15,0,787,0,1,0,0,0),(21192,4118,1,1,1,10991,0,-5551.05,-2096,-55.722,3.2296,300,5,0,787,0,1,0,0,0),(21191,4118,1,1,1,10991,0,-5563.71,-1969.96,-61.1704,1.08319,300,15,0,787,0,1,0,0,0),(21190,4118,1,1,1,10991,0,-4790.17,-1723.81,-41.1732,4.9208,300,5,0,787,0,1,0,0,0),(21189,4118,1,1,1,10991,0,-4717.73,-1595.01,-29.9397,3.32022,300,5,0,787,0,1,0,0,0),(21188,4118,1,1,1,10991,0,-5544.59,-2083.32,-56.0514,1.1865,300,5,0,787,0,1,0,0,0),(21187,9238,1,1,1,8449,1,-6158.57,-3880.56,-58.8291,4.15388,300,0,0,1410,1283,0,0,0,0),(21186,4118,1,1,1,10991,0,-5590.12,-2050.31,-64.7093,2.01747,300,15,0,787,0,1,0,0,0),(21185,4118,1,1,1,10991,0,-5205.76,-1666.23,-58.0116,0.444301,300,5,0,787,0,1,0,0,0),(21184,4630,1,1,1,7199,1,-6192.6,-3961.18,-58.6667,3.4383,300,0,0,1003,0,0,0,0,0),(21183,4117,1,1,1,2705,0,-5439.63,-2215.43,-58.818,3.37,300,15,0,640,655,1,0,0,0),(21182,4117,1,1,1,2705,0,-5675.96,-2231.36,-57.3479,3.12614,300,5,0,640,655,1,0,0,0),(21181,4117,1,1,1,2705,0,-4775.98,-1981.59,-61.1075,3.53247,300,10,0,640,655,1,0,0,0),(21180,4117,1,1,1,2705,0,-5196.1,-2064.77,-48.6477,0.425171,300,10,0,640,655,1,0,0,0),(21179,4117,1,1,1,2705,0,-5581.75,-2076.93,-65.5176,1.68302,300,15,0,640,655,1,0,0,0),(21178,4629,1,1,1,2704,1,-6253.28,-4025.25,-58.6667,0.279253,300,0,0,1003,0,0,0,0,0),(21177,4116,1,1,1,774,1,-5730.09,-3402.94,-43.1059,2.96085,300,15,0,739,2068,1,0,0,0),(21176,4116,1,1,1,774,1,-4399.04,-1000.18,-55.7919,2.45935,300,5,0,739,2068,1,0,0,0),(21175,4116,1,1,1,774,1,-4635.13,-946.347,-43.9023,2.79815,300,0,0,739,2068,0,0,0,0),(21174,4116,1,1,1,774,1,-5420.57,-3349.25,-40.5301,2.47131,300,2,0,739,2068,1,0,0,0),(21173,4116,1,1,1,774,1,-5342.38,-3251.36,-42.2835,2.78031,300,0,0,739,2068,2,0,0,0),(21172,4114,1,1,1,2299,1,-5334.12,-1524.62,-46.8005,1.0225,300,0,0,840,0,0,0,0,0),(21171,4114,1,1,1,2299,1,-5309.95,-2029.86,-59.393,3.02562,300,5,0,840,0,1,0,0,0),(21170,4114,1,1,1,2299,1,-4823.96,-1707.42,-33.5918,2.73329,300,3,0,840,0,1,0,0,0),(21169,4114,1,1,1,2299,1,-5479.46,-1791.25,-44.8223,4.19106,300,3,0,840,0,1,0,0,0),(21168,4114,1,1,1,2299,1,-5688.28,-3023.59,-37.9469,1.43791,300,3,0,840,0,1,0,0,0),(21167,5905,1,1,1,4541,1,-5217.65,-2788.99,-7.44589,3.78736,300,0,0,1536,0,0,0,0,0),(21166,4112,1,1,1,373,1,-5584.61,-2116.37,-58.9088,1.37221,300,0,0,734,0,0,0,0,0),(21165,4112,1,1,1,373,1,-4906.08,-1911.57,-47.7767,1.36624,300,5,0,734,0,1,0,0,0),(21164,4112,1,1,1,373,1,-5703.71,-2455.12,-55.9482,1.03278,300,5,0,734,0,1,0,0,0),(21163,4112,1,1,1,373,1,-4746.5,-1946.76,-51.6132,6.08847,300,5,0,734,0,1,0,0,0),(21162,4111,1,1,1,2153,1,-5081.51,-1403.63,-52.1601,2.6463,300,30,0,787,0,1,0,0,0),(21161,4111,1,1,1,2153,1,-5130.08,-1642.17,-38.5543,4.04466,300,0,0,787,0,2,0,0,0),(21160,4111,1,1,1,2153,1,-5488.3,-2128.08,-47.1749,2.9091,300,5,0,787,0,1,0,0,0),(21159,4111,1,1,1,2153,1,-4796.51,-1537.63,-46.048,3.89114,300,5,0,787,0,1,0,0,0),(21158,4111,1,1,1,2153,1,-4621.98,-1482.39,-42.946,4.1321,300,5,0,787,0,1,0,0,0),(21157,4111,1,1,1,2153,1,-5470.93,-1952.66,-52.1091,0.176709,300,0,0,787,0,2,0,0,0),(21156,4111,1,1,1,2153,1,-5570.08,-2101.45,-59.0945,0.623199,300,0,0,787,0,2,0,0,0),(21155,4111,1,1,1,2153,1,-5366.71,-1833.29,-43.7829,2.67184,300,10,0,787,0,1,0,0,0),(21154,4110,1,1,1,4585,0,-4962.94,-873.705,-5.68761,4.92765,300,0,0,1146,0,2,0,0,0),(21153,4110,1,1,1,4585,0,-4962.28,-940.819,-5.25795,0.851331,300,0,0,1146,0,0,0,0,0),(21152,4878,1,1,1,4308,1,-5456.41,-2419.88,89.5891,5.20108,300,0,0,1469,0,0,0,0,0),(21151,4109,1,1,1,2297,0,-5054.03,-973.837,-4.96283,3.0801,300,0,0,896,0,0,0,0,0),(21150,4109,1,1,1,2297,0,-5055.98,-919.185,-5.43601,5.82861,300,15,0,896,0,1,0,0,0),(21149,4109,1,1,1,2297,0,-4901.65,-952.418,-5.46838,4.54831,300,0,0,896,0,2,0,0,0),(21148,4109,1,1,1,2297,0,-5187.22,-1146.62,47.1967,2.46274,300,5,0,896,0,1,0,0,0),(21147,4109,1,1,1,2297,0,-5016.56,-955.637,-5.69139,0.878173,300,5,0,896,0,1,0,0,0),(21146,4877,1,1,1,4529,1,-5477.48,-2466.44,89.3671,1.29154,300,0,0,1536,0,0,0,0,0),(21145,4620,1,1,1,11573,0,-6193.54,-3920.8,-47.1554,0.523599,300,0,0,1342,0,0,0,0,0),(21144,4876,1,1,1,4306,1,-5476.7,-2453.51,89.3671,4.72984,300,0,0,1342,0,0,0,0,0),(21143,4107,1,1,1,2298,0,-4975.68,-838.443,-5.78874,5.78444,300,5,0,896,0,1,0,0,0),(21142,4107,1,1,1,2298,0,-5012.94,-888.237,-5.73381,5.34389,300,0,0,896,0,0,0,0,0),(21141,4107,1,1,1,2298,0,-5011.31,-842.106,-5.40228,4.57138,300,5,0,896,0,1,0,0,0),(21140,4107,1,1,1,2298,0,-5147.51,-889.999,-5.3282,5.00292,300,5,0,896,0,1,0,0,0),(21139,4107,1,1,1,2298,0,-5124.68,-1036.42,-5.50887,4.34029,300,5,0,896,0,1,0,0,0),(21138,4107,1,1,1,2298,0,-5075.54,-952.722,-4.88538,2.92123,300,5,0,896,0,1,0,0,0),(21137,4107,1,1,1,2298,0,-4958.01,-883.172,-5.82937,1.39475,300,5,0,896,0,1,0,0,0),(21136,4107,1,1,1,2298,0,-4887.97,-897.821,-4.88752,1.29767,300,5,0,896,0,1,0,0,0),(21135,4107,1,1,1,2298,0,-4941.67,-958.334,-5.49241,2.31889,300,5,0,896,0,1,0,0,0),(21134,4107,1,1,1,2298,0,-5158.33,-1112.3,47.3588,6.07277,300,5,0,896,0,1,0,0,0),(21133,4107,1,1,1,2298,0,-5183.27,-1221.41,48.3499,5.14984,300,0,0,896,0,2,0,0,0),(21132,4107,1,1,1,2298,0,-4980.21,-923.934,-4.97707,2.09616,300,15,0,896,0,1,0,0,0),(21131,4107,1,1,1,2298,0,-5074.16,-1017.81,-4.82582,2.40284,300,10,0,896,0,1,0,0,0),(21130,4107,1,1,1,2298,0,-5190.19,-1179.26,45.5069,6.05114,300,10,0,896,0,1,0,0,0),(21129,4107,1,1,1,2298,0,-5116.86,-912.638,-5.40153,5.28733,300,10,0,896,0,1,0,0,0),(21128,4107,1,1,1,2298,0,-5069.79,-1055.21,2.54778,4.82786,300,5,0,896,0,1,0,0,0),(21127,4107,1,1,1,2298,0,-5224.54,-1220.14,49.7935,2.84209,300,3,0,896,0,1,0,0,0),(21126,4875,1,1,1,4202,1,-5467.54,-2432.64,89.7824,6.00393,300,0,0,1753,0,0,0,0,0),(21125,10761,1,1,1,10236,1,-5187.59,-2159.51,94.7173,0.733038,300,0,0,981,0,0,0,0,0),(21124,10761,1,1,1,10233,1,-5136.05,-1916.99,89.2708,4.67748,300,0,0,981,0,0,0,0,0),(21123,10761,1,1,1,10234,1,-5080.54,-1869.93,84.2694,4.08407,300,0,0,981,0,0,0,0,0),(21122,10761,1,1,1,10236,1,-4740.8,-2091.88,83.7436,3.90954,300,0,0,981,0,0,0,0,0),(21121,10761,1,1,1,10234,1,-5139.71,-1951.46,89.2708,1.43117,300,0,0,981,0,0,0,0,0),(21120,10761,1,1,1,10236,1,-5111.59,-1897.97,87.8429,5.49779,300,0,0,981,0,0,0,0,0),(21119,10761,1,1,1,10235,1,-5085.05,-1970.16,88.327,2.25148,300,0,0,981,0,0,0,0,0),(21118,10761,1,1,1,10236,1,-5065.6,-1958.9,90.2779,2.54818,300,0,0,981,0,0,0,0,0),(21117,10761,1,1,1,10235,1,-5066.55,-1885.71,86.7614,3.19395,300,0,0,981,0,0,0,0,0),(21116,10760,1,1,1,10227,1,-4993.92,-2115.26,84.1659,0,300,0,0,590,1633,0,0,0,0),(21115,10760,1,1,1,10231,1,-4874.72,-1991.18,91.7827,3.23438,300,0,0,590,1633,2,0,0,0),(21114,10760,1,1,1,10227,1,-4880.87,-1989.27,91.8534,2.32129,300,0,0,590,1633,0,0,0,0),(21113,10760,1,1,1,10230,1,-4788.76,-1888.64,89.896,0.330425,300,0,0,590,1633,2,0,0,0),(21112,10760,1,1,1,10227,1,-5099.47,-1912.83,88.2051,3.56088,300,5,0,590,1633,1,0,0,0),(21111,10760,1,1,1,10231,1,-5113.52,-1950.85,88.7948,2.60206,300,5,0,590,1633,1,0,0,0),(21110,10760,1,1,1,10231,1,-5044.13,-1903.83,88.6302,1.06236,300,5,0,590,1633,1,0,0,0),(21109,10760,1,1,1,10231,1,-4753.79,-2103.01,83.2619,5.76726,300,0,0,590,1633,2,0,0,0),(21108,10760,1,1,1,10227,1,-4781.82,-2129.78,82.6689,2.94378,300,5,0,590,1633,1,0,0,0),(21107,10760,1,1,1,10230,1,-4898.39,-2078.99,83.9509,3.83142,300,5,0,590,1633,1,0,0,0),(21106,10760,1,1,1,10227,1,-4789.23,-1887,90.021,1.08531,300,5,0,590,1633,1,0,0,0),(21105,10760,1,1,1,10227,1,-4849.1,-1846.39,61.1143,6.11841,300,0,0,590,1633,2,0,0,0),(21104,10760,1,1,1,10228,1,-5053.51,-1946.17,90.8081,5.77704,300,0,0,590,1633,0,0,0,0),(21103,4104,1,1,1,10876,0,-5514.2,-1577.55,28.9427,4.14573,300,0,0,1003,0,2,0,0,0),(21102,4104,1,1,1,10876,0,-5540.93,-1591.12,28.9255,2.21267,300,0,0,1003,0,0,0,0,0),(21101,4104,1,1,1,10876,0,-5603.09,-1599.02,11.8902,5.09622,300,3,0,1003,0,1,0,0,0),(21100,4104,1,1,1,10876,0,-5495.06,-1609.19,28.7622,3.97443,300,0,0,1003,0,2,0,0,0),(21099,4104,1,1,1,10876,0,-5560.51,-1634.4,21.989,4.50728,300,3,0,1003,0,1,0,0,0),(21098,4104,1,1,1,10876,0,-5615.5,-1584.23,12.4946,3.57266,300,3,0,1003,0,1,0,0,0),(21097,10760,1,1,1,10228,1,-5084.85,-1951.15,89.1557,0.396464,300,0,0,590,1633,2,0,0,0),(21096,10760,1,1,1,10230,1,-5058.13,-1930.98,89.9334,5.21853,300,0,0,590,1633,0,0,0,0),(21095,10759,1,1,1,10239,1,-5004.62,-2124.61,83.7377,3.9619,300,0,0,684,693,0,0,0,0),(21094,10759,1,1,1,10240,1,-5000.84,-2095.42,84.2372,1.25928,300,0,0,684,693,2,0,0,0),(21093,10759,1,1,1,10238,1,-4876.99,-1971.41,91.7774,4.99625,300,5,0,684,693,1,0,0,0),(21092,10759,1,1,1,10241,1,-4882.95,-1986.58,91.9923,5.23599,300,0,0,684,693,0,0,0,0),(21091,10759,1,1,1,10240,1,-4759.64,-1877.04,89.9933,5.5695,300,5,0,684,693,1,0,0,0),(21090,10759,1,1,1,10241,1,-5157.99,-2145.03,92.1804,3.97336,300,5,0,684,693,1,0,0,0),(21089,10759,1,1,1,10240,1,-5115.23,-1978.96,88.5938,2.35528,300,0,0,684,693,2,0,0,0),(21088,10759,1,1,1,10239,1,-4924.71,-1855.95,80.7122,6.06989,300,3,0,684,693,1,0,0,0),(21087,10759,1,1,1,10239,1,-4904.67,-1970.13,86.8811,2.84907,300,0,0,684,693,2,0,0,0),(21086,10759,1,1,1,10241,1,-5036.93,-1940.22,90.8007,5.2437,300,5,0,684,693,1,0,0,0),(21085,10759,1,1,1,10238,1,-4756.03,-2125.4,83.6865,1.37881,300,0,0,684,693,0,0,0,0),(21084,10759,1,1,1,10238,1,-4913.31,-2081.96,85.1858,2.63545,300,0,0,684,693,0,0,0,0),(21083,10759,1,1,1,10241,1,-4768.58,-1895.25,89.2155,4.13643,300,0,0,684,693,0,0,0,0),(21082,10759,1,1,1,10241,1,-5006.08,-1889.47,3.41114,3.16404,300,0,0,684,693,2,0,0,0),(21081,10759,1,1,1,10240,1,-5048.63,-1948.32,91.0811,2.79253,300,0,0,684,693,0,0,0,0),(21080,10759,1,1,1,10239,1,-5080.19,-1931.83,89.0795,1.71042,300,0,0,684,693,0,0,0,0),(21079,10759,1,1,1,10238,1,-5081.23,-1927.56,88.8295,5.0091,300,0,0,684,693,0,0,0,0),(21078,10758,1,1,1,10224,1,-5013.91,-2107.01,83.9856,3.84019,300,0,0,734,0,0,0,0,0),(21077,10758,1,1,1,10225,1,-4915.73,-2062.38,85.1517,5.33124,300,5,0,734,0,1,0,0,0),(21076,10758,1,1,1,10225,1,-5109.41,-1923.61,88.9103,0.004893,300,0,0,734,0,2,0,0,0),(21075,10758,1,1,1,10225,1,-5084.61,-1894.74,87.1061,1.71823,300,5,0,734,0,1,0,0,0),(21074,10758,1,1,1,10226,1,-4998.15,-2101.57,84.2488,1.42028,300,0,0,734,0,0,0,0,0),(21073,10758,1,1,1,10225,1,-4919.73,-2078.56,85.1025,5.93412,300,0,0,734,0,0,0,0,0),(21072,10758,1,1,1,10223,1,-4771.38,-1900.53,89.0259,1.16937,300,0,0,734,0,0,0,0,0),(21071,10757,1,1,1,5561,0,-5011.83,-2009.84,-50.7428,0.456694,300,10,0,840,0,1,0,0,0),(21070,10757,1,1,1,5561,0,-4983.32,-2046.51,-47.9726,3.0499,300,10,0,840,0,1,0,0,0),(21069,10757,1,1,1,5561,0,-4921.37,-1912.06,-45.1547,4.41339,300,5,0,840,0,1,0,0,0),(21068,10757,1,1,1,5561,0,-4950.04,-1951.75,-50.8618,3.38779,300,5,0,840,0,1,0,0,0),(21067,4101,1,1,1,1350,0,-5440.37,-1685.69,-38.4093,1.64502,300,3,0,950,0,1,0,0,0),(21066,4101,1,1,1,1350,0,-5379.52,-1659.27,-54.3669,3.28368,300,15,0,950,0,1,0,0,0),(21065,4101,1,1,1,1350,0,-5359.74,-1606.66,-55.4734,5.82288,300,10,0,950,0,1,0,0,0),(21064,4101,1,1,1,1350,0,-5356.59,-1638.98,-54.7752,4.49422,300,15,0,950,0,1,0,0,0),(21063,10757,1,1,1,5561,0,-5080.46,-2054.67,-46.648,2.85841,300,5,0,840,0,1,0,0,0),(21062,10757,1,1,1,5561,0,-5054.22,-2054.25,-48.5987,3.66242,300,10,0,840,0,1,0,0,0),(21061,10757,1,1,1,5561,0,-4981.9,-1877.44,-45.5826,2.39399,300,5,0,840,0,1,0,0,0),(21060,10757,1,1,1,5561,0,-4950.07,-1911.19,-46.5927,1.40002,300,5,0,840,0,1,0,0,0),(21059,10757,1,1,1,5561,0,-5114.44,-2082.12,-38.2499,3.6753,300,3,0,840,0,1,0,0,0),(21058,10757,1,1,1,5561,0,-4982.9,-2012.76,-47.9652,0.553006,300,5,0,840,0,1,0,0,0),(21057,4101,1,1,1,1350,0,-5462.57,-1636.54,29.1135,0.387204,300,2,0,950,0,1,0,0,0),(21056,4101,1,1,1,1350,0,-5510.73,-1589.29,28.0713,1.46608,300,3,0,950,0,1,0,0,0),(21054,4101,1,1,1,1350,0,-5609.7,-1609.12,14.4006,5.88741,300,3,0,950,0,1,0,0,0),(21053,4101,1,1,1,1350,0,-5440.21,-1658.25,-27.8278,3.95461,300,0,0,950,0,2,0,0,0),(21052,4101,1,1,1,1350,0,-5585.7,-1624.01,15.4334,3.48316,300,3,0,950,0,1,0,0,0),(21051,4101,1,1,1,1350,0,-5498.9,-1628.65,26.8203,4.62865,300,2,0,950,0,1,0,0,0),(21050,4101,1,1,1,1350,0,-5533.04,-1602.88,29.1719,4.65989,300,3,0,950,0,1,0,0,0),(21049,10756,1,1,1,5562,0,-5072.42,-2085.18,-46.4831,3.89531,300,5,0,896,0,1,0,0,0),(21048,10756,1,1,1,5562,0,-4950.2,-1972.49,-47.6415,4.28125,300,5,0,896,0,1,0,0,0),(21047,10756,1,1,1,5562,0,-4987.6,-1980.75,-51.269,3.61513,300,10,0,896,0,1,0,0,0),(21046,10756,1,1,1,5562,0,-5019.05,-1989.77,-50.5021,4.12671,300,5,0,896,0,1,0,0,0),(21045,10756,1,1,1,5562,0,-5115.52,-2046.13,-42.5643,6.18332,300,5,0,896,0,1,0,0,0),(21044,4100,1,1,1,1352,0,-5401.79,-1647.21,-54.2006,0.973233,300,15,0,768,0,1,0,0,0),(21043,4100,1,1,1,1352,0,-5363.85,-1673.79,-53.9582,5.73473,300,15,0,768,0,1,0,0,0),(21042,4100,1,1,1,1352,0,-5394.91,-1683.51,-52.9398,2.65175,300,15,0,768,0,1,0,0,0),(21041,4100,1,1,1,1352,0,-5499.53,-1598.83,28.0668,5.33641,300,2,0,768,0,1,0,0,0),(21040,4100,1,1,1,1352,0,-5598,-1609.38,13.5855,5.25555,300,0,0,768,0,2,0,0,0),(21039,4100,1,1,1,1352,0,-5579.14,-1577.71,10.5668,6.17046,300,3,0,768,0,1,0,0,0),(21038,4099,1,1,1,9415,1,-4991.59,-2311.98,-57.9909,0.978848,300,5,0,787,0,1,0,0,0),(21037,4099,1,1,1,9415,1,-5004.42,-2351.81,-55.4281,2.74411,300,5,0,787,0,1,0,0,0),(21035,4099,1,1,1,9415,1,-4891.26,-2297.33,-59.4468,1.14801,300,3,0,787,0,1,0,0,0),(21033,4099,1,1,1,9415,1,-4976.56,-2355.21,-59.1157,3.26907,300,5,0,787,0,1,0,0,0),(21032,4099,1,1,1,9415,1,-4978.4,-2381.08,-57.3887,0.284943,300,5,0,787,0,1,0,0,0),(21031,4099,1,1,1,9415,1,-4936.69,-2401.8,-53.1828,5.81779,300,3,0,787,0,1,0,0,0),(21030,4099,1,1,1,9415,1,-4935.22,-2350.57,-46.9941,5.13207,300,3,0,787,0,1,0,0,0),(21029,4099,1,1,1,9415,1,-4917.84,-2267.14,-70.2366,1.98988,300,3,0,787,0,1,0,0,0),(21028,4099,1,1,1,9415,1,-4935.8,-2268.84,-66.601,0.97482,300,3,0,787,0,1,0,0,0),(21027,4099,1,1,1,9415,1,-4682.61,-1427.06,-50.4196,3.13886,300,5,0,787,0,1,0,0,0),(21025,4099,1,1,1,9415,1,-4713.49,-1425.65,-51.0232,4.5294,300,5,0,787,0,1,0,0,0),(21023,4099,1,1,1,9415,1,-4626.52,-1285.93,-51.1791,5.02262,300,5,0,787,0,1,0,0,0),(21021,4099,1,1,1,9415,1,-4658.87,-1244.99,-52.777,4.74443,300,0,0,787,0,2,0,0,0),(21019,4099,1,1,1,9415,1,-4640.62,-1283.06,-47.3686,5.40174,300,5,0,787,0,1,0,0,0),(21018,4099,1,1,1,9415,1,-4598.16,-1279.45,-50.5184,0.386637,300,0,0,787,0,0,0,0,0),(21017,4099,1,1,1,9415,1,-4547.44,-1218.79,-56.4009,4.46589,300,10,0,787,0,1,0,0,0),(21016,4097,1,1,1,9416,1,-5006.1,-2376.11,-57.3421,0.737944,300,5,0,586,693,1,0,0,0),(21015,4097,1,1,1,9416,1,-4964.11,-2351.77,-60.4613,5.17817,300,5,0,586,693,1,0,0,0),(21014,4097,1,1,1,9416,1,-4898.55,-2301.28,-59.5706,4.14837,300,3,0,586,693,1,0,0,0),(21013,4097,1,1,1,9416,1,-4948.63,-2304.52,-68.0317,6.12222,300,3,0,586,693,1,0,0,0),(21012,4097,1,1,1,9416,1,-4876.94,-2339.52,-53.2087,1.36342,300,3,0,586,693,1,0,0,0),(21011,4097,1,1,1,9416,1,-4924.78,-2384.36,-52.4758,2.97424,300,3,0,586,693,1,0,0,0),(21010,4097,1,1,1,9416,1,-4964.79,-2279.4,-63.7236,2.79604,300,5,0,586,693,1,0,0,0),(21009,4097,1,1,1,9416,1,-4680.98,-1447.82,-50.4711,0.663444,300,5,0,586,693,1,0,0,0),(21008,4097,1,1,1,9416,1,-4703.03,-1459.56,-49.9765,5.06634,300,5,0,586,693,1,0,0,0),(21007,4097,1,1,1,9416,1,-4643.16,-1259.41,-52.027,0.768175,300,5,0,586,693,1,0,0,0),(21006,4097,1,1,1,9416,1,-4677.09,-1249.26,-51.3516,0.095784,300,5,0,586,693,1,0,0,0),(21005,4097,1,1,1,9416,1,-4614.79,-1315.23,-48.1311,2.8354,300,5,0,586,693,1,0,0,0),(21004,4097,1,1,1,9416,1,-4593.39,-1271.24,-52.7684,5.22044,300,5,0,586,693,1,0,0,0),(21003,4097,1,1,1,9416,1,-4588.82,-1247.78,-53.7409,0.235235,300,3,0,586,693,1,0,0,0),(21002,4097,1,1,1,9416,1,-4624.2,-1214.14,-54.7217,5.42353,300,5,0,586,693,1,0,0,0),(21001,4097,1,1,1,9416,1,-4578.41,-1220.53,-54.8823,1.29675,300,5,0,586,693,1,0,0,0),(21000,4096,1,1,1,9412,1,-5114.85,-2318.79,-55.2596,2.10777,300,0,0,582,618,0,0,0,0),(20999,4096,1,1,1,9412,1,-5166.09,-2411.54,-49.2905,4.57823,300,0,0,582,618,0,0,0,0),(20998,4096,1,1,1,9412,1,-5181.13,-2389.29,-40.0531,4.05947,300,5,0,582,618,1,0,0,0),(20997,4096,1,1,1,9412,1,-5198.83,-2419.43,-37.9097,2.61994,300,0,0,582,618,0,0,0,0),(20996,4096,1,1,1,9412,1,-5147.26,-2385.28,-51.0164,4.75862,300,5,0,582,618,1,0,0,0),(20995,4096,1,1,1,9412,1,-5226.15,-2555.57,-46.8179,3.97614,300,5,0,582,618,1,0,0,0),(20994,4096,1,1,1,9412,1,-5047.06,-2379.34,-54.4567,5.06665,300,3,0,582,618,1,0,0,0),(20993,4096,1,1,1,9412,1,-5154.75,-2429.49,-51.5405,6.05432,300,5,0,582,618,1,0,0,0),(20992,4096,1,1,1,9412,1,-5055.56,-2313.25,-52.6628,4.11296,300,5,0,582,618,1,0,0,0),(20991,4096,1,1,1,9412,1,-5152.69,-2553.14,-49.5416,0.295984,300,0,0,582,618,0,0,0,0),(20990,4096,1,1,1,9412,1,-5173.96,-2482.29,-50.2662,0.216798,300,5,0,582,618,1,0,0,0),(20989,4096,1,1,1,9412,1,-5078.22,-2283.95,-54.0601,0.04284,300,5,0,582,618,1,0,0,0),(20988,4096,1,1,1,9412,1,-5014.67,-2228.95,-53.2513,2.18445,300,0,0,582,618,0,0,0,0),(20987,4096,1,1,1,9412,1,-5087.34,-2314.35,-53.9986,3.32036,300,5,0,582,618,1,0,0,0),(20986,4096,1,1,1,9412,1,-4941.56,-2188.08,-51.1175,0.488684,300,0,0,582,618,0,0,0,0),(20985,4096,1,1,1,9412,1,-5110.45,-2237.77,-50.6305,1.88317,300,0,0,582,618,0,0,0,0),(20984,4096,1,1,1,9412,1,-5117.77,-2268.6,-55.4067,4.01229,300,5,0,582,618,1,0,0,0),(20983,4096,1,1,1,9412,1,-5079.19,-2151.68,-47.8017,0.922064,300,5,0,582,618,1,0,0,0),(20982,4096,1,1,1,9412,1,-5155.52,-2253.02,-53.6014,1.43166,300,5,0,582,618,1,0,0,0),(20981,4096,1,1,1,9412,1,-5092.9,-2278.46,-54.8101,6.01185,300,0,0,582,618,0,0,0,0),(20980,4096,1,1,1,9412,1,-5156.99,-2293.19,-44.6006,1.12924,300,0,0,582,618,0,0,0,0),(20979,4096,1,1,1,9412,1,-5181.98,-2240.58,-46.1047,2.56767,300,5,0,582,618,1,0,0,0),(20978,4096,1,1,1,9412,1,-5018.38,-2315.26,-47.9545,4.79697,300,3,0,582,618,1,0,0,0),(20977,4096,1,1,1,9412,1,-5034.32,-2399.56,-55.471,5.12156,300,0,0,582,618,2,0,0,0),(20976,4096,1,1,1,9412,1,-5093.31,-2388.52,-53.5114,0.54631,300,0,0,582,618,0,0,0,0),(20975,4096,1,1,1,9412,1,-5028.52,-2400.23,-55.5709,5.81397,300,3,0,582,618,1,0,0,0),(20974,4096,1,1,1,9412,1,-5016.68,-2382.85,-54.6715,1.88355,300,5,0,582,618,1,0,0,0),(20973,4096,1,1,1,9412,1,-5191.02,-2579.95,-51.1281,0.833418,300,0,0,582,618,0,0,0,0),(20972,4095,1,1,1,9417,1,-4917.63,-2266.17,-70.1216,4.28821,275,5,0,840,0,1,0,0,0),(20971,4095,1,1,1,9417,1,-4921.65,-2305.91,-68.4639,0.262875,275,5,0,840,0,1,0,0,0),(20970,4095,1,1,1,9417,1,-4923.74,-2384.79,-52.5264,5.67477,275,5,0,840,0,1,0,0,0),(20969,9983,1,1,1,9256,1,-2350.4,-1967.8,96.2094,2.58309,275,0,0,1003,0,0,0,0,0),(20968,7166,1,1,1,1097,0,-841.221,-3772.92,17.5408,3.00197,275,0,0,484,0,0,0,0,0),(20967,9981,1,1,1,9254,1,-391.671,-2620.18,95.7458,0.680678,275,0,0,1003,0,0,0,0,0),(20966,3835,1,1,1,1924,0,-694.438,-2064.06,65.9176,0.561598,275,5,0,8,0,1,0,0,0),(20965,3835,1,1,1,1924,0,-712.574,-2048.08,65.8135,2.60885,275,5,0,8,0,1,0,0,0),(20964,3835,1,1,1,1924,0,-568.047,-2093.39,50.5435,0.638885,275,5,0,8,0,1,0,0,0),(20963,3835,1,1,1,1924,0,-671.596,-2041.14,66.9191,2.53736,275,5,0,8,0,1,0,0,0),(20962,3835,1,1,1,1924,0,-563.182,-2204.3,49.6391,4.23175,275,5,0,8,0,1,0,0,0),(20961,3835,1,1,1,1924,0,-691.638,-2227.46,16.8341,3.27158,275,5,0,8,0,1,0,0,0),(20960,3835,1,1,1,1924,0,-668.773,-2335.74,17.6538,2.161,275,5,0,8,0,1,0,0,0),(20959,3835,1,1,1,1924,0,-566.447,-2254.82,38.2802,6.01234,275,5,0,8,0,1,0,0,0),(20958,3835,1,1,1,1924,0,-711.137,-2268.13,13.7285,5.48089,275,5,0,8,0,1,0,0,0),(20957,3835,1,1,1,1924,0,-538.46,-2296.63,42.0183,0.01916,275,5,0,8,0,1,0,0,0),(20956,3835,1,1,1,1924,0,-593.872,-2359.78,26.0489,2.09008,275,5,0,8,0,1,0,0,0),(20955,6394,1,1,1,5373,1,-2402.35,-1904.08,96.8255,4.92183,275,0,0,1003,0,0,0,0,0),(20954,7161,1,1,1,7154,1,-841.132,-3767.78,17.9708,3.08923,275,0,0,484,0,0,0,0,0),(20953,5878,1,1,1,4521,1,-437.62,-3176.26,211.385,0.820305,275,0,0,950,0,0,0,0,0),(20952,6132,1,1,1,1343,1,-4473.34,-1690.78,81.7558,1.09001,275,0,0,617,0,2,0,0,0),(20951,6132,1,1,1,1343,1,-4490.62,-1732.34,87.5366,0.099398,275,5,0,617,0,1,0,0,0),(20950,6132,1,1,1,1343,1,-4484.73,-1736.67,86.7333,1.20697,275,0,0,617,0,2,0,0,0),(20949,6132,1,1,1,1343,1,-4487.31,-1768.36,86.2333,3.45364,275,5,0,617,0,1,0,0,0),(20948,3572,1,1,1,7074,1,-1031.99,-3659.05,22.8603,6.0912,275,0,0,573,0,0,0,0,0),(20947,6387,1,1,1,5108,1,-2380.12,-1944.53,95.8659,0.837758,275,0,0,328,0,0,0,0,0),(20946,23536,1,1,1,14255,1,-783.461,-3700.5,39.9447,3.735,275,0,0,2442,1874,0,0,0,0),(20945,23535,1,1,1,21605,1,-783.799,-3702.94,40.0494,3.9619,275,0,0,2136,5751,0,0,0,0),(20944,5871,1,1,1,4525,1,-393.28,-2641.5,96.3063,3.26377,275,0,0,417,0,0,0,0,0),(20943,23534,1,1,1,21604,1,-782.82,-3704.84,40.2099,3.56047,275,0,0,2136,5751,0,0,0,0),(245561,16592,0,1,1,11686,0,-10951.5,-3218.1,41.3475,1.91986,300,0,0,42,0,0,0,0,0),(20940,3819,1,1,1,1103,0,1364.1,-2362.42,115.237,2.79016,275,5,0,494,0,1,0,0,0),(20939,5863,1,1,1,6116,0,-1906.86,-1753.09,91.7571,4.90438,19900,0,0,404,456,0,0,0,0),(20938,3300,1,1,1,1987,0,-2719.61,-1921.55,92.4167,2.48365,275,20,0,1,0,1,0,0,0),(20937,3300,1,1,1,1986,0,-2894.74,-2035.6,95.3771,5.57235,275,20,0,1,0,1,0,0,0),(20936,3300,1,1,1,1986,0,-1160.11,-2875.1,93.7676,4.93785,275,20,0,1,0,1,0,0,0),(20935,3300,1,1,1,1986,0,-3579.72,-1941.45,92.5687,1.50436,275,20,0,1,0,1,0,0,0),(20934,3300,1,1,1,1987,0,-1311.04,-2562.21,93.5534,6.24024,275,20,0,1,0,1,0,0,0),(20933,3300,1,1,1,1986,0,-226.655,-3425.88,92.0553,0.271051,275,20,0,1,0,1,0,0,0),(20932,3300,1,1,1,1206,0,-907.05,-2527.07,96.5336,5.5116,275,20,0,1,0,1,0,0,0),(20931,3300,1,1,1,1987,0,170.227,-1597.41,92.9947,0.472325,275,20,0,1,0,1,0,0,0),(20930,3300,1,1,1,1206,0,-3594.16,-2318.29,92.6658,5.35238,275,20,0,1,0,1,0,0,0),(20929,3300,1,1,1,1986,0,-241.811,-2834.31,92.6466,1.07394,275,20,0,1,0,1,0,0,0),(20928,3300,1,1,1,1206,0,-3416.79,-2237.68,91.7917,4.36007,275,20,0,1,0,1,0,0,0),(20927,3300,1,1,1,1986,0,-1885.21,-2051.85,91.7917,6.16522,275,20,0,1,0,1,0,0,0),(20926,3300,1,1,1,1987,0,-1579.26,-2047.63,91.765,3.95461,275,20,0,1,0,1,0,0,0),(20925,3300,1,1,1,1986,0,-3815.44,-2217.4,93.0417,4.12868,275,20,0,1,0,1,0,0,0),(20924,3300,1,1,1,1987,0,-3793.8,-1853.03,93.8926,1.9176,275,20,0,1,0,1,0,0,0),(20923,3300,1,1,1,1987,0,-3616.66,-2184.19,92.0978,1.01553,275,20,0,1,0,1,0,0,0),(20922,3300,1,1,1,1206,0,-584.427,-1564.7,91.7917,0.48085,275,20,0,1,0,1,0,0,0),(20921,3300,1,1,1,1987,0,-297.442,-1630.58,93.8481,0.902444,275,20,0,1,0,1,0,0,0),(20920,3300,1,1,1,1206,0,-975.175,-1873.45,94.6777,5.21968,275,20,0,1,0,1,0,0,0),(20919,3300,1,1,1,1206,0,-1545.03,-1876.96,96.7245,0.895473,275,20,0,1,0,1,0,0,0),(20918,3300,1,1,1,1986,0,-2454.46,-2243.34,94.4851,0.203496,275,20,0,1,0,1,0,0,0),(20917,3300,1,1,1,1206,0,-1753.78,-2238.05,91.1078,1.8153,275,20,0,1,0,1,0,0,0),(20916,3300,1,1,1,1206,0,-799.626,-3464.75,91.789,2.22868,275,20,0,1,0,1,0,0,0),(20915,3300,1,1,1,1986,0,204.186,-3599.02,27.3096,5.23874,275,20,0,1,0,1,0,0,0),(20914,3300,1,1,1,1206,0,-1713.04,-2011.97,92.7917,3.37909,275,20,0,1,0,1,0,0,0),(20913,3300,1,1,1,1206,0,-1472.6,-2224.48,92.6945,5.78751,275,20,0,1,0,1,0,0,0),(20912,3300,1,1,1,1986,0,-40.023,-2072.73,93.5417,1.78166,275,20,0,1,0,1,0,0,0),(20911,3300,1,1,1,1206,0,-2013.49,-1823.2,92.0553,5.21361,275,20,0,1,0,1,0,0,0),(20910,3300,1,1,1,1206,0,625.686,-2504.22,96.0542,3.93804,275,20,0,1,0,1,0,0,0),(20909,3300,1,1,1,1986,0,-1425.59,-2904.73,93.5802,0.566807,275,20,0,1,0,1,0,0,0),(20908,3300,1,1,1,1987,0,-826.918,-1794.22,92.2986,0.880808,275,20,0,1,0,1,0,0,0),(20907,3300,1,1,1,1987,0,-2224.21,-2645.57,91.9219,0.956227,275,20,0,1,0,1,0,0,0),(20906,3300,1,1,1,1206,0,411.49,-3426.03,95.3263,0.446182,275,20,0,1,0,1,0,0,0),(20905,3300,1,1,1,1206,0,-2422.32,-1684.25,94.8522,0.12992,275,20,0,1,0,1,0,0,0),(20904,3300,1,1,1,1987,0,543.301,-3054.41,91.7917,0.235801,275,20,0,1,0,1,0,0,0),(20903,3300,1,1,1,1206,0,-633.976,-1834.34,94.0133,3.49053,275,20,0,1,0,1,0,0,0),(20902,3300,1,1,1,1206,0,-2003,-2498.47,92.6666,3.43679,275,20,0,1,0,1,0,0,0),(20901,3300,1,1,1,1987,0,-391.353,-1971.26,95.5474,5.60039,275,20,0,1,0,1,0,0,0),(20900,3300,1,1,1,1987,0,-2219.35,-1814.1,91.7917,5.07186,275,20,0,1,0,1,0,0,0),(20899,3300,1,1,1,1206,0,118.892,-3156.73,90.8445,5.01728,275,20,0,1,0,1,0,0,0),(20898,3300,1,1,1,1987,0,-1729.54,-2829.28,83.4497,1.60399,275,20,0,1,0,1,0,0,0),(8486,4979,1,1,1,2979,1,-3854.85,-4433.75,10.4376,0.087266,360,0,0,4906,0,0,0,0,0),(8485,11052,1,1,1,10587,1,-3846.73,-4449.22,17.3314,0.017453,360,0,0,2980,0,0,0,0,0),(20897,3300,1,1,1,1986,0,-365.812,-1446.31,93.5744,0.076173,275,20,0,1,0,1,0,0,0),(20896,3300,1,1,1,1206,0,-421.764,-2812.46,94.3587,0.167058,275,20,0,1,0,1,0,0,0),(8484,5202,1,1,1,3020,0,-3757.62,-4551.02,10.2767,2.18166,360,0,0,42,0,0,0,0,0),(8483,5202,1,1,1,3020,0,-3763.59,-4554.74,10.4832,2.11185,360,0,0,42,0,0,0,0,0),(8482,4889,1,1,1,4828,1,-3712.46,-4519.1,11.9936,1.44862,360,0,0,1753,0,0,0,0,0),(8481,4979,1,1,1,2977,1,-3776.12,-4629.17,10.8455,4.66003,360,0,0,4906,0,0,0,0,0),(8480,10036,1,1,1,10704,1,-3051.97,-2822.01,33.5318,0.785398,360,0,0,7048,0,0,0,0,0),(8479,10036,1,1,1,10704,1,-3169.23,-2832.28,34.7277,3.82702,360,5,0,7048,0,1,0,0,0),(8478,11899,1,1,1,11850,1,-3149.14,-2842.13,34.6649,0.017453,1200,0,0,10572,0,0,0,0,0),(20895,3300,1,1,1,1987,0,-2440.41,-2445.25,91.7917,6.14161,275,20,0,1,0,1,0,0,0),(8477,9552,1,1,1,8671,1,-3086.6,-2838.95,34.5123,3.24631,360,0,0,2059,0,0,0,0,0),(8476,10036,1,1,1,10704,1,-3096.61,-2816.63,34.6193,0.488692,360,0,0,7048,0,0,0,0,0),(20894,3300,1,1,1,1206,0,-1911.94,-2289.08,94.8839,3.29997,275,20,0,1,0,1,0,0,0),(8475,10036,1,1,1,10704,1,-3149.8,-2912.47,34.9411,0.820305,360,0,0,7048,0,0,0,0,0),(8474,10036,1,1,1,10704,1,-3055.29,-2815.12,33.1568,0.05236,360,0,0,7048,0,0,0,0,0),(20893,3300,1,1,1,1986,0,-468.367,-3486.55,93.7425,2.82355,275,20,0,1,0,1,0,0,0),(20892,3300,1,1,1,1986,0,-1646.22,-3089.99,92.8842,5.45218,275,20,0,1,0,1,0,0,0),(20891,3300,1,1,1,1206,0,-1340.31,-3229.94,134.527,4.17968,275,20,0,1,0,1,0,0,0),(20890,3300,1,1,1,1986,0,-2719.97,-2214.7,91.7917,1.11312,275,20,0,1,0,1,0,0,0),(20889,3300,1,1,1,1986,0,-1257.77,-2044.73,91.8171,2.74384,275,20,0,1,0,1,0,0,0),(20888,3300,1,1,1,1986,0,-715.437,-3185.83,93.9781,1.62944,275,20,0,1,0,1,0,0,0),(20887,3300,1,1,1,1987,0,-1774.17,-2445.57,94.0997,6.09268,275,20,0,1,0,1,0,0,0),(20886,3300,1,1,1,1206,0,545.4,-1287.28,93.2708,0.789096,275,20,0,1,0,1,0,0,0),(20885,3300,1,1,1,1987,0,-1545.25,-2439.55,93.831,5.99603,275,20,0,1,0,1,0,0,0),(20884,3300,1,1,1,1986,0,401.068,-2595.94,93.5417,2.53404,275,20,0,1,0,1,0,0,0),(20883,3300,1,1,1,1987,0,-916.462,-2223.11,93.5106,0.326074,275,20,0,1,0,1,0,0,0),(20882,3300,1,1,1,1986,0,-640.268,-3631.25,93.3665,3.55367,275,20,0,1,0,1,0,0,0),(20881,3300,1,1,1,1206,0,-3402.67,-1920.61,93.5407,1.23905,275,20,0,1,0,1,0,0,0),(20880,3300,1,1,1,1986,0,-4106.35,-1940.5,93.4167,3.20742,275,20,0,1,0,1,0,0,0),(20879,3300,1,1,1,1986,0,-1868.04,-2938.99,91.7917,2.54259,275,20,0,1,0,1,0,0,0),(20878,3300,1,1,1,1206,0,-257.697,-1147.91,52.7783,3.84989,275,20,0,1,0,1,0,0,0),(20877,5859,1,1,1,6114,1,-4006.34,-1752.7,97.3885,5.72468,43200,0,0,2250,0,0,0,0,0),(20876,6115,1,1,1,5048,1,1519.06,-2911.23,128.725,5.37938,275,5,0,950,0,2,0,0,0),(20875,6115,1,1,1,5048,1,1404.23,-2800.22,123.331,5.69988,275,5,0,950,0,1,0,0,0),(20874,6115,1,1,1,5048,1,1427.13,-2794.93,153.368,5.0781,275,5,0,950,0,2,0,0,0),(20873,6115,1,1,1,5048,1,1413.96,-2819.6,116.403,1.95276,275,5,0,950,0,1,0,0,0),(20872,6115,1,1,1,5048,1,1445.67,-2785.96,144.079,3.39927,275,5,0,950,0,2,0,0,0),(20871,8418,1,1,1,7870,1,-602.266,-2259.71,211.579,2.70526,275,0,0,713,0,0,0,0,0),(20870,3809,1,1,1,820,0,1386.15,-2214.12,92.69,5.30037,275,5,0,662,0,1,0,0,0),(20869,4316,1,1,1,1535,0,-1014.57,-2727.63,93.9619,1.97738,275,2,0,273,0,1,0,0,0),(20868,4316,1,1,1,1535,0,-1151.91,-2781.84,91.7917,3.8959,275,5,0,273,0,1,0,0,0),(20867,4316,1,1,1,1535,0,-1525.82,-2983.54,91.7917,2.86892,275,5,0,273,0,1,0,0,0),(20866,4316,1,1,1,1535,0,-1131.07,-3129.3,94.4739,4.98645,275,5,0,273,0,1,0,0,0),(20865,4316,1,1,1,1535,0,-1408.48,-2681.68,93.6803,3.40459,275,5,0,273,0,1,0,0,0),(20864,4316,1,1,1,1535,0,-1276.13,-2856.32,93.6061,2.95254,275,5,0,273,0,1,0,0,0),(20863,4316,1,1,1,1535,0,-1480.47,-3016.06,91.7917,2.6079,275,5,0,273,0,1,0,0,0),(20862,3292,1,1,1,3851,1,-981.24,-3686.49,9.50553,4.86947,275,0,0,176,0,0,0,0,0),(20860,4316,1,1,1,1535,0,-1237.7,-2084.89,91.5492,0.046192,275,0,0,273,0,0,0,0,0),(20859,4316,1,1,1,1535,0,-1257.49,-2298.45,94.5645,1.98902,275,5,0,273,0,1,0,0,0),(20858,4316,1,1,1,1535,0,-1257.98,-2293.24,93.7964,1.16921,275,5,0,273,0,1,0,0,0),(20857,4316,1,1,1,1535,0,-1283.35,-3149.67,96.5417,1.01747,275,5,0,273,0,1,0,0,0),(20856,4316,1,1,1,1535,0,-1226.37,-2811.89,93.8482,0.00748,275,0,0,273,0,0,0,0,0),(20855,4316,1,1,1,1535,0,-1417.06,-2713.21,93.8999,0.521504,275,5,0,273,0,1,0,0,0),(20854,5849,1,1,1,4596,1,-4163.38,-2194.61,50.2664,0.471239,19900,0,0,664,0,0,0,0,0),(20853,3286,1,1,1,7238,1,1355.13,-3690.51,104.471,2.1569,275,5,0,386,0,1,0,0,0),(20852,3286,1,1,1,7238,1,1277.84,-3621.58,91.398,3.80285,275,0,0,386,0,2,0,0,0),(20851,3286,1,1,1,7238,1,1240.96,-3578.15,93.3583,6.25195,275,5,0,386,0,1,0,0,0),(20850,3286,1,1,1,7238,1,1247.16,-3645.57,92.0024,0.680109,275,5,0,386,0,1,0,0,0),(20849,3286,1,1,1,7238,1,1400.08,-3451.66,93.4706,4.12276,275,2,0,386,0,1,0,0,0),(20848,3286,1,1,1,7238,1,1357.66,-3512.87,93.9356,4.64689,275,2,0,386,0,1,0,0,0),(20847,3286,1,1,1,7238,1,1281.86,-3645.9,91.7467,1.44962,275,5,0,386,0,1,0,0,0),(20846,3286,1,1,1,7238,1,1405.74,-3410.6,92.791,3.61329,275,2,0,386,0,1,0,0,0),(20845,3286,1,1,1,7238,1,1325.44,-3650.73,91.787,4.31785,275,0,0,386,0,0,0,0,0),(20844,3286,1,1,1,7238,1,1370.8,-3654.31,97.2594,0.708995,275,2,0,386,0,1,0,0,0),(20843,3286,1,1,1,7238,1,1357.38,-3419.92,92.1428,0.432663,275,2,0,386,0,1,0,0,0),(20842,3286,1,1,1,7238,1,1425.55,-3419.06,92.5329,1.66489,275,2,0,386,0,1,0,0,0),(20841,3286,1,1,1,7238,1,1387.77,-3632.92,91.7916,5.9353,275,5,0,386,0,1,0,0,0),(20840,3286,1,1,1,3915,1,1361.59,-3448.52,97.3362,4.03634,275,0,0,386,0,2,0,0,0),(20839,3286,1,1,1,3913,1,1356.52,-3523.82,95.236,2.59585,275,2,0,386,0,1,0,0,0),(20838,3286,1,1,1,7238,1,1347.72,-3440.42,93.388,2.58256,275,2,0,386,0,1,0,0,0),(20837,3286,1,1,1,7238,1,1357.25,-3453.47,97.6928,0.864473,275,2,0,386,0,1,0,0,0),(20836,3286,1,1,1,7238,1,1344.27,-3646.19,92.7527,0.758196,275,0,0,386,0,0,0,0,0),(20835,3286,1,1,1,7238,1,1417.67,-3421.18,93.2855,5.20293,275,2,0,386,0,1,0,0,0),(20834,3286,1,1,1,7238,1,1254.43,-3600.8,112.022,5.53269,275,2,0,386,0,1,0,0,0),(20833,3286,1,1,1,7238,1,1333.14,-3490.51,93.3687,1.17818,275,2,0,386,0,1,0,0,0),(20832,3286,1,1,1,7238,1,1370.95,-3497.19,93.8824,4.64028,275,2,0,386,0,1,0,0,0),(20831,3285,1,1,1,7241,1,913.718,-2757.1,99.6163,2.47481,275,5,0,273,0,1,0,0,0),(20830,3285,1,1,1,1122,1,881.911,-2714.03,100.935,0.429749,275,5,0,273,0,1,0,0,0),(20829,3285,1,1,1,7241,1,878.077,-2754.47,98.5033,2.09527,275,0,0,273,0,2,0,0,0),(20828,3285,1,1,1,7241,1,909.937,-2772.26,99.8122,1.62319,275,5,0,273,0,1,0,0,0),(20827,3285,1,1,1,3917,1,836.008,-2665.41,91.7917,3.79992,275,5,0,273,0,1,0,0,0),(20826,3285,1,1,1,1122,1,810.834,-2644.98,91.7917,4.8839,275,5,0,273,0,1,0,0,0),(20825,3285,1,1,1,7241,1,837.576,-2645.87,96.2917,2.62303,275,0,0,273,0,0,0,0,0),(20824,3285,1,1,1,7241,1,813.399,-2684.3,91.7917,2.92259,275,5,0,273,0,1,0,0,0),(20823,3285,1,1,1,7241,1,786.698,-2788.37,93.056,0.203618,275,5,0,273,0,1,0,0,0),(20822,3285,1,1,1,7241,1,854.443,-2745.29,93.6667,0.887916,275,5,0,273,0,1,0,0,0),(20821,3285,1,1,1,7241,1,914.076,-2765.66,99.8529,1.95592,275,0,0,273,0,2,0,0,0),(20820,3285,1,1,1,7241,1,824.318,-2660.02,91.7917,0.79503,275,5,0,273,0,1,0,0,0),(20819,3285,1,1,1,7241,1,912.623,-2707.82,101.837,3.80083,275,5,0,273,0,1,0,0,0),(20818,3285,1,1,1,7241,1,854.037,-2665.83,91.7917,3.20461,275,0,0,273,0,0,0,0,0),(20817,3285,1,1,1,1122,1,819.036,-2712.34,91.8434,4.0614,275,5,0,273,0,1,0,0,0),(20816,3284,1,1,1,7233,1,1113.46,-3041.35,91.7987,1.94817,275,5,0,300,0,1,0,0,0),(20815,3284,1,1,1,3918,1,1032.54,-3060.6,102.263,0.836835,275,0,0,300,0,2,0,0,0),(20814,3284,1,1,1,7233,1,1035.29,-3087.59,104.941,5.18491,275,0,0,300,0,0,0,0,0),(20813,3284,1,1,1,7233,1,1123.21,-3019.51,91.0279,1.13807,275,5,0,300,0,1,0,0,0),(20812,3284,1,1,1,7233,1,1008.92,-3182.28,91.7858,5.88811,275,5,0,300,0,1,0,0,0),(20811,3284,1,1,1,3918,1,1057.75,-3090.22,91.5141,2.7035,275,2,0,300,0,1,0,0,0),(20810,3284,1,1,1,7233,1,996.491,-3107.48,82.6279,1.0654,275,5,0,300,0,1,0,0,0),(20809,3284,1,1,1,7233,1,993.713,-3180.94,92.7916,4.33241,275,15,0,300,0,1,0,0,0),(20808,3284,1,1,1,7233,1,1016.74,-3125.67,82.4,5.96909,275,5,0,300,0,1,0,0,0),(20807,3284,1,1,1,7233,1,1113.16,-3186.42,90.3155,5.77979,275,5,0,300,0,1,0,0,0),(20806,3284,1,1,1,7233,1,1113.2,-3091.46,85.4586,3.68265,275,0,0,300,0,0,0,0,0),(20805,3284,1,1,1,7233,1,1056.46,-3216.38,88.4684,1.44103,275,5,0,300,0,1,0,0,0),(20804,3284,1,1,1,3919,1,994.189,-3132.28,91.7529,4.20553,275,5,0,300,0,1,0,0,0),(20803,3284,1,1,1,7233,1,1044.9,-3020.03,83.4626,3.33168,275,5,0,300,0,1,0,0,0),(20802,3284,1,1,1,7233,1,973.428,-3019.07,91.8558,2.00047,275,5,0,300,0,1,0,0,0),(20801,3284,1,1,1,7233,1,993.775,-3060.42,81.7924,3.14506,275,5,0,300,0,1,0,0,0),(20800,3284,1,1,1,355,1,1067.32,-3030.45,82.8918,0.439924,275,5,0,300,0,1,0,0,0),(20799,3284,1,1,1,7233,1,1122.41,-3066.11,93.9237,2.2672,275,5,0,300,0,1,0,0,0),(20798,3284,1,1,1,7233,1,1047.41,-3072.1,105.381,3.53113,275,0,0,300,0,0,0,0,0),(20797,3284,1,1,1,7233,1,1020.97,-3045.49,81.7775,5.18427,275,5,0,300,0,1,0,0,0),(20796,3284,1,1,1,3919,1,951.28,-3060.52,93.0032,4.24651,275,5,0,300,0,1,0,0,0),(20795,3284,1,1,1,7233,1,1130.35,-3148.87,91.3805,0.051721,275,5,0,300,0,1,0,0,0),(20794,3284,1,1,1,3919,1,972.992,-3076.86,88.2459,4.46715,275,5,0,300,0,1,0,0,0),(20793,3284,1,1,1,7233,1,1020.09,-3086.47,91.7173,5.4766,275,0,0,300,0,0,0,0,0),(20792,3284,1,1,1,7233,1,1011.88,-3112.48,81.1957,0.725045,275,5,0,300,0,1,0,0,0),(20791,3284,1,1,1,7233,1,1050.7,-3054.49,94.3877,6.14513,275,5,0,300,0,1,0,0,0),(20790,3284,1,1,1,7233,1,1128.99,-3117.27,88.336,2.89106,275,5,0,300,0,1,0,0,0),(20789,3284,1,1,1,7233,1,1129.15,-3173.17,91.9928,4.02538,275,5,0,300,0,1,0,0,0),(20788,3284,1,1,1,355,1,1092.6,-3025.22,83.2668,4.76619,275,0,0,300,0,2,0,0,0),(20787,3284,1,1,1,7233,1,1102.67,-3080.06,83.3842,0.498991,275,5,0,300,0,1,0,0,0),(20786,3284,1,1,1,3918,1,1148.85,-3069.73,96.0141,2.95547,275,5,0,300,0,1,0,0,0),(20785,3284,1,1,1,7233,1,977.083,-3103.12,89.6279,4.80295,275,0,0,300,0,0,0,0,0),(20784,3284,1,1,1,7233,1,1088.29,-3186.38,82.3749,2.66054,275,5,0,300,0,1,0,0,0),(20783,3284,1,1,1,7233,1,1020.48,-3204.35,91.1346,3.56799,275,15,0,300,0,1,0,0,0),(20782,3284,1,1,1,7233,1,1157.83,-3042.61,92.7507,1.88496,275,0,0,300,0,0,0,0,0),(20781,3284,1,1,1,7233,1,1057.57,-3092.67,105.592,3.04154,275,0,0,300,0,0,0,0,0),(20780,3284,1,1,1,7233,1,1144.06,-3031.87,92.0417,5.13235,275,0,0,300,0,0,0,0,0),(20779,3284,1,1,1,7233,1,889.284,-2695.31,100.146,1.17335,275,5,0,300,0,1,0,0,0),(20778,3284,1,1,1,7233,1,826.46,-2694.73,91.7917,4.2692,275,0,0,300,0,0,0,0,0),(20777,3284,1,1,1,7233,1,918.673,-2743.72,101.241,4.06097,275,5,0,300,0,1,0,0,0),(20776,3284,1,1,1,7233,1,905.209,-2746.37,99.7413,1.5703,275,0,0,300,0,0,0,0,0),(20775,3284,1,1,1,7233,1,1082,-3211.88,89.1159,1.29903,275,5,0,300,0,1,0,0,0),(20774,3284,1,1,1,7233,1,1012.94,-3004.49,92.9746,1.22343,275,5,0,300,0,1,0,0,0),(20773,3284,1,1,1,3918,1,1003.68,-3157.26,91.4293,1.37912,275,5,0,300,0,1,0,0,0),(20772,3284,1,1,1,7233,1,1108.42,-3071.27,86.1342,4.03216,275,5,0,300,0,1,0,0,0),(20771,3284,1,1,1,3918,1,1027.6,-3175.52,83.1219,2.85591,275,5,0,300,0,1,0,0,0),(20770,3284,1,1,1,3918,1,1087.12,-3034.63,82.455,1.16973,275,5,0,300,0,1,0,0,0),(20769,3284,1,1,1,7233,1,1129.86,-3196.57,91.9928,3.8178,275,5,0,300,0,1,0,0,0),(20768,3284,1,1,1,7233,1,1008.91,-3038.44,87.1525,0.614417,275,5,0,300,0,1,0,0,0),(20767,3284,1,1,1,7233,1,820.402,-2703.58,91.7917,3.02771,275,0,0,300,0,2,0,0,0),(20766,3284,1,1,1,3918,1,871.629,-2719.57,100.06,5.25909,275,5,0,300,0,1,0,0,0),(20765,3283,1,1,1,7234,1,1368.47,-3563.04,94.4237,0.243633,275,5,0,356,0,1,0,0,0),(20764,3283,1,1,1,7234,1,1309.18,-3605.62,92.164,1.40424,275,5,0,356,0,1,0,0,0),(20763,3283,1,1,1,7234,1,1388.75,-3441.33,94.3883,3.89413,275,2,0,356,0,1,0,0,0),(20762,3283,1,1,1,7234,1,1353.72,-3430.33,93.2591,2.02867,275,2,0,356,0,1,0,0,0),(20761,3283,1,1,1,7234,1,1235.96,-3600.2,89.792,0.89506,275,5,0,356,0,1,0,0,0),(20760,3283,1,1,1,7234,1,1367.44,-3485.87,94.3896,1.09204,275,2,0,356,0,1,0,0,0),(20759,3283,1,1,1,7234,1,1340.39,-3485.57,93.1834,6.21043,275,2,0,356,0,1,0,0,0),(20758,3283,1,1,1,3910,1,1376.98,-3437.49,97.2448,5.64782,275,2,0,356,0,1,0,0,0),(20757,3283,1,1,1,3911,1,1270.37,-3572.76,91.782,0.592351,275,5,0,356,0,1,0,0,0),(20756,3283,1,1,1,7234,1,1280.58,-3679.78,95.0661,4.42455,275,5,0,356,0,1,0,0,0),(20755,3283,1,1,1,7234,1,1419.95,-3418.26,93.0644,5.1668,275,0,0,356,0,2,0,0,0),(20754,3283,1,1,1,7234,1,1393.79,-3471.07,93.9308,2.01293,275,2,0,356,0,1,0,0,0),(20753,3283,1,1,1,3910,1,1235.26,-3647.65,93.0024,4.66293,275,5,0,356,0,1,0,0,0),(20752,3283,1,1,1,7234,1,1355.22,-3483.54,92.6425,1.79369,275,2,0,356,0,1,0,0,0),(20751,3283,1,1,1,7234,1,1369.72,-3620.78,91.9166,4.32615,275,5,0,356,0,1,0,0,0),(20750,3283,1,1,1,7234,1,1306.79,-3652.98,91.787,0.226717,275,0,0,356,0,0,0,0,0),(20749,3283,1,1,1,7234,1,1414.19,-3436.66,92.9402,5.45217,275,2,0,356,0,1,0,0,0),(20748,3283,1,1,1,1122,1,1354.89,-3509.29,92.9995,6.2347,275,0,0,356,0,2,0,0,0),(20747,3283,1,1,1,3911,1,1356.77,-3538.69,95.3672,5.39118,275,0,0,356,0,0,0,0,0),(20746,3283,1,1,1,7234,1,1343.03,-3597.4,91.8036,4.37701,275,0,0,356,0,2,0,0,0),(20745,3283,1,1,1,3910,1,1343.43,-3452.86,93.6413,0.507268,275,2,0,356,0,1,0,0,0),(20744,3283,1,1,1,7234,1,1351.55,-3653.22,92.7749,6.18655,275,0,0,356,0,0,0,0,0),(20743,3283,1,1,1,3910,1,1345.39,-3564.29,92.7101,2.40912,275,5,0,356,0,1,0,0,0),(20742,3283,1,1,1,7234,1,1360.36,-3444.26,96.7074,3.25814,275,2,0,356,0,1,0,0,0),(20741,3283,1,1,1,7234,1,1358.71,-3641.78,92.7527,3.93454,275,0,0,356,0,0,0,0,0),(20740,3283,1,1,1,3911,1,1339.98,-3500.44,93.3607,5.75565,275,2,0,356,0,1,0,0,0),(20739,3283,1,1,1,3910,1,1237.11,-3682.98,93.2015,1.7764,275,5,0,356,0,1,0,0,0),(20738,3283,1,1,1,7234,1,1374.51,-3675.58,91.787,5.68,275,5,0,356,0,1,0,0,0),(20737,3283,1,1,1,7234,1,1378.94,-3478,94.7912,1.49443,275,2,0,356,0,1,0,0,0),(20736,5842,1,1,1,1337,0,1049.3,-3418.84,91.5937,3.71927,43200,0,0,1347,0,2,0,0,0),(20735,3282,1,1,1,7237,1,1096.73,-3062.37,81.955,4.27697,275,5,0,328,0,1,0,0,0),(20734,3282,1,1,1,7237,1,1103.32,-3106.19,83.211,1.14611,275,5,0,328,0,1,0,0,0),(20733,3282,1,1,1,3912,1,1028.71,-3078.45,91.7485,5.23044,275,2,0,328,0,1,0,0,0),(20732,3282,1,1,1,7237,1,1106.77,-3161.98,82.1305,0.566842,275,5,0,328,0,1,0,0,0),(20731,3282,1,1,1,7237,1,986.502,-3087.3,81.9959,3.00488,275,5,0,328,0,1,0,0,0),(20730,3282,1,1,1,3912,1,1034.38,-3073.94,105.125,5.66784,275,5,0,328,0,1,0,0,0),(20729,3282,1,1,1,7237,1,1041.72,-3037.23,82.4605,1.23152,275,5,0,328,0,1,0,0,0),(20728,3282,1,1,1,3912,1,1131.54,-3030.9,92.1529,1.33003,275,5,0,328,0,1,0,0,0),(20727,3282,1,1,1,7237,1,1023.82,-3153.38,83.4293,2.57127,275,5,0,328,0,1,0,0,0),(20726,3282,1,1,1,3912,1,1050.63,-3069.66,91.758,1.37588,275,2,0,328,0,1,0,0,0),(20725,3282,1,1,1,7237,1,1060.9,-3083.42,105.138,5.92336,275,0,0,328,0,0,0,0,0),(20724,3282,1,1,1,7237,1,1131.6,-3082.19,94.8842,3.20559,275,5,0,328,0,1,0,0,0),(20723,3282,1,1,1,7237,1,1045.8,-3097.71,83.3223,5.78581,275,0,0,328,0,0,0,0,0),(20722,3282,1,1,1,7237,1,1051.39,-3194.98,82.1222,2.24398,275,5,0,328,0,1,0,0,0),(20721,3282,1,1,1,3912,1,1035.29,-3050.94,98.8402,2.77878,275,0,0,328,0,0,0,0,0),(20720,5841,1,1,1,9533,1,-1182.23,-3123.94,92.1878,3.0143,43200,0,0,1158,0,0,0,0,0),(20719,3280,1,1,1,1350,0,525.749,-1224.54,92.2916,1.06376,275,5,0,350,390,1,0,0,0),(20718,3280,1,1,1,1350,0,707.334,-1280.48,92.6667,1.85706,275,0,0,350,390,0,0,0,0),(20717,3280,1,1,1,1350,0,822.237,-1261.96,107.574,0.382687,275,3,0,350,390,1,0,0,0),(20716,3280,1,1,1,1350,0,905.312,-1307.79,105.097,4.33959,275,5,0,350,390,1,0,0,0),(20715,3280,1,1,1,1350,0,873.677,-1347,91.7916,3.56263,275,5,0,350,390,1,0,0,0),(20712,3280,1,1,1,1350,0,594.482,-1480.2,91.7917,4.96678,275,5,0,350,390,1,0,0,0),(20711,3280,1,1,1,1350,0,542.728,-1507.84,93.5783,6.25297,275,5,0,350,390,1,0,0,0),(20710,3280,1,1,1,1350,0,805.698,-1354,91.7795,4.23295,275,5,0,350,390,1,0,0,0),(20702,3280,1,1,1,1350,0,702.893,-1360.02,91.9166,2.58215,275,5,0,350,390,1,0,0,0),(20701,3280,1,1,1,1350,0,739.597,-1310.45,92.0416,4.5601,275,5,0,350,390,1,0,0,0),(20700,3280,1,1,1,1350,0,803.855,-1387.85,92.1807,0.068366,275,5,0,350,390,1,0,0,0),(20699,3280,1,1,1,1350,0,512.739,-1204.49,92.6666,4.48557,275,0,0,350,390,0,0,0,0),(20698,3280,1,1,1,1350,0,730.486,-1280.11,91.7917,1.45407,275,0,0,350,390,0,0,0,0),(20697,3280,1,1,1,1350,0,506.226,-1243.59,91.9166,2.38202,275,5,0,350,390,1,0,0,0),(20696,3280,1,1,1,1350,0,671.527,-1312.83,92.7916,1.189,275,5,0,350,390,1,0,0,0),(20695,3280,1,1,1,1350,0,442.904,-1304.81,91.7917,5.83906,275,5,0,350,390,1,0,0,0),(20694,3280,1,1,1,1350,0,413.084,-1294.13,91.7917,3.76569,275,5,0,350,390,1,0,0,0),(20693,3280,1,1,1,1350,0,610.216,-1242.94,91.7917,5.25545,275,5,0,350,390,1,0,0,0),(20692,3280,1,1,1,1350,0,659.887,-1334.82,92.1666,6.02587,275,0,0,350,390,0,0,0,0),(20691,3280,1,1,1,1350,0,803.463,-1315.42,91.9629,3.63029,275,0,0,350,390,0,0,0,0),(20690,3280,1,1,1,1350,0,727.511,-1252.08,91.7917,0.153892,275,5,0,350,390,1,0,0,0),(20689,3280,1,1,1,1350,0,455.715,-1268.37,92.0417,1.42071,275,5,0,350,390,1,0,0,0),(20688,3280,1,1,1,1350,0,773.686,-1315.2,91.8792,4.14419,275,5,0,350,390,1,0,0,0),(20687,3279,1,1,1,2143,0,494.882,-1252.23,91.7916,1.19033,275,5,0,386,0,1,0,0,0),(20686,3279,1,1,1,2143,0,557.992,-1184.55,91.787,1.41142,275,5,0,386,0,1,0,0,0),(20685,5838,1,1,1,9448,1,-1168.87,-3165.49,91.75,0.994838,19900,0,0,386,0,0,0,0,0),(20684,3278,1,1,1,2163,0,531.489,-1407.84,92.0417,4.65991,275,5,0,356,0,1,0,0,0),(20683,3278,1,1,1,2163,0,751.434,-1261.58,91.7917,0.36769,275,5,0,356,0,1,0,0,0),(20682,3278,1,1,1,2163,0,553.063,-1346.91,91.8733,0.92303,275,5,0,356,0,1,0,0,0),(20681,3278,1,1,1,2163,0,420.404,-1310.91,92.7917,6.10729,275,5,0,356,0,1,0,0,0),(20680,3278,1,1,1,2163,0,898.952,-1352.25,92.9166,4.59071,275,5,0,356,0,1,0,0,0),(20679,3278,1,1,1,2163,0,750.52,-1296.69,91.7916,4.62465,275,5,0,356,0,1,0,0,0),(20678,3278,1,1,1,2163,0,721.99,-1291.84,91.7917,1.13089,275,5,0,356,0,1,0,0,0),(20677,3278,1,1,1,2163,0,871.643,-1356.02,91.7916,5.72634,275,5,0,356,0,1,0,0,0),(20676,3278,1,1,1,2163,0,667.417,-1292.28,91.9167,4.79197,275,3,0,356,0,1,0,0,0),(20675,3278,1,1,1,2163,0,475.702,-1380.29,93.2917,3.81802,275,5,0,356,0,1,0,0,0),(20674,3278,1,1,1,2163,0,620.947,-1348.97,91.7916,0.65542,275,10,0,356,0,1,0,0,0),(20673,3278,1,1,1,2163,0,781.141,-1331.33,89.2542,2.28753,275,5,0,356,0,1,0,0,0),(20672,3278,1,1,1,2163,0,696.656,-1218.89,91.9159,2.42581,275,5,0,356,0,1,0,0,0),(20671,3278,1,1,1,2163,0,719.913,-1268.05,92.4167,5.80513,275,5,0,356,0,1,0,0,0),(20670,3278,1,1,1,2163,0,516.956,-1286.15,91.7916,4.77093,275,5,0,356,0,1,0,0,0),(20669,3278,1,1,1,2163,0,714.689,-1324.56,91.7916,2.32541,275,10,0,356,0,1,0,0,0),(20668,3278,1,1,1,2163,0,451.578,-1347.85,96.0462,6.01234,275,5,0,356,0,1,0,0,0),(20667,3278,1,1,1,2163,0,457.034,-1290.02,93.1667,0.668362,275,5,0,356,0,1,0,0,0),(20666,3278,1,1,1,2163,0,503.937,-1220.35,91.7916,2.3935,275,5,0,356,0,1,0,0,0),(20665,3278,1,1,1,2163,0,591.922,-1308.06,92.4166,2.51294,275,10,0,356,0,1,0,0,0),(20664,3278,1,1,1,2163,0,529.302,-1246.52,91.7916,0.140269,275,5,0,356,0,1,0,0,0),(20663,3278,1,1,1,2163,0,808.857,-1422.43,95.4166,4.1555,275,5,0,356,0,1,0,0,0),(20662,3278,1,1,1,2163,0,513.136,-1389.34,91.7917,4.31476,275,0,0,356,0,2,0,0,0),(20661,3278,1,1,1,2163,0,718.554,-1356.26,93.1666,5.10205,275,5,0,356,0,1,0,0,0),(20660,3278,1,1,1,2163,0,615.827,-1227.58,91.7917,3.78294,275,5,0,356,0,1,0,0,0),(20659,3278,1,1,1,2163,0,703.59,-1248.51,91.7917,1.53484,275,5,0,356,0,1,0,0,0),(20658,3278,1,1,1,2163,0,558.795,-1404.96,93.7917,5.0442,275,5,0,356,0,1,0,0,0),(20657,3278,1,1,1,2163,0,518.003,-1151.54,92.0416,6.16711,275,5,0,356,0,1,0,0,0),(20656,3278,1,1,1,2163,0,579.747,-1436.44,92.4167,0.955237,275,5,0,356,0,1,0,0,0),(20655,3278,1,1,1,2163,0,621.479,-1245.99,92.4167,2.146,275,0,0,356,0,0,0,0,0),(20654,3278,1,1,1,2163,0,802.03,-1330.48,91.8506,1.53314,275,0,0,356,0,0,0,0,0),(20653,3278,1,1,1,2163,0,591.309,-1274.23,92.1667,2.42424,275,0,0,356,0,0,0,0,0),(20652,3278,1,1,1,2163,0,645.365,-1319.64,91.7916,2.78199,275,5,0,356,0,1,0,0,0),(20651,3278,1,1,1,2163,0,584.561,-1247.04,91.7916,1.47842,275,5,0,356,0,1,0,0,0),(20650,3278,1,1,1,2163,0,549.345,-1253.24,92.0416,4.77152,275,0,0,356,0,0,0,0,0),(20649,3278,1,1,1,2163,0,762.788,-1246.36,91.9167,2.98137,275,5,0,356,0,1,0,0,0),(20648,3278,1,1,1,2163,0,820.429,-1302.99,91.7256,2.00502,275,5,0,356,0,1,0,0,0),(20647,3278,1,1,1,2163,0,568.882,-1460.79,92.6667,5.77617,275,5,0,356,0,1,0,0,0),(20646,3278,1,1,1,2163,0,428.48,-1277.83,92.1667,0.552786,275,5,0,356,0,1,0,0,0),(20645,3278,1,1,1,2163,0,891.894,-1308.38,103.543,0.358671,275,5,0,356,0,1,0,0,0),(20644,3278,1,1,1,2163,0,582.27,-1377.58,91.7916,2.18023,275,5,0,356,0,1,0,0,0),(20643,3278,1,1,1,2163,0,821.009,-1394.21,91.8057,3.74618,275,5,0,356,0,1,0,0,0),(20642,3278,1,1,1,2163,0,621.593,-1378.22,96.6666,1.03224,275,2,0,356,0,1,0,0,0),(20641,3278,1,1,1,2163,0,533.496,-1447.21,91.75,3.56047,275,30,0,356,0,1,0,0,0),(20640,6606,1,1,1,7047,0,1053.25,-3027.45,82.2362,3.49015,275,0,0,356,0,2,0,0,0),(20639,3278,1,1,1,2163,0,550.5,-1152,91.787,6.0462,275,5,0,356,0,1,0,0,0),(20638,3278,1,1,1,2163,0,479.845,-1412.66,91.7917,2.11002,275,30,0,356,0,1,0,0,0),(20637,3278,1,1,1,2163,0,718.967,-1379.89,91.7916,5.13178,275,5,0,356,0,1,0,0,0),(20636,3278,1,1,1,2163,0,528.191,-1205,91.9166,2.45875,275,5,0,356,0,1,0,0,0),(20635,5837,1,1,1,4874,0,-52.749,-1631.89,91.75,3.9968,19900,0,0,328,0,0,0,0,0),(20634,3277,1,1,1,2162,0,317.658,-1451.88,91.7917,3.1103,275,5,0,328,0,1,0,0,0),(20633,3277,1,1,1,2162,0,478.973,-1526.83,93.6353,0.053682,275,5,0,328,0,1,0,0,0),(20632,3277,1,1,1,2162,0,335.821,-1595.75,91.7917,1.08638,275,5,0,328,0,1,0,0,0),(20631,3277,1,1,1,2162,0,348.399,-1551.86,92.0417,3.77389,275,5,0,328,0,1,0,0,0),(20630,3277,1,1,1,2162,0,357.537,-1615.02,92.6667,1.45307,275,5,0,328,0,1,0,0,0),(20629,3277,1,1,1,2162,0,514.221,-1467.51,93.0293,5.2709,275,0,0,328,0,0,0,0,0),(20628,3277,1,1,1,2162,0,354.338,-1481.12,92.5417,0.368177,275,20,0,328,0,1,0,0,0),(20627,3277,1,1,1,2162,0,553.62,-1483.65,91.7917,6.23473,275,5,0,328,0,1,0,0,0),(20626,3277,1,1,1,2162,0,315.217,-1431.9,91.7917,2.79103,275,5,0,328,0,1,0,0,0),(20625,3277,1,1,1,2162,0,580.894,-1455.23,92.2917,2.10131,275,0,0,328,0,0,0,0,0),(20624,3277,1,1,1,2162,0,349.184,-1442.09,91.7917,5.7191,275,5,0,328,0,1,0,0,0),(20623,3277,1,1,1,2162,0,619.024,-1556.26,92.0141,5.84079,275,5,0,328,0,1,0,0,0),(20622,3277,1,1,1,2162,0,563.049,-1442.2,92.7917,3.38095,275,5,0,328,0,1,0,0,0),(20621,3277,1,1,1,2162,0,463.068,-1490.82,93.0417,0.602412,275,5,0,328,0,1,0,0,0),(20620,3277,1,1,1,2162,0,415.858,-1482.93,91.7917,1.79526,275,20,0,328,0,1,0,0,0),(20619,3277,1,1,1,2162,0,627.324,-1526.66,92.5417,3.04508,275,5,0,328,0,1,0,0,0),(20618,3277,1,1,1,2162,0,485.375,-1477.63,93.6973,1.46242,275,5,0,328,0,1,0,0,0),(20617,3277,1,1,1,2162,0,281.896,-1545.01,91.7917,1.69707,275,5,0,328,0,1,0,0,0),(20616,3277,1,1,1,2162,0,281.384,-1477.48,91.7917,1.77702,275,5,0,328,0,1,0,0,0),(20615,3277,1,1,1,2162,0,404.839,-1465.78,91.7917,0.041767,275,0,0,328,0,0,0,0,0),(20614,5836,1,1,1,7049,1,1018.6,-3075.4,105.163,1.97222,19900,0,0,449,0,0,0,0,0),(20613,3276,1,1,1,3218,0,477.308,-1501.62,94.1353,2.53372,275,5,0,300,0,1,0,0,0),(1109,684,0,1,1,633,0,-13093.7,-158.198,-1.5694,2.38863,300,5,0,1536,0,1,0,0,0),(37540,18982,269,3,1,0,0,-1704.23,6970.73,22.529,3.35531,86400,3,0,9489,0,1,0,0,0),(37541,18983,269,3,1,0,0,-1725.39,6959.58,21.9548,3.62628,86400,3,0,9489,0,1,0,0,0),(20612,3276,1,1,1,3218,0,615.862,-1488.1,91.7917,4.37479,275,5,0,300,0,1,0,0,0),(20611,3276,1,1,1,3218,0,480.316,-1552.05,91.7917,3.94856,275,5,0,300,0,1,0,0,0),(20610,3276,1,1,1,3218,0,581.126,-1518.44,92.1667,3.82714,275,0,0,300,0,0,0,0,0),(20609,3276,1,1,1,3218,0,295.846,-1443.8,91.7917,4.61634,275,5,0,300,0,1,0,0,0),(20608,3276,1,1,1,3218,0,453.138,-1521.29,93.4167,5.08907,275,5,0,300,0,1,0,0,0),(20607,3276,1,1,1,3218,0,384.334,-1518.23,91.7917,5.81897,275,20,0,300,0,1,0,0,0),(37554,20075,269,3,1,0,0,-1746.57,6948.48,17.3772,3.62235,86400,3,0,9489,0,1,0,0,0),(37555,18983,269,3,1,0,0,-1784.27,6932.96,23.2578,3.53203,86400,3,0,9489,0,1,0,0,0),(37556,5484,0,1,1,0,1,-8547.72,814.663,106.53,3.85301,350,0,1,1753,0,2,0,0,0),(20606,3276,1,1,1,3218,0,548.102,-1550.76,94.3351,3.81218,275,30,0,300,0,1,0,0,0),(20605,3276,1,1,1,3218,0,514.699,-1489.46,94.2593,3.74909,275,0,0,300,0,0,0,0,0),(20604,3276,1,1,1,3218,0,586.29,-1582.63,94.0522,0.086607,275,15,0,300,0,1,0,0,0),(20603,3276,1,1,1,3218,0,321.041,-1579.34,92.4167,1.17962,275,0,0,300,0,0,0,0,0),(20602,3276,1,1,1,3218,0,331.445,-1621.73,92.1667,4.16582,275,5,0,300,0,1,0,0,0),(20601,3276,1,1,1,3218,0,627.348,-1573.38,91.7917,4.83047,275,5,0,300,0,1,0,0,0),(20600,3276,1,1,1,3218,0,520.089,-1515.43,94.3853,0.282355,275,5,0,300,0,1,0,0,0),(20599,3276,1,1,1,3218,0,304.438,-1460.03,91.7917,1.86381,275,5,0,300,0,1,0,0,0),(37571,5489,0,1,1,0,1,-8519,863.419,109.826,5.185,430,0,0,2769,0,0,0,0,0),(20598,3276,1,1,1,3218,0,490.353,-1453.4,93.2985,0.37106,275,5,0,300,0,1,0,0,0),(20597,3276,1,1,1,3218,0,617.571,-1622.17,91.7917,4.71704,275,15,0,300,0,1,0,0,0),(20596,3276,1,1,1,3218,0,338.275,-1453.53,91.7917,1.55123,275,5,0,300,0,1,0,0,0),(20595,3276,1,1,1,3218,0,384.819,-1468.67,91.7917,1.76971,275,5,0,300,0,1,0,0,0),(20594,3276,1,1,1,3218,0,338.018,-1420.7,91.7917,1.58744,275,5,0,300,0,1,0,0,0),(20593,3276,1,1,1,3218,0,612.89,-1535.44,92.2641,3.57358,275,5,0,300,0,1,0,0,0),(20592,3276,1,1,1,3218,0,646.825,-1543.5,99.078,2.47787,275,5,0,300,0,1,0,0,0),(37585,5491,0,1,1,0,1,-8574,860.909,106.518,0.792,540,0,0,1753,0,0,0,0,0),(37586,5492,0,1,1,0,1,-8565,880.211,106.519,3.783,430,0,0,2769,0,0,0,0,0),(37587,18983,269,3,1,0,0,-1796.15,6900.58,23.7106,4.36062,86400,3,0,9489,0,1,0,0,0),(37588,18982,269,3,1,0,0,-1817.58,6892.95,23.6438,3.21787,86400,3,0,9489,0,1,0,0,0),(1108,772,0,1,1,614,0,-12686.1,-88.5606,12.098,4.91893,300,10,0,1536,0,1,0,0,0),(97575,6491,571,1,4294967295,0,0,2764.22,1043.91,23.9775,6.0808,60,0,0,4120,0,0,0,0,0),(37593,18982,269,3,1,0,0,-1858.15,6911.89,26.0655,2.66024,86400,3,0,9489,0,1,0,0,0),(37594,18983,269,3,1,0,0,-1865.13,6943.28,28.3515,1.78452,86400,3,0,9489,0,1,0,0,0),(1106,1558,0,1,1,844,0,-13867,-22.393,54.0785,4.24532,300,5,0,1981,0,1,0,0,0),(37597,20075,269,3,1,0,0,-1870.12,6977.02,17.3785,1.71776,86400,3,0,9489,0,1,0,0,0),(1105,672,0,1,1,4621,1,-13008.2,-845.519,71.4626,3.60306,300,0,0,1711,1483,0,0,0,0),(1104,1563,0,1,1,794,1,-13457.5,698.094,7.36411,1.42186,300,5,0,1829,0,1,0,0,0),(37602,5509,0,1,1,0,1,-8388,692.506,95.357,3.927,310,0,0,1003,0,0,0,0,0),(37603,5510,0,1,1,0,1,-8418,646.006,97.449,0.719,310,0,0,1003,0,0,0,0,0),(37604,5511,0,1,1,0,1,-8424,616.944,95.543,2.234,310,0,0,1221,0,0,0,0,0),(37605,5512,0,1,1,0,1,-8431,624.03,95.461,5.235,310,0,0,1003,0,0,0,0,0),(37606,5513,0,1,1,0,1,-8434,692.809,103.364,0.717,310,0,0,1342,0,0,0,0,0),(37607,5514,0,1,1,0,1,-8430,695.138,96.401,5.061,310,0,0,1003,0,0,0,0,0),(37608,5515,0,1,1,0,1,-8415,553.182,95.703,3.923,490,0,0,4120,0,0,0,0,0),(37609,5516,0,1,1,0,1,-8410,548.566,95.532,2.954,430,0,0,2769,0,0,0,0,0),(37610,5517,0,1,1,0,1,-8413,541.475,102.494,0.636,540,0,0,1753,0,0,0,0,0),(37611,5518,0,1,1,0,1,-8347,644.134,95.755,3.84,310,0,0,1342,0,0,0,0,0),(37612,5519,0,1,1,0,1,-8342,638.829,95.339,3.773,310,0,0,1003,0,0,0,0,0),(1103,1563,0,1,1,794,1,-13414.4,743.018,1.70527,4.84614,300,5,0,1829,0,1,0,0,0),(20591,3276,1,1,1,3218,0,306.95,-1618.24,91.7917,6.25508,275,5,0,300,0,1,0,0,0),(37617,20075,269,3,1,0,0,-1837.26,7000.93,17.408,0.649616,86400,3,0,9489,0,1,0,0,0),(37618,20075,269,3,1,0,0,-1790.09,6995.97,17.5222,6.12384,86400,3,0,9489,0,1,0,0,0),(37619,18983,269,3,1,0,0,-1813.2,6969.3,23.1634,4.91433,86400,3,0,9489,0,1,0,0,0),(12175,5890,1,1,1,0,0,-3039.04,-740.04,43.3674,0.563712,120,20,0,42,0,1,0,0,0),(37621,18982,269,3,1,0,0,-1822.57,6943.05,23.5305,4.34884,86400,3,0,9489,0,1,0,0,0),(37622,20075,269,3,1,0,0,-1920.07,6939.61,17.44,3.21787,86400,3,0,9489,0,1,0,0,0),(37623,18983,269,3,1,0,0,-1953.31,6924.93,21.835,3.8187,86400,3,0,9489,0,1,0,0,0),(1101,1564,0,1,1,4461,1,-13448,722.787,4.11255,4.42121,300,0,0,1292,3191,0,0,0,0),(20590,3276,1,1,1,3218,0,356.253,-1574.23,91.7917,0.238282,275,5,0,300,0,1,0,0,0),(37628,20075,269,3,1,0,0,-1990.03,6901.62,22.9635,3.72053,86400,3,0,9489,0,1,0,0,0),(37629,18983,269,3,1,0,0,-2040.98,6890.72,21.1042,4.60017,86400,3,0,9489,0,1,0,0,0),(37630,20075,269,3,1,0,0,-2017.05,6885.67,17.278,6.21809,86400,3,0,9489,0,1,0,0,0),(37631,20075,269,3,1,0,0,-1981.88,6847.01,17.4646,5.51516,86400,3,0,9489,0,1,0,0,0),(37632,18983,269,3,1,0,0,-1944.4,6828.44,21.4213,5.7979,86400,3,0,9489,0,1,0,0,0),(37633,18982,269,3,1,0,0,-1973.6,6824.21,22.368,3.35924,86400,3,0,9489,0,1,0,0,0),(37634,18983,269,3,1,0,0,-2001.67,6831.93,24.153,2.97047,86400,3,0,9489,0,1,0,0,0),(37635,18983,269,3,1,0,0,-2024.93,6820.56,25.1743,2.91156,86400,3,0,9489,0,1,0,0,0),(37636,18983,269,3,1,0,0,-2046.47,6842.8,24.8734,2.31073,86400,3,0,9489,0,1,0,0,0),(37637,18982,269,3,1,0,0,-2045.28,6863.69,25.141,1.48999,86400,3,0,9489,0,1,0,0,0),(37638,18983,269,3,1,0,0,-2074.38,6853.88,24.5444,3.50454,86400,3,0,9489,0,1,0,0,0),(37639,18982,269,3,1,0,0,-2101.25,6834.79,22.5474,1.16798,86400,3,0,9489,0,1,0,0,0),(37640,18982,269,3,1,0,0,-2105.59,6859.13,23.0219,1.53712,86400,3,0,9489,0,1,0,0,0),(37641,18983,269,3,1,0,0,-2093.77,6898.46,22.5601,1.22296,86400,3,0,9489,0,1,0,0,0),(37642,18982,269,3,1,0,0,-2089.31,6901.46,22.2196,0.504319,86400,3,0,9489,0,1,0,0,0),(37643,18983,269,3,1,0,0,-2067.95,6937.64,22.4949,1.95338,86400,3,0,9489,0,1,0,0,0),(37644,18983,269,3,1,0,0,-2042.48,6953.5,23.0466,1.24652,86400,3,0,9489,0,1,0,0,0),(37645,18982,269,3,1,0,0,-2058.54,6984.98,20.532,2.0437,86400,3,0,9489,0,1,0,0,0),(37646,20075,269,3,1,0,0,-2037.52,6987,17.7274,0.0959117,86400,3,0,9489,0,1,0,0,0),(37647,20075,269,3,1,0,0,-2006.65,6977.22,17.1102,6.0885,86400,3,0,9489,0,1,0,0,0),(37648,20075,269,3,1,0,0,-1972.1,6997.56,17.773,0.60642,86400,3,0,9489,0,1,0,0,0),(37649,18983,269,3,1,0,0,-1950.19,7012.64,22.3052,1.32899,86400,3,0,9489,0,1,0,0,0),(37650,18982,269,3,1,0,0,-1938.86,7042.32,22.4674,1.41538,86400,3,0,9489,0,1,0,0,0),(37651,18983,269,3,1,0,0,-1936.73,7071.64,22.0126,1.50963,86400,3,0,9489,0,1,0,0,0),(37652,20075,269,3,1,0,0,-1944.9,7092.97,17.4775,1.94945,86400,3,0,9489,0,1,0,0,0),(37653,20075,269,3,1,0,0,-1918.86,7104.15,17.4777,0.39829,86400,3,0,9489,0,1,0,0,0),(37654,18983,269,3,1,0,0,-1844.52,7074.42,22.1436,3.89332,86400,3,0,9489,0,1,0,0,0),(37655,18982,269,3,1,0,0,-1857.94,7064.23,22.3291,3.68911,86400,3,0,9489,0,1,0,0,0),(37656,18982,269,3,1,0,0,-1823.61,7036.22,22.8792,0.264774,86400,3,0,9489,0,1,0,0,0),(37657,18983,269,3,1,0,0,-1806.23,7062.39,21.872,1.20725,86400,3,0,9489,0,1,0,0,0),(37658,18983,269,3,1,0,0,-1733.76,7074.02,22.3279,0.437563,86400,3,0,9489,0,1,0,0,0),(37659,18983,269,3,1,0,0,-1712.45,7272.15,21.9187,1.10908,86400,3,0,9489,0,1,0,0,0),(37660,18983,269,3,1,0,0,-1670.31,7344.74,22.8459,0.959853,86400,3,0,9489,0,1,0,0,0),(37661,18983,269,3,1,0,0,-1645.49,7377.92,21.7955,4.28994,86400,3,0,9489,0,1,0,0,0),(37662,18982,269,3,1,0,0,-1641.91,7358.44,22.6192,4.92611,86400,3,0,9489,0,1,0,0,0),(37663,18983,269,3,1,0,0,-1635.87,7326.98,22.6401,3.99149,86400,3,0,9489,0,1,0,0,0),(37664,18983,269,3,1,0,0,-1674.33,7318.02,22.8873,3.25321,86400,3,0,9489,0,1,0,0,0),(37665,18983,269,3,1,0,0,-1698.74,7340.57,22.2526,2.60133,86400,3,0,9489,0,1,0,0,0),(37666,18983,269,3,1,0,0,-1765.95,7324.55,20.2465,4.05039,86400,3,0,9489,0,1,0,0,0),(37667,18982,269,3,1,0,0,-1788.03,7316.3,23.6966,3.58308,86400,3,0,9489,0,1,0,0,0),(37668,18983,269,3,1,0,0,-1827.61,7359.48,22.8299,2.2479,86400,3,0,9489,0,1,0,0,0),(37669,18983,269,3,1,0,0,-1900.82,7328.23,22.4533,3.94043,86400,3,0,9489,0,1,0,0,0),(37670,18983,269,3,1,0,0,-1881.25,7303.8,22.087,5.77827,86400,3,0,9489,0,1,0,0,0),(37671,18982,269,3,1,0,0,-1881.55,7289.37,22.6141,4.61981,86400,3,0,9489,0,1,0,0,0),(37672,18983,269,3,1,0,0,-1910.69,7293.97,29.2639,4.21533,86400,3,0,9489,0,1,0,0,0),(37673,18983,269,3,1,0,0,-1927.44,7293.5,27.5954,4.08574,86400,3,0,9489,0,1,0,0,0),(37674,18982,269,3,1,0,0,-1964.77,7278.77,23.3356,2.92727,86400,3,0,9489,0,1,0,0,0),(37675,18983,269,3,1,0,0,-1965.24,7304.61,25.4144,1.7099,86400,3,0,9489,0,1,0,0,0),(37676,18983,269,3,1,0,0,-1964.16,7336.68,24.3724,1.53712,86400,3,0,9489,0,1,0,0,0),(37677,18982,269,3,1,0,0,-1983.58,7322.66,23.3843,3.5281,86400,3,0,9489,0,1,0,0,0),(37678,18983,269,3,1,0,0,-2041.83,7388.73,24.0283,2.81731,86400,3,0,9489,0,1,0,0,0),(37679,18983,269,3,1,0,0,-2074.18,7386.17,24.1144,3.39851,86400,3,0,9489,0,1,0,0,0),(37680,18983,269,3,1,0,0,-2094.3,7360.77,23.0647,4.14856,86400,3,0,9489,0,1,0,0,0),(37681,18982,269,3,1,0,0,-2082.24,7326.3,23.0844,5.08319,86400,3,0,9489,0,1,0,0,0),(37682,18982,269,3,1,0,0,-2070.83,7297.27,23.1743,5.08711,86400,3,0,9489,0,1,0,0,0),(37683,18983,269,3,1,0,0,-2093.74,7285.92,23.9434,3.48097,86400,3,0,9489,0,1,0,0,0),(37684,18983,269,3,1,0,0,-2124.7,7294.5,23.3589,1.5214,86400,3,0,9489,0,1,0,0,0),(37685,18982,269,3,1,0,0,-2127.82,7321.09,24.363,2.36178,86400,3,0,9489,0,1,0,0,0),(37686,18983,269,3,1,0,0,-2125.29,7357.21,23.7706,1.74132,86400,3,0,9489,0,1,0,0,0),(37687,18983,269,3,1,0,0,-2119.03,7384.57,22.3343,0.00558424,86400,3,0,9489,0,1,0,0,0),(37688,18982,269,3,1,0,0,-2093.46,7395.9,23.3806,0.174445,86400,3,0,9489,0,1,0,0,0),(37689,18983,269,3,1,0,0,-2053.17,7083.26,21.8866,3.34353,86400,3,0,9489,0,1,0,0,0),(37690,18983,269,3,1,0,0,-2082.03,7056.53,21.488,3.91687,86400,3,0,9489,0,1,0,0,0),(37691,18983,269,3,1,0,0,-2120.36,7052.16,22.97,3.25321,86400,3,0,9489,0,1,0,0,0),(37692,18982,269,3,1,0,0,-2115.47,7028,22.1767,5.02428,86400,3,0,9489,0,1,0,0,0),(37693,20075,269,3,1,0,0,-2076.25,7018.94,17.4656,0.162665,86400,3,0,9489,0,1,0,0,0),(37694,18983,269,3,1,0,0,-2083.33,6981.77,22.5991,4.81222,86400,3,0,9489,0,1,0,0,0),(37695,18983,269,3,1,0,0,-2065.79,6930.8,22.3041,5.28739,86400,3,0,9489,0,1,0,0,0),(37696,20075,269,3,1,0,0,-2037.55,6980.06,17.5606,1.05017,86400,3,0,9489,0,1,0,0,0),(37697,20075,269,3,1,0,0,-2009.76,6960.05,17.5407,4.30172,86400,3,0,9489,0,1,0,0,0),(37698,18982,269,3,1,0,0,-2044.95,6951.71,22.9226,2.88015,86400,3,0,9489,0,1,0,0,0),(37699,18983,269,3,1,0,0,-2026.6,7008.75,22.6752,1.62351,86400,3,0,9489,0,1,0,0,0),(37700,18982,269,3,1,0,0,-2040.32,7020.28,23.4067,2.24005,86400,3,0,9489,0,1,0,0,0),(20589,3276,1,1,1,3218,0,497.144,-1491.1,94.6547,0.366519,275,0,0,300,0,0,0,0,0),(20588,3275,1,1,1,4874,1,-1157.47,-3127.11,93.67,-3.03911,275,0,0,328,0,0,0,0,0),(20587,3275,1,1,1,4874,1,-1286.16,-3084.85,93.7667,1.81957,275,5,0,328,0,1,0,0,0),(37708,20075,269,3,1,0,0,-1995.94,7032.72,17.7359,0.374727,86400,3,0,9489,0,1,0,0,0),(1100,1151,0,1,1,2548,0,-11923.6,842.423,0.946231,0.737027,300,5,0,1403,0,1,0,0,0),(20586,3275,1,1,1,4874,1,-1290.58,-2842.22,93.5425,0.894048,275,5,0,328,0,1,0,0,0),(20585,3275,1,1,1,4874,1,-1550.39,-2880.64,91.7917,3.86662,275,5,0,328,0,1,0,0,0),(37715,20075,269,3,1,0,0,-1973.57,7116.06,17.4783,0.806697,86400,3,0,9489,0,1,0,0,0),(20584,3275,1,1,1,4874,1,-1246.53,-2746.67,91.7916,1.43646,275,5,0,328,0,1,0,0,0),(20583,3275,1,1,1,4874,1,-1482.03,-3032.52,91.7917,2.08767,275,5,0,328,0,1,0,0,0),(20582,3275,1,1,1,4874,1,-1543.73,-2904.48,91.7917,1.40305,275,5,0,328,0,1,0,0,0),(20581,3275,1,1,1,4874,1,-1352.25,-3052.89,92.5331,4.94511,275,5,0,328,0,1,0,0,0),(20580,3275,1,1,1,4874,1,-1287.89,-2820.94,93.1643,5.7218,275,5,0,328,0,1,0,0,0),(20579,3275,1,1,1,4874,1,-1342.26,-3110.99,91.7917,2.89803,275,0,0,328,0,0,0,0,0),(20578,3275,1,1,1,4874,1,-1220.52,-2777.53,91.9093,2.91066,275,0,0,328,0,2,0,0,0),(20577,3275,1,1,1,4874,1,-1237.82,-2084.81,91.5492,0.041671,275,0,0,328,0,0,0,0,0),(20576,3275,1,1,1,4874,1,-1401.19,-2756.57,91.7917,0.4748,275,0,0,328,0,0,0,0,0),(20575,3275,1,1,1,4874,1,-1159.23,-2948.66,93.7825,3.54595,275,5,0,328,0,1,0,0,0),(20574,3274,1,1,1,9445,1,-1016.74,-2719.69,94.7583,2.01207,275,5,0,300,0,1,0,0,0),(20573,3274,1,1,1,9445,1,-1133.36,-3132.6,94.259,5.00247,275,5,0,300,0,1,0,0,0),(20572,3274,1,1,1,9445,1,-1154.07,-2779.76,91.7917,4.91481,275,5,0,300,0,1,0,0,0),(20571,3274,1,1,1,9445,1,-1533.78,-2976.79,91.9035,2.66196,275,0,0,300,0,0,0,0,0),(20570,3274,1,1,1,9445,1,-1422.8,-2682.44,93.5649,3.32968,275,5,0,300,0,1,0,0,0),(20569,3274,1,1,1,9445,1,-1277,-2853.46,93.6966,2.65844,275,5,0,300,0,1,0,0,0),(20568,3274,1,1,1,9445,1,-1478.94,-3013.48,91.7917,2.60808,275,0,0,300,0,0,0,0,0),(20567,3274,1,1,1,9445,1,-913.037,-2216.65,91.6961,-1.40656,275,0,0,300,0,0,0,0,0),(20566,3274,1,1,1,9445,1,-1255.58,-2294.36,94.0965,1.19899,275,5,0,300,0,1,0,0,0),(20565,3274,1,1,1,9445,1,-1283.28,-3152.77,98.5216,0.271338,275,5,0,300,0,1,0,0,0),(20564,3274,1,1,1,9445,1,-1220.66,-2815.17,93.9732,6.23591,275,5,0,300,0,1,0,0,0),(20563,3274,1,1,1,9445,1,-1415.86,-2715.95,93.6051,0.482749,275,5,0,300,0,1,0,0,0),(20562,3273,1,1,1,9443,1,-850.227,-2116.41,92.3302,1.8735,275,5,0,253,264,1,0,0,0),(20561,3273,1,1,1,9443,1,-886.955,-2087.8,89.0518,3.56398,275,5,0,253,264,1,0,0,0),(20560,3273,1,1,1,9443,1,-876.65,-1976.44,93.3809,5.837,275,15,0,253,264,1,0,0,0),(20559,3273,1,1,1,9443,1,-937.949,-1867.95,102.104,1.04848,275,0,0,253,264,0,0,0,0),(20558,3273,1,1,1,9443,1,-883.341,-2043.73,81.19,1.92746,275,5,0,253,264,1,0,0,0),(20557,3273,1,1,1,9443,1,-983.43,-1913.2,92.1275,4.20102,275,5,0,253,264,1,0,0,0),(20555,3273,1,1,1,9443,1,-1085.12,-1981.93,87.9368,2.21352,275,5,0,253,264,1,0,0,0),(20554,3273,1,1,1,9443,1,-1011.73,-1944.87,91.2569,5.14255,275,5,0,253,264,1,0,0,0),(20553,3273,1,1,1,9443,1,-1116.27,-2018.12,87.1965,0.155591,275,5,0,253,264,1,0,0,0),(20552,3273,1,1,1,9443,1,-1148.39,-2222.32,83.5778,2.57202,275,5,0,253,264,1,0,0,0),(20551,3273,1,1,1,9443,1,-1154.78,-2114.38,88.3531,4.21704,275,5,0,253,264,1,0,0,0),(20550,3273,1,1,1,9443,1,-986.156,-2248.51,92.9702,1.75889,275,5,0,253,264,1,0,0,0),(20549,3273,1,1,1,9443,1,-1011.36,-2158.19,85.2632,4.07247,275,15,0,253,264,1,0,0,0),(20548,3273,1,1,1,9443,1,-946.737,-1988.34,91.3047,4.70262,275,5,0,253,264,1,0,0,0),(20547,3273,1,1,1,9443,1,-985.425,-1849.07,94.0474,4.21103,275,5,0,253,264,1,0,0,0),(20546,3273,1,1,1,9443,1,-956.122,-2018.78,84.5052,3.93058,275,0,0,253,264,2,0,0,0),(20545,3273,1,1,1,9443,1,-877.395,-2753.24,92.0417,0.872966,275,5,0,253,264,1,0,0,0),(20544,3273,1,1,1,9443,1,-863.247,-2728.11,91.7917,1.09942,275,5,0,253,264,1,0,0,0),(20543,3273,1,1,1,9443,1,-1172.8,-3155.37,91.7917,2.88509,275,0,0,253,264,0,0,0,0),(20542,3273,1,1,1,9443,1,-28.1144,-1921.77,93.5078,4.95683,275,5,0,253,264,1,0,0,0),(20541,3273,1,1,1,9443,1,-1078.72,-1918.51,91.8147,2.66699,275,5,0,253,264,1,0,0,0),(20540,3273,1,1,1,9443,1,-30.3987,-1903.3,94.1016,1.15406,275,5,0,253,264,1,0,0,0),(20539,3273,1,1,1,9443,1,80.3165,-2013.77,93.0207,3.26539,275,5,0,253,264,1,0,0,0),(20538,3273,1,1,1,9443,1,67.6824,-2098,91.7917,4.71921,275,0,0,253,264,0,0,0,0),(20537,3273,1,1,1,9443,1,28.6968,-2161.02,91.7917,6.26921,275,5,0,253,264,1,0,0,0),(20536,3273,1,1,1,9443,1,-155.831,-1798.37,91.7917,1.71167,275,5,0,253,264,1,0,0,0),(20535,3273,1,1,1,9443,1,-202.101,-1648.94,91.7917,0.050678,275,0,0,253,264,0,0,0,0),(20534,3273,1,1,1,9443,1,1.70334,-1759.74,91.8453,1.5666,275,0,0,253,264,0,0,0,0),(20533,3273,1,1,1,9443,1,-181.209,-1641.3,92.5417,1.42235,275,0,0,253,264,0,0,0,0),(20532,3273,1,1,1,9443,1,-89.4662,-1656.64,91.8236,1.41399,275,15,0,253,264,1,0,0,0),(20531,3273,1,1,1,9443,1,157.297,-1830.99,92.5966,4.27888,275,5,0,253,264,1,0,0,0),(20530,3273,1,1,1,9443,1,-895.982,-2926.44,91.7917,0.85216,275,0,0,253,264,0,0,0,0),(20529,3273,1,1,1,9443,1,174.158,-1805.91,92.5966,0.686427,275,5,0,253,264,1,0,0,0),(20528,3273,1,1,1,9443,1,263.722,-1933.84,91.7917,0.646822,275,0,0,253,264,0,0,0,0),(20527,3273,1,1,1,9443,1,-20.2042,-1985.3,93.7528,3.86844,275,5,0,253,264,1,0,0,0),(20526,3273,1,1,1,9443,1,-921.726,-2214.8,92.035,3.01845,275,5,0,253,264,1,0,0,0),(20525,3273,1,1,1,9443,1,-1092.69,-2805.23,92.2917,4.66455,275,5,0,253,264,1,0,0,0),(20524,3273,1,1,1,9443,1,-1129.16,-3147.13,94.1292,1.00826,275,0,0,253,264,2,0,0,0),(20523,3273,1,1,1,9443,1,123.198,-1913.39,93.925,1.01003,275,5,0,253,264,1,0,0,0),(20522,3273,1,1,1,9443,1,255.148,-1872.43,93.154,2.55793,275,5,0,253,264,1,0,0,0),(20521,3273,1,1,1,9443,1,212.66,-1949.4,94.2787,0.303364,275,0,0,253,264,2,0,0,0),(20520,3273,1,1,1,9443,1,286.108,-1913,91.7917,1.39275,275,5,0,253,264,1,0,0,0),(20519,3273,1,1,1,9443,1,-917.509,-2151.56,93.3496,3.55423,275,5,0,253,264,1,0,0,0),(20518,3273,1,1,1,9443,1,-1194.94,-2017.24,91.7917,0.910802,275,0,0,253,264,0,0,0,0),(20517,3273,1,1,1,9443,1,-1010.05,-2330.36,92.1731,0.252964,275,0,0,253,264,0,0,0,0),(20516,3273,1,1,1,9443,1,116.158,-1886.19,95.5644,5.78073,275,5,0,253,264,1,0,0,0),(20515,3273,1,1,1,9443,1,-51.1308,-1641.19,91.7917,5.56999,275,0,0,253,264,0,0,0,0),(20514,3273,1,1,1,9443,1,-1204.77,-2186.03,91.5863,3.44076,275,0,0,253,264,0,0,0,0),(20513,3273,1,1,1,9443,1,-1148.4,-2313.98,94.4897,5.41518,275,5,0,253,264,1,0,0,0),(20512,3273,1,1,1,9443,1,-1106.19,-2789.72,91.7917,5.21942,275,0,0,253,264,0,0,0,0),(20511,3273,1,1,1,9443,1,25.1076,-1735.22,108.775,3.94438,275,0,0,253,264,0,0,0,0),(1099,1108,0,1,1,843,0,-11946,-251.844,15.2975,0.282857,300,10,0,1427,0,1,0,0,0),(1098,1108,0,1,1,843,0,-11920.2,-281.911,13.7945,5.86932,300,5,0,1427,0,1,0,0,0),(20510,3273,1,1,1,9443,1,19.7367,-1780.62,92.1686,1.75245,275,0,0,253,264,0,0,0,0),(20509,3273,1,1,1,9443,1,52.4435,-1879.76,95.1021,0.048277,275,5,0,253,264,1,0,0,0),(20508,3273,1,1,1,9443,1,31.62,-1768.42,97.0436,5.98005,275,0,0,253,264,0,0,0,0),(20507,3272,1,1,1,9442,1,-876.737,-2789.97,92.6684,4.37212,275,5,0,247,0,1,0,0,0),(20506,3272,1,1,1,9442,1,-921.444,-2104.01,86.3951,3.61462,275,5,0,247,0,1,0,0,0),(20505,3272,1,1,1,9442,1,-940.293,-1899.8,101.79,4.27197,275,0,0,247,0,0,0,0,0),(20504,3272,1,1,1,9442,1,-951.649,-1885.02,98.0439,3.72365,275,0,0,247,0,2,0,0,0),(20503,3272,1,1,1,9442,1,-990.02,-1883.74,94.9167,1.56581,275,0,0,247,0,2,0,0,0),(20502,3272,1,1,1,9442,1,-1118.29,-1988.4,91.0466,5.68897,275,5,0,247,0,1,0,0,0),(20501,3272,1,1,1,9442,1,-1047.93,-1982.15,97.0074,6.25,275,5,0,247,0,1,0,0,0),(20500,3272,1,1,1,9442,1,-1149.63,-2043.95,90.7406,1.37413,275,5,0,247,0,1,0,0,0),(20499,3272,1,1,1,9442,1,-1150.27,-2182.11,83.2411,0.33225,275,5,0,247,0,1,0,0,0),(20498,3272,1,1,1,9442,1,-1147.45,-2246.23,84.4488,3.49237,275,5,0,247,0,1,0,0,0),(20497,3272,1,1,1,9442,1,-1128.09,-2143.72,82.4703,4.70628,275,5,0,247,0,1,0,0,0),(20496,3272,1,1,1,9442,1,-1120.4,-2287.36,87.624,4.76975,275,10,0,247,0,1,0,0,0),(15462,2349,0,1,1,6808,0,-854.266,-1067.59,45.5398,2.43784,300,10,0,664,0,1,0,0,0),(15461,2354,0,1,1,1007,0,-647.702,-1381.23,58.8744,1.02375,300,5,0,742,0,1,0,0,0),(15460,2349,0,1,1,6808,0,-920.548,-1355.1,57.9813,3.60153,300,10,0,664,0,1,0,0,0),(15459,2356,0,1,1,3201,0,-473.383,-1739.4,81.8203,3.91594,300,10,0,944,0,1,0,0,0),(15458,2356,0,1,1,3201,0,-931.532,-1205,52.6331,3.82457,300,10,0,944,0,1,0,0,0),(15457,2354,0,1,1,1007,0,-718.933,-688.474,12.338,0.548523,300,5,0,742,0,1,0,0,0),(15456,2349,0,1,1,6808,0,-747.829,-1284.9,63.3884,4.66741,300,10,0,664,0,1,0,0,0),(15455,2349,0,1,1,6808,0,-231.621,-1332.96,86.8639,1.19055,300,5,0,664,0,1,0,0,0),(15454,2349,0,1,1,6808,0,-710.382,-1181.39,59.1191,2.9208,300,10,0,664,0,1,0,0,0),(15453,2349,0,1,1,6808,0,-720.266,-1141.5,58.0178,1.60984,300,10,0,664,0,1,0,0,0),(15452,2356,0,1,1,3201,0,-723.421,-1241.92,59.0946,2.0372,300,5,0,944,0,1,0,0,0),(15451,2385,0,1,1,1056,0,-1206.92,-1055.9,42.6447,1.04244,300,10,0,840,0,1,0,0,0),(15450,2408,0,1,1,1244,0,-217.324,-1112.84,36.5141,3.04408,300,10,0,1050,0,1,0,0,0),(15449,2349,0,1,1,6808,0,-937.112,37.7426,33.7009,0.505581,300,10,0,664,0,1,0,0,0),(15448,2356,0,1,1,3201,0,-975.31,6.93124,33.4362,2.66478,300,10,0,944,0,1,0,0,0),(15447,2376,0,1,1,4920,1,-1119.57,-226.283,-3.09946,2.9715,300,10,0,892,852,1,0,0,0),(15446,2356,0,1,1,3201,0,-694.844,260.69,49.3467,2.96819,300,10,0,944,0,1,0,0,0),(15445,2354,0,1,1,1007,0,-590.513,-688.493,38.6466,2.25888,300,10,0,742,0,1,0,0,0),(15444,2354,0,1,1,1007,0,-621.161,-632.938,35.3213,4.21554,300,10,0,742,0,1,0,0,0),(15443,2349,0,1,1,6808,0,-123.908,-1325.92,102.367,4.16828,300,5,0,664,0,1,0,0,0),(15442,2349,0,1,1,6808,0,-41.5147,-1213.58,59.9535,5.26522,300,10,0,664,0,1,0,0,0),(15441,2371,0,1,1,4982,1,-1090.64,-723.856,-4.07477,3.72969,300,10,0,935,878,1,0,0,0),(15440,721,0,1,1,328,0,-811.929,-656.869,11.9221,2.40774,300,10,0,1,0,1,0,0,0),(15439,2382,0,1,1,3695,1,-793.884,-610.77,15.2482,1.91986,300,0,0,1003,0,0,0,0,0),(15438,2442,0,1,1,1060,0,-790.355,-664.267,11.9309,3.91381,300,5,0,1,0,1,0,0,0),(15437,2442,0,1,1,1060,0,-789.018,-652.528,11.9309,6.17616,300,5,0,1,0,1,0,0,0),(15436,2442,0,1,1,1060,0,-804.987,-666.105,11.9309,4.61598,300,5,0,1,0,1,0,0,0),(15435,2442,0,1,1,1060,0,-813.096,-648.89,11.9309,5.2284,300,5,0,1,0,1,0,0,0),(15434,2349,0,1,1,6808,0,-789.316,-1389.04,67.4975,3.03784,300,10,0,664,0,1,0,0,0),(7559,2729,0,1,1,1164,0,-6978.92,-2498.58,243.304,5.22669,300,5,0,1678,0,1,0,0,0),(7558,2893,0,1,1,1194,1,-7045.83,-3356.53,241.792,5.0255,300,5,0,1678,0,1,0,0,0),(37929,18983,269,3,1,0,0,-1949.5,7129.23,22.0665,1.03446,86400,3,0,9489,0,1,0,0,0),(20495,3272,1,1,1,9442,1,-1011.03,-2186.89,88.7675,3.5688,275,15,0,247,0,1,0,0,0),(20494,3272,1,1,1,9442,1,-1048.89,-2214.67,83.9597,1.24905,275,5,0,247,0,1,0,0,0),(20493,3272,1,1,1,9442,1,-990.286,-2118.76,82.7387,2.00172,275,10,0,247,0,1,0,0,0),(20492,3272,1,1,1,9442,1,-947.931,-2110.6,84.0315,1.49657,275,15,0,247,0,1,0,0,0),(20491,3272,1,1,1,9442,1,-923.257,-2013.57,87.5569,0.258715,275,5,0,247,0,1,0,0,0),(20490,3272,1,1,1,9442,1,-979.216,-2017.72,83.5079,0.669804,275,5,0,247,0,1,0,0,0),(20489,3272,1,1,1,9442,1,-1090.55,-2280.31,86.3106,1.63529,275,10,0,247,0,1,0,0,0),(20488,3272,1,1,1,9442,1,-861.458,-2746.88,91.7917,0.395549,275,0,0,247,0,0,0,0,0),(20487,3272,1,1,1,9442,1,-44.8874,-2235.58,91.7917,3.36349,275,15,0,247,0,1,0,0,0),(20486,3272,1,1,1,9442,1,-42.4506,-2272.18,93.0944,2.92516,275,15,0,247,0,1,0,0,0),(20485,3272,1,1,1,9442,1,12.7517,-1876.91,94.046,4.88984,275,5,0,247,0,1,0,0,0),(20484,3272,1,1,1,9442,1,-62.2892,-2243.04,92.5,3.93528,275,15,0,247,0,1,0,0,0),(20483,3272,1,1,1,9442,1,-1059.31,-1909.57,91.7878,0.212728,275,5,0,247,0,1,0,0,0),(20482,3272,1,1,1,9442,1,-1071.06,-1910.3,91.8147,5.14544,275,5,0,247,0,1,0,0,0),(20481,3272,1,1,1,9442,1,-1186.64,-2000.88,91.7917,3.24289,275,0,0,247,0,0,0,0,0),(20480,3272,1,1,1,9442,1,-29.2992,-1905.12,93.5599,1.03373,275,5,0,247,0,1,0,0,0),(20479,3272,1,1,1,9442,1,75.4589,-2098.06,91.7917,2.15127,275,5,0,247,0,1,0,0,0),(20478,3272,1,1,1,9442,1,120.852,-1992.2,93.781,5.54255,275,5,0,247,0,1,0,0,0),(20477,3272,1,1,1,9442,1,49.3321,-2098.9,91.7917,0.334374,275,0,0,247,0,0,0,0,0),(20476,3272,1,1,1,9442,1,29.7405,-2162.99,91.7917,6.25802,275,5,0,247,0,1,0,0,0),(20475,3272,1,1,1,9442,1,-104.408,-2026.26,91.7917,1.67598,275,0,0,247,0,0,0,0,0),(20474,3272,1,1,1,9442,1,78.4045,-2054.62,94.0309,2.37277,275,5,0,247,0,1,0,0,0),(20473,3272,1,1,1,9442,1,-100.629,-1988.76,92.0425,6.22484,275,5,0,247,0,1,0,0,0),(20472,3272,1,1,1,9442,1,-110.625,-2006.86,91.7917,6.2005,275,0,0,247,0,0,0,0,0),(20471,3272,1,1,1,9442,1,-143.534,-2007.58,91.7917,4.41519,275,0,0,247,0,2,0,0,0),(20470,3272,1,1,1,9442,1,-131.098,-2010.25,91.7917,5.75966,275,0,0,247,0,0,0,0,0),(20469,3272,1,1,1,9442,1,-199.084,-1788.87,91.8735,0.799951,275,5,0,247,0,1,0,0,0),(20468,3272,1,1,1,9442,1,-176.116,-1794.72,91.7917,3.13092,275,5,0,247,0,1,0,0,0),(20467,3272,1,1,1,9442,1,-164.74,-1785.2,91.7917,1.77101,275,5,0,247,0,1,0,0,0),(20466,3272,1,1,1,9442,1,-171.789,-1761.49,92.7395,0.752261,275,5,0,247,0,1,0,0,0),(20465,3272,1,1,1,9442,1,-212.962,-1661.59,91.7917,2.3447,275,0,0,247,0,0,0,0,0),(20464,3272,1,1,1,9442,1,-185.922,-1662.92,92.3214,0.712223,275,5,0,247,0,1,0,0,0),(20463,3272,1,1,1,9442,1,-17.6744,-1694.72,94.6865,1.75976,275,5,0,247,0,1,0,0,0),(6746,440,0,1,1,6033,1,-9741.87,-3232.41,59.1882,1.2237,300,5,0,449,0,1,0,0,0),(20462,3272,1,1,1,9442,1,-12.6241,-1678.53,93.675,3.19887,275,5,0,247,0,1,0,0,0),(81602,5649,209,1,1,6423,1,1725.75,1284.01,14.5964,5.42797,86400,0,0,5346,0,0,0,0,0),(81531,8095,209,1,1,7345,0,1867.35,1117.43,9.80891,4.69091,86400,1,0,5757,0,1,0,0,0),(81532,7246,209,1,1,6426,1,1869.56,1120.73,10.4645,4.68603,86400,1,0,4119,2864,1,0,0,0),(81533,7269,209,1,1,7470,0,1884.31,1149.36,9.34573,5.09636,86400,5,0,1782,0,1,0,0,0),(81530,7246,209,1,1,6426,1,1865.24,1118.27,10.8681,4.69151,86400,1,0,4119,2864,1,0,0,0),(81529,7246,209,1,1,6426,1,1828.67,1121,25.7493,3.78957,86400,0,1,4119,2864,2,0,0,0),(15433,2349,0,1,1,6808,0,-877.795,-1379.65,58.1157,1.42177,300,10,0,664,0,1,0,0,0),(15432,2349,0,1,1,6808,0,-987.892,178.131,54.2532,3.27073,300,5,0,664,0,1,0,0,0),(15431,2356,0,1,1,3201,0,-717.384,217.487,51.0391,6.15266,300,10,0,944,0,1,0,0,0),(15430,2348,0,1,1,8014,0,-1169.41,-979.525,60.5595,5.85364,300,5,0,787,0,1,0,0,0),(15429,2348,0,1,1,8014,0,-1148.87,-1046.83,46.2244,1.11719,300,10,0,787,0,1,0,0,0),(15428,2348,0,1,1,8014,0,-1141.21,-942.323,62.4647,1.14413,300,5,0,787,0,1,0,0,0),(15427,2349,0,1,1,6808,0,-687.576,314.395,50.4038,4.84352,300,10,0,664,0,1,0,0,0),(15426,2390,0,1,1,3677,1,-16.3703,-908.12,56.1884,2.30383,300,0,0,950,0,0,0,0,0),(15425,2356,0,1,1,3201,0,-218.005,-1152.81,47.0572,1.08909,300,10,0,944,0,1,0,0,0),(15424,3537,0,1,1,7133,1,-36.31,-916.366,55.075,1.062,300,0,0,1163,0,2,0,0,0),(15423,3538,0,1,1,5299,0,-37.248,-914.605,55.343,0.826,300,0,0,1163,0,0,0,0,0),(15422,2377,0,1,1,1079,1,-1097.98,-91.1097,-1.81696,1.65686,300,10,0,935,878,1,0,0,0),(48713,11323,389,1,1,0,1,-230.133,191.085,-24.9191,1.79769,86400,0,0,819,0,0,0,0,0),(48712,11323,389,1,1,0,1,-237.417,192.851,-24.3585,0.645772,86400,0,0,819,0,0,0,0,0),(48711,11323,389,1,1,0,1,-283.762,152.501,-25.3249,3.52556,86400,0,0,819,0,0,0,0,0),(48710,11322,389,1,1,0,1,-296.907,146.956,-25.0033,2.2928,86400,0,0,759,396,0,0,0,0),(48709,11324,389,1,1,0,1,-297.067,154.025,-25.1295,3.14651,86400,0,0,723,902,0,0,0,0),(15421,2356,0,1,1,3201,0,-486.045,-1762.78,78.3197,1.89502,300,10,0,944,0,1,0,0,0),(15420,2356,0,1,1,3201,0,-999.128,-1244.96,55.4553,4.97112,300,10,0,944,0,1,0,0,0),(7494,2729,0,1,1,1164,0,-6947.05,-2415.2,241.3,2.87843,300,10,0,1678,0,1,0,0,0),(7531,2729,0,1,1,1164,0,-7006.84,-2399.65,241.232,1.28177,300,5,0,1678,0,1,0,0,0),(15419,2356,0,1,1,3201,0,-711.968,280.62,50.3726,3.18022,300,10,0,944,0,1,0,0,0),(15418,2349,0,1,1,6808,0,-919.97,-1219.14,53.7411,3.39653,300,10,0,664,0,1,0,0,0),(15417,2356,0,1,1,3201,0,-1026.78,-1235.22,55.3446,4.40132,300,10,0,944,0,1,0,0,0),(15416,2377,0,1,1,1079,1,-1117.29,-167.988,-3.31741,2.05382,300,10,0,935,878,1,0,0,0),(15415,2349,0,1,1,6808,0,-816.842,-1048.31,43.1163,4.77688,300,10,0,664,0,1,0,0,0),(15414,620,0,1,1,304,0,-548.025,-1473.82,53.6909,1.41287,300,5,0,1,0,1,0,0,0),(15413,2371,0,1,1,4982,1,-1163.2,-857.758,10.6167,5.58189,300,10,0,935,878,1,0,0,0),(49187,11368,309,1,1,14562,0,-12166.8,-1463.59,130.725,0.158884,7200,0,0,5341,0,0,0,0,0),(49186,11368,309,1,1,14562,0,-12154.1,-1460.24,130.725,0.258444,7200,5,0,5341,0,1,0,0,0),(49185,14750,309,1,1,15303,0,-12277.5,-1444.66,130.725,6.21831,7200,5,0,31440,0,2,0,0,0),(49167,14750,309,1,1,15303,0,-12281.9,-1443,130.725,0.029071,7200,5,0,31440,0,1,0,0,0),(15412,2375,0,1,1,3617,1,-1227.25,44.9151,-14.0616,2.53806,300,10,0,950,0,1,0,0,0),(15411,2375,0,1,1,3617,1,-1183.21,78.7967,-3.68572,3.90913,300,10,0,950,0,1,0,0,0),(15410,2349,0,1,1,6808,0,-858.729,-88.7984,24.4019,1.082,300,10,0,664,0,1,0,0,0),(15409,2356,0,1,1,3201,0,-818.808,-216.651,35.1432,0.211719,300,0,0,944,0,0,0,0,0),(15408,2261,0,1,1,3624,1,-615.019,-1455.05,64.6909,1.34723,300,3,0,494,0,1,0,0,0),(15407,2349,0,1,1,6808,0,-948.019,-14.989,27.3577,0.287388,300,10,0,664,0,1,0,0,0),(15406,2349,0,1,1,6808,0,-975.307,-1409.65,55.8655,5.01003,300,10,0,664,0,1,0,0,0),(15405,2261,0,1,1,3624,1,-547.707,-1586.13,64.8159,4.4098,300,3,0,494,0,1,0,0,0),(15404,2349,0,1,1,6808,0,-620.666,-881.21,32.8759,3.17283,300,5,0,664,0,1,0,0,0),(15402,2356,0,1,1,3201,0,-990.571,88.243,52.563,6.07851,300,10,0,944,0,1,0,0,0),(15403,620,0,1,1,304,0,-790.13,-605.027,22.1652,4.44376,300,3,0,1,0,1,0,0,0),(20461,3272,1,1,1,9442,1,261.554,-1950.92,91.9167,0.096484,275,0,0,247,0,0,0,0,0),(15401,2349,0,1,1,6808,0,-825.032,-24.6927,26.2036,0.764753,300,10,0,664,0,1,0,0,0),(26225,3840,43,1,1,0,1,-35.4498,166.32,-96.0822,4.45059,86400,0,0,1212,912,0,0,0,0),(26224,3636,43,1,1,0,0,-107.012,240.249,-92.7921,5.26343,86400,2,0,1251,0,1,0,0,0),(26223,3636,43,1,1,0,0,-72.1507,214.795,-93.6078,0.008581,86400,5,0,1251,0,1,0,0,0),(26222,2914,43,1,1,0,0,-67.8561,207.422,-93.4522,6.22778,86400,10,0,8,0,1,0,0,0),(26221,3637,43,1,1,0,0,-32.5351,173.325,-96.3111,6.05171,86400,2,0,1251,0,1,0,0,0),(26220,3636,43,1,1,0,0,-105.548,228.726,-89.8854,6.0707,86400,2,0,1251,0,1,0,0,0),(26219,3835,43,1,1,0,0,-25.7922,142.231,-105.805,4.09823,86400,5,0,8,0,1,0,0,0),(26218,3636,43,1,1,0,0,-33.1695,163.583,-95.7797,5.81154,86400,2,0,1251,0,1,0,0,0),(26217,3637,43,1,1,0,0,-35.1935,198.074,-96.5795,5.19525,86400,5,0,1251,0,1,0,0,0),(26216,3636,43,1,1,0,0,-73.686,197.576,-93.9035,3.85005,86400,2,0,1251,0,1,0,0,0),(26215,3835,43,1,1,0,0,-81.6378,202.29,-93.2193,5.56556,86400,5,0,8,0,1,0,0,0),(26206,5053,43,1,1,0,0,-79.1275,71.5339,-106.162,3.23927,86400,5,0,417,0,1,0,0,0),(15400,2349,0,1,1,6808,0,-724.619,13.4224,30.413,1.58642,300,5,0,664,0,1,0,0,0),(26205,2914,43,1,1,0,0,-53.4452,135.758,-90.9473,4.03244,86400,10,0,8,0,1,0,0,0),(26204,3636,43,1,1,0,0,-53.6357,119.14,-89.5286,0.293123,86400,5,0,1251,0,1,0,0,0),(26203,5756,43,1,1,0,0,-193.656,43.2439,-47.9388,0.86582,86400,5,0,1347,0,1,0,0,0),(26202,3637,43,1,1,0,0,-100.82,181.866,-78.535,1.7531,86400,2,0,1251,0,1,0,0,0),(26201,2914,43,1,1,0,0,-114.89,141.104,-80.7141,6.00638,86400,10,0,8,0,1,0,0,0),(26200,3640,43,1,1,0,0,-79.921,184.606,-92.4411,1.15033,86400,5,0,1158,0,1,0,0,0),(26199,3636,43,1,1,0,0,-60.7857,138.19,-91.5768,5.135,86400,5,0,1251,0,1,0,0,0),(26198,3637,43,1,1,0,0,-70.5127,129.642,-90.603,2.95968,86400,5,0,1251,0,1,0,0,0),(26197,5053,43,1,1,0,0,-143.996,68.7025,-106.276,1.13839,86400,0,1,417,0,2,0,0,0),(18689,3636,43,1,1,0,0,-78.9073,103.428,-91.1674,5.55015,86400,5,0,1251,0,1,0,0,0),(18688,3636,43,1,1,0,0,-70.9806,106.58,-89.0136,3.71402,86400,5,0,1251,0,1,0,0,0),(18687,3840,43,1,1,0,1,-70.7889,120.073,-89.6736,0.785398,86400,0,0,1212,912,0,0,0,0),(18686,5055,43,1,1,0,0,-160.308,70.941,-75.8312,2.03706,86400,1,0,135,0,1,0,0,0),(18685,5055,43,1,1,0,0,-159.049,75.5833,-75.9573,5.01563,86400,1,0,135,0,1,0,0,0),(18684,5055,43,1,1,0,0,-154.144,63.737,-75.7394,2.36478,86400,1,0,135,0,1,0,0,0),(18683,5055,43,1,1,0,0,-154.607,68.7036,-75.7838,1.91226,86400,1,0,135,0,1,0,0,0),(18682,3840,43,1,1,0,1,-191.842,61.3256,-47.7267,4.39218,86400,0,0,1212,912,0,0,0,0),(20460,3272,1,1,1,9442,1,-57.6553,-1675.64,92.4138,5.01376,275,15,0,247,0,1,0,0,0),(20459,3272,1,1,1,9442,1,68.654,-2000.5,92.0207,4.92638,275,5,0,247,0,1,0,0,0),(20458,3272,1,1,1,9442,1,-235.018,-1662.62,91.7916,0.783093,275,2,0,247,0,1,0,0,0),(20457,3272,1,1,1,9442,1,160.692,-1811.91,92.3407,3.80482,275,0,0,247,0,0,0,0,0),(20456,3272,1,1,1,9442,1,32.1703,-1792.29,91.7936,5.05848,275,0,0,247,0,0,0,0,0),(20455,3272,1,1,1,9442,1,238.412,-1933.69,92.5417,5.00701,275,0,0,247,0,0,0,0,0),(20454,3272,1,1,1,9442,1,10.724,-1711.42,95.349,3.08478,275,5,0,247,0,1,0,0,0),(20453,3272,1,1,1,9442,1,-1035.5,-2314,91.7931,3.24642,275,0,0,247,0,0,0,0,0),(20452,3272,1,1,1,9442,1,-911.83,-2942.02,91.7917,2.86612,275,0,0,247,0,0,0,0,0),(20451,3272,1,1,1,9442,1,-892.432,-2814.67,94.7109,4.04529,275,5,0,247,0,1,0,0,0),(18681,5055,43,1,1,0,0,-190.234,66.342,-47.4872,4.38246,86400,1,0,135,0,1,0,0,0),(20450,3272,1,1,1,9442,1,27.1542,-1984.15,109.766,4.62093,275,5,0,247,0,1,0,0,0),(20449,3272,1,1,1,9442,1,-61.2225,-1630.93,91.7917,3.57824,275,0,0,247,0,0,0,0,0),(20448,3272,1,1,1,9442,1,-40.1317,-2211.18,91.7917,2.40645,275,0,0,247,0,0,0,0,0),(20447,3272,1,1,1,9442,1,-46.3752,-2194.34,91.7917,3.07222,275,5,0,247,0,1,0,0,0),(20446,3272,1,1,1,9442,1,237.426,-1912.43,91.9167,3.96593,275,5,0,247,0,1,0,0,0),(20445,3272,1,1,1,9442,1,-1052.44,-2323.25,91.7931,6.22675,275,0,0,247,0,0,0,0,0),(38182,18982,269,3,1,0,0,-1957.98,7155.31,22.6215,0.0134454,86400,3,0,9489,0,1,0,0,0),(20444,3272,1,1,1,9442,1,90.2752,-1880.74,94.3379,1.36002,275,5,0,247,0,1,0,0,0),(20443,3272,1,1,1,9442,1,192.636,-1772.6,91.7917,0.490108,275,5,0,247,0,1,0,0,0),(20442,3272,1,1,1,9442,1,184.106,-1804.53,93.8466,1.98178,275,5,0,247,0,1,0,0,0),(20441,3272,1,1,1,9442,1,151.877,-1861.91,93.5671,4.11081,275,5,0,247,0,1,0,0,0),(20440,3272,1,1,1,9442,1,-883.566,-2787.95,93.7307,1.43288,275,0,0,247,0,2,0,0,0),(20439,3272,1,1,1,9442,1,-1219,-2176.22,91.7113,4.36081,275,0,0,247,0,0,0,0,0),(20438,3272,1,1,1,9442,1,-1220.16,-2118.23,92.8913,3.8061,275,5,0,247,0,1,0,0,0),(20437,3271,1,1,1,4643,1,-182.538,-3315.42,91.7917,1.95112,275,0,0,253,264,0,0,0,0),(20436,3271,1,1,1,4643,1,-205.028,-3316.16,91.7917,1.43914,275,0,0,253,264,2,0,0,0),(1097,595,0,1,1,4574,1,-11708.5,553.321,49.5974,4.68042,300,3,0,1279,0,1,0,0,0),(20435,3271,1,1,1,4643,1,-207.271,-3288.7,91.7917,1.41271,275,0,0,253,264,0,0,0,0),(20434,3271,1,1,1,4643,1,-151.699,-3291.08,91.8801,0.039334,275,0,0,253,264,0,0,0,0),(15399,2356,0,1,1,3201,0,-755.428,243.031,47.8912,0.502929,300,10,0,944,0,1,0,0,0),(15398,2269,0,1,1,3629,1,-820.924,156.135,17.5591,1.16937,300,0,0,787,0,0,0,0,0),(20433,5831,1,1,1,6084,0,-685.513,-3594.81,91.914,6.23073,43200,0,0,1563,0,0,0,0,0),(20432,3271,1,1,1,4643,1,-234.814,-3330.02,91.7917,3.23376,275,0,0,253,264,0,0,0,0),(20431,3271,1,1,1,4643,1,-226.558,-3306.15,91.7917,5.03222,275,0,0,253,264,0,0,0,0),(20430,3270,1,1,1,6095,1,-34.5118,-3380.69,91.7904,4.64582,43200,0,0,903,652,0,0,0,0),(20429,5830,1,1,1,10876,0,587.18,-1433.46,91.7917,4.92376,43200,0,0,1212,1368,0,0,0,0),(20428,19910,1,1,1,19247,1,1034.16,-2092.87,124.893,4.62512,600,0,0,257900,0,0,0,0,0),(20427,3269,1,1,1,6093,1,-100.828,-3147.59,92.0383,4.0172,275,0,0,219,537,0,0,0,0),(20426,3269,1,1,1,6093,1,-82.1573,-3143.68,91.7917,2.78082,275,5,0,219,537,1,0,0,0),(20423,3269,1,1,1,6093,1,-102.801,-3131.29,92.1995,2.98652,275,0,0,219,537,0,0,0,0),(20422,3269,1,1,1,6093,1,-106.771,-3144.27,92.0383,4.53624,275,0,0,219,537,0,0,0,0),(6735,485,0,1,1,6034,1,-9635.62,-3261.43,48.9526,5.06145,300,0,0,494,0,0,0,0,0),(20421,3269,1,1,1,6093,1,-49.2053,-3185.31,91.7917,2.71291,275,15,0,219,537,1,0,0,0),(7492,2729,0,1,1,1164,0,-7069.02,-2915.11,242.543,6.17586,300,10,0,1678,0,1,0,0,0),(20420,3269,1,1,1,6093,1,-45.4227,-3152.76,92.2917,4.12883,275,15,0,219,537,1,0,0,0),(20419,3269,1,1,1,6093,1,-18.0969,-3149.38,94.5225,1.72686,275,15,0,219,537,1,0,0,0),(7489,2894,0,1,1,721,1,-7021.91,-3279.85,255.076,5.96421,300,5,0,1471,1283,1,0,0,0),(7477,2729,0,1,1,1164,0,-6945.92,-2340.44,240.895,1.69694,300,10,0,1678,0,1,0,0,0),(38238,18982,269,3,1,0,0,-1694.72,7084.17,22.647,1.84343,86400,3,0,9489,0,1,0,0,0),(7476,92,0,1,1,171,0,-7148.63,-3010.08,266.692,6.04419,300,5,0,1678,0,1,0,0,0),(20418,3269,1,1,1,6093,1,-115.316,-3200.88,93.6052,3.66292,275,0,0,219,537,0,0,0,0),(7475,2893,0,1,1,1194,1,-7049.61,-3279.86,243.004,4.1426,300,10,0,1678,0,1,0,0,0),(7474,2731,0,1,1,632,0,-6525.17,-3164.94,264.414,0.210412,300,10,0,1469,0,1,0,0,0),(7473,2729,0,1,1,1164,0,-6768.77,-2734.77,241.867,5.42884,300,10,0,1678,0,1,0,0,0),(7472,2893,0,1,1,1194,1,-7082.39,-3291.11,241.792,4.90148,300,5,0,1678,0,1,0,0,0),(7471,2734,0,1,1,917,0,-6836,-2443.11,245.687,4.49966,300,10,0,1829,0,1,0,0,0),(7470,2720,0,1,1,11546,1,-7353.03,-2319.87,241.192,5.65325,300,3,0,1441,3575,1,0,0,0),(7469,2729,0,1,1,1164,0,-6955.67,-2949.85,241.792,2.12272,300,10,0,1678,0,1,0,0,0),(38257,2914,269,3,1,0,0,-1689.26,7089.15,22.5864,0.641768,86400,3,0,8,0,1,0,0,0),(7468,2720,0,1,1,11546,1,-7370.25,-2318.47,238.908,2.02348,300,3,0,1441,3575,1,0,0,0),(7467,2720,0,1,1,11546,1,-7351.14,-2274.42,238.961,5.3058,300,0,0,1441,3575,0,0,0,0),(7466,2728,0,1,1,557,0,-7083.5,-3183.78,242.905,0.485478,300,10,0,1536,0,1,0,0,0),(7465,2729,0,1,1,1164,0,-7001.55,-2337.2,242.603,5.63344,300,10,0,1678,0,1,0,0,0),(7464,2732,0,1,1,1055,0,-6738.85,-2944.51,244.062,1.75135,300,10,0,1604,0,1,0,0,0),(7462,2729,0,1,1,1164,0,-7054.4,-2933.3,242.551,4.2079,300,10,0,1678,0,1,0,0,0),(7452,2729,0,1,1,1164,0,-6848.71,-2887.55,242.592,3.3076,300,10,0,1678,0,1,0,0,0),(7414,2728,0,1,1,557,0,-7154.02,-3289.23,246.48,1.49066,300,5,0,1536,0,1,0,0,0),(7413,2729,0,1,1,1164,0,-6936.34,-2357.22,241.937,3.41523,300,10,0,1678,0,1,0,0,0),(7412,2717,0,1,1,1120,1,-7114.04,-2277.85,268.662,0.600637,300,0,0,1902,0,0,0,0,0),(7411,2727,0,1,1,161,0,-6553.04,-3329.48,251.412,1.72567,300,10,0,1403,0,1,0,0,0),(7408,2831,0,1,1,1106,0,-6857.21,-2504.49,241.22,2.04432,300,5,0,1751,0,1,0,0,0),(7407,2831,0,1,1,1106,0,-6884.91,-2506.49,243.619,6.09225,300,5,0,1751,0,1,0,0,0),(7406,2732,0,1,1,1055,0,-6651.4,-3417.6,263.405,5.34133,300,5,0,1604,0,1,0,0,0),(7405,2732,0,1,1,1055,0,-7102.51,-3070.84,243.392,5.65453,300,10,0,1604,0,1,0,0,0),(7404,2831,0,1,1,1106,0,-7066.29,-2384.52,241.678,4.52259,300,10,0,1751,0,1,0,0,0),(7403,2720,0,1,1,11546,1,-7398.74,-2294.12,237.769,0.661569,300,3,0,1441,3575,1,0,0,0),(7402,2720,0,1,1,11546,1,-7310.72,-2267.36,245.399,6.24311,300,3,0,1441,3575,1,0,0,0),(7401,2720,0,1,1,11546,1,-7396.91,-2279.69,234.773,1.42001,300,3,0,1441,3575,1,0,0,0),(7313,2720,0,1,1,11546,1,-7353.1,-2291.79,239.693,3.61272,300,3,0,1441,3575,1,0,0,0),(7312,2719,0,1,1,1120,1,-7452.64,-2274.41,231.3,4.55875,300,3,0,2138,0,1,0,0,0),(7311,2732,0,1,1,1055,0,-7162.07,-3245.44,245.762,0.072097,300,10,0,1604,0,1,0,0,0),(7310,2719,0,1,1,1120,1,-7457.23,-2255.44,233.945,2.40875,300,3,0,2138,0,1,0,0,0),(7309,2719,0,1,1,1120,1,-7474.28,-2268.06,232.145,4.10745,300,3,0,2138,0,1,0,0,0),(7308,2720,0,1,1,11546,1,-7421.53,-2278.06,234.152,1.76852,300,3,0,1441,3575,1,0,0,0),(7307,2719,0,1,1,1120,1,-7420.68,-2326.18,241.224,2.47717,300,3,0,2138,0,1,0,0,0),(7306,2729,0,1,1,1164,0,-6952.72,-2818.37,242.417,0.132191,300,5,0,1678,0,1,0,0,0),(7305,2719,0,1,1,1120,1,-7432.39,-2320.33,237.194,0.436286,300,3,0,2138,0,1,0,0,0),(7304,2716,0,1,1,11548,1,-7177,-2342.51,244.489,1.55899,300,10,0,1902,0,1,0,0,0),(7303,2732,0,1,1,1055,0,-6884.61,-3059.88,241.996,3.3681,300,10,0,1604,0,1,0,0,0),(7255,2717,0,1,1,1120,1,-7250.08,-2278.16,245.769,1.12391,300,3,0,1902,0,1,0,0,0),(7254,2720,0,1,1,11546,1,-7374.23,-2269.75,234.981,5.89084,300,5,0,1441,3575,1,0,0,0),(7253,2830,0,1,1,1105,0,-7123.32,-3358.68,243.004,2.37277,300,5,0,1536,0,1,0,0,0),(7252,2830,0,1,1,1105,0,-7096.77,-3592.06,243.711,1.18667,300,5,0,1536,0,1,0,0,0),(7251,2830,0,1,1,1105,0,-6879.02,-3328.7,247.978,1.25838,300,5,0,1536,0,1,0,0,0),(7250,2734,0,1,1,917,0,-7128.71,-2727.96,244.098,5.91578,300,3,0,1829,0,1,0,0,0),(7249,2922,0,1,1,1150,0,-6631.39,-2726.79,243.559,2.96706,300,0,0,102,0,0,0,0,0),(7248,2729,0,1,1,1164,0,-7085.82,-2782.52,242.917,0.324722,300,10,0,1678,0,1,0,0,0),(7247,2734,0,1,1,917,0,-7003.57,-2525.78,242.711,0.065095,300,5,0,1829,0,1,0,0,0),(7246,92,0,1,1,171,0,-7252.49,-3106.61,315.891,2.38649,300,5,0,1678,0,1,0,0,0),(7245,92,0,1,1,171,0,-7276.83,-3118.82,319.658,6.1374,300,5,0,1678,0,1,0,0,0),(7244,92,0,1,1,171,0,-7204.48,-3098.33,299.665,0.766064,300,5,0,1678,0,1,0,0,0),(7243,92,0,1,1,171,0,-7187.82,-3086.84,287.461,0.509943,300,3,0,1678,0,1,0,0,0),(7242,2736,0,1,1,14328,0,-7349.08,-2452.89,303.762,2.9767,300,5,0,1981,0,1,0,0,0),(7241,92,0,1,1,171,0,-7108.7,-3035.9,244.387,3.65597,300,10,0,1678,0,1,0,0,0),(38312,2914,269,3,1,0,0,-1674.33,7071.16,23.0935,5.4327,86400,3,0,8,0,1,0,0,0),(38313,2914,269,3,1,0,0,-1657.79,7054.27,21.4565,5.66831,86400,3,0,8,0,1,0,0,0),(7240,92,0,1,1,171,0,-7146.01,-3085.18,262.645,2.77011,300,3,0,1678,0,1,0,0,0),(7239,92,0,1,1,171,0,-7167.55,-3118.94,266.54,0.9944,300,5,0,1678,0,1,0,0,0),(7238,2736,0,1,1,14328,0,-7345,-2409.29,290.886,2.0626,300,5,0,1981,0,1,0,0,0),(7237,2736,0,1,1,14328,0,-7321.38,-2443.62,295.672,1.50436,300,5,0,1981,0,1,0,0,0),(7236,92,0,1,1,171,0,-7178.94,-3050.41,280.428,4.53953,300,3,0,1678,0,1,0,0,0),(7235,2736,0,1,1,14328,0,-7287.63,-2502.72,306.857,4.68511,300,5,0,1981,0,1,0,0,0),(38326,2914,269,3,1,0,0,-1627.07,7031.47,27.4084,3.98756,86400,3,0,8,0,1,0,0,0),(20417,3269,1,1,1,6093,1,-10.1969,-3402.27,88.0852,2.37553,275,5,0,219,537,1,0,0,0),(8473,10036,1,1,1,10704,1,-3095.79,-2854.26,34.7793,2.94961,360,0,0,7048,0,0,0,0,0),(7234,2736,0,1,1,14328,0,-7306.99,-2481.18,315.67,0.509746,300,5,0,1981,0,1,0,0,0),(7233,92,0,1,1,171,0,-7140.37,-2951.74,263.307,3.76321,300,3,0,1678,0,1,0,0,0),(7232,2736,0,1,1,14328,0,-7350.56,-2482.29,322.608,0.843073,300,5,0,1981,0,1,0,0,0),(7231,92,0,1,1,171,0,-7145.5,-2977.33,265.566,0.662281,300,10,0,1678,0,1,0,0,0),(7230,92,0,1,1,171,0,-7118.1,-2990.62,252.611,5.60513,300,10,0,1678,0,1,0,0,0),(7229,2736,0,1,1,14328,0,-7384.58,-2476.47,326.071,6.01457,300,5,0,1981,0,1,0,0,0),(7228,4872,0,1,1,2695,0,-6154.87,-3090.72,227.512,1.27409,300,0,0,1536,0,0,0,0,0),(7227,4844,0,1,1,0,1,-6157.16,-3087.3,227.211,4.34484,300,0,0,1,0,0,0,0,0),(7226,4844,0,1,1,0,1,-6150.25,-3073.55,226.701,1.56642,300,0,0,1,0,0,0,0,0),(7225,4846,0,1,1,6052,1,-6163.68,-3042.96,221.087,1.48353,300,0,0,1403,0,0,0,0,0),(38347,2914,269,3,1,0,0,-1650.71,7014.82,28.1456,2.75449,86400,3,0,8,0,1,0,0,0),(7224,4846,0,1,1,6052,1,-6151.7,-3060.31,225.265,0.471239,300,0,0,1403,0,0,0,0,0),(7223,4844,0,1,1,0,1,-6135.16,-2938.23,208.635,4.51491,300,3,0,1,0,1,0,0,0),(7222,4846,0,1,1,6052,1,-6147.96,-3044.24,224.778,6.12611,300,0,0,1403,0,0,0,0,0),(7221,4845,0,1,1,6053,1,-6121.7,-2941.82,207.801,4.18759,300,3,0,1403,0,1,0,0,0),(7220,4844,0,1,1,0,1,-6143.34,-3083.25,226.319,5.09942,300,5,0,1,0,1,0,0,0),(7219,4846,0,1,1,6052,1,-6147.88,-3036.91,224.662,2.54154,300,0,0,1403,0,0,0,0,0),(7218,4845,0,1,1,6053,1,-6117.26,-2970.29,206.514,1.88284,300,3,0,1403,0,1,0,0,0),(7217,4845,0,1,1,6053,1,-6105.86,-2974.33,207.25,6.27464,300,3,0,1403,0,1,0,0,0),(7216,2742,0,1,1,4935,1,-6408.37,-3172.04,293.527,0.936265,300,10,0,1305,1186,1,0,0,0),(7215,2743,0,1,1,4936,1,-6404.9,-3174.49,294.277,0.94136,300,0,0,1604,0,2,0,0,0),(7214,2743,0,1,1,4936,1,-6405.8,-3172.11,294.793,0.941493,300,10,0,1604,0,1,0,0,0),(7213,2729,0,1,1,1164,0,-6887.04,-2852.49,241.873,4.1044,300,10,0,1678,0,1,0,0,0),(7212,2831,0,1,1,1106,0,-6862.55,-2477.67,242.042,1.11397,300,5,0,1751,0,1,0,0,0),(7211,2831,0,1,1,1106,0,-6860.07,-2464.61,241.792,5.46749,300,0,0,1751,0,0,0,0,0),(7210,2907,0,1,1,1122,1,-7105.74,-2399.21,241.78,2.93326,300,0,0,1257,1142,2,0,0,0),(7209,2944,0,1,1,10170,0,-7141.52,-2393.12,240.575,3.68867,300,0,0,1981,0,2,0,0,0),(7208,2831,0,1,1,1106,0,-6912.71,-2481.48,242.869,4.96382,300,5,0,1751,0,1,0,0,0),(7207,2831,0,1,1,1106,0,-6914.82,-2453.27,244.18,1.6862,300,5,0,1751,0,1,0,0,0),(7206,2736,0,1,1,14328,0,-7154.56,-2242.7,288.741,1.10101,300,3,0,1981,0,1,0,0,0),(7205,2726,0,1,1,9586,0,-6781.84,-4005.58,264.584,0.463087,600,10,0,5148,0,1,0,0,0),(7204,2736,0,1,1,14328,0,-7114.21,-2244.57,288.323,0.083281,300,3,0,1981,0,1,0,0,0),(7203,2720,0,1,1,11546,1,-7394.96,-2255.8,235.006,4.26436,300,3,0,1441,3575,1,0,0,0),(13050,24222,530,1,1,0,0,-1046.56,7486.97,225.065,2.40165,600,0,0,4979,0,2,0,0,0),(7201,2719,0,1,1,1120,1,-7388.79,-2267.97,237.65,1.14724,300,3,0,2138,0,1,0,0,0),(7200,2791,0,1,1,8550,0,-7283.12,-3473.3,317.946,2.88666,300,5,0,1981,0,1,0,0,0),(7199,2791,0,1,1,8550,0,-7248.63,-3435.37,296.652,1.51996,300,5,0,1981,0,1,0,0,0),(7198,2732,0,1,1,1055,0,-6818.15,-2962.58,247.732,3.36851,300,10,0,1604,0,1,0,0,0),(7197,2907,0,1,1,1122,1,-6313.28,-3688.24,258.007,5.46769,300,3,0,1257,1142,1,0,0,0),(7196,2906,0,1,1,5782,0,-6305.53,-3772.68,244.064,1.26943,300,3,0,1403,0,1,0,0,0),(38381,2914,269,3,1,0,0,-1673.35,7013.88,21.456,4.28994,86400,3,0,8,0,1,0,0,0),(7195,2907,0,1,1,1122,1,-6275.86,-3737.66,243.978,0.881584,300,5,0,1257,1142,1,0,0,0),(7194,2701,0,1,1,10704,1,-7053.39,-3620.12,241.792,0.235529,300,5,0,1604,0,1,0,0,0),(7193,2715,0,1,1,10714,1,-7043.26,-3643.96,241.974,5.58367,300,0,0,1678,0,0,0,0,0),(7192,2731,0,1,1,632,0,-6556.67,-3145.33,260.401,0.332208,300,10,0,1469,0,1,0,0,0),(7191,2701,0,1,1,10704,1,-7024.54,-3634.25,241.792,1.75424,300,5,0,1604,0,1,0,0,0),(7190,2740,0,1,1,4933,1,-6461.13,-3393.59,241.682,2.74647,300,0,0,1075,2763,0,0,0,0),(7189,2731,0,1,1,632,0,-6313.74,-3549.1,249.81,4.43523,300,5,0,1469,0,1,0,0,0),(7188,2740,0,1,1,4933,1,-6458.57,-3404.86,241.71,0.325448,300,0,0,1075,2763,0,0,0,0),(7187,2731,0,1,1,632,0,-6512.79,-3227.73,246.746,1.40597,300,10,0,1469,0,1,0,0,0),(7186,2740,0,1,1,4933,1,-6448.33,-3387.3,241.682,3.92748,300,0,0,1075,2763,0,0,0,0),(7185,2734,0,1,1,917,0,-7074.41,-2717.87,245.503,5.07984,300,3,0,1829,0,1,0,0,0),(38403,2914,269,3,1,0,0,-1691.19,7002.39,19.7852,3.60665,86400,3,0,8,0,1,0,0,0),(38404,2914,269,3,1,0,0,-1725.48,7007.04,21.5786,3.00582,86400,3,0,8,0,1,0,0,0),(7184,2732,0,1,1,1055,0,-6683.41,-2840.86,242.496,3.33439,300,10,0,1604,0,1,0,0,0),(7183,2736,0,1,1,14328,0,-7278.02,-2201.79,294.993,5.45638,300,5,0,1981,0,1,0,0,0),(7182,2736,0,1,1,14328,0,-7194.27,-2102.41,327.341,4.1878,300,3,0,1981,0,1,0,0,0),(7181,2736,0,1,1,14328,0,-7253.86,-2215.52,285.375,1.51119,300,5,0,1981,0,1,0,0,0),(7180,2736,0,1,1,14328,0,-7252.41,-2172.12,294.135,1.29867,300,10,0,1981,0,1,0,0,0),(7179,2736,0,1,1,14328,0,-7291.04,-2118.21,297.682,3.77231,300,3,0,1981,0,1,0,0,0),(7178,2736,0,1,1,14328,0,-7252.46,-2150.89,295.978,1.27864,300,10,0,1981,0,1,0,0,0),(38419,2914,269,3,1,0,0,-1759.26,7019.16,22.2804,2.82517,86400,3,0,8,0,1,0,0,0),(38420,2914,269,3,1,0,0,-1810.97,7027.94,21.8496,3.07258,86400,3,0,8,0,1,0,0,0),(7177,2736,0,1,1,14328,0,-7219.18,-2114.88,313.999,4.17964,300,10,0,1981,0,1,0,0,0),(7176,2736,0,1,1,14328,0,-7214.71,-2181.37,302.126,1.01965,300,3,0,1981,0,1,0,0,0),(7175,2736,0,1,1,14328,0,-7251.15,-2114.87,300.405,6.11451,300,10,0,1981,0,1,0,0,0),(7174,2736,0,1,1,14328,0,-7172.01,-2181.99,315.891,1.06457,300,5,0,1981,0,1,0,0,0),(7173,2736,0,1,1,14328,0,-7213.02,-2153.75,308.015,4.32697,300,10,0,1981,0,1,0,0,0),(7172,2736,0,1,1,14328,0,-7186.69,-2148.1,321.408,3.67473,300,3,0,1981,0,1,0,0,0),(7171,2736,0,1,1,14328,0,-7215.21,-2220.19,294.954,5.1131,300,3,0,1981,0,1,0,0,0),(7170,2736,0,1,1,14328,0,-7218.68,-2251.88,284.935,6.22197,300,3,0,1981,0,1,0,0,0),(7169,2736,0,1,1,14328,0,-7165.74,-2215.55,306.857,3.14027,300,5,0,1981,0,1,0,0,0),(7168,2743,0,1,1,4936,1,-6438.74,-3139.27,307.752,2.4151,300,0,0,1604,0,0,0,0,0),(7167,4844,0,1,1,0,1,-6031.37,-3210.69,281.174,1.28006,300,5,0,1,0,1,0,0,0),(7166,4846,0,1,1,6052,1,-6029.4,-3205.65,281.255,1.23918,300,0,0,1403,0,0,0,0,0),(7165,2740,0,1,1,4933,1,-6405.26,-3411.88,241.585,4.2337,300,0,0,1075,2763,0,0,0,0),(7164,2739,0,1,1,4932,1,-6398.51,-3415.45,241.727,4.0888,300,0,0,1403,0,0,0,0,0),(7163,2739,0,1,1,4932,1,-6410.71,-3435.3,248.542,5.50982,300,0,0,1403,0,0,0,0,0),(7162,2892,0,1,1,722,1,-6611.19,-3688.73,265.941,1.88891,300,3,0,1257,1142,1,0,0,0),(7161,2910,0,1,1,4900,1,-6609.19,-3408.01,279.195,4.08407,300,0,0,1342,0,0,0,0,0),(7160,2894,0,1,1,721,1,-6992.24,-3314.51,245.511,5.72413,300,2,0,1471,1283,1,0,0,0),(7159,2860,0,1,1,1568,1,-6607.66,-3417.49,279.394,2.6529,300,0,0,1753,0,0,0,0,0),(7158,2791,0,1,1,8550,0,-7276.56,-3485.74,320.908,2.89533,300,5,0,1981,0,1,0,0,0),(7157,2791,0,1,1,8550,0,-7308.36,-3387.34,296.057,3.10698,300,5,0,1981,0,1,0,0,0),(7156,2791,0,1,1,8550,0,-7281.08,-3419.07,296.641,5.46323,300,5,0,1981,0,1,0,0,0),(20416,3269,1,1,1,6093,1,-53.9278,-3385.55,92.1006,4.97308,275,0,0,219,537,0,0,0,0),(7155,2791,0,1,1,8550,0,-7335.81,-3461.4,325.084,3.71821,300,5,0,1981,0,1,0,0,0),(7154,2791,0,1,1,8550,0,-7308.56,-3427.94,303.681,2.41053,300,5,0,1981,0,1,0,0,0),(7153,2791,0,1,1,8550,0,-7262.07,-3473.31,315.593,1.75554,300,5,0,1981,0,1,0,0,0),(7152,2791,0,1,1,8550,0,-7309.3,-3454.39,312.392,5.21189,300,5,0,1981,0,1,0,0,0),(7151,2791,0,1,1,8550,0,-7258.47,-3418.17,293.449,4.89102,300,5,0,1981,0,1,0,0,0),(7150,2791,0,1,1,8550,0,-7245.94,-3417.48,292.431,3.41882,300,5,0,1981,0,1,0,0,0),(38450,2914,269,3,1,0,0,-1838.91,7029.74,21.8824,3.1629,86400,3,0,8,0,1,0,0,0),(38451,2914,269,3,1,0,0,-1879.3,7022.53,24.0264,3.72446,86400,3,0,8,0,1,0,0,0),(38452,2914,269,3,1,0,0,-1930.51,6977.34,20.7031,3.94437,86400,3,0,8,0,1,0,0,0),(38453,2914,269,3,1,0,0,-1945.39,6930.79,18.6026,4.41561,86400,3,0,8,0,1,0,0,0),(7149,2791,0,1,1,8550,0,-7256.03,-3415.02,292.681,3.66474,300,5,0,1981,0,1,0,0,0),(7148,2718,0,1,1,11545,1,-7280.9,-2281.56,244.629,3.10809,300,3,0,1585,1381,1,0,0,0),(7147,2717,0,1,1,1120,1,-7224.46,-2313.62,244.397,3.24356,300,3,0,1902,0,1,0,0,0),(7146,2831,0,1,1,1106,0,-6906.8,-2506.38,241.895,2.17275,300,5,0,1751,0,1,0,0,0),(7145,2831,0,1,1,1106,0,-6886.22,-2452.98,245.292,3.07839,300,5,0,1751,0,1,0,0,0),(7144,2931,0,1,1,1210,0,-6913.21,-3474.79,242.675,1.47093,25200,60,0,7842,0,1,0,0,0),(7143,2723,0,1,1,10804,0,-6347.08,-3067.93,301.111,5.39252,300,0,0,1674,0,0,0,0,0),(7142,2723,0,1,1,10804,0,-6328.85,-3090.91,310.834,1.17607,300,0,0,1674,0,0,0,0,0),(7141,2742,0,1,1,4935,1,-6342.9,-3068.71,301.11,3.75901,300,0,0,1305,1186,0,0,0,0),(38464,2914,269,3,1,0,0,-1983.32,6887.98,23.258,3.69304,86400,3,0,8,0,1,0,0,0),(38465,2914,269,3,1,0,0,-2017.55,6847.14,22.2564,4.0072,86400,3,0,8,0,1,0,0,0),(38466,2914,269,3,1,0,0,-2059.74,6809.06,27.5628,3.24929,86400,3,0,8,0,1,0,0,0),(38467,2914,269,3,1,0,0,-2109.23,6802.26,25.0698,3.41815,86400,3,0,8,0,1,0,0,0),(38468,2914,269,3,1,0,0,-2130.43,6797.28,35.7295,3.15897,86400,3,0,8,0,1,0,0,0),(38469,2914,269,3,1,0,0,-2106.05,6828.81,22.4071,1.66279,86400,3,0,8,0,1,0,0,0),(38470,2914,269,3,1,0,0,-2098.28,6886.91,22.7038,1.25831,86400,3,0,8,0,1,0,0,0),(38471,2914,269,3,1,0,0,-2085.39,6929.95,23.0954,1.51356,86400,3,0,8,0,1,0,0,0),(38472,2914,269,3,1,0,0,-2082.19,6985.83,22.3579,1.51356,86400,3,0,8,0,1,0,0,0),(38473,2914,269,3,1,0,0,-2073.17,7022.57,17.1534,0.641769,86400,3,0,8,0,1,0,0,0),(38474,2914,269,3,1,0,0,-2028.76,7058.85,23.6354,0.928439,86400,3,0,8,0,1,0,0,0),(38475,2914,269,3,1,0,0,-2001.15,7141.2,20.2207,1.46644,86400,3,0,8,0,1,0,0,0),(38476,2914,269,3,1,0,0,-2013.34,7210.51,22.5759,2.25184,86400,3,0,8,0,1,0,0,0),(20415,3269,1,1,1,6093,1,-46.8962,-3400.8,91.7481,4.52902,275,0,0,219,537,0,0,0,0),(20414,3269,1,1,1,6093,1,-15.5903,-3326.32,95.3853,2.40698,275,5,0,219,537,1,0,0,0),(20413,3269,1,1,1,6093,1,-23.0461,-3361.8,91.7945,4.19747,275,0,0,219,537,0,0,0,0),(20412,3269,1,1,1,6093,1,-43.6462,-3347.81,91.7917,0.002133,275,5,0,219,537,1,0,0,0),(20411,3269,1,1,1,6093,1,-6.23237,-3368.26,91.7393,5.19177,275,5,0,219,537,1,0,0,0),(20410,3269,1,1,1,6093,1,-81.9843,-3128.8,91.7917,3.01218,275,5,0,219,537,1,0,0,0),(17707,1909,0,1,1,757,1,1045.24,512.311,17.4757,4.66042,275,10,0,377,408,1,0,0,0),(20409,5829,1,1,1,2713,0,110.665,-1547.02,91.7916,5.8451,19900,0,0,386,0,2,0,0,0),(20408,3269,1,1,1,6093,1,-80.7617,-3370.37,93.2554,2.36463,275,5,0,219,537,1,0,0,0),(20407,3268,1,1,1,6096,1,-111.907,-2855.58,92.4167,3.14385,275,5,0,186,191,1,0,0,0),(20406,3268,1,1,1,6096,1,-186.693,-3022.39,91.7917,5.95326,275,5,0,186,191,1,0,0,0),(20405,3268,1,1,1,6096,1,-207.322,-3030.23,91.7917,0.621537,275,0,0,186,191,0,0,0,0),(20404,3268,1,1,1,6096,1,-183.959,-2961.07,91.9167,5.00594,275,0,0,186,191,0,0,0,0),(20403,3268,1,1,1,6096,1,-218.697,-2922.1,91.7917,2.08078,275,5,0,186,191,1,0,0,0),(20402,3268,1,1,1,6096,1,-92.5209,-2909.03,91.8796,2.32753,275,5,0,186,191,1,0,0,0),(18680,5055,43,1,1,0,0,-185.325,65.2722,-46.2168,1.22809,86400,1,0,135,0,1,0,0,0),(20401,3268,1,1,1,6096,1,-116.86,-2924.42,91.8469,6.27192,275,5,0,186,191,1,0,0,0),(38511,2914,269,3,1,0,0,-2038.48,7240.68,19.2108,2.46782,86400,3,0,8,0,1,0,0,0),(20400,3268,1,1,1,6096,1,-99.2013,-2952.35,91.9981,2.99666,275,0,0,186,191,2,0,0,0),(20399,3268,1,1,1,6096,1,-155.782,-3011.95,91.7917,5.38186,275,15,0,186,191,1,0,0,0),(20398,3268,1,1,1,6096,1,-165.209,-3037.72,91.7917,2.80644,275,0,0,186,191,0,0,0,0),(20397,3268,1,1,1,6096,1,-207.64,-2993.85,91.7917,1.55217,275,0,0,186,191,0,0,0,0),(20396,3268,1,1,1,6096,1,-82.61,-2864.88,91.7917,0.091162,275,5,0,186,191,1,0,0,0),(20395,3268,1,1,1,6096,1,-48.9738,-2893.44,91.8929,5.82825,275,5,0,186,191,1,0,0,0),(20394,3267,1,1,1,1964,1,-43.2116,-2813.28,92.9877,0.152946,275,15,0,198,0,1,0,0,0),(20393,3267,1,1,1,1964,1,-148.08,-2846.17,95.0553,3.56854,275,5,0,198,0,1,0,0,0),(20392,3267,1,1,1,1964,1,-120.772,-2820.86,91.7917,5.55694,275,10,0,198,0,1,0,0,0),(20391,3267,1,1,1,1964,1,-189.592,-3033.26,91.7917,5.94974,275,0,0,198,0,0,0,0,0),(20390,3267,1,1,1,1964,1,-188.729,-3027.56,91.7917,2.85332,275,0,0,198,0,2,0,0,0),(20389,3267,1,1,1,1964,1,-229.862,-3018.29,91.7917,4.58559,275,0,0,198,0,0,0,0,0),(20388,3267,1,1,1,1964,1,-210.837,-2989.58,91.7917,-0.300396,275,0,0,198,0,2,0,0,0),(20387,3267,1,1,1,1964,1,-205.545,-3000.36,91.7917,4.68846,275,0,0,198,0,0,0,0,0),(20386,3267,1,1,1,1964,1,-224.095,-3036.88,91.7917,3.0227,275,0,0,198,0,0,0,0,0),(20385,3267,1,1,1,1964,1,-209.372,-2953.74,91.7917,6.1713,275,5,0,198,0,1,0,0,0),(20384,3267,1,1,1,1964,1,-193.819,-2943.92,91.7917,2.04101,275,3,0,198,0,1,0,0,0),(20383,3267,1,1,1,1964,1,-114.515,-2882.71,91.7917,1.45039,275,5,0,198,0,1,0,0,0),(20382,3267,1,1,1,1964,1,-137.614,-2887.9,92.9176,5.99229,275,5,0,198,0,1,0,0,0),(20381,3267,1,1,1,1964,1,-126.958,-3005.08,91.7917,4.52505,275,5,0,198,0,1,0,0,0),(20380,3267,1,1,1,1964,1,-187.766,-2992.73,91.9167,1.75545,275,5,0,198,0,1,0,0,0),(20379,3267,1,1,1,1964,1,-89.1944,-2852.54,91.7917,3.35525,275,5,0,198,0,1,0,0,0),(20378,3267,1,1,1,1964,1,-80.0092,-2752.45,91.792,3.79105,275,5,0,198,0,1,0,0,0),(20377,3267,1,1,1,1964,1,-77.1009,-2886.17,92.0279,1.68035,275,5,0,198,0,1,0,0,0),(20376,7874,1,1,1,1963,1,-4562.29,-2308.65,93.1333,5.4402,275,5,0,1021,1926,1,0,0,0),(20375,7874,1,1,1,1963,1,-4640.05,-2266.45,83.949,3.3005,275,0,0,1021,1926,0,0,0,0),(20374,7874,1,1,1,1963,1,-4668.73,-2286.38,89.3254,5.44043,275,5,0,1021,1926,1,0,0,0),(20373,7874,1,1,1,1963,1,-4618.66,-2253.73,84.199,0.975327,275,0,0,1021,1926,2,0,0,0),(20372,7874,1,1,1,1963,1,-4664.52,-2195.88,91.2739,3.16698,275,0,0,1021,1926,2,0,0,0),(20371,7874,1,1,1,1963,1,-4620.65,-2090.61,87.8605,0.85073,275,5,0,1021,1926,1,0,0,0); -INSERT INTO `creature` VALUES (20370,7874,1,1,1,1963,1,-4618.56,-2274.51,83.949,3.72049,275,0,0,1021,1926,0,0,0,0),(20369,7874,1,1,1,1963,1,-4518.25,-2084.64,83.0776,0.709414,275,0,0,1021,1926,2,0,0,0),(20368,7874,1,1,1,1963,1,-4585.84,-2145.04,90.0471,3.66191,275,5,0,1021,1926,1,0,0,0),(20367,7874,1,1,1,1963,1,-4651.47,-2218.91,88.449,0.621593,275,5,0,1021,1926,1,0,0,0),(20366,7874,1,1,1,1963,1,-4652.73,-2153.86,85.9191,3.95822,275,0,0,1021,1926,2,0,0,0),(20365,7874,1,1,1,1963,1,-4534.94,-2063.55,83.9224,3.35106,275,0,0,1021,1926,2,0,0,0),(20364,7874,1,1,1,1963,1,-4491.52,-2025.26,83.6278,0.606375,275,0,0,1021,1926,2,0,0,0),(20363,7874,1,1,1,1963,1,-4486.72,-2061.89,76.0776,4.68992,275,0,0,1021,1926,0,0,0,0),(20362,7874,1,1,1,1963,1,-4747.59,-2252.22,83.8829,1.13543,275,5,0,1021,1926,1,0,0,0),(20361,7874,1,1,1,1963,1,-4838.79,-2198.24,83.6193,0.950574,275,3,0,1021,1926,1,0,0,0),(20360,7874,1,1,1,1963,1,-4775.41,-2288.78,83.1329,2.70673,275,5,0,1021,1926,1,0,0,0),(20359,3266,1,1,1,1253,1,-115.615,-3382.43,92.3013,0.728406,275,5,0,247,0,1,0,0,0),(20358,3266,1,1,1,1253,1,-159.558,-3325.61,92.9167,1.0227,275,5,0,247,0,1,0,0,0),(20357,3266,1,1,1,1253,1,-185.814,-3284.44,91.7917,4.34934,275,5,0,247,0,1,0,0,0),(20356,3266,1,1,1,1253,1,-90.9958,-3160.28,92.7917,5.62838,275,0,0,247,0,0,0,0,0),(20355,3266,1,1,1,1253,1,-102.661,-3173.46,91.9133,4.07174,275,0,0,247,0,0,0,0,0),(20354,3266,1,1,1,1253,1,-112.091,-3177.54,91.9133,3.42259,275,0,0,247,0,0,0,0,0),(20353,3266,1,1,1,1253,1,-85.0208,-3210.49,92.167,5.28507,275,0,0,247,0,0,0,0,0),(20352,3266,1,1,1,1253,1,-80.7359,-3180.24,92.7934,3.46802,275,0,0,247,0,0,0,0,0),(20351,3266,1,1,1,1253,1,-47.434,-3122.76,91.7917,3.10247,275,15,0,247,0,1,0,0,0),(20350,3266,1,1,1,1253,1,-214.508,-3334.66,91.7917,2.303,275,5,0,247,0,1,0,0,0),(20349,3266,1,1,1,1253,1,-182.93,-3350.65,93.6667,5.54138,275,5,0,247,0,1,0,0,0),(20348,3266,1,1,1,1253,1,-76.8017,-3345.8,92.1667,1.3824,275,5,0,247,0,1,0,0,0),(38608,5951,1,1,1,0,0,1221.32,-4362.83,26.3075,4.99513,180,5,0,8,0,1,0,0,0),(20347,3266,1,1,1,1253,1,-42.7083,-3418.1,91.8731,1.5708,275,5,0,247,0,1,0,0,0),(20346,3266,1,1,1,1253,1,-6.15732,-3381.21,90.0404,1.38851,275,5,0,247,0,1,0,0,0),(20345,3266,1,1,1,1253,1,-26.5744,-3412.59,91.6742,1.83249,275,5,0,247,0,1,0,0,0),(20344,3266,1,1,1,1253,1,-46.2825,-3393.41,91.7904,1.43976,275,5,0,247,0,1,0,0,0),(20343,3266,1,1,1,1253,1,-41.5331,-3370.37,91.7904,4.24292,275,5,0,247,0,1,0,0,0),(20342,3266,1,1,1,1253,1,-55.6036,-3256.06,91.7114,3.07458,275,5,0,247,0,1,0,0,0),(20341,7874,1,1,1,1963,1,-4511.57,-2225.38,93.0791,3.45834,275,0,0,1021,1926,0,0,0,0),(20340,3266,1,1,1,1253,1,-214.356,-3387.89,91.7917,3.05399,275,5,0,247,0,1,0,0,0),(20339,7874,1,1,1,1963,1,-4513.75,-2258.59,91.9814,4.4783,275,0,0,1021,1926,2,0,0,0),(20338,7874,1,1,1,1963,1,-4845.33,-2299.35,87.2446,4.97842,275,0,0,1021,1926,0,0,0,0),(20337,7874,1,1,1,1963,1,-4816.1,-2305.7,88.7206,1.88362,275,0,0,1021,1926,2,0,0,0),(20336,3266,1,1,1,1253,1,-97.6582,-3387.26,93.1304,1.07394,275,5,0,247,0,1,0,0,0),(20335,3266,1,1,1,1253,1,-235.359,-3343.92,91.7917,0.377265,275,0,0,247,0,0,0,0,0),(20334,7874,1,1,1,1963,1,-4307.5,-2021.4,89.7383,1.55664,275,0,0,1021,1926,0,0,0,0),(20333,7874,1,1,1,1963,1,-4452.96,-2275.74,88.9181,1.97713,275,5,0,1021,1926,1,0,0,0),(20332,7874,1,1,1,1963,1,-4310.53,-2053.29,83.6982,1.94086,275,5,0,1021,1926,1,0,0,0),(20331,3266,1,1,1,1253,1,-252.125,-3381.21,96.7917,1.96098,275,5,0,247,0,1,0,0,0),(20330,7874,1,1,1,1963,1,-4448.46,-2306.63,92.4906,3.54092,275,0,0,1021,1926,0,0,0,0),(20329,7873,1,1,1,6108,1,-4738.56,-2248.3,86.2621,5.32208,275,5,0,1221,0,1,0,0,0),(20328,7873,1,1,1,6108,1,-4641.74,-2420.69,85.9071,3.44859,275,0,0,1221,0,2,0,0,0),(20327,7873,1,1,1,6108,1,-4673.75,-2412.62,86.1418,4.66993,275,0,0,1221,0,2,0,0,0),(20326,7873,1,1,1,6108,1,-4606.86,-2265.57,83.949,4.98213,275,0,0,1221,0,0,0,0,0),(20325,7873,1,1,1,6108,1,-4580.54,-2279.38,90.1096,2.70526,275,0,0,1221,0,0,0,0,0),(20324,7873,1,1,1,6108,1,-4580.2,-2289.17,90.1587,2.89725,275,0,0,1221,0,0,0,0,0),(20323,7873,1,1,1,6108,1,-4640.58,-2386.56,86.4236,2.80946,275,0,0,1221,0,2,0,0,0),(20322,7873,1,1,1,6108,1,-4697.8,-2302.02,87.6166,4.24263,275,5,0,1221,0,1,0,0,0),(20321,7873,1,1,1,6108,1,-4462.75,-2007.72,85.3347,5.84685,275,0,0,1221,0,0,0,0,0),(20320,7873,1,1,1,6108,1,-4647.35,-2126.59,86.1124,3.41453,275,5,0,1221,0,1,0,0,0),(20319,7873,1,1,1,6108,1,-4611.95,-2125.33,84.2014,3.40897,275,5,0,1221,0,1,0,0,0),(20318,7873,1,1,1,6108,1,-4670.01,-2254.47,89.2625,3.21615,275,5,0,1221,0,1,0,0,0),(1096,595,0,1,1,4574,1,-11730.8,589.842,50.316,1.68738,300,5,0,1279,0,1,0,0,0),(1095,595,0,1,1,4574,1,-11695.9,555.871,50.3151,3.76686,300,3,0,1279,0,1,0,0,0),(1094,595,0,1,1,4574,1,-11707.6,567.696,49.816,4.70116,300,3,0,1279,0,1,0,0,0),(1093,710,0,1,1,6704,1,-12345.7,-1094.62,2.51668,1.76762,1800,2,0,1381,3575,1,0,0,0),(1092,701,0,1,1,4577,1,-11686.5,554.669,49.5651,0.450803,300,3,0,1064,1007,1,0,0,0),(1090,588,0,1,1,4575,1,-11598.8,553.534,50.223,3.76091,300,5,0,1279,0,1,0,0,0),(1089,595,0,1,1,4574,1,-11569.2,561.876,49.973,6.09925,300,0,0,1279,0,0,0,0,0),(1086,588,0,1,1,4575,1,-11565,552.824,50.1924,0.634076,300,0,0,1279,0,0,0,0,0),(1083,588,0,1,1,4575,1,-11691.2,657.854,48.651,5.09366,300,2,0,1279,0,1,0,0,0),(1082,588,0,1,1,4575,1,-11703,638.579,49.6907,4.52698,300,2,0,1279,0,1,0,0,0),(1081,595,0,1,1,4574,1,-11586.1,563.206,49.973,0.933295,300,0,0,1279,0,0,0,0,0),(1077,678,0,1,1,416,1,-12367.5,-1130.45,2.42295,3.55566,1800,0,0,1973,0,0,0,0,0),(1074,588,0,1,1,4575,1,-11704.4,660.337,49.5657,5.63111,300,2,0,1279,0,1,0,0,0),(1073,701,0,1,1,4577,1,-11687.6,696.657,49.9249,1.05262,300,2,0,1064,1007,1,0,0,0),(1071,588,0,1,1,4575,1,-11739.9,595.899,50.6127,2.75792,300,5,0,1279,0,1,0,0,0),(1070,698,0,1,1,320,0,-11739.2,546.843,50.813,0.383972,300,2,0,1279,0,1,0,0,0),(1069,699,0,1,1,4576,1,-11738.2,544.167,51.0167,0.383972,300,0,0,1279,0,0,0,0,0),(1068,701,0,1,1,4577,1,-11732.1,539.068,51.0974,5.84257,300,3,0,1064,1007,1,0,0,0),(1067,588,0,1,1,4575,1,-11708,647.552,49.6907,4.71978,300,2,0,1279,0,1,0,0,0),(1066,588,0,1,1,4575,1,-11692.8,638.552,49.5082,0.663225,300,0,0,1279,0,0,0,0,0),(1064,701,0,1,1,4577,1,-11687,638.608,49.5495,2.19912,300,0,0,1064,1007,0,0,0,0),(1063,588,0,1,1,4575,1,-11691.8,644.795,49.1912,5.43047,300,0,0,1279,0,0,0,0,0),(1062,1551,0,1,1,2174,0,-13122.1,-554.975,10.1675,2.9879,300,0,0,2059,0,0,0,0,0),(1060,588,0,1,1,4575,1,-11565.8,590.354,50.3581,3.32775,300,0,0,1279,0,0,0,0,0),(1056,701,0,1,1,4577,1,-11739.5,554.433,50.8083,4.34073,300,3,0,1064,1007,1,0,0,0),(1055,1551,0,1,1,2174,0,-13118.8,-504.518,7.52939,5.88597,300,2,0,2059,0,1,0,0,0),(1052,701,0,1,1,4577,1,-11696.8,544.549,49.8151,3.11847,300,3,0,1064,1007,1,0,0,0),(1051,1551,0,1,1,2174,0,-13156.7,-563.239,4.64249,0.273099,300,2,0,2059,0,1,0,0,0),(1050,678,0,1,1,416,1,-12302,-1070.13,11.6159,1.86042,1800,0,0,1973,0,0,0,0,0),(51896,14345,1,1,1,0,0,5220.47,-785.919,346.773,0.676159,9900,0,0,2980,0,0,0,0,0),(1008,701,0,1,1,4577,1,-11685.9,543.793,49.9401,1.58221,300,3,0,1064,1007,1,0,0,0),(51895,14344,1,1,1,0,0,4250.07,-781.841,262.327,0.233983,9900,0,0,3322,0,0,0,0,0),(994,588,0,1,1,4575,1,-11727.5,679.786,49.5311,3.47745,300,2,0,1279,0,1,0,0,0),(993,701,0,1,1,4577,1,-11732.1,674.758,49.8358,4.69091,300,0,0,1064,1007,0,0,0,0),(992,1564,0,1,1,4462,1,-13440.1,762.227,0.299731,4.91517,300,0,0,1292,3191,0,0,0,0),(991,1551,0,1,1,2174,0,-13170,-552.311,9.34697,4.88692,300,2,0,2059,0,1,0,0,0),(990,588,0,1,1,4575,1,-11688,565.3,49.8151,3.2476,300,3,0,1279,0,1,0,0,0),(989,1551,0,1,1,2174,0,-13134.5,-563.287,8.13007,2.07859,300,2,0,2059,0,1,0,0,0),(988,1563,0,1,1,794,1,-13458.5,661.099,9.62183,5.77229,300,0,0,1829,0,0,0,0,0),(987,1551,0,1,1,2174,0,-13203.7,-599.1,4.64249,3.76313,300,3,0,2059,0,1,0,0,0),(986,1563,0,1,1,796,1,-13468.4,664.967,9.3285,6.12611,300,0,0,1829,0,0,0,0,0),(985,1564,0,1,1,4461,1,-13414.1,658.998,8.26089,5.70966,300,5,0,1292,3191,1,0,0,0),(51894,14340,1,1,1,0,0,3866.84,-672.535,328.788,3.99761,9900,0,0,3293,0,0,0,0,0),(983,1564,0,1,1,4462,1,-13468.6,657.017,9.3285,3.05631,300,0,0,1292,3191,0,0,0,0),(982,1563,0,1,1,794,1,-13464.2,658.172,9.37183,1.36136,300,0,0,1829,0,0,0,0,0),(981,1551,0,1,1,2174,0,-13257.9,-580.677,12.7041,1.68572,300,0,0,2059,0,0,0,0,0),(954,1551,0,1,1,2174,0,-13225.9,-587.313,4.64249,1.9197,300,3,0,2059,0,1,0,0,0),(953,690,0,1,1,8797,0,-12948.4,419.984,23.7607,3.54645,300,5,0,1678,0,1,0,0,0),(952,1551,0,1,1,2174,0,-13259.4,-554.017,16.9025,0.005587,300,2,0,2059,0,1,0,0,0),(951,690,0,1,1,8797,0,-12913.1,453.218,18.4354,2.02215,300,5,0,1678,0,1,0,0,0),(12174,5890,1,1,1,0,0,-2998.81,-703.206,44.0987,3.36758,120,0,0,42,0,2,0,0,0),(949,1564,0,1,1,4462,1,-13462.3,767.719,0.646089,2.5513,300,5,0,1292,3191,1,0,0,0),(947,690,0,1,1,8797,0,-12984.6,453.741,20.6765,3.15509,300,5,0,1678,0,1,0,0,0),(946,1551,0,1,1,2174,0,-13260,-524.051,16.2921,1.8032,300,5,0,2059,0,1,0,0,0),(945,4506,0,1,1,1902,1,-14927.6,89.3276,12.7946,4.05538,300,2,0,1829,0,1,0,0,0),(944,1653,0,1,1,2563,1,-14917.3,74.904,13.0733,0.837408,300,3,0,1110,3293,1,0,0,0),(941,4505,0,1,1,2557,1,-14927.3,101.49,12.9676,1.67703,300,0,0,1902,0,0,0,0,0),(940,2521,0,1,1,809,0,-14748.6,-452.013,1.79884,4.84765,300,10,0,1902,0,1,0,0,0),(926,2521,0,1,1,809,0,-14849.3,-348.287,3.4122,0.676097,300,5,0,1902,0,1,0,0,0),(925,2521,0,1,1,809,0,-14680.3,-450.125,1.61204,0.555481,300,5,0,1902,0,1,0,0,0),(924,2521,0,1,1,809,0,-14736.2,-354.601,5.07526,2.92333,300,5,0,1902,0,1,0,0,0),(923,2521,0,1,1,809,0,-14595.1,-386.874,8.19337,3.55803,300,5,0,1902,0,1,0,0,0),(922,690,0,1,1,8797,0,-12854.8,415.111,15.375,0.989836,300,5,0,1678,0,1,0,0,0),(921,690,0,1,1,8797,0,-12787.6,353.044,10.7839,1.74901,300,5,0,1678,0,1,0,0,0),(920,690,0,1,1,8797,0,-12819.5,384.791,7.98257,1.72953,300,5,0,1678,0,1,0,0,0),(919,2521,0,1,1,809,0,-14619.4,-451.022,1.23011,2.72584,300,5,0,1902,0,1,0,0,0),(918,690,0,1,1,8797,0,-12768.7,310.99,8.27404,5.93425,300,5,0,1678,0,1,0,0,0),(917,2521,0,1,1,809,0,-14658.7,-349.866,8.18186,3.68501,300,10,0,1902,0,1,0,0,0),(916,2521,0,1,1,809,0,-14517.2,-282.895,6.10025,5.94532,300,10,0,1902,0,1,0,0,0),(915,690,0,1,1,8797,0,-12748.7,250.644,6.40254,2.16912,300,5,0,1678,0,1,0,0,0),(914,683,0,1,1,2437,0,-11476.9,-81.8145,32.7379,0.735715,300,5,0,1050,0,1,0,0,0),(913,690,0,1,1,8797,0,-12755.4,219.777,9.99924,3.43062,300,5,0,1678,0,1,0,0,0),(912,2521,0,1,1,809,0,-14652.4,-386.239,8.97896,2.42817,300,10,0,1902,0,1,0,0,0),(911,905,0,1,1,705,0,-12577.4,-79.8106,7.11872,3.18946,300,5,0,1107,0,1,0,0,0),(910,11383,0,1,1,11295,1,-11868,-1013.6,69.4701,3.50811,50400,0,0,8770,16020,0,0,0,0),(909,1114,0,1,1,845,0,-12622.9,-720.566,42.9661,0.472381,300,5,0,1804,0,1,0,0,0),(908,905,0,1,1,705,0,-12469.2,-269.454,7.80389,4.27271,300,5,0,1107,0,1,0,0,0),(907,2544,0,1,1,9573,0,-14747.1,542.796,1.95425,5.71631,300,10,0,1829,0,1,0,0,0),(906,938,0,1,1,4439,1,-11505.4,-596.632,36.3116,3.44258,300,0,0,1279,0,0,0,0,0),(905,2544,0,1,1,9573,0,-14822.5,575.968,1.06922,2.75492,300,5,0,1829,0,1,0,0,0),(904,2544,0,1,1,9573,0,-14916.1,227.585,-1.03747,1.856,300,5,0,1829,0,1,0,0,0),(903,2544,0,1,1,9573,0,-14868,515.217,-1.28016,3.84245,300,5,0,1829,0,1,0,0,0),(902,2544,0,1,1,9573,0,-14824.2,220.495,-17.1338,6.17749,300,5,0,1829,0,1,0,0,0),(901,1152,0,1,1,833,0,-11913.3,-315.227,8.38252,2.70773,300,5,0,1403,0,1,0,0,0),(900,905,0,1,1,705,0,-11952,-480.235,5.45914,5.75346,300,5,0,1107,0,1,0,0,0),(899,1114,0,1,1,845,0,-12518.2,-552.308,34.6411,1.63139,300,3,0,1804,0,1,0,0,0),(895,1550,0,1,1,8802,0,-13290.3,-194.373,13.6193,4.12886,300,5,0,1902,0,1,0,0,0),(859,667,0,1,1,4632,1,-12676.7,-794.864,59.8895,0.117622,300,0,0,1678,0,0,0,0,0),(858,667,0,1,1,4632,1,-12676.2,-799.077,59.1395,0.11756,300,0,0,1678,0,0,0,0,0),(857,696,0,1,1,4622,1,-12669.2,-796.117,59.0145,0.116569,300,0,0,1678,0,0,0,0,0),(856,709,0,1,1,655,1,-12247,-791.432,12.5155,1.22094,1800,5,0,1823,0,1,0,0,0),(855,679,0,1,1,536,1,-12357.4,-978.743,13.9662,2.15496,1800,0,0,1579,1432,0,0,0,0),(854,678,0,1,1,416,1,-12348.5,-982.142,13.6156,0.069086,1800,0,0,1973,0,0,0,0,0),(853,678,0,1,1,416,1,-12353,-1010.2,7.92674,2.13706,1800,0,0,1973,0,0,0,0,0),(852,1114,0,1,1,845,0,-12326.5,-617.203,27.8197,2.51503,300,5,0,1804,0,1,0,0,0),(851,709,0,1,1,655,1,-12448.6,-896.188,40.0089,3.22217,1800,10,0,1823,0,1,0,0,0),(850,691,0,1,1,5561,0,-12182.8,955.174,-2.20975,4.52347,300,2,0,1469,0,1,0,0,0),(849,709,0,1,1,655,1,-12440.1,-913.02,38.0607,2.70154,1800,10,0,1823,0,1,0,0,0),(848,674,0,1,1,7202,1,-13036.8,-438.108,51.4721,5.02655,300,0,0,1829,0,0,0,0,0),(847,709,0,1,1,655,1,-12442.8,-951.252,40.7153,0.063957,1800,5,0,1823,0,1,0,0,0),(846,2546,0,1,1,797,1,-15024.5,269.352,7.51611,0.593412,300,0,0,2064,0,0,0,0,0),(845,709,0,1,1,655,1,-12478.9,-921.117,39.9359,2.14633,1800,10,0,1823,0,1,0,0,0),(844,709,0,1,1,655,1,-12507.6,-890.488,41.4671,5.5877,1800,5,0,1823,0,1,0,0,0),(843,2551,0,1,1,1102,0,-14923.7,119.903,19.7946,4.97419,300,0,0,2746,0,0,0,0,0),(842,709,0,1,1,655,1,-12484.7,-850.952,42.6037,0.808987,1800,10,0,1823,0,1,0,0,0),(841,781,0,1,1,4635,1,-13069.1,-720.841,83.3851,0.094149,300,3,0,2059,0,1,0,0,0),(840,672,0,1,1,4621,1,-13006.2,-821.781,70.9012,0.608192,300,3,0,1711,1483,1,0,0,0),(839,595,0,1,1,4574,1,-11713.1,794.439,30.3016,1.02239,300,5,0,1279,0,1,0,0,0),(838,4505,0,1,1,2557,1,-14922.3,112.187,18.3043,5.11994,300,0,0,1902,0,0,0,0,0),(837,783,0,1,1,4623,1,-13086.1,-773.296,80.1471,3.69939,300,5,0,2059,0,1,0,0,0),(836,588,0,1,1,4575,1,-11725.4,800.576,30.6501,5.62706,300,5,0,1279,0,1,0,0,0),(835,672,0,1,1,4621,1,-12980.3,-842.965,71.1753,3.99855,300,0,0,1711,1483,0,0,0,0),(834,701,0,1,1,4577,1,-11737.6,782.352,30.253,1.82968,300,5,0,1064,1007,1,0,0,0),(833,783,0,1,1,4623,1,-13054.5,-843.752,71.3439,5.84718,300,0,0,2059,0,0,0,0,0),(832,683,0,1,1,2437,0,-11519.6,-161.325,41.0762,1.20363,300,5,0,1050,0,1,0,0,0),(831,781,0,1,1,4635,1,-13027.2,-834.528,71.5876,4.18863,300,0,0,2059,0,0,0,0,0),(830,781,0,1,1,4635,1,-13000.8,-837.263,70.5876,3.08923,300,5,0,2059,0,1,0,0,0),(829,1114,0,1,1,845,0,-12645.9,-752.681,42.6098,5.17532,300,5,0,1804,0,1,0,0,0),(828,1114,0,1,1,845,0,-12483.1,-581.91,16.1407,5.27223,300,5,0,1804,0,1,0,0,0),(827,879,0,1,1,1079,1,-12253.9,725.291,-65.8069,5.65946,1800,5,0,1403,0,1,0,0,0),(826,1152,0,1,1,833,0,-11920.2,-387.418,-13.9784,3.67825,300,5,0,1403,0,1,0,0,0),(825,11355,0,1,1,11167,1,-11909.5,-905.186,37.7594,1.85005,1800,0,0,7599,0,0,0,0,0),(824,11355,0,1,1,11167,1,-11922.4,-905.346,38.2594,1.39626,1800,0,0,7599,0,0,0,0,0),(823,1559,0,1,1,792,0,-14737.8,-392.236,8.25029,0.039769,360,0,0,3302,0,0,0,0,0),(822,2522,0,1,1,613,0,-14627.6,-207.105,12.0161,3.12011,300,5,0,1902,0,1,0,0,0),(821,709,0,1,1,655,1,-12315.4,-919.677,9.56357,2.35067,1800,5,0,1823,0,1,0,0,0),(820,2522,0,1,1,613,0,-14511.7,-157.93,6.41794,4.69091,300,5,0,1902,0,1,0,0,0),(819,2522,0,1,1,613,0,-14571.3,-191.282,12.7512,3.29514,300,10,0,1902,0,1,0,0,0),(818,2522,0,1,1,613,0,-14723.2,-180.903,6.77771,4.62571,300,10,0,1902,0,1,0,0,0),(817,2522,0,1,1,613,0,-14638.8,-188.019,8.85728,0.60986,300,10,0,1902,0,1,0,0,0),(816,1152,0,1,1,833,0,-12142.1,-341.107,-0.853949,4.71228,300,5,0,1403,0,1,0,0,0),(815,2522,0,1,1,613,0,-14693.3,-174.051,9.29706,0.177271,300,10,0,1902,0,1,0,0,0),(814,1152,0,1,1,833,0,-12084,-313.884,8.7841,5.68599,300,5,0,1403,0,1,0,0,0),(813,682,0,1,1,320,0,-11655.1,-804.113,39.5871,1.67109,300,5,0,1163,0,1,0,0,0),(812,2522,0,1,1,613,0,-14833.3,-181.244,4.77878,0.102278,300,10,0,1902,0,1,0,0,0),(811,1114,0,1,1,845,0,-12721.6,-745.421,66.242,2.61626,300,5,0,1804,0,1,0,0,0),(810,1114,0,1,1,845,0,-12379.3,-480.04,16.8166,3.85428,300,10,0,1804,0,1,0,0,0),(809,2521,0,1,1,809,0,-14851.2,-275.917,5.32802,1.48544,300,5,0,1902,0,1,0,0,0),(7140,2723,0,1,1,10804,0,-6342.34,-3078.52,310.834,0.092626,300,0,0,1674,0,0,0,0,0),(808,2521,0,1,1,809,0,-14549.1,-451.358,2.76172,3.78846,300,5,0,1902,0,1,0,0,0),(807,2521,0,1,1,809,0,-14535.3,-378.371,3.74928,0.307545,300,5,0,1902,0,1,0,0,0),(806,2521,0,1,1,809,0,-14591.9,-346.833,9.34343,4.11302,300,5,0,1902,0,1,0,0,0),(805,2521,0,1,1,809,0,-14548.8,-351.087,6.7521,5.86926,300,5,0,1902,0,1,0,0,0),(804,772,0,1,1,614,0,-12647.3,-414.763,18.2433,2.01449,300,5,0,1536,0,1,0,0,0),(803,2521,0,1,1,809,0,-14479.3,-417.481,4.57412,1.90922,300,5,0,1902,0,1,0,0,0),(802,2521,0,1,1,809,0,-14483.8,-451.293,2.78694,2.33961,300,5,0,1902,0,1,0,0,0),(801,686,0,1,1,788,0,-12040.6,-219.175,17.9755,0.478481,300,10,0,1403,0,1,0,0,0),(800,2521,0,1,1,809,0,-14456.4,-359.426,5.62095,4.14275,300,5,0,1902,0,1,0,0,0),(799,2522,0,1,1,613,0,-14712.3,-145.981,4.58135,1.44661,300,5,0,1902,0,1,0,0,0),(798,686,0,1,1,788,0,-12089.5,-259.345,18.6734,0.712223,300,10,0,1403,0,1,0,0,0),(797,686,0,1,1,788,0,-12108.5,-272.52,16.3848,1.09428,300,5,0,1403,0,1,0,0,0),(796,686,0,1,1,788,0,-12010.5,-238.886,20.7653,2.58165,300,5,0,1403,0,1,0,0,0),(795,1151,0,1,1,2548,0,-11682.7,1085.22,1.62942,6.09844,300,5,0,1403,0,1,0,0,0),(794,940,0,1,1,4436,1,-11471.9,-579.938,35.1285,4.68115,300,5,0,977,935,1,0,0,0),(793,4458,0,1,1,478,1,-12200,30.0658,13.3411,2.75746,300,5,0,1403,0,1,0,0,0),(792,688,0,1,1,12344,0,-11520.7,-114.772,31.8328,1.82762,300,5,0,1107,0,1,0,0,0),(791,4459,0,1,1,5286,1,-12152.9,-7.77777,-5.94299,1.83173,300,5,0,1208,1097,1,0,0,0),(790,688,0,1,1,12344,0,-11439.2,71.9779,39.2687,0.195955,300,5,0,1107,0,1,0,0,0),(789,2544,0,1,1,9573,0,-14817.9,300.867,-0.612223,5.24464,300,5,0,1829,0,1,0,0,0),(788,1108,0,1,1,843,0,-11881.3,-113.73,21.5637,1.14313,300,2,0,1427,0,1,0,0,0),(787,2522,0,1,1,613,0,-14476.8,-260.661,6.36488,5.71534,300,5,0,1902,0,1,0,0,0),(786,2522,0,1,1,613,0,-14814,-114.401,2.17874,3.35172,300,5,0,1902,0,1,0,0,0),(785,4505,0,1,1,2557,1,-14918.8,80.1793,7.52164,5.73942,300,2,0,1902,0,1,0,0,0),(784,2550,0,1,1,4873,1,-14921,123.1,7.51768,3.32135,300,0,0,1651,2762,0,0,0,0),(783,4505,0,1,1,2557,1,-14917.1,95.096,7.52163,6.26069,300,2,0,1902,0,1,0,0,0),(782,4505,0,1,1,2558,1,-14928.6,111.185,7.52081,4.16761,300,0,0,1902,0,0,0,0,0),(781,4506,0,1,1,1902,1,-14926.8,113.699,12.5743,5.01759,300,0,0,1829,0,0,0,0,0),(780,4506,0,1,1,1902,1,-14916.5,113.326,12.5743,1.51444,300,0,0,1829,0,0,0,0,0),(779,686,0,1,1,788,0,-11981.3,-289.584,27.1181,1.82768,300,5,0,1403,0,1,0,0,0),(778,905,0,1,1,705,0,-12110.6,-345.716,-4.51475,4.70831,300,5,0,1107,0,1,0,0,0),(777,1150,0,1,1,1039,0,-11513.3,15.6604,14.2887,5.42441,300,5,0,1050,0,1,0,0,0),(776,1150,0,1,1,1039,0,-11513.4,-53.4103,13.7196,0.240713,300,5,0,1050,0,1,0,0,0),(775,1550,0,1,1,8802,0,-13317,-220.694,14.1153,4.71309,300,5,0,1902,0,1,0,0,0),(774,688,0,1,1,12344,0,-11455.8,-56.4749,43.6173,1.447,300,5,0,1107,0,1,0,0,0),(773,1550,0,1,1,8802,0,-13381.9,-272.963,13.9835,2.84845,300,5,0,1902,0,1,0,0,0),(20317,7873,1,1,1,6108,1,-4557.17,-2095.02,90.3627,5.38286,275,5,0,1221,0,1,0,0,0),(20316,7873,1,1,1,6108,1,-4586.15,-2131.15,90.1703,0.402527,275,5,0,1221,0,1,0,0,0),(20315,7873,1,1,1,6108,1,-4574,-2106.74,90.2953,0.646007,275,5,0,1221,0,1,0,0,0),(20314,7873,1,1,1,6108,1,-4660.07,-2196.01,90.9628,4.8426,275,5,0,1221,0,1,0,0,0),(20313,7873,1,1,1,6108,1,-4495.85,-2060.33,76.0776,5.31805,275,0,0,1221,0,0,0,0,0),(20312,7873,1,1,1,6108,1,-4455.98,-2045.4,83.12,3.09076,275,5,0,1221,0,1,0,0,0),(20311,7873,1,1,1,6108,1,-4817.06,-2221.04,84.7588,3.16112,275,0,0,1221,0,2,0,0,0),(20310,7873,1,1,1,6108,1,-4796.23,-2254.43,94.4496,0.191986,275,0,0,1221,0,0,0,0,0),(20309,3265,1,1,1,6094,1,-174.853,-3375.98,93.1667,2.33132,275,0,0,222,0,0,0,0,0),(20308,3265,1,1,1,6094,1,-96.4121,-2824.85,91.9913,3.20095,275,0,0,222,0,0,0,0,0),(20307,3265,1,1,1,6094,1,-23.0895,-3266.17,92.1833,0.928076,275,5,0,222,0,1,0,0,0),(20306,3265,1,1,1,6094,1,16.3485,-3237.44,94.2916,4.59491,275,5,0,222,0,1,0,0,0),(20305,3265,1,1,1,6094,1,-116.461,-2960.58,91.7917,1.14872,275,5,0,222,0,1,0,0,0),(20304,3265,1,1,1,6094,1,-175.263,-3008.49,91.8337,1.0298,275,0,0,222,0,0,0,0,0),(20303,3265,1,1,1,6094,1,-92.777,-2941.98,93.0446,5.15971,275,5,0,222,0,1,0,0,0),(20302,3265,1,1,1,6094,1,1.45246,-3399.94,85.3615,1.13511,275,5,0,222,0,1,0,0,0),(7139,2743,0,1,1,4936,1,-6329.24,-3077.83,310.917,4.04916,300,0,0,1604,0,0,0,0,0),(39002,2914,269,3,1,0,0,-2083.55,7273.78,23.8032,2.45604,86400,3,0,8,0,1,0,0,0),(15397,2269,0,1,1,3629,1,-825.513,142.003,17.6065,2.51327,300,0,0,787,0,0,0,0,0),(15396,2356,0,1,1,3201,0,-521.376,-1813.02,64.3255,0,300,3,0,944,0,1,0,0,0),(15395,2349,0,1,1,6808,0,-934.267,-1433.1,56.6677,1.61968,300,5,0,664,0,1,0,0,0),(15394,2349,0,1,1,6808,0,-370.715,-1671.28,87.0631,3.46334,300,10,0,664,0,1,0,0,0),(15393,2356,0,1,1,3201,0,-751.606,-1604.24,54.3439,4.05637,300,3,0,944,0,1,0,0,0),(15392,2349,0,1,1,6808,0,-713.209,-253.896,34.5753,0.141069,300,5,0,664,0,1,0,0,0),(15391,2356,0,1,1,3201,0,-350.965,-1654.61,85.1407,5.41251,300,10,0,944,0,1,0,0,0),(15390,2349,0,1,1,6808,0,-658.64,-218.901,42.6064,2.71464,300,5,0,664,0,1,0,0,0),(15389,2356,0,1,1,3201,0,-673.206,-953.951,34.3057,3.39414,300,5,0,944,0,1,0,0,0),(15388,2368,0,1,1,4763,1,-1442.17,-1062.45,0.746869,0.330403,300,10,0,896,0,1,0,0,0),(15387,2370,0,1,1,4976,1,-1437.3,-1071.42,5.5258,1.44862,300,0,0,812,811,0,0,0,0),(15386,2351,0,1,1,806,0,-536.471,319.465,84.3939,6.10071,300,10,0,677,0,1,0,0,0),(15385,2368,0,1,1,4763,1,-1419.58,-1046.94,0.149249,1.72567,300,10,0,896,0,1,0,0,0),(15384,2374,0,1,1,1305,1,-1153.04,-16.7084,-3.09852,2.39294,300,10,0,896,0,1,0,0,0),(15383,2376,0,1,1,4920,1,-1153.74,-149.897,-8.32204,0.786744,300,10,0,892,852,1,0,0,0),(15382,2377,0,1,1,1079,1,-1149.32,-293.114,-8.80224,4.60162,300,10,0,935,878,1,0,0,0),(15381,2356,0,1,1,3201,0,-807.772,-36.9599,28.1008,0.910693,300,10,0,944,0,1,0,0,0),(15380,2349,0,1,1,6808,0,-457.379,-1801.74,75.5199,0.591222,300,10,0,664,0,1,0,0,0),(39039,2914,269,3,1,0,0,-2105.01,7310.04,23.9717,1.9416,86400,3,0,8,0,1,0,0,0),(55342,12201,349,1,1,12292,0,27.8981,83.1932,-124.483,0.240237,86400,0,1,20610,0,2,0,0,0),(55341,12206,349,1,1,12309,0,21.3003,-34.1877,-127.808,4.60767,86400,0,0,11940,0,0,0,0,0),(55339,13321,349,1,1,1924,0,339.666,11.2884,-130.871,0.017453,86400,5,0,42,0,1,0,0,0),(55340,12206,349,1,1,12309,0,76.7185,-168.97,-169.867,5.74213,86400,0,0,11940,0,0,0,0,0),(20301,3265,1,1,1,6094,1,-38.8009,-3234.81,91.8888,5.10638,275,5,0,222,0,1,0,0,0),(20300,7873,1,1,1,6108,1,-4461.86,-2292.27,89.8076,3.01891,275,5,0,1221,0,1,0,0,0),(20296,7873,1,1,1,6108,1,-4492.44,-2268.5,91.9099,3.12041,275,5,0,1221,0,1,0,0,0),(20295,7873,1,1,1,6108,1,-4511.47,-2281.45,92.3324,4.04916,275,0,0,1221,0,0,0,0,0),(20294,7873,1,1,1,6108,1,-4525.87,-2273.13,92.1912,5.84685,275,0,0,1221,0,0,0,0,0),(20293,7873,1,1,1,6108,1,-4368.18,-2228.89,90.8947,4.54895,275,5,0,1221,0,1,0,0,0),(20292,7873,1,1,1,6108,1,-4379.27,-2211.26,91.5197,2.31524,275,5,0,1221,0,1,0,0,0),(20291,7873,1,1,1,6108,1,-4392.13,-2187.87,91.8859,2.74329,275,5,0,1221,0,1,0,0,0),(20290,7873,1,1,1,6108,1,-4408.87,-2176.07,93.0802,3.90954,275,0,0,1221,0,0,0,0,0),(20289,7873,1,1,1,6108,1,-4474.94,-2111.12,83.7444,5.33462,275,5,0,1221,0,1,0,0,0),(20288,7873,1,1,1,6108,1,-4408.55,-2188.6,92.9794,2.05949,275,0,0,1221,0,0,0,0,0),(20287,7873,1,1,1,6108,1,-4460.48,-2169.86,91.407,0.800809,275,3,0,1221,0,1,0,0,0),(20286,7873,1,1,1,6108,1,-4471.56,-2150.96,88.865,1.23918,275,0,0,1221,0,0,0,0,0),(20285,7873,1,1,1,6108,1,-4462,-2146.45,88.9328,2.11185,275,0,0,1221,0,0,0,0,0),(20284,7873,1,1,1,6108,1,-4775.62,-2241.63,86.0232,5.35865,275,0,0,1221,0,0,0,0,0),(20283,7873,1,1,1,6108,1,-4747.63,-2285.04,83.1329,0.465742,275,15,0,1221,0,1,0,0,0),(20282,7873,1,1,1,6108,1,-4837.28,-2294.88,87.1196,4.57259,275,0,0,1221,0,0,0,0,0),(20281,7873,1,1,1,6108,1,-4845.94,-2328.12,96.3367,0.523599,275,0,0,1221,0,0,0,0,0),(20280,7873,1,1,1,6108,1,-4392.79,-2247.02,89.6187,4.65916,275,0,0,1221,0,2,0,0,0),(20279,7873,1,1,1,6108,1,-4306.5,-2109.28,83.9806,0.748889,275,0,0,1221,0,0,0,0,0),(20278,7873,1,1,1,6108,1,-4452.04,-2079.16,83.4785,0.433473,275,5,0,1221,0,1,0,0,0),(20277,7873,1,1,1,6108,1,-4321.62,-2078.72,82.5472,3.76917,275,0,0,1221,0,2,0,0,0),(20276,7873,1,1,1,6108,1,-4321.94,-2017.9,91.7383,3.30007,275,0,0,1221,0,0,0,0,0),(20275,7873,1,1,1,6108,1,-4300.2,-2039.67,89.3204,4.08407,275,3,0,1221,0,1,0,0,0),(20274,7873,1,1,1,6108,1,-4497.2,-2241.47,91.9856,4.24115,275,0,0,1221,0,0,0,0,0),(20273,7873,1,1,1,6108,1,-4336.8,-2106.51,79.1522,0.717501,275,5,0,1221,0,1,0,0,0),(20272,7873,1,1,1,6108,1,-4476.43,-2256.47,93.0297,3.83972,275,0,0,1221,0,0,0,0,0),(20271,7873,1,1,1,6108,1,-4319.21,-2067.14,83.2761,4.12312,275,5,0,1221,0,1,0,0,0),(20270,7873,1,1,1,6108,1,-4373.52,-2159.78,89.8386,4.57276,275,0,0,1221,0,0,0,0,0),(20269,7873,1,1,1,6108,1,-4414.98,-2271.13,87.6533,2.2349,275,5,0,1221,0,1,0,0,0),(20268,3521,1,1,1,3887,1,256.258,-3693.95,26.4771,5.3058,275,0,0,573,0,0,0,0,0),(20267,7873,1,1,1,6108,1,-4457.74,-2310.84,92.8656,1.94369,275,0,0,1221,0,0,0,0,0),(20266,7873,1,1,1,6108,1,-4363.6,-2171.54,90.3969,2.82743,275,0,0,1221,0,0,0,0,0),(20265,7873,1,1,1,6108,1,-4354.22,-2145.61,83.9544,1.12201,275,5,0,1221,0,1,0,0,0),(20264,7872,1,1,1,6098,1,-4655.13,-2486.75,82.1916,4.45561,275,10,0,1067,1926,1,0,0,0),(20263,7872,1,1,1,6098,1,-4632.46,-2271.21,83.949,3.48387,275,0,0,1067,1926,0,0,0,0),(20262,7872,1,1,1,6098,1,-4630.74,-2256.13,83.949,5.59447,275,0,0,1067,1926,0,0,0,0),(20261,7872,1,1,1,6098,1,-4610.42,-2116.02,84.4514,1.5708,275,5,0,1067,1926,1,0,0,0),(20260,7872,1,1,1,6098,1,-4589.93,-2135.47,90.1721,0.27877,275,5,0,1067,1926,1,0,0,0),(20259,7872,1,1,1,6098,1,-4481.77,-2057.31,76.0776,2.30074,275,0,0,1067,1926,0,0,0,0),(20258,7872,1,1,1,6098,1,-4846.04,-2208.25,83.5349,5.76049,275,3,0,1067,1926,1,0,0,0),(20257,7872,1,1,1,6098,1,-4517.5,-2226.85,93.0791,0.498929,275,0,0,1067,1926,0,0,0,0),(20256,7872,1,1,1,6098,1,-4370.46,-2236.24,91.2437,4.96518,275,5,0,1067,1926,1,0,0,0),(20255,7872,1,1,1,6098,1,-4453.69,-2169.7,90.657,1.90833,275,0,0,1067,1926,2,0,0,0),(20254,7872,1,1,1,6098,1,-4768.21,-2236.56,86.2732,3.12192,275,0,0,1067,1926,0,0,0,0),(20253,7872,1,1,1,6098,1,-4843.45,-2307.21,88.0385,0.266836,275,0,0,1067,1926,0,0,0,0),(20252,7872,1,1,1,6098,1,-4310.28,-2114.08,83.1056,3.71786,275,0,0,1067,1926,0,0,0,0),(20251,7872,1,1,1,6098,1,-4313.33,-2026.76,87.4883,2.82016,275,0,0,1067,1926,0,0,0,0),(39130,2914,269,3,1,0,0,-2099.57,7323.33,23.3625,1.21511,86400,3,0,8,0,1,0,0,0),(39131,2914,269,3,1,0,0,-2078.05,7373.08,23.5871,0.877388,86400,3,0,8,0,1,0,0,0),(39132,2914,269,3,1,0,0,-2046.67,7397.27,24.5501,0.00559581,86400,3,0,8,0,1,0,0,0),(39133,2914,269,3,1,0,0,-2020.47,7397.02,23.883,6.16312,86400,3,0,8,0,1,0,0,0),(39134,2914,269,3,1,0,0,-1941.21,7370.7,21.0659,5.86467,86400,3,0,8,0,1,0,0,0),(39135,2914,269,3,1,0,0,-1901.24,7347.91,21.4291,5.53873,86400,3,0,8,0,1,0,0,0),(20250,7872,1,1,1,6098,1,-4486.86,-2246.92,92.0498,3.75552,275,5,0,1067,1926,1,0,0,0),(39137,2914,269,3,1,0,0,-1799.8,7289.38,23.1835,5.71544,86400,3,0,8,0,1,0,0,0),(39138,2914,269,3,1,0,0,-1739.01,7285.48,18.6421,6.10421,86400,3,0,8,0,1,0,0,0),(20249,7872,1,1,1,6098,1,-4463.1,-2302.5,92.4906,3.22878,275,0,0,1067,1926,0,0,0,0),(20248,3263,1,1,1,6091,1,-2247.12,-2520.8,94.2916,3.96252,275,5,0,379,1118,1,0,0,0),(20247,3263,1,1,1,6091,1,-2214.03,-2549.75,92.0417,5.87676,275,5,0,379,1118,1,0,0,0),(20246,3263,1,1,1,6091,1,-2284.89,-2643.75,99.6665,1.8153,275,0,0,379,1118,0,0,0,0),(20245,3263,1,1,1,6091,1,-2301.18,-2597.37,93.5478,4.53527,275,5,0,379,1118,1,0,0,0),(20244,3263,1,1,1,6091,1,-2270.38,-2529.26,91.8662,5.20222,275,5,0,379,1118,1,0,0,0),(20243,3263,1,1,1,6091,1,-2277.9,-2563.08,91.7916,2.22612,275,0,0,379,1118,0,0,0,0),(20242,3263,1,1,1,6091,1,-2252.52,-2581.2,93.5168,5.82827,275,15,0,379,1118,1,0,0,0),(20241,3263,1,1,1,6091,1,-1541.19,-1679.28,91.7916,3.91693,275,5,0,379,1118,1,0,0,0),(20240,3263,1,1,1,6091,1,-1680.81,-1713.25,91.7917,1.83437,275,15,0,379,1118,1,0,0,0),(20239,3263,1,1,1,6091,1,-1614.19,-1715.57,91.9167,0.59054,275,15,0,379,1118,1,0,0,0),(20238,3263,1,1,1,6091,1,-2047.45,-2750.72,91.7917,5.16233,275,15,0,379,1118,1,0,0,0),(20237,3263,1,1,1,6091,1,-2053.18,-2813.34,91.7917,5.7983,275,5,0,379,1118,1,0,0,0),(20236,3263,1,1,1,6091,1,-2071.98,-2792.66,92.2917,3.25323,275,5,0,379,1118,1,0,0,0),(20235,3263,1,1,1,6091,1,-1918.69,-2750.92,93.4795,4.79261,275,15,0,379,1118,1,0,0,0),(20234,3263,1,1,1,6091,1,-1981.01,-2780.47,91.7936,5.82512,275,15,0,379,1118,1,0,0,0),(20233,3263,1,1,1,6091,1,-1984.36,-2719.8,92.0464,0.410665,275,0,0,379,1118,2,0,0,0),(20232,3263,1,1,1,6091,1,-1613.39,-1777.35,91.7917,2.41819,275,0,0,379,1118,0,0,0,0),(20231,3263,1,1,1,6091,1,-1479.82,-1570.99,91.787,1.37465,275,15,0,379,1118,1,0,0,0),(20230,3263,1,1,1,6091,1,-1970.17,-2690.35,93.7917,4.13266,275,5,0,379,1118,1,0,0,0),(20229,3263,1,1,1,6091,1,-1554.33,-1744.6,93.4167,4.03594,275,5,0,379,1118,1,0,0,0),(20228,3263,1,1,1,6091,1,-1635.35,-1780.17,91.7917,5.24262,275,0,0,379,1118,0,0,0,0),(20227,3263,1,1,1,6091,1,-1641.76,-1816.18,91.7917,0.567496,275,5,0,379,1118,1,0,0,0),(20226,3263,1,1,1,6091,1,-1415.55,-1521.19,106.16,2.96706,275,0,0,379,1118,0,0,0,0),(20225,3263,1,1,1,6091,1,-1444.4,-1544.42,92.5416,0.753152,275,5,0,379,1118,1,0,0,0),(20224,3263,1,1,1,6091,1,-1438.43,-1525.45,92.5416,4.26311,275,0,0,379,1118,0,0,0,0),(20223,3263,1,1,1,6091,1,-1908.95,-2726.91,92.6667,3.92366,275,5,0,379,1118,1,0,0,0),(20222,3263,1,1,1,6091,1,-1931.1,-2703.32,93.1667,2.87129,275,0,0,379,1118,0,0,0,0),(20221,3263,1,1,1,6091,1,-2030.8,-2790.34,91.7917,3.2763,275,5,0,379,1118,1,0,0,0),(20220,3263,1,1,1,6091,1,-2001.96,-2812.28,92.7917,0.826861,275,0,0,379,1118,0,0,0,0),(20219,3263,1,1,1,6091,1,-1630.2,-1761.98,91.75,4.45059,275,0,0,379,1118,0,0,0,0),(20218,3263,1,1,1,6091,1,-1462.53,-1506.64,95.5416,4.70134,275,0,0,379,1118,0,0,0,0),(20217,3263,1,1,1,6091,1,-1509.74,-1540.38,95.037,0.727193,275,5,0,379,1118,1,0,0,0),(20216,3263,1,1,1,6091,1,-1454.3,-1469.36,103.033,5.35235,275,0,0,379,1118,0,0,0,0),(39199,2914,269,3,1,0,0,-1694.18,7285.53,23.9762,3.13148,86400,3,0,8,0,1,0,0,0),(39200,2914,269,3,1,0,0,-1753.37,7303.18,18.9456,2.73093,86400,3,0,8,0,1,0,0,0),(39201,2914,269,3,1,0,0,-1807.04,7322.02,22.9725,3.23358,86400,3,0,8,0,1,0,0,0),(772,1550,0,1,1,8802,0,-13313.6,-272.939,14.6111,1.0683,300,5,0,1902,0,1,0,0,0),(39203,2914,269,3,1,0,0,-1866.44,7306.46,22.4573,3.61843,86400,3,0,8,0,1,0,0,0),(39204,2914,269,3,1,0,0,-1936.78,7297.14,25.2845,3.26107,86400,3,0,8,0,1,0,0,0),(39205,2914,269,3,1,0,0,-1966.51,7308,25.6692,2.53065,86400,3,0,8,0,1,0,0,0),(39206,2914,269,3,1,0,0,-2036.9,7362.88,22.5509,2.39713,86400,3,0,8,0,1,0,0,0),(39207,2914,269,3,1,0,0,-2080.34,7396.06,24.57,2.55421,86400,3,0,8,0,1,0,0,0),(39208,2914,269,3,1,0,0,-1963.38,7405.75,20.8246,0.154818,86400,3,0,8,0,1,0,0,0),(39209,2914,269,3,1,0,0,-1935.34,7409.58,24.575,6.25736,86400,3,0,8,0,1,0,0,0),(39210,2914,269,3,1,0,0,-1867.48,7411.58,22.2033,0.245138,86400,3,0,8,0,1,0,0,0),(39211,2914,269,3,1,0,0,-1810.03,7438.93,24.8752,0.783136,86400,3,0,8,0,1,0,0,0),(20215,3263,1,1,1,6091,1,-1421.28,-1588.91,91.7916,3.98018,275,15,0,379,1118,1,0,0,0),(20214,3261,1,1,1,6077,1,-2227.25,-2517.27,92.735,6.08657,275,5,0,377,408,1,0,0,0),(20213,3261,1,1,1,6077,1,-2212.22,-2586.17,95.3224,3.05304,275,15,0,377,408,1,0,0,0),(20212,3261,1,1,1,6077,1,-2284.99,-2618.69,92.0416,4.4668,275,0,0,377,408,0,0,0,0),(20211,3261,1,1,1,6077,1,-2252.24,-2613.91,92.303,2.40814,275,15,0,377,408,1,0,0,0),(20210,3261,1,1,1,6077,1,-2289.02,-2487.29,99.1666,3.85906,275,5,0,377,408,1,0,0,0),(20209,3261,1,1,1,6077,1,-2245.53,-2480.88,93.6666,1.65953,275,5,0,377,408,1,0,0,0),(20208,3261,1,1,1,6077,1,-1874.74,-1985.88,92.1963,6.26343,275,5,0,377,408,1,0,0,0),(39228,2914,269,3,1,0,0,-1760.73,7435.95,22.403,5.06356,86400,3,0,8,0,1,0,0,0),(20207,3261,1,1,1,6077,1,-1954.99,-2787.79,91.7917,1.99169,275,5,0,377,408,1,0,0,0),(20206,10685,1,1,1,10015,0,1002.72,-2240.8,92.5544,2.40855,275,2,0,14,0,1,0,0,0),(20205,10685,1,1,1,10015,0,1036.16,-2229.03,91.8009,2.50937,275,2,0,14,0,1,0,0,0),(20204,10685,1,1,1,10015,0,1037.35,-2222.68,92.1519,1.23918,275,2,0,14,0,1,0,0,0),(20203,10685,1,1,1,10015,0,1044.72,-2223.37,91.9259,1.92971,275,2,0,14,0,1,0,0,0),(20202,10685,1,1,1,10015,0,994.009,-2247.21,93.562,1.73658,275,0,0,14,0,0,0,0,0),(20201,10685,1,1,1,10015,0,1004.06,-2251.69,92.417,4.19847,275,2,0,14,0,1,0,0,0),(20200,10685,1,1,1,10015,0,993.26,-2256.42,93.312,0.086188,275,0,0,14,0,0,0,0,0),(20199,3261,1,1,1,6077,1,-2047,-2577.01,91.7917,1.33869,275,15,0,377,408,1,0,0,0),(20198,3261,1,1,1,6077,1,-2157.2,-2549.63,92.3425,3.60822,275,5,0,377,408,1,0,0,0),(20197,3261,1,1,1,6077,1,-1854.58,-1837.77,91.875,1.90738,275,15,0,377,408,1,0,0,0),(20195,3261,1,1,1,6077,1,-2024.72,-2709.85,93.9167,3.21261,275,15,0,377,408,1,0,0,0),(20194,3261,1,1,1,6077,1,-2114.06,-2611.64,93.9533,4.97916,275,15,0,377,408,1,0,0,0),(20193,3261,1,1,1,6077,1,-2048.59,-2785.21,91.7917,2.1519,275,0,0,377,408,2,0,0,0),(20192,3261,1,1,1,6077,1,-2016.75,-2750.31,92.2917,6.10715,275,15,0,377,408,1,0,0,0),(20191,3261,1,1,1,6077,1,-1955.63,-2756.35,91.7917,3.11805,275,15,0,377,408,1,0,0,0),(20190,3261,1,1,1,6077,1,-1880.31,-2743.09,93.3915,0.166477,275,5,0,377,408,1,0,0,0),(20189,3261,1,1,1,6077,1,-1878.44,-1953.83,94.9407,4.55351,275,5,0,377,408,1,0,0,0),(20188,3261,1,1,1,6077,1,-1918.05,-1737.59,95.2917,4.07266,275,0,0,377,408,0,0,0,0),(20187,3261,1,1,1,6077,1,-1867.68,-1914.83,96.1638,0.122157,275,0,0,377,408,0,0,0,0),(20186,10685,1,1,1,10015,0,217.389,-2850.37,90.7891,3.84253,275,3,0,14,0,1,0,0,0),(20185,3261,1,1,1,6077,1,-2014.82,-2683.4,92.4167,5.841,275,15,0,377,408,1,0,0,0),(20184,3261,1,1,1,6077,1,-1983.94,-2749.04,91.8024,1.33959,275,15,0,377,408,1,0,0,0),(20183,3261,1,1,1,6077,1,-2087.4,-2757.89,91.9167,4.14044,275,3,0,377,408,1,0,0,0),(20182,3261,1,1,1,6077,1,-2114.06,-2578.65,91.7917,0.461107,275,0,0,377,408,0,0,0,0),(20181,10685,1,1,1,10015,0,216.955,-2853.04,90.9204,0.303234,275,3,0,14,0,1,0,0,0),(20180,3261,1,1,1,6077,1,-2085.16,-2518.12,93.4356,6.25513,275,15,0,377,408,1,0,0,0),(20179,14781,1,1,1,14812,1,1044.28,-2098.72,123.037,3.54302,600,0,0,130700,0,0,0,0,0),(20178,3261,1,1,1,6077,1,-1873.28,-1924.07,96.0388,0.640099,275,0,0,377,408,2,0,0,0),(20177,3261,1,1,1,6077,1,-1934.51,-1761.29,95.3173,2.24532,275,0,0,377,408,0,0,0,0),(20176,3261,1,1,1,6077,1,-1855.38,-1939.93,92.9167,0.110645,275,0,0,377,408,0,0,0,0),(20175,3261,1,1,1,6077,1,-1873.44,-1775.51,91.9167,0.795916,275,5,0,377,408,1,0,0,0),(20174,3260,1,1,1,1274,1,-2263.41,-2550.52,92.4166,3.56651,275,0,0,325,357,0,0,0,0),(20173,3260,1,1,1,1274,1,-2277.2,-2589.69,91.7916,4.79646,275,0,0,325,357,0,0,0,0),(20172,3260,1,1,1,1274,1,-2296.29,-2569.55,93.6666,5.09721,275,0,0,325,357,0,0,0,0),(20171,3260,1,1,1,1274,1,-1954.31,-2212.75,96.3401,2.18529,275,15,0,325,357,1,0,0,0),(20170,3260,1,1,1,1274,1,-2049.5,-1916.53,93.5786,2.69142,275,15,0,325,357,1,0,0,0),(20169,3260,1,1,1,1274,1,-2095.2,-1743.24,91.9167,1.81864,275,0,0,325,357,0,0,0,0),(20168,3260,1,1,1,1274,1,-2150.84,-1751.87,91.7917,3.94562,275,15,0,325,357,1,0,0,0),(39298,2914,269,3,1,0,0,-1743.68,7374.5,19.9744,4.502,86400,3,0,8,0,1,0,0,0),(20167,3260,1,1,1,1274,1,-2120.05,-1720.78,91.7917,3.78553,275,0,0,325,357,0,0,0,0),(20166,3260,1,1,1,1274,1,-2085.06,-1785.63,91.7917,4.31868,275,15,0,325,357,1,0,0,0),(8472,4884,1,1,1,10704,1,-3146.33,-2873.78,34.3575,5.75959,360,0,0,2059,0,0,0,0,0),(8471,10036,1,1,1,10704,1,-3147.92,-2951.04,33.9813,4.93928,360,0,0,7048,0,0,0,0,0),(8470,23843,1,1,1,21805,0,-2948.36,-3893.17,35.0324,2.46798,360,0,0,1321,1381,0,0,0,0),(8468,4792,1,1,1,4686,1,-2952.76,-3885.41,34.3089,2.28638,360,0,0,1981,0,0,0,0,0),(8467,4791,1,1,1,4685,1,-3106.37,-2823.56,34.5374,4.43314,360,0,0,2576,0,0,0,0,0),(8466,12376,1,1,1,2404,0,-3834.13,-4395.26,10.9591,4.86947,360,0,0,42,0,0,0,0,0),(8465,14560,1,1,1,14338,0,-3848.56,-4402.28,10.3649,2.37365,360,0,0,42,0,0,0,0,0),(8464,12716,1,1,1,7330,0,-4003.41,-4717.35,4.85833,0.750492,360,0,0,2218,0,0,0,0,0),(8463,13277,1,1,1,251,0,-3612.15,-4482,21.1032,3.92003,360,0,0,107,0,0,0,0,0),(8462,4901,1,1,1,13169,0,-3612.74,-4471.26,21.1032,4.37692,360,0,0,58,0,0,0,0,0),(8461,4321,1,1,1,2417,1,-3828.88,-4517.51,10.7437,0.453786,1200,0,0,10572,0,0,0,0,0),(8460,5087,1,1,1,655,1,-3111.08,-2892.66,35.1222,3.01942,360,0,0,1003,0,0,0,0,0),(8459,5085,1,1,1,2979,1,-3476.12,-4103.31,17.1079,5.11381,360,0,0,1163,0,0,0,0,0),(8458,5085,1,1,1,2979,1,-3468.09,-4110.77,17.106,1.34663,360,0,0,1163,0,0,0,0,0),(8457,5086,1,1,1,4667,1,-3469.49,-4107.24,17.1079,0.233694,360,0,0,1279,0,0,0,0,0),(8456,5085,1,1,1,2978,1,-3485.74,-4108.76,17.1038,0.366519,360,0,0,1163,0,0,0,0,0),(8455,5057,1,1,1,21687,1,-3924.16,-2887.04,46.469,6.20877,360,5,0,1536,0,1,0,0,0),(8454,5057,1,1,1,3016,1,-3913.12,-2882.31,46.4922,5.98271,360,5,0,1536,0,1,0,0,0),(8453,4363,1,1,1,5286,1,-2288.14,-4286.91,3.41443,5.78794,360,0,0,1208,1097,0,0,0,0),(8452,4361,1,1,1,478,1,-2425.4,-4017.73,14.0855,5.03661,360,5,0,1469,0,1,0,0,0),(8451,4403,1,1,1,2599,0,-4384.76,-4179.2,-7.83681,2.49582,360,0,0,1464,0,0,0,0,0),(20165,3260,1,1,1,1274,1,-2116.66,-1786.06,91.9167,4.8985,275,15,0,325,357,1,0,0,0),(20164,3260,1,1,1,1274,1,-2084.23,-2004.27,91.9366,1.16094,275,15,0,325,357,1,0,0,0),(20163,3260,1,1,1,1274,1,-2091.1,-1987.5,93.4115,4.01128,275,15,0,325,357,1,0,0,0),(20162,3260,1,1,1,1274,1,-2087.04,-2581.44,92.0417,3.49117,275,5,0,325,357,1,0,0,0),(20161,3260,1,1,1,1274,1,-1910.87,-2710.44,92.2763,0.364276,275,15,0,325,357,1,0,0,0),(20160,3260,1,1,1,1274,1,-1993.2,-2125.56,91.7917,5.99257,275,0,0,325,357,0,0,0,0),(20159,3260,1,1,1,1274,1,-2014.8,-2090.43,93.4322,5.18742,275,15,0,325,357,1,0,0,0),(20158,3260,1,1,1,1274,1,-2047.45,-2084.69,94.1363,3.91813,275,15,0,325,357,1,0,0,0),(20157,3260,1,1,1,1274,1,-2020.36,-2121.07,92.0417,2.50871,275,15,0,325,357,1,0,0,0),(20156,3260,1,1,1,1274,1,-1982.19,-2173.5,94.2733,0.577314,275,5,0,325,357,1,0,0,0),(20155,3260,1,1,1,1274,1,-2017.42,-1950.61,91.7917,3.37426,275,15,0,325,357,1,0,0,0),(20154,3260,1,1,1,1274,1,-2046.87,-1964.9,91.7917,5.29511,275,0,0,325,357,0,0,0,0),(20153,3260,1,1,1,1274,1,-2034.86,-2822.19,93.7917,5.60703,275,0,0,325,357,0,0,0,0),(20152,3260,1,1,1,1274,1,-2006.25,-2789.36,91.9167,2.35911,275,0,0,325,357,0,0,0,0),(20151,3260,1,1,1,1274,1,-2084.08,-2552.8,91.7917,1.52637,275,0,0,325,357,0,0,0,0),(20150,3260,1,1,1,1274,1,-2110.87,-2558.48,91.7917,2.65119,275,0,0,325,357,0,0,0,0),(20149,3260,1,1,1,1274,1,-1986.87,-2080.61,92.4545,2.74912,275,15,0,325,357,1,0,0,0),(20148,3260,1,1,1,1274,1,-2037.16,-1975.92,91.7917,2.19911,275,0,0,325,357,0,0,0,0),(20147,3260,1,1,1,1274,1,-1946.28,-2150.31,93.3313,2.34241,275,5,0,325,357,1,0,0,0),(20146,3260,1,1,1,1274,1,-2019.66,-1988.99,92.3329,4.73927,275,5,0,325,357,1,0,0,0),(20145,3260,1,1,1,1274,1,-2120.71,-1945.93,93.6267,3.07321,275,5,0,325,357,1,0,0,0),(20144,3260,1,1,1,1274,1,-1946.31,-2707.18,93.4438,5.46135,275,0,0,325,357,0,0,0,0),(20143,3260,1,1,1,1274,1,-2018.75,-2164.51,100.917,0.323029,275,5,0,325,357,1,0,0,0),(20142,3258,1,1,1,4745,1,-2141.4,-2560.54,92.5968,0.472381,275,5,0,386,0,1,0,0,0),(20141,3258,1,1,1,4745,1,-2270.91,-2575.52,91.8361,3.17173,275,0,0,386,0,0,0,0,0),(20140,3258,1,1,1,4745,1,-1942.93,-2176.03,94.182,6.10517,275,5,0,386,0,1,0,0,0),(20139,3258,1,1,1,4745,1,-2084.53,-1943.09,95.659,0.786502,275,15,0,386,0,1,0,0,0),(20138,3258,1,1,1,4745,1,-2031.75,-2094.69,93.2678,4.57713,275,15,0,386,0,1,0,0,0),(20137,3258,1,1,1,4745,1,-2055.71,-2111.8,93.4138,4.67725,275,15,0,386,0,1,0,0,0),(20136,3258,1,1,1,4745,1,-2118.84,-1750.72,91.7917,1.92682,275,15,0,386,0,1,0,0,0),(20135,3258,1,1,1,4745,1,-2102.12,-1791.92,91.7917,1.60166,275,15,0,386,0,1,0,0,0),(20134,3258,1,1,1,4745,1,-2097.7,-1726.22,91.7917,4.95252,275,0,0,386,0,0,0,0,0),(20133,3258,1,1,1,4745,1,-2150.09,-1720.07,91.7917,4.86617,275,5,0,386,0,1,0,0,0),(20132,3258,1,1,1,4745,1,-2026.73,-2653.44,92.0376,2.26589,275,5,0,386,0,1,0,0,0),(20131,3258,1,1,1,4745,1,-2154.16,-2575.12,91.7917,2.29832,275,5,0,386,0,1,0,0,0),(20130,3258,1,1,1,4745,1,-1910.75,-1782.89,92.4154,5.53093,275,5,0,386,0,1,0,0,0),(20129,3258,1,1,1,4745,1,-1879.42,-1846.1,91.7917,3.17351,275,15,0,386,0,1,0,0,0),(20128,3258,1,1,1,4745,1,-2045.77,-2010.94,93.0387,0.772786,275,5,0,386,0,1,0,0,0),(20127,3258,1,1,1,4745,1,-2084.91,-2608.87,93.5946,4.77704,275,15,0,386,0,1,0,0,0),(20126,3258,1,1,1,4745,1,-2115.69,-2513.63,91.8427,5.1499,275,15,0,386,0,1,0,0,0),(20125,3258,1,1,1,4745,1,-2069.99,-2646.4,91.8568,4.72789,275,15,0,386,0,1,0,0,0),(20124,3258,1,1,1,4745,1,-2060.07,-1973.76,91.7917,0.031522,275,0,0,386,0,0,0,0,0),(20123,3258,1,1,1,4745,1,-1522.23,-1581.53,103.287,4.43605,275,0,0,386,0,0,0,0,0),(20122,3258,1,1,1,4745,1,-2094.92,-2565.09,91.7917,4.62923,275,0,0,386,0,0,0,0,0),(20121,3258,1,1,1,4745,1,-1977.61,-2129.67,91.7917,1.00137,275,5,0,386,0,1,0,0,0),(20120,3258,1,1,1,4745,1,-1873.11,-1714.58,92.7876,0.011718,275,5,0,386,0,1,0,0,0),(20119,3258,1,1,1,4745,1,-1484.22,-1491.04,110.163,5.71833,275,5,0,386,0,1,0,0,0),(20118,3258,1,1,1,4745,1,-1581.72,-1788.88,93.7525,0.021481,275,5,0,386,0,1,0,0,0),(20117,3258,1,1,1,4745,1,-1620.81,-1801.76,93.0417,1.49658,275,5,0,386,0,1,0,0,0),(20116,3258,1,1,1,4745,1,-1485.12,-1552.16,91.787,0.699977,275,10,0,386,0,1,0,0,0),(20115,3258,1,1,1,4745,1,-1450.24,-1509.93,92.2166,3.97935,275,0,0,386,0,0,0,0,0),(20114,3258,1,1,1,4745,1,-1647.89,-1790.34,91.7917,6.19035,275,5,0,386,0,1,0,0,0),(20113,3258,1,1,1,4745,1,-2052.21,-2551.76,91.7917,4.1781,275,5,0,386,0,1,0,0,0),(20112,3258,1,1,1,4745,1,-2007.92,-2148.56,93.4167,3.62541,275,0,0,386,0,0,0,0,0),(20111,3258,1,1,1,4745,1,-1927.69,-1750.83,93.7917,4.94227,275,0,0,386,0,0,0,0,0),(20110,3258,1,1,1,4745,1,-1873.52,-1896.15,94.7917,4.19698,275,0,0,386,0,0,0,0,0),(20109,3258,1,1,1,4745,1,-1854.96,-1906.09,108.306,3.52509,275,0,0,386,0,0,0,0,0),(20108,3258,1,1,1,4745,1,-1888.71,-1883.32,92.5744,1.26351,275,15,0,386,0,1,0,0,0),(20107,3258,1,1,1,4745,1,-1892.77,-1746.77,96.6667,2.26651,275,0,0,386,0,0,0,0,0),(20106,3258,1,1,1,4745,1,-1922.54,-1883.12,92.0403,1.51881,275,0,0,386,0,2,0,0,0),(20105,3258,1,1,1,4745,1,-1625.99,-1739.05,93.1667,0.955059,275,0,0,386,0,0,0,0,0),(39445,2914,269,3,1,0,0,-1769.93,7311.55,22.7273,4.3999,86400,3,0,8,0,1,0,0,0),(39446,2914,269,3,1,0,0,-1779.24,7274.15,23.5276,4.45487,86400,3,0,8,0,1,0,0,0),(39447,2914,269,3,1,0,0,-1794.26,7199.98,21.6113,4.89862,86400,3,0,8,0,1,0,0,0),(39452,6145,530,1,1,0,0,9251.47,-6340.63,-16.8174,1.97404,300,5,0,8,0,1,0,0,0),(39453,6145,530,1,1,0,0,8853.52,-5983.69,-11.5661,4.21166,300,5,0,8,0,1,0,0,0),(39454,6145,530,1,1,0,0,8854.11,-6147.62,-11.7856,1.91887,300,5,0,8,0,1,0,0,0),(39455,6145,530,1,1,0,0,8907.97,-6242.69,-7.36881,1.62326,300,5,0,8,0,1,0,0,0),(39456,6145,530,1,1,0,0,9082.61,-6471.9,-2.91207,1.27264,300,5,0,8,0,1,0,0,0),(39457,6145,530,1,1,0,0,9201.82,-7201.88,-6.0441,2.62508,300,5,0,8,0,1,0,0,0),(39458,6145,530,1,1,0,0,8348.99,-7730.58,115.467,3.73267,300,5,0,8,0,1,0,0,0),(39459,6145,530,1,1,0,0,8406.37,-7728.25,125.254,5.7034,300,5,0,8,0,1,0,0,0),(39460,6145,530,1,1,0,0,8517.75,-7757.84,116.735,5.39453,300,5,0,8,0,1,0,0,0),(39461,6145,530,1,1,0,0,8685.56,-7614.78,84.1662,0.468012,300,5,0,8,0,1,0,0,0),(39462,6145,530,1,1,0,0,8714.98,-7593.97,84.1548,0.494926,300,5,0,8,0,1,0,0,0),(39463,6145,530,1,1,0,0,-3956.5,-12058.9,-5.33506,0.524333,300,5,0,8,0,1,0,0,0),(39464,6145,530,1,1,0,0,-4258.51,-11935.1,-6.96166,1.39951,300,5,0,8,0,1,0,0,0),(39465,6145,530,1,1,0,0,-3949.14,-12082.6,-5.42353,4.31081,300,5,0,8,0,1,0,0,0),(20104,3258,1,1,1,4745,1,-1693.5,-1750.37,91.7917,3.22698,275,15,0,386,0,1,0,0,0),(20103,3258,1,1,1,4745,1,-1453.15,-1491.56,97.4603,4.64258,275,0,0,386,0,0,0,0,0),(20102,3258,1,1,1,4745,1,-1584.75,-1756.68,94.2299,4.16507,275,0,0,386,0,2,0,0,0),(20101,3258,1,1,1,4745,1,-1656.5,-1720.39,94.0417,3.79831,275,5,0,386,0,1,0,0,0),(20100,3258,1,1,1,4745,1,-1421.6,-1563.46,100.005,4.78602,275,0,0,386,0,0,0,0,0),(20099,3258,1,1,1,4745,1,-1422.25,-1529.77,101.252,0.719571,275,0,0,386,0,0,0,0,0),(20098,3258,1,1,1,4745,1,-1682.53,-1776.01,93.0688,0.2546,275,15,0,386,0,1,0,0,0),(20097,3258,1,1,1,4745,1,-1986.08,-2146.57,92.9167,1.49101,275,5,0,386,0,1,0,0,0),(20096,3258,1,1,1,4745,1,-2047.74,-1944.93,92.6667,2.73613,275,0,0,386,0,0,0,0,0),(20095,3258,1,1,1,4745,1,-2016.38,-1925.93,93.2917,0.063891,275,15,0,386,0,1,0,0,0),(20094,3258,1,1,1,4745,1,-2055.38,-2116.1,92.8673,0.813109,275,5,0,386,0,1,0,0,0),(20093,3258,1,1,1,4745,1,-2031.61,-1964.81,91.7917,3.88644,275,0,0,386,0,0,0,0,0),(20092,3258,1,1,1,4745,1,-1882.47,-1911.89,95.0388,0.64117,275,5,0,386,0,1,0,0,0),(20091,3258,1,1,1,4745,1,-1888.41,-1795.54,95.0417,4.69931,275,5,0,386,0,1,0,0,0),(20090,3258,1,1,1,4745,1,-1861.89,-1931.53,94.3064,4.52349,275,0,0,386,0,0,0,0,0),(20089,3258,1,1,1,4745,1,-1911.48,-1768.93,92.0417,0.550614,275,0,0,386,0,0,0,0,0),(20088,3258,1,1,1,4745,1,-1848.07,-1976.87,93.186,2.34238,275,5,0,386,0,1,0,0,0),(20087,3258,1,1,1,4745,1,-1941.07,-1781.5,97.3209,3.24146,275,0,0,386,0,0,0,0,0),(20086,3258,1,1,1,4745,1,-1489.33,-1514.11,103.027,2.61155,275,0,0,386,0,0,0,0,0),(20085,3258,1,1,1,4745,1,-1661.47,-1761.42,91.7917,1.25548,275,0,0,386,0,0,0,0,0),(20084,3258,1,1,1,4745,1,-1389.41,-1576.9,91.7916,2.46385,275,10,0,386,0,1,0,0,0),(20083,3258,1,1,1,4745,1,-1608.08,-1757.1,92.5417,3.64829,275,0,0,386,0,0,0,0,0),(20082,6073,1,1,1,10905,0,1553.05,-2844.76,129.7,0.6726,275,0,0,950,0,0,0,0,0),(20081,6073,1,1,1,10905,0,1450.51,-2796.33,144.393,1.1197,275,5,0,950,0,1,0,0,0),(20080,6073,1,1,1,10905,0,1426.38,-2803.5,121.973,2.64077,275,5,0,950,0,1,0,0,0),(20079,6073,1,1,1,10905,0,1442.23,-2818.42,120.466,4.01925,275,5,0,950,0,1,0,0,0),(20078,6073,1,1,1,10905,0,1461.92,-2781.64,154.518,4.9799,275,5,0,950,0,1,0,0,0),(20077,3256,1,1,1,4442,0,-1649.45,-2750.2,97.0632,1.70323,275,20,0,356,0,1,0,0,0),(20076,3256,1,1,1,4442,0,-1892.94,-3033.93,91.4362,2.55507,275,20,0,356,0,1,0,0,0),(20075,3256,1,1,1,4442,0,-1513.28,-2709.28,92.327,3.3801,275,10,0,356,0,1,0,0,0),(20074,3256,1,1,1,4442,0,-1767.94,-3286.3,91.8525,5.95606,275,20,0,356,0,1,0,0,0),(20073,3256,1,1,1,4442,0,-1537.1,-2688.21,91.38,5.46841,275,20,0,356,0,1,0,0,0),(20072,3256,1,1,1,4442,0,-1727.97,-2878.47,84.4993,0.119507,275,20,0,356,0,1,0,0,0),(20071,3256,1,1,1,4442,0,-1892.54,-3160.56,90.868,1.23873,275,3,0,356,0,1,0,0,0),(20070,3256,1,1,1,4442,0,-1901.26,-3165.62,90.7522,3.49274,275,3,0,356,0,1,0,0,0),(20069,3256,1,1,1,4442,0,-1844.17,-2387.86,96.9237,3.62326,275,20,0,356,0,1,0,0,0),(20068,3256,1,1,1,4442,0,-1498.81,-2716.51,93.6675,3.43567,275,10,0,356,0,1,0,0,0),(20067,3256,1,1,1,4442,0,-1348.77,-1880.98,94.2698,4.43154,275,20,0,356,0,1,0,0,0),(20066,3256,1,1,1,4442,0,-1494.83,-2704.71,92.1675,3.69586,275,10,0,356,0,1,0,0,0),(13358,7347,129,1,1,0,0,2558.54,1047.76,51.3461,3.28056,86400,0,0,3831,0,0,0,0,0),(39534,2914,269,3,1,0,0,-1721.45,7112.71,22.114,5.53087,86400,3,0,8,0,1,0,0,0),(771,1550,0,1,1,8802,0,-13386.7,-359.258,17.5539,4.13226,300,5,0,1902,0,1,0,0,0),(39536,6171,0,1,1,0,1,-8546,845.796,106.601,4.73,490,0,0,3297,2434,0,0,0,0),(39537,2914,269,3,1,0,0,-1654.71,7061.83,21.998,5.72722,86400,3,0,8,0,1,0,0,0),(39538,6173,0,1,1,0,0,-8516,862.654,109.839,6.206,180,0,0,176,0,0,0,0,0),(39539,2914,269,3,1,0,0,-1637.18,7051.33,22.5716,5.83717,86400,3,0,8,0,1,0,0,0),(39540,2914,269,3,1,0,0,-1649.09,7094.02,22.4107,1.93767,86400,3,0,8,0,1,0,0,0),(39542,2914,269,3,1,0,0,-1655.52,7190.45,21.421,1.08944,86400,3,0,8,0,1,0,0,0),(39543,2914,269,3,1,0,0,-1629.45,7226.88,35.4384,0.38258,86400,3,0,8,0,1,0,0,0),(39544,2914,269,3,1,0,0,-1642.28,7201.99,28.4898,4.25067,86400,3,0,8,0,1,0,0,0),(770,1114,0,1,1,845,0,-12208.6,-444.257,22.6527,1.41399,300,5,0,1804,0,1,0,0,0),(39548,2914,269,3,1,0,0,-1727.82,7218.3,23.5585,3.73231,86400,3,0,8,0,1,0,0,0),(769,6366,0,1,1,5065,0,-13052.6,-824.574,70.4015,3.16757,300,0,0,1569,1483,0,0,0,0),(20065,3256,1,1,1,4442,0,-2031.06,-3244.53,92.0005,3.7818,275,3,0,356,0,1,0,0,0),(20064,3256,1,1,1,4442,0,-2035.41,-3255.18,91.8632,0.628319,275,0,0,356,0,0,0,0,0),(20063,3256,1,1,1,4442,0,-2028.54,-3258.1,92.0005,2.00713,275,0,0,356,0,0,0,0,0),(20062,3256,1,1,1,4442,0,-2063.32,-3163.08,118.679,4.44322,275,2,0,356,0,1,0,0,0),(20061,3256,1,1,1,4442,0,-1994.21,-3164.14,93.1096,5.56417,275,0,0,356,0,2,0,0,0),(20060,3256,1,1,1,4442,0,-2019.63,-3196.39,91.7257,0.656202,275,3,0,356,0,1,0,0,0),(20059,3256,1,1,1,4442,0,-2013.54,-3181.47,91.7257,1.22991,275,10,0,356,0,1,0,0,0),(20058,3256,1,1,1,4442,0,-1291.7,-1887.22,83.1326,3.10255,275,20,0,356,0,1,0,0,0),(20057,3256,1,1,1,4442,0,1318.61,-3116.13,91.9747,0.680232,275,20,0,356,0,1,0,0,0),(20056,3256,1,1,1,4442,0,1112.92,-3371.75,93.5655,1.47793,275,20,0,356,0,1,0,0,0),(20055,3256,1,1,1,4442,0,-1783.92,-2250.27,91.7351,2.10249,275,20,0,356,0,1,0,0,0),(20054,3256,1,1,1,4442,0,-1695.18,-3118.11,91.7924,6.13134,275,20,0,356,0,1,0,0,0),(20053,3256,1,1,1,4442,0,-1767.16,-3547.77,93.7559,2.2714,275,10,0,356,0,1,0,0,0),(20052,3256,1,1,1,4442,0,-483.257,-3587.02,93.2807,4.35999,275,20,0,356,0,1,0,0,0),(20051,3256,1,1,1,4442,0,-446.16,-3486.61,94.8326,2.63808,275,20,0,356,0,1,0,0,0),(20050,3256,1,1,1,4442,0,-1589.08,-3122.09,91.7916,4.62905,275,20,0,356,0,1,0,0,0),(20049,3256,1,1,1,4442,0,-1675.08,-2325.21,92.9851,5.16427,275,20,0,356,0,1,0,0,0),(20048,3256,1,1,1,4442,0,-1386.59,-1950.99,87.355,3.92699,275,20,0,356,0,1,0,0,0),(20047,3256,1,1,1,4442,0,-1848.43,-2745.65,91.9167,1.58884,275,20,0,356,0,1,0,0,0),(20046,3256,1,1,1,4442,0,-1541.18,-2463.06,95.9836,2.72952,275,20,0,356,0,1,0,0,0),(20045,3256,1,1,1,4442,0,-1307.03,-2218.92,92.0682,0.150994,275,20,0,356,0,1,0,0,0),(20044,3256,1,1,1,4442,0,-1739.64,-2377.27,92.4867,5.64748,275,20,0,356,0,1,0,0,0),(20043,3256,1,1,1,4442,0,-1587.97,-2272.31,95.1215,4.46173,275,20,0,356,0,1,0,0,0),(20042,3256,1,1,1,4442,0,-1818.37,-2594.29,91.7019,4.36099,275,20,0,356,0,1,0,0,0),(20041,3256,1,1,1,4442,0,-1369.02,-2073.21,93.8555,4.65063,275,20,0,356,0,1,0,0,0),(20040,3256,1,1,1,4442,0,-1350.07,-2038.52,92.0819,6.04843,275,20,0,356,0,1,0,0,0),(20039,3256,1,1,1,4442,0,-1318.1,-2146.96,93.2928,1.37417,275,20,0,356,0,1,0,0,0),(20038,3256,1,1,1,4442,0,-1887.46,-2512.17,91.7928,1.76735,275,20,0,356,0,1,0,0,0),(20037,3256,1,1,1,4442,0,-1322.19,-1823.66,91.9268,0.556416,275,20,0,356,0,1,0,0,0),(20036,3256,1,1,1,4442,0,-1473.68,-2453.32,92.5862,4.52956,275,20,0,356,0,1,0,0,0),(20035,3256,1,1,1,4442,0,-1550.1,-2257.69,92.8941,4.73144,275,20,0,356,0,1,0,0,0),(20034,3256,1,1,1,4442,0,-1818.81,-3016.76,86.1552,3.21903,275,20,0,356,0,1,0,0,0),(20033,3256,1,1,1,4442,0,-1813.15,-2622.01,90.4836,5.6432,275,20,0,356,0,1,0,0,0),(20032,3256,1,1,1,4442,0,-641.947,-3533.28,92.3847,5.10778,275,20,0,356,0,1,0,0,0),(20031,3256,1,1,1,4442,0,620.683,-1991.11,93.6293,3.40589,275,20,0,356,0,1,0,0,0),(20030,3256,1,1,1,4442,0,639.931,-1848.13,91.7917,2.93874,275,20,0,356,0,1,0,0,0),(20029,6072,1,1,1,348,0,1418.35,-2853,133.351,1.51844,275,0,0,977,935,0,0,0,0),(20028,3256,1,1,1,4442,0,-1755.63,-3549.23,93.1181,3.34205,275,10,0,356,0,1,0,0,0),(20027,3256,1,1,1,4442,0,-1482.14,-2215.48,93.5417,0.76578,275,20,0,356,0,1,0,0,0),(20026,3256,1,1,1,4442,0,-1504.64,-2480.64,91.7581,0.37183,275,20,0,356,0,1,0,0,0),(20025,3256,1,1,1,4442,0,-1722.38,-2628.24,92.9309,3.11297,275,20,0,356,0,1,0,0,0),(20024,3256,1,1,1,4442,0,1114.26,-3280.06,91.9169,1.74053,275,20,0,356,0,1,0,0,0),(20023,3256,1,1,1,4442,0,-552.577,-3555.74,92.414,3.83806,275,20,0,356,0,1,0,0,0),(20022,3256,1,1,1,4442,0,-687.575,-3581.92,92.0947,4.5417,275,20,0,356,0,1,0,0,0),(20021,3256,1,1,1,4442,0,578.958,-2046.16,91.7917,6.06139,275,20,0,356,0,1,0,0,0),(20020,3256,1,1,1,4442,0,648.882,-1909.15,91.7917,5.01228,275,20,0,356,0,1,0,0,0),(20019,3256,1,1,1,4442,0,-1537.05,-2661.57,91.6711,4.94472,275,20,0,356,0,1,0,0,0),(20018,3256,1,1,1,4442,0,-1377.42,-1875,93.0415,1.708,275,20,0,356,0,1,0,0,0),(20017,3256,1,1,1,4442,0,-1630.46,-2638.3,93.8355,0.630526,275,20,0,356,0,1,0,0,0),(20016,3256,1,1,1,4442,0,-172.878,-1091.55,46.7771,5.99386,275,20,0,356,0,1,0,0,0),(20015,3256,1,1,1,4442,0,1057.41,-3239.88,91.8831,0.628928,275,20,0,356,0,1,0,0,0),(20014,3256,1,1,1,4442,0,1184.98,-3355.17,95.966,2.85229,275,20,0,356,0,1,0,0,0),(20013,3256,1,1,1,4442,0,1224.32,-3024.18,92.6667,5.42394,275,20,0,356,0,1,0,0,0),(20012,3256,1,1,1,4442,0,-551.657,-3459.1,93.6834,5.25407,275,20,0,356,0,1,0,0,0),(20011,3256,1,1,1,4442,0,739.802,-2214.31,91.7917,0.057091,275,20,0,356,0,1,0,0,0),(20010,3256,1,1,1,4442,0,555.393,-1688.75,92.5417,5.03396,275,20,0,356,0,1,0,0,0),(20009,3256,1,1,1,4442,0,489.9,-1849.54,92.2206,4.87452,275,20,0,356,0,1,0,0,0),(20008,3256,1,1,1,4442,0,518.941,-1820.24,92.2917,1.50543,275,20,0,356,0,1,0,0,0),(20007,3256,1,1,1,4442,0,600.896,-1783.24,91.952,6.0515,275,20,0,356,0,1,0,0,0),(20006,3256,1,1,1,4442,0,-1959.44,-3159.11,92.3761,0.290318,275,10,0,356,0,1,0,0,0),(20005,3256,1,1,1,4442,0,-2042.54,-3224,91.8632,1.17843,275,0,0,356,0,2,0,0,0),(20004,3256,1,1,1,4442,0,-2043.79,-3218.97,91.7382,0.537077,275,3,0,356,0,1,0,0,0),(20003,3256,1,1,1,4442,0,-1792.62,-3491.54,92.405,3.78488,275,10,0,356,0,1,0,0,0),(20002,3256,1,1,1,4442,0,-196.695,-1152.22,56.7229,6.17167,275,20,0,356,0,1,0,0,0),(20001,3256,1,1,1,4442,0,-242.436,-1182.93,64.3329,0.285893,275,20,0,356,0,1,0,0,0),(20000,3256,1,1,1,4442,0,-332.384,-1044.35,41.142,3.36988,275,20,0,356,0,1,0,0,0),(19999,3256,1,1,1,4442,0,-120.309,-1356.05,96.1958,5.75779,275,20,0,356,0,1,0,0,0),(19998,3256,1,1,1,4442,0,1192.37,-3227.22,109.311,1.23053,275,20,0,356,0,1,0,0,0),(19997,3256,1,1,1,4442,0,1108.13,-3443.81,89.4742,1.63784,275,20,0,356,0,1,0,0,0),(19996,3256,1,1,1,4442,0,1014.6,-3447.68,90.5045,1.55026,275,20,0,356,0,1,0,0,0),(19995,3256,1,1,1,4442,0,1014.68,-3498.16,90.4048,1.02672,275,20,0,356,0,1,0,0,0),(19994,3256,1,1,1,4442,0,1192.09,-3389.64,91.7917,4.97373,275,20,0,356,0,1,0,0,0),(19993,3256,1,1,1,4442,0,752.789,-3542.45,93.1632,2.87824,275,20,0,356,0,1,0,0,0),(19992,3256,1,1,1,4442,0,-563.902,-3482.74,92.3429,0.010404,275,20,0,356,0,1,0,0,0),(19991,3256,1,1,1,4442,0,597.178,-2082.79,92.3752,3.51956,275,20,0,356,0,1,0,0,0),(19990,3256,1,1,1,4442,0,851.458,-2256.96,93.0265,2.51692,275,20,0,356,0,1,0,0,0),(19989,3256,1,1,1,4442,0,-2068.89,-3151.03,117.673,2.85217,275,2,0,356,0,1,0,0,0),(19988,3256,1,1,1,4442,0,-1969.07,-3156.77,92.3596,1.74587,275,3,0,356,0,1,0,0,0),(19987,3255,1,1,1,1747,0,-1246.41,-3211.26,92.6901,0.149083,275,5,0,273,0,1,0,0,0),(19986,3255,1,1,1,1747,0,-790.816,-3454.58,92.355,6.15801,275,5,0,273,0,1,0,0,0),(19985,3255,1,1,1,1747,0,54.1216,-3653.09,28.5031,3.05306,275,5,0,273,0,1,0,0,0),(19984,3255,1,1,1,1747,0,-815.866,-2820.78,93.0314,4.9408,275,5,0,273,0,1,0,0,0),(19983,3255,1,1,1,1747,0,-711.661,-2782.88,91.9826,6.11258,275,5,0,273,0,1,0,0,0),(19982,3255,1,1,1,1747,0,-1122.16,-3188.45,95.0422,2.36581,275,5,0,273,0,1,0,0,0),(19981,3255,1,1,1,1747,0,-1037.15,-3072.64,93.2063,4.32753,275,5,0,273,0,1,0,0,0),(19980,3255,1,1,1,1747,0,-891.643,-3249.21,92.1666,3.29666,275,5,0,273,0,1,0,0,0),(19979,3255,1,1,1,1747,0,-1505.04,-2918.88,94.1293,0.299505,275,5,0,273,0,1,0,0,0),(19978,3255,1,1,1,1747,0,-1088.3,-2521.05,92.4681,1.85573,275,5,0,273,0,1,0,0,0),(19977,3255,1,1,1,1747,0,-1011.02,-3047.92,91.8497,3.28643,275,5,0,273,0,1,0,0,0),(19976,3255,1,1,1,1747,0,-1374.67,-2620.31,93.4033,1.36043,275,5,0,273,0,1,0,0,0),(19975,3255,1,1,1,1747,0,-1521.12,-3385.91,229.908,3.36842,275,2,0,273,0,1,0,0,0),(19974,3255,1,1,1,1747,0,-311.334,-3491.55,92.0434,4.53629,275,5,0,273,0,1,0,0,0),(19973,3255,1,1,1,1747,0,-1046.79,-2411.44,94.3054,0.06549,275,5,0,273,0,1,0,0,0),(19972,3255,1,1,1,1747,0,-649.59,-3317.87,94.1985,1.80893,275,5,0,273,0,1,0,0,0),(19971,3255,1,1,1,1747,0,-717.229,-3335.08,95.2756,1.41206,275,5,0,273,0,1,0,0,0),(19970,3255,1,1,1,1747,0,-845.34,-3163.21,92.1667,6.19067,275,5,0,273,0,1,0,0,0),(19969,3255,1,1,1,1747,0,-1063.82,-2932.28,94.1493,3.82556,275,5,0,273,0,1,0,0,0),(19968,3255,1,1,1,1747,0,-654.986,-3051.04,91.9185,1.25683,275,5,0,273,0,1,0,0,0),(19967,3255,1,1,1,1747,0,517.615,-2918.44,93.7039,4.955,275,5,0,273,0,1,0,0,0),(19966,3255,1,1,1,1747,0,745.797,-2749.67,92.9835,3.27874,275,5,0,273,0,1,0,0,0),(19965,3255,1,1,1,1747,0,850.838,-2917.51,92.0249,3.13351,275,5,0,273,0,1,0,0,0),(19964,3255,1,1,1,1747,0,661.767,-3039.73,91.8989,4.49203,275,5,0,273,0,1,0,0,0),(19963,3255,1,1,1,1747,0,-1481.93,-3417.91,227.186,4.85238,275,2,0,273,0,1,0,0,0),(19962,3255,1,1,1,1747,0,-1201.55,-2326.85,92.6186,4.95552,275,5,0,273,0,1,0,0,0),(19961,3255,1,1,1,1747,0,-1099.25,-3043.65,94.1561,4.82003,275,5,0,273,0,1,0,0,0),(19960,3255,1,1,1,1747,0,-385.428,-3469.58,92.8667,1.76551,275,5,0,273,0,1,0,0,0),(19959,3255,1,1,1,1747,0,-1449.73,-2449.77,93.5158,4.31776,275,5,0,273,0,1,0,0,0),(19958,3255,1,1,1,1747,0,-1525.84,-2634.48,93.1202,2.58853,275,5,0,273,0,1,0,0,0),(19957,3255,1,1,1,1747,0,-1352.02,-2652.87,92.6228,5.25049,275,5,0,273,0,1,0,0,0),(19956,3255,1,1,1,1747,0,-1368.06,-3289.83,152.96,1.24905,275,5,0,273,0,1,0,0,0),(19955,3255,1,1,1,1747,0,780.506,-3287.23,220.343,4.20998,275,5,0,273,0,1,0,0,0),(19954,3255,1,1,1,1747,0,652.089,-3343.75,212.501,0.829833,275,5,0,273,0,1,0,0,0),(19953,3255,1,1,1,1747,0,1204.33,-3821.24,28.6187,0.614451,275,5,0,273,0,1,0,0,0),(19952,3255,1,1,1,1747,0,-813.277,-2661.67,94.0585,4.97264,275,5,0,273,0,1,0,0,0),(19951,3255,1,1,1,1747,0,-1022.98,-2443.48,92.9104,1.69612,275,5,0,273,0,1,0,0,0),(19950,3255,1,1,1,1747,0,-1135.64,-1885.52,94.1236,3.20413,275,5,0,273,0,1,0,0,0),(19949,3255,1,1,1,1747,0,-1310.75,-2556.16,93.8964,4.33532,275,5,0,273,0,1,0,0,0),(19948,3255,1,1,1,1747,0,-1341.74,-3508.5,173.686,2.54476,275,2,0,273,0,1,0,0,0),(19947,3255,1,1,1,1747,0,-1083.64,-3188.28,92.5431,4.70848,275,5,0,273,0,1,0,0,0),(19946,3255,1,1,1,1747,0,-390.106,-3528.57,94.2923,5.76622,275,5,0,273,0,1,0,0,0),(19945,3255,1,1,1,1747,0,-1286.84,-3457.35,146.853,3.42687,275,2,0,273,0,1,0,0,0),(19944,3255,1,1,1,1747,0,-1383.9,-2950.74,92.0322,0.383972,275,0,0,273,0,0,0,0,0),(19943,3255,1,1,1,1747,0,-1421.05,-3418.97,213.588,3.04775,275,5,0,273,0,1,0,0,0),(19942,3255,1,1,1,1747,0,-1452.61,-3319.61,212.945,3.89388,275,2,0,273,0,1,0,0,0),(19941,3255,1,1,1,1747,0,-1159.44,-2892.44,93.9809,0.858787,275,5,0,273,0,1,0,0,0),(55338,12206,349,1,1,12309,0,38.3197,-35.2215,-128.15,4.46804,86400,0,0,11940,0,0,0,0,0),(55337,6145,349,1,1,4878,0,426.917,26.3165,-149.9,1.51844,86400,5,0,8,0,1,0,0,0),(55336,6145,349,1,1,4878,0,430.249,50.0167,-149.919,3.12414,86400,5,0,8,0,1,0,0,0),(55167,12206,349,1,1,12309,0,171.467,-190.018,-110.903,0.069813,86400,0,0,11940,0,0,0,0,0),(55132,13599,349,1,1,6368,0,478.962,-43.8339,-96.3128,0.51851,86400,5,0,2310,0,1,0,0,0),(55166,13599,349,1,1,6368,0,477.189,-42.6843,-96.3128,0.534915,86400,5,0,2310,0,1,0,0,0),(55131,13599,349,1,1,6368,0,477.122,-47.5442,-96.3128,0.522017,86400,5,0,2310,0,1,0,0,0),(55130,13599,349,1,1,6368,0,479.861,-47.1232,-96.3128,0.335294,86400,5,0,2310,0,1,0,0,0),(55129,13599,349,1,1,6368,0,484.038,-40.9981,-96.3128,0.733645,86400,5,0,2310,0,1,0,0,0),(55128,13599,349,1,1,6368,0,498.234,-33.2483,-96.3129,3.48156,86400,5,0,2310,0,1,0,0,0),(55127,13321,349,1,1,6297,0,496.831,-1.75809,-96.2295,2.42601,86400,5,0,42,0,1,0,0,0),(55126,13599,349,1,1,6368,0,501.696,15.9784,-96.2295,5.42797,86400,5,0,2310,0,1,0,0,0),(55125,13599,349,1,1,6368,0,489.514,70.7749,-96.2295,2.07694,86400,5,0,2310,0,1,0,0,0),(55124,13321,349,1,1,1924,0,469.148,82.6312,-96.2265,1.71042,86400,5,0,42,0,1,0,0,0),(55123,13599,349,1,1,6368,0,565.576,111.099,-96.3128,1.09958,86400,5,0,2310,0,1,0,0,0),(55122,13599,349,1,1,6368,0,557.38,14.8111,-96.2295,3.50811,86400,5,0,2310,0,1,0,0,0),(55120,13599,349,1,1,6368,0,561.543,106.598,-96.2295,1.78024,86400,5,0,2310,0,1,0,0,0),(55121,13321,349,1,1,901,0,566.123,108.648,-96.2295,0.680678,86400,5,0,42,0,1,0,0,0),(55119,13321,349,1,1,901,0,564.205,22.5935,-96.2295,0.558505,86400,5,0,42,0,1,0,0,0),(55118,13599,349,1,1,6368,0,560.32,74.5518,-96.3128,2.27017,86400,0,0,2310,0,2,0,0,0),(55116,13599,349,1,1,6368,0,566.32,76.2589,-96.3128,2.08147,86400,0,0,2310,0,0,0,0,0),(55117,13599,349,1,1,6368,0,563.656,70.0509,-96.3128,2.07909,86400,0,0,2310,0,0,0,0,0),(55115,13599,349,1,1,6368,0,565.722,72.6156,-96.3128,2.197,86400,0,0,2310,0,0,0,0,0),(55114,13599,349,1,1,6368,0,575.895,40.6003,-96.2295,4.59022,86400,5,0,2310,0,1,0,0,0),(55113,13321,349,1,1,6297,0,576.581,41.6299,-96.2295,2.46091,86400,5,0,42,0,1,0,0,0),(55112,13599,349,1,1,6368,0,594.187,-0.671432,-96.2295,4.93928,86400,5,0,2310,0,1,0,0,0),(55111,13599,349,1,1,6368,0,618.178,27.9777,-96.2295,3.89208,86400,5,0,2310,0,1,0,0,0),(55110,13321,349,1,1,6295,0,617.496,27.362,-96.2295,3.735,86400,5,0,42,0,1,0,0,0),(55109,13743,349,1,1,9593,0,724.383,70.6804,-86.9115,0.174533,86400,2,0,1651,0,1,0,0,0),(55108,13743,349,1,1,9593,0,719.006,79.0069,-86.9727,3.9968,86400,2,0,1651,0,1,0,0,0),(55107,13743,349,1,1,9593,0,725.948,85.2888,-86.9268,4.46804,86400,2,0,1651,0,1,0,0,0),(55104,12225,349,1,1,12350,1,726.106,77.9764,-86.5913,6.00393,86400,0,0,12280,6348,0,0,0,0),(55103,11794,349,1,1,12337,1,802.575,75.7475,-86.8358,5.31355,86400,3,0,5544,0,1,0,0,0),(55101,11793,349,1,1,11714,1,801.315,81.004,-86.6453,4.8359,86400,2,0,4434,2301,1,0,0,0),(55100,11794,349,1,1,12337,1,810.533,75.4264,-86.4627,1.8326,86400,2,0,5544,0,1,0,0,0),(55098,12206,349,1,1,12309,0,297.198,-170.81,-59.9956,2.34287,86400,0,1,11940,0,2,0,0,0),(55099,11793,349,1,1,11714,1,806.328,72.7586,-86.7958,5.1642,86400,3,0,4434,2301,1,0,0,0),(55097,13533,349,1,1,13609,0,916.052,-355.317,-50.4767,2.27274,86400,3,0,5346,0,1,0,0,0),(55096,11790,349,1,1,11345,1,740.344,-500.71,-40.9572,4.2586,86400,2,0,4953,0,1,0,0,0),(55095,11790,349,1,1,11345,1,745.341,-505.86,-41.3151,3.35103,86400,2,0,4953,0,1,0,0,0),(55094,12216,349,1,1,2452,0,710.471,-498.483,-36.4188,5.81195,86400,1,0,1238,0,1,0,0,0),(55093,12216,349,1,1,2452,0,716.286,-496.908,-36.5688,3.40339,86400,2,0,1238,0,1,0,0,0),(55092,12217,349,1,1,12345,0,716.339,-502.585,-36.3717,5.74213,86400,2,0,1238,0,1,0,0,0),(55091,12216,349,1,1,2452,0,758.001,-558.553,-33.0496,3.92961,86400,0,0,1238,0,0,0,0,0),(55090,13141,349,1,1,2079,0,765.999,-549.697,-34.4227,4.26076,86400,5,0,4953,0,1,0,0,0),(47652,8902,230,1,1,8799,1,539.612,-184.316,-35.5069,6.21337,7200,0,0,1834,1864,0,0,0,0),(55088,12216,349,1,1,2452,0,762.554,-554.018,-33.5205,3.92462,86400,0,0,1238,0,0,0,0,0),(55087,12217,349,1,1,12345,0,762.554,-554.018,-33.5205,3.92462,86400,0,0,1238,0,2,0,0,0),(39813,2914,269,3,1,0,0,-1741.83,7196.18,22.6137,4.06217,86400,3,0,8,0,1,0,0,0),(39814,2914,269,3,1,0,0,-1779.17,7170.63,21.1143,3.49669,86400,3,0,8,0,1,0,0,0),(39815,2914,269,3,1,0,0,-1805.42,7160.9,21.9068,3.49669,86400,3,0,8,0,1,0,0,0),(39816,2914,269,3,1,0,0,-1871.69,7118.11,20.6549,4.03076,86400,3,0,8,0,1,0,0,0),(39817,2914,269,3,1,0,0,-1949.56,7072.45,21.715,3.23751,86400,3,0,8,0,1,0,0,0),(54128,11793,349,1,1,11714,1,903.121,-326.834,-49.6053,4.88513,86400,0,0,4434,2301,2,0,0,0),(54129,11793,349,1,1,11714,1,901.704,-330.173,-49.4676,4.89489,86400,0,0,4434,2301,0,0,0,0),(54130,13533,349,1,1,13609,0,925.31,-327.509,-49.2884,0.030144,86400,5,0,5346,0,1,0,0,0),(54131,12222,349,1,1,14350,0,942.606,-271.673,-45.7377,3.9968,86400,1,0,5148,0,1,0,0,0),(55086,12216,349,1,1,2452,0,763.24,-466.769,-40.9006,5.68977,86400,1,0,1238,0,1,0,0,0),(55085,12217,349,1,1,12345,0,758.59,-461.858,-40.8331,0.64812,86400,1,0,1238,0,1,0,0,0),(55084,11790,349,1,1,11345,1,757.784,-512.531,-53.0517,5.65487,86400,1,0,4953,0,1,0,0,0),(55083,11790,349,1,1,11345,1,755.923,-521.588,-53.0517,0.331613,86400,1,0,4953,0,1,0,0,0),(55081,12216,349,1,1,2452,0,762.208,-522.24,-53.0395,5.91667,86400,1,0,1238,0,1,0,0,0),(55082,12216,349,1,1,2452,0,762.065,-508.685,-52.9463,4.60767,86400,1,0,1238,0,1,0,0,0),(55080,12217,349,1,1,12345,0,754.606,-517.529,-53.0517,0.506145,86400,1,0,1238,0,1,0,0,0),(53132,10391,329,1,1,9786,1,3586.79,-3475.41,135.112,3.26768,86400,5,0,2699,0,1,0,0,0),(53131,10391,329,1,1,9787,1,3536.74,-3423.91,135.678,2.8578,86400,5,0,2699,0,1,0,0,0),(53130,10391,329,1,1,9787,1,3541.83,-3413.87,134.467,0.854294,86400,5,0,2699,0,1,0,0,0),(53129,10391,329,1,1,9787,1,3449.57,-3388.77,140.96,2.57412,86400,5,0,2699,0,1,0,0,0),(53128,10391,329,1,1,9788,1,3459.25,-3392.13,140.38,3.6474,86400,5,0,2699,0,1,0,0,0),(53127,10391,329,1,1,9786,1,3475.97,-3371.16,135.702,6.1901,86400,5,0,2699,0,1,0,0,0),(28459,584,0,1,1,0,1,-8694.7,-2328.5,156.375,4.08125,21600,5,0,840,0,1,0,0,0),(53126,10391,329,1,1,9786,1,3473.96,-3375.19,135.607,1.93423,86400,5,0,2699,0,1,0,0,0),(53125,10391,329,1,1,9786,1,3543.4,-3349.95,129.913,3.72522,86400,5,0,2699,0,1,0,0,0),(53124,10391,329,1,1,9788,1,3537.68,-3355.87,131.341,2.96323,86400,5,0,2699,0,1,0,0,0),(53123,10391,329,1,1,9788,1,3712.61,-3613.89,141.662,4.0373,86400,5,0,2699,0,1,0,0,0),(18036,1915,0,1,1,3582,1,-71.8101,805.812,65.0747,2.47837,275,0,0,330,938,0,0,0,0),(53122,10391,329,1,1,9788,1,3709.9,-3605.64,141.035,2.50183,86400,5,0,2699,0,1,0,0,0),(53121,10391,329,1,1,9787,1,3513.75,-3325.92,131.746,4.54294,86400,5,0,2699,0,1,0,0,0),(53120,10391,329,1,1,9786,1,3504.22,-3328.45,131.161,0.131781,86400,5,0,2699,0,1,0,0,0),(53106,10391,329,1,1,9788,1,3688.26,-3586.21,138.198,5.43384,86400,5,0,2699,0,1,0,0,0),(53105,10391,329,1,1,9786,1,3694.5,-3603.23,138.723,6.22235,86400,5,0,2699,0,1,0,0,0),(28458,572,0,1,1,0,0,-10030.1,1510.22,40.7341,6.16887,72000,5,0,404,456,1,0,0,0),(53104,10391,329,1,1,9784,1,3642.39,-3637.25,138.533,2.55826,86400,5,0,2699,0,1,0,0,0),(53103,10391,329,1,1,9787,1,3638.56,-3628.84,138.046,5.72918,86400,5,0,2699,0,1,0,0,0),(53102,10391,329,1,1,9786,1,3653.26,-3499.66,136.507,4.35522,86400,5,0,2699,0,1,0,0,0),(53101,10391,329,1,1,9786,1,3651.27,-3494.33,136.68,2.60556,86400,5,0,2699,0,1,0,0,0),(95026,17527,530,1,1,0,0,-2122.75,-10990.6,58.4312,5.964,300,5,0,356,0,1,0,0,0),(95024,17527,530,1,1,0,0,-2145.99,-10867.7,68.7803,1.12203,300,5,0,356,0,1,0,0,0),(53098,10390,329,1,1,7555,1,3687.01,-3155.88,127.187,2.71755,86400,8,0,2823,2117,1,0,0,0),(53097,10390,329,1,1,9785,1,3635.44,-3174.83,128.762,1.97532,86400,8,0,2823,2117,1,0,0,0),(53096,10390,329,1,1,7555,1,3621.5,-3514.44,137.108,1.23412,86400,5,0,2823,2117,1,0,0,0),(53095,10390,329,1,1,7555,1,3620.27,-3520.09,137.493,4.69301,86400,5,0,2823,2117,1,0,0,0),(53094,10390,329,1,1,9790,1,3661.63,-3329.61,123.558,1.62985,86400,5,0,2823,2117,1,0,0,0),(53093,10390,329,1,1,9790,1,3666.9,-3322.76,123.613,3.05136,86400,5,0,2823,2117,1,0,0,0),(53092,10390,329,1,1,9785,1,3698.4,-3489.43,131.056,3.00634,86400,5,0,2823,2117,1,0,0,0),(53091,10390,329,1,1,9785,1,3694.43,-3482.54,131.681,4.7017,86400,5,0,2823,2117,1,0,0,0),(53090,10390,329,1,1,9790,1,3627.54,-3492.95,137.034,5.1846,86400,5,0,2823,2117,1,0,0,0),(53011,10390,329,1,1,9785,1,3622.67,-3487.86,137.44,0.861748,86400,5,0,2823,2117,1,0,0,0),(53010,10390,329,1,1,9790,1,3692.79,-3387.9,131.515,0.550583,86400,5,0,2823,2117,1,0,0,0),(39927,17968,534,1,1,0,0,5581.49,-3445.63,1575.1,3.905,604800,0,0,3979500,0,0,0,0,0),(53009,10390,329,1,1,9785,1,3698.26,-3396.78,132.03,1.53061,86400,5,0,2823,2117,1,0,0,0),(53008,10390,329,1,1,9785,1,3730.61,-3256.88,128.189,5.52214,86400,5,0,2823,2117,1,0,0,0),(53007,10390,329,1,1,9790,1,3736.98,-3263.34,129.114,6.1695,86400,5,0,2823,2117,1,0,0,0),(53006,10390,329,1,1,9785,1,3551.97,-3371.45,132.314,1.29948,86400,5,0,2823,2117,1,0,0,0),(53005,10390,329,1,1,9790,1,3550.8,-3386.03,133.597,2.73201,86400,5,0,2823,2117,1,0,0,0),(53004,10390,329,1,1,9785,1,3681.62,-3298.35,127.457,1.36652,86400,5,0,2823,2117,1,0,0,0),(53003,10390,329,1,1,9790,1,3687.3,-3303.76,127.508,2.81471,86400,5,0,2823,2117,1,0,0,0),(53002,10390,329,1,1,7555,1,3564.66,-3347.12,129.834,1.12573,86400,5,0,2823,2117,1,0,0,0),(53001,10390,329,1,1,7555,1,3563.91,-3351.76,130.562,2.94869,86400,5,0,2823,2117,1,0,0,0),(53000,10390,329,1,1,7555,1,3430.46,-3379.73,141.272,1.38518,86400,2,0,2823,2117,1,0,0,0),(52999,10390,329,1,1,9785,1,3436.66,-3376.77,141.071,5.23948,86400,2,0,2823,2117,1,0,0,0),(52998,10390,329,1,1,9789,1,3425.52,-3375.72,141.542,2.21531,86400,5,0,2823,2117,1,0,0,0),(52997,10390,329,1,1,9789,1,3483.86,-3299.56,130.856,3.44909,86400,5,0,2823,2117,1,0,0,0),(52996,10390,329,1,1,9789,1,3490.28,-3295.28,130.498,5.25262,86400,5,0,2823,2117,1,0,0,0),(52995,10390,329,1,1,9785,1,3551.75,-3318.7,129.777,0.119286,86400,5,0,2823,2117,1,0,0,0),(52994,10390,329,1,1,9785,1,3554.91,-3311.05,130.428,0.905975,86400,5,0,2823,2117,1,0,0,0),(52993,10390,329,1,1,9789,1,3497.6,-3384.41,135.264,2.42268,86400,5,0,2823,2117,1,0,0,0),(52992,10390,329,1,1,9789,1,3493.25,-3388.5,135.826,0.574278,86400,5,0,2823,2117,1,0,0,0),(52934,10390,329,1,1,9785,1,3670.59,-3352.4,125.407,5.92991,86400,5,0,2823,2117,1,0,0,0),(52853,10390,329,1,1,9789,1,3680.7,-3363.56,128.021,0.674902,86400,5,0,2823,2117,1,0,0,0),(52852,10390,329,1,1,9789,1,3591.79,-3484.97,135.11,3.90172,86400,5,0,2823,2117,1,0,0,0),(52838,10390,329,1,1,9785,1,3584.44,-3466.19,135.343,1.67972,86400,5,0,2823,2117,1,0,0,0),(52837,10390,329,1,1,9790,1,3590.24,-3475.11,134.934,2.18971,86400,5,0,2823,2117,1,0,0,0),(52683,10390,329,1,1,9785,1,3547.97,-3427.44,135.729,4.89957,86400,5,0,2823,2117,1,0,0,0),(52653,10390,329,1,1,9790,1,3535.83,-3416.23,134.661,6.25018,86400,5,0,2823,2117,1,0,0,0),(52652,10390,329,1,1,9789,1,3460.7,-3388.2,139.306,4.49728,86400,5,0,2823,2117,1,0,0,0),(52651,10390,329,1,1,9785,1,3452.27,-3393.72,141.604,5.49792,86400,5,0,2823,2117,1,0,0,0),(52650,10390,329,1,1,7555,1,3455.93,-3386.88,139.954,5.62357,86400,5,0,2823,2117,1,0,0,0),(52649,10390,329,1,1,9789,1,3469.63,-3366.81,137.392,0.456945,86400,5,0,2823,2117,1,0,0,0),(52648,10390,329,1,1,7555,1,3480.62,-3370.59,134.986,1.42571,86400,5,0,2823,2117,1,0,0,0),(52647,10390,329,1,1,7555,1,3540.67,-3351.09,130.451,5.39423,86400,5,0,2823,2117,1,0,0,0),(52646,10390,329,1,1,9785,1,3535.89,-3351.38,131.246,0.93052,86400,5,0,2823,2117,1,0,0,0),(52645,10390,329,1,1,7555,1,3544.59,-3340.91,129.432,1.01358,86400,5,0,2823,2117,1,0,0,0),(52644,10390,329,1,1,9785,1,3716.41,-3604.13,141.614,1.2528,86400,5,0,2823,2117,1,0,0,0),(52643,10390,329,1,1,7555,1,3703.67,-3618.57,140.765,2.96533,86400,5,0,2823,2117,1,0,0,0),(52623,10390,329,1,1,9789,1,3705.13,-3612.83,140.586,4.44236,86400,5,0,2823,2117,1,0,0,0),(52622,10390,329,1,1,9785,1,3511.27,-3318.14,131.258,0.848166,86400,5,0,2823,2117,1,0,0,0),(52621,10390,329,1,1,9789,1,3506.53,-3315.25,130.68,4.71131,86400,5,0,2823,2117,1,0,0,0),(52620,10390,329,1,1,9790,1,3690.67,-3600.46,138.302,5.06276,86400,5,0,2823,2117,1,0,0,0),(52619,10390,329,1,1,9790,1,3689.68,-3594.95,138.108,1.03683,86400,5,0,2823,2117,1,0,0,0),(52618,10390,329,1,1,9785,1,3641.14,-3647.34,138.605,2.07028,86400,5,0,2823,2117,1,0,0,0),(52617,10390,329,1,1,9789,1,3645.3,-3638.41,138.556,3.69155,86400,5,0,2823,2117,1,0,0,0),(52616,10390,329,1,1,9785,1,3657.38,-3503.78,136.583,5.42045,86400,5,0,2823,2117,1,0,0,0),(52615,10390,329,1,1,9790,1,3660.48,-3505.01,136.699,3.58451,86400,5,0,2823,2117,1,0,0,0),(52614,10385,329,1,1,10478,0,3641.3,-3487.3,137.42,3.92997,86400,5,0,5398,0,1,0,0,0),(52613,10385,329,1,1,10479,0,3471.3,-3363.83,137.354,5.09636,86400,0,0,5398,0,0,0,0,0),(52612,10385,329,1,1,10481,0,3535.85,-3428.41,136.62,0.920928,86400,5,0,5398,0,1,0,0,0),(52605,10385,329,1,1,10478,0,3732.72,-3486.28,131.443,2.32129,86400,0,0,5398,0,0,0,0,0),(95017,17527,530,1,1,0,0,-2017.57,-10936.2,60.0361,2.76352,300,5,0,356,0,1,0,0,0),(52602,10385,329,1,1,10480,0,3696.66,-3376.94,131.376,1.0821,86400,0,0,5398,0,0,0,0,0),(52601,10385,329,1,1,10481,0,3697.62,-3374.77,131.246,4.36332,86400,0,0,5398,0,0,0,0,0),(52600,10385,329,1,1,10480,0,3656.81,-3355.02,126.067,0.972282,86400,5,0,5398,0,1,0,0,0),(52599,10385,329,1,1,10479,0,3626.35,-3536.6,138.556,0,86400,0,0,5398,0,0,0,0,0),(52258,10385,329,1,1,10478,0,3629.17,-3536.3,138.541,3.36848,86400,0,0,5398,0,0,0,0,0),(52249,10385,329,1,1,10479,0,3534.04,-3430.79,138.082,4.74729,86400,0,0,5398,0,0,0,0,0),(52248,10385,329,1,1,10481,0,3725.91,-3480.77,130.194,2.45175,86400,5,0,5398,0,1,0,0,0),(52235,10385,329,1,1,10481,0,3670.07,-3264.18,127.886,1.16937,86400,0,0,5398,0,0,0,0,0),(52234,10384,329,1,1,10485,0,3662.65,-3337.44,123.913,5.27352,86400,5,0,5398,0,1,0,0,0),(52233,10384,329,1,1,10483,0,3683.31,-3327.97,124.96,0.162112,86400,5,0,5398,0,1,0,0,0),(52229,10384,329,1,1,10483,0,3482.35,-3295.59,131.375,5.33953,86400,5,0,5398,0,1,0,0,0),(52228,10384,329,1,1,10484,0,3696.66,-3376.94,131.376,1.0821,86400,0,0,5398,0,0,0,0,0),(52227,10384,329,1,1,10485,0,3697.62,-3374.77,131.246,4.36332,86400,0,0,5398,0,0,0,0,0),(95016,17527,530,1,1,0,0,-1964.58,-11257.7,70.458,3.72957,300,5,0,356,0,1,0,0,0),(52225,10384,329,1,1,10483,0,3670.07,-3264.18,127.886,1.16937,86400,0,0,5398,0,0,0,0,0),(52224,10384,329,1,1,10486,0,3714.04,-3480.83,129.701,0.876692,86400,5,0,5398,0,1,0,0,0),(52223,10384,329,1,1,10484,0,3480.28,-3302.57,130.583,2.23402,86400,0,0,5398,0,0,0,0,0),(52222,10384,329,1,1,10485,0,3530.04,-3350.78,132.379,3.9619,86400,0,0,5398,0,0,0,0,0),(52221,10384,329,1,1,10485,0,3528.34,-3354.72,132.914,1.43117,86400,0,0,5398,0,0,0,0,0),(52220,10384,329,1,1,10486,0,3704.26,-3408.54,132.106,5.41942,86400,5,0,5398,0,1,0,0,0),(52219,10384,329,1,1,10483,0,3670.38,-3261.41,127.893,4.85202,86400,0,0,5398,0,0,0,0,0),(52218,10384,329,1,1,10485,0,3483.63,-3379.57,135.197,3.12449,86400,5,0,5398,0,1,0,0,0),(52217,10382,329,1,1,5431,0,3664.81,-3319.01,124.366,0.415108,86400,5,0,7842,0,1,0,0,0),(52216,10382,329,1,1,4631,0,3658.89,-3320.39,123.878,1.7659,86400,5,0,7842,0,1,0,0,0),(52215,10382,329,1,1,10972,0,3667.63,-3328.37,123.758,5.9826,86400,5,0,7842,0,1,0,0,0),(52214,10382,329,1,1,10972,0,3698.85,-3494.28,132.122,6.14401,86400,5,0,7842,0,1,0,0,0),(52213,10382,329,1,1,10972,0,3691.93,-3490.7,132.537,6.19207,86400,5,0,7842,0,1,0,0,0),(52212,10382,329,1,1,4631,0,3618.75,-3497.01,137.193,5.60792,86400,5,0,7842,0,1,0,0,0),(52211,10382,329,1,1,4631,0,3631.89,-3492.75,137.014,0.00543,86400,5,0,7842,0,1,0,0,0),(52210,10382,329,1,1,5431,0,3725.71,-3262.73,127.86,3.85656,86400,5,0,7842,0,1,0,0,0),(52209,10382,329,1,1,10972,0,3734.98,-3267.27,129.133,4.71749,86400,5,0,7842,0,1,0,0,0),(52208,10382,329,1,1,10972,0,3554.79,-3369.68,132.578,1.02675,86400,5,0,7842,0,1,0,0,0),(52207,10382,329,1,1,4631,0,3545.27,-3381.85,132.547,0.867061,86400,5,0,7842,0,1,0,0,0),(52206,10382,329,1,1,5431,0,3678.92,-3283.11,127.833,2.06272,86400,5,0,7842,0,1,0,0,0),(52205,10382,329,1,1,10972,0,3569.41,-3346.16,129.924,2.61909,86400,5,0,7842,0,1,0,0,0),(52204,10382,329,1,1,4631,0,3574.97,-3343.18,128.983,4.10899,86400,5,0,7842,0,1,0,0,0),(52203,10382,329,1,1,5431,0,3578.67,-3347.97,129.653,5.12787,86400,5,0,7842,0,1,0,0,0),(52202,10382,329,1,1,4631,0,3562.86,-3324.1,129.675,0.43437,86400,5,0,7842,0,1,0,0,0),(52201,10382,329,1,1,4631,0,3503.38,-3388.27,134.836,3.20638,86400,5,0,7842,0,1,0,0,0),(52200,10382,329,1,1,4631,0,3500.38,-3372.53,135.843,1.34883,86400,5,0,7842,0,1,0,0,0),(52199,10382,329,1,1,5431,0,3667.95,-3359.68,125.976,0.005031,86400,5,0,7842,0,1,0,0,0),(52198,10382,329,1,1,4631,0,3674.54,-3366.41,127.147,1.66585,86400,5,0,7842,0,1,0,0,0),(52197,10382,329,1,1,4631,0,3596.14,-3481.59,135.044,3.87758,86400,5,0,7842,0,1,0,0,0),(52196,10382,329,1,1,4631,0,3542.26,-3419.04,135.031,4.51707,86400,5,0,7842,0,1,0,0,0),(52195,10382,329,1,1,4631,0,3550.21,-3421.96,135.874,4.81375,86400,5,0,7842,0,1,0,0,0),(52194,10382,329,1,1,10972,0,3454.83,-3391.44,140.677,5.42154,86400,5,0,7842,0,1,0,0,0),(52193,10382,329,1,1,4631,0,3471.08,-3369.6,136.485,3.2834,86400,5,0,7842,0,1,0,0,0),(52192,10382,329,1,1,5431,0,3465.73,-3365.42,138.516,0.066769,86400,5,0,7842,0,1,0,0,0),(52191,10382,329,1,1,5431,0,3466.83,-3371.77,137.409,6.20467,86400,5,0,7842,0,1,0,0,0),(52190,10382,329,1,1,10972,0,3534.21,-3345.59,130.653,0.980717,86400,5,0,7842,0,1,0,0,0),(52189,10382,329,1,1,10972,0,3715.07,-3597.51,141.707,2.80487,86400,5,0,7842,0,1,0,0,0),(52188,10382,329,1,1,10972,0,3509.24,-3313.61,130.941,2.70836,86400,5,0,7842,0,1,0,0,0),(52187,10382,329,1,1,5431,0,3506.87,-3323.48,130.974,4.2854,86400,5,0,7842,0,1,0,0,0),(52186,10382,329,1,1,10972,0,3515.04,-3316.57,131.35,4.23023,86400,5,0,7842,0,1,0,0,0),(52185,10382,329,1,1,5431,0,3681.87,-3594.08,137.619,5.50927,86400,5,0,7842,0,1,0,0,0),(52184,10382,329,1,1,4631,0,3689.37,-3607.98,138.397,0.26182,86400,5,0,7842,0,1,0,0,0),(52183,10382,329,1,1,10972,0,3644.79,-3627.93,137.948,1.51418,86400,5,0,7842,0,1,0,0,0),(52182,10381,329,1,1,10255,0,3629.4,-3526.21,137.106,5.41519,86400,5,0,8097,0,1,0,0,0),(52181,10381,329,1,1,10974,0,3635.68,-3525.94,136.988,2.67903,86400,5,0,8097,0,1,0,0,0),(52180,10381,329,1,1,5432,0,3638.63,-3521.61,136.766,0.01085,86400,5,0,8097,0,1,0,0,0),(52179,10381,329,1,1,10255,0,3686.24,-3495.98,134.736,3.12041,86400,5,0,8097,0,1,0,0,0),(52177,10381,329,1,1,5432,0,3612.31,-3495.04,136.794,5.95079,86400,5,0,8097,0,1,0,0,0),(52176,10381,329,1,1,10974,0,3701.04,-3390.68,132.005,5.24097,86400,5,0,8097,0,1,0,0,0),(52175,10381,329,1,1,10974,0,3688.14,-3393.81,132.071,0.653204,86400,5,0,8097,0,1,0,0,0),(52174,10381,329,1,1,10974,0,3689.05,-3388.88,131.576,6.22011,86400,5,0,8097,0,1,0,0,0),(52173,10381,329,1,1,5432,0,3736.66,-3256.57,129.281,0.377382,86400,5,0,8097,0,1,0,0,0),(768,2544,0,1,1,9573,0,-14883.2,310.978,3.08525,3.58601,300,10,0,1829,0,1,0,0,0),(767,2544,0,1,1,9573,0,-14653.6,222.136,0.013959,2.8207,300,5,0,1829,0,1,0,0,0),(19940,3255,1,1,1,1747,0,-880.768,-3221.34,91.9904,5.14108,275,5,0,273,0,1,0,0,0),(19939,3255,1,1,1,1747,0,-1549.85,-3420.93,215.515,5.1673,275,5,0,273,0,1,0,0,0),(19938,3255,1,1,1,1747,0,-798.217,-3170.69,91.8965,5.58248,275,5,0,273,0,1,0,0,0),(19937,3255,1,1,1,1747,0,-1549.07,-3348.33,212.861,0.367013,275,2,0,273,0,1,0,0,0),(7138,2831,0,1,1,1106,0,-7084.31,-2795.93,242.095,0.970321,300,10,0,1751,0,1,0,0,0),(55079,11790,349,1,1,11345,1,814.742,-504.85,-40.8171,2.80998,86400,0,0,4953,0,0,0,0,0),(8450,4403,1,1,1,2599,0,-4306.27,-4198.06,11.2712,4.63022,360,5,0,1464,0,1,0,0,0),(19936,3255,1,1,1,1747,0,-1451.81,-3381.5,216.309,2.72778,275,2,0,273,0,1,0,0,0),(19935,3255,1,1,1,1747,0,-1518.48,-3321.35,213.299,4.32738,275,2,0,273,0,1,0,0,0),(19934,3255,1,1,1,1747,0,-1354.87,-3438.08,183.252,3.23154,275,2,0,273,0,1,0,0,0),(19933,3255,1,1,1,1747,0,-1380.41,-3382.69,209.899,0.047502,275,2,0,273,0,1,0,0,0),(19932,3255,1,1,1,1747,0,-1194.55,-1853.26,90.6904,3.49854,275,5,0,273,0,1,0,0,0),(766,1653,0,1,1,2563,1,-14926.2,121.127,7.52015,1.20442,300,0,0,1110,3293,0,0,0,0),(765,783,0,1,1,4623,1,-13053.6,-820.605,70.2765,5.79449,300,5,0,2059,0,1,0,0,0),(764,1060,0,1,1,4633,1,-13051.4,-825.641,70.4015,1.22173,1800,0,0,4278,2966,0,0,0,0),(763,688,0,1,1,12344,0,-11455.3,7.50279,31.2792,4.60056,300,5,0,1107,0,1,0,0,0),(762,710,0,1,1,6704,1,-12488.8,-991.375,48.002,0.595045,1800,2,0,1381,3575,1,0,0,0),(761,680,0,1,1,11569,1,-12499.4,-1006.05,51.8517,1.28534,1800,0,0,2125,0,0,0,0,0),(19931,3255,1,1,1,1747,0,-1450.52,-3447.56,214.146,2.20423,275,2,0,273,0,1,0,0,0),(19930,3255,1,1,1,1747,0,-1490.38,-3349.46,240.625,2.88073,275,2,0,273,0,1,0,0,0),(760,1491,0,1,1,4923,1,-13572.2,-443.054,0.454261,5.27631,300,5,0,2138,0,1,0,0,0),(759,1488,0,1,1,1065,0,-13594,-415.615,0.714449,4.31908,300,5,0,2059,0,1,0,0,0),(758,690,0,1,1,8797,0,-12907.8,387.729,54.1609,4.10147,300,5,0,1678,0,1,0,0,0),(757,595,0,1,1,4574,1,-11677.4,773.066,50.8321,4.54629,300,5,0,1279,0,1,0,0,0),(756,1551,0,1,1,2174,0,-13269.1,-497.587,20.067,0,300,0,0,2059,0,0,0,0,0),(755,678,0,1,1,416,1,-12348,-1018.82,8.01886,1.93921,1800,0,0,1973,0,0,0,0,0),(754,4506,0,1,1,1902,1,-14924,104.887,0.16385,4.94076,300,0,0,1829,0,0,0,0,0),(753,4505,0,1,1,2557,1,-14919.6,81.1497,0.18739,4.18753,300,0,0,1902,0,0,0,0,0),(752,4506,0,1,1,1902,1,-14917.3,99.6151,0.199658,2.75565,300,0,0,1829,0,0,0,0,0),(751,4505,0,1,1,2557,1,-14927.5,92.2413,0.199662,6.12409,300,2,0,1902,0,1,0,0,0),(750,1653,0,1,1,2564,1,-14917.7,76.5275,0.199879,1.62326,300,0,0,1110,3293,0,0,0,0),(749,1558,0,1,1,844,0,-13838.8,-41.7949,57.1037,4.93094,300,0,0,1981,0,2,0,0,0),(748,11346,0,1,1,11160,1,-11915.2,-943.197,52.4557,1.57512,1800,0,0,6273,6351,2,0,0,0),(747,11355,0,1,1,11170,1,-11848.5,-988.542,70.0429,3.02209,1800,0,0,7599,0,0,0,0,0),(40218,6271,530,1,1,0,0,2136.46,2286.55,73.728,2.46765,300,5,0,8,0,1,0,0,0),(40219,6271,530,1,1,0,0,2133.6,2283.93,75.3284,5.22342,300,5,0,8,0,1,0,0,0),(40220,6271,530,1,1,0,0,2132.72,2228.2,74.6709,3.88954,300,5,0,8,0,1,0,0,0),(40221,6271,530,1,1,0,0,2205.29,2218.14,83.7394,1.69612,300,5,0,8,0,1,0,0,0),(40222,6271,530,1,1,0,0,2109.38,2227.16,72.3833,4.66134,300,5,0,8,0,1,0,0,0),(40223,6271,530,1,1,0,0,2213.33,2195.95,82.473,4.25093,300,5,0,8,0,1,0,0,0),(40224,6271,530,1,1,0,0,2280.25,2182.06,92.1861,2.97252,300,5,0,8,0,1,0,0,0),(40225,6271,530,1,1,0,0,2290.5,2260.22,97.1653,4.5856,300,5,0,8,0,1,0,0,0),(40226,6271,530,1,1,0,0,2303.25,2211.98,96.4789,3.03104,300,5,0,8,0,1,0,0,0),(8449,4403,1,1,1,2599,0,-4445.98,-4198.86,10.4403,2.10351,360,5,0,1464,0,1,0,0,0),(19929,3255,1,1,1,1747,0,-1142.73,-2868.38,94.9809,5.7019,275,5,0,273,0,1,0,0,0),(15379,2349,0,1,1,6808,0,-480.979,-1752.55,80.6661,6.15525,300,10,0,664,0,1,0,0,0),(746,11355,0,1,1,11168,1,-11882.1,-1004.05,91.3802,1.6057,1800,0,0,7599,0,0,0,0,0),(19928,3255,1,1,1,1747,0,-1518.91,-3453.04,214.222,4.25014,275,2,0,273,0,1,0,0,0),(19927,3255,1,1,1,1747,0,-691.87,-1761.38,94.0559,4.04192,275,5,0,273,0,1,0,0,0),(19926,3255,1,1,1,1747,0,-711.359,-3302.88,97.1153,4.49775,275,5,0,273,0,1,0,0,0),(52172,10381,329,1,1,10255,0,3546.78,-3386.96,133.048,4.91979,86400,5,0,8097,0,1,0,0,0),(52171,10381,329,1,1,5432,0,3686.92,-3295.15,128.064,2.60413,86400,5,0,8097,0,1,0,0,0),(52170,10381,329,1,1,5432,0,3682.91,-3292.13,127.906,1.72944,86400,5,0,8097,0,1,0,0,0),(52169,10381,329,1,1,10974,0,3481.05,-3308.16,130.399,1.73816,86400,5,0,8097,0,1,0,0,0),(52168,10381,329,1,1,5432,0,3477.86,-3305.73,130.871,5.1335,86400,5,0,8097,0,1,0,0,0),(52167,10381,329,1,1,10255,0,3474.74,-3300.15,132.174,4.36771,86400,5,0,8097,0,1,0,0,0),(52166,10381,329,1,1,10974,0,3571.87,-3319.62,130.192,2.29236,86400,5,0,8097,0,1,0,0,0),(52165,10381,329,1,1,10974,0,3560.17,-3312.98,130.42,2.319,86400,5,0,8097,0,1,0,0,0),(52164,10381,329,1,1,5432,0,3505.27,-3378.88,134.582,0.153494,86400,5,0,8097,0,1,0,0,0),(52163,10381,329,1,1,10255,0,3682.73,-3357.95,127.543,0.76348,86400,5,0,8097,0,1,0,0,0),(52162,10381,329,1,1,5432,0,3597.46,-3472.57,134.946,4.09147,86400,5,0,8097,0,1,0,0,0),(52161,10381,329,1,1,10974,0,3541.29,-3425.16,135.546,2.4321,86400,5,0,8097,0,1,0,0,0),(52160,10381,329,1,1,10255,0,3456.69,-3380.28,139.491,0.128416,86400,5,0,8097,0,1,0,0,0),(52159,10381,329,1,1,10255,0,3539.78,-3343.31,129.697,1.47985,86400,5,0,8097,0,1,0,0,0),(52158,10381,329,1,1,10255,0,3710.51,-3620.16,141.547,0.100955,86400,5,0,8097,0,1,0,0,0),(52157,10381,329,1,1,5432,0,3682.41,-3601.54,137.621,2.18111,86400,5,0,8097,0,1,0,0,0),(52156,10381,329,1,1,10255,0,3636.06,-3636.82,138.218,0.454397,86400,5,0,8097,0,1,0,0,0),(52155,10381,329,1,1,10255,0,3650.12,-3643.09,138.49,1.22656,86400,5,0,8097,0,1,0,0,0),(52154,10381,329,1,1,10974,0,3657.9,-3490.51,136.838,3.2922,86400,5,0,8097,0,1,0,0,0),(19925,3255,1,1,1,1747,0,-984.848,-3216.02,93.4167,2.67648,275,5,0,273,0,1,0,0,0),(19924,3255,1,1,1,1747,0,-347.187,-1480.75,93.2343,5.03469,275,5,0,273,0,1,0,0,0),(19923,3255,1,1,1,1747,0,344.223,-1880.16,91.8897,1.08995,275,5,0,273,0,1,0,0,0),(19922,3255,1,1,1,1747,0,-700.215,-1619.22,91.853,4.02072,275,5,0,273,0,1,0,0,0),(19921,3255,1,1,1,1747,0,251.364,-1581.04,93.2692,1.01095,275,5,0,273,0,1,0,0,0),(19920,3255,1,1,1,1747,0,-1272.92,-3357.76,156.237,1.5708,275,5,0,273,0,1,0,0,0),(19919,3255,1,1,1,1747,0,-1138.76,-1788.94,93.5556,5.33287,275,5,0,273,0,1,0,0,0),(19918,3255,1,1,1,1747,0,303.96,-2755.83,93.9657,6.14405,275,5,0,273,0,1,0,0,0),(19917,3255,1,1,1,1747,0,374.113,-1856.25,91.7917,1.35429,275,5,0,273,0,1,0,0,0),(19916,3255,1,1,1,1747,0,-961.185,-1716.01,92.2917,3.17711,275,5,0,273,0,1,0,0,0),(19915,3255,1,1,1,1747,0,-1085.25,-3330.59,91.1811,4.11918,275,5,0,273,0,1,0,0,0),(19914,3255,1,1,1,1747,0,-1384.19,-2805.34,92.9017,1.90922,275,5,0,273,0,1,0,0,0),(19913,3255,1,1,1,1747,0,-1291.63,-2725.38,93.4787,3.12794,275,5,0,273,0,1,0,0,0),(19912,3255,1,1,1,1747,0,810.151,-2781.39,91.8489,0.116548,275,5,0,273,0,1,0,0,0),(19911,3255,1,1,1,1747,0,746.8,-2886.75,92.2134,0.594548,275,5,0,273,0,1,0,0,0),(19910,3255,1,1,1,1747,0,483.77,-3516.3,100.015,3.37924,275,2,0,273,0,1,0,0,0),(19909,3255,1,1,1,1747,0,404.811,-3476.64,92.7827,4.32826,275,5,0,273,0,1,0,0,0),(19908,3255,1,1,1,1747,0,225.473,-3253.91,69.3459,1.40019,275,5,0,273,0,1,0,0,0),(19907,3255,1,1,1,1747,0,729.247,-2477.06,91.7917,2.29673,275,5,0,273,0,1,0,0,0),(19906,3255,1,1,1,1747,0,-988.242,-1689.11,91.7917,3.74533,275,5,0,273,0,1,0,0,0),(19905,3255,1,1,1,1747,0,-683.646,-1656.26,91.7917,1.6444,275,5,0,273,0,1,0,0,0),(19904,3255,1,1,1,1747,0,-445.556,-1679.41,92.0687,0.479686,275,5,0,273,0,1,0,0,0),(19903,3255,1,1,1,1747,0,-727.996,-1853.27,93.622,3.54062,275,5,0,273,0,1,0,0,0),(19902,3255,1,1,1,1747,0,-831.024,-3188.9,91.9471,2.86866,275,5,0,273,0,1,0,0,0),(19901,3255,1,1,1,1747,0,563.388,-2939.16,93.6895,5.25912,275,5,0,273,0,1,0,0,0),(19900,3255,1,1,1,1747,0,945.08,-3093.33,93.0098,2.32228,275,5,0,273,0,1,0,0,0),(19899,3255,1,1,1,1747,0,914.241,-2947.61,91.7916,3.18586,275,5,0,273,0,1,0,0,0),(19898,3255,1,1,1,1747,0,479.599,-3081.66,94.8052,0.541455,275,5,0,273,0,1,0,0,0),(19897,3255,1,1,1,1747,0,978.997,-2975.65,91.7917,1.59487,275,5,0,273,0,1,0,0,0),(19896,3255,1,1,1,1747,0,83.1747,-1546.56,93.2984,1.91493,275,5,0,273,0,1,0,0,0),(19895,3255,1,1,1,1747,0,-435.147,-1999.87,92.1709,2.31556,275,5,0,273,0,1,0,0,0),(19894,3255,1,1,1,1747,0,-1317.79,-2741.71,94.877,0.182471,275,5,0,273,0,1,0,0,0),(19893,3255,1,1,1,1747,0,716.236,-2749.39,91.7917,0.02593,275,5,0,273,0,1,0,0,0),(745,11355,0,1,1,11168,1,-11947.8,-1006.38,88.9789,1.48353,1800,0,0,7599,0,0,0,0,0),(744,11355,0,1,1,11170,1,-11884.9,-1158.96,77.5344,1.06465,1800,0,0,7599,0,0,0,0,0),(40343,6368,530,1,1,0,0,2137.29,2250.68,74.3365,5.87738,300,5,0,1,0,1,0,0,0),(40344,6368,530,1,1,0,0,2124.12,2204.59,70.1971,3.20035,300,0,0,1,0,0,0,0,0),(40345,6368,530,1,1,0,0,2177.23,2193.37,72.9142,4.099,300,5,0,1,0,1,0,0,0),(40346,6368,530,1,1,0,0,2284.02,2105.57,70.5989,3.54405,300,5,0,1,0,1,0,0,0),(40347,6368,530,1,1,0,0,2297.38,2170.41,91.8284,2.7265,300,5,0,1,0,1,0,0,0),(40348,6368,530,1,1,0,0,2306.4,2234.96,97.2095,3.34584,300,5,0,1,0,1,0,0,0),(40349,6368,530,1,1,0,0,2318.42,2143.71,86.5369,2.38314,300,5,0,1,0,1,0,0,0),(40350,6368,530,1,1,0,0,9652.99,-7403.64,13.6581,3.0149,300,0,0,1,0,0,0,0,0),(40351,6368,530,1,1,0,0,9674.62,-7506.7,15.7349,3.35828,300,5,0,1,0,1,0,0,0),(40352,6368,530,1,1,0,0,9687.8,-7487.67,15.8325,0.15086,300,5,0,1,0,1,0,0,0),(40353,6368,530,1,1,0,0,10335.7,-6378.25,35.6116,4.66493,300,5,0,1,0,1,0,0,0),(40354,6368,530,1,1,0,0,10347.9,-6416.35,38.5327,5.2359,300,5,0,1,0,1,0,0,0),(40355,6368,530,1,1,0,0,10393.5,-6350.75,35.5695,5.14828,300,5,0,1,0,1,0,0,0),(40356,6368,530,1,1,0,0,10361.5,-6432.5,38.5345,1.48137,300,5,0,1,0,1,0,0,0),(40357,6368,530,1,1,0,0,10384.1,-6421.38,48.5055,4.94541,300,5,0,1,0,1,0,0,0),(40358,6368,530,1,1,0,0,10396,-6335.5,35.5153,5.69515,300,5,0,1,0,1,0,0,0),(40359,6368,530,1,1,0,0,10387.7,-6398.42,49.7223,4.70468,300,5,0,1,0,1,0,0,0),(40360,6368,530,1,1,0,0,10419.9,-6346.33,36.9738,4.39355,300,5,0,1,0,1,0,0,0),(40361,6368,530,1,1,0,0,10424.6,-6327.8,35.6969,0.182648,300,5,0,1,0,1,0,0,0),(40362,6368,530,1,1,0,0,9695.28,-7394.23,11.6043,0.597907,300,0,0,1,0,0,0,0,0),(40363,6368,530,1,1,0,0,9663.03,-7516.52,15.7345,3.93923,300,0,0,1,0,0,0,0,0),(40364,6368,530,1,1,0,0,9775.85,-7512.01,13.5495,4.72117,300,0,0,1,0,0,0,0,0),(19892,3255,1,1,1,1747,0,673.199,-2951.09,94.1729,1.87403,275,5,0,273,0,1,0,0,0),(19891,3255,1,1,1,1747,0,987.933,-2919.19,91.7917,6.00081,275,5,0,273,0,1,0,0,0),(19890,3255,1,1,1,1747,0,461.202,-2773.37,93.1667,5.12176,275,5,0,273,0,1,0,0,0),(19889,3255,1,1,1,1747,0,16.6483,-1551.72,92.1667,3.72401,275,5,0,273,0,1,0,0,0),(19888,3255,1,1,1,1747,0,-385.078,-1608.39,92.5075,1.51094,275,5,0,273,0,1,0,0,0),(19887,3255,1,1,1,1747,0,276.518,-1847.52,92.0149,0.055482,275,5,0,273,0,1,0,0,0),(19886,3255,1,1,1,1747,0,-83.5963,-1571.11,92.6608,1.71953,275,5,0,273,0,1,0,0,0),(19885,3255,1,1,1,1747,0,-75.8253,-1458.42,94.1667,5.64945,275,5,0,273,0,1,0,0,0),(19884,3255,1,1,1,1747,0,683.618,-3313.8,216.47,1.62906,275,5,0,273,0,1,0,0,0),(19883,3255,1,1,1,1747,0,848.441,-3082.25,147.781,2.74875,275,5,0,273,0,1,0,0,0),(19882,3255,1,1,1,1747,0,644.874,-3294.31,211.417,3.68657,275,3,0,273,0,1,0,0,0),(19881,3255,1,1,1,1747,0,739.701,-3372.42,169.912,0.964388,275,5,0,273,0,1,0,0,0),(19880,3255,1,1,1,1747,0,532.398,-3373.46,127.6,3.95603,275,5,0,273,0,1,0,0,0),(19879,3255,1,1,1,1747,0,-1509.16,-2798.33,93.8773,1.69612,275,5,0,273,0,1,0,0,0),(19878,3255,1,1,1,1747,0,-1568.66,-3483.29,168.587,1.65488,275,2,0,273,0,1,0,0,0),(19877,3255,1,1,1,1747,0,606.111,-3498.31,92.6095,1.93825,275,5,0,273,0,1,0,0,0),(19876,3255,1,1,1,1747,0,436.196,-3217.39,91.7917,6.22858,275,5,0,273,0,1,0,0,0),(19875,3255,1,1,1,1747,0,-608.865,-1613.96,93.8579,2.51725,275,5,0,273,0,1,0,0,0),(19874,3255,1,1,1,1747,0,249.433,-1505.08,91.7917,1.64537,275,5,0,273,0,1,0,0,0),(19873,3255,1,1,1,1747,0,-151.297,-1868.93,93.9721,4.644,275,5,0,273,0,1,0,0,0),(19872,3255,1,1,1,1747,0,595.398,-3404.25,163.581,6.0022,275,2,0,273,0,1,0,0,0),(19871,3255,1,1,1,1747,0,896.842,-3407.97,165.206,2.58337,275,2,0,273,0,1,0,0,0),(19870,3255,1,1,1,1747,0,784.081,-3225.8,211.869,5.13753,275,3,0,273,0,1,0,0,0),(19869,3255,1,1,1,1747,0,745.422,-3255.29,223.552,4.55602,275,5,0,273,0,1,0,0,0),(19868,3255,1,1,1,1747,0,-1549.36,-2750.29,94.269,1.82924,275,5,0,273,0,1,0,0,0),(19867,3255,1,1,1,1747,0,-1529.72,-3550.52,174.784,2.25087,275,5,0,273,0,1,0,0,0),(19866,3255,1,1,1,1747,0,-752.522,-3093.05,92.0417,5.6124,275,5,0,273,0,1,0,0,0),(19865,3255,1,1,1,1747,0,350.089,-1818.4,91.7917,0.786598,275,5,0,273,0,1,0,0,0),(19864,3255,1,1,1,1747,0,283.676,-1781.44,91.7917,4.71183,275,5,0,273,0,1,0,0,0),(19863,3255,1,1,1,1747,0,-644.861,-1911.47,93.0417,0.826235,275,5,0,273,0,1,0,0,0),(19862,3255,1,1,1,1747,0,-653.441,-1766.55,92.4881,0.56883,275,5,0,273,0,1,0,0,0),(19861,3255,1,1,1,1747,0,811.765,-3478.49,142.347,5.52625,275,2,0,273,0,1,0,0,0),(19860,3255,1,1,1,1747,0,891.047,-3344.14,158.563,5.52816,275,2,0,273,0,1,0,0,0),(19859,3255,1,1,1,1747,0,752.224,-3182.95,211.386,2.08419,275,5,0,273,0,1,0,0,0),(19858,3255,1,1,1,1747,0,834.294,-3251.32,182.259,2.32306,275,3,0,273,0,1,0,0,0),(19857,3255,1,1,1,1747,0,807.82,-3145,183.014,1.12638,275,5,0,273,0,1,0,0,0),(19856,3255,1,1,1,1747,0,-1154.07,-1818.88,87.898,3.07466,275,5,0,273,0,1,0,0,0),(19855,3255,1,1,1,1747,0,-1171.12,-1879.77,94.6895,0.825402,275,5,0,273,0,1,0,0,0),(19854,3255,1,1,1,1747,0,-1415.85,-3495.33,167.565,6.27761,275,5,0,273,0,1,0,0,0),(19853,3255,1,1,1,1747,0,-1386.57,-3452.63,210.967,4.15825,275,2,0,273,0,1,0,0,0),(19852,3255,1,1,1,1747,0,1082.21,-2949.13,92.0417,2.80349,275,5,0,273,0,1,0,0,0),(19851,3255,1,1,1,1747,0,616.367,-2782.94,94.3292,3.54387,275,5,0,273,0,1,0,0,0),(19850,3255,1,1,1,1747,0,177.323,-2987.73,93.1712,1.7563,275,5,0,273,0,1,0,0,0),(19849,3255,1,1,1,1747,0,-114.041,-1621.26,93.8112,0.468081,275,5,0,273,0,1,0,0,0),(19848,3255,1,1,1,1747,0,661.141,-3427.94,169.164,2.00286,275,5,0,273,0,1,0,0,0),(19847,3255,1,1,1,1747,0,685.955,-3392.91,191.135,1.30925,275,5,0,273,0,1,0,0,0),(19846,3255,1,1,1,1747,0,-1554.88,-3629.48,128.509,0.573919,275,5,0,273,0,1,0,0,0),(19845,3255,1,1,1,1747,0,-1149.34,-2849.25,94.6213,2.99293,275,5,0,273,0,1,0,0,0),(19844,3255,1,1,1,1747,0,-1321.01,-3339.16,162.142,3.94053,275,2,0,273,0,1,0,0,0),(19843,3255,1,1,1,1747,0,-1178.2,-3611.84,94.8428,4.83384,275,5,0,273,0,1,0,0,0),(743,11355,0,1,1,11168,1,-11881.2,-1155.68,77.5816,3.59538,1800,0,0,7599,0,0,0,0,0),(17706,1909,0,1,1,757,1,1043.61,486.685,15.7066,2.55993,275,10,0,377,408,1,0,0,0),(15378,2356,0,1,1,3201,0,-311.404,-1644.78,91.9629,0.095784,300,10,0,944,0,1,0,0,0),(52153,10381,329,1,1,10255,0,3666.81,-3513.29,136.923,3.08573,86400,5,0,8097,0,1,0,0,0),(52152,10381,329,1,1,5432,0,3661.44,-3498.43,136.599,3.24898,86400,5,0,8097,0,1,0,0,0),(52151,11082,329,1,1,10547,1,3475.54,-3293.27,132.054,2.00713,86400,0,0,12528,0,0,0,0,0),(52150,10558,329,1,1,10482,1,3595.75,-3509.93,137.501,5.74213,86400,0,0,6960,0,0,0,0,0),(52149,10812,329,1,1,10545,1,3415.84,-3044.54,136.814,5.42797,86400,0,0,25900,7704,0,0,0,0),(52148,10811,329,1,1,10544,1,3455.96,-3103.41,136.545,3.29655,86400,0,0,19536,7302,0,0,0,0),(19842,3255,1,1,1,1747,0,927.796,-2863.78,91.7917,4.59121,275,5,0,273,0,1,0,0,0),(52147,10809,329,1,1,7856,0,4001.24,-3585.22,128.817,4.44992,86400,0,0,15260,0,0,0,0,0),(247228,14646,329,1,1,11686,0,3532.44,-2966.68,125.1,0,86400,0,0,57,0,0,0,0,0),(19841,3255,1,1,1,1747,0,-809.704,-2908.24,92.2331,0.7135,275,5,0,273,0,1,0,0,0),(15377,2356,0,1,1,3201,0,-449.045,-1742.75,85.1255,3.34232,300,10,0,944,0,1,0,0,0),(207622,34951,530,1,1,0,0,-1867.23,5148.14,-43.1353,4.97419,120,0,0,1,0,0,0,0,0),(7137,2830,0,1,1,1105,0,-7066.08,-3546.31,242.56,2.90514,300,10,0,1536,0,1,0,0,0),(7136,6733,0,1,1,721,0,-6633.46,-3725.84,266.878,0.947018,300,3,0,1536,0,1,0,0,0),(49158,11368,309,1,1,14562,0,-12281.7,-1451.19,130.725,4.7326,7200,5,0,5341,0,1,0,0,0),(49157,11368,309,1,1,14562,0,-12279.2,-1446.06,130.725,6.27265,7200,5,0,5341,0,1,0,0,0),(49156,11368,309,1,1,14562,0,-12280.6,-1456.59,130.725,4.8773,7200,5,0,5341,0,1,0,0,0),(49155,14750,309,1,1,15303,0,-12153,-1487.55,130.881,3.48788,7200,5,0,31440,0,2,0,0,0),(49154,14750,309,1,1,15303,0,-12152.5,-1484.64,130.725,4.26775,7200,5,0,31440,0,1,0,0,0),(16642,6491,530,1,4294967295,0,0,-3523.04,622.905,4.6654,3.13532,60,0,0,4120,0,0,0,0,0),(49151,11368,309,1,1,14562,0,-12152.5,-1484.64,130.725,4.26775,7200,5,0,5341,0,1,0,0,0),(49150,11368,309,1,1,14562,0,-12155.9,-1487.27,130.85,4.03946,7200,5,0,5341,0,1,0,0,0),(200618,11372,309,1,1,0,0,-11986.7,-1651.96,33.7752,1.43299,7200,0,0,1,0,0,0,0,0),(49147,14750,309,1,1,15303,0,-12055,-1443.46,130.015,0.972966,7200,0,0,31440,0,2,0,0,0),(49146,11368,309,1,1,14562,0,-12054.5,-1439.37,130.265,1.34199,7200,3,0,5341,0,1,0,0,0),(49145,11368,309,1,1,14562,0,-12054,-1442.81,130.063,0.386498,7200,3,0,5341,0,1,0,0,0),(49144,11368,309,1,1,14562,0,-12058.8,-1438.04,130.265,0.967434,7200,3,0,5341,0,1,0,0,0),(49143,11368,309,1,1,14562,0,-12051.8,-1427.93,130.068,1.18734,7200,0,0,5341,0,0,0,0,0),(19840,3255,1,1,1,1747,0,-15.7565,-1446.07,95.7087,0.119517,275,5,0,273,0,1,0,0,0),(200619,11353,309,1,1,11080,1,-11609.6,-1631.16,39.9573,3.21438,7200,0,0,18312,0,0,0,0,0),(200620,11353,309,1,1,11081,1,-11608.9,-1609.54,40.082,2.99209,7200,0,0,18312,0,0,0,0,0),(40519,6491,0,1,4294967295,0,0,-14286,283.778,32.739,1.543,60,0,0,4120,0,0,0,0,0),(40520,6491,0,1,4294967295,0,0,-11550,-228,28.285,6.161,60,0,0,4120,0,0,0,0,0),(40521,6491,0,1,4294967295,0,0,-10836,-2953,13.941,3.054,60,0,0,4120,0,0,0,0,0),(40522,6491,0,1,4294967295,0,0,-10779,-1194,35.275,0.915,60,0,0,4120,0,0,0,0,0),(40523,6491,0,1,4294967295,0,0,-10575,-3377,22.344,0.017,60,0,0,4120,0,0,0,0,0),(40524,6491,0,1,4294967295,0,0,-10559,1206.87,31.476,5.616,60,0,0,4120,0,0,0,0,0),(40525,6491,0,1,4294967295,0,0,-9394,-2022,58.275,4.33,60,0,0,4120,0,0,0,0,0),(40528,6491,0,1,4294967295,0,0,-7501,-2145,146.088,0.955,60,0,0,4120,0,0,0,0,0),(40529,6491,0,1,4294967295,0,0,-6807,-2289,280.753,2.587,60,0,0,4120,0,0,0,0,0),(40533,6491,0,1,4294967295,0,0,-5352,-2892,341.729,1.654,60,0,0,4120,0,0,0,0,0),(40535,6491,0,1,4294967295,0,0,-3355,-845,1.063,1.734,60,0,0,4120,0,0,0,0,0),(40536,6491,0,1,4294967295,0,0,-3299,-2430,18.597,5.693,60,0,0,4120,0,0,0,0,0),(40537,6491,0,1,4294967295,0,0,-1468,-2625,48.363,4.617,60,0,0,4120,0,0,0,0,0),(40538,6491,0,1,4294967295,0,0,-721,-592,25.011,3.121,60,0,0,4120,0,0,0,0,0),(40539,6491,0,1,4294967295,0,0,-285,-4388,108.627,2.007,60,0,0,4120,0,0,0,0,0),(40540,6491,0,1,4294967295,0,0,-20,-996,55.837,1.499,60,0,0,4120,0,0,0,0,0),(40541,6491,0,1,4294967295,0,0,324.261,-2227,137.775,3.107,60,0,0,4120,0,0,0,0,0),(40542,6491,0,1,4294967295,0,0,476.229,1595.9,126.662,5.942,60,0,0,4120,0,0,0,0,0),(40543,6491,0,1,4294967295,0,0,902.236,-1517,55.037,4.744,60,0,0,4120,0,0,0,0,0),(40544,6491,0,1,4294967295,0,0,1238.37,-2414,60.739,2.359,60,0,0,4120,0,0,0,0,0),(40545,6491,0,1,4294967295,0,0,1380.44,-3701,77.017,6.271,60,0,0,4120,0,0,0,0,0),(40546,6491,0,1,4294967295,0,0,1739.56,-672,45.062,6.275,60,0,0,4120,0,0,0,0,0),(40547,6491,0,1,4294967295,0,0,1882.3,1641.52,93.646,4.491,60,0,0,4120,0,0,0,0,0),(40548,6491,0,1,4294967295,0,0,2115.64,-5299,82.163,1.075,60,0,0,4120,0,0,0,0,0),(40549,6491,0,1,4294967295,0,0,2348.58,492.862,33.358,4.879,60,0,0,4120,0,0,0,0,0),(40550,6491,0,1,4294967295,0,0,2603.09,-535,89,5.596,60,0,0,4120,0,0,0,0,0),(40551,6491,0,1,4294967295,0,0,2641.28,-4015,106.292,6.239,60,0,0,4120,0,0,0,0,0),(40553,6491,1,1,4294967295,0,0,-7207,-2439,-218,1.084,60,0,0,4120,0,0,0,0,0),(40554,6491,1,1,4294967295,0,0,-7200,-3938,9.204,4.711,60,0,0,4120,0,0,0,0,0),(40555,6491,1,1,4294967295,0,0,-6824,892.716,33.999,3.062,60,0,0,4120,0,0,0,0,0),(40556,6491,1,1,4294967295,0,0,-6442,-290,3.555,0.717,60,0,0,4120,0,0,0,0,0),(40557,6491,1,1,4294967295,0,0,-5530,-3455,-44,4.603,60,0,0,4120,0,0,0,0,0),(245559,16592,1,1,1,11686,0,-55.5039,1271.35,91.9489,1.5708,300,0,0,42,0,0,0,0,0),(40559,6491,1,1,4294967295,0,0,-4642,-1778,-41,2.489,60,0,0,4120,0,0,0,0,0),(40560,6491,1,1,4294967295,0,0,-4600,3229.67,9.006,0.093,60,0,0,4120,0,0,0,0,0),(40561,6491,1,1,4294967295,0,0,-4593,1631.68,93.968,6.225,60,0,0,4120,0,0,0,0,0),(40562,6491,1,1,4294967295,0,0,-4429,370.415,51.727,3.401,60,0,0,4120,0,0,0,0,0),(8448,4404,1,1,1,2600,0,-4311.1,-4159.46,-2.2661,6.15592,360,5,0,1211,1067,1,0,0,0),(40565,6491,1,1,4294967295,0,0,-2949,-142,67.093,5.067,60,0,0,4120,0,0,0,0,0),(40566,6491,1,1,4294967295,0,0,-2506,-1968,91.784,2.796,60,0,0,4120,0,0,0,0,0),(40567,6491,1,1,4294967295,0,0,-2173,-342,-5,3.594,60,0,0,4120,0,0,0,0,0),(40568,6491,1,1,4294967295,0,0,-1434,1967.04,86.041,1.71,60,0,0,4120,0,0,0,0,0),(40569,6491,1,1,4294967295,0,0,-1073,-3479,63.044,3.446,60,0,0,4120,0,0,0,0,0),(40570,6491,1,1,4294967295,0,0,-983,-75,20.431,0.033,60,0,0,4120,0,0,0,0,0),(40571,6491,1,1,4294967295,0,0,-774,-4988,19.257,3.291,60,0,0,4120,0,0,0,0,0),(40572,6491,1,1,4294967295,0,0,-639,-4298,40.942,1.082,60,0,0,4120,0,0,0,0,0),(40573,6491,1,1,4294967295,0,0,-590,-2515,91.761,4.549,60,0,0,4120,0,0,0,0,0),(40574,6491,1,1,4294967295,0,0,240.765,-4791,10.256,3.43,60,0,0,4120,0,0,0,0,0),(40575,6491,1,1,4294967295,0,0,919.297,436.482,65.128,3.009,60,0,0,4120,0,0,0,0,0),(40576,6491,1,1,4294967295,0,0,1178.15,-4467,21.323,1.176,60,0,0,4120,0,0,0,0,0),(40577,6491,1,1,4294967295,0,0,2428.47,-2953,123.513,0.062,60,0,0,4120,0,0,0,0,0),(40578,6491,1,1,4294967295,0,0,2644.78,-635,107.674,3.347,60,0,0,4120,0,0,0,0,0),(40579,6491,1,1,4294967295,0,0,2683.48,-3988,108.41,4.673,60,0,0,4120,0,0,0,0,0),(40580,6491,1,1,4294967295,0,0,2924.51,-6031,4.946,6.02,60,0,0,4120,0,0,0,0,0),(40581,6491,1,1,4294967295,0,0,3796.96,-1622,219.894,1.45,60,0,0,4120,0,0,0,0,0),(40582,6491,1,1,4294967295,0,0,4299.27,89.079,42.752,2.397,60,0,0,4120,0,0,0,0,0),(40583,6491,1,1,4294967295,0,0,4798.35,-6846,89.817,3.236,60,0,0,4120,0,0,0,0,0),(40584,6491,1,1,4294967295,0,0,5943.01,-1205,382.952,5.47,60,0,0,4120,0,0,0,0,0),(40585,6491,1,1,4294967295,0,0,6736.36,202.91,23.255,4.121,60,0,0,4120,0,0,0,0,0),(40586,6491,1,1,4294967295,0,0,6857.31,-4680,700.936,1.527,60,0,0,4120,0,0,0,0,0),(40587,6491,1,1,4294967295,0,0,7412.88,-2817,464.855,0.253,60,0,0,4120,0,0,0,0,0),(40591,6491,1,1,4294967295,0,0,16320.2,16243.6,24.4,2.253,60,0,0,4120,0,0,0,0,0),(135696,16525,532,1,1,16241,0,-11231.2,-1824.24,224.027,5.51524,604800,0,0,30160,0,0,0,0,0),(40593,6491,0,1,4294967295,0,0,-6282.51,-3488.48,252.189,3.6477,60,0,0,4120,0,0,0,0,0),(40594,6491,530,1,4294967295,0,0,3054.01,5438.67,149.32,5.46288,60,0,0,4120,0,0,0,0,0),(40595,6491,530,1,4294967295,0,0,-2533.26,3867.87,10.3359,3.19395,60,0,0,4120,0,0,0,0,0),(40596,6491,530,1,4294967295,0,0,173.753,4364.58,120.238,6.0418,60,0,0,4120,0,0,0,0,0),(15376,2349,0,1,1,6808,0,-355.635,-1622.73,84.0428,4.68896,300,10,0,664,0,1,0,0,0),(15375,2356,0,1,1,3201,0,-435.174,-1678.54,85.5527,6.15205,300,10,0,944,0,1,0,0,0),(49140,11368,309,1,1,14562,0,-12235.9,-1490.88,132.874,0.130827,7200,0,0,5341,0,0,0,0,0),(49139,11368,309,1,1,14562,0,-12236.5,-1497.11,134.374,5.69874,7200,0,0,5341,0,0,0,0,0),(19839,3255,1,1,1,1747,0,712.719,-3279.33,235.868,1.30018,275,5,0,273,0,1,0,0,0),(19838,3255,1,1,1,1747,0,683.437,-3253.36,219.531,2.63566,275,5,0,273,0,1,0,0,0),(19837,3255,1,1,1,1747,0,921.075,-3175.26,91.7916,3.54917,275,5,0,273,0,1,0,0,0),(19836,3255,1,1,1,1747,0,419.381,-3401.75,92.3807,1.35807,275,5,0,273,0,1,0,0,0),(19835,3255,1,1,1,1747,0,515.164,-2875.99,91.8892,4.90292,275,5,0,273,0,1,0,0,0),(19834,3255,1,1,1,1747,0,1042.51,-2909.88,91.7917,5.53771,275,5,0,273,0,1,0,0,0),(19833,3255,1,1,1,1747,0,435.258,-3447.83,92.6643,3.01627,275,5,0,273,0,1,0,0,0),(19832,3255,1,1,1,1747,0,41.5804,-3538.58,28.2961,4.9109,275,5,0,273,0,1,0,0,0),(19831,3255,1,1,1,1747,0,275.55,-1815.86,91.7917,1.19869,275,5,0,273,0,1,0,0,0),(19830,3255,1,1,1,1747,0,658.459,-3474.53,144.347,1.76313,275,5,0,273,0,1,0,0,0),(19829,3255,1,1,1,1747,0,-138.366,-3690.13,27.531,5.71328,275,5,0,273,0,1,0,0,0),(19828,3255,1,1,1,1747,0,611.16,-3214.74,161.756,3.1208,275,3,0,273,0,1,0,0,0),(19827,3255,1,1,1,1747,0,-1385.42,-3026,94.7437,2.28091,275,5,0,273,0,1,0,0,0),(19826,3255,1,1,1,1747,0,-1488.16,-3279.49,210.267,2.35181,275,2,0,273,0,1,0,0,0),(19825,3255,1,1,1,1747,0,418.978,-3343.96,91.7917,4.07958,275,3,0,273,0,1,0,0,0),(19824,3255,1,1,1,1747,0,726.032,-2709.92,92.291,1.21375,275,5,0,273,0,1,0,0,0),(19823,3255,1,1,1,1747,0,572.164,-3114.94,91.7917,3.21335,275,5,0,273,0,1,0,0,0),(19822,3255,1,1,1,1747,0,119.446,-3503.23,30.6627,4.44374,275,5,0,273,0,1,0,0,0),(19821,3255,1,1,1,1747,0,221.875,-1620.36,92.1131,2.5681,275,5,0,273,0,1,0,0,0),(19820,3255,1,1,1,1747,0,-518.569,-1411.24,93.1696,2.90088,275,5,0,273,0,1,0,0,0),(19819,3255,1,1,1,1747,0,-119.16,-1720.13,94.139,4.08862,275,5,0,273,0,1,0,0,0),(19818,8119,1,1,1,7332,1,-914.106,-3728.58,9.72148,3.33358,275,0,0,5544,0,0,0,0,0),(19817,3254,1,1,1,1744,0,49.8992,-2922.76,92.3149,3.49114,275,5,0,178,0,1,0,0,0),(19816,3254,1,1,1,1744,0,-619.677,-2740.68,92.4825,4.61253,275,5,0,178,0,1,0,0,0),(19815,3254,1,1,1,1744,0,-146.356,-2227.67,92.1973,1.81767,275,5,0,178,0,1,0,0,0),(19814,3254,1,1,1,1744,0,-83.798,-2276.78,93.7073,4.99354,275,5,0,178,0,1,0,0,0),(19813,3254,1,1,1,1744,0,47.6408,-2910.13,92.1667,5.57072,275,5,0,178,0,1,0,0,0),(19812,3254,1,1,1,1744,0,84.4587,-2574.38,91.853,4.72298,275,5,0,178,0,1,0,0,0),(19811,3254,1,1,1,1744,0,634.209,-2211.46,92.5452,2.81367,275,5,0,178,0,1,0,0,0),(19810,3254,1,1,1,1744,0,348.832,-2624.74,91.7917,4.01619,275,5,0,178,0,1,0,0,0),(19809,3254,1,1,1,1744,0,3.23397,-2327.17,92.276,1.64415,275,5,0,178,0,1,0,0,0),(19808,3252,1,1,1,2731,0,-3045.75,-1947.98,101.192,4.45179,275,5,0,531,0,1,0,0,0),(19807,3252,1,1,1,2731,0,-3289.23,-1976.82,92.5936,2.38499,275,5,0,531,0,1,0,0,0),(19806,3252,1,1,1,2731,0,-3301.94,-1817.15,92.5693,4.63622,275,5,0,531,0,1,0,0,0),(19805,3252,1,1,1,2731,0,-3095.11,-1922.38,93.9166,3.31957,275,10,0,531,0,1,0,0,0),(19804,3252,1,1,1,2731,0,-3068.27,-1838.46,91.933,2.7297,275,5,0,531,0,1,0,0,0),(19803,3252,1,1,1,2731,0,-3074.53,-1715.43,91.7916,5.86583,275,5,0,531,0,1,0,0,0),(19802,3252,1,1,1,2731,0,-3148.45,-1653.05,91.7917,5.27059,275,5,0,531,0,1,0,0,0),(19801,3252,1,1,1,2731,0,-3160,-1717.3,91.7917,1.92497,275,10,0,531,0,1,0,0,0),(19800,3252,1,1,1,2731,0,-3125.64,-1693.32,92.1686,1.29924,275,10,0,531,0,1,0,0,0),(19799,3252,1,1,1,2731,0,-3180.11,-1747.36,92.0678,0.107838,275,5,0,531,0,1,0,0,0),(19798,3252,1,1,1,2731,0,-3151.76,-1788.89,94.7643,5.77059,275,5,0,531,0,1,0,0,0),(19797,3252,1,1,1,2731,0,-3248.23,-1740.58,92.4167,0.782028,275,15,0,531,0,1,0,0,0),(19796,3252,1,1,1,2731,0,-3193.08,-1713.38,94.324,0.38232,275,5,0,531,0,1,0,0,0),(19795,3252,1,1,1,2731,0,-3178.68,-2200.67,92.6414,1.66242,275,15,0,531,0,1,0,0,0),(19794,3252,1,1,1,2731,0,-3115.46,-2352.39,93.7048,5.46597,275,15,0,531,0,1,0,0,0),(19793,3252,1,1,1,2731,0,-3125.53,-2208.93,91.7916,2.38375,275,15,0,531,0,1,0,0,0),(19792,3252,1,1,1,2731,0,-3119.89,-2284.79,96.3076,1.09107,275,5,0,531,0,1,0,0,0),(19791,3252,1,1,1,2731,0,-3291.79,-1996.91,93.5957,0.195047,275,0,0,531,0,0,0,0,0),(19790,3252,1,1,1,2731,0,-3289.57,-1702.65,91.7917,1.83963,275,5,0,531,0,1,0,0,0),(19789,3252,1,1,1,2731,0,-3113.79,-2365.84,91.9823,2.70173,275,5,0,531,0,1,0,0,0),(19788,3252,1,1,1,2731,0,-3050.57,-1620.97,92.2806,4.30474,275,5,0,531,0,1,0,0,0),(19787,3252,1,1,1,2731,0,-3226.69,-2260.09,103.724,0.996877,275,5,0,531,0,1,0,0,0),(19786,3252,1,1,1,2731,0,-3077.29,-1786.22,91.7916,2.86186,275,10,0,531,0,1,0,0,0),(19785,3252,1,1,1,2731,0,-3230.86,-1642.12,99.9167,2.90878,275,3,0,531,0,1,0,0,0),(19784,3252,1,1,1,2731,0,-3173.97,-2291.87,93.5997,0.779873,275,5,0,531,0,1,0,0,0),(19783,3252,1,1,1,2731,0,-3179.82,-2288.51,97.4442,2.69717,275,5,0,531,0,1,0,0,0),(19782,3252,1,1,1,2731,0,-3082.57,-2320.86,94.7087,2.61857,275,5,0,531,0,1,0,0,0),(19781,3252,1,1,1,2731,0,-3244.14,-1894.48,96.473,2.95026,275,5,0,531,0,1,0,0,0),(19780,3251,1,1,1,7572,0,-3081.56,-1943.39,95.1666,2.89144,275,5,0,484,0,1,0,0,0),(19779,3251,1,1,1,7572,0,-3098.58,-1942.98,95.4166,6.13934,275,5,0,484,0,1,0,0,0),(19778,3251,1,1,1,7572,0,-3218.03,-1852.77,94.7917,2.5468,275,5,0,484,0,1,0,0,0),(19777,3251,1,1,1,7572,0,-3296.89,-1879.2,92.7828,3.9386,275,5,0,484,0,1,0,0,0),(19776,3251,1,1,1,7572,0,-3216.2,-1746.64,94.7566,4.32989,275,5,0,484,0,1,0,0,0),(19775,3251,1,1,1,7572,0,-3123.86,-1763.66,93.6892,0.516069,275,0,0,484,0,0,0,0,0),(19774,3251,1,1,1,7572,0,-3118.84,-1782.04,96.5188,3.38364,275,5,0,484,0,1,0,0,0),(19773,3251,1,1,1,7572,0,-3103.99,-1727.39,94.0993,6.14235,275,5,0,484,0,1,0,0,0),(19772,3251,1,1,1,7572,0,-3113.19,-1716.16,95.8493,3.64509,275,5,0,484,0,1,0,0,0),(19771,3251,1,1,1,7572,0,-3275.97,-1835.85,92.0864,0.590005,275,5,0,484,0,1,0,0,0),(19770,3251,1,1,1,7572,0,-3197.77,-1738.97,96.0417,2.7199,275,5,0,484,0,1,0,0,0),(19769,3251,1,1,1,7572,0,-3282.03,-1852.55,94.2114,5.41972,275,5,0,484,0,1,0,0,0),(19768,3251,1,1,1,7572,0,-3109.81,-2287.85,94.6979,3.17013,275,5,0,484,0,1,0,0,0),(19767,3251,1,1,1,7572,0,-3118.83,-2306.54,93.1666,2.4654,275,5,0,484,0,1,0,0,0),(19766,3251,1,1,1,7572,0,-3133.06,-2174.04,94.1602,1.76995,275,5,0,484,0,1,0,0,0),(19765,3251,1,1,1,7572,0,-3205.87,-1859.3,93.0417,4.60217,275,5,0,484,0,1,0,0,0),(19764,3251,1,1,1,7572,0,-3268.98,-1962.48,95.4619,5.6666,275,5,0,484,0,1,0,0,0),(19763,3251,1,1,1,7572,0,-3193.06,-2245.15,92.4167,2.07378,275,5,0,484,0,1,0,0,0),(19762,3251,1,1,1,7572,0,-3211.27,-1843.05,94.1667,4.76554,275,5,0,484,0,1,0,0,0),(19761,3251,1,1,1,7572,0,-3204.41,-1721.95,95.356,0.56449,275,5,0,484,0,1,0,0,0),(19760,3251,1,1,1,7572,0,-3282.42,-1947.85,94.3369,2.24031,275,5,0,484,0,1,0,0,0),(19759,3251,1,1,1,7572,0,-3118.48,-2184.97,94.5352,4.3771,275,5,0,484,0,1,0,0,0),(19758,3251,1,1,1,7572,0,-3088.65,-1686.67,94.4166,3.14857,275,5,0,484,0,1,0,0,0),(19757,3251,1,1,1,7572,0,-3171.73,-2244.99,92.6667,0.809212,275,5,0,484,0,1,0,0,0),(19756,3250,1,1,1,2730,0,-3077.32,-1976.27,91.7916,0.857951,275,5,0,494,0,1,0,0,0),(19755,3250,1,1,1,2730,0,-3127.7,-1960.6,93.2074,2.97775,275,10,0,494,0,1,0,0,0),(19754,3250,1,1,1,2730,0,-3251.72,-1956.77,94.6054,1.66171,275,5,0,494,0,1,0,0,0),(19753,3250,1,1,1,2730,0,-3224.2,-1909.93,94.1693,1.65848,275,5,0,494,0,1,0,0,0),(19752,3250,1,1,1,2730,0,-3085.63,-1982.15,92.4166,3.70827,275,5,0,494,0,1,0,0,0),(19751,3250,1,1,1,2730,0,-3206.81,-2172.88,95.5445,0.814618,275,15,0,494,0,1,0,0,0),(19750,3250,1,1,1,2730,0,-3116.86,-2149.95,92.5416,4.10029,275,15,0,494,0,1,0,0,0),(19749,3250,1,1,1,2730,0,-3059.55,-1751.08,104.992,5.6057,275,5,0,494,0,1,0,0,0),(19748,3250,1,1,1,2730,0,-3084.48,-1854.27,93.8824,3.92688,275,10,0,494,0,1,0,0,0),(19747,3250,1,1,1,2730,0,-3188.17,-1679.14,93.4773,2.30355,275,5,0,494,0,1,0,0,0),(19746,3250,1,1,1,2730,0,-3115.93,-1828,94.3487,5.24596,275,5,0,494,0,1,0,0,0),(19745,3250,1,1,1,2730,0,-3188.4,-1809.83,92.1926,2.01739,275,15,0,494,0,1,0,0,0),(19744,3250,1,1,1,2730,0,-3317.08,-1812.63,100.928,0.932375,275,2,0,494,0,1,0,0,0),(19743,3250,1,1,1,2730,0,-3074.76,-1644.39,92.189,6.00914,275,10,0,494,0,1,0,0,0),(19742,3250,1,1,1,2730,0,-3110.48,-1684.65,93.4881,3.78296,275,5,0,494,0,1,0,0,0),(19741,3250,1,1,1,2730,0,-3080.67,-2248.99,91.8492,4.54542,275,5,0,494,0,1,0,0,0),(19740,3250,1,1,1,2730,0,-3253.26,-1810.01,96.1059,5.10523,275,5,0,494,0,1,0,0,0),(19739,3250,1,1,1,2730,0,-3212.32,-1720.8,95.356,5.15355,275,5,0,494,0,1,0,0,0),(19738,3250,1,1,1,2730,0,-3072.17,-2386.2,95.8595,5.82081,275,5,0,494,0,1,0,0,0),(19737,3250,1,1,1,2730,0,-3142.35,-2256.26,93.7917,5.08789,275,15,0,494,0,1,0,0,0),(19736,3250,1,1,1,2730,0,-3131.05,-2312.29,93.4365,6.25125,275,5,0,494,0,1,0,0,0),(19735,3250,1,1,1,2730,0,-3055.97,-2355.4,93.3655,3.69874,275,5,0,494,0,1,0,0,0),(19734,3250,1,1,1,2730,0,-3147.44,-2168.89,93.1602,0.348162,275,15,0,494,0,1,0,0,0),(19733,3250,1,1,1,2730,0,-3256.89,-1684.9,91.7917,3.18134,275,10,0,494,0,1,0,0,0),(19732,5810,1,1,1,4391,1,185.746,-3597.21,27.3383,0.226893,275,0,0,484,0,0,0,0,0),(19731,3250,1,1,1,2730,0,-3289.27,-1926.86,93.3586,2.35826,275,5,0,494,0,1,0,0,0),(19730,3249,1,1,1,1974,0,-3735.83,-2112.26,91.8666,3.63143,275,20,0,544,581,1,0,0,0),(19729,3249,1,1,1,1974,0,-3872.72,-1983.12,93.6423,0.039043,275,20,0,544,581,1,0,0,0),(19728,3249,1,1,1,1974,0,-3534.8,-2126.23,94.2199,0.672233,275,20,0,544,581,1,0,0,0),(19727,3249,1,1,1,1974,0,-3471.02,-2190.11,93.3705,1.31993,275,20,0,544,581,1,0,0,0),(19726,3249,1,1,1,1974,0,-3413.97,-2150.87,91.7917,1.47625,275,20,0,544,581,1,0,0,0),(19725,3249,1,1,1,1974,0,-3482.8,-1912.19,95.614,4.71044,275,20,0,544,581,1,0,0,0),(19724,3249,1,1,1,1974,0,-3710.75,-1816.67,91.7917,0.46307,275,0,0,544,581,0,0,0,0),(19723,3249,1,1,1,1974,0,-3668.25,-1911.43,92.1765,1.29169,275,20,0,544,581,1,0,0,0),(19722,3249,1,1,1,1974,0,-3458.25,-1801.8,98.7064,0.342119,275,20,0,544,581,1,0,0,0),(19721,3249,1,1,1,1974,0,-3364.42,-2143.24,92.6301,2.22328,275,20,0,544,581,1,0,0,0),(19720,3249,1,1,1,1974,0,-3513.15,-1891.2,96.0584,0.053741,275,20,0,544,581,1,0,0,0),(19719,3249,1,1,1,1974,0,-3538.82,-2302.65,94.5837,0.749502,275,20,0,544,581,1,0,0,0),(19718,3249,1,1,1,1974,0,-3694.74,-1812.45,92.0304,2.8784,275,20,0,544,581,1,0,0,0),(19717,3249,1,1,1,1974,0,-3585.53,-1819.26,92.1602,1.60771,275,20,0,544,581,1,0,0,0),(19716,11697,1,1,1,2834,1,1474.82,-2803.19,149.526,2.6548,275,5,0,852,852,1,0,0,0),(19715,3249,1,1,1,1974,0,-3377.45,-1928,92.0435,2.05508,275,20,0,544,581,1,0,0,0),(19714,3249,1,1,1,1974,0,-3539.69,-2350.54,94.7718,6.19712,275,20,0,544,581,1,0,0,0),(19713,3248,1,1,1,4473,0,-149.426,-3751.68,27.6434,5.30357,275,20,0,328,0,1,0,0,0),(19712,3248,1,1,1,4473,0,-1148.85,-2366.42,92.4046,4.73973,275,20,0,328,0,1,0,0,0),(19711,3248,1,1,1,4473,0,-382.239,-3418.6,94.2219,5.24261,275,20,0,328,0,1,0,0,0),(19710,3248,1,1,1,4473,0,315.611,-1848.54,91.7917,1.75015,275,20,0,328,0,1,0,0,0),(19709,3248,1,1,1,4473,0,-210.048,-3623.48,42.3064,1.95249,275,20,0,328,0,1,0,0,0),(19708,3248,1,1,1,4473,0,1245.81,-3824.74,29.2654,1.04862,275,20,0,328,0,1,0,0,0),(19707,3248,1,1,1,4473,0,713.58,-2598.49,92.9888,4.54371,275,3,0,328,0,1,0,0,0),(19706,3248,1,1,1,4473,0,-1213.91,-2258.47,91.8744,1.91723,275,20,0,328,0,1,0,0,0),(19705,3248,1,1,1,4473,0,-1274.51,-2379.01,91.7917,1.12989,275,20,0,328,0,1,0,0,0),(19704,3248,1,1,1,4473,0,-1268.97,-2583.64,93.3319,1.26511,275,20,0,328,0,1,0,0,0),(19703,3248,1,1,1,4473,0,-1205.59,-1754.41,91.853,3.38641,275,20,0,328,0,1,0,0,0),(19702,3248,1,1,1,4473,0,-677.682,-3448.24,93.1148,4.816,275,20,0,328,0,1,0,0,0),(19701,3248,1,1,1,4473,0,-1568.83,-2982.95,91.6733,3.02971,275,20,0,328,0,1,0,0,0),(19700,3248,1,1,1,4473,0,-1115.69,-2309.98,92.3819,0.240713,275,20,0,328,0,1,0,0,0),(19699,3248,1,1,1,4473,0,-1485.18,-2753.15,93.8008,5.04279,275,20,0,328,0,1,0,0,0),(19698,3248,1,1,1,4473,0,-1065.3,-3146.11,94.1208,1.80535,275,20,0,328,0,1,0,0,0),(19697,3248,1,1,1,4473,0,-861.404,-3419.03,92.5656,0.154876,275,20,0,328,0,1,0,0,0),(19696,3248,1,1,1,4473,0,-1386.05,-2946.11,103.428,5.69467,275,20,0,328,0,1,0,0,0),(19695,3248,1,1,1,4473,0,-1140.37,-1907.6,92.2238,3.42445,275,20,0,328,0,1,0,0,0),(19694,3248,1,1,1,4473,0,-239.592,-3458.01,91.7917,0.483309,275,20,0,328,0,1,0,0,0),(19693,3248,1,1,1,4473,0,-1111.56,-3088.22,95.2571,3.03655,275,20,0,328,0,1,0,0,0),(19692,3248,1,1,1,4473,0,-1405.41,-2631.6,92.0912,4.57132,275,20,0,328,0,1,0,0,0),(19691,3248,1,1,1,4473,0,345.858,-1921.12,92.9125,0.183394,275,20,0,328,0,1,0,0,0),(19690,3248,1,1,1,4473,0,-681.088,-3325.77,95.2941,6.12414,275,20,0,328,0,1,0,0,0),(19689,3248,1,1,1,4473,0,-1208.93,-3490.35,92.4139,3.45298,275,20,0,328,0,1,0,0,0),(19688,3248,1,1,1,4473,0,-1197.4,-2855.82,93.6665,6.05048,275,20,0,328,0,1,0,0,0),(19687,3248,1,1,1,4473,0,-786.32,-1720.77,92.958,0.102371,275,20,0,328,0,1,0,0,0),(19686,3248,1,1,1,4473,0,139.005,-1609.48,91.7917,2.57885,275,20,0,328,0,1,0,0,0),(19685,3248,1,1,1,4473,0,-1095.27,-1819.37,92.1672,3.44296,275,20,0,328,0,1,0,0,0),(19684,3248,1,1,1,4473,0,-1166.48,-3517.06,92.0042,2.65665,275,20,0,328,0,1,0,0,0),(19683,3248,1,1,1,4473,0,-459.357,-3351.13,92.4167,5.0404,275,20,0,328,0,1,0,0,0),(19682,3248,1,1,1,4473,0,-811.975,-3391.15,94.359,4.35728,275,20,0,328,0,1,0,0,0),(19681,3248,1,1,1,4473,0,384.203,-3247.33,94.652,3.02403,275,3,0,328,0,1,0,0,0),(19680,3248,1,1,1,4473,0,257.772,-1722.62,91.8965,6.27225,275,20,0,328,0,1,0,0,0),(19679,3248,1,1,1,4473,0,101.994,-1649.24,92.5502,3.15722,275,20,0,328,0,1,0,0,0),(19678,3248,1,1,1,4473,0,-675.425,-1768.74,92.1268,0.062541,275,20,0,328,0,1,0,0,0),(19677,3248,1,1,1,4473,0,-1270.64,-2185.63,91.9554,6.11533,275,20,0,328,0,1,0,0,0),(19676,3248,1,1,1,4473,0,-1269.4,-2115.17,91.7902,3.55352,275,20,0,328,0,1,0,0,0),(19675,3248,1,1,1,4473,0,-1024.71,-3107.08,92.0659,1.23433,275,20,0,328,0,1,0,0,0),(19674,3248,1,1,1,4473,0,626.916,-3540.34,92.414,0.160123,275,3,0,328,0,1,0,0,0),(19673,3248,1,1,1,4473,0,-450.808,-1644.8,91.9367,4.91732,275,20,0,328,0,1,0,0,0),(19672,3248,1,1,1,4473,0,1027.2,-3615.75,47.9427,3.72689,275,20,0,328,0,1,0,0,0),(19671,3248,1,1,1,4473,0,-1227.34,-1818.25,87.1159,3.28459,275,20,0,328,0,1,0,0,0),(19670,3248,1,1,1,4473,0,411.903,-3117.54,91.792,2.3954,275,20,0,328,0,1,0,0,0),(19669,3248,1,1,1,4473,0,1021.6,-2953.58,93.9225,5.67023,275,20,0,328,0,1,0,0,0),(19668,3248,1,1,1,4473,0,-849.887,-1652.04,97.5263,4.60669,275,20,0,328,0,1,0,0,0),(19667,3248,1,1,1,4473,0,-418.687,-1438.26,95.18,5.94909,275,20,0,328,0,1,0,0,0),(19666,3248,1,1,1,4473,0,1164.34,-3778.73,31.7806,3.45933,275,20,0,328,0,1,0,0,0),(19665,3248,1,1,1,4473,0,-184.029,-3758.43,28.4223,2.25271,275,20,0,328,0,1,0,0,0),(19664,3248,1,1,1,4473,0,-1126.58,-3016.62,96.1668,0.348938,275,20,0,328,0,1,0,0,0),(19663,3248,1,1,1,4473,0,883.668,-2852.3,93.6546,4.95543,275,20,0,328,0,1,0,0,0),(19662,3248,1,1,1,4473,0,514.668,-3093.43,92.3787,4.7651,275,20,0,328,0,1,0,0,0),(19661,3248,1,1,1,4473,0,743.871,-2619.01,91.7917,3.50311,275,20,0,328,0,1,0,0,0),(19660,3248,1,1,1,4473,0,411.885,-1849.45,91.7917,1.69761,275,20,0,328,0,1,0,0,0),(19659,3248,1,1,1,4473,0,-1017.14,-1813.48,92.2564,0.11346,275,20,0,328,0,1,0,0,0),(19658,3248,1,1,1,4473,0,-689.426,-3271.46,97.3043,2.47935,275,20,0,328,0,1,0,0,0),(19657,3248,1,1,1,4473,0,-947.345,-3042.98,92.774,1.7475,275,20,0,328,0,1,0,0,0),(19656,3248,1,1,1,4473,0,-510.831,-1383.34,91.7917,0.34098,275,20,0,328,0,1,0,0,0),(19655,3248,1,1,1,4473,0,-1127.25,-2940.74,93.5569,5.13498,275,20,0,328,0,1,0,0,0),(19654,3248,1,1,1,4473,0,942.158,-2895.79,91.7917,1.75546,275,20,0,328,0,1,0,0,0),(19653,3248,1,1,1,4473,0,-1016.14,-1782.15,91.714,3.13221,275,20,0,328,0,1,0,0,0),(19652,3248,1,1,1,4473,0,-378.813,-3745.49,27.418,4.86099,275,20,0,328,0,1,0,0,0),(19651,3248,1,1,1,4473,0,-1247.6,-3152.36,92.0561,4.69286,275,20,0,328,0,1,0,0,0),(19650,3248,1,1,1,4473,0,-1281.19,-2684.4,91.8302,3.38884,275,10,0,328,0,1,0,0,0),(19649,3248,1,1,1,4473,0,-554.91,-1712.2,95.1462,6.17555,275,20,0,328,0,1,0,0,0),(19648,3248,1,1,1,4473,0,-94.7561,-1486.45,91.8129,3.94847,275,20,0,328,0,1,0,0,0),(19647,3248,1,1,1,4473,0,1064.51,-3605.44,51.2554,0.975752,275,20,0,328,0,1,0,0,0),(19646,3248,1,1,1,4473,0,-316.574,-3735.8,27.9348,0.807095,275,20,0,328,0,1,0,0,0),(19645,3248,1,1,1,4473,0,1087.82,-3747.51,28.2203,3.49053,275,20,0,328,0,1,0,0,0),(19644,3248,1,1,1,4473,0,-1079.66,-1840.01,94.9625,1.72567,275,20,0,328,0,1,0,0,0),(19643,3248,1,1,1,4473,0,-680.2,-3405.79,91.789,3.61183,275,20,0,328,0,1,0,0,0),(19642,3248,1,1,1,4473,0,-1505.24,-2990.67,91.8805,2.52909,275,20,0,328,0,1,0,0,0),(19641,3248,1,1,1,4473,0,692.256,-2987.2,91.7917,5.92244,275,20,0,328,0,1,0,0,0),(19640,3248,1,1,1,4473,0,542.33,-3496.47,92.2917,2.94626,275,3,0,328,0,1,0,0,0),(19639,3248,1,1,1,4473,0,728.918,-2675.25,91.9003,3.13075,275,20,0,328,0,1,0,0,0),(19638,3503,1,1,1,1307,0,-3283.12,-1985.59,91.8617,-1.76909,275,0,0,417,0,0,0,0,0),(19637,3247,1,1,1,1742,0,-2037.68,-2422.12,94.4174,3.49993,275,20,0,302,408,1,0,0,0),(19636,3247,1,1,1,1742,0,-1951.76,-1987,92.0154,4.22255,275,20,0,302,408,1,0,0,0),(19635,3247,1,1,1,1742,0,-1978.49,-1849.23,91.7917,3.95533,275,20,0,302,408,1,0,0,0),(19634,3247,1,1,1,1742,0,-1982.65,-2524.39,95.1114,4.75932,275,20,0,302,408,1,0,0,0),(19633,3247,1,1,1,1742,0,-2103.25,-2384.45,92.5408,1.69019,275,20,0,302,408,1,0,0,0),(19632,3247,1,1,1,1742,0,-1684.69,-2013.31,92.578,3.01821,275,20,0,302,408,1,0,0,0),(19631,3247,1,1,1,1742,0,-1707.48,-2110.21,92.0729,2.05191,275,20,0,302,408,1,0,0,0),(19630,3247,1,1,1,1742,0,-1455.27,-1839.14,94.8386,2.24367,275,20,0,302,408,1,0,0,0),(19629,3247,1,1,1,1742,0,-1537.7,-2019.8,93.9003,0.174785,275,20,0,302,408,1,0,0,0),(19628,3247,1,1,1,1742,0,-1576.96,-1881.7,93.9167,1.94702,275,20,0,302,408,1,0,0,0),(19627,3247,1,1,1,1742,0,-1823.29,-2201.18,94.1263,2.87181,275,20,0,302,408,1,0,0,0),(19626,3247,1,1,1,1742,0,-2217.3,-2296.27,95.2816,3.48002,275,20,0,302,408,1,0,0,0),(19625,3247,1,1,1,1742,0,-1497.85,-1715.53,92.4202,3.27079,275,20,0,302,408,1,0,0,0),(19624,3247,1,1,1,1742,0,-1829.76,-2115.84,91.9963,3.35904,275,20,0,302,408,1,0,0,0),(19623,3246,1,1,1,1284,0,-783.111,-2916.97,93.931,0.012605,275,20,0,247,0,1,0,0,0),(19622,3246,1,1,1,1284,0,-783.163,-2881.41,92.0047,2.00071,275,20,0,247,0,1,0,0,0),(19621,3246,1,1,1,1284,0,33.7807,-3210.71,95.8568,4.62049,275,0,0,247,0,0,0,0,0),(19620,3246,1,1,1,1284,0,-705.351,-2745.98,92.9074,0.416439,275,20,0,247,0,1,0,0,0),(19619,3246,1,1,1,1284,0,91.5824,-3609.57,29.5568,4.06966,275,20,0,247,0,1,0,0,0),(19618,3246,1,1,1,1284,0,80.8044,-3027.31,94.1769,0.701829,275,20,0,247,0,1,0,0,0),(19617,3246,1,1,1,1284,0,-765.011,-2744.26,93.5937,2.86186,275,20,0,247,0,1,0,0,0),(19616,3246,1,1,1,1284,0,-731.238,-2535.95,93.9167,2.40402,275,20,0,247,0,1,0,0,0),(19615,3246,1,1,1,1284,0,-750.174,-2885.04,92.14,0.931987,275,20,0,247,0,1,0,0,0),(19614,3246,1,1,1,1284,0,-790.121,-2551.6,93.494,3.81607,275,20,0,247,0,1,0,0,0),(19613,3246,1,1,1,1284,0,-515.917,-3148.98,161.209,2.31145,275,20,0,247,0,1,0,0,0),(19612,3246,1,1,1,1284,0,-620.148,-3058.93,92.7936,1.7138,275,20,0,247,0,1,0,0,0),(19611,3246,1,1,1,1284,0,-884.26,-2682.89,91.7917,4.23397,275,20,0,247,0,1,0,0,0),(19610,3246,1,1,1,1284,0,-750.066,-2550.56,92.1436,1.7973,275,20,0,247,0,1,0,0,0),(19609,3246,1,1,1,1284,0,-648.396,-2877.9,95.5797,3.17283,275,20,0,247,0,1,0,0,0),(19608,3246,1,1,1,1284,0,-695.735,-2111.83,172.265,5.3561,275,2,0,247,0,1,0,0,0),(19607,3246,1,1,1,1284,0,-694.699,-2215.88,189.761,5.74444,275,2,0,247,0,1,0,0,0),(19606,3246,1,1,1,1284,0,101.241,-3550.62,28.7401,3.21777,275,20,0,247,0,1,0,0,0),(19605,3246,1,1,1,1284,0,205.856,-3164.89,90.2488,5.14807,275,20,0,247,0,1,0,0,0),(19604,3246,1,1,1,1284,0,430.446,-2438.01,144.754,5.87547,275,20,0,247,0,1,0,0,0),(19603,3246,1,1,1,1284,0,718.201,-2475.36,91.7917,4.74557,275,20,0,247,0,1,0,0,0),(19602,3246,1,1,1,1284,0,252.109,-2280.84,213.004,1.17251,275,3,0,247,0,1,0,0,0),(19601,3246,1,1,1,1284,0,544.708,-2303.23,142.315,3.08685,275,2,0,247,0,1,0,0,0),(19600,3246,1,1,1,1284,0,-863.438,-2448.28,92.0284,3.12298,275,20,0,247,0,1,0,0,0),(19599,3246,1,1,1,1284,0,-152.225,-3254.24,135.36,4.48758,275,20,0,247,0,1,0,0,0),(19598,3246,1,1,1,1284,0,-849.694,-2887.68,92.7925,5.94292,275,20,0,247,0,1,0,0,0),(19597,3246,1,1,1,1284,0,-481.201,-3249.88,164.47,6.16174,275,2,0,247,0,1,0,0,0),(19596,3246,1,1,1,1284,0,-446.204,-3147.8,210.903,1.11327,275,2,0,247,0,1,0,0,0),(19595,3246,1,1,1,1284,0,-352.24,-3117.84,204.051,3.30449,275,2,0,247,0,1,0,0,0),(19594,3246,1,1,1,1284,0,-787.821,-2646.38,94.3975,5.60485,275,20,0,247,0,1,0,0,0),(19593,3246,1,1,1,1284,0,-897.221,-2272.12,93.9095,2.51136,275,20,0,247,0,1,0,0,0),(19592,3246,1,1,1,1284,0,-336.452,-3256.62,172.95,4.13143,275,20,0,247,0,1,0,0,0),(19591,3246,1,1,1,1284,0,-545.936,-3054.03,137.815,4.42416,275,20,0,247,0,1,0,0,0),(19590,3246,1,1,1,1284,0,-317.108,-3163.54,222.309,0,275,20,0,247,0,1,0,0,0),(19589,3246,1,1,1,1284,0,-947.66,-2247.53,93.4228,1.71573,275,20,0,247,0,1,0,0,0),(19588,3246,1,1,1,1284,0,-889.795,-2319.93,92.0034,6.13482,275,20,0,247,0,1,0,0,0),(19587,3246,1,1,1,1284,0,149.323,-2138.33,161.946,3.00246,275,2,0,247,0,1,0,0,0),(19586,3246,1,1,1,1284,0,715.313,-2564.79,93.193,2.50317,275,3,0,247,0,1,0,0,0),(19585,3246,1,1,1,1284,0,516.149,-2703.72,88.0831,4.09345,275,20,0,247,0,1,0,0,0),(19584,3246,1,1,1,1284,0,281.047,-2317.62,212.86,2.9811,275,3,0,247,0,1,0,0,0),(19583,3246,1,1,1,1284,0,311.246,-2390.53,165.29,5.89454,275,20,0,247,0,1,0,0,0),(19582,3246,1,1,1,1284,0,-812.534,-2382.86,94.8686,5.56141,275,20,0,247,0,1,0,0,0),(19581,3246,1,1,1,1284,0,-191.491,-3138.99,163.679,4.90949,275,20,0,247,0,1,0,0,0),(19580,3246,1,1,1,1284,0,-916.733,-2783.11,93.8778,0.89013,275,20,0,247,0,1,0,0,0),(19579,3246,1,1,1,1284,0,-408.349,-3226.53,168.87,4.74558,275,20,0,247,0,1,0,0,0),(19578,3246,1,1,1,1284,0,-486.089,-3111.83,183.748,0.351126,275,2,0,247,0,1,0,0,0),(19577,3246,1,1,1,1284,0,759.107,-2516.81,91.7917,4.9684,275,20,0,247,0,1,0,0,0),(19576,3246,1,1,1,1284,0,249.174,-2218.8,212.77,4.78764,275,3,0,247,0,1,0,0,0),(19575,3246,1,1,1,1284,0,-252.201,-3155.58,185.173,6.13217,275,2,0,247,0,1,0,0,0),(19574,3246,1,1,1,1284,0,-356.078,-3180.6,226.909,4.05289,275,2,0,247,0,1,0,0,0),(19573,3246,1,1,1,1284,0,-810.361,-2451.05,92.5136,3.77796,275,20,0,247,0,1,0,0,0),(19572,3246,1,1,1,1284,0,-719.172,-3133.19,94.6961,1.73653,275,20,0,247,0,1,0,0,0),(19571,3246,1,1,1,1284,0,-715.958,-1925.49,93.4039,4.6831,275,20,0,247,0,1,0,0,0),(19570,3246,1,1,1,1284,0,-185.771,-2144.84,91.7917,2.02391,275,20,0,247,0,1,0,0,0),(19569,3246,1,1,1,1284,0,-813.655,-1925.49,93.8776,4.96494,275,20,0,247,0,1,0,0,0),(19568,3246,1,1,1,1284,0,-193.751,-1951.08,94.1196,0.262443,275,20,0,247,0,1,0,0,0),(19567,3246,1,1,1,1284,0,-682.537,-1904.69,93.2958,0.143022,275,20,0,247,0,1,0,0,0),(19566,3246,1,1,1,1284,0,160.579,-2318.42,132.569,4.74812,275,2,0,247,0,1,0,0,0),(19565,3246,1,1,1,1284,0,-545.673,-3287.18,140.741,2.33288,275,2,0,247,0,1,0,0,0),(19564,3246,1,1,1,1284,0,-737.623,-2865.25,93.0416,3.70715,275,20,0,247,0,1,0,0,0),(19563,3246,1,1,1,1284,0,-277.425,-3117.51,178.962,4.14716,275,20,0,247,0,1,0,0,0),(19562,3246,1,1,1,1284,0,-82.3842,-1916.19,94.6835,0.715585,275,0,0,247,0,0,0,0,0),(19561,3246,1,1,1,1284,0,-593.314,-2112.85,185.092,1.7226,275,2,0,247,0,1,0,0,0),(19560,3246,1,1,1,1284,0,-617.767,-1756.15,94.1117,1.60408,275,20,0,247,0,1,0,0,0),(19559,3246,1,1,1,1284,0,306.139,-2105.32,190.832,1.40021,275,2,0,247,0,1,0,0,0),(19558,3246,1,1,1,1284,0,339.213,-2746.24,93.5009,2.67044,275,20,0,247,0,1,0,0,0),(19557,3246,1,1,1,1284,0,-258.24,-3211.63,166.337,0.153262,275,2,0,247,0,1,0,0,0),(19556,3246,1,1,1,1284,0,-726.078,-2200.02,170.443,5.82827,275,2,0,247,0,1,0,0,0),(19555,3246,1,1,1,1284,0,-551.574,-2323.43,165.057,1.33167,275,2,0,247,0,1,0,0,0),(19554,3246,1,1,1,1284,0,-530.934,-2316.64,180.104,4.65951,275,2,0,247,0,1,0,0,0),(19553,3246,1,1,1,1284,0,-619.383,-2214.98,218.775,3.59038,275,2,0,247,0,1,0,0,0),(19552,3246,1,1,1,1284,0,-82.8489,-1691.08,93.4527,4.79456,275,20,0,247,0,1,0,0,0),(19551,3246,1,1,1,1284,0,183.575,-2401.16,171.303,2.48695,275,2,0,247,0,1,0,0,0),(19550,3246,1,1,1,1284,0,314.635,-2283.64,226.004,5.16617,275,0,0,247,0,0,0,0,0),(19549,3246,1,1,1,1284,0,381.311,-2277.11,213.261,1.7506,275,3,0,247,0,1,0,0,0),(19548,3246,1,1,1,1284,0,-951.811,-2206.5,96.3303,6.18694,275,20,0,247,0,1,0,0,0),(19547,3246,1,1,1,1284,0,-931.916,-2143.8,97.6653,0.609126,275,3,0,247,0,1,0,0,0),(19546,3246,1,1,1,1284,0,-318.517,-3210.46,211.85,1.17899,275,20,0,247,0,1,0,0,0),(19545,3246,1,1,1,1284,0,-1014.42,-2361.71,94.9637,2.57636,275,20,0,247,0,1,0,0,0),(19544,3246,1,1,1,1284,0,-322.585,-2078.88,94.0416,2.61472,275,20,0,247,0,1,0,0,0),(19543,3246,1,1,1,1284,0,-470.464,-2071.28,91.7917,2.90249,275,20,0,247,0,1,0,0,0),(19542,3246,1,1,1,1284,0,-492.104,-2240.64,158.08,2.45861,275,2,0,247,0,1,0,0,0),(19541,3246,1,1,1,1284,0,-641.537,-2111.26,159.322,0.01747,275,2,0,247,0,1,0,0,0),(19540,3246,1,1,1,1284,0,-63.4487,-1795.17,93.2191,3.2611,275,20,0,247,0,1,0,0,0),(19539,3246,1,1,1,1284,0,421.126,-2355.73,159.837,5.46089,275,20,0,247,0,1,0,0,0),(19538,3246,1,1,1,1284,0,79.6798,-3135.36,91.7694,1.5747,275,20,0,247,0,1,0,0,0),(19537,3246,1,1,1,1284,0,208.8,-3282.98,62.887,0.00418,275,20,0,247,0,1,0,0,0),(19536,3246,1,1,1,1284,0,612.214,-2635.93,92.5202,1.87648,275,20,0,247,0,1,0,0,0),(19535,3246,1,1,1,1284,0,175.061,-2200.59,172.235,0.392872,275,20,0,247,0,1,0,0,0),(19534,3246,1,1,1,1284,0,250.818,-2351.5,213.258,5.05903,275,3,0,247,0,1,0,0,0),(19533,3246,1,1,1,1284,0,-488.246,-3181.72,180.121,0.330403,275,2,0,247,0,1,0,0,0),(19532,3246,1,1,1,1284,0,-318.777,-3085.57,193.233,5.93702,275,2,0,247,0,1,0,0,0),(19531,3246,1,1,1,1284,0,-403.449,-3187.57,212.296,6.2669,275,2,0,247,0,1,0,0,0),(19530,3246,1,1,1,1284,0,-421.842,-2059.02,91.7917,3.36978,275,20,0,247,0,1,0,0,0),(19529,3246,1,1,1,1284,0,-606.5,-2355,162.821,5.9219,275,2,0,247,0,1,0,0,0),(19528,3246,1,1,1,1284,0,-541.984,-1816.67,91.7917,3.02994,275,20,0,247,0,1,0,0,0),(19527,3246,1,1,1,1284,0,185.032,-2714.28,91.7917,6.24863,275,20,0,247,0,1,0,0,0),(19526,3246,1,1,1,1284,0,223.352,-2250.42,211.392,6.20276,275,3,0,247,0,1,0,0,0),(19525,3246,1,1,1,1284,0,183.58,-3117.35,91.7839,5.44964,275,20,0,247,0,1,0,0,0),(19524,3246,1,1,1,1284,0,217.067,-3373.8,42.1431,1.18231,275,20,0,247,0,1,0,0,0),(19523,3246,1,1,1,1284,0,-503.501,-3221.43,179.44,5.71264,275,2,0,247,0,1,0,0,0),(19522,3246,1,1,1,1284,0,-386.26,-3021.7,114.304,1.4132,275,20,0,247,0,1,0,0,0),(19521,3246,1,1,1,1284,0,-450,-3212.5,186.31,2.35614,275,2,0,247,0,1,0,0,0),(19520,3246,1,1,1,1284,0,-383.31,-3135.41,203.39,0.405504,275,2,0,247,0,1,0,0,0),(19519,3246,1,1,1,1284,0,-988.707,-2919.5,93.0665,0.099863,275,20,0,247,0,1,0,0,0),(19518,3246,1,1,1,1284,0,-400.471,-2186.38,157.4,3.37,275,20,0,247,0,1,0,0,0),(19517,3246,1,1,1,1284,0,-583.383,-1923.27,91.7916,1.06647,275,20,0,247,0,1,0,0,0),(19516,3246,1,1,1,1284,0,-148.301,-2116.27,92.7961,4.52982,275,20,0,247,0,1,0,0,0),(19515,3246,1,1,1,1284,0,-585.191,-2202.04,213.324,0.734267,275,2,0,247,0,1,0,0,0),(19514,3246,1,1,1,1284,0,285.712,-2256.47,224.274,5.21904,275,20,0,247,0,1,0,0,0),(19513,3246,1,1,1,1284,0,141.976,-2456.82,140.266,2.77232,275,2,0,247,0,1,0,0,0),(19512,3246,1,1,1,1284,0,237.439,-2420.9,160.094,2.91443,275,2,0,247,0,1,0,0,0),(19511,3246,1,1,1,1284,0,583.325,-2678.69,92.1608,1.57275,275,20,0,247,0,1,0,0,0),(19510,3246,1,1,1,1284,0,-991.472,-2257.96,93.6056,2.10351,275,15,0,247,0,1,0,0,0),(19509,3246,1,1,1,1284,0,-410.405,-1697.33,91.7916,2.01521,275,20,0,247,0,1,0,0,0),(19508,3246,1,1,1,1284,0,-725.266,-1828.7,92.9167,4.58128,275,20,0,247,0,1,0,0,0),(19507,3246,1,1,1,1284,0,-511.585,-1745.09,93.4168,5.12934,275,20,0,247,0,1,0,0,0),(19506,3502,1,1,1,7059,1,-990.744,-3832.89,5.69966,2.72271,275,0,0,5568,0,0,0,0,0),(19505,3502,1,1,1,7061,1,-847.015,-3788.19,14.142,5.05648,275,0,0,5568,0,2,0,0,0),(19504,3502,1,1,1,7060,1,-982.793,-3582.26,33.6917,1.41372,275,0,0,5568,0,0,0,0,0),(19503,3502,1,1,1,7061,1,-816.782,-3754.86,22.9842,0.663225,275,0,0,5568,0,0,0,0,0),(19502,3246,1,1,1,1284,0,-810.892,-3854.28,8.67306,1.14548,275,20,0,247,0,1,0,0,0),(19501,3246,1,1,1,1284,0,-790.425,-3859.12,13.4651,1.52517,275,20,0,247,0,1,0,0,0),(19500,3246,1,1,1,1284,0,-318,-3817.24,29.1205,1.42043,275,3,0,247,0,1,0,0,0),(19499,3246,1,1,1,1284,0,299.623,-2062.63,174.85,0.02947,275,2,0,247,0,1,0,0,0),(19498,3246,1,1,1,1284,0,155.736,-2235.86,181.487,1.48084,275,2,0,247,0,1,0,0,0),(19497,3246,1,1,1,1284,0,220.586,-2312.81,180.446,0.726931,275,20,0,247,0,1,0,0,0),(19496,3246,1,1,1,1284,0,212.281,-2387.46,193.39,4.20852,275,2,0,247,0,1,0,0,0),(19495,3246,1,1,1,1284,0,-430.757,-3095.79,162.203,0.31756,275,2,0,247,0,1,0,0,0),(19494,3246,1,1,1,1284,0,-758.562,-1892.22,92.4525,3.92423,275,20,0,247,0,1,0,0,0),(19493,3246,1,1,1,1284,0,-230.372,-2055.68,93.1996,1.80345,275,20,0,247,0,1,0,0,0),(19492,3246,1,1,1,1284,0,-604.278,-2019.01,145.231,1.68037,275,20,0,247,0,1,0,0,0),(19491,3246,1,1,1,1284,0,-522.754,-2191.22,182.493,5.94573,275,2,0,247,0,1,0,0,0),(19490,3502,1,1,1,7059,1,-916.521,-3567.01,33.2227,3.10669,275,0,0,5568,0,0,0,0,0),(19489,3502,1,1,1,7060,1,-1054.79,-3702.88,26.4301,1.06465,275,0,0,5568,0,0,0,0,0),(19488,3502,1,1,1,7059,1,-1003.67,-3823.92,5.19106,5.51524,275,0,0,5568,0,0,0,0,0),(19487,3502,1,1,1,7059,1,-882.196,-3627.53,25.844,1.65806,275,0,0,5568,0,0,0,0,0),(19486,3246,1,1,1,1284,0,-558.617,-3856.55,28.7092,5.19087,275,20,0,247,0,1,0,0,0),(19485,3246,1,1,1,1284,0,-420.496,-3854.07,27.4966,1.211,275,20,0,247,0,1,0,0,0),(19484,3246,1,1,1,1284,0,-385.242,-3819.18,28.3296,3.20561,275,20,0,247,0,1,0,0,0),(19483,3246,1,1,1,1284,0,-487.196,-3815.34,28.1928,6.11836,275,20,0,247,0,1,0,0,0),(19482,3246,1,1,1,1284,0,-542.97,-3846.99,30.0921,2.8747,275,20,0,247,0,1,0,0,0),(19481,3246,1,1,1,1284,0,383.991,-2390.77,182.951,5.29065,275,20,0,247,0,1,0,0,0),(19480,3246,1,1,1,1284,0,189.815,-3188.84,86.6642,4.66351,275,20,0,247,0,1,0,0,0),(19479,3246,1,1,1,1284,0,60.2218,-3477.8,35.6942,5.46189,275,3,0,247,0,1,0,0,0),(19478,3246,1,1,1,1284,0,446.808,-2278.35,191.983,1.96939,275,2,0,247,0,1,0,0,0),(19477,3246,1,1,1,1284,0,205.914,-2110.96,132.104,3.69542,275,2,0,247,0,1,0,0,0),(19476,3246,1,1,1,1284,0,-961.462,-2423.03,92.8763,5.3594,275,20,0,247,0,1,0,0,0),(19475,3246,1,1,1,1284,0,-214.032,-3176.93,181.923,0.95794,275,2,0,247,0,1,0,0,0),(19474,3246,1,1,1,1284,0,-539.165,-1922.59,92.847,0.088007,275,20,0,247,0,1,0,0,0),(19473,3246,1,1,1,1284,0,-82.3652,-1849.4,91.8021,0.087266,275,0,0,247,0,0,0,0,0),(19472,3246,1,1,1,1284,0,-474.507,-2036.35,92.591,4.99597,275,20,0,247,0,1,0,0,0),(19471,3246,1,1,1,1284,0,-38.0819,-2111.18,92.2101,1.09859,275,20,0,247,0,1,0,0,0),(19470,3502,1,1,1,7060,1,-985.698,-3827.08,5.73419,3.36848,275,0,0,5568,0,0,0,0,0),(19469,3245,1,1,1,6076,0,-1926.47,-2869.9,91.9373,5.19787,275,20,0,356,0,1,0,0,0),(19468,3245,1,1,1,6076,0,-1923.3,-3051.55,91.7917,4.41395,275,3,0,356,0,1,0,0,0),(19467,3245,1,1,1,6076,0,-1921.79,-3407.42,59.1523,2.61469,275,20,0,356,0,1,0,0,0),(19466,3245,1,1,1,6076,0,-1725.84,-2956.03,82.7262,6.05705,275,20,0,356,0,1,0,0,0),(19465,3245,1,1,1,6076,0,-1587.62,-2618.73,95.2426,2.50913,275,20,0,356,0,1,0,0,0),(19464,3501,1,1,1,4261,1,-637.638,-3168.65,92.1815,4.52572,275,5,0,3048,0,1,0,0,0),(19463,3245,1,1,1,6076,0,-1630.35,-2882.39,92.8528,0.327923,275,20,0,356,0,1,0,0,0),(19462,3245,1,1,1,6076,0,-1944.01,-2949.78,93.4196,3.25311,275,20,0,356,0,1,0,0,0),(19461,3245,1,1,1,6076,0,-1886.76,-3255.44,79.2012,5.00385,275,20,0,356,0,1,0,0,0),(19460,3245,1,1,1,6076,0,-1614.17,-2984.96,91.7541,6.18846,275,20,0,356,0,1,0,0,0),(19459,3245,1,1,1,6076,0,-1913.39,-3168.09,94.8733,0.212732,275,20,0,356,0,1,0,0,0),(19458,3245,1,1,1,6076,0,-1618.31,-2794.12,92.0103,4.55234,275,20,0,356,0,1,0,0,0),(19457,3245,1,1,1,6076,0,1191.26,-3050.24,94.9832,5.00147,275,20,0,356,0,1,0,0,0),(19456,3245,1,1,1,6076,0,-585.266,-3391.1,94.1935,5.86849,275,20,0,356,0,1,0,0,0),(19455,3245,1,1,1,6076,0,-653.398,-3402.07,93.1078,4.80234,275,20,0,356,0,1,0,0,0),(19454,3245,1,1,1,6076,0,-1809.86,-2875.17,90.9698,0.910096,275,20,0,356,0,1,0,0,0),(19453,3245,1,1,1,6076,0,-523.222,-3418.53,92.2951,4.25749,275,20,0,356,0,1,0,0,0),(19452,3245,1,1,1,6076,0,-627.424,-3444.87,92.5167,5.34258,275,20,0,356,0,1,0,0,0),(19451,3245,1,1,1,6076,0,-1746.31,-2921.34,92.0842,2.14311,275,20,0,356,0,1,0,0,0),(19450,3245,1,1,1,6076,0,-1681.72,-2783.78,95.6263,0.625934,275,20,0,356,0,1,0,0,0),(19449,3245,1,1,1,6076,0,-1647.4,-3038.19,91.7078,4.4789,275,20,0,356,0,1,0,0,0),(19448,3245,1,1,1,6076,0,-1513.62,-2425.82,92.2935,3.17248,275,20,0,356,0,1,0,0,0),(19447,3245,1,1,1,6076,0,-1846.46,-3005.51,91.7946,4.82003,275,20,0,356,0,1,0,0,0),(19446,3245,1,1,1,6076,0,-1888.81,-3289.7,74.5631,0.872555,275,20,0,356,0,1,0,0,0),(19445,3245,1,1,1,6076,0,-1685.14,-2381.05,92.2221,1.57666,275,20,0,356,0,1,0,0,0),(19444,3245,1,1,1,6076,0,-1691.92,-2807.82,94.7584,2.26079,275,20,0,356,0,1,0,0,0),(19443,3245,1,1,1,6076,0,-1789.44,-2911.67,94.2885,4.42956,275,20,0,356,0,1,0,0,0),(19442,3245,1,1,1,6076,0,-1656.4,-2412.24,83.1582,3.1455,275,20,0,356,0,1,0,0,0),(19441,3245,1,1,1,6076,0,-1660.83,-2826.03,94.2088,3.83332,275,20,0,356,0,1,0,0,0),(19440,3245,1,1,1,6076,0,-1653.79,-3055.37,91.7078,0.986571,275,20,0,356,0,1,0,0,0),(19439,3245,1,1,1,6076,0,-1884.14,-2817.39,91.7917,2.12102,275,20,0,356,0,1,0,0,0),(19438,3501,1,1,1,4263,1,37.554,-2684.38,104.19,3.793,275,0,0,3048,0,2,0,0,0),(19437,3245,1,1,1,6076,0,-1566.82,-2710.32,90.8903,0.324223,275,20,0,356,0,1,0,0,0),(19436,3245,1,1,1,6076,0,-1575.61,-2490.44,96.098,1.89259,275,20,0,356,0,1,0,0,0),(19435,3245,1,1,1,6076,0,-1655.4,-2339.75,86.538,3.10654,275,20,0,356,0,1,0,0,0),(19434,3245,1,1,1,6076,0,-1586.84,-2351.09,94.6711,2.50884,275,20,0,356,0,1,0,0,0),(19433,3501,1,1,1,4262,1,-563.006,-2641.88,96.6191,2.94961,275,0,0,3048,0,0,0,0,0),(19432,3501,1,1,1,4261,1,-360.861,-2510.39,96.358,1.41372,275,0,0,3048,0,0,0,0,0),(19431,3245,1,1,1,6076,0,-1424.28,-2149.91,93.7425,3.081,275,20,0,356,0,1,0,0,0),(19430,3501,1,1,1,4264,1,-489.249,-2696.96,96.0185,4.41568,275,0,0,3048,0,0,0,0,0),(19429,3501,1,1,1,4264,1,-473.183,-2579.27,96.922,2.3911,275,3,0,3048,0,1,0,0,0),(19428,3501,1,1,1,4263,1,-638.654,-3241.76,98.5006,4.34587,275,0,0,3048,0,0,0,0,0),(19427,3245,1,1,1,6076,0,-1992.24,-3413.41,56.0703,3.62707,275,3,0,356,0,1,0,0,0),(19426,3245,1,1,1,6076,0,-1619.07,-3586.71,93.5417,4.83353,275,20,0,356,0,1,0,0,0),(19425,3501,1,1,1,4263,1,-519.717,-2604.89,111.604,2.46091,275,0,0,3048,0,0,0,0,0),(19424,3501,1,1,1,4261,1,-491.367,-2597.48,127.857,2.25148,275,0,0,3048,0,0,0,0,0),(19423,3501,1,1,1,4261,1,-460.392,-2633.77,96.2673,5.5676,275,0,0,3048,0,0,0,0,0),(19422,3501,1,1,1,4264,1,-520.553,-3151.21,95.8013,1.59159,275,0,0,3048,0,2,0,0,0),(19421,3501,1,1,1,4263,1,-469.521,-2707.71,96.0828,4.13643,275,0,0,3048,0,0,0,0,0),(19420,3245,1,1,1,6076,0,-1754.28,-2317.78,92.6101,2.83783,275,20,0,356,0,1,0,0,0),(19419,3245,1,1,1,6076,0,-1314.88,-2016.97,92.6463,4.51954,275,20,0,356,0,1,0,0,0),(19418,3245,1,1,1,6076,0,-1773.17,-2416.84,93.9029,0.001953,275,20,0,356,0,1,0,0,0),(19417,3245,1,1,1,6076,0,-1775.31,-3351.16,93.5317,5.73741,275,20,0,356,0,1,0,0,0),(19416,3245,1,1,1,6076,0,684.983,-1892.89,91.7917,5.0608,275,20,0,356,0,1,0,0,0),(19415,3501,1,1,1,4263,1,-368.703,-2687.96,95.9274,0.174533,275,0,0,3048,0,0,0,0,0),(19414,3501,1,1,1,4261,1,-464.014,-2653.52,95.7865,3.11272,275,0,0,3048,0,0,0,0,0),(19413,3501,1,1,1,4261,1,-362.254,-2673.82,95.8604,6.19592,275,0,0,3048,0,0,0,0,0),(19412,3501,1,1,1,4263,1,55.2058,-2695.69,92.1666,4.34587,275,0,0,3048,0,0,0,0,0),(19411,3501,1,1,1,4261,1,-612.982,-3165.7,92.4068,6.25525,275,0,0,3048,0,2,0,0,0),(19410,3245,1,1,1,6076,0,-1588.19,-2417.66,89.9275,3.14355,275,20,0,356,0,1,0,0,0),(19409,3245,1,1,1,6076,0,-1366.82,-2204.62,91.7944,2.35352,275,20,0,356,0,1,0,0,0),(19408,3245,1,1,1,6076,0,-1720.3,-3383.92,94.5063,2.60184,275,20,0,356,0,1,0,0,0),(19407,3245,1,1,1,6076,0,579.154,-1855.91,91.7917,4.25233,275,20,0,356,0,1,0,0,0),(19406,3245,1,1,1,6076,0,614.986,-1899.28,92.2614,4.56137,275,20,0,356,0,1,0,0,0),(19405,3245,1,1,1,6076,0,564.256,-1884.37,91.9073,6.12125,275,20,0,356,0,1,0,0,0),(19404,3245,1,1,1,6076,0,448.676,-1843.56,92.0415,1.99516,275,20,0,356,0,1,0,0,0),(19403,3501,1,1,1,4263,1,-638.53,-3245.05,98.5006,2.32129,275,0,0,3048,0,0,0,0,0),(19402,3501,1,1,1,4263,1,-36.9096,-2614.24,97.1546,2.58309,275,0,0,3048,0,0,0,0,0),(19401,3501,1,1,1,4261,1,-2375.96,-1881.78,95.9206,2.54407,275,5,0,3048,0,1,0,0,0),(19400,3501,1,1,1,4263,1,-2323.01,-1945.34,96.1185,3.29867,275,0,0,3048,0,0,0,0,0),(19399,3501,1,1,1,4264,1,-2329.74,-1928.61,96.3543,3.54302,275,0,0,3048,0,0,0,0,0),(19398,3245,1,1,1,6076,0,-1585.98,-3009.75,92.654,4.53184,275,20,0,356,0,1,0,0,0),(19397,3245,1,1,1,6076,0,-1725.73,-3067.9,94.8733,1.13075,275,20,0,356,0,1,0,0,0),(19396,3245,1,1,1,6076,0,-1744.73,-2459.17,93.18,4.81697,275,20,0,356,0,1,0,0,0),(19395,3245,1,1,1,6076,0,872.096,-3549.11,92.4784,6.20304,275,20,0,356,0,1,0,0,0),(19394,3245,1,1,1,6076,0,1082.64,-3412.18,91.7718,1.78327,275,20,0,356,0,1,0,0,0),(19393,3245,1,1,1,6076,0,-617.733,-3567.15,91.789,4.66127,275,20,0,356,0,1,0,0,0),(19392,3245,1,1,1,6076,0,-716.178,-3547.87,94.164,2.26054,275,20,0,356,0,1,0,0,0),(19391,3245,1,1,1,6076,0,779.084,-2113.82,92.0468,0.105644,275,20,0,356,0,1,0,0,0),(19390,3245,1,1,1,6076,0,541.765,-1974.88,92.0417,4.379,275,20,0,356,0,1,0,0,0),(19389,3245,1,1,1,6076,0,718.41,-2244.98,92.9167,2.27864,275,20,0,356,0,1,0,0,0),(19388,3245,1,1,1,6076,0,708.166,-1961.4,92.1205,1.38709,275,20,0,356,0,1,0,0,0),(19387,3501,1,1,1,4263,1,-1136.72,-2508.24,95.8779,1.55334,275,0,0,3048,0,0,0,0,0),(19386,3501,1,1,1,4264,1,-1137.43,-2506.25,95.9139,5.32325,275,0,0,3048,0,0,0,0,0),(19385,3501,1,1,1,4263,1,-2355.06,-1955.56,96.2825,0.352528,275,0,0,3048,0,2,0,0,0),(19384,3501,1,1,1,4263,1,-2255.18,-1925.35,92.262,5.26592,275,3,0,3048,0,1,0,0,0),(19383,3501,1,1,1,4262,1,-2345.46,-2045.34,96.9655,5.93412,275,0,0,3048,0,0,0,0,0),(19382,3501,1,1,1,4263,1,-2381.58,-1983.14,91.75,4.34978,275,0,0,3048,0,0,0,0,0),(19381,3501,1,1,1,4262,1,-2337.57,-1881.42,96.1493,0.554303,275,3,0,3048,0,1,0,0,0),(19380,3501,1,1,1,4263,1,-2448.33,-2063.47,96.7391,3.29867,275,0,0,3048,0,0,0,0,0),(19379,3501,1,1,1,4261,1,-2298.58,-1972.59,92.6757,0.997553,275,0,0,3048,0,0,0,0,0),(19378,3245,1,1,1,6076,0,-1822.98,-2991.38,92.2917,3.17204,275,20,0,356,0,1,0,0,0),(19377,3245,1,1,1,6076,0,-1858.24,-2891.38,91.7843,0.107841,275,20,0,356,0,1,0,0,0),(19376,3245,1,1,1,6076,0,-186.409,-1224.43,73.7546,4.95038,275,20,0,356,0,1,0,0,0),(19375,3245,1,1,1,6076,0,-57.5312,-1421.78,91.9601,2.23039,275,20,0,356,0,1,0,0,0),(19374,3245,1,1,1,6076,0,-269.229,-1229.43,74.7836,2.13335,275,20,0,356,0,1,0,0,0),(19373,3245,1,1,1,6076,0,-306.329,-1152.27,58.8994,0.424554,275,20,0,356,0,1,0,0,0),(19372,3245,1,1,1,6076,0,1035.74,-3452.58,89.3457,6.04871,275,20,0,356,0,1,0,0,0),(19371,3245,1,1,1,6076,0,952.511,-3536.9,94.0976,1.64113,275,20,0,356,0,1,0,0,0),(19370,3245,1,1,1,6076,0,1077.24,-3284.27,91.7917,5.5438,275,20,0,356,0,1,0,0,0),(19369,3245,1,1,1,6076,0,1251.53,-3053.21,91.7917,5.36198,275,20,0,356,0,1,0,0,0),(19368,3245,1,1,1,6076,0,1156.88,-3365.88,91.8132,2.09847,275,20,0,356,0,1,0,0,0),(19367,3245,1,1,1,6076,0,1178.61,-3181.93,91.6954,0.620108,275,20,0,356,0,1,0,0,0),(19366,3245,1,1,1,6076,0,-463.209,-3575.34,91.9708,1.06509,275,3,0,356,0,1,0,0,0),(19365,3245,1,1,1,6076,0,571.833,-1970.33,91.9076,5.20071,275,20,0,356,0,1,0,0,0),(19364,3245,1,1,1,6076,0,615.799,-1762.88,92.0452,4.97409,275,20,0,356,0,1,0,0,0),(19363,3245,1,1,1,6076,0,456.108,-1983.16,91.7917,6.08594,275,20,0,356,0,1,0,0,0),(19362,3501,1,1,1,4261,1,-427.917,-2614.91,95.6968,0.743198,275,0,0,3048,0,2,0,0,0),(19361,3501,1,1,1,4262,1,-39.0541,-2612.88,97.6059,0.314159,275,0,0,3048,0,0,0,0,0),(19360,3501,1,1,1,4261,1,-338.381,-2511.7,96.505,1.50098,275,0,0,3048,0,0,0,0,0),(19359,3501,1,1,1,4261,1,-2381.05,-1933.04,96.2096,0.087266,275,0,0,3048,0,0,0,0,0),(19358,3501,1,1,1,4264,1,-2344.57,-1979.63,97.6158,0.698132,275,0,0,3048,0,0,0,0,0),(19357,3501,1,1,1,4264,1,-2318.19,-2004.06,95.7993,0.56874,275,3,0,3048,0,1,0,0,0),(19356,3501,1,1,1,4264,1,-2383.25,-1909.64,96.1506,0.017453,275,0,0,3048,0,0,0,0,0),(19355,3501,1,1,1,4262,1,260.821,-3677.48,48.242,6.24828,275,0,0,3048,0,0,0,0,0),(19354,3501,1,1,1,4263,1,241.441,-3647.17,29.5914,4.74762,275,3,0,3048,0,1,0,0,0),(19353,3501,1,1,1,4262,1,284.836,-3701.61,25.1519,2.39355,275,3,0,3048,0,1,0,0,0),(19352,3501,1,1,1,4264,1,286.959,-3615,29.5743,5.4207,275,3,0,3048,0,1,0,0,0),(19341,3501,1,1,1,4263,1,296.124,-3664.75,27.433,5.81195,275,0,0,3048,0,0,0,0,0),(19340,3501,1,1,1,4262,1,210.779,-3689.37,26.6844,1.37935,275,5,0,3048,0,1,0,0,0),(19339,3245,1,1,1,6076,0,-1611.85,-2724.7,92.2263,4.82161,275,20,0,356,0,1,0,0,0),(19338,3245,1,1,1,6076,0,-1689.54,-3559.95,92.4252,3.47994,275,2,0,356,0,1,0,0,0),(19337,3245,1,1,1,6076,0,-1714.3,-3656.39,79.9028,4.6753,275,20,0,356,0,1,0,0,0),(19336,3245,1,1,1,6076,0,-74.7665,-1312.25,88.2957,0.105236,275,20,0,356,0,1,0,0,0),(19335,3245,1,1,1,6076,0,-147.894,-1258.05,77.5203,2.95923,275,20,0,356,0,1,0,0,0),(19334,3245,1,1,1,6076,0,719.14,-3595.32,90.7978,2.42534,275,20,0,356,0,1,0,0,0),(19333,3245,1,1,1,6076,0,-676.544,-3509.85,91.789,2.90711,275,20,0,356,0,1,0,0,0),(19332,3245,1,1,1,6076,0,-548.265,-3529.37,91.789,1.49304,275,20,0,356,0,1,0,0,0),(19331,3245,1,1,1,6076,0,626.159,-2006.1,93.5295,5.85964,275,20,0,356,0,1,0,0,0),(19330,3245,1,1,1,6076,0,722.367,-2118.14,92.319,3.28073,275,20,0,356,0,1,0,0,0),(19329,3245,1,1,1,6076,0,578.878,-1642.39,91.8441,1.93456,275,20,0,356,0,1,0,0,0),(19328,3245,1,1,1,6076,0,694.626,-1938.59,91.7917,0.808779,275,20,0,356,0,1,0,0,0),(19327,3245,1,1,1,6076,0,529.219,-1644.92,91.7917,0.401046,275,20,0,356,0,1,0,0,0),(19326,3501,1,1,1,4262,1,-36.2145,-2621.09,97.8016,5.48033,275,0,0,3048,0,0,0,0,0),(15374,2375,0,1,1,3617,1,-1221.46,112.739,-6.49664,0.243338,300,10,0,950,0,1,0,0,0),(7135,2892,0,1,1,722,1,-6619.78,-3717.98,268.609,1.46015,300,3,0,1257,1142,1,0,0,0),(7134,2743,0,1,1,4936,1,-6319.32,-3089.9,301.113,2.85956,300,0,0,1604,0,0,0,0,0),(7133,2742,0,1,1,4935,1,-6349.88,-3065.45,311.712,2.63188,300,0,0,1305,1186,0,0,0,0),(7132,2732,0,1,1,1055,0,-6666.72,-2869.63,242.187,5.76622,300,10,0,1604,0,1,0,0,0),(7131,2742,0,1,1,4935,1,-6318.37,-3084.75,301.112,3.54614,300,0,0,1305,1186,0,0,0,0),(7130,2743,0,1,1,4936,1,-6316.69,-3090.41,310.833,2.15632,300,0,0,1604,0,2,0,0,0),(7129,2726,0,1,1,9586,0,-6719.14,-4077.69,264.231,3.3728,600,10,0,5148,0,1,0,0,0),(19325,3501,1,1,1,4261,1,-570.746,-2662.71,96.6224,2.9147,275,0,0,3048,0,0,0,0,0),(19324,3244,1,1,1,178,0,20.8883,-2848.81,91.7917,1.52979,275,20,0,222,0,1,0,0,0),(19323,3244,1,1,1,178,0,-29.8544,-2994.61,93.9193,5.83595,275,20,0,222,0,1,0,0,0),(19322,3244,1,1,1,178,0,-152.504,-2719.85,91.917,2.67822,275,20,0,222,0,1,0,0,0),(19321,3244,1,1,1,178,0,-608.303,-2818.67,91.9382,6.1854,275,20,0,222,0,1,0,0,0),(19320,3244,1,1,1,178,0,-656.102,-2741.98,94.2334,1.38797,275,20,0,222,0,1,0,0,0),(19319,3244,1,1,1,178,0,-382.253,-2811.59,93.1771,1.31328,275,0,0,222,0,0,0,0,0),(19318,3244,1,1,1,178,0,-588.943,-2783.5,91.8543,3.21777,275,20,0,222,0,1,0,0,0),(19317,3244,1,1,1,178,0,-577.414,-2783.12,91.986,3.21662,275,20,0,222,0,1,0,0,0),(8447,4401,1,1,1,2426,0,-4246.27,-3842.73,-12.7999,0.977384,360,0,0,1403,0,0,0,0,0),(8446,4404,1,1,1,2600,0,-4309.18,-3926.11,-2.03914,4.95899,360,5,0,1211,1067,1,0,0,0),(8445,4401,1,1,1,2426,0,-3337.4,-3562.45,7.25181,4.41632,360,5,0,1403,0,1,0,0,0),(8444,4389,1,1,1,2601,0,-3483.61,-3537.7,-4.21832,3.78546,360,5,0,1532,0,1,0,0,0),(8024,4389,1,1,1,2601,0,-3409.19,-3761.68,-14.4791,3.34767,360,5,0,1532,0,1,0,0,0),(19315,3244,1,1,1,178,0,-253.85,-2215.91,95.9166,2.61149,275,20,0,222,0,1,0,0,0),(19314,3244,1,1,1,178,0,-435.188,-2406.61,91.866,0.565139,275,20,0,222,0,1,0,0,0),(19313,3244,1,1,1,178,0,-538.091,-2547.04,92.0397,6.25585,275,20,0,222,0,1,0,0,0),(19312,3244,1,1,1,178,0,-609.21,-2560.76,92.0876,1.42393,275,20,0,222,0,1,0,0,0),(19311,3244,1,1,1,178,0,-402.77,-2384.15,91.7917,3.37519,275,20,0,222,0,1,0,0,0),(19310,3244,1,1,1,178,0,-354.593,-2300.66,92.0415,1.2746,275,20,0,222,0,1,0,0,0),(19309,3244,1,1,1,178,0,-456.936,-2348.36,95.0785,2.49614,275,20,0,222,0,1,0,0,0),(19308,3244,1,1,1,178,0,-322.808,-2262.81,94.3089,2.32582,275,20,0,222,0,1,0,0,0),(19307,3244,1,1,1,178,0,-637.863,-2521.08,92.0571,5.28718,275,20,0,222,0,1,0,0,0),(19306,3244,1,1,1,178,0,-381.601,-2349.29,94.4447,6.09829,275,20,0,222,0,1,0,0,0),(19305,3244,1,1,1,178,0,-219.291,-2250.71,93.5758,3.081,275,20,0,222,0,1,0,0,0),(19304,3244,1,1,1,178,0,-175.34,-2300.68,92.1467,4.24869,275,20,0,222,0,1,0,0,0),(19303,3244,1,1,1,178,0,-513.477,-2753.05,92.6252,2.63421,275,20,0,222,0,1,0,0,0),(19302,3244,1,1,1,178,0,-456.468,-2479.18,93.7917,2.59009,275,20,0,222,0,1,0,0,0),(19301,3244,1,1,1,178,0,-250.724,-2547.6,93.9381,0.481783,275,20,0,222,0,1,0,0,0),(19300,3244,1,1,1,178,0,-266.939,-2514.56,93.158,6.1084,275,20,0,222,0,1,0,0,0),(19299,3244,1,1,1,178,0,-483.082,-2478.66,92.7354,5.99552,275,20,0,222,0,1,0,0,0),(19298,3244,1,1,1,178,0,-249.685,-2616.93,95.0417,3.08445,275,15,0,222,0,1,0,0,0),(19297,3244,1,1,1,178,0,-314.853,-2842.29,93.7917,5.20154,275,20,0,222,0,1,0,0,0),(19296,3244,1,1,1,178,0,-280.13,-2583.8,92.0803,3.28219,275,20,0,222,0,1,0,0,0),(19295,3244,1,1,1,178,0,-278.293,-2849.72,93.7937,4.22427,275,20,0,222,0,1,0,0,0),(19294,3244,1,1,1,178,0,-217.666,-2649.28,93.6223,2.59729,275,20,0,222,0,1,0,0,0),(19293,3244,1,1,1,178,0,-213.838,-2710.89,95.2506,0.365622,275,20,0,222,0,1,0,0,0),(19292,3244,1,1,1,178,0,-454.268,-2779.54,91.938,5.4874,275,20,0,222,0,1,0,0,0),(19291,3244,1,1,1,178,0,-184.959,-2749.26,94.2697,5.41413,275,20,0,222,0,1,0,0,0),(19290,3244,1,1,1,178,0,-442.724,-2760.33,92.1556,3.60009,275,20,0,222,0,1,0,0,0),(19289,3244,1,1,1,178,0,-448.886,-2808.63,92.4574,5.70221,275,20,0,222,0,1,0,0,0),(19288,3244,1,1,1,178,0,-116.946,-2287.35,92.2658,1.04974,275,20,0,222,0,1,0,0,0),(19287,3244,1,1,1,178,0,-116.015,-2216.02,91.7917,5.73522,275,20,0,222,0,1,0,0,0),(19286,3244,1,1,1,178,0,-293.082,-2722.95,93.1666,1.84784,275,20,0,222,0,1,0,0,0),(19285,3244,1,1,1,178,0,143.018,-2682.82,91.7917,3.82052,275,20,0,222,0,1,0,0,0),(19284,3244,1,1,1,178,0,-642.691,-2479.56,91.9275,5.7813,275,20,0,222,0,1,0,0,0),(19283,3244,1,1,1,178,0,14.3014,-2749.11,91.9469,2.05697,275,20,0,222,0,1,0,0,0),(19282,3244,1,1,1,178,0,-571.058,-2749.14,91.9513,4.7289,275,20,0,222,0,1,0,0,0),(19281,3244,1,1,1,178,0,676.449,-2485.79,93.8301,3.12597,275,20,0,222,0,1,0,0,0),(19280,3244,1,1,1,178,0,124.567,-2856.88,91.9688,4.66296,275,20,0,222,0,1,0,0,0),(19279,3244,1,1,1,178,0,27.0132,-2292.59,91.7916,4.23067,275,20,0,222,0,1,0,0,0),(19278,3244,1,1,1,178,0,663.192,-2173.58,91.7917,0.517929,275,20,0,222,0,1,0,0,0),(19277,3244,1,1,1,178,0,75.1716,-2349.43,91.9846,3.2217,275,20,0,222,0,1,0,0,0),(19276,3244,1,1,1,178,0,-11.9211,-2338.44,91.9273,4.26706,275,20,0,222,0,1,0,0,0),(19275,3244,1,1,1,178,0,628.244,-2215.93,92.5931,0.052788,275,20,0,222,0,1,0,0,0),(19274,3244,1,1,1,178,0,645.74,-2370.83,91.801,1.929,275,20,0,222,0,1,0,0,0),(19271,3244,1,1,1,178,0,681.711,-2425.26,94.3049,0.749504,275,20,0,222,0,1,0,0,0),(19270,3244,1,1,1,178,0,-117.505,-2716.85,94.167,1.41057,275,20,0,222,0,1,0,0,0),(19269,3244,1,1,1,178,0,52.3269,-2618.76,93.1268,5.28261,275,20,0,222,0,1,0,0,0),(19268,3244,1,1,1,178,0,29.0293,-2921.85,92.9143,6.03252,275,20,0,222,0,1,0,0,0),(19267,3244,1,1,1,178,0,98.1751,-2632.54,95.2086,3.87586,275,20,0,222,0,1,0,0,0),(19266,3244,1,1,1,178,0,607.008,-2165.83,91.7917,4.19951,275,20,0,222,0,1,0,0,0),(19265,3244,1,1,1,178,0,579.193,-2517.54,98.151,3.49053,275,20,0,222,0,1,0,0,0),(19264,3244,1,1,1,178,0,352.191,-2547.06,92.6201,1.64308,275,20,0,222,0,1,0,0,0),(19263,3244,1,1,1,178,0,352.574,-2616.9,91.7917,5.62557,275,20,0,222,0,1,0,0,0),(19262,3244,1,1,1,178,0,444.732,-2567.83,91.9551,2.07015,275,20,0,222,0,1,0,0,0),(19261,3244,1,1,1,178,0,301.432,-2587.69,93.6759,3.10255,275,20,0,222,0,1,0,0,0),(19260,3244,1,1,1,178,0,417.112,-2552.98,91.7947,3.78078,275,20,0,222,0,1,0,0,0),(19259,3244,1,1,1,178,0,388.584,-2576.46,92.2073,0.960844,275,20,0,222,0,1,0,0,0),(19258,3244,1,1,1,178,0,473.53,-2563.14,92.1667,3.72113,275,20,0,222,0,1,0,0,0),(19257,3244,1,1,1,178,0,55.7201,-2578.83,92.2086,2.97103,275,10,0,222,0,1,0,0,0),(19256,3244,1,1,1,178,0,143.733,-2730.65,93.1797,0.771587,275,20,0,222,0,1,0,0,0),(19255,3244,1,1,1,178,0,54.4457,-2850.36,95.9167,0.653384,275,20,0,222,0,1,0,0,0),(19254,3244,1,1,1,178,0,55.8839,-2314.47,92.9437,4.23127,275,3,0,222,0,1,0,0,0),(19253,3244,1,1,1,178,0,-8.13287,-3040.68,91.7989,4.57955,275,20,0,222,0,1,0,0,0),(19252,3244,1,1,1,178,0,560.626,-2543.19,97.4936,0.013671,275,20,0,222,0,1,0,0,0),(19251,3244,1,1,1,178,0,153.168,-2609.06,91.7917,6.22516,275,20,0,222,0,1,0,0,0),(19250,3244,1,1,1,178,0,74.2344,-2375.3,91.7916,0.297273,275,3,0,222,0,1,0,0,0),(19249,3244,1,1,1,178,0,-619.282,-2752.73,93.185,2.03444,275,20,0,222,0,1,0,0,0),(19248,3244,1,1,1,178,0,121.622,-2585.78,91.7917,6.02309,275,20,0,222,0,1,0,0,0),(19247,3244,1,1,1,178,0,295.859,-2532.86,91.7917,5.28944,275,20,0,222,0,1,0,0,0),(19246,3244,1,1,1,178,0,-84.7215,-3004.83,92.2295,4.87914,275,3,0,222,0,1,0,0,0),(19245,3244,1,1,1,178,0,-557.41,-2906.58,92.0748,4.73192,275,20,0,222,0,1,0,0,0),(19244,3244,1,1,1,178,0,683.484,-2198.78,93.4233,1.5747,275,20,0,222,0,1,0,0,0),(19243,3244,1,1,1,178,0,582.224,-2251.04,91.7917,4.01427,275,3,0,222,0,1,0,0,0),(19242,3244,1,1,1,178,0,-79.25,-2315.29,91.7917,0.836314,275,20,0,222,0,1,0,0,0),(19241,3244,1,1,1,178,0,192.102,-2666.18,91.7917,1.67746,275,20,0,222,0,1,0,0,0),(19240,3244,1,1,1,178,0,-55.5197,-2308.82,91.7917,4.24095,275,20,0,222,0,1,0,0,0),(19239,3244,1,1,1,178,0,-354.581,-2774.03,91.8027,0.286428,275,20,0,222,0,1,0,0,0),(19238,3244,1,1,1,178,0,16.8778,-2326.3,91.7916,1.56944,275,20,0,222,0,1,0,0,0),(19237,3244,1,1,1,178,0,284.541,-2628.22,92.863,4.73582,275,20,0,222,0,1,0,0,0),(19236,3244,1,1,1,178,0,683.659,-2297.24,92.9588,4.47073,275,20,0,222,0,1,0,0,0),(19235,3244,1,1,1,178,0,643.574,-2243.32,93.0003,3.40219,275,20,0,222,0,1,0,0,0),(19234,3244,1,1,1,178,0,-343.969,-2836.87,93.1528,4.51768,275,20,0,222,0,1,0,0,0),(19233,3244,1,1,1,178,0,242.299,-2658.31,92.9175,0.746784,275,20,0,222,0,1,0,0,0),(19232,3244,1,1,1,178,0,655.029,-2512.22,92.1173,0.436065,275,20,0,222,0,1,0,0,0),(19231,3244,1,1,1,178,0,78.4927,-2739.53,92.7929,4.35123,275,20,0,222,0,1,0,0,0),(19230,3244,1,1,1,178,0,110.839,-2777.87,94.958,2.66667,275,20,0,222,0,1,0,0,0),(19221,10668,1,1,1,10004,0,-1787.19,-2375.77,91.7681,2.77507,275,0,0,356,0,0,0,0,0),(18991,3244,1,1,1,178,0,-29.0348,-2380.38,91.7916,2.59302,275,20,0,222,0,1,0,0,0),(18674,3243,1,1,1,1973,0,-159.247,-2620.84,94.8115,3.10441,275,0,0,247,0,0,0,0,0),(18673,3243,1,1,1,1973,0,217.609,-2514.34,91.7917,1.40789,275,0,0,247,0,0,0,0,0),(18672,3243,1,1,1,1973,0,543.496,-2455.2,91.7917,2.11365,275,0,0,247,0,0,0,0,0),(18671,3243,1,1,1,1973,0,-447.254,-2944.39,91.7917,2.02787,275,0,0,247,0,0,0,0,0),(18670,3243,1,1,1,1973,0,-437.085,-2984.75,91.7917,0.905635,275,0,0,247,0,0,0,0,0),(18669,3243,1,1,1,1973,0,527.802,-2407.71,91.7917,1.86295,275,0,0,247,0,0,0,0,0),(18668,3499,1,1,1,7099,1,-1002.08,-3652.37,20.1183,3.10669,275,0,0,573,0,0,0,0,0),(18667,3242,1,1,1,6087,0,-741.331,-2716.33,92.7916,1.46516,275,5,0,273,0,1,0,0,0),(18666,3242,1,1,1,6087,0,-948.884,-2651.79,91.9469,4.6831,275,5,0,273,0,1,0,0,0),(18665,3242,1,1,1,6087,0,154.062,-3549.67,28.7943,0.222806,275,5,0,273,0,1,0,0,0),(18664,3242,1,1,1,6087,0,-948.796,-2914.72,91.7917,3.35111,275,5,0,273,0,1,0,0,0),(18663,3242,1,1,1,6087,0,94.0585,-3703.99,24.7733,2.69978,275,5,0,273,0,1,0,0,0),(18662,3242,1,1,1,6087,0,149.272,-3149.3,91.5578,5.2227,275,5,0,273,0,1,0,0,0),(18661,3242,1,1,1,6087,0,-822.744,-2774.66,93.5709,2.34316,275,5,0,273,0,1,0,0,0),(18660,3242,1,1,1,6087,0,-654.371,-3051.2,92.1286,4.2898,275,5,0,273,0,1,0,0,0),(18659,3242,1,1,1,6087,0,-693.865,-2523.85,93.9181,4.08919,275,5,0,273,0,1,0,0,0),(18658,3242,1,1,1,6087,0,-854.425,-2627.99,91.7916,4.4327,275,5,0,273,0,1,0,0,0),(18657,3242,1,1,1,6087,0,-949.719,-2568.7,92.2246,1.56689,275,5,0,273,0,1,0,0,0),(18656,3242,1,1,1,6087,0,-921.57,-2851.32,93.624,0.023433,275,5,0,273,0,1,0,0,0),(18655,3242,1,1,1,6087,0,-619.528,-2847.89,92.2137,5.9053,275,5,0,273,0,1,0,0,0),(18654,3242,1,1,1,6087,0,-785.721,-2784.88,93.9055,3.23282,275,5,0,273,0,1,0,0,0),(18653,3242,1,1,1,6087,0,-872.211,-2783.13,92.2464,3.96847,275,5,0,273,0,1,0,0,0),(18652,3242,1,1,1,6087,0,-758.953,-2880.45,91.8078,3.06204,275,5,0,273,0,1,0,0,0),(18651,3242,1,1,1,6087,0,-887.157,-2585.03,92.7916,3.74725,275,5,0,273,0,1,0,0,0),(18650,3242,1,1,1,6087,0,143.32,-3418.35,30.8146,5.72726,275,5,0,273,0,1,0,0,0),(18649,3242,1,1,1,6087,0,-648.932,-1816.67,92.3153,3.14049,275,5,0,273,0,1,0,0,0),(18648,3242,1,1,1,6087,0,-692.262,-2923.54,98.2796,3.22849,275,5,0,273,0,1,0,0,0),(18647,3242,1,1,1,6087,0,-914.766,-2750.99,93.4983,4.89114,275,5,0,273,0,1,0,0,0),(18646,3242,1,1,1,6087,0,-803.939,-2512.26,93.6714,0.236062,275,5,0,273,0,1,0,0,0),(18645,3242,1,1,1,6087,0,-927.376,-2729.25,92.3432,3.99741,275,5,0,273,0,1,0,0,0),(18644,3242,1,1,1,6087,0,-714.006,-3026.78,95.8795,4.16735,275,5,0,273,0,1,0,0,0),(18581,3242,1,1,1,6087,0,-846.127,-2686.71,93.1633,5.08854,275,5,0,273,0,1,0,0,0),(18573,3242,1,1,1,6087,0,-790.805,-2628.3,92.5417,4.4449,275,5,0,273,0,1,0,0,0),(18572,3242,1,1,1,6087,0,-944.52,-2530.24,93.5417,5.10686,275,5,0,273,0,1,0,0,0),(18571,3242,1,1,1,6087,0,-996.521,-2736.57,91.7943,2.37705,275,5,0,273,0,1,0,0,0),(18570,3242,1,1,1,6087,0,-871.975,-2641.52,92.4159,1.82335,275,5,0,273,0,1,0,0,0),(18569,3242,1,1,1,6087,0,-938.801,-2617.26,92.1368,3.05971,275,5,0,273,0,1,0,0,0),(18568,3242,1,1,1,6087,0,-877.102,-2281.44,92.0448,6.15442,275,5,0,273,0,1,0,0,0),(18567,3242,1,1,1,6087,0,-743.003,-2656.82,91.7917,1.86317,275,5,0,273,0,1,0,0,0),(18566,3242,1,1,1,6087,0,-621.323,-1902.42,92.3669,2.01522,275,5,0,273,0,1,0,0,0),(18565,3242,1,1,1,6087,0,-114.273,-1952.4,94.7348,2.28888,275,5,0,273,0,1,0,0,0),(18564,3242,1,1,1,6087,0,26.742,-1654.67,91.9788,3.36154,275,5,0,273,0,1,0,0,0),(18563,3242,1,1,1,6087,0,-150.117,-1712.22,93.1246,1.29394,275,5,0,273,0,1,0,0,0),(18562,3242,1,1,1,6087,0,14.3391,-1680.3,91.7751,5.44543,275,0,0,273,0,0,0,0,0),(18561,3242,1,1,1,6087,0,-814.855,-2312.53,93.5882,5.81141,275,5,0,273,0,1,0,0,0),(18560,3242,1,1,1,6087,0,-847.427,-2376.01,91.7917,4.73026,275,5,0,273,0,1,0,0,0),(18559,3242,1,1,1,6087,0,-915.453,-2395.39,92.7853,3.83433,275,5,0,273,0,1,0,0,0),(18558,3242,1,1,1,6087,0,-283.131,-1749.75,93.4167,4.39537,275,5,0,273,0,1,0,0,0),(18557,3242,1,1,1,6087,0,-933.409,-2298.76,91.8819,2.35088,275,5,0,273,0,1,0,0,0),(18556,3242,1,1,1,6087,0,-951.309,-2442.75,95.4167,0.754753,275,5,0,273,0,1,0,0,0),(18555,3242,1,1,1,6087,0,407.824,-3608.03,30.847,2.29126,275,3,0,273,0,1,0,0,0),(18554,3242,1,1,1,6087,0,762.742,-2560.78,91.7917,5.55233,275,5,0,273,0,1,0,0,0),(18553,3242,1,1,1,6087,0,323.019,-3158.1,89.4162,3.33589,275,5,0,273,0,1,0,0,0),(18552,3242,1,1,1,6087,0,-982.67,-2217.03,93.792,3.97935,275,0,0,273,0,0,0,0,0),(18551,3242,1,1,1,6087,0,-767.024,-2695.75,91.7917,0.616238,275,5,0,273,0,1,0,0,0),(18550,3242,1,1,1,6087,0,54.9121,-3645.48,28.6942,4.82585,275,5,0,273,0,1,0,0,0),(18549,3242,1,1,1,6087,0,632.529,-2683.51,95.1746,6.20571,275,5,0,273,0,1,0,0,0),(18548,3242,1,1,1,6087,0,416.699,-2721.44,93.4939,4.73387,275,5,0,273,0,1,0,0,0),(18547,3242,1,1,1,6087,0,149.531,-3083.71,98.295,6.13551,275,5,0,273,0,1,0,0,0),(18546,3242,1,1,1,6087,0,271.402,-3140.01,91.7482,5.88862,275,5,0,273,0,1,0,0,0),(18545,3242,1,1,1,6087,0,-924.492,-2338.76,94.194,2.29239,275,5,0,273,0,1,0,0,0),(18544,3242,1,1,1,6087,0,-98.197,-1914.15,105.403,4.82784,275,2,0,273,0,1,0,0,0),(18543,3242,1,1,1,6087,0,729.573,-2617.9,91.7917,6.22666,275,5,0,273,0,1,0,0,0),(18542,3242,1,1,1,6087,0,462.403,-2755.14,92.2737,3.23738,275,5,0,273,0,1,0,0,0),(18541,3242,1,1,1,6087,0,25.3284,-3591.96,27.3124,3.05193,275,5,0,273,0,1,0,0,0),(18540,3242,1,1,1,6087,0,208.978,-3249.15,69.8015,2.23852,275,5,0,273,0,1,0,0,0),(18539,3242,1,1,1,6087,0,272.358,-3257.95,65.8605,5.39414,275,5,0,273,0,1,0,0,0),(18538,3242,1,1,1,6087,0,-757.762,-3044.61,95.1397,2.43949,275,5,0,273,0,1,0,0,0),(18537,3242,1,1,1,6087,0,-783.757,-2977.9,94.0132,4.79261,275,5,0,273,0,1,0,0,0),(18536,3242,1,1,1,6087,0,-747.354,-3122.63,92.0898,5.19361,275,5,0,273,0,1,0,0,0),(18535,3242,1,1,1,6087,0,-480.867,-2050.34,91.7917,5.97534,275,5,0,273,0,1,0,0,0),(18534,3242,1,1,1,6087,0,-119.956,-2079.03,92.7338,5.89286,275,5,0,273,0,1,0,0,0),(18533,3242,1,1,1,6087,0,-775.326,-1894.67,92.2145,2.49699,275,5,0,273,0,1,0,0,0),(18532,3242,1,1,1,6087,0,-213.529,-2113.31,91.7916,5.71513,275,5,0,273,0,1,0,0,0),(18531,3242,1,1,1,6087,0,-86.8639,-2117.19,91.7916,3.0993,275,5,0,273,0,1,0,0,0),(18530,3242,1,1,1,6087,0,450.635,-2778.35,92.3632,0.361285,275,5,0,273,0,1,0,0,0),(18529,3242,1,1,1,6087,0,526.614,-2672.24,93.0805,3.92259,275,5,0,273,0,1,0,0,0),(18528,3242,1,1,1,6087,0,248.281,-3164.88,87.7051,1.71298,275,5,0,273,0,1,0,0,0),(18527,3242,1,1,1,6087,0,-982.959,-2305.48,92.5417,3.2409,275,15,0,273,0,1,0,0,0),(18526,3242,1,1,1,6087,0,-842.676,-2467.62,92.3644,1.39601,275,5,0,273,0,1,0,0,0),(18525,3242,1,1,1,6087,0,-973.471,-2323.7,91.7917,3.40056,275,15,0,273,0,1,0,0,0),(18432,3242,1,1,1,6087,0,-318.443,-2149.35,97.0569,4.33285,275,5,0,273,0,1,0,0,0),(18395,3242,1,1,1,6087,0,-199.756,-2078.35,91.7917,1.98425,275,5,0,273,0,1,0,0,0),(18393,3242,1,1,1,6087,0,-250.413,-2001.45,91.8292,2.55587,275,5,0,273,0,1,0,0,0),(18321,3242,1,1,1,6087,0,-147.402,-2181.25,92.044,2.3341,275,5,0,273,0,1,0,0,0),(18318,3242,1,1,1,6087,0,-483.963,-1775.1,92.5919,0.098423,275,5,0,273,0,1,0,0,0),(18314,3242,1,1,1,6087,0,565.19,-2677.64,91.7225,2.83746,275,5,0,273,0,1,0,0,0),(18249,3242,1,1,1,6087,0,182.328,-3253.66,70.2029,1.99895,275,5,0,273,0,1,0,0,0),(15373,2375,0,1,1,3617,1,-1108.67,-39.2486,-2.84983,0.361285,300,10,0,950,0,1,0,0,0),(7128,2729,0,1,1,1164,0,-7017.47,-2811.03,242.15,1.72802,300,10,0,1678,0,1,0,0,0),(200616,11830,309,1,1,11758,1,-11942.4,-1640.22,42.5061,2.93233,7200,0,0,17094,12170,0,0,0,0),(41677,6579,0,1,1,0,1,-8391,634.764,94.89,3.194,180,0,0,386,0,0,0,0,0),(18248,3242,1,1,1,6087,0,94.9195,-3462.3,27.3096,3.29247,275,5,0,273,0,1,0,0,0),(18247,3242,1,1,1,6087,0,382.26,-2701.68,94.0163,1.58642,275,5,0,273,0,1,0,0,0),(17968,3242,1,1,1,6087,0,136.53,-3594.85,27.3096,5.40501,275,5,0,273,0,1,0,0,0),(17510,3242,1,1,1,6087,0,360.361,-3690.3,28.5565,4.74363,275,5,0,273,0,1,0,0,0),(17509,3242,1,1,1,6087,0,144.366,-3019.33,92.8703,0.414611,275,5,0,273,0,1,0,0,0),(17508,3242,1,1,1,6087,0,-592.919,-3080,91.7917,4.86204,275,5,0,273,0,1,0,0,0),(17507,3242,1,1,1,6087,0,-1047.42,-2714.39,92.0122,0.700357,275,5,0,273,0,1,0,0,0),(17506,3242,1,1,1,6087,0,-342.707,-1741.92,91.7917,1.19663,275,5,0,273,0,1,0,0,0),(17505,3242,1,1,1,6087,0,-648.963,-1873.07,93.3484,1.58839,275,5,0,273,0,1,0,0,0),(17504,3242,1,1,1,6087,0,421.27,-2721.64,93.1667,3.21878,275,5,0,273,0,1,0,0,0),(17503,3242,1,1,1,6087,0,150.152,-3683.13,28.0863,0.85454,275,5,0,273,0,1,0,0,0),(17502,3242,1,1,1,6087,0,621.041,-2581.15,92.5453,2.72159,275,5,0,273,0,1,0,0,0),(17501,3242,1,1,1,6087,0,-909.367,-2381.49,93.8928,0.330403,275,5,0,273,0,1,0,0,0),(742,11346,0,1,1,11159,1,-11885.2,-1153.59,77.3678,5.11381,1800,0,0,6273,6351,0,0,0,0),(741,11355,0,1,1,11169,1,-11946.5,-1162.69,77.4945,2.11185,1800,0,0,7599,0,0,0,0,0),(740,11355,0,1,1,11169,1,-11949.8,-1159.28,78.3448,5.81195,1800,0,0,7599,0,0,0,0,0),(739,11346,0,1,1,11162,1,-11946,-1157.99,77.7556,3.97935,1800,0,0,6273,6351,0,0,0,0),(738,11355,0,1,1,11168,1,-11910.5,-1154.87,77.3621,1.69297,1800,0,0,7599,0,0,0,0,0),(17500,3242,1,1,1,6087,0,-679.422,-3121.25,91.7917,5.27188,275,5,0,273,0,1,0,0,0),(737,11355,0,1,1,11168,1,-11920.5,-1154.44,77.3621,1.25664,1800,0,0,7599,0,0,0,0,0),(736,11346,0,1,1,11160,1,-11880.8,-1114.16,83.3788,4.71239,1800,0,0,6273,6351,2,0,0,0),(735,11355,0,1,1,11168,1,-11909.6,-1072.58,77.3675,2.35619,1800,0,0,7599,0,0,0,0,0),(17499,3242,1,1,1,6087,0,-280.212,-1863.14,92.6516,2.935,275,5,0,273,0,1,0,0,0),(7127,2729,0,1,1,1164,0,-6793.03,-2911.05,242.19,0.252554,300,10,0,1678,0,1,0,0,0),(734,11355,0,1,1,11169,1,-11922.7,-1072.47,77.3621,0.541052,1800,0,0,7599,0,0,0,0,0),(17498,3242,1,1,1,6087,0,-387.778,-2065.18,93.5588,4.40053,275,5,0,273,0,1,0,0,0),(8023,4397,1,1,1,7836,0,-2229.14,-4257.65,-2.75096,4.47014,360,10,0,1403,0,1,0,0,0),(7126,2725,0,1,1,715,0,-6547.18,-4171.65,290.355,3.02619,300,5,0,1522,1332,1,0,0,0),(17497,3242,1,1,1,6087,0,49.8905,-3124.15,91.7917,6.07364,275,15,0,273,0,1,0,0,0),(17705,1909,0,1,1,757,1,1051.94,415.158,17.7281,4.24226,275,10,0,377,408,1,0,0,0),(17496,3242,1,1,1,6087,0,148.736,-2931,93.8047,1.60204,275,5,0,273,0,1,0,0,0),(7125,2729,0,1,1,1164,0,-6911.68,-2940.94,245.286,0.271811,300,10,0,1678,0,1,0,0,0),(7124,2729,0,1,1,1164,0,-6783.45,-2546.29,247.758,4.01351,300,10,0,1678,0,1,0,0,0),(7123,2729,0,1,1,1164,0,-7007.46,-3054.04,241.761,4.41584,300,10,0,1678,0,1,0,0,0),(7122,2727,0,1,1,161,0,-6621.54,-3240.23,243.13,6.08993,300,5,0,1403,0,1,0,0,0),(7121,2729,0,1,1,1164,0,-7108.61,-2968.25,247.224,2.6809,300,10,0,1678,0,1,0,0,0),(17495,3242,1,1,1,6087,0,157.331,-3357.47,44.3827,5.64331,275,5,0,273,0,1,0,0,0),(7120,2729,0,1,1,1164,0,-6996.95,-3022.56,241.792,3.25521,300,10,0,1678,0,1,0,0,0),(17704,1958,0,1,1,2597,0,773.12,139.189,33.7266,4.29595,275,10,0,350,390,1,0,0,0),(15372,2349,0,1,1,6808,0,-573.045,-1712.99,66.2345,6.27537,300,10,0,664,0,1,0,0,0),(17494,3242,1,1,1,6087,0,351.947,-3611.43,30.1616,1.82117,275,5,0,273,0,1,0,0,0),(17493,3242,1,1,1,6087,0,-972.667,-2887.97,91.8833,0.114494,275,5,0,273,0,1,0,0,0),(17492,3242,1,1,1,6087,0,-1024.93,-2782.08,93.0252,5.99791,275,5,0,273,0,1,0,0,0),(733,11346,0,1,1,11159,1,-11916.1,-1116.62,77.4038,4.72556,1800,0,0,6273,6351,0,0,0,0),(17491,3242,1,1,1,6087,0,-726.132,-3116.64,93.9355,4.96516,275,5,0,273,0,1,0,0,0),(7119,2729,0,1,1,1164,0,-6934.1,-3013.93,242.295,3.39842,300,10,0,1678,0,1,0,0,0),(55078,12217,349,1,1,12345,0,814.08,-511.499,-41.0845,5.74213,86400,2,0,1238,0,1,0,0,0),(55077,12216,349,1,1,2452,0,801.899,-492.686,-39.6279,6.03884,86400,1,0,1238,0,1,0,0,0),(55076,12216,349,1,1,2452,0,812.477,-496.378,-40.0211,2.26893,86400,1,0,1238,0,1,0,0,0),(55075,12216,349,1,1,2452,0,811.594,-501.381,-40.6044,3.33358,86400,1,0,1238,0,1,0,0,0),(6760,441,0,1,1,387,0,-9684.24,-3023.38,52.6559,1.35571,300,10,0,330,938,1,0,0,0),(17490,3242,1,1,1,6087,0,-336.232,-1838.23,95.0132,5.92807,275,5,0,273,0,1,0,0,0),(732,11346,0,1,1,11160,1,-11881,-1023.91,70.0053,2.74142,1800,0,0,6273,6351,0,0,0,0),(731,11355,0,1,1,11170,1,-11882.5,-1016.14,69.6303,4.0997,1800,0,0,7599,0,0,0,0,0),(730,11346,0,1,1,11158,1,-11944.4,-1027.22,68.9063,5.40418,1800,0,0,6273,6351,0,0,0,0),(729,11355,0,1,1,11167,1,-11948.4,-1021.58,67.5313,5.24838,1800,0,0,7599,0,0,0,0,0),(728,1096,0,1,1,7197,1,-11462.5,379.446,76.2292,0.610865,300,5,0,1160,1067,1,0,0,0),(727,20102,0,1,1,22368,1,-14469.6,462.223,36.9248,0.279253,300,0,0,42,0,0,0,0,0),(17489,3242,1,1,1,6087,0,-126.871,-1756.32,94.5451,3.18588,275,5,0,273,0,1,0,0,0),(517,5912,43,1,1,0,0,0.00823113,-55.9339,-67.0312,4.01711,86400,0,0,1347,0,0,0,0,0),(17488,3242,1,1,1,6087,0,-426.387,-1987.86,92.2917,0.176158,275,5,0,273,0,1,0,0,0),(55074,11790,349,1,1,11345,1,775.081,-463.518,-41.1876,3.78736,86400,0,0,4953,0,0,0,0,0),(55073,12217,349,1,1,12345,0,777.114,-468.179,-41.1395,4.15388,86400,1,0,1238,0,1,0,0,0),(17487,3242,1,1,1,6087,0,-605.586,-1875.19,91.8843,2.78942,275,5,0,273,0,1,0,0,0),(63519,22991,530,1,1,0,0,-4049.31,3285.9,348.335,1.43117,180,0,0,4120,0,0,0,0,0),(55072,12217,349,1,1,12345,0,769.073,-469.252,-40.9977,2.6529,86400,1,0,1238,0,1,0,0,0),(55071,13533,349,1,1,13609,0,928.311,-369.814,-50.4766,2.38871,86400,3,0,5346,0,1,0,0,0),(55070,13141,349,1,1,2079,0,830.016,-448.155,-56.2507,3.33358,86400,5,0,4953,0,1,0,0,0),(726,20102,0,1,1,22368,1,-14468.7,463.642,36.9241,4.13643,300,0,0,42,0,0,0,0,0),(7118,2731,0,1,1,632,0,-6581.93,-2943.27,246.624,4.80484,300,10,0,1469,0,1,0,0,0),(7117,2732,0,1,1,1055,0,-6745.66,-2862.6,244.619,2.17763,300,10,0,1604,0,1,0,0,0),(7116,2729,0,1,1,1164,0,-7110.73,-2870.52,241.748,5.44676,300,10,0,1678,0,1,0,0,0),(7115,2729,0,1,1,1164,0,-7036,-3020.89,241.785,3.39415,300,10,0,1678,0,1,0,0,0),(7114,2734,0,1,1,917,0,-6818.44,-2449.31,253.956,1.20772,300,3,0,1829,0,1,0,0,0),(7113,2734,0,1,1,917,0,-6864.99,-2336.71,244.54,3.60961,300,5,0,1829,0,1,0,0,0),(7112,2732,0,1,1,1055,0,-6644.78,-2826.45,245.154,3.61223,300,10,0,1604,0,1,0,0,0),(7111,2734,0,1,1,917,0,-6717.76,-2490.63,253.298,3.14159,300,3,0,1829,0,1,0,0,0),(7110,2729,0,1,1,1164,0,-7047.94,-3042.42,241.415,0.178178,300,10,0,1678,0,1,0,0,0),(7109,2729,0,1,1,1164,0,-6902.46,-2971.98,243.897,3.25699,300,10,0,1678,0,1,0,0,0),(7108,2732,0,1,1,1055,0,-6714.52,-3240.3,240.932,4.29429,300,10,0,1604,0,1,0,0,0),(7107,2734,0,1,1,917,0,-6951.09,-2723.04,250.212,2.82915,300,5,0,1829,0,1,0,0,0),(7106,2734,0,1,1,917,0,-7032.59,-2608.62,272.813,0.413864,300,5,0,1829,0,1,0,0,0),(7105,2729,0,1,1,1164,0,-6847.49,-3008.19,242.1,2.87108,300,10,0,1678,0,1,0,0,0),(7104,2732,0,1,1,1055,0,-7042.32,-3153.8,244.233,5.8239,300,5,0,1604,0,1,0,0,0),(7103,2729,0,1,1,1164,0,-7026.89,-3075.78,241.702,5.99339,300,10,0,1678,0,1,0,0,0),(7102,2727,0,1,1,161,0,-6549.1,-3268.95,242.078,1.58252,300,10,0,1403,0,1,0,0,0),(7101,2729,0,1,1,1164,0,-6878.03,-2889.45,243.126,1.95143,300,10,0,1678,0,1,0,0,0),(7100,2728,0,1,1,557,0,-6726.21,-3542.46,245.638,1.98409,300,10,0,1536,0,1,0,0,0),(7099,2732,0,1,1,1055,0,-6717.05,-2828.31,246.429,3.01046,300,10,0,1604,0,1,0,0,0),(7098,2728,0,1,1,557,0,-7128.34,-3428.16,242.874,4.54564,300,10,0,1536,0,1,0,0,0),(7097,2727,0,1,1,161,0,-6519.44,-3280.95,241.792,1.86402,300,10,0,1403,0,1,0,0,0),(7096,2727,0,1,1,161,0,-6685.39,-3415.24,246.211,3.97175,300,10,0,1403,0,1,0,0,0),(7095,2732,0,1,1,1055,0,-7097.61,-3183.33,241.792,0,300,10,0,1604,0,1,0,0,0),(7094,2734,0,1,1,917,0,-7057.52,-2563.13,266.034,1.4079,300,5,0,1829,0,1,0,0,0),(54767,11792,349,1,1,2021,1,873.723,-352.426,-51.3489,1.89681,86400,3,0,4953,0,1,0,0,0),(54743,12216,349,1,1,2452,0,791.652,-424.879,-53.7028,2.4517,86400,1,0,1238,0,1,0,0,0),(17486,3242,1,1,1,6087,0,-313.851,-1812.71,96.1268,1.23375,275,5,0,273,0,1,0,0,0),(7093,2732,0,1,1,1055,0,-6853.11,-3366.48,241.769,5.04917,300,10,0,1604,0,1,0,0,0),(7092,2732,0,1,1,1055,0,-6956.95,-3649.25,243.985,0.286389,300,10,0,1604,0,1,0,0,0),(7091,2732,0,1,1,1055,0,-6836.91,-3327.52,242.355,4.55372,300,5,0,1604,0,1,0,0,0),(7090,2728,0,1,1,557,0,-6946.87,-3447.26,241.842,1.88819,300,10,0,1536,0,1,0,0,0),(7089,2728,0,1,1,557,0,-6906.72,-3410.28,243.451,2.24554,300,10,0,1536,0,1,0,0,0),(7088,4844,0,1,1,0,1,-6216.72,-3062.47,220.105,2.20687,300,3,0,1,0,1,0,0,0),(7087,4846,0,1,1,6052,1,-6204.06,-3050.66,212.993,1.44862,300,0,0,1403,0,0,0,0,0),(7086,4846,0,1,1,6052,1,-6197.13,-3051.45,213.755,2.49582,300,0,0,1403,0,0,0,0,0),(7085,4844,0,1,1,0,1,-6175.13,-3051.63,220.25,2.17825,300,3,0,1,0,1,0,0,0),(7084,4846,0,1,1,6052,1,-6171.1,-3042.67,220.586,2.26893,300,0,0,1403,0,0,0,0,0),(7083,2715,0,1,1,10714,1,-6841.86,-2816.69,241.792,0.604905,300,0,0,1678,0,0,0,0,0),(7082,2728,0,1,1,557,0,-6750.66,-3407.98,241.792,1.47567,300,10,0,1536,0,1,0,0,0),(7081,2727,0,1,1,161,0,-6593.08,-3294.38,242.322,0.364914,300,10,0,1403,0,1,0,0,0),(7080,2728,0,1,1,557,0,-6900.66,-3488.65,242.667,5.75415,300,10,0,1536,0,1,0,0,0),(7079,2727,0,1,1,161,0,-6691.1,-3245.07,240.813,2.88852,300,10,0,1403,0,1,0,0,0),(7078,2739,0,1,1,4932,1,-6416.74,-3370.02,229.835,0.028638,300,3,0,1403,0,1,0,0,0),(7077,2727,0,1,1,161,0,-6660.58,-3524.1,244.952,5.9035,300,10,0,1403,0,1,0,0,0),(7076,2739,0,1,1,4932,1,-6452.09,-3435.45,229.747,2.69318,300,3,0,1403,0,1,0,0,0),(7075,2739,0,1,1,4932,1,-6444.1,-3408.19,229.835,3.73487,300,3,0,1403,0,1,0,0,0),(7074,2739,0,1,1,4932,1,-6455.75,-3424.18,229.835,0.954772,300,3,0,1403,0,1,0,0,0),(7073,2739,0,1,1,4932,1,-6431.03,-3405.91,229.835,4.95165,300,0,0,1403,0,2,0,0,0),(7072,2739,0,1,1,4932,1,-6432.3,-3379.82,229.835,2.20025,300,3,0,1403,0,1,0,0,0),(7071,4844,0,1,1,0,1,-6069.81,-3171.53,281.207,3.9907,300,5,0,1,0,1,0,0,0),(7070,2739,0,1,1,4932,1,-6444.16,-3423.79,229.835,5.98727,300,3,0,1403,0,1,0,0,0),(7069,4844,0,1,1,0,1,-6054.49,-3185.87,281.259,0.279108,300,5,0,1,0,1,0,0,0),(7068,4846,0,1,1,6052,1,-6040,-3190.74,282.134,1.79769,300,0,0,1403,0,0,0,0,0),(7067,2739,0,1,1,4932,1,-6420.64,-3386.57,229.835,5.51885,300,3,0,1403,0,1,0,0,0),(7066,2739,0,1,1,4932,1,-6406.5,-3383.53,229.835,1.0599,300,3,0,1403,0,1,0,0,0),(7065,4846,0,1,1,6052,1,-6047.97,-3179.56,281.767,0.610865,300,0,0,1403,0,0,0,0,0),(7064,4846,0,1,1,6052,1,-6037.76,-3193.46,282.134,0.349066,300,0,0,1403,0,0,0,0,0),(7063,4856,0,1,1,722,1,-6175.19,-2932.49,214.333,2.59227,300,3,0,1596,0,1,0,0,0),(7062,4851,0,1,1,721,1,-6192.58,-2917.32,214.335,3.46034,300,3,0,1469,0,1,0,0,0),(7061,4851,0,1,1,721,1,-6185.6,-2913.41,214.326,0.834793,300,3,0,1469,0,1,0,0,0),(7060,4851,0,1,1,721,1,-6167.5,-2913.95,214.326,5.72389,300,3,0,1469,0,1,0,0,0),(7059,4851,0,1,1,721,1,-6152.18,-2887.32,211.567,3.79184,300,3,0,1469,0,1,0,0,0),(7058,4856,0,1,1,722,1,-6134.03,-2892.17,212.463,6.05786,300,3,0,1596,0,1,0,0,0),(7057,4856,0,1,1,722,1,-6124.96,-2903.37,212.112,2.75974,300,3,0,1596,0,1,0,0,0),(7056,4856,0,1,1,722,1,-6133.31,-2911.57,212.09,1.44253,300,3,0,1596,0,1,0,0,0),(7055,2727,0,1,1,161,0,-6540.28,-3391.42,275.114,1.79115,300,5,0,1403,0,1,0,0,0),(7054,4845,0,1,1,6053,1,-6222.58,-3060.06,220.102,4.19398,300,3,0,1403,0,1,0,0,0),(7053,4846,0,1,1,6052,1,-6224.89,-3048.51,217.203,3.08923,300,0,0,1403,0,0,0,0,0),(7052,4846,0,1,1,6052,1,-6221.12,-3044.96,217.104,2.35619,300,0,0,1403,0,0,0,0,0),(7051,4846,0,1,1,6052,1,-6181.63,-3064.46,219.775,0.122173,300,0,0,1403,0,0,0,0,0),(7050,4846,0,1,1,6052,1,-6184.66,-3071.73,219.745,5.37561,300,0,0,1403,0,0,0,0,0),(7049,4844,0,1,1,0,1,-6186.31,-3063.4,219.534,5.29839,300,3,0,1,0,1,0,0,0),(7048,4845,0,1,1,6053,1,-6202.76,-3068.32,217.917,1.95722,300,3,0,1403,0,1,0,0,0),(7047,4845,0,1,1,6053,1,-6199.12,-3041.23,220.716,2.68855,300,5,0,1403,0,1,0,0,0),(7046,4872,0,1,1,2695,0,-6203.15,-3037.36,220.307,4.45822,300,0,0,1536,0,0,0,0,0),(7045,4845,0,1,1,6053,1,-6211.33,-3042.59,218.183,0.073109,300,3,0,1403,0,1,0,0,0),(7044,2718,0,1,1,11545,1,-7180.41,-2316.32,244.006,5.7141,300,5,0,1585,1381,1,0,0,0),(7043,2728,0,1,1,557,0,-6722.25,-3593.26,242.112,0.165281,300,10,0,1536,0,1,0,0,0),(7042,2718,0,1,1,11545,1,-7218.41,-2352.19,243.131,3.87586,300,10,0,1585,1381,1,0,0,0),(7041,6733,0,1,1,721,0,-6643.69,-3681.06,265.6,4.08517,300,3,0,1536,0,1,0,0,0),(7040,6733,0,1,1,721,0,-6593.88,-3675.37,263.412,0.369629,300,3,0,1536,0,1,0,0,0),(7039,2892,0,1,1,722,1,-6570.95,-3691.65,270.287,6.18252,300,10,0,1257,1142,1,0,0,0),(7038,2716,0,1,1,11548,1,-7186.63,-2281.79,257.953,1.37386,300,3,0,1902,0,1,0,0,0),(7037,2717,0,1,1,1120,1,-7248.81,-2326.43,244.888,5.49131,300,0,0,1902,0,0,0,0,0),(7036,2732,0,1,1,1055,0,-7112.24,-3648.1,260.663,5.17275,300,5,0,1604,0,1,0,0,0),(7035,2743,0,1,1,4936,1,-6378.09,-3179.05,304.904,1.05496,300,0,0,1604,0,0,0,0,0),(7034,2743,0,1,1,4936,1,-6396.83,-3206.45,286.565,1.16095,300,5,0,1604,0,1,0,0,0),(7033,2892,0,1,1,722,1,-6572.99,-3671.21,263.162,1.7642,300,3,0,1257,1142,1,0,0,0),(7032,2740,0,1,1,4933,1,-6459.15,-3359.78,241.792,3.69234,300,3,0,1075,2763,1,0,0,0),(7031,2726,0,1,1,9586,0,-6814.47,-4124.14,264.014,5.36298,600,10,0,5148,0,1,0,0,0),(7030,2740,0,1,1,4933,1,-6425.52,-3416.14,241.585,5.86639,300,5,0,1075,2763,1,0,0,0),(7029,2716,0,1,1,11548,1,-7088.37,-2278.62,268.787,2.27846,300,0,0,1902,0,0,0,0,0),(7028,4846,0,1,1,6052,1,-6143.95,-3100.59,223.354,5.8294,300,0,0,1403,0,0,0,0,0),(7027,4845,0,1,1,6053,1,-6149.64,-3100.09,223.099,3.72574,300,3,0,1403,0,1,0,0,0),(7026,4846,0,1,1,6052,1,-6140.1,-3093.43,224.161,0.959931,300,0,0,1403,0,0,0,0,0),(7025,2718,0,1,1,11545,1,-7320.55,-2313.17,267.682,4.06458,300,5,0,1585,1381,1,0,0,0),(7024,2717,0,1,1,1120,1,-7280.22,-2318.62,265.148,0.796735,300,5,0,1902,0,1,0,0,0),(7023,2734,0,1,1,917,0,-6992.59,-2782.51,241.978,0.941665,300,5,0,1829,0,1,0,0,0),(7022,2731,0,1,1,632,0,-6358.5,-3499.81,243.568,0.905814,300,10,0,1469,0,1,0,0,0),(7021,2734,0,1,1,917,0,-7091.8,-2573.16,275.312,6.08656,300,3,0,1829,0,1,0,0,0),(7020,2728,0,1,1,557,0,-6829.46,-3460.28,244.192,3.32784,300,10,0,1536,0,1,0,0,0),(7019,2728,0,1,1,557,0,-6978.82,-3612.08,241.792,1.08159,300,10,0,1536,0,1,0,0,0),(7018,2728,0,1,1,557,0,-6868.49,-3477.24,244.121,2.97618,300,10,0,1536,0,1,0,0,0),(7017,2728,0,1,1,557,0,-6856.16,-3451.97,243.972,3.49237,300,10,0,1536,0,1,0,0,0),(7016,2732,0,1,1,1055,0,-7000.8,-3111.75,249.61,3.80658,300,10,0,1604,0,1,0,0,0),(7015,2728,0,1,1,557,0,-6812.61,-3586.13,241.792,1.99247,300,5,0,1536,0,1,0,0,0),(7014,2717,0,1,1,1120,1,-7141.33,-2415.1,240.64,1.39362,300,3,0,1902,0,1,0,0,0),(7013,2717,0,1,1,1120,1,-7149.4,-2426.23,240.64,4.62876,300,3,0,1902,0,1,0,0,0),(7012,2718,0,1,1,11545,1,-7132.82,-2418.76,240.64,2.80998,300,3,0,1585,1381,1,0,0,0),(7011,2717,0,1,1,1120,1,-7118,-2419.81,240.557,2.37933,300,5,0,1902,0,1,0,0,0),(7010,2732,0,1,1,1055,0,-6749.38,-3262.25,241.083,1.58837,300,10,0,1604,0,1,0,0,0),(7009,2728,0,1,1,557,0,-6782.34,-3461.3,241.792,1.86965,300,5,0,1536,0,1,0,0,0),(7008,92,0,1,1,171,0,-7189.53,-3139.41,277.685,1.89418,300,5,0,1678,0,1,0,0,0),(7007,2728,0,1,1,557,0,-6854.26,-3409.51,241.917,0.549797,300,10,0,1536,0,1,0,0,0),(7006,2830,0,1,1,1105,0,-6723.06,-3389.29,241.786,1.07506,300,10,0,1536,0,1,0,0,0),(7005,2717,0,1,1,1120,1,-7147.54,-2346.24,243.091,0.968147,300,10,0,1902,0,1,0,0,0),(7004,2716,0,1,1,11548,1,-7150.69,-2382.56,240.554,0.400447,300,5,0,1902,0,1,0,0,0),(7003,2728,0,1,1,557,0,-6892.71,-3554.88,242.623,0.08022,300,10,0,1536,0,1,0,0,0),(7002,2727,0,1,1,161,0,-6733.6,-3353.22,241.758,1.38019,300,10,0,1403,0,1,0,0,0),(7001,2728,0,1,1,557,0,-6810.14,-3543.92,244.05,3.32214,300,5,0,1536,0,1,0,0,0),(7000,2728,0,1,1,557,0,-6790.47,-3541.29,244.694,2.42258,300,10,0,1536,0,1,0,0,0),(6999,2728,0,1,1,557,0,-6826.85,-3521.33,242.568,4.6831,300,10,0,1536,0,1,0,0,0),(6998,2830,0,1,1,1105,0,-6839.92,-3642.16,256.303,-1.06123,300,5,0,1536,0,1,0,0,0),(6997,2728,0,1,1,557,0,-6828.98,-3397.55,241.792,1.99275,300,10,0,1536,0,1,0,0,0),(6996,2728,0,1,1,557,0,-6949.67,-3521.92,241.792,5.00878,300,10,0,1536,0,1,0,0,0),(6995,2728,0,1,1,557,0,-6893.05,-3575.5,243.745,1.75471,300,10,0,1536,0,1,0,0,0),(6994,2728,0,1,1,557,0,-6882.11,-3518.28,242.17,4.05573,300,10,0,1536,0,1,0,0,0),(6993,92,0,1,1,171,0,-7226.02,-3184.33,289.542,2.7614,300,10,0,1678,0,1,0,0,0),(6992,2728,0,1,1,557,0,-6749.66,-3548.51,245.588,1.61179,300,10,0,1536,0,1,0,0,0),(6991,2727,0,1,1,161,0,-6654.62,-3314.11,244.619,2.96052,300,5,0,1403,0,1,0,0,0),(6990,92,0,1,1,171,0,-7177.04,-3225.97,258.048,4.88926,300,3,0,1678,0,1,0,0,0),(6989,2717,0,1,1,1120,1,-7111.62,-2402.39,241.682,3.23501,300,0,0,1902,0,2,0,0,0),(6988,2728,0,1,1,557,0,-6686.7,-3590.75,242.162,4.84352,300,10,0,1536,0,1,0,0,0),(6987,2734,0,1,1,917,0,-6808.34,-2395.24,275.593,2.35619,300,5,0,1829,0,1,0,0,0),(6986,2732,0,1,1,1055,0,-6679.67,-3185.45,269.247,3.27204,300,5,0,1604,0,1,0,0,0),(6985,2729,0,1,1,1164,0,-7073.2,-3113.55,242.11,0.17424,300,10,0,1678,0,1,0,0,0),(6984,2728,0,1,1,557,0,-7107.95,-3220.94,241.792,4.5476,300,10,0,1536,0,1,0,0,0),(6983,2732,0,1,1,1055,0,-6544.29,-3412.58,284.547,6.02195,300,5,0,1604,0,1,0,0,0),(6982,92,0,1,1,171,0,-7249.61,-3146.73,302.688,4.30904,300,5,0,1678,0,1,0,0,0),(6981,2731,0,1,1,632,0,-6556.03,-3615.98,247.367,6.01213,300,5,0,1469,0,1,0,0,0),(6980,2732,0,1,1,1055,0,-6704.56,-2928.19,241.744,0.429337,300,10,0,1604,0,1,0,0,0),(6979,2732,0,1,1,1055,0,-6921.95,-3588.56,242.43,3.86167,300,10,0,1604,0,1,0,0,0),(6978,2732,0,1,1,1055,0,-6938.5,-3101.4,254.736,5.45086,300,5,0,1604,0,1,0,0,0),(6977,2732,0,1,1,1055,0,-6717.56,-2880,242.362,4.02789,300,10,0,1604,0,1,0,0,0),(6976,2728,0,1,1,557,0,-7025.65,-3454.77,242.792,2.88216,300,10,0,1536,0,1,0,0,0),(6975,2716,0,1,1,11548,1,-7111.07,-2397.69,241.78,2.98611,300,0,0,1902,0,2,0,0,0),(6974,2718,0,1,1,11545,1,-7130.88,-2384.62,240.53,3.0676,300,0,0,1585,1381,2,0,0,0),(6973,2716,0,1,1,11548,1,-7122.8,-2390.85,241.028,3.04374,300,0,0,1902,0,2,0,0,0),(6972,2726,0,1,1,9586,0,-6643.67,-4094.69,264.765,3.19503,600,10,0,5148,0,1,0,0,0),(6971,2726,0,1,1,9586,0,-6756.74,-4049.98,264.77,5.23757,600,10,0,5148,0,1,0,0,0),(6970,2726,0,1,1,9586,0,-6778.25,-4079.73,265.108,1.58409,600,10,0,5148,0,1,0,0,0),(6968,2726,0,1,1,9586,0,-6683.23,-4061.53,264.625,3.01627,600,10,0,5148,0,1,0,0,0),(6967,2726,0,1,1,9586,0,-6776.84,-4148.54,264.014,3.43681,600,10,0,5148,0,1,0,0,0),(6966,2726,0,1,1,9586,0,-6747.73,-4120.96,264.014,0.605971,600,10,0,5148,0,1,0,0,0),(6965,2726,0,1,1,9586,0,-6684.39,-4114.64,264.291,4.14266,600,10,0,5148,0,1,0,0,0),(6964,2725,0,1,1,715,0,-6431.41,-4149.19,286.491,3.14159,300,3,0,1522,1332,1,0,0,0),(6963,2726,0,1,1,9586,0,-6815.69,-4185.57,266.455,5.99862,600,10,0,5148,0,1,0,0,0),(6962,2731,0,1,1,632,0,-6380.84,-3648.39,242.758,0.295197,300,10,0,1469,0,1,0,0,0),(6961,2734,0,1,1,917,0,-6848.45,-2287.74,255.339,2.1588,300,5,0,1829,0,1,0,0,0),(6960,2728,0,1,1,557,0,-7014.44,-3558.15,243.146,4.99506,300,10,0,1536,0,1,0,0,0),(6959,2728,0,1,1,557,0,-6939.19,-3589.3,241.792,4.73818,300,10,0,1536,0,1,0,0,0),(6958,2728,0,1,1,557,0,-7021.26,-3517.39,243.65,1.80286,300,10,0,1536,0,1,0,0,0),(6957,2728,0,1,1,557,0,-6714.25,-3613.57,241.726,0.074513,300,10,0,1536,0,1,0,0,0),(6956,2731,0,1,1,632,0,-6481.35,-3192.97,269.361,2.44885,300,5,0,1469,0,1,0,0,0),(6955,2728,0,1,1,557,0,-6740.64,-3648.87,241.444,5.74779,300,10,0,1536,0,1,0,0,0),(6954,2732,0,1,1,1055,0,-6856.04,-3086.52,243.659,3.12597,300,10,0,1604,0,1,0,0,0),(6953,2728,0,1,1,557,0,-7063.92,-3552.41,242.479,5.76186,300,10,0,1536,0,1,0,0,0),(6952,2728,0,1,1,557,0,-7078.45,-3581.64,241.792,2.27266,300,10,0,1536,0,1,0,0,0),(6951,2728,0,1,1,557,0,-7004.47,-3460.06,241.792,2.56873,300,10,0,1536,0,1,0,0,0),(6950,92,0,1,1,171,0,-7285.84,-3156.65,304.816,4.72408,300,10,0,1678,0,1,0,0,0),(6949,92,0,1,1,171,0,-7253.62,-3186.42,293.077,3.56962,300,10,0,1678,0,1,0,0,0),(6948,2732,0,1,1,1055,0,-6952.67,-3083.37,251.16,0.56677,300,5,0,1604,0,1,0,0,0),(6947,2732,0,1,1,1055,0,-7119.99,-3164.64,252.634,1.41785,300,0,0,1604,0,0,0,0,0),(725,20102,0,1,1,22368,1,-14440.2,510.301,26.2619,5.07891,300,0,0,42,0,0,0,0,0),(724,20102,0,1,1,1140,1,-14440.1,509.034,26.2717,1.3439,300,0,0,42,0,0,0,0,0),(723,15080,0,1,1,15210,0,-11824.6,1339.33,1.13543,4.36332,1800,0,0,9156,0,0,0,0,0),(722,2519,0,1,1,4475,1,-12347.4,161.425,3.23635,1.26347,300,0,0,1678,0,0,0,0,0),(721,2464,0,1,1,1735,1,-12398.4,167.963,3.12308,3.27453,1800,0,0,61040,0,0,0,0,0),(6946,92,0,1,1,171,0,-7320.22,-3149.37,315.999,4.26246,300,10,0,1678,0,1,0,0,0),(6945,92,0,1,1,171,0,-7312.8,-3179.51,301.539,5.94697,300,10,0,1678,0,1,0,0,0),(720,17094,0,1,1,16847,1,-12385.7,180.811,2.62308,3.54302,300,0,0,811,852,0,0,0,0),(719,4624,0,1,1,7104,1,-14390.9,414.861,22.757,2.74017,300,0,0,22758,0,0,0,0,0),(718,4624,0,1,1,7102,1,-14451.8,454.594,4.12501,5.25344,300,0,0,22758,0,0,0,0,0),(15371,2348,0,1,1,8014,0,-1015.99,-977.847,42.1637,5.55732,300,5,0,787,0,1,0,0,0),(15370,2377,0,1,1,1079,1,-1108.39,-299.275,-7.03991,1.34207,300,10,0,935,878,1,0,0,0),(15369,2351,0,1,1,806,0,-512.414,377.835,90.4411,1.82762,300,10,0,677,0,1,0,0,0),(15368,2351,0,1,1,806,0,-742.916,420.455,74.3727,1.42729,300,5,0,677,0,1,0,0,0),(15367,2351,0,1,1,806,0,-804.377,362.568,58.0971,2.79625,300,5,0,677,0,1,0,0,0),(15366,2351,0,1,1,806,0,-714.147,428.114,75.3286,1.70606,300,5,0,677,0,1,0,0,0),(15365,2350,0,1,1,1989,0,-742.279,330.834,51.3856,1.19283,300,3,0,494,0,1,0,0,0),(15364,2386,0,1,1,3708,1,-876.758,-492.688,12.4533,1.09956,300,0,0,2310,0,0,0,0,0),(15363,2386,0,1,1,3708,1,-840.33,-501.805,14.935,3.12407,300,5,0,2310,0,1,0,0,0),(15362,3540,0,1,1,3697,1,-931.449,-528.687,6.96295,3.05433,300,0,0,1753,0,0,0,0,0),(15361,2383,0,1,1,3694,1,-900.226,-553.434,6.96295,3.22886,300,0,0,950,0,0,0,0,0),(15360,2386,0,1,1,3708,1,-926.245,-518.473,6.87962,4.16864,300,3,0,2310,0,1,0,0,0),(54741,13141,349,1,1,2079,0,816.502,-376.739,-59.101,6.16101,86400,5,0,4953,0,1,0,0,0),(54739,12216,349,1,1,2452,0,793.614,-413.387,-53.4507,5.67232,86400,1,0,1238,0,1,0,0,0),(54737,11790,349,1,1,11345,1,790.499,-413.405,-53.3356,4.95674,86400,1,0,4953,0,1,0,0,0),(54738,12217,349,1,1,12345,0,789.389,-419.179,-53.5493,1.91986,86400,1,0,1238,0,1,0,0,0),(52144,11043,329,1,1,10463,1,3443.41,-3083.56,135.002,2.34367,86400,0,0,8613,0,2,0,0,0),(52143,11043,329,1,1,10464,1,3478.51,-3089.73,136.629,0.610865,86400,0,0,8613,0,0,0,0,0),(17485,3242,1,1,1,6087,0,255.567,-3275.58,63.2747,0.886303,275,5,0,273,0,1,0,0,0),(17484,3242,1,1,1,6087,0,454.154,-2648.8,92.0041,0.360408,275,5,0,273,0,1,0,0,0),(17483,3242,1,1,1,6087,0,716.145,-2387.74,93.1287,5.59693,275,5,0,273,0,1,0,0,0),(17482,3242,1,1,1,6087,0,483.043,-2829.88,92.2425,1.69418,275,5,0,273,0,1,0,0,0),(17481,3242,1,1,1,6087,0,422.34,-2668.34,94.5263,1.11532,275,5,0,273,0,1,0,0,0),(17480,3242,1,1,1,6087,0,-970.651,-2951.61,93.7177,0.095505,275,5,0,273,0,1,0,0,0),(17479,3242,1,1,1,6087,0,-849.318,-2415.96,91.7917,2.27336,275,5,0,273,0,1,0,0,0),(17478,3242,1,1,1,6087,0,-186.284,-1889.24,93.1135,3.61572,275,5,0,273,0,1,0,0,0),(17477,3242,1,1,1,6087,0,-392.345,-2006.13,91.8722,6.1814,275,5,0,273,0,1,0,0,0),(17476,3242,1,1,1,6087,0,-186.829,-2019.69,94.2668,0.50734,275,5,0,273,0,1,0,0,0),(17475,3242,1,1,1,6087,0,-27.603,-1711.72,95.474,2.80908,275,5,0,273,0,1,0,0,0),(15359,2408,0,1,1,1244,0,220.06,-1246.31,31.8931,5.94117,300,10,0,1050,0,1,0,0,0),(17474,3242,1,1,1,6087,0,-240.389,-2140.86,91.9045,5.81836,275,5,0,273,0,1,0,0,0),(54736,11790,349,1,1,11345,1,789.526,-424.056,-53.5349,5.3058,86400,1,0,4953,0,1,0,0,0),(17473,3242,1,1,1,6087,0,-134.301,-1657.5,91.7916,5.33593,275,5,0,273,0,1,0,0,0),(17472,3242,1,1,1,6087,0,-239.969,-1763.34,93.6233,3.73935,275,5,0,273,0,1,0,0,0),(17471,3498,1,1,1,7098,1,-1008.67,-3651.95,20.1497,5.55015,275,0,0,573,0,0,0,0,0),(17470,3242,1,1,1,6087,0,236.247,-3310.74,54.6638,3.41882,275,5,0,273,0,1,0,0,0),(17469,3242,1,1,1,6087,0,291.316,-2745.59,93.4167,0.122956,275,5,0,273,0,1,0,0,0),(17468,3242,1,1,1,6087,0,120.331,-3626.94,27.3064,1.52066,275,5,0,273,0,1,0,0,0),(17467,3242,1,1,1,6087,0,119.11,-3489.09,31.0596,2.54128,275,5,0,273,0,1,0,0,0),(17466,3242,1,1,1,6087,0,514.162,-2685.03,91.7268,3.91207,275,5,0,273,0,1,0,0,0),(17465,3242,1,1,1,6087,0,-1009.28,-3016.24,93.1625,0.512602,275,5,0,273,0,1,0,0,0),(17464,3242,1,1,1,6087,0,-950.263,-2381.11,91.7917,5.23669,275,5,0,273,0,1,0,0,0),(17463,3242,1,1,1,6087,0,-442.9,-2022.89,92.0826,4.7094,275,5,0,273,0,1,0,0,0),(17462,3242,1,1,1,6087,0,-561.904,-1784.11,91.8699,5.96329,275,5,0,273,0,1,0,0,0),(17461,3242,1,1,1,6087,0,-154.651,-1829.36,93.6286,4.99337,275,5,0,273,0,1,0,0,0),(17460,3242,1,1,1,6087,0,-513.522,-3822.2,27.4233,4.25927,275,5,0,273,0,1,0,0,0),(17459,3242,1,1,1,6087,0,-685.588,-3931.99,25.8757,1.42393,275,3,0,273,0,1,0,0,0),(17458,3242,1,1,1,6087,0,-706.494,-3960.36,24.7301,5.66136,275,3,0,273,0,1,0,0,0),(17457,3242,1,1,1,6087,0,-724.862,-3909.03,24.485,5.93084,275,3,0,273,0,1,0,0,0),(17456,3242,1,1,1,6087,0,-613.633,-3906,28.7909,1.52386,275,5,0,273,0,1,0,0,0),(17455,3242,1,1,1,6087,0,754.166,-2515.94,91.7917,0.263754,275,5,0,273,0,1,0,0,0),(17454,3242,1,1,1,6087,0,180.85,-3069.37,92.4186,4.72997,275,5,0,273,0,1,0,0,0),(17453,3242,1,1,1,6087,0,240.522,-2725.1,94.1668,3.13872,275,5,0,273,0,1,0,0,0),(17452,3242,1,1,1,6087,0,240.661,-3384.09,36.1462,4.57967,275,3,0,273,0,1,0,0,0),(17451,3242,1,1,1,6087,0,-851.254,-2170.34,92.526,3.22691,275,5,0,273,0,1,0,0,0),(17450,3242,1,1,1,6087,0,-948.551,-2182.89,91.7463,3.76991,275,0,0,273,0,0,0,0,0),(17449,3242,1,1,1,6087,0,-200.34,-1715.65,92.7041,6.15469,275,5,0,273,0,1,0,0,0),(17448,3242,1,1,1,6087,0,-243.458,-2077.94,96.9693,3.25706,275,5,0,273,0,1,0,0,0),(17447,3242,1,1,1,6087,0,-349.948,-1780.76,92.2051,5.71357,275,5,0,273,0,1,0,0,0),(17446,3242,1,1,1,6087,0,-498.157,-1957.37,94.1147,2.21352,275,5,0,273,0,1,0,0,0),(17445,3241,1,1,1,1977,0,-598.823,-3622.19,92.0417,1.11461,275,0,0,328,0,0,0,0,0),(17444,3241,1,1,1,1977,0,546.505,-1877.84,94.3537,1.82879,275,5,0,328,0,1,0,0,0),(17443,3241,1,1,1,1977,0,597.354,-1745.04,91.8555,0.348814,275,20,0,328,0,1,0,0,0),(17442,3241,1,1,1,1977,0,491.807,-1989.1,92.5417,5.79093,275,5,0,328,0,1,0,0,0),(17441,3241,1,1,1,1977,0,686.632,-2135.3,92.0766,1.37062,275,30,0,328,0,1,0,0,0),(17440,3497,1,1,1,7097,1,-971.109,-3737.66,5.89569,0.506145,275,0,0,664,0,0,0,0,0),(17439,3241,1,1,1,1977,0,662.674,-1885.94,91.9021,5.89558,275,5,0,328,0,1,0,0,0),(17438,3241,1,1,1,1977,0,487.109,-1827.61,91.7917,1.4363,275,5,0,328,0,1,0,0,0),(17437,3240,1,1,1,1537,0,-2187.7,-2114.14,93.7292,4.54371,275,20,0,417,0,1,0,0,0),(17436,3240,1,1,1,1537,0,-2235.84,-2271.65,94.342,5.37187,275,20,0,417,0,1,0,0,0),(17435,3240,1,1,1,1537,0,-2384.82,-2418.87,93.0417,4.76227,275,20,0,417,0,1,0,0,0),(17434,3240,1,1,1,1537,0,-2212.21,-2249.06,94.3621,6.19506,275,20,0,417,0,1,0,0,0),(17433,5800,1,1,1,4347,1,-3724.01,-2197.76,91.6746,0.964398,420,0,0,1686,0,2,0,0,0),(17432,3240,1,1,1,1537,0,-1782.93,-2171.68,92.5812,4.30685,275,20,0,417,0,1,0,0,0),(17431,3240,1,1,1,1537,0,-1917.58,-1982.28,91.7917,1.17993,275,20,0,417,0,1,0,0,0),(17430,3240,1,1,1,1537,0,-2178.58,-2068.03,91.7917,2.258,275,20,0,417,0,1,0,0,0),(17429,3240,1,1,1,1537,0,-1993.26,-1853.08,92.4564,3.03975,275,20,0,417,0,1,0,0,0),(17428,3240,1,1,1,1537,0,-1820.65,-2082.03,92.2107,0.042873,275,20,0,417,0,1,0,0,0),(17426,3240,1,1,1,1537,0,-1751.91,-1784.08,94.8575,3.6282,275,20,0,417,0,1,0,0,0),(17425,3240,1,1,1,1537,0,-2314.2,-2418.57,95.7128,1.78703,275,20,0,417,0,1,0,0,0),(17424,3240,1,1,1,1537,0,-2160.42,-2116.3,91.7917,3.08717,275,20,0,417,0,1,0,0,0),(17423,3240,1,1,1,1537,0,-1616.66,-1910.24,92.3324,3.2679,275,20,0,417,0,1,0,0,0),(17422,3240,1,1,1,1537,0,-2150.91,-1988.58,92.6667,2.22692,275,20,0,417,0,1,0,0,0),(17421,3240,1,1,1,1537,0,-2243.73,-2015.75,92.599,0,275,20,0,417,0,1,0,0,0),(17420,3240,1,1,1,1537,0,-2189.77,-1969.87,92.384,5.12673,275,20,0,417,0,1,0,0,0),(17419,3240,1,1,1,1537,0,-2380.96,-2455.92,92.8038,5.60997,275,20,0,417,0,1,0,0,0),(17418,3240,1,1,1,1537,0,-1422.9,-1884.71,92.9106,3.82883,275,20,0,417,0,1,0,0,0),(17417,3240,1,1,1,1537,0,-2057.62,-2453.21,93.6198,3.43349,275,20,0,417,0,1,0,0,0),(17416,3240,1,1,1,1537,0,-2154.77,-2723.24,93.4167,4.20954,275,20,0,417,0,1,0,0,0),(17415,3240,1,1,1,1537,0,-1620.35,-1888.87,91.8513,2.96296,275,20,0,417,0,1,0,0,0),(17414,3240,1,1,1,1537,0,-1948.72,-2457.21,91.7917,4.93558,275,20,0,417,0,1,0,0,0),(17413,3240,1,1,1,1537,0,-2274.03,-1657.43,91.7112,5.61586,275,20,0,417,0,1,0,0,0),(17412,3240,1,1,1,1537,0,-1755,-2052.86,94.1554,0.754004,275,20,0,417,0,1,0,0,0),(17411,3240,1,1,1,1537,0,-1518.65,-2082.87,82.7006,4.78992,275,20,0,417,0,1,0,0,0),(17410,3240,1,1,1,1537,0,-1568.25,-2167.32,82.5756,0.592906,275,0,0,417,0,2,0,0,0),(17409,3240,1,1,1,1537,0,-1613.75,-2012.5,92.5336,3.45433,275,20,0,417,0,1,0,0,0),(17408,3240,1,1,1,1537,0,-2286.66,-1653.96,91.8769,4.92866,275,20,0,417,0,1,0,0,0),(17407,3240,1,1,1,1537,0,-2167.78,-2415.3,91.9609,0.851064,275,20,0,417,0,1,0,0,0),(17406,3240,1,1,1,1537,0,-1517.46,-1751.3,92.1666,0.137287,275,20,0,417,0,1,0,0,0),(17405,3240,1,1,1,1537,0,-1477.18,-1974.93,90.793,4.45367,275,20,0,417,0,1,0,0,0),(17404,3240,1,1,1,1537,0,-1622.07,-1965.04,93.8539,4.05015,275,20,0,417,0,1,0,0,0),(17403,3240,1,1,1,1537,0,-1517.42,-1695.38,93.1667,3.66016,275,20,0,417,0,1,0,0,0),(17402,3240,1,1,1,1537,0,-1967.23,-2544.26,93.9453,0.318732,275,20,0,417,0,1,0,0,0),(17401,3240,1,1,1,1537,0,-1714.73,-1781.15,94.5417,1.48214,275,20,0,417,0,1,0,0,0),(17400,3240,1,1,1,1537,0,-1817.93,-2328.72,92.7573,1.60789,275,20,0,417,0,1,0,0,0),(17399,3240,1,1,1,1537,0,-1450.87,-1953.98,94.4044,4.31086,275,20,0,417,0,1,0,0,0),(17398,3240,1,1,1,1537,0,-1995.27,-2445.87,94.5923,2.71028,275,20,0,417,0,1,0,0,0),(17397,3240,1,1,1,1537,0,-1597.61,-1885.66,92.6667,2.96628,275,20,0,417,0,1,0,0,0),(17396,3240,1,1,1,1537,0,-1528.37,-1807.7,91.7917,2.98557,275,20,0,417,0,1,0,0,0),(17395,3240,1,1,1,1537,0,-2060.05,-2402.58,93.4479,2.04746,275,20,0,417,0,1,0,0,0),(17394,3240,1,1,1,1537,0,-1386.49,-1800.77,91.7917,4.20847,275,20,0,417,0,1,0,0,0),(17393,3240,1,1,1,1537,0,-2110.71,-2756.13,92.986,1.95566,275,20,0,417,0,1,0,0,0),(17392,3240,1,1,1,1537,0,-1955.73,-2495.66,93.6445,5.24778,275,20,0,417,0,1,0,0,0),(17391,3240,1,1,1,1537,0,-1412.69,-2053.71,85.0756,5.39255,275,20,0,417,0,1,0,0,0),(17390,3240,1,1,1,1537,0,-2219.75,-2320.75,92.9836,1.70815,275,20,0,417,0,1,0,0,0),(17389,3240,1,1,1,1537,0,-1881.75,-2328.82,92.2522,4.70848,275,20,0,417,0,1,0,0,0),(17388,3240,1,1,1,1537,0,-1643.38,-1948.88,92.723,2.07612,275,20,0,417,0,1,0,0,0),(16147,3240,1,1,1,1537,0,-2184.94,-2349.5,94.9265,1.32629,275,20,0,417,0,1,0,0,0),(15276,3240,1,1,1,1537,0,-2118.29,-2705.53,91.7917,4.97431,275,20,0,417,0,1,0,0,0),(15275,3240,1,1,1,1537,0,-2047.85,-2681.26,91.7917,1.96805,275,0,0,417,0,2,0,0,0),(15274,3240,1,1,1,1537,0,-1722.7,-1905.32,91.7917,2.38279,275,20,0,417,0,1,0,0,0),(15273,3240,1,1,1,1537,0,-1886.89,-2213.2,94.8755,2.37008,275,20,0,417,0,1,0,0,0),(15272,3240,1,1,1,1537,0,-1681.08,-1648.78,93.7491,1.30191,275,20,0,417,0,1,0,0,0),(15271,3240,1,1,1,1537,0,-1546.46,-2176.15,83.603,4.65765,275,20,0,417,0,1,0,0,0),(15270,3240,1,1,1,1537,0,-1662.87,-2083,93.4784,3.15722,275,20,0,417,0,1,0,0,0),(15269,3240,1,1,1,1537,0,-1708.91,-2190.07,93.9932,5.67406,275,20,0,417,0,1,0,0,0),(15268,3240,1,1,1,1537,0,-2116.7,-2319.05,94.6368,4.81614,275,20,0,417,0,1,0,0,0),(15267,3240,1,1,1,1537,0,-2012.55,-2384.78,92.0341,5.60254,275,20,0,417,0,1,0,0,0),(15266,3240,1,1,1,1537,0,-2246.83,-2677.43,92.3552,4.82585,275,20,0,417,0,1,0,0,0),(15265,3240,1,1,1,1537,0,-1480.02,-1652.01,92.3716,0.532685,275,20,0,417,0,1,0,0,0),(15264,3240,1,1,1,1537,0,-2205.84,-2681.4,91.7917,3.16103,275,20,0,417,0,1,0,0,0),(15263,3240,1,1,1,1537,0,-1549.49,-1888.2,96.4652,4.70262,275,20,0,417,0,1,0,0,0),(15262,3240,1,1,1,1537,0,-1648.32,-2148.57,92.1256,0.001872,275,20,0,417,0,1,0,0,0),(15261,3240,1,1,1,1537,0,-2213.96,-2730.7,92.8205,5.91138,275,20,0,417,0,1,0,0,0),(15260,3240,1,1,1,1537,0,-1619.04,-2120.82,93.936,4.61104,275,20,0,417,0,1,0,0,0),(15259,3240,1,1,1,1537,0,-1556.03,-1722.88,91.7967,4.0105,275,20,0,417,0,1,0,0,0),(15258,3240,1,1,1,1537,0,-1839.72,-2134.83,92.2686,4.10326,275,20,0,417,0,1,0,0,0),(15257,3240,1,1,1,1537,0,-2146.57,-2312.53,95.2127,0.116202,275,20,0,417,0,1,0,0,0),(15256,3240,1,1,1,1537,0,-1857.85,-2334.29,91.8065,2.03453,275,20,0,417,0,1,0,0,0),(15255,3496,1,1,1,7058,1,-915.813,-3724.49,9.71071,3.50811,275,0,0,5544,0,0,0,0,0),(15254,3239,1,1,1,1538,0,-2652.46,-1882.54,93.3483,3.17673,275,20,0,494,0,1,0,0,0),(15253,3239,1,1,1,1538,0,-2914.2,-2148.64,92.0602,0.911165,275,20,0,494,0,1,0,0,0),(15252,3239,1,1,1,1538,0,-2775.32,-1960.69,93.8734,2.09485,275,20,0,494,0,1,0,0,0),(15251,3239,1,1,1,1538,0,-2289.56,-2250.98,92.0872,1.85112,275,20,0,494,0,1,0,0,0),(15250,3239,1,1,1,1538,0,-2578.29,-2144.51,92.6332,4.04735,275,20,0,494,0,1,0,0,0),(15249,3239,1,1,1,1538,0,-3050.28,-2017.21,95.7631,2.14219,275,20,0,494,0,1,0,0,0),(15248,3239,1,1,1,1538,0,-2914.84,-2004.73,91.8582,0.337134,275,20,0,494,0,1,0,0,0),(15247,3239,1,1,1,1538,0,-2889.78,-1957.38,96.2062,5.42589,275,3,0,494,0,1,0,0,0),(15246,5799,1,1,1,4348,0,-3720.09,-2192.11,91.6669,0.964398,420,0,0,1953,0,2,0,0,0),(15245,3239,1,1,1,1538,0,-2709.38,-1875.57,91.9278,5.20132,275,20,0,494,0,1,0,0,0),(15244,3239,1,1,1,1538,0,-2873.31,-2019.58,92.4216,3.83708,275,20,0,494,0,1,0,0,0),(15243,3239,1,1,1,1538,0,-2499.17,-2188.99,95.9167,3.82546,275,20,0,494,0,1,0,0,0),(15242,3239,1,1,1,1538,0,-2657.63,-1980.3,98.6057,3.00136,275,20,0,494,0,1,0,0,0),(15241,3239,1,1,1,1538,0,-3052.46,-2092.01,91.8932,5.44972,275,20,0,494,0,1,0,0,0),(15240,3239,1,1,1,1538,0,-2335.08,-2249.02,91.8233,0.21335,275,20,0,494,0,1,0,0,0),(15239,3239,1,1,1,1538,0,-2498.94,-2254.37,94.9707,1.27467,275,20,0,494,0,1,0,0,0),(15238,3239,1,1,1,1538,0,-2298.13,-2295.72,91.7917,0.698981,275,20,0,494,0,1,0,0,0),(15237,3239,1,1,1,1538,0,-2421.92,-2337.69,92.1515,5.5677,275,20,0,494,0,1,0,0,0),(15236,3239,1,1,1,1538,0,-2568.47,-2083.56,91.7917,2.8924,275,20,0,494,0,1,0,0,0),(15235,3239,1,1,1,1538,0,-2373.9,-2337.36,93.1667,1.54918,275,20,0,494,0,1,0,0,0),(15234,3239,1,1,1,1538,0,-2434.34,-2269.69,95.3725,1.07981,275,20,0,494,0,1,0,0,0),(15233,3239,1,1,1,1538,0,-2575.35,-2370.83,94.7511,3.14168,275,20,0,494,0,1,0,0,0),(15232,3239,1,1,1,1538,0,-2683.58,-2085.01,96.3607,0.003906,275,20,0,494,0,1,0,0,0),(15231,3239,1,1,1,1538,0,-2559.1,-2349.37,92.0135,3.04775,275,20,0,494,0,1,0,0,0),(15230,3239,1,1,1,1538,0,-2523.04,-1850.07,92.314,3.09865,275,20,0,494,0,1,0,0,0),(15229,3239,1,1,1,1538,0,-2484.63,-1816.18,93.7917,6.23425,275,20,0,494,0,1,0,0,0),(15228,3239,1,1,1,1538,0,-2681.87,-2011.95,95.9509,1.58256,275,20,0,494,0,1,0,0,0),(15227,3239,1,1,1,1538,0,-2406.19,-2290.01,92.226,2.57636,275,20,0,494,0,1,0,0,0),(15214,3239,1,1,1,1538,0,-2702.98,-2055.48,97.8233,5.31991,275,3,0,494,0,1,0,0,0),(15213,3239,1,1,1,1538,0,-2477.62,-2319.84,94.508,4.62827,275,20,0,494,0,1,0,0,0),(15212,3239,1,1,1,1538,0,-2615.59,-2379.29,91.9746,0.765211,275,3,0,494,0,1,0,0,0),(15211,3239,1,1,1,1538,0,-2524.8,-2336.74,93.4405,2.1416,275,20,0,494,0,1,0,0,0),(15210,3239,1,1,1,1538,0,-2656.74,-2238.81,95.3412,3.3861,275,20,0,494,0,1,0,0,0),(15209,3239,1,1,1,1538,0,-2604.74,-2285.65,92.1247,2.92123,275,20,0,494,0,1,0,0,0),(15208,3239,1,1,1,1538,0,-2646.91,-2146.51,96.3647,0.208133,275,20,0,494,0,1,0,0,0),(15207,3239,1,1,1,1538,0,-2715.72,-2262.29,92.0967,4.40484,275,20,0,494,0,1,0,0,0),(15206,3239,1,1,1,1538,0,-2587.93,-1788.53,92.5417,6.09364,275,20,0,494,0,1,0,0,0),(15205,3239,1,1,1,1538,0,-2593.97,-1817.42,94.293,6.06664,275,20,0,494,0,1,0,0,0),(15204,3239,1,1,1,1538,0,-2510.17,-2286.93,95.0517,5.69245,275,20,0,494,0,1,0,0,0),(15203,3239,1,1,1,1538,0,-2407.92,-2396.09,91.7917,5.46566,275,20,0,494,0,1,0,0,0),(15202,3239,1,1,1,1538,0,-2515.82,-2443.5,91.7917,4.44343,275,20,0,494,0,1,0,0,0),(15201,3239,1,1,1,1538,0,-2719.43,-2221.44,91.7917,4.01877,275,20,0,494,0,1,0,0,0),(15200,3239,1,1,1,1538,0,-2455.25,-1687.59,92.8252,5.1201,275,20,0,494,0,1,0,0,0),(15199,3239,1,1,1,1538,0,-2458.66,-2479.58,91.7897,0.170054,275,20,0,494,0,1,0,0,0),(15198,3239,1,1,1,1538,0,-2518.5,-1712.59,93.6581,4.79845,275,20,0,494,0,1,0,0,0),(15197,3239,1,1,1,1538,0,-2890.99,-2184.72,92.3333,3.15917,275,20,0,494,0,1,0,0,0),(15196,3239,1,1,1,1538,0,-2425.84,-2459.12,91.7917,3.89029,275,20,0,494,0,1,0,0,0),(15195,3239,1,1,1,1538,0,-3017.17,-2106.79,92.0043,3.30642,275,20,0,494,0,1,0,0,0),(15194,3495,1,1,1,7096,1,-837.804,-3724.94,26.3722,3.92699,275,0,0,484,0,0,0,0,0),(15193,3239,1,1,1,1538,0,-2789.18,-2152.49,94.05,1.29786,275,20,0,494,0,1,0,0,0),(15192,3239,1,1,1,1538,0,-2969.66,-1974.89,99.6755,5.85446,275,3,0,494,0,1,0,0,0),(15191,3239,1,1,1,1538,0,-2474.78,-1738.54,92.0609,3.85615,275,20,0,494,0,1,0,0,0),(15190,3239,1,1,1,1538,0,-2886.46,-2043.4,92.6842,3.53448,275,20,0,494,0,1,0,0,0),(15189,3238,1,1,1,1539,0,-3696.11,-2350.67,93.5732,2.81984,275,5,0,573,0,1,0,0,0),(15188,3238,1,1,1,1539,0,-3820.99,-2216.32,92.3251,2.68843,275,5,0,573,0,1,0,0,0),(15187,3238,1,1,1,1539,0,-3949.54,-2153.62,92.1999,6.13436,275,5,0,573,0,1,0,0,0),(15186,3238,1,1,1,1539,0,-3605.2,-2064.72,93.703,5.51988,275,5,0,573,0,1,0,0,0),(15185,3238,1,1,1,1539,0,-3734.95,-2084.25,93.5368,3.10255,275,5,0,573,0,1,0,0,0),(15184,3238,1,1,1,1539,0,-3620.65,-2124.26,91.7916,4.71408,275,5,0,573,0,1,0,0,0),(15183,3238,1,1,1,1539,0,-3882.87,-2239.15,91.7917,4.71775,275,5,0,573,0,1,0,0,0),(15182,3238,1,1,1,1539,0,-3778.32,-2092.08,91.7917,4.31603,275,5,0,573,0,1,0,0,0),(15181,3238,1,1,1,1539,0,-3515.89,-2224.06,94.2393,2.85071,275,5,0,573,0,1,0,0,0),(15180,3238,1,1,1,1539,0,-3436.79,-2150.69,91.7917,3.00721,275,5,0,573,0,1,0,0,0),(15179,3238,1,1,1,1539,0,-3418.27,-2122.4,94.9604,1.60009,275,5,0,573,0,1,0,0,0),(15178,3238,1,1,1,1539,0,-3478.94,-2182.68,95.2209,1.26623,275,5,0,573,0,1,0,0,0),(15177,3238,1,1,1,1539,0,-3549,-2247.44,92.6712,3.89946,275,5,0,573,0,1,0,0,0),(15176,3238,1,1,1,1539,0,-3518.67,-2282.22,96.7917,0.485373,275,5,0,573,0,1,0,0,0),(15175,3238,1,1,1,1539,0,-3799.52,-2398.64,103.222,0.887816,275,3,0,573,0,1,0,0,0),(15174,3238,1,1,1,1539,0,-3746.36,-2379.49,94.7012,1.46576,275,5,0,573,0,1,0,0,0),(15173,3238,1,1,1,1539,0,-3573.44,-1952.8,91.7917,5.8525,275,5,0,573,0,1,0,0,0),(15172,3238,1,1,1,1539,0,-3741.39,-1896.3,92.7338,5.29613,275,5,0,573,0,1,0,0,0),(15171,3238,1,1,1,1539,0,-3683.83,-1753.58,91.8691,4.99343,275,5,0,573,0,1,0,0,0),(15170,3238,1,1,1,1539,0,-3585.22,-1910.8,94.5708,0.489453,275,5,0,573,0,1,0,0,0),(15169,5798,1,1,1,4346,1,-3730.11,-2206.64,91.7255,0.965182,420,0,0,2097,0,2,0,0,0),(15168,3238,1,1,1,1539,0,-3694.37,-1883.98,92.4808,3.02015,275,5,0,573,0,1,0,0,0),(15167,3238,1,1,1,1539,0,-3555.1,-1852.88,91.8278,3.38497,275,5,0,573,0,1,0,0,0),(15166,3238,1,1,1,1539,0,-3447.52,-1984.1,92.7114,3.25108,275,5,0,573,0,1,0,0,0),(15165,3238,1,1,1,1539,0,-3498.22,-1906.3,95.6341,2.89108,275,5,0,573,0,1,0,0,0),(15164,3238,1,1,1,1539,0,-3553.99,-2309.53,96.9622,1.06256,275,5,0,573,0,1,0,0,0),(15163,3238,1,1,1,1539,0,-3589.21,-2337.57,92.9745,4.80817,275,5,0,573,0,1,0,0,0),(15162,3238,1,1,1,1539,0,-3318.32,-2119.09,92.2414,3.82235,275,5,0,573,0,1,0,0,0),(15161,3238,1,1,1,1539,0,-3286.11,-2118.45,91.9921,3.65381,275,5,0,573,0,1,0,0,0),(15160,3238,1,1,1,1539,0,-3529.7,-2481.57,86.0827,3.14941,275,3,0,573,0,1,0,0,0),(15159,3238,1,1,1,1539,0,-3587.38,-2483.19,81.5571,4.56137,275,5,0,573,0,1,0,0,0),(15158,3238,1,1,1,1539,0,-3483.87,-2286.05,91.8823,5.26129,275,5,0,573,0,1,0,0,0),(15157,3238,1,1,1,1539,0,-3506.62,-1797.84,94.4352,2.20752,275,5,0,573,0,1,0,0,0),(15156,3238,1,1,1,1539,0,-3818.83,-2454.58,91.7917,1.22801,275,5,0,573,0,1,0,0,0),(15155,3238,1,1,1,1539,0,-3536.26,-2359.93,92.3614,4.30267,275,5,0,573,0,1,0,0,0),(15154,3238,1,1,1,1539,0,-3429.32,-2282.69,105.886,4.15958,275,5,0,573,0,1,0,0,0),(15153,3238,1,1,1,1539,0,-3400.23,-1885.1,91.9798,5.62426,275,5,0,573,0,1,0,0,0),(15152,3238,1,1,1,1539,0,-3378.75,-1815.86,91.9675,4.76259,275,5,0,573,0,1,0,0,0),(15151,3238,1,1,1,1539,0,-3367.52,-2296.75,93.9167,3.17649,275,5,0,573,0,1,0,0,0),(15150,3238,1,1,1,1539,0,-3377.95,-2236.94,92.1868,5.13319,275,5,0,573,0,1,0,0,0),(15149,3494,1,1,1,7073,1,-840.882,-3727.2,19.9711,4.7822,275,0,0,713,0,0,0,0,0),(15148,3238,1,1,1,1539,0,-3384.69,-1919.82,92.3379,2.41835,275,5,0,573,0,1,0,0,0),(15147,3238,1,1,1,1539,0,-3449.83,-2337.53,92.0305,0.472381,275,5,0,573,0,1,0,0,0),(15146,3238,1,1,1,1539,0,-3511.5,-1841.88,91.7917,3.19275,275,5,0,573,0,1,0,0,0),(15145,5797,1,1,1,4345,1,-3726.98,-2202.04,91.6936,0.980106,420,0,0,1686,0,2,0,0,0),(15144,3237,1,1,1,10914,0,-2882.92,-2155.85,92.0426,2.6034,275,0,0,734,0,0,0,0,0),(15143,3493,1,1,1,7095,1,-982.713,-3680.53,9.63783,1.20428,275,0,0,713,0,0,0,0,0),(15142,3236,1,1,1,1453,0,-2885.86,-2153.55,92.6616,2.60247,275,20,0,449,0,1,0,0,0),(15141,3236,1,1,1,1453,0,-2923.16,-2130.44,92.0033,2.37849,275,20,0,449,0,1,0,0,0),(15140,3236,1,1,1,1453,0,-2989.56,-2018.65,92.6055,6.22439,275,0,0,449,0,0,0,0,0),(15139,3236,1,1,1,1453,0,-2979.44,-2017.6,92.7704,6.22656,275,0,0,449,0,0,0,0,0),(15138,3236,1,1,1,1453,0,-2985.06,-2010.02,91.8387,0.035329,275,0,0,449,0,0,0,0,0),(15137,3236,1,1,1,1453,0,-2969.24,-2018.15,95.2449,0.119507,275,0,0,449,0,0,0,0,0),(15136,3492,1,1,1,7094,1,-985.328,-3675.99,9.62932,6.16101,275,0,0,664,0,0,0,0,0),(15135,3235,1,1,1,1232,0,-2878.89,-2157.24,91.9184,2.6047,275,0,0,664,0,0,0,0,0),(15134,3491,1,1,1,7093,1,-919.616,-3683.76,8.23924,3.75246,275,0,0,617,0,0,0,0,0),(15133,3234,1,1,1,10918,0,-1202.43,-3623.93,92.8904,6.12638,275,15,0,300,0,1,0,0,0),(15132,3234,1,1,1,10918,0,-1408.7,-2641.65,92.0417,4.90296,275,20,0,300,0,1,0,0,0),(15131,3234,1,1,1,10918,0,-1288.38,-2590.38,91.7916,5.93839,275,20,0,300,0,1,0,0,0),(15130,3234,1,1,1,10918,0,-1143.19,-1914.61,91.7706,4.9803,275,20,0,300,0,1,0,0,0),(15129,3234,1,1,1,10918,0,-1098.19,-3068.57,95.3867,1.6926,275,20,0,300,0,1,0,0,0),(15128,3234,1,1,1,10918,0,-1178.71,-3469.62,92.1169,1.79349,275,20,0,300,0,1,0,0,0),(15127,3234,1,1,1,10918,0,-1322.6,-2712.57,94.0946,1.35807,275,20,0,300,0,1,0,0,0),(15126,3234,1,1,1,10918,0,-1313.22,-2161.12,94.0685,5.69603,275,20,0,300,0,1,0,0,0),(15125,3234,1,1,1,10918,0,-1212.21,-1807.11,86.4244,6.02825,275,20,0,300,0,1,0,0,0),(15124,3234,1,1,1,10918,0,-1409.1,-2890.9,93.0108,4.54249,275,20,0,300,0,1,0,0,0),(15123,3234,1,1,1,10918,0,-1483.93,-2976.75,92.0791,1.96183,275,20,0,300,0,1,0,0,0),(15122,3234,1,1,1,10918,0,-1482.89,-2798.21,92.8563,4.95971,275,20,0,300,0,1,0,0,0),(15121,3234,1,1,1,10918,0,-1098.96,-2932.29,92.6667,0.450637,275,20,0,300,0,1,0,0,0),(15120,3234,1,1,1,10918,0,415.485,-3164.18,93.1379,4.83771,275,20,0,300,0,1,0,0,0),(15119,3234,1,1,1,10918,0,802,-2807.32,92.0645,2.23852,275,20,0,300,0,1,0,0,0),(15118,3234,1,1,1,10918,0,716.168,-2718.16,92.2917,6.26601,275,20,0,300,0,1,0,0,0),(15117,3234,1,1,1,10918,0,282.459,-1819.85,91.7917,1.59694,275,20,0,300,0,1,0,0,0),(15116,3234,1,1,1,10918,0,216.282,-1643.45,93.0895,0.508127,275,20,0,300,0,1,0,0,0),(15115,3234,1,1,1,10918,0,-421.559,-1644.72,92.3227,0.210412,275,20,0,300,0,1,0,0,0),(15114,3234,1,1,1,10918,0,163.27,-1585.48,93.2205,6.05931,275,20,0,300,0,1,0,0,0),(15113,3234,1,1,1,10918,0,-113.847,-1548.18,91.7917,3.38186,275,20,0,300,0,1,0,0,0),(15112,3234,1,1,1,10918,0,901.133,-2913.79,92.0652,6.10857,275,20,0,300,0,1,0,0,0),(15111,3234,1,1,1,10918,0,-1188.38,-2854.78,93.7878,0.668486,275,20,0,300,0,1,0,0,0),(6944,92,0,1,1,171,0,-7352.14,-3143.63,330.918,2.30907,300,3,0,1678,0,1,0,0,0),(54733,11792,349,1,1,2021,1,607.021,-380.379,-52.0193,1.30076,86400,0,1,4953,0,2,0,0,0),(54734,13142,349,1,1,13098,0,771.383,-352.868,-61.5713,5.74213,86400,3,0,5148,0,1,0,0,0),(54732,11791,349,1,1,11338,1,735.152,-342.541,-50.7083,1.37881,86400,0,0,5148,0,0,0,0,0),(717,4624,0,1,1,7104,1,-14448.9,429.612,15.0229,3.735,300,0,0,22758,0,0,0,0,0),(15110,3234,1,1,1,10918,0,541.894,-3161.28,91.7917,5.8568,275,20,0,300,0,1,0,0,0),(42580,7232,0,1,1,0,1,-8395,688.843,95.273,4.32,490,0,0,4120,0,0,0,0,0),(15109,14754,1,1,1,14785,1,1046.54,-2104.31,123.065,3.94444,600,0,0,52280,0,0,0,0,0),(81527,8120,209,1,1,7345,0,1769.01,1043.17,50.5992,2.40855,86400,5,0,3980,0,1,0,0,0),(81526,5650,209,1,1,6421,1,1879.2,1110.64,8.95783,4.57276,86400,0,1,4278,2966,2,0,0,0),(81524,7271,209,1,1,6434,1,1912.17,1016.11,11.5988,3.10669,86400,0,0,10745,6348,0,0,0,0),(81523,7269,209,1,1,7470,0,1824.31,955.395,8.96523,2.14675,86400,5,0,1782,0,1,0,0,0),(81520,8130,209,1,1,1073,0,1817.61,678.311,14.2237,3.9619,86400,0,0,2865,0,0,0,0,0),(81521,8130,209,1,1,1073,0,1819.85,674.938,14.5555,3.83972,86400,0,0,2865,0,0,0,0,0),(81519,8127,209,1,1,7353,1,1815.85,670.392,15.023,2.02458,86400,0,0,12280,12696,0,0,0,0),(81518,5650,209,1,1,6422,1,1885.03,729.866,33.1269,3.42085,86400,5,0,4278,2966,1,0,0,0),(81598,5650,209,1,1,6422,1,1700.27,1248.3,9.80135,5.76632,86400,0,0,4278,2966,0,0,0,0),(81516,8095,209,1,1,7345,0,1843.61,729.022,18.1469,2.65402,86400,5,0,5757,0,1,0,0,0),(81513,8095,209,1,1,7345,0,1882.49,797.599,34.9542,1.09561,86400,5,0,5757,0,1,0,0,0),(81514,5649,209,1,1,6423,1,1881.65,790.797,36.2795,1.51022,86400,5,0,5346,0,1,0,0,0),(81515,7246,209,1,1,6426,1,1843.78,721.991,20.024,4.60767,86400,3,0,4119,2864,1,0,0,0),(81510,7269,209,1,1,7470,0,1819.47,939.92,9.00765,0.767945,86400,5,0,1782,0,1,0,0,0),(81511,5649,209,1,1,6424,1,1810.61,939.977,8.99004,0.541052,86400,0,0,5346,0,0,0,0,0),(81595,7246,209,1,1,6426,1,1665.86,1260.72,10.5635,4.06662,86400,0,0,4119,2864,0,0,0,0),(15108,3490,1,1,1,4096,1,-428.153,-2584.92,95.8808,3.92699,275,0,0,1003,0,0,0,0,0),(54731,11790,349,1,1,11345,1,738.584,-330.438,-50.7237,4.50295,86400,0,0,4953,0,0,0,0,0),(54730,12217,349,1,1,12345,0,739.44,-337.971,-50.7764,5.55699,86400,1,0,1238,0,1,0,0,0),(15107,3234,1,1,1,10918,0,-1315.81,-2015.47,92.8235,1.50669,275,20,0,300,0,1,0,0,0),(15106,3234,1,1,1,10918,0,-933.667,-1672.85,94.3744,2.98904,275,20,0,300,0,1,0,0,0),(54728,12216,349,1,1,2452,0,744.108,-343.427,-50.7637,4.3986,86400,1,0,1238,0,1,0,0,0),(15105,3234,1,1,1,10918,0,-25.6081,-1445.02,95.5837,1.81692,275,20,0,300,0,1,0,0,0),(54727,11791,349,1,1,11338,1,616.528,-392.275,-51.936,2.9147,86400,0,0,5148,0,0,0,0,0),(54726,11791,349,1,1,11338,1,594.648,-399.883,-51.936,5.8294,86400,0,0,5148,0,0,0,0,0),(6943,2727,0,1,1,161,0,-6577.79,-3317.75,247.233,2.72515,300,10,0,1403,0,1,0,0,0),(8022,4397,1,1,1,7836,0,-2583.58,-4250.03,-15.016,3.71821,360,10,0,1403,0,1,0,0,0),(15104,3489,1,1,1,3877,1,-403.68,-2709.34,97.7294,1.85005,275,0,0,356,0,0,0,0,0),(42724,7346,129,1,1,0,1,2424.14,985.837,48.9103,2.23633,86400,0,0,1469,0,0,0,0,0),(42723,7346,129,1,1,0,1,2404.51,928.312,42.7047,5.3209,86400,0,0,1469,0,0,0,0,0),(42722,7329,129,1,1,0,1,2486.66,831.659,44.4343,4.69989,86400,1,0,3660,0,1,0,0,0),(42721,7346,129,1,1,0,1,2432.9,984.435,48.7186,0.52512,86400,0,0,1469,0,0,0,0,0),(42720,7347,129,1,1,0,0,2429.22,979.017,48.1471,5.62966,86400,0,0,3831,0,0,0,0,0),(42719,4076,129,1,1,0,0,2538.74,849.695,49.4261,5.96987,86400,5,0,8,0,1,0,0,0),(42718,7328,129,1,1,0,1,2547.62,852.532,51.2979,6.01331,86400,0,0,3660,0,0,0,0,0),(42717,7329,129,1,1,0,1,2539.85,849.052,49.9912,5.88545,86400,0,0,3660,0,0,0,0,0),(15103,3488,1,1,1,1866,1,-351.184,-2556.51,95.8708,3.05433,275,0,0,356,0,0,0,0,0),(8021,4415,1,1,1,11348,0,-4289.88,-3679.18,74.8618,0.892329,360,5,0,1751,0,1,0,0,0),(42716,7348,129,1,1,0,0,2465.01,886.877,29.0198,1.27452,86400,0,0,3660,0,0,0,0,0),(42715,7352,129,1,1,0,0,2462.88,886.735,29.3683,1.27455,86400,0,0,3027,1067,0,0,0,0),(42714,2110,129,1,1,0,0,2452.63,863.652,36.8769,1.0875,86400,5,0,1,0,1,0,0,0),(42713,7337,129,1,1,0,0,2508.09,855.546,47.7613,5.96903,86400,1,0,3027,1067,1,0,0,0),(42712,7329,129,1,1,0,1,2505.11,848.514,47.678,0.56702,86400,0,0,3660,0,0,0,0,0),(42711,7329,129,1,1,0,1,2502.49,854.987,47.678,6.09667,86400,0,0,3660,0,0,0,0,0),(42710,7343,129,1,1,0,0,2464.93,1016.69,24.3579,5.19069,86400,0,1,305,0,2,0,0,0),(42709,7343,129,1,1,0,0,2463.37,1015.05,24.3318,5.16063,86400,0,1,305,0,2,0,0,0),(42708,2110,129,1,1,0,0,2436.46,938.903,36.0352,3.08782,86400,5,0,1,0,1,0,0,0),(42707,7344,129,1,1,0,1,2435.25,941.115,36.3236,1.37881,86400,0,0,1403,0,0,0,0,0),(42706,7348,129,1,1,0,0,2437.93,947.161,35.9655,2.56806,86400,0,0,3660,0,0,0,0,0),(42705,7344,129,1,1,0,1,2441.98,942.201,35.4881,0.943392,86400,0,0,1403,0,0,0,0,0),(42704,7344,129,1,1,0,1,2438.66,935.016,35.5474,2.16991,86400,0,0,1403,0,0,0,0,0),(42703,7352,129,1,1,0,0,2446.11,938.189,35.1279,0.437342,86400,0,0,3027,1067,0,0,0,0),(42702,7337,129,1,1,0,0,2546.83,858.142,51.1979,1.71377,86400,0,0,3027,1067,0,0,0,0),(42701,7329,129,1,1,0,1,2552.09,859.259,51.6473,4.33457,86400,0,0,3660,0,0,0,0,0),(42700,7328,129,1,1,0,1,2503.81,862.563,47.7613,5.02056,86400,0,0,3660,0,0,0,0,0),(42699,7329,129,1,1,0,1,2521.25,865.376,47.7613,3.9555,86400,2,0,3660,0,1,0,0,0),(42698,7344,129,1,1,0,1,2465.06,912.662,26.7746,4.53875,86400,0,0,1403,0,0,0,0,0),(42697,4076,129,1,1,0,0,2513.62,868.48,47.6034,1.08098,86400,5,0,8,0,1,0,0,0),(42696,7341,129,1,1,0,0,2465,890.982,28.7014,1.41227,86400,0,0,2706,2680,0,0,0,0),(42695,7352,129,1,1,0,0,2467.07,891.052,28.4543,1.44223,86400,0,0,3027,1067,0,0,0,0),(42694,7346,129,1,1,0,1,2448.97,974.833,36.1718,3.88879,86400,0,0,1469,0,0,0,0,0),(42693,7347,129,1,1,0,0,2454.7,977.548,35.7163,4.43857,86400,0,0,3831,0,0,0,0,0),(42692,7347,129,1,1,0,0,2451.44,967.506,36.062,4.30387,86400,0,0,3831,0,0,0,0,0),(42691,7344,129,1,1,0,1,2464.48,920.529,26.0583,3.2304,86400,0,0,1403,0,0,0,0,0),(42690,7348,129,1,1,0,0,2470.26,920.407,25.7429,0.488461,86400,0,0,3660,0,0,0,0,0),(42689,7352,129,1,1,0,0,2470.12,913.654,26.6391,1.6057,86400,0,0,3027,1067,0,0,0,0),(42688,4076,129,1,1,0,0,2473.95,937.461,23.6142,0.242329,86400,5,0,8,0,1,0,0,0),(42687,7348,129,1,1,0,0,2473.36,993.727,23.3727,2.87391,86400,0,0,3660,0,0,0,0,0),(42684,7344,129,1,1,0,1,2472.65,986.829,23.6995,5.35144,86400,0,0,1403,0,0,0,0,0),(42683,2110,129,1,1,0,0,2478.27,939.002,23.3457,0.682118,86400,5,0,1,0,1,0,0,0),(42682,7346,129,1,1,0,1,2457.98,971.792,36.5285,4.31884,86400,0,0,1469,0,0,0,0,0),(42681,7341,129,1,1,0,0,2480.11,939.406,23.4132,4.81941,86400,0,1,2706,2680,2,0,0,0),(42678,7352,129,1,1,0,0,2478.47,940.218,23.2707,4.81938,86400,0,1,3027,1067,2,0,0,0),(42677,7328,129,1,1,0,1,2497.72,936.63,48.5002,0.538688,86400,0,0,3660,0,0,0,0,0),(42676,2110,129,1,1,0,0,2538.41,876.342,47.678,0.56715,86400,5,0,1,0,1,0,0,0),(42675,7337,129,1,1,0,0,2541.38,883.627,47.9254,2.88717,86400,1,0,3027,1067,1,0,0,0),(42674,7329,129,1,1,0,1,2541.62,878.335,47.8833,4.3058,86400,0,0,3660,0,0,0,0,0),(42673,7328,129,1,1,0,1,2536.95,878.409,47.7471,1.43083,86400,0,0,3660,0,0,0,0,0),(42672,7329,129,1,1,0,1,2497.61,933.122,48.3386,2.33214,86400,0,0,3660,0,0,0,0,0),(42671,7329,129,1,1,0,1,2495.28,927.812,48.6501,5.84932,86400,0,0,3660,0,0,0,0,0),(39533,7329,129,1,1,0,1,2510.35,913.881,46.5355,0.894557,86400,0,0,3660,0,0,0,0,0),(15102,11680,1,1,1,11869,1,1428.64,-2319.68,93.5165,3.22239,275,5,0,684,693,1,0,0,0),(15101,3487,1,1,1,4097,1,-550.864,-2673.2,95.8709,0.715585,275,0,0,617,0,0,0,0,0),(15100,3231,1,1,1,1034,0,894.119,-3787.17,16.6159,-0.398671,275,0,0,222,0,0,0,0,0),(15099,3486,1,1,1,3875,1,-539.841,-2672.23,95.8709,2.23402,275,0,0,449,0,0,0,0,0),(15098,3485,1,1,1,3873,1,-528.839,-2671.6,95.8709,2.53073,275,0,0,417,0,0,0,0,0),(15097,3484,1,1,1,4094,1,-529.43,-2667.07,95.8709,3.28122,275,0,0,713,0,0,0,0,0),(15096,3483,1,1,1,3872,1,-350.079,-2566.59,97.4414,2.68781,275,0,0,531,0,0,0,0,0),(15095,7067,1,1,1,5832,1,1207.27,-2954.4,91.7917,2.2891,275,0,0,573,0,2,0,0,0),(15094,7067,1,1,1,5832,1,1209.1,-2953.97,91.7917,2.16971,275,0,0,573,0,2,0,0,0),(15093,3482,1,1,1,4095,1,-416.915,-2614.44,95.7625,2.75762,275,0,0,300,0,0,0,0,0),(15092,3481,1,1,1,3868,1,-410.837,-2612.91,95.8219,2.35619,275,0,0,300,0,0,0,0,0),(15091,3480,1,1,1,3867,1,-451.129,-2684.29,95.7333,1.88496,275,0,0,417,0,0,0,0,0),(15090,5784,1,1,1,4288,1,-809.578,-2035.4,97.234,1.36136,275,0,0,896,0,0,0,0,0),(15089,3479,1,1,1,3869,1,-356.996,-2568.86,95.8708,3.35103,275,0,0,1342,0,0,0,0,0),(15088,5783,1,1,1,4291,1,-799.152,-2027.68,97.3228,3.66519,275,0,0,840,0,0,0,0,0),(15087,3478,1,1,1,3865,1,-340.694,-2575.09,97.6699,3.03687,275,0,0,1107,0,0,0,0,0),(15086,3477,1,1,1,3866,1,-343.921,-2558.13,97.9411,3.29867,275,0,0,417,0,0,0,0,0),(15085,3476,1,1,1,846,0,-2025.94,-3814.75,-7.26146,3.77136,275,0,0,840,0,0,0,0,0),(15084,3986,1,1,1,3842,1,318.999,-2263.8,243.122,4.97419,275,0,0,573,1633,0,0,0,0),(15083,3474,1,1,1,1241,0,-1837.25,-2188.44,94.937,0.149199,275,0,0,573,0,2,0,0,0),(15082,3473,1,1,1,10934,0,-2509.89,-2377.26,92.4167,0.187438,275,0,0,664,0,2,0,0,0),(15081,3472,1,1,1,2699,0,-3854.66,-1752.77,93.4167,1.86562,275,0,0,713,0,0,0,0,0),(15080,3471,1,1,1,7048,1,910.296,-2731.76,99.9028,3.90954,275,0,0,356,0,0,0,0,0),(15079,3470,1,1,1,5047,1,317.657,-2236.17,212.109,2.75762,19900,0,0,328,0,0,0,0,0),(15078,5774,1,1,1,2326,0,-381.542,-2625.43,95.7435,3.89208,275,0,0,42,0,0,0,0,0),(15077,5774,1,1,1,2326,0,-386.021,-2621.25,95.7438,3.80482,275,0,0,42,0,0,0,0,0),(15076,7310,1,1,1,5832,1,1223.83,-2921.81,93.2948,1.75548,275,0,0,713,0,0,0,0,0),(15075,7310,1,1,1,5832,1,1227.4,-2920.36,93.2948,0.929012,275,0,0,713,0,0,0,0,0),(15074,10380,1,1,1,9772,1,-2374.26,-1948.79,96.1699,1.0472,275,0,0,328,0,0,0,0,0),(15073,10636,1,1,1,7933,0,1045.73,-2127.23,124.166,5.65487,275,0,0,1003,0,0,0,0,0),(15072,10636,1,1,1,7933,0,1044.77,-2133.54,124.249,0.418879,275,0,0,1003,0,0,0,0,0),(15071,7308,1,1,1,7239,0,1228.97,-2915.53,107.089,5.97962,275,0,0,573,0,2,0,0,0),(15070,7308,1,1,1,7240,0,1234.63,-2931.05,107.019,0.61149,275,0,0,573,0,0,0,0,0),(15069,7307,1,1,1,7235,0,1219.03,-2928.51,120.677,1.96323,275,0,0,617,0,2,0,0,0),(15068,7307,1,1,1,7236,0,1222.56,-2914.28,120.677,3.78877,275,0,0,617,0,2,0,0,0),(15067,7307,1,1,1,7235,0,1238.85,-2925.31,120.677,4.77334,275,0,0,617,0,2,0,0,0),(15066,3467,1,1,1,797,1,-1571.79,-3884.28,16.2173,3.83286,275,0,0,356,0,0,0,0,0),(15065,3466,1,1,1,6086,0,-2579.17,-2087.5,92.6667,1.57084,275,20,0,494,0,1,0,0,0),(15064,3466,1,1,1,6086,0,-2548.75,-1882.23,92.7916,6.05436,275,20,0,494,0,1,0,0,0),(15063,3466,1,1,1,6086,0,-2391.73,-2257.74,91.9305,6.11041,275,20,0,494,0,1,0,0,0),(15062,3466,1,1,1,6086,0,-2538.86,-2042.07,94.1667,0.505401,275,20,0,494,0,1,0,0,0),(15061,3466,1,1,1,6086,0,-2531.81,-1887.55,92.9111,6.06657,275,20,0,494,0,1,0,0,0),(15060,3466,1,1,1,6086,0,-2382.71,-2288.71,92.0803,1.48863,275,20,0,494,0,1,0,0,0),(15059,3466,1,1,1,6086,0,-2612.99,-2062.32,91.7917,5.15188,275,20,0,494,0,1,0,0,0),(15058,3466,1,1,1,6086,0,-2452.25,-2322.89,94.6814,1.78121,275,20,0,494,0,1,0,0,0),(15057,3466,1,1,1,6086,0,-2508.27,-2219.36,92.0364,4.90571,275,20,0,494,0,1,0,0,0),(15056,3466,1,1,1,6086,0,-2321.01,-2348.9,94.8627,2.85828,275,20,0,494,0,1,0,0,0),(15055,3466,1,1,1,6086,0,-2598.11,-2325.47,92.4119,3.5616,275,20,0,494,0,1,0,0,0),(15054,3466,1,1,1,6086,0,-2632.91,-2273.04,92.1886,5.76792,275,20,0,494,0,1,0,0,0),(15053,3466,1,1,1,6086,0,-2555.85,-2309.39,92.2748,4.41719,275,20,0,494,0,1,0,0,0),(15052,3466,1,1,1,6086,0,-2681.04,-2101.74,95.4878,1.45928,275,20,0,494,0,1,0,0,0),(15051,3466,1,1,1,6086,0,-2621.5,-2118.47,93.9662,5.72769,275,20,0,494,0,1,0,0,0),(15050,3466,1,1,1,6086,0,-2659.04,-1944.09,98.9418,0.285279,275,20,0,494,0,1,0,0,0),(15049,3466,1,1,1,6086,0,-2620.88,-1921.3,97.2567,2.09175,275,20,0,494,0,1,0,0,0),(15048,3466,1,1,1,6086,0,-2282.94,-2312.8,93.9579,2.43084,275,20,0,494,0,1,0,0,0),(15047,3466,1,1,1,6086,0,-2536.75,-2256.48,94.4442,0.106542,275,20,0,494,0,1,0,0,0),(15046,3466,1,1,1,6086,0,-2446.94,-2433.79,91.961,1.4651,275,20,0,494,0,1,0,0,0),(15045,3466,1,1,1,6086,0,-2762.9,-2236.18,93.0417,2.34432,275,20,0,494,0,1,0,0,0),(33694,7337,129,1,1,0,0,2500.72,940.689,48.6518,5.07891,86400,0,0,3027,1067,0,0,0,0),(32011,2110,129,1,1,0,0,2508.49,923.693,46.66,2.68722,86400,5,0,1,0,1,0,0,0),(32010,2110,129,1,1,0,0,2531.98,912.364,46.1862,4.73356,86400,5,0,1,0,1,0,0,0),(32009,7337,129,1,1,0,0,2514.52,916.985,46.1069,4.10141,86400,0,0,3027,1067,0,0,0,0),(31980,7334,129,1,1,0,0,2546.41,885.836,47.6967,5.68062,86400,0,1,1536,0,2,0,0,0),(31979,7328,129,1,1,0,1,2545.39,905.981,46.4538,5.02576,86400,0,0,3660,0,0,0,0,0),(31978,7329,129,1,1,0,1,2538.61,911.687,46.1769,1.27834,86400,0,0,3660,0,0,0,0,0),(31977,7344,129,1,1,0,1,2481.96,995.563,23.798,2.49086,86400,0,0,1403,0,0,0,0,0),(31976,7352,129,1,1,0,0,2480.73,989.421,23.7133,4.44082,86400,0,0,3027,1067,0,0,0,0),(15358,2356,0,1,1,3201,0,-973.241,-54.3898,21.0261,5.02128,300,3,0,944,0,1,0,0,0),(52142,11043,329,1,1,10534,1,3473.06,-3093.76,136.629,3.68265,86400,0,0,8613,0,0,0,0,0),(716,4624,0,1,1,7102,1,-14471.4,468.459,36.5393,4.29351,300,0,0,22758,0,0,0,0,0),(715,4624,0,1,1,7102,1,-14458.3,427.056,25.1599,5.40886,300,0,0,22758,0,0,0,0,0),(700,4624,0,1,1,7104,1,-14463.3,502.349,26.2722,5.70723,300,0,0,22758,0,0,0,0,0),(699,4624,0,1,1,7102,1,-14427.2,456.51,15.3394,4.4855,300,0,0,22758,0,0,0,0,0),(698,4624,0,1,1,7102,1,-14427,522.174,4.9749,5.72468,300,0,0,22758,0,0,0,0,0),(697,4624,0,1,1,7104,1,-14405.4,410.595,27.82,0.890118,300,0,0,22758,0,0,0,0,0),(696,4624,0,1,1,7103,1,-14457.2,494.87,26.2741,1.02974,300,0,0,22758,0,0,0,0,0),(695,4624,0,1,1,7102,1,-14440.3,404.942,27.5281,2.06214,300,0,0,22758,0,0,0,0,0),(694,4624,0,1,1,7103,1,-14458.1,488.626,15.2077,1.93731,300,0,0,22758,0,0,0,0,0),(693,4624,0,1,1,7104,1,-14481.5,437.249,34.3722,6.17846,300,0,0,22758,0,0,0,0,0),(692,4624,0,1,1,7102,1,-14416.5,521.15,4.99321,3.97935,300,0,0,22758,0,0,0,0,0),(691,1147,0,1,1,4371,0,-12410.2,203.675,2.43441,0.034907,300,0,0,1753,0,0,0,0,0),(690,5814,0,1,1,4353,1,-12434.4,211.559,2.44848,0.907571,300,0,0,1003,0,0,0,0,0),(689,4624,0,1,1,7104,1,-14461,502.943,15.2054,4.76475,300,0,0,22758,0,0,0,0,0),(688,4624,0,1,1,7102,1,-14449,436.208,3.8145,1.06465,300,0,0,22758,0,0,0,0,0),(687,4624,0,1,1,7102,1,-14441.9,481.137,15.1943,4.57276,300,0,0,22758,0,0,0,0,0),(686,4624,0,1,1,7102,1,-14300,522.794,8.73594,4.2361,300,0,0,22758,0,2,0,0,0),(683,4624,0,1,1,7103,1,-14352.8,378.367,23.6098,1.65806,300,0,0,22758,0,0,0,0,0),(682,4624,0,1,1,7104,1,-14472,483.995,20.465,0.628319,300,0,0,22758,0,0,0,0,0),(681,4624,0,1,1,7103,1,-14343.7,450.156,7.55052,5.58505,300,0,0,22758,0,0,0,0,0),(680,4624,0,1,1,7102,1,-14460.2,451.198,4.13525,5.98648,300,0,0,22758,0,0,0,0,0),(679,4624,0,1,1,7104,1,-14376.6,386.156,22.5742,4.85202,300,0,0,22758,0,0,0,0,0),(678,2699,0,1,1,7170,0,-14404,402.896,23.1433,1.39626,300,0,0,2059,0,0,0,0,0),(677,11346,0,1,1,11158,1,-11880.9,-1067.96,96.9322,4.35853,1800,0,0,6273,6351,0,0,0,0),(676,2522,0,1,1,613,0,-14744.3,-108.589,2.14965,4.57074,300,10,0,1902,0,1,0,0,0),(675,2522,0,1,1,613,0,-14851.9,-245.429,5.23979,4.92894,300,10,0,1902,0,1,0,0,0),(674,691,0,1,1,5561,0,-12210.5,951.196,-12.2093,1.80938,300,5,0,1469,0,1,0,0,0),(673,1152,0,1,1,833,0,-11981.7,-417.92,-13.3983,1.76213,300,5,0,1403,0,1,0,0,0),(672,905,0,1,1,705,0,-12583.2,-50.2432,7.11872,0.718373,300,5,0,1107,0,1,0,0,0),(671,905,0,1,1,705,0,-12083.7,-359.335,-6.87913,3.92098,300,5,0,1107,0,1,0,0,0),(670,905,0,1,1,705,0,-12259.7,-320.112,-0.04512,0.221858,300,5,0,1107,0,1,0,0,0),(669,879,0,1,1,1079,1,-12233.3,742.54,-49.3907,3.69735,1800,5,0,1403,0,1,0,0,0),(668,879,0,1,1,1079,1,-12229.9,716.409,-60.5316,2.5581,1800,5,0,1403,0,1,0,0,0),(667,3624,0,1,1,4292,1,-12399.8,235.511,2.21116,4.93928,300,0,0,1753,0,0,0,0,0),(666,2856,0,1,1,4364,0,-12335.5,163.185,2.9533,2.70526,300,0,0,1753,0,0,0,0,0),(665,1064,0,1,1,4368,1,-12382.9,234.091,2.91947,1.29154,300,0,0,11828,0,0,0,0,0),(664,1064,0,1,1,4368,1,-12367,223.998,3.35305,4.43314,300,0,0,11828,0,0,0,0,0),(663,1381,0,1,1,4373,0,-12357.7,142.379,4.56038,0.628319,300,0,0,1753,0,0,0,0,0),(662,1385,0,1,1,4365,0,-12398.2,195.151,2.43474,0.017453,300,0,0,1342,0,0,0,0,0),(661,16096,0,1,1,11375,1,-12434.5,195.617,31.3747,1.15192,1800,0,0,31905,0,0,0,0,0),(660,1064,0,1,1,4369,1,-12384.4,147.201,2.63026,1.5708,300,0,0,11828,0,0,0,0,0),(659,1064,0,1,1,4368,1,-12332.8,190.914,25.6026,0.069813,300,0,0,11828,0,0,0,0,0),(658,783,0,1,1,4623,1,-13055,-536.844,93.256,1.93373,300,5,0,2059,0,1,0,0,0),(657,4624,0,1,1,7103,1,-14314.8,435.161,22.9064,1.7562,300,0,0,22758,0,0,0,0,0),(656,4624,0,1,1,7104,1,-14405.2,421.24,8.37934,2.60319,300,0,0,22758,0,2,0,0,0),(655,4624,0,1,1,7103,1,-14293.2,557.623,8.74147,5.21853,300,0,0,22758,0,0,0,0,0),(654,4624,0,1,1,7102,1,-14433.1,418.157,8.8236,0.665366,300,0,0,22758,0,0,0,0,0),(653,4624,0,1,1,7103,1,-14450.4,443.711,4.15101,2.18166,300,0,0,22758,0,0,0,0,0),(652,4624,0,1,1,7102,1,-14444.3,393.037,32.0601,1.51844,300,0,0,22758,0,0,0,0,0),(651,4624,0,1,1,7104,1,-14454.3,434.848,15.1883,5.24977,300,0,0,22758,0,0,0,0,0),(6942,92,0,1,1,171,0,-7281.54,-3182.07,296.312,0.824036,300,5,0,1678,0,1,0,0,0),(15044,3466,1,1,1,6086,0,-2950.14,-2089.21,92.0972,1.58065,275,20,0,494,0,1,0,0,0),(6941,2727,0,1,1,161,0,-6461.71,-3285.31,241.792,1.91987,300,10,0,1403,0,1,0,0,0),(54725,11791,349,1,1,11338,1,580.809,-384.172,-51.936,0.383972,86400,0,0,5148,0,0,0,0,0),(54127,12219,349,1,1,12347,0,918.115,-341.832,-49.529,1.06465,86400,1,0,8316,0,1,0,0,0),(54126,2914,349,1,1,1206,0,911.326,-329.779,-49.3715,0.279253,86400,10,0,8,0,1,0,0,0),(650,4624,0,1,1,7104,1,-14445.7,519.022,26.399,5.34071,300,0,0,22758,0,0,0,0,0),(649,4624,0,1,1,7104,1,-14437.5,462.809,3.90781,3.56047,300,0,0,22758,0,0,0,0,0),(15043,3466,1,1,1,6086,0,-2715.11,-2154.07,93.5417,5.59093,275,20,0,494,0,1,0,0,0),(54724,11791,349,1,1,11338,1,581.786,-390.249,-51.936,0.820305,86400,0,0,5148,0,0,0,0,0),(54723,11791,349,1,1,11338,1,614.951,-400.142,-51.936,2.23402,86400,0,0,5148,0,0,0,0,0),(15042,3466,1,1,1,6086,0,-2486.04,-1782.38,93.2917,2.29938,275,20,0,494,0,1,0,0,0),(15041,3466,1,1,1,6086,0,-2504.48,-2442.21,92.1205,0.21655,275,20,0,494,0,1,0,0,0),(15040,3466,1,1,1,6086,0,-3148.13,-2116.1,91.7917,3.91525,275,20,0,494,0,1,0,0,0),(15039,3466,1,1,1,6086,0,-2752.79,-1910.43,91.7917,3.98575,275,3,0,494,0,1,0,0,0),(15038,3466,1,1,1,6086,0,-2781.98,-2205.49,95.7917,0.72744,275,20,0,494,0,1,0,0,0),(15037,3466,1,1,1,6086,0,-3069.21,-2108.44,92.1253,5.87983,275,20,0,494,0,1,0,0,0),(15036,3466,1,1,1,6086,0,-2981.51,-2023.31,93.8502,5.31448,275,20,0,494,0,1,0,0,0),(15035,3466,1,1,1,6086,0,-2817.2,-2093.72,95.6056,1.84983,275,20,0,494,0,1,0,0,0),(15034,3466,1,1,1,6086,0,-2753.02,-2128.84,94.4154,3.62707,275,20,0,494,0,1,0,0,0),(15033,10378,1,1,1,9771,1,-2384.08,-1880.94,95.9336,6.05629,600,0,0,17742,0,0,0,0,0),(15032,3466,1,1,1,6086,0,-2920.79,-1940.51,92.1276,1.80155,275,3,0,494,0,1,0,0,0),(15031,3465,1,1,1,19805,0,-2100.96,-3656.17,61.7993,0.942478,275,0,0,386,0,0,0,0,0),(15030,5768,1,1,1,4290,1,-802.192,-2039.24,96.6199,1.79769,275,0,0,300,0,0,0,0,0),(15029,3464,1,1,1,3846,1,-435.952,-2639.21,96.3588,3.35103,275,0,0,713,0,0,0,0,0),(15028,3463,1,1,1,2193,0,-2344.1,-2388.69,92.9167,2.63587,275,20,0,417,0,1,0,0,0),(15027,3463,1,1,1,2193,0,-2147,-2635.68,94.1137,1.36866,275,20,0,417,0,1,0,0,0),(15026,3463,1,1,1,2193,0,-2201.64,-1897.3,91.7917,5.69059,275,20,0,417,0,1,0,0,0),(15025,3463,1,1,1,2193,0,-1949.63,-1828.1,92.2881,1.54118,275,20,0,417,0,1,0,0,0),(15024,3463,1,1,1,2193,0,-2001.64,-2650.68,92.246,5.83088,275,20,0,417,0,1,0,0,0),(15023,3463,1,1,1,2193,0,-2069.49,-2482,92.6778,6.17746,275,20,0,417,0,1,0,0,0),(15022,3463,1,1,1,2193,0,-2184.61,-1978.1,91.7917,0.014639,275,20,0,417,0,1,0,0,0),(15021,3463,1,1,1,2193,0,-1977.85,-2516.18,95.1001,4.321,275,20,0,417,0,1,0,0,0),(15020,3463,1,1,1,2193,0,-1715.09,-2016.92,92.2278,2.26064,275,20,0,417,0,1,0,0,0),(15019,3463,1,1,1,2193,0,-1791.32,-1758.16,94.3563,1.53956,275,20,0,417,0,1,0,0,0),(15018,3463,1,1,1,2193,0,-1547.45,-1846.95,93.8333,3.54683,275,20,0,417,0,1,0,0,0),(15017,3463,1,1,1,2193,0,-1441.4,-1673.5,91.7916,0.469257,275,20,0,417,0,1,0,0,0),(15016,3463,1,1,1,2193,0,-1517.38,-2013.85,93.7917,1.7398,275,20,0,417,0,1,0,0,0),(10993,22940,530,1,1,0,0,-2067.37,5287.16,-37.3222,3.62385,25,0,0,4731,2790,0,0,0,0),(15015,3463,1,1,1,2193,0,-2149.45,-2782.12,91.7917,0.366449,275,3,0,417,0,1,0,0,0),(15014,3463,1,1,1,2193,0,-1713.39,-2109.57,91.7917,5.66141,275,20,0,417,0,1,0,0,0),(15013,3463,1,1,1,2193,0,-1994.87,-1805.37,91.7917,2.64893,275,20,0,417,0,1,0,0,0),(15012,3463,1,1,1,2193,0,-1443.78,-2094.11,86.1619,5.64494,275,20,0,417,0,1,0,0,0),(15011,3463,1,1,1,2193,0,-1811.32,-2180.48,93.2212,1.80229,275,20,0,417,0,1,0,0,0),(15010,3463,1,1,1,2193,0,-2252.5,-1883.41,94.063,2.83923,275,20,0,417,0,1,0,0,0),(15009,3463,1,1,1,2193,0,-1591.43,-1954.78,92.7869,3.36582,275,20,0,417,0,1,0,0,0),(15008,3463,1,1,1,2193,0,-1482.94,-1828.71,94.7423,1.55322,275,20,0,417,0,1,0,0,0),(15007,3463,1,1,1,2193,0,-1760.85,-1851.93,93.4297,4.8043,275,20,0,417,0,1,0,0,0),(15006,3463,1,1,1,2193,0,-2230.34,-2659.81,91.7917,1.42813,275,20,0,417,0,1,0,0,0),(15005,3463,1,1,1,2193,0,-2087.13,-2314.46,95.3892,5.82848,275,20,0,417,0,1,0,0,0),(15004,3463,1,1,1,2193,0,-2217.1,-2049.94,92.7684,0.088005,275,20,0,417,0,1,0,0,0),(15003,3463,1,1,1,2193,0,-2195.98,-2447.72,96.7016,3.3719,275,20,0,417,0,1,0,0,0),(15002,3463,1,1,1,2193,0,-2172.47,-2292.23,96.3885,2.20375,275,20,0,417,0,1,0,0,0),(15001,3463,1,1,1,2193,0,-1500.99,-1715.85,92.7305,3.17868,275,20,0,417,0,1,0,0,0),(15000,3463,1,1,1,2193,0,-1682.9,-1969.19,93.622,0.495065,275,20,0,417,0,1,0,0,0),(14999,3463,1,1,1,2193,0,-2176.88,-2380.22,92.9466,6.22649,275,20,0,417,0,1,0,0,0),(14998,3463,1,1,1,2193,0,-2077.65,-2712.55,93.2176,4.1526,275,20,0,417,0,1,0,0,0),(14997,3463,1,1,1,2193,0,-1578.75,-2219.47,94.2712,4.00103,275,20,0,417,0,1,0,0,0),(14996,3463,1,1,1,2193,0,-1822.53,-2105.59,91.7917,2.87952,275,20,0,417,0,1,0,0,0),(14995,3463,1,1,1,2193,0,-1824.94,-1786.47,92.0417,3.5027,275,20,0,417,0,1,0,0,0),(14994,3463,1,1,1,2193,0,-1485.26,-2048.18,83.8851,1.60984,275,20,0,417,0,1,0,0,0),(14993,3463,1,1,1,2193,0,-2441.59,-2508.11,95.6667,1.79697,275,3,0,417,0,1,0,0,0),(14992,3463,1,1,1,2193,0,-1848.71,-2250.94,94.2983,6.23151,275,20,0,417,0,1,0,0,0),(14991,3463,1,1,1,2193,0,-2215.38,-2121.73,92.4166,4.93294,275,20,0,417,0,1,0,0,0),(14990,3463,1,1,1,2193,0,-1621.78,-2042.67,91.8995,3.09966,275,20,0,417,0,1,0,0,0),(14989,5767,1,1,1,4289,1,-796.8,-2037.08,96.8029,2.86234,275,0,0,300,0,0,0,0,0),(14988,3463,1,1,1,2193,0,-1984.55,-2023.8,92.5843,3.01046,275,20,0,417,0,1,0,0,0),(14987,3463,1,1,1,2193,0,-2118.18,-2437.56,92.9489,3.50105,275,20,0,417,0,1,0,0,0),(14986,6791,1,1,1,7153,1,-1050.04,-3664.8,23.9684,6.00393,275,0,0,1342,0,0,0,0,0),(151849,24322,571,1,2,0,1,917.627,-5553.71,190.211,4.55531,300,0,0,1,0,0,0,0,0),(151848,24322,571,1,2,0,1,901.457,-5555.41,194.423,5.14872,300,0,0,1,0,0,0,0,0),(151847,24322,571,1,2,0,1,919.95,-5557.88,190.156,4.43314,300,0,0,1,0,0,0,0,0),(151846,24322,571,1,2,0,1,907.657,-5558.53,194.032,4.97419,300,0,0,1,0,0,0,0,0),(151845,24322,571,1,2,0,1,918.76,-5563.74,190.615,4.39823,300,0,0,1,0,0,0,0,0),(151844,24322,571,1,2,0,1,914.562,-5522.9,194.128,4.67748,300,0,0,1,0,0,0,0,0),(151843,24322,571,1,2,0,1,918.258,-5544.25,189.321,4.57276,300,0,0,1,0,0,0,0,0),(151842,24322,571,1,2,0,1,907.117,-5537.4,192.382,4.86947,300,0,0,1,0,0,0,0,0),(151841,24322,571,1,2,0,1,911.65,-5561.34,193.474,4.79965,300,0,0,1,0,0,0,0,0),(14976,8582,1,1,1,7889,1,1246.34,-2253.31,108.372,2.96706,275,0,0,1107,0,0,0,0,0),(14975,3461,1,1,1,6368,0,-1311.25,-3017.22,84.1451,2.35619,275,0,0,328,0,0,0,0,0),(14974,3461,1,1,1,6368,0,-1316.63,-3044.07,85.2496,4.34587,275,0,0,328,0,0,0,0,0),(14973,3461,1,1,1,6368,0,-1334.19,-3014.49,91.2894,0.532714,275,5,0,328,0,1,0,0,0),(14972,3461,1,1,1,6368,0,-1282.15,-2978.69,81.5856,0.963961,275,5,0,328,0,1,0,0,0),(14971,3461,1,1,1,6368,0,-1220.71,-2984.88,81.8145,2.38666,275,5,0,328,0,1,0,0,0),(14970,3461,1,1,1,6368,0,-1251.33,-2982.91,80.604,3.02877,275,5,0,328,0,1,0,0,0),(14969,3461,1,1,1,6368,0,-1291.18,-2959.77,90.3159,5.65487,275,0,0,328,0,0,0,0,0),(14968,3461,1,1,1,6368,0,-1240.82,-2950.69,92.3646,0.905814,275,5,0,328,0,1,0,0,0),(14967,3461,1,1,1,6368,0,-1252.16,-3060.85,90.4883,5.6007,275,5,0,328,0,1,0,0,0),(14966,3461,1,1,1,6368,0,-1117.6,-2031.12,85.6693,3.40031,275,5,0,328,0,1,0,0,0),(14965,3461,1,1,1,6368,0,-1254.22,-3011.18,81.3683,2.14174,275,5,0,328,0,1,0,0,0),(14964,3461,1,1,1,6368,0,-1045.78,-2080.94,51.0776,6.26555,275,5,0,328,0,1,0,0,0),(14963,3461,1,1,1,6368,0,-1050.47,-2023.29,66.1531,1.31279,275,5,0,328,0,1,0,0,0),(14962,3461,1,1,1,6368,0,-1052.88,-2203.54,82.3212,5.10208,275,5,0,328,0,1,0,0,0),(14961,3461,1,1,1,6368,0,-1284.34,-3018.71,73.7016,2.10564,275,5,0,328,0,1,0,0,0),(14960,3461,1,1,1,6368,0,-1090.26,-2081.36,62.5722,2.26184,275,5,0,328,0,1,0,0,0),(14959,3461,1,1,1,6368,0,-1053.58,-2116.91,63.4102,3.91752,275,5,0,328,0,1,0,0,0),(14958,3461,1,1,1,6368,0,-1190.59,-3013.13,93.8572,1.82147,275,5,0,328,0,1,0,0,0),(14957,3461,1,1,1,6368,0,-1084.52,-2248.63,78.6269,4.02439,275,5,0,328,0,1,0,0,0),(14956,3461,1,1,1,6368,0,-1024.42,-2011.46,77.5684,0.839715,275,5,0,328,0,1,0,0,0),(14955,3461,1,1,1,6368,0,-978.042,-2061.38,76.3325,5.72543,275,5,0,328,0,1,0,0,0),(14954,3461,1,1,1,6368,0,-1091.65,-2184.83,65.979,3.07342,275,5,0,328,0,1,0,0,0),(14953,3461,1,1,1,6368,0,-1223.93,-3048.36,93.7596,4.3571,275,5,0,328,0,1,0,0,0),(14952,3461,1,1,1,6368,0,-1043.49,-2054.37,63.6424,2.64002,275,5,0,328,0,1,0,0,0),(14951,3461,1,1,1,6368,0,-1105.09,-2214.58,70.8436,6.0188,275,5,0,328,0,1,0,0,0),(14950,3461,1,1,1,6368,0,-1062.42,-2137.31,65.3661,5.59636,275,5,0,328,0,1,0,0,0),(14949,3461,1,1,1,6368,0,-1074.92,-2095.66,60.0722,2.04771,275,5,0,328,0,1,0,0,0),(14948,3461,1,1,1,6368,0,-1085.62,-2117.11,62.6041,3.17965,275,5,0,328,0,1,0,0,0),(14947,3461,1,1,1,6368,0,-1093.22,-2238.89,74.6269,5.70332,275,5,0,328,0,1,0,0,0),(14946,3461,1,1,1,6368,0,-1130.84,-2252.62,80.4574,0.463648,275,5,0,328,0,1,0,0,0),(14945,3461,1,1,1,6368,0,-1082.63,-2150.72,65.4004,0.532896,275,5,0,328,0,1,0,0,0),(14944,3461,1,1,1,6368,0,-1076.84,-2057.31,69.2989,3.64396,275,5,0,328,0,1,0,0,0),(14943,3461,1,1,1,6368,0,-1281.78,-3054.53,83.598,4.8892,275,5,0,328,0,1,0,0,0),(14942,3461,1,1,1,6368,0,-1013.69,-2087.56,65.2322,2.28283,275,5,0,328,0,1,0,0,0),(14941,3461,1,1,1,6368,0,-1122.4,-2086.23,80.3876,0.232657,275,5,0,328,0,1,0,0,0),(14940,3461,1,1,1,6368,0,-1111.46,-2126.04,78.6348,1.78716,275,5,0,328,0,1,0,0,0),(14939,3461,1,1,1,6368,0,-1012.07,-2048.75,67.429,1.47745,275,5,0,328,0,1,0,0,0),(14938,6020,1,1,1,2835,0,-1480.63,-3977.07,-3.73841,4.71055,275,20,0,417,0,1,0,0,0),(14937,6020,1,1,1,2835,0,-1116.47,-3820.69,-24.2644,5.8991,275,20,0,417,0,1,0,0,0),(14936,6020,1,1,1,2835,0,-1074.33,-3844.84,-25.6434,0.663584,275,20,0,417,0,1,0,0,0),(14935,6020,1,1,1,2835,0,-1247.07,-3950.29,-11.7909,6.11514,275,20,0,417,0,1,0,0,0),(14934,6020,1,1,1,2835,0,-1709.36,-3958.65,-5.94327,5.69862,275,20,0,417,0,1,0,0,0),(14933,6020,1,1,1,2835,0,-920.619,-3977.64,-53.1573,1.9803,275,20,0,417,0,1,0,0,0),(14932,6020,1,1,1,2835,0,-944.337,-4010.75,-56.4463,3.92718,275,20,0,417,0,1,0,0,0),(14931,6020,1,1,1,2835,0,-2113.89,-3880.76,-9.3266,3.84683,275,20,0,417,0,1,0,0,0),(14930,6020,1,1,1,2835,0,-1751.13,-3922.36,-2.49935,1.60433,275,20,0,417,0,1,0,0,0),(14929,6020,1,1,1,2835,0,-1673.8,-3982.2,-1.58122,0.500623,275,20,0,417,0,1,0,0,0),(14928,6020,1,1,1,2835,0,-2052.96,-3816.56,-6.50129,2.26989,275,20,0,417,0,1,0,0,0),(14927,6020,1,1,1,2835,0,-1643.48,-4014.59,0.330268,4.23738,275,20,0,417,0,1,0,0,0),(14926,6020,1,1,1,2835,0,-1786.47,-3890.24,-3.70966,1.35807,275,20,0,417,0,1,0,0,0),(14925,6020,1,1,1,2835,0,-1573.97,-4011.45,-6.4412,0.780819,275,20,0,417,0,1,0,0,0),(14924,6020,1,1,1,2835,0,-918.57,-3917.96,-40.01,1.63078,275,20,0,417,0,1,0,0,0),(14923,6020,1,1,1,2835,0,-887.954,-3939.1,-38.3178,5.42038,275,20,0,417,0,1,0,0,0),(14922,6020,1,1,1,2835,0,-1911.48,-3806.37,-9.39712,1.15931,275,20,0,417,0,1,0,0,0),(14921,6020,1,1,1,2835,0,-881.043,-3874.47,-12.2578,4.10054,275,20,0,417,0,1,0,0,0),(14920,6020,1,1,1,2835,0,-1980.51,-3817.54,-7.08373,1.41271,275,20,0,417,0,1,0,0,0),(14919,6020,1,1,1,2835,0,-2094.71,-3844.41,-9.28631,3.08823,275,3,0,417,0,1,0,0,0),(14918,6020,1,1,1,2835,0,-1616.86,-3993.28,-1.02718,1.76647,275,20,0,417,0,1,0,0,0),(14917,6020,1,1,1,2835,0,-919.33,-3856.08,-28.9752,2.82887,275,20,0,417,0,1,0,0,0),(14916,6020,1,1,1,2835,0,-1938.55,-3780.98,-4.69518,0.269965,275,20,0,417,0,1,0,0,0),(14915,3459,1,1,1,4751,1,-3878.83,-1609.59,91.7917,5.40887,275,10,0,664,0,1,0,0,0),(14914,3459,1,1,1,4751,1,-3843.41,-1612.88,94.6511,2.87875,275,10,0,664,0,1,0,0,0),(14913,3459,1,1,1,4751,1,-3861.17,-1645.63,92.0417,6.00067,275,5,0,664,0,1,0,0,0),(14912,3459,1,1,1,4751,1,-3828.55,-1646.49,91.9416,0.082748,275,15,0,664,0,1,0,0,0),(14911,3459,1,1,1,4751,1,-3844.49,-1513.32,110.776,1.08262,275,0,0,664,0,2,0,0,0),(14910,3459,1,1,1,4751,1,-3848.12,-1543.35,107.33,0.066438,275,0,0,664,0,0,0,0,0),(14909,3459,1,1,1,4751,1,-3773.91,-1542.83,89.7457,1.04511,275,5,0,664,0,1,0,0,0),(14908,3459,1,1,1,4751,1,-3705.8,-1637.19,93.9167,4.67075,275,3,0,664,0,1,0,0,0),(14907,3459,1,1,1,4751,1,-3905.14,-1655.28,91.9167,4.99218,275,0,0,664,0,0,0,0,0),(14906,3459,1,1,1,4751,1,-3885.93,-1505.84,138.421,2.35896,275,5,0,664,0,1,0,0,0),(14905,3459,1,1,1,4751,1,-3719.35,-1596.41,92.5417,5.39333,275,0,0,664,0,0,0,0,0),(14904,3459,1,1,1,4751,1,-3913.39,-1594.97,92.4167,0.460497,275,10,0,664,0,1,0,0,0),(14903,3459,1,1,1,4751,1,-3678.46,-1580.83,100.626,1.43135,275,0,0,664,0,0,0,0,0),(14902,3459,1,1,1,4751,1,-3719.58,-1645.6,91.9651,1.90456,275,15,0,664,0,1,0,0,0),(14901,3459,1,1,1,4751,1,-3744.86,-1572.2,92.4934,5.18684,275,5,0,664,0,1,0,0,0),(14900,3459,1,1,1,4751,1,-3939.9,-1636.86,91.7917,4.53459,275,5,0,664,0,1,0,0,0),(14899,3459,1,1,1,4751,1,-3711.8,-1563.59,91.7917,4.30051,275,5,0,664,0,1,0,0,0),(14870,3458,1,1,1,6095,1,-3948.73,-1750.06,93.8365,6.14356,275,15,0,544,581,1,0,0,0),(14852,3458,1,1,1,6095,1,-3894.82,-1638.85,91.7917,1.39713,275,0,0,544,581,0,0,0,0),(14483,3458,1,1,1,6095,1,-3852.93,-1575.41,94.0757,1.92807,275,5,0,544,581,1,0,0,0),(14482,3458,1,1,1,6095,1,-3874.58,-1637.57,91.7917,1.17373,275,0,0,544,581,0,0,0,0),(14481,3458,1,1,1,6095,1,-3811.32,-1554.8,99.0995,5.71862,275,5,0,544,581,1,0,0,0),(14480,3458,1,1,1,6095,1,-3850.66,-1480.51,125.171,2.99603,275,0,0,544,581,2,0,0,0),(14479,3458,1,1,1,6095,1,-3820.49,-1519.62,108.711,0.891577,275,0,0,544,581,0,0,0,0),(14478,3458,1,1,1,6095,1,-3715.32,-1690.89,93.4519,1.69765,275,15,0,544,581,1,0,0,0),(14477,3458,1,1,1,6095,1,-3735.15,-1547.96,109.243,0.332783,275,5,0,544,581,1,0,0,0),(14476,3458,1,1,1,6095,1,-3947.74,-1573.23,94.8549,1.3024,275,5,0,544,581,1,0,0,0),(14475,3458,1,1,1,6095,1,-4002.21,-1698.93,110.906,3.58,275,5,0,544,581,1,0,0,0),(14474,3458,1,1,1,6095,1,-3705.55,-1606.26,92.4891,3.14187,275,0,0,544,581,0,0,0,0),(14473,3458,1,1,1,6095,1,-3688.13,-1598.96,100.001,4.40844,275,5,0,544,581,1,0,0,0),(14472,3458,1,1,1,6095,1,-3983.66,-1817.99,92.4188,4.10065,275,15,0,544,581,1,0,0,0),(14471,3458,1,1,1,6095,1,-3897.72,-1590.44,91.7917,0.112415,275,10,0,544,581,1,0,0,0),(14470,3458,1,1,1,6095,1,-4019.68,-1880.3,92.0455,2.59425,275,5,0,544,581,1,0,0,0),(14469,3458,1,1,1,6095,1,-3936.95,-1611.9,92.5417,1.02684,275,5,0,544,581,1,0,0,0),(14468,3458,1,1,1,6095,1,-3703.96,-1581.82,92.0417,3.60745,275,0,0,544,581,0,0,0,0),(14467,3458,1,1,1,6095,1,-3929.86,-1645.06,91.7917,4.49467,275,5,0,544,581,1,0,0,0),(14466,3458,1,1,1,6095,1,-3951.05,-1675.71,92.3193,2.55921,275,15,0,544,581,1,0,0,0),(14465,3458,1,1,1,6095,1,-3676.61,-1650.81,91.7916,0.458653,275,15,0,544,581,1,0,0,0),(14464,3458,1,1,1,6095,1,-4015.03,-1733.05,101.076,1.28536,275,0,0,544,581,0,0,0,0),(14463,3457,1,1,1,0,1,-3970.72,-1778.08,92.4015,4.81808,275,15,0,1,0,1,0,0,0),(14462,3457,1,1,1,0,1,-3887.73,-1653.66,92.0332,3.70578,275,10,0,1,0,1,0,0,0),(14461,3457,1,1,1,0,1,-3739.75,-1617.23,93.4167,4.74585,275,15,0,1,0,1,0,0,0),(14460,3457,1,1,1,0,1,-3884.27,-1684.87,92.6667,4.94022,275,5,0,1,0,1,0,0,0),(14459,3457,1,1,1,0,1,-3904.4,-1684.77,93.8187,5.68638,275,0,0,1,0,2,0,0,0),(14458,3457,1,1,1,0,1,-3929.58,-1674.14,92.2391,0.70149,275,0,0,1,0,2,0,0,0),(14457,3457,1,1,1,0,1,-3914.5,-1845.09,92.1074,5.87769,275,5,0,1,0,1,0,0,0),(14456,3457,1,1,1,0,1,-3963.28,-1723.97,91.7917,1.37874,275,0,0,1,0,2,0,0,0),(14455,3457,1,1,1,0,1,-4010.49,-1850.49,91.9167,3.68362,275,15,0,1,0,1,0,0,0),(14454,3457,1,1,1,0,1,-4016.22,-1774.84,96.5483,4.82044,275,15,0,1,0,1,0,0,0),(14453,3457,1,1,1,0,1,-4016.95,-1825.51,94.6836,4.64312,275,15,0,1,0,1,0,0,0),(14452,3457,1,1,1,0,1,-3951.34,-1824.68,93.4172,4.59157,275,5,0,1,0,1,0,0,0),(14451,3457,1,1,1,0,1,-3991.2,-1781.86,91.7917,1.54561,275,15,0,1,0,1,0,0,0),(14450,3457,1,1,1,0,1,-3984.79,-1749.49,94.5893,5.25816,275,15,0,1,0,1,0,0,0),(14449,3457,1,1,1,0,1,-3995.2,-1753.01,96.2917,3.47406,275,0,0,1,0,2,0,0,0),(14448,3457,1,1,1,0,1,-4055.13,-1858.32,93.6898,4.10304,275,0,0,1,0,2,0,0,0),(14447,3457,1,1,1,0,1,-3953.73,-1846.55,91.7977,5.31314,275,5,0,1,0,1,0,0,0),(14446,3456,1,1,1,1964,1,-4077.81,-1971.24,91.8165,2.09915,275,0,0,494,0,2,0,0,0),(14445,3456,1,1,1,1964,1,-3823.2,-1690.26,92.141,6.11579,275,15,0,494,0,1,0,0,0),(14444,3456,1,1,1,1964,1,-3812.9,-1983.24,91.7917,3.80242,275,5,0,494,0,1,0,0,0),(14443,3456,1,1,1,1964,1,-3871.58,-1902.95,92.5974,1.00107,275,0,0,494,0,0,0,0,0),(14442,3456,1,1,1,1964,1,-3786.07,-1979.71,94.2917,1.06822,275,0,0,494,0,2,0,0,0),(14441,3456,1,1,1,1964,1,-3875.6,-1753.32,91.8435,4.70768,275,15,0,494,0,1,0,0,0),(14440,3456,1,1,1,1964,1,-4070.92,-1817.04,92.5648,1.02242,275,5,0,494,0,1,0,0,0),(14439,3456,1,1,1,1964,1,-3843.02,-1853.53,91.7917,0.10993,275,5,0,494,0,1,0,0,0),(14438,3456,1,1,1,1964,1,-3801.42,-1814.44,92.9885,1.25522,275,15,0,494,0,1,0,0,0),(14437,3456,1,1,1,1964,1,-3806.64,-1865.37,92.7821,1.27747,275,15,0,494,0,1,0,0,0),(14436,3456,1,1,1,1964,1,-3845.51,-1810.63,91.7917,1.12432,275,5,0,494,0,1,0,0,0),(14435,3456,1,1,1,1964,1,-3826.67,-1832.66,92.5425,0.460709,275,0,0,494,0,0,0,0,0),(14434,3456,1,1,1,1964,1,-3789.69,-1870.38,93.7852,2.63866,275,5,0,494,0,1,0,0,0),(14433,14718,1,1,1,11858,1,1048.24,-2107.62,123.129,3.57792,275,0,0,787,0,0,0,0,0),(14432,14718,1,1,1,11857,1,1015.51,-2138.34,125.82,0.753775,275,0,0,787,0,0,0,0,0),(14431,14718,1,1,1,11857,1,1019.54,-2142.49,124.767,0.882199,275,0,0,787,0,0,0,0,0),(14430,14718,1,1,1,11858,1,1010.26,-2134.29,126.945,0.612264,275,0,0,787,0,0,0,0,0),(14429,14718,1,1,1,11859,1,1029.83,-2154.75,123.049,1.19849,275,0,0,787,0,0,0,0,0),(14428,14718,1,1,1,11858,1,1029.65,-2105.91,123.07,2.58302,275,0,0,787,0,0,0,0,0),(14427,14717,1,1,1,14718,1,1048.67,-2164.75,123.919,4.4855,600,0,0,7842,0,0,0,0,0),(14426,14717,1,1,1,14716,1,1055.4,-2165.34,122.715,5.23599,600,0,0,7842,0,0,0,0,0),(14425,14717,1,1,1,14718,1,1060,-2161.91,123.7,6.02139,600,0,0,7842,0,0,0,0,0),(14424,14717,1,1,1,14718,1,1062.25,-2155.6,123.919,5.79449,600,0,0,7842,0,0,0,0,0),(14423,14717,1,1,1,14716,1,1036.42,-2092.04,125.016,4.66003,600,0,0,7842,0,0,0,0,0),(14422,14717,1,1,1,14718,1,1031.97,-2092.39,124.969,4.72984,600,0,0,7842,0,0,0,0,0),(14421,14717,1,1,1,14717,1,1037.71,-2096.09,123.695,4.64258,600,0,0,7842,0,0,0,0,0),(14420,14717,1,1,1,14719,1,1030.89,-2095.89,123.948,4.74729,600,0,0,7842,0,0,0,0,0),(14419,3453,1,1,1,7053,1,-985.599,-3796.71,5.20934,0.244346,275,0,0,328,0,0,0,0,0),(14418,3452,1,1,1,2295,0,790.369,-1345.77,90.6152,5.34071,275,0,0,629,0,0,0,0,0),(14417,6266,1,1,1,4948,1,-782.55,-3711.31,41.3629,3.26377,275,0,0,2769,0,0,0,0,0),(14416,3705,1,1,1,3843,1,-2402.17,-1911.01,96.8255,5.72468,275,0,0,713,0,0,0,0,0),(14415,3449,1,1,1,3849,1,-474.894,-2607.74,127.885,5.74213,275,0,0,300,0,0,0,0,0),(14414,9336,1,1,1,8569,1,1333.82,-3455.81,94.9572,0.802851,275,0,0,449,0,0,0,0,0),(14413,3704,1,1,1,3896,1,-2400.33,-1929.77,96.8255,0.994838,275,0,0,1107,0,0,0,0,0),(14412,7288,1,1,1,7055,1,1235.16,-2925.27,141.818,6.0912,600,0,0,1815,0,0,0,0,0),(14411,3448,1,1,1,3914,1,-544.992,-2672.77,95.8709,1.16937,275,0,0,573,0,0,0,0,0),(14410,3703,1,1,1,3895,1,-2404.44,-1921.1,96.8255,0.331613,275,0,0,1981,0,0,0,0,0),(14409,7287,1,1,1,7056,1,1209.16,-2930.39,91.75,3.92699,275,0,0,573,0,0,0,0,0),(14408,3446,1,1,1,7034,1,-928.982,-3697.23,8.06642,3.08923,275,0,0,386,0,0,0,0,0),(14407,3445,1,1,1,7035,1,1032.8,-3078.84,105.099,5.18081,275,0,0,417,0,2,0,0,0),(14406,3444,1,1,1,1418,0,-4118.65,-2317.82,128.06,4.11898,275,0,0,42,0,0,0,0,0),(14405,3444,1,1,1,1418,0,-4129.52,-2174.58,50.3081,5.58627,275,5,0,42,0,1,0,0,0),(14404,3444,1,1,1,1418,0,-4074.46,-2375.37,126.13,4.68013,275,0,0,42,0,0,0,0,0),(86238,21790,530,1,1,0,0,-2764.22,1980.79,167.526,1.79769,300,0,0,1,0,0,0,0,0),(14403,3444,1,1,1,1418,0,-4094.5,-2388.58,118.077,3.52872,275,5,0,42,0,1,0,0,0),(14402,3444,1,1,1,1418,0,-4162.26,-2311.94,92.4289,2.9343,275,0,0,42,0,0,0,0,0),(14401,3444,1,1,1,1418,0,-4214.94,-2274.71,50.3081,2.24407,275,5,0,42,0,1,0,0,0),(14400,14964,1,1,1,15097,1,1050.66,-2112.74,124.384,4.34587,275,0,0,1003,0,0,0,0,0),(14399,3444,1,1,1,1418,0,-4046,-2369.77,135.856,0.790002,275,5,0,42,0,1,0,0,0),(14398,3444,1,1,1,1418,0,-4046.22,-2402.96,126.131,4.83418,275,5,0,42,0,1,0,0,0),(14397,3444,1,1,1,1418,0,-4195.88,-2246.05,50.3081,2.15643,275,5,0,42,0,1,0,0,0),(14396,3444,1,1,1,1418,0,-4149.42,-2208.05,50.3081,5.49578,275,5,0,42,0,1,0,0,0),(14395,3444,1,1,1,1418,0,-4086.52,-2388.37,135.855,5.58818,275,5,0,42,0,1,0,0,0),(14394,3444,1,1,1,1418,0,-4071.39,-2420.06,126.133,2.70281,275,5,0,42,0,1,0,0,0),(14393,3444,1,1,1,1418,0,-4052.29,-2314.87,130.8,5.51306,275,5,0,42,0,1,0,0,0),(14392,3444,1,1,1,1418,0,-4057.36,-2378.25,118.076,5.05553,275,2,0,42,0,1,0,0,0),(14391,8307,1,1,1,7531,1,-555.578,-2965.65,91.7917,1.54989,275,0,0,573,0,0,0,0,0),(14390,3443,1,1,1,3857,1,-534.982,-2982.22,93.0775,1.3439,275,0,0,273,0,0,0,0,0),(14389,8306,1,1,1,7530,1,-534.552,-2979.56,93.147,5.91667,275,0,0,417,0,0,0,0,0),(14388,3442,1,1,1,7054,1,-902.036,-3759.4,11.6138,1.309,275,0,0,328,0,0,0,0,0),(14387,3439,1,1,1,11912,0,1109.15,-3104.11,82.4108,2.86234,275,0,0,417,0,0,0,0,0),(14386,3438,1,1,1,6115,0,-214.253,-3307.53,91.7917,5.16115,275,0,0,328,0,0,0,0,0),(14385,6254,1,1,1,4943,1,-772.736,-3724.86,42.5687,0.820305,275,0,0,405,1202,0,0,0,0),(14384,6253,1,1,1,4942,1,-763.689,-3723.68,42.367,2.70526,275,0,0,405,1202,0,0,0,0),(14383,3436,1,1,1,6093,1,-3814.72,-1955.13,94.0317,1.31559,275,0,0,864,1272,0,0,0,0),(14382,620,1,1,1,304,0,-1.51041,-3656.38,27.4868,4.58248,275,5,0,1,0,1,0,0,0),(14381,620,1,1,1,304,0,-1989.99,-3628.78,22.2682,4.9761,275,5,0,1,0,1,0,0,0),(14380,620,1,1,1,304,0,-2004.06,-3587.73,21.8843,4.83495,275,5,0,1,0,1,0,0,0),(14379,620,1,1,1,304,0,-22.831,-3664.09,27.5595,4.5351,275,5,0,1,0,1,0,0,0),(14378,620,1,1,1,304,0,-2039.09,-3685.45,22.1343,6.16645,275,5,0,1,0,1,0,0,0),(14377,620,1,1,1,304,0,7.62982,-3632.44,27.3235,4.67577,275,2,0,1,0,1,0,0,0),(14376,620,1,1,1,304,0,-2219.84,-3730.83,91.693,4.70469,275,5,0,1,0,1,0,0,0),(14375,620,1,1,1,304,0,-2136.48,-3534.57,91.7034,0.968994,275,5,0,1,0,1,0,0,0),(14374,620,1,1,1,304,0,-27.2613,-3621.9,27.8321,3.7023,275,5,0,1,0,1,0,0,0),(14373,620,1,1,1,304,0,-1.60994,-3636.86,27.4868,1.27318,275,2,0,1,0,1,0,0,0),(14372,620,1,1,1,304,0,-2011.36,-3635.41,22.5931,5.10824,275,5,0,1,0,1,0,0,0),(14371,620,1,1,1,304,0,-2223.01,-3716.29,91.8053,3.83362,275,5,0,1,0,1,0,0,0),(14370,6252,1,1,1,4941,1,-767.662,-3716.64,42.4589,4.2237,275,0,0,405,1202,0,0,0,0),(14369,620,1,1,1,304,0,-3.14563,-3637.42,27.4868,5.44621,275,2,0,1,0,1,0,0,0),(14368,620,1,1,1,304,0,8.78987,-3622.67,27.3235,1.52124,275,5,0,1,0,1,0,0,0),(14367,3435,1,1,1,6104,1,-3829.2,-1445.56,134.164,5.78225,275,0,0,713,0,0,0,0,0),(14366,6251,1,1,1,4940,1,-785.912,-3723.26,40.5152,2.05949,275,0,0,2884,5751,0,0,0,0),(14365,3434,1,1,1,6105,1,-4001.8,-1816.72,92.5149,6.09076,275,0,0,544,581,0,0,0,0),(14364,6249,1,1,1,4963,0,-1674.11,-4330.47,2.83819,3.1309,275,0,0,1651,0,0,0,0,0),(14363,6249,1,1,1,4967,0,-1676.47,-4334.46,2.79803,2.58242,275,0,0,1651,0,0,0,0,0),(14362,6249,1,1,1,4962,0,-1686.65,-4328.08,3.91416,5.72401,275,0,0,1651,0,0,0,0,0),(14361,6249,1,1,1,4963,0,-1684.82,-4334.15,2.90219,6.0246,275,0,0,1651,0,0,0,0,0),(14360,6249,1,1,1,4967,0,-1682.45,-4334.78,2.88185,0.05322,275,0,0,1651,0,0,0,0,0),(14359,6249,1,1,1,4962,0,-1683.83,-4323.44,2.8478,3.80685,275,0,0,1651,0,0,0,0,0),(14358,6249,1,1,1,4967,0,-1686.72,-4326.52,3.89036,0.359438,275,0,0,1651,0,0,0,0,0),(14357,6249,1,1,1,4962,0,-1681.5,-4323.53,2.83051,4.81817,275,0,0,1651,0,0,0,0,0),(14356,6249,1,1,1,4967,0,-1679.41,-4323.77,2.72724,3.02319,275,0,0,1651,0,0,0,0,0),(14355,6249,1,1,1,4967,0,-1685.71,-4324.92,3.38441,4.33625,275,0,0,1651,0,0,0,0,0),(14354,6249,1,1,1,4966,0,-1682.46,-4321.78,3.43824,4.90589,275,0,0,1651,0,0,0,0,0),(14353,6249,1,1,1,4966,0,-1687.6,-4329.71,4.64065,1.04224,275,0,0,1651,0,0,0,0,0),(14352,6249,1,1,1,4966,0,-1674.48,-4332.89,2.8208,2.7649,275,0,0,1651,0,0,0,0,0),(14351,6249,1,1,1,4962,0,-1679.18,-4334.65,2.82848,1.92945,275,0,0,1651,0,0,0,0,0),(14350,3433,1,1,1,3858,1,-2284.69,-1947.39,96.0461,2.72271,275,0,0,300,0,0,0,0,0),(14349,6248,1,1,1,7242,0,-1686.14,-4323.04,4.28091,6.07092,275,0,0,1342,0,0,0,0,0),(14348,3432,1,1,1,3855,1,-520.983,-2641.41,95.8708,4.43314,275,0,0,328,0,0,0,0,0),(14347,3431,1,1,1,4093,1,-402.271,-2609.39,95.8329,1.76278,275,0,0,198,0,0,0,0,0),(14345,3430,1,1,1,1346,0,-2391.57,-1891.09,95.7874,5.44543,275,0,0,386,0,0,0,0,0),(14344,3429,1,1,1,3856,1,-473.202,-2595.7,103.806,5.67232,275,0,0,1981,0,0,0,0,0),(14336,3684,1,1,1,7101,1,-996.787,-1609.89,91.75,4.99164,275,0,0,1221,0,0,0,0,0),(14335,9316,1,1,1,8630,1,858.144,-2347.64,91.9167,2.72271,275,0,0,449,0,0,0,0,0),(14334,3428,1,1,1,4092,1,-389.282,-2552.14,98.9925,5.37561,275,0,0,247,0,0,0,0,0),(14333,6244,1,1,1,4928,1,-2245.07,-2373.57,91.75,2.24601,275,0,0,1553,3801,0,0,0,0),(85130,36069,571,1,1,29970,1,8481.82,791.769,558.557,0.558293,180,0,0,1,0,2,0,0,0),(85129,34788,571,1,1,27183,0,8407.18,770.281,551.059,4.20624,180,0,0,1,0,0,0,0,0),(85128,34788,571,1,1,27183,0,8410.08,762.236,550.435,4.7822,180,0,0,1,0,0,0,0,0),(85127,34788,571,1,1,27173,0,8409.74,756.819,549.465,2.35619,180,0,0,1,0,0,0,0,0),(85126,34788,571,1,1,27173,0,8402.03,771.255,549.905,3.57792,180,0,0,1,0,0,0,0,0),(135119,28044,571,1,1,0,1,5257.52,-3500.32,291.693,2.33666,300,0,0,9291,0,0,0,0,0),(135118,28042,571,1,1,0,1,5042.04,-3036.95,293.787,2.34377,300,0,0,9291,0,0,0,0,0),(135117,29806,571,1,1,0,0,7989.46,-840.086,968.251,0.866995,25,0,0,37800,0,0,0,0,0),(14323,16227,1,1,1,1233,0,-898.246,-3769.65,11.7932,5.41052,600,0,0,10572,0,0,0,0,0),(14322,3683,1,1,1,7100,1,-1001.69,-1611.83,91.8646,5.28835,275,0,0,1163,0,0,0,0,0),(14321,3426,1,1,1,2187,0,-1850.74,-2963.75,92.078,5.94833,275,20,0,386,0,1,0,0,0),(14320,3426,1,1,1,2187,0,-1522.42,-2390.21,93.0343,0.053488,275,20,0,386,0,1,0,0,0),(14319,3426,1,1,1,2187,0,-1811.32,-3273.29,92.6648,1.28552,275,20,0,386,0,1,0,0,0),(14318,3426,1,1,1,2187,0,-617.044,-3715.96,91.815,3.72452,275,20,0,386,0,1,0,0,0),(14317,3426,1,1,1,2187,0,-566.818,-3380.83,93.4681,3.84259,275,20,0,386,0,1,0,0,0),(14316,3426,1,1,1,2187,0,-1774.79,-3592.18,92.2382,3.456,275,3,0,386,0,1,0,0,0),(14315,3426,1,1,1,2187,0,-1810.7,-3091.07,84.9743,5.39963,275,20,0,386,0,1,0,0,0),(14314,3426,1,1,1,2187,0,-597.255,-3513.32,92.991,0.278806,275,20,0,386,0,1,0,0,0),(14313,3426,1,1,1,2187,0,-1804.36,-2784.99,91.6743,0.07131,275,20,0,386,0,1,0,0,0),(14312,3426,1,1,1,2187,0,-1383.71,-2184.08,91.7917,0.24706,275,20,0,386,0,1,0,0,0),(14311,3426,1,1,1,2187,0,-1550.02,-2328.69,92.7474,1.36229,275,20,0,386,0,1,0,0,0),(14310,3426,1,1,1,2187,0,-1597.61,-3116.79,91.7916,3.12098,275,20,0,386,0,1,0,0,0),(14309,3426,1,1,1,2187,0,-1918.12,-2811.37,92.0417,3.57387,275,20,0,386,0,1,0,0,0),(648,2544,0,1,1,9573,0,-14893.9,387.732,2.16875,0.246875,300,5,0,1829,0,1,0,0,0),(17703,1958,0,1,1,2597,0,872.578,69.5825,31.9734,0.645772,275,0,0,350,390,0,0,0,0),(17702,1957,0,1,1,1994,1,796.288,152.933,35.7384,0.098313,275,10,0,356,0,1,0,0,0),(647,2544,0,1,1,9573,0,-14900.7,310.248,5.21886,5.98986,300,10,0,1829,0,1,0,0,0),(14308,3426,1,1,1,2187,0,-1717.75,-3053.42,94.45,0.141802,275,20,0,386,0,1,0,0,0),(14307,3426,1,1,1,2187,0,-1582.59,-2795.14,93.4336,5.69518,275,20,0,386,0,1,0,0,0),(14306,3426,1,1,1,2187,0,-1686.35,-3079.84,92.1028,5.46525,275,20,0,386,0,1,0,0,0),(14305,3426,1,1,1,2187,0,-1803.36,-3174.24,87.9693,3.67431,275,20,0,386,0,1,0,0,0),(14304,3426,1,1,1,2187,0,-1710.23,-2423.88,92.8387,1.20517,275,20,0,386,0,1,0,0,0),(14303,3426,1,1,1,2187,0,-1786.78,-2348.2,93.9462,0.531649,275,3,0,386,0,1,0,0,0),(14302,3426,1,1,1,2187,0,-1338.75,-1897.36,92.5348,4.04894,275,20,0,386,0,1,0,0,0),(6741,440,0,1,1,6033,1,-9708.8,-3174.06,58.7933,3.57792,300,0,0,449,0,0,0,0,0),(646,2664,0,1,1,4482,1,-14331.2,419.298,6.71339,2.60054,300,0,0,2059,0,0,0,0,0),(645,2846,0,1,1,7186,0,-14467.5,418.34,25.4871,1.18682,300,0,0,2059,0,0,0,0,0),(644,1411,0,1,1,5146,1,-14450.8,509.668,21.8539,4.06662,300,0,0,2488,0,0,0,0,0),(643,2848,0,1,1,7178,1,-14491.6,425.177,34.6765,0.959931,300,0,0,2218,0,0,0,0,0),(14301,3426,1,1,1,2187,0,-1654.08,-2919.32,88.6484,3.7464,275,20,0,386,0,1,0,0,0),(14300,3426,1,1,1,2187,0,-1749.68,-3443.86,93.9375,3.68876,275,20,0,386,0,1,0,0,0),(14299,3426,1,1,1,2187,0,-1451.87,-2227.75,92.1464,4.18403,275,20,0,386,0,1,0,0,0),(14298,3426,1,1,1,2187,0,784.218,-2257.06,93.0513,2.44398,275,20,0,386,0,1,0,0,0),(14297,3426,1,1,1,2187,0,721.662,-1922.65,93.5001,5.38288,275,20,0,386,0,1,0,0,0),(14296,3426,1,1,1,2187,0,622.804,-1673.04,91.7917,1.10297,275,3,0,386,0,1,0,0,0),(14295,3426,1,1,1,2187,0,570.979,-1917.71,91.7917,3.23694,275,20,0,386,0,1,0,0,0),(52141,11043,329,1,1,10534,1,3535.72,-3057.91,135.332,3.71991,86400,0,0,8613,0,2,0,0,0),(248450,13022,429,1,1,0,0,5.00858,-220.212,-52.2055,3.47481,86400,2,0,1900,0,1,0,0,0),(248449,13022,429,1,1,0,0,53.5118,-249.622,-52.9581,0.802851,86400,2,0,1900,0,1,0,0,0),(248448,13022,429,1,1,0,0,67.7781,-247.753,-55.2964,1.98623,86400,2,0,1900,0,1,0,0,0),(248447,13022,429,1,1,0,0,63.5469,-252.569,-54.7081,0.366519,86400,2,0,1900,0,1,0,0,0),(248446,13022,429,1,1,0,0,57.455,-251.973,-53.4174,0.366519,86400,2,0,1900,0,1,0,0,0),(248445,13022,429,1,1,0,0,56.7486,-246.449,-53.4352,0.837758,86400,2,0,1900,0,1,0,0,0),(248444,13022,429,1,1,0,0,56.7207,-238.084,-54.3587,1.3439,86400,2,0,1900,0,1,0,0,0),(248443,13022,429,1,1,0,0,55.7535,-242.316,-53.6007,5.58505,86400,2,0,1900,0,1,0,0,0),(248442,13022,429,1,1,0,0,59.7906,-248.992,-54.0533,4.72984,86400,2,0,1900,0,1,0,0,0),(248441,13022,429,1,1,0,0,63.8949,-249.185,-55.0552,4.85084,86400,2,0,1900,0,1,0,0,0),(248440,13022,429,1,1,0,0,71.2551,-246.144,-55.5366,4.09156,86400,2,0,1900,0,1,0,0,0),(248439,13022,429,1,1,0,0,103.901,-194.5,-54.9578,4.32842,86400,2,0,1900,0,1,0,0,0),(248438,13022,429,1,1,0,0,106.918,-189.179,-54.0493,1.81514,86400,2,0,1900,0,1,0,0,0),(248437,13022,429,1,1,0,0,109.855,-191.323,-54.5,5.53269,86400,2,0,1900,0,1,0,0,0),(248436,13022,429,1,1,0,0,110.761,-197.604,-55.6668,4.2586,86400,2,0,1900,0,1,0,0,0),(248435,13022,429,1,1,0,0,126.482,-204.473,-56.2875,4.26236,86400,2,0,1900,0,1,0,0,0),(18038,1915,0,1,1,3581,1,-118.379,785.429,66.0233,1.58,275,0,0,330,938,0,0,0,0),(52122,11032,329,1,1,10458,1,3621.07,-3126.82,135.748,2.18166,86400,0,0,17094,4868,0,0,0,0),(10999,18927,0,1,1,22370,0,-8855.72,651.851,96.6895,5.70723,43200,0,0,42,0,0,0,0,0),(200617,11372,309,1,1,0,0,-11998,-1650.17,34.3286,1.43299,7200,0,0,1,0,0,0,0,0),(49136,11831,309,1,1,11764,1,-12218.4,-1467.39,130.725,0.307554,7200,0,0,24420,12170,2,0,0,0),(49135,11351,309,1,1,11111,1,-12219.2,-1464.7,130.698,0.307525,7200,0,0,21364,0,2,0,0,0),(31453,4344,1,1,1,2548,0,-3914.79,-3213.61,34.5936,1.9916,360,10,0,1305,1186,1,0,0,0),(31454,4412,1,1,1,2546,0,-3931.82,-3264.18,36.5311,1.64113,360,10,0,1536,0,1,0,0,0),(49134,11351,309,1,1,11112,1,-12208.8,-1462.88,131.193,0.307545,7200,0,0,21364,0,2,0,0,0),(49133,11351,309,1,1,11109,1,-12238.1,-1416.02,130.817,0.351163,7200,0,0,21364,0,2,0,0,0),(49132,11831,309,1,1,11765,1,-12238.7,-1413.23,130.725,0.350826,7200,0,0,24420,12170,2,0,0,0),(49131,11831,309,1,1,11762,1,-12236.9,-1414.1,131.2,0.350773,7200,0,0,24420,12170,2,0,0,0),(49130,14750,309,1,1,15303,0,-12244.3,-1422.24,130.774,5.01624,7200,5,0,31440,0,2,0,0,0),(49129,14750,309,1,1,15303,0,-12237.4,-1413.4,130.85,3.49715,7200,5,0,31440,0,1,0,0,0),(49128,11368,309,1,1,14562,0,-12245.2,-1425.05,130.956,5.09036,7200,5,0,5341,0,1,0,0,0),(49127,11368,309,1,1,14562,0,-12243.6,-1424.56,130.763,5.19928,7200,5,0,5341,0,1,0,0,0),(17634,6491,530,1,4294967295,0,0,-3624.02,609.218,10.5068,4.86712,60,0,0,4120,0,0,0,0,0),(49125,11368,309,1,1,14562,0,-12230.7,-1407,131.6,3.19756,7200,5,0,5341,0,1,0,0,0),(49124,11368,309,1,1,14562,0,-12240.5,-1420.28,130.725,5.01408,7200,5,0,5341,0,1,0,0,0),(49123,11368,309,1,1,14562,0,-12233.9,-1433.44,130.711,5.11337,7200,5,0,5341,0,1,0,0,0),(49122,11831,309,1,1,11762,1,-12007,-1484.83,79.1909,4.6288,7200,0,0,24420,12170,0,0,0,0),(49121,11351,309,1,1,11109,1,-12010.2,-1485.05,79.2513,5.12989,7200,0,0,21364,0,0,0,0,0),(49120,11351,309,1,1,11112,1,-12007.2,-1492.45,82.0241,1.39626,7200,0,0,21364,0,0,0,0,0),(49119,11372,309,1,1,15150,0,-11884.3,-1379.01,66.4316,3.36848,7200,0,0,15260,0,2,0,0,0),(49118,11371,309,1,1,15182,0,-11896.4,-1365.13,69.8727,2.42601,7200,0,0,15260,0,0,0,0,0),(49117,11371,309,1,1,15182,0,-11878.2,-1368.68,69.7661,3.90954,7200,0,0,15260,0,2,0,0,0),(49116,11371,309,1,1,15182,0,-11885,-1368.42,68.8007,5.53269,7200,0,0,15260,0,2,0,0,0),(49115,11830,309,1,1,11759,1,-11829.2,-1324.6,69.845,1.71042,7200,0,0,17094,12170,0,0,0,0),(49114,11350,309,1,1,11077,1,-11830.6,-1317,66.7436,4.93928,7200,0,0,21364,0,0,0,0,0),(49113,11371,309,1,1,15182,0,-11991.7,-1677.79,32.3669,2.86234,7200,0,0,15260,0,0,0,0,0),(49112,11371,309,1,1,15182,0,-12003.5,-1680.23,32.3669,0.418879,7200,0,0,15260,0,0,0,0,0),(49111,11371,309,1,1,15182,0,-11977.7,-1684.63,32.2833,2.64208,7200,0,0,15260,0,0,0,0,0),(49110,11372,309,1,1,15150,0,-11979.1,-1688.06,32.2768,2.56747,7200,0,0,15260,0,0,0,0,0),(49107,11372,309,1,1,15150,0,-12004.5,-1673.04,32.3669,0.471239,7200,0,0,15260,0,0,0,0,0),(49106,11372,309,1,1,15150,0,-11997.7,-1674.51,32.3669,2.79253,7200,0,0,15260,0,0,0,0,0),(49105,11350,309,1,1,11074,1,-11992.8,-1615.27,35.6098,5.49779,7200,0,0,21364,0,0,0,0,0),(49104,11350,309,1,1,11076,1,-11988.4,-1621.76,33.2366,2.16735,7200,0,0,21364,0,0,0,0,0),(49103,11350,309,1,1,11077,1,-11882,-1323.86,77.528,3.10669,7200,0,0,21364,0,0,0,0,0),(49102,11350,309,1,1,11077,1,-11882.7,-1316.07,78.2369,3.15905,7200,0,0,21364,0,0,0,0,0),(49101,11371,309,1,1,15182,0,-11978.2,-1707.67,32.3667,3.7001,7200,0,0,15260,0,0,0,0,0),(642,2625,0,1,1,7160,0,-14426.2,527.253,5.23553,5.21853,300,0,0,7842,0,0,0,0,0),(641,2858,0,1,1,12938,1,-14448.6,506.129,26.3565,0.785398,1800,0,0,10572,0,0,0,0,0),(640,2837,0,1,1,7174,1,-14486.7,431.513,34.6682,4.7822,300,0,0,2399,0,0,0,0,0),(639,2840,0,1,1,7183,1,-14368.6,416.774,6.71338,5.0091,300,0,0,1981,0,0,0,0,0),(638,2627,0,1,1,7176,0,-14437.8,384.766,32.398,1.39626,300,0,0,1279,0,0,0,0,0),(637,2836,0,1,1,7161,1,-14383,370.766,24.006,5.39307,300,0,0,3293,0,0,0,0,0),(636,14508,0,1,1,14561,1,-13184.5,332.671,40.3307,4.41568,300,0,0,2488,0,0,0,0,0),(635,11355,0,1,1,11169,1,-11885.5,-1072.62,96.459,5.14872,1800,0,0,7599,0,0,0,0,0),(634,11355,0,1,1,11168,1,-11951.7,-1053.28,110.937,1.58825,1800,0,0,7599,0,0,0,0,0),(633,11355,0,1,1,11170,1,-11958.3,-1076.88,92.9911,5.39307,1800,0,0,7599,0,0,0,0,0),(632,2522,0,1,1,613,0,-14587.2,-149.336,5.90323,0.06452,300,5,0,1902,0,1,0,0,0),(631,2522,0,1,1,613,0,-14609.8,-107.464,1.35298,3.82712,300,5,0,1902,0,1,0,0,0),(630,2497,0,1,1,4569,1,-12348.2,168.519,3.16495,3.19395,300,0,0,1902,0,0,0,0,0),(629,678,0,1,1,416,1,-12323,-1064.55,6.6119,3.17637,1800,0,0,1973,0,0,0,0,0),(628,710,0,1,1,6704,1,-12355.4,-1057.36,6.42984,1.77757,1800,0,0,1381,3575,0,0,0,0),(627,679,0,1,1,536,1,-12300.7,-1033.63,7.63361,1.90274,1800,0,0,1579,1432,0,0,0,0),(626,710,0,1,1,6704,1,-12370.5,-1069.95,2.93786,0.175283,1800,0,0,1381,3575,0,0,0,0),(15357,2374,0,1,1,1305,1,-1152.81,256.502,-5.16617,2.25598,300,10,0,896,0,1,0,0,0),(14294,3426,1,1,1,2187,0,-1664.78,-2272.15,93.0756,4.14281,275,2,0,386,0,1,0,0,0),(14293,3426,1,1,1,2187,0,-1789.74,-2692.37,92.0366,1.82951,275,20,0,386,0,1,0,0,0),(14292,3426,1,1,1,2187,0,-1623.06,-2849.84,92.3251,3.13964,275,20,0,386,0,1,0,0,0),(14291,3426,1,1,1,2187,0,-657.473,-3515.64,91.789,4.27305,275,20,0,386,0,1,0,0,0),(14290,3426,1,1,1,2187,0,525.807,-1966.22,92.627,5.00385,275,20,0,386,0,1,0,0,0),(14289,3426,1,1,1,2187,0,-1968.39,-3357.24,59.4933,3.11733,275,20,0,386,0,1,0,0,0),(14288,3426,1,1,1,2187,0,-1757.27,-2242.03,90.6101,1.11879,275,20,0,386,0,1,0,0,0),(14287,3426,1,1,1,2187,0,-548.547,-3583.84,94.6916,2.63117,275,20,0,386,0,1,0,0,0),(625,679,0,1,1,536,1,-12322.3,-1024.14,8.86001,6.15288,1800,0,0,1579,1432,0,0,0,0),(14286,3426,1,1,1,2187,0,702.26,-1822.08,91.7917,6.27048,275,20,0,386,0,1,0,0,0),(14285,3426,1,1,1,2187,0,619.246,-1950.29,91.7917,5.84652,275,20,0,386,0,1,0,0,0),(14284,3426,1,1,1,2187,0,823.794,-2231.66,92.1294,1.67074,275,20,0,386,0,1,0,0,0),(14283,3426,1,1,1,2187,0,-1688.24,-2293.96,94.8446,1.25735,275,20,0,386,0,1,0,0,0),(14282,3426,1,1,1,2187,0,-1274.98,-1856.97,93.3805,5.45615,275,20,0,386,0,1,0,0,0),(14281,3426,1,1,1,2187,0,-1567.23,-3146.49,96.5599,0.285279,275,20,0,386,0,1,0,0,0),(14280,3426,1,1,1,2187,0,-1692.81,-2711.14,93.7313,3.43679,275,20,0,386,0,1,0,0,0),(14279,3426,1,1,1,2187,0,-284.265,-1125.03,51.6399,2.20922,275,20,0,386,0,1,0,0,0),(14278,3426,1,1,1,2187,0,-282.782,-1055.41,40.165,3.77025,275,20,0,386,0,1,0,0,0),(14277,3426,1,1,1,2187,0,-711.656,-3627.16,93.137,4.48969,275,3,0,386,0,1,0,0,0),(14276,3426,1,1,1,2187,0,634.711,-1808.1,91.7917,0.53477,275,20,0,386,0,1,0,0,0),(14275,3426,1,1,1,2187,0,536.771,-1781.92,92.1398,0.059777,275,20,0,386,0,1,0,0,0),(624,679,0,1,1,536,1,-12354.3,-1048.08,3.41143,4.1493,1800,0,0,1579,1432,0,0,0,0),(14274,3682,1,1,1,3878,1,787.375,-1815.08,91.75,3.45575,275,0,0,2576,0,0,0,0,0),(6940,92,0,1,1,171,0,-7239.29,-3209.78,295.571,3.4019,300,5,0,1678,0,1,0,0,0),(623,710,0,1,1,6704,1,-12299,-1090.46,9.73399,0.911756,1800,0,0,1381,3575,0,0,0,0),(14273,3426,1,1,1,2187,0,-1543.14,-2663.74,91.7832,0.77144,275,20,0,386,0,1,0,0,0),(14272,3426,1,1,1,2187,0,-1770.82,-2956.91,91.7917,2.29238,275,20,0,386,0,1,0,0,0),(43667,7766,0,1,1,0,0,-8409,450.793,123.76,2.185,310,0,0,1536,0,0,0,0,0),(6939,2728,0,1,1,557,0,-6895.19,-3382.88,242.167,4.11092,300,10,0,1536,0,1,0,0,0),(47628,9022,230,1,1,8709,0,275.327,-80.9653,-77.0425,5.79449,7200,0,0,7113,0,0,0,0,0),(47627,9678,230,1,1,9051,0,622.961,-164.276,-70.9827,0.523599,7200,0,0,9810,9910,0,0,0,0),(47626,9021,230,1,1,8708,0,418.039,-210.348,-64.9896,2.16421,7200,0,0,7113,0,0,0,0,0),(47625,9681,230,1,1,9049,1,586.21,-149.45,-68.3475,2.54818,7200,0,0,7588,1923,0,0,0,0),(47624,9677,230,1,1,11553,0,582.66,-152.353,-68.3682,1.13446,7200,0,0,14718,0,0,0,0,0),(87071,19175,1,1,1,22374,0,1625,-4402.88,13.1966,2.60054,5,0,0,42,0,0,0,0,0),(86858,19175,1,1,1,22375,0,1623.41,-4402.24,12.7889,5.68977,5,0,0,42,0,0,3,0,0),(14271,3426,1,1,1,2187,0,-1335.79,-2081.18,92.0016,0.02055,275,20,0,386,0,1,0,0,0),(14270,3426,1,1,1,2187,0,-341.672,-1359.11,92.5947,5.66166,275,20,0,386,0,1,0,0,0),(14269,3426,1,1,1,2187,0,-211.939,-1193.41,65.9102,5.85446,275,20,0,386,0,1,0,0,0),(14268,3426,1,1,1,2187,0,-155.451,-1181.68,61.9255,0.450548,275,20,0,386,0,1,0,0,0),(43690,7779,0,1,1,0,0,-8357.39,413.393,122.274,4.77739,370,0,0,804,0,0,0,0,0),(6938,2731,0,1,1,632,0,-6607.49,-2977.74,245.683,0.857296,300,10,0,1469,0,1,0,0,0),(14267,3426,1,1,1,2187,0,-80.8064,-1379.42,92.0656,4.82354,275,20,0,386,0,1,0,0,0),(81594,7246,209,1,1,6425,1,1665.81,1254.07,10.0873,2.07694,86400,0,0,4119,2864,0,0,0,0),(81592,7246,209,1,1,6425,1,1662.28,1257.15,10.4826,0.645772,86400,0,0,4119,2864,0,0,0,0),(14266,3426,1,1,1,2187,0,1161.22,-3279.11,91.7745,3.09224,275,20,0,386,0,1,0,0,0),(43705,7798,0,1,1,0,1,-8417,628.16,95.711,3.886,430,0,0,2769,0,0,0,0,0),(14265,3426,1,1,1,2187,0,857.218,-3491.63,94.3606,1.64809,275,3,0,386,0,1,0,0,0),(622,1565,0,1,1,1768,1,-15012.1,262.318,0.19792,4.80177,300,0,0,1902,0,0,0,0,0),(14264,3426,1,1,1,2187,0,-519.696,-3473.15,94.385,2.43012,275,20,0,386,0,1,0,0,0),(14263,3426,1,1,1,2187,0,641.315,-2117,93.8856,0.238776,275,20,0,386,0,1,0,0,0),(14262,3425,1,1,1,1973,0,-1157.84,-3378.62,91.7082,5.37853,275,0,0,300,0,0,0,0,0),(14261,3425,1,1,1,1973,0,-1150.96,-3411.59,91.7916,4.24164,275,0,0,300,0,0,0,0,0),(14260,3425,1,1,1,1973,0,-1144.96,-3390.34,91.7082,5.48148,275,0,0,300,0,0,0,0,0),(14259,3425,1,1,1,1973,0,-1142.66,-3314.15,91.9167,2.43474,275,0,0,300,0,0,0,0,0),(14258,3425,1,1,1,1973,0,-1042.86,-3227.71,91.7917,2.91209,275,15,0,300,0,1,0,0,0),(14257,3425,1,1,1,1973,0,-851.938,-3356.92,91.789,4.41964,275,5,0,300,0,1,0,0,0),(14256,3425,1,1,1,1973,0,-927.175,-1819.05,92.4167,5.65395,275,5,0,300,0,1,0,0,0),(14255,3425,1,1,1,1973,0,-539.658,-1890.55,93.0392,2.22039,275,15,0,300,0,1,0,0,0),(6937,2732,0,1,1,1055,0,-6909.57,-3080.63,250.484,6.25585,300,10,0,1604,0,1,0,0,0),(14254,3425,1,1,1,1973,0,572.299,-2795.51,91.7916,2.94549,275,5,0,300,0,1,0,0,0),(6936,2732,0,1,1,1055,0,-6662.4,-3219.94,249.273,5.14548,300,5,0,1604,0,1,0,0,0),(6935,2727,0,1,1,161,0,-6715.29,-3282.92,242.283,4.90276,300,10,0,1403,0,1,0,0,0),(14253,3425,1,1,1,1973,0,139.278,-1523.24,91.7917,3.90243,275,0,0,300,0,0,0,0,0),(14252,3425,1,1,1,1973,0,-163.338,-1516.19,91.7917,2.57115,275,0,0,300,0,0,0,0,0),(621,905,0,1,1,705,0,-12428.6,-293.198,7.85719,1.71789,300,5,0,1107,0,1,0,0,0),(14251,3425,1,1,1,1973,0,-631.735,-1706.08,91.8263,2.7825,275,15,0,300,0,1,0,0,0),(14250,3425,1,1,1,1973,0,1187.22,-3830.57,27.8495,1.33684,275,5,0,300,0,1,0,0,0),(49100,11372,309,1,1,15150,0,-11993.5,-1714.75,32.3669,4.88692,7200,0,0,15260,0,0,0,0,0),(49099,11372,309,1,1,15150,0,-11995.3,-1706.12,32.3669,2.46091,7200,0,0,15260,0,0,0,0,0),(49098,11372,309,1,1,15150,0,-11984.4,-1714.77,32.3669,3.56047,7200,0,0,15260,0,0,0,0,0),(49097,11371,309,1,1,15182,0,-11960.5,-1558.18,41.2121,2.23345,7200,0,0,15260,0,0,0,0,0),(49096,11372,309,1,1,15150,0,-11971.7,-1549.17,41.4342,5.63102,7200,0,0,15260,0,0,0,0,0),(49095,11372,309,1,1,15150,0,-12008.8,-1749,55.3869,0.122173,7200,0,0,15260,0,0,0,0,0),(49094,11371,309,1,1,15182,0,-12027.8,-1766.02,57.1063,0.477075,7200,5,0,15260,0,1,0,0,0),(49093,11371,309,1,1,15182,0,-12023,-1760.59,56.2313,3.5719,7200,5,0,15260,0,1,0,0,0),(49092,11371,309,1,1,15182,0,-12021.3,-1752.41,55.3888,3.31613,7200,0,0,15260,0,0,0,0,0),(49091,11371,309,1,1,15182,0,-11866.1,-1312.97,78.272,4.36332,7200,0,0,15260,0,0,0,0,0),(49090,11372,309,1,1,15150,0,-11862.2,-1317.21,79.0372,4.15388,7200,0,0,15260,0,0,0,0,0),(620,1152,0,1,1,833,0,-12050.4,-422.317,-13.5915,4.51646,300,5,0,1403,0,1,0,0,0),(619,905,0,1,1,705,0,-11912.3,-416.464,-3.62516,0.011711,300,5,0,1107,0,1,0,0,0),(14249,3425,1,1,1,1973,0,588.891,-2775.86,92.0416,1.25888,275,0,0,300,0,0,0,0,0),(14248,3425,1,1,1,1973,0,-712.652,-3424.57,91.789,0.759314,275,0,0,300,0,0,0,0,0),(14247,3425,1,1,1,1973,0,536.564,-2803.46,91.7916,1.64009,275,0,0,300,0,0,0,0,0),(14237,3425,1,1,1,1973,0,227.476,-1460.16,91.7917,6.13365,275,3,0,300,0,1,0,0,0),(14236,3425,1,1,1,1973,0,-664.897,-1756.43,91.7917,0.720486,275,5,0,300,0,1,0,0,0),(14235,3425,1,1,1,1973,0,-328.422,-1588.06,92.0754,0.914523,275,0,0,300,0,0,0,0,0),(14234,3425,1,1,1,1973,0,92.1645,-1491.53,91.7917,5.58131,275,0,0,300,0,0,0,0,0),(14230,3425,1,1,1,1973,0,-760.046,-1684.79,91.7917,1.67274,275,0,0,300,0,0,0,0,0),(14229,3425,1,1,1,1973,0,-1045.08,-1781.89,91.7114,3.72076,275,5,0,300,0,1,0,0,0),(14228,3425,1,1,1,1973,0,-523.428,-1852.56,91.7916,5.06731,275,0,0,300,0,0,0,0,0),(14227,3425,1,1,1,1973,0,195.221,-1497.17,91.7917,0.370352,275,5,0,300,0,1,0,0,0),(14226,3425,1,1,1,1973,0,-753.458,-1710.97,91.7917,4.71999,275,0,0,300,0,0,0,0,0),(14225,3425,1,1,1,1973,0,-636.869,-1758.03,92.9167,0.575425,275,0,0,300,0,0,0,0,0),(14224,3425,1,1,1,1973,0,-641.743,-1714.21,91.7917,4.92183,275,0,0,300,0,0,0,0,0),(14223,3425,1,1,1,1973,0,-305.936,-1561,92.1461,0.125204,275,5,0,300,0,1,0,0,0),(14222,3425,1,1,1,1973,0,-667.842,-1723.48,91.7917,5.12722,275,5,0,300,0,1,0,0,0),(14221,3425,1,1,1,1973,0,608.808,-2951.09,92.0417,3.95861,275,0,0,300,0,0,0,0,0),(14220,3425,1,1,1,1973,0,-495.233,-1859.01,91.7916,5.98023,275,0,0,300,0,0,0,0,0),(14219,3425,1,1,1,1973,0,-618.787,-1696.16,92.0417,5.37938,275,0,0,300,0,0,0,0,0),(14218,3425,1,1,1,1973,0,-1050.82,-1792.73,91.7114,1.50366,275,0,0,300,0,0,0,0,0),(14217,3425,1,1,1,1973,0,41.0318,-1605.1,91.7917,4.42402,275,0,0,300,0,0,0,0,0),(14216,3425,1,1,1,1973,0,-603.582,-1854.04,91.7917,4.1247,275,15,0,300,0,1,0,0,0),(14215,3425,1,1,1,1973,0,207.82,-1544.65,91.7916,3.52187,275,0,0,300,0,0,0,0,0),(14214,3425,1,1,1,1973,0,178.275,-1531.03,91.7917,0.009926,275,0,0,300,0,0,0,0,0),(14213,3425,1,1,1,1973,0,526.193,-2777.86,91.7916,1.53237,275,5,0,300,0,1,0,0,0),(14212,3425,1,1,1,1973,0,609.354,-3000.2,91.7917,3.07618,275,5,0,300,0,1,0,0,0),(14211,3425,1,1,1,1973,0,509.516,-3010.84,91.7917,1.26005,275,0,0,300,0,0,0,0,0),(14210,3425,1,1,1,1973,0,-601.742,-1669.68,92.1667,1.8202,275,15,0,300,0,1,0,0,0),(14209,3425,1,1,1,1973,0,-336.325,-1692.76,92.1685,2.41186,275,0,0,300,0,0,0,0,0),(14208,3425,1,1,1,1973,0,-578.373,-1658.35,91.7917,4.75526,275,5,0,300,0,1,0,0,0),(14207,3425,1,1,1,1973,0,588.18,-2949.65,91.7917,5.34071,275,0,0,300,0,0,0,0,0),(14206,3425,1,1,1,1973,0,595.169,-3016.06,91.7917,2.45169,275,5,0,300,0,1,0,0,0),(14205,3425,1,1,1,1973,0,-326.443,-1572.02,92.4504,2.11041,275,0,0,300,0,0,0,0,0),(14204,3425,1,1,1,1973,0,213.95,-1461.04,91.7917,1.64183,275,0,0,300,0,0,0,0,0),(14203,3425,1,1,1,1973,0,671.407,-2818.26,92.6675,5.06565,275,5,0,300,0,1,0,0,0),(14202,3425,1,1,1,1973,0,-785.75,-1791.6,91.7917,5.55341,275,15,0,300,0,1,0,0,0),(14201,3425,1,1,1,1973,0,-726.87,-1704.52,91.7917,5.09542,275,0,0,300,0,0,0,0,0),(14200,3425,1,1,1,1973,0,67.9893,-1508.81,91.7917,1.23727,275,0,0,300,0,0,0,0,0),(14199,3425,1,1,1,1973,0,530.502,-2998.06,91.7917,0.243649,275,5,0,300,0,1,0,0,0),(14198,3425,1,1,1,1973,0,701.618,-2848.94,93.5417,4.59193,275,0,0,300,0,0,0,0,0),(14197,3425,1,1,1,1973,0,627.214,-3016.09,91.7917,0.009777,275,5,0,300,0,1,0,0,0),(14196,3425,1,1,1,1973,0,-596.552,-1699.07,91.9167,5.76479,275,15,0,300,0,1,0,0,0),(14195,3425,1,1,1,1973,0,191.573,-1535.1,91.7916,3.42627,275,0,0,300,0,0,0,0,0),(14194,3425,1,1,1,1973,0,1212.51,-3809.67,29.4422,5.48674,275,5,0,300,0,1,0,0,0),(14193,3425,1,1,1,1973,0,-245.772,-3773.56,26.7364,4.41462,275,5,0,300,0,1,0,0,0),(14192,3425,1,1,1,1973,0,1251.83,-3814.86,30.2619,6.27615,275,5,0,300,0,1,0,0,0),(14191,3425,1,1,1,1973,0,522.085,-3034.6,91.7917,5.82986,275,0,0,300,0,0,0,0,0),(14190,3425,1,1,1,1973,0,562.702,-2848.99,91.7917,1.09097,275,0,0,300,0,0,0,0,0),(14189,3425,1,1,1,1973,0,550.608,-2817.21,92.4166,3.03418,275,0,0,300,0,0,0,0,0),(14188,3425,1,1,1,1973,0,24.1306,-1632.79,91.7917,5.90929,275,5,0,300,0,1,0,0,0),(14187,3425,1,1,1,1973,0,-30.432,-1562.82,91.9776,2.99187,275,5,0,300,0,1,0,0,0),(14186,3425,1,1,1,1973,0,-761.839,-1791.1,91.7917,1.54006,275,15,0,300,0,1,0,0,0),(14185,3425,1,1,1,1973,0,1120.09,-3787.3,31.0933,5.06842,275,5,0,300,0,1,0,0,0),(14184,3425,1,1,1,1973,0,564.398,-2764.35,91.7916,4.71142,275,0,0,300,0,0,0,0,0),(14183,3425,1,1,1,1973,0,536.455,-3020.42,91.7917,1.30725,275,0,0,300,0,0,0,0,0),(14182,3425,1,1,1,1973,0,632.126,-2903.96,91.7917,5.54682,275,5,0,300,0,1,0,0,0),(14181,3425,1,1,1,1973,0,598.856,-2832.8,91.7916,1.78834,275,5,0,300,0,1,0,0,0),(14180,3425,1,1,1,1973,0,495.836,-3011.28,92.2917,1.48046,275,5,0,300,0,1,0,0,0),(14179,3425,1,1,1,1973,0,-611.595,-1828.76,92.2917,2.53593,275,0,0,300,0,0,0,0,0),(14178,3425,1,1,1,1973,0,250.104,-1471.37,92.0417,0.654419,275,0,0,300,0,0,0,0,0),(14177,3425,1,1,1,1973,0,-223.006,-1528.96,91.7917,3.69074,275,5,0,300,0,1,0,0,0),(14176,3425,1,1,1,1973,0,-212.861,-1551.53,92.4167,5.10771,275,5,0,300,0,1,0,0,0),(14175,3425,1,1,1,1973,0,-21.4678,-1577.63,91.7917,1.48935,275,5,0,300,0,1,0,0,0),(14174,3425,1,1,1,1973,0,-951.066,-1808.73,91.7917,5.8404,275,5,0,300,0,1,0,0,0),(14173,3425,1,1,1,1973,0,161.509,-1527.07,91.7917,5.53855,275,5,0,300,0,1,0,0,0),(14172,3425,1,1,1,1973,0,-589.333,-1819.35,91.7917,1.25809,275,5,0,300,0,1,0,0,0),(14171,3425,1,1,1,1973,0,-283.735,-3777.42,31.1709,2.87243,275,5,0,300,0,1,0,0,0),(14170,3425,1,1,1,1973,0,613.112,-2934.84,91.7917,1.07006,275,0,0,300,0,0,0,0,0),(14169,3425,1,1,1,1973,0,625.135,-2915.44,91.7917,4.49676,275,0,0,300,0,0,0,0,0),(14168,3425,1,1,1,1973,0,592.506,-2923.81,92.2935,1.29523,275,0,0,300,0,0,0,0,0),(14167,3425,1,1,1,1973,0,-779.098,-1812.64,91.7917,4.04292,275,0,0,300,0,0,0,0,0),(14166,3425,1,1,1,1973,0,-186.737,-1526.89,91.7917,0.210852,275,5,0,300,0,1,0,0,0),(14165,3425,1,1,1,1973,0,205.274,-1520.83,92.4167,0.66472,275,5,0,300,0,1,0,0,0),(14164,3425,1,1,1,1973,0,-773.66,-1775.08,91.7917,4.66317,275,0,0,300,0,0,0,0,0),(14163,3425,1,1,1,1973,0,-382.082,-3782.55,29.0678,5.34535,275,10,0,300,0,1,0,0,0),(14162,3425,1,1,1,1973,0,-328.572,-3742.22,27.8265,5.72334,275,10,0,300,0,1,0,0,0),(14161,3425,1,1,1,1973,0,1079.38,-3519.58,71.2561,3.89391,275,5,0,300,0,1,0,0,0),(6934,2727,0,1,1,161,0,-6656.4,-3317.18,244.712,2.24828,300,10,0,1403,0,1,0,0,0),(6933,2734,0,1,1,917,0,-6781.13,-2480.96,250.812,2.11319,300,3,0,1829,0,1,0,0,0),(6932,2743,0,1,1,4936,1,-6448.81,-3112.52,315.68,0.058234,300,5,0,1604,0,1,0,0,0),(6931,7867,0,1,1,6916,1,-6841.53,-3638.87,253.046,1.37881,300,0,0,2769,0,0,0,0,0),(6930,2731,0,1,1,632,0,-6658.02,-3637.38,242.7,3.11035,300,10,0,1469,0,1,0,0,0),(6929,2734,0,1,1,917,0,-6748.14,-2457.52,273.449,4.09237,300,3,0,1829,0,1,0,0,0),(6928,2725,0,1,1,715,0,-6537.23,-4121.35,264.566,3.74785,300,10,0,1522,1332,1,0,0,0),(14160,3425,1,1,1,1973,0,593.563,-2868.82,91.7916,0.623108,275,0,0,300,0,0,0,0,0),(618,905,0,1,1,705,0,-11951.2,-388.433,-16.6945,4.46112,300,5,0,1107,0,1,0,0,0),(14159,3425,1,1,1,1973,0,660.696,-2835.21,92.6667,1.58635,275,0,0,300,0,0,0,0,0),(14158,3425,1,1,1,1973,0,697.51,-2823.2,91.7925,6.03966,275,5,0,300,0,1,0,0,0),(14157,3425,1,1,1,1973,0,-195.994,-1532.05,91.7917,0.295704,275,5,0,300,0,1,0,0,0),(14156,3425,1,1,1,1973,0,-726.7,-1678.04,91.7917,3.29169,275,5,0,300,0,1,0,0,0),(14155,3425,1,1,1,1973,0,-1027.6,-1795.12,91.7114,4.51337,275,15,0,300,0,1,0,0,0),(14154,3425,1,1,1,1973,0,-643.547,-1726.97,91.7917,0.151273,275,0,0,300,0,0,0,0,0),(14153,3425,1,1,1,1973,0,1081.71,-3481.79,78.8154,4.69214,275,5,0,300,0,1,0,0,0),(14152,3425,1,1,1,1973,0,-243.727,-3722.56,29.3098,2.51835,275,5,0,300,0,1,0,0,0),(14151,3425,1,1,1,1973,0,614.767,-3031.96,91.7917,3.58766,275,0,0,300,0,0,0,0,0),(14150,3425,1,1,1,1973,0,580.833,-2825.16,91.7916,5.56836,275,0,0,300,0,0,0,0,0),(14149,3425,1,1,1,1973,0,583.989,-2847.66,91.7916,0.749473,275,0,0,300,0,0,0,0,0),(14148,3425,1,1,1,1973,0,-623.1,-1737.7,91.7917,6.21223,275,0,0,300,0,0,0,0,0),(14146,3424,1,1,1,1975,0,-2647.46,-1913.86,97.3011,1.67649,275,20,0,442,490,1,0,0,0),(14145,3424,1,1,1,1975,0,-2444.34,-2254.62,95.1493,5.9799,275,20,0,442,490,1,0,0,0),(14144,3424,1,1,1,1975,0,-2542.13,-2108.51,91.7917,5.72359,275,20,0,442,490,1,0,0,0),(14143,3424,1,1,1,1975,0,-2597.64,-2323.55,92.1667,3.37385,275,20,0,442,490,1,0,0,0),(14142,3424,1,1,1,1975,0,-2912.17,-1990.71,92.8868,1.49454,275,20,0,442,490,1,0,0,0),(14141,3424,1,1,1,1975,0,-2475.74,-2448.61,92.5943,5.9219,275,20,0,442,490,1,0,0,0),(14140,6494,1,1,1,5236,0,-1379.84,-3772.38,50.8543,4.98344,275,0,0,273,0,2,0,0,0),(14139,3934,1,1,1,3881,1,-407.123,-2645.22,96.3063,3.4383,275,0,0,1003,0,0,0,0,0),(14138,3421,1,1,1,1406,1,-4218.17,-2343.84,91.7917,4.72093,275,0,0,617,0,0,0,0,0),(14137,6236,1,1,1,4955,1,-1709.14,-4330.07,4.33387,6.14356,275,0,0,4120,0,0,0,0,0),(14136,3418,1,1,1,3818,1,-2347.39,-1925.27,95.8728,2.6529,275,0,0,573,0,0,0,0,0),(14135,3416,1,1,1,1058,0,-622.125,-3631.82,92.539,3.62613,275,0,0,386,0,0,0,0,0),(14134,3416,1,1,1,1058,0,-616.894,-3677.34,92.914,3.98031,275,0,0,386,0,0,0,0,0),(14133,3416,1,1,1,1058,0,-651.599,-3745.18,91.789,4.79968,275,10,0,386,0,1,0,0,0),(14132,3416,1,1,1,1058,0,-642.149,-3646.26,94.584,6.0415,275,0,0,386,0,0,0,0,0),(14131,3416,1,1,1,1058,0,-578.047,-3630.01,93.2917,5.66708,275,5,0,386,0,1,0,0,0),(14130,3416,1,1,1,1058,0,-570.428,-3651.8,92.5157,0.687021,275,0,0,386,0,0,0,0,0),(14129,3416,1,1,1,1058,0,-579.999,-3667.71,92.3273,2.36653,275,0,0,386,0,0,0,0,0),(14128,3416,1,1,1,1058,0,-643.476,-3506.5,92.039,5.03341,275,5,0,386,0,1,0,0,0),(14127,3928,1,1,1,2028,0,1414.76,-2281.38,92.1746,0.755504,275,5,0,494,0,1,0,0,0),(14126,3416,1,1,1,1058,0,-551.085,-3410.97,91.789,6.11163,275,5,0,386,0,1,0,0,0),(14125,3416,1,1,1,1058,0,-724.259,-3595.44,93.7229,3.96822,275,3,0,386,0,1,0,0,0),(14124,3415,1,1,1,1056,0,-224.436,-2791.11,93.3145,2.8786,275,15,0,222,0,1,0,0,0),(14123,3415,1,1,1,1056,0,-372.218,-2881.21,91.9142,0.465392,275,15,0,222,0,1,0,0,0),(14122,3415,1,1,1,1056,0,-535.577,-2444.97,91.7917,0.832856,275,5,0,222,0,1,0,0,0),(14121,3415,1,1,1,1056,0,-248.027,-2804.71,91.9761,0.047758,275,15,0,222,0,1,0,0,0),(14120,3415,1,1,1,1056,0,-251.909,-2352.19,91.8317,4.10227,275,5,0,222,0,1,0,0,0),(14119,3415,1,1,1,1056,0,-251.709,-2393.11,91.887,1.6692,275,5,0,222,0,1,0,0,0),(6927,2717,0,1,1,1120,1,-7144.22,-2313.79,246.382,6.1951,300,5,0,1902,0,1,0,0,0),(14118,3415,1,1,1,1056,0,-508.564,-2883.98,92.5417,6.02346,275,15,0,222,0,1,0,0,0),(14117,3415,1,1,1,1056,0,-205.966,-2377.57,91.8251,6.19896,275,5,0,222,0,1,0,0,0),(14116,3415,1,1,1,1056,0,-157.622,-2580.64,91.7917,4.55779,275,5,0,222,0,1,0,0,0),(14115,3415,1,1,1,1056,0,-413.69,-2881.85,91.8349,4.76161,275,5,0,222,0,1,0,0,0),(14114,3415,1,1,1,1056,0,-151.654,-2647.26,91.792,4.90571,275,5,0,222,0,1,0,0,0),(14113,3415,1,1,1,1056,0,-440.654,-2902.29,91.7917,3.63402,275,15,0,222,0,1,0,0,0),(14112,3415,1,1,1,1056,0,-143.75,-2621.34,94.2157,4.60665,275,0,0,222,0,0,0,0,0),(14111,3415,1,1,1,1056,0,-486.092,-2836.97,92.4767,1.37608,275,5,0,222,0,1,0,0,0),(14110,3415,1,1,1,1056,0,-512.574,-2516.44,94.6508,4.34188,275,5,0,222,0,1,0,0,0),(14109,3415,1,1,1,1056,0,-218.843,-2573.06,92.467,4.57326,275,15,0,222,0,1,0,0,0),(14108,3415,1,1,1,1056,0,-124.206,-2619.95,92.2479,4.07776,275,5,0,222,0,1,0,0,0),(14107,3415,1,1,1,1056,0,488.783,-3027.61,92.9835,1.29031,275,15,0,222,0,1,0,0,0),(14106,3415,1,1,1,1056,0,482.434,-3051.85,93.5769,1.19207,275,15,0,222,0,1,0,0,0),(49089,11371,309,1,1,15182,0,-11927,-1385.89,82.0706,3.57792,7200,3,0,15260,0,1,0,0,0),(49088,11372,309,1,1,15150,0,-11932.7,-1394.57,80.4193,3.90086,7200,3,0,15260,0,1,0,0,0),(69726,21846,530,1,1,0,1,-3759.02,5140.4,-22.8351,4.81711,300,0,0,6986,0,0,0,0,0),(66697,21859,530,1,1,0,1,-3756.38,4409.36,-1.16078,5.06878,300,0,0,6986,0,0,0,0,0),(66695,21859,530,1,1,0,1,-3764.99,5095.88,-19.0595,0.122173,300,0,0,6986,0,0,0,0,0),(48198,21859,530,1,1,0,1,-3770.83,5121.01,-21.4213,0.959931,300,0,0,6986,0,0,0,0,0),(31934,21859,530,1,1,0,1,-3753.17,5078.65,-18.2274,0.872665,300,0,0,6986,0,0,0,0,0),(14105,3415,1,1,1,1056,0,585.346,-2483.27,95.855,1.59813,275,5,0,222,0,1,0,0,0),(49087,14826,309,1,1,14391,0,-11580.6,-1254.79,77.6299,2.28638,40,0,0,763,0,0,0,0,0),(44022,7917,0,1,1,0,0,-8556,835.86,106.602,5.323,430,0,0,3398,0,0,0,0,0),(70514,20520,530,1,1,0,0,3725.36,2432.37,103.696,4.16881,600,0,0,7181,0,0,0,0,0),(14104,3415,1,1,1,1056,0,-414.39,-2926.09,92.159,3.03149,275,15,0,222,0,1,0,0,0),(14103,3415,1,1,1,1056,0,-385.087,-2937.43,91.7261,4.45054,275,15,0,222,0,1,0,0,0),(14102,3415,1,1,1,1056,0,45.15,-2525.76,93.1387,3.16698,275,5,0,222,0,1,0,0,0),(14101,3415,1,1,1,1056,0,-8.12921,-2566.53,91.7654,4.13774,275,5,0,222,0,1,0,0,0),(14100,3415,1,1,1,1056,0,21.8563,-2441.04,99.9166,2.78568,275,0,0,222,0,0,0,0,0),(14099,3415,1,1,1,1056,0,-444.449,-3011.4,91.8065,2.25577,275,5,0,222,0,1,0,0,0),(14098,3415,1,1,1,1056,0,-423.659,-2952.93,91.7917,3.72504,275,0,0,222,0,0,0,0,0),(14097,3415,1,1,1,1056,0,174.884,-2558.57,91.7917,0.692726,275,5,0,222,0,1,0,0,0),(14096,3415,1,1,1,1056,0,-464.826,-2971.25,91.7917,1.89662,275,5,0,222,0,1,0,0,0),(14095,3415,1,1,1,1056,0,211.035,-2609.35,91.8531,3.23603,275,15,0,222,0,1,0,0,0),(14094,3415,1,1,1,1056,0,559.884,-2407.02,91.7917,0.533374,275,10,0,222,0,1,0,0,0),(14093,3415,1,1,1,1056,0,58.4571,-2466.66,92.5223,0.632959,275,15,0,222,0,1,0,0,0),(14092,3415,1,1,1,1056,0,-468.699,-2917.37,93.0417,0.143001,275,0,0,222,0,0,0,0,0),(14091,3415,1,1,1,1056,0,578.788,-2421.03,92.3846,0.31016,275,0,0,222,0,0,0,0,0),(14090,3415,1,1,1,1056,0,211.446,-2561.79,91.7917,5.99855,275,0,0,222,0,0,0,0,0),(6926,2732,0,1,1,1055,0,-6651.58,-3552.83,259.551,2.85444,300,0,0,1604,0,0,0,0,0),(6924,2732,0,1,1,1055,0,-6760.77,-3279.66,242.453,2.71028,300,10,0,1604,0,1,0,0,0),(6925,2731,0,1,1,632,0,-6615.12,-3587.55,243.498,2.59314,300,5,0,1469,0,1,0,0,0),(15356,2349,0,1,1,6808,0,-733.792,-1572.47,55.0892,5.12883,300,10,0,664,0,1,0,0,0),(15355,2405,0,1,1,3662,1,21.3959,-879.059,58.3443,2.47706,300,0,0,3696,0,0,0,0,0),(15353,2405,0,1,1,3662,1,8.31741,-1030.88,55.3114,4.71887,300,0,0,3696,0,0,0,0,0),(15354,2405,0,1,1,3662,1,26.2819,-981.049,56.5633,5.86675,300,0,0,3696,0,0,0,0,0),(17701,1958,0,1,1,2597,0,879.167,95.834,35.1398,3.62478,275,10,0,350,390,1,0,0,0),(6923,2725,0,1,1,715,0,-6431.15,-4105.01,264.176,1.23487,300,10,0,1522,1332,1,0,0,0),(14089,3415,1,1,1,1056,0,-347.472,-2946.46,92.2917,4.82578,275,5,0,222,0,1,0,0,0),(14088,3415,1,1,1,1056,0,589.905,-2415.16,91.8713,2.51437,275,10,0,222,0,1,0,0,0),(14087,3415,1,1,1,1056,0,570.64,-2443.24,93.1667,6.21243,275,0,0,222,0,0,0,0,0),(14086,3415,1,1,1,1056,0,236.392,-2545.73,91.7917,4.84635,275,0,0,222,0,0,0,0,0),(14085,3415,1,1,1,1056,0,188.886,-2560.18,91.7917,4.36376,275,0,0,222,0,0,0,0,0),(14084,3415,1,1,1,1056,0,555.586,-2485.47,95.8442,5.24243,275,5,0,222,0,1,0,0,0),(14083,3415,1,1,1,1056,0,22.0531,-2478.83,91.7916,1.84941,275,0,0,222,0,0,0,0,0),(14082,3415,1,1,1,1056,0,249.44,-2596.17,94.1303,4.87336,275,15,0,222,0,1,0,0,0),(14081,3415,1,1,1,1056,0,-485.549,-2938.35,91.7917,6.00382,275,5,0,222,0,1,0,0,0),(14080,3415,1,1,1,1056,0,512.061,-2462.28,91.7917,5.80288,275,0,0,222,0,0,0,0,0),(14079,3415,1,1,1,1056,0,-447.847,-2926.19,92.4167,4.29007,275,0,0,222,0,0,0,0,0),(14078,3415,1,1,1,1056,0,30.5093,-2467.74,91.7916,1.82157,275,0,0,222,0,0,0,0,0),(14077,9558,1,1,1,8846,1,-996.145,-3815.62,5.25929,0.942478,275,0,0,2218,0,0,0,0,0),(245558,16592,0,1,1,11686,0,-5404.93,-492.299,395.597,-0.506145,300,0,0,42,0,0,0,0,0),(14075,3665,1,1,1,7051,1,-928.34,-3769.83,6.39278,2.47837,275,0,0,417,0,0,0,0,0),(14074,8016,1,1,1,4261,1,-383.605,-1371.59,91.9623,1.01229,275,0,0,3048,0,0,0,0,0),(14073,8016,1,1,1,4264,1,-356.251,-1392.92,99.0416,4.36188,275,0,0,3048,0,0,0,0,0),(14072,8016,1,1,1,4264,1,-410.014,-1358.16,113.945,0.890118,275,0,0,3048,0,0,0,0,0),(14071,8016,1,1,1,4263,1,-378.638,-1394.49,93.5754,6.07137,275,0,0,3048,0,0,0,0,0),(14070,8016,1,1,1,4261,1,-424.496,-1372.76,92.4504,0.036124,275,5,0,3048,0,1,0,0,0),(14069,8016,1,1,1,4261,1,-436.993,-1341.18,99.2917,1.68265,275,2,0,3048,0,1,0,0,0),(14068,8016,1,1,1,4261,1,-394.932,-1363.17,91.7855,0.977384,275,0,0,3048,0,0,0,0,0),(14067,8016,1,1,1,4261,1,1264.56,-2250.38,114.89,0.698132,275,0,0,3048,0,0,0,0,0),(14066,8016,1,1,1,4261,1,1238.94,-2212.8,92.0417,1.92637,275,5,0,3048,0,1,0,0,0),(14065,8016,1,1,1,4264,1,1263.86,-2216.21,92.0113,0.226893,275,0,0,3048,0,0,0,0,0),(14064,8016,1,1,1,4261,1,1193.02,-2259.09,91.7917,1.60011,275,5,0,3048,0,1,0,0,0),(14063,8016,1,1,1,4261,1,1231.25,-2281.25,94.4186,6.03819,275,5,0,3048,0,1,0,0,0),(14062,8016,1,1,1,4261,1,1250.6,-2244.22,92.7232,2.87974,275,5,0,3048,0,1,0,0,0),(14061,8016,1,1,1,4263,1,1248.74,-2203.71,113.479,0.593412,275,0,0,3048,0,0,0,0,0),(14060,8016,1,1,1,4264,1,1268.25,-2225.67,91.8273,0.366519,275,0,0,3048,0,0,0,0,0),(14059,10063,1,1,1,9286,1,-1036.32,-3678.48,23.109,5.96903,275,0,0,1342,0,0,0,0,0),(6922,2725,0,1,1,715,0,-6509.4,-4085.57,264.318,6.19259,300,10,0,1522,1332,1,0,0,0),(14058,5198,1,1,1,1166,0,0.290961,-3632.87,27.4159,2.30383,275,0,0,198,0,0,0,0,0),(14057,3659,1,1,1,10704,0,-971.694,-3633.29,18.9822,5.41288,275,0,0,1536,0,0,0,0,0),(6921,4872,0,1,1,2695,0,-6221.57,-3064.46,220.1,1.92399,300,0,0,1536,0,0,0,0,0),(49086,14826,309,1,1,14391,0,-11580.2,-1250.6,77.6299,3.36848,40,0,0,763,0,0,0,0,0),(49085,14826,309,1,1,14391,0,-11582.3,-1247.86,77.6299,4.36332,40,0,0,763,0,0,0,0,0),(6920,2732,0,1,1,1055,0,-7023.81,-3696.23,245.084,5.94758,300,3,0,1604,0,1,0,0,0),(6919,2728,0,1,1,557,0,-7016.81,-3480.98,241.858,2.84022,300,10,0,1536,0,1,0,0,0),(81508,7246,209,1,1,6426,1,1816.27,941.185,8.9654,2.32129,86400,0,0,4119,2864,0,0,0,0),(81504,7269,209,1,1,7470,0,1820.72,910.783,8.97814,3.89208,86400,5,0,1782,0,1,0,0,0),(81505,5650,209,1,1,6421,1,1822.72,914.188,9.00179,4.11501,86400,5,0,4278,2966,1,0,0,0),(81506,7269,209,1,1,7470,0,1832.13,932.186,8.96523,1.78024,86400,5,0,1782,0,1,0,0,0),(81507,5649,209,1,1,6423,1,1861.45,828.72,24.1171,3.64774,86400,5,0,5346,0,1,0,0,0),(81503,7269,209,1,1,7470,0,1849.73,842.241,14.2548,5.84685,86400,5,0,1782,0,1,0,0,0),(617,877,0,1,1,4920,1,-12244.2,674.804,-70.7399,0.764799,1800,5,0,1403,0,1,0,0,0),(616,1114,0,1,1,845,0,-12782.4,-882.02,55.5573,4.40298,300,10,0,1804,0,1,0,0,0),(14056,3658,1,1,1,7057,1,-974.165,-3635,19.1651,5.31583,275,0,0,449,0,0,0,0,0),(14055,3655,1,1,1,7221,1,-658.948,-2006.91,61.6745,3.46793,275,0,0,386,0,0,0,0,0),(14054,4166,1,1,1,1547,0,-2640.7,-1899.03,95.8037,0.548667,275,0,0,14,0,0,0,0,0),(14053,4166,1,1,1,2237,0,-2634.93,-1899.94,95.9287,0.289682,275,0,0,14,0,0,0,0,0),(14052,4166,1,1,1,2237,0,-2635.23,-1905.69,96.4277,0.447744,275,0,0,14,0,0,0,0,0),(14051,4166,1,1,1,2238,0,-2630.93,-1904.7,96.5375,0.156463,275,0,0,14,0,0,0,0,0),(14050,4166,1,1,1,1547,0,-2636.45,-1899.12,95.8501,0.54262,275,0,0,14,0,0,0,0,0),(8020,4415,1,1,1,11348,0,-4369.77,-3917.44,55.8698,4.08216,360,5,0,1751,0,1,0,0,0),(8019,12919,1,1,1,13099,1,-4139.29,-4060.02,2.12276,5.044,360,0,0,2218,0,0,0,0,0),(14049,4166,1,1,1,2238,0,-2624.33,-1883.84,94.6177,0.534173,275,0,0,14,0,0,0,0,0),(14048,4166,1,1,1,2238,0,-950.849,-2690.34,94.8764,4.80418,275,20,0,14,0,1,0,0,0),(14047,4166,1,1,1,1547,0,-480.071,-2014.89,93.3745,2.51567,275,0,0,14,0,0,0,0,0),(14046,4166,1,1,1,1547,0,-490.426,-2006.42,93.5692,2.39076,275,0,0,14,0,0,0,0,0),(14045,4166,1,1,1,2238,0,-487.935,-2014.8,92.7294,2.46136,275,0,0,14,0,0,0,0,0),(14044,4166,1,1,1,1547,0,-491.924,-2010.56,93.1708,2.4934,275,0,0,14,0,0,0,0,0),(14043,4166,1,1,1,2237,0,-487.622,-2010.14,93.2034,2.38933,275,0,0,14,0,0,0,0,0),(14042,4166,1,1,1,1547,0,-502.584,-1996.39,94.4326,2.27603,275,0,0,14,0,0,0,0,0),(14041,4166,1,1,1,2237,0,-1299.7,-2163.3,92.9623,0.441817,275,20,0,14,0,1,0,0,0),(14040,4166,1,1,1,1547,0,-1297.92,-2173.1,93.8321,0.446182,275,20,0,14,0,1,0,0,0),(14039,4166,1,1,1,2238,0,-1293.71,-2170.16,92.8328,0.428727,275,20,0,14,0,1,0,0,0),(14038,4166,1,1,1,1547,0,-1299.2,-2167.56,93.2594,0.407713,275,20,0,14,0,1,0,0,0),(14037,4166,1,1,1,2238,0,-1315.29,-2177.78,95.2035,0.073869,275,0,0,14,0,0,0,0,0),(14036,4166,1,1,1,1547,0,-1295.2,-2161.68,92.3015,0.450548,275,20,0,14,0,1,0,0,0),(6918,2731,0,1,1,632,0,-6385.9,-3621.2,244.461,6.11836,300,10,0,1469,0,1,0,0,0),(14035,4166,1,1,1,2238,0,-1289.34,-2162.99,92.0365,0.323703,275,20,0,14,0,1,0,0,0),(14034,4166,1,1,1,2238,0,-1305.42,-2170.09,94.3055,6.18934,275,20,0,14,0,1,0,0,0),(6917,2730,0,1,1,161,0,-6432.91,-3827.31,303.123,5.49779,300,10,0,1981,0,1,0,0,0),(615,1653,0,1,1,2563,1,-13476.3,194.444,41.1958,1.87436,300,2,0,1110,3293,1,0,0,0),(614,1551,0,1,1,2174,0,-13202.4,-576.864,12.9066,4.64581,300,2,0,2059,0,1,0,0,0),(14033,3398,1,1,1,1397,0,-1053.21,-2090.78,51.7808,3.06066,43200,0,0,1452,0,0,0,0,0),(14032,4166,1,1,1,1547,0,-557.923,-2539.76,93.1667,0.89557,275,20,0,14,0,1,0,0,0),(63521,22991,530,1,1,0,0,-4076.79,3412.91,334.617,-1.0821,180,0,0,4120,0,0,0,0,0),(14031,4166,1,1,1,2238,0,-2255.7,-2233.26,92.9592,4.01906,275,20,0,14,0,1,0,0,0),(14030,4166,1,1,1,2238,0,-2256.42,-2248.3,93.4277,3.93069,275,20,0,14,0,1,0,0,0),(14029,4166,1,1,1,1547,0,-2253.33,-2241.21,93.1163,3.91184,275,20,0,14,0,1,0,0,0),(14028,4166,1,1,1,2237,0,-2243.09,-2228.98,92.9267,4.03752,275,20,0,14,0,1,0,0,0),(14027,4166,1,1,1,1547,0,-2298.94,-2281.05,92.4972,3.26885,275,20,0,14,0,1,0,0,0),(14026,4166,1,1,1,2238,0,-570.469,-2547.67,92.8319,0.91193,275,0,0,14,0,0,0,0,0),(14025,4166,1,1,1,2238,0,-572.897,-2552.29,92.4569,0.899247,275,0,0,14,0,0,0,0,0),(14024,4166,1,1,1,2238,0,-562.784,-2554.2,92.2917,0.885524,275,0,0,14,0,0,0,0,0),(94474,22822,530,1,1,0,0,3675.37,2277.2,111.502,1.71303,360,0,0,6761,0,0,0,0,0),(94473,22822,530,1,1,0,0,3718.5,2268.29,121.473,5.38083,360,0,0,6761,0,0,0,0,0),(94472,22822,530,1,1,0,0,3756.96,2233.31,132.258,2.75368,360,0,0,6761,0,0,0,0,0),(94471,22822,530,1,1,0,0,3730.52,2231.31,128.261,0.248253,360,0,0,6761,0,0,0,0,0),(94470,22822,530,1,1,0,0,3584.08,2300.47,73.296,5.22362,360,0,0,6761,0,0,0,0,0),(94469,22822,530,1,1,0,0,3567.88,2186.46,87.2871,5.93833,360,0,0,6761,0,0,0,0,0),(94468,22822,530,1,1,0,0,3576.63,1993.81,99.5505,4.94087,360,0,0,6761,0,0,0,0,0),(6916,2730,0,1,1,161,0,-6466.47,-3857.28,316.597,3.20192,300,5,0,1981,0,1,0,0,0),(6915,2732,0,1,1,1055,0,-6649.06,-3482.49,259.517,4.37896,300,0,0,1604,0,0,0,0,0),(6914,2730,0,1,1,161,0,-6490.28,-3804.55,321.746,1.39216,300,5,0,1981,0,1,0,0,0),(6913,2718,0,1,1,11545,1,-7152.95,-2286.86,262.457,4.74616,300,5,0,1585,1381,1,0,0,0),(6912,2893,0,1,1,1194,1,-6956.01,-3314.42,263.466,6.1832,300,5,0,1678,0,1,0,0,0),(49084,14826,309,1,1,14391,0,-11585.1,-1248.76,77.6299,5.23599,40,0,0,763,0,0,0,0,0),(49083,14826,309,1,1,14391,0,-11586.6,-1250.72,77.6299,6.07375,40,0,0,763,0,0,0,0,0),(6911,2732,0,1,1,1055,0,-7132.52,-3488.62,253.374,3.02619,300,0,0,1604,0,0,0,0,0),(6910,2732,0,1,1,1055,0,-6709.01,-2995.9,259.146,5.50055,300,0,0,1604,0,0,0,0,0),(6909,2725,0,1,1,715,0,-6395.58,-4161.5,270.867,4.70989,300,5,0,1522,1332,1,0,0,0),(6908,2725,0,1,1,715,0,-6383.89,-4187.71,277.542,1.37298,300,3,0,1522,1332,1,0,0,0),(6907,2725,0,1,1,715,0,-6350.83,-4210.97,303.02,2.4934,300,3,0,1522,1332,1,0,0,0),(6906,2725,0,1,1,715,0,-6363.04,-4211.82,292.495,3.16698,300,3,0,1522,1332,1,0,0,0),(6905,2725,0,1,1,715,0,-6388.5,-4103.65,275.793,1.05251,300,0,0,1522,1332,0,0,0,0),(6904,2725,0,1,1,715,0,-6363.87,-4182.18,285.838,1.55712,300,3,0,1522,1332,1,0,0,0),(613,1551,0,1,1,2174,0,-13224.9,-567.425,4.64249,5.14098,300,3,0,2059,0,1,0,0,0),(612,1551,0,1,1,2174,0,-13222.4,-502.163,9.54812,5.82651,300,0,0,2059,0,0,0,0,0),(611,1064,0,1,1,4368,1,-12375.2,234.479,3.29447,1.8675,300,0,0,11828,0,0,0,0,0),(610,1064,0,1,1,4369,1,-12383.7,227.555,2.72805,1.6166,300,0,0,11828,0,2,0,0,0),(609,16094,0,1,1,3519,1,-12423.7,187.072,1.16645,5.20108,300,0,0,1003,0,0,0,0,0),(6903,2725,0,1,1,715,0,-6398.84,-4103.88,269.616,0.244505,300,3,0,1522,1332,1,0,0,0),(14023,4166,1,1,1,2238,0,-571.005,-2556.43,92.2069,0.938803,275,0,0,14,0,0,0,0,0),(608,1064,0,1,1,4369,1,-12333.8,171.266,3.79848,0.069813,300,0,0,11828,0,0,0,0,0),(49082,14826,309,1,1,14391,0,-11586.4,-1253.92,77.6299,0.750492,40,0,0,763,0,0,0,0,0),(49081,14826,309,1,1,14391,0,-11583.2,-1254.83,77.6299,1.67552,40,0,0,763,0,0,0,0,0),(49080,14826,309,1,1,14391,0,-11581.5,-1252.54,77.6299,2.61799,40,0,0,763,0,0,0,0,0),(49079,14826,309,1,1,14391,0,-11582.5,-1250.32,77.6299,3.90954,40,0,0,763,0,0,0,0,0),(49078,14826,309,1,1,14391,0,-11584.2,-1252.21,77.6299,0.959931,40,0,0,763,0,0,0,0,0),(49077,15042,309,1,1,15144,0,-12013,-1805.91,81.1094,1.6057,7200,0,0,9156,0,0,0,0,0),(49076,11374,309,1,1,15101,0,-11856.4,-1518.22,8.63866,0.820305,7200,0,0,9156,0,0,0,0,0),(49075,11374,309,1,1,15101,0,-11669.3,-1658.74,8.63866,1.71042,7200,0,0,9156,0,0,0,0,0),(49074,11374,309,1,1,15101,0,-11793.3,-1753.86,8.63866,0.785398,7200,0,0,9156,0,0,0,0,0),(49073,11374,309,1,1,15101,0,-11716.9,-1452.71,8.63866,6.10865,7200,0,0,9156,0,0,0,0,0),(49072,11374,309,1,1,15101,0,-11873.3,-1742.98,8.63866,1.43117,7200,0,0,9156,0,0,0,0,0),(49071,11374,309,1,1,15101,0,-11724.6,-1806.67,8.63866,3.07178,7200,0,0,9156,0,0,0,0,0),(49070,11374,309,1,1,15101,0,-11700.9,-1490.58,8.63866,3.4628,7200,0,0,9156,0,0,0,0,0),(47562,8915,230,1,1,8779,1,1418.24,-768.974,-92.6388,4.04916,7200,0,0,2634,2041,0,0,0,0),(47561,8904,230,1,1,8826,1,1420.37,-775.428,-92.6383,2.56563,7200,0,0,2394,4896,0,0,0,0),(47478,8904,230,1,1,8826,1,1408.46,-769.655,-92.6389,5.91667,7200,0,0,2394,4896,0,0,0,0),(47477,9938,230,1,1,12162,0,1380.72,-659.314,-91.9711,1.58825,43200,0,0,24291,0,0,0,0,0),(47474,8982,230,1,1,9189,0,1353.16,-677.38,-91.9711,0,7200,0,0,126,0,0,0,0,0),(47473,8982,230,1,1,9189,0,1407.67,-677.718,-91.9711,3.14159,7200,0,0,126,0,0,0,0,0),(47472,8982,230,1,1,9189,0,1353.92,-632.75,-91.9711,0.122173,7200,0,0,126,0,0,0,0,0),(47466,8982,230,1,1,9189,0,1406.88,-632.438,-91.9711,3.14159,7200,0,0,126,0,0,0,0,0),(47442,8982,230,1,1,9189,0,1353.43,-587.317,-91.9711,0.15708,7200,0,0,126,0,0,0,0,0),(47323,8982,230,1,1,9189,0,1407.29,-587.299,-91.9711,3.15905,7200,0,0,126,0,0,0,0,0),(47304,9025,230,1,1,5781,0,615.522,-267.397,-83.5907,3.86809,43200,0,0,11460,0,2,0,0,0),(47303,9956,230,1,1,9309,1,1385.2,-439.437,-94.5913,3.19395,600,0,0,760,0,2,0,0,0),(47302,9956,230,1,1,9309,1,1382.62,-397.68,-94.5913,5.39307,600,0,0,760,0,2,0,0,0),(47301,10117,230,1,1,7550,0,265.299,-161.117,-72.5054,0.174533,7200,0,0,42,0,0,0,0,0),(6902,2731,0,1,1,632,0,-6568.43,-2914.68,253.944,1.14897,300,5,0,1469,0,1,0,0,0),(14022,4166,1,1,1,2238,0,645.567,-1992.18,94.3211,1.80077,275,20,0,14,0,1,0,0,0),(14021,4166,1,1,1,1547,0,656.101,-1988.64,93.9044,1.59713,275,20,0,14,0,1,0,0,0),(14020,4166,1,1,1,2238,0,652.067,-1998.06,94.0989,1.81568,275,20,0,14,0,1,0,0,0),(14019,4166,1,1,1,2237,0,652.578,-1992.11,94.1957,1.70369,275,20,0,14,0,1,0,0,0),(14018,4166,1,1,1,2238,0,647.492,-1979.11,93.5238,1.79159,275,20,0,14,0,1,0,0,0),(14017,4166,1,1,1,2238,0,-1573.7,-1892.6,95.0577,0.818535,275,0,0,14,0,0,0,0,0),(14016,4166,1,1,1,2238,0,-1571.88,-1894.16,95.3724,0.664982,275,20,0,14,0,1,0,0,0),(14015,4166,1,1,1,2237,0,-1571.1,-1892.25,95.3899,0.734267,275,0,0,14,0,0,0,0,0),(14014,4166,1,1,1,2238,0,-1566.32,-1894.35,95.5814,0.6607,275,0,0,14,0,0,0,0,0),(49069,11374,309,1,1,15101,0,-11714,-1759.32,8.63866,0.820305,7200,0,0,9156,0,0,0,0,0),(49068,11374,309,1,1,15101,0,-11885.3,-1716.99,8.63866,3.12414,7200,0,0,9156,0,0,0,0,0),(49067,15111,309,1,1,12345,1,-11883.1,-1883.27,63.6083,0.717006,7200,5,0,12575,9944,1,0,0,0),(17700,1958,0,1,1,2597,0,875.801,75.5847,32.8699,6.16101,275,0,0,350,390,0,0,0,0),(14013,4166,1,1,1,1547,0,-1565.4,-1886.46,95.4469,0.787829,275,0,0,14,0,0,0,0,0),(14012,4166,1,1,1,2238,0,-1578.91,-1891.93,94.646,0.774671,275,0,0,14,0,0,0,0,0),(14011,4166,1,1,1,2238,0,-1571.99,-1886.69,94.9803,0.831814,275,0,0,14,0,0,0,0,0),(14010,4166,1,1,1,1547,0,-1550.76,-1884.09,96.6302,0.202371,275,0,0,14,0,0,0,0,0),(14009,4166,1,1,1,2238,0,-564.859,-2551.99,92.5417,0.873921,275,0,0,14,0,0,0,0,0),(15352,2385,0,1,1,1056,0,-1016.44,-1012.79,42.5018,2.51561,300,5,0,840,0,1,0,0,0),(14008,3397,1,1,1,9447,1,-1250.49,-3090.42,92.84,0.129407,275,5,0,235,295,1,0,0,0),(14007,3397,1,1,1,9447,1,-1157.47,-3127.11,93.67,3.0509,275,0,0,235,295,0,0,0,0),(14006,3397,1,1,1,9447,1,-1150.59,-2887.54,94.5679,2.98672,275,0,0,235,295,2,0,0,0),(14005,3397,1,1,1,9447,1,-1334.89,-3135.21,91.7917,0.825739,275,0,0,235,295,0,0,0,0),(14004,3397,1,1,1,9447,1,-1320.35,-3127.96,91.7917,2.60621,275,0,0,235,295,0,0,0,0),(14003,3397,1,1,1,9447,1,-1493.2,-3043.02,91.7917,5.10249,275,5,0,235,295,1,0,0,0),(6901,2731,0,1,1,632,0,-6561.49,-3203.69,249.73,2.41008,300,10,0,1469,0,1,0,0,0),(49066,15111,309,1,1,12345,1,-11884.5,-1880.88,63.6083,2.00092,7200,5,0,12575,9944,1,0,0,0),(6900,2732,0,1,1,1055,0,-6734.86,-3108.33,266.579,4.27234,300,5,0,1604,0,1,0,0,0),(6899,8155,0,1,1,7373,1,-6655.88,-2236.99,256.139,6.12611,300,0,0,7048,0,0,0,0,0),(14002,3397,1,1,1,9447,1,-1160.35,-3168.6,91.7917,0.357612,275,0,0,235,295,0,0,0,0),(6898,8155,0,1,1,7375,1,-6613.29,-2220.65,244.269,5.03745,300,0,0,7048,0,2,0,0,0),(6897,2730,0,1,1,161,0,-6399.62,-3796.44,295.316,0.853068,300,10,0,1981,0,1,0,0,0),(6896,2731,0,1,1,632,0,-6607.43,-2911.96,244.883,3.49671,300,10,0,1469,0,1,0,0,0),(6895,2730,0,1,1,161,0,-6447.64,-3827.81,308.149,4.84159,300,10,0,1981,0,1,0,0,0),(6894,2731,0,1,1,632,0,-6511.7,-3715.16,282.449,1.33814,300,5,0,1469,0,1,0,0,0),(6893,2731,0,1,1,632,0,-6504.05,-3704.3,273.491,3.58015,300,10,0,1469,0,1,0,0,0),(6892,2731,0,1,1,632,0,-6659.94,-3027.08,271.949,3.14159,300,10,0,1469,0,1,0,0,0),(6891,2731,0,1,1,632,0,-6542,-3615.67,252.631,4.2513,300,5,0,1469,0,1,0,0,0),(6890,2731,0,1,1,632,0,-6394.99,-3586.84,270.382,0.707991,300,5,0,1469,0,1,0,0,0),(6889,9356,0,1,1,8633,1,-6650.01,-2149.09,245.434,3.9968,300,0,0,1003,0,0,0,0,0),(6888,2732,0,1,1,1055,0,-6886.39,-3314.08,262.674,4.58126,300,5,0,1604,0,1,0,0,0),(6887,9179,0,1,1,13050,1,-6760.19,-3135.55,241.247,3.71755,300,0,0,1604,0,0,0,0,0),(31975,7337,129,1,1,0,0,2526.98,938.913,48.4967,5.1856,86400,1,0,3027,1067,1,0,0,0),(31974,7328,129,1,1,0,1,2524.11,934.244,47.7514,5.82781,86400,1,0,3660,0,1,0,0,0),(31973,2110,129,1,1,0,0,2509.45,938.436,47.9613,0.597633,86400,5,0,1,0,1,0,0,0),(6886,9084,0,1,1,8350,1,-6690.13,-2161.77,244.195,3.9968,300,0,0,2466,1923,2,0,0,0),(49065,15111,309,1,1,568,1,-11885.8,-1877.17,63.6083,1.99538,7200,5,0,12575,9944,1,0,0,0),(6885,9082,0,1,1,8335,1,-6686.64,-2162.67,244.195,3.80482,300,0,0,3398,0,2,0,0,0),(6884,9078,0,1,1,8330,1,-6681.58,-2151.27,244.195,4.67748,300,0,0,3101,2289,0,0,0,0),(6883,9086,0,1,1,8352,1,-6692.72,-2159.63,244.195,4.03171,300,0,0,3082,0,2,0,0,0),(6882,9080,0,1,1,8333,1,-6679.48,-2225.47,278.598,2.67035,300,0,0,3876,0,0,0,0,0),(31972,7347,129,1,1,0,0,2483.2,1068.46,47.4003,2.01005,86400,0,0,3831,0,0,0,0,0),(14001,3397,1,1,1,9447,1,-1179.61,-2985.06,93.4407,4.23902,275,5,0,235,295,1,0,0,0),(6881,9079,0,1,1,8332,1,-6682.35,-2154.34,244.195,1.29154,300,0,0,3101,2289,0,0,0,0),(6880,9083,0,1,1,8349,1,-6690.19,-2156.94,244.195,4.01426,300,0,0,3082,0,2,0,0,0),(6879,9081,0,1,1,8334,1,-6681.06,-2227.46,278.58,2.67035,300,0,0,3101,2289,0,0,0,0),(6878,9077,0,1,1,8331,1,-6677.64,-2223.66,278.634,2.56563,300,0,0,4120,0,0,0,0,0),(6877,9085,0,1,1,8351,1,-6687.94,-2159.12,244.195,3.9968,300,0,0,2466,1923,2,0,0,0),(6874,5394,0,1,1,4897,1,-6672.05,-2240.34,278.482,4.66003,300,0,0,2218,0,0,0,0,0),(6873,2920,0,1,1,4895,1,-6623.19,-2721.47,244.684,3.19395,300,0,0,1107,0,0,0,0,0),(6872,2921,0,1,1,4896,1,-6633.66,-2724.62,243.43,3.01942,300,0,0,1469,0,0,0,0,0),(6871,2888,0,1,1,21015,1,-6789.41,-3619.82,244.215,0.715585,300,0,0,2769,0,0,0,0,0),(6870,10058,0,1,1,9281,0,-6678.65,-2170.2,244.245,4.01426,300,0,0,1003,0,0,0,0,0),(6869,8155,0,1,1,7375,1,-6667.88,-2236.93,278.586,5.39307,300,0,0,7048,0,0,0,0,0),(6868,1407,0,1,1,4385,1,-6673.13,-2151.46,244.227,3.735,300,0,0,1753,0,0,0,0,0),(6867,17097,0,1,1,16849,0,-6686.65,-2228.43,260.739,2.84489,300,0,0,1478,1534,0,0,0,0),(6866,8155,0,1,1,7375,1,-6666.14,-2179.9,244.269,4.11898,300,0,0,7048,0,0,0,0,0),(6865,2861,0,1,1,4148,1,-6632.22,-2178.42,244.227,4.38078,600,0,0,10572,0,0,0,0,0),(6864,8155,0,1,1,7373,1,-6675.74,-2173.84,244.228,4.10152,300,0,0,7048,0,0,0,0,0),(6863,2908,0,1,1,4902,0,-6651.26,-2156.89,245.434,2.44346,300,0,0,2138,0,0,0,0,0),(6862,2817,0,1,1,7033,0,-6767.33,-3133.6,240.675,5.20016,300,0,0,1536,0,0,0,0,0),(6861,4618,0,1,1,4898,0,-6763.39,-3129.3,241.384,4.06662,300,0,0,1981,0,0,0,0,0),(6860,1068,0,1,1,2740,1,-6645.85,-2151.67,245.434,4.03171,300,0,0,1753,0,0,0,0,0),(6859,6868,0,1,1,5646,1,-6653.35,-2139.33,251.908,5.48033,300,0,0,992,2680,0,0,0,0),(6857,2785,0,1,1,4903,0,-7164.42,-3357.41,244.933,5.68414,300,0,0,1003,0,0,0,0,0),(6856,5862,0,1,1,7832,1,-6479.03,-920.239,332.385,2.54818,500,0,0,1496,3680,0,0,0,0),(6855,5861,0,1,1,7827,1,-6472.99,-962.571,335.34,4.24115,500,0,0,2138,0,0,0,0,0),(6854,5862,0,1,1,7830,1,-6490.32,-873.726,323.75,1.44862,500,0,0,1496,3680,0,0,0,0),(6853,5861,0,1,1,7827,1,-6488.71,-904.842,324.312,4.21957,500,0,0,2138,0,2,0,0,0),(6852,5862,0,1,1,7830,1,-6470.11,-894.34,324.171,6.24828,500,0,0,1496,3680,0,0,0,0),(6851,8419,0,1,1,7730,1,-6477.95,-962.255,335.212,4.20624,500,0,0,1774,1534,0,0,0,0),(6850,8419,0,1,1,7729,1,-6490.58,-963.602,335.212,5.86431,500,0,0,1774,1534,0,0,0,0),(6848,5860,0,1,1,7822,1,-6653.2,-882.197,249.269,3.32534,500,5,0,1648,1432,1,0,0,0),(6847,5862,0,1,1,7831,1,-6454.17,-937.5,334.48,1.33845,500,5,0,1496,3680,1,0,0,0),(6846,5862,0,1,1,7830,1,-6512.2,-848.033,323.538,6.07762,500,5,0,1496,3680,1,0,0,0),(6845,9699,0,1,1,8971,0,-6622.98,-890.797,244.712,5.77059,500,10,0,8,0,1,0,0,0),(6844,5861,0,1,1,7828,1,-6489.66,-819.278,320.702,3.50927,500,0,0,2138,0,0,0,0,0),(6843,9700,0,1,1,5560,0,-6498.96,-972.537,335.19,4.71239,500,5,0,8,0,1,0,0,0),(6842,5854,0,1,1,10801,0,-7014.28,-1138.36,242.304,1.59511,500,5,0,2488,0,1,0,0,0),(6841,5846,0,1,1,7798,1,-6860.7,-1227.1,176.497,3.82227,500,0,0,2488,0,0,0,0,0),(6840,8566,0,1,1,7866,1,-6954.58,-1488.57,237.984,3.75803,500,0,0,2488,0,2,0,0,0),(6839,5844,0,1,1,7792,1,-6981.63,-1177.12,225.561,3.64016,500,0,0,2310,0,2,0,0,0),(6838,5844,0,1,1,7791,1,-6983.18,-1174.53,225.548,3.64888,500,0,0,2310,0,2,0,0,0),(6837,5854,0,1,1,10801,0,-6913.02,-1227.42,178.381,1.40955,500,5,0,2488,0,1,0,0,0),(6836,5846,0,1,1,7798,1,-6906.5,-1326.17,178.632,4.9186,500,5,0,2488,0,1,0,0,0),(6835,5854,0,1,1,10801,0,-6981.74,-1477.09,241.75,0.971895,500,5,0,2488,0,1,0,0,0),(6834,8566,0,1,1,7866,1,-6872.32,-1074.97,240.078,4.90943,500,5,0,2488,0,1,0,0,0),(6833,8566,0,1,1,7866,1,-6925.87,-1051.08,240.125,1.23046,500,5,0,2488,0,1,0,0,0),(6832,8566,0,1,1,7866,1,-6931.85,-1419.82,256.156,4.85202,500,0,0,2488,0,0,0,0,0),(6831,8566,0,1,1,7868,1,-6995.07,-1144.61,257.58,1.41372,500,0,0,2488,0,0,0,0,0),(6830,8566,0,1,1,7865,1,-6906.53,-1093.65,256.74,0.942478,500,0,0,2488,0,0,0,0,0),(6829,8566,0,1,1,7867,1,-6925.37,-1454.41,238.62,1.78237,500,3,0,2488,0,1,0,0,0),(6828,8566,0,1,1,7867,1,-6973.01,-1481.47,241.75,1.02883,500,5,0,2488,0,1,0,0,0),(6827,8566,0,1,1,7866,1,-7004.47,-1151.25,241.782,5.75181,500,0,0,2488,0,0,0,0,0),(6826,8566,0,1,1,7867,1,-7024,-1107.26,240.183,2.22054,500,0,0,2488,0,0,0,0,0),(6825,5833,0,1,1,10933,0,-7256.31,-1949.49,298.82,5.86932,500,0,0,2059,0,2,0,0,0),(6824,5854,0,1,1,10801,0,-7022.67,-1152.27,242.906,3.70996,500,5,0,2488,0,1,0,0,0),(6823,8284,0,1,1,7760,0,-7007.21,-1749.16,234.182,1.37881,500,0,0,3696,0,0,0,0,0),(6822,5858,0,1,1,7510,0,-6595.89,-1170.97,273.366,4.4602,500,5,0,2488,0,1,0,0,0),(6821,5846,0,1,1,7801,1,-6872.4,-1322.4,243.141,1.53944,500,5,0,2488,0,1,0,0,0),(6820,5840,0,1,1,7797,1,-6868.71,-1281.88,242.891,1.81154,500,5,0,2399,0,1,0,0,0),(6819,5844,0,1,1,7791,1,-6873,-1286.76,243.016,3.57072,500,5,0,2310,0,1,0,0,0),(6818,5856,0,1,1,4456,0,-6860.15,-1700.02,250.563,4.8142,500,10,0,2059,0,1,0,0,0),(6817,5840,0,1,1,7797,1,-6836.02,-1228.32,240.263,3.16779,500,5,0,2399,0,1,0,0,0),(6816,5840,0,1,1,7797,1,-6818.91,-1215.62,240.036,1.01467,500,5,0,2399,0,1,0,0,0),(6815,5856,0,1,1,4456,0,-6855.49,-1740.54,251.591,5.34912,500,10,0,2059,0,1,0,0,0),(6814,5840,0,1,1,7797,1,-6838.51,-1163.79,241.167,1.70469,500,5,0,2399,0,1,0,0,0),(6813,5853,0,1,1,5747,0,-6965.98,-1750.8,245.078,4.55944,500,5,0,2310,0,1,0,0,0),(6812,5839,0,1,1,7794,1,-6981.44,-1743.3,242.696,0.417546,500,5,0,1441,3575,1,0,0,0),(6811,5856,0,1,1,4456,0,-6906.36,-1724.62,242.33,3.3363,500,10,0,2059,0,1,0,0,0),(6810,5839,0,1,1,7794,1,-6986,-1729.99,241.659,0.132366,500,5,0,1441,3575,1,0,0,0),(6809,5840,0,1,1,7796,1,-6863.97,-1174.06,240.303,1.8135,500,5,0,2399,0,1,0,0,0),(6808,5839,0,1,1,7794,1,-7012.38,-1731.65,234.099,4.93445,500,5,0,1441,3575,1,0,0,0),(6807,5844,0,1,1,7789,1,-6478.69,-1363.26,212.107,3.76705,500,0,0,2310,0,0,0,0,0),(6806,8637,0,1,1,7931,1,-7027.77,-1713.81,241.764,4.54096,500,0,0,2138,0,0,0,0,0),(6805,8637,0,1,1,7930,1,-6964.62,-1722.47,243.559,5.91321,500,5,0,2138,0,1,0,0,0),(6804,5839,0,1,1,7793,1,-6998.33,-1748.73,234.196,1.08012,500,5,0,1441,3575,1,0,0,0),(6803,5846,0,1,1,7799,1,-6475.93,-1360.2,212.189,3.97935,500,0,0,2488,0,0,0,0,0),(6802,8637,0,1,1,7931,1,-7017.13,-1716.09,241.764,4.67085,500,5,0,2138,0,1,0,0,0),(6801,5846,0,1,1,7799,1,-6570.24,-1307.18,208.655,1.91491,500,5,0,2488,0,1,0,0,0),(6800,5861,0,1,1,7827,1,-6490.95,-1009.03,341.16,4.35014,500,5,0,2138,0,1,0,0,0),(6799,5839,0,1,1,7793,1,-7023.96,-1721.88,241.764,0.034543,500,0,0,1441,3575,0,0,0,0),(6798,8637,0,1,1,7931,1,-6970.2,-1726.1,241.754,3.36848,500,0,0,2138,0,0,0,0,0),(6797,5846,0,1,1,7798,1,-6693.95,-1419.49,242.363,4.45182,500,0,0,2488,0,0,0,0,0),(6796,5862,0,1,1,7831,1,-6482.17,-985.253,335.314,0.401426,500,0,0,1496,3680,0,0,0,0),(6795,8637,0,1,1,7931,1,-6972.51,-1729.94,241.75,2.3911,500,0,0,2138,0,0,0,0,0),(6794,5846,0,1,1,7798,1,-6685.11,-1422.08,241.863,2.17012,500,0,0,2488,0,0,0,0,0),(6793,5853,0,1,1,5747,0,-6989.58,-1718.75,243.284,4.55795,500,5,0,2310,0,1,0,0,0),(6792,5854,0,1,1,10801,0,-6675.88,-1458.57,243.511,2.89273,500,10,0,2488,0,1,0,0,0),(6791,5861,0,1,1,7827,1,-6497.63,-981.827,335.315,5.2837,500,5,0,2138,0,1,0,0,0),(6790,5846,0,1,1,7799,1,-6689.86,-1342.14,247.976,3.99753,500,0,0,2488,0,0,0,0,0),(6789,5855,0,1,1,2075,0,-6665.7,-1451.7,245.516,2.35067,500,10,0,2399,0,1,0,0,0),(6788,5853,0,1,1,5747,0,-7039.55,-1716.07,241.701,1.65684,500,10,0,2310,0,1,0,0,0),(6787,5846,0,1,1,7799,1,-6682.65,-1345.57,247.976,3.01567,500,0,0,2488,0,0,0,0,0),(6786,5853,0,1,1,5747,0,-7048.98,-1778.9,265.066,5.12711,500,5,0,2310,0,1,0,0,0),(6785,8419,0,1,1,7729,1,-6485.55,-984.542,335.441,1.64061,500,0,0,1774,1534,0,0,0,0),(6784,5844,0,1,1,7791,1,-6703.07,-1278.2,241.081,0.914561,500,0,0,2310,0,0,0,0,0),(6783,8419,0,1,1,7729,1,-6496.72,-972.616,335.212,0.087266,500,0,0,1774,1534,0,0,0,0),(6782,5846,0,1,1,7799,1,-6700.57,-1284.96,240.956,5.54251,500,0,0,2488,0,0,0,0,0),(6781,24819,0,1,1,8758,1,-7237.98,-897.58,165.378,1.75083,500,5,0,2672,0,1,0,0,0),(6780,5854,0,1,1,10801,0,-6772.92,-1106.81,242.542,2.87483,500,5,0,2488,0,1,0,0,0),(6779,5846,0,1,1,7798,1,-6799.06,-1092.28,243.978,4.73821,500,5,0,2488,0,1,0,0,0),(6778,5844,0,1,1,7791,1,-6456.94,-1289.57,180.93,5.00036,500,5,0,2310,0,1,0,0,0),(6777,5846,0,1,1,7799,1,-6789.11,-1087.8,243.103,2.69697,500,5,0,2488,0,1,0,0,0),(6776,8566,0,1,1,7865,1,-6916.08,-1047.83,240.125,1.63807,500,5,0,2488,0,1,0,0,0),(6775,8566,0,1,1,7865,1,-6896.37,-1063.49,240.138,5.12531,500,5,0,2488,0,1,0,0,0),(6774,5846,0,1,1,7801,1,-6447.02,-1242.4,180.713,1.95249,500,5,0,2488,0,1,0,0,0),(6773,5846,0,1,1,7801,1,-6689.6,-1159.43,184.911,3.71936,500,5,0,2488,0,1,0,0,0),(6772,5844,0,1,1,7791,1,-6723,-1131.01,185.577,5.51183,500,5,0,2310,0,1,0,0,0),(6771,5846,0,1,1,7799,1,-6916.65,-1283.56,182.456,1.37618,500,0,0,2488,0,2,0,0,0),(6770,8447,0,1,1,6569,0,-6871.87,-1096.94,193.035,4.38078,500,0,0,1782,0,0,0,0,0),(6769,8444,0,1,1,7795,1,-6873.29,-1097.47,192.749,4.97419,500,0,0,2217,1534,0,0,0,0),(6768,5854,0,1,1,10801,0,-6989.24,-1115.94,241.865,3.49671,500,5,0,2488,0,1,0,0,0),(6767,5846,0,1,1,7798,1,-6903.86,-1330.82,212.845,5.10719,500,5,0,2488,0,1,0,0,0),(6766,8566,0,1,1,7866,1,-6975.88,-1504.63,242.914,-0.73282,500,0,0,2488,0,0,0,0,0),(6765,8566,0,1,1,7867,1,-6971.87,-1517.71,245.622,5.35487,500,5,0,2488,0,1,0,0,0),(6764,8566,0,1,1,7867,1,-6918.87,-1474.2,235.52,2.21625,500,3,0,2488,0,1,0,0,0),(6763,5860,0,1,1,7824,1,-6643.61,-847.679,246.269,1.54497,500,5,0,1648,1432,1,0,0,0),(6691,5844,0,1,1,7792,1,-6725.4,-1609.78,193.254,4.90689,500,0,0,2310,0,0,0,0,0),(6690,5844,0,1,1,7792,1,-6724.89,-1612.74,193.754,4.88032,500,0,0,2310,0,0,0,0,0),(6251,5846,0,1,1,7800,1,-6724.09,-1617.32,194.129,4.89442,500,0,0,2488,0,2,0,0,0),(6250,8566,0,1,1,7866,1,-6941.07,-1479.42,235.674,0.574123,500,0,0,2488,0,2,0,0,0),(6249,5857,0,1,1,4457,0,-6490.17,-1588.35,318.712,3.00633,500,10,0,2310,0,1,0,0,0),(6248,5857,0,1,1,4457,0,-6512.39,-1617.92,300.874,0.922606,500,5,0,2310,0,1,0,0,0),(6247,5854,0,1,1,10801,0,-6756.99,-1212.31,245.065,1.87403,500,5,0,2488,0,1,0,0,0),(6246,5855,0,1,1,2075,0,-6752.88,-1562.62,195.454,4.36781,500,10,0,2399,0,1,0,0,0),(6245,5855,0,1,1,2075,0,-6920.38,-1521.84,190.857,1.62795,500,5,0,2399,0,1,0,0,0),(6244,5855,0,1,1,2075,0,-7018.55,-1353.97,239.518,1.66146,500,5,0,2399,0,1,0,0,0),(6243,5843,0,1,1,487,1,-6900.39,-1285.03,216.064,6.02139,500,0,0,2310,0,0,0,0,0),(6242,5856,0,1,1,4456,0,-7219.53,-1764.73,244.519,0.61637,500,10,0,2059,0,1,0,0,0),(6241,5854,0,1,1,10801,0,-6715.64,-1252.52,242.069,0.210412,500,5,0,2488,0,1,0,0,0),(6240,8282,0,1,1,7835,1,-6653.42,-647.411,241.82,6.11187,25200,10,0,5502,3728,1,0,0,0),(6239,5854,0,1,1,10801,0,-6782.29,-1048.12,240.75,1.28091,500,10,0,2488,0,1,0,0,0),(6238,5854,0,1,1,10801,0,-6812.6,-1079.57,242.737,6.14195,500,5,0,2488,0,1,0,0,0),(6237,5854,0,1,1,10801,0,-6881.75,-1047.02,245.924,3.82883,500,10,0,2488,0,1,0,0,0),(6236,5854,0,1,1,10801,0,-6813.49,-1176.91,239.917,0.348113,500,10,0,2488,0,1,0,0,0),(6235,5854,0,1,1,10801,0,-6718.95,-1344.72,240.513,2.50979,500,10,0,2488,0,1,0,0,0),(6234,5857,0,1,1,4457,0,-6609.41,-1451.65,265.908,1.07157,500,10,0,2310,0,1,0,0,0),(6233,5857,0,1,1,4457,0,-6666.13,-1556.07,242.131,3.47569,500,5,0,2310,0,1,0,0,0),(6232,5854,0,1,1,10801,0,-6687.32,-1386.22,240.638,4.84639,500,10,0,2488,0,1,0,0,0),(6231,5854,0,1,1,10801,0,-6771.64,-1153.67,243.399,2.02511,500,10,0,2488,0,1,0,0,0),(6230,5854,0,1,1,10801,0,-6708.54,-1109.27,244.616,1.1054,500,5,0,2488,0,1,0,0,0),(6229,8278,0,1,1,5781,0,-7028.84,-981.844,249.998,2.61056,7200,0,0,2769,0,2,0,0,0),(6228,5857,0,1,1,4457,0,-6596.13,-1570.88,272.538,0.035142,500,10,0,2310,0,1,0,0,0),(6227,5844,0,1,1,7791,1,-6846.29,-1377.84,168.912,0.903507,500,3,0,2310,0,1,0,0,0),(6226,5844,0,1,1,7790,1,-6843.74,-1379.45,169.087,0.928003,500,3,0,2310,0,1,0,0,0),(6225,5843,0,1,1,487,1,-6905.94,-1310.08,180.415,6.19592,500,0,0,2310,0,0,0,0,0),(6224,5843,0,1,1,487,1,-6913.96,-1281.48,182.07,0.069813,500,0,0,2310,0,0,0,0,0),(11415,20424,560,3,1,341,1,2313.13,911.172,54.8024,5.18204,86400,0,0,198,0,0,0,0,0),(6223,5855,0,1,1,2075,0,-6949.87,-1237.09,144.506,0.284127,500,5,0,2399,0,1,0,0,0),(6222,5844,0,1,1,7789,1,-6859.4,-1226.64,176.612,5.11897,500,0,0,2310,0,2,0,0,0),(6221,5855,0,1,1,2075,0,-7252,-1579.61,272.481,1.40597,500,5,0,2399,0,1,0,0,0),(6220,5857,0,1,1,4457,0,-7333.46,-1589.53,315.578,5.50884,500,5,0,2310,0,1,0,0,0),(6219,9699,0,1,1,8971,0,-6492.92,-1114.86,305.234,3.76593,500,10,0,8,0,1,0,0,0),(6218,8277,0,1,1,4458,0,-7189.3,-1704.58,242.323,1.25664,104400,0,0,2576,0,2,0,0,0),(6217,5855,0,1,1,2075,0,-6715.62,-1185.73,240.402,5.67996,500,10,0,2399,0,1,0,0,0),(6216,5846,0,1,1,7801,1,-6749.3,-1229.09,181.929,1.8755,500,5,0,2488,0,1,0,0,0),(6131,24818,0,1,1,8754,1,-7281.42,-905.673,165.378,0.719553,500,5,0,2576,0,1,0,0,0),(68513,22991,530,1,1,0,0,-4113.58,3022.4,352.157,-0.645772,180,0,0,4120,0,0,0,0,0),(6089,5843,0,1,1,487,1,-6728.56,-1087.35,185.669,2.33874,500,0,0,2310,0,0,0,0,0),(6088,5843,0,1,1,7817,1,-6865.81,-1199.7,180.539,3.38594,500,0,0,2310,0,0,0,0,0),(6087,5844,0,1,1,7789,1,-6830.48,-1171.92,189.075,3.22305,500,5,0,2310,0,1,0,0,0),(6086,5844,0,1,1,7792,1,-6850.19,-1186.73,183.582,5.31154,500,5,0,2310,0,1,0,0,0),(5921,8479,0,1,1,7820,1,-6679.93,-1194.36,240.297,2.96706,900,0,0,7842,0,0,0,0,0),(5920,5861,0,1,1,7826,1,-6685.1,-879.374,257.649,3.95811,500,5,0,2138,0,1,0,0,0),(5919,5860,0,1,1,7821,1,-6711.71,-844.539,244.269,1.03775,500,5,0,1648,1432,1,0,0,0),(5918,5858,0,1,1,7510,0,-6707.2,-1015.16,243.576,0.977525,500,5,0,2488,0,1,0,0,0),(5917,5858,0,1,1,7510,0,-6751.83,-980.873,240.564,1.62554,500,10,0,2488,0,1,0,0,0),(5916,5858,0,1,1,7510,0,-6692.21,-1043.04,243.047,0.785398,500,10,0,2488,0,1,0,0,0),(5915,5855,0,1,1,2075,0,-6691.89,-1110.44,241.22,1.66732,500,10,0,2399,0,1,0,0,0),(5914,5858,0,1,1,7510,0,-6765.86,-950.991,243.282,5.99173,500,10,0,2488,0,1,0,0,0),(5912,5858,0,1,1,7510,0,-6746.39,-941.36,248.124,3.47071,500,10,0,2488,0,1,0,0,0),(5911,9318,0,1,1,8509,0,-6655.48,-1477.95,167.87,4.56943,500,5,0,2488,0,1,0,0,0),(5910,5858,0,1,1,7510,0,-6849.22,-947.294,242.568,2.18968,500,10,0,2488,0,1,0,0,0),(5909,5858,0,1,1,7510,0,-6822.21,-929.073,242.213,4.49393,500,10,0,2488,0,1,0,0,0),(5908,9699,0,1,1,8971,0,-6752.69,-949.758,245.405,3.02403,500,10,0,8,0,1,0,0,0),(5907,9318,0,1,1,8509,0,-6599.41,-1463.01,166.355,0.59699,500,10,0,2488,0,1,0,0,0),(5906,9318,0,1,1,8509,0,-6678.41,-1438.05,167.703,2.03464,500,5,0,2488,0,1,0,0,0),(5905,9318,0,1,1,8509,0,-6534.55,-1464.63,147.686,3.57925,500,10,0,2488,0,1,0,0,0),(5904,9318,0,1,1,8509,0,-6485.05,-1446.41,151.352,6.19257,500,10,0,2488,0,1,0,0,0),(5903,5858,0,1,1,7510,0,-7028.12,-976.993,251.215,1.26388,500,5,0,2488,0,1,0,0,0),(5902,9318,0,1,1,8509,0,-6493.99,-1404.02,147.75,2.60939,500,10,0,2488,0,1,0,0,0),(5901,9318,0,1,1,8509,0,-6518.38,-1291.91,136.961,3.38934,500,10,0,2488,0,1,0,0,0),(5900,5855,0,1,1,2075,0,-7213.59,-1017.4,240.075,5.99173,500,5,0,2399,0,1,0,0,0),(5899,9318,0,1,1,8509,0,-6511.42,-1404.26,148.319,6.27856,500,10,0,2488,0,1,0,0,0),(5883,9318,0,1,1,8509,0,-6470.85,-1319.27,131.578,0.04458,500,10,0,2488,0,1,0,0,0),(5882,5858,0,1,1,7510,0,-6940.71,-982.498,241.335,1.49462,500,10,0,2488,0,1,0,0,0),(5881,9699,0,1,1,8971,0,-6938.9,-953.245,241.744,4.18991,500,10,0,8,0,1,0,0,0),(5880,5858,0,1,1,7510,0,-7013.7,-1016.74,241.981,3.14711,500,10,0,2488,0,1,0,0,0),(5879,9318,0,1,1,8509,0,-6419.64,-1330.23,136.034,1.37261,500,10,0,2488,0,1,0,0,0),(5878,9318,0,1,1,8509,0,-6399.08,-1355.76,135.391,2.04262,500,10,0,2488,0,1,0,0,0),(5877,5858,0,1,1,7510,0,-6859.02,-908.624,240.138,0.38634,500,10,0,2488,0,1,0,0,0),(5876,9318,0,1,1,8509,0,-6417.64,-1388.79,139.706,6.11681,500,10,0,2488,0,1,0,0,0),(5875,5858,0,1,1,7510,0,-6921.02,-953.896,241.047,0.378009,500,10,0,2488,0,1,0,0,0),(5874,9318,0,1,1,8509,0,-6449.05,-1430.19,145.087,3.6814,500,10,0,2488,0,1,0,0,0),(5873,5861,0,1,1,7825,1,-6623.97,-844.385,244.269,2.54231,500,0,0,2138,0,0,0,0,0),(5872,5861,0,1,1,7826,1,-6633.3,-787.345,245.556,4.11385,500,5,0,2138,0,1,0,0,0),(5871,5861,0,1,1,7825,1,-6648.68,-736.472,247.676,3.74014,500,3,0,2138,0,1,0,0,0),(5870,5861,0,1,1,7828,1,-6752.18,-714.348,237.16,3.47198,500,3,0,2138,0,1,0,0,0),(5869,5861,0,1,1,7826,1,-6651.2,-751.522,247.988,2.21039,500,3,0,2138,0,1,0,0,0),(5868,5852,0,1,1,5488,0,-6752.4,-1013.48,237.925,1.93898,500,5,0,2488,0,1,0,0,0),(5867,5861,0,1,1,7828,1,-6763.56,-697.825,236.946,1.51177,500,3,0,2138,0,1,0,0,0),(5866,5862,0,1,1,7831,1,-6648.82,-648.8,241.986,4.76921,500,5,0,1496,3680,1,0,0,0),(5865,5862,0,1,1,7830,1,-6744.27,-680.27,237.813,5.36262,500,3,0,1496,3680,1,0,0,0),(5864,5861,0,1,1,7827,1,-6596.75,-679.849,242.154,4.96588,500,3,0,2138,0,1,0,0,0),(5863,5861,0,1,1,7828,1,-6676.16,-644.706,239.93,0.694109,500,5,0,2138,0,1,0,0,0),(5862,8837,0,1,1,5561,0,-6671.03,-707.44,233.564,0.249962,500,0,0,2488,0,2,0,0,0),(5861,5861,0,1,1,7827,1,-6603.01,-695.433,245.216,0.237266,500,3,0,2138,0,1,0,0,0),(5860,5861,0,1,1,7827,1,-6629.06,-726.474,245.107,4.98316,500,3,0,2138,0,1,0,0,0),(5859,5860,0,1,1,7821,1,-6632.12,-748.933,248.817,4.2679,500,3,0,1648,1432,1,0,0,0),(5858,8837,0,1,1,5561,0,-6734.84,-716.688,232.921,1.2338,500,5,0,2488,0,1,0,0,0),(5857,5861,0,1,1,7826,1,-6639.92,-805.495,244.545,4.5546,500,5,0,2138,0,1,0,0,0),(5856,8837,0,1,1,5561,0,-6614.65,-643.404,233.754,3.69769,500,5,0,2488,0,1,0,0,0),(5855,5854,0,1,1,10801,0,-6754.87,-1288.1,241.829,2.83421,500,10,0,2488,0,1,0,0,0),(5854,8837,0,1,1,5561,0,-6634.78,-624.477,233.754,4.91413,500,5,0,2488,0,1,0,0,0),(5853,8837,0,1,1,5561,0,-6624.85,-667.3,233.754,1.13545,500,5,0,2488,0,1,0,0,0),(5852,8837,0,1,1,5561,0,-6658.57,-625.643,233.754,0.124773,500,5,0,2488,0,1,0,0,0),(5851,5855,0,1,1,2075,0,-6674.35,-1270.89,239.569,5.94251,500,5,0,2399,0,1,0,0,0),(5850,5855,0,1,1,2075,0,-6894.54,-1501.4,193.352,4.89561,500,10,0,2399,0,1,0,0,0),(5849,24818,0,1,1,8754,1,-7246.88,-938.227,168.398,4.24115,500,0,0,2576,0,0,0,0,0),(5848,24818,0,1,1,8754,1,-7248.04,-941.054,168.362,1.29154,500,0,0,2576,0,0,0,0,0),(5847,5844,0,1,1,7790,1,-6763.56,-1418.76,211.366,3.84942,500,3,0,2310,0,1,0,0,0),(5846,8566,0,1,1,7865,1,-6636.48,-1233.76,209.839,2.97681,500,0,0,2488,0,0,0,0,0),(5845,14621,0,1,1,14665,0,-6633.88,-1232.66,209.835,2.01852,500,0,0,2658,1807,0,0,0,0),(5844,5846,0,1,1,7800,1,-6603.41,-1270.84,208.743,2.39453,500,0,0,2488,0,0,0,0,0),(5843,5844,0,1,1,7791,1,-6562.62,-1288.67,208.743,4.78134,500,5,0,2310,0,1,0,0,0),(5842,5844,0,1,1,7792,1,-6600.12,-1272.38,208.743,1.99035,500,0,0,2310,0,0,0,0,0),(5841,5846,0,1,1,7798,1,-6564.21,-1284.31,208.743,1.68298,500,5,0,2488,0,1,0,0,0),(5840,5843,0,1,1,7818,1,-6531.13,-1296.98,201.007,4.2586,500,0,0,2310,0,0,0,0,0),(5839,5846,0,1,1,7799,1,-6569.65,-1273.33,208.743,0.277571,500,5,0,2488,0,1,0,0,0),(5838,5846,0,1,1,7800,1,-6520.12,-1288.72,200.492,6.01589,500,5,0,2488,0,1,0,0,0),(5837,5844,0,1,1,7791,1,-6663.24,-1196.25,182.436,1.81446,500,5,0,2310,0,1,0,0,0),(5836,5846,0,1,1,7800,1,-6770.64,-1184.4,187.47,0.768058,500,5,0,2488,0,1,0,0,0),(5835,5843,0,1,1,487,1,-6896.69,-1341.66,175.332,0.645772,500,0,0,2310,0,0,0,0,0),(5834,5854,0,1,1,10801,0,-6928.73,-1347.68,166.932,2.84014,500,5,0,2488,0,1,0,0,0),(5833,5852,0,1,1,5488,0,-6931.85,-1197.47,144.877,4.35192,500,5,0,2488,0,1,0,0,0),(5832,5843,0,1,1,7816,1,-6891.44,-1177.48,196.616,5.93412,500,0,0,2310,0,0,0,0,0),(5831,5843,0,1,1,487,1,-6881.03,-1238.88,216.779,0.034907,500,0,0,2310,0,0,0,0,0),(5830,5843,0,1,1,7816,1,-6886.74,-1257.07,218.037,5.77704,500,0,0,2310,0,0,0,0,0),(5829,5852,0,1,1,5488,0,-7023.5,-1492.53,239.048,3.44303,500,10,0,2488,0,1,0,0,0),(5828,5855,0,1,1,2075,0,-6910.83,-1581.48,243.854,6.19653,500,5,0,2399,0,1,0,0,0),(5827,5856,0,1,1,4456,0,-6826.77,-1784.11,257.509,1.94442,500,10,0,2059,0,1,0,0,0),(5826,5861,0,1,1,7826,1,-6613.07,-885.627,244.269,3.17423,500,5,0,2138,0,1,0,0,0),(5825,5857,0,1,1,4457,0,-6674.3,-1514.83,242.878,4.8939,500,10,0,2310,0,1,0,0,0),(5824,5854,0,1,1,10801,0,-7043.3,-1251.95,244.771,1.37804,500,5,0,2488,0,1,0,0,0),(5823,8566,0,1,1,7868,1,-7036.06,-1276.29,242.055,1.38538,500,5,0,2488,0,1,0,0,0),(5822,8566,0,1,1,7866,1,-7030.76,-1276.01,242.328,0.891947,500,5,0,2488,0,1,0,0,0),(5821,5854,0,1,1,10801,0,-7048.36,-1323.67,248.829,2.88288,500,10,0,2488,0,1,0,0,0),(5820,5860,0,1,1,7823,1,-6608.14,-859.744,245.269,2.32477,500,5,0,1648,1432,1,0,0,0),(5819,5853,0,1,1,5747,0,-7021.05,-1684.2,240.903,1.89983,500,5,0,2310,0,1,0,0,0),(5818,5861,0,1,1,7828,1,-6685.95,-848.128,245.478,2.82466,500,5,0,2138,0,1,0,0,0),(5817,5861,0,1,1,7828,1,-6678.74,-818.269,244.195,2.25702,500,5,0,2138,0,1,0,0,0),(5816,5861,0,1,1,7825,1,-6674.18,-761.246,246.096,3.45072,500,3,0,2138,0,1,0,0,0),(5815,5862,0,1,1,7830,1,-6726.51,-733.284,235.186,3.52608,500,3,0,1496,3680,1,0,0,0),(5814,5846,0,1,1,7801,1,-6627.6,-1317.29,208.743,4.82572,500,3,0,2488,0,1,0,0,0),(5813,8402,0,1,1,7756,1,-6432.58,-1215.31,180.799,0.929468,500,0,0,2399,0,0,0,0,0),(5812,5846,0,1,1,7801,1,-6641.07,-1276.64,208.774,4.08627,500,2,0,2488,0,1,0,0,0),(5811,8402,0,1,1,7753,1,-6454.82,-1196.93,180.932,1.44846,500,0,0,2399,0,0,0,0,0),(5810,8837,0,1,1,5561,0,-6647.9,-680.267,233.754,2.08198,500,5,0,2488,0,1,0,0,0),(5809,8402,0,1,1,7751,1,-6459.25,-1253.23,180.556,3.61874,500,0,0,2399,0,0,0,0,0),(5808,5846,0,1,1,7798,1,-6641.87,-1282.18,208.69,3.40393,500,2,0,2488,0,1,0,0,0),(5807,8402,0,1,1,7756,1,-6452.48,-1258.55,180.688,2.74524,500,0,0,2399,0,0,0,0,0),(5806,8402,0,1,1,7754,1,-6463.98,-1249.29,180.455,5.08271,500,0,0,2399,0,0,0,0,0),(5805,5844,0,1,1,7791,1,-6665.91,-1179.48,182.789,1.12162,500,5,0,2310,0,1,0,0,0),(5804,8402,0,1,1,7756,1,-6499.06,-1212.11,180.352,2.28919,500,0,0,2399,0,0,0,0,0),(5803,8837,0,1,1,5561,0,-6636.14,-680.606,233.754,5.96391,500,5,0,2488,0,1,0,0,0),(5802,5844,0,1,1,7789,1,-6576.65,-1221.07,187.249,3.8879,500,5,0,2310,0,1,0,0,0),(5801,5862,0,1,1,7831,1,-6731.27,-619.556,239.007,3.79369,500,3,0,1496,3680,1,0,0,0),(5800,5862,0,1,1,7833,1,-6701.31,-619.674,236.684,5.78993,500,3,0,1496,3680,1,0,0,0),(5799,8400,0,1,1,13929,0,-6461.91,-1254.6,180.578,3.54302,500,0,0,2878,0,0,0,0,0),(5798,5857,0,1,1,4457,0,-6625.93,-1574.72,257.774,5.99603,500,5,0,2310,0,1,0,0,0),(5797,5856,0,1,1,4456,0,-6669.19,-1772.7,261.585,4.03216,500,5,0,2059,0,1,0,0,0),(5796,5856,0,1,1,4456,0,-6674.57,-1839,247.439,2.856,500,10,0,2059,0,1,0,0,0),(5795,5858,0,1,1,7510,0,-7249.75,-814.523,296.623,2.47387,500,10,0,2488,0,1,0,0,0),(5794,5856,0,1,1,4456,0,-7111.21,-1751.21,247.887,1.28794,500,10,0,2059,0,1,0,0,0),(5793,5857,0,1,1,4457,0,-7193.45,-1410.98,246.818,4.75722,500,5,0,2310,0,1,0,0,0),(5792,5858,0,1,1,7510,0,-7240.59,-877.813,292.204,5.60613,500,5,0,2488,0,1,0,0,0),(5791,5862,0,1,1,7831,1,-6666.3,-721.56,237.965,1.22604,500,3,0,1496,3680,1,0,0,0),(5790,5857,0,1,1,4457,0,-7348.34,-1607.4,295.454,1.75362,500,5,0,2310,0,1,0,0,0),(5789,5858,0,1,1,7510,0,-7213.98,-832.555,315.205,3.98753,500,3,0,2488,0,1,0,0,0),(5788,5858,0,1,1,7510,0,-7128.93,-904.009,296.198,0.43831,500,5,0,2488,0,1,0,0,0),(5787,5846,0,1,1,7801,1,-6600.64,-1303.87,208.743,3.84487,500,5,0,2488,0,1,0,0,0),(5786,5846,0,1,1,7798,1,-6601,-1302.1,208.743,0.263823,500,5,0,2488,0,1,0,0,0),(5785,5844,0,1,1,7789,1,-6535.32,-1251.29,180.981,3.05657,500,5,0,2310,0,1,0,0,0),(5784,5850,0,1,1,1070,0,-6835.42,-1394.65,169.782,5.6182,500,10,0,2310,0,1,0,0,0),(5783,5855,0,1,1,2075,0,-6779.69,-1479.29,177.858,1.87834,500,10,0,2399,0,1,0,0,0),(5782,5855,0,1,1,2075,0,-6849.31,-1488.53,203.273,3.61414,500,10,0,2399,0,1,0,0,0),(5781,5855,0,1,1,2075,0,-6797.63,-1563.06,192.805,5.97808,500,10,0,2399,0,1,0,0,0),(5780,5858,0,1,1,7510,0,-7111.2,-1022.59,242.031,0.158732,500,10,0,2488,0,1,0,0,0),(5779,5843,0,1,1,7817,1,-6423.84,-1300.68,180.944,5.84685,500,0,0,2310,0,0,0,0,0),(5778,5843,0,1,1,487,1,-6749.63,-1090.01,185.593,1.23918,500,0,0,2310,0,0,0,0,0),(5777,8566,0,1,1,7867,1,-7037.68,-1279.54,242.43,2.81047,500,5,0,2488,0,1,0,0,0),(5776,5846,0,1,1,7801,1,-6738.26,-1115.7,185.556,1.20548,500,5,0,2488,0,1,0,0,0),(5775,5843,0,1,1,487,1,-6882.26,-1248.25,178.805,5.32325,500,0,0,2310,0,0,0,0,0),(5774,5843,0,1,1,7817,1,-6877.61,-1231.93,177.184,2.40855,500,0,0,2310,0,0,0,0,0),(5773,5855,0,1,1,2075,0,-7060.31,-1005.89,239.526,2.96367,500,5,0,2399,0,1,0,0,0),(5772,8442,0,1,1,7811,1,-6474.44,-1656.98,297.853,0.389601,500,0,0,1990,1640,0,0,0,0),(5771,8442,0,1,1,7812,1,-6472.22,-1651.78,297.728,0.381976,500,0,0,1990,1640,0,0,0,0),(5770,8442,0,1,1,7812,1,-6479.65,-1654.76,296.228,0.401084,500,0,0,1990,1640,0,0,0,0),(5769,8442,0,1,1,7810,1,-6477.43,-1649.56,297.103,0.397447,500,0,0,1990,1640,0,0,0,0),(5768,8442,0,1,1,7812,1,-6475.76,-1653.2,296.978,0.382099,500,0,0,1990,1640,0,0,0,0),(5767,8441,0,1,1,10905,0,-7217.31,-1234.03,254.956,5.49779,500,0,0,3092,0,0,0,0,0),(5766,24819,0,1,1,8758,1,-7348.65,-1016.32,177.599,3.54777,500,5,0,2672,0,1,0,0,0),(5765,5852,0,1,1,5488,0,-7058.46,-942.979,264.066,6.04568,500,5,0,2488,0,1,0,0,0),(5764,5858,0,1,1,7510,0,-7094.83,-945.729,269.552,4.62438,500,5,0,2488,0,1,0,0,0),(5763,5858,0,1,1,7510,0,-7153.95,-1000.73,243.149,1.47306,500,5,0,2488,0,1,0,0,0),(5762,5858,0,1,1,7510,0,-7221.21,-912.292,287.55,2.88477,500,5,0,2488,0,1,0,0,0),(5761,5855,0,1,1,2075,0,-6988.11,-993.348,242.169,4.59226,500,0,0,2399,0,2,0,0,0),(5760,5858,0,1,1,7510,0,-7254.38,-968.601,256.113,0.884899,500,5,0,2488,0,1,0,0,0),(5759,5858,0,1,1,7510,0,-7232.97,-971.864,247.013,5.81254,500,0,0,2488,0,0,0,0,0),(5758,5852,0,1,1,5488,0,-7243.93,-991.062,242.245,3.73657,500,5,0,2488,0,1,0,0,0),(5757,5839,0,1,1,7793,1,-6608.72,-1867,244.519,4.62512,500,2,0,1441,3575,1,0,0,0),(5756,5839,0,1,1,7793,1,-6594.51,-1859.47,244.902,4.27606,500,0,0,1441,3575,0,0,0,0),(5755,5853,0,1,1,5747,0,-6577.73,-1881.17,245.148,5.67628,500,10,0,2310,0,1,0,0,0),(5754,5850,0,1,1,1070,0,-6646.35,-1230.8,248.813,2.20218,500,5,0,2310,0,1,0,0,0),(5753,5839,0,1,1,7793,1,-6586.39,-1870.26,245.411,0.296706,500,2,0,1441,3575,1,0,0,0),(5751,5843,0,1,1,7818,1,-6446.89,-1320.6,181.018,5.28835,500,0,0,2310,0,0,0,0,0),(5750,24819,0,1,1,8758,1,-7184.78,-877.7,164.021,5.86431,500,0,0,2672,0,0,0,0,0),(5748,5857,0,1,1,4457,0,-6438.21,-1608.26,318.129,6.2343,500,10,0,2310,0,1,0,0,0),(5747,24818,0,1,1,8754,1,-7276.64,-879.587,170.056,2.84489,500,0,0,2576,0,0,0,0,0),(5746,24818,0,1,1,8754,1,-7280.33,-879.17,169.628,0.034907,500,0,0,2576,0,0,0,0,0),(5745,5843,0,1,1,7816,1,-6885.53,-1151.04,194.771,6.19592,500,0,0,2310,0,0,0,0,0),(5744,5843,0,1,1,7818,1,-6901.81,-1220.58,179.275,0.628319,500,0,0,2310,0,0,0,0,0),(5743,9700,0,1,1,5560,0,-6707.14,-1178.17,240.432,0.33831,500,5,0,8,0,1,0,0,0),(5742,5846,0,1,1,7800,1,-6575.26,-1171.38,185.589,3.1454,500,5,0,2488,0,1,0,0,0),(5741,5844,0,1,1,7791,1,-6527.81,-1347.81,208.834,3.49835,500,5,0,2310,0,1,0,0,0),(5740,5844,0,1,1,7789,1,-6562.43,-1316.38,208.9,4.19384,500,5,0,2310,0,1,0,0,0),(5739,5858,0,1,1,7510,0,-7113.81,-1301.22,258.402,4.44507,500,5,0,2488,0,1,0,0,0),(5738,5844,0,1,1,7791,1,-6562.22,-1313.19,208.921,1.10414,500,0,0,2310,0,2,0,0,0),(5737,5850,0,1,1,1070,0,-6794.66,-1607.16,189.605,2.28855,500,5,0,2310,0,1,0,0,0),(5736,5855,0,1,1,2075,0,-6704.27,-1562.81,186.182,1.18129,500,5,0,2399,0,1,0,0,0),(5735,5850,0,1,1,1070,0,-6769.65,-1607.13,189.605,2.47944,500,10,0,2310,0,1,0,0,0),(5734,5850,0,1,1,1070,0,-6746.34,-1654.3,192.441,1.09744,500,10,0,2310,0,1,0,0,0),(5733,5855,0,1,1,2075,0,-6802.15,-1522.84,176.941,5.49457,500,5,0,2399,0,1,0,0,0),(5732,5850,0,1,1,1070,0,-6811.14,-1337.88,167.392,3.86941,500,10,0,2310,0,1,0,0,0),(5731,5855,0,1,1,2075,0,-6864.68,-1431.31,160.301,0.217051,500,5,0,2399,0,1,0,0,0),(5730,24818,0,1,1,8754,1,-7382.33,-1041.8,177.468,5.04878,500,5,0,2576,0,1,0,0,0),(5728,24818,0,1,1,8754,1,-7331.13,-988.809,173.675,0.767945,500,0,0,2576,0,0,0,0,0),(5727,24818,0,1,1,8754,1,-7341.31,-1023.61,179.159,3.85718,500,0,0,2576,0,0,0,0,0),(5726,24818,0,1,1,8754,1,-7344.47,-1025.82,179.496,0.418879,500,0,0,2576,0,0,0,0,0),(5722,24818,0,1,1,8754,1,-7350.07,-988.589,171.763,3.07795,500,5,0,2576,0,1,0,0,0),(5720,8917,0,1,1,8892,1,-7322.72,-1026.88,181.021,2.86234,500,0,0,1919,1587,0,0,0,0),(5716,5856,0,1,1,4456,0,-6612.57,-1795.73,244.255,5.49228,500,10,0,2059,0,1,0,0,0),(5714,5853,0,1,1,5747,0,-6597.87,-1842.37,244.273,5.2096,500,10,0,2310,0,1,0,0,0),(5713,9699,0,1,1,8971,0,-6767.89,-1088.13,241.853,1.96905,500,10,0,8,0,1,0,0,0),(5712,9699,0,1,1,8971,0,-7183.32,-983.505,244.014,6.17755,500,10,0,8,0,1,0,0,0),(5711,5852,0,1,1,5488,0,-6971.4,-1208.53,144.506,4.92401,500,5,0,2488,0,1,0,0,0),(5710,9699,0,1,1,8971,0,-6677.35,-1412.37,241.613,5.32861,500,10,0,8,0,1,0,0,0),(5709,5857,0,1,1,4457,0,-7132.72,-1590.4,245.809,4.08329,500,5,0,2310,0,1,0,0,0),(5708,5857,0,1,1,4457,0,-7131.04,-1570.41,244.821,5.45572,500,10,0,2310,0,1,0,0,0),(5707,5857,0,1,1,4457,0,-7183.51,-1581.6,242.3,3.88366,500,10,0,2310,0,1,0,0,0),(5706,5857,0,1,1,4457,0,-7016.06,-1463.16,242.627,1.22002,500,10,0,2310,0,1,0,0,0),(5705,5857,0,1,1,4457,0,-7076.19,-1420.06,242.054,3.26977,500,10,0,2310,0,1,0,0,0),(5704,5857,0,1,1,4457,0,-7030.29,-1381.6,241.943,3.2781,500,10,0,2310,0,1,0,0,0),(5703,5855,0,1,1,2075,0,-7218.6,-1112.98,246.755,0.186373,500,5,0,2399,0,1,0,0,0),(5702,5843,0,1,1,7817,1,-6709.71,-1176.69,185.442,3.94444,500,0,0,2310,0,0,0,0,0),(5701,5855,0,1,1,2075,0,-6902.07,-866.07,251.016,6.25941,500,5,0,2399,0,1,0,0,0),(5700,9699,0,1,1,8971,0,-6980.56,-1614.23,242.564,3.99256,500,10,0,8,0,1,0,0,0),(5699,5856,0,1,1,4456,0,-6882.89,-1637.47,244.096,3.50105,500,10,0,2059,0,1,0,0,0),(5698,5856,0,1,1,4456,0,-6778.22,-1846.36,260.229,2.65611,500,10,0,2059,0,1,0,0,0),(5697,5843,0,1,1,7817,1,-6766.07,-1138.57,186.106,2.42601,500,0,0,2310,0,0,0,0,0),(5696,5856,0,1,1,4456,0,-6888.01,-1808.97,241.287,0.007812,500,10,0,2059,0,1,0,0,0),(5695,5856,0,1,1,4456,0,-6853.89,-1870.32,252.939,1.51078,500,5,0,2059,0,1,0,0,0),(5694,5843,0,1,1,7816,1,-6716.02,-1217.01,181.518,0.610865,500,0,0,2310,0,0,0,0,0),(5693,5843,0,1,1,7816,1,-6719.51,-1250.78,183.354,5.48033,500,0,0,2310,0,0,0,0,0),(5692,5843,0,1,1,7818,1,-6754.4,-1197,184.177,0.488692,500,0,0,2310,0,0,0,0,0),(5691,5857,0,1,1,4457,0,-6484.23,-1656.41,295.853,1.09751,500,10,0,2310,0,1,0,0,0),(5690,5843,0,1,1,487,1,-6750.62,-1264.45,183.884,5.42797,500,0,0,2310,0,0,0,0,0),(5689,5858,0,1,1,7510,0,-6655.39,-928.049,263.605,1.67158,500,5,0,2488,0,1,0,0,0),(5688,5843,0,1,1,7816,1,-6703.5,-1118.85,185.65,5.91667,500,0,0,2310,0,0,0,0,0),(5687,5854,0,1,1,10801,0,-6675.9,-1321.53,200.633,0.185197,500,0,0,2488,0,0,0,0,0),(5686,5843,0,1,1,487,1,-6657.33,-1151.96,185.355,0.872665,500,0,0,2310,0,0,0,0,0),(5685,5843,0,1,1,7818,1,-6700.28,-1135.74,185.569,1.13446,500,5,0,2310,0,1,0,0,0),(5684,5843,0,1,1,7817,1,-6681.5,-1142.78,185.571,1.02974,500,0,0,2310,0,0,0,0,0),(5683,5843,0,1,1,487,1,-6684.58,-1216.73,183.447,2.77507,500,0,0,2310,0,0,0,0,0),(5682,5843,0,1,1,7818,1,-6689.05,-1190.32,181.855,4.15388,500,0,0,2310,0,0,0,0,0),(5681,5843,0,1,1,7817,1,-6554.47,-1252.14,182.238,3.735,500,0,0,2310,0,0,0,0,0),(5680,5843,0,1,1,7816,1,-6763.86,-1114.98,185.658,2.54818,500,0,0,2310,0,0,0,0,0),(5679,5843,0,1,1,7817,1,-6705.4,-1104.67,185.569,0.890118,500,5,0,2310,0,1,0,0,0),(5678,9699,0,1,1,8971,0,-7013.15,-1045.37,241.213,0.752261,500,10,0,8,0,1,0,0,0),(5677,5843,0,1,1,7816,1,-6486.32,-1208.78,179.895,1.39626,500,0,0,2310,0,0,0,0,0),(31971,8662,129,1,1,0,0,2581.81,942.588,62.2902,0.820305,86400,0,0,42,0,0,0,0,0),(14000,3397,1,1,1,9447,1,-1284.39,-2915.93,93.8497,1.24586,275,5,0,235,295,1,0,0,0),(13999,3397,1,1,1,9447,1,-1219.27,-3081.98,94.3349,2.04425,275,5,0,235,295,1,0,0,0),(49064,15111,309,1,1,12345,1,-11879.5,-1888.59,63.6083,4.37713,7200,5,0,12575,9944,1,0,0,0),(18045,1913,0,1,1,3592,1,-165.529,780.948,64.7483,1.11701,275,0,0,356,0,0,0,0,0),(32697,21180,530,1,1,0,1,-3746.45,388.888,104.048,0.0107875,25,0,0,5589,3155,0,0,0,0),(18043,1915,0,1,1,3582,1,-161.827,781.256,64.7527,1.93731,275,0,0,330,938,0,0,0,0),(18042,1913,0,1,1,3593,1,-126.424,779.618,66.0233,0.698132,275,0,0,356,0,0,0,0,0),(18041,2120,0,1,1,3601,1,-133.014,787.237,67.4658,0.034907,275,0,0,472,1357,0,0,0,0),(18040,1915,0,1,1,3584,1,-108.469,789.899,66.0233,0.706768,275,0,0,330,938,0,0,0,0),(18039,1913,0,1,1,3592,1,-100.252,782.87,66.0232,2.35619,275,0,0,356,0,0,0,0,0),(31969,7335,129,1,1,0,1,2566.57,941.89,54.3936,2.52156,86400,0,0,2706,5360,0,0,0,0),(13998,3397,1,1,1,9447,1,-1351.32,-2986.78,92.9249,3.40368,275,5,0,235,295,1,0,0,0),(13997,3397,1,1,1,9447,1,-1417.4,-2738.95,91.7917,2.42907,275,0,0,235,295,0,0,0,0),(5676,5843,0,1,1,7817,1,-6653.33,-1170.68,185.571,5.74213,500,0,0,2310,0,0,0,0,0),(5675,5843,0,1,1,7817,1,-6590.39,-1145.79,185.654,2.42601,500,0,0,2310,0,0,0,0,0),(5674,5843,0,1,1,7818,1,-6496.47,-1299.33,180.973,4.59022,500,0,0,2310,0,0,0,0,0),(5673,5843,0,1,1,7818,1,-6910.17,-1321.51,167.782,0.191986,500,0,0,2310,0,0,0,0,0),(5672,5843,0,1,1,487,1,-6575.32,-1247.79,189.057,5.61996,500,0,0,2310,0,0,0,0,0),(5671,5843,0,1,1,7817,1,-6520.88,-1280.84,180.915,3.97935,500,0,0,2310,0,0,0,0,0),(5670,5843,0,1,1,487,1,-6755.16,-1365.42,196.336,1.81514,500,0,0,2310,0,0,0,0,0),(5669,5843,0,1,1,7817,1,-6473.03,-1195.83,183.112,3.00197,500,0,0,2310,0,0,0,0,0),(5668,5858,0,1,1,7510,0,-7126.35,-1223.39,292.527,2.6176,500,5,0,2488,0,1,0,0,0),(5667,5857,0,1,1,4457,0,-7317.83,-1656.28,281.075,5.0748,500,10,0,2310,0,1,0,0,0),(5666,5843,0,1,1,7818,1,-6547.79,-1156.48,185.634,0.767945,500,0,0,2310,0,0,0,0,0),(5665,5843,0,1,1,487,1,-6451.76,-1192.1,181.019,0.925025,500,0,0,2310,0,0,0,0,0),(5664,5843,0,1,1,7818,1,-6639.85,-1222.6,180.135,5.53269,500,0,0,2310,0,0,0,0,0),(5663,5843,0,1,1,487,1,-6746.02,-1385.33,193.927,5.32325,500,0,0,2310,0,0,0,0,0),(5662,5843,0,1,1,7817,1,-6918.41,-1283.31,159.448,6.17846,500,0,0,2310,0,0,0,0,0),(5661,5856,0,1,1,4456,0,-6346.92,-1964.33,251.007,1.30432,500,5,0,2059,0,1,0,0,0),(5660,5856,0,1,1,4456,0,-6340.86,-1926.91,267.68,5.9466,500,5,0,2059,0,1,0,0,0),(5659,5856,0,1,1,4456,0,-7156.59,-1715.9,243.591,2.83922,500,10,0,2059,0,1,0,0,0),(5658,5857,0,1,1,4457,0,-7136.12,-1466.46,244.802,0.832696,500,10,0,2310,0,1,0,0,0),(5657,9700,0,1,1,5560,0,-6775.53,-1615.78,190.622,1.42365,500,5,0,8,0,1,0,0,0),(5656,9700,0,1,1,5560,0,-6680.17,-1288.17,242.05,5.51853,500,5,0,8,0,1,0,0,0),(5655,9699,0,1,1,8971,0,-6640.99,-861.639,244.288,4.79905,500,10,0,8,0,1,0,0,0),(5654,9700,0,1,1,5560,0,-6806.16,-1340.15,167.392,5.14222,500,5,0,8,0,1,0,0,0),(5653,5856,0,1,1,4456,0,-6373.71,-1909.9,273.042,0,500,5,0,2059,0,1,0,0,0),(5652,5857,0,1,1,4457,0,-7172.48,-1605.04,245.876,3.88414,500,5,0,2310,0,1,0,0,0),(5651,5857,0,1,1,4457,0,-7075.7,-1577.81,249.075,2.03526,500,0,0,2310,0,0,0,0,0),(5650,5856,0,1,1,4456,0,-7119.99,-1837.24,301.815,4.23738,500,5,0,2059,0,1,0,0,0),(5649,5857,0,1,1,4457,0,-7168.66,-1395.6,240.517,3.36085,500,10,0,2310,0,1,0,0,0),(5648,9699,0,1,1,8971,0,-7118.4,-1386.66,240.512,0.521326,500,10,0,8,0,1,0,0,0),(5647,9700,0,1,1,5560,0,-7008.47,-1353.99,239.511,0.832025,500,5,0,8,0,1,0,0,0),(5646,9700,0,1,1,5560,0,-7148.84,-1054.65,238.509,0.69208,500,10,0,8,0,1,0,0,0),(5645,9700,0,1,1,5560,0,-7190.12,-1184.59,246.507,4.15255,500,5,0,8,0,1,0,0,0),(5644,9699,0,1,1,8971,0,-7005.91,-1635.41,244.679,4.78078,500,10,0,8,0,1,0,0,0),(5643,9700,0,1,1,5560,0,-6688.06,-1575.92,190.271,0.835028,500,5,0,8,0,1,0,0,0),(5642,9699,0,1,1,8971,0,-7159.83,-1292.28,249.094,0.099532,500,10,0,8,0,1,0,0,0),(5641,5843,0,1,1,7816,1,-6663.86,-1236.65,179.567,4.2237,500,0,0,2310,0,0,0,0,0),(5640,5857,0,1,1,4457,0,-7183.71,-1487.96,240.443,4.86268,500,10,0,2310,0,1,0,0,0),(5639,9699,0,1,1,8971,0,-7032.07,-1442.25,241.75,4.07513,500,10,0,8,0,1,0,0,0),(5638,9699,0,1,1,8971,0,-6710.32,-1323.34,144.933,5.03093,500,10,0,8,0,1,0,0,0),(5637,9699,0,1,1,8971,0,-7149.89,-1715.14,243.027,5.10958,500,10,0,8,0,1,0,0,0),(5636,9699,0,1,1,8971,0,-6489.36,-1608.56,309.516,2.29624,500,0,0,8,0,0,0,0,0),(5635,9700,0,1,1,5560,0,-7193.46,-1621.02,243.978,3.80932,500,5,0,8,0,1,0,0,0),(5634,9699,0,1,1,8971,0,-6917.55,-1854.68,251.073,6.06628,500,10,0,8,0,1,0,0,0),(5633,9699,0,1,1,8971,0,-7170.49,-1113.87,242.833,0.655219,500,10,0,8,0,1,0,0,0),(5632,9699,0,1,1,8971,0,-6644.32,-1845.19,246.999,4.82779,500,10,0,8,0,1,0,0,0),(5631,9700,0,1,1,5560,0,-7029.85,-1495.16,241.199,4.02515,500,5,0,8,0,1,0,0,0),(5630,5843,0,1,1,7816,1,-6410.04,-1235.76,181.021,0.680678,500,0,0,2310,0,0,0,0,0),(5629,5843,0,1,1,7818,1,-6682.63,-1229.59,181.794,4.32842,500,0,0,2310,0,0,0,0,0),(5628,5843,0,1,1,7816,1,-6627.38,-1220.86,181.753,3.92699,500,0,0,2310,0,0,0,0,0),(5627,5856,0,1,1,4456,0,-7140.2,-1662.65,241.595,1.10104,500,10,0,2059,0,1,0,0,0),(5626,5855,0,1,1,2075,0,-7243.06,-1122.94,274.63,5.3967,500,5,0,2399,0,1,0,0,0),(5625,8837,0,1,1,5561,0,-6657.24,-673.27,233.754,5.33567,500,0,0,2488,0,2,0,0,0),(5624,9699,0,1,1,8971,0,-7351.07,-1642.97,292.563,3.22748,500,10,0,8,0,1,0,0,0),(5623,9700,0,1,1,5560,0,-7259.47,-1129.93,275.505,4.1513,500,5,0,8,0,1,0,0,0),(5622,9700,0,1,1,5560,0,-7243.07,-1175.58,268.069,1.77389,500,5,0,8,0,1,0,0,0),(5621,9700,0,1,1,5560,0,-6906.64,-1511.54,193.232,3.14513,500,5,0,8,0,1,0,0,0),(5620,9700,0,1,1,5560,0,-6611.78,-1292.62,264.735,1.43331,500,5,0,8,0,1,0,0,0),(5619,9699,0,1,1,8971,0,-7136.93,-1537.65,241.134,6.09844,500,10,0,8,0,1,0,0,0),(5618,9700,0,1,1,5560,0,-7046.98,-1009.49,241.026,5.58977,500,0,0,8,0,0,0,0,0),(5617,9699,0,1,1,8971,0,-6925.67,-1367.18,169.432,5.21222,500,10,0,8,0,1,0,0,0),(5616,5843,0,1,1,7816,1,-6634.9,-1171.01,185.475,2.33874,500,0,0,2310,0,0,0,0,0),(5615,5843,0,1,1,7818,1,-6406.28,-1258.15,181.021,5.72468,500,0,0,2310,0,0,0,0,0),(5614,5843,0,1,1,7817,1,-6601.63,-1250.75,188.064,4.18879,500,0,0,2310,0,0,0,0,0),(5613,5843,0,1,1,487,1,-6647.54,-1234.38,180.481,5.53269,500,0,0,2310,0,0,0,0,0),(5612,5857,0,1,1,4457,0,-7193.32,-1438.79,240.458,5.41199,500,10,0,2310,0,1,0,0,0),(5611,5857,0,1,1,4457,0,-7142.74,-1523.48,240.484,3.21119,500,10,0,2310,0,1,0,0,0),(5610,5855,0,1,1,2075,0,-7213.85,-1624.88,246.92,1.65686,500,5,0,2399,0,1,0,0,0),(5609,5850,0,1,1,1070,0,-7245.15,-1623.73,272.77,5.76225,500,5,0,2310,0,1,0,0,0),(5608,5854,0,1,1,10801,0,-6665.33,-1359.43,146.229,3.65097,500,5,0,2488,0,1,0,0,0),(5607,9700,0,1,1,5560,0,-6959.71,-1220.75,144.506,4.97301,500,10,0,8,0,1,0,0,0),(5606,9699,0,1,1,8971,0,-7094.21,-1713.58,242.803,3.31379,500,10,0,8,0,1,0,0,0),(5605,9700,0,1,1,5560,0,-7038.68,-944.263,264.769,2.29533,500,5,0,8,0,1,0,0,0),(5604,9700,0,1,1,5560,0,-6865.49,-1430.63,160.303,0.959993,500,5,0,8,0,1,0,0,0),(5603,9699,0,1,1,8971,0,-6392.49,-1989.17,247.089,2.08244,500,10,0,8,0,1,0,0,0),(5602,9700,0,1,1,5560,0,-6885.86,-1581.1,244.069,2.94113,500,5,0,8,0,1,0,0,0),(5601,9699,0,1,1,8971,0,-6759.42,-1543.42,195.991,3.41264,500,10,0,8,0,1,0,0,0),(5600,9699,0,1,1,8971,0,-7220.62,-800.581,309.218,2.95685,500,10,0,8,0,1,0,0,0),(5599,9700,0,1,1,5560,0,-7210.74,-1022.39,239.993,5.12625,500,5,0,8,0,1,0,0,0),(5598,8509,0,1,1,7842,1,-6680.07,-1196.85,240.329,1.59286,500,0,0,3082,0,0,0,0,0),(5597,2941,0,1,1,5091,1,-6559.06,-1169.38,309.809,0.10472,900,0,0,10572,0,0,0,0,0),(5596,3305,0,1,1,1874,1,-6559.26,-1100.23,310.353,0.10472,900,0,0,10572,0,0,0,0,0),(5595,14622,0,1,1,14671,1,-6500.42,-1131.48,307.244,5.2709,500,0,0,2215,0,0,0,0,0),(5594,14622,0,1,1,14669,1,-6488.87,-1165.86,324.619,2.26893,500,0,0,2215,0,0,0,0,0),(5593,14622,0,1,1,14672,1,-6510.46,-1181.04,326.934,1.95477,500,0,0,2215,0,0,0,0,0),(5592,14622,0,1,1,14669,1,-6531.8,-1179.24,312.19,1.5708,500,0,0,2215,0,0,0,0,0),(5591,14622,0,1,1,14670,1,-6478.29,-1100.69,301.878,2.21657,500,0,0,2215,0,0,0,0,0),(5590,14622,0,1,1,14670,1,-6494.71,-1158.48,309.366,2.07694,500,0,0,2215,0,0,0,0,0),(5589,14624,0,1,1,14652,1,-6524.04,-1188.72,309.338,3.42085,500,0,0,3201,0,0,0,0,0),(5588,14628,0,1,1,14656,1,-6512.7,-1178.62,309.335,2.00713,500,0,0,3094,0,0,0,0,0),(5587,14627,0,1,1,14655,1,-6513.62,-1183.78,309.338,2.18166,500,0,0,3312,0,0,0,0,0),(5586,14625,0,1,1,14653,1,-6501.13,-1173.36,325.947,2.30383,500,0,0,4120,0,0,0,0,0),(5585,14626,0,1,1,14654,1,-6509.16,-1192.52,309.338,5.70723,500,0,0,3420,0,0,0,0,0),(5584,14634,0,1,1,14662,1,-6495.11,-1164.92,309.276,2.89725,500,0,0,3997,0,0,0,0,0),(5583,5843,0,1,1,7816,1,-6570.28,-1142.16,185.654,1.15192,500,0,0,2310,0,0,0,0,0),(5582,5843,0,1,1,7817,1,-6424.22,-1210.08,181.013,1.0472,500,0,0,2310,0,0,0,0,0),(5581,5843,0,1,1,7818,1,-6513.98,-1213.45,180.978,2.53073,500,0,0,2310,0,0,0,0,0),(5580,5856,0,1,1,4456,0,-7122.66,-1674.65,241.234,1.45129,500,10,0,2059,0,1,0,0,0),(5579,8439,0,1,1,7834,0,-7214.83,-1237.47,254.776,5.81195,500,0,0,1804,4140,0,0,0,0),(5578,9699,0,1,1,8971,0,-6538.29,-1963.08,245.983,5.10391,500,10,0,8,0,1,0,0,0),(5577,9700,0,1,1,5560,0,-7209.55,-1096.09,248.837,1.51216,500,5,0,8,0,1,0,0,0),(5576,9700,0,1,1,5560,0,-7243.91,-1637.16,267.854,4.81614,500,5,0,8,0,1,0,0,0),(5575,9699,0,1,1,8971,0,-6654.73,-1572.87,243.979,1.1638,500,10,0,8,0,1,0,0,0),(5574,9699,0,1,1,8971,0,-6706.48,-1478.28,240.825,5.95093,500,10,0,8,0,1,0,0,0),(5573,9700,0,1,1,5560,0,-6748.43,-1012.36,238.115,1.51934,500,5,0,8,0,1,0,0,0),(5572,9699,0,1,1,8971,0,-7139.2,-1423.64,242.594,2.17449,500,10,0,8,0,1,0,0,0),(5571,9699,0,1,1,8971,0,-7095.51,-1056.34,240.916,4.01139,500,10,0,8,0,1,0,0,0),(5570,9700,0,1,1,5560,0,-6800.74,-1519.62,176.941,4.36355,500,5,0,8,0,1,0,0,0),(5569,8417,0,1,1,7758,0,-6480.21,-1240.93,180.21,5.2709,500,0,0,2399,0,0,0,0,0),(5568,11703,0,1,1,11666,1,-7215.12,-1248.97,254.75,0.837758,500,0,0,3876,0,0,0,0,0),(5567,7868,0,1,1,7030,1,-7230.06,-1741.08,244.53,0.226893,500,0,0,2769,0,0,0,0,0),(5566,8436,0,1,1,7749,0,-6491.07,-982.717,335.561,0.907571,500,0,0,2769,0,0,0,0,0),(5565,8917,0,1,1,8891,1,-7466.74,-1002.32,172.907,3.40339,500,0,0,1919,1587,0,0,0,0),(5564,7039,0,1,1,10806,0,-7764.63,-2241.76,133.567,3.71761,500,5,0,3189,0,1,0,0,0),(5563,7041,0,1,1,8249,1,-8233.13,-2526.21,138.866,5.41052,500,0,0,2146,4765,0,0,0,0),(5562,7039,0,1,1,10806,0,-7821.13,-2086.77,133.466,1.55047,500,5,0,3189,0,1,0,0,0),(5561,9699,0,1,1,8971,0,-8250.17,-1963.88,147.685,3.44296,500,10,0,8,0,1,0,0,0),(5560,7036,0,1,1,6649,1,-7866.09,-2199.17,133.439,3.53175,500,5,0,3189,0,1,0,0,0),(5559,7036,0,1,1,6649,1,-7855.8,-2191.57,133.189,4.54922,500,5,0,3189,0,1,0,0,0),(5558,7027,0,1,1,6047,1,-8091.44,-1780.24,133.251,2.38508,500,0,0,3644,0,2,0,0,0),(5557,7041,0,1,1,8249,1,-8213.39,-1953.58,142.58,0.118421,500,5,0,2146,4765,1,0,0,0),(5556,7043,0,1,1,8309,1,-7979.36,-1323.79,133.33,2.84054,500,5,0,2436,5340,1,0,0,0),(5555,7043,0,1,1,8309,1,-7989.26,-1313.79,133.705,2.36685,500,5,0,2436,5340,1,0,0,0),(5554,7025,0,1,1,6045,1,-8092.66,-1889.33,137.358,1.40586,500,5,0,3529,0,1,0,0,0),(5553,9699,0,1,1,8971,0,-7610.8,-2562.51,133.067,1.02669,500,5,0,8,0,1,0,0,0),(5552,9778,0,1,1,10817,0,-7647.05,-2326.45,131.403,3.69132,500,5,0,810,2041,1,0,0,0),(5551,9778,0,1,1,10817,0,-7648.73,-2334.13,130.862,5.58181,500,5,0,810,2041,1,0,0,0),(5550,9778,0,1,1,10817,0,-7641.64,-2346.07,132.307,3.60561,500,5,0,810,2041,1,0,0,0),(5549,9779,0,1,1,10814,0,-7654.74,-2342.12,132.237,2.68294,500,5,0,1013,0,1,0,0,0),(5548,9779,0,1,1,10814,0,-7645.92,-2341.66,131.737,5.75626,500,5,0,1013,0,1,0,0,0),(5547,9699,0,1,1,8971,0,-7969.92,-2888.88,135.217,5.65023,500,0,0,8,0,0,0,0,0),(5546,7040,0,1,1,143,1,-7544.74,-2809.85,151.904,1.11783,500,5,0,3556,0,1,0,0,0),(5545,7033,0,1,1,11549,1,-8122.61,-2502.55,140.039,3.20293,500,5,0,3322,0,1,0,0,0),(5544,7033,0,1,1,11549,1,-8131.44,-2494.45,140.027,1.10868,500,5,0,3322,0,1,0,0,0),(5543,7026,0,1,1,6046,1,-8149.51,-1577.2,135.402,2.7993,500,0,0,2470,5013,0,0,0,0),(5542,7025,0,1,1,6045,1,-8139.96,-1585.32,133.966,3.91318,500,5,0,3529,0,1,0,0,0),(5541,7027,0,1,1,6047,1,-8110.05,-1473.4,132.762,4.71629,500,5,0,3644,0,1,0,0,0),(5540,7055,0,1,1,741,0,-8163.94,-1572.7,133.097,3.10603,500,5,0,3293,0,1,0,0,0),(5539,9695,0,1,1,10984,0,-7913.73,-2345.59,129.291,1.53175,500,5,0,3293,0,1,0,0,0),(5538,7043,0,1,1,8309,1,-7956.66,-900.751,131.266,0.81365,500,5,0,2436,5340,1,0,0,0),(5537,9699,0,1,1,8971,0,-7998.59,-817.519,131.262,3.77728,500,5,0,8,0,1,0,0,0),(5536,7028,0,1,1,6048,1,-7690.22,-1475.54,140.836,0.593412,500,0,0,2550,5206,0,0,0,0),(5535,9698,0,1,1,10985,0,-8210.74,-1048.11,143.117,0.384131,500,10,0,3644,0,1,0,0,0),(5534,7049,0,1,1,457,0,-8111.89,-763.338,133.25,5.11405,500,10,0,2823,2117,1,0,0,0),(5533,7027,0,1,1,6047,1,-7686.09,-1472.42,140.837,3.83972,500,0,0,3644,0,0,0,0,0),(5532,7029,0,1,1,6049,1,-7705.71,-1433.95,140.936,3.25147,500,3,0,3758,0,1,0,0,0),(5531,7029,0,1,1,6049,1,-7710.43,-1445.35,141.019,3.80482,500,3,0,3758,0,1,0,0,0),(5530,7029,0,1,1,6049,1,-7695.15,-1455.44,140.936,5.01991,500,3,0,3758,0,1,0,0,0),(5529,7029,0,1,1,6049,1,-7691.83,-1439.55,140.936,3.97812,500,3,0,3758,0,1,0,0,0),(5528,7027,0,1,1,6047,1,-7666.49,-1435.28,140.845,2.72271,500,0,0,3644,0,0,0,0,0),(5527,7028,0,1,1,6048,1,-7709.42,-1413.03,140.763,3.26377,500,0,0,2550,5206,0,0,0,0),(5526,7028,0,1,1,6048,1,-7726.08,-1432.56,140.753,5.27128,500,5,0,2550,5206,1,0,0,0),(5525,7026,0,1,1,6046,1,-7667.62,-1453.69,140.74,0.684249,500,0,0,2470,5013,2,0,0,0),(5524,7029,0,1,1,6049,1,-7675.59,-1455.6,140.767,2.58363,500,3,0,3758,0,1,0,0,0),(5523,7029,0,1,1,6049,1,-7671.49,-1433.11,140.845,5.88176,500,0,0,3758,0,0,0,0,0),(5522,7029,0,1,1,6049,1,-7714.22,-1413.93,140.762,0.279253,500,0,0,3758,0,0,0,0,0),(5521,7027,0,1,1,6047,1,-7680.34,-1469,140.741,3.84328,500,0,0,3644,0,2,0,0,0),(5520,7027,0,1,1,6047,1,-7682.9,-1470.72,140.768,0.195068,500,0,0,3644,0,2,0,0,0),(5519,7028,0,1,1,6048,1,-7731.44,-1457.13,140.835,0.977384,500,0,0,2550,5206,0,0,0,0),(5518,7028,0,1,1,6048,1,-7727.99,-1452.02,140.837,4.11898,500,0,0,2550,5206,0,0,0,0),(5517,7029,0,1,1,6049,1,-7712.94,-1471.64,140.802,2.86352,500,5,0,3758,0,1,0,0,0),(5516,7027,0,1,1,6047,1,-7749.09,-1550.17,133.117,1.24318,500,5,0,3644,0,1,0,0,0),(5515,7028,0,1,1,6048,1,-7751.6,-1523.23,132.035,4.2237,500,0,0,2550,5206,0,0,0,0),(5514,7028,0,1,1,6048,1,-7782.6,-1516.78,132.835,4.07634,500,5,0,2550,5206,1,0,0,0),(5513,7026,0,1,1,6046,1,-7754.19,-1527.7,132.022,1.01229,500,0,0,2470,5013,0,0,0,0),(5512,9699,0,1,1,8971,0,-7755.56,-1541.56,132.365,2.03142,500,5,0,8,0,1,0,0,0),(5511,7028,0,1,1,6048,1,-7720.38,-1488.76,138.558,1.15342,500,0,0,2550,5206,2,0,0,0),(5510,9699,0,1,1,8971,0,-8162.2,-2649.53,133.812,3.19633,500,5,0,8,0,1,0,0,0),(5509,7027,0,1,1,6047,1,-7721.64,-1541.94,133.98,1.32622,500,5,0,3644,0,1,0,0,0),(5508,7027,0,1,1,6047,1,-7728.27,-1508.29,133.012,6.09232,500,5,0,3644,0,1,0,0,0),(5507,7028,0,1,1,6048,1,-7689.83,-1541.25,132.24,3.71755,500,0,0,2550,5206,0,0,0,0),(5506,7027,0,1,1,6047,1,-7697,-1545.76,131.629,0.558505,500,0,0,3644,0,0,0,0,0),(5505,7044,0,1,1,6374,0,-8143.2,-2888.34,135.543,2.7803,500,0,0,2964,0,0,0,0,0),(5504,7039,0,1,1,10806,0,-7790.35,-2277.33,136.814,2.88519,500,5,0,3189,0,1,0,0,0),(5503,7041,0,1,1,8249,1,-7762.67,-2852.92,133.457,0.373456,500,5,0,2146,4765,1,0,0,0),(5502,9690,0,1,1,9371,0,-8040.81,-2900.79,133.851,4.38199,500,10,0,2980,0,1,0,0,0),(5501,9690,0,1,1,9371,0,-8189.02,-2957.34,134.617,0.771587,500,5,0,2980,0,1,0,0,0),(5500,7047,0,1,1,397,0,-8243.41,-2744.53,136.316,1.85062,500,5,0,2384,1864,1,0,0,0),(5499,7047,0,1,1,397,0,-7956.37,-2919.74,131.58,3.39414,500,10,0,2384,1864,1,0,0,0),(5498,7040,0,1,1,143,1,-8051.72,-2916.74,134.439,4.00432,500,10,0,3556,0,1,0,0,0),(5497,7040,0,1,1,143,1,-8214.36,-1916.62,142.682,1.76267,500,10,0,3556,0,1,0,0,0),(13996,3397,1,1,1,9447,1,-1147.34,-2797.74,92.0417,1.04386,275,3,0,235,295,1,0,0,0),(47656,8895,230,1,1,8753,1,650.016,-184.77,-36.9107,3.22886,7200,0,0,5502,3728,0,0,0,0),(607,1382,0,1,1,4376,1,-12358.8,220.811,4.14172,5.0091,300,0,0,1753,0,0,0,0,0),(13995,3397,1,1,1,9447,1,-1127.29,-2796.91,92.0417,0.976338,275,0,0,235,295,0,0,0,0),(5496,7040,0,1,1,143,1,-8091.07,-2917.47,134.283,2.74367,500,10,0,3556,0,1,0,0,0),(5495,7040,0,1,1,143,1,-8154.19,-2984.48,137.458,3.53067,500,10,0,3556,0,1,0,0,0),(5494,9691,0,1,1,8970,0,-8114.72,-2894.73,134.872,4.98759,500,10,0,3082,0,1,0,0,0),(5493,7026,0,1,1,6046,1,-8093.8,-1772.7,133.044,1.0195,500,5,0,2470,5013,1,0,0,0),(5492,7055,0,1,1,741,0,-8073.71,-1761.39,133.408,3.29867,500,0,0,3293,0,0,0,0,0),(49063,15111,309,1,1,568,1,-11880.4,-1891.24,63.6149,4.09184,7200,5,0,12575,9944,1,0,0,0),(13994,3397,1,1,1,9447,1,-1394.55,-2734.76,91.7917,2.35791,275,0,0,235,295,0,0,0,0),(13993,3397,1,1,1,9447,1,-1210.58,-2725.92,106.76,5.34415,275,0,0,235,295,0,0,0,0),(31968,7327,129,1,1,0,1,2573.84,937.473,54.2629,4.00769,86400,0,0,3489,0,0,0,0,0),(13992,3397,1,1,1,9447,1,-1168.91,-2043.24,92.2584,0.481511,275,0,0,235,295,0,0,0,0),(45501,8666,0,1,1,0,0,-8634.51,918.961,99.355,3.83299,5400,0,0,102,0,2,0,0,0),(13991,3397,1,1,1,9447,1,-1168.06,-2040.54,92.2584,0.481264,275,0,0,235,295,0,0,0,0),(13990,3396,1,1,1,9448,1,-1167.06,-2042.27,92.2584,0.481288,275,0,0,449,0,0,0,0,0),(13989,12866,1,1,1,12964,1,-4801.73,-2343.74,116.104,1.32645,275,0,0,1110,1067,0,0,0,0),(13988,3394,1,1,1,4874,1,23.4936,-1714.62,101.474,0.41741,275,0,0,356,0,2,0,0,0),(13987,12865,1,1,1,12909,1,-4847.45,-2294.25,86.7429,5.70723,275,0,0,1261,2134,0,0,0,0),(13986,3393,1,1,1,1855,1,-2079.88,-3644.3,96.2664,3.08923,275,0,0,484,0,0,0,0,0),(13985,7233,1,1,1,5986,1,1236.78,-2994.62,91.7917,4.46804,600,0,0,7640,0,0,0,0,0),(15351,2356,0,1,1,3201,0,-845.23,-136.44,33.2369,5.75047,300,5,0,944,0,1,0,0,0),(13984,3392,1,1,1,1400,1,-4212.91,-2274.4,50.3081,3.14864,275,0,0,600,618,0,0,0,0),(606,16096,0,1,1,7102,1,-12420.3,200.855,31.3747,2.61799,1800,0,0,31905,0,0,0,0,0),(605,1149,0,1,1,4388,0,-12358,207.355,4.23162,3.735,300,0,0,1753,0,0,0,0,0),(604,7485,0,1,1,6308,1,-12414,166.158,3.4752,2.33874,300,0,0,1753,0,0,0,0,0),(603,1064,0,1,1,4368,1,-12389.2,131.967,3.55804,4.64258,300,0,0,11828,0,0,0,0,0),(602,781,0,1,1,4635,1,-13106.9,-560.801,100.066,1.45323,300,5,0,2059,0,1,0,0,0),(599,4624,0,1,1,7102,1,-14321.4,403.516,23.9726,4.55976,300,0,0,22758,0,0,0,0,0),(598,4624,0,1,1,7103,1,-14313,501.729,8.61018,3.95405,300,0,0,22758,0,0,0,0,0),(597,4624,0,1,1,7103,1,-14451,454.715,20.4486,0.746927,300,0,0,22758,0,0,0,0,0),(596,4624,0,1,1,7103,1,-14366.2,426.889,7.35109,1.78024,300,0,0,22758,0,0,0,0,0),(594,4624,0,1,1,7104,1,-14273.2,422.922,36.1004,2.03294,300,0,0,22758,0,0,0,0,0),(593,4624,0,1,1,7104,1,-14292.7,434.085,32.0606,5.74677,300,0,0,22758,0,2,0,0,0),(592,4624,0,1,1,7102,1,-14303.2,442.825,28.2472,4.36332,300,0,0,22758,0,0,0,0,0),(13983,3391,1,1,1,7052,1,-835.563,-3728.66,26.3746,3.21141,275,0,0,4120,0,0,0,0,0),(591,4624,0,1,1,7102,1,-14434.2,440.58,5.78022,5.21101,300,0,0,22758,0,0,0,0,0),(31967,4076,129,1,1,0,0,2478.18,1057.62,48.1482,0.921798,86400,5,0,8,0,1,0,0,0),(590,4624,0,1,1,7104,1,-14465.1,474.928,14.9733,6.03884,300,0,0,22758,0,0,0,0,0),(589,4624,0,1,1,7103,1,-14386,399.288,6.56251,2.40855,300,0,0,22758,0,0,0,0,0),(588,2544,0,1,1,9573,0,-14669.2,353.523,1.13563,6.18683,300,10,0,1829,0,1,0,0,0),(587,2544,0,1,1,9573,0,-14871.5,199.849,-0.578857,0.603538,300,5,0,1829,0,1,0,0,0),(586,2544,0,1,1,9573,0,-14757.7,503.245,1.81095,4.92418,300,10,0,1829,0,1,0,0,0),(585,2544,0,1,1,9573,0,-14797,252.215,-7.23766,5.97688,300,5,0,1829,0,1,0,0,0),(584,2544,0,1,1,9573,0,-14903.5,-20.0375,2.2762,5.28066,300,5,0,1829,0,1,0,0,0),(583,2544,0,1,1,9573,0,-14824.1,54.907,3.0769,3.92266,300,10,0,1829,0,1,0,0,0),(582,2544,0,1,1,9573,0,-14892.6,382.394,3.04921,0.012038,300,5,0,1829,0,1,0,0,0),(581,2544,0,1,1,9573,0,-14821.8,463.619,1.69026,1.67563,300,10,0,1829,0,1,0,0,0),(580,2834,0,1,1,7172,1,-14449.2,468.424,15.3565,0.087266,300,0,0,2059,0,0,0,0,0),(579,7389,0,1,1,6190,0,-14336,427.171,6.64303,5.72989,300,0,0,42,0,0,0,0,0),(578,2847,0,1,1,4479,1,-14380,365.551,24.0385,1.15192,300,0,0,2672,0,0,0,0,0),(577,908,0,1,1,4488,1,-14481.1,451.732,30.6957,6.03884,300,0,0,2138,0,0,0,0,0),(576,2670,0,1,1,7177,0,-14439.6,388.911,32.398,6.21337,300,0,0,2059,0,0,0,0,0),(575,2685,0,1,1,7179,1,-14364.5,402.075,6.71338,1.62316,300,0,0,1469,0,0,0,0,0),(574,2845,0,1,1,4476,1,-14359.1,367.467,24.4626,1.64061,300,0,0,1981,0,0,0,0,0),(573,2859,0,1,1,12945,1,-14477.9,464.101,36.4656,0.331613,1800,0,0,10572,0,0,0,0,0),(572,2842,0,1,1,7184,1,-14444,433.765,4.27238,6.14356,300,0,0,2059,0,0,0,0,0),(571,2849,0,1,1,7187,0,-14468.3,424.603,25.4592,4.66003,300,0,0,2138,0,0,0,0,0),(570,15681,0,1,1,7993,0,-14416.8,524.1,7.66655,4.13643,300,0,0,2769,0,0,0,0,0),(569,15677,0,1,1,7993,0,-14398.5,406.925,9.50589,1.51844,300,0,0,2769,0,0,0,0,0),(13982,3390,1,1,1,1965,1,-424.542,-2589.88,95.9052,6.23082,275,0,0,573,0,0,0,0,0),(13981,20797,1,1,1,19793,0,-728.396,-2105.2,74.3346,0.994838,275,0,0,222,0,0,0,0,0),(13980,14909,1,1,1,15002,1,1014.84,-2227.66,93.1511,5.57252,275,0,0,361,0,0,0,0,0),(63522,22991,530,1,1,0,0,-4077.92,3412.57,334.768,-0.733038,180,0,0,4120,0,0,0,0,0),(13979,3389,1,1,1,3847,1,-307.136,-1971.95,96.48,4.64258,275,0,0,896,0,0,0,0,0),(13978,2620,1,1,1,1072,0,-2472.95,-2041.59,92.365,3.30932,275,20,0,8,0,1,0,0,0),(13977,2620,1,1,1,1072,0,483.333,-2783.33,93.7676,0.705569,275,20,0,8,0,1,0,0,0),(13976,2620,1,1,1,1072,0,234.225,-1867.35,92.1805,0.349066,275,0,0,8,0,0,0,0,0),(13975,2620,1,1,1,1072,0,-1941.82,-3384.47,60.4097,5.76113,275,20,0,8,0,1,0,0,0),(13974,2620,1,1,1,1072,0,747.434,-2777.88,93.6922,5.91138,275,20,0,8,0,1,0,0,0),(13973,2620,1,1,1,1072,0,-1558.38,-2724.95,91.9749,1.00557,275,20,0,8,0,1,0,0,0),(13972,2620,1,1,1,1072,0,667.883,-1334.32,92.6511,5.5254,275,20,0,8,0,1,0,0,0),(13971,2620,1,1,1,1072,0,-67.3944,-1613.49,92.042,6.03013,275,20,0,8,0,1,0,0,0),(13970,2620,1,1,1,1072,0,-3899.39,-1752.01,93.2426,2.7541,275,20,0,8,0,1,0,0,0),(13969,2620,1,1,1,1072,0,-1316.92,-1916.8,82.4067,2.42972,275,20,0,8,0,1,0,0,0),(13968,2620,1,1,1,1072,0,336.312,-1532.2,94.5918,0.472241,275,20,0,8,0,1,0,0,0),(13967,2620,1,1,1,1072,0,-1691.41,-3552.41,95.6794,1.30831,275,20,0,8,0,1,0,0,0),(13966,2620,1,1,1,1072,0,-974.754,-2982.22,92.3395,0.766638,275,20,0,8,0,1,0,0,0),(13965,2620,1,1,1,1072,0,-1014.78,-2784.56,93.993,0.129198,275,20,0,8,0,1,0,0,0),(13964,14908,1,1,1,14589,0,1035.2,-2251.75,92.958,2.59045,275,0,0,42,0,2,0,0,0),(13963,2620,1,1,1,1072,0,-1179.01,-1765.52,88.189,2.78462,275,20,0,8,0,1,0,0,0),(13962,2620,1,1,1,1072,0,-752.698,-3311.46,92.3753,0.944853,275,20,0,8,0,1,0,0,0),(13961,2620,1,1,1,1072,0,-1447,-1627,92.0196,0.226506,275,20,0,8,0,1,0,0,0),(13960,2620,1,1,1,1072,0,-1712.46,-1701.31,91.927,4.19439,275,20,0,8,0,1,0,0,0),(13959,2620,1,1,1,1072,0,-3787.27,-1576.56,92.3558,2.04144,275,20,0,8,0,1,0,0,0),(13958,2620,1,1,1,1072,0,-1259.92,-2173.78,91.932,3.03007,275,20,0,8,0,1,0,0,0),(13957,2620,1,1,1,1072,0,720.811,-2245.91,92.767,0.86831,275,20,0,8,0,1,0,0,0),(13956,2620,1,1,1,1072,0,-403.389,-2337.43,96.6765,2.02044,275,20,0,8,0,1,0,0,0),(13955,2620,1,1,1,1072,0,569.126,-1631.37,91.7917,1.76022,275,20,0,8,0,1,0,0,0),(13954,2620,1,1,1,1072,0,-2264.5,-2323.76,94.3514,2.72773,275,20,0,8,0,1,0,0,0),(13953,2620,1,1,1,1072,0,-2019.21,-2731.06,91.9898,1.5298,275,20,0,8,0,1,0,0,0),(13952,2620,1,1,1,1072,0,-625.659,-2608.47,92.2445,5.5627,275,20,0,8,0,1,0,0,0),(13951,2620,1,1,1,1072,0,-724.921,-2947.51,96.5691,2.99859,275,20,0,8,0,1,0,0,0),(13950,3388,1,1,1,3848,1,-1350.74,-4048.38,6.23952,5.3058,275,0,0,1163,0,0,0,0,0),(13949,3387,1,1,1,3845,1,-2382.81,-1922.69,95.8663,0.017453,275,0,0,1163,0,0,0,0,0),(13948,3386,1,1,1,1857,1,-2080.84,-3642.75,96.1716,4.78062,275,0,0,325,357,0,0,0,0),(13947,3386,1,1,1,1856,1,-1998.05,-3633.93,23.1615,2.34987,275,3,0,325,357,1,0,0,0),(13946,3386,1,1,1,1857,1,-2220.71,-3770.01,95.7766,5.32644,275,0,0,325,357,0,0,0,0),(13945,3386,1,1,1,1857,1,-2098.35,-3641.68,61.716,4.97756,275,3,0,325,357,1,0,0,0),(13944,3386,1,1,1,1856,1,-2017.57,-3562.02,23.1343,2.89181,275,3,0,325,357,1,0,0,0),(13943,3386,1,1,1,1856,1,-1997.42,-3589.75,22.2593,3.43819,275,2,0,325,357,1,0,0,0),(13942,3386,1,1,1,1857,1,-2201.4,-3678.58,92.9473,4.55901,275,0,0,325,357,0,0,0,0),(13941,3386,1,1,1,1856,1,-2091.77,-3502.5,94.9972,4.0438,275,0,0,325,357,0,0,0,0),(13940,3386,1,1,1,1856,1,-2093.81,-3509.29,130.084,0.009634,275,2,0,325,357,1,0,0,0),(13939,3386,1,1,1,1856,1,-2045.33,-3680.98,21.8843,5.27978,275,0,0,325,357,0,0,0,0),(13938,3386,1,1,1,1856,1,-2134.64,-3506.05,92.4534,5.98842,275,5,0,325,357,1,0,0,0),(13937,3386,1,1,1,1856,1,-2117.84,-3659.22,61.0679,0.131016,275,3,0,325,357,1,0,0,0),(13936,3386,1,1,1,1857,1,-2150.59,-3596.17,92.277,5.79597,275,0,0,325,357,0,0,0,0),(13935,3386,1,1,1,1857,1,-2011.42,-3601.86,21.8843,5.9262,275,5,0,325,357,1,0,0,0),(13934,3385,1,1,1,1858,1,-2089.48,-3631.79,96.2149,4.40373,275,0,0,328,0,0,0,0,0),(13933,3385,1,1,1,1858,1,-2099.32,-3651.84,61.7993,0.715585,275,0,0,328,0,0,0,0,0),(13932,3385,1,1,1,1858,1,-2111.08,-3649.55,87.4044,0.392215,275,0,0,328,0,0,0,0,0),(13931,3385,1,1,1,1858,1,-2099.77,-3634.95,87.3654,3.42484,275,0,0,328,0,2,0,0,0),(13930,3385,1,1,1,1858,1,-2110.61,-3635.96,96.1894,0.617702,275,0,0,328,0,0,0,0,0),(13929,3385,1,1,1,1858,1,-2106.81,-3640.48,87.3589,3.95535,275,0,0,328,0,2,0,0,0),(13928,3385,1,1,1,1858,1,-2037.48,-3678.57,21.9316,0.949582,275,0,0,328,0,2,0,0,0),(13927,3385,1,1,1,1858,1,-2094.75,-3644.64,72.4356,3.31713,275,0,0,328,0,2,0,0,0),(13926,3385,1,1,1,1858,1,-1990.74,-3695.62,18.3887,6.20817,275,3,0,328,0,1,0,0,0),(13925,3385,1,1,1,1858,1,-2005.04,-3667.33,22.3008,5.34071,275,0,0,328,0,0,0,0,0),(13924,3385,1,1,1,1858,1,-2010.92,-3675.91,22.1733,5.96903,275,0,0,328,0,0,0,0,0),(13923,3385,1,1,1,1858,1,-1928.6,-3653.89,15.0444,3.48066,275,2,0,328,0,1,0,0,0),(13922,3385,1,1,1,1858,1,-1977.61,-3674.55,17.7637,2.36234,275,3,0,328,0,1,0,0,0),(13921,3385,1,1,1,1858,1,-1907.38,-3616.16,11.7975,4.62438,275,0,0,328,0,2,0,0,0),(13920,3385,1,1,1,1858,1,-1923.51,-3514.79,30.0445,1.86599,275,0,0,328,0,2,0,0,0),(13919,3385,1,1,1,1858,1,-1906.11,-3578.02,19.4245,0.530097,275,3,0,328,0,1,0,0,0),(13918,3385,1,1,1,1858,1,-1940.88,-3538.09,26.2773,2.00904,275,5,0,328,0,1,0,0,0),(13917,3385,1,1,1,1858,1,-1905.31,-3481.39,41.3597,0.193798,275,3,0,328,0,1,0,0,0),(13916,3385,1,1,1,1858,1,-1877.66,-3660.91,10.4404,3.61516,275,5,0,328,0,1,0,0,0),(13915,3641,1,1,1,1752,0,-585.333,-2113,40.8668,4.25881,275,5,0,356,0,1,0,0,0),(13914,3641,1,1,1,1752,0,-645.988,-2296.02,14.0147,0.090112,275,5,0,356,0,1,0,0,0),(13913,3641,1,1,1,1752,0,-626.358,-2277.41,15.2251,3.77782,275,5,0,356,0,1,0,0,0),(13912,3641,1,1,1,1752,0,-645.486,-2233.58,12.6982,5.04233,275,5,0,356,0,1,0,0,0),(13911,3641,1,1,1,1752,0,-626.137,-2250.59,12.6655,1.54253,275,5,0,356,0,1,0,0,0),(13910,3641,1,1,1,1752,0,-650.032,-2269.3,12.6655,3.50359,275,5,0,356,0,1,0,0,0),(13909,3641,1,1,1,1752,0,-659.187,-2244.31,12.9283,2.14437,275,5,0,356,0,1,0,0,0),(568,9858,0,1,1,10754,0,-14446.5,448.414,4.12501,2.9147,300,0,0,6645,0,0,0,0,0),(45707,8856,0,1,1,0,0,-8408,450.74,123.76,2.251,250,0,0,713,0,0,0,0,0),(81589,5649,209,1,1,6424,1,1666.97,1233.6,9.40873,4.71239,86400,2,0,5346,0,1,0,0,0),(13908,3641,1,1,1,1752,0,-575.642,-2113.77,38.6434,4.78286,275,5,0,356,0,1,0,0,0),(13907,3385,1,1,1,1858,1,-2041.75,-3495.95,92.2907,0.116608,275,0,0,328,0,0,0,0,0),(13906,3385,1,1,1,1858,1,-2046.68,-3693.21,21.8843,1.44959,275,0,0,328,0,0,0,0,0),(13905,3385,1,1,1,1858,1,-2192.42,-3677.57,91.747,1.12606,275,0,0,328,0,0,0,0,0),(18679,5055,43,1,1,0,0,-193.302,63.3435,-47.9201,5.6868,86400,1,0,135,0,1,0,0,0),(13904,3385,1,1,1,1858,1,-2011.81,-3564.49,22.5093,0.56363,275,3,0,328,0,1,0,0,0),(18678,5053,43,1,1,0,0,-161.456,51.8247,-106.014,1.03789,86400,5,0,417,0,1,0,0,0),(18677,3835,43,1,1,0,0,-152.71,50.6044,-105.733,4.77731,86400,5,0,8,0,1,0,0,0),(18676,2914,43,1,1,0,0,-192.926,60.6825,-47.9713,1.85553,86400,10,0,8,0,1,0,0,0),(18675,3678,43,1,1,0,1,-134.965,125.402,-78.0945,3.07178,300,0,0,1299,980,0,0,0,0),(5491,7027,0,1,1,6047,1,-8076.25,-1761.53,132.031,4.32645,500,0,0,3644,0,2,0,0,0),(5490,7040,0,1,1,143,1,-8112.08,-3016.08,134.546,0.003226,500,5,0,3556,0,1,0,0,0),(5489,7047,0,1,1,397,0,-8025.25,-2917.08,132.895,6.2055,500,10,0,2384,1864,1,0,0,0),(5488,9691,0,1,1,8970,0,-7753.41,-2977.46,134.872,2.79253,500,0,0,3082,0,0,0,0,0),(5487,7040,0,1,1,143,1,-8097.19,-2967.14,135.001,2.24038,500,5,0,3556,0,1,0,0,0),(5486,9691,0,1,1,8970,0,-8196.23,-2810.19,136.857,0.015624,500,10,0,3082,0,1,0,0,0),(5485,7041,0,1,1,8249,1,-8014.03,-2949.8,131.403,2.07448,500,5,0,2146,4765,1,0,0,0),(5484,7043,0,1,1,8309,1,-7953.6,-1347.47,134.1,2.10507,500,10,0,2436,5340,1,0,0,0),(5483,7041,0,1,1,8249,1,-8080.6,-2984.09,134.251,2.57238,500,5,0,2146,4765,1,0,0,0),(5482,7041,0,1,1,8249,1,-8068.97,-2955.6,134.964,4.97585,500,5,0,2146,4765,1,0,0,0),(5481,7041,0,1,1,8249,1,-8123.01,-2943.25,133.596,2.88672,500,10,0,2146,4765,1,0,0,0),(5480,9691,0,1,1,8970,0,-7616.54,-2792.79,134.091,4.72186,500,10,0,3082,0,1,0,0,0),(5479,7041,0,1,1,8249,1,-7556.41,-2726.92,136.111,2.16104,500,5,0,2146,4765,1,0,0,0),(5478,7041,0,1,1,8249,1,-7556.16,-2748.01,136.04,4.79555,500,5,0,2146,4765,1,0,0,0),(5477,9690,0,1,1,9371,0,-8019.97,-2883.63,135.952,3.89507,500,10,0,2980,0,1,0,0,0),(48911,4075,289,1,1,1418,0,74.3941,140.642,83.5827,5.16617,86400,0,0,8,0,0,0,0,0),(48910,11622,289,1,1,12073,0,137.145,171.676,95.9664,3.28122,86400,0,0,30180,7458,0,0,0,0),(48909,2110,289,1,1,1141,0,197.831,-30.3793,95.3396,1.65806,86400,0,0,1,0,0,0,0,0),(48908,10500,289,1,1,3942,0,35.6058,129.759,83.629,3.9619,86400,0,0,6891,6867,0,0,0,0),(48907,10500,289,1,1,3942,0,18.9446,156.26,83.629,1.5708,86400,0,0,6891,6867,0,0,0,0),(48906,10469,289,1,1,11161,1,35.9159,126.749,83.629,1.64061,86400,0,0,6891,6867,0,0,0,0),(48905,10477,289,1,1,11155,1,41.6745,157.622,83.629,1.79769,86400,0,0,6891,6867,0,0,0,0),(48904,10471,289,1,1,11157,1,21.9201,156.961,83.629,2.87979,86400,0,0,6681,6723,0,0,0,0),(48903,10470,289,1,1,11133,1,31.7421,131.25,83.629,5.65487,86400,0,0,5847,16020,0,0,0,0),(48902,10500,289,1,1,3942,0,40.0598,159.537,83.629,0.698132,86400,0,0,6891,6867,0,0,0,0),(48901,10477,289,1,1,11154,1,16.6317,157.114,83.629,6.14356,86400,0,0,6891,6867,0,0,0,0),(48900,10471,289,1,1,11146,1,38.0603,161.109,83.629,6.24828,86400,0,0,6681,6723,0,0,0,0),(48899,10472,289,1,1,11125,1,126.473,4.88129,85.3117,3.85718,86400,0,0,6891,6867,0,0,0,0),(48898,10469,289,1,1,11148,1,123.306,3.93283,85.3117,6.05629,86400,0,0,6891,6867,0,0,0,0),(48897,10472,289,1,1,11125,1,113.736,-7.09679,85.3117,2.56563,86400,0,0,6891,6867,0,0,0,0),(48896,10477,289,1,1,11156,1,112.921,-4.45095,85.4598,4.57276,86400,0,0,6891,6867,0,0,0,0),(48871,10472,289,1,1,11157,1,110.892,-6.46278,85.3117,0.436332,86400,0,0,6891,6867,0,0,0,0),(48870,10469,289,1,1,11149,1,102.454,4.37424,85.3117,2.18166,86400,0,0,6891,6867,0,0,0,0),(48869,10472,289,1,1,11157,1,101.082,6.40191,85.3117,5.2709,86400,0,0,6891,6867,0,0,0,0),(48868,10472,289,1,1,11176,1,125.396,2.59597,85.4379,2.72271,86400,0,0,6891,6867,0,0,0,0),(48867,10505,289,1,1,20981,1,86.6634,-1.96039,85.3117,0.017453,86400,0,0,34188,7302,0,0,0,0),(48866,10486,289,1,1,7847,1,176.662,-57.9338,75.4812,1.41372,86400,0,0,14805,0,0,0,0,0),(48865,10486,289,1,1,7847,1,187.295,-57.8065,75.4812,1.76278,86400,0,0,14805,0,0,0,0,0),(48864,10489,289,1,1,7848,1,183.088,-88.0234,70.8568,1.53589,86400,0,0,8352,0,0,0,0,0),(48863,10504,289,1,1,11072,1,178.724,-91.0232,70.8568,1.64061,86400,0,0,27468,0,0,0,0,0),(48862,10489,289,1,1,7848,1,175.266,-88.1815,70.8568,1.5708,86400,0,0,8352,0,0,0,0,0),(48861,10491,289,1,1,11397,1,240.808,8.76485,72.673,1.5994,86400,5,0,6891,6867,1,0,0,0),(48860,10491,289,1,1,11397,1,235.207,7.2959,72.673,1.55028,86400,5,0,6891,6867,1,0,0,0),(48859,10491,289,1,1,11397,1,226.854,0.261588,72.673,3.16098,86400,5,0,6891,6867,1,0,0,0),(48858,10491,289,1,1,11397,1,248.115,2.80921,72.6684,4.66764,86400,5,0,6891,6867,1,0,0,0),(48857,10502,289,1,1,11835,1,265.956,0.903429,75.3334,3.07178,86400,0,0,26862,7302,0,0,0,0),(48856,10478,289,1,1,9790,0,130.986,-13.6734,75.4812,2.61799,86400,0,0,8883,0,0,0,0,0),(48855,10478,289,1,1,9789,0,124.162,5.8157,75.4812,5.06145,86400,0,0,8883,0,0,0,0,0),(48854,10507,289,1,1,10433,0,103.305,-1.67752,75.2183,6.17846,86400,0,0,36624,0,0,0,0,0),(48853,10478,289,1,1,11401,0,124.807,-7.8737,75.4812,5.61996,86400,0,0,8883,0,0,0,0,0),(48852,10478,289,1,1,9788,0,130.415,-1.1135,75.4812,2.68781,86400,0,0,8883,0,0,0,0,0),(48851,10478,289,1,1,9788,0,130.625,10.5451,75.4812,3.63029,86400,0,0,8883,0,0,0,0,0),(48850,10508,289,1,1,7919,0,-25.1079,141.284,83.9083,0.034907,86400,0,0,33670,15408,0,0,0,0),(48849,10471,289,1,1,11157,1,239.281,53.6591,115.791,6.10865,86400,0,0,6681,6723,0,0,0,0),(48848,10470,289,1,1,11131,1,229.563,17.8128,115.808,0.593412,86400,0,0,5847,16020,0,0,0,0),(48847,10470,289,1,1,11132,1,172.029,3.3354,115.791,0.750492,86400,0,0,5847,16020,0,0,0,0),(48846,10489,289,1,1,7848,1,186.864,34.2006,115.708,3.16734,86400,0,0,8352,0,2,0,0,0),(48845,10470,289,1,1,11131,1,209.375,12.4372,115.791,5.32325,86400,0,0,5847,16020,0,0,0,0),(48844,10470,289,1,1,11132,1,242.78,32.143,115.791,5.16617,86400,0,0,5847,16020,0,0,0,0),(48843,10470,289,1,1,11131,1,217.224,-7.79726,115.791,5.65487,86400,0,0,5847,16020,0,0,0,0),(48842,10471,289,1,1,11146,1,221.768,-18.4839,115.791,6.21337,86400,0,0,6681,6723,0,0,0,0),(48841,10471,289,1,1,11173,1,230.72,19.9185,115.809,4.67748,86400,0,0,6681,6723,0,0,0,0),(48840,10470,289,1,1,11132,1,232.433,0.477431,115.791,4.46804,86400,0,0,5847,16020,0,0,0,0),(48839,10485,289,1,1,9786,0,245.972,113.52,95.8225,3.00302,86400,5,0,2088,0,1,0,0,0),(48838,10485,289,1,1,9786,0,259.24,144.555,95.9059,3.07471,86400,5,0,2088,0,1,0,0,0),(48837,10495,289,1,1,519,0,248.675,148.015,95.9059,6.24893,86400,5,0,8613,0,1,0,0,0),(48836,10495,289,1,1,519,0,231.402,138.164,95.9059,5.61193,86400,5,0,8613,0,1,0,0,0),(48835,10485,289,1,1,9786,0,237.709,137.717,95.9059,0.231746,86400,5,0,2088,0,1,0,0,0),(48834,10485,289,1,1,9786,0,237.726,149.281,95.9059,2.05128,86400,5,0,2088,0,1,0,0,0),(48833,10481,289,1,1,10976,0,229.919,146.578,95.9059,2.82045,86400,5,0,1436,0,1,0,0,0),(48832,10495,289,1,1,519,0,271.169,169.307,95.906,4.45059,86400,0,0,8613,0,0,0,0,0),(48831,10485,289,1,1,9786,0,275.854,166.85,95.906,1.71042,86400,0,0,2088,0,0,0,0,0),(48830,10485,289,1,1,7550,0,280.934,171.916,95.8225,0.631015,86400,5,0,2088,0,1,0,0,0),(48829,10485,289,1,1,9786,0,280.562,178.524,95.8225,2.77441,86400,0,0,2088,0,0,0,0,0),(48828,10481,289,1,1,10975,0,274.421,171.791,95.906,3.52556,86400,0,0,1436,0,0,0,0,0),(48827,10495,289,1,1,519,0,270.265,102.134,95.9061,0.883407,86400,5,0,8613,0,1,0,0,0),(48826,10485,289,1,1,9786,0,267.353,96.3076,95.9062,0.032736,86400,5,0,2088,0,1,0,0,0),(48825,10485,289,1,1,9786,0,271.305,90.3076,95.9061,2.87892,86400,5,0,2088,0,1,0,0,0),(48824,10485,289,1,1,9786,0,278.551,93.9564,95.8226,3.25042,86400,5,0,2088,0,1,0,0,0),(48823,10481,289,1,1,10975,0,278.477,102.834,95.906,2.64623,86400,5,0,1436,0,1,0,0,0),(48822,10481,289,1,1,10976,0,272.728,96.8769,95.9061,5.8101,86400,5,0,1436,0,1,0,0,0),(48821,10485,289,1,1,9786,0,240.527,121.551,95.9059,3.05655,86400,5,0,2088,0,1,0,0,0),(48820,10485,289,1,1,9786,0,234.086,125.653,95.9059,3.02623,86400,5,0,2088,0,1,0,0,0),(48819,10485,289,1,1,9786,0,229.745,118.932,95.9059,3.36618,86400,5,0,2088,0,1,0,0,0),(48818,10495,289,1,1,519,0,231.767,112.516,95.9059,0.031724,86400,5,0,8613,0,1,0,0,0),(48817,10481,289,1,1,10975,0,235.489,118.388,95.9059,2.45582,86400,5,0,1436,0,1,0,0,0),(48816,10495,289,1,1,519,0,260.015,113.97,95.9059,0.133371,86400,5,0,8613,0,1,0,0,0),(5476,7047,0,1,1,397,0,-7913.89,-2918.32,132.048,5.73038,500,10,0,2384,1864,1,0,0,0),(48815,10485,289,1,1,9786,0,253.803,113.747,95.9059,5.45107,86400,5,0,2088,0,1,0,0,0),(48814,10485,289,1,1,9786,0,263.208,121.969,95.9059,0.267297,86400,5,0,2088,0,1,0,0,0),(48813,10485,289,1,1,7550,0,256.427,124.66,95.9059,4.32302,86400,5,0,2088,0,1,0,0,0),(48812,10495,289,1,1,519,0,264.373,164.305,95.906,6.19443,86400,0,0,8613,0,2,0,0,0),(48811,10485,289,1,1,7550,0,257.031,101.056,95.9061,5.5676,86400,0,0,2088,0,0,0,0,0),(48810,10485,289,1,1,9786,0,249.692,98.6988,95.9062,2.74121,86400,5,0,2088,0,1,0,0,0),(48809,10495,289,1,1,519,0,250.887,90.5535,95.9062,1.65319,86400,5,0,8613,0,1,0,0,0),(48808,10481,289,1,1,10975,0,254.893,94.7349,95.9063,3.18587,86400,5,0,1436,0,1,0,0,0),(48807,10503,289,1,1,11073,1,268.223,73.633,95.9245,1.64061,86400,0,0,30180,7458,0,0,0,0),(48806,10433,289,1,1,10248,1,150.368,116.22,104.661,3.83972,86400,0,0,22970,4578,0,0,0,0),(48805,10432,289,1,1,2606,0,143.481,99.0964,104.659,3.26377,86400,0,0,24420,4868,2,0,0,0),(48804,10488,289,1,1,12074,0,137.237,140.411,93.1367,4.42364,86400,3,0,14355,0,1,0,0,0),(48803,10488,289,1,1,12074,0,136.959,193.95,93.5453,6.13,86400,3,0,14355,0,1,0,0,0),(48802,10488,289,1,1,12074,0,119.188,176.658,92.726,0.597001,86400,3,0,14355,0,1,0,0,0),(48801,10488,289,1,1,12074,0,144.123,176.198,95.0619,0.460671,86400,10,0,14355,0,1,0,0,0),(48800,10488,289,1,1,12074,0,121.364,195.332,95.1691,4.18879,86400,3,0,14355,0,1,0,0,0),(48799,10488,289,1,1,12074,0,157.462,144.66,93.1686,4.77398,86400,3,0,14355,0,1,0,0,0),(48798,10488,289,1,1,12074,0,146.173,157.926,93.1154,4.14954,86400,5,0,14355,0,1,0,0,0),(48797,10488,289,1,1,12074,0,119.052,156.77,92.2423,2.92533,86400,5,0,14355,0,1,0,0,0),(48796,10488,289,1,1,12074,0,108.287,136.514,97.6448,1.31211,86400,3,0,14355,0,1,0,0,0),(48795,10488,289,1,1,12074,0,153.619,192.119,93.1686,4.82485,86400,3,0,14355,0,1,0,0,0),(48794,11551,289,1,1,11178,0,247.555,91.3432,110.055,3.16881,86400,0,0,8613,0,2,0,0,0),(48793,11582,289,1,1,11177,1,249.223,121.483,110.002,3.56047,86400,0,0,6891,6867,0,0,0,0),(5475,7043,0,1,1,8309,1,-8228.43,-1187.51,142.674,4.4908,500,5,0,2436,5340,1,0,0,0),(5474,9690,0,1,1,9371,0,-8214.5,-2729.06,133.967,1.11327,500,10,0,2980,0,1,0,0,0),(5473,7043,0,1,1,8309,1,-8248.08,-1172.07,143.775,3.10019,500,5,0,2436,5340,1,0,0,0),(5472,7036,0,1,1,6649,1,-7785.22,-2302.36,134.439,5.94966,500,5,0,3189,0,1,0,0,0),(5471,7037,0,1,1,8170,1,-7819.5,-2206.46,133.564,4.54676,500,5,0,3189,0,1,0,0,0),(48792,10476,289,1,1,11151,1,276.647,106.101,109.758,4.69494,86400,0,0,6681,6723,0,0,0,0),(48791,11582,289,1,1,11129,1,249.179,99.3561,109.806,2.68781,86400,0,0,6891,6867,0,0,0,0),(48790,10476,289,1,1,11175,1,273.738,120.894,109.849,0.034907,86400,0,0,6681,6723,0,0,0,0),(48789,10489,289,1,1,7848,1,281.938,121.338,109.973,4.76191,86400,0,0,8352,0,2,0,0,0),(48788,11582,289,1,1,11177,1,279.979,78.9085,109.842,2.44346,86400,0,0,6891,6867,0,0,0,0),(48787,10469,289,1,1,11150,1,220.098,175.74,109.723,2.28638,86400,0,0,6891,6867,0,0,0,0),(48786,10477,289,1,1,11156,1,175.721,133.102,109.664,2.58309,86400,0,0,6891,6867,0,0,0,0),(48785,10469,289,1,1,11161,1,171.38,136.536,109.638,5.49779,86400,0,0,6891,6867,0,0,0,0),(48784,10469,289,1,1,11149,1,175.234,136.705,109.637,3.92699,86400,0,0,6891,6867,0,0,0,0),(48783,10498,289,1,1,3942,0,187.714,173.996,109.791,4.64258,86400,0,0,6891,6867,0,0,0,0),(48782,10477,289,1,1,11163,1,181.724,115.292,109.723,5.3058,86400,0,0,6891,6867,0,0,0,0),(48781,10487,289,1,1,11489,1,177.948,152.809,109.523,6.25529,86400,0,0,6891,6867,2,0,0,0),(48780,10487,289,1,1,11489,1,173.16,127.189,109.709,0.680678,86400,0,0,6891,6867,0,0,0,0),(48779,10498,289,1,1,3942,0,276.712,153.875,109.869,3.14159,86400,0,0,6891,6867,0,0,0,0),(48778,10498,289,1,1,3942,0,171.983,172.568,109.667,5.74213,86400,0,0,6891,6867,0,0,0,0),(48777,10477,289,1,1,11156,1,215.032,123.275,109.733,3.36848,86400,0,0,6891,6867,0,0,0,0),(48776,10477,289,1,1,11163,1,221.318,123.231,109.724,6.14356,86400,0,0,6891,6867,0,0,0,0),(48775,10469,289,1,1,11149,1,221.687,121.072,109.723,5.84685,86400,0,0,6891,6867,0,0,0,0),(47300,10116,230,1,1,9332,0,463.572,-14.4215,-66.7948,1.32645,7200,0,0,42,0,0,0,0,0),(207570,15105,530,1,1,0,0,-1812.39,5364.03,-12.3448,0.698132,120,0,0,1,0,0,0,0,0),(13903,3385,1,1,1,1858,1,-2230.87,-3729.8,92.068,2.29312,275,0,0,328,0,0,0,0,0),(13902,3385,1,1,1,1858,1,-2135.97,-3595.74,92.652,1.24138,275,5,0,328,0,1,0,0,0),(13901,3385,1,1,1,1858,1,-2118.53,-3525.12,92.2578,4.63096,275,0,0,328,0,0,0,0,0),(13900,3385,1,1,1,1858,1,-2174.74,-3622.77,91.9471,4.60728,275,2,0,328,0,1,0,0,0),(13899,3385,1,1,1,1858,1,-2228.27,-3712.82,91.943,2.53004,275,0,0,328,0,0,0,0,0),(13898,3385,1,1,1,1858,1,-2123.88,-3515.17,92.5272,5.92259,275,0,0,328,0,0,0,0,0),(13897,3385,1,1,1,1858,1,-2093.11,-3638.3,61.716,1.71153,275,0,0,328,0,2,0,0,0),(13896,3385,1,1,1,1858,1,-2142.53,-3527.31,91.9534,4.53173,275,0,0,328,0,0,0,0,0),(13895,3385,1,1,1,1858,1,-2096.57,-3653.64,61.716,0.942478,275,0,0,328,0,0,0,0,0),(13894,3385,1,1,1,1858,1,-2031.88,-3607.08,22.1949,2.94866,275,0,0,328,0,0,0,0,0),(13893,3385,1,1,1,1858,1,-2095.53,-3543.93,92.4939,2.78322,275,0,0,328,0,0,0,0,0),(13892,3385,1,1,1,1858,1,-2106.93,-3620.33,61.0757,4.85111,275,0,0,328,0,0,0,0,0),(13891,3385,1,1,1,1858,1,-1998.96,-3582.29,22.0093,1.19337,275,2,0,328,0,1,0,0,0),(13890,3385,1,1,1,1858,1,-2211.22,-3766.09,95.7716,2.50998,275,0,0,328,0,0,0,0,0),(13889,3385,1,1,1,1858,1,-2040.09,-3683.91,22.0093,3.03726,275,0,0,328,0,0,0,0,0),(13888,3385,1,1,1,1858,1,-2145.71,-3556.55,91.7034,1.24178,275,0,0,328,0,2,0,0,0),(13887,3385,1,1,1,1858,1,-2013.44,-3622.13,21.8843,0.974825,275,5,0,328,0,1,0,0,0),(13886,3385,1,1,1,1858,1,-2201.31,-3686.65,92.5723,1.89485,275,0,0,328,0,0,0,0,0),(13885,3385,1,1,1,1858,1,-2086.35,-3660.21,96.2157,3.84519,275,0,0,328,0,0,0,0,0),(13884,3385,1,1,1,1858,1,-2098.78,-3500.2,94.9946,3.34538,275,0,0,328,0,0,0,0,0),(13883,3385,1,1,1,1858,1,-1975.95,-3594.04,21.8843,0.075859,275,2,0,328,0,1,0,0,0),(13882,3385,1,1,1,1858,1,-2205.21,-3736.46,92.7907,3.25012,275,0,0,328,0,0,0,0,0),(13881,3385,1,1,1,1858,1,-2021.26,-3628.24,21.8637,4.79745,275,0,0,328,0,2,0,0,0),(13880,3385,1,1,1,1858,1,-2060.42,-3506.78,91.7265,2.74872,275,2,0,328,0,1,0,0,0),(13879,3385,1,1,1,1858,1,-2108.07,-3660.6,96.1894,2.83512,275,0,0,328,0,2,0,0,0),(13878,3385,1,1,1,1858,1,-2145.21,-3535.41,91.8284,6.25357,275,0,0,328,0,0,0,0,0),(13877,3385,1,1,1,1858,1,-1912.53,-3687.93,9.46631,5.50055,275,0,0,328,0,2,0,0,0),(13876,3385,1,1,1,1858,1,-2032.23,-3618.07,22.2906,1.80797,275,0,0,328,0,0,0,0,0),(13875,3385,1,1,1,1858,1,-2063.93,-3645.5,66.1376,5.03229,275,2,0,328,0,1,0,0,0),(13874,3385,1,1,1,1858,1,-2004.69,-3638.1,23.0931,1.13588,275,3,0,328,0,1,0,0,0),(13873,3385,1,1,1,1858,1,-1999.21,-3611.73,23.5696,2.06045,275,0,0,328,0,0,0,0,0),(13872,3385,1,1,1,1858,1,-2214.54,-3773.77,95.7741,5.04926,275,0,0,328,0,0,0,0,0),(13871,3385,1,1,1,1858,1,-2122.1,-3653.21,61.3179,5.84166,275,0,0,328,0,0,0,0,0),(13870,3385,1,1,1,1858,1,-2112.75,-3667.29,61.3254,1.92946,275,0,0,328,0,0,0,0,0),(13869,3385,1,1,1,1858,1,-1996.04,-3604.83,23.5696,0.795989,275,0,0,328,0,0,0,0,0),(13868,3385,1,1,1,1858,1,-1938.34,-3713.84,7.20031,2.56931,275,5,0,328,0,1,0,0,0),(13867,3385,1,1,1,1858,1,-2191.69,-3698.57,90.6591,3.98492,275,0,0,328,0,2,0,0,0),(13866,3385,1,1,1,1858,1,-2150.47,-3585.64,91.777,0.829631,275,0,0,328,0,0,0,0,0),(13865,3385,1,1,1,1858,1,-2102.72,-3547.09,93.5763,1.03446,275,0,0,328,0,0,0,0,0),(13864,3385,1,1,1,1858,1,-2047.22,-3469,99.9157,2.12752,275,0,0,328,0,0,0,0,0),(13863,3384,1,1,1,3834,1,-1644.85,-3648.26,91.9672,5.67541,275,5,0,300,0,1,0,0,0),(13862,3384,1,1,1,3833,1,-1542.27,-3713.02,92.0002,0.405506,275,5,0,300,0,1,0,0,0),(13861,3384,1,1,1,3833,1,-1481.86,-3709.45,93.8452,2.80532,275,5,0,300,0,1,0,0,0),(13860,3384,1,1,1,3834,1,-1415.42,-3681.08,93.8858,3.89734,275,15,0,300,0,1,0,0,0),(13859,3384,1,1,1,3833,1,-1713.15,-3609.62,92.0634,1.11498,275,15,0,300,0,1,0,0,0),(13858,3384,1,1,1,3834,1,-1679.05,-3584.12,93.2891,0.212183,275,5,0,300,0,1,0,0,0),(13857,3384,1,1,1,3833,1,-1498.93,-3680.29,91.8797,1.29545,275,0,0,300,0,0,0,0,0),(13856,3384,1,1,1,3834,1,-1467.05,-3661.02,92.2071,5.79127,275,0,0,300,0,0,0,0,0),(13855,3384,1,1,1,3834,1,-1365.35,-3667.45,93.1633,0.753877,275,0,0,300,0,0,0,0,0),(13854,3384,1,1,1,3833,1,-1695.83,-3617.48,91.9875,3.14334,275,5,0,300,0,1,0,0,0),(13853,3384,1,1,1,3833,1,-1388.78,-3648.11,93.3095,3.16945,275,5,0,300,0,1,0,0,0),(13852,3384,1,1,1,3834,1,-1462.93,-3638.82,92.164,1.24317,275,0,0,300,0,0,0,0,0),(13851,3384,1,1,1,3833,1,-1694.16,-3605.53,92.1125,5.54986,275,0,0,300,0,0,0,0,0),(13850,3384,1,1,1,3834,1,-1590.6,-3680.03,91.9167,1.9592,275,0,0,300,0,0,0,0,0),(13849,3384,1,1,1,3833,1,-1628.84,-3619.29,91.7791,3.49144,275,0,0,300,0,0,0,0,0),(13848,5944,1,1,1,4614,1,-2396.19,-1937.91,96.8255,1.62316,275,0,0,713,0,0,0,0,0),(13847,3384,1,1,1,3833,1,-1547.45,-3680.81,100.81,6.27123,275,0,0,300,0,0,0,0,0),(13846,3384,1,1,1,3834,1,-1372.47,-3597.1,91.7973,1.43257,275,0,0,300,0,0,0,0,0),(13845,3383,1,1,1,4640,1,-1614.56,-3655.39,94.3884,5.05761,275,5,0,270,0,1,0,0,0),(13844,3383,1,1,1,3836,1,-1580.98,-3704.66,91.7976,0.743618,275,5,0,270,0,1,0,0,0),(13843,3383,1,1,1,3835,1,-1605.69,-3688.5,91.6631,5.11785,275,5,0,270,0,1,0,0,0),(13842,3383,1,1,1,4638,1,-1512.1,-3715.74,92.0046,0.465637,275,5,0,270,0,1,0,0,0),(13841,3383,1,1,1,3835,1,-1418.62,-3707.99,93.7039,5.51736,275,0,0,270,0,0,0,0,0),(13840,3383,1,1,1,3836,1,-1359.43,-3677.66,92.9133,0.121495,275,0,0,270,0,0,0,0,0),(13839,3383,1,1,1,4640,1,-1492.01,-3658.11,92.2071,4.97259,275,0,0,270,0,0,0,0,0),(13838,3383,1,1,1,4638,1,-1647.02,-3584.82,94.2038,1.85839,275,5,0,270,0,1,0,0,0),(13837,3383,1,1,1,4640,1,-1504.79,-3685.6,91.81,4.80416,275,0,0,270,0,0,0,0,0),(13836,3383,1,1,1,4640,1,-1717.36,-3586.68,91.7917,0.442002,275,5,0,270,0,1,0,0,0),(13835,3383,1,1,1,4638,1,-1354.75,-3609.21,95.0417,1.40191,275,3,0,270,0,1,0,0,0),(13833,3383,1,1,1,3836,1,-1689.12,-3609.2,92.6125,0.986458,275,0,0,270,0,0,0,0,0),(13832,3383,1,1,1,4638,1,-1466.42,-3654.79,92.164,4.82182,275,0,0,270,0,0,0,0,0),(13831,3383,1,1,1,3835,1,-1632.72,-3611.71,91.7791,4.81137,275,0,0,270,0,0,0,0,0),(13830,3383,1,1,1,4640,1,-1435.13,-3655.66,92.164,0.707225,275,0,0,270,0,0,0,0,0),(13829,3383,1,1,1,4640,1,-1377.99,-3621.68,93.0595,4.8394,275,15,0,270,0,1,0,0,0),(13828,3383,1,1,1,4638,1,-1343.98,-3655.04,94.2917,5.24186,275,5,0,270,0,1,0,0,0),(13827,3383,1,1,1,4640,1,-1454.21,-3678.04,94.2608,2.46724,275,5,0,270,0,1,0,0,0),(13826,3383,1,1,1,3836,1,-1380.79,-3598.68,91.9223,4.4005,275,0,0,270,0,0,0,0,0),(13825,3383,1,1,1,3835,1,-1476.24,-3680.36,93.3553,3.91796,275,0,0,270,0,2,0,0,0),(13824,3383,1,1,1,4638,1,-1319.45,-3680.38,94.4891,1.42223,275,5,0,270,0,1,0,0,0),(13823,3383,1,1,1,4638,1,-1383.15,-3687.65,93.5383,4.19021,275,15,0,270,0,1,0,0,0),(13822,3382,1,1,1,3828,1,-1348.52,-3848.37,17.9376,0.617578,275,15,0,273,0,1,0,0,0),(13821,3382,1,1,1,3827,1,-1778.44,-3724.77,10.1538,6.2148,275,5,0,273,0,1,0,0,0),(13820,3382,1,1,1,3828,1,-1731.59,-3715.31,16.9736,5.86292,275,0,0,273,0,0,0,0,0),(13819,3382,1,1,1,3827,1,-1745.06,-3755.27,10.4459,2.73388,275,5,0,273,0,1,0,0,0),(13818,3382,1,1,1,3828,1,-1751.15,-3732.45,12.8897,2.18992,275,0,0,273,0,0,0,0,0),(13817,3382,1,1,1,3827,1,-1714.95,-3773.84,13.0647,4.02789,275,5,0,273,0,1,0,0,0),(13816,3382,1,1,1,3827,1,-1715.62,-3828.13,12.1143,2.35616,275,0,0,273,0,0,0,0,0),(13815,3382,1,1,1,4637,1,-1685.82,-3849.45,12.5808,3.78859,275,10,0,273,0,1,0,0,0),(13814,3382,1,1,1,4637,1,-1729.21,-3839.87,10.4943,0.205792,275,5,0,273,0,1,0,0,0),(13813,3638,1,1,1,4266,0,-641.45,-2024.57,64.999,3.20455,275,5,0,356,0,1,0,0,0),(13812,3638,1,1,1,4266,0,-677.419,-2049.47,67.1401,3.35103,275,0,0,356,0,0,0,0,0),(13811,3382,1,1,1,4637,1,-1519.15,-3850.85,21.0148,3.94356,275,5,0,273,0,1,0,0,0),(13810,3638,1,1,1,4266,0,-620.707,-2198.56,49.8051,4.4277,275,5,0,356,0,1,0,0,0),(13809,3382,1,1,1,3828,1,-1541.96,-3819.97,19.0987,2.02569,275,5,0,273,0,1,0,0,0),(13808,3382,1,1,1,4637,1,-1488.66,-3812.55,25.2301,1.2821,275,5,0,273,0,1,0,0,0),(13807,3638,1,1,1,4266,0,-703.857,-2195.14,26.31,2.89072,275,0,0,356,0,2,0,0,0),(13806,3638,1,1,1,4266,0,-682.4,-2232.42,17.3706,5.89921,275,0,0,356,0,0,0,0,0),(13805,3638,1,1,1,4266,0,-674.48,-2371.77,24.0559,3.28122,275,0,0,356,0,0,0,0,0),(13804,3638,1,1,1,4266,0,-642.9,-2353.11,19.7135,1.81058,275,5,0,356,0,1,0,0,0),(13803,3638,1,1,1,4266,0,-565.809,-2266.46,34.8986,3.56449,275,5,0,356,0,1,0,0,0),(13802,3638,1,1,1,4266,0,-556.093,-2315.58,29.8233,4.80549,275,5,0,356,0,1,0,0,0),(13801,3638,1,1,1,4266,0,-588.715,-2200.04,45.6285,5.36316,275,0,0,356,0,2,0,0,0),(13800,3382,1,1,1,3827,1,-1563.96,-3906.81,12.5768,4.07916,275,5,0,273,0,1,0,0,0),(13799,3382,1,1,1,3828,1,-1614.85,-3881.7,14.5977,5.25441,275,15,0,273,0,1,0,0,0),(13798,3382,1,1,1,4637,1,-1584.63,-3893.37,13.8423,0.76581,275,5,0,273,0,1,0,0,0),(13797,3382,1,1,1,3827,1,-1364.4,-3922.69,10.464,4.67184,275,0,0,273,0,0,0,0,0),(13796,3382,1,1,1,3828,1,-1551.75,-3879.11,17.9673,2.60781,275,10,0,273,0,1,0,0,0),(13795,3382,1,1,1,3828,1,-1500.4,-3819.95,23.7305,4.44864,275,0,0,273,0,0,0,0,0),(13794,3382,1,1,1,4637,1,-1362.63,-3753.26,59.8992,2.50069,275,3,0,273,0,1,0,0,0),(13793,3381,1,1,1,4639,1,-1387.12,-3820.48,23.6107,4.45402,275,2,0,247,0,1,0,0,0),(13792,3381,1,1,1,3830,1,-1316.59,-3819.8,18.2767,5.45288,275,15,0,247,0,1,0,0,0),(13791,3381,1,1,1,4639,1,-1779.11,-3746.11,6.99488,1.16129,275,5,0,247,0,1,0,0,0),(13790,3381,1,1,1,374,1,-1719.14,-3822.49,12.2393,2.11395,275,0,0,247,0,0,0,0,0),(13789,3381,1,1,1,4639,1,-1742.9,-3730.12,13.7647,5.00424,275,0,0,247,0,0,0,0,0),(13788,3381,1,1,1,374,1,-1710.5,-3815.38,13.1143,1.58423,275,0,0,247,0,2,0,0,0),(13787,3381,1,1,1,4639,1,-1652.93,-3845.09,13.9604,2.23863,275,15,0,247,0,1,0,0,0),(13786,3381,1,1,1,374,1,-1710.46,-3853.85,9.36928,4.64775,275,5,0,247,0,1,0,0,0),(13785,3381,1,1,1,3830,1,-1585.06,-3863.53,16.6472,2.09521,275,15,0,247,0,1,0,0,0),(13784,3381,1,1,1,374,1,-1556.19,-3844.3,19.3562,2.11123,275,15,0,247,0,1,0,0,0),(13783,3381,1,1,1,3829,1,-1484.97,-3845.57,22.3606,6.11632,275,15,0,247,0,1,0,0,0),(13782,3381,1,1,1,4639,1,-1475.19,-3824.18,23.9217,0.29135,275,15,0,247,0,1,0,0,0),(13781,3381,1,1,1,3830,1,-1420.13,-3851.93,18.3638,4.48549,275,15,0,247,0,1,0,0,0),(13780,3381,1,1,1,374,1,-1449.32,-3851.92,19.6078,1.12461,275,15,0,247,0,1,0,0,0),(13779,3381,1,1,1,3829,1,-1379.15,-3878.25,15.4789,0.994576,275,15,0,247,0,1,0,0,0),(13778,3381,1,1,1,3829,1,-1356.29,-3871.02,16.3233,1.28062,275,15,0,247,0,1,0,0,0),(13777,3381,1,1,1,3830,1,-1322.96,-3884.7,11.2829,4.5612,275,5,0,247,0,1,0,0,0),(13776,14901,1,1,1,10038,1,-614.354,-3171.92,91.6669,3.83255,275,0,0,86,0,0,0,0,0),(13775,14901,1,1,1,10038,1,-628.982,-3160.92,92.2917,1.20787,275,0,0,86,0,0,0,0,0),(13773,14901,1,1,1,10038,1,-14.359,-3596.14,29.4378,6.10608,275,0,0,86,0,0,0,0,0),(13772,14901,1,1,1,10038,1,-627.443,-3180.37,91.75,0.837758,275,0,0,86,0,0,0,0,0),(13771,3381,1,1,1,3830,1,-1694.18,-3822.89,14.0629,3.16988,275,10,0,247,0,1,0,0,0),(13770,14901,1,1,1,10038,1,-2405.6,-1630.36,91.3014,1.80851,275,0,0,86,0,0,0,0,0),(13769,14901,1,1,1,10038,1,-523.563,-3138.01,94.5256,0.855211,275,0,0,86,0,0,0,0,0),(13768,3381,1,1,1,3830,1,-1575.23,-3890.42,14.9673,4.81056,275,0,0,247,0,0,0,0,0),(13767,3381,1,1,1,3830,1,-1503.98,-3828.93,23.4805,4.1928,275,0,0,247,0,0,0,0,0),(13766,3381,1,1,1,374,1,-1511.47,-3820.35,22.8555,3.83987,275,0,0,247,0,0,0,0,0),(13765,14901,1,1,1,10038,1,-637.907,-3183.19,91.7917,4.67215,275,0,0,86,0,0,0,0,0),(13764,14901,1,1,1,10038,1,-545.446,-3158.18,94.4741,1.88496,275,0,0,86,0,0,0,0,0),(13763,14901,1,1,1,10038,1,-558.887,-3163.22,94.3713,3.61283,275,0,0,86,0,0,0,0,0),(13762,14901,1,1,1,10038,1,-510.429,-3155.92,95.2224,0.314159,275,0,0,86,0,0,0,0,0),(13761,14901,1,1,1,10038,1,-559.173,-3152.34,95.5284,0.383972,275,0,0,86,0,0,0,0,0),(13760,3381,1,1,1,374,1,-1355.43,-3909.21,9.08899,3.40444,275,0,0,247,0,0,0,0,0),(13759,14901,1,1,1,10038,1,-3.25799,-3652.25,27.4868,0.907133,275,0,0,86,0,0,0,0,0),(13758,3381,1,1,1,4639,1,-1364.86,-3902.58,10.714,5.93721,275,0,0,247,0,0,0,0,0),(13757,14901,1,1,1,10038,1,-510.815,-3162.06,94.881,5.32325,275,0,0,86,0,0,0,0,0),(13756,14901,1,1,1,10038,1,-573.482,-3157.51,94.8628,4.60767,275,0,0,86,0,0,0,0,0),(13755,3381,1,1,1,3830,1,-1543.04,-3905.79,13.8268,1.37915,275,0,0,247,0,2,0,0,0),(13754,14901,1,1,1,10038,1,-527.328,-3155.94,96.5555,2.70526,275,0,0,86,0,0,0,0,0),(13753,14901,1,1,1,10038,1,-545.502,-3163.96,93.6604,5.44543,275,0,0,86,0,0,0,0,0),(13752,14901,1,1,1,10038,1,-576.141,-3149.49,95.0499,2.37365,275,0,0,86,0,0,0,0,0),(13751,14901,1,1,1,10038,1,-623.98,-3180.06,91.75,2.40855,275,0,0,86,0,0,0,0,0),(13750,3380,1,1,1,4196,1,305.66,-2255.47,244.234,3.45575,275,0,0,199,459,0,0,0,0),(13749,3380,1,1,1,4197,1,326.662,-2287.95,243.058,2.01997,275,0,0,199,459,0,0,0,0),(13748,3380,1,1,1,4196,1,310.424,-2173.85,214.548,4.25947,275,3,0,199,459,1,0,0,0),(13747,3380,1,1,1,4197,1,543.371,-2130.23,92.1667,1.18613,275,5,0,199,459,1,0,0,0),(13746,3380,1,1,1,4197,1,343.56,-2203.23,219.577,0.655561,275,0,0,199,459,0,0,0,0),(13745,3380,1,1,1,4196,1,571.659,-2196.09,100.656,1.10426,275,0,0,199,459,0,0,0,0),(13744,3380,1,1,1,4197,1,392.509,-2223.86,184.363,5.55611,275,0,0,199,459,0,0,0,0),(13743,3380,1,1,1,4197,1,296.875,-2209.38,213.065,1.48674,275,0,0,199,459,0,0,0,0),(13742,3380,1,1,1,4196,1,388.859,-2093.44,132.199,3.52428,275,0,0,199,459,0,0,0,0),(13741,3380,1,1,1,4196,1,315.606,-2246.67,214.393,4.74649,275,0,0,199,459,0,0,0,0),(13740,3380,1,1,1,4197,1,402.647,-2228.35,185.386,1.7662,275,0,0,199,459,0,0,0,0),(13739,3380,1,1,1,4196,1,374.69,-2161.41,212.271,2.13908,275,0,0,199,459,0,0,0,0),(13738,3380,1,1,1,4196,1,395.265,-2206.66,183.738,0.064694,275,0,0,199,459,0,0,0,0),(13737,3380,1,1,1,4196,1,572.237,-2233.42,94.1149,2.93898,275,5,0,199,459,1,0,0,0),(13736,3380,1,1,1,4197,1,568.561,-2267.84,95.5417,0.265934,275,3,0,199,459,1,0,0,0),(13735,3380,1,1,1,4196,1,326.624,-2244.81,241.131,3.55063,275,0,0,199,459,0,0,0,0),(13734,3380,1,1,1,4196,1,327.431,-2192.19,212.423,4.56637,275,3,0,199,459,1,0,0,0),(13733,3380,1,1,1,4196,1,298.438,-2189.37,213.322,2.41297,275,0,0,199,459,0,0,0,0),(207575,15105,530,1,1,0,0,-1912.37,5497.59,-12.3448,3.66519,120,0,0,1,0,0,0,0,0),(5470,7038,0,1,1,6668,1,-7813.25,-2192.52,133.482,3.6382,500,5,0,3293,0,1,0,0,0),(5469,10119,0,1,1,12232,0,-7769.58,-2443.03,143.711,2.70171,43200,0,0,12210,4868,2,0,0,0),(5468,7049,0,1,1,457,0,-7924.09,-1009.81,133.182,1.29974,500,5,0,2823,2117,1,0,0,0),(5467,7036,0,1,1,6649,1,-7789.15,-2114.38,133.473,2.1608,500,5,0,3189,0,1,0,0,0),(5466,9698,0,1,1,10985,0,-8111.71,-1067.56,129.572,1.36624,500,10,0,3644,0,1,0,0,0),(5465,7038,0,1,1,6668,1,-7801.48,-2109.99,133.443,5.45969,500,5,0,3293,0,1,0,0,0),(565,17249,0,1,1,16941,0,-14397.5,426.08,7.97355,5.51524,300,0,0,4979,0,0,0,0,0),(13732,3380,1,1,1,4197,1,352.614,-2278.37,244.634,5.91114,275,0,0,199,459,0,0,0,0),(13731,3379,1,1,1,4199,0,380.776,-2105.6,135.118,2.02733,275,2,0,198,0,1,0,0,0),(13730,3379,1,1,1,4199,0,380.576,-2086.33,134.074,4.75078,275,0,0,198,0,0,0,0,0),(47299,10117,230,1,1,7550,0,444.033,-101.511,-53.6503,1.53589,7200,0,0,42,0,0,0,0,0),(47298,10117,230,1,1,9334,0,480.025,-60.3235,-64.3413,0.959931,7200,0,0,42,0,0,0,0,0),(47297,10117,230,1,1,9335,0,329.558,-208.256,-79.9446,3.97935,7200,0,0,42,0,0,0,0,0),(47296,10116,230,1,1,9333,0,463.203,-12.0987,-66.921,6.07375,7200,0,0,42,0,0,0,0,0),(47295,8900,230,1,1,8815,1,756.804,55.0023,-53.5866,0.715585,7200,0,0,2305,4896,0,0,0,0),(47294,8920,230,1,1,8897,1,781.288,-46.3105,-53.7467,4.25302,7200,3,0,2453,0,1,0,0,0),(5464,9694,0,1,1,11420,0,-8279.38,-1977.32,146.801,2.80025,500,10,0,3189,0,1,0,0,0),(47293,8920,230,1,1,8894,1,781.008,46.79,-53.6518,3.52556,7200,0,0,2453,0,0,0,0,0),(47292,8920,230,1,1,8896,1,756.6,52.5513,-53.5831,3.90954,7200,0,0,2453,0,0,0,0,0),(47260,8920,230,1,1,8894,1,776.288,43.6711,-53.6518,0.418879,7200,0,0,2453,0,0,0,0,0),(47259,8920,230,1,1,8895,1,809.952,49.7623,-53.559,1.22173,7200,0,0,2453,0,0,0,0,0),(47258,8900,230,1,1,8815,1,763.312,1.81586,-53.7168,3.26041,7200,3,0,2305,4896,1,0,0,0),(47257,8920,230,1,1,8897,1,778.728,42.3766,-53.6518,2.19912,7200,0,0,2453,0,0,0,0,0),(47256,8906,230,1,1,8177,0,789.356,-42.4263,-53.6514,1.95477,7200,0,0,7599,0,0,0,0,0),(5463,7038,0,1,1,6668,1,-7745.56,-2154.35,133.389,1.41007,500,5,0,3293,0,1,0,0,0),(5462,7055,0,1,1,741,0,-8095.52,-1399.87,130.93,4.25158,500,5,0,3293,0,1,0,0,0),(5461,7038,0,1,1,6668,1,-7700.1,-2160.54,131.126,4.22864,500,0,0,3293,0,2,0,0,0),(49062,15111,309,1,1,568,1,-11880,-1894.01,63.6083,5.37942,7200,5,0,12575,9944,1,0,0,0),(5460,7039,0,1,1,10806,0,-7820.84,-2072.66,133.466,1.55047,500,5,0,3189,0,1,0,0,0),(47255,8900,230,1,1,8814,1,777.615,-18.1981,-53.71,5.23021,7200,3,0,2305,4896,1,0,0,0),(13729,3379,1,1,1,4199,0,394.449,-2071.46,132.199,2.98646,275,0,0,198,0,2,0,0,0),(5459,7027,0,1,1,6047,1,-8089.65,-1402.06,136.792,5.34847,500,2,0,3644,0,1,0,0,0),(5458,9176,0,1,1,11553,0,-8110.83,-1418.6,133.21,5.80481,500,0,0,3293,0,2,0,0,0),(5457,7027,0,1,1,6047,1,-8116.27,-1418.61,131.726,2.07229,500,5,0,3644,0,1,0,0,0),(5456,7043,0,1,1,8309,1,-8387.39,-1212.86,187.901,4.24222,500,5,0,2436,5340,1,0,0,0),(5455,7042,0,1,1,2554,1,-8376.6,-1276.28,208.771,0.578257,500,5,0,3374,0,1,0,0,0),(49061,15111,309,1,1,568,1,-11958.3,-1848.26,56.4179,1.76084,7200,0,0,12575,9944,0,0,0,0),(49060,15111,309,1,1,6811,1,-11968,-1842.86,56.0263,0,7200,0,0,12575,9944,0,0,0,0),(49059,15111,309,1,1,568,1,-11969.1,-1830.27,56.0987,3.38812,7200,0,0,12575,9944,0,0,0,0),(13728,3379,1,1,1,4199,0,404.072,-2219.44,183.636,5.46074,275,0,0,198,0,0,0,0,0),(13727,3379,1,1,1,4198,0,597.596,-2198.71,91.7917,3.30767,275,5,0,198,0,1,0,0,0),(13726,3379,1,1,1,4198,0,314.15,-2194.63,213.048,3.76847,275,3,0,198,0,1,0,0,0),(13725,3379,1,1,1,4199,0,323.201,-2177.82,213.923,4.15639,275,0,0,198,0,2,0,0,0),(13724,3379,1,1,1,4199,0,400.656,-2088.59,133.726,0.878769,275,0,0,198,0,0,0,0,0),(13723,3379,1,1,1,4199,0,350.552,-2177.84,210.553,5.83003,275,0,0,198,0,2,0,0,0),(13722,3379,1,1,1,4199,0,393.371,-2107.34,136.743,0.866531,275,0,0,198,0,0,0,0,0),(13721,3379,1,1,1,4198,0,542.827,-2139.62,92.1667,5.44498,275,5,0,198,0,1,0,0,0),(13720,3379,1,1,1,4199,0,393.528,-2236.48,188.572,4.16879,275,0,0,198,0,0,0,0,0),(13719,3379,1,1,1,4199,0,604.197,-2231.59,91.7917,0.388831,275,5,0,198,0,1,0,0,0),(13718,3379,1,1,1,4198,0,331.321,-2289.56,241.433,3.39171,275,0,0,198,0,0,0,0,0),(13717,3379,1,1,1,4198,0,298.653,-2178.85,213.197,3.57518,275,0,0,198,0,0,0,0,0),(13716,3379,1,1,1,4198,0,589.491,-2264.52,91.7917,3.2918,275,5,0,198,0,1,0,0,0),(13715,3379,1,1,1,4198,0,351.639,-2160.61,213.542,3.54302,275,0,0,198,0,0,0,0,0),(13714,3379,1,1,1,4199,0,387.361,-2067.34,133.031,3.50722,275,0,0,198,0,2,0,0,0),(13713,3379,1,1,1,4199,0,338.578,-2248.21,240.117,5.96469,275,0,0,198,0,0,0,0,0),(13712,3379,1,1,1,4198,0,316.669,-2211.67,213.354,2.71823,275,0,0,198,0,0,0,0,0),(13711,3379,1,1,1,4198,0,318.887,-2225.73,212.504,5.68724,275,0,0,198,0,2,0,0,0),(13710,3379,1,1,1,4198,0,404.083,-2204.68,182.761,5.628,275,0,0,198,0,0,0,0,0),(13709,3379,1,1,1,4199,0,542.434,-2228.31,92.4059,1.53639,275,5,0,198,0,1,0,0,0),(13708,3379,1,1,1,4199,0,389.586,-2218.86,184.238,4.9167,275,0,0,198,0,0,0,0,0),(13707,3379,1,1,1,4199,0,322.296,-2156.63,212.436,1.34358,275,5,0,198,0,1,0,0,0),(13706,3379,1,1,1,4199,0,345.156,-2276.85,242.759,3.00494,275,0,0,198,0,0,0,0,0),(13705,3634,1,1,1,1746,0,-752.352,-2086.72,75.123,5.96912,275,0,0,328,0,2,0,0,0),(13704,3634,1,1,1,1746,0,-669.561,-1996.79,62.1532,0.009996,275,0,0,328,0,2,0,0,0),(13703,3634,1,1,1,1746,0,-685.966,-2248.91,17.2685,4.31427,275,5,0,328,0,1,0,0,0),(13702,3634,1,1,1,1746,0,-554.679,-2228.17,46.7477,0.69493,275,5,0,328,0,1,0,0,0),(13701,3378,1,1,1,3870,1,-4071.59,-2382.75,126.13,4.86794,275,0,0,787,0,0,0,0,0),(13700,3378,1,1,1,3870,1,-4079.03,-2305.74,125.778,1.81514,275,0,0,787,0,0,0,0,0),(13699,3378,1,1,1,3871,1,-4059.56,-2393.52,126.13,6.03654,275,0,0,787,0,0,0,0,0),(13698,3378,1,1,1,3871,1,-4033.32,-2403.64,126.131,0.156323,275,0,0,787,0,0,0,0,0),(13697,3378,1,1,1,3871,1,-4056.48,-2356.24,135.855,0.057369,275,2,0,787,0,1,0,0,0),(13696,3378,1,1,1,3871,1,-4085.39,-2395.63,124.742,4.35946,275,0,0,787,0,0,0,0,0),(13695,3378,1,1,1,3871,1,-4083.7,-2363.32,108.909,1.82801,275,2,0,787,0,1,0,0,0),(13694,3378,1,1,1,3871,1,-4068.6,-2419.86,135.853,6.07644,275,2,0,787,0,1,0,0,0),(13693,3378,1,1,1,3871,1,-4068.24,-2364.63,108.992,2.46091,275,0,0,787,0,0,0,0,0),(13692,3378,1,1,1,3871,1,-4050.22,-2368.29,118.076,5.21282,275,2,0,787,0,1,0,0,0),(13691,3377,1,1,1,3837,1,-4043.01,-2379.94,135.857,1.5438,275,2,0,664,0,1,0,0,0),(13690,3377,1,1,1,3838,1,-4069.81,-2299.57,124.815,1.40607,275,0,0,664,0,0,0,0,0),(13689,3377,1,1,1,3837,1,-4056.12,-2305.36,127.175,2.25591,275,2,0,664,0,1,0,0,0),(13688,3633,1,1,1,949,0,-643.7,-2181.51,45.0998,1.81398,275,5,0,356,0,1,0,0,0),(13687,3633,1,1,1,949,0,-694.132,-2193.38,30.9833,5.50887,275,5,0,356,0,1,0,0,0),(13686,3633,1,1,1,949,0,-701.556,-2275.48,16.4813,5.27352,275,5,0,356,0,1,0,0,0),(13685,3633,1,1,1,949,0,-682.315,-2338.5,18.083,4.43314,275,0,0,356,0,0,0,0,0),(13684,3633,1,1,1,949,0,-548.19,-2325.85,31.8243,5.56724,275,5,0,356,0,1,0,0,0),(13683,3633,1,1,1,949,0,-568.798,-2286.27,31.869,2.01627,275,5,0,356,0,1,0,0,0),(13682,3633,1,1,1,949,0,-597.991,-2361.27,24.1485,3.45914,275,5,0,356,0,1,0,0,0),(13681,3633,1,1,1,949,0,-637.737,-2359.97,20.6555,4.54861,275,5,0,356,0,1,0,0,0),(13680,3633,1,1,1,949,0,-605.579,-2202.85,47.1908,2.80694,275,5,0,356,0,1,0,0,0),(13679,3633,1,1,1,949,0,-558.996,-2245.18,40.3244,0.697156,275,5,0,356,0,1,0,0,0),(13678,3633,1,1,1,949,0,-587.023,-2320.77,27.0485,3.32951,275,5,0,356,0,1,0,0,0),(13677,3633,1,1,1,949,0,-602.303,-2177.95,49.7213,3.32647,275,5,0,356,0,1,0,0,0),(13676,3633,1,1,1,949,0,-591.547,-2231.25,42.0023,2.18189,275,5,0,356,0,1,0,0,0),(13675,3633,1,1,1,949,0,-574.995,-2202.39,46.3733,4.95041,275,5,0,356,0,1,0,0,0),(13674,3377,1,1,1,3838,1,-4054.32,-2352.61,126.13,2.5463,275,0,0,664,0,2,0,0,0),(13673,3377,1,1,1,3837,1,-4064.48,-2333.4,127.519,4.49862,275,3,0,664,0,1,0,0,0),(13672,3377,1,1,1,3838,1,-4085.55,-2348.75,126.13,4.36414,275,0,0,664,0,0,0,0,0),(13671,3377,1,1,1,3838,1,-4124.23,-2334.84,128.679,4.72586,275,0,0,664,0,0,0,0,0),(13670,3377,1,1,1,3838,1,-4085.58,-2336.61,126.13,2.76589,275,0,0,664,0,2,0,0,0),(13669,3377,1,1,1,3837,1,-4106.18,-2294.98,126.465,3.19993,275,0,0,664,0,0,0,0,0),(13668,3377,1,1,1,3838,1,-4072.65,-2391.81,118.076,0.636946,275,0,0,664,0,2,0,0,0),(13667,3377,1,1,1,3837,1,-4056.19,-2380.15,118.076,2.24807,275,0,0,664,0,2,0,0,0),(13666,3377,1,1,1,3838,1,-4082.9,-2398.66,135.856,2.3115,275,2,0,664,0,1,0,0,0),(13665,3377,1,1,1,3838,1,-4078.41,-2369.83,108.992,1.67552,275,0,0,664,0,0,0,0,0),(13664,3377,1,1,1,3838,1,-4086.65,-2389.44,118.076,3.97791,275,2,0,664,0,1,0,0,0),(13663,3377,1,1,1,3838,1,-4092.78,-2378.36,135.855,3.3581,275,2,0,664,0,1,0,0,0),(13662,3376,1,1,1,3839,1,-4036.3,-2397.58,135.856,5.07047,275,2,0,617,0,1,0,0,0),(13661,3632,1,1,1,1744,0,-690.418,-2016.85,65.7357,4.09559,275,5,0,328,0,1,0,0,0),(13660,3632,1,1,1,1744,0,-737.278,-2098.99,74.9887,5.88898,275,5,0,328,0,1,0,0,0),(13659,3632,1,1,1,1744,0,-770.182,-2056.52,75.0576,4.20922,275,0,0,328,0,2,0,0,0),(13658,3632,1,1,1,1744,0,-792.941,-2028.69,79.6854,4.59415,275,5,0,328,0,1,0,0,0),(13657,3632,1,1,1,1744,0,-756.016,-2068.75,70.8579,3.3913,275,5,0,328,0,1,0,0,0),(13656,3632,1,1,1,1744,0,-584.58,-2047.01,57.6679,5.14236,275,5,0,328,0,1,0,0,0),(13655,3632,1,1,1,1744,0,-738.699,-2058.32,70.5042,1.71042,275,0,0,328,0,0,0,0,0),(13654,3632,1,1,1,1744,0,-654.005,-2029.85,65.9875,0.434632,275,5,0,328,0,1,0,0,0),(13653,3632,1,1,1,1744,0,-702.455,-2057.59,65.516,2.0034,275,5,0,328,0,1,0,0,0),(13652,3632,1,1,1,1744,0,-620.265,-2026.42,62.9523,4.24967,275,0,0,328,0,2,0,0,0),(13651,3632,1,1,1,1744,0,-699.78,-2096.64,65.7264,1.71005,275,5,0,328,0,1,0,0,0),(13650,3632,1,1,1,1744,0,-586.087,-2071.17,56.5537,-2.25764,275,0,0,328,0,0,0,0,0),(13649,3376,1,1,1,3839,1,-4045.87,-2288.26,119.641,4.16589,275,2,0,617,0,1,0,0,0),(13648,3376,1,1,1,3839,1,-4073.13,-2275.63,123.19,3.43134,275,0,0,617,0,0,0,0,0),(13647,3376,1,1,1,3839,1,-4080.39,-2368.03,126.13,4.17354,275,2,0,617,0,1,0,0,0),(13646,3376,1,1,1,3840,1,-4098.33,-2373.1,126.13,6.23739,275,3,0,617,0,1,0,0,0),(13645,3376,1,1,1,3840,1,-4071.5,-2360.22,126.13,1.78653,275,5,0,617,0,1,0,0,0),(13644,3376,1,1,1,3839,1,-4108.06,-2353.78,127.52,1.74922,275,2,0,617,0,1,0,0,0),(13643,3376,1,1,1,3840,1,-4086.07,-2322.53,126.131,2.04204,275,0,0,617,0,0,0,0,0),(13642,3376,1,1,1,3840,1,-4099.82,-2328.2,126.129,1.88496,275,0,0,617,0,0,0,0,0),(13641,3376,1,1,1,3839,1,-4117.55,-2311.4,127.675,0.217328,275,0,0,617,0,0,0,0,0),(13640,3376,1,1,1,3840,1,-4050.95,-2409.87,135.854,2.81914,275,2,0,617,0,1,0,0,0),(13639,3376,1,1,1,3840,1,-4059.14,-2417.05,126.133,4.1868,275,2,0,617,0,1,0,0,0),(13638,3376,1,1,1,3839,1,-4091.6,-2385.19,124.743,0.917954,275,0,0,617,0,2,0,0,0),(13637,8496,1,1,1,7909,1,-1004.47,-3705.17,4.64174,5.70723,275,0,0,386,0,0,0,0,0),(13636,3376,1,1,1,3840,1,-4068.98,-2377.65,110.381,2.1293,275,0,0,617,0,0,0,0,0),(13635,3376,1,1,1,3840,1,-4058.86,-2412.24,135.854,1.32954,275,0,0,617,0,0,0,0,0),(13634,3376,1,1,1,3840,1,-4070.94,-2357.54,108.909,0.003681,275,2,0,617,0,1,0,0,0),(13633,3376,1,1,1,3840,1,-4059,-2386.02,126.13,6.23289,275,0,0,617,0,0,0,0,0),(13632,3375,1,1,1,1970,1,-4164.1,-2184.44,50.8827,6.0912,275,0,0,573,0,0,0,0,0),(13631,3375,1,1,1,1970,1,-4157.34,-2189.23,50.3081,1.16312,275,5,0,573,0,1,0,0,0),(13630,3375,1,1,1,1970,1,-4125.4,-2210.24,50.341,2.10908,275,5,0,573,0,1,0,0,0),(13629,3375,1,1,1,1970,1,-4086.57,-2190.37,50.5521,6.00131,275,5,0,573,0,1,0,0,0),(13628,3375,1,1,1,1970,1,-4078.73,-2158.83,50.3654,2.59044,275,0,0,573,0,2,0,0,0),(13627,3375,1,1,1,1970,1,-4148.83,-2202.24,50.3081,6.08441,275,0,0,573,0,0,0,0,0),(13626,3375,1,1,1,1970,1,-4135.51,-2158.88,50.699,1.52386,275,0,0,573,0,0,0,0,0),(13625,3375,1,1,1,1970,1,-4124.47,-2194.2,50.3896,5.00217,275,0,0,573,0,0,0,0,0),(13624,3631,1,1,1,4091,0,-588.815,-2179.65,48.4941,3.5211,275,5,0,356,0,1,0,0,0),(13623,3631,1,1,1,4091,0,-709.715,-2259.26,15.0438,2.3403,275,5,0,356,0,1,0,0,0),(13622,3631,1,1,1,4091,0,-683.101,-2291.08,16.4169,2.02506,275,5,0,356,0,1,0,0,0),(13621,3631,1,1,1,4091,0,-715.282,-2290.64,16.5748,5.02594,275,5,0,356,0,1,0,0,0),(13620,3631,1,1,1,4091,0,-628.441,-2383.79,26.9375,0.169598,275,5,0,356,0,1,0,0,0),(13619,3631,1,1,1,4091,0,-555.096,-2307.4,31.0662,0.503856,275,5,0,356,0,1,0,0,0),(13618,3631,1,1,1,4091,0,-593.004,-2200.08,45.8833,4.61233,275,5,0,356,0,1,0,0,0),(13617,3374,1,1,1,1969,1,-4105,-2211.54,53.2454,0.314159,275,0,0,531,0,0,0,0,0),(13616,3374,1,1,1,1969,1,-4151.9,-2179.89,50.6746,5.18363,275,0,0,531,0,0,0,0,0),(13615,3374,1,1,1,1969,1,-4146.53,-2160.73,51.4417,4.45059,275,0,0,531,0,0,0,0,0),(13614,3374,1,1,1,1968,1,-4114.86,-2186.04,50.3966,5.74213,275,0,0,531,0,0,0,0,0),(13613,3374,1,1,1,1969,1,-4161.41,-2223.22,51.5581,5.87214,275,5,0,531,0,1,0,0,0),(13612,3374,1,1,1,1969,1,-4179.5,-2197.13,50.3081,2.42294,275,5,0,531,0,1,0,0,0),(13611,3374,1,1,1,1968,1,-4126.74,-2161.65,50.8614,0.15708,275,0,0,531,0,0,0,0,0),(13610,3374,1,1,1,1968,1,-4063.82,-2175.99,51.0358,3.29068,275,0,0,531,0,0,0,0,0),(13609,3374,1,1,1,1969,1,-4081.97,-2128.28,53.2427,2.18166,275,0,0,531,0,0,0,0,0),(13608,3374,1,1,1,1969,1,-4067.38,-2143.3,51.6791,5.81195,275,0,0,531,0,0,0,0,0),(13607,3374,1,1,1,1968,1,-4187.13,-2147.34,70.1343,2.75535,275,0,0,531,0,0,0,0,0),(13606,3374,1,1,1,1969,1,-4169.54,-2125.04,70.5858,2.04908,275,3,0,531,0,1,0,0,0),(13605,3374,1,1,1,1969,1,-4188.96,-2131.35,71.3358,5.86174,275,0,0,531,0,0,0,0,0),(13604,3374,1,1,1,1969,1,-4184.92,-2262.35,51.035,5.61996,275,0,0,531,0,0,0,0,0),(13603,3374,1,1,1,1969,1,-4162.53,-2246.74,59.3965,5.16617,275,0,0,531,0,0,0,0,0),(13602,3374,1,1,1,1969,1,-4143.26,-2243.15,53.1644,4.72984,275,0,0,531,0,0,0,0,0),(13601,3630,1,1,1,1742,0,-769.856,-2052.69,74.8799,4.6311,275,3,0,328,0,1,0,0,0),(13600,3374,1,1,1,1968,1,-4168.84,-2177.13,50.3081,2.88804,275,0,0,531,0,0,0,0,0),(13599,3374,1,1,1,1969,1,-4122.04,-2237.25,51.2195,5.3058,275,0,0,531,0,0,0,0,0),(13598,3374,1,1,1,1969,1,-4069.71,-2180.49,50.5461,3.16957,275,0,0,531,0,0,0,0,0),(13597,3630,1,1,1,1742,0,-686.555,-2010.41,64.9932,1.19007,275,5,0,328,0,1,0,0,0),(13596,3630,1,1,1,1742,0,-719.266,-2116.27,67.2122,3.54302,275,0,0,328,0,0,0,0,0),(13595,3630,1,1,1,1742,0,-619.786,-2025.69,62.9112,2.80845,275,5,0,328,0,1,0,0,0),(13594,3374,1,1,1,1968,1,-4121.3,-2175.81,50.3081,0.220147,275,0,0,531,0,0,0,0,0),(13593,3374,1,1,1,1969,1,-4052.7,-2145.54,90.1713,0.614874,275,5,0,531,0,1,0,0,0),(13592,3374,1,1,1,1969,1,-4223.21,-2260.73,53.3923,2.79253,275,0,0,531,0,0,0,0,0),(13591,3374,1,1,1,1968,1,-4192.03,-2214.28,53.3081,2.58911,275,5,0,531,0,1,0,0,0),(13590,3374,1,1,1,1969,1,-4201.58,-2240.32,52.5536,2.56563,275,0,0,531,0,0,0,0,0),(13589,14894,1,1,1,14985,0,181.763,-2878.53,92.3009,6.25945,275,0,0,1,0,2,0,0,0),(13588,14894,1,1,1,14985,0,178.04,-2878.44,92.3464,0.227594,275,0,0,1,0,2,0,0,0),(13587,14894,1,1,1,14985,0,181.584,-2874.58,92.5366,4.75777,275,0,0,1,0,2,0,0,0),(13586,14894,1,1,1,14985,0,186.99,-2876.54,92.3946,2.40786,275,0,0,1,0,2,0,0,0),(13585,3374,1,1,1,1968,1,-4180.62,-2166.62,54.9298,2.40855,275,0,0,531,0,0,0,0,0),(13584,3374,1,1,1,1969,1,-4219.26,-2282.07,52.3081,3.8863,275,0,0,531,0,0,0,0,0),(13583,3374,1,1,1,1968,1,-4065.9,-2188.94,54.2709,1.309,275,0,0,531,0,0,0,0,0),(13582,3374,1,1,1,1969,1,-4080.26,-2195.02,53.0787,5.39307,275,0,0,531,0,0,0,0,0),(13581,3374,1,1,1,1969,1,-4198.33,-2283.81,55.44,5.55015,275,0,0,531,0,0,0,0,0),(13580,4397,1,1,1,7836,0,-2350.69,-3918.57,-10.4931,1.36135,275,5,0,1403,0,1,0,0,0),(13579,14893,1,1,1,14972,1,52.7833,-2696.62,92.0416,6.04953,275,0,0,3048,0,0,0,0,0),(13578,14892,1,1,1,10209,0,-26.3665,-2618.95,97.31,5.43324,275,0,0,42,0,2,0,0,0),(13577,8236,1,1,1,7449,0,-1679.54,-4284.89,-9.54847,4.82538,275,5,0,300,0,1,0,0,0),(13576,8236,1,1,1,7449,0,-1678.3,-4263.1,-8.5369,6.1828,275,5,0,300,0,1,0,0,0),(13575,8236,1,1,1,7449,0,-1678.81,-4328.9,-8.70404,4.05111,275,5,0,300,0,1,0,0,0),(13574,8236,1,1,1,7449,0,-1678.16,-4323.39,-8.4926,1.3953,275,5,0,300,0,1,0,0,0),(13573,8236,1,1,1,7449,0,-1680.04,-4307.64,-7.71996,4.55591,275,5,0,300,0,1,0,0,0),(13572,3110,1,1,1,1250,0,-214.576,-3853.52,21.3208,3.70535,275,5,0,176,0,1,0,0,0),(13571,3110,1,1,1,1250,0,12.6142,-3732.27,17.2314,6.26419,275,5,0,176,0,1,0,0,0),(13570,3110,1,1,1,1250,0,251.447,-3780.23,21.2629,0.634115,275,5,0,176,0,1,0,0,0),(13569,3110,1,1,1,1250,0,-146.488,-3781.52,14.2056,3.30413,275,5,0,176,0,1,0,0,0),(13568,3110,1,1,1,1250,0,-384.928,-3911.26,15.787,5.42038,275,5,0,176,0,1,0,0,0),(13567,3110,1,1,1,1250,0,-713.083,-3997.5,15.4585,4.83616,275,5,0,176,0,1,0,0,0),(13566,3110,1,1,1,1250,0,201.138,-3748.54,15.0297,3.09772,275,5,0,176,0,1,0,0,0),(13565,3110,1,1,1,1250,0,566.883,-3729.24,20.1244,1.91986,275,0,0,176,0,0,0,0,0),(13564,23452,530,1,1,0,1,-3023.1,793.828,-8.82144,2.63891,300,0,0,71810,0,0,0,0,0),(13563,3110,1,1,1,1250,0,1049.17,-3840.36,15.0622,4.21788,275,5,0,176,0,1,0,0,0),(13562,3110,1,1,1,1250,0,-592.96,-3953.02,16.5175,2.70064,275,5,0,176,0,1,0,0,0),(13561,3110,1,1,1,1250,0,1250.89,-3922.28,15.1088,5.4125,275,5,0,176,0,1,0,0,0),(13560,3110,1,1,1,1250,0,1201.58,-3906.99,15.8521,0.433018,275,5,0,176,0,1,0,0,0),(13559,3110,1,1,1,1250,0,-345.174,-3891.57,16.5222,4.7202,275,5,0,176,0,1,0,0,0),(13558,3110,1,1,1,1250,0,-520.066,-3942.33,22.8473,4.67941,275,5,0,176,0,1,0,0,0),(13557,3110,1,1,1,1250,0,901.132,-3779.37,15.6839,2.98171,275,5,0,176,0,1,0,0,0),(13556,3110,1,1,1,1250,0,-653.088,-3961.34,17.0594,2.36448,275,5,0,176,0,1,0,0,0),(13555,3110,1,1,1,1250,0,579.723,-3768.4,16.6287,2.74163,275,5,0,176,0,1,0,0,0),(13554,3110,1,1,1,1250,0,850.161,-3790.45,16.3887,1.54309,275,5,0,176,0,1,0,0,0),(13553,3110,1,1,1,1250,0,670.975,-3782.76,15.8008,1.32582,275,5,0,176,0,1,0,0,0),(13552,8738,1,1,1,8009,1,-836.957,-3729.88,19.9708,4.13643,275,0,0,1753,0,0,0,0,0),(13551,16418,1,1,1,16171,1,-944.93,-3580.12,27.5845,3.68265,275,0,0,484,0,0,0,0,0),(13550,7714,1,1,1,6550,1,-2376.27,-1995.74,96.7881,1.06465,275,0,0,1003,0,0,0,0,0),(13549,4129,1,1,1,2711,0,-2144.16,-2125.37,92.0891,5.18648,275,20,0,417,0,1,0,0,0),(13548,4129,1,1,1,2711,0,-1931.8,-1982.75,92.1049,5.96329,275,20,0,417,0,1,0,0,0),(13547,4129,1,1,1,2711,0,-1956.48,-1907.33,94.2019,0.593076,275,20,0,417,0,1,0,0,0),(13546,4129,1,1,1,2711,0,-2181.17,-2477.37,95.7301,2.31833,275,20,0,417,0,1,0,0,0),(13545,4129,1,1,1,2711,0,-1453.4,-1912.13,93.211,2.83923,275,20,0,417,0,1,0,0,0),(13544,4129,1,1,1,2711,0,-1720.64,-2072.25,93.2917,2.10583,275,20,0,417,0,1,0,0,0),(13543,4129,1,1,1,2711,0,-1661.2,-2024.72,92.9167,3.55732,275,20,0,417,0,1,0,0,0),(13542,4129,1,1,1,2711,0,-2277.25,-1721.38,92.8075,5.70412,275,15,0,417,0,1,0,0,0),(13541,4129,1,1,1,2711,0,-1407.36,-1979.16,82.7522,3.00052,275,20,0,417,0,1,0,0,0),(13540,4129,1,1,1,2711,0,-1481.41,-2183.13,88.5757,1.37034,275,20,0,417,0,1,0,0,0),(13539,4129,1,1,1,2711,0,-1716.88,-1983.83,92.6667,5.60603,275,20,0,417,0,1,0,0,0),(13538,4129,1,1,1,2711,0,-2115,-2423.53,91.9167,0.269462,275,20,0,417,0,1,0,0,0),(13537,4129,1,1,1,2711,0,-1482.3,-1783.05,91.8475,3.15801,275,20,0,417,0,1,0,0,0),(13536,4129,1,1,1,2711,0,-1578.82,-2094.38,91.7246,1.11831,275,20,0,417,0,1,0,0,0),(13535,4129,1,1,1,2711,0,-1616.6,-2185.71,90.8282,3.51337,275,20,0,417,0,1,0,0,0),(5454,7043,0,1,1,8309,1,-8394.68,-1253.7,206.481,3.0552,500,5,0,2436,5340,1,0,0,0),(47254,8921,230,1,1,8180,0,310.636,-163.913,-70.3029,0.942478,7200,0,0,2672,0,0,0,0,0),(5453,7039,0,1,1,10806,0,-7739.3,-2219.71,133.581,4.41634,500,5,0,3189,0,1,0,0,0),(17649,6491,0,1,4294967295,0,0,-11103,-1833.2,71.8642,3.04545,60,0,0,4120,0,0,0,0,0),(49057,15111,309,1,1,568,1,-11864.9,-1875.09,64.1322,5.98589,7200,0,0,12575,9944,0,0,0,0),(152157,29720,571,1,2,0,0,8238,2798.22,638.909,2.10867,300,0,0,12175,0,0,0,0,0),(49055,15111,309,1,1,6811,1,-11855.9,-1865.49,64.4351,4.99243,7200,5,0,12575,9944,1,0,0,0),(49054,15111,309,1,1,12345,1,-11859.5,-1862.59,64.4351,4.88031,7200,5,0,12575,9944,1,0,0,0),(49053,15111,309,1,1,12345,1,-11856.7,-1871.74,64.2785,4.6087,7200,5,0,12575,9944,1,0,0,0),(49052,11340,309,1,1,11222,1,-11875.6,-1892,63.7767,4.01426,7200,0,0,15090,12430,0,0,0,0),(13534,4129,1,1,1,2711,0,-2382.54,-2484.64,91.7917,4.73417,275,20,0,417,0,1,0,0,0),(49051,11340,309,1,1,11223,1,-11888.9,-1881.35,63.587,3.87463,7200,0,0,15090,12430,0,0,0,0),(49050,11371,309,1,1,15182,0,-11583,-1793.24,50.0265,4.66155,7200,5,0,15260,0,1,0,0,0),(49049,11371,309,1,1,15182,0,-11583.6,-1805.16,43.5651,4.66155,7200,5,0,15260,0,1,0,0,0),(49048,11371,309,1,1,15182,0,-11649.5,-1565.6,41.0883,2.75762,7200,0,0,15260,0,0,0,0,0),(46633,9256,530,1,1,0,0,-2079.87,5368.52,-32.3803,0.555238,300,5,0,42,0,1,0,0,0),(46634,9256,530,1,1,0,0,-2075.46,5377.25,-30.7455,3.99447,300,5,0,42,0,1,0,0,0),(46635,9256,530,1,1,0,0,-2084.58,5371.21,-31.2392,2.46437,300,5,0,42,0,1,0,0,0),(46636,9256,530,1,1,0,0,-2080.47,5371.37,-31.6315,4.30488,300,5,0,42,0,1,0,0,0),(46637,9256,530,1,1,0,0,-2083.89,5364.38,-32.9552,3.98045,300,5,0,42,0,1,0,0,0),(49047,11372,309,1,1,15150,0,-11643,-1573.21,39.7114,4.88692,7200,0,0,15260,0,0,0,0,0),(49046,11371,309,1,1,15182,0,-11558.3,-1801.05,59.2151,2.86234,7200,0,0,15260,0,0,0,0,0),(49045,11372,309,1,1,15150,0,-11555.2,-1788.64,59.7608,4.85202,7200,0,0,15260,0,0,0,0,0),(49044,2914,309,1,1,6303,0,-11958.1,-1646.27,37.9205,3.51339,7200,5,0,8,0,1,0,0,0),(49043,2914,309,1,1,6303,0,-11635.9,-1671,40.3503,3.12784,7200,5,0,8,0,1,0,0,0),(49042,2914,309,1,1,2958,0,-11903.1,-1516.69,20.9819,0.628319,7200,0,0,8,0,0,0,0,0),(49041,2914,309,1,1,2957,0,-12207.6,-1959.89,132.334,2.74238,7200,5,0,8,0,1,0,0,0),(49040,2914,309,1,1,1206,0,-11590.2,-1510.71,50.1497,3.97508,7200,5,0,8,0,1,0,0,0),(49039,14881,309,1,1,1160,0,-12312.3,-1653.33,130.38,0.057898,7200,5,0,8,0,1,0,0,0),(49038,2914,309,1,1,2958,0,-11721,-1391.06,46.1644,0.021481,7200,5,0,8,0,1,0,0,0),(49037,2914,309,1,1,6303,0,-11968.2,-1835.49,55.935,1.49037,7200,5,0,8,0,1,0,0,0),(49036,14881,309,1,1,2536,0,-12312.2,-1620.22,130.89,5.96685,7200,5,0,8,0,1,0,0,0),(49035,2914,309,1,1,1206,0,-11984.9,-1625.89,34.3907,4.41906,7200,5,0,8,0,1,0,0,0),(49034,11357,309,1,1,15275,0,-11836.5,-1599.98,40.7501,1.51519,7200,5,0,15260,0,2,0,0,0),(49033,11357,309,1,1,15275,0,-11746,-1620.6,36.9961,1.59794,7200,5,0,15260,0,2,0,0,0),(49032,13321,309,1,1,6297,0,-11605.9,-1375.77,73.5189,3.28122,7200,0,0,42,0,0,0,0,0),(49031,13321,309,1,1,901,0,-11553.9,-1235.25,79.3206,0.471239,7200,0,0,42,0,0,0,0,0),(49030,4075,309,1,1,1141,0,-11568.8,-1255.72,77.6191,0.087266,7200,0,0,8,0,0,0,0,0),(13533,4129,1,1,1,2711,0,-1436.23,-1754.84,92.5058,5.97378,275,20,0,417,0,1,0,0,0),(13532,4129,1,1,1,2711,0,-1547.92,-1771.94,92.2447,2.175,275,20,0,417,0,1,0,0,0),(13531,4129,1,1,1,2711,0,-1546.04,-2120.59,82.9506,1.61942,275,20,0,417,0,1,0,0,0),(13530,4129,1,1,1,2711,0,-2004.94,-1781.69,91.9746,0.136161,275,20,0,417,0,1,0,0,0),(5452,7039,0,1,1,10806,0,-7744.65,-2196.21,133.564,3.98961,500,5,0,3189,0,1,0,0,0),(13529,4129,1,1,1,2711,0,-1487.26,-1823.76,95.412,3.01254,275,20,0,417,0,1,0,0,0),(5451,7042,0,1,1,2554,1,-8185.05,-1180.39,143.215,4.58202,500,5,0,3374,0,1,0,0,0),(13528,4129,1,1,1,2711,0,-1507.86,-1927.57,91.791,5.17499,275,20,0,417,0,1,0,0,0),(13527,4129,1,1,1,2711,0,-2081.27,-2381,91.7917,4.00553,275,20,0,417,0,1,0,0,0),(13526,4129,1,1,1,2711,0,-1975.24,-1876.08,93.4562,2.87483,275,20,0,417,0,1,0,0,0),(13525,4129,1,1,1,2711,0,-1510.68,-1906.12,92.9254,4.31339,275,20,0,417,0,1,0,0,0),(13524,4129,1,1,1,2711,0,-2227.48,-1758.61,91.7917,4.93918,275,20,0,417,0,1,0,0,0),(13523,4129,1,1,1,2711,0,-1653.7,-2183.39,91.4495,4.87529,275,20,0,417,0,1,0,0,0),(13522,4129,1,1,1,2711,0,-2119.74,-2088.68,94.0417,4.17156,275,20,0,417,0,1,0,0,0),(13521,4128,1,1,1,2712,0,-3742.11,-2335.98,94.8468,2.01085,275,20,0,573,0,1,0,0,0),(13520,4128,1,1,1,2712,0,-3764.4,-2284.94,91.8808,0.018613,275,20,0,573,0,1,0,0,0),(13519,4128,1,1,1,2712,0,-3856.51,-2274.9,91.7917,2.22972,275,20,0,573,0,1,0,0,0),(13518,4128,1,1,1,2712,0,-3615.28,-2150.61,91.8202,2.55392,275,20,0,573,0,1,0,0,0),(13517,4128,1,1,1,2712,0,-3856.93,-2077.45,91.8449,2.18619,275,20,0,573,0,1,0,0,0),(13516,4128,1,1,1,2712,0,-3894.34,-2176.36,91.9167,2.66903,275,20,0,573,0,1,0,0,0),(13515,4128,1,1,1,2712,0,-3787.51,-2111.85,92.9471,5.44666,275,20,0,573,0,1,0,0,0),(13514,4128,1,1,1,2712,0,-3914.34,-2080.18,95.2917,0.851109,275,20,0,573,0,1,0,0,0),(47253,8921,230,1,1,8180,0,313.34,-166.229,-70.3029,1.06465,7200,0,0,2672,0,0,0,0,0),(47252,8890,230,1,1,8758,1,314.03,-162.339,-70.3029,1.01229,7200,0,0,6414,0,0,0,0,0),(47251,8912,230,1,1,9350,1,312.751,-149.018,-70.3029,2.47837,7200,0,0,5316,3614,0,0,0,0),(47250,9018,230,1,1,8761,1,310.558,-146.251,-70.3029,5.51524,43200,0,0,9485,9615,0,0,0,0),(47217,8929,230,1,1,8705,0,1384.64,-831.486,-87.5893,1.62316,43200,0,0,13592,6351,0,0,0,0),(47216,8901,230,1,1,9289,1,1376.17,-403.741,-94.5913,4.46804,300,0,0,711,0,0,0,0,0),(47215,8901,230,1,1,9288,1,1389.44,-417.704,-94.5913,1.09956,300,0,0,711,0,0,0,0,0),(47214,8901,230,1,1,8755,1,1372.98,-402.285,-94.5913,1.29154,300,0,0,711,0,0,0,0,0),(47213,8901,230,1,1,8755,1,1386.06,-415.762,-94.5913,2.56563,300,0,0,711,0,0,0,0,0),(47212,8901,230,1,1,9290,1,1387.97,-398.803,-94.5913,1.13446,300,0,0,711,0,0,0,0,0),(47211,8901,230,1,1,8755,1,1389.48,-415.882,-94.5913,5.72468,300,0,0,711,0,0,0,0,0),(47210,8901,230,1,1,9288,1,1388.55,-401.502,-94.5913,4.69494,300,0,0,711,0,0,0,0,0),(5450,7039,0,1,1,10806,0,-7714.19,-2105.28,133.442,0.581701,500,5,0,3189,0,1,0,0,0),(5449,9699,0,1,1,8971,0,-7967.32,-2380.17,124.041,3.18852,500,5,0,8,0,1,0,0,0),(5448,7033,0,1,1,11549,1,-8102.46,-2543.7,133.82,6.09946,500,5,0,3322,0,1,0,0,0),(5447,7032,0,1,1,5781,0,-7647.09,-2210.02,131.844,1.84117,500,5,0,2875,0,1,0,0,0),(5446,7036,0,1,1,6649,1,-7738.41,-2346.71,136.35,1.90891,500,5,0,3189,0,1,0,0,0),(5445,9776,0,1,1,10815,0,-8489.58,-2539.58,131.087,5.5821,500,5,0,917,0,1,0,0,0),(5444,9776,0,1,1,10815,0,-8500.45,-2539.52,131.087,5.56233,500,5,0,917,0,1,0,0,0),(5443,9777,0,1,1,10816,0,-8493.42,-2568.01,131.087,1.36486,500,5,0,917,0,1,0,0,0),(5442,9777,0,1,1,10816,0,-8463.52,-2566.83,131.087,1.33879,500,5,0,917,0,1,0,0,0),(5441,9777,0,1,1,10816,0,-8501.92,-2549.26,131.087,3.06896,500,5,0,917,0,1,0,0,0),(5440,7047,0,1,1,397,0,-7887.98,-2887.42,135.936,3.4764,500,5,0,2384,1864,1,0,0,0),(5439,7033,0,1,1,11549,1,-7781.69,-2447.06,143.591,1.80427,500,5,0,3322,0,1,0,0,0),(5438,7033,0,1,1,11549,1,-7952.06,-2533.34,130.588,1.84419,500,3,0,3322,0,1,0,0,0),(5437,7034,0,1,1,11550,1,-8050.44,-2713.23,152.43,0.555039,500,5,0,2751,1864,1,0,0,0),(5436,7034,0,1,1,11550,1,-7711.6,-2515.92,143.971,4.00521,500,5,0,2751,1864,1,0,0,0),(5435,7034,0,1,1,11550,1,-7803.35,-2671.4,173.683,6.0089,500,2,0,2751,1864,1,0,0,0),(5434,7035,0,1,1,10707,1,-7855.76,-2595.18,211.648,2.82973,500,5,0,3556,0,1,0,0,0),(5433,9700,0,1,1,5560,0,-7676.99,-1330.57,123.812,3.55038,500,5,0,8,0,1,0,0,0),(5432,7033,0,1,1,11549,1,-7978.38,-2807.65,142.623,1.27302,500,5,0,3322,0,1,0,0,0),(5431,7035,0,1,1,10707,1,-7948.58,-2746.76,158.321,0.356604,500,5,0,3556,0,1,0,0,0),(5430,7035,0,1,1,10707,1,-7941.2,-2640.26,218.238,4.87711,500,5,0,3556,0,1,0,0,0),(5429,7035,0,1,1,10707,1,-7911.77,-2621.47,177.223,0.466273,500,2,0,3556,0,1,0,0,0),(5428,7033,0,1,1,11549,1,-7881.36,-2560.27,126.379,4.8014,500,3,0,3322,0,1,0,0,0),(5427,7033,0,1,1,11549,1,-8077.72,-2722.1,142.767,2.48513,500,5,0,3322,0,1,0,0,0),(5426,7033,0,1,1,11549,1,-7937.81,-2612.82,173.975,5.83788,500,5,0,3322,0,1,0,0,0),(5425,7034,0,1,1,11550,1,-7846.59,-2631.44,120.791,0.83621,500,3,0,2751,1864,1,0,0,0),(5424,7034,0,1,1,11550,1,-7721.52,-2586.29,159.832,0.758972,500,5,0,2751,1864,1,0,0,0),(5423,7034,0,1,1,11550,1,-7893.94,-2650.9,168.062,1.75864,500,2,0,2751,1864,1,0,0,0),(5422,9700,0,1,1,5560,0,-7542.71,-2186.46,131.789,6.28206,500,5,0,8,0,1,0,0,0),(5421,9700,0,1,1,5560,0,-7985.37,-1879.05,129.811,4.69635,500,5,0,8,0,1,0,0,0),(5420,9699,0,1,1,8971,0,-7701.44,-2888.78,131.83,3.38671,500,5,0,8,0,1,0,0,0),(5419,9700,0,1,1,5560,0,-8491.9,-2571.07,131.087,3.12154,500,5,0,8,0,1,0,0,0),(5418,9699,0,1,1,8971,0,-8152.01,-1456.15,136.175,4.33007,500,5,0,8,0,1,0,0,0),(5417,9700,0,1,1,5560,0,-7614.53,-700.916,177.863,4.66905,500,5,0,8,0,1,0,0,0),(5416,9700,0,1,1,5560,0,-8156.01,-1290.21,131.622,1.88863,500,5,0,8,0,1,0,0,0),(5415,9699,0,1,1,8971,0,-8141.33,-1872.63,135.8,3.0849,500,5,0,8,0,1,0,0,0),(5414,7033,0,1,1,11549,1,-7952.39,-2814.98,138.272,5.07312,500,5,0,3322,0,1,0,0,0),(5413,7034,0,1,1,11550,1,-7943.01,-2710.04,161.451,5.92873,500,2,0,2751,1864,1,0,0,0),(5412,7033,0,1,1,11549,1,-7883,-2525.8,128.062,5.1506,500,3,0,3322,0,1,0,0,0),(5411,7035,0,1,1,10707,1,-7917.51,-2714.65,164.614,1.25955,500,2,0,3556,0,1,0,0,0),(5410,7033,0,1,1,11549,1,-7915.39,-2468.36,137.511,4.83446,500,5,0,3322,0,1,0,0,0),(5409,7033,0,1,1,11549,1,-7965.14,-2516.46,134.184,2.62624,500,3,0,3322,0,1,0,0,0),(5408,7035,0,1,1,10707,1,-7846.71,-2652.8,221.182,5.02125,500,5,0,3556,0,1,0,0,0),(13513,4128,1,1,1,2712,0,-3880.7,-2116.49,93.4198,0.616029,275,20,0,573,0,1,0,0,0),(13512,4128,1,1,1,2712,0,-3852.04,-2158.06,93.9873,4.63622,275,20,0,573,0,1,0,0,0),(13511,4128,1,1,1,2712,0,-3490.44,-2250.83,92.7009,4.14985,275,20,0,573,0,1,0,0,0),(13510,4128,1,1,1,2712,0,-3722.8,-1965.37,95.2059,5.08419,275,20,0,573,0,1,0,0,0),(5407,7034,0,1,1,11550,1,-7863.14,-2611.26,174.235,5.54497,500,2,0,2751,1864,1,0,0,0),(13509,4128,1,1,1,2712,0,-3619.55,-1945.36,94.1575,4.2305,275,20,0,573,0,1,0,0,0),(13508,4128,1,1,1,2712,0,-3568.31,-1989.8,91.7917,4.50436,275,20,0,573,0,1,0,0,0),(13507,4128,1,1,1,2712,0,-3655.84,-1952.2,92.2036,1.03984,275,20,0,573,0,1,0,0,0),(13506,4128,1,1,1,2712,0,-3571.46,-1897.01,93.251,1.21853,275,20,0,573,0,1,0,0,0),(13505,4128,1,1,1,2712,0,-3605.52,-1981.64,91.7917,1.3049,275,20,0,573,0,1,0,0,0),(13504,4128,1,1,1,2712,0,-3435.62,-2218.97,92.6983,0.363899,275,20,0,573,0,1,0,0,0),(13503,4128,1,1,1,2712,0,-3559.2,-1824.44,91.8326,0.159715,275,20,0,573,0,1,0,0,0),(13502,4128,1,1,1,2712,0,-3432.49,-1987.82,92.9167,2.09027,275,20,0,573,0,1,0,0,0),(13501,4128,1,1,1,2712,0,-3450.21,-1930.48,94.324,4.59699,275,20,0,573,0,1,0,0,0),(13500,4128,1,1,1,2712,0,-3382.76,-2154.74,92.3367,5.39963,275,20,0,573,0,1,0,0,0),(13499,4128,1,1,1,2712,0,-3520.72,-1979.54,94.3689,4.39886,275,20,0,573,0,1,0,0,0),(13498,4128,1,1,1,2712,0,-3588.48,-2418.25,98.5417,1.16221,275,20,0,573,0,1,0,0,0),(13497,4128,1,1,1,2712,0,-3317.96,-2193.26,91.9502,4.70899,275,20,0,573,0,1,0,0,0),(13496,4128,1,1,1,2712,0,-3725.73,-2445.07,95.5917,4.39064,275,3,0,573,0,1,0,0,0),(13495,4128,1,1,1,2712,0,-3454.79,-1896.77,95.5229,4.61082,275,20,0,573,0,1,0,0,0),(13494,4128,1,1,1,2712,0,-3449.58,-1833.96,91.9647,4.87423,275,20,0,573,0,1,0,0,0),(13493,4128,1,1,1,2712,0,-3495.31,-2389.94,91.8233,4.98163,275,20,0,573,0,1,0,0,0),(13492,4128,1,1,1,2712,0,-3356.7,-2186.16,92.1667,0.159168,275,20,0,573,0,1,0,0,0),(13491,4128,1,1,1,2712,0,-3518.73,-2406.33,92.9157,3.01245,275,20,0,573,0,1,0,0,0),(13490,4128,1,1,1,2712,0,-3753.76,-1847.93,94.4521,2.66518,275,15,0,573,0,1,0,0,0),(84084,15303,530,1,1,15368,1,-1746.85,5456.26,-12.3448,3.92699,180,0,0,1220,0,0,0,0,0),(13489,4128,1,1,1,2712,0,-3363.92,-2225.28,92.2683,3.94535,275,20,0,573,0,1,0,0,0),(13488,4128,1,1,1,2712,0,-3420.05,-1862.57,92.0861,4.72997,275,20,0,573,0,1,0,0,0),(47209,8901,230,1,1,9289,1,1374.03,-405.698,-94.5913,0.977384,300,0,0,711,0,0,0,0,0),(56348,14823,530,1,1,14855,1,-2289.02,5223.01,-9.86383,2.92548,180,0,0,2515,2486,2,0,0,0),(55089,14845,530,1,1,14881,0,-2276.6,5208.18,-9.83695,0.541052,180,0,0,1220,0,0,0,0,0),(49446,14847,530,1,1,14883,1,-2238.64,5232.86,-9.89205,3.66519,180,0,0,1220,0,2,0,0,0),(45476,14822,530,1,1,491,1,-2259.21,5197.81,-9.90456,1.20428,180,0,0,2091,2117,2,0,0,0),(45475,14844,530,1,1,14880,1,-2274.44,5204.9,-9.78773,0.680678,180,0,0,1220,0,0,0,0,0),(45474,14829,530,1,1,14856,1,-2286.25,5229.44,-9.90171,3.76991,180,0,0,2614,0,0,0,0,0),(43680,14869,530,1,1,14941,0,-2297.34,5241.3,-9.90917,5.11241,180,5,0,42,0,1,0,0,0),(43679,14828,530,1,1,14854,1,-2236.82,5210.82,-9.90524,3.14159,180,0,0,699,0,2,0,0,0),(43678,14865,530,1,1,14935,0,-2314.78,5231.38,-9.89202,4.24115,180,0,0,594,0,0,0,0,0),(43677,14841,530,1,1,14877,0,-2253.41,5245.01,-9.89211,4.46804,180,0,0,2614,0,0,0,0,0),(43676,14832,530,1,1,14876,0,-2265.31,5201.85,-9.90473,0.785398,180,0,0,2614,0,0,0,0,0),(43675,10445,530,1,1,9810,0,-2250.56,5216.54,-9.90925,5.41052,180,0,0,955,0,0,0,0,0),(43674,14869,530,1,1,14941,0,-2304.51,5220.17,-9.86279,0.583415,180,5,0,42,0,1,0,0,0),(43673,14860,530,1,1,14589,0,-2263.46,5230.25,-9.93289,2.28559,180,0,0,86,0,2,0,0,0),(43672,14866,530,1,1,14936,0,-2276.65,5243.18,-9.90917,2.09177,180,0,0,102,0,2,0,0,0),(43671,14846,530,1,1,14882,0,-2236.82,5230.13,-9.89211,3.64774,180,0,0,1220,0,2,0,0,0),(13487,4128,1,1,1,2712,0,-3420.06,-2272.54,94.8075,5.94845,275,20,0,573,0,1,0,0,0),(13486,4127,1,1,1,2710,0,-1225,-3175,93.3676,2.35086,275,20,0,328,0,1,0,0,0),(13485,4127,1,1,1,2710,0,-731.679,-3240.54,94.1398,6.07851,275,20,0,328,0,1,0,0,0),(13484,4127,1,1,1,2710,0,-449.494,-3402.98,92.2559,1.58642,275,20,0,328,0,1,0,0,0),(13483,4127,1,1,1,2710,0,-1424.34,-2972.37,93.0294,3.14944,275,20,0,328,0,1,0,0,0),(13482,4127,1,1,1,2710,0,-1494.69,-2845.83,94.6654,0.191184,275,20,0,328,0,1,0,0,0),(47207,8901,230,1,1,8755,1,1376.22,-401.085,-94.5913,0.017453,300,0,0,711,0,0,0,0,0),(47206,8901,230,1,1,9290,1,1390.24,-399.631,-94.5913,3.07178,300,0,0,711,0,0,0,0,0),(13481,4127,1,1,1,2710,0,-1280.52,-2548.56,91.8941,4.79354,275,20,0,328,0,1,0,0,0),(5406,9700,0,1,1,5560,0,-7848.3,-907.117,123.674,0.557227,500,5,0,8,0,1,0,0,0),(13480,4127,1,1,1,2710,0,-1003.14,-2975.27,92.1667,0.50928,275,20,0,328,0,1,0,0,0),(13479,4127,1,1,1,2710,0,-1086.59,-3101.16,94.5496,3.72255,275,20,0,328,0,1,0,0,0),(13478,4127,1,1,1,2710,0,-1374.52,-2550.41,98.4413,5.78078,275,20,0,328,0,1,0,0,0),(13477,4127,1,1,1,2710,0,-1189.35,-3086.35,93.6473,2.43057,275,20,0,328,0,1,0,0,0),(13476,4127,1,1,1,2710,0,-1072.59,-3004.06,92.9624,5.13875,275,20,0,328,0,1,0,0,0),(13475,4127,1,1,1,2710,0,-1195.95,-2342.03,91.7917,2.35544,275,20,0,328,0,1,0,0,0),(13474,4127,1,1,1,2710,0,-1123.95,-2343.22,94.49,1.89687,275,20,0,328,0,1,0,0,0),(13473,4127,1,1,1,2710,0,-1213.13,-2388.54,92.2819,5.95511,275,20,0,328,0,1,0,0,0),(13472,4127,1,1,1,2710,0,-921.949,-3279.76,95.7527,2.82601,275,20,0,328,0,1,0,0,0),(13471,4127,1,1,1,2710,0,-1372.44,-2584.5,94.7541,0.049967,275,20,0,328,0,1,0,0,0),(13470,4127,1,1,1,2710,0,651.987,-2649.92,94.3128,0.121447,275,20,0,328,0,1,0,0,0),(13469,4127,1,1,1,2710,0,713.162,-2918.51,92.078,3.79793,275,20,0,328,0,1,0,0,0),(13468,4127,1,1,1,2710,0,-224.605,-3470.76,92.3681,1.94078,275,20,0,328,0,1,0,0,0),(13467,4127,1,1,1,2710,0,-1088.51,-1916.01,91.8147,2.76155,275,20,0,328,0,1,0,0,0),(13466,4127,1,1,1,2710,0,-351.366,-3380.44,91.8163,1.81344,275,3,0,328,0,1,0,0,0),(13465,4127,1,1,1,2710,0,-421.103,-3540.48,93.5497,5.14807,275,20,0,328,0,1,0,0,0),(13464,4127,1,1,1,2710,0,182.123,-1647.79,93.5687,2.91097,275,20,0,328,0,1,0,0,0),(13463,4127,1,1,1,2710,0,-1228.47,-2042.08,91.7917,5.30613,275,20,0,328,0,1,0,0,0),(13462,4127,1,1,1,2710,0,-1554.56,-3051.54,95.8767,4.84388,275,20,0,328,0,1,0,0,0),(13461,4127,1,1,1,2710,0,-942.238,-3386.48,92.7336,3.28289,275,20,0,328,0,1,0,0,0),(13460,4127,1,1,1,2710,0,-1208.34,-3490.25,92.4167,0.769749,275,20,0,328,0,1,0,0,0),(13459,4127,1,1,1,2710,0,-792.711,-1672.45,98.9027,3.66461,275,20,0,328,0,1,0,0,0),(13458,4127,1,1,1,2710,0,-1431.57,-2841.5,94.1848,6.04863,275,20,0,328,0,1,0,0,0),(13457,4127,1,1,1,2710,0,-1215.72,-2113.73,89.6058,0.610865,275,0,0,328,0,0,0,0,0),(13456,4127,1,1,1,2710,0,-1281.28,-2021.61,94.0151,4.65765,275,20,0,328,0,1,0,0,0),(13455,4127,1,1,1,2710,0,-1361.19,-2776.54,93.8477,4.06172,275,20,0,328,0,1,0,0,0),(13454,4127,1,1,1,2710,0,-1105.7,-2864.98,93.9313,1.2729,275,20,0,328,0,1,0,0,0),(13453,4127,1,1,1,2710,0,-1036.89,-3044,92.1667,4.07171,275,20,0,328,0,1,0,0,0),(13452,4127,1,1,1,2710,0,-1074.31,-2859.01,92.3204,2.71975,275,20,0,328,0,1,0,0,0),(5405,9699,0,1,1,8971,0,-8087.22,-1730.17,132.075,4.93002,500,5,0,8,0,1,0,0,0),(47205,8901,230,1,1,9290,1,1389.34,-360.419,-91.9397,3.85718,300,0,0,711,0,0,0,0,0),(47087,8901,230,1,1,9290,1,1407.44,-358.209,-91.9285,4.66003,300,0,0,711,0,0,0,0,0),(47086,8901,230,1,1,9288,1,1387.21,-374.719,-91.9319,1.79769,300,0,0,711,0,0,0,0,0),(13451,4127,1,1,1,2710,0,-1069.5,-1812.31,91.8781,3.45833,275,20,0,328,0,1,0,0,0),(46973,9550,1,1,1,8669,1,1663.45,-4393.85,22.234,4.45059,180,0,0,1902,0,0,0,0,0),(13450,4127,1,1,1,2710,0,-1239.65,-1882.52,82.0707,0.147924,275,20,0,328,0,1,0,0,0),(47081,8901,230,1,1,8755,1,1402.7,-378.604,-91.9482,4.53786,300,0,0,711,0,0,0,0,0),(47080,8901,230,1,1,8755,1,1391.63,-362.48,-91.9282,0.279253,300,0,0,711,0,0,0,0,0),(5404,9700,0,1,1,5560,0,-8018.15,-1774.78,130.105,6.26123,500,5,0,8,0,1,0,0,0),(564,21045,0,1,1,20016,1,-14398.4,424.36,8.02625,0.05236,300,0,0,5568,0,0,0,0,0),(5403,9700,0,1,1,5560,0,-7529.97,-2116.63,130.127,1.80198,500,5,0,8,0,1,0,0,0),(5402,9700,0,1,1,5560,0,-8244.11,-1112.74,141.326,0.839861,500,5,0,8,0,1,0,0,0),(13449,4127,1,1,1,2710,0,-1404.84,-3031.45,92.375,1.8802,275,20,0,328,0,1,0,0,0),(5401,9699,0,1,1,8971,0,-7735.62,-2244.59,135.683,2.45311,500,5,0,8,0,1,0,0,0),(49029,4075,309,1,1,1418,0,-11607.7,-1225.59,82.4461,0.314159,7200,0,0,8,0,0,0,0,0),(49028,13321,309,1,1,6297,0,-11600.7,-1403.8,67.741,2.74017,7200,0,0,42,0,0,0,0,0),(13448,4127,1,1,1,2710,0,-1188.69,-3218.61,92.2917,5.59777,275,20,0,328,0,1,0,0,0),(13447,4127,1,1,1,2710,0,-1182.22,-2149.02,92.5774,1.11701,275,0,0,328,0,0,0,0,0),(13446,4127,1,1,1,2710,0,-884.329,-1734.93,95.1329,1.65102,275,20,0,328,0,1,0,0,0),(13445,4127,1,1,1,2710,0,-362.071,-1487.59,92.1504,0.256826,275,20,0,328,0,1,0,0,0),(13444,4127,1,1,1,2710,0,-1129.5,-3045.02,93.1445,0.135494,275,20,0,328,0,1,0,0,0),(13443,4127,1,1,1,2710,0,-1423.18,-2447.53,95.9034,4.71096,275,20,0,328,0,1,0,0,0),(13442,4127,1,1,1,2710,0,-942.436,-1651.95,92.6606,4.52396,275,0,0,328,0,0,0,0,0),(13441,4127,1,1,1,2710,0,-317.225,-1480.71,91.8791,2.00825,275,20,0,328,0,1,0,0,0),(13440,4127,1,1,1,2710,0,-578.211,-1545.61,93.3424,3.86208,275,3,0,328,0,1,0,0,0),(13439,4127,1,1,1,2710,0,-1418.06,-2835.85,93.696,3.44449,275,20,0,328,0,1,0,0,0),(13438,4127,1,1,1,2710,0,-87.4176,-1550.03,91.7917,0.220659,275,20,0,328,0,1,0,0,0),(13437,4127,1,1,1,2710,0,-844.103,-1738.39,93.9739,1.81151,275,20,0,328,0,1,0,0,0),(13436,4127,1,1,1,2710,0,-1155.36,-1884.43,94.646,1.68426,275,20,0,328,0,1,0,0,0),(13435,4127,1,1,1,2710,0,-1205.87,-1770.79,91.6968,0.742563,275,20,0,328,0,1,0,0,0),(5400,9700,0,1,1,5560,0,-7795.37,-2520.19,140.692,3.99378,500,5,0,8,0,1,0,0,0),(5399,9699,0,1,1,8971,0,-7872.1,-2596.21,225.053,4.98532,500,5,0,8,0,1,0,0,0),(13434,4127,1,1,1,2710,0,-55.3077,-1551.39,91.8642,2.86936,275,20,0,328,0,1,0,0,0),(13433,4127,1,1,1,2710,0,-1247.74,-2259.12,94.4242,1.98902,275,20,0,328,0,1,0,0,0),(70026,21635,530,1,1,21268,0,-2302.26,5234.01,-9.93442,3.27864,180,0,0,6986,0,0,0,0,0),(70025,14849,530,1,1,14912,0,-2264.53,5222.15,-9.93538,4.46914,180,0,0,699,0,2,0,0,0),(70024,14827,530,1,1,536,1,-2284.5,5222.02,-9.86383,2.92549,180,0,0,3052,0,2,0,0,0),(13432,4127,1,1,1,2710,0,-1151.2,-3215.3,91.9167,1.59036,275,20,0,328,0,1,0,0,0),(5398,9700,0,1,1,5560,0,-8018.46,-1622.14,129.745,4.79243,500,5,0,8,0,1,0,0,0),(47079,8901,230,1,1,9289,1,1406.14,-375.048,-91.9306,3.07178,300,0,0,711,0,0,0,0,0),(47078,8901,230,1,1,9288,1,1417.7,-379.877,-91.9144,3.08923,300,0,0,711,0,0,0,0,0),(47077,8901,230,1,1,8755,1,1385.36,-377.301,-91.9401,3.00197,300,0,0,711,0,0,0,0,0),(47051,8901,230,1,1,8755,1,1411.47,-360.961,-91.9245,4.81711,300,0,0,711,0,0,0,0,0),(13431,4127,1,1,1,2710,0,450.785,-3204.42,91.7917,4.39967,275,20,0,328,0,1,0,0,0),(13430,4127,1,1,1,2710,0,108.688,-1580.55,94.5806,5.33564,275,20,0,328,0,1,0,0,0),(13422,4127,1,1,1,2710,0,-298.398,-1633.68,94.4124,0.756361,275,20,0,328,0,1,0,0,0),(13421,4127,1,1,1,2710,0,-831.079,-1848.48,92.6014,3.94909,275,20,0,328,0,1,0,0,0),(13420,4127,1,1,1,2710,0,185.964,-1580.81,93.0799,1.17187,275,20,0,328,0,1,0,0,0),(13419,3615,1,1,1,1652,1,-437.137,-2596,95.8708,3.7001,600,0,0,10572,0,0,0,0,0),(5397,9700,0,1,1,5560,0,-8223.8,-1313.38,141.734,5.42242,500,5,0,8,0,1,0,0,0),(5396,7034,0,1,1,11550,1,-7938.33,-2669.91,159.068,0.03919,500,2,0,2751,1864,1,0,0,0),(5395,7035,0,1,1,10707,1,-7852.17,-2664.94,172.833,2.01567,500,2,0,3556,0,1,0,0,0),(5394,7034,0,1,1,11550,1,-7836.33,-2655.79,171.177,3.33983,500,2,0,2751,1864,1,0,0,0),(5393,7033,0,1,1,11549,1,-7871.62,-2657.76,169.085,5.90042,500,2,0,3322,0,1,0,0,0),(5392,7034,0,1,1,11550,1,-8031.48,-2522.56,137.601,4.57342,500,5,0,2751,1864,1,0,0,0),(5391,7033,0,1,1,11549,1,-7914.38,-2819.09,138.741,3.50905,500,10,0,3322,0,1,0,0,0),(49027,13321,309,1,1,6295,0,-11594.5,-1344.47,77.6063,0.261799,7200,0,0,42,0,0,0,0,0),(49026,4075,309,1,1,1141,0,-11622.7,-1279.65,81.7466,5.70723,7200,0,0,8,0,0,0,0,0),(49025,13321,309,1,1,6295,0,-11618.3,-1331.68,78.0521,3.61283,7200,0,0,42,0,0,0,0,0),(5390,7033,0,1,1,11549,1,-7837.69,-2557.82,126.205,6.1652,500,3,0,3322,0,1,0,0,0),(5389,7035,0,1,1,10707,1,-7740.38,-2779.93,164.432,0.893032,500,5,0,3556,0,1,0,0,0),(49024,4075,309,1,1,1418,0,-11537.6,-1289.94,78.8465,5.34071,7200,0,0,8,0,0,0,0,0),(16199,22885,564,1,1,21457,0,302.268,986.683,-62.3218,2.32129,604800,0,0,73353,0,0,0,0,0),(5388,7033,0,1,1,11549,1,-7814.13,-2447.99,141.743,4.88031,500,5,0,3322,0,1,0,0,0),(5387,7035,0,1,1,10707,1,-7901.01,-2609.93,221.258,0.619456,500,5,0,3556,0,1,0,0,0),(5386,9700,0,1,1,5560,0,-7716.94,-1761.92,131.281,0.164755,500,5,0,8,0,1,0,0,0),(5385,9699,0,1,1,8971,0,-8207.17,-2162.5,135.655,1.85365,500,5,0,8,0,1,0,0,0),(5384,9699,0,1,1,8971,0,-7989.52,-2200.69,129.698,4.52764,500,5,0,8,0,1,0,0,0),(5383,9700,0,1,1,5560,0,-8252.91,-1710.98,139.94,3.6285,500,5,0,8,0,1,0,0,0),(5382,9700,0,1,1,5560,0,-7643.66,-2194.57,131.89,6.20324,500,5,0,8,0,1,0,0,0),(5381,9700,0,1,1,5560,0,-8020.66,-2546.32,150.001,0.505581,500,5,0,8,0,1,0,0,0),(5380,9700,0,1,1,5560,0,-7654.86,-733.841,176.238,2.38635,500,5,0,8,0,1,0,0,0),(5379,9700,0,1,1,5560,0,-7945.89,-1240.79,123.812,0.519371,500,5,0,8,0,1,0,0,0),(5378,7041,0,1,1,8249,1,-7590.87,-2746.88,132.709,2.80639,500,10,0,2146,4765,1,0,0,0),(5377,7041,0,1,1,8249,1,-8245.24,-1951.23,146.655,0.18938,500,5,0,2146,4765,1,0,0,0),(5376,7041,0,1,1,8249,1,-7724.13,-2879.32,132.793,2.53889,500,10,0,2146,4765,1,0,0,0),(5375,8917,0,1,1,8891,1,-7423.08,-961.669,173.499,2.89725,500,0,0,1919,1587,0,0,0,0),(5374,9695,0,1,1,10984,0,-8316.11,-1882.17,150.999,6.2304,500,5,0,3293,0,1,0,0,0),(5373,7048,0,1,1,400,0,-8214.48,-2151.89,136.604,5.04508,500,5,0,2232,4765,1,0,0,0),(5372,7048,0,1,1,400,0,-7661.54,-2000.53,132.553,3.56418,500,10,0,2232,4765,1,0,0,0),(5371,9694,0,1,1,11420,0,-8091.92,-2113.65,132.375,4.82779,500,10,0,3189,0,1,0,0,0),(5370,7025,0,1,1,6045,1,-8144.58,-1702.07,134.998,1.72462,500,5,0,3529,0,1,0,0,0),(5369,7055,0,1,1,741,0,-8172.86,-1706.69,140.054,1.55334,500,0,0,3293,0,0,0,0,0),(5368,7025,0,1,1,6045,1,-8028.29,-1586.28,132.753,2.54655,500,10,0,3529,0,1,0,0,0),(5367,7028,0,1,1,6048,1,-8095.66,-1897.66,134.175,3.15905,500,0,0,2550,5206,0,0,0,0),(5366,7055,0,1,1,741,0,-8087.78,-1898.13,134.175,0.523599,500,0,0,3293,0,0,0,0,0),(5365,7025,0,1,1,6045,1,-8126.3,-1511.73,133.369,1.309,500,0,0,3529,0,0,0,0,0),(5364,7027,0,1,1,6047,1,-8081.64,-1894.14,182.581,6.10865,500,0,0,3644,0,0,0,0,0),(5363,8888,0,1,1,0,0,-7596,-1115,252.791,0.471,500,0,0,4120,0,0,0,0,0),(5362,7026,0,1,1,6046,1,-8219.47,-1751.62,147.735,2.51327,500,0,0,2470,5013,0,0,0,0),(5361,7033,0,1,1,11549,1,-8114.04,-2570.38,133.445,5.92752,500,5,0,3322,0,1,0,0,0),(5360,7034,0,1,1,11550,1,-7786.63,-2715.5,173.058,0.833148,500,5,0,2751,1864,1,0,0,0),(5359,7035,0,1,1,10707,1,-7721.93,-2584,159.614,4.16828,500,0,0,3556,0,2,0,0,0),(5358,7034,0,1,1,11550,1,-7922.57,-2683.03,160.381,0.746173,500,2,0,2751,1864,1,0,0,0),(5357,7034,0,1,1,11550,1,-7876.51,-2451.9,135.053,6.16219,500,5,0,2751,1864,1,0,0,0),(5356,7035,0,1,1,10707,1,-7901,-2596.92,176.833,2.33523,500,2,0,3556,0,1,0,0,0),(5355,7034,0,1,1,11550,1,-7927.92,-2657.54,159.626,0.053177,500,2,0,2751,1864,1,0,0,0),(5354,7033,0,1,1,11549,1,-7682.55,-2549.17,142.574,4.08704,500,5,0,3322,0,1,0,0,0),(5353,7034,0,1,1,11550,1,-7779.66,-2553.96,170.858,0.678443,500,5,0,2751,1864,1,0,0,0),(5352,7039,0,1,1,10806,0,-7819.29,-2222.72,133.559,6.19292,500,5,0,3189,0,1,0,0,0),(5351,7039,0,1,1,10806,0,-7731.33,-1865.9,133.899,5.59478,500,5,0,3189,0,1,0,0,0),(5350,7039,0,1,1,10806,0,-7707.46,-1933.75,136.564,0.869546,500,0,0,3189,0,2,0,0,0),(5349,7036,0,1,1,6649,1,-7739.74,-2118.82,133.473,5.95013,500,5,0,3189,0,1,0,0,0),(5348,9700,0,1,1,5560,0,-7642.04,-2342.29,131.487,6.02661,500,5,0,8,0,1,0,0,0),(5347,9700,0,1,1,5560,0,-7651.66,-2082.23,124.189,3.64834,500,5,0,8,0,1,0,0,0),(5346,9699,0,1,1,8971,0,-8079.5,-1581.14,139.286,3.6944,500,5,0,8,0,1,0,0,0),(5345,9700,0,1,1,5560,0,-7915.57,-1302.62,123.812,0.554931,500,5,0,8,0,1,0,0,0),(5344,9699,0,1,1,8971,0,-7945.44,-1424.18,135.828,5.22499,500,0,0,8,0,0,0,0,0),(5343,9700,0,1,1,5560,0,-7777.56,-2083.17,131.236,3.69543,500,5,0,8,0,1,0,0,0),(5342,9700,0,1,1,5560,0,-8344.92,-1288.95,207.804,1.88147,500,5,0,8,0,1,0,0,0),(5341,7042,0,1,1,2554,1,-7959.94,-952.5,133.423,4.71566,500,10,0,3374,0,1,0,0,0),(5340,7042,0,1,1,2554,1,-8418.43,-1221.26,196.795,4.45553,500,5,0,3374,0,1,0,0,0),(5339,7042,0,1,1,2554,1,-8329.19,-1194.95,183.799,0.034907,500,0,0,3374,0,0,0,0,0),(5338,7043,0,1,1,8309,1,-7916.74,-849.765,129.621,2.09974,500,5,0,2436,5340,1,0,0,0),(5337,7043,0,1,1,8309,1,-7937.66,-894.705,130.835,5.01804,500,5,0,2436,5340,1,0,0,0),(5336,7040,0,1,1,143,1,-8287.42,-1909.95,141.512,1.64248,500,10,0,3556,0,1,0,0,0),(5335,7040,0,1,1,143,1,-7742.75,-2858.46,133.457,1.95244,500,5,0,3556,0,1,0,0,0),(5334,7040,0,1,1,143,1,-7584.55,-2814.06,134.333,0.12857,500,5,0,3556,0,1,0,0,0),(5333,7040,0,1,1,143,1,-8251.72,-2479.46,150.727,5.57795,500,5,0,3556,0,1,0,0,0),(5332,7040,0,1,1,143,1,-7781.54,-2915.87,131.943,6.00348,500,10,0,3556,0,1,0,0,0),(19350,23971,0,1,1,14616,0,2238.27,281.674,35.0613,0.855211,5,0,0,42,0,0,0,0,0),(48774,10469,289,1,1,11148,1,210.321,148.933,109.807,5.13127,86400,0,0,6891,6867,0,0,0,0),(48773,10485,289,1,1,7550,0,217.536,99.4131,104.798,5.86525,86400,3,0,2088,0,1,0,0,0),(48772,10495,289,1,1,519,0,215.996,91.7486,104.798,5.54672,86400,3,0,8613,0,1,0,0,0),(48771,10481,289,1,1,10976,0,221.956,103.89,104.798,3.64813,86400,3,0,1436,0,1,0,0,0),(48770,10485,289,1,1,9786,0,221.917,96.4046,104.798,4.38522,86400,3,0,2088,0,1,0,0,0),(5331,7040,0,1,1,143,1,-7717.38,-2820.81,145.161,6.10991,500,5,0,3556,0,1,0,0,0),(5330,7040,0,1,1,143,1,-8290.28,-1973.31,145.301,2.19494,500,5,0,3556,0,1,0,0,0),(5329,7040,0,1,1,143,1,-7550.91,-2678.87,135.888,1.32236,500,10,0,3556,0,1,0,0,0),(5328,24819,0,1,1,8758,1,-7181.06,-875.744,164.021,4.93928,500,0,0,2672,0,0,0,0,0),(5327,24819,0,1,1,8758,1,-7179.41,-881.279,164.021,2.04204,500,0,0,2672,0,0,0,0,0),(5326,24819,0,1,1,8758,1,-7398.65,-1000.6,175.555,5.35164,500,5,0,2672,0,1,0,0,0),(5325,24818,0,1,1,8754,1,-7232.07,-905.44,165.378,5.17778,500,5,0,2576,0,1,0,0,0),(5324,24819,0,1,1,8758,1,-7276.64,-879.587,170.056,2.84489,500,0,0,2672,0,0,0,0,0),(5323,8917,0,1,1,8891,1,-7340.1,-1025.45,179.645,4.39823,500,0,0,1919,1587,0,0,0,0),(5322,8917,0,1,1,8892,1,-7438.75,-933.619,172.115,3.36848,500,0,0,1919,1587,0,0,0,0),(5321,8917,0,1,1,487,1,-7365.06,-965.985,170.796,0.226893,500,0,0,1919,1587,0,0,0,0),(5320,8917,0,1,1,487,1,-7327.97,-967.319,173.452,1.13446,500,0,0,1919,1587,0,0,0,0),(5319,8917,0,1,1,8892,1,-7445.62,-975.489,171.975,2.68781,500,0,0,1919,1587,0,0,0,0),(5318,8917,0,1,1,8892,1,-7395.85,-1051.48,177.641,4.93928,500,0,0,1919,1587,0,0,0,0),(5317,8917,0,1,1,8893,1,-7351.24,-970.982,171.16,1.90241,500,0,0,1919,1587,0,0,0,0),(5316,8917,0,1,1,487,1,-7386.42,-1057.58,177.617,3.75246,500,0,0,1919,1587,0,0,0,0),(13237,4127,1,1,1,2710,0,-1078.31,-2370.97,91.7917,1.73053,275,20,0,328,0,1,0,0,0),(48769,10495,289,1,1,519,0,204.37,92.5006,104.327,4.0093,86400,3,0,8613,0,1,0,0,0),(48768,10495,289,1,1,519,0,197.118,98.0816,104.798,2.56765,86400,3,0,8613,0,1,0,0,0),(48767,10485,289,1,1,7550,0,203.038,98.6992,104.798,0.305482,86400,3,0,2088,0,1,0,0,0),(48766,10485,289,1,1,7550,0,196.721,91.9017,104.327,3.12665,86400,3,0,2088,0,1,0,0,0),(48765,10495,289,1,1,519,0,211.762,82.7032,104.327,3.23844,86400,3,0,8613,0,1,0,0,0),(13229,4127,1,1,1,2710,0,-1263.91,-1948.74,93.6207,3.28363,275,20,0,328,0,1,0,0,0),(563,21045,0,1,1,20016,1,-14395.2,426.953,7.77684,5.20108,300,0,0,5568,0,0,0,0,0),(13228,4127,1,1,1,2710,0,517.578,-3186.66,91.8655,4.21117,275,20,0,328,0,1,0,0,0),(13227,4127,1,1,1,2710,0,807.147,-2957.2,91.7916,3.17803,275,20,0,328,0,1,0,0,0),(13226,4127,1,1,1,2710,0,-802.82,-1743.34,94.8597,4.15793,275,20,0,328,0,1,0,0,0),(13225,4127,1,1,1,2710,0,379.388,-1900.66,93.5143,1.78579,275,20,0,328,0,1,0,0,0),(13224,4127,1,1,1,2710,0,-550.529,-1517.81,93.2917,5.21524,275,20,0,328,0,1,0,0,0),(5315,8917,0,1,1,487,1,-7326.05,-994.333,175.061,4.7822,500,0,0,1919,1587,0,0,0,0),(13223,4127,1,1,1,2710,0,82.2374,-1478.04,91.7917,2.2793,275,20,0,328,0,1,0,0,0),(13222,4127,1,1,1,2710,0,-1205.3,-3649.5,94.8356,0.909598,275,20,0,328,0,1,0,0,0),(13221,4127,1,1,1,2710,0,-1217.84,-3571.1,93.8073,4.74558,275,20,0,328,0,1,0,0,0),(13220,4127,1,1,1,2710,0,-1275.13,-2021.93,94.0313,2.56206,275,20,0,328,0,1,0,0,0),(13219,4127,1,1,1,2710,0,817.35,-2893.1,91.7916,3.18628,275,20,0,328,0,1,0,0,0),(13218,4127,1,1,1,2710,0,565.375,-3084.23,93.1667,5.08237,275,20,0,328,0,1,0,0,0),(13217,4127,1,1,1,2710,0,752.075,-2919.17,94.4301,5.38362,275,20,0,328,0,1,0,0,0),(47050,8901,230,1,1,9290,1,1422.15,-375.493,-91.922,6.03884,300,0,0,711,0,0,0,0,0),(47049,8901,230,1,1,9289,1,1377.4,-487.763,-91.9488,3.19395,300,0,0,711,0,0,0,0,0),(47048,8901,230,1,1,9288,1,1391.24,-477.011,-91.9299,3.735,300,0,0,711,0,0,0,0,0),(47047,8901,230,1,1,9289,1,1379.92,-484.066,-91.9651,0.453786,300,0,0,711,0,0,0,0,0),(47046,8901,230,1,1,9290,1,1394.31,-493.644,-91.9296,0.296706,300,0,0,711,0,0,0,0,0),(47045,8901,230,1,1,8755,1,1400.04,-493.942,-91.9285,5.23599,300,0,0,711,0,0,0,0,0),(46994,8901,230,1,1,9290,1,1388.29,-472.503,-91.938,0.383972,300,0,0,711,0,0,0,0,0),(562,689,0,1,1,601,0,-11515.5,-855.115,69.0221,6.06282,300,3,0,1279,0,1,0,0,0),(15349,2348,0,1,1,8014,0,-1111.19,-961.218,59.3508,0.910866,300,10,0,787,0,1,0,0,0),(15350,2385,0,1,1,1056,0,-1077.51,-1009.13,55.4019,4.30724,300,5,0,840,0,1,0,0,0),(13216,4127,1,1,1,2710,0,1300.44,-3867.26,23.1729,2.34791,275,3,0,328,0,1,0,0,0),(13215,4127,1,1,1,2710,0,-339.063,-3714.37,27.3163,2.91703,275,20,0,328,0,1,0,0,0),(13214,4127,1,1,1,2710,0,-783.331,-3493.09,91.789,4.19417,275,20,0,328,0,1,0,0,0),(5314,9779,0,1,1,10814,0,-8177.82,-1297.7,131.622,1.71142,500,5,0,1013,0,1,0,0,0),(13213,4127,1,1,1,2710,0,-1252.15,-2247.36,95.0636,5.41014,275,20,0,328,0,1,0,0,0),(13212,4127,1,1,1,2710,0,376.213,-3184.68,91.8852,3.5221,275,3,0,328,0,1,0,0,0),(13211,4127,1,1,1,2710,0,862.623,-2845.98,94.7871,3.35006,275,20,0,328,0,1,0,0,0),(13210,4127,1,1,1,2710,0,725.939,-2654.46,91.7917,5.90742,275,20,0,328,0,1,0,0,0),(13209,4127,1,1,1,2710,0,156.6,-1657.99,91.9167,1.3531,275,20,0,328,0,1,0,0,0),(13208,4127,1,1,1,2710,0,-1211.6,-3410.92,91.8979,4.29398,275,20,0,328,0,1,0,0,0),(13207,4127,1,1,1,2710,0,-1454.43,-2873.57,94.9874,4.12387,275,20,0,328,0,1,0,0,0),(13206,4127,1,1,1,2710,0,435.631,-3116.38,92.9462,3.34058,275,20,0,328,0,1,0,0,0),(13205,4127,1,1,1,2710,0,953.017,-3021.55,91.7916,4.71448,275,20,0,328,0,1,0,0,0),(13204,4127,1,1,1,2710,0,675.502,-2687.36,93.7302,0.238815,275,20,0,328,0,1,0,0,0),(13203,4127,1,1,1,2710,0,-169.682,-1585.66,91.8784,2.92478,275,20,0,328,0,1,0,0,0),(13202,4127,1,1,1,2710,0,213.534,-1680.84,91.7917,2.0069,275,20,0,328,0,1,0,0,0),(13201,4127,1,1,1,2710,0,-284.576,-3727.71,27.552,1.90305,275,20,0,328,0,1,0,0,0),(13200,4127,1,1,1,2710,0,926.197,-2920.88,91.7917,1.49206,275,20,0,328,0,1,0,0,0),(13199,4127,1,1,1,2710,0,427.119,-3074.8,91.7917,4.79428,275,20,0,328,0,1,0,0,0),(13198,4127,1,1,1,2710,0,-218.237,-3741.27,28.9453,4.55159,275,20,0,328,0,1,0,0,0),(13197,4127,1,1,1,2710,0,1043.5,-3614.22,49.8898,0.190689,275,20,0,328,0,1,0,0,0),(13196,4127,1,1,1,2710,0,-1121.63,-1765.23,92.7848,1.7973,275,20,0,328,0,1,0,0,0),(13195,4127,1,1,1,2710,0,785.277,-2921.97,91.7916,5.70688,275,20,0,328,0,1,0,0,0),(13194,4127,1,1,1,2710,0,388.732,-3380.19,92.7932,6.06664,275,3,0,328,0,1,0,0,0),(13193,4127,1,1,1,2710,0,212.124,-1827.45,95.8954,4.12601,275,20,0,328,0,1,0,0,0),(13192,4127,1,1,1,2710,0,278.975,-1686.37,91.8328,2.86244,275,20,0,328,0,1,0,0,0),(13191,4127,1,1,1,2710,0,1097.96,-3807.25,28.1157,2.58286,275,20,0,328,0,1,0,0,0),(13190,4127,1,1,1,2710,0,-1424.16,-2869.49,92.936,2.91268,275,20,0,328,0,1,0,0,0),(13189,4127,1,1,1,2710,0,-1227.67,-2097.51,92.2898,0.816746,275,15,0,328,0,1,0,0,0),(13188,4127,1,1,1,2710,0,378.826,-3283.18,102.065,1.54151,275,3,0,328,0,1,0,0,0),(13187,4127,1,1,1,2710,0,783.177,-2817.77,92.0244,1.55734,275,20,0,328,0,1,0,0,0),(13186,4127,1,1,1,2710,0,-852.479,-1828.15,93.6669,4.28722,275,20,0,328,0,1,0,0,0),(13185,4127,1,1,1,2710,0,1025.49,-3689.71,29.8651,2.17212,275,20,0,328,0,1,0,0,0),(13184,4127,1,1,1,2710,0,350.189,-1923.54,93.0029,1.55718,275,20,0,328,0,1,0,0,0),(13183,4127,1,1,1,2710,0,-484.568,-1649.33,92.2822,5.91391,275,20,0,328,0,1,0,0,0),(13182,5406,1,1,1,2408,0,-2057.99,-3692.92,21.8427,3.89208,275,0,0,42,0,0,0,0,0),(13181,5403,1,1,1,2410,0,-2057.41,-3701.85,21.8427,0.820305,275,0,0,42,0,0,0,0,0),(13180,14874,1,1,1,14616,0,240.791,-2901.43,98.0385,5.77704,275,0,0,42,0,0,0,0,0),(13179,14873,1,1,1,14616,1,210.989,-3156.73,90.8194,0.895064,275,0,0,42,0,0,0,0,0),(13178,14872,1,1,1,14589,0,180.182,-2862.82,93.2346,4.49849,275,0,0,55,0,2,0,0,0),(13177,15384,1,1,1,11686,0,-988.422,-3835.92,8.23931,5.02655,275,0,0,4120,0,0,0,0,0),(13176,5911,1,1,1,4547,1,-2392.16,-1898.79,95.9604,0.244346,275,0,0,484,0,0,0,0,0),(13175,5908,1,1,1,4544,1,-1622.75,-1765.32,91.75,4.01426,275,0,0,484,0,0,0,0,0),(13174,5907,1,1,1,4543,1,268.899,-3055.15,97.1642,5.48952,275,0,0,328,0,2,0,0,0),(13173,3341,1,1,1,3844,1,-3589.96,-2027.71,91.7917,5.78916,275,0,0,417,0,2,0,0,0),(13172,5901,1,1,1,4538,1,-1345.12,-4047.61,5.97224,4.34587,275,0,0,1536,0,0,0,0,0),(13171,6668,1,1,1,5385,1,-4182.04,-2146.93,69.5093,0.279797,275,0,0,617,0,0,0,0,0),(13170,14859,1,1,1,14894,1,-532.145,-2988.94,93.5285,2.60054,275,0,0,3048,0,0,0,0,0),(13169,3339,1,1,1,19801,1,-1024.59,-3688.91,23.1962,2.26893,275,0,0,713,0,0,0,0,0),(13168,5899,1,1,1,4536,1,-3617.51,-1776.77,135.658,3.54302,275,0,0,544,581,0,0,0,0),(13167,3338,1,1,1,3850,1,-482.475,-2670.19,97.522,0.733038,600,0,0,61040,0,0,0,0,0),(13166,14857,1,1,1,14589,1,-29.1102,-2617.33,97.2083,5.59088,275,0,0,55,0,2,0,0,0),(13165,3337,1,1,1,3852,1,303.432,-3686.16,27.1502,5.09636,275,0,0,328,0,0,0,0,0),(13164,12296,1,1,1,14951,0,151.258,-3483.96,29.8975,0.705015,275,20,0,14,0,1,0,0,0),(13163,12296,1,1,1,14951,0,118.227,-3327.25,51.5959,3.40501,275,20,0,14,0,1,0,0,0),(8018,6546,1,1,1,5375,1,-4031.56,-3392.97,38.9974,2.1293,360,0,0,3059,6015,0,0,0,0),(8017,2914,1,1,1,2957,0,-3107.69,-3933.37,38.1539,4.41606,360,10,0,8,0,1,0,0,0),(8016,6145,1,1,1,4878,0,-4191.63,-4181.22,-9.1274,2.87467,360,5,0,8,0,1,0,0,0),(8015,2914,1,1,1,2957,0,-4487.84,-3886.27,35.2164,5.08854,360,10,0,8,0,1,0,0,0),(8014,6145,1,1,1,4878,0,-2485.54,-3940.06,-2.42383,2.3161,360,5,0,8,0,1,0,0,0),(7896,2616,1,1,1,1926,1,-3896.16,-4588.84,9.22015,3.89208,360,0,0,1981,0,0,0,0,0),(7895,4968,1,1,1,2970,1,-3749.69,-4454.15,64.9879,1.15777,43200,0,0,5907158,746240,0,0,0,0),(7894,4374,1,1,1,2423,0,-2749.06,-4614.49,-14.6502,2.33693,1200,10,0,8883,0,1,0,0,0),(7893,4370,1,1,1,11266,1,-2809.82,-4993.07,56.7292,2.10787,1200,0,0,7326,4868,0,0,0,0),(7892,4368,1,1,1,11258,1,-2717.16,-5021.07,22.5459,1.69876,1200,0,0,9156,0,0,0,0,0),(561,689,0,1,1,601,0,-11417,-750.643,77.8559,5.59195,300,5,0,1279,0,1,0,0,0),(560,689,0,1,1,601,0,-11418.8,-804.184,88.9124,1.70921,300,5,0,1279,0,1,0,0,0),(559,689,0,1,1,601,0,-11613,-889.063,68.5383,5.49755,300,2,0,1279,0,1,0,0,0),(83350,14849,530,1,1,21669,0,-2241.51,5209.69,-9.97863,1.91645,180,0,0,699,0,2,0,0,0),(83349,14833,530,1,1,14875,0,-2294.49,5256.95,-9.89211,0.20944,180,0,0,2614,0,0,0,0,0),(70027,14868,530,1,1,14937,0,-2314.61,5221.66,-9.89525,0.383972,180,0,0,156,0,0,0,0,0),(46992,8901,230,1,1,8755,1,1387.1,-476.032,-91.9387,5.39307,300,0,0,711,0,0,0,0,0),(558,689,0,1,1,601,0,-11443.7,-841.505,74.9564,3.82609,300,5,0,1279,0,1,0,0,0),(13162,12296,1,1,1,14951,0,228.128,-3213,78.0607,2.97869,275,0,0,14,0,2,0,0,0),(13161,12296,1,1,1,14951,0,141.301,-2879.71,92.2847,2.41835,275,20,0,14,0,1,0,0,0),(15348,2368,0,1,1,4763,1,-1457.81,-1084.31,8.63779,3.24631,300,0,0,896,0,0,0,0,0),(5313,9779,0,1,1,10814,0,-8162.97,-1277.35,131.622,0.436014,500,5,0,1013,0,1,0,0,0),(5312,9779,0,1,1,10814,0,-8149.67,-1292.55,131.622,1.99659,500,5,0,1013,0,1,0,0,0),(557,689,0,1,1,601,0,-11578.9,-920.47,68.8936,6.28123,300,2,0,1279,0,1,0,0,0),(13160,12296,1,1,1,14951,0,-20.3283,-2874.87,91.7916,4.96876,275,20,0,14,0,1,0,0,0),(5311,9778,0,1,1,10817,0,-8169.3,-1307.83,131.636,4.05311,500,5,0,810,2041,1,0,0,0),(48764,10485,289,1,1,7550,0,206.582,85.9061,104.327,3.7241,86400,3,0,2088,0,1,0,0,0),(13159,12296,1,1,1,14951,0,-880.562,-2313.22,91.7502,2.42601,275,0,0,14,0,0,0,0,0),(13158,12296,1,1,1,14951,0,-814.521,-2514.7,94.5681,3.86912,275,20,0,14,0,1,0,0,0),(46991,8901,230,1,1,9289,1,1392.41,-473.066,-91.9285,1.62316,300,0,0,711,0,0,0,0,0),(54722,11790,349,1,1,11345,1,601.067,-402.522,-51.936,2.6529,86400,0,0,4953,0,0,0,0,0),(54721,11792,349,1,1,2021,1,665.035,-340.498,-52.4856,0.919615,86400,5,0,4953,0,1,0,0,0),(13157,12296,1,1,1,14951,0,-484.997,-2440.04,93.5729,1.74366,275,20,0,14,0,1,0,0,0),(13156,12296,1,1,1,14951,0,-0.713121,-3277.15,91.8039,0.836425,275,20,0,14,0,1,0,0,0),(13155,12296,1,1,1,14951,0,-952.037,-2775.86,93.3972,1.48668,275,20,0,14,0,1,0,0,0),(13154,12296,1,1,1,14951,0,-1002.28,-2949.58,92.9167,0.041183,275,20,0,14,0,1,0,0,0),(13153,12296,1,1,1,14951,0,-781.887,-2959.77,94.1294,4.46964,275,20,0,14,0,1,0,0,0),(13152,12296,1,1,1,14951,0,-384.217,-2319.49,95.8697,2.54818,275,0,0,14,0,0,0,0,0),(13151,12296,1,1,1,14951,0,-492.237,-2444.31,93.5025,2.46134,275,20,0,14,0,1,0,0,0),(13150,12296,1,1,1,14951,0,-803.19,-2491.33,92.1717,5.1935,275,0,0,14,0,0,0,0,0),(13149,12296,1,1,1,14951,0,-200.733,-2792.22,93.801,3.59973,275,20,0,14,0,1,0,0,0),(13148,12296,1,1,1,14951,0,-555.262,-2899.86,92.1657,1.45323,275,20,0,14,0,1,0,0,0),(13147,12296,1,1,1,14951,0,-683.209,-3197.04,93.1298,0.252554,275,20,0,14,0,1,0,0,0),(13146,12296,1,1,1,14951,0,574.142,-2483.52,95.8737,6.26655,275,20,0,14,0,1,0,0,0),(13145,12296,1,1,1,14951,0,297.827,-2547.03,91.7917,3.33394,275,20,0,14,0,1,0,0,0),(13144,12296,1,1,1,14951,0,-770.23,-3489.79,92.4315,3.41641,275,20,0,14,0,1,0,0,0),(13143,12296,1,1,1,14951,0,616.046,-1991.18,93.3509,4.78467,275,20,0,14,0,1,0,0,0),(13142,12296,1,1,1,14951,0,-730.274,-3298.76,96.2657,0.705238,275,20,0,14,0,1,0,0,0),(13141,12296,1,1,1,14951,0,-19.5105,-2139.65,93.4409,3.76451,275,20,0,14,0,1,0,0,0),(13140,12296,1,1,1,14951,0,711.115,-2949.51,94.8996,5.81954,275,20,0,14,0,1,0,0,0),(13139,12296,1,1,1,14951,0,-227.462,-2368.57,92.8337,0.673215,275,20,0,14,0,1,0,0,0),(13138,12296,1,1,1,14951,0,-1044.52,-1809.25,91.8003,0.659114,275,20,0,14,0,1,0,0,0),(13137,12296,1,1,1,14951,0,751.815,-2688.48,92.1101,4.70397,275,20,0,14,0,1,0,0,0),(13136,12296,1,1,1,14951,0,-852.224,-2318.1,93.2945,3.58777,275,0,0,14,0,0,0,0,0),(13135,12296,1,1,1,14951,0,-287.367,-1762.14,92.418,1.62358,275,20,0,14,0,1,0,0,0),(13134,12296,1,1,1,14951,0,-482.937,-3450.76,92.7981,4.68747,275,20,0,14,0,1,0,0,0),(13133,12296,1,1,1,14951,0,215.654,-1512.44,91.995,1.11701,275,0,0,14,0,0,0,0,0),(13132,12296,1,1,1,14951,0,423.04,-1888.46,93.2928,5.89036,275,20,0,14,0,1,0,0,0),(13131,12296,1,1,1,14951,0,-166.768,-2273.45,92.2056,3.65856,275,20,0,14,0,1,0,0,0),(13130,12296,1,1,1,14951,0,388.409,-3117.62,91.7919,3.13335,275,20,0,14,0,1,0,0,0),(13129,12296,1,1,1,14951,0,358.173,-2724.31,94.3818,2.37155,275,20,0,14,0,1,0,0,0),(13128,12296,1,1,1,14951,0,490.491,-3113.94,94.4204,2.99569,275,20,0,14,0,1,0,0,0),(13127,12296,1,1,1,14951,0,277.451,-1856.28,91.9167,4.09178,275,20,0,14,0,1,0,0,0),(13126,12296,1,1,1,14951,0,898.401,-2917.14,92.2547,3.14941,275,20,0,14,0,1,0,0,0),(13125,12296,1,1,1,14951,0,78.9691,-1581.7,94.5038,2.53073,275,0,0,14,0,0,0,0,0),(13124,12296,1,1,1,14951,0,386.961,-3189.06,91.7055,3.39076,275,15,0,14,0,1,0,0,0),(13123,12296,1,1,1,14951,0,786.244,-2830.19,91.7917,4.49704,275,20,0,14,0,1,0,0,0),(13122,12296,1,1,1,14951,0,-891.549,-3257.78,93.0416,4.04977,275,20,0,14,0,1,0,0,0),(13121,12296,1,1,1,14951,0,-287.931,-3486.74,93.0438,4.86147,275,20,0,14,0,1,0,0,0),(13120,12296,1,1,1,14951,0,40.7164,-2462.06,92.4958,1.52754,275,0,0,14,0,2,0,0,0),(13119,12296,1,1,1,14951,0,-668.229,-1907.38,91.9167,2.42999,275,20,0,14,0,1,0,0,0),(13118,12296,1,1,1,14951,0,-1020.34,-3146.37,91.7917,2.91483,275,20,0,14,0,1,0,0,0),(13117,12296,1,1,1,14951,0,-188.935,-1981.7,93.2949,1.72344,275,20,0,14,0,1,0,0,0),(13116,12296,1,1,1,14951,0,207.06,-2792.86,92.5197,1.59895,275,20,0,14,0,1,0,0,0),(13115,12296,1,1,1,14951,0,-411.537,-2046.71,91.7917,0.502608,275,20,0,14,0,1,0,0,0),(13114,12296,1,1,1,14951,0,647.393,-2686.95,95.296,5.90438,275,20,0,14,0,1,0,0,0),(13113,12296,1,1,1,14951,0,731.682,-2496.07,91.8909,3.78628,275,20,0,14,0,1,0,0,0),(13112,12296,1,1,1,14951,0,207.635,-3221.62,76.2662,3.87282,275,20,0,14,0,1,0,0,0),(13111,12296,1,1,1,14951,0,231.333,-2619.72,92.0426,3.30835,275,20,0,14,0,1,0,0,0),(13110,12296,1,1,1,14951,0,-412.769,-2916.86,93.2666,6.25,275,20,0,14,0,1,0,0,0),(13109,12296,1,1,1,14951,0,130.578,-2890.14,92.3712,5.98752,275,0,0,14,0,2,0,0,0),(13108,12296,1,1,1,14951,0,-122.425,-1549.66,91.7917,5.9045,275,20,0,14,0,1,0,0,0),(13107,12296,1,1,1,14951,0,-820.8,-1708.22,93.966,2.63149,275,20,0,14,0,1,0,0,0),(13106,12296,1,1,1,14951,0,413.53,-3373.89,91.9167,5.00291,275,20,0,14,0,1,0,0,0),(13105,12296,1,1,1,14951,0,580.354,-1715.06,91.9904,3.61283,275,0,0,14,0,0,0,0,0),(13104,12296,1,1,1,14951,0,632.261,-2252.25,92,3.09521,275,20,0,14,0,1,0,0,0),(13103,12296,1,1,1,14951,0,-990.866,-2560.16,92.4236,2.92504,275,20,0,14,0,1,0,0,0),(13102,12296,1,1,1,14951,0,228.093,-1680.61,92.142,6.24804,275,20,0,14,0,1,0,0,0),(48763,10485,289,1,1,7550,0,211.313,88.8732,104.327,3.96787,86400,3,0,2088,0,1,0,0,0),(48762,10485,289,1,1,7550,0,215.633,79.811,104.798,6.26976,86400,3,0,2088,0,1,0,0,0),(48761,10495,289,1,1,519,0,220.372,73.5207,104.798,5.64305,86400,3,0,8613,0,1,0,0,0),(48760,10481,289,1,1,10975,0,222.002,82.2615,104.798,1.62244,86400,3,0,1436,0,1,0,0,0),(15347,2386,0,1,1,3705,1,-889.39,-580.6,7.18159,5.40061,300,3,0,2310,0,1,0,0,0),(13101,12296,1,1,1,14951,0,4.2843,-2322.3,92.2618,4.40534,275,20,0,14,0,1,0,0,0),(52053,12129,249,3,1,0,1,-203.672,-208.228,-69.1446,0.973074,6300,5,0,213640,0,1,0,0,0),(13100,9990,1,1,1,9574,1,-290.488,-1913.03,91.7916,4.24696,275,0,0,86,0,0,0,0,0),(13099,4099,1,1,1,9415,1,-4913.14,-2264.11,-70.1497,2.27025,275,5,0,787,0,1,0,0,0),(13098,4099,1,1,1,9415,1,-4889.61,-2355.93,-55.0498,3.19425,275,5,0,787,0,1,0,0,0),(13097,4099,1,1,1,9415,1,-4926.5,-2368.05,-50.981,0.133784,275,5,0,787,0,1,0,0,0),(47582,10204,530,1,1,0,0,2301.16,6037,142.485,2.33031,6300,0,0,369000,0,0,0,0,0),(13096,4099,1,1,1,9415,1,-4881.34,-2353.11,-55.0591,2.24497,275,5,0,787,0,1,0,0,0),(48586,10485,289,1,1,7550,0,214.38,73.1017,104.798,1.15192,86400,3,0,2088,0,1,0,0,0),(48585,10495,289,1,1,519,0,180.356,102.901,104.798,0.181816,86400,3,0,8613,0,1,0,0,0),(48575,10485,289,1,1,9786,0,187.086,92.537,104.767,3.50555,86400,3,0,2088,0,1,0,0,0),(48570,10485,289,1,1,7550,0,179.126,94.6681,104.8,0.762391,86400,3,0,2088,0,1,0,0,0),(48563,10495,289,1,1,519,0,187.034,86.5012,104.798,1.70667,86400,3,0,8613,0,1,0,0,0),(5310,9778,0,1,1,10817,0,-8163.3,-1294,131.622,3.3223,500,5,0,810,2041,1,0,0,0),(48548,10481,289,1,1,10975,0,191.688,90.8574,104.327,5.79797,86400,3,0,1436,0,1,0,0,0),(48479,10485,289,1,1,9786,0,191.343,83.4603,104.327,2.59332,86400,3,0,2088,0,1,0,0,0),(13095,4099,1,1,1,9415,1,-4874.19,-2323.64,-54.8132,4.02008,275,5,0,787,0,1,0,0,0),(5309,9776,0,1,1,10815,0,-7933.67,-2579.61,213.555,4.05599,500,5,0,917,0,1,0,0,0),(48478,10481,289,1,1,10975,0,179.384,83.667,104.8,1.40979,86400,3,0,1436,0,1,0,0,0),(13094,4099,1,1,1,9415,1,-4897.38,-2300.09,-59.5308,4.68063,275,5,0,787,0,1,0,0,0),(48477,10495,289,1,1,519,0,204.191,73.0652,104.798,5.23599,86400,3,0,8613,0,1,0,0,0),(13093,14850,1,1,1,14589,0,-537.488,-2986.61,92.9323,2.40044,275,0,0,42,0,0,0,0,0),(13092,12034,1,1,1,5233,0,-390.928,-2182.54,158.68,3.36848,275,0,0,4120,0,0,0,0,0),(13091,6145,1,1,1,4878,0,-1113.12,-3850.49,-27.7106,3.32077,275,5,0,8,0,1,0,0,0),(48476,10481,289,1,1,10975,0,197.559,79.5891,104.327,1.99957,86400,3,0,1436,0,1,0,0,0),(48470,10485,289,1,1,9786,0,198.144,73.889,104.666,0.058792,86400,3,0,2088,0,1,0,0,0),(48469,11551,289,1,1,11178,0,209.233,73.2819,104.798,3.4958,86400,0,0,8613,0,2,0,0,0),(48468,10475,289,1,1,11161,1,109.245,68.8032,98.9383,5.8294,86400,0,0,17226,0,0,0,0,0),(7891,4364,1,1,1,9135,1,-2562.5,-4901.34,31.6963,4.55558,1200,5,0,8883,0,1,0,0,0),(13090,6145,1,1,1,4878,0,-981.84,-3952.1,-44.8364,3.20661,275,5,0,8,0,1,0,0,0),(48467,10475,289,1,1,11135,1,97.1261,97.5603,97.8059,5.044,86400,0,0,17226,0,0,0,0,0),(15346,2386,0,1,1,3708,1,-842.243,-636.948,15.2535,2.09648,300,10,0,2310,0,1,0,0,0),(5308,9776,0,1,1,10815,0,-7941.22,-2587.76,213.555,2.57303,500,5,0,917,0,1,0,0,0),(13089,6145,1,1,1,4878,0,-1792.83,-3840.65,-5.60623,1.05471,275,5,0,8,0,1,0,0,0),(48466,10475,289,1,1,11136,1,110.322,84.9862,99.9234,0.453786,86400,0,0,17226,0,0,0,0,0),(48465,10475,289,1,1,11135,1,97.9246,75.0885,97.9626,3.40339,86400,0,0,17226,0,0,0,0,0),(30396,6206,90,1,1,830,1,-499.676,43.3165,-156.403,1.44862,86400,3,0,2272,0,1,0,0,0),(135695,16525,532,1,1,16241,0,-11217.7,-1830.98,224.027,5.51524,604800,0,0,30160,0,0,0,0,0),(48464,10475,289,1,1,11161,1,136.103,87.3239,102.13,3.94444,86400,0,0,17226,0,0,0,0,0),(47471,25851,580,1,1,0,0,1878.35,647.893,32.1155,1.22173,604800,0,0,8042,3231,0,0,0,0),(48463,10475,289,1,1,11135,1,111.239,64.8379,99.035,1.46608,86400,0,0,17226,0,0,0,0,0),(48462,10475,289,1,1,11134,1,123.59,79.7615,101.698,0.383972,86400,0,0,17226,0,0,0,0,0),(48461,10475,289,1,1,11135,1,103.822,106.933,98.6173,0.558505,86400,0,0,17226,0,0,0,0,0),(13088,6145,1,1,1,4878,0,-1397.8,-4039.25,-4.3446,0.470641,275,5,0,8,0,1,0,0,0),(13087,6145,1,1,1,4878,0,-1149.55,-3982.92,-59.4034,1.90392,275,5,0,8,0,1,0,0,0),(137879,9818,229,1,1,0,1,217.2,-259.564,82.1871,6.26573,7200,0,0,1,0,0,0,0,0),(137880,9818,229,1,1,0,1,223.704,-297.484,77.0515,5.46288,7200,0,0,1,0,0,0,0,0),(137943,9817,229,1,1,0,1,234.324,-306.764,77.0605,2.44346,7200,0,0,1,0,0,0,0,0),(137942,9817,229,1,1,0,1,232.84,-297.491,77.0546,4.08407,7200,0,0,1,0,0,0,0,0),(137941,9817,229,1,1,0,1,225.861,-266.147,82.0873,3.30034,7200,0,0,1,0,0,0,0,0),(137940,9817,229,1,1,0,1,221.518,-258.424,82.1293,3.04174,7200,0,0,1,0,0,0,0,0),(137939,9817,229,1,1,0,1,215.519,-337.733,76.9524,3.10669,7200,0,0,1,0,0,0,0,0),(137938,9817,229,1,1,0,1,190.633,-263.959,77.0332,0.959931,7200,0,0,1,0,0,0,0,0),(137937,9817,229,1,1,0,1,177.831,-367.561,116.926,1.15192,7200,0,0,1,0,0,0,0,0),(137936,9817,229,1,1,0,1,169.916,-367.141,116.926,1.13446,7200,0,0,1,0,0,0,0,0),(137935,9817,229,1,1,0,1,163.503,-247.514,111.026,2.0944,7200,0,0,1,0,0,0,0,0),(137934,9817,229,1,1,0,1,159.043,-288.596,71.0319,3.64774,7200,0,0,1,0,0,0,0,0),(137933,9817,229,1,1,0,1,156.027,-256.98,110.873,0.802851,7200,0,0,1,0,2,0,0,0),(137898,9819,229,1,1,0,1,157.88,-359.291,71.0256,1.53589,7200,0,0,1,0,0,0,0,0),(137894,9819,229,1,1,0,1,151.986,-343.381,110.952,1.20428,7200,0,0,1,0,2,0,0,0),(137895,9819,229,1,1,0,1,149.248,-249.037,110.908,4.86947,7200,0,0,1,0,0,0,0,0),(137896,9819,229,1,1,0,1,150.514,-354.058,71.0197,5.21853,7200,0,0,1,0,0,0,0,0),(137897,9819,229,1,1,0,1,157.249,-291.752,71.0334,1.69297,7200,0,0,1,0,0,0,0,0),(137818,9096,229,1,1,0,1,100.743,-246.005,106.519,2.6529,7200,0,0,1,0,0,0,0,0),(137819,9096,229,1,1,0,1,101.678,-237.667,106.519,3.54302,7200,0,0,1,0,0,0,0,0),(137847,10083,229,1,1,0,1,81.0064,-284.353,91.5332,5.95157,7200,7,0,1,0,1,0,0,0),(137848,10366,229,1,1,0,1,11.3329,-492.122,111.023,0.733038,7200,0,0,1,0,0,0,0,0),(137849,10366,229,1,1,0,1,137.109,-474.652,116.842,0.0125515,7200,0,0,1,0,2,0,0,0),(137850,10366,229,1,1,0,1,27.6827,-426.067,111.009,5.48033,7200,0,0,1,0,0,0,0,0),(137851,10366,229,1,1,0,1,31.2498,-497.101,111.035,1.27409,7200,0,0,1,0,0,0,0,0),(137901,9819,229,1,1,0,1,161.471,-314.998,111.022,3.19395,7200,0,0,1,0,0,0,0,0),(137900,9819,229,1,1,0,1,161.448,-317.886,111.023,3.1765,7200,0,0,1,0,0,0,0,0),(137899,9819,229,1,1,0,1,159.269,-245.613,111.026,6.23083,7200,0,0,1,0,0,0,0,0),(137878,9818,229,1,1,0,1,212.137,-339.792,76.9863,1.15192,7200,0,0,1,0,0,0,0,0),(137877,9818,229,1,1,0,1,188.856,-258.877,77.0358,6.07375,7200,0,0,1,0,0,0,0,0),(137876,9818,229,1,1,0,1,179.995,-365.894,116.926,3.19395,7200,0,0,1,0,0,0,0,0),(137875,9818,229,1,1,0,1,170.606,-362.353,116.924,4.86947,7200,0,0,1,0,0,0,0,0),(137873,9818,229,1,1,0,1,156.815,-283.34,71.0354,1.98968,7200,0,0,1,0,0,0,0,0),(137874,9818,229,1,1,0,1,162.63,-243.073,111.034,4.32842,7200,0,0,1,0,0,0,0,0),(137931,9817,229,1,1,0,1,154.429,-289.456,71.0298,6.17847,7200,0,0,1,0,0,0,0,0),(137930,9817,229,1,1,0,1,125.033,-346.358,71.0462,1.6057,7200,0,0,1,0,0,0,0,0),(137929,9817,229,1,1,0,1,122.052,-293.157,71.0618,5.49779,7200,0,0,1,0,0,0,0,0),(137928,9817,229,1,1,0,1,119.028,-340.441,71.046,0.0349066,7200,0,0,1,0,0,0,0,0),(137927,16048,229,1,1,11686,0,50.1154,-534.537,111.32,6.16101,7200,0,0,57,0,0,0,0,0),(137926,10316,229,1,1,0,1,162.46,-258.961,91.6177,3.08923,7200,0,0,1,0,0,0,0,0),(137924,10316,229,1,1,0,1,162.216,-240.971,91.6895,3.89208,7200,0,0,1,0,0,0,0,0),(137925,10316,229,1,1,0,1,162.327,-276.759,91.6961,2.32129,7200,0,0,1,0,0,0,0,0),(137945,9817,229,1,1,0,1,93.9204,-417.965,111.006,2.79253,7200,0,0,1,0,0,0,0,0),(13086,6145,1,1,1,4878,0,-878.792,-3997.69,-42.3498,1.87903,275,5,0,8,0,1,0,0,0),(48460,10475,289,1,1,11161,1,94.8988,73.5054,97.7763,0.872665,86400,0,0,17226,0,0,0,0,0),(48459,10475,289,1,1,11161,1,110.053,98.8023,99.7995,1.64061,86400,0,0,17226,0,0,0,0,0),(13085,4097,1,1,1,9416,1,-4890.35,-2293.54,-59.587,1.73335,275,5,0,586,693,1,0,0,0),(46990,8901,230,1,1,9290,1,1397.72,-490.442,-91.9295,5.18363,300,0,0,711,0,0,0,0,0),(137944,9817,229,1,1,0,1,85.6391,-366.95,116.926,0.802851,7200,0,0,1,0,0,0,0,0),(137923,10316,229,1,1,0,1,144.283,-240.994,91.6227,4.72984,7200,0,0,1,0,0,0,0,0),(137922,10316,229,1,1,0,1,126.508,-240.895,91.6215,5.53269,7200,0,0,1,0,0,0,0,0),(137921,10316,229,1,1,0,1,126.447,-276.597,91.6376,0.820305,7200,0,0,1,0,0,0,0,0),(137920,10316,229,1,1,0,1,126.307,-258.625,91.6371,0.0349066,7200,0,0,1,0,0,0,0,0),(137918,9819,229,1,1,0,1,106.929,-367.276,116.926,2.30383,7200,0,0,1,0,0,0,0,0),(137919,10740,229,1,1,0,0,70.5436,-420.443,110.847,0.750492,7200,0,0,1,0,0,0,0,0),(137917,9819,229,1,1,0,1,92.1094,-415.175,111.006,4.59022,7200,0,0,1,0,0,0,0,0),(13084,6145,1,1,1,4878,0,-2046.64,-3815.71,-7.00129,1.25541,275,5,0,8,0,1,0,0,0),(46979,8901,230,1,1,9289,1,1380.52,-486.215,-91.9691,1.91986,300,0,0,711,0,0,0,0,0),(46978,8901,230,1,1,8755,1,1414.05,-462.921,-91.9273,3.52556,300,0,0,711,0,0,0,0,0),(46977,8901,230,1,1,8755,1,1433.52,-476.816,-91.9285,2.84489,300,0,0,711,0,0,0,0,0),(46970,8901,230,1,1,9288,1,1411.6,-458.339,-91.926,0.191986,300,0,0,711,0,0,0,0,0),(46969,8901,230,1,1,8755,1,1435.07,-479.063,-91.9285,0.349066,300,0,0,711,0,0,0,0,0),(46967,8901,230,1,1,9288,1,1429.66,-460.304,-91.9356,4.97419,300,0,0,711,0,0,0,0,0),(46966,8901,230,1,1,9288,1,1410.2,-479.192,-91.9359,5.72468,300,0,0,711,0,0,0,0,0),(46965,8901,230,1,1,9288,1,1415.55,-458.489,-91.9244,1.8326,300,0,0,711,0,0,0,0,0),(46963,8901,230,1,1,9289,1,1431.05,-463.523,-91.935,2.11185,300,0,0,711,0,0,0,0,0),(46962,8901,230,1,1,8755,1,1432.38,-482.364,-91.9285,5.41052,300,0,0,711,0,0,0,0,0),(46960,8901,230,1,1,9289,1,1413.19,-483.049,-91.9285,0.506145,300,0,0,711,0,0,0,0,0),(46896,8901,230,1,1,9288,1,1348.78,-543.973,-91.9493,0.226893,300,0,0,711,0,0,0,0,0),(46895,8901,230,1,1,9290,1,1363.66,-538.363,-91.9332,0.069813,300,0,0,711,0,0,0,0,0),(46893,8901,230,1,1,9289,1,1345.51,-540.331,-91.9502,3.01942,300,0,0,711,0,0,0,0,0),(46892,8901,230,1,1,9290,1,1362.16,-515.5,-91.94,1.8675,300,0,0,711,0,0,0,0,0),(46856,8901,230,1,1,9290,1,1349.19,-540.453,-91.9392,4.32842,300,0,0,711,0,0,0,0,0),(46745,8901,230,1,1,9289,1,1365.7,-510.821,-91.9553,3.05433,300,0,0,711,0,0,0,0,0),(46744,8901,230,1,1,9288,1,1363.27,-510.026,-91.9488,3.83972,300,0,0,711,0,0,0,0,0),(46743,8901,230,1,1,9288,1,1359.07,-514.234,-91.9337,0.418879,300,0,0,711,0,0,0,0,0),(46742,8901,230,1,1,9290,1,1363.42,-535.53,-91.9285,1.37881,300,0,0,711,0,0,0,0,0),(46741,8901,230,1,1,9290,1,1360.5,-537.29,-91.9301,1.16937,300,0,0,711,0,0,0,0,0),(46740,8901,230,1,1,9288,1,1312.92,-509.111,-91.9579,0.663225,300,0,0,711,0,0,0,0,0),(46739,8901,230,1,1,9290,1,1330.17,-522.761,-91.9542,5.35816,300,0,0,711,0,0,0,0,0),(46738,8901,230,1,1,9289,1,1311.32,-524.999,-91.963,2.25148,300,0,0,711,0,0,0,0,0),(13083,4097,1,1,1,9416,1,-4875.31,-2334.52,-53.3456,1.83979,275,5,0,586,693,1,0,0,0),(13082,6145,1,1,1,4878,0,-1945.04,-3793,-6.01435,4.47599,275,5,0,8,0,1,0,0,0),(13081,3124,1,1,1,2485,0,-311.728,-4383.49,55.4956,4.99568,200,10,0,71,0,1,0,0,0),(13080,3101,1,1,1,1185,1,-252.915,-4381.57,62.5709,1.92834,200,10,0,69,79,1,0,0,0),(13079,3124,1,1,1,2485,0,-283.734,-4353.08,54.2889,2.46091,200,10,0,71,0,1,0,0,0),(13078,3124,1,1,1,2485,0,-284.146,-4386.08,57.6236,4.70264,200,10,0,71,0,1,0,0,0),(13077,3098,1,1,1,503,0,-349.288,-4184.41,59.1999,0.802851,120,10,0,42,0,1,0,0,0),(13076,3101,1,1,1,1185,1,-213.201,-4382.11,63.6607,0.564076,200,10,0,69,79,1,0,0,0),(137916,9819,229,1,1,0,1,90.0266,-367.406,117.518,2.51327,7200,0,0,1,0,0,0,0,0),(13075,3124,1,1,1,2485,0,-354.449,-4152.44,53.0701,5.65346,200,10,0,71,0,1,0,0,0),(5307,9776,0,1,1,10815,0,-7923.15,-2570.37,213.531,1.81775,500,5,0,917,0,1,0,0,0),(5306,9777,0,1,1,10816,0,-7952.52,-2605.25,212.738,2.82641,500,5,0,917,0,1,0,0,0),(13074,3124,1,1,1,2485,0,-379.151,-4149.79,52.1301,3.63162,200,10,0,71,0,1,0,0,0),(48458,10480,289,1,1,10978,0,230.05,-9.94596,85.3117,5.84685,86400,0,0,3876,0,0,0,0,0),(13073,3101,1,1,1,1185,1,-198.088,-4333.76,68.3462,5.83675,200,10,0,69,79,1,0,0,0),(48457,10480,289,1,1,10972,0,259.328,-5.06033,84.9242,2.96706,86400,0,0,3876,0,0,0,0,0),(5305,9777,0,1,1,10816,0,-7948.33,-2597.33,213.555,0.120314,500,5,0,917,0,1,0,0,0),(5304,7032,0,1,1,5781,0,-7988.23,-1891.53,129.745,2.91287,500,5,0,2875,0,1,0,0,0),(5302,7032,0,1,1,5781,0,-7880.42,-1470.08,141.189,3.44607,500,5,0,2875,0,1,0,0,0),(5301,7048,0,1,1,400,0,-7539.65,-1809.49,231.164,4.9872,500,5,0,2232,4765,1,0,0,0),(5300,9694,0,1,1,11420,0,-8199.68,-2068.04,146.506,0.475011,500,5,0,3189,0,1,0,0,0),(5299,7048,0,1,1,400,0,-7984,-1465.4,134.545,5.95088,500,5,0,2232,4765,1,0,0,0),(46850,17814,560,3,1,17959,1,2323,883.376,57.6724,1.13254,86400,0,0,17151,0,0,0,0,0),(46842,17814,560,3,1,17959,1,2327.93,880.303,57.6718,1.21893,86400,0,0,17151,0,0,0,0,0),(13072,3124,1,1,1,2485,0,-425.434,-4150.13,52.0528,3.52404,200,10,0,71,0,1,0,0,0),(13071,3124,1,1,1,2485,0,-448.941,-4118.7,51.1081,6.04742,200,10,0,71,0,1,0,0,0),(13070,3101,1,1,1,1185,1,-211.553,-4351.95,64.4947,5.57668,200,10,0,69,79,1,0,0,0),(13069,3124,1,1,1,2485,0,-457.278,-4156.35,47.5627,4.24282,200,5,0,71,0,1,0,0,0),(13068,3102,1,1,1,850,0,-155.104,-4357.65,66.8764,2.73135,200,3,0,71,0,1,0,0,0),(13067,3101,1,1,1,1185,1,-166.438,-4320.16,71.1002,0.3446,200,5,0,69,79,1,0,0,0),(13066,3102,1,1,1,850,0,-142.261,-4370.21,66.9266,3.31496,200,3,0,71,0,1,0,0,0),(13065,3101,1,1,1,1185,1,-176.948,-4360.68,68.4505,1.53969,200,5,0,69,79,1,0,0,0),(13064,3101,1,1,1,1185,1,-132.968,-4349.6,67.1474,2.61551,200,3,0,69,79,1,0,0,0),(13063,3101,1,1,1,1185,1,-195.434,-4376.55,66.5687,1.37608,200,10,0,69,79,1,0,0,0),(13062,3101,1,1,1,1185,1,-127.627,-4337.51,64.192,3.49807,200,3,0,69,79,1,0,0,0),(13061,3102,1,1,1,850,0,-114.123,-4328.78,66.0343,0.207349,200,3,0,71,0,1,0,0,0),(13060,3101,1,1,1,1185,1,-86.673,-4328.19,65.8605,3.87065,200,3,0,69,79,1,0,0,0),(13059,3101,1,1,1,1185,1,-200.79,-4295.73,64.2941,2.58129,200,10,0,69,79,1,0,0,0),(13058,3101,1,1,1,1185,1,-49.3166,-4222.96,62.2687,2.78015,200,3,0,69,79,1,0,0,0),(13057,3101,1,1,1,1185,1,-207.922,-4309.4,63.9191,0.825043,200,10,0,69,79,1,0,0,0),(13056,3101,1,1,1,1185,1,-244.718,-4342.81,62.7066,3.59214,200,10,0,69,79,1,0,0,0),(13055,3101,1,1,1,1185,1,-253.593,-4316.13,56.0352,4.1604,200,5,0,69,79,1,0,0,0),(13054,3101,1,1,1,1185,1,-246.558,-4279.26,61.6414,0.255442,200,10,0,69,79,1,0,0,0),(13053,3124,1,1,1,2485,0,-287.857,-4286.79,60.4528,5.24688,200,5,0,71,0,1,0,0,0),(13052,3124,1,1,1,2485,0,-379.617,-4088.91,49.3236,4.62413,200,10,0,71,0,1,0,0,0),(15345,2356,0,1,1,3201,0,-913.083,-62.5935,20.6685,1.84806,300,10,0,944,0,1,0,0,0),(13051,3102,1,1,1,850,0,-29.4838,-4265.14,66.5683,5.17441,200,3,0,71,0,1,0,0,0),(43598,24222,530,1,1,0,0,-965.405,7976.56,32.7939,1.14893,600,0,0,4979,0,2,0,0,0),(48436,10481,289,1,1,10976,0,233.743,-4.85362,84.9242,4.18879,86400,0,0,1436,0,0,0,0,0),(13049,3124,1,1,1,2485,0,-386.839,-4051.39,51.8339,-1.09711,200,10,0,71,0,1,0,0,0),(13048,3124,1,1,1,2485,0,-355.606,-4075.84,51.8144,2.16719,200,5,0,71,0,1,0,0,0),(13047,3098,1,1,1,503,0,-519.185,-4314.91,39.3783,1.54976,120,5,0,42,0,1,0,0,0),(13046,3207,1,1,1,4080,1,-1118.81,-5485.68,7.90532,3.88268,300,10,0,148,165,1,0,0,0),(13045,3206,1,1,1,4077,1,-1251.9,-5508.89,5.85606,3.98105,300,0,0,148,165,0,0,0,0),(13044,3124,1,1,1,2485,0,-279.493,-4214.26,55.2843,5.68814,200,10,0,71,0,1,0,0,0),(13043,3102,1,1,1,850,0,-44.0381,-4332.91,68.5392,2.92865,200,3,0,71,0,1,0,0,0),(13042,3206,1,1,1,4077,1,-1264.6,-5498.64,4.98397,2.66075,300,0,0,148,165,0,0,0,0),(13041,3102,1,1,1,850,0,-63.8178,-4334.02,68.1422,0.654413,200,3,0,71,0,1,0,0,0),(13040,3122,1,1,1,1960,0,-969.792,-5184.38,1.96031,1.15182,300,5,0,120,0,1,0,0,0),(5298,7048,0,1,1,400,0,-7568.08,-2562.76,135.583,6.17162,500,10,0,2232,4765,1,0,0,0),(5297,9695,0,1,1,10984,0,-7551.35,-1942.55,184.763,1.45323,500,5,0,3293,0,1,0,0,0),(5296,9695,0,1,1,10984,0,-7557.34,-2491.62,136.5,1.58018,500,5,0,3293,0,1,0,0,0),(5295,7048,0,1,1,400,0,-8113.26,-1280.81,133.636,3.75183,500,10,0,2232,4765,1,0,0,0),(5294,7048,0,1,1,400,0,-7581.13,-2387.28,140.692,1.96799,500,10,0,2232,4765,1,0,0,0),(5293,7048,0,1,1,400,0,-8251.44,-1374.19,160.368,3.75776,500,10,0,2232,4765,1,0,0,0),(5292,9691,0,1,1,8970,0,-7918.47,-2869.78,134.56,1.4416,500,10,0,3082,0,1,0,0,0),(5291,7047,0,1,1,397,0,-7682.49,-2949.51,132.367,3.40658,500,10,0,2384,1864,1,0,0,0),(5290,7047,0,1,1,397,0,-7684.17,-2838.58,133.918,2.83616,500,10,0,2384,1864,1,0,0,0),(5289,7047,0,1,1,397,0,-7612.6,-2853.61,133.9,6.26952,500,10,0,2384,1864,1,0,0,0),(5288,9691,0,1,1,8970,0,-7474.67,-2748.45,180.646,3.4348,500,5,0,3082,0,1,0,0,0),(40250,10221,229,1,1,0,0,-192.129,-317.311,64.4244,0.261964,3600,0,0,3082,0,0,0,0,0),(40249,10221,229,1,1,0,0,-188.584,-319.751,64.4244,1.77778,3600,0,0,3082,0,0,0,0,0),(5287,9691,0,1,1,8970,0,-8154.94,-2799.23,135.872,3.88688,500,10,0,3082,0,1,0,0,0),(5286,7055,0,1,1,741,0,-8156.33,-1693.23,136.154,4.72984,500,0,0,3293,0,0,0,0,0),(5285,7026,0,1,1,6046,1,-8228.58,-1744.55,148.666,2.98451,500,0,0,2470,5013,0,0,0,0),(5284,7025,0,1,1,6045,1,-8098.66,-1509.88,133.178,0.488692,500,0,0,3529,0,0,0,0,0),(5283,7027,0,1,1,6047,1,-8084.57,-1886.15,182.641,0.523599,500,0,0,3644,0,0,0,0,0),(5282,7025,0,1,1,6045,1,-8124.89,-1506.49,133.263,4.20624,500,0,0,3529,0,0,0,0,0),(5281,7026,0,1,1,6046,1,-8085.09,-1885.29,134.092,1.22173,500,5,0,2470,5013,1,0,0,0),(31799,17815,560,3,1,17947,1,2014.05,304.842,66.0949,1.01042,86400,0,0,17151,0,2,0,0,0),(13039,3206,1,1,1,4077,1,-1247.7,-5448.08,5.47132,0.555686,300,5,0,148,165,1,0,0,0),(13038,3098,1,1,1,503,0,-382.127,-4181.93,56.4121,1.58156,120,5,0,42,0,1,0,0,0),(13037,3098,1,1,1,503,0,-415.534,-4188.62,51.1441,4.005,120,5,0,42,0,1,0,0,0),(13036,3207,1,1,1,4080,1,-1287.27,-5481.16,4.22497,2.13658,300,5,0,148,165,1,0,0,0),(13035,6145,1,1,1,4878,0,-931.857,-5136.39,-6.90581,3.69709,120,10,0,8,0,1,0,0,0),(13034,3124,1,1,1,2485,0,-410.204,-4120.98,50.2176,4.26844,200,10,0,71,0,1,0,0,0),(13033,3207,1,1,1,4079,1,-1248.95,-5480.5,5.21741,3.41997,300,3,0,148,165,1,0,0,0),(13032,3206,1,1,1,4076,1,-1084.12,-5548.47,10.2811,1.85226,300,0,0,148,165,0,0,0,0),(13031,3124,1,1,1,2485,0,-448.071,-4082.53,53.1445,5.99819,200,5,0,71,0,1,0,0,0),(13030,3206,1,1,1,4076,1,-1094.85,-5579.36,11.1797,0.53464,300,5,0,148,165,1,0,0,0),(13029,3124,1,1,1,2485,0,-415.359,-4055.64,52.2608,4.64114,200,5,0,71,0,1,0,0,0),(13028,3124,1,1,1,2485,0,-427.062,-4080.09,49.5018,2.75415,200,10,0,71,0,1,0,0,0),(13027,3206,1,1,1,4077,1,-1102.46,-5526.49,11.773,5.0943,300,0,0,148,165,0,0,0,0),(48428,10480,289,1,1,10978,0,262.456,5.07677,84.9242,2.35619,86400,0,0,3876,0,0,0,0,0),(13026,3207,1,1,1,4079,1,-1138.31,-5597.88,7.7215,3.24477,300,0,0,148,165,0,0,0,0),(13025,3098,1,1,1,503,0,-308.834,-4217.85,52.5989,2.77551,120,5,0,42,0,1,0,0,0),(13024,3207,1,1,1,4079,1,-1152.97,-5446.21,8.70802,4.72997,300,10,0,148,165,1,0,0,0),(13023,3106,1,1,1,1307,0,-1088.46,-4820.06,4.84342,4.39695,200,10,0,102,0,1,0,0,0),(13022,3125,1,1,1,2486,0,-886.264,-4782.01,20.216,3.31259,200,5,0,102,0,1,0,0,0),(13021,3206,1,1,1,4077,1,-1110.47,-5447.91,9.71767,1.55628,300,5,0,148,165,1,0,0,0),(13020,3207,1,1,1,4080,1,-1187.5,-5512.5,5.6852,2.17714,300,5,0,148,165,1,0,0,0),(13019,3207,1,1,1,4080,1,-1221.02,-5512.09,5.60975,3.18255,300,5,0,148,165,1,0,0,0),(13018,3207,1,1,1,4079,1,-1220.26,-5552.95,5.53587,5.84137,300,3,0,148,165,1,0,0,0),(13017,3119,1,1,1,9442,1,-916.154,-4749.1,21.2628,2.42722,300,10,0,120,0,1,0,0,0),(13016,3207,1,1,1,4080,1,-1251.06,-5582.51,8.08332,5.48795,300,3,0,148,165,1,0,0,0),(13015,3106,1,1,1,1307,0,149.939,-5152.86,1.02443,6.19592,200,0,0,102,0,0,0,0,0),(13014,3106,1,1,1,1307,0,-987.052,-4920.34,0.995402,6.19976,200,10,0,102,0,1,0,0,0),(13013,5951,1,1,1,1560,0,-292.734,-4178.04,52.6329,1.31399,120,10,0,8,0,1,0,0,0),(13012,3121,1,1,1,598,0,-1413.26,-5152.44,2.84778,6.11791,300,5,0,137,0,1,0,0,0),(13011,3106,1,1,1,1307,0,-1082.13,-4850.85,3.17436,6.10263,200,10,0,102,0,1,0,0,0),(13010,3121,1,1,1,598,0,-1411.09,-5210.54,4.25019,1.26129,300,5,0,137,0,1,0,0,0),(13009,3106,1,1,1,1307,0,80.2951,-5152.26,-1.02294,3.57418,200,10,0,102,0,1,0,0,0),(13008,3121,1,1,1,598,0,-1384.28,-5185.67,2.32902,3.91514,300,10,0,137,0,1,0,0,0),(13007,3207,1,1,1,4079,1,-1317.58,-5520.55,4.22827,4.96224,300,5,0,148,165,1,0,0,0),(13006,3121,1,1,1,598,0,-1350.45,-5215.19,3.8588,2.02042,300,5,0,137,0,1,0,0,0),(13005,3103,1,1,1,1940,0,151.385,-5280.08,-10.2197,1.57372,300,10,0,120,0,1,0,0,0),(13004,3106,1,1,1,1307,0,-1015.59,-4946.77,-4.43157,2.16484,200,10,0,102,0,1,0,0,0),(13003,3122,1,1,1,1960,0,-1349.64,-5127.29,2.48994,4.06915,300,10,0,120,0,1,0,0,0),(13002,3125,1,1,1,2486,0,-327.766,-4760.08,36.7095,6.08023,200,5,0,102,0,1,0,0,0),(13001,3205,1,1,1,4078,1,-1286.96,-5534.33,15.202,2.68693,300,0,0,186,191,2,0,0,0),(13000,3129,1,1,1,1860,1,-191.896,-5092.67,22.1366,1.48353,300,0,0,120,0,0,0,0,0),(12999,3106,1,1,1,1307,0,88.5314,-5352.77,-12.5145,5.77773,200,10,0,102,0,1,0,0,0),(12998,3129,1,1,1,1860,1,-230.775,-5123.68,42.5604,4.53786,300,0,0,120,0,0,0,0,0),(12997,3122,1,1,1,1960,0,-1148.28,-5102.96,4.25242,3.70393,300,5,0,120,0,1,0,0,0),(48389,10480,289,1,1,10972,0,257.6,4.96115,84.9242,1.65806,86400,0,0,3876,0,0,0,0,0),(48385,10480,289,1,1,10972,0,228.171,9.47472,85.3117,5.63741,86400,0,0,3876,0,0,0,0,0),(48375,10480,289,1,1,10972,0,255.595,10.3763,85.3117,5.58505,86400,0,0,3876,0,0,0,0,0),(5278,7033,0,1,1,11549,1,-8014.41,-2494.37,134.819,3.08623,500,5,0,3322,0,1,0,0,0),(5279,7034,0,1,1,11550,1,-7831.32,-2625.75,121.743,6.01546,500,3,0,2751,1864,1,0,0,0),(5280,7033,0,1,1,11549,1,-7974.79,-2475.78,135.254,2.27782,500,5,0,3322,0,1,0,0,0),(5277,7035,0,1,1,10707,1,-7916.41,-2756.47,157.527,6.05672,500,5,0,3556,0,1,0,0,0),(5276,7035,0,1,1,10707,1,-7973.79,-2620.53,174.869,4.48588,500,5,0,3556,0,1,0,0,0),(5275,7035,0,1,1,10707,1,-7867.1,-2626.27,172.87,0.739954,500,2,0,3556,0,1,0,0,0),(5274,7034,0,1,1,11550,1,-7880.87,-2591.19,175.665,0.651014,500,5,0,2751,1864,1,0,0,0),(48107,10779,530,1,1,0,0,-2649.68,-12091.2,24.5167,1.24753,300,5,0,8,0,1,0,0,0),(48108,10779,530,1,1,0,0,-2313.18,-12112.1,30.9286,4.85732,300,5,0,8,0,1,0,0,0),(48109,10779,530,1,1,0,0,-2288.14,-11884.1,25.4776,0.452978,300,5,0,8,0,1,0,0,0),(48110,10779,530,1,1,0,0,-2307.23,-11744,22.3088,2.99642,300,5,0,8,0,1,0,0,0),(48111,10779,530,1,1,0,0,-2638.82,-11560,21.0045,4.05717,300,5,0,8,0,1,0,0,0),(48112,10779,530,1,1,0,0,-2024.33,-12036.7,29.991,2.92036,300,5,0,8,0,1,0,0,0),(48113,10779,530,1,1,0,0,-1947.98,-11752.7,36.4621,4.55926,300,5,0,8,0,1,0,0,0),(48114,10779,530,1,1,0,0,-1684.99,-11954.5,9.727,3.96698,300,5,0,8,0,1,0,0,0),(48115,10779,530,1,1,0,0,-1279.32,-11940.9,10.8539,3.00633,300,5,0,8,0,1,0,0,0),(48116,10779,530,1,1,0,0,-1410.87,-11284.2,10.4712,2.87671,300,5,0,8,0,1,0,0,0),(48117,10779,530,1,1,0,0,-1645.51,-11285,65.6313,1.50241,300,5,0,8,0,1,0,0,0),(48118,10779,530,1,1,0,0,-2086.58,-10915.2,69.8381,2.18809,300,5,0,8,0,1,0,0,0),(17699,1958,0,1,1,2597,0,876.242,126.503,33.8201,1.45129,275,10,0,350,390,1,0,0,0),(15343,2385,0,1,1,1056,0,-1157.18,-1016.31,52.8875,5.56821,300,10,0,840,0,1,0,0,0),(15344,2385,0,1,1,1056,0,-1123.78,-937.332,60.3508,4.76106,300,5,0,840,0,1,0,0,0),(15340,2350,0,1,1,1989,0,-739.838,437.633,76.247,1.11897,300,5,0,494,0,1,0,0,0),(15341,2348,0,1,1,8014,0,-1255.49,-1056.74,32.7343,2.02134,300,3,0,787,0,1,0,0,0),(15342,2348,0,1,1,8014,0,-1118.27,-1036,51.3854,2.84617,300,10,0,787,0,1,0,0,0),(15337,2349,0,1,1,6808,0,-675.074,-1638.41,54.9762,4.81429,300,10,0,664,0,1,0,0,0),(15338,2349,0,1,1,6808,0,-644.674,-1638.12,59.2541,5.86496,300,10,0,664,0,1,0,0,0),(15339,2349,0,1,1,6808,0,-277.077,-1461.78,90.127,2.08606,300,10,0,664,0,1,0,0,0),(5272,7034,0,1,1,11550,1,-7743.11,-2680.16,173.983,1.28907,500,5,0,2751,1864,1,0,0,0),(5273,7033,0,1,1,11549,1,-7901.92,-2607.4,176.386,0.94323,500,2,0,3322,0,1,0,0,0),(5271,7033,0,1,1,11549,1,-7913.66,-2529.05,128.703,5.91255,500,3,0,3322,0,1,0,0,0),(5265,7036,0,1,1,6649,1,-7751.8,-1889.23,133.564,0.339795,500,5,0,3189,0,1,0,0,0),(5266,7039,0,1,1,10806,0,-7770.07,-2006.65,134.175,4.71044,500,5,0,3189,0,1,0,0,0),(5267,7039,0,1,1,10806,0,-7715.49,-2049.14,133.439,3.07481,500,0,0,3189,0,2,0,0,0),(5268,7039,0,1,1,10806,0,-7778.58,-1974.06,135.969,4.01965,500,5,0,3189,0,1,0,0,0),(5269,7039,0,1,1,10806,0,-7821.92,-1898.25,135.187,4.90489,500,5,0,3189,0,1,0,0,0),(5270,7037,0,1,1,8170,1,-7893.7,-2206.82,133.507,0.129818,500,5,0,3189,0,1,0,0,0),(5264,7037,0,1,1,8170,1,-7842.03,-2181.88,133.439,4.911,500,5,0,3189,0,1,0,0,0),(48145,10780,530,1,1,0,0,-2107.84,-12112.6,29.7135,6.00408,300,5,0,20,0,1,0,0,0),(48146,10780,530,1,1,0,0,-1382.9,-11586.4,9.4341,4.99337,300,5,0,20,0,1,0,0,0),(48147,10780,530,1,1,0,0,-1658.92,-11178,73.5306,6.15734,300,5,0,20,0,1,0,0,0),(48148,10780,530,1,1,0,0,-1488.13,-10943.6,62.7173,0.307545,300,5,0,20,0,1,0,0,0),(48149,10780,530,1,1,0,0,-2012.96,-11524.6,59.0319,4.55335,300,5,0,20,0,1,0,0,0),(15336,2349,0,1,1,6808,0,-693.396,-1416.79,63.5335,4.34676,300,10,0,664,0,1,0,0,0),(48374,10480,289,1,1,10978,0,268.144,-7.63108,85.3117,4.17134,86400,0,0,3876,0,0,0,0,0),(5263,7039,0,1,1,10806,0,-7694.34,-1921.38,135.914,5.11138,500,5,0,3189,0,1,0,0,0),(5262,2719,0,1,1,1120,1,-7392.65,-2241.63,235.011,3.41283,500,5,0,2138,0,1,0,0,0),(5261,9700,0,1,1,5560,0,-8228.08,-2327.05,148.543,3.15878,500,5,0,8,0,1,0,0,0),(12996,3121,1,1,1,598,0,-1319.94,-5180,1.356,3.81678,300,5,0,137,0,1,0,0,0),(47470,25851,580,1,1,0,0,1870.3,577.398,71.373,1.51844,604800,0,0,8042,3231,0,0,0,0),(47454,25851,580,1,1,0,0,1911.64,490.78,32.1155,2.58309,604800,0,0,8042,3231,0,0,0,0),(40248,10221,229,1,1,0,0,-191.883,-323.207,64.4244,3.14202,3600,0,0,3082,0,0,0,0,0),(40247,10221,229,1,1,0,0,-185.807,-316.438,64.4244,2.69277,3600,0,0,3082,0,0,0,0,0),(40169,10221,229,1,1,0,0,-195.348,-325.77,64.4244,1.59871,3600,0,0,3082,0,0,0,0,0),(40245,10220,229,1,1,0,0,-193.914,-338.148,64.4879,0.657799,1000000,0,0,23688,0,0,0,0,0),(40246,10221,229,1,1,0,0,-195.647,-320.721,64.4244,4.7403,3600,0,0,3082,0,0,0,0,0),(5260,9700,0,1,1,5560,0,-7579.82,-840.943,174.28,5.6802,500,5,0,8,0,1,0,0,0),(5259,9699,0,1,1,8971,0,-8164.83,-1649.51,138.48,4.27234,500,5,0,8,0,1,0,0,0),(5258,9700,0,1,1,5560,0,-7702.3,-2635.78,140.147,4.39867,500,5,0,8,0,1,0,0,0),(5257,9700,0,1,1,5560,0,-7906.26,-954.648,124.153,2.01877,500,5,0,8,0,1,0,0,0),(5256,9700,0,1,1,5560,0,-8253.52,-1861.73,143.751,2.45883,500,5,0,8,0,1,0,0,0),(5255,9700,0,1,1,5560,0,-7613.47,-1393.54,139.782,6.2548,500,5,0,8,0,1,0,0,0),(5254,9700,0,1,1,5560,0,-8402.36,-2473.42,131.462,2.88983,500,5,0,8,0,1,0,0,0),(5253,9700,0,1,1,5560,0,-7577.89,-1417.89,166.185,4.36282,500,5,0,8,0,1,0,0,0),(12995,3121,1,1,1,598,0,-1127.64,-5126.02,3.52817,0.390639,300,10,0,137,0,1,0,0,0),(207571,15105,530,1,1,0,0,-1865.91,5144.91,-42.5324,1.8675,120,0,0,1,0,0,0,0,0),(12994,3121,1,1,1,598,0,-1177.98,-5114.76,3.25374,0.668331,300,5,0,137,0,1,0,0,0),(12993,3099,1,1,1,381,0,-397.917,-4812.84,37.283,1.5708,300,10,0,120,0,1,0,0,0),(5252,9699,0,1,1,8971,0,-8193.46,-768.238,125.792,2.81382,500,5,0,8,0,1,0,0,0),(12992,3121,1,1,1,598,0,-1092.71,-5170.71,1.18827,2.76661,300,5,0,137,0,1,0,0,0),(40154,9240,229,1,1,0,1,-47.73,-460.24,16.58,6,10800,0,0,6273,2117,0,0,0,0),(12991,3122,1,1,1,1960,0,-945.296,-5210.26,2.34282,5.01002,300,5,0,120,0,1,0,0,0),(12990,3121,1,1,1,598,0,-1012.25,-5144.59,2.50305,5.90115,300,5,0,137,0,1,0,0,0),(12989,3106,1,1,1,1307,0,82.8563,-5284.09,-21.841,4.65565,200,10,0,102,0,1,0,0,0),(12988,3125,1,1,1,2486,0,208.736,-4882.42,14.6597,6.22455,200,10,0,102,0,1,0,0,0),(5251,7042,0,1,1,2554,1,-7980.95,-1282.44,133.456,5.47537,500,5,0,3374,0,1,0,0,0),(5250,7043,0,1,1,8309,1,-8257.26,-1146.35,146.409,3.57823,500,5,0,2436,5340,1,0,0,0),(556,11346,0,1,1,11159,1,-11950.2,-1073.28,92.9322,1.18397,1800,0,0,6273,6351,0,0,0,0),(555,11355,0,1,1,11167,1,-11880.7,-1052.26,116.184,1.64061,1800,0,0,7599,0,0,0,0,0),(554,16399,0,1,1,2557,1,-14184.4,192.764,20.6905,3.735,300,0,0,2059,0,0,0,0,0),(553,2495,0,1,1,7166,0,-14469.6,415.382,25.452,1.58825,300,0,0,2218,0,0,0,0,0),(552,2502,0,1,1,1929,1,-14299.4,504.577,9.12108,4.38078,300,0,0,2138,0,0,0,0,0),(12173,5890,1,1,1,0,0,-3018.78,-687.172,42.187,5.45912,120,20,0,42,0,1,0,0,0),(12172,5890,1,1,1,0,0,-3024.69,-739.484,46.2851,6.17854,120,0,0,42,0,2,0,0,0),(12171,5890,1,1,1,0,0,-3011.84,-689.38,42.6605,6.28066,120,0,0,42,0,2,0,0,0),(12170,5891,1,1,1,12110,0,-3031.36,-720.833,44.8901,3.04866,120,0,0,328,0,0,0,0,0),(12166,3455,1,1,1,0,1,-2093.53,-3496.47,130.084,3.008,180,0,0,449,0,0,0,0,0),(12165,3454,1,1,1,0,1,-2210,-3778,130.862,2.428,180,0,0,449,0,0,0,0,0),(12164,6489,189,1,1,0,1,1749.61,1247.4,18.1576,0.051613,86400,0,0,3171,0,0,0,0,0),(35868,18327,556,3,1,0,1,-82.83,113.978,0.00720952,4.3935,86400,0,0,12844,33745,0,0,0,0),(36693,18327,556,3,1,0,1,-65.603,168.41,0.00872061,2.71274,86400,0,0,12844,33745,0,0,0,0),(38664,18327,556,3,1,0,1,-249.149,159.94,0.071156,0.735888,86400,0,0,12844,33745,0,0,0,0),(12159,24437,530,1,1,0,1,-1792.79,5163.11,-40.2088,1.28676,25,0,0,3331,0,0,0,0,0),(10200,23719,530,1,1,0,0,-1731.36,5148.42,-37.1216,3.35103,25,0,0,26946,0,0,0,0,0),(10161,23263,530,1,1,0,1,-2076.77,5343.28,-37.1501,4.10779,25,0,0,4906,0,0,0,0,0),(245557,16592,0,1,1,11686,0,-10704.8,-1146.38,24.7909,2.09439,300,0,0,42,0,0,0,0,0),(7458,23270,530,1,1,0,1,-1701.44,5518.75,-9.79954,3.76851,25,0,0,5589,3155,0,0,0,0),(143194,23929,571,1,1,0,0,2386.74,-6067.29,-0.0482798,5.71414,120,5,0,1,0,1,0,0,0),(245556,16592,1,1,1,11686,0,-3447.55,-4231.67,10.6645,0.802851,300,0,0,42,0,0,0,0,0),(245555,16592,0,1,1,11686,0,-9394.21,37.5017,59.882,1.15192,300,0,0,42,0,0,0,0,0),(245554,16592,530,1,1,11686,0,-528.509,2339.11,38.7252,2.14675,300,0,0,42,0,0,0,0,0),(2196,23272,530,1,1,0,0,-1728.36,5145.19,-36.867,1.8544,25,0,0,5589,3155,0,0,0,0),(2189,6118,1,1,1,0,0,2832.88,-3947.98,97.0875,4.2604,600,0,0,2576,0,2,0,0,0),(2072,19719,530,1,1,0,0,-1741.03,5150.08,-37.2043,6.2029,180,0,0,4126,2486,0,0,0,0),(2070,23858,530,1,1,0,1,6764.76,-7610.55,128.535,5.18269,25,0,1,6287,0,2,0,0,0),(2065,6491,0,1,4294967295,0,0,1819.41,219.233,60.0732,0.337883,60,0,0,4120,0,0,0,0,0),(5249,7042,0,1,1,2554,1,-8329.02,-1230.99,188.097,0.122173,500,0,0,3374,0,0,0,0,0),(5248,7043,0,1,1,8309,1,-8214.13,-1214.54,142.682,3.02715,500,5,0,2436,5340,1,0,0,0),(5247,7042,0,1,1,2554,1,-8421.2,-1256.81,211.804,0.356943,500,5,0,3374,0,1,0,0,0),(12987,3124,1,1,1,2485,0,-350.135,-4113.14,50.8045,0.226893,200,10,0,71,0,1,0,0,0),(48268,10942,369,1,1,0,0,-93.361,1246.15,-123.506,0.685659,6300,8,0,333100,0,1,0,0,0),(16213,23398,564,1,1,11686,0,528.981,34.6043,113.283,2.58436,10,5,0,3912,3155,1,0,0,0),(11601,20424,560,3,1,341,1,1730.89,600.839,30.348,0.594935,86400,0,0,198,0,0,0,0,0),(11600,20424,560,3,1,341,1,1730.65,589.524,30.348,3.25743,86400,0,0,198,0,0,0,0,0),(5246,7042,0,1,1,2554,1,-7983.66,-857.367,133.268,6.11258,500,10,0,3374,0,1,0,0,0),(6748,721,0,1,1,4626,0,-9763.29,-3236.58,58.7338,4.72915,300,5,0,1,0,1,0,0,0),(5245,7040,0,1,1,143,1,-7760.19,-2916.65,131.693,3.05313,500,10,0,3556,0,1,0,0,0),(5244,7041,0,1,1,8249,1,-8251.27,-2513.37,140.918,3.75354,500,5,0,2146,4765,1,0,0,0),(5243,7040,0,1,1,143,1,-7807.91,-2821.16,133.564,5.96722,500,5,0,3556,0,1,0,0,0),(5242,7040,0,1,1,143,1,-8230.74,-1935.12,144.33,3.08858,500,5,0,3556,0,1,0,0,0),(5241,7040,0,1,1,143,1,-7589.57,-2714.5,134.192,4.0518,500,10,0,3556,0,1,0,0,0),(5240,7041,0,1,1,8249,1,-8239.67,-2531.44,139.964,0.779789,500,0,0,2146,4765,0,0,0,0),(5239,24819,0,1,1,8758,1,-7363.01,-925.978,166.981,2.84473,500,5,0,2672,0,1,0,0,0),(5238,24819,0,1,1,8758,1,-7382.71,-1039.88,177.294,4.52485,500,5,0,2672,0,1,0,0,0),(5237,24819,0,1,1,8758,1,-7248.04,-941.054,168.362,1.29154,500,0,0,2672,0,0,0,0,0),(5236,24819,0,1,1,8758,1,-7395.95,-942.803,170.077,0.594593,500,5,0,2672,0,1,0,0,0),(48296,10956,369,1,1,0,0,51.5322,1190.49,-121.348,5.06493,430,10,0,2614,0,1,0,0,0),(5235,24819,0,1,1,8758,1,-7344.79,-990.43,172.587,5.99697,500,5,0,2672,0,1,0,0,0),(12986,6145,1,1,1,4878,0,142.716,-5281.61,-9.99255,0.422947,120,10,0,8,0,1,0,0,0),(5234,24818,0,1,1,8754,1,-7285.67,-908.54,165.378,3.82758,500,5,0,2576,0,1,0,0,0),(5233,24819,0,1,1,8758,1,-7425.08,-873.404,173.762,3.92699,500,0,0,2672,0,0,0,0,0),(135694,16525,532,1,1,16241,0,-11229.7,-1839.18,224.027,4.08407,604800,0,0,30160,0,0,0,0,0),(135693,16525,532,1,1,16241,0,-11239.2,-1817.88,224.027,1.81514,604800,0,0,30160,0,0,0,0,0),(135692,16524,532,1,1,0,1,-11165.5,-1911.71,232.009,2.29267,604800,5,0,594832,168388,2,0,0,0),(135691,16504,532,1,1,0,0,-11384.1,-1832.35,179.383,5.36884,604800,5,0,82656,0,2,0,0,0),(135690,16504,532,1,1,0,0,-11192.6,-1730.28,136.022,0.721762,604800,5,0,82656,0,2,0,0,0),(135689,16504,532,1,1,16841,0,-11269.4,-1844.98,135.709,5.43256,604800,5,0,82656,0,1,0,0,0),(135688,16504,532,1,1,0,0,-11278.1,-1756.36,135.854,5.18112,604800,5,0,82656,0,2,0,0,0),(135687,16504,532,1,1,0,0,-11199.1,-1826.45,136.024,2.66512,604800,5,0,82656,0,2,0,0,0),(135686,16504,532,1,1,0,0,-11235.9,-1820.59,136.024,0.72756,604800,5,0,82656,0,2,0,0,0),(135685,16504,532,1,1,0,0,-11244.6,-1858.94,136.013,0.787088,604800,5,0,82656,0,2,0,0,0),(135684,16504,532,1,1,0,0,-11277.4,-1727.53,136.031,2.28302,604800,5,0,82656,0,2,0,0,0),(135682,17518,532,1,1,19251,0,-11154.2,-1849.03,238.25,4.34587,604800,0,0,4890,0,0,0,0,0),(135681,17260,532,1,1,15435,0,-11167.1,-1976.35,109.912,3.24631,604800,0,0,29,0,0,0,0,0),(135680,17260,532,1,1,15435,0,-11118.5,-1883.92,91.556,5.16617,604800,0,0,29,0,0,0,0,0),(135679,17260,532,1,1,15435,0,-11094.6,-1866.08,108.175,4.64258,604800,0,0,29,0,0,0,0,0),(135678,17260,532,1,1,15435,0,-11194.5,-1921.32,108.253,6.14356,604800,0,0,29,0,0,0,0,0),(135677,17260,532,1,1,15435,0,-11167,-1916.78,91.556,2.42601,604800,0,0,29,0,0,0,0,0),(135676,17260,532,1,1,15435,0,-11125,-1908.32,110.124,5.86431,604800,0,0,29,0,0,0,0,0),(135675,17260,532,1,1,15435,0,-11154.9,-1850.67,103.265,3.12414,604800,0,0,29,0,0,0,0,0),(135674,16492,532,1,1,19331,0,-11058.6,-1805.66,165.765,0.669063,604800,0,0,7825,3155,0,0,0,0),(12985,3124,1,1,1,2485,0,-320.45,-4153.63,53.2861,0.893706,200,10,0,71,0,1,0,0,0),(12984,3099,1,1,1,381,0,-945.482,-4698.85,22.708,3.05169,300,10,0,120,0,1,0,0,0),(12983,3106,1,1,1,1307,0,-943.098,-4986.07,6.46365,1.3696,200,10,0,102,0,1,0,0,0),(135673,16492,532,1,1,19331,0,-11060.3,-1805.33,165.765,0.715072,604800,0,0,7825,3155,0,0,0,0),(135672,16492,532,1,1,19331,0,-11061.5,-1804.06,165.765,0.775039,604800,0,0,7825,3155,0,0,0,0),(135671,16492,532,1,1,19331,0,-11061.7,-1802.32,165.765,0.824204,604800,0,0,7825,3155,0,0,0,0),(135670,16492,532,1,1,19331,0,-11060.8,-1800.82,165.765,0.851346,604800,0,0,7825,3155,0,0,0,0),(135669,16492,532,1,1,19331,0,-11106.6,-1874.49,165.765,1.86827,604800,0,0,7825,3155,0,0,0,0),(49152,14492,0,1,1,0,1,-13596,-109.704,41.3135,1.57607,25200,0,0,1981,0,0,0,0,0),(12982,3099,1,1,1,381,0,121.255,-4722.92,20.2642,0.626107,300,10,0,120,0,1,0,0,0),(137881,9818,229,1,1,0,1,224.405,-307.493,77.0506,0.785398,7200,0,0,1,0,0,0,0,0),(12981,3106,1,1,1,1307,0,-985.224,-4987.36,-0.373544,2.40863,200,10,0,102,0,1,0,0,0),(12980,3125,1,1,1,2486,0,-1021.26,-4858.54,10.0914,4.92695,200,10,0,102,0,1,0,0,0),(5232,24819,0,1,1,8758,1,-7453.1,-1015.92,171.704,1.98647,500,5,0,2672,0,1,0,0,0),(12979,3103,1,1,1,1940,0,-1012.46,-4994.26,-6.20651,5.09201,300,10,0,120,0,1,0,0,0),(48358,11026,0,1,1,0,1,-8350,647.613,95.874,4.276,190,0,0,664,0,0,0,0,0),(15335,2349,0,1,1,6808,0,-711.86,-1512,57.919,4.32826,300,10,0,664,0,1,0,0,0),(5231,24819,0,1,1,8758,1,-7246.88,-938.227,168.398,4.24115,500,0,0,2672,0,0,0,0,0),(5230,24818,0,1,1,8754,1,-7328.85,-986.579,173.503,3.94444,500,0,0,2576,0,0,0,0,0),(12978,3103,1,1,1,1940,0,-1183.86,-4680.59,-10.2516,1.93137,300,10,0,120,0,1,0,0,0),(5229,8917,0,1,1,8891,1,-7382.35,-868.261,179.248,5.89921,500,0,0,1919,1587,0,0,0,0),(551,2501,0,1,1,1925,1,-14447.4,448.001,15.8283,2.56563,300,0,0,2138,0,0,0,0,0),(12977,3125,1,1,1,2486,0,-451.499,-4820.5,38.2678,4.0887,200,10,0,102,0,1,0,0,0),(15334,2349,0,1,1,6808,0,-645.327,-1592.3,58.0816,4.69481,300,10,0,664,0,1,0,0,0),(5228,8917,0,1,1,8891,1,-7385,-902.755,168.498,1.15192,500,0,0,1919,1587,0,0,0,0),(5227,8917,0,1,1,8892,1,-7411.07,-863.725,173.036,2.19912,500,0,0,1919,1587,0,0,0,0),(5226,8917,0,1,1,8893,1,-7324.45,-1009.39,178.002,1.67552,500,0,0,1919,1587,0,0,0,0),(48405,17932,534,1,1,0,1,5559.15,-2616.35,1484.55,1.34302,120,0,0,55888,0,0,0,0,0),(48406,17932,534,1,1,0,1,5552.78,-2614.92,1482.22,1.45298,120,0,0,55888,0,0,0,0,0),(48407,17932,534,1,1,0,1,5537.06,-2611.66,1481.15,1.47261,120,0,0,55888,0,0,0,0,0),(48408,17932,534,1,1,0,1,5530.29,-2647.56,1480.16,1.11134,120,0,0,55888,0,0,0,0,0),(48409,17934,534,1,1,0,1,5555.52,-2620.54,1484.14,1.43334,120,0,0,41916,0,0,0,0,0),(48410,17932,534,1,1,0,1,5432.84,-2711.64,1493.39,5.72241,120,0,0,55888,0,0,0,0,0),(48411,17935,534,1,1,0,1,5526.86,-2648.18,1480.16,1.0485,120,0,0,33534,25240,0,0,0,0),(48412,17936,534,1,1,0,1,5525.9,-2650.37,1480.11,1.07992,120,0,0,33534,25240,0,0,0,0),(48413,17934,534,1,1,0,1,5527.75,-2652.45,1479.96,1.09562,120,0,0,41916,0,0,0,0,0),(48414,17934,534,1,1,0,1,5530.14,-2653.68,1480.12,1.09562,120,0,0,41916,0,0,0,0,0),(48415,17932,534,1,1,0,1,5531.81,-2650.44,1480.21,1.09562,120,0,0,55888,0,0,0,0,0),(48416,17932,534,1,1,0,1,5530.92,-2611.14,1482.3,1.48402,120,0,0,55888,0,0,0,0,0),(48417,17934,534,1,1,0,1,5532.94,-2616.7,1481.61,1.45691,120,0,0,41916,0,0,0,0,0),(48418,17932,534,1,1,0,1,5429.91,-2719.37,1493.32,5.7287,120,0,0,55888,0,0,0,0,0),(48419,17772,534,1,1,0,1,5083.91,-1789.04,1322.57,3.16912,43200,0,0,568500,0,0,0,0,0),(48420,17922,534,1,1,0,0,5077.16,-1783.66,1320.97,3.25944,120,0,0,33534,15775,0,0,0,0),(12976,3098,1,1,1,503,0,-414.492,-4277.36,42.9012,0.83101,120,5,0,42,0,1,0,0,0),(15333,2356,0,1,1,3201,0,-716.667,-1450,64.7344,1.3221,300,10,0,944,0,1,0,0,0),(48423,17928,534,1,1,0,1,5076.89,-1781.33,1321.34,3.25944,120,0,0,33534,15775,0,0,0,0),(48424,11069,0,1,1,0,0,-8433,554.681,95.35,1.641,430,0,0,1003,0,0,0,0,0),(48425,17922,534,1,1,0,0,5078.84,-1795.86,1320.79,3.16519,120,0,0,33534,15775,0,0,0,0),(48427,17928,534,1,1,0,1,5079.15,-1798.21,1321.34,3.16519,120,0,0,33534,15775,0,0,0,0),(12975,3106,1,1,1,1307,0,-980.695,-4951.13,2.18266,3.89823,200,10,0,102,0,1,0,0,0),(5225,8917,0,1,1,487,1,-7435.09,-869.561,176.155,2.51327,500,0,0,1919,1587,0,0,0,0),(5224,8917,0,1,1,8891,1,-7456.12,-925.061,171.324,5.02655,500,0,0,1919,1587,0,0,0,0),(48435,17921,534,1,1,0,1,5058.31,-1761.69,1329.11,2.75678,120,0,0,41916,0,0,0,0,0),(48437,17921,534,1,1,0,1,5058.73,-1758.24,1328.36,3.65606,120,0,0,41916,0,0,0,0,0),(12974,3098,1,1,1,503,0,-412.563,-4382.79,39.2734,4.54908,120,5,0,42,0,1,0,0,0),(48439,17928,534,1,1,0,1,5060.61,-1755.66,1328.2,3.23587,120,0,0,33534,15775,0,0,0,0),(5223,8917,0,1,1,8893,1,-7433.47,-1049.26,177.515,5.37561,500,0,0,1919,1587,0,0,0,0),(5222,8917,0,1,1,8893,1,-7352.28,-1045.89,180.045,4.93928,500,0,0,1919,1587,0,0,0,0),(5221,8917,0,1,1,487,1,-7460.21,-881.148,172.428,1.15192,500,0,0,1919,1587,0,0,0,0),(5220,8917,0,1,1,8891,1,-7369.12,-1058.19,178.819,3.80482,500,0,0,1919,1587,0,0,0,0),(12973,3098,1,1,1,503,0,-385.317,-4351.71,41.3647,2.38644,120,5,0,42,0,1,0,0,0),(12972,3099,1,1,1,381,0,181.171,-4787.45,14.7097,4.91619,300,5,0,120,0,1,0,0,0),(12971,3106,1,1,1,1307,0,-1073.27,-4881.63,-3.47997,5.45913,200,10,0,102,0,1,0,0,0),(12970,3125,1,1,1,2486,0,-815.818,-4781.79,23.1941,3.73485,200,5,0,102,0,1,0,0,0),(40108,4291,189,1,1,2507,1,216.476,-418.544,18.6147,4.34587,86400,0,0,2901,2014,0,0,0,0),(40107,4291,189,1,1,2508,1,231.985,-425.421,18.6153,1.51844,86400,0,0,2901,2014,0,0,0,0),(12969,3125,1,1,1,2486,0,41.419,-4856.5,18.8172,0.117801,200,5,0,102,0,1,0,0,0),(12968,3125,1,1,1,2486,0,249.331,-4915.08,20.4446,1.65686,200,10,0,102,0,1,0,0,0),(5219,9044,0,1,1,9606,1,-7585.46,-1284.79,245.394,2.77507,500,0,0,3189,0,0,0,0,0),(48480,17921,534,1,1,0,1,5056.29,-1753.69,1328.46,3.0356,120,0,0,41916,0,0,0,0,0),(48481,17921,534,1,1,0,1,5057.19,-1748.47,1328.12,2.70573,120,0,0,41916,0,0,0,0,0),(5218,9044,0,1,1,9606,1,-7584.25,-1241.37,284.846,5.16617,500,0,0,3189,0,0,0,0,0),(5217,9043,0,1,1,8899,1,-7572.95,-1303.86,245.537,4.26253,500,5,0,3189,0,1,0,0,0),(51893,14342,1,1,1,0,1,3565.93,-1103.12,221.943,1.35082,9900,0,0,2865,0,0,0,0,0),(12966,3098,1,1,1,503,0,-449.98,-4314.05,45.8115,0.31945,120,10,0,42,0,1,0,0,0),(12965,3098,1,1,1,503,0,-486.307,-4314.94,43.5488,3.98066,120,5,0,42,0,1,0,0,0),(12964,3115,1,1,1,3012,0,923.345,-4614.37,18.1378,4.06662,300,0,0,137,0,0,0,0,0),(12963,3103,1,1,1,1940,0,14.311,-5219.2,-13.0752,6.03824,300,10,0,120,0,1,0,0,0),(12962,3106,1,1,1,1307,0,-1150.91,-4852.97,-9.56159,4.63622,200,10,0,102,0,1,0,0,0),(12961,3106,1,1,1,1307,0,-1021.34,-4915.17,-3.78212,5.97744,200,10,0,102,0,1,0,0,0),(12960,3098,1,1,1,503,0,-516.59,-4286.81,40.0634,5.20659,120,10,0,42,0,1,0,0,0),(12959,3104,1,1,1,1246,0,-714.954,-5151.59,-2.91735,4.68708,300,10,0,120,0,1,0,0,0),(12958,3106,1,1,1,1307,0,-1009.4,-4890.24,1.63781,0.477747,200,10,0,102,0,1,0,0,0),(12957,3106,1,1,1,1307,0,-1153.62,-4687.12,-5.44698,3.83381,200,10,0,102,0,1,0,0,0),(12956,3196,1,1,1,4187,1,861.024,-4715.78,32.4921,2.41886,300,0,0,166,178,0,0,0,0),(12955,3104,1,1,1,1246,0,-1112.06,-4874.9,-11.5298,1.0904,300,10,0,120,0,1,0,0,0),(12953,3103,1,1,1,1940,0,-1184.38,-4748.11,-8.84738,2.54383,300,10,0,120,0,1,0,0,0),(12952,3098,1,1,1,503,0,-487.311,-4213.77,50.1885,2.7969,120,5,0,42,0,1,0,0,0),(12951,3196,1,1,1,4186,1,848.081,-4771.15,37.3687,0.915698,300,0,0,166,178,0,0,0,0),(12950,3106,1,1,1,1307,0,-1121.4,-4723.77,0.891993,5.32343,200,10,0,102,0,1,0,0,0),(12949,3103,1,1,1,1940,0,-1256.84,-5110.69,-2.76829,5.13803,300,10,0,120,0,1,0,0,0),(12948,3106,1,1,1,1307,0,-1117.79,-4813.51,-0.318909,1.95517,200,10,0,102,0,1,0,0,0),(12947,3125,1,1,1,2486,0,-17.9669,-4769.81,25.2121,3.4207,200,5,0,102,0,1,0,0,0),(12946,3106,1,1,1,1307,0,263.487,-5184.92,-8.68706,5.76622,200,10,0,102,0,1,0,0,0),(12945,3106,1,1,1,1307,0,-1151.48,-4718.65,-7.07198,3.81715,200,10,0,102,0,1,0,0,0),(5216,9043,0,1,1,8899,1,-7549,-1303.84,250.251,0.662354,500,5,0,3189,0,1,0,0,0),(5215,9044,0,1,1,9861,1,-7655.13,-1227,287.74,5.96903,500,0,0,3189,0,0,0,0,0),(5214,9044,0,1,1,9606,1,-7652.35,-1221.21,287.671,5.63741,500,0,0,3189,0,0,0,0,0),(5213,9698,0,1,1,10985,0,-8110.97,-1224.27,133.148,5.22902,500,10,0,3644,0,1,0,0,0),(5212,7049,0,1,1,457,0,-8180.5,-920.335,133.597,4.32515,500,10,0,2823,2117,1,0,0,0),(5211,7049,0,1,1,457,0,-8408.87,-950.523,204.492,6.04058,500,10,0,2823,2117,1,0,0,0),(5210,9698,0,1,1,10985,0,-8114.62,-1216.12,136.202,5.48709,500,10,0,3644,0,1,0,0,0),(5209,9698,0,1,1,10985,0,-8116.12,-1123.55,133.461,3.15526,500,10,0,3644,0,1,0,0,0),(550,2500,0,1,1,797,0,-14300.4,517.43,8.96768,4.17134,300,0,0,1536,0,0,0,0,0),(549,2498,0,1,1,7168,0,-14453.4,490.262,15.2131,2.30383,300,0,0,1279,0,0,0,0,0),(548,2494,0,1,1,1928,0,-14418.2,513.462,4.95955,5.02655,300,0,0,1753,0,0,0,0,0),(547,2493,0,1,1,1403,0,-14397.6,396.286,22.7223,0.855211,300,0,0,1902,0,0,0,0,0),(546,2491,0,1,1,4717,1,-14463.6,489.274,15.205,0.750492,300,0,0,1604,0,0,0,0,0),(5208,9698,0,1,1,10985,0,-8220.08,-1015.91,145.968,1.22371,500,10,0,3644,0,1,0,0,0),(12944,3106,1,1,1,1307,0,-1118.72,-4748.75,1.60479,2.88565,200,10,0,102,0,1,0,0,0),(46737,8901,230,1,1,9290,1,1328.29,-525.436,-91.9566,4.86947,300,0,0,711,0,0,0,0,0),(12943,3099,1,1,1,381,0,-176.27,-4848.81,21.6146,3.59203,300,5,0,120,0,1,0,0,0),(48565,17921,534,1,1,0,1,5060.77,-1741.47,1329.56,2.75678,120,0,0,41916,0,0,0,0,0),(48566,17921,534,1,1,0,1,5059.54,-1745.48,1328.68,2.745,120,0,0,41916,0,0,0,0,0),(48567,17922,534,1,1,0,0,5060.94,-1750.13,1328.24,2.5997,120,0,0,33534,15775,0,0,0,0),(48568,17919,534,1,1,0,1,5017.48,-1737.11,1324.66,2.52227,120,0,0,41916,0,0,0,0,0),(48569,17919,534,1,1,0,1,5015.64,-1739.65,1324.49,2.52227,120,0,0,41916,0,0,0,0,0),(52052,12129,249,3,1,0,1,-131.203,-137.47,-52.5151,0.641988,6300,5,0,213640,0,1,0,0,0),(52051,12129,249,3,1,0,1,-128.604,-135.78,-51.6803,0.028522,6300,0,0,213640,0,2,0,0,0),(52050,12129,249,3,1,0,1,49.8206,-114.607,-24.3112,1.24193,6300,5,0,213640,0,1,0,0,0),(52049,12129,249,3,1,0,1,-141.022,-144.287,-53.7859,5.66711,6300,0,0,213640,0,2,0,0,0),(12942,3119,1,1,1,9442,1,-1083.06,-4716.26,15.5697,0.097727,300,10,0,120,0,1,0,0,0),(5207,9697,0,1,1,9370,0,-8192.04,-959.251,133.944,6.19774,500,5,0,3529,0,1,0,0,0),(5206,9776,0,1,1,10815,0,-8027.27,-2552.17,148.251,4.89327,500,5,0,917,0,1,0,0,0),(5205,9776,0,1,1,10815,0,-8035.7,-2543.18,141.609,0.954237,500,5,0,917,0,1,0,0,0),(46736,8901,230,1,1,9290,1,1315.83,-528.045,-91.9621,4.15388,300,0,0,711,0,0,0,0,0),(5204,9776,0,1,1,10815,0,-8023.2,-2556.16,150.752,3.19438,500,5,0,917,0,1,0,0,0),(5203,9777,0,1,1,10816,0,-8027.25,-2536.48,143.751,0.949596,500,5,0,917,0,1,0,0,0),(5202,9777,0,1,1,10816,0,-8015.73,-2565,155.861,0.418648,500,5,0,917,0,1,0,0,0),(5201,7031,0,1,1,2075,0,-7760.74,-2587.51,140.233,1.14656,500,5,0,2608,0,1,0,0,0),(5200,7031,0,1,1,2075,0,-8381.24,-2465.65,131.506,0.083221,500,5,0,2608,0,1,0,0,0),(5167,7031,0,1,1,2075,0,-7778.47,-2511.29,140.192,2.25944,500,5,0,2608,0,1,0,0,0),(4651,9778,0,1,1,10817,0,-7713.65,-1759.77,131.236,1.63273,500,5,0,810,2041,1,0,0,0),(4650,9778,0,1,1,10817,0,-7721.45,-1765.91,131.236,3.30541,500,5,0,810,2041,1,0,0,0),(4649,9778,0,1,1,10817,0,-7711.5,-1766.2,131.236,3.24037,500,5,0,810,2041,1,0,0,0),(4648,9779,0,1,1,10814,0,-7715.62,-1759.38,131.236,1.57056,500,5,0,1013,0,1,0,0,0),(4647,9779,0,1,1,10814,0,-7712.85,-1764.88,131.236,5.12419,500,5,0,1013,0,1,0,0,0),(4646,7032,0,1,1,5781,0,-7652.39,-2080.91,124.189,1.37062,500,5,0,2875,0,1,0,0,0),(4645,7031,0,1,1,2075,0,-8019.81,-2628.6,153.933,0.355163,500,5,0,2608,0,1,0,0,0),(4644,9778,0,1,1,10817,0,-7603.2,-2179.54,131.9,0.488133,500,5,0,810,2041,1,0,0,0),(4643,9778,0,1,1,10817,0,-7598.78,-2180.59,131.9,3.31034,500,5,0,810,2041,1,0,0,0),(4642,9778,0,1,1,10817,0,-7603.36,-2184.98,131.9,2.5014,500,5,0,810,2041,1,0,0,0),(4641,9779,0,1,1,10814,0,-7596.87,-2192.71,131.9,3.98883,500,5,0,1013,0,1,0,0,0),(4640,9779,0,1,1,10814,0,-7610.62,-2181.11,131.9,1.687,500,5,0,1013,0,1,0,0,0),(4639,7032,0,1,1,5781,0,-8223.49,-1311.3,141.734,0.15375,500,5,0,2875,0,1,0,0,0),(4638,9694,0,1,1,11420,0,-8221.29,-2263.31,142.976,2.09733,500,5,0,3189,0,1,0,0,0),(4637,9695,0,1,1,10984,0,-8220.35,-2169.36,133.351,1.58697,500,10,0,3293,0,1,0,0,0),(4636,9695,0,1,1,10984,0,-7600.71,-1674.68,197.68,0.973038,500,5,0,3293,0,1,0,0,0),(4635,7048,0,1,1,400,0,-8278.75,-2020.17,148.05,3.05309,500,5,0,2232,4765,1,0,0,0),(4634,9695,0,1,1,10984,0,-8156.81,-2089.5,134.833,2.26203,500,10,0,3293,0,1,0,0,0),(4633,9695,0,1,1,10984,0,-8338.78,-1854.06,166.967,5.41488,500,5,0,3293,0,1,0,0,0),(12941,3106,1,1,1,1307,0,-1115.69,-4787.79,2.79105,5.54892,200,10,0,102,0,1,0,0,0),(48708,11323,389,1,1,0,1,-283.586,143.856,-25.2988,2.44346,86400,0,0,819,0,0,0,0,0),(48707,11323,389,1,1,0,1,-263.519,150.466,-18.9955,0.106006,86400,0,1,819,0,2,0,0,0),(48706,11520,389,1,1,0,1,-244.743,150.085,-18.7494,4.28461,86400,0,0,1869,0,0,0,0,0),(48705,11322,389,1,1,0,1,-265.208,100.599,-24.9443,2.75762,86400,2,0,759,396,1,0,0,0),(48704,11323,389,1,1,0,1,-267.366,110.757,-24.9361,4.76475,86400,0,0,819,0,0,0,0,0),(48703,11323,389,1,1,0,1,-257.459,106.184,-24.9368,3.85718,86400,5,0,819,0,1,0,0,0),(48702,11324,389,1,1,0,1,-183.648,160.15,-25.2199,2.14356,86400,2,0,723,902,1,0,0,0),(48701,11322,389,1,1,0,1,-187.521,153.224,-25.1366,2.9147,86400,2,0,759,396,1,0,0,0),(48700,11323,389,1,1,0,1,-199.194,159.015,-25.1366,5.51524,86400,0,0,819,0,0,0,0,0),(48699,11323,389,1,1,0,1,-198.964,151.226,-25.1366,0.907571,86400,0,0,819,0,0,0,0,0),(48698,11321,389,1,1,0,0,-74.6995,89.9573,-7.32838,2.48512,86400,5,0,819,0,1,0,0,0),(48697,11321,389,1,1,0,0,-85.7455,97.3632,-7.39686,2.99045,86400,3,0,819,0,1,0,0,0),(48696,11323,389,1,1,0,1,-208.058,95.3564,-25.3951,3.84374,86400,1,0,819,0,1,0,0,0),(48695,11323,389,1,1,0,1,-203.218,107.389,-25,5.32325,86400,0,0,819,0,0,0,0,0),(48694,11323,389,1,1,0,1,-219.3,94.5484,-24.9351,5.42797,86400,0,0,819,0,0,0,0,0),(48693,11324,389,1,1,0,1,-261.428,94.8909,-24.9335,3.9619,86400,0,0,723,902,0,0,0,0),(48692,11322,389,1,1,0,1,-269.254,91.9884,-24.9291,1.39626,86400,1,0,759,396,1,0,0,0),(48691,11323,389,1,1,0,1,-195.347,108.507,-24.2915,4.36332,86400,0,0,819,0,0,0,0,0),(48690,11323,389,1,1,0,1,-203.185,99.4132,-25.4712,4.40747,86400,1,0,819,0,1,0,0,0),(48689,11322,389,1,1,0,1,-193.884,94.2191,-24.6305,5.48868,86400,0,0,759,396,0,0,0,0),(48688,11323,389,1,1,0,1,-223.454,87.2837,-24.9351,5.93412,86400,0,0,819,0,0,0,0,0),(48687,11322,389,1,1,0,1,-210.008,85.9401,-24.852,3.58789,86400,1,0,759,396,1,0,0,0),(48686,11321,389,1,1,0,0,-127.906,75.5442,-21.8833,6.0452,86400,5,0,819,0,1,0,0,0),(48685,11321,389,1,1,0,0,-111.204,76.3607,-20.1425,3.19314,86400,5,0,819,0,1,0,0,0),(48684,11320,389,1,1,0,0,-125.112,80.0961,-21.3202,5.45818,86400,5,0,819,0,1,0,0,0),(48683,11321,389,1,1,0,0,-144.941,79.1501,-20.9783,3.0239,86400,5,0,819,0,1,0,0,0),(48682,11321,389,1,1,0,0,-198.621,60.1696,-13.8611,0.541052,86400,2,0,819,0,1,0,0,0),(48681,11321,389,1,1,0,0,-176.654,75.2942,-21.8957,0.992464,86400,5,0,819,0,1,0,0,0),(48680,11321,389,1,1,0,0,-124.161,63.9612,-21.2143,3.13162,86400,5,0,819,0,1,0,0,0),(48679,11320,389,1,1,0,0,-296.563,7.55345,-47.5269,1.92697,86400,3,0,819,0,1,0,0,0),(48678,11318,389,1,1,0,1,-306.314,-29.1276,-60.1744,1.22173,86400,0,0,819,0,0,0,0,0),(48677,11318,389,1,1,0,1,-300.512,-28.4078,-60.4574,2.53073,86400,0,0,819,0,0,0,0,0),(48676,11321,389,1,1,0,0,-208.558,55.8574,-13.9447,5.91302,86400,2,0,819,0,1,0,0,0),(48675,11320,389,1,1,0,0,-272.518,8.65636,-49.9972,5.8991,86400,2,0,819,0,1,0,0,0),(48674,11318,389,1,1,0,1,-264.196,-92.5713,-61.7963,2.57623,86400,2,0,819,0,1,0,0,0),(48673,11318,389,1,1,0,1,-290.812,-47.0829,-60.89,0.231919,86400,5,0,819,0,1,0,0,0),(48672,11318,389,1,1,0,1,-285.522,-20.8822,-60.4145,3.38594,86400,2,0,819,0,1,0,0,0),(48671,11319,389,1,1,0,0,-271.827,-64.4,-60.3566,2.04204,86400,0,0,759,264,0,0,0,0),(48670,11319,389,1,1,0,0,-280.902,-49.179,-60.9322,3.31393,86400,5,0,759,264,1,0,0,0),(48669,11319,389,1,1,0,0,-287.744,-73.9324,-60.5234,4.84725,86400,0,1,759,264,2,0,0,0),(48668,11319,389,1,1,0,0,-270.089,-96.8868,-61.9013,4.87834,86400,2,0,759,264,1,0,0,0),(48667,11318,389,1,1,0,1,-269.28,-60.0032,-60.3566,2.26893,86400,0,0,819,0,0,0,0,0),(48666,11318,389,1,1,0,1,-270.127,-31.8806,-60.6085,5.11381,86400,0,0,819,0,0,0,0,0),(48665,11318,389,1,1,0,1,-276.93,-63.3295,-60.3566,1.58825,86400,0,0,819,0,0,0,0,0),(48664,11321,389,1,1,0,0,-252.09,7.15975,-50.0273,4.56215,86400,3,0,819,0,1,0,0,0),(48663,11318,389,1,1,0,1,-255.431,-66.4518,-62.1072,1.43574,86400,0,0,819,0,0,0,0,0),(48662,11319,389,1,1,0,0,-253.886,-38.8841,-60.4593,2.17095,86400,5,0,759,264,1,0,0,0),(48661,11318,389,1,1,0,1,-240.714,-8.03152,-61.5235,0.060824,86400,2,0,819,0,1,0,0,0),(48660,11318,389,1,1,0,1,-262.216,-29.8943,-60.6085,4.76475,86400,0,0,819,0,0,0,0,0),(48659,11318,389,1,1,0,1,-261.781,-5.76433,-63.9288,0.762733,86400,2,0,819,0,1,0,0,0),(48658,11318,389,1,1,0,1,-266.61,-44.4024,-60.8488,0.279253,86400,5,0,819,0,1,0,0,0),(48657,11319,389,1,1,0,0,-266.73,-28.0281,-60.6085,5.02655,86400,0,0,759,264,0,0,0,0),(48656,11318,389,1,1,0,1,-217.669,-5.11624,-61.7999,4.29193,86400,2,0,819,0,1,0,0,0),(48655,11318,389,1,1,0,1,-215.446,-15.9344,-61.8032,1.9232,86400,0,1,819,0,2,0,0,0),(48654,11318,389,1,1,0,1,-238.656,-31.5648,-56.6214,5.07891,86400,0,0,819,0,0,0,0,0),(48653,11318,389,1,1,0,1,-237.985,-40.3476,-56.2706,1.3439,86400,0,0,819,0,0,0,0,0),(48652,11319,389,1,1,0,0,-211.07,-7.25025,-61.8044,4.81248,86400,2,0,759,264,1,0,0,0),(48651,11318,389,1,1,0,1,-229.281,-59.7834,-61.3117,4.95529,86400,2,0,819,0,1,0,0,0),(48650,11318,389,1,1,0,1,-183.393,2.79912,-56.8092,5.4162,86400,2,0,819,0,1,0,0,0),(48649,11318,389,1,1,0,1,-204.723,-1.24259,-61.6764,3.33479,86400,2,0,819,0,1,0,0,0),(48648,11318,389,1,1,0,1,-181.511,-32.0671,-44.4307,3.20698,86400,0,1,819,0,2,0,0,0),(48647,11318,389,1,1,0,1,-200.409,-69.7984,-63.2233,1.13289,86400,2,0,819,0,1,0,0,0),(48646,11321,389,1,1,0,0,-111.344,52.0495,-18.6906,5.17827,86400,5,0,819,0,1,0,0,0),(48645,11318,389,1,1,0,1,-154.037,27.9676,-38.5669,2.3911,86400,0,0,819,0,0,0,0,0),(48644,11517,389,1,1,0,1,-147.548,38.7127,-38.8039,4.39823,86400,0,0,1424,0,0,0,0,0),(48643,11319,389,1,1,0,0,-148.041,27.1943,-38.8538,3.74643,86400,2,0,759,264,1,0,0,0),(48642,11320,389,1,1,0,0,-168.542,13.3261,-29.6158,0.190191,86400,2,0,819,0,1,0,0,0),(48641,11834,389,1,1,0,0,-148.075,23.5742,-38.6318,4.11898,86400,0,0,300,0,0,0,0,0),(48640,11318,389,1,1,0,1,-160.754,-65.051,-59.4342,0.041957,86400,2,0,819,0,1,0,0,0),(48639,11319,389,1,1,0,0,-174.416,-65.4036,-57.8333,1.31717,86400,2,0,759,264,1,0,0,0),(48638,11318,389,1,1,0,1,-162.128,-43.5051,-59.124,2.21657,86400,2,0,819,0,1,0,0,0),(48637,11319,389,1,1,0,0,-162.553,-26.8425,-57.8494,4.35569,86400,2,0,759,264,1,0,0,0),(44184,11321,389,1,1,0,0,-94.604,54.1892,-17.9829,5.00078,86400,5,0,819,0,1,0,0,0),(43583,11318,389,1,1,0,1,-152.453,3.90943,-40.59,2.53152,86400,2,0,819,0,1,0,0,0),(43582,11319,389,1,1,0,0,-147.681,0.443873,-39.1503,5.74279,86400,2,0,759,264,1,0,0,0),(43581,11318,389,1,1,0,1,-142.297,-6.18364,-53.1894,0.975298,86400,2,0,819,0,1,0,0,0),(43580,11319,389,1,1,0,0,-141.863,-18.6146,-54.7477,0.715585,86400,2,0,759,264,1,0,0,0),(43579,11318,389,1,1,0,1,-148.183,-52.4618,-57.7852,2.93215,86400,2,0,819,0,1,0,0,0),(42629,11319,389,1,1,0,0,-145.738,-57.7801,-58.4145,2.6529,86400,2,0,759,264,1,0,0,0),(38050,11318,389,1,1,0,1,-157.268,-21.7249,-57.2708,5.39606,86400,2,0,819,0,1,0,0,0),(38049,11319,389,1,1,0,0,-136.804,-3.84714,-53.0579,5.37443,86400,2,0,759,264,1,0,0,0),(38048,11320,389,1,1,0,0,-95.8062,45.3441,-17.4092,1.72232,86400,2,0,819,0,1,0,0,0),(38047,11320,389,1,1,0,0,-129.135,-35.1578,-33.2627,3.7001,86400,5,0,819,0,1,0,0,0),(38046,11320,389,1,1,0,0,-106.32,-37.6574,-30.0448,5.36449,86400,5,0,819,0,1,0,0,0),(38045,11320,389,1,1,0,0,-23.8034,-62.1556,-21.3704,4.06767,86400,5,0,819,0,1,0,0,0),(48753,17919,534,1,1,0,1,5013.85,-1742.17,1324.35,2.52227,120,0,0,41916,0,0,0,0,0),(48754,17919,534,1,1,0,1,5011.98,-1744.78,1324.25,2.52227,120,0,0,41916,0,0,0,0,0),(48755,17919,534,1,1,0,1,5014.71,-1744.86,1323.45,2.56154,120,0,0,41916,0,0,0,0,0),(48756,17919,534,1,1,0,1,5018.39,-1739.24,1324.01,2.62437,120,0,0,41916,0,0,0,0,0),(48757,17920,534,1,1,0,1,5021.74,-1775.46,1322.52,1.9602,120,0,0,83832,0,0,0,0,0),(48758,17920,534,1,1,0,1,5031.68,-1769.41,1323.26,2.02382,120,0,0,83832,0,0,0,0,0),(48759,17920,534,1,1,0,1,5035.63,-1766.39,1324.29,2.24684,120,0,0,83832,0,0,0,0,0),(46735,8901,230,1,1,9289,1,1317.54,-507.65,-91.4042,6.0912,300,0,0,711,0,0,0,0,0),(46734,8901,230,1,1,9290,1,1317.83,-510.373,-91.2501,4.83456,300,0,0,711,0,0,0,0,0),(46733,8901,230,1,1,9290,1,1312.02,-528.101,-91.9644,2.26893,300,0,0,711,0,0,0,0,0),(46732,8901,230,1,1,9289,1,1409.57,-438.247,-92.0134,2.93482,300,5,0,711,0,1,0,0,0),(46731,8901,230,1,1,9289,1,1412.36,-440.384,-91.9685,2.98113,300,5,0,711,0,1,0,0,0),(46730,8901,230,1,1,8755,1,1408.04,-440.49,-92.0155,2.88517,300,5,0,711,0,1,0,0,0),(46729,8901,230,1,1,9290,1,1406.67,-437.559,-92.0174,3.05489,300,5,0,711,0,1,0,0,0),(46728,8901,230,1,1,9289,1,1408.73,-441.652,-92.0163,2.67557,300,5,0,711,0,1,0,0,0),(46727,8901,230,1,1,9288,1,1375.97,-314.035,-91.9711,6.26573,300,0,0,711,0,0,0,0,0),(46726,8901,230,1,1,8755,1,1364.15,-322.884,-91.9711,0.383972,300,0,0,711,0,0,0,0,0),(46725,8901,230,1,1,9288,1,1358.37,-320.16,-91.9711,4.55531,300,0,0,711,0,0,0,0,0),(46724,8901,230,1,1,9290,1,1358.59,-325.582,-91.9711,5.044,300,0,0,711,0,0,0,0,0),(46690,8901,230,1,1,9288,1,1377.86,-318.819,-91.9711,5.95157,300,0,0,711,0,0,0,0,0),(46673,8901,230,1,1,9290,1,1361.85,-330.713,-91.9711,4.95674,300,0,0,711,0,0,0,0,0),(46672,8901,230,1,1,9288,1,1356.39,-324.415,-91.9711,5.41052,300,0,0,711,0,0,0,0,0),(46671,8901,230,1,1,8755,1,1374.57,-320.029,-91.9711,3.21141,300,0,0,711,0,0,0,0,0),(46670,8901,230,1,1,9290,1,1366.39,-329.734,-91.9711,1.53589,300,0,0,711,0,0,0,0,0),(46669,8901,230,1,1,8755,1,1372.49,-314.385,-91.9711,1.39626,300,0,0,711,0,0,0,0,0),(46668,8901,230,1,1,9289,1,1313.41,-490.423,-91.9468,1.02974,300,0,0,711,0,0,0,0,0),(46667,8901,230,1,1,8755,1,1327.05,-476.426,-91.9285,2.9147,300,0,0,711,0,0,0,0,0),(46666,8901,230,1,1,9288,1,1328.44,-479.934,-91.9285,2.51327,300,0,0,711,0,0,0,0,0),(46665,8901,230,1,1,8755,1,1360.74,-476.122,-91.9301,2.68781,300,0,0,711,0,0,0,0,0),(46664,8901,230,1,1,9289,1,1359.9,-474.131,-91.9295,0.645772,300,0,0,711,0,0,0,0,0),(46663,8901,230,1,1,9290,1,1340.14,-473.729,-91.9285,1.01229,300,0,0,711,0,0,0,0,0),(46662,8901,230,1,1,9290,1,1350.09,-490.05,-91.9285,5.58505,300,0,0,711,0,0,0,0,0),(46661,8901,230,1,1,9288,1,1312.22,-488.184,-91.9508,0.05236,300,0,0,711,0,0,0,0,0),(46660,8901,230,1,1,9288,1,1343.19,-469.666,-91.9285,1.48353,300,0,0,711,0,0,0,0,0),(46659,8901,230,1,1,9289,1,1348.49,-487.341,-91.9285,4.60767,300,0,0,711,0,0,0,0,0),(46658,8901,230,1,1,9290,1,1303.38,-404.172,-92.0316,4.15168,300,0,0,711,0,0,0,0,0),(46657,8901,230,1,1,9288,1,1302.82,-408.022,-92.0343,4.21156,300,0,0,711,0,0,0,0,0),(46655,8901,230,1,1,9289,1,1301.41,-405.286,-92.038,4.1211,300,0,0,711,0,0,0,0,0),(46654,8901,230,1,1,9288,1,1299.71,-418.995,-92.0102,5.0075,300,5,0,711,0,1,0,0,0),(46653,8908,230,1,1,8179,0,1188.54,-159.79,-74.2803,0.10472,7200,0,0,11500,4234,0,0,0,0),(46652,8908,230,1,1,8179,0,1154.04,-132.777,-74.2814,3.4383,7200,0,0,11500,4234,0,0,0,0),(46651,8900,230,1,1,8813,1,1102.28,-177.753,-65.2253,2.23402,7200,0,0,2305,4896,0,0,0,0),(46650,8900,230,1,1,8813,1,1115.12,-178.39,-65.2253,1.02974,7200,0,0,2305,4896,0,0,0,0),(46649,8900,230,1,1,8815,1,1109.63,-186.832,-65.2253,3.28122,7200,0,0,2305,4896,0,0,0,0),(46648,8908,230,1,1,8179,0,1129.35,-155.306,-74.8279,3.21141,7200,0,0,11500,4234,0,0,0,0),(46647,8908,230,1,1,8179,0,1108.47,-179.58,-65.2253,2.30383,7200,0,0,11500,4234,0,0,0,0),(46646,8900,230,1,1,8813,1,1164.66,-190.199,-65.2258,3.36848,7200,0,0,2305,4896,0,0,0,0),(46645,8900,230,1,1,8815,1,1175.66,-187.799,-65.3796,5.20513,7200,5,0,2305,4896,1,0,0,0),(46644,8900,230,1,1,8812,1,1171.13,-197.181,-65.3385,3.97288,7200,5,0,2305,4896,1,0,0,0),(46643,8900,230,1,1,8815,1,1151.85,-136.934,-74.28,0.593412,7200,0,0,2305,4896,0,0,0,0),(46642,8900,230,1,1,8812,1,1149.71,-126.622,-74.3665,4.85309,7200,5,0,2305,4896,1,0,0,0),(46641,8908,230,1,1,8179,0,1170.21,-190.345,-65.3693,0.314159,7200,0,0,11500,4234,0,0,0,0),(46640,8900,230,1,1,8815,1,1135.4,-154.116,-74.9148,2.00465,7200,5,0,2305,4896,1,0,0,0),(46639,8900,230,1,1,8812,1,1128.28,-164.158,-74.8325,3.89208,7200,0,0,2305,4896,0,0,0,0),(46638,8900,230,1,1,8814,1,1184.31,-153.947,-74.2816,0.436332,7200,0,0,2305,4896,0,0,0,0),(46632,8900,230,1,1,8815,1,1194.82,-160.041,-74.3724,5.54385,7200,5,0,2305,4896,1,0,0,0),(46631,8900,230,1,1,8812,1,1186.99,-165.436,-74.2779,2.87979,7200,0,0,2305,4896,0,0,0,0),(46630,9554,230,1,1,8684,1,866.374,-162.741,-49.673,0.562199,7200,0,0,6183,0,0,0,0,0),(46629,9545,230,1,1,8675,1,892.558,-205.468,-43.6204,2.85076,7200,0,0,2061,0,0,0,0,0),(46628,9547,230,1,1,8679,1,823.385,-180.029,-49.6699,0.888466,7200,0,0,1443,4140,0,0,0,0),(46627,9545,230,1,1,8675,1,864.622,-175.079,-49.6731,1.99312,7200,0,0,2061,0,0,0,0,0),(46626,9554,230,1,1,8682,1,840.683,-190.213,-49.6699,5.73082,7200,0,0,6183,0,0,0,0,0),(545,2490,0,1,1,7165,1,-14411.1,427.967,8.95735,0.698132,300,0,0,2138,0,0,0,0,0),(544,2488,0,1,1,1282,1,-14459.2,503,26.3593,4.67748,300,0,0,1279,0,0,0,0,0),(543,2487,0,1,1,1667,0,-14444.8,486.81,28.809,0.506145,300,0,0,4120,0,0,0,0,0),(542,2486,0,1,1,7162,1,-14433.2,458.988,15.5349,4.60767,300,0,0,1981,0,0,0,0,0),(541,2465,0,1,1,4366,1,-12412.8,171.235,3.41187,5.53269,300,0,0,2218,0,0,0,0,0),(540,7871,0,1,1,7042,1,-12619,-111.231,18.5,3.49066,300,0,0,2769,0,0,0,0,0),(539,8679,0,1,1,7952,1,-12667.6,-1037.03,97.705,0,300,0,0,1981,0,0,0,0,0),(538,2687,0,1,1,4493,1,-12666.6,-1032.14,97.9603,0.994838,300,0,0,1981,0,0,0,0,0),(537,6807,0,1,1,7105,0,-14457.7,495.348,15.2129,3.97935,300,0,0,2399,0,0,0,0,0),(536,10060,0,1,1,9284,0,-14454,479.107,15.1179,5.41052,300,0,0,2399,0,0,0,0,0),(535,737,0,1,1,7163,0,-14449.8,497.925,26.3693,3.24631,300,0,0,1342,0,0,0,0,0),(534,469,0,1,1,2593,1,-11296.9,-206.689,75.8833,2.77507,1800,0,0,61040,0,0,0,0,0),(533,718,0,1,1,1659,1,-11617.4,-48.0135,11.0552,4.59022,300,0,0,1753,0,0,0,0,0),(46625,9554,230,1,1,8682,1,843.22,-188.302,-49.6703,3.78738,7200,0,0,6183,0,0,0,0,0),(46624,9547,230,1,1,8680,1,878.769,-147.397,-49.6759,4.30297,7200,0,0,1443,4140,0,0,0,0),(46622,9547,230,1,1,8680,1,859.402,-142.498,-49.6721,4.63184,7200,0,0,1443,4140,0,0,0,0),(46621,9545,230,1,1,8674,1,818.89,-180.504,-49.6699,0.105216,7200,0,0,2061,0,0,0,0,0),(46620,9554,230,1,1,8683,1,875.497,-216.125,-42.5926,2.13984,7200,0,0,6183,0,0,0,0,0),(46619,9543,230,1,1,8667,1,878.471,-167.726,-49.6751,2.51327,43200,0,0,7359,0,0,0,0,0),(46618,10043,230,1,1,9233,1,877.042,-166.488,-49.6748,5.77704,7200,0,0,6183,0,0,0,0,0),(46617,10043,230,1,1,9235,1,875.615,-168.167,-49.6746,0.418879,7200,0,0,6183,0,0,0,0,0),(46616,10043,230,1,1,9235,1,880.844,-167.852,-49.673,2.6529,7200,0,0,6183,0,0,0,0,0),(46615,9502,230,1,1,8177,0,868.97,-224.979,-43.7191,2.1145,43200,0,0,18298,0,0,0,0,0),(46614,9503,230,1,1,8654,1,891.198,-197.924,-43.6204,3.21141,7200,0,0,3082,0,0,0,0,0),(46613,9500,230,1,1,2834,0,867.078,-201.304,-43.7037,3.54772,7200,0,0,7599,0,2,0,0,0),(46612,8905,230,1,1,8289,0,807.998,-345.878,-50.4947,3.29867,7200,0,0,7359,0,0,0,0,0),(46611,8905,230,1,1,8289,0,813.551,-353.742,-50.4947,4.86947,7200,0,0,7359,0,0,0,0,0),(46610,8905,230,1,1,8289,0,819.453,-348.958,-50.4947,0.349066,7200,0,0,7359,0,0,0,0,0),(46608,8905,230,1,1,8289,0,813.64,-341.803,-50.4947,1.46608,7200,0,0,7359,0,0,0,0,0),(46607,8921,230,1,1,8180,0,581.38,-175.372,-84.4117,1.44862,7200,0,0,2672,0,0,0,0,0),(46309,8921,230,1,1,8180,0,576.286,-184.65,-84.4119,3.735,7200,0,0,2672,0,0,0,0,0),(46302,8921,230,1,1,8180,0,581.101,-190.509,-84.4085,2.16421,7200,0,0,2672,0,0,0,0,0),(46301,8921,230,1,1,8180,0,574.727,-196.646,-84.4187,2.84489,7200,0,0,2672,0,0,0,0,0),(46300,8921,230,1,1,8180,0,580.26,-202.699,-84.4234,0.349066,7200,0,0,2672,0,0,0,0,0),(46299,8921,230,1,1,8180,0,587.25,-201.465,-84.5078,2.52397,7200,5,0,2672,0,1,0,0,0),(46298,8921,230,1,1,8180,0,611.45,-178.513,-84.4869,2.05198,7200,5,0,2672,0,1,0,0,0),(46297,8921,230,1,1,8180,0,609.918,-177.402,-84.4864,2.08212,7200,5,0,2672,0,1,0,0,0),(46284,9319,230,1,1,9212,1,607.671,-174.768,-84.4864,2.30979,43200,0,0,10670,0,0,0,0,0),(46281,8921,230,1,1,8180,0,606.222,-168.193,-84.4068,5.72468,7200,0,0,2672,0,0,0,0,0),(46273,8921,230,1,1,8180,0,604.812,-177.6,-84.4021,0.506145,7200,0,0,2672,0,0,0,0,0),(46272,8921,230,1,1,8180,0,606.907,-193.305,-84.4048,1.8326,7200,0,0,2672,0,0,0,0,0),(46271,8921,230,1,1,8180,0,612.43,-173.572,-84.4067,0.191986,7200,0,0,2672,0,0,0,0,0),(46270,8921,230,1,1,8180,0,614.706,-184.568,-84.4061,3.52556,7200,0,0,2672,0,0,0,0,0),(46269,8921,230,1,1,8180,0,613.94,-197.911,-84.4086,0.261799,7200,0,0,2672,0,0,0,0,0),(46268,8911,230,1,1,5488,0,849.381,-243.453,-115.923,2.75549,7200,5,0,7599,0,1,0,0,0),(46267,8911,230,1,1,5488,0,1027.69,-245.993,-111.134,6.25596,7200,5,0,7599,0,1,0,0,0),(46266,8911,230,1,1,5488,0,926.193,-352.366,-116.112,2.25605,7200,5,0,7599,0,1,0,0,0),(46265,8911,230,1,1,5488,0,1211.19,-371.824,-92.7095,0.837758,7200,0,0,7599,0,0,0,0,0),(46264,8911,230,1,1,5488,0,1203.86,-372.471,-91.9976,0.715585,7200,0,0,7599,0,0,0,0,0),(46263,8911,230,1,1,5488,0,1204.43,-364.392,-92.7734,0.593412,7200,0,0,7599,0,0,0,0,0),(46262,8911,230,1,1,5488,0,829.611,-72.7661,-54.1954,2.26893,7200,0,0,7599,0,0,0,0,0),(46261,8911,230,1,1,5488,0,819.303,-75.9035,-54.1882,1.46608,7200,0,0,7599,0,0,0,0,0),(46260,8920,230,1,1,8895,1,934.78,-242.939,-50.2242,5.74213,7200,0,0,2453,0,0,0,0,0),(46259,8899,230,1,1,8823,1,940.441,-246.455,-50.2505,2.56563,7200,0,0,7359,0,0,0,0,0),(46258,8899,230,1,1,8821,1,927.385,-260.026,-49.8526,0.767945,7200,0,0,7359,0,0,0,0,0),(46256,8902,230,1,1,8801,1,929.761,-256.317,-49.8526,5.23599,7200,0,0,1834,1864,0,0,0,0),(46255,8902,230,1,1,8799,1,933.663,-258.504,-49.8526,2.77507,7200,0,0,1834,1864,0,0,0,0),(46254,8902,230,1,1,8798,1,935.763,-246.896,-50.114,0.314159,7200,0,0,1834,1864,0,0,0,0),(46253,8911,230,1,1,5488,0,934.519,-292.655,-49.8605,1.55334,7200,0,0,7599,0,0,0,0,0),(46252,8900,230,1,1,8812,1,929.067,-287.174,-49.8526,6.0912,7200,0,0,2305,4896,0,0,0,0),(46251,8900,230,1,1,8815,1,936.359,-285.072,-49.8526,4.20624,7200,0,0,2305,4896,0,0,0,0),(46250,8898,230,1,1,8751,1,939.377,-288.623,-49.8552,3.05433,7200,0,0,5886,3964,0,0,0,0),(46249,8902,230,1,1,8798,1,931.526,-284.472,-49.8526,5.41052,7200,0,0,1834,1864,0,0,0,0),(46248,8902,230,1,1,8799,1,931.065,-289.693,-49.8563,0.383972,7200,0,0,1834,1864,0,0,0,0),(46247,8911,230,1,1,5488,0,840.473,-106.465,-53.8818,2.18166,7200,0,0,7599,0,0,0,0,0),(46246,8911,230,1,1,5488,0,828.983,-110.763,-54.0495,1.55334,7200,0,0,7599,0,0,0,0,0),(46245,8911,230,1,1,5488,0,1161.94,-315.639,-105.112,4.14595,7200,3,0,7599,0,1,0,0,0),(46236,8911,230,1,1,5488,0,1022.1,-303.398,-116.355,1.51979,7200,5,0,7599,0,1,0,0,0),(45959,8901,230,1,1,8755,1,654.966,24.1877,-59.9753,4.17134,300,0,0,711,0,0,0,0,0),(45958,8901,230,1,1,8755,1,656.37,22.6035,-59.9749,3.49066,300,0,0,711,0,0,0,0,0),(45956,8901,230,1,1,8755,1,656.497,19.4238,-59.9749,2.56563,300,0,0,711,0,0,0,0,0),(45955,8901,230,1,1,9288,1,654.28,17.6029,-59.9755,1.79769,300,0,0,711,0,0,0,0,0),(45954,9033,230,1,1,8756,1,652.39,21.3737,-59.976,0.087266,43200,0,0,20912,0,0,0,0,0),(45953,8898,230,1,1,8751,1,679.312,-5.77373,-59.9752,5.41052,7200,0,0,5886,3964,0,0,0,0),(45952,8898,230,1,1,8751,1,760.401,-45.5855,-46.1504,5.37561,7200,0,0,5886,3964,0,0,0,0),(45951,8899,230,1,1,8820,1,692.489,57.5112,-45.3842,3.50811,7200,0,0,7359,0,0,0,0,0),(45950,8899,230,1,1,8821,1,692.283,-16.0764,-45.5909,1.71042,7200,0,0,7359,0,0,0,0,0),(45949,8911,230,1,1,5488,0,688.132,54.0359,-45.3838,1.01229,7200,0,0,7599,0,0,0,0,0),(45948,8898,230,1,1,8751,1,752.979,-48.4012,-46.1504,5.3058,7200,0,0,5886,3964,0,0,0,0),(45947,8898,230,1,1,8751,1,719.831,57.1718,-44.9377,1.74533,7200,0,0,5886,3964,0,0,0,0),(45946,8898,230,1,1,8751,1,717.922,36.237,-45.3848,3.9619,7200,0,0,5886,3964,0,0,0,0),(45945,8911,230,1,1,5488,0,711.948,33.2579,-45.3835,0.418879,7200,0,0,7599,0,0,0,0,0),(45944,8911,230,1,1,5488,0,682.926,55.1231,-59.9582,4.72984,7200,0,0,7599,0,0,0,0,0),(45943,8909,230,1,1,2172,0,590.8,-89.0486,-45.4405,3.15009,7200,0,0,5316,3614,2,0,0,0),(45942,8891,230,1,1,8750,1,590.742,-56.0564,-59.9498,6.12611,7200,0,0,6645,0,0,0,0,0),(45941,8891,230,1,1,8750,1,568.427,-81.7641,-44.9377,3.12414,7200,0,0,6645,0,0,0,0,0),(45940,8891,230,1,1,8750,1,558.476,-84.2628,-44.9377,4.55531,7200,0,0,6645,0,0,0,0,0),(45939,8892,230,1,1,8718,1,564.076,-81.6126,-44.9377,6.23082,7200,0,0,6645,0,0,0,0,0),(45938,8891,230,1,1,8750,1,697.92,-140.543,-45.8958,5.89921,7200,0,0,6645,0,0,0,0,0),(45937,8892,230,1,1,8718,1,688.344,-130.237,-46.3466,2.14675,7200,0,0,6645,0,0,0,0,0),(45936,8891,230,1,1,8750,1,626.941,-54.9923,-59.9761,0.715585,7200,0,0,6645,0,0,0,0,0),(45935,8892,230,1,1,8718,1,627.185,-122.955,-46.1504,2.70526,7200,0,0,6645,0,0,0,0,0),(45934,8892,230,1,1,8718,1,614.047,-39.4023,-59.9753,3.61283,7200,0,0,6645,0,0,0,0,0),(45933,8907,230,1,1,8178,0,856.701,17.871,-53.6308,2.53073,7200,0,0,7599,0,0,0,0,0),(45932,8906,230,1,1,8177,0,851.842,13.2664,-53.6419,2.28638,7200,0,0,7599,0,0,0,0,0),(45931,8983,230,1,1,8759,1,846.801,16.2806,-53.6395,3.14159,43200,0,0,12546,16936,0,0,0,0),(45930,8890,230,1,1,8758,1,499.568,-57.4589,-62.7666,3.05433,7200,0,0,6414,0,0,0,0,0),(45929,8890,230,1,1,8758,1,508.805,-117.66,-62.8238,5.13127,7200,0,0,6414,0,0,0,0,0),(40507,9216,229,1,1,0,1,-44.3139,-364.787,52.0571,1.8326,10800,5,0,1,0,1,0,0,0),(45843,9596,229,1,1,0,1,-26.6918,-428.557,-18.935,2.25881,3600,0,0,8883,0,0,0,0,0),(45841,16044,229,1,1,11686,0,-15.9034,-455.282,-18.6442,3.15971,450,0,0,4120,0,0,0,0,0),(45840,9237,229,1,1,0,1,-16.9764,-459.149,-18.6442,3.19856,1000000,0,0,28710,0,0,0,0,0),(45839,10221,229,1,1,0,0,-189.877,-314.318,64.4244,5.66943,3600,0,0,3082,0,0,0,0,0),(137992,10319,229,1,1,0,1,32.9856,-441.198,110.948,4.68553,7200,0,0,1,0,0,0,0,0),(45837,10221,229,1,1,0,0,-191.318,-327.289,64.4237,0.0946771,3600,0,0,3082,0,0,0,0,0),(45836,10221,229,1,1,0,0,-189.506,-338.428,64.4237,0.781901,3600,0,0,3082,0,0,0,0,0),(45835,10221,229,1,1,0,0,-193.167,-333.018,64.4237,0.774047,3600,0,0,3082,0,0,0,0,0),(137832,9096,229,1,1,0,1,165.521,-394.921,122.059,4.67748,7200,0,0,1,0,0,0,0,0),(137831,9096,229,1,1,0,1,161.09,-316.202,70.9563,1.91313,7200,10,0,1,0,1,0,0,0),(137833,9096,229,1,1,0,1,167.774,-338.655,111.034,2.79253,7200,0,0,1,0,0,0,0,0),(137829,9096,229,1,1,0,1,147.042,-312.391,71.0397,5.55015,7200,10,0,1,0,1,0,0,0),(137828,9096,229,1,1,0,1,142.593,-342.274,111.041,1.39626,7200,0,0,1,0,0,0,0,0),(137827,9096,229,1,1,0,1,138.316,-395.086,122.059,4.76475,7200,0,0,1,0,0,0,0,0),(137826,9096,229,1,1,0,1,136.424,-316.189,111.064,0.0174533,7200,0,0,1,0,0,0,0,0),(137825,9096,229,1,1,0,1,136.282,-308.682,111.073,0.279253,7200,0,0,1,0,0,0,0,0),(137824,9096,229,1,1,0,1,136.037,-338.207,111.044,0.645772,7200,0,0,1,0,0,0,0,0),(137823,9096,229,1,1,0,1,128.02,-315.29,111.029,2.98451,7200,0,0,1,0,0,0,0,0),(45822,10442,229,1,1,0,0,-72.22,-522.59,82.52,0.89,10800,0,0,3340,6723,0,0,0,0),(45821,10442,229,1,1,0,0,-80.7,-515.13,81.5,5.96,10800,0,0,3340,6723,0,0,0,0),(45820,10442,229,1,1,0,0,-78.7,-498.2,78.28,4.78,10800,0,0,3340,6723,0,0,0,0),(45819,10442,229,1,1,0,0,-68.31,-477.43,78.09,3.68,10800,0,0,3340,6723,0,0,0,0),(45818,10442,229,1,1,0,0,-27.7,-504.27,81.92,2.9,10800,0,0,3340,6723,0,0,0,0),(45817,10442,229,1,1,0,0,-50.98,-454.08,77.99,4.16,10800,0,0,3340,6723,0,0,0,0),(45816,10447,229,1,1,0,1,-48.38,-425.97,77.93,1.55,7200,0,0,14805,0,0,0,0,0),(45815,10447,229,1,1,0,1,-58.4069,-425.825,77.7506,1.59715,7200,0,0,14805,0,0,0,0,0),(45814,10447,229,1,1,0,1,-48.1343,-389.362,77.7707,4.70733,7200,0,0,14805,0,0,0,0,0),(45813,10447,229,1,1,0,1,-58.51,-389,77.95,4.75,7200,0,0,14805,0,0,0,0,0),(45812,10447,229,1,1,0,1,-55.66,-525.15,85.01,2.49,7200,0,0,14805,0,0,0,0,0),(45811,10447,229,1,1,0,1,-77.57,-489.59,78.1,1.21,7200,0,0,14805,0,0,0,0,0),(45810,10447,229,1,1,0,1,-36.17,-501.62,80.34,2.73,7200,0,0,14805,0,0,0,0,0),(45809,10447,229,1,1,0,1,-52.73,-478.49,78.1,2.01,7200,0,0,14805,0,0,0,0,0),(45808,10263,229,1,1,0,1,-112.45,-324.33,64.35,4.72,1000000,0,0,10796,0,0,0,0,0),(45807,9708,229,1,1,0,0,-84.34,-316.24,71.13,1.47,10800,0,0,1266,0,0,0,0,0),(45806,9708,229,1,1,0,0,-52.5,-301.47,71.12,4.54,10800,0,0,1266,0,0,0,0,0),(45805,9583,229,1,1,0,1,-57.87,-344.53,71.12,1.57,10800,0,0,8613,0,0,0,0,0),(45804,9716,229,1,1,0,1,-49.81,-343.91,71.12,1.73,10800,0,0,8352,0,0,0,0,0),(45803,9716,229,1,1,0,1,-125.05,-311.78,71.13,4.17,10800,0,0,8352,0,0,0,0,0),(45802,9583,229,1,1,0,1,-94.97,-325.34,71.13,2.11,10800,0,0,8613,0,0,0,0,0),(45801,9583,229,1,1,0,1,-101.32,-307.14,71.13,2.89,10800,0,0,8613,0,0,0,0,0),(45800,9716,229,1,1,0,1,-73.14,-303.41,71.14,4.72,10800,0,0,8352,0,0,0,0,0),(45799,9716,229,1,1,0,1,-47.31,-317.95,71.13,3.46,10800,0,0,8352,0,0,0,0,0),(45798,9716,229,1,1,0,1,-48.01,-310.7,71.14,3.76,10800,0,0,8352,0,0,0,0,0),(45797,9693,229,1,1,0,1,-45.36,-304.61,71.13,3.24,10800,0,0,6891,2289,0,0,0,0),(45796,9717,229,1,1,0,1,-50.63,-301.02,71.12,4.56,10800,0,0,6681,2241,0,0,0,0),(45795,9717,229,1,1,0,1,-52.29,-317.55,71.15,2.34,10800,0,0,6681,2241,0,0,0,0),(45794,9717,229,1,1,0,1,-86.13,-315.54,71.13,0.68,10800,0,0,6681,2241,0,0,0,0),(45793,9717,229,1,1,0,1,-86.16,-310.31,71.13,5.38,10800,0,0,6681,2241,0,0,0,0),(45792,9717,229,1,1,0,1,-111.72,-292.94,71.13,4.66,10800,0,0,6681,2241,0,0,0,0),(45791,9717,229,1,1,0,1,-141.21,-303.18,71.13,1.44,10800,0,0,6681,2241,0,0,0,0),(45790,9717,229,1,1,0,1,-123.64,-295.36,71.13,3.24,10800,0,0,6681,2241,0,0,0,0),(45789,9693,229,1,1,0,1,-126.41,-298.89,71.13,1.24,10800,0,0,6891,2289,0,0,0,0),(45788,9693,229,1,1,0,1,-84.83,-350.11,71.13,2.34,10800,0,0,6891,2289,0,0,0,0),(45787,9693,229,1,1,0,1,-109.32,-293.38,71.13,4.5,10800,0,0,6891,2289,0,0,0,0),(45786,9693,229,1,1,0,1,-139.37,-300.34,71.13,3.28,10800,0,0,6891,2289,0,0,0,0),(45785,9693,229,1,1,0,1,-142.34,-300.78,71.13,6.17,10800,0,0,6891,2289,0,0,0,0),(45784,9583,229,1,1,0,1,-72.07,-322.15,71.15,3.22,10800,0,0,8613,0,0,0,0,0),(45783,9583,229,1,1,0,1,-72.31,-319.25,71.15,3.26,10800,0,0,8613,0,0,0,0,0),(45782,9583,229,1,1,0,1,-93.4,-345.73,71.13,1.83,10800,0,0,8613,0,0,0,0,0),(45781,9716,229,1,1,0,1,-87.88,-344.27,71.13,1.82,10800,0,0,8352,0,0,0,0,0),(45780,9716,229,1,1,0,1,-128.17,-294.49,71.13,5.73,10800,0,0,8352,0,0,0,0,0),(45779,9716,229,1,1,0,1,-125.2,-289.26,71.13,5.31,10800,0,0,8352,0,0,0,0,0),(45778,9583,229,1,1,0,1,-117.03,-288.6,71.13,4.54,10800,0,0,8613,0,0,0,0,0),(45777,9583,229,1,1,0,1,-120.92,-329.09,71.13,3.55,10800,0,0,8613,0,0,0,0,0),(45776,9583,229,1,1,0,1,-118.69,-329.8,71.13,3.64,10800,0,0,8613,0,0,0,0,0),(45775,9583,229,1,1,0,1,-120.09,-327.22,71.13,3.64,10800,0,0,8613,0,0,0,0,0),(45774,10221,229,1,1,0,0,-89.34,-294.39,71.13,4.21,3600,0,0,3082,0,0,0,0,0),(45773,10221,229,1,1,0,0,-93.34,-292.29,71.13,3.99,3600,0,0,3082,0,0,0,0,0),(45772,10221,229,1,1,0,0,-139.37,-315.74,71.13,0.01,3600,0,0,3082,0,0,0,0,0),(45771,10221,229,1,1,0,0,-138.83,-321.97,71.13,6.22,3600,0,0,3082,0,0,0,0,0),(45770,10221,229,1,1,0,0,-124.68,-351.63,71.13,2.12,3600,0,0,3082,0,0,0,0,0),(45769,10221,229,1,1,0,0,-122.66,-346.86,71.13,2.35,3600,0,0,3082,0,0,0,0,0),(532,715,0,1,1,1410,1,-11628.6,-54.5569,11.0223,0.069813,300,0,0,1753,0,0,0,0,0),(49163,17919,534,1,1,0,1,5038.07,-1828.53,1323.22,0.0131984,120,0,0,41916,0,0,0,0,0),(49164,17919,534,1,1,0,1,5039.15,-1833.28,1323.65,0.295942,120,0,0,41916,0,0,0,0,0),(12940,3104,1,1,1,1246,0,-861.486,-5146.85,-6.32345,2.57907,300,10,0,120,0,1,0,0,0),(12939,3116,1,1,1,6814,0,866.723,-4633.01,13.9123,1.309,300,0,0,137,0,0,0,0,0),(12938,3117,1,1,1,2166,0,1072.86,-4681.6,13.8102,0.597732,300,5,0,176,0,1,0,0,0),(12937,3117,1,1,1,2166,0,935.446,-4781.74,21.9261,1.02392,300,5,0,176,0,1,0,0,0),(12936,3118,1,1,1,6815,0,953.471,-4771.75,23.5511,2.39116,300,5,0,186,191,1,0,0,0),(12935,3117,1,1,1,2166,0,880.661,-4815.5,14.807,2.80792,300,3,0,176,0,1,0,0,0),(12934,3115,1,1,1,3012,0,661.947,-4599.93,-0.391483,1.62726,300,5,0,137,0,1,0,0,0),(12933,3116,1,1,1,6814,0,1121,-4544.22,18.1416,1.65747,300,10,0,137,0,1,0,0,0),(12932,3119,1,1,1,9442,1,-964.186,-4481.59,25.8882,1.91045,300,3,0,120,0,1,0,0,0),(12931,3104,1,1,1,1246,0,-1175.52,-5189.02,-7.37558,4.27219,300,10,0,120,0,1,0,0,0),(30395,6329,90,1,1,976,0,-425.039,178.295,-154.66,5.74213,86400,5,0,1830,655,1,0,0,0),(30394,6329,90,1,1,976,0,-512.154,175.506,-155.153,2.53073,86400,3,0,1830,655,1,0,0,0),(30393,6224,90,1,1,6936,1,-826.708,425.943,-272.592,6.18491,86400,2,0,787,0,1,0,0,0),(30392,6226,90,1,1,6890,0,-797.69,538.168,-295.578,0.679326,86400,2,0,2388,0,1,0,0,0),(30391,6226,90,1,1,6890,0,-788.414,420.179,-272.578,3.00892,86400,3,0,2388,0,1,0,0,0),(30390,6227,90,1,1,6891,0,-743.622,238.119,-273.08,2.5883,86400,5,0,2550,878,1,0,0,0),(30389,6224,90,1,1,6936,1,-798.065,382.68,-316.433,1.66084,86400,2,0,787,0,1,0,0,0),(30388,6227,90,1,1,6891,0,-822.527,425.77,-272.59,0.008276,86400,5,0,2550,878,1,0,0,0),(30387,6224,90,1,1,6936,1,-840.707,290.14,-272.607,5.71985,86400,2,0,787,0,1,0,0,0),(12930,3122,1,1,1,1960,0,151.262,-4162.34,49.6573,0.283403,300,10,0,120,0,1,0,0,0),(12929,3125,1,1,1,2486,0,132.915,-4918.65,12.9131,0.240713,200,5,0,102,0,1,0,0,0),(12928,3106,1,1,1,1307,0,-206.62,-5343.49,-8.28776,3.5047,200,10,0,102,0,1,0,0,0),(12927,3104,1,1,1,1246,0,-648.596,-5211.55,-9.31795,5.54616,300,10,0,120,0,1,0,0,0),(12926,3120,1,1,1,9443,1,-956.766,-4504.15,26.2437,3.67364,300,5,0,131,138,1,0,0,0),(43472,25075,647,1,1,0,0,-3.3964,-7.90545,-23.6967,6.24828,180,0,0,1,0,0,0,0,0),(30386,6226,90,1,1,6890,0,-858.712,391.157,-316.43,2.59422,86400,3,0,2388,0,1,0,0,0),(30385,6226,90,1,1,6890,0,-844.277,432.41,-312.281,0.644145,86400,2,0,2388,0,1,0,0,0),(30384,6226,90,1,1,6890,0,-837.74,291.732,-272.605,0.783807,86400,5,0,2388,0,1,0,0,0),(30383,6222,90,1,1,6934,1,-487.225,549.376,-230.602,2.94272,86400,0,0,787,0,0,0,0,0),(30382,6222,90,1,1,6934,1,-592.991,578.047,-230.517,5.3058,86400,2,0,787,0,1,0,0,0),(30381,7603,90,1,1,6968,0,-599.175,579.219,-230.602,0.809533,86400,2,0,787,0,1,0,0,0),(30380,7603,90,1,1,6967,0,-593.291,589.403,-230.517,0,86400,2,0,787,0,1,0,0,0),(30379,7603,90,1,1,6967,0,-596.914,584.571,-230.601,4.46223,86400,2,0,787,0,1,0,0,0),(30378,7603,90,1,1,6968,0,-591.288,583.902,-230.517,6.24828,86400,2,0,787,0,1,0,0,0),(30377,6222,90,1,1,6932,1,-461.171,464.069,-230.601,0.802967,86400,2,0,787,0,1,0,0,0),(30376,7603,90,1,1,6967,0,-460.763,451.258,-230.517,6.26573,86400,2,0,787,0,1,0,0,0),(30375,7603,90,1,1,6968,0,-467.127,458.6,-230.518,0,86400,2,0,787,0,1,0,0,0),(30374,7603,90,1,1,6967,0,-464.134,453.529,-230.518,1.22173,86400,2,0,787,0,1,0,0,0),(30373,7603,90,1,1,6967,0,-456.864,466.615,-230.601,1.93866,86400,2,0,787,0,1,0,0,0),(30372,6222,90,1,1,6933,1,-523.229,538.753,-273.073,5.75422,86400,2,0,787,0,1,0,0,0),(30371,7603,90,1,1,6967,0,-522.211,541.392,-273.074,5.98327,86400,2,0,787,0,1,0,0,0),(30370,7603,90,1,1,6967,0,-519.572,540.375,-273.075,5.7171,86400,2,0,787,0,1,0,0,0),(30369,7603,90,1,1,6967,0,-520.59,537.735,-273.074,5.46984,86400,2,0,787,0,1,0,0,0),(30368,7603,90,1,1,6967,0,-519.763,535.871,-273.074,5.12976,86400,2,0,787,0,1,0,0,0),(30367,6222,90,1,1,6935,1,-585.701,464.577,-273.081,3.43791,86400,2,0,787,0,1,0,0,0),(30366,6222,90,1,1,6932,1,-539.803,554.096,-273.079,3.99421,86400,2,0,787,0,1,0,0,0),(30365,6222,90,1,1,6933,1,-615.486,440.103,-273.061,5.49537,86400,2,0,787,0,1,0,0,0),(30364,6222,90,1,1,6934,1,-531.995,416.335,-230.518,0.349066,86400,2,0,787,0,1,0,0,0),(30363,7603,90,1,1,6968,0,-544.422,421.018,-230.518,3.80482,86400,2,0,787,0,1,0,0,0),(30362,7603,90,1,1,6967,0,-538.575,416.534,-230.518,2.82743,86400,2,0,787,0,1,0,0,0),(30361,7603,90,1,1,6968,0,-532.556,421.27,-230.518,4.95674,86400,2,0,787,0,1,0,0,0),(30360,7603,90,1,1,6968,0,-539.432,425.888,-230.519,0,86400,0,0,787,0,0,0,0,0),(30358,6222,90,1,1,6933,1,-635.625,513.175,-230.602,1.09437,86400,2,0,787,0,1,0,0,0),(30357,6233,90,1,1,6978,0,-637.756,516.192,-230.518,0,86400,2,0,3412,0,1,0,0,0),(30356,7603,90,1,1,6967,0,-646.904,505.615,-230.601,2.21234,86400,2,0,787,0,1,0,0,0),(30355,7603,90,1,1,6967,0,-641.537,508.083,-230.518,5.34071,86400,2,0,787,0,1,0,0,0),(30354,7603,90,1,1,6967,0,-645.176,512.149,-230.601,3.99623,86400,2,0,787,0,1,0,0,0),(30353,7603,90,1,1,6967,0,-640.209,514.683,-230.602,1.01504,86400,2,0,787,0,1,0,0,0),(30352,6211,90,1,1,10285,1,-569.925,231.347,-159.345,1.88496,86400,2,0,2400,0,1,0,0,0),(30351,6206,90,1,1,830,1,-547.073,78.8734,-201.248,3.38594,86400,5,0,2272,0,1,0,0,0),(30350,6211,90,1,1,10285,1,-635.808,89.3161,-183.187,4.50295,86400,5,0,2400,0,1,0,0,0),(30349,6329,90,1,1,976,0,-555.28,20.0494,-179.653,2.26893,86400,2,0,1830,655,1,0,0,0),(30348,6329,90,1,1,976,0,-577.393,139.893,-202.054,5.2709,86400,5,0,1830,655,1,0,0,0),(30346,6329,90,1,1,976,0,-577.057,35.9964,-197.327,2.93215,86400,0,0,1830,655,0,0,0,0),(30345,6329,90,1,1,976,0,-582.384,137.274,-202.052,5.58505,86400,3,0,1830,655,1,0,0,0),(30344,6206,90,1,1,830,1,-651.76,88.2629,-179.263,5.49779,86400,1,0,2272,0,1,0,0,0),(30343,6211,90,1,1,10285,1,-560.054,22.1415,-179.654,2.77507,86400,2,0,2400,0,1,0,0,0),(30342,6329,90,1,1,976,0,-641.7,101.709,-192.37,0.017453,86400,0,0,1830,655,0,0,0,0),(30341,6212,90,1,1,3456,1,-712.112,550.954,-298.008,6.05503,86400,0,0,2400,0,0,0,0,0),(30340,6232,90,1,1,6889,0,-754.444,574.93,-303.699,5.3058,86400,5,0,4000,0,1,0,0,0),(30339,6212,90,1,1,3456,1,-743.108,622.601,-312.699,2.80998,86400,2,0,2400,0,1,0,0,0),(30338,6234,90,1,1,6979,0,-758.873,640.617,-304.039,4.48742,86400,1,0,3018,0,1,0,0,0),(30337,6234,90,1,1,6979,0,-664.285,697.697,-331.711,3.4383,86400,5,0,3018,0,1,0,0,0),(30336,6212,90,1,1,3456,1,-735.093,713.3,-317.977,5.67232,86400,2,0,2400,0,1,0,0,0),(30335,6234,90,1,1,6979,0,-701.913,547.059,-294.699,0.383972,86400,3,0,3018,0,1,0,0,0),(30334,6212,90,1,1,3456,1,-727.748,648.272,-308.977,0.226893,86400,0,0,2400,0,0,0,0,0),(30333,6212,90,1,1,3456,1,-754.458,657.834,-308.977,2.3911,86400,5,0,2400,0,1,0,0,0),(30332,6234,90,1,1,6979,0,-593.833,679.447,-326.956,2.84489,86400,5,0,3018,0,1,0,0,0),(30331,6233,90,1,1,6978,0,-639.68,402.122,-233.581,5.41393,86400,2,0,3412,0,1,0,0,0),(30330,6233,90,1,1,6978,0,-442.733,219.312,-207.906,2.23402,86400,0,0,3412,0,2,0,0,0),(30329,6233,90,1,1,6978,0,-653.546,420.784,-230.541,4.39823,86400,5,0,3412,0,1,0,0,0),(30328,6223,90,1,1,6981,1,-427.261,238.569,-211.461,3.29867,86400,2,0,2250,0,1,0,0,0),(30327,6223,90,1,1,6982,1,-440.169,267.683,-211.46,1.27409,86400,5,0,2250,0,1,0,0,0),(30326,6223,90,1,1,6982,1,-561.423,306.01,-212.839,1.79769,86400,2,0,2250,0,1,0,0,0),(30325,6233,90,1,1,6978,0,-538.47,370.845,-231.387,3.64774,86400,5,0,3412,0,1,0,0,0),(30324,6391,90,1,1,6610,1,-513.335,177.048,-193.637,2.61799,86400,0,0,2250,0,0,0,0,0),(30323,6392,90,1,1,6609,1,-501.96,222.333,-193.613,0.279253,86400,0,0,2319,811,0,0,0,0),(30322,6391,90,1,1,6611,1,-503.532,221.496,-193.613,2.84489,86400,0,0,2250,0,0,0,0,0),(30321,6391,90,1,1,6610,1,-500.113,223.078,-193.612,4.38078,86400,0,0,2250,0,0,0,0,0),(30320,6391,90,1,1,6610,1,-543.691,167.098,-193.654,4.17134,86400,0,0,2250,0,0,0,0,0),(30319,6206,90,1,1,830,1,-451.295,40.3806,-154.66,0.890118,86400,3,0,2272,0,1,0,0,0),(30318,6206,90,1,1,830,1,-522.26,44.992,-153.692,1.16937,86400,5,0,2272,0,1,0,0,0),(30317,6206,90,1,1,830,1,-528.462,205.603,-155.156,5.93412,86400,5,0,2272,0,1,0,0,0),(30316,6329,90,1,1,976,0,-497.042,67.753,-154.716,2.98451,86400,3,0,1830,655,1,0,0,0),(30315,6206,90,1,1,830,1,-425.096,111.061,-156.425,3.29867,86400,0,0,2272,0,0,0,0,0),(30314,6329,90,1,1,976,0,-465.155,179.25,-154.745,0.047407,86400,5,0,1830,655,1,0,0,0),(30313,6329,90,1,1,976,0,-434.69,84.9587,-151.747,5.93412,86400,0,0,1830,655,0,0,0,0),(30312,6329,90,1,1,976,0,-506.921,119.416,-154.66,3.54302,86400,5,0,1830,655,1,0,0,0),(30311,6329,90,1,1,976,0,-555.872,176.441,-155.154,6.16101,86400,5,0,1830,655,1,0,0,0),(30310,6329,90,1,1,976,0,-500.517,145.52,-154.633,0.837758,86400,5,0,1830,655,1,0,0,0),(30309,6226,90,1,1,6890,0,-758.346,52.8884,-256.668,4.72984,86400,2,0,2388,0,1,0,0,0),(30308,6224,90,1,1,6936,1,-763.52,358.724,-272.596,1.43922,86400,2,0,787,0,1,0,0,0),(30307,6227,90,1,1,6891,0,-767.642,346.271,-272.596,5.21228,86400,5,0,2550,878,1,0,0,0),(30306,6224,90,1,1,6936,1,-823.79,401.27,-316.433,6.02521,86400,2,0,787,0,1,0,0,0),(30305,6227,90,1,1,6891,0,-795.208,283.37,-272.596,6.13951,86400,3,0,2550,878,1,0,0,0),(30304,6227,90,1,1,6891,0,-781.462,200.618,-273.081,5.06208,86400,5,0,2550,878,1,0,0,0),(30303,6224,90,1,1,6936,1,-760.483,56.4322,-257.402,4.5204,86400,0,0,787,0,0,0,0,0),(30302,6227,90,1,1,6891,0,-823.162,402.095,-316.433,0.206138,86400,3,0,2550,878,1,0,0,0),(30301,6224,90,1,1,6936,1,-817.881,161.435,-271.241,1.46608,86400,3,0,787,0,1,0,0,0),(30300,7603,90,1,1,6967,0,-814.842,167.411,-272.673,6.12611,86400,3,0,787,0,1,0,0,0),(30299,7603,90,1,1,6968,0,-814.707,172.722,-272.996,0.20944,86400,3,0,787,0,1,0,0,0),(30298,7603,90,1,1,6967,0,-810.541,167.407,-272.674,0.418879,86400,3,0,787,0,1,0,0,0),(30297,7603,90,1,1,6968,0,-812.808,161.384,-271.228,3.61283,86400,3,0,787,0,1,0,0,0),(30296,6224,90,1,1,6936,1,-838.863,289.553,-272.606,3.08878,86400,2,0,787,0,1,0,0,0),(30295,6222,90,1,1,6933,1,-502.385,483.743,-273.08,6.06902,86400,5,0,787,0,1,0,0,0),(30294,6222,90,1,1,6932,1,-468.093,468.025,-230.601,5.24667,86400,2,0,787,0,1,0,0,0),(30293,6225,90,1,1,5926,0,-586.658,464.285,-273.081,4.12239,86400,5,0,2715,0,1,0,0,0),(12921,3119,1,1,1,9442,1,-984.496,-4614.14,25.4188,2.44212,300,10,0,120,0,1,0,0,0),(12920,3119,1,1,1,9442,1,-984.816,-4503.66,26.8016,2.35067,300,3,0,120,0,1,0,0,0),(12919,3106,1,1,1,1307,0,-396.503,-5279.09,-11.1467,3.38603,200,10,0,102,0,1,0,0,0),(12918,3100,1,1,1,193,0,1252.83,-4850.85,17.2145,0.044936,300,10,0,156,0,1,0,0,0),(38044,11320,389,1,1,0,0,-70.6122,-32.8292,-18.4872,2.57425,86400,2,0,819,0,1,0,0,0),(38043,11320,389,1,1,0,0,-15.9865,-50.1693,-21.7804,3.57792,86400,5,0,819,0,1,0,0,0),(38042,11321,389,1,1,0,0,-36.4604,-42.0863,-21.773,0.809754,86400,5,0,819,0,1,0,0,0),(12917,3119,1,1,1,9442,1,-999.198,-4554.26,25.6802,3.42161,300,3,0,120,0,1,0,0,0),(12916,3100,1,1,1,193,0,283.734,-3812.65,26.2332,1.33498,300,5,0,156,0,1,0,0,0),(45928,8889,230,1,1,8754,1,470.46,-23.0012,-67.8432,1.78024,7200,0,0,6183,0,0,0,0,0),(12915,3106,1,1,1,1307,0,282.905,-5152.91,0.894415,0.982643,200,10,0,102,0,1,0,0,0),(12914,3125,1,1,1,2486,0,-554.579,-4777.85,36.107,5.90087,200,10,0,102,0,1,0,0,0),(12913,3106,1,1,1,1307,0,145.836,-5349.61,-10.6658,4.35319,200,10,0,102,0,1,0,0,0),(12836,3106,1,1,1,1307,0,415.779,-5213.34,-15.7766,1.62749,200,10,0,102,0,1,0,0,0),(12602,3122,1,1,1,1960,0,-1104.86,-5148.86,1.4629,5.63553,300,5,0,120,0,1,0,0,0),(12409,3125,1,1,1,2486,0,-677.986,-4930.12,25.1055,5.28631,200,10,0,102,0,1,0,0,0),(12408,3226,1,1,1,2488,0,1310.66,-4679.15,21.7369,4.88692,300,0,0,198,0,0,0,0,0),(12407,3125,1,1,1,2486,0,80.1492,-4814.94,18.7142,1.11149,200,5,0,102,0,1,0,0,0),(12406,3125,1,1,1,2486,0,-79.0009,-4787.46,24.0587,1.52928,200,5,0,102,0,1,0,0,0),(12405,3106,1,1,1,1307,0,69.8332,-5423.17,-28.5528,5.94042,200,10,0,102,0,1,0,0,0),(43473,34715,647,1,1,0,1,-9.18316,-7.77573,-17.217,3.28122,180,0,0,1,0,0,0,0,0),(12400,3125,1,1,1,2486,0,-138.576,-4819.18,23.9827,2.97676,200,5,0,102,0,1,0,0,0),(12399,3125,1,1,1,2486,0,-781.648,-4611.14,45.3457,1.09142,200,10,0,102,0,1,0,0,0),(12398,3105,1,1,1,1248,0,1079.11,-5149.71,-9.53212,3.30547,300,5,0,156,0,1,0,0,0),(12397,3125,1,1,1,2486,0,-747.245,-4649.64,41.1089,1.13075,200,5,0,102,0,1,0,0,0),(12395,3227,1,1,1,787,0,1154.61,-4016.37,16.6161,4.09702,300,10,0,198,0,1,0,0,0),(12394,3098,1,1,1,503,0,-514.337,-4344.96,38.308,1.7611,120,10,0,42,0,1,0,0,0),(12393,3098,1,1,1,503,0,-488.73,-4352.5,40.1998,3.52405,120,10,0,42,0,1,0,0,0),(12392,3129,1,1,1,1862,1,-253.491,-5052.29,21.317,1.24354,300,5,0,120,0,1,0,0,0),(12391,3098,1,1,1,503,0,-447.311,-4355.99,46.1737,4.66552,120,5,0,42,0,1,0,0,0),(12390,3128,1,1,1,3735,1,-272.464,-5110.77,25.2435,3.34615,200,5,0,102,0,1,0,0,0),(12389,3103,1,1,1,1940,0,-555.171,-5250.68,-13.7383,4.22691,300,10,0,120,0,1,0,0,0),(12388,3098,1,1,1,503,0,-456.403,-4280.85,41.6329,2.91952,120,5,0,42,0,1,0,0,0),(12387,3300,1,1,1,1987,0,1198.32,-4202.5,24.9285,3.9111,120,5,0,1,0,1,0,0,0),(12386,3127,1,1,1,2732,0,1149.78,-4282.23,21.1547,0.960805,300,10,0,176,0,1,0,0,0),(12385,3098,1,1,1,503,0,-479.686,-4280.64,43.8398,6.08916,120,5,0,42,0,1,0,0,0),(12384,5826,1,1,1,6113,1,424.321,-4245.13,26.3462,1.74533,14400,0,0,166,178,0,0,0,0),(12383,3106,1,1,1,1307,0,-657.209,-5185.14,-2.7149,0.11152,200,10,0,102,0,1,0,0,0),(12382,3207,1,1,1,4080,1,-1136.2,-5563.91,9.90795,1.54613,300,0,0,148,165,0,0,0,0),(12381,3100,1,1,1,193,0,1119.3,-4317.4,24.9811,5.56757,300,5,0,156,0,1,0,0,0),(12380,3206,1,1,1,4076,1,-1135.93,-5585.65,10.5047,4.90739,300,0,0,148,165,0,0,0,0),(12379,3100,1,1,1,193,0,1222.19,-4367.85,28.1284,5.0174,300,5,0,156,0,1,0,0,0),(12378,3207,1,1,1,4079,1,-1144.54,-5566.72,9.90789,1.19876,300,0,0,148,165,0,0,0,0),(12377,3207,1,1,1,4079,1,-1125.52,-5573.58,9.90778,5.45052,300,0,0,148,165,0,0,0,0),(12376,3125,1,1,1,2486,0,250.882,-4982.37,19.254,0.367454,200,10,0,102,0,1,0,0,0),(12375,3192,1,1,1,1276,1,-245.52,-5119.95,42.6406,5.88537,300,0,0,156,0,0,0,0,0),(12374,3207,1,1,1,4079,1,-1141.04,-5542.15,7.372,0.599164,300,0,0,148,165,0,0,0,0),(12373,3100,1,1,1,193,0,1153.37,-4349.22,26.3771,6.25784,300,0,0,156,0,0,0,0,0),(12372,3300,1,1,1,1986,0,1206.22,-4340.18,21.3167,1.542,120,5,0,1,0,1,0,0,0),(12371,3127,1,1,1,2732,0,1382.05,-4917.68,7.82264,4.59099,300,10,0,176,0,1,0,0,0),(12370,3127,1,1,1,2732,0,1191.04,-4591.65,18.4584,1.81341,300,10,0,176,0,1,0,0,0),(12369,3100,1,1,1,193,0,1182.31,-4325.72,21.4531,0.180981,300,10,0,156,0,1,0,0,0),(12368,3127,1,1,1,2732,0,1185.49,-4016.61,16.5608,-2.05866,300,10,0,176,0,1,0,0,0),(12367,3207,1,1,1,4080,1,-1134.72,-5544.55,10.623,4.16657,300,0,0,148,165,0,0,0,0),(12366,3129,1,1,1,1860,1,-242.195,-5114.24,25.2436,3.55657,300,0,0,120,0,0,0,0,0),(12365,3123,1,1,1,1959,0,1120.63,-4034.2,14.3587,4.55944,300,10,0,156,0,1,0,0,0),(12364,3128,1,1,1,3735,1,-218.587,-5056.1,21.2766,3.38166,200,5,0,102,0,1,0,0,0),(12363,3123,1,1,1,1959,0,430.074,-3899.37,25.4312,2.96873,300,10,0,156,0,1,0,0,0),(12362,3128,1,1,1,3734,1,-266.264,-5126.95,24.3417,0.520071,200,5,0,102,0,1,0,0,0),(12361,3206,1,1,1,4077,1,-1270.25,-5516.54,4.98094,4.35964,300,0,0,148,165,0,0,0,0),(12360,3123,1,1,1,1959,0,502.811,-3867.73,19.9907,5.93425,300,10,0,156,0,1,0,0,0),(12359,3127,1,1,1,2732,0,1270.69,-4917.01,9.88924,6.2324,300,10,0,176,0,1,0,0,0),(12358,3206,1,1,1,4076,1,-1253.65,-5534.9,5.25236,5.29332,300,0,0,148,165,0,0,0,0),(12357,3206,1,1,1,4077,1,-1243.89,-5513.5,9.4805,0.94187,300,0,0,148,165,0,0,0,0),(12356,3100,1,1,1,193,0,548.732,-3881.98,20.2963,4.56939,300,10,0,156,0,1,0,0,0),(12355,3127,1,1,1,2732,0,1256.58,-4793.38,20.5,0.849024,300,10,0,176,0,1,0,0,0),(12354,3128,1,1,1,3734,1,-85.9882,-5052.96,16.3209,6.20669,200,10,0,102,0,1,0,0,0),(12353,3123,1,1,1,1959,0,1333.96,-4814.29,24.4838,5.58094,300,5,0,156,0,1,0,0,0),(12352,3121,1,1,1,598,0,-1286.12,-5415.65,5.032,2.31512,300,5,0,137,0,1,0,0,0),(12351,3100,1,1,1,193,0,1018.98,-4285.32,21.7484,5.56984,300,5,0,156,0,1,0,0,0),(12350,3128,1,1,1,3735,1,-47.2603,-5019.83,13.3476,5.72347,200,10,0,102,0,1,0,0,0),(12349,3128,1,1,1,3734,1,-193.487,-5039.54,21.1663,3.41265,200,10,0,102,0,1,0,0,0),(12348,3128,1,1,1,3735,1,-48.0292,-5080.86,10.2239,0.825444,200,10,0,102,0,1,0,0,0),(12347,3128,1,1,1,3735,1,-18.868,-4917.26,16.7475,2.3986,200,5,0,102,0,1,0,0,0),(12346,3129,1,1,1,1862,1,17.5113,-4951.48,14.3885,4.69752,300,10,0,120,0,1,0,0,0),(12345,3300,1,1,1,1987,0,-409.7,-4823.61,37.2846,5.9135,120,10,0,1,0,1,0,0,0),(12344,3119,1,1,1,9442,1,-1054.21,-4745.53,16.6612,5.2394,300,10,0,120,0,1,0,0,0),(12343,3119,1,1,1,9442,1,-1005.58,-4766.97,12.6655,1.1689,300,10,0,120,0,1,0,0,0),(12342,3128,1,1,1,3734,1,-7.65502,-4982.83,13.485,5.8889,200,10,0,102,0,1,0,0,0),(12341,3129,1,1,1,1860,1,-252.959,-5104.31,41.3467,1.31538,300,3,0,120,0,1,0,0,0),(12340,3100,1,1,1,193,0,1176.96,-4412.65,21.6106,3.62086,300,5,0,156,0,1,0,0,0),(12339,3099,1,1,1,381,0,88.5582,-4780.85,20.1313,0.058641,300,5,0,120,0,1,0,0,0),(12338,3128,1,1,1,3735,1,-208.333,-5025,21.7622,4.82745,200,10,0,102,0,1,0,0,0),(12337,3099,1,1,1,381,0,33.6282,-4164.96,67.9828,3.89937,300,5,0,120,0,1,0,0,0),(12336,3129,1,1,1,1860,1,-252.393,-5118.68,42.6406,4.48888,300,0,0,120,0,0,0,0,0),(12335,3100,1,1,1,193,0,1015.87,-5012.18,13.9331,3.43277,300,5,0,156,0,1,0,0,0),(12334,3125,1,1,1,2486,0,286.425,-4947.95,22.0564,0.37362,200,5,0,102,0,1,0,0,0),(12333,3114,1,1,1,1964,1,380.718,-4248.74,24.6459,2.59745,300,5,0,176,0,1,0,0,0),(12332,3114,1,1,1,1964,1,348.268,-4282.86,23.7379,3.7854,300,10,0,176,0,1,0,0,0),(12331,3128,1,1,1,3734,1,-243.801,-4996.51,21.3111,4.89723,200,0,0,102,0,0,0,0,0),(12330,3113,1,1,1,6088,1,424.512,-4228.85,25.1545,1.2222,300,3,0,148,165,1,0,0,0),(45927,8889,230,1,1,8754,1,479.119,-20.5286,-67.4096,1.93731,7200,0,0,6183,0,0,0,0,0),(135668,16492,532,1,1,19331,0,-11107.8,-1875.88,165.765,1.63355,604800,0,0,7825,3155,0,0,0,0),(135667,16492,532,1,1,19331,0,-11109.6,-1876.3,165.765,1.73465,604800,0,0,7825,3155,0,0,0,0),(135666,16492,532,1,1,19331,0,-11111,-1875.08,165.765,1.9729,604800,0,0,7825,3155,0,0,0,0),(135665,16492,532,1,1,19331,0,-11111.8,-1873.98,165.765,1.61175,604800,0,0,7825,3155,0,0,0,0),(135664,16492,532,1,1,19331,0,-11062.9,-1844.28,165.765,5.42682,604800,0,0,7825,3155,0,0,0,0),(135663,16492,532,1,1,19331,0,-11061.5,-1843.08,165.765,5.44006,604800,0,0,7825,3155,0,0,0,0),(135662,16492,532,1,1,19331,0,-11060.3,-1842.51,166.071,4.56637,604800,0,0,7825,3155,0,0,0,0),(135661,16492,532,1,1,19331,0,-11043.6,-1822.42,165.765,5.68794,604800,0,0,7825,3155,0,0,0,0),(4632,7048,0,1,1,400,0,-8244.05,-2344.69,157.761,4.34493,500,10,0,2232,4765,1,0,0,0),(4631,9695,0,1,1,10984,0,-8296.86,-2413.35,182.653,1.85608,500,5,0,3293,0,1,0,0,0),(4630,9691,0,1,1,8970,0,-7895.84,-2959.13,139.424,5.8108,500,5,0,3082,0,1,0,0,0),(4629,7047,0,1,1,397,0,-7548.09,-2650.04,136.896,1.90821,500,10,0,2384,1864,1,0,0,0),(4628,9690,0,1,1,9371,0,-7628.96,-2589.5,132.739,0.168679,500,10,0,2980,0,1,0,0,0),(4627,9691,0,1,1,8970,0,-7642.49,-2875.51,134.971,1.54058,500,10,0,3082,0,1,0,0,0),(4626,7047,0,1,1,397,0,-7724.97,-2951.71,133.214,0.189274,500,10,0,2384,1864,1,0,0,0),(4625,9691,0,1,1,8970,0,-7610.27,-2904.29,133.446,6.20686,500,10,0,3082,0,1,0,0,0),(45926,8921,230,1,1,8180,0,480.469,-111.473,-62.9548,1.34979,7200,5,0,2672,0,1,0,0,0),(11599,20424,560,3,1,341,1,1757.47,631.98,30.348,5.99455,86400,0,0,198,0,0,0,0,0),(11569,20424,560,3,1,341,1,1742.72,628.741,30.348,1.96624,86400,0,0,198,0,0,0,0,0),(12329,3300,1,1,1,1987,0,298.04,-4268.98,31.1493,4.05979,120,5,0,1,0,1,0,0,0),(12328,3114,1,1,1,1964,1,427.358,-4215.38,24.5284,3.59049,300,3,0,176,0,1,0,0,0),(531,716,0,1,1,1413,0,-11616.7,-54.8325,11.1371,2.86234,300,0,0,1753,0,0,0,0,0),(4624,7025,0,1,1,6045,1,-8018.7,-1571.15,132.595,3.52556,500,0,0,3529,0,0,0,0,0),(12327,3100,1,1,1,193,0,1353.44,-4616.96,26.4937,2.70591,300,5,0,156,0,1,0,0,0),(12326,3113,1,1,1,6088,1,413.141,-4243.35,27.0356,2.38263,300,3,0,148,165,1,0,0,0),(12325,6466,1,1,1,5205,0,1637.52,-4438.05,15.4898,2.07694,300,0,0,247,0,0,0,0,0),(12324,3113,1,1,1,6088,1,380.849,-4282.82,25.978,2.69221,300,10,0,148,165,1,0,0,0),(12323,3113,1,1,1,6088,1,406.918,-4288.94,30.3293,2.10131,300,5,0,148,165,1,0,0,0),(12322,5823,1,1,1,2491,0,7.38613,-3980.17,51.9434,0.606317,14400,0,0,222,0,0,0,0,0),(12321,3125,1,1,1,2486,0,-706.37,-5014.12,17.3949,3.1391,200,10,0,102,0,1,0,0,0),(12320,3112,1,1,1,1252,1,52.693,-4613.99,46.7336,0.742624,300,5,0,137,0,1,0,0,0),(12319,3125,1,1,1,2486,0,19.2551,-4813.54,23.2508,2.94343,200,5,0,102,0,1,0,0,0),(12318,3111,1,1,1,1218,1,110.593,-4572.87,58.2189,3.74363,300,5,0,120,0,1,0,0,0),(12317,3112,1,1,1,1252,1,121.581,-4477.19,37.9417,0.57122,300,5,0,137,0,1,0,0,0),(12316,3112,1,1,1,1252,1,124.53,-4582.72,63.7189,0.157053,300,5,0,137,0,1,0,0,0),(12315,3111,1,1,1,1218,1,85.4167,-4543.75,58.0721,0.172791,300,5,0,120,0,1,0,0,0),(12314,3112,1,1,1,1252,1,77.7998,-4562.97,55.3221,0.793935,300,5,0,137,0,1,0,0,0),(12313,3111,1,1,1,1218,1,89.8585,-4548.56,56.8221,5.77515,300,5,0,120,0,1,0,0,0),(34479,8311,109,1,1,0,0,-372.954,87.8929,-147.426,5.07171,86400,0,0,1386,0,0,0,0,0),(34478,8311,109,1,1,0,0,-375.648,85.2238,-148.802,0.980567,86400,0,0,1386,0,0,0,0,0),(34477,8311,109,1,1,0,0,-376.929,84.2918,-148.802,4.8675,86400,0,0,1386,0,0,0,0,0),(34476,5226,109,1,1,0,0,-417.444,88.5238,-148.743,0.361671,86400,0,0,5970,0,0,0,0,0),(34475,8384,109,1,1,0,0,-411.052,100.104,-148.743,5.08113,86400,0,0,5970,0,0,0,0,0),(34474,8311,109,1,1,0,0,-413.32,91.8947,-148.742,4.31616,86400,0,0,1386,0,0,0,0,0),(34473,8311,109,1,1,0,0,-415.212,99.3122,-147.77,5.45891,86400,0,0,1386,0,0,0,0,0),(34472,5228,109,1,1,0,0,-442.549,144.445,-148.743,5.47225,86400,0,0,5970,0,0,0,0,0),(34471,8311,109,1,1,0,0,-439.041,144.648,-147.602,5.47225,86400,0,0,1386,0,0,0,0,0),(34470,8311,109,1,1,0,0,-444.126,140.309,-148.741,1.05361,86400,0,0,1386,0,0,0,0,0),(34469,8384,109,1,1,0,0,-434.538,137.705,-148.742,2.60241,86400,0,0,5970,0,0,0,0,0),(34453,8384,109,1,1,0,0,-418.784,171.724,-148.802,6.15084,86400,0,0,5970,0,0,0,0,0),(34452,8384,109,1,1,0,0,-412.017,168.428,-148.802,1.38111,86400,0,0,5970,0,0,0,0,0),(34451,8311,109,1,1,0,0,-406.115,168.452,-148.802,2.86159,86400,0,0,1386,0,0,0,0,0),(34450,8311,109,1,1,0,0,-404.538,162.317,-148.802,2.86159,86400,0,0,1386,0,0,0,0,0),(34175,8311,109,1,1,0,0,-407.55,170.645,-147.236,3.29984,86400,0,0,1386,0,0,0,0,0),(34174,8311,109,1,1,0,0,-413.007,176.775,-148.802,5.58064,86400,0,0,1386,0,0,0,0,0),(34173,5226,109,1,1,0,0,-502.89,134.435,-148.742,0.854892,86400,0,0,5970,0,0,0,0,0),(34172,8311,109,1,1,0,0,-498.664,140.685,-148.743,6.18775,86400,0,0,1386,0,0,0,0,0),(34171,5226,109,1,1,0,0,-288.895,108.466,-173.003,2.81487,86400,0,0,5970,0,0,0,0,0),(34170,8311,109,1,1,0,0,-301.55,109.374,-173.003,0.313375,86400,0,0,1386,0,0,0,0,0),(34169,8311,109,1,1,0,0,-295.638,111.639,-173.003,1.25585,86400,0,0,1386,0,0,0,0,0),(34168,5226,109,1,1,0,0,-306.301,95.8346,-172.98,3.15259,86400,0,0,5970,0,0,0,0,0),(34167,8384,109,1,1,0,0,-372.958,90.3818,-172.937,0.592196,86400,0,0,5970,0,0,0,0,0),(34166,8384,109,1,1,0,0,-405.939,99.1431,-172.934,5.87635,86400,0,0,5970,0,0,0,0,0),(34165,8384,109,1,1,0,0,-425.686,88.5654,-176.075,0.649529,86400,0,0,5970,0,0,0,0,0),(33997,8311,109,1,1,0,0,-398.033,93.8167,-172.932,0.596907,86400,0,0,1386,0,0,0,0,0),(33996,8311,109,1,1,0,0,-404.685,89.4919,-172.932,2.41039,86400,0,0,1386,0,0,0,0,0),(33838,8311,109,1,1,0,0,-409.898,94.0353,-172.938,1.41765,86400,0,0,1386,0,0,0,0,0),(33837,8311,109,1,1,0,0,-402.951,95.0555,-172.932,4.60008,86400,0,0,1386,0,0,0,0,0),(33836,5228,109,1,1,0,0,-469.266,104.372,-189.73,2.66565,86400,0,0,5970,0,0,0,0,0),(33835,5226,109,1,1,0,0,-467.428,96.7557,-189.73,3.79191,86400,0,0,5970,0,0,0,0,0),(33763,5226,109,1,1,0,0,-463.148,92.9039,-189.73,0.109954,86400,0,0,5970,0,0,0,0,0),(33751,5228,109,1,1,0,0,-440.719,53.7378,-173.655,4.04951,86400,0,0,5970,0,0,0,0,0),(33750,8384,109,1,1,0,0,-466.495,39.6715,-172.939,4.24194,86400,0,0,5970,0,0,0,0,0),(33749,8311,109,1,1,0,0,-480.789,47.3489,-173.862,3.38742,86400,0,0,1386,0,0,0,0,0),(33748,8311,109,1,1,0,0,-484.906,47.7435,-173.594,4.62442,86400,0,0,1386,0,0,0,0,0),(33747,8311,109,1,1,0,0,-478.183,41.077,-173.081,1.37051,86400,0,0,1386,0,0,0,0,0),(33746,8311,109,1,1,0,0,-474.082,44.395,-173.589,1.47105,86400,0,0,1386,0,0,0,0,0),(33745,5228,109,1,1,0,0,-495.708,51.8927,-173.313,0.8922,86400,0,0,5970,0,0,0,0,0),(33744,8384,109,1,1,0,0,-516.026,66.2658,-172.939,0.0455403,86400,0,0,5970,0,0,0,0,0),(33743,8311,109,1,1,0,0,-508.668,61.9109,-173.368,2.67427,86400,0,0,1386,0,0,0,0,0),(33742,8311,109,1,1,0,0,-513.006,69.0376,-173.357,1.54015,86400,0,0,1386,0,0,0,0,0),(33739,8311,109,1,1,0,0,-507.2,67.0389,-173.854,3.48009,86400,0,0,1386,0,0,0,0,0),(33738,8384,109,1,1,0,0,-421.219,125.943,-172.939,4.51681,86400,0,0,5970,0,0,0,0,0),(33737,8384,109,1,1,0,0,-415.387,117.089,-172.939,2.93816,86400,0,0,5970,0,0,0,0,0),(33736,8311,109,1,1,0,0,-422.839,117.392,-173.622,1.20478,86400,0,0,1386,0,0,0,0,0),(33735,8311,109,1,1,0,0,-418.175,120.787,-172.939,2.04909,86400,0,0,1386,0,0,0,0,0),(33734,8311,109,1,1,0,0,-424.676,122.525,-173.485,0.439019,86400,0,0,1386,0,0,0,0,0),(33733,8384,109,1,1,0,0,-468.431,151.671,-172.939,5.08858,86400,0,0,5970,0,0,0,0,0),(33732,8311,109,1,1,0,0,-461.322,145.554,-173.521,2.12763,86400,0,0,1386,0,0,0,0,0),(33731,8311,109,1,1,0,0,-466.626,145.242,-173.551,3.13686,86400,0,0,1386,0,0,0,0,0),(33730,8311,109,1,1,0,0,-471.406,150.717,-172.939,5.11999,86400,0,0,1386,0,0,0,0,0),(33729,8311,109,1,1,0,0,-463.926,156.711,-172.294,4.63305,86400,0,0,1386,0,0,0,0,0),(33728,5228,109,1,1,0,0,-494.243,141.354,-172.939,5.34383,86400,0,0,5970,0,0,0,0,0),(33727,8384,109,1,1,0,0,-515.758,123.722,-172.939,5.88575,86400,0,0,5970,0,0,0,0,0),(33726,8311,109,1,1,0,0,-509.183,125.616,-173.458,3.47065,86400,0,0,1386,0,0,0,0,0),(33725,8311,109,1,1,0,0,-510.294,114.76,-174.013,0.925957,86400,0,0,1386,0,0,0,0,0),(33724,8311,109,1,1,0,0,-513.666,120.161,-173.293,0.628289,86400,0,0,1386,0,0,0,0,0),(33723,5280,109,1,1,0,1,-301.045,77.3152,-91.4671,0.365127,86400,0,0,4950,1695,0,0,0,0),(33722,5283,109,1,1,0,1,-293.544,74.1209,-91.4671,1.51573,86400,0,0,6183,0,0,0,0,0),(33721,8319,109,1,1,0,0,-288.008,76.4924,-91.4671,2.98836,86400,0,0,2576,0,0,0,0,0),(33719,5277,109,1,1,0,1,-293.655,80.4138,-91.4671,2.16369,86400,0,0,6414,0,0,0,0,0),(33718,8319,109,1,1,0,0,-385.835,91.1061,-90.8747,3.69522,86400,0,0,2576,0,0,0,0,0),(33717,8319,109,1,1,0,0,-391.624,98.5669,-90.8776,0.33371,86400,0,0,2576,0,0,0,0,0),(33716,8319,109,1,1,0,0,-398.212,91.0003,-90.9189,2.43072,86400,0,0,2576,0,0,0,0,0),(33715,8319,109,1,1,0,0,-404.823,98.7564,-91.0953,2.43858,86400,0,0,2576,0,0,0,0,0),(33714,8319,109,1,1,0,0,-409.042,87.9432,-91.1964,0.466443,86400,0,0,2576,0,0,0,0,0),(33713,5280,109,1,1,0,1,-524.726,16.4706,-90.8805,4.6212,86400,0,0,4950,1695,0,0,0,0),(33712,5277,109,1,1,0,1,-529.762,10.1713,-90.8782,6.17628,86400,0,0,6414,0,0,0,0,0),(33680,8319,109,1,1,0,0,-517.08,8.97851,-90.8829,0.603882,86400,0,0,2576,0,0,0,0,0),(33679,8319,109,1,1,0,0,-512.418,4.69133,-90.8829,4.82933,86400,0,0,2576,0,0,0,0,0),(33678,8319,109,1,1,0,0,-516.262,-5.21464,-90.8829,2.1197,86400,0,0,2576,0,0,0,0,0),(33677,8311,109,1,1,0,0,-301.759,115.811,-173.003,0.450819,86400,0,0,1386,0,0,0,0,0),(33676,5226,109,1,1,0,0,-328.677,133.218,-156.731,2.07267,86400,0,0,5970,0,0,0,0,0),(33675,5226,109,1,1,0,0,-286.726,117.319,-173.003,5.52842,86400,0,0,5970,0,0,0,0,0),(33674,8311,109,1,1,0,0,-505.355,180.341,-148.802,1.9144,86400,0,0,1386,0,0,0,0,0),(33673,8319,109,1,1,0,0,-556.717,-58.0294,-90.844,5.50344,86400,0,0,2576,0,0,0,0,0),(33672,8319,109,1,1,0,0,-561.843,-75.0713,-90.8384,0.712507,86400,0,0,2576,0,0,0,0,0),(33671,8319,109,1,1,0,0,-556.189,-75.0474,-90.8371,1.78458,86400,0,0,2576,0,0,0,0,0),(33670,8319,109,1,1,0,0,-541.35,-67.5494,-90.8367,2.08617,86400,0,0,2576,0,0,0,0,0),(33669,5277,109,1,1,0,1,-543.934,-72.9843,-90.8326,3.44334,86400,0,0,6414,0,0,0,0,0),(33668,5280,109,1,1,0,1,-561.332,-66.583,-90.8419,5.882,86400,0,0,4950,1695,0,0,0,0),(33667,5277,109,1,1,0,1,-543.298,101.722,-90.8697,0.0504134,86400,0,0,6414,0,0,0,0,0),(33666,5277,109,1,1,0,1,-542.652,94.2902,-90.8689,0.0582671,86400,0,0,6414,0,0,0,0,0),(33665,5283,109,1,1,0,1,-542.852,86.9069,-90.8667,0.0111437,86400,0,0,6183,0,0,0,0,0),(33664,5283,109,1,1,0,1,-587.545,92.7379,-90.8894,3.17708,86400,0,0,6183,0,0,0,0,0),(33663,8319,109,1,1,0,0,-588.77,97.1348,-90.8871,3.40642,86400,0,0,2576,0,0,0,0,0),(33662,8319,109,1,1,0,0,-597.511,84.3774,-90.8899,2.34299,86400,0,0,2576,0,0,0,0,0),(33661,8319,109,1,1,0,0,-605.791,97.6143,-90.8848,5.9676,86400,0,0,2576,0,0,0,0,0),(33660,8319,109,1,1,0,0,-599.345,87.0457,-90.8871,0.311951,86400,0,0,2576,0,0,0,0,0),(33659,5277,109,1,1,0,1,-598.944,99.2307,-90.8849,1.0031,86400,0,0,6414,0,0,0,0,0),(33658,5722,109,1,1,0,0,-667.359,80.803,-90.8326,0.112455,86400,0,0,11075,0,2,0,0,0),(33657,5719,109,1,1,0,0,-667.59,103.111,-90.8313,6.18358,86400,0,0,11075,0,0,0,0,0),(33656,5283,109,1,1,0,1,-497.614,164.865,-90.8902,5.23897,86400,0,0,6183,0,0,0,0,0),(33655,5283,109,1,1,0,1,-507.281,159.062,-90.8874,5.26646,86400,0,0,6183,0,0,0,0,0),(33654,5280,109,1,1,0,1,-511.836,156.322,-90.8862,5.19577,86400,0,0,4950,1695,0,0,0,0),(33653,5277,109,1,1,0,1,-502.226,161.997,-90.8876,5.24682,86400,0,0,6414,0,0,0,0,0),(33652,5291,109,1,1,0,0,-535.628,203.112,-90.9058,1.4667,86400,0,0,4950,1695,0,0,0,0),(33651,5291,109,1,1,0,0,-555.544,270.643,-90.8346,5.27195,86400,0,0,4950,1695,0,0,0,0),(33650,5291,109,1,1,0,0,-471.309,297.133,-90.6995,5.01434,86400,0,0,4950,1695,0,0,0,0),(33649,5291,109,1,1,0,0,-488.499,273.113,-90.7271,5.83116,86400,0,0,4950,1695,0,0,0,0),(33648,5291,109,1,1,0,0,-380.593,270.517,-90.83,3.83625,86400,0,0,4950,1695,0,0,0,0),(33647,5291,109,1,1,0,0,-378.717,251.202,-90.8439,2.56862,86400,0,0,4950,1695,0,0,0,0),(33646,5291,109,1,1,0,0,-399.046,209.403,-90.8796,3.34538,86400,0,0,4950,1695,0,0,0,0),(33645,5267,109,1,1,0,1,-367.467,83.5495,-131.849,0.520293,86400,0,0,5970,0,0,0,0,0),(33644,5259,109,1,3,0,1,-370.639,90.6568,-131.849,2.3945,86400,0,0,4776,1640,0,0,0,0),(33643,5259,109,1,1,0,1,-366.303,20.705,-148.657,4.0923,86400,0,0,4776,1640,0,0,0,0),(33642,5259,109,1,1,0,1,-376.555,5.47187,-148.677,1.41801,86400,0,0,4776,1640,0,0,0,0),(33641,5267,109,1,1,0,1,-373.987,8.44981,-148.719,1.63792,86400,0,0,5970,0,0,0,0,0),(33640,8318,109,1,1,0,0,-375.791,12.885,-148.793,1.31984,86400,0,0,2399,0,0,0,0,0),(33639,8318,109,1,1,0,0,-367.639,12.3524,-148.713,1.81071,86400,0,0,2399,0,0,0,0,0),(239020,5721,109,1,2,0,0,-453.45,137.17,-90.75,5.72,86400,0,0,11075,0,2,0,0,0),(33637,8311,109,1,1,0,0,-398.828,26.548,-148.802,3.30533,86400,0,0,1386,0,0,0,0,0),(33636,8311,109,1,1,0,0,-426.633,3.14311,-148.802,2.9896,86400,0,0,1386,0,0,0,0,0),(33635,8311,109,1,1,0,0,-433.708,7.27427,-148.802,0.947562,86400,0,0,1386,0,0,0,0,0),(33634,8311,109,1,1,0,0,-431.558,8.57298,-148.802,0.821899,86400,0,0,1386,0,0,0,0,0),(33633,8311,109,1,1,0,0,-425.072,9.87226,-148.802,2.36521,86400,0,0,1386,0,0,0,0,0),(33632,8311,109,1,1,0,0,-434.003,1.58256,-148.802,0.782628,86400,0,0,1386,0,0,0,0,0),(33631,8384,109,1,1,0,0,-430.339,4.36264,-148.802,0.998612,86400,0,0,5970,0,0,0,0,0),(33630,5226,109,1,1,0,0,-398.737,33.2352,-148.802,4.22267,86400,0,0,5970,0,0,0,0,0),(33629,5228,109,1,1,0,0,-446.256,43.6092,-148.744,5.58535,86400,0,0,5970,0,0,0,0,0),(33628,5228,109,1,1,0,0,-434.107,53.8109,-148.742,4.15671,86400,0,0,5970,0,0,0,0,0),(33627,8311,109,1,1,0,0,-526.129,15.5934,-148.802,2.11938,86400,0,0,1386,0,0,0,0,0),(33626,8311,109,1,1,0,0,-527.713,20.5194,-148.802,1.79422,86400,0,0,1386,0,0,0,0,0),(33625,8311,109,1,1,0,0,-522.688,18.6743,-148.802,6.27964,86400,0,0,1386,0,0,0,0,0),(33624,8311,109,1,1,0,0,-519.67,16.1979,-147.236,2.69036,86400,0,0,1386,0,0,0,0,0),(33623,8311,109,1,1,0,0,-520.316,26.81,-148.802,4.21953,86400,0,0,1386,0,0,0,0,0),(33622,8384,109,1,1,0,0,-527.568,18.2762,-148.802,0.469254,86400,0,0,5970,0,0,0,0,0),(33621,5708,109,1,1,0,0,-530.971,23.9701,-148.802,5.95448,86400,0,0,6414,0,2,0,0,0),(33620,5226,109,1,1,0,0,-491.895,46.3545,-148.743,3.41607,86400,0,0,5970,0,0,0,0,0),(33619,5226,109,1,1,0,0,-501.895,52.2439,-148.744,4.71197,86400,0,0,5970,0,0,0,0,0),(33618,8311,109,1,1,0,0,-499.616,46.49,-148.744,0.113466,86400,0,0,1386,0,0,0,0,0),(33617,8311,109,1,1,0,0,-490.3,42.7803,-148.744,2.90556,86400,0,0,1386,0,0,0,0,0),(33616,8311,109,1,1,0,0,-566.167,104.666,-148.802,0.725287,86400,0,0,1386,0,0,0,0,0),(33615,8311,109,1,1,0,0,-558.676,107.74,-147.236,2.93383,86400,0,0,1386,0,0,0,0,0),(33614,8311,109,1,1,0,0,-568.104,106.208,-148.802,5.94583,86400,0,0,1386,0,0,0,0,0),(33613,8311,109,1,1,0,0,-562.351,101.242,-148.802,1.35204,86400,0,0,1386,0,0,0,0,0),(33612,8384,109,1,1,0,0,-563.259,109.207,-148.802,4.29571,86400,0,0,5970,0,0,0,0,0),(33611,8384,109,1,1,0,0,-569.687,101.871,-148.802,6.16495,86400,0,0,5970,0,0,0,0,0),(33610,8384,109,1,1,0,0,-521.044,102.285,-148.743,3.88653,86400,0,0,5970,0,0,0,0,0),(33609,8384,109,1,1,0,0,-521.151,90.4728,-148.741,2.20734,86400,0,0,5970,0,0,0,0,0),(33608,8311,109,1,1,0,0,-524.655,90.3218,-148.743,1.44944,86400,0,0,1386,0,0,0,0,0),(33607,8311,109,1,1,0,0,-517.782,98.4696,-148.742,3.21658,86400,0,0,1386,0,0,0,0,0),(33606,8311,109,1,1,0,0,-533.006,115.369,-148.805,2.70607,86400,0,0,1386,0,0,0,0,0),(33605,8311,109,1,1,0,0,-555.539,131.459,-148.802,0.993906,86400,0,0,1386,0,0,0,0,0),(33604,8311,109,1,1,0,0,-546.35,151.003,-147.526,4.48893,86400,0,0,1386,0,0,0,0,0),(33603,8311,109,1,1,0,0,-510.948,181.021,-148.802,6.10999,86400,0,0,1386,0,0,0,0,0),(33602,8311,109,1,1,0,0,-490.377,149.741,-147.768,3.69646,86400,0,0,1386,0,0,0,0,0),(33601,8384,109,1,1,0,0,-510.957,186.878,-148.802,5.14474,86400,0,0,5970,0,0,0,0,0),(33599,8311,109,1,1,0,0,-506.616,183.867,-147.307,1.93089,86400,0,0,1386,0,0,0,0,0),(33598,5226,109,1,1,0,0,-491.134,141.045,-148.742,2.54743,86400,0,0,5970,0,0,0,0,0),(30292,6222,90,1,1,6935,1,-600.478,425.647,-230.518,5.3058,86400,2,0,787,0,1,0,0,0),(30291,7603,90,1,1,6967,0,-601.673,418.79,-230.518,3.92699,86400,2,0,787,0,1,0,0,0),(30290,7603,90,1,1,6968,0,-595.935,423.398,-230.518,0,86400,2,0,787,0,1,0,0,0),(135660,16492,532,1,1,19331,0,-11043.6,-1820.46,165.765,5.89728,604800,0,0,7825,3155,0,0,0,0),(135659,16492,532,1,1,19331,0,-11042.5,-1819.17,165.765,5.64878,604800,0,0,7825,3155,0,0,0,0),(135658,16492,532,1,1,19331,0,-11041.1,-1818.5,165.765,5.9485,604800,0,0,7825,3155,0,0,0,0),(135657,16492,532,1,1,19331,0,-11039.2,-1818.78,165.765,5.85339,604800,0,0,7825,3155,0,0,0,0),(12312,3099,1,1,1,381,0,-61.8657,-4828.86,22.8456,1.96017,300,5,0,120,0,1,0,0,0),(12311,3111,1,1,1,1218,1,78.5015,-4623.69,44.1086,5.08336,300,5,0,120,0,1,0,0,0),(12310,3300,1,1,1,1986,0,101.863,-4664.55,33.3511,4.62611,120,5,0,1,0,1,0,0,0),(12309,3112,1,1,1,1252,1,92.4038,-4572.77,56.7136,1.49199,300,5,0,137,0,1,0,0,0),(12308,3128,1,1,1,3735,1,-192.284,-4996.99,22.5548,0.237846,200,0,0,102,0,0,0,0,0),(12307,3112,1,1,1,1252,1,76.3949,-4578.71,56.6506,0.64357,300,5,0,137,0,1,0,0,0),(12306,3112,1,1,1,1252,1,70.3385,-4597.89,52.774,6.1741,300,5,0,137,0,1,0,0,0),(12305,3111,1,1,1,1218,1,82.9627,-4643.34,37.4577,0.69553,300,5,0,120,0,1,0,0,0),(12304,3128,1,1,1,3735,1,-119.671,-4988.08,19.4948,4.19106,200,10,0,102,0,1,0,0,0),(12303,3183,1,1,1,1876,1,-58.1846,-4220.64,62.3418,4.98307,200,0,0,98,138,0,0,0,0),(12302,3129,1,1,1,1860,1,-87.9146,-5018.34,16.5591,3.86208,300,10,0,120,0,1,0,0,0),(12301,3113,1,1,1,6088,1,483.502,-4148.08,24.8225,6.03896,300,5,0,148,165,1,0,0,0),(12300,3129,1,1,1,1862,1,-151.218,-5087.12,21.4715,4.39797,300,10,0,120,0,1,0,0,0),(12299,3113,1,1,1,6088,1,495.607,-4170.69,25.7837,5.75703,300,5,0,148,165,1,0,0,0),(12298,3129,1,1,1,1862,1,-141.465,-5003.08,22.1861,4.44902,300,5,0,120,0,1,0,0,0),(12297,3126,1,1,1,2487,0,446.878,-4518.25,51.6458,2.99251,300,5,0,137,0,1,0,0,0),(12296,3129,1,1,1,1862,1,-149.138,-5035.27,21.9753,1.76718,300,0,0,120,0,0,0,0,0),(12295,3129,1,1,1,1860,1,-191.936,-5113.18,22.104,1.83978,300,0,0,120,0,0,0,0,0),(12294,3129,1,1,1,1862,1,-178.005,-5108.49,22.1404,3.964,300,0,0,120,0,0,0,0,0),(12293,3128,1,1,1,3734,1,-259.423,-5018.76,22.1559,2.13929,200,0,0,102,0,0,0,0,0),(12292,3128,1,1,1,3735,1,-87.4879,-4920.75,18.605,0.759671,200,5,0,102,0,1,0,0,0),(12291,3128,1,1,1,3735,1,-255.313,-5010.76,22.1318,2.83695,200,0,0,102,0,0,0,0,0),(12290,3101,1,1,1,1185,1,-88.303,-4285.01,62.0652,4.09696,200,3,0,69,79,1,0,0,0),(12289,3110,1,1,1,1250,0,-348.614,-3888.38,16.8497,5.1935,300,10,0,176,0,1,0,0,0),(12288,3128,1,1,1,3735,1,-209.532,-4982.4,21.5041,0.752623,200,5,0,102,0,1,0,0,0),(12287,3126,1,1,1,2487,0,123.5,-4057.29,49.4281,2.25814,300,10,0,137,0,1,0,0,0),(12286,3102,1,1,1,850,0,-101.987,-4304.45,62.3086,3.38476,200,3,0,71,0,1,0,0,0),(12285,3126,1,1,1,2487,0,212.425,-4081.03,44.7797,2.6535,300,5,0,137,0,1,0,0,0),(12284,3116,1,1,1,6814,0,846.324,-4677.83,10.7134,1.21235,300,10,0,137,0,1,0,0,0),(12283,3118,1,1,1,6815,0,1096.48,-4676.93,16.547,5.19715,300,3,0,186,191,1,0,0,0),(12282,3115,1,1,1,3012,0,836.883,-4604.06,4.14846,3.06609,300,5,0,137,0,1,0,0,0),(12281,3117,1,1,1,2166,0,1036.55,-4801.56,13.5467,2.01694,300,5,0,176,0,1,0,0,0),(12280,3117,1,1,1,2166,0,826.808,-4813.78,11.2454,1.93247,300,5,0,176,0,1,0,0,0),(12279,3117,1,1,1,2166,0,1008.14,-4812.83,16.3155,2.89725,300,3,0,176,0,1,0,0,0),(12278,3118,1,1,1,6815,0,1137.51,-4689.39,18.0381,3.0203,300,3,0,186,191,1,0,0,0),(12277,3125,1,1,1,2486,0,65.0834,-5017.19,10.4039,3.16893,200,5,0,102,0,1,0,0,0),(12276,3129,1,1,1,1862,1,-146.828,-5106.02,21.3111,5.58744,300,10,0,120,0,1,0,0,0),(12275,3129,1,1,1,1860,1,-120.032,-5131.44,21.6015,5.32546,300,5,0,120,0,1,0,0,0),(29049,22863,530,1,1,0,1,-3575.28,565.114,12.9522,4.88984,25,0,0,5589,3155,0,0,0,0),(23710,22863,530,1,1,0,1,-3585.51,574.27,13.5938,4.88984,25,0,0,5589,3155,0,0,0,0),(22307,22863,530,1,1,0,1,-3592.34,573.365,13.9324,4.88984,25,0,0,5589,3155,0,0,0,0),(18492,22863,530,1,1,0,1,-3570.92,512.474,19.5222,4.68217,25,0,0,5589,3155,0,0,0,0),(18490,22863,530,1,1,0,1,-3547.43,509.659,20.1016,4.68217,25,0,0,5589,3155,0,0,0,0),(18278,22864,530,1,1,0,1,-3576.74,586.046,11.5141,4.73198,25,0,0,5233,2991,0,0,0,0),(18121,22862,530,1,1,0,1,-3546.75,586.648,12.3347,4.83565,25,0,0,27945,3155,0,0,0,0),(12267,3129,1,1,1,1860,1,-78.0601,-5110.51,17.0959,0.738431,300,10,0,120,0,1,0,0,0),(12266,3128,1,1,1,3734,1,-128.271,-4958.23,20.2083,4.00808,200,10,0,102,0,1,0,0,0),(12265,3099,1,1,1,381,0,-191.507,-4670.98,33.6052,3.12011,300,10,0,120,0,1,0,0,0),(12264,3125,1,1,1,2486,0,-121.162,-4709.15,28.195,0.263307,200,5,0,102,0,1,0,0,0),(12263,3281,1,1,1,2864,0,-547.335,-4103.85,70.0987,6.07659,200,0,0,86,0,0,0,0,0),(12262,3098,1,1,1,503,0,-509.872,-4377.28,45.7495,3.56854,120,5,0,42,0,1,0,0,0),(12261,3117,1,1,1,2166,0,844.778,-4821.34,11.3737,3.90942,300,5,0,176,0,1,0,0,0),(12260,5808,1,1,1,9444,1,-918.928,-4494.03,29.6457,3.01942,14400,0,0,176,0,0,0,0,0),(12259,3100,1,1,1,193,0,620.225,-4003.89,5.77349,1.21853,300,5,0,156,0,1,0,0,0),(12258,3117,1,1,1,2166,0,925.645,-4810.8,14.9581,6.14487,300,5,0,176,0,1,0,0,0),(12257,3118,1,1,1,6815,0,1131.94,-4673.4,17.7543,2.27283,300,3,0,186,191,1,0,0,0),(12256,3117,1,1,1,2166,0,1076.21,-4718.31,13.8847,1.65542,300,5,0,176,0,1,0,0,0),(12255,3117,1,1,1,2166,0,977.91,-4819.45,17.3065,3.53275,300,3,0,176,0,1,0,0,0),(12254,3117,1,1,1,2166,0,1055.75,-4751.77,16.2219,4.43359,300,5,0,176,0,1,0,0,0),(12253,3118,1,1,1,6815,0,1103.62,-4698.06,17.3793,2.96546,300,3,0,186,191,1,0,0,0),(12252,3118,1,1,1,6815,0,1053.67,-4712.36,16.1625,5.47776,300,5,0,186,191,1,0,0,0),(12251,3117,1,1,1,2166,0,945.736,-4820.83,16.8331,3.90105,300,3,0,176,0,1,0,0,0),(12250,3118,1,1,1,6815,0,1046.03,-4778.52,14.0468,6.05371,300,5,0,186,191,1,0,0,0),(12249,3118,1,1,1,6815,0,1020.36,-4823.5,15.9218,2.51941,300,3,0,186,191,1,0,0,0),(12248,3227,1,1,1,787,0,1107.78,-4065.56,14.6708,0.796682,300,10,0,198,0,1,0,0,0),(12247,3115,1,1,1,3012,0,711.49,-4486.62,15.6357,3.22314,300,5,0,137,0,1,0,0,0),(12246,3115,1,1,1,3012,0,697.126,-4505.01,13.0807,2.91775,300,5,0,137,0,1,0,0,0),(12245,3115,1,1,1,3012,0,669.175,-4535.78,8.95567,4.59208,300,5,0,137,0,1,0,0,0),(12244,3115,1,1,1,3012,0,716.682,-4353.27,18.8379,4.46779,300,10,0,137,0,1,0,0,0),(12243,3115,1,1,1,3012,0,678.607,-4510.79,14.9557,2.71529,300,5,0,137,0,1,0,0,0),(12242,3116,1,1,1,6814,0,730.406,-4471.12,15.7607,4.34448,300,5,0,137,0,1,0,0,0),(12241,3116,1,1,1,6814,0,736.727,-4435.51,18.4716,5.88955,300,5,0,137,0,1,0,0,0),(12240,3116,1,1,1,6814,0,743.619,-4421.42,19.2064,1.54129,300,5,0,137,0,1,0,0,0),(12239,3116,1,1,1,6814,0,746.422,-4454.22,15.7935,5.06903,300,5,0,137,0,1,0,0,0),(12238,3115,1,1,1,3012,0,748.51,-4387.57,19.2612,4.1323,300,10,0,137,0,1,0,0,0),(12237,3227,1,1,1,787,0,692.011,-4274.71,17.3082,6.18934,300,5,0,198,0,1,0,0,0),(51892,10200,1,1,1,0,0,7911.35,-3887.44,694.67,2.82417,9900,0,0,3758,0,0,0,0,0),(51891,10196,1,1,1,0,1,6175.73,-4245.79,653.705,2.09427,43200,0,0,8097,0,0,0,0,0),(51890,10202,1,1,1,0,0,6487.25,-4542.47,717.283,2.51446,43200,0,0,8883,0,0,0,0,0),(12233,3118,1,1,1,6815,0,988.622,-4670.71,27.0107,3.62704,300,5,0,186,191,1,0,0,0),(12232,3130,1,1,1,2179,0,803.238,-4035.98,-11.3491,3.68179,300,3,0,176,0,1,0,0,0),(12231,3115,1,1,1,3012,0,644.679,-4509.12,29.0872,2.24459,300,0,0,137,0,0,0,0,0),(12230,3110,1,1,1,1250,0,499.038,-3779.24,17.1513,0.013957,300,10,0,176,0,1,0,0,0),(12229,5951,1,1,1,1560,0,395.378,-3991.95,31.7945,3.5047,120,5,0,8,0,1,0,0,0),(12228,3130,1,1,1,2179,0,723.438,-4030.15,-6.24065,4.61115,300,5,0,176,0,1,0,0,0),(12227,3116,1,1,1,6814,0,742.712,-4485.95,39.666,5.31496,300,5,0,137,0,1,0,0,0),(12226,3130,1,1,1,2179,0,704.714,-4029.92,-6.47961,0.060297,300,5,0,176,0,1,0,0,0),(12225,3130,1,1,1,2179,0,745.847,-4029.78,-6.55799,2.38135,300,5,0,176,0,1,0,0,0),(12224,3123,1,1,1,1959,0,1056.48,-4187.47,20.9068,2.95353,300,10,0,156,0,1,0,0,0),(12223,3131,1,1,1,1532,0,930.449,-4043.55,-13.3189,0.414402,300,3,0,198,0,1,0,0,0),(12222,3130,1,1,1,2179,0,817.613,-4057.75,-12.9741,5.25093,300,5,0,176,0,1,0,0,0),(12221,5951,1,1,1,1560,0,-588.684,-4387.13,43.235,0.542422,120,5,0,8,0,1,0,0,0),(12220,3130,1,1,1,2179,0,776.012,-4032.4,-6.29539,2.12497,300,5,0,176,0,1,0,0,0),(12219,3131,1,1,1,1533,0,978.62,-4052.36,-12.9618,1.05231,300,3,0,198,0,1,0,0,0),(12218,5824,1,1,1,1346,1,-94.3403,-4010.99,62.5894,0.418879,14400,0,0,666,0,0,0,0,0),(7890,4374,1,1,1,2423,0,-2683.77,-4615.72,-21.2543,5.61709,1200,10,0,8883,0,1,0,0,0),(49988,17921,534,1,1,0,1,5028.29,-1840.21,1322.5,5.22843,120,0,0,41916,0,0,0,0,0),(4623,7026,0,1,1,6046,1,-8061.63,-1835.2,132.376,0.750492,500,0,0,2470,5013,0,0,0,0),(12217,3131,1,1,1,1533,0,917.586,-4018.24,-13.5464,1.96244,300,3,0,198,0,1,0,0,0),(12216,3131,1,1,1,1533,0,955.581,-4086.62,-11.3931,1.40597,300,3,0,198,0,1,0,0,0),(49995,17921,534,1,1,0,1,5026.87,-1841.01,1322.42,5.12241,120,0,0,41916,0,0,0,0,0),(4622,7026,0,1,1,6046,1,-8056.56,-1830.89,132.363,3.80482,500,0,0,2470,5013,0,0,0,0),(12215,3130,1,1,1,2179,0,870.653,-4037.13,-13.2415,4.64142,300,3,0,176,0,1,0,0,0),(12214,3131,1,1,1,1533,0,950.408,-4151.12,-9.04927,0.658552,300,5,0,198,0,1,0,0,0),(12213,3098,1,1,1,503,0,-420.536,-4246.93,50.6249,3.34924,120,5,0,42,0,1,0,0,0),(12212,3098,1,1,1,503,0,-420.524,-4319.37,44.686,3.76086,120,10,0,42,0,1,0,0,0),(12211,3098,1,1,1,503,0,-448.447,-4240.06,51.5052,1.43251,120,10,0,42,0,1,0,0,0),(12210,3131,1,1,1,1533,0,957.349,-4269.43,-8.19251,2.86512,300,5,0,198,0,1,0,0,0),(12209,5822,1,1,1,4594,1,1492.44,-4753.37,21.1028,4.04916,14400,0,0,624,308,0,0,0,0),(12208,3098,1,1,1,503,0,-389.932,-4374.94,40.1369,1.75657,120,0,0,42,0,0,0,0,0),(12207,3098,1,1,1,503,0,-414.888,-4341.82,43.1272,2.55533,120,5,0,42,0,1,0,0,0),(12206,3131,1,1,1,1532,0,971.703,-4229,-8.27848,3.7697,300,5,0,198,0,1,0,0,0),(12205,3131,1,1,1,1532,0,947.709,-4249.95,-6.30324,3.30208,300,5,0,198,0,1,0,0,0),(12204,3199,1,1,1,4194,1,901.917,-4705.98,23.7635,3.80687,300,0,0,178,382,0,0,0,0),(12203,3098,1,1,1,503,0,-320.586,-4354.29,54.8292,3.9594,120,10,0,42,0,1,0,0,0),(12202,3196,1,1,1,4187,1,880.983,-4705.74,28.8841,3.93944,300,0,0,166,178,0,0,0,0),(12201,3098,1,1,1,503,0,-351.906,-4384.64,48.7124,1.36532,120,10,0,42,0,1,0,0,0),(12200,3131,1,1,1,1533,0,945.767,-4112.83,-11.6364,3.24927,300,3,0,198,0,1,0,0,0),(12199,3124,1,1,1,2485,0,-261.13,-4373.69,61.5519,0.317264,200,10,0,71,0,1,0,0,0),(12198,3131,1,1,1,1532,0,947.264,-4206.73,-8.29875,2.17691,300,5,0,198,0,1,0,0,0),(12197,3131,1,1,1,1533,0,948.611,-4182.74,-8.25159,4.02534,300,5,0,198,0,1,0,0,0),(12196,3125,1,1,1,2486,0,-646.478,-4928.2,30.3386,0.305683,200,10,0,102,0,1,0,0,0),(12195,3196,1,1,1,4187,1,862.303,-4755.56,39.0076,1.88079,300,0,0,166,178,0,0,0,0),(12194,3101,1,1,1,1185,1,-210.927,-4448.35,68.2828,1.36713,200,5,0,69,79,1,0,0,0),(12193,3101,1,1,1,1185,1,-210.65,-4419.36,64.7843,5.70493,200,10,0,69,79,1,0,0,0),(12192,3101,1,1,1,1185,1,-193.396,-4403.29,68.6726,6.21113,200,10,0,69,79,1,0,0,0),(12191,3126,1,1,1,2487,0,920.937,-5048.43,4.45522,1.00392,300,10,0,137,0,1,0,0,0),(12190,3199,1,1,1,4194,1,877.988,-4745.62,30.4963,4.67472,300,0,0,178,382,0,0,0,0),(12189,3098,1,1,1,503,0,-281.01,-4322.8,61.7573,5.29926,120,5,0,42,0,1,0,0,0),(12188,3196,1,1,1,4186,1,804.402,-4753.21,36.8738,0.407807,300,0,0,166,178,0,0,0,0),(12187,3195,1,1,1,4189,1,779.311,-4738.29,38.5627,0.699011,300,5,0,156,0,1,0,0,0),(12186,3195,1,1,1,4188,1,828.064,-4766.75,36.8359,0.748984,300,0,0,156,0,0,0,0,0),(12185,3195,1,1,1,4188,1,858.907,-4786.1,37.0383,0.450417,300,0,0,156,0,0,0,0,0),(12184,3199,1,1,1,4195,1,863.606,-4733.89,34.1155,1.94788,300,0,0,178,382,0,0,0,0),(12183,3195,1,1,1,4189,1,823.937,-4747.32,36.0367,3.24997,300,0,0,156,0,0,0,0,0),(12182,3195,1,1,1,4188,1,776.376,-4756.83,37.4377,4.89759,300,5,0,156,0,1,0,0,0),(12181,3098,1,1,1,503,0,-476.114,-4255.08,46.1353,5.24222,120,10,0,42,0,1,0,0,0),(12180,3300,1,1,1,1206,0,-296.813,-4287.95,61.4483,0.187595,120,5,0,1,0,1,0,0,0),(12179,3300,1,1,1,1206,0,-432.987,-4234.34,53.3792,5.87815,120,5,0,1,0,1,0,0,0),(12178,3098,1,1,1,503,0,-319.209,-4317.22,54.7874,4.13306,120,5,0,42,0,1,0,0,0),(51889,4030,1,1,1,0,0,699.81,1758.93,-17.8566,3.10524,9900,0,0,950,0,0,0,0,0),(12176,3099,1,1,1,381,0,-721.736,-4630.73,39.8793,5.20051,300,10,0,120,0,1,0,0,0),(18054,22861,530,1,1,0,1,-3528.83,571.512,14.6886,4.83565,25,0,0,5589,3155,0,0,0,0),(18053,22861,530,1,1,0,1,-3545.1,573.284,13.6173,4.83565,25,0,0,5589,3155,0,0,0,0),(51888,5916,1,1,1,0,1,2427.03,1524.3,270.621,5.08935,43200,0,0,2070,732,0,0,0,0),(51885,10644,1,1,1,0,0,3253.97,493.319,-0.0726189,5.05556,9900,0,0,573,0,0,0,0,0),(12169,3101,1,1,1,1185,1,-126.712,-4281.11,64.8422,6.04921,200,5,0,69,79,1,0,0,0),(12168,3100,1,1,1,193,0,449.76,-3889.83,23.7893,4.71044,300,10,0,156,0,1,0,0,0),(12167,3125,1,1,1,2486,0,284.559,-5082.87,9.10461,5.91688,200,10,0,102,0,1,0,0,0),(51883,3773,1,1,1,0,1,2230.63,222.503,134.671,2.16137,9900,0,1,684,693,2,0,0,0),(51884,10643,1,1,1,0,1,3030.43,582.659,6.15439,3.71646,9900,0,0,908,0,0,0,0,0),(18051,22861,530,1,1,0,1,-3552.29,572.393,12.8211,4.83565,25,0,0,5589,3155,0,0,0,0),(18044,22861,530,1,1,0,1,-3544.19,566.345,14.3577,4.83565,25,0,0,5589,3155,0,0,0,0),(17579,22861,530,1,1,0,1,-3551.43,565.449,13.6617,4.83565,25,0,0,5589,3155,0,0,0,0),(17577,22861,530,1,1,0,1,-3576.09,505.557,21.4638,4.68217,25,0,0,5589,3155,0,0,0,0),(17566,22861,530,1,1,0,1,-3556.84,501.317,20.33,4.68217,25,0,0,5589,3155,0,0,0,0),(12157,10685,1,1,1,10015,0,744.463,-4272.11,17.5349,2.67798,200,3,0,14,0,1,0,0,0),(12156,10685,1,1,1,10015,0,1264.97,-4220.59,26.6097,1.38081,200,5,0,14,0,1,0,0,0),(12155,3300,1,1,1,1987,0,903.469,-4994.7,7.56755,0.108174,120,10,0,1,0,1,0,0,0),(12154,10685,1,1,1,10015,0,746.692,-4268.77,17.4099,4.66608,200,3,0,14,0,1,0,0,0),(12153,5951,1,1,1,1560,0,-562.988,-4832.2,35.9989,1.94487,120,10,0,8,0,1,0,0,0),(12152,3300,1,1,1,1986,0,192.992,-4035.16,46.1641,0.324484,120,5,0,1,0,1,0,0,0),(12151,5951,1,1,1,1560,0,304.09,-5070.64,8.58249,5.45599,120,5,0,8,0,1,0,0,0),(12150,3300,1,1,1,1987,0,1029.39,-4047.15,18.6835,3.76967,120,5,0,1,0,1,0,0,0),(12149,5951,1,1,1,1560,0,-630.041,-4896.66,30.26,0.805863,120,10,0,8,0,1,0,0,0),(12148,5951,1,1,1,1560,0,205.012,-5060.46,13.6258,0.796973,120,5,0,8,0,1,0,0,0),(12147,10685,1,1,1,10015,0,1252.73,-4543.59,20.8351,1.43647,200,3,0,14,0,1,0,0,0),(12146,3300,1,1,1,1206,0,1046.83,-4103.85,18.2137,3.94088,120,5,0,1,0,1,0,0,0),(12145,6145,1,1,1,4878,0,432.397,-5225.85,-17.8752,1.54137,120,10,0,8,0,1,0,0,0),(12144,5951,1,1,1,1560,0,198.329,-4231.71,45.0838,4.98869,120,5,0,8,0,1,0,0,0),(12143,3300,1,1,1,1986,0,-452.442,-4429.01,51.3504,2.99708,120,10,0,1,0,1,0,0,0),(12142,6145,1,1,1,4878,0,249.882,-5201.97,-13.2683,2.87646,120,10,0,8,0,1,0,0,0),(12141,10685,1,1,1,10015,0,1244.47,-4551.34,20.9601,4.2353,200,3,0,14,0,1,0,0,0),(12140,3300,1,1,1,1206,0,-734.956,-5018.11,17.2524,5.56693,120,5,0,1,0,1,0,0,0),(12139,5951,1,1,1,1560,0,-494.774,-4337.04,38.654,6.04483,120,5,0,8,0,1,0,0,0),(12138,6145,1,1,1,4878,0,-84.6329,-5286.65,-12.4048,3.94196,120,10,0,8,0,1,0,0,0),(12137,3300,1,1,1,1206,0,1142.5,-4105.74,18.8877,0.898303,120,5,0,1,0,1,0,0,0),(12136,5951,1,1,1,1560,0,509.314,-4072.79,27.6293,5.18651,120,5,0,8,0,1,0,0,0),(12135,10685,1,1,1,10015,0,1247.96,-4514.62,21.7191,2.28008,200,5,0,14,0,1,0,0,0),(12134,5951,1,1,1,1560,0,748.274,-4860.77,31.8674,0.919091,120,5,0,8,0,1,0,0,0),(12133,3300,1,1,1,1987,0,808.906,-4992.82,11.6878,0.624675,120,5,0,1,0,1,0,0,0),(12132,6145,1,1,1,4878,0,-13.8299,-5387.71,-13.719,4.2146,120,10,0,8,0,1,0,0,0),(12131,6145,1,1,1,4878,0,-1047.87,-5041.03,-9.89081,1.80774,120,10,0,8,0,1,0,0,0),(12130,5951,1,1,1,1560,0,-841.311,-4798.64,21.4665,0.875308,120,5,0,8,0,1,0,0,0),(12129,3100,1,1,1,193,0,1022.03,-4330.38,16.8225,4.51826,300,5,0,156,0,1,0,0,0),(12128,3100,1,1,1,193,0,1158.73,-4491.68,20.7351,0.430301,300,10,0,156,0,1,0,0,0),(12127,3100,1,1,1,193,0,1188.5,-4219.9,24.6479,0.246637,300,10,0,156,0,1,0,0,0),(12126,3100,1,1,1,193,0,-12.8648,-4047.54,60.3533,5.32106,300,5,0,156,0,1,0,0,0),(12125,3099,1,1,1,381,0,457.622,-4376.38,36.3021,6.0183,300,5,0,120,0,1,0,0,0),(12124,3099,1,1,1,381,0,-17.9955,-4661.04,37.2567,2.46242,300,10,0,120,0,1,0,0,0),(12123,3099,1,1,1,381,0,544.057,-3977.39,19.0682,5.47293,300,10,0,120,0,1,0,0,0),(12122,6145,1,1,1,4878,0,-719.988,-5426.94,-4.14204,1.26665,120,10,0,8,0,1,0,0,0),(12121,3300,1,1,1,1986,0,185.165,-4155.59,46.022,2.55418,120,10,0,1,0,1,0,0,0),(12120,5951,1,1,1,1560,0,1181.05,-4219.46,23.9175,2.40812,120,0,0,8,0,0,0,0,0),(12119,10685,1,1,1,10015,0,748.166,-4279.31,18.1599,2.7973,200,3,0,14,0,1,0,0,0),(12118,10685,1,1,1,10015,0,742.637,-4265.6,17.4099,4.1675,200,3,0,14,0,1,0,0,0),(12117,6145,1,1,1,4878,0,287.644,-5286.85,-16.7941,0.323954,120,10,0,8,0,1,0,0,0),(12116,5951,1,1,1,1560,0,1326.23,-4676.07,24.9263,6.22927,120,5,0,8,0,1,0,0,0),(12115,6145,1,1,1,4878,0,-673.017,-5250.22,-12.9315,1.66661,120,10,0,8,0,1,0,0,0),(12114,3300,1,1,1,1206,0,219.689,-4614.9,17.0433,4.46362,120,5,0,1,0,1,0,0,0),(12113,3100,1,1,1,193,0,1456.47,-4913.08,8.27247,6.03408,300,5,0,156,0,1,0,0,0),(12112,3100,1,1,1,193,0,1052.25,-4248.49,18.9622,2.40798,300,10,0,156,0,1,0,0,0),(12111,3100,1,1,1,193,0,1207.81,-4931.38,17.1661,1.749,300,5,0,156,0,1,0,0,0),(12110,3100,1,1,1,193,0,86.0148,-3999.21,46.5746,2.56442,300,5,0,156,0,1,0,0,0),(12109,3100,1,1,1,193,0,1141.19,-4818.62,17.9146,1.17996,300,5,0,156,0,1,0,0,0),(12108,3100,1,1,1,193,0,1360.49,-4484.77,27.7505,2.03444,300,5,0,156,0,1,0,0,0),(12107,3100,1,1,1,193,0,716.31,-3847.78,19.8554,2.24447,300,5,0,156,0,1,0,0,0),(12106,3100,1,1,1,193,0,790.821,-3985.48,24.7213,4.96009,300,5,0,156,0,1,0,0,0),(12105,3100,1,1,1,193,0,1127,-4983.91,19.5138,6.24022,300,5,0,156,0,1,0,0,0),(12104,3100,1,1,1,193,0,984.351,-4974.47,15.0182,1.60106,300,5,0,156,0,1,0,0,0),(12103,3099,1,1,1,381,0,-686.186,-4821.91,35.702,3.83509,300,10,0,120,0,1,0,0,0),(12102,3099,1,1,1,381,0,127.476,-4226.04,51.0778,4.8509,300,10,0,120,0,1,0,0,0),(12101,3099,1,1,1,381,0,258.573,-4890.93,18.0308,3.56676,300,5,0,120,0,1,0,0,0),(12097,3099,1,1,1,381,0,176.708,-4444.47,35.632,5.5116,300,10,0,120,0,1,0,0,0),(12096,3099,1,1,1,381,0,515.935,-4516.2,49.7147,2.98255,300,5,0,120,0,1,0,0,0),(12094,3099,1,1,1,381,0,-173.371,-4812.66,27.0133,1.28981,300,5,0,120,0,1,0,0,0),(12092,3099,1,1,1,381,0,-513.408,-4696.69,36.5647,5.46724,300,10,0,120,0,1,0,0,0),(12091,3099,1,1,1,381,0,544.12,-4838.42,33.1617,4.18067,300,5,0,120,0,1,0,0,0),(12090,3099,1,1,1,381,0,-497.03,-4690.69,37.2641,2.6358,300,10,0,120,0,1,0,0,0),(12089,3099,1,1,1,381,0,428.823,-4405.92,40.966,2.19322,300,5,0,120,0,1,0,0,0),(12087,6145,1,1,1,4878,0,112.299,-5199.4,-14.1885,4.50705,120,10,0,8,0,1,0,0,0),(12086,5951,1,1,1,1560,0,1227.76,-4024.97,19.3046,2.61254,120,5,0,8,0,1,0,0,0),(12085,3300,1,1,1,1986,0,627.793,-4295.55,17.8019,4.77883,120,10,0,1,0,1,0,0,0),(12084,10685,1,1,1,10015,0,1266.92,-4234.52,26.5877,2.88785,200,5,0,14,0,1,0,0,0),(12083,3300,1,1,1,1206,0,130.686,-4076.38,51.5468,5.96329,120,5,0,1,0,1,0,0,0),(12082,6145,1,1,1,4878,0,1463.23,-5013.32,-24.2837,2.38451,120,10,0,8,0,1,0,0,0),(12068,5951,1,1,1,1560,0,20.9083,-4808.78,23.6258,3.4437,120,5,0,8,0,1,0,0,0),(12066,10685,1,1,1,10015,0,1238.59,-4538.64,20.8351,3.17099,200,3,0,14,0,1,0,0,0),(12065,3100,1,1,1,193,0,1154.45,-5003.49,13.682,1.21759,300,5,0,156,0,1,0,0,0),(12064,3100,1,1,1,193,0,924.659,-4363.43,16.4217,2.47834,300,10,0,156,0,1,0,0,0),(11997,3100,1,1,1,193,0,1348.4,-4785.8,24.7409,5.74089,300,5,0,156,0,1,0,0,0),(11996,3100,1,1,1,193,0,811.604,-4223.2,21.5221,1.21911,300,5,0,156,0,1,0,0,0),(11995,3100,1,1,1,193,0,1352.54,-4901.31,10.917,0.573919,300,10,0,156,0,1,0,0,0),(11992,3100,1,1,1,193,0,1194.27,-4831.29,17.4248,1.38605,300,10,0,156,0,1,0,0,0),(11901,3100,1,1,1,193,0,-38.2486,-3925.65,56.0989,0.448789,300,5,0,156,0,1,0,0,0),(11900,3100,1,1,1,193,0,1060.85,-4010.61,20.3246,6.00371,300,5,0,156,0,1,0,0,0),(11899,3100,1,1,1,193,0,953.786,-5084.64,6.11703,5.65865,300,10,0,156,0,1,0,0,0),(11898,3100,1,1,1,193,0,1391.2,-4702.03,29.9044,1.06178,300,5,0,156,0,1,0,0,0),(11896,3099,1,1,1,381,0,146.589,-4184.84,49.4646,0.159692,300,10,0,120,0,1,0,0,0),(11895,3099,1,1,1,381,0,-173.753,-4908.61,19.3733,4.78861,300,10,0,120,0,1,0,0,0),(11894,3099,1,1,1,381,0,-90.137,-4646.95,36.1969,2.20175,300,10,0,120,0,1,0,0,0),(11892,3099,1,1,1,381,0,391.575,-4512.24,51.3053,3.90489,300,5,0,120,0,1,0,0,0),(11890,3099,1,1,1,381,0,442.683,-4845.96,27.7442,3.23543,300,5,0,120,0,1,0,0,0),(11889,3099,1,1,1,381,0,-380.167,-4687.84,43.2321,5.77078,300,10,0,120,0,1,0,0,0),(11888,3099,1,1,1,381,0,236.645,-4380.86,34.0282,4.3263,300,10,0,120,0,1,0,0,0),(11887,10685,1,1,1,10015,0,1238.6,-4528.63,20.8441,4.31817,200,3,0,14,0,1,0,0,0),(11886,10685,1,1,1,10015,0,1245.43,-4528.42,20.8441,3.1899,200,5,0,14,0,1,0,0,0),(11885,3300,1,1,1,1206,0,660.648,-3895.62,16.6228,2.60746,120,5,0,1,0,1,0,0,0),(11884,6145,1,1,1,4878,0,-843.322,-5238.01,-19.9319,0.982266,120,10,0,8,0,1,0,0,0),(11883,3300,1,1,1,1206,0,662.525,-4198.51,15.4996,0.077106,120,5,0,1,0,1,0,0,0),(11882,6145,1,1,1,4878,0,85.0317,-5320.08,-14.8261,5.73573,120,10,0,8,0,1,0,0,0),(11881,10685,1,1,1,10015,0,1255.83,-4529.67,20.8441,4.11942,200,5,0,14,0,1,0,0,0),(11880,3100,1,1,1,193,0,844.863,-4360.83,14.202,1.83868,300,5,0,156,0,1,0,0,0),(11879,3100,1,1,1,193,0,182.609,-3912.88,43.0926,5.94476,300,10,0,156,0,1,0,0,0),(11878,3100,1,1,1,193,0,941.068,-4969.79,9.10522,2.62463,300,10,0,156,0,1,0,0,0),(11876,3100,1,1,1,193,0,1024.98,-4394.06,17.0952,2.89322,300,0,0,156,0,0,0,0,0),(11875,3100,1,1,1,193,0,1094.51,-5012.36,24.917,6.04864,300,5,0,156,0,1,0,0,0),(11874,3100,1,1,1,193,0,1048.04,-4102.8,18.1339,5.6014,300,10,0,156,0,1,0,0,0),(11873,3100,1,1,1,193,0,1207.23,-4084.26,20.9636,5.71896,300,10,0,156,0,1,0,0,0),(11872,3099,1,1,1,381,0,353.604,-4353.5,24.9207,0.001953,300,10,0,120,0,1,0,0,0),(11871,3099,1,1,1,381,0,223.729,-4004.62,41.4051,1.87461,300,10,0,120,0,1,0,0,0),(11870,3099,1,1,1,381,0,243.812,-4404.4,30.0523,0.39369,300,10,0,120,0,1,0,0,0),(11869,3099,1,1,1,381,0,481.357,-4679.16,36.8019,1.42291,300,10,0,120,0,1,0,0,0),(11868,3099,1,1,1,381,0,653.632,-4101.06,11.7635,4.42523,300,5,0,120,0,1,0,0,0),(11867,3099,1,1,1,381,0,-262.383,-4904.76,27.8355,2.35896,300,10,0,120,0,1,0,0,0),(11866,3099,1,1,1,381,0,520.16,-4045.76,23.5679,0.251142,300,10,0,120,0,1,0,0,0),(11865,3099,1,1,1,381,0,-551.221,-4706.09,37.0685,1.86879,300,10,0,120,0,1,0,0,0),(11864,3099,1,1,1,381,0,413.197,-4890.04,20.6314,5.84652,300,10,0,120,0,1,0,0,0),(11863,3099,1,1,1,381,0,-272.57,-4696.94,40.8646,0.67509,300,5,0,120,0,1,0,0,0),(11862,3104,1,1,1,1246,0,-720.453,-5438.75,-3.92819,1.87614,300,10,0,120,0,1,0,0,0),(11861,3103,1,1,1,1940,0,-345.864,-5282.59,-9.81598,3.15336,300,10,0,120,0,1,0,0,0),(11860,3103,1,1,1,1940,0,220.364,-5285.17,-10.3533,4.72704,300,10,0,120,0,1,0,0,0),(11859,3103,1,1,1,1940,0,-911.47,-5379.71,-3.0263,1.26104,300,10,0,120,0,1,0,0,0),(11858,3141,1,1,1,1818,0,445.538,-5186.74,-12.199,3.93747,300,10,0,156,0,1,0,0,0),(11857,3103,1,1,1,1940,0,379.342,-5247.86,-18.7021,2.94119,300,10,0,120,0,1,0,0,0),(11856,6145,1,1,1,4878,0,-236.482,-5440.27,-10.6801,2.94431,120,10,0,8,0,1,0,0,0),(11855,5951,1,1,1,1560,0,-246.927,-4442.23,64.0354,3.71821,120,5,0,8,0,1,0,0,0),(11854,3300,1,1,1,1987,0,1368.4,-4765.38,27.5577,4.85442,120,5,0,1,0,1,0,0,0),(11853,5951,1,1,1,1560,0,131.286,-4794.66,14.8704,1.82259,120,5,0,8,0,1,0,0,0),(11852,5951,1,1,1,1560,0,-339.386,-4730.74,36.9125,4.19651,120,5,0,8,0,1,0,0,0),(11851,3300,1,1,1,1986,0,1120.18,-4775.96,54.8817,1.90738,120,5,0,1,0,1,0,0,0),(11850,3300,1,1,1,1206,0,-389.318,-4358.72,40.8954,3.86887,120,5,0,1,0,1,0,0,0),(11849,3300,1,1,1,1987,0,762.717,-4296.78,18.7849,0.771513,120,0,0,1,0,0,0,0,0),(11848,3100,1,1,1,193,0,1314.01,-4880.69,12.8864,0.270265,300,10,0,156,0,1,0,0,0),(11847,3100,1,1,1,193,0,818.712,-3918.78,19.3186,2.52342,300,5,0,156,0,1,0,0,0),(11846,3100,1,1,1,193,0,-153.509,-3836.66,29.049,1.89993,300,5,0,156,0,1,0,0,0),(11845,3100,1,1,1,193,0,1116.56,-4041.96,14.5495,6.01428,300,10,0,156,0,1,0,0,0),(11844,3100,1,1,1,193,0,759.396,-4978.06,15.5497,5.06502,300,10,0,156,0,1,0,0,0),(11843,3100,1,1,1,193,0,1048.93,-4285.95,16.6591,1.33384,300,5,0,156,0,1,0,0,0),(11842,3100,1,1,1,193,0,1005.81,-4186.09,22.4068,5.0773,300,5,0,156,0,1,0,0,0),(11841,3100,1,1,1,193,0,69.0059,-3820.44,33.1902,6.07742,300,10,0,156,0,1,0,0,0),(11840,3100,1,1,1,193,0,1040.28,-4087.09,17.525,1.51059,300,10,0,156,0,1,0,0,0),(11839,3099,1,1,1,381,0,514.352,-4952.17,41.5337,3.46558,300,5,0,120,0,1,0,0,0),(11836,3099,1,1,1,381,0,704.63,-4768.71,26.5982,2.43085,300,5,0,120,0,1,0,0,0),(11835,3099,1,1,1,381,0,226.966,-4118.4,41.3173,2.72079,300,5,0,120,0,1,0,0,0),(11834,3099,1,1,1,381,0,516.177,-4641.42,36.3581,1.35515,300,10,0,120,0,1,0,0,0),(11833,3099,1,1,1,381,0,185.393,-4696.78,18.2125,4.27234,300,10,0,120,0,1,0,0,0),(11832,3099,1,1,1,381,0,106.738,-4393.27,41.7143,3.68003,300,10,0,120,0,1,0,0,0),(11831,3099,1,1,1,381,0,95.6387,-4362.22,51.018,1.67649,300,5,0,120,0,1,0,0,0),(11830,3099,1,1,1,381,0,-257.892,-4773.12,29.4216,1.34004,300,10,0,120,0,1,0,0,0),(11829,3099,1,1,1,381,0,248.372,-4188.16,36.981,2.31613,300,10,0,120,0,1,0,0,0),(11796,3296,1,1,1,4602,1,1696.02,-4463.71,20.1522,2.3911,300,0,0,15952,0,0,0,0,0),(11795,3296,1,1,1,4259,1,1876.84,-4265.46,31.9919,2.3029,300,0,0,15952,0,2,0,0,0),(11794,3296,1,1,1,4259,1,1817.08,-4357.14,-9.81641,2.30383,300,0,0,15952,0,0,0,0,0),(11793,3296,1,1,1,4259,1,1882.15,-4483.99,20.6388,2.09439,300,0,0,15952,0,0,0,0,0),(11792,3296,1,1,1,4260,1,1920.62,-4365.93,22.804,0.296706,300,0,0,15952,0,0,0,0,0),(11791,3296,1,1,1,4260,1,1689.99,-4279.85,32.1304,4.11898,300,0,0,15952,0,0,0,0,0),(11790,3296,1,1,1,4602,1,1566.45,-4179.18,41.0285,5.42797,300,0,0,15952,0,0,0,0,0),(11789,3296,1,1,1,4260,1,1908.35,-4412.74,47.9468,1.38462,300,0,0,15952,0,0,0,0,0),(11788,3105,1,1,1,1248,0,1156.57,-5158.04,-6.94557,5.64279,300,5,0,156,0,1,0,0,0),(11787,3103,1,1,1,1940,0,-93.9309,-5426.42,-16.5996,4.0419,300,10,0,120,0,1,0,0,0),(11786,3103,1,1,1,1940,0,-751.566,-5752.4,-6.41139,2.77507,300,0,0,120,0,0,0,0,0),(11785,3105,1,1,1,1248,0,752.531,-5147.15,-7.33846,0.371605,300,5,0,156,0,1,0,0,0),(11784,3104,1,1,1,1246,0,89.6418,-5213.35,-17.229,3.38228,300,10,0,120,0,1,0,0,0),(11783,3103,1,1,1,1940,0,291.451,-5284.86,-16.5794,6.2746,300,10,0,120,0,1,0,0,0),(11782,5951,1,1,1,1560,0,154.859,-4394.59,38.0822,3.64717,120,5,0,8,0,1,0,0,0),(11781,5951,1,1,1,1560,0,475.596,-3891.98,21.2888,0.336315,120,5,0,8,0,1,0,0,0),(11780,3300,1,1,1,1986,0,780.811,-4185.62,20.9119,0.688046,120,5,0,1,0,1,0,0,0),(11779,3300,1,1,1,1987,0,192.268,-4961.57,13.0391,4.79894,120,10,0,1,0,1,0,0,0),(11778,5951,1,1,1,1560,0,-197.35,-4701.16,32.3841,6.11225,120,10,0,8,0,1,0,0,0),(11777,6145,1,1,1,4878,0,-146.757,-5355.17,-20.1626,0.086061,120,10,0,8,0,1,0,0,0),(11776,3300,1,1,1,1986,0,-88.7794,-4780.53,22.8267,2.4934,120,5,0,1,0,1,0,0,0),(11775,6145,1,1,1,4878,0,1078.4,-5217.97,-5.65915,6.11687,120,10,0,8,0,1,0,0,0),(11774,5951,1,1,1,1560,0,-562.347,-4092.51,71.2573,3.30642,120,10,0,8,0,1,0,0,0),(11773,3107,1,1,1,1938,0,-750.315,-5405.99,-2.86913,1.4882,300,5,0,137,0,1,0,0,0),(11772,3107,1,1,1,1938,0,-1058,-5115.31,-6.8831,3.40408,300,5,0,137,0,1,0,0,0),(11771,3107,1,1,1,1938,0,-857.67,-5448.66,-4.81423,2.95525,300,5,0,137,0,1,0,0,0),(11770,3107,1,1,1,1938,0,-1044.68,-5244.82,-7.59438,5.0889,300,5,0,137,0,1,0,0,0),(11769,3107,1,1,1,1938,0,975.653,-5123.24,-0.210044,2.93183,300,5,0,137,0,1,0,0,0),(11768,3126,1,1,1,2487,0,814.095,-4353.96,14.1164,0.126423,300,10,0,137,0,1,0,0,0),(11767,3126,1,1,1,2487,0,703.195,-4369.4,19.572,2.49507,300,10,0,137,0,1,0,0,0),(11766,3126,1,1,1,2487,0,191.695,-4213.88,44.9269,3.38799,300,10,0,137,0,1,0,0,0),(11765,3100,1,1,1,193,0,1287.12,-4723.31,19.0129,4.11235,300,10,0,156,0,1,0,0,0),(11764,3100,1,1,1,193,0,1420.02,-4845,16.0309,4.88921,300,5,0,156,0,1,0,0,0),(11667,3100,1,1,1,193,0,1051.5,-4217.67,18.8802,0.892691,300,10,0,156,0,1,0,0,0),(11602,3100,1,1,1,193,0,891.443,-3868.43,23.1061,1.1466,300,5,0,156,0,1,0,0,0),(11566,3100,1,1,1,193,0,751.511,-3954.12,18.9971,1.82335,300,5,0,156,0,1,0,0,0),(11389,3100,1,1,1,193,0,808.545,-4970.58,14.4481,5.61119,300,5,0,156,0,1,0,0,0),(11378,3100,1,1,1,193,0,1221,-4692.24,16.9644,2.78205,300,10,0,156,0,1,0,0,0),(11343,3100,1,1,1,193,0,1021.37,-4214.88,21.6896,1.07309,300,10,0,156,0,1,0,0,0),(11340,3100,1,1,1,193,0,1125.54,-4858.68,19.4236,5.66862,300,5,0,156,0,1,0,0,0),(11243,3100,1,1,1,193,0,683.26,-3875.76,18.8849,1.70315,300,5,0,156,0,1,0,0,0),(11239,3098,1,1,1,503,0,-317.835,-4243.54,61.7041,2.80837,120,5,0,42,0,1,0,0,0),(11030,3098,1,1,1,503,0,-453.709,-4222.64,49.1813,2.86118,120,10,0,42,0,1,0,0,0),(11029,3098,1,1,1,503,0,-550.962,-4351.29,41.2188,3.9879,120,5,0,42,0,1,0,0,0),(11014,3098,1,1,1,503,0,-619.219,-4382.64,43.2194,1.614,120,5,0,42,0,1,0,0,0),(10884,3099,1,1,1,381,0,586.392,-4848.33,25.2785,0.295589,300,5,0,120,0,1,0,0,0),(10881,3099,1,1,1,381,0,610.45,-4277.99,15.8049,1.18307,300,10,0,120,0,1,0,0,0),(10863,3099,1,1,1,381,0,-331.918,-4724.17,36.5575,5.22233,300,5,0,120,0,1,0,0,0),(10843,3099,1,1,1,381,0,224.826,-4135.44,41.5693,2.7756,300,5,0,120,0,1,0,0,0),(10529,3099,1,1,1,381,0,641.337,-4664.37,22.1062,3.67171,300,5,0,120,0,1,0,0,0),(10505,3099,1,1,1,381,0,149.435,-4020.74,48.94,6.02019,300,10,0,120,0,1,0,0,0),(10503,3099,1,1,1,381,0,580.153,-4580.05,35.279,1.0364,300,5,0,120,0,1,0,0,0),(10480,3099,1,1,1,381,0,-275.812,-4809.69,29.7265,3.54315,300,10,0,120,0,1,0,0,0),(10479,3099,1,1,1,381,0,18.7963,-4114.17,68.1918,0.957353,300,5,0,120,0,1,0,0,0),(10478,3125,1,1,1,2486,0,189.8,-5111.89,5.41148,4.58126,200,10,0,102,0,1,0,0,0),(10477,3125,1,1,1,2486,0,-622.387,-4837.24,26.4352,2.81737,200,5,0,102,0,1,0,0,0),(10476,3125,1,1,1,2486,0,-725.941,-4613.79,41.1353,2.89472,200,10,0,102,0,1,0,0,0),(10475,3125,1,1,1,2486,0,-478.389,-4839.04,37.4476,5.6407,200,10,0,102,0,1,0,0,0),(10474,3125,1,1,1,2486,0,-405.919,-4717.56,44.4453,1.7138,200,10,0,102,0,1,0,0,0),(10473,3125,1,1,1,2486,0,-823.612,-4577.57,51.0542,2.32748,200,10,0,102,0,1,0,0,0),(10472,3125,1,1,1,2486,0,-188.732,-4844.76,24.6295,0.350773,200,5,0,102,0,1,0,0,0),(10471,3125,1,1,1,2486,0,-432.512,-4854.03,37.6829,3.34396,200,5,0,102,0,1,0,0,0),(10470,3296,1,1,1,4602,1,1908.22,-4560.1,33.8923,5.33948,300,0,0,15952,0,2,0,0,0),(10469,3296,1,1,1,4601,1,1698.85,-3902.94,51.6336,3.66519,300,0,0,15952,0,0,0,0,0),(10468,3296,1,1,1,4601,1,1910.24,-4623.92,33.9762,3.735,300,0,0,15952,0,0,0,0,0),(10467,3296,1,1,1,4259,1,1717.29,-4359.8,27.4567,1.49299,300,0,0,15952,0,2,0,0,0),(10466,3296,1,1,1,4601,1,1596.65,-4388.67,9.98323,5.98648,300,0,0,15952,0,0,0,0,0),(10465,3296,1,1,1,4602,1,1639.98,-3841.02,51.4255,2.30383,300,0,0,15952,0,0,0,0,0),(10464,3296,1,1,1,4260,1,1953.01,-4431.15,25.1469,3.31613,300,0,0,15952,0,0,0,0,0),(10463,3296,1,1,1,4259,1,1566.22,-4194.07,42.6709,0.15708,300,0,0,15952,0,0,0,0,0),(10462,3296,1,1,1,4259,1,1886.2,-4546.68,28.5148,1.09956,300,0,0,15952,0,0,0,0,0),(10450,3296,1,1,1,4602,1,1523.92,-4429.44,16.7349,0.506145,300,0,0,15952,0,0,0,0,0),(10449,3103,1,1,1,1940,0,-125.069,-5381.75,-20.7173,2.52907,300,10,0,120,0,1,0,0,0),(10448,3103,1,1,1,1940,0,293.246,-5217.67,-14.8444,6.06281,300,10,0,120,0,1,0,0,0),(10447,3103,1,1,1,1940,0,-913.74,-5521.05,-2.1964,1.14155,300,10,0,120,0,1,0,0,0),(10445,3103,1,1,1,1940,0,-252.989,-5315.19,-7.42286,4.9531,300,10,0,120,0,1,0,0,0),(10444,3104,1,1,1,1246,0,382.685,-5183.32,-8.17548,0.257544,300,10,0,120,0,1,0,0,0),(10443,3104,1,1,1,1246,0,-157.369,-5317.58,-10.988,0.657328,300,10,0,120,0,1,0,0,0),(10442,3103,1,1,1,1940,0,-619.458,-5245.9,-13.7097,5.82652,300,10,0,120,0,1,0,0,0),(10441,3103,1,1,1,1940,0,-747.651,-5190.88,-9.43668,0.091213,300,10,0,120,0,1,0,0,0),(10440,3103,1,1,1,1940,0,18.1143,-5320.35,-21.7979,2.55494,300,10,0,120,0,1,0,0,0),(10439,5951,1,1,1,1560,0,-1037.11,-4779.67,15.0982,1.31023,120,10,0,8,0,1,0,0,0),(10438,5951,1,1,1,1560,0,-723.068,-4169.88,30.0904,3.54699,120,5,0,8,0,1,0,0,0),(10437,6145,1,1,1,4878,0,-1384.97,-5288.2,-15.1388,4.45802,120,10,0,8,0,1,0,0,0),(10436,5951,1,1,1,1560,0,1134.9,-4428.62,23.1947,3.27673,120,5,0,8,0,1,0,0,0),(10435,3300,1,1,1,1987,0,533.498,-4173.89,18.0563,3.62707,120,5,0,1,0,1,0,0,0),(10434,5951,1,1,1,1560,0,341.76,-3908.22,32.9658,5.55506,120,5,0,8,0,1,0,0,0),(10433,10685,1,1,1,10015,0,744.991,-4280.11,18.1599,2.0485,200,3,0,14,0,1,0,0,0),(10432,5951,1,1,1,1560,0,1155.71,-4832.39,19.1646,3.45463,120,5,0,8,0,1,0,0,0),(10431,3300,1,1,1,1206,0,65.846,-5008.04,11.505,5.9219,120,5,0,1,0,1,0,0,0),(10430,5953,1,1,1,9799,1,256.351,-4644.71,11.9089,2.07694,300,0,0,1706,0,0,0,0,0),(10429,3706,1,1,1,1897,1,294.884,-4831.49,10.6074,0.645772,300,0,0,417,0,0,0,0,0),(10428,5953,1,1,1,9801,1,244.253,-4730.2,10.1855,3.14159,300,0,0,1706,0,0,0,0,0),(10427,5953,1,1,1,9800,1,412.868,-4586.3,53.4592,0.103752,300,0,0,1706,0,0,0,0,0),(10426,5953,1,1,1,9801,1,383.786,-4598.72,69.7285,4.20624,300,0,0,1706,0,0,0,0,0),(10425,3881,1,1,1,3755,1,305.722,-4665.87,16.527,4.95674,300,0,0,300,0,0,0,0,0),(10424,3118,1,1,1,6815,0,971.102,-4783.22,42.5103,4.27378,300,0,0,186,191,0,0,0,0),(10423,3118,1,1,1,6815,0,967.296,-4765.49,39.5934,5.66092,300,0,0,186,191,0,0,0,0),(10422,3115,1,1,1,3012,0,653.016,-4343.42,18.4986,5.76174,300,10,0,137,0,1,0,0,0),(10421,3116,1,1,1,6814,0,692.844,-4518.25,25.5056,5.53212,300,5,0,137,0,1,0,0,0),(10411,3116,1,1,1,6814,0,1077.13,-4522.47,17.7387,0.805437,300,10,0,137,0,1,0,0,0),(10410,3115,1,1,1,3012,0,1026.84,-4560.86,19.3892,1.6048,300,5,0,137,0,1,0,0,0),(10409,3107,1,1,1,1938,0,-1654.57,-5378.45,-2.87589,2.44239,300,5,0,137,0,1,0,0,0),(10408,3107,1,1,1,1938,0,-950.246,-5625.07,-9.9581,4.68198,300,5,0,137,0,1,0,0,0),(10407,3107,1,1,1,1938,0,-822.853,-5425.31,-8.38241,3.9793,300,5,0,137,0,1,0,0,0),(10406,3107,1,1,1,1938,0,-623.455,-5691.47,-4.31615,4.15588,300,5,0,137,0,1,0,0,0),(10405,3107,1,1,1,1938,0,913.37,-5177.98,-6.04051,1.32297,300,5,0,137,0,1,0,0,0),(10404,3107,1,1,1,1938,0,-614.52,-5552.22,-0.5282,5.98092,300,5,0,137,0,1,0,0,0),(10403,3107,1,1,1,1938,0,-1383.3,-5244.66,-2.5659,2.79082,300,5,0,137,0,1,0,0,0),(10402,3107,1,1,1,1938,0,-1276.97,-5639.94,-2.56702,3.82183,300,5,0,137,0,1,0,0,0),(10401,3126,1,1,1,2487,0,322.829,-4036.32,33.1214,0.532714,300,5,0,137,0,1,0,0,0),(10400,3126,1,1,1,2487,0,112.752,-4254.03,51.0269,5.59419,300,10,0,137,0,1,0,0,0),(10399,3126,1,1,1,2487,0,238.143,-4318.42,37.9371,3.34797,300,10,0,137,0,1,0,0,0),(10398,3126,1,1,1,2487,0,1120.85,-4632.31,58.4326,4.70568,300,5,0,137,0,1,0,0,0),(10397,3126,1,1,1,2487,0,872.585,-4356.52,17.8088,3.66946,300,10,0,137,0,1,0,0,0),(10396,3126,1,1,1,2487,0,516.81,-4857.93,29.302,1.2262,300,5,0,137,0,1,0,0,0),(10395,3126,1,1,1,2487,0,311.612,-3954.06,34.3623,2.94075,300,10,0,137,0,1,0,0,0),(10394,3126,1,1,1,2487,0,21.6208,-4151.76,71.1454,3.33018,300,5,0,137,0,1,0,0,0),(10393,3100,1,1,1,193,0,310.81,-4113.59,32.4873,2.93118,300,5,0,156,0,1,0,0,0),(10392,3100,1,1,1,193,0,-157.508,-3960.32,55.2023,1.81341,300,10,0,156,0,1,0,0,0),(10391,3100,1,1,1,193,0,986.871,-4313.26,23.9862,2.57512,300,5,0,156,0,1,0,0,0),(10390,3100,1,1,1,193,0,793.892,-4849.49,37.9546,0.329637,300,5,0,156,0,1,0,0,0),(10389,3100,1,1,1,193,0,63.9385,-4054.78,53.6712,0.015624,300,5,0,156,0,1,0,0,0),(10388,3100,1,1,1,193,0,817.242,-4879.1,36.543,4.15993,300,5,0,156,0,1,0,0,0),(10387,3100,1,1,1,193,0,1148.27,-4053.48,15.6102,4.97538,300,10,0,156,0,1,0,0,0),(10386,3100,1,1,1,193,0,617.739,-4084.65,10.2801,0.034907,300,0,0,156,0,0,0,0,0),(10385,3100,1,1,1,193,0,1079.04,-4529.97,17.898,0.283681,300,10,0,156,0,1,0,0,0),(10384,3100,1,1,1,193,0,350.821,-3925.56,32.0908,2.78896,300,10,0,156,0,1,0,0,0),(10383,3124,1,1,1,2485,0,-607.076,-4113.04,74.9527,3.32366,200,5,0,71,0,1,0,0,0),(10382,3124,1,1,1,2485,0,-548.718,-4080.81,70.8147,0.494206,200,5,0,71,0,1,0,0,0),(10381,3124,1,1,1,2485,0,-511.388,-4174.16,77.2973,5.16868,200,5,0,71,0,1,0,0,0),(10380,3124,1,1,1,2485,0,-546.414,-4148.11,73.5143,3.45665,200,5,0,71,0,1,0,0,0),(10379,3124,1,1,1,2485,0,-252.066,-4227.22,62.8692,5.16003,200,5,0,71,0,1,0,0,0),(10378,3124,1,1,1,2485,0,-585.422,-4151.6,76.4519,5.23609,200,5,0,71,0,1,0,0,0),(10377,3098,1,1,1,503,0,-749.724,-4281.92,43.2103,6.19323,120,5,0,42,0,1,0,0,0),(10376,3098,1,1,1,503,0,-715.746,-4320.25,43.4214,6.15125,120,5,0,42,0,1,0,0,0),(10375,3098,1,1,1,503,0,-346.066,-4290.66,57.4324,0.619598,120,5,0,42,0,1,0,0,0),(10374,3098,1,1,1,503,0,-647.283,-4353.27,44.5734,5.67901,120,5,0,42,0,1,0,0,0),(10373,3098,1,1,1,503,0,-381.385,-4256.06,56.0754,5.86932,120,5,0,42,0,1,0,0,0),(10372,3098,1,1,1,503,0,-616.183,-4417.66,45.7873,4.53689,120,10,0,42,0,1,0,0,0),(10371,3098,1,1,1,503,0,-514.764,-4414.54,52.1484,4.56331,120,5,0,42,0,1,0,0,0),(10370,3099,1,1,1,381,0,501.369,-4318.61,21.9166,6.19129,300,10,0,120,0,1,0,0,0),(10369,3099,1,1,1,381,0,-186.539,-4732.15,30.682,2.19241,300,10,0,120,0,1,0,0,0),(10368,3099,1,1,1,381,0,387.021,-4883.43,17.1592,0.692683,300,10,0,120,0,1,0,0,0),(10367,3099,1,1,1,381,0,258.896,-4241.86,35.2909,0.863459,300,10,0,120,0,1,0,0,0),(10366,3099,1,1,1,381,0,693.534,-4813.27,28.1343,0.400325,300,5,0,120,0,1,0,0,0),(10365,3099,1,1,1,381,0,-482.757,-4750.06,35.2596,3.03344,300,10,0,120,0,1,0,0,0),(10364,3099,1,1,1,381,0,585.429,-4653.6,29.3109,3.32022,300,10,0,120,0,1,0,0,0),(10363,3099,1,1,1,381,0,562.059,-4914.65,27.6581,5.48398,300,5,0,120,0,1,0,0,0),(10362,3099,1,1,1,381,0,276.336,-4343.16,35.3487,1.73562,300,5,0,120,0,1,0,0,0),(10361,3099,1,1,1,381,0,605.423,-4686.46,22.6738,3.70085,300,5,0,120,0,1,0,0,0),(10360,3125,1,1,1,2486,0,-832.27,-4638.75,41.8502,0.36212,200,10,0,102,0,1,0,0,0),(10359,3125,1,1,1,2486,0,-588.754,-4895.5,34.1713,5.79334,200,10,0,102,0,1,0,0,0),(10358,3125,1,1,1,2486,0,158.573,-5011.06,9.11651,0.315578,200,10,0,102,0,1,0,0,0),(10357,3125,1,1,1,2486,0,318.62,-5042.76,12.2757,1.22002,200,5,0,102,0,1,0,0,0),(10356,3125,1,1,1,2486,0,-622.742,-4823.74,26.245,5.37773,200,5,0,102,0,1,0,0,0),(10355,3125,1,1,1,2486,0,-658.536,-4858.06,40.104,6.23604,200,5,0,102,0,1,0,0,0),(10354,3125,1,1,1,2486,0,-761.495,-4582.7,51.4225,2.88905,200,5,0,102,0,1,0,0,0),(10353,3296,1,1,1,4260,1,2131.15,-4729.88,50.4302,2.60054,300,0,0,15952,0,0,0,0,0),(10352,3296,1,1,1,4260,1,1748.53,-4260.13,27.0722,2.33874,300,0,0,15952,0,0,0,0,0),(10351,3296,1,1,1,4259,1,1384.62,-4358.56,27.0983,3.38594,300,0,0,15952,0,0,0,0,0),(10350,3296,1,1,1,4602,1,1603.48,-4449.95,8.1165,2.3911,300,0,0,15952,0,0,0,0,0),(10349,16096,1,1,1,10747,1,1354.36,-4658.82,53.6269,2.54818,600,0,0,31905,0,0,0,0,0),(10348,3296,1,1,1,4602,1,1615.63,-4376.11,12.4018,4.24115,300,0,0,15952,0,0,0,0,0),(10347,3296,1,1,1,4259,1,1579.4,-4177.05,38.0978,1.43262,300,0,0,15952,0,2,0,0,0),(10299,3296,1,1,1,4602,1,3333.93,-1773.21,88.8737,3.7001,300,0,0,15952,0,2,0,0,0),(10298,3296,1,1,1,4602,1,1684.94,-3911.59,51.6336,0.628319,300,0,0,15952,0,0,0,0,0),(10297,3296,1,1,1,4260,1,2126.41,-4738.09,50.4491,2.74017,300,0,0,15952,0,0,0,0,0),(10296,3106,1,1,1,1307,0,-35.1875,-5185.78,-6.03879,0.386561,200,10,0,102,0,1,0,0,0),(10295,3106,1,1,1,1307,0,217.904,-5151.4,-1.13319,5.72889,200,10,0,102,0,1,0,0,0),(10294,3105,1,1,1,1248,0,1275.76,-5072.65,-4.58265,2.16978,300,5,0,156,0,1,0,0,0),(10293,3103,1,1,1,1940,0,-8.08803,-5412.46,-13.7311,4.35496,300,10,0,120,0,1,0,0,0),(10292,3104,1,1,1,1246,0,-1193.34,-5040.05,-11.3024,2.04779,300,10,0,120,0,1,0,0,0),(10291,3104,1,1,1,1246,0,-793.518,-5317.13,0.298935,1.76398,300,10,0,120,0,1,0,0,0),(10290,3103,1,1,1,1940,0,89.062,-5380.92,-15.7342,3.79949,300,10,0,120,0,1,0,0,0),(10289,3104,1,1,1,1246,0,-945.453,-5486.17,-6.2602,1.85519,300,10,0,120,0,1,0,0,0),(10288,3141,1,1,1,1818,0,984.694,-5192.07,-7.13118,4.98106,300,10,0,156,0,1,0,0,0),(10287,3104,1,1,1,1246,0,-222.912,-5345.09,-7.40329,1.73439,300,10,0,120,0,1,0,0,0),(10286,5951,1,1,1,1560,0,-726.128,-4630.69,40.2089,1.25585,120,5,0,8,0,1,0,0,0),(10285,5951,1,1,1,1560,0,224.848,-4507.94,15.074,0.527757,120,5,0,8,0,1,0,0,0),(10284,5951,1,1,1,1560,0,-733.915,-4896.72,20.8722,5.18456,120,5,0,8,0,1,0,0,0),(10283,10685,1,1,1,10015,0,1284.28,-4214.69,26.7512,4.61843,200,5,0,14,0,1,0,0,0),(10282,3300,1,1,1,1986,0,-59.8748,-4767.93,22.9728,2.7426,120,5,0,1,0,1,0,0,0),(10281,3300,1,1,1,1206,0,-63.299,-3871.44,44.4826,5.28475,120,5,0,1,0,1,0,0,0),(10280,3174,1,1,1,3747,1,373.106,-4713.63,15.8902,5.18363,300,0,0,840,0,0,0,0,0),(10279,5953,1,1,1,9801,1,273.009,-4592.76,21.0327,0.330848,300,0,0,1706,0,0,0,0,0),(10278,5953,1,1,1,9800,1,257.462,-4675.47,15.0878,0.986645,300,0,0,1706,0,0,0,0,0),(10277,5953,1,1,1,9800,1,369.885,-4818.79,12.303,5.53269,300,0,0,1706,0,0,0,0,0),(10276,5953,1,1,1,9801,1,311.827,-4924.32,17.7045,4.26167,300,0,0,1706,0,0,0,0,0),(10275,5953,1,1,1,9800,1,300.146,-4770.21,9.58312,1.41372,300,0,0,1706,0,0,0,0,0),(10274,5953,1,1,1,9799,1,417.89,-4616.26,53.9566,5.47325,300,0,0,1706,0,0,0,0,0),(10273,5953,1,1,1,9798,1,376.554,-4553.53,53.3642,3.8604,300,0,0,1706,0,0,0,0,0),(10272,3163,1,1,1,3738,1,382.365,-4713.01,16.1009,3.56047,300,0,0,328,0,0,0,0,0),(10271,5953,1,1,1,9801,1,379.145,-4665.41,16.1352,4.70528,300,0,0,1706,0,0,0,0,0),(10270,3118,1,1,1,6815,0,975.515,-4677.04,27.0107,5.86604,300,5,0,186,191,1,0,0,0),(10260,3115,1,1,1,3012,0,641.431,-4485.48,30.728,3.2016,300,0,0,137,0,0,0,0,0),(10209,3128,1,1,1,3734,1,-253.261,-4945.05,23.1006,5.31719,200,5,0,102,0,1,0,0,0),(10206,3128,1,1,1,3734,1,-58.7476,-4955.55,21.4143,4.69806,200,0,0,102,0,0,0,0,0),(10190,3107,1,1,1,1938,0,-1086.5,-5211.26,-5.25851,1.24039,300,5,0,137,0,1,0,0,0),(10189,3107,1,1,1,1938,0,-1272.3,-5216.3,-2.94252,6.15399,300,5,0,137,0,1,0,0,0),(10188,3107,1,1,1,1938,0,-1249.54,-5187.26,-0.994212,0.560637,300,5,0,137,0,1,0,0,0),(10187,3107,1,1,1,1938,0,-1015.17,-5687.38,-3.67909,5.20281,300,5,0,137,0,1,0,0,0),(10186,3107,1,1,1,1938,0,-1645.65,-5309.75,1.41598,0.844803,300,5,0,137,0,1,0,0,0),(10185,3107,1,1,1,1938,0,-657.773,-5457.19,-3.84413,3.96715,300,5,0,137,0,1,0,0,0),(10184,3107,1,1,1,1938,0,-1416.03,-5449.03,-14.8445,3.35969,300,5,0,137,0,1,0,0,0),(10183,3107,1,1,1,1938,0,-892.788,-5246.16,-9.60551,3.32634,300,10,0,137,0,1,0,0,0),(10182,3107,1,1,1,1938,0,-1136.39,-5044.12,-4.92716,6.06473,300,5,0,137,0,1,0,0,0),(10181,3126,1,1,1,2487,0,439.81,-4113.13,29.0612,2.58924,300,5,0,137,0,1,0,0,0),(10180,3126,1,1,1,2487,0,479.54,-4658.7,41.7243,1.27672,300,10,0,137,0,1,0,0,0),(10179,3126,1,1,1,2487,0,988.543,-5052.46,8.54728,5.81179,300,10,0,137,0,1,0,0,0),(8787,3126,1,1,1,2487,0,93.5152,-4210.62,56.2072,0.305683,300,5,0,137,0,1,0,0,0),(8740,3126,1,1,1,2487,0,779.892,-5055.18,4.57275,4.32059,300,10,0,137,0,1,0,0,0),(8739,3126,1,1,1,2487,0,615.273,-3932.5,20.0922,2.63866,300,5,0,137,0,1,0,0,0),(8729,3126,1,1,1,2487,0,508.686,-3852.1,20.3784,3.35701,300,10,0,137,0,1,0,0,0),(8708,3126,1,1,1,2487,0,160.705,-4375.37,39.7452,3.79408,300,5,0,137,0,1,0,0,0),(8703,3126,1,1,1,2487,0,941.952,-4984.88,8.67157,3.06535,300,10,0,137,0,1,0,0,0),(8680,3126,1,1,1,2487,0,767.878,-4998.12,13.1251,2.80902,300,10,0,137,0,1,0,0,0),(8679,3100,1,1,1,193,0,1250.48,-4515.17,19.1968,5.09636,300,0,0,156,0,0,0,0,0),(8678,3100,1,1,1,193,0,1138.53,-3930.24,20.0965,1.99927,300,5,0,156,0,1,0,0,0),(8677,3100,1,1,1,193,0,1219.03,-4178.16,24.1252,5.4531,300,10,0,156,0,1,0,0,0),(8675,3100,1,1,1,193,0,1343.24,-4949.2,6.45251,2.61106,300,5,0,156,0,1,0,0,0),(8674,3100,1,1,1,193,0,824.101,-4244.03,21.4591,2.96396,300,5,0,156,0,1,0,0,0),(8668,3100,1,1,1,193,0,1190.81,-4761.39,18.3047,4.29158,300,5,0,156,0,1,0,0,0),(8667,3100,1,1,1,193,0,1156.5,-4202.82,23.2881,0.872079,300,5,0,156,0,1,0,0,0),(8666,3100,1,1,1,193,0,1097.25,-4453.69,20.6646,2.87483,300,10,0,156,0,1,0,0,0),(8665,3100,1,1,1,193,0,1308.42,-4761.22,22.5638,5.57419,300,5,0,156,0,1,0,0,0),(8664,3100,1,1,1,193,0,576.57,-3862.04,20.7616,3.83957,300,5,0,156,0,1,0,0,0),(8663,3124,1,1,1,2485,0,-787.391,-4246.54,52.6586,6.20025,200,5,0,71,0,1,0,0,0),(8662,3124,1,1,1,2485,0,-212.5,-4170.83,64.5858,1.5979,200,5,0,71,0,1,0,0,0),(8661,3124,1,1,1,2485,0,-353.203,-4452.88,53.6991,4.17099,200,10,0,71,0,1,0,0,0),(8660,3124,1,1,1,2485,0,-707.628,-4346.49,47.975,1.85982,200,5,0,71,0,1,0,0,0),(8659,3124,1,1,1,2485,0,-509.617,-4117.39,59.5013,2.42814,200,5,0,71,0,1,0,0,0),(8658,3124,1,1,1,2485,0,-579.552,-4114.32,74.1403,5.62348,200,10,0,71,0,1,0,0,0),(8552,3124,1,1,1,2485,0,-680.309,-4145.69,36.0694,1.65108,200,5,0,71,0,1,0,0,0),(8551,3124,1,1,1,2485,0,-676.942,-4114.47,39.304,3.65357,200,5,0,71,0,1,0,0,0),(8550,3098,1,1,1,503,0,-612.622,-4448.09,45.5919,6.14394,120,10,0,42,0,1,0,0,0),(8549,3098,1,1,1,503,0,-555.417,-4384.57,45.3301,5.6643,120,10,0,42,0,1,0,0,0),(8548,3098,1,1,1,503,0,-317.699,-4281.69,59.5233,1.63676,120,5,0,42,0,1,0,0,0),(8547,3098,1,1,1,503,0,-714.713,-4286.47,43.2732,3.9581,120,10,0,42,0,1,0,0,0),(8546,3098,1,1,1,503,0,-726.486,-4188.09,30.2252,2.59936,120,10,0,42,0,1,0,0,0),(8545,3098,1,1,1,503,0,-453.527,-4182.39,46.4166,0.808659,120,10,0,42,0,1,0,0,0),(8544,3099,1,1,1,381,0,510.304,-4134.23,24.7646,4.25572,300,5,0,120,0,1,0,0,0),(8543,3099,1,1,1,381,0,81.3329,-4088.64,58.3462,1.61773,300,5,0,120,0,1,0,0,0),(8542,3099,1,1,1,381,0,-162.008,-4645.55,39.3934,2.79481,300,10,0,120,0,1,0,0,0),(8541,3099,1,1,1,381,0,352.12,-4935.23,23.7035,2.48792,300,5,0,120,0,1,0,0,0),(8540,3099,1,1,1,381,0,283.609,-4229.75,33.9136,4.57906,300,10,0,120,0,1,0,0,0),(8539,3099,1,1,1,381,0,-214.372,-4845.64,29.1739,1.79037,300,10,0,120,0,1,0,0,0),(8538,3099,1,1,1,381,0,-592.132,-4792.75,32.6171,1.85909,300,10,0,120,0,1,0,0,0),(8537,3099,1,1,1,381,0,653.533,-4889.87,23.8089,3.02855,300,10,0,120,0,1,0,0,0),(8536,3099,1,1,1,381,0,374.988,-4112.86,33.3129,4.86919,300,5,0,120,0,1,0,0,0),(8535,3125,1,1,1,2486,0,-553.688,-4840.2,36.8342,0.307318,200,10,0,102,0,1,0,0,0),(8534,3125,1,1,1,2486,0,-731.343,-5038.89,15.7219,0.526424,200,10,0,102,0,1,0,0,0),(8533,3125,1,1,1,2486,0,244.559,-5122.25,5.86734,4.03674,200,10,0,102,0,1,0,0,0),(8532,3125,1,1,1,2486,0,104.669,-4977.64,11.5578,5.67838,200,5,0,102,0,1,0,0,0),(8531,3125,1,1,1,2486,0,77.7985,-4921.86,12.4946,4.80623,200,5,0,102,0,1,0,0,0),(8530,3296,1,1,1,4602,1,1672.28,-4473.2,20.1537,1.44862,300,0,0,15952,0,0,0,0,0),(8529,3296,1,1,1,4260,1,1829.26,-4507.27,21.4564,4.95674,300,0,0,15952,0,0,0,0,0),(8528,3296,1,1,1,4260,1,1561.79,-4360.5,1.19455,4.85202,300,0,0,15952,0,0,0,0,0),(8527,3296,1,1,1,4602,1,1402.14,-4367.3,25.2354,0.110254,300,0,0,15952,0,2,0,0,0),(8526,3296,1,1,1,4259,1,1518.15,-4425.35,18.7986,1.27409,300,0,0,15952,0,0,0,0,0),(8525,3296,1,1,1,4260,1,1913.71,-4559.36,33.9759,3.71755,300,0,0,15952,0,0,0,0,0),(8524,3296,1,1,1,4601,1,1751.45,-4208.82,42.7326,5.34071,300,0,0,15952,0,0,0,0,0),(8523,3296,1,1,1,4260,1,1923.98,-4447.8,44.9684,0.715585,300,0,0,15952,0,0,0,0,0),(8522,3296,1,1,1,4601,1,1950.89,-4374.69,22.043,2.70526,300,0,0,15952,0,0,0,0,0),(8521,3296,1,1,1,4601,1,1902.14,-4275.21,31.7987,4.17134,300,0,0,15952,0,0,0,0,0),(8520,3106,1,1,1,1307,0,-10.1825,-5282.24,-12.3681,3.42747,200,10,0,102,0,1,0,0,0),(8519,3106,1,1,1,1307,0,-130.132,-5392.05,-18.3684,4.01139,200,10,0,102,0,1,0,0,0),(8518,3106,1,1,1,1307,0,-120.58,-5305.61,-11.0429,2.19181,200,10,0,102,0,1,0,0,0),(8517,3106,1,1,1,1307,0,14.0715,-5446.72,-25.3549,0.405876,200,10,0,102,0,1,0,0,0),(8516,3106,1,1,1,1307,0,-368.552,-5204.55,1.60823,0.395653,200,10,0,102,0,1,0,0,0),(8515,3141,1,1,1,1818,0,1239.39,-5124.41,-6.96037,3.69467,300,10,0,156,0,1,0,0,0),(8514,3105,1,1,1,1248,0,1448.58,-5054.85,-14.1117,4.28971,300,5,0,156,0,1,0,0,0),(8513,3104,1,1,1,1246,0,14.4124,-5387.74,-8.56462,5.72065,300,10,0,120,0,1,0,0,0),(8512,3103,1,1,1,1940,0,-918.012,-5190.05,-1.41376,1.61495,300,10,0,120,0,1,0,0,0),(8511,3103,1,1,1,1940,0,-911.796,-5594.51,-10.0736,5.21163,300,10,0,120,0,1,0,0,0),(8469,3103,1,1,1,1940,0,-1087.16,-5080.06,-3.05925,1.58549,300,10,0,120,0,1,0,0,0),(8443,3103,1,1,1,1940,0,-744.021,-5118.75,-0.680583,6.21795,300,10,0,120,0,1,0,0,0),(8442,6145,1,1,1,4878,0,48.6827,-5250.64,-17.3013,4.5359,120,10,0,8,0,1,0,0,0),(8441,10685,1,1,1,10015,0,1256.38,-4515.99,21.0941,5.10794,200,3,0,14,0,1,0,0,0),(8440,10685,1,1,1,10015,0,1281.58,-4226.79,26.3762,0.000947,200,5,0,14,0,1,0,0,0),(8439,3300,1,1,1,1206,0,1273.78,-4829.16,17.3572,4.41752,120,5,0,1,0,1,0,0,0),(8438,3300,1,1,1,1987,0,-133.916,-3924.15,49.7274,6.00837,120,10,0,1,0,1,0,0,0),(8437,3300,1,1,1,1987,0,600.437,-4066.6,9.27573,1.16937,120,0,0,1,0,0,0,0,0),(8436,3300,1,1,1,1987,0,-712.476,-4722.72,34.5482,1.51841,120,5,0,1,0,1,0,0,0),(8435,3122,1,1,1,1960,0,-1311.75,-5567.6,7.2208,0.104594,300,5,0,120,0,1,0,0,0),(8434,3122,1,1,1,1960,0,-653.125,-5544.12,4.45992,5.14691,300,5,0,120,0,1,0,0,0),(8433,3122,1,1,1,1960,0,-818.032,-5319.66,3.73925,3.88806,300,10,0,120,0,1,0,0,0),(8432,3122,1,1,1,1960,0,-1029.9,-5561.69,4.82141,4.11951,300,10,0,120,0,1,0,0,0),(8431,3122,1,1,1,1960,0,-1519.97,-5298.45,7.61597,1.43593,300,5,0,120,0,1,0,0,0),(8430,3114,1,1,1,1964,1,385.936,-4221.34,25.6301,6.01415,300,3,0,176,0,1,0,0,0),(8429,3198,1,1,1,4190,1,1518.48,-4743.73,15.1645,1.14649,300,0,0,178,382,0,0,0,0),(8428,3197,1,1,1,4193,1,1529.11,-4749.48,13.8338,2.70923,300,0,0,166,178,0,0,0,0),(8427,3111,1,1,1,1218,1,107.173,-4552.57,56.8097,1.06049,300,5,0,120,0,1,0,0,0),(8426,3112,1,1,1,1252,1,37.5445,-4270.67,68.5036,2.9238,300,5,0,137,0,1,0,0,0),(8425,3112,1,1,1,1252,1,22.1264,-4314.94,71.1994,3.51712,300,3,0,137,0,1,0,0,0),(8424,5953,1,1,1,9800,1,217.875,-4650.91,16.4066,6.08567,300,0,0,1706,0,0,0,0,0),(8423,5953,1,1,1,9800,1,368.937,-4761.18,12.2796,0.820305,300,0,0,1706,0,0,0,0,0),(8422,3170,1,1,1,3749,1,268.13,-4710.94,17.572,3.87463,300,0,0,300,0,0,0,0,0),(8421,5953,1,1,1,9801,1,256.624,-4831.34,11.1914,3.7001,300,0,0,1706,0,0,0,0,0),(8420,5953,1,1,1,9800,1,306.286,-4772.54,9.41494,1.88806,300,0,0,1706,0,2,0,0,0),(8419,3173,1,1,1,3746,1,307.114,-4839.91,10.6075,1.27409,300,0,0,328,0,0,0,0,0),(8418,5953,1,1,1,9800,1,243.619,-4742.1,10.1855,3.14159,300,0,0,1706,0,0,0,0,0),(8417,5953,1,1,1,9801,1,247.37,-4857.42,14.023,5.03274,300,0,0,1706,0,0,0,0,0),(8416,5953,1,1,1,9799,1,365.533,-4827.24,11.4965,6.21337,300,0,0,1706,0,0,0,0,0),(8415,5953,1,1,1,9801,1,302.014,-4815.57,10.6028,5.21853,300,0,0,1706,0,0,0,0,0),(8414,3118,1,1,1,6815,0,1118.89,-4657.44,39.0227,1.93923,300,5,0,186,191,1,0,0,0),(8413,3118,1,1,1,6815,0,983.955,-4686.89,27.0107,5.23543,300,5,0,186,191,1,0,0,0),(8412,3122,1,1,1,1960,0,623.504,-4298.57,17.8049,4.93152,300,10,0,120,0,1,0,0,0),(8411,3128,1,1,1,3734,1,-182.394,-4942.46,21.1166,6.04668,200,5,0,102,0,1,0,0,0),(8410,3128,1,1,1,3734,1,-64.9716,-4961.5,21.4108,2.54243,200,0,0,102,0,0,0,0,0),(8409,3128,1,1,1,3734,1,-312.365,-5070.01,21.6341,4.78691,200,5,0,102,0,1,0,0,0),(8408,3129,1,1,1,1862,1,-284.439,-5174.54,21.2768,1.66599,300,5,0,120,0,1,0,0,0),(8407,3107,1,1,1,1938,0,-735.358,-5352.52,-5.66184,5.23897,300,5,0,137,0,1,0,0,0),(8406,3107,1,1,1,1938,0,-852.655,-5519.09,-1.75894,3.79247,300,5,0,137,0,1,0,0,0),(8405,3107,1,1,1,1938,0,-1359.53,-5402.94,-4.94379,1.62554,300,5,0,137,0,1,0,0,0),(8404,3107,1,1,1,1938,0,-879.573,-5610.25,-6.08767,0.892426,300,10,0,137,0,1,0,0,0),(8403,3107,1,1,1,1938,0,-1443.96,-5150.13,-3.77407,1.63139,300,5,0,137,0,1,0,0,0),(8402,3107,1,1,1,1938,0,-1593.28,-5380.13,-0.242896,3.02619,300,5,0,137,0,1,0,0,0),(8401,3107,1,1,1,1938,0,-1476.89,-5328.13,-3.03193,1.20951,300,5,0,137,0,1,0,0,0),(8400,3107,1,1,1,1938,0,850.432,-5128.96,-2.25513,4.6257,300,5,0,137,0,1,0,0,0),(8320,3123,1,1,1,1959,0,912.044,-3906.22,20.2188,3.44728,300,5,0,156,0,1,0,0,0),(8319,3123,1,1,1,1959,0,1296.4,-4702.9,20.3528,2.12629,300,5,0,156,0,1,0,0,0),(8318,3127,1,1,1,2732,0,-186.969,-3862.59,32.9047,1.42365,300,5,0,176,0,1,0,0,0),(8013,3127,1,1,1,2732,0,1030.95,-4047.37,18.5481,2.37621,300,5,0,176,0,1,0,0,0),(8012,3127,1,1,1,2732,0,1211.74,-4131.34,23.4459,0.260854,300,10,0,176,0,1,0,0,0),(8011,3127,1,1,1,2732,0,1096.01,-3979.64,19.9407,2.45094,300,10,0,176,0,1,0,0,0),(8010,3127,1,1,1,2732,0,52.057,-3855.7,37.6042,2.88593,300,10,0,176,0,1,0,0,0),(8009,3127,1,1,1,2732,0,742.509,-3893.23,19.4178,3.99063,300,5,0,176,0,1,0,0,0),(8008,3127,1,1,1,2732,0,84.8203,-3917.05,43.5674,1.80915,300,5,0,176,0,1,0,0,0),(8007,3127,1,1,1,2732,0,1100.8,-4152.94,17.1562,4.25297,300,10,0,176,0,1,0,0,0),(8006,3127,1,1,1,2732,0,641.999,-3838.74,21.2052,2.11414,300,5,0,176,0,1,0,0,0),(8005,3126,1,1,1,2487,0,348.125,-4151.63,31.3764,4.6479,300,5,0,137,0,1,0,0,0),(8004,3126,1,1,1,2487,0,356.249,-3882.48,32.6063,5.74612,300,5,0,137,0,1,0,0,0),(8003,3126,1,1,1,2487,0,417.942,-4089.58,32.1657,1.59813,300,5,0,137,0,1,0,0,0),(8002,3126,1,1,1,2487,0,615.995,-4839.65,25.7154,4.52752,300,5,0,137,0,1,0,0,0),(8001,3126,1,1,1,2487,0,552.9,-4477.65,40.8258,5.10845,300,5,0,137,0,1,0,0,0),(8000,3126,1,1,1,2487,0,843.415,-4986.65,9.65833,4.91091,300,5,0,137,0,1,0,0,0),(7999,3126,1,1,1,2487,0,1030.38,-4872.93,56.8278,4.65692,300,5,0,137,0,1,0,0,0),(7998,3126,1,1,1,2487,0,1180.45,-4664.57,55.6671,5.30893,300,5,0,137,0,1,0,0,0),(7997,3100,1,1,1,193,0,1249.14,-4739,17.5909,1.64907,300,5,0,156,0,1,0,0,0),(7996,3100,1,1,1,193,0,1481.16,-4812.48,38.1654,4.19457,300,5,0,156,0,1,0,0,0),(7995,3100,1,1,1,193,0,-153.058,-3947.95,54.2896,0.319747,300,10,0,156,0,1,0,0,0),(7994,3100,1,1,1,193,0,1043.42,-4921.25,14.9446,2.8825,300,10,0,156,0,1,0,0,0),(7993,3100,1,1,1,193,0,1186.37,-4046.63,14.7298,2.58271,300,5,0,156,0,1,0,0,0),(7992,3100,1,1,1,193,0,246.015,-4001.79,39.2477,4.51398,300,10,0,156,0,1,0,0,0),(7991,3100,1,1,1,193,0,1287,-4614.38,20.4332,1.14385,300,5,0,156,0,1,0,0,0),(7990,3100,1,1,1,193,0,1062.02,-4322.98,20.0218,4.08646,300,5,0,156,0,1,0,0,0),(7989,3100,1,1,1,193,0,1342.82,-4688.55,33.3423,5.29958,300,5,0,156,0,1,0,0,0),(7988,3102,1,1,1,850,0,-77.6159,-4210.9,50.596,2.91483,200,10,0,71,0,1,0,0,0),(7986,3102,1,1,1,850,0,-101.482,-4206.17,52.5035,5.59085,200,3,0,71,0,1,0,0,0),(7985,3102,1,1,1,850,0,-127.806,-4315.17,66.3736,0.499695,200,3,0,71,0,1,0,0,0),(7984,3124,1,1,1,2485,0,-346.629,-4045.22,51.1096,5.92702,200,5,0,71,0,1,0,0,0),(7983,3124,1,1,1,2485,0,-354.141,-4421.33,50.6012,3.11921,200,10,0,71,0,1,0,0,0),(7982,3124,1,1,1,2485,0,-544.639,-4116.73,65.7142,5.70841,200,10,0,71,0,1,0,0,0),(7981,3098,1,1,1,503,0,-411.091,-4411.85,45.83,0.517397,120,10,0,42,0,1,0,0,0),(7980,3098,1,1,1,503,0,-754.894,-4219.76,42.8502,3.31808,120,10,0,42,0,1,0,0,0),(7979,3098,1,1,1,503,0,-680.794,-4317.67,47.2347,1.83299,120,5,0,42,0,1,0,0,0),(7977,3098,1,1,1,503,0,-716.996,-4150.75,30.0694,4.95713,120,10,0,42,0,1,0,0,0),(7976,3098,1,1,1,503,0,-391.309,-4283.43,49.0554,2.41323,120,5,0,42,0,1,0,0,0),(7975,3098,1,1,1,503,0,-714.937,-4221.35,40.2762,1.49268,120,5,0,42,0,1,0,0,0),(7974,3098,1,1,1,503,0,-477.985,-4182.53,50.7865,0.662395,120,5,0,42,0,1,0,0,0),(7973,3356,1,1,1,1378,1,2049.79,-4839.13,24.4342,0.174533,300,0,0,1003,0,0,0,0,0),(7972,3406,1,1,1,4239,1,2084.96,-4623.77,58.6761,0.15708,300,0,0,2769,0,0,0,0,0),(7971,3353,1,1,1,1374,1,1980,-4799.74,55.8813,1.00836,300,0,0,4120,0,0,0,0,0),(7970,1383,1,1,1,4382,0,2055.83,-4797.07,22.9063,5.44543,300,0,0,1107,0,0,0,0,0),(7969,11017,1,1,1,10472,1,2038.4,-4748.98,29.2431,4.27606,300,0,0,2399,0,0,0,0,0),(7968,3413,1,1,1,7136,1,2036.63,-4739.49,29.2431,3.83972,300,0,0,1003,0,0,0,0,0),(7967,3099,1,1,1,381,0,575.451,-4792.15,26.0777,3.97514,300,10,0,120,0,1,0,0,0),(7966,3099,1,1,1,381,0,233.277,-4431.73,26.743,1.87461,300,5,0,120,0,1,0,0,0),(7965,3099,1,1,1,381,0,433.768,-4924.7,24.665,1.93643,300,10,0,120,0,1,0,0,0),(7964,3099,1,1,1,381,0,577.883,-4393.72,21.9884,4.61855,300,5,0,120,0,1,0,0,0),(7963,3099,1,1,1,381,0,653.326,-4783.98,24.6785,2.94046,300,5,0,120,0,1,0,0,0),(7962,3099,1,1,1,381,0,185.981,-4221.18,45.954,4.0642,300,10,0,120,0,1,0,0,0),(7961,3099,1,1,1,381,0,281.87,-4286.22,35.33,1.28613,300,5,0,120,0,1,0,0,0),(7960,3099,1,1,1,381,0,457.497,-4460.24,46.6362,1.62749,300,5,0,120,0,1,0,0,0),(7959,3099,1,1,1,381,0,511.293,-4773.91,30.6922,1.922,300,5,0,120,0,1,0,0,0),(7958,3099,1,1,1,381,0,41.4945,-4232.38,66.6346,2.92123,300,0,0,120,0,0,0,0,0),(7957,3125,1,1,1,2486,0,-788.5,-4724.95,30.19,5.00945,200,5,0,102,0,1,0,0,0),(7956,3125,1,1,1,2486,0,114.34,-5121.52,1.79737,1.3141,200,5,0,102,0,1,0,0,0),(7955,3125,1,1,1,2486,0,27.9387,-5073.43,8.73164,1.389,200,5,0,102,0,1,0,0,0),(7954,3125,1,1,1,2486,0,326.787,-5118.37,3.74095,5.82804,200,10,0,102,0,1,0,0,0),(7953,3125,1,1,1,2486,0,-103.086,-4657.6,33.676,5.68737,200,10,0,102,0,1,0,0,0),(7952,3125,1,1,1,2486,0,210.404,-4972.72,14.4258,4.35227,200,10,0,102,0,1,0,0,0),(7951,3125,1,1,1,2486,0,345.725,-5016.48,19.2973,3.53756,200,5,0,102,0,1,0,0,0),(7950,3296,1,1,1,4601,1,1696.31,-4096.76,39.3368,1.51844,300,0,0,15952,0,0,0,0,0),(7949,3296,1,1,1,4602,1,1688.53,-4474.58,20.1537,1.95477,300,0,0,15952,0,0,0,0,0),(7948,3296,1,1,1,4601,1,1552.41,-4324.75,21.8029,5.51524,300,0,0,15952,0,0,0,0,0),(7947,16096,1,1,1,11375,1,1339.43,-4663.11,53.6269,1.36136,600,0,0,31905,0,0,0,0,0),(7946,3296,1,1,1,4602,1,2004.18,-4719.8,26.2996,0.959931,300,0,0,15952,0,0,0,0,0),(7945,3296,1,1,1,4601,1,1768.53,-4307.2,6.96165,4.14839,300,0,0,15952,0,2,0,0,0),(7944,16096,1,1,1,11375,1,1340.38,-4638.02,53.6269,4.90438,600,0,0,31905,0,0,0,0,0),(7943,3296,1,1,1,4602,1,1668.56,-4323.66,61.3295,5.96903,300,0,0,15952,0,0,0,0,0),(7942,3296,1,1,1,4602,1,1759.03,-4301.89,7.01614,5.46288,300,0,0,15952,0,0,0,0,0),(7941,3296,1,1,1,4602,1,1936.76,-4407.65,21.5679,1.77517,300,0,0,15952,0,2,0,0,0),(7940,3106,1,1,1,1307,0,115.517,-5197.6,-14.76,4.78078,200,10,0,102,0,1,0,0,0),(7939,3106,1,1,1,1307,0,249.011,-5303.71,-14.8436,1.62138,200,10,0,102,0,1,0,0,0),(7938,3106,1,1,1,1307,0,41.1562,-5185.72,-8.72162,5.7421,200,10,0,102,0,1,0,0,0),(7937,3106,1,1,1,1307,0,-1116.24,-4844.35,-5.00127,2.85631,200,10,0,102,0,1,0,0,0),(7936,3106,1,1,1,1307,0,-969.564,-5039.14,-4.73749,4.08646,200,10,0,102,0,1,0,0,0),(7935,3106,1,1,1,1307,0,-76.0647,-5224.97,-7.04592,2.6221,200,10,0,102,0,1,0,0,0),(7934,3104,1,1,1,1246,0,-107.572,-5212.53,-1.12561,3.63816,300,10,0,120,0,1,0,0,0),(7933,3103,1,1,1,1940,0,-1280.95,-5085.2,-4.87893,5.52264,300,10,0,120,0,1,0,0,0),(7932,3103,1,1,1,1940,0,-1416.87,-5090.03,-3.21669,0.918631,300,10,0,120,0,1,0,0,0),(7931,3105,1,1,1,1248,0,1477.16,-5004.15,-25.3573,0.558267,300,5,0,156,0,1,0,0,0),(7930,3104,1,1,1,1246,0,-786.658,-5446.35,-5.16885,2.26263,300,10,0,120,0,1,0,0,0),(7929,3103,1,1,1,1940,0,-178.758,-5291.73,-6.77493,5.35679,300,10,0,120,0,1,0,0,0),(7928,3103,1,1,1,1940,0,-310.844,-5319.98,-10.4259,6.16528,300,10,0,120,0,1,0,0,0),(7927,3110,1,1,1,1250,0,982.749,-3850.66,16.2294,5.63744,300,10,0,176,0,1,0,0,0),(7926,3110,1,1,1,1250,0,185.579,-3767.86,17.1535,1.22988,300,10,0,176,0,1,0,0,0),(7925,3110,1,1,1,1250,0,-27.7077,-3793.91,24.634,4.74961,300,10,0,176,0,1,0,0,0),(7924,3110,1,1,1,1250,0,1070.63,-3882.36,17.0437,3.27695,300,10,0,176,0,1,0,0,0),(7923,5951,1,1,1,1560,0,-648.15,-4768.83,28.2864,5.54196,120,5,0,8,0,1,0,0,0),(7922,5951,1,1,1,1560,0,222.988,-3967.91,41.5509,4.82207,120,5,0,8,0,1,0,0,0),(7921,5951,1,1,1,1560,0,824.178,-3922.6,19.3718,2.47173,120,5,0,8,0,1,0,0,0),(7920,3300,1,1,1,1987,0,520.532,-3993.46,19.1736,3.08101,120,5,0,1,0,1,0,0,0),(7919,3300,1,1,1,1987,0,1266.15,-4542.36,20.8351,1.5708,120,10,0,1,0,1,0,0,0),(7918,6145,1,1,1,4878,0,-1478.9,-5451.51,-17.1755,1.6137,120,10,0,8,0,1,0,0,0),(7917,6145,1,1,1,4878,0,-973.913,-5673.6,-6.26644,4.154,120,10,0,8,0,1,0,0,0),(7916,3300,1,1,1,1986,0,989.929,-3973.73,23.1841,5.65029,120,5,0,1,0,1,0,0,0),(7915,3122,1,1,1,1960,0,-702.447,-5513.37,7.68584,5.47556,300,10,0,120,0,1,0,0,0),(7914,3122,1,1,1,1960,0,-776.658,-5377.5,4.60076,4.54468,300,5,0,120,0,1,0,0,0),(7913,3122,1,1,1,1960,0,-1251.62,-5345.36,4.86702,0.428786,300,5,0,120,0,1,0,0,0),(7912,3122,1,1,1,1960,0,-721.791,-5573.39,27.9249,5.44706,300,10,0,120,0,1,0,0,0),(7911,3122,1,1,1,1960,0,-1084.46,-5622.65,3.96953,1.02683,300,5,0,120,0,1,0,0,0),(7910,3122,1,1,1,1960,0,-1093.47,-5393.64,10.5502,1.12573,300,5,0,120,0,1,0,0,0),(7909,3122,1,1,1,1960,0,-673.941,-5652.9,9.65711,2.53073,300,0,0,120,0,0,0,0,0),(7908,3206,1,1,1,4076,1,-1285.31,-5508.77,8.46731,0.929717,300,0,0,148,165,0,0,0,0),(7907,3114,1,1,1,1964,1,342.624,-4230.38,23.6101,4.63357,300,5,0,176,0,1,0,0,0),(7906,3114,1,1,1,1964,1,495.711,-4196.06,24.1587,2.80727,300,5,0,176,0,1,0,0,0),(7905,3113,1,1,1,6088,1,439.975,-4229.21,25.4114,2.50876,300,3,0,148,165,1,0,0,0),(7904,3114,1,1,1,1964,1,484.674,-4348.81,27.1747,0.566512,300,5,0,176,0,1,0,0,0),(7903,3113,1,1,1,6088,1,449.461,-4169.09,25.951,3.51752,300,5,0,148,165,1,0,0,0),(7902,3114,1,1,1,1964,1,462.983,-4234.37,24.7492,1.92355,300,3,0,176,0,1,0,0,0),(7901,3197,1,1,1,4192,1,1492.96,-4762.44,5.7537,1.90486,300,0,0,166,178,0,0,0,0),(7900,3197,1,1,1,4192,1,1502.88,-4679.02,11.9689,1.75869,300,0,0,166,178,0,0,0,0),(7899,3197,1,1,1,4192,1,1519.5,-4783.29,11.0798,0.093742,300,0,0,166,178,0,0,0,0),(7898,3197,1,1,1,4192,1,1419.02,-4749.12,2.2756,3.60804,300,0,0,166,178,0,0,0,0),(7897,3198,1,1,1,4190,1,1540.54,-4759.55,11.1785,0.295789,300,0,0,178,382,0,0,0,0),(7885,3198,1,1,1,4191,1,1454.97,-4778.24,9.32472,0.73731,300,0,0,178,382,0,0,0,0),(7884,3198,1,1,1,4191,1,1436.21,-4692.01,-5.35309,3.36368,300,0,0,178,382,0,0,0,0),(7883,3198,1,1,1,4191,1,1506.92,-4793.95,9.31567,4.39168,300,0,0,178,382,0,0,0,0),(7882,3198,1,1,1,4190,1,1461.35,-4716.99,-2.47625,2.24259,300,0,0,178,382,0,0,0,0),(7880,3198,1,1,1,4191,1,1522.88,-4691.65,11.2139,3.03297,300,0,0,178,382,0,0,0,0),(7879,3111,1,1,1,1218,1,92.6001,-4458.62,41.2049,5.86771,300,5,0,120,0,1,0,0,0),(7878,3111,1,1,1,1218,1,95.0306,-4476.37,40.7528,3.01627,300,5,0,120,0,1,0,0,0),(7877,3111,1,1,1,1218,1,58.2777,-4478.91,48.9058,4.33877,300,3,0,120,0,1,0,0,0),(7876,3112,1,1,1,1252,1,60.082,-4298.42,64.1204,1.94442,300,10,0,137,0,1,0,0,0),(7742,3111,1,1,1,1218,1,128.805,-4583.54,63.5881,5.48767,300,5,0,120,0,1,0,0,0),(7740,3121,1,1,1,598,0,-1056.33,-5446.19,8.03804,2.79547,300,5,0,137,0,1,0,0,0),(7679,3121,1,1,1,598,0,-1186.91,-5380.54,8.47154,1.68448,300,10,0,137,0,1,0,0,0),(7678,3121,1,1,1,598,0,-793.014,-5540.35,4.6598,5.6284,300,5,0,137,0,1,0,0,0),(7677,3121,1,1,1,598,0,-1181.88,-5618.09,5.26861,3.54762,300,5,0,137,0,1,0,0,0),(7676,3121,1,1,1,598,0,-1546.26,-5262.28,6.85467,3.0385,300,10,0,137,0,1,0,0,0),(7675,3121,1,1,1,598,0,-788.724,-5623.24,13.0798,3.89904,300,5,0,137,0,1,0,0,0),(7674,3175,1,1,1,3748,1,367.18,-4702.14,16.3944,3.90954,300,0,0,356,0,0,0,0,0),(7673,3620,1,1,1,4296,1,273.274,-4713.46,11.7121,1.27409,300,0,0,1753,0,0,0,0,0),(7672,3166,1,1,1,3740,0,367.885,-4770.91,12.5988,2.61799,300,0,0,300,0,0,0,0,0),(7671,6928,1,1,1,5705,1,340.362,-4686.29,16.5411,4.18879,300,0,0,1003,0,0,0,0,0),(7670,3164,1,1,1,3737,1,321.548,-4838.4,10.6074,2.05949,300,0,0,300,0,0,0,0,0),(7669,5953,1,1,1,9798,1,383.808,-4619.08,52.9673,2.64986,300,0,0,1706,0,0,0,0,0),(7668,5953,1,1,1,9799,1,384.548,-4851.25,13.9003,2.80291,300,0,0,1706,0,0,0,0,0),(7667,3165,1,1,1,3739,1,362.105,-4763.84,12.5525,4.57276,300,0,0,273,0,0,0,0,0),(7666,11025,1,1,1,10570,1,370.195,-4721.57,13.359,4.67748,300,0,0,787,0,0,0,0,0),(7665,9987,1,1,1,9262,1,333.313,-4711.64,14.614,2.79253,300,0,0,1003,0,0,0,0,0),(7664,5952,1,1,1,9795,1,-598.932,-4583.58,40.3863,4.52526,300,0,0,11828,0,2,0,0,0),(7660,3882,1,1,1,3753,1,-560.125,-4217.2,41.6737,3.33358,300,0,0,176,0,0,0,0,0),(7656,5952,1,1,1,9795,1,-604.891,-4540.98,41.8096,1.11138,300,0,0,11828,0,0,0,0,0),(7651,3153,1,1,1,1880,1,-639.344,-4230.19,38.5605,5.72468,300,0,0,222,0,0,0,0,0),(7650,5952,1,1,1,9794,1,-645.423,-4260.63,38.163,5.14872,300,0,0,11828,0,0,0,0,0),(7649,3154,1,1,1,1882,1,-635.462,-4227.52,38.371,5.09636,300,0,0,156,0,0,0,0,0),(7648,5952,1,1,1,9797,1,-599.939,-4191.99,41.1824,4.17134,300,0,0,11828,0,0,0,0,0),(7647,3116,1,1,1,6814,0,1081.7,-4549.16,18.5441,4.67407,300,10,0,137,0,1,0,0,0),(7646,3118,1,1,1,6815,0,978.974,-4705.17,46.4214,5.42478,300,0,0,186,191,0,0,0,0),(7645,3116,1,1,1,6814,0,1057.88,-4555.91,17.0987,5.43642,300,10,0,137,0,1,0,0,0),(7644,3115,1,1,1,3012,0,785.479,-4341.53,16.2496,2.69936,300,10,0,137,0,1,0,0,0),(7643,3116,1,1,1,6814,0,763.479,-4458.79,15.7935,2.91207,300,5,0,137,0,1,0,0,0),(7642,3122,1,1,1,1960,0,611.027,-4312.82,18.6202,5.79334,300,10,0,120,0,1,0,0,0),(7641,3122,1,1,1,1960,0,864.631,-4969.7,8.45053,5.98081,300,5,0,120,0,1,0,0,0),(7640,3122,1,1,1,1960,0,504.167,-4595.83,49.1586,5.85217,300,10,0,120,0,1,0,0,0),(7637,3122,1,1,1,1960,0,493.719,-4887.28,24.0111,1.21385,300,10,0,120,0,1,0,0,0),(7636,3122,1,1,1,1960,0,582.534,-4115.9,22.7451,3.92664,300,5,0,120,0,1,0,0,0),(530,717,0,1,1,1658,1,-11620.5,-51.9023,11.2262,5.3058,300,0,0,1753,0,0,0,0,0),(7635,3122,1,1,1,1960,0,461.779,-4104.26,29.4362,4.95814,300,5,0,120,0,1,0,0,0),(7634,3122,1,1,1,1960,0,34.0617,-4139.97,68.2903,3.65856,300,5,0,120,0,1,0,0,0),(7633,3122,1,1,1,1960,0,593.222,-4865.46,24.5547,5.62141,300,5,0,120,0,1,0,0,0),(7631,3122,1,1,1,1960,0,511.469,-4480.06,47.7049,2.5861,300,5,0,120,0,1,0,0,0),(7628,3122,1,1,1,1960,0,993.052,-5028.1,12.1355,5.49779,300,5,0,120,0,1,0,0,0),(7627,3128,1,1,1,3734,1,-220.082,-4908.83,26.9168,4.63994,200,5,0,102,0,1,0,0,0),(7625,6145,1,1,1,4878,0,-865.093,-4001.66,-38.713,5.40944,120,10,0,8,0,1,0,0,0),(7624,3107,1,1,1,1938,0,-988.221,-5245.89,-5.17295,1.65325,300,5,0,137,0,1,0,0,0),(7619,3107,1,1,1,1938,0,-1230.31,-5076.37,-9.22163,0.052654,300,5,0,137,0,1,0,0,0),(7617,3107,1,1,1,1938,0,-905.512,-5327.26,-4.39526,5.54747,300,5,0,137,0,1,0,0,0),(7611,3107,1,1,1,1938,0,-1330.08,-5341.29,-4.08426,0.541424,300,5,0,137,0,1,0,0,0),(40092,4291,189,1,1,2508,1,253.912,-332.617,18.6172,4.69494,86400,0,0,2901,2014,0,0,0,0),(40093,4291,189,1,1,2507,1,247.954,-335.179,18.6174,0.349066,86400,0,0,2901,2014,0,0,0,0),(7606,3107,1,1,1,1938,0,-971.17,-5354.41,-2.77355,5.50493,300,5,0,137,0,1,0,0,0),(7605,3107,1,1,1,1938,0,-1482.23,-5408.15,-11.436,1.28552,300,5,0,137,0,1,0,0,0),(40077,4287,189,1,1,2474,1,211.489,-312.366,18.6126,1.6057,86400,0,0,2784,1926,0,0,0,0),(40075,4287,189,1,1,2463,1,195.12,-305.447,18.6126,5.48033,86400,0,0,2784,1926,0,0,0,0),(40076,4287,189,1,1,2474,1,197.446,-307.527,18.6126,2.56563,86400,0,0,2784,1926,0,0,0,0),(7604,3107,1,1,1,1938,0,1184.18,-5183.25,-7.50019,0.593206,300,5,0,137,0,1,0,0,0),(7603,3107,1,1,1,1938,0,-798.381,-5715.48,-2.34845,2.74357,300,5,0,137,0,1,0,0,0),(89075,4292,189,1,1,2476,1,1878.24,-410.778,18.7612,3.26377,86400,0,0,3027,2134,0,0,0,0),(7602,3107,1,1,1,1938,0,-1215.61,-5145.7,-9.53559,3.55546,300,5,0,137,0,1,0,0,0),(7601,3107,1,1,1,1938,0,937.858,-5149.32,-3.69777,3.18984,300,5,0,137,0,1,0,0,0),(7600,3123,1,1,1,1959,0,763.151,-3913.08,18.5097,4.34767,300,5,0,156,0,1,0,0,0),(7599,3123,1,1,1,1959,0,1249.48,-4916.13,9.44487,5.42564,300,10,0,156,0,1,0,0,0),(7598,3123,1,1,1,1959,0,851.198,-3905.79,20.0902,2.06414,300,5,0,156,0,1,0,0,0),(40065,4296,189,1,1,5725,1,221.084,-226.658,18.614,5.14872,86400,0,0,2784,1926,0,0,0,0),(40066,4287,189,1,1,2463,1,240.929,-233.45,18.6141,1.53589,86400,0,0,2784,1926,0,0,0,0),(40062,4296,189,1,1,5726,1,192.738,-226.783,18.614,4.99164,86400,0,0,2784,1926,0,0,0,0),(40061,4287,189,1,1,2463,1,210.71,-222.668,18.614,4.67748,86400,0,0,2784,1926,0,0,0,0),(40053,4288,189,1,1,2497,1,181.396,-273.576,18.6779,0.837758,86400,3,0,3489,0,1,0,0,0),(40054,4304,189,1,1,2709,0,183.415,-275.71,18.8943,3.22886,86400,0,0,3330,0,0,0,0,0),(40047,4287,189,1,1,2463,1,199.244,-287.587,19.2011,4.34587,86400,0,1,2784,1926,2,0,0,0),(7597,3123,1,1,1,1959,0,688.322,-3866.52,21.1147,3.10641,300,5,0,156,0,1,0,0,0),(7595,3123,1,1,1,1959,0,1206.02,-4038.88,18.3657,3.85231,300,10,0,156,0,1,0,0,0),(7593,3123,1,1,1,1959,0,1243.33,-4776.68,15.9428,1.99764,300,10,0,156,0,1,0,0,0),(7592,3123,1,1,1,1959,0,600.708,-3905.59,21.6422,4.83242,300,5,0,156,0,1,0,0,0),(7591,3123,1,1,1,1959,0,1155.25,-4228.23,21.5566,0.046886,300,10,0,156,0,1,0,0,0),(7582,3123,1,1,1,1959,0,398.411,-3968.33,31.2429,5.6057,300,10,0,156,0,1,0,0,0),(51475,17921,534,1,1,0,1,5011.76,-1840.95,1322.08,0.76737,120,0,0,41916,0,0,0,0,0),(7581,3127,1,1,1,2732,0,1361.13,-4797.83,26.937,1.94604,300,5,0,176,0,1,0,0,0),(4621,7027,0,1,1,6047,1,-8098.42,-1724.36,131.782,2.06602,500,5,0,3644,0,1,0,0,0),(7580,3127,1,1,1,2732,0,-89.5839,-3908.08,48.8087,5.34552,300,5,0,176,0,1,0,0,0),(7579,3127,1,1,1,2732,0,-45.3741,-3882.7,46.9387,1.7414,300,10,0,176,0,1,0,0,0),(7578,3127,1,1,1,2732,0,28.6475,-3901.26,44.2482,3.98639,300,10,0,176,0,1,0,0,0),(7577,3127,1,1,1,2732,0,1186.25,-4625.29,18.4965,3.29215,300,5,0,176,0,1,0,0,0),(7576,3127,1,1,1,2732,0,922.277,-3898.09,19.328,2.25027,300,5,0,176,0,1,0,0,0),(7574,3127,1,1,1,2732,0,1393.98,-4838.57,19.1535,0.838537,300,5,0,176,0,1,0,0,0),(7573,3127,1,1,1,2732,0,1159.91,-4067.91,16.9003,2.51135,300,10,0,176,0,1,0,0,0),(7572,3127,1,1,1,2732,0,1162.1,-4923.65,16.607,3.48566,300,10,0,176,0,1,0,0,0),(7571,3126,1,1,1,2487,0,167.265,-4132.29,48.74,5.32423,300,5,0,137,0,1,0,0,0),(7570,3126,1,1,1,2487,0,508.755,-4476.79,47.816,2.57471,300,5,0,137,0,1,0,0,0),(7569,3126,1,1,1,2487,0,508.883,-3878.33,19.1456,0.180762,300,10,0,137,0,1,0,0,0),(7568,3126,1,1,1,2487,0,784.755,-4952.48,17.0766,5.06379,300,10,0,137,0,1,0,0,0),(7567,3126,1,1,1,2487,0,516.452,-4569.28,51.2529,0.163572,300,5,0,137,0,1,0,0,0),(7557,3126,1,1,1,2487,0,731.237,-4530.49,41.9796,4.92703,300,5,0,137,0,1,0,0,0),(7556,3126,1,1,1,2487,0,196.804,-4319.27,45.0519,6.22259,300,10,0,137,0,1,0,0,0),(7555,3126,1,1,1,2487,0,1048.4,-4640.38,56.7653,0.513849,300,5,0,137,0,1,0,0,0),(7554,3126,1,1,1,2487,0,719.271,-5005.74,14.2681,4.71133,300,5,0,137,0,1,0,0,0),(7539,3126,1,1,1,2487,0,613.725,-3987.51,8.12993,3.93219,300,5,0,137,0,1,0,0,0),(7538,3100,1,1,1,193,0,150.001,-3850.14,34.7701,2.60815,300,10,0,156,0,1,0,0,0),(7537,3100,1,1,1,193,0,438.843,-3883.92,24.4023,0.143001,300,10,0,156,0,1,0,0,0),(7536,3100,1,1,1,193,0,1087.76,-4495.67,19.1597,4.96681,300,10,0,156,0,1,0,0,0),(7535,3100,1,1,1,193,0,1087.55,-4883.97,14.7821,2.03451,300,5,0,156,0,1,0,0,0),(7534,3100,1,1,1,193,0,170.342,-3814.81,30.2373,6.13217,300,10,0,156,0,1,0,0,0),(7533,3100,1,1,1,193,0,689.869,-3920.57,15.8479,1.71545,300,5,0,156,0,1,0,0,0),(7532,3100,1,1,1,193,0,323.819,-3985.72,35.9289,1.85062,300,10,0,156,0,1,0,0,0),(7530,3100,1,1,1,193,0,420.817,-3842.8,24.1288,0.83192,300,5,0,156,0,1,0,0,0),(7529,3100,1,1,1,193,0,846.225,-5049.74,5.19411,4.77546,300,5,0,156,0,1,0,0,0),(7528,3100,1,1,1,193,0,246.518,-4053.72,39.6223,0.119507,300,5,0,156,0,1,0,0,0),(7527,3101,1,1,1,1185,1,-43.8409,-4274.3,68.2898,0.919327,200,3,0,69,79,1,0,0,0),(7509,3101,1,1,1,1185,1,-140.697,-4282.97,64.2632,1.78955,200,3,0,69,79,1,0,0,0),(7508,3101,1,1,1,1185,1,-76.6151,-4266.42,52.2091,4.67274,200,3,0,69,79,1,0,0,0),(7507,3101,1,1,1,1185,1,-104.777,-4285.94,62.7633,2.47363,200,3,0,69,79,1,0,0,0),(7506,3102,1,1,1,850,0,-89.8741,-4249.98,51.7437,1.35716,200,3,0,71,0,1,0,0,0),(7505,3101,1,1,1,1185,1,-106.37,-4247.68,53.6425,2.3254,200,3,0,69,79,1,0,0,0),(7504,3102,1,1,1,850,0,-142.249,-4236.41,58.2515,0.713284,200,3,0,71,0,1,0,0,0),(7498,3124,1,1,1,2485,0,-518.958,-4076.93,69.8705,6.11225,200,5,0,71,0,1,0,0,0),(7497,3124,1,1,1,2485,0,-448.264,-4459.52,50.2802,4.84749,200,10,0,71,0,1,0,0,0),(529,2483,0,1,1,4394,1,-11622.1,-60.6165,11.038,1.46608,300,0,0,1678,0,0,0,0,0),(528,710,0,1,1,6704,1,-12308.2,-1047.11,7.45672,0.818608,1800,0,0,1381,3575,0,0,0,0),(527,710,0,1,1,6704,1,-12333.4,-1082,4.78021,0.615605,1800,0,0,1381,3575,0,0,0,0),(526,680,0,1,1,11569,1,-12302.7,-1105.11,5.84407,1.55334,1800,0,0,2125,0,0,0,0,0),(525,679,0,1,1,536,1,-12344.1,-1108.29,1.39615,2.14183,1800,0,0,1579,1432,0,0,0,0),(524,678,0,1,1,416,1,-12382.8,-1065.56,3.4339,5.51778,1800,0,0,1973,0,0,0,0,0),(45768,9696,229,1,1,0,0,-118.69,-348.73,71.13,2.27,10800,0,0,2699,0,0,0,0,0),(45767,9696,229,1,1,0,0,-136.43,-318.62,71.13,6.26,10800,0,0,2699,0,0,0,0,0),(45766,9696,229,1,1,0,0,-86.7,-292.69,71.13,3.76,10800,0,0,2699,0,0,0,0,0),(45765,9696,229,1,1,0,0,-92.7,-288.15,71.13,4.01,10800,0,0,2699,0,0,0,0,0),(45764,9692,229,1,1,0,1,-138.96,-318.67,71.13,6.28,10800,0,0,8352,0,0,0,0,0),(45763,9692,229,1,1,0,1,-89.99,-291.27,71.13,4.05,10800,0,0,8352,0,0,0,0,0),(45762,9692,229,1,1,0,1,-121.12,-350.35,71.13,1.67,10800,0,0,8352,0,0,0,0,0),(137905,9819,229,1,1,0,1,168.53,-282.207,111.025,3.38594,7200,0,0,1,0,0,0,0,0),(137904,9819,229,1,1,0,1,168.467,-285.357,111.025,3.15905,7200,0,0,1,0,0,0,0,0),(137903,9819,229,1,1,0,1,168.431,-288.574,111.025,2.9147,7200,0,0,1,0,0,0,0,0),(137902,9819,229,1,1,0,1,161.538,-320.877,111.025,3.12414,7200,0,0,1,0,0,0,0,0),(45757,9568,229,1,1,0,1,-27.67,-486.62,90.81,3.87,1000000,0,0,33572,0,0,0,0,0),(45756,9583,229,1,1,0,1,-174.75,-460.94,87.57,0.88,10800,0,0,8613,0,0,0,0,0),(45755,9583,229,1,1,0,1,-202.92,-478.59,87.57,0,10800,0,0,8613,0,0,0,0,0),(45754,9716,229,1,1,0,1,-205.84,-481.45,87.57,0.16,10800,0,0,8352,0,0,0,0,0),(45753,9717,229,1,1,0,1,-205.37,-475.69,87.57,6.26,10800,0,0,6681,2241,0,0,0,0),(45752,9717,229,1,1,0,1,-205.79,-455.13,87.57,6.25,10800,0,0,6681,2241,0,0,0,0),(45751,9716,229,1,1,0,1,-202.76,-459.09,87.57,6.27,10800,0,0,8352,0,0,0,0,0),(45750,9716,229,1,1,0,1,-206.65,-462.16,87.57,0.01,10800,0,0,8352,0,0,0,0,0),(45749,9736,229,1,1,0,1,-194.19,-458.27,87.57,0.03,1000000,0,0,23688,0,0,0,0,0),(45748,9717,229,1,1,0,1,-164.47,-453.32,87.57,1.61,10800,0,0,6681,2241,0,0,0,0),(45747,9696,229,1,1,0,0,-163.2,-458.92,87.57,2.34,10800,0,0,2699,0,0,0,0,0),(45746,9696,229,1,1,0,0,-166.59,-462.11,87.57,2.31,10800,0,0,2699,0,0,0,0,0),(45745,9692,229,1,1,0,1,-165.81,-459.49,87.57,2.31,10800,0,0,8352,0,0,0,0,0),(45744,9716,229,1,1,0,1,-172.91,-462.61,87.57,1.4,10800,0,0,8352,0,0,0,0,0),(45743,9717,229,1,1,0,1,-174.61,-450.76,87.57,0.13,10800,0,0,6681,2241,0,0,0,0),(45742,9583,229,1,1,0,1,-168.52,-410.9,76.33,1.55,10800,0,0,8613,0,0,0,0,0),(45741,9716,229,1,1,0,1,-168.48,-418.68,76.33,1.66,10800,0,0,8352,0,0,0,0,0),(45734,9693,229,1,1,0,1,-162.72,-414.17,76.33,1.59,10800,0,0,6891,2289,0,0,0,0),(45492,9716,229,1,1,0,1,-166.85,-325.64,64.58,4.67,10800,0,0,8352,0,0,0,0,0),(45491,9583,229,1,1,0,1,-155.79,-343.82,64.63,3.04,10800,0,0,8613,0,0,0,0,0),(45490,9583,229,1,1,0,1,-138.15,-369.2,58.17,0,10800,0,0,8613,0,0,0,0,0),(44456,9197,229,1,1,0,1,-40.6361,-372.216,50.5612,0.855211,10800,5,0,1,0,1,0,0,0),(45095,9197,229,1,1,0,1,-22.8555,-377.87,49.0487,6.16101,10800,5,0,1,0,1,0,0,0),(44422,10376,229,1,1,0,0,-105.64,-402.17,34.1,0.2,1000000,0,0,9156,0,0,0,0,0),(44416,10374,229,1,1,0,0,-115.22,-520.43,11.22,3.26,10800,0,0,8352,0,0,0,0,0),(44415,10374,229,1,1,0,0,-141.41,-520.05,11.53,6.25,10800,0,0,8352,0,0,0,0,0),(44378,10375,229,1,1,0,0,-136.79,-464.29,15.68,2.15,10800,0,0,2614,0,0,0,0,0),(44377,10374,229,1,1,0,0,-120.65,-401.7,30.47,6,10800,0,0,8352,0,0,0,0,0),(44376,10375,229,1,1,0,0,-121.65,-407.25,30.05,6.1,10800,0,0,2614,0,0,0,0,0),(44375,10374,229,1,1,0,0,-128.55,-423.43,27.36,0.79,10800,0,0,8352,0,0,0,0,0),(44374,10374,229,1,1,0,0,-134.22,-429.24,25.09,0.75,10800,0,0,8352,0,0,0,0,0),(7496,3124,1,1,1,2485,0,-788.542,-4286.46,52.8241,4.1216,200,5,0,71,0,1,0,0,0),(15332,2368,0,1,1,4763,1,-1277.74,-906.294,-3.93388,3.29017,300,10,0,896,0,1,0,0,0),(135656,16492,532,1,1,19331,0,-11138.6,-1880.62,165.765,3.4818,604800,0,0,7825,3155,0,0,0,0),(135655,16492,532,1,1,19331,0,-11105.4,-1848.77,165.765,2.43677,604800,0,0,7825,3155,0,0,0,0),(135654,16492,532,1,1,19331,0,-11104.8,-1847.46,165.765,2.08226,604800,0,0,7825,3155,0,0,0,0),(135653,16492,532,1,1,19331,0,-11103.5,-1846.73,165.765,1.78788,604800,0,0,7825,3155,0,0,0,0),(7495,3124,1,1,1,2485,0,-310.417,-4414.58,56.9974,6.09144,200,10,0,71,0,1,0,0,0),(87044,6491,0,1,4294967295,0,0,-5165,-876,507.245,0.929,60,0,0,4120,0,0,0,0,0),(7493,3124,1,1,1,2485,0,-282.794,-4416.63,56.6823,1.39555,200,10,0,71,0,1,0,0,0),(48363,10481,289,1,1,10976,0,267.646,8.46495,85.3117,3.50811,86400,0,0,1436,0,0,0,0,0),(30289,7603,90,1,1,6968,0,-603.907,422.628,-230.518,3.42085,86400,2,0,787,0,1,0,0,0),(30288,7603,90,1,1,6968,0,-596.179,418.708,-230.518,4.97419,86400,2,0,787,0,1,0,0,0),(7491,3098,1,1,1,503,0,-348.51,-4212.4,60.171,4.11747,120,5,0,42,0,1,0,0,0),(7490,3098,1,1,1,503,0,-344.253,-4260.39,61.6241,5.09684,120,5,0,42,0,1,0,0,0),(51639,17921,534,1,1,0,1,5016.08,-1839.81,1321.94,2.8958,120,0,0,41916,0,0,0,0,0),(51640,17921,534,1,1,0,1,5013.06,-1836.75,1322,4.94569,120,0,0,41916,0,0,0,0,0),(51641,17931,534,1,1,0,1,5079.8,-1866.08,1332.59,5.39729,120,0,0,6761,0,0,0,0,0),(7488,3098,1,1,1,503,0,-744.55,-4255.23,43.5246,6.14916,120,10,0,42,0,1,0,0,0),(7487,3098,1,1,1,503,0,-360.833,-4312.15,49.0128,3.09699,120,5,0,42,0,1,0,0,0),(4620,7028,0,1,1,6048,1,-8094.87,-1882.31,147.961,5.77704,500,0,0,2550,5206,0,0,0,0),(4619,7027,0,1,1,6047,1,-8067.69,-1907.75,133.893,5.48033,500,0,0,3644,0,0,0,0,0),(523,818,0,1,1,11546,1,-12342.7,-1156.72,2.48357,2.25148,1800,0,0,2217,1534,0,0,0,0),(86847,19178,0,1,1,22380,0,1574.55,267.583,-43.0193,3.76991,5,0,0,42,0,0,0,0,0),(7484,3098,1,1,1,503,0,-486.279,-4144.73,54.7459,3.74728,120,5,0,42,0,1,0,0,0),(7482,3098,1,1,1,503,0,-486.181,-4454.21,50.132,3.11397,120,10,0,42,0,1,0,0,0),(7481,3364,1,1,1,1386,1,1792.65,-4565.39,22.8627,0.977384,300,0,0,1003,0,0,0,0,0),(7480,3372,1,1,1,1394,0,1836.77,-4461.59,47.4541,1.50098,300,0,0,1003,0,0,0,0,0),(7479,11066,1,1,1,10589,1,1913.25,-4430.54,24.6477,3.68265,300,0,0,787,0,0,0,0,0),(7478,3316,1,1,1,1316,0,1855.82,-4562.49,24.8434,2.26893,300,0,0,1003,0,0,0,0,0),(7463,7230,1,1,1,6005,1,2054.63,-4805.99,22.4195,3.31613,300,0,0,4120,0,0,0,0,0),(7453,3409,1,1,1,4363,1,2099.23,-4818.85,24.1587,3.68265,300,0,0,1003,0,0,0,0,0),(7451,3410,1,1,1,4359,1,1914.16,-4775.87,36.3381,1.11701,300,0,0,1003,0,0,0,0,0),(7449,3352,1,1,1,1373,1,2100.58,-4606.96,58.7863,4.5204,300,0,0,4120,0,0,0,0,0),(7448,5812,1,1,1,4351,1,2053.4,-4838.88,24.4342,3.08923,300,0,0,1003,0,0,0,0,0),(7447,3362,1,1,1,1384,1,2159.36,-4653.74,49.7412,2.80998,300,0,0,2218,0,0,0,0,0),(7446,2704,1,1,1,12989,1,2090.27,-4824.21,24.2055,0.541052,300,0,0,15505,0,0,0,0,0),(7445,3360,1,1,1,1382,1,2098.59,-4823.44,34.1185,2.86234,300,0,0,1003,0,0,0,0,0),(7444,4043,1,1,1,4612,1,2097.44,-4834.81,24.1196,0.017453,300,0,0,156,0,0,0,0,0),(7443,3354,1,1,1,1375,1,1970.95,-4808.17,56.848,0.837758,300,0,0,2769,0,0,0,0,0),(7442,3323,1,1,1,1323,1,1744.9,-4317.86,33.3935,4.2237,300,0,0,1003,0,0,0,0,0),(7441,3119,1,1,1,9442,1,-1027.43,-4589.02,26.4615,0.824254,300,3,0,120,0,1,0,0,0),(7440,3120,1,1,1,9443,1,-944.713,-4481.49,28.5132,4.23487,300,5,0,131,138,1,0,0,0),(7439,3119,1,1,1,9442,1,-887.45,-4713.57,25.6345,1.20702,300,10,0,120,0,1,0,0,0),(7438,3119,1,1,1,9442,1,-994.767,-4418.23,29.374,0.111486,300,3,0,120,0,1,0,0,0),(7437,3119,1,1,1,9442,1,-959.571,-4608.54,25.6792,4.07964,300,5,0,120,0,1,0,0,0),(7436,3099,1,1,1,381,0,301.101,-4447.74,25.3546,3.24146,300,10,0,120,0,1,0,0,0),(7435,3099,1,1,1,381,0,243.958,-4995.52,19.0482,1.46931,300,5,0,120,0,1,0,0,0),(7434,3099,1,1,1,381,0,-410.943,-4724.38,41.8735,0.123386,300,10,0,120,0,1,0,0,0),(7433,3099,1,1,1,381,0,411.135,-4931.82,31.039,2.44335,300,5,0,120,0,1,0,0,0),(7432,3099,1,1,1,381,0,138.558,-4077.7,51.1614,2.97649,300,10,0,120,0,1,0,0,0),(7431,3099,1,1,1,381,0,587.507,-4311.35,17.6603,1.61374,300,10,0,120,0,1,0,0,0),(7430,3099,1,1,1,381,0,-568.891,-4848.4,36.6668,5.38987,300,10,0,120,0,1,0,0,0),(7429,3099,1,1,1,381,0,171.961,-4274.22,50.0297,2.86895,300,10,0,120,0,1,0,0,0),(7428,3125,1,1,1,2486,0,-781.204,-4705.88,32.8319,0.871088,200,5,0,102,0,1,0,0,0),(7427,3125,1,1,1,2486,0,236.772,-5057.58,11.2487,3.62075,200,10,0,102,0,1,0,0,0),(7426,3125,1,1,1,2486,0,-680.672,-4655.35,38.1271,5.48074,200,10,0,102,0,1,0,0,0),(7425,3125,1,1,1,2486,0,-786.505,-4714.73,31.3035,0.391032,200,5,0,102,0,1,0,0,0),(7424,3125,1,1,1,2486,0,-591.821,-4809.46,32.2656,6.02258,200,10,0,102,0,1,0,0,0),(7423,3125,1,1,1,2486,0,-688.767,-5045.84,17.2011,5.91665,200,10,0,102,0,1,0,0,0),(7422,3125,1,1,1,2486,0,-486.359,-4824.19,36.5391,3.16307,200,10,0,102,0,1,0,0,0),(7421,3296,1,1,1,4259,1,1910.66,-4754.65,33.3433,1.76827,300,0,0,15952,0,2,0,0,0),(7420,3296,1,1,1,4601,1,1886.46,-4415.86,11.7157,3.76991,300,0,0,15952,0,0,0,0,0),(7419,3296,1,1,1,4259,1,1637.63,-3829.64,50.7225,2.22586,300,0,0,15952,0,2,0,0,0),(7418,3296,1,1,1,4259,1,1909.78,-4633.55,32.12,2.23512,300,0,0,15952,0,2,0,0,0),(7417,3296,1,1,1,4602,1,1557.74,-4364.25,1.07971,0.226893,300,0,0,15952,0,0,0,0,0),(7416,3296,1,1,1,4259,1,1906.25,-4564.21,33.9758,0.628319,300,0,0,15952,0,0,0,0,0),(7415,3296,1,1,1,4601,1,1928.32,-4424.41,23.7505,0.558505,300,0,0,15952,0,0,0,0,0),(7399,3296,1,1,1,4259,1,1696.56,-3929.77,51.6336,0.663225,300,0,0,15952,0,0,0,0,0),(7398,3296,1,1,1,4259,1,1628.89,-4274.76,24.0855,5.13127,300,0,0,15952,0,0,0,0,0),(7397,3296,1,1,1,4259,1,1648.13,-3834.6,51.7923,2.44346,300,0,0,15952,0,0,0,0,0),(4618,7028,0,1,1,6048,1,-8234.47,-1744.39,148.666,0.10472,500,0,0,2550,5206,0,0,0,0),(4617,7027,0,1,1,6047,1,-8072.49,-1913.03,133.791,5.5676,500,0,0,3644,0,0,0,0,0),(4616,7035,0,1,1,10707,1,-7752.77,-2739.28,163.923,2.9049,500,5,0,3556,0,1,0,0,0),(4615,7035,0,1,1,10707,1,-7972.3,-2680.74,156.854,1.83402,500,2,0,3556,0,1,0,0,0),(4613,7033,0,1,1,11549,1,-7911.2,-2585.44,124.381,3.02145,500,3,0,3322,0,1,0,0,0),(4614,7034,0,1,1,11550,1,-7686.85,-2687.21,142.845,2.49554,500,5,0,2751,1864,1,0,0,0),(18035,1913,0,1,1,3593,1,-78.2065,804.409,64.9756,0.017453,275,0,0,356,0,0,0,0,0),(18034,1914,0,1,1,3559,1,-200.063,912.968,71.4727,3.55849,275,3,0,285,790,1,0,0,0),(4612,7035,0,1,1,10707,1,-7819.23,-2556.31,186.233,0.974977,500,0,0,3556,0,2,0,0,0),(7396,14304,1,1,1,14360,1,1941.71,-4124.25,43.543,3.90954,300,0,0,25200,0,0,0,0,0),(7395,14304,1,1,1,14362,1,1924.73,-4245.42,41.9408,6.24828,300,0,0,25200,0,0,0,0,0),(7394,14304,1,1,1,14362,1,1927.04,-4123.48,43.0489,4.45059,300,0,0,25200,0,0,0,0,0),(7393,14304,1,1,1,14361,1,1914.56,-4136.63,40.4915,4.69494,300,0,0,25200,0,0,0,0,0),(7392,3106,1,1,1,1307,0,-785.422,-5122.69,-2.48281,5.65413,200,10,0,102,0,1,0,0,0),(7391,3103,1,1,1,1940,0,-1587.39,-5183.62,-2.90685,2.4835,300,10,0,120,0,1,0,0,0),(7390,3105,1,1,1,1248,0,789.085,-5126.38,-8.9907,5.33876,300,5,0,156,0,1,0,0,0),(7389,3103,1,1,1,1940,0,-1320.08,-5659.41,-4.26491,4.13143,300,10,0,120,0,1,0,0,0),(7388,3141,1,1,1,1818,0,1349.02,-5083.3,-11.2597,6.05131,300,10,0,156,0,1,0,0,0),(7387,3103,1,1,1,1940,0,-843.956,-5703.44,-2.45975,1.10942,300,10,0,120,0,1,0,0,0),(7386,3104,1,1,1,1246,0,55.4818,-5247.92,-19.3946,4.21175,300,10,0,120,0,1,0,0,0),(7385,3110,1,1,1,1250,0,247.797,-3785.48,24.2875,3.89109,300,10,0,176,0,1,0,0,0),(7384,3110,1,1,1,1250,0,1029.46,-3909.23,18.2572,5.4916,300,10,0,176,0,1,0,0,0),(7383,3110,1,1,1,1250,0,111.849,-3777.91,20.556,6.2116,300,10,0,176,0,1,0,0,0),(7382,3110,1,1,1,1250,0,916.199,-3850.16,18.8256,6.05629,300,0,0,176,0,0,0,0,0),(7381,3110,1,1,1,1250,0,1024.93,-3891.26,18.1148,4.56706,300,10,0,176,0,1,0,0,0),(7380,3110,1,1,1,1250,0,-173.849,-3827.64,21.4363,2.09648,300,10,0,176,0,1,0,0,0),(7379,3110,1,1,1,1250,0,810.259,-3828.33,18.2792,4.35487,300,10,0,176,0,1,0,0,0),(7378,3110,1,1,1,1250,0,-42.1534,-3747.41,16.613,2.72219,300,10,0,176,0,1,0,0,0),(7377,3110,1,1,1,1250,0,786.578,-3790.09,16.6458,0.316323,300,10,0,176,0,1,0,0,0),(7376,10556,1,1,1,10038,1,-499.022,-4457.01,51.1389,2.32195,200,0,0,86,0,0,0,0,0),(7375,10556,1,1,1,10038,1,-263.542,-4143.64,56.5239,5.45391,200,5,0,86,0,1,0,0,0),(7374,10556,1,1,1,10038,1,-628.478,-4340.7,41.7989,2.2137,200,0,0,86,0,0,0,0,0),(7373,10556,1,1,1,10038,1,-773.458,-4201.37,45.3903,4.90095,200,5,0,86,0,1,0,0,0),(7372,10556,1,1,1,10038,1,-214.149,-4220.71,62.1667,1.82114,200,5,0,86,0,1,0,0,0),(7371,6020,1,1,1,2835,0,-916.678,-4039.06,-47.3603,3.9881,300,5,0,417,0,1,0,0,0),(7370,3127,1,1,1,2732,0,1218.23,-4293.08,21.3825,6.1111,300,10,0,176,0,1,0,0,0),(7369,3127,1,1,1,2732,0,1165.86,-4266.76,21.9886,-2.67167,300,10,0,176,0,1,0,0,0),(7368,10685,1,1,1,10015,0,1274.96,-4218.34,27.0012,1.63188,200,5,0,14,0,1,0,0,0),(7367,3300,1,1,1,1206,0,-125.057,-4808.86,24.6767,3.20729,120,5,0,1,0,1,0,0,0),(7366,5951,1,1,1,1560,0,597.528,-4864.34,24.7242,2.41284,120,5,0,8,0,1,0,0,0),(7365,3300,1,1,1,1986,0,-935.408,-4827.64,14.7627,5.6756,120,10,0,1,0,1,0,0,0),(7364,10685,1,1,1,10015,0,1274.09,-4227.71,26.7512,4.11377,200,5,0,14,0,1,0,0,0),(7363,3300,1,1,1,1986,0,260.763,-4937.98,20.0156,0.236456,120,5,0,1,0,1,0,0,0),(7362,10685,1,1,1,10015,0,749.569,-4261.16,17.5349,0.062147,200,3,0,14,0,1,0,0,0),(7361,5951,1,1,1,1560,0,1364.04,-4907.81,9.0159,4.52284,120,5,0,8,0,1,0,0,0),(7360,5951,1,1,1,1560,0,401.143,-4861.65,17.0926,4.70278,120,10,0,8,0,1,0,0,0),(7359,3122,1,1,1,1960,0,-824.783,-5591.58,4.33208,4.60767,300,0,0,120,0,0,0,0,0),(7358,3122,1,1,1,1960,0,-697.752,-5605.07,26.8175,0.122868,300,5,0,120,0,1,0,0,0),(7357,3122,1,1,1,1960,0,-1144.04,-5339.8,5.29149,1.51135,300,5,0,120,0,1,0,0,0),(7356,3122,1,1,1,1960,0,-1261.3,-5584.93,7.85018,1.11152,300,10,0,120,0,1,0,0,0),(7355,3231,1,1,1,1034,0,-49.238,-3773.76,16.5083,3.29816,300,0,0,222,0,0,0,0,0),(7354,3114,1,1,1,1964,1,387.255,-4175.69,27.1643,2.82014,300,5,0,176,0,1,0,0,0),(7353,3114,1,1,1,1964,1,437.596,-4239.34,25.1242,5.97648,300,0,0,176,0,0,0,0,0),(7352,3114,1,1,1,1964,1,420.398,-4197.62,25.4994,5.33523,300,5,0,176,0,1,0,0,0),(7351,3114,1,1,1,1964,1,435.848,-4211.84,24.6614,2.30432,300,0,0,176,0,0,0,0,0),(7350,3114,1,1,1,1964,1,410.892,-4314.54,25.1954,4.60914,300,5,0,176,0,1,0,0,0),(7349,3114,1,1,1,1964,1,492.111,-4323.12,22.4243,5.85954,300,10,0,176,0,1,0,0,0),(7348,3113,1,1,1,6088,1,431.878,-4251.52,25.5356,0.165809,300,0,0,148,165,0,0,0,0),(7347,3114,1,1,1,1964,1,425.345,-4295.34,29.0014,5.70493,300,5,0,176,0,1,0,0,0),(7345,3114,1,1,1,1964,1,-58.5116,-4029.94,66.5457,4.9383,300,5,0,176,0,1,0,0,0),(7344,3195,1,1,1,4189,1,781.005,-4772.92,36.7114,1.45235,300,5,0,156,0,1,0,0,0),(7343,3199,1,1,1,4194,1,927.625,-4745.27,20.7256,4.04846,300,5,0,178,382,1,0,0,0),(7342,3197,1,1,1,4192,1,1478.44,-4855.39,10.9293,2.87519,300,0,0,166,178,0,0,0,0),(7341,3197,1,1,1,4192,1,1483,-4736.77,-3.46713,4.38322,300,0,0,166,178,0,0,0,0),(7340,3197,1,1,1,4193,1,1425.93,-4704.94,-2.13797,1.81685,300,0,0,166,178,0,0,0,0),(7339,3198,1,1,1,4191,1,1477.1,-4808.38,10.4719,1.62391,300,0,0,178,382,0,0,0,0),(7338,3197,1,1,1,4192,1,1484.82,-4683.48,7.90963,5.35261,300,0,0,166,178,0,0,0,0),(7337,3197,1,1,1,4192,1,1495.84,-4806.1,10.1796,1.95768,300,0,0,166,178,0,0,0,0),(7336,3198,1,1,1,4191,1,1418.35,-4770.97,4.41271,0.934965,300,0,0,178,382,0,0,0,0),(7335,3197,1,1,1,4192,1,1495.63,-4834.51,11.4586,5.77765,300,0,0,166,178,0,0,0,0),(7334,3197,1,1,1,4193,1,1518.22,-4716.15,11.8973,4.03466,300,0,0,166,178,0,0,0,0),(4611,7035,0,1,1,10707,1,-7871.06,-2585.14,122.891,4.95451,500,3,0,3556,0,1,0,0,0),(84744,21795,530,1,1,0,0,-3873.62,2098.7,95.064,2.33731,480,5,0,1,0,1,0,0,0),(7333,3197,1,1,1,4193,1,1463.08,-4871,12.7991,0.034462,300,0,0,166,178,0,0,0,0),(51859,17931,534,1,1,0,1,5129.56,-1838.59,1336.51,5.39622,120,0,0,6761,0,0,0,0,0),(51860,17920,534,1,1,0,1,5020.39,-1896.6,1328.28,3.07026,120,0,0,83832,0,0,0,0,0),(51861,23437,534,1,1,0,1,4206.96,-4174.64,870.099,1.40248,120,0,0,6986,0,0,0,0,0),(7332,3111,1,1,1,1218,1,92.7794,-4557.56,54.6971,4.50553,300,5,0,120,0,1,0,0,0),(135652,16492,532,1,1,19331,0,-11101.6,-1847.47,165.765,0.372603,604800,0,0,7825,3155,0,0,0,0),(135651,16491,532,1,1,19330,0,-11197.4,-1784.21,136.091,4.38078,604800,0,0,9780,0,0,0,0,0),(135650,16491,532,1,1,19330,0,-11201,-1792.76,136.107,2.23402,604800,0,0,9780,0,0,0,0,0),(7331,3112,1,1,1,1252,1,30.8559,-4335.03,71.3453,5.42057,300,3,0,137,0,1,0,0,0),(51871,23381,534,1,1,0,1,4210.19,-4120.24,877.038,1.95005,120,0,0,5715,0,0,0,0,0),(30287,6225,90,1,1,5926,0,-584.71,548.082,-273.078,1.99953,86400,5,0,2715,0,1,0,0,0),(30286,6225,90,1,1,5926,0,-538.906,449.608,-273.08,4.82357,86400,5,0,2715,0,1,0,0,0),(88900,20780,530,1,1,0,0,4036.13,3547.31,121.384,5.81718,25,0,0,6761,0,0,0,0,0),(51877,17920,534,1,1,0,1,5021.76,-1892.73,1327.69,3.30588,120,0,0,83832,0,0,0,0,0),(135649,16491,532,1,1,19330,0,-11194.6,-1793.05,136.107,5.044,604800,0,0,9780,0,0,0,0,0),(7330,3112,1,1,1,1252,1,19.0145,-4251.52,72.9204,5.55443,300,5,0,137,0,1,0,0,0),(7329,3112,1,1,1,1252,1,44.381,-4312.11,65.3864,5.25649,300,5,0,137,0,1,0,0,0),(7328,3111,1,1,1,1218,1,69.3384,-4468.37,45.4963,2.64105,300,3,0,120,0,1,0,0,0),(7327,3111,1,1,1,1218,1,111.28,-4446.82,38.8782,1.45769,300,10,0,120,0,1,0,0,0),(7326,3112,1,1,1,1252,1,34.2625,-4290.57,69.2536,4.9251,300,0,0,137,0,0,0,0,0),(7325,3933,1,1,1,4082,1,-786.558,-4903.8,19.6826,3.61283,300,0,0,300,0,0,0,0,0),(7324,3297,1,1,1,4084,1,-789.483,-4944.22,38.2811,2.03416,300,0,0,1398,0,0,0,0,0),(7323,10369,1,1,1,9768,1,-769.15,-4948.53,22.9324,2.79253,300,0,0,259,0,0,0,0,0),(7322,3187,1,1,1,4087,1,-792.59,-4945.02,22.3297,0.453786,300,0,0,247,0,0,0,0,0),(7321,3185,1,1,1,4085,1,-838.362,-4893.98,23.5962,5.35816,300,0,0,300,0,0,0,0,0),(51901,17920,534,1,1,0,1,5012.74,-1894.19,1326.74,3.0624,120,0,0,83832,0,0,0,0,0),(135648,16491,532,1,1,19330,0,-11235.9,-1750.59,136.064,6.12611,604800,0,0,9780,0,0,0,0,0),(135647,16491,532,1,1,19330,0,-11246.6,-1748.8,136.056,2.75762,604800,0,0,9780,0,0,0,0,0),(135646,16491,532,1,1,19330,0,-11242.2,-1751.61,136.058,2.87979,604800,0,0,9780,0,0,0,0,0),(135645,16491,532,1,1,19330,0,-11236.6,-1839.74,136.024,5.44744,604800,5,0,9780,0,1,0,0,0),(135644,16491,532,1,1,19330,0,-11236.2,-1844.06,136.107,5.07891,604800,0,0,9780,0,0,0,0,0),(135643,16491,532,1,1,19330,0,-11232,-1837.16,136.024,4.70359,604800,5,0,9780,0,1,0,0,0),(135642,16491,532,1,1,19330,0,-11251.9,-1789.15,135.765,1.95477,604800,0,0,9780,0,0,0,0,0),(135641,16491,532,1,1,19330,0,-11254.6,-1801.98,135.769,2.82743,604800,0,0,9780,0,0,0,0,0),(135640,16491,532,1,1,19330,0,-11250.5,-1795.53,135.781,1.13446,604800,0,0,9780,0,0,0,0,0),(135639,16491,532,1,1,19330,0,-11153.8,-1790.6,135.996,6.15246,604800,5,0,9780,0,1,0,0,0),(135638,16491,532,1,1,19330,0,-11153.4,-1802.4,136.107,2.28638,604800,0,0,9780,0,0,0,0,0),(135637,16491,532,1,1,19330,0,-11143.6,-1796.4,136.107,5.63741,604800,0,0,9780,0,0,0,0,0),(135636,16491,532,1,1,19330,0,-11180.4,-1833.8,136.107,0.698132,604800,0,0,9780,0,0,0,0,0),(135635,16491,532,1,1,19330,0,-11181.6,-1842.06,136.107,2.94961,604800,0,0,9780,0,0,0,0,0),(135634,16491,532,1,1,19330,0,-11174,-1843.68,136.107,5.18363,604800,0,0,9780,0,0,0,0,0),(135633,16491,532,1,1,19330,0,-11270,-1834.83,135.796,3.52556,604800,0,0,9780,0,0,0,0,0),(135632,16491,532,1,1,19330,0,-11270.1,-1846.86,135.802,1.16937,604800,0,0,9780,0,0,0,0,0),(135631,16491,532,1,1,19330,0,-11277.1,-1841.19,135.739,3.28122,604800,0,0,9780,0,0,0,0,0),(135630,16491,532,1,1,19330,0,-11203.4,-1729.84,136.107,0.418879,604800,0,0,9780,0,0,0,0,0),(135629,16491,532,1,1,19330,0,-11203.2,-1723.92,136.107,5.42797,604800,0,0,9780,0,0,0,0,0),(135628,16491,532,1,1,19330,0,-11210.4,-1724.93,136.107,3.31613,604800,0,0,9780,0,0,0,0,0),(135627,16491,532,1,1,19330,0,-11280.4,-1727.53,136.112,5.55015,604800,0,0,9780,0,0,0,0,0),(135626,16491,532,1,1,19330,0,-11268.8,-1719.3,136.103,0.069813,604800,0,0,9780,0,0,0,0,0),(135625,16491,532,1,1,19330,0,-11278.6,-1718.21,136.111,0.628319,604800,0,0,9780,0,0,0,0,0),(135624,16491,532,1,1,19330,0,-11216.8,-1772.28,136.071,3.9968,604800,0,0,9780,0,0,0,0,0),(135623,16491,532,1,1,19330,0,-11213.7,-1759.14,136.086,0.261799,604800,0,0,9780,0,0,0,0,0),(135622,16491,532,1,1,19330,0,-11217.5,-1766.16,136.083,2.04204,604800,0,0,9780,0,0,0,0,0),(135621,16489,532,1,1,14254,0,-11193.9,-1745.98,136.107,2.60054,604800,0,0,40214,0,0,0,0,0),(135620,16489,532,1,1,14254,0,-11197.1,-1788.18,136.093,0.366519,604800,0,0,40214,0,0,0,0,0),(135619,16489,532,1,1,14254,0,-11272,-1841.6,135.766,3.82227,604800,0,0,40214,0,0,0,0,0),(135618,16489,532,1,1,14254,0,-11157.9,-1797.88,136.097,0.575959,604800,0,0,40214,0,0,0,0,0),(135617,16489,532,1,1,14254,0,-11284.5,-1725.05,136.115,5.46288,604800,0,0,40214,0,0,0,0,0),(135616,16488,532,1,1,16216,0,-11064.2,-1806.26,165.849,3.9968,604800,5,0,704,51324,1,0,0,0),(135615,16488,532,1,1,16216,0,-11111.1,-1865.82,165.765,5.34647,604800,5,0,704,51324,1,0,0,0),(135614,16488,532,1,1,16216,0,-11067.6,-1833.11,165.765,1.11293,604800,5,0,704,51324,1,0,0,0),(135613,16488,532,1,1,16216,0,-11043.5,-1819.42,165.849,3.07178,604800,5,0,704,51324,1,0,0,0),(30285,6225,90,1,1,5926,0,-605.78,507.486,-273.063,2.93658,86400,0,0,2715,0,0,0,0,0),(30284,6233,90,1,1,6978,0,-547.883,600.839,-230.518,0.279253,86400,2,0,3412,0,1,0,0,0),(30283,7603,90,1,1,6967,0,-549.483,604.408,-230.601,1.01299,86400,2,0,787,0,1,0,0,0),(30282,7603,90,1,1,6967,0,-544.425,597.219,-230.518,0,86400,2,0,787,0,1,0,0,0),(30281,7603,90,1,1,6968,0,-554.885,600.666,-230.601,0.612689,86400,2,0,787,0,1,0,0,0),(30280,7603,90,1,1,6967,0,-552.396,597.662,-230.601,5.71414,86400,2,0,787,0,1,0,0,0),(135612,16492,532,1,1,0,0,-11138.6,-1874.25,165.765,6.03787,604800,0,0,704,51324,0,0,0,0),(30279,6230,90,1,1,8369,0,-587.104,508.355,-273.063,5.89842,86400,5,0,2400,0,1,0,0,0),(30278,6230,90,1,1,8369,0,-531.531,481.758,-273.068,0.901391,86400,5,0,2400,0,1,0,0,0),(30277,6329,90,1,1,976,0,-556.832,96.8535,-201.481,2.21657,86400,2,0,1830,655,1,0,0,0),(30276,6211,90,1,1,10285,1,-591.135,25.0292,-179.599,1.06465,86400,3,0,2400,0,1,0,0,0),(30275,6211,90,1,1,10285,1,-536.721,40.5053,-199.526,3.92699,86400,2,0,2400,0,1,0,0,0),(30274,6206,90,1,1,830,1,-571.131,114.998,-201.73,1.74533,86400,5,0,2272,0,1,0,0,0),(30273,6211,90,1,1,10285,1,-542.011,44.5614,-200.109,0.174533,86400,2,0,2400,0,1,0,0,0),(30272,6211,90,1,1,10285,1,-612.973,143.538,-199.573,0.820305,86400,5,0,2400,0,1,0,0,0),(30271,6211,90,1,1,10285,1,-534.307,121.363,-204.515,1.83548,86400,2,0,2400,0,1,0,0,0),(30270,6211,90,1,1,10285,1,-569.119,119.554,-201.877,4.15388,86400,5,0,2400,0,1,0,0,0),(30269,6206,90,1,1,830,1,-632.206,125.874,-183.795,0.436332,86400,3,0,2272,0,1,0,0,0),(135611,16488,532,1,1,16216,0,-11102.2,-1848.3,165.765,4.92459,604800,5,0,704,51324,1,0,0,0),(135610,16485,532,1,1,16838,0,-11220.3,-1852.31,152.138,5.72468,604800,0,0,61992,0,0,0,0,0),(15331,2368,0,1,1,4763,1,-1253.13,-886.391,-3.63164,3.91644,300,10,0,896,0,1,0,0,0),(15330,2356,0,1,1,3201,0,-287.524,124.381,72.8622,1.65296,300,10,0,944,0,1,0,0,0),(15329,2378,0,1,1,3660,1,-858.971,-489.688,13.3579,3.9968,300,0,0,1279,0,0,0,0,0),(15328,2263,0,1,1,1861,1,-852.928,-516.48,12.185,4.67748,300,0,0,1902,0,0,0,0,0),(15327,2386,0,1,1,3705,1,-869.167,-513.7,11.7194,4.76475,300,0,0,2310,0,0,0,0,0),(15326,2352,0,1,1,3688,1,-857.096,-570.751,11.0649,1.55334,300,0,0,1003,0,0,0,0,0),(15324,2432,0,1,1,4349,1,-715.146,-512.134,26.6793,4.74729,600,0,0,10572,0,0,0,0,0),(15325,2711,0,1,1,3666,1,-859.667,-544.376,9.9764,1.15192,300,0,0,1469,0,0,0,0,0),(15322,2276,0,1,1,3665,1,-860.984,-473.702,13.3554,3.52556,600,0,0,48840,24340,0,0,0,0),(15323,2386,0,1,1,3708,1,-670.167,-432.392,66.7262,1.02825,300,0,0,2310,0,0,0,0,0),(15320,2365,0,1,1,3690,1,-820.298,-493.174,16.5359,4.27606,300,0,0,1678,0,0,0,0,0),(15321,2367,0,1,1,3693,1,-902.066,-558.307,6.96295,2.68781,300,0,0,1107,0,0,0,0,0),(7320,3297,1,1,1,4083,1,-780.758,-4890.76,19.6926,1.53589,300,0,0,1398,0,0,0,0,0),(7319,3297,1,1,1,4083,1,-832.469,-4936.41,21.019,1.29154,300,0,0,1398,0,0,0,0,0),(7318,3297,1,1,1,4084,1,-751.532,-4937.42,22.0626,1.39087,300,0,0,1398,0,0,0,0,0),(7317,3121,1,1,1,598,0,-1020.3,-5413.44,3.54369,4.88095,300,5,0,137,0,1,0,0,0),(7316,3121,1,1,1,598,0,-1383.46,-5082.28,1.35365,5.26371,300,5,0,137,0,1,0,0,0),(7315,3121,1,1,1,598,0,-1621.3,-5345.82,7.22336,2.71226,300,5,0,137,0,1,0,0,0),(7314,3121,1,1,1,598,0,-684.319,-5516.27,5.70708,2.20272,300,10,0,137,0,1,0,0,0),(7302,3121,1,1,1,598,0,-757.669,-5651.24,15.7503,3.02203,300,10,0,137,0,1,0,0,0),(7301,3121,1,1,1,598,0,-780.59,-5680.04,7.83769,0.833484,300,5,0,137,0,1,0,0,0),(7300,3121,1,1,1,598,0,-1312.22,-5379.77,1.86377,1.67066,300,5,0,137,0,1,0,0,0),(7299,3121,1,1,1,598,0,-1047.05,-5383.41,8.13052,1.60108,300,5,0,137,0,1,0,0,0),(7298,5953,1,1,1,9799,1,382.72,-4582.98,76.1647,2.16421,300,0,0,1706,0,0,0,0,0),(42939,17815,560,3,1,17947,1,2069.56,533.01,100.531,5.98592,86400,0,0,17151,0,0,0,0,0),(135609,16485,532,1,1,16838,0,-11209.5,-1845.21,152.138,5.18363,604800,0,0,61992,0,0,0,0,0),(135608,16485,532,1,1,16838,0,-11001.5,-1902.51,161.433,3.90954,604800,0,0,61992,0,0,0,0,0),(135607,16485,532,1,1,16838,0,-11040.1,-1898.43,161.433,5.39307,604800,0,0,61992,0,0,0,0,0),(135606,16482,532,1,1,14365,0,-11063.4,-1947.76,124.578,1.14371,604800,5,0,41300,33090,1,0,0,0),(135605,16482,532,1,1,14365,0,-11044.9,-1973.42,143.162,4.18879,604800,0,0,41300,33090,0,0,0,0),(135604,16482,532,1,1,14365,0,-11038.1,-1948.53,113.325,1.8208,604800,5,0,41300,33090,1,0,0,0),(52048,12129,249,3,1,0,1,-117.299,-214.046,-72.4988,4.06886,6300,0,0,213640,0,2,0,0,0),(52047,12129,249,3,1,0,1,-90.718,-106.234,-38.1972,0.603836,6300,5,0,213640,0,1,0,0,0),(248433,13022,429,1,1,0,0,115.228,-195.967,-55.6115,3.54147,86400,2,0,1900,0,1,0,0,0),(47572,10184,249,3,1,0,0,-10.6155,-219.357,-87.7344,3.03578,604800,0,0,1165850,0,0,0,0,0),(7297,5953,1,1,1,9799,1,394.053,-4599.19,76.1657,5.44543,300,0,0,1706,0,0,0,0,0),(522,680,0,1,1,11569,1,-12353.4,-1153.67,1.81628,1.71042,1800,0,0,2125,0,0,0,0,0),(52056,17945,534,1,1,0,1,5215.05,-3375.56,1642.57,0.270668,120,0,0,41916,0,0,0,0,0),(52057,17945,534,1,1,0,1,5222.52,-3394.19,1641.81,0.647659,120,0,0,41916,0,0,0,0,0),(52058,17945,534,1,1,0,1,5217.57,-3393.47,1641.4,0.380623,120,0,0,41916,0,0,0,0,0),(30268,6329,90,1,1,976,0,-601.919,197.694,-171.666,4.60767,86400,2,0,1830,655,1,0,0,0),(52060,17945,534,1,1,0,1,5218.9,-3389.01,1642.49,0.219617,120,0,0,41916,0,0,0,0,0),(7296,5953,1,1,1,9798,1,400.766,-4741.05,10.6397,2.18166,300,0,0,1706,0,0,0,0,0),(135603,16482,532,1,1,14365,0,-11010.4,-1964.47,110.108,0.797895,604800,5,0,41300,33090,1,0,0,0),(135602,16482,532,1,1,14365,0,-11061.9,-2032.95,115.235,4.92807,604800,5,0,41300,33090,1,0,0,0),(52066,17945,534,1,1,0,1,5216.2,-3382.04,1642.38,0.231398,120,0,0,41916,0,0,0,0,0),(52067,17945,534,1,1,0,1,5215.26,-3387.42,1641.96,0.302083,120,0,0,41916,0,0,0,0,0),(52068,17945,534,1,1,0,1,5212.5,-3370.39,1643.02,0.247106,120,0,0,41916,0,0,0,0,0),(52069,17945,534,1,1,0,1,5213.56,-3366.23,1643.88,6.24362,120,0,0,41916,0,0,0,0,0),(52070,3795,534,1,1,0,0,5214.91,-3390.72,1641.51,0.47408,120,0,0,33534,18930,0,0,0,0),(52071,3795,534,1,1,0,0,5210.22,-3373.52,1642.28,0.218825,120,0,0,33534,18930,0,0,0,0),(52072,3795,534,1,1,0,0,5209.61,-3367.9,1643.25,6.26246,120,0,0,33534,18930,0,0,0,0),(52073,17944,534,1,1,0,1,5199.1,-3354.79,1642.78,5.44565,120,0,0,33534,18930,0,0,0,0),(52074,3794,534,1,1,0,1,5196.93,-3357.22,1642.4,5.49592,120,0,0,33534,18930,0,0,0,0),(52075,3794,534,1,1,0,1,5194.23,-3359.91,1642.25,5.49592,120,0,0,33534,18930,0,0,0,0),(52076,17944,534,1,1,0,1,5188.06,-3361.41,1642.3,5.98208,120,0,0,33534,18930,0,0,0,0),(52077,18485,534,1,1,0,0,5165.41,-3345.67,1641.28,5.76217,120,0,0,41916,0,0,0,0,0),(52078,17943,534,1,1,0,1,5169.74,-3361.99,1639.73,6.07476,120,0,0,41916,0,0,0,0,0),(52079,17943,534,1,1,0,1,5169.66,-3367.56,1639.51,6.17843,120,0,0,41916,0,0,0,0,0),(52080,17948,534,1,1,0,0,5183.02,-3382.98,1638.14,6.03443,7200,0,0,2274000,0,0,0,0,0),(52081,17943,534,1,1,0,1,5183.73,-3380.16,1638.63,6.03443,120,0,0,41916,0,0,0,0,0),(52082,3794,534,1,1,0,1,5184.17,-3377.67,1639.05,5.89231,120,0,0,33534,18930,0,0,0,0),(7295,6027,1,1,1,4728,1,345.426,-4855.27,10.4265,1.29154,300,0,0,330,938,0,0,0,0),(7294,5953,1,1,1,9800,1,295.851,-4645.38,16.5149,3.3721,300,0,0,1706,0,0,0,0,0),(7293,3171,1,1,1,3744,1,275.341,-4704,11.7122,4.62512,300,0,0,356,0,0,0,0,0),(7292,5953,1,1,1,9801,1,265.272,-4639.39,11.8796,2.37365,300,0,0,1706,0,0,0,0,0),(7291,3169,1,1,1,3743,1,311.352,-4827.79,9.66294,1.62316,300,0,0,2059,0,0,0,0,0),(7290,5953,1,1,1,9800,1,310.868,-4768.06,9.64285,1.85005,300,0,0,1706,0,0,0,0,0),(7289,3167,1,1,1,3742,1,358.128,-4706.73,14.4772,4.50295,300,0,0,356,0,0,0,0,0),(7288,5952,1,1,1,9796,1,-597.633,-4604.42,41.2763,4.50295,300,0,0,11828,0,0,0,0,0),(7287,5952,1,1,1,9796,1,-606.797,-4193.87,41.1824,4.69494,300,0,0,11828,0,0,0,0,0),(7286,5952,1,1,1,9794,1,-582.795,-4550.96,42.7249,1.74533,300,0,0,11828,0,0,0,0,0),(7285,3161,1,1,1,1885,1,-582.434,-4102.68,42.7049,4.01426,300,0,0,198,0,0,0,0,0),(7284,3155,1,1,1,1886,1,-588.703,-4144.94,41.1033,3.63029,300,0,0,156,0,0,0,0,0),(52098,17943,534,1,1,0,1,5182,-3385.53,1637.67,5.90487,120,0,0,41916,0,0,0,0,0),(7283,5952,1,1,1,9797,1,-618.247,-4222.78,38.1343,0.277248,300,0,0,11828,0,2,0,0,0),(7282,3158,1,1,1,1879,1,-565.428,-4214.2,41.6737,5.18363,300,0,0,198,0,0,0,0,0),(40046,4540,189,1,1,2604,0,263.371,-302.978,20.1611,6.10865,86400,0,0,3489,0,0,0,0,0),(7281,3157,1,1,1,1878,1,-623.939,-4203.88,38.4285,5.48033,300,0,0,198,0,0,0,0,0),(7280,5952,1,1,1,9794,1,-582.478,-4262.37,37.9499,4.31222,300,0,0,11828,0,2,0,0,0),(7279,5952,1,1,1,9795,1,-603.613,-4218.63,38.655,1.58411,300,0,0,11828,0,2,0,0,0),(7278,3118,1,1,1,6815,0,1100.94,-4713.27,32.2506,2.66671,300,0,0,186,191,0,0,0,0),(7277,3115,1,1,1,3012,0,890.98,-4636.45,17.1632,1.93447,300,5,0,137,0,1,0,0,0),(40044,4540,189,1,1,2603,0,1166.93,1340.42,31.6328,6.26573,86400,0,0,3489,0,0,0,0,0),(40045,4540,189,1,1,2604,0,243.046,-303.767,20.1611,2.23402,86400,0,0,3489,0,0,0,0,0),(40043,4540,189,1,1,2603,0,1165.83,1456.84,31.6319,0.10472,86400,0,0,3489,0,0,0,0,0),(40041,4540,189,1,1,2604,0,1165.88,1437.27,31.6319,0.279253,86400,0,0,3489,0,0,0,0,0),(40040,4540,189,1,1,2603,0,1165.94,1439.46,31.6319,5.8294,86400,0,0,3489,0,0,0,0,0),(40035,4301,189,1,1,2499,1,1140.97,1336.32,30.3851,1.5708,86400,0,0,4185,0,0,0,0,0),(40036,4301,189,1,1,2500,1,1141.36,1462.66,30.3821,4.69494,86400,0,0,4185,0,0,0,0,0),(40033,4300,189,1,1,2526,1,1136.41,1451.23,30.3863,3.59538,86400,0,0,3514,5950,0,0,0,0),(39847,5717,109,1,1,0,1,-406.189,131.068,-66.9138,3.68072,86400,0,0,10260,4375,0,0,0,0),(39846,5715,109,1,1,0,1,-405.506,60.4569,-67.0678,2.57409,86400,0,0,7485,6422,0,0,0,0),(39845,5714,109,1,1,0,1,-466.655,24.4261,-66.7908,1.5515,86400,0,0,6414,0,0,0,0,0),(39844,5713,109,1,1,0,1,-527.969,59.4516,-66.7188,0.397759,86400,0,0,6414,0,0,0,0,0),(39843,5712,109,1,1,0,1,-528.646,130.163,-66.7533,5.66229,86400,0,0,8550,2625,0,0,0,0),(39842,5709,109,1,1,0,0,-658.379,-35.7623,-90.8352,1.57592,86400,0,0,28795,0,0,0,0,0),(39841,5263,109,1,1,0,0,-466.663,-97.4965,-90.8275,0.122803,86400,0,0,2399,0,0,0,0,0),(39840,5263,109,1,1,0,0,-447.073,-52.2468,-90.8275,5.03312,86400,0,0,2399,0,0,0,0,0),(39839,5263,109,1,1,0,0,-467.583,-76.3734,-90.8275,0.146237,86400,0,0,2399,0,0,0,0,0),(39838,5263,109,1,1,0,0,-482.958,-116.101,-90.8275,2.75782,86400,0,0,2399,0,0,0,0,0),(39837,5271,109,1,1,0,1,-444.604,-116.482,-90.8275,2.26697,86400,0,0,4950,1695,0,0,0,0),(39836,5271,109,1,1,0,1,-457.244,-97.7436,-90.8275,6.16061,86400,0,0,4950,1695,0,0,0,0),(39835,5271,109,1,1,0,1,-457.172,-90.0466,-90.8275,0.131107,86400,0,0,4950,1695,0,0,0,0),(39834,5271,109,1,1,0,1,-477.84,-97.6526,-90.8275,0.113043,86400,0,0,4950,1695,0,0,0,0),(39833,5263,109,1,1,0,0,-477.877,-93.8933,-90.8275,0.220976,86400,0,0,2399,0,0,0,0,0),(39832,5271,109,1,1,0,1,-449.994,-79.4681,-90.8274,0.0975781,86400,0,0,4950,1695,0,0,0,0),(39831,5271,109,1,1,0,1,-450.099,-74.562,-90.8274,0.0975781,86400,0,0,4950,1695,0,0,0,0),(39830,5271,109,1,1,0,1,-491.812,-61.1224,-90.8281,1.33301,86400,0,0,4950,1695,0,0,0,0),(39829,5271,109,1,1,0,1,-487.119,-54.2088,-90.8281,3.87692,86400,0,0,4950,1695,0,0,0,0),(39828,5263,109,1,1,0,0,-492.77,-54.5658,-90.8275,5.42032,86400,0,0,2399,0,0,0,0,0),(39827,5711,109,1,1,0,1,-425.694,-93.5241,-88.224,2.51817,86400,0,0,5130,3500,0,0,0,0),(39826,5277,109,1,1,0,1,-511.852,125.178,-91.3058,4.54586,86400,0,0,6414,0,0,0,0,0),(39825,5283,109,1,1,0,1,-516.074,124.92,-91.2108,4.82409,86400,0,0,6183,0,0,0,0,0),(39824,8319,109,1,1,0,0,-431.067,78.404,-91.0223,2.7465,86400,0,0,2576,0,0,0,0,0),(39823,8319,109,1,1,0,0,-438.66,69.3605,-91.1803,1.80403,86400,0,0,2576,0,0,0,0,0),(39812,5283,109,1,1,0,1,-433.442,73.5839,-90.9951,2.69153,86400,0,0,6183,0,0,0,0,0),(39811,8319,109,1,1,0,0,-435.116,117.833,-91.0713,1.7412,86400,0,0,2576,0,0,0,0,0),(39810,8319,109,1,1,0,0,-423.83,121.451,-91.4011,3.00176,86400,0,0,2576,0,0,0,0,0),(39809,5283,109,1,1,0,1,-431.411,163.683,-90.8687,4.19556,86400,0,0,6183,0,0,0,0,0),(39808,5277,109,1,1,0,1,-433.421,127.433,-90.9162,4.91028,86400,0,0,6414,0,0,0,0,0),(39807,8319,109,1,1,0,0,-472.985,134.801,-91.024,5.11055,86400,0,0,2576,0,0,0,0,0),(39806,8319,109,1,1,0,0,-480.66,129.907,-91.2338,6.23525,86400,0,0,2576,0,0,0,0,0),(39805,8319,109,1,1,0,0,-481.148,123.774,-91.8459,2.99626,86400,0,0,2576,0,0,0,0,0),(39804,8319,109,1,1,0,0,-472.142,123.972,-92.615,3.37247,86400,0,0,2576,0,0,0,0,0),(39803,5283,109,1,1,0,1,-474.494,130.007,-91.3932,3.5884,86400,0,0,6183,0,0,0,0,0),(39802,5277,109,1,1,0,1,-498.945,37.5312,-90.9851,0.39055,86400,0,0,6414,0,0,0,0,0),(39801,8319,109,1,1,0,0,-496.09,75.8476,-91.3849,1.91344,86400,0,0,2576,0,0,0,0,0),(39800,8319,109,1,1,0,0,-504.561,76.132,-90.8308,4.03873,86400,0,0,2576,0,0,0,0,0),(39799,8319,109,1,1,0,0,-506.202,65.4164,-91.4387,4.70553,86400,0,0,2576,0,0,0,0,0),(39798,8319,109,1,1,0,0,-420.157,33.1005,-90.8658,2.14327,86400,0,0,2576,0,0,0,0,0),(39797,8319,109,1,1,0,0,-436.735,21.87,-90.8716,2.18097,86400,0,0,2576,0,0,0,0,0),(39796,5283,109,1,1,0,1,-431.212,8.95485,-90.8681,1.28512,86400,0,0,6183,0,0,0,0,0),(39795,5277,109,1,1,0,1,-420.452,15.5113,-90.8588,2.17262,86400,0,0,6414,0,0,0,0,0),(39794,8318,109,1,1,0,0,-374.295,77.534,-53.9455,1.46891,86400,0,0,2399,0,0,0,0,0),(39793,8318,109,1,1,0,0,-367.877,78.0381,-53.9455,1.95193,86400,0,0,2399,0,0,0,0,0),(39792,5259,109,1,1,0,1,-371.111,73.6491,-53.9455,1.95193,86400,0,0,4776,1640,0,0,0,0),(39791,8318,109,1,1,0,0,-385.074,49.8669,-53.9455,4.25551,86400,0,0,2399,0,0,0,0,0),(39790,8318,109,1,1,0,0,-380.064,43.3977,-53.9455,4.25551,86400,0,0,2399,0,0,0,0,0),(39789,5270,109,1,1,0,1,-380.9,48.948,-53.9455,4.39688,86400,0,0,6183,0,0,0,0,0),(39788,8318,109,1,1,0,0,-359.015,-3.4845,-69.3923,1.82862,86400,0,0,2399,0,0,0,0,0),(39787,5270,109,1,1,0,1,-359.358,6.96094,-69.3923,1.15946,86400,0,0,6183,0,0,0,0,0),(39786,5270,109,1,1,0,1,-475.277,0.586998,-53.9463,0.0261377,86400,0,0,6183,0,0,0,0,0),(39785,8318,109,1,1,0,0,-481.459,-4.11243,-53.9463,0.0402737,86400,0,0,2399,0,0,0,0,0),(39784,5259,109,1,3,0,1,-480.808,4.69983,-53.9463,1.29494,86400,0,0,4776,1640,0,0,0,0),(39783,5256,109,1,1,0,0,-522.858,9.78118,-53.9463,1.44928,86400,0,0,6183,0,0,0,0,0),(39782,5270,109,1,1,0,1,-521.466,22.2492,-53.9463,4.55947,86400,0,0,6183,0,0,0,0,0),(39781,8318,109,1,1,0,0,-603.445,51.9793,-69.3528,5.53965,86400,0,0,2399,0,0,0,0,0),(39780,8318,109,1,1,0,0,-596.048,45.1776,-69.3528,5.53965,86400,0,0,2399,0,0,0,0,0),(39779,5259,109,1,1,0,1,-602.902,55.1722,-69.3528,5.53965,86400,0,0,4776,1640,0,0,0,0),(39778,5256,109,1,1,0,0,-555.874,82.1068,-53.9465,3.32405,86400,0,0,6183,0,0,0,0,0),(39777,8318,109,1,1,0,0,-557.234,133.695,-53.9465,0.81234,86400,0,0,2399,0,0,0,0,0),(39776,8318,109,1,1,0,0,-552.025,135.648,-53.9465,0.792705,86400,0,0,2399,0,0,0,0,0),(39775,8318,109,1,1,0,0,-559.446,136.579,-53.9465,0.682749,86400,0,0,2399,0,0,0,0,0),(39774,5259,109,1,3,0,1,-560.12,131.074,-53.9463,2.905,86400,0,0,4776,1640,0,0,0,0),(39773,5259,109,1,3,0,1,-556.768,142.324,-53.9462,2.70865,86400,0,0,4776,1640,0,0,0,0),(39772,5256,109,1,1,0,0,-550.794,130.856,-53.9465,1.49243,86400,0,0,6183,0,0,0,0,0),(39771,5267,109,1,1,0,1,-578.509,184.885,-69.4013,4.43217,86400,0,0,5970,0,0,0,0,0),(39770,8318,109,1,1,0,0,-574.913,189.46,-69.4013,4.64187,86400,0,0,2399,0,0,0,0,0),(39769,8318,109,1,1,0,0,-578.834,193.659,-69.4013,4.69292,86400,0,0,2399,0,0,0,0,0),(39768,5259,109,1,1,0,1,-570.254,190.228,-69.4013,4.66544,86400,0,0,4776,1640,0,0,0,0),(39767,5267,109,1,1,0,1,-524.792,175.692,-54.0949,3.12527,86400,0,0,5970,0,0,0,0,0),(39766,8318,109,1,1,0,0,-526.877,167.686,-54.0949,2.548,86400,0,0,2399,0,0,0,0,0),(39765,8318,109,1,1,0,0,-521.721,176.216,-54.0949,3.62871,86400,0,0,2399,0,0,0,0,0),(39764,5259,109,1,1,0,1,-523.055,172.089,-54.0949,3.22816,86400,0,0,4776,1640,0,0,0,0),(39763,8318,109,1,1,0,0,-483.168,189.219,-53.9463,3.25722,86400,0,0,2399,0,0,0,0,0),(39762,8318,109,1,1,0,0,-478.726,188.278,-53.9463,3.33497,86400,0,0,2399,0,0,0,0,0),(39761,5259,109,1,3,0,1,-475.056,187.415,-53.9463,4.96275,86400,0,0,4776,1640,0,0,0,0),(39760,5256,109,1,1,0,0,-481.784,193.587,-53.9463,5.30475,86400,0,0,6183,0,0,0,0,0),(39759,5256,109,1,1,0,0,-483.288,183.85,-53.9463,1.3809,86400,0,0,6183,0,0,0,0,0),(39758,8318,109,1,1,0,0,-394.102,156.187,-53.9463,5.62754,86400,0,0,2399,0,0,0,0,0),(39757,8318,109,1,1,0,0,-388.048,158.154,-53.9463,5.62754,86400,0,0,2399,0,0,0,0,0),(39756,5259,109,1,1,0,1,-393.419,159.956,-53.9463,5.27019,86400,0,0,4776,1640,0,0,0,0),(39755,5259,109,1,3,0,1,-394.878,151.322,-53.9453,3.92995,86400,0,0,4776,1640,0,0,0,0),(39754,5256,109,1,1,0,0,-374.577,108.976,-53.9463,0.332726,86400,0,0,6183,0,0,0,0,0),(7276,3118,1,1,1,6815,0,995.057,-4678.42,46.6831,4.40175,300,0,0,186,191,0,0,0,0),(7275,3117,1,1,1,2166,0,951.958,-4754.93,23.7635,4.42527,300,5,0,176,0,1,0,0,0),(39753,8318,109,1,1,0,0,-338.75,143.612,-69.4879,2.08416,86400,0,0,2399,0,0,0,0,0),(39752,5259,109,1,1,0,1,-345.302,145.317,-69.4879,0.606829,86400,0,0,4776,1640,0,0,0,0),(39751,5259,109,1,1,0,1,-329.324,141.748,-69.4879,2.60411,86400,0,0,4776,1640,0,0,0,0),(7274,3130,1,1,1,2179,0,818.703,-4088.31,-12.9096,3.02428,300,5,0,176,0,1,0,0,0),(4610,7035,0,1,1,10707,1,-7878.13,-2697.44,170.662,2.29243,500,2,0,3556,0,1,0,0,0),(4609,7037,0,1,1,8170,1,-7850.21,-2056.63,136.276,0.131564,500,5,0,3189,0,1,0,0,0),(4608,7037,0,1,1,8170,1,-7752.72,-2061.73,133.564,3.05143,500,5,0,3189,0,1,0,0,0),(4607,7039,0,1,1,10806,0,-7845.96,-2155.29,133.538,3.97111,500,5,0,3189,0,1,0,0,0),(4606,7038,0,1,1,6668,1,-7733.05,-1929.16,134.29,6.10648,500,0,0,3293,0,0,0,0,0),(39750,5271,109,1,1,0,1,-466.791,-92.1131,-90.8274,6.26874,86400,0,0,4950,1695,0,0,0,0),(4605,7039,0,1,1,10806,0,-7870.81,-2047.42,132.04,0.844803,500,5,0,3189,0,1,0,0,0),(4604,7037,0,1,1,8170,1,-7814.53,-1847.89,133.627,0.020379,500,5,0,3189,0,1,0,0,0),(4603,8887,0,1,1,8175,0,-7442.29,-2257.15,347.476,5.51524,500,0,0,2769,0,0,0,0,0),(4602,14529,0,1,1,14586,0,-8316.99,-1006.56,177.672,5.88163,900,0,0,24416,0,0,0,0,0),(7273,3122,1,1,1,1960,0,879.705,-5041.08,4.46972,4.81922,300,10,0,120,0,1,0,0,0),(7272,3122,1,1,1,1960,0,208.815,-4300.84,43.8047,0.226506,300,10,0,120,0,1,0,0,0),(7271,3122,1,1,1,1960,0,803.126,-5009.11,10.4341,2.40457,300,10,0,120,0,1,0,0,0),(7270,3122,1,1,1,1960,0,733.031,-4886.37,28.3956,1.7138,300,10,0,120,0,1,0,0,0),(7269,3122,1,1,1,1960,0,561.871,-4629.33,38.2371,0.85002,300,5,0,120,0,1,0,0,0),(7268,3122,1,1,1,1960,0,168.14,-4252.11,49.4872,5.95093,300,10,0,120,0,1,0,0,0),(7267,3122,1,1,1,1960,0,508.203,-4548.33,50.2061,3.77078,300,5,0,120,0,1,0,0,0),(7266,3122,1,1,1,1960,0,167.115,-4103.98,49.6889,1.38631,300,5,0,120,0,1,0,0,0),(7265,3122,1,1,1,1960,0,149.9,-4035.82,48.9886,4.4114,300,10,0,120,0,1,0,0,0),(7264,3122,1,1,1,1960,0,946.397,-4977.17,9.32296,1.99556,300,10,0,120,0,1,0,0,0),(7263,3129,1,1,1,1860,1,-312.696,-5145.91,21.4262,0.515886,300,10,0,120,0,1,0,0,0),(7262,3128,1,1,1,3734,1,-51.3995,-4961.7,21.4127,5.99301,200,0,0,102,0,0,0,0,0),(7261,3128,1,1,1,3735,1,-64.1312,-4982.18,19.6142,4.30752,200,0,0,102,0,0,0,0,0),(7260,3107,1,1,1,1938,0,-1391.8,-5504.85,-12.3106,4.35293,300,5,0,137,0,1,0,0,0),(7259,3107,1,1,1,1938,0,-1511.35,-5376.41,2.6803,1.14385,300,10,0,137,0,1,0,0,0),(7258,3107,1,1,1,1938,0,-710.822,-5723.1,-1.67147,5.72244,300,5,0,137,0,1,0,0,0),(7257,3107,1,1,1,1938,0,917.165,-5132.88,-4.89163,4.7323,300,5,0,137,0,1,0,0,0),(7256,3107,1,1,1,1938,0,-969.116,-5648.95,-5.54658,0.309366,300,5,0,137,0,1,0,0,0),(6969,3107,1,1,1,1938,0,-868.156,-5688.42,-2.09878,6.01674,300,5,0,137,0,1,0,0,0),(6689,3107,1,1,1,1938,0,1005.01,-5144.69,-3.25583,2.83187,300,5,0,137,0,1,0,0,0),(6688,3107,1,1,1,1938,0,-961.545,-5556.51,-2.59561,3.71558,300,5,0,137,0,1,0,0,0),(6687,3107,1,1,1,1938,0,-1538.25,-5234.88,4.21149,5.12625,300,5,0,137,0,1,0,0,0),(6686,3123,1,1,1,1959,0,1434.07,-4717.99,32.3669,5.42313,300,5,0,156,0,1,0,0,0),(6685,3123,1,1,1,1959,0,1279.63,-4973.57,3.43435,2.1236,300,5,0,156,0,1,0,0,0),(6684,3123,1,1,1,1959,0,1394.49,-4820.22,23.915,1.9593,300,5,0,156,0,1,0,0,0),(6683,3123,1,1,1,1959,0,141.591,-3923.81,45.7105,0.229185,300,10,0,156,0,1,0,0,0),(6682,3123,1,1,1,1959,0,534.862,-3944.88,19.4005,5.3548,300,10,0,156,0,1,0,0,0),(6681,3123,1,1,1,1959,0,1136.23,-4035.16,14.2331,-2.20479,300,10,0,156,0,1,0,0,0),(6680,3123,1,1,1,1959,0,1174.51,-4841.17,19.0334,3.26186,300,5,0,156,0,1,0,0,0),(6679,3123,1,1,1,1959,0,1241.82,-4100.96,24.477,-0.181695,300,10,0,156,0,1,0,0,0),(6678,3123,1,1,1,1959,0,-127.479,-3929.17,51.2787,3.14159,300,10,0,156,0,1,0,0,0),(6677,3123,1,1,1,1959,0,665.598,-3946.56,13.8067,3.05943,300,5,0,156,0,1,0,0,0),(6676,3127,1,1,1,2732,0,49.6605,-3968.14,46.4412,0.604804,300,10,0,176,0,1,0,0,0),(6675,3127,1,1,1,2732,0,-155.267,-3907.38,45.5747,0.019529,300,10,0,176,0,1,0,0,0),(6674,3127,1,1,1,2732,0,1390.54,-4783.11,26.4654,2.58854,300,5,0,176,0,1,0,0,0),(6673,3127,1,1,1,2732,0,1086.31,-4336.55,24.309,0.991801,300,5,0,176,0,1,0,0,0),(6672,3127,1,1,1,2732,0,1013.18,-4013.28,26.567,3.51956,300,5,0,176,0,1,0,0,0),(6671,3127,1,1,1,2732,0,716.864,-3924.58,14.8461,5.9602,300,5,0,176,0,1,0,0,0),(6670,3127,1,1,1,2732,0,1081.5,-4183.44,20.8084,4.91272,300,10,0,176,0,1,0,0,0),(6669,3127,1,1,1,2732,0,23.2439,-3947.88,47.391,1.13948,300,10,0,176,0,1,0,0,0),(6668,3127,1,1,1,2732,0,1209.35,-4184.02,24.3287,3.0084,300,10,0,176,0,1,0,0,0),(6667,3127,1,1,1,2732,0,149.93,-3850,34.6387,6.25099,300,10,0,176,0,1,0,0,0),(6666,3126,1,1,1,2487,0,1055.27,-4948.55,14.6178,4.27707,300,10,0,137,0,1,0,0,0),(6665,3126,1,1,1,2487,0,169.66,-3968.09,46.1483,0.512622,300,10,0,137,0,1,0,0,0),(6664,3126,1,1,1,2487,0,371.599,-3984.99,32.4619,5.51988,300,10,0,137,0,1,0,0,0),(6663,3126,1,1,1,2487,0,995.23,-4867.07,55.7516,0.807494,300,5,0,137,0,1,0,0,0),(6662,3126,1,1,1,2487,0,555.863,-4439.33,30.2038,2.36448,300,5,0,137,0,1,0,0,0),(6661,3126,1,1,1,2487,0,1126.08,-4756.21,53.4932,3.71256,300,5,0,137,0,1,0,0,0),(6660,3126,1,1,1,2487,0,102.895,-4134.6,54.6121,5.55865,300,5,0,137,0,1,0,0,0),(6659,3126,1,1,1,2487,0,549.336,-4022.86,17.8119,4.6831,300,5,0,137,0,1,0,0,0),(6658,3126,1,1,1,2487,0,595.226,-4209.57,14.1492,0.611846,300,10,0,137,0,1,0,0,0),(6657,3126,1,1,1,2487,0,1004.63,-4928.55,14.4181,2.16584,300,10,0,137,0,1,0,0,0),(6656,3100,1,1,1,193,0,953.472,-3874.6,18.5725,1.20203,300,10,0,156,0,1,0,0,0),(6655,3100,1,1,1,193,0,1240.33,-4894.29,11.7185,0.376152,300,10,0,156,0,1,0,0,0),(6654,3100,1,1,1,193,0,107.606,-3911.93,45.3509,2.63507,300,10,0,156,0,1,0,0,0),(6653,3100,1,1,1,193,0,855.287,-4322.91,21.0991,4.97267,300,5,0,156,0,1,0,0,0),(6652,3100,1,1,1,193,0,878.71,-3929.26,22.0116,3.76048,300,5,0,156,0,1,0,0,0),(6651,3100,1,1,1,193,0,1181.82,-4978.9,11.5814,1.7703,300,5,0,156,0,1,0,0,0),(6650,3100,1,1,1,193,0,882.518,-4285.03,26.7538,2.87832,300,5,0,156,0,1,0,0,0),(6649,3100,1,1,1,193,0,1151.27,-4878.34,21.4794,1.95747,300,10,0,156,0,1,0,0,0),(6648,3100,1,1,1,193,0,202.218,-3842.42,35.3245,4.53723,300,5,0,156,0,1,0,0,0),(6647,3100,1,1,1,193,0,215.747,-3953.06,41.9481,4.69676,300,10,0,156,0,1,0,0,0),(6646,3101,1,1,1,1185,1,-149.295,-4259.93,60.8065,5.21439,200,3,0,69,79,1,0,0,0),(6645,3101,1,1,1,1185,1,-43.4144,-4226.15,63.7573,1.62159,200,3,0,69,79,1,0,0,0),(6644,3101,1,1,1,1185,1,-139.632,-4301.54,65.8615,5.17426,200,3,0,69,79,1,0,0,0),(6643,3101,1,1,1,1185,1,-47.9176,-4312.65,68.7943,6.19661,200,3,0,69,79,1,0,0,0),(6642,3101,1,1,1,1185,1,-79.5128,-4235.76,53.5811,5.98719,200,3,0,69,79,1,0,0,0),(6641,3124,1,1,1,2485,0,-414.235,-4455.12,50.3399,4.02693,200,10,0,71,0,1,0,0,0),(6640,3124,1,1,1,2485,0,-610.693,-4084.09,77.4566,2.75703,200,5,0,71,0,1,0,0,0),(6639,3124,1,1,1,2485,0,-248.622,-4252.35,63.0932,5.3856,200,10,0,71,0,1,0,0,0),(6638,3124,1,1,1,2485,0,-289.924,-4246.46,65.532,5.04897,200,5,0,71,0,1,0,0,0),(6637,3124,1,1,1,2485,0,-582.936,-4082.73,72.6444,2.28972,200,10,0,71,0,1,0,0,0),(6636,3124,1,1,1,2485,0,-380.768,-4449.68,52.4944,4.51997,200,10,0,71,0,1,0,0,0),(6635,3124,1,1,1,2485,0,-756.204,-4352.79,52.2143,1.72013,200,5,0,71,0,1,0,0,0),(6634,3098,1,1,1,503,0,-375.04,-4314.96,51.8979,5.99972,120,5,0,42,0,1,0,0,0),(6633,3098,1,1,1,503,0,-452.91,-4421.99,50.3803,4.97336,120,10,0,42,0,1,0,0,0),(6632,3098,1,1,1,503,0,-747.256,-4181.42,30.2402,5.9414,120,10,0,42,0,1,0,0,0),(6631,3400,1,1,1,2735,1,1779.08,-4488.08,45.5038,4.69494,300,0,0,1003,0,0,0,0,0),(6630,3365,1,1,1,1387,0,1860.9,-4561.51,24.8434,2.58309,300,0,0,1342,0,0,0,0,0),(6629,3363,1,1,1,1385,1,1806.85,-4573.32,22.8627,1.6057,300,0,0,1342,0,0,0,0,0),(6628,3369,1,1,1,1391,1,1780.63,-4505.51,27.6019,3.76991,300,0,0,1003,0,0,0,0,0),(6626,3345,1,1,1,1366,1,1912.18,-4436.61,24.6554,2.86234,300,0,0,1342,0,0,0,0,0),(6625,3404,1,1,1,4358,1,1904.76,-4460.69,53.2776,2.86234,300,0,0,1342,0,0,0,0,0),(6624,11046,1,1,1,10578,1,1966.15,-4463.1,25.7796,1.5708,300,0,0,617,0,0,0,0,0),(6623,3315,1,1,1,1315,1,1802.08,-4561.55,22.8627,1.51844,300,0,0,1003,0,0,0,0,0),(6622,7088,1,1,1,5846,1,1849.04,-4569.23,24.8434,4.72984,300,0,0,1342,0,0,0,0,0),(6621,3405,1,1,1,4362,1,1904.86,-4451.63,53.2776,3.68265,300,0,0,1003,0,0,0,0,0),(6620,3407,1,1,1,4241,1,2107.35,-4633.78,58.7371,2.11185,300,0,0,1753,0,0,0,0,0),(6619,5195,1,1,1,2328,0,2158.74,-4661.51,49.7,2.00713,300,0,0,198,0,0,0,0,0),(6618,14541,1,1,1,14574,0,2155.59,-4649.18,50.0618,5.3058,300,0,0,198,0,0,0,0,0),(6617,14539,1,1,1,14575,0,2153.65,-4657.14,49.9992,1.51844,300,0,0,198,0,0,0,0,0),(6616,12351,1,1,1,2327,0,2162.76,-4659.62,49.7548,2.25148,300,0,0,198,0,0,0,0,0),(6615,12353,1,1,1,247,0,2165,-4653.57,50.5475,3.1765,300,0,0,198,0,0,0,0,0),(6614,14540,1,1,1,14573,0,2161.67,-4648.08,50.3632,4.18879,300,0,0,198,0,0,0,0,0),(6613,7231,1,1,1,6006,1,2105.33,-4829.99,24.0865,4.5204,300,0,0,4120,0,0,0,0,0),(6612,3361,1,1,1,1383,1,2097.42,-4824.92,24.1042,3.47321,300,0,0,1003,0,0,0,0,0),(6611,3359,1,1,1,1381,0,1878.64,-4708.13,39.351,0.523599,300,0,0,1003,0,0,0,0,0),(6610,3408,1,1,1,4242,1,1997.93,-4807.95,56.848,2.44346,300,0,0,1753,0,0,0,0,0),(6609,11871,1,1,1,782,0,2091.5,-4828.94,24.1904,0.610865,600,0,0,14427,0,0,0,0,0),(6608,9988,1,1,1,9261,1,2133.44,-4667.45,46.5122,1.51844,300,0,0,1003,0,0,0,0,0),(6607,7294,1,1,1,6064,1,2067.86,-4598.88,54.3227,5.02655,300,0,0,1342,0,0,0,0,0),(6606,10088,1,1,1,9336,1,2135.33,-4610.78,54.3865,4.17134,300,0,0,1753,0,0,0,0,0),(6605,3321,1,1,1,1321,0,1589.02,-4469.48,7.74864,2.07694,300,0,0,1003,0,0,0,0,0),(6604,3313,1,1,1,1313,1,1520.54,-4355.58,18.8509,6.02139,300,0,0,1003,0,0,0,0,0),(6603,3314,1,1,1,1314,1,1634.23,-4347.62,4.3796,2.6529,300,0,0,1003,0,0,0,0,0),(6602,3370,1,1,1,1392,1,1575.8,-4292.67,26.0391,4.38078,300,0,0,2218,0,0,0,0,0),(6601,9856,1,1,1,9133,0,1695.92,-4455.55,20.1475,2.00713,300,0,0,6645,0,0,0,0,0),(6600,3310,1,1,1,1311,1,1676.25,-4313.45,61.7176,5.25344,600,0,0,10572,0,0,0,0,0),(6599,3319,1,1,1,1319,1,1593.54,-4465.65,7.75103,2.3911,300,0,0,1003,0,0,0,0,0),(6598,3309,1,1,1,1310,1,1627.32,-4376.07,11.814,3.4383,300,0,0,5544,0,0,0,0,0),(6597,3373,1,1,1,1395,1,1482.72,-4159.95,43.8771,0.837758,300,0,0,1342,0,0,0,0,0),(6596,3326,1,1,1,1326,1,1848.96,-4360.43,-14.7982,0.855211,300,0,0,2769,0,0,0,0,0),(6595,3402,1,1,1,4361,1,1778.55,-4279.88,7.59196,4.62512,300,0,0,1342,0,0,0,0,0),(6594,3401,1,1,1,4360,1,1771.21,-4284.42,7.84054,5.75959,300,0,0,4120,0,0,0,0,0),(6593,3328,1,1,1,1328,1,1762.88,-4296.38,7.53086,5.41052,300,0,0,2769,0,0,0,0,0),(6592,3119,1,1,1,9442,1,-1011.17,-4511.45,25.7319,5.39772,300,5,0,120,0,1,0,0,0),(6591,3119,1,1,1,9442,1,-1030.65,-4432.2,26.1578,3.4357,300,5,0,120,0,1,0,0,0),(6590,3120,1,1,1,9443,1,-986.968,-4410,29.374,5.83829,300,3,0,131,138,1,0,0,0),(6589,3120,1,1,1,9443,1,-1030.43,-4609.78,25.6606,1.80301,300,3,0,131,138,1,0,0,0),(6588,3120,1,1,1,9443,1,-983.211,-4425.96,29.374,3.36949,300,3,0,131,138,1,0,0,0),(6587,3119,1,1,1,9442,1,-1012.65,-4600.56,25.663,4.256,300,3,0,120,0,1,0,0,0),(6586,3119,1,1,1,9442,1,-928.932,-4505.76,29.6424,3.90473,300,3,0,120,0,1,0,0,0),(6585,3099,1,1,1,381,0,158.545,-5025.47,9.16172,3.98915,300,10,0,120,0,1,0,0,0),(6584,3099,1,1,1,381,0,-203.557,-4743.34,28.9322,2.04318,300,10,0,120,0,1,0,0,0),(6583,3099,1,1,1,381,0,124.993,-4075.51,51.9981,1.65133,300,10,0,120,0,1,0,0,0),(6582,3099,1,1,1,381,0,-746.004,-4692.73,36.4169,2.28302,300,5,0,120,0,1,0,0,0),(6581,3099,1,1,1,381,0,-80.2372,-4695.25,31.092,1.89687,300,5,0,120,0,1,0,0,0),(6580,3099,1,1,1,381,0,-366.239,-4712.35,40.6338,2.74875,300,10,0,120,0,1,0,0,0),(6579,3099,1,1,1,381,0,190.843,-4516.5,27.1425,3.42687,300,5,0,120,0,1,0,0,0),(6578,3099,1,1,1,381,0,278.605,-4482.53,20.8936,4.60075,300,10,0,120,0,1,0,0,0),(6577,3099,1,1,1,381,0,697.205,-4182.74,16.444,0.017576,300,5,0,120,0,1,0,0,0),(6576,3108,1,1,1,999,0,1383.85,-5035.62,-9.95541,1.51895,300,5,0,176,0,1,0,0,0),(6575,3108,1,1,1,999,0,1406.53,-5019.38,-12.1501,3.45479,300,5,0,176,0,1,0,0,0),(4601,14437,0,1,1,14566,1,-7648.77,-630.917,200.577,5.23599,500,0,0,2614,0,0,0,0,0),(52472,12336,0,1,1,0,0,-8498,809.271,96.672,2.26,540,0,0,2138,0,0,0,0,0),(4600,16043,0,1,1,16021,0,-8158.69,-1303.3,131.595,4.06662,500,0,0,4120,0,0,0,0,0),(4599,13177,0,1,1,1652,1,-7504.06,-2190.77,165.302,2.18166,900,0,0,10572,0,0,0,0,0),(4598,3708,0,1,1,13970,1,-7498.05,-2191.42,165.738,1.78024,500,0,0,2964,0,0,0,0,0),(4597,9836,0,1,1,21011,0,-7491.63,-2170.43,165.394,2.53073,500,0,0,4120,0,0,0,0,0),(6574,3108,1,1,1,999,0,1344.83,-5015.87,-1.6721,2.86017,300,5,0,176,0,1,0,0,0),(6573,3125,1,1,1,2486,0,-746.218,-4744.62,31.5489,5.28711,200,5,0,102,0,1,0,0,0),(6572,3125,1,1,1,2486,0,-691.481,-4957.31,23.1926,2.13768,200,10,0,102,0,1,0,0,0),(6571,3125,1,1,1,2486,0,232.716,-5084.86,11.0905,0.00069,200,10,0,102,0,1,0,0,0),(6570,3125,1,1,1,2486,0,294.561,-5019.29,13.4365,5.79937,200,10,0,102,0,1,0,0,0),(6569,3125,1,1,1,2486,0,304.512,-4987.1,17.1312,0.056691,200,5,0,102,0,1,0,0,0),(6568,3101,1,1,1,1185,1,-151.647,-4278.49,81.3672,0.256826,200,5,0,69,79,1,0,0,0),(6567,3296,1,1,1,4602,1,1576.2,-4394.43,6.55505,4.57276,300,0,0,15952,0,0,0,0,0),(6566,3296,1,1,1,4260,1,1889.53,-4485.08,21.3103,1.44862,300,0,0,15952,0,0,0,0,0),(4596,8977,0,1,1,11543,1,-7957.11,-2600.06,173.93,2.1084,500,0,0,2634,2041,0,0,0,0),(6565,3296,1,1,1,4601,1,1387.28,-4379.89,27.0983,3.29867,300,0,0,15952,0,0,0,0,0),(15319,2381,0,1,1,3692,1,-773.919,-499.294,18.9325,3.08923,300,0,0,1753,0,0,0,0,0),(15317,2430,0,1,1,1664,1,-851.781,-593.688,11.6743,1.27409,300,0,0,1342,0,0,0,0,0),(6564,3296,1,1,1,4259,1,1921.7,-4375.67,22.5724,5.84685,300,0,0,15952,0,0,0,0,0),(6563,3296,1,1,1,4601,1,1623.15,-4279.64,22.5694,6.16101,300,0,0,15952,0,0,0,0,0),(6562,3296,1,1,1,4601,1,1729.87,-4401.11,34.4732,2.48023,300,0,0,15952,0,2,0,0,0),(4595,9544,0,1,1,8665,1,-7459.77,-2201.64,165.37,2.54818,500,0,0,3189,0,0,0,0,0),(4594,9536,0,1,1,8656,0,-7497.99,-2175.15,165.61,5.42797,500,0,0,1981,0,0,0,0,0),(4593,9026,0,1,1,1070,0,-7230.64,-880.765,165.942,0.175368,900,0,0,11004,3728,2,0,0,0),(4592,9699,0,1,1,8971,0,-8112.74,-2383.58,129.994,2.559,500,5,0,8,0,1,0,0,0),(4591,9700,0,1,1,5560,0,-7930.94,-2574.26,213.541,3.04952,500,5,0,8,0,1,0,0,0),(4590,9700,0,1,1,5560,0,-8148.52,-2014.99,129.745,3.76767,500,5,0,8,0,1,0,0,0),(4589,9700,0,1,1,5560,0,-7535.62,-2177.22,131.789,2.61061,500,5,0,8,0,1,0,0,0),(4588,9699,0,1,1,8971,0,-8384.9,-951.777,198.639,2.17832,500,5,0,8,0,1,0,0,0),(4587,9699,0,1,1,8971,0,-7639.2,-2746.94,132.356,0.033191,500,5,0,8,0,1,0,0,0),(4586,9700,0,1,1,5560,0,-7882.11,-1561.79,131.174,4.35345,500,5,0,8,0,1,0,0,0),(6561,3296,1,1,1,4602,1,1673.2,-4250,51.8765,5.044,300,0,0,15952,0,0,0,0,0),(6560,3296,1,1,1,4601,1,1952.53,-4368.57,22.659,3.68265,300,0,0,15952,0,0,0,0,0),(52523,3794,534,1,1,0,1,5181.02,-3387.98,1637.11,5.90487,120,0,0,33534,18930,0,0,0,0),(52524,17943,534,1,1,0,1,5157.66,-3425.87,1627.34,0.224045,120,0,0,41916,0,0,0,0,0),(52525,17943,534,1,1,0,1,5159.15,-3432.4,1627.06,0.224045,120,0,0,41916,0,0,0,0,0),(52526,18486,534,1,1,0,0,5163.66,-3459.14,1621.38,1.002,120,0,0,41916,0,0,0,0,0),(6559,3296,1,1,1,4601,1,1845.49,-4395.95,5.19264,3.80482,300,0,0,15952,0,0,0,0,0),(52528,18487,534,1,1,0,0,5188.31,-3463.48,1614.05,1.61854,120,0,0,13972,0,0,0,0,0),(52529,18487,534,1,1,0,0,5218.43,-3529.47,1596.19,1.77955,120,0,0,13972,0,0,0,0,0),(52530,18487,534,1,1,0,0,5254.09,-3526.07,1593.93,2.3686,120,0,0,13972,0,0,0,0,0),(52531,18487,534,1,1,0,0,5268.04,-3649.55,1593.13,1.58712,120,0,0,13972,0,0,0,0,0),(52532,17945,534,1,1,0,1,5288.7,-3617.41,1591.5,2.45499,120,0,0,41916,0,0,0,0,0),(52533,17945,534,1,1,0,1,5292.04,-3619.91,1590.74,2.58851,120,0,0,41916,0,0,0,0,0),(52534,17943,534,1,1,0,1,5328.59,-3518.05,1575.39,0.62737,120,0,0,41916,0,0,0,0,0),(47449,25851,580,1,1,0,0,1859.92,477.488,32.1154,5.98648,604800,0,0,8042,3231,0,0,0,0),(52536,17943,534,1,1,0,1,5325.56,-3513.65,1575.65,0.639159,120,0,0,41916,0,0,0,0,0),(52537,17943,534,1,1,0,1,5288.62,-3476.77,1571.61,5.68652,120,0,0,41916,0,0,0,0,0),(52538,17943,534,1,1,0,1,5295.33,-3466.9,1571.23,5.68652,120,0,0,41916,0,0,0,0,0),(52539,3794,534,1,1,0,1,5324.77,-3478.7,1571.16,5.15245,120,0,0,33534,18930,0,0,0,0),(52540,3795,534,1,1,0,0,5321.83,-3478.27,1571.01,5.15245,120,0,0,33534,18930,0,0,0,0),(52541,17944,534,1,1,0,1,5340.53,-3474.99,1570.31,4.49664,120,0,0,33534,18930,0,0,0,0),(4585,7042,0,1,1,2554,1,-7913.1,-919.873,136.472,4.99569,500,5,0,3374,0,1,0,0,0),(52544,18487,534,1,1,0,0,5311.74,-3502.62,1574.35,0.404715,120,0,0,13972,0,0,0,0,0),(4584,7043,0,1,1,8309,1,-8248.81,-1219.71,142.813,3.41591,500,5,0,2436,5340,1,0,0,0),(521,680,0,1,1,11569,1,-12346.2,-1147.67,0.704383,2.54818,1800,0,0,2125,0,0,0,0,0),(520,773,0,1,1,7164,0,-14453.3,501.465,26.3593,4.38078,300,0,0,1342,0,0,0,0,0),(519,4505,0,1,1,2557,1,-15001,274.763,0.197927,3.96808,300,0,0,1902,0,0,0,0,0),(447,1565,0,1,1,796,1,-14958.1,354.254,0.220538,2.05083,300,0,0,1902,0,0,0,0,0),(446,1565,0,1,1,796,1,-14955.8,342.362,0.220538,0.227723,300,0,0,1902,0,0,0,0,0),(445,1565,0,1,1,796,1,-14938.9,346.107,0.220537,0.095112,300,0,0,1902,0,0,0,0,0),(444,1653,0,1,1,2563,1,-14946.1,344.773,0.220533,3.55085,300,0,0,1110,3293,0,0,0,0),(443,4505,0,1,1,2558,1,-14968,347.681,0.223372,2.29114,300,2,0,1902,0,1,0,0,0),(442,905,0,1,1,705,0,-12021.3,-453.707,-7.29134,3.82041,300,5,0,1107,0,1,0,0,0),(441,905,0,1,1,705,0,-11885.1,-390.121,-14.0914,4.56714,300,5,0,1107,0,1,0,0,0),(440,877,0,1,1,4920,1,-12247,686.78,-70.1439,5.78434,1800,5,0,1403,0,1,0,0,0),(439,871,0,1,1,506,1,-12221.9,663.417,-68.8666,3.22905,1800,5,0,1403,0,1,0,0,0),(438,873,0,1,1,11293,1,-12201.6,670.672,-69.9821,0.384944,1800,5,0,1208,1097,1,0,0,0),(437,873,0,1,1,11293,1,-12189.2,653.294,-66.6704,4.72304,1800,5,0,1208,1097,1,0,0,0),(436,15076,0,1,1,15210,1,-14449.9,479.185,15.1874,5.35816,1800,0,0,7842,0,0,0,0,0),(395,1094,0,1,1,7201,1,-11457.6,377.95,77.6057,6.16101,300,0,0,1279,0,0,0,0,0),(394,1094,0,1,1,7201,1,-11498.9,446.148,65.999,2.3911,300,0,0,1279,0,0,0,0,0),(393,1094,0,1,1,7201,1,-11460.3,385.785,77.5294,1.20428,300,0,0,1279,0,0,0,0,0),(392,1114,0,1,1,845,0,-12674.5,-914.881,54.0896,5.12293,300,5,0,1804,0,1,0,0,0),(391,14875,0,1,1,14993,1,-11812.3,1260.91,6.08752,4.27606,1800,0,0,9156,0,0,0,0,0),(390,2634,0,1,1,2178,0,-14596.7,-237.967,24.8758,1.74533,300,0,0,1981,0,0,0,0,0),(389,2594,0,1,1,7212,1,-14301.7,519.787,8.87545,4.43314,300,0,0,1536,0,0,0,0,0),(388,2496,0,1,1,7167,1,-14439,483.483,28.9285,2.33874,300,0,0,4120,0,0,0,0,0),(387,7406,0,1,1,6710,1,-14417,411.288,22.7816,1.25664,300,0,0,2769,0,0,0,0,0),(386,15070,0,1,1,15205,0,-11842.3,1295.52,0.794699,4.46804,1800,0,0,9156,0,0,0,0,0),(385,15080,0,1,1,15210,0,-11817.4,1336.96,1.11529,4.41568,1800,0,0,9156,0,0,0,0,0),(384,7802,0,1,1,6846,1,-12033.4,-1003.86,49.7795,3.91088,300,0,0,4120,0,0,0,0,0),(383,7794,0,1,1,6853,0,-14377.2,378.481,23.465,3.29867,300,0,0,3398,0,0,0,0,0),(382,2672,0,1,1,4397,0,-14677.5,497.89,1.76032,3.01942,300,0,0,1753,0,0,0,0,0),(381,1565,0,1,1,1768,1,-13484.4,180.311,42.7499,2.09439,300,0,0,1902,0,0,0,0,0),(380,1565,0,1,1,796,1,-13477.1,209.896,37.3109,3.91042,300,3,0,1902,0,1,0,0,0),(379,1653,0,1,1,2563,1,-13483.3,182.835,42.852,3.4383,300,0,0,1110,3293,0,0,0,0),(4583,7042,0,1,1,2554,1,-8230.62,-1165.48,142.639,1.16056,500,5,0,3374,0,1,0,0,0),(378,1653,0,1,1,2564,1,-13487.7,191.848,43.1105,5.28265,300,0,0,1110,3293,0,0,0,0),(377,1653,0,1,1,2564,1,-13478.1,178.634,42.8208,4.50553,300,0,0,1110,3293,0,0,0,0),(376,1653,0,1,1,2563,1,-13492.2,174.07,43.4458,0.415917,300,0,0,1110,3293,0,0,0,0),(375,1653,0,1,1,2563,1,-13461.9,186.569,45.1735,2.32945,300,5,0,1110,3293,1,0,0,0),(374,1551,0,1,1,2174,0,-13206.3,-548.123,4.64249,3.18943,300,3,0,2059,0,1,0,0,0),(373,1551,0,1,1,2174,0,-13228,-484.749,4.83109,5.74213,300,0,0,2059,0,0,0,0,0),(372,1551,0,1,1,2174,0,-13203.3,-501.962,4.54984,4.41568,300,2,0,2059,0,1,0,0,0),(371,1550,0,1,1,8802,0,-13273.9,-274.412,29.0968,4.73055,300,5,0,1902,0,1,0,0,0),(369,12137,0,1,1,12230,1,-12417.8,208.329,31.3224,3.19395,300,0,0,2218,0,0,0,0,0),(370,3945,0,1,1,11353,0,-14320.3,474.437,8.61459,2.6529,300,0,0,955,0,0,0,0,0),(30267,6218,90,1,1,358,0,-429.852,137.976,-211.669,1.29154,86400,5,0,2250,0,1,0,0,0),(30266,6218,90,1,1,358,0,-401.565,51.417,-209.094,3.66783,86400,3,0,2250,0,1,0,0,0),(30265,6219,90,1,1,11137,0,-491.239,82.373,-206.368,0.750492,86400,5,0,2250,0,1,0,0,0),(6558,3296,1,1,1,4601,1,1963.01,-4730.91,48.9608,2.49582,300,0,0,15952,0,0,0,0,0),(6557,14304,1,1,1,14362,1,1931.52,-4244.78,41.921,2.98451,300,0,0,25200,0,0,0,0,0),(6556,14304,1,1,1,14360,1,1944.36,-4146.45,40.958,3.26377,300,0,0,25200,0,0,0,0,0),(30264,6219,90,1,1,11137,0,-430.123,94.1727,-209.397,4.20624,86400,5,0,2250,0,1,0,0,0),(30263,6218,90,1,1,358,0,-407.507,159.097,-209.509,6.19592,86400,5,0,2250,0,1,0,0,0),(30262,6220,90,1,1,4907,0,-477.542,165.387,-208.442,4.95674,86400,5,0,2196,756,1,0,0,0),(30261,6218,90,1,1,358,0,-475.912,108.416,-210.486,2.47837,86400,5,0,2250,0,1,0,0,0),(30260,6220,90,1,1,4907,0,-398.085,137.244,-210.625,5.39307,86400,5,0,2196,756,1,0,0,0),(30259,6218,90,1,1,358,0,-409.037,107.892,-210.274,4.24115,86400,5,0,2250,0,1,0,0,0),(52624,17943,534,1,1,0,1,5296.32,-3726.07,1593.71,1.30793,120,0,0,41916,0,0,0,0,0),(4582,7043,0,1,1,8309,1,-7989.74,-1356.38,132.611,3.37552,500,10,0,2436,5340,1,0,0,0),(52626,17944,534,1,1,0,1,5298.69,-3712.77,1593.35,6.2795,120,0,0,33534,18930,0,0,0,0),(15316,2361,0,1,1,3647,0,-846.431,-562.743,18.6293,3.57792,300,0,0,328,0,0,0,0,0),(52628,17944,534,1,1,0,1,5295.16,-3713.49,1593.35,0.231932,120,0,0,33534,18930,0,0,0,0),(6555,14304,1,1,1,14360,1,1919.36,-4176.05,41.005,0.05236,300,0,0,25200,0,0,0,0,0),(15314,2705,0,1,1,1663,1,-853.016,-601.581,4.5201,6.0494,300,0,0,1221,0,0,0,0,0),(15315,3980,0,1,1,2048,1,-844.878,-580.284,18.5459,2.3911,300,0,0,1003,0,0,0,0,0),(17698,1958,0,1,1,2597,0,848.003,153.166,33.7583,0.334196,275,5,0,350,390,1,0,0,0),(17697,1958,0,1,1,2597,0,825.691,184.896,31.864,6.09786,275,5,0,350,390,1,0,0,0),(15312,3542,0,1,1,3699,1,-859.126,-559.593,18.6293,4.34587,300,0,0,1753,0,0,0,0,0),(15313,2366,0,1,1,3691,1,-849.45,-583.486,11.6872,2.05949,300,0,0,1753,0,0,0,0,0),(15310,2405,0,1,1,3663,1,-62.0452,-967.522,54.3645,2.94961,300,0,0,3696,0,0,0,0,0),(15311,2362,0,1,1,3648,0,-849.358,-561.279,18.6293,4.69494,300,0,0,328,0,0,0,0,0),(30258,6234,90,1,1,6979,0,-753.224,655.041,-308.977,5.2709,86400,3,0,3018,0,1,0,0,0),(30257,6224,90,1,1,6936,1,-590.177,681.183,-326.956,2.82743,86400,2,0,787,0,1,0,0,0),(30256,6232,90,1,1,6889,0,-626.68,702.281,-326.978,2.30383,86400,0,0,4000,0,0,0,0,0),(30255,6232,90,1,1,6889,0,-762.838,625.098,-299.977,2.86234,86400,2,0,4000,0,1,0,0,0),(30254,6232,90,1,1,6889,0,-735.933,556.045,-303.699,0.034907,86400,3,0,4000,0,1,0,0,0),(6554,14304,1,1,1,14362,1,1928.03,-4246.21,41.6868,4.75941,300,0,0,25200,0,2,0,0,0),(6553,14304,1,1,1,14363,1,1910.21,-4169.48,41.0084,0.837758,300,0,0,25200,0,0,0,0,0),(4581,7043,0,1,1,8309,1,-8212.86,-1144.88,143.389,3.63149,500,5,0,2436,5340,1,0,0,0),(4580,7042,0,1,1,2554,1,-7910.42,-877.084,130.869,1.54978,500,5,0,3374,0,1,0,0,0),(4579,9562,0,1,1,8694,1,-8377.17,-2780.48,193.691,1.15192,500,0,0,2718,2117,0,0,0,0),(4578,7041,0,1,1,8249,1,-7766.02,-2871.43,133.518,5.31486,500,5,0,2146,4765,1,0,0,0),(4577,7041,0,1,1,8249,1,-8218.43,-1978.39,143.098,1.51668,500,10,0,2146,4765,1,0,0,0),(4576,7041,0,1,1,8249,1,-8245.96,-2547.48,138.524,4.01007,500,10,0,2146,4765,1,0,0,0),(4575,7040,0,1,1,143,1,-7562.26,-2768.33,135.802,0.850011,500,5,0,3556,0,1,0,0,0),(4574,7041,0,1,1,8249,1,-7811.43,-2855.24,133.564,1.34804,500,10,0,2146,4765,1,0,0,0),(4573,9177,0,1,1,8872,1,-8371.9,-2743.43,186.183,5.58505,500,0,0,3398,0,0,0,0,0),(4572,1296,0,1,1,1426,1,-8366.36,-2762.51,187.616,0.959931,500,0,0,3293,0,0,0,0,0),(4571,2299,0,1,1,1626,1,-8365.08,-2736.93,185.691,5.65487,900,0,0,10572,0,0,0,0,0),(4570,3298,0,1,1,1442,1,-8354.43,-2734.1,185.179,4.66003,500,0,0,3066,0,0,0,0,0),(4569,10267,0,1,1,9791,1,-7499.82,-2177.6,165.759,5.60251,500,0,0,3189,0,0,0,0,0),(4568,10260,0,1,1,9561,0,-7459.08,-2196.61,165.109,3.00197,500,0,0,3644,0,0,0,0,0),(4567,10262,0,1,1,0,0,-7455.58,-2194.28,165.373,3.40339,500,0,0,1753,0,0,0,0,0),(4566,24818,0,1,1,8754,1,-7184.78,-877.7,164.021,5.86431,500,0,0,2576,0,0,0,0,0),(4565,24818,0,1,1,8754,1,-7436.1,-894.519,172.313,0.558505,500,0,0,2576,0,0,0,0,0),(4564,24819,0,1,1,8758,1,-7427.55,-877.004,173.302,1.15192,500,0,0,2672,0,0,0,0,0),(4563,24819,0,1,1,8758,1,-7451.71,-908.336,170.535,5.91814,500,5,0,2672,0,1,0,0,0),(4562,24818,0,1,1,8754,1,-7350.84,-1014.14,177.173,5.42153,500,5,0,2576,0,1,0,0,0),(52678,18487,534,1,1,0,0,5354.84,-3735.44,1593.88,2.59598,120,0,0,13972,0,0,0,0,0),(52679,17945,534,1,1,0,1,5380.58,-3724.25,1593.36,2.92585,120,5,0,41916,0,1,0,0,0),(3953,24819,0,1,1,8758,1,-7331.13,-988.809,173.675,0.767945,500,0,0,2672,0,0,0,0,0),(6552,14304,1,1,1,14361,1,1933.29,-4168.81,41.0098,2.37365,300,0,0,25200,0,0,0,0,0),(30253,6234,90,1,1,6979,0,-629.39,688.504,-326.973,0.314159,86400,0,0,3018,0,0,0,0,0),(6551,14304,1,1,1,14360,1,1944.79,-4168.14,43.5445,2.3911,300,0,0,25200,0,0,0,0,0),(6550,14304,1,1,1,14362,1,1928.19,-4203.37,42.0497,4.69494,300,0,0,25200,0,0,0,0,0),(6549,14304,1,1,1,14361,1,1926.54,-4135.56,40.4858,4.7822,300,0,0,25200,0,0,0,0,0),(6548,14304,1,1,1,14363,1,1924.79,-4238.43,42.0145,5.20108,300,0,0,25200,0,0,0,0,0),(6547,3106,1,1,1,1307,0,-244.156,-5275.92,-6.42236,0.35117,200,10,0,102,0,1,0,0,0),(6546,3106,1,1,1,1307,0,-128.692,-5289.08,-9.75062,6.14005,200,10,0,102,0,1,0,0,0),(6545,3106,1,1,1,1307,0,116.822,-5299.04,-14.484,4.91515,200,10,0,102,0,1,0,0,0),(52695,17945,534,1,1,0,1,5384.23,-3726.05,1593.22,2.62347,120,5,0,41916,0,1,0,0,0),(6544,3106,1,1,1,1307,0,210.615,-5317.22,-15.0752,3.15917,200,10,0,102,0,1,0,0,0),(3952,24819,0,1,1,8758,1,-7415.18,-885.502,171.959,2.40898,500,5,0,2672,0,1,0,0,0),(3757,24818,0,1,1,8754,1,-7453.74,-919.423,170.908,3.12414,500,0,0,2576,0,0,0,0,0),(6543,3106,1,1,1,1307,0,-76.1168,-5453.05,-28.3831,3.36203,200,10,0,102,0,1,0,0,0),(6542,3106,1,1,1,1307,0,257.787,-5265.34,-15.4273,4.62244,200,10,0,102,0,1,0,0,0),(7889,4366,1,1,1,9134,1,-2803.68,-4945.23,68.3132,5.5478,1200,0,0,9432,0,0,0,0,0),(6541,3105,1,1,1,1248,0,1200.39,-5153.47,-8.24905,3.29686,300,5,0,156,0,1,0,0,0),(6540,3103,1,1,1,1940,0,-145.727,-5347.04,-15.5414,0.507353,300,10,0,120,0,1,0,0,0),(6539,3103,1,1,1,1940,0,-1024.7,-5228.54,-7.43464,3.83286,300,10,0,120,0,1,0,0,0),(6538,3104,1,1,1,1246,0,308.333,-5191.67,-6.44524,4.28275,300,10,0,120,0,1,0,0,0),(6537,3103,1,1,1,1940,0,-1092.15,-5689.7,-1.77134,5.05747,300,10,0,120,0,1,0,0,0),(52718,17932,534,1,1,0,1,5447.74,-2730.38,1486.16,5.64623,120,0,0,55888,0,0,0,0,0),(6536,3104,1,1,1,1246,0,228.761,-5211.39,-14.3357,0.463958,300,10,0,120,0,1,0,0,0),(6535,3104,1,1,1,1246,0,-782.621,-5149.96,-7.58769,5.28467,300,10,0,120,0,1,0,0,0),(135707,16525,532,1,1,16241,0,-11234.9,-1694.95,210.879,4.80647,604800,5,0,30160,0,1,0,0,0),(6534,3104,1,1,1,1246,0,-1181.96,-4811.86,-10.2187,0.256981,300,10,0,120,0,1,0,0,0),(6533,3110,1,1,1,1250,0,-274.501,-3850.62,16.3609,0.647013,300,10,0,176,0,1,0,0,0),(6532,3110,1,1,1,1250,0,-210.053,-3845.67,20.401,4.64011,300,10,0,176,0,1,0,0,0),(6531,3110,1,1,1,1250,0,3.92897,-3745.33,13.8359,6.22634,300,10,0,176,0,1,0,0,0),(6530,3110,1,1,1,1250,0,425.915,-3817.55,19.5345,0.224568,300,10,0,176,0,1,0,0,0),(6529,3110,1,1,1,1250,0,940.631,-3825.67,17.1279,4.31137,300,10,0,176,0,1,0,0,0),(6528,3110,1,1,1,1250,0,144.051,-3753.78,17.4501,3.39226,300,10,0,176,0,1,0,0,0),(6527,10556,1,1,1,10038,1,-753.618,-4143.19,38.7636,5.13687,200,0,0,86,0,0,0,0,0),(6526,10556,1,1,1,10038,1,-371.838,-4015.88,50.6355,0.915577,200,0,0,86,0,0,0,0,0),(6525,10556,1,1,1,10038,1,-758.431,-4324.78,45.6586,3.78307,200,0,0,86,0,0,0,0,0),(6524,10556,1,1,1,10038,1,-636.336,-4477.29,46.6977,2.48908,200,0,0,86,0,0,0,0,0),(6523,10556,1,1,1,10038,1,-321.195,-4126.73,51.7626,2.43894,200,0,0,86,0,0,0,0,0),(6522,6020,1,1,1,2835,0,-838.969,-4041.83,-21.08,0.837024,300,5,0,417,0,1,0,0,0),(6521,6020,1,1,1,2835,0,-815.378,-4011.51,-17.75,1.88749,300,5,0,417,0,1,0,0,0),(6520,15761,1,1,1,15731,0,1945.32,-4330.31,22.1011,3.50811,300,0,0,2614,0,0,0,0,0),(6519,15765,1,1,1,15724,1,1911.7,-4276.77,31.6557,4.88692,300,0,0,2614,0,0,0,0,0),(6518,14499,1,1,1,14616,0,2063.66,-4677.23,25.4659,4.24657,200,3,0,42,0,1,0,0,0),(6517,14499,1,1,1,14589,0,2028.51,-4660.47,26.5089,6.18222,200,0,0,42,0,2,0,0,0),(6516,14498,1,1,1,3850,1,2052.27,-4670.94,25.5492,5.28835,300,0,0,1279,0,0,0,0,0),(6515,14499,1,1,1,14589,0,2064.18,-4673.23,25.4659,3.24586,200,3,0,42,0,1,0,0,0),(6514,14499,1,1,1,14616,0,2055.98,-4678.32,25.4659,5.24283,200,3,0,42,0,1,0,0,0),(6513,14499,1,1,1,14616,0,2061.85,-4668.64,25.4659,5.55897,200,3,0,42,0,1,0,0,0),(6512,14451,1,1,1,14499,0,2038.21,-4672.55,25.1536,3.9968,300,0,0,198,0,0,0,0,0),(6511,3100,1,1,1,193,0,1237.44,-4337.45,24.8574,5.5992,300,5,0,156,0,1,0,0,0),(6510,3100,1,1,1,193,0,1260.82,-4387.59,28.5276,3.3681,300,5,0,156,0,1,0,0,0),(6509,3100,1,1,1,193,0,1170.5,-4253.13,22.6952,3.73231,300,10,0,156,0,1,0,0,0),(6508,3100,1,1,1,193,0,1123.9,-4393.71,24.9768,5.71978,300,0,0,156,0,0,0,0,0),(6507,3100,1,1,1,193,0,1270.51,-4287.87,24.8377,6.09709,300,5,0,156,0,1,0,0,0),(6506,17098,1,1,1,16850,0,1914.83,-4123.96,43.0767,5.32325,300,0,0,2243,5751,0,0,0,0),(6505,15350,1,1,1,15387,1,1991.28,-4797.15,56.1305,2.77507,300,0,0,126000,0,0,0,0,0),(6504,15188,1,1,1,15322,0,1658.71,-4348.8,29.2574,4.39823,300,0,0,1830,5013,0,0,0,0),(6503,23128,1,1,1,21264,1,1939.69,-4133.33,41.0008,4.17134,300,0,0,6986,0,0,0,0,0),(6502,23131,1,1,1,17552,1,1942.32,-4133.69,41.005,3.82227,120,0,0,5589,3155,0,0,0,0),(6501,23131,1,1,1,17552,1,1938.95,-4130.73,40.9933,4.01426,120,0,0,5589,3155,0,0,0,0),(6500,14392,1,1,1,14429,1,1568,-4405.87,8.13371,3.31613,600,0,0,48832,0,0,0,0,0),(6498,16069,1,1,1,15984,0,1989.83,-4656.83,27.4343,0.628319,120,0,0,42,0,0,0,0,0),(6497,16076,1,1,1,15988,1,1989.31,-4655.91,27.5285,0.15708,300,0,0,1220,0,0,0,0,0),(6496,14375,1,1,1,14413,1,1602.45,-4391.57,9.76626,4.31457,600,0,0,50400,0,2,0,0,0),(6495,14376,1,1,1,14414,1,1699.08,-3925.13,51.5505,5.2951,600,0,0,50400,0,2,0,0,0),(6494,14377,1,1,1,14415,1,1735.91,-4452.66,36.8017,4.39755,600,0,0,50400,0,2,0,0,0),(6493,15186,1,1,1,15369,0,1992.19,-4651.05,27.0636,6.14356,120,0,0,42,0,0,0,0,0),(6492,7951,1,1,1,21769,1,1991.32,-4652.35,27.1365,0.10472,300,0,0,1220,0,0,0,0,0),(6491,16012,1,1,1,15966,1,1915.67,-4170.77,41.0061,0.750492,300,0,0,6104,0,0,0,0,0),(6490,6408,1,1,1,5370,1,-811.913,-4940.15,20.6154,3.45575,300,0,0,1342,0,0,0,0,0),(6489,5951,1,1,1,1560,0,-425.309,-4108.64,49.3768,0.872555,120,5,0,8,0,1,0,0,0),(6488,5951,1,1,1,1560,0,-731.932,-4270.77,42.2732,2.468,120,5,0,8,0,1,0,0,0),(6487,6145,1,1,1,4878,0,-257.392,-5325.94,-7.69238,6.19109,120,10,0,8,0,1,0,0,0),(6486,3300,1,1,1,1987,0,906.414,-4367.44,16.4816,3.75504,120,10,0,1,0,1,0,0,0),(6485,6145,1,1,1,4878,0,1299.74,-5172.93,-12.1661,4.68452,120,10,0,8,0,1,0,0,0),(6484,3300,1,1,1,1206,0,1105.35,-4309.69,23.0429,1.35943,120,5,0,1,0,1,0,0,0),(6483,10685,1,1,1,10015,0,1284.41,-4237.23,25.9627,2.54944,200,5,0,14,0,1,0,0,0),(6482,6145,1,1,1,4878,0,-330.21,-5428.93,-7.69427,1.31428,120,10,0,8,0,1,0,0,0),(52810,17932,534,1,1,0,1,5452.49,-2716.58,1485.52,5.80017,120,0,0,55888,0,0,0,0,0),(6481,5951,1,1,1,1560,0,24.2772,-3886.57,42.7989,2.40486,120,5,0,8,0,1,0,0,0),(6480,10685,1,1,1,10015,0,1256.44,-4234.81,26.3166,0.006402,200,5,0,14,0,1,0,0,0),(6479,3293,1,1,1,7129,1,999.763,-4414.4,14.4718,5.42797,200,0,0,102,0,0,0,0,0),(6478,3122,1,1,1,1960,0,-1147.91,-5580.94,8.62285,0.341721,300,0,0,120,0,0,0,0,0),(6477,3122,1,1,1,1960,0,-691.501,-5676.06,6.38531,3.85605,300,5,0,120,0,1,0,0,0),(6476,3122,1,1,1,1960,0,-823.853,-5653.07,4.77193,5.81016,300,10,0,120,0,1,0,0,0),(6475,3122,1,1,1,1960,0,-1586,-5242.36,6.00324,2.91418,300,10,0,120,0,1,0,0,0),(6474,3122,1,1,1,1960,0,-1294.94,-5129.05,2.11107,1.63687,300,10,0,120,0,1,0,0,0),(6473,3122,1,1,1,1960,0,-1029.89,-5516.54,7.27228,5.73885,300,10,0,120,0,1,0,0,0),(6472,3122,1,1,1,1960,0,-1328.27,-5490.06,5.9713,1.30592,300,5,0,120,0,1,0,0,0),(6471,3287,1,1,1,2025,1,-397.761,-4108.99,50.2876,1.41372,120,0,0,55,0,0,0,0,0),(6470,3228,1,1,1,1000,0,1040.59,-5153.78,-7.83558,3.29606,300,5,0,198,0,1,0,0,0),(6469,3228,1,1,1,1000,0,1431.48,-4970.27,-5.57264,0.6342,300,5,0,198,0,1,0,0,0),(6468,3226,1,1,1,2488,0,101.942,-3887.27,42.142,2.10496,300,10,0,198,0,1,0,0,0),(6467,3225,1,1,1,744,0,395.885,-3911.89,28.8793,2.8464,300,5,0,198,0,1,0,0,0),(6466,3227,1,1,1,787,0,-170.072,-3951.13,54.1506,5.14039,300,10,0,198,0,1,0,0,0),(6465,3226,1,1,1,2488,0,776.656,-3895.71,18.0722,6.01083,300,5,0,198,0,1,0,0,0),(6464,3208,1,1,1,3752,1,1102.09,-4945.36,15.6857,2.35619,300,0,0,417,0,0,0,0,0),(6463,3194,1,1,1,4074,1,-797.523,-4921.17,22.9571,2.26893,300,0,0,137,0,0,0,0,0),(54720,11791,349,1,1,11338,1,691.346,-349.297,-51.1676,2.93215,86400,0,0,5148,0,0,0,0,0),(6462,3188,1,1,1,4072,1,-825.636,-4920.76,19.7409,0.261799,300,0,0,247,0,0,0,0,0),(6461,3193,1,1,1,3750,1,742.385,-4241.65,18.762,2.75762,200,0,0,102,0,0,0,0,0),(6460,3191,1,1,1,3751,0,312.099,-4664.95,16.4254,4.17134,300,0,0,120,0,0,0,0,0),(6459,3190,1,1,1,4075,1,1279.03,-4188.68,28.0245,3.52557,300,0,0,156,0,0,0,0,0),(3756,24819,0,1,1,8758,1,-7280.33,-879.17,169.628,0.034907,500,0,0,2672,0,0,0,0,0),(368,3149,0,1,1,9352,1,-12441.3,215.018,31.3224,5.5676,300,0,0,2218,0,0,0,0,0),(54699,2914,349,1,1,2958,0,702.582,-357.157,-51.9441,0.506145,86400,10,0,8,0,1,0,0,0),(54698,13142,349,1,1,13098,0,697.088,-372.955,-51.936,1.06465,86400,5,0,5148,0,1,0,0,0),(6458,3189,1,1,1,4073,1,1772.72,-4343.18,-7.81578,0.715585,300,0,0,137,0,0,0,0,0),(6457,3206,1,1,1,4076,1,-1165.43,-5588.42,13.7373,3.90321,300,0,0,148,165,0,0,0,0),(6456,3204,1,1,1,240,1,1469.35,-4705.08,2.23116,1.0276,300,0,0,178,382,0,0,0,0),(6455,3203,1,1,1,7128,1,868.614,-4189.56,-14.0285,1.39128,300,0,0,219,537,0,0,0,0),(6454,3113,1,1,1,6088,1,484.983,-4293.99,22.3683,4.03371,300,10,0,148,165,1,0,0,0),(6453,3114,1,1,1,1964,1,461.623,-4169.47,26.8051,5.69883,300,5,0,176,0,1,0,0,0),(6452,3113,1,1,1,6088,1,461.106,-4298.42,25.2114,4.92346,300,5,0,148,165,1,0,0,0),(6451,3114,1,1,1,1964,1,438.009,-4179.61,25.1933,0.712101,300,5,0,176,0,1,0,0,0),(6450,3113,1,1,1,6088,1,493.807,-4256.06,21.1464,4.68197,300,10,0,148,165,1,0,0,0),(6449,3114,1,1,1,1964,1,463.713,-4273.01,23.3364,4.47231,300,5,0,176,0,1,0,0,0),(6448,3114,1,1,1,1964,1,491.18,-4222.48,24.282,0.003392,300,10,0,176,0,1,0,0,0),(6447,3114,1,1,1,1964,1,-137.058,-4010.05,59.3378,5.06668,300,5,0,176,0,1,0,0,0),(6446,3114,1,1,1,1964,1,-93.6433,-3984.71,61.0635,4.01332,300,5,0,176,0,1,0,0,0),(6445,3114,1,1,1,1964,1,-87.4558,-4045.82,64.5018,4.33219,300,0,0,176,0,0,0,0,0),(367,943,0,1,1,4438,1,-11610.5,-698.739,31.0895,1.0472,300,0,0,1064,1007,0,0,0,0),(3755,24819,0,1,1,8758,1,-7341.18,-1023.78,179.282,3.85718,500,0,0,2672,0,0,0,0,0),(51882,10641,1,1,1,0,0,2971.35,-982.098,198.683,1.72311,9900,0,1,713,0,2,0,0,0),(51870,3792,1,1,1,0,0,3150.4,-1170.14,217.299,5.14352,9900,0,1,1107,0,2,0,0,0),(51869,12037,1,1,1,0,0,2808.17,-3107.65,177.759,6.09464,9900,0,0,1258,0,0,0,0,0),(51862,6646,1,1,1,0,1,4483.47,-7141.17,108.877,3.90305,43200,0,0,7359,0,0,0,0,0),(51858,6652,1,1,1,0,0,4521.84,-6398.31,125.474,5.28142,9900,0,0,2980,0,0,0,0,0),(51855,6647,1,1,1,0,1,4297.21,-6241.33,107.229,4.71908,9900,0,0,2980,0,0,0,0,0),(51853,6650,1,1,1,0,1,3517.3,-5371.97,107.517,6.07781,9900,0,0,2880,0,0,0,0,0),(51852,6649,1,1,1,0,1,3458.51,-5071.87,84.7132,4.53136,9900,0,0,2384,1864,0,0,0,0),(51851,6648,1,1,1,0,0,3512.53,-4118.76,103.765,0.553323,9900,0,0,2769,0,0,0,0,0),(51850,14226,1,1,1,0,1,-2130.13,1933.63,62.932,4.77918,9900,0,0,1753,0,0,0,0,0),(51849,14227,1,1,1,0,0,-1049.27,1856.88,63.727,4.44931,9900,0,0,1603,0,0,0,0,0),(51848,14225,1,1,1,0,1,-184.959,684.984,91.3339,2.56435,9900,0,0,1221,0,0,0,0,0),(51847,14228,1,1,1,0,0,-414.566,1477.82,90.7611,4.68571,9900,0,0,1279,0,0,0,0,0),(51846,14229,1,1,1,0,0,-117.75,2337.5,-24.0244,6.12535,9900,0,0,1342,0,0,0,0,0),(51845,3056,1,1,1,0,0,-758.331,132.167,2.77833,6.16915,9900,0,0,247,0,2,0,0,0),(51844,5349,1,1,1,0,0,-3525.88,2328.92,63.964,2.02379,9900,0,0,2672,0,0,0,0,0),(51843,5345,1,1,1,0,0,-4748.69,2897.92,-39.7154,1.49365,9900,0,0,2218,0,0,0,0,0),(51842,5354,1,1,1,0,0,-5022.19,629.697,33.8359,4.09332,9900,0,1,2138,0,2,0,0,0),(51841,5346,1,1,1,0,0,-5043.28,1615.39,70.4387,1.53842,9900,0,0,2576,0,0,0,0,0),(51840,5347,1,1,1,0,0,-5750.38,1687.03,102.643,0.756947,9900,0,1,2576,0,2,0,0,0),(51839,5352,1,1,1,0,0,-5120.65,1308.87,37.6403,0.760874,9900,0,0,2574,0,0,0,0,0),(51838,14471,1,1,1,0,0,-7970.9,1507.22,-1.55187,3.46744,43200,0,0,31440,0,2,0,0,0),(51837,14476,1,1,1,0,0,-6346.24,335.595,8.96532,6.11109,9900,0,0,3509,0,0,0,0,0),(51836,14475,1,1,1,0,0,-6611.16,943.311,-52.696,1.90135,43200,0,0,8352,0,0,0,0,0),(51835,14474,1,1,1,0,0,-7381.48,1805.67,-32.5482,1.35315,43200,0,0,8883,0,0,0,0,0),(51834,8203,1,1,1,0,1,-8115.78,-5270.91,1.67574,5.1899,9900,0,0,2488,0,0,0,0,0),(51833,8205,1,1,1,0,0,-9269.3,-3896.64,10.1017,3.20755,9900,0,0,2769,0,0,0,0,0),(51832,8202,1,1,1,0,1,-8390.99,-3065.61,8.62665,0.639302,9900,0,0,1804,4140,0,0,0,0),(51831,8201,1,1,1,0,1,-8431.95,-2890.55,8.62454,4.42492,9900,0,0,2769,0,0,0,0,0),(51830,8204,1,1,1,0,0,-7932,-2569.26,8.79678,2.98372,9900,0,0,2769,0,0,0,0,0),(51829,8200,1,1,1,0,1,-7007.29,-2742.31,10.3951,3.86336,43200,0,0,4605,3174,0,0,0,0),(51828,8199,1,1,1,0,1,-6874.17,-2895.55,9.76224,4.69274,43200,0,0,5544,0,0,0,0,0),(7888,4346,1,1,1,2700,0,-2482.07,-3736.57,46.8086,2.11185,360,0,0,1403,0,0,0,0,0),(7887,4414,1,1,1,2542,0,-2572.63,-3742.22,23.0639,2.47837,360,0,0,1469,0,0,0,0,0),(6444,3113,1,1,1,6088,1,-68.2943,-4052.45,67.3768,0.826492,300,5,0,148,165,1,0,0,0),(3754,8917,0,1,1,8893,1,-7356.39,-898.963,168.811,2.74017,500,0,0,1919,1587,0,0,0,0),(6443,3113,1,1,1,6088,1,-57.1798,-4040.56,67.3281,2.90567,300,5,0,148,165,1,0,0,0),(3753,8917,0,1,1,487,1,-7388.94,-873.726,171.725,5.75959,500,0,0,1919,1587,0,0,0,0),(6442,3113,1,1,1,6088,1,-57.7837,-3979.82,62.8262,2.70352,300,5,0,148,165,1,0,0,0),(6441,3113,1,1,1,6088,1,-86.0457,-4025.48,63.4506,1.03399,300,5,0,148,165,1,0,0,0),(52942,17852,534,1,1,0,1,5449.97,-2723.77,1485.67,5.8858,43200,0,0,568500,0,0,0,0,0),(52943,17936,534,1,1,0,1,5454.07,-2713.43,1485.8,5.6903,120,0,0,33534,25240,0,0,0,0),(52944,17936,534,1,1,0,1,5446.1,-2733.18,1486.31,5.76413,120,0,0,33534,25240,0,0,0,0),(52945,17937,534,1,1,0,0,5443.86,-2640.63,1486.14,0.55313,120,0,0,40566,0,0,0,0,0),(52946,17932,534,1,1,0,1,5397.4,-2634.8,1486.36,2.7601,120,0,0,55888,0,0,0,0,0),(52947,17932,534,1,1,0,1,5398.26,-2638,1486.06,4.25236,120,0,0,55888,0,0,0,0,0),(52948,17936,534,1,1,0,1,5400.59,-2633.33,1486.1,3.63189,120,0,0,33534,25240,0,0,0,0),(52949,17937,534,1,1,0,0,5382.12,-2780.26,1499.33,4.39766,120,0,0,40566,0,0,0,0,0),(52950,17932,534,1,1,0,1,5294.63,-2918.31,1528.63,5.93311,120,0,0,55888,0,0,0,0,0),(52951,17932,534,1,1,0,1,5296.86,-2912.2,1528.59,5.93311,120,0,0,55888,0,0,0,0,0),(52952,17937,534,1,1,0,0,5463.34,-3021.03,1550.3,4.63055,120,0,0,40566,0,0,0,0,0),(52953,17932,534,1,1,0,1,5476.62,-2960.32,1538.53,4.48133,120,0,0,55888,0,0,0,0,0),(52954,12996,0,1,1,0,1,-4460,-1593,490.022,4.122,310,0,0,1910,0,0,0,0,0),(52955,12996,0,1,1,0,1,-4395,-1511,477.061,2.464,310,0,0,1910,0,0,0,0,0),(52957,12997,369,1,1,0,0,-19.6312,40.0752,-4.21403,4.79965,180,0,0,247,0,0,0,0,0),(3752,8917,0,1,1,8891,1,-7445.86,-877.988,171.799,2.6529,500,0,0,1919,1587,0,0,0,0),(3751,8917,0,1,1,8891,1,-7431.54,-912.519,171.774,0.890118,500,0,0,1919,1587,0,0,0,0),(3750,8917,0,1,1,487,1,-7424.38,-904.418,172.948,4.46804,500,0,0,1919,1587,0,0,0,0),(3749,8917,0,1,1,487,1,-7477.86,-916.018,173.522,4.15388,500,0,0,1919,1587,0,0,0,0),(3748,8917,0,1,1,8891,1,-7468.06,-980.512,173.567,1.0821,500,0,0,1919,1587,0,0,0,0),(3747,8917,0,1,1,8893,1,-7471.42,-927.598,174.644,4.66003,500,0,0,1919,1587,0,0,0,0),(52969,12999,530,1,1,0,0,-742.603,3772.26,19.3709,4.10152,300,0,0,4120,0,0,0,0,0),(52970,12999,530,1,1,0,0,-728.26,3784.94,22.503,5.68977,300,0,0,4120,0,0,0,0,0),(52971,12999,530,1,1,0,0,-737.228,3797.9,23.3401,6.19592,300,0,0,4120,0,0,0,0,0),(52972,12999,530,1,1,0,0,-711.516,3785.84,22.6245,1.62316,300,0,0,4120,0,0,0,0,0),(52973,12999,530,1,1,0,0,-756.985,3794.23,21.3038,5.74213,300,0,0,4120,0,0,0,0,0),(52974,12999,530,1,1,0,0,-751.824,3832.66,19.097,5.23599,300,0,0,4120,0,0,0,0,0),(52975,12999,530,1,1,0,0,-730.178,3811.98,22.5057,4.50295,300,0,0,4120,0,0,0,0,0),(52976,12999,530,1,1,0,0,-740.271,3852.15,17.9183,4.57276,300,0,0,4120,0,0,0,0,0),(52977,12999,530,1,1,0,0,-742.034,3812.18,21.4338,1.32645,300,0,0,4120,0,0,0,0,0),(52978,12999,530,1,1,0,0,-763.942,3799.24,21.8864,4.13643,300,0,0,4120,0,0,0,0,0),(52979,12999,530,1,1,0,0,-769.694,3792.51,21.5979,1.39626,300,0,0,4120,0,0,0,0,0),(52980,12999,530,1,1,0,0,-762.752,3837.38,19.8125,0.331613,300,0,0,4120,0,0,0,0,0),(52981,17932,534,1,1,0,1,5475.31,-2958.82,1538.5,3.57431,120,0,0,55888,0,0,0,0,0),(52982,17936,534,1,1,0,1,5479.47,-2960.35,1538.43,5.6242,120,0,0,33534,25240,0,0,0,0),(52983,17937,534,1,1,0,0,5569.84,-2809.79,1496.8,5.8072,120,0,0,40566,0,0,0,0,0),(52984,17937,534,1,1,0,0,5583.76,-2800.96,1496.93,4.09896,120,0,0,40566,0,0,0,0,0),(52985,17933,534,1,1,0,1,5574.97,-2764.2,1495.94,1.97525,120,0,0,83832,0,0,0,0,0),(52986,17933,534,1,1,0,1,5566.79,-2767.07,1495.93,1.83073,120,0,0,83832,0,0,0,0,0),(52987,17933,534,1,1,0,1,5565.96,-2750.46,1492.98,0.574997,120,0,0,83832,0,0,0,0,0),(52988,13016,369,1,1,0,0,-47.1974,41.9389,-13.8634,0.139822,1,10,0,1,0,1,0,0,0),(52989,13017,369,1,1,0,0,5.60166,52.1178,-13.8634,1.58004,180,0,0,1,0,0,0,0,0),(52990,13018,369,1,1,0,1,-20.9837,2459.93,-4.297,1.57042,180,0,0,247,0,0,0,0,0),(30252,6212,90,1,1,3456,1,-643.658,531.464,-272.977,2.16421,86400,3,0,2400,0,1,0,0,0),(30251,6224,90,1,1,6936,1,-592.591,684.311,-326.979,2.87979,86400,2,0,787,0,1,0,0,0),(30250,6212,90,1,1,3456,1,-739.926,655.718,-321.699,3.28122,86400,3,0,2400,0,1,0,0,0),(30249,6212,90,1,1,3456,1,-770.363,594.709,-290.977,2.68781,86400,2,0,2400,0,1,0,0,0),(30248,6233,90,1,1,6978,0,-446.372,233.008,-207.908,4.77612,86400,2,0,3412,0,1,0,0,0),(30247,6223,90,1,1,6982,1,-555.465,369.512,-231.596,5.51524,86400,5,0,2250,0,1,0,0,0),(30246,6233,90,1,1,6978,0,-455.033,257.621,-207.823,0.122173,86400,5,0,3412,0,1,0,0,0),(30245,6233,90,1,1,6978,0,-423.485,226.97,-211.55,4.7026,86400,2,0,3412,0,1,0,0,0),(30244,6233,90,1,1,6978,0,-545.239,274.565,-207.823,4.39823,86400,3,0,3412,0,1,0,0,0),(53012,17933,534,1,1,0,1,5588.66,-2747.19,1494.72,2.72228,120,0,0,83832,0,0,0,0,0),(53013,17933,534,1,1,0,1,5591.99,-2714.14,1493.23,1.57464,120,0,0,83832,0,0,0,0,0),(53014,17933,534,1,1,0,1,5591.91,-2711.96,1493.24,0.176628,120,0,0,83832,0,0,0,0,0),(53015,17934,534,1,1,0,1,5619.97,-2838.4,1509.99,3.42425,120,0,0,41916,0,0,0,0,0),(53016,17934,534,1,1,0,1,5622.04,-2852.36,1510.75,3.42425,120,0,0,41916,0,0,0,0,0),(53017,17935,534,1,1,0,1,5631.3,-2837.96,1510.68,4.47689,120,0,0,33534,25240,0,0,0,0),(53018,17935,534,1,1,0,1,5634.15,-2845.68,1510.69,2.38773,120,0,0,33534,25240,0,0,0,0),(53019,17935,534,1,1,0,1,5621.74,-2872.24,1516.51,2.38381,120,0,0,33534,25240,0,0,0,0),(53020,17934,534,1,1,0,1,5583.98,-2872.57,1509.52,1.55128,120,0,0,41916,0,0,0,0,0),(53021,17934,534,1,1,0,1,5598.32,-2872.79,1510.52,1.37536,120,0,0,41916,0,0,0,0,0),(53022,17935,534,1,1,0,1,5594.75,-2883.25,1510.54,2.81106,120,0,0,33534,25240,0,0,0,0),(53023,17935,534,1,1,0,1,5587.29,-2883.04,1510.35,0.207466,120,0,0,33534,25240,0,0,0,0),(53024,18502,534,1,1,0,0,5194.32,-3444.63,1637.23,0.141486,120,0,0,16902,0,0,0,0,0),(53025,18502,534,1,1,0,0,5334.16,-3740.88,1603.83,4.93242,120,0,0,16902,0,0,0,0,0),(6440,3113,1,1,1,6088,1,-52.5952,-4017.01,65.3598,5.78543,300,5,0,148,165,1,0,0,0),(3746,8917,0,1,1,8892,1,-7342.71,-1044.4,180.434,4.43314,500,0,0,1919,1587,0,0,0,0),(135601,16481,532,1,1,14366,0,-11051.3,-1982.27,158.296,4.31096,604800,0,0,51660,0,0,0,0,0),(135600,16481,532,1,1,14366,0,-11057.7,-1997.75,115.226,2.9081,604800,5,0,51660,0,1,0,0,0),(135599,16481,532,1,1,14366,0,-11090.5,-1969.23,92.6019,1.52474,604800,5,0,51660,0,1,0,0,0),(11416,20424,560,3,1,341,1,2318.87,912.879,54.6212,5.06031,86400,0,0,198,0,0,0,0,0),(6438,3114,1,1,1,1964,1,-118.588,-3985.38,58.9729,1.79979,300,5,0,176,0,1,0,0,0),(6437,3114,1,1,1,1964,1,-78.1084,-4012.51,63.6847,3.22944,300,5,0,176,0,1,0,0,0),(6436,3199,1,1,1,4194,1,929.706,-4719.18,19.9841,1.0005,300,0,0,178,382,0,0,0,0),(6435,3196,1,1,1,4187,1,923.904,-4707.81,22.9414,5.72971,300,0,0,166,178,0,0,0,0),(6434,3199,1,1,1,4194,1,943.456,-4724.34,21.3917,4.66289,300,5,0,178,382,1,0,0,0),(6433,3199,1,1,1,4194,1,914.509,-4747.24,19.6063,3.66224,300,5,0,178,382,1,0,0,0),(6432,3197,1,1,1,4192,1,846.259,-4200.13,-10.6926,4.34767,300,0,0,166,178,0,0,0,0),(6431,3198,1,1,1,4190,1,876.708,-4229.61,-11.1555,5.044,300,0,0,178,382,0,0,0,0),(6430,3198,1,1,1,4190,1,861.762,-4177.55,-14.0174,0.122173,300,0,0,178,382,0,0,0,0),(6429,3197,1,1,1,4192,1,881.009,-4196.7,-14.0806,0.994838,300,0,0,166,178,0,0,0,0),(6428,3197,1,1,1,4192,1,860.271,-4198.58,-13.9487,0.925025,300,0,0,166,178,0,0,0,0),(6427,3197,1,1,1,4192,1,871.684,-4183.83,-13.9273,4.03171,300,0,0,166,178,0,0,0,0),(6426,3197,1,1,1,4193,1,1504.83,-4735.84,15.6554,0.989693,300,0,0,166,178,0,0,0,0),(6425,3198,1,1,1,4190,1,1420.28,-4728.08,-0.710633,4.48445,300,0,0,178,382,0,0,0,0),(6424,3198,1,1,1,4190,1,1535.37,-4783.95,12.4727,2.08328,300,0,0,178,382,0,0,0,0),(6423,3198,1,1,1,4191,1,1477.11,-4769.06,6.44096,0.847762,300,0,0,178,382,0,0,0,0),(6422,3197,1,1,1,4193,1,1483.43,-4779.73,5.94835,1.30609,300,0,0,166,178,0,0,0,0),(6421,3197,1,1,1,4192,1,1458.77,-4804.13,10.7312,2.95202,300,0,0,166,178,0,0,0,0),(135598,16481,532,1,1,14366,0,-11060.2,-2014.64,97.019,5.98857,604800,5,0,51660,0,1,0,0,0),(135597,16481,532,1,1,14366,0,-11053,-1949.28,96.472,2.12436,604800,5,0,51660,0,1,0,0,0),(39749,5271,109,1,1,0,1,-440.499,-120.2,-90.8275,2.34569,86400,0,0,4950,1695,0,0,0,0),(39748,5271,109,1,1,0,1,-486.837,-112.27,-90.8275,4.87075,86400,0,0,4950,1695,0,0,0,0),(39747,5271,109,1,1,0,1,-488.346,-116.971,-90.8275,0.749854,86400,0,0,4950,1695,0,0,0,0),(39746,5271,109,1,1,0,1,-448.944,-93.9112,-90.8275,6.11177,86400,0,0,4950,1695,0,0,0,0),(39745,5269,109,1,1,0,1,-448.423,-91.5326,-90.8275,5.98973,86400,0,0,1919,1587,0,0,0,0),(39744,5273,109,1,1,0,1,-466.5,-94.7733,-90.8275,6.212,86400,0,0,4950,1695,0,0,0,0),(39743,5271,109,1,1,0,1,-449.691,-55.0559,-90.8275,5.98769,86400,0,0,4950,1695,0,0,0,0),(39742,5271,109,1,1,0,1,-442.985,-53.7109,-90.8275,3.67469,86400,0,0,4950,1695,0,0,0,0),(39741,5271,109,1,1,0,1,-459.757,-74.6776,-90.8275,5.61186,86400,0,0,4950,1695,0,0,0,0),(39740,5271,109,1,1,0,1,-476.669,-74.2078,-90.8275,0.0630307,86400,0,0,4950,1695,0,0,0,0),(39739,5273,109,1,1,0,1,-459.898,-77.7837,-90.8275,6.26499,86400,0,0,4950,1695,0,0,0,0),(39738,5271,109,1,1,0,1,-476.251,-80.8728,-90.8275,0.275089,86400,0,0,4950,1695,0,0,0,0),(39737,5710,109,1,1,0,1,-425.894,-86.0747,-88.224,3.11157,86400,0,0,8860,1807,0,0,0,0),(39736,5283,109,1,1,0,1,-502.888,122.757,-90.6196,5.14026,86400,0,0,6183,0,0,0,0,0),(39735,5277,109,1,1,0,1,-436.859,164.875,-90.866,4.16098,86400,0,0,6414,0,0,0,0,0),(39734,5277,109,1,1,0,1,-422.242,156.176,-90.8708,4.17668,86400,0,0,6414,0,0,0,0,0),(135596,16473,532,1,1,16569,0,-10871.7,-1727.13,90.5517,2.11185,604800,0,0,40214,0,0,0,0,0),(135595,16473,532,1,1,16567,0,-10872.8,-1725.18,90.552,5.2709,604800,0,0,40214,0,0,0,0,0),(135594,16473,532,1,1,16569,0,-10852.9,-1745.39,89.5654,3.82227,604800,0,0,40214,0,0,0,0,0),(135593,16473,532,1,1,18979,0,-10854.3,-1747.9,89.5583,0.296706,604800,0,0,40214,0,0,0,0,0),(135592,16473,532,1,1,18979,0,-10890.5,-1738.73,90.5533,4.53786,604800,0,0,40214,0,0,0,0,0),(30243,6223,90,1,1,6982,1,-468.047,262.68,-207.823,4.2237,86400,2,0,2250,0,1,0,0,0),(30242,6223,90,1,1,6982,1,-490.481,272.661,-211.014,5.72468,86400,0,0,2250,0,0,0,0,0),(30241,6223,90,1,1,6981,1,-549.057,278.595,-207.931,4.79965,86400,2,0,2250,0,1,0,0,0),(30240,6233,90,1,1,6978,0,-516.385,281.052,-211.46,5.95157,86400,5,0,3412,0,1,0,0,0),(30239,6233,90,1,1,6978,0,-432.397,238.449,-211.538,4.7055,86400,2,0,3412,0,1,0,0,0),(30238,6407,90,1,1,6628,1,-565.122,184.7,-193.653,5.06145,86400,0,0,2715,0,0,0,0,0),(135591,16473,532,1,1,16569,0,-10887,-1738.21,90.5533,0.977384,604800,0,0,40214,0,0,0,0,0),(3344,8964,0,1,1,6374,0,-7587.61,-1127.06,299.039,4.70997,900,0,0,6645,0,2,0,0,0),(135590,16473,532,1,1,18979,0,-10855.9,-1717.56,96.2783,6.19592,604800,0,0,40214,0,0,0,0,0),(30237,6391,90,1,1,6611,1,-526.82,202.067,-193.631,0.907571,86400,0,0,2250,0,0,0,0,0),(30236,6392,90,1,1,6608,1,-566.097,182.016,-193.654,0.715585,86400,0,0,2319,811,0,0,0,0),(30235,6391,90,1,1,6611,1,-531.838,207.829,-193.631,0.645772,86400,0,0,2250,0,0,0,0,0),(30234,6392,90,1,1,6609,1,-517.134,178.266,-193.638,6.16101,86400,0,0,2319,811,0,0,0,0),(30233,6391,90,1,1,6610,1,-549.924,170.193,-193.654,4.45059,86400,0,0,2250,0,0,0,0,0),(30232,6392,90,1,1,6608,1,-563.7,183.698,-193.653,3.36848,86400,0,0,2319,811,0,0,0,0),(30231,6407,90,1,1,6629,1,-491.399,198.038,-193.618,4.08407,86400,0,0,2715,0,0,0,0,0),(135589,16472,532,1,1,16566,1,-10841.2,-1718.05,96.1949,3.88073,604800,5,0,45240,0,1,0,0,0),(15309,2349,0,1,1,6808,0,-784.152,-163.407,34.6365,1.66464,300,5,0,664,0,1,0,0,0),(6420,3198,1,1,1,4191,1,1499.2,-4855.49,10.7803,3.06868,300,0,0,178,382,0,0,0,0),(135588,16472,532,1,1,16563,1,-10854,-1735.47,90.4665,5.24363,604800,0,0,45240,0,2,0,0,0),(30230,6407,90,1,1,6629,1,-492.279,195.693,-193.619,1.43117,86400,0,0,2715,0,0,0,0,0),(30229,9676,90,1,1,9027,1,-559.508,195.829,-193.647,5.93412,86400,0,0,664,0,0,0,0,0),(30228,6329,90,1,1,976,0,-524.084,17.8809,-156.404,2.87979,86400,3,0,1830,655,1,0,0,0),(7886,4346,1,1,1,2700,0,-2633.17,-3748.08,53.6637,5.81195,360,0,0,1403,0,0,0,0,0),(3343,8964,0,1,1,6374,0,-7502.98,-1091.51,286.44,4.37475,900,0,0,6645,0,2,0,0,0),(3342,9044,0,1,1,9606,1,-7578.5,-1240.42,284.846,4.53786,500,0,0,3189,0,0,0,0,0),(3341,9044,0,1,1,9862,1,-7532.29,-1277.22,250.551,2.47837,500,0,0,3189,0,0,0,0,0),(3340,9043,0,1,1,9599,1,-7534.65,-1274.3,250.552,5.02655,500,0,0,3189,0,0,0,0,0),(3339,9043,0,1,1,9855,1,-7549.88,-1243.63,285.441,2.58309,500,0,0,3189,0,0,0,0,0),(3338,9044,0,1,1,9862,1,-7552.64,-1239.98,285.404,5.37561,500,0,0,3189,0,0,0,0,0),(135587,16180,532,1,1,0,0,-10937.6,-2043.51,49.4749,1.35787,604800,7,0,185906,0,1,0,0,0),(30227,6329,90,1,1,976,0,-367.322,126.659,-154.66,3.40339,86400,3,0,1830,655,1,0,0,0),(30226,6329,90,1,1,976,0,-532.052,164.641,-155.236,2.6529,86400,0,0,1830,655,2,0,0,0),(30225,6329,90,1,1,976,0,-436.441,122.539,-156.443,6.23082,86400,0,0,1830,655,0,0,0,0),(30224,6329,90,1,1,976,0,-554.399,169.332,-155.153,1.01229,86400,0,0,1830,655,0,0,0,0),(30223,6329,90,1,1,976,0,-468.348,177.182,-154.653,6.0912,86400,5,0,1830,655,1,0,0,0),(30222,6329,90,1,1,976,0,-463.033,110.822,-151.173,3.08923,86400,0,0,1830,655,0,0,0,0),(30221,6329,90,1,1,976,0,-507.402,78.9238,-154.669,2.1293,86400,5,0,1830,655,1,0,0,0),(135586,16471,532,1,1,2606,0,-10905.4,-1892.48,92.2654,4.72984,604800,0,0,49560,33090,0,0,0,0),(135585,16471,532,1,1,2606,0,-10910,-1891.91,92.275,4.83456,604800,0,0,49560,33090,0,0,0,0),(135584,16471,532,1,1,2606,0,-10898.2,-1869.8,94.7619,3.24631,604800,0,0,49560,33090,0,0,0,0),(6419,3197,1,1,1,4192,1,1449.92,-4738.28,-1.99017,1.06659,300,0,0,166,178,0,0,0,0),(6418,3197,1,1,1,4192,1,1436.69,-4785.35,7.73808,4.94512,300,0,0,166,178,0,0,0,0),(6417,3197,1,1,1,4192,1,1450.39,-4691.18,-5.0319,1.42394,300,0,0,166,178,0,0,0,0),(6416,3111,1,1,1,1218,1,80.3499,-4406.12,43.4788,1.72691,300,5,0,120,0,1,0,0,0),(6415,3111,1,1,1,1218,1,18.2329,-4617.23,44.7297,0.307545,300,5,0,120,0,1,0,0,0),(6414,3112,1,1,1,1252,1,51.0283,-4468.06,48.8177,3.98646,300,3,0,137,0,1,0,0,0),(135583,16471,532,1,1,2606,0,-10912.2,-1868.5,94.7804,5.86431,604800,0,0,49560,33090,0,0,0,0),(135582,16471,532,1,1,2606,0,-10930.3,-1800.14,91.5103,6.16101,604800,0,0,49560,33090,0,0,0,0),(135581,16471,532,1,1,2606,0,-10865.3,-1808.12,91.5327,3.01942,604800,0,0,49560,33090,0,0,0,0),(135580,16471,532,1,1,0,0,-10903,-1854,96.3698,2.29487,604800,5,0,49560,33090,2,0,0,0),(135579,16470,532,1,1,16562,0,-10893.9,-1879.73,125.42,3.55025,604800,0,0,33040,16545,0,0,0,0),(6413,3112,1,1,1,1252,1,62.1836,-4454.37,46.8297,2.5243,300,3,0,137,0,1,0,0,0),(6412,3112,1,1,1,1252,1,117.878,-4459.38,37.6442,0.088007,300,10,0,137,0,1,0,0,0),(6411,3112,1,1,1,1252,1,58.3333,-4291.67,64.8786,5.32869,300,10,0,137,0,1,0,0,0),(6410,3186,1,1,1,4089,1,-779.031,-4938.93,22.3297,3.31613,300,0,0,222,0,0,0,0,0),(6409,14544,1,1,1,14342,0,-855.627,-4884.4,22.1798,1.32645,120,0,0,42,0,0,0,0,0),(6408,12350,1,1,1,6473,0,-862.748,-4878.5,20.6181,0.610865,120,0,0,55,0,0,0,0,0),(44356,10374,229,1,1,0,0,-137.77,-446.76,20.68,4.26,10800,0,0,8352,0,0,0,0,0),(44355,10374,229,1,1,0,0,-137.85,-474.1,13.46,1.53,10800,0,0,8352,0,0,0,0,0),(44354,10374,229,1,1,0,0,-148.33,-550.61,8.4,0.72,10800,0,0,8352,0,0,0,0,0),(44353,10374,229,1,1,0,0,-149.97,-568.92,9.78,1,10800,0,0,8352,0,0,0,0,0),(44352,10374,229,1,1,0,0,-111.31,-571.87,10.95,2.08,10800,0,0,8352,0,0,0,0,0),(44351,10374,229,1,1,0,0,-116.52,-553.68,5.15,1.03,10800,0,0,8352,0,0,0,0,0),(44350,10374,229,1,1,0,0,-107.82,-549.12,2.78,1.54,10800,0,0,8352,0,0,0,0,0),(44349,10375,229,1,1,0,0,-128.26,-511.17,11.54,4.56,10800,0,0,2614,0,0,0,0,0),(44348,10375,229,1,1,0,0,-146.45,-452.6,18.89,5.44,10800,0,0,2614,0,0,0,0,0),(44347,10375,229,1,1,0,0,-143.34,-480.68,12.66,0.95,10800,0,0,2614,0,0,0,0,0),(44346,10375,229,1,1,0,0,-141.77,-536.42,7.12,0.57,10800,0,0,2614,0,0,0,0,0),(44345,10375,229,1,1,0,0,-146.19,-539.25,7.68,1.03,10800,0,0,2614,0,0,0,0,0),(44344,10375,229,1,1,0,0,-124.27,-572.77,13.46,2.16,10800,0,0,2614,0,0,0,0,0),(44343,10375,229,1,1,0,0,-106.24,-565.05,8.79,2.02,10800,0,0,2614,0,0,0,0,0),(44342,10596,229,1,1,0,0,-135.51,-565.85,10.17,0.67,1000000,0,0,23688,0,0,0,0,0),(44341,10375,229,1,1,0,0,-109.84,-530.19,-6.15,1.65,10800,0,0,2614,0,0,0,0,0),(44340,10375,229,1,1,0,0,-116,-537.32,-2.11,1.55,10800,0,0,2614,0,0,0,0,0),(44339,9260,229,1,1,0,1,-87.19,-430.12,-18.76,0.26,10800,0,0,8352,0,0,0,0,0),(44338,9263,229,1,1,0,1,-55.51,-429.36,-18.76,2.97,10800,0,0,6681,2241,0,0,0,0),(44337,9264,229,1,1,0,1,-60.83,-426.5,-18.76,5.46,10800,0,0,6681,2241,0,0,0,0),(44336,9264,229,1,1,0,1,-102.52,-470.81,-18.57,2.56,10800,0,0,6681,2241,0,0,0,0),(44335,9263,229,1,1,0,1,-118.3,-456.93,-18.75,0.02,10800,0,0,6681,2241,0,0,0,0),(44334,9260,229,1,1,0,1,-119.74,-458.4,-18.75,0.07,10800,0,0,8352,0,0,0,0,0),(44333,9260,229,1,1,0,1,-119.91,-456.06,-18.75,0.14,10800,0,0,8352,0,0,0,0,0),(44332,9260,229,1,1,0,1,-103.05,-472.96,-18.46,3.15,10800,0,0,8352,0,0,0,0,0),(44331,9260,229,1,1,0,1,-100.69,-469.04,-18.66,2.95,10800,0,0,8352,0,0,0,0,0),(44330,9263,229,1,1,0,1,-114.18,-481.15,-18.28,3.05,10800,0,0,6681,2241,0,0,0,0),(44329,9264,229,1,1,0,1,-116.41,-477.59,-18.28,4.33,10800,0,0,6681,2241,0,0,0,0),(44327,9264,229,1,1,0,1,-117.38,-484.87,-18.28,1.53,10800,0,0,6681,2241,0,0,0,0),(44326,9264,229,1,1,0,1,-144.59,-509.5,-18.28,5.61,10800,0,0,6681,2241,0,0,0,0),(44325,9264,229,1,1,0,1,-142.5,-495.04,-18.28,3.63,10800,0,0,6681,2241,0,0,0,0),(44324,9263,229,1,1,0,1,-143.86,-499.87,-18.28,2.31,10800,0,0,6681,2241,0,0,0,0),(44323,9263,229,1,1,0,1,-145.35,-512.9,-18.28,0.56,10800,0,0,6681,2241,0,0,0,0),(44322,9260,229,1,1,0,1,-140.4,-509.28,-18.28,3.94,10800,0,0,8352,0,0,0,0,0),(44321,9260,229,1,1,0,1,-149.41,-497.44,-18.28,0.09,10800,0,0,8352,0,0,0,0,0),(44320,9263,229,1,1,0,1,-158.69,-497.32,-18.28,4.67,10800,0,0,6681,2241,0,0,0,0),(44319,9264,229,1,1,0,1,-158.71,-501.28,-18.28,1.59,10800,0,0,6681,2241,0,0,0,0),(44318,9260,229,1,1,0,1,-88.41,-463.18,-18.76,2.93,10800,0,0,8352,0,0,0,0,0),(44317,9259,229,1,1,0,1,-120.23,-431.55,-18.76,6.19,10800,0,0,8097,0,0,0,0,0),(44316,9259,229,1,1,0,1,-115.92,-426.04,-18.76,4.64,10800,0,0,8097,0,0,0,0,0),(44315,9261,229,1,1,0,1,-115.17,-421.78,-18.76,4.58,10800,0,0,6477,2163,0,0,0,0),(44314,9261,229,1,1,0,1,-119.32,-434.29,-18.76,1.07,10800,0,0,6477,2163,0,0,0,0),(44313,9262,229,1,1,0,1,-109.82,-434.25,-18.76,5.5,10800,0,0,6477,3244,0,0,0,0),(44312,9261,229,1,1,0,1,-95.01,-424.49,-18.76,6.2,10800,0,0,6477,2163,0,0,0,0),(44311,9259,229,1,1,0,1,-94.49,-421.04,-18.76,6.28,10800,0,0,8097,0,0,0,0,0),(44310,9262,229,1,1,0,1,-97.42,-434.12,-18.76,4.79,10800,0,0,6477,3244,0,0,0,0),(44309,9261,229,1,1,0,1,-100.27,-437.4,-18.76,0.15,10800,0,0,6477,2163,0,0,0,0),(44308,9259,229,1,1,0,1,-94.53,-436.52,-18.76,3.39,10800,0,0,8097,0,0,0,0,0),(44307,9261,229,1,1,0,1,-80.86,-451.33,-18.76,5.05,10800,0,0,6477,2163,0,0,0,0),(44306,9259,229,1,1,0,1,-82.95,-454.51,-18.76,0.24,10800,0,0,8097,0,0,0,0,0),(44305,9262,229,1,1,0,1,-79.03,-456.38,-18.75,1.67,10800,0,0,6477,3244,0,0,0,0),(44304,9259,229,1,1,0,1,-77.78,-452.02,-18.75,4,10800,0,0,8097,0,0,0,0,0),(44272,9259,229,1,1,0,1,-87.34,-427.56,-18.75,0.36,10800,0,0,8097,0,0,0,0,0),(39451,8319,109,1,1,0,0,-464.338,74.5981,-93.5441,5.78026,86400,0,0,2576,0,0,0,0,0),(39450,8319,109,1,1,0,0,-457.126,64.4411,-91.9397,1.41031,86400,0,0,2576,0,0,0,0,0),(39449,5283,109,1,1,0,1,-459.465,70.2193,-92.9899,0.92493,86400,0,0,6183,0,0,0,0,0),(39448,8319,109,1,1,0,0,-452.109,70.0397,-92.5483,3.32589,86400,0,0,2576,0,0,0,0,0),(39044,8319,109,1,1,0,0,-458.554,77.423,-93.6562,4.09951,86400,0,0,2576,0,0,0,0,0),(39043,8319,109,1,1,0,0,-414.779,22.272,-90.8588,2.42583,86400,0,0,2576,0,0,0,0,0),(39042,8319,109,1,1,0,0,-425.666,25.6628,-90.8678,2.11245,86400,0,0,2576,0,0,0,0,0),(39041,8319,109,1,1,0,0,-504.523,62.5946,-91.4398,0.431703,86400,0,0,2576,0,0,0,0,0),(39040,8319,109,1,1,0,0,-500.911,57.4209,-91.417,1.4378,86400,0,0,2576,0,0,0,0,0),(38086,8318,109,1,1,0,0,-596.574,44.2668,-69.3528,2.95519,86400,0,0,2399,0,0,0,0,0),(53301,13321,530,1,1,0,0,-278.645,5404.85,17.7989,0.427294,300,5,0,42,0,1,0,0,0),(53302,13321,530,1,1,0,0,-1006.33,5358.3,18.0053,0.959674,300,5,0,42,0,1,0,0,0),(53303,13321,530,1,1,0,0,-1023.42,5174.44,17.6275,6.14602,300,5,0,42,0,1,0,0,0),(53304,13321,530,1,1,0,0,-1027.6,5097.48,18.0527,3.86015,300,5,0,42,0,1,0,0,0),(53305,13321,530,1,1,0,0,-892.299,5145.5,17.8831,5.46264,300,5,0,42,0,1,0,0,0),(53306,13321,530,1,1,0,0,-958.186,5208.35,18.6825,2.80106,300,5,0,42,0,1,0,0,0),(53307,13321,530,1,1,0,0,-797.439,5139.89,18.3158,4.33962,300,5,0,42,0,1,0,0,0),(53308,13321,530,1,1,0,0,-735.952,5316.67,17.7496,3.14159,300,5,0,42,0,1,0,0,0),(53309,13321,530,1,1,0,0,-637.371,5337.95,17.7775,2.08316,300,5,0,42,0,1,0,0,0),(53310,13321,530,1,1,0,0,-545.695,5345.41,17.6607,4.35241,300,5,0,42,0,1,0,0,0),(53311,13321,530,1,1,0,0,-474.25,5373.49,19.2377,0.282857,300,5,0,42,0,1,0,0,0),(53312,13321,530,1,1,0,0,-314.269,5433.96,18.8303,3.82183,300,5,0,42,0,1,0,0,0),(53313,13321,530,1,1,0,0,-177.48,5423.69,17.9725,5.63142,300,5,0,42,0,1,0,0,0),(53314,13321,530,1,1,0,0,-215.677,5453.14,18.3632,4.90902,300,5,0,42,0,1,0,0,0),(53315,13321,530,1,1,0,0,-262.275,5445.42,19.0458,4.31926,300,5,0,42,0,1,0,0,0),(53316,13321,530,1,1,0,0,-116.167,5522.5,17.8191,2.62814,300,5,0,42,0,1,0,0,0),(53317,13321,530,1,1,0,0,-419.92,5515.93,17.732,3.79328,300,5,0,42,0,1,0,0,0),(53318,13321,530,1,1,0,0,-490.277,5475.79,17.5959,1.48084,300,5,0,42,0,1,0,0,0),(53319,13321,530,1,1,0,0,-545.85,5461.76,18.6937,5.8038,300,5,0,42,0,1,0,0,0),(53320,13321,530,1,1,0,0,-598.418,5401.71,21.8741,2.36036,300,5,0,42,0,1,0,0,0),(53321,13321,530,1,1,0,0,-719.558,5418.94,17.5927,4.67745,300,5,0,42,0,1,0,0,0),(53322,13321,530,1,1,0,0,-792.304,5326.87,18.0999,1.78121,300,5,0,42,0,1,0,0,0),(53323,13321,530,1,1,0,0,-825.575,5298.39,17.6064,4.74543,300,5,0,42,0,1,0,0,0),(53324,13321,530,1,1,0,0,-840.141,5353.4,17.9584,4.69068,300,5,0,42,0,1,0,0,0),(53325,13321,530,1,1,0,0,-932.291,5343.42,17.7638,2.47387,300,5,0,42,0,1,0,0,0),(53326,13321,530,1,1,0,0,-995.595,5408.98,17.3583,1.14379,300,5,0,42,0,1,0,0,0),(53327,13321,530,1,1,0,0,-913.141,5583.57,17.4991,0.921317,300,5,0,42,0,1,0,0,0),(53328,13321,530,1,1,0,0,-939.895,5709.62,17.7847,5.87201,300,5,0,42,0,1,0,0,0),(53329,13321,530,1,1,0,0,-904.871,5653.1,18.1291,5.4439,300,5,0,42,0,1,0,0,0),(53330,13321,530,1,1,0,0,-997.597,5793.85,18.7844,4.69068,300,5,0,42,0,1,0,0,0),(53331,13321,530,1,1,0,0,-950.489,5843.81,17.6082,3.34207,300,5,0,42,0,1,0,0,0),(53332,13321,530,1,1,0,0,-874.526,5809.68,18.2416,0.534557,300,5,0,42,0,1,0,0,0),(53333,13321,530,1,1,0,0,-885.132,5971.89,17.4991,6.08056,300,5,0,42,0,1,0,0,0),(53334,13321,530,1,1,0,0,-942.142,6006.56,17.4992,3.67737,300,5,0,42,0,1,0,0,0),(53335,13321,530,1,1,0,0,-1015.99,6071.15,17.6241,1.74983,300,5,0,42,0,1,0,0,0),(53336,13321,530,1,1,0,0,-888.893,6073.54,17.9368,1.79465,300,5,0,42,0,1,0,0,0),(53337,13321,530,1,1,0,0,-702.478,5953.87,17.4991,2.56197,300,5,0,42,0,1,0,0,0),(53338,13321,530,1,1,0,0,-577.675,5929.86,17.5799,1.34743,300,5,0,42,0,1,0,0,0),(53339,13321,530,1,1,0,0,-470.424,5911.19,21.9848,3.73041,300,5,0,42,0,1,0,0,0),(53340,13321,530,1,1,0,0,-409.555,5979.35,17.7782,3.14648,300,5,0,42,0,1,0,0,0),(53341,13321,530,1,1,0,0,-301.353,5957.77,17.8741,1.63694,300,5,0,42,0,1,0,0,0),(53342,13321,530,1,1,0,0,-390.511,6036.6,21.1441,2.76038,300,5,0,42,0,1,0,0,0),(53343,13321,530,1,1,0,0,-241.917,5985.46,17.5521,5.7006,300,5,0,42,0,1,0,0,0),(53344,13321,530,1,1,0,0,-247.728,6004.88,18.094,3.67431,300,5,0,42,0,1,0,0,0),(53345,13321,530,1,1,0,0,-260.679,6092.09,19.315,3.43772,300,5,0,42,0,1,0,0,0),(53346,13321,530,1,1,0,0,-84.4359,5989.37,18.0899,5.54899,300,5,0,42,0,1,0,0,0),(53347,13321,530,1,1,0,0,101.088,5910.07,17.4991,3.9174,300,5,0,42,0,1,0,0,0),(53348,13321,530,1,1,0,0,-57.8492,5922.4,18.4611,1.55712,300,5,0,42,0,1,0,0,0),(53349,13321,530,1,1,0,0,-47.9437,5868.74,17.9991,2.10095,300,5,0,42,0,1,0,0,0),(53350,13321,530,1,1,0,0,-57.5821,5775.46,17.4991,1.41683,300,5,0,42,0,1,0,0,0),(53351,13321,530,1,1,0,0,-43.4254,5797.14,18.5088,4.57532,300,5,0,42,0,1,0,0,0),(53352,13321,530,1,1,0,0,86.0864,5793.42,18.135,2.10351,300,5,0,42,0,1,0,0,0),(53353,13321,530,1,1,0,0,-4.01118,5754.31,22.0616,2.81665,300,5,0,42,0,1,0,0,0),(53354,13321,530,1,1,0,0,-55.9577,5646.66,17.8741,2.34474,300,5,0,42,0,1,0,0,0),(53355,13321,530,1,1,0,0,-109.821,5653.85,19.4748,5.29856,300,5,0,42,0,1,0,0,0),(53356,13321,530,1,1,0,0,-822.909,5557.66,17.4991,5.43143,300,5,0,42,0,1,0,0,0),(53357,13321,530,1,1,0,0,-840.085,5489.35,17.4991,1.17374,300,5,0,42,0,1,0,0,0),(53358,13321,530,1,1,0,0,-735.718,5449.67,18.3741,5.98599,300,5,0,42,0,1,0,0,0),(53359,13321,530,1,1,0,0,-694.601,5505.47,17.4793,3.78187,300,5,0,42,0,1,0,0,0),(53360,13321,530,1,1,0,0,-89.0631,5456.87,17.8947,3.51994,300,5,0,42,0,1,0,0,0),(53361,13321,530,1,1,0,0,-24.7743,5557.79,17.4395,3.57559,300,5,0,42,0,1,0,0,0),(53362,13321,530,1,1,0,0,10.0769,5574.56,17.4991,6.20605,300,5,0,42,0,1,0,0,0),(53363,13321,530,1,1,0,0,-93.0321,5414.25,18.8664,3.97878,300,5,0,42,0,1,0,0,0),(53364,13321,530,1,1,0,0,-5.98214,5438.64,17.4991,3.78051,300,5,0,42,0,1,0,0,0),(53365,13321,530,1,1,0,0,62.6563,5147.91,18.9641,0.116805,300,5,0,42,0,1,0,0,0),(53366,13321,530,1,1,0,0,133.617,5499.03,17.4872,4.18653,300,5,0,42,0,1,0,0,0),(53367,13321,530,1,1,0,0,196.167,5557.47,17.9928,1.29737,300,5,0,42,0,1,0,0,0),(53368,13321,530,1,1,0,0,214.492,5616.44,17.6241,1.91219,300,5,0,42,0,1,0,0,0),(53369,13321,530,1,1,0,0,143.855,5544.9,17.4991,1.03361,300,5,0,42,0,1,0,0,0),(53370,13321,530,1,1,0,0,73.9218,5556.99,17.5801,3.07049,300,5,0,42,0,1,0,0,0),(53371,13321,530,1,1,0,0,91.5488,5668.34,18.5421,2.55711,300,5,0,42,0,1,0,0,0),(53372,13321,530,1,1,0,0,218.173,5709.97,19.4991,6.13773,300,5,0,42,0,1,0,0,0),(53373,13321,530,1,1,0,0,180.586,5734.18,17.6249,0.169407,300,5,0,42,0,1,0,0,0),(53374,13321,530,1,1,0,0,216.196,5780.9,17.4991,1.90129,300,5,0,42,0,1,0,0,0),(53375,13321,530,1,1,0,0,232.165,5761.17,17.9991,1.05237,300,5,0,42,0,1,0,0,0),(53376,13321,530,1,1,0,0,308.72,5652.54,17.4991,2.5849,300,5,0,42,0,1,0,0,0),(53377,13321,530,1,1,0,0,250.516,5811.74,19.8741,2.685,300,5,0,42,0,1,0,0,0),(53378,13321,530,1,1,0,0,319.635,5748.23,18.4074,6.13531,300,5,0,42,0,1,0,0,0),(53379,13321,530,1,1,0,0,457.115,5727.37,17.4264,1.81024,300,5,0,42,0,1,0,0,0),(53380,13321,530,1,1,0,0,510.363,5819.89,19.2111,1.77199,300,5,0,42,0,1,0,0,0),(53381,13321,530,1,1,0,0,645.25,6020.6,17.5591,5.70809,300,5,0,42,0,1,0,0,0),(53382,13321,530,1,1,0,0,585.642,5952.64,17.7474,2.38721,300,5,0,42,0,1,0,0,0),(53383,13321,530,1,1,0,0,381.538,5956.67,17.499,1.28467,300,5,0,42,0,1,0,0,0),(53384,13321,530,1,1,0,0,259.24,5890.83,19.6071,2.51136,300,5,0,42,0,1,0,0,0),(53385,13321,530,1,1,0,0,251.025,5938.06,17.8741,1.28706,300,5,0,42,0,1,0,0,0),(53386,13321,530,1,1,0,0,240.041,5977.96,21.3509,5.30778,300,0,0,42,0,0,0,0,0),(53387,13321,530,1,1,0,0,315.583,5979.11,18.117,0.896739,300,5,0,42,0,1,0,0,0),(53388,13321,530,1,1,0,0,263.874,6080.55,19.0762,3.88695,300,5,0,42,0,1,0,0,0),(53389,13321,530,1,1,0,0,206.943,6148.66,18.2749,5.8108,300,5,0,42,0,1,0,0,0),(53390,13321,530,1,1,0,0,209.24,6261.94,17.6883,1.46316,300,5,0,42,0,1,0,0,0),(53391,13321,530,1,1,0,0,109.859,6282.29,18.8355,3.07948,300,5,0,42,0,1,0,0,0),(53392,13321,530,1,1,0,0,77.9826,6210.65,18.2195,3.91248,300,5,0,42,0,1,0,0,0),(53393,13321,530,1,1,0,0,115.909,6176.21,18.2491,2.71339,300,5,0,42,0,1,0,0,0),(53394,13321,530,1,1,0,0,86.5793,6284.62,18.1107,4.88347,300,5,0,42,0,1,0,0,0),(53395,13321,530,1,1,0,0,24.5149,6311.01,18.2945,5.52328,300,5,0,42,0,1,0,0,0),(53396,13321,530,1,1,0,0,-86.8705,6270.36,17.5045,2.56051,300,5,0,42,0,1,0,0,0),(53397,13321,530,1,1,0,0,-193.116,6211.1,20.6418,2.96028,300,5,0,42,0,1,0,0,0),(53398,13321,530,1,1,0,0,-168.01,6247.8,17.737,2.63109,300,5,0,42,0,1,0,0,0),(53399,13321,530,1,1,0,0,-310.57,6182.97,17.4991,2.41367,300,5,0,42,0,1,0,0,0),(53400,13321,530,1,1,0,0,-382.553,6085.53,18.0804,1.06955,300,5,0,42,0,1,0,0,0),(53401,13321,530,1,1,0,0,-388.424,6151.05,20.8186,1.33624,300,5,0,42,0,1,0,0,0),(53402,13321,530,1,1,0,0,-456.614,6104.1,18.2959,4.33479,300,5,0,42,0,1,0,0,0),(53403,13321,530,1,1,0,0,-416.186,6220.86,19.3741,0.887788,300,5,0,42,0,1,0,0,0),(53404,13321,530,1,1,0,0,-468.885,6157.83,17.4269,5.39378,300,5,0,42,0,1,0,0,0),(53405,13321,530,1,1,0,0,-695.268,6062.15,17.4991,2.34527,300,5,0,42,0,1,0,0,0),(53406,13321,530,1,1,0,0,-677.223,6135.42,17.9332,2.28712,300,5,0,42,0,1,0,0,0),(53407,13321,530,1,1,0,0,-705.242,6101.58,17.4817,1.89832,300,5,0,42,0,1,0,0,0),(53408,13321,530,1,1,0,0,-813.763,6059.25,17.4991,3.32887,300,5,0,42,0,1,0,0,0),(53409,13321,530,1,1,0,0,-483.112,6300.16,19.7754,6.10263,300,5,0,42,0,1,0,0,0),(53410,13321,530,1,1,0,0,-522.754,6327.56,17.696,6.06689,300,5,0,42,0,1,0,0,0),(53411,13321,530,1,1,0,0,-421.433,6476.88,17.788,0.326999,300,5,0,42,0,1,0,0,0),(53412,13321,530,1,1,0,0,92.4507,6417.22,19.3273,5.62784,300,5,0,42,0,1,0,0,0),(53413,13321,530,1,1,0,0,201.676,6391.67,17.7491,1.99428,300,5,0,42,0,1,0,0,0),(53414,13321,530,1,1,0,0,258.677,6451,17.8023,1.50625,300,5,0,42,0,1,0,0,0),(53415,13321,530,1,1,0,0,124.561,6467.58,17.6441,4.99684,300,5,0,42,0,1,0,0,0),(53416,13321,530,1,1,0,0,134.309,6559.74,19.949,2.69032,300,5,0,42,0,1,0,0,0),(53417,13321,530,1,1,0,0,210.207,6577.71,17.8241,3.30212,300,5,0,42,0,1,0,0,0),(53418,13321,530,1,1,0,0,255.061,6624.93,20.5956,4.16299,300,5,0,42,0,1,0,0,0),(53419,13321,530,1,1,0,0,171.309,6675.3,19.2343,0.861506,300,5,0,42,0,1,0,0,0),(53420,13321,530,1,1,0,0,72.0712,6665.8,18.0366,4.36345,300,5,0,42,0,1,0,0,0),(53421,13321,530,1,1,0,0,144.843,6759.88,17.5816,3.00127,300,5,0,42,0,1,0,0,0),(53422,13321,530,1,1,0,0,41.4453,6715.99,17.5756,3.01993,300,5,0,42,0,1,0,0,0),(53423,13321,530,1,1,0,0,-37.3368,6809.42,17.499,0.105848,300,5,0,42,0,1,0,0,0),(53424,13321,530,1,1,0,0,-111.749,6851.71,17.7491,0.040469,300,5,0,42,0,1,0,0,0),(53425,13321,530,1,1,0,0,-235.819,6876.81,18.2621,4.98935,300,5,0,42,0,1,0,0,0),(53426,13321,530,1,1,0,0,-194.901,6929.95,17.663,1.74943,300,5,0,42,0,1,0,0,0),(53427,13321,530,1,1,0,0,-287.84,6945.65,17.5458,3.6442,300,5,0,42,0,1,0,0,0),(53428,13321,530,1,1,0,0,-205.785,6993.75,19.1097,1.14207,300,5,0,42,0,1,0,0,0),(53429,13321,530,1,1,0,0,-101.331,6955.53,17.8253,3.58861,300,5,0,42,0,1,0,0,0),(53430,13321,530,1,1,0,0,-17.6229,6911.3,17.7941,5.3035,300,5,0,42,0,1,0,0,0),(53431,13321,530,1,1,0,0,3.62641,6846.12,17.0886,4.46163,300,5,0,42,0,1,0,0,0),(53432,13321,530,1,1,0,0,86.597,6912.22,17.833,5.35023,300,5,0,42,0,1,0,0,0),(53433,13321,530,1,1,0,0,-60.4495,7031.68,20.4616,0.2134,300,5,0,42,0,1,0,0,0),(53434,13321,530,1,1,0,0,-169.263,7031.07,17.73,1.10001,300,5,0,42,0,1,0,0,0),(53435,13321,530,1,1,0,0,-206.944,7091.88,18.8169,1.92374,300,5,0,42,0,1,0,0,0),(53436,13321,530,1,1,0,0,-168.918,7126.2,20.026,2.91164,300,5,0,42,0,1,0,0,0),(53437,13321,530,1,1,0,0,-195.068,7199.95,18.5231,3.92917,300,5,0,42,0,1,0,0,0),(53438,13321,530,1,1,0,0,-57.5729,7108.9,17.6681,2.50908,300,5,0,42,0,1,0,0,0),(53439,13321,530,1,1,0,0,-92.2149,7184.58,17.7671,4.87458,300,5,0,42,0,1,0,0,0),(53440,13321,530,1,1,0,0,-37.8549,7165.3,17.5501,0.129908,300,5,0,42,0,1,0,0,0),(53441,13321,530,1,1,0,0,-21.2125,7087.24,17.462,3.7109,300,5,0,42,0,1,0,0,0),(53442,13321,530,1,1,0,0,14.9278,7215.17,17.4991,4.96802,300,5,0,42,0,1,0,0,0),(53443,13321,530,1,1,0,0,-43.6903,7228.73,18.3155,1.9803,300,5,0,42,0,1,0,0,0),(53444,13321,530,1,1,0,0,-181.895,7380.16,17.6417,5.35355,300,5,0,42,0,1,0,0,0),(53445,13321,530,1,1,0,0,-68.3136,7380.98,19.3059,3.97326,300,5,0,42,0,1,0,0,0),(53446,13321,530,1,1,0,0,-222.812,7408.55,17.756,1.43707,300,5,0,42,0,1,0,0,0),(53447,13321,530,1,1,0,0,-143.893,7505.9,17.4991,0.429695,300,5,0,42,0,1,0,0,0),(53448,13321,530,1,1,0,0,-74.8621,7540.67,19.7491,5.53279,300,5,0,42,0,1,0,0,0),(53449,13321,530,1,1,0,0,24.4647,7509.37,17.6038,6.08676,300,5,0,42,0,1,0,0,0),(53450,13321,530,1,1,0,0,49.1666,7568.65,18.1979,5.56417,300,5,0,42,0,1,0,0,0),(53451,13321,530,1,1,0,0,-82.4947,7593.44,17.9694,0.182471,300,5,0,42,0,1,0,0,0),(53452,13321,530,1,1,0,0,-35.7782,7625.57,17.5044,1.00151,300,5,0,42,0,1,0,0,0),(53453,13321,530,1,1,0,0,-162.524,7647.02,17.7904,5.65188,300,5,0,42,0,1,0,0,0),(53454,13321,530,1,1,0,0,-225.44,7707.21,17.7099,4.8328,300,5,0,42,0,1,0,0,0),(53455,13321,530,1,1,0,0,-109.906,7727.2,19.4709,4.1867,300,5,0,42,0,1,0,0,0),(53456,13321,530,1,1,0,0,-32.3878,7757.49,21.5234,0.410454,300,5,0,42,0,1,0,0,0),(53457,13321,530,1,1,0,0,80.0049,7652.44,18.443,5.05298,300,5,0,42,0,1,0,0,0),(53458,13321,530,1,1,0,0,46.2633,7797.13,19.6007,2.6877,300,5,0,42,0,1,0,0,0),(53459,13321,530,1,1,0,0,136.255,7813.57,18.3619,4.54558,300,5,0,42,0,1,0,0,0),(53460,13321,530,1,1,0,0,98.0417,7879.22,17.6962,0.332418,300,5,0,42,0,1,0,0,0),(53461,13321,530,1,1,0,0,-56.1884,8216.22,18.3435,1.12461,300,5,0,42,0,1,0,0,0),(53462,13321,530,1,1,0,0,-222.708,8244.17,20.5605,4.67577,300,5,0,42,0,1,0,0,0),(53463,13321,530,1,1,0,0,-273.246,8286.96,18.1779,1.84159,300,5,0,42,0,1,0,0,0),(53464,13321,530,1,1,0,0,-378.596,8264.19,17.361,2.05282,300,5,0,42,0,1,0,0,0),(53465,13321,530,1,1,0,0,-263.582,8365.5,17.4991,2.727,300,5,0,42,0,1,0,0,0),(53466,13321,530,1,1,0,0,-248.135,8419.39,17.5085,4.32189,300,5,0,42,0,1,0,0,0),(53467,13321,530,1,1,0,0,581.683,6149.42,17.765,2.46692,300,5,0,42,0,1,0,0,0),(53468,13321,530,1,1,0,0,649.807,6129.48,17.6671,4.98214,300,5,0,42,0,1,0,0,0),(53469,13321,530,1,1,0,0,628.071,6191.53,17.673,4.73035,300,5,0,42,0,1,0,0,0),(53470,13321,530,1,1,0,0,697.436,6172.18,18.3084,2.91604,300,5,0,42,0,1,0,0,0),(53471,13321,530,1,1,0,0,774.256,6321.76,18.1653,1.88143,300,5,0,42,0,1,0,0,0),(53472,13321,530,1,1,0,0,681.744,6286.17,17.9356,0.517683,300,5,0,42,0,1,0,0,0),(53473,13321,530,1,1,0,0,654.327,6387.34,18.0813,1.1091,300,5,0,42,0,1,0,0,0),(53474,13321,530,1,1,0,0,728.619,6383.45,17.2165,2.46273,300,5,0,42,0,1,0,0,0),(53475,13321,530,1,1,0,0,624.937,6402.28,17.9206,0.445306,300,5,0,42,0,1,0,0,0),(53476,13321,530,1,1,0,0,774.8,6438.44,19.6301,5.30743,300,5,0,42,0,1,0,0,0),(53477,13321,530,1,1,0,0,797.68,6635.95,17.9681,5.34089,300,5,0,42,0,1,0,0,0),(53478,13321,530,1,1,0,0,310.839,6718.21,18.0173,5.12622,300,5,0,42,0,1,0,0,0),(53479,13321,530,1,1,0,0,247.518,6751.91,17.8832,1.4929,300,5,0,42,0,1,0,0,0),(53480,13321,530,1,1,0,0,789.826,6760.56,19.9915,5.75399,300,5,0,42,0,1,0,0,0),(53481,13321,530,1,1,0,0,814.634,6724.35,17.5663,0.929995,300,5,0,42,0,1,0,0,0),(53482,13321,530,1,1,0,0,205.219,6829.56,18.6515,5.53325,300,5,0,42,0,1,0,0,0),(53483,13321,530,1,1,0,0,94.6018,6845.03,18.4724,2.6225,300,5,0,42,0,1,0,0,0),(53484,13321,530,1,1,0,0,204.229,6922.27,17.8389,3.98276,300,5,0,42,0,1,0,0,0),(53485,13321,530,1,1,0,0,91.3351,7010.08,22.3668,3.02872,300,5,0,42,0,1,0,0,0),(53486,13321,530,1,1,0,0,136.314,7200.81,18.5109,3.81068,300,5,0,42,0,1,0,0,0),(53487,13321,530,1,1,0,0,128.06,7286.78,20.5373,2.10351,300,5,0,42,0,1,0,0,0),(53488,13321,530,1,1,0,0,238.483,7253.4,18.5973,6.17473,300,5,0,42,0,1,0,0,0),(53489,13321,530,1,1,0,0,141,7393.68,19.2491,2.96245,300,5,0,42,0,1,0,0,0),(53490,13321,530,1,1,0,0,288.653,7473.4,17.2175,5.88989,300,5,0,42,0,1,0,0,0),(53491,13321,530,1,1,0,0,313.049,7538.38,17.6005,4.1395,300,5,0,42,0,1,0,0,0),(53492,13321,530,1,1,0,0,868.865,6954.8,17.3492,4.50929,300,5,0,42,0,1,0,0,0),(53493,13321,530,1,1,0,0,819.775,7079.42,17.7968,0.966548,300,5,0,42,0,1,0,0,0),(53494,13321,530,1,1,0,0,794.387,7213.44,17.5661,5.12185,300,5,0,42,0,1,0,0,0),(53495,13321,530,1,1,0,0,746.906,7255.31,18.8283,5.69247,300,5,0,42,0,1,0,0,0),(53496,13321,530,1,1,0,0,893.997,7256.37,17.8962,1.57716,300,5,0,42,0,1,0,0,0),(53497,13321,530,1,1,0,0,820.361,7419.94,17.7883,1.49891,300,5,0,42,0,1,0,0,0),(53498,13321,530,1,1,0,0,774.243,7571.87,18.8717,1.94796,300,5,0,42,0,1,0,0,0),(53499,13321,530,1,1,0,0,504.148,7641.89,17.8483,1.72591,300,5,0,42,0,1,0,0,0),(53500,13321,530,1,1,0,0,515.403,7716.41,17.3831,4.87329,300,5,0,42,0,1,0,0,0),(53501,13321,530,1,1,0,0,385.059,7675.01,17.6713,4.59932,300,5,0,42,0,1,0,0,0),(53502,13321,530,1,1,0,0,243.159,7581.21,18.96,2.40375,300,5,0,42,0,1,0,0,0),(53503,13321,530,1,1,0,0,241.639,7624.37,19.2346,4.21117,300,5,0,42,0,1,0,0,0),(53504,13321,530,1,1,0,0,132.189,7637.75,19.9526,3.40314,300,5,0,42,0,1,0,0,0),(53505,13321,530,1,1,0,0,171.887,7679.18,17.7993,4.65359,300,5,0,42,0,1,0,0,0),(53506,13321,530,1,1,0,0,187.559,7758.15,18.0385,1.68631,300,5,0,42,0,1,0,0,0),(53507,13321,530,1,1,0,0,243.267,7815.28,17.9203,2.82262,300,5,0,42,0,1,0,0,0),(53508,13321,530,1,1,0,0,361.4,7759.25,18.9249,0.947579,300,5,0,42,0,1,0,0,0),(53509,13321,530,1,1,0,0,309.256,7828.23,17.4991,3.68945,300,5,0,42,0,1,0,0,0),(53510,13321,530,1,1,0,0,210.289,7884.91,18.8265,0.213687,300,5,0,42,0,1,0,0,0),(53511,13321,530,1,1,0,0,314.015,7872.79,17.4682,3.61633,300,5,0,42,0,1,0,0,0),(53512,13321,530,1,1,0,0,244.863,7963.28,18.0366,4.47097,300,5,0,42,0,1,0,0,0),(53513,13321,530,1,1,0,0,313.541,7920.08,17.9138,2.87736,300,5,0,42,0,1,0,0,0),(53514,13321,530,1,1,0,0,299.507,7983.1,19.1553,5.40788,300,5,0,42,0,1,0,0,0),(53515,13321,530,1,1,0,0,441.524,7773.45,18.0171,1.53106,300,5,0,42,0,1,0,0,0),(53516,13321,530,1,1,0,0,503.552,7761.78,17.9991,4.54197,300,5,0,42,0,1,0,0,0),(53517,13321,530,1,1,0,0,586.447,7836.8,21.4314,1.46715,300,5,0,42,0,1,0,0,0),(53518,13321,530,1,1,0,0,676.722,7861.11,18.2216,2.40936,300,5,0,42,0,1,0,0,0),(53519,13321,530,1,1,0,0,757.355,7846.12,17.6241,5.23757,300,5,0,42,0,1,0,0,0),(53520,13321,530,1,1,0,0,653.166,7708.39,17.6918,5.01016,300,5,0,42,0,1,0,0,0),(53521,13321,530,1,1,0,0,974.376,7526.78,22.8513,6.25745,300,5,0,42,0,1,0,0,0),(53522,13321,530,1,1,0,0,1076.16,7675.34,17.7854,3.2276,300,5,0,42,0,1,0,0,0),(53523,13321,530,1,1,0,0,1023.9,7741.01,18.104,2.62027,300,5,0,42,0,1,0,0,0),(53524,13321,530,1,1,0,0,983.164,7717.27,19.2885,2.91413,300,5,0,42,0,1,0,0,0),(53525,13321,530,1,1,0,0,886.863,7683.75,19.0204,5.47309,300,5,0,42,0,1,0,0,0),(53526,13321,530,1,1,0,0,1000.93,7912.28,18.1643,4.30055,300,5,0,42,0,1,0,0,0),(53527,13321,530,1,1,0,0,1077.08,7898.71,18.0363,5.04675,300,5,0,42,0,1,0,0,0),(53528,13321,530,1,1,0,0,1158.25,8017.62,18.0883,2.04581,300,5,0,42,0,1,0,0,0),(53529,13321,530,1,1,0,0,1158.27,8124.01,17.7223,5.50703,300,5,0,42,0,1,0,0,0),(53530,13321,530,1,1,0,0,1250.68,8194.72,18.2872,0.68298,300,5,0,42,0,1,0,0,0),(53531,13321,530,1,1,0,0,1037.51,8207.91,18.1241,0.604008,300,5,0,42,0,1,0,0,0),(53532,13321,530,1,1,0,0,953.89,8002.36,18.8862,6.00245,300,5,0,42,0,1,0,0,0),(53533,13321,530,1,1,0,0,830.371,7879.75,19.0239,0.443117,300,5,0,42,0,1,0,0,0),(53534,13321,530,1,1,0,0,746.926,7936.57,18.9467,0.93999,300,5,0,42,0,1,0,0,0),(53535,13321,530,1,1,0,0,722.629,8023.65,18.6591,2.82078,300,5,0,42,0,1,0,0,0),(53536,13321,530,1,1,0,0,760.544,8095.51,17.5909,3.32249,300,5,0,42,0,1,0,0,0),(53537,13321,530,1,1,0,0,831.236,8132.6,19.9085,0.380803,300,5,0,42,0,1,0,0,0),(53538,13321,530,1,1,0,0,842.187,8173.44,19.5872,2.45468,300,5,0,42,0,1,0,0,0),(53539,13321,530,1,1,0,0,1241.72,8358.24,19.1436,2.14934,300,5,0,42,0,1,0,0,0),(53540,13321,530,1,1,0,0,1260.74,8537.99,18.8786,1.3312,300,5,0,42,0,1,0,0,0),(53541,13321,530,1,1,0,0,983.898,8326.56,19.3399,3.75072,300,5,0,42,0,1,0,0,0),(53542,13321,530,1,1,0,0,577.083,8127.08,20.7861,1.56051,300,5,0,42,0,1,0,0,0),(53543,13321,530,1,1,0,0,589.89,8064.94,19.1296,1.03922,300,5,0,42,0,1,0,0,0),(53544,13321,530,1,1,0,0,460.154,7941.12,20.8741,5.78005,300,5,0,42,0,1,0,0,0),(53545,13321,530,1,1,0,0,430.019,8135,18.1856,2.40936,300,5,0,42,0,1,0,0,0),(53546,13321,530,1,1,0,0,405.045,8133.81,21.7515,3.44098,300,5,0,42,0,1,0,0,0),(53547,13321,530,1,1,0,0,773.753,8444.22,17.889,3.95572,300,5,0,42,0,1,0,0,0),(53548,13321,530,1,1,0,0,991.855,8594.08,23.0187,6.15977,300,5,0,42,0,1,0,0,0),(53549,13321,530,1,1,0,0,1019.72,8640.46,17.3124,6.10214,300,5,0,42,0,1,0,0,0),(53550,13321,530,1,1,0,0,721.001,8637.35,18.1241,2.83383,300,5,0,42,0,1,0,0,0),(53551,13321,530,1,1,0,0,64.271,8368.08,17.8161,3.55855,300,5,0,42,0,1,0,0,0),(53552,13321,530,1,1,0,0,143.895,8356.37,19.0996,6.14714,300,5,0,42,0,1,0,0,0),(53553,13321,530,1,1,0,0,80.4474,8277.24,18.2179,2.08289,300,5,0,42,0,1,0,0,0),(53554,13321,530,1,1,0,0,93.9363,8185.54,17.7306,6.07323,300,5,0,42,0,1,0,0,0),(53555,13321,530,1,1,0,0,168.861,8129.05,17.7763,2.65701,300,5,0,42,0,1,0,0,0),(53556,13321,530,1,1,0,0,228.636,8181.06,18.1772,4.26839,300,5,0,42,0,1,0,0,0),(53557,13321,530,1,1,0,0,212.278,8081.55,21.1338,4.69481,300,5,0,42,0,1,0,0,0),(53558,13321,530,1,1,0,0,211.145,8027.97,20.3741,3.12973,300,5,0,42,0,1,0,0,0),(53559,13321,530,1,1,0,0,292.433,8161.99,17.8312,0.855989,300,5,0,42,0,1,0,0,0),(53560,13321,530,1,1,0,0,48.0616,8436.72,17.7056,3.70616,300,5,0,42,0,1,0,0,0),(53561,13321,530,1,1,0,0,47.2435,8508.66,17.6274,5.33681,300,5,0,42,0,1,0,0,0),(53562,13321,530,1,1,0,0,-51.6398,8468.72,17.4872,0.812723,300,5,0,42,0,1,0,0,0),(53563,13321,530,1,1,0,0,118.18,8543.37,19.0854,4.51335,300,5,0,42,0,1,0,0,0),(53564,13321,530,1,1,0,0,154.402,8589.26,18.1083,5.92623,300,5,0,42,0,1,0,0,0),(53565,13321,530,1,1,0,0,104.209,8916.24,18.8323,3.10813,300,5,0,42,0,1,0,0,0),(53566,13321,530,1,1,0,0,-116.123,8451.1,18.3879,0.994604,300,5,0,42,0,1,0,0,0),(53567,13321,530,1,1,0,0,-126.99,8382.16,17.8464,2.8312,300,5,0,42,0,1,0,0,0),(53568,13321,530,1,1,0,0,-137.877,8448.67,19.3239,0.017576,300,5,0,42,0,1,0,0,0),(53569,13321,530,1,1,0,0,-117.448,8305.94,17.415,1.58559,300,5,0,42,0,1,0,0,0),(53570,13321,530,1,1,0,0,-62.4788,8330.26,18.7489,5.51314,300,5,0,42,0,1,0,0,0),(53571,13321,530,1,1,0,0,-156.72,8277.19,17.5949,5.63189,300,5,0,42,0,1,0,0,0),(53572,13321,530,1,1,0,0,-53.1601,8284.19,18.6957,2.74966,300,5,0,42,0,1,0,0,0),(53573,13321,530,1,1,0,0,-231.679,8484.82,19.5742,2.70154,300,5,0,42,0,1,0,0,0),(53574,13321,530,1,1,0,0,-251.199,8577.92,17.4991,0.671409,300,5,0,42,0,1,0,0,0),(53575,13321,530,1,1,0,0,-445.153,8495.02,16.7191,3.25343,300,5,0,42,0,1,0,0,0),(53576,13321,530,1,1,0,0,9277.58,-6189.69,0.58448,4.02667,300,5,0,42,0,1,0,0,0),(53577,13321,530,1,1,0,0,9005.43,-6342.88,1.93668,3.62905,300,5,0,42,0,1,0,0,0),(53578,13321,530,1,1,0,0,9246.44,-7179.31,13.7833,0.32387,300,5,0,42,0,1,0,0,0),(53579,13321,530,1,1,0,0,9138.43,-7295.21,36.0768,3.36619,300,5,0,42,0,1,0,0,0),(53580,13321,530,1,1,0,0,8997.64,-7377.13,68.9253,4.96589,300,5,0,42,0,1,0,0,0),(53581,13321,530,1,1,0,0,8323.96,-7777.61,146.009,4.16918,300,5,0,42,0,1,0,0,0),(53582,13321,530,1,1,0,0,8444.39,-7743.07,144.049,5.26519,300,5,0,42,0,1,0,0,0),(53583,13321,530,1,1,0,0,8854.19,-5852.16,1.5216,0.517799,300,5,0,42,0,1,0,0,0),(53584,13321,530,1,1,0,0,9239.96,-7180.54,12.6583,6.15883,300,5,0,42,0,1,0,0,0),(6407,12346,1,1,1,4806,0,-860.494,-4881.54,21.8775,1.55334,120,0,0,55,0,0,0,0,0),(38085,8318,109,1,1,0,0,-601.994,52.978,-69.3528,5.3216,86400,0,0,2399,0,0,0,0,0),(38084,5259,109,1,1,0,1,-606.221,46.1259,-69.3528,5.56428,86400,0,0,4776,1640,0,0,0,0),(38082,8318,109,1,1,0,0,-356.844,13.1748,-69.3923,4.61004,86400,0,0,2399,0,0,0,0,0),(38081,5267,109,1,1,0,1,-362.514,3.44433,-69.3923,0.64142,86400,0,0,5970,0,0,0,0,0),(38080,5259,109,1,1,0,1,-350.239,4.82687,-69.3923,2.37323,86400,0,0,4776,1640,0,0,0,0),(38079,8318,109,1,1,0,0,-572.55,187.132,-69.4013,4.07982,86400,0,0,2399,0,0,0,0,0),(38078,8318,109,1,1,0,0,-578.458,179.905,-69.4013,3.89918,86400,0,0,2399,0,0,0,0,0),(38077,5256,109,1,1,0,0,-412.033,176.179,-53.9463,5.23434,86400,0,0,6183,0,0,0,0,0),(38076,8318,109,1,1,0,0,-444.5,185.774,-53.9463,2.84594,86400,0,0,2399,0,0,0,0,0),(38075,5267,109,1,1,0,1,-442.403,187.482,-53.9463,3.01794,86400,0,0,5970,0,0,0,0,0),(38074,8318,109,1,1,0,0,-438.18,189.796,-53.9463,3.10119,86400,0,0,2399,0,0,0,0,0),(35236,5259,109,1,1,0,1,-438.791,185.074,-53.9463,2.89071,86400,0,0,4776,1640,0,0,0,0),(34757,5259,109,1,1,0,1,-446.649,191.083,-53.9463,5.62382,86400,0,0,4776,1640,0,0,0,0),(34660,5256,109,1,1,0,0,-560.695,109.257,-53.9463,5.22798,86400,0,0,6183,0,0,0,0,0),(34659,8318,109,1,1,0,0,-557.19,54.4363,-53.9463,4.79208,86400,0,0,2399,0,0,0,0,0),(135578,16470,532,1,1,16561,0,-10944.8,-1822.43,109.262,1.55342,604800,0,0,33040,16545,0,0,0,0),(135577,16470,532,1,1,16562,0,-10922.9,-1856.32,124.556,0.221856,604800,0,0,33040,16545,0,0,0,0),(135576,16470,532,1,1,16561,0,-10927.2,-1862.6,110.599,4.29351,604800,0,0,33040,16545,0,0,0,0),(135575,16470,532,1,1,16560,0,-10926.5,-1865.88,110.599,2.1293,604800,0,0,33040,16545,0,0,0,0),(135574,16470,532,1,1,16560,0,-10884.3,-1873.28,110.599,1.20428,604800,0,0,33040,16545,0,0,0,0),(135573,16470,532,1,1,16562,0,-10880.7,-1885.19,110.602,2.93215,604800,0,0,33040,16545,0,0,0,0),(135572,16470,532,1,1,16561,0,-10934.2,-1818.35,121.724,-0.229183,604800,0,0,33040,16545,0,0,0,0),(135571,16470,532,1,1,16560,0,-10883.3,-1863.06,124.537,1.96886,604800,0,0,33040,16545,0,0,0,0),(53618,13418,1,1,1,13342,0,1651.95,-4428.67,16.9219,2.07694,180,0,0,1003,0,0,0,0,0),(135570,16470,532,1,1,16562,0,-10865.5,-1826.61,121.673,2.47682,604800,0,0,33040,16545,0,0,0,0),(135569,16468,532,1,1,16556,0,-10886.3,-1815.13,92.0542,1.95477,604800,0,0,9780,0,0,0,0,0),(135568,16468,532,1,1,16556,0,-10874.5,-1813.23,91.8655,1.79769,604800,0,0,9780,0,0,0,0,0),(135567,16468,532,1,1,16555,0,-10883,-1814.47,91.9863,1.8326,604800,0,0,9780,0,0,0,0,0),(135566,16468,532,1,1,16555,0,-10886.7,-1824.9,92.5729,2.02458,604800,0,0,9780,0,0,0,0,0),(135565,16468,532,1,1,16557,0,-10890.9,-1825.88,92.6185,1.50098,604800,0,0,9780,0,0,0,0,0),(135564,16468,532,1,1,16557,0,-10875.7,-1818.04,92.1021,1.78024,604800,0,0,9780,0,0,0,0,0),(135563,16468,532,1,1,16557,0,-10877.2,-1823.27,92.3947,1.91986,604800,0,0,9780,0,0,0,0,0),(135562,16468,532,1,1,16558,0,-10879.5,-1823.44,92.4277,1.71042,604800,0,0,9780,0,0,0,0,0),(86235,19178,0,1,1,18810,0,1627.8,224.57,-43.0193,4.15388,180,0,0,42,0,0,3,0,0),(135561,16468,532,1,1,16557,0,-10887.9,-1840.6,93.3418,1.5708,604800,0,0,9780,0,0,0,0,0),(63504,22991,530,1,1,0,0,-4044.66,3287.29,348.362,0.349066,180,0,0,4120,0,0,0,0,0),(135560,16468,532,1,1,16558,0,-10887.3,-1835.48,93.0838,1.64061,604800,0,0,9780,0,0,0,0,0),(51854,22991,530,1,1,0,0,-3965.16,3232.7,347.552,-0.122173,180,0,0,4120,0,0,0,0,0),(135559,16468,532,1,1,16556,0,-10878.5,-1833.15,92.9463,1.78024,604800,0,0,9780,0,0,0,0,0),(135558,16468,532,1,1,16558,0,-10890.7,-1836.26,93.1279,2.1293,604800,0,0,9780,0,0,0,0,0),(135557,16468,532,1,1,16558,0,-10879.5,-1828.98,92.7314,1.48353,604800,0,0,9780,0,0,0,0,0),(135556,16468,532,1,1,16555,0,-10872.7,-1832.29,92.83,2.54818,604800,0,0,9780,0,0,0,0,0),(53646,13445,1,1,1,13370,1,1626.74,-4416.81,15.5537,5.84685,180,0,0,1003,0,0,0,0,0),(135555,16468,532,1,1,16556,0,-10873.3,-1827.71,92.5919,2.00713,604800,0,0,9780,0,0,0,0,0),(135554,16468,532,1,1,16558,0,-10892,-1844.92,93.5331,1.76278,604800,0,0,9780,0,0,0,0,0),(34658,8318,109,1,1,0,0,-557.775,61.763,-53.9463,4.79208,86400,0,0,2399,0,0,0,0,0),(135553,16468,532,1,1,16556,0,-10915.3,-1808.43,91.8576,0.942478,604800,0,0,9780,0,0,0,0,0),(135552,16468,532,1,1,16557,0,-10923.2,-1805.11,91.7259,0.628319,604800,0,0,9780,0,0,0,0,0),(34657,5256,109,1,1,0,0,-553.639,62.564,-53.9463,4.97037,86400,0,0,6183,0,0,0,0,0),(135551,16468,532,1,1,16555,0,-10903.2,-1812.5,92.0185,1.44862,604800,0,0,9780,0,0,0,0,0),(135550,16468,532,1,1,16558,0,-10913.2,-1809.57,91.9118,1.5708,604800,0,0,9780,0,0,0,0,0),(135549,16468,532,1,1,16557,0,-10908.4,-1821.69,92.5079,1.37881,604800,0,0,9780,0,0,0,0,0),(135548,16468,532,1,1,16558,0,-10911.5,-1820.37,92.4817,0.942478,604800,0,0,9780,0,0,0,0,0),(135547,16468,532,1,1,16555,0,-10917.9,-1818.73,92.4174,1.06465,604800,0,0,9780,0,0,0,0,0),(135546,16468,532,1,1,16556,0,-10916.1,-1813.07,92.107,1.16937,604800,0,0,9780,0,0,0,0,0),(135545,16468,532,1,1,16556,0,-10911.6,-1828.14,92.849,1.3439,604800,0,0,9780,0,0,0,0,0),(135544,16468,532,1,1,16557,0,-10914.2,-1827.05,92.8276,1.22173,604800,0,0,9780,0,0,0,0,0),(59471,22991,530,1,1,0,0,-3953.3,3227.94,347.564,-0.244346,180,0,0,4120,0,0,0,0,0),(34656,5259,109,1,3,0,1,-560.564,61.5475,-53.9463,3.36054,86400,0,0,4776,1640,0,0,0,0),(135543,16468,532,1,1,16558,0,-10923.8,-1829.04,93.0004,0.750492,604800,0,0,9780,0,0,0,0,0),(34655,5259,109,1,3,0,1,-551.718,58.2144,-53.9463,0.246433,86400,0,0,4776,1640,0,0,0,0),(34654,8318,109,1,1,0,0,-529.816,18.2607,-53.9463,2.16687,86400,0,0,2399,0,0,0,0,0),(34653,8318,109,1,1,0,0,-529.98,24.9148,-53.9463,5.97527,86400,0,0,2399,0,0,0,0,0),(34652,5270,109,1,1,0,1,-530.902,21.5278,-53.9463,5.97527,86400,0,0,6183,0,0,0,0,0),(34645,8318,109,1,1,0,0,-486.34,6.38944,-53.9463,3.60416,86400,0,0,2399,0,0,0,0,0),(34644,8318,109,1,1,0,0,-481.333,-0.0372205,-53.9463,0.266214,86400,0,0,2399,0,0,0,0,0),(34643,8318,109,1,1,0,0,-430.725,3.5262,-53.9463,1.63673,86400,0,0,2399,0,0,0,0,0),(135542,16468,532,1,1,16556,0,-10928,-1820.46,92.5328,0.191986,604800,0,0,9780,0,0,0,0,0),(135541,16468,532,1,1,16556,0,-10913.4,-1833.96,93.1516,1.46608,604800,0,0,9780,0,0,0,0,0),(135540,16468,532,1,1,16558,0,-10914.7,-1838.07,93.3604,1.27409,604800,0,0,9780,0,0,0,0,0),(135539,16468,532,1,1,16557,0,-10924.8,-1834.79,93.3147,0.244346,604800,0,0,9780,0,0,0,0,0),(135538,16468,532,1,1,16558,0,-10921,-1824.55,92.75,0.575959,604800,0,0,9780,0,0,0,0,0),(6733,485,0,1,1,6034,1,-9655.76,-3152.79,48.9073,1.81288,300,5,0,494,0,1,0,0,0),(6406,12349,1,1,1,6472,0,-845.084,-4880,20.6724,2.46091,120,0,0,42,0,0,0,0,0),(135537,16468,532,1,1,16555,0,-10895.9,-1879.62,125.418,3.31694,604800,0,0,9780,0,0,0,0,0),(34642,8318,109,1,1,0,0,-438.797,8.83912,-53.9463,5.81977,86400,0,0,2399,0,0,0,0,0),(34602,5259,109,1,1,0,1,-432.846,9.76502,-53.9463,4.27489,86400,0,0,4776,1640,0,0,0,0),(34593,5256,109,1,1,0,0,-442.327,5.6199,-53.9463,0.0376612,86400,0,0,6183,0,0,0,0,0),(34592,5256,109,1,1,0,0,-436.797,2.26111,-53.9463,0.797142,86400,0,0,6183,0,0,0,0,0),(34591,5259,109,1,1,0,1,-394.658,29.7623,-53.9463,2.3483,86400,0,0,4776,1640,0,0,0,0),(34590,5270,109,1,1,0,1,-396.341,35.9445,-53.9463,4.07932,86400,0,0,6183,0,0,0,0,0),(34589,5270,109,1,1,0,1,-400.084,30.8435,-53.9463,4.07932,86400,0,0,6183,0,0,0,0,0),(34588,8318,109,1,1,0,0,-381.674,55.3761,-53.9463,0.998201,86400,0,0,2399,0,0,0,0,0),(6405,14543,1,1,1,14344,0,-846.074,-4884.12,21.2854,2.54818,120,0,0,42,0,0,0,0,0),(34587,5267,109,1,1,0,1,-380.837,143.681,-53.9463,4.85938,86400,0,0,5970,0,0,0,0,0),(6404,14545,1,1,1,14339,0,-849.765,-4885.79,21.8995,1.15192,120,0,0,42,0,0,0,0,0),(6403,7952,1,1,1,7037,1,-858.232,-4882.66,22.1158,1.41372,300,0,0,2218,0,0,0,0,0),(67863,22991,530,1,1,0,0,-4108.31,3123.66,357.633,-0.680679,180,0,0,4120,0,0,0,0,0),(34586,8318,109,1,1,0,0,-382.535,141.908,-53.9463,4.7832,86400,0,0,2399,0,0,0,0,0),(34585,8318,109,1,1,0,0,-378.075,141.524,-53.9463,4.75178,86400,0,0,2399,0,0,0,0,0),(34584,8318,109,1,1,0,0,-329.908,149.089,-69.4878,2.67134,86400,0,0,2399,0,0,0,0,0),(34524,5259,109,1,3,0,1,-402.33,145.03,-131.85,3.08,86400,0,0,4776,1640,0,0,0,0),(6402,7953,1,1,1,7040,0,-852.558,-4885.32,22.0868,1.64061,300,0,0,2769,0,0,0,0,0),(6401,3297,1,1,1,4084,1,-821.04,-4941.13,21.4013,3.33843,300,0,0,1398,0,0,0,0,0),(34523,5267,109,1,1,0,1,-397.082,144.273,-131.857,5.92995,86400,0,0,5970,0,0,0,0,0),(34522,5716,109,1,1,0,1,-467.396,165.997,-66.7027,4.7096,86400,0,0,16035,0,0,0,0,0),(6400,3297,1,1,1,4083,1,-827.497,-4881.53,19.7186,1.02974,300,0,0,1398,0,0,0,0,0),(6399,3297,1,1,1,4084,1,-844.133,-4924.52,20.9509,6.16101,300,0,0,1398,0,0,0,0,0),(63520,22991,530,1,1,0,0,-4076.99,3415.22,334.008,-2.33874,180,0,0,4120,0,0,0,0,0),(6398,5880,1,1,1,10171,1,-839.287,-4939.83,21.0857,1.97222,300,0,0,300,0,0,0,0,0),(6397,5942,1,1,1,4610,1,-778.514,-4926.86,22.9971,4.31096,300,0,0,300,0,0,0,0,0),(34521,8580,109,1,2,0,0,-480.4,96.5663,-189.73,6.19797,86400,0,0,16035,0,2,0,0,0),(34520,5708,109,1,1,0,0,-369.819,85.5733,-148.802,3.21424,86400,0,0,6414,0,2,0,0,0),(34519,8384,109,1,1,0,0,-373.072,77.3239,-148.802,1.41254,86400,0,0,5970,0,0,0,0,0),(34518,8311,109,1,1,0,0,-371.254,81.8927,-147.738,6.25452,86400,0,0,1386,0,0,0,0,0),(3337,9043,0,1,1,9599,1,-7554.02,-1306.98,249.36,0.903905,500,5,0,3189,0,1,0,0,0),(135536,16468,532,1,1,16555,0,-10893.1,-1881.57,125.421,3.55027,604800,0,0,9780,0,2,0,0,0),(3335,9043,0,1,1,8899,1,-7570.05,-1319.04,245.618,2.72271,500,0,0,3189,0,0,0,0,0),(3336,9044,0,1,1,8901,1,-7574.09,-1318.32,245.617,6.24828,500,0,0,3189,0,0,0,0,0),(15307,2405,0,1,1,3662,1,-40.6804,-1024.49,55.4482,4.51027,300,0,0,3696,0,0,0,0,0),(15306,2405,0,1,1,3662,1,-76.6222,-982.212,56.2737,3.8623,300,0,0,3696,0,0,0,0,0),(15305,2228,0,1,1,1769,1,-845.604,-580.169,11.6872,4.69494,300,0,0,713,0,0,0,0,0),(15304,2386,0,1,1,3705,1,-801.281,-482.328,17.4128,5.92971,300,5,0,2310,0,1,0,0,0),(15303,2405,0,1,1,3662,1,-76.0431,-943.101,56.2815,3.89519,300,0,0,3696,0,0,0,0,0),(15302,2392,0,1,1,3651,1,-14.5396,-936.531,57.1723,3.73869,300,0,0,1163,0,0,0,0,0),(15301,2216,0,1,1,1660,1,-6.60232,-899.436,57.6278,0.191986,300,0,0,1342,0,0,0,0,0),(15300,2410,0,1,1,3682,1,-44.7427,-904.614,57.3454,0.279253,300,0,0,1981,0,0,0,0,0),(15299,2389,0,1,1,2037,1,2.67557,-857.919,58.889,3.80482,600,0,0,10572,0,0,0,0,0),(3334,9044,0,1,1,8901,1,-7579.89,-1280.52,245.605,3.12414,500,0,0,3189,0,0,0,0,0),(6396,3184,1,1,1,4071,1,-798.274,-4892.27,22.983,3.90954,300,0,0,713,0,0,0,0,0),(6395,3121,1,1,1,598,0,-1022.93,-5614.99,4.98502,3.67255,300,5,0,137,0,1,0,0,0),(135535,16468,532,1,1,16557,0,-10944.9,-1824.43,109.263,1.55343,604800,0,0,9780,0,2,0,0,0),(135534,16468,532,1,1,16557,0,-10946.8,-1822.39,109.262,1.55308,604800,0,0,9780,0,0,0,0,0),(135533,16468,532,1,1,16556,0,-10921.1,-1859.95,124.565,0.451319,604800,0,0,9780,0,0,0,0,0),(135532,16468,532,1,1,16555,0,-10924.1,-1853.04,124.528,0.780341,604800,0,0,9780,0,0,0,0,0),(135531,16468,532,1,1,16555,0,-10935.8,-1871.22,110.6,4.81711,604800,0,0,9780,0,0,0,0,0),(135530,16468,532,1,1,16558,0,-10939.4,-1867.83,110.6,3.05433,604800,0,0,9780,0,0,0,0,0),(135529,16468,532,1,1,16557,0,-10941.3,-1869.12,110.601,0.994838,604800,0,0,9780,0,0,0,0,0),(135528,16468,532,1,1,16558,0,-10935.7,-1875.22,110.602,1.309,604800,0,0,9780,0,0,0,0,0),(135527,16468,532,1,1,16555,0,-10875,-1878.74,110.601,4.01426,604800,0,0,9780,0,0,0,0,0),(135526,16468,532,1,1,16558,0,-10875.8,-1881.21,110.602,2.35619,604800,0,0,9780,0,0,0,0,0),(30220,6329,90,1,1,976,0,-558.493,172.266,-155.153,2.11185,86400,0,0,1830,655,0,0,0,0),(30219,6206,90,1,1,830,1,-455.935,178.529,-154.66,3.66519,86400,5,0,2272,0,1,0,0,0),(30218,6207,90,1,1,764,1,-583.11,82.3299,-202.996,4.52782,86400,5,0,629,0,1,0,0,0),(30217,6207,90,1,1,764,1,-508.743,36.3295,-156.485,0.787366,86400,5,0,629,0,1,0,0,0),(30216,6207,90,1,1,764,1,-509.529,100.519,-154.744,5.60004,86400,0,0,629,0,2,0,0,0),(30215,6207,90,1,1,764,1,-606.302,124.539,-188.085,3.02382,86400,0,0,629,0,0,0,0,0),(53788,14041,369,1,1,0,0,-18.4973,-17.03,-4.297,1.46808,190,0,0,484,0,0,0,0,0),(53789,14121,369,1,1,0,0,95.8035,1375.94,-122.222,1.47555,190,5,0,484,0,1,0,0,0),(53790,14121,369,1,1,0,0,49.3074,1205.64,-121.838,3.01425,190,0,0,484,0,0,0,0,0),(53791,14121,369,1,1,0,0,53.5573,1303.29,-121.098,1.21121,190,5,0,484,0,1,0,0,0),(44271,9262,229,1,1,0,1,-82.94,-422.2,-18.75,4.7,10800,0,0,6477,3244,0,0,0,0),(6394,3121,1,1,1,598,0,-648.184,-5618.89,7.47856,5.19248,300,5,0,137,0,1,0,0,0),(6393,3121,1,1,1,598,0,-1614.27,-5287.68,7.52334,3.00841,300,5,0,137,0,1,0,0,0),(6392,3121,1,1,1,598,0,-744.585,-5611.71,24.5514,3.47539,300,10,0,137,0,1,0,0,0),(6391,3121,1,1,1,598,0,-1584.37,-5307.1,9.23512,1.78176,300,10,0,137,0,1,0,0,0),(6390,3121,1,1,1,598,0,-1553.21,-5350.96,4.72484,4.27125,300,5,0,137,0,1,0,0,0),(6389,3172,1,1,1,3745,1,356.192,-4837.95,11.172,2.04204,300,0,0,1536,0,0,0,0,0),(6388,5953,1,1,1,9800,1,217.065,-4716.41,15.4771,0.366338,300,0,0,1706,0,0,0,0,0),(6387,5953,1,1,1,9800,1,319.097,-4812.88,10.6054,4.60767,300,0,0,1706,0,0,0,0,0),(6386,5953,1,1,1,9798,1,392.519,-4582.6,69.7285,0.977384,300,0,0,1706,0,0,0,0,0),(6385,5953,1,1,1,9800,1,358.329,-4791.56,12.6601,1.0426,300,0,0,1706,0,0,0,0,0),(6384,5943,1,1,1,4611,0,330.355,-4826.93,10.6074,2.79253,300,0,0,328,0,0,0,0,0),(6383,5953,1,1,1,9799,1,390.671,-4591.46,55.2134,4.02328,300,0,0,1706,0,0,0,0,0),(6382,5953,1,1,1,9798,1,398.973,-4707.58,9.7528,5.48033,300,0,0,1706,0,0,0,0,0),(6381,3168,1,1,1,3741,1,328.73,-4763.78,12.6269,2.09439,300,0,0,328,0,0,0,0,0),(6380,5953,1,1,1,9799,1,261.857,-4645.88,11.763,5.3713,300,0,0,1706,0,2,0,0,0),(6379,5952,1,1,1,9797,1,-610.798,-4599.89,41.4444,4.72984,300,0,0,11828,0,0,0,0,0),(6378,5952,1,1,1,9796,1,-641.489,-4561.34,42.9932,6.05629,300,0,0,11828,0,0,0,0,0),(5303,5952,1,1,1,9795,1,-560.155,-4589.4,42.7146,1.8675,300,0,0,11828,0,0,0,0,0),(4912,3707,1,1,1,4068,1,-617.395,-4202.4,38.2966,4.86947,300,0,0,198,0,0,0,0,0),(4800,3156,1,1,1,1884,1,-606.874,-4111.87,43.028,0.244346,300,0,0,176,0,0,0,0,0),(4799,12776,1,1,1,14371,1,-604.013,-4107.27,43.5945,5.60251,300,0,0,176,0,0,0,0,0),(4798,5884,1,1,1,4526,1,-625.296,-4210.17,38.2966,0.802851,300,0,0,198,0,0,0,0,0),(4797,3159,1,1,1,1883,1,-588.829,-4102.27,43.5465,4.67748,300,0,0,1279,0,0,0,0,0),(4796,3160,1,1,1,1881,0,-581.734,-4109.51,43.6077,3.75246,300,0,0,222,0,0,0,0,0),(4795,5952,1,1,1,9794,1,-565.985,-4269.39,38.488,4.2237,300,0,0,11828,0,0,0,0,0),(4794,3118,1,1,1,6815,0,1045.19,-4688.98,40.8734,2.18687,300,0,0,186,191,0,0,0,0),(135525,16468,532,1,1,16555,0,-10882.7,-1886.03,110.601,0.802851,604800,0,0,9780,0,0,0,0,0),(135524,16468,532,1,1,16557,0,-10883.4,-1869.55,110.599,4.46804,604800,0,0,9780,0,0,0,0,0),(3332,9044,0,1,1,9862,1,-7575.96,-1279.52,278.272,4.66003,500,0,0,3189,0,0,0,0,0),(3333,9044,0,1,1,9861,1,-7540.21,-1274.36,273.235,5.55015,500,0,0,3189,0,0,0,0,0),(3331,9043,0,1,1,9856,1,-7576.59,-1282.92,278.27,1.22173,500,0,0,3189,0,0,0,0,0),(4793,3117,1,1,1,2166,0,965.025,-4732.44,28.8712,4.02875,300,5,0,176,0,1,0,0,0),(7881,4503,1,1,1,655,0,-3372.29,-2820.57,33.5242,2.32129,360,0,0,1981,0,0,0,0,0),(4354,4502,1,1,1,3193,0,-3131.99,-2936.71,35.5506,1.37881,360,0,0,2138,0,0,0,0,0),(3602,4501,1,1,1,11539,0,-3191.32,-2925.55,33.4429,0.698132,360,0,0,1753,0,0,0,0,0),(3601,4343,1,1,1,814,0,-3409.38,-3309.92,33.6687,0.180552,360,10,0,1536,0,1,0,0,0),(1734,4343,1,1,1,814,0,-3618.52,-3176.49,29.1474,0.582522,360,10,0,1536,0,1,0,0,0),(30214,6207,90,1,1,764,1,-546.168,216.54,-156.761,2.42968,86400,2,0,629,0,1,0,0,0),(3330,9044,0,1,1,8901,1,-7543.94,-1280.48,273.24,0.366519,500,0,0,3189,0,0,0,0,0),(366,14921,0,1,1,15012,1,-11849.5,1259.08,6.88076,4.41568,1800,0,0,8097,0,0,0,0,0),(365,1064,0,1,1,4369,1,-12349.7,194.657,4.29848,3.15905,300,0,0,11828,0,0,0,0,0),(364,1404,0,1,1,4372,1,-12388.9,227.696,2.40931,4.39823,300,0,0,1753,0,0,0,0,0),(363,1064,0,1,1,4369,1,-12334.5,176.827,3.29848,6.23082,300,0,0,11828,0,0,0,0,0),(3328,14387,0,1,1,21009,0,-7508.63,-1039.84,180.995,3.85718,900,0,0,2442,2434,0,0,0,0),(3329,14436,0,1,1,14565,0,-7648.9,-638.269,200.981,4.97419,500,0,0,2515,2486,0,0,0,0),(3326,9697,0,1,1,9370,0,-8382.7,-983.502,187.957,5.58345,500,10,0,3529,0,1,0,0,0),(3327,7049,0,1,1,457,0,-8376.17,-925.061,208.649,5.56968,500,10,0,2823,2117,1,0,0,0),(3325,7049,0,1,1,457,0,-8159.94,-1106.07,138.177,0.910096,500,10,0,2823,2117,1,0,0,0),(135523,16468,532,1,1,16555,0,-10932.9,-1811.79,121.696,-0.618266,604800,0,0,9780,0,0,0,0,0),(135522,16468,532,1,1,16556,0,-10933.1,-1814.89,121.759,0.650337,604800,0,0,9780,0,0,0,0,0),(135521,16468,532,1,1,16555,0,-10880.4,-1860.07,124.537,2.29207,604800,0,0,9780,0,0,0,0,0),(135520,16468,532,1,1,16557,0,-10882.4,-1860.88,124.537,2.29207,604800,0,0,9780,0,0,0,0,0),(135519,16468,532,1,1,16555,0,-10864.2,-1819.36,121.706,-2.61533,604800,0,0,9780,0,0,0,0,0),(15298,2563,0,1,1,1103,0,-994.444,-1564.45,47.5073,3.31726,300,5,0,1163,0,1,0,0,0),(135518,16468,532,1,1,16556,0,-10864.8,-1822.41,121.673,2.39925,604800,0,0,9780,0,0,0,0,0),(135517,16461,532,1,1,16552,0,-10870.9,-2080.61,90.5791,0.034907,604800,0,0,40214,0,0,0,0,0),(135516,16461,532,1,1,16552,0,-10896.8,-2012.68,92.2582,2.19912,604800,0,0,40214,0,0,0,0,0),(135514,16461,532,1,1,16551,0,-10851.5,-2107.48,92.2457,2.14675,604800,0,0,40214,0,0,0,0,0),(135513,16461,532,1,1,16554,0,-10835,-2027.94,91.0082,3.52556,604800,0,0,40214,0,0,0,0,0),(135512,16461,532,1,1,16553,0,-10851,-2020.34,92.2582,3.33358,604800,0,0,40214,0,0,0,0,0),(135511,16461,532,1,1,16553,0,-10857.7,-2032.1,92.2582,3.00197,604800,0,0,40214,0,0,0,0,0),(135510,16461,532,1,1,16553,0,-10849.1,-1986.83,92.243,1.8675,604800,0,0,40214,0,0,0,0,0),(135509,16461,532,1,1,16552,0,-10902.6,-2049.56,92.173,4.219,604800,0,0,40214,0,2,0,0,0),(135508,16461,532,1,1,16552,0,-10886.2,-2068.82,92.2457,4.46804,604800,0,0,40214,0,0,0,0,0),(135507,16461,532,1,1,16551,0,-10827.6,-1958.63,93.442,3.33358,604800,0,0,40214,0,0,0,0,0),(135506,16461,532,1,1,16551,0,-10837.5,-1958.96,93.442,2.14675,604800,0,0,40214,0,0,0,0,0),(135505,16461,532,1,1,16552,0,-10829,-2005.42,92.243,3.9619,604800,0,0,40214,0,0,0,0,0),(135504,16461,532,1,1,16552,0,-10825.5,-2002.57,92.243,2.33874,604800,0,0,40214,0,0,0,0,0),(4792,3117,1,1,1,2166,0,968.545,-4702.7,30.2607,4.56841,300,5,0,176,0,1,0,0,0),(30213,6207,90,1,1,764,1,-367.842,79.4234,-154.728,4.66982,86400,5,0,629,0,1,0,0,0),(30212,6233,90,1,1,6978,0,-834.252,423.218,-272.513,1.309,86400,3,0,3412,0,1,0,0,0),(30211,7603,90,1,1,6968,0,-829.622,421.078,-272.513,4.90438,86400,2,0,787,0,1,0,0,0),(30210,7603,90,1,1,6968,0,-833.532,415.708,-272.513,2.25148,86400,2,0,787,0,1,0,0,0),(30209,7603,90,1,1,6967,0,-820.316,421.994,-272.513,0,86400,2,0,787,0,1,0,0,0),(30208,7603,90,1,1,6968,0,-824.891,419.662,-272.513,0.383972,86400,2,0,787,0,1,0,0,0),(4791,3115,1,1,1,3012,0,615.411,-4387,17.1267,5.10571,300,10,0,137,0,1,0,0,0),(4790,3130,1,1,1,2179,0,787.5,-4104.17,-9.39556,6.04683,300,3,0,176,0,1,0,0,0),(4789,3130,1,1,1,2179,0,746.786,-4111.69,-10.1845,3.25886,300,3,0,176,0,1,0,0,0),(4788,3130,1,1,1,2179,0,759.487,-4101.67,-10.1845,1.97032,300,3,0,176,0,1,0,0,0),(4787,6786,1,1,1,5729,1,-599.449,-4715.32,35.2296,1.20428,200,0,0,86,0,0,0,0,0),(4786,6787,1,1,1,5730,0,344.605,-4675.81,16.5411,4.10152,300,0,0,356,0,0,0,0,0),(4785,5597,1,1,1,3546,1,1568.65,-4386.24,5.3955,3.03687,300,0,0,1604,0,0,0,0,0),(4784,3122,1,1,1,1960,0,-19.6653,-4050.76,62.2565,2.08576,300,5,0,120,0,1,0,0,0),(4783,3122,1,1,1,1960,0,777.325,-4928.43,21.6668,0.215905,300,5,0,120,0,1,0,0,0),(4782,3122,1,1,1,1960,0,595.818,-4201.23,13.8938,5.64964,300,10,0,120,0,1,0,0,0),(4781,3122,1,1,1,1960,0,125.764,-4091.38,53.872,3.8731,300,10,0,120,0,1,0,0,0),(4780,3122,1,1,1,1960,0,962.5,-4952.53,11.6496,4.71239,300,10,0,120,0,1,0,0,0),(30207,6227,90,1,1,6891,0,-876.693,363.197,-316.433,4.18204,86400,3,0,2550,878,1,0,0,0),(30206,6233,90,1,1,6978,0,-766.442,53.0244,-256.694,4.72984,86400,2,0,3412,0,1,0,0,0),(30205,6224,90,1,1,6936,1,-798.383,192.561,-273.081,3.77095,86400,5,0,787,0,1,0,0,0),(30204,6224,90,1,1,6936,1,-768.508,347.22,-272.596,1.75239,86400,2,0,787,0,1,0,0,0),(53940,14337,451,1,1,0,0,16397.2,-16136,41.0866,4.31874,180,0,0,2215,0,0,0,0,0),(207617,34949,530,1,1,0,0,-1797.06,5479.81,-12.3448,2.1293,120,0,0,1,0,0,0,0,0),(4779,3122,1,1,1,1960,0,1130.52,-4572.23,17.2368,3.07753,300,10,0,120,0,1,0,0,0),(4778,3122,1,1,1,1960,0,664.271,-4838.06,26.4969,1.36104,300,5,0,120,0,1,0,0,0),(4777,3122,1,1,1,1960,0,77.7896,-4196.88,60.786,3.14159,300,5,0,120,0,1,0,0,0),(4776,3122,1,1,1,1960,0,481.397,-4410.52,40.3712,5.01022,300,5,0,120,0,1,0,0,0),(30203,6233,90,1,1,6978,0,-758.589,358.368,-272.513,0,86400,5,0,3412,0,1,0,0,0),(30202,7603,90,1,1,6967,0,-761.42,345.627,-272.596,4.43788,86400,2,0,787,0,1,0,0,0),(4775,3122,1,1,1,1960,0,519.162,-4383.35,33.6531,0.141069,300,5,0,120,0,1,0,0,0),(362,1064,0,1,1,4368,1,-12395.1,131.913,3.55804,4.60767,300,0,0,11828,0,0,0,0,0),(361,1387,0,1,1,1868,1,-12417.5,144.474,3.36881,0.610865,1800,0,0,17742,0,0,0,0,0),(360,1148,0,1,1,4377,0,-12412.3,134.007,3.94486,1.3439,300,0,0,1753,0,0,0,0,0),(359,1064,0,1,1,4369,1,-12375.3,130.875,21.1785,4.85202,300,0,0,11828,0,0,0,0,0),(316,1146,0,1,1,4389,1,-12357.8,155.552,4.32853,1.29154,300,0,0,1753,0,0,0,0,0),(30201,7603,90,1,1,6967,0,-756.644,340.992,-272.596,1.35328,86400,2,0,787,0,1,0,0,0),(30200,7603,90,1,1,6968,0,-761.55,355.004,-272.596,4.64483,86400,2,0,787,0,1,0,0,0),(4774,3128,1,1,1,3734,1,-277.769,-5146.6,21.436,2.28441,200,5,0,102,0,1,0,0,0),(4773,3128,1,1,1,3734,1,-273.242,-4919.18,27.1867,4.78078,200,5,0,102,0,1,0,0,0),(30199,7603,90,1,1,6968,0,-763.268,346.868,-272.596,5.02194,86400,2,0,787,0,1,0,0,0),(30198,6224,90,1,1,6936,1,-811.597,100.217,-264.648,6.03884,86400,2,0,787,0,1,0,0,0),(30197,7603,90,1,1,6968,0,-811.106,103.936,-264.648,1.41372,86400,2,0,787,0,1,0,0,0),(30196,7603,90,1,1,6967,0,-810.912,95.8048,-264.648,3.85718,86400,2,0,787,0,1,0,0,0),(30195,7603,90,1,1,6967,0,-806.775,99.9191,-264.648,4.92183,86400,2,0,787,0,1,0,0,0),(30194,7603,90,1,1,6968,0,-816.426,101.189,-264.648,0.139626,86400,2,0,787,0,1,0,0,0),(30193,6227,90,1,1,6891,0,-811.979,179.635,-273.079,1.09651,86400,3,0,2550,878,1,0,0,0),(3324,9698,0,1,1,10985,0,-8160.42,-1081.25,138.819,5.35104,500,10,0,3644,0,1,0,0,0),(53996,14388,0,1,1,0,0,-8217,-499,197.379,2.145,430,5,0,3322,0,1,0,0,0),(53997,14388,0,1,1,0,0,-8205,-483,193.823,2.678,430,5,0,3322,0,1,0,0,0),(53998,14388,0,1,1,0,0,-8184,-577,200.644,4.471,430,5,0,3322,0,1,0,0,0),(53999,14388,0,1,1,0,0,-8150,-540,200.85,1.866,430,5,0,3322,0,1,0,0,0),(54000,14390,0,1,1,0,1,-8208,-485,193.739,5.354,310,5,0,3831,0,1,0,0,0),(54001,14390,0,1,1,0,1,-8159,-597,199.913,2.554,310,5,0,3831,0,1,0,0,0),(4772,3128,1,1,1,3734,1,-262.554,-5188.37,21.1489,4.32635,200,5,0,102,0,1,0,0,0),(54003,14393,0,1,1,0,1,-8177,-594,200.167,0.811,540,0,0,3279,1142,0,0,0,0),(30192,6224,90,1,1,6936,1,-768.453,349.162,-272.596,4.49674,86400,2,0,787,0,1,0,0,0),(30191,6233,90,1,1,6978,0,-859.42,317.601,-316.407,5.21927,86400,5,0,3412,0,1,0,0,0),(30190,7603,90,1,1,6968,0,-858.642,320.32,-316.407,5.21926,86400,3,0,787,0,1,0,0,0),(30189,7603,90,1,1,6968,0,-855.923,319.543,-316.408,5.21929,86400,3,0,787,0,1,0,0,0),(15297,2559,0,1,1,11316,0,-1158.26,-1485.18,53.2455,3.13723,300,5,0,1050,0,1,0,0,0),(4771,3144,1,1,1,1619,1,1905.75,-4161.37,41.0035,0.488692,300,0,0,484,0,0,0,0,0),(4770,4949,1,1,1,4527,1,1920.01,-4123.95,43.3733,4.79965,7200,0,0,5578000,127740,0,0,0,0),(4769,5603,1,1,1,3564,1,1594.38,-4378.3,9.69994,3.45575,300,0,0,1604,0,0,0,0,0),(3323,7049,0,1,1,457,0,-8346.38,-979.194,185.32,0.557152,500,10,0,2823,2117,1,0,0,0),(4768,4311,1,1,1,4515,1,1352.45,-4395.7,29.2713,2.28638,300,0,0,1003,0,0,0,0,0),(3322,9697,0,1,1,9370,0,-8256.4,-1042.67,147.307,2.0834,500,5,0,3529,0,1,0,0,0),(70168,20520,530,1,1,0,0,3726.24,2443.04,104.157,4.55208,600,0,0,7181,0,0,0,0,0),(3321,7049,0,1,1,457,0,-7952.33,-993.707,132.886,4.39405,500,10,0,2823,2117,1,0,0,0),(315,16096,0,1,1,10747,1,-12435.6,217.448,31.2913,5.02655,1800,0,0,31905,0,0,0,0,0),(4767,6987,1,1,1,5770,1,1928.33,-4517.21,29.1426,0.959931,300,0,0,1753,0,0,0,0,0),(4766,6986,1,1,1,5769,1,1931.78,-4514.99,29.1426,3.40339,300,0,0,2218,0,0,0,0,0),(3413,17076,530,1,1,0,0,-1883.62,5420.01,-12.4279,0.519128,25,0,0,1117800,31550,0,0,0,0),(3248,22823,530,1,1,0,0,203.588,8550.11,22.3256,4.47675,25,0,0,41,60,0,0,0,0),(1885,28132,560,3,1,0,1,2280.83,814.708,54.5895,4.14046,86400,0,0,76846,0,2,0,0,0),(314,14911,0,1,1,15004,1,-11834.7,1257.75,2.15351,5.56803,1800,0,0,7326,2434,0,0,0,0),(313,14994,0,1,1,13069,0,-11847,1280.86,3.16509,6.17846,300,0,0,42,0,0,0,0,0),(150156,28048,0,1,1,0,1,-14422.6,523.259,26.3886,5.16617,120,0,0,1,0,0,0,0,0),(150157,28049,0,1,1,0,1,-14420.5,525.486,26.0714,4.67748,120,0,0,1,0,0,0,0,0),(150158,28050,0,1,1,0,1,-14430.4,520.976,25.9306,2.56563,120,0,0,1,0,0,0,0,0),(30188,7603,90,1,1,6967,0,-860.844,330.92,-316.433,1.86691,86400,3,0,787,0,1,0,0,0),(30187,7603,90,1,1,6968,0,-860.153,328.662,-316.413,1.86721,86400,3,0,787,0,1,0,0,0),(30186,6230,90,1,1,8369,0,-503.135,582.624,-230.601,2.74118,86400,2,0,2400,0,1,0,0,0),(30185,6222,90,1,1,6933,1,-505.07,482.81,-273.08,6.21937,86400,2,0,787,0,1,0,0,0),(30184,6222,90,1,1,6932,1,-493.585,591.612,-230.517,1.0821,86400,2,0,787,0,1,0,0,0),(4762,19912,1,1,1,18290,0,1987.4,-4813.11,56.8491,1.62316,300,0,0,6986,0,0,0,0,0),(4760,14182,1,1,1,14216,1,2057.53,-4733.22,25.15,2.60812,300,0,0,2442,2434,2,0,0,0),(4759,5765,1,1,1,4209,1,-624.024,-4214.41,38.2173,5.61996,300,0,0,198,0,0,0,0,0),(4758,3107,1,1,1,1938,0,-686.708,-5462.52,-0.809426,1.86903,300,5,0,137,0,1,0,0,0),(4757,3107,1,1,1,1938,0,-873.053,-5278.66,-9.99352,4.62633,300,10,0,137,0,1,0,0,0),(312,14910,0,1,1,15003,1,-11828.3,1246.78,2.3936,5.82184,1800,0,0,9156,0,0,0,0,0),(4756,3107,1,1,1,1938,0,-1059.25,-5285.51,-5.73464,0.844803,300,5,0,137,0,1,0,0,0),(4755,3107,1,1,1,1938,0,-885.142,-5507.15,-2.12263,4.85539,300,5,0,137,0,1,0,0,0),(4754,3107,1,1,1,1938,0,-1477.05,-5301.59,-1.2612,5.10087,300,5,0,137,0,1,0,0,0),(4753,3107,1,1,1,1938,0,-760.886,-5470.73,-1.76081,2.23607,300,10,0,137,0,1,0,0,0),(4752,3107,1,1,1,1938,0,-1463.44,-5314.72,-5.68222,2.49887,300,5,0,137,0,1,0,0,0),(4751,3107,1,1,1,1938,0,-801.224,-5301.3,-2.88575,5.14036,300,10,0,137,0,1,0,0,0),(30183,7603,90,1,1,6968,0,-505.002,596.776,-230.601,3.60776,86400,2,0,787,0,1,0,0,0),(30182,7603,90,1,1,6967,0,-498.561,589.783,-230.518,5.07891,86400,2,0,787,0,1,0,0,0),(30181,7603,90,1,1,6967,0,-503.62,588.685,-230.518,0,86400,5,0,787,0,1,0,0,0),(30180,7603,90,1,1,6967,0,-504.026,592.853,-230.518,4.5204,86400,2,0,787,0,1,0,0,0),(30179,6233,90,1,1,6978,0,-466.97,475.331,-230.601,5.81475,86400,2,0,3412,0,1,0,0,0),(30178,7603,90,1,1,6967,0,-469.989,486.403,-230.602,5.99827,86400,2,0,787,0,1,0,0,0),(3320,9697,0,1,1,9370,0,-8158.09,-1043.28,134.523,0.98713,500,10,0,3529,0,1,0,0,0),(311,14904,0,1,1,14996,1,-11850.2,1244.7,4.65736,5.95157,1800,0,0,9156,0,0,0,0,0),(3319,7031,0,1,1,2075,0,-8200.68,-2311.91,131.522,1.81837,500,5,0,2608,0,1,0,0,0),(4750,3107,1,1,1,1938,0,809.335,-5074.06,2.624,2.07261,300,5,0,137,0,1,0,0,0),(4749,3107,1,1,1,1938,0,-990.279,-5455.54,2.89134,5.6182,300,5,0,137,0,1,0,0,0),(30177,7603,90,1,1,6967,0,-473.96,471.998,-230.518,3.85718,86400,2,0,787,0,1,0,0,0),(30176,7603,90,1,1,6967,0,-469.306,480.047,-230.602,3.47808,86400,2,0,787,0,1,0,0,0),(44154,9261,229,1,1,0,1,30.32,-486.71,-18.56,5.25,10800,0,0,6477,2163,0,0,0,0),(44269,9262,229,1,1,0,1,33.56,-487.29,-18.66,3.63,10800,0,0,6477,3244,0,0,0,0),(44270,9259,229,1,1,0,1,29.66,-489.79,-18.58,0.7,10800,0,0,8097,0,0,0,0,0),(44152,9262,229,1,1,0,1,26.95,-471.63,-18.3,4.48,10800,0,0,6477,3244,0,0,0,0),(44153,9261,229,1,1,0,1,25.39,-477.23,-18.32,1.32,10800,0,0,6477,2163,0,0,0,0),(44149,9262,229,1,1,0,1,-41.88,-430.44,-18.76,1.09,10800,0,0,6477,3244,0,0,0,0),(44150,9262,229,1,1,0,1,-55.33,-414.23,-18.76,1.53,10800,0,0,6477,3244,0,0,0,0),(44151,9262,229,1,1,0,1,-29.32,-412.75,-18.76,4.89,10800,0,0,6477,3244,0,0,0,0),(4748,3123,1,1,1,1959,0,84.7999,-3990.47,45.812,0.10152,300,5,0,156,0,1,0,0,0),(4747,3123,1,1,1,1959,0,173.04,-3919.43,44.1306,4.58625,300,10,0,156,0,1,0,0,0),(4746,3123,1,1,1,1959,0,1369.98,-4763.24,27.5002,3.88385,300,5,0,156,0,1,0,0,0),(84714,22899,530,1,1,0,1,4107.49,2930.08,354.534,6.23883,180,0,0,6986,0,0,0,0,0),(3318,7031,0,1,1,2075,0,-7699.67,-2620.82,138.439,6.13922,500,5,0,2608,0,1,0,0,0),(4745,3123,1,1,1,1959,0,1385.33,-4911.25,8.47098,3.76957,300,10,0,156,0,1,0,0,0),(44078,9261,229,1,1,0,1,-40.06,-425.21,-18.76,4.45,10800,0,0,6477,2163,0,0,0,0),(44020,9259,229,1,1,0,1,-74.91,-405.03,-18.76,5.22,10800,0,0,8097,0,0,0,0,0),(44019,9259,229,1,1,0,1,-34.91,-407.28,-18.76,4.67,10800,0,0,8097,0,0,0,0,0),(44009,9261,229,1,1,0,1,-51.25,-413.27,-18.75,5.99,10800,0,0,6477,2163,0,0,0,0),(44008,9261,229,1,1,0,1,-47.39,-406.25,-18.75,5.66,10800,0,0,6477,2163,0,0,0,0),(44007,9261,229,1,1,0,1,-25.34,-408.58,-18.75,4.92,10800,0,0,6477,2163,0,0,0,0),(43771,9261,229,1,1,0,1,18.59,-441.58,-18.69,4.72,10800,0,0,6477,2163,0,0,0,0),(43768,9259,229,1,1,0,1,-42.63,-426.17,-18.76,5.39,10800,0,0,8097,0,0,0,0,0),(43767,9259,229,1,1,0,1,-37.48,-426.83,-18.76,3.6,10800,0,0,8097,0,0,0,0,0),(43766,9259,229,1,1,0,1,-42.45,-411.02,-18.76,5.73,10800,0,0,8097,0,0,0,0,0),(43765,9259,229,1,1,0,1,-16.19,-406.75,-18.76,4.54,10800,0,0,8097,0,0,0,0,0),(4744,3123,1,1,1,1959,0,1345.02,-4882.5,12.6827,0.137286,300,10,0,156,0,1,0,0,0),(3317,7031,0,1,1,2075,0,-8162.29,-2020.21,131.37,2.90207,500,0,0,2608,0,0,0,0,0),(63518,22991,530,1,1,0,0,-4041.39,3271,346.642,-2.09439,180,0,0,4120,0,0,0,0,0),(4743,3123,1,1,1,1959,0,-68.5253,-3869.09,43.5474,4.12943,300,10,0,156,0,1,0,0,0),(4742,3123,1,1,1,1959,0,1128.83,-4863.97,20.2508,6.17076,300,5,0,156,0,1,0,0,0),(4741,3123,1,1,1,1959,0,833.373,-3881.34,18.7598,4.73303,300,5,0,156,0,1,0,0,0),(4740,3123,1,1,1,1959,0,84.0344,-3858.26,38.197,1.39955,300,10,0,156,0,1,0,0,0),(4739,3123,1,1,1,1959,0,491.172,-3996.12,21.4062,5.15761,300,10,0,156,0,1,0,0,0),(4738,3127,1,1,1,2732,0,18.7356,-3814.1,34.054,5.59471,300,10,0,176,0,1,0,0,0),(88077,15276,531,1,1,0,0,-8868.31,1205.97,-104.231,2.70526,604800,0,0,1,0,0,0,0,0),(15296,2356,0,1,1,3201,0,-809.068,-207.296,35.9963,2.03183,300,5,0,944,0,1,0,0,0),(54187,17724,546,3,1,0,0,74.9491,-57.4098,-2.75561,4.62677,7200,0,0,15489,0,0,0,0,0),(54189,17724,546,3,1,0,0,71.087,-58.3801,-2.75326,5.65408,7200,0,0,15489,0,0,0,0,0),(3316,9779,0,1,1,10814,0,-8290.62,-1315.65,177.86,0.768825,500,5,0,1013,0,1,0,0,0),(54191,17724,546,3,1,0,0,72.2916,-66.0613,-2.75166,2.78659,7200,0,0,15489,0,0,0,0,0),(3315,9779,0,1,1,10814,0,-8277.72,-1310.28,165.61,4.69593,500,5,0,1013,0,1,0,0,0),(3314,9779,0,1,1,10814,0,-8277.07,-1318.92,167.985,6.25093,500,5,0,1013,0,1,0,0,0),(3313,9778,0,1,1,10817,0,-8264.12,-1320.17,164.998,3.12159,500,5,0,810,2041,1,0,0,0),(3312,9778,0,1,1,10817,0,-8274.9,-1321.57,167.86,0.688354,500,5,0,810,2041,1,0,0,0),(54203,17725,546,3,1,0,0,75.0757,-62.2422,-2.75484,2.4363,7200,0,0,15489,0,0,0,0,0),(4737,3127,1,1,1,2732,0,1146.68,-4188.94,22.8695,3.17431,300,10,0,176,0,1,0,0,0),(4736,3127,1,1,1,2732,0,1286.64,-4905.52,11.2412,1.1727,300,10,0,176,0,1,0,0,0),(4735,3127,1,1,1,2732,0,855.374,-3909.67,19.9425,2.44885,300,5,0,176,0,1,0,0,0),(54210,17734,546,3,1,17758,0,44.9528,-113.584,-3.38156,2.79235,7200,0,0,45720,0,2,0,0,0),(54211,17724,546,3,1,0,0,64.5184,-173.445,-3.42009,1.84778,7200,0,0,15489,0,0,0,0,0),(54212,17724,546,3,1,0,0,68.2495,-170.507,-3.23913,2.90335,7200,0,0,15489,0,0,0,0,0),(54213,17724,546,3,1,0,0,67.257,-163.872,-2.85925,3.2073,7200,0,0,15489,0,0,0,0,0),(54214,17724,546,3,1,0,0,63.5906,-163.986,-2.87705,4.57704,7200,0,0,15489,0,0,0,0,0),(54215,17724,546,3,1,0,0,60.9912,-169.612,-3.20813,0.616276,7200,0,0,15489,0,0,0,0,0),(54216,17725,546,3,1,0,0,45.1816,-198.854,-4.31001,2.19466,7200,0,0,15489,0,0,0,0,0),(54217,17725,546,3,1,0,0,49.1828,-194.482,-4.23965,2.53396,7200,0,0,15489,0,0,0,0,0),(54218,17725,546,3,1,0,0,22.4198,-176.602,-4.36346,4.94592,7200,0,0,15489,0,0,0,0,0),(4734,3127,1,1,1,2732,0,143.211,-3883.41,39.5411,5.24734,300,10,0,176,0,1,0,0,0),(4733,3127,1,1,1,2732,0,-81.0895,-3828.82,32.4952,4.06694,300,10,0,176,0,1,0,0,0),(4732,3127,1,1,1,2732,0,1182.86,-4022.2,15.451,1.33915,300,10,0,176,0,1,0,0,0),(4731,3127,1,1,1,2732,0,806.07,-3877.45,18.5046,2.65392,300,5,0,176,0,1,0,0,0),(4730,3127,1,1,1,2732,0,1064.04,-4212.57,18.9224,3.23654,300,10,0,176,0,1,0,0,0),(4729,3127,1,1,1,2732,0,1294.18,-4970.53,2.84001,3.6976,300,5,0,176,0,1,0,0,0),(4728,4485,1,1,1,5535,1,1953.59,-4735.77,48.5105,1.09956,300,0,0,1110,1067,0,0,0,0),(4727,3126,1,1,1,2487,0,204.414,-4272.58,38.2886,1.71147,300,5,0,137,0,1,0,0,0),(4726,3126,1,1,1,2487,0,623.757,-4312.75,18.4193,5.32152,300,10,0,137,0,1,0,0,0),(4725,3126,1,1,1,2487,0,794.855,-4179.5,20.3199,0.336352,300,10,0,137,0,1,0,0,0),(4724,3126,1,1,1,2487,0,595.673,-3922.84,19.8631,5.82392,300,5,0,137,0,1,0,0,0),(4723,3126,1,1,1,2487,0,510.582,-4548.97,50.2268,2.98257,300,5,0,137,0,1,0,0,0),(4722,3126,1,1,1,2487,0,495.384,-3918.39,22.271,0.716256,300,5,0,137,0,1,0,0,0),(54246,17725,546,3,1,0,0,3.60895,-198.344,-4.53321,3.55288,7200,0,0,15489,0,2,0,0,0),(54247,17725,546,3,1,0,0,7.23024,-206.647,-4.53321,3.55288,7200,0,0,15489,0,2,0,0,0),(54248,20465,546,3,1,0,0,107.908,-272.499,-8.34876,0.462337,7200,0,0,19422,0,0,0,0,0),(54249,20465,546,3,1,0,0,119.956,-278.698,-8.47496,5.61691,7200,0,0,19422,0,0,0,0,0),(54250,20465,546,3,1,0,0,126.442,-272.389,-8.47496,1.37183,7200,0,0,19422,0,0,0,0,0),(4721,3126,1,1,1,2487,0,-13.5858,-4136.24,78.1668,4.87374,300,5,0,137,0,1,0,0,0),(3311,7032,0,1,1,5781,0,-8251.78,-1872.77,143.699,1.44349,500,5,0,2875,0,1,0,0,0),(3310,7032,0,1,1,5781,0,-7883.22,-1558.22,131.612,2.30199,500,5,0,2875,0,1,0,0,0),(3309,9779,0,1,1,10814,0,-8213.54,-1345.89,141.734,2.50413,500,5,0,1013,0,1,0,0,0),(3308,9779,0,1,1,10814,0,-8214.52,-1351.61,141.734,3.54111,500,5,0,1013,0,1,0,0,0),(3307,9779,0,1,1,10814,0,-8208.15,-1344.75,141.734,5.47941,500,5,0,1013,0,1,0,0,0),(3306,9778,0,1,1,10817,0,-8222.71,-1353.26,141.734,3.99477,500,5,0,810,2041,1,0,0,0),(3305,9778,0,1,1,10817,0,-8215.35,-1345.94,141.734,0.523303,500,5,0,810,2041,1,0,0,0),(4720,3126,1,1,1,2487,0,691.491,-4908.61,23.3928,3.16744,300,10,0,137,0,1,0,0,0),(3304,7032,0,1,1,5781,0,-8248.07,-1117.93,141.206,1.46878,500,5,0,2875,0,1,0,0,0),(3303,7046,0,1,1,6377,0,-8342.42,-985.418,183.41,5.5862,500,10,0,3374,0,1,0,0,0),(3302,7045,0,1,1,9585,0,-8171.75,-2133.57,135.51,0.900328,500,0,0,3066,0,2,0,0,0),(18033,1914,0,1,1,3562,1,-196.477,912.855,66.8764,1.20428,275,0,0,285,790,0,0,0,0),(43764,9259,229,1,1,0,1,-1.39,-421.36,-18.72,3.83,10800,0,0,8097,0,0,0,0,0),(43763,9259,229,1,1,0,1,24.54,-444.81,-18.75,4.28,10800,0,0,8097,0,0,0,0,0),(43762,9259,229,1,1,0,1,22.03,-504.63,-18.35,4.8,10800,0,0,8097,0,0,0,0,0),(43761,9239,229,1,1,0,1,-30.71,-576.92,-18.66,0.63,10800,0,0,6273,2117,0,0,0,0),(43760,9239,229,1,1,0,1,-6.07,-558.05,-18.59,0.57,10800,0,0,6273,2117,0,0,0,0),(43759,9267,229,1,1,0,1,-65.98,-578.27,-18.68,2.33,10800,0,0,7842,0,0,0,0,0),(43758,9265,229,1,1,0,1,-68.89,-573.58,-18.67,5.16,10800,0,0,6477,2163,0,0,0,0),(4719,3126,1,1,1,2487,0,471.891,-3851.64,21.2425,6.10655,300,10,0,137,0,1,0,0,0),(3301,7046,0,1,1,6377,0,-8240.96,-1204.55,142.663,4.70984,500,5,0,3374,0,1,0,0,0),(135503,16460,532,1,1,16547,0,-10869.3,-2077.77,90.579,4.90438,604800,0,0,32166,16155,0,0,0,0),(135502,16460,532,1,1,16547,0,-10899.6,-2018.59,92.2582,0.890118,604800,0,0,32166,16155,0,0,0,0),(135501,16460,532,1,1,16549,0,-10854,-2101.29,92.2457,0.139626,604800,0,0,32166,16155,0,0,0,0),(135500,16460,532,1,1,16547,0,-10833.2,-2030.69,91.0082,2.67035,604800,0,0,32166,16155,0,0,0,0),(135499,16460,532,1,1,16548,0,-10855.2,-2020.88,92.2582,6.03884,604800,0,0,32166,16155,0,0,0,0),(135498,16460,532,1,1,16547,0,-10853,-1986.83,92.243,1.58825,604800,0,0,32166,16155,0,0,0,0),(135497,16460,532,1,1,16547,0,-10884.1,-2070.94,92.2457,2.63545,604800,0,0,32166,16155,0,0,0,0),(4718,3126,1,1,1,2487,0,665.084,-4255.48,15.8818,3.39653,300,10,0,137,0,1,0,0,0),(43757,9265,229,1,1,0,1,-34.18,-477.49,-18.6,4.72,10800,0,0,6477,2163,0,0,0,0),(43756,9267,229,1,1,0,1,-30.19,-477.67,-18.6,4.73,10800,0,0,7842,0,0,0,0,0),(43755,9269,229,1,1,0,1,-31.89,-473.5,-18.59,4.8,10800,0,0,6477,2163,0,0,0,0),(43754,9269,229,1,1,0,1,-38.25,-514.12,-18.63,4.72,10800,0,0,6477,2163,0,0,0,0),(43753,9269,229,1,1,0,1,-33.38,-519.36,-18.63,3.09,10800,0,0,6477,2163,0,0,0,0),(43752,9269,229,1,1,0,1,-43.84,-519.52,-18.63,0,10800,0,0,6477,2163,0,0,0,0),(43751,9269,229,1,1,0,1,-38.63,-525.21,-18.63,1.59,10800,0,0,6477,2163,0,0,0,0),(43750,9269,229,1,1,0,1,-5.73,-554.13,-18.59,5.73,10800,0,0,6477,2163,0,0,0,0),(43749,9266,229,1,1,0,1,-1.49,-556.58,-18.59,2.99,10800,0,0,6477,2163,0,0,0,0),(43748,9266,229,1,1,0,1,-64.75,-575.12,-18.68,3.45,10800,0,0,6477,2163,0,0,0,0),(43707,9266,229,1,1,0,1,-30.8,-573.34,-18.64,5.39,10800,0,0,6477,2163,0,0,0,0),(43578,9266,229,1,1,0,1,-26.77,-573.81,-18.64,3.43,10800,0,0,6477,2163,0,0,0,0),(43577,9241,229,1,1,0,1,-27.28,-577.19,-18.67,2.27,10800,0,0,8097,0,0,0,0,0),(43576,9241,229,1,1,0,1,-71.81,-577.15,-18.68,0.11,10800,0,0,8097,0,0,0,0,0),(43575,9241,229,1,1,0,1,-35.61,-473.69,-18.59,4.94,10800,0,0,8097,0,0,0,0,0),(43574,9241,229,1,1,0,1,-28.05,-473.79,-18.58,4.71,10800,0,0,8097,0,0,0,0,0),(43573,9268,229,1,1,0,0,-41.33,-448.37,-18.46,4.76,10800,0,0,8352,0,0,0,0,0),(43572,9269,229,1,1,0,1,-61.82,-449.36,-18.46,5.17,10800,0,0,6477,2163,0,0,0,0),(43571,9241,229,1,1,0,1,-62.05,-457.34,-18.46,1.3,10800,0,0,8097,0,0,0,0,0),(43570,9266,229,1,1,0,1,-57.48,-454.82,-18.46,2.55,10800,0,0,6477,2163,0,0,0,0),(43569,9241,229,1,1,0,1,-7.31,-475.22,-18.6,5.03,10800,0,0,8097,0,0,0,0,0),(43568,9240,229,1,1,0,1,-3.22,-475.15,-18.61,4.85,10800,0,0,6273,2117,0,0,0,0),(43567,9269,229,1,1,0,1,0.02,-475.11,-18.61,3.82,10800,0,0,6477,2163,0,0,0,0),(43566,9268,229,1,1,0,0,-0.63,-482,-18.62,4.06,10800,0,0,8352,0,0,0,0,0),(43565,9268,229,1,1,0,0,-4.77,-517.7,-6.96,2.78,10800,0,0,8352,0,0,0,0,0),(43564,9268,229,1,1,0,0,-15.43,-528.19,-18.63,3.31,10800,0,0,8352,0,0,0,0,0),(43563,9268,229,1,1,0,0,-67.24,-483.41,-18.59,5.53,10800,0,0,8352,0,0,0,0,0),(43562,9268,229,1,1,0,0,-62.94,-524.7,-18.63,6.2,10800,0,0,8352,0,0,0,0,0),(54337,20465,546,3,1,0,0,122.934,-261.657,-8.47496,2.15173,7200,0,0,19422,0,0,0,0,0),(137673,14844,1,1,1,0,1,-1585.4,163.72,-7.31547,6.10865,120,0,0,1,0,0,0,0,0),(54339,20465,546,3,1,0,0,114.304,-257.094,-8.47496,3.01645,7200,0,0,19422,0,0,0,0,0),(137672,14841,1,1,1,0,0,-1550.86,141.069,-7.68689,2.25147,120,0,0,1,0,0,0,0,0),(43561,9268,229,1,1,0,0,-77.47,-513.12,-6.96,6.1,10800,0,0,8352,0,0,0,0,0),(43560,9241,229,1,1,0,1,-80,-521.34,-6.96,0.08,10800,0,0,8097,0,0,0,0,0),(43559,9239,229,1,1,0,1,-42.01,-541.49,16.34,1.56,10800,0,0,6273,2117,0,0,0,0),(43558,9240,229,1,1,0,1,-37.75,-548.74,16.3,1.57,10800,0,0,6273,2117,0,0,0,0),(43557,9267,229,1,1,0,1,-41.98,-553.8,16.3,1.48,10800,0,0,7842,0,0,0,0,0),(43556,9267,229,1,1,0,1,-29.19,-550.7,16.29,0.1,10800,0,0,7842,0,0,0,0,0),(43555,9240,229,1,1,0,1,-35.05,-521.75,4.69,2.48,10800,0,0,6273,2117,0,0,0,0),(43554,9240,229,1,1,0,1,-44.24,-513.41,4.69,5.68,10800,0,0,6273,2117,0,0,0,0),(43553,9265,229,1,1,0,1,-44.55,-521.68,4.69,0.82,10800,0,0,6477,2163,0,0,0,0),(43552,9265,229,1,1,0,1,-35.08,-513.08,4.69,3.82,10800,0,0,6477,2163,0,0,0,0),(43551,9240,229,1,1,0,1,-125.34,-489.88,24.44,6.26,10800,0,0,6273,2117,0,0,0,0),(43550,9240,229,1,1,0,1,-125.67,-473.79,24.44,6.24,10800,0,0,6273,2117,0,0,0,0),(43549,9240,229,1,1,0,1,-100.22,-472.5,24.43,4.61,10800,0,0,6273,2117,0,0,0,0),(43548,9239,229,1,1,0,1,-104.08,-473.19,24.43,4.74,10800,0,0,6273,2117,0,0,0,0),(43547,9265,229,1,1,0,1,-103.79,-491.78,24.43,1.43,10800,0,0,6477,2163,0,0,0,0),(43546,9269,229,1,1,0,1,-100.07,-491.54,24.43,1.5,10800,0,0,6477,2163,0,0,0,0),(43545,9239,229,1,1,0,1,-93.27,-483.15,24.42,6.28,10800,0,0,6273,2117,0,0,0,0),(43544,9240,229,1,1,0,1,-93.2,-477.9,24.42,6.21,10800,0,0,6273,2117,0,0,0,0),(43543,9267,229,1,1,0,1,-57.92,-488.23,16.42,5.63,10800,0,0,7842,0,0,0,0,0),(43542,9240,229,1,1,0,1,-57.66,-490.86,16.41,0.63,10800,0,0,6273,2117,0,0,0,0),(43541,9267,229,1,1,0,1,-53.59,-491.35,16.37,2.89,10800,0,0,7842,0,0,0,0,0),(43540,9240,229,1,1,0,1,-53.81,-488.18,16.42,3.92,10800,0,0,6273,2117,0,0,0,0),(43539,9240,229,1,1,0,1,-29.88,-474.56,16.57,6.19,10800,0,0,6273,2117,0,0,0,0),(43538,9240,229,1,1,0,1,-56.52,-471.59,16.48,6.26,10800,0,0,6273,2117,0,0,0,0),(43537,9267,229,1,1,0,1,-53.76,-450.59,16.56,4,10800,0,0,7842,0,0,0,0,0),(43536,9239,229,1,1,0,1,-57.56,-450.45,16.53,5.57,10800,0,0,6273,2117,0,0,0,0),(43535,9240,229,1,1,0,1,-57.63,-454.18,16.52,0.69,10800,0,0,6273,2117,0,0,0,0),(43534,9240,229,1,1,0,1,-53.5,-454.29,16.54,2.25,10800,0,0,6273,2117,0,0,0,0),(43533,9239,229,1,1,0,1,-37.54,-450.66,16.66,5.75,10800,0,0,6273,2117,0,0,0,0),(43532,9265,229,1,1,0,1,-37.39,-453.54,16.64,0.64,10800,0,0,6477,2163,0,0,0,0),(43531,9269,229,1,1,0,1,-33.64,-453.58,16.65,2.4,10800,0,0,6477,2163,0,0,0,0),(43530,9240,229,1,1,0,1,-33.19,-450.39,16.67,3.75,10800,0,0,6273,2117,0,0,0,0),(43529,9239,229,1,1,0,1,-22.12,-447.82,16.64,5.84,10800,0,0,6273,2117,0,0,0,0),(43528,9239,229,1,1,0,1,-17.9,-446.31,16.6,4.66,10800,0,0,6273,2117,0,0,0,0),(43527,9240,229,1,1,0,1,-2.39843,-461.126,16.1409,3.03,10800,0,0,6273,2117,2,0,0,0),(43526,9239,229,1,1,0,1,-4.35,-462.66,16.34,6.28,10800,0,0,6273,2117,0,0,0,0),(43525,9267,229,1,1,0,1,-4.32,-459.09,16.34,0.14,10800,0,0,7842,0,0,0,0,0),(43524,9267,229,1,1,0,1,3.42,-456.99,16.19,4.66,10800,0,0,7842,0,0,0,0,0),(43523,9219,229,1,1,0,0,-36.5849,-441.918,31.8323,1.6,1000000,0,0,16704,0,2,0,0,0),(43522,9236,229,1,1,0,1,-121.19,-482.18,24.71,6.28,1000000,0,0,20673,2289,0,0,0,0),(54381,20465,546,3,1,0,0,103.352,-263.732,-8.47496,3.794,7200,0,0,19422,0,0,0,0,0),(137671,14833,1,1,1,0,0,-1477.94,190.359,-7.70947,5.37561,120,0,0,1,0,0,0,0,0),(54383,20465,546,3,1,0,0,51.3572,-270.563,-6.70419,3.04944,7200,0,0,19422,0,0,0,0,0),(137670,14832,1,1,1,0,0,-1637.21,102.255,-17.8649,0.785398,120,0,0,1,0,0,0,0,0),(54385,20465,546,3,1,0,0,36.7584,-272.223,-6.70419,3.32747,7200,0,0,19422,0,0,0,0,0),(137669,14829,1,1,1,0,1,-1630.16,119.184,-17.8649,5.93412,120,0,0,1,0,0,0,0,0),(54387,20465,546,3,1,0,0,24.8345,-267.902,-6.70419,2.45097,7200,0,0,19422,0,0,0,0,0),(137668,14828,1,1,1,0,1,-1565.04,131.113,-7.64821,2.05949,120,0,0,1,0,0,0,0,0),(54389,17734,546,3,1,17758,0,-65.0731,-265.768,-4.53725,3.89427,7200,0,0,45720,0,2,0,0,0),(137667,14827,1,1,1,0,1,-1574.78,137.524,-7.71154,4.46804,120,0,0,1,0,0,0,0,0),(43521,9217,229,1,1,0,1,-30.73,-360.53,31.8,4.56,1000000,0,0,13782,13734,0,0,0,0),(54392,17770,546,3,1,0,0,-124.404,-382.909,37.1369,0.736444,43200,0,0,65054,0,0,0,0,0),(137666,14823,1,1,1,0,1,-1575.64,134.255,-7.83654,4.49917,120,0,0,1,0,2,0,0,0),(54394,17734,546,3,1,17758,0,-35.4765,-387.933,31.5182,0.131425,7200,0,0,45720,0,2,0,0,0),(54395,14843,1,1,1,0,0,1651.27,-4422.53,15.9153,6.28295,370,0,0,955,0,0,0,0,0),(54396,17724,546,3,1,0,0,-35.5711,-331.153,31.1764,5.97348,7200,0,0,15489,0,0,0,0,0),(54397,17724,546,3,1,0,0,-34.5451,-334.682,31.2776,6.27978,7200,0,0,15489,0,0,0,0,0),(137665,14822,1,1,1,0,1,-1586.9,151.369,-7.4929,0.488692,120,0,0,1,0,0,0,0,0),(54399,17724,546,3,1,0,0,-31.2937,-328.382,30.965,5.27604,7200,0,0,15489,0,0,0,0,0),(137664,10445,1,1,1,0,0,-1562.91,152.304,-7.70948,4.03171,120,0,0,1,0,0,0,0,0),(54401,17724,546,3,1,0,0,-29.2547,-331.03,30.9921,3.2293,7200,0,0,15489,0,0,0,0,0),(54403,17724,546,3,1,0,0,-29.8847,-334.97,31.1387,2.44233,7200,0,0,15489,0,0,0,0,0),(137663,14849,1,1,1,14913,0,-1569.8,175.421,-7.7124,3.69817,120,0,0,1,0,2,0,0,0),(54405,17725,546,3,1,0,0,-22.5311,-329.192,30.8175,5.71744,7200,0,0,15489,0,0,0,0,0),(54406,17725,546,3,1,0,0,90.9306,-273.257,31.8613,4.66657,7200,0,0,15489,0,0,0,0,0),(54407,17725,546,3,1,0,0,97.7582,-282.31,32.2572,3.71153,7200,0,0,15489,0,0,0,0,0),(54408,17725,546,3,1,0,0,88.8852,-282.178,32.2141,0.706595,7200,0,0,15489,0,0,0,0,0),(54409,17735,546,3,1,0,1,161.803,-447.268,48.1954,1.7297,7200,0,0,16574,0,0,0,0,0),(54410,17728,546,3,1,0,1,159.849,-445.456,48.1611,1.37313,7200,0,0,16028,0,0,0,0,0),(54411,17729,546,3,1,0,1,157.507,-446.978,48.1306,1.37313,7200,0,0,12824,2620,0,0,0,0),(54412,17726,546,3,1,0,1,160.87,-441.239,48.1566,4.50425,7200,0,0,16574,0,0,0,0,0),(4717,3100,1,1,1,193,0,1215.96,-4799.11,15.9298,2.18951,300,5,0,156,0,1,0,0,0),(4716,3100,1,1,1,193,0,-146.719,-3888.08,41.2559,3.18775,300,10,0,156,0,1,0,0,0),(137662,15303,1,1,1,0,1,-1319.51,86.0894,129.79,6.14356,120,0,0,1,0,0,0,0,0),(45925,8921,230,1,1,8180,0,480.396,-113.96,-62.7327,1.59768,7200,5,0,2672,0,1,0,0,0),(54420,17735,546,3,1,0,1,168.467,-411.5,48.0978,0.988811,7200,0,0,16574,0,2,0,0,0),(54421,17735,546,3,1,0,1,173.473,-414.793,48.1556,0.988811,7200,0,0,16574,0,2,0,0,0),(137661,14869,1,1,1,0,0,-1636.59,106.192,-17.8232,5.16561,120,5,0,1,0,1,0,0,0),(54424,17726,546,3,1,0,1,233.216,-375.234,48.1964,0.231165,7200,0,0,16574,0,0,0,0,0),(137660,14869,1,1,1,0,0,-1624.5,85.9156,-17.8232,5.20457,120,5,0,1,0,1,0,0,0),(54427,17727,546,3,1,0,1,211.262,-376.829,48.1396,3.43193,7200,0,0,16574,0,0,0,0,0),(137659,14869,1,1,1,0,0,-1623.69,111.386,-17.8232,1.23863,120,5,0,1,0,1,0,0,0),(137658,14869,1,1,1,0,0,-1623.37,92.5416,-17.8232,5.51952,120,5,0,1,0,1,0,0,0),(137657,33068,1,1,1,0,0,-2183.55,-250.115,-16.082,0,120,0,0,1,0,0,0,0,0),(4715,3100,1,1,1,193,0,73.4153,-3879.27,42.0055,2.79734,300,10,0,156,0,1,0,0,0),(310,14905,0,1,1,14997,1,-11752.3,1322.07,5.20288,5.21853,1800,0,0,9156,0,0,0,0,0),(309,14903,0,1,1,14995,1,-11854.5,1242.12,21.7965,0.331613,1800,0,0,9156,0,0,0,0,0),(288,14902,0,1,1,14994,0,-11782.7,1244.03,3.08304,2.47837,1800,0,0,9156,0,0,0,0,0),(287,14876,0,1,1,0,0,-11829.6,1269.25,1.43071,1.84299,1800,0,0,1,0,2,0,0,0),(286,14876,0,1,1,0,0,-11832.4,1271.94,1.45981,1.84299,1800,0,0,1,0,2,0,0,0),(285,14876,0,1,1,0,0,-11786.9,1253.67,0.959927,2.35735,1800,0,0,1,0,0,0,0,0),(43520,9197,229,1,1,0,1,-44.41,-432.86,31.98,6.24,10800,0,0,11135,11205,0,0,0,0),(43519,9218,229,1,1,0,0,-34.89,-417.09,31.76,4.76,1000000,0,0,17226,0,0,0,0,0),(43518,9196,229,1,1,0,1,-22.79,-300.68,31.8,4.65,1000000,0,0,22272,0,0,0,0,0),(43517,9200,229,1,1,0,1,-52.41,-306.9,43.34,5.53,10800,0,0,13070,0,0,0,0,0),(43516,9201,229,1,1,0,1,-58.87,-320.75,44.13,5.53,10800,0,0,10130,10205,0,0,0,0),(43515,9201,229,1,1,0,1,-19.17,-304.5,31.8,3.1,10800,0,0,10130,10205,0,0,0,0),(43514,9198,229,1,1,0,1,-26.74,-304.02,31.8,6.17,10800,0,0,10455,10585,0,0,0,0),(43513,9198,229,1,1,0,1,-47.66,-316.76,43.24,5.57,10800,0,0,10455,10585,0,0,0,0),(43512,9200,229,1,1,0,1,-14.17,-326.66,31.75,3.11,10800,0,0,13070,0,0,0,0,0),(43511,9216,229,1,1,0,1,-23.51,-341.57,31.8,4.67,10800,0,0,13920,0,0,0,0,0),(43510,9201,229,1,1,0,1,-14.58,-352.69,31.8,3.1,10800,0,0,10130,10205,0,0,0,0),(43509,9216,229,1,1,0,1,-43.4,-362.38,31.8,4.73,10800,0,0,13920,0,0,0,0,0),(43508,9198,229,1,1,0,1,-41.34,-380.41,31.8,4.82,10800,0,0,10455,10585,0,0,0,0),(43507,9200,229,1,1,0,1,-37.05,-387.07,31.8,4.65,10800,0,0,13070,0,0,0,0,0),(43506,9199,229,1,1,0,1,-30.98,-432.96,31.98,3.23,10800,0,0,12665,0,0,0,0,0),(43505,9199,229,1,1,0,1,-32.96,-497.65,29.32,4.73,10800,0,0,12665,0,0,0,0,0),(43504,9199,229,1,1,0,1,-40.56,-497.78,29.33,4.66,10800,0,0,12665,0,0,0,0,0),(43503,9201,229,1,1,0,1,-25.12,-514.43,29.34,2.98,10800,0,0,10130,10205,0,0,0,0),(137974,10318,229,1,1,0,1,23.5067,-470.538,111.039,3.56047,7200,0,0,1,0,0,0,0,0),(137975,10318,229,1,1,0,1,31.8535,-490.663,111.036,4.32842,7200,0,0,1,0,0,0,0,0),(137989,10319,229,1,1,0,1,25.9504,-431.148,111.036,3.45575,7200,0,0,1,0,0,0,0,0),(137979,10318,229,1,1,0,1,71.4935,-474.606,115.779,6.27849,7200,0,0,1,0,0,0,0,0),(137980,10318,229,1,1,0,1,99.7287,-479.423,116.926,2.75762,7200,0,0,1,0,0,0,0,0),(137966,10317,229,1,1,0,1,97.2168,-476.818,116.926,5.23599,7200,0,0,1,0,0,0,0,0),(137965,10317,229,1,1,0,1,-5.02656,-352.543,111.027,0.959931,7200,0,0,1,0,0,0,0,0),(43493,10261,229,1,1,0,0,-16.62,-579.63,29.37,6.26,10800,0,0,2533,0,0,0,0,0),(137964,10317,229,1,1,0,1,37.9199,-451.057,111.029,0.0872665,7200,0,0,1,0,0,0,0,0),(137955,10317,229,1,1,0,1,164.434,-285.266,111.026,0,7200,0,0,1,0,0,0,0,0),(137956,10317,229,1,1,0,1,-18.4047,-338.186,111.027,0.593412,7200,0,0,1,0,0,0,0,0),(137957,10317,229,1,1,0,1,20.7244,-468.802,111.035,4.83456,7200,0,0,1,0,0,0,0,0),(137958,10317,229,1,1,0,1,24.4352,-268.222,111.027,2.83062,7200,0,0,1,0,0,0,0,0),(137959,10317,229,1,1,0,1,29.507,-385.555,110.748,5.42797,7200,0,0,1,0,0,0,0,0),(137960,10317,229,1,1,0,1,-3.29208,-259.911,111.027,5.48033,7200,0,0,1,0,0,0,0,0),(137961,10317,229,1,1,0,1,30.4171,-332.907,111.027,4.76475,7200,0,0,1,0,0,0,0,0),(137962,10317,229,1,1,0,1,35.4868,-492.95,111.036,3.05433,7200,0,0,1,0,0,0,0,0),(137963,10317,229,1,1,0,1,37.3332,-333.779,111.027,4.66003,7200,0,0,1,0,0,0,0,0),(135444,17208,532,1,1,16925,0,-11066.5,-1890.11,220.75,6.19592,604800,0,0,42,0,0,0,0,0),(135443,17208,532,1,1,16925,0,-11056.8,-1875.3,220.75,5.32325,604800,0,0,42,0,0,0,0,0),(135442,17208,532,1,1,16925,0,-11088.1,-1871.64,220.75,1.3439,604800,0,0,42,0,0,0,0,0),(135441,17208,532,1,1,16925,0,-11071.6,-1865.49,220.75,0.174533,604800,0,0,42,0,0,0,0,0),(135440,17208,532,1,1,16925,0,-11081.1,-1880.39,220.75,5.79449,604800,0,0,42,0,0,0,0,0),(135439,17459,532,1,1,11686,0,-11107.2,-1842.88,229.708,3.36848,604800,0,0,42,0,0,0,0,0),(135438,16178,532,1,1,16049,0,-10880.8,-2027.28,49.4742,1.12368,604800,5,0,17116,0,1,0,0,0),(135437,16178,532,1,1,16049,0,-10885.8,-2032.12,49.5575,2.90674,604800,0,0,17116,0,0,0,0,0),(135436,16178,532,1,1,16049,0,-10897.8,-2071.4,49.4742,6.00787,604800,0,0,17116,0,0,0,0,0),(135435,16178,532,1,1,16049,0,-10896.9,-2073.14,49.4742,1.29596,604800,0,0,17116,0,2,0,0,0),(135434,16178,532,1,1,16049,0,-10899.2,-2052,49.5575,1.15797,604800,0,0,17116,0,0,0,0,0),(135433,16178,532,1,1,16049,0,-10901.6,-2047.8,49.5575,5.96903,604800,0,0,17116,0,0,0,0,0),(135432,16177,532,1,1,7893,0,-10886.2,-2056.85,49.5575,3.76567,604800,0,0,35187,0,0,0,0,0),(135431,16177,532,1,1,7893,0,-10881,-2033.25,49.5575,1.66992,604800,0,0,35187,0,0,0,0,0),(135430,16177,532,1,1,7893,0,-10902.3,-2029.58,49.4742,2.57391,604800,5,0,35187,0,1,0,0,0),(135429,16177,532,1,1,7893,0,-10894.2,-2076.76,49.5575,3.48158,604800,0,0,35187,0,0,0,0,0),(135428,16177,532,1,1,7893,0,-10902.9,-2051.85,49.5575,3.22753,604800,0,0,35187,0,0,0,0,0),(135427,16177,532,1,1,7893,0,-10900.5,-2026.63,49.5575,1.26113,604800,0,0,35187,0,0,0,0,0),(135426,16176,532,1,1,16052,0,-10882.5,-2050.61,49.5575,2.19912,604800,0,0,28396,0,0,0,0,0),(135425,16176,532,1,1,16052,0,-10883.1,-2036.8,49.5575,2.16287,604800,0,0,28396,0,0,0,0,0),(135424,16176,532,1,1,16052,0,-10901.9,-2075.27,49.5575,1.56024,604800,0,0,28396,0,0,0,0,0),(135423,16176,532,1,1,16052,0,-10901.7,-2055.41,49.4742,5.0787,604800,5,0,28396,0,1,0,0,0),(135422,16176,532,1,1,16052,0,-10898.6,-2030.93,49.5575,0.401426,604800,0,0,28396,0,0,0,0,0),(135421,16175,532,1,1,7897,0,-10925.9,-1955.59,49.5618,5.95157,604800,8,0,30160,0,1,0,0,0),(135420,16175,532,1,1,7897,0,-10929.6,-1993.58,49.5825,3.71755,604800,8,0,30160,0,1,0,0,0),(135419,16174,532,1,1,9074,0,-10925.9,-1958.84,49.4778,4.41891,604800,8,0,40214,0,1,0,0,0),(135418,16174,532,1,1,9074,0,-10933.2,-2000.68,49.4742,3.06169,604800,8,0,40214,0,1,0,0,0),(135417,16174,532,1,1,9074,0,-10889.2,-2002.14,49.5575,0.890118,604800,8,0,40214,0,1,0,0,0),(135416,16174,532,1,1,9074,0,-10932.5,-2040.53,49.5575,5.96903,604800,8,0,40214,0,1,0,0,0),(135415,16173,532,1,1,1954,0,-10914,-1952.36,49.4798,6.14953,604800,8,0,14198,0,1,0,0,0),(135414,16173,532,1,1,1954,0,-10930.7,-1952.67,49.5603,3.29867,604800,8,0,14198,0,1,0,0,0),(135413,16173,532,1,1,1954,0,-10935.3,-1970.61,49.5586,2.60054,604800,8,0,14198,0,1,0,0,0),(135412,16173,532,1,1,1954,0,-10918.9,-1968.2,49.558,3.54302,604800,8,0,14198,0,1,0,0,0),(135411,16173,532,1,1,1954,0,-10960.6,-2000.3,46.0017,6.15867,604800,0,0,14198,0,2,0,0,0),(135410,16173,532,1,1,1954,0,-10920.1,-1998.77,49.5575,4.60767,604800,8,0,14198,0,1,0,0,0),(54538,14881,555,3,1,0,0,-20.8387,-7.04335,-1.12801,6.15025,86400,5,0,8,0,1,0,0,0),(54539,14881,555,3,1,0,0,-26.5121,-28.8336,-1.12819,4.66636,86400,5,0,8,0,1,0,0,0),(54540,14881,555,3,1,0,0,-94.6801,-7.57021,-1.13702,1.11868,86400,5,0,8,0,1,0,0,0),(54541,14881,555,3,1,0,0,-28.2511,-3.24632,-1.12806,0.177229,86400,5,0,8,0,1,0,0,0),(54542,14881,555,3,1,0,0,-27.9937,-67.1583,-1.12676,0.956257,86400,5,0,8,0,1,0,0,0),(54543,14881,555,3,1,0,0,-121.312,-10.0431,8.07306,0.980132,86400,5,0,8,0,1,0,0,0),(54544,14881,555,3,1,0,0,-110.499,53.3226,3.44767,6.17134,86400,5,0,8,0,1,0,0,0),(54545,14881,555,3,1,0,0,-123.006,-49.5395,8.07307,1.29421,86400,5,0,8,0,1,0,0,0),(54546,14881,555,3,1,0,0,-122.996,-70.0366,8.07309,4.90915,86400,5,0,8,0,1,0,0,0),(54547,14881,555,3,1,0,0,-60.4636,-111.992,-0.613587,1.3907,86400,5,0,8,0,1,0,0,0),(54548,14881,555,3,1,0,0,-113.517,-128.532,3.4484,5.3098,86400,5,0,8,0,1,0,0,0),(54549,14881,555,3,1,0,0,-105.525,-130.573,3.44826,1.84181,86400,5,0,8,0,1,0,0,0),(54550,14881,555,3,1,0,0,-107.508,-148.042,3.44814,0.152013,86400,5,0,8,0,1,0,0,0),(54551,14881,555,3,1,0,0,-188.628,-31.899,8.07303,6.1875,86400,5,0,8,0,1,0,0,0),(54552,14881,555,3,1,0,0,-192.078,-68.7532,8.06968,6.10362,86400,5,0,8,0,1,0,0,0),(54553,14881,555,3,1,0,0,-71.5911,-65.7899,-1.12829,4.32384,86400,5,0,8,0,1,0,0,0),(54554,14881,555,3,1,0,0,-191.763,-10.9753,8.07311,0.27052,86400,5,0,8,0,1,0,0,0),(54555,14881,555,3,1,0,0,-387.193,-45.3832,12.6877,2.93849,86400,5,0,8,0,1,0,0,0),(54556,14881,555,3,1,0,0,-423.669,-94.403,12.6888,4.4513,86400,5,0,8,0,1,0,0,0),(54557,14881,555,3,1,0,0,-388.155,-32.1794,12.6875,5.99876,86400,5,0,8,0,1,0,0,0),(54558,14881,555,3,1,0,0,-388.806,-270.687,12.6871,3.41939,86400,5,0,8,0,1,0,0,0),(54559,14881,555,3,1,0,0,-217.141,-270.72,17.0863,3.77055,86400,5,0,8,0,1,0,0,0),(54560,14881,555,3,1,0,0,-162.352,-307.69,17.085,4.52662,86400,5,0,8,0,1,0,0,0),(54561,14881,555,3,1,0,0,-149.242,-308.746,17.0853,4.14094,86400,5,0,8,0,1,0,0,0),(54563,14881,555,3,1,0,0,-162.248,-306.623,17.1683,5.25344,86400,5,0,8,0,1,0,0,0),(54564,14881,555,3,1,0,0,-107.903,-509.374,21.4761,1.04233,86400,5,0,8,0,1,0,0,0),(54565,14881,555,3,1,0,0,-200.733,-518.375,21.4759,1.61224,86400,5,0,8,0,1,0,0,0),(137988,10319,229,1,1,0,1,172.211,-479.126,116.923,2.77507,7200,0,0,1,0,0,0,0,0),(137987,10319,229,1,1,0,1,172.06,-470.118,116.908,3.38594,7200,0,0,1,0,0,0,0,0),(137986,10319,229,1,1,0,1,137.438,-458.164,121.874,1.61019,7200,0,0,1,0,0,0,0,0),(137985,10319,229,1,1,0,1,-13.7762,-274.926,111.027,5.89921,7200,0,0,1,0,0,0,0,0),(137984,10319,229,1,1,0,1,124.094,-478.258,116.926,2.37365,7200,0,0,1,0,0,0,0,0),(137983,10319,229,1,1,0,1,124.058,-470.959,116.926,3.85718,7200,0,0,1,0,0,0,0,0),(137973,10318,229,1,1,0,1,18.2124,-471.4,111.031,6.17847,7200,0,0,1,0,0,0,0,0),(137972,10318,229,1,1,0,1,117.291,-562.613,107.403,5.98648,7200,0,0,1,0,2,0,0,0),(137970,10509,229,1,1,0,1,165.094,-341.963,110.951,1.58882,7200,0,0,1,0,2,0,0,0),(137971,10363,229,1,1,0,1,36.4509,-285.994,111.036,3.14159,7200,0,0,1,0,0,0,0,0),(137981,10319,229,1,1,0,1,10.1527,-457.007,111.021,4.50295,7200,0,0,1,0,0,0,0,0),(137982,10319,229,1,1,0,1,11.7395,-460.466,111.022,2.80998,7200,0,0,1,0,0,0,0,0),(137954,10317,229,1,1,0,1,11.4636,-262.668,110.943,3.70086,7200,0,0,1,0,0,0,0,0),(137948,10317,229,1,1,0,1,119.342,-567.141,107.251,5.91667,7200,0,0,1,0,0,0,0,0),(137949,10317,229,1,1,0,1,120.007,-563.247,107.453,5.84685,7200,0,0,1,0,0,0,0,0),(137950,10317,229,1,1,0,1,144.601,-299.439,110.735,3.08923,7200,0,0,1,0,0,0,0,0),(137951,10317,229,1,1,0,1,146.275,-275.064,111.027,3.10669,7200,0,0,1,0,0,0,0,0),(137952,10317,229,1,1,0,1,15.7086,-269.449,110.943,3.70087,7200,0,0,1,0,0,0,0,0),(137953,10317,229,1,1,0,1,158.335,-317.906,110.735,0.0349066,7200,0,0,1,0,0,0,0,0),(137947,10762,229,1,1,0,1,71.7459,-419.106,111.144,4.69494,7200,0,0,1,0,0,0,0,0),(137946,10762,229,1,1,0,1,71.6325,-421.346,110.795,1.74533,7200,0,0,1,0,0,0,0,0),(4714,3100,1,1,1,193,0,1420.91,-4875.81,12.426,1.02779,300,5,0,156,0,1,0,0,0),(4713,3100,1,1,1,193,0,944.079,-5016.22,4.9122,5.32232,300,5,0,156,0,1,0,0,0),(284,14876,0,1,1,0,0,-11870.5,1214.86,7.8051,5.07891,1800,0,0,1,0,0,0,0,0),(283,14876,0,1,1,0,0,-11750.4,1309.48,2.55124,4.99851,1800,0,0,1,0,0,0,0,0),(4712,3100,1,1,1,193,0,226.015,-3913.86,39.9833,3.42687,300,10,0,156,0,1,0,0,0),(282,14876,0,1,1,0,0,-11828.3,1234.46,0.780894,5.26192,1800,0,0,1,0,2,0,0,0),(281,14876,0,1,1,0,0,-11747.5,1263.67,6.13123,4.85202,1800,0,0,1,0,0,0,0,0),(135496,16460,532,1,1,16549,0,-10893.2,-2081.11,92.2459,6.26573,604800,0,0,32166,16155,0,0,0,0),(15295,2369,0,1,1,11255,1,-1220.21,-783.002,-10.1712,5.08925,300,10,0,1050,0,1,0,0,0),(3300,7045,0,1,1,9585,0,-8183.42,-2032.31,146.48,5.37468,500,0,0,3066,0,2,0,0,0),(137967,10162,229,1,1,0,1,163.168,-444.165,122.059,3.12414,7200,0,0,1,0,0,0,0,0),(54615,17727,546,3,1,0,1,149.225,-415.553,48.5462,2.71407,7200,0,0,16574,0,0,0,0,0),(3299,7044,0,1,1,6374,0,-7587,-2753.57,133.237,4.64548,500,0,0,2964,0,2,0,0,0),(137991,10319,229,1,1,0,1,30.4782,-381.184,110.766,4.97419,7200,0,0,1,0,0,0,0,0),(207625,34949,530,1,1,0,0,-1912.37,5497.59,-12.3448,3.66519,120,0,0,1,0,0,0,0,0),(207621,34949,530,1,1,0,0,-1865.91,5144.91,-42.5324,1.8675,120,0,0,1,0,0,0,0,0),(54622,17727,546,3,1,0,1,144.107,-428.176,48.5668,2.78633,7200,0,0,16574,0,0,0,0,0),(4711,3100,1,1,1,193,0,-116.23,-3945.95,53.745,0.487601,300,10,0,156,0,1,0,0,0),(15294,2349,0,1,1,6808,0,-703.476,-223.847,37.6781,2.99058,300,5,0,664,0,1,0,0,0),(207582,15105,530,1,1,0,0,-2039.33,5327.61,-39.8431,1.55334,120,0,0,1,0,0,0,0,0),(137977,10318,229,1,1,0,1,40.4204,-453.613,111.024,1.3439,7200,0,0,1,0,0,0,0,0),(137978,10318,229,1,1,0,1,-6.88011,-252.37,111.027,5.42797,7200,0,0,1,0,0,0,0,0),(137976,10318,229,1,1,0,1,38.164,-385.48,110.798,4.18879,7200,0,0,1,0,0,0,0,0),(137968,10429,229,1,1,0,1,159.276,-443.619,122.059,6.26573,7200,0,0,1,0,0,0,0,0),(137969,10430,229,1,1,0,0,124.21,-563.799,107.425,2.75762,7200,0,0,1,0,0,0,0,0),(42798,10299,229,1,1,0,0,56.85,-413.32,64.53,3.08,10800,0,0,7599,0,0,0,0,0),(42797,10296,229,1,1,0,0,111.61,-402.01,64.53,3.92,10800,0,0,60780,122460,0,0,0,0),(137889,9819,229,1,1,0,1,141.792,-296.81,111.031,6.23083,7200,0,0,1,0,0,0,0,0),(137888,9819,229,1,1,0,1,141.763,-302.243,111.032,0.122173,7200,0,0,1,0,0,0,0,0),(137887,9819,229,1,1,0,1,141.709,-299.483,111.032,0.0349066,7200,0,0,1,0,0,0,0,0),(54637,17735,546,3,1,0,1,235.852,-372.783,48.1835,3.86102,7200,0,0,16574,0,0,0,0,0),(3298,7044,0,1,1,6374,0,-7887.52,-2901.16,133.264,0.286463,500,0,0,2964,0,2,0,0,0),(137886,9819,229,1,1,0,1,121.719,-301.577,71.056,0.750492,7200,0,0,1,0,0,0,0,0),(137884,9819,229,1,1,0,1,113.709,-366.072,116.932,5.8294,7200,0,0,1,0,0,0,0,0),(137885,9819,229,1,1,0,1,137.681,-374.135,116.807,5.49779,7200,0,0,1,0,2,0,0,0),(42637,10776,229,1,1,0,0,131.62,-573.62,107.36,2.7,10800,0,0,4120,0,0,0,0,0),(137834,9096,229,1,1,0,1,193.48,-314.875,77.0208,5.37561,7200,10,0,1,0,1,0,0,0),(137872,9818,229,1,1,0,1,151.103,-358.37,71.0217,1.20428,7200,0,0,1,0,0,0,0,0),(137852,10366,229,1,1,0,1,39.7524,-426.769,111.011,3.9619,7200,0,0,1,0,0,0,0,0),(137846,10083,229,1,1,0,1,74.9968,-316.266,91.5203,5.8618,7200,7,0,1,0,1,0,0,0),(137844,10083,229,1,1,0,1,161.314,-393.649,122.059,4.86947,7200,0,0,1,0,0,0,0,0),(137845,10083,229,1,1,0,1,161.34,-343.435,111.039,1.85005,7200,0,0,1,0,0,0,0,0),(137893,9819,229,1,1,0,1,144.939,-257.132,110.92,5.8294,7200,0,0,1,0,0,0,0,0),(137892,9819,229,1,1,0,1,142.973,-277.891,111.027,0.139626,7200,0,0,1,0,0,0,0,0),(137891,9819,229,1,1,0,1,142.902,-275.03,111.027,0.0349066,7200,0,0,1,0,0,0,0,0),(137890,9819,229,1,1,0,1,142.862,-272.084,111.027,6.21337,7200,0,0,1,0,0,0,0,0),(137871,9818,229,1,1,0,1,130.432,-340.068,71.0431,3.1765,7200,0,0,1,0,0,0,0,0),(137870,9818,229,1,1,0,1,128.321,-295.045,71.0612,3.87463,7200,0,0,1,0,0,0,0,0),(137869,9818,229,1,1,0,1,124.872,-334.523,71.0431,4.69494,7200,0,0,1,0,0,0,0,0),(137868,10372,229,1,1,0,1,86.684,-480.174,116.926,0.855211,7200,0,0,1,0,0,0,0,0),(137867,10372,229,1,1,0,1,6.64531,-460.465,111.016,0.418879,7200,0,0,1,0,0,0,0,0),(137866,10372,229,1,1,0,1,26.4126,-327.414,111.027,4.79966,7200,0,0,1,0,0,0,0,0),(137864,10372,229,1,1,0,1,21.4283,-475.195,111.038,1.76278,7200,0,0,1,0,0,0,0,0),(137865,10372,229,1,1,0,1,23.718,-258.244,111.031,3.46037,7200,0,0,1,0,0,0,0,0),(137883,9818,229,1,1,0,1,90.1016,-419.204,111.006,0.994838,7200,0,0,1,0,0,0,0,0),(137843,10083,229,1,1,0,1,159.69,-366.065,116.844,6.27482,7200,0,0,1,0,2,0,0,0),(137839,9096,229,1,1,0,1,97.9175,-333.681,106.519,1.93732,7200,0,0,1,0,0,0,0,0),(137840,10083,229,1,1,0,1,102.802,-332.121,106.519,2.21657,7200,0,0,1,0,0,0,0,0),(137841,10083,229,1,1,0,1,141.698,-394.829,122.059,4.86947,7200,0,0,1,0,0,0,0,0),(137842,10083,229,1,1,0,1,151.43,-299.848,110.655,1.58379,7200,0,0,1,0,2,0,0,0),(11006,24519,0,1,1,22504,0,-9429.92,56.1355,56.7913,2.98451,30,0,0,247,0,0,0,0,0),(137882,9818,229,1,1,0,1,87.1749,-363.085,117.796,4.72984,7200,0,0,1,0,0,0,0,0),(137838,9096,229,1,1,0,1,96.1789,-268.54,91.5311,1.37881,7200,0,0,1,0,0,0,0,0),(137830,9096,229,1,1,0,1,141.415,-328.32,70.9563,3.14905,7200,0,0,1,0,2,0,0,0),(137822,9096,229,1,1,0,1,105.175,-327.111,106.519,2.53073,7200,0,0,1,0,0,0,0,0),(137820,9096,229,1,1,0,1,102.111,-255.036,106.436,4.7232,7200,0,0,1,0,2,0,0,0),(137821,9096,229,1,1,0,1,103.098,-364.339,116.926,5.86431,7200,0,0,1,0,0,0,0,0),(280,14876,0,1,1,0,0,-11899.4,1248.5,3.3889,3.45575,1800,0,0,1,0,0,0,0,0),(54687,15078,0,1,1,0,1,-14416.6,514.355,4.99444,5.08304,550,0,0,2215,0,0,0,0,0),(54688,15079,0,1,1,0,0,-14424.1,511.091,4.94446,0.714783,550,0,0,2215,0,0,0,0,0),(279,9559,0,1,1,8847,1,-14289.1,556.613,8.97114,4.55531,300,0,0,2218,0,0,0,0,0),(137915,9819,229,1,1,0,1,87.5,-426.621,111.006,5.91667,7200,0,0,1,0,0,0,0,0),(137914,9819,229,1,1,0,1,85.7341,-373.624,116.926,0.680678,7200,0,0,1,0,0,0,0,0),(137913,9819,229,1,1,0,1,225.916,-261.532,82.1132,4.10386,7200,0,0,1,0,0,0,0,0),(137862,10372,229,1,1,0,1,-15.5815,-344.315,111.027,0.715585,7200,0,0,1,0,0,0,0,0),(137863,10372,229,1,1,0,1,16.306,-449.323,111.029,4.46804,7200,0,0,1,0,0,0,0,0),(137912,9819,229,1,1,0,1,222.666,-334.586,77.013,3.07178,7200,0,0,1,0,0,0,0,0),(137861,10371,229,1,1,0,1,8.80271,-450.548,111.02,5.68977,7200,0,0,1,0,0,0,0,0),(54700,17735,546,3,1,0,1,236.971,-374.85,48.2073,3.2471,7200,0,0,16574,0,0,0,0,0),(54701,17735,546,3,1,0,1,236.159,-376.74,48.2287,2.60935,7200,0,0,16574,0,0,0,0,0),(54703,17771,546,3,1,0,1,264.942,-370.013,72.1627,6.13055,7200,0,0,12824,13100,0,0,0,0),(207610,20269,530,1,1,0,1,-1964.78,5259.32,-38.7629,4.43314,120,0,0,1,0,0,0,0,0),(207609,15102,530,1,1,0,0,-2049.34,5348.6,-40.9915,5.51524,120,0,0,1,0,0,0,0,0),(207608,15102,530,1,1,0,0,-2047.45,5346.7,-40.705,2.61799,120,0,0,1,0,0,0,0,0),(207607,15102,530,1,1,0,0,-2033.21,5224.99,-41.0004,0.366519,120,0,0,1,0,0,0,0,0),(207606,15102,530,1,1,0,0,-2030.25,5224.99,-41.3888,3.29867,120,0,0,1,0,0,0,0,0),(207605,15102,530,1,1,0,0,-1944.16,5411.71,-12.3448,4.81711,120,0,0,1,0,0,0,0,0),(207604,15102,530,1,1,0,0,-1943.89,5408,-12.3448,1.50098,120,0,0,1,0,0,0,0,0),(207603,15102,530,1,1,0,0,-1885.31,5510.87,-12.3448,0.453786,120,0,0,1,0,0,0,0,0),(207602,15102,530,1,1,0,0,-1881.62,5512.39,-12.3448,3.90954,120,0,0,1,0,0,0,0,0),(207601,15102,530,1,1,0,0,-1850.34,5346.85,-12.3448,6.14356,120,0,0,1,0,0,0,0,0),(207600,15102,530,1,1,0,0,-1846.33,5347.47,-12.3448,3.83972,120,0,0,1,0,0,0,0,0),(207599,15102,530,1,1,0,0,-1840.23,5146.01,-42.2827,0.959931,120,0,0,1,0,0,0,0,0),(207596,15102,530,1,1,0,0,-1817.3,5431.37,-12.3449,1.74533,120,0,0,1,0,0,0,0,0),(15293,2391,0,1,1,3678,1,-9.28586,-905.473,57.5575,1.37881,300,0,0,1163,0,0,0,0,0),(137860,10371,229,1,1,0,1,33.9682,-327.537,111.027,4.72984,7200,0,0,1,0,0,0,0,0),(137859,10371,229,1,1,0,1,17.7263,-263.467,110.943,3.65105,7200,0,0,1,0,2,0,0,0),(137836,9096,229,1,1,0,1,92.245,-427.635,111.006,3.15905,7200,0,0,1,0,0,0,0,0),(137837,9096,229,1,1,0,1,94.5187,-256.703,91.5369,6.26573,7200,0,0,1,0,0,0,0,0),(137911,9819,229,1,1,0,1,212.101,-336.132,76.9559,5.09636,7200,0,0,1,0,0,0,0,0),(137910,9819,229,1,1,0,1,195.222,-271.913,77.0306,3.78736,7200,0,0,1,0,0,0,0,0),(137909,9819,229,1,1,0,1,194.615,-255.948,77.0195,4.31096,7200,0,0,1,0,0,0,0,0),(137908,9819,229,1,1,0,1,191.329,-272.01,77.0306,5.61996,7200,0,0,1,0,0,0,0,0),(137835,9096,229,1,1,0,1,195.986,-291.863,76.933,2.74624,7200,10,0,1,0,1,0,0,0),(137990,10319,229,1,1,0,1,70.9019,-474.603,115.496,5.92132,7200,0,0,1,0,2,0,0,0),(137906,9819,229,1,1,0,1,172.879,-365.446,116.926,2.84489,7200,0,0,1,0,0,0,0,0),(137907,9819,229,1,1,0,1,178.113,-364.09,116.926,4.95674,7200,0,0,1,0,0,0,0,0),(137858,10371,229,1,1,0,1,-16.0222,-263.335,111.027,5.70723,7200,0,0,1,0,0,0,0,0),(137856,10899,229,1,1,0,1,145.179,-242.707,110.871,1.7653,7200,0,0,1,0,2,0,0,0),(137857,10371,229,1,1,0,1,-10.6943,-350.008,111.027,0.855211,7200,0,0,1,0,0,0,0,0),(137855,10366,229,1,1,0,1,92.8477,-489.693,116.926,1.58825,7200,0,0,1,0,0,0,0,0),(137854,10366,229,1,1,0,1,8.27626,-487.534,111.014,0.436332,7200,0,0,1,0,0,0,0,0),(54742,15116,1,1,1,0,1,1612.98,-4427.43,11.4343,2.76668,550,0,0,2215,0,0,0,0,0),(3297,7046,0,1,1,6377,0,-8055.33,-777.452,131.311,2.8381,500,0,0,3374,0,2,0,0,0),(3296,7048,0,1,1,400,0,-7560.62,-2410.15,151.561,3.02486,500,5,0,2232,4765,1,0,0,0),(3295,9695,0,1,1,10984,0,-7577.33,-2332.1,147.215,0.42954,500,5,0,3293,0,1,0,0,0),(3294,7048,0,1,1,400,0,-8149.2,-2135.01,135.623,4.1884,500,10,0,2232,4765,1,0,0,0),(3293,7048,0,1,1,400,0,-8289.25,-1898.97,141.571,4.20852,500,10,0,2232,4765,1,0,0,0),(3292,7048,0,1,1,400,0,-7641.02,-2057.19,127.03,3.39085,500,10,0,2232,4765,1,0,0,0),(3291,7048,0,1,1,400,0,-7932.16,-1401.41,138.654,5.50638,500,5,0,2232,4765,1,0,0,0),(3290,9694,0,1,1,11420,0,-7946.29,-2388.53,122.973,5.03025,500,5,0,3189,0,1,0,0,0),(3289,9695,0,1,1,10984,0,-7581.36,-1725.4,215.717,2.69043,500,5,0,3293,0,1,0,0,0),(3288,9695,0,1,1,10984,0,-8116.18,-2098.51,132.391,3.4207,500,10,0,3293,0,1,0,0,0),(3287,7048,0,1,1,400,0,-7648.67,-1953.5,133.434,0.682884,500,10,0,2232,4765,1,0,0,0),(137853,10366,229,1,1,0,1,43.2278,-449.183,111.027,3.85718,7200,0,0,1,0,0,0,0,0),(3286,9690,0,1,1,9371,0,-8115.59,-2805.98,133.871,3.38657,500,10,0,2980,0,1,0,0,0),(4710,3100,1,1,1,193,0,99.8162,-3973.65,43.3172,5.97674,300,5,0,156,0,1,0,0,0),(4709,3100,1,1,1,193,0,918.541,-4320.35,24.0849,6.05668,300,5,0,156,0,1,0,0,0),(4708,3100,1,1,1,193,0,1259.58,-4654.98,17.217,2.92102,300,5,0,156,0,1,0,0,0),(4707,3102,1,1,1,850,0,-55.4544,-4295.25,70.7236,4.50468,200,3,0,71,0,1,0,0,0),(4706,3101,1,1,1,1185,1,-79.4423,-4284.5,76.0449,5.13539,200,3,0,69,79,1,0,0,0),(4705,3101,1,1,1,1185,1,-146.677,-4244.95,58.6887,1.04177,200,3,0,69,79,1,0,0,0),(4704,3102,1,1,1,850,0,-41.6024,-4332.2,68.5942,4.94145,200,5,0,71,0,1,0,0,0),(4703,3102,1,1,1,850,0,-125.343,-4279.79,64.8964,3.04934,200,5,0,71,0,1,0,0,0),(4702,3101,1,1,1,1185,1,-117.284,-4217.52,54.4782,5.72857,200,3,0,69,79,1,0,0,0),(4701,3101,1,1,1,1185,1,-23.6165,-4258.85,66.6637,3.89663,200,3,0,69,79,1,0,0,0),(4700,3102,1,1,1,850,0,-28.3296,-4234.66,67.7067,6.23747,200,3,0,71,0,1,0,0,0),(4699,3140,1,1,1,4070,1,-774.774,-4830.36,19.8326,1.29704,300,0,0,137,0,2,0,0,0),(4698,3124,1,1,1,2485,0,-448.054,-4486.25,54.7562,4.39538,200,5,0,71,0,1,0,0,0),(4697,3124,1,1,1,2485,0,-248.867,-4181.38,55.9118,4.10963,200,10,0,71,0,1,0,0,0),(4696,3124,1,1,1,2485,0,-513.156,-4156.63,77.3819,4.34319,200,5,0,71,0,1,0,0,0),(54799,17729,546,3,1,0,1,267.232,-369.138,72.1627,3.4081,7200,0,0,12824,2620,0,0,0,0),(4695,3124,1,1,1,2485,0,-304.944,-4437.49,59.0555,0.551751,200,10,0,71,0,1,0,0,0),(4694,3124,1,1,1,2485,0,-180.7,-4243.65,56.9324,0.313795,200,5,0,71,0,1,0,0,0),(4693,3124,1,1,1,2485,0,-378.179,-4125.45,50.7667,4.83762,200,10,0,71,0,1,0,0,0),(4692,3139,1,1,1,3736,1,274.988,-4709.3,17.5719,5.67232,300,0,0,198,0,0,0,0,0),(15292,2393,0,1,1,3672,1,-6.24961,-926.643,57.1723,3.81366,300,0,0,1163,0,0,0,0,0),(4691,3098,1,1,1,503,0,-680.926,-4284.82,39.9806,1.84971,120,5,0,42,0,1,0,0,0),(4690,3098,1,1,1,503,0,-485.464,-4381.5,48.2731,4.27681,120,5,0,42,0,1,0,0,0),(4689,3098,1,1,1,503,0,-549.241,-4421.25,42.1042,5.20731,120,5,0,42,0,1,0,0,0),(4688,3098,1,1,1,503,0,-675.722,-4350.36,44.603,0.498482,120,5,0,42,0,1,0,0,0),(4687,3348,1,1,1,1369,1,1954.75,-4466.79,25.7916,3.50811,300,0,0,1003,0,0,0,0,0),(4686,5811,1,1,1,4350,1,1855.31,-4568.12,24.8434,2.1293,300,0,0,787,0,0,0,0,0),(4685,3399,1,1,1,2734,1,1769.16,-4485.63,45.5038,1.79769,300,0,0,1342,0,0,0,0,0),(4684,3368,1,1,1,1390,1,1775.1,-4482.91,45.5038,2.18166,300,0,0,1003,0,0,0,0,0),(4683,3367,1,1,1,1389,1,1816.21,-4530.52,19.9835,0.014587,300,0,0,1003,0,2,0,0,0),(4682,3366,1,1,1,1388,1,1848.01,-4564.89,24.8434,1.41372,300,0,0,1003,0,0,0,0,0),(4681,3347,1,1,1,1368,1,1964.88,-4477.84,25.7814,5.25344,300,0,0,1342,0,0,0,0,0),(4680,2855,1,1,1,4384,1,1813.26,-4563.33,22.8627,2.53073,300,0,0,664,0,0,0,0,0),(4679,3346,1,1,1,1367,1,1918.26,-4436.26,24.6302,1.98968,300,0,0,1342,0,0,0,0,0),(4678,3371,1,1,1,1393,0,1843.11,-4468.53,47.5248,0.959931,300,0,0,1003,0,0,0,0,0),(4677,4752,1,1,1,4464,1,2151.36,-4654.14,50.1143,1.93731,300,0,0,2769,0,0,0,0,0),(4676,2857,1,1,1,4386,1,2047.99,-4746.01,29.2431,4.62512,300,0,0,617,0,0,0,0,0),(4675,11868,1,1,1,11801,1,2091.02,-4826.49,24.1938,0.261799,600,0,0,15505,0,0,0,0,0),(4674,3333,1,1,1,1333,1,1995.41,-4662.32,26.8906,1.36136,300,0,0,1003,0,0,0,0,0),(4673,3332,1,1,1,1332,1,2000.62,-4659.66,26.4954,5.3058,300,0,0,1342,0,0,0,0,0),(4672,3412,1,1,1,7135,1,2036.22,-4746.5,29.2431,4.67748,300,0,0,1342,0,0,0,0,0),(4671,3357,1,1,1,1379,1,2029.91,-4706.16,26.8865,3.35103,300,0,0,1342,0,0,0,0,0),(4670,3355,1,1,1,1377,1,2058.97,-4835.58,24.4342,3.31613,300,0,0,2218,0,0,0,0,0),(54840,15242,530,1,1,0,0,156.903,2554.78,170.895,5.15224,300,0,0,13972,0,2,0,0,0),(54841,15242,530,1,1,0,0,65.9778,2661.21,163.675,0.511107,300,0,0,13972,0,2,0,0,0),(54842,15242,530,1,1,0,0,263.597,2694.82,169.731,1.23918,300,0,0,13972,0,2,0,0,0),(54843,15242,530,1,1,0,0,62.4202,2785.72,192.112,4.43018,300,0,0,13972,0,2,0,0,0),(54846,15242,530,1,1,0,0,-3013,2633,126,5,300,5,0,13972,0,1,0,0,0),(54847,15242,530,1,1,0,0,-3101,2598,109,1,300,5,0,13972,0,1,0,0,0),(54848,15242,530,1,1,0,0,77.5297,5191.24,74.6276,1.8675,300,5,0,13972,0,1,0,0,0),(54849,15242,530,1,1,0,0,-2581.9,4322.99,91.8055,0.314159,300,5,0,13972,0,1,0,0,0),(54850,15242,530,1,1,0,0,-2551.02,4394.72,97.3171,2.58309,300,5,0,13972,0,1,0,0,0),(54851,15242,530,1,1,0,0,-2666.96,4373.86,83.3874,2.18166,300,5,0,13972,0,1,0,0,0),(54852,15242,530,1,1,0,0,-2619.77,4461.25,107.299,5.07891,300,5,0,13972,0,1,0,0,0),(54853,15242,530,1,1,0,0,-2698.74,4431.72,91.5835,3.7001,300,5,0,13972,0,1,0,0,0),(54854,15242,530,1,1,0,0,-1256.81,7064.48,110.597,5.61996,300,5,0,13972,0,1,0,0,0),(54855,15242,530,1,1,0,0,-1280.78,7400.27,96.1799,5.02655,300,5,0,13972,0,1,0,0,0),(54856,15242,530,1,1,0,0,-1236.64,7242.07,106.163,1.0821,300,5,0,13972,0,1,0,0,0),(54857,15242,530,1,1,0,0,-1423.27,7268.78,106.089,1.09956,300,5,0,13972,0,1,0,0,0),(4669,10266,1,1,1,9739,1,2052.21,-4813.46,22.4975,0.296706,300,0,0,713,0,0,0,0,0),(54861,15271,530,1,1,0,0,10105.3,-6423.38,30.8718,4.71434,300,5,0,55,0,1,0,0,0),(54862,15271,530,1,1,0,0,10082.7,-6381.62,10.7393,1.03133,300,5,0,55,0,1,0,0,0),(54863,15271,530,1,1,0,0,10101,-6363.83,15.734,4.34328,300,5,0,55,0,1,0,0,0),(54864,15271,530,1,1,0,0,10106.2,-6382.96,20.0423,4.24874,300,5,0,55,0,1,0,0,0),(54865,15271,530,1,1,0,0,10058.5,-6284.86,10.8042,5.08191,300,5,0,55,0,1,0,0,0),(54866,15271,530,1,1,0,0,10075.5,-6282.92,13.7183,3.50368,300,5,0,55,0,1,0,0,0),(54867,15271,530,1,1,0,0,10057.3,-6252.72,11.758,2.81966,300,5,0,55,0,1,0,0,0),(54868,15271,530,1,1,0,0,10124.4,-6258.69,16.519,5.21832,300,5,0,55,0,1,0,0,0),(54869,15271,530,1,1,0,0,10131.1,-6252.36,15.7178,0.982794,300,5,0,55,0,1,0,0,0),(54870,15271,530,1,1,0,0,10073.1,-6215.01,13.9764,3.99474,300,5,0,55,0,1,0,0,0),(54871,15271,530,1,1,0,0,10064.2,-6232.65,13.9669,1.81672,300,5,0,55,0,1,0,0,0),(54872,15271,530,1,1,0,0,10148.4,-6216.19,18.4256,6.16101,300,0,0,55,0,0,0,0,0),(54873,15271,530,1,1,0,0,10360.7,-6077.47,23.3085,6.25009,300,5,0,55,0,1,0,0,0),(54874,15271,530,1,1,0,0,10308.2,-6053.34,28.5,3.82892,300,0,0,55,0,0,0,0,0),(54875,15271,530,1,1,0,0,10307.1,-6079.24,26.3825,5.4714,300,5,0,55,0,1,0,0,0),(54876,15271,530,1,1,0,0,10351.2,-6044.3,26.0666,0.968193,300,5,0,55,0,1,0,0,0),(54877,15271,530,1,1,0,0,10274.2,-6093.31,23.6834,3.72197,300,5,0,55,0,1,0,0,0),(54878,15271,530,1,1,0,0,10283.2,-6016.56,28.35,3.2103,300,0,0,55,0,0,0,0,0),(54879,15271,530,1,1,0,0,10280.7,-6051.68,29.3,0.63707,300,0,0,55,0,0,0,0,0),(54880,15271,530,1,1,0,0,10314,-6013.79,29.6845,5.81954,300,5,0,55,0,1,0,0,0),(54881,15271,530,1,1,0,0,10316.3,-5975.37,43.7117,5.5807,300,5,0,55,0,1,0,0,0),(54882,15271,530,1,1,0,0,10361.6,-5948.56,47.8336,1.46244,300,5,0,55,0,1,0,0,0),(54883,15271,530,1,1,0,0,10415.9,-5982.1,45.4501,2.1293,300,0,0,55,0,0,0,0,0),(54884,15271,530,1,1,0,0,10441.6,-5902.42,31.0985,3.0687,300,5,0,55,0,1,0,0,0),(54885,15271,530,1,1,0,0,10458.2,-5847.34,4.74865,0.411879,300,5,0,55,0,1,0,0,0),(54886,15271,530,1,1,0,0,10220.3,-6062.95,11.3042,3.5464,300,5,0,55,0,1,0,0,0),(54887,15271,530,1,1,0,0,10243,-5956.66,10.2547,2.62642,300,5,0,55,0,1,0,0,0),(54888,15271,530,1,1,0,0,10240.4,-6145.16,20.2531,2.8529,300,5,0,55,0,1,0,0,0),(54889,15271,530,1,1,0,0,10158.4,-6143.51,17.5443,3.72095,300,5,0,55,0,1,0,0,0),(54890,15271,530,1,1,0,0,10171.1,-6181.18,21.0472,1.62998,300,5,0,55,0,1,0,0,0),(54891,15271,530,1,1,0,0,10184.5,-6155.89,21.0278,5.65571,300,5,0,55,0,1,0,0,0),(54892,15271,530,1,1,0,0,10148.5,-6119.29,9.4243,5.69762,300,5,0,55,0,1,0,0,0),(54893,15271,530,1,1,0,0,10248.3,-6050.03,22.8571,2.23983,300,5,0,55,0,1,0,0,0),(54894,15271,530,1,1,0,0,10087.2,-6154.03,8.84368,5.22499,300,5,0,55,0,1,0,0,0),(54895,15271,530,1,1,0,0,10118.6,-6152.21,14.1553,0.922959,300,5,0,55,0,1,0,0,0),(54896,15271,530,1,1,0,0,10151.5,-6169.89,18.6875,0,300,5,0,55,0,1,0,0,0),(54897,15271,530,1,1,0,0,10243.8,-6106.25,22.5545,1.72048,300,5,0,55,0,1,0,0,0),(54898,15271,530,1,1,0,0,10242.9,-6083.28,23.35,3.25317,300,0,0,55,0,0,0,0,0),(54899,15271,530,1,1,0,0,10241.7,-6024.8,16.2272,3.47168,300,5,0,55,0,1,0,0,0),(54900,15271,530,1,1,0,0,10112.5,-6182.77,14.6097,3.73447,300,5,0,55,0,1,0,0,0),(54901,15271,530,1,1,0,0,10090.8,-6186.18,14.822,4.07599,300,5,0,55,0,1,0,0,0),(54902,15271,530,1,1,0,0,10076.8,-6216.02,13.7204,1.03587,300,5,0,55,0,1,0,0,0),(54903,15271,530,1,1,0,0,10178.6,-6435.67,38.3996,1.94585,300,5,0,55,0,1,0,0,0),(54904,15271,530,1,1,0,0,10180.5,-6420.12,43.5997,3.24674,300,5,0,55,0,1,0,0,0),(54905,15271,530,1,1,0,0,10245.6,-6449.38,72.6802,3.59953,300,5,0,55,0,1,0,0,0),(54906,15271,530,1,1,0,0,10206.6,-6475.9,29.6341,0.660101,300,5,0,55,0,1,0,0,0),(54907,15271,530,1,1,0,0,10215.3,-6513.73,30.9919,2.88124,300,5,0,55,0,1,0,0,0),(54908,15271,530,1,1,0,0,10230.5,-6552.29,35.2239,1.09109,300,5,0,55,0,1,0,0,0),(54909,15271,530,1,1,0,0,10285.1,-6522.59,63.5309,3.41037,300,5,0,55,0,1,0,0,0),(54910,15273,530,1,1,0,0,10235.4,-5984.8,38.944,3.68127,300,5,0,69,79,1,0,0,0),(54911,15273,530,1,1,0,0,10214.1,-5973.8,38.9443,3.81821,300,5,0,69,79,1,0,0,0),(54912,15273,530,1,1,0,0,10217.6,-5999.77,38.9439,4.34503,300,5,0,69,79,1,0,0,0),(54913,15273,530,1,1,0,0,10226.7,-5982.19,38.9441,0.824669,300,0,0,69,79,2,0,0,0),(54914,15273,530,1,1,0,0,10189.6,-6043.44,25.9605,0.114568,300,5,0,69,79,1,0,0,0),(54915,15273,530,1,1,0,0,10129.1,-6065.56,25.5708,1.62069,300,5,0,69,79,1,0,0,0),(54916,15273,530,1,1,0,0,10119.8,-6049,26.0172,2.62189,300,5,0,69,79,1,0,0,0),(54917,15273,530,1,1,0,0,10098.4,-6085.73,32.2173,3.35248,300,0,0,69,79,2,0,0,0),(54918,15273,530,1,1,0,0,10180,-5967.25,63.5704,2.75787,300,5,0,69,79,1,0,0,0),(54919,15273,530,1,1,0,0,10143.8,-5986.14,63.5704,3.55064,300,0,0,69,79,2,0,0,0),(54920,15273,530,1,1,0,0,10158.9,-5984.66,63.5704,4.46418,300,5,0,69,79,1,0,0,0),(54921,15273,530,1,1,0,0,10155.4,-5958.16,63.5704,4.14918,300,5,0,69,79,1,0,0,0),(54923,15273,530,1,1,0,0,10088.2,-5972.94,63.5749,1.86263,300,5,0,69,79,1,0,0,0),(54924,15273,530,1,1,0,0,10133.2,-5978.14,104.986,0.924436,300,0,0,69,79,2,0,0,0),(54925,15273,530,1,1,0,0,10079.9,-5981.95,63.3254,2.75428,300,5,0,69,79,1,0,0,0),(54926,15273,530,1,1,0,0,10064,-6030.52,42.458,2.07835,300,5,0,69,79,1,0,0,0),(54927,15273,530,1,1,0,0,10162.7,-6054.5,25.5393,5.81585,300,0,0,69,79,0,0,0,0),(54928,15273,530,1,1,0,0,10164.2,-6042.69,25.5394,4.81803,300,0,0,69,79,0,0,0,0),(54929,15273,530,1,1,0,0,10084.6,-6003.66,63.7155,4.17532,300,5,0,69,79,1,0,0,0),(54930,15273,530,1,1,0,0,10156.1,-6021.28,110.237,5.48033,300,0,0,69,79,0,0,0,0),(54931,15274,530,1,1,0,0,10187.8,-6347.56,30.459,5.23357,300,5,0,41,60,1,0,0,0),(54932,15274,530,1,1,0,0,10195,-6320.27,28.3769,5.67894,300,5,0,41,60,1,0,0,0),(54933,15274,530,1,1,0,0,10206.3,-6307.28,26.9459,4.83577,300,5,0,41,60,1,0,0,0),(54934,15274,530,1,1,0,0,10213.5,-6351.58,29.3,2.96985,300,0,0,41,60,0,0,0,0),(54935,15274,530,1,1,0,0,10214.2,-6337.41,30.85,5.40648,300,0,0,41,60,0,0,0,0),(54936,15274,530,1,1,0,0,10220.9,-6328.75,30.85,0.270795,300,0,0,41,60,0,0,0,0),(54937,15274,530,1,1,0,0,10202.1,-6368.75,29.8369,2.67794,300,5,0,41,60,1,0,0,0),(54938,15274,530,1,1,0,0,10220.6,-6361.77,30.85,3.53896,300,0,0,41,60,0,0,0,0),(54939,15274,530,1,1,0,0,10242.9,-6339.76,30.85,4.50934,300,0,0,41,60,0,0,0,0),(54940,15274,530,1,1,0,0,10235.6,-6329.73,29.01,4.23421,300,0,0,41,60,0,0,0,0),(54941,15274,530,1,1,0,0,10226.8,-6324.62,31.6,3.05619,300,0,0,41,60,0,0,0,0),(54942,15274,530,1,1,0,0,10252.9,-6317.51,27.268,2.73537,300,5,0,41,60,1,0,0,0),(54943,15274,530,1,1,0,0,10220.6,-6375.35,30.01,2.95114,300,0,0,41,60,0,0,0,0),(54944,15274,530,1,1,0,0,10244.6,-6354.78,30.85,4.13997,300,0,0,41,60,0,0,0,0),(54945,15274,530,1,1,0,0,10233.7,-6363.59,30.85,3.92608,300,0,0,41,60,0,0,0,0),(54946,15274,530,1,1,0,0,10236.9,-6376.41,29.1694,2.6053,300,5,0,41,60,1,0,0,0),(54947,15274,530,1,1,0,0,10264.4,-6352.73,28.4061,1.3033,300,5,0,41,60,1,0,0,0),(54948,15274,530,1,1,0,0,10288.8,-6348.18,22.8092,1.49109,300,5,0,41,60,1,0,0,0),(54949,15274,530,1,1,0,0,10287.5,-6329.06,24.26,6.26714,300,0,0,41,60,0,0,0,0),(54950,15274,530,1,1,0,0,10268.7,-6338.53,25.514,2.06328,300,5,0,41,60,1,0,0,0),(54951,15274,530,1,1,0,0,10316.1,-6385.99,33.5537,0.661538,300,5,0,41,60,1,0,0,0),(54952,15274,530,1,1,0,0,10322.5,-6278.41,27.4252,5.88421,300,5,0,41,60,1,0,0,0),(54953,15274,530,1,1,0,0,10320.7,-6304.07,26.5047,0.889573,300,5,0,41,60,1,0,0,0),(54954,15274,530,1,1,0,0,10381.3,-6280.15,25.9887,3.03687,300,0,0,41,60,0,0,0,0),(54955,15274,530,1,1,0,0,10394.6,-6298.56,31.5826,0.184843,300,0,0,41,60,0,0,0,0),(54956,15274,530,1,1,0,0,10389.5,-6277.85,25.8582,3.7803,300,0,0,41,60,0,0,0,0),(54957,15274,530,1,1,0,0,10421.5,-6270.83,31.284,5.17738,300,5,0,41,60,1,0,0,0),(54958,15274,530,1,1,0,0,10379.3,-6248.68,27.7107,2.2986,300,5,0,41,60,1,0,0,0),(54959,15274,530,1,1,0,0,10421.9,-6260.09,31.8684,2.98067,300,5,0,41,60,1,0,0,0),(54960,15274,530,1,1,0,0,10381.5,-6309.75,31.9387,2.05824,300,5,0,41,60,1,0,0,0),(54961,15274,530,1,1,0,0,10367.6,-6290.7,25.6282,3.59495,300,5,0,41,60,1,0,0,0),(54963,15274,530,1,1,0,0,10414.6,-6250.08,32.2969,6.00393,300,0,0,41,60,0,0,0,0),(54964,15274,530,1,1,0,0,10387.6,-6219.06,31.0115,5.18098,300,5,0,41,60,1,0,0,0),(54965,15274,530,1,1,0,0,10389.8,-6194.06,32.2,0.574418,300,0,0,41,60,0,0,0,0),(54966,15274,530,1,1,0,0,10372.5,-6201.21,30.018,5.2381,300,5,0,41,60,1,0,0,0),(54967,15274,530,1,1,0,0,10429,-6214.86,35.1157,6.10964,300,5,0,41,60,1,0,0,0),(54968,15274,530,1,1,0,0,10407.2,-6194.9,32.2,2.16676,300,0,0,41,60,0,0,0,0),(54969,15274,530,1,1,0,0,10430.5,-6190.26,32.6618,3.77728,300,5,0,41,60,1,0,0,0),(54970,15274,530,1,1,0,0,10400.4,-6206.25,32.2,2.35005,300,0,0,41,60,0,0,0,0),(54971,15274,530,1,1,0,0,10367.7,-6188.13,31.8612,4.62326,300,5,0,41,60,1,0,0,0),(54972,15274,530,1,1,0,0,10376.4,-6185.34,32.2,2.06293,300,0,0,41,60,0,0,0,0),(54973,15274,530,1,1,0,0,10369.9,-6151.3,31.2451,2.03869,300,5,0,41,60,1,0,0,0),(54974,15274,530,1,1,0,0,10380.8,-6154.57,32.3634,3.74374,300,5,0,41,60,1,0,0,0),(54975,15274,530,1,1,0,0,10392.5,-6169.48,32.2,5.32085,300,0,0,41,60,0,0,0,0),(54976,15274,530,1,1,0,0,10366.6,-6200.3,30.2354,5.00618,300,5,0,41,60,1,0,0,0),(54977,15274,530,1,1,0,0,10362.8,-6173.34,32.447,3.93003,300,5,0,41,60,1,0,0,0),(54978,15274,530,1,1,0,0,10423.4,-6180.09,32.2,2.211,300,0,0,41,60,0,0,0,0),(54979,15274,530,1,1,0,0,10415.6,-6151.67,34.5274,0.325153,300,5,0,41,60,1,0,0,0),(54980,15274,530,1,1,0,0,10412.7,-6176.1,32.1889,1.64829,300,5,0,41,60,1,0,0,0),(54981,15274,530,1,1,0,0,10403.2,-6161.4,32.1889,5.34657,300,5,0,41,60,1,0,0,0),(54982,15274,530,1,1,0,0,10298.5,-6350.43,23.8341,6.23046,300,5,0,41,60,1,0,0,0),(54983,15274,530,1,1,0,0,10222.3,-6314.16,28.1915,4.87942,300,5,0,41,60,1,0,0,0),(54984,15278,530,1,1,0,1,10352,-6359.93,34.1146,2.07694,300,0,0,100,230,0,0,0,0),(54985,15279,530,1,1,0,1,10337.2,-6419.45,38.6156,6.10865,300,0,0,100,230,0,0,0,0),(54986,15280,530,1,1,0,1,10366.7,-6431.53,38.6157,0.733038,300,0,0,103,115,0,0,0,0),(54987,15281,530,1,1,0,1,10302.3,-6229.3,26.7049,6.19592,300,0,0,100,230,0,0,0,0),(4668,3358,1,1,1,1380,1,2025.08,-4708.91,26.8865,1.81514,300,0,0,1003,0,0,0,0,0),(54989,15283,530,1,1,0,1,10337.6,-6405.03,38.6156,5.98648,300,0,0,95,230,0,0,0,0),(54990,15284,530,1,1,0,1,10372.4,-6428.84,38.6155,3.33358,300,0,0,95,230,0,0,0,0),(54991,15285,530,1,1,0,1,10384.5,-6404.99,38.6156,3.42085,300,0,0,102,0,0,0,0,0),(4667,3351,1,1,1,1372,1,1890.9,-4322.09,23.253,4.10152,300,0,0,1003,0,0,0,0,0),(54993,15287,530,1,1,0,1,10374.1,-6391.75,38.6156,4.11898,300,0,0,102,0,0,0,0,0),(54995,15289,530,1,1,0,1,10407.7,-6351.81,37.0533,0.593412,300,0,0,102,0,0,0,0,0),(4666,3350,1,1,1,1371,1,1891.6,-4326.75,23.253,0.261799,300,0,0,1003,0,0,0,0,0),(54997,15291,530,1,1,0,0,10416.8,-6316.6,35.5763,4.01426,300,0,0,111,259,0,0,0,0),(54998,15292,530,1,1,0,1,10423.7,-6342.21,37.0533,3.66519,300,0,0,98,115,0,0,0,0),(55000,15294,530,1,1,0,0,10096,-6354.86,11.5868,1.99096,300,5,0,69,79,1,0,0,0),(55001,15294,530,1,1,0,0,10102.6,-6363.13,16.1144,3.97598,300,5,0,69,79,1,0,0,0),(55002,15294,530,1,1,0,0,10067.2,-6267.55,13.0933,3.84072,300,5,0,69,79,1,0,0,0),(55003,15294,530,1,1,0,0,10073.9,-6280.82,13.9683,1.30251,300,5,0,69,79,1,0,0,0),(55004,15294,530,1,1,0,0,10085.1,-6280.95,12.8433,2.8762,300,5,0,69,79,1,0,0,0),(55005,15294,530,1,1,0,0,10087.8,-6265.42,13.0938,4.41306,300,5,0,69,79,1,0,0,0),(55006,15294,530,1,1,0,0,10076.8,-6250.77,12.7188,4.13442,300,5,0,69,79,1,0,0,0),(55007,15294,530,1,1,0,0,10063.9,-6255.35,12.5753,4.74055,300,5,0,69,79,1,0,0,0),(55008,15294,530,1,1,0,0,10057.9,-6241.84,12.9503,0.845142,300,5,0,69,79,1,0,0,0),(55009,15294,530,1,1,0,0,10069.8,-6237.32,13.7188,4.7293,300,5,0,69,79,1,0,0,0),(55010,15294,530,1,1,0,0,10122.4,-6253.81,14.894,4.34164,300,5,0,69,79,1,0,0,0),(55011,15294,530,1,1,0,0,10073.6,-6221.38,13.8949,4.59495,300,5,0,69,79,1,0,0,0),(55012,15294,530,1,1,0,0,10136,-6226.06,14.3941,0.361304,300,5,0,69,79,1,0,0,0),(55013,15294,530,1,1,0,0,10355.4,-6079.06,23.4625,4.52668,300,5,0,69,79,1,0,0,0),(55014,15294,530,1,1,0,0,10299.7,-6079.46,26.6834,5.73055,300,5,0,69,79,1,0,0,0),(55015,15294,530,1,1,0,0,10335.8,-6045,26.5666,1.0872,300,5,0,69,79,1,0,0,0),(55016,15294,530,1,1,0,0,10332.6,-6031.05,29.0105,0.599008,300,5,0,69,79,1,0,0,0),(55017,15294,530,1,1,0,0,10378.8,-6028.77,30.0104,1.85061,300,5,0,69,79,1,0,0,0),(55018,15294,530,1,1,0,0,10385.6,-6044.25,27.6088,3.7762,300,5,0,69,79,1,0,0,0),(55019,15294,530,1,1,0,0,10314.4,-6074.42,26.5075,4.79641,300,5,0,69,79,1,0,0,0),(55020,15294,530,1,1,0,0,10385.4,-6014.68,31.2604,3.38574,300,5,0,69,79,1,0,0,0),(55021,15294,530,1,1,0,0,10360.2,-6088.3,22.4335,1.91234,300,0,0,69,79,0,0,0,0),(55022,15294,530,1,1,0,0,10393.8,-6029.07,33.8854,4.0955,300,5,0,69,79,1,0,0,0),(55023,15294,530,1,1,0,0,10284.2,-6009.75,28.3689,4.73832,300,5,0,69,79,1,0,0,0),(55024,15294,530,1,1,0,0,10322,-6021.5,29.2605,3.88532,300,5,0,69,79,1,0,0,0),(55025,15294,530,1,1,0,0,10328.1,-5998.76,35.6437,4.69638,300,5,0,69,79,1,0,0,0),(55026,15294,530,1,1,0,0,10325.2,-5985.96,40.1667,3.77678,300,5,0,69,79,1,0,0,0),(55027,15294,530,1,1,0,0,10335,-5980.26,41.7401,4.09811,300,5,0,69,79,1,0,0,0),(55028,15294,530,1,1,0,0,10348.5,-5977.09,41.6345,3.89529,300,5,0,69,79,1,0,0,0),(55029,15294,530,1,1,0,0,10355.1,-5994.4,37.1151,4.63041,300,5,0,69,79,1,0,0,0),(55030,15294,530,1,1,0,0,10477.8,-5871.97,2.58401,0.238245,300,5,0,69,79,1,0,0,0),(55031,15294,530,1,1,0,0,10486.1,-5873.3,0.83401,5.12866,300,5,0,69,79,1,0,0,0),(55032,15294,530,1,1,0,0,10489.2,-5886.31,2.33401,0.861319,300,5,0,69,79,1,0,0,0),(55033,15294,530,1,1,0,0,10461.9,-5830.98,2.43055,5.72334,300,5,0,69,79,1,0,0,0),(55034,15294,530,1,1,0,0,10473.5,-5828.57,1.1696,4.45034,300,5,0,69,79,1,0,0,0),(55035,15294,530,1,1,0,0,10460.3,-5820.44,1.43055,4.05893,300,5,0,69,79,1,0,0,0),(55036,15294,530,1,1,0,0,10400.1,-6044.57,29.7529,4.69251,300,5,0,69,79,1,0,0,0),(55037,15294,530,1,1,0,0,10210.3,-6061.23,5.92924,0.350742,300,5,0,69,79,1,0,0,0),(55038,15294,530,1,1,0,0,10225.7,-6127.48,20.4396,0.261799,300,0,0,69,79,0,0,0,0),(55039,15294,530,1,1,0,0,10263.1,-6142.93,20.0031,4.81213,300,5,0,69,79,1,0,0,0),(55040,15294,530,1,1,0,0,10242.3,-6130.63,20.8045,2.81716,300,5,0,69,79,1,0,0,0),(55041,15294,530,1,1,0,0,10153.9,-6160.9,19.1827,0.296338,300,5,0,69,79,1,0,0,0),(55042,15294,530,1,1,0,0,10170.9,-6176.51,21.2249,0.903882,300,5,0,69,79,1,0,0,0),(55043,15294,530,1,1,0,0,10171.3,-6160.62,20.9028,1.62199,300,5,0,69,79,1,0,0,0),(55044,15294,530,1,1,0,0,10245.8,-6100.63,22.9272,1.78024,300,0,0,69,79,0,0,0,0),(55045,15294,530,1,1,0,0,10259.5,-6052.03,25.9821,1.55457,300,5,0,69,79,1,0,0,0),(55046,15294,530,1,1,0,0,10134.5,-6167.39,17.2542,4.28154,300,5,0,69,79,1,0,0,0),(55047,15294,530,1,1,0,0,10262.5,-6061.62,25.4821,3.0124,300,5,0,69,79,1,0,0,0),(55048,15294,530,1,1,0,0,10257.5,-6042.4,25.4821,1.13664,300,5,0,69,79,1,0,0,0),(55049,15294,530,1,1,0,0,10146.7,-6207.62,19.1119,4.20945,300,0,0,69,79,0,0,0,0),(55050,15294,530,1,1,0,0,10135.1,-6179.91,16.6197,3.14052,300,5,0,69,79,1,0,0,0),(55051,15294,530,1,1,0,0,10092.7,-6195,14.947,0.609501,300,5,0,69,79,1,0,0,0),(55052,15294,530,1,1,0,0,10072.4,-6220.3,13.8949,2.30935,300,5,0,69,79,1,0,0,0),(55053,15295,530,1,1,0,1,10406,-6396.24,52.1757,5.18363,300,0,0,774,2175,0,0,0,0),(55054,15296,530,1,1,0,1,10413.7,-6372.46,35.7242,5.14872,300,0,0,117,259,0,0,0,0),(55055,15297,530,1,1,0,1,10419.7,-6318.62,35.6568,1.32645,300,0,0,117,259,0,0,0,0),(55056,15298,530,1,1,0,0,10158,-6026.5,63.7448,1.8946,300,5,0,83,104,1,0,0,0),(55057,15298,530,1,1,0,0,10156.3,-5992.24,110.237,3.4383,300,0,0,83,104,0,0,0,0),(55058,15298,530,1,1,0,0,10083.7,-6034.95,42.2431,1.31091,300,5,0,83,104,1,0,0,0),(55060,15298,530,1,1,0,0,10131.4,-6011.43,110.154,0.557687,300,0,0,83,104,0,0,0,0),(55061,15301,530,1,1,0,1,9984.04,-6478.02,1.07989,5.5676,300,0,0,103,115,0,0,0,0),(4665,3403,1,1,1,4231,1,1932.88,-4211.3,42.1782,6.24828,300,0,0,1753,0,0,0,0,0),(4664,13417,1,1,1,13341,1,1937.84,-4222.84,42.1781,3.78736,300,0,0,2769,0,0,0,0,0),(4663,3344,1,1,1,1360,1,1933.69,-4224.86,42.1782,0.05236,300,0,0,4120,0,0,0,0,0),(55068,17728,546,3,1,0,1,267.009,-371.311,72.1627,2.59862,7200,0,0,16028,0,0,0,0,0),(4662,3342,1,1,1,1358,1,1784.44,-4205.35,40.0903,4.53786,300,0,0,1342,0,0,0,0,0),(30175,7603,90,1,1,6967,0,-464.858,487.472,-230.601,0.360909,86400,2,0,787,0,1,0,0,0),(30174,6225,90,1,1,5926,0,-503.192,479.869,-273.08,5.01041,86400,5,0,2715,0,1,0,0,0),(30173,6222,90,1,1,6932,1,-586.3,596.17,-230.601,1.44707,86400,0,0,787,0,0,0,0,0),(30172,6222,90,1,1,6932,1,-634.829,441.079,-273.063,0.601507,86400,0,0,787,0,0,0,0,0),(30171,6225,90,1,1,5926,0,-539.224,556.1,-273.08,4.43745,86400,5,0,2715,0,1,0,0,0),(30170,6233,90,1,1,6978,0,-472.927,439.53,-230.518,1.11701,86400,2,0,3412,0,1,0,0,0),(30169,7603,90,1,1,6967,0,-486.311,435.922,-230.518,0,86400,2,0,787,0,1,0,0,0),(30168,7603,90,1,1,6968,0,-481.016,430.803,-230.518,2.33874,86400,2,0,787,0,1,0,0,0),(30167,7603,90,1,1,6968,0,-480.313,440.908,-230.518,1.76278,86400,2,0,787,0,1,0,0,0),(30166,7603,90,1,1,6968,0,-474.927,443.173,-230.518,3.15905,86400,5,0,787,0,1,0,0,0),(30165,6222,90,1,1,6933,1,-613.609,433.56,-230.601,4.0887,86400,2,0,787,0,1,0,0,0),(30164,6206,90,1,1,830,1,-573.965,77.0107,-203.874,5.88176,86400,5,0,2272,0,1,0,0,0),(30163,6329,90,1,1,976,0,-540.361,33.9657,-196.964,0.122173,86400,2,0,1830,655,1,0,0,0),(30162,6329,90,1,1,976,0,-636.738,135.03,-183.794,0.139626,86400,3,0,1830,655,1,0,0,0),(30161,6329,90,1,1,976,0,-634.547,73.0335,-195.492,5.06145,86400,3,0,1830,655,1,0,0,0),(55102,17728,546,3,1,0,1,223.532,-390.343,72.6483,2.71957,7200,0,0,16028,0,0,0,0,0),(30160,6329,90,1,1,976,0,-550.351,137.763,-202.068,5.48033,86400,5,0,1830,655,1,0,0,0),(32075,15350,0,1,1,15387,1,1316.82,291.133,-63.6295,2.04204,120,0,0,126000,0,0,0,0,0),(55106,17728,546,3,1,0,1,223.948,-388.177,72.6164,3.45313,7200,0,0,16028,0,0,0,0,0),(30159,6329,90,1,1,976,0,-588.034,18.7032,-179.596,5.51524,86400,3,0,1830,655,1,0,0,0),(30158,6211,90,1,1,10285,1,-598.314,201.79,-169.966,0.907571,86400,0,0,2400,0,0,0,0,0),(30157,6329,90,1,1,976,0,-642.76,76.9467,-183.17,0.890118,86400,2,0,1830,655,1,0,0,0),(30156,6206,90,1,1,830,1,-619.84,58.4296,-199.565,3.1765,86400,5,0,2272,0,1,0,0,0),(30155,6206,90,1,1,830,1,-570.635,80.1587,-204.094,3.735,86400,5,0,2272,0,1,0,0,0),(30154,6220,90,1,1,4907,0,-452.865,118.505,-210.293,4.93928,86400,5,0,2196,756,1,0,0,0),(30153,6219,90,1,1,11137,0,-472.893,49.6316,-207.855,0.282745,86400,3,0,2250,0,1,0,0,0),(30152,6218,90,1,1,358,0,-497.661,130.632,-209.168,3.9619,86400,5,0,2250,0,1,0,0,0),(30151,6220,90,1,1,4907,0,-380.697,97.865,-210.394,3.05433,86400,5,0,2196,756,1,0,0,0),(30150,6219,90,1,1,11137,0,-409.443,73.7753,-211.022,5.75959,86400,5,0,2250,0,1,0,0,0),(30149,6220,90,1,1,4907,0,-444.961,174.409,-208.732,3.26377,86400,5,0,2196,756,1,0,0,0),(4661,6929,1,1,1,5706,1,1633.99,-4439.37,15.5167,2.75762,300,0,0,1003,0,0,0,0,0),(55135,15366,530,1,1,0,0,10286.7,-6295.87,25.6512,5.31054,300,5,0,42,0,1,0,0,0),(55136,15366,530,1,1,0,0,10276.8,-6268.98,26.1512,4.40582,300,5,0,42,0,1,0,0,0),(55137,15366,530,1,1,0,0,10291.6,-6279.82,26.7762,1.67294,300,5,0,42,0,1,0,0,0),(55138,15366,530,1,1,0,0,10269.2,-6410.45,40.2181,2.49899,300,5,0,42,0,1,0,0,0),(55139,15366,530,1,1,0,0,10316.2,-6415.58,37.8301,5.334,300,5,0,42,0,1,0,0,0),(55140,15366,530,1,1,0,0,10308.9,-6246.58,28.1924,4.8512,300,5,0,42,0,1,0,0,0),(55141,15366,530,1,1,0,0,10378,-6454.66,36.6107,5.34298,300,5,0,42,0,1,0,0,0),(55142,15366,530,1,1,0,0,10305.5,-6451.96,45.4285,5.87355,300,5,0,42,0,1,0,0,0),(55143,15366,530,1,1,0,0,10424.7,-6429.96,42.5668,4.66894,300,5,0,42,0,1,0,0,0),(55144,15366,530,1,1,0,0,10447.8,-6313.91,42.8548,2.07665,300,5,0,42,0,1,0,0,0),(55145,15366,530,1,1,0,0,10424.9,-6290.69,35.0849,5.14784,300,5,0,42,0,1,0,0,0),(55146,15366,530,1,1,0,0,10354.7,-6470.09,37.5364,4.98442,300,5,0,42,0,1,0,0,0),(55147,15366,530,1,1,0,0,10413.3,-6452.52,39.5459,3.56854,300,5,0,42,0,1,0,0,0),(55148,15366,530,1,1,0,0,10334.6,-6493.67,58.3247,6.20297,300,5,0,42,0,1,0,0,0),(55149,15366,530,1,1,0,0,10388.5,-6494.75,29.1993,5.55487,300,5,0,42,0,1,0,0,0),(55150,15366,530,1,1,0,0,10462.5,-6411.66,46.6391,0.616452,300,5,0,42,0,1,0,0,0),(55151,15366,530,1,1,0,0,10450.9,-6457.09,29.405,3.96519,300,5,0,42,0,1,0,0,0),(55152,15366,530,1,1,0,0,10429.7,-6475.94,28.4295,1.04862,300,5,0,42,0,1,0,0,0),(55153,15366,530,1,1,0,0,10441.4,-6489.24,17.4576,2.04405,300,5,0,42,0,1,0,0,0),(55154,15366,530,1,1,0,0,10472.7,-6460.99,22.0232,3.55367,300,5,0,42,0,1,0,0,0),(55155,15366,530,1,1,0,0,10476.2,-6374.27,44.1991,5.41713,300,5,0,42,0,1,0,0,0),(55156,15366,530,1,1,0,0,10446.1,-6222.89,39.9475,3.94565,300,5,0,42,0,1,0,0,0),(55157,15366,530,1,1,0,0,10445.4,-6140.47,43.6907,1.76333,300,5,0,42,0,1,0,0,0),(55158,15366,530,1,1,0,0,10358.3,-6143.92,29.2,0.6229,300,5,0,42,0,1,0,0,0),(55159,15366,530,1,1,0,0,10476.3,-6153.04,53.0026,0.326305,300,5,0,42,0,1,0,0,0),(55160,15366,530,1,1,0,0,10388.7,-6116.43,29.1342,4.38199,300,5,0,42,0,1,0,0,0),(55161,15366,530,1,1,0,0,10425.5,-6111.07,35.4912,4.3921,300,5,0,42,0,1,0,0,0),(55162,15366,530,1,1,0,0,10325.4,-6175.41,28.2338,1.39942,300,5,0,42,0,1,0,0,0),(55163,15366,530,1,1,0,0,10490,-6109.25,62.8503,4.40717,300,5,0,42,0,1,0,0,0),(55164,15366,530,1,1,0,0,10200.7,-6241.44,15.6028,0.621003,300,5,0,42,0,1,0,0,0),(55165,15367,530,1,1,0,1,10150.9,-6006.24,110.237,3.49066,300,0,0,98,115,0,0,0,0),(30148,6218,90,1,1,358,0,-456.826,92.256,-210.002,3.59538,86400,5,0,2250,0,1,0,0,0),(55168,15371,530,1,1,0,0,9997.19,-6460.29,1.11517,3.97935,300,0,0,9462,5580,0,0,0,0),(55169,15371,530,1,1,0,0,10009.2,-6469.21,1.17023,3.92699,300,0,0,9462,5580,0,0,0,0),(55170,15371,530,1,1,0,0,10057.6,-6404.46,2.20626,1.15192,300,0,0,9462,5580,0,0,0,0),(55171,15371,530,1,1,0,0,10046.5,-6395,1.9711,0.890118,300,0,0,9462,5580,0,0,0,0),(55172,15371,530,1,1,0,0,10357.2,-6381.62,38.5975,1.91986,300,0,0,9462,5580,0,0,0,0),(55173,15371,530,1,1,0,0,10345.1,-6385.63,38.6109,1.8675,300,0,0,9462,5580,0,0,0,0),(55174,15371,530,1,1,0,0,10394.4,-6348.86,35.5961,3.08923,300,0,0,9462,5580,0,0,0,0),(55175,15371,530,1,1,0,0,10396.6,-6337.69,35.6224,3.10669,300,0,0,9462,5580,0,0,0,0),(55176,15371,530,1,1,0,0,10346.6,-6256.76,24.9929,4.70711,300,0,0,9462,5580,2,0,0,0),(55177,15372,530,1,1,0,0,10120,-6313.99,14.0731,4.22963,300,5,0,55,0,1,0,0,0),(55178,15372,530,1,1,0,0,10153.5,-6304.2,15.935,4.84592,300,5,0,55,0,1,0,0,0),(55179,15372,530,1,1,0,0,10161.5,-6352.9,25.9427,1.43408,300,5,0,55,0,1,0,0,0),(55180,15372,530,1,1,0,0,10186.2,-6252.53,16.4271,4.45836,300,5,0,55,0,1,0,0,0),(55181,15372,530,1,1,0,0,10245.9,-6276.01,21.1065,2.75131,300,5,0,55,0,1,0,0,0),(55182,15372,530,1,1,0,0,10253.5,-6255.89,20.6444,5.73761,300,5,0,55,0,1,0,0,0),(55183,15372,530,1,1,0,0,10224.3,-6220.82,17.7391,0.634448,300,5,0,55,0,1,0,0,0),(55184,15372,530,1,1,0,0,10291.4,-6277.55,26.6735,1.67309,300,5,0,55,0,1,0,0,0),(55185,15372,530,1,1,0,0,10245.3,-6219.46,19.0852,0.088184,300,5,0,55,0,1,0,0,0),(55186,15372,530,1,1,0,0,10239.3,-6211.01,19.3874,3.78216,300,5,0,55,0,1,0,0,0),(55187,15372,530,1,1,0,0,10470.2,-6462.07,22.6482,3.54742,300,5,0,55,0,1,0,0,0),(55188,15372,530,1,1,0,0,10507.4,-6479.38,6.98172,5.28658,300,5,0,55,0,1,0,0,0),(55189,15372,530,1,1,0,0,10505.5,-6447.41,7.29894,2.34825,300,5,0,55,0,1,0,0,0),(55190,15372,530,1,1,0,0,10351.9,-6513.22,27.8206,6.21828,300,5,0,55,0,1,0,0,0),(55191,15372,530,1,1,0,0,10318.8,-6118.27,20.8069,6.25358,300,5,0,55,0,1,0,0,0),(55192,15372,530,1,1,0,0,10437,-6013.72,59.1867,0.006625,300,5,0,55,0,1,0,0,0),(55193,15372,530,1,1,0,0,10276.4,-6116.62,22.6364,3.11459,300,5,0,55,0,1,0,0,0),(55194,15372,530,1,1,0,0,10441.6,-6009.25,62.4046,3.49671,300,5,0,55,0,1,0,0,0),(55195,15372,530,1,1,0,0,10424.3,-5885.35,27.4602,2.66465,300,5,0,55,0,1,0,0,0),(55196,15372,530,1,1,0,0,10453.1,-5882.98,24.0127,5.76622,300,5,0,55,0,1,0,0,0),(55197,15372,530,1,1,0,0,10284,-6150.04,21.7778,3.4904,300,5,0,55,0,1,0,0,0),(55198,15384,530,1,1,0,0,3511.21,3946.77,141.285,1.44862,300,0,0,4120,0,0,0,0,0),(55199,15384,530,1,1,0,0,3437.92,3822.86,144.011,5.79449,300,0,0,4120,0,0,0,0,0),(55200,15384,530,1,1,0,0,3155.93,3344.02,107.153,2.11185,300,0,0,4120,0,0,0,0,0),(55201,15384,530,1,1,0,0,3108.71,3305.57,110.144,5.20108,300,0,0,4120,0,0,0,0,0),(55202,15384,530,1,1,0,0,3061.44,3244.51,115.284,1.85005,300,0,0,4120,0,0,0,0,0),(55203,15384,530,1,1,0,0,3011.23,3367.29,104.36,4.36332,300,0,0,4120,0,0,0,0,0),(55204,15384,530,1,1,0,0,3242.83,3595.9,125.769,1.8326,300,0,0,4120,0,0,0,0,0),(55205,15384,530,1,1,0,0,3165.38,3612.01,134.513,6.14356,300,0,0,4120,0,0,0,0,0),(55206,15384,530,1,1,0,0,3197.25,3628.12,130.606,3.42085,300,0,0,4120,0,0,0,0,0),(55207,15384,530,1,1,0,0,3416.24,3834.31,144.571,1.11701,300,0,0,4120,0,0,0,0,0),(55208,15384,530,1,1,0,0,3178.38,3811.32,140.452,4.20624,300,0,0,4120,0,0,0,0,0),(55209,15384,530,1,1,0,0,3221.8,3662.72,129.203,0.558505,300,0,0,4120,0,0,0,0,0),(55210,15384,530,1,1,0,0,3145.85,3764.48,139.83,1.85005,300,0,0,4120,0,0,0,0,0),(55211,15384,530,1,1,0,0,2930.61,3791.23,151.337,4.20624,300,0,0,4120,0,0,0,0,0),(55212,15384,530,1,1,0,0,2940.78,3800.57,152.29,5.06145,300,0,0,4120,0,0,0,0,0),(55213,15384,530,1,1,0,0,3129.76,3812.29,143.48,3.03687,300,0,0,4120,0,0,0,0,0),(55214,15384,530,1,1,0,0,3108.82,3869.15,143.995,3.01942,300,0,0,4120,0,0,0,0,0),(55215,15384,530,1,1,0,0,3124.83,3928.35,179.299,0.244346,300,0,0,4120,0,0,0,0,0),(55216,15384,530,1,1,0,0,3117.77,3983.2,163.034,6.05629,300,0,0,4120,0,0,0,0,0),(55217,15384,530,1,1,0,0,3161.77,3973.21,160.969,1.58825,300,0,0,4120,0,0,0,0,0),(55218,15384,530,1,1,0,0,3171.9,3927.15,179.301,5.41052,300,0,0,4120,0,0,0,0,0),(55219,15384,530,1,1,0,0,3121.59,4021.25,149.906,3.9968,300,0,0,4120,0,0,0,0,0),(55220,15384,530,1,1,0,0,3183.31,3917.88,184.095,3.19395,300,0,0,4120,0,0,0,0,0),(55221,15384,530,1,1,0,0,3209.59,3893.25,196.428,5.46288,300,0,0,4120,0,0,0,0,0),(55222,15384,530,1,1,0,0,3221.48,3940.42,171.655,4.60767,300,0,0,4120,0,0,0,0,0),(55223,15384,530,1,1,0,0,3212.7,3997.93,149.76,6.05629,300,0,0,4120,0,0,0,0,0),(55224,15384,530,1,1,0,0,3194.91,4004.26,147.42,1.6057,300,0,0,4120,0,0,0,0,0),(55225,15384,530,1,1,0,0,3272.76,3892.85,196.631,2.74017,300,0,0,4120,0,0,0,0,0),(55226,15384,530,1,1,0,0,3281.09,3965.86,166.65,1.48353,300,0,0,4120,0,0,0,0,0),(55227,15384,530,1,1,0,0,3309.46,3908.74,192.89,0.837758,300,0,0,4120,0,0,0,0,0),(55228,15384,530,1,1,0,0,3358.58,3975.39,184.707,2.00713,300,0,0,4120,0,0,0,0,0),(55229,15384,530,1,1,0,0,3292.89,4004.15,159.657,4.20624,300,0,0,4120,0,0,0,0,0),(55230,15384,530,1,1,0,0,3386.28,3964.8,200.364,3.10669,300,0,0,4120,0,0,0,0,0),(55231,15384,530,1,1,0,0,3339.04,4050.89,160.15,5.65487,300,0,0,4120,0,0,0,0,0),(55232,15384,530,1,1,0,0,3385.87,4013.25,179.124,0.383972,300,0,0,4120,0,0,0,0,0),(55233,15384,530,1,1,0,0,2915.86,3896.56,128.198,2.09439,300,0,0,4120,0,0,0,0,0),(55234,15384,530,1,1,0,0,2895.88,3796.43,165.167,1.90241,300,0,0,4120,0,0,0,0,0),(55235,15384,530,1,1,0,0,2853.37,3772.12,177.01,4.4855,300,0,0,4120,0,0,0,0,0),(55236,15384,530,1,1,0,0,2877.1,3752.07,159.493,3.9968,300,0,0,4120,0,0,0,0,0),(55237,15384,530,1,1,0,0,2773.4,3596.54,143.782,0.610865,300,0,0,4120,0,0,0,0,0),(55238,15384,530,1,1,0,0,2718.28,3492.37,139.009,3.26377,300,0,0,4120,0,0,0,0,0),(55239,15384,530,1,1,0,0,2683.65,3480.46,142.106,2.00713,300,0,0,4120,0,0,0,0,0),(55240,15384,530,1,1,0,0,2768.8,3533.34,139.759,1.76278,300,0,0,4120,0,0,0,0,0),(55241,15384,530,1,1,0,0,2750.54,3516.85,136.684,3.42085,300,0,0,4120,0,0,0,0,0),(55242,15384,530,1,1,0,0,2778.02,3531.43,139.875,1.76278,300,0,0,4120,0,0,0,0,0),(55243,15384,530,1,1,0,0,2746.4,3547.91,137.5,4.67748,300,0,0,4120,0,0,0,0,0),(55244,15384,530,1,1,0,0,2821.03,3536.39,148.737,0.261799,300,0,0,4120,0,0,0,0,0),(55245,15384,530,1,1,0,0,2703.82,3447.18,143.365,4.36332,300,0,0,4120,0,0,0,0,0),(55246,15384,530,1,1,0,0,2673.62,3443.73,143.577,3.08923,300,0,0,4120,0,0,0,0,0),(55247,15384,530,1,1,0,0,2675.31,3338.71,135.534,3.36848,300,0,0,4120,0,0,0,0,0),(55248,15384,530,1,1,0,0,2605.27,3376.32,144.798,5.93412,300,0,0,4120,0,0,0,0,0),(55249,15384,530,1,1,0,0,2633.44,3417.72,145.479,5.72468,300,0,0,4120,0,0,0,0,0),(55250,15384,530,1,1,0,0,2291.42,2064.48,72.5672,5.68977,300,0,0,4120,0,0,0,0,0),(55251,15384,530,1,1,0,0,4204.33,2403.44,113.081,5.65487,300,0,0,4120,0,0,0,0,0),(55252,15384,530,1,1,0,0,4264.92,2428.4,104.054,2.00713,300,0,0,4120,0,0,0,0,0),(55253,15384,530,1,1,0,0,4225.48,2447.45,99.258,0.383972,300,0,0,4120,0,0,0,0,0),(55254,15384,530,1,1,0,0,4264.9,2366.44,123.169,3.10669,300,0,0,4120,0,0,0,0,0),(55255,15384,530,1,1,0,0,4230.36,2344.17,138.599,4.20624,300,0,0,4120,0,0,0,0,0),(55256,15384,530,1,1,0,0,4163.1,2237.65,171.787,1.48353,300,0,0,4120,0,0,0,0,0),(55257,15384,530,1,1,0,0,4298.24,2083.09,135.33,3.19395,300,0,0,4120,0,0,0,0,0),(55258,15384,530,1,1,0,0,4228.78,2003.39,140.901,3.9968,300,0,0,4120,0,0,0,0,0),(55259,15384,530,1,1,0,0,4233.84,1926.05,143.964,6.05629,300,0,0,4120,0,0,0,0,0),(55260,15384,530,1,1,0,0,4316.38,1905.83,124.327,3.01942,300,0,0,4120,0,0,0,0,0),(55261,15384,530,1,1,0,0,4299.98,1849.44,126.888,3.03687,300,0,0,4120,0,0,0,0,0),(55262,15384,530,1,1,0,0,4310.38,1879.45,127.188,0.244346,300,0,0,4120,0,0,0,0,0),(55263,15384,530,1,1,0,0,4236.21,1798.6,135.079,0.558505,300,0,0,4120,0,0,0,0,0),(55264,15384,530,1,1,0,0,4248.51,1824.35,142.105,6.14356,300,0,0,4120,0,0,0,0,0),(55265,15384,530,1,1,0,0,4182.63,1840.25,149.749,4.31096,300,0,0,4120,0,0,0,0,0),(55266,15384,530,1,1,0,0,4281.46,1760.35,118.762,1.8326,300,0,0,4120,0,0,0,0,0),(55267,15384,530,1,1,0,0,4336.43,1805.49,110.99,1.85005,300,0,0,4120,0,0,0,0,0),(55268,15384,530,1,1,0,0,4308,1761.72,114.952,3.42085,300,0,0,4120,0,0,0,0,0),(55269,15384,530,1,1,0,0,4214.23,1743.65,128.275,3.61283,300,0,0,4120,0,0,0,0,0),(55270,15384,530,1,1,0,0,4165,1793.92,141.435,0.558505,300,0,0,4120,0,0,0,0,0),(55271,15384,530,1,1,0,0,4155.22,1832.59,155.068,2.11185,300,0,0,4120,0,0,0,0,0),(55272,15384,530,1,1,0,0,4138.19,1716.05,126.639,5.20108,300,0,0,4120,0,0,0,0,0),(55273,15384,530,1,1,0,0,4076.81,1690.02,136.207,2.74017,300,0,0,4120,0,0,0,0,0),(55274,15384,530,1,1,0,0,4080.43,1730.67,142.906,0.837758,300,0,0,4120,0,0,0,0,0),(55275,15384,530,1,1,0,0,4076.27,1778.82,146.993,5.46288,300,0,0,4120,0,0,0,0,0),(55276,15384,530,1,1,0,0,3929.3,1662.6,130.547,5.79449,300,0,0,4120,0,0,0,0,0),(55277,15384,530,1,1,0,0,3956.14,1640.25,121.745,1.11701,300,0,0,4120,0,0,0,0,0),(55278,15384,530,1,1,0,0,3874.57,1647.98,128.717,1.44862,300,0,0,4120,0,0,0,0,0),(55279,15384,530,1,1,0,0,3842.29,1601.51,123.229,1.69297,300,0,0,4120,0,0,0,0,0),(55280,15384,530,1,1,0,0,3742.96,1676.05,137.986,2.09439,300,0,0,4120,0,0,0,0,0),(55281,15384,530,1,1,0,0,3764.68,1618.68,131.74,2.00713,300,0,0,4120,0,0,0,0,0),(55282,15384,530,1,1,0,0,3786.35,1603.65,128.219,4.36332,300,0,0,4120,0,0,0,0,0),(55283,15384,530,1,1,0,0,3751.98,1575.35,116.699,1.85005,300,0,0,4120,0,0,0,0,0),(55284,15384,530,1,1,0,0,3707.97,1638.3,127.039,3.08923,300,0,0,4120,0,0,0,0,0),(55285,15384,530,1,1,0,0,3725.71,1684.35,135.974,1.41372,300,0,0,4120,0,0,0,0,0),(55286,15384,530,1,1,0,0,3742.47,1730.82,144.825,4.20624,300,0,0,4120,0,0,0,0,0),(55287,15384,530,1,1,0,0,3750.51,1718.03,145.688,1.90241,300,0,0,4120,0,0,0,0,0),(55288,15384,530,1,1,0,0,3701.22,1734.5,131.812,0.261799,300,0,0,4120,0,0,0,0,0),(55289,15384,530,1,1,0,0,3661.54,1784.49,125.884,5.06145,300,0,0,4120,0,0,0,0,0),(55290,15384,530,1,1,0,0,3652.16,1751.97,120.961,2.44346,300,0,0,4120,0,0,0,0,0),(55291,15384,530,1,1,0,0,3598.93,1803.46,110.565,4.4855,300,0,0,4120,0,0,0,0,0),(55292,15384,530,1,1,0,0,3571.23,1814.91,109.08,0.610865,300,0,0,4120,0,0,0,0,0),(55293,15384,530,1,1,0,0,3618.19,1862.13,114.699,3.9968,300,0,0,4120,0,0,0,0,0),(55294,15384,530,1,1,0,0,3508.21,1801.34,85.8221,4.67748,300,0,0,4120,0,0,0,0,0),(55295,15384,530,1,1,0,0,3554.26,1903.28,96.9216,3.42085,300,0,0,4120,0,0,0,0,0),(55296,15384,530,1,1,0,0,3602.28,1917.59,108.538,3.26377,300,0,0,4120,0,0,0,0,0),(55297,15384,530,1,1,0,0,3594.84,1971.79,106.606,2.00713,300,0,0,4120,0,0,0,0,0),(55298,15384,530,1,1,0,0,3581.34,1996.06,100.04,4.36332,300,0,0,4120,0,0,0,0,0),(55299,15384,530,1,1,0,0,3595.55,2041.67,102.077,5.93412,300,0,0,4120,0,0,0,0,0),(55300,15384,530,1,1,0,0,3584.12,2006.44,95.8109,5.72468,300,0,0,4120,0,0,0,0,0),(55301,15384,530,1,1,0,0,3610.81,2034.81,106.618,3.36848,300,0,0,4120,0,0,0,0,0),(55302,15384,530,1,1,0,0,3574.86,2180.22,89.2956,0.523599,300,0,0,4120,0,0,0,0,0),(55303,15384,530,1,1,0,0,3642.72,2153.94,116.961,2.26893,300,0,0,4120,0,0,0,0,0),(55304,15384,530,1,1,0,0,3576,2224.02,94.8082,5.13127,300,0,0,4120,0,0,0,0,0),(55305,15384,530,1,1,0,0,3635.48,2216.86,111.408,1.79769,300,0,0,4120,0,0,0,0,0),(55306,15384,530,1,1,0,0,3604.35,2218.27,102.062,3.29867,300,0,0,4120,0,0,0,0,0),(55307,15384,530,1,1,0,0,3624.41,2256.78,94.6727,3.9968,300,0,0,4120,0,0,0,0,0),(55308,15384,530,1,1,0,0,3592.06,2261.43,88.1007,2.53073,300,0,0,4120,0,0,0,0,0),(55309,15384,530,1,1,0,0,3677.13,2241.53,117.82,5.51524,300,0,0,4120,0,0,0,0,0),(55310,15384,530,1,1,0,0,3572.47,2299.47,76.1583,6.03884,300,0,0,4120,0,0,0,0,0),(55311,15384,530,1,1,0,0,3608.34,2282.89,85.5651,0.139626,300,0,0,4120,0,0,0,0,0),(55312,15384,530,1,1,0,0,3663.45,2278.07,107.555,3.735,300,0,0,4120,0,0,0,0,0),(55313,15384,530,1,1,0,0,3636.13,2300.74,94.1242,2.16421,300,0,0,4120,0,0,0,0,0),(55314,15384,530,1,1,0,0,3715.55,2261.44,122.036,4.64258,300,0,0,4120,0,0,0,0,0),(55315,15384,530,1,1,0,0,3725.78,2222.45,128.719,0.418879,300,0,0,4120,0,0,0,0,0),(55316,15384,530,1,1,0,0,3594.02,2313.55,83.3883,1.98968,300,0,0,4120,0,0,0,0,0),(55317,15384,530,1,1,0,0,3704.34,2271.94,118.668,6.16101,300,0,0,4120,0,0,0,0,0),(55318,15384,530,1,1,0,0,3629.95,2337.43,90.3591,1.39626,300,0,0,4120,0,0,0,0,0),(55319,15384,530,1,1,0,0,3656.22,2379.05,86.9641,1.13446,300,0,0,4120,0,0,0,0,0),(55320,15384,530,1,1,0,0,3633.44,2399.54,79.1347,5.91667,300,0,0,4120,0,0,0,0,0),(55321,15384,530,1,1,0,0,4125.67,2186.57,180.332,1.6057,300,0,0,4120,0,0,0,0,0),(55322,15384,530,1,1,0,0,4151.31,2173.48,166.581,6.05629,300,0,0,4120,0,0,0,0,0),(55323,15384,530,1,1,0,0,253.418,7083.82,37.1947,2.9147,300,0,0,4120,0,0,0,0,0),(55324,15384,530,1,1,0,0,-1823.29,8014.12,-25.6075,1.37881,300,0,0,4120,0,0,0,0,0),(55325,15384,530,1,1,0,0,-1657.35,7992.02,-26.7539,0.069813,300,0,0,4120,0,0,0,0,0),(55326,15384,530,1,1,0,0,-1601.29,7856.43,-22.4232,1.43117,300,0,0,4120,0,0,0,0,0),(55327,15384,530,1,1,0,0,-1542.43,7999.55,-20.6299,5.60251,300,0,0,4120,0,0,0,0,0),(55328,15384,530,1,1,0,0,-1484.12,7904.21,-19.2679,0.087266,300,0,0,4120,0,0,0,0,0),(55329,15384,530,1,1,0,0,-1631.31,7718.4,-15.4645,1.29154,300,0,0,4120,0,0,0,0,0),(55330,15384,530,1,1,0,0,-1380.71,7804.94,-12.4931,4.11898,300,0,0,4120,0,0,0,0,0),(55331,15384,530,1,1,0,0,-1490.79,8143.11,-17.7771,2.56563,300,0,0,4120,0,0,0,0,0),(135409,16173,532,1,1,1954,0,-10936.3,-1997.87,49.5575,3.71755,604800,8,0,14198,0,1,0,0,0),(135408,16173,532,1,1,1954,0,-10939.2,-2008.79,49.5575,3.1765,604800,8,0,14198,0,1,0,0,0),(30147,6220,90,1,1,4907,0,-472.186,67.6719,-208.471,4.62512,86400,5,0,2196,756,1,0,0,0),(30146,6218,90,1,1,358,0,-373.518,131.856,-208.89,3.52556,86400,5,0,2250,0,1,0,0,0),(30145,6219,90,1,1,11137,0,-392.84,66.0599,-209.767,5.11381,86400,5,0,2250,0,1,0,0,0),(30144,7849,90,1,1,6888,0,-804.261,531.519,-297.366,0.629426,86400,5,0,70,0,1,0,0,0),(30143,7849,90,1,1,6888,0,-738.311,655.926,-321.81,3.69665,86400,0,0,70,0,2,0,0,0),(30142,7849,90,1,1,6888,0,-428.066,223.896,-211.543,4.84694,86400,5,0,70,0,1,0,0,0),(30141,7849,90,1,1,6888,0,-759.105,399.505,-272.578,4.93887,86400,5,0,70,0,1,0,0,0),(30140,7849,90,1,1,6888,0,-446.134,224.381,-207.907,4.68705,86400,5,0,70,0,1,0,0,0),(55353,15397,530,1,1,0,0,8700.38,-6638.36,72.8276,5.51524,300,0,0,102,0,0,0,0,0),(55354,15398,530,1,1,0,0,8414.19,-6165,61.3986,1.8675,300,0,0,774,2175,0,0,0,0),(55355,15399,530,1,1,0,1,8980.84,-7458.36,86.7743,2.40855,300,0,0,852,852,0,0,0,0),(55356,15400,530,1,1,0,1,8986.43,-7419.07,89.4855,2.21657,300,0,0,299,790,0,0,0,0),(55357,15401,530,1,1,0,1,9155.78,-6294.84,21.1295,3.7001,300,0,0,774,2175,0,0,0,0),(55358,15402,530,1,1,0,1,8711.23,-7160.89,43.6012,1.02974,300,0,0,328,350,0,0,0,0),(55359,15403,530,1,1,0,1,9531.33,-6859.75,18.7898,1.81514,300,0,0,774,2175,0,0,0,0),(55360,15404,530,1,1,0,0,8849.25,-6278.24,8.02033,2.28638,300,0,0,230,537,0,0,0,0),(55361,15405,530,1,1,0,1,9297.13,-6685.43,22.5423,3.78736,300,0,0,774,2175,0,0,0,0),(55362,15406,530,1,1,0,0,8666.61,-7960.89,151.876,2.84489,300,0,0,187,382,0,0,0,0),(31822,14864,530,1,1,14939,0,-2294.36,5218.19,-9.86383,3.73853,180,5,0,102,0,1,0,0,0),(55364,15407,530,1,1,0,1,8425.4,-7566.3,174.681,5.06145,300,0,0,208,205,0,0,0,0),(55365,15408,530,1,1,0,1,8668.46,-7939.93,153.41,1.79769,300,0,0,186,191,0,0,0,0),(55366,15409,530,1,1,0,0,8279.69,-6215.24,54.5363,2.15799,300,0,0,257,0,0,0,0,0),(55367,15416,530,1,1,0,1,9374.84,-6966.58,18.1612,3.40339,300,0,0,774,2175,0,0,0,0),(55368,15417,530,1,1,0,1,8755.61,-6690.05,69.6853,2.18166,300,0,0,774,2175,0,0,0,0),(55369,15418,530,1,1,0,1,9521.17,-6814.85,16.5752,1.69297,300,0,0,774,2175,0,0,0,0),(4660,5188,1,1,1,3128,1,1579.36,-4294.5,26.1046,3.75246,300,0,0,1003,0,0,0,0,0),(55371,15420,530,1,1,0,0,9291.54,-6682.77,22.5366,5.75959,300,0,0,171,0,0,0,0,0),(55372,15433,530,1,1,0,1,9476.91,-6859.21,17.4246,1.72788,300,0,0,737,2175,0,0,0,0),(4659,8673,1,1,1,8001,0,1687.26,-4464.71,20.1476,2.00713,300,0,0,6645,0,0,0,0,0),(4658,3312,1,1,1,1312,1,1618.96,-4307.28,3.19029,5.41052,300,0,0,2769,0,0,0,0,0),(30139,7800,90,1,1,6980,0,-531.324,670.159,-325.185,2.9147,86400,0,0,6824,0,0,0,0,0),(30138,13876,90,1,1,11686,0,-617.377,715.521,-326.969,2.67035,86400,0,0,42,0,0,0,0,0),(30137,7079,90,1,1,5497,0,-430.182,42.5239,-208.719,0.207327,86400,20,0,2559,0,1,0,0,0),(30136,7998,90,1,1,7138,0,-514.935,-138.544,-152.399,1.65806,86400,0,0,1040,0,0,0,0,0),(30135,7850,90,1,1,7132,0,-639.869,71.6499,-183.184,2.47837,86400,0,0,896,0,0,0,0,0),(30134,7897,90,1,1,6888,0,-560.593,147.863,-202.15,1.34477,86400,0,0,484,0,2,0,0,0),(30133,6235,90,1,1,6915,0,-552.048,502.902,-216.727,5.75959,86400,20,0,4265,0,1,0,0,0),(30132,6212,90,1,1,3456,1,-718.106,565.242,-289.116,6.03311,86400,0,0,2400,0,0,0,0,0),(55391,17771,546,3,1,0,1,220.948,-389.46,72.6139,0.311539,7200,0,0,12824,13100,0,0,0,0),(55392,15476,530,1,1,0,0,321.145,2352.56,79.6551,1.78925,300,5,0,8,0,1,0,0,0),(55393,15476,530,1,1,0,0,60.4125,2461.89,53.638,0.768123,300,5,0,8,0,1,0,0,0),(55394,15476,530,1,1,0,0,449.38,2651.17,182.148,0.734992,300,5,0,8,0,1,0,0,0),(55395,15476,530,1,1,0,0,452.996,3035.07,17.4923,5.89114,300,5,0,8,0,1,0,0,0),(55396,15476,530,1,1,0,0,-75.3949,2777.09,54.1107,5.71713,300,5,0,8,0,1,0,0,0),(55397,15476,530,1,1,0,0,-53.1727,2942.12,23.3131,5.83621,300,5,0,8,0,1,0,0,0),(55398,15476,530,1,1,0,0,-99.6045,3322.32,28.9641,2.5389,300,5,0,8,0,1,0,0,0),(55399,15476,530,1,1,0,0,-59.8271,2555.91,55.156,0.028313,300,5,0,8,0,1,0,0,0),(55400,15476,530,1,1,0,0,-1213.1,2187.09,63.0929,3.94976,300,5,0,8,0,1,0,0,0),(55401,15476,530,1,1,0,0,-449.434,2016.53,91.9066,1.45415,300,5,0,8,0,1,0,0,0),(55402,15476,530,1,1,0,0,-654.338,1978.76,59.2772,0.891178,300,5,0,8,0,1,0,0,0),(55403,15476,530,1,1,0,0,-783.174,1893.41,56.951,1.45141,300,5,0,8,0,1,0,0,0),(55404,15476,530,1,1,0,0,-1159.27,3044.15,20.5176,0.481032,300,5,0,8,0,1,0,0,0),(55405,15476,530,1,1,0,0,-1007.84,3325.46,75.6695,4.3686,300,5,0,8,0,1,0,0,0),(55406,15476,530,1,1,0,0,-738.735,3539.17,108.115,5.04248,300,5,0,8,0,1,0,0,0),(55407,15476,530,1,1,0,0,-953.491,4019.87,85.1871,6.28071,300,5,0,8,0,1,0,0,0),(55408,15476,530,1,1,0,0,-556.97,4343.29,49.3953,4.82596,300,5,0,8,0,1,0,0,0),(55409,15476,530,1,1,0,0,-376.806,4216.76,102.631,3.41882,300,5,0,8,0,1,0,0,0),(55410,15476,530,1,1,0,0,-384.371,4631.63,31.8398,4.67917,300,5,0,8,0,1,0,0,0),(55411,15476,530,1,1,0,0,130.757,4118.06,64.3516,6.10552,300,5,0,8,0,1,0,0,0),(55412,15476,530,1,1,0,0,48.6061,3952.3,81.6802,2.11333,300,5,0,8,0,1,0,0,0),(55413,15476,530,1,1,0,0,263.504,3772.86,184.174,0.229359,300,5,0,8,0,1,0,0,0),(55415,15493,530,1,1,0,0,10382,-6379.56,37.6876,0.31914,300,0,0,102,0,0,0,0,0),(55416,15494,530,1,1,0,1,10339.2,-6401.47,38.6156,5.8294,300,0,0,95,230,0,0,0,0),(4657,3322,1,1,1,1322,1,1692.69,-4412.03,21.7019,3.89208,300,0,0,1003,0,0,0,0,0),(4656,8724,1,1,1,8000,0,1667.62,-4463.76,20.1475,1.71042,300,0,0,6645,0,0,0,0,0),(55420,15501,530,1,1,0,1,9484.79,-6876.58,17.5029,1.27409,300,0,0,852,852,0,0,0,0),(4655,3320,1,1,1,1320,1,1622.9,-4369.06,11.8099,3.57792,300,0,0,5544,0,0,0,0,0),(30131,6212,90,1,1,3456,1,-731.227,710.28,-317.977,2.42601,86400,2,0,2400,0,1,0,0,0),(30130,6234,90,1,1,6979,0,-591.665,689.392,-326.961,2.98451,86400,5,0,3018,0,1,0,0,0),(30129,6212,90,1,1,3456,1,-708.767,693.423,-317.977,5.5676,86400,0,0,2400,0,0,0,0,0),(55431,15513,530,1,1,0,1,10384.7,-6410.67,38.6156,3.19395,300,0,0,103,115,0,0,0,0),(30128,6234,90,1,1,6979,0,-672.532,539.306,-285.699,0.610865,86400,3,0,3018,0,1,0,0,0),(30127,6212,90,1,1,3456,1,-705.796,692.904,-317.977,2.26893,86400,0,0,2400,0,0,0,0,0),(30126,6234,90,1,1,6979,0,-751.043,599.917,-304.005,5.5676,86400,2,0,3018,0,1,0,0,0),(30125,6212,90,1,1,3456,1,-626.563,695.14,-326.978,1.39626,86400,3,0,2400,0,1,0,0,0),(30124,6212,90,1,1,3456,1,-743.592,584.593,-290.977,5.25344,86400,0,0,2400,0,0,0,0,0),(30123,6234,90,1,1,6979,0,-733.908,539.547,-291.06,6.05298,86400,2,0,3018,0,1,0,0,0),(30122,6224,90,1,1,6936,1,-592.17,675.474,-326.956,2.68781,86400,2,0,787,0,1,0,0,0),(30121,6229,90,1,1,6774,0,-889.137,360.668,-272.513,6.24828,86400,0,0,5285,0,0,0,0,0),(30120,6233,90,1,1,6978,0,-451.578,254.518,-207.823,1.37881,86400,2,0,3412,0,1,0,0,0),(30119,6233,90,1,1,6978,0,-473.89,262.926,-207.823,0.645772,86400,3,0,3412,0,1,0,0,0),(27458,7078,70,1,1,5985,0,-174.716,292.83,-53.5736,3.00687,86400,1,0,958,0,1,0,0,0),(27457,7078,70,1,1,5985,0,-170.324,292.19,-53.7022,4.04997,86400,1,0,958,0,1,0,0,0),(27456,7078,70,1,1,5985,0,-169.48,293.443,-53.8783,4.11476,86400,1,0,958,0,1,0,0,0),(27455,7078,70,1,1,5985,0,-172.616,291.724,-53.5781,2.678,86400,1,0,958,0,1,0,0,0),(27454,7078,70,1,1,5985,0,-171.537,295.822,-54.1522,3.62543,86400,1,0,958,0,1,0,0,0),(27453,7078,70,1,1,5985,0,-172.551,288.582,-53.1762,0,86400,1,0,958,0,1,0,0,0),(27452,7078,70,1,1,5985,0,-164.843,286.351,-53.267,5.39362,86400,1,0,958,0,1,0,0,0),(27451,7078,70,1,1,5985,0,-166.365,289.748,-53.4556,2.28638,86400,1,0,958,0,1,0,0,0),(27450,6908,70,1,1,5709,1,-356.985,132.094,-47.6973,1.3439,86400,0,0,5334,0,0,0,0,0),(27449,6907,70,1,1,5708,0,-358.335,118.947,-44.3836,0.942478,86400,0,0,4572,0,0,0,0,0),(4654,5817,1,1,1,4356,1,1522.3,-4352.53,18.9047,5.48033,300,0,0,1003,0,0,0,0,0),(4653,3318,1,1,1,1318,1,1632.39,-4381.97,11.8003,3.57792,300,0,0,5544,0,0,0,0,0),(4652,3317,1,1,1,1317,0,1583.8,-4473.31,7.81271,3.7001,300,0,0,1003,0,0,0,0,0),(3648,7311,1,1,1,6060,1,1466.88,-4229.92,43.0424,1.18682,300,0,0,1753,0,0,0,0,0),(55479,15635,530,1,1,0,0,9329.77,-6469.09,46.3972,2.70591,300,5,0,102,0,1,0,0,0),(55480,15635,530,1,1,0,0,9212.7,-6799.46,28.7963,5.99843,300,5,0,102,0,1,0,0,0),(55481,15635,530,1,1,0,0,9003.65,-7319.95,91.0309,5.68381,300,5,0,102,0,1,0,0,0),(55482,15635,530,1,1,0,0,8986.87,-6809.23,16.6591,2.65347,300,5,0,102,0,1,0,0,0),(55483,15635,530,1,1,0,0,8816.7,-6836.86,47.3229,0.862498,300,5,0,102,0,1,0,0,0),(55484,15635,530,1,1,0,0,8852.79,-6622.74,51.0631,6.28123,300,5,0,102,0,1,0,0,0),(55485,15635,530,1,1,0,0,8913.62,-6767.78,29.1726,0.097565,300,5,0,102,0,1,0,0,0),(55486,15636,530,1,1,0,0,9060.64,-7979.83,137.519,0.588183,300,5,0,137,0,1,0,0,0),(55487,15636,530,1,1,0,0,8952.34,-7653.97,138.6,3.23743,300,5,0,137,0,1,0,0,0),(55488,15636,530,1,1,0,0,8616.11,-7518.6,115.368,3.69005,300,5,0,137,0,1,0,0,0),(55489,15636,530,1,1,0,0,8656.29,-7482.84,114.61,0.125324,300,5,0,137,0,1,0,0,0),(55490,15636,530,1,1,0,0,8681.44,-7512.14,105.764,1.92258,300,5,0,137,0,1,0,0,0),(55491,15636,530,1,1,0,0,8702.6,-7512.08,102.766,4.66329,300,5,0,137,0,1,0,0,0),(55492,15636,530,1,1,0,0,8743.58,-7523.17,94.6304,4.67896,300,5,0,137,0,1,0,0,0),(55493,15636,530,1,1,0,0,8616.38,-7430.85,130.832,3.05553,300,5,0,137,0,1,0,0,0),(55494,15636,530,1,1,0,0,8633.23,-7432.11,125.601,5.42387,300,5,0,137,0,1,0,0,0),(55495,15636,530,1,1,0,0,8640.74,-7430.22,123.301,0.925781,300,5,0,137,0,1,0,0,0),(55496,15636,530,1,1,0,0,8699.11,-7399.33,108.662,3.64935,300,5,0,137,0,1,0,0,0),(55497,15636,530,1,1,0,0,8682.21,-7404.87,112.19,1.65004,300,5,0,137,0,1,0,0,0),(55498,15636,530,1,1,0,0,8675.69,-7441.18,115.068,1.76792,300,5,0,137,0,1,0,0,0),(55499,15636,530,1,1,0,0,8777.65,-7469.52,96.1031,0.490302,300,5,0,137,0,1,0,0,0),(55500,15636,530,1,1,0,0,8776.16,-7455.48,95.6136,3.0634,300,5,0,137,0,1,0,0,0),(55501,15636,530,1,1,0,0,8702.41,-7346.74,102.314,5.77761,300,5,0,137,0,1,0,0,0),(55502,15636,530,1,1,0,0,8688.45,-7325.82,104.654,0.240481,300,5,0,137,0,1,0,0,0),(55503,15636,530,1,1,0,0,8588.46,-7381.96,146.757,5.019,300,5,0,137,0,1,0,0,0),(55504,15636,530,1,1,0,0,8594.95,-7370.32,143.175,1.24565,300,5,0,137,0,1,0,0,0),(55505,15636,530,1,1,0,0,8633.47,-7345.42,124.018,6.10246,300,5,0,137,0,1,0,0,0),(55506,15636,530,1,1,0,0,8621.94,-7319.59,126.221,5.20487,300,5,0,137,0,1,0,0,0),(55507,15636,530,1,1,0,0,8644.53,-7279.81,112.564,3.16112,300,5,0,137,0,1,0,0,0),(55508,15636,530,1,1,0,0,8536.51,-7336.44,188.238,2.36172,300,5,0,137,0,1,0,0,0),(55509,15636,530,1,1,0,0,8613.23,-7220.81,116.329,3.35221,300,5,0,137,0,1,0,0,0),(55510,15636,530,1,1,0,0,8610.51,-7224.61,117.309,0.667725,300,5,0,137,0,1,0,0,0),(55511,15636,530,1,1,0,0,8756.15,-7286.69,83.0795,2.88477,300,5,0,137,0,1,0,0,0),(55512,15636,530,1,1,0,0,8761.44,-7306.59,84.0021,5.14754,300,5,0,137,0,1,0,0,0),(55513,15636,530,1,1,0,0,8605.75,-7196.41,114.62,4.69635,300,5,0,137,0,1,0,0,0),(55514,15636,530,1,1,0,0,8574.97,-7174.72,117.309,5.63572,300,5,0,137,0,1,0,0,0),(55515,15636,530,1,1,0,0,8504.61,-7109.27,115.659,3.27673,300,5,0,137,0,1,0,0,0),(55516,15636,530,1,1,0,0,8560.83,-7114.68,106.877,5.61387,300,5,0,137,0,1,0,0,0),(55517,15636,530,1,1,0,0,8497.95,-7151.96,129.979,3.46009,300,5,0,137,0,1,0,0,0),(55518,15636,530,1,1,0,0,8536.64,-7203.19,132.638,1.8172,300,5,0,137,0,1,0,0,0),(55519,15636,530,1,1,0,0,8452.02,-7147.84,131.189,3.41891,300,5,0,137,0,1,0,0,0),(55520,15636,530,1,1,0,0,8386.41,-7135.92,125.807,1.91356,300,5,0,137,0,1,0,0,0),(55521,15636,530,1,1,0,0,8377.06,-7116.22,119.797,2.71224,300,5,0,137,0,1,0,0,0),(55522,15636,530,1,1,0,0,8417.87,-7166.97,138.04,1.05734,300,5,0,137,0,1,0,0,0),(55523,15636,530,1,1,0,0,8327.97,-7128.3,122.669,2.8869,300,5,0,137,0,1,0,0,0),(55524,15637,530,1,1,0,0,8357.44,-6186.64,61.6855,6.14317,300,5,0,176,0,1,0,0,0),(55525,15637,530,1,1,0,0,8310.69,-6160.47,47.0399,4.70165,300,5,0,176,0,1,0,0,0),(55526,15637,530,1,1,0,0,8287.62,-6173.84,46.4004,4.36437,300,5,0,176,0,1,0,0,0),(55527,15637,530,1,1,0,0,8269.31,-6065.89,25.908,5.27313,300,0,0,176,0,0,0,0,0),(55528,15637,530,1,1,0,0,8251.28,-6029.09,19.8069,5.0213,300,0,0,176,0,0,0,0,0),(55529,15637,530,1,1,0,0,8286.67,-6000.63,21.5916,0.640566,300,0,0,176,0,0,0,0,0),(55530,15637,530,1,1,0,0,8187.09,-6014.97,12.3833,4.97727,300,5,0,176,0,1,0,0,0),(55531,15637,530,1,1,0,0,8202.4,-6074.57,17.5055,4.93637,300,5,0,176,0,1,0,0,0),(55532,15637,530,1,1,0,0,8213.86,-6048.93,14.9067,0.621044,300,0,0,176,0,0,0,0,0),(55533,15637,530,1,1,0,0,8207.28,-6137.89,28.6348,1.43954,300,0,0,176,0,0,0,0,0),(55534,15637,530,1,1,0,0,8208.41,-6139.34,28.9575,2.16249,300,0,0,176,0,0,0,0,0),(55535,15637,530,1,1,0,0,8214.44,-6104.4,23.4909,1.66172,300,0,0,176,0,0,0,0,0),(55536,17729,546,3,1,0,1,174.781,-395.409,72.2172,5.0598,7200,0,0,12824,2620,0,0,0,0),(55537,15637,530,1,1,0,0,8260.09,-6222.38,52.6629,6.07468,300,5,0,176,0,1,0,0,0),(55538,15637,530,1,1,0,0,8193.52,-6277.47,59.1218,5.09561,300,5,0,176,0,1,0,0,0),(55539,15637,530,1,1,0,0,8230.01,-6291.58,63.8122,4.7368,300,5,0,176,0,1,0,0,0),(55540,15637,530,1,1,0,0,8233.89,-6250.77,55.6102,5.94748,300,5,0,176,0,1,0,0,0),(55541,15637,530,1,1,0,0,8319.84,-6217.23,62.4674,0.023433,300,5,0,176,0,1,0,0,0),(55542,15637,530,1,1,0,0,8289.87,-6233.58,59.8478,4.47688,300,5,0,176,0,1,0,0,0),(55543,15637,530,1,1,0,0,8308.77,-6242.13,67.1629,1.72733,300,5,0,176,0,1,0,0,0),(55544,15637,530,1,1,0,0,8349.65,-6247.23,72.3962,0.489487,300,5,0,176,0,1,0,0,0),(55545,15637,530,1,1,0,0,8288.97,-6328.43,77.5312,3.94286,300,5,0,176,0,1,0,0,0),(55546,15637,530,1,1,0,0,8382.29,-6300.74,121.416,4.39681,300,5,0,176,0,1,0,0,0),(55547,15637,530,1,1,0,0,8314.65,-6352.95,87.0897,0.012459,300,5,0,176,0,1,0,0,0),(55548,15637,530,1,1,0,0,8341.29,-6385.53,94.7265,4.12168,300,5,0,176,0,1,0,0,0),(55549,15637,530,1,1,0,0,8279.9,-6381.74,82.3998,2.8362,300,5,0,176,0,1,0,0,0),(55550,15637,530,1,1,0,0,8238.11,-6409.72,79.316,1.89162,300,5,0,176,0,1,0,0,0),(55551,15637,530,1,1,0,0,8151.04,-6319.79,65.7029,6.03201,300,5,0,176,0,1,0,0,0),(55552,17729,546,3,1,0,1,173.035,-397.019,72.2092,0.0822019,7200,0,0,12824,2620,0,0,0,0),(55553,17729,546,3,1,0,1,176.281,-398.657,72.2623,2.28524,7200,0,0,12824,2620,0,0,0,0),(55554,15637,530,1,1,0,0,8178.69,-6420.16,76.6961,4.91802,300,5,0,176,0,1,0,0,0),(55555,15637,530,1,1,0,0,8154.34,-6433.57,76.6937,4.64303,300,5,0,176,0,1,0,0,0),(55556,15637,530,1,1,0,0,8161.04,-6488.28,77.643,4.35469,300,5,0,176,0,1,0,0,0),(55557,15637,530,1,1,0,0,8231.69,-6468.44,80.7075,5.59509,300,5,0,176,0,1,0,0,0),(55558,15637,530,1,1,0,0,8162.36,-6524.4,78.435,5.49296,300,5,0,176,0,1,0,0,0),(55559,15637,530,1,1,0,0,8239.65,-6508.14,82.2797,6.22152,300,5,0,176,0,1,0,0,0),(55560,15637,530,1,1,0,0,8255.76,-6430.47,80.3978,1.81341,300,5,0,176,0,1,0,0,0),(55561,15637,530,1,1,0,0,8186.6,-6579.77,79.8917,5.04648,300,5,0,176,0,1,0,0,0),(55562,15637,530,1,1,0,0,8287.98,-6549.56,85.6612,1.75672,300,5,0,176,0,1,0,0,0),(55563,15637,530,1,1,0,0,8273.29,-6536.24,85.3233,5.7575,300,5,0,176,0,1,0,0,0),(55564,15637,530,1,1,0,0,8263.95,-6507.27,83.389,2.02046,300,5,0,176,0,1,0,0,0),(55565,15637,530,1,1,0,0,8280.98,-6460.85,82.4253,2.40712,300,5,0,176,0,1,0,0,0),(55566,15637,530,1,1,0,0,8311.58,-6554.66,88.7027,6.04042,300,5,0,176,0,1,0,0,0),(55567,15637,530,1,1,0,0,8323.69,-6443.43,93.9316,0.864876,300,5,0,176,0,1,0,0,0),(55568,15637,530,1,1,0,0,8281.09,-6048.51,27.1768,1.46609,300,5,0,176,0,1,0,0,0),(55569,15637,530,1,1,0,0,8346,-6116.6,44.142,3.64774,300,0,0,176,0,0,0,0,0),(55570,15637,530,1,1,0,0,8247.9,-6082.57,23.3093,5.70723,300,0,0,176,0,0,0,0,0),(55571,15638,530,1,1,0,0,9533.15,-6657.62,12.7572,5.94676,300,0,0,98,115,2,0,0,0),(55572,15638,530,1,1,0,0,9646.82,-6800.99,11.3963,6.24161,300,0,0,98,115,2,0,0,0),(55575,15638,530,1,1,0,0,9805.17,-6490.02,9.4958,0.103835,300,0,0,98,115,2,0,0,0),(55576,15638,530,1,1,0,0,9866.35,-6617.36,9.0531,2.39006,300,0,0,98,115,2,0,0,0),(55577,15638,530,1,1,0,0,9896.41,-6713.59,12.1371,4.66838,300,0,0,98,115,2,0,0,0),(55578,15638,530,1,1,0,0,9824.36,-6736.01,19.2058,0.230006,300,0,0,98,115,2,0,0,0),(55579,15638,530,1,1,0,0,9814.6,-6813.99,14.8187,4.93466,300,0,0,98,115,2,0,0,0),(55580,15638,530,1,1,0,0,9758.31,-6852.84,19.0946,4.75018,300,0,0,98,115,2,0,0,0),(55581,15638,530,1,1,0,0,9766.16,-6716.44,0.061868,1.9953,300,0,0,98,115,2,0,0,0),(55582,15638,530,1,1,0,0,9668.75,-6741.76,-1.00324,5.44905,300,0,0,98,115,2,0,0,0),(55583,15638,530,1,1,0,0,9601.2,-6799.55,11.646,3.12987,300,0,0,98,115,2,0,0,0),(55584,15638,530,1,1,0,0,9560.22,-6665.55,6.93731,4.60916,300,0,0,98,115,2,0,0,0),(55585,15638,530,1,1,0,0,9627.96,-6556.09,5.60891,4.78149,300,0,0,98,115,2,0,0,0),(55586,15638,530,1,1,0,0,9695.07,-6515.88,6.59313,4.73971,300,0,0,98,115,2,0,0,0),(55587,15638,530,1,1,0,0,9725.12,-6570.68,2.47066,2.95694,300,0,0,98,115,2,0,0,0),(55588,15638,530,1,1,0,0,9698.13,-6534.41,5.67066,1.51064,300,0,0,98,115,2,0,0,0),(55589,15638,530,1,1,0,0,9507.95,-6591.95,18.0332,4.79319,300,0,0,98,115,2,0,0,0),(55590,15641,530,1,1,0,1,8648.74,-7855.22,159.849,0.703599,300,5,0,156,0,1,0,0,0),(55591,15641,530,1,1,0,1,8650.58,-7916.69,153.996,4.03702,300,5,0,156,0,1,0,0,0),(55592,15641,530,1,1,0,1,8687.24,-7944.7,152.838,2.67035,300,0,0,156,0,0,0,0,0),(55593,15641,530,1,1,0,1,8512.94,-7948.96,155.71,3.03401,300,5,0,156,0,1,0,0,0),(55594,15641,530,1,1,0,1,8480.7,-7978.5,157.333,5.98648,300,0,0,156,0,0,0,0,0),(55595,15641,530,1,1,0,1,8485.2,-7945.04,158.537,0.529478,300,5,0,156,0,1,0,0,0),(55596,15641,530,1,1,0,1,8484.32,-8001.73,156.178,0.785398,300,0,0,156,0,0,0,0,0),(55597,15641,530,1,1,0,1,8448.97,-8017.25,165.476,1.06604,300,5,0,156,0,1,0,0,0),(55598,15641,530,1,1,0,1,8310.61,-7923.15,182.249,4.16662,300,5,0,156,0,1,0,0,0),(55599,15641,530,1,1,0,1,8448.99,-7585.26,158.096,0.876211,300,5,0,156,0,1,0,0,0),(55600,15641,530,1,1,0,1,8475.36,-7567.51,153.221,4.67748,300,0,0,156,0,0,0,0,0),(55601,15641,530,1,1,0,1,8417.52,-7566.92,174.598,4.39823,300,0,0,156,0,0,0,0,0),(55602,15641,530,1,1,0,1,8446.18,-7518.39,160.871,2.45488,300,5,0,156,0,1,0,0,0),(55603,15641,530,1,1,0,1,8388.96,-7522.87,167.449,2.34584,300,5,0,156,0,1,0,0,0),(55604,15642,530,1,1,0,1,8723.71,-7845.46,168.931,0.135013,300,5,0,148,165,1,0,0,0),(55605,15642,530,1,1,0,1,8696.63,-7860.8,159.87,5.48033,300,0,0,148,165,0,0,0,0),(55606,15642,530,1,1,0,1,8723.75,-7917,160.286,0.645338,300,5,0,148,165,1,0,0,0),(55607,15642,530,1,1,0,1,8586.07,-7911.48,155.024,3.09916,300,5,0,148,165,1,0,0,0),(55608,15642,530,1,1,0,1,8643.56,-7963.55,151.685,0.174533,300,0,0,148,165,0,0,0,0),(55609,15642,530,1,1,0,1,8665.7,-7963.59,152.297,5.44543,300,0,0,148,165,0,0,0,0),(55610,15642,530,1,1,0,1,8639.19,-7948.59,152.241,3.735,300,0,0,148,165,0,0,0,0),(55611,15642,530,1,1,0,1,8687.61,-7979.31,156.285,1.37024,300,5,0,148,165,1,0,0,0),(55612,15642,530,1,1,0,1,8545.53,-7982.45,154.376,2.12805,300,5,0,148,165,1,0,0,0),(55613,15642,530,1,1,0,1,8521.03,-7925.96,155.037,0.003732,300,5,0,148,165,1,0,0,0),(55614,15642,530,1,1,0,1,8517.79,-8015.47,159.787,4.04573,300,5,0,148,165,1,0,0,0),(55615,15642,530,1,1,0,1,8386.54,-7946.02,182.811,1.53367,300,5,0,148,165,1,0,0,0),(55616,15642,530,1,1,0,1,8367.4,-7959.31,183.98,2.02458,300,0,0,148,165,0,0,0,0),(55617,15642,530,1,1,0,1,8303.66,-7876.77,173.239,5.70723,300,0,0,148,165,0,0,0,0),(55618,15642,530,1,1,0,1,8451.74,-7619.32,155.348,4.34861,300,5,0,148,165,1,0,0,0),(55619,15642,530,1,1,0,1,8473.3,-7632.87,151.745,4.88707,300,5,0,148,165,1,0,0,0),(55620,15642,530,1,1,0,1,8526.38,-7581.07,146.942,0.090084,300,5,0,148,165,1,0,0,0),(55621,15642,530,1,1,0,1,8489.86,-7542.75,148.342,3.30983,300,5,0,148,165,1,0,0,0),(55622,15642,530,1,1,0,1,8422.96,-7547.01,161.623,4.95674,300,0,0,148,165,0,0,0,0),(55623,15643,530,1,1,0,1,8857.26,-7679.81,137.108,3.05433,300,0,0,176,0,0,0,0,0),(55624,15643,530,1,1,0,1,8809.12,-7716.11,144.593,3.70667,300,5,0,176,0,1,0,0,0),(55625,15643,530,1,1,0,1,8714.87,-7879.51,164.727,0.362133,300,5,0,176,0,1,0,0,0),(55626,15643,530,1,1,0,1,8610.73,-7886.85,154.978,2.99051,300,5,0,176,0,1,0,0,0),(55627,15643,530,1,1,0,1,8683.02,-7933.14,153.04,3.07178,300,0,0,176,0,0,0,0,0),(55628,15643,530,1,1,0,1,8657.34,-8007.05,159.211,1.03382,300,5,0,176,0,1,0,0,0),(55629,15643,530,1,1,0,1,8591.34,-7956.14,153.148,0.936121,300,5,0,176,0,1,0,0,0),(55630,15643,530,1,1,0,1,8529.78,-7905.32,154.995,5.8294,300,0,0,176,0,0,0,0,0),(55631,15643,530,1,1,0,1,8551.49,-7886.43,155.979,2.03881,300,5,0,176,0,1,0,0,0),(55632,15643,530,1,1,0,1,8584.76,-7865.79,154.498,0.40202,300,5,0,176,0,1,0,0,0),(55633,15643,530,1,1,0,1,8456.77,-7950.52,163.074,6.2815,300,5,0,176,0,1,0,0,0),(55634,15643,530,1,1,0,1,8329.4,-7956.41,184.043,0.855211,300,0,0,176,0,0,0,0,0),(55635,15643,530,1,1,0,1,8350.46,-7881.81,171.735,0.54404,300,5,0,176,0,1,0,0,0),(55636,15643,530,1,1,0,1,8478.82,-7619.3,153.246,2.66249,300,5,0,176,0,1,0,0,0),(55637,15643,530,1,1,0,1,8417.47,-7590.81,157.816,0.203296,300,5,0,176,0,1,0,0,0),(55638,15643,530,1,1,0,1,8386.17,-7580.2,162.335,1.94888,300,5,0,176,0,1,0,0,0),(55639,15643,530,1,1,0,1,8432.29,-7545.81,174.458,1.72964,300,0,0,176,0,0,0,0,0),(55640,15643,530,1,1,0,1,8418.92,-7541.28,161.26,5.56011,300,0,0,176,0,0,0,0,0),(55641,15644,530,1,1,0,1,9587.34,-6764.9,7.07273,3.5087,300,10,0,83,104,1,0,0,0),(55642,15644,530,1,1,0,1,9592.95,-6825.7,13.5743,5.04085,300,5,0,83,104,1,0,0,0),(55643,15644,530,1,1,0,1,9507.69,-6680.85,14.8881,5.74562,300,5,0,83,104,1,0,0,0),(55644,15644,530,1,1,0,1,9617.51,-6753.59,0.00232,0.044936,300,5,0,83,104,1,0,0,0),(55645,15644,530,1,1,0,1,9653.68,-6754.53,-2.0103,1.15523,300,5,0,83,104,1,0,0,0),(55646,15644,530,1,1,0,1,9639.93,-6776.86,1.74862,3.49237,300,5,0,83,104,1,0,0,0),(55647,15644,530,1,1,0,1,9610.29,-6680.91,-5.53591,3.29601,300,5,0,83,104,1,0,0,0),(55648,15644,530,1,1,0,1,9678.54,-6750,0.68725,5.73611,300,5,0,83,104,1,0,0,0),(55649,15644,530,1,1,0,1,9699.43,-6701.36,-0.207604,4.11504,300,5,0,83,104,1,0,0,0),(55650,15644,530,1,1,0,1,9684.49,-6715.19,-2.37128,2.49186,300,5,0,83,104,1,0,0,0),(55651,15644,530,1,1,0,1,9657.07,-6630.81,1.87549,1.7337,300,5,0,83,104,1,0,0,0),(55652,15644,530,1,1,0,1,9746.03,-6718,0.58184,0.61458,300,5,0,83,104,1,0,0,0),(55653,15644,530,1,1,0,1,9752.47,-6687.47,0.63191,2.67064,300,5,0,83,104,1,0,0,0),(55654,15644,530,1,1,0,1,9770.75,-6664.29,0.34397,1.97537,300,5,0,83,104,1,0,0,0),(55655,15644,530,1,1,0,1,9810.93,-6673.77,19.1589,1.11325,300,5,0,83,104,1,0,0,0),(55656,15644,530,1,1,0,1,9795.42,-6706.46,2.58348,1.7154,300,5,0,83,104,1,0,0,0),(55657,15644,530,1,1,0,1,9805.49,-6693,2.55391,2.01963,300,5,0,83,104,1,0,0,0),(55658,15644,530,1,1,0,1,9831.59,-6677.74,2.95679,3.63385,300,5,0,83,104,1,0,0,0),(55659,15644,530,1,1,0,1,9822,-6694.37,2.59455,4.76804,300,5,0,83,104,1,0,0,0),(55660,15644,530,1,1,0,1,9747.7,-6523.59,4.77732,2.7126,300,5,0,83,104,1,0,0,0),(55661,15644,530,1,1,0,1,9849.32,-6674.48,5.3233,0.271103,300,5,0,83,104,1,0,0,0),(55662,15644,530,1,1,0,1,9858.66,-6616.63,8.64822,3.59869,300,5,0,83,104,1,0,0,0),(55663,15644,530,1,1,0,1,9891.05,-6657.09,11.328,1.6421,300,5,0,83,104,1,0,0,0),(55664,15644,530,1,1,0,1,9920.72,-6621.19,16.0176,2.04087,300,5,0,83,104,1,0,0,0),(55665,15644,530,1,1,0,1,9775.18,-6481.96,10.0012,3.56001,300,5,0,83,104,1,0,0,0),(55666,15644,530,1,1,0,1,9823.08,-6532.5,8.4987,4.08242,300,5,0,83,104,1,0,0,0),(55667,15644,530,1,1,0,1,9781.87,-6565.17,2.16655,2.11521,300,5,0,83,104,1,0,0,0),(55668,15644,530,1,1,0,1,9840.48,-6699.97,2.95261,5.47579,300,5,0,83,104,1,0,0,0),(55669,15644,530,1,1,0,1,9840.52,-6689.81,3.90351,4.94425,300,5,0,83,104,1,0,0,0),(55670,15644,530,1,1,0,1,9855.77,-6688.33,5.32295,0.143794,300,5,0,83,104,1,0,0,0),(55671,15644,530,1,1,0,1,9882.54,-6714.28,10.9409,6.17846,300,5,0,83,104,1,0,0,0),(55672,15644,530,1,1,0,1,9832.9,-6720.88,19.2015,4.60767,300,5,0,83,104,1,0,0,0),(55673,15644,530,1,1,0,1,9823.3,-6737.28,19.2055,1.24072,300,5,0,83,104,1,0,0,0),(55674,15644,530,1,1,0,1,9809.16,-6729.04,19.1218,6.22438,300,5,0,83,104,1,0,0,0),(55675,15644,530,1,1,0,1,9821.05,-6730.13,2.58377,0.12578,300,5,0,83,104,1,0,0,0),(55676,15644,530,1,1,0,1,9812.98,-6712.53,2.57152,5.38431,300,5,0,83,104,1,0,0,0),(55677,15644,530,1,1,0,1,9887.71,-6770.52,12.4033,5.91413,300,5,0,83,104,1,0,0,0),(55678,15644,530,1,1,0,1,9886.36,-6786.65,12.2456,2.45742,300,5,0,83,104,1,0,0,0),(55679,15644,530,1,1,0,1,9840,-6810.2,14.7495,0.101758,300,5,0,83,104,1,0,0,0),(55680,15644,530,1,1,0,1,9814.92,-6785.46,8.44809,3.98437,300,5,0,83,104,1,0,0,0),(55681,15644,530,1,1,0,1,9820.9,-6852.16,17.9573,4.80507,300,5,0,83,104,1,0,0,0),(55682,15644,530,1,1,0,1,9783.6,-6815.39,15.1243,5.38723,300,0,0,83,104,0,0,0,0),(55683,15644,530,1,1,0,1,9752.92,-6789.37,15.6324,4.06976,300,10,0,83,104,1,0,0,0),(55684,15644,530,1,1,0,1,9717.65,-6816.26,16.5551,3.19526,300,10,0,83,104,1,0,0,0),(55685,15644,530,1,1,0,1,9641.67,-6791.67,7.70287,1.80398,300,5,0,83,104,1,0,0,0),(55686,15644,530,1,1,0,1,9582.53,-6802.03,13.1006,2.87869,300,5,0,83,104,1,0,0,0),(55687,15644,530,1,1,0,1,9759.61,-6749.2,1.68565,2.81143,300,10,0,83,104,1,0,0,0),(55688,15644,530,1,1,0,1,9720.39,-6753.69,2.69728,4.17134,300,10,0,83,104,1,0,0,0),(55689,15644,530,1,1,0,1,9501.63,-6551.64,21.6958,1.58405,300,5,0,83,104,1,0,0,0),(55690,15644,530,1,1,0,1,9507.56,-6539.3,21.6958,1.39715,300,5,0,83,104,1,0,0,0),(55691,15644,530,1,1,0,1,9475.99,-6560.91,29.2245,1.8883,300,5,0,83,104,1,0,0,0),(55692,15644,530,1,1,0,1,9562.23,-6579.71,1.56963,0.867486,300,5,0,83,104,1,0,0,0),(55693,15644,530,1,1,0,1,9484,-6469.17,28.8707,1.62489,300,5,0,83,104,1,0,0,0),(55694,15644,530,1,1,0,1,9558.45,-6508.36,20.6528,1.63191,300,5,0,83,104,1,0,0,0),(55695,15644,530,1,1,0,1,9583.91,-6551.01,8.64508,0,300,0,0,83,104,0,0,0,0),(55696,15644,530,1,1,0,1,9557.75,-6589.51,1.56905,2.2955,300,5,0,83,104,1,0,0,0),(55697,15644,530,1,1,0,1,9554.71,-6592.51,10.9634,1.51574,300,5,0,83,104,1,0,0,0),(55698,15644,530,1,1,0,1,9670.54,-6541.03,28.238,0.913078,300,5,0,83,104,1,0,0,0),(55699,15644,530,1,1,0,1,9626.49,-6537.27,28.2213,2.92251,300,5,0,83,104,1,0,0,0),(55700,15644,530,1,1,0,1,9611.87,-6581.69,4.49606,2.97082,300,5,0,83,104,1,0,0,0),(55701,15644,530,1,1,0,1,9659.93,-6567.19,17.5813,5.97676,300,5,0,83,104,1,0,0,0),(55702,15644,530,1,1,0,1,9665.26,-6558.17,28.2098,0.891859,300,5,0,83,104,1,0,0,0),(55703,15644,530,1,1,0,1,9688.86,-6534.62,7.55219,0.127467,300,5,0,83,104,1,0,0,0),(55704,15644,530,1,1,0,1,9705.67,-6501.59,5.9915,2.59531,300,5,0,83,104,1,0,0,0),(55705,15644,530,1,1,0,1,9648.85,-6550.55,6.8196,5.48033,300,0,0,83,104,0,0,0,0),(55706,15644,530,1,1,0,1,9710.16,-6598.14,1.63148,3.72532,300,5,0,83,104,1,0,0,0),(55707,15644,530,1,1,0,1,9614.05,-6507.81,12.2962,0.932749,300,5,0,83,104,1,0,0,0),(55708,15645,530,1,1,0,1,8775.06,-6142.58,4.53183,0.847424,300,5,0,131,138,1,0,0,0),(55709,15645,530,1,1,0,1,8749.94,-6090.6,20.1055,0.751597,300,5,0,131,138,1,0,0,0),(55710,15645,530,1,1,0,1,8710.01,-6089.42,15.5152,4.70047,300,5,0,131,138,1,0,0,0),(55711,15645,530,1,1,0,1,8721.58,-6102.61,20.0914,2.38866,300,5,0,131,138,1,0,0,0),(55712,15645,530,1,1,0,1,8718.77,-6102.02,49.0517,1.96192,300,5,0,131,138,1,0,0,0),(55713,15645,530,1,1,0,1,8801.83,-6100.46,4.7371,2.8798,300,5,0,131,138,1,0,0,0),(55714,15645,530,1,1,0,1,8805.57,-6101.52,20.2536,3.23907,300,5,0,131,138,1,0,0,0),(55715,15645,530,1,1,0,1,8761.53,-6048.44,4.7473,1.43889,300,5,0,131,138,1,0,0,0),(55716,15645,530,1,1,0,1,8768.59,-6051.16,4.74032,2.24342,300,5,0,131,138,1,0,0,0),(55717,15645,530,1,1,0,1,8722.6,-6020.02,7.69824,6.18154,300,5,0,131,138,1,0,0,0),(55718,15645,530,1,1,0,1,8748.49,-5953.64,6.3631,6.18205,300,5,0,131,138,1,0,0,0),(55719,15645,530,1,1,0,1,8802.34,-5896.48,11.0349,1.18596,300,5,0,131,138,1,0,0,0),(55720,15645,530,1,1,0,1,8757.99,-6096.89,73.0241,4.98083,300,5,0,131,138,1,0,0,0),(55721,15647,530,1,1,0,0,9146.17,-6248.99,17.6942,4.57851,300,5,0,98,115,1,0,0,0),(55722,15647,530,1,1,0,0,9119,-6258.14,18.5601,4.99384,300,5,0,98,115,1,0,0,0),(55723,15647,530,1,1,0,0,9124.06,-6222.43,45.961,4.72183,300,5,0,98,115,1,0,0,0),(55724,15647,530,1,1,0,0,9179.39,-6211.8,18.6498,2.79722,300,5,0,98,115,1,0,0,0),(55725,15647,530,1,1,0,0,9073.05,-6255.76,17.1847,3.78657,300,5,0,98,115,1,0,0,0),(55726,15647,530,1,1,0,0,9119.6,-6175.79,34.9625,1.32724,300,5,0,98,115,1,0,0,0),(55727,15647,530,1,1,0,0,8989.93,-6104.47,36.0627,4.5999,300,5,0,98,115,1,0,0,0),(55728,15647,530,1,1,0,0,9017.94,-6115.98,30.933,0,300,5,0,98,115,1,0,0,0),(55729,15647,530,1,1,0,0,8998.57,-6123.89,30.0627,2.23975,300,5,0,98,115,1,0,0,0),(55730,15647,530,1,1,0,0,8999.34,-6127.96,29.9493,2.09999,300,5,0,98,115,1,0,0,0),(55731,15647,530,1,1,0,0,9009.34,-6151.74,26.9538,1.54054,300,5,0,98,115,1,0,0,0),(55732,15647,530,1,1,0,0,9046.75,-6280.65,24.7844,2.64685,300,5,0,98,115,1,0,0,0),(55733,15648,530,1,1,0,0,9080.07,-6286.61,25.2798,3.705,300,5,0,115,126,1,0,0,0),(55734,15648,530,1,1,0,0,9125,-6202.78,46.7797,4.16124,300,5,0,115,126,1,0,0,0),(55735,15648,530,1,1,0,0,9152.9,-6222.26,17.1799,5.85456,300,5,0,115,126,1,0,0,0),(55736,15648,530,1,1,0,0,9099.81,-6230.37,29.1046,3.99482,300,5,0,115,126,1,0,0,0),(55737,15648,530,1,1,0,0,9135.42,-6207.08,19.4463,3.17818,300,5,0,115,126,1,0,0,0),(55738,15648,530,1,1,0,0,9153.88,-6182.6,35.579,6.21337,300,0,0,115,126,0,0,0,0),(55739,15648,530,1,1,0,0,8979.27,-6131.83,28.1877,0,300,5,0,115,126,1,0,0,0),(55740,15648,530,1,1,0,0,9023.84,-6288.33,19.5904,5.15834,300,5,0,115,126,1,0,0,0),(55741,15648,530,1,1,0,0,9054.97,-6186.51,19.3625,0.082141,300,5,0,115,126,1,0,0,0),(55742,15648,530,1,1,0,0,9018.81,-6245.51,22.6917,1.83345,300,5,0,115,126,1,0,0,0),(55743,15648,530,1,1,0,0,9045.38,-6212.36,17.9363,2.33918,300,5,0,115,126,1,0,0,0),(55744,15648,530,1,1,0,0,9048.03,-6246.48,17.5183,3.2415,300,5,0,115,126,1,0,0,0),(55745,15648,530,1,1,0,0,9072.3,-6175.09,32.8583,4.25442,300,5,0,115,126,1,0,0,0),(55746,15649,530,1,1,0,0,9358.84,-7359.51,14.6765,6.24608,300,5,0,98,115,1,0,0,0),(55747,15649,530,1,1,0,0,9297.97,-7270.81,15.816,0.152946,300,5,0,98,115,1,0,0,0),(55748,15649,530,1,1,0,0,9307.13,-7312.63,18.4756,4.47498,300,5,0,98,115,1,0,0,0),(55749,15649,530,1,1,0,0,9275.81,-7147.7,18.2278,3.60331,300,0,0,98,115,0,0,0,0),(55750,15649,530,1,1,0,0,9343.45,-7079.79,16.5075,5.90176,300,5,0,98,115,1,0,0,0),(55751,15649,530,1,1,0,0,9314.96,-7054.91,14.1062,2.4254,300,5,0,98,115,1,0,0,0),(55752,15649,530,1,1,0,0,9316.62,-6801.44,18.369,1.78365,300,5,0,98,115,1,0,0,0),(55753,15649,530,1,1,0,0,9342.71,-6789.71,17.1001,4.1107,300,5,0,98,115,1,0,0,0),(55754,15649,530,1,1,0,0,10047.2,-6710.27,29.4844,1.67997,300,5,0,98,115,1,0,0,0),(55755,15649,530,1,1,0,0,10013.9,-6673.62,32.5211,2.0551,300,5,0,98,115,1,0,0,0),(55756,15649,530,1,1,0,0,9346.78,-6721.57,20.7182,5.62543,300,5,0,98,115,1,0,0,0),(55757,15649,530,1,1,0,0,9246.87,-6694.93,29.9093,4.28671,300,5,0,98,115,1,0,0,0),(55758,15649,530,1,1,0,0,9315.54,-6626.28,25.2025,1.48727,300,5,0,98,115,1,0,0,0),(55759,15649,530,1,1,0,0,9343.02,-6644.57,23.9236,2.4599,300,5,0,98,115,1,0,0,0),(55760,15649,530,1,1,0,0,9244.76,-6613.27,38.7847,5.2503,300,5,0,98,115,1,0,0,0),(55761,15649,530,1,1,0,0,9190.4,-6683.17,34.0746,0.519444,300,5,0,98,115,1,0,0,0),(55762,15649,530,1,1,0,0,9217.88,-6797.88,28.27,4.05049,300,5,0,98,115,1,0,0,0),(55763,15649,530,1,1,0,0,9141.65,-6642.15,30.5605,4.90806,300,5,0,98,115,1,0,0,0),(55764,15649,530,1,1,0,0,9093.24,-6778.72,16.2073,3.96984,300,5,0,98,115,1,0,0,0),(55765,15649,530,1,1,0,0,9080.24,-6645.35,24.5408,4.54371,300,5,0,98,115,1,0,0,0),(55766,15649,530,1,1,0,0,9111.81,-6611.99,26.583,2.24959,300,5,0,98,115,1,0,0,0),(55767,15649,530,1,1,0,0,9084.72,-6580,16.8621,0.986315,300,5,0,98,115,1,0,0,0),(55768,15649,530,1,1,0,0,9189.63,-6603.42,32.9095,1.29622,300,0,0,98,115,0,0,0,0),(55769,15649,530,1,1,0,0,9143.82,-6590.72,33.8403,3.01627,300,5,0,98,115,1,0,0,0),(55770,15649,530,1,1,0,0,9180.91,-6555.53,34.6518,5.95198,300,5,0,98,115,1,0,0,0),(55771,15649,530,1,1,0,0,9280.71,-6515.25,38.4671,1.74754,300,5,0,98,115,1,0,0,0),(55772,15649,530,1,1,0,0,9255.65,-6484.66,39.2554,0.557296,300,5,0,98,115,1,0,0,0),(55773,15649,530,1,1,0,0,9296.45,-6446.12,37.7148,0.72584,300,5,0,98,115,1,0,0,0),(55774,15649,530,1,1,0,0,9223.33,-6444.11,12.9587,1.59169,300,5,0,98,115,1,0,0,0),(55775,15649,530,1,1,0,0,9146.65,-6509.75,16.2678,2.5452,300,0,0,98,115,0,0,0,0),(55776,15649,530,1,1,0,0,9261.27,-6429.78,14.8103,6.11241,300,5,0,98,115,1,0,0,0),(55777,15649,530,1,1,0,0,9313.56,-6750.89,25.5492,3.35741,300,5,0,98,115,1,0,0,0),(55778,15649,530,1,1,0,0,9267.56,-6782.06,23.1697,2.87343,300,0,0,98,115,0,0,0,0),(55779,15649,530,1,1,0,0,9275.77,-6844.89,17.3508,3.87093,300,5,0,98,115,1,0,0,0),(55780,15649,530,1,1,0,0,9168.29,-6814.41,20.1245,2.92504,300,5,0,98,115,1,0,0,0),(55781,15649,530,1,1,0,0,9246.53,-7063.08,13.5166,2.27247,300,5,0,98,115,1,0,0,0),(55782,15649,530,1,1,0,0,9255.7,-7121.51,19.3832,3.18665,300,5,0,98,115,1,0,0,0),(55783,15649,530,1,1,0,0,9219.24,-7115.31,20.2981,4.84157,300,5,0,98,115,1,0,0,0),(55784,15649,530,1,1,0,0,9313.54,-7390.91,24.3707,1.98788,300,5,0,98,115,1,0,0,0),(55785,15649,530,1,1,0,0,9352.43,-7474.94,26.0031,4.39577,300,5,0,98,115,1,0,0,0),(55786,15649,530,1,1,0,0,9185.31,-7381.72,52.0335,1.09956,300,0,0,98,115,0,0,0,0),(55787,15649,530,1,1,0,0,8978.66,-6754.75,13.4756,2.86176,300,5,0,98,115,1,0,0,0),(55788,15649,530,1,1,0,0,8951.22,-6844.6,22.7488,0.942284,300,5,0,98,115,1,0,0,0),(55789,15649,530,1,1,0,0,8953.01,-6722.21,27.3128,1.1281,300,5,0,98,115,1,0,0,0),(55790,15649,530,1,1,0,0,8881.04,-6840.58,39.5731,4.15103,300,5,0,98,115,1,0,0,0),(55791,15649,530,1,1,0,0,8865.25,-6809.35,37.233,0.120303,300,5,0,98,115,1,0,0,0),(55792,15649,530,1,1,0,0,8821.83,-6856.24,46.8171,2.71861,300,5,0,98,115,1,0,0,0),(55793,15649,530,1,1,0,0,8916.86,-6733.4,30.812,1.69204,300,5,0,98,115,1,0,0,0),(55794,15649,530,1,1,0,0,8942.19,-6577.99,36.6894,3.64372,300,5,0,98,115,1,0,0,0),(55795,15649,530,1,1,0,0,8943.41,-6529.64,44.2238,3.10448,300,5,0,98,115,1,0,0,0),(55796,15649,530,1,1,0,0,8979.99,-6495.04,13.0539,4.36292,300,5,0,98,115,1,0,0,0),(55797,15649,530,1,1,0,0,8947.44,-6453.39,11.7413,3.86615,300,5,0,98,115,1,0,0,0),(55798,15649,530,1,1,0,0,8980.74,-6605,19.0223,1.33678,300,5,0,98,115,1,0,0,0),(55799,15649,530,1,1,0,0,9184.13,-6618.46,32.8977,6.01955,300,5,0,98,115,1,0,0,0),(55800,15649,530,1,1,0,0,9249.12,-6684.52,28.9352,2.51079,300,5,0,98,115,1,0,0,0),(55801,15649,530,1,1,0,0,9314.84,-6812.05,18.4773,2.74888,300,5,0,98,115,1,0,0,0),(55802,15649,530,1,1,0,0,9254.48,-7053.56,12.3916,0.788483,300,5,0,98,115,1,0,0,0),(55803,15649,530,1,1,0,0,9309.19,-7043.62,13.1989,0.123143,300,5,0,98,115,1,0,0,0),(55804,15649,530,1,1,0,0,9191.33,-7083.7,19.6057,0.095878,300,5,0,98,115,1,0,0,0),(55805,15649,530,1,1,0,0,9252.57,-7117.21,20.1514,4.62412,300,5,0,98,115,1,0,0,0),(55806,15649,530,1,1,0,0,9285.27,-7140.96,18.4478,4.22076,300,5,0,98,115,1,0,0,0),(55807,15649,530,1,1,0,0,9296.38,-7279.76,15.7142,3.09791,300,5,0,98,115,1,0,0,0),(55808,15650,530,1,1,0,0,9123.59,-6335.13,16.2121,1.15168,300,5,0,131,138,1,0,0,0),(55809,15650,530,1,1,0,0,9181.61,-6278.15,20.7797,1.47436,300,5,0,131,138,1,0,0,0),(55810,15650,530,1,1,0,0,9216.29,-6247.13,11.9929,3.28073,300,5,0,131,138,1,0,0,0),(55811,15650,530,1,1,0,0,9226.3,-6177.09,23.6866,0.714205,300,5,0,131,138,1,0,0,0),(55812,15650,530,1,1,0,0,9260.51,-6016.61,28.219,0.527864,300,5,0,131,138,1,0,0,0),(55813,15650,530,1,1,0,0,9259.48,-5986.53,19.4854,0.041033,300,5,0,131,138,1,0,0,0),(55814,15650,530,1,1,0,0,9257.55,-5923.85,4.09483,5.81672,300,0,0,131,138,0,0,0,0),(55815,15650,530,1,1,0,0,9204.63,-5982.29,33.199,0.534561,300,5,0,131,138,1,0,0,0),(55816,15650,530,1,1,0,0,8926.06,-6112.51,12.086,3.41641,300,5,0,131,138,1,0,0,0),(55817,15650,530,1,1,0,0,9046.98,-6348.87,9.3331,2.00623,300,5,0,131,138,1,0,0,0),(55818,15650,530,1,1,0,0,9142.09,-7087.64,24.5515,4.44197,300,5,0,131,138,1,0,0,0),(55819,15650,530,1,1,0,0,9091.76,-7330.15,63.6165,2.51351,300,5,0,131,138,1,0,0,0),(55820,15650,530,1,1,0,0,9110.76,-7449.64,79.6485,0.025398,300,5,0,131,138,1,0,0,0),(55821,15650,530,1,1,0,0,9086.91,-7541.14,97.4824,4.85104,300,5,0,131,138,1,0,0,0),(55822,15650,530,1,1,0,0,8900.35,-7548.3,109.018,1.96237,300,5,0,131,138,1,0,0,0),(55823,15650,530,1,1,0,0,8879.13,-7513.11,99.828,5.4379,300,5,0,131,138,1,0,0,0),(55824,15650,530,1,1,0,0,9072.28,-7769.33,141.65,1.2756,300,5,0,131,138,1,0,0,0),(55825,15650,530,1,1,0,0,9148.56,-7848.15,109.381,5.53238,300,5,0,131,138,1,0,0,0),(55826,15650,530,1,1,0,0,9188.97,-7788.29,115.227,1.26605,300,5,0,131,138,1,0,0,0),(55827,15650,530,1,1,0,0,9116.13,-7853.58,121.315,1.53371,300,5,0,131,138,1,0,0,0),(55828,15650,530,1,1,0,0,9686.08,-7889.56,3.54982,0.821294,300,5,0,131,138,1,0,0,0),(55829,15650,530,1,1,0,0,9614.9,-7995.76,1.4522,4.49823,300,5,0,131,138,1,0,0,0),(55830,15650,530,1,1,0,0,9743.34,-7894.45,27.3577,2.4386,300,5,0,131,138,1,0,0,0),(55831,15650,530,1,1,0,0,9756.8,-7932.28,5.73442,1.51801,300,5,0,131,138,1,0,0,0),(55832,15650,530,1,1,0,0,9809.32,-7893.8,25.1391,3.64959,300,5,0,131,138,1,0,0,0),(55833,15650,530,1,1,0,0,9480.61,-8057.12,2.45833,4.65193,300,5,0,131,138,1,0,0,0),(55834,15650,530,1,1,0,0,9085.23,-7912.93,127.305,1.29331,300,5,0,131,138,1,0,0,0),(55835,15650,530,1,1,0,0,9070.86,-7866.83,129.236,5.37386,300,5,0,131,138,1,0,0,0),(55836,15650,530,1,1,0,0,9065.84,-7964.85,134.272,3.85234,300,5,0,131,138,1,0,0,0),(55837,15650,530,1,1,0,0,9015.04,-7851.34,145.791,5.8947,300,5,0,131,138,1,0,0,0),(55838,15650,530,1,1,0,0,9052.19,-7997.47,142.434,0.433335,300,5,0,131,138,1,0,0,0),(55839,15650,530,1,1,0,0,9080.92,-7718.35,134.734,2.38696,300,5,0,131,138,1,0,0,0),(55840,15650,530,1,1,0,0,9015.34,-7710.11,149.596,1.47355,300,5,0,131,138,1,0,0,0),(55841,15650,530,1,1,0,0,8994.08,-7663.51,140.874,3.25455,300,5,0,131,138,1,0,0,0),(55842,15650,530,1,1,0,0,9083.41,-7618.84,117.051,5.76404,300,5,0,131,138,1,0,0,0),(55843,15650,530,1,1,0,0,8988.79,-7639.88,135.168,5.37166,300,5,0,131,138,1,0,0,0),(55844,15650,530,1,1,0,0,8870.15,-7652.32,131.949,3.172,300,5,0,131,138,1,0,0,0),(55845,15650,530,1,1,0,0,8853.04,-7613.98,120.283,5.95526,300,5,0,131,138,1,0,0,0),(55846,15650,530,1,1,0,0,8886.77,-7589.37,119.309,0.152946,300,5,0,131,138,1,0,0,0),(55847,15650,530,1,1,0,0,8841.97,-7647.27,129.345,3.23553,300,5,0,131,138,1,0,0,0),(55848,15650,530,1,1,0,0,8848.45,-7749.93,159.492,4.27234,300,5,0,131,138,1,0,0,0),(55849,15650,530,1,1,0,0,8798.35,-7666.67,128.475,3.47168,300,5,0,131,138,1,0,0,0),(55850,15650,530,1,1,0,0,8852.02,-7803.22,177.403,3.75992,300,5,0,131,138,1,0,0,0),(55851,15650,530,1,1,0,0,8788.13,-7810.61,171.978,5.52456,300,5,0,131,138,1,0,0,0),(55852,15650,530,1,1,0,0,8775.06,-7877.09,173.402,2.935,300,5,0,131,138,1,0,0,0),(55853,15650,530,1,1,0,0,8638.63,-7745.97,152.146,0.589766,300,5,0,131,138,1,0,0,0),(55854,15650,530,1,1,0,0,8715.12,-7715.3,136.763,3.29454,300,5,0,131,138,1,0,0,0),(55855,15650,530,1,1,0,0,8192.26,-7781.87,163.154,0.578257,300,5,0,131,138,1,0,0,0),(55856,15650,530,1,1,0,0,8180.43,-7826.27,175.301,4.2634,300,5,0,131,138,1,0,0,0),(55857,15650,530,1,1,0,0,8311.37,-7539.31,158.8,1.95628,300,5,0,131,138,1,0,0,0),(55858,15650,530,1,1,0,0,8583.86,-7574.59,133.625,3.75457,300,5,0,131,138,1,0,0,0),(55859,15650,530,1,1,0,0,8626.91,-7476.75,119.762,6.17361,300,5,0,131,138,1,0,0,0),(55860,15650,530,1,1,0,0,8753.82,-7495.12,97.5502,0.93941,300,5,0,131,138,1,0,0,0),(55861,15650,530,1,1,0,0,8706.61,-7361.92,102.266,4.52093,300,5,0,131,138,1,0,0,0),(55862,15650,530,1,1,0,0,8590.55,-7367.6,144.973,6.03063,300,5,0,131,138,1,0,0,0),(55863,15650,530,1,1,0,0,8742.61,-7279.41,83.868,6.2187,300,5,0,131,138,1,0,0,0),(55864,15650,530,1,1,0,0,8675.08,-7223.32,92.9325,6.04673,300,5,0,131,138,1,0,0,0),(55865,15650,530,1,1,0,0,8588.53,-7185.53,116.683,4.99145,300,5,0,131,138,1,0,0,0),(55866,15650,530,1,1,0,0,8752.8,-6581.48,65.0309,4.83287,300,5,0,131,138,1,0,0,0),(55867,15650,530,1,1,0,0,8740.55,-6777.04,95.5951,3.63362,300,5,0,131,138,1,0,0,0),(55868,15650,530,1,1,0,0,8752.31,-6524.98,58.8273,1.63627,300,5,0,131,138,1,0,0,0),(55869,15650,530,1,1,0,0,8821.17,-6460.65,57.8447,5.56206,300,5,0,131,138,1,0,0,0),(55870,15650,530,1,1,0,0,8878.95,-6320.1,8.74682,2.77814,300,5,0,131,138,1,0,0,0),(55871,15650,530,1,1,0,0,8831.58,-6239.92,7.41484,3.67431,300,5,0,131,138,1,0,0,0),(55872,15650,530,1,1,0,0,8736.84,-6247.83,31.8392,2.50154,300,5,0,131,138,1,0,0,0),(55873,15650,530,1,1,0,0,8685.24,-6037.51,27.9058,4.2476,300,5,0,131,138,1,0,0,0),(55874,15650,530,1,1,0,0,8684.77,-5992.8,33.5949,5.42387,300,5,0,131,138,1,0,0,0),(55875,15650,530,1,1,0,0,8707.21,-5859.29,27.4107,5.05607,300,5,0,131,138,1,0,0,0),(55876,15650,530,1,1,0,0,8709.65,-5828.38,25.2641,5.31096,300,5,0,131,138,1,0,0,0),(55877,15650,530,1,1,0,0,8739.52,-5840.47,23.8481,2.27098,300,5,0,131,138,1,0,0,0),(55878,15650,530,1,1,0,0,8657.76,-5751.27,8.20224,1.18322,300,5,0,131,138,1,0,0,0),(55879,15650,530,1,1,0,0,8582.42,-5747.16,9.4706,5.84532,300,5,0,131,138,1,0,0,0),(55880,15650,530,1,1,0,0,8534.44,-5750.4,10.9998,2.72952,300,5,0,131,138,1,0,0,0),(55881,15650,530,1,1,0,0,8457.65,-5718.78,13.1203,0.05474,300,5,0,131,138,1,0,0,0),(55882,15650,530,1,1,0,0,8438.74,-5715.3,11.4506,6.22064,300,5,0,131,138,1,0,0,0),(55883,15650,530,1,1,0,0,8315.15,-5747.13,3.24366,3.00822,300,5,0,131,138,1,0,0,0),(55884,15650,530,1,1,0,0,8518.36,-5814.61,28.6589,2.75899,300,5,0,131,138,1,0,0,0),(55885,15650,530,1,1,0,0,8578.23,-5823.42,60.6247,1.31586,300,5,0,131,138,1,0,0,0),(55886,15650,530,1,1,0,0,8525.71,-5875.66,52.8616,1.33435,300,5,0,131,138,1,0,0,0),(55887,15650,530,1,1,0,0,8407.76,-5810.5,20.4419,4.34241,300,5,0,131,138,1,0,0,0),(55888,15650,530,1,1,0,0,8608.01,-6021.3,70.1143,0.418224,300,5,0,131,138,1,0,0,0),(55889,15650,530,1,1,0,0,8587.85,-6150.22,50.8788,5.83335,300,5,0,131,138,1,0,0,0),(55890,15650,530,1,1,0,0,8646.85,-6214.67,58.4839,1.08109,300,5,0,131,138,1,0,0,0),(55891,15650,530,1,1,0,0,8608.57,-6311.98,56.5693,4.97751,300,5,0,131,138,1,0,0,0),(55892,15650,530,1,1,0,0,8647.35,-6295.88,54.8138,3.62033,300,5,0,131,138,1,0,0,0),(55893,15650,530,1,1,0,0,8586.96,-6352.42,62.9827,5.35706,300,5,0,131,138,1,0,0,0),(55894,15650,530,1,1,0,0,8720.33,-6355.3,57.0322,3.0359,300,5,0,131,138,1,0,0,0),(55895,15650,530,1,1,0,0,8755.28,-6455.11,56.2732,0.978599,300,5,0,131,138,1,0,0,0),(55896,15650,530,1,1,0,0,8464.54,-6077.62,53.0357,0.460812,300,5,0,131,138,1,0,0,0),(55897,15650,530,1,1,0,0,8331.04,-5954.19,20.4772,3.46334,300,0,0,131,138,0,0,0,0),(55898,15650,530,1,1,0,0,8393.04,-5987.41,34.5126,0.107637,300,5,0,131,138,1,0,0,0),(55899,15650,530,1,1,0,0,8378.57,-5961.52,29.1669,1.47779,300,5,0,131,138,1,0,0,0),(55900,15650,530,1,1,0,0,8215.31,-6049.14,15.0763,1.25615,300,5,0,131,138,1,0,0,0),(55901,15650,530,1,1,0,0,8198.53,-6301.23,64.487,6.03441,300,5,0,131,138,1,0,0,0),(55902,15650,530,1,1,0,0,8224.7,-6366.62,64.6347,4.20293,300,5,0,131,138,1,0,0,0),(55903,17729,546,3,1,0,1,178.167,-427.114,72.5992,1.83364,7200,0,0,12824,2620,0,0,0,0),(55904,15650,530,1,1,0,0,8306.18,-6506.82,86.6091,1.86835,300,5,0,131,138,1,0,0,0),(55905,15650,530,1,1,0,0,8241.44,-6603.43,86.1435,6.01145,300,5,0,131,138,1,0,0,0),(55906,15650,530,1,1,0,0,8213.07,-6980.23,90.2014,5.41752,300,5,0,131,138,1,0,0,0),(55907,15650,530,1,1,0,0,8330.66,-7339.84,184.426,1.32576,300,5,0,131,138,1,0,0,0),(55908,15650,530,1,1,0,0,8358.61,-7314.59,180.255,3.29261,300,5,0,131,138,1,0,0,0),(55909,15650,530,1,1,0,0,8247.43,-7346.3,161.419,2.2303,300,5,0,131,138,1,0,0,0),(55910,15650,530,1,1,0,0,8263.46,-7374.61,169.508,1.13511,300,5,0,131,138,1,0,0,0),(55911,15650,530,1,1,0,0,8218.21,-7303.65,150.652,2.79168,300,5,0,131,138,1,0,0,0),(55912,15650,530,1,1,0,0,8179.24,-7342.01,141.161,2.85846,300,5,0,131,138,1,0,0,0),(55913,15650,530,1,1,0,0,8218.71,-7382.79,156.133,5.17258,300,5,0,131,138,1,0,0,0),(55914,15650,530,1,1,0,0,8182.68,-7287.85,142.727,3.89085,300,5,0,131,138,1,0,0,0),(55915,15650,530,1,1,0,0,8245.41,-7483.1,153.733,4.30031,300,5,0,131,138,1,0,0,0),(55916,15650,530,1,1,0,0,8181.12,-7203.88,139.259,5.25918,300,5,0,131,138,1,0,0,0),(55917,15650,530,1,1,0,0,8157.89,-7122.88,144.416,5.63011,300,5,0,131,138,1,0,0,0),(55918,15650,530,1,1,0,0,8250.96,-7085.37,114.217,4.41195,300,5,0,131,138,1,0,0,0),(55919,15651,530,1,1,0,0,10113.8,-6714.72,22.3297,0.108284,300,5,0,120,0,1,0,0,0),(55920,15651,530,1,1,0,0,10085.2,-6721.67,32.2934,5.37386,300,5,0,120,0,1,0,0,0),(55921,15651,530,1,1,0,0,9214.48,-6655.06,37.9443,3.74225,300,5,0,120,0,1,0,0,0),(55922,15651,530,1,1,0,0,9098.89,-6710.81,22.8928,0.828362,300,0,0,120,0,0,0,0,0),(55923,15651,530,1,1,0,0,9346.69,-6587.55,38.0384,3.76973,300,5,0,120,0,1,0,0,0),(55924,15651,530,1,1,0,0,9379.91,-6540.06,44.5011,4.84717,300,5,0,120,0,1,0,0,0),(55925,15651,530,1,1,0,0,9254.28,-6145.02,20.5942,1.74837,300,5,0,120,0,1,0,0,0),(55926,15651,530,1,1,0,0,9278.98,-6114.78,18.3756,1.11198,300,5,0,120,0,1,0,0,0),(55927,15651,530,1,1,0,0,9299.51,-6046.11,16.5992,0.226726,300,5,0,120,0,1,0,0,0),(55928,15651,530,1,1,0,0,9250.33,-5952.17,13.3579,5.85405,300,5,0,120,0,1,0,0,0),(55929,15651,530,1,1,0,0,8944.83,-6205.64,9.2919,2.17104,300,5,0,120,0,1,0,0,0),(55930,15651,530,1,1,0,0,9015.81,-6312.23,12.9158,4.20596,300,5,0,120,0,1,0,0,0),(55931,15651,530,1,1,0,0,9073.04,-6389.65,2.76829,3.75224,300,5,0,120,0,1,0,0,0),(55932,15651,530,1,1,0,0,9380.26,-6671.18,38.02,4.80722,300,5,0,120,0,1,0,0,0),(55933,15651,530,1,1,0,0,9378,-6616.88,32.8342,0.552806,300,5,0,120,0,1,0,0,0),(55934,15651,530,1,1,0,0,9184.75,-6751.35,30.3407,1.17334,300,5,0,120,0,1,0,0,0),(55935,15651,530,1,1,0,0,9122.11,-6823.03,20.3168,4.95343,300,5,0,120,0,1,0,0,0),(55936,15651,530,1,1,0,0,9162.06,-7143.24,25.7872,5.23807,300,5,0,120,0,1,0,0,0),(55937,15651,530,1,1,0,0,9220.37,-7348.73,38.5164,0.287154,300,5,0,120,0,1,0,0,0),(55938,15651,530,1,1,0,0,9187.58,-7312.68,44.8276,0.962471,300,5,0,120,0,1,0,0,0),(55939,15651,530,1,1,0,0,9338.81,-7406.43,20.8941,0.236532,300,5,0,120,0,1,0,0,0),(55940,15651,530,1,1,0,0,9319.63,-7464.2,29.2843,4.94693,300,5,0,120,0,1,0,0,0),(55941,15651,530,1,1,0,0,9161.81,-7406.78,63.4051,0.673535,300,5,0,120,0,1,0,0,0),(55942,15651,530,1,1,0,0,9109.33,-7523.67,87.6303,3.09011,300,0,0,120,0,0,0,0,0),(55943,15651,530,1,1,0,0,8994.19,-7333.22,85.5703,4.11111,300,5,0,120,0,1,0,0,0),(55944,15651,530,1,1,0,0,9019.4,-7581.72,119.936,0.723238,300,5,0,120,0,1,0,0,0),(55945,15651,530,1,1,0,0,9154.81,-7610.98,101.755,5.1834,300,0,0,120,0,0,0,0,0),(55946,15651,530,1,1,0,0,9114.64,-7521.83,86.1535,0.017453,300,0,0,120,0,0,0,0,0),(55947,15651,530,1,1,0,0,9022.03,-6854.55,24.5002,3.31719,300,5,0,120,0,1,0,0,0),(55948,15651,530,1,1,0,0,8989.75,-6808.94,16.2783,3.48403,300,5,0,120,0,1,0,0,0),(55949,15651,530,1,1,0,0,8937.1,-6778.7,26.1857,2.55576,300,5,0,120,0,1,0,0,0),(55950,15651,530,1,1,0,0,9069,-6707.34,19.3858,2.48382,300,5,0,120,0,1,0,0,0),(55951,15651,530,1,1,0,0,8884.39,-6779.15,32.1918,2.41252,300,5,0,120,0,1,0,0,0),(55952,15651,530,1,1,0,0,8790.55,-6817.58,54.4198,5.71848,300,5,0,120,0,1,0,0,0),(55953,15651,530,1,1,0,0,8819.43,-6784.36,43.9996,5.81736,300,5,0,120,0,1,0,0,0),(55954,15651,530,1,1,0,0,8853.9,-6757.84,35.8627,2.33962,300,5,0,120,0,1,0,0,0),(55955,15651,530,1,1,0,0,8808.1,-6717.39,49.4286,6.02044,300,5,0,120,0,1,0,0,0),(55956,15651,530,1,1,0,0,8884.54,-6718.31,36.8212,5.11661,300,5,0,120,0,1,0,0,0),(55957,15651,530,1,1,0,0,8902.93,-6620.97,31.5895,3.03003,300,5,0,120,0,1,0,0,0),(55958,15651,530,1,1,0,0,8854.49,-6548.3,43.1572,1.88107,300,5,0,120,0,1,0,0,0),(55959,15651,530,1,1,0,0,8881.25,-6589.58,36.4784,3.08391,300,5,0,120,0,1,0,0,0),(55960,15651,530,1,1,0,0,8647.66,-6553.85,83.556,2.97975,300,5,0,120,0,1,0,0,0),(55961,15651,530,1,1,0,0,8746.39,-6556.92,65.1236,4.99064,300,5,0,120,0,1,0,0,0),(55962,15651,530,1,1,0,0,8885.98,-6521.18,34.5399,4.81177,300,5,0,120,0,1,0,0,0),(55963,15651,530,1,1,0,0,8853.21,-6486.6,35.7035,3.85582,300,5,0,120,0,1,0,0,0),(55964,15651,530,1,1,0,0,8885.47,-6454.98,25.4347,5.5575,300,5,0,120,0,1,0,0,0),(55965,15651,530,1,1,0,0,8913.3,-6482.37,20.2156,3.43679,300,5,0,120,0,1,0,0,0),(55966,15651,530,1,1,0,0,8915.97,-6413.58,12.6782,1.70896,300,5,0,120,0,1,0,0,0),(55967,15651,530,1,1,0,0,8892.33,-6388.13,15.2517,2.53951,300,5,0,120,0,1,0,0,0),(55968,15651,530,1,1,0,0,8858.53,-6355.35,19.2532,2.26101,300,5,0,120,0,1,0,0,0),(55969,15651,530,1,1,0,0,8819.22,-6399.32,63.2349,4.64206,300,5,0,120,0,1,0,0,0),(55970,15651,530,1,1,0,0,8691.18,-6190.9,26.2893,3.66791,300,5,0,120,0,1,0,0,0),(55971,15651,530,1,1,0,0,8676.92,-5917.71,36.3103,5.86932,300,5,0,120,0,1,0,0,0),(55972,15651,530,1,1,0,0,8675.74,-5864.67,35.5765,4.67725,300,5,0,120,0,1,0,0,0),(55973,15651,530,1,1,0,0,8687.99,-5783.97,18.3655,3.12402,300,5,0,120,0,1,0,0,0),(55974,15651,530,1,1,0,0,8601.87,-5754.05,11.3717,4.96733,300,5,0,120,0,1,0,0,0),(55975,15651,530,1,1,0,0,8612.52,-5837.03,68.8427,5.02889,300,5,0,120,0,1,0,0,0),(55976,15651,530,1,1,0,0,8647.3,-6148.59,34.3646,4.30633,300,5,0,120,0,1,0,0,0),(55977,15651,530,1,1,0,0,8598.59,-6213.61,55.5493,5.88163,300,5,0,120,0,1,0,0,0),(55978,15651,530,1,1,0,0,8617.39,-6201.97,57.0316,2.11138,300,5,0,120,0,1,0,0,0),(55979,15651,530,1,1,0,0,8679.45,-6258.34,53.9247,4.95043,300,5,0,120,0,1,0,0,0),(55980,15651,530,1,1,0,0,8709.63,-6294.96,58.0046,3.85034,300,0,0,120,0,0,0,0,0),(55981,15651,530,1,1,0,0,8735.03,-6492,61.3388,4.31415,300,0,0,120,0,0,0,0,0),(55982,15651,530,1,1,0,0,8880.79,-6648.11,43.0786,5.72552,300,5,0,120,0,1,0,0,0),(55983,15651,530,1,1,0,0,8882.99,-6714.7,37.3723,1.18682,300,0,0,120,0,0,0,0,0),(55984,15651,530,1,1,0,0,9089.66,-6717.25,21.641,5.95711,300,0,0,120,0,0,0,0,0),(55986,15651,530,1,1,0,0,9215.32,-6653.67,37.965,3.15334,300,5,0,120,0,1,0,0,0),(55987,15652,530,1,1,0,0,9079.72,-7716.5,134.764,0.052048,300,0,0,156,0,0,0,0,0),(55988,15652,530,1,1,0,0,9080.42,-7713.47,134.614,5.04851,300,0,0,156,0,0,0,0,0),(55989,15652,530,1,1,0,0,9149.04,-7751.16,132.434,2.75927,300,0,0,156,0,0,0,0,0),(55990,15652,530,1,1,0,0,9120.6,-7814.69,121.09,0.812563,300,0,0,156,0,0,0,0,0),(55991,15652,530,1,1,0,0,9127.92,-7880.39,115.595,0.282993,300,5,0,156,0,1,0,0,0),(55992,15652,530,1,1,0,0,9785.11,-7919.97,8.19493,2.1783,300,5,0,156,0,1,0,0,0),(55993,15652,530,1,1,0,0,9371.24,-8059.13,2.01914,4.41667,300,5,0,156,0,1,0,0,0),(55994,15652,530,1,1,0,0,9114.77,-7813.72,123.278,1.98198,300,5,0,156,0,1,0,0,0),(55995,15652,530,1,1,0,0,9057.74,-7954.18,133.333,5.22318,300,5,0,156,0,1,0,0,0),(55996,15652,530,1,1,0,0,9024.54,-7764.68,183.272,5.837,300,5,0,156,0,1,0,0,0),(55997,15652,530,1,1,0,0,9151.06,-7752.18,132.073,0.063719,300,5,0,156,0,1,0,0,0),(55998,15652,530,1,1,0,0,9048.11,-7679.68,136.379,1.41118,300,5,0,156,0,1,0,0,0),(55999,15652,530,1,1,0,0,8944.83,-7641.83,135.932,5.24862,300,5,0,156,0,1,0,0,0),(56000,15652,530,1,1,0,0,8919.94,-7603.25,120.634,5.20401,300,5,0,156,0,1,0,0,0),(56001,15652,530,1,1,0,0,8959.63,-7599.87,128.773,5.05423,300,5,0,156,0,1,0,0,0),(56002,15652,530,1,1,0,0,8796.19,-7621.22,111.496,5.75701,300,5,0,156,0,1,0,0,0),(56003,15652,530,1,1,0,0,8816.44,-7798.58,168.525,4.85152,300,5,0,156,0,1,0,0,0),(56004,15652,530,1,1,0,0,8747.94,-7717.4,139.492,2.56984,300,5,0,156,0,1,0,0,0),(56005,15652,530,1,1,0,0,8824.74,-7842.27,178.648,0.717649,300,5,0,156,0,1,0,0,0),(56006,15652,530,1,1,0,0,8813.54,-7936.57,184.558,0.53694,300,5,0,156,0,1,0,0,0),(56007,15652,530,1,1,0,0,8249.99,-7816.5,163.846,6.12611,300,0,0,156,0,0,0,0,0),(56008,15652,530,1,1,0,0,8183.69,-7750.58,155.087,5.85191,300,0,0,156,0,0,0,0,0),(56009,15652,530,1,1,0,0,8188.16,-7876.23,184.97,5.10613,300,5,0,156,0,1,0,0,0),(56010,15652,530,1,1,0,0,8490.05,-5637.53,2.11763,1.57177,300,5,0,156,0,1,0,0,0),(56011,15652,530,1,1,0,0,8452.52,-5653.11,8.20062,5.21361,300,5,0,156,0,1,0,0,0),(56012,15652,530,1,1,0,0,8384.67,-5726.63,9.2614,1.16924,300,5,0,156,0,1,0,0,0),(56013,15652,530,1,1,0,0,8332.1,-5722.98,4.74121,3.36005,300,5,0,156,0,1,0,0,0),(56014,15652,530,1,1,0,0,8490.49,-5855.31,34.1858,3.23941,300,5,0,156,0,1,0,0,0),(56015,15652,530,1,1,0,0,8495.22,-6064.14,64.9112,5.04124,300,5,0,156,0,1,0,0,0),(56016,15652,530,1,1,0,0,8372.83,-6006.77,34.3702,1.96709,300,5,0,156,0,1,0,0,0),(56017,15652,530,1,1,0,0,8178.25,-7157.27,138.672,5.46824,300,5,0,156,0,1,0,0,0),(56018,15652,530,1,1,0,0,8206.42,-7127.13,130.754,3.65856,300,5,0,156,0,1,0,0,0),(56019,15652,530,1,1,0,0,8184.43,-7025.08,87.8179,0.646067,300,5,0,156,0,1,0,0,0),(56020,15654,530,1,1,0,1,9319.04,-6990.06,16.2523,5.08793,300,5,0,102,0,1,0,0,0),(56021,15654,530,1,1,0,1,9271.21,-6972.31,5.07716,5.36213,300,5,0,102,0,1,0,0,0),(56022,15654,530,1,1,0,1,9293.16,-6938.06,6.21783,4.56407,300,5,0,102,0,1,0,0,0),(56023,15654,530,1,1,0,1,9291.61,-6908.02,8.71436,0.744426,300,5,0,102,0,1,0,0,0),(56024,15654,530,1,1,0,1,9163.88,-6914.03,6.75988,2.68817,300,5,0,102,0,1,0,0,0),(56025,15654,530,1,1,0,1,9151.8,-6934.35,7.89254,2.47355,300,5,0,102,0,1,0,0,0),(56026,15654,530,1,1,0,1,9219.43,-6948.79,5.14168,4.56372,300,5,0,102,0,1,0,0,0),(56027,15654,530,1,1,0,1,9179.03,-6955.35,5.60008,3.85172,300,5,0,102,0,1,0,0,0),(56028,15654,530,1,1,0,1,9286.05,-6945.61,6.09314,0.191349,300,0,0,102,0,0,0,0,0),(56029,15654,530,1,1,0,1,9218.02,-6981.94,5.36552,3.99081,300,5,0,102,0,1,0,0,0),(56030,15654,530,1,1,0,1,9280.34,-6950.11,5.61648,0.673826,300,0,0,102,0,0,0,0,0),(56031,15654,530,1,1,0,1,9258.58,-7013.44,4.97284,5.57731,300,5,0,102,0,1,0,0,0),(56032,15654,530,1,1,0,1,9188.39,-6979.81,5.26862,0.694225,300,5,0,102,0,1,0,0,0),(56033,15654,530,1,1,0,1,9189,-6985.14,5.25677,1.97851,300,5,0,102,0,1,0,0,0),(56034,15654,530,1,1,0,1,9172.32,-6972.3,6.09343,6.16768,300,5,0,102,0,1,0,0,0),(56035,15654,530,1,1,0,1,9196.79,-7011.84,5.35917,2.45404,300,5,0,102,0,1,0,0,0),(56036,15654,530,1,1,0,1,9158.04,-6969.49,8.43188,2.82542,300,5,0,102,0,1,0,0,0),(56037,15654,530,1,1,0,1,9161.21,-7017.29,11.3093,5.09561,300,5,0,102,0,1,0,0,0),(56038,15654,530,1,1,0,1,9149.5,-6951.15,8.28381,0.170768,300,5,0,102,0,1,0,0,0),(56039,15654,530,1,1,0,1,9029.55,-6985.56,14.9208,5.40168,300,5,0,102,0,1,0,0,0),(56040,15654,530,1,1,0,1,9012.68,-7012.64,14.8639,3.81489,300,5,0,102,0,1,0,0,0),(56041,15654,530,1,1,0,1,9096.92,-6965.86,15.7206,3.72987,300,5,0,102,0,1,0,0,0),(56042,15654,530,1,1,0,1,9074.53,-6945.35,17.9201,0.899255,300,5,0,102,0,1,0,0,0),(56043,15654,530,1,1,0,1,9119.38,-6955.26,13.0235,2.0348,300,5,0,102,0,1,0,0,0),(56044,15654,530,1,1,0,1,9196.29,-6964.6,5.12489,1.95035,300,5,0,102,0,1,0,0,0),(56045,15654,530,1,1,0,1,9183.58,-6981.34,5.66675,2.59987,300,5,0,102,0,1,0,0,0),(56046,15654,530,1,1,0,1,9180.26,-6948.15,5.60008,3.1833,300,5,0,102,0,1,0,0,0),(56047,15654,530,1,1,0,1,9186.16,-6973.91,5.18724,6.16768,300,5,0,102,0,1,0,0,0),(56048,15654,530,1,1,0,1,9154.51,-6932.08,6.78327,5.15284,300,5,0,102,0,1,0,0,0),(56049,15654,530,1,1,0,1,9174.8,-6927.88,5.20886,5.56968,300,5,0,102,0,1,0,0,0),(56050,15654,530,1,1,0,1,9240.04,-7015.64,4.9094,3.57928,300,5,0,102,0,1,0,0,0),(56051,15654,530,1,1,0,1,9215.19,-6984.31,5.01808,4.6922,300,5,0,102,0,1,0,0,0),(56052,15654,530,1,1,0,1,9261.25,-6974.39,4.22272,6.18342,300,5,0,102,0,1,0,0,0),(56053,15654,530,1,1,0,1,9261.87,-6980.25,4.46307,0.556245,300,5,0,102,0,1,0,0,0),(56054,15654,530,1,1,0,1,9251.11,-6949.5,4.3616,1.39544,300,5,0,102,0,1,0,0,0),(56055,15654,530,1,1,0,1,9322.33,-6975.69,12.0198,3.7745,300,5,0,102,0,1,0,0,0),(56056,15654,530,1,1,0,1,9291.77,-6935.66,5.92013,1.57275,300,5,0,102,0,1,0,0,0),(56057,15654,530,1,1,0,1,9283.76,-6917.03,4.01959,3.8322,300,5,0,102,0,1,0,0,0),(56058,15654,530,1,1,0,1,9182.36,-6968.64,6.01698,5.00987,300,0,0,102,0,0,0,0,0),(56059,15654,530,1,1,0,1,9185.64,-6970.17,5.63833,3.80297,300,0,0,102,0,0,0,0,0),(56060,15654,530,1,1,0,1,9152.61,-6942.42,7.89779,0.922995,300,5,0,102,0,1,0,0,0),(56061,15654,530,1,1,0,1,9214.73,-6980.27,5.32865,1.25187,300,5,0,102,0,1,0,0,0),(56062,15654,530,1,1,0,1,9300.4,-6930.35,6.31437,6.18931,300,0,0,102,0,0,0,0,0),(56063,15654,530,1,1,0,1,9153.92,-6981.7,8.43188,4.5309,300,5,0,102,0,1,0,0,0),(56064,15654,530,1,1,0,1,9198.3,-7024.26,5.96571,1.7703,300,5,0,102,0,1,0,0,0),(56065,15654,530,1,1,0,1,9123.7,-6954.87,12.2723,6.1602,300,5,0,102,0,1,0,0,0),(56066,15654,530,1,1,0,1,9124.74,-6929.13,12.8444,5.84771,300,5,0,102,0,1,0,0,0),(56067,15655,530,1,1,0,0,9155.79,-6941.92,6.96741,1.45928,300,5,0,120,0,1,0,0,0),(56068,15655,530,1,1,0,0,9144.49,-6977.13,9.4319,2.85875,300,5,0,120,0,1,0,0,0),(56069,15655,530,1,1,0,0,9000.83,-6958.27,19.4285,6.1182,300,5,0,120,0,1,0,0,0),(56070,15655,530,1,1,0,0,8989.54,-6970.66,18.0772,4.95784,300,5,0,120,0,1,0,0,0),(56071,15655,530,1,1,0,0,9055.8,-6992.49,18.2633,2.66703,300,5,0,120,0,1,0,0,0),(56072,15655,530,1,1,0,0,9028.34,-6952.62,14.8762,6.00277,300,5,0,120,0,1,0,0,0),(56073,15655,530,1,1,0,0,9054.1,-6954.61,15.869,3.16548,300,5,0,120,0,1,0,0,0),(56074,15655,530,1,1,0,0,9082.79,-6981.04,18.603,3.20412,300,5,0,120,0,1,0,0,0),(56075,15655,530,1,1,0,0,9115.77,-6982.59,11.3584,5.47222,300,5,0,120,0,1,0,0,0),(56076,15655,530,1,1,0,0,9105.61,-6954.32,14.1485,2.49858,300,5,0,120,0,1,0,0,0),(56077,15655,530,1,1,0,0,9077.79,-6944.43,18.1965,5.01143,300,5,0,120,0,1,0,0,0),(56078,15655,530,1,1,0,0,9043.34,-6911.66,14.2355,3.24732,300,5,0,120,0,1,0,0,0),(56079,15655,530,1,1,0,0,9125.78,-6948.65,12.0318,4.71727,300,5,0,120,0,1,0,0,0),(56080,15655,530,1,1,0,0,9152.46,-6951.83,7.66537,6.07266,300,5,0,120,0,1,0,0,0),(56081,15655,530,1,1,0,0,9158.23,-6951.91,7.37131,6.19124,300,5,0,120,0,1,0,0,0),(56082,15655,530,1,1,0,0,9146.57,-6981.11,8.96489,0.020106,300,5,0,120,0,1,0,0,0),(56083,15656,530,1,1,0,0,8700.93,-7094.75,38.3273,3.66069,300,5,0,139,289,1,0,0,0),(56084,15656,530,1,1,0,0,8731.41,-7034.46,44.85,2.8809,300,5,0,139,289,1,0,0,0),(56085,15656,530,1,1,0,0,8754.58,-7051.56,38.6524,2.12898,300,5,0,139,289,1,0,0,0),(56086,15656,530,1,1,0,0,8774.16,-7057.97,35.7878,5.24963,300,0,0,139,289,0,0,0,0),(56087,15656,530,1,1,0,0,8644.08,-7033.54,64.0654,4.53836,300,5,0,139,289,1,0,0,0),(56088,15656,530,1,1,0,0,8739.34,-7029.13,44.1855,3.88072,300,5,0,139,289,1,0,0,0),(56089,15656,530,1,1,0,0,8689.79,-7009.06,54.6827,1.05894,300,5,0,139,289,1,0,0,0),(56090,15656,530,1,1,0,0,8716,-6978.52,50.4338,5.77583,300,5,0,139,289,1,0,0,0),(56091,15656,530,1,1,0,0,8794.57,-6969.53,38.4437,5.83889,300,5,0,139,289,1,0,0,0),(56092,15656,530,1,1,0,0,8787.61,-6983.05,41.1063,2.28719,300,5,0,139,289,1,0,0,0),(56093,15656,530,1,1,0,0,8807.92,-7009.9,33.751,3.03564,300,5,0,139,289,1,0,0,0),(56094,15656,530,1,1,0,0,8878.3,-7001.66,24.4983,0.446106,300,5,0,139,289,1,0,0,0),(56095,15656,530,1,1,0,0,8877.62,-6983.87,26.7236,3.87521,300,5,0,139,289,1,0,0,0),(56096,15656,530,1,1,0,0,8860.79,-6999.53,26.7648,4.25407,300,5,0,139,289,1,0,0,0),(56097,15656,530,1,1,0,0,8819.83,-6952.84,36.0926,0.669831,300,5,0,139,289,1,0,0,0),(56098,15656,530,1,1,0,0,8856.03,-6976.94,30.0872,1.22639,300,5,0,139,289,1,0,0,0),(56099,15656,530,1,1,0,0,8908.56,-6971.19,23.599,2.64652,300,5,0,139,289,1,0,0,0),(56100,15656,530,1,1,0,0,8956.73,-6983.49,21.1365,5.05568,300,5,0,139,289,1,0,0,0),(56101,15656,530,1,1,0,0,8570.65,-6985.18,77.3339,3.0771,300,5,0,139,289,1,0,0,0),(56102,15656,530,1,1,0,0,8617.34,-6970.95,68.7604,1.48491,300,5,0,139,289,1,0,0,0),(56103,15656,530,1,1,0,0,8654.17,-7029.17,61.4935,0.362163,300,5,0,139,289,1,0,0,0),(56104,15656,530,1,1,0,0,8767.74,-7102.48,35.2301,1.08023,300,5,0,139,289,1,0,0,0),(56105,15656,530,1,1,0,0,8758.6,-7140.92,35.6037,1.64178,300,5,0,139,289,1,0,0,0),(56106,15656,530,1,1,0,0,8748.43,-7034.59,41.985,2.14388,300,5,0,139,289,1,0,0,0),(56107,15656,530,1,1,0,0,8740.41,-7024.27,44.3618,4.56234,300,5,0,139,289,1,0,0,0),(56108,15656,530,1,1,0,0,8785.52,-7044.2,35.0953,4.08453,300,5,0,139,289,1,0,0,0),(56109,17729,546,3,1,0,1,176.877,-428.459,72.596,2.28289,7200,0,0,12824,2620,0,0,0,0),(56110,15657,530,1,1,0,0,8189.91,-6822.08,78.3389,0.369627,300,5,0,184,350,1,0,0,0),(56111,18105,546,3,1,0,0,252.492,-460.927,81.3728,3.54346,43200,0,0,59140,0,0,0,0,0),(56112,17731,546,3,1,0,0,348.366,-417.396,45.8379,2.31876,7200,0,0,16574,0,2,0,0,0),(56113,15657,530,1,1,0,0,8221.09,-6850.13,82.4023,1.26139,300,5,0,184,350,1,0,0,0),(56114,15657,530,1,1,0,0,8250.97,-6858.74,87.6049,2.83405,300,5,0,184,350,1,0,0,0),(56115,15657,530,1,1,0,0,8313.02,-6954.12,93.5131,0.905043,300,5,0,184,350,1,0,0,0),(56116,15657,530,1,1,0,0,8310.35,-6982.76,93.5487,3.58468,300,5,0,184,350,1,0,0,0),(56117,15657,530,1,1,0,0,8287.24,-6954.03,93.2212,4.6518,300,5,0,184,350,1,0,0,0),(56118,15657,530,1,1,0,0,8350.59,-7010.49,94.0418,1.94983,300,5,0,184,350,1,0,0,0),(56119,15657,530,1,1,0,0,8412.99,-6995.7,93.7068,4.85652,300,5,0,184,350,1,0,0,0),(56120,15657,530,1,1,0,0,8460.11,-6992.96,93.1645,3.04158,300,5,0,184,350,1,0,0,0),(56121,15657,530,1,1,0,0,8413.13,-7015.6,92.8394,2.30782,300,5,0,184,350,1,0,0,0),(56122,15657,530,1,1,0,0,8554.99,-6986.42,80.101,6.10857,300,5,0,184,350,1,0,0,0),(56123,15658,530,1,1,0,0,8750.13,-7134.96,35.3793,3.50461,300,0,0,156,0,0,0,0,0),(56124,15658,530,1,1,0,0,8688.45,-7078.42,44.3085,1.76443,300,5,0,156,0,1,0,0,0),(56125,15658,530,1,1,0,0,8743.88,-7145.57,35.3512,2.6058,300,0,0,156,0,0,0,0,0),(56126,15658,530,1,1,0,0,8692.87,-7059,47.5174,2.2362,300,5,0,156,0,1,0,0,0),(56127,15658,530,1,1,0,0,8737.21,-7051.51,40.7471,5.30743,300,0,0,156,0,0,0,0,0),(56128,15658,530,1,1,0,0,8651.69,-7048.54,59.3636,2.57802,300,5,0,156,0,1,0,0,0),(56129,15658,530,1,1,0,0,8629,-7045.69,65.6301,0.658505,300,5,0,156,0,1,0,0,0),(56130,15658,530,1,1,0,0,8780.38,-7000.49,39.7555,2.07552,300,5,0,156,0,1,0,0,0),(56131,15658,530,1,1,0,0,8766.03,-6978.25,42.2881,3.00646,300,5,0,156,0,1,0,0,0),(56132,15658,530,1,1,0,0,8850.89,-7045.91,22.5728,5.85842,300,5,0,156,0,1,0,0,0),(56133,15658,530,1,1,0,0,8820.7,-7047.02,28.3293,0.682364,300,5,0,156,0,1,0,0,0),(56134,15658,530,1,1,0,0,8832.98,-6979.37,32.2664,3.20608,300,5,0,156,0,1,0,0,0),(56135,15658,530,1,1,0,0,8903.7,-6959.92,24.9459,3.04898,300,5,0,156,0,1,0,0,0),(56136,15658,530,1,1,0,0,8889.85,-6957.52,26.6641,2.12874,300,5,0,156,0,1,0,0,0),(56137,15658,530,1,1,0,0,8859.64,-6941.18,31.6333,0.8134,300,5,0,156,0,1,0,0,0),(56138,15658,530,1,1,0,0,8948.94,-6947.99,23.0832,2.88492,300,5,0,156,0,1,0,0,0),(56139,15658,530,1,1,0,0,8224.6,-6806.89,85.6217,5.52305,300,5,0,156,0,1,0,0,0),(56140,15658,530,1,1,0,0,8174.76,-6774.94,77.4627,1.91114,300,5,0,156,0,1,0,0,0),(56141,15658,530,1,1,0,0,8150.8,-6806.06,73.4584,5.00141,300,5,0,156,0,1,0,0,0),(56142,17731,546,3,1,0,0,351.301,-414.672,45.9699,2.31876,7200,0,0,16574,0,2,0,0,0),(56143,17723,546,3,1,0,0,330.847,-379.13,42.6914,0.959484,7200,0,0,36478,0,2,0,0,0),(56144,17731,546,3,1,0,0,256.489,-202.046,27.3741,0.766799,7200,0,0,16574,0,0,0,0,0),(56145,17731,546,3,1,0,0,248.249,-186.084,26.977,0.389022,7200,0,0,16574,0,0,0,0,0),(56146,15658,530,1,1,0,0,8251.47,-6918.68,87.9022,3.12072,300,5,0,156,0,1,0,0,0),(56147,15658,530,1,1,0,0,8283.92,-6921.83,91.9458,3.81339,300,5,0,156,0,1,0,0,0),(56148,15658,530,1,1,0,0,8344.9,-6980.97,93.5487,2.34781,300,5,0,156,0,1,0,0,0),(56149,15658,530,1,1,0,0,8391.01,-7009.49,93.4265,0.771116,300,5,0,156,0,1,0,0,0),(56150,15658,530,1,1,0,0,8324.6,-7010.98,93.508,2.32129,300,0,0,156,0,0,0,0,0),(56151,15658,530,1,1,0,0,8442.5,-7026.56,92.3658,6.04273,300,5,0,156,0,1,0,0,0),(56152,15658,530,1,1,0,0,8457.3,-7012.92,92.8804,3.2749,300,5,0,156,0,1,0,0,0),(56153,15658,530,1,1,0,0,8549.84,-7010.54,81.7725,3.03007,300,5,0,156,0,1,0,0,0),(56154,15658,530,1,1,0,0,8614.19,-7021.54,70.6863,0.477211,300,5,0,156,0,1,0,0,0),(56155,15658,530,1,1,0,0,8591,-7026.19,76.0155,4.36916,300,5,0,156,0,1,0,0,0),(56156,15658,530,1,1,0,0,8652.52,-7047.25,59.489,6.02233,300,5,0,156,0,1,0,0,0),(56157,15658,530,1,1,0,0,8678.84,-7040.16,54.0174,3.62052,300,5,0,156,0,1,0,0,0),(56158,15658,530,1,1,0,0,8684.38,-6987,56.5573,3.37425,300,5,0,156,0,1,0,0,0),(56159,15658,530,1,1,0,0,8730.07,-7060.55,40.4244,1.62749,300,5,0,156,0,1,0,0,0),(56160,15658,530,1,1,0,0,8765.14,-7107.68,35.3671,4.64229,300,0,0,156,0,0,0,0,0),(56161,15658,530,1,1,0,0,8811.16,-7049.15,30.2662,1.05819,300,5,0,156,0,1,0,0,0),(56162,15658,530,1,1,0,0,8687.46,-7080.39,43.9091,1.69297,300,0,0,156,0,0,0,0,0),(56163,15658,530,1,1,0,0,8159.84,-6829.57,75.0952,5.53069,300,5,0,156,0,1,0,0,0),(56164,17731,546,3,1,0,0,243.284,-166.165,27.2673,0.136909,7200,0,0,16574,0,0,0,0,0),(56165,15658,530,1,1,0,0,8382.85,-6980.27,93.704,2.26625,300,5,0,156,0,1,0,0,0),(56166,15658,530,1,1,0,0,8502.36,-6985.93,89.3531,1.51524,300,0,0,156,0,0,0,0,0),(56167,15658,530,1,1,0,0,8485.56,-7017.75,91.7145,0.503399,300,5,0,156,0,1,0,0,0),(56168,17731,546,3,1,0,0,264.026,-161.836,29.5811,3.85132,7200,0,0,16574,0,0,0,0,0),(56169,15668,530,1,1,0,1,8896.9,-5777.99,-3.44298,3.69561,300,0,0,137,0,0,0,0,0),(56170,15668,530,1,1,0,1,8883.25,-5787.77,-2.17818,5.49031,300,5,0,137,0,1,0,0,0),(56171,15668,530,1,1,0,1,8876.48,-5739.55,0.42365,4.42256,300,0,0,137,0,0,0,0,0),(56172,15668,530,1,1,0,1,8787.04,-5782.95,1.43811,1.35394,300,5,0,137,0,1,0,0,0),(56173,15668,530,1,1,0,1,8781.93,-5755.96,0.50774,4.08529,300,5,0,137,0,1,0,0,0),(56174,15668,530,1,1,0,1,8811.12,-5746.9,-0.673102,2.97684,300,5,0,137,0,1,0,0,0),(56175,15668,530,1,1,0,1,8811.2,-5706.32,-3.32496,1.67492,300,5,0,137,0,1,0,0,0),(56176,15668,530,1,1,0,1,8826.68,-5726.33,1.1833,1.3762,300,5,0,137,0,1,0,0,0),(56177,15668,530,1,1,0,1,8872.57,-5727.32,0.3899,3.97938,300,0,0,137,0,0,0,0,0),(56178,15668,530,1,1,0,1,8867.26,-5727.75,0.44028,5.60591,300,0,0,137,0,0,0,0,0),(56179,15668,530,1,1,0,1,8864.77,-5693.92,-2.48604,6.06916,300,5,0,137,0,1,0,0,0),(56180,15668,530,1,1,0,1,8727.13,-5704,-2.78401,1.45647,300,0,0,137,0,0,0,0,0),(56181,15668,530,1,1,0,1,8745.4,-5696.63,0.56078,5.1552,300,0,0,137,0,0,0,0,0),(56182,15668,530,1,1,0,1,8724.67,-5687.52,-3.19648,0.767053,300,0,0,137,0,0,0,0,0),(56183,15668,530,1,1,0,1,8684.06,-5709.82,1.16874,0.835644,300,0,0,137,0,0,0,0,0),(56184,15668,530,1,1,0,1,8673.6,-5698.64,1.0359,1.12689,300,0,0,137,0,0,0,0,0),(56185,15668,530,1,1,0,1,8809.75,-5656.05,-4.53762,0.382426,300,5,0,137,0,1,0,0,0),(56186,15668,530,1,1,0,1,8658.15,-5684.02,1.31772,4.90923,300,0,0,137,0,0,0,0,0),(56187,15668,530,1,1,0,1,8665.52,-5683.09,0.94272,1.73904,300,0,0,137,0,0,0,0,0),(56188,15668,530,1,1,0,1,8632.45,-5668.56,0.26229,3.40069,300,0,0,137,0,0,0,0,0),(56189,15668,530,1,1,0,1,8640.42,-5678.47,1.0507,0.091472,300,5,0,137,0,1,0,0,0),(56190,15668,530,1,1,0,1,8599.8,-5645.76,-2.44307,4.13938,300,0,0,137,0,0,0,0,0),(56191,15668,530,1,1,0,1,8663.05,-5627.8,-7.00466,1.56787,300,0,0,137,0,0,0,0,0),(56192,15668,530,1,1,0,1,8822.04,-5719.6,-0.537056,2.81552,300,5,0,137,0,1,0,0,0),(56193,15668,530,1,1,0,1,8878.02,-5736.25,0.42365,0.274663,300,5,0,137,0,1,0,0,0),(56194,15668,530,1,1,0,1,8881.18,-5720.12,-0.305476,5.79587,300,5,0,137,0,1,0,0,0),(56195,15668,530,1,1,0,1,8876.05,-5716,-0.22284,4.81989,300,5,0,137,0,1,0,0,0),(56196,15668,530,1,1,0,1,8782.68,-5754.65,0.50774,3.14325,300,5,0,137,0,1,0,0,0),(56197,15668,530,1,1,0,1,8785.49,-5772.97,1.04208,0.831731,300,5,0,137,0,1,0,0,0),(56198,15668,530,1,1,0,1,8809.38,-5744.79,-1.41,5.50923,300,0,0,137,0,0,0,0,0),(56199,15668,530,1,1,0,1,8665.44,-5684.2,0.94272,1.208,300,5,0,137,0,1,0,0,0),(56200,15668,530,1,1,0,1,8709.55,-5669.38,-4.46095,5.68621,300,5,0,137,0,1,0,0,0),(56201,15668,530,1,1,0,1,8779.26,-5724.76,0.74941,4.88629,300,5,0,137,0,1,0,0,0),(56202,15668,530,1,1,0,1,8769.21,-5685.38,0.29078,5.92433,300,5,0,137,0,1,0,0,0),(56203,15668,530,1,1,0,1,8714.5,-5718.38,-2.90901,4.86388,300,5,0,137,0,1,0,0,0),(56204,15668,530,1,1,0,1,8680.05,-5703.05,1.04374,5.11916,300,5,0,137,0,1,0,0,0),(56205,15668,530,1,1,0,1,8685.51,-5713.54,1.04374,3.91015,300,5,0,137,0,1,0,0,0),(56206,15668,530,1,1,0,1,8743.23,-5697.4,0.31078,0.785398,300,5,0,137,0,1,0,0,0),(56207,15668,530,1,1,0,1,8804.69,-5702.13,-1.8167,2.08394,300,5,0,137,0,1,0,0,0),(56208,15668,530,1,1,0,1,8627.02,-5689.28,0.80118,6.19156,300,5,0,137,0,1,0,0,0),(56209,15668,530,1,1,0,1,8658.88,-5659.25,-1.95885,3.05449,300,5,0,137,0,1,0,0,0),(56210,15668,530,1,1,0,1,8645.71,-5657.66,-1.20885,1.23398,300,5,0,137,0,1,0,0,0),(56211,15668,530,1,1,0,1,8617.83,-5680.54,0.76649,3.23304,300,5,0,137,0,1,0,0,0),(56212,15668,530,1,1,0,1,8663.66,-5618.97,-8.72419,4.8724,300,5,0,137,0,1,0,0,0),(56213,15668,530,1,1,0,1,8764.75,-5639.12,-5.11916,5.82129,300,5,0,137,0,1,0,0,0),(56214,15668,530,1,1,0,1,8839.18,-5714.95,0.80824,0.694263,300,5,0,137,0,1,0,0,0),(56215,15668,530,1,1,0,1,8808.85,-5644.58,-4.53762,2.07256,300,5,0,137,0,1,0,0,0),(56216,15668,530,1,1,0,1,8891.5,-5788.26,-2.17818,1.33757,300,5,0,137,0,1,0,0,0),(56217,15668,530,1,1,0,1,8886.75,-5780.47,-2.17818,1.36115,300,5,0,137,0,1,0,0,0),(56219,15668,530,1,1,0,1,8863.68,-5687.76,-3.81822,5.56427,300,5,0,137,0,1,0,0,0),(56220,15669,530,1,1,0,1,8781.7,-5743.41,0.50774,2.02763,300,5,0,131,138,1,0,0,0),(56221,15669,530,1,1,0,1,8781.3,-5710.75,0.75377,1.27695,300,5,0,131,138,1,0,0,0),(56222,15669,530,1,1,0,1,8678.38,-5691.57,0.2859,6.2521,300,0,0,131,138,0,0,0,0),(56223,15669,530,1,1,0,1,8695.42,-5653.08,-5.92716,3.19628,300,0,0,131,138,0,0,0,0),(56224,15669,530,1,1,0,1,8584.51,-5665.94,0.69661,0.695489,300,0,0,131,138,0,0,0,0),(56225,15669,530,1,1,0,1,8604.27,-5686.16,0.33681,2.05368,300,0,0,131,138,0,0,0,0),(56226,15669,530,1,1,0,1,8698.56,-5646.19,-5.13468,2.54378,300,5,0,131,138,1,0,0,0),(56227,15669,530,1,1,0,1,8779.73,-5687.94,0.54078,2.81435,300,5,0,131,138,1,0,0,0),(56228,15669,530,1,1,0,1,8676.65,-5691.27,0.5359,5.39239,300,5,0,131,138,1,0,0,0),(56229,15669,530,1,1,0,1,8749.33,-5699.08,0.65378,0.872086,300,5,0,131,138,1,0,0,0),(56230,15669,530,1,1,0,1,8607.83,-5690.18,0.76229,4.86051,300,5,0,131,138,1,0,0,0),(56231,15669,530,1,1,0,1,8591.72,-5652.16,-1.19307,0.575383,300,5,0,131,138,1,0,0,0),(56232,15669,530,1,1,0,1,8771.16,-5697.67,0.66578,2.57187,300,5,0,131,138,1,0,0,0),(56233,15669,530,1,1,0,1,8848.88,-5708.98,0.43324,2.68172,300,5,0,131,138,1,0,0,0),(56234,15669,530,1,1,0,1,8879.94,-5719.27,-0.4174,4.49739,300,5,0,131,138,1,0,0,0),(56235,15669,530,1,1,0,1,8885.28,-5712.6,-1.68048,0.889519,300,5,0,131,138,1,0,0,0),(56236,15669,530,1,1,0,1,8589.01,-5653.44,-0.693074,0.730825,300,5,0,131,138,1,0,0,0),(56237,15670,530,1,1,0,1,9177.52,-5871.64,4.8448,0.707991,300,0,0,120,0,0,0,0,0),(56238,15670,530,1,1,0,1,9092.82,-5880.14,0.7819,1.62981,300,5,0,120,0,1,0,0,0),(56239,15670,530,1,1,0,1,9106.41,-5856.9,0.93634,1.83618,300,0,0,120,0,0,0,0,0),(56240,15670,530,1,1,0,1,9178.66,-5830.06,-0.135822,6.12545,300,0,0,120,0,0,0,0,0),(56241,15670,530,1,1,0,1,9225.75,-5813.89,-2.98253,3.18067,300,0,0,120,0,0,0,0,0),(56242,15670,530,1,1,0,1,9084.79,-5871.37,0.5319,2.55183,300,5,0,120,0,1,0,0,0),(56243,15670,530,1,1,0,1,9090.96,-5824.69,0.91448,3.06191,300,0,0,120,0,0,0,0,0),(56244,15670,530,1,1,0,1,9090.65,-5804.69,0.49034,4.98414,300,0,0,120,0,0,0,0,0),(56245,15670,530,1,1,0,1,9130.53,-5809.23,0.58974,4.3319,300,0,0,120,0,0,0,0,0),(56246,15670,530,1,1,0,1,9144.81,-5797.25,0.00316,5.23878,300,0,0,120,0,0,0,0,0),(56247,15670,530,1,1,0,1,9159.45,-5798.19,-0.496843,0.395978,300,0,0,120,0,0,0,0,0),(56248,15670,530,1,1,0,1,9123.01,-5807.82,0.58165,6.11498,300,5,0,120,0,1,0,0,0),(56249,15670,530,1,1,0,1,9046.55,-5869.85,0.58095,2.01364,300,0,0,120,0,0,0,0,0),(56250,15670,530,1,1,0,1,9028.77,-5869.87,0.56994,1.19159,300,0,0,120,0,0,0,0,0),(56251,15670,530,1,1,0,1,9054.43,-5780.51,0.27976,1.57399,300,0,0,120,0,0,0,0,0),(56252,15670,530,1,1,0,1,9043.87,-5792.07,0.84478,4.57565,300,0,0,120,0,0,0,0,0),(56253,15670,530,1,1,0,1,9075.89,-5781.67,-3.19705,5.51943,300,0,0,120,0,0,0,0,0),(56254,15670,530,1,1,0,1,9023.63,-5826.99,0.67421,1.499,300,0,0,120,0,0,0,0,0),(56255,15670,530,1,1,0,1,9056.05,-5748.71,-1.40402,0.955885,300,0,0,120,0,0,0,0,0),(56256,15670,530,1,1,0,1,9032.82,-5751.79,0.16165,1.51759,300,0,0,120,0,0,0,0,0),(56257,15670,530,1,1,0,1,9022.29,-5855.32,1.04553,3.00676,300,0,0,120,0,0,0,0,0),(56258,15670,530,1,1,0,1,9125.31,-5737.84,-9.71689,1.33056,300,0,0,120,0,0,0,0,0),(56259,15670,530,1,1,0,1,9080.71,-5746.14,-3.52091,6.07066,300,0,0,120,0,0,0,0,0),(56260,15670,530,1,1,0,1,8940.93,-5791.96,0.67374,1.46566,300,0,0,120,0,0,0,0,0),(56261,15670,530,1,1,0,1,8949.41,-5756.58,0.6731,3.31805,300,0,0,120,0,0,0,0,0),(56262,15670,530,1,1,0,1,8945.57,-5745.09,0.4231,1.16113,300,0,0,120,0,0,0,0,0),(56263,15670,530,1,1,0,1,8989.82,-5733.56,0.41932,1.89351,300,0,0,120,0,0,0,0,0),(56264,15670,530,1,1,0,1,8970.07,-5732.65,0.50375,1.03109,300,0,0,120,0,0,0,0,0),(56265,15670,530,1,1,0,1,8975.4,-5743.66,0.82128,2.935,300,5,0,120,0,1,0,0,0),(56266,15670,530,1,1,0,1,8983.77,-5717.58,-1.87125,2.7745,300,5,0,120,0,1,0,0,0),(56267,15670,530,1,1,0,1,9027.35,-5718.97,-1.27409,2.63792,300,0,0,120,0,0,0,0,0),(56268,15670,530,1,1,0,1,8919.32,-5726.39,-2.83307,3.97002,300,0,0,120,0,0,0,0,0),(56269,15670,530,1,1,0,1,8912.87,-5709.37,-3.89072,6.2187,300,0,0,120,0,0,0,0,0),(56270,15670,530,1,1,0,1,8987.07,-5681.84,-10.8168,4.36345,300,0,0,120,0,0,0,0,0),(56271,15670,530,1,1,0,1,9006.38,-5708.53,-1.52409,1.02236,300,0,0,120,0,0,0,0,0),(56272,15670,530,1,1,0,1,8905.28,-5692.64,-7.20028,2.56497,300,0,0,120,0,0,0,0,0),(56273,15670,530,1,1,0,1,8926.04,-5746.88,-1,4.39054,300,5,0,120,0,1,0,0,0),(56274,15670,530,1,1,0,1,8916.84,-5775.12,-1.45697,4.20892,300,5,0,120,0,1,0,0,0),(56275,15670,530,1,1,0,1,8923.67,-5714.96,-3.58096,5.46989,300,5,0,120,0,1,0,0,0),(56276,15670,530,1,1,0,1,8938.48,-5714.02,-2.28599,1.52441,300,5,0,120,0,1,0,0,0),(56277,15670,530,1,1,0,1,8946.56,-5747.36,0.6731,5.95428,300,5,0,120,0,1,0,0,0),(56278,15670,530,1,1,0,1,8978.26,-5758.94,0.54432,5.66512,300,5,0,120,0,1,0,0,0),(56279,15670,530,1,1,0,1,8991.63,-5740.4,0.91932,5.20923,300,5,0,120,0,1,0,0,0),(56280,15670,530,1,1,0,1,8968.15,-5734.8,0.66932,4.36306,300,5,0,120,0,1,0,0,0),(56282,15670,530,1,1,0,1,9008.63,-5740.87,0.82108,3.28411,300,5,0,120,0,1,0,0,0),(56283,15670,530,1,1,0,1,9015.86,-5740.82,0.77489,1.1879,300,5,0,120,0,1,0,0,0),(56284,15670,530,1,1,0,1,9052.3,-5746.94,-1.40402,1.73986,300,5,0,120,0,1,0,0,0),(56285,15670,530,1,1,0,1,9029.85,-5749.27,0.30628,4.30862,300,5,0,120,0,1,0,0,0),(56286,15670,530,1,1,0,1,9043.06,-5796.18,0.95617,4.50158,300,5,0,120,0,1,0,0,0),(56287,15670,530,1,1,0,1,9015.12,-5716.61,-0.774088,0.449084,300,5,0,120,0,1,0,0,0),(56288,15670,530,1,1,0,1,8958.38,-5663.26,-18.8801,4.76225,300,5,0,120,0,1,0,0,0),(56289,15670,530,1,1,0,1,9045.74,-5710.33,-4.51326,0.650731,300,5,0,120,0,1,0,0,0),(56290,15670,530,1,1,0,1,9059.68,-5783.23,-0.970239,5.1983,300,5,0,120,0,1,0,0,0),(56291,15670,530,1,1,0,1,9055.88,-5797.65,-0.345239,6.26659,300,5,0,120,0,1,0,0,0),(56292,15670,530,1,1,0,1,9026.51,-5824.23,0.90724,1.45588,300,5,0,120,0,1,0,0,0),(56293,15670,530,1,1,0,1,8997.04,-5657.22,-24.1604,4.08726,300,5,0,120,0,1,0,0,0),(56294,15670,530,1,1,0,1,9073.46,-5775.03,-2.44705,3.09512,300,5,0,120,0,1,0,0,0),(56295,15670,530,1,1,0,1,9071.21,-5805.22,-1.38466,3.15966,300,5,0,120,0,1,0,0,0),(56296,15670,530,1,1,0,1,9079.33,-5796.29,-1.69705,3.53783,300,5,0,120,0,1,0,0,0),(56297,15670,530,1,1,0,1,9097.29,-5747.89,-4.80094,3.48219,300,5,0,120,0,1,0,0,0),(56298,15670,530,1,1,0,1,9025.47,-5848.16,0.79553,1.42613,300,5,0,120,0,1,0,0,0),(56299,15670,530,1,1,0,1,9114.64,-5749.33,-5.42265,5.17429,300,5,0,120,0,1,0,0,0),(56300,15670,530,1,1,0,1,9047.31,-5873.71,0.83095,4.98147,300,5,0,120,0,1,0,0,0),(56301,15670,530,1,1,0,1,9027.65,-5870.85,0.56994,1.9384,300,5,0,120,0,1,0,0,0),(56302,15670,530,1,1,0,1,9059.57,-5861.08,-3.77318,4.99688,300,5,0,120,0,1,0,0,0),(56303,15670,530,1,1,0,1,9134.57,-5786.57,-0.857025,1.69418,300,5,0,120,0,1,0,0,0),(56304,15670,530,1,1,0,1,9092.28,-5850.04,0.5657,2.63997,300,5,0,120,0,1,0,0,0),(56305,15670,530,1,1,0,1,9090.01,-5880.84,0.9069,3.74592,300,5,0,120,0,1,0,0,0),(56306,15670,530,1,1,0,1,9095.4,-5882.23,0.99584,3.43277,300,5,0,120,0,1,0,0,0),(56307,15670,530,1,1,0,1,9172.35,-5788.84,-1.68867,3.96927,300,5,0,120,0,1,0,0,0),(56308,15670,530,1,1,0,1,9150.4,-5785.03,-1.37184,0.794117,300,5,0,120,0,1,0,0,0),(56309,15670,530,1,1,0,1,9183.74,-5855.76,0.86931,1.59032,300,5,0,120,0,1,0,0,0),(56310,15670,530,1,1,0,1,9154.68,-5806.94,0.39732,2.52195,300,5,0,120,0,1,0,0,0),(56311,15670,530,1,1,0,1,9222.75,-5831.14,-1.77156,5.07741,300,5,0,120,0,1,0,0,0),(15291,2229,0,1,1,3685,1,-40.6782,-956.998,56.2796,2.05949,300,0,0,713,0,0,0,0,0),(278,709,0,1,1,655,1,-12222.6,-786.589,15.2063,3.82823,1800,5,0,1823,0,1,0,0,0),(68540,22991,530,1,1,0,0,-3835.3,3344.77,338.155,-0.767945,180,0,0,4120,0,0,0,0,0),(56316,17731,546,3,1,0,0,269.126,-177.911,29.4993,3.85132,7200,0,0,16574,0,0,0,0,0),(15290,2429,0,1,1,3674,1,-19.4786,-977.401,55.9044,2.07694,300,0,0,1003,0,0,0,0,0),(15289,2395,0,1,1,3650,1,-23.8614,-960.033,55.3987,5.65594,300,0,0,1163,0,2,0,0,0),(135407,16173,532,1,1,1954,0,-10882.4,-1999.13,49.5575,5.63741,604800,8,0,14198,0,1,0,0,0),(56328,17731,546,3,1,0,0,276.543,-191.253,28.6538,3.58743,7200,0,0,16574,0,0,0,0,0),(3646,5958,1,1,1,12849,1,1474.97,-4223.14,59.0771,2.96706,300,0,0,2218,0,0,0,0,0),(3616,5883,1,1,1,4522,1,1472.48,-4224.6,43.0424,2.05949,300,0,0,2769,0,0,0,0,0),(3615,5994,1,1,1,4690,1,1461.02,-4181.68,61.4171,2.82743,300,0,0,4120,0,0,0,0,0),(56334,15882,530,1,1,0,0,8687.08,-6351.65,56.0065,5.30292,300,0,0,4120,0,0,0,0,0),(56335,15882,530,1,1,0,0,8662.34,-6326.68,56.0194,2.53936,300,0,0,4120,0,0,0,0,0),(56336,15883,530,1,1,0,0,8663.13,-6319.44,56.0366,3.12379,300,0,0,4120,0,0,0,0,0),(3571,7567,1,1,1,6303,0,1527.53,-4154.75,40.6335,3.23332,120,0,1,42,0,2,0,0,0),(56338,15920,530,1,1,0,0,9123.11,-5959.77,32.6951,0.383692,300,0,0,247,0,0,0,0,0),(56339,15921,530,1,1,0,0,8854.16,-6278.03,7.87398,1.98968,300,0,0,222,0,0,0,0,0),(56340,15924,530,1,1,0,1,9186.27,-7827.28,98.2947,2.54818,300,0,0,120,0,0,0,0,0),(207616,34949,530,1,1,0,0,-1738.01,5147.58,-37.1216,4.04916,120,0,0,1,0,0,0,0,0),(47650,8902,230,1,1,8799,1,545.488,-162.486,-35.4606,5.86431,7200,0,0,1834,1864,0,0,0,0),(56349,15938,530,1,1,0,1,9368.59,-6961.58,17.6417,3.38594,300,0,0,230,537,0,0,0,0),(56350,15938,530,1,1,0,1,9370.34,-6972.87,18.571,3.40339,300,0,0,230,537,0,0,0,0),(56351,15938,530,1,1,0,1,9367.09,-6970.17,18.321,3.35103,300,0,0,230,537,0,0,0,0),(56352,15938,530,1,1,0,1,9366.47,-6963.99,17.6555,3.54302,300,0,0,230,537,0,0,0,0),(56353,15938,530,1,1,0,1,9365.43,-6966.8,17.8589,3.28122,300,0,0,230,537,0,0,0,0),(56354,15938,530,1,1,0,1,9371.2,-6959.4,17.8917,3.15905,300,0,0,230,537,0,0,0,0),(56355,15938,530,1,1,0,1,8672.19,-6776.32,93.5634,2.93215,300,0,0,230,537,0,0,0,0),(56356,15938,530,1,1,0,1,8671.98,-6780.06,93.8134,2.75762,300,0,0,230,537,0,0,0,0),(56357,15938,530,1,1,0,1,8671.75,-6772.27,93.4384,3.4383,300,0,0,230,537,0,0,0,0),(56358,15938,530,1,1,0,1,8671.61,-6768.23,93.4384,3.19395,300,0,0,230,537,0,0,0,0),(56359,15938,530,1,1,0,1,8681.41,-6801.34,94.528,2.78184,300,0,0,230,537,0,0,0,0),(56360,15938,530,1,1,0,1,8683.48,-6807.89,95.528,2.79253,300,0,0,230,537,0,0,0,0),(56361,15938,530,1,1,0,1,8859.93,-6276.41,7.37629,1.95477,300,0,0,230,537,0,0,0,0),(56362,15938,530,1,1,0,1,8843.42,-6271.9,7.87629,1.67552,300,0,0,230,537,0,0,0,0),(56363,15938,530,1,1,0,1,8842.62,-6275.16,8.25129,1.8675,300,0,0,230,537,0,0,0,0),(56364,15938,530,1,1,0,1,8859.4,-6272.27,7.00129,2.32129,300,0,0,230,537,0,0,0,0),(56365,15938,530,1,1,0,1,8849.42,-6269.06,7.00129,2.02458,300,0,0,230,537,0,0,0,0),(56366,15938,530,1,1,0,1,8855.46,-6269.57,6.75129,2.14675,300,0,0,230,537,0,0,0,0),(56367,15939,530,1,1,0,1,8716.27,-6622.22,80.7642,4.85202,300,0,0,774,2175,0,0,0,0),(56368,15940,530,1,1,0,1,9224.67,-6866.23,11.2325,0.982794,300,0,0,774,2175,2,0,0,0),(56369,15941,530,1,1,0,0,9188.76,-6712.91,25.997,3.87463,300,0,0,150,319,0,0,0,0),(56370,15942,530,1,1,0,1,8684.63,-6798.71,94.0984,2.35619,300,0,0,316,326,0,0,0,0),(56371,15945,530,1,1,0,0,9037.79,-6697.62,12.6447,2.16421,300,0,0,150,319,0,0,0,0),(56372,15946,530,1,1,0,1,9279.7,-6735.83,27.4135,2.25148,300,0,0,774,2175,0,0,0,0),(56373,15949,530,1,1,0,1,9804.5,-6704.95,2.69485,3.29867,300,0,0,115,126,0,0,0,0),(56374,15950,530,1,1,0,1,9164.12,-5818.85,0.39732,0.254135,300,0,0,115,126,0,0,0,0),(56375,15950,530,1,1,0,1,9094.27,-5850.71,0.5657,1.78379,300,0,0,115,126,0,0,0,0),(56376,15950,530,1,1,0,1,9109.91,-5795.53,0.55217,0.309862,300,0,0,115,126,0,0,0,0),(56377,15950,530,1,1,0,1,9119.86,-5817.09,0.50049,1.62994,300,0,0,115,126,0,0,0,0),(56378,15950,530,1,1,0,1,9069.26,-5839.14,-2.6843,1.42565,300,0,0,115,126,0,0,0,0),(56379,15950,530,1,1,0,1,9031.16,-5874.61,0.56994,3.40914,300,0,0,115,126,0,0,0,0),(56380,15950,530,1,1,0,1,9045.09,-5806.63,1.04117,4.81799,300,0,0,115,126,0,0,0,0),(56381,15950,530,1,1,0,1,9013.99,-5789.25,3.64681,2.90301,300,0,0,115,126,0,0,0,0),(56382,15950,530,1,1,0,1,9001.71,-5757.33,0.55628,5.50483,300,0,0,115,126,0,0,0,0),(56383,15950,530,1,1,0,1,9025.4,-5739.7,0.55628,0.006849,300,0,0,115,126,0,0,0,0),(56384,15950,530,1,1,0,1,8934.1,-5753.42,0.0481,3.02362,300,0,0,115,126,0,0,0,0),(56385,15950,530,1,1,0,1,8985.05,-5733.11,1.21521,0.417878,300,0,0,115,126,0,0,0,0),(56386,15950,530,1,1,0,1,9018.16,-5713.58,-1.14909,1.82053,300,0,0,115,126,0,0,0,0),(56387,15950,530,1,1,0,1,8937.01,-5755.03,0.4231,0.644543,300,5,0,115,126,1,0,0,0),(56388,15950,530,1,1,0,1,8981.33,-5734.77,0.29432,5.29099,300,5,0,115,126,1,0,0,0),(56389,15950,530,1,1,0,1,9021.62,-5740.87,0.93128,3.31029,300,5,0,115,126,1,0,0,0),(56390,15950,530,1,1,0,1,9005.18,-5818.43,0.85852,1.21086,300,5,0,115,126,1,0,0,0),(56391,15950,530,1,1,0,1,9040.09,-5770.79,0.47742,5.24159,300,5,0,115,126,1,0,0,0),(56392,15950,530,1,1,0,1,9044.78,-5804.85,1.16617,0.213718,300,5,0,115,126,1,0,0,0),(56393,15950,530,1,1,0,1,9094.03,-5817.63,0.84399,1.88405,300,5,0,115,126,1,0,0,0),(56394,15950,530,1,1,0,1,9035.35,-5873.69,0.83095,3.64754,300,5,0,115,126,1,0,0,0),(56395,15950,530,1,1,0,1,9124.19,-5819.88,0.7847,5.23892,300,5,0,115,126,1,0,0,0),(56396,15950,530,1,1,0,1,9092.26,-5857.76,0.4407,3.4893,300,5,0,115,126,1,0,0,0),(56397,15950,530,1,1,0,1,9163.21,-5819.95,0.52232,6.19798,300,5,0,115,126,1,0,0,0),(56398,15951,530,1,1,0,1,9024.56,-7452.57,103.359,5.14872,300,0,0,322,856,0,0,0,0),(56403,15965,530,1,1,0,1,9312.95,-7881.23,159.206,4.24162,300,5,0,178,382,1,0,0,0),(56404,15965,530,1,1,0,1,9333.18,-7885.8,142.246,5.65996,300,5,0,178,382,1,0,0,0),(56405,15965,530,1,1,0,1,9343.02,-7891.35,148.228,0.844481,300,5,0,178,382,1,0,0,0),(56406,15965,530,1,1,0,1,9297.52,-7921.97,176.762,5.5676,300,0,0,178,382,0,0,0,0),(56407,15966,530,1,1,0,0,9317.49,-7868.12,159.206,2.33946,300,5,0,166,178,1,0,0,0),(56408,15966,530,1,1,0,0,9329.17,-7861.92,159.206,4.18239,300,5,0,166,178,1,0,0,0),(56409,15966,530,1,1,0,0,9345.83,-7837.5,62.3838,1.33407,300,5,0,166,178,1,0,0,0),(56410,15966,530,1,1,0,0,9349.89,-7822.45,136.569,1.78035,300,5,0,166,178,1,0,0,0),(56411,15966,530,1,1,0,0,9416.77,-7839.91,45.8224,0.230532,300,5,0,166,178,1,0,0,0),(56412,15966,530,1,1,0,0,9408.42,-7774.49,62.2007,2.00556,300,5,0,166,178,1,0,0,0),(56413,15966,530,1,1,0,0,9441.35,-7858.44,33.0312,3.23509,300,5,0,166,178,1,0,0,0),(56414,15966,530,1,1,0,0,9480.15,-7785.7,45.7136,5.18375,300,5,0,166,178,1,0,0,0),(56415,15966,530,1,1,0,0,9471.31,-7846.7,22.0407,2.29603,300,5,0,166,178,1,0,0,0),(56416,15966,530,1,1,0,0,9494.03,-7889.02,15.932,1.12355,300,5,0,166,178,1,0,0,0),(56417,15966,530,1,1,0,0,9547.09,-7874.77,15.2383,0.976156,300,5,0,166,178,1,0,0,0),(56418,15966,530,1,1,0,0,9559.97,-7851.81,18.701,2.40457,300,5,0,166,178,1,0,0,0),(56419,15966,530,1,1,0,0,9536.54,-7812.48,32.5578,3.57819,300,5,0,166,178,1,0,0,0),(56420,15966,530,1,1,0,0,9454.04,-7942.86,11.0795,2.8708,300,5,0,166,178,1,0,0,0),(56421,15966,530,1,1,0,0,9552.32,-7926.95,8.50875,4.1586,300,0,0,166,178,0,0,0,0),(56422,15966,530,1,1,0,0,9560.79,-7884.86,13.9455,4.23055,300,5,0,166,178,1,0,0,0),(56423,15966,530,1,1,0,0,9578.01,-7881.94,11.9481,4.87782,300,5,0,166,178,1,0,0,0),(56424,15966,530,1,1,0,0,9468.36,-7920.47,15.0881,1.58098,300,5,0,166,178,1,0,0,0),(56425,15966,530,1,1,0,0,9577.35,-7845.12,17.5466,2.05368,300,5,0,166,178,1,0,0,0),(56426,15966,530,1,1,0,0,9587.25,-7816.53,27.6161,1.61936,300,5,0,166,178,1,0,0,0),(56427,15966,530,1,1,0,0,9448.09,-7955.61,8.3504,4.26301,300,5,0,166,178,1,0,0,0),(56428,15966,530,1,1,0,0,9398.72,-7939.26,10.1441,0.094258,300,5,0,166,178,1,0,0,0),(56429,15966,530,1,1,0,0,9355.8,-7918.29,14.9772,2.34215,300,5,0,166,178,1,0,0,0),(56430,15966,530,1,1,0,0,9388.43,-7923.97,11.8263,5.55535,300,5,0,166,178,1,0,0,0),(56431,15966,530,1,1,0,0,9385,-7889.33,17.564,5.46634,300,5,0,166,178,1,0,0,0),(56432,15967,530,1,1,0,0,9266.1,-7847.47,74.9413,3.56448,300,0,0,166,178,0,0,0,0),(56433,15967,530,1,1,0,0,9332.83,-7837.41,63.8626,0.007812,300,5,0,166,178,1,0,0,0),(56434,15967,530,1,1,0,0,9309.99,-7881.6,159.206,3.37281,300,5,0,166,178,1,0,0,0),(56435,15967,530,1,1,0,0,9321.98,-7875.84,142.245,1.64537,300,5,0,166,178,1,0,0,0),(56436,15967,530,1,1,0,0,9337.4,-7868.27,142.246,2.42889,300,5,0,166,178,1,0,0,0),(56437,15967,530,1,1,0,0,9329.31,-7834.99,136.569,3.03406,300,5,0,166,178,1,0,0,0),(56438,15967,530,1,1,0,0,9377.63,-7844.6,53.6287,4.62427,300,5,0,166,178,1,0,0,0),(56439,15967,530,1,1,0,0,9351.82,-7881.88,142.246,5.21459,300,5,0,166,178,1,0,0,0),(56440,15967,530,1,1,0,0,9344.25,-7861.55,159.206,0.127613,300,5,0,166,178,1,0,0,0),(56441,15967,530,1,1,0,0,9389.17,-7799.69,58.5235,1.8044,300,5,0,166,178,1,0,0,0),(56442,15967,530,1,1,0,0,9451.24,-7784.8,49.6348,1.09588,300,5,0,166,178,1,0,0,0),(56443,15967,530,1,1,0,0,9406.02,-7887.66,18.4817,3.14971,300,5,0,166,178,1,0,0,0),(56444,15967,530,1,1,0,0,9453.35,-7880.87,23.1308,1.54102,300,5,0,166,178,1,0,0,0),(56445,15967,530,1,1,0,0,9518.01,-7817.9,34.1007,2.78225,300,5,0,166,178,1,0,0,0),(56446,15967,530,1,1,0,0,9489.8,-7805.53,38.4669,1.98813,300,5,0,166,178,1,0,0,0),(56447,15967,530,1,1,0,0,9453.11,-7908.09,16.3259,1.44752,300,5,0,166,178,1,0,0,0),(56448,15967,530,1,1,0,0,9525.78,-7895.16,14.5776,3.12186,300,5,0,166,178,1,0,0,0),(56449,15967,530,1,1,0,0,9537.1,-7858.65,15.9609,0.116815,300,5,0,166,178,1,0,0,0),(56450,15967,530,1,1,0,0,9513.86,-7943.28,9.3318,0.990108,300,5,0,166,178,1,0,0,0),(56451,15967,530,1,1,0,0,9485.86,-7954.1,8.86102,5.43416,300,5,0,166,178,1,0,0,0),(56452,15967,530,1,1,0,0,9585.94,-7911.06,5.86156,0.033138,300,5,0,166,178,1,0,0,0),(56453,15967,530,1,1,0,0,9613.01,-7882.61,6.32785,1.76219,300,5,0,166,178,1,0,0,0),(56454,15967,530,1,1,0,0,9607.48,-7849.75,12.0199,5.69952,300,5,0,166,178,1,0,0,0),(56455,15967,530,1,1,0,0,9344.41,-7897.29,142.246,0.913734,300,5,0,166,178,1,0,0,0),(56456,15968,530,1,1,0,1,9121.22,-6171.12,35.5665,4.99164,300,0,0,120,0,0,0,0,0),(56457,15968,530,1,1,0,1,9005.09,-6194.03,23.3583,6.23082,300,0,0,120,0,0,0,0,0),(56458,15968,530,1,1,0,1,9045.06,-6164.24,30.2885,4.67748,300,0,0,120,0,0,0,0,0),(56459,15968,530,1,1,0,1,9089.52,-6126.73,35.8958,4.53786,300,0,0,120,0,0,0,0,0),(56460,15968,530,1,1,0,1,9039.11,-6298.55,22.6258,0.680678,300,0,0,120,0,0,0,0,0),(56461,15969,530,1,1,0,1,9500.11,-7871.48,16.2059,1.98968,300,0,0,234,0,0,0,0,0),(56462,15970,530,1,1,0,1,9251.98,-7230.74,16.4737,6.07375,300,0,0,774,2175,0,0,0,0),(56463,15971,530,1,1,0,0,9256.97,-7230.54,16.4837,3.36848,300,0,0,150,319,0,0,0,0),(56464,15971,530,1,1,0,0,9258,-7228.54,16.4844,2.1293,300,0,0,150,319,0,0,0,0),(56465,15971,530,1,1,0,0,9254.13,-7235.83,16.4832,2.9147,300,0,0,150,319,0,0,0,0),(56466,15971,530,1,1,0,0,9255.61,-7232.89,16.4824,3.08923,300,0,0,150,319,0,0,0,0),(56467,15971,530,1,1,0,0,9252.07,-7238.42,16.4831,2.40855,300,0,0,150,319,0,0,0,0),(56548,15991,530,1,1,0,0,-3016.63,3963.4,3.18861,0.575959,300,0,0,9156,0,0,0,0,0),(56551,17826,546,3,1,0,1,288.582,-121.831,29.7033,3.94975,43200,0,0,53224,55800,2,0,0,0),(3560,7562,1,1,1,2957,0,1527.53,-4154.75,40.6335,3.12222,120,0,1,42,0,2,0,0,0),(3285,9690,0,1,1,9371,0,-7811.14,-2920.99,132.634,5.54995,500,10,0,2980,0,1,0,0,0),(26141,4798,48,1,1,2014,0,-608.954,185.118,-53.7561,2.82743,86400,2,0,1494,544,1,0,0,0),(26140,4798,48,1,1,2014,0,-618.36,187.783,-53.2986,6.03884,86400,2,0,1494,544,1,0,0,0),(26138,4807,48,1,1,4762,1,-614.558,248.205,-50.1774,3.50811,86400,1,0,2529,0,1,0,0,0),(26137,4798,48,1,1,2014,0,-597.49,243.5,-50.8316,3.94444,86400,1,0,1494,544,1,0,0,0),(26120,4805,48,1,1,4982,1,-306.948,343.98,-53.4562,5.23599,86400,1,0,1494,1088,1,0,0,0),(26119,4805,48,1,1,4982,1,-301.391,328.967,-53.245,0.296706,86400,2,0,1494,1088,1,0,0,0),(26117,4805,48,1,1,4982,1,-342.579,353.981,-53.9403,3.45575,86400,2,0,1494,1088,1,0,0,0),(26116,4807,48,1,1,4762,1,-327.164,342.266,-53.798,0.820305,86400,1,0,2529,0,1,0,0,0),(26114,4807,48,1,1,4762,1,-345.512,299.173,-69.9888,4.59022,86400,3,0,2529,0,1,0,0,0),(26113,4805,48,1,1,4982,1,-413.19,322.003,-68.2355,4.72522,86400,5,0,1494,1088,1,0,0,0),(26111,4822,48,1,1,1001,0,-357.921,284.178,-76.6433,0.628319,86400,5,0,1686,0,1,0,0,0),(26110,4805,48,1,1,4982,1,-412.253,314.845,-68.2253,6.17846,86400,5,0,1494,1088,1,0,0,0),(26028,4822,48,1,1,1001,0,-401.973,274.306,-71.1146,4.11898,86400,5,0,1686,0,1,0,0,0),(26051,4807,48,1,1,4762,1,-436.678,289.788,-66.2031,1.97222,86400,5,0,2529,0,1,0,0,0),(3284,7047,0,1,1,397,0,-7581.64,-2639.73,135.813,1.08968,500,10,0,2384,1864,1,0,0,0),(30118,6233,90,1,1,6978,0,-517.389,262.573,-207.823,5.55015,86400,2,0,3412,0,1,0,0,0),(30117,6233,90,1,1,6978,0,-538.958,299.669,-213.308,4.88692,86400,3,0,3412,0,1,0,0,0),(26014,4807,48,1,1,4762,1,-516.048,223.751,-62.8056,0.593412,86400,5,0,2529,0,1,0,0,0),(26015,4822,48,1,1,1001,0,-502.018,257.282,-64.833,2.93215,86400,5,0,1686,0,1,0,0,0),(26013,4822,48,1,1,1001,0,-511.647,242.16,-63.9222,2.82743,86400,5,0,1686,0,1,0,0,0),(3477,7565,1,1,1,1206,0,1527.53,-4154.75,40.6335,3.12881,120,0,1,42,0,2,0,0,0),(3283,9691,0,1,1,8970,0,-7673.33,-2928.12,132.117,5.42386,500,10,0,3082,0,1,0,0,0),(3282,7047,0,1,1,397,0,-7782.45,-2957.47,131.602,3.36769,500,10,0,2384,1864,1,0,0,0),(3281,7047,0,1,1,397,0,-7653.28,-2752.51,131.266,5.71453,500,10,0,2384,1864,1,0,0,0),(3280,7047,0,1,1,397,0,-7627.55,-2812.74,133.833,3.65616,500,10,0,2384,1864,1,0,0,0),(3279,7028,0,1,1,6048,1,-7603.22,-763.992,190.921,4.36332,500,0,0,2550,5206,0,0,0,0),(56698,16144,530,1,1,0,0,8626.61,-6366.06,55.4326,5.91667,300,0,0,377,408,0,0,0,0),(26010,4807,48,1,1,4762,1,-508.143,167.619,-72.6948,2.30383,86400,5,0,2529,0,1,0,0,0),(26011,4807,48,1,1,4762,1,-495.374,213.27,-59.6439,1.27409,86400,5,0,2529,0,1,0,0,0),(26006,4822,48,1,1,1001,0,-376.973,251.511,-68.8261,3.28122,86400,5,0,1686,0,1,0,0,0),(26005,4824,48,1,1,1244,0,-469.985,201.098,-53.1577,2.04204,86400,2,0,1686,0,1,0,0,0),(25904,4824,48,1,1,1244,0,-445.497,237.761,-53.6908,5.21853,86400,2,0,1686,0,1,0,0,0),(25737,4807,48,1,1,4762,1,-486.54,152.893,-71.281,6.14356,86400,5,0,2529,0,1,0,0,0),(56725,16147,530,1,1,0,0,8624.73,-6367.11,55.4327,6.05629,300,0,0,176,0,0,0,0,0),(135406,16173,532,1,1,1954,0,-10894.9,-2005.82,49.5575,1.16937,604800,8,0,14198,0,1,0,0,0),(25736,4805,48,1,1,4982,1,-374.643,237.531,-67.0627,1.95477,86400,5,0,1494,1088,1,0,0,0),(25733,4824,48,1,1,1244,0,-444.589,188.267,-53.0321,1.69297,86400,2,0,1686,0,1,0,0,0),(25734,4824,48,1,1,1244,0,-416.546,233.597,-53.7553,2.04204,86400,2,0,1686,0,1,0,0,0),(25067,4824,48,1,1,1244,0,-414.245,204.658,-53.3232,0.261799,86400,2,0,1686,0,1,0,0,0),(16295,3875,33,1,1,3229,1,-256.982,2249.59,100.976,1.50098,86400,0,0,1251,0,0,0,0,0),(56753,16160,530,1,1,0,0,8657.6,-6366.7,53.5858,0.139626,300,0,0,322,856,0,0,0,0),(56754,16161,530,1,1,0,1,8661.36,-6367,53.6323,3.07178,300,0,0,299,790,0,0,0,0),(56755,16162,530,1,1,0,1,8790.93,-6195.75,7.70431,1.41483,300,5,0,115,126,1,0,0,0),(56756,16162,530,1,1,0,1,8772.45,-6181.39,7.45171,6.18032,300,5,0,115,126,1,0,0,0),(56757,16162,530,1,1,0,1,8818.35,-6193.96,6.95155,1.43117,300,0,0,115,126,0,0,0,0),(56758,16162,530,1,1,0,1,8795.21,-6134.73,4.81151,0.919557,300,5,0,115,126,1,0,0,0),(56759,16162,530,1,1,0,1,8768.84,-6145.84,4.99472,1.22598,300,5,0,115,126,1,0,0,0),(56760,16162,530,1,1,0,1,8769.32,-6118.63,20.0321,3.90548,300,5,0,115,126,1,0,0,0),(56761,16162,530,1,1,0,1,8737.49,-6118.92,20.0686,1.51165,300,5,0,115,126,1,0,0,0),(56762,16162,530,1,1,0,1,8709.5,-6127.77,15.1403,5.25771,300,5,0,115,126,1,0,0,0),(56763,16162,530,1,1,0,1,8757.77,-6110.07,73.0156,3.9914,300,5,0,115,126,1,0,0,0),(56764,16162,530,1,1,0,1,8786.89,-6062.57,4.7184,5.76099,300,5,0,115,126,1,0,0,0),(56765,16162,530,1,1,0,1,8762.82,-6083.95,20.0108,4.65071,300,5,0,115,126,1,0,0,0),(56766,16162,530,1,1,0,1,8755.79,-6070.63,35.4684,0.234286,300,5,0,115,126,1,0,0,0),(56767,16162,530,1,1,0,1,8774.84,-6099.74,48.8475,2.30703,300,5,0,115,126,1,0,0,0),(56768,16162,530,1,1,0,1,8752.08,-6022.92,6.33767,5.36391,300,5,0,115,126,1,0,0,0),(56769,16162,530,1,1,0,1,8719.15,-6041.94,9.5426,0.531801,300,5,0,115,126,1,0,0,0),(56770,16162,530,1,1,0,1,8761.28,-6045.26,4.74465,1.59326,300,5,0,115,126,1,0,0,0),(56771,16162,530,1,1,0,1,8768.51,-5973.04,5.33289,3.21696,300,5,0,115,126,1,0,0,0),(56772,16162,530,1,1,0,1,8743.23,-5990.1,7.73117,2.04334,300,5,0,115,126,1,0,0,0),(56773,16162,530,1,1,0,1,8760.99,-5918.11,7.8946,0.041928,300,5,0,115,126,1,0,0,0),(56774,16162,530,1,1,0,1,8792.25,-6100.99,49.1897,4.21466,300,5,0,115,126,1,0,0,0),(16294,3877,33,1,1,3226,1,-241.655,2256.07,100.977,6.0912,86400,3,0,1563,0,1,0,0,0),(16293,3877,33,1,1,3226,1,-221.775,2252.1,102.841,4.2237,86400,2,0,1563,0,1,0,0,0),(16292,3875,33,1,1,3229,1,-262.139,2296.84,75.4708,2.87979,86400,0,0,1251,0,0,0,0,0),(16291,3875,33,1,1,3230,1,-230.603,2284.89,75.0827,1.44862,86400,0,0,1251,0,0,0,0,0),(16290,3875,33,1,1,3230,1,-254.424,2283.28,75.0826,4.2586,86400,0,0,1251,0,0,0,0,0),(16289,3857,33,1,1,202,0,-245.364,2280.52,75.0826,0.139626,86400,5,0,1347,0,1,0,0,0),(16288,3857,33,1,1,202,0,-226.455,2278.76,74.9993,4.36755,86400,2,0,1347,0,2,0,0,0),(16286,3875,33,1,1,3230,1,-229.406,2272.55,75.0827,0.977384,86400,0,0,1251,0,0,0,0,0),(16285,3857,33,1,1,202,0,-251.413,2294.92,75.0826,1.88496,86400,2,0,1347,0,1,0,0,0),(16284,3857,33,1,1,202,0,-235.827,2276.78,75.0827,3.45575,86400,5,0,1347,0,1,0,0,0),(16283,3875,33,1,1,3229,1,-239.912,2289.25,75.0827,0.715585,86400,0,0,1251,0,0,0,0,0),(16282,3875,33,1,1,3230,1,-261.486,2287.64,75.0826,5.3058,86400,0,0,1251,0,0,0,0,0),(135405,16173,532,1,1,1954,0,-10922.5,-2012.35,49.5575,1.16937,604800,8,0,14198,0,1,0,0,0),(135404,16173,532,1,1,1954,0,-10924,-2037.51,49.5575,2.74017,604800,8,0,14198,0,1,0,0,0),(135403,16173,532,1,1,1954,0,-10941.1,-2035.7,49.5575,3.68265,604800,8,0,14198,0,1,0,0,0),(135402,16171,532,1,1,16050,0,-10993.3,-2011.66,46.0203,4.35758,604800,0,0,35187,0,0,0,0,0),(135401,16171,532,1,1,16050,0,-10986.6,-1942.11,46.7716,5.59471,604800,0,0,35187,0,0,0,0,0),(135400,16171,532,1,1,16050,0,-10981.6,-1937.74,46.5865,5.58505,604800,0,0,35187,0,0,0,0,0),(135399,16171,532,1,1,16050,0,-10960.5,-1970.18,46.0339,5.96449,604800,0,0,35187,0,0,0,0,0),(135398,16171,532,1,1,16050,0,-10964.8,-1973.85,45.9307,5.32345,604800,0,0,35187,0,0,0,0,0),(135397,16171,532,1,1,16050,0,-11012.2,-1991.97,49.8538,2.15512,604800,0,0,35187,0,0,0,0,0),(135396,16171,532,1,1,16050,0,-11024.4,-1970.27,48.5279,4.59422,604800,0,0,35187,0,0,0,0,0),(135395,16171,532,1,1,16050,0,-11020.8,-1967.61,48.5279,4.78999,604800,0,0,35187,0,0,0,0,0),(135394,16171,532,1,1,16050,0,-11030,-1992.86,48.5279,3.18336,604800,0,0,35187,0,0,0,0,0),(135393,16171,532,1,1,16050,0,-11045.1,-2005.39,49.8933,5.20883,604800,0,0,35187,0,0,0,0,0),(135392,16170,532,1,1,16051,0,-10977.3,-1937.69,46.1455,6.13386,604800,0,0,14671,0,0,0,0,0),(135391,16170,532,1,1,16051,0,-10982.5,-1941.77,46.1177,6.04119,604800,0,0,14671,0,0,0,0,0),(135390,16170,532,1,1,16051,0,-10961,-1977.08,46.1327,5.17311,604800,0,0,14671,0,0,0,0,0),(135389,16170,532,1,1,16051,0,-10965.8,-1968.36,45.8687,6.10089,604800,0,0,14671,0,0,0,0,0),(135388,16170,532,1,1,16051,0,-11015.7,-1993.86,48.9893,5.91822,604800,0,0,14671,0,0,0,0,0),(135387,16170,532,1,1,16051,0,-11009.1,-1988.14,48.5279,0.976611,604800,0,0,14671,0,0,0,0,0),(135386,16170,532,1,1,16051,0,-11020.3,-1970.29,48.5279,1.23049,604800,0,0,14671,0,0,0,0,0),(135385,16170,532,1,1,16051,0,-11025.7,-1973.24,48.5279,1.64263,604800,0,0,14671,0,0,0,0,0),(135384,16426,532,1,1,16453,0,-11104,-1889.98,74.3916,2.70168,604800,0,0,4890,0,0,0,0,0),(135383,16170,532,1,1,16051,0,-10991.3,-2012.65,46.03,1.36,604800,0,0,14671,0,0,0,0,0),(135382,16170,532,1,1,16051,0,-11048,-2006.67,49.8868,1.85279,604800,0,0,14671,0,0,0,0,0),(135381,16425,532,1,1,16454,1,-10888.8,-1983.98,92.2563,6.03884,604800,0,0,30160,0,0,0,0,0),(135380,16425,532,1,1,16455,1,-10889.7,-1988.7,92.2569,6.21337,604800,0,0,30160,0,0,0,0,0),(135379,16425,532,1,1,16455,1,-10880.6,-2022.46,92.18,2.6,604800,0,0,30160,0,0,0,0,0),(135378,16425,532,1,1,16456,1,-10878,-2014.22,92.18,2.99,604800,0,0,30160,0,0,0,0,0),(135377,16425,532,1,1,16455,1,-11096.2,-1910.6,74.5005,2.86234,604800,0,0,30160,0,0,0,0,0),(135376,16425,532,1,1,16455,1,-11109.3,-1890.32,74.4884,2.82743,604800,0,0,30160,0,0,0,0,0),(135375,16425,532,1,1,16455,1,-10919.8,-2067.72,92.2621,0.925025,604800,0,0,30160,0,0,0,0,0),(135374,16425,532,1,1,16456,1,-10915.2,-2071.24,92.2597,1.01229,604800,0,0,30160,0,0,0,0,0),(135373,16425,532,1,1,16454,1,-11104.5,-1893.58,74.4882,2.30383,604800,0,0,30160,0,0,0,0,0),(135372,16425,532,1,1,16456,1,-11138.4,-1947.18,74.4901,2.19912,604800,0,0,30160,0,0,0,0,0),(135371,16425,532,1,1,16457,1,-11137.4,-1945.6,74.4871,3.24631,604800,0,0,30160,0,0,0,0,0),(135370,16425,532,1,1,16456,1,-11109.1,-1906.57,74.4892,1.81514,604800,0,0,30160,0,0,0,0,0),(135901,16181,532,1,1,0,0,-10896,-2084.92,49.4749,1.63669,604800,7,0,159348,0,1,0,0,0),(135368,16425,532,1,1,16455,1,-11113,-1902.53,74.4902,3.10669,604800,0,0,30160,0,0,0,0,0),(56862,17827,546,3,1,0,0,284.842,-119.486,29.7667,4.56551,7200,0,0,53226,0,0,0,0,0),(56863,16185,530,1,1,0,1,9487.6,-6830.59,16.7051,0.767945,300,0,0,178,382,0,0,0,0),(56864,16186,530,1,1,0,0,9473.87,-6845.84,28.4612,3.21141,300,0,0,160,350,0,0,0,0),(56865,16191,530,1,1,0,0,9580.71,-7054.05,18.7269,4.69494,300,0,0,1003,0,0,0,0,0),(56866,16192,530,1,1,0,1,9376.4,-7164.92,9.0194,3.1765,300,0,0,10572,0,0,0,0,0),(56868,17723,546,3,1,0,0,176.932,-130.388,27.2638,2.12999,7200,0,0,36478,0,2,0,0,0),(56869,16210,530,1,1,0,0,8718.34,-6655.9,72.8381,5.65487,300,0,0,247,0,0,0,0,0),(56870,16221,530,1,1,0,0,9326.29,-7286.83,11.316,5.25683,300,0,0,1124,0,0,0,0,0),(56871,16221,530,1,1,0,0,9313.12,-7261.06,13.1937,4.66828,300,0,0,1124,0,0,0,0,0),(56872,16221,530,1,1,0,0,9487.82,-6836.69,17.3389,0.698132,300,0,0,1124,0,0,0,0,0),(56873,16221,530,1,1,0,0,9491.68,-6840.8,17.364,0.767945,300,0,0,1124,0,0,0,0,0),(56874,16221,530,1,1,0,0,9509.01,-6840.63,16.6175,1.0821,300,0,0,1124,0,0,0,0,0),(56875,16221,530,1,1,0,0,9513.57,-6842.83,16.6175,1.16937,300,0,0,1124,0,0,0,0,0),(56876,16221,530,1,1,0,0,9713.32,-6647.2,6.5236,0.551163,300,0,0,1124,0,2,0,0,0),(56877,16221,530,1,1,0,0,9073.77,-7454.55,83.0705,5.81029,300,0,0,1124,0,0,0,0,0),(56878,16221,530,1,1,0,0,9102.46,-7482.04,78.3552,5.81037,300,0,0,1124,0,2,0,0,0),(56879,16221,530,1,1,0,0,9007.96,-7439.17,87.0584,1.5708,300,0,0,1124,0,0,0,0,0),(56880,16221,530,1,1,0,0,9027.52,-7454.77,86.7733,6.21337,300,0,0,1124,0,0,0,0,0),(56881,16221,530,1,1,0,0,9027.74,-7461.45,86.7734,0.174533,300,0,0,1124,0,0,0,0,0),(56882,16221,530,1,1,0,0,9003.05,-7484.42,87.2055,4.55531,300,0,0,1124,0,0,0,0,0),(56883,16221,530,1,1,0,0,8971.43,-7486.72,87.1193,4.93928,300,0,0,1124,0,0,0,0,0),(56884,16221,530,1,1,0,0,8943.84,-7468.98,86.6906,2.98451,300,0,0,1124,0,0,0,0,0),(56885,16221,530,1,1,0,0,8959.52,-7444.48,87.1626,1.5708,300,0,0,1124,0,0,0,0,0),(56886,16221,530,1,1,0,0,8943.24,-7461.8,86.6906,3.19395,300,0,0,1124,0,0,0,0,0),(56887,16221,530,1,1,0,0,8729.28,-6678.12,69.9277,2.89892,300,0,0,1124,0,0,0,0,0),(56888,16221,530,1,1,0,0,8729.76,-6676.18,69.9305,2.89898,300,0,0,1124,0,0,0,0,0),(56889,16221,530,1,1,0,0,8716.68,-6642.51,72.7422,5.48033,300,0,0,1124,0,0,0,0,0),(56890,16221,530,1,1,0,0,8704.85,-6652.93,72.8334,5.68977,300,0,0,1124,0,0,0,0,0),(56891,16222,530,1,1,0,0,9617.15,-7372.34,14.9528,5.87726,300,0,0,6978,0,2,0,0,0),(56892,16222,530,1,1,0,0,9797.03,-7418.94,14.026,3.06461,300,0,0,6978,0,2,0,0,0),(56893,16222,530,1,1,0,0,9687.07,-7239.11,14.5624,4.55531,300,0,0,6978,0,0,0,0,0),(56894,16222,530,1,1,0,0,9667.46,-7238.75,14.5916,4.76475,300,0,0,6978,0,0,0,0,0),(56895,16222,530,1,1,0,0,9797.96,-7271.35,26.463,0.610865,300,0,0,6978,0,0,0,0,0),(56896,16222,530,1,1,0,0,9808.85,-7287.31,26.4707,0.663225,300,0,0,6978,0,0,0,0,0),(56897,16222,530,1,1,0,0,9582.39,-7423.01,13.5905,6.12611,300,0,0,6978,0,0,0,0,0),(56898,16222,530,1,1,0,0,9697.57,-7493.35,15.8963,1.71042,300,0,0,6978,0,0,0,0,0),(56899,16222,530,1,1,0,0,9669.24,-7493.15,15.8959,1.58825,300,0,0,6978,0,0,0,0,0),(56900,16222,530,1,1,0,0,9582.14,-7476.4,13.5866,0.017453,300,0,0,6978,0,0,0,0,0),(56901,16222,530,1,1,0,0,9581.91,-7449.88,13.5866,6.16101,300,0,0,6978,0,0,0,0,0),(56902,16222,530,1,1,0,0,9595.75,-7366.75,13.5013,6.22457,300,0,0,6978,0,2,0,0,0),(56903,16222,530,1,1,0,0,9465.92,-7271.86,14.2312,6.19592,300,0,0,6978,0,0,0,0,0),(56904,16222,530,1,1,0,0,9465.75,-7284.91,14.2885,0.017453,300,0,0,6978,0,0,0,0,0),(56905,16222,530,1,1,0,0,9473.46,-7268.09,14.3136,1.81514,300,0,0,6978,0,0,0,0,0),(56906,16222,530,1,1,0,0,9475.94,-7266.25,14.3209,2.6529,300,0,0,6978,0,0,0,0,0),(56907,16222,530,1,1,0,0,9411.22,-7270.27,14.2659,3.19395,300,0,0,6978,0,0,0,0,0),(56908,16222,530,1,1,0,0,9411.07,-7285.72,14.3041,3.07178,300,0,0,6978,0,0,0,0,0),(56909,16222,530,1,1,0,0,9515,-7190.12,16.1918,1.44862,300,0,0,6978,0,0,0,0,0),(56910,16222,530,1,1,0,0,9764.68,-7487.69,13.6072,3.01942,300,0,0,6978,0,0,0,0,0),(56911,16222,530,1,1,0,0,9764.81,-7475.14,13.6419,3.12414,300,0,0,6978,0,0,0,0,0),(56912,16222,530,1,1,0,0,9764.93,-7500.07,13.6402,2.96706,300,0,0,6978,0,0,0,0,0),(56913,16222,530,1,1,0,0,9847.56,-7475.26,15.0341,1.51844,300,0,0,6978,0,0,0,0,0),(56914,16222,530,1,1,0,0,9854.24,-7475.04,15.0317,1.62316,300,0,0,6978,0,0,0,0,0),(56915,16222,530,1,1,0,0,9859.82,-7298.64,26.3121,1.79769,300,0,0,6978,0,0,0,0,0),(56916,16222,530,1,1,0,0,9841.5,-7298.06,26.4707,1.50098,300,0,0,6978,0,0,0,0,0),(56917,16222,530,1,1,0,0,9938.32,-7127.48,47.7922,2.49582,300,0,0,6978,0,0,0,0,0),(56918,16222,530,1,1,0,0,9944.94,-7119.78,47.7922,2.44346,300,0,0,6978,0,0,0,0,0),(56919,16222,530,1,1,0,0,9941.58,-7123.61,47.7922,2.44346,300,0,0,6978,0,0,0,0,0),(56920,16222,530,1,1,0,0,9935.37,-7131.14,47.7922,2.42601,300,0,0,6978,0,0,0,0,0),(56921,16222,530,1,1,0,0,9925.44,-7122.84,47.7922,5.61996,300,0,0,6978,0,0,0,0,0),(56922,16222,530,1,1,0,0,9928.54,-7119.3,47.7922,5.60251,300,0,0,6978,0,0,0,0,0),(56923,16222,530,1,1,0,0,9951.49,-7112,47.7922,2.40855,300,0,0,6978,0,0,0,0,0),(56924,16222,530,1,1,0,0,9931.75,-7115.46,47.7922,5.63741,300,0,0,6978,0,0,0,0,0),(56925,16222,530,1,1,0,0,9948.28,-7115.82,47.7922,2.40855,300,0,0,6978,0,0,0,0,0),(56926,16222,530,1,1,0,0,9938.62,-7107.83,47.7922,5.60251,300,0,0,6978,0,0,0,0,0),(56927,16222,530,1,1,0,0,9941.92,-7103.99,47.7922,5.58505,300,0,0,6978,0,0,0,0,0),(56928,16222,530,1,1,0,0,9935.22,-7111.65,47.7922,5.60251,300,0,0,6978,0,0,0,0,0),(56929,16222,530,1,1,0,0,9689.49,-7056.73,14.4741,4.74729,300,0,0,6978,0,0,0,0,0),(56930,16222,530,1,1,0,0,9707.21,-7056.95,14.5206,4.57276,300,0,0,6978,0,0,0,0,0),(56931,16222,530,1,1,0,0,9535.62,-7190.27,16.1909,1.6057,300,0,0,6978,0,0,0,0,0),(56932,16225,530,1,1,0,0,-4696.18,-12382.8,11.9448,1.76278,300,0,0,42,0,0,0,0,0),(16281,3875,33,1,1,3229,1,-179.083,2236.49,76.3246,0.541052,86400,0,0,1251,0,0,0,0,0),(16280,3875,33,1,1,3229,1,-193.134,2257.3,76.2846,4.95674,86400,0,0,1251,0,0,0,0,0),(16279,3875,33,1,1,3230,1,-182.096,2231.79,76.3246,1.71042,86400,0,0,1251,0,0,0,0,0),(16278,3875,33,1,1,3229,1,-192.787,2249.88,76.2846,3.19395,86400,0,0,1251,0,0,0,0,0),(16277,3875,33,1,1,3230,1,-162.57,2222.21,82.0461,4.21227,86400,0,0,1251,0,2,0,0,0),(16276,3875,33,1,1,3229,1,-205.234,2208.91,79.7644,1.31889,86400,0,0,1251,0,2,0,0,0),(16275,3875,33,1,1,3229,1,-222.213,2159.76,79.8473,0.890118,86400,0,0,1251,0,2,0,0,0),(16274,3875,33,1,1,3229,1,-157.688,2228.26,82.8521,1.32299,86400,0,0,1251,0,2,0,0,0),(16273,3875,33,1,1,3230,1,-203.744,2214.27,79.7623,5.98658,86400,0,0,1251,0,2,0,0,0),(16272,3853,33,1,1,729,0,-199.144,2220.97,79.8411,6.26573,86400,0,0,1212,912,0,0,0,0),(16271,3853,33,1,1,729,0,-223.387,2202.71,79.8452,1.46608,86400,0,0,1212,912,0,0,0,0),(16270,3853,33,1,1,729,0,-177.16,2212.52,80.0965,1.50098,86400,0,0,1212,912,0,0,0,0),(16269,3853,33,1,1,729,0,-230.152,2158.71,81.2356,0.191986,86400,0,0,1212,912,0,0,0,0),(16268,3862,33,1,1,11421,0,-214.404,2146.14,80.9466,2.11928,86400,0,0,1251,0,2,0,0,0),(16267,3862,33,1,1,11421,0,-220.82,2153.53,81.2106,4.72984,86400,0,0,1251,0,0,0,0,0),(16266,3853,33,1,1,729,0,-209.369,2242.35,79.8495,5.86431,86400,0,0,1212,912,0,0,0,0),(16265,3862,33,1,1,11421,0,-205.823,2213.78,79.7605,4.8275,86400,5,0,1251,0,2,0,0,0),(56968,16257,530,1,1,0,1,9534.38,-6875.67,18.8333,2.80998,300,0,0,253,264,0,0,0,0),(56969,16258,530,1,1,0,1,9527.11,-6882.95,18.8333,1.6057,300,0,0,208,205,0,0,0,0),(56970,16259,530,1,1,0,0,9491.64,-6856.79,17.5121,3.97935,300,0,0,186,191,0,0,0,0),(56971,16260,530,1,1,0,1,8980.71,-7411.2,89.4855,4.81711,300,0,0,178,382,0,0,0,0),(56972,16261,530,1,1,0,0,8682.65,-6694.99,73.2215,0.226893,300,0,0,178,382,0,0,0,0),(56973,16262,530,1,1,0,1,9498.86,-6901.32,28.4306,2.18166,300,0,0,199,459,0,0,0,0),(56974,16263,530,1,1,0,1,8983.74,-7443.48,87.1626,4.83456,300,0,0,176,0,0,0,0,0),(56975,16264,530,1,1,0,1,9243.97,-7496.22,37.1339,1.62316,300,0,0,301,326,0,0,0,0),(56976,16266,530,1,1,0,1,9467.63,-6862.82,28.4144,5.23599,300,0,0,219,537,0,0,0,0),(56977,16267,530,1,1,0,1,9467.32,-6868.37,28.4038,0.994838,300,0,0,219,537,0,0,0,0),(56978,16269,530,1,1,0,1,9462.24,-6853.45,28.4612,6.23082,300,0,0,219,537,0,0,0,0),(56979,16270,530,1,1,0,1,9529.21,-6864.58,18.8327,3.85718,300,0,0,230,249,0,0,0,0),(56980,16271,530,1,1,0,0,9534.17,-6851.21,16.5768,2.68781,300,0,0,230,249,0,0,0,0),(56981,16272,530,1,1,0,1,9479.53,-6880.07,28.4266,1.36136,300,0,0,148,165,0,0,0,0),(56982,16273,530,1,1,0,1,9362.89,-7134.58,8.66731,1.46608,300,0,0,222,0,0,0,0,0),(56983,16275,530,1,1,0,1,9516.05,-6870.96,18.8333,6.14356,300,0,0,230,249,0,0,0,0),(56984,16276,530,1,1,0,1,9466.62,-6844.23,28.4612,4.64258,300,0,0,219,537,0,0,0,0),(56985,16277,530,1,1,0,0,9494.86,-6879.45,28.4306,4.55531,300,0,0,276,295,0,0,0,0),(56986,16278,530,1,1,0,1,9363.75,-7130.75,8.68478,4.39823,300,0,0,222,0,0,0,0,0),(56987,16279,530,1,1,0,1,9534.15,-6876,26.2321,3.82227,300,0,0,247,0,0,0,0,0),(56988,16280,530,1,1,0,0,9269.23,-7510.49,37.9325,1.91986,300,0,0,301,326,0,0,0,0),(16264,3853,33,1,1,729,0,-200.86,2191.01,79.8479,3.28122,86400,0,0,1212,912,0,0,0,0),(56994,16294,530,1,1,0,1,8763.01,-6103.01,73.159,2.14675,300,0,0,148,825,0,0,0,0),(16263,3853,33,1,1,729,0,-195.475,2203.13,79.8469,4.43314,86400,0,0,1212,912,0,0,0,0),(16262,3850,33,1,1,2005,0,-240.904,2122.55,81.2629,2.47837,86400,0,0,1062,2040,0,0,0,0),(16261,3849,33,1,1,2006,1,-243.712,2113.72,81.2629,2.86234,86400,0,0,1131,408,0,0,0,0),(16260,4444,33,1,1,2689,0,-217.991,2150.77,81.1327,2.79253,86400,0,0,531,0,0,0,0,0),(16259,3866,33,1,1,8808,0,-243.174,2126.93,100.112,6.07375,86400,0,0,1452,0,0,0,0,0),(16258,3868,33,1,1,1955,0,-248.788,2122.86,100.112,1.58825,86400,0,0,1452,0,0,0,0,0),(16257,4279,33,1,1,522,0,-236.708,2146.08,100.112,4.46804,86400,0,0,2605,0,0,0,0,0),(16256,4278,33,1,1,3223,1,-222.592,2259.44,102.839,3.47321,86400,0,0,2165,980,0,0,0,0),(57012,17882,546,3,1,0,0,150.509,14.0001,26.8266,0.0298287,43200,0,0,75696,27900,0,0,0,0),(57013,17871,546,3,1,0,0,-56.5687,-281.541,-4.53601,0.85292,7200,0,0,12395,5136,0,0,0,0),(95028,17527,530,1,1,0,0,-2093.75,-11067,59.7863,2.10769,300,5,0,356,0,1,0,0,0),(57015,17871,546,3,1,0,0,-58.6292,-248.558,-4.53601,0.321467,7200,0,0,12395,5136,0,0,0,0),(57016,16353,530,1,1,0,0,9062.25,-7433.34,84.1491,0.446182,300,5,0,176,0,1,0,0,0),(79411,17962,547,3,1,0,1,-292.963,-382.576,30.4961,6.27707,86400,0,0,15489,0,2,0,0,0),(79428,17962,547,3,1,0,1,128.635,-467.288,3.0339,1.63872,86400,5,0,15489,0,1,0,0,0),(6759,721,0,1,1,328,0,-9625.32,-2916.41,52.3696,0.668232,300,5,0,1,0,1,0,0,0),(57020,16362,530,1,1,0,1,8235.5,-6664.06,84.5585,4.43314,300,0,0,774,2175,0,0,0,0),(16255,4275,33,1,1,2353,1,-76.7541,2152.41,155.792,2.49582,86400,0,0,4640,2040,0,0,0,0),(57022,16366,530,1,1,0,0,8680.36,-6327.51,56.0313,3.9619,300,0,0,299,790,0,0,0,0),(57023,16367,530,1,1,0,1,8678.92,-6329.09,56.0269,0.837758,300,0,0,299,790,0,0,0,0),(3278,7028,0,1,1,6048,1,-7620.51,-768.226,190.877,5.5676,500,0,0,2550,5206,0,0,0,0),(135367,16425,532,1,1,16457,1,-11101.7,-1914.14,74.4909,0.069813,604800,0,0,30160,0,0,0,0,0),(57027,16397,530,1,1,0,0,8703.9,-6633.56,72.8276,5.18363,300,0,0,230,537,0,0,0,0),(135366,16425,532,1,1,16457,1,-11115.4,-1944.76,74.4815,6.10865,604800,0,0,30160,0,0,0,0,0),(135365,16425,532,1,1,16454,1,-11113.8,-1943.01,74.4811,4.60767,604800,0,0,30160,0,0,0,0,0),(135364,16425,532,1,1,16457,1,-11163.1,-1941.51,74.4837,4.5204,604800,0,0,30160,0,0,0,0,0),(135363,16169,532,1,1,16166,1,-11076.2,-2011.3,49.9707,1.5708,604800,0,0,4890,0,0,0,0,0),(135362,16424,532,1,1,16458,1,-11098.3,-1909.38,74.4992,0.034907,604800,0,0,30160,0,0,0,0,0),(57037,16442,530,1,1,0,1,9681.59,-7363.88,12.0154,0.069813,300,0,0,1003,0,0,0,0,0),(57038,16443,530,1,1,0,1,8990.88,-7462.58,86.7742,0.750492,300,0,0,185,0,0,0,0,0),(57039,16444,530,1,1,0,0,8731.69,-6656.5,70.6696,5.60251,300,0,0,344,0,0,0,0,0),(135361,16424,532,1,1,16461,1,-11163.7,-1919.94,74.4993,1.27409,604800,0,0,30160,0,0,0,0,0),(3476,8404,1,1,1,7631,1,1527.53,-4154.75,40.6335,0.069843,300,0,1,1003,0,2,0,0,0),(135360,16424,532,1,1,16461,1,-11153.9,-1921.49,74.5096,1.58825,604800,0,0,30160,0,0,0,0,0),(135359,16424,532,1,1,16459,1,-11110.8,-1890.15,74.4901,6.21337,604800,0,0,30160,0,0,0,0,0),(135358,16424,532,1,1,0,1,-10877,-1972.51,92.1719,4.6125,604800,0,0,30160,0,0,0,0,0),(135357,16424,532,1,1,0,1,-10878.2,-1964.8,92.1707,1.47146,604800,0,0,30160,0,2,0,0,0),(135356,16424,532,1,1,16458,1,-11105.6,-1892.33,74.4876,5.60251,604800,0,0,30160,0,0,0,0,0),(135355,16424,532,1,1,16461,1,-11139.9,-1944.54,74.488,5.28835,604800,0,0,30160,0,0,0,0,0),(135354,16424,532,1,1,16460,1,-11109.8,-1904.89,74.4905,5.14872,604800,0,0,30160,0,0,0,0,0),(135353,16424,532,1,1,16458,1,-11140.6,-1946.36,74.4178,0.191986,604800,0,0,30160,0,0,0,0,0),(135352,16424,532,1,1,16458,1,-11114.6,-1902.83,74.4883,0.383972,604800,0,0,30160,0,0,0,0,0),(135351,16424,532,1,1,16459,1,-11100.2,-1914.07,74.4925,3.01942,604800,0,0,30160,0,0,0,0,0),(135350,16424,532,1,1,16461,1,-11137.9,-1894.65,74.391,3.81298,604800,0,0,30160,0,0,0,0,0),(135349,16424,532,1,1,16460,1,-11141.5,-1897.53,74.4216,3.82578,604800,0,0,30160,0,2,0,0,0),(135348,16424,532,1,1,16458,1,-11114,-1945.94,74.4815,1.18682,604800,0,0,30160,0,0,0,0,0),(135347,16424,532,1,1,16461,1,-11112.3,-1945.32,74.4811,2.80998,604800,0,0,30160,0,0,0,0,0),(135346,16424,532,1,1,16461,1,-11162.9,-1944.72,74.4793,2.05949,604800,0,0,30160,0,0,0,0,0),(135345,16424,532,1,1,16458,1,-11164.6,-1943.54,74.4773,0.139626,604800,0,0,30160,0,0,0,0,0),(135344,14881,532,1,1,9829,0,-10939.7,-1982.73,49.4898,5.88924,604800,5,0,8,0,1,0,0,0),(135343,14881,532,1,1,14952,0,-10961.5,-1959.48,45.9367,0.581299,604800,5,0,8,0,1,0,0,0),(135342,14881,532,1,1,1160,0,-10935.6,-1819.07,121.705,0.546953,604800,5,0,8,0,1,0,0,0),(135341,14881,532,1,1,9829,0,-10948.3,-1850.57,96.5483,1.29764,604800,5,0,8,0,1,0,0,0),(135340,14881,532,1,1,1160,0,-10994,-2017.65,93.8246,1.38252,604800,5,0,8,0,1,0,0,0),(135339,14881,532,1,1,1160,0,-10898.9,-1993.73,49.4742,0.074805,604800,5,0,8,0,1,0,0,0),(135338,14881,532,1,1,9829,0,-10999.3,-1984.67,47.2114,1.9749,604800,5,0,8,0,1,0,0,0),(135337,14881,532,1,1,1160,0,-10969.9,-1889.05,78.8998,6.03488,604800,5,0,8,0,1,0,0,0),(135336,14881,532,1,1,1160,0,-10842.5,-1814.86,121.705,2.65246,604800,5,0,8,0,1,0,0,0),(135335,14881,532,1,1,1160,0,-11149.5,-1894.21,49.8903,3.29504,604800,5,0,8,0,1,0,0,0),(135334,14881,532,1,1,14952,0,-10987.2,-1959.58,79.974,3.53291,604800,5,0,8,0,1,0,0,0),(135333,14881,532,1,1,9829,0,-10937,-1943.64,49.4447,5.78433,604800,5,0,8,0,1,0,0,0),(135332,14881,532,1,1,1160,0,-10865.7,-1872.47,70.7718,1.8675,604800,0,0,8,0,0,0,0,0),(135331,14881,532,1,1,14952,0,-10920.1,-2024.01,49.4742,5.43348,604800,5,0,8,0,1,0,0,0),(135330,14881,532,1,1,1160,0,-10901.8,-2016.16,92.1749,5.80847,604800,5,0,8,0,1,0,0,0),(135329,14881,532,1,1,1160,0,-10984.4,-1957,79.9735,2.85534,604800,5,0,8,0,1,0,0,0),(135328,14881,532,1,1,9829,0,-11099.5,-1960.67,49.8903,0.046382,604800,5,0,8,0,1,0,0,0),(135327,14881,532,1,1,9829,0,-10951.1,-1864.67,124.558,2.22051,604800,5,0,8,0,1,0,0,0),(135326,14881,532,1,1,14952,0,-10993.2,-2003.01,79.9739,5.82125,604800,5,0,8,0,1,0,0,0),(135325,14881,532,1,1,1160,0,-10913.6,-2082.22,49.4742,1.45887,604800,5,0,8,0,1,0,0,0),(135324,14881,532,1,1,1160,0,-11055.5,-2028.62,49.8798,3.28005,604800,5,0,8,0,1,0,0,0),(135323,14881,532,1,1,1160,0,-10896.8,-2005.95,92.1749,6.1295,604800,5,0,8,0,1,0,0,0),(135322,14881,532,1,1,2536,0,-11056.6,-1991.79,49.909,6.05743,604800,5,0,8,0,1,0,0,0),(135321,14881,532,1,1,9829,0,-10954.3,-1852.31,123.303,1.24969,604800,5,0,8,0,1,0,0,0),(135320,14881,532,1,1,2536,0,-11013.7,-1972.78,48.5279,1.47648,604800,5,0,8,0,1,0,0,0),(135319,14881,532,1,1,9829,0,-11000.9,-1979.8,48.8205,3.26488,604800,5,0,8,0,1,0,0,0),(135318,14881,532,1,1,2536,0,-10946.5,-2030.37,49.5575,5.53269,604800,0,0,8,0,0,0,0,0),(135317,14881,532,1,1,2536,0,-10851,-1845.03,95.7725,4.33707,604800,5,0,8,0,1,0,0,0),(135316,14881,532,1,1,9829,0,-10963.6,-1984.83,46.0342,2.25554,604800,5,0,8,0,1,0,0,0),(135315,16415,532,1,1,7550,0,-11069.2,-2007.05,77.3515,4.7822,604800,0,0,30160,0,0,0,0,0),(135314,16415,532,1,1,7550,0,-11072.2,-2007.96,77.3515,0.034907,604800,0,0,30160,0,0,0,0,0),(135313,16415,532,1,1,7550,0,-11040.9,-1943.36,77.3515,4.39823,604800,0,0,30160,0,0,0,0,0),(135312,16415,532,1,1,7550,0,-11044.5,-1946.31,77.3515,1.44862,604800,0,0,30160,0,0,0,0,0),(135311,16415,532,1,1,0,0,-10958.1,-1911.15,78.8878,1.67135,604800,0,0,30160,0,2,0,0,0),(135310,16415,532,1,1,0,0,-10982.1,-1917.61,78.868,3.02809,604800,5,0,30160,0,2,0,0,0),(135309,16415,532,1,1,7550,0,-11050.7,-1949.32,77.2681,4.62807,604800,5,0,30160,0,1,0,0,0),(135308,16415,532,1,1,0,0,-10973.6,-1913.26,78.8654,3.00604,604800,0,0,30160,0,2,0,0,0),(135307,16159,532,1,1,16048,1,-11108.2,-1945.88,49.8824,3.76087,604800,0,0,4890,0,2,0,0,0),(135306,16414,532,1,1,16538,1,-11059.8,-1992.05,77.3515,5.60251,604800,0,0,40214,0,0,0,0,0),(135305,16414,532,1,1,16537,1,-11057.8,-1994.26,77.3515,1.93731,604800,0,0,40214,0,0,0,0,0),(135304,16414,532,1,1,16537,1,-11060.3,-1936.51,77.3515,5.41052,604800,0,0,40214,0,0,0,0,0),(135303,16414,532,1,1,16538,1,-11059.6,-1939.02,77.3515,1.5708,604800,0,0,40214,0,0,0,0,0),(135302,16414,532,1,1,16538,1,-10948.3,-1919.07,78.9514,2.94961,604800,0,0,40214,0,0,0,0,0),(135301,16414,532,1,1,16537,1,-10947.4,-1913.48,78.9514,3.08923,604800,0,0,40214,0,0,0,0,0),(135300,16414,532,1,1,16538,1,-11022.8,-1899.42,78.9514,6.17846,604800,0,0,40214,0,0,0,0,0),(135299,16414,532,1,1,16538,1,-11023.9,-1907.72,78.9514,6.17846,604800,0,0,40214,0,0,0,0,0),(135298,16412,532,1,1,16532,1,-11057.7,-1919.83,77.3515,4.01426,604800,0,0,30160,0,0,0,0,0),(135297,16412,532,1,1,16531,1,-11053.3,-1951.09,77.3515,3.54302,604800,0,0,30160,0,0,0,0,0),(135296,16412,532,1,1,16531,1,-11053.4,-1957.66,77.3515,1.72788,604800,0,0,30160,0,0,0,0,0),(135295,16412,532,1,1,16529,1,-11072.7,-1986.1,77.3515,1.79769,604800,0,0,30160,0,0,0,0,0),(135294,16411,532,1,1,16527,1,-11060.7,-1921.2,77.3515,1.41372,604800,0,0,30160,0,0,0,0,0),(135293,16411,532,1,1,16525,1,-11063.4,-1919.51,77.3515,0.855211,604800,0,0,30160,0,0,0,0,0),(135292,16411,532,1,1,16525,1,-11052.7,-1954.5,77.3515,2.68781,604800,0,0,30160,0,0,0,0,0),(135291,16411,532,1,1,16527,1,-11071.1,-1983.6,77.3515,2.61799,604800,0,0,30160,0,0,0,0,0),(135290,16411,532,1,1,16524,1,-11071.6,-1980.46,77.3515,3.31613,604800,0,0,30160,0,0,0,0,0),(135289,16410,532,1,1,16509,1,-10936,-1933.27,93.9036,3.03687,604800,0,0,41328,0,0,0,0,0),(135288,16410,532,1,1,16511,1,-10929.9,-1969.78,92.2645,3.68265,604800,0,0,41328,0,0,0,0,0),(135287,16410,532,1,1,16509,1,-10967.7,-1997.78,80.0562,3.97935,604800,0,0,41328,0,0,0,0,0),(135286,16410,532,1,1,16509,1,-10954.3,-1970.09,80.0568,3.45575,604800,0,0,41328,0,0,0,0,0),(135285,16409,532,1,5,16467,1,-10949.5,-2013.09,93.8216,3.09862,604800,0,0,7825,15775,0,0,0,0),(135284,16409,532,1,5,16464,1,-10950.8,-2022.06,93.8216,2.44932,604800,0,0,7825,15775,0,0,0,0),(57173,16475,530,1,1,0,1,-3961.7,-13926.9,100.972,4.53786,300,0,0,86,0,0,0,0,0),(57174,16476,530,1,1,0,0,-4083.05,-13757.8,74.8751,5.77704,300,0,0,71,0,0,0,0,0),(57175,16477,530,1,1,0,1,-4039.4,-13773.7,75.3083,5.18363,300,0,0,120,0,0,0,0,0),(135283,16409,532,1,5,16465,1,-10945.1,-1969.73,93.8216,2.13963,604800,0,0,7825,15775,0,0,0,0),(135282,16409,532,1,5,16467,1,-10992.3,-2005.77,93.8216,-0.292494,604800,0,0,7825,15775,0,0,0,0),(135281,16409,532,1,5,16464,1,-10947,-1989.35,93.8216,-1.50386,604800,0,0,7825,15775,0,0,0,0),(135280,16409,532,1,5,16464,1,-10947,-1992.18,93.8216,1.16737,604800,0,0,7825,15775,0,0,0,0),(135279,16409,532,1,5,16464,1,-10947,-2002.99,79.9729,-2.89151,604800,0,0,7825,15775,0,0,0,0),(135278,16409,532,1,3,16465,1,-10957.8,-1982.62,80.0568,5.11381,604800,0,0,7825,15775,0,0,0,0),(135277,16409,532,1,3,16466,1,-10959.7,-1987.43,80.0567,0.453786,604800,0,0,7825,15775,0,0,0,0),(135276,16409,532,1,3,16467,1,-10960.1,-1985.45,80.0566,6.17846,604800,0,0,7825,15775,0,0,0,0),(135275,16409,532,1,3,16465,1,-10953.8,-1987.85,80.0571,0.905114,604800,0,0,7825,15775,0,0,0,0),(57188,16483,530,1,1,0,0,-4395.52,-13349.5,50.3295,3.735,300,0,0,50,0,0,0,0,0),(57189,16483,530,1,1,0,0,-4500.6,-13520.9,60.8727,0.383972,300,0,0,50,0,0,0,0,0),(57190,16483,530,1,1,0,0,-4451.14,-13549.8,49.6751,4.92183,300,0,0,50,0,0,0,0,0),(57191,16483,530,1,1,0,0,-4440.35,-13605.4,46.1065,6.10865,300,0,0,50,0,0,0,0,0),(57192,16483,530,1,1,0,0,-4400.71,-13688.8,50.4839,1.0472,300,0,0,50,0,0,0,0,0),(57193,16483,530,1,1,0,0,-4149.65,-13885.1,78.8713,1.55334,300,0,0,50,0,0,0,0,0),(57194,16483,530,1,1,0,0,-4062.29,-13669.5,71.5797,6.24828,300,0,0,50,0,0,0,0,0),(57195,16483,530,1,1,0,0,-4290.41,-13703.7,56.7776,5.32325,300,0,0,50,0,0,0,0,0),(57196,16483,530,1,1,0,0,-4319.21,-13652.2,50.6171,1.98968,300,0,0,50,0,0,0,0,0),(57197,16483,530,1,1,0,0,-4284.38,-13489.6,47.8416,1.90241,300,0,0,50,0,0,0,0,0),(57198,16483,530,1,1,0,0,-4068.4,-13560.1,53.0503,1.8326,300,0,0,50,0,0,0,0,0),(57199,16483,530,1,1,0,0,-4119.94,-13413.6,53.8843,0.785398,300,0,0,50,0,0,0,0,0),(57200,16483,530,1,1,0,0,-3979.17,-13538.2,53.0914,5.49779,300,0,0,50,0,0,0,0,0),(57201,16483,530,1,1,0,0,-3915.55,-13720.7,64.4439,1.01229,300,0,0,50,0,0,0,0,0),(57202,16483,530,1,1,0,0,-3944.69,-13770.1,65.4194,2.58309,300,0,0,50,0,0,0,0,0),(57203,16483,530,1,1,0,0,-3884.84,-13844.6,89.2872,0.15708,300,0,0,50,0,0,0,0,0),(57204,16483,530,1,1,0,0,-4234.76,-13382.2,42.8695,3.52556,300,0,0,50,0,0,0,0,0),(57205,16483,530,1,1,0,0,-4317.74,-13417.1,43.9235,3.56047,300,0,0,50,0,0,0,0,0),(135274,16409,532,1,3,16465,1,-10955.7,-1988.82,80.057,1.8326,604800,0,0,7825,15775,0,0,0,0),(135273,16409,532,1,3,16467,1,-10959.3,-1983.77,80.0567,5.65487,604800,0,0,7825,15775,0,0,0,0),(135272,16409,532,1,3,16464,1,-10958.1,-1988.95,80.0568,1.09956,604800,0,0,7825,15775,0,0,0,0),(135271,16409,532,1,3,16466,1,-10955.7,-1982.6,80.0569,4.46804,604800,0,0,7825,15775,0,0,0,0),(135270,16409,532,1,3,16464,1,-10978.9,-2015.48,80.0564,3.05433,604800,0,0,7825,15775,0,0,0,0),(135269,16409,532,1,3,16467,1,-10986.9,-2015.3,80.0569,0.034907,604800,0,0,7825,15775,0,0,0,0),(57212,16501,530,1,1,0,1,-4103.19,-13744.2,74.621,3.75246,300,0,0,115,126,0,0,0,0),(57213,16502,530,1,1,0,1,-4120.99,-13762.1,73.588,0.511774,300,0,0,111,259,2,0,0,0),(16254,3887,33,1,1,3222,1,-275.342,2297.35,76.2365,5.89921,86400,0,0,2420,0,0,0,0,0),(16253,3886,33,1,1,524,0,-202.596,2257.96,76.2846,3.97935,86400,0,0,1936,0,0,0,0,0),(57220,16507,540,3,1,0,1,65.572,39.0145,-13.2211,4.76371,86400,0,0,19607,0,0,0,0,0),(57221,16507,540,3,1,0,1,74.3971,39.177,-13.2211,4.3341,86400,0,0,19607,0,0,0,0,0),(57222,16507,540,3,1,0,1,64.9133,95.2946,-13.2228,4.8577,86400,0,0,19607,0,0,0,0,0),(57223,16507,540,3,1,0,1,75.3152,95.737,-13.2228,4.45951,86400,0,0,19607,0,0,0,0,0),(57224,16514,530,1,1,0,1,-4057.03,-13721.6,72.9162,0.314159,300,0,0,86,0,0,0,0,0),(57225,16516,530,1,1,0,0,-4355.77,-13380.8,47.9666,4.72143,300,5,0,42,0,1,0,0,0),(57226,16516,530,1,1,0,0,-4370.09,-13373.7,50.9291,5.91838,300,5,0,42,0,1,0,0,0),(57227,16516,530,1,1,0,0,-4398.12,-13444.7,48.8726,5.03874,300,5,0,42,0,1,0,0,0),(57228,16516,530,1,1,0,0,-4385.96,-13450.8,47.6226,4.77257,300,5,0,42,0,1,0,0,0),(57229,16516,530,1,1,0,0,-4455.21,-13557.3,48.6,2.88072,300,0,0,42,0,0,0,0,0),(57230,16516,530,1,1,0,0,-4447.93,-13579.9,48.3041,2.75762,300,5,0,42,0,1,0,0,0),(57231,16516,530,1,1,0,0,-4339.07,-13713,56.3399,2.15302,300,5,0,42,0,1,0,0,0),(57232,16516,530,1,1,0,0,-4344.96,-13717,55.9607,1.01488,300,5,0,42,0,1,0,0,0),(57233,16516,530,1,1,0,0,-4328.63,-13697.9,55.8183,3.67916,300,5,0,42,0,1,0,0,0),(57234,16516,530,1,1,0,0,-4326.44,-13683.6,54.0683,0.799863,300,5,0,42,0,1,0,0,0),(57235,16516,530,1,1,0,0,-4221.31,-13908.9,86.8839,1.24039,300,5,0,42,0,1,0,0,0),(57236,16516,530,1,1,0,0,-4219.47,-13842.9,67.0078,5.36671,300,5,0,42,0,1,0,0,0),(57237,16516,530,1,1,0,0,-4207.4,-13861.9,65.9779,3.15458,300,5,0,42,0,1,0,0,0),(57238,16516,530,1,1,0,0,-4127.22,-13811.6,73.8173,0.234557,300,5,0,42,0,1,0,0,0),(57239,16516,530,1,1,0,0,-4102.82,-13807.7,73.4366,0.549117,300,5,0,42,0,1,0,0,0),(57240,16516,530,1,1,0,0,-3919.93,-13813.7,81.5631,0.66627,300,5,0,42,0,1,0,0,0),(57241,16516,530,1,1,0,0,-3910.15,-13809.1,81.7458,4.98471,300,5,0,42,0,1,0,0,0),(57242,16516,530,1,1,0,0,-3969.36,-13732,63.317,4.0316,300,5,0,42,0,1,0,0,0),(57243,16516,530,1,1,0,0,-3990.58,-13679.5,62.205,0.63374,300,5,0,42,0,1,0,0,0),(57244,16516,530,1,1,0,0,-3972.72,-13680.1,63.58,0.418142,300,5,0,42,0,1,0,0,0),(57245,16516,530,1,1,0,0,-4198.66,-13684.5,70.2773,3.09827,300,5,0,42,0,1,0,0,0),(57246,16516,530,1,1,0,0,-4181.45,-13678.7,71.4023,4.057,300,5,0,42,0,1,0,0,0),(57247,16516,530,1,1,0,0,-4248.33,-13647.2,54.3719,4.27358,300,5,0,42,0,1,0,0,0),(57248,16516,530,1,1,0,0,-4243.23,-13621.4,56,4.82731,300,5,0,42,0,1,0,0,0),(57249,16516,530,1,1,0,0,-4320.3,-13516.2,43.7465,4.78694,300,5,0,42,0,1,0,0,0),(57250,16516,530,1,1,0,0,-4244.82,-13551.1,50.2716,1.18903,300,5,0,42,0,1,0,0,0),(57251,16516,530,1,1,0,0,-4272.59,-13484.9,47.2743,0.980569,300,5,0,42,0,1,0,0,0),(57252,16516,530,1,1,0,0,-4146.08,-13506.7,49.9846,2.99782,300,5,0,42,0,1,0,0,0),(57253,16516,530,1,1,0,0,-4160.32,-13528.1,50.2346,0.670229,300,5,0,42,0,1,0,0,0),(57254,16516,530,1,1,0,0,-4155.83,-13557.4,50.7257,5.46058,300,5,0,42,0,1,0,0,0),(57255,16516,530,1,1,0,0,-4142.13,-13575.4,52.7587,2.38348,300,5,0,42,0,1,0,0,0),(57256,16516,530,1,1,0,0,-4188.27,-13487.5,44.801,5.18369,300,5,0,42,0,1,0,0,0),(57257,16516,530,1,1,0,0,-4121.81,-13488.3,48.6294,5.48971,300,5,0,42,0,1,0,0,0),(57258,16516,530,1,1,0,0,-4222.23,-13455.7,45.4254,2.84158,300,5,0,42,0,1,0,0,0),(57259,16516,530,1,1,0,0,-4076.92,-13549.8,54.6255,2.56321,300,5,0,42,0,1,0,0,0),(57260,16516,530,1,1,0,0,-4090,-13578,55.0273,3.89328,300,5,0,42,0,1,0,0,0),(57261,16516,530,1,1,0,0,-4115,-13425.3,52.0159,4.29158,300,5,0,42,0,1,0,0,0),(57262,16516,530,1,1,0,0,-4076.98,-13588.4,55.2629,1.21102,300,5,0,42,0,1,0,0,0),(57263,16516,530,1,1,0,0,-3964.47,-13510.1,57.222,2.6276,300,5,0,42,0,1,0,0,0),(57264,16516,530,1,1,0,0,-3968.75,-13527.1,57,2.88511,300,5,0,42,0,1,0,0,0),(57265,16516,530,1,1,0,0,-3919.58,-13541.7,56.8901,2.66732,300,5,0,42,0,1,0,0,0),(57266,16516,530,1,1,0,0,-3922.5,-13564.7,59.3901,3.86437,300,5,0,42,0,1,0,0,0),(57267,16516,530,1,1,0,0,-3912.72,-13590,59.9085,3.42664,300,5,0,42,0,1,0,0,0),(57268,16516,530,1,1,0,0,-3928.39,-13588.7,60.4499,2.54415,300,5,0,42,0,1,0,0,0),(57269,16516,530,1,1,0,0,-3955.95,-13669.7,57.6589,1.38723,300,5,0,42,0,1,0,0,0),(57270,16516,530,1,1,0,0,-3934.26,-13675,57.1589,0.999466,300,5,0,42,0,1,0,0,0),(57271,16516,530,1,1,0,0,-3919.93,-13648.7,60.2421,0.613633,300,5,0,42,0,1,0,0,0),(57272,16516,530,1,1,0,0,-3901.44,-13698.9,64.1719,2.46143,300,5,0,42,0,1,0,0,0),(57273,16516,530,1,1,0,0,-3955.28,-13699,57.9089,4.5275,300,5,0,42,0,1,0,0,0),(57274,16516,530,1,1,0,0,-3887.16,-13746.4,70.7919,4.68331,300,5,0,42,0,1,0,0,0),(57275,16516,530,1,1,0,0,-4026.61,-13707.7,71.6013,4.40152,300,5,0,42,0,1,0,0,0),(57276,16516,530,1,1,0,0,-4031.43,-13612.3,54.4635,6.23756,300,5,0,42,0,1,0,0,0),(57277,16516,530,1,1,0,0,-4056.13,-13610.4,52.1854,1.3449,300,5,0,42,0,1,0,0,0),(57278,16516,530,1,1,0,0,-4244.53,-13370.1,44.151,0.78312,300,5,0,42,0,1,0,0,0),(57279,16516,530,1,1,0,0,-4237.36,-13395.9,44.2447,5.50462,300,5,0,42,0,1,0,0,0),(57280,16517,530,1,1,0,0,-4260.52,-13531.3,49.5508,3.64245,300,5,0,71,0,1,0,0,0),(57281,16517,530,1,1,0,0,-4222.59,-13545.7,47.9533,2.07467,300,5,0,71,0,1,0,0,0),(57282,16517,530,1,1,0,0,-4254.98,-13489.7,47.5988,0.585146,300,5,0,71,0,1,0,0,0),(57283,16517,530,1,1,0,0,-4226.98,-13507.9,46.7997,2.34799,300,5,0,71,0,1,0,0,0),(57284,16517,530,1,1,0,0,-4196.08,-13512.4,48.63,2.41394,300,5,0,71,0,1,0,0,0),(57285,16517,530,1,1,0,0,-4186.08,-13548.6,49.9265,5.39944,300,5,0,71,0,1,0,0,0),(57286,16517,530,1,1,0,0,-4191.81,-13480.6,44.7757,1.53357,300,5,0,71,0,1,0,0,0),(57287,16517,530,1,1,0,0,-4153.9,-13479.9,45.7566,5.73308,300,5,0,71,0,1,0,0,0),(57288,16517,530,1,1,0,0,-4218.33,-13487,46.2243,1.59665,300,5,0,71,0,1,0,0,0),(57289,16517,530,1,1,0,0,-4180.32,-13473.7,43.8043,0.301073,300,5,0,71,0,1,0,0,0),(57290,16517,530,1,1,0,0,-4150.77,-13538.5,51.3969,0.275198,300,5,0,71,0,1,0,0,0),(57291,16517,530,1,1,0,0,-4150.69,-13459.7,46.794,5.12231,300,5,0,71,0,1,0,0,0),(57292,16517,530,1,1,0,0,-4210.1,-13450.1,44.9254,0.62123,300,5,0,71,0,1,0,0,0),(57293,16517,530,1,1,0,0,-4178.67,-13462,45.1068,4.77012,300,5,0,71,0,1,0,0,0),(57294,16517,530,1,1,0,0,-4097.85,-13485.3,48.9356,2.36972,300,5,0,71,0,1,0,0,0),(57295,16517,530,1,1,0,0,-4083.2,-13515,52.8934,2.27869,300,5,0,71,0,1,0,0,0),(57296,16517,530,1,1,0,0,-4083.47,-13503.1,52.0338,3.91042,300,5,0,71,0,1,0,0,0),(57297,16517,530,1,1,0,0,-4100.8,-13543.5,53.1511,5.15421,300,5,0,71,0,1,0,0,0),(57298,16517,530,1,1,0,0,-4190.53,-13419.2,45.2168,5.0648,300,5,0,71,0,1,0,0,0),(57299,16517,530,1,1,0,0,-4205.09,-13425.5,44.4254,0.26968,300,5,0,71,0,1,0,0,0),(57300,16517,530,1,1,0,0,-4159.2,-13421.9,49.3544,2.93447,300,5,0,71,0,1,0,0,0),(57301,16517,530,1,1,0,0,-4093.57,-13441.2,52.332,2.70677,300,5,0,71,0,1,0,0,0),(57302,16517,530,1,1,0,0,-4122.47,-13447.1,47.7064,4.14837,300,5,0,71,0,1,0,0,0),(57303,16517,530,1,1,0,0,-4046.68,-13478.8,53.5748,1.97394,300,5,0,71,0,1,0,0,0),(57304,16517,530,1,1,0,0,-4072.8,-13457.4,53.739,0.7673,300,5,0,71,0,1,0,0,0),(57305,16517,530,1,1,0,0,-4104.09,-13408.2,52.8844,0.074587,300,5,0,71,0,1,0,0,0),(57306,16517,530,1,1,0,0,-4113.85,-13546.8,52.5578,0.004461,300,5,0,71,0,1,0,0,0),(57307,16517,530,1,1,0,0,-4109.98,-13523.9,51.9585,0.681697,300,5,0,71,0,1,0,0,0),(57308,16517,530,1,1,0,0,-4256.15,-13460.1,45.3121,4.35878,300,5,0,71,0,1,0,0,0),(57472,16537,530,1,1,0,0,-4618.05,-13941.7,84.0538,4.26699,300,0,0,71,0,0,0,0,0),(57473,16537,530,1,1,0,0,-4650.98,-13956.6,85.9617,2.37365,300,0,0,71,0,0,0,0,0),(57471,16537,530,1,1,0,0,-4667.77,-14004.5,89.4598,0.523599,300,0,0,71,0,0,0,0,0),(57470,16537,530,1,1,0,0,-4618.65,-13987.1,83.2991,1.43117,300,0,0,71,0,0,0,0,0),(57469,16537,530,1,1,0,0,-4578.86,-13946.5,83.8755,0.939468,300,5,0,71,0,1,0,0,0),(57468,16537,530,1,1,0,0,-4559.14,-13963.2,86.5855,0.541052,300,0,0,71,0,0,0,0,0),(57466,16537,530,1,1,0,0,-4579.45,-14002.4,86.1748,2.94961,300,0,0,71,0,0,0,0,0),(57467,16537,530,1,1,0,0,-4547.3,-13956,86.4308,3.49066,300,0,0,71,0,0,0,0,0),(57465,16537,530,1,1,0,0,-4465.75,-14084.7,109.47,3.4383,300,0,0,71,0,0,0,0,0),(57322,16519,530,1,1,0,1,-2472.22,4856.3,42.532,3.81456,300,0,0,5527,0,0,0,0,0),(57324,16519,530,1,1,0,1,-2456.92,4890,33.7065,2.08318,300,0,0,5527,0,0,0,0,0),(57325,16519,530,1,1,0,1,-2507.23,4901.47,39.0388,5.30037,300,0,0,5527,0,0,0,0,0),(57326,16519,530,1,1,0,1,-2517.95,4930.26,41.2299,0.606185,300,0,0,5527,0,0,0,0,0),(57327,16519,530,1,1,0,1,-2565.11,4901.04,38.4706,5.87983,300,0,0,5527,0,0,0,0,0),(57328,16519,530,1,1,0,1,-2465.62,5009.82,28.1981,1.40003,300,0,0,5527,0,0,0,0,0),(57329,16519,530,1,1,0,1,-2473,4977,31.8176,5.24804,300,0,0,5527,0,0,0,0,0),(57330,16519,530,1,1,0,1,-2408.9,5017.77,30.2313,5.72558,300,0,0,5527,0,0,0,0,0),(57331,16519,530,1,1,0,1,-2492.6,5023.52,24.8203,2.04022,300,0,0,5527,0,0,0,0,0),(57332,16519,530,1,1,0,1,-2443.98,5016.61,27.6523,0.95679,300,0,0,5527,0,0,0,0,0),(57333,16519,530,1,1,0,1,-2482.16,5035.67,23.2625,3.7356,300,0,0,5527,0,0,0,0,0),(57334,16519,530,1,1,0,1,-2476.27,5080.76,13.8029,2.07186,300,0,0,5527,0,0,0,0,0),(57335,16520,530,1,1,0,0,-4289.7,-13295.4,48.262,2.29056,300,5,0,42,0,1,0,0,0),(57336,16520,530,1,1,0,0,-4318.07,-13349.1,47.098,1.34408,300,5,0,42,0,1,0,0,0),(57337,16520,530,1,1,0,0,-4237.35,-13345.7,43.8194,0.128493,300,5,0,42,0,1,0,0,0),(57338,16520,530,1,1,0,0,-4291.31,-13381.6,47.0983,5.13943,300,5,0,42,0,1,0,0,0),(57339,16520,530,1,1,0,0,-4366.26,-13342.8,49.9554,0.093841,300,5,0,42,0,1,0,0,0),(57340,16520,530,1,1,0,0,-4450.97,-13366.1,50.9163,3.99338,300,5,0,42,0,1,0,0,0),(57341,16520,530,1,1,0,0,-4407.35,-13374.3,49.9438,0.027244,300,5,0,42,0,1,0,0,0),(57342,16520,530,1,1,0,0,-4328.82,-13412.6,44.3863,5.67882,300,5,0,42,0,1,0,0,0),(57343,16520,530,1,1,0,0,-4413.25,-13414.2,48.6313,2.99395,300,5,0,42,0,1,0,0,0),(57344,16520,530,1,1,0,0,-4439.6,-13441.1,48.5525,0.42035,300,5,0,42,0,1,0,0,0),(57345,16520,530,1,1,0,0,-4474.65,-13422.1,51.0028,2.40646,300,5,0,42,0,1,0,0,0),(57346,16520,530,1,1,0,0,-4410.35,-13488.3,44.3246,5.99602,300,5,0,42,0,1,0,0,0),(57347,16520,530,1,1,0,0,-4455.86,-13479,50.5941,0.956774,300,5,0,42,0,1,0,0,0),(57348,16520,530,1,1,0,0,-4380.25,-13479.2,43.1146,3.44478,300,5,0,42,0,1,0,0,0),(57349,16520,530,1,1,0,0,-4438.23,-13537.2,48.9434,4.7714,300,5,0,42,0,1,0,0,0),(57350,16520,530,1,1,0,0,-4458.95,-13611.5,49.0865,1.72854,300,5,0,42,0,1,0,0,0),(57351,16520,530,1,1,0,0,-4479.94,-13588.8,52.8992,1.90739,300,5,0,42,0,1,0,0,0),(57352,16520,530,1,1,0,0,-4327.89,-13739.4,58.1275,0.201654,300,5,0,42,0,1,0,0,0),(57353,16520,530,1,1,0,0,-4256.6,-13843,67.9517,6.15398,300,5,0,42,0,1,0,0,0),(57354,16520,530,1,1,0,0,-4138.44,-13872.6,75.7742,4.93173,300,5,0,42,0,1,0,0,0),(57355,16520,530,1,1,0,0,-4110.74,-13923.8,87.6767,4.36987,300,5,0,42,0,1,0,0,0),(57356,16520,530,1,1,0,0,-4060.51,-13922.3,86.7205,4.16481,300,5,0,42,0,1,0,0,0),(57357,16520,530,1,1,0,0,-4084.13,-13934.2,86.5774,3.96443,300,5,0,42,0,1,0,0,0),(57358,16520,530,1,1,0,0,-3978.88,-13824.7,82.2668,1.64183,300,5,0,42,0,1,0,0,0),(57359,16520,530,1,1,0,0,-3962.55,-13844.5,84.7597,3.0961,300,5,0,42,0,1,0,0,0),(57360,16520,530,1,1,0,0,-3944.23,-13779.4,65.692,4.12231,300,5,0,42,0,1,0,0,0),(57361,16520,530,1,1,0,0,-3967.04,-13758,65.5806,5.97106,300,5,0,42,0,1,0,0,0),(57362,16520,530,1,1,0,0,-4009.25,-13751.6,69.9944,1.27151,300,5,0,42,0,1,0,0,0),(57363,16520,530,1,1,0,0,-3957.74,-13725.5,63.0968,3.87747,300,5,0,42,0,1,0,0,0),(57364,16520,530,1,1,0,0,-4002.97,-13721.7,66.998,5.46789,300,5,0,42,0,1,0,0,0),(75961,16537,530,1,1,0,0,-4594.7,-14003.5,86.0174,1.36692,300,0,0,71,0,2,0,0,0),(57366,16520,530,1,1,0,0,-4095.74,-13655.3,76.4186,4.84959,300,5,0,42,0,1,0,0,0),(75960,16537,530,1,1,0,0,-4589.24,-13965.9,82.7032,3.97444,300,0,0,71,0,2,0,0,0),(57368,16520,530,1,1,0,0,-3934.23,-13759.9,66.1094,5.03975,300,5,0,42,0,1,0,0,0),(57369,16520,530,1,1,0,0,-4236.17,-13680.5,56.0785,1.83756,300,5,0,42,0,1,0,0,0),(57370,16520,530,1,1,0,0,-4174.77,-13625,56.9268,5.30472,300,5,0,42,0,1,0,0,0),(57371,16520,530,1,1,0,0,-4243.74,-13584.9,51.7205,0.456033,300,5,0,42,0,1,0,0,0),(57372,16520,530,1,1,0,0,-4279.26,-13545,48.1582,0.27764,300,5,0,42,0,1,0,0,0),(57373,16520,530,1,1,0,0,-4128.29,-13593.1,55.3632,3.24128,300,5,0,42,0,1,0,0,0),(57374,16520,530,1,1,0,0,-4024.71,-13568.3,54.7915,3.46369,300,5,0,42,0,1,0,0,0),(57375,16520,530,1,1,0,0,-4059.08,-13585.3,51.4723,1.76814,300,5,0,42,0,1,0,0,0),(57376,16520,530,1,1,0,0,-4016.13,-13486.8,54.325,2.54227,300,5,0,42,0,1,0,0,0),(57377,16520,530,1,1,0,0,-3996.3,-13528.2,55.097,3.21453,300,5,0,42,0,1,0,0,0),(57378,16520,530,1,1,0,0,-4004.79,-13559.8,55.0792,2.53951,300,5,0,42,0,1,0,0,0),(57379,16520,530,1,1,0,0,-3980.83,-13488.6,54.6746,1.2756,300,5,0,42,0,1,0,0,0),(57380,16520,530,1,1,0,0,-3951.45,-13488.2,60.2778,5.5581,300,5,0,42,0,1,0,0,0),(57381,16520,530,1,1,0,0,-3938.67,-13520.3,55.0427,1.73853,300,5,0,42,0,1,0,0,0),(57382,16520,530,1,1,0,0,-3990.16,-13550.1,53.7874,0.766586,300,5,0,42,0,1,0,0,0),(57383,16520,530,1,1,0,0,-3976.93,-13461,67.6881,0.371565,300,5,0,42,0,1,0,0,0),(57384,16520,530,1,1,0,0,-3888.57,-13565.2,57.6563,0.554883,300,5,0,42,0,1,0,0,0),(57385,16520,530,1,1,0,0,-3929.3,-13540.6,55.0598,4.71934,300,5,0,42,0,1,0,0,0),(57386,16520,530,1,1,0,0,-3939.59,-13581.3,56.1606,2.02462,300,5,0,42,0,1,0,0,0),(57387,16520,530,1,1,0,0,-3940.23,-13609.4,57.3111,0.387932,300,5,0,42,0,1,0,0,0),(57388,16520,530,1,1,0,0,-3984.23,-13605.1,54.9732,4.69023,300,5,0,42,0,1,0,0,0),(57389,16520,530,1,1,0,0,-3892.46,-13592.1,60.694,1.89276,300,5,0,42,0,1,0,0,0),(57390,16520,530,1,1,0,0,-3905.72,-13618.6,60.0588,3.28624,300,5,0,42,0,1,0,0,0),(57391,16520,530,1,1,0,0,-3884.31,-13656,63.0053,6.03679,300,5,0,42,0,1,0,0,0),(75959,16537,530,1,1,0,0,-4447.7,-13871.1,100.039,0.550673,300,0,0,71,0,2,0,0,0),(57393,16520,530,1,1,0,0,-3951.81,-13649.5,61.3875,0.790082,300,5,0,42,0,1,0,0,0),(57394,16520,530,1,1,0,0,-3912.96,-13664.6,62.1635,5.00425,300,5,0,42,0,1,0,0,0),(57395,16520,530,1,1,0,0,-3975.17,-13651.9,60.1801,0.563583,300,5,0,42,0,1,0,0,0),(57396,16520,530,1,1,0,0,-3972.69,-13636.8,58.5069,5.27478,300,5,0,42,0,1,0,0,0),(57397,16520,530,1,1,0,0,-3849.15,-13641.9,63.6733,4.01965,300,5,0,42,0,1,0,0,0),(57398,16520,530,1,1,0,0,-4006.28,-13627.6,57.5356,2.14472,300,5,0,42,0,1,0,0,0),(57399,16520,530,1,1,0,0,-4022.59,-13680.7,68.7543,0.088087,300,5,0,42,0,1,0,0,0),(57400,16520,530,1,1,0,0,-4056.17,-13679.8,70.1951,2.89415,300,5,0,42,0,1,0,0,0),(75958,16537,530,1,1,0,0,-4434.66,-13759.4,56.6934,6.16494,300,0,0,71,0,2,0,0,0),(57402,16520,530,1,1,0,0,-3880.48,-13687.5,65.5784,1.78353,300,5,0,42,0,1,0,0,0),(57403,16520,530,1,1,0,0,-3917.07,-13711.2,62.5648,1.2454,300,5,0,42,0,1,0,0,0),(57404,16520,530,1,1,0,0,-3874.91,-13724.3,68.729,0.10586,300,5,0,42,0,1,0,0,0),(57405,16520,530,1,1,0,0,-3982.21,-13717.7,64.0884,4.11734,300,5,0,42,0,1,0,0,0),(57406,16520,530,1,1,0,0,-3848.81,-13677.6,69.4028,6.11152,300,5,0,42,0,1,0,0,0),(57407,16520,530,1,1,0,0,-3906.59,-13781.7,74.245,0.465936,300,5,0,42,0,1,0,0,0),(57408,16520,530,1,1,0,0,-3874.97,-13785.4,77.2556,2.81761,300,5,0,42,0,1,0,0,0),(57409,16520,530,1,1,0,0,-3869.21,-13757.2,73.9271,2.52707,300,5,0,42,0,1,0,0,0),(57410,16520,530,1,1,0,0,-3884.29,-13821.7,86.9822,3.36772,300,5,0,42,0,1,0,0,0),(57411,16520,530,1,1,0,0,-4050.89,-13509.5,53.464,5.7575,300,5,0,42,0,1,0,0,0),(57412,16520,530,1,1,0,0,-4276.75,-13465.8,46.9142,1.45789,300,5,0,42,0,1,0,0,0),(57413,16520,530,1,1,0,0,-4257.33,-13415,42.7701,3.78531,300,5,0,42,0,1,0,0,0),(57414,16520,530,1,1,0,0,-4349.98,-13454.9,42.5915,5.57473,300,5,0,42,0,1,0,0,0),(57415,16521,530,1,1,0,1,-4558.07,-13383,84.0283,0.980421,300,0,0,69,79,0,0,0,0),(31456,4344,1,1,1,2548,0,-3843.26,-3343.89,29.1474,5.26893,360,10,0,1305,1186,1,0,0,0),(57417,16521,530,1,1,0,1,-4541.05,-13310.2,78.3192,5.89921,300,0,0,69,79,0,0,0,0),(57418,16521,530,1,1,0,1,-4552.73,-13322.7,78.282,5.25344,300,0,0,69,79,0,0,0,0),(57419,16521,530,1,1,0,1,-4528.21,-13318.1,78.1211,3.05433,300,0,0,69,79,0,0,0,0),(57420,16521,530,1,1,0,1,-4565.62,-13343.3,78.5349,0.174533,300,0,0,69,79,2,0,0,0),(57421,16521,530,1,1,0,1,-4468.98,-13331.2,64.6254,0.360784,300,5,0,69,79,1,0,0,0),(57422,16521,530,1,1,0,1,-4464.95,-13363.5,52.1415,0.722918,300,5,0,69,79,1,0,0,0),(57423,16521,530,1,1,0,1,-4454.48,-13376.6,51.6823,3.26121,300,5,0,69,79,1,0,0,0),(57424,16521,530,1,1,0,1,-4494.92,-13426.4,50.0208,0.199758,300,5,0,69,79,1,0,0,0),(57425,16521,530,1,1,0,1,-4510.43,-13400.2,53.6066,5.48033,300,0,0,69,79,0,0,0,0),(57426,16521,530,1,1,0,1,-4493.67,-13412.1,49.7117,5.91039,300,5,0,69,79,1,0,0,0),(57427,16521,530,1,1,0,1,-4457.09,-13345.6,52.298,3.06849,300,5,0,69,79,1,0,0,0),(57428,16521,530,1,1,0,1,-4497.39,-13372.4,54.1443,3.51087,300,5,0,69,79,1,0,0,0),(57429,16521,530,1,1,0,1,-4542.06,-13348.2,76.2419,3.1765,300,0,0,69,79,0,0,0,0),(57430,16521,530,1,1,0,1,-4541.22,-13373.3,74.4768,2.38996,300,5,0,69,79,1,0,0,0),(57431,16521,530,1,1,0,1,-4494.6,-13336,57.1758,4.86947,300,0,0,69,79,0,0,0,0),(57432,16521,530,1,1,0,1,-4495.07,-13341.3,54.9482,0.872046,300,0,0,69,79,2,0,0,0),(57433,16521,530,1,1,0,1,-4489,-13347.7,55.1236,1.0971,300,5,0,69,79,1,0,0,0),(57434,16521,530,1,1,0,1,-4509.1,-13355.9,52.6516,2.39644,300,5,0,69,79,1,0,0,0),(57435,16521,530,1,1,0,1,-4535.66,-13327.2,77.8384,1.74533,300,0,0,69,79,0,0,0,0),(57436,16521,530,1,1,0,1,-4543.68,-13322.2,77.9086,0.769462,300,0,0,69,79,2,0,0,0),(57437,16521,530,1,1,0,1,-4507.94,-13308.2,73.5159,3.89441,300,5,0,69,79,1,0,0,0),(57438,16521,530,1,1,0,1,-4561.61,-13332,78.297,4.36313,300,0,0,69,79,0,0,0,0),(57439,16522,530,1,1,0,1,-4579.39,-13319.9,88.0798,6.10865,300,0,0,114,230,0,0,0,0),(57442,16535,530,1,1,0,1,-4195.09,-13735.8,73.8058,0.523599,300,0,0,120,0,0,0,0,0),(57464,16537,530,1,1,0,0,-4471.01,-14096.7,109.848,2.72591,300,0,0,71,0,0,0,0,0),(57463,16537,530,1,1,0,0,-4461.88,-14118.2,109.416,3.05433,300,0,0,71,0,0,0,0,0),(57461,16537,530,1,1,0,0,-4512.1,-14093.7,109.204,0.226893,300,0,0,71,0,0,0,0,0),(57462,16537,530,1,1,0,0,-4494.95,-14105.3,109.317,1.44862,300,0,0,71,0,0,0,0,0),(57460,16537,530,1,1,0,0,-4511.49,-14061,108.563,2.25227,300,5,0,71,0,1,0,0,0),(57459,16537,530,1,1,0,0,-4555.17,-14007.8,88.8867,5.62523,300,5,0,71,0,1,0,0,0),(57458,16537,530,1,1,0,0,-4356.12,-13969.8,160.532,3.92699,300,0,0,71,0,0,0,0,0),(57456,16537,530,1,1,0,0,-4422.29,-13971.9,162.139,5.06337,300,5,0,71,0,1,0,0,0),(57457,16537,530,1,1,0,0,-4383.27,-13957,162.387,4.18879,300,0,0,71,0,0,0,0,0),(57455,16537,530,1,1,0,0,-4360.26,-13790,52.2443,2.91439,300,0,0,71,0,0,0,0,0),(57454,16537,530,1,1,0,0,-4461.84,-13873,103.199,0.417372,300,5,0,71,0,1,0,0,0),(57453,16537,530,1,1,0,0,-4352.53,-13836.9,69.5407,1.88606,300,0,0,71,0,0,0,0,0),(57452,16537,530,1,1,0,0,-4410.76,-13845.9,71.7847,2.61702,300,5,0,71,0,1,0,0,0),(57451,16537,530,1,1,0,0,-4373.12,-13783.1,52.5146,4.27606,300,0,0,71,0,0,0,0,0),(57450,16537,530,1,1,0,0,-4431.08,-13800,82.3504,4.7822,300,0,0,71,0,0,0,0,0),(57449,16537,530,1,1,0,0,-4453.54,-13712.9,49.8041,2.34409,300,5,0,71,0,1,0,0,0),(57448,16537,530,1,1,0,0,-4375.27,-13733.7,50.5346,3.26377,300,5,0,71,0,1,0,0,0),(57447,16537,530,1,1,0,0,-4439.46,-13745.8,56.7538,5.42797,300,0,0,71,0,0,0,0,0),(57321,16518,530,1,1,0,0,-4606.72,-14004.6,86.4993,0.652972,300,0,0,71,0,0,0,0,0),(57320,16518,530,1,1,0,0,-4550.52,-13962.4,86.1514,2.58309,300,0,0,71,0,0,0,0,0),(57319,16518,530,1,1,0,0,-4589.92,-14009.4,86.0994,1.5708,300,0,0,71,0,0,0,0,0),(57318,16518,530,1,1,0,0,-4474.77,-14121.8,109.232,1.23918,300,0,0,71,0,0,0,0,0),(57317,16518,530,1,1,0,0,-4426.91,-13883.5,115.963,3.60216,300,0,0,71,0,0,0,0,0),(57316,16518,530,1,1,0,0,-4392.36,-13956.8,162.509,5.3058,300,0,0,71,0,0,0,0,0),(57314,16518,530,1,1,0,0,-4355.71,-13824.2,69.2242,4.33258,300,0,0,71,0,0,0,0,0),(57313,16518,530,1,1,0,0,-4393.52,-13789.4,52.9278,1.94567,300,0,0,71,0,2,0,0,0),(57312,16518,530,1,1,0,0,-4442.27,-13764,56.9617,0.942478,300,0,0,71,0,0,0,0,0),(57311,16518,530,1,1,0,0,-4391.99,-13710.9,50.5664,5.2709,300,0,0,71,0,0,0,0,0),(57310,16518,530,1,1,0,0,-4435.78,-13684.2,44.03,5.189,300,0,0,71,0,2,0,0,0),(57309,16518,530,1,1,0,0,-4472.5,-13675.6,47.4288,6.26573,300,0,0,71,0,0,0,0,0),(57475,16546,530,1,1,0,0,-4445.66,-13430.9,51.337,5.58505,300,0,0,86,0,0,0,0,0),(57476,16551,530,1,1,0,1,-4158.32,-12483.1,45.4554,3.85718,300,0,0,484,0,0,0,0,0),(57477,16554,530,1,1,0,1,-4260.66,-13125.4,37.1331,4.69494,300,0,0,102,0,0,0,0,0),(57478,16568,530,1,1,0,0,9474.5,-7345.44,16.183,3.14159,300,0,0,1910,0,0,0,0,0),(57479,16574,530,1,1,0,1,176.157,2738.78,88.2966,4.72984,300,0,0,7326,7302,0,0,0,0),(57480,16575,530,1,1,0,1,230.405,2696.49,89.8182,0.20944,300,0,0,7326,7302,0,0,0,0),(57481,16576,530,1,1,0,1,-42.6752,2181.09,108.602,2.70526,300,0,0,34853,0,0,0,0,0),(57482,16577,530,1,1,0,0,134.006,2689.84,85.8942,5.33909,300,0,0,17605,2486,0,0,0,0),(57483,16578,530,1,1,0,0,132.591,2686.06,85.3692,1.44862,300,0,0,2227,2241,0,0,0,0),(57484,16578,530,1,1,0,0,131.621,2688.19,85.7238,0.942478,300,0,0,2227,2241,0,0,0,0),(57485,16578,530,1,1,0,0,136.761,2686.04,85.3752,2.44346,300,0,0,2227,2241,0,0,0,0),(57486,16578,530,1,1,0,0,134.941,2686.16,85.3987,1.91986,300,0,0,2227,2241,0,0,0,0),(57487,16578,530,1,1,0,0,136.01,2687.86,85.5909,2.61799,300,0,0,2227,2241,0,0,0,0),(57488,16578,530,1,1,0,0,138.106,2687.44,85.5139,2.80998,300,0,0,2227,2241,0,0,0,0),(57489,16578,530,1,1,0,0,137.801,2690.07,85.8097,3.42085,300,0,0,2227,2241,0,0,0,0),(57490,16579,530,1,1,0,1,130.527,2690.21,86.0799,5.14872,300,0,0,4738,2369,0,0,0,0),(57491,16579,530,1,1,0,1,134.889,2692.55,86.1409,5.044,300,0,0,4738,2369,0,0,0,0),(57492,16580,530,1,1,0,1,-229.83,1027.49,54.411,3.76991,300,0,0,9156,0,0,0,0,0),(57493,16580,530,1,1,0,1,-49.835,2191.28,105.987,5.28835,300,0,0,9156,0,0,0,0,0),(57494,16580,530,1,1,0,1,100.277,2535.69,63.7927,3.92688,300,5,0,9156,0,1,0,0,0),(57495,16580,530,1,1,0,1,189.148,2593.56,88.4363,0.034907,300,0,0,9156,0,0,0,0,0),(57496,16580,530,1,1,0,1,182.12,2597.01,88.4016,1.79769,300,0,0,9156,0,0,0,0,0),(57497,16580,530,1,1,0,1,228.944,2620.9,87.9013,2.67035,300,0,0,9156,0,0,0,0,0),(57498,16580,530,1,1,0,1,295.025,2742.74,89.4577,1.71042,300,0,0,9156,0,0,0,0,0),(57499,16580,530,1,1,0,1,252.979,2739.62,87.164,0.942478,300,0,0,9156,0,0,0,0,0),(57500,16580,530,1,1,0,1,266.068,2763.73,85.914,0.558505,300,0,0,9156,0,0,0,0,0),(57501,16580,530,1,1,0,1,268.616,2729.33,86.7224,0.907571,300,0,0,9156,0,0,0,0,0),(57502,16580,530,1,1,0,1,268.073,2768.11,85.8667,0.331613,300,0,0,9156,0,0,0,0,0),(57503,16580,530,1,1,0,1,297.892,2748.78,89.0827,1.64061,300,0,0,9156,0,0,0,0,0),(57504,16580,530,1,1,0,1,226.749,2810.84,129.788,4.64258,300,0,0,9156,0,0,0,0,0),(57505,16580,530,1,1,0,1,168.395,2641.36,86.3208,5.20183,300,0,0,9156,0,2,0,0,0),(57506,16580,530,1,1,0,1,160.068,2783.14,111.337,3.5511,300,0,0,9156,0,2,0,0,0),(57507,16580,530,1,1,0,1,200.023,2782.73,116.564,3.53969,300,5,0,9156,0,1,0,0,0),(57508,16580,530,1,1,0,1,212.709,2822.29,129.765,3.24631,300,0,0,9156,0,0,0,0,0),(57509,16580,530,1,1,0,1,218.603,2661.09,87.1513,4.59022,300,0,0,9156,0,0,0,0,0),(57510,16580,530,1,1,0,1,220.223,2658.19,87.5263,4.55531,300,0,0,9156,0,0,0,0,0),(57511,16580,530,1,1,0,1,211.593,2661.42,87.4013,4.67748,300,0,0,9156,0,0,0,0,0),(57512,16580,530,1,1,0,1,214.863,2661.26,87.2763,4.79965,300,0,0,9156,0,0,0,0,0),(57513,16580,530,1,1,0,1,216.558,2658.25,87.6513,4.66003,300,0,0,9156,0,0,0,0,0),(57514,16580,530,1,1,0,1,206.357,2658.84,88.0263,4.7822,300,0,0,9156,0,0,0,0,0),(57515,16580,530,1,1,0,1,209.689,2658.63,87.7763,4.72984,300,0,0,9156,0,0,0,0,0),(57516,16580,530,1,1,0,1,213.149,2658.58,87.6513,4.59022,300,0,0,9156,0,0,0,0,0),(57517,16580,530,1,1,0,1,204.288,2661.76,88.0263,4.81711,300,0,0,9156,0,0,0,0,0),(57518,16580,530,1,1,0,1,207.906,2661.65,87.6513,4.69494,300,0,0,9156,0,0,0,0,0),(57519,16580,530,1,1,0,1,132.716,2791.12,107.033,5.21853,300,0,0,9156,0,0,0,0,0),(57520,16580,530,1,1,0,1,194.918,2688.6,90.5939,3.07178,300,0,0,9156,0,0,0,0,0),(57521,16580,530,1,1,0,1,194.086,2694.96,90.6115,3.36848,300,0,0,9156,0,0,0,0,0),(57522,16580,530,1,1,0,1,232.147,2640.48,88.4013,3.12414,300,0,0,9156,0,0,0,0,0),(57523,16580,530,1,1,0,1,181.387,2634.12,87.1958,2.60054,300,0,0,9156,0,0,0,0,0),(57524,16580,530,1,1,0,1,173.539,2625.9,87.2327,2.07694,300,0,0,9156,0,0,0,0,0),(57525,16580,530,1,1,0,1,122.247,2783.41,104.982,5.39307,300,0,0,9156,0,0,0,0,0),(57526,16580,530,1,1,0,1,82.6646,2722.38,87.1163,5.49779,300,0,0,9156,0,0,0,0,0),(57527,16580,530,1,1,0,1,106.711,2745.01,93.9653,0.588003,300,5,0,9156,0,1,0,0,0),(57528,16580,530,1,1,0,1,132.343,2762.99,102.383,0.619104,300,0,0,9156,0,2,0,0,0),(57529,16580,530,1,1,0,1,103.438,2637.22,79.0783,1.11701,300,0,0,9156,0,0,0,0,0),(57530,16580,530,1,1,0,1,92.0412,2647,80.2713,0.802851,300,0,0,9156,0,0,0,0,0),(57531,16580,530,1,1,0,1,78.3491,2688.36,82.9282,0.471239,300,0,0,9156,0,0,0,0,0),(57533,16580,530,1,1,0,1,32.2664,2669.16,77.5695,4.08407,300,0,0,9156,0,0,0,0,0),(57534,16580,530,1,1,0,1,36.1545,2668.6,77.9735,3.97935,300,0,0,9156,0,0,0,0,0),(57535,16580,530,1,1,0,1,39.6387,2654.66,76.7756,2.72271,300,0,0,9156,0,0,0,0,0),(57536,16580,530,1,1,0,1,40.8047,2659.18,77.9006,2.84489,300,0,0,9156,0,0,0,0,0),(57537,16580,530,1,1,0,1,-1339.9,2370.44,89.0748,4.01511,300,5,0,9156,0,1,0,0,0),(57538,16580,530,1,1,0,1,-1322.69,2393.77,88.481,0.977384,300,0,0,9156,0,0,0,0,0),(57539,16580,530,1,1,0,1,-1326,2377.83,88.981,0.488692,300,0,0,9156,0,0,0,0,0),(57540,16580,530,1,1,0,1,-1325.98,2381.36,88.856,5.89921,300,0,0,9156,0,0,0,0,0),(57541,16580,530,1,1,0,1,-1323.67,2397.49,88.731,6.19592,300,0,0,9156,0,0,0,0,0),(57542,16582,530,1,1,0,1,-233.293,1030.99,54.4062,4.2237,300,0,0,9156,0,0,0,0,0),(57543,16582,530,1,1,0,1,-230.368,1030.42,54.4091,3.89208,300,0,0,9156,0,0,0,0,0),(57544,16582,530,1,1,0,1,-60.9339,2176.35,104.616,5.0091,300,0,0,9156,0,0,0,0,0),(57545,16582,530,1,1,0,1,-52.8237,2179.58,105.804,4.64258,300,0,0,9156,0,0,0,0,0),(57546,16582,530,1,1,0,1,-38.6513,2180.89,108.078,2.89725,300,0,0,9156,0,0,0,0,0),(57547,16582,530,1,1,0,1,-49.4437,2196.99,106.489,3.00197,300,0,0,9156,0,0,0,0,0),(57548,16582,530,1,1,0,1,130.186,2799.13,127.523,6.12611,300,0,0,9156,0,0,0,0,0),(57549,16582,530,1,1,0,1,126.955,2790.63,121.076,5.3058,300,0,0,9156,0,0,0,0,0),(57550,16582,530,1,1,0,1,85.4709,2641.04,92.4221,2.21657,300,0,0,9156,0,0,0,0,0),(57551,16582,530,1,1,0,1,97.0264,2641.27,98.9046,0.820305,300,0,0,9156,0,0,0,0,0),(57552,16582,530,1,1,0,1,116.173,2805.67,127.522,2.28638,300,0,0,9156,0,0,0,0,0),(57553,16582,530,1,1,0,1,-33.2973,2342.85,78.2987,3.15905,300,0,0,9156,0,0,0,0,0),(57554,16582,530,1,1,0,1,-26.0716,2350.47,84.752,2.28638,300,0,0,9156,0,0,0,0,0),(57555,16582,530,1,1,0,1,-15.8773,2350.96,78.3019,1.27409,300,0,0,9156,0,0,0,0,0),(57556,16583,530,1,1,0,1,167.278,2795.67,113.449,2.61799,300,0,0,9156,0,0,0,0,0),(57557,16584,530,1,1,0,1,130.683,2705.74,88.2342,0.062417,300,0,0,8883,0,2,0,0,0),(57558,16585,530,1,1,0,1,62.0795,2719.01,85.2474,1.88496,300,0,0,8613,0,0,0,0,0),(57559,16586,530,1,1,0,1,68.5132,2731.53,85.3428,5.37561,300,0,0,7107,2369,0,0,0,0),(57560,16587,530,1,1,0,1,233.137,2632.3,88.3007,2.67035,300,0,0,14193,2790,0,0,0,0),(57561,16588,530,1,1,0,1,225.656,2839.38,131.424,2.00713,300,0,0,11952,2434,0,0,0,0),(57562,16589,530,1,1,0,1,103.499,2700.76,86.7292,3.90954,300,0,0,9156,0,0,0,0,0),(57563,16590,530,1,1,0,0,95.0282,2700.2,86.6163,0.261799,300,0,0,8352,0,0,0,0,0),(57564,16590,530,1,1,0,0,104.913,2696.87,86.5575,1.71042,300,0,0,8352,0,0,0,0,0),(57565,16590,530,1,1,0,0,103.587,2693.37,86.4325,1.44862,300,0,0,8352,0,0,0,0,0),(57566,16590,530,1,1,0,0,99.1168,2701.81,86.7413,6.02139,300,0,0,8352,0,0,0,0,0),(57567,16591,530,1,1,0,1,133.33,2709.34,88.6784,0.541052,300,0,0,2215,0,0,0,0,0),(57568,16591,530,1,1,0,1,150.564,2711.84,88.424,3.12414,300,0,0,2215,0,0,0,0,0),(57569,16591,530,1,1,0,1,140.514,2708.37,88.4906,1.88496,300,0,0,2215,0,0,0,0,0),(57570,16591,530,1,1,0,1,160.602,2799.82,113.514,5.74213,300,0,0,2215,0,0,0,0,0),(57571,16591,530,1,1,0,1,136.946,2716.61,89.2173,5.42797,300,0,0,2215,0,0,0,0,0),(57572,16591,530,1,1,0,1,158.004,2796.48,113.591,4.5204,300,0,0,2215,0,0,0,0,0),(57573,16591,530,1,1,0,1,147.272,2715.06,88.875,4.06662,300,0,0,2215,0,0,0,0,0),(57574,16591,530,1,1,0,1,170.113,2800.28,113.818,5.44543,300,0,0,2215,0,0,0,0,0),(57575,16591,530,1,1,0,1,55.2731,2654.04,78.4207,4.05765,300,0,0,2215,0,2,0,0,0),(57576,16591,530,1,1,0,1,25.7915,2681.9,77.1945,0.139626,300,0,0,2215,0,0,0,0,0),(57577,16591,530,1,1,0,1,48.195,2622.35,73.6076,1.20428,300,0,0,2215,0,0,0,0,0),(57578,16591,530,1,1,0,1,58.2248,2652.5,78.4148,4.67748,300,0,0,2215,0,0,0,0,0),(57579,16591,530,1,1,0,1,-1346.07,2369.7,89.0358,6.17846,300,0,0,2215,0,0,0,0,0),(57580,16591,530,1,1,0,1,-1346.72,2366.22,89.0336,5.74213,300,0,0,2215,0,0,0,0,0),(57581,16594,540,3,1,0,0,89.4202,68.746,-13.2226,2.63084,86400,0,0,14181,16191,0,0,0,0),(57582,16594,540,3,1,0,0,52.0514,66.2922,-13.2226,0.243752,86400,0,0,14181,16191,0,0,0,0),(57583,16594,540,3,1,0,0,54.9287,63.6639,-13.2226,1.19016,86400,0,0,14181,16191,0,0,0,0),(57584,16594,540,3,1,0,0,50.5671,87.1189,-13.2226,2.46591,86400,0,0,14181,16191,0,0,0,0),(57585,16598,530,1,1,0,0,203.191,2850.29,160.426,0.553436,300,0,0,2061,0,2,0,0,0),(57586,16598,530,1,1,0,0,210.625,2809.28,208.728,6.14692,300,0,0,2061,0,2,0,0,0),(57587,16598,530,1,1,0,0,236.186,2813.75,200.971,3.54279,300,0,0,2061,0,2,0,0,0),(57588,16598,530,1,1,0,0,245.926,2829.09,177.804,0.403725,300,0,0,2061,0,2,0,0,0),(40515,30215,571,1,4,0,0,7388.42,-2724.91,869.864,0.593412,300,0,0,4979,0,0,0,0,0),(57590,16599,530,1,1,0,1,-59.2826,2186.38,105.364,0.436332,300,0,0,9156,0,0,0,0,0),(57591,16599,530,1,1,0,1,-40.3117,2169.56,108.544,2.33874,300,0,0,9156,0,0,0,0,0),(57592,16599,530,1,1,0,1,-57.0331,2197.49,108.05,1.81514,300,0,0,9156,0,0,0,0,0),(57593,16599,530,1,1,0,1,-46.2196,2199.13,107.239,0.942478,300,0,0,9156,0,0,0,0,0),(57594,16599,530,1,1,0,1,196.28,2781.24,115.964,0.81062,300,0,0,9156,0,2,0,0,0),(57595,16599,530,1,1,0,1,42.1043,2664.62,77.4108,0.81062,300,0,0,9156,0,2,0,0,0),(57596,16599,530,1,1,0,1,45.7034,2666.53,77.6521,0.81062,300,0,0,9156,0,2,0,0,0),(57597,16599,530,1,1,0,1,44.7449,2669.55,77.7201,0.81062,300,0,0,9156,0,2,0,0,0),(57598,16600,530,1,1,0,0,43.4966,2737.44,85.3176,0.942478,300,0,0,2614,0,0,0,0,0),(57599,16600,530,1,1,0,0,47.3339,2733.44,85.3341,0.942478,300,0,0,2614,0,0,0,0,0),(57600,16600,530,1,1,0,0,51.7679,2729.84,85.3341,0.837758,300,0,0,2614,0,0,0,0,0),(57601,16600,530,1,1,0,0,55.9365,2726.14,85.3341,0.907571,300,0,0,2614,0,0,0,0,0),(57602,16600,530,1,1,0,0,64.9296,2737.37,85.3774,3.92699,300,0,0,2614,0,0,0,0,0),(57603,16600,530,1,1,0,0,60.8511,2741.4,85.3605,3.94444,300,0,0,2614,0,0,0,0,0),(57604,16600,530,1,1,0,0,56.6567,2744.98,85.398,4.10152,300,0,0,2614,0,0,0,0,0),(57605,16600,530,1,1,0,0,52.5801,2748.53,85.4685,3.9968,300,0,0,2614,0,0,0,0,0),(57606,16602,530,1,1,0,1,190.876,2610.93,87.3669,2.42601,300,0,0,7326,2434,0,0,0,0),(57607,16610,530,1,1,0,0,9469.99,-7353.41,16.1837,1.5708,300,0,0,737,2175,0,0,0,0),(57608,16611,530,1,1,0,0,9572.41,-7060.69,18.6436,0.178202,300,0,0,737,2175,0,0,0,0),(57609,16612,530,1,1,0,0,9614.59,-7236.28,15.3298,5.21853,300,0,0,737,2175,0,0,0,0),(57610,16613,530,1,1,0,0,9631.87,-7186.75,14.407,1.5708,300,0,0,737,2175,0,0,0,0),(57611,16615,530,1,1,0,0,9808.63,-7478.64,13.6369,3.40339,300,0,0,737,2175,0,0,0,0),(57612,16616,530,1,1,0,0,9808.54,-7488.17,13.6369,3.15905,300,0,0,737,2175,0,0,0,0),(57613,16617,530,1,1,0,0,9808.42,-7497.64,13.6369,3.26377,300,0,0,737,2175,0,0,0,0),(57614,16618,530,1,1,0,0,9684.1,-7363.6,12.0145,4.4855,300,0,0,737,2175,0,0,0,0),(57615,16619,530,1,1,0,0,9867.72,-7445.44,13.7193,2.18166,300,0,0,737,2175,0,0,0,0),(57616,16620,530,1,1,0,0,9834.5,-7446.23,13.7208,1.01229,300,0,0,737,2175,0,0,0,0),(57617,16621,530,1,1,0,0,9841.1,-7506.1,15.0275,1.65806,300,0,0,737,2175,0,0,0,0),(57618,16623,530,1,1,0,0,9768.83,-7183.23,16.6016,4.41568,300,0,0,737,2175,0,0,0,0),(57619,16624,530,1,1,0,0,9562.02,-7502.16,16.3403,3.1765,300,0,0,737,2175,0,0,0,0),(57620,16625,530,1,1,0,0,9454.48,-7144.83,16.2229,0.471239,300,0,0,737,2175,0,0,0,0),(57621,16626,530,1,1,0,0,9453.93,-7134.74,16.1424,2.75201,300,0,0,737,2175,0,0,0,0),(57622,16627,530,1,1,0,0,9682.83,-7524.37,18.2629,1.62316,300,0,0,737,2175,0,0,0,0),(57623,16628,530,1,1,0,0,9672.64,-7529.15,18.2666,1.62316,300,0,0,737,2175,0,0,0,0),(57624,16629,530,1,1,0,0,9693.63,-7529.28,18.2669,1.6057,300,0,0,811,852,0,0,0,0),(57625,16631,530,1,1,0,0,9774.21,-7192.69,16.5516,2.79253,300,0,0,737,2175,0,0,0,0),(57626,16632,530,1,1,0,0,-4051.54,-11552.8,-138.392,5.21853,120,0,0,737,2175,0,0,0,0),(57627,16633,530,1,1,0,0,9962.51,-7247.43,32.1599,2.42601,300,0,0,811,852,0,0,0,0),(57628,16634,530,1,1,0,0,9958.51,-7239.73,32.1599,3.26377,300,0,0,811,852,0,0,0,0),(57629,16635,530,1,1,0,0,9953.88,-7250.98,32.1598,1.53589,300,0,0,737,2175,0,0,0,0),(57630,16636,530,1,1,0,0,9629.07,-7240.86,15.3287,4.24115,300,0,0,737,2175,0,0,0,0),(57631,16637,530,1,1,0,0,9662.24,-7078.38,14.3211,4.83861,300,0,0,737,2175,0,0,0,0),(57632,16638,530,1,1,0,0,9741.92,-7074.09,16.8387,4.95674,300,0,0,737,2175,0,0,0,0),(57633,16639,530,1,1,0,0,9743.39,-7097.09,16.7743,1.76278,300,0,0,811,852,0,0,0,0),(57634,16640,530,1,1,0,0,9749.56,-7095.87,16.7743,1.71042,300,0,0,811,852,0,0,0,0),(57635,16641,530,1,1,0,0,9996.41,-7214.27,32.1598,0.855211,300,0,0,737,2175,0,0,0,0),(57636,16642,530,1,1,0,1,10018.3,-7209.14,32.1599,2.63545,300,0,0,811,852,0,0,0,0),(57637,16643,530,1,1,0,0,10016.4,-7218.07,32.0797,5.98026,300,0,0,811,852,0,0,0,0),(57638,16644,530,1,1,0,0,10005.3,-7217.5,32.1598,0.942478,300,0,0,811,852,0,0,0,0),(57639,16646,530,1,1,0,0,9775.05,-7286.25,14.752,5.42797,300,0,0,1551,4393,0,0,0,0),(57640,16647,530,1,1,0,0,9773.28,-7301.98,14.7505,0.820305,300,0,0,1077,3191,0,0,0,0),(57641,16648,530,1,1,0,0,9788.51,-7285.7,14.7506,4.17134,300,0,0,2136,5751,0,0,0,0),(57642,16649,530,1,1,0,0,9792.58,-7296.86,14.3382,3.07178,300,0,0,1717,4765,0,0,0,0),(57643,16650,530,1,1,0,0,9738.16,-7161.36,14.3237,3.6752,300,0,0,737,2175,2,0,0,0),(57644,16651,530,1,1,0,0,10001.5,-7093.24,47.7883,4.46804,300,0,0,1077,3191,0,0,0,0),(57645,16652,530,1,1,0,0,10010.5,-7108.83,47.7883,2.94961,300,0,0,1551,4393,0,0,0,0),(57646,16653,530,1,1,0,0,9994.69,-7117.56,47.7883,1.25664,300,0,0,2136,5751,0,0,0,0),(57647,16654,530,1,1,0,0,9985.45,-7104.24,47.7883,6.10865,300,0,0,737,2175,0,0,0,0),(57648,16655,530,1,1,0,0,9706.56,-7261.66,16.3241,0.595148,300,0,0,2442,2434,0,0,0,0),(57649,16656,530,1,1,0,0,9905.46,-7402.82,13.7118,3.45575,300,0,0,737,2175,0,0,0,0),(57650,16658,530,1,1,0,0,9938.6,-7043.93,47.7986,1.76278,300,0,0,2136,5751,0,0,0,0),(57651,16659,530,1,1,0,0,9937.81,-7071.59,47.7986,1.48353,300,0,0,1551,4393,0,0,0,0),(57652,16660,530,1,1,0,0,9924.93,-7054.94,47.7986,6.00393,300,0,0,1077,3191,0,0,0,0),(57653,16662,530,1,1,0,0,9580.31,-7343.42,14.5367,0.907571,300,0,0,811,852,0,0,0,0),(57654,16663,530,1,1,0,0,9804.84,-7356.56,20.7757,6.10865,300,0,0,811,852,0,0,0,0),(57655,16664,530,1,1,0,0,9810.58,-7350.65,20.7625,4.69494,300,0,0,955,0,0,0,0,0),(57656,16666,530,1,1,0,0,9644.87,-7037.51,15.2466,4.28557,300,0,0,737,2175,0,0,0,0),(57657,16667,530,1,1,0,1,9822.16,-7333.16,26.3,0.8303,300,0,0,811,852,0,0,0,0),(57658,16668,530,1,1,0,0,9820.45,-7324.65,26.3649,6.0912,300,0,0,811,852,0,0,0,0),(57659,16669,530,1,1,0,1,9841.98,-7362.39,18.5945,4.79965,300,0,0,737,2175,0,0,0,0),(57660,16670,530,1,1,0,0,9862.26,-7374.1,18.6934,3.1765,300,0,0,5228,0,0,0,0,0),(57661,16671,530,1,1,0,1,9859.67,-7361.79,18.5932,4.66003,300,0,0,811,852,0,0,0,0),(57662,16672,530,1,1,0,0,9943.68,-7398.71,12.4643,3.75246,300,0,0,1226,1283,0,0,0,0),(57663,16673,530,1,1,0,0,9943.71,-7423.08,12.4643,2.87979,300,0,0,1772,1807,0,0,0,0),(57664,16674,530,1,1,0,0,9927.69,-7425.2,13.3079,0.750492,300,0,0,2442,2434,0,0,0,0),(57665,16675,530,1,1,0,0,9926.74,-7396.38,13.7191,5.58505,300,0,0,737,2175,0,0,0,0),(57666,16676,530,1,1,0,0,9576.28,-7244.55,27.1145,0.733038,300,0,0,811,852,0,0,0,0),(57667,16677,530,1,1,0,0,9585.85,-7240.29,27.1144,2.75762,300,0,0,737,2175,0,0,0,0),(57668,16678,530,1,1,0,0,9630.69,-7032.97,15.2687,4.7088,300,0,0,955,0,0,0,0,0),(57669,16679,530,1,1,0,0,9846.36,-7504.87,19.7368,4.97419,300,0,0,1226,1283,0,0,0,0),(57670,16680,530,1,1,0,0,9855.74,-7505.35,19.7501,4.60767,300,0,0,1772,1807,0,0,0,0),(57671,16681,530,1,1,0,0,9850.97,-7517.68,19.8144,1.5708,300,0,0,3984,2434,0,0,0,0),(57672,16683,530,1,1,0,1,9742.54,-7375.3,24.3565,5.23599,300,0,0,737,2175,0,0,0,0),(57673,16684,530,1,1,0,0,9732.89,-7366.4,24.4147,1.58825,300,0,0,3052,0,0,0,0,0),(57674,16685,530,1,1,0,0,9754.17,-7371.31,24.4369,0.977384,300,0,0,2215,0,0,0,0,0),(57675,16686,530,1,1,0,0,9745.94,-7363.87,24.4207,1.55334,300,0,0,1524,0,0,0,0,0),(57676,16687,530,1,1,0,0,9498.67,-7428.08,14.3003,0.820305,300,0,0,811,852,0,0,0,0),(57677,16688,530,1,1,0,0,9503.61,-7430.97,14.2317,1.39626,300,0,0,811,852,0,0,0,0),(57678,16689,530,1,1,0,0,9519.7,-7427.59,14.2642,1.78024,300,0,0,737,2175,0,0,0,0),(57679,16690,530,1,1,0,0,9765.38,-7198.92,16.5111,1.44862,300,0,0,737,2175,0,0,0,0),(57680,16691,530,1,1,0,0,9648.21,-7071.54,14.3092,4.22748,300,0,0,737,2175,0,0,0,0),(57681,16692,530,1,1,0,0,9520.33,-7433.28,14.1588,0.902319,300,0,0,811,852,0,0,0,0),(57682,16693,530,1,1,0,0,9453,-7126.1,16.1476,5.94105,300,0,0,737,2175,0,0,0,0),(207581,15105,530,1,1,0,0,-2039.23,5331.15,-40.4661,4.81711,120,0,0,1,0,0,0,0,0),(207580,15105,530,1,1,0,0,-1955.67,5251.03,-42.389,5.32325,120,0,0,1,0,0,0,0,0),(207579,15105,530,1,1,0,0,-1953.4,5248.49,-42.6463,2.11185,120,0,0,1,0,0,0,0,0),(57686,16699,540,3,1,0,1,15.7191,8.24645,-13.2035,3.55865,86400,0,0,19607,0,0,0,0,0),(57687,16699,540,3,1,0,1,32.4758,7.97866,-13.2202,3.28428,86400,0,0,19607,0,0,0,0,0),(57688,16699,540,3,1,0,1,71.5349,130.864,-13.1991,4.62365,86400,0,0,19607,0,0,0,0,0),(57689,16699,540,3,1,0,1,63.2694,185.208,-13.2393,4.73753,86400,0,0,19607,0,0,0,0,0),(57690,16699,540,3,1,0,1,72.4708,184.452,-13.238,4.72051,86400,0,0,19607,0,0,0,0,0),(57691,16699,540,3,1,0,1,75.3563,271.026,-13.2073,3.96443,86400,0,0,19607,0,0,0,0,0),(57692,16699,540,3,1,0,1,80.3887,270.649,-13.2087,3.96182,86400,0,0,19607,0,0,0,0,0),(57693,16700,540,3,1,0,1,16.4305,1.9132,-13.2014,3.16464,86400,0,0,27245,0,2,0,0,0),(57694,16700,540,3,1,0,1,68.7698,133.221,-13.1937,4.72575,86400,0,0,27245,0,0,0,0,0),(57695,16700,540,3,1,0,1,69.5766,186.23,-13.2424,4.69381,86400,0,0,27245,0,0,0,0,0),(57696,16700,540,3,1,0,1,72.8199,262.495,-13.2006,0.778338,86400,0,0,27245,0,0,0,0,0),(57697,16703,530,1,1,0,0,9553.01,-7507.7,16.3404,1.50098,300,0,0,811,852,0,0,0,0),(57698,16704,540,3,1,0,1,74.8027,130.074,-13.2007,4.62365,86400,0,0,19607,0,0,0,0,0),(57699,16704,540,3,1,0,1,62.9769,129.768,-13.1948,5.01111,86400,0,0,19607,0,0,0,0,0),(57700,16704,540,3,1,0,1,76.022,183.854,-13.2361,4.65506,86400,0,0,19607,0,0,0,0,0),(57701,16706,530,1,1,0,0,-4055,-11539.5,-138.465,1.8326,300,0,0,737,2175,0,0,0,0),(57702,16708,530,1,1,0,1,-3750.26,-11376.6,-136.976,4.11732,300,0,0,955,0,0,0,0,0),(57703,16713,530,1,1,0,0,-4238.81,-11714.4,-143.957,0.959931,300,0,0,3696,0,0,0,0,0),(57704,16714,530,1,1,0,0,-4249.38,-11805.6,-133.102,0.575959,300,0,0,737,2175,0,0,0,0),(57705,16715,530,1,1,0,0,-4242.41,-11572.7,-126.205,2.75762,300,0,0,1220,0,0,0,0,0),(57706,16716,530,1,1,0,0,-4255.84,-11821.9,-99.5113,2.33874,300,0,0,737,2175,0,0,0,0),(57707,16718,530,1,1,0,0,-3794.7,-11641.7,-105.972,3.82227,300,0,0,737,2175,0,0,0,0),(57708,16721,530,1,1,0,0,-4274.81,-11495.3,9.4874,0.017453,300,0,0,2442,2434,0,0,0,0),(57709,16722,530,1,1,0,0,-3892.98,-11487.5,-136.142,1.27409,300,0,0,737,2175,0,0,0,0),(57710,16723,530,1,1,0,0,-4037.06,-11361,-138.836,4.79965,300,0,0,811,852,0,0,0,0),(57711,16729,530,1,1,0,0,-4095.78,-11747,-139.578,3.68265,300,0,0,811,852,0,0,0,0),(57712,16732,530,1,1,0,0,-3934.23,-11628.1,-138.39,1.43117,300,0,0,737,2175,0,0,0,0),(57713,16733,530,1,1,0,1,-4016.34,-11659.1,-134.802,3.26377,300,0,0,15952,0,0,0,0,0),(57714,16733,530,1,1,0,1,-3964.51,-11623.7,-138.837,5.21853,300,0,0,15952,0,0,0,0,0),(57715,16733,530,1,1,0,1,-3939.51,-11607.2,-138.45,5.06145,300,0,0,15952,0,0,0,0,0),(57716,16733,530,1,1,0,1,-4126.2,-11549.7,-135.903,1.23918,300,0,0,15952,0,0,0,0,0),(57717,16733,530,1,1,0,1,-4116.54,-11554.4,-135.81,0.994838,300,0,0,15952,0,0,0,0,0),(57718,16733,530,1,1,0,1,-3984.38,-11596.7,-134.286,2.04204,300,0,0,15952,0,0,0,0,0),(57719,16733,530,1,1,0,1,-3956.52,-11578.9,-133.936,2.05949,300,0,0,15952,0,0,0,0,0),(57720,16733,530,1,1,0,1,-3960.06,-11549.8,-134.221,1.86323,300,0,0,15952,0,0,0,0,0),(57721,16733,530,1,1,0,1,-3957.43,-11548,-134.184,1.76642,300,0,0,15952,0,0,0,0,0),(57722,16733,530,1,1,0,1,-3996.9,-11596.1,-134.757,0.39536,300,0,0,15952,0,0,0,0,0),(57723,16733,530,1,1,0,1,-3998.35,-11598.2,-134.748,6.06874,300,0,0,15952,0,0,0,0,0),(57724,16733,530,1,1,0,1,-4143.59,-11587.3,-139.185,4.29351,300,0,0,15952,0,0,0,0,0),(57725,16733,530,1,1,0,1,-4133.97,-11591.7,-139.086,4.20624,300,0,0,15952,0,0,0,0,0),(57726,16733,530,1,1,0,1,-3981.64,-11688.8,-139.163,0.034907,300,0,0,15952,0,0,0,0,0),(57727,16733,530,1,1,0,1,-3639.35,-11471.3,-118.683,2.77507,300,0,0,15952,0,0,0,0,0),(57728,16733,530,1,1,0,1,-3651.93,-11488.6,-118.952,2.11185,300,0,0,15952,0,0,0,0,0),(57729,16733,530,1,1,0,1,-3960.45,-11721.8,-138.974,0.767945,300,0,0,15952,0,0,0,0,0),(57730,16733,530,1,1,0,1,-3933,-11735.5,-138.733,1.32645,300,0,0,15952,0,0,0,0,0),(57731,16733,530,1,1,0,1,-4144.78,-11719.8,-136.31,2.51777,300,0,0,15952,0,0,0,0,0),(57732,16733,530,1,1,0,1,-4161.87,-11633,-101.065,5.27931,300,0,0,15952,0,0,0,0,0),(57733,16733,530,1,1,0,1,-4166.36,-11736.5,-137.094,1.63017,300,0,0,15952,0,0,0,0,0),(57734,16733,530,1,1,0,1,-4205.1,-11790.9,-132.997,1.09956,300,0,0,15952,0,0,0,0,0),(57735,16733,530,1,1,0,1,-4273.51,-11832.6,-105.403,2.11745,300,0,0,15952,0,0,0,0,0),(57736,16734,530,1,1,0,0,-4092.43,-11626.6,-138.665,4.2237,300,0,0,5228,0,0,0,0,0),(57737,16738,530,1,1,0,0,-4222.3,-11563.9,-125.935,3.05433,300,0,0,1772,1807,0,0,0,0),(57738,16740,530,1,1,0,0,-4229.6,-11715.2,-143.55,0.977384,300,0,0,811,852,0,0,0,0),(57739,16741,530,1,1,0,0,-4042.37,-11366.3,-138.917,2.87979,300,0,0,811,852,0,0,0,0),(57740,16742,530,1,1,0,0,-3892.32,-11486.5,-136.214,6.23828,300,0,0,811,852,0,0,0,0),(57741,16748,530,1,1,0,0,-4128.88,-11769.8,-136.695,3.38594,300,0,0,811,852,0,0,0,0),(57742,16749,530,1,1,0,0,-4048.73,-11565.5,-138.407,0.401426,300,0,0,2136,5751,0,0,0,0),(57743,16750,530,1,1,0,0,-4280.97,-11778.2,-93.9534,5.08939,300,0,0,737,2175,0,0,0,0),(57744,16752,530,1,1,0,0,-4228.17,-11697.1,-143.465,5.25344,300,0,0,811,852,0,0,0,0),(57745,16753,530,1,1,0,0,-4286.98,-11771.5,-132.132,5.61996,300,0,0,737,2175,0,0,0,0),(57746,16755,530,1,1,0,0,-4043.18,-11556.4,-138.307,5.41052,120,0,0,737,2175,0,0,0,0),(57747,16757,530,1,1,0,0,-3698.27,-11485.3,-119.522,5.54917,300,0,0,737,2175,0,0,0,0),(57748,16761,530,1,1,0,0,-4207.31,-11477.9,-131.556,0.087266,300,0,0,2442,2434,0,0,0,0),(57749,16762,530,1,1,0,0,-4290.35,-11789.9,-132.246,0.802851,300,0,0,737,2175,0,0,0,0),(57750,16764,530,1,1,0,0,-3787.01,-11702.7,-105.135,2.58309,300,0,0,955,0,0,0,0,0),(57751,16767,530,1,1,0,0,-4092.13,-11750,-139.629,4.42093,300,0,0,811,852,0,0,0,0),(57752,16768,530,1,1,0,0,-3962.58,-11668.9,-138.778,2.35619,300,0,0,737,2175,0,0,0,0),(57753,16769,530,1,1,0,1,-2414.79,3183.67,2.19594,2.2292,300,5,0,4422,2620,1,0,0,0),(57754,16769,530,1,1,0,1,-2415.1,3188.59,18.1726,1.67552,300,0,0,4422,2620,0,0,0,0),(57755,16769,530,1,1,0,1,-2369.74,3244.58,-3.29226,0.977384,300,0,0,4422,2620,0,0,0,0),(57756,16769,530,1,1,0,1,-2364.04,3213.52,-3.0831,5.81195,300,0,0,4422,2620,0,0,0,0),(57757,16769,530,1,1,0,1,-2346.05,3182.74,-0.359708,6.21337,300,0,0,4422,2620,0,0,0,0),(57758,16769,530,1,1,0,1,-2334.99,3183.9,-0.656252,3.38594,300,0,0,4422,2620,0,0,0,0),(57759,16769,530,1,1,0,1,-2357.14,3249.92,-3.13053,0.980627,300,0,0,4422,2620,0,0,0,0),(57760,16769,530,1,1,0,1,-2325.4,3215.8,-3.29226,0.942478,300,0,0,4422,2620,0,0,0,0),(57761,16769,530,1,1,0,1,-2363.62,3252.71,-3.29226,4.04916,300,0,0,4422,2620,0,0,0,0),(57762,16769,530,1,1,0,1,-2354.91,3208.29,-3.29226,2.56563,300,0,0,4422,2620,0,0,0,0),(57763,16769,530,1,1,0,1,-2352.87,3240.68,-3.30468,5.65487,300,0,0,4422,2620,0,0,0,0),(57764,16769,530,1,1,0,1,-2337.63,3229.24,-3.28385,2.49582,300,0,0,4422,2620,0,0,0,0),(57765,16769,530,1,1,0,1,-2350.7,3227.22,-3.22727,1.02974,300,0,0,4422,2620,0,0,0,0),(57766,16769,530,1,1,0,1,-2339.74,3242.62,-3.22727,4.01426,300,0,0,4422,2620,0,0,0,0),(57767,16769,530,1,1,0,1,-2319.32,3224.02,-3.29226,4.10152,300,0,0,4422,2620,0,0,0,0),(57768,16769,530,1,1,0,1,-2260.35,3214.4,-4.05378,1.47061,300,5,0,4422,2620,1,0,0,0),(57769,16769,530,1,1,0,1,-2290.05,3247.82,-1.02317,1.53562,300,0,0,4422,2620,0,0,0,0),(57770,16769,530,1,1,0,1,-2298,3241.28,-0.81581,1.44862,300,0,0,4422,2620,0,0,0,0),(57771,16769,530,1,1,0,1,-2300.23,3251.94,-0.804075,4.92183,300,0,0,4422,2620,0,0,0,0),(57772,16769,530,1,1,0,1,-2329.17,3276.49,-0.365191,1.14127,300,0,0,4422,2620,0,0,0,0),(57773,16769,530,1,1,0,1,-2336.07,3257.75,-3.29226,5.77704,300,0,0,4422,2620,0,0,0,0),(57774,16769,530,1,1,0,1,-2326.52,3252.05,-2.71682,2.58309,300,0,0,4422,2620,0,0,0,0),(57775,16769,530,1,1,0,1,-2394.57,3221.12,-0.56091,1.36136,300,0,0,4422,2620,0,0,0,0),(57776,16772,530,1,1,0,1,-2881.16,3510.65,-30.9113,4.14145,300,5,0,5527,0,1,0,0,0),(57777,16772,530,1,1,0,1,-2849.12,3514.62,-32.9732,4.09561,300,5,0,5527,0,1,0,0,0),(57778,16772,530,1,1,0,1,-2861.87,3546.37,-26.5565,2.92927,300,5,0,5527,0,1,0,0,0),(57779,16772,530,1,1,0,1,-2903.26,3551.59,-8.54725,5.91659,300,5,0,5527,0,1,0,0,0),(57780,16772,530,1,1,0,1,-2890.83,3655.7,-16.6741,0.269531,300,5,0,5527,0,1,0,0,0),(57781,16772,530,1,1,0,1,-2980.95,3589.29,-3.29557,4.83771,300,5,0,5527,0,1,0,0,0),(57782,16772,530,1,1,0,1,-3012.03,3597.95,-1.88491,1.15039,300,5,0,5527,0,1,0,0,0),(57783,16772,530,1,1,0,1,-2951.62,3555.02,-9.75119,4.10378,300,5,0,5527,0,1,0,0,0),(57784,16772,530,1,1,0,1,-2979.45,3526.72,-5.10162,1.54777,300,0,0,5527,0,2,0,0,0),(57785,16772,530,1,1,0,1,-2987.23,3454.06,0.05718,1.99589,300,5,0,5527,0,1,0,0,0),(57786,16772,530,1,1,0,1,-2987.68,3470.8,0.24287,3.71252,300,5,0,5527,0,1,0,0,0),(57787,16772,530,1,1,0,1,-2987.08,3381.06,-2.38951,0.988472,300,5,0,5527,0,1,0,0,0),(57788,16772,530,1,1,0,1,-2979.88,3418.96,0.26503,4.91569,300,5,0,5527,0,1,0,0,0),(57789,16772,530,1,1,0,1,-2851.14,3416.11,-39.616,3.88706,300,5,0,5527,0,1,0,0,0),(57790,16780,530,1,1,0,0,9607.08,-7324.33,15.0517,3.80482,300,0,0,811,852,0,0,0,0),(57791,16782,530,1,1,0,0,9825.22,-7316.7,26.3649,6.10865,300,0,0,737,2175,0,0,0,0),(57792,16789,530,1,1,0,1,-593.242,4068.19,143.341,4.39823,300,0,0,6210,0,0,0,0,0),(57793,16790,530,1,1,0,0,-596.347,4108.47,91.0061,4.10152,300,0,0,3331,0,2,0,0,0),(57794,16791,530,1,1,0,0,-569.171,4145.86,68.2169,2.79253,300,0,0,2266,6015,0,0,0,0),(57795,16792,530,1,1,0,0,-577.381,4142.51,68.2169,1.91986,300,0,0,2266,6015,0,0,0,0),(57796,16793,530,1,1,0,0,-596.007,4177.39,64.9726,3.76991,300,0,0,2332,6156,0,0,0,0),(57797,16794,530,1,1,0,1,-574.945,4156.21,68.1785,4.06662,300,0,0,3144,0,0,0,0,0),(57798,16795,530,1,1,0,0,-576.653,4157.49,68.2171,4.72984,300,0,0,2136,5751,0,0,0,0),(57799,16796,530,1,1,0,1,222.804,4330.04,119.083,2.72271,300,0,0,4731,2790,0,0,0,0),(57800,16797,530,1,1,0,1,74.0635,4333.11,101.473,3.12649,300,0,0,2136,5751,2,0,0,0),(57801,16798,530,1,1,0,1,95.0439,4292.25,101.97,0.628319,300,0,0,2136,5751,0,0,0,0),(57802,16799,530,1,1,0,1,96.1441,4347.31,102.357,4.10152,300,0,0,3367,2568,0,0,0,0),(57803,16800,530,1,1,0,1,9990.12,-7055.93,45.4464,2.50671,300,0,0,1117800,63100,0,0,0,0),(57804,16801,530,1,1,0,1,9987.2,-7053.78,45.4464,5.6483,300,0,0,558900,25240,0,0,0,0),(57805,16802,530,1,1,0,1,9990.5,-7052.52,45.4464,4.60241,7200,0,0,1,127740,0,0,0,0),(16252,3863,33,1,1,2446,0,-129.732,2176.27,94.1285,2.54818,86400,2,0,1452,0,1,0,0,0),(57810,16805,530,1,1,0,0,-3832.21,5112.91,-33.4745,2.0742,300,5,0,5715,0,1,0,0,0),(57811,16805,530,1,1,0,0,-3781.93,5050.26,-19.3966,5.6182,300,5,0,5715,0,1,0,0,0),(57812,16805,530,1,1,0,0,-3837.83,4928,-24.7079,3.73664,300,5,0,5715,0,1,0,0,0),(57813,16805,530,1,1,0,0,-3874.44,4890.42,-35.5017,4.15675,300,5,0,5715,0,1,0,0,0),(57814,16805,530,1,1,0,0,-3907.5,5003.31,-68.3106,6.0273,300,5,0,5715,0,1,0,0,0),(57815,16805,530,1,1,0,0,-3778.87,4879.63,-19.962,2.91491,300,5,0,5715,0,1,0,0,0),(57816,16805,530,1,1,0,0,-3820.09,4851.99,-25.169,5.16724,300,5,0,5715,0,1,0,0,0),(57817,16805,530,1,1,0,0,-3784.72,4915.4,-19.9168,2.94912,300,5,0,5715,0,1,0,0,0),(57818,16805,530,1,1,0,0,-3726.91,4854.72,-18.2601,5.00141,300,5,0,5715,0,1,0,0,0),(57819,16805,530,1,1,0,0,-3485.82,4485.81,-21.133,5.49061,300,5,0,5715,0,1,0,0,0),(57820,16805,530,1,1,0,0,-3374.26,4359.57,-20.9522,5.6182,300,5,0,5715,0,1,0,0,0),(57821,16805,530,1,1,0,0,-3103.52,4624.04,-19.9635,1.22072,300,5,0,5715,0,1,0,0,0),(57822,16805,530,1,1,0,0,-3207.03,4493.58,-21.9009,4.67331,300,5,0,5715,0,1,0,0,0),(57823,16805,530,1,1,0,0,-3261.79,4512.54,-21.7254,2.03705,300,5,0,5715,0,1,0,0,0),(57824,16805,530,1,1,0,0,-3286.05,4483.79,-21.7164,0.607178,300,5,0,5715,0,1,0,0,0),(57825,16805,530,1,1,0,0,-3253.14,4448.13,-22.8758,5.98712,300,5,0,5715,0,1,0,0,0),(57826,16805,530,1,1,0,0,-3249.86,4349.7,-19.9777,0.234209,300,5,0,5715,0,1,0,0,0),(57827,16805,530,1,1,0,0,-3249.19,4383.46,-21.491,3.038,300,5,0,5715,0,1,0,0,0),(57828,16805,530,1,1,0,0,-3388.76,4314.64,-19.9673,0.415545,300,5,0,5715,0,1,0,0,0),(57829,16805,530,1,1,0,0,-3352.95,4316.68,-20.5084,0.707368,300,5,0,5715,0,1,0,0,0),(57830,16805,530,1,1,0,0,-3314.75,4284.14,-19.5328,5.62878,300,5,0,5715,0,1,0,0,0),(57831,16805,530,1,1,0,0,-3366.45,4249.73,-15.7578,4.07883,300,5,0,5715,0,1,0,0,0),(57832,16805,530,1,1,0,0,-3412.83,4250.74,-12.2091,2.784,300,5,0,5715,0,1,0,0,0),(57833,16805,530,1,1,0,0,-3389.29,4276.82,-16.0954,4.58513,300,5,0,5715,0,1,0,0,0),(57834,16805,530,1,1,0,0,-3488.03,4321.13,-13.0724,3.90968,300,5,0,5715,0,1,0,0,0),(57835,16805,530,1,1,0,0,-3454.03,4271.48,-12.7572,4.80814,300,5,0,5715,0,1,0,0,0),(57836,16805,530,1,1,0,0,-3557.18,4324.94,-8.80024,5.7575,300,5,0,5715,0,1,0,0,0),(57837,16805,530,1,1,0,0,-3513.91,4284.14,-8.59822,4.84583,300,5,0,5715,0,1,0,0,0),(57838,16805,530,1,1,0,0,-3553.28,4387.7,-14.7455,0.198573,300,5,0,5715,0,1,0,0,0),(57839,16805,530,1,1,0,0,-3580.59,4361.81,-11.2503,4.34059,300,5,0,5715,0,1,0,0,0),(57840,16805,530,1,1,0,0,-3592.58,4292.49,-5.34144,3.04775,300,5,0,5715,0,1,0,0,0),(57841,16805,530,1,1,0,0,-3634.37,4348.96,-8.35268,5.92409,300,5,0,5715,0,1,0,0,0),(57842,16805,530,1,1,0,0,-3609.81,4333.02,-6.69161,1.5708,300,5,0,5715,0,1,0,0,0),(57843,16805,530,1,1,0,0,-3607.61,4367.41,-11.827,5.08169,300,5,0,5715,0,1,0,0,0),(57844,16805,530,1,1,0,0,-3579.09,4421.45,-16.7549,0.61783,300,5,0,5715,0,1,0,0,0),(57845,16805,530,1,1,0,0,-3679.17,4358.51,-3.70537,1.01574,300,5,0,5715,0,1,0,0,0),(57846,16805,530,1,1,0,0,-3694.6,4386.38,-4.48885,1.43566,300,5,0,5715,0,1,0,0,0),(57847,16805,530,1,1,0,0,-3653.73,4406.96,-12.1193,0.96175,300,5,0,5715,0,1,0,0,0),(57848,16805,530,1,1,0,0,-3603.78,4451.49,-17.4062,2.84624,300,5,0,5715,0,1,0,0,0),(57849,16805,530,1,1,0,0,-3545.4,4451.75,-20.0056,5.64494,300,5,0,5715,0,1,0,0,0),(57850,16805,530,1,1,0,0,-3705.58,4429.6,-7.61746,3.86759,300,5,0,5715,0,1,0,0,0),(57851,16805,530,1,1,0,0,-3586.55,4504.31,-18.5395,0.535837,300,5,0,5715,0,1,0,0,0),(135268,16409,532,1,3,16465,1,-10979.3,-2017.42,80.0564,2.56563,604800,0,0,7825,15775,0,0,0,0),(57853,16807,540,3,1,0,1,178.928,289.487,-8.18744,4.70166,86400,0,0,107700,60581,0,0,0,0),(57854,16808,540,3,1,0,0,228.513,-84.9949,4.94008,0.0183166,86400,0,0,167895,0,0,0,0,0),(57855,16809,540,3,1,0,1,373.489,56.7953,-7.29401,0.730151,86400,0,0,153135,0,0,0,0,0),(57856,16810,530,1,1,0,1,-2848.2,3483.05,-35.6463,1.99695,300,5,0,4422,2620,1,0,0,0),(57857,16810,530,1,1,0,1,-2848.9,3581.72,-18.1347,6.09172,300,5,0,4422,2620,1,0,0,0),(57858,16810,530,1,1,0,1,-2912.97,3599.74,-7.84152,1.08295,300,5,0,4422,2620,1,0,0,0),(57859,16810,530,1,1,0,1,-2906.18,3650.95,-14.3087,3.91594,300,5,0,4422,2620,1,0,0,0),(57860,16810,530,1,1,0,1,-2926.86,3576.97,-8.3294,4.41463,300,5,0,4422,2620,1,0,0,0),(57861,16810,530,1,1,0,1,-2972.53,3617.43,-8.52873,3.23483,300,5,0,4422,2620,1,0,0,0),(57862,16810,530,1,1,0,1,-2967.66,3617.5,-8.8631,6.10055,300,5,0,4422,2620,1,0,0,0),(57863,16810,530,1,1,0,1,-2953.48,3570.46,-7.80411,1.32706,300,5,0,4422,2620,1,0,0,0),(57864,16810,530,1,1,0,1,-2994.31,3542.96,-2.24324,2.37249,300,5,0,4422,2620,1,0,0,0),(57865,16810,530,1,1,0,1,-3015.66,3544.64,2.99389,3.59126,300,5,0,4422,2620,1,0,0,0),(57866,16810,530,1,1,0,1,-2951.77,3505.9,-3.32282,2.13792,300,5,0,4422,2620,1,0,0,0),(57867,16810,530,1,1,0,1,-2956.88,3491.72,-2.92502,2.39708,300,5,0,4422,2620,1,0,0,0),(57868,16810,530,1,1,0,1,-2915.93,3519.06,-22.5029,5.50241,300,5,0,4422,2620,1,0,0,0),(57869,16810,530,1,1,0,1,-2937.02,3432.81,1.76415,1.47268,300,5,0,4422,2620,1,0,0,0),(57870,16810,530,1,1,0,1,-2889.6,3393.64,-18.795,2.01332,300,5,0,4422,2620,1,0,0,0),(57871,16810,530,1,1,0,1,-2918.87,3347.83,-5.89065,4.41424,300,5,0,4422,2620,1,0,0,0),(57872,16810,530,1,1,0,1,-2887.03,3492.76,-28.5982,1.83773,300,0,0,4422,2620,0,0,0,0),(57873,16810,530,1,1,0,1,-2882,3490.71,-30.7948,5.97727,300,5,0,4422,2620,1,0,0,0),(135267,16409,532,1,3,16467,1,-10985.9,-2017.87,80.0569,0.733038,604800,0,0,7825,15775,0,0,0,0),(57876,16819,530,1,1,0,0,-815.609,2614.2,124.472,0.558505,300,0,0,946200,27900,0,0,0,0),(57877,16820,530,1,1,0,0,-591.543,2910.22,59.2956,4.76475,300,0,0,3052,0,0,0,0,0),(52379,17964,547,3,1,0,0,-94.142,-721.347,38.1964,2.82743,86400,0,0,1,0,0,0,0,0),(57879,16821,530,1,1,0,0,-811.135,2621.08,124.389,2.09458,300,0,0,2442,7302,0,0,0,0),(57880,16822,530,1,1,0,0,-665.804,2715.48,94.1981,3.35103,300,0,0,10572,0,0,0,0,0),(57881,16823,530,1,1,0,1,-717.317,2607.58,91.0112,2.04204,300,0,0,3052,0,0,0,0,0),(57882,16824,530,1,1,0,0,-677.376,2727.67,94.0169,5.02655,300,0,0,2297,6867,0,0,0,0),(57883,16825,530,1,1,0,1,-708.297,2735.74,94.8168,1.81514,300,0,0,9768,7302,0,0,0,0),(57884,16826,530,1,1,0,0,-708.871,2739.13,94.8168,5.044,300,0,0,2614,0,0,0,0,0),(57885,16827,530,1,1,0,0,-597.186,2912.03,59.2966,5.42797,300,0,0,3052,0,0,0,0,0),(57886,16828,530,1,1,0,0,-699.722,2712.77,102.459,1.5708,300,0,0,3052,0,0,0,0,0),(57887,16829,530,1,1,0,0,-782.802,2757.77,120.93,5.28835,300,0,0,2442,7302,0,0,0,0),(57888,16830,530,1,1,0,0,-678.616,2604.23,86.7149,0.314159,300,0,0,2590,25680,0,0,0,0),(57889,16831,530,1,1,0,1,-785.971,2655.97,109.172,0.331712,300,5,0,2871,0,1,0,0,0),(57890,16831,530,1,1,0,1,-267.561,1030.86,54.4068,5.63741,300,0,0,2871,0,0,0,0,0),(57891,16831,530,1,1,0,1,-265.926,1032.88,54.4051,5.34071,300,0,0,2871,0,0,0,0,0),(57892,16831,530,1,1,0,1,-625.483,1844.08,75.8737,0.401426,300,0,0,2871,0,0,0,0,0),(57893,16831,530,1,1,0,1,-617.559,1870.62,72.8241,5.06145,300,0,0,2871,0,0,0,0,0),(57894,16831,530,1,1,0,1,-315.071,2189.21,68.7515,5.93517,300,5,0,2871,0,1,0,0,0),(57895,16831,530,1,1,0,1,-753.524,2670.38,99.664,2.28638,300,0,0,2871,0,0,0,0,0),(57896,16831,530,1,1,0,1,-706.337,2726.19,94.1936,3.03687,300,0,0,2871,0,0,0,0,0),(57897,16831,530,1,1,0,1,-711.224,2726.41,94.1936,5.98648,300,0,0,2871,0,0,0,0,0),(57898,16831,530,1,1,0,1,-711.314,2723.37,94.1936,0.139626,300,0,0,2871,0,0,0,0,0),(57899,16831,530,1,1,0,1,-707,2721.95,94.1936,2.21657,300,0,0,2871,0,0,0,0,0),(57900,16831,530,1,1,0,1,-683.923,2713.18,95.7669,6.24828,300,0,0,2871,0,0,0,0,0),(57901,16831,530,1,1,0,1,-683.479,2716.52,95.3919,6.12611,300,0,0,2871,0,0,0,0,0),(57902,16831,530,1,1,0,1,-683.385,2720.33,94.7669,0.017453,300,0,0,2871,0,0,0,0,0),(57903,16831,530,1,1,0,1,-683.374,2723.68,94.3919,0,300,0,0,2871,0,0,0,0,0),(57904,16831,530,1,1,0,1,-685.792,2613.54,86.7943,5.75959,300,0,0,2871,0,0,0,0,0),(57905,16832,530,1,1,0,0,-673.345,2594.09,86.242,2.84489,300,0,0,3144,0,0,0,0,0),(57906,16833,530,1,1,0,1,98.0885,4344.58,101.817,4.29351,300,0,0,3270,2486,0,0,0,0),(57907,16834,530,1,1,0,1,90.8384,4351.73,103.178,4.64258,300,0,0,4731,2790,0,0,0,0),(57908,16835,530,1,1,0,0,-687.47,2585.73,87.1836,5.53269,300,0,0,2533,0,0,0,0,0),(57909,16835,530,1,1,0,0,-682.524,2592.02,86.9336,4.95674,300,0,0,2533,0,0,0,0,0),(57910,16835,530,1,1,0,0,-674.304,2595.9,86.3086,4.46804,300,0,0,2533,0,0,0,0,0),(57911,16835,530,1,1,0,0,-668.832,2593.05,85.6836,5.23599,300,0,0,2533,0,0,0,0,0),(57912,16836,530,1,1,0,1,92.4689,4342.16,101.579,1.06465,300,0,0,2986,2289,0,0,0,0),(57913,16836,530,1,1,0,1,94.0573,4342.8,101.607,1.32645,300,0,0,2986,2289,0,0,0,0),(57914,16836,530,1,1,0,1,95.0567,4340.83,101.553,0.907571,300,0,0,2986,2289,0,0,0,0),(57915,16837,530,1,1,0,0,-673.345,2853.22,49.4615,1.09956,300,0,0,3144,0,0,0,0,0),(57916,16838,530,1,1,0,1,-686.326,2846.67,48.8622,4.56938,300,5,0,2453,0,1,0,0,0),(57917,16838,530,1,1,0,1,-657.245,2851.42,49.782,5.65466,300,5,0,2453,0,1,0,0,0),(57918,16838,530,1,1,0,1,-650.795,2855.71,49.907,2.68194,300,5,0,2453,0,1,0,0,0),(57919,16838,530,1,1,0,1,-678.247,2855.25,49.2372,2.85057,300,5,0,2453,0,1,0,0,0),(57920,16838,530,1,1,0,1,-666.007,2860.32,48.907,1.14638,300,5,0,2453,0,1,0,0,0),(57921,16839,530,1,1,0,0,-809.405,2611.59,124.472,2.02458,300,0,0,2590,2568,0,0,0,0),(57922,16842,530,1,1,0,1,-842.642,2658.87,111.256,2.79599,300,5,0,5922,0,1,0,0,0),(57923,16842,530,1,1,0,1,-866.125,2751.5,49.3004,4.77103,300,5,0,5922,0,1,0,0,0),(57924,16842,530,1,1,0,1,-838.685,2698.06,111.217,1.5706,300,5,0,5922,0,1,0,0,0),(57925,16842,530,1,1,0,1,-816.443,2637.09,109.255,0.890118,300,0,0,5922,0,0,0,0,0),(57926,16842,530,1,1,0,1,-812.881,2612.64,109.255,5.09636,300,0,0,5922,0,0,0,0,0),(57927,16842,530,1,1,0,1,-803.447,2650.27,109.255,5.20108,300,0,0,5922,0,0,0,0,0),(57928,16842,530,1,1,0,1,-794.656,2626.95,107.756,0.575959,300,0,0,5922,0,0,0,0,0),(57929,16842,530,1,1,0,1,-795.308,2637.02,123.179,5.34071,300,0,0,5922,0,0,0,0,0),(57930,16842,530,1,1,0,1,-778.65,2607.59,109.255,2.23402,300,0,0,5922,0,0,0,0,0),(57931,16842,530,1,1,0,1,-784.106,2633.14,123.179,3.735,300,0,0,5922,0,0,0,0,0),(57932,16842,530,1,1,0,1,-785.937,2621.61,123.179,2.1293,300,0,0,5922,0,0,0,0,0),(57933,16842,530,1,1,0,1,-684.436,1878.37,64.1349,3.9968,300,0,0,5922,0,0,0,0,0),(57934,16864,530,1,1,0,1,-702.97,1826.12,75.2493,2.99982,300,0,0,5922,0,2,0,0,0),(57935,16842,530,1,1,0,1,-677.277,1865.82,66.4225,0.418879,300,0,0,5922,0,0,0,0,0),(57936,16842,530,1,1,0,1,-615.646,1873.34,73.4491,5.61996,300,0,0,5922,0,0,0,0,0),(57937,16842,530,1,1,0,1,-872.166,2769.45,37.4432,0.218083,300,0,0,5922,0,2,0,0,0),(57938,16842,530,1,1,0,1,-761.56,2653.6,107.18,0.331613,300,0,0,5922,0,0,0,0,0),(57939,16842,530,1,1,0,1,-754.935,2643.26,107.586,0.645772,300,0,0,5922,0,0,0,0,0),(57940,16842,530,1,1,0,1,-756.463,2712.16,111.622,5.58505,300,0,0,5922,0,0,0,0,0),(57941,16842,530,1,1,0,1,-750.228,2716.35,111.868,5.25344,300,0,0,5922,0,0,0,0,0),(57942,16842,530,1,1,0,1,-724.585,2724.95,95.4476,4.5758,300,0,0,5922,0,0,0,0,0),(57943,16842,530,1,1,0,1,-737.23,2659.42,96.612,3.36339,300,0,0,5922,0,2,0,0,0),(57944,16842,530,1,1,0,1,-733.075,2659.77,95.647,3.10743,300,0,0,5922,0,2,0,0,0),(57945,16842,530,1,1,0,1,-713.606,2700.25,94.6583,4.67748,300,0,0,5922,0,0,0,0,0),(57946,16842,530,1,1,0,1,-713.693,2621.37,89.8141,1.23918,300,0,0,5922,0,0,0,0,0),(57947,16842,530,1,1,0,1,-669.269,2728.34,94.0169,4.39823,300,0,0,5922,0,0,0,0,0),(57948,16842,530,1,1,0,1,-694.58,2767.1,94.8707,3.32022,300,0,0,5922,0,2,0,0,0),(57949,16842,530,1,1,0,1,-666.344,2723.01,94.1981,3.78736,300,0,0,5922,0,0,0,0,0),(57950,16842,530,1,1,0,1,-705.956,2618.55,89.7844,1.32645,300,0,0,5922,0,0,0,0,0),(57951,16842,530,1,1,0,1,-703.308,2686.92,93.8874,2.21204,300,0,0,5922,0,2,0,0,0),(57952,16842,530,1,1,0,1,-700.425,2683.44,93.895,2.36343,300,0,0,5922,0,2,0,0,0),(57953,16842,530,1,1,0,1,-614.495,2767.16,79.9034,0.575959,300,0,0,5922,0,0,0,0,0),(57954,16842,530,1,1,0,1,-614.543,2763.24,80.2283,0.541052,300,0,0,5922,0,0,0,0,0),(57955,16842,530,1,1,0,1,-605.016,2757.08,80.7283,1.22173,300,0,0,5922,0,0,0,0,0),(57956,16842,530,1,1,0,1,-601.85,2757.36,80.1033,1.29154,300,0,0,5922,0,0,0,0,0),(57957,16842,530,1,1,0,1,-640.595,2587.59,82.8495,4.85202,300,0,0,5922,0,0,0,0,0),(57958,16842,530,1,1,0,1,-636.228,2584.77,81.9745,4.55531,300,0,0,5922,0,0,0,0,0),(57959,16842,530,1,1,0,1,-649.71,2575.72,83.3495,5.60251,300,0,0,5922,0,0,0,0,0),(57960,16842,530,1,1,0,1,-649.496,2580.22,83.4745,5.65487,300,0,0,5922,0,0,0,0,0),(57961,16842,530,1,1,0,1,-583.068,2887.39,58.8319,4.15388,300,0,0,5922,0,0,0,0,0),(57962,16842,530,1,1,0,1,-586.886,2892.84,59.204,5.11381,300,0,0,5922,0,0,0,0,0),(57963,16842,530,1,1,0,1,-593.143,2891.48,58.9914,5.044,300,0,0,5922,0,0,0,0,0),(57964,16842,530,1,1,0,1,-597.123,2883.84,59.011,5.61996,300,0,0,5922,0,0,0,0,0),(57965,16843,530,1,1,0,1,-693.643,2675.36,93.0807,4.70262,300,0,0,6104,0,2,0,0,0),(57966,16843,530,1,1,0,1,-603.414,2490.89,61.8007,4.67526,300,0,0,6104,0,2,0,0,0),(57967,16843,530,1,1,0,1,-604.829,2498.03,63.3302,4.8141,300,0,0,6104,0,2,0,0,0),(57968,16843,530,1,1,0,1,-606.552,2506.5,65.0155,4.97111,300,0,0,6104,0,2,0,0,0),(57969,16844,530,1,1,0,0,16.4503,2020.34,76.1969,5.72468,300,20,0,4142,0,1,0,0,0),(57970,16844,530,1,1,0,0,180.635,2497.2,63.8712,5.25699,300,20,0,4142,0,1,0,0,0),(57971,16844,530,1,1,0,0,722.567,2824.89,25.464,5.61996,300,20,0,4142,0,1,0,0,0),(57972,16844,530,1,1,0,0,138.567,2924.36,29.6028,1.00003,300,20,0,4142,0,1,0,0,0),(57973,16844,530,1,1,0,0,332.555,3134.76,31.7012,5.82238,300,20,0,4142,0,1,0,0,0),(57974,16844,530,1,1,0,0,-83.6749,2500.2,49.7602,0.746772,300,20,0,4142,0,1,0,0,0),(57975,16844,530,1,1,0,0,-416.268,2353.51,41.7239,5.13751,300,20,0,4142,0,1,0,0,0),(57976,16844,530,1,1,0,0,-288.878,2021.49,107.657,2.13246,300,20,0,4142,0,1,0,0,0),(57977,16844,530,1,1,0,0,-1240.25,2355.27,58.923,6.24828,300,20,0,4142,0,1,0,0,0),(57978,16844,530,1,1,0,0,-786.872,1910.16,53.3642,4.01426,300,20,0,4142,0,1,0,0,0),(57979,16844,530,1,1,0,0,-1066.29,2851.14,-6.482,5.93412,300,20,0,4142,0,1,0,0,0),(57980,16845,530,1,1,0,1,524.269,3887.2,189.957,4.27606,300,0,0,19626,0,0,0,0,0),(57981,16846,530,1,1,0,0,366.694,3868.42,146.273,3.4383,300,0,0,3144,0,0,0,0,0),(57982,16846,530,1,1,0,0,360.294,3866.98,146.338,0.087266,300,0,0,3144,0,0,0,0,0),(57983,16846,530,1,1,0,0,364.89,3776.79,197.654,2.58309,300,0,0,3144,0,0,0,0,0),(57984,16846,530,1,1,0,0,359.728,3780.15,197.604,5.68977,300,0,0,3144,0,0,0,0,0),(57985,16846,530,1,1,0,0,262.653,3677.42,185.472,3.9968,300,0,0,3144,0,0,0,0,0),(57986,16846,530,1,1,0,0,282.093,3665.93,184.57,4.55531,300,0,0,3144,0,0,0,0,0),(57987,16846,530,1,1,0,0,281.289,3658.48,184.748,1.51844,300,0,0,3144,0,0,0,0,0),(57988,16846,530,1,1,0,0,304.584,3667.61,184.016,2.18166,300,0,0,3144,0,0,0,0,0),(57989,16846,530,1,1,0,0,330.538,3663.57,183.986,1.13446,300,0,0,3144,0,0,0,0,0),(57990,16846,530,1,1,0,0,428.248,3688.06,184.755,0.610865,300,0,0,3144,0,0,0,0,0),(57991,16846,530,1,1,0,0,439.58,3669.33,188.018,1.95477,300,0,0,3144,0,0,0,0,0),(57992,16846,530,1,1,0,0,433.258,3691.35,184.821,3.7001,300,0,0,3144,0,0,0,0,0),(57993,16846,530,1,1,0,0,445.562,3681.58,188.003,1.8675,300,0,0,3144,0,0,0,0,0),(57994,16846,530,1,1,0,0,492.255,3696.19,185.312,1.02974,300,0,0,3144,0,0,0,0,0),(57995,16846,530,1,1,0,0,469.358,3795.24,186.819,5.93412,300,0,0,3144,0,0,0,0,0),(57996,16846,530,1,1,0,0,462.601,3819.98,189.388,5.95157,300,0,0,3144,0,0,0,0,0),(57997,16846,530,1,1,0,0,480.119,3823.21,189.388,4.99164,300,0,0,3144,0,0,0,0,0),(57998,16846,530,1,1,0,0,521.802,3693.55,187.808,2.44346,300,0,0,3144,0,0,0,0,0),(57999,16847,530,1,1,0,0,351.733,3858.52,146.544,2.00713,300,0,0,2871,0,0,0,0,0),(58000,16847,530,1,1,0,0,370.638,3859.49,146.577,1.58825,300,0,0,2871,0,0,0,0,0),(58001,16847,530,1,1,0,0,342.17,3782.77,198.371,3.01942,300,0,0,2871,0,0,0,0,0),(58002,16847,530,1,1,0,0,378.725,3776.19,197.544,3.14159,300,0,0,2871,0,0,0,0,0),(58003,16847,530,1,1,0,0,349.375,3786.31,198.297,5.95157,300,0,0,2871,0,0,0,0,0),(58004,16847,530,1,1,0,0,289.618,3659.97,184.929,0.959931,300,0,0,2871,0,0,0,0,0),(58005,16847,530,1,1,0,0,316.221,3658.88,191.583,4.18879,300,0,0,2871,0,0,0,0,0),(58006,16847,530,1,1,0,0,310.342,3654.95,184.332,0.15708,300,0,0,2871,0,0,0,0,0),(58007,16847,530,1,1,0,0,314.239,3647.03,191.661,1.78024,300,0,0,2871,0,0,0,0,0),(58008,16847,530,1,1,0,0,426.518,3669.21,188.051,1.98968,300,0,0,2871,0,0,0,0,0),(58009,16847,530,1,1,0,0,381.798,3767.85,196.953,4.57276,300,0,0,2871,0,0,0,0,0),(58010,16847,530,1,1,0,0,464.788,3790.19,186.585,5.42797,300,0,0,2871,0,0,0,0,0),(58011,16847,530,1,1,0,0,531.268,3675.59,187.065,3.7001,300,0,0,2871,0,0,0,0,0),(58012,16847,530,1,1,0,0,527.43,3675.24,192.974,4.85202,300,0,0,2871,0,0,0,0,0),(58013,16847,530,1,1,0,0,524.223,3684.5,187.357,3.1765,300,0,0,2871,0,0,0,0,0),(58014,16847,530,1,1,0,0,534.928,3668.19,193.037,3.63029,300,0,0,2871,0,0,0,0,0),(58015,16847,530,1,1,0,0,433.063,3683.05,186.25,5.21853,300,0,0,2871,0,0,0,0,0),(58016,16848,530,1,1,0,0,487.608,3874.94,193.825,0.226893,300,0,0,15474,0,0,0,0,0),(58017,16850,530,1,1,0,0,-1003.98,4305.97,68.0723,5.13127,300,0,0,4731,2790,0,0,0,0),(58018,16851,530,1,1,0,1,-1010.14,4301.38,68.1336,5.68977,300,0,0,4731,2790,0,0,0,0),(58019,16854,530,1,1,0,0,9402.33,-7926.69,12.2609,0.730068,3600,0,0,208,205,0,0,0,0),(58020,16855,530,1,1,0,1,8671.67,-7955.33,151.968,2.04395,3600,0,0,198,0,2,0,0,0),(58021,16856,530,1,1,0,0,-807.327,2739.82,115.447,2.611,300,0,0,7588,5769,0,0,0,0),(58022,16857,530,1,1,0,0,202.314,3022.9,-1.09752,2.99345,300,20,0,4142,0,1,0,0,0),(58023,16857,530,1,1,0,0,167.498,3001.86,-1.09752,1.60079,300,20,0,4142,0,1,0,0,0),(58024,16857,530,1,1,0,0,198.842,3041.61,-1.06148,4.25049,300,20,0,4142,0,1,0,0,0),(58025,16857,530,1,1,0,0,-21.1896,3072.54,0.80893,2.64388,300,20,0,4142,0,1,0,0,0),(58026,16857,530,1,1,0,0,11.082,3087.44,-1.09752,2.532,300,20,0,4142,0,1,0,0,0),(58027,16857,530,1,1,0,0,19.4742,3119.4,-1.09752,3.65062,300,20,0,4142,0,1,0,0,0),(58028,16857,530,1,1,0,0,5.40545,3077.54,-1.09752,1.2101,300,20,0,4142,0,1,0,0,0),(58029,16857,530,1,1,0,0,-740.631,2913.18,25.0562,1.99118,300,20,0,4142,0,1,0,0,0),(58030,16857,530,1,1,0,0,-779.429,2906.85,17.7577,4.87722,300,20,0,4142,0,1,0,0,0),(58031,16857,530,1,1,0,0,-854.467,2946.09,6.34725,1.70049,300,20,0,4142,0,1,0,0,0),(58032,16857,530,1,1,0,0,-926.265,3037.35,12.9162,5.31489,300,20,0,4142,0,1,0,0,0),(58033,16857,530,1,1,0,0,-844.35,3199.13,4.9984,5.60921,300,20,0,4142,0,1,0,0,0),(58034,16857,530,1,1,0,0,-835.394,3247.83,23.117,3.11718,300,20,0,4142,0,1,0,0,0),(58035,16857,530,1,1,0,0,-824.556,3182.27,7.17998,2.37836,300,20,0,4142,0,1,0,0,0),(58036,16857,530,1,1,0,0,-726.926,3178.73,-19.6736,4.32572,300,20,0,4142,0,1,0,0,0),(58037,16857,530,1,1,0,0,-681.951,3122.94,-2.79538,0.546592,300,20,0,4142,0,1,0,0,0),(58038,16857,530,1,1,0,0,-700.198,3111.08,-2.28862,4.14064,300,20,0,4142,0,1,0,0,0),(58039,16857,530,1,1,0,0,-723.584,3046.72,7.79903,1.26463,300,20,0,4142,0,1,0,0,0),(58040,16857,530,1,1,0,0,-766.952,3146.73,-13.3929,0.804961,300,20,0,4142,0,1,0,0,0),(58041,16857,530,1,1,0,0,-773.851,3144.34,-13.7194,0.719014,300,20,0,4142,0,1,0,0,0),(58042,16857,530,1,1,0,0,-800.792,3063.88,4.60742,1.1736,300,20,0,4142,0,1,0,0,0),(58043,16857,530,1,1,0,0,-756.919,3018.37,10.9254,1.2509,300,20,0,4142,0,1,0,0,0),(58044,16857,530,1,1,0,0,-708.764,3029.54,11.6055,0.992005,300,20,0,4142,0,1,0,0,0),(58045,16857,530,1,1,0,0,-837.985,3035.1,7.15622,5.87893,300,20,0,4142,0,1,0,0,0),(58046,16857,530,1,1,0,0,-870.322,2963.62,9.4775,1.17142,300,20,0,4142,0,1,0,0,0),(58047,16858,530,1,1,0,1,-1331.18,2392.76,89.0479,5.46288,300,0,0,1962,1982,0,0,0,0),(58048,16860,530,1,1,0,1,8713.83,-6625.3,93.5286,3.87463,300,0,0,160,350,0,0,0,0),(58049,16862,530,1,1,0,0,9322.98,-6522.91,36.4137,4.08407,300,0,0,148,165,0,0,0,0),(58050,16863,530,1,1,0,0,-950.297,2719.15,17.8437,1.34411,300,5,0,4979,0,1,0,0,0),(58051,16863,530,1,1,0,0,683.463,2873.79,23.0223,3.67866,300,5,0,4979,0,1,0,0,0),(58052,16863,530,1,1,0,0,709.234,2841.81,25.9784,3.68222,300,5,0,4979,0,1,0,0,0),(58053,16863,530,1,1,0,0,596.758,2920.44,23.4737,2.97291,300,5,0,4979,0,1,0,0,0),(58054,16863,530,1,1,0,0,467.015,2920.18,39.2654,3.63844,300,5,0,4979,0,1,0,0,0),(58055,16863,530,1,1,0,0,450,3016.67,19.5666,3.49222,300,5,0,4979,0,1,0,0,0),(58056,16863,530,1,1,0,0,461.998,2994.03,22.2556,0.682153,300,5,0,4979,0,1,0,0,0),(58057,16863,530,1,1,0,0,414.961,3012.01,19.6177,5.33487,300,5,0,4979,0,1,0,0,0),(58058,16863,530,1,1,0,0,501.355,2956.06,31.9095,0.416439,300,5,0,4979,0,1,0,0,0),(58059,16863,530,1,1,0,0,531.84,2905.03,50.3025,5.31646,300,5,0,4979,0,1,0,0,0),(58060,16863,530,1,1,0,0,524.785,2957.77,24.8628,5.46153,300,5,0,4979,0,1,0,0,0),(58061,16863,530,1,1,0,0,388.209,3056.89,16.4901,0.873083,300,5,0,4979,0,1,0,0,0),(58062,16863,530,1,1,0,0,451.295,3050.21,16.1372,5.1201,300,5,0,4979,0,1,0,0,0),(58063,16863,530,1,1,0,0,343.451,3092.4,26.8745,2.93214,300,5,0,4979,0,1,0,0,0),(58064,16863,530,1,1,0,0,280.619,3082.46,24.7819,5.43349,300,5,0,4979,0,1,0,0,0),(58065,16863,530,1,1,0,0,159.479,2945.92,23.5778,1.8397,300,5,0,4979,0,1,0,0,0),(58066,16863,530,1,1,0,0,111.851,2913.03,32.9488,4.24943,300,5,0,4979,0,1,0,0,0),(58067,16863,530,1,1,0,0,108.333,2891.67,38.3375,0.498338,300,5,0,4979,0,1,0,0,0),(58068,16863,530,1,1,0,0,83.2791,2947.19,25.0868,5.11138,300,5,0,4979,0,1,0,0,0),(58069,16863,530,1,1,0,0,-26.5709,2905.18,32.3081,3.86685,300,5,0,4979,0,1,0,0,0),(58070,16863,530,1,1,0,0,14.1806,2960.39,20.8208,0.170972,300,5,0,4979,0,1,0,0,0),(58071,16863,530,1,1,0,0,-50.0056,2882.02,36.9659,5.52291,300,5,0,4979,0,1,0,0,0),(58072,16863,530,1,1,0,0,-62.5801,2826.08,48.1874,2.67794,300,5,0,4979,0,1,0,0,0),(58073,16863,530,1,1,0,0,-88.6253,2795,49.9016,2.56051,300,5,0,4979,0,1,0,0,0),(58074,16863,530,1,1,0,0,-39.8528,2749.78,62.7044,3.69626,300,5,0,4979,0,1,0,0,0),(58075,16863,530,1,1,0,0,-54.4992,2948.73,21.9417,3.83433,300,5,0,4979,0,1,0,0,0),(58076,16863,530,1,1,0,0,-9.0231,2978.61,16.4194,2.15392,300,5,0,4979,0,1,0,0,0),(58077,16863,530,1,1,0,0,118.23,3138.08,22.0282,5.93517,300,5,0,4979,0,1,0,0,0),(58078,16863,530,1,1,0,0,209.825,3082.69,16.1485,0.042619,300,5,0,4979,0,1,0,0,0),(58079,16863,530,1,1,0,0,260.996,3119.51,33.4698,0.980627,300,5,0,4979,0,1,0,0,0),(58080,16863,530,1,1,0,0,359.833,3152.33,33.094,5.71796,300,5,0,4979,0,1,0,0,0),(58081,16863,530,1,1,0,0,-83.4834,3301.08,27.7584,4.33243,300,5,0,4979,0,1,0,0,0),(58082,16863,530,1,1,0,0,-115.62,3286.25,15.2024,5.88667,300,5,0,4979,0,1,0,0,0),(58083,16863,530,1,1,0,0,-468.044,2771.05,42.2538,2.64739,300,5,0,4979,0,1,0,0,0),(58084,16863,530,1,1,0,0,-520.818,2822.25,55.4397,2.25378,300,5,0,4979,0,1,0,0,0),(58085,16863,530,1,1,0,0,-97.0492,2500.66,48.7287,4.25426,300,5,0,4979,0,1,0,0,0),(58086,16863,530,1,1,0,0,-90.6674,2567.95,52.0969,3.94107,300,5,0,4979,0,1,0,0,0),(58087,16863,530,1,1,0,0,-82.3135,2646.66,55.323,2.93488,300,5,0,4979,0,1,0,0,0),(58088,16863,530,1,1,0,0,-481.078,2719.65,59.5444,1.54736,300,5,0,4979,0,1,0,0,0),(58089,16863,530,1,1,0,0,-487.965,2655.3,66.7834,3.00949,300,5,0,4979,0,1,0,0,0),(58090,16863,530,1,1,0,0,-1092.17,2635.94,17.0368,1.25128,300,5,0,4979,0,1,0,0,0),(58091,16863,530,1,1,0,0,-1255.53,2949.83,5.62592,4.04208,300,5,0,4979,0,1,0,0,0),(58092,16863,530,1,1,0,0,-1199.29,2886.87,-5.93631,3.6917,300,5,0,4979,0,1,0,0,0),(58093,16863,530,1,1,0,0,-1139.05,2916.02,-2.72034,0.623365,300,5,0,4979,0,1,0,0,0),(58094,16863,530,1,1,0,0,-1113.13,2890.59,-4.22241,0.900243,300,5,0,4979,0,1,0,0,0),(58095,16863,530,1,1,0,0,-955.615,2769.98,8.52978,1.45316,300,5,0,4979,0,1,0,0,0),(58096,16863,530,1,1,0,0,-1048.2,2881.98,-1.53664,5.43874,300,5,0,4979,0,1,0,0,0),(58097,16863,530,1,1,0,0,-950.43,2863.38,2.49173,5.82041,300,5,0,4979,0,1,0,0,0),(58098,16863,530,1,1,0,0,-918.035,2818.12,7.87354,2.56767,300,5,0,4979,0,1,0,0,0),(58099,16863,530,1,1,0,0,-910.951,2879.82,5.57748,2.75062,300,5,0,4979,0,1,0,0,0),(58100,16863,530,1,1,0,0,-883.153,2858.55,9.3764,1.64899,300,5,0,4979,0,1,0,0,0),(58101,16863,530,1,1,0,0,-879.284,2908.74,7.33738,3.90443,300,5,0,4979,0,1,0,0,0),(58102,16863,530,1,1,0,0,-853.634,2888.08,8.77438,2.08848,300,5,0,4979,0,1,0,0,0),(58103,16863,530,1,1,0,0,-718.402,2954.43,26.247,5.24728,300,5,0,4979,0,1,0,0,0),(58104,16863,530,1,1,0,0,-817.032,2923.01,11.3921,0.629523,300,5,0,4979,0,1,0,0,0),(58105,16863,530,1,1,0,0,-761.591,2904.89,21.4395,3.28971,300,5,0,4979,0,1,0,0,0),(58106,16863,530,1,1,0,0,-751.389,2981.86,16.8883,0.671169,300,5,0,4979,0,1,0,0,0),(58107,16863,530,1,1,0,0,-790.498,2946.7,14.0861,0.857907,300,5,0,4979,0,1,0,0,0),(58108,16863,530,1,1,0,0,-921.613,2946.73,9.2512,3.34138,300,5,0,4979,0,1,0,0,0),(58109,16863,530,1,1,0,0,-948.922,2916.95,6.4538,2.35896,300,5,0,4979,0,1,0,0,0),(58110,16863,530,1,1,0,0,-940.307,2980.97,12.5302,5.62371,300,5,0,4979,0,1,0,0,0),(58111,16863,530,1,1,0,0,-1005.3,2915.17,1.37732,4.71044,300,5,0,4979,0,1,0,0,0),(58112,16863,530,1,1,0,0,-1077.22,2913.91,-1.62951,1.0175,300,5,0,4979,0,1,0,0,0),(58113,16863,530,1,1,0,0,-1086.76,3062.04,21.9105,5.06133,300,5,0,4979,0,1,0,0,0),(58114,16863,530,1,1,0,0,-1141.92,3063.36,24.8611,3.11816,300,5,0,4979,0,1,0,0,0),(58115,16863,530,1,1,0,0,-1179.79,3009.42,17.8146,5.37045,300,5,0,4979,0,1,0,0,0),(58116,16863,530,1,1,0,0,-1212.98,3054.21,24.3064,0.954068,300,5,0,4979,0,1,0,0,0),(58117,16863,530,1,1,0,0,-1245.61,3029.5,20.228,1.63724,300,5,0,4979,0,1,0,0,0),(58118,16863,530,1,1,0,0,-1245.29,3077.2,30.27,3.09845,300,5,0,4979,0,1,0,0,0),(58119,16863,530,1,1,0,0,-992.281,3217.22,45.381,0.819963,300,5,0,4979,0,1,0,0,0),(58120,16863,530,1,1,0,0,-964.059,3237.56,45.9511,3.09661,300,5,0,4979,0,1,0,0,0),(58121,16863,530,1,1,0,0,-907.711,3278.86,46.3275,3.12987,300,5,0,4979,0,1,0,0,0),(58122,16863,530,1,1,0,0,-782.468,3218.25,16.8662,5.89996,300,5,0,4979,0,1,0,0,0),(58123,16863,530,1,1,0,0,-687.094,3119.78,-3.49548,3.81633,300,5,0,4979,0,1,0,0,0),(58124,16863,530,1,1,0,0,-691.581,3008.77,20.7205,0.909367,300,5,0,4979,0,1,0,0,0),(58125,16863,530,1,1,0,0,-688.647,3043.3,9.7347,4.488,300,5,0,4979,0,1,0,0,0),(58126,16863,530,1,1,0,0,-952.565,3094.2,20.9138,2.84964,300,5,0,4979,0,1,0,0,0),(58127,16863,530,1,1,0,0,-889.592,3118.86,14.842,0.218457,300,5,0,4979,0,1,0,0,0),(58128,16863,530,1,1,0,0,-914.798,3090.97,15.8766,1.4793,300,5,0,4979,0,1,0,0,0),(58129,16863,530,1,1,0,0,-484.216,3249.08,1.76482,0.815776,300,5,0,4979,0,1,0,0,0),(58130,16863,530,1,1,0,0,-446.393,3284.11,5.39669,5.87547,300,5,0,4979,0,1,0,0,0),(58131,16863,530,1,1,0,0,-591.221,3349.42,29.2355,3.84958,300,5,0,4979,0,1,0,0,0),(58132,16863,530,1,1,0,0,-636.487,3375.03,41.1196,3.14648,300,5,0,4979,0,1,0,0,0),(58133,16863,530,1,1,0,0,-692.904,3381.75,48.8627,2.44186,300,5,0,4979,0,1,0,0,0),(58134,16863,530,1,1,0,0,-752.766,3385.92,59.3491,1.64718,300,5,0,4979,0,1,0,0,0),(58135,16863,530,1,1,0,0,-447.768,3822.37,56.6536,0.224435,300,5,0,4979,0,1,0,0,0),(58136,16863,530,1,1,0,0,-446.578,3921.3,70.6245,1.3202,300,5,0,4979,0,1,0,0,0),(58137,16864,530,1,1,0,1,-269.162,1028.45,54.4094,5.95157,300,0,0,2784,0,0,0,0,0),(58138,16864,530,1,1,0,1,-696.879,1862.31,65.1725,5.55015,300,0,0,2784,0,0,0,0,0),(58139,16864,530,1,1,0,1,-692.502,1868.5,64.5099,4.03171,300,0,0,2784,0,0,0,0,0),(58140,16864,530,1,1,0,1,-687.488,1867,65.3849,5.61996,300,0,0,2784,0,0,0,0,0),(58141,16864,530,1,1,0,1,-685.197,2726.09,94.2669,6.02139,300,0,0,2784,0,0,0,0,0),(58142,16864,530,1,1,0,1,-693.118,2702.91,94.7669,0.436332,300,0,0,2784,0,0,0,0,0),(58143,16864,530,1,1,0,1,-685.476,2711.37,95.7669,5.93412,300,0,0,2784,0,0,0,0,0),(58144,16864,530,1,1,0,1,-684.886,2722,94.5169,6.07375,300,0,0,2784,0,0,0,0,0),(58145,16864,530,1,1,0,1,-684.927,2717.95,95.1419,6.17846,300,0,0,2784,0,0,0,0,0),(58146,16864,530,1,1,0,1,-685.151,2714.5,95.6583,6.17846,300,0,0,2784,0,0,0,0,0),(58147,16864,530,1,1,0,1,-685.005,2723.94,94.3919,6.17846,300,0,0,2784,0,0,0,0,0),(58148,16864,530,1,1,0,1,-685.188,2712.81,95.7669,6.21337,300,0,0,2784,0,0,0,0,0),(58149,16864,530,1,1,0,1,-688.837,2701.89,94.8935,2.51327,300,0,0,2784,0,0,0,0,0),(58150,16864,530,1,1,0,1,-684.901,2720.06,94.7669,6.26573,300,0,0,2784,0,0,0,0,0),(58151,16864,530,1,1,0,1,-685.078,2728.45,94.1419,6.14356,300,0,0,2784,0,0,0,0,0),(58152,16864,530,1,1,0,1,-685.053,2716.16,95.3919,6.12611,300,0,0,2784,0,0,0,0,0),(58153,16864,530,1,1,0,1,-686.385,2604.82,86.8205,0.610865,300,0,0,2784,0,0,0,0,0),(58154,16864,530,1,1,0,1,-679.032,2608.91,86.7932,2.47837,300,0,0,2784,0,0,0,0,0),(58155,16865,530,1,1,0,0,-835.281,2632.18,109.727,5.41052,300,0,0,2784,0,0,0,0,0),(58156,16865,530,1,1,0,0,-831.894,2626.16,109.72,5.23599,300,0,0,2784,0,0,0,0,0),(58157,16865,530,1,1,0,0,-820.495,2629.71,111.582,3.50811,300,0,0,2784,0,0,0,0,0),(58158,16866,530,1,1,0,0,-827.918,2638.48,111.422,5.13127,300,0,0,2871,0,0,0,0,0),(58159,16866,530,1,1,0,0,-835.162,2632.19,111.491,5.28835,300,0,0,2871,0,0,0,0,0),(58160,16866,530,1,1,0,0,-820.472,2629.49,109.741,3.49066,300,0,0,2871,0,0,0,0,0),(58161,16866,530,1,1,0,0,-827.463,2625.93,111.609,3.49066,300,0,0,2871,0,0,0,0,0),(58162,16867,530,1,1,0,1,-212.662,2889.64,-48.2852,3.50907,300,5,0,5341,0,1,0,0,0),(58163,16867,530,1,1,0,1,-229.824,3053.43,-61.8936,0.819647,300,5,0,5341,0,1,0,0,0),(58164,16867,530,1,1,0,1,-219.035,3089.39,-59.8345,1.68823,300,5,0,5341,0,1,0,0,0),(58165,16867,530,1,1,0,1,-243.028,3077.87,-64.8276,0.010943,300,5,0,5341,0,1,0,0,0),(58166,16867,530,1,1,0,1,-245.471,3008.81,-65.8252,1.79324,300,5,0,5341,0,1,0,0,0),(58167,16867,530,1,1,0,1,-245.037,2976.91,-66.0952,3.25336,300,5,0,5341,0,1,0,0,0),(58168,16867,530,1,1,0,1,-260.356,2913.15,-57.5499,4.26697,300,5,0,5341,0,1,0,0,0),(58169,16867,530,1,1,0,1,-314.945,2962.52,-65.7636,0.950083,300,5,0,5341,0,1,0,0,0),(58170,16867,530,1,1,0,1,-212.561,2941.95,-57.4106,5.4971,300,5,0,5341,0,1,0,0,0),(58171,16867,530,1,1,0,1,-253.512,2943.37,-62.4284,5.35847,300,5,0,5341,0,1,0,0,0),(58172,16867,530,1,1,0,1,-346.879,2915.14,-57.2633,0.044374,300,5,0,5341,0,1,0,0,0),(58173,16867,530,1,1,0,1,-297.882,2914,-58.3438,3.36524,300,0,0,5341,0,0,0,0,0),(58174,16867,530,1,1,0,1,-353.253,2956.75,-61.5325,5.26302,300,5,0,5341,0,1,0,0,0),(58175,16867,530,1,1,0,1,-356.62,3008.75,-65.0952,4.20766,300,5,0,5341,0,1,0,0,0),(58176,16867,530,1,1,0,1,-352.885,2979.75,-66.0952,0.887717,300,5,0,5341,0,1,0,0,0),(58177,16867,530,1,1,0,1,-428.64,3053.68,-52.4261,3.02209,300,5,0,5341,0,1,0,0,0),(58178,16867,530,1,1,0,1,-358.804,3052.1,-65.3963,0.400673,300,5,0,5341,0,1,0,0,0),(58179,16867,530,1,1,0,1,-388.663,3056.7,-60.2638,0.602213,300,5,0,5341,0,1,0,0,0),(58180,16867,530,1,1,0,1,-331.201,2871.65,-49.5684,0.927231,300,5,0,5341,0,1,0,0,0),(58181,16867,530,1,1,0,1,-312.975,2838.94,-41.7279,1.19754,300,5,0,5341,0,1,0,0,0),(58182,16867,530,1,1,0,1,-351.193,2879.65,-51.4274,0.381383,300,5,0,5341,0,1,0,0,0),(58183,16867,530,1,1,0,1,-262.844,2795.42,-37.4812,5.04047,300,0,0,5341,0,0,0,0,0),(58184,16867,530,1,1,0,1,-248.741,2685.93,-17.5059,4.32165,300,5,0,5341,0,1,0,0,0),(58185,16867,530,1,1,0,1,-253.558,2744.33,-27.8169,4.62434,300,5,0,5341,0,1,0,0,0); -INSERT INTO `creature` VALUES (58186,16867,530,1,1,0,1,-247.438,2712.77,-21.8639,1.46909,300,5,0,5341,0,1,0,0,0),(58187,16867,530,1,1,0,1,-240.968,2640.83,-10.3766,5.36336,300,5,0,5341,0,1,0,0,0),(58188,16867,530,1,1,0,1,-243.292,2618.51,-6.91208,0.203478,300,5,0,5341,0,1,0,0,0),(58189,16867,530,1,1,0,1,-232.494,2551.25,4.4695,2.28366,300,5,0,5341,0,1,0,0,0),(58190,16867,530,1,1,0,1,-239.68,2574.91,0.23837,5.59682,300,5,0,5341,0,1,0,0,0),(58191,16867,530,1,1,0,1,-218.501,2551.43,7.7157,0.3446,300,5,0,5341,0,1,0,0,0),(58192,16867,530,1,1,0,1,-231.419,2525.69,7.56921,0.973038,300,5,0,5341,0,1,0,0,0),(58193,16867,530,1,1,0,1,-237.632,2479.04,14.4941,2.5136,300,5,0,5341,0,1,0,0,0),(58194,16867,530,1,1,0,1,-231.628,2446.58,19.6222,2.06089,300,5,0,5341,0,1,0,0,0),(58195,16867,530,1,1,0,1,-224.642,2384.5,32.907,0.255285,300,5,0,5341,0,1,0,0,0),(58196,16867,530,1,1,0,1,-212.443,2357.02,39.057,4.35225,300,5,0,5341,0,1,0,0,0),(58197,16867,530,1,1,0,1,-229.508,2415.97,25.9639,1.01771,300,5,0,5341,0,1,0,0,0),(58198,16867,530,1,1,0,1,-303.203,2949.9,-64.3376,0.877675,300,5,0,5341,0,1,0,0,0),(58199,16867,530,1,1,0,1,-278.048,2986.62,-66.2195,4.37693,300,5,0,5341,0,1,0,0,0),(58200,16870,530,1,1,0,1,-232.831,3101.73,-62.6664,2.37365,300,0,0,5341,0,0,0,0,0),(58201,16870,530,1,1,0,1,-222.417,3105.29,-60.0269,1.32645,300,0,0,5341,0,0,0,0,0),(58202,16870,530,1,1,0,1,-252.053,3079.74,-65.8276,3.4383,300,0,0,5341,0,0,0,0,0),(58203,16870,530,1,1,0,1,-244.95,3090.06,-65.1446,2.84489,300,0,0,5341,0,0,0,0,0),(58204,16870,530,1,1,0,1,-196.11,3085.23,-57.6262,0.338488,300,5,0,5341,0,1,0,0,0),(58205,16870,530,1,1,0,1,-233.363,2999.07,-65.9858,1.5708,300,0,0,5341,0,0,0,0,0),(58206,16870,530,1,1,0,1,-233.579,3008.41,-65.3891,4.74729,300,0,0,5341,0,0,0,0,0),(58207,16870,530,1,1,0,1,-214.877,2922,-56.5098,3.45871,300,5,0,5341,0,1,0,0,0),(58208,16870,530,1,1,0,1,-386.439,2966.49,-63.9023,2.50678,300,5,0,5341,0,1,0,0,0),(58209,16870,530,1,1,0,1,-453.07,3079.18,-52.6512,1.59345,300,5,0,5341,0,1,0,0,0),(58210,16870,530,1,1,0,1,-291.296,2780.46,-32.3643,4.90902,300,5,0,5341,0,1,0,0,0),(58211,16870,530,1,1,0,1,-221.341,2707.11,-16.4641,1.53589,300,0,0,5341,0,0,0,0,0),(58212,16870,530,1,1,0,1,-220.932,2714.82,-17.8391,4.64258,300,0,0,5341,0,0,0,0,0),(58213,16870,530,1,1,0,1,-291.509,2650.74,-8.64388,6.14801,300,5,0,5341,0,1,0,0,0),(58214,16870,530,1,1,0,1,-214.129,2566.57,7.22862,4.48968,300,5,0,5341,0,1,0,0,0),(58215,16870,530,1,1,0,1,-260.888,2506.63,14.4682,5.34177,300,5,0,5341,0,1,0,0,0),(58216,16870,530,1,1,0,1,-192.025,2443.92,24.1562,1.18928,300,5,0,5341,0,1,0,0,0),(58217,16871,530,1,1,0,1,-1113.89,1995.36,68.5803,1.06465,300,0,0,4979,0,0,0,0,0),(58218,16871,530,1,1,0,1,-1141.79,2010.95,68.5601,0.837758,300,0,0,4979,0,0,0,0,0),(58219,16871,530,1,1,0,1,-1128.85,2004.4,68.6896,0.942478,300,0,0,4979,0,0,0,0,0),(58220,16871,530,1,1,0,1,-1105.27,1987.84,68.5348,1.13446,300,0,0,4979,0,0,0,0,0),(58221,16871,530,1,1,0,1,-1146.41,2102.84,67.5324,0.261799,300,0,0,4979,0,0,0,0,0),(58222,16871,530,1,1,0,1,-1200.08,2127.56,71.4189,1.5708,300,0,0,4979,0,0,0,0,0),(58223,16871,530,1,1,0,1,-1143.69,2117.17,67.8447,0.10472,300,0,0,4979,0,0,0,0,0),(58224,16871,530,1,1,0,1,-1132.39,2152.06,63.854,1.98968,300,0,0,4979,0,0,0,0,0),(58225,16871,530,1,1,0,1,-1153.99,2142.1,64.5957,1.79769,300,0,0,4979,0,0,0,0,0),(58226,16871,530,1,1,0,1,-1181.38,2135.51,66.6569,1.69297,300,0,0,4979,0,0,0,0,0),(58227,16871,530,1,1,0,1,-1067.78,2139.57,49.3808,1.309,300,0,0,4979,0,0,0,0,0),(58228,16871,530,1,1,0,1,-1002.43,2109.36,94.7581,0.802851,300,0,0,4979,0,0,0,0,0),(58229,16871,530,1,1,0,1,-1046.39,2132.57,46.0002,1.37881,300,0,0,4979,0,0,0,0,0),(58230,16871,530,1,1,0,1,-1009.61,2135.19,73.9402,0.994838,300,0,0,4979,0,0,0,0,0),(58231,16871,530,1,1,0,1,-971.757,2093.49,76.9353,0.628319,300,0,0,4979,0,0,0,0,0),(58232,16871,530,1,1,0,1,-956.873,2086.27,64.0821,1.09956,300,0,0,4979,0,0,0,0,0),(58233,16871,530,1,1,0,1,-976.169,2108.84,22.577,4.32842,300,0,0,4979,0,0,0,0,0),(58234,16871,530,1,1,0,1,-972.81,2106.08,21.8316,3.94444,300,0,0,4979,0,0,0,0,0),(58235,16871,530,1,1,0,1,-986.503,2163.45,22.0662,0.698132,300,0,0,4979,0,0,0,0,0),(58236,16871,530,1,1,0,1,-1000.65,2192.76,13.8965,3.04904,300,5,0,4979,0,1,0,0,0),(58237,16871,530,1,1,0,1,-984.273,2187.78,14.3755,2.94209,300,5,0,4979,0,1,0,0,0),(58238,16871,530,1,1,0,1,-935.793,2064.8,82.5641,0.558505,300,0,0,4979,0,0,0,0,0),(58239,16871,530,1,1,0,1,-917.612,2073.92,39.1346,0.767945,300,0,0,4979,0,0,0,0,0),(58240,16871,530,1,1,0,1,-931.005,2098.98,24.9954,0.575959,300,0,0,4979,0,0,0,0,0),(58241,16871,530,1,1,0,1,-862.951,1966.9,85.1755,6.17846,300,0,0,4979,0,0,0,0,0),(58242,16871,530,1,1,0,1,-863.114,1991.68,96.0067,0.15708,300,0,0,4979,0,0,0,0,0),(58243,16871,530,1,1,0,1,-881.468,2038.3,40.7794,0.420804,300,0,0,4979,0,0,0,0,0),(58244,16871,530,1,1,0,1,-896.636,2029.06,50.1018,0.863751,300,0,0,4979,0,0,0,0,0),(58245,16871,530,1,1,0,1,-984.569,1888.96,95.128,1.64061,300,0,0,4979,0,0,0,0,0),(58246,16871,530,1,1,0,1,-943.245,1875.42,88.1195,4.62827,300,5,0,4979,0,1,0,0,0),(58247,16871,530,1,1,0,1,-863.35,1926.79,80.4914,6.24828,300,0,0,4979,0,0,0,0,0),(58248,16871,530,1,1,0,1,-863.944,1862.32,78.113,0.191986,300,0,0,4979,0,0,0,0,0),(58249,16871,530,1,1,0,1,-836.485,1975.15,49.8817,6.26573,300,0,0,4979,0,0,0,0,0),(58250,16871,530,1,1,0,1,-845.039,1937.11,62.9994,6.24828,300,0,0,4979,0,0,0,0,0),(58251,16871,530,1,1,0,1,-926.212,2139.51,16.6354,0.575959,300,0,0,4979,0,0,0,0,0),(58252,16871,530,1,1,0,1,-1024.66,2275.62,28.5583,0.366519,300,0,0,4979,0,0,0,0,0),(58253,16871,530,1,1,0,1,-1053.46,2293,31.1927,1.23918,300,0,0,4979,0,0,0,0,0),(58254,16871,530,1,1,0,1,-781.265,1990.02,40.4008,5.02207,300,0,0,4979,0,0,0,0,0),(58255,16873,530,1,1,0,0,-1134.77,1925.1,81.2995,2.80998,300,0,0,3984,2434,0,0,0,0),(58256,16873,530,1,1,0,0,-1144.08,1954.74,80.5702,1.19283,300,0,0,3984,2434,2,0,0,0),(58257,16873,530,1,1,0,0,-1058.69,2123.37,51.6362,0.946996,300,0,0,3984,2434,2,0,0,0),(58258,16873,530,1,1,0,0,-1060.85,2105.12,58.1359,5.89678,300,0,0,3984,2434,2,0,0,0),(58259,16876,530,1,1,0,0,44.9381,2895.21,38.3536,0.609476,300,5,0,3989,0,1,0,0,0),(58260,16876,530,1,1,0,0,44.3271,2889.64,39.9786,3.18713,300,5,0,3989,0,1,0,0,0),(58261,16876,530,1,1,0,0,-167.048,2783.23,33.5805,4.88194,300,5,0,3989,0,1,0,0,0),(58262,16876,530,1,1,0,0,-187.848,2838.33,21.0607,6.12611,300,0,0,3989,0,0,0,0,0),(58263,16876,530,1,1,0,0,-495.112,2895.22,34.0469,1.40003,300,5,0,3989,0,1,0,0,0),(58264,16876,530,1,1,0,0,-486.959,2877.32,35.9709,2.86839,300,5,0,3989,0,1,0,0,0),(58265,16876,530,1,1,0,0,-322.711,2581.69,43.5613,1.53887,300,5,0,3989,0,1,0,0,0),(58266,16876,530,1,1,0,0,-173.135,2491.27,42.7739,1.39318,300,5,0,3989,0,1,0,0,0),(58267,16876,530,1,1,0,0,-160.024,2527.13,42.8057,4.11501,300,5,0,3989,0,1,0,0,0),(58268,16876,530,1,1,0,0,-177.528,2383.75,51.9112,0.10472,300,0,0,3989,0,0,0,0,0),(58269,16876,530,1,1,0,0,-118.75,2435.42,50.8853,2.91489,300,5,0,3989,0,1,0,0,0),(58270,16876,530,1,1,0,0,-294.615,2563.48,39.8897,3.33358,300,0,0,3989,0,0,0,0,0),(58271,16876,530,1,1,0,0,-383.04,2300.51,49.2287,4.14798,300,5,0,3989,0,1,0,0,0),(58272,16878,530,1,1,0,1,-66.1805,3132.85,-4.58131,3.80482,300,0,0,5158,0,0,0,0,0),(58273,16878,530,1,1,0,1,21.1449,3180.24,10.3897,2.07239,300,5,0,5158,0,1,0,0,0),(58274,16878,530,1,1,0,1,-5.23969,3205.32,13.557,2.53822,300,5,0,5158,0,1,0,0,0),(58275,16878,530,1,1,0,1,35.5727,3245.55,19.3068,2.23402,300,0,0,5158,0,0,0,0,0),(58276,16878,530,1,1,0,1,31.7025,3247.38,19.1851,6.05629,300,0,0,5158,0,0,0,0,0),(32686,21742,530,1,1,0,1,-3680.19,398.314,90.9739,5.19913,300,0,0,5060,2933,0,0,0,0),(58279,16878,530,1,1,0,1,-283.908,3030.28,-6.4464,3.59538,300,0,0,5158,0,0,0,0,0),(58280,16878,530,1,1,0,1,-391.065,3025.92,-16.1471,0.234449,300,5,0,5158,0,1,0,0,0),(58281,16878,530,1,1,0,1,-288.177,3027.59,-7.93347,0.645772,300,0,0,5158,0,0,0,0,0),(58282,16878,530,1,1,0,1,-1156.24,3215.76,69.3795,0.191986,300,0,0,5158,0,0,0,0,0),(58283,16878,530,1,1,0,1,-1148.76,3209.84,70.338,1.46608,300,0,0,5158,0,0,0,0,0),(58284,16878,530,1,1,0,1,-1117.56,3198.47,67.3054,1.46107,300,5,0,5158,0,1,0,0,0),(58285,16878,530,1,1,0,1,-1132.65,3254.33,67.4831,5.44543,300,0,0,5158,0,0,0,0,0),(58286,16878,530,1,1,0,1,-1143.8,3245.66,67.3405,5.60251,300,0,0,5158,0,0,0,0,0),(58287,16878,530,1,1,0,1,-1107.81,3220.59,65.949,5.85276,300,5,0,5158,0,1,0,0,0),(58288,16878,530,1,1,0,1,-1081.57,3203.49,58.5947,5.15691,300,5,0,5158,0,1,0,0,0),(58289,16878,530,1,1,0,1,-1074.2,3240.93,67.652,2.37365,300,0,0,5158,0,0,0,0,0),(58290,16878,530,1,1,0,1,-1091.2,3268.3,69.3058,2.14226,300,5,0,5158,0,1,0,0,0),(58291,16878,530,1,1,0,1,-1057.29,3207.29,56.4,3.94702,300,0,0,5158,0,0,0,0,0),(58292,16878,530,1,1,0,1,-817.918,3285.44,36.2914,3.64272,300,5,0,5158,0,1,0,0,0),(58293,16878,530,1,1,0,1,-667.816,3283.26,16.2304,2.88887,300,0,0,5158,0,0,0,0,0),(58294,16878,530,1,1,0,1,-641.66,3259.08,7.9884,1.87054,300,5,0,5158,0,1,0,0,0),(58295,16878,530,1,1,0,1,-329.489,3041.26,-16.6052,3.82206,300,0,0,5158,0,0,0,0,0),(58296,16878,530,1,1,0,1,-432.543,3016.57,-16.8429,5.48033,300,0,0,5158,0,0,0,0,0),(58297,16878,530,1,1,0,1,-653.525,3253.35,7.9884,4.57514,300,5,0,5158,0,1,0,0,0),(58298,16878,530,1,1,0,1,-963.708,3373.12,82.0843,3.93008,300,5,0,5158,0,1,0,0,0),(58299,16878,530,1,1,0,1,-1095.36,3271.3,70.9647,5.18913,300,5,0,5158,0,1,0,0,0),(58300,16879,530,1,1,0,0,-763.383,2462.7,40.2609,6.00596,300,5,0,3989,0,1,0,0,0),(58301,16879,530,1,1,0,0,-788.864,2481.2,35.7006,6.19129,300,5,0,3989,0,1,0,0,0),(58302,16879,530,1,1,0,0,-659.326,2087.71,48.5735,2.34016,300,5,0,3989,0,1,0,0,0),(58303,16879,530,1,1,0,0,-690.941,2039.76,45.6691,5.26302,300,5,0,3989,0,1,0,0,0),(58304,16879,530,1,1,0,0,-611.583,2019.17,75.6921,0.748071,300,5,0,3989,0,1,0,0,0),(58305,16879,530,1,1,0,0,-655.8,1989.12,59.1371,5.49986,300,5,0,3989,0,1,0,0,0),(58306,16879,530,1,1,0,0,-25.5059,1983.22,77.2721,1.37819,300,5,0,3989,0,1,0,0,0),(58307,16879,530,1,1,0,0,47.9962,1994.38,71.3357,5.27952,300,5,0,3989,0,1,0,0,0),(58308,16879,530,1,1,0,0,23.6385,1989.54,63.9291,3.94288,300,5,0,3989,0,1,0,0,0),(58309,16879,530,1,1,0,0,94.267,2015.86,49.3259,5.91047,300,5,0,3989,0,1,0,0,0),(58310,16879,530,1,1,0,0,118.332,2040,58.0367,5.1804,300,5,0,3989,0,1,0,0,0),(58311,16879,530,1,1,0,0,111.228,2110.43,82.6525,3.25173,300,5,0,3989,0,1,0,0,0),(58312,16879,530,1,1,0,0,128.723,2187.48,77.5973,0.532714,300,5,0,3989,0,1,0,0,0),(58313,16879,530,1,1,0,0,52.4159,2253.31,77.944,3.00827,300,5,0,3989,0,1,0,0,0),(58314,16879,530,1,1,0,0,30.1812,2273.11,77.8004,3.59912,300,5,0,3989,0,1,0,0,0),(58315,16879,530,1,1,0,0,342.043,2017.25,44.2345,2.46136,300,5,0,3989,0,1,0,0,0),(58316,16879,530,1,1,0,0,429.938,2002.67,87.463,0.413413,300,5,0,3989,0,1,0,0,0),(58317,16879,530,1,1,0,0,412.062,2052.12,81.9487,0.973038,300,5,0,3989,0,1,0,0,0),(58318,16879,530,1,1,0,0,294.82,2447.33,93.6889,2.81459,300,5,0,3989,0,1,0,0,0),(58319,16879,530,1,1,0,0,331.861,2436.34,106.444,1.81341,300,5,0,3989,0,1,0,0,0),(58320,16879,530,1,1,0,0,255.437,2485.01,95.2556,2.73478,300,5,0,3989,0,1,0,0,0),(58321,16879,530,1,1,0,0,184.103,2443.17,57.2825,1.85393,300,5,0,3989,0,1,0,0,0),(58322,16879,530,1,1,0,0,147.65,2502.67,59.5859,4.5376,300,5,0,3989,0,1,0,0,0),(58323,16879,530,1,1,0,0,-464.403,2608.83,62.4832,4.55857,300,5,0,3989,0,1,0,0,0),(58324,16879,530,1,1,0,0,-442.002,2564.7,54.6562,1.36908,300,5,0,3989,0,1,0,0,0),(58325,16879,530,1,1,0,0,-412.865,2584.28,52.8644,0.002929,300,5,0,3989,0,1,0,0,0),(58326,16879,530,1,1,0,0,-406.921,2524.39,46.7854,0.745341,300,5,0,3989,0,1,0,0,0),(58327,16879,530,1,1,0,0,-408.377,2398.25,40.1978,0.711477,300,5,0,3989,0,1,0,0,0),(58328,16879,530,1,1,0,0,-414.696,2448.33,37.8204,0.11995,300,5,0,3989,0,1,0,0,0),(58329,16879,530,1,1,0,0,-320.527,2070.06,106.714,4.6655,300,5,0,3989,0,1,0,0,0),(58330,16879,530,1,1,0,0,-279.052,2045.27,105.376,1.74349,300,5,0,3989,0,1,0,0,0),(58331,16879,530,1,1,0,0,-815.615,1914.92,54.341,3.18832,300,5,0,3989,0,1,0,0,0),(58332,16879,530,1,1,0,0,-849.441,1882.43,66.8613,1.44862,300,0,0,3989,0,0,0,0,0),(58333,16879,530,1,1,0,0,-782.898,1922.09,51.533,4.64595,300,5,0,3989,0,1,0,0,0),(58334,16879,530,1,1,0,0,-749.385,1990.31,44.4438,4.72997,300,5,0,3989,0,1,0,0,0),(58335,16879,530,1,1,0,0,-749.953,2036.62,35.0243,4.8594,300,5,0,3989,0,1,0,0,0),(58336,16879,530,1,1,0,0,-726.724,2021.32,41.9024,0.061496,300,5,0,3989,0,1,0,0,0),(58337,16879,530,1,1,0,0,-808.617,2141.8,15.1199,2.34226,300,5,0,3989,0,1,0,0,0),(58338,16879,530,1,1,0,0,-904.654,2237.67,6.2683,2.36379,300,5,0,3989,0,1,0,0,0),(58339,16879,530,1,1,0,0,-950.834,2271.98,4.39806,4.71629,300,5,0,3989,0,1,0,0,0),(58340,16879,530,1,1,0,0,-1229.32,2306.77,54.9838,1.65229,300,5,0,3989,0,1,0,0,0),(58341,16879,530,1,1,0,0,-1208.94,2386,45.841,1.05383,300,5,0,3989,0,1,0,0,0),(58342,16879,530,1,1,0,0,-1173.76,2360.57,37.9401,0.236832,300,5,0,3989,0,1,0,0,0),(58343,16879,530,1,1,0,0,-1222.22,2410.53,49.6435,5.18934,300,5,0,3989,0,1,0,0,0),(58344,16879,530,1,1,0,0,-1146.05,2396.66,30.2551,1.25306,300,5,0,3989,0,1,0,0,0),(58345,16879,530,1,1,0,0,-1187.34,2467.98,45.0116,4.94482,300,5,0,3989,0,1,0,0,0),(58346,16879,530,1,1,0,0,-1093.12,2383.47,21.9263,1.62944,300,5,0,3989,0,1,0,0,0),(58347,16879,530,1,1,0,0,-1116.24,2451.04,33.2058,2.74347,300,5,0,3989,0,1,0,0,0),(58348,16879,530,1,1,0,0,-1115.87,2413.64,26.5424,4.85346,300,5,0,3989,0,1,0,0,0),(58349,16879,530,1,1,0,0,-1028.86,2382.19,13.125,1.15786,300,5,0,3989,0,1,0,0,0),(58350,16879,530,1,1,0,0,-1083.31,2415.07,22.3802,3.15067,300,5,0,3989,0,1,0,0,0),(58351,16879,530,1,1,0,0,-981.207,2383.11,4.04907,1.4965,300,5,0,3989,0,1,0,0,0),(58352,16879,530,1,1,0,0,-1031.63,2443.62,14.0106,6.24122,300,5,0,3989,0,1,0,0,0),(58353,16879,530,1,1,0,0,-977.708,2356.43,2.01473,2.64744,300,5,0,3989,0,1,0,0,0),(58354,16879,530,1,1,0,0,-630.898,2255.96,29.5759,0.455895,300,0,0,3989,0,0,0,0,0),(58355,16879,530,1,1,0,0,-675.477,1951.62,55.1507,6.1332,300,5,0,3989,0,1,0,0,0),(58356,16879,530,1,1,0,0,-653.949,1962.97,60.2103,1.93813,300,5,0,3989,0,1,0,0,0),(58357,16879,530,1,1,0,0,-776.309,1886.64,58.9718,0.291457,300,5,0,3989,0,1,0,0,0),(58358,16879,530,1,1,0,0,-745.42,1905.48,55.0605,5.1376,300,5,0,3989,0,1,0,0,0),(58359,16879,530,1,1,0,0,-447.201,2349.08,40.5528,1.70377,300,0,0,3989,0,0,0,0,0),(58360,16879,530,1,1,0,0,-452.402,2428.8,38.4454,0.32651,300,5,0,3989,0,1,0,0,0),(58361,16879,530,1,1,0,0,-426.75,2453.9,38.3129,0.397251,300,5,0,3989,0,1,0,0,0),(58362,16879,530,1,1,0,0,-449.41,2470.57,41.3834,4.66769,300,5,0,3989,0,1,0,0,0),(58363,16879,530,1,1,0,0,-422.942,2515.6,46.6607,3.41211,300,5,0,3989,0,1,0,0,0),(58364,16880,530,1,1,0,0,-1157.23,3306.24,91.1317,1.24709,300,5,0,5158,0,1,0,0,0),(58365,16880,530,1,1,0,0,-1150.94,3321.63,98.0706,5.54819,300,5,0,5158,0,1,0,0,0),(58366,16880,530,1,1,0,0,-1115.77,3324.81,92.778,4.78078,300,5,0,5158,0,1,0,0,0),(58367,16880,530,1,1,0,0,-1214.84,3313.23,96.3906,5.69166,300,5,0,5158,0,1,0,0,0),(58368,16880,530,1,1,0,0,-1208.17,3340.53,111.796,2.38921,300,5,0,5158,0,1,0,0,0),(58369,16880,530,1,1,0,0,-1251.44,3251.42,63.9323,4.88755,300,5,0,5158,0,1,0,0,0),(58370,16880,530,1,1,0,0,-1291.34,3308.84,65.1012,4.97513,300,5,0,5158,0,1,0,0,0),(58371,16880,530,1,1,0,0,-819.778,4179.98,48.8431,3.379,300,5,0,5158,0,1,0,0,0),(58372,16880,530,1,1,0,0,-805.638,4186.34,46.599,4.15255,300,5,0,5158,0,1,0,0,0),(58373,16880,530,1,1,0,0,-649.44,4317.41,53.2838,6.25878,300,5,0,5158,0,1,0,0,0),(58374,16880,530,1,1,0,0,-618.474,4282.92,41.417,4.00257,300,5,0,5158,0,1,0,0,0),(58375,16880,530,1,1,0,0,-548.866,4352.27,49.9753,1.52957,300,5,0,5158,0,1,0,0,0),(58376,16880,530,1,1,0,0,-580.323,4314.71,47.9499,2.72248,300,5,0,5158,0,1,0,0,0),(58377,16880,530,1,1,0,0,-519.34,4380.35,50.4634,4.03005,300,5,0,5158,0,1,0,0,0),(58378,16880,530,1,1,0,0,-540.719,4269.07,42.8067,6.09748,300,5,0,5158,0,1,0,0,0),(58379,16880,530,1,1,0,0,-511.93,4279.77,44.4854,1.83563,300,5,0,5158,0,1,0,0,0),(58380,16880,530,1,1,0,0,-515.09,4318.39,43.3593,0.139135,300,5,0,5158,0,1,0,0,0),(58381,16880,530,1,1,0,0,-480.99,4348.87,37.1055,5.61465,300,5,0,5158,0,1,0,0,0),(58382,16880,530,1,1,0,0,-682.519,4259.28,49.2538,4.60085,300,5,0,5158,0,1,0,0,0),(58383,16880,530,1,1,0,0,-714.877,4227.43,50.9868,1.71974,300,5,0,5158,0,1,0,0,0),(58384,16880,530,1,1,0,0,-457.659,4259.75,64.8622,5.98368,300,5,0,5158,0,1,0,0,0),(58385,16880,530,1,1,0,0,-427.648,4297.45,63.9421,2.98479,300,5,0,5158,0,1,0,0,0),(58386,16880,530,1,1,0,0,-483.962,4286.86,42.7062,1.62886,300,5,0,5158,0,1,0,0,0),(58387,16880,530,1,1,0,0,-362.908,4238.82,94.337,5.61642,300,5,0,5158,0,1,0,0,0),(58388,16880,530,1,1,0,0,-456.541,4330.66,49.5123,0.541403,300,5,0,5158,0,1,0,0,0),(58389,16880,530,1,1,0,0,-390.072,4322.98,63.147,1.32227,300,5,0,5158,0,1,0,0,0),(58390,16880,530,1,1,0,0,-386.75,4285.97,73.1344,3.01664,300,5,0,5158,0,1,0,0,0),(58391,16880,530,1,1,0,0,-317.115,4301.24,76.5031,4.34828,300,5,0,5158,0,1,0,0,0),(58392,16880,530,1,1,0,0,-303.289,4268.64,87.3183,5.7741,300,5,0,5158,0,1,0,0,0),(58393,16880,530,1,1,0,0,-349.97,4345.93,62.1546,5.33318,300,5,0,5158,0,1,0,0,0),(58394,16880,530,1,1,0,0,-277.87,4347.5,68.6302,0.081194,300,5,0,5158,0,1,0,0,0),(58395,16880,530,1,1,0,0,-264.613,4300,83.0376,2.3341,300,5,0,5158,0,1,0,0,0),(58396,16880,530,1,1,0,0,-318.21,4379.72,59.7872,4.39646,300,5,0,5158,0,1,0,0,0),(58397,16880,530,1,1,0,0,-380.701,4382.87,53.5956,5.85488,300,5,0,5158,0,1,0,0,0),(58398,16880,530,1,1,0,0,-413.604,4416.91,49.1971,6.27147,300,5,0,5158,0,1,0,0,0),(58399,16880,530,1,1,0,0,-445.297,4384.18,46.4029,0.006836,300,5,0,5158,0,1,0,0,0),(58400,16880,530,1,1,0,0,-402.971,4508.72,48.3208,5.18695,300,5,0,5158,0,1,0,0,0),(58401,16880,530,1,1,0,0,-446.94,4445.39,50.2927,0.138167,300,5,0,5158,0,1,0,0,0),(58402,16880,530,1,1,0,0,-472.524,4504.93,49.0996,3.66478,300,5,0,5158,0,1,0,0,0),(58403,16880,530,1,1,0,0,-483.691,4488.3,53.4143,1.73359,300,5,0,5158,0,1,0,0,0),(58404,16880,530,1,1,0,0,-480.182,4414.13,45.9001,5.97225,300,5,0,5158,0,1,0,0,0),(58405,16880,530,1,1,0,0,-457.049,4556.07,46.4712,3.18356,300,5,0,5158,0,1,0,0,0),(58406,16880,530,1,1,0,0,-415.544,4556.28,40.3917,0.313767,300,5,0,5158,0,1,0,0,0),(58407,16880,530,1,1,0,0,-468.237,4575.76,48.588,1.33411,300,5,0,5158,0,1,0,0,0),(58408,16880,530,1,1,0,0,-370.172,4593.22,35.3531,0.980616,300,5,0,5158,0,1,0,0,0),(58409,16880,530,1,1,0,0,-385.619,4631.46,31.884,4.74168,300,5,0,5158,0,1,0,0,0),(58410,16880,530,1,1,0,0,-314.868,4662.3,23.6364,2.6548,300,5,0,5158,0,1,0,0,0),(58411,16880,530,1,1,0,0,-354.517,4641.5,29.6599,1.73562,300,5,0,5158,0,1,0,0,0),(58412,16880,530,1,1,0,0,15.9186,4122.04,75.4878,4.71445,300,5,0,5158,0,1,0,0,0),(58413,16880,530,1,1,0,0,62.0292,4217.78,79.2623,0.372711,300,5,0,5158,0,1,0,0,0),(58414,16880,530,1,1,0,0,191.139,4172,76.3062,1.96596,300,0,0,5158,0,0,0,0,0),(58415,16880,530,1,1,0,0,190.659,4158.64,74.4509,5.06203,300,0,0,5158,0,0,0,0,0),(58416,16880,530,1,1,0,0,122.46,4090.01,65.2058,0.787997,300,5,0,5158,0,1,0,0,0),(58417,16880,530,1,1,0,0,137.807,4129.06,64.8459,5.53525,300,5,0,5158,0,1,0,0,0),(58418,16880,530,1,1,0,0,103.366,4153.77,63.8554,6.17361,300,5,0,5158,0,1,0,0,0),(58419,16880,530,1,1,0,0,53.2314,4115.82,64.7147,3.28556,300,5,0,5158,0,1,0,0,0),(58420,16880,530,1,1,0,0,49.7548,4137.59,67.6862,1.58252,300,5,0,5158,0,1,0,0,0),(58421,16880,530,1,1,0,0,43.5734,4075.87,70.7163,1.44353,300,5,0,5158,0,1,0,0,0),(58422,16880,530,1,1,0,0,83.612,4078.48,66.3218,4.97702,300,5,0,5158,0,1,0,0,0),(58423,16880,530,1,1,0,0,-23.4748,4018.41,90.3733,3.14159,300,5,0,5158,0,1,0,0,0),(58424,16880,530,1,1,0,0,-48.8852,3915.76,94.2149,4.76318,300,5,0,5158,0,1,0,0,0),(58425,16880,530,1,1,0,0,-10.6388,3944.91,89.9222,5.52872,300,5,0,5158,0,1,0,0,0),(58426,16880,530,1,1,0,0,52.6311,3935.79,82.519,5.04063,300,5,0,5158,0,1,0,0,0),(58427,16880,530,1,1,0,0,117.699,4017.42,73.6333,1.28241,300,5,0,5158,0,1,0,0,0),(58428,16884,530,1,1,0,0,-678.229,2747.56,94.1592,4.57276,300,0,0,2614,0,0,0,0,0),(58429,16884,530,1,1,0,0,-673.372,2757.12,94.0268,4.99005,300,0,0,2614,0,0,0,0,0),(58430,16884,530,1,1,0,0,-675.431,2747.6,94.1518,4.60767,300,0,0,2614,0,0,0,0,0),(58431,16884,530,1,1,0,0,-679.179,2740.87,93.9916,1.46608,300,0,0,2614,0,0,0,0,0),(58432,16884,530,1,1,0,0,-672.541,2747.06,94.1518,4.62512,300,0,0,2614,0,0,0,0,0),(58433,16884,530,1,1,0,0,-669.472,2746.9,94.0268,4.55531,300,0,0,2614,0,0,0,0,0),(58434,16884,530,1,1,0,0,-669.985,2739.88,94.0268,4.60443,300,0,0,2614,0,0,0,0,0),(58435,16884,530,1,1,0,0,-667.281,2753.04,93.9081,0.217096,300,0,0,2614,0,0,0,0,0),(58436,16885,530,1,1,0,1,-314.819,4711.44,18.4204,1.90241,300,0,0,2665,2620,0,0,0,0),(58437,16886,530,1,1,0,0,-816.701,2616.06,124.389,5.24358,300,0,0,12576,0,2,0,0,0),(58438,16887,530,1,1,0,0,-759.964,2726.03,170.241,3.61563,300,0,0,2061,0,2,0,0,0),(58439,16888,530,1,1,0,1,-315.264,4716.16,18.2077,4.56293,300,0,0,2590,2568,2,0,0,0),(58440,16896,530,1,1,0,1,-800.528,2648.27,133.254,0.538289,300,0,0,4738,2369,2,0,0,0),(58441,16896,530,1,1,0,1,-794.132,2601.67,133.252,0.544789,300,0,0,4738,2369,2,0,0,0),(58442,16896,530,1,1,0,1,-750.128,2567.93,104.15,6.05078,300,0,0,4738,2369,2,0,0,0),(58443,16896,530,1,1,0,1,-624.284,2356.11,38.6008,5.20108,300,0,0,4738,2369,0,0,0,0),(58444,16896,530,1,1,0,1,-602.594,2357.62,37.1008,5.0091,300,0,0,4738,2369,0,0,0,0),(58445,16896,530,1,1,0,1,-604.397,2360.31,37.1008,4.72984,300,0,0,4738,2369,0,0,0,0),(58446,16896,530,1,1,0,1,-626.749,2355,38.9758,5.13127,300,0,0,4738,2369,0,0,0,0),(58447,16896,530,1,1,0,1,-624.319,2353.4,38.3508,5.16617,300,0,0,4738,2369,0,0,0,0),(58448,16896,530,1,1,0,1,-697.146,2567.73,101.437,3.36776,300,0,0,4738,2369,2,0,0,0),(58449,16896,530,1,1,0,1,-657.296,2623.76,86.442,5.79449,300,0,0,4738,2369,0,0,0,0),(58450,16896,530,1,1,0,1,-640.108,2635.91,85.2293,5.3058,300,0,0,4738,2369,0,0,0,0),(58451,16896,530,1,1,0,1,-643.654,2633.68,85.2293,5.13127,300,0,0,4738,2369,0,0,0,0),(58452,16896,530,1,1,0,1,-674.274,2787.06,109.599,2.78322,300,0,0,4738,2369,2,0,0,0),(58453,16896,530,1,1,0,1,-607.841,2612.78,99.3238,3.70575,300,0,0,4738,2369,2,0,0,0),(58454,16896,530,1,1,0,1,-619.641,2858.68,54.2481,0.750492,300,0,0,4738,2369,0,0,0,0),(58455,16897,530,1,1,0,0,-635.896,2619.54,83.5932,2.23402,300,0,0,2215,0,0,0,0,0),(58456,16897,530,1,1,0,0,9859.76,-7386.36,13.7187,4.06662,300,0,0,2215,0,0,0,0,0),(58457,16898,530,1,1,0,0,-640.769,2615.12,83.8235,2.40855,300,0,0,2215,0,0,0,0,0),(58458,16898,530,1,1,0,0,-2912.59,3931.56,2.15825,5.02655,300,0,0,2215,0,0,0,0,0),(58459,16898,530,1,1,0,0,-2640.94,4430.93,37.0515,3.92699,300,0,0,2215,0,0,0,0,0),(58460,16898,530,1,1,0,0,9943.41,-7418.76,12.4643,2.72271,300,0,0,2215,0,0,0,0,0),(58461,16899,530,1,1,0,0,-631.109,2622.13,83.4214,2.35619,300,0,0,2215,0,0,0,0,0),(58462,16899,530,1,1,0,0,-2910.86,3936.93,1.74856,4.43314,300,0,0,2215,0,0,0,0,0),(58463,16899,530,1,1,0,0,-2644.32,4435.51,37.1774,0.750492,300,0,0,2215,0,0,0,0,0),(58464,16899,530,1,1,0,0,9844.13,-7387,13.728,3.89208,300,0,0,2215,0,0,0,0,0),(58465,16901,530,1,1,0,0,382.584,3417.08,61.303,3.98153,300,5,0,4384,0,1,0,0,0),(58466,16901,530,1,1,0,0,375.464,3455.13,63.184,0.646029,300,0,0,4384,0,0,0,0,0),(58467,16901,530,1,1,0,0,363.158,3466.47,60.1982,0.515998,300,5,0,4384,0,1,0,0,0),(58468,16901,530,1,1,0,0,381.103,3465.41,62.1068,3.79945,300,0,0,4384,0,0,0,0,0),(58469,16901,530,1,1,0,0,439.696,3511.21,61.3039,3.35814,300,5,0,4384,0,1,0,0,0),(58470,16901,530,1,1,0,0,249.436,3456.09,61.7719,2.76544,300,5,0,4384,0,1,0,0,0),(58471,16901,530,1,1,0,0,281.779,3434.44,64.7609,5.98891,300,0,0,4384,0,0,0,0,0),(58472,16901,530,1,1,0,0,235.015,3492.43,62.9221,3.08055,300,5,0,4384,0,1,0,0,0),(58473,16901,530,1,1,0,0,226.794,3439.74,63.2062,5.66167,300,5,0,4384,0,1,0,0,0),(58474,16901,530,1,1,0,0,144.684,3454.96,65.8157,2.45,300,5,0,4384,0,1,0,0,0),(58475,16901,530,1,1,0,0,179.021,3448.1,63.3161,0.831668,300,5,0,4384,0,1,0,0,0),(58476,16901,530,1,1,0,0,152.243,3488.19,61.1403,5.96514,300,5,0,4384,0,1,0,0,0),(58477,16901,530,1,1,0,0,157.566,3505.72,60.3312,5.17046,300,5,0,4384,0,1,0,0,0),(58478,16901,530,1,1,0,0,112.222,3459.16,68.7152,4.30904,300,5,0,4384,0,1,0,0,0),(58479,16901,530,1,1,0,0,122.177,3521.32,61.1309,1.32411,300,5,0,4384,0,1,0,0,0),(58480,16901,530,1,1,0,0,117.212,3551.45,60.9966,5.7674,300,5,0,4384,0,1,0,0,0),(58481,16901,530,1,1,0,0,88.9694,3486.56,62.6615,3.21351,300,5,0,4384,0,1,0,0,0),(58482,16901,530,1,1,0,0,90.924,3562.99,64.8889,3.48435,300,5,0,4384,0,1,0,0,0),(58483,16901,530,1,1,0,0,51.1121,3478.62,61.5802,5.49571,300,5,0,4384,0,1,0,0,0),(58484,16901,530,1,1,0,0,132.357,3538.45,62.88,4.67747,300,5,0,4384,0,1,0,0,0),(58485,16901,530,1,1,0,0,117.948,3583.79,64.7768,2.47809,300,5,0,4384,0,1,0,0,0),(58486,16901,530,1,1,0,0,56.1809,3576.61,65.5339,1.70303,300,5,0,4384,0,1,0,0,0),(58487,16901,530,1,1,0,0,21.3155,3450.57,65.8114,3.73877,300,5,0,4384,0,1,0,0,0),(58488,16901,530,1,1,0,0,-16.3044,3518.52,62.4562,1.01276,300,5,0,4384,0,1,0,0,0),(58489,16901,530,1,1,0,0,-0.808026,3478.63,63.0788,2.98436,300,5,0,4384,0,1,0,0,0),(58490,16901,530,1,1,0,0,-1.03494,3545.59,62.1744,4.14064,300,5,0,4384,0,1,0,0,0),(58491,16901,530,1,1,0,0,15.7155,3517.61,61.2586,5.66747,300,5,0,4384,0,1,0,0,0),(58492,16901,530,1,1,0,0,16.5484,3545.27,60.1756,5.22332,300,5,0,4384,0,1,0,0,0),(58493,16901,530,1,1,0,0,452.857,3511.43,62.1941,0.555709,300,5,0,4384,0,1,0,0,0),(58494,16901,530,1,1,0,0,416.542,3486.84,60.2071,0.172134,300,5,0,4384,0,1,0,0,0),(58495,16901,530,1,1,0,0,340.11,3454.7,60.5453,1.91752,300,5,0,4384,0,1,0,0,0),(58496,16901,530,1,1,0,0,378.662,3469.12,60.8148,3.03396,300,5,0,4384,0,1,0,0,0),(58497,16901,530,1,1,0,0,379.49,3411.51,60.3599,1.4078,300,5,0,4384,0,1,0,0,0),(58498,16903,530,1,1,0,0,385.763,3417.45,62.7349,3.98196,300,5,0,258,0,1,0,0,0),(58499,16903,530,1,1,0,0,382.344,3419.99,60.8652,3.98151,300,5,0,258,0,1,0,0,0),(58500,16903,530,1,1,0,0,373.454,3452.59,63.337,0.10244,300,0,0,258,0,0,0,0,0),(58501,16903,530,1,1,0,0,377.591,3456.97,63.1532,3.35642,300,0,0,258,0,0,0,0,0),(58502,16903,530,1,1,0,0,288.476,3426.56,67.757,1.6724,300,0,0,258,0,0,0,0,0),(58503,16903,530,1,1,0,0,375.187,3459.63,62.4931,4.38403,300,0,0,258,0,0,0,0,0),(58504,16903,530,1,1,0,0,371.571,3449.51,63.3878,0.375187,300,0,0,258,0,0,0,0,0),(58505,16903,530,1,1,0,0,382.91,3479.33,62.4562,4.98535,300,0,0,258,0,0,0,0,0),(58506,16903,530,1,1,0,0,384.038,3483.17,61.0812,0.937712,300,5,0,258,0,1,0,0,0),(58507,16903,530,1,1,0,0,442.262,3509.61,60.8385,3.35801,300,5,0,258,0,1,0,0,0),(58508,16903,530,1,1,0,0,441.377,3513.76,60.5166,3.35806,300,5,0,258,0,1,0,0,0),(58509,16903,530,1,1,0,0,250.663,3453.33,60.8081,2.76546,300,5,0,258,0,1,0,0,0),(58510,16903,530,1,1,0,0,252.476,3457.14,61.3532,2.73182,300,5,0,258,0,1,0,0,0),(58511,16903,530,1,1,0,0,237.214,3494.42,62.8257,3.08038,300,5,0,258,0,1,0,0,0),(58512,16903,530,1,1,0,0,237.125,3490.18,62.7255,3.08033,300,5,0,258,0,1,0,0,0),(58513,16903,530,1,1,0,0,251.889,3515.45,64.1233,1.59812,300,0,0,258,0,0,0,0,0),(58514,16903,530,1,1,0,0,256.092,3516.03,64.1413,1.73363,300,0,0,258,0,0,0,0,0),(58515,16903,530,1,1,0,0,224.06,3439.09,63.639,5.66163,300,5,0,258,0,1,0,0,0),(58516,16903,530,1,1,0,0,226.593,3442.5,62.449,5.66168,300,5,0,258,0,1,0,0,0),(58517,16903,530,1,1,0,0,147.938,3455.02,65.2486,2.44956,300,5,0,258,0,1,0,0,0),(58518,16903,530,1,1,0,0,145.056,3451.9,67.3082,2.44957,300,5,0,258,0,1,0,0,0),(58519,16903,530,1,1,0,0,179.584,3445.57,63.7062,5.86694,300,0,0,258,0,0,0,0,0),(58520,16903,530,1,1,0,0,177.417,3448.82,63.4086,3.52642,300,5,0,258,0,1,0,0,0),(58521,16903,530,1,1,0,0,150.86,3490.87,61.7345,5.96496,300,5,0,258,0,1,0,0,0),(58522,16903,530,1,1,0,0,149.551,3486.84,61.6065,5.96513,300,5,0,258,0,1,0,0,0),(58523,16903,530,1,1,0,0,158.655,3508.31,60.0812,5.17047,300,5,0,258,0,1,0,0,0),(58524,16903,530,1,1,0,0,154.828,3506.48,60.7003,5.16978,300,5,0,258,0,1,0,0,0),(58525,16903,530,1,1,0,0,115.061,3460.41,68.2709,4.30884,300,5,0,258,0,1,0,0,0),(58526,16903,530,1,1,0,0,111.281,3462.36,67.7709,4.30904,300,5,0,258,0,1,0,0,0),(58527,16903,530,1,1,0,0,119.61,3519.82,60.4651,1.32412,300,5,0,258,0,1,0,0,0),(58528,16903,530,1,1,0,0,123.726,3518.79,60.4338,1.32412,300,5,0,258,0,1,0,0,0),(58529,16903,530,1,1,0,0,116.489,3554.3,61.5347,5.767,300,5,0,258,0,1,0,0,0),(58530,16903,530,1,1,0,0,114.099,3550.8,61.492,5.75697,300,5,0,258,0,1,0,0,0),(58531,16903,530,1,1,0,0,91.1077,3484.61,63.2258,3.22566,300,5,0,258,0,1,0,0,0),(58532,16903,530,1,1,0,0,90.8573,3488.85,62.5705,3.22567,300,5,0,258,0,1,0,0,0),(58533,16903,530,1,1,0,0,50.938,3481.8,60.8512,5.49499,300,5,0,258,0,1,0,0,0),(58534,16903,530,1,1,0,0,48.0235,3478.72,60.5802,5.49567,300,5,0,258,0,1,0,0,0),(58535,16903,530,1,1,0,0,94.0972,3562.44,64.5121,4.13718,300,5,0,258,0,1,0,0,0),(58536,16903,530,1,1,0,0,92.356,3565.76,65.1115,3.48423,300,5,0,258,0,1,0,0,0),(58537,16903,530,1,1,0,0,134.549,3540.47,62.9336,0.397605,300,0,0,258,0,0,0,0,0),(58538,16903,530,1,1,0,0,130.309,3540.62,62.4966,2.7693,300,0,0,258,0,0,0,0,0),(58539,16903,530,1,1,0,0,120.452,3584.52,65.0062,1.18982,300,0,0,258,0,0,0,0,0),(58540,16903,530,1,1,0,0,117.511,3582.4,64.4698,4.97581,300,5,0,258,0,1,0,0,0),(58541,16903,530,1,1,0,0,54.3302,3574.43,65.3872,1.70206,300,5,0,258,0,1,0,0,0),(58542,16903,530,1,1,0,0,58.5618,3574.79,64.6273,1.70206,300,5,0,258,0,1,0,0,0),(58543,16903,530,1,1,0,0,21.7777,3453.45,65.5913,3.73878,300,5,0,258,0,1,0,0,0),(58544,16903,530,1,1,0,0,24.3428,3450.1,65.9364,3.785,300,5,0,258,0,1,0,0,0),(58545,16903,530,1,1,0,0,-19.1255,3518.24,62.5103,0.861507,300,5,0,258,0,1,0,0,0),(58546,16903,530,1,1,0,0,-15.9095,3515.51,62.4562,0.880086,300,5,0,258,0,1,0,0,0),(58547,16903,530,1,1,0,0,-1.64642,3548.56,62.178,4.14065,300,5,0,258,0,1,0,0,0),(58548,16903,530,1,1,0,0,15.1752,3520.59,61.0122,5.66772,300,5,0,258,0,1,0,0,0),(58549,16903,530,1,1,0,0,12.6932,3517.15,61.4503,5.66765,300,5,0,258,0,1,0,0,0),(58550,16903,530,1,1,0,0,17.6058,3547.73,60.4178,5.22335,300,5,0,258,0,1,0,0,0),(58551,16903,530,1,1,0,0,13.9108,3545.64,60.2452,5.22329,300,5,0,258,0,1,0,0,0),(58552,16903,530,1,1,0,0,1.97321,3480.34,62.8293,2.98429,300,5,0,258,0,1,0,0,0),(58553,16903,530,1,1,0,0,1.13116,3476.18,63.1547,2.9843,300,5,0,258,0,1,0,0,0),(58554,16903,530,1,1,0,0,1.94018,3546.29,61.9256,4.14065,300,5,0,258,0,1,0,0,0),(58555,16903,530,1,1,0,0,449.845,3512.07,61.2694,0.552989,300,5,0,258,0,1,0,0,0),(58556,16903,530,1,1,0,0,451.919,3508.45,62.5298,0.514117,300,5,0,258,0,1,0,0,0),(58557,16903,530,1,1,0,0,414.795,3484.38,60.1842,0.172145,300,5,0,258,0,1,0,0,0),(58558,16903,530,1,1,0,0,413.81,3488.52,59.8979,0.172009,300,5,0,258,0,1,0,0,0),(58559,16903,530,1,1,0,0,338.857,3451.92,60.447,1.91751,300,5,0,258,0,1,0,0,0),(58560,16903,530,1,1,0,0,342.843,3453.38,60.0812,1.91753,300,5,0,258,0,1,0,0,0),(58561,16903,530,1,1,0,0,380.996,3471,60.5821,3.03397,300,5,0,258,0,1,0,0,0),(58562,16903,530,1,1,0,0,380.587,3466.78,61.7146,3.03383,300,5,0,258,0,1,0,0,0),(58563,16903,530,1,1,0,0,377.15,3410.36,60.1099,3.6318,300,0,0,258,0,0,0,0,0),(58564,16903,530,1,1,0,0,380.502,3409.88,60.7349,6.03759,300,0,0,258,0,0,0,0,0),(58565,16904,530,1,1,0,1,-1079.5,2608.61,28.7051,5.13127,300,0,0,4142,0,0,0,0,0),(58566,16904,530,1,1,0,1,-1092.64,2590.75,35.5135,5.2709,300,0,0,4142,0,0,0,0,0),(58567,16904,530,1,1,0,1,-1125.51,2545.6,48.3261,1.93731,300,0,0,4142,0,0,0,0,0),(58568,16904,530,1,1,0,1,-1109.07,2559.96,43.7398,5.32325,300,0,0,4142,0,0,0,0,0),(58569,16904,530,1,1,0,1,-1102.61,2576.19,38.9385,5.3058,300,0,0,4142,0,0,0,0,0),(58570,16904,530,1,1,0,1,-1130.39,2609.12,25.0246,3.61209,300,5,0,4142,0,1,0,0,0),(58571,16904,530,1,1,0,1,-1141.04,2538.22,50.09,4.81711,300,0,0,4142,0,0,0,0,0),(58572,16904,530,1,1,0,1,-1162.18,2658.22,8.73521,2.40128,300,5,0,4142,0,1,0,0,0),(58573,16904,530,1,1,0,0,-1193.39,2514.13,52.2331,4.97419,120,0,0,1,0,0,0,0,0),(58574,16904,530,1,1,0,1,-1255.74,2517.58,40.6434,5.13127,300,0,0,4142,0,0,0,0,0),(58575,16904,530,1,1,0,1,-1278.84,2577.41,24.2291,1.02006,300,5,0,4142,0,1,0,0,0),(58576,16904,530,1,1,0,1,-1252.17,2588.88,24.5658,1.98571,300,5,0,4142,0,1,0,0,0),(58577,16904,530,1,1,0,1,-1268.29,2653.86,9.495,4.86198,300,0,0,4142,0,0,0,0,0),(58578,16904,530,1,1,0,1,-1454.53,2679.48,-43.1195,4.05838,300,5,0,4142,0,1,0,0,0),(58579,16904,530,1,1,0,1,-1450.44,2708.8,-41.1158,2.10569,300,5,0,4142,0,1,0,0,0),(58580,16904,530,1,1,0,1,-1218.54,2685.67,1.05283,2.9189,300,5,0,4142,0,1,0,0,0),(58581,16904,530,1,1,0,1,-1190.43,2714.72,-6.09432,1.90731,300,5,0,4142,0,1,0,0,0),(58582,16904,530,1,1,0,1,-1175.12,2749.09,-15.4867,4.80983,300,5,0,4142,0,1,0,0,0),(58583,16904,530,1,1,0,1,-1179.27,2686.4,2.7332,4.25311,300,5,0,4142,0,1,0,0,0),(58584,16904,530,1,1,0,1,-1410.16,2771.15,-45.4001,4.57326,300,5,0,4142,0,1,0,0,0),(58585,16904,530,1,1,0,1,-1389.48,2785.74,-43.4488,1.68956,300,5,0,4142,0,1,0,0,0),(58586,16904,530,1,1,0,1,-1450.19,2777.2,-55.8782,4.18185,300,5,0,4142,0,1,0,0,0),(58587,16904,530,1,1,0,1,-1453.5,2751,-49.5996,0.749443,300,5,0,4142,0,1,0,0,0),(58588,16904,530,1,1,0,1,-1393.48,2824.57,-42.6993,2.43762,300,5,0,4142,0,1,0,0,0),(58589,16904,530,1,1,0,1,-1248.58,2852.5,-13.2813,2.62838,300,5,0,4142,0,1,0,0,0),(58590,16904,530,1,1,0,1,-1217.13,2840.3,-16.0238,3.8694,300,5,0,4142,0,1,0,0,0),(58591,16904,530,1,1,0,1,-1221.13,2814.5,-21.2106,3.28197,300,5,0,4142,0,1,0,0,0),(58592,16904,530,1,1,0,1,-1179.65,2819.88,-19.2244,0.183795,300,5,0,4142,0,1,0,0,0),(58593,16904,530,1,1,0,1,-1200.97,2777.36,-25.0122,5.4575,300,5,0,4142,0,1,0,0,0),(58594,16905,530,1,1,0,0,-1194.4,2619.77,22.9671,1.54224,300,5,0,3314,2369,1,0,0,0),(58595,16905,530,1,1,0,0,-1267.43,2651.65,10.0934,4.46876,300,5,0,3314,2369,1,0,0,0),(58596,16905,530,1,1,0,0,-1300.07,2654.56,5.88407,3.34802,300,0,0,3314,2369,0,0,0,0),(58597,16905,530,1,1,0,0,-1321.08,2665.72,-0.74735,6.08662,300,5,0,3314,2369,1,0,0,0),(58598,16905,530,1,1,0,0,-1336.25,2677.9,-7.10834,0.974464,300,5,0,3314,2369,1,0,0,0),(58599,16905,530,1,1,0,0,-1265.93,2684.52,-0.431907,5.19177,300,5,0,3314,2369,1,0,0,0),(58600,16905,530,1,1,0,0,-1323.44,2732.81,-21.1545,0.856621,300,5,0,3314,2369,1,0,0,0),(58601,16905,530,1,1,0,0,-1227.63,2677.32,2.07801,3.64983,300,0,0,3314,2369,2,0,0,0),(58602,16905,530,1,1,0,0,-1269.75,2737.23,-16.4188,4.72984,300,0,0,3314,2369,0,0,0,0),(58603,16905,530,1,1,0,0,-1238.63,2751.68,-20.2207,3.48684,300,5,0,3314,2369,1,0,0,0),(58604,16905,530,1,1,0,0,-1270.31,2718.17,-12.8431,2.11185,300,0,0,3314,2369,0,0,0,0),(58605,16905,530,1,1,0,0,-1291.62,2894.85,-7.94297,3.69911,300,5,0,3314,2369,1,0,0,0),(58606,16905,530,1,1,0,0,-1248.95,2795.94,-22.2124,3.71117,300,0,0,3314,2369,2,0,0,0),(58607,16905,530,1,1,0,0,-1262.28,2868.47,-9.44853,4.29377,300,5,0,3314,2369,1,0,0,0),(58608,16906,530,1,1,0,1,-1078.71,2658.08,9.17709,4.40269,300,0,0,3314,2369,2,0,0,0),(58609,16906,530,1,1,0,1,-1157.92,2633.31,16.7264,1.85178,300,0,0,3314,2369,2,0,0,0),(58610,16906,530,1,1,0,1,-1211.75,2646.54,11.587,5.21125,300,5,0,3314,2369,1,0,0,0),(58611,16906,530,1,1,0,1,-1381.01,2675.91,-22.633,4.39826,300,5,0,3314,2369,1,0,0,0),(58612,16906,530,1,1,0,1,-1381.08,2738.41,-32.4164,0.632171,300,5,0,3314,2369,1,0,0,0),(58613,16906,530,1,1,0,1,-1162.37,2607.77,29.4084,2.07063,300,0,0,3314,2369,2,0,0,0),(58614,16906,530,1,1,0,1,-1231.44,2673.48,3.21241,1.16526,300,0,0,3314,2369,2,0,0,0),(58615,16906,530,1,1,0,1,-1154.35,2673.65,3.76731,4.21335,300,0,0,3314,2369,2,0,0,0),(58616,16906,530,1,1,0,1,-1242.69,2847.19,-14.7049,4.60936,300,0,0,3314,2369,2,0,0,0),(58617,16906,530,1,1,0,1,-1478.84,2685.81,-48.819,6.06759,300,5,0,3314,2369,1,0,0,0),(58618,16906,530,1,1,0,1,-1491.25,2741.02,-60.6751,3.67091,300,5,0,3314,2369,1,0,0,0),(58619,16906,530,1,1,0,1,-1493.11,2718.15,-57.9335,0.457529,300,0,0,3314,2369,2,0,0,0),(58620,16906,530,1,1,0,1,-1386.78,2826.61,-40.3874,3.68838,300,0,0,3314,2369,2,0,0,0),(58621,16906,530,1,1,0,1,-1135.11,2786.33,-29.1325,5.92115,300,0,0,3314,2369,2,0,0,0),(58622,16907,530,1,1,0,1,-1204.8,1906.74,82.3081,3.05433,300,0,0,4142,0,0,0,0,0),(58623,16907,530,1,1,0,1,-1192.39,1901.38,81.4946,6.10865,300,0,0,4142,0,0,0,0,0),(58624,16907,530,1,1,0,1,-1188.07,1942.32,81.4366,0.628319,300,0,0,4142,0,0,0,0,0),(58625,16907,530,1,1,0,1,-1146.56,1889.42,81.4645,3.57792,300,0,0,4142,0,0,0,0,0),(58626,16907,530,1,1,0,1,-1066.96,2045.4,67.1089,0.767945,300,0,0,4142,0,0,0,0,0),(58627,16907,530,1,1,0,1,-1054.18,2047.45,67.8309,3.83972,300,0,0,4142,0,0,0,0,0),(58628,16907,530,1,1,0,1,-1065.01,2062.3,67.3909,4.86771,300,5,0,4142,0,1,0,0,0),(58629,16907,530,1,1,0,1,-1161.37,2113.09,68.5596,6.26573,300,0,0,4142,0,0,0,0,0),(58630,16907,530,1,1,0,1,-975.242,2076.79,71.1352,5.5676,300,0,0,4142,0,0,0,0,0),(58631,16907,530,1,1,0,1,-1019.98,1990.64,69.6215,3.38594,300,0,0,4142,0,0,0,0,0),(58632,16907,530,1,1,0,1,-966.617,2033.46,67.047,1.50105,300,5,0,4142,0,1,0,0,0),(58633,16907,530,1,1,0,1,-952.191,2051.46,67.0211,2.30383,300,0,0,4142,0,0,0,0,0),(58634,16907,530,1,1,0,1,-1032.9,1977.53,69.2934,0.750492,300,0,0,4142,0,0,0,0,0),(58635,16907,530,1,1,0,1,-926.346,1998.53,65.9756,2.47848,300,5,0,4142,0,1,0,0,0),(58636,16907,530,1,1,0,1,-978.398,1919.63,77.1888,1.87432,300,5,0,4142,0,1,0,0,0),(58637,16907,530,1,1,0,1,-906.179,1965.82,68.8138,4.74719,300,5,0,4142,0,1,0,0,0),(58638,16907,530,1,1,0,1,-958.098,1895.89,80.2422,3.33114,300,5,0,4142,0,1,0,0,0),(58639,16907,530,1,1,0,1,-922.891,1878.39,82.5567,0.003825,300,5,0,4142,0,1,0,0,0),(58640,16907,530,1,1,0,1,-830.116,2023.96,39.2022,0.453786,300,0,0,4142,0,0,0,0,0),(58641,16907,530,1,1,0,1,-895.832,2130.56,17.4101,5.5676,300,0,0,4142,0,0,0,0,0),(58642,16907,530,1,1,0,1,-885.114,2120.52,18.7444,2.58309,300,0,0,4142,0,0,0,0,0),(58643,16907,530,1,1,0,1,-896.722,2115.57,19.9363,6.0912,300,0,0,4142,0,0,0,0,0),(58644,16907,530,1,1,0,1,-855.637,2139.68,15.0119,3.988,300,5,0,4142,0,1,0,0,0),(58645,16907,530,1,1,0,1,-876.58,2142.91,14.8,4.01426,300,0,0,4142,0,0,0,0,0),(58646,16907,530,1,1,0,1,-944.679,2214.73,9.1277,5.58613,300,5,0,4142,0,1,0,0,0),(58647,16907,530,1,1,0,1,-1049.08,2255.82,24.091,1.78024,300,0,0,4142,0,0,0,0,0),(58648,16907,530,1,1,0,1,-1070.11,2275.37,24.9295,1.06465,300,0,0,4142,0,0,0,0,0),(58649,16907,530,1,1,0,1,-1044.79,2277.47,25.8441,3.08923,300,0,0,4142,0,0,0,0,0),(58650,16907,530,1,1,0,1,-1176.32,2257.61,43.2774,2.1293,300,0,0,4142,0,0,0,0,0),(58651,16907,530,1,1,0,1,-1186.82,2270.63,45.1477,5.46288,300,0,0,4142,0,0,0,0,0),(58652,16907,530,1,1,0,1,-1081.77,2348.19,19.8038,3.66763,300,5,0,4142,0,1,0,0,0),(58653,16907,530,1,1,0,1,-1135.26,2331.78,29.9651,0.502008,300,5,0,4142,0,1,0,0,0),(58654,16907,530,1,1,0,1,-1156.81,2430.96,35.029,0.844782,300,5,0,4142,0,1,0,0,0),(58655,16911,530,1,1,0,1,317.622,3803.33,183.365,1.48353,300,0,0,4274,2568,0,0,0,0),(58656,16911,530,1,1,0,1,242.578,3816.12,179.855,1.85005,300,0,0,4274,2568,0,0,0,0),(58657,16911,530,1,1,0,1,49.8926,3733.42,189.363,2.3911,300,0,0,4274,2568,0,0,0,0),(58658,16911,530,1,1,0,1,225.167,3642.98,165.439,3.4383,300,0,0,4274,2568,0,0,0,0),(58659,16911,530,1,1,0,1,296.017,3608.76,179.776,4.24115,300,0,0,4274,2568,0,0,0,0),(58660,16911,530,1,1,0,1,423.793,3632.38,198.621,4.01426,300,0,0,4274,2568,0,0,0,0),(58661,16911,530,1,1,0,1,501.996,3859.01,207.618,4.29351,300,0,0,4274,2568,0,0,0,0),(58662,16911,530,1,1,0,1,508.375,3855.1,207.855,3.9619,300,0,0,4274,2568,0,0,0,0),(58663,16911,530,1,1,0,1,505.979,3842.18,194.513,4.03171,300,0,0,4274,2568,0,0,0,0),(58664,16911,530,1,1,0,1,492.889,3847.81,193.655,4.38078,300,0,0,4274,2568,0,0,0,0),(58665,16911,530,1,1,0,1,517.447,3844.64,206.981,3.34243,300,0,0,4274,2568,2,0,0,0),(58666,16911,530,1,1,0,1,514.384,3932.12,206.811,0.226893,300,0,0,4274,2568,0,0,0,0),(58667,16911,530,1,1,0,1,512.16,3933.22,206.828,1.79769,300,0,0,4274,2568,0,0,0,0),(58668,16911,530,1,1,0,1,544.411,3863.16,206.479,1.0469,300,0,0,4274,2568,2,0,0,0),(58669,16911,530,1,1,0,1,577.116,3919.79,212.605,0.523599,300,0,0,4274,2568,0,0,0,0),(58670,16911,530,1,1,0,1,573.774,3921.38,212.608,1.69297,300,0,0,4274,2568,0,0,0,0),(58671,16911,530,1,1,0,1,481.707,3589.61,191.023,3.80482,300,0,0,4274,2568,0,0,0,0),(58672,16911,530,1,1,0,1,526.971,3572.09,191.4,5.0091,300,0,0,4274,2568,0,0,0,0),(58673,16912,530,1,1,0,1,266.606,3799.05,176.967,1.58601,300,5,0,5341,0,1,0,0,0),(58674,16912,530,1,1,0,1,309.205,3786.74,187.05,2.16313,300,5,0,5341,0,1,0,0,0),(58675,16912,530,1,1,0,1,193.75,3714.58,177.941,0.06598,300,5,0,5341,0,1,0,0,0),(58676,16912,530,1,1,0,1,144.154,3735.87,186.874,1.69955,300,5,0,5341,0,1,0,0,0),(58677,16912,530,1,1,0,1,103.994,3722.42,190.378,2.28473,300,5,0,5341,0,1,0,0,0),(58678,16912,530,1,1,0,1,76.8816,3680.53,182.777,4.00044,300,5,0,5341,0,1,0,0,0),(58679,16912,530,1,1,0,1,351.408,3612.65,176.017,5.86711,300,5,0,5341,0,1,0,0,0),(58680,16912,530,1,1,0,1,352.537,3730.55,186.809,2.69453,300,5,0,5341,0,1,0,0,0),(58681,16912,530,1,1,0,1,392.787,3661.38,185.088,0.869227,300,5,0,5341,0,1,0,0,0),(58682,16912,530,1,1,0,1,420.806,3784.54,195.79,0.748787,300,5,0,5341,0,1,0,0,0),(58683,16912,530,1,1,0,1,524.29,3758.78,195.981,5.09712,300,5,0,5341,0,1,0,0,0),(58684,16912,530,1,1,0,1,517.556,3890.14,189.814,4.2237,300,0,0,5341,0,0,0,0,0),(58685,16912,530,1,1,0,1,529.337,3882.82,191.161,4.41568,300,0,0,5341,0,0,0,0,0),(58686,16912,530,1,1,0,1,557.522,3687.14,195.271,4.78279,300,5,0,5341,0,1,0,0,0),(58687,16912,530,1,1,0,1,514.766,3620.82,194.235,1.11743,300,5,0,5341,0,1,0,0,0),(58688,16912,530,1,1,0,1,588.111,3620.86,210.182,5.70387,300,5,0,5341,0,1,0,0,0),(58689,16912,530,1,1,0,1,582.276,3644.67,203.278,5.33343,300,5,0,5341,0,1,0,0,0),(58690,16915,530,1,1,0,1,430.101,2886.58,52.3558,0.069813,300,0,0,4979,0,0,0,0,0),(58691,16916,530,1,1,0,0,9513.45,-6838.06,16.5768,3.9968,300,0,0,98,115,2,0,0,0),(58692,16917,530,1,1,0,1,-4072.69,-13756,74.8567,4.4855,300,0,0,102,0,0,0,0,0),(58693,16918,530,1,1,0,0,-4079.01,-13775.9,74.846,0.890118,300,0,0,95,230,0,0,0,0),(58694,16919,530,1,1,0,1,-4176.12,-13723.6,74.5118,3.21141,300,0,0,102,0,0,0,0,0),(58695,16921,530,1,1,0,1,-4268.94,-13227.2,64.5769,5.70723,300,0,0,11828,0,0,0,0,0),(58696,16922,530,1,1,0,0,-4400.16,-13633.6,41.4576,2.9147,300,0,0,6722,0,0,0,0,0),(58697,16922,530,1,1,0,0,-4402.37,-13653.1,41.505,1.0821,300,0,0,6722,0,0,0,0,0),(58698,16922,530,1,1,0,0,-4397.78,-13658,42.0599,4.60767,300,0,0,6722,0,0,0,0,0),(58699,16922,530,1,1,0,0,-4385.75,-13639.5,41.7152,0.261799,300,0,0,6722,0,0,0,0,0),(58700,16922,530,1,1,0,0,-4404.45,-13646.9,41.1993,4.88692,300,0,0,6722,0,0,0,0,0),(58701,16923,530,1,1,0,1,9520.85,-6858.46,18.7765,5.39307,300,0,0,138,138,2,0,0,0),(58702,16924,530,1,1,0,1,9512.21,-6840.16,16.4934,1.0472,300,0,0,138,138,0,0,0,0),(58703,16925,530,1,1,0,1,-173.026,2784.18,31.7306,0.46858,300,0,0,3989,0,2,0,0,0),(58704,16925,530,1,1,0,1,-404.787,2895.92,13.8526,4.59106,300,0,0,3989,0,2,0,0,0),(58705,16925,530,1,1,0,1,-394.234,2891.35,8.34191,4.99149,300,0,0,3989,0,2,0,0,0),(58706,16925,530,1,1,0,1,-372.711,2839.35,3.08586,5.23807,300,0,0,3989,0,2,0,0,0),(58707,16925,530,1,1,0,1,-180.312,2686.22,40.8126,2.14797,300,0,0,3989,0,2,0,0,0),(58708,16925,530,1,1,0,1,-314.16,2611.34,41.1205,4.5674,300,0,0,3989,0,2,0,0,0),(58709,16925,530,1,1,0,1,-280.539,2385.49,49.5167,2.42622,300,0,0,3989,0,2,0,0,0),(58710,16925,530,1,1,0,1,-173.5,2340.3,60.07,1.36818,300,0,0,3989,0,2,0,0,0),(58711,16927,530,1,1,0,0,-562.162,3606.67,29.3202,4.69896,300,0,0,4979,0,0,0,0,0),(58712,16927,530,1,1,0,0,-571.661,3615.93,29.6352,3.34021,300,0,0,4979,0,0,0,0,0),(58713,16927,530,1,1,0,0,-622.217,3609.65,30.6201,4.55188,300,5,0,4979,0,1,0,0,0),(58714,16927,530,1,1,0,0,-531.161,3640.4,29.2444,4.93458,300,0,0,4979,0,0,0,0,0),(58715,16927,530,1,1,0,0,-557.927,3619.62,29.549,5.98648,300,0,0,4979,0,0,0,0,0),(58716,16927,530,1,1,0,0,-657.941,3587.95,29.6201,5.28154,300,5,0,4979,0,1,0,0,0),(58717,16927,530,1,1,0,0,-658.822,3716.06,29.7715,2.23594,300,5,0,4979,0,1,0,0,0),(58718,16927,530,1,1,0,0,-688.119,3722.92,29.1262,5.85795,300,5,0,4979,0,1,0,0,0),(58719,16927,530,1,1,0,0,-735.73,3629.37,29.4979,4.90443,300,5,0,4979,0,1,0,0,0),(58720,16927,530,1,1,0,0,-694.631,3713.47,29.5012,3.5177,300,5,0,4979,0,1,0,0,0),(58721,16927,530,1,1,0,0,-736.833,3652.86,28.5597,2.06525,300,5,0,4979,0,1,0,0,0),(58722,16927,530,1,1,0,0,-922.031,3715.72,93.5942,3.3363,300,5,0,4979,0,1,0,0,0),(58723,16927,530,1,1,0,0,-910.338,3721.25,96.5542,0.359457,300,5,0,4979,0,1,0,0,0),(58724,16927,530,1,1,0,0,-813.133,3754.32,116.048,0.559841,300,5,0,4979,0,1,0,0,0),(58725,16927,530,1,1,0,0,-817.875,3749.65,116,0.564662,300,5,0,4979,0,1,0,0,0),(58726,16927,530,1,1,0,0,-782.719,3775.76,116.588,4.89504,300,5,0,4979,0,1,0,0,0),(58727,16927,530,1,1,0,0,-779.481,3780.92,116.963,4.74893,300,5,0,4979,0,1,0,0,0),(58728,16927,530,1,1,0,0,-750.131,3819.77,106.368,3.1123,300,5,0,4979,0,1,0,0,0),(58729,16927,530,1,1,0,0,-758.069,3822.55,108.219,5.92099,300,5,0,4979,0,1,0,0,0),(58730,16927,530,1,1,0,0,-786.997,3845.52,109.952,0.885067,300,5,0,4979,0,1,0,0,0),(58731,16927,530,1,1,0,0,-786.082,3842.18,110.387,0.837183,300,5,0,4979,0,1,0,0,0),(58732,16927,530,1,1,0,0,-586.591,3731.4,29.1597,0.253606,300,0,0,4979,0,0,0,0,0),(58733,16927,530,1,1,0,0,-606.584,3792.01,29.9849,3.66763,300,5,0,4979,0,1,0,0,0),(58734,16927,530,1,1,0,0,-616.146,3785.94,30.1099,0.811157,300,5,0,4979,0,1,0,0,0),(58735,16927,530,1,1,0,0,-551.671,3767.12,29.3701,4.44526,300,5,0,4979,0,1,0,0,0),(58736,16927,530,1,1,0,0,-539.277,3765.19,29.7451,0.296157,300,5,0,4979,0,1,0,0,0),(58737,16927,530,1,1,0,0,-600.679,3820.21,29.7451,5.80927,300,5,0,4979,0,1,0,0,0),(58738,16927,530,1,1,0,0,-542.626,3809.14,29.6549,3.27148,300,5,0,4979,0,1,0,0,0),(58739,16927,530,1,1,0,0,-553.125,3813.54,29.1549,3.2883,300,5,0,4979,0,1,0,0,0),(58740,16927,530,1,1,0,0,-512.118,3752.81,29.7451,0.110357,300,5,0,4979,0,1,0,0,0),(58741,16927,530,1,1,0,0,-596.783,3831.75,29.2451,5.98319,300,5,0,4979,0,1,0,0,0),(58742,16927,530,1,1,0,0,-635.864,3882.43,29.2292,2.84456,300,5,0,4979,0,1,0,0,0),(58743,16927,530,1,1,0,0,-627.567,3869.93,29.4951,3.86945,300,5,0,4979,0,1,0,0,0),(58744,16927,530,1,1,0,0,-620.158,3883.83,30.1201,4.3717,300,5,0,4979,0,1,0,0,0),(58745,16927,530,1,1,0,0,-712.164,3855.29,83.6431,0.280044,300,5,0,4979,0,1,0,0,0),(58746,16927,530,1,1,0,0,-709.368,3844.89,86.1144,0.401556,300,5,0,4979,0,1,0,0,0),(58747,16927,530,1,1,0,0,-789.961,3914.62,93.3448,4.60202,300,5,0,4979,0,1,0,0,0),(58748,16927,530,1,1,0,0,-794.947,3914.6,93.8448,3.72689,300,5,0,4979,0,1,0,0,0),(58749,16927,530,1,1,0,0,-820.666,3955.93,90.9285,1.94659,300,5,0,4979,0,1,0,0,0),(58750,16927,530,1,1,0,0,-804.126,3962.54,90.3291,0.516542,300,5,0,4979,0,1,0,0,0),(58751,16927,530,1,1,0,0,-742.188,3937.5,32.193,5.73719,300,5,0,4979,0,1,0,0,0),(58752,16927,530,1,1,0,0,-749.437,3936.95,32.818,5.38278,300,5,0,4979,0,1,0,0,0),(58753,16927,530,1,1,0,0,-698.706,3930.52,29.6063,2.82092,300,5,0,4979,0,1,0,0,0),(58754,16927,530,1,1,0,0,-685.228,3931.47,29.3563,0.303507,300,5,0,4979,0,1,0,0,0),(58755,16927,530,1,1,0,0,-645.088,3922.25,30.3701,0.112599,300,5,0,4979,0,1,0,0,0),(58756,16927,530,1,1,0,0,-650.728,3913.41,30.4951,4.63772,300,5,0,4979,0,1,0,0,0),(58757,16927,530,1,1,0,0,-756.771,4008.85,32.288,2.36833,300,5,0,4979,0,1,0,0,0),(58758,16927,530,1,1,0,0,-623.119,3949.31,29.4951,1.28601,300,5,0,4979,0,1,0,0,0),(58759,16927,530,1,1,0,0,-614.258,3951.22,29.1201,5.00465,300,5,0,4979,0,1,0,0,0),(58760,16927,530,1,1,0,0,-599.192,3921.93,29.4951,2.51681,300,5,0,4979,0,1,0,0,0),(58761,16927,530,1,1,0,0,-696.523,4021.36,29.8719,1.05314,300,5,0,4979,0,1,0,0,0),(58762,16927,530,1,1,0,0,-588.439,3975.8,29.495,4.75646,300,5,0,4979,0,1,0,0,0),(58763,16927,530,1,1,0,0,-584.313,3990.13,29.62,2.95689,300,5,0,4979,0,1,0,0,0),(58764,16927,530,1,1,0,0,-592.216,3918.58,29.9951,3.56491,300,5,0,4979,0,1,0,0,0),(58765,16927,530,1,1,0,0,-576.475,3975.97,29.495,4.67871,300,5,0,4979,0,1,0,0,0),(58766,16927,530,1,1,0,0,-763.65,4018.96,32.913,1.9366,300,5,0,4979,0,1,0,0,0),(58767,16927,530,1,1,0,0,-821.301,4076.8,33.9576,0.136304,300,5,0,4979,0,1,0,0,0),(58768,16927,530,1,1,0,0,-810.144,4070.4,33.2076,0.581957,300,5,0,4979,0,1,0,0,0),(58769,16927,530,1,1,0,0,-869.261,4093.12,33.2217,1.34016,300,5,0,4979,0,1,0,0,0),(58770,16927,530,1,1,0,0,-870.549,4103.74,33.0967,4.72838,300,5,0,4979,0,1,0,0,0),(58771,16927,530,1,1,0,0,-922.42,4042.56,79.1544,3.47509,300,5,0,4979,0,1,0,0,0),(58772,16927,530,1,1,0,0,-923.573,4043.59,78.9352,4.03216,300,5,0,4979,0,1,0,0,0),(58773,16927,530,1,1,0,0,-881.958,4019.25,85.8126,4.60104,300,5,0,4979,0,1,0,0,0),(58774,16927,530,1,1,0,0,-881.409,4011.95,86.1647,5.76973,300,5,0,4979,0,1,0,0,0),(58775,16927,530,1,1,0,0,-913.887,4107.74,33.8467,3.80177,300,5,0,4979,0,1,0,0,0),(58776,16927,530,1,1,0,0,-897.554,4125.75,33.2217,0.907024,300,5,0,4979,0,1,0,0,0),(58777,16927,530,1,1,0,0,-986.376,4043.57,79.4848,1.12239,300,5,0,4979,0,1,0,0,0),(58778,16927,530,1,1,0,0,-948.843,4011.33,88.0829,4.44348,300,5,0,4979,0,1,0,0,0),(58779,16927,530,1,1,0,0,-945.682,4014.83,87.0415,1.96146,300,5,0,4979,0,1,0,0,0),(58780,16927,530,1,1,0,0,-977.869,4047.69,78.2432,4.91503,300,5,0,4979,0,1,0,0,0),(58781,16927,530,1,1,0,0,-980.348,3984.14,95.6401,1.05601,300,5,0,4979,0,1,0,0,0),(58782,16927,530,1,1,0,0,-988.424,3981.95,95.5619,3.77649,300,5,0,4979,0,1,0,0,0),(58783,16927,530,1,1,0,0,-1027.18,4017.39,80.6013,4.34354,300,5,0,4979,0,1,0,0,0),(58784,16927,530,1,1,0,0,-1019.47,4018.18,80.6325,5.10741,300,5,0,4979,0,1,0,0,0),(58785,16927,530,1,1,0,0,168.354,3758.01,195.168,0.533555,300,5,0,4979,0,1,0,0,0),(58786,16928,530,1,1,0,0,-678.557,3501.6,85.8725,5.9315,300,5,0,5158,0,1,0,0,0),(58787,16928,530,1,1,0,0,-899.863,3724.5,99.701,6.28123,300,5,0,5158,0,1,0,0,0),(58788,16928,530,1,1,0,0,-1094.05,4013.54,85.3864,0.056691,300,5,0,5158,0,1,0,0,0),(58789,16929,530,1,1,0,0,-748.166,3432.45,82.8685,4.71825,300,5,0,5158,0,1,0,0,0),(58790,16929,530,1,1,0,0,-813.087,3448.68,102.021,5.07802,300,5,0,5158,0,1,0,0,0),(58791,16929,530,1,1,0,0,-911.254,3468.07,103.477,5.00356,300,5,0,5158,0,1,0,0,0),(58792,16929,530,1,1,0,0,-973.562,3542.99,136.67,5.37737,300,5,0,5158,0,1,0,0,0),(58793,16929,530,1,1,0,0,-949.037,3583.78,139.128,3.87383,300,5,0,5158,0,1,0,0,0),(58794,16929,530,1,1,0,0,-989.31,3492.69,128.88,1.68037,300,5,0,5158,0,1,0,0,0),(58795,16929,530,1,1,0,0,-922.899,3515.54,121.503,4.7331,300,5,0,5158,0,1,0,0,0),(58796,16929,530,1,1,0,0,-918.24,3624.6,117.66,1.74297,300,5,0,5158,0,1,0,0,0),(58797,16929,530,1,1,0,0,-809.955,3566.02,117.325,0.362198,300,5,0,5158,0,1,0,0,0),(58798,16929,530,1,1,0,0,-852.151,3548.21,66.2036,0.857935,300,5,0,5158,0,1,0,0,0),(58799,16929,530,1,1,0,0,-736.632,3543.24,107.376,3.25916,300,5,0,5158,0,1,0,0,0),(58800,16929,530,1,1,0,0,-723.973,3483.16,94.0949,4.08862,300,5,0,5158,0,1,0,0,0),(58801,16929,530,1,1,0,0,-677.489,3516.76,88.1239,1.5929,300,5,0,5158,0,1,0,0,0),(58802,16929,530,1,1,0,0,-673.31,3445.48,73.1717,5.05732,300,5,0,5158,0,1,0,0,0),(58803,16929,530,1,1,0,0,-609.382,3664.11,69.073,5.55473,300,5,0,5158,0,1,0,0,0),(58804,16929,530,1,1,0,0,-646.38,3651.06,35.6106,4.99164,300,0,0,5158,0,0,0,0,0),(58805,16929,530,1,1,0,0,-953.205,3724.3,104.74,1.32016,300,5,0,5158,0,1,0,0,0),(58806,16929,530,1,1,0,0,-860.057,3715.8,116.942,3.53443,300,5,0,5158,0,1,0,0,0),(58807,16929,530,1,1,0,0,-797.033,3721.25,125.106,1.63108,300,5,0,5158,0,1,0,0,0),(58808,16929,530,1,1,0,0,-865.923,3811.02,150.401,5.73928,300,5,0,5158,0,1,0,0,0),(58809,16929,530,1,1,0,0,-822.917,3822.92,126.386,1.4793,300,5,0,5158,0,1,0,0,0),(58810,16929,530,1,1,0,0,-841.495,3850.15,116.805,2.3182,300,5,0,5158,0,1,0,0,0),(58811,16929,530,1,1,0,0,-728.502,3783.85,104.655,4.69676,300,5,0,5158,0,1,0,0,0),(58812,16929,530,1,1,0,0,-722.017,3782.26,21.684,3.91212,300,0,0,5158,0,0,0,0,0),(58813,16929,530,1,1,0,0,-725.796,3803.95,22.576,0.237257,300,0,0,5158,0,0,0,0,0),(58814,16929,530,1,1,0,0,-609.133,3751.33,37.258,0.152183,300,5,0,5158,0,1,0,0,0),(58815,16929,530,1,1,0,0,-648.502,3809.48,37.1253,4.90308,300,5,0,5158,0,1,0,0,0),(58816,16929,530,1,1,0,0,-548.892,3713.24,39.6201,1.99303,300,5,0,5158,0,1,0,0,0),(58817,16929,530,1,1,0,0,-582.173,3641.09,34.7672,4.78078,300,5,0,5158,0,1,0,0,0),(58818,16929,530,1,1,0,0,-558.284,3852.52,29.2451,4.66333,300,5,0,5158,0,1,0,0,0),(58819,16929,530,1,1,0,0,-569.69,3879.33,43.1647,1.93038,300,5,0,5158,0,1,0,0,0),(58820,16929,530,1,1,0,0,-752.112,3835.6,19.4492,4.96251,300,5,0,5158,0,1,0,0,0),(58821,16929,530,1,1,0,0,-683.763,3883.17,68.9917,2.41536,300,0,0,5158,0,0,0,0,0),(58822,16929,530,1,1,0,0,-876.171,3927.22,101.845,2.55787,300,5,0,5158,0,1,0,0,0),(58823,16929,530,1,1,0,0,-949.181,3850.72,151.034,5.15293,300,5,0,5158,0,1,0,0,0),(58824,16929,530,1,1,0,0,-945.961,3888.66,129.263,3.88966,300,5,0,5158,0,1,0,0,0),(58825,16929,530,1,1,0,0,-916.707,3904.26,134.729,4.47973,300,5,0,5158,0,1,0,0,0),(58826,16929,530,1,1,0,0,-701.774,3989,61.1965,3.11816,300,5,0,5158,0,1,0,0,0),(58827,16929,530,1,1,0,0,-857.331,4023.14,95.2727,1.9012,300,5,0,5158,0,1,0,0,0),(58828,16929,530,1,1,0,0,-988.066,4093.35,84.952,4.31081,300,5,0,5158,0,1,0,0,0),(58829,16929,530,1,1,0,0,-963.792,3955.35,102.711,5.18339,300,5,0,5158,0,1,0,0,0),(58830,16929,530,1,1,0,0,-912.826,3966.53,125.792,2.78831,300,5,0,5158,0,1,0,0,0),(58831,16929,530,1,1,0,0,-1021.92,4078.96,78.0256,5.79857,300,5,0,5158,0,1,0,0,0),(58832,16929,530,1,1,0,0,-1012.54,3952.42,119.01,5.1673,300,5,0,5158,0,1,0,0,0),(58833,16929,530,1,1,0,0,-981.258,3922.06,130.197,3.42593,300,5,0,5158,0,1,0,0,0),(58834,16929,530,1,1,0,0,-1045.59,3979.45,97.419,2.5387,300,5,0,5158,0,1,0,0,0),(58835,16929,530,1,1,0,0,-1161.45,3970.37,124.244,4.2766,300,5,0,5158,0,1,0,0,0),(58836,16932,530,1,1,0,0,-1360.16,3372.9,49.5065,3.95737,300,5,0,4142,0,1,0,0,0),(58837,16932,530,1,1,0,0,-1447.33,3352.35,21.5113,4.20899,300,5,0,4142,0,1,0,0,0),(58838,16932,530,1,1,0,0,-1446.02,3379.94,27.176,1.25923,300,5,0,4142,0,1,0,0,0),(58839,16932,530,1,1,0,0,-1421.91,3384.37,35.3944,0.627669,300,5,0,4142,0,1,0,0,0),(58840,16932,530,1,1,0,0,-1481.39,3379.48,11.6456,1.81864,300,5,0,4142,0,1,0,0,0),(58841,16932,530,1,1,0,0,-1373.96,3384.38,47.2,3.91446,300,0,0,4142,0,0,0,0,0),(58842,16932,530,1,1,0,0,-1388.15,3406.68,49.2416,5.05431,300,5,0,4142,0,1,0,0,0),(58843,16932,530,1,1,0,0,-1459.07,3411.7,33.0342,2.7874,300,5,0,4142,0,1,0,0,0),(58844,16932,530,1,1,0,0,-1487.51,3445.16,30.212,2.77095,300,5,0,4142,0,1,0,0,0),(58845,16932,530,1,1,0,0,-1413.29,3453.78,47.8496,1.62096,300,5,0,4142,0,1,0,0,0),(58846,16932,530,1,1,0,0,-1392.64,3451.82,53.1601,3.72228,300,5,0,4142,0,1,0,0,0),(58847,16932,530,1,1,0,0,-1440.34,3456.65,41.3239,5.71221,300,5,0,4142,0,1,0,0,0),(58848,16932,530,1,1,0,0,-1421.74,3473.85,47.921,3.53835,300,5,0,4142,0,1,0,0,0),(58849,16932,530,1,1,0,0,-1455.2,3473.61,40.1569,5.59958,300,5,0,4142,0,1,0,0,0),(58850,16932,530,1,1,0,0,-1517.72,3455.32,24.0842,1.25874,300,5,0,4142,0,1,0,0,0),(58851,16932,530,1,1,0,0,-1544.17,3483.99,24.1827,3.33913,300,5,0,4142,0,1,0,0,0),(58852,16932,530,1,1,0,0,-1479.79,3482.46,36.2832,5.70034,300,5,0,4142,0,1,0,0,0),(58853,16932,530,1,1,0,0,-1576.04,3520.48,19.5427,4.46173,300,5,0,4142,0,1,0,0,0),(58854,16932,530,1,1,0,0,-1487.49,3552.9,48.2801,4.41693,300,5,0,4142,0,1,0,0,0),(58855,16932,530,1,1,0,0,-1511.13,3546.79,36.8912,6.14792,300,5,0,4142,0,1,0,0,0),(58856,16932,530,1,1,0,0,-1486.81,3572.18,51.8142,5.33752,300,5,0,4142,0,1,0,0,0),(58857,16932,530,1,1,0,0,-1522.58,3575.68,40.5265,4.198,300,5,0,4142,0,1,0,0,0),(58858,16932,530,1,1,0,0,-1587.72,3544.44,24.3164,4.58268,300,5,0,4142,0,1,0,0,0),(58859,16932,530,1,1,0,0,-1612.77,3576.46,21.7534,4.32022,300,5,0,4142,0,1,0,0,0),(58860,16932,530,1,1,0,0,-1597.07,3573.12,25.8366,2.88251,300,5,0,4142,0,1,0,0,0),(58861,16932,530,1,1,0,0,-1456,3564.25,66.4506,0.857296,300,5,0,4142,0,1,0,0,0),(58862,16932,530,1,1,0,0,-1551.44,3612.97,35.6841,5.91152,300,5,0,4142,0,1,0,0,0),(58863,16932,530,1,1,0,0,-1520.94,3620.72,43.6563,1.73234,300,5,0,4142,0,1,0,0,0),(58864,16932,530,1,1,0,0,-1570.53,3625.69,34.6458,0.557582,300,5,0,4142,0,1,0,0,0),(58865,16932,530,1,1,0,0,-1643.54,3621.8,26.5756,4.76613,300,5,0,4142,0,1,0,0,0),(58866,16932,530,1,1,0,0,-1621.87,3613.02,29.0622,0,300,5,0,4142,0,1,0,0,0),(58867,16932,530,1,1,0,0,-1587.65,3657.38,41.1472,3.03624,300,5,0,4142,0,1,0,0,0),(58868,16932,530,1,1,0,0,-1545.38,3643.98,35.0376,1.70005,300,5,0,4142,0,1,0,0,0),(58869,16932,530,1,1,0,0,-1647.1,3647.56,31.2215,0.754329,300,5,0,4142,0,1,0,0,0),(58870,16932,530,1,1,0,0,-1589.02,3685.89,39.0711,4.80666,300,5,0,4142,0,1,0,0,0),(58871,16932,530,1,1,0,0,-1675.52,3672.52,43.332,4.84733,300,5,0,4142,0,1,0,0,0),(58872,16932,530,1,1,0,0,-1577.73,3720.72,42.4333,1.84159,300,5,0,4142,0,1,0,0,0),(58873,16932,530,1,1,0,0,-1679.46,3724.28,47.2214,0.465393,300,5,0,4142,0,1,0,0,0),(58874,16932,530,1,1,0,0,-1679.17,3756.86,37.0262,0.672204,300,5,0,4142,0,1,0,0,0),(58875,16932,530,1,1,0,0,-1554.04,3739.94,57.5915,1.38634,300,5,0,4142,0,1,0,0,0),(58876,16932,530,1,1,0,0,-1712.5,3779.17,46.6858,4.92864,300,5,0,4142,0,1,0,0,0),(58877,16932,530,1,1,0,0,-1612.71,3817.06,43.6299,2.38032,300,5,0,4142,0,1,0,0,0),(58878,16932,530,1,1,0,0,-1681.07,3785.3,36.8841,0.334499,300,5,0,4142,0,1,0,0,0),(58879,16932,530,1,1,0,0,-1735.21,3848.36,45.0708,2.89082,300,5,0,4142,0,1,0,0,0),(58880,16932,530,1,1,0,0,-1703.52,3843.07,40.6399,5.46213,300,5,0,4142,0,1,0,0,0),(58881,16932,530,1,1,0,0,-1709.95,3815.12,45.3331,3.02865,300,5,0,4142,0,1,0,0,0),(58882,16932,530,1,1,0,0,-1710.53,3844.33,42.5149,0.786671,300,5,0,4142,0,1,0,0,0),(58883,16932,530,1,1,0,0,-1726.43,3846.3,44.1315,4.86614,300,5,0,4142,0,1,0,0,0),(58884,16933,530,1,1,0,0,-1453.84,3424.35,35.058,3.1328,300,5,0,5158,0,1,0,0,0),(58885,16933,530,1,1,0,0,-1418.44,3434.43,44.1255,4.12926,300,5,0,5158,0,1,0,0,0),(58886,16933,530,1,1,0,0,-1515.95,3494.06,32.36,5.78547,300,5,0,5158,0,1,0,0,0),(58887,16933,530,1,1,0,0,-1535.96,3504.62,29.3734,4.91093,300,5,0,5158,0,1,0,0,0),(58888,16933,530,1,1,0,0,-1590.18,3594.26,30.0657,2.22936,300,5,0,5158,0,1,0,0,0),(58889,16933,530,1,1,0,0,-1533.74,3625.26,38.5591,3.13353,300,5,0,5158,0,1,0,0,0),(58890,16933,530,1,1,0,0,-1539.01,3628.7,36.3391,5.62445,300,5,0,5158,0,1,0,0,0),(58891,16933,530,1,1,0,0,-1621.78,3717.11,32.47,0.160971,300,5,0,5158,0,1,0,0,0),(58892,16933,530,1,1,0,0,-1571.47,3731.66,48.555,3.52663,300,5,0,5158,0,1,0,0,0),(58893,16933,530,1,1,0,0,-1614.88,3771.12,42.898,5.38614,300,5,0,5158,0,1,0,0,0),(58894,16933,530,1,1,0,0,-1620.94,3758.15,34.0837,0.523995,300,5,0,5158,0,1,0,0,0),(58895,16933,530,1,1,0,0,-1699.93,3814.5,42.3885,3.1138,300,5,0,5158,0,1,0,0,0),(58896,16934,530,1,1,0,0,-816.113,4381.34,69.114,5.41562,300,5,0,5341,0,1,0,0,0),(58897,16934,530,1,1,0,0,-955.307,4411.29,89.9402,2.49692,300,5,0,5341,0,1,0,0,0),(58898,16934,530,1,1,0,0,-810.48,4429.05,90.4271,1.50436,300,5,0,5341,0,1,0,0,0),(58899,16934,530,1,1,0,0,-767.149,4325.26,52.8188,5.67758,300,5,0,5341,0,1,0,0,0),(58900,16934,530,1,1,0,0,-778.892,4416.13,82.4506,0.817868,300,5,0,5341,0,1,0,0,0),(58901,16934,530,1,1,0,0,-662.321,4369.52,65.9652,5.6884,300,5,0,5341,0,1,0,0,0),(58902,16937,530,1,1,0,0,-552.584,4868.63,37.3653,3.646,300,5,0,1889,5206,1,0,0,0),(58903,16937,530,1,1,0,0,-554.288,4868.04,37.4903,3.46659,300,5,0,1889,5206,1,0,0,0),(58904,16937,530,1,1,0,0,-444.246,4843.55,27.731,6.20682,300,5,0,1889,5206,1,0,0,0),(58905,16937,530,1,1,0,0,-450.029,4850.92,29.3022,0.791499,300,5,0,1889,5206,1,0,0,0),(58906,16938,530,1,1,0,1,-454.747,4664.57,32.4596,2.9147,300,0,0,2699,0,0,0,0,0),(58907,16938,530,1,1,0,1,-455.19,4672.42,31.2427,2.26893,300,0,0,2699,0,0,0,0,0),(58908,16938,530,1,1,0,1,-515.826,4709.41,37.084,2.02458,300,0,0,2699,0,0,0,0,0),(58909,16938,530,1,1,0,1,-509.347,4723.8,33.2703,3.71755,300,0,0,2699,0,0,0,0,0),(58910,16938,530,1,1,0,1,-453.889,4752.93,21.5825,5.37561,300,0,0,2699,0,0,0,0,0),(58911,16938,530,1,1,0,1,-447.869,4748.54,20.3074,2.70526,300,0,0,2699,0,0,0,0,0),(58912,16938,530,1,1,0,1,-500.238,4759.21,27.8443,3.76991,300,0,0,2699,0,0,0,0,0),(58913,16938,530,1,1,0,1,-559.337,4788.21,34.2141,4.03171,300,0,0,2699,0,0,0,0,0),(58914,16938,530,1,1,0,1,-500.428,4781.01,29.6773,2.84489,300,0,0,2699,0,0,0,0,0),(58915,16938,530,1,1,0,1,-498.77,4822.42,31.3741,3.08923,300,0,0,2699,0,0,0,0,0),(58916,16938,530,1,1,0,1,-617.858,4739.56,41.9087,3.38594,300,0,0,2699,0,0,0,0,0),(58917,16938,530,1,1,0,1,-614.184,4746.42,41.6088,2.14675,300,0,0,2699,0,0,0,0,0),(58918,16938,530,1,1,0,1,-613.41,4752.96,41.1707,4.64258,300,0,0,2699,0,0,0,0,0),(58919,16938,530,1,1,0,1,-567.383,4788.82,34.5954,3.64606,300,0,0,2699,0,0,0,0,0),(58920,16938,530,1,1,0,1,-524.354,4854.4,34.8745,2.89725,300,0,0,2699,0,0,0,0,0),(58921,16938,530,1,1,0,1,-503.089,4832.31,31.5171,2.70526,300,0,0,2699,0,0,0,0,0),(58922,16938,530,1,1,0,1,-504.802,4769.16,29.9351,3.42085,300,0,0,2699,0,0,0,0,0),(58923,16938,530,1,1,0,1,-681,4750.4,50.3001,0.017453,300,0,0,2699,0,0,0,0,0),(58924,16938,530,1,1,0,1,-676.249,4756.27,49.5835,4.72984,300,0,0,2699,0,0,0,0,0),(58925,16938,530,1,1,0,1,-697.291,4784.26,49.1017,2.89725,300,0,0,2699,0,0,0,0,0),(58926,16938,530,1,1,0,1,-654.284,4841.71,51.1415,0.663225,300,0,0,2699,0,0,0,0,0),(58927,16938,530,1,1,0,1,-656.356,4853.2,51.2198,1.16937,300,0,0,2699,0,0,0,0,0),(58928,16938,530,1,1,0,1,-605.441,4837.81,39.3813,4.38078,300,0,0,2699,0,0,0,0,0),(58929,16938,530,1,1,0,1,-603.261,4857.09,39.829,2.6529,300,0,0,2699,0,0,0,0,0),(58930,16938,530,1,1,0,1,-703.86,4780.12,48.8552,1.88496,300,0,0,2699,0,0,0,0,0),(58931,16938,530,1,1,0,1,-722.729,4770.45,50.98,3.22886,300,0,0,2699,0,0,0,0,0),(58932,16938,530,1,1,0,1,-513.392,4856.82,32.1861,0.785398,300,0,0,2699,0,0,0,0,0),(58933,16938,530,1,1,0,1,-509.873,4917.76,39.3743,4.5204,300,0,0,2699,0,0,0,0,0),(58934,16938,530,1,1,0,1,-506.418,4911.18,37.5868,3.45575,300,0,0,2699,0,0,0,0,0),(58935,16943,530,1,1,0,0,4760.9,3201.43,159.067,2.42601,300,0,0,6761,0,0,0,0,0),(58936,16943,530,1,1,0,0,4738.38,3262.6,185.563,3.00197,300,0,0,6761,0,0,0,0,0),(58937,16943,530,1,1,0,0,4746.53,3229.26,159.081,5.23599,300,0,0,6761,0,0,0,0,0),(58938,16943,530,1,1,0,0,4673.82,3236.35,168.348,6.23082,300,0,0,6761,0,0,0,0,0),(58939,16943,530,1,1,0,0,4683.44,3292.88,177.689,2.61799,300,5,0,6761,0,1,0,0,0),(58940,16943,530,1,1,0,0,4622.17,3189.07,157.855,2.25148,300,0,0,6761,0,0,0,0,0),(58941,16943,530,1,1,0,0,4646.64,3123.92,159.389,5.74213,300,0,0,6761,0,0,0,0,0),(58942,16943,530,1,1,0,0,4623.21,3128.54,154.198,2.12253,300,5,0,6761,0,1,0,0,0),(58943,16943,530,1,1,0,0,4678.48,3111.03,168.77,5.77704,300,0,0,6761,0,0,0,0,0),(58944,16943,530,1,1,0,0,4697.17,3081.72,177.319,0.907571,300,0,0,6761,0,0,0,0,0),(58945,16943,530,1,1,0,0,4666.22,3201.49,158.835,0.924356,300,5,0,6761,0,1,0,0,0),(58946,16943,530,1,1,0,0,4662.27,3051.54,172.814,2.05949,300,0,0,6761,0,0,0,0,0),(58947,16943,530,1,1,0,0,4622.71,3114.09,155.514,2.04204,300,0,0,6761,0,0,0,0,0),(58948,16943,530,1,1,0,0,4576.07,3236.51,153.986,1.5708,300,0,0,6761,0,0,0,0,0),(58949,16943,530,1,1,0,0,4578.69,3215.3,154.913,5.61996,300,0,0,6761,0,0,0,0,0),(58950,16943,530,1,1,0,0,4626.97,3255.65,162.977,1.6057,300,0,0,6761,0,0,0,0,0),(58951,16943,530,1,1,0,0,4618.19,3260.43,162.471,0.770683,300,5,0,6761,0,1,0,0,0),(58952,16943,530,1,1,0,0,4621.52,3287.71,168.907,5.25344,300,0,0,6761,0,0,0,0,0),(58953,16943,530,1,1,0,0,4651.65,3306.34,171.17,4.5204,300,0,0,6761,0,0,0,0,0),(58954,16943,530,1,1,0,0,4673.12,3292.59,176.733,0.139626,300,0,0,6761,0,0,0,0,0),(58955,16943,530,1,1,0,0,4696.38,3316.83,178.094,2.61799,300,0,0,6761,0,0,0,0,0),(58956,16943,530,1,1,0,0,4688.92,3352.51,192.748,5.32325,300,0,0,6761,0,0,0,0,0),(58957,16943,530,1,1,0,0,4781.16,3325.7,200.206,4.56345,300,5,0,6761,0,1,0,0,0),(58958,16944,530,1,1,0,0,3134.51,2559.99,65.5537,1.57365,300,5,0,6542,0,1,0,0,0),(58959,16944,530,1,1,0,0,3391.23,2733.32,158.67,0.433994,300,5,0,6542,0,1,0,0,0),(58960,16944,530,1,1,0,0,3397.05,2702.67,158.343,4.82086,300,5,0,6542,0,1,0,0,0),(58961,16944,530,1,1,0,0,3194.88,2758.01,150.271,2.86635,300,5,0,6542,0,1,0,0,0),(58962,16944,530,1,1,0,0,3240.91,2621.07,138.572,3.94444,300,0,0,6542,0,0,0,0,0),(58963,16945,530,1,1,0,0,-1218.83,8942.5,55.4846,1.55334,300,0,0,18978,0,0,0,0,0),(58964,16945,530,1,1,0,0,-1253.15,8966.12,56.2953,5.96903,300,0,0,18978,0,0,0,0,0),(58965,16945,530,1,1,0,0,-1337.49,8950.3,59.4901,1.09956,300,0,0,18978,0,0,0,0,0),(58966,16945,530,1,1,0,0,-1330.91,8979,58.3012,4.4855,300,0,0,18978,0,0,0,0,0),(58967,16945,530,1,1,0,0,-1364.17,9007.1,54.6472,3.08923,300,0,0,18978,0,0,0,0,0),(58968,16945,530,1,1,0,0,-1390.29,9008.05,57.7661,0.279253,300,0,0,18978,0,0,0,0,0),(58969,16945,530,1,1,0,0,-1805.3,9190.7,70.8086,1.06958,300,0,0,18978,0,0,0,0,0),(58970,16945,530,1,1,0,0,-1775.54,9254.47,73.2866,1.74533,300,0,0,18978,0,0,0,0,0),(58971,16945,530,1,1,0,0,-1781.18,9280.98,70.7511,3.38594,300,0,0,18978,0,0,0,0,0),(58972,16945,530,1,1,0,0,-1806.41,9294.68,69.6985,1.43117,300,0,0,18978,0,0,0,0,0),(58973,16945,530,1,1,0,0,-1846.78,9323.62,70.9269,5.11381,300,0,0,18978,0,0,0,0,0),(58974,16945,530,1,1,0,0,-1880.99,9265.27,75.8637,4.04916,300,0,0,18978,0,0,0,0,0),(58975,16945,530,1,1,0,0,-1884.25,9228.55,78.2637,1.15192,300,0,0,18978,0,0,0,0,0),(58976,16946,530,1,1,0,0,401.566,2174.01,118.689,6.26573,300,5,0,5158,0,1,0,0,0),(58977,16946,530,1,1,0,0,390.556,2500.09,149.807,3.31413,300,5,0,5158,0,1,0,0,0),(58978,16946,530,1,1,0,0,385.973,2541.13,149.969,2.77688,300,5,0,5158,0,1,0,0,0),(58979,16946,530,1,1,0,0,525.89,2770.73,213.006,5.5967,300,5,0,5158,0,1,0,0,0),(58980,16946,530,1,1,0,0,517.948,2799.26,214.543,3.03805,300,5,0,5158,0,1,0,0,0),(58981,16947,530,1,1,0,1,355.981,2123.5,120.472,1.5708,300,0,0,4979,0,0,0,0,0),(58982,16947,530,1,1,0,1,382.501,2098.61,116.263,2.49582,300,0,0,4979,0,0,0,0,0),(58983,16947,530,1,1,0,1,450.833,2110.62,115.364,3.21141,300,0,0,4979,0,0,0,0,0),(58984,16947,530,1,1,0,1,427.097,2122.79,114.841,0.471239,300,0,0,4979,0,0,0,0,0),(58985,16947,530,1,1,0,1,360.31,2138.83,120.726,3.69177,300,5,0,4979,0,1,0,0,0),(58986,16947,530,1,1,0,1,349.099,2139.29,120.872,5.42797,300,0,0,4979,0,0,0,0,0),(58987,16947,530,1,1,0,1,328.165,2155.35,118.146,2.02458,300,0,0,4979,0,0,0,0,0),(58988,16947,530,1,1,0,1,382.422,2225.28,119.745,4.29351,300,0,0,4979,0,0,0,0,0),(58989,16947,530,1,1,0,1,393.932,2216.16,119.473,3.64859,300,5,0,4979,0,1,0,0,0),(58990,16947,530,1,1,0,1,330.928,2232.17,118.227,4.15388,300,0,0,4979,0,0,0,0,0),(58991,16947,530,1,1,0,1,367.665,2244.89,118.933,1.28981,300,5,0,4979,0,1,0,0,0),(58992,16947,530,1,1,0,1,359.408,2262.76,119.075,0.191986,300,0,0,4979,0,0,0,0,0),(58993,16947,530,1,1,0,1,408.957,2257.16,116.56,0.453786,300,0,0,4979,0,0,0,0,0),(58994,16947,530,1,1,0,1,358.216,2463.79,156.875,5.41052,300,0,0,4979,0,0,0,0,0),(58995,16947,530,1,1,0,1,346.276,2474.79,160.781,6.0912,300,0,0,4979,0,0,0,0,0),(58996,16947,530,1,1,0,1,336.07,2504.22,163.209,1.20428,300,0,0,4979,0,0,0,0,0),(58997,16947,530,1,1,0,1,351.516,2485.37,159.511,6.26268,300,5,0,4979,0,1,0,0,0),(58998,16947,530,1,1,0,1,391.742,2521.13,150.449,2.47837,300,0,0,4979,0,0,0,0,0),(58999,16947,530,1,1,0,1,385.447,2482.14,150.578,4.24281,300,5,0,4979,0,1,0,0,0),(59000,16947,530,1,1,0,1,438.586,2502.31,149.944,4.08369,300,0,0,4979,0,0,0,0,0),(59001,16947,530,1,1,0,1,586.365,2789.43,223.899,2.00713,300,0,0,4979,0,0,0,0,0),(59002,16947,530,1,1,0,1,586.919,2809.66,222.261,4.53786,300,0,0,4979,0,0,0,0,0),(59003,16947,530,1,1,0,1,568.979,2757.45,225.864,5.44543,300,0,0,4979,0,0,0,0,0),(59004,16947,530,1,1,0,1,564.604,2774.83,219.225,6.10865,300,0,0,4979,0,0,0,0,0),(59005,16947,530,1,1,0,1,568.652,2781.46,220.437,3.80488,300,0,0,4979,0,0,0,0,0),(59006,16947,530,1,1,0,1,593.531,2841.54,217.833,5.2709,300,0,0,4979,0,0,0,0,0),(59007,16947,530,1,1,0,1,563.163,2811.82,219.968,0.261799,300,0,0,4979,0,0,0,0,0),(59008,16947,530,1,1,0,1,568.296,2818.05,220.437,3.69493,300,0,0,4979,0,0,0,0,0),(59009,16947,530,1,1,0,1,517.086,2837.65,210.894,3.64774,300,0,0,4979,0,0,0,0,0),(59010,16947,530,1,1,0,1,562.858,2841.57,216.125,0.174533,300,0,0,4979,0,0,0,0,0),(59011,16947,530,1,1,0,1,496.984,2776.01,206.518,0,300,0,0,4979,0,0,0,0,0),(59012,16947,530,1,1,0,1,482.783,2796.35,202.393,1.55334,300,5,0,4979,0,1,0,0,0),(59013,16947,530,1,1,0,1,480.448,2803.04,202.263,5.02655,300,0,0,4979,0,0,0,0,0),(59014,16947,530,1,1,0,1,497.355,2824.95,207.77,5.95157,300,0,0,4979,0,0,0,0,0),(59015,16947,530,1,1,0,1,377.902,2556.3,152.15,3.87463,300,0,0,4979,0,0,0,0,0),(59016,16947,530,1,1,0,1,350.05,2542.49,161.17,4.08407,300,0,0,4979,0,0,0,0,0),(59017,16948,530,1,1,0,1,3143.78,2544.72,65.1152,1.8675,300,0,0,6542,0,0,0,0,0),(59018,16948,530,1,1,0,1,3158.55,2541.8,64.933,0.296706,300,0,0,6542,0,0,0,0,0),(59019,16948,530,1,1,0,1,3459.29,2665.42,154.221,2.18166,300,0,0,6542,0,0,0,0,0),(59020,16948,530,1,1,0,1,3395.87,2676.12,158.838,4.88692,300,0,0,6542,0,0,0,0,0),(59021,16948,530,1,1,0,1,3420.98,2697.13,157.93,1.39626,300,0,0,6542,0,0,0,0,0),(59022,16948,530,1,1,0,1,3420.14,2710.75,157.585,4.60767,300,0,0,6542,0,0,0,0,0),(59023,16948,530,1,1,0,1,3418.55,2680,157.993,2.37365,300,0,0,6542,0,0,0,0,0),(59024,16948,530,1,1,0,1,3368.28,2696.46,159.419,4.93928,300,0,0,6542,0,0,0,0,0),(59025,16948,530,1,1,0,1,3287.24,2715.7,152.906,3.52556,300,0,0,6542,0,0,0,0,0),(59026,16948,530,1,1,0,1,3283.59,2707.21,152.781,2.02458,300,0,0,6542,0,0,0,0,0),(59027,16948,530,1,1,0,1,3291.7,2733.81,152.923,3.735,300,0,0,6542,0,0,0,0,0),(59028,16948,530,1,1,0,1,3230.85,2664.61,142.819,5.98648,300,0,0,6542,0,0,0,0,0),(59029,16948,530,1,1,0,1,3240.05,2654.57,142.86,5.61996,300,0,0,6542,0,0,0,0,0),(59030,16948,530,1,1,0,1,3255.08,2646.76,142.666,1.22173,300,0,0,6542,0,0,0,0,0),(59031,16948,530,1,1,0,1,3269,2655.24,144.271,4.20624,300,0,0,6542,0,0,0,0,0),(59032,16948,530,1,1,0,1,3266.85,2642.16,142.28,1.74533,300,0,0,6542,0,0,0,0,0),(59033,16948,530,1,1,0,1,3253.51,2664.61,144.622,4.39823,300,0,0,6542,0,0,0,0,0),(59034,16948,530,1,1,0,1,3268.37,2723.66,152.347,0.541052,300,0,0,6542,0,0,0,0,0),(59035,16948,530,1,1,0,1,3221.07,2722.72,147.716,3.82227,300,0,0,6542,0,0,0,0,0),(59036,16948,530,1,1,0,1,3216.84,2712.9,146.681,1.88496,300,0,0,6542,0,0,0,0,0),(59037,16948,530,1,1,0,1,3239.87,2677.54,145.902,4.92183,300,0,0,6542,0,0,0,0,0),(59038,16948,530,1,1,0,1,3255.44,2773.32,158.091,1.53589,300,0,0,6542,0,0,0,0,0),(59039,16948,530,1,1,0,1,3257.66,2784.86,155.894,3.85718,300,0,0,6542,0,0,0,0,0),(59040,16948,530,1,1,0,1,3189.44,2769.39,149.815,4.15388,300,0,0,6542,0,0,0,0,0),(59041,16948,530,1,1,0,1,3197.74,2722.91,145.989,0.017453,300,0,0,6542,0,0,0,0,0),(59042,16948,530,1,1,0,1,3191.26,2734.07,146.814,0.733038,300,0,0,6542,0,0,0,0,0),(59043,16948,530,1,1,0,1,3194.55,2748.36,149.17,4.4855,300,0,0,6542,0,0,0,0,0),(59044,16948,530,1,1,0,1,3225.25,2611.94,136.906,5.48033,300,0,0,6542,0,0,0,0,0),(59045,16948,530,1,1,0,1,3228.2,2599.29,134.985,0.872665,300,0,0,6542,0,0,0,0,0),(59046,16948,530,1,1,0,1,3240.81,2606.43,137.067,3.38594,300,0,0,6542,0,0,0,0,0),(59047,16948,530,1,1,0,1,3141.97,2563.37,66.0272,5.8294,300,0,0,6542,0,0,0,0,0),(59048,16948,530,1,1,0,1,3151.08,2559.28,66.9125,2.77507,300,0,0,6542,0,0,0,0,0),(59049,16948,530,1,1,0,1,3385.35,2743.88,157.942,2.09439,300,0,0,6542,0,0,0,0,0),(59050,16949,530,1,1,0,1,4339.71,3461.2,171.667,5.13127,300,0,0,6542,0,0,0,0,0),(59051,16949,530,1,1,0,1,4378.52,3502.68,182.761,3.56047,300,0,0,6542,0,0,0,0,0),(59052,16949,530,1,1,0,1,4405.65,3508.54,182.772,4.32842,300,0,0,6542,0,0,0,0,0),(59053,16949,530,1,1,0,1,4405.6,3485.7,180.464,3.29867,300,0,0,6542,0,0,0,0,0),(59054,16949,530,1,1,0,1,4465.4,3480.64,180.133,0.33131,300,0,0,6542,0,0,0,0,0),(59055,16949,530,1,1,0,1,4502.72,3475.69,181.028,2.46334,300,5,0,6542,0,1,0,0,0),(59056,16949,530,1,1,0,1,4513.8,3451.52,166.805,4.81711,300,0,0,6542,0,0,0,0,0),(59057,16949,530,1,1,0,1,4536.44,3434.85,166.752,1.51844,300,0,0,6542,0,0,0,0,0),(59058,16949,530,1,1,0,1,4531.31,3323.92,154.928,2.16421,300,0,0,6542,0,0,0,0,0),(59059,16949,530,1,1,0,1,4483.29,3362.22,156.831,6.17846,300,0,0,6542,0,0,0,0,0),(59060,16949,530,1,1,0,1,4456.49,3362.92,156.44,5.20108,300,0,0,6542,0,0,0,0,0),(59061,16949,530,1,1,0,1,4468.71,3340.61,155.23,4.41504,300,5,0,6542,0,1,0,0,0),(59062,16949,530,1,1,0,1,4422.43,3404.68,166.725,6.00393,300,0,0,6542,0,0,0,0,0),(59063,16949,530,1,1,0,1,4373.43,3408.01,168.201,5.60251,300,0,0,6542,0,0,0,0,0),(59064,16949,530,1,1,0,1,4369.3,3430.2,166.038,1.68232,300,5,0,6542,0,1,0,0,0),(59065,16949,530,1,1,0,1,4354.81,3468.34,174.765,1.4651,300,5,0,6542,0,1,0,0,0),(59066,16949,530,1,1,0,1,4303.99,3403.44,151.357,5.95157,300,0,0,6542,0,0,0,0,0),(59067,16949,530,1,1,0,1,4343.06,3392.79,154.963,4.20624,300,0,0,6542,0,0,0,0,0),(59068,16949,530,1,1,0,1,4329.54,3389.07,152.861,1.1373,300,5,0,6542,0,1,0,0,0),(59069,16949,530,1,1,0,1,4324.24,3364.47,148.386,2.46091,300,0,0,6542,0,0,0,0,0),(59070,16949,530,1,1,0,1,4413.5,3349.48,153.359,0.087266,300,0,0,6542,0,0,0,0,0),(59071,16949,530,1,1,0,1,4391.43,3296.76,143.662,1.8326,300,0,0,6542,0,0,0,0,0),(59072,16949,530,1,1,0,1,4381.17,3316.37,145.344,6.12611,300,0,0,6542,0,0,0,0,0),(59073,16949,530,1,1,0,1,4433.29,3280.28,144.528,1.64061,300,0,0,6542,0,0,0,0,0),(59074,16949,530,1,1,0,1,4461.35,3331.09,154.515,3.03687,300,0,0,6542,0,0,0,0,0),(59075,16950,530,1,1,0,0,-491.082,1846.55,71.1177,4.18237,300,0,0,1276,916,0,0,0,0),(59076,16950,530,1,1,0,0,-558.356,1894.55,84.6043,4.50295,300,0,0,1276,916,0,0,0,0),(59077,16950,530,1,1,0,0,-355.648,1708.86,55.1145,0.05354,300,5,0,1276,916,1,0,0,0),(59078,16950,530,1,1,0,0,33.2126,1634.04,42.4263,3.14149,300,0,0,1276,916,0,0,0,0),(59079,16950,530,1,1,0,0,195.463,1695.44,27.8314,2.57477,300,5,0,1276,916,1,0,0,0),(59080,16950,530,1,1,0,0,87.5382,1755.13,45.5574,5.07582,300,5,0,1276,916,1,0,0,0),(59081,16950,530,1,1,0,0,31.509,1729.95,43.1019,6.13811,300,5,0,1276,916,1,0,0,0),(59082,16950,530,1,1,0,0,198.766,1728.06,28.523,3.12694,300,0,0,1276,916,0,0,0,0),(59083,16950,530,1,1,0,0,90.8829,1817.77,37.5289,0.133797,300,0,0,1276,916,0,0,0,0),(59084,16950,530,1,1,0,0,176.193,1786.27,25.4152,3.25108,300,5,0,1276,916,1,0,0,0),(59085,16950,530,1,1,0,0,-15.8906,1761.33,54.2311,3.15038,300,5,0,1276,916,1,0,0,0),(59086,16950,530,1,1,0,0,74.1816,1834.27,34.2712,3.18356,300,5,0,1276,916,1,0,0,0),(59087,16950,530,1,1,0,0,-45.0098,1774.08,49.9095,0.020505,300,5,0,1276,916,1,0,0,0),(59088,16950,530,1,1,0,0,43.5605,1896.55,50.7177,0.332181,300,5,0,1276,916,1,0,0,0),(59089,16950,530,1,1,0,0,-115.102,1860.1,77.7695,6.2578,300,0,0,1276,916,0,0,0,0),(59090,16950,530,1,1,0,0,-51.0436,1932.59,72.8739,3.14452,300,5,0,1276,916,1,0,0,0),(59091,16950,530,1,1,0,0,-150.125,1828.63,82.0869,3.1621,300,0,0,1276,916,0,0,0,0),(59092,16950,530,1,1,0,0,-142.917,1897.76,85.9774,3.18361,300,5,0,1276,916,1,0,0,0),(59093,16950,530,1,1,0,0,-185.732,1928.62,97.1217,1.13765,300,0,0,1276,916,0,0,0,0),(59094,16950,530,1,1,0,0,-139.625,1912.2,82.9993,6.19791,300,0,0,1276,916,0,0,0,0),(59095,16950,530,1,1,0,0,-266.27,1840.69,92.1363,6.22903,300,5,0,1276,916,1,0,0,0),(59096,16950,530,1,1,0,0,-308.843,1778.78,72.3781,0.012507,300,0,0,1276,916,0,0,0,0),(59097,16950,530,1,1,0,0,-473.246,1735.06,41.3679,5.80207,300,5,0,1276,916,1,0,0,0),(59098,16950,530,1,1,0,0,-571.409,1848.45,72.8472,6.26589,300,5,0,1276,916,1,0,0,0),(59099,16950,530,1,1,0,0,-523.134,1874.15,77.1344,6.24999,300,0,0,1276,916,0,0,0,0),(59100,16950,530,1,1,0,0,-500.819,1808.85,58.8399,3.10592,300,5,0,1276,916,1,0,0,0),(59101,16950,530,1,1,0,0,-456.953,1739.48,45.4411,3.04857,300,0,0,1276,916,0,0,0,0),(59102,16950,530,1,1,0,0,-429.106,1759.96,53.2967,3.14849,300,5,0,1276,916,1,0,0,0),(59103,16950,530,1,1,0,0,-324.713,1790.92,73.3781,3.1406,300,5,0,1276,916,1,0,0,0),(59104,16951,530,1,1,0,0,339.352,3250.78,62.4316,3.18535,300,5,0,4126,2486,1,0,0,0),(59105,16951,530,1,1,0,0,144.676,3573.35,67.1821,3.77361,300,5,0,4126,2486,1,0,0,0),(59106,16951,530,1,1,0,0,192.877,3507.72,64.8315,4.18341,300,5,0,4126,2486,1,0,0,0),(59107,16951,530,1,1,0,0,446.44,3391.33,68.0362,6.07946,300,5,0,4126,2486,1,0,0,0),(59108,16951,530,1,1,0,0,321.507,3431.27,64.1772,3.16534,300,0,0,4126,2486,0,0,0,0),(59109,16951,530,1,1,0,0,261.407,3549.48,72.2611,4.40725,300,0,0,4126,2486,0,0,0,0),(59110,16951,530,1,1,0,0,345.536,3505.29,65.0577,1.4376,300,5,0,4126,2486,1,0,0,0),(59111,16951,530,1,1,0,0,279.773,3479.16,63.377,4.19519,300,0,0,4126,2486,0,0,0,0),(59112,16951,530,1,1,0,0,169.1,3465.58,62.9649,1.13071,300,0,0,4126,2486,0,0,0,0),(59113,16951,530,1,1,0,0,488.973,3526.62,66.9517,2.28917,300,5,0,4126,2486,1,0,0,0),(59114,16951,530,1,1,0,0,531.885,3483.66,78.95,1.98421,300,5,0,4126,2486,1,0,0,0),(59115,16951,530,1,1,0,0,212.302,3419.29,70.9173,5.41632,300,5,0,4126,2486,1,0,0,0),(59116,16951,530,1,1,0,0,107.221,3614.95,74.6852,5.20269,300,5,0,4126,2486,1,0,0,0),(59117,16951,530,1,1,0,0,-4.08881,3504.59,60.3879,5.96903,300,0,0,4126,2486,0,0,0,0),(59118,16951,530,1,1,0,0,520.703,3462.55,75.8622,5.20299,300,5,0,4126,2486,1,0,0,0),(59119,16951,530,1,1,0,0,92.0229,3458.39,69.6902,1.66621,300,5,0,4126,2486,1,0,0,0),(59120,16951,530,1,1,0,0,417.274,3509.7,63.4122,2.39628,300,5,0,4126,2486,1,0,0,0),(59121,16951,530,1,1,0,0,36.7982,3460.36,64.3704,2.2906,300,0,0,4126,2486,0,0,0,0),(59122,16951,530,1,1,0,0,414.768,3558.43,72.1144,0.621985,300,5,0,4126,2486,1,0,0,0),(59123,16951,530,1,1,0,0,409.408,3444.74,63.878,4.77027,300,5,0,4126,2486,1,0,0,0),(59124,16951,530,1,1,0,0,361.415,3406.21,62.1294,5.67459,300,5,0,4126,2486,1,0,0,0),(59125,16951,530,1,1,0,0,301.99,3413.91,73.554,4.82492,300,5,0,4126,2486,1,0,0,0),(59126,16951,530,1,1,0,0,350.597,3352.98,64.6198,1.69612,300,5,0,4126,2486,1,0,0,0),(59127,16951,530,1,1,0,0,462.594,3371.74,74.2846,5.07585,300,5,0,4126,2486,1,0,0,0),(59128,16951,530,1,1,0,0,71.8209,3538.55,63.91,4.63361,300,5,0,4126,2486,1,0,0,0),(59129,16951,530,1,1,0,0,456.929,3253.76,59.3012,4.4833,300,5,0,4126,2486,1,0,0,0),(59130,16951,530,1,1,0,0,484.737,3381.07,80.3107,1.97037,300,5,0,4126,2486,1,0,0,0),(59131,16952,530,1,1,0,1,2948.27,4895.21,265.405,2.14675,300,0,0,6326,0,0,0,0,0),(59132,16952,530,1,1,0,1,2992.99,4850.89,277.611,1.98968,300,0,0,6326,0,0,0,0,0),(59133,16952,530,1,1,0,1,2907.15,4888.81,266.512,1.3439,300,0,0,6326,0,0,0,0,0),(59134,16952,530,1,1,0,1,2890.39,4890.36,266.63,1.0472,300,0,0,6326,0,0,0,0,0),(59135,16952,530,1,1,0,1,2933.74,4891.41,266.068,1.85005,300,0,0,6326,0,0,0,0,0),(59136,16952,530,1,1,0,1,2892.98,4811.15,278.65,1.32645,300,0,0,6326,0,0,0,0,0),(59137,16952,530,1,1,0,1,3014.54,4830.69,284.887,2.56563,300,0,0,6326,0,0,0,0,0),(59138,16952,530,1,1,0,1,2872.99,4866.48,278.04,1.5708,300,0,0,6326,0,0,0,0,0),(59139,16952,530,1,1,0,1,2830.09,4864.54,278.587,0.837758,300,0,0,6326,0,0,0,0,0),(59140,16954,530,1,1,0,1,408.358,2341.42,110.55,0.93999,300,5,0,4979,0,1,0,0,0),(59141,16954,530,1,1,0,1,462.564,2349.99,132.941,1.82244,300,0,0,4979,0,0,0,0,0),(59142,16954,530,1,1,0,1,373.853,2451.58,153.411,3.85718,300,0,0,4979,0,0,0,0,0),(59143,16954,530,1,1,0,1,282.756,2548.17,117.409,5.03901,300,5,0,4979,0,1,0,0,0),(59144,16954,530,1,1,0,1,314.535,2585.11,124.925,3.28865,300,5,0,4979,0,1,0,0,0),(59145,16954,530,1,1,0,1,455.512,2624.2,181.082,3.9105,300,5,0,4979,0,1,0,0,0),(59146,16954,530,1,1,0,1,402.214,2480.81,147.474,5.96903,300,0,0,4979,0,0,0,0,0),(59147,16954,530,1,1,0,1,433.494,2818.37,193.963,5.85043,300,5,0,4979,0,1,0,0,0),(59148,16954,530,1,1,0,1,421.07,2587.53,161.119,1.59728,300,5,0,4979,0,1,0,0,0),(59149,16954,530,1,1,0,1,424.462,2424.54,134.789,5.66166,300,5,0,4979,0,1,0,0,0),(59150,16954,530,1,1,0,1,519.955,2518.61,189.14,1.75938,300,5,0,4979,0,1,0,0,0),(59151,16954,530,1,1,0,1,477.189,2550.86,180.203,5.86494,300,5,0,4979,0,1,0,0,0),(59152,16954,530,1,1,0,1,484.927,2493.69,165.369,3.10587,300,5,0,4979,0,1,0,0,0),(59153,16954,530,1,1,0,1,549.142,2150.82,145.728,5.88163,300,5,0,4979,0,1,0,0,0),(59154,16954,530,1,1,0,1,626.573,2777.6,228.278,4.26621,300,5,0,4979,0,1,0,0,0),(59155,16954,530,1,1,0,1,541.179,2778.6,216.093,0.470238,300,5,0,4979,0,1,0,0,0),(59156,16954,530,1,1,0,1,479.171,2780.65,199.305,2.11004,300,5,0,4979,0,1,0,0,0),(59157,16954,530,1,1,0,1,488.568,2757.93,202.83,0.865558,300,5,0,4979,0,1,0,0,0),(59158,16954,530,1,1,0,1,504.726,2750.18,207.808,4.23564,300,5,0,4979,0,1,0,0,0),(59159,16954,530,1,1,0,1,529.208,2720.16,222.444,0.312479,300,5,0,4979,0,1,0,0,0),(59160,16954,530,1,1,0,1,448.361,2778.57,194.822,1.55908,300,5,0,4979,0,1,0,0,0),(59161,16954,530,1,1,0,1,452.255,2725.13,186.813,5.67406,300,5,0,4979,0,1,0,0,0),(59162,16954,530,1,1,0,1,431.919,2704.72,176.958,4.8783,300,5,0,4979,0,1,0,0,0),(59163,16954,530,1,1,0,1,451.315,2671.75,182.933,4.24427,300,5,0,4979,0,1,0,0,0),(59164,16954,530,1,1,0,1,474.608,2679.54,192.578,3.78431,300,5,0,4979,0,1,0,0,0),(59165,16954,530,1,1,0,1,323.421,2643.16,135.311,5.82593,300,5,0,4979,0,1,0,0,0),(59166,16954,530,1,1,0,1,473.722,2639.74,189.42,3.16435,300,5,0,4979,0,1,0,0,0),(59167,16954,530,1,1,0,1,356.595,2575.55,135.946,1.34619,300,5,0,4979,0,1,0,0,0),(59168,16954,530,1,1,0,1,344.569,2611.72,133.627,2.96502,300,5,0,4979,0,1,0,0,0),(59169,16954,530,1,1,0,1,369.64,2537.32,152.952,2.04204,300,0,0,4979,0,0,0,0,0),(59170,16959,530,1,1,0,0,-306.869,1556.23,41.7384,2.96873,300,0,0,27945,3155,2,0,0,0),(59171,16959,530,1,1,0,0,-110.52,1566.89,42.314,2.39654,300,0,0,27945,3155,2,0,0,0),(59172,16960,530,1,1,0,0,405.216,2141.54,116.795,1.1818,300,5,0,3386,2434,1,0,0,0),(59173,16960,530,1,1,0,0,487.24,2187.99,129.292,3.54315,300,5,0,3386,2434,1,0,0,0),(59174,16960,530,1,1,0,0,348.449,2203.05,118.483,4.15784,300,5,0,3386,2434,1,0,0,0),(59175,16960,530,1,1,0,0,388.704,2230.77,119.89,4.1103,300,5,0,3386,2434,1,0,0,0),(59176,16960,530,1,1,0,0,376.307,2194.49,118.642,2.06957,300,5,0,3386,2434,1,0,0,0),(59177,16960,530,1,1,0,0,418.653,2215.42,116.558,5.36528,300,5,0,3386,2434,1,0,0,0),(59178,16960,530,1,1,0,0,443.975,2234.98,117.895,4.27382,300,5,0,3386,2434,1,0,0,0),(59179,16960,530,1,1,0,0,460.581,2256.08,119.297,3.4411,300,5,0,3386,2434,1,0,0,0),(59180,16960,530,1,1,0,0,441.535,2258.53,116.52,0.218483,300,5,0,3386,2434,1,0,0,0),(59181,16960,530,1,1,0,0,387.694,2292.62,99.928,0.0752,300,5,0,3386,2434,1,0,0,0),(59182,16960,530,1,1,0,0,425.584,2290.17,113.592,4.85746,300,5,0,3386,2434,1,0,0,0),(59183,16960,530,1,1,0,0,597.273,2762.82,231.43,5.11356,300,5,0,3386,2434,1,0,0,0),(59184,16960,530,1,1,0,0,532.828,2774.01,214.502,0.167716,300,5,0,3386,2434,1,0,0,0),(59185,16960,530,1,1,0,0,532.309,2832.12,213.214,3.82157,300,5,0,3386,2434,1,0,0,0),(59186,16960,530,1,1,0,0,517.517,2810.61,213.018,1.17889,300,5,0,3386,2434,1,0,0,0),(59187,16960,530,1,1,0,0,485.02,2720.56,199.08,6.12318,300,5,0,3386,2434,1,0,0,0),(59188,16960,530,1,1,0,0,460.222,2831.77,199.073,1.72444,300,5,0,3386,2434,1,0,0,0),(59189,16960,530,1,1,0,0,436.545,2744.73,186.227,4.31954,300,5,0,3386,2434,1,0,0,0),(59190,16964,530,1,1,0,1,-1173.46,1920.36,81.603,5.68977,300,0,0,5158,0,0,0,0,0),(59191,16966,530,1,1,0,0,-1218.34,4027.92,82.9614,0.795764,300,5,0,4274,2568,1,0,0,0),(59192,16966,530,1,1,0,0,-1247.35,4023.44,98.3017,0.428727,300,5,0,4274,2568,1,0,0,0),(59193,16966,530,1,1,0,0,-1288.68,4057.38,99.365,2.87148,300,5,0,4274,2568,1,0,0,0),(59194,16966,530,1,1,0,0,-1218.4,4096.42,66.9478,1.81079,300,5,0,4274,2568,1,0,0,0),(59195,16966,530,1,1,0,0,-1274.89,4073,87.9981,5.98088,300,5,0,4274,2568,1,0,0,0),(59196,16966,530,1,1,0,0,-1341.8,4045.43,117.104,0.484045,300,5,0,4274,2568,1,0,0,0),(59197,16966,530,1,1,0,0,-1320.69,4061.56,113.692,3.66728,300,5,0,4274,2568,1,0,0,0),(59198,16966,530,1,1,0,0,-1142.1,4260.76,13.6017,2.24136,300,5,0,4274,2568,1,0,0,0),(59199,16966,530,1,1,0,0,-1119.37,4257.96,14.2566,0.624212,300,5,0,4274,2568,1,0,0,0),(59200,16966,530,1,1,0,0,-1094.83,4179.03,41.6893,5.81874,300,5,0,4274,2568,1,0,0,0),(59201,16966,530,1,1,0,0,-1086.51,4202.88,17.1016,1.61922,300,5,0,4274,2568,1,0,0,0),(59202,16966,530,1,1,0,0,-1092.82,4236.89,18.0597,1.62667,300,5,0,4274,2568,1,0,0,0),(59203,16966,530,1,1,0,0,-1056.6,4202.31,15.518,3.11526,300,5,0,4274,2568,1,0,0,0),(59204,16967,530,1,1,0,1,-947.313,4205.96,29.5115,1.40296,300,5,0,5341,0,1,0,0,0),(59205,16967,530,1,1,0,1,-948.779,4176.46,31.376,5.73024,300,5,0,5341,0,1,0,0,0),(59206,16967,530,1,1,0,1,-1182.6,4050.81,74.8426,5.3856,300,5,0,5341,0,1,0,0,0),(59207,16967,530,1,1,0,1,-1257.76,4053.21,87.5287,3.35528,300,5,0,5341,0,1,0,0,0),(59208,16967,530,1,1,0,1,-1221.25,4046.7,77.3959,6.01642,300,5,0,5341,0,1,0,0,0),(59209,16967,530,1,1,0,1,-1249.3,4120.69,67.0785,2.40273,300,5,0,5341,0,1,0,0,0),(59210,16967,530,1,1,0,1,-1255.03,4079.09,79.1374,2.1867,300,5,0,5341,0,1,0,0,0),(59211,16967,530,1,1,0,1,-1158.21,4127.48,79.9326,3.85785,300,5,0,5341,0,1,0,0,0),(59212,16967,530,1,1,0,1,-1243.23,4144.38,58.2902,2.05627,300,5,0,5341,0,1,0,0,0),(59213,16967,530,1,1,0,1,-1208.84,4156.3,50.7118,0.482288,300,5,0,5341,0,1,0,0,0),(59214,16967,530,1,1,0,1,-1218.98,4184.19,40.2448,3.64376,300,5,0,5341,0,1,0,0,0),(59215,16967,530,1,1,0,1,-1227.91,4212.14,40.2181,2.38221,300,0,0,5341,0,0,0,0,0),(59216,16967,530,1,1,0,1,-1187.98,4226.16,48.254,5.52394,300,5,0,5341,0,1,0,0,0),(59217,16967,530,1,1,0,1,-1172.92,4206.25,20.7548,5.02983,300,5,0,5341,0,1,0,0,0),(59218,16967,530,1,1,0,1,-1108.02,4199.97,16.2024,4.2532,300,5,0,5341,0,1,0,0,0),(59219,16967,530,1,1,0,1,-1006.8,4151.31,56.6211,2.90278,300,5,0,5341,0,1,0,0,0),(59220,16967,530,1,1,0,1,-1057.51,4177.22,32.7839,2.64465,300,5,0,5341,0,1,0,0,0),(59221,16967,530,1,1,0,1,-1047.05,4213.84,35.8308,6.07245,300,5,0,5341,0,1,0,0,0),(59222,16967,530,1,1,0,1,-999.128,4192.24,18.9923,2.63601,300,5,0,5341,0,1,0,0,0),(59223,16967,530,1,1,0,1,-1030.1,4193.19,15.7679,3.17422,300,5,0,5341,0,1,0,0,0),(59224,16968,530,1,1,0,0,-577.326,3623.7,29.1201,0.549038,300,5,0,5158,0,1,0,0,0),(59225,16968,530,1,1,0,0,-532.51,3657.31,29.1201,3.472,300,5,0,5158,0,1,0,0,0),(59226,16968,530,1,1,0,0,-824.997,3634.2,27.5915,0.189967,300,5,0,5158,0,1,0,0,0),(59227,16968,530,1,1,0,0,-698.329,3688.14,28.802,5.91573,300,5,0,5158,0,1,0,0,0),(59228,16968,530,1,1,0,0,-586.031,3799.09,29.1201,6.0459,300,5,0,5158,0,1,0,0,0),(59229,16968,530,1,1,0,0,-576.131,3743.53,29.1738,5.17256,300,5,0,5158,0,1,0,0,0),(59230,16968,530,1,1,0,0,-628.588,3624.81,29.1201,3.15551,300,5,0,5158,0,1,0,0,0),(59231,16968,530,1,1,0,0,-563.467,3767.63,29.1201,4.00118,300,5,0,5158,0,1,0,0,0),(59232,16968,530,1,1,0,0,-730.135,3908.59,31.3563,5.63952,300,5,0,5158,0,1,0,0,0),(59233,16968,530,1,1,0,0,-701.612,4028.53,29.8035,3.19603,300,5,0,5158,0,1,0,0,0),(59234,16968,530,1,1,0,0,-877.946,4087.39,33.0967,5.60447,300,5,0,5158,0,1,0,0,0),(59235,16971,530,1,1,0,0,-4133.95,-13759.5,74.6813,0,300,0,0,71,0,0,0,0,0),(59236,16971,530,1,1,0,0,-4129.94,-13761.5,74.7103,1.15192,300,0,0,71,0,0,0,0,0),(59237,16971,530,1,1,0,0,-4105.27,-13769.9,74.7685,3.42085,300,0,0,71,0,0,0,0,0),(59238,16971,530,1,1,0,0,-4103.76,-13766.8,74.7351,0.733038,300,0,0,71,0,0,0,0,0),(59239,16971,530,1,1,0,0,-4110.53,-13770.4,74.7242,0.15708,300,0,0,71,0,0,0,0,0),(59240,16971,530,1,1,0,0,-4126.75,-13765.2,74.6918,5.23599,300,0,0,71,0,0,0,0,0),(59241,16972,530,1,1,0,0,-795.034,2360.13,11.8832,2.2165,300,5,0,3989,0,1,0,0,0),(59242,16972,530,1,1,0,0,-747.785,2324.21,14.8003,0.857376,300,5,0,3989,0,1,0,0,0),(59243,16972,530,1,1,0,0,-719.431,2254.59,13.8248,4.10528,300,5,0,3989,0,1,0,0,0),(59244,16972,530,1,1,0,0,-705.395,2159.56,26.8556,5.41663,300,5,0,3989,0,1,0,0,0),(59245,16972,530,1,1,0,0,-706.207,2205.78,20.2957,1.66177,300,5,0,3989,0,1,0,0,0),(59246,16972,530,1,1,0,0,-739.827,2175.54,19.1477,1.67271,300,5,0,3989,0,1,0,0,0),(59247,16972,530,1,1,0,0,-683.301,2185.16,29.2178,2.8288,300,5,0,3989,0,1,0,0,0),(59248,16972,530,1,1,0,0,-693.258,2210.48,23.0478,0.31604,300,5,0,3989,0,1,0,0,0),(59249,16972,530,1,1,0,0,-677.879,2116.04,39.3461,2.92504,300,5,0,3989,0,1,0,0,0),(59250,16972,530,1,1,0,0,-715.859,2114.22,29.7406,5.48163,300,5,0,3989,0,1,0,0,0),(59251,16972,530,1,1,0,0,-696.226,2139.27,31.513,1.58323,300,5,0,3989,0,1,0,0,0),(59252,16972,530,1,1,0,0,-652.202,2143.05,43.5013,6.0022,300,5,0,3989,0,1,0,0,0),(59253,16972,530,1,1,0,0,-911.343,2324.99,-4.85909,0.174077,300,5,0,3989,0,1,0,0,0),(59254,16972,530,1,1,0,0,-908.562,2352.06,-5.62374,0.035008,300,5,0,3989,0,1,0,0,0),(59255,16972,530,1,1,0,0,-881.789,2314.07,-3.87539,2.04963,300,5,0,3989,0,1,0,0,0),(59256,16972,530,1,1,0,0,-877.264,2286.04,-0.730769,1.15594,300,5,0,3989,0,1,0,0,0),(59257,16972,530,1,1,0,0,-901.586,2376.09,-4.81062,6.15105,300,5,0,3989,0,1,0,0,0),(59258,16972,530,1,1,0,0,-885.254,2352.51,-5.45177,0.354119,300,5,0,3989,0,1,0,0,0),(59259,16972,530,1,1,0,0,-855.516,2252.69,3.74782,5.6494,300,5,0,3989,0,1,0,0,0),(59260,16972,530,1,1,0,0,-823.185,2247.97,5.2599,5.30174,300,5,0,3989,0,1,0,0,0),(59261,16972,530,1,1,0,0,-850.551,2282.81,0.97745,5.4895,300,5,0,3989,0,1,0,0,0),(59262,16972,530,1,1,0,0,-848.428,2345.67,-18.8076,3.88923,300,5,0,3989,0,1,0,0,0),(59263,16972,530,1,1,0,0,-836.743,2325.52,-18.0159,4.3715,300,5,0,3989,0,1,0,0,0),(59264,16972,530,1,1,0,0,-813.042,2292.29,-17.4873,5.0363,300,5,0,3989,0,1,0,0,0),(59265,16972,530,1,1,0,0,-803.696,2236.92,7.955,4.34521,300,5,0,3989,0,1,0,0,0),(59266,16972,530,1,1,0,0,-758.554,2193.82,13.7491,0.791189,300,5,0,3989,0,1,0,0,0),(59267,16972,530,1,1,0,0,-750.65,2148.86,20.018,1.70995,300,5,0,3989,0,1,0,0,0),(59268,16972,530,1,1,0,0,-762.369,2296.95,-4.74277,1.84236,300,5,0,3989,0,1,0,0,0),(59269,16972,530,1,1,0,0,-725.223,2278.24,1.55623,4.85346,300,5,0,3989,0,1,0,0,0),(59270,16972,530,1,1,0,0,-761.83,2327.71,14.6753,2.13556,300,5,0,3989,0,1,0,0,0),(59271,16972,530,1,1,0,0,-805.527,2350.31,8.62535,4.48726,300,5,0,3989,0,1,0,0,0),(59272,16972,530,1,1,0,0,-819,2372.82,7.989,3.10386,300,5,0,3989,0,1,0,0,0),(59273,16972,530,1,1,0,0,-792.541,2358.94,12.5082,3.46572,300,5,0,3989,0,1,0,0,0),(59274,16972,530,1,1,0,0,-854.398,2382.48,-7.20478,5.86932,300,5,0,3989,0,1,0,0,0),(59275,16972,530,1,1,0,0,-894.532,2393.42,-2.91471,3.59452,300,5,0,3989,0,1,0,0,0),(59276,16972,530,1,1,0,0,-885.547,2413.05,-1.71224,1.33813,300,5,0,3989,0,1,0,0,0),(59277,16972,530,1,1,0,0,-910.321,2422.82,-1.25294,0.796447,300,5,0,3989,0,1,0,0,0),(59278,16972,530,1,1,0,0,-887.716,2446.03,-11.6016,1.31611,300,5,0,3989,0,1,0,0,0),(59279,16972,530,1,1,0,0,-907.662,2444.52,1.53035,4.46384,300,5,0,3989,0,1,0,0,0),(59280,16972,530,1,1,0,0,-878.394,2479.95,0.09566,1.28294,300,5,0,3989,0,1,0,0,0),(59281,16972,530,1,1,0,0,-915.689,2480.09,4.4677,5.15639,300,5,0,3989,0,1,0,0,0),(59282,16972,530,1,1,0,0,-917.396,2517.05,6.57371,0.754282,300,5,0,3989,0,1,0,0,0),(59283,16972,530,1,1,0,0,-895.652,2506.78,8.5919,0.281391,300,5,0,3989,0,1,0,0,0),(59284,16972,530,1,1,0,0,-853.469,2519.39,22.6695,2.93883,300,5,0,3989,0,1,0,0,0),(59285,16972,530,1,1,0,0,-876.753,2506.73,14.16,4.80801,300,5,0,3989,0,1,0,0,0),(59286,16972,530,1,1,0,0,-886.638,2529.54,15.6737,4.9177,300,5,0,3989,0,1,0,0,0),(59287,16972,530,1,1,0,0,-962.586,2518.83,5.79558,5.87827,300,5,0,3989,0,1,0,0,0),(59288,16972,530,1,1,0,0,-965.478,2541.11,4.14348,2.85107,300,5,0,3989,0,1,0,0,0),(59289,16972,530,1,1,0,0,-917.475,2550.03,10.7478,1.73161,300,5,0,3989,0,1,0,0,0),(59290,16972,530,1,1,0,0,-991.774,2612.59,5.67648,3.60437,300,5,0,3989,0,1,0,0,0),(59291,16972,530,1,1,0,0,-978.402,2541.33,4.76008,1.59539,300,5,0,3989,0,1,0,0,0),(59292,16972,530,1,1,0,0,-1012.76,2596.75,-5.29497,1.98447,300,5,0,3989,0,1,0,0,0),(59293,16972,530,1,1,0,0,-1024.7,2578.49,5.03662,1.61588,300,5,0,3989,0,1,0,0,0),(59294,16972,530,1,1,0,0,-1012.44,2557.21,5.73142,3.5328,300,5,0,3989,0,1,0,0,0),(59295,16973,530,1,1,0,0,-416.986,3981.44,75.234,3.76673,300,5,0,5158,0,1,0,0,0),(59296,16973,530,1,1,0,0,-382.581,3980.35,84.3083,5.8938,300,5,0,5158,0,1,0,0,0),(59297,16973,530,1,1,0,0,-427.216,4022.21,74.6194,1.27358,300,5,0,5158,0,1,0,0,0),(59298,16973,530,1,1,0,0,-421.756,4003.36,75.0571,2.21212,300,5,0,5158,0,1,0,0,0),(59299,16973,530,1,1,0,0,-439.236,4008.66,69.6043,4.95961,300,5,0,5158,0,1,0,0,0),(59300,16973,530,1,1,0,0,-446.536,4051.03,68.7217,2.4856,300,5,0,5158,0,1,0,0,0),(59301,16973,530,1,1,0,0,-412.166,4047.27,83.2965,2.27662,300,5,0,5158,0,1,0,0,0),(59302,16973,530,1,1,0,0,-405.55,3999.71,79.7318,3.68889,300,5,0,5158,0,1,0,0,0),(59303,16973,530,1,1,0,0,-387.411,4034.17,89.6702,4.45874,300,5,0,5158,0,1,0,0,0),(59304,16973,530,1,1,0,0,-385.838,4016.19,87.2394,4.55379,300,5,0,5158,0,1,0,0,0),(59305,16973,530,1,1,0,0,-413.594,4085.85,90.0646,4.1867,300,5,0,5158,0,1,0,0,0),(59306,16973,530,1,1,0,0,-380.966,4051.11,96.9721,4.80234,300,5,0,5158,0,1,0,0,0),(59307,16973,530,1,1,0,0,-358.609,4014.31,94.2142,1.45528,300,5,0,5158,0,1,0,0,0),(59308,16973,530,1,1,0,0,-326.858,4454.19,57.5513,6.22134,300,5,0,5158,0,1,0,0,0),(59309,16973,530,1,1,0,0,-335.328,4471.64,59.4675,3.87281,300,5,0,5158,0,1,0,0,0),(59310,16973,530,1,1,0,0,-318.672,4484.45,58.2806,1.14166,300,5,0,5158,0,1,0,0,0),(59311,16973,530,1,1,0,0,-323.218,4464.6,58.5513,3.42116,300,5,0,5158,0,1,0,0,0),(59312,16973,530,1,1,0,0,-318.474,4453.14,56.9745,5.2849,300,5,0,5158,0,1,0,0,0),(59313,16973,530,1,1,0,0,-310.894,4472.39,56.7753,4.611,300,5,0,5158,0,1,0,0,0),(59314,16973,530,1,1,0,0,-278.559,4476.48,47.8674,0.588003,300,5,0,5158,0,1,0,0,0),(59315,16973,530,1,1,0,0,-307.119,4484.24,55.5253,5.0531,300,5,0,5158,0,1,0,0,0),(59316,16973,530,1,1,0,0,-289.902,4455.18,53.4741,0.96871,300,5,0,5158,0,1,0,0,0),(59317,16973,530,1,1,0,0,-319.69,4517.1,51.2261,0.129198,300,5,0,5158,0,1,0,0,0),(59318,16973,530,1,1,0,0,-331.249,4494.11,58.6503,2.77568,300,5,0,5158,0,1,0,0,0),(59319,16973,530,1,1,0,0,-49.4016,4355.63,86.7113,5.36332,300,5,0,5158,0,1,0,0,0),(59320,16973,530,1,1,0,0,-75.2449,4324.54,79.9001,4.5098,300,5,0,5158,0,1,0,0,0),(59321,16973,530,1,1,0,0,-66.9641,4346.48,78.6056,0.27804,300,5,0,5158,0,1,0,0,0),(59322,16973,530,1,1,0,0,-87.3517,4335.45,77.6056,5.64354,300,5,0,5158,0,1,0,0,0),(59323,16973,530,1,1,0,0,-112.552,4345.38,75.9688,0.375477,300,5,0,5158,0,1,0,0,0),(59324,16973,530,1,1,0,0,-75.4487,4354.38,77.8515,4.20966,300,5,0,5158,0,1,0,0,0),(59325,16973,530,1,1,0,0,-120.806,4319.94,74.664,1.90303,300,5,0,5158,0,1,0,0,0),(59326,16973,530,1,1,0,0,-100.574,4266.5,81.0226,2.93095,300,5,0,5158,0,1,0,0,0),(59327,16973,530,1,1,0,0,-68.2614,4271.59,83.8335,3.57635,300,5,0,5158,0,1,0,0,0),(59328,16973,530,1,1,0,0,-116.206,4280.13,80.8028,5.13024,300,5,0,5158,0,1,0,0,0),(59329,16973,530,1,1,0,0,-55.5295,4321.82,81.115,5.65647,300,5,0,5158,0,1,0,0,0),(59330,16973,530,1,1,0,0,-82.315,4286.2,81.2085,1.80391,300,5,0,5158,0,1,0,0,0),(59331,16973,530,1,1,0,0,-60.4357,4221,86.4648,1.03439,300,5,0,5158,0,1,0,0,0),(59332,16973,530,1,1,0,0,-84.8958,4221.35,84.7846,2.61355,300,5,0,5158,0,1,0,0,0),(59333,16973,530,1,1,0,0,-116.489,4217.8,86.136,1.90285,300,5,0,5158,0,1,0,0,0),(59334,16973,530,1,1,0,0,-73.0168,4231.2,85.5346,4.20584,300,5,0,5158,0,1,0,0,0),(59335,16973,530,1,1,0,0,-78.8286,4254.09,83.6476,5.14186,300,5,0,5158,0,1,0,0,0),(59336,16973,530,1,1,0,0,-112.565,4260.49,82.7726,1.51233,300,5,0,5158,0,1,0,0,0),(59337,16973,530,1,1,0,0,-156.876,4213.82,91.7218,4.66325,300,5,0,5158,0,1,0,0,0),(59338,16973,530,1,1,0,0,-155.607,4180.71,85.1336,4.75272,300,5,0,5158,0,1,0,0,0),(59339,16973,530,1,1,0,0,-118.784,4198.18,84.8032,0.397939,300,5,0,5158,0,1,0,0,0),(59340,16973,530,1,1,0,0,-84.6867,4179.72,85.8921,0.164828,300,5,0,5158,0,1,0,0,0),(59341,16973,530,1,1,0,0,-81.4822,4153.26,83.0309,2.38727,300,5,0,5158,0,1,0,0,0),(59342,16973,530,1,1,0,0,-118.099,4152.2,83.978,4.28222,300,5,0,5158,0,1,0,0,0),(59343,16973,530,1,1,0,0,-106.83,4172.01,82.9282,2.47176,300,5,0,5158,0,1,0,0,0),(59344,16973,530,1,1,0,0,-124.667,4182.06,84.1782,4.57026,300,5,0,5158,0,1,0,0,0),(59345,16973,530,1,1,0,0,225.203,3903.97,82.916,2.98436,300,5,0,5158,0,1,0,0,0),(59346,16973,530,1,1,0,0,256.909,3897.8,79.3572,0.481296,300,5,0,5158,0,1,0,0,0),(59347,16973,530,1,1,0,0,253.984,3921.96,75.1585,3.94909,300,5,0,5158,0,1,0,0,0),(59348,16973,530,1,1,0,0,267.555,3911.58,75.2434,2.21943,300,5,0,5158,0,1,0,0,0),(59349,16973,530,1,1,0,0,288.108,3882.6,83.1712,0.185451,300,5,0,5158,0,1,0,0,0),(59350,16973,530,1,1,0,0,269.274,3865.18,85.785,0.127012,300,5,0,5158,0,1,0,0,0),(59351,16974,530,1,1,0,0,-1385.31,2884.22,-31.462,4.76186,300,5,0,3984,1217,1,0,0,0),(59352,16974,530,1,1,0,0,-1334.47,2918.61,-9.7032,0.023433,300,5,0,3984,1217,1,0,0,0),(59353,16974,530,1,1,0,0,-1390.14,2954.83,-20.5093,2.36172,300,5,0,3984,1217,1,0,0,0),(59354,16974,530,1,1,0,0,-1315.36,2943.92,-1.71699,6.01328,300,5,0,3984,1217,1,0,0,0),(59355,16974,530,1,1,0,0,-1354.85,3047.29,10.676,2.20707,300,5,0,3984,1217,1,0,0,0),(59356,16974,530,1,1,0,0,-1382.41,2944.98,-15.3986,5.35893,300,5,0,3984,1217,1,0,0,0),(59357,16974,530,1,1,0,0,-1426.28,3041.29,-10.021,4.63419,300,5,0,3984,1217,1,0,0,0),(59358,16974,530,1,1,0,0,-1454.56,3076.08,-19.7937,4.08646,300,5,0,3984,1217,1,0,0,0),(59359,16974,530,1,1,0,0,-1393.74,3098.59,12.9767,3.51775,300,0,0,3984,1217,0,0,0,0),(59360,16974,530,1,1,0,0,-1402.02,3198.7,26.7218,2.13985,300,5,0,3984,1217,1,0,0,0),(59361,16974,530,1,1,0,0,-1318.96,3137.37,33.5914,4.75733,300,5,0,3984,1217,1,0,0,0),(59362,16974,530,1,1,0,0,-1449.68,3282.41,18.6074,5.26285,300,5,0,3984,1217,1,0,0,0),(59363,16975,530,1,1,0,0,-1384.92,2951.7,-16.5211,2.37365,300,0,0,3984,2434,0,0,0,0),(59364,16975,530,1,1,0,0,-1324.94,3007.67,8.82726,2.81552,300,5,0,3984,2434,1,0,0,0),(59365,16975,530,1,1,0,0,-1421.55,2933.73,-32.7751,1.86715,300,5,0,3984,2434,1,0,0,0),(59366,16975,530,1,1,0,0,-1443.79,3144.86,3.90078,5.58145,300,5,0,3984,2434,1,0,0,0),(59367,16975,530,1,1,0,0,-1404.87,3135.76,17.739,5.43076,300,5,0,3984,2434,1,0,0,0),(59368,16975,530,1,1,0,0,-1379.57,3144.92,25.6761,5.50055,300,5,0,3984,2434,1,0,0,0),(59369,16975,530,1,1,0,0,-1338.73,3250.98,43.0605,1.67057,300,5,0,3984,2434,1,0,0,0),(59370,16975,530,1,1,0,0,-1451.99,3282.92,17.7324,2.21334,300,5,0,3984,2434,1,0,0,0),(59371,16975,530,1,1,0,0,-1482.26,3311.59,4.20369,3.92077,300,5,0,3984,2434,1,0,0,0),(59372,16976,530,1,1,0,0,-1312.82,2640.84,8.26951,1.81514,300,0,0,4142,0,0,0,0,0),(59373,16976,530,1,1,0,0,-1308.5,2671.28,-0.349839,1.71956,300,5,0,4142,0,1,0,0,0),(59374,16976,530,1,1,0,0,-1409.47,2657.12,-21.3902,1.43744,300,0,0,4142,0,0,0,0,0),(59375,16976,530,1,1,0,0,-1340.1,2691.67,-12.6094,3.0169,300,0,0,4142,0,0,0,0,0),(59376,16976,530,1,1,0,0,-1275.35,2678.2,0.32137,5.53992,300,0,0,4142,0,0,0,0,0),(59377,16976,530,1,1,0,0,-1303.98,2719.01,-16.4768,0.897582,300,0,0,4142,0,0,0,0,0),(59378,16976,530,1,1,0,0,-1306.62,2687.23,-6.48917,5.38774,300,5,0,4142,0,1,0,0,0),(59379,16976,530,1,1,0,0,-1314.83,2697.47,-10.6352,5.36761,300,0,0,4142,0,2,0,0,0),(59380,16976,530,1,1,0,0,-1317.63,2810.37,-26.9287,3.19133,300,0,0,4142,0,0,0,0,0),(59381,16978,530,1,1,0,1,-1402.4,2707.9,-27.4831,1.05639,300,0,0,5158,0,2,0,0,0),(59382,16991,530,1,1,0,1,-312.485,4728.77,17.3123,1.20428,300,0,0,2442,2434,0,0,0,0),(59383,16993,530,1,1,0,0,-1137.73,4272.1,14.0485,4.60767,300,0,0,7738,2620,0,0,0,0),(277,709,0,1,1,655,1,-12487.4,-985.333,46.7921,1.97851,1800,2,0,1823,0,1,0,0,0),(16251,2529,33,1,1,1098,0,-172.131,2180.1,109.786,1.52493,86400,2,0,1452,0,2,0,0,0),(59387,17005,530,1,1,0,1,9533.12,-6868.35,18.8333,3.90954,300,0,0,774,2175,0,0,0,0),(59388,17006,530,1,1,0,1,218.691,4340.88,119.084,3.76991,300,0,0,2871,0,0,0,0,0),(59389,17014,530,1,1,0,0,-687.789,1582.54,39.94,3.22571,300,5,0,5158,0,1,0,0,0),(59390,17014,530,1,1,0,0,-761.073,1582.86,48.2838,3.14355,300,5,0,5158,0,1,0,0,0),(59391,17014,530,1,1,0,0,-750.878,1582.09,47.1936,5.49779,300,0,0,5158,0,0,0,0,0),(59392,17014,530,1,1,0,0,-818.812,1585.03,50.1909,2.16368,300,5,0,5158,0,1,0,0,0),(59393,17014,530,1,1,0,0,-779.571,1552.16,38.9536,0.398096,300,5,0,5158,0,1,0,0,0),(59394,17014,530,1,1,0,0,-783.786,1616.48,59.954,5.65194,300,5,0,5158,0,1,0,0,0),(59395,17014,530,1,1,0,0,-815.149,1516.66,35.9086,0.020505,300,5,0,5158,0,1,0,0,0),(59396,17014,530,1,1,0,0,-786.025,1479.84,18.8003,4.21554,300,5,0,5158,0,1,0,0,0),(59397,17014,530,1,1,0,0,-821.165,1451.05,16.0165,3.17576,300,5,0,5158,0,1,0,0,0),(59398,17014,530,1,1,0,0,-851.464,1481.19,31.835,4.36996,300,5,0,5158,0,1,0,0,0),(59399,17014,530,1,1,0,0,-855.003,1420.73,15.9163,3.26498,300,5,0,5158,0,1,0,0,0),(59400,17014,530,1,1,0,0,-916.403,1485.35,30.047,3.31613,300,0,0,5158,0,0,0,0,0),(59401,17014,530,1,1,0,0,-919.059,1487.45,30.2878,5.55719,300,5,0,5158,0,1,0,0,0),(59402,17014,530,1,1,0,0,-949.659,1452.31,5.11415,0.118536,300,5,0,5158,0,1,0,0,0),(59403,17014,530,1,1,0,0,-885.49,1583.89,62.2154,2.52841,300,5,0,5158,0,1,0,0,0),(59404,17014,530,1,1,0,0,-917.013,1549.2,54.77,1.55128,300,5,0,5158,0,1,0,0,0),(59405,17014,530,1,1,0,0,-1018.74,1447.36,22.6441,4.25529,300,5,0,5158,0,1,0,0,0),(59406,17014,530,1,1,0,0,-985.146,1480.62,31.1787,4.3324,300,5,0,5158,0,1,0,0,0),(59407,17014,530,1,1,0,0,-1026.36,1511.74,42.9227,0.3446,300,5,0,5158,0,1,0,0,0),(59408,17014,530,1,1,0,0,-1042.64,1497.45,39.4176,1.05819,300,5,0,5158,0,1,0,0,0),(59409,17014,530,1,1,0,0,-1048.73,1546.7,60.6604,5.78984,300,5,0,5158,0,1,0,0,0),(59410,17014,530,1,1,0,0,-1068.53,1433.53,17.1791,1.59452,300,5,0,5158,0,1,0,0,0),(59411,17014,530,1,1,0,0,-1112,1451.16,28.569,3.17576,300,5,0,5158,0,1,0,0,0),(59412,17014,530,1,1,0,0,-1125.16,1508.65,49.1585,1.64734,300,5,0,5158,0,1,0,0,0),(59413,17014,530,1,1,0,0,-1112.53,1399.06,15.6349,2.68395,300,0,0,5158,0,0,0,0,0),(59414,17014,530,1,1,0,0,-1191.43,1500.53,50.265,5.03846,300,5,0,5158,0,1,0,0,0),(59415,17014,530,1,1,0,0,-1225.28,1385.45,17.7267,2.10569,300,5,0,5158,0,1,0,0,0),(59416,17015,530,1,1,0,1,-646.951,4176.91,68.5136,2.49582,300,0,0,2297,2289,0,0,0,0),(59417,17035,530,1,1,0,0,-1196.44,4117.73,62.6276,1.02666,300,5,0,5527,0,1,0,0,0),(59418,17035,530,1,1,0,0,-1325.95,4040.94,116.753,1.88222,300,5,0,5527,0,1,0,0,0),(59419,17035,530,1,1,0,0,-1168.93,4214.17,49.4332,3.48193,300,5,0,5527,0,1,0,0,0),(59420,17035,530,1,1,0,0,-1109.6,4178.94,41.1251,0.724994,300,5,0,5527,0,1,0,0,0),(59421,17035,530,1,1,0,0,-1102.45,4211.16,55.4136,4.70595,300,5,0,5527,0,1,0,0,0),(59422,17035,530,1,1,0,0,-985.416,4230.35,42.8049,5.10138,300,5,0,5527,0,1,0,0,0),(59423,17046,530,1,1,0,1,-646.5,4181.69,68.6033,4.93928,300,0,0,2871,0,0,0,0,0),(59424,17047,530,1,1,0,0,9590,-6711.51,1.01299,3.19652,300,0,0,4120,0,0,0,0,0),(59425,17052,530,1,1,0,1,255.531,4245.5,127.096,2.70526,300,0,0,2515,2486,0,0,0,0),(59426,17053,530,1,1,0,0,-1206.43,4125.3,64.2869,2.43199,300,5,0,4979,0,1,0,0,0),(59427,17053,530,1,1,0,0,-1193.87,4111.3,63.2526,4.76959,300,5,0,4979,0,1,0,0,0),(59428,17053,530,1,1,0,0,-1335.86,4060.52,117.031,2.01958,300,5,0,4979,0,1,0,0,0),(59429,17053,530,1,1,0,0,-1141.7,4213.28,51.8905,1.28375,300,5,0,4979,0,1,0,0,0),(59430,17053,530,1,1,0,0,-1117.53,4179.85,41.5512,2.93514,300,5,0,4979,0,1,0,0,0),(59431,17053,530,1,1,0,0,-1077.17,4178.28,37.4007,4.47584,300,5,0,4979,0,1,0,0,0),(59432,17053,530,1,1,0,0,-1103.19,4252.54,16.1444,0.677744,300,5,0,4979,0,1,0,0,0),(59433,17053,530,1,1,0,0,-978.365,4226.67,40.9299,5.35528,300,5,0,4979,0,1,0,0,0),(59434,17056,530,1,1,0,1,8651.06,-6329.32,56.0176,3.64774,300,0,0,100,230,0,0,0,0),(59435,17056,530,1,1,0,1,8674.13,-6319.64,56.0402,2.96706,300,0,0,100,230,0,0,0,0),(59436,17056,530,1,1,0,1,8672.41,-6319.31,56.04,6.10865,300,0,0,100,230,0,0,0,0),(59437,17056,530,1,1,0,1,8674.21,-6333.49,56.0138,3.76991,300,0,0,100,230,0,0,0,0),(59438,17056,530,1,1,0,1,8692,-6333.54,56.0431,3.26377,300,0,0,100,230,0,0,0,0),(59439,17056,530,1,1,0,1,8688.86,-6339.88,56.0663,3.49066,300,0,0,100,230,0,0,0,0),(59440,17056,530,1,1,0,1,8674.18,-6334.82,56.0115,1.64061,300,0,0,100,230,0,0,0,0),(59441,17056,530,1,1,0,1,8683.86,-6364.58,55.9866,1.32685,300,0,0,100,230,0,0,0,0),(59442,17056,530,1,1,0,1,8690.62,-6333.83,56.0402,0.366519,300,0,0,100,230,0,0,0,0),(59443,17056,530,1,1,0,1,8684.33,-6363.17,55.9617,4.4855,300,0,0,100,230,0,0,0,0),(59444,17056,530,1,1,0,1,8675.36,-6334.15,55.9307,3.12414,300,0,0,100,230,0,0,0,0),(59445,17056,530,1,1,0,1,8686.36,-6339.75,56.0663,5.68977,300,0,0,100,230,0,0,0,0),(59446,17056,530,1,1,0,1,8687.05,-6341.55,56.0663,1.50098,300,0,0,100,230,0,0,0,0),(59447,17056,530,1,1,0,1,8680.7,-6342.13,56.0663,5.07891,300,0,0,100,230,0,0,0,0),(59448,17056,530,1,1,0,1,8672.81,-6334.32,56.0109,0.506145,300,0,0,100,230,0,0,0,0),(59449,17056,530,1,1,0,1,8681.23,-6343.33,56.0663,5.32551,300,0,0,100,230,0,0,0,0),(59450,17057,530,1,1,0,0,-759.98,3816.24,20.0019,6.02914,300,0,0,27635,0,0,0,0,0),(59451,17058,530,1,1,0,1,-453.407,4671.52,31.297,2.67279,300,5,0,4422,0,1,0,0,0),(59452,17058,530,1,1,0,1,-514.534,4710.91,36.6675,4.00145,300,5,0,4422,0,1,0,0,0),(59453,17058,530,1,1,0,1,-449.242,4749.97,20.5357,5.47772,300,5,0,4422,0,1,0,0,0),(59454,17058,530,1,1,0,1,-561.194,4788.94,34.3391,5.90799,300,5,0,4422,0,1,0,0,0),(59455,17058,530,1,1,0,1,-615.867,4740.1,41.675,3.40506,300,5,0,4422,0,1,0,0,0),(59456,17058,530,1,1,0,1,-501.324,4831.37,31.3792,2.65328,300,5,0,4422,0,1,0,0,0),(59457,17058,530,1,1,0,1,-680.89,4753.16,49.1469,2.53675,300,5,0,4422,0,1,0,0,0),(59458,17058,530,1,1,0,1,-659.295,4847.75,50.6,4.366,300,0,0,4422,0,0,0,0,0),(59459,17058,530,1,1,0,1,-602.823,4855.14,39.8936,1.79227,300,5,0,4422,0,1,0,0,0),(59460,17058,530,1,1,0,1,-703.521,4778.21,48.8678,4.01773,300,5,0,4422,0,1,0,0,0),(59461,17058,530,1,1,0,1,-739.024,4706.49,59.0876,3.76144,300,0,0,4422,0,2,0,0,0),(59462,17058,530,1,1,0,1,-515.049,4857.93,32.2146,5.69172,300,5,0,4422,0,1,0,0,0),(59463,17058,530,1,1,0,1,-509.222,4915.37,38.6853,1.83687,300,5,0,4422,0,1,0,0,0),(59464,17058,530,1,1,0,1,-439.824,4845.41,27.4448,4.58302,300,5,0,4422,0,1,0,0,0),(59465,17059,530,1,1,0,0,-233.807,3103.25,-62.9566,5.37561,300,0,0,1524,0,0,0,0,0),(59466,17059,530,1,1,0,0,-253.866,3079.67,-66.0047,0.15708,300,0,0,1524,0,0,0,0,0),(59467,17059,530,1,1,0,0,-246.296,3090.68,-65.4276,5.86431,300,0,0,1524,0,0,0,0,0),(59468,17059,530,1,1,0,0,-221.868,3106.37,-59.8452,4.38078,300,0,0,1524,0,0,0,0,0),(59470,17073,530,1,1,0,0,-4121.63,-13652.4,74.7229,5.07891,300,0,0,71,0,0,0,0,0),(3475,3349,1,1,1,1370,1,1580.05,-4097.68,36.3245,5.18363,300,0,0,1003,0,0,0,0,0),(59474,17083,540,3,1,0,0,86.2934,70.2275,-13.2226,5.42659,86400,0,0,9803,0,0,0,0,0),(59475,17083,540,3,1,0,0,57.0574,68.706,-13.2226,3.75658,86400,0,0,9803,0,0,0,0,0),(59476,17083,540,3,1,0,0,78.1228,268.416,-13.2074,3.96182,86400,0,0,9803,0,0,0,0,0),(59477,17083,540,3,1,0,0,77.2164,273.552,-13.208,3.96182,86400,0,0,9803,0,0,0,0,0),(1971580,17301,540,2,1,0,1,152.863,-83.2273,1.93712,6.25962,300,0,0,27351,0,0,0,0,0),(1971577,17289,540,2,1,0,0,148.565,-77.7137,1.92007,4.71631,300,0,0,6104,0,0,0,0,0),(59482,17084,530,1,1,0,1,-1144.66,4221.21,53.5334,4.05735,300,0,0,5306,2620,2,0,0,0),(59483,17087,530,1,1,0,0,-3855.21,-13403.1,77.1313,3.82876,300,0,0,34930,0,0,0,0,0),(59484,17088,530,1,1,0,1,-2409.67,4856.31,30.9742,1.35022,300,5,0,4422,2620,1,0,0,0),(59485,17088,530,1,1,0,1,-2399.47,4886.67,36.2613,4.63573,300,5,0,4422,2620,1,0,0,0),(59486,17088,530,1,1,0,1,-2362.45,4863.9,5.63334,5.88429,300,5,0,4422,2620,1,0,0,0),(59487,17088,530,1,1,0,1,-2451.31,4911.03,33.2863,2.13116,300,5,0,4422,2620,1,0,0,0),(59488,17088,530,1,1,0,1,-2471.18,4877.16,39.4761,6.20489,300,5,0,4422,2620,1,0,0,0),(59489,17088,530,1,1,0,1,-2445.49,4860.25,36.2946,1.3981,300,5,0,4422,2620,1,0,0,0),(59490,17088,530,1,1,0,1,-2416.65,4917.63,36.2499,4.63102,300,5,0,4422,2620,1,0,0,0),(59491,17088,530,1,1,0,1,-2452.74,4890.71,33.4565,2.11845,300,5,0,4422,2620,1,0,0,0),(59492,17088,530,1,1,0,1,-2478.34,4911.17,39.4249,1.84531,300,5,0,4422,2620,1,0,0,0),(59493,17088,530,1,1,0,1,-2502.27,4875.56,41.2826,5.46741,300,5,0,4422,2620,1,0,0,0),(59494,17088,530,1,1,0,1,-2485.9,4928.1,41.044,0.223117,300,5,0,4422,2620,1,0,0,0),(59495,17088,530,1,1,0,1,-2430.32,4948.11,34.8081,3.68265,300,0,0,4422,2620,0,0,0,0),(59496,17088,530,1,1,0,1,-2435.27,4945.23,34.936,0.541052,300,0,0,4422,2620,0,0,0,0),(59497,17088,530,1,1,0,1,-2533.5,4888.87,41.9543,0.586781,300,5,0,4422,2620,1,0,0,0),(59498,17088,530,1,1,0,1,-2527.79,4914.05,40.3549,4.12375,300,5,0,4422,2620,1,0,0,0),(59499,17088,530,1,1,0,1,-2485.83,4951.04,36.1364,0,300,5,0,4422,2620,1,0,0,0),(59500,17088,530,1,1,0,1,-2451.53,4950.87,34.9152,1.58825,300,0,0,4422,2620,0,0,0,0),(59501,17088,530,1,1,0,1,-2497.91,4951.98,37.7905,5.98124,300,5,0,4422,2620,1,0,0,0),(59502,17088,530,1,1,0,1,-2430.32,4978.47,31.1421,5.39307,300,0,0,4422,2620,0,0,0,0),(59503,17088,530,1,1,0,1,-2499.82,4987.75,34.8124,0.263887,300,5,0,4422,2620,1,0,0,0),(59504,17088,530,1,1,0,1,-2438.43,5010.39,29.2272,0.411179,300,5,0,4422,2620,1,0,0,0),(59505,17088,530,1,1,0,1,-2455.77,5041.34,22.1111,4.93189,300,5,0,4422,2620,1,0,0,0),(59506,17088,530,1,1,0,1,-2404.88,4996.8,30.073,0.176598,300,5,0,4422,2620,1,0,0,0),(59507,17088,530,1,1,0,1,-2473.79,5057,18.1375,4.46609,300,5,0,4422,2620,1,0,0,0),(59508,17088,530,1,1,0,1,-2386.22,4960.88,33.6531,4.96494,300,5,0,4422,2620,1,0,0,0),(59509,17088,530,1,1,0,1,-2473.77,5098.32,10.6779,1.33371,300,5,0,4422,2620,1,0,0,0),(59510,17088,530,1,1,0,1,-2472.55,5082.8,13.4279,2.05369,300,5,0,4422,2620,1,0,0,0),(59511,17088,530,1,1,0,1,-2477.36,5105.56,9.6425,1.51844,300,0,0,4422,2620,0,0,0,0),(59512,17088,530,1,1,0,1,-2467.89,5104.29,9.5521,1.46608,300,0,0,4422,2620,0,0,0,0),(59513,17089,530,1,1,0,1,-4127.28,-13727.2,74.758,4.72984,300,0,0,115,126,0,0,0,0),(3474,5885,1,1,1,4523,1,1468.18,-4219.88,43.0424,5.95157,300,0,0,1753,0,0,0,0,0),(31455,4344,1,1,1,2548,0,-3826.84,-3319.07,30.7724,3.17936,360,10,0,1305,1186,1,0,0,0),(59517,17110,530,1,1,0,0,-4203.65,-12526.5,45.5265,4.90438,300,0,0,186,191,0,0,0,0),(59518,17114,530,1,1,0,0,-4180.54,-12509.6,44.4447,6.05629,300,0,0,156,0,0,0,0,0),(59519,17116,530,1,1,0,0,-4167.46,-12417.9,41.9126,1.0821,300,0,0,300,0,0,0,0,0),(59520,17121,530,1,1,0,0,-4188.12,-11484.9,-130.79,1.64061,300,0,0,1226,1283,0,0,0,0),(59521,17122,530,1,1,0,0,-4232.28,-11569.3,-126.073,0.872665,300,0,0,2442,2434,0,0,0,0),(59522,17123,530,1,1,0,1,504.592,3882.13,192.156,5.79449,300,0,0,16581,0,0,0,0,0),(59523,17128,530,1,1,0,0,-1288.61,6230.03,54.4388,1.0153,300,5,0,5715,0,1,0,0,0),(59524,17128,530,1,1,0,0,-2117.73,6298,55.0003,1.51606,300,5,0,5715,0,1,0,0,0),(59525,17128,530,1,1,0,0,-1747.15,6317.02,49.1154,2.22592,300,5,0,5715,0,1,0,0,0),(59526,17128,530,1,1,0,0,-1742.02,6349.35,43.8957,3.3842,300,5,0,5715,0,1,0,0,0),(59527,17128,530,1,1,0,0,-1439.16,6288.67,46.6046,3.03687,300,5,0,5715,0,1,0,0,0),(59528,17128,530,1,1,0,0,-1286.69,6246.02,48.6753,1.54666,300,5,0,5715,0,1,0,0,0),(59529,17128,530,1,1,0,0,-1347.21,6379.85,34.3765,4.59869,300,5,0,5715,0,1,0,0,0),(59530,17128,530,1,1,0,0,-1381.94,6416.65,32.9606,4.03298,300,5,0,5715,0,1,0,0,0),(59531,17128,530,1,1,0,0,-1315.11,6349.94,35.9391,2.14675,300,0,0,5715,0,0,0,0,0),(59532,17128,530,1,1,0,0,-1436.87,6457.13,30.6984,4.81731,300,0,0,5715,0,0,0,0,0),(59533,17128,530,1,1,0,0,-1427.96,6490.88,31.987,1.67179,300,5,0,5715,0,1,0,0,0),(59534,17128,530,1,1,0,0,-1543.47,6511.44,20.4314,0.172717,300,5,0,5715,0,1,0,0,0),(59535,17128,530,1,1,0,0,-1709.15,6511.51,24.6409,6.0022,300,5,0,5715,0,1,0,0,0),(59536,17128,530,1,1,0,0,-1932.18,6553.12,12.2563,3.04484,300,5,0,5715,0,1,0,0,0),(59537,17128,530,1,1,0,0,-1944.64,7177.97,-100.388,4.8722,300,5,0,5715,0,1,0,0,0),(59538,17128,530,1,1,0,0,-1935.45,7049.98,-92.8855,0.957479,300,5,0,5715,0,1,0,0,0),(59539,17128,530,1,1,0,0,-1938.8,6980.21,-89.9655,5.78896,300,5,0,5715,0,1,0,0,0),(59540,17128,530,1,1,0,0,-1787.64,7092.33,-19.1942,4.51576,300,5,0,5715,0,1,0,0,0),(59541,17128,530,1,1,0,0,-1984.97,6952.98,-88.2289,4.11727,300,5,0,5715,0,1,0,0,0),(59542,17128,530,1,1,0,0,-1983.85,7005.29,-88.0023,4.85523,300,5,0,5715,0,1,0,0,0),(59543,17128,530,1,1,0,0,-1947.78,6856.42,-73.7213,2.51919,300,5,0,5715,0,1,0,0,0),(59544,17128,530,1,1,0,0,-1863.84,6849.22,-41.8957,2.25761,300,5,0,5715,0,1,0,0,0),(59545,17128,530,1,1,0,0,-1741.8,6841.58,-27.2603,2.55917,300,0,0,5715,0,0,0,0,0),(59546,17128,530,1,1,0,0,-1685.18,6798.27,-12.8566,2.29009,300,0,0,5715,0,0,0,0,0),(59547,17128,530,1,1,0,0,-1718.1,6821.04,-20.0151,1.81374,300,0,0,5715,0,0,0,0,0),(59548,17128,530,1,1,0,0,-1705.43,6725.86,-13.7036,3.92147,300,5,0,5715,0,1,0,0,0),(59549,17128,530,1,1,0,0,-1644.28,6741.45,-1.24039,1.24783,300,5,0,5715,0,1,0,0,0),(59550,17128,530,1,1,0,0,-1901.53,6581.1,10.7109,3.80306,300,5,0,5715,0,1,0,0,0),(59551,17128,530,1,1,0,0,-1412.53,6451.67,32.0361,0.11346,300,5,0,5715,0,1,0,0,0),(59552,17128,530,1,1,0,0,-1421.31,6524.51,34.4047,3.63844,300,5,0,5715,0,1,0,0,0),(59553,17128,530,1,1,0,0,-1452.89,6509.35,33.9016,1.02401,300,5,0,5715,0,1,0,0,0),(59554,17128,530,1,1,0,0,-1455.38,6555.68,32.5426,1.58837,300,5,0,5715,0,1,0,0,0),(59555,17128,530,1,1,0,0,-1387.47,6588.65,37.7972,5.6733,300,5,0,5715,0,1,0,0,0),(59556,17128,530,1,1,0,0,-1388.96,6485.07,51.4222,1.06465,300,0,0,5715,0,0,0,0,0),(59557,17128,530,1,1,0,0,-1483.92,6602.27,23.8833,1.54895,300,5,0,5715,0,1,0,0,0),(59558,17128,530,1,1,0,0,-1457.03,6626.61,34.2788,5.53172,300,5,0,5715,0,1,0,0,0),(59559,17128,530,1,1,0,0,-1388.33,6616.08,42.5544,2.95588,300,5,0,5715,0,1,0,0,0),(59560,17128,530,1,1,0,0,-1378.86,6656.1,40.5844,4.23254,300,5,0,5715,0,1,0,0,0),(59561,17128,530,1,1,0,0,-1363.26,6686.17,39.2571,2.2016,300,5,0,5715,0,1,0,0,0),(59562,17128,530,1,1,0,0,-1408.02,6711.53,35.1675,4.57919,300,5,0,5715,0,1,0,0,0),(59563,17128,530,1,1,0,0,-1294.71,6608.38,58.9037,2.8696,300,5,0,5715,0,1,0,0,0),(59564,17128,530,1,1,0,0,-1341.71,6707.29,37.0789,6.01511,300,5,0,5715,0,1,0,0,0),(59565,17128,530,1,1,0,0,-1305.8,6681.91,43.416,4.8732,300,5,0,5715,0,1,0,0,0),(59566,17128,530,1,1,0,0,-1295.03,6720.08,41.6305,4.02175,300,5,0,5715,0,1,0,0,0),(59567,17128,530,1,1,0,0,-1306.61,6762.97,36.6702,1.89903,300,5,0,5715,0,1,0,0,0),(59568,17128,530,1,1,0,0,-1346.49,6793.27,31.9824,4.29198,300,5,0,5715,0,1,0,0,0),(59569,17128,530,1,1,0,0,-1367.55,6758.33,35.1594,0.404251,300,5,0,5715,0,1,0,0,0),(59570,17128,530,1,1,0,0,-1275.47,6796.27,33.4682,5.62523,300,5,0,5715,0,1,0,0,0),(59571,17128,530,1,1,0,0,-1308.28,6816.38,36.357,6.25927,300,5,0,5715,0,1,0,0,0),(59572,17128,530,1,1,0,0,-1253.61,6805.08,38.2172,4.56345,300,5,0,5715,0,1,0,0,0),(59573,17128,530,1,1,0,0,-1273.66,6856.81,34.5958,3.75076,300,5,0,5715,0,1,0,0,0),(59574,17128,530,1,1,0,0,-1591.7,7133.11,7.91412,4.84171,300,5,0,5715,0,1,0,0,0),(59575,17128,530,1,1,0,0,-1413.74,6901.45,16.6398,2.99569,300,5,0,5715,0,1,0,0,0),(59576,17128,530,1,1,0,0,-1402.8,6916.49,17.7056,0.561707,300,5,0,5715,0,1,0,0,0),(59577,17128,530,1,1,0,0,-1530.53,6692.4,16.9743,1.52001,300,5,0,5715,0,1,0,0,0),(59578,17128,530,1,1,0,0,-1670.82,7042.1,0.88427,2.19184,300,5,0,5715,0,1,0,0,0),(59579,17128,530,1,1,0,0,-1700.6,7083.66,1.11021,3.3771,300,5,0,5715,0,1,0,0,0),(59580,17129,530,1,1,0,0,-1057.38,8242.69,18.1341,3.86483,300,5,0,6116,0,1,0,0,0),(59581,17129,530,1,1,0,0,-1016.36,8301.35,14.8882,5.24178,300,5,0,6116,0,1,0,0,0),(59582,17129,530,1,1,0,0,-787.583,8458.14,37.8376,2.34303,300,5,0,6116,0,1,0,0,0),(59583,17129,530,1,1,0,0,-682.289,8311.17,46.4987,4.5049,300,5,0,6116,0,1,0,0,0),(59584,17129,530,1,1,0,0,-783.511,8495.77,40.8747,2.10923,300,5,0,6116,0,1,0,0,0),(59585,17129,530,1,1,0,0,-778.668,8497.02,41.0895,1.44254,300,5,0,6116,0,1,0,0,0),(59586,17129,530,1,1,0,0,-767.83,8484.52,41.1618,0.207547,300,5,0,6116,0,1,0,0,0),(59587,17129,530,1,1,0,0,-1170.34,8596.18,37.6854,0.917721,300,5,0,6116,0,1,0,0,0),(59588,17129,530,1,1,0,0,-1177.54,8599.02,38.2114,1.61768,300,5,0,6116,0,1,0,0,0),(59589,17129,530,1,1,0,0,-1206.22,8576.17,33.9147,5.47338,300,5,0,6116,0,1,0,0,0),(59590,17129,530,1,1,0,0,-1179.66,8553.33,32.4201,2.62366,300,5,0,6116,0,1,0,0,0),(59591,17129,530,1,1,0,0,-912.717,8480.66,43.1955,4.96083,300,5,0,6116,0,1,0,0,0),(59592,17129,530,1,1,0,0,-910.371,8452.44,36.4312,2.94418,300,0,0,6116,0,0,0,0,0),(59593,17130,530,1,1,0,0,-1379.51,6271.72,50.393,5.2145,300,5,0,5715,0,1,0,0,0),(59594,17130,530,1,1,0,0,-1354.34,6271.49,51.2049,4.10326,300,5,0,5715,0,1,0,0,0),(59595,17130,530,1,1,0,0,-2131.51,6197.62,83.0864,6.11129,300,5,0,5715,0,1,0,0,0),(59596,17130,530,1,1,0,0,-1753.06,6384.03,40.832,2.919,300,5,0,5715,0,1,0,0,0),(59597,17130,530,1,1,0,0,-1746.51,6283.38,54.611,4.36562,300,5,0,5715,0,1,0,0,0),(59598,17130,530,1,1,0,0,-1755.14,6235.21,73.5557,2.10497,300,0,0,5715,0,0,0,0,0),(59599,17130,530,1,1,0,0,-1723.05,6247.29,65.8218,5.75959,300,0,0,5715,0,0,0,0,0),(59600,17130,530,1,1,0,0,-1728.74,6386.93,41.4211,1.02016,300,5,0,5715,0,1,0,0,0),(59601,17130,530,1,1,0,0,-1669.29,6320.02,58.1575,0.857935,300,5,0,5715,0,1,0,0,0),(59602,17130,530,1,1,0,0,-1763.7,6419.79,40.4766,4.39201,300,5,0,5715,0,1,0,0,0),(59603,17130,530,1,1,0,0,-1725.7,6420.51,42.0231,2.0802,300,5,0,5715,0,1,0,0,0),(59604,17130,530,1,1,0,0,-1654.62,6266.75,65.8279,1.98902,300,5,0,5715,0,1,0,0,0),(59605,17130,530,1,1,0,0,-1641.8,6279.85,63.42,1.75938,300,5,0,5715,0,1,0,0,0),(59606,17130,530,1,1,0,0,-1632.15,6293.76,56.4777,4.31393,300,5,0,5715,0,1,0,0,0),(59607,17130,530,1,1,0,0,-1628.29,6317.11,49.3197,3.43346,300,5,0,5715,0,1,0,0,0),(59608,17130,530,1,1,0,0,-1510.17,6408.32,29.1054,4.96646,300,0,0,5715,0,0,0,0,0),(59609,17130,530,1,1,0,0,-1387.46,6311.04,43.1706,2.43174,300,5,0,5715,0,1,0,0,0),(59610,17130,530,1,1,0,0,-1409.66,6244.56,57.3584,3.31083,300,5,0,5715,0,1,0,0,0),(59611,17130,530,1,1,0,0,-1387.88,6244.87,51.7366,0.75849,300,5,0,5715,0,1,0,0,0),(59612,17130,530,1,1,0,0,-1359.16,6252.18,52.2969,5.09173,300,5,0,5715,0,1,0,0,0),(59613,17130,530,1,1,0,0,-1346.42,6275.82,49.9681,0.897055,300,5,0,5715,0,1,0,0,0),(59614,17130,530,1,1,0,0,-1387.54,6270.93,50.0031,2.04099,300,5,0,5715,0,1,0,0,0),(59615,17130,530,1,1,0,0,-1377.33,6214.15,60.3315,5.75459,300,5,0,5715,0,1,0,0,0),(59616,17130,530,1,1,0,0,-1533.87,6447.22,28.8481,4.55751,300,0,0,5715,0,0,0,0,0),(59617,17130,530,1,1,0,0,-1540.62,6429.5,29.6501,4.18282,300,5,0,5715,0,1,0,0,0),(59618,17130,530,1,1,0,0,-1963.29,6447.06,28.8793,3.28073,300,5,0,5715,0,1,0,0,0),(59619,17130,530,1,1,0,0,-1982.77,6395.64,37.947,0.02633,300,5,0,5715,0,1,0,0,0),(59620,17130,530,1,1,0,0,-1997.08,6442.15,27.8197,3.72861,300,5,0,5715,0,1,0,0,0),(59621,17130,530,1,1,0,0,-2025.14,6379.25,39.7005,1.41399,300,5,0,5715,0,1,0,0,0),(59622,17130,530,1,1,0,0,-2125.65,6469.02,13.5811,0.495201,300,5,0,5715,0,1,0,0,0),(59623,17130,530,1,1,0,0,-2162.69,6468.28,13.2521,4.53777,300,5,0,5715,0,1,0,0,0),(59624,17130,530,1,1,0,0,-2177.58,6297.78,52.152,0.092882,300,5,0,5715,0,1,0,0,0),(59625,17130,530,1,1,0,0,-2183.63,6273.01,54.1513,3.18259,300,5,0,5715,0,1,0,0,0),(59626,17130,530,1,1,0,0,-2165.43,6184.62,81.854,4.86407,300,5,0,5715,0,1,0,0,0),(59627,17130,530,1,1,0,0,-2282.6,6317.26,44.3806,2.47036,300,5,0,5715,0,1,0,0,0),(59628,17130,530,1,1,0,0,-2307.2,6280.79,48.1525,3.54751,300,5,0,5715,0,1,0,0,0),(59629,17130,530,1,1,0,0,-2354.9,6308.86,28.6011,3.14475,300,5,0,5715,0,1,0,0,0),(59630,17130,530,1,1,0,0,-2345.88,6362.95,28.6373,2.11205,300,5,0,5715,0,1,0,0,0),(59631,17130,530,1,1,0,0,-2341.77,6370,27.7617,2.35793,300,5,0,5715,0,1,0,0,0),(59632,17130,530,1,1,0,0,-2339.11,6362.67,27.8448,2.26829,300,5,0,5715,0,1,0,0,0),(59633,17130,530,1,1,0,0,-2387.77,6314.41,31.2904,1.70106,300,5,0,5715,0,1,0,0,0),(59634,17130,530,1,1,0,0,-2348.16,6417.33,20.0705,4.7336,300,5,0,5715,0,1,0,0,0),(59635,17130,530,1,1,0,0,-2424.88,6367.82,25.8553,2.32582,300,5,0,5715,0,1,0,0,0),(59636,17130,530,1,1,0,0,-2454.71,6358.69,29.5637,5.24258,300,5,0,5715,0,1,0,0,0),(59637,17130,530,1,1,0,0,-2474.29,6391.49,27.369,1.81589,300,5,0,5715,0,1,0,0,0),(59638,17130,530,1,1,0,0,-2629.18,6075.02,43.1716,2.04053,300,5,0,5715,0,1,0,0,0),(59639,17130,530,1,1,0,0,-2649.37,6078.56,40.95,3.53508,300,5,0,5715,0,1,0,0,0),(59640,17130,530,1,1,0,0,-2130.91,6155.63,92.3169,2.98382,300,5,0,5715,0,1,0,0,0),(59641,17130,530,1,1,0,0,-2723.53,6186,5.7262,3.41192,300,5,0,5715,0,1,0,0,0),(59642,17130,530,1,1,0,0,-2774.86,6177.08,4.3015,4.05413,300,5,0,5715,0,1,0,0,0),(59643,17130,530,1,1,0,0,-2697.34,6228.08,20.1316,4.30259,300,5,0,5715,0,1,0,0,0),(59644,17130,530,1,1,0,0,-2763.2,6178.25,5.15886,2.54878,300,5,0,5715,0,1,0,0,0),(59645,17130,530,1,1,0,0,-2738.7,6227.67,19.4993,2.93023,300,5,0,5715,0,1,0,0,0),(59646,17130,530,1,1,0,0,-2794.61,6185.46,5.9265,0.604089,300,5,0,5715,0,1,0,0,0),(59647,17130,530,1,1,0,0,-2704.72,6262.69,26.4583,4.52572,300,5,0,5715,0,1,0,0,0),(59648,17130,530,1,1,0,0,-2705.8,6513.6,34.2483,1.40805,300,5,0,5715,0,1,0,0,0),(59649,17130,530,1,1,0,0,-2721.39,6495.57,34.193,2.51839,300,5,0,5715,0,1,0,0,0),(59650,17130,530,1,1,0,0,-2675.73,6508.26,30.6853,0.973587,300,5,0,5715,0,1,0,0,0),(59651,17130,530,1,1,0,0,-2651.49,6542.42,21.7525,1.50647,300,0,0,5715,0,0,0,0,0),(59652,17130,530,1,1,0,0,-2560.77,6514.59,14.8671,1.95918,300,5,0,5715,0,1,0,0,0),(59653,17130,530,1,1,0,0,-2517.61,6521.79,11.281,0.507718,300,5,0,5715,0,1,0,0,0),(59654,17130,530,1,1,0,0,-2674.54,6648.19,1.81058,1.60207,300,5,0,5715,0,1,0,0,0),(59655,17130,530,1,1,0,0,-2717.66,6636.99,11.222,1.86815,300,5,0,5715,0,1,0,0,0),(59656,17130,530,1,1,0,0,-2759.62,6664.98,18.3071,5.75483,300,5,0,5715,0,1,0,0,0),(59657,17130,530,1,1,0,0,-2714.31,6683.92,6.52435,3.95616,300,5,0,5715,0,1,0,0,0),(59658,17130,530,1,1,0,0,-2658.82,6690.93,-2.96579,2.73298,300,5,0,5715,0,1,0,0,0),(59659,17130,530,1,1,0,0,-2777.18,6681.54,19.4595,1.18412,300,5,0,5715,0,1,0,0,0),(59660,17130,530,1,1,0,0,-2701.25,6722.48,-1.78598,3.74096,300,5,0,5715,0,1,0,0,0),(59661,17130,530,1,1,0,0,-2752.84,6692.36,12.7151,1.11806,300,5,0,5715,0,1,0,0,0),(59662,17130,530,1,1,0,0,-2712.44,6753.17,-1.93021,4.15855,300,5,0,5715,0,1,0,0,0),(59663,17130,530,1,1,0,0,-2798.54,6968.36,-20.3187,2.61688,300,5,0,5715,0,1,0,0,0),(59664,17130,530,1,1,0,0,-2671.03,6770.35,-2.06851,0.858128,300,5,0,5715,0,1,0,0,0),(59665,17130,530,1,1,0,0,-2692.3,6777.53,-3.98259,4.04767,300,5,0,5715,0,1,0,0,0),(59666,17130,530,1,1,0,0,-2647.8,6754.28,-2.28192,1.44349,300,5,0,5715,0,1,0,0,0),(59667,17130,530,1,1,0,0,-2456.56,6634.81,3.13763,4.66372,300,5,0,5715,0,1,0,0,0),(59668,17130,530,1,1,0,0,-2379.83,6618.69,0.64702,0.917745,300,5,0,5715,0,1,0,0,0),(59669,17130,530,1,1,0,0,-2460.95,6674.76,3.18968,0.513197,300,5,0,5715,0,1,0,0,0),(59670,17130,530,1,1,0,0,-2401.38,6678.85,1.32556,2.64911,300,5,0,5715,0,1,0,0,0),(59671,17130,530,1,1,0,0,-2655.16,6949.63,-0.843834,1.30001,300,5,0,5715,0,1,0,0,0),(59672,17130,530,1,1,0,0,-2280.08,7038.22,-14.6308,3.09939,300,5,0,5715,0,1,0,0,0),(59673,17130,530,1,1,0,0,-2241.71,7036.72,-12.5756,0.549277,300,5,0,5715,0,1,0,0,0),(59674,17130,530,1,1,0,0,-2362.61,7111.59,-15.3037,0.077438,300,5,0,5715,0,1,0,0,0),(59675,17130,530,1,1,0,0,-2351.61,7072.18,-13.4697,0.702486,300,5,0,5715,0,1,0,0,0),(59676,17130,530,1,1,0,0,-2403.67,7120.42,-23.2985,3.00827,300,5,0,5715,0,1,0,0,0),(59677,17130,530,1,1,0,0,-2386.33,7076.85,-9.78999,1.62944,300,5,0,5715,0,1,0,0,0),(59678,17130,530,1,1,0,0,-2218.46,6873.82,-6.9101,5.64801,300,5,0,5715,0,1,0,0,0),(59679,17130,530,1,1,0,0,-2199.03,6852.52,-8.15076,5.82392,300,5,0,5715,0,1,0,0,0),(59680,17130,530,1,1,0,0,-2176.69,6962.04,-10.4597,0.464384,300,5,0,5715,0,1,0,0,0),(59681,17130,530,1,1,0,0,-2111.86,6902.92,-13.6905,5.47224,300,5,0,5715,0,1,0,0,0),(59682,17130,530,1,1,0,0,-2105.04,6884.81,-11.7183,4.77714,300,5,0,5715,0,1,0,0,0),(59683,17130,530,1,1,0,0,-2091.23,6893.92,-15.2476,3.81283,300,5,0,5715,0,1,0,0,0),(59684,17130,530,1,1,0,0,-2106.57,6994.93,-9.58929,1.41815,300,5,0,5715,0,1,0,0,0),(59685,17130,530,1,1,0,0,-1807.37,6928.02,-38.6031,5.21011,300,5,0,5715,0,1,0,0,0),(59686,17130,530,1,1,0,0,-2137.54,6891.11,-9.53997,4.63912,300,5,0,5715,0,1,0,0,0),(59687,17130,530,1,1,0,0,-2174.74,6949.3,-10.6288,0.729052,300,5,0,5715,0,1,0,0,0),(59688,17130,530,1,1,0,0,-2186.54,6808.18,-6.00051,2.01571,300,5,0,5715,0,1,0,0,0),(59689,17130,530,1,1,0,0,-2324.87,6733.88,-1.92574,5.38103,300,5,0,5715,0,1,0,0,0),(59690,17130,530,1,1,0,0,-2281.09,6744.1,-4.82167,0.248336,300,5,0,5715,0,1,0,0,0),(59691,17130,530,1,1,0,0,-2251.22,6650.52,0.05035,0.579754,300,5,0,5715,0,1,0,0,0),(59692,17130,530,1,1,0,0,-2238.33,6643.88,-0.139633,3.27543,300,5,0,5715,0,1,0,0,0),(59693,17130,530,1,1,0,0,-2250.93,6717.78,-3.3463,4.70264,300,5,0,5715,0,1,0,0,0),(59694,17130,530,1,1,0,0,-2253.76,6680.84,-3.25631,3.87984,300,5,0,5715,0,1,0,0,0),(59695,17130,530,1,1,0,0,-2222.83,6696.71,-1.47588,4.97079,300,5,0,5715,0,1,0,0,0),(59696,17130,530,1,1,0,0,-2226.97,6727.01,-2.81895,1.37332,300,5,0,5715,0,1,0,0,0),(59697,17130,530,1,1,0,0,-2202.11,6706.41,-2.15416,2.44929,300,5,0,5715,0,1,0,0,0),(59698,17130,530,1,1,0,0,-1806.37,6773.57,-35.3791,3.96331,300,5,0,5715,0,1,0,0,0),(59699,17130,530,1,1,0,0,-1792.49,6825.18,-33.6744,2.71936,300,5,0,5715,0,1,0,0,0),(59700,17130,530,1,1,0,0,-1836.99,6617.07,-2.97804,0.925929,300,5,0,5715,0,1,0,0,0),(59701,17130,530,1,1,0,0,-1837.77,6613.68,-1.11134,1.00826,300,5,0,5715,0,1,0,0,0),(59702,17130,530,1,1,0,0,-1841.82,6620.73,-3.89916,0.865558,300,5,0,5715,0,1,0,0,0),(59703,17130,530,1,1,0,0,-2301.24,6589.87,2.26797,0.968258,300,5,0,5715,0,1,0,0,0),(59704,17130,530,1,1,0,0,-2289.07,6591.06,3.35706,1.9181,300,5,0,5715,0,1,0,0,0),(59705,17130,530,1,1,0,0,-2298.23,6550.81,5.15176,5.41989,300,5,0,5715,0,1,0,0,0),(59706,17130,530,1,1,0,0,-2206.69,6584.2,4.78048,3.33358,300,0,0,5715,0,0,0,0,0),(59707,17130,530,1,1,0,0,-2462.1,6636.84,2.76263,2.44593,300,5,0,5715,0,1,0,0,0),(59708,17130,530,1,1,0,0,-2381.71,6448.52,12.9835,2.33134,300,5,0,5715,0,1,0,0,0),(59709,17130,530,1,1,0,0,-2337.62,6443.87,14.1174,5.54955,300,5,0,5715,0,1,0,0,0),(59710,17130,530,1,1,0,0,-2198.38,6448.73,16.8714,2.62513,300,5,0,5715,0,1,0,0,0),(59711,17130,530,1,1,0,0,-1386.54,6316.02,42.3371,5.8746,300,0,0,5715,0,0,0,0,0),(59712,17130,530,1,1,0,0,-1448.37,7030.21,12.2992,0.918454,300,5,0,5715,0,1,0,0,0),(59713,17130,530,1,1,0,0,-1510.04,6905.97,-10.7848,1.03105,300,5,0,5715,0,1,0,0,0),(59714,17130,530,1,1,0,0,-1506.02,6933.33,-12.2803,0,300,5,0,5715,0,1,0,0,0),(59715,17130,530,1,1,0,0,-1552,6937.15,-9.93518,1.29384,300,5,0,5715,0,1,0,0,0),(59716,17130,530,1,1,0,0,-1420.78,6979.16,12.1644,1.64451,300,5,0,5715,0,1,0,0,0),(59717,17130,530,1,1,0,0,-1446.02,6954.38,5.22155,2.8288,300,5,0,5715,0,1,0,0,0),(59718,17130,530,1,1,0,0,-1510.85,6759.96,15.7085,0.953846,300,5,0,5715,0,1,0,0,0),(59719,17130,530,1,1,0,0,-1529.4,6871.03,-9.04753,0.417361,300,5,0,5715,0,1,0,0,0),(59720,17130,530,1,1,0,0,-1557.73,6858.03,-10.857,1.35425,300,5,0,5715,0,1,0,0,0),(59721,17130,530,1,1,0,0,-1592.45,6837.68,-5.87911,4.05629,300,5,0,5715,0,1,0,0,0),(59722,17130,530,1,1,0,0,-1599.68,6852.23,-7.12911,5.69183,300,5,0,5715,0,1,0,0,0),(59723,17130,530,1,1,0,0,-1620.21,6908.19,-8.93198,4.55723,300,5,0,5715,0,1,0,0,0),(59724,17130,530,1,1,0,0,-1591.56,6874.65,-12.0398,5.02105,300,5,0,5715,0,1,0,0,0),(59725,17130,530,1,1,0,0,-1592.71,6937.21,-10.3058,0.437439,300,5,0,5715,0,1,0,0,0),(59726,17130,530,1,1,0,0,-1594.85,6960.1,-5.16587,0.205634,300,5,0,5715,0,1,0,0,0),(59727,17130,530,1,1,0,0,-1760.4,8827.02,29.7228,6.05053,300,5,0,5715,0,1,0,0,0),(59728,17130,530,1,1,0,0,-1760.78,8819.14,29.774,5.95985,300,5,0,5715,0,1,0,0,0),(59729,17130,530,1,1,0,0,-1763.53,8837.79,28.4004,5.95284,300,5,0,5715,0,1,0,0,0),(59730,17130,530,1,1,0,0,-1762.33,8813.72,29.5579,6.21482,300,5,0,5715,0,1,0,0,0),(59731,17131,530,1,1,0,0,-2350.92,6373.81,27.7503,2.17443,300,5,0,5914,0,1,0,0,0),(59732,17131,530,1,1,0,0,-2336.12,6368.29,27.5113,2.43804,300,5,0,5914,0,1,0,0,0),(59733,17131,530,1,1,0,0,-2546.89,6973.86,-0.000105,3.08333,300,5,0,5914,0,1,0,0,0),(59734,17131,530,1,1,0,0,-2490.74,6968.52,-1.40517,2.12689,300,5,0,5914,0,1,0,0,0),(59735,17131,530,1,1,0,0,-2541.01,7006.3,-2.6873,0.37362,300,5,0,5914,0,1,0,0,0),(59736,17131,530,1,1,0,0,-2490.93,6998.05,-3.70682,6.20701,300,5,0,5914,0,1,0,0,0),(59737,17131,530,1,1,0,0,-2671.7,6969.67,-3.3886,1.56234,300,5,0,5914,0,1,0,0,0),(59738,17131,530,1,1,0,0,-2796.83,6982.19,-18.5146,4.81717,300,5,0,5914,0,1,0,0,0),(59739,17131,530,1,1,0,0,-2743.75,7056.25,-12.8532,1.72223,300,5,0,5914,0,1,0,0,0),(59740,17131,530,1,1,0,0,-2787.6,7049.46,-11.5113,2.60972,300,5,0,5914,0,1,0,0,0),(59741,17131,530,1,1,0,0,-2726.85,7068.9,-12.0178,3.95836,300,5,0,5914,0,1,0,0,0),(59742,17131,530,1,1,0,0,-2702.4,7094.93,-9.51777,6.01164,300,5,0,5914,0,1,0,0,0),(59743,17131,530,1,1,0,0,-2795.72,7087.59,-11.1661,0.773884,300,5,0,5914,0,1,0,0,0),(59744,17131,530,1,1,0,0,-2894.2,7054.39,-28.2552,4.42709,300,5,0,5914,0,1,0,0,0),(59745,17131,530,1,1,0,0,-2869.15,7069.19,-17.2994,2.36354,300,5,0,5914,0,1,0,0,0),(59746,17131,530,1,1,0,0,-2879.65,7163.37,-1.70499,4.66806,300,5,0,5914,0,1,0,0,0),(59747,17131,530,1,1,0,0,-2806.2,7118.39,-12.2223,5.55718,300,5,0,5914,0,1,0,0,0),(59748,17131,530,1,1,0,0,-2662.08,6992.68,-3.59422,6.15592,300,5,0,5914,0,1,0,0,0),(59749,17131,530,1,1,0,0,-2636.14,6988.96,-3.12923,5.72743,300,5,0,5914,0,1,0,0,0),(59750,17131,530,1,1,0,0,-2878.06,7400.99,17.9026,1.75481,300,5,0,5914,0,1,0,0,0),(59751,17131,530,1,1,0,0,-2953.46,7551.93,10.5909,2.19223,300,5,0,5914,0,1,0,0,0),(59752,17131,530,1,1,0,0,-2952.86,7531.89,9.2609,0.885067,300,5,0,5914,0,1,0,0,0),(59753,17131,530,1,1,0,0,-2985.8,7427.77,7.2875,4.01108,300,5,0,5914,0,1,0,0,0),(59754,17131,530,1,1,0,0,-2975.52,7440.1,3.05849,2.03976,300,5,0,5914,0,1,0,0,0),(59755,17131,530,1,1,0,0,-2996.35,7466.15,-1.31651,3.31618,300,5,0,5914,0,1,0,0,0),(59756,17131,530,1,1,0,0,-2878.79,7278.17,6.9176,5.26936,300,5,0,5914,0,1,0,0,0),(59757,17131,530,1,1,0,0,-2954.67,7258.38,1.01012,1.21966,300,5,0,5914,0,1,0,0,0),(59758,17131,530,1,1,0,0,-2938.53,7228.17,-1.38221,4.16176,300,5,0,5914,0,1,0,0,0),(59759,17131,530,1,1,0,0,-2888.49,7254.53,5.0118,4.97916,300,5,0,5914,0,1,0,0,0),(59760,17131,530,1,1,0,0,-1930.95,8267.75,9.4344,3.76536,300,5,0,5914,0,1,0,0,0),(59761,17131,530,1,1,0,0,-1957.62,8244.82,5.29279,5.65579,300,5,0,5914,0,1,0,0,0),(59762,17131,530,1,1,0,0,-1869.79,8125.31,-23.5942,2.53167,300,5,0,5914,0,1,0,0,0),(59763,17131,530,1,1,0,0,-1906.94,8221.23,5.03175,2.58111,300,5,0,5914,0,1,0,0,0),(59764,17131,530,1,1,0,0,-1885.42,8156.25,-26.373,1.60598,300,5,0,5914,0,1,0,0,0),(59765,17131,530,1,1,0,0,-1924.54,8071.84,-18.8529,0.492486,300,5,0,5914,0,1,0,0,0),(59767,17131,530,1,1,0,0,-1976.24,8074.85,-16.2348,1.85056,300,0,0,5914,0,0,0,0,0),(59768,17131,530,1,1,0,0,-1989.37,8050.12,-14.7067,0.645454,300,0,0,5914,0,0,0,0,0),(59769,17131,530,1,1,0,0,-2000.11,8082.62,-15.2454,2.926,300,5,0,5914,0,1,0,0,0),(59770,17131,530,1,1,0,0,-2021.41,8014.9,-15.0385,4.74397,300,5,0,5914,0,1,0,0,0),(59771,17131,530,1,1,0,0,-1988.21,8018.21,-16.2398,0.385591,300,5,0,5914,0,1,0,0,0),(59772,17131,530,1,1,0,0,-1754.5,7711.65,-14.9771,5.42415,300,5,0,5914,0,1,0,0,0),(59773,17131,530,1,1,0,0,-1710.96,7719.17,-19.5969,0.480718,300,5,0,5914,0,1,0,0,0),(59774,17131,530,1,1,0,0,-1717.6,7595.46,-11.1091,0.580144,300,5,0,5914,0,1,0,0,0),(59775,17131,530,1,1,0,0,-1709.02,7626.71,-12.7227,2.30482,300,5,0,5914,0,1,0,0,0),(59776,17131,530,1,1,0,0,-1731.2,7554.83,-6.88343,4.45985,300,5,0,5914,0,1,0,0,0),(59777,17131,530,1,1,0,0,-1664.42,7606.1,-7.91723,6.22346,300,5,0,5914,0,1,0,0,0),(59778,17131,530,1,1,0,0,-1659.81,7624.45,-10.5587,4.13143,300,5,0,5914,0,1,0,0,0),(59779,17131,530,1,1,0,0,-1886.81,7575.27,-6.84794,3.40206,300,5,0,5914,0,1,0,0,0),(59780,17131,530,1,1,0,0,-1872.98,7579.82,-7.90425,6.17944,300,5,0,5914,0,1,0,0,0),(59781,17131,530,1,1,0,0,-1752.87,7511.08,-8.56056,2.40575,300,5,0,5914,0,1,0,0,0),(59782,17131,530,1,1,0,0,-1903.83,7410.87,-19.7068,2.64931,300,5,0,5914,0,1,0,0,0),(59783,17131,530,1,1,0,0,-1906.21,7439.17,-21.9506,1.40821,300,5,0,5914,0,1,0,0,0),(59784,17131,530,1,1,0,0,-1899.11,7463.52,-14.3793,1.99753,300,5,0,5914,0,1,0,0,0),(59785,17131,530,1,1,0,0,-1910.1,7488.92,-10.4863,0.932957,300,5,0,5914,0,1,0,0,0),(59786,17131,530,1,1,0,0,-1782.61,7374.98,-4.4254,1.16308,300,5,0,5914,0,1,0,0,0),(59787,17131,530,1,1,0,0,-1790.49,7366.94,-2.94866,3.70798,300,5,0,5914,0,1,0,0,0),(59788,17131,530,1,1,0,0,-1831.74,6613.04,-2.58878,0.973587,300,5,0,5914,0,1,0,0,0),(59789,17131,530,1,1,0,0,-1378.12,7444.66,11.0646,0.65634,300,5,0,5914,0,1,0,0,0),(59790,17131,530,1,1,0,0,-1480.61,7072.04,8.7592,2.38789,300,5,0,5914,0,1,0,0,0),(59791,17131,530,1,1,0,0,-1518.39,7329.1,4.97355,6.21334,300,5,0,5914,0,1,0,0,0),(59792,17131,530,1,1,0,0,-1554.24,7277.9,1.24618,4.02639,300,5,0,5914,0,1,0,0,0),(59793,17131,530,1,1,0,0,-1556.03,7062.12,4.19639,0.537634,300,5,0,5914,0,1,0,0,0),(59794,17131,530,1,1,0,0,-1638.46,7171.93,1.54832,1.23077,300,5,0,5914,0,1,0,0,0),(59795,17131,530,1,1,0,0,-1652.28,7145.86,5.33261,1.75955,300,5,0,5914,0,1,0,0,0),(59796,17131,530,1,1,0,0,-1544.37,7022.05,4.43995,3.51557,300,5,0,5914,0,1,0,0,0),(59797,17131,530,1,1,0,0,-1573.43,7018.08,1.73655,0.811865,300,5,0,5914,0,1,0,0,0),(59798,17131,530,1,1,0,0,-1589.73,7053.8,4.50248,5.31703,300,5,0,5914,0,1,0,0,0),(59799,17131,530,1,1,0,0,-1594.71,7008.55,-2.01345,4.78659,300,5,0,5914,0,1,0,0,0),(59800,17131,530,1,1,0,0,-1692.12,7156.61,0.91671,2.32163,300,5,0,5914,0,1,0,0,0),(59801,17131,530,1,1,0,0,-1684.27,7167.32,1.6919,2.43174,300,5,0,5914,0,1,0,0,0),(59802,17131,530,1,1,0,0,-1656.77,7180.39,3.36442,4.73047,300,5,0,5914,0,1,0,0,0),(59803,17131,530,1,1,0,0,-1688.84,7189.33,1.8169,0.996401,300,5,0,5914,0,1,0,0,0),(59804,17131,530,1,1,0,0,-1665.78,7180.54,3.71958,5.73825,300,5,0,5914,0,1,0,0,0),(59805,17131,530,1,1,0,0,-1734.87,7210.76,1.5327,4.36128,300,5,0,5914,0,1,0,0,0),(59806,17131,530,1,1,0,0,-1729.8,7346.25,-3.63736,5.06723,300,5,0,5914,0,1,0,0,0),(59807,17131,530,1,1,0,0,-1712.63,7384.73,-5.66216,1.22403,300,5,0,5914,0,1,0,0,0),(59808,17131,530,1,1,0,0,-1745.24,7430.67,-6.76439,3.34279,300,5,0,5914,0,1,0,0,0),(59809,17131,530,1,1,0,0,-1746.69,7419.42,-5.23702,2.03466,300,5,0,5914,0,1,0,0,0),(59810,17131,530,1,1,0,0,-1674.55,7397.49,-4.28316,1.93483,300,5,0,5914,0,1,0,0,0),(59811,17131,530,1,1,0,0,-1662.5,7437.5,-5.77978,5.81919,300,5,0,5914,0,1,0,0,0),(59812,17131,530,1,1,0,0,-1703.12,7455.25,-8.84944,4.31339,300,5,0,5914,0,1,0,0,0),(59813,17131,530,1,1,0,0,-1755.42,7490.71,-6.92364,0.699028,300,5,0,5914,0,1,0,0,0),(59814,17131,530,1,1,0,0,-1743.9,7471.62,-5.17319,1.63682,300,5,0,5914,0,1,0,0,0),(59815,17131,530,1,1,0,0,-1623.9,7349.15,-4.54159,1.66269,300,5,0,5914,0,1,0,0,0),(59816,17131,530,1,1,0,0,-1652.91,7437.9,-5.16114,5.47439,300,5,0,5914,0,1,0,0,0),(59817,17131,530,1,1,0,0,-1627.48,7420.5,-2.11223,4.89317,300,5,0,5914,0,1,0,0,0),(59818,17131,530,1,1,0,0,-1596.42,7405.61,-2.32543,2.82742,300,5,0,5914,0,1,0,0,0),(59819,17131,530,1,1,0,0,-1544.76,7337.36,2.59873,3.26226,300,5,0,5914,0,1,0,0,0),(59820,17131,530,1,1,0,0,-1524.43,7386.31,0.70903,6.10955,300,5,0,5914,0,1,0,0,0),(59821,17131,530,1,1,0,0,-1497.65,7371.12,2.52211,3.14719,300,5,0,5914,0,1,0,0,0),(59822,17131,530,1,1,0,0,-1494.33,7413.89,0.89081,3.02292,300,5,0,5914,0,1,0,0,0),(59823,17131,530,1,1,0,0,-1512.1,7431.48,1.72777,4.49393,300,5,0,5914,0,1,0,0,0),(59824,17131,530,1,1,0,0,-1516.9,7450.46,1.9863,4.31644,300,5,0,5914,0,1,0,0,0),(59825,17131,530,1,1,0,0,-1465.07,7395.23,2.85641,3.38151,300,5,0,5914,0,1,0,0,0),(59826,17131,530,1,1,0,0,-1442.08,7469.39,4.887,5.94102,300,5,0,5914,0,1,0,0,0),(59827,17131,530,1,1,0,0,-1458.16,7489.32,3.27772,4.39867,300,5,0,5914,0,1,0,0,0),(59828,17131,530,1,1,0,0,-1476.25,7551.84,-0.336087,4.79976,300,5,0,5914,0,1,0,0,0),(59829,17131,530,1,1,0,0,-1534,7494.07,-5.0789,2.37788,300,5,0,5914,0,1,0,0,0),(59830,17131,530,1,1,0,0,-1536.32,7514.34,-4.17942,1.80706,300,5,0,5914,0,1,0,0,0),(59831,17131,530,1,1,0,0,-1428.85,7539.9,2.09635,0.832036,300,5,0,5914,0,1,0,0,0),(59832,17131,530,1,1,0,0,-1401.31,7536.57,7.55433,0.652152,300,5,0,5914,0,1,0,0,0),(59833,17131,530,1,1,0,0,-1463.54,7547,-0.634356,1.0272,300,5,0,5914,0,1,0,0,0),(59834,17131,530,1,1,0,0,-1509.92,7559.65,-3.55496,5.37594,300,5,0,5914,0,1,0,0,0),(59835,17131,530,1,1,0,0,-1573.58,7523.64,-4.78393,2.43885,300,5,0,5914,0,1,0,0,0),(59836,17131,530,1,1,0,0,-1589.13,7498.56,-2.82308,0.425733,300,5,0,5914,0,1,0,0,0),(59837,17131,530,1,1,0,0,-1628.48,7522.07,-5.42375,4.77805,300,5,0,5914,0,1,0,0,0),(59838,17131,530,1,1,0,0,-1613.88,7480.69,-5.32167,0.623431,300,5,0,5914,0,1,0,0,0),(59839,17131,530,1,1,0,0,-1544.51,7572.51,-5.31262,0.509635,300,5,0,5914,0,1,0,0,0),(59840,17131,530,1,1,0,0,-1547.4,7572.84,-5.27229,0.688685,300,5,0,5914,0,1,0,0,0),(59841,17131,530,1,1,0,0,-1520.37,7580.53,-4.73014,5.05895,300,5,0,5914,0,1,0,0,0),(59842,17131,530,1,1,0,0,-1559.59,7573.01,-5.39729,3.81755,300,5,0,5914,0,1,0,0,0),(59843,17131,530,1,1,0,0,-1582.66,7550.97,-9.49144,3.60961,300,5,0,5914,0,1,0,0,0),(59844,17131,530,1,1,0,0,-1592.11,7592.07,-7.78109,1.07317,300,5,0,5914,0,1,0,0,0),(59845,17131,530,1,1,0,0,-1657.72,7492.44,-7.34812,1.97554,300,5,0,5914,0,1,0,0,0),(59846,17131,530,1,1,0,0,-1628.07,7574.65,-8.87352,4.593,300,5,0,5914,0,1,0,0,0),(59847,17131,530,1,1,0,0,-1603.99,7607.06,-9.12641,3.03566,300,5,0,5914,0,1,0,0,0),(59848,17131,530,1,1,0,0,-1731.86,7510.94,-10.7817,5.80557,300,5,0,5914,0,1,0,0,0),(59849,17131,530,1,1,0,0,-1593.7,7664.79,-15.4585,5.49571,300,5,0,5914,0,1,0,0,0),(59850,17131,530,1,1,0,0,-1509.67,7670.07,-9.63071,2.01798,300,5,0,5914,0,1,0,0,0),(59851,17131,530,1,1,0,0,-1519.12,7690.74,-10.5057,1.87337,300,5,0,5914,0,1,0,0,0),(59852,17131,530,1,1,0,0,-1529.63,7675.82,-11.1854,4.8654,300,5,0,5914,0,1,0,0,0),(59853,17131,530,1,1,0,0,-1408.3,7553.09,3.88247,1.60597,300,5,0,5914,0,1,0,0,0),(59854,17131,530,1,1,0,0,-1313.34,7541.23,9.2371,5.57795,300,5,0,5914,0,1,0,0,0),(59855,17131,530,1,1,0,0,-1332.1,7548.97,7.87936,1.72273,300,5,0,5914,0,1,0,0,0),(59856,17131,530,1,1,0,0,-1303.56,7580.31,7.10282,1.97633,300,5,0,5914,0,1,0,0,0),(59857,17131,530,1,1,0,0,-1326.82,7586.61,6.2869,4.32391,300,5,0,5914,0,1,0,0,0),(59858,17131,530,1,1,0,0,-1429.09,7691.07,-10.3548,6.01191,300,5,0,5914,0,1,0,0,0),(59859,17131,530,1,1,0,0,-1429.17,7712.5,-12.5744,1.48631,300,5,0,5914,0,1,0,0,0),(59860,17131,530,1,1,0,0,-909.091,8128.5,21.698,4.95553,300,5,0,5914,0,1,0,0,0),(59861,17131,530,1,1,0,0,-925.714,8208.27,17.4849,3.77455,300,5,0,5914,0,1,0,0,0),(59862,17131,530,1,1,0,0,-928.495,8201.05,17.048,5.0363,300,5,0,5914,0,1,0,0,0),(59863,17131,530,1,1,0,0,-807.195,8323.42,31.6402,1.09187,300,5,0,5914,0,1,0,0,0),(59864,17131,530,1,1,0,0,-811.155,8314.03,33.5776,2.86628,300,5,0,5914,0,1,0,0,0),(59865,17131,530,1,1,0,0,-742.835,8334.63,40.0173,1.93711,300,5,0,5914,0,1,0,0,0),(59866,17131,530,1,1,0,0,-748.026,8303.92,38.8153,3.73312,300,5,0,5914,0,1,0,0,0),(59867,17131,530,1,1,0,0,-793.172,8278.25,37.1088,4.41317,300,5,0,5914,0,1,0,0,0),(59868,17131,530,1,1,0,0,-595.119,8362.49,58.84,1.39048,300,5,0,5914,0,1,0,0,0),(59869,17131,530,1,1,0,0,-593.593,8353.54,59.715,5.66012,300,5,0,5914,0,1,0,0,0),(59870,17131,530,1,1,0,0,-614.161,8322.21,60.2622,4.75368,300,5,0,5914,0,1,0,0,0),(59871,17131,530,1,1,0,0,-682.126,8207.81,56.167,3.71903,300,5,0,5914,0,1,0,0,0),(59872,17131,530,1,1,0,0,-686.828,8197.49,57.3227,6.23777,300,5,0,5914,0,1,0,0,0),(59873,17131,530,1,1,0,0,-872.769,8228.29,29.409,3.03005,300,5,0,5914,0,1,0,0,0),(59874,17131,530,1,1,0,0,-903.038,8196.91,21.3525,2.56063,300,5,0,5914,0,1,0,0,0),(59875,17131,530,1,1,0,0,-888.76,8165.79,19.7775,4.46744,300,5,0,5914,0,1,0,0,0),(59876,17131,530,1,1,0,0,-871.308,8162.87,23.9876,2.06668,300,5,0,5914,0,1,0,0,0),(59877,17131,530,1,1,0,0,-828.586,8124.99,36.0306,4.60617,300,5,0,5914,0,1,0,0,0),(59878,17131,530,1,1,0,0,-828.531,8165.1,37.8518,5.84355,300,5,0,5914,0,1,0,0,0),(59879,17131,530,1,1,0,0,-847.677,8136.33,30.7372,4.91982,300,5,0,5914,0,1,0,0,0),(59880,17131,530,1,1,0,0,-801.757,8135.35,41.9632,4.65375,300,5,0,5914,0,1,0,0,0),(59881,17131,530,1,1,0,0,-706.152,8169.04,55.1327,0.910695,300,5,0,5914,0,1,0,0,0),(59882,17131,530,1,1,0,0,-695.732,8145.72,62.2071,4.8085,300,5,0,5914,0,1,0,0,0),(59883,17131,530,1,1,0,0,-922.147,7964.32,32.1702,3.22793,300,5,0,5914,0,1,0,0,0),(59884,17131,530,1,1,0,0,-903.411,7954.35,34.7952,4.79858,300,5,0,5914,0,1,0,0,0),(59885,17131,530,1,1,0,0,-895.617,7907.85,34.1901,5.05515,300,5,0,5914,0,1,0,0,0),(59886,17131,530,1,1,0,0,-917.887,7917.84,30.5291,0.478513,300,5,0,5914,0,1,0,0,0),(59887,17131,530,1,1,0,0,-917.749,7932.04,32.7791,0.11212,300,5,0,5914,0,1,0,0,0),(59888,17131,530,1,1,0,0,-943.684,7959.84,30.0099,0.38408,300,5,0,5914,0,1,0,0,0),(59889,17131,530,1,1,0,0,-1032.68,7846.39,25.2926,4.72261,300,5,0,5914,0,1,0,0,0),(59890,17131,530,1,1,0,0,-972.397,7800.33,29.483,4.61651,300,5,0,5914,0,1,0,0,0),(59891,17131,530,1,1,0,0,-989.876,7812.98,31.8282,1.48287,300,5,0,5914,0,1,0,0,0),(59892,17131,530,1,1,0,0,-980.357,7785.05,24.8461,5.80859,300,5,0,5914,0,1,0,0,0),(59893,17131,530,1,1,0,0,-978.416,7817.84,33.7023,0.970873,300,5,0,5914,0,1,0,0,0),(59894,17131,530,1,1,0,0,-959.018,7707.56,30.9551,3.93546,300,5,0,5914,0,1,0,0,0),(59895,17131,530,1,1,0,0,-975.785,7678.11,33.5487,1.8378,300,5,0,5914,0,1,0,0,0),(59896,17131,530,1,1,0,0,-1001.56,7710.39,27.8891,5.72566,300,5,0,5914,0,1,0,0,0),(59897,17131,530,1,1,0,0,-1006.25,7689.58,31.8835,4.71123,300,5,0,5914,0,1,0,0,0),(59898,17131,530,1,1,0,0,-1098.04,7704.67,18.9759,1.5248,300,5,0,5914,0,1,0,0,0),(59899,17131,530,1,1,0,0,-1088.92,7694.92,20.7261,4.65092,300,5,0,5914,0,1,0,0,0),(59900,17131,530,1,1,0,0,-1177.57,7698.64,14.595,1.56656,300,5,0,5914,0,1,0,0,0),(59901,17131,530,1,1,0,0,-1143.96,7693.13,13.5065,4.83875,300,5,0,5914,0,1,0,0,0),(59902,17131,530,1,1,0,0,-1121.8,7673.26,14.5894,4.05238,300,5,0,5914,0,1,0,0,0),(59903,17131,530,1,1,0,0,-1161.35,7649.66,15.0057,3.32357,300,5,0,5914,0,1,0,0,0),(59904,17131,530,1,1,0,0,-1167.68,7666.98,13.47,6.06658,300,5,0,5914,0,1,0,0,0),(59905,17131,530,1,1,0,0,-1161.35,7626.17,16.7739,5.79711,300,5,0,5914,0,1,0,0,0),(59906,17131,530,1,1,0,0,-1143.65,7614.12,18.7175,1.47171,300,5,0,5914,0,1,0,0,0),(59907,17131,530,1,1,0,0,-1032.65,7658.51,28.4749,2.22542,300,5,0,5914,0,1,0,0,0),(59908,17131,530,1,1,0,0,-1041.15,7646.38,28.7185,3.66737,300,5,0,5914,0,1,0,0,0),(59909,17131,530,1,1,0,0,-1065.09,7635.49,26.3435,4.05851,300,5,0,5914,0,1,0,0,0),(59910,17131,530,1,1,0,0,-1047.67,7661.77,27.8435,5.24102,300,5,0,5914,0,1,0,0,0),(59911,17131,530,1,1,0,0,-1009.61,7645.35,36.1989,2.30063,300,5,0,5914,0,1,0,0,0),(59912,17131,530,1,1,0,0,-1034.9,7624.91,28.4035,1.6272,300,5,0,5914,0,1,0,0,0),(59913,17131,530,1,1,0,0,-1000.2,7657.91,33.6347,4.20245,300,5,0,5914,0,1,0,0,0),(59914,17131,530,1,1,0,0,-1059.73,7617.63,28.1466,3.09182,300,5,0,5914,0,1,0,0,0),(59915,17131,530,1,1,0,0,-988.76,7594.25,32.7511,5.34608,300,5,0,5914,0,1,0,0,0),(59916,17131,530,1,1,0,0,-977.224,7582.74,34.414,0.858103,300,5,0,5914,0,1,0,0,0),(59917,17131,530,1,1,0,0,-961.671,7598.57,34.7687,3.2001,300,5,0,5914,0,1,0,0,0),(59918,17131,530,1,1,0,0,-707.86,7459.81,65.3595,0.977282,300,5,0,5914,0,1,0,0,0),(59919,17131,530,1,1,0,0,-721.127,7494.44,63.4749,0.061566,300,5,0,5914,0,1,0,0,0),(59920,17131,530,1,1,0,0,-678.231,7474.98,70.554,3.56854,300,5,0,5914,0,1,0,0,0),(59921,17131,530,1,1,0,0,-736.21,7472.16,62.7707,0.86433,300,5,0,5914,0,1,0,0,0),(59922,17131,530,1,1,0,0,-825.084,7458.99,46.1146,5.71009,300,5,0,5914,0,1,0,0,0),(59923,17131,530,1,1,0,0,-830.353,7452.09,44.1602,1.668,300,5,0,5914,0,1,0,0,0),(59924,17131,530,1,1,0,0,-851.698,7437.61,43.1572,4.48475,300,5,0,5914,0,1,0,0,0),(59925,17131,530,1,1,0,0,-811.29,7413.12,44.662,3.07066,300,5,0,5914,0,1,0,0,0),(59926,17131,530,1,1,0,0,-846.44,7477.25,47.0269,5.21599,300,5,0,5914,0,1,0,0,0),(59927,17131,530,1,1,0,0,-907.837,7452.4,38.8017,4.08374,300,5,0,5914,0,1,0,0,0),(59928,17131,530,1,1,0,0,-939.735,7435.56,34.6026,6.18476,300,5,0,5914,0,1,0,0,0),(59929,17131,530,1,1,0,0,-941.043,7459.51,35.5092,5.30743,300,5,0,5914,0,1,0,0,0),(59930,17131,530,1,1,0,0,-930.935,7427.21,34.4911,1.72478,300,5,0,5914,0,1,0,0,0),(59931,17131,530,1,1,0,0,-952.848,7531.14,38.4799,1.60647,300,5,0,5914,0,1,0,0,0),(59932,17131,530,1,1,0,0,-965.572,7509.62,36.4799,2.23573,300,5,0,5914,0,1,0,0,0),(59933,17131,530,1,1,0,0,-1018.84,7556.12,32.8955,5.48344,300,5,0,5914,0,1,0,0,0),(59934,17131,530,1,1,0,0,-1112.54,7319.28,35.8958,3.09256,300,5,0,5914,0,1,0,0,0),(59935,17131,530,1,1,0,0,-1029.87,7410.54,36.9037,5.75314,300,5,0,5914,0,1,0,0,0),(59936,17131,530,1,1,0,0,-1032.76,7394.52,36.294,2.7899,300,5,0,5914,0,1,0,0,0),(59937,17131,530,1,1,0,0,-1051.16,7410.31,35.1634,5.18011,300,5,0,5914,0,1,0,0,0),(59938,17131,530,1,1,0,0,-1027.64,7394.62,36.6465,1.30608,300,5,0,5914,0,1,0,0,0),(59939,17131,530,1,1,0,0,-1074.5,7294.55,33.4224,1.94488,300,5,0,5914,0,1,0,0,0),(59940,17131,530,1,1,0,0,-1091.85,7304,33.0474,3.93548,300,5,0,5914,0,1,0,0,0),(59941,17131,530,1,1,0,0,-1025.14,7305.06,32.8498,5.4045,300,5,0,5914,0,1,0,0,0),(59942,17131,530,1,1,0,0,-1021.03,7328.58,33.0706,3.61396,300,5,0,5914,0,1,0,0,0),(59943,17131,530,1,1,0,0,-1005.08,7355.1,34.4124,0.710074,300,5,0,5914,0,1,0,0,0),(59944,17131,530,1,1,0,0,-993.444,7343.93,33.386,3.76005,300,5,0,5914,0,1,0,0,0),(59945,17131,530,1,1,0,0,-980.678,7380.77,33.6615,5.61138,300,5,0,5914,0,1,0,0,0),(59946,17131,530,1,1,0,0,-1008.72,7432.55,35.6011,1.32048,300,5,0,5914,0,1,0,0,0),(59947,17131,530,1,1,0,0,-1010.48,7414.36,35.7261,1.51179,300,5,0,5914,0,1,0,0,0),(59948,17131,530,1,1,0,0,-1026.41,7338.78,33.2279,5.37898,300,5,0,5914,0,1,0,0,0),(59949,17131,530,1,1,0,0,-943.698,7361.27,33.4366,0.612403,300,5,0,5914,0,1,0,0,0),(59950,17131,530,1,1,0,0,-889.77,7359.18,33.3569,2.14512,300,5,0,5914,0,1,0,0,0),(59951,17131,530,1,1,0,0,-909.557,7361.75,33.0267,5.98446,300,5,0,5914,0,1,0,0,0),(59952,17131,530,1,1,0,0,-874.88,7309.45,33.3546,4.72703,300,5,0,5914,0,1,0,0,0),(59953,17131,530,1,1,0,0,-824.862,7375.02,38.7875,4.62949,300,5,0,5914,0,1,0,0,0),(59954,17131,530,1,1,0,0,-877.437,7272.86,33.4708,1.68246,300,5,0,5914,0,1,0,0,0),(59955,17131,530,1,1,0,0,-847.216,7289.77,34.0471,5.69524,300,5,0,5914,0,1,0,0,0),(59956,17131,530,1,1,0,0,-804.544,7356.08,43.7525,5.77056,300,5,0,5914,0,1,0,0,0),(59957,17131,530,1,1,0,0,-785.196,7354.18,45.4998,2.90419,300,5,0,5914,0,1,0,0,0),(59958,17131,530,1,1,0,0,-780.253,7388.22,47.2445,5.20174,300,5,0,5914,0,1,0,0,0),(59959,17131,530,1,1,0,0,-724.592,7199.68,45.6509,2.50294,300,5,0,5914,0,1,0,0,0),(59960,17131,530,1,1,0,0,-809.027,7219.26,33.535,4.78056,300,5,0,5914,0,1,0,0,0),(59961,17131,530,1,1,0,0,-808.962,7239.01,33.7616,0.694158,300,5,0,5914,0,1,0,0,0),(59962,17131,530,1,1,0,0,-840.298,7254.19,33.0438,6.14116,300,5,0,5914,0,1,0,0,0),(59963,17131,530,1,1,0,0,-757.262,7224.24,43.1819,2.36517,300,5,0,5914,0,1,0,0,0),(59964,17131,530,1,1,0,0,-711.012,7230.52,48.1425,5.94568,300,5,0,5914,0,1,0,0,0),(59965,17131,530,1,1,0,0,-734.174,7202.57,43.9151,6.25682,300,5,0,5914,0,1,0,0,0),(59966,17131,530,1,1,0,0,-818.21,7178.17,33.1458,2.68319,300,5,0,5914,0,1,0,0,0),(59967,17131,530,1,1,0,0,-813.335,7153.34,33.2954,4.97187,300,5,0,5914,0,1,0,0,0),(59968,17131,530,1,1,0,0,-817.078,7111.11,33.0423,5.91532,300,5,0,5914,0,1,0,0,0),(59969,17131,530,1,1,0,0,-721.947,7094.28,37.4091,3.1495,300,5,0,5914,0,1,0,0,0),(59970,17131,530,1,1,0,0,-741.351,7107.06,37.4322,2.50396,300,5,0,5914,0,1,0,0,0),(59971,17131,530,1,1,0,0,-710.857,7118.45,46.1166,1.37459,300,5,0,5914,0,1,0,0,0),(59972,17131,530,1,1,0,0,-1754.54,8835.31,31.605,5.84137,300,5,0,5914,0,1,0,0,0),(59973,17131,530,1,1,0,0,-1765.94,8828.44,28.2994,5.96761,300,5,0,5914,0,1,0,0,0),(59974,17131,530,1,1,0,0,-1756.29,8826.99,31.286,6.00502,300,5,0,5914,0,1,0,0,0),(59975,17132,530,1,1,0,0,-2571.16,6998.35,-1.98639,0.891552,300,0,0,5914,0,0,0,0,0),(59976,17132,530,1,1,0,0,-2717.02,7021.65,-7.07346,0.884108,300,5,0,5914,0,1,0,0,0),(59977,17132,530,1,1,0,0,-2745.27,6987.17,-6.95896,2.98575,300,5,0,5914,0,1,0,0,0),(59978,17132,530,1,1,0,0,-2684.65,7084.27,-7.43008,3.93384,300,5,0,5914,0,1,0,0,0),(59979,17132,530,1,1,0,0,-2881.39,7019.21,-30.7204,0.39374,300,5,0,5914,0,1,0,0,0),(59980,17132,530,1,1,0,0,-2842.5,7092.89,-9.16345,0.784707,300,5,0,5914,0,1,0,0,0),(59981,17132,530,1,1,0,0,-2613.99,7045.13,-3.27549,3.37632,300,5,0,5914,0,1,0,0,0),(59982,17132,530,1,1,0,0,-2560.29,7075.66,-3.63933,1.88044,300,0,0,5914,0,0,0,0,0),(59983,17132,530,1,1,0,0,-2724.54,7682.18,-15.6879,6.17361,300,5,0,5914,0,1,0,0,0),(59984,17132,530,1,1,0,0,-2829.96,7564.44,-4.81653,2.39904,300,5,0,5914,0,1,0,0,0),(59985,17132,530,1,1,0,0,-2808.93,7603.67,-3.33881,1.84373,300,5,0,5914,0,1,0,0,0),(59986,17132,530,1,1,0,0,-2751.54,7772.91,-26.7453,3.15331,300,5,0,5914,0,1,0,0,0),(59987,17132,530,1,1,0,0,-2680.51,7794.92,-39.2073,0.677486,300,5,0,5914,0,1,0,0,0),(59988,17132,530,1,1,0,0,-1874.88,7553.25,-6.59103,6.13922,300,5,0,5914,0,1,0,0,0),(59989,17132,530,1,1,0,0,-2213.84,7655.56,-17.8134,4.78474,300,5,0,5914,0,1,0,0,0),(59990,17132,530,1,1,0,0,-2017.99,7354.17,-35.0629,4.5934,300,5,0,5914,0,1,0,0,0),(59991,17132,530,1,1,0,0,-1945.21,7393.19,-22.4344,6.22513,300,5,0,5914,0,1,0,0,0),(59992,17132,530,1,1,0,0,-1922.47,7345.03,-23.6929,1.82064,300,5,0,5914,0,1,0,0,0),(59993,17132,530,1,1,0,0,-1856.14,7349.95,-17.8601,6.25097,300,5,0,5914,0,1,0,0,0),(59994,17132,530,1,1,0,0,-1888.17,7512.92,-6.36821,3.30768,300,5,0,5914,0,1,0,0,0),(59995,17132,530,1,1,0,0,-1845.42,7280.38,-9.81338,0.228408,300,5,0,5914,0,1,0,0,0),(59996,17132,530,1,1,0,0,-1403.64,7448.08,9.0183,6.00743,300,5,0,5914,0,1,0,0,0),(59997,17132,530,1,1,0,0,-1120.48,7326.14,36.6003,3.70289,300,5,0,5914,0,1,0,0,0),(59998,17132,530,1,1,0,0,-1621.43,7198.19,3.07992,5.34399,300,0,0,5914,0,0,0,0,0),(59999,17132,530,1,1,0,0,-1533.73,7046.81,6.07951,1.69532,300,0,0,5914,0,0,0,0,0),(60000,17132,530,1,1,0,0,-1502.07,7016.26,6.7223,2.0129,300,0,0,5914,0,0,0,0,0),(60001,17132,530,1,1,0,0,-1649.07,7096.65,3.89229,1.35423,300,0,0,5914,0,0,0,0,0),(60002,17132,530,1,1,0,0,-1654.03,7133.54,4.26536,6.08163,300,0,0,5914,0,0,0,0,0),(60003,17132,530,1,1,0,0,-1547.34,7084.59,6.61122,4.92486,300,5,0,5914,0,1,0,0,0),(60004,17132,530,1,1,0,0,-1623.36,7183.22,1.97412,2.49825,300,0,0,5914,0,0,0,0,0),(60005,17132,530,1,1,0,0,-1541.48,7166.62,10.3686,4.70187,300,5,0,5914,0,1,0,0,0),(60006,17132,530,1,1,0,0,-1709,7292.41,1.28922,5.23048,300,0,0,5914,0,0,0,0,0),(60007,17132,530,1,1,0,0,-1579.16,7637.03,-10.002,3.79659,300,0,0,5914,0,0,0,0,0),(60008,17132,530,1,1,0,0,-1298.59,7514.98,15.3856,3.01239,300,5,0,5914,0,1,0,0,0),(60009,17132,530,1,1,0,0,-1336.69,7632.69,3.35275,2.40384,300,0,0,5914,0,0,0,0,0),(60010,17132,530,1,1,0,0,-1395.48,7617.16,-0.583637,2.17074,300,5,0,5914,0,1,0,0,0),(60011,17132,530,1,1,0,0,-1383.72,7682.61,-4.20402,1.43117,300,0,0,5914,0,0,0,0,0),(60012,17132,530,1,1,0,0,-1226.71,7809.33,4.09581,4.94292,300,5,0,5914,0,1,0,0,0),(60013,17132,530,1,1,0,0,-771.043,8077.06,47.5557,0.325149,300,5,0,5914,0,1,0,0,0),(60014,17132,530,1,1,0,0,-916.28,7884.27,35.5053,4.58113,300,5,0,5914,0,1,0,0,0),(60015,17132,530,1,1,0,0,-944.904,7863.4,37.7126,4.96092,300,5,0,5914,0,1,0,0,0),(60016,17132,530,1,1,0,0,-915.56,7848.42,39.2591,5.4971,300,5,0,5914,0,1,0,0,0),(60017,17132,530,1,1,0,0,-948.603,7904.6,32.5033,1.39216,300,5,0,5914,0,1,0,0,0),(60018,17132,530,1,1,0,0,-1042.33,7825.13,25.9118,0.619694,300,5,0,5914,0,1,0,0,0),(60019,17132,530,1,1,0,0,-1067.52,7787.29,23.292,3.20413,300,5,0,5914,0,1,0,0,0),(60020,17132,530,1,1,0,0,-982.85,7747.46,31.2089,0.070334,300,5,0,5914,0,1,0,0,0),(60021,17132,530,1,1,0,0,-941.748,7816.83,37.1319,0,300,5,0,5914,0,1,0,0,0),(60022,17132,530,1,1,0,0,-1043.12,7721.59,26.4522,5.08647,300,5,0,5914,0,1,0,0,0),(60023,17132,530,1,1,0,0,-1111.97,7769.75,17.9379,4.95097,300,5,0,5914,0,1,0,0,0),(60024,17132,530,1,1,0,0,-961.405,7644.09,32.2878,3.35555,300,5,0,5914,0,1,0,0,0),(60025,17132,530,1,1,0,0,-777.5,7481.07,55.1895,5.41982,300,5,0,5914,0,1,0,0,0),(60026,17132,530,1,1,0,0,-994.943,7486.95,34.4892,3.96013,300,5,0,5914,0,1,0,0,0),(60027,17132,530,1,1,0,0,-1048.15,7501.84,30.4944,4.6655,300,5,0,5914,0,1,0,0,0),(60028,17132,530,1,1,0,0,-1120.87,7551.78,24.6477,0.492486,300,5,0,5914,0,1,0,0,0),(60029,17132,530,1,1,0,0,-1118.39,7616.19,22.4629,3.35201,300,5,0,5914,0,1,0,0,0),(60030,17132,530,1,1,0,0,-1261.76,7515.68,19.8312,3.07823,300,0,0,5914,0,0,0,0,0),(60031,17132,530,1,1,0,0,-1119.19,7367.71,34.4315,4.37356,300,5,0,5914,0,1,0,0,0),(60032,17132,530,1,1,0,0,-1084.58,7368.8,35.6233,1.9034,300,5,0,5914,0,1,0,0,0),(60033,17133,530,1,1,0,0,-2876.31,8042.55,-26.192,5.22134,300,5,0,6116,0,1,0,0,0),(60034,17133,530,1,1,0,0,-2910.91,8016.22,-19.8124,5.49783,300,5,0,6116,0,1,0,0,0),(60035,17133,530,1,1,0,0,-2952.39,8188.09,-32.3304,4.91859,300,5,0,6116,0,1,0,0,0),(60036,17133,530,1,1,0,0,-2275.55,8536.59,-22.7788,2.09497,300,5,0,6116,0,1,0,0,0),(60037,17133,530,1,1,0,0,-2411.95,8613.67,-26.243,2.42458,300,5,0,6116,0,1,0,0,0),(60038,17133,530,1,1,0,0,-2508.96,8588.02,-30.0712,4.19404,300,5,0,6116,0,1,0,0,0),(60039,17133,530,1,1,0,0,-2895.47,8388.27,-30.4391,6.17264,300,5,0,6116,0,1,0,0,0),(60040,17133,530,1,1,0,0,-2801.83,8518.93,-31.3707,0.068386,300,5,0,6116,0,1,0,0,0),(60041,17133,530,1,1,0,0,-2584.12,8624.38,-28.4574,1.47297,300,5,0,6116,0,1,0,0,0),(60042,17133,530,1,1,0,0,-2645.18,8684.84,-19.3384,1.59423,300,5,0,6116,0,1,0,0,0),(60043,17133,530,1,1,0,0,-2158.46,8686.8,5.22632,1.56257,300,5,0,6116,0,1,0,0,0),(60044,17133,530,1,1,0,0,-1217.62,8319.8,10.7854,1.40998,300,5,0,6116,0,1,0,0,0),(60045,17133,530,1,1,0,0,-1149.51,8517.64,31.6877,0.013091,300,5,0,6116,0,1,0,0,0),(60046,17133,530,1,1,0,0,-1486.01,8759.6,28.7426,1.4789,300,5,0,6116,0,1,0,0,0),(60047,17133,530,1,1,0,0,-1853.95,8854.38,31.6931,3.58079,300,5,0,6116,0,1,0,0,0),(60048,17134,530,1,1,0,-1,-2277.46,6189.16,49.7893,3.70773,300,5,0,5715,0,1,0,0,0),(60049,17134,530,1,1,0,-1,-2263.47,6188.68,49.8257,3.27654,300,5,0,5715,0,1,0,0,0),(60050,17134,530,1,1,0,-1,-2490.53,6256,31.1707,2.47442,300,5,0,5715,0,1,0,0,0),(60051,17134,530,1,1,0,-1,-2465.63,6283.85,31.8993,4.93648,300,5,0,5715,0,1,0,0,0),(60052,17134,530,1,1,0,-1,-2533.95,6274.88,16.8373,5.58005,300,5,0,5715,0,1,0,0,0),(60053,17134,530,1,1,0,-1,-2550.31,6249.54,17.4318,1.83384,300,5,0,5715,0,1,0,0,0),(60054,17134,530,1,1,0,-1,-2566.3,6211.13,16.332,0.175747,300,5,0,5715,0,1,0,0,0),(60055,17134,530,1,1,0,-1,-2488.33,6179.86,60.1037,1.07278,300,5,0,5715,0,1,0,0,0),(60056,17134,530,1,1,0,-1,-2569.45,6268.66,18.5706,2.57811,300,5,0,5715,0,1,0,0,0),(60057,17134,530,1,1,0,-1,-2595.41,6239.24,18.8595,2.03539,300,5,0,5715,0,1,0,0,0),(60058,17134,530,1,1,0,-1,-2620.73,6188.69,28.772,5.90431,300,5,0,5715,0,1,0,0,0),(60059,17134,530,1,1,0,-1,-2399.84,6147.98,71.0633,5.16075,300,0,0,5715,0,2,0,0,0),(60060,17134,530,1,1,0,-1,-2257.55,6220.68,44.1955,3.1765,300,0,0,5715,0,2,0,0,0),(60061,17134,530,1,1,0,-1,-2316.38,6181.37,52.1258,5.95157,300,5,0,5715,0,1,0,0,0),(60062,17134,530,1,1,0,-1,-2350.43,6148.87,58.0717,1.06465,300,0,0,5715,0,0,0,0,0),(60063,17134,530,1,1,0,-1,-2172.28,6048.34,70.4355,0.372102,300,5,0,5715,0,1,0,0,0),(60064,17134,530,1,1,0,-1,-2241.65,6073,73.117,3.17431,300,0,0,5715,0,2,0,0,0),(60065,17134,530,1,1,0,-1,-2144.47,6059.04,74.0191,5.50372,300,0,0,5715,0,0,0,0,0),(60066,17134,530,1,1,0,-1,-2156.26,5981.01,66.386,3.00452,300,0,0,5715,0,0,0,0,0),(60067,17134,530,1,1,0,-1,-2139.23,6054.54,73.7816,3.94015,300,5,0,5715,0,1,0,0,0),(60068,17134,530,1,1,0,-1,-2136.47,5979.51,64.7285,1.95008,300,5,0,5715,0,1,0,0,0),(60069,17135,530,1,1,0,0,-2353.58,6196.41,49.0969,0,300,0,0,5715,0,0,0,0,0),(60070,17135,530,1,1,0,0,-2254.5,6228.21,43.0007,4.06662,300,0,0,4572,2705,0,0,0,0),(60071,17135,530,1,1,0,0,-2258.16,6223.64,43.7085,0.837758,300,0,0,4572,2705,0,0,0,0),(60072,17135,530,1,1,0,0,-2446.15,6286.02,33.7884,5.73557,300,5,0,4572,2705,1,0,0,0),(60073,17135,530,1,1,0,0,-2557.92,6289.34,14.9307,3.31572,300,5,0,4572,2705,1,0,0,0),(60074,17135,530,1,1,0,0,-2537.22,6284.38,14.4623,0.410619,300,5,0,4572,2705,1,0,0,0),(60075,17135,530,1,1,0,0,-2537.24,6313.77,14.0923,3.89208,300,0,0,4572,2705,0,0,0,0),(60076,17135,530,1,1,0,0,-2541.29,6309.98,14.2807,0.750492,300,0,0,4572,2705,0,0,0,0),(60077,17135,530,1,1,0,0,-2592.52,6173.8,21.3393,0.849808,300,5,0,4572,2705,1,0,0,0),(60078,17135,530,1,1,0,0,-2588.19,6150.32,22.8163,4.76033,300,5,0,4572,2705,1,0,0,0),(60079,17135,530,1,1,0,0,-2537.2,6159.07,60.0224,1.93731,300,0,0,4572,2705,0,0,0,0),(60080,17135,530,1,1,0,0,-2538.98,6163.36,60.0224,5.13127,300,0,0,4572,2705,0,0,0,0),(60081,17135,530,1,1,0,0,-2483.06,6105.18,92.4103,1.55334,300,0,0,4572,2705,0,0,0,0),(60082,17135,530,1,1,0,0,-2482.71,6111.47,92.1755,4.62512,300,0,0,4572,2705,0,0,0,0),(60083,17135,530,1,1,0,0,-2346.64,6195.92,49.3596,3.01942,300,0,0,4572,2705,0,0,0,0),(60084,17135,530,1,1,0,0,-2345.1,6116.98,61.4476,3.01942,300,0,0,4572,2705,0,0,0,0),(60085,17135,530,1,1,0,0,-2349.18,6117.24,61.2811,0,300,0,0,4572,2705,0,0,0,0),(60086,17135,530,1,1,0,0,-2210.77,6045.49,67.8485,2.62544,300,5,0,4572,2705,1,0,0,0),(60087,17135,530,1,1,0,0,-2206.91,6016.41,68.094,3.26599,300,5,0,4572,2705,1,0,0,0),(60088,17135,530,1,1,0,0,-2314.94,6146.58,58.8437,5.33615,300,5,0,4572,2705,1,0,0,0),(60089,17135,530,1,1,0,0,-2252.66,6114.06,74.8148,5.09636,300,5,0,4572,2705,1,0,0,0),(60090,17136,530,1,1,0,1,-1960.85,7631.74,-90.7409,4.98201,300,5,0,5914,0,1,0,0,0),(60091,17136,530,1,1,0,1,-1955.98,7581.93,-92.5143,6.02139,300,0,0,5914,0,0,0,0,0),(60092,17136,530,1,1,0,1,-2020.46,7581.1,-91.29,4.93487,300,5,0,5914,0,1,0,0,0),(60093,17136,530,1,1,0,1,-1995.83,7629.17,-88.5983,1.24289,300,5,0,5914,0,1,0,0,0),(60094,17136,530,1,1,0,1,-2018.88,7544.22,-87.0649,3.39801,300,5,0,5914,0,1,0,0,0),(60095,17136,530,1,1,0,1,-2051.84,7521.26,-93.4632,4.4856,300,5,0,5914,0,1,0,0,0),(60096,17136,530,1,1,0,1,-1989.9,7551.23,-86.66,0.777111,300,5,0,5914,0,1,0,0,0),(60097,17136,530,1,1,0,1,-2061.15,7402.47,-103.989,0.592696,300,0,0,5914,0,0,0,0,0),(60098,17136,530,1,1,0,1,-2019.61,7404.7,-99.4609,1.48321,300,5,0,5914,0,1,0,0,0),(60099,17136,530,1,1,0,1,-2033.01,7439.85,-97.8421,2.85566,300,5,0,5914,0,1,0,0,0),(60100,17136,530,1,1,0,1,-2067.68,7362,-103.177,5.47797,300,5,0,5914,0,1,0,0,0),(60101,17136,530,1,1,0,1,-2041.72,7441.4,-99.5036,0.05236,300,0,0,5914,0,0,0,0,0),(60102,17136,530,1,1,0,1,-1239.33,8009.72,-94.3593,5.39324,300,5,0,5914,0,1,0,0,0),(60103,17136,530,1,1,0,1,-1143.88,8051.77,-83.5101,5.54779,300,5,0,5914,0,1,0,0,0),(60104,17136,530,1,1,0,1,-1113.49,8044.19,-82.4029,0.026599,300,5,0,5914,0,1,0,0,0),(60105,17136,530,1,1,0,1,-1091.83,8083.81,-87.4549,4.30302,300,5,0,5914,0,1,0,0,0),(60106,17136,530,1,1,0,1,-1057.71,8071.09,-91.841,3.06498,300,5,0,5914,0,1,0,0,0),(60107,17136,530,1,1,0,1,-1037.16,8071.93,-92.4891,5.85308,300,5,0,5914,0,1,0,0,0),(60108,17136,530,1,1,0,1,-1053.13,8107.81,-89.7557,5.49221,300,5,0,5914,0,1,0,0,0),(60109,17136,530,1,1,0,1,-1030.45,8106.47,-92.8502,2.39591,300,5,0,5914,0,1,0,0,0),(60110,17137,530,1,1,0,0,-2005.87,7626.85,-87.9664,3.28984,300,5,0,4731,2790,1,0,0,0),(60111,17137,530,1,1,0,0,-2037.39,7562.22,-91.8457,5.93517,300,5,0,4731,2790,1,0,0,0),(60112,17137,530,1,1,0,0,-2061.11,7470.49,-101.392,0.590948,300,5,0,4731,2790,1,0,0,0),(60113,17137,530,1,1,0,0,-2012.74,7543.24,-86.1173,5.1437,300,5,0,4731,2790,1,0,0,0),(60114,17137,530,1,1,0,0,-2008.66,7417.52,-94.9455,0.062792,300,5,0,4731,2790,1,0,0,0),(60115,17137,530,1,1,0,0,-2044.59,7447.37,-100.365,5.2962,300,0,0,4731,2790,0,0,0,0),(60116,17137,530,1,1,0,0,-2073.38,7449.66,-102.16,2.28638,300,0,0,4731,2790,0,0,0,0),(60117,17137,530,1,1,0,0,-2078.98,7370.85,-104.174,4.95224,300,5,0,4731,2790,1,0,0,0),(60118,17137,530,1,1,0,0,-1250.89,8051.02,-95.375,3.33358,300,0,0,4731,2790,0,0,0,0),(60119,17137,530,1,1,0,0,-1214.91,8056.29,-84.8416,2.32129,300,0,0,4731,2790,0,0,0,0),(60120,17137,530,1,1,0,0,-1218.71,8059.71,-84.6944,5.65487,300,0,0,4731,2790,0,0,0,0),(60121,17137,530,1,1,0,0,-1160.49,8011.36,-79.7283,5.18363,300,0,0,4731,2790,0,0,0,0),(60122,17137,530,1,1,0,0,-1158.97,8007.8,-78.5383,1.88496,300,0,0,4731,2790,0,0,0,0),(60123,17137,530,1,1,0,0,-1192.12,8022.7,-93.1029,4.43355,300,5,0,4731,2790,1,0,0,0),(60124,17137,530,1,1,0,0,-1194.49,8046.95,-86.5461,3.70056,300,5,0,4731,2790,1,0,0,0),(60125,17137,530,1,1,0,0,-1103.03,8047.95,-85.0496,4.27895,300,5,0,4731,2790,1,0,0,0),(60126,17137,530,1,1,0,0,-1089.78,8117.36,-88.053,4.12492,300,5,0,4731,2790,1,0,0,0),(60127,17137,530,1,1,0,0,-1034.09,8057.95,-92.4338,3.37178,300,5,0,4731,2790,1,0,0,0),(60128,17137,530,1,1,0,0,-1040.87,8089.33,-93.6002,3.54436,300,5,0,4731,2790,1,0,0,0),(60129,17138,530,1,1,0,1,-796.654,8002.06,71.8553,1.09893,300,5,0,5914,0,1,0,0,0),(60130,17138,530,1,1,0,1,-800.999,7945.65,65.4607,0.208502,300,5,0,5914,0,1,0,0,0),(60131,17138,530,1,1,0,1,-761.63,7956.38,60.0356,4.74142,300,5,0,5914,0,1,0,0,0),(60132,17138,530,1,1,0,1,-749,7873.24,54.7398,1.93994,300,5,0,5914,0,1,0,0,0),(60133,17138,530,1,1,0,1,-718.05,7817.03,53.1277,0.767945,300,0,0,5914,0,0,0,0,0),(60134,17138,530,1,1,0,1,-782.101,7839.33,40.4516,2.44346,300,0,0,5914,0,0,0,0,0),(60135,17138,530,1,1,0,1,-753.258,7815.29,47.8497,5.74325,300,5,0,5914,0,1,0,0,0),(60136,17138,530,1,1,0,1,-784.966,7842.37,40.2912,5.37561,300,0,0,5914,0,0,0,0,0),(60137,17138,530,1,1,0,1,-800.246,7829.57,38.099,4.60706,300,5,0,5914,0,1,0,0,0),(60138,17138,530,1,1,0,1,-782.997,7815.76,39.8882,0.767945,300,0,0,5914,0,0,0,0,0),(60139,17138,530,1,1,0,1,-863.74,7748.44,33.0094,5.3737,300,5,0,5914,0,1,0,0,0),(60140,17138,530,1,1,0,1,-852.393,7719.73,34.5207,1.29154,300,0,0,5914,0,0,0,0,0),(60141,17138,530,1,1,0,1,-811.945,7762.78,39.8831,3.7215,300,5,0,5914,0,1,0,0,0),(60142,17138,530,1,1,0,1,-825.012,7707.42,38.7379,3.78155,300,0,0,5914,0,0,0,0,0),(60143,17138,530,1,1,0,1,-824.154,7704.12,38.7917,3.04107,300,5,0,5914,0,1,0,0,0),(60144,17138,530,1,1,0,1,-757.313,7688.39,68.1865,4.07465,300,5,0,5914,0,1,0,0,0),(60145,17138,530,1,1,0,1,-655.951,7743.83,86.8493,3.61463,300,5,0,5914,0,1,0,0,0),(60146,17138,530,1,1,0,1,-825.72,7617.24,46.2032,3.2589,300,5,0,5914,0,1,0,0,0),(60147,17138,530,1,1,0,1,-842.09,7641.23,45.1244,0.743267,300,5,0,5914,0,1,0,0,0),(60148,17138,530,1,1,0,1,-746.949,7620.73,53.5673,2.11708,300,5,0,5914,0,1,0,0,0),(60149,17138,530,1,1,0,1,-842.659,7673.02,42.5817,1.93125,300,0,0,5914,0,0,0,0,0),(60150,17138,530,1,1,0,1,-819.829,7586.32,49.9057,2.37051,300,5,0,5914,0,1,0,0,0),(60151,17138,530,1,1,0,1,-789.211,7611.85,48.6743,2.65073,300,5,0,5914,0,1,0,0,0),(60152,17138,530,1,1,0,1,-752.934,7574.5,50.3289,2.53073,300,0,0,5914,0,0,0,0,0),(60153,17139,530,1,1,0,1,-1977.13,6175.93,78.7233,6.02139,300,0,0,5715,0,0,0,0,0),(60154,17139,530,1,1,0,1,-2014.58,6183.48,86.039,5.90344,300,5,0,5715,0,1,0,0,0),(60155,17139,530,1,1,0,1,-2002.02,6181.34,79.797,0.872665,300,0,0,5715,0,0,0,0,0),(60156,17139,530,1,1,0,1,-1988.79,6201.67,78.1573,6.05629,300,0,0,5715,0,0,0,0,0),(60157,17139,530,1,1,0,1,-1973.55,6274.48,56.9322,3.42174,300,5,0,5715,0,1,0,0,0),(60158,17139,530,1,1,0,1,-2008.38,6287.67,46.6699,5.11381,300,0,0,5715,0,0,0,0,0),(60159,17139,530,1,1,0,1,-1920.54,6360.36,56.0348,3.75424,300,5,0,5715,0,1,0,0,0),(60160,17139,530,1,1,0,1,-1867.28,6286.69,47.4021,3.28122,300,0,0,5715,0,0,0,0,0),(60161,17139,530,1,1,0,1,-1896.62,6365.2,49.4106,3.05433,300,0,0,5715,0,0,0,0,0),(60162,17139,530,1,1,0,1,-1891.53,6332.33,46.4163,1.01229,300,0,0,5715,0,0,0,0,0),(60163,17139,530,1,1,0,1,-1886.67,6322.39,46.9788,4.69494,300,0,0,5715,0,0,0,0,0),(60164,17139,530,1,1,0,1,-1832.23,6318.32,47.3404,6.10865,300,0,0,5715,0,0,0,0,0),(60165,17139,530,1,1,0,1,-1843.58,6385.94,52.8416,1.82847,300,5,0,5715,0,1,0,0,0),(60166,17139,530,1,1,0,1,-1807.92,6285.82,59.2729,0.355293,300,5,0,5715,0,1,0,0,0),(60167,17139,530,1,1,0,1,-1804.16,6299.25,59.2729,4.35369,300,5,0,5715,0,1,0,0,0),(60168,17141,530,1,1,0,0,-2026.67,6214.21,77.8307,3.68315,300,5,0,4572,2705,1,0,0,0),(60169,17141,530,1,1,0,0,-2050.74,6226.42,75.3354,0.992539,300,5,0,4572,2705,1,0,0,0),(60170,17141,530,1,1,0,0,-1954.46,6341.18,48.5522,3.16157,300,5,0,4572,2705,1,0,0,0),(60171,17141,530,1,1,0,0,-1917.35,6322.86,49.158,5.19367,300,5,0,4572,2705,1,0,0,0),(60172,17141,530,1,1,0,0,-1940.24,6314.69,48.5821,4.42756,300,5,0,4572,2705,1,0,0,0),(60173,17141,530,1,1,0,0,-1957.11,6304.66,49.6852,4.14986,300,5,0,4572,2705,1,0,0,0),(60174,17141,530,1,1,0,0,-1880.77,6367.89,48.1501,5.23807,300,5,0,4572,2705,1,0,0,0),(60175,17141,530,1,1,0,0,-1893.42,6364.8,49.3678,2.2312,300,5,0,4572,2705,1,0,0,0),(60176,17141,530,1,1,0,0,-1879.51,6354.79,46.8678,0.491513,300,5,0,4572,2705,1,0,0,0),(60177,17141,530,1,1,0,0,-1857.23,6357.78,46.8591,1.99726,300,5,0,4572,2705,1,0,0,0),(60178,17141,530,1,1,0,0,-1845.37,6311.69,46.3578,3.80547,300,5,0,4572,2705,1,0,0,0),(60179,17141,530,1,1,0,0,-1826.23,6391.21,45.4728,2.62903,300,5,0,4572,2705,1,0,0,0),(60180,17141,530,1,1,0,0,-1806.96,6342.13,43.5989,0.358914,300,5,0,4572,2705,1,0,0,0),(60181,17142,530,1,1,0,1,-2236.79,4187.58,6.94661,0.925025,300,0,0,5715,0,0,0,0,0),(60182,17142,530,1,1,0,1,-2038.57,4187.79,14.5406,2.6529,300,0,0,5715,0,0,0,0,0),(60183,17142,530,1,1,0,1,-2011.54,4256.47,10.042,3.7001,300,0,0,5715,0,0,0,0,0),(60184,17142,530,1,1,0,1,-1949.88,4217.63,7.72761,5.13127,300,0,0,5715,0,0,0,0,0),(60185,17142,530,1,1,0,1,-2094.05,4260.05,10.6473,4.20624,300,0,0,5715,0,0,0,0,0),(60186,17142,530,1,1,0,1,-2191.27,4184.8,12.3468,2.67035,300,0,0,5715,0,0,0,0,0),(60187,17142,530,1,1,0,1,-2193.84,4213.03,9.8227,4.15388,300,0,0,5715,0,0,0,0,0),(60188,17143,530,1,1,0,1,-2029.11,4186.18,15.3051,0.925025,300,0,0,4422,2620,0,0,0,0),(60189,17143,530,1,1,0,1,-2038.98,4159.3,13.6174,4.29351,300,0,0,4422,2620,0,0,0,0),(60190,17143,530,1,1,0,1,-1967.89,4200.33,2.68055,5.91667,300,0,0,4422,2620,0,0,0,0),(60191,17143,530,1,1,0,1,-2026.12,4260.02,4.43881,3.08923,300,0,0,4422,2620,0,0,0,0),(60192,17143,530,1,1,0,1,-2097.91,4284.26,10.9246,4.03171,300,0,0,4422,2620,0,0,0,0),(60193,17143,530,1,1,0,1,-2157.35,4241.95,5.44478,1.44862,300,0,0,4422,2620,0,0,0,0),(60194,17143,530,1,1,0,1,-2164.6,4256.25,4.01323,2.05949,300,0,0,4422,2620,0,0,0,0),(60195,17143,530,1,1,0,1,-2164.63,4277.41,11.4914,3.97935,300,0,0,4422,2620,0,0,0,0),(60196,17143,530,1,1,0,1,-2172.65,4165.63,10.8794,2.1293,300,0,0,4422,2620,0,0,0,0),(60197,17143,530,1,1,0,1,-2183.33,4183.15,12.6957,3.87463,300,0,0,4422,2620,0,0,0,0),(60198,17146,530,1,1,0,1,-2784.44,6397.67,62.2251,2.42601,300,0,0,4892,2846,0,0,0,0),(60199,17146,530,1,1,0,1,-2798.8,6470.6,64.8018,2.02458,300,0,0,4892,2846,0,0,0,0),(60200,17146,530,1,1,0,1,-2790.54,6463.54,113.2,2.02458,300,0,0,4892,2846,0,0,0,0),(60201,17146,530,1,1,0,1,-2885.08,6455.33,82.7451,4.76475,300,0,0,4892,2846,0,0,0,0),(60202,17146,530,1,1,0,1,-2885.27,6375.4,81.826,1.92675,300,0,0,4892,2846,0,0,0,0),(60203,17146,530,1,1,0,1,-2894.21,6461.8,101.635,1.44862,300,0,0,4892,2846,0,0,0,0),(60204,17146,530,1,1,0,1,-2890.32,6479.69,87.2518,3.50811,300,0,0,4892,2846,0,0,0,0),(60205,17146,530,1,1,0,1,-2895.74,6476.68,87.2518,0.610865,300,0,0,4892,2846,0,0,0,0),(60206,17146,530,1,1,0,1,-2937.75,6326.75,89.0851,6.16524,300,0,0,4892,2846,2,0,0,0),(60207,17146,530,1,1,0,1,-2976.34,6310.46,87.794,4.2237,300,0,0,4892,2846,0,0,0,0),(60208,17146,530,1,1,0,1,-3023.47,6514.14,112.953,3.24631,300,0,0,4892,2846,0,0,0,0),(60209,17146,530,1,1,0,1,-3009.01,6509.39,99.18,4.86947,300,0,0,4892,2846,0,0,0,0),(60222,17147,530,1,1,0,1,-2787.1,6414.78,62.2411,3.24631,300,0,0,4731,2790,0,0,0,0),(60221,17147,530,1,1,0,1,-2842.27,6545.65,37.6052,4.18879,300,0,0,4731,2790,0,0,0,0),(60220,17147,530,1,1,0,1,-2807.71,6546.41,37.5118,2.51327,300,0,0,4731,2790,0,0,0,0),(60219,17147,530,1,1,0,1,-2820.76,6553.81,37.3612,1.01229,300,0,0,4731,2790,0,0,0,0),(60218,17147,530,1,1,0,1,-2805.87,6532.63,37.1154,4.99164,300,0,0,4731,2790,0,0,0,0),(60217,17147,530,1,1,0,1,-3016.45,6518.03,147.578,1.48353,300,0,0,4731,2790,0,0,0,0),(60216,17147,530,1,1,0,1,-3021.1,6521.28,99.18,2.93215,300,0,0,4731,2790,0,0,0,0),(60215,17147,530,1,1,0,1,-2936.75,6354.43,88.3589,0.139626,300,0,0,4731,2790,0,0,0,0),(60214,17147,530,1,1,0,1,-2934.69,6346.61,88.3639,4.55531,300,0,0,4731,2790,0,0,0,0),(60213,17147,530,1,1,0,1,-2902.25,6456.31,82.7451,3.82227,300,0,0,4731,2790,0,0,0,0),(60212,17147,530,1,1,0,1,-2783.24,6468.62,78.5516,0.488692,300,0,0,4731,2790,0,0,0,0),(60211,17147,530,1,1,0,1,-2852.6,6441.05,82.7555,4.71239,300,0,0,4731,2790,0,0,0,0),(60210,17147,530,1,1,0,1,-2784.06,6464.78,64.8018,0.558505,300,0,0,4731,2790,0,0,0,0),(60255,17148,530,1,1,0,1,-2882.8,6589.05,71.6223,0.087266,300,0,0,5914,0,0,0,0,0),(60254,17148,530,1,1,0,1,-3005.36,6537.17,97.6274,2.28638,300,0,0,5914,0,0,0,0,0),(60253,17148,530,1,1,0,1,-2992.26,6523.73,97.6957,5.34071,300,0,0,5914,0,0,0,0,0),(60252,17148,530,1,1,0,1,-2928.83,6498.77,82.5645,1.6057,300,0,0,5914,0,0,0,0,0),(60251,17148,530,1,1,0,1,-2940.78,6501.66,82.2424,1.23918,300,0,0,5914,0,0,0,0,0),(60250,17148,530,1,1,0,1,-3008.35,6333.46,96.155,0.907571,300,0,0,5914,0,0,0,0,0),(60249,17148,530,1,1,0,1,-3022.95,6381.06,96.2373,5.86431,300,0,0,5914,0,0,0,0,0),(60248,17148,530,1,1,0,1,-2965.67,6455.08,85.3527,6.26573,300,0,0,5914,0,0,0,0,0),(60247,17148,530,1,1,0,1,-2966.77,6446.9,84.9499,0.122173,300,0,0,5914,0,0,0,0,0),(60246,17148,530,1,1,0,1,-2976.69,6394.95,96.2292,4.15388,300,0,0,5914,0,0,0,0,0),(60245,17148,530,1,1,0,1,-3006.67,6359.98,96.4121,0.296706,300,0,0,5914,0,0,0,0,0),(60244,17148,530,1,1,0,1,-2978.76,6368.46,96.411,3.42085,300,0,0,5914,0,0,0,0,0),(60243,17148,530,1,1,0,1,-2879.42,6297.64,83.0126,1.01229,300,0,0,5914,0,0,0,0,0),(60242,17148,530,1,1,0,1,-2878.57,6301.91,106.698,0.15708,300,0,0,5914,0,0,0,0,0),(60241,17148,530,1,1,0,1,-2962,6347.46,96.229,2.80998,300,0,0,5914,0,0,0,0,0),(60240,17148,530,1,1,0,1,-2913.37,6468.71,82.7371,2.44346,300,0,0,5914,0,0,0,0,0),(60239,17148,530,1,1,0,1,-2931.19,6390.05,87.4872,0.279253,300,0,0,5914,0,0,0,0,0),(60238,17148,530,1,1,0,1,-2926.42,6376.46,88.3357,0.383972,300,0,0,5914,0,0,0,0,0),(60237,17148,530,1,1,0,1,-2771.53,6434.06,58.5206,6.13477,300,0,0,5914,0,0,0,0,0),(60236,17148,530,1,1,0,1,-2773.41,6425.3,59.0218,5.8324,300,0,0,5914,0,0,0,0,0),(60235,17148,530,1,1,0,1,-2798.38,6487.41,61.1119,1.23918,300,0,0,5914,0,0,0,0,0),(60234,17148,530,1,1,0,1,-2876.29,6471.96,82.7175,0.349066,300,0,0,5914,0,0,0,0,0),(60233,17148,530,1,1,0,1,-2892.39,6438.34,82.5361,4.76475,300,0,0,5914,0,0,0,0,0),(60232,17148,530,1,1,0,1,-2856.58,6504.63,60.6784,2.14675,300,0,0,5914,0,0,0,0,0),(60231,17148,530,1,1,0,1,-2812.19,6495.23,61.6686,1.06465,300,0,0,5914,0,0,0,0,0),(60230,17148,530,1,1,0,1,-2808.34,6459.12,63.5396,2.56563,300,0,0,5914,0,0,0,0,0),(60229,17148,530,1,1,0,1,-2865.39,6399.41,80.6548,0.117942,300,0,0,5914,0,0,0,0,0),(60228,17148,530,1,1,0,1,-2880.97,6326.73,83.5717,5.28835,300,0,0,5914,0,0,0,0,0),(60227,17148,530,1,1,0,1,-2872.19,6331.89,83.5477,5.23599,300,0,0,5914,0,0,0,0,0),(60226,17148,530,1,1,0,1,-2897.67,6438.67,82.4528,4.5993,300,0,0,5914,0,0,0,0,0),(60225,17148,530,1,1,0,1,-2825.23,6296.94,63.5727,1.50098,300,0,0,5914,0,0,0,0,0),(60224,17148,530,1,1,0,1,-2793.03,6447.56,63.581,5.70723,300,0,0,5914,0,0,0,0,0),(60223,17148,530,1,1,0,1,-2809.61,6282.52,86.5101,5.34071,300,0,0,5914,0,0,0,0,0),(60256,17149,530,1,1,0,1,-2576.36,7984.9,-53.1471,1.22976,300,5,0,4731,2790,1,0,0,0),(60257,17149,530,1,1,0,1,-2554.99,7988.91,-53.0798,1.71042,300,0,0,4731,2790,0,0,0,0),(60258,17149,530,1,1,0,1,-2540.2,8001.49,-52.5572,3.94059,300,5,0,4731,2790,1,0,0,0),(60259,17149,530,1,1,0,1,-2627.83,8140.39,-44.2303,1.93731,300,0,0,4731,2790,0,0,0,0),(60260,17149,530,1,1,0,1,-2594.6,8165.23,-42.4789,1.88496,300,0,0,4731,2790,0,0,0,0),(60261,17149,530,1,1,0,1,-2574.75,8157.2,-41.4124,3.4383,300,0,0,4731,2790,0,0,0,0),(60262,17149,530,1,1,0,1,-2550.13,8162.66,-39.8916,1.41372,300,0,0,4731,2790,0,0,0,0),(60263,17149,530,1,1,0,1,-2419.79,8224.83,-38.6417,2.74017,300,0,0,4731,2790,0,0,0,0),(60264,17149,530,1,1,0,1,-2443.23,8254.85,-37.8694,3.54302,300,0,0,4731,2790,0,0,0,0),(60265,17149,530,1,1,0,1,-2420.6,8282.99,-39.2855,4.03171,300,0,0,4731,2790,0,0,0,0),(60266,17149,530,1,1,0,1,-2740.03,8354.35,-40.0103,5.93412,300,0,0,4731,2790,0,0,0,0),(60267,17149,530,1,1,0,1,-2747.31,8349.27,-40.1555,5.72468,300,5,0,4731,2790,1,0,0,0),(60268,17149,530,1,1,0,1,-2756.49,8323.82,-42.149,0.349066,300,0,0,4731,2790,0,0,0,0),(60269,17149,530,1,1,0,1,-2747.09,8379.64,-37.8618,5.91667,300,0,0,4731,2790,0,0,0,0),(60270,17149,530,1,1,0,1,-2320.52,8408.82,-36.6619,5.25344,300,0,0,4731,2790,0,0,0,0),(60271,17149,530,1,1,0,1,-2250.84,8349.24,-31.7084,1.03218,300,5,0,4731,2790,1,0,0,0),(60272,17149,530,1,1,0,1,-2260.85,8376.18,-32.4126,3.07178,300,0,0,4731,2790,0,0,0,0),(60273,17149,530,1,1,0,1,-2294.99,8418,-34.5187,1.39322,300,0,0,4731,2790,0,0,0,0),(60274,17149,530,1,1,0,1,-2249.91,8415.29,-30.5206,6.14255,300,0,0,4731,2790,0,0,0,0),(60275,17149,530,1,1,0,1,-2778.03,8609.34,-30.8563,1.02974,300,0,0,4731,2790,0,0,0,0),(60276,17149,530,1,1,0,1,-2753.46,8618.6,-32.1183,5.02655,300,0,0,4731,2790,0,0,0,0),(60277,17149,530,1,1,0,1,-2749.16,8587.34,-36.7648,3.89279,300,5,0,4731,2790,1,0,0,0),(60278,17149,530,1,1,0,1,-2716.23,8613.73,-34.5388,5.58738,300,5,0,4731,2790,1,0,0,0),(60279,17149,530,1,1,0,1,-2739.44,8624.76,-32.2283,4.48233,300,5,0,4731,2790,1,0,0,0),(60280,17150,530,1,1,0,1,-2538.08,7985.76,-53.5657,5.20377,300,5,0,4892,2846,1,0,0,0),(60281,17150,530,1,1,0,1,-2546.65,8020.21,-50.7799,4.00366,300,5,0,4892,2846,1,0,0,0),(60282,17150,530,1,1,0,1,-2578.16,8006.92,-51.7032,0.314519,300,5,0,4892,2846,1,0,0,0),(60283,17150,530,1,1,0,1,-2559.41,8039.68,-50.244,0.883448,300,5,0,4892,2846,1,0,0,0),(60284,17150,530,1,1,0,1,-2557.14,8143.86,-41.1126,2.61595,300,5,0,4892,2846,1,0,0,0),(60285,17150,530,1,1,0,1,-2402.09,8243.29,-39.2596,1.10299,300,5,0,4892,2846,1,0,0,0),(60286,17150,530,1,1,0,1,-2426.26,8252.64,-38.6162,2.91246,300,5,0,4892,2846,1,0,0,0),(60287,17150,530,1,1,0,1,-2408.01,8263.42,-38.1346,3.93841,300,5,0,4892,2846,1,0,0,0),(60288,17150,530,1,1,0,1,-2773.91,8341.04,-39.9991,4.90033,300,5,0,4892,2846,1,0,0,0),(60289,17150,530,1,1,0,1,-2761.69,8362.56,-38.0305,3.19405,300,5,0,4892,2846,1,0,0,0),(60290,17150,530,1,1,0,1,-2330.47,8377.75,-37.865,2.95989,300,5,0,4892,2846,1,0,0,0),(60291,17150,530,1,1,0,1,-2302.93,8424.69,-34.8805,0.441199,300,5,0,4892,2846,1,0,0,0),(60292,17150,530,1,1,0,1,-2292.75,8355.06,-35.5673,2.71339,300,5,0,4892,2846,1,0,0,0),(60293,17150,530,1,1,0,1,-2254.94,8398.26,-31.4075,0.171437,300,0,0,4892,2846,0,0,0,0),(60294,17150,530,1,1,0,1,-2265.59,8367.55,-32.9548,3.93208,300,5,0,4892,2846,1,0,0,0),(60295,17150,530,1,1,0,1,-2264.1,8438.57,-31.1787,2.27751,300,5,0,4892,2846,1,0,0,0),(60296,17150,530,1,1,0,1,-2724.18,8548.58,-39.9463,4.09551,300,5,0,4892,2846,1,0,0,0),(60297,17150,530,1,1,0,1,-2785.33,8594.29,-32.3528,1.96257,300,5,0,4892,2846,1,0,0,0),(60298,17150,530,1,1,0,1,-2794.91,8571.47,-33.8528,3.86605,300,5,0,4892,2846,1,0,0,0),(60299,17150,530,1,1,0,1,-2763.83,8627.46,-29.8533,4.53477,300,5,0,4892,2846,1,0,0,0),(60300,17150,530,1,1,0,1,-2757.75,8553.3,-39.122,2.77034,300,5,0,4892,2846,1,0,0,0),(60301,17151,530,1,1,0,0,-1338.52,8900.13,53.2665,2.09439,300,0,0,4892,2846,0,0,0,0),(60302,17151,530,1,1,0,0,-1286.56,8954.76,58.6134,5.81195,300,0,0,4892,2846,0,0,0,0),(60303,17151,530,1,1,0,0,-1273.71,8943.92,58.1989,1.85005,300,0,0,4892,2846,0,0,0,0),(60304,17151,530,1,1,0,0,-1271.87,8955.33,57.2264,3.85718,300,0,0,4892,2846,0,0,0,0),(60305,17151,530,1,1,0,0,-1227.33,8904.49,58.7728,4.08407,300,0,0,4892,2846,0,0,0,0),(60306,17151,530,1,1,0,0,-1349.2,8902.76,52.5562,0.069813,300,0,0,4892,2846,0,0,0,0),(60307,17151,530,1,1,0,0,-1347.15,8911.06,54.2005,5.21853,300,0,0,4892,2846,0,0,0,0),(60308,17151,530,1,1,0,0,-1342.04,8916.39,55.7587,4.38078,300,0,0,4892,2846,0,0,0,0),(60309,17151,530,1,1,0,0,-1242.99,8895.34,58.3708,0.261799,300,0,0,4892,2846,0,0,0,0),(60310,17151,530,1,1,0,0,-1235.87,8905.17,56.3624,6.05629,300,0,0,4892,2846,0,0,0,0),(60311,17151,530,1,1,0,0,-1403.87,8962.49,57.4454,0.855211,300,0,0,4892,2846,0,0,0,0),(60312,17151,530,1,1,0,0,-1397.13,8961.09,57.7383,2.18166,300,0,0,4892,2846,0,0,0,0),(60313,17151,530,1,1,0,0,-1400.94,8971.5,58.197,5.53269,300,0,0,4892,2846,0,0,0,0),(60314,17151,530,1,1,0,0,-1393.67,8968.82,58.0173,3.80482,300,0,0,4892,2846,0,0,0,0),(60315,17151,530,1,1,0,0,-1338.2,8863.63,53.1484,0.837758,300,0,0,4892,2846,0,0,0,0),(60316,17151,530,1,1,0,0,-1336.5,8872.03,52.6895,5.61996,300,0,0,4892,2846,0,0,0,0),(60317,17151,530,1,1,0,0,-1329.6,8861.37,51.1648,2.54818,300,0,0,4892,2846,0,0,0,0),(60318,17151,530,1,1,0,0,-1516.52,9090.52,84.0405,1.78024,300,0,0,4892,2846,0,0,0,0),(60319,17151,530,1,1,0,0,-1521.66,9091.04,83.0958,1.0821,300,0,0,4892,2846,0,0,0,0),(60320,17151,530,1,1,0,0,-1524.34,9096.23,84.5329,0.174533,300,0,0,4892,2846,0,0,0,0),(60321,17151,530,1,1,0,0,-1510.94,9092.64,85.3383,2.02458,300,0,0,4892,2846,0,0,0,0),(60322,17151,530,1,1,0,0,-1772.72,9194,77.9161,0.802851,300,0,0,4892,2846,0,0,0,0),(60323,17151,530,1,1,0,0,-1763.21,9195.39,78.6222,2.11185,300,0,0,4892,2846,0,0,0,0),(60324,17151,530,1,1,0,0,-1755.76,9236.12,75.8451,0.383972,300,0,0,4892,2846,0,0,0,0),(60325,17151,530,1,1,0,0,-1746.66,9231.98,77.1503,2.1293,300,0,0,4892,2846,0,0,0,0),(60326,17151,530,1,1,0,0,-1743.3,9241.27,77.7584,3.1765,300,0,0,4892,2846,0,0,0,0),(60327,17151,530,1,1,0,0,-1753.95,9246.26,76.5494,5.28835,300,0,0,4892,2846,0,0,0,0),(60328,17151,530,1,1,0,0,-1762.22,9205.19,77.4886,3.61283,300,0,0,4892,2846,0,0,0,0),(60329,17151,530,1,1,0,0,-1774.36,9206.35,76.6153,5.60251,300,0,0,4892,2846,0,0,0,0),(60330,17151,530,1,1,0,0,-1807.76,9191.72,70.6404,0.627375,300,0,0,4892,2846,0,0,0,0),(60331,17151,530,1,1,0,0,-1809.4,9188.07,71.5154,0.617892,300,0,0,4892,2846,0,0,0,0),(60332,17151,530,1,1,0,0,-1807.06,9184.83,71.8904,0.627299,300,0,0,4892,2846,0,0,0,0),(60333,17151,530,1,1,0,0,-1917.62,9294.54,84.0426,3.56047,300,0,0,4892,2846,0,0,0,0),(60334,17151,530,1,1,0,0,-1920.66,9282.86,88.9112,1.11701,300,0,0,4892,2846,0,0,0,0),(60335,17151,530,1,1,0,0,-1915.29,9286.43,84.721,2.44346,300,0,0,4892,2846,0,0,0,0),(60336,17151,530,1,1,0,0,-1904.55,9194.9,75.9566,0.890118,300,0,0,4892,2846,0,0,0,0),(60337,17151,530,1,1,0,0,-1895.25,9195.63,75.0234,2.70526,300,0,0,4892,2846,0,0,0,0),(60338,17151,530,1,1,0,0,-1924.48,9289.14,90.4331,5.81195,300,0,0,4892,2846,0,0,0,0),(60339,17151,530,1,1,0,0,-1893.76,9205.84,76.5052,4.17134,300,0,0,4892,2846,0,0,0,0),(60340,17151,530,1,1,0,0,-1904.23,9205.85,78.9033,5.51524,300,0,0,4892,2846,0,0,0,0),(60341,17152,530,1,1,0,1,-1265.72,8865.55,53.0176,5.37561,300,0,0,31630,0,0,0,0,0),(60342,17152,530,1,1,0,1,-1367.21,8907.32,51.6001,4.06662,300,0,0,31630,0,0,0,0,0),(60343,17152,530,1,1,0,1,-1499.24,9104.6,88.6032,3.50814,300,5,0,31630,0,1,0,0,0),(60344,17152,530,1,1,0,1,-1538.6,9113.84,87.4405,0.818351,300,5,0,31630,0,1,0,0,0),(60345,17152,530,1,1,0,1,-1789.7,9167.62,73.4894,5.044,300,0,0,31630,0,0,0,0,0),(60346,17152,530,1,1,0,1,-1825.57,9158.71,72.1631,4.60767,300,0,0,31630,0,0,0,0,0),(60347,17152,530,1,1,0,1,-1868.58,9170.32,72.2204,4.24115,300,0,0,31630,0,0,0,0,0),(60348,17153,530,1,1,0,0,-1219.24,6891.85,25.8695,6.24934,300,5,0,4572,2705,1,0,0,0),(60349,17153,530,1,1,0,0,-1159.99,6878.93,7.58468,3.22473,300,5,0,4572,2705,1,0,0,0),(60350,17153,530,1,1,0,0,-1168.93,6917.02,15.37,3.12304,300,5,0,4572,2705,1,0,0,0),(60351,17153,530,1,1,0,0,-1083.61,6912.01,3.00259,1.56242,300,5,0,4572,2705,1,0,0,0),(60352,17153,530,1,1,0,0,-1104.07,6914.45,-8.48966,0.225554,300,5,0,4572,2705,1,0,0,0),(60353,17153,530,1,1,0,0,-1078.11,6883.06,4.05237,4.9389,300,5,0,4572,2705,1,0,0,0),(60354,17153,530,1,1,0,0,-1060.11,6922.84,5.4915,1.6091,300,5,0,4572,2705,1,0,0,0),(60355,17153,530,1,1,0,0,-1002.13,6929.6,22.6464,0.828909,300,5,0,4572,2705,1,0,0,0),(60356,17153,530,1,1,0,0,-1083.9,6947.62,-12.8347,2.92218,300,5,0,4572,2705,1,0,0,0),(60357,17153,530,1,1,0,0,-969.225,6920.51,30.9305,1.70993,300,5,0,4572,2705,1,0,0,0),(60358,17153,530,1,1,0,0,-989.519,6972.51,19.7191,3.76676,300,5,0,4572,2705,1,0,0,0),(60359,17153,530,1,1,0,0,-927.835,7021.32,28.3944,0.270164,300,5,0,4572,2705,1,0,0,0),(60360,17153,530,1,1,0,0,-937.069,7027.82,26.9517,3.06542,300,5,0,4572,2705,1,0,0,0),(60361,17153,530,1,1,0,0,-927.579,7036.96,27.5889,2.76635,300,5,0,4572,2705,1,0,0,0),(60362,17153,530,1,1,0,0,-985.996,7042.06,16.6375,3.70342,300,5,0,4572,2705,1,0,0,0),(60363,17153,530,1,1,0,0,-935.851,7057.09,22.944,0.922606,300,5,0,4572,2705,1,0,0,0),(60364,17153,530,1,1,0,0,-1020.12,7013.37,3.98211,4.53173,300,5,0,4572,2705,1,0,0,0),(60365,17153,530,1,1,0,0,-1032.01,7056.07,3.45727,3.22279,300,5,0,4572,2705,1,0,0,0),(60366,17153,530,1,1,0,0,-985.564,7125.56,-2.99378,3.33828,300,5,0,4572,2705,1,0,0,0),(60367,17153,530,1,1,0,0,-1027.26,7085.06,0.33476,2.83066,300,5,0,4572,2705,1,0,0,0),(60368,17153,530,1,1,0,0,-1084.01,7117.99,9.9751,1.90305,300,5,0,4572,2705,1,0,0,0),(60369,17153,530,1,1,0,0,-989.542,7151.99,-8.02861,6.19831,300,5,0,4572,2705,1,0,0,0),(60370,17153,530,1,1,0,0,-1043.58,7137.58,4.77357,1.98248,300,5,0,4572,2705,1,0,0,0),(60371,17153,530,1,1,0,0,-1050.98,7156.97,9.9676,1.83756,300,5,0,4572,2705,1,0,0,0),(60372,17153,530,1,1,0,0,-1115.62,7046.91,-0.741695,3.10194,300,5,0,4572,2705,1,0,0,0),(60373,17153,530,1,1,0,0,-1078.11,7177.85,21.1653,1.90094,300,5,0,4572,2705,1,0,0,0),(60374,17153,530,1,1,0,0,-1054.1,7192.96,11.7069,3.50105,300,5,0,4572,2705,1,0,0,0),(60375,17153,530,1,1,0,0,-1125.83,7223.93,31.8341,3.70711,300,5,0,4572,2705,1,0,0,0),(60376,17153,530,1,1,0,0,-978.609,7292.55,30.3003,4.85437,300,5,0,4572,2705,1,0,0,0),(60377,17153,530,1,1,0,0,-914.643,7306.71,30.1146,4.57055,300,5,0,4572,2705,1,0,0,0),(60378,17153,530,1,1,0,0,-919.488,7283.89,25.2624,2.95396,300,5,0,4572,2705,1,0,0,0),(60379,17153,530,1,1,0,0,-845.77,7180.89,27.8364,2.37001,300,5,0,4572,2705,1,0,0,0),(60380,17153,530,1,1,0,0,-850.771,7146.04,23.4049,1.35776,300,5,0,4572,2705,1,0,0,0),(60381,17154,530,1,1,0,0,-1703.29,7960.44,-106.078,4.19834,300,5,0,5715,0,1,0,0,0),(60382,17154,530,1,1,0,0,-1667.41,8077.63,-103.329,3.21735,300,5,0,5715,0,1,0,0,0),(60383,17154,530,1,1,0,0,-1605.88,8105.39,-102.992,4.901,300,5,0,5715,0,1,0,0,0),(60384,17154,530,1,1,0,0,-1601.07,8085.68,-104.087,1.27148,300,5,0,5715,0,1,0,0,0),(60385,17154,530,1,1,0,0,-1586.35,8090.55,-103.337,1.31434,300,5,0,5715,0,1,0,0,0),(60386,17154,530,1,1,0,0,-1486.41,8011.26,-107.799,3.16435,300,5,0,5715,0,1,0,0,0),(60387,17154,530,1,1,0,0,-1448.99,7882.41,-103.886,3.15854,300,5,0,5715,0,1,0,0,0),(60388,17154,530,1,1,0,0,-1576.65,7817.68,-104.3,1.64751,300,5,0,5715,0,1,0,0,0),(60389,17154,530,1,1,0,0,-1659.16,7824.54,-103.2,2.70289,300,5,0,5715,0,1,0,0,0),(60390,17154,530,1,1,0,0,-1520.22,7833.92,-104.719,3.25309,300,5,0,5715,0,1,0,0,0),(60391,17154,530,1,1,0,0,-1541.55,7791.61,-103.208,1.40303,300,5,0,5715,0,1,0,0,0),(60392,17154,530,1,1,0,0,-1488.5,7818.89,-97.4914,6.1598,300,5,0,5715,0,1,0,0,0),(60393,17154,530,1,1,0,0,-1520.03,7818.51,-102.259,0.08898,300,5,0,5715,0,1,0,0,0),(60394,17154,530,1,1,0,0,-1516.54,7763.64,-95.6363,1.22219,300,5,0,5715,0,1,0,0,0),(60395,17154,530,1,1,0,0,-1693.89,7820.07,-103.532,1.03906,300,5,0,5715,0,1,0,0,0),(60396,17154,530,1,1,0,0,-1713.93,7879.4,-103.88,1.38221,300,5,0,5715,0,1,0,0,0),(60397,17154,530,1,1,0,0,-1782.06,7849.4,-101.631,4.47973,300,5,0,5715,0,1,0,0,0),(60398,17154,530,1,1,0,0,-1755.03,7911.22,-102.718,3.90683,300,5,0,5715,0,1,0,0,0),(60399,17154,530,1,1,0,0,-1358.52,7982.73,-103.494,2.79253,300,0,0,5715,0,0,0,0,0),(60400,17154,530,1,1,0,0,-1312.02,7993.84,-96.8003,2.39761,300,5,0,5715,0,1,0,0,0),(60401,17154,530,1,1,0,0,-1351.45,8047.65,-103.486,4.52784,300,0,0,5715,0,0,0,0,0),(60402,17154,530,1,1,0,0,-1420.36,8071.48,-98.2885,6.03109,300,5,0,5715,0,1,0,0,0),(60403,17154,530,1,1,0,0,-1374.81,8108.58,-98.7793,5.9541,300,5,0,5715,0,1,0,0,0),(60404,17154,530,1,1,0,0,-1351.39,8052.42,-103.423,1.83756,300,5,0,5715,0,1,0,0,0),(60405,17155,530,1,1,0,0,-1952.26,8580.24,-33.8342,3.61052,300,5,0,4731,2790,1,0,0,0),(60406,17155,530,1,1,0,0,-1947.77,8513.36,-42.5614,5.37635,300,5,0,4731,2790,1,0,0,0),(60407,17155,530,1,1,0,0,-1782.8,8591.59,-31.7822,0.139027,300,5,0,4731,2790,1,0,0,0),(60408,17155,530,1,1,0,0,-1843.97,8540.66,-42.592,1.49882,300,0,0,4731,2790,0,0,0,0),(60409,17155,530,1,1,0,0,-1842.61,8550.11,-51.4066,0.646234,300,5,0,4731,2790,1,0,0,0),(60410,17155,530,1,1,0,0,-1786.79,8545.93,-45.6025,3.6301,300,5,0,4731,2790,1,0,0,0),(60411,17155,530,1,1,0,0,-1640.27,8327.07,-40.0108,3.7281,300,5,0,4731,2790,1,0,0,0),(60412,17155,530,1,1,0,0,-1748.91,8400.82,-55.1375,1.52976,300,5,0,4731,2790,1,0,0,0),(60413,17155,530,1,1,0,0,-1765.45,8418.47,-56.354,3.09768,300,5,0,4731,2790,1,0,0,0),(60414,17155,530,1,1,0,0,-1812.16,8352.23,-48.4785,3.54931,300,5,0,4731,2790,1,0,0,0),(60415,17155,530,1,1,0,0,-1841.99,8391.22,-48.5294,3.86832,300,5,0,4731,2790,1,0,0,0),(60416,17155,530,1,1,0,0,-1794.07,8454.19,-62.6284,2.73824,300,5,0,4731,2790,1,0,0,0),(60417,17155,530,1,1,0,0,-1815.06,8417.23,-51.3337,0.027976,300,5,0,4731,2790,1,0,0,0),(60418,17155,530,1,1,0,0,-1850.12,8449.99,-62.4248,4.57091,300,5,0,4731,2790,1,0,0,0),(60419,17155,530,1,1,0,0,-1882.61,8382.23,-38.7867,5.95527,300,5,0,4731,2790,1,0,0,0),(60420,17155,530,1,1,0,0,-1857.07,8350.36,-43.367,2.93214,300,5,0,4731,2790,1,0,0,0),(60421,17155,530,1,1,0,0,-1920.54,8407.84,-39.1227,4.22037,300,5,0,4731,2790,1,0,0,0),(60422,17155,530,1,1,0,0,-1895.68,8448.09,-47.1184,3.26528,300,5,0,4731,2790,1,0,0,0),(60423,17155,530,1,1,0,0,-1918.46,8350.08,-23.488,3.15331,300,5,0,4731,2790,1,0,0,0),(60424,17155,530,1,1,0,0,-1837.08,8294.37,-23.5153,3.81938,300,5,0,4731,2790,1,0,0,0),(60425,17155,530,1,1,0,0,-1963.08,8454.49,-25.1548,3.01602,300,5,0,4731,2790,1,0,0,0),(60426,17155,530,1,1,0,0,-1788.38,8281.77,-23.5605,1.78994,300,5,0,4731,2790,1,0,0,0),(60427,17155,530,1,1,0,0,-1753.66,8290.04,-23.6473,1.26541,300,5,0,4731,2790,1,0,0,0),(60428,17155,530,1,1,0,0,-1722.35,8318.25,-54.4827,2.77784,300,5,0,4731,2790,1,0,0,0),(60429,17155,530,1,1,0,0,-1724.25,8285.71,-29.7688,5.78591,300,5,0,4731,2790,1,0,0,0),(60430,17155,530,1,1,0,0,-1699.38,8260.25,-29.1885,2.34998,300,5,0,4731,2790,1,0,0,0),(60431,17155,530,1,1,0,0,-1596.81,8249.73,-27.2882,4.0829,300,5,0,4731,2790,1,0,0,0),(60432,17155,530,1,1,0,0,-1692.69,8308.84,-52.4017,3.22152,300,5,0,4731,2790,1,0,0,0),(60433,17156,530,1,1,0,0,-2047.92,6351.75,44.761,1.21074,300,5,0,5715,0,1,0,0,0),(60434,17156,530,1,1,0,0,-1633.24,6243.69,72.2056,3.14257,300,5,0,5715,0,1,0,0,0),(60435,17156,530,1,1,0,0,-1588.29,6332.51,32.4972,3.73393,300,5,0,5715,0,1,0,0,0),(60436,17156,530,1,1,0,0,-1556.58,6255,70.038,3.10255,300,5,0,5715,0,1,0,0,0),(60437,17156,530,1,1,0,0,-1522.02,6339.84,62.8465,0.467143,300,5,0,5715,0,1,0,0,0),(60438,17156,530,1,1,0,0,-1477.29,6238.63,71.452,4.06096,300,5,0,5715,0,1,0,0,0),(60439,17156,530,1,1,0,0,-1355.44,6471.59,80.5216,3.03512,300,5,0,5715,0,1,0,0,0),(60440,17156,530,1,1,0,0,-1572.03,6475.11,44.3124,2.54812,300,5,0,5715,0,1,0,0,0),(60441,17156,530,1,1,0,0,-1646.18,6583.12,5.94958,3.23503,300,5,0,5715,0,1,0,0,0),(60442,17156,530,1,1,0,0,-1759.44,6454.71,41.2405,2.68319,300,5,0,5715,0,1,0,0,0),(60443,17156,530,1,1,0,0,-1754.44,6461.03,44.2589,2.51646,300,5,0,5715,0,1,0,0,0),(60444,17156,530,1,1,0,0,-2120.05,6425.32,30.6291,0.163864,300,5,0,5715,0,1,0,0,0),(60445,17156,530,1,1,0,0,-2141.47,6382.71,45.9077,3.73312,300,5,0,5715,0,1,0,0,0),(60446,17156,530,1,1,0,0,-2120.16,6367.97,43.4932,5.1721,300,5,0,5715,0,1,0,0,0),(60447,17156,530,1,1,0,0,-2187.01,6350.58,48.0126,2.86365,300,5,0,5715,0,1,0,0,0),(60448,17156,530,1,1,0,0,-2583.38,6021.2,69.6249,6.14695,300,5,0,5715,0,1,0,0,0),(60449,17156,530,1,1,0,0,-2563.8,6023.74,85.941,1.40597,300,5,0,5715,0,1,0,0,0),(60450,17156,530,1,1,0,0,-2615.12,5962.71,78.6966,4.91898,300,5,0,5715,0,1,0,0,0),(60451,17156,530,1,1,0,0,-2627.32,6750.52,0.08046,1.52186,300,5,0,5715,0,1,0,0,0),(60452,17156,530,1,1,0,0,-2613.9,6786,8.31063,6.03165,300,5,0,5715,0,1,0,0,0),(60453,17156,530,1,1,0,0,-2583.58,6748.93,27.7808,4.95767,300,5,0,5715,0,1,0,0,0),(60454,17156,530,1,1,0,0,-2604.69,6684.69,-0.125425,3.29329,300,5,0,5715,0,1,0,0,0),(60455,17156,530,1,1,0,0,-2609.32,6713.82,2.93131,4.95097,300,5,0,5715,0,1,0,0,0),(60456,17156,530,1,1,0,0,-2548.13,6734.73,24.2514,6.11451,300,5,0,5715,0,1,0,0,0),(60457,17156,530,1,1,0,0,-2516.78,6677,2.5035,4.31737,300,5,0,5715,0,1,0,0,0),(60458,17156,530,1,1,0,0,-2494.47,6687.27,5.64937,4.90646,300,5,0,5715,0,1,0,0,0),(60459,17156,530,1,1,0,0,-2468.75,6685.42,4.64937,2.22079,300,5,0,5715,0,1,0,0,0),(60460,17156,530,1,1,0,0,-2506.55,6745.08,3.33982,3.62129,300,5,0,5715,0,1,0,0,0),(60461,17156,530,1,1,0,0,-2565.52,6959.12,-0.731995,0.504211,300,5,0,5715,0,1,0,0,0),(60462,17156,530,1,1,0,0,-2423.43,7435.87,-169.516,2.76813,300,5,0,5715,0,1,0,0,0),(60463,17156,530,1,1,0,0,-2424.01,7408.46,-169.58,3.85171,300,5,0,5715,0,1,0,0,0),(60464,17156,530,1,1,0,0,-2388.87,7329.07,-167.065,1.96579,300,5,0,5715,0,1,0,0,0),(60465,17156,530,1,1,0,0,-2018.45,7120.21,3.75999,4.10871,300,5,0,5715,0,1,0,0,0),(60466,17156,530,1,1,0,0,-2034.95,7079.04,6.74739,5.11131,300,5,0,5715,0,1,0,0,0),(60467,17156,530,1,1,0,0,-2034.27,7112.53,2.86368,5.92624,300,5,0,5715,0,1,0,0,0),(60468,17156,530,1,1,0,0,-2048.93,7131.99,-1.83046,4.73973,300,5,0,5715,0,1,0,0,0),(60469,17156,530,1,1,0,0,-2077.16,7102.13,-2.69611,4.37797,300,5,0,5715,0,1,0,0,0),(60470,17156,530,1,1,0,0,-2167.36,7123.34,-19.269,2.89207,300,5,0,5715,0,1,0,0,0),(60471,17156,530,1,1,0,0,-2193.05,7091.41,-12.0787,5.49158,300,5,0,5715,0,1,0,0,0),(60472,17156,530,1,1,0,0,-2248.87,7010.29,3.34626,1.09993,300,5,0,5715,0,1,0,0,0),(60473,17156,530,1,1,0,0,-2309.73,7165.81,-12.9302,1.33727,300,5,0,5715,0,1,0,0,0),(60474,17156,530,1,1,0,0,-2357.94,7129.58,-17.6648,0.689988,300,5,0,5715,0,1,0,0,0),(60475,17156,530,1,1,0,0,-2215.81,7095.54,-12.905,4.8017,300,5,0,5715,0,1,0,0,0),(60476,17156,530,1,1,0,0,-2431.39,7173.15,-17.7238,6.05148,300,5,0,5715,0,1,0,0,0),(60477,17156,530,1,1,0,0,-2438.57,7145.35,-16.152,5.16628,300,5,0,5715,0,1,0,0,0),(60478,17156,530,1,1,0,0,-1981.3,6876.39,-84.4393,5.06099,300,5,0,5715,0,1,0,0,0),(60479,17156,530,1,1,0,0,-1920.27,6866.94,-56.2309,0.210174,300,5,0,5715,0,1,0,0,0),(60480,17156,530,1,1,0,0,-1889.46,6837.21,-56.3489,6.24414,300,5,0,5715,0,1,0,0,0),(60481,17156,530,1,1,0,0,-1863.92,6825.04,-39.5344,1.02183,300,5,0,5715,0,1,0,0,0),(60482,17156,530,1,1,0,0,-1914.72,6819.3,-71.3079,0.481978,300,5,0,5715,0,1,0,0,0),(60483,17156,530,1,1,0,0,-1965.55,6801.45,-76.39,5.16949,300,5,0,5715,0,1,0,0,0),(60484,17156,530,1,1,0,0,-1944.94,6785.08,-74.7553,0.225554,300,5,0,5715,0,1,0,0,0),(60485,17156,530,1,1,0,0,-1918.07,6754.36,-67.7854,2.54574,300,5,0,5715,0,1,0,0,0),(60486,17156,530,1,1,0,0,-1873.61,6744.62,-63.8361,1.25707,300,5,0,5715,0,1,0,0,0),(60487,17156,530,1,1,0,0,-1873.59,6756.74,-61.3537,1.89826,300,5,0,5715,0,1,0,0,0),(60488,17156,530,1,1,0,0,-1793.28,6715.38,-26.3057,3.01046,300,5,0,5715,0,1,0,0,0),(60489,17156,530,1,1,0,0,-1852.13,6711.19,-58.9286,2.86706,300,5,0,5715,0,1,0,0,0),(60490,17156,530,1,1,0,0,-2376.97,6502.19,30.777,1.38112,300,5,0,5715,0,1,0,0,0),(60491,17156,530,1,1,0,0,-1358.27,6518.88,83.5865,0.944915,300,0,0,5715,0,0,0,0,0),(60492,17156,530,1,1,0,0,-1297.16,6547.06,79.9907,0.09682,300,0,0,5715,0,0,0,0,0),(60493,17156,530,1,1,0,0,-1413.4,6645.64,49.7747,5.81613,300,0,0,5715,0,0,0,0,0),(60494,17156,530,1,1,0,0,-1344.4,6603.19,46.3392,4.77688,300,5,0,5715,0,1,0,0,0),(60495,17157,530,1,1,0,0,-2893.51,6806.41,-40.3916,2.5393,300,5,0,6116,0,1,0,0,0),(60496,17157,530,1,1,0,0,-2919.29,6829.33,-44.3609,1.63139,300,5,0,6116,0,1,0,0,0),(60497,17157,530,1,1,0,0,-2895.61,6844.59,-34.6519,6.08273,300,5,0,6116,0,1,0,0,0),(60498,17157,530,1,1,0,0,-2929.32,6869.18,-40.7861,2.15392,300,5,0,6116,0,1,0,0,0),(60499,17157,530,1,1,0,0,-2966.85,6832.03,-69.1553,4.2195,300,5,0,6116,0,1,0,0,0),(60500,17157,530,1,1,0,0,-2943.77,6910.5,-41.4613,4.93406,300,5,0,6116,0,1,0,0,0),(60501,17157,530,1,1,0,0,-2917.16,6906.95,-38.0165,5.63432,300,0,0,6116,0,0,0,0,0),(60502,17157,530,1,1,0,0,-2883.95,6912.89,-38.2565,2.34514,300,5,0,6116,0,1,0,0,0),(60503,17157,530,1,1,0,0,-2954,6950.66,-44.5588,5.15421,300,5,0,6116,0,1,0,0,0),(60504,17157,530,1,1,0,0,-2899.62,6966.02,-38.0025,2.37001,300,5,0,6116,0,1,0,0,0),(60505,17157,530,1,1,0,0,-2920.48,6970.75,-39.9576,2.66135,300,5,0,6116,0,1,0,0,0),(60506,17157,530,1,1,0,0,-2940.32,7016.74,-42.0068,0.0166,300,5,0,6116,0,1,0,0,0),(60507,17157,530,1,1,0,0,-2914.91,7068.61,-19.3423,5.13279,300,5,0,6116,0,1,0,0,0),(60508,17157,530,1,1,0,0,-2974.81,6976.95,-45.2983,4.92894,300,5,0,6116,0,1,0,0,0),(60509,17157,530,1,1,0,0,-2967.77,7056.69,-44.0965,2.45236,300,5,0,6116,0,1,0,0,0),(60510,17157,530,1,1,0,0,-2944.69,7122.47,18.2724,1.40804,300,5,0,6116,0,1,0,0,0),(60511,17157,530,1,1,0,0,-2581.68,7549.9,8.39051,4.46699,300,5,0,6116,0,1,0,0,0),(60512,17157,530,1,1,0,0,-2607.61,7581.07,14.5548,5.88223,300,5,0,6116,0,1,0,0,0),(60513,17157,530,1,1,0,0,-2640.28,7548.69,27.317,1.52196,300,5,0,6116,0,1,0,0,0),(60514,17157,530,1,1,0,0,-2781.34,7586.84,15.2337,0.285279,300,5,0,6116,0,1,0,0,0),(60515,17157,530,1,1,0,0,-2689.08,7582.09,27.6034,5.21853,300,0,0,6116,0,0,0,0,0),(60516,17157,530,1,1,0,0,-2813.34,7520.13,-3.3827,1.54346,300,5,0,6116,0,1,0,0,0),(60517,17157,530,1,1,0,0,-2753.39,7496.32,20.7914,3.50379,300,5,0,6116,0,1,0,0,0),(60518,17157,530,1,1,0,0,-2797.46,7497.32,4.91853,0.951909,300,5,0,6116,0,1,0,0,0),(60519,17157,530,1,1,0,0,-2876.47,7462.06,7.51596,0.403353,300,5,0,6116,0,1,0,0,0),(60520,17157,530,1,1,0,0,-2845.09,7403.22,32.3224,2.64825,300,5,0,6116,0,1,0,0,0),(60521,17157,530,1,1,0,0,-2997.06,7422.77,6.31374,0.29715,300,5,0,6116,0,1,0,0,0),(60522,17157,530,1,1,0,0,-2989.85,7377.57,12.1876,1.38413,300,5,0,6116,0,1,0,0,0),(60523,17157,530,1,1,0,0,-3023.78,7102.22,-27.5768,6.2578,300,5,0,6116,0,1,0,0,0),(60524,17157,530,1,1,0,0,-3048.98,7121.76,-32.1906,0.6332,300,5,0,6116,0,1,0,0,0),(60525,17157,530,1,1,0,0,-3150.64,7122.35,-32.9378,4.5238,300,5,0,6116,0,1,0,0,0),(60526,17157,530,1,1,0,0,-3133.69,7068.38,-39.4045,0.376152,300,5,0,6116,0,1,0,0,0),(60527,17157,530,1,1,0,0,-3156.39,7315.95,-26.4075,1.24472,300,5,0,6116,0,1,0,0,0),(60528,17157,530,1,1,0,0,-2999.91,7577.49,16.3805,3.45218,300,5,0,6116,0,1,0,0,0),(60529,17157,530,1,1,0,0,-2977.28,7613.53,21.452,1.09405,300,5,0,6116,0,1,0,0,0),(60530,17157,530,1,1,0,0,-2932.24,7660.53,20.802,1.99338,300,5,0,6116,0,1,0,0,0),(60531,17157,530,1,1,0,0,-2838.47,7900.91,-19.8821,0.449256,300,5,0,6116,0,1,0,0,0),(60532,17157,530,1,1,0,0,-2676.01,7938.47,-25.906,3.93736,300,5,0,6116,0,1,0,0,0),(60533,17157,530,1,1,0,0,-2793.3,7960.81,-20.0305,5.39201,300,5,0,6116,0,1,0,0,0),(60534,17157,530,1,1,0,0,-2838.16,7942.62,-22.2224,5.80899,300,5,0,6116,0,1,0,0,0),(60535,17157,530,1,1,0,0,-2961.99,7995.95,-10.6467,1.19065,300,5,0,6116,0,1,0,0,0),(60536,17157,530,1,1,0,0,-2976.31,8072.2,-20.1875,5.02213,300,5,0,6116,0,1,0,0,0),(60537,17157,530,1,1,0,0,-2979.96,8028.13,-15.4685,1.78121,300,5,0,6116,0,1,0,0,0),(60538,17157,530,1,1,0,0,-3011.7,8027.37,-13.5966,2.31544,300,5,0,6116,0,1,0,0,0),(60539,17157,530,1,1,0,0,-3026.86,8124.13,-38.7471,3.20111,300,5,0,6116,0,1,0,0,0),(60540,17157,530,1,1,0,0,-3053.2,8078.52,-27.5052,3.27369,300,5,0,6116,0,1,0,0,0),(60541,17157,530,1,1,0,0,-3058.33,8108.33,-36.9196,4.66896,300,5,0,6116,0,1,0,0,0),(60542,17157,530,1,1,0,0,-3100.55,8030.09,-32.328,2.71375,300,5,0,6116,0,1,0,0,0),(60543,17157,530,1,1,0,0,-3082.2,8131.03,-53.5547,2.85218,300,5,0,6116,0,1,0,0,0),(60544,17157,530,1,1,0,0,-3082.72,8092.14,-37.5364,1.57275,300,5,0,6116,0,1,0,0,0),(60545,17157,530,1,1,0,0,-2979.81,8150.57,-26.4425,5.77947,300,5,0,6116,0,1,0,0,0),(60546,17157,530,1,1,0,0,-3037.93,8192.5,-54.276,4.99739,300,5,0,6116,0,1,0,0,0),(60547,17157,530,1,1,0,0,-2985.3,8230.01,-32.4566,2.77688,300,5,0,6116,0,1,0,0,0),(60548,17157,530,1,1,0,0,-3036.27,8173.49,-55.9902,6.26952,300,5,0,6116,0,1,0,0,0),(60549,17157,530,1,1,0,0,-3010.51,8260.86,-47.1934,0.203187,300,5,0,6116,0,1,0,0,0),(60550,17157,530,1,1,0,0,-2978.49,8286.53,-36.6769,0.804055,300,5,0,6116,0,1,0,0,0),(60551,17157,530,1,1,0,0,-2620.68,8587.24,-13.5926,5.41562,300,5,0,6116,0,1,0,0,0),(60552,17157,530,1,1,0,0,-2914.78,8377.17,-30.3559,0.02506,300,5,0,6116,0,1,0,0,0),(60553,17157,530,1,1,0,0,-2906.2,8420.78,-28.4929,0.479381,300,5,0,6116,0,1,0,0,0),(60554,17157,530,1,1,0,0,-2921.37,8480.57,-25.4053,0.7135,300,5,0,6116,0,1,0,0,0),(60555,17157,530,1,1,0,0,-2959.82,8341.06,-28.8287,2.8696,300,5,0,6116,0,1,0,0,0),(60556,17157,530,1,1,0,0,-3023.94,8365.83,-46.7089,4.19386,300,5,0,6116,0,1,0,0,0),(60557,17157,530,1,1,0,0,-2980.65,8496.42,-46.0591,3.07029,300,5,0,6116,0,1,0,0,0),(60558,17157,530,1,1,0,0,-3002.85,8429.87,-38.6254,2.48312,300,5,0,6116,0,1,0,0,0),(60559,17157,530,1,1,0,0,-2962.37,8451.56,-31.0911,0.65251,300,5,0,6116,0,1,0,0,0),(60560,17157,530,1,1,0,0,-2945.33,8508.09,-27.3972,0.815776,300,5,0,6116,0,1,0,0,0),(60561,17157,530,1,1,0,0,-2986.81,8543.31,-43.4513,3.76945,300,5,0,6116,0,1,0,0,0),(60562,17157,530,1,1,0,0,-2924.61,8548.75,-29.5462,0.900691,300,5,0,6116,0,1,0,0,0),(60563,17157,530,1,1,0,0,-2938.7,8591.99,-32.4401,0.186668,300,5,0,6116,0,1,0,0,0),(60564,17157,530,1,1,0,0,-2950.76,8645.85,-38.0422,2.25591,300,5,0,6116,0,1,0,0,0),(60565,17157,530,1,1,0,0,-2921.26,8652.28,-34.6147,4.72411,300,5,0,6116,0,1,0,0,0),(60566,17157,530,1,1,0,0,-2861.06,8645.97,-28.9896,6.20199,300,5,0,6116,0,1,0,0,0),(60567,17157,530,1,1,0,0,-2915.43,8682.97,-36.5825,1.00688,300,5,0,6116,0,1,0,0,0),(60568,17157,530,1,1,0,0,-2342.41,8718.29,-3.96157,2.67707,300,5,0,6116,0,1,0,0,0),(60569,17157,530,1,1,0,0,-2326.03,8728.83,1.15754,4.15007,300,5,0,6116,0,1,0,0,0),(60570,17157,530,1,1,0,0,-2384.12,8681.82,-14.7322,4.69274,300,5,0,6116,0,1,0,0,0),(60571,17157,530,1,1,0,0,-2420.06,8711.33,0.3024,1.45108,300,5,0,6116,0,1,0,0,0),(60572,17157,530,1,1,0,0,-2373.37,8747.22,13.1611,5.05699,300,5,0,6116,0,1,0,0,0),(60573,17157,530,1,1,0,0,-2471.6,8718.03,-1.02497,2.61324,300,5,0,6116,0,1,0,0,0),(60574,17157,530,1,1,0,0,-2478.83,8685.87,-17.3072,3.69769,300,5,0,6116,0,1,0,0,0),(60575,17157,530,1,1,0,0,-2497.29,8699.82,3.28503,3.96565,300,5,0,6116,0,1,0,0,0),(60576,17157,530,1,1,0,0,-2542.59,8711.36,-4.33817,1.67056,300,5,0,6116,0,1,0,0,0),(60577,17157,530,1,1,0,0,-2560.01,8750.9,28.0849,1.30001,300,5,0,6116,0,1,0,0,0),(60578,17157,530,1,1,0,0,-2612.29,8717.48,-15.7712,5.88419,300,5,0,6116,0,1,0,0,0),(60579,17157,530,1,1,0,0,-2655.33,8737.31,-23.5916,1.85795,300,5,0,6116,0,1,0,0,0),(60580,17157,530,1,1,0,0,-2640.88,8773.33,-11.3166,3.33018,300,5,0,6116,0,1,0,0,0),(60581,17157,530,1,1,0,0,-2714.22,8747.06,-28.4924,5.74344,300,5,0,6116,0,1,0,0,0),(60582,17157,530,1,1,0,0,-2688,8777.4,-18.7323,4.18888,300,5,0,6116,0,1,0,0,0),(60583,17157,530,1,1,0,0,-2688.09,8739.41,-26.5123,2.60421,300,5,0,6116,0,1,0,0,0),(60584,17157,530,1,1,0,0,-2586.93,8810.07,19.7377,6.01006,300,5,0,6116,0,1,0,0,0),(60585,17157,530,1,1,0,0,-2751.61,8786.14,-41.4873,5.85187,300,5,0,6116,0,1,0,0,0),(60586,17157,530,1,1,0,0,-2750.63,8711.18,-30.7163,4.66745,300,5,0,6116,0,1,0,0,0),(60587,17157,530,1,1,0,0,-2785.87,8743.17,-28.9876,4.70458,300,5,0,6116,0,1,0,0,0),(60588,17157,530,1,1,0,0,-2654.51,8849.23,-7.50705,4.72619,300,5,0,6116,0,1,0,0,0),(60589,17157,530,1,1,0,0,-2630.87,8826.62,-12.9747,2.45236,300,5,0,6116,0,1,0,0,0),(60590,17157,530,1,1,0,0,-2615.39,8849.03,-14.4904,1.38811,300,5,0,6116,0,1,0,0,0),(60591,17157,530,1,1,0,0,-2652.27,8880.84,-10.9751,1.60342,300,5,0,6116,0,1,0,0,0),(60592,17157,530,1,1,0,0,-2599.53,8907.4,-11.1988,5.82578,300,5,0,6116,0,1,0,0,0),(60593,17157,530,1,1,0,0,-2589.76,8965.09,-5.59361,1.78735,300,5,0,6116,0,1,0,0,0),(60594,17157,530,1,1,0,0,-1769.59,8944.72,58.1419,5.91953,300,5,0,6116,0,1,0,0,0),(60595,17157,530,1,1,0,0,-1878.44,8788.99,40.2464,2.81644,300,5,0,6116,0,1,0,0,0),(60596,17158,530,1,1,0,0,-1759.75,6370.54,40.3975,2.26904,300,5,0,4572,2705,1,0,0,0),(60597,17158,530,1,1,0,0,-1591.18,6270.28,61.6115,4.72997,300,5,0,4572,2705,1,0,0,0),(60598,17158,530,1,1,0,0,-1474.52,6404.28,28.8356,3.79871,300,5,0,4572,2705,1,0,0,0),(60599,17158,530,1,1,0,0,-1614.38,6447.17,26.3975,2.29742,300,5,0,4572,2705,1,0,0,0),(60600,17158,530,1,1,0,0,-1652.48,6581.86,5.87863,3.17632,300,5,0,4572,2705,1,0,0,0),(60601,17158,530,1,1,0,0,-1813.19,6453.13,30.5312,1.43566,300,5,0,4572,2705,1,0,0,0),(60602,17158,530,1,1,0,0,-2046.01,6412.71,33.2101,2.49418,300,5,0,4572,2705,1,0,0,0),(60603,17158,530,1,1,0,0,-2137.44,6316.04,48.4922,3.41024,300,5,0,4572,2705,1,0,0,0),(60604,17158,530,1,1,0,0,-2145.56,6250.8,67.2088,1.47297,300,5,0,4572,2705,1,0,0,0),(60605,17158,530,1,1,0,0,-2354.6,6387.52,25.7617,5.51605,300,0,0,4572,2705,0,0,0,0),(60606,17158,530,1,1,0,0,-2324.11,6321.51,30.9675,3.74942,300,5,0,4572,2705,1,0,0,0),(60607,17158,530,1,1,0,0,-2583.79,6538.9,13.4237,1.99993,300,5,0,4572,2705,1,0,0,0),(60608,17158,530,1,1,0,0,-2763.72,6856.9,-9.63841,2.83498,300,5,0,4572,2705,1,0,0,0),(60609,17158,530,1,1,0,0,-1829.39,6980.7,-45.7948,4.08431,300,5,0,4572,2705,1,0,0,0),(60610,17158,530,1,1,0,0,-2182.38,7082.55,-10.5814,4.72448,300,5,0,4572,2705,1,0,0,0),(60611,17158,530,1,1,0,0,-2214.6,7101.72,-13.3947,1.78735,300,0,0,4572,2705,0,0,0,0),(60612,17158,530,1,1,0,0,-2411.65,7045.55,-7.37025,0.110935,300,5,0,4572,2705,1,0,0,0),(60613,17158,530,1,1,0,0,-2310.09,6949.85,-2.79881,6.23333,300,5,0,4572,2705,1,0,0,0),(60614,17158,530,1,1,0,0,-2248.84,6942.55,-5.2024,4.48192,300,5,0,4572,2705,1,0,0,0),(60615,17158,530,1,1,0,0,-1761.44,6774.95,-21.6742,4.93868,300,5,0,4572,2705,1,0,0,0),(60616,17158,530,1,1,0,0,-1721.77,6689.65,-17.1048,3.31027,300,5,0,4572,2705,1,0,0,0),(60617,17158,530,1,1,0,0,-1784.85,6629.97,-9.15831,4.49181,300,5,0,4572,2705,1,0,0,0),(60618,17158,530,1,1,0,0,-1881.83,6609.67,1.39477,5.90522,300,5,0,4572,2705,1,0,0,0),(60619,17158,530,1,1,0,0,-2280.45,6508.78,12.1136,3.9705,300,5,0,4572,2705,1,0,0,0),(60620,17158,530,1,1,0,0,-1325.82,6687.04,40.8139,4.03429,300,5,0,4572,2705,1,0,0,0),(60621,17158,530,1,1,0,0,-1424.12,6919.95,10.5877,3.12011,300,5,0,4572,2705,1,0,0,0),(60622,17158,530,1,1,0,0,-1527.07,6814.81,5.41164,6.13414,300,5,0,4572,2705,1,0,0,0),(60623,17159,530,1,1,0,0,-2697.92,7040.53,-6.81427,0.620493,300,5,0,4731,2790,1,0,0,0),(60624,17159,530,1,1,0,0,-2818.25,7048.97,-11.0032,2.36344,300,5,0,4731,2790,1,0,0,0),(60625,17159,530,1,1,0,0,-2784.52,7907.15,-34.792,5.0363,300,5,0,4731,2790,1,0,0,0),(60626,17159,530,1,1,0,0,-2284.43,7761.18,-25.4335,3.67201,300,5,0,4731,2790,1,0,0,0),(60627,17159,530,1,1,0,0,-2025.44,7877.23,-34.0622,0.671234,300,5,0,4731,2790,1,0,0,0),(60628,17159,530,1,1,0,0,-2014.98,7375.31,-33.0574,3.00439,300,5,0,4731,2790,1,0,0,0),(60629,17159,530,1,1,0,0,-2180.41,7449.87,-34.7481,6.23082,300,0,0,4731,2790,0,0,0,0),(60630,17159,530,1,1,0,0,-2526.47,7053.58,-7.4787,3.03007,300,5,0,4731,2790,1,0,0,0),(60631,17159,530,1,1,0,0,-1590.26,7181.33,6.30724,2.19948,300,0,0,4731,2790,0,0,0,0),(60632,17159,530,1,1,0,0,-1389.92,7483.95,6.56155,3.17283,300,5,0,4731,2790,1,0,0,0),(60633,17159,530,1,1,0,0,-1346.91,7635.51,2.38691,0.297694,300,5,0,4731,2790,1,0,0,0),(60634,17159,530,1,1,0,0,-1358.4,7628.8,3.10802,2.95013,300,0,0,4731,2790,0,0,0,0),(60635,17159,530,1,1,0,0,-978.598,7958.43,24.6485,3.17889,300,5,0,4731,2790,1,0,0,0),(60636,17159,530,1,1,0,0,-829.446,8085.04,34.6094,3.00439,300,5,0,4731,2790,1,0,0,0),(60637,17159,530,1,1,0,0,-750.979,8114.65,51.0695,3.63759,300,5,0,4731,2790,1,0,0,0),(60638,17159,530,1,1,0,0,-952.465,7785.57,31.3314,4.62827,300,5,0,4731,2790,1,0,0,0),(60639,17159,530,1,1,0,0,-911.373,7608.63,41.3711,3.21095,300,5,0,4731,2790,1,0,0,0),(60640,17159,530,1,1,0,0,-1126.66,7418.87,33.5767,2.08737,300,0,0,4731,2790,0,0,0,0),(60641,17159,530,1,1,0,0,-804.637,7327.55,42.4553,2.35896,300,5,0,4731,2790,1,0,0,0),(60642,17160,530,1,1,0,0,-2934.27,8258.85,-32.9577,4.05717,300,5,0,4892,2846,1,0,0,0),(60643,17160,530,1,1,0,0,-2182.45,8190.03,-27.116,1.60402,300,5,0,4892,2846,1,0,0,0),(60644,17160,530,1,1,0,0,-2279.8,8279.81,-32.6149,4.593,300,5,0,4892,2846,1,0,0,0),(60645,17160,530,1,1,0,0,-2221.37,8358.05,-26.2414,1.40404,300,5,0,4892,2846,1,0,0,0),(60646,17160,530,1,1,0,0,-2235.67,8569.7,-12.4099,4.57326,300,5,0,4892,2846,1,0,0,0),(60647,17160,530,1,1,0,0,-2670.24,8528.18,-37.0342,1.7954,300,5,0,4892,2846,1,0,0,0),(60648,17160,530,1,1,0,0,-2315.6,8617.14,-15.6832,3.06518,300,5,0,4892,2846,1,0,0,0),(60649,17160,530,1,1,0,0,-2235.67,8678.85,-6.68544,3.41641,300,5,0,4892,2846,1,0,0,0),(60650,17160,530,1,1,0,0,-1205,8279.31,9.8011,5.2375,300,5,0,4892,2846,1,0,0,0),(60651,17160,530,1,1,0,0,-1152.11,8310.31,22.1004,2.64388,300,5,0,4892,2846,1,0,0,0),(60652,17160,530,1,1,0,0,-786.632,8509.85,41.4289,2.66135,300,5,0,4892,2846,1,0,0,0),(60653,17160,530,1,1,0,0,-1208.82,8708.96,38.245,0.095784,300,5,0,4892,2846,1,0,0,0),(60654,17160,530,1,1,0,0,-1311.98,8728.63,30.2339,6.24317,300,5,0,4892,2846,1,0,0,0),(60655,17160,530,1,1,0,0,-1313.86,8599.33,21.8203,2.3203,300,5,0,4892,2846,1,0,0,0),(60656,17160,530,1,1,0,0,-1681.28,8826.55,36.8134,5.55995,300,5,0,4892,2846,1,0,0,0),(60657,17160,530,1,1,0,0,-1694.04,8954.35,40.0056,1.06649,300,5,0,4892,2846,1,0,0,0),(60658,17160,530,1,1,0,0,-2048.26,8878.08,32.197,3.96222,300,5,0,4892,2846,1,0,0,0),(60659,17179,530,1,1,0,0,-3813.38,-13392.9,79.8274,5.04611,300,5,0,108,0,1,0,0,0),(60660,17179,530,1,1,0,0,-3822.59,-13362.6,79.8953,4.1427,300,5,0,108,0,1,0,0,0),(60661,17179,530,1,1,0,0,-3749.16,-13356.3,81.1474,0.264022,300,5,0,108,0,1,0,0,0),(60662,17179,530,1,1,0,0,-3787.35,-13379.2,80.2762,2.52923,300,5,0,108,0,1,0,0,0),(60663,17179,530,1,1,0,0,-3787.65,-13351.4,80.2212,3.29759,300,5,0,108,0,1,0,0,0),(60664,17179,530,1,1,0,0,-3784.23,-13323.1,83.2617,2.80013,300,5,0,108,0,1,0,0,0),(60665,17179,530,1,1,0,0,-3752.25,-13327,83.2433,4.79579,300,5,0,108,0,1,0,0,0),(60666,17180,530,1,1,0,0,-3800.95,-13396.4,80.6838,1.55334,300,5,0,53,0,1,0,0,0),(60667,17180,530,1,1,0,0,-3825.08,-13367.6,79.9639,1.09956,300,5,0,53,0,1,0,0,0),(60668,17180,530,1,1,0,0,-3769.9,-13342.3,79.7947,4.10152,300,5,0,53,0,1,0,0,0),(60669,17180,530,1,1,0,0,-3798.88,-13348.1,80.1188,6.03884,300,5,0,53,0,1,0,0,0),(60670,17181,530,1,1,0,0,-3807.36,-13372.6,80.0588,4.41568,300,5,0,53,0,1,0,0,0),(60671,17181,530,1,1,0,0,-3782.17,-13355.1,79.6191,6.0912,300,5,0,53,0,1,0,0,0),(60672,17181,530,1,1,0,0,-3799.52,-13336.4,80.739,5.25344,300,5,0,53,0,1,0,0,0),(60673,17182,530,1,1,0,0,-3797.25,-13362.9,80.1512,1.62316,300,5,0,53,0,1,0,0,0),(60674,17182,530,1,1,0,0,-3735.68,-13337.3,83.8505,3.05433,300,5,0,53,0,1,0,0,0),(60675,17182,530,1,1,0,0,-3786.34,-13332.5,81.3662,5.07891,300,5,0,53,0,1,0,0,0),(60676,17183,530,1,1,0,1,-4601.54,-11487.9,16.6576,0.925342,300,5,0,137,0,1,0,0,0),(60677,17183,530,1,1,0,1,-4585.2,-11555.5,16.7298,1.51021,300,5,0,137,0,1,0,0,0),(60678,17183,530,1,1,0,1,-4621.58,-11584.8,18.1682,2.39593,300,5,0,137,0,1,0,0,0),(60679,17183,530,1,1,0,1,-4586.91,-11577.2,15.5943,0.486809,300,5,0,137,0,1,0,0,0),(60680,17183,530,1,1,0,1,-4648.55,-11583.4,18.3461,5.6795,300,5,0,137,0,1,0,0,0),(60681,17183,530,1,1,0,1,-4541.67,-11641.7,16.5,0.598152,300,0,0,137,0,0,0,0,0),(60682,17183,530,1,1,0,1,-4486.04,-11592.1,13.3159,2.46049,300,5,0,137,0,1,0,0,0),(60683,17183,530,1,1,0,1,-4479.63,-11580.9,13.7138,0.976076,300,5,0,137,0,1,0,0,0),(60684,17183,530,1,1,0,1,-4582.48,-11585.3,15.5831,5.21462,300,5,0,137,0,1,0,0,0),(60685,17183,530,1,1,0,1,-4586.5,-11564.1,16.2953,4.58202,300,5,0,137,0,1,0,0,0),(60686,17183,530,1,1,0,1,-4597.4,-11482.4,14.5317,0.774349,300,5,0,137,0,1,0,0,0),(60687,17184,530,1,1,0,1,-4654.83,-11481.7,19.5651,3.45437,300,5,0,126,289,1,0,0,0),(60688,17184,530,1,1,0,1,-4693.06,-11546,26.1713,2.81826,300,5,0,126,289,1,0,0,0),(60689,17184,530,1,1,0,1,-4556.15,-11582.2,12.494,5.39471,300,5,0,126,289,1,0,0,0),(60690,17184,530,1,1,0,1,-4639.35,-11610.7,21.6946,1.08947,300,5,0,126,289,1,0,0,0),(60691,17184,530,1,1,0,1,-4587.85,-11627.6,17.8965,5.67762,300,5,0,126,289,1,0,0,0),(60692,17184,530,1,1,0,1,-4522.19,-11635.6,13.3691,0.855211,300,5,0,126,289,1,0,0,0),(60693,17184,530,1,1,0,1,-4512.2,-11614.8,11.55,6.0254,300,5,0,126,289,1,0,0,0),(60694,17184,530,1,1,0,1,-4508.72,-11545.1,18.6361,0.670072,300,5,0,126,289,1,0,0,0),(60695,17184,530,1,1,0,1,-4448.07,-11613.2,10.4776,2.89314,300,5,0,126,289,1,0,0,0),(60696,17184,530,1,1,0,1,-4516.25,-11681,15.1601,5.63493,300,5,0,126,289,1,0,0,0),(60697,17184,530,1,1,0,1,-4462.67,-11617.3,11.5843,1.83379,300,5,0,126,289,1,0,0,0),(60698,17184,530,1,1,0,1,-4649.05,-11683.7,26.2474,2.20454,300,5,0,126,289,1,0,0,0),(60699,17184,530,1,1,0,1,-4439.13,-11622.3,9.9659,0.019285,300,5,0,126,289,1,0,0,0),(60700,17184,530,1,1,0,1,-4514.59,-11557,17.3444,5.04825,300,5,0,126,289,1,0,0,0),(60701,17184,530,1,1,0,1,-4578.76,-11519.6,19.1536,4.74558,300,5,0,126,289,1,0,0,0),(60703,17184,530,1,1,0,1,-4646.28,-11484,18.6961,1.95317,300,5,0,126,289,1,0,0,0),(60704,17185,530,1,1,0,1,-4570.54,-11529.3,18.902,5.33822,300,5,0,156,0,1,0,0,0),(60705,17185,530,1,1,0,1,-4616.27,-11601.5,18.5975,1.10502,300,5,0,156,0,1,0,0,0),(60706,17185,530,1,1,0,1,-4675.22,-11522.9,28.8371,5.52001,300,5,0,156,0,1,0,0,0),(60707,17185,530,1,1,0,1,-4554.92,-11537.1,19.5139,1.90011,300,5,0,156,0,1,0,0,0),(60708,17185,530,1,1,0,1,-4604.64,-11546,18.4642,0.966814,300,5,0,156,0,1,0,0,0),(60709,17185,530,1,1,0,1,-4640.3,-11539.8,16.8381,0.977384,300,5,0,156,0,1,0,0,0),(60710,17185,530,1,1,0,1,-4575.77,-11634.8,18.0564,2.70526,300,5,0,156,0,1,0,0,0),(60711,17185,530,1,1,0,1,-4645.16,-11651,23.5197,6.18934,300,5,0,156,0,1,0,0,0),(60712,17185,530,1,1,0,1,-4556.1,-11604.7,16.5071,6.11451,300,5,0,156,0,1,0,0,0),(60713,17185,530,1,1,0,1,-4482.93,-11619.3,11.0563,3.08923,300,5,0,156,0,1,0,0,0),(60714,17185,530,1,1,0,1,-4446.96,-11593.7,12.6575,5.05875,300,5,0,156,0,1,0,0,0),(60715,17185,530,1,1,0,1,-4451.32,-11590.1,13.03,5.09471,300,5,0,156,0,1,0,0,0),(60716,17185,530,1,1,0,1,-4510.1,-11595.3,12.3813,4.85202,300,5,0,156,0,1,0,0,0),(60717,17185,530,1,1,0,1,-4531.08,-11610.1,14.5771,6.08273,300,5,0,156,0,1,0,0,0),(60718,17185,530,1,1,0,1,-4554.64,-11545.6,18.4911,4.91833,300,5,0,156,0,1,0,0,0),(60719,17186,530,1,1,0,0,-4880.67,-10994.1,9.4735,0.014038,300,5,0,156,0,1,0,0,0),(60720,17186,530,1,1,0,0,-5086.7,-10851.1,8.90275,0.031349,300,5,0,156,0,1,0,0,0),(60721,17186,530,1,1,0,0,-5170.09,-10842.6,7.70324,3.28974,300,5,0,156,0,1,0,0,0),(60722,17186,530,1,1,0,0,-5202.93,-10904.1,11.1367,3.74207,300,5,0,156,0,1,0,0,0),(60723,17186,530,1,1,0,0,-4964.13,-10999.4,20.8955,3.74885,300,5,0,156,0,1,0,0,0),(60724,17186,530,1,1,0,0,-4948.8,-11034.1,13.5057,0,300,5,0,156,0,1,0,0,0),(60725,17186,530,1,1,0,0,-5026.89,-10977.6,21.7301,0.369627,300,5,0,156,0,1,0,0,0),(60726,17186,530,1,1,0,0,-5028.43,-11039.9,25.3248,2.29679,300,5,0,156,0,1,0,0,0),(60727,17186,530,1,1,0,0,-5014.85,-11130.4,19.9201,5.26353,300,5,0,156,0,1,0,0,0),(60728,17186,530,1,1,0,0,-5105.17,-10978.5,26.8447,2.60032,300,5,0,156,0,1,0,0,0),(60729,17186,530,1,1,0,0,-5185.26,-11088.2,20.7288,5.25649,300,5,0,156,0,1,0,0,0),(60730,17186,530,1,1,0,0,-5252.95,-11083.3,17.7755,2.60976,300,5,0,156,0,1,0,0,0),(60731,17186,530,1,1,0,0,-5101.11,-11145.6,25.971,0.61528,300,5,0,156,0,1,0,0,0),(60732,17186,530,1,1,0,0,-4977.29,-11143.5,17.8175,3.81206,300,5,0,156,0,1,0,0,0),(60733,17186,530,1,1,0,0,-5096.44,-10913.7,15.6701,2.67035,300,5,0,156,0,1,0,0,0),(60734,17187,530,1,1,0,0,-4967.94,-11250.2,24.5789,1.97851,300,5,0,148,165,1,0,0,0),(60735,17187,530,1,1,0,0,-4941.81,-11051,13.7285,1.5708,300,5,0,148,165,1,0,0,0),(60736,17187,530,1,1,0,0,-4901.18,-10951.4,12.6623,4.0044,300,5,0,148,165,1,0,0,0),(60737,17187,530,1,1,0,0,-5020.54,-10905.3,12.3429,5.02179,300,5,0,148,165,1,0,0,0),(60738,17187,530,1,1,0,0,-5025.31,-10843.3,4.04934,2.60024,300,5,0,148,165,1,0,0,0),(60739,17187,530,1,1,0,0,-5120.51,-10918.4,15.4105,1.29154,300,5,0,148,165,1,0,0,0),(60740,17187,530,1,1,0,0,-4997.35,-11072.9,23.1912,5.93425,300,5,0,148,165,1,0,0,0),(60741,17187,530,1,1,0,0,-5066.77,-11055.5,27.927,4.4855,300,5,0,148,165,1,0,0,0),(60742,17187,530,1,1,0,0,-5093.04,-11081.8,28.9992,0.139626,300,5,0,148,165,1,0,0,0),(60743,17187,530,1,1,0,0,-5045.72,-11162.3,19.1993,3.16793,300,5,0,148,165,1,0,0,0),(60744,17187,530,1,1,0,0,-5097.26,-11010.2,27.4306,0.237892,300,5,0,148,165,1,0,0,0),(60745,17187,530,1,1,0,0,-5148.67,-11047.9,29.9789,0.539692,300,5,0,148,165,1,0,0,0),(60746,17187,530,1,1,0,0,-5154.32,-11122.2,27.0415,4.56298,300,5,0,148,165,1,0,0,0),(60747,17187,530,1,1,0,0,-5169.62,-10951.2,15.6407,5.71042,300,5,0,148,165,1,0,0,0),(60748,17187,530,1,1,0,0,-5260.31,-11028.5,18.6663,5.13365,300,5,0,148,165,1,0,0,0),(60749,17187,530,1,1,0,0,-5224.88,-11058.5,21.7714,6.07724,300,5,0,148,165,1,0,0,0),(60750,17187,530,1,1,0,0,-5226.52,-11021.7,21.7736,1.59784,300,5,0,148,165,1,0,0,0),(60751,17187,530,1,1,0,0,-5220.79,-11114.4,16.8481,2.89472,300,5,0,148,165,1,0,0,0),(60752,17187,530,1,1,0,0,-5145.53,-11182.3,30.2518,0.743985,300,5,0,148,165,1,0,0,0),(60753,17187,530,1,1,0,0,-4978.81,-11192.7,16.9285,2.6529,300,5,0,148,165,1,0,0,0),(60754,17188,530,1,1,0,0,-4921.54,-11181.2,26.3964,2.39215,300,5,0,176,0,1,0,0,0),(60755,17188,530,1,1,0,0,-4979.44,-10950.8,13.763,5.77959,300,5,0,176,0,1,0,0,0),(60756,17188,530,1,1,0,0,-5034.94,-10881.6,9.6081,0.528356,300,5,0,176,0,1,0,0,0),(60757,17188,530,1,1,0,0,-5188.38,-10906.5,14.3079,1.67066,300,5,0,176,0,1,0,0,0),(60758,17188,530,1,1,0,0,-4939.58,-11006.3,17.056,2.99352,300,5,0,176,0,1,0,0,0),(60759,17188,530,1,1,0,0,-4947.48,-11117.3,24.1939,2.44873,300,5,0,176,0,1,0,0,0),(60760,17188,530,1,1,0,0,-5042.78,-10996.1,23.4983,1.0913,300,5,0,176,0,1,0,0,0),(60761,17188,530,1,1,0,0,-5075.04,-11113.9,25.2299,3.91824,300,5,0,176,0,1,0,0,0),(60762,17188,530,1,1,0,0,-5051.03,-11090.4,27.3492,2.40855,300,5,0,176,0,1,0,0,0),(60763,17188,530,1,1,0,0,-5147.42,-10987.4,22.4489,5.4314,300,5,0,176,0,1,0,0,0),(60764,17188,530,1,1,0,0,-5039.98,-10937.5,20.0215,1.9416,300,5,0,176,0,1,0,0,0),(60765,17188,530,1,1,0,0,-5202.62,-11040.7,26.873,2.61388,300,5,0,176,0,1,0,0,0),(60766,17188,530,1,1,0,0,-5213.46,-10992.3,17.054,4.88324,300,5,0,176,0,1,0,0,0),(60767,17188,530,1,1,0,0,-5256.07,-11056.9,18.8249,5.78247,300,5,0,176,0,1,0,0,0),(60768,17188,530,1,1,0,0,-5281.99,-11052.6,12.917,4.33007,300,5,0,176,0,1,0,0,0),(60769,17188,530,1,1,0,0,-5036.72,-11168.4,20.0762,4.03765,300,5,0,176,0,1,0,0,0),(60770,17189,530,1,1,0,0,-3203.73,-12384.4,20.0718,0.678333,300,5,0,202,0,1,0,0,0),(60771,17189,530,1,1,0,0,-3217.99,-12421.1,19.4682,3.57835,300,5,0,202,0,1,0,0,0),(132616,21791,530,1,1,15880,0,-3814.51,3771.36,275.908,0.261799,180,5,0,42,0,1,0,0,0),(60777,17189,530,1,1,0,0,-3193.69,-12464.9,13.668,3.92433,300,5,0,202,0,1,0,0,0),(60780,17189,530,1,1,0,0,-3150.54,-12503.2,-0.375702,1.72018,300,5,0,202,0,1,0,0,0),(60783,17189,530,1,1,0,0,-3094.6,-12515.8,1.43012,1.26753,300,5,0,202,0,1,0,0,0),(60784,17189,530,1,1,0,0,-3078.97,-12499.2,1.80123,0.821493,300,5,0,202,0,1,0,0,0),(60785,17189,530,1,1,0,0,-3237.25,-12416.4,14.2979,2.04005,300,5,0,202,0,1,0,0,0),(60787,17189,530,1,1,0,0,-3210.22,-12449.7,16.6093,2.09182,300,5,0,202,0,1,0,0,0),(60788,17189,530,1,1,0,0,-3245.69,-12445.7,24.7048,5.55753,300,5,0,202,0,1,0,0,0),(132621,21792,530,1,1,15880,0,-3812.85,3764.83,275.908,2.16421,180,5,0,42,0,1,0,0,0),(60791,17189,530,1,1,0,0,-3220.57,-12482.7,15.4368,0.316448,300,5,0,202,0,1,0,0,0),(60792,17189,530,1,1,0,0,-3242.6,-12470.3,21.7076,2.33395,300,5,0,202,0,1,0,0,0),(60795,17189,530,1,1,0,0,-3127.17,-12458.1,5.78869,0.455295,300,5,0,202,0,1,0,0,0),(60796,17189,530,1,1,0,0,-3138.15,-12438.9,9.3775,2.54688,300,5,0,202,0,1,0,0,0),(60797,17189,530,1,1,0,0,-3082.28,-12463.7,2.53857,4.68405,300,5,0,202,0,1,0,0,0),(60798,17189,530,1,1,0,0,-3067.39,-12483.9,2.25797,0.113369,300,5,0,202,0,1,0,0,0),(60801,17189,530,1,1,0,0,-3187.89,-12479.8,13.7721,1.22614,300,5,0,202,0,1,0,0,0),(60802,17189,530,1,1,0,0,-3162.54,-12470.8,-3.14679,2.25148,300,5,0,202,0,1,0,0,0),(60803,17189,530,1,1,0,0,-3242,-12377.5,10.8308,5.14872,300,5,0,202,0,1,0,0,0),(60804,17189,530,1,1,0,0,-3119.83,-12489.3,2.58276,1.79716,300,5,0,202,0,1,0,0,0),(60806,17189,530,1,1,0,0,-3207.26,-12491,14.6105,0.552175,300,5,0,202,0,1,0,0,0),(60809,17189,530,1,1,0,0,-3147.57,-12419.1,11.5721,3.90659,300,5,0,202,0,1,0,0,0),(60812,17189,530,1,1,0,0,-3151.52,-12400.4,11.8953,0.296828,300,5,0,202,0,1,0,0,0),(60813,17189,530,1,1,0,0,-3173.6,-12392.3,13.6662,3.4913,300,5,0,202,0,1,0,0,0),(60883,17191,530,1,1,0,1,-4855.55,-10833.2,-4.92065,6.08345,300,5,0,160,350,1,0,0,0),(60882,17191,530,1,1,0,1,-4798.98,-10872,-2.28248,2.81766,300,5,0,160,350,1,0,0,0),(60881,17191,530,1,1,0,1,-4800.17,-10872.8,-2.0407,1.39228,300,5,0,160,350,1,0,0,0),(60880,17191,530,1,1,0,1,-4817.61,-10882,1.32898,6.10648,300,5,0,160,350,1,0,0,0),(60879,17191,530,1,1,0,1,-4763.94,-10963.3,-0.849359,5.11804,300,5,0,160,350,1,0,0,0),(60878,17191,530,1,1,0,1,-3482.4,-11824.7,-5.27825,0.162849,300,5,0,160,350,1,0,0,0),(60877,17191,530,1,1,0,1,-3477.84,-11858.6,-1.73835,4.39772,300,5,0,160,350,1,0,0,0),(60876,17191,530,1,1,0,1,-3404.77,-11898.9,0.120021,2.00486,300,5,0,160,350,1,0,0,0),(60875,17191,530,1,1,0,1,-3338.68,-11869.1,0.33021,0.849024,300,5,0,160,350,1,0,0,0),(60874,17191,530,1,1,0,1,-3391.26,-11876.9,-2.57137,0.902948,300,5,0,160,350,1,0,0,0),(60873,17191,530,1,1,0,1,-3276.41,-11857.9,-3.43978,1.86197,300,5,0,160,350,1,0,0,0),(60872,17191,530,1,1,0,1,-3274.07,-11887.7,1.60109,4.60669,300,5,0,160,350,1,0,0,0),(60871,17191,530,1,1,0,1,-3188.98,-11863.8,-5.80274,1.31529,300,5,0,160,350,1,0,0,0),(60870,17191,530,1,1,0,1,-3212.74,-11869.8,-1.48769,1.19749,300,5,0,160,350,1,0,0,0),(60869,17191,530,1,1,0,1,-3468.11,-11872.3,0.103488,1.07809,300,5,0,160,350,1,0,0,0),(60868,17191,530,1,1,0,1,-3494.95,-11826.5,-2.35502,3.68998,300,5,0,160,350,1,0,0,0),(60867,17191,530,1,1,0,1,-3529.08,-11837,0.338427,3.22951,300,5,0,160,350,1,0,0,0),(60865,17191,530,1,1,0,1,-3377.83,-11875,-1.12912,5.46301,300,0,0,160,350,0,0,0,0),(60866,17191,530,1,1,0,1,-3346.05,-11877.2,1.20104,4.98532,300,5,0,160,350,1,0,0,0),(60863,17191,530,1,1,0,1,-3311.02,-11861.7,-0.946687,5.29809,300,5,0,160,350,1,0,0,0),(60864,17191,530,1,1,0,1,-3372.55,-11891.5,0.926316,6.13322,300,5,0,160,350,1,0,0,0),(60862,17191,530,1,1,0,1,-3288.09,-11862.7,-1.60731,2.2688,300,5,0,160,350,1,0,0,0),(60861,17191,530,1,1,0,1,-3298.39,-11871.3,0.424743,5.13438,300,5,0,160,350,1,0,0,0),(60860,17191,530,1,1,0,1,-3211.54,-11885.7,1.19361,4.9341,300,5,0,160,350,1,0,0,0),(60858,17191,530,1,1,0,1,-3116.91,-11914.5,1.44507,4.69367,300,0,0,160,350,0,0,0,0),(60859,17191,530,1,1,0,1,-3170.38,-11902.9,1.57226,5.01658,300,5,0,160,350,1,0,0,0),(60856,17191,530,1,1,0,1,-3114.87,-11925.4,0.331342,3.68837,300,0,0,160,350,0,0,0,0),(60854,17190,530,1,1,0,1,-5335.65,-10966.4,-1.29399,0.970282,300,5,0,156,0,1,0,0,0),(60853,17190,530,1,1,0,1,-5267.59,-10827.4,-2.89718,0.656217,300,5,0,156,0,1,0,0,0),(60852,17190,530,1,1,0,1,-5180.63,-10766.1,-3.79157,0.639632,300,5,0,156,0,1,0,0,0),(60848,17190,530,1,1,0,1,-5032.2,-10766.6,-0.983335,3.76918,300,5,0,156,0,1,0,0,0),(60849,17190,530,1,1,0,1,-4935.96,-10766.5,-1.57371,5.895,300,5,0,156,0,1,0,0,0),(60850,17190,530,1,1,0,1,-4935.27,-10767.8,-1.50384,1.32733,300,5,0,156,0,1,0,0,0),(60851,17190,530,1,1,0,1,-5178.84,-10765.5,-3.77696,3.17721,300,5,0,156,0,1,0,0,0),(60920,17192,530,1,1,0,1,-5335.98,-10966,-1.34048,0.462448,300,0,0,166,178,0,0,0,0),(60918,17192,530,1,1,0,1,-5178.92,-10765.9,-3.74916,2.75202,300,5,0,166,178,1,0,0,0),(60917,17192,530,1,1,0,1,-5033.05,-10768.2,-0.895013,1.52877,300,5,0,166,178,1,0,0,0),(60916,17192,530,1,1,0,1,-4935.9,-10767.4,-1.47325,0.505071,300,5,0,166,178,1,0,0,0),(60915,17192,530,1,1,0,1,-5070.42,-10785.9,0.96753,0.141069,300,5,0,166,178,1,0,0,0),(60914,17192,530,1,1,0,1,-4994.86,-10787,3.89861,6.19518,300,5,0,166,178,1,0,0,0),(60913,17192,530,1,1,0,1,-4855.54,-10833.7,-4.96329,0.272756,300,5,0,166,178,1,0,0,0),(60912,17192,530,1,1,0,1,-4799.51,-10872.6,-2.1335,2.01696,300,5,0,166,178,1,0,0,0),(60911,17192,530,1,1,0,1,-3516.46,-11876.3,1.80166,4.7038,300,5,0,166,178,1,0,0,0),(60910,17192,530,1,1,0,1,-3366.62,-11877.1,0.15664,0.238815,300,5,0,166,178,1,0,0,0),(60909,17192,530,1,1,0,1,-3392.95,-11903.3,1.00181,5.13319,300,5,0,166,178,1,0,0,0),(60908,17192,530,1,1,0,1,-3286.66,-11880.9,1.05148,3.17894,300,5,0,166,178,1,0,0,0),(60907,17192,530,1,1,0,1,-3314.3,-11875.9,0.89782,1.92115,300,5,0,166,178,1,0,0,0),(60906,17192,530,1,1,0,1,-3199.48,-11885.9,0.77867,5.64773,300,5,0,166,178,1,0,0,0),(60905,17192,530,1,1,0,1,-3508.78,-11855.4,-0.382846,2.86063,300,5,0,166,178,1,0,0,0),(60904,17192,530,1,1,0,1,-3399.44,-11888.7,-0.786027,2.02941,300,5,0,166,178,1,0,0,0),(60903,17192,530,1,1,0,1,-3309.9,-11875.5,1.02282,0.447868,300,5,0,166,178,1,0,0,0),(60902,17192,530,1,1,0,1,-3234.23,-11888.3,0.98577,6.19023,300,5,0,166,178,1,0,0,0),(60901,17192,530,1,1,0,1,-3170.79,-11883.3,-1.17139,0,300,5,0,166,178,1,0,0,0),(60900,17192,530,1,1,0,1,-3101.09,-11932.9,-2.14384,5.8455,300,5,0,166,178,1,0,0,0),(60899,17191,530,1,1,0,1,-5336.05,-10965.9,-1.34476,0.284904,300,0,0,160,350,0,0,0,0),(60898,17191,530,1,1,0,1,-5266.22,-10827.7,-2.66407,2.10362,300,5,0,160,350,1,0,0,0),(60895,17191,530,1,1,0,1,-5265.76,-10826.4,-2.83659,3.49237,300,5,0,160,350,1,0,0,0),(60894,17191,530,1,1,0,1,-5180.74,-10765.9,-3.82477,0.438989,300,5,0,160,350,1,0,0,0),(60892,17191,530,1,1,0,1,-5178.9,-10765.2,-3.79381,3.48696,300,5,0,160,350,1,0,0,0),(60891,17191,530,1,1,0,1,-4934.18,-10767.4,-1.64744,2.59641,300,5,0,160,350,1,0,0,0),(60889,17191,530,1,1,0,1,-5033.91,-10767.6,-0.906694,0.447576,300,5,0,160,350,1,0,0,0),(60888,17191,530,1,1,0,1,-4935.65,-10767.7,-1.48078,0.890332,300,5,0,160,350,1,0,0,0),(60887,17191,530,1,1,0,1,-4935.81,-10766.3,-1.61378,5.61243,300,5,0,160,350,1,0,0,0),(60886,17191,530,1,1,0,1,-4860.84,-10820.9,-5.84703,2.03109,300,5,0,160,350,1,0,0,0),(60885,17191,530,1,1,0,1,-4877.67,-10846.9,-1.07861,3.66728,300,5,0,160,350,1,0,0,0),(60884,17191,530,1,1,0,1,-4855.03,-10834.3,-4.88267,1.09985,300,5,0,160,350,1,0,0,0),(60835,17190,530,1,1,0,1,-3350.34,-11855.3,-4.84148,0.062541,300,5,0,156,0,1,0,0,0),(60834,17190,530,1,1,0,1,-3262.35,-11874.6,-0.00628574,5.03105,300,5,0,156,0,1,0,0,0),(60833,17190,530,1,1,0,1,-3301,-11886.2,1.6761,5.21784,300,5,0,156,0,1,0,0,0),(60832,17190,530,1,1,0,1,-3184.41,-11889.4,0.524309,5.06373,300,5,0,156,0,1,0,0,0),(60831,17190,530,1,1,0,1,-3224.16,-11877.3,0.44764,4.68859,300,5,0,156,0,1,0,0,0),(60830,17190,530,1,1,0,1,-3150.29,-11910.3,1.9337,2.97291,300,5,0,156,0,1,0,0,0),(60829,17190,530,1,1,0,1,-3135.98,-11922.3,2.04525,4.40397,300,5,0,156,0,1,0,0,0),(60828,17190,530,1,1,0,1,-3135.98,-11884.7,-6.47136,6.2343,300,5,0,156,0,1,0,0,0),(60827,17190,530,1,1,0,1,-3479.14,-11813.6,-5.3653,0.981115,300,5,0,156,0,1,0,0,0),(60826,17190,530,1,1,0,1,-3512.39,-11838,-0.415136,4.37619,300,5,0,156,0,1,0,0,0),(60825,17190,530,1,1,0,1,-3527.41,-11853.2,0.883493,2.24903,300,5,0,156,0,1,0,0,0),(60824,17190,530,1,1,0,1,-3411.2,-11917.1,1.60678,4.62809,300,5,0,156,0,1,0,0,0),(60823,17190,530,1,1,0,1,-3447.75,-11881.5,-0.527686,2.50604,300,5,0,156,0,1,0,0,0),(60822,17190,530,1,1,0,1,-3335.46,-11857.2,-4.04647,3.03899,300,5,0,156,0,1,0,0,0),(60821,17190,530,1,1,0,1,-3382.13,-11891.9,0.469003,5.37028,300,5,0,156,0,1,0,0,0),(60820,17190,530,1,1,0,1,-3375.25,-11904.8,2.06983,5.7811,300,5,0,156,0,1,0,0,0),(60819,17190,530,1,1,0,1,-3255.62,-11854.6,-4.27923,0.218479,300,5,0,156,0,1,0,0,0),(60818,17190,530,1,1,0,1,-3248.5,-11869.8,-0.525895,2.5974,300,5,0,156,0,1,0,0,0),(60817,17190,530,1,1,0,1,-3201.55,-11902.2,2.52011,4.56891,300,5,0,156,0,1,0,0,0),(60816,17190,530,1,1,0,1,-3194.8,-11897.3,1.55237,5.02837,300,5,0,156,0,1,0,0,0),(60815,17190,530,1,1,0,1,-3112.76,-11931.1,0.601099,3.85328,300,5,0,156,0,1,0,0,0),(61019,17195,530,1,1,0,0,-4853.25,-11785.7,15.0904,3.78258,300,5,0,126,289,1,0,0,0),(61018,17195,530,1,1,0,0,-4895.62,-12171,-1.51821,0.479241,300,5,0,126,289,1,0,0,0),(61017,17195,530,1,1,0,0,-4889.37,-12076.7,8.54773,0.648014,300,5,0,126,289,1,0,0,0),(61016,17195,530,1,1,0,0,-4986.49,-12118.9,-1.28561,3.97247,300,5,0,126,289,1,0,0,0),(61015,17195,530,1,1,0,0,-5037.65,-11953.1,-0.369246,3.3529,300,5,0,126,289,1,0,0,0),(61014,17195,530,1,1,0,0,-4973.85,-11921,5.76386,4.3907,300,5,0,126,289,1,0,0,0),(61013,17195,530,1,1,0,0,-4996.93,-12013.5,1.66003,1.33656,300,5,0,126,289,1,0,0,0),(61012,17195,530,1,1,0,0,-5037.57,-11895.4,1.66474,5.22668,300,5,0,126,289,1,0,0,0),(61011,17195,530,1,1,0,0,-5038.39,-11597.5,0.68885,4.1864,300,5,0,126,289,1,0,0,0),(61010,17195,530,1,1,0,0,-5020.19,-11614.4,3.11798,3.60174,300,5,0,126,289,1,0,0,0),(61009,17195,530,1,1,0,0,-5019.1,-11684.5,4.32411,0.340245,300,5,0,126,289,1,0,0,0),(61008,17195,530,1,1,0,0,-5035.97,-11746.6,2.50679,2.35589,300,5,0,126,289,1,0,0,0),(61007,17195,530,1,1,0,0,-4969.9,-11846.7,7.46557,2.22948,300,5,0,126,289,1,0,0,0),(61006,17195,530,1,1,0,0,-4879.38,-11820.3,22.233,1.74533,300,5,0,126,289,1,0,0,0),(61005,17195,530,1,1,0,0,-4902.51,-11716,12.9749,3.83804,300,5,0,126,289,1,0,0,0),(61004,17195,530,1,1,0,0,-4954.53,-11665,11.3985,5.26396,300,5,0,126,289,1,0,0,0),(61003,17195,530,1,1,0,0,-4748.1,-11605.8,-31.4974,4.66396,300,5,0,126,289,1,0,0,0),(61002,17195,530,1,1,0,0,-4947.79,-11554,2.95708,2.24357,300,5,0,126,289,1,0,0,0),(61001,17195,530,1,1,0,0,-4850.37,-11485.1,-36.2065,1.05796,300,5,0,126,289,1,0,0,0),(61000,17195,530,1,1,0,0,-4763.22,-11584.3,-8.15003,0.164064,300,5,0,126,289,1,0,0,0),(60999,17195,530,1,1,0,0,-4846.49,-11584.8,1.32607,4.15147,300,5,0,126,289,1,0,0,0),(60998,17195,530,1,1,0,0,-4816.64,-11583.6,-41.1851,3.43481,300,5,0,126,289,1,0,0,0),(60997,17195,530,1,1,0,0,-4763.54,-11568.2,-5.98976,4.51721,300,5,0,126,289,1,0,0,0),(60996,17195,530,1,1,0,0,-4750.17,-11530.2,-23.4801,2.74017,300,5,0,126,289,1,0,0,0),(60995,17194,530,1,1,0,1,-4868.21,-12173.2,1.56653,0.22978,300,5,0,137,0,1,0,0,0),(60994,17194,530,1,1,0,1,-4915.65,-12025,16.9912,3.07624,300,5,0,137,0,1,0,0,0),(60993,17194,530,1,1,0,1,-4984.78,-12035.8,2.81059,1.6588,300,5,0,137,0,1,0,0,0),(60992,17194,530,1,1,0,1,-5041.57,-11974.9,-0.343949,4.41227,300,5,0,137,0,1,0,0,0),(60991,17194,530,1,1,0,1,-4927.38,-11911.9,14.8222,1.5708,300,5,0,137,0,1,0,0,0),(60990,17194,530,1,1,0,1,-5014.67,-11881.9,1.44057,0.543583,300,5,0,137,0,1,0,0,0),(60989,17194,530,1,1,0,1,-4949.72,-11883.4,6.65547,4.0169,300,5,0,137,0,1,0,0,0),(60988,17194,530,1,1,0,1,-5019.71,-11815.1,2.29514,2.85444,300,5,0,137,0,1,0,0,0),(60987,17194,530,1,1,0,1,-4975.62,-11662.9,10.0949,2.21352,300,5,0,137,0,1,0,0,0),(60986,17194,530,1,1,0,1,-4881.47,-12153.1,1.82492,2.70678,300,5,0,137,0,1,0,0,0),(60985,17194,530,1,1,0,1,-4908.56,-12049.1,11.6568,0.889371,300,5,0,137,0,1,0,0,0),(60984,17194,530,1,1,0,1,-4938.49,-12008.7,12.2651,0.677393,300,5,0,137,0,1,0,0,0),(60983,17194,530,1,1,0,1,-4958.22,-12057,2.92719,0.991012,300,5,0,137,0,1,0,0,0),(60982,17194,530,1,1,0,1,-4919.01,-11872.6,14.6774,0.214095,300,5,0,137,0,1,0,0,0),(60981,17194,530,1,1,0,1,-5036.4,-11965.9,-0.146563,0.624875,300,5,0,137,0,1,0,0,0),(60980,17194,530,1,1,0,1,-4976.12,-11789.3,12.1492,1.38732,300,5,0,137,0,1,0,0,0),(60979,17194,530,1,1,0,1,-5050.46,-11659.4,-0.26306,5.34193,300,5,0,137,0,1,0,0,0),(60978,17194,530,1,1,0,1,-5044.1,-11781.4,1.76163,4.34928,300,5,0,137,0,1,0,0,0),(60977,17194,530,1,1,0,1,-4981.39,-11887.5,2.26169,3.15474,300,5,0,137,0,1,0,0,0),(60976,17194,530,1,1,0,1,-4873.05,-11876.5,20.3272,6.00562,300,5,0,137,0,1,0,0,0),(60975,17194,530,1,1,0,1,-4861.07,-11817.3,20.2238,0.246068,300,5,0,137,0,1,0,0,0),(60974,17194,530,1,1,0,1,-4897.01,-11781.7,25.4136,4.3855,300,5,0,137,0,1,0,0,0),(60973,17194,530,1,1,0,1,-4975.82,-11655.5,11.1803,3.01004,300,5,0,137,0,1,0,0,0),(60972,17194,530,1,1,0,1,-4796.47,-11626.6,-39.78,5.10708,300,5,0,137,0,1,0,0,0),(60971,17194,530,1,1,0,1,-4955.87,-11611.5,12.8254,1.97578,300,5,0,137,0,1,0,0,0),(60970,17194,530,1,1,0,1,-4922.29,-11529.4,0.07681,4.60373,300,5,0,137,0,1,0,0,0),(60969,17194,530,1,1,0,1,-4923.72,-11603.8,8.72077,3.20406,300,5,0,137,0,1,0,0,0),(60968,17194,530,1,1,0,1,-4820.94,-11580.5,-6.95739,2.40576,300,5,0,137,0,1,0,0,0),(60967,17194,530,1,1,0,1,-4823.01,-11542.6,-33.4703,4.48873,300,5,0,137,0,1,0,0,0),(60966,17194,530,1,1,0,1,-4820.37,-11467.5,-36.9997,4.85902,300,5,0,137,0,1,0,0,0),(60965,17194,530,1,1,0,1,-4715.22,-11550.9,-25.0567,0.024342,300,5,0,137,0,1,0,0,0),(60964,17194,530,1,1,0,1,-4728.62,-11541.2,-23.4161,6.24809,300,5,0,137,0,1,0,0,0),(60963,17194,530,1,1,0,1,-4760.72,-11545,-7.80945,0.687833,300,5,0,137,0,1,0,0,0),(60962,17194,530,1,1,0,1,-4690.06,-11547.4,-25.401,4.16441,300,5,0,137,0,1,0,0,0),(60961,17193,530,1,1,0,1,-4895.93,-12179.1,-1.51821,3.92118,300,5,0,137,0,1,0,0,0),(60960,17193,530,1,1,0,1,-4975,-12158.3,-1.5183,3.00743,300,5,0,137,0,1,0,0,0),(60959,17193,530,1,1,0,1,-4918.37,-12088.8,3.31046,4.6192,300,5,0,137,0,1,0,0,0),(60958,17193,530,1,1,0,1,-4910.36,-11988.7,13.9685,1.25388,300,5,0,137,0,1,0,0,0),(60957,17193,530,1,1,0,1,-4959.12,-12013.5,8.64326,3.3501,300,5,0,137,0,1,0,0,0),(60956,17193,530,1,1,0,1,-5043.92,-12007,-0.384881,3.06847,300,5,0,137,0,1,0,0,0),(60955,17193,530,1,1,0,1,-5014.15,-12073.4,-0.532939,2.92749,300,5,0,137,0,1,0,0,0),(60954,17193,530,1,1,0,1,-4977.14,-11987,3.80019,1.35056,300,5,0,137,0,1,0,0,0),(60953,17193,530,1,1,0,1,-4940.85,-11928.1,12.4759,1.09511,300,5,0,137,0,1,0,0,0),(60952,17193,530,1,1,0,1,-5044.31,-11906.5,0.79099,5.48233,300,5,0,137,0,1,0,0,0),(60951,17193,530,1,1,0,1,-5046.59,-11848.5,-0.384392,4.45179,300,5,0,137,0,1,0,0,0),(60950,17193,530,1,1,0,1,-4949.15,-11742.4,23.9453,4.78066,300,5,0,137,0,1,0,0,0),(60949,17193,530,1,1,0,1,-4935.74,-11656.8,11.647,2.39136,300,5,0,137,0,1,0,0,0),(60948,17193,530,1,1,0,1,-5047.3,-11714.1,0.84234,1.39075,300,5,0,137,0,1,0,0,0),(60947,17193,530,1,1,0,1,-4980.9,-11593.5,8.58578,1.92157,300,5,0,137,0,1,0,0,0),(60946,17193,530,1,1,0,1,-5024.19,-11543,-0.396392,2.15845,300,5,0,137,0,1,0,0,0),(60945,17193,530,1,1,0,1,-4889.89,-11788.3,24.154,6.23512,300,5,0,137,0,1,0,0,0),(60944,17193,530,1,1,0,1,-4963.99,-12155.9,-1.5183,3.47623,300,5,0,137,0,1,0,0,0),(60943,17193,530,1,1,0,1,-4923.33,-12113.3,2.42369,6.03332,300,5,0,137,0,1,0,0,0),(60942,17193,530,1,1,0,1,-4940.37,-12102.1,1.6194,4.52118,300,5,0,137,0,1,0,0,0),(60941,17193,530,1,1,0,1,-5019.96,-12088.7,-0.782939,4.25722,300,5,0,137,0,1,0,0,0),(60940,17193,530,1,1,0,1,-5029.72,-12009,0.06422,0.005888,300,5,0,137,0,1,0,0,0),(60939,17193,530,1,1,0,1,-4936.8,-11903.7,12.1986,6.24414,300,5,0,137,0,1,0,0,0),(60938,17193,530,1,1,0,1,-4948.96,-11935.8,11.6424,3.90118,300,5,0,137,0,1,0,0,0),(60937,17193,530,1,1,0,1,-5051.04,-11919.8,-1,0.935723,300,5,0,137,0,1,0,0,0),(60936,17193,530,1,1,0,1,-5015.68,-11549.1,0.36801,4.15648,300,5,0,137,0,1,0,0,0),(60935,17193,530,1,1,0,1,-5059.65,-11732.1,-1.37118,3.73302,300,5,0,137,0,1,0,0,0),(60934,17193,530,1,1,0,1,-5051.09,-11865.5,-1.58817,1.56318,300,5,0,137,0,1,0,0,0),(60933,17193,530,1,1,0,1,-5028.59,-11825.6,1.616,3.68745,300,5,0,137,0,1,0,0,0),(60932,17193,530,1,1,0,1,-4978.09,-11707.2,9.6352,2.45159,300,5,0,137,0,1,0,0,0),(60931,17193,530,1,1,0,1,-4942.58,-11761.7,23.5319,4.90488,300,5,0,137,0,1,0,0,0),(60930,17193,530,1,1,0,1,-4919.94,-11664.4,13.316,4.54949,300,5,0,137,0,1,0,0,0),(60929,17193,530,1,1,0,1,-4985.96,-11578.6,5.49289,6.09442,300,5,0,137,0,1,0,0,0),(60928,17193,530,1,1,0,1,-4818.17,-11559.8,-34.3061,1.79565,300,5,0,137,0,1,0,0,0),(60927,17193,530,1,1,0,1,-4898.89,-11534.4,1.36999,0.734601,300,5,0,137,0,1,0,0,0),(60926,17193,530,1,1,0,1,-4874.77,-11600.8,6.24845,3.09418,300,5,0,137,0,1,0,0,0),(60925,17193,530,1,1,0,1,-4770.98,-11584.5,-8.00248,1.73946,300,5,0,137,0,1,0,0,0),(60924,17193,530,1,1,0,1,-4801.25,-11591.8,-8.40795,2.16902,300,5,0,137,0,1,0,0,0),(60923,17193,530,1,1,0,1,-4777.61,-11536.9,-16.3024,6.09178,300,5,0,137,0,1,0,0,0),(60922,17193,530,1,1,0,1,-4834.7,-11511.6,-36.9759,2.78908,300,5,0,137,0,1,0,0,0),(60921,17193,530,1,1,0,1,-4727.38,-11571.6,-25.062,4.30536,300,5,0,137,0,1,0,0,0),(61032,17196,530,1,1,0,0,-4182.24,-12089.1,2.57752,4.8196,300,5,0,102,0,1,0,0,0),(61033,17196,530,1,1,0,0,-4223.92,-12207.1,5.86319,1.47696,300,5,0,102,0,1,0,0,0),(61034,17196,530,1,1,0,0,-4239.85,-12073.8,4.64187,0.797115,300,5,0,102,0,1,0,0,0),(61035,17196,530,1,1,0,0,-4241.84,-12125.6,4.35481,1.00694,300,5,0,102,0,1,0,0,0),(61036,17196,530,1,1,0,0,-4285.89,-12030.6,0.74742,4.32016,300,5,0,102,0,1,0,0,0),(61037,17196,530,1,1,0,0,-4286.01,-12059.5,1.67231,3.80023,300,5,0,102,0,1,0,0,0),(61038,17196,530,1,1,0,0,-4323.05,-11970.8,2.21044,1.81319,300,5,0,102,0,1,0,0,0),(61039,17196,530,1,1,0,0,-4365.11,-12071,5.04098,6.18351,300,5,0,102,0,1,0,0,0),(61040,17196,530,1,1,0,0,-4837.29,-12062.8,37.4834,6.24997,300,5,0,102,0,1,0,0,0),(61041,17196,530,1,1,0,0,-4750.04,-12161.9,25.9591,6.07016,300,5,0,102,0,1,0,0,0),(61042,17196,530,1,1,0,0,-4788.2,-12105.5,41.7128,0.627323,300,5,0,102,0,1,0,0,0),(61043,17196,530,1,1,0,0,-4749.42,-12023.9,46.1369,3.109,300,5,0,102,0,1,0,0,0),(61044,17196,530,1,1,0,0,-4698.68,-12008.5,42.7367,2.5802,300,5,0,102,0,1,0,0,0),(61045,17196,530,1,1,0,0,-4812.16,-11943.2,28.1432,5.41338,300,5,0,102,0,1,0,0,0),(61046,17196,530,1,1,0,0,-4709.94,-11949,33.8515,0.121447,300,5,0,102,0,1,0,0,0),(61047,17196,530,1,1,0,0,-4765.74,-12275.6,4.55552,6.06473,300,5,0,102,0,1,0,0,0),(61048,17196,530,1,1,0,0,-4793.31,-12254.2,3.35704,6.07361,300,5,0,102,0,1,0,0,0),(61049,17196,530,1,1,0,0,-4745.71,-12229,5.62726,0.730355,300,5,0,102,0,1,0,0,0),(61050,17196,530,1,1,0,0,-4582.09,-12583.3,12.3851,2.12162,300,5,0,102,0,1,0,0,0),(61051,17196,530,1,1,0,0,-4620.51,-12544.5,11.9038,1.72527,300,5,0,102,0,1,0,0,0),(61052,17196,530,1,1,0,0,-4555.89,-12600.9,14.9687,0.0104324,300,5,0,102,0,1,0,0,0),(61053,17196,530,1,1,0,0,-4606.36,-12748.1,4.5553,2.66656,300,5,0,102,0,1,0,0,0),(61054,17196,530,1,1,0,0,-4553.47,-12696.5,11.2228,1.9188,300,5,0,102,0,1,0,0,0),(61055,17196,530,1,1,0,0,-4519.82,-12816.1,16.1474,3.95461,300,5,0,102,0,1,0,0,0),(61056,17196,530,1,1,0,0,-4438.03,-12916.1,9.7029,6.09115,300,5,0,102,0,1,0,0,0),(61057,17196,530,1,1,0,0,-4360.05,-12910.5,10.9131,0.095309,300,5,0,102,0,1,0,0,0),(61058,17196,530,1,1,0,0,-4308.37,-12897.9,8.79699,3.58061,300,5,0,102,0,1,0,0,0),(61059,17196,530,1,1,0,0,-4343.57,-12863.3,8.88623,1.52645,300,5,0,102,0,1,0,0,0),(61060,17196,530,1,1,0,0,-4042.65,-13115.7,7.1284,5.49503,300,5,0,102,0,1,0,0,0),(61061,17196,530,1,1,0,0,-3988.58,-13115,7.23457,1.73565,300,5,0,102,0,1,0,0,0),(61062,17196,530,1,1,0,0,-3908.17,-13129.8,6.26058,2.23883,300,5,0,102,0,1,0,0,0),(61063,17196,530,1,1,0,0,-4179.08,-12862.6,3.0041,1.03437,300,5,0,102,0,1,0,0,0),(61064,17196,530,1,1,0,0,-4120.26,-12917.9,5.52011,5.69902,300,5,0,102,0,1,0,0,0),(61065,17196,530,1,1,0,0,-4058.9,-12833.3,1.24262,4.52994,300,5,0,102,0,1,0,0,0),(61066,17196,530,1,1,0,0,-3914.17,-12867.5,9.36204,4.81782,300,5,0,102,0,1,0,0,0),(61067,17196,530,1,1,0,0,-4107.77,-12725.1,12.1067,6.18574,300,5,0,102,0,1,0,0,0),(61068,17196,530,1,1,0,0,-4120.67,-12739.8,14.633,5.70546,300,5,0,102,0,1,0,0,0),(61069,17196,530,1,1,0,0,-4237.93,-12654.8,33.8917,1.69806,300,5,0,102,0,1,0,0,0),(61070,17196,530,1,1,0,0,-4011.06,-12754.9,10.1216,1.53175,300,5,0,102,0,1,0,0,0),(61071,17196,530,1,1,0,0,-4121.69,-12742.6,14.383,4.57935,300,5,0,102,0,1,0,0,0),(61072,17196,530,1,1,0,0,-4156.69,-12734.7,18.3475,4.50389,300,5,0,102,0,1,0,0,0),(61073,17196,530,1,1,0,0,-4178.66,-12876.2,3.58877,1.7905,300,5,0,102,0,1,0,0,0),(61074,17196,530,1,1,0,0,-4136.05,-12845.2,6.65303,5.99142,300,5,0,102,0,1,0,0,0),(61075,17196,530,1,1,0,0,-4319.57,-12752.4,16.3567,0.014063,300,5,0,102,0,1,0,0,0),(61076,17196,530,1,1,0,0,-4337.35,-12312.5,10.3775,3.30962,300,5,0,102,0,1,0,0,0),(61077,17196,530,1,1,0,0,-4255.69,-12315.9,5.67704,2.3996,300,5,0,102,0,1,0,0,0),(61078,17196,530,1,1,0,0,-4376.67,-12380.7,9.8172,0.10753,300,5,0,102,0,1,0,0,0),(61079,17196,530,1,1,0,0,-4358.84,-12282.8,10.2302,0.698589,300,5,0,102,0,1,0,0,0),(61080,17196,530,1,1,0,0,-4289.52,-12224.5,7.55623,5.13756,300,5,0,102,0,1,0,0,0),(61081,17196,530,1,1,0,0,-4259.26,-12223.7,6.1019,0.68573,300,5,0,102,0,1,0,0,0),(61082,17196,530,1,1,0,0,-4312.09,-12157.7,6.6767,3.70847,300,5,0,102,0,1,0,0,0),(61083,17196,530,1,1,0,0,-4346.68,-12215.4,5.67598,4.05443,300,5,0,102,0,1,0,0,0),(61084,17196,530,1,1,0,0,-4379.33,-12222.2,5.0187,2.26086,300,5,0,102,0,1,0,0,0),(61085,17196,530,1,1,0,0,-4230.05,-12179.8,4.35913,2.04754,300,5,0,102,0,1,0,0,0),(61086,17196,530,1,1,0,0,-4387.95,-12156.5,6.8544,0.815776,300,5,0,102,0,1,0,0,0),(61087,17196,530,1,1,0,0,-4358.71,-12079.9,5.36106,3.14375,300,5,0,102,0,1,0,0,0),(61088,17196,530,1,1,0,0,-4239.07,-12123,5.62566,1.63139,300,5,0,102,0,1,0,0,0),(61089,17196,530,1,1,0,0,-4417.7,-12115.3,5.93666,5.44913,300,5,0,102,0,1,0,0,0),(61090,17196,530,1,1,0,0,-4287.52,-12030.1,0.87242,4.60982,300,5,0,102,0,1,0,0,0),(61091,17196,530,1,1,0,0,-4315.31,-12056.5,1.45723,3.44634,300,5,0,102,0,1,0,0,0),(61092,17196,530,1,1,0,0,-4476.64,-12079.3,16.1206,5.03043,300,5,0,102,0,1,0,0,0),(61093,17196,530,1,1,0,0,-4480.41,-12002.3,30.8315,1.46899,300,5,0,102,0,1,0,0,0),(61094,17196,530,1,1,0,0,-4854.92,-12044.5,32.7586,2.79883,300,5,0,102,0,1,0,0,0),(61095,17196,530,1,1,0,0,-4794.17,-12137.4,35.3129,1.68914,300,5,0,102,0,1,0,0,0),(61096,17196,530,1,1,0,0,-4735.24,-12123.9,39.2743,3.5511,300,5,0,102,0,1,0,0,0),(61097,17196,530,1,1,0,0,-4766.42,-12110.7,43.363,1.02669,300,5,0,102,0,1,0,0,0),(61098,17196,530,1,1,0,0,-4756.83,-12239.7,4.72131,3.64775,300,5,0,102,0,1,0,0,0),(61099,17196,530,1,1,0,0,-4709.93,-12182.5,19.7856,4.0951,300,5,0,102,0,1,0,0,0),(61100,17196,530,1,1,0,0,-4755.51,-12266.8,6.25259,3.26692,300,5,0,102,0,1,0,0,0),(61101,17196,530,1,1,0,0,-4649.76,-12216.3,28.9156,1.09579,300,5,0,102,0,1,0,0,0),(61102,17196,530,1,1,0,0,-4717.69,-12098.5,44.1467,3.00827,300,5,0,102,0,1,0,0,0),(61103,17196,530,1,1,0,0,-4703.36,-12290.4,11.4582,6.25195,300,5,0,102,0,1,0,0,0),(61104,17196,530,1,1,0,0,-4558.37,-12324.5,20.6547,6.20896,300,5,0,102,0,1,0,0,0),(61105,17196,530,1,1,0,0,-4582.15,-12276.3,17.2426,4.84159,300,5,0,102,0,1,0,0,0),(61106,17196,530,1,1,0,0,-4455.18,-12382.1,16.7,2.89352,300,5,0,102,0,1,0,0,0),(61107,17196,530,1,1,0,0,-4491.67,-12360.9,16.4485,1.08968,300,5,0,102,0,1,0,0,0),(61108,17196,530,1,1,0,0,-4493.28,-12504.2,3.69297,1.16269,300,5,0,102,0,1,0,0,0),(61109,17196,530,1,1,0,0,-4622.02,-12563.3,8.59175,4.69676,300,5,0,102,0,1,0,0,0),(61110,17196,530,1,1,0,0,-4535.21,-12620.5,12.7218,5.63226,300,5,0,102,0,1,0,0,0),(61111,17196,530,1,1,0,0,-4554.11,-12648.7,17.1153,3.92423,300,5,0,102,0,1,0,0,0),(61112,17196,530,1,1,0,0,-4506.8,-12630.9,15.0733,3.20786,300,5,0,102,0,1,0,0,0),(61113,17196,530,1,1,0,0,-4465.34,-12556.7,3.73394,5.20051,300,5,0,102,0,1,0,0,0),(61114,17196,530,1,1,0,0,-4611.99,-12690.5,2.61934,5.13439,300,5,0,102,0,1,0,0,0),(61115,17196,530,1,1,0,0,-4494.13,-12770.8,17.5731,0.929354,300,5,0,102,0,1,0,0,0),(61116,17196,530,1,1,0,0,-4621.65,-12756.6,6.19021,0.184748,300,5,0,102,0,1,0,0,0),(61117,17196,530,1,1,0,0,-4544.62,-12746.7,10.1033,0.899153,300,5,0,102,0,1,0,0,0),(61118,17196,530,1,1,0,0,-4455.56,-12606.8,10.5665,3.66781,300,5,0,102,0,1,0,0,0),(61119,17196,530,1,1,0,0,-4445.36,-12644.8,17.5607,1.4554,300,5,0,102,0,1,0,0,0),(61120,17196,530,1,1,0,0,-4385.61,-12694.7,18.4697,3.35107,300,5,0,102,0,1,0,0,0),(61121,17196,530,1,1,0,0,-4449.68,-12767.4,15.595,0.324223,300,5,0,102,0,1,0,0,0),(61122,17196,530,1,1,0,0,-4312.29,-12638.5,24.2103,1.28828,300,5,0,102,0,1,0,0,0),(61123,17196,530,1,1,0,0,-4081.58,-12817.5,3.10149,4.5583,300,5,0,102,0,1,0,0,0),(61124,17196,530,1,1,0,0,-4047.37,-12820,3.90823,1.78449,300,5,0,102,0,1,0,0,0),(61125,17196,530,1,1,0,0,-3939.35,-12885.8,9.602,0.11152,300,5,0,102,0,1,0,0,0),(61126,17196,530,1,1,0,0,-3982,-12817.6,8.50556,5.05448,300,5,0,102,0,1,0,0,0),(61127,17196,530,1,1,0,0,-3963.99,-12880.9,9.20017,2.41063,300,5,0,102,0,1,0,0,0),(61128,17196,530,1,1,0,0,-4016.05,-12768.6,7.12894,6.13825,300,5,0,102,0,1,0,0,0),(61224,17197,530,1,1,0,0,-3149.05,-12369.5,38.0877,1.04244,300,5,0,137,0,1,0,0,0),(61223,17197,530,1,1,0,0,-3781.87,-12125.1,8.26522,4.64011,300,5,0,137,0,1,0,0,0),(61222,17197,530,1,1,0,0,-3722.3,-12185.1,8.41626,2.11927,300,5,0,137,0,1,0,0,0),(61221,17197,530,1,1,0,0,-3813.38,-12033.7,0.70279,1.12638,300,5,0,137,0,1,0,0,0),(61220,17197,530,1,1,0,0,-3784.75,-12082.6,7.88084,1.60984,300,5,0,137,0,1,0,0,0),(61219,17197,530,1,1,0,0,-3817.65,-12085.6,1.77728,0.271316,300,5,0,137,0,1,0,0,0),(61218,17197,530,1,1,0,0,-3829.93,-12135.7,5.61979,3.98836,300,5,0,137,0,1,0,0,0),(61217,17197,530,1,1,0,0,-3763.91,-11923.2,3.7528,4.19556,300,5,0,137,0,1,0,0,0),(61216,17197,530,1,1,0,0,-3833.91,-11868.9,3.41641,5.77422,300,5,0,137,0,1,0,0,0),(61215,17197,530,1,1,0,0,-3715.46,-11854.4,22.1204,4.27234,300,5,0,137,0,1,0,0,0),(61214,17197,530,1,1,0,0,-3666.7,-11890.7,11.0562,0.226506,300,5,0,137,0,1,0,0,0),(61213,17197,530,1,1,0,0,-3551.68,-12012,13.1249,0.084115,300,5,0,137,0,1,0,0,0),(61212,17197,530,1,1,0,0,-3665.68,-12086,20.2271,3.28073,300,5,0,137,0,1,0,0,0),(61211,17197,530,1,1,0,0,-3658.29,-12061.2,18.3577,3.20051,300,5,0,137,0,1,0,0,0),(61210,17197,530,1,1,0,0,-3674.09,-12023.7,10.9015,5.72977,300,5,0,137,0,1,0,0,0),(61209,17197,530,1,1,0,0,-3564.95,-12114,25.4111,3.86208,300,5,0,137,0,1,0,0,0),(61208,17197,530,1,1,0,0,-3522.89,-12082.9,27.7517,4.56468,300,5,0,137,0,1,0,0,0),(61207,17197,530,1,1,0,0,-3571,-12078.6,24.0603,6.01454,300,5,0,137,0,1,0,0,0),(61206,17197,530,1,1,0,0,-3589.98,-12140.1,20.0051,0.626445,300,5,0,137,0,1,0,0,0),(61205,17197,530,1,1,0,0,-3523.07,-12275.7,9.2982,1.88625,300,5,0,137,0,1,0,0,0),(61204,17197,530,1,1,0,0,-3623.05,-12314.7,2.1665,0.407102,300,5,0,137,0,1,0,0,0),(61203,17197,530,1,1,0,0,-3630.48,-12386.7,-0.610852,0.071488,300,5,0,137,0,1,0,0,0),(61202,17197,530,1,1,0,0,-3605.81,-12391.8,0.336136,1.63625,300,5,0,137,0,1,0,0,0),(61201,17197,530,1,1,0,0,-3617.89,-12412.4,-0.17633,3.29647,300,5,0,137,0,1,0,0,0),(61200,17197,530,1,1,0,0,-3413.09,-12537,42.6578,1.1754,300,5,0,137,0,1,0,0,0),(61199,17197,530,1,1,0,0,-3409.68,-12589.3,39.7578,2.76535,300,5,0,137,0,1,0,0,0),(61198,17197,530,1,1,0,0,-3541.61,-12521.9,20.6401,2.9655,300,5,0,137,0,1,0,0,0),(61197,17197,530,1,1,0,0,-3004.06,-12497.7,17.7209,1.38413,300,5,0,137,0,1,0,0,0),(61196,17197,530,1,1,0,0,-3158.34,-12519.1,49.5098,0.163155,300,5,0,137,0,1,0,0,0),(61195,17197,530,1,1,0,0,-3153.76,-12340.6,34.6542,2.42117,300,5,0,137,0,1,0,0,0),(61194,17197,530,1,1,0,0,-3372.43,-12497.1,49.2201,4.29675,300,5,0,137,0,1,0,0,0),(61193,17197,530,1,1,0,0,-3515.39,-12251.5,9.7788,2.59314,300,5,0,137,0,1,0,0,0),(61192,17197,530,1,1,0,0,-3425.16,-12125.7,31.9808,5.25838,300,5,0,137,0,1,0,0,0),(61191,17197,530,1,1,0,0,-3418.76,-12059.5,24.6744,1.65807,300,5,0,137,0,1,0,0,0),(61190,17197,530,1,1,0,0,-3416.58,-12153.1,35.4023,0.026855,300,5,0,137,0,1,0,0,0),(61189,17197,530,1,1,0,0,-3456.93,-12182.4,22.4268,2.29693,300,5,0,137,0,1,0,0,0),(61188,17197,530,1,1,0,0,-3475.58,-12160.3,23.0299,4.98176,300,5,0,137,0,1,0,0,0),(61187,17197,530,1,1,0,0,-3380.13,-12051.8,22.9224,5.39808,300,5,0,137,0,1,0,0,0),(61186,17197,530,1,1,0,0,-3237.17,-12129.8,27.6619,6.2492,300,5,0,137,0,1,0,0,0),(61185,17197,530,1,1,0,0,-3214.84,-12226.5,49.2592,4.24175,300,5,0,137,0,1,0,0,0),(61184,17197,530,1,1,0,0,-3164.23,-12285.1,36.1795,5.36442,300,5,0,137,0,1,0,0,0),(61183,17197,530,1,1,0,0,-3562.15,-11891.1,7.59186,6.04517,300,5,0,137,0,1,0,0,0),(61182,17197,530,1,1,0,0,-3547.11,-11948.6,9.813,6.23543,300,5,0,137,0,1,0,0,0),(61181,17197,530,1,1,0,0,-3585.42,-11917.6,9.3468,6.21699,300,5,0,137,0,1,0,0,0),(61180,17197,530,1,1,0,0,-3384.83,-11980.5,17.3455,1.83568,300,5,0,137,0,1,0,0,0),(61179,17197,530,1,1,0,0,-3285.47,-11940.6,10.2814,6.02874,300,5,0,137,0,1,0,0,0),(61178,17197,530,1,1,0,0,-3249.44,-11950.8,10.5686,0.984985,300,5,0,137,0,1,0,0,0),(61177,17197,530,1,1,0,0,-3187.61,-11988.2,9.1864,1.63724,300,5,0,137,0,1,0,0,0),(61176,17197,530,1,1,0,0,-3156.88,-12022.4,7.79437,2.03707,300,5,0,137,0,1,0,0,0),(61175,17197,530,1,1,0,0,-3082.64,-12119.8,12.8306,4.93275,300,5,0,137,0,1,0,0,0),(61174,17197,530,1,1,0,0,-3113.98,-12049.6,6.59144,2.58444,300,5,0,137,0,1,0,0,0),(61173,17197,530,1,1,0,0,-3011.01,-12200,14.1664,5.31143,300,5,0,137,0,1,0,0,0),(61172,17197,530,1,1,0,0,-2987,-12379.4,12.8633,3.14023,300,5,0,137,0,1,0,0,0),(61171,17197,530,1,1,0,0,-2950.45,-12422.1,11.6865,3.09271,300,5,0,137,0,1,0,0,0),(61170,17197,530,1,1,0,0,-3584.67,-12378.3,3.53783,1.61874,300,5,0,137,0,1,0,0,0),(61169,17197,530,1,1,0,0,-3508.48,-12517.3,22.4972,1.61716,300,5,0,137,0,1,0,0,0),(61168,17197,530,1,1,0,0,-3170.56,-12418.9,51.5845,0.477312,300,5,0,137,0,1,0,0,0),(61167,17197,530,1,1,0,0,-3357.91,-12500.1,50.7071,1.0744,300,5,0,137,0,1,0,0,0),(61166,17197,530,1,1,0,0,-3462.74,-12165.8,23.0125,2.82508,300,5,0,137,0,1,0,0,0),(61165,17197,530,1,1,0,0,-3427.99,-12190.1,25.6259,1.48754,300,5,0,137,0,1,0,0,0),(61164,17197,530,1,1,0,0,-3476.87,-12157.9,23.4678,2.5016,300,5,0,137,0,1,0,0,0),(61163,17197,530,1,1,0,0,-3512.5,-12312.5,12.9,4.97734,300,0,0,137,0,0,0,0,0),(61162,17197,530,1,1,0,0,-3620.02,-12230.1,2.31933,1.69034,300,5,0,137,0,1,0,0,0),(61161,17197,530,1,1,0,0,-3710.51,-12262,5.91987,2.00789,300,5,0,137,0,1,0,0,0),(61160,17197,530,1,1,0,0,-3690.17,-12256.9,3.96073,1.72324,300,5,0,137,0,1,0,0,0),(61159,17197,530,1,1,0,0,-3583.55,-12319.7,5.28039,5.48845,300,5,0,137,0,1,0,0,0),(61158,17197,530,1,1,0,0,-3642.15,-12386.5,-0.277202,6.10869,300,5,0,137,0,1,0,0,0),(61157,17197,530,1,1,0,0,-3715.48,-12052.7,11.0347,4.70232,300,5,0,137,0,1,0,0,0),(61156,17197,530,1,1,0,0,-3785.15,-12154.7,9.5684,4.62873,300,5,0,137,0,1,0,0,0),(61155,17197,530,1,1,0,0,-3828.87,-12170.7,7.83589,3.36267,300,5,0,137,0,1,0,0,0),(61154,17197,530,1,1,0,0,-3838.51,-12095.9,2.48301,3.89932,300,5,0,137,0,1,0,0,0),(61153,17197,530,1,1,0,0,-3751.22,-12027.2,4.88418,4.78954,300,5,0,137,0,1,0,0,0),(61152,17197,530,1,1,0,0,-3820.35,-12019.8,0.17406,5.74941,300,5,0,137,0,1,0,0,0),(61151,17197,530,1,1,0,0,-3781.11,-12041,4.53653,4.32875,300,5,0,137,0,1,0,0,0),(61150,17197,530,1,1,0,0,-3763.65,-11869,9.7946,1.78876,300,5,0,137,0,1,0,0,0),(61149,17197,530,1,1,0,0,-3714.38,-11854.2,21.8758,4.34353,300,5,0,137,0,1,0,0,0),(61148,17197,530,1,1,0,0,-3650.85,-11884.9,10.4886,6.13048,300,5,0,137,0,1,0,0,0),(61147,17197,530,1,1,0,0,-3570.14,-11853.2,5.17753,0.202764,300,5,0,137,0,1,0,0,0),(61146,17197,530,1,1,0,0,-3598.27,-11868.9,7.72518,5.55996,300,5,0,137,0,1,0,0,0),(61145,17197,530,1,1,0,0,-3575.94,-12035,15.8266,5.42244,300,5,0,137,0,1,0,0,0),(61144,17197,530,1,1,0,0,-3448.27,-12041.8,24.0075,2.48144,300,5,0,137,0,1,0,0,0),(61143,17197,530,1,1,0,0,-3487.76,-11938.8,3.8652,1.82493,300,5,0,137,0,1,0,0,0),(61142,17197,530,1,1,0,0,-3426.65,-11944.7,8.12677,4.98684,300,5,0,137,0,1,0,0,0),(61141,17197,530,1,1,0,0,-3322.06,-11924.3,8.13636,2.15549,300,5,0,137,0,1,0,0,0),(61140,17197,530,1,1,0,0,-3158.7,-11989.1,4.18783,5.38755,300,5,0,137,0,1,0,0,0),(61139,17197,530,1,1,0,0,-3128.73,-12022.2,5.05391,3.24535,300,5,0,137,0,1,0,0,0),(61138,17197,530,1,1,0,0,-3161.27,-12068.3,11.3016,4.81767,300,5,0,137,0,1,0,0,0),(61137,17197,530,1,1,0,0,-3037.02,-12182.6,16.1964,2.68668,300,5,0,137,0,1,0,0,0),(61136,17197,530,1,1,0,0,-3072.04,-12139,14.0604,2.64328,300,5,0,137,0,1,0,0,0),(61135,17197,530,1,1,0,0,-3201.03,-12043.5,14.3163,1.13839,300,5,0,137,0,1,0,0,0),(61134,17197,530,1,1,0,0,-2984.28,-12389.6,11.9883,4.47566,300,5,0,137,0,1,0,0,0),(61133,17197,530,1,1,0,0,-2997.65,-12469.2,18.3647,3.54956,300,5,0,137,0,1,0,0,0),(61132,17197,530,1,1,0,0,-2957.56,-12509.6,12.1755,2.34514,300,5,0,137,0,1,0,0,0),(61131,17197,530,1,1,0,0,-3015.52,-12583.7,14.0204,0.287154,300,5,0,137,0,1,0,0,0),(61130,17197,530,1,1,0,0,-3179.94,-12542.3,48.5756,1.38555,300,5,0,137,0,1,0,0,0),(61129,17197,530,1,1,0,0,-3797.26,-11886.4,3.64545,3.23689,300,5,0,137,0,1,0,0,0),(61226,17199,530,1,1,0,0,-3181.83,-12751.1,11.9036,2.32831,300,5,0,176,0,1,0,0,0),(61227,17199,530,1,1,0,0,-3120.12,-12710.9,5.13408,0.699321,300,5,0,176,0,1,0,0,0),(61228,17199,530,1,1,0,0,-3099.48,-12704.8,6.65199,1.88734,300,5,0,176,0,1,0,0,0),(61229,17199,530,1,1,0,0,-3176.76,-12719.3,15.798,2.73415,300,5,0,176,0,1,0,0,0),(61230,17199,530,1,1,0,0,-3156.42,-12709.7,12.448,0.475577,300,5,0,176,0,1,0,0,0),(61231,17199,530,1,1,0,0,-3140.3,-12697.6,12.4179,5.73741,300,5,0,176,0,1,0,0,0),(61232,17199,530,1,1,0,0,-3118.94,-12684.6,10.9932,6.11986,300,5,0,176,0,1,0,0,0),(61233,17199,530,1,1,0,0,-3074.49,-12678.3,4.8332,0.132625,300,5,0,176,0,1,0,0,0),(61234,17199,530,1,1,0,0,-3067.49,-12646.4,7.51546,5.2199,300,5,0,176,0,1,0,0,0),(61235,17199,530,1,1,0,0,-3086.95,-12644.6,12.2655,0.909341,300,5,0,176,0,1,0,0,0),(61236,17199,530,1,1,0,0,-3122.64,-12660.5,17.5142,5.30265,300,5,0,176,0,1,0,0,0),(61237,17199,530,1,1,0,0,-3212.42,-12696.5,24.7853,5.15603,300,5,0,176,0,1,0,0,0),(61238,17199,530,1,1,0,0,-3218.03,-12713.4,25.3786,2.40778,300,5,0,176,0,1,0,0,0),(61239,17199,530,1,1,0,0,-3177.96,-12697.6,19.556,4.97892,300,5,0,176,0,1,0,0,0),(61240,17199,530,1,1,0,0,-3177.94,-12647.2,30.1171,0.895806,300,5,0,176,0,1,0,0,0),(61241,17199,530,1,1,0,0,-3143.65,-12646.3,25.3452,3.01777,300,5,0,176,0,1,0,0,0),(61242,17199,530,1,1,0,0,-3248.13,-12681.1,28.8592,0.769561,300,5,0,176,0,1,0,0,0),(61243,17199,530,1,1,0,0,-3247.22,-12718,24.9263,3.33018,300,5,0,176,0,1,0,0,0),(61244,17199,530,1,1,0,0,-3245.97,-12670.3,32.0543,4.79995,300,5,0,176,0,1,0,0,0),(61245,17199,530,1,1,0,0,-3227.1,-12639,37.9063,2.3104,300,5,0,176,0,1,0,0,0),(61246,17199,530,1,1,0,0,-3108.8,-12608.5,26.3195,1.69338,300,5,0,176,0,1,0,0,0),(61247,17199,530,1,1,0,0,-3144.14,-12622.8,30.7515,4.34994,300,5,0,176,0,1,0,0,0),(61248,17199,530,1,1,0,0,-3280.49,-12681.3,24.7055,3.37199,300,5,0,176,0,1,0,0,0),(61249,17199,530,1,1,0,0,-3284.35,-12716.2,21.6305,6.22177,300,5,0,176,0,1,0,0,0),(61250,17199,530,1,1,0,0,-3324.66,-12686.6,20.7186,2.92973,300,5,0,176,0,1,0,0,0),(61251,17199,530,1,1,0,0,-3274.35,-12656.1,28.0452,5.43853,300,5,0,176,0,1,0,0,0),(61252,17199,530,1,1,0,0,-3376.5,-12681.3,18.8093,1.58074,300,5,0,176,0,1,0,0,0),(61253,17199,530,1,1,0,0,-3350.94,-12686.5,20.8501,0.151015,300,5,0,176,0,1,0,0,0),(61254,17199,530,1,1,0,0,-3355.22,-12721.8,17.309,4.65773,300,5,0,176,0,1,0,0,0),(61255,17199,530,1,1,0,0,-3342.84,-12748.9,15.5701,0.109579,300,5,0,176,0,1,0,0,0),(61256,17199,530,1,1,0,0,-3252.54,-12786.9,20.6558,5.27945,300,5,0,176,0,1,0,0,0),(61257,17199,530,1,1,0,0,-3324.29,-12716.5,23.6335,3.24535,300,5,0,176,0,1,0,0,0),(61258,17199,530,1,1,0,0,-3326.02,-12746.5,17.967,5.5877,300,5,0,176,0,1,0,0,0),(61259,17199,530,1,1,0,0,-3328.74,-12782.7,19.1798,5.76017,300,5,0,176,0,1,0,0,0),(61260,17199,530,1,1,0,0,-3281.98,-12751.6,20.3169,6.03253,300,5,0,176,0,1,0,0,0),(61261,17199,530,1,1,0,0,-3245.25,-12750.1,23.4922,0.589815,300,5,0,176,0,1,0,0,0),(61262,17199,530,1,1,0,0,-3408.07,-12777.9,13.2704,0.179832,300,5,0,176,0,1,0,0,0),(61263,17199,530,1,1,0,0,-3384.17,-12717.7,17.3745,0.048238,300,5,0,176,0,1,0,0,0),(61264,17199,530,1,1,0,0,-3387.31,-12747.5,13.377,4.85616,300,5,0,176,0,1,0,0,0),(61265,17199,530,1,1,0,0,-3417.4,-12712,16.703,4.74155,300,5,0,176,0,1,0,0,0),(61266,17199,530,1,1,0,0,-3414.23,-12691.7,21.3628,4.034,300,5,0,176,0,1,0,0,0),(61267,17199,530,1,1,0,0,-3422.76,-12745.6,11.6942,4.561,300,5,0,176,0,1,0,0,0),(61268,17199,530,1,1,0,0,-3384.97,-12781.5,14.9638,3.69838,300,5,0,176,0,1,0,0,0),(61269,17199,530,1,1,0,0,-3376.31,-12650.6,29.1723,0.583667,300,5,0,176,0,1,0,0,0),(61270,17199,530,1,1,0,0,-3387.05,-12816.2,13.067,4.12944,300,5,0,176,0,1,0,0,0),(61271,17199,530,1,1,0,0,-3076.88,-12610.2,16.9573,0.476336,300,5,0,176,0,1,0,0,0),(61272,17199,530,1,1,0,0,-3145.11,-12617,32.5336,0.867047,300,5,0,176,0,1,0,0,0),(61273,17199,530,1,1,0,0,-3113.97,-12623.5,22.9445,0.023578,300,5,0,176,0,1,0,0,0),(61274,17199,530,1,1,0,0,-3079.73,-12610,17.9235,3.66559,300,5,0,176,0,1,0,0,0),(61275,17199,530,1,1,0,0,-3126.22,-12655.4,19.4359,1.08968,300,5,0,176,0,1,0,0,0),(61276,17199,530,1,1,0,0,-3146.12,-12650,25.0693,4.56746,300,5,0,176,0,1,0,0,0),(61277,17199,530,1,1,0,0,-3067.45,-12640.4,8.76546,0.278506,300,5,0,176,0,1,0,0,0),(61278,17199,530,1,1,0,0,-3182.59,-12651.2,29.9848,3.89063,300,5,0,176,0,1,0,0,0),(61279,17199,530,1,1,0,0,-3090.59,-12655.5,11.8905,4.2916,300,5,0,176,0,1,0,0,0),(61280,17199,530,1,1,0,0,-3365.12,-12648.4,28.183,0.006568,300,5,0,176,0,1,0,0,0),(61281,17199,530,1,1,0,0,-3374.81,-12673.2,21.4849,3.50184,300,5,0,176,0,1,0,0,0),(61282,17199,530,1,1,0,0,-3382.47,-12711.1,18.5991,0.652482,300,5,0,176,0,1,0,0,0),(61283,17199,530,1,1,0,0,-3410.71,-12779.9,14.1811,0.386222,300,5,0,176,0,1,0,0,0),(61284,17199,530,1,1,0,0,-3397.77,-12752.6,13.502,4.39935,300,5,0,176,0,1,0,0,0),(61285,17199,530,1,1,0,0,-3381.65,-12779.4,14.6083,0.140354,300,5,0,176,0,1,0,0,0),(61286,17199,530,1,1,0,0,-3423.3,-12739.9,11.6829,3.90526,300,5,0,176,0,1,0,0,0),(61287,17199,530,1,1,0,0,-3415.83,-12691.5,21.2378,3.59137,300,5,0,176,0,1,0,0,0),(61288,17199,530,1,1,0,0,-3386.23,-12813.7,13.1284,4.55818,300,5,0,176,0,1,0,0,0),(61289,17199,530,1,1,0,0,-3344.07,-12732.4,17.7884,1.65181,300,5,0,176,0,1,0,0,0),(61290,17199,530,1,1,0,0,-3353.32,-12712,17.6634,1.62562,300,5,0,176,0,1,0,0,0),(61291,17199,530,1,1,0,0,-3346.5,-12678.4,20.7171,0.478639,300,5,0,176,0,1,0,0,0),(61292,17199,530,1,1,0,0,-3327.66,-12781.5,19.2012,2.11543,300,5,0,176,0,1,0,0,0),(61293,17199,530,1,1,0,0,-3316.03,-12752.2,17.1344,2.58071,300,5,0,176,0,1,0,0,0),(61294,17199,530,1,1,0,0,-3319.77,-12714.4,24.8751,0.537071,300,5,0,176,0,1,0,0,0),(61295,17199,530,1,1,0,0,-3319.67,-12689.3,21.502,0.096927,300,5,0,176,0,1,0,0,0),(61296,17199,530,1,1,0,0,-3295.32,-12715.2,21.8992,6.08656,300,5,0,176,0,1,0,0,0),(61297,17199,530,1,1,0,0,-3242.55,-12776.7,21.0456,1.35234,300,5,0,176,0,1,0,0,0),(61298,17199,530,1,1,0,0,-3292.58,-12753,16.4888,0.413864,300,5,0,176,0,1,0,0,0),(61299,17199,530,1,1,0,0,-3237.74,-12746.1,23.9903,0.624292,300,5,0,176,0,1,0,0,0),(61300,17199,530,1,1,0,0,-3253.12,-12718.3,24.3581,6.25596,300,5,0,176,0,1,0,0,0),(61301,17199,530,1,1,0,0,-3272.91,-12679.7,24.9812,0.455668,300,5,0,176,0,1,0,0,0),(61302,17199,530,1,1,0,0,-3202.27,-12721.6,19.5332,5.38262,300,5,0,176,0,1,0,0,0),(61303,17199,530,1,1,0,0,-3238.02,-12693.1,28.4397,3.36429,300,5,0,176,0,1,0,0,0),(61304,17199,530,1,1,0,0,-3213.74,-12698.6,25.6603,3.86039,300,5,0,176,0,1,0,0,0),(61305,17199,530,1,1,0,0,-3179,-12694,19.9713,1.71817,300,5,0,176,0,1,0,0,0),(61306,17199,530,1,1,0,0,-3189.43,-12748.1,13.416,3.55688,300,5,0,176,0,1,0,0,0),(61307,17199,530,1,1,0,0,-3180.17,-12720,15.4925,0.245254,300,5,0,176,0,1,0,0,0),(61308,17199,530,1,1,0,0,-3251.82,-12660,30.6583,1.22002,300,5,0,176,0,1,0,0,0),(61309,17199,530,1,1,0,0,-3119.42,-12683.4,11.4448,2.59314,300,5,0,176,0,1,0,0,0),(61310,17199,530,1,1,0,0,-3146.94,-12685.9,15.8611,5.49226,300,5,0,176,0,1,0,0,0),(61312,17199,530,1,1,0,0,-3151.66,-12713.5,11.2266,4.13962,300,5,0,176,0,1,0,0,0),(61313,17199,530,1,1,0,0,-3225.23,-12642.2,37.5313,2.43577,300,5,0,176,0,1,0,0,0),(61314,17199,530,1,1,0,0,-3270.63,-12656,26.7487,0.403353,300,5,0,176,0,1,0,0,0),(61315,17199,530,1,1,0,0,-3128.22,-12662.3,17.8892,3.91911,300,5,0,176,0,1,0,0,0),(61316,17199,530,1,1,0,0,-3091.63,-12709,6.01611,5.47875,300,5,0,176,0,1,0,0,0),(61317,17199,530,1,1,0,0,-3083.81,-12680.9,5.80764,0.13918,300,5,0,176,0,1,0,0,0),(61318,17200,530,1,1,0,0,-4197.82,-12175.7,4.37778,0.418224,300,5,0,102,0,1,0,0,0),(61319,17200,530,1,1,0,0,-4225.56,-12120.8,6.90221,2.2443,300,5,0,102,0,1,0,0,0),(61320,17200,530,1,1,0,0,-4252.51,-12167,5.56008,4.28823,300,5,0,102,0,1,0,0,0),(61321,17200,530,1,1,0,0,-4300.46,-12131.8,8.66786,3.90102,300,5,0,102,0,1,0,0,0),(61322,17200,530,1,1,0,0,-4342.26,-11853.7,3.80006,0.362234,300,5,0,102,0,1,0,0,0),(61323,17200,530,1,1,0,0,-4382.01,-11666.5,6.09987,2.49287,300,5,0,102,0,1,0,0,0),(61324,17200,530,1,1,0,0,-4453.8,-11719.9,4.03922,1.73621,300,5,0,102,0,1,0,0,0),(61325,17200,530,1,1,0,0,-4789.63,-11464.8,24.4647,0.32143,300,5,0,102,0,1,0,0,0),(61326,17200,530,1,1,0,0,-4807.03,-12106.3,39.7494,1.48219,300,5,0,102,0,1,0,0,0),(61327,17200,530,1,1,0,0,-4714.39,-12148,30.9918,4.91476,300,5,0,102,0,1,0,0,0),(61328,17200,530,1,1,0,0,-4803.19,-12021.7,44.5464,2.34238,300,5,0,102,0,1,0,0,0),(61329,17200,530,1,1,0,0,-4773.78,-12044.1,44.1364,0.714099,300,5,0,102,0,1,0,0,0),(61330,17200,530,1,1,0,0,-4753.03,-12055.4,46.6389,4.61291,300,5,0,102,0,1,0,0,0),(61331,17200,530,1,1,0,0,-4743.29,-12079.3,44.5003,2.07191,300,5,0,102,0,1,0,0,0),(61332,17200,530,1,1,0,0,-4841.72,-11992.1,34.909,5.48122,300,5,0,102,0,1,0,0,0),(61333,17200,530,1,1,0,0,-4777.33,-11991.4,36.1521,6.05243,300,5,0,102,0,1,0,0,0),(61334,17200,530,1,1,0,0,-4721.74,-11954.3,32.6904,0.733033,300,5,0,102,0,1,0,0,0),(61335,17200,530,1,1,0,0,-4718.37,-12260.7,8.82992,4.84367,300,5,0,102,0,1,0,0,0),(61336,17200,530,1,1,0,0,-4706.08,-12279.3,10.2296,0.982794,300,5,0,102,0,1,0,0,0),(61337,17200,530,1,1,0,0,-4632.96,-12330.5,14.6615,5.97475,300,5,0,102,0,1,0,0,0),(61338,17200,530,1,1,0,0,-4613.5,-12607.4,7.30919,5.45054,300,5,0,102,0,1,0,0,0),(61339,17200,530,1,1,0,0,-4613.56,-12682.9,4.24434,4.04556,300,5,0,102,0,1,0,0,0),(61340,17200,530,1,1,0,0,-4567.76,-12668.7,11.96,0.944871,300,5,0,102,0,1,0,0,0),(61341,17200,530,1,1,0,0,-4593.41,-12773.4,7.53559,5.50028,300,5,0,102,0,1,0,0,0),(61342,17200,530,1,1,0,0,-4617.1,-12816.6,7.61187,0.895524,300,5,0,102,0,1,0,0,0),(61343,17200,530,1,1,0,0,-4495.58,-12901.7,9.2849,5.79649,300,5,0,102,0,1,0,0,0),(61344,17200,530,1,1,0,0,-4439.71,-12873.5,13.6133,6.02429,300,5,0,102,0,1,0,0,0),(61345,17200,530,1,1,0,0,-4197.38,-12913.5,6.52769,1.59635,300,5,0,102,0,1,0,0,0),(61346,17200,530,1,1,0,0,-4082.01,-12881,2.84964,4.1772,300,5,0,102,0,1,0,0,0),(61347,17200,530,1,1,0,0,-3991.79,-12898.1,6.71519,0.061663,300,5,0,102,0,1,0,0,0),(61348,17200,530,1,1,0,0,-3904.02,-12924.2,6.17733,1.88266,300,5,0,102,0,1,0,0,0),(61349,17200,530,1,1,0,0,-3482.73,-12696.6,18.2492,5.15645,300,5,0,102,0,1,0,0,0),(61350,17200,530,1,1,0,0,-3875.28,-12168.2,4.81586,5.87135,300,5,0,102,0,1,0,0,0),(61351,17200,530,1,1,0,0,-3903.97,-12250.1,2.06031,5.77898,300,5,0,102,0,1,0,0,0),(61352,17200,530,1,1,0,0,-3978.59,-12321.1,0.65246,1.94135,300,5,0,102,0,1,0,0,0),(61353,17200,530,1,1,0,0,-3740.27,-12347.3,1.5132,0.49562,300,5,0,102,0,1,0,0,0),(61354,17200,530,1,1,0,0,-3991.85,-12759.4,18.205,4.75406,300,5,0,102,0,1,0,0,0),(61355,17200,530,1,1,0,0,-4054.62,-12710.8,12.0298,4.7926,300,5,0,102,0,1,0,0,0),(61356,17200,530,1,1,0,0,-4112.05,-12656.9,26.8582,5.35536,300,5,0,102,0,1,0,0,0),(61357,17200,530,1,1,0,0,-4011.18,-12543,43.0884,6.11035,300,5,0,102,0,1,0,0,0),(61358,17200,530,1,1,0,0,-4149.2,-12694.7,19.0607,4.68363,300,5,0,102,0,1,0,0,0),(61359,17200,530,1,1,0,0,-4285.43,-12597.8,28.5953,5.48674,300,5,0,102,0,1,0,0,0),(61360,17200,530,1,1,0,0,-3546.33,-12672.7,18.054,1.88195,300,5,0,102,0,1,0,0,0),(61361,17200,530,1,1,0,0,-3856.07,-12311,5.09353,4.92894,300,5,0,102,0,1,0,0,0),(61362,17200,530,1,1,0,0,-3795.75,-12223,4.96273,1.27129,300,5,0,102,0,1,0,0,0),(61363,17200,530,1,1,0,0,-3808.8,-12447.9,4.51115,6.13024,300,5,0,102,0,1,0,0,0),(61364,17200,530,1,1,0,0,-3791.58,-12551.9,3.96196,5.94476,300,5,0,102,0,1,0,0,0),(61365,17200,530,1,1,0,0,-3936.58,-12529.9,35.5505,2.36448,300,5,0,102,0,1,0,0,0),(61366,17200,530,1,1,0,0,-3920.56,-12711.2,89.3365,1.7613,300,5,0,102,0,1,0,0,0),(61367,17200,530,1,1,0,0,-4051.06,-12713.7,12.5402,0.095539,300,5,0,102,0,1,0,0,0),(61368,17200,530,1,1,0,0,-4126.23,-12692.6,20.0173,4.56085,300,5,0,102,0,1,0,0,0),(61369,17200,530,1,1,0,0,-4099.02,-12778.9,10.6215,3.33401,300,5,0,102,0,1,0,0,0),(61370,17200,530,1,1,0,0,-4187.26,-12919.2,7.00817,4.34967,300,5,0,102,0,1,0,0,0),(61371,17200,530,1,1,0,0,-4320.81,-12750.9,15.9817,4.69303,300,5,0,102,0,1,0,0,0),(61372,17200,530,1,1,0,0,-4289.41,-12701.1,22.7247,4.47973,300,5,0,102,0,1,0,0,0),(61373,17200,530,1,1,0,0,-4315.74,-12777.5,17.7262,1.54931,300,5,0,102,0,1,0,0,0),(61374,17200,530,1,1,0,0,-4243.1,-12653.6,34.9419,0.623199,300,5,0,102,0,1,0,0,0),(61375,17200,530,1,1,0,0,-4294.41,-12585.1,28.4124,1.56506,300,5,0,102,0,1,0,0,0),(61376,17200,530,1,1,0,0,-4318.89,-12358.6,14.9389,1.0153,300,5,0,102,0,1,0,0,0),(61377,17200,530,1,1,0,0,-4351.46,-12347.6,9.3372,1.58447,300,5,0,102,0,1,0,0,0),(61378,17200,530,1,1,0,0,-4316.82,-12250.3,6.42948,5.84757,300,5,0,102,0,1,0,0,0),(61379,17200,530,1,1,0,0,-4342.45,-12153,6.18512,5.03599,300,5,0,102,0,1,0,0,0),(61380,17200,530,1,1,0,0,-4320.35,-12159.8,5.82521,5.32609,300,5,0,102,0,1,0,0,0),(61381,17200,530,1,1,0,0,-4260.9,-12153.9,6.99342,1.88181,300,5,0,102,0,1,0,0,0),(61382,17200,530,1,1,0,0,-4396.29,-12124.9,6.34446,3.85167,300,5,0,102,0,1,0,0,0),(61383,17200,530,1,1,0,0,-4319.73,-12129.9,6.60665,1.75599,300,5,0,102,0,1,0,0,0),(61384,17200,530,1,1,0,0,-4417,-12149.2,5.26867,5.99737,300,5,0,102,0,1,0,0,0),(61385,17200,530,1,1,0,0,-4339.71,-12038.8,3.93106,5.69527,300,5,0,102,0,1,0,0,0),(61386,17200,530,1,1,0,0,-4384.61,-12077.3,5.40538,1.15443,300,5,0,102,0,1,0,0,0),(61387,17200,530,1,1,0,0,-4249.46,-12061.5,3.65591,2.09648,300,5,0,102,0,1,0,0,0),(61388,17200,530,1,1,0,0,-4462.7,-12049.1,17.431,0,300,5,0,102,0,1,0,0,0),(61389,17200,530,1,1,0,0,-4323.08,-11987,2.60131,0.747341,300,5,0,102,0,1,0,0,0),(61390,17200,530,1,1,0,0,-4375.89,-11810.7,8.39762,1.83944,300,5,0,102,0,1,0,0,0),(61391,17200,530,1,1,0,0,-4325.37,-11850.5,4.26203,0.386436,300,5,0,102,0,1,0,0,0),(61392,17200,530,1,1,0,0,-4293.92,-11831.3,4.60931,2.53282,300,5,0,102,0,1,0,0,0),(61393,17200,530,1,1,0,0,-4407.19,-11726.7,4.98885,3.17169,300,5,0,102,0,1,0,0,0),(61394,17200,530,1,1,0,0,-4250.38,-11619.5,9.8908,4.7495,300,5,0,102,0,1,0,0,0),(61395,17200,530,1,1,0,0,-4808.59,-12100.5,41.6385,4.43141,300,5,0,102,0,1,0,0,0),(61396,17200,530,1,1,0,0,-4708.32,-12266,10.1519,1.53566,300,5,0,102,0,1,0,0,0),(61397,17200,530,1,1,0,0,-4658.9,-12160.8,30.4493,5.62449,300,5,0,102,0,1,0,0,0),(61398,17200,530,1,1,0,0,-4652.84,-12184.5,31.4858,6.14599,300,5,0,102,0,1,0,0,0),(61399,17200,530,1,1,0,0,-4661.27,-12217.2,25.4001,0.044979,300,5,0,102,0,1,0,0,0),(61400,17200,530,1,1,0,0,-4618.75,-12335.7,15.3579,5.8451,300,5,0,102,0,1,0,0,0),(61401,17200,530,1,1,0,0,-4592.3,-12292.5,18.1261,0.386675,300,5,0,102,0,1,0,0,0),(61402,17200,530,1,1,0,0,-4539.6,-12349.6,22.4779,5.63371,300,5,0,102,0,1,0,0,0),(61403,17200,530,1,1,0,0,-4511.09,-12300.7,19.1617,1.25275,300,5,0,102,0,1,0,0,0),(61404,17200,530,1,1,0,0,-4567.07,-12511.8,7.17738,6.2617,300,5,0,102,0,1,0,0,0),(61405,17200,530,1,1,0,0,-4508.44,-12524.4,4.14568,2.86678,300,5,0,102,0,1,0,0,0),(61406,17200,530,1,1,0,0,-4550.31,-12580,13.2713,0.140339,300,5,0,102,0,1,0,0,0),(61407,17200,530,1,1,0,0,-4538.77,-12554.1,12.7926,4.41475,300,5,0,102,0,1,0,0,0),(61408,17200,530,1,1,0,0,-4484.99,-12588,5.41025,6.12831,300,5,0,102,0,1,0,0,0),(61409,17200,530,1,1,0,0,-4494.06,-12647.3,17.0808,3.472,300,5,0,102,0,1,0,0,0),(61410,17200,530,1,1,0,0,-4590.17,-12717.5,5.09201,3.17863,300,5,0,102,0,1,0,0,0),(61411,17200,530,1,1,0,0,-4615.48,-12616.8,6.47812,5.72468,300,5,0,102,0,1,0,0,0),(61412,17200,530,1,1,0,0,-4530.46,-12720.2,11.6322,3.51936,300,5,0,102,0,1,0,0,0),(61413,17200,530,1,1,0,0,-4488.62,-12734.4,12.8536,3.16511,300,5,0,102,0,1,0,0,0),(61414,17200,530,1,1,0,0,-4484.17,-12681,14.4573,1.14821,300,5,0,102,0,1,0,0,0),(61415,17200,530,1,1,0,0,-4418.97,-12611.6,17.351,1.64113,300,5,0,102,0,1,0,0,0),(61416,17200,530,1,1,0,0,-4400.07,-12651.9,19.1272,4.30031,300,5,0,102,0,1,0,0,0),(61417,17200,530,1,1,0,0,-4352.41,-12713.5,19.7412,1.19081,300,5,0,102,0,1,0,0,0),(61418,17200,530,1,1,0,0,-4374.21,-12719.6,16.317,1.04673,300,5,0,102,0,1,0,0,0),(61419,17200,530,1,1,0,0,-4300.01,-12838.3,12.1425,3.15722,300,5,0,102,0,1,0,0,0),(61420,17200,530,1,1,0,0,-4348.2,-12834.2,9.5829,5.29066,300,5,0,102,0,1,0,0,0),(61421,17200,530,1,1,0,0,-4058.36,-12883.1,5.89381,2.96681,300,5,0,102,0,1,0,0,0),(61422,17200,530,1,1,0,0,-4006.33,-12833.8,6.25559,5.1466,300,5,0,102,0,1,0,0,0),(61423,17200,530,1,1,0,0,-3996.79,-12761.4,13.0633,1.85178,300,5,0,102,0,1,0,0,0),(61424,17200,530,1,1,0,0,-3886.52,-12917.6,6.4299,0.261284,300,5,0,102,0,1,0,0,0),(61425,17200,530,1,1,0,0,-3678.38,-12619.2,8.14239,1.25533,300,5,0,102,0,1,0,0,0),(61426,17200,530,1,1,0,0,-3658.72,-12582.3,13.0918,3.15136,300,5,0,102,0,1,0,0,0),(61427,17201,530,1,1,0,0,-4160.05,-11538.2,12.5612,0.060836,300,5,0,137,0,1,0,0,0),(61428,17201,530,1,1,0,0,-4184.73,-11585.4,12.383,1.91599,300,5,0,137,0,1,0,0,0),(61429,17201,530,1,1,0,0,-4159.88,-11890.3,1.35737,2.37414,300,5,0,137,0,1,0,0,0),(61430,17201,530,1,1,0,0,-4380.33,-11941.6,13.1512,6.27928,300,5,0,137,0,1,0,0,0),(61431,17201,530,1,1,0,0,-4344.68,-11807.8,7.53954,1.3078,300,5,0,137,0,1,0,0,0),(61432,17201,530,1,1,0,0,-4363.05,-11836.7,6.09145,0.228362,300,5,0,137,0,1,0,0,0),(61433,17201,530,1,1,0,0,-4260.83,-11861.1,0.9471,3.40783,300,5,0,137,0,1,0,0,0),(61434,17201,530,1,1,0,0,-4198.94,-11842.8,5.73468,2.4728,300,5,0,137,0,1,0,0,0),(61435,17201,530,1,1,0,0,-4302.96,-11764.5,8.51111,4.08646,300,5,0,137,0,1,0,0,0),(61436,17201,530,1,1,0,0,-4229.69,-11764,10.9249,1.5708,300,5,0,137,0,1,0,0,0),(61437,17201,530,1,1,0,0,-4327.23,-11764.3,5.26917,5.84787,300,5,0,137,0,1,0,0,0),(61438,17201,530,1,1,0,0,-4319.02,-11691.5,6.27124,3.79661,300,5,0,137,0,1,0,0,0),(61439,17201,530,1,1,0,0,-4319.08,-11719.3,10.0965,2.85654,300,5,0,137,0,1,0,0,0),(61440,17201,530,1,1,0,0,-4305.58,-11646.7,5.61157,2.77382,300,5,0,137,0,1,0,0,0),(61441,17201,530,1,1,0,0,-4227.92,-11698.6,6.61031,4.86487,300,5,0,137,0,1,0,0,0),(61442,17201,530,1,1,0,0,-4296.39,-11620.2,6.42483,3.62183,300,5,0,137,0,1,0,0,0),(61443,17201,530,1,1,0,0,-4271.46,-11598.3,12.0214,4.45323,300,5,0,137,0,1,0,0,0),(61444,17201,530,1,1,0,0,-4351,-11553,7.79809,3.34301,300,5,0,137,0,1,0,0,0),(61445,17201,530,1,1,0,0,-4379.08,-11586.7,6.07344,5.09556,300,5,0,137,0,1,0,0,0),(61446,17201,530,1,1,0,0,-4414.39,-11683.7,4.87964,0.665683,300,5,0,137,0,1,0,0,0),(61447,17201,530,1,1,0,0,-4691.42,-11671.1,24.3544,5.442,300,5,0,137,0,1,0,0,0),(61448,17201,530,1,1,0,0,-4726.29,-11546.9,26.6447,3.74775,300,5,0,137,0,1,0,0,0),(61449,17201,530,1,1,0,0,-4810.32,-11557.9,33.4686,4.6644,300,5,0,137,0,1,0,0,0),(61450,17201,530,1,1,0,0,-4788.24,-11589.4,30.5189,0.085339,300,5,0,137,0,1,0,0,0),(61451,17201,530,1,1,0,0,-4777.21,-11648.7,21.8047,0.454689,300,5,0,137,0,1,0,0,0),(61452,17201,530,1,1,0,0,-4792.63,-11732.4,21.2509,5.50072,300,5,0,137,0,1,0,0,0),(61453,17201,530,1,1,0,0,-3876.58,-12886.4,6.95658,3.24039,300,5,0,137,0,1,0,0,0),(61454,17201,530,1,1,0,0,-3780.95,-12648.4,4.25335,1.71575,300,5,0,137,0,1,0,0,0),(61455,17201,530,1,1,0,0,-3760.46,-12618.3,4.21323,3.18255,300,5,0,137,0,1,0,0,0),(61456,17201,530,1,1,0,0,-3638.6,-12710.1,6.34739,3.37455,300,5,0,137,0,1,0,0,0),(61457,17201,530,1,1,0,0,-3614.52,-12750.3,6.05676,3.1455,300,5,0,137,0,1,0,0,0),(61458,17201,530,1,1,0,0,-3660.51,-12642.8,8.90834,5.74017,300,5,0,137,0,1,0,0,0),(61459,17201,530,1,1,0,0,-3517.67,-12775.1,6.8232,1.61496,300,5,0,137,0,1,0,0,0),(61460,17201,530,1,1,0,0,-3447.48,-12881.8,5.35774,1.7793,300,5,0,137,0,1,0,0,0),(61461,17201,530,1,1,0,0,-3473.72,-12745.4,12.1023,0.666754,300,5,0,137,0,1,0,0,0),(61462,17201,530,1,1,0,0,-3511.28,-12661.3,25.4426,1.63872,300,5,0,137,0,1,0,0,0),(61463,17201,530,1,1,0,0,-3537.2,-12703.4,18.2331,3.75484,300,5,0,137,0,1,0,0,0),(61464,17201,530,1,1,0,0,-3834.32,-12187.9,8.47446,5.72991,300,5,0,137,0,1,0,0,0),(61465,17201,530,1,1,0,0,-3938.82,-12185.2,2.6809,3.0038,300,5,0,137,0,1,0,0,0),(61466,17201,530,1,1,0,0,-3952.18,-12180.6,2.90532,5.07886,300,5,0,137,0,1,0,0,0),(61467,17201,530,1,1,0,0,-3946.85,-12194.8,3.24265,1.50436,300,5,0,137,0,1,0,0,0),(61468,17201,530,1,1,0,0,-3882.96,-12284.3,3.29057,5.97609,300,5,0,137,0,1,0,0,0),(61469,17201,530,1,1,0,0,-3997.97,-12165.1,1.52702,5.89043,300,5,0,137,0,1,0,0,0),(61470,17201,530,1,1,0,0,-4052.68,-12319.7,1.04529,5.28738,300,5,0,137,0,1,0,0,0),(61471,17201,530,1,1,0,0,-4046.07,-12256.1,4.05379,0.287827,300,5,0,137,0,1,0,0,0),(61472,17201,530,1,1,0,0,-3927.55,-12352.3,1.68391,0.176926,300,5,0,137,0,1,0,0,0),(61473,17201,530,1,1,0,0,-3856.11,-12280.5,3.53812,5.12508,300,5,0,137,0,1,0,0,0),(61474,17201,530,1,1,0,0,-3742.72,-12420,-0.36226,0.315288,300,5,0,137,0,1,0,0,0),(61475,17201,530,1,1,0,0,-3784.86,-12452.2,6.28197,3.37077,300,5,0,137,0,1,0,0,0),(61476,17201,530,1,1,0,0,-3760.02,-12273.3,6.42493,2.114,300,5,0,137,0,1,0,0,0),(61477,17201,530,1,1,0,0,-3742.77,-12461.2,6.47819,0.903501,300,5,0,137,0,1,0,0,0),(61479,17201,530,1,1,0,0,-3699.78,-12555.7,8.43055,3.53008,300,5,0,137,0,1,0,0,0),(61480,17201,530,1,1,0,0,-3675.56,-12575.6,10.6102,2.55149,300,5,0,137,0,1,0,0,0),(61481,17201,530,1,1,0,0,-3721.09,-12583.2,7.42392,2.76338,300,5,0,137,0,1,0,0,0),(61482,17201,530,1,1,0,0,-3816.08,-12481.5,3.17625,4.70223,300,5,0,137,0,1,0,0,0),(61483,17201,530,1,1,0,0,-3884.84,-12459.6,9.6878,5.03931,300,5,0,137,0,1,0,0,0),(61484,17201,530,1,1,0,0,-3863.71,-12456.3,4.52432,3.455,300,5,0,137,0,1,0,0,0),(61485,17201,530,1,1,0,0,-3957.37,-12615,61.7548,4.45981,300,5,0,137,0,1,0,0,0),(61486,17201,530,1,1,0,0,-3922.18,-12628.6,69.3308,2.68824,300,5,0,137,0,1,0,0,0),(61487,17201,530,1,1,0,0,-3983.81,-12550.1,45.136,1.6081,300,5,0,137,0,1,0,0,0),(61488,17201,530,1,1,0,0,-3980.48,-12544.7,43.3202,1.28714,300,5,0,137,0,1,0,0,0),(61489,17201,530,1,1,0,0,-3952.39,-12647.9,72.094,1.5708,300,5,0,137,0,1,0,0,0),(61490,17201,530,1,1,0,0,-3915.87,-12711.3,89.6613,3.03262,300,5,0,137,0,1,0,0,0),(61491,17201,530,1,1,0,0,-4039.5,-12575,46.1509,2.76353,300,5,0,137,0,1,0,0,0),(61492,17201,530,1,1,0,0,-3508.22,-12660.4,26.1845,4.47973,300,5,0,137,0,1,0,0,0),(61493,17201,530,1,1,0,0,-3591.25,-12577.3,24.1975,1.97225,300,5,0,137,0,1,0,0,0),(61494,17201,530,1,1,0,0,-3611.71,-12559.2,19.1119,4.81379,300,5,0,137,0,1,0,0,0),(61495,17201,530,1,1,0,0,-3748.24,-12421.4,1.10201,1.78121,300,5,0,137,0,1,0,0,0),(61496,17201,530,1,1,0,0,-3698.85,-12480.7,2.95108,2.74004,300,5,0,137,0,1,0,0,0),(61497,17201,530,1,1,0,0,-3911.7,-12187.1,1.03637,6.07659,300,5,0,137,0,1,0,0,0),(61498,17201,530,1,1,0,0,-3826.18,-12189.4,8.58589,1.68889,300,5,0,137,0,1,0,0,0),(61499,17201,530,1,1,0,0,-3947.97,-12180,2.30671,4.33442,300,5,0,137,0,1,0,0,0),(61500,17201,530,1,1,0,0,-3880.03,-12295.6,3.73517,4.63152,300,5,0,137,0,1,0,0,0),(61501,17201,530,1,1,0,0,-3853.85,-12258.9,4.65945,4.85317,300,5,0,137,0,1,0,0,0),(61502,17201,530,1,1,0,0,-3921.64,-12357.7,3.55891,3.20519,300,5,0,137,0,1,0,0,0),(61503,17201,530,1,1,0,0,-3973.71,-12318.5,0.96421,0.546871,300,5,0,137,0,1,0,0,0),(61504,17201,530,1,1,0,0,-3884.32,-12473.8,15.1532,1.05819,300,5,0,137,0,1,0,0,0),(61505,17201,530,1,1,0,0,-3790.91,-12488.6,3.24343,2.69978,300,5,0,137,0,1,0,0,0),(61506,17201,530,1,1,0,0,-3944.36,-12491.3,24.43,4.39064,300,5,0,137,0,1,0,0,0),(61507,17201,530,1,1,0,0,-3921.42,-12621.5,66.8158,2.79414,300,5,0,137,0,1,0,0,0),(61508,17201,530,1,1,0,0,-3949.05,-12583.1,55.5601,0.950519,300,5,0,137,0,1,0,0,0),(61509,17201,530,1,1,0,0,-3948.89,-12674.8,75.9666,4.47973,300,5,0,137,0,1,0,0,0),(61510,17201,530,1,1,0,0,-4054.31,-12565.3,42.1892,4.57132,300,5,0,137,0,1,0,0,0),(61511,17201,530,1,1,0,0,-4463.34,-11999.9,31.7261,5.63769,300,5,0,137,0,1,0,0,0),(61512,17201,530,1,1,0,0,-4450.47,-11902.2,17.6754,4.61058,300,5,0,137,0,1,0,0,0),(61513,17201,530,1,1,0,0,-4407.55,-11895,12.2382,2.06765,300,5,0,137,0,1,0,0,0),(61514,17201,530,1,1,0,0,-4477.57,-11794.3,7.49202,0.782636,300,5,0,137,0,1,0,0,0),(61515,17201,530,1,1,0,0,-4380.85,-11842.3,8.6304,1.24472,300,5,0,137,0,1,0,0,0),(61516,17201,530,1,1,0,0,-4430.07,-11754,4.7803,3.16307,300,5,0,137,0,1,0,0,0),(61517,17201,530,1,1,0,0,-4343.55,-11766.8,5.31978,1.76322,300,5,0,137,0,1,0,0,0),(61518,17201,530,1,1,0,0,-4336.55,-11788.7,7.81185,3.08685,300,5,0,137,0,1,0,0,0),(61519,17201,530,1,1,0,0,-4328.26,-11800.4,8.6383,1.18051,300,5,0,137,0,1,0,0,0),(61520,17201,530,1,1,0,0,-4423.49,-11685.6,5.93432,5.48537,300,5,0,137,0,1,0,0,0),(61521,17201,530,1,1,0,0,-4309.9,-11722.8,9.8197,5.97317,300,5,0,137,0,1,0,0,0),(61522,17201,530,1,1,0,0,-4281.3,-11686.6,6.39111,5.62952,300,5,0,137,0,1,0,0,0),(61523,17201,530,1,1,0,0,-4367.53,-11607.7,7.95182,1.00661,300,5,0,137,0,1,0,0,0),(61524,17201,530,1,1,0,0,-4313.54,-11652.1,5.47195,0.005859,300,5,0,137,0,1,0,0,0),(61525,17201,530,1,1,0,0,-4336.03,-11528.4,10.7947,1.21096,300,5,0,137,0,1,0,0,0),(61526,17201,530,1,1,0,0,-3879.51,-12881.1,8.25153,6.03252,300,5,0,137,0,1,0,0,0),(61527,17201,530,1,1,0,0,-3859.28,-12782.1,11.2259,2.52391,300,5,0,137,0,1,0,0,0),(61528,17201,530,1,1,0,0,-3819.72,-12746,9.2147,6.14601,300,5,0,137,0,1,0,0,0),(61529,17201,530,1,1,0,0,-3762.43,-12630.4,5.07558,0.204942,300,5,0,137,0,1,0,0,0),(61530,17201,530,1,1,0,0,-3800.4,-12633.6,6.06751,3.96565,300,5,0,137,0,1,0,0,0),(61531,17201,530,1,1,0,0,-3675.46,-12706,5.21902,3.86759,300,5,0,137,0,1,0,0,0),(61532,17201,530,1,1,0,0,-3735,-12614.2,5.30883,4.35641,300,5,0,137,0,1,0,0,0),(61533,17201,530,1,1,0,0,-3658.56,-12636.6,9.9188,3.29647,300,5,0,137,0,1,0,0,0),(61534,17201,530,1,1,0,0,-3620.6,-12683.2,9.2356,5.53368,300,5,0,137,0,1,0,0,0),(61535,17201,530,1,1,0,0,-3515.51,-12714,14.2218,5.21215,300,5,0,137,0,1,0,0,0),(61536,17201,530,1,1,0,0,-3563.08,-12732,7.85809,4.58678,300,5,0,137,0,1,0,0,0),(61537,17201,530,1,1,0,0,-3583.22,-12749.8,5.95002,6.20988,300,5,0,137,0,1,0,0,0),(61538,17201,530,1,1,0,0,-3540.32,-12775.8,5.06758,0.501217,300,5,0,137,0,1,0,0,0),(61636,17202,530,1,1,0,0,-3590.83,-12720.7,8.65955,0.234557,300,5,0,137,0,1,0,0,0),(61635,17202,530,1,1,0,0,-3662.75,-12675.1,6.12332,5.81954,300,5,0,137,0,1,0,0,0),(5752,6491,1,1,4294967295,0,0,6499.08,-2378.94,589.681,4.80547,60,0,0,4120,0,0,0,0,0),(61633,17202,530,1,1,0,0,-3801.06,-12705.5,10.9784,0.137545,300,5,0,137,0,1,0,0,0),(61632,17202,530,1,1,0,0,-3726.16,-12695.2,4.52092,5.48902,300,5,0,137,0,1,0,0,0),(61631,17202,530,1,1,0,0,-4657.5,-11426.3,23.4169,3.30449,300,5,0,137,0,1,0,0,0),(61630,17202,530,1,1,0,0,-4434.26,-11482.4,30.5442,4.31339,300,5,0,137,0,1,0,0,0),(61629,17202,530,1,1,0,0,-4294.15,-11551.8,15.6471,5.90522,300,5,0,137,0,1,0,0,0),(61628,17202,530,1,1,0,0,-4321.52,-11529.4,13.4475,3.1692,300,5,0,137,0,1,0,0,0),(61627,17202,530,1,1,0,0,-4318.86,-11589,12.3106,4.35905,300,5,0,137,0,1,0,0,0),(61626,17202,530,1,1,0,0,-4335.72,-11597.1,10.6374,5.51596,300,5,0,137,0,1,0,0,0),(61625,17202,530,1,1,0,0,-4290.87,-11606.6,7.94909,4.43141,300,5,0,137,0,1,0,0,0),(61624,17202,530,1,1,0,0,-4340.78,-11721.3,7.72602,5.22669,300,5,0,137,0,1,0,0,0),(61623,17202,530,1,1,0,0,-4277.08,-11745,9.3447,5.0938,300,5,0,137,0,1,0,0,0),(61622,17202,530,1,1,0,0,-4455.44,-11762.2,5.32073,4.9071,300,5,0,137,0,1,0,0,0),(61621,17202,530,1,1,0,0,-4422.15,-11826.3,8.71229,4.74558,300,5,0,137,0,1,0,0,0),(61620,17202,530,1,1,0,0,-4316.69,-11876.1,0.748052,3.16435,300,5,0,137,0,1,0,0,0),(61619,17202,530,1,1,0,0,-4376.99,-11935.2,11.6604,1.78121,300,5,0,137,0,1,0,0,0),(61618,17202,530,1,1,0,0,-4412.43,-11947.3,21.6033,0.025385,300,5,0,137,0,1,0,0,0),(61617,17202,530,1,1,0,0,-4402.04,-11976.8,18.9884,4.6166,300,5,0,137,0,1,0,0,0),(61616,17202,530,1,1,0,0,-3985.71,-12589.2,54.9955,4.31339,300,5,0,137,0,1,0,0,0),(61615,17202,530,1,1,0,0,-3924.03,-12576.6,52.6371,1.83328,300,5,0,137,0,1,0,0,0),(61614,17202,530,1,1,0,0,-3754.68,-12511.4,7.7174,5.95478,300,5,0,137,0,1,0,0,0),(61613,17202,530,1,1,0,0,-3757.64,-12578.3,4.12998,2.4452,300,5,0,137,0,1,0,0,0),(61612,17202,530,1,1,0,0,-3883.19,-12544.1,40.5555,1.53761,300,5,0,137,0,1,0,0,0),(61611,17202,530,1,1,0,0,-3911.88,-12470.4,16.0638,4.79845,300,5,0,137,0,1,0,0,0),(61610,17202,530,1,1,0,0,-3791.89,-12340.2,3.9221,3.19251,300,5,0,137,0,1,0,0,0),(61609,17202,530,1,1,0,0,-3798.57,-12349.3,4.24389,0.649746,300,5,0,137,0,1,0,0,0),(61608,17202,530,1,1,0,0,-3903.98,-12334.8,1.82219,0.046391,300,5,0,137,0,1,0,0,0),(61607,17202,530,1,1,0,0,-3916.01,-12391.5,16.0062,0,300,5,0,137,0,1,0,0,0),(61606,17202,530,1,1,0,0,-3952.13,-12283.1,1.77824,3.99989,300,5,0,137,0,1,0,0,0),(61605,17202,530,1,1,0,0,-3931.4,-12259.3,3.77823,4.01415,300,5,0,137,0,1,0,0,0),(61604,17202,530,1,1,0,0,-3843.79,-12207.7,7.03857,3.03978,300,5,0,137,0,1,0,0,0),(61603,17202,530,1,1,0,0,-3866.01,-12213.8,5.14522,0.620834,300,5,0,137,0,1,0,0,0),(61602,17202,530,1,1,0,0,-3867.65,-12171.1,6.12381,6.04284,300,5,0,137,0,1,0,0,0),(61601,17202,530,1,1,0,0,-3572.58,-12624.2,21.0553,3.29269,300,5,0,137,0,1,0,0,0),(61600,17202,530,1,1,0,0,-3576.63,-12650.6,17.0642,4.96516,300,5,0,137,0,1,0,0,0),(61599,17202,530,1,1,0,0,-3491.53,-12634,29.4265,4.49393,300,5,0,137,0,1,0,0,0),(61598,17202,530,1,1,0,0,-3927.71,-12558,44.8431,1.91172,300,5,0,137,0,1,0,0,0),(61597,17202,530,1,1,0,0,-3882.52,-12553,44.6182,5.31015,300,5,0,137,0,1,0,0,0),(61596,17202,530,1,1,0,0,-3916.7,-12480,19.8127,1.26557,300,5,0,137,0,1,0,0,0),(61595,17202,530,1,1,0,0,-3780.34,-12582,3.83046,5.7092,300,5,0,137,0,1,0,0,0),(61594,17202,530,1,1,0,0,-3785.18,-12512.2,4.73164,4.46806,300,5,0,137,0,1,0,0,0),(61593,17202,530,1,1,0,0,-3658.95,-12545.3,13.7226,1.5164,300,5,0,137,0,1,0,0,0),(61592,17202,530,1,1,0,0,-3746.7,-12481.5,6.74616,0.49994,300,5,0,137,0,1,0,0,0),(61591,17202,530,1,1,0,0,-3721.98,-12312,4.98038,2.2309,300,5,0,137,0,1,0,0,0),(61590,17202,530,1,1,0,0,-3850.55,-12346.8,4.66289,4.00237,300,5,0,137,0,1,0,0,0),(61589,17202,530,1,1,0,0,-3653.65,-12725.4,3.80987,5.06097,300,5,0,137,0,1,0,0,0),(61588,17202,530,1,1,0,0,-3802.38,-12330.1,2.4407,2.31058,300,5,0,137,0,1,0,0,0),(61587,17202,530,1,1,0,0,-3860.46,-12373.6,1.71132,1.36761,300,5,0,137,0,1,0,0,0),(61586,17202,530,1,1,0,0,-3874.04,-12318.9,3.34838,2.84902,300,5,0,137,0,1,0,0,0),(61585,17202,530,1,1,0,0,-3884.17,-12318.7,2.68079,0.748325,300,5,0,137,0,1,0,0,0),(61584,17202,530,1,1,0,0,-3938.14,-12389,15.897,4.10598,300,5,0,137,0,1,0,0,0),(61583,17202,530,1,1,0,0,-4093.01,-12279.4,0.06625,2.96849,300,5,0,137,0,1,0,0,0),(61582,17202,530,1,1,0,0,-4029.15,-12289.5,3.52213,3.83263,300,5,0,137,0,1,0,0,0),(61581,17202,530,1,1,0,0,-4017.65,-12348,2.01769,2.31903,300,5,0,137,0,1,0,0,0),(61580,17202,530,1,1,0,0,-4020.82,-12237.9,3.77701,5.03706,300,5,0,137,0,1,0,0,0),(61579,17202,530,1,1,0,0,-4043.15,-12180.6,2.30809,0.280791,300,5,0,137,0,1,0,0,0),(61578,17202,530,1,1,0,0,-3918.85,-12282.3,2.17635,2.82887,300,5,0,137,0,1,0,0,0),(61577,17202,530,1,1,0,0,-3948.86,-12282,1.64652,1.21385,300,5,0,137,0,1,0,0,0),(61576,17202,530,1,1,0,0,-3968.82,-12182.9,4.70044,6.01213,300,5,0,137,0,1,0,0,0),(61575,17202,530,1,1,0,0,-3829.5,-12209.7,6.88433,3.857,300,5,0,137,0,1,0,0,0),(61574,17202,530,1,1,0,0,-3876.35,-12193.2,4.39594,1.05439,300,5,0,137,0,1,0,0,0),(61573,17202,530,1,1,0,0,-3422.4,-12885.5,4.55555,0.946994,300,5,0,137,0,1,0,0,0),(61572,17202,530,1,1,0,0,-3519.16,-12815.2,4.5573,3.19503,300,5,0,137,0,1,0,0,0),(61571,17202,530,1,1,0,0,-3547,-12815.9,3.73923,5.4899,300,5,0,137,0,1,0,0,0),(61570,17202,530,1,1,0,0,-3565.72,-12702,15.8311,2.7951,300,5,0,137,0,1,0,0,0),(61569,17202,530,1,1,0,0,-3655.97,-12673.8,7.15591,0.121447,300,5,0,137,0,1,0,0,0),(61568,17202,530,1,1,0,0,-3755.05,-12683.8,5.52174,2.95616,300,5,0,137,0,1,0,0,0),(61567,17202,530,1,1,0,0,-3786.82,-12719.1,8.3453,4.25623,300,5,0,137,0,1,0,0,0),(61566,17202,530,1,1,0,0,-3814.88,-12796.6,7.90135,1.93148,300,5,0,137,0,1,0,0,0),(61565,17202,530,1,1,0,0,-3815.62,-12818.3,5.90009,2.57175,300,5,0,137,0,1,0,0,0),(61564,17202,530,1,1,0,0,-4739.18,-11838.8,19.3169,5.73988,300,5,0,137,0,1,0,0,0),(61563,17202,530,1,1,0,0,-4727.26,-11672,18.9422,0.707352,300,5,0,137,0,1,0,0,0),(61562,17202,530,1,1,0,0,-4742.36,-11609.4,22.504,0.998519,300,5,0,137,0,1,0,0,0),(61561,17202,530,1,1,0,0,-4788.88,-11512.6,30.3393,5.67838,300,5,0,137,0,1,0,0,0),(61560,17202,530,1,1,0,0,-4482.2,-11742.9,9.894,2.56996,300,5,0,137,0,1,0,0,0),(61559,17202,530,1,1,0,0,-4653.93,-11412.4,25.0565,0.379712,300,5,0,137,0,1,0,0,0),(61558,17202,530,1,1,0,0,-4417.41,-11548.5,8.89845,5.20924,300,5,0,137,0,1,0,0,0),(61557,17202,530,1,1,0,0,-4440.33,-11495.4,28.9851,1.20457,300,5,0,137,0,1,0,0,0),(61556,17202,530,1,1,0,0,-4287.32,-11555,16.564,3.61839,300,5,0,137,0,1,0,0,0),(61555,17202,530,1,1,0,0,-4414.23,-11632.4,8.94516,4.63111,300,5,0,137,0,1,0,0,0),(61554,17202,530,1,1,0,0,-4348.29,-11579.7,8.83321,3.22795,300,5,0,137,0,1,0,0,0),(61553,17202,530,1,1,0,0,-4295.95,-11530.6,13.6441,3.91303,300,5,0,137,0,1,0,0,0),(61552,17202,530,1,1,0,0,-4242.77,-11687.1,8.24656,5.10087,300,5,0,137,0,1,0,0,0),(61551,17202,530,1,1,0,0,-4346.89,-11709.1,6.95773,1.80297,300,5,0,137,0,1,0,0,0),(61550,17202,530,1,1,0,0,-4255.82,-11722,8.98661,5.45292,300,5,0,137,0,1,0,0,0),(61549,17202,530,1,1,0,0,-4297.41,-11721.7,8.93172,3.04907,300,5,0,137,0,1,0,0,0),(61548,17202,530,1,1,0,0,-4253.94,-11792.3,10.0542,3.00076,300,5,0,137,0,1,0,0,0),(61547,17202,530,1,1,0,0,-4216.58,-11817.5,8.05392,3.2142,300,5,0,137,0,1,0,0,0),(61546,17202,530,1,1,0,0,-4283.88,-11822.3,6.27754,1.80563,300,5,0,137,0,1,0,0,0),(61545,17202,530,1,1,0,0,-4406.02,-11843.7,8.88868,5.20573,300,5,0,137,0,1,0,0,0),(61544,17202,530,1,1,0,0,-4416.82,-11895.8,13.499,5.17812,300,5,0,137,0,1,0,0,0),(61543,17202,530,1,1,0,0,-4390.61,-11967.7,15.2738,5.0277,300,5,0,137,0,1,0,0,0),(61542,17202,530,1,1,0,0,-4353.75,-11884,3.33255,1.13226,300,5,0,137,0,1,0,0,0),(61541,17202,530,1,1,0,0,-4382.05,-11940.9,13.3928,5.11574,300,5,0,137,0,1,0,0,0),(61540,17202,530,1,1,0,0,-4153.8,-11587.5,14.947,4.02524,300,5,0,137,0,1,0,0,0),(61539,17202,530,1,1,0,0,-4095.5,-11597,16.9783,5.28308,300,5,0,137,0,1,0,0,0),(61718,17203,530,1,1,0,0,-3065.14,-12298.1,19.9738,3.98915,300,5,0,156,0,1,0,0,0),(61717,17203,530,1,1,0,0,-3016.49,-12350,15.7886,1.42858,300,5,0,156,0,1,0,0,0),(61716,17203,530,1,1,0,0,-3772.71,-12224.8,3.39669,0.151884,300,5,0,156,0,1,0,0,0),(61715,17203,530,1,1,0,0,-3842.6,-12154.2,6.38216,4.83466,300,5,0,156,0,1,0,0,0),(61714,17203,530,1,1,0,0,-3863.19,-12044.7,1.2677,6.02258,300,5,0,156,0,1,0,0,0),(61713,17203,530,1,1,0,0,-3722.3,-12185.1,8.41626,2.11927,300,5,0,156,0,1,0,0,0),(61712,17203,530,1,1,0,0,-3834.05,-11918.7,3.21265,1.42975,300,5,0,156,0,1,0,0,0),(61711,17203,530,1,1,0,0,-3695.55,-11946.9,3.89852,2.67882,300,5,0,156,0,1,0,0,0),(61710,17203,530,1,1,0,0,-3742.3,-11975.6,1.65348,5.03826,300,5,0,156,0,1,0,0,0),(61709,17203,530,1,1,0,0,-3774.88,-11948.3,5.64338,0.373264,300,5,0,156,0,1,0,0,0),(61708,17203,530,1,1,0,0,-3625.55,-11882.9,12.4195,4.12487,300,5,0,156,0,1,0,0,0),(61707,17203,530,1,1,0,0,-3680.99,-11916.7,6.10157,2.40037,300,5,0,156,0,1,0,0,0),(61706,17203,530,1,1,0,0,-3515.76,-11915,4.44907,0.564232,300,5,0,156,0,1,0,0,0),(61705,17203,530,1,1,0,0,-3666.69,-11935,4.88861,2.38657,300,5,0,156,0,1,0,0,0),(61704,17203,530,1,1,0,0,-3613.22,-12029.8,15.6725,1.95293,300,5,0,156,0,1,0,0,0),(61703,17203,530,1,1,0,0,-3619.86,-12125.2,19.352,3.17868,300,5,0,156,0,1,0,0,0),(61702,17203,530,1,1,0,0,-3477.46,-12021.9,20.5344,2.49587,300,5,0,156,0,1,0,0,0),(61701,17203,530,1,1,0,0,-3569.85,-12104.6,25.8849,5.94007,300,5,0,156,0,1,0,0,0),(61700,17203,530,1,1,0,0,-3555.25,-12221.4,4.13646,1.51411,300,5,0,156,0,1,0,0,0),(61699,17203,530,1,1,0,0,-3550.61,-12286.5,5.04372,4.64595,300,5,0,156,0,1,0,0,0),(61698,17203,530,1,1,0,0,-3634.42,-12262.6,1.4602,4.35765,300,5,0,156,0,1,0,0,0),(61697,17203,530,1,1,0,0,-3649.56,-12312.3,2.63957,1.53175,300,5,0,156,0,1,0,0,0),(61696,17203,530,1,1,0,0,-3545.86,-12546.8,21.6046,3.62368,300,5,0,156,0,1,0,0,0),(61695,17203,530,1,1,0,0,-3389.28,-12516.9,49.3007,1.07831,300,5,0,156,0,1,0,0,0),(61694,17203,530,1,1,0,0,-3451.14,-12520.6,33.7949,5.64476,300,5,0,156,0,1,0,0,0),(61693,17203,530,1,1,0,0,-3552.48,-12414.8,6.04903,4.40104,300,5,0,156,0,1,0,0,0),(61692,17203,530,1,1,0,0,-3206.51,-12576.7,44.7328,2.1413,300,5,0,156,0,1,0,0,0),(61691,17203,530,1,1,0,0,-3025.83,-12504.4,20.7411,0.320244,300,5,0,156,0,1,0,0,0),(61690,17203,530,1,1,0,0,-3036.56,-12442.6,23.6955,5.0675,300,5,0,156,0,1,0,0,0),(61689,17203,530,1,1,0,0,-3499.44,-12128.2,29.346,5.74176,300,5,0,156,0,1,0,0,0),(61688,17203,530,1,1,0,0,-3479.12,-12222.3,9.9022,2.65784,300,5,0,156,0,1,0,0,0),(61687,17203,530,1,1,0,0,-3478.2,-12092,27.2528,3.62707,300,5,0,156,0,1,0,0,0),(61686,17203,530,1,1,0,0,-3362.25,-12196.8,37.0218,1.2964,300,5,0,156,0,1,0,0,0),(61685,17203,530,1,1,0,0,-3320.46,-12006,18.463,1.85178,300,5,0,156,0,1,0,0,0),(61684,17203,530,1,1,0,0,-3223.9,-12139.5,28.9551,1.31019,300,5,0,156,0,1,0,0,0),(61683,17203,530,1,1,0,0,-3187.67,-12253.6,47.4818,6.07277,300,5,0,156,0,1,0,0,0),(61682,17203,530,1,1,0,0,-3193.05,-12292.6,56.0122,3.03994,300,5,0,156,0,1,0,0,0),(61681,17203,530,1,1,0,0,-3190.22,-12215.8,37.609,1.88637,300,5,0,156,0,1,0,0,0),(61680,17203,530,1,1,0,0,-3091.88,-12208.3,22.1583,3.05337,300,5,0,156,0,1,0,0,0),(61679,17203,530,1,1,0,0,-3186.16,-12085.1,15.524,6.09652,300,5,0,156,0,1,0,0,0),(61678,17203,530,1,1,0,0,-3339.74,-11941.9,9.3829,1.00095,300,5,0,156,0,1,0,0,0),(61677,17203,530,1,1,0,0,-3208.05,-11988.4,10.6815,1.11862,300,5,0,156,0,1,0,0,0),(61676,17203,530,1,1,0,0,-3120.19,-12104.5,13.044,1.51898,300,5,0,156,0,1,0,0,0),(61675,17203,530,1,1,0,0,-3080.35,-12088.4,7.23245,0.055882,300,5,0,156,0,1,0,0,0),(61674,17203,530,1,1,0,0,-3013.99,-12288.7,15.5189,3.98314,300,5,0,156,0,1,0,0,0),(61673,17203,530,1,1,0,0,-2971.07,-12437.4,14.2479,2.07165,300,5,0,156,0,1,0,0,0),(61672,17203,530,1,1,0,0,-3550.91,-12417.8,5.79903,4.5807,300,5,0,156,0,1,0,0,0),(61671,17203,530,1,1,0,0,-3056.64,-12467.8,29.2744,1.94794,300,5,0,156,0,1,0,0,0),(61670,17203,530,1,1,0,0,-3080.35,-12448.9,31.2978,1.54287,300,5,0,156,0,1,0,0,0),(61669,17203,530,1,1,0,0,-3380.85,-12184.9,34.2272,1.84897,300,5,0,156,0,1,0,0,0),(61668,17203,530,1,1,0,0,-3472.76,-12226.8,10.8665,6.24228,300,5,0,156,0,1,0,0,0),(61667,17203,530,1,1,0,0,-3547.72,-12195.5,6.05497,1.70819,300,5,0,156,0,1,0,0,0),(61666,17203,530,1,1,0,0,-3598.47,-12240.9,2.12966,5.94021,300,5,0,156,0,1,0,0,0),(61665,17203,530,1,1,0,0,-3554.4,-12305.7,5.7801,4.6696,300,5,0,156,0,1,0,0,0),(61664,17203,530,1,1,0,0,-3654.41,-12281,4.24456,2.13676,300,5,0,156,0,1,0,0,0),(61663,17203,530,1,1,0,0,-3678.29,-12220.3,3.05698,3.34841,300,5,0,156,0,1,0,0,0),(61662,17203,530,1,1,0,0,-3649.57,-12403.4,2.7496,2.92823,300,5,0,156,0,1,0,0,0),(61661,17203,530,1,1,0,0,-3856.69,-12120.4,3.07225,1.5713,300,5,0,156,0,1,0,0,0),(61660,17203,530,1,1,0,0,-3760.46,-12133,9.552,4.84959,300,5,0,156,0,1,0,0,0),(61659,17203,530,1,1,0,0,-3853.72,-12036.2,1.54086,1.98287,300,5,0,156,0,1,0,0,0),(61658,17203,530,1,1,0,0,-3742.29,-12043.7,8.41818,1.72609,300,5,0,156,0,1,0,0,0),(61657,17203,530,1,1,0,0,-3771.76,-11861.4,8.26126,0.106477,300,5,0,156,0,1,0,0,0),(61656,17203,530,1,1,0,0,-3905.56,-11992.2,1.49936,2.48251,300,5,0,156,0,1,0,0,0),(61655,17203,530,1,1,0,0,-3755.22,-11954.7,4.11833,6.04812,300,5,0,156,0,1,0,0,0),(61654,17203,530,1,1,0,0,-3778.92,-11914.5,4.02473,2.0406,300,5,0,156,0,1,0,0,0),(61653,17203,530,1,1,0,0,-3717.44,-11913.3,11.2635,3.30903,300,5,0,156,0,1,0,0,0),(61652,17203,530,1,1,0,0,-3607.66,-11958.4,8.29973,4.19636,300,5,0,156,0,1,0,0,0),(61651,17203,530,1,1,0,0,-3697.44,-12116.7,18.2682,5.81651,300,5,0,156,0,1,0,0,0),(61650,17203,530,1,1,0,0,-3682.41,-11949.2,4.33132,3.86855,300,5,0,156,0,1,0,0,0),(61649,17203,530,1,1,0,0,-3661.11,-11878.3,12.1069,2.21209,300,5,0,156,0,1,0,0,0),(61648,17203,530,1,1,0,0,-3522.13,-11922.4,5.51234,4.09178,300,5,0,156,0,1,0,0,0),(61647,17203,530,1,1,0,0,-3354.33,-11955.5,10.6325,3.35266,300,5,0,156,0,1,0,0,0),(61646,17203,530,1,1,0,0,-3255.65,-11942.8,9.1901,2.40097,300,5,0,156,0,1,0,0,0),(61645,17203,530,1,1,0,0,-3216.02,-11952.6,7.54109,6.06919,300,5,0,156,0,1,0,0,0),(61644,17203,530,1,1,0,0,-3104.78,-12098,8.60679,0.571258,300,5,0,156,0,1,0,0,0),(61643,17203,530,1,1,0,0,-3037.06,-12135.9,11.5147,4.42104,300,5,0,156,0,1,0,0,0),(61642,17203,530,1,1,0,0,-3078.09,-12375.6,24.5054,4.57844,300,5,0,156,0,1,0,0,0),(61641,17203,530,1,1,0,0,-2969.86,-12438.1,14.2479,0.716159,300,5,0,156,0,1,0,0,0),(61640,17203,530,1,1,0,0,-2943.9,-12460.4,9.99302,3.49459,300,5,0,156,0,1,0,0,0),(61639,17203,530,1,1,0,0,-3203.95,-12573,45.6221,2.12507,300,5,0,156,0,1,0,0,0),(61638,17203,530,1,1,0,0,-3883.96,-12010.6,0.62347,2.66219,300,5,0,156,0,1,0,0,0),(61719,17204,530,1,1,0,1,-3804.5,-11396.9,-104.253,6.011,300,0,0,5589,3155,0,0,0,0),(61720,17205,530,1,1,0,0,-3285.64,-12924.1,11.7715,3.51984,300,0,0,27945,3155,0,0,0,0),(61721,17212,530,1,1,0,1,-4162.33,-12456.1,44.3411,4.13643,300,0,0,316,326,0,0,0,0),(61722,17213,530,1,1,0,0,9679.25,-7395.64,11.6048,3.18488,300,0,0,1,0,2,0,0,0),(61723,17213,530,1,1,0,0,9606.47,-7425.93,13.3058,4.2882,300,0,0,1,0,2,0,0,0),(61724,17213,530,1,1,0,0,9758.75,-7316.7,24.4114,3.54667,300,0,0,1,0,2,0,0,0),(61725,17213,530,1,1,0,0,9505.63,-7304.47,14.097,3.16622,300,5,0,1,0,1,0,0,0),(61726,17213,530,1,1,0,0,10227.5,-6324.54,30.841,6.27767,300,0,0,1,0,2,0,0,0),(61727,17213,530,1,1,0,0,10353.3,-6395.36,38.5309,4.82783,300,0,0,1,0,2,0,0,0),(61728,17213,530,1,1,0,0,10378.6,-6425.85,47.2277,4.14093,300,0,0,1,0,2,0,0,0),(61729,17213,530,1,1,0,0,10414.9,-6354.21,36.9699,0.482276,300,0,0,1,0,2,0,0,0),(61730,17213,530,1,1,0,0,10419.7,-6195.88,32.1889,4.59173,300,0,0,1,0,2,0,0,0),(61731,17213,530,1,1,0,0,10316.6,-6044.26,28.4427,4.6553,300,0,0,1,0,2,0,0,0),(61732,17213,530,1,1,0,0,10207.2,-5985.84,38.9446,5.59597,300,0,0,1,0,2,0,0,0),(61733,17213,530,1,1,0,0,10098.1,-6084.32,32.2656,6.20534,300,0,0,1,0,2,0,0,0),(61734,17213,530,1,1,0,0,10122.7,-5997.03,65.0093,1.14215,300,0,0,1,0,2,0,0,0),(61735,17213,530,1,1,0,0,10148.6,-5984.63,110.154,0.362146,300,0,0,1,0,2,0,0,0),(61736,17213,530,1,1,0,0,9890.39,-7414.79,13.265,1.17713,300,0,0,1,0,2,0,0,0),(61737,17213,530,1,1,0,0,9681.88,-7208.1,13.9808,3.11799,300,0,0,1,0,2,0,0,0),(61738,17214,530,1,1,0,0,-4199.11,-12469.9,45.7105,3.29055,300,0,0,148,165,0,0,0,0),(61739,17215,530,1,1,0,1,-4191.15,-12470,45.6375,3.80482,300,0,0,198,0,0,0,0,0),(61740,17216,530,1,1,0,0,-4252.9,-11405.2,1.3314,3.8131,300,5,0,120,0,1,0,0,0),(61741,17216,530,1,1,0,0,-4377.85,-11447.5,-0.08474,3.84906,300,5,0,120,0,1,0,0,0),(61742,17216,530,1,1,0,0,-4415.65,-11419.2,0.89377,5.87351,300,5,0,120,0,1,0,0,0),(61743,17216,530,1,1,0,0,-4440.98,-11385,-2.47206,6.17714,300,5,0,120,0,1,0,0,0),(61744,17216,530,1,1,0,0,-4481.05,-11425.5,1.74177,5.41136,300,5,0,120,0,1,0,0,0),(61745,17216,530,1,1,0,0,-4348.18,-11377.7,-10.686,2.79265,300,5,0,120,0,1,0,0,0),(61746,17216,530,1,1,0,0,-4376.41,-11394.5,-10.4945,3.51964,300,5,0,120,0,1,0,0,0),(61747,17216,530,1,1,0,0,-4574.17,-11429,2.08072,3.19828,300,5,0,120,0,1,0,0,0),(61748,17216,530,1,1,0,0,-4522.89,-11388.3,-3.26503,3.54065,300,5,0,120,0,1,0,0,0),(61749,17216,530,1,1,0,0,-4875.78,-11516.2,3.99433,5.66945,300,5,0,120,0,1,0,0,0),(61750,17216,530,1,1,0,0,-5057.9,-11759.8,0.11434,4.22753,300,5,0,120,0,1,0,0,0),(61751,17216,530,1,1,0,0,-5038.51,-11856.2,0.74116,0.641491,300,5,0,120,0,1,0,0,0),(61752,17216,530,1,1,0,0,-5031.73,-11687.5,2.33693,3.32191,300,5,0,120,0,1,0,0,0),(61753,17216,530,1,1,0,0,-5030.73,-11582,0.62488,4.46818,300,5,0,120,0,1,0,0,0),(61754,17216,530,1,1,0,0,-5041.6,-11905.1,1.31327,3.07719,300,5,0,120,0,1,0,0,0),(61755,17216,530,1,1,0,0,-5000.14,-12075.8,0.12381,2.88579,300,5,0,120,0,1,0,0,0),(61756,17216,530,1,1,0,0,-4919.95,-12111.5,3.04869,6.27158,300,5,0,120,0,1,0,0,0),(61757,17216,530,1,1,0,0,-4831.45,-12328.6,-2.99181,2.48089,300,5,0,120,0,1,0,0,0),(61758,17216,530,1,1,0,0,-4827.1,-12372.6,-3.00833,3.74529,300,5,0,120,0,1,0,0,0),(61759,17216,530,1,1,0,0,-4821.59,-12372.6,-2.44314,3.94964,300,5,0,120,0,1,0,0,0),(61760,17216,530,1,1,0,0,-4789,-12388.9,1.1473,4.43543,300,5,0,120,0,1,0,0,0),(61761,17216,530,1,1,0,0,-4854.69,-12451.6,-7.41087,4.72722,300,5,0,120,0,1,0,0,0),(61762,17216,530,1,1,0,0,-4836.65,-12409.4,-1.54343,3.83237,300,5,0,120,0,1,0,0,0),(61763,17216,530,1,1,0,0,-4826.62,-12444.1,-0.879713,3.00798,300,5,0,120,0,1,0,0,0),(61764,17216,530,1,1,0,0,-4816.3,-12427.6,-0.858916,3.62394,300,5,0,120,0,1,0,0,0),(61765,17216,530,1,1,0,0,-4774.33,-12491.5,-0.031165,4.84193,300,5,0,120,0,1,0,0,0),(61766,17216,530,1,1,0,0,-4775.48,-12489.5,0.02499,4.68075,300,5,0,120,0,1,0,0,0),(61767,17216,530,1,1,0,0,-4860.55,-12352.8,-11.4433,2.97102,300,5,0,120,0,1,0,0,0),(61768,17216,530,1,1,0,0,-4721.77,-12551.6,-0.75181,2.93405,300,5,0,120,0,1,0,0,0),(61769,17216,530,1,1,0,0,-4785.33,-12550.9,-1.37875,5.29389,300,5,0,120,0,1,0,0,0),(61770,17216,530,1,1,0,0,-4791.64,-12541.5,-1.0059,5.24053,300,5,0,120,0,1,0,0,0),(61771,17216,530,1,1,0,0,-4693.6,-12552.1,1.63611,2.55093,300,5,0,120,0,1,0,0,0),(61772,17216,530,1,1,0,0,-4816.67,-12508.7,-2.95843,1.53091,300,5,0,120,0,1,0,0,0),(61773,17216,530,1,1,0,0,-4788.98,-12520.9,-1.03294,2.63032,300,5,0,120,0,1,0,0,0),(61774,17216,530,1,1,0,0,-4740.38,-12518.3,1.05677,4.98336,300,5,0,120,0,1,0,0,0),(61775,17216,530,1,1,0,0,-4718.68,-12520.1,1.49224,5.55712,300,5,0,120,0,1,0,0,0),(61776,17216,530,1,1,0,0,-4721.5,-12525.8,1.16112,1.63563,300,5,0,120,0,1,0,0,0),(61777,17216,530,1,1,0,0,-4844.52,-12477.2,-3.58944,3.67163,300,5,0,120,0,1,0,0,0),(61778,17216,530,1,1,0,0,-4881.49,-12380.3,-14.2123,3.91148,300,5,0,120,0,1,0,0,0),(61779,17216,530,1,1,0,0,-4836.81,-12513.1,-9.88286,3.60309,300,5,0,120,0,1,0,0,0),(61780,17216,530,1,1,0,0,-4775.61,-12576.5,-12.3525,6.20701,300,5,0,120,0,1,0,0,0),(61781,17216,530,1,1,0,0,-4745.87,-12623.1,-11.9346,1.40793,300,5,0,120,0,1,0,0,0),(61782,17216,530,1,1,0,0,-4701.21,-12581.9,-4.08629,0.098336,300,5,0,120,0,1,0,0,0),(61783,17216,530,1,1,0,0,-4753.92,-12585.2,-13.4752,2.75554,300,5,0,120,0,1,0,0,0),(61784,17216,530,1,1,0,0,-4730.08,-12606.8,-6.54082,5.37092,300,5,0,120,0,1,0,0,0),(61785,17216,530,1,1,0,0,-4748.8,-12611.6,-12.317,2.95764,300,5,0,120,0,1,0,0,0),(61786,17216,530,1,1,0,0,-4719.48,-12614.7,-3.64652,2.28523,300,5,0,120,0,1,0,0,0),(61787,17216,530,1,1,0,0,-4702.36,-12657.3,-1.95981,0.369275,300,5,0,120,0,1,0,0,0),(61788,17216,530,1,1,0,0,-4710.45,-12719.6,-7.98137,5.98417,300,5,0,120,0,1,0,0,0),(61789,17216,530,1,1,0,0,-4716.23,-12684.5,-5.84213,0.799959,300,5,0,120,0,1,0,0,0),(61790,17216,530,1,1,0,0,-4714.95,-12691.2,-6.24034,0.681758,300,5,0,120,0,1,0,0,0),(61791,17216,530,1,1,0,0,-4705.02,-12749.6,-3.7778,1.21515,300,5,0,120,0,1,0,0,0),(61792,17216,530,1,1,0,0,-4689.12,-12717,-3.98891,3.04581,300,5,0,120,0,1,0,0,0),(61793,17216,530,1,1,0,0,-4682.41,-12748.2,-1.24585,0.35412,300,5,0,120,0,1,0,0,0),(61794,17216,530,1,1,0,0,-4714.71,-12783.4,-4.11995,6.00055,300,5,0,120,0,1,0,0,0),(61795,17216,530,1,1,0,0,-4690.02,-12881.8,-2.66445,3.14063,300,5,0,120,0,1,0,0,0),(61796,17216,530,1,1,0,0,-4711.05,-12841.3,-5.44464,5.38117,300,5,0,120,0,1,0,0,0),(61797,17216,530,1,1,0,0,-4707.1,-12810.2,-3.93184,0.678082,300,5,0,120,0,1,0,0,0),(61798,17216,530,1,1,0,0,-4689.45,-12945.3,2.65664,2.65015,300,5,0,120,0,1,0,0,0),(61799,17216,530,1,1,0,0,-4713.55,-12930.5,-3.29624,5.85465,300,5,0,120,0,1,0,0,0),(61800,17216,530,1,1,0,0,-4692.84,-13017.2,-6.84159,4.1337,300,5,0,120,0,1,0,0,0),(61801,17216,530,1,1,0,0,-4708.93,-12990.8,-4.3961,5.41658,300,5,0,120,0,1,0,0,0),(61802,17216,530,1,1,0,0,-4645.6,-13027.5,-5.16192,3.60746,300,5,0,120,0,1,0,0,0),(61803,17216,530,1,1,0,0,-4658.47,-13044.1,-9.67113,4.95714,300,5,0,120,0,1,0,0,0),(61804,17216,530,1,1,0,0,-4641.7,-12987.7,0.90345,3.81742,300,5,0,120,0,1,0,0,0),(61805,17216,530,1,1,0,0,-4629.33,-13081.2,-13.4156,0.078691,300,5,0,120,0,1,0,0,0),(61806,17216,530,1,1,0,0,-4650.86,-13111.6,-4.79579,0.954605,300,5,0,120,0,1,0,0,0),(61807,17216,530,1,1,0,0,-4585.07,-13076.5,-13.8048,3.79823,300,5,0,120,0,1,0,0,0),(61808,17216,530,1,1,0,0,-4561.32,-13083,-12.9037,0.101649,300,5,0,120,0,1,0,0,0),(61809,17216,530,1,1,0,0,-4553.91,-13054.9,-15.5536,0.0984,300,5,0,120,0,1,0,0,0),(61810,17216,530,1,1,0,0,-4546.24,-13050.1,-15.1681,5.64046,300,5,0,120,0,1,0,0,0),(61811,17216,530,1,1,0,0,-4452.6,-13020.2,-11.3544,0.180552,300,5,0,120,0,1,0,0,0),(61812,17216,530,1,1,0,0,-4453.84,-13001.1,-6.35348,4.47658,300,5,0,120,0,1,0,0,0),(61813,17216,530,1,1,0,0,-4483.84,-13030.7,-12.653,4.72455,300,5,0,120,0,1,0,0,0),(61814,17216,530,1,1,0,0,-4362.83,-13017.6,-2.24692,3.32854,300,5,0,120,0,1,0,0,0),(61815,17216,530,1,1,0,0,-4383.74,-12989.6,-1.09586,1.12238,300,5,0,120,0,1,0,0,0),(61816,17216,530,1,1,0,0,-4158.91,-12993,-4.72442,5.04726,300,5,0,120,0,1,0,0,0),(61817,17216,530,1,1,0,0,-4081.94,-12999.4,-1.19237,5.26254,300,5,0,120,0,1,0,0,0),(61818,17216,530,1,1,0,0,-4056.66,-13024.5,0.69051,4.02473,300,5,0,120,0,1,0,0,0),(61819,17216,530,1,1,0,0,-4010.79,-13021.9,-3.75331,5.34069,300,5,0,120,0,1,0,0,0),(61820,17216,530,1,1,0,0,-3968.73,-13039.7,-9.15005,3.38847,300,5,0,120,0,1,0,0,0),(61821,17216,530,1,1,0,0,-3927.01,-13053,-4.61145,1.27934,300,5,0,120,0,1,0,0,0),(61822,17216,530,1,1,0,0,-3947.68,-13022.1,-7.00141,1.07831,300,5,0,120,0,1,0,0,0),(61823,17216,530,1,1,0,0,-3928.1,-13019.3,-4.22962,4.24963,300,5,0,120,0,1,0,0,0),(61824,17216,530,1,1,0,0,-3904.58,-13016.5,-5.66769,6.16525,300,5,0,120,0,1,0,0,0),(61825,17216,530,1,1,0,0,-3821.81,-13053.5,-12.5659,0.516965,300,5,0,120,0,1,0,0,0),(61826,17216,530,1,1,0,0,-3786.81,-13078,-6.29633,0.915577,300,5,0,120,0,1,0,0,0),(61827,17216,530,1,1,0,0,-3817.53,-13013.6,-20.473,0.101808,300,5,0,120,0,1,0,0,0),(61828,17216,530,1,1,0,0,-3750.27,-13050.3,-14.4967,1.49462,300,5,0,120,0,1,0,0,0),(61829,17216,530,1,1,0,0,-3787.88,-12997.1,-25.6316,4.44231,300,5,0,120,0,1,0,0,0),(61830,17216,530,1,1,0,0,-3826.5,-12996.9,-17.9454,0.699687,300,5,0,120,0,1,0,0,0),(61831,17216,530,1,1,0,0,-3992.38,-12995.5,-6.08556,1.79035,300,5,0,120,0,1,0,0,0),(61832,17216,530,1,1,0,0,-4026.5,-12945.5,-2.18793,2.27095,300,5,0,120,0,1,0,0,0),(61833,17216,530,1,1,0,0,-4146.61,-13003.8,-2.43078,3.93995,300,5,0,120,0,1,0,0,0),(61834,17216,530,1,1,0,0,-3818.06,-12961,-8.9681,3.44738,300,5,0,120,0,1,0,0,0),(61835,17216,530,1,1,0,0,-3767.74,-12830.3,1.72087,5.51988,300,5,0,120,0,1,0,0,0),(61836,17216,530,1,1,0,0,-3753.69,-12858.8,-6.1434,1.95312,300,5,0,120,0,1,0,0,0),(61837,17216,530,1,1,0,0,-3722.88,-12802.4,-1.0298,1.28056,300,5,0,120,0,1,0,0,0),(61838,17216,530,1,1,0,0,-3711.78,-12845.6,-18.5318,2.91699,300,5,0,120,0,1,0,0,0),(61839,17216,530,1,1,0,0,-4245.28,-11391.5,-2.25632,1.58056,300,5,0,120,0,1,0,0,0),(61840,17216,530,1,1,0,0,-4345.17,-11428.2,-3.01274,0.815383,300,5,0,120,0,1,0,0,0),(61841,17216,530,1,1,0,0,-4356.22,-11388.1,-10.7131,0.405882,300,5,0,120,0,1,0,0,0),(61842,17216,530,1,1,0,0,-4424.78,-11443.7,1.31931,3.98034,300,5,0,120,0,1,0,0,0),(61843,17216,530,1,1,0,0,-4555.35,-11424,-0.284676,6.16131,300,5,0,120,0,1,0,0,0),(61844,17216,530,1,1,0,0,-4512.41,-11364.8,-12.8586,1.50631,300,5,0,120,0,1,0,0,0),(61845,17216,530,1,1,0,0,-5020.59,-11546,-0.146392,2.43323,300,5,0,120,0,1,0,0,0),(61846,17216,530,1,1,0,0,-5048.06,-11752.4,1.26003,1.75507,300,5,0,120,0,1,0,0,0),(61847,17216,530,1,1,0,0,-5048.97,-11693.5,-0.036132,0.836529,300,5,0,120,0,1,0,0,0),(61848,17216,530,1,1,0,0,-5035.2,-11857.1,1.16183,5.78579,300,5,0,120,0,1,0,0,0),(61849,17216,530,1,1,0,0,-5016.24,-11888.5,1.40739,1.56682,300,5,0,120,0,1,0,0,0),(61850,17216,530,1,1,0,0,-5013.33,-12070,-0.407939,2.42093,300,5,0,120,0,1,0,0,0),(61851,17216,530,1,1,0,0,-4935.95,-12110.4,1.17369,0.831747,300,5,0,120,0,1,0,0,0),(61852,17216,530,1,1,0,0,-4692.58,-12670.5,-2.04776,4.16393,300,5,0,120,0,1,0,0,0),(61853,17216,530,1,1,0,0,-4699.36,-12617.7,-2.03758,3.06736,300,5,0,120,0,1,0,0,0),(61854,17216,530,1,1,0,0,-4014.85,-12953.7,-2.66099,2.21803,300,5,0,120,0,1,0,0,0),(61855,17216,530,1,1,0,0,-3769.83,-12832,1.59732,5.4895,300,5,0,120,0,1,0,0,0),(61856,17217,530,1,1,0,0,-4552.35,-11309.5,-24.2519,2.8943,300,5,0,137,0,1,0,0,0),(61857,17217,530,1,1,0,0,-4769.03,-11385.2,-5.50807,3.0888,300,5,0,137,0,1,0,0,0),(61858,17217,530,1,1,0,0,-4783.93,-11414.8,-0.404358,6.14698,300,5,0,137,0,1,0,0,0),(61859,17217,530,1,1,0,0,-4825.78,-11425.5,1.40606,0.735062,300,5,0,137,0,1,0,0,0),(61860,17217,530,1,1,0,0,-4943.74,-11447.2,-28.2538,4.12212,300,5,0,137,0,1,0,0,0),(61861,17217,530,1,1,0,0,-4887.38,-11373.3,-13.2935,0.099863,300,5,0,137,0,1,0,0,0),(61862,17217,530,1,1,0,0,-3682.76,-12818.3,-5.67885,1.51411,300,5,0,137,0,1,0,0,0),(61863,17217,530,1,1,0,0,-3656,-12845,-5.19183,1.40212,300,5,0,137,0,1,0,0,0),(61864,17217,530,1,1,0,0,-3632.84,-12871,-3.59648,1.88788,300,5,0,137,0,1,0,0,0),(61865,17217,530,1,1,0,0,-3689.37,-12889.1,-24.7681,2.86678,300,5,0,137,0,1,0,0,0),(61866,17217,530,1,1,0,0,-3548.57,-12884.1,0.26079,0.339488,300,5,0,137,0,1,0,0,0),(61867,17217,530,1,1,0,0,-3491.94,-12911.8,-1.0574,3.03076,300,5,0,137,0,1,0,0,0),(61868,17217,530,1,1,0,0,-3569.76,-12924.3,-4.84948,4.35545,300,5,0,137,0,1,0,0,0),(61869,17217,530,1,1,0,0,-3508.96,-12956.8,-4.7667,0.736899,300,5,0,137,0,1,0,0,0),(61870,17217,530,1,1,0,0,-3486.86,-12953.7,-1.24419,4.3029,300,5,0,137,0,1,0,0,0),(61871,17217,530,1,1,0,0,-3420.38,-12954.8,-0.256922,2.95058,300,5,0,137,0,1,0,0,0),(61872,17217,530,1,1,0,0,-3451.23,-12923.8,0.47633,0.276139,300,5,0,137,0,1,0,0,0),(61873,17217,530,1,1,0,0,-3551.68,-12963.4,-15.9967,1.51996,300,5,0,137,0,1,0,0,0),(61874,17217,530,1,1,0,0,-3386.71,-13015.4,-4.10745,1.08841,300,5,0,137,0,1,0,0,0),(61875,17217,530,1,1,0,0,-3371.38,-12982.6,-0.138557,3.55982,300,5,0,137,0,1,0,0,0),(61876,17217,530,1,1,0,0,-3426.36,-13022.9,-16.7237,3.22376,300,5,0,137,0,1,0,0,0),(61877,17217,530,1,1,0,0,-3450.43,-13010.7,-17.7131,1.8499,300,5,0,137,0,1,0,0,0),(61878,17217,530,1,1,0,0,-3274.58,-13006.6,0.74687,0.754601,300,5,0,137,0,1,0,0,0),(61879,17217,530,1,1,0,0,-3317.51,-13048.8,-11.2132,2.29257,300,5,0,137,0,1,0,0,0),(61880,17217,530,1,1,0,0,-3222.09,-13082.7,-15.6052,1.1613,300,5,0,137,0,1,0,0,0),(61881,17217,530,1,1,0,0,-3251.84,-13071.8,-13.462,4.92251,300,5,0,137,0,1,0,0,0),(61882,17217,530,1,1,0,0,-3210.65,-13025.7,0.87725,4.44751,300,5,0,137,0,1,0,0,0),(61883,17217,530,1,1,0,0,-3180.67,-12987.2,0.98871,4.57714,300,5,0,137,0,1,0,0,0),(61884,17217,530,1,1,0,0,-3155.8,-13010.4,-9.54263,6.05053,300,5,0,137,0,1,0,0,0),(61885,17217,530,1,1,0,0,-3143.18,-12945.1,1.19347,4.36007,300,5,0,137,0,1,0,0,0),(61886,17217,530,1,1,0,0,-3086.3,-12953.6,-15.241,4.0142,300,5,0,137,0,1,0,0,0),(61887,17217,530,1,1,0,0,-3123.28,-12977,-10.1331,6.15049,300,5,0,137,0,1,0,0,0),(61888,17217,530,1,1,0,0,-3123.76,-12867.7,1.34993,4.20598,300,5,0,137,0,1,0,0,0),(61889,17217,530,1,1,0,0,-3102.02,-12929.2,-8.11938,0.637259,300,5,0,137,0,1,0,0,0),(61890,17217,530,1,1,0,0,-3083.06,-12876.9,-14.9986,0.280179,300,5,0,137,0,1,0,0,0),(61891,17217,530,1,1,0,0,-3019.9,-12821.2,-15.6092,5.58633,300,5,0,137,0,1,0,0,0),(61892,17217,530,1,1,0,0,-3032.88,-12857.3,-15.6058,0.46513,300,5,0,137,0,1,0,0,0),(61893,17217,530,1,1,0,0,-3050,-12816.7,-12.9207,5.47696,300,5,0,137,0,1,0,0,0),(61894,17217,530,1,1,0,0,-3038.84,-12776.3,-9.66971,2.91509,300,5,0,137,0,1,0,0,0),(61895,17217,530,1,1,0,0,-3015.07,-12713.9,-11.8523,3.16307,300,5,0,137,0,1,0,0,0),(61896,17217,530,1,1,0,0,-3013.92,-12717,-12.3393,1.87217,300,5,0,137,0,1,0,0,0),(61897,17217,530,1,1,0,0,-3014.09,-12681.7,-2.22611,0.691845,300,5,0,137,0,1,0,0,0),(61898,17217,530,1,1,0,0,-2989.35,-12655.6,2.5254,1.26325,300,5,0,137,0,1,0,0,0),(61899,17217,530,1,1,0,0,-2952.18,-12671.3,-3.15005,5.21096,300,5,0,137,0,1,0,0,0),(61900,17217,530,1,1,0,0,-2917.9,-12658,-4.07848,4.04894,300,5,0,137,0,1,0,0,0),(61901,17217,530,1,1,0,0,-2894.33,-12686.3,-15.6603,0.689337,300,5,0,137,0,1,0,0,0),(61902,17217,530,1,1,0,0,-2892.76,-12627.7,-1.75193,1.21873,300,5,0,137,0,1,0,0,0),(61903,17217,530,1,1,0,0,-2896.4,-12591.9,0.82103,4.16739,300,5,0,137,0,1,0,0,0),(61904,17217,530,1,1,0,0,-2869.11,-12657.1,-14.7636,5.80034,300,5,0,137,0,1,0,0,0),(61905,17217,530,1,1,0,0,-2853.31,-12546.6,-14.6146,0.178631,300,5,0,137,0,1,0,0,0),(61906,17217,530,1,1,0,0,-2854.77,-12581.1,-14.9396,3.2296,300,5,0,137,0,1,0,0,0),(61907,17217,530,1,1,0,0,-2817.35,-12568.7,-16.0129,1.62161,300,5,0,137,0,1,0,0,0),(61908,17217,530,1,1,0,0,-2813,-12605.7,-16.0272,0.471648,300,5,0,137,0,1,0,0,0),(61909,17217,530,1,1,0,0,-2872.97,-12500.2,-8.80153,2.18264,300,5,0,137,0,1,0,0,0),(61910,17217,530,1,1,0,0,-2857.36,-12515.7,-15.4046,0.437453,300,5,0,137,0,1,0,0,0),(61911,17217,530,1,1,0,0,-2855.11,-12444.1,-15.7621,4.54555,300,5,0,137,0,1,0,0,0),(61912,17217,530,1,1,0,0,-2920.58,-12445.9,5.1581,5.5434,300,5,0,137,0,1,0,0,0),(61913,17217,530,1,1,0,0,-2786.67,-12485.6,-16.0122,0.339592,300,5,0,137,0,1,0,0,0),(61914,17217,530,1,1,0,0,-2850.06,-12383.3,-3.97429,1.85032,300,5,0,137,0,1,0,0,0),(61915,17217,530,1,1,0,0,-2879.66,-12408.8,-1.73187,4.92296,300,5,0,137,0,1,0,0,0),(61916,17217,530,1,1,0,0,-2917.83,-12386,2.29366,6.20297,300,5,0,137,0,1,0,0,0),(61917,17217,530,1,1,0,0,-2885.42,-12339.6,-3.65599,4.97547,300,5,0,137,0,1,0,0,0),(61918,17217,530,1,1,0,0,-2914.02,-12328.2,1.63591,4.77437,300,5,0,137,0,1,0,0,0),(61919,17217,530,1,1,0,0,-2860.96,-12310.7,-4.02637,2.89161,300,5,0,137,0,1,0,0,0),(61920,17217,530,1,1,0,0,-2859.5,-12444.6,-15.2621,4.33794,300,5,0,137,0,1,0,0,0),(61921,17217,530,1,1,0,0,-2882.43,-12489.6,-2.88027,3.73122,300,5,0,137,0,1,0,0,0),(61922,17217,530,1,1,0,0,-2908.6,-12453.9,3.27746,1.6021,300,5,0,137,0,1,0,0,0),(61923,17217,530,1,1,0,0,-2909.9,-12380.2,2.22487,1.59143,300,5,0,137,0,1,0,0,0),(61924,17217,530,1,1,0,0,-2879.23,-12349,-5.00888,6.10456,300,5,0,137,0,1,0,0,0),(61925,17217,530,1,1,0,0,-2847.47,-12391.6,-5.73225,2.93691,300,5,0,137,0,1,0,0,0),(61926,17217,530,1,1,0,0,-2895.45,-12388.1,1.46813,2.91895,300,5,0,137,0,1,0,0,0),(61927,17217,530,1,1,0,0,-2844.05,-12323.5,-2.43204,1.69823,300,5,0,137,0,1,0,0,0),(61928,17217,530,1,1,0,0,-2908.44,-12316.1,1.0145,0.168679,300,5,0,137,0,1,0,0,0),(61929,17217,530,1,1,0,0,-4560.54,-11327.2,-23.7519,3.91928,300,5,0,137,0,1,0,0,0),(61930,17217,530,1,1,0,0,-4648.73,-11314.1,-21.2932,6.28158,300,5,0,137,0,1,0,0,0),(61931,17217,530,1,1,0,0,-4756.78,-11385.4,-2.68271,6.2429,300,5,0,137,0,1,0,0,0),(61932,17217,530,1,1,0,0,-4814.83,-11320.3,-16.8075,4.91743,300,5,0,137,0,1,0,0,0),(61933,17217,530,1,1,0,0,-4755.86,-11252.5,-21.3307,4.18403,300,5,0,137,0,1,0,0,0),(61934,17217,530,1,1,0,0,-4880.39,-11250.2,1.18155,4.18839,300,5,0,137,0,1,0,0,0),(61935,17217,530,1,1,0,0,-4772.46,-11188,-12.8736,0.305683,300,5,0,137,0,1,0,0,0),(61936,17217,530,1,1,0,0,-4829.96,-11121.4,1.20842,2.03619,300,5,0,137,0,1,0,0,0),(61937,17217,530,1,1,0,0,-4716.77,-10950.2,-14.4895,1.75746,300,5,0,137,0,1,0,0,0),(61938,17217,530,1,1,0,0,-5406.27,-10945.8,-17.6782,3.28459,300,5,0,137,0,1,0,0,0),(61939,17217,530,1,1,0,0,-5383.3,-10783,-20.0817,2.08988,300,5,0,137,0,1,0,0,0),(61940,17217,530,1,1,0,0,-5449.74,-10847.8,-24.2993,2.71444,300,5,0,137,0,1,0,0,0),(61941,17217,530,1,1,0,0,-5282.71,-10746.6,-17.5298,1.0782,300,5,0,137,0,1,0,0,0),(61942,17217,530,1,1,0,0,-5221.32,-10684.9,-20.271,3.52204,300,5,0,137,0,1,0,0,0),(61943,17217,530,1,1,0,0,-5080.39,-10679.2,-24.4062,1.73217,300,5,0,137,0,1,0,0,0),(61944,17217,530,1,1,0,0,-4946.94,-10679.9,-44.5982,1.57861,300,5,0,137,0,1,0,0,0),(61945,17217,530,1,1,0,0,-4852.26,-10716.4,-24.2793,1.26139,300,5,0,137,0,1,0,0,0),(61946,17217,530,1,1,0,0,-4783.59,-10784.9,-24.2085,4.65765,300,5,0,137,0,1,0,0,0),(61947,17217,530,1,1,0,0,-4714.94,-10852.4,-21.647,5.04036,300,5,0,137,0,1,0,0,0),(61948,17217,530,1,1,0,0,-5312.88,-11119.2,5.34839,2.20021,300,5,0,137,0,1,0,0,0),(61949,17217,530,1,1,0,0,-5382.37,-11141.4,-6.77367,0.256922,300,5,0,137,0,1,0,0,0),(61950,17217,530,1,1,0,0,-5296.39,-11212.5,-6.10381,0.036038,300,5,0,137,0,1,0,0,0),(61951,17217,530,1,1,0,0,-5414.58,-11254.9,-20.8664,2.20375,300,5,0,137,0,1,0,0,0),(61952,17217,530,1,1,0,0,-4989.89,-11335.3,-0.034084,3.39298,300,5,0,137,0,1,0,0,0),(61953,17217,530,1,1,0,0,-4878.9,-11391.5,-9.0481,6.15416,300,5,0,137,0,1,0,0,0),(61954,17217,530,1,1,0,0,-5012.12,-11416.5,-40.7774,1.64312,300,5,0,137,0,1,0,0,0),(61955,17217,530,1,1,0,0,-5132.89,-11384.3,-34.4994,3.1455,300,5,0,137,0,1,0,0,0),(61956,17217,530,1,1,0,0,-5084.43,-11418,-40.6637,1.32772,300,5,0,137,0,1,0,0,0),(61957,17217,530,1,1,0,0,-5148.41,-11524.7,-28.4145,1.45734,300,5,0,137,0,1,0,0,0),(61958,17219,530,1,1,0,1,-3777.9,-11407.2,-137.934,1.06381,300,0,0,2215,1807,0,0,0,0),(61961,17226,530,1,1,0,0,-657.813,4137.41,64.4174,1.18682,300,0,0,2332,6156,0,0,0,0),(61962,17228,530,1,1,0,1,-4190.63,-12463.6,45.3419,4.15388,300,0,0,98,115,0,0,0,0),(61963,17230,530,1,1,0,0,-597.632,4176.91,64.8636,0.418879,300,0,0,42,0,0,0,0,0),(61964,17232,530,1,1,0,0,-4177.22,-12510.2,44.4447,2.79253,300,0,0,253,264,0,0,0,0),(61965,17240,530,1,1,0,0,-4699.57,-12414.8,11.6456,4.38078,300,0,0,4979,0,0,0,0,0),(61966,17243,530,1,1,0,1,-4691.14,-12527.5,2.68175,0.523995,300,0,0,166,178,2,0,0,0),(61983,17247,530,1,1,0,1,-4486.42,-12348.8,15.9627,6.19592,300,5,0,176,0,1,0,0,0),(61982,17247,530,1,1,0,1,-4638.96,-12418.1,12.7927,5.10766,300,5,0,176,0,1,0,0,0),(61981,17247,530,1,1,0,1,-4647.27,-12322.7,14.4685,3.05289,300,5,0,176,0,1,0,0,0),(61980,17247,530,1,1,0,1,-4617.68,-12449.8,14.5845,5.18228,300,5,0,176,0,1,0,0,0),(61979,17247,530,1,1,0,1,-4724.99,-12396.7,11.5594,3.23441,300,5,0,176,0,1,0,0,0),(61978,17247,530,1,1,0,1,-4673.92,-12321,13.1546,3.26377,300,5,0,176,0,1,0,0,0),(61977,17247,530,1,1,0,1,-4732.83,-12398.1,11.0996,0.279253,300,5,0,176,0,1,0,0,0),(61974,17244,530,1,1,0,1,-4485.65,-12441.7,4.38327,3.14159,300,0,0,176,0,0,0,0,0),(61975,17245,530,1,1,0,1,-4726.29,-12387,11.1737,3.24631,300,0,0,156,0,0,0,0,0),(61976,17246,530,1,1,0,1,-4708.59,-12400.3,11.9429,0.994838,300,0,0,156,0,0,0,0,0),(61973,17244,530,1,1,0,1,-4700.05,-12363,11.1799,1.23918,300,0,0,176,0,0,0,0,0),(61972,17244,530,1,1,0,1,-4708.4,-12356,11.5525,4.20624,300,0,0,176,0,0,0,0,0),(61971,17244,530,1,1,0,1,-4639.34,-12365.5,11.9371,1.62044,300,0,0,176,0,0,0,0,0),(61970,17244,530,1,1,0,1,-4661.19,-12410.3,11.5678,4.2586,300,0,0,176,0,0,0,0,0),(61969,17244,530,1,1,0,1,-4602.1,-12368.8,13.6724,1.74609,300,0,0,176,0,0,0,0,0),(61968,17244,530,1,1,0,1,-4668.68,-12413.1,11.879,1.09956,300,0,0,176,0,0,0,0,0),(61967,17244,530,1,1,0,1,-4620.15,-12344.4,14.1982,0.488692,300,0,0,176,0,0,0,0,0),(276,679,0,1,1,536,1,-12462.2,-995.415,50.3674,2.60054,1800,0,0,1579,1432,0,0,0,0),(61985,17250,530,1,1,0,0,-597.955,4112.97,90.9764,4.67748,300,0,0,42,0,0,0,0,0),(61986,17251,530,1,1,0,0,-595.368,4108.67,90.9765,4.11898,300,0,0,42,0,0,0,0,0),(138126,17398,542,3,1,0,1,437.158,201.984,11.6815,4.639,86400,0,0,6963,0,0,0,0,0),(138219,17414,542,3,1,0,1,483.48,91.8948,9.62303,1.14828,86400,0,0,10472,5875,0,0,0,0),(138223,17371,542,3,1,0,0,437.232,64.7644,9.60927,5.1656,86400,0,0,10472,5875,0,0,0,0),(138224,17371,542,3,1,0,0,442.237,56.965,9.61104,1.84965,86400,0,0,10472,5875,0,0,0,0),(138225,17414,542,3,1,0,1,445.422,63.6577,9.61209,3.54218,86400,0,0,10472,5875,0,0,0,0),(202661,17271,543,3,1,0,1,-1259.32,1597.83,92.1066,5.49779,86400,0,0,1,0,0,0,0,0),(202660,17271,543,3,1,0,1,-1244.97,1646.42,67.7663,2.51327,86400,0,0,1,0,0,0,0,0),(202659,17271,543,3,1,0,1,-1242.73,1616.46,68.5907,3.35103,86400,0,0,1,0,0,0,0,0),(202658,17271,543,3,1,0,1,-1199.85,1440.53,68.5998,0.715585,86400,0,0,1,0,0,0,0,0),(202657,17271,543,3,1,0,1,-1184.12,1485.16,68.5488,6.02139,86400,0,0,1,0,0,0,0,0),(202656,17271,543,3,1,0,1,-1159.4,1458.33,68.4912,2.42601,86400,0,0,1,0,0,0,0,0),(202655,17271,543,3,1,0,1,-1155.61,1464.45,68.4906,2.98451,86400,0,0,1,0,0,0,0,0),(202654,17271,543,3,1,0,1,-1149.79,1503.79,68.4842,2.82743,86400,0,0,1,0,0,0,0,0),(135266,16409,532,1,3,16464,1,-10982.3,-2011.39,80.0567,4.55531,604800,0,0,7825,15775,0,0,0,0),(135265,16409,532,1,3,16466,1,-10984.1,-2011.49,80.0568,5.044,604800,0,0,7825,15775,0,0,0,0),(135264,16409,532,1,3,16466,1,-10980,-2013.23,80.0565,3.735,604800,0,0,7825,15775,0,0,0,0),(62008,17263,530,1,1,0,0,-648.415,4183.95,68.6012,4.04916,300,0,0,2227,2241,0,0,0,0),(62009,17263,530,1,1,0,0,-668.388,4176.56,68.6012,0.20944,300,0,0,2227,2241,0,0,0,0),(62010,17263,530,1,1,0,0,-668.224,4179.52,68.6036,0.139626,300,0,0,2227,2241,0,0,0,0),(62011,17263,530,1,1,0,0,-667.061,4182.13,68.6069,5.96903,300,0,0,2227,2241,0,0,0,0),(202653,17270,543,3,1,0,1,-1317.64,1614.6,91.8313,5.34071,86400,0,0,1,0,0,0,0,0),(202652,17270,543,3,1,0,1,-1314.25,1622.67,91.8317,6.23083,86400,0,0,1,0,0,0,0,0),(62014,17268,530,1,1,0,0,-4156.35,-12477.5,46.1839,3.12414,300,0,0,102,0,0,0,0,0),(202651,17270,543,3,1,0,1,-1270.92,1627.81,91.7535,3.1765,86400,0,0,1,0,0,0,0,0),(202650,17270,543,3,1,0,1,-1270.05,1622.27,91.7561,3.29867,86400,0,0,1,0,0,0,0,0),(202649,17270,543,3,1,0,1,-1245.98,1643.12,68.0523,3.52557,86400,0,0,1,0,0,0,0,0),(202648,17270,543,3,1,0,1,-1242.22,1649.36,67.5017,2.02458,86400,0,0,1,0,0,0,0,0),(202647,17270,543,3,1,0,1,-1238.36,1612.97,68.5569,4.10152,86400,0,0,1,0,0,0,0,0),(202646,17270,543,3,1,0,1,-1148.55,1497.48,68.4854,3.08923,86400,0,0,1,0,0,0,0,0),(202645,17270,543,3,1,0,1,-1148.28,1511.81,68.4805,0.0349066,86400,0,0,1,0,0,0,0,0),(202644,17269,543,3,1,0,1,-1298.65,1638.98,91.8292,3.9968,86400,0,0,1,0,0,0,0,0),(202643,17269,543,3,1,0,1,-1298.64,1584.77,91.8039,1.18682,86400,0,0,1,0,0,0,0,0),(62024,17272,530,1,1,0,0,-3313.01,-12937.6,5.87659,4.36963,300,5,0,273,0,1,0,0,0),(62025,17272,530,1,1,0,0,-3342.72,-12886.7,13.3419,0.497153,300,5,0,273,0,1,0,0,0),(62026,17272,530,1,1,0,0,-3321.98,-12880.4,15.5484,5.27441,300,5,0,273,0,1,0,0,0),(62027,17272,530,1,1,0,0,-3323.33,-12924.8,8.62655,5.52723,300,5,0,273,0,1,0,0,0),(62028,17272,530,1,1,0,0,-3315.09,-12897.1,13.6734,4.09698,300,5,0,273,0,1,0,0,0),(62029,17272,530,1,1,0,0,-3286.8,-12944,7.10443,4.66741,300,5,0,273,0,1,0,0,0),(62030,17272,530,1,1,0,0,-3303.95,-12844.4,20.2674,4.43617,300,5,0,273,0,1,0,0,0),(62031,17272,530,1,1,0,0,-3272.92,-12893.8,12.0631,1.75981,300,5,0,273,0,1,0,0,0),(62032,17272,530,1,1,0,0,-3257.28,-12868.2,15.4365,5.95278,300,5,0,273,0,1,0,0,0),(62033,17272,530,1,1,0,0,-3278.54,-12845,20.0134,0.815012,300,5,0,273,0,1,0,0,0),(62034,17272,530,1,1,0,0,-3286.12,-12887.3,13.9381,0.650173,300,5,0,273,0,1,0,0,0),(62035,17272,530,1,1,0,0,-3245.9,-12957.2,6.10783,2.67709,300,5,0,273,0,1,0,0,0),(62036,17272,530,1,1,0,0,-3214.98,-12957.1,5.96124,5.33811,300,5,0,273,0,1,0,0,0),(62037,17272,530,1,1,0,0,-3231.08,-12927.5,9.4845,3.68318,300,5,0,273,0,1,0,0,0),(62038,17272,530,1,1,0,0,-3249.25,-12850.7,17.9764,2.36597,300,5,0,273,0,1,0,0,0),(62039,17272,530,1,1,0,0,-3222.8,-12886,10.5339,0.574582,300,5,0,273,0,1,0,0,0),(62040,17272,530,1,1,0,0,-3307.16,-12841.2,20.625,3.44423,300,5,0,273,0,1,0,0,0),(62041,17272,530,1,1,0,0,-3247.75,-12846.4,19.0122,0.689569,300,5,0,273,0,1,0,0,0),(62042,17274,530,1,1,0,0,-3266.3,-12928.8,11.4706,1.41372,300,0,0,6722,0,0,0,0,0),(62043,17275,530,1,1,0,0,-1110.26,-11128.9,-78.3828,5.49779,300,0,0,27945,3155,0,0,0,0),(62044,17276,530,1,1,0,0,-1174.43,-11104.8,-75.5311,1.40526,300,5,0,1110,0,1,0,0,0),(62045,17276,530,1,1,0,0,-1171.69,-11085.7,-77.3998,2.39272,300,5,0,1110,0,1,0,0,0),(62046,17276,530,1,1,0,0,-1148.66,-11127.4,-76.0074,1.87542,300,5,0,1110,0,1,0,0,0),(62047,17276,530,1,1,0,0,-1127.71,-11108,-76.586,3.24725,300,5,0,1110,0,1,0,0,0),(62048,17276,530,1,1,0,0,-1146.18,-11077.3,-78.168,2.74347,300,5,0,1110,0,1,0,0,0),(62049,17276,530,1,1,0,0,-1144.75,-11096.2,-75.043,5.26283,300,5,0,1110,0,1,0,0,0),(62050,17276,530,1,1,0,0,-1105.26,-11101.8,-79.081,1.01976,300,5,0,1110,0,1,0,0,0),(62051,17276,530,1,1,0,0,-1113.29,-11085.1,-79.1581,0.695526,300,5,0,1110,0,1,0,0,0),(62052,17276,530,1,1,0,0,-1114.57,-11151,-79.5386,3.14897,300,5,0,1110,0,1,0,0,0),(62053,17276,530,1,1,0,0,-1091.44,-11151.8,-80.1035,3.09126,300,5,0,1110,0,1,0,0,0),(62054,17277,530,1,1,0,0,-613.815,4081.38,91.6799,1.23918,300,0,0,2590,2568,0,0,0,0),(62062,17279,530,1,1,0,1,-4599.86,-12879.3,6.8246,3.42085,300,0,0,115,126,0,0,0,0),(62061,17279,530,1,1,0,1,-4626.37,-12917.9,9.05351,1.31029,300,0,0,115,126,0,0,0,0),(62060,17278,530,1,1,0,1,-4612.01,-12854.2,5.31258,2.58309,300,5,0,120,0,1,0,0,0),(62059,17278,530,1,1,0,1,-4620.29,-12887.5,10.4616,2.55516,300,5,0,120,0,1,0,0,0),(62058,17278,530,1,1,0,1,-4606.16,-12917.3,8.76173,2.41284,300,5,0,120,0,1,0,0,0),(62057,17278,530,1,1,0,1,-4631.71,-12908.4,8.53504,3.04211,300,5,0,120,0,1,0,0,0),(62056,17278,530,1,1,0,1,-4631.61,-12857,4.32489,2.94393,300,5,0,120,0,1,0,0,0),(62055,17278,530,1,1,0,1,-4580.91,-12848.5,6.88718,5.2045,300,5,0,120,0,1,0,0,0),(202642,17269,543,3,1,0,1,-1288.11,1637.25,91.816,4.95674,86400,0,0,1,0,0,0,0,0),(202641,17269,543,3,1,0,1,-1288.01,1486.65,68.6805,1.27409,86400,0,0,1,0,0,0,0,0),(202640,17269,543,3,1,0,1,-1283.74,1486.18,68.676,0.0698132,86400,0,0,1,0,0,0,0,0),(202639,17269,543,3,1,0,1,-1273.19,1654.71,69.2056,1.0472,86400,0,0,1,0,0,0,0,0),(202638,17269,543,3,1,0,1,-1268.79,1650.25,69.0301,0.488692,86400,0,0,1,0,0,0,0,0),(62069,17282,530,1,1,0,1,-586.302,4071.2,93.9127,1.74533,300,0,0,5495,2991,0,0,0,0),(62070,17282,530,1,1,0,1,-591.915,4068.39,93.9127,1.69297,300,0,0,5495,2991,0,0,0,0),(62071,17282,530,1,1,0,1,-675.975,4123.22,71.4905,5.14112,300,0,0,5495,2991,2,0,0,0),(62072,17282,530,1,1,0,1,-671.314,4117.83,73.0626,5.14102,300,5,0,5495,2991,1,0,0,0),(62073,17282,530,1,1,0,1,-705.916,4152.32,59.169,3.87463,300,0,0,5495,2991,0,0,0,0),(62074,17282,530,1,1,0,1,-606.475,4189.11,63.8878,1.91986,300,0,0,5495,2991,0,0,0,0),(62075,17282,530,1,1,0,1,-613.088,4182.41,63.6378,2.44346,300,0,0,5495,2991,0,0,0,0),(62076,17282,530,1,1,0,1,-591.111,4161.58,66.445,2.68781,300,0,0,5495,2991,0,0,0,0),(62077,17282,530,1,1,0,1,-594.784,4151.62,66.0138,1.88496,300,0,0,5495,2991,0,0,0,0),(62078,17282,530,1,1,0,1,-629.019,4192.39,57.6454,0.249558,300,0,0,5495,2991,2,0,0,0),(62079,17282,530,1,1,0,1,-627.523,4156.77,63.8662,0.249558,300,0,0,5495,2991,0,0,0,0),(62080,17282,530,1,1,0,1,-706.67,4163.33,58.169,2.33874,300,0,0,5495,2991,0,0,0,0),(62081,17285,530,1,1,0,0,-4715.01,-12401.6,12.074,5.15434,300,0,0,102,0,0,0,0,0),(62082,17298,530,1,1,0,1,-4816.57,-11497.4,-33.7684,4.32265,300,0,0,198,0,0,0,0,0),(202637,17269,543,3,1,0,1,-1241.07,1623.38,68.575,2.40855,86400,0,0,1,0,0,0,0,0),(202636,17269,543,3,1,0,1,-1197.73,1433.35,68.6011,0.994838,86400,0,0,1,0,0,0,0,0),(207615,34951,530,1,1,0,0,-1689.12,5527.93,-40.3166,1.50098,120,0,0,1,0,0,0,0,0),(202635,17269,543,3,1,0,1,-1179.86,1482.07,68.5401,1.41372,86400,0,0,1,0,0,0,0,0),(202634,17269,543,3,1,0,1,-1179.07,1488.26,68.5438,3.52557,86400,0,0,1,0,0,0,0,0),(202633,17269,543,3,1,0,1,-1167.96,1700.08,91.5627,3.68264,86400,0,0,1,0,0,0,0,0),(62090,17312,530,1,1,0,0,-4781.36,-11054.6,2.47597,2.26893,300,0,0,186,191,0,0,0,0),(62091,17320,530,1,1,0,0,-2578.32,-12182.7,28.4865,2.48846,300,5,0,186,191,1,0,0,0),(62092,17320,530,1,1,0,0,-2574.52,-12277.9,15.0784,1.43561,300,5,0,186,191,1,0,0,0),(62093,17320,530,1,1,0,0,-2581.57,-12250.6,16.2813,3.48195,300,5,0,186,191,1,0,0,0),(62094,17320,530,1,1,0,0,-2519.43,-12315.7,14.2774,0.314159,300,5,0,186,191,1,0,0,0),(62095,17320,530,1,1,0,0,-2506.02,-12344.2,15.7029,1.06846,300,5,0,186,191,1,0,0,0),(62096,17320,530,1,1,0,0,-2480.09,-12361.2,19.3715,3.89943,300,5,0,186,191,1,0,0,0),(62097,17320,530,1,1,0,0,-2479.87,-12317.3,14.4772,5.54177,300,5,0,186,191,1,0,0,0),(62098,17320,530,1,1,0,0,-2495.2,-12290,14.2774,3.03687,300,5,0,186,191,1,0,0,0),(62099,17320,530,1,1,0,0,-2476.38,-12216.6,31.2676,4.55944,300,5,0,186,191,1,0,0,0),(62100,17320,530,1,1,0,0,-2445.38,-12257.7,28.6422,4.69099,300,5,0,186,191,1,0,0,0),(62101,17320,530,1,1,0,0,-2456.89,-12207.3,33.1221,2.39338,300,5,0,186,191,1,0,0,0),(62102,17320,530,1,1,0,0,-2512.99,-12201.8,28.0172,1.41372,300,5,0,186,191,1,0,0,0),(62103,17320,530,1,1,0,0,-2548.4,-12148.2,35.4041,2.34514,300,5,0,186,191,1,0,0,0),(62104,17320,530,1,1,0,0,-2485.18,-12151.7,39.9361,0.011305,300,5,0,186,191,1,0,0,0),(62105,17320,530,1,1,0,0,-2439.31,-12159.6,32.9125,1.8675,300,5,0,186,191,1,0,0,0),(62106,17320,530,1,1,0,0,-2385.62,-12178.7,32.5432,5.25816,300,5,0,186,191,1,0,0,0),(62107,17320,530,1,1,0,0,-2445.09,-12124.9,41.2123,2.59045,300,5,0,186,191,1,0,0,0),(62108,17320,530,1,1,0,0,-2370.36,-12138,30.8157,0.632952,300,5,0,186,191,1,0,0,0),(62109,17321,530,1,1,0,1,-2575.55,-12215.4,27.6707,5.99598,300,5,0,198,0,1,0,0,0),(62110,17321,530,1,1,0,1,-2550.98,-12252.8,21.3919,0.628653,300,5,0,198,0,1,0,0,0),(62111,17321,530,1,1,0,1,-2554.98,-12322.1,12.9003,3.38234,300,5,0,198,0,1,0,0,0),(62112,17321,530,1,1,0,1,-2534.76,-12278.5,14.1946,4.15388,300,5,0,198,0,1,0,0,0),(62113,17321,530,1,1,0,1,-2454.59,-12278.7,28.7155,4.68911,300,5,0,198,0,1,0,0,0),(62114,17321,530,1,1,0,1,-2453.15,-12324,22.3154,6.24277,300,5,0,198,0,1,0,0,0),(62115,17321,530,1,1,0,1,-2473.87,-12247.4,28.9472,2.90324,300,5,0,198,0,1,0,0,0),(62116,17321,530,1,1,0,1,-2423.33,-12224.5,31.9034,2.95153,300,5,0,198,0,1,0,0,0),(62117,17321,530,1,1,0,1,-2535,-12218.4,27.9751,4.4855,300,5,0,198,0,1,0,0,0),(62118,17321,530,1,1,0,1,-2553.4,-12183.2,28.1324,1.22173,300,5,0,198,0,1,0,0,0),(62119,17321,530,1,1,0,1,-2479.64,-12173.4,33.0484,5.4983,300,5,0,198,0,1,0,0,0),(62120,17321,530,1,1,0,1,-2426.64,-12194.9,33.1445,2.40855,300,5,0,198,0,1,0,0,0),(62121,17321,530,1,1,0,1,-2454.36,-12185.6,32.9019,5.00067,300,5,0,198,0,1,0,0,0),(62122,17321,530,1,1,0,1,-2511.46,-12153.3,40.9025,3.18657,300,5,0,198,0,1,0,0,0),(62123,17321,530,1,1,0,1,-2476.68,-12122.7,39.3781,4.29375,300,5,0,198,0,1,0,0,0),(62124,17321,530,1,1,0,1,-2397.95,-12170.7,33.1445,0.436332,300,5,0,198,0,1,0,0,0),(62125,17321,530,1,1,0,1,-2417.99,-12115.9,35.3675,2.82416,300,5,0,198,0,1,0,0,0),(62126,17322,530,1,1,0,0,-1535.14,-12048.9,10.7528,1.43117,300,5,0,300,0,1,0,0,0),(62127,17322,530,1,1,0,0,-1496.82,-11991,18.4928,0.388967,300,5,0,300,0,1,0,0,0),(62128,17322,530,1,1,0,0,-1484.34,-11980.3,22.27,1.94078,300,5,0,300,0,1,0,0,0),(62129,17322,530,1,1,0,0,-1619.42,-11913.6,9.4296,2.35619,300,5,0,300,0,1,0,0,0),(62130,17322,530,1,1,0,0,-1585.32,-11904.5,14.3946,1.58056,300,5,0,300,0,1,0,0,0),(62131,17322,530,1,1,0,0,-1627.08,-11870.2,9.828,5.65638,300,5,0,300,0,1,0,0,0),(62132,17322,530,1,1,0,0,-1554.62,-11886,22.5641,0.199482,300,5,0,300,0,1,0,0,0),(62133,17322,530,1,1,0,0,-1619.72,-11750.8,33.8989,0.104063,300,5,0,300,0,1,0,0,0),(62134,17322,530,1,1,0,0,-1500.19,-11781.1,22.7072,5.64065,300,5,0,300,0,1,0,0,0),(62135,17322,530,1,1,0,0,-1495.77,-11826.9,21.4464,3.43062,300,5,0,300,0,1,0,0,0),(62136,17322,530,1,1,0,0,-1484.75,-11935.3,19.1413,3.00197,300,5,0,300,0,1,0,0,0),(62137,17322,530,1,1,0,0,-1444.6,-11820.3,19.1336,5.46288,300,5,0,300,0,1,0,0,0),(62138,17322,530,1,1,0,0,-1402.86,-11918.2,17.8151,1.38837,300,5,0,300,0,1,0,0,0),(62139,17322,530,1,1,0,0,-1410.65,-12024.2,9.5604,1.51411,300,5,0,300,0,1,0,0,0),(62140,17322,530,1,1,0,0,-1339.43,-11924.8,15.6889,1.80345,300,5,0,300,0,1,0,0,0),(62141,17322,530,1,1,0,0,-1380.08,-11935.6,15.6107,5.16427,300,5,0,300,0,1,0,0,0),(62142,17322,530,1,1,0,0,-1653.19,-11787,21.953,3.89208,300,5,0,300,0,1,0,0,0),(62143,17323,530,1,1,0,0,-1577.38,-12012.3,16.6579,3.50655,300,5,0,328,0,1,0,0,0),(62144,17323,530,1,1,0,0,-1546.4,-11943.2,19.2739,1.12166,300,5,0,328,0,1,0,0,0),(62145,17323,530,1,1,0,0,-1513.86,-11946.5,19.1452,0.890118,300,5,0,328,0,1,0,0,0),(62146,17323,530,1,1,0,0,-1631.88,-11884.9,9.453,4.60767,300,5,0,328,0,1,0,0,0),(62147,17323,530,1,1,0,0,-1582.39,-11852.4,19.1751,3.2296,300,5,0,328,0,1,0,0,0),(62148,17323,530,1,1,0,0,-1547.47,-11819.9,23.2993,5.53269,300,5,0,328,0,1,0,0,0),(62149,17323,530,1,1,0,0,-1496.76,-11861.7,23.8393,2.35102,300,5,0,328,0,1,0,0,0),(62150,17323,530,1,1,0,0,-1430.08,-11833.3,19.7556,2.96029,300,5,0,328,0,1,0,0,0),(62151,17323,530,1,1,0,0,-1425.33,-11857.5,20.3002,1.1754,300,5,0,328,0,1,0,0,0),(62152,17323,530,1,1,0,0,-1354.59,-11964.7,17.5524,2.46375,300,5,0,328,0,1,0,0,0),(62153,17323,530,1,1,0,0,-1385.99,-11952.9,15.0086,3.97935,300,5,0,328,0,1,0,0,0),(62154,17323,530,1,1,0,0,-1319.88,-11941,16.2222,4.82597,300,5,0,328,0,1,0,0,0),(62155,17324,530,1,1,0,0,-1547.66,-12019.8,10.8419,5.53269,300,5,0,300,0,1,0,0,0),(62156,17324,530,1,1,0,0,-1519.19,-12022.3,10.8391,3.82227,300,5,0,300,0,1,0,0,0),(62157,17324,530,1,1,0,0,-1626.44,-11943.2,8.97467,1.96662,300,5,0,300,0,1,0,0,0),(62158,17324,530,1,1,0,0,-1464.23,-12035.3,10.1408,5.43012,300,5,0,300,0,1,0,0,0),(62159,17324,530,1,1,0,0,-1646.63,-11910.8,9.3523,0.698132,300,5,0,300,0,1,0,0,0),(62160,17324,530,1,1,0,0,-1510.91,-11919.7,19.1336,5.32325,300,5,0,300,0,1,0,0,0),(62161,17324,530,1,1,0,0,-1670.05,-11887.7,10.436,5.03922,300,5,0,300,0,1,0,0,0),(62162,17324,530,1,1,0,0,-1655.37,-11812.7,21.9414,2.30383,300,5,0,300,0,1,0,0,0),(62163,17324,530,1,1,0,0,-1681.23,-11798.1,22.2005,6.16101,300,5,0,300,0,1,0,0,0),(62164,17324,530,1,1,0,0,-1593.08,-11783.5,29.7019,2.8217,300,5,0,300,0,1,0,0,0),(62165,17324,530,1,1,0,0,-1535.6,-11848.1,23.2542,1.41372,300,5,0,300,0,1,0,0,0),(62166,17324,530,1,1,0,0,-1520.47,-11822.3,23.3183,3.85718,300,5,0,300,0,1,0,0,0),(62167,17324,530,1,1,0,0,-1512.17,-11881.4,23.8002,4.82391,300,5,0,300,0,1,0,0,0),(62168,17324,530,1,1,0,0,-1452.98,-11912.7,18.5651,4.02064,300,5,0,300,0,1,0,0,0),(62169,17324,530,1,1,0,0,-1446.92,-11846.5,19.1752,0.820305,300,5,0,300,0,1,0,0,0),(62170,17324,530,1,1,0,0,-1415.81,-11964.6,14.9705,6.0912,300,5,0,300,0,1,0,0,0),(62171,17324,530,1,1,0,0,-1455.96,-11984.4,13.6613,5.44666,300,5,0,300,0,1,0,0,0),(62172,17324,530,1,1,0,0,-1388.74,-11980.3,14.9901,2.28638,300,5,0,300,0,1,0,0,0),(62173,17325,530,1,1,0,0,-2789.63,-11781.1,-1.90896,3.16107,300,5,0,222,0,1,0,0,0),(62174,17325,530,1,1,0,0,-2786.41,-11747.1,1.65549,1.79183,300,5,0,222,0,1,0,0,0),(62175,17325,530,1,1,0,0,-2801.38,-11766.3,-1.24976,4.50485,300,5,0,222,0,1,0,0,0),(62177,17325,530,1,1,0,0,-2842.11,-11637,-3.06321,1.97415,300,5,0,222,0,1,0,0,0),(62179,17325,530,1,1,0,0,-2843.43,-11635.1,-2.78322,6.11709,300,5,0,222,0,1,0,0,0),(62180,17325,530,1,1,0,0,-2818.52,-11611.8,1.80162,4.99808,300,5,0,222,0,1,0,0,0),(62181,17325,530,1,1,0,0,-2809.65,-11527.7,3.51251,0.936778,300,5,0,222,0,1,0,0,0),(62182,17325,530,1,1,0,0,-2841.41,-11466.6,-1.37424,2.39761,300,5,0,222,0,1,0,0,0),(62183,17325,530,1,1,0,0,-2822.74,-11443,4.29535,4.6753,300,5,0,222,0,1,0,0,0),(62184,17325,530,1,1,0,0,-2842.19,-11464.8,-1.68188,4.63655,300,5,0,222,0,1,0,0,0),(62185,17325,530,1,1,0,0,-2824.6,-11419.4,4.7141,2.39076,300,5,0,222,0,1,0,0,0),(62186,17325,530,1,1,0,0,-2861,-11369,-1.35395,2.72995,300,5,0,222,0,1,0,0,0),(62187,17325,530,1,1,0,0,-2862.04,-11367.6,-1.43366,4.84003,300,5,0,222,0,1,0,0,0),(62188,17325,530,1,1,0,0,-2840.84,-11200.8,-3.25423,1.80497,300,5,0,222,0,1,0,0,0),(62189,17325,530,1,1,0,0,-2840.1,-11199.2,-3.33341,3.70137,300,5,0,222,0,1,0,0,0),(62190,17325,530,1,1,0,0,-2841.77,-11198.9,-3.68011,5.37037,300,5,0,222,0,1,0,0,0),(62191,17325,530,1,1,0,0,-2745.29,-11181.3,-0.7074,0.647254,300,5,0,222,0,1,0,0,0),(62192,17326,530,1,1,0,0,-2717.3,-11787.3,2.56805,2.48481,300,5,0,247,0,1,0,0,0),(62193,17326,530,1,1,0,0,-2814.92,-11747.3,-0.748908,0.793685,300,5,0,247,0,1,0,0,0),(62194,17326,530,1,1,0,0,-2800.62,-11767.5,-1.28585,2.88774,300,5,0,247,0,1,0,0,0),(62195,17326,530,1,1,0,0,-2842.6,-11636.7,-3.07896,1.54543,300,5,0,247,0,1,0,0,0),(62196,17326,530,1,1,0,0,-2842.66,-11634.8,-3.06043,1.63149,300,5,0,247,0,1,0,0,0),(62197,17326,530,1,1,0,0,-2842.73,-11466.7,-1.78609,1.08677,300,5,0,247,0,1,0,0,0),(62198,17326,530,1,1,0,0,-2843.46,-11465.3,-1.92933,5.86675,300,5,0,247,0,1,0,0,0),(62199,17326,530,1,1,0,0,-2861.14,-11369.3,-1.37919,2.45743,300,5,0,247,0,1,0,0,0),(62200,17326,530,1,1,0,0,-2839.36,-11289.9,1.46383,5.06133,300,5,0,247,0,1,0,0,0),(62201,17326,530,1,1,0,0,-2804.8,-11223.4,2.33329,0.992269,300,5,0,247,0,1,0,0,0),(62202,17326,530,1,1,0,0,-2841.68,-11200.6,-3.42998,0.900291,300,5,0,247,0,1,0,0,0),(62203,17327,530,1,1,0,0,-2813.65,-11718.8,0.69418,1.63369,300,5,0,199,459,1,0,0,0),(62204,17327,530,1,1,0,0,-2791.64,-11711.6,2.36503,3.11621,300,5,0,199,459,1,0,0,0),(62205,17327,530,1,1,0,0,-2842.78,-11636.9,-3.21816,1.40597,300,5,0,199,459,1,0,0,0),(62206,17327,530,1,1,0,0,-2823.93,-11520.9,3.13751,5.83732,300,5,0,199,459,1,0,0,0),(62207,17327,530,1,1,0,0,-2828.3,-11539.5,2.08332,5.68786,300,5,0,199,459,1,0,0,0),(62208,17327,530,1,1,0,0,-2841.86,-11466.7,-1.64683,1.99232,300,5,0,199,459,1,0,0,0),(62209,17327,530,1,1,0,0,-2840.22,-11453.9,-0.721409,4.92894,300,5,0,199,459,1,0,0,0),(62210,17327,530,1,1,0,0,-2822.12,-11219.1,1.83329,3.62664,300,5,0,199,459,1,0,0,0),(62211,17327,530,1,1,0,0,-2823.3,-11236.1,2.11216,1.98601,300,5,0,199,459,1,0,0,0),(62212,17327,530,1,1,0,0,-2812.29,-11254.4,2.45361,2.60184,300,5,0,199,459,1,0,0,0),(62213,17327,530,1,1,0,0,-2818.67,-11261,2.26465,4.64985,300,5,0,199,459,1,0,0,0),(62214,17327,530,1,1,0,0,-2745.49,-11180.7,-0.687989,0.047258,300,5,0,199,459,1,0,0,0),(62215,17328,530,1,1,0,0,-1184.34,-11634.1,-1.48646,3.72423,300,5,0,301,326,1,0,0,0),(62216,17328,530,1,1,0,0,-1184.38,-11635.2,-1.40307,2.48135,300,5,0,301,326,1,0,0,0),(62217,17328,530,1,1,0,0,-1185.5,-11635.6,-1.21388,1.2274,300,5,0,301,326,1,0,0,0),(62218,17328,530,1,1,0,0,-1243.26,-11511.4,1.72264,6.24895,300,5,0,301,326,1,0,0,0),(62219,17328,530,1,1,0,0,-1184.79,-11522.4,-2.2199,6.06671,300,5,0,301,326,1,0,0,0),(62220,17328,530,1,1,0,0,-1179.72,-11481.3,-1.668,5.94381,300,5,0,301,326,1,0,0,0),(62221,17328,530,1,1,0,0,-1236.32,-11460.7,2.28607,0.26317,300,5,0,301,326,1,0,0,0),(62222,17328,530,1,1,0,0,-1191.55,-11359.4,-2.61664,1.25522,300,5,0,301,326,1,0,0,0),(62223,17328,530,1,1,0,0,-1214.13,-11248.9,-16.0582,4.86691,300,5,0,301,326,1,0,0,0),(62224,17328,530,1,1,0,0,-1356.49,-11229.8,2.07215,5.71755,300,5,0,301,326,1,0,0,0),(62225,17328,530,1,1,0,0,-1276.05,-11221.7,-3.27649,5.44487,300,5,0,301,326,1,0,0,0),(62226,17328,530,1,1,0,0,-1286.4,-11093.3,-16.2634,4.22114,300,5,0,301,326,1,0,0,0),(62227,17328,530,1,1,0,0,-1130.34,-11107.3,-75.836,3.06246,300,5,0,301,326,1,0,0,0),(62228,17328,530,1,1,0,0,-1102.42,-11111.9,-78.3352,2.58612,300,5,0,301,326,1,0,0,0),(62229,17328,530,1,1,0,0,-1107.01,-11234.2,-43.641,5.17265,300,5,0,301,326,1,0,0,0),(62230,17329,530,1,1,0,0,-1206.35,-11604.4,1.07684,6.00615,300,5,0,356,0,1,0,0,0),(62231,17329,530,1,1,0,0,-1188.78,-11500.6,-1.73783,5.73641,300,5,0,356,0,1,0,0,0),(62232,17329,530,1,1,0,0,-1193.66,-11386.1,-0.227811,4.81019,300,5,0,356,0,1,0,0,0),(62233,17329,530,1,1,0,0,-1193.79,-11405.4,0.53568,2.60685,300,5,0,356,0,1,0,0,0),(62234,17329,530,1,1,0,0,-1190.95,-11357.6,-3.15754,4.34231,300,5,0,356,0,1,0,0,0),(62235,17329,530,1,1,0,0,-1244.57,-11323.8,1.73236,6.03427,300,5,0,356,0,1,0,0,0),(62236,17329,530,1,1,0,0,-1285.32,-11263.6,-0.650893,2.94301,300,5,0,356,0,1,0,0,0),(62238,17329,530,1,1,0,0,-1317.62,-11244.7,-0.036554,1.59753,300,5,0,356,0,1,0,0,0),(62239,17329,530,1,1,0,0,-1365.57,-11202.1,-0.694898,2.26276,300,5,0,356,0,1,0,0,0),(62240,17329,530,1,1,0,0,-1286.51,-11095.1,-16.2179,1.93795,300,5,0,356,0,1,0,0,0),(62241,17329,530,1,1,0,0,-1286.32,-11093.3,-16.2701,4.13408,300,5,0,356,0,1,0,0,0),(62242,17329,530,1,1,0,0,-1104,-11110.8,-78.2581,5.6245,300,5,0,356,0,1,0,0,0),(62243,17329,530,1,1,0,0,-1128.69,-11145.9,-80.8842,2.67008,300,5,0,356,0,1,0,0,0),(62244,17329,530,1,1,0,0,-1102.79,-11112.3,-78.5805,2.04091,300,5,0,356,0,1,0,0,0),(62245,17329,530,1,1,0,0,-1097.56,-11084.2,-78.2825,4.0744,300,5,0,356,0,1,0,0,0),(62246,17329,530,1,1,0,0,-1076.99,-11205.9,-55.7047,0.350773,300,5,0,356,0,1,0,0,0),(62247,17329,530,1,1,0,0,-1146.01,-11310.7,-16.2631,0.809953,300,5,0,356,0,1,0,0,0),(62248,17330,530,1,1,0,0,-1207.56,-11554.9,0.39908,2.10112,300,5,0,285,790,1,0,0,0),(62249,17330,530,1,1,0,0,-1190.21,-11585,-1.32245,5.50832,300,5,0,285,790,1,0,0,0),(62250,17330,530,1,1,0,0,-1175.59,-11587.4,-3.48646,1.74537,300,5,0,285,790,1,0,0,0),(62251,17330,530,1,1,0,0,-1173.58,-11586.1,-4.08849,4.13927,300,5,0,285,790,1,0,0,0),(62252,17330,530,1,1,0,0,-1225.27,-11490.3,-1.81591,3.00988,300,5,0,285,790,1,0,0,0),(62253,17330,530,1,1,0,0,-1228.19,-11501.3,-1.66209,2.25169,300,5,0,285,790,1,0,0,0),(62254,17330,530,1,1,0,0,-1125.85,-11547.5,-10.3234,2.95301,300,5,0,285,790,1,0,0,0),(62255,17330,530,1,1,0,0,-1207.46,-11469.6,-1.53592,0.852387,300,5,0,285,790,1,0,0,0),(62256,17330,530,1,1,0,0,-1204.56,-11442.8,0.1337,1.95237,300,5,0,285,790,1,0,0,0),(62257,17330,530,1,1,0,0,-1177.61,-11464.1,-1.42711,1.23922,300,5,0,285,790,1,0,0,0),(62258,17330,530,1,1,0,0,-1222.09,-11427.6,3.15489,1.6355,300,5,0,285,790,1,0,0,0),(62259,17330,530,1,1,0,0,-1155.23,-11390,-9.16952,4.89906,300,5,0,285,790,1,0,0,0),(62260,17330,530,1,1,0,0,-1192.02,-11357.8,-2.8068,5.52978,300,5,0,285,790,1,0,0,0),(62261,17330,530,1,1,0,0,-1227.1,-11332.8,0.24295,0.842046,300,5,0,285,790,1,0,0,0),(62262,17330,530,1,1,0,0,-1338.36,-11324.1,7.64398,2.61644,300,5,0,285,790,1,0,0,0),(62263,17330,530,1,1,0,0,-1313.44,-11309.6,6.90126,2.80613,300,5,0,285,790,1,0,0,0),(62264,17330,530,1,1,0,0,-1285.33,-11263.7,-0.790643,2.86881,300,5,0,285,790,1,0,0,0),(62265,17330,530,1,1,0,0,-1171.7,-11290.7,-16.3971,4.49203,300,5,0,285,790,1,0,0,0),(62266,17330,530,1,1,0,0,-1338.64,-11227.1,1.36931,3.12206,300,5,0,285,790,1,0,0,0),(62267,17330,530,1,1,0,0,-1304.46,-11210,-4.87438,1.06045,300,5,0,285,790,1,0,0,0),(62268,17330,530,1,1,0,0,-1282.7,-11185.6,-19.8089,4.45791,300,5,0,285,790,1,0,0,0),(62269,17330,530,1,1,0,0,-1270.49,-11195.8,-12.667,5.4853,300,5,0,285,790,1,0,0,0),(62270,17330,530,1,1,0,0,-1286,-11094.6,-16.2918,2.63785,300,5,0,285,790,1,0,0,0),(62271,17330,530,1,1,0,0,-1286.85,-11093.2,-16.2388,4.6893,300,5,0,285,790,1,0,0,0),(62272,17330,530,1,1,0,0,-1154.55,-11033.9,-34.1135,2.11413,300,5,0,285,790,1,0,0,0),(62273,17330,530,1,1,0,0,-1103.75,-11112.2,-78.2825,1.01264,300,5,0,285,790,1,0,0,0),(62274,17330,530,1,1,0,0,-1186.17,-11247.7,-17.9755,4.66204,300,5,0,285,790,1,0,0,0),(62275,17330,530,1,1,0,0,-1147.88,-11259.1,-31.8698,5.95535,300,5,0,285,790,1,0,0,0),(62276,17330,530,1,1,0,0,-1114.48,-11425.8,-4.5673,5.66366,300,5,0,285,790,1,0,0,0),(62277,17331,530,1,1,0,1,-2302.37,-12452.4,2.88861,5.24041,300,5,0,247,0,1,0,0,0),(62278,17331,530,1,1,0,1,-2260.64,-12472.6,1.5053,0.370251,300,5,0,247,0,1,0,0,0),(62279,17331,530,1,1,0,1,-2321.7,-12390.2,17.8574,0.954773,300,5,0,247,0,1,0,0,0),(62280,17331,530,1,1,0,1,-2236.14,-12495.3,1.09238,3.26983,300,5,0,247,0,1,0,0,0),(62281,17331,530,1,1,0,1,-2321.31,-12322.1,22.8848,5.47491,300,5,0,247,0,1,0,0,0),(62282,17331,530,1,1,0,1,-2324.67,-12274.3,23.6829,2.27961,300,5,0,247,0,1,0,0,0),(62283,17331,530,1,1,0,1,-2316.18,-12215.5,29.5854,3.60617,300,5,0,247,0,1,0,0,0),(62284,17331,530,1,1,0,1,-2269.93,-12304.1,55.9644,5.50142,300,5,0,247,0,1,0,0,0),(62285,17331,530,1,1,0,1,-2221.8,-12323.2,57.3031,1.15642,300,5,0,247,0,1,0,0,0),(62286,17331,530,1,1,0,1,-2232.82,-12347.4,56.0047,1.54728,300,5,0,247,0,1,0,0,0),(62287,17331,530,1,1,0,1,-2219.62,-12412.3,13.4992,0.192428,300,5,0,247,0,1,0,0,0),(62288,17331,530,1,1,0,1,-2101.39,-12338.9,17.6825,4.10759,300,5,0,247,0,1,0,0,0),(62289,17331,530,1,1,0,1,-2056.17,-12391.6,1.54816,3.67814,300,5,0,247,0,1,0,0,0),(62290,17331,530,1,1,0,1,-2074.21,-12351.1,7.5117,1.04086,300,5,0,247,0,1,0,0,0),(62291,17331,530,1,1,0,1,-2058.99,-12285.3,33.3687,1.94078,300,5,0,247,0,1,0,0,0),(62292,17331,530,1,1,0,1,-2176.42,-12481.9,0.44394,3.27808,300,5,0,247,0,1,0,0,0),(62293,17331,530,1,1,0,1,-2067.51,-12449.3,0.08154,3.59237,300,5,0,247,0,1,0,0,0),(62294,17331,530,1,1,0,1,-2115.56,-12460.7,1.28236,4.29158,300,5,0,247,0,1,0,0,0),(62295,17331,530,1,1,0,1,-2187.68,-12506.5,-0.503745,4.70869,300,5,0,247,0,1,0,0,0),(62296,17331,530,1,1,0,1,-2123.49,-12539.4,-1.47021,5.26255,300,5,0,247,0,1,0,0,0),(62297,17331,530,1,1,0,1,-2188.62,-12320.2,53.3524,0.961948,300,5,0,247,0,1,0,0,0),(62298,17333,530,1,1,0,0,-2301.52,-12521.3,-1.39594,4.09477,300,5,0,219,537,1,0,0,0),(62299,17333,530,1,1,0,0,-2307.1,-12479.6,2.0542,0.435683,300,5,0,219,537,1,0,0,0),(62300,17333,530,1,1,0,0,-2279.31,-12427.2,4.74727,3.35433,300,5,0,219,537,1,0,0,0),(62301,17333,530,1,1,0,0,-2242.91,-12501.5,0.21984,5.06933,300,5,0,219,537,1,0,0,0),(62302,17333,530,1,1,0,0,-2249.22,-12319.5,57.2949,2.78597,300,5,0,219,537,1,0,0,0),(62303,17333,530,1,1,0,0,-2208.39,-12197.8,27.6235,1.31019,300,5,0,219,537,1,0,0,0),(62304,17333,530,1,1,0,0,-2264.62,-12340.5,56.0143,0.629697,300,5,0,219,537,1,0,0,0),(62305,17333,530,1,1,0,0,-2197.9,-12302.1,56.1733,3.54302,300,5,0,219,537,1,0,0,0),(62306,17333,530,1,1,0,0,-2292.39,-12404.1,10.8768,2.40037,300,5,0,219,537,1,0,0,0),(62307,17333,530,1,1,0,0,-2155.57,-12406.1,13.8981,5.10958,300,5,0,219,537,1,0,0,0),(62308,17333,530,1,1,0,0,-2117.47,-12274.1,33.7046,6.08375,300,5,0,219,537,1,0,0,0),(62309,17333,530,1,1,0,0,-2082.71,-12416.5,1.88236,6.04645,300,5,0,219,537,1,0,0,0),(62310,17333,530,1,1,0,0,-2118.67,-12407.9,6.31184,1.76934,300,5,0,219,537,1,0,0,0),(62311,17333,530,1,1,0,0,-2180.15,-12446.3,3.55019,0.741313,300,5,0,219,537,1,0,0,0),(62312,17333,530,1,1,0,0,-2098.33,-12492.1,-1.27506,3.77239,300,5,0,219,537,1,0,0,0),(62313,17333,530,1,1,0,0,-1994.96,-12313.5,1.07166,1.04823,300,5,0,219,537,1,0,0,0),(62314,17333,530,1,1,0,0,-2009.3,-12392.2,-1.81676,2.40186,300,5,0,219,537,1,0,0,0),(62315,17333,530,1,1,0,0,-2012.39,-12339.6,2.53548,5.13159,300,5,0,219,537,1,0,0,0),(62316,17333,530,1,1,0,0,-1987.98,-12379.6,-2.6709,5.98986,300,5,0,219,537,1,0,0,0),(62317,17333,530,1,1,0,0,-2133.13,-12278.9,32.0066,0.21655,300,5,0,219,537,1,0,0,0),(62318,17334,530,1,1,0,1,-1959.27,-12285.1,-6.40016,3.61897,300,5,0,273,0,1,0,0,0),(62319,17334,530,1,1,0,1,-1881.55,-12293.7,-2.41408,3.19833,300,5,0,273,0,1,0,0,0),(62320,17334,530,1,1,0,1,-1817.48,-12128.3,38.0841,4.70262,300,5,0,273,0,1,0,0,0),(62321,17334,530,1,1,0,1,-1854.16,-12084.3,36.4368,4.7184,300,5,0,273,0,1,0,0,0),(62322,17334,530,1,1,0,1,-1840.85,-12109.7,37.233,1.62944,300,5,0,273,0,1,0,0,0),(62323,17334,530,1,1,0,1,-1845.83,-12308.3,-5.00022,1.40019,300,5,0,273,0,1,0,0,0),(62324,17334,530,1,1,0,1,-1810.49,-12291,-1.45508,4.06579,300,5,0,273,0,1,0,0,0),(62325,17334,530,1,1,0,1,-1878.47,-12263.4,-1.09397,0.558185,300,5,0,273,0,1,0,0,0),(62326,17334,530,1,1,0,1,-1782.78,-12255.9,0.783,6.11111,300,5,0,273,0,1,0,0,0),(62327,17334,530,1,1,0,1,-1777.76,-12149.3,22.2637,5.49862,300,5,0,273,0,1,0,0,0),(62328,17334,530,1,1,0,1,-1754.62,-12142.7,16.3964,6.21051,300,5,0,273,0,1,0,0,0),(62329,17334,530,1,1,0,1,-1717.88,-12216.1,2.57211,0.068787,300,5,0,273,0,1,0,0,0),(62330,17334,530,1,1,0,1,-1680.05,-12214.8,2.51077,0.675798,300,5,0,273,0,1,0,0,0),(62331,17334,530,1,1,0,1,-1699.07,-12110.4,13.8898,1.06152,300,5,0,273,0,1,0,0,0),(62332,17334,530,1,1,0,1,-1648.24,-12046,12.7131,2.61928,300,5,0,273,0,1,0,0,0),(62333,17334,530,1,1,0,1,-1642,-12117.4,9.0106,4.81435,300,5,0,273,0,1,0,0,0),(62334,17334,530,1,1,0,1,-1626.34,-12156.9,2.45572,4.75932,300,5,0,273,0,1,0,0,0),(62335,17334,530,1,1,0,1,-1614.72,-12226.1,-1.8597,0.923303,300,5,0,273,0,1,0,0,0),(62336,17334,530,1,1,0,1,-1757.8,-12083.6,31.3835,4.40653,300,5,0,273,0,1,0,0,0),(62337,17336,530,1,1,0,0,-1879.97,-12302.1,-1.81741,4.45707,300,5,0,241,601,1,0,0,0),(62338,17336,530,1,1,0,0,-1809.86,-12227.5,2.1139,4.69958,300,5,0,241,601,1,0,0,0),(62339,17336,530,1,1,0,0,-1847.98,-12253.9,0.74371,1.69494,300,5,0,241,601,1,0,0,0),(62340,17336,530,1,1,0,0,-1844.01,-12054.1,37.5937,3.96697,300,5,0,241,601,1,0,0,0),(62341,17336,530,1,1,0,0,-1817.85,-12086.1,32.6615,3.66088,300,5,0,241,601,1,0,0,0),(62342,17336,530,1,1,0,0,-1738.05,-12277.1,-6.73091,3.34205,300,5,0,241,601,1,0,0,0),(62343,17336,530,1,1,0,0,-1739.43,-12149.5,13.5439,0.559841,300,5,0,241,601,1,0,0,0),(62344,17336,530,1,1,0,0,-1695.44,-12246.5,-0.168376,5.85021,300,5,0,241,601,1,0,0,0),(62345,17336,530,1,1,0,0,-1707.34,-12158.8,12.4613,4.95334,300,5,0,241,601,1,0,0,0),(62346,17336,530,1,1,0,0,-1781.93,-12122.5,35.6912,0.573919,300,5,0,241,601,1,0,0,0),(62347,17336,530,1,1,0,0,-1699.04,-12097.3,14.0706,5.50981,300,5,0,241,601,1,0,0,0),(62348,17336,530,1,1,0,0,-1709.02,-12042.9,16.1045,0.799209,300,5,0,241,601,1,0,0,0),(62349,17336,530,1,1,0,0,-1684.61,-12055.4,12.7887,5.4555,300,5,0,241,601,1,0,0,0),(62350,17336,530,1,1,0,0,-1646.74,-12176.4,1.71203,5.67838,300,5,0,241,601,1,0,0,0),(62351,17336,530,1,1,0,0,-1780.5,-12107,33.6956,6.23821,300,5,0,241,601,1,0,0,0),(62352,17336,530,1,1,0,0,-1608.04,-12091.4,10.4342,5.56553,300,5,0,241,601,1,0,0,0),(62353,17336,530,1,1,0,0,-1589.52,-12169.1,-2.97639,2.72952,300,5,0,241,601,1,0,0,0),(62354,17336,530,1,1,0,0,-1551.41,-12179.4,-2.77856,5.5383,300,5,0,241,601,1,0,0,0),(62355,17337,530,1,1,0,0,-2482.83,-11379.5,37.352,5.11381,300,5,0,247,0,1,0,0,0),(62356,17337,530,1,1,0,0,-2450.71,-11354.3,35.1385,4.39681,300,0,0,247,0,0,0,0,0),(62357,17337,530,1,1,0,0,-2534.99,-11244.3,36.2131,4.74729,300,0,0,247,0,0,0,0,0),(62358,17337,530,1,1,0,0,-2487.04,-11237.8,28.9223,3.59031,300,5,0,247,0,1,0,0,0),(62359,17337,530,1,1,0,0,-2440.78,-11293.6,29.8204,5.37561,300,0,0,247,0,0,0,0,0),(62360,17337,530,1,1,0,0,-2430.79,-11290.5,29.3973,4.06662,300,0,0,247,0,0,0,0,0),(62361,17337,530,1,1,0,0,-2380.99,-11345,28.0672,6.26573,300,5,0,247,0,1,0,0,0),(62362,17337,530,1,1,0,0,-2416.33,-11418.1,30.1476,6.02998,300,5,0,247,0,1,0,0,0),(62363,17337,530,1,1,0,0,-2413.14,-11217.1,24.4672,3.40339,300,0,0,247,0,0,0,0,0),(62364,17337,530,1,1,0,0,-2348.95,-11214.1,23.3706,0.532714,300,5,0,247,0,1,0,0,0),(62365,17337,530,1,1,0,0,-2310.35,-11164.9,14.0517,2.98451,300,5,0,247,0,1,0,0,0),(62366,17337,530,1,1,0,0,-2319.66,-11157.7,14.0387,4.46804,300,5,0,247,0,1,0,0,0),(62367,17337,530,1,1,0,0,-2482.76,-11120.6,16.0952,0.239737,300,5,0,247,0,1,0,0,0),(62368,17337,530,1,1,0,0,-2546.84,-11145.3,16.8516,6.21337,300,5,0,247,0,1,0,0,0),(62369,17337,530,1,1,0,0,-2344.18,-11384.4,30.628,3.78583,300,5,0,247,0,1,0,0,0),(62370,17338,530,1,1,0,1,-2571.67,-11356.4,29.496,5.98203,300,5,0,273,0,1,0,0,0),(62371,17338,530,1,1,0,1,-2498.65,-11411.7,37.449,0.941406,300,5,0,273,0,1,0,0,0),(62372,17338,530,1,1,0,1,-2489.13,-11406.9,37.3918,6.14356,300,0,0,273,0,0,0,0,0),(62373,17338,530,1,1,0,1,-2454.02,-11316.3,30.8827,0.261799,300,5,0,273,0,1,0,0,0),(62374,17338,530,1,1,0,1,-2425.44,-11239.8,24.389,2.33874,300,0,0,273,0,0,0,0,0),(62375,17338,530,1,1,0,1,-2420.8,-11278,30.3495,2.93098,300,5,0,273,0,1,0,0,0),(62376,17338,530,1,1,0,1,-2559.68,-11187.4,18.9476,3.89766,300,5,0,273,0,1,0,0,0),(62377,17338,530,1,1,0,1,-2491.83,-11176.7,18.7465,4.96733,300,5,0,273,0,1,0,0,0),(62378,17338,530,1,1,0,1,-2457.36,-11402.5,37.3594,2.56563,300,5,0,273,0,1,0,0,0),(62379,17338,530,1,1,0,1,-2426.43,-11322.5,29.7471,1.3439,300,5,0,273,0,1,0,0,0),(62380,17338,530,1,1,0,1,-2418.37,-11314.4,29.3721,2.67035,300,0,0,273,0,0,0,0,0),(62381,17338,530,1,1,0,1,-2389.93,-11309.1,29.5555,5.88855,300,5,0,273,0,1,0,0,0),(62382,17338,530,1,1,0,1,-2480.96,-11414.7,37.3923,1.15192,300,0,0,273,0,0,0,0,0),(62383,17338,530,1,1,0,1,-2383.95,-11218.2,24.7214,4.27012,300,5,0,273,0,1,0,0,0),(62384,17338,530,1,1,0,1,-2314.89,-11196.5,14.0951,2.09439,300,5,0,273,0,1,0,0,0),(62385,17338,530,1,1,0,1,-2519.93,-11124.8,16.9338,4.79965,300,5,0,273,0,1,0,0,0),(62386,17338,530,1,1,0,1,-2542.39,-11121.7,18.9584,5.05515,300,5,0,273,0,1,0,0,0),(62387,17338,530,1,1,0,1,-2358.77,-11259.2,29.042,5.0919,300,5,0,273,0,1,0,0,0),(62388,17338,530,1,1,0,1,-2344.99,-11358.5,28.0564,0.343924,300,5,0,273,0,1,0,0,0),(62389,17339,530,1,1,0,0,-2489.27,-11384.8,37.4518,5.58505,300,5,0,219,537,1,0,0,0),(62390,17339,530,1,1,0,0,-2479.52,-11348.9,35.424,5.79771,300,5,0,219,537,1,0,0,0),(62391,17339,530,1,1,0,0,-2554.99,-11265.4,36.2131,1.26519,300,5,0,219,537,1,0,0,0),(62392,17339,530,1,1,0,0,-2522.38,-11282,36.231,1.13446,300,0,0,219,537,0,0,0,0),(62393,17339,530,1,1,0,0,-2542.37,-11253,36.2131,6.14356,300,0,0,219,537,0,0,0,0),(62394,17339,530,1,1,0,0,-2503.87,-11248.1,36.3058,3.61283,300,0,0,219,537,0,0,0,0),(62395,17339,530,1,1,0,0,-2448.85,-11322.6,30.4971,0.907571,300,5,0,219,537,1,0,0,0),(62396,17339,530,1,1,0,0,-2440.13,-11211.3,24.3422,4.4855,300,0,0,219,537,0,0,0,0),(62397,17339,530,1,1,0,0,-2435.83,-11243,24.3436,1.16937,300,0,0,219,537,0,0,0,0),(62398,17339,530,1,1,0,0,-2461.01,-11392.8,37.3679,4.08407,300,0,0,219,537,0,0,0,0),(62399,17339,530,1,1,0,0,-2429.65,-11222.6,23.5922,3.70953,300,5,0,219,537,1,0,0,0),(62400,17339,530,1,1,0,0,-2346.76,-11178.5,14.0671,5.70723,300,5,0,219,537,1,0,0,0),(62401,17339,530,1,1,0,0,-2424.41,-11192.8,24.4026,1.59264,300,5,0,219,537,1,0,0,0),(62402,17339,530,1,1,0,0,-2383.9,-11178,17.8195,1.16641,300,5,0,219,537,1,0,0,0),(62403,17339,530,1,1,0,0,-2510.83,-11131.3,16.9338,3.31613,300,5,0,219,537,1,0,0,0),(62404,17339,530,1,1,0,0,-2515.02,-11162.5,16.8649,2.05949,300,5,0,219,537,1,0,0,0),(62405,17340,530,1,1,0,0,-1513.5,-11494.5,60.7178,5.50192,300,5,0,328,0,1,0,0,0),(62406,17340,530,1,1,0,0,-1505.34,-11440.7,67.0068,0.482559,300,5,0,328,0,1,0,0,0),(62407,17340,530,1,1,0,0,-1508.86,-11417.8,67.1667,0.713885,300,5,0,328,0,1,0,0,0),(62408,17340,530,1,1,0,0,-1552.47,-11394.7,64.8986,0.122173,300,0,0,328,0,0,0,0,0),(62409,17340,530,1,1,0,0,-1541.84,-11353,68.0502,6.12611,300,0,0,328,0,0,0,0,0),(62410,17340,530,1,1,0,0,-1560.19,-11322,67.1188,1.43117,300,0,0,328,0,0,0,0,0),(62411,17340,530,1,1,0,0,-1512.35,-11315.8,70.1455,5.99642,300,5,0,328,0,1,0,0,0),(62412,17340,530,1,1,0,0,-1601.67,-11254.2,69.4504,3.18696,300,5,0,328,0,1,0,0,0),(62413,17340,530,1,1,0,0,-1568.77,-11242.7,68.6051,1.06465,300,0,0,328,0,0,0,0,0),(62414,17340,530,1,1,0,0,-1597.81,-11279.6,66.5412,4.6166,300,5,0,328,0,1,0,0,0),(62415,17340,530,1,1,0,0,-1551.73,-11210.9,67.2881,3.89208,300,0,0,328,0,0,0,0,0),(62416,17340,530,1,1,0,0,-1517.19,-11258.5,69.0016,5.5434,300,5,0,328,0,1,0,0,0),(62417,17340,530,1,1,0,0,-1620.6,-11214.8,69.5788,6.02825,300,5,0,328,0,1,0,0,0),(62418,17341,530,1,1,0,1,-1453.14,-11464.1,68.4033,2.47837,300,0,0,356,0,0,0,0,0),(62419,17341,530,1,1,0,1,-1452,-11415.3,67.698,2.15086,300,5,0,356,0,1,0,0,0),(62420,17341,530,1,1,0,1,-1466.15,-11390.8,68.375,4.04916,300,5,0,356,0,1,0,0,0),(62421,17341,530,1,1,0,1,-1588.1,-11344.7,61.9977,2.40268,300,5,0,356,0,1,0,0,0),(62422,17341,530,1,1,0,1,-1512.33,-11370.9,67.6769,0.794849,300,5,0,356,0,1,0,0,0),(62423,17341,530,1,1,0,1,-1534.85,-11331,68.1862,5.80067,300,0,0,356,0,0,0,0,0),(62424,17341,530,1,1,0,1,-1551.64,-11314.5,67.7438,2.9147,300,0,0,356,0,0,0,0,0),(62425,17341,530,1,1,0,1,-1608.55,-11356.2,57.3706,1.87648,300,5,0,356,0,1,0,0,0),(62426,17341,530,1,1,0,1,-1581.46,-11322.1,63.9204,0.767945,300,0,0,356,0,0,0,0,0),(62427,17341,530,1,1,0,1,-1616.23,-11329.5,57.6562,0.269167,300,5,0,356,0,1,0,0,0),(62428,17341,530,1,1,0,1,-1573.28,-11211.3,68.0671,4.31096,300,0,0,356,0,0,0,0,0),(62429,17341,530,1,1,0,1,-1596.45,-11186.8,68.5132,0.300459,300,5,0,356,0,1,0,0,0),(62430,17342,530,1,1,0,0,-1482.81,-11504.2,53.8922,3.05018,300,5,0,350,390,1,0,0,0),(62431,17342,530,1,1,0,0,-1484.37,-11462.9,67.018,1.50098,300,0,0,350,390,0,0,0,0),(62432,17342,530,1,1,0,0,-1481.82,-11418.3,67.5926,0.90084,300,5,0,350,390,1,0,0,0),(62433,17342,530,1,1,0,0,-1521.6,-11385.8,67.9269,5.0378,300,5,0,350,390,1,0,0,0),(62434,17342,530,1,1,0,0,-1493.13,-11361.8,69.1402,3.83972,300,0,0,350,390,0,0,0,0),(62435,17342,530,1,1,0,0,-1589.62,-11376.3,58.8683,5.83264,300,5,0,350,390,1,0,0,0),(62436,17342,530,1,1,0,0,-1574.97,-11293.4,65.6107,5.55015,300,5,0,350,390,1,0,0,0),(62437,17342,530,1,1,0,0,-1520.62,-11281.1,71.8002,2.0834,300,5,0,350,390,1,0,0,0),(62438,17342,530,1,1,0,0,-1587.56,-11316.4,63.1704,0.383972,300,0,0,350,390,0,0,0,0),(62439,17342,530,1,1,0,0,-1628.14,-11290.9,63.9189,4.81225,300,5,0,350,390,1,0,0,0),(62440,17342,530,1,1,0,0,-1627.62,-11255.6,68.5997,2.35048,300,5,0,350,390,1,0,0,0),(62441,17342,530,1,1,0,0,-1554.11,-11263.7,67.2698,3.15242,300,5,0,350,390,1,0,0,0),(62442,17342,530,1,1,0,0,-1580.34,-11251.6,68.7069,4.54179,300,5,0,350,390,1,0,0,0),(62443,17343,530,1,1,0,0,-2341.02,-11922.1,22.1505,1.24185,300,5,0,222,0,1,0,0,0),(62444,17343,530,1,1,0,0,-2248.49,-11981.5,32.6236,0.632653,300,5,0,222,0,1,0,0,0),(62445,17343,530,1,1,0,0,-2409.25,-11876.7,21.0275,4.53284,300,5,0,222,0,1,0,0,0),(62446,17343,530,1,1,0,0,-2315.08,-11829.6,19.3794,0.878059,300,5,0,222,0,1,0,0,0),(62447,17343,530,1,1,0,0,-2331.6,-11843.7,16.9035,2.66048,300,5,0,222,0,1,0,0,0),(62448,17343,530,1,1,0,0,-2397.81,-11852.4,22.3866,2.56063,300,5,0,222,0,1,0,0,0),(62449,17343,530,1,1,0,0,-2395.84,-11824.4,20.6081,5.69085,300,5,0,222,0,1,0,0,0),(62450,17343,530,1,1,0,0,-2445.74,-11785,15.4687,3.6331,300,5,0,222,0,1,0,0,0),(62451,17343,530,1,1,0,0,-2470.69,-11820.8,19.3902,2.98062,300,5,0,222,0,1,0,0,0),(62452,17343,530,1,1,0,0,-2358.51,-11766.4,18.8456,5.33128,300,5,0,222,0,1,0,0,0),(62453,17343,530,1,1,0,0,-2463.03,-11736.5,13.7981,5.4577,300,5,0,222,0,1,0,0,0),(62454,17343,530,1,1,0,0,-2312.86,-11781.3,18.0373,5.34535,300,5,0,222,0,1,0,0,0),(62455,17343,530,1,1,0,0,-2288.72,-11774.2,18.5479,5.20223,300,5,0,222,0,1,0,0,0),(62456,17343,530,1,1,0,0,-2325.65,-11708.8,22.5083,3.6474,300,5,0,222,0,1,0,0,0),(62457,17343,530,1,1,0,0,-2501.89,-11754.7,12.0449,4.45984,300,5,0,222,0,1,0,0,0),(62458,17343,530,1,1,0,0,-2486.04,-11730.7,13.3514,5.83472,300,5,0,222,0,1,0,0,0),(62459,17343,530,1,1,0,0,-2571.14,-11764.3,8.258,2.25653,300,5,0,222,0,1,0,0,0),(62460,17343,530,1,1,0,0,-2613.4,-11750.8,11.5008,0.240523,300,5,0,222,0,1,0,0,0),(62461,17343,530,1,1,0,0,-2612.3,-11686.2,12.0188,3.36162,300,5,0,222,0,1,0,0,0),(62462,17343,530,1,1,0,0,-2588.23,-11686.6,14.1386,2.53194,300,5,0,222,0,1,0,0,0),(62463,17343,530,1,1,0,0,-2474.38,-11696.3,14.9888,1.51411,300,5,0,222,0,1,0,0,0),(62464,17343,530,1,1,0,0,-2684.24,-11684.2,16.6845,3.35814,300,5,0,222,0,1,0,0,0),(62465,17343,530,1,1,0,0,-2640.6,-11656.7,13.6768,5.78026,300,5,0,222,0,1,0,0,0),(62466,17343,530,1,1,0,0,-2754.72,-11622.9,10.8828,1.78547,300,5,0,222,0,1,0,0,0),(62467,17343,530,1,1,0,0,-2697.2,-11629.2,16.2325,3.77924,300,5,0,222,0,1,0,0,0),(62468,17343,530,1,1,0,0,-2752.22,-11492,13.2378,0.823968,300,5,0,222,0,1,0,0,0),(62469,17343,530,1,1,0,0,-2723.33,-11454.6,17.582,4.5238,300,5,0,222,0,1,0,0,0),(62470,17343,530,1,1,0,0,-2737.14,-11320.5,9.1511,3.09794,300,5,0,222,0,1,0,0,0),(62471,17343,530,1,1,0,0,-2742.05,-11301.3,9.7096,4.20681,300,5,0,222,0,1,0,0,0),(62472,17343,530,1,1,0,0,-2585.31,-11650,16.4506,0.42216,300,5,0,222,0,1,0,0,0),(62473,17343,530,1,1,0,0,-2673.32,-11545.8,17.4786,3.13964,300,5,0,222,0,1,0,0,0),(62474,17343,530,1,1,0,0,-2661.39,-11593.6,18.6747,4.10416,300,5,0,222,0,1,0,0,0),(62475,17343,530,1,1,0,0,-2631.66,-11493.6,26.1781,3.45286,300,5,0,222,0,1,0,0,0),(62476,17343,530,1,1,0,0,-2576.64,-11520.7,29.6969,5.73525,300,5,0,222,0,1,0,0,0),(62477,17343,530,1,1,0,0,-2611.07,-11406.4,30.0671,1.14385,300,5,0,222,0,1,0,0,0),(62478,17343,530,1,1,0,0,-2686.59,-11384.1,14.564,6.21912,300,5,0,222,0,1,0,0,0),(62479,17343,530,1,1,0,0,-2676.2,-11382.2,16.7474,5.70656,300,5,0,222,0,1,0,0,0),(62480,17343,530,1,1,0,0,-2648.91,-11318.1,22.2762,2.09915,300,5,0,222,0,1,0,0,0),(62481,17343,530,1,1,0,0,-2420.55,-11491.9,29.1237,1.30591,300,5,0,222,0,1,0,0,0),(62482,17343,530,1,1,0,0,-2367.85,-11535.8,28.3982,2.71028,300,5,0,222,0,1,0,0,0),(62483,17343,530,1,1,0,0,-2320.94,-11504,21.866,4.20626,300,5,0,222,0,1,0,0,0),(62484,17343,530,1,1,0,0,-2320.51,-11598.2,28.9961,0.056691,300,5,0,222,0,1,0,0,0),(62485,17343,530,1,1,0,0,-2260.79,-11514.5,30.0845,0.481113,300,5,0,222,0,1,0,0,0),(62486,17343,530,1,1,0,0,-2265.46,-11493.6,34.3034,2.85257,300,5,0,222,0,1,0,0,0),(62487,17343,530,1,1,0,0,-2268.62,-11620.8,28.3144,2.88099,300,5,0,222,0,1,0,0,0),(62488,17343,530,1,1,0,0,-2187.11,-11647.5,38.5219,3.92699,300,5,0,222,0,1,0,0,0),(62489,17343,530,1,1,0,0,-2180.67,-11579.4,31.9934,0.139135,300,5,0,222,0,1,0,0,0),(62490,17343,530,1,1,0,0,-2355.1,-11650.2,27.9858,4.52188,300,5,0,222,0,1,0,0,0),(62491,17343,530,1,1,0,0,-2162.12,-11686.2,46.1909,2.93511,300,5,0,222,0,1,0,0,0),(62492,17343,530,1,1,0,0,-2244.77,-11809.2,33.1644,0.149083,300,5,0,222,0,1,0,0,0),(62493,17343,530,1,1,0,0,-2234.48,-11860.8,32.6799,5.68127,300,5,0,222,0,1,0,0,0),(62494,17343,530,1,1,0,0,-2178.65,-11929,33.1845,5.59877,300,5,0,222,0,1,0,0,0),(62495,17343,530,1,1,0,0,-2212.24,-12009.9,31.7861,2.30918,300,5,0,222,0,1,0,0,0),(62496,17343,530,1,1,0,0,-2177.4,-11986.8,33.4512,0.752261,300,5,0,222,0,1,0,0,0),(62497,17343,530,1,1,0,0,-2160.08,-11982.8,32.437,1.7268,300,5,0,222,0,1,0,0,0),(62498,17343,530,1,1,0,0,-2180.17,-12041.9,32.5648,4.44022,300,5,0,222,0,1,0,0,0),(62499,17343,530,1,1,0,0,-2108.43,-11975.3,32.3525,4.06146,300,5,0,222,0,1,0,0,0),(62500,17343,530,1,1,0,0,-2069.32,-12141.1,30.2123,3.54751,300,5,0,222,0,1,0,0,0),(62501,17343,530,1,1,0,0,-2052.57,-12118.4,28.567,4.50327,300,5,0,222,0,1,0,0,0),(62502,17343,530,1,1,0,0,-2049.84,-12016.5,30.345,1.59476,300,5,0,222,0,1,0,0,0),(62503,17343,530,1,1,0,0,-2070.07,-12016,31.2458,2.91091,300,5,0,222,0,1,0,0,0),(62504,17343,530,1,1,0,0,-2009.93,-12157.5,24.3171,6.02447,300,5,0,222,0,1,0,0,0),(62505,17343,530,1,1,0,0,-1975.88,-12162.8,18.8555,1.25691,300,5,0,222,0,1,0,0,0),(62506,17343,530,1,1,0,0,-1957.01,-12147.5,16.0134,5.95397,300,5,0,222,0,1,0,0,0),(62507,17343,530,1,1,0,0,-1954.97,-12210.8,10.705,2.15241,300,5,0,222,0,1,0,0,0),(62508,17343,530,1,1,0,0,-1910.26,-12145.5,16.8352,2.95109,300,5,0,222,0,1,0,0,0),(62509,17343,530,1,1,0,0,-1879.75,-12169.6,17.9267,4.82197,300,5,0,222,0,1,0,0,0),(62510,17343,530,1,1,0,0,-1953.14,-12106.7,17.4679,3.89385,300,5,0,222,0,1,0,0,0),(62511,17343,530,1,1,0,0,-1984.89,-12081.9,21.4354,4.55956,300,5,0,222,0,1,0,0,0),(62512,17343,530,1,1,0,0,-1988.42,-12085,21.5333,0.170603,300,5,0,222,0,1,0,0,0),(62513,17343,530,1,1,0,0,-1898.4,-12021.1,19.9822,0.340919,300,5,0,222,0,1,0,0,0),(62514,17343,530,1,1,0,0,-2088.35,-11952.9,36.2123,3.18167,300,5,0,222,0,1,0,0,0),(62515,17343,530,1,1,0,0,-1936.61,-11753.8,37.8043,3.96028,300,5,0,222,0,1,0,0,0),(62516,17343,530,1,1,0,0,-2148.41,-11819.2,42.339,3.10604,300,5,0,222,0,1,0,0,0),(62517,17343,530,1,1,0,0,-1801.19,-11959.3,13.6731,5.93675,300,5,0,222,0,1,0,0,0),(62518,17343,530,1,1,0,0,-1753.02,-11947.9,15.8725,4.47397,300,5,0,222,0,1,0,0,0),(62519,17343,530,1,1,0,0,-1742.32,-11808.1,26.753,4.96921,300,5,0,222,0,1,0,0,0),(62520,17343,530,1,1,0,0,-1728.48,-11718.3,35.5539,2.99058,300,5,0,222,0,1,0,0,0),(62521,17343,530,1,1,0,0,-1810.34,-11764.7,31.7015,6.23281,300,5,0,222,0,1,0,0,0),(62522,17343,530,1,1,0,0,-1935.17,-11644.5,40.5122,4.19809,300,5,0,222,0,1,0,0,0),(62523,17343,530,1,1,0,0,-1948.12,-11617,47.8353,3.8829,300,5,0,222,0,1,0,0,0),(62524,17343,530,1,1,0,0,-1926.42,-11582.2,42.432,3.72249,300,5,0,222,0,1,0,0,0),(62525,17343,530,1,1,0,0,-1986.38,-11581.4,49.9681,3.23944,300,5,0,222,0,1,0,0,0),(62526,17343,530,1,1,0,0,-1747.6,-11743.8,30.2827,4.99767,300,5,0,222,0,1,0,0,0),(62527,17343,530,1,1,0,0,-1735.32,-11805.5,26.6055,0.52198,300,5,0,222,0,1,0,0,0),(62528,17343,530,1,1,0,0,-1801.5,-11919,19.0082,6.17361,300,5,0,222,0,1,0,0,0),(62529,17343,530,1,1,0,0,-1824.51,-11887.5,23.4191,4.59699,300,5,0,222,0,1,0,0,0),(62530,17344,530,1,1,0,0,-1259.85,-11648.9,5.94863,1.49058,300,5,0,300,0,1,0,0,0),(62531,17344,530,1,1,0,0,-1347.64,-11553.6,7.83331,3.78698,300,5,0,300,0,1,0,0,0),(62532,17344,530,1,1,0,0,-1316.03,-11516.3,9.1971,0.045557,300,5,0,300,0,1,0,0,0),(62533,17344,530,1,1,0,0,-1278.34,-11392.7,9.2183,4.55311,300,5,0,300,0,1,0,0,0),(62534,17344,530,1,1,0,0,-1330.19,-11414,19.631,0.035337,300,5,0,300,0,1,0,0,0),(62535,17344,530,1,1,0,0,-1405.39,-11318.6,13.8658,2.30238,300,5,0,300,0,1,0,0,0),(62536,17344,530,1,1,0,0,-1410.33,-11258.9,6.21974,4.05172,300,5,0,300,0,1,0,0,0),(62537,17344,530,1,1,0,0,-1349.61,-11388.4,19.0423,3.58164,300,5,0,300,0,1,0,0,0),(62538,17344,530,1,1,0,0,-1416.43,-11555.8,11.1614,4.91573,300,5,0,300,0,1,0,0,0),(62539,17344,530,1,1,0,0,-1473.45,-11547.6,35.9426,4.33188,300,5,0,300,0,1,0,0,0),(62540,17344,530,1,1,0,0,-1465.63,-11582.3,23.3853,2.49852,300,5,0,300,0,1,0,0,0),(62541,17344,530,1,1,0,0,-1544.4,-11609,26.7613,4.53953,300,5,0,300,0,1,0,0,0),(62542,17344,530,1,1,0,0,-1510.07,-11566.4,31.0553,1.86786,300,5,0,300,0,1,0,0,0),(62543,17344,530,1,1,0,0,-1682.33,-11284.5,60.6502,4.67911,300,5,0,300,0,1,0,0,0),(62544,17344,530,1,1,0,0,-1683.25,-11149.1,69.7283,1.7979,300,5,0,300,0,1,0,0,0),(62545,17344,530,1,1,0,0,-1750.56,-11140.5,69.7154,4.55366,300,5,0,300,0,1,0,0,0),(62546,17344,530,1,1,0,0,-1877.78,-11211.8,60.5516,3.95603,300,5,0,300,0,1,0,0,0),(62547,17344,530,1,1,0,0,-1808.02,-11215.4,60.1606,6.25975,300,5,0,300,0,1,0,0,0),(62548,17344,530,1,1,0,0,-1789.39,-11379.8,55.1223,3.10645,300,5,0,300,0,1,0,0,0),(62549,17344,530,1,1,0,0,-1717.71,-11382.6,52.7743,1.33019,300,5,0,300,0,1,0,0,0),(62550,17344,530,1,1,0,0,-1881.29,-11424.9,53.409,4.37147,300,5,0,300,0,1,0,0,0),(62551,17344,530,1,1,0,0,-1812.52,-11501.2,37.4012,4.11957,300,5,0,300,0,1,0,0,0),(62552,17344,530,1,1,0,0,-1907.36,-11514.1,51.4924,5.13676,300,5,0,300,0,1,0,0,0),(62553,17344,530,1,1,0,0,-1975.74,-11516.8,58.0549,6.27899,300,5,0,300,0,1,0,0,0),(62554,17344,530,1,1,0,0,-1978.64,-11460.2,64.7827,2.25378,300,5,0,300,0,1,0,0,0),(62555,17345,530,1,1,0,0,-2742.77,-12172,8.58136,1.22028,300,5,0,176,0,1,0,0,0),(62556,17345,530,1,1,0,0,-2724.6,-12242.3,7.6579,5.91144,300,5,0,176,0,1,0,0,0),(62557,17345,530,1,1,0,0,-2647.48,-12255.7,13.8951,2.02726,300,5,0,176,0,1,0,0,0),(62558,17345,530,1,1,0,0,-2643.48,-12072.9,24.754,4.14011,300,5,0,176,0,1,0,0,0),(62559,17345,530,1,1,0,0,-2727.5,-12051.9,10.2387,4.57249,300,5,0,176,0,1,0,0,0),(62560,17345,530,1,1,0,0,-2614.14,-12080,27.4378,3.9049,300,5,0,176,0,1,0,0,0),(62561,17345,530,1,1,0,0,-2607.23,-12057.5,27.0052,3.9717,300,5,0,176,0,1,0,0,0),(62562,17345,530,1,1,0,0,-2618.96,-12281.2,15.3216,0.537071,300,5,0,176,0,1,0,0,0),(62563,17345,530,1,1,0,0,-2492.92,-12418.1,10.874,3.60174,300,5,0,176,0,1,0,0,0),(62564,17345,530,1,1,0,0,-2415.15,-12402.8,12.3913,3.47326,300,5,0,176,0,1,0,0,0),(62565,17345,530,1,1,0,0,-2375.08,-12446,11.3237,0.363261,300,5,0,176,0,1,0,0,0),(62566,17345,530,1,1,0,0,-2384.2,-12403.8,15.27,1.87403,300,5,0,176,0,1,0,0,0),(62567,17345,530,1,1,0,0,-2357.16,-12410.1,13.3479,2.28154,300,5,0,176,0,1,0,0,0),(62568,17345,530,1,1,0,0,-2453.87,-12374.9,16.0014,6.11947,300,5,0,176,0,1,0,0,0),(62569,17345,530,1,1,0,0,-2407.75,-12349.5,18.3631,2.93374,300,5,0,176,0,1,0,0,0),(62570,17345,530,1,1,0,0,-2384.74,-12323.8,22.4339,1.02451,300,5,0,176,0,1,0,0,0),(62571,17345,530,1,1,0,0,-2384.13,-12263.5,26.9778,1.46742,300,5,0,176,0,1,0,0,0),(62572,17345,530,1,1,0,0,-2368.47,-12211.2,30.6669,2.19945,300,5,0,176,0,1,0,0,0),(62573,17345,530,1,1,0,0,-2323.44,-12192.3,28.9652,1.54346,300,5,0,176,0,1,0,0,0),(62574,17345,530,1,1,0,0,-2340.88,-12109.2,30.815,4.63412,300,5,0,176,0,1,0,0,0),(62575,17345,530,1,1,0,0,-2337.78,-12104.9,31.5571,0.784019,300,5,0,176,0,1,0,0,0),(62576,17345,530,1,1,0,0,-2288.88,-12145.2,32.7085,3.71551,300,5,0,176,0,1,0,0,0),(62577,17345,530,1,1,0,0,-2493.57,-12008.8,26.6555,1.72259,300,5,0,176,0,1,0,0,0),(62578,17345,530,1,1,0,0,-2380.71,-12055.2,29.7499,3.09271,300,5,0,176,0,1,0,0,0),(62579,17346,530,1,1,0,0,-2223.64,-11069.3,27.693,4.78792,300,5,0,386,0,1,0,0,0),(62580,17346,530,1,1,0,0,-2041.53,-11165.8,62.5061,1.26943,300,5,0,386,0,1,0,0,0),(62581,17346,530,1,1,0,0,-2083.11,-11081.6,58.5864,4.75932,300,5,0,386,0,1,0,0,0),(62582,17346,530,1,1,0,0,-2115.96,-11056.8,66.6515,3.92975,300,5,0,386,0,1,0,0,0),(62583,17346,530,1,1,0,0,-1745.59,-10884.9,61.7066,6.22532,300,5,0,386,0,1,0,0,0),(62584,17346,530,1,1,0,0,-1849.56,-10953.1,61.9414,1.58056,300,5,0,386,0,1,0,0,0),(62585,17346,530,1,1,0,0,-1832.77,-10951.4,64.0932,3.081,300,5,0,386,0,1,0,0,0),(62586,17346,530,1,1,0,0,-2038.63,-10959.4,61.6954,5.38011,300,5,0,386,0,1,0,0,0),(62587,17346,530,1,1,0,0,-1957.36,-11009.9,61.707,1.49058,300,5,0,386,0,1,0,0,0),(62588,17346,530,1,1,0,0,-1969.93,-10991.5,68.9382,2.92123,300,5,0,386,0,1,0,0,0),(62589,17347,530,1,1,0,0,-2353.4,-11888,23.1979,3.03824,300,5,0,247,0,1,0,0,0),(62590,17347,530,1,1,0,0,-2309.83,-11883.3,24.0062,2.99975,300,5,0,247,0,1,0,0,0),(62591,17347,530,1,1,0,0,-2227.18,-11963.5,33.5299,4.43758,300,5,0,247,0,1,0,0,0),(62592,17347,530,1,1,0,0,-2449.08,-11857.4,22.743,5.28091,300,5,0,247,0,1,0,0,0),(62593,17347,530,1,1,0,0,-2370.32,-11828,20.3897,3.38631,300,5,0,247,0,1,0,0,0),(62594,17347,530,1,1,0,0,-2423.16,-11739,15.2846,1.78735,300,5,0,247,0,1,0,0,0),(62595,17347,530,1,1,0,0,-2338.65,-11753.6,17.3088,4.25715,300,5,0,247,0,1,0,0,0),(62596,17347,530,1,1,0,0,-2430.43,-11696.8,15.8937,0.599372,300,5,0,247,0,1,0,0,0),(62597,17347,530,1,1,0,0,-2281.86,-11782.6,20.1779,3.35628,300,5,0,247,0,1,0,0,0),(62598,17347,530,1,1,0,0,-2515.39,-11799.4,13.7616,4.62827,300,5,0,247,0,1,0,0,0),(62599,17347,530,1,1,0,0,-2556.32,-11753.2,10.4442,0.611846,300,5,0,247,0,1,0,0,0),(62600,17347,530,1,1,0,0,-2560.48,-11698.3,12.6532,3.57327,300,5,0,247,0,1,0,0,0),(62601,17347,530,1,1,0,0,-2680.33,-11721.2,14.9984,3.41664,300,5,0,247,0,1,0,0,0),(62602,17347,530,1,1,0,0,-2708.7,-11667,14.9754,4.00164,300,5,0,247,0,1,0,0,0),(62603,17347,530,1,1,0,0,-2713.45,-11608.9,16.3736,1.62163,300,5,0,247,0,1,0,0,0),(62604,17347,530,1,1,0,0,-2720.43,-11510.2,14.0865,3.77025,300,5,0,247,0,1,0,0,0),(62605,17347,530,1,1,0,0,-2758.84,-11410.1,14.2714,5.39949,300,5,0,247,0,1,0,0,0),(62606,17347,530,1,1,0,0,-2746.42,-11339.3,8.75079,4.83415,300,5,0,247,0,1,0,0,0),(62607,17347,530,1,1,0,0,-2677.08,-11248.2,4.12704,3.11035,300,5,0,247,0,1,0,0,0),(62608,17347,530,1,1,0,0,-2625.31,-11624,17.8083,0.01268,300,5,0,247,0,1,0,0,0),(62609,17347,530,1,1,0,0,-2553.61,-11503.9,30.4458,1.36122,300,5,0,247,0,1,0,0,0),(62610,17347,530,1,1,0,0,-2602.24,-11459,29.361,3.93865,300,5,0,247,0,1,0,0,0),(62611,17347,530,1,1,0,0,-2684.07,-11317.8,11.1032,3.91246,300,5,0,247,0,1,0,0,0),(62612,17347,530,1,1,0,0,-2594.88,-11293.7,38.1644,0.688481,300,5,0,247,0,1,0,0,0),(62613,17347,530,1,1,0,0,-2467.69,-11510.3,31.6861,4.77688,300,5,0,247,0,1,0,0,0),(62614,17347,530,1,1,0,0,-2382.55,-11451,22.6616,4.17968,300,5,0,247,0,1,0,0,0),(62615,17347,530,1,1,0,0,-2326.39,-11496.4,22.4697,5.26788,300,5,0,247,0,1,0,0,0),(62616,17347,530,1,1,0,0,-2291.46,-11446.7,32.6399,3.17283,300,5,0,247,0,1,0,0,0),(62617,17347,530,1,1,0,0,-2237.49,-11604.8,26.3604,2.48379,300,5,0,247,0,1,0,0,0),(62618,17347,530,1,1,0,0,-2250.17,-11585.9,23.4878,0.230126,300,5,0,247,0,1,0,0,0),(62619,17347,530,1,1,0,0,-2116.86,-11616.2,48.2409,6.15435,300,5,0,247,0,1,0,0,0),(62620,17347,530,1,1,0,0,-2201.37,-11756,40.9122,3.17678,300,5,0,247,0,1,0,0,0),(62621,17347,530,1,1,0,0,-2157.53,-11951.3,33.2946,2.86801,300,5,0,247,0,1,0,0,0),(62622,17347,530,1,1,0,0,-2110.2,-12073,34.9883,4.6714,300,5,0,247,0,1,0,0,0),(62623,17347,530,1,1,0,0,-2073.68,-12065.7,32.9806,0.877287,300,5,0,247,0,1,0,0,0),(62624,17347,530,1,1,0,0,-2045.87,-12198.6,28.5443,5.7907,300,5,0,247,0,1,0,0,0),(62625,17347,530,1,1,0,0,-1994.92,-12116.1,20.1209,1.3145,300,5,0,247,0,1,0,0,0),(62626,17347,530,1,1,0,0,-1926.4,-12205.7,7.19589,2.4571,300,5,0,247,0,1,0,0,0),(62627,17347,530,1,1,0,0,-1904.1,-12021.8,18.8477,4.29853,300,5,0,247,0,1,0,0,0),(62628,17347,530,1,1,0,0,-1937.16,-12028.8,18.1827,5.50857,300,5,0,247,0,1,0,0,0),(62629,17347,530,1,1,0,0,-1873.57,-11990.7,17.8558,3.5976,300,5,0,247,0,1,0,0,0),(62630,17347,530,1,1,0,0,-2122.29,-11924.1,34.3089,3.61834,300,5,0,247,0,1,0,0,0),(62631,17347,530,1,1,0,0,-1835.39,-11797.4,33.0789,3.12011,300,5,0,247,0,1,0,0,0),(62632,17347,530,1,1,0,0,-1849.93,-11924.4,22.3868,0.382201,300,5,0,247,0,1,0,0,0),(62633,17347,530,1,1,0,0,-1783.08,-11991,19.5977,5.21096,300,5,0,247,0,1,0,0,0),(62634,17347,530,1,1,0,0,-1774.49,-11854.3,20.6574,0.098893,300,5,0,247,0,1,0,0,0),(62635,17347,530,1,1,0,0,-1847.4,-11786.4,34.0041,5.32768,300,5,0,247,0,1,0,0,0),(62636,17347,530,1,1,0,0,-1860.32,-11987,17.3745,3.77037,300,5,0,247,0,1,0,0,0),(62637,17348,530,1,1,0,0,-1221.12,-11679.4,5.4319,1.39185,300,5,0,328,0,1,0,0,0),(62638,17348,530,1,1,0,0,-1298.95,-11679.1,5.06638,4.36503,300,5,0,328,0,1,0,0,0),(62639,17348,530,1,1,0,0,-1264.42,-11621.6,5.60109,6.23625,300,5,0,328,0,1,0,0,0),(62640,17348,530,1,1,0,0,-1316.7,-11447.2,17.6549,1.5886,300,5,0,328,0,1,0,0,0),(62641,17348,530,1,1,0,0,-1454.06,-11275.1,11.1698,1.5964,300,5,0,328,0,1,0,0,0),(62642,17348,530,1,1,0,0,-1353.66,-11480.9,38.452,1.80238,300,5,0,328,0,1,0,0,0),(62643,17348,530,1,1,0,0,-1384.66,-11518.1,15.388,3.42445,300,5,0,328,0,1,0,0,0),(62644,17348,530,1,1,0,0,-1483.1,-11606,19.4926,3.61834,300,5,0,328,0,1,0,0,0),(62645,17348,530,1,1,0,0,-1553.14,-11560.8,35.2711,2.92886,300,5,0,328,0,1,0,0,0),(62646,17348,530,1,1,0,0,-1707.38,-11307.2,60.3307,0.768763,300,5,0,328,0,1,0,0,0),(62647,17348,530,1,1,0,0,-1691.02,-11216,68.0483,5.94042,300,5,0,328,0,1,0,0,0),(62648,17348,530,1,1,0,0,-1724.54,-11111.9,73.6471,0.889079,300,5,0,328,0,1,0,0,0),(62649,17348,530,1,1,0,0,-1833.6,-11178.6,60.2162,0.403353,300,5,0,328,0,1,0,0,0),(62650,17348,530,1,1,0,0,-1753.87,-11218.3,62.7023,0.721772,300,5,0,328,0,1,0,0,0),(62651,17348,530,1,1,0,0,-1861.33,-11242.1,58.7413,1.15883,300,5,0,328,0,1,0,0,0),(62652,17348,530,1,1,0,0,-1802.03,-11369.3,56.6205,6.07213,300,5,0,328,0,1,0,0,0),(62653,17348,530,1,1,0,0,-1789.99,-11448.4,47.135,1.91973,300,5,0,328,0,1,0,0,0),(62654,17348,530,1,1,0,0,-1687.13,-11480.7,41.7357,1.85994,300,5,0,328,0,1,0,0,0),(62655,17348,530,1,1,0,0,-2039.54,-11514.1,58.3124,5.88419,300,5,0,328,0,1,0,0,0),(62656,17348,530,1,1,0,0,-1980.04,-11403.6,65.448,2.57777,300,5,0,328,0,1,0,0,0),(62657,17348,530,1,1,0,0,-2073.95,-11513.7,62.9616,2.4336,300,5,0,328,0,1,0,0,0),(62658,17348,530,1,1,0,0,-1930.13,-11383.8,65.7111,3.08685,300,5,0,328,0,1,0,0,0),(62659,17349,530,1,1,0,0,-2382.7,-12359,18.6744,4.77883,300,5,0,176,0,1,0,0,0),(62660,17349,530,1,1,0,0,-2667.88,-12025.6,16.85,2.69055,300,5,0,176,0,1,0,0,0),(62661,17349,530,1,1,0,0,-2597.23,-11968.2,22.8731,0.187673,300,5,0,176,0,1,0,0,0),(62662,17350,530,1,1,0,0,-1282.67,-11502,4.80357,1.48668,300,5,0,345,0,1,0,0,0),(62663,17350,530,1,1,0,0,-1323.74,-11394.9,20.0992,4.78272,300,5,0,345,0,1,0,0,0),(62664,17350,530,1,1,0,0,-1471.39,-11630.5,26.1755,0.528356,300,5,0,345,0,1,0,0,0),(62665,17350,530,1,1,0,0,-1448.79,-11644.2,31.697,5.66753,300,5,0,345,0,1,0,0,0),(62666,17350,530,1,1,0,0,-1706.84,-11244.3,63.2921,0.861038,300,5,0,345,0,1,0,0,0),(62667,17350,530,1,1,0,0,-1715.05,-11210,64.2523,4.6518,300,5,0,345,0,1,0,0,0),(62668,17350,530,1,1,0,0,-1717.05,-11193.3,63.6725,1.30276,300,5,0,345,0,1,0,0,0),(62669,17350,530,1,1,0,0,-1686.11,-11095.7,73.1827,0.141069,300,5,0,345,0,1,0,0,0),(62670,17350,530,1,1,0,0,-1825.65,-11278.7,57.6696,6.23574,300,5,0,345,0,1,0,0,0),(62671,17350,530,1,1,0,0,-1857.5,-11272.9,57.7941,0.448789,300,5,0,345,0,1,0,0,0),(62672,17350,530,1,1,0,0,-1870.08,-11368.9,54.8797,5.1874,300,5,0,345,0,1,0,0,0),(62673,17350,530,1,1,0,0,-1870.83,-11484.7,48.8839,3.78158,300,5,0,345,0,1,0,0,0),(62674,17350,530,1,1,0,0,-1872.79,-11496.7,49.5941,3.54495,300,5,0,345,0,1,0,0,0),(62675,17350,530,1,1,0,0,-1999.93,-11548,57.7094,2.81552,300,5,0,345,0,1,0,0,0),(62676,17350,530,1,1,0,0,-2021.99,-11464.8,59.3117,4.16125,300,5,0,345,0,1,0,0,0),(62677,17350,530,1,1,0,0,-1956.06,-11359.4,66.2591,4.17744,300,5,0,345,0,1,0,0,0),(62678,17350,530,1,1,0,0,-2110.88,-11498.6,62.0528,0.583667,300,5,0,345,0,1,0,0,0),(62679,17352,530,1,1,0,0,-2371.23,-11748.2,20.2989,3.2984,300,5,0,222,0,1,0,0,0),(62680,17352,530,1,1,0,0,-2362.19,-11745.9,22.0584,4.43328,300,5,0,222,0,1,0,0,0),(62681,17352,530,1,1,0,0,-2395.57,-11716.8,18.4814,0.258715,300,5,0,222,0,1,0,0,0),(62682,17352,530,1,1,0,0,-2374.04,-11684.4,19.5645,0.572625,300,5,0,222,0,1,0,0,0),(62683,17352,530,1,1,0,0,-2339.86,-11722.9,21.1048,0.652608,300,5,0,222,0,1,0,0,0),(62684,17352,530,1,1,0,0,-2316.12,-11671.8,29.08,0.842576,300,5,0,222,0,1,0,0,0),(62685,17352,530,1,1,0,0,-2328.18,-11680.9,28.6553,5.71936,300,5,0,222,0,1,0,0,0),(62686,17352,530,1,1,0,0,-2557.06,-11793,6.58718,5.52816,300,5,0,222,0,1,0,0,0),(62687,17352,530,1,1,0,0,-2686.88,-11603,18.5095,1.18321,300,5,0,222,0,1,0,0,0),(62688,17352,530,1,1,0,0,-2738.96,-11440.5,16.8363,4.52631,300,5,0,222,0,1,0,0,0),(62689,17352,530,1,1,0,0,-2778.57,-11320.4,9.6,5.28932,300,5,0,222,0,1,0,0,0),(62690,17352,530,1,1,0,0,-2415.03,-11254.3,25.9834,6.12029,300,5,0,222,0,1,0,0,0),(62691,17352,530,1,1,0,0,-2392.41,-11288.1,30.8458,2.31478,300,5,0,222,0,1,0,0,0),(62692,17352,530,1,1,0,0,-2393.38,-11252.2,27.8491,1.28433,300,5,0,222,0,1,0,0,0),(62693,17352,530,1,1,0,0,-2380.67,-11275.6,29.2539,3.43679,300,5,0,222,0,1,0,0,0),(62694,17352,530,1,1,0,0,-2327.07,-11507.4,21.741,0.810793,300,5,0,222,0,1,0,0,0),(62695,17352,530,1,1,0,0,-2239.68,-11550.5,30.7007,3.15331,300,5,0,222,0,1,0,0,0),(62696,17352,530,1,1,0,0,-2349.16,-11661.1,26.68,5.14872,300,5,0,222,0,1,0,0,0),(62697,17352,530,1,1,0,0,-2170.51,-11936.3,34.1257,0.61565,300,5,0,222,0,1,0,0,0),(62698,17352,530,1,1,0,0,-1895.64,-12004.4,17.6194,0.475011,300,5,0,222,0,1,0,0,0),(62699,17352,530,1,1,0,0,-1714.26,-11709.7,41.9218,0.553666,300,5,0,222,0,1,0,0,0),(62700,17353,530,1,1,0,0,-2247.75,-11046.5,13.7182,2.10943,300,5,0,356,0,1,0,0,0),(62701,17353,530,1,1,0,0,-2152.47,-11152.9,60.9167,4.30437,300,5,0,356,0,1,0,0,0),(62702,17353,530,1,1,0,0,-2140.31,-11141.8,58.0003,4.03216,300,5,0,356,0,1,0,0,0),(62703,17353,530,1,1,0,0,-1720.31,-10913.7,63.7454,1.57666,300,5,0,356,0,1,0,0,0),(62704,17353,530,1,1,0,0,-1785.83,-10846.1,65.2267,2.41758,300,5,0,356,0,1,0,0,0),(62705,17353,530,1,1,0,0,-2104.2,-10961.1,66.6612,1.47307,300,5,0,356,0,1,0,0,0),(62706,17358,530,1,1,0,0,-1611.48,-11144.8,77.7214,4.77688,300,5,0,396,408,1,0,0,0),(62707,17358,530,1,1,0,0,-1611.26,-11119.5,68.5231,5.07706,300,5,0,396,408,1,0,0,0),(62708,17358,530,1,1,0,0,-1589.34,-11148,78.4939,2.91804,300,5,0,396,408,1,0,0,0),(62709,17358,530,1,1,0,0,-1559.64,-11146.9,57.6976,2.39548,300,5,0,396,408,1,0,0,0),(62710,17358,530,1,1,0,0,-1639.41,-11089.8,69.9551,0.585295,300,5,0,396,408,1,0,0,0),(62711,17358,530,1,1,0,0,-1620.32,-11083.4,63.5072,2.97291,300,5,0,396,408,1,0,0,0),(62712,17358,530,1,1,0,0,-1542.87,-11169.5,57.7002,0.977576,300,5,0,396,408,1,0,0,0),(62713,17358,530,1,1,0,0,-1583.57,-11078,54.4877,1.18953,300,5,0,396,408,1,0,0,0),(62714,17358,530,1,1,0,0,-1562.34,-11112.3,57.8146,0.168679,300,5,0,396,408,1,0,0,0),(62715,17358,530,1,1,0,0,-1550.82,-11086.1,66.4297,4.17501,300,5,0,396,408,1,0,0,0),(62716,17358,530,1,1,0,0,-1649,-11047,70.8903,5.44114,300,5,0,396,408,1,0,0,0),(62717,17358,530,1,1,0,0,-1616.5,-11048,61.4548,2.40167,300,5,0,396,408,1,0,0,0),(62718,17358,530,1,1,0,0,-1553.33,-11054.4,60.9,1.44675,300,5,0,396,408,1,0,0,0),(62719,17358,530,1,1,0,0,-1570.45,-11049.7,53.115,5.43341,300,5,0,396,408,1,0,0,0),(62720,17358,530,1,1,0,0,-1634.47,-11010.7,66.4765,2.66728,300,5,0,396,408,1,0,0,0),(62721,17358,530,1,1,0,0,-1612.96,-10987.7,61.4987,1.3481,300,5,0,396,408,1,0,0,0),(62722,17358,530,1,1,0,0,-1576.58,-11017.8,54.2324,1.74331,300,5,0,396,408,1,0,0,0),(62723,17358,530,1,1,0,0,-1560.05,-10973.5,59.7226,2.08545,300,5,0,396,408,1,0,0,0),(62724,17358,530,1,1,0,0,-1520.22,-11003.9,59.5426,1.7228,300,5,0,396,408,1,0,0,0),(62725,17358,530,1,1,0,0,-1520.91,-11047.7,58.356,0.49921,300,5,0,396,408,1,0,0,0),(62726,17358,530,1,1,0,0,-1510.65,-10995.4,61.6329,5.15337,300,5,0,396,408,1,0,0,0),(62727,17358,530,1,1,0,0,-1558.02,-11019,49.5572,0.652482,300,5,0,396,408,1,0,0,0),(62728,17358,530,1,1,0,0,-1586.94,-10988.9,58.918,0.373096,300,5,0,396,408,1,0,0,0),(62729,17358,530,1,1,0,0,-1512.29,-10950.6,63.0462,4.38012,300,5,0,396,408,1,0,0,0),(62730,17358,530,1,1,0,0,-1481.25,-11002.1,66.9086,1.07391,300,5,0,396,408,1,0,0,0),(62731,17358,530,1,1,0,0,-1510.93,-11087.5,75.7455,0.399063,300,5,0,396,408,1,0,0,0),(62732,17358,530,1,1,0,0,-1525.34,-11141.9,75.6842,2.23009,300,5,0,396,408,1,0,0,0),(62733,17358,530,1,1,0,0,-1518.82,-11113.7,76.7547,2.90355,300,5,0,396,408,1,0,0,0),(62734,17360,530,1,1,0,0,-4177.67,-12512.5,44.403,2.82743,300,0,0,198,0,0,0,0,0),(62735,17361,530,1,1,0,0,-3924.22,-12748.4,96.785,1.93731,300,0,0,198,0,0,0,0,0),(62736,17362,530,1,1,0,0,-3873.31,-13124.5,7.06856,1.72788,300,0,0,198,0,0,0,0,0),(62737,17363,530,1,1,0,0,-4636.21,-13069.5,-14.6107,0.017453,300,0,0,198,0,0,0,0,0),(62738,17364,530,1,1,0,0,-4487.45,-11644.2,11.3351,5.18363,300,0,0,198,0,0,0,0,0),(138227,17371,542,3,1,0,0,487.933,17.2848,9.55353,4.54905,86400,0,0,10472,5875,0,0,0,0),(138145,18894,542,3,1,0,1,455.793,-89.9999,9.60743,0.09548,86400,0,0,14958,0,0,0,0,0),(138146,18894,542,3,1,0,1,455.566,-79.108,9.61164,0.09548,86400,0,0,14958,0,0,0,0,0),(62743,17372,530,1,1,0,0,-4165.02,-12153.7,2.07882,3.24788,300,5,0,102,0,1,0,0,0),(62744,17372,530,1,1,0,0,-4247.77,-12065.2,4.55779,3.90391,300,5,0,102,0,1,0,0,0),(62745,17372,530,1,1,0,0,-4288.69,-12093.5,7.28781,1.08421,300,5,0,102,0,1,0,0,0),(62746,17372,530,1,1,0,0,-4342.81,-12041.4,4.19507,4.82779,300,5,0,102,0,1,0,0,0),(62747,17372,530,1,1,0,0,-4393.57,-12080.9,6.06233,5.49767,300,5,0,102,0,1,0,0,0),(62748,17372,530,1,1,0,0,-4709.61,-12173.1,23.5987,1.8641,300,5,0,102,0,1,0,0,0),(62749,17372,530,1,1,0,0,-4582.96,-12708.3,5.01102,3.37805,300,5,0,102,0,1,0,0,0),(62750,17372,530,1,1,0,0,-4544.9,-12707.3,10.4418,1.2756,300,5,0,102,0,1,0,0,0),(62751,17372,530,1,1,0,0,-4574.03,-12903.4,12.7885,2.29932,300,5,0,102,0,1,0,0,0),(62752,17372,530,1,1,0,0,-4085.95,-13080.3,7.13061,0.557993,300,5,0,102,0,1,0,0,0),(62753,17372,530,1,1,0,0,-3855.88,-13128.5,7.5117,5.09071,300,5,0,102,0,1,0,0,0),(62754,17372,530,1,1,0,0,-4068.59,-12833.7,1.52642,4.84959,300,5,0,102,0,1,0,0,0),(62755,17372,530,1,1,0,0,-4137.62,-12684.5,19.6555,1.51124,300,5,0,102,0,1,0,0,0),(62756,17372,530,1,1,0,0,-4103.61,-12738.3,14.432,5.68928,300,5,0,102,0,1,0,0,0),(62757,17372,530,1,1,0,0,-4152,-12704,20.1328,1.93933,300,5,0,102,0,1,0,0,0),(62758,17372,530,1,1,0,0,-4139.58,-12719.9,17.7775,4.64417,300,5,0,102,0,1,0,0,0),(62759,17372,530,1,1,0,0,-4072.64,-12724.4,9.8604,2.2747,300,5,0,102,0,1,0,0,0),(62760,17372,530,1,1,0,0,-4162.98,-12799.8,6.60208,2.03444,300,5,0,102,0,1,0,0,0),(62761,17372,530,1,1,0,0,-4307.93,-12283,11.9232,0.135264,300,5,0,102,0,1,0,0,0),(62762,17372,530,1,1,0,0,-4260.92,-12232.9,6.7269,0.887737,300,5,0,102,0,1,0,0,0),(62763,17372,530,1,1,0,0,-4371.28,-12182.1,7.25041,4.66942,300,5,0,102,0,1,0,0,0),(62764,17372,530,1,1,0,0,-4304.34,-12091.9,7.45388,3.44483,300,5,0,102,0,1,0,0,0),(62765,17372,530,1,1,0,0,-4438.71,-12079.5,5.67265,2.25103,300,5,0,102,0,1,0,0,0),(62766,17372,530,1,1,0,0,-4512.38,-11979.2,30.496,1.06038,300,5,0,102,0,1,0,0,0),(62767,17372,530,1,1,0,0,-4662.83,-12177.6,26.9983,5.53936,300,5,0,102,0,1,0,0,0),(62768,17372,530,1,1,0,0,-4767.28,-12287.2,3.09811,4.41252,300,5,0,102,0,1,0,0,0),(62769,17372,530,1,1,0,0,-4564.58,-12268.8,15.737,1.5708,300,5,0,102,0,1,0,0,0),(62770,17372,530,1,1,0,0,-4319.83,-12855.9,10.0542,5.52957,300,5,0,102,0,1,0,0,0),(62771,17372,530,1,1,0,0,-4176.2,-12896.3,4.60064,3.11621,300,5,0,102,0,1,0,0,0),(62772,17372,530,1,1,0,0,-4114.23,-12932.9,5.39511,5.21858,300,5,0,102,0,1,0,0,0),(62773,17373,530,1,1,0,0,-4166.05,-11781,8.88936,5.15585,300,5,0,120,0,1,0,0,0),(62774,17373,530,1,1,0,0,-4289.73,-11732,7.16202,5.27492,300,5,0,120,0,1,0,0,0),(62775,17373,530,1,1,0,0,-4378.32,-11786.7,6.88683,0.770873,300,5,0,120,0,1,0,0,0),(62776,17373,530,1,1,0,0,-4355.59,-11644.6,6.89476,1.33624,300,5,0,120,0,1,0,0,0),(62777,17373,530,1,1,0,0,-4388.4,-11729,5.86989,6.20278,300,5,0,120,0,1,0,0,0),(62778,17373,530,1,1,0,0,-4735.36,-11652.5,20.807,1.55164,300,5,0,120,0,1,0,0,0),(62779,17373,530,1,1,0,0,-3840.73,-12755.3,12.8116,0.962704,300,5,0,120,0,1,0,0,0),(62780,17373,530,1,1,0,0,-3618.32,-12682.5,9.4642,2.18444,300,5,0,120,0,1,0,0,0),(62781,17373,530,1,1,0,0,-3581.02,-12781.2,2.98417,0.950706,300,5,0,120,0,1,0,0,0),(62782,17373,530,1,1,0,0,-3468.86,-12629.7,28.9456,5.96652,300,5,0,120,0,1,0,0,0),(62783,17373,530,1,1,0,0,-3553.42,-12746.4,6.57834,1.50379,300,5,0,120,0,1,0,0,0),(62784,17373,530,1,1,0,0,-3978.97,-12288.4,-0.562641,2.89898,300,5,0,120,0,1,0,0,0),(62785,17373,530,1,1,0,0,-4008.69,-12225.2,2.44465,1.16041,300,5,0,120,0,1,0,0,0),(62786,17373,530,1,1,0,0,-3776.05,-12274,6.03165,6.23344,300,5,0,120,0,1,0,0,0),(62787,17373,530,1,1,0,0,-3745.32,-12554.1,6.17878,5.73064,300,5,0,120,0,1,0,0,0),(62788,17373,530,1,1,0,0,-3805.27,-12569.1,2.94653,4.20758,300,5,0,120,0,1,0,0,0),(62789,17373,530,1,1,0,0,-3954.71,-12475.1,22.5866,4.05992,300,5,0,120,0,1,0,0,0),(62790,17373,530,1,1,0,0,-3926.31,-12532.7,35.1127,1.50647,300,5,0,120,0,1,0,0,0),(62791,17373,530,1,1,0,0,-3925.27,-12671.3,81.2765,2.62475,300,5,0,120,0,1,0,0,0),(62792,17373,530,1,1,0,0,-3965.11,-12155.2,2.37192,0.903072,300,5,0,120,0,1,0,0,0),(62793,17373,530,1,1,0,0,-3896.62,-12253.8,2.38998,5.19153,300,5,0,120,0,1,0,0,0),(62794,17373,530,1,1,0,0,-3807.91,-12266.8,3.34826,3.30032,300,5,0,120,0,1,0,0,0),(62795,17373,530,1,1,0,0,-3867.66,-12368.1,1.29293,3.86065,300,5,0,120,0,1,0,0,0),(62796,17373,530,1,1,0,0,-3821.98,-12337.8,2.76376,3.32257,300,5,0,120,0,1,0,0,0),(62797,17373,530,1,1,0,0,-3854.82,-12451.8,4.96361,5.36467,300,5,0,120,0,1,0,0,0),(62798,17373,530,1,1,0,0,-3821.91,-12525.6,2.83856,1.90053,300,5,0,120,0,1,0,0,0),(62799,17373,530,1,1,0,0,-3941.54,-12708.1,84.7945,2.05891,300,5,0,120,0,1,0,0,0),(62800,17373,530,1,1,0,0,-4407.34,-11838.9,7.52753,5.85446,300,5,0,120,0,1,0,0,0),(62801,17373,530,1,1,0,0,-4385.86,-11647.6,8.47487,6.27922,300,5,0,120,0,1,0,0,0),(62802,17373,530,1,1,0,0,-4688.21,-11455.6,21.3881,1.42586,300,5,0,120,0,1,0,0,0),(62803,17373,530,1,1,0,0,-3722.17,-12639.5,5.11264,0.508237,300,5,0,120,0,1,0,0,0),(62804,17373,530,1,1,0,0,-3487.95,-12711.9,17.421,1.46122,300,5,0,120,0,1,0,0,0),(62835,17374,530,1,1,0,0,-3780.84,-11850.2,9.1721,5.85624,300,5,0,137,0,1,0,0,0),(62834,17374,530,1,1,0,0,-3620.23,-11916.1,9.0796,1.4377,300,5,0,137,0,1,0,0,0),(62833,17374,530,1,1,0,0,-3625.51,-11941.3,8.04973,5.87111,300,5,0,137,0,1,0,0,0),(62832,17374,530,1,1,0,0,-3600.76,-12105.2,24.2089,3.47782,300,5,0,137,0,1,0,0,0),(62831,17374,530,1,1,0,0,-3582.7,-12071.8,23.0019,4.73192,300,5,0,137,0,1,0,0,0),(62830,17374,530,1,1,0,0,-3519.55,-12098.9,28.9304,2.83836,300,5,0,137,0,1,0,0,0),(62829,17374,530,1,1,0,0,-3548.41,-12164.4,16.5613,3.24535,300,5,0,137,0,1,0,0,0),(62828,17374,530,1,1,0,0,-3053.47,-12335.2,20.7702,3.18539,300,5,0,137,0,1,0,0,0),(62827,17374,530,1,1,0,0,-3133.13,-12128,16.8421,4.71693,300,5,0,137,0,1,0,0,0),(62826,17374,530,1,1,0,0,-3038.5,-12503.4,25.2079,4.46362,300,5,0,137,0,1,0,0,0),(62825,17374,530,1,1,0,0,-3086.4,-12414.8,29.9007,2.50428,300,5,0,137,0,1,0,0,0),(62824,17374,530,1,1,0,0,-3515.28,-12392.9,11.6612,4.70458,300,5,0,137,0,1,0,0,0),(62823,17374,530,1,1,0,0,-3518.32,-12155.2,19.3757,2.52132,300,5,0,137,0,1,0,0,0),(62822,17374,530,1,1,0,0,-3457.08,-12072.6,25.5849,4.00233,300,5,0,137,0,1,0,0,0),(62821,17374,530,1,1,0,0,-3181.64,-12215.3,34.4787,3.1624,300,5,0,137,0,1,0,0,0),(62820,17374,530,1,1,0,0,-3472.9,-11947.9,6.66602,3.17335,300,5,0,137,0,1,0,0,0),(62819,17374,530,1,1,0,0,-3215.62,-11953.1,7.56243,5.95939,300,5,0,137,0,1,0,0,0),(62818,17374,530,1,1,0,0,-3098.99,-12133.4,15.0039,5.26788,300,5,0,137,0,1,0,0,0),(62817,17374,530,1,1,0,0,-3528.95,-12483.6,11.7866,2.61779,300,5,0,137,0,1,0,0,0),(62816,17374,530,1,1,0,0,-3526.58,-12382.6,9.9871,5.09745,300,5,0,137,0,1,0,0,0),(62815,17374,530,1,1,0,0,-3050.27,-12514,27.3531,3.04868,300,5,0,137,0,1,0,0,0),(62814,17374,530,1,1,0,0,-3046.87,-12444.3,25.1153,5.23638,300,5,0,137,0,1,0,0,0),(62813,17374,530,1,1,0,0,-3490.42,-12171.1,19.7837,6.03251,300,5,0,137,0,1,0,0,0),(62812,17374,530,1,1,0,0,-3504.26,-12175.9,16.3578,1.72953,300,5,0,137,0,1,0,0,0),(62811,17374,530,1,1,0,0,-3504.8,-12244.3,9.5956,2.99554,300,5,0,137,0,1,0,0,0),(62810,17374,530,1,1,0,0,-3314.89,-12038.7,18.6874,4.77913,300,5,0,137,0,1,0,0,0),(62809,17374,530,1,1,0,0,-3609.79,-12285.5,2.90289,5.92793,300,5,0,137,0,1,0,0,0),(62808,17374,530,1,1,0,0,-3778.75,-12179,8.57132,2.69558,300,5,0,137,0,1,0,0,0),(62807,17374,530,1,1,0,0,-3748.48,-11927.3,4.96621,5.99543,300,5,0,137,0,1,0,0,0),(62806,17374,530,1,1,0,0,-3103.22,-12126.6,14.794,5.37946,300,5,0,137,0,1,0,0,0),(62805,17374,530,1,1,0,0,-3011.41,-12427.6,18.3278,5.31559,300,5,0,137,0,1,0,0,0),(90998,17375,530,1,1,0,0,-4503.61,-11593.9,12.8586,4.72984,300,0,0,120,0,0,0,0,0),(90997,17375,530,1,1,0,0,-4515.76,-11639.4,13.5236,1.09956,300,0,0,120,0,0,0,0,0),(90996,17375,530,1,1,0,0,-4613.08,-11662.5,21.4769,0.69813,300,0,0,120,0,0,0,0,0),(90995,17375,530,1,1,0,0,-4569.79,-11627.8,17.9122,3.23585,300,0,0,120,0,0,0,0,0),(90994,17375,530,1,1,0,0,-4624.45,-11646.8,22.1684,0.31823,300,0,0,120,0,0,0,0,0),(14076,17378,530,1,1,0,0,748.635,6487.36,19.3371,0,3600,0,0,4979,0,0,0,0,0),(12158,17378,530,1,1,0,0,1226.87,7946.05,22.5447,0,3600,0,0,4979,0,0,0,0,0),(10196,17378,530,1,1,0,0,1257.91,8669.31,15.2213,0,3600,0,0,4979,0,0,0,0,0),(8311,17378,530,1,1,0,0,196.196,8984.76,17.2438,0,3600,0,0,4979,0,0,0,0,0),(6294,17378,530,1,1,0,0,27.0919,8239.59,23.689,0,3600,0,0,4979,0,0,0,0,0),(2606,17378,530,1,1,0,0,251.054,7964.76,17.7742,0,3600,0,0,4979,0,0,0,0,0),(2588,17378,530,1,1,0,0,511.152,7741.22,23.2331,0,3600,0,0,4979,0,0,0,0,0),(2577,17378,530,1,1,0,0,652.946,7838.43,17.4672,0,3600,0,0,4979,0,0,0,0,0),(2554,17378,530,1,1,0,0,843.678,7888.29,17.9469,0,3600,0,0,4979,0,0,0,0,0),(2212,17378,530,1,1,0,0,910.355,7831.74,20.6009,0,3600,0,0,4979,0,0,0,0,0),(138236,18894,542,3,1,0,1,475.417,-66.3289,9.54527,0,86400,0,0,14958,0,0,0,0,0),(138238,17371,542,3,1,0,0,424.675,-83.9057,9.6166,0.059993,86400,0,0,10472,5875,0,0,0,0),(138254,17371,542,3,1,0,0,329.584,-189.111,-25.5067,1.50511,86400,0,0,10472,5875,0,0,0,0),(138249,18894,542,3,1,0,1,333.631,-192.252,-25.5027,1.51768,86400,0,0,14958,0,0,0,0,0),(138147,17377,542,3,1,0,1,325.862,-87.2087,-24.6512,5.87314,86400,0,0,34830,6156,0,0,0,0),(138233,18894,542,3,1,0,1,462.905,-19.9126,9.55215,5.18053,86400,0,0,14958,0,0,0,0,0),(138213,17626,542,3,1,0,1,458.704,120.842,9.61456,3.1619,86400,0,0,14958,0,2,0,0,0),(62858,17402,530,1,1,0,1,154.82,4259.12,109.37,2.21657,300,0,0,2136,5751,0,0,0,0),(62859,17403,530,1,1,0,1,221.762,4337.15,119.083,3.36848,300,0,0,4731,2790,0,0,0,0),(29061,17407,530,1,1,17055,0,-3610.28,2556.05,79.4277,0,3600,0,0,4979,0,0,0,0,0),(29060,17407,530,1,1,17055,0,-3624.12,2526.71,75.2732,0,3600,0,0,4979,0,0,0,0,0),(26583,17407,530,1,1,17055,0,-3278.6,2648.37,61.2525,0,3600,0,0,4979,0,0,0,0,0),(26582,17407,530,1,1,17055,0,-3210.33,3020.55,137.592,0,3600,0,0,4979,0,0,0,0,0),(62864,17420,540,3,1,0,1,14.4776,-4.68048,-13.194,2.77378,86400,0,0,19607,0,0,0,0,0),(62865,17420,540,3,1,0,1,66.2363,130.973,-13.196,4.80743,86400,0,0,19607,0,0,0,0,0),(62866,17420,540,3,1,0,1,67.1698,183.923,-13.2365,4.69381,86400,0,0,19607,0,0,0,0,0),(62867,17420,540,3,1,0,1,80.754,265.962,-13.2074,3.96182,86400,0,0,19607,0,0,0,0,0),(62868,17421,530,1,1,0,0,-1219.88,-11450,1.08143,0.977384,300,0,0,356,0,0,0,0,0),(62869,17423,530,1,1,0,1,-1915.55,-11790.6,64.6045,4.32842,300,0,0,433,490,0,0,0,0),(62870,17424,530,1,1,0,1,-1931.62,-11858.3,51.4339,2.77507,300,0,0,350,390,0,0,0,0),(62871,17427,540,3,1,0,1,506.966,312.302,1.93884,3.1429,86400,0,0,20283,0,0,0,0,0),(62872,17427,540,3,1,0,1,506.957,319.043,1.93884,3.1429,86400,0,0,20283,0,0,0,0,0),(62873,17427,540,3,1,0,1,503.078,315.733,1.94145,3.1429,86400,0,0,20283,0,0,0,0,0),(62874,17432,530,1,1,0,1,-3420.99,-12310.5,14.9166,4.43314,300,5,0,176,0,1,0,0,0),(62875,17432,530,1,1,0,1,-3376.96,-12279.6,21.4627,5.13127,300,5,0,176,0,1,0,0,0),(62876,17432,530,1,1,0,1,-3364.09,-12345.2,24.9263,2.00648,300,5,0,176,0,1,0,0,0),(62877,17432,530,1,1,0,1,-3349.03,-12388.3,26.4236,1.85005,300,5,0,176,0,1,0,0,0),(62878,17432,530,1,1,0,1,-3353.72,-12391.7,25.9346,2.61799,300,5,0,176,0,1,0,0,0),(62879,17432,530,1,1,0,1,-3350.94,-12357.2,24.4263,3.2446,300,5,0,176,0,1,0,0,0),(62880,17432,530,1,1,0,1,-3352.21,-12352.6,25.3013,3.36333,300,5,0,176,0,1,0,0,0),(62881,17432,530,1,1,0,1,-3358.78,-12343.8,24.1763,1.19912,300,5,0,176,0,1,0,0,0),(62882,17432,530,1,1,0,1,-3356.77,-12354.1,24.4263,4.67346,300,5,0,176,0,1,0,0,0),(62883,17432,530,1,1,0,1,-3434.45,-12340.9,13.5634,1.57473,300,5,0,176,0,1,0,0,0),(62884,17432,530,1,1,0,1,-3428.45,-12340.5,13.5231,1.5747,300,5,0,176,0,1,0,0,0),(62885,17432,530,1,1,0,1,-3439.78,-12312.9,14.3667,5.044,300,5,0,176,0,1,0,0,0),(62887,17432,530,1,1,0,1,-3362.32,-12342.1,24.4263,5.26083,300,5,0,176,0,1,0,0,0),(62891,17432,530,1,1,0,1,-3440.67,-12365.4,13.3134,5.31173,300,5,0,176,0,1,0,0,0),(62892,17432,530,1,1,0,1,-3439.51,-12375.5,13.8888,5.76622,300,5,0,176,0,1,0,0,0),(62893,17432,530,1,1,0,1,-3395.55,-12417.2,19.137,1.8326,300,5,0,176,0,1,0,0,0),(62894,17432,530,1,1,0,1,-3409.57,-12420.5,19.1604,1.27409,300,5,0,176,0,1,0,0,0),(62895,17432,530,1,1,0,1,-3361.79,-12413,25.093,4.38078,300,5,0,176,0,1,0,0,0),(62896,17433,530,1,1,0,1,-2019.67,-11872.1,46.5847,2.40855,300,0,0,350,390,0,0,0,0),(62897,17434,530,1,1,0,1,-2014.22,-11812.1,53.9252,4.88692,300,0,0,301,326,0,0,0,0),(62898,17437,530,1,1,0,1,-3342.05,-12356.3,22.9907,6.23082,300,0,0,176,0,0,0,0,0),(62899,17437,530,1,1,0,1,-3335.11,-12335,23.3543,0.122173,300,0,0,176,0,0,0,0,0),(62900,17437,530,1,1,0,1,-3344.46,-12351.3,22.8951,1.3439,300,0,0,176,0,0,0,0,0),(62901,17437,530,1,1,0,1,-3338.78,-12357.4,23.435,0.523599,300,0,0,176,0,0,0,0,0),(62902,17437,530,1,1,0,1,-3334.75,-12330.9,24.1525,5.65487,300,0,0,176,0,0,0,0,0),(62903,17437,530,1,1,0,1,-3329.08,-12350.4,22.9491,2.9147,300,0,0,176,0,0,0,0,0),(62904,17437,530,1,1,0,1,-3329.16,-12335.3,24.451,2.18166,300,0,0,176,0,0,0,0,0),(62905,17437,530,1,1,0,1,-3287.5,-12343.8,21.5817,5.96903,300,0,0,176,0,0,0,0,0),(62906,17437,530,1,1,0,1,-3286.87,-12350.2,21.4801,6.19592,300,0,0,176,0,0,0,0,0),(62907,17438,530,1,1,0,0,-3339.37,-12349.7,22.8763,3.22886,300,0,0,176,0,0,0,0,0),(62908,17438,530,1,1,0,0,-3318.45,-12349.4,25.1441,0.15708,300,0,0,176,0,0,0,0,0),(62909,17438,530,1,1,0,0,-3331.14,-12332.7,24.6601,2.60054,300,0,0,176,0,0,0,0,0),(62910,17438,530,1,1,0,0,-3295.31,-12343,22.8674,3.4383,300,0,0,176,0,0,0,0,0),(62911,17439,530,1,1,0,1,-3372.6,-12330.8,27.8056,5.95157,300,5,0,198,0,1,0,0,0),(62912,17439,530,1,1,0,1,-3379.21,-12335.9,25.474,6.07375,300,5,0,198,0,1,0,0,0),(62913,17439,530,1,1,0,1,-3376.23,-12363,26.4221,0.331613,300,5,0,198,0,1,0,0,0),(62914,17439,530,1,1,0,1,-3366.87,-12365.6,26.9454,0.453786,300,5,0,198,0,1,0,0,0),(62915,17440,530,1,1,0,1,-3353.36,-12400.5,26.0876,2.35619,300,0,0,253,264,0,0,0,0),(62916,17441,530,1,1,0,1,-3431.17,-12316.5,14.2924,4.53786,300,0,0,166,178,0,0,0,0),(62917,17442,530,1,1,0,1,-3442.68,-12322.2,14.1547,6.12611,300,0,0,273,0,0,0,0,0),(62918,17446,530,1,1,0,1,-3391.17,-12411.6,19.8466,2.1293,300,0,0,208,205,0,0,0,0),(62919,17447,530,1,1,0,0,-3141.51,-12533.5,-2.39051,5.61197,300,0,0,247,0,0,0,0,0),(62920,17448,530,1,1,0,0,-3177.01,-12429.4,12.0782,0.401426,300,0,0,278,0,0,0,0,0),(62921,17461,540,1,1,0,1,513.24,315.927,1.93557,3.1429,86400,0,0,28006,0,0,0,0,0),(41820,33089,603,3,16,0,0,1647.01,-288.679,417.396,3.49066,10,20,0,1,0,1,0,0,0),(1970415,2283,0,1,1,0,1,-291.618,1006.67,113.599,1.59138,7200,0,0,508,545,0,0,0,0),(1975237,33244,603,3,1,0,0,2036.81,25.6646,411.359,3.74227,300,0,0,14433075,0,0,0,0,0),(136044,32780,603,3,1,11686,0,2143.09,-290.015,419.61,1.8326,180,0,0,42,0,0,0,0,0),(136043,32780,603,3,1,11686,0,2171.05,-268.252,419.392,2.89725,180,0,0,42,0,0,0,0,0),(136042,32780,603,3,1,11686,0,2171.08,-266.057,419.371,2.94961,180,0,0,42,0,0,0,0,0),(133961,37547,673,15,1,0,0,-5.60755,-6.35065,34.0036,0,604800,0,0,1,0,0,0,0,0),(62934,17464,540,3,1,0,1,480.119,236.546,0.255493,0.0840338,86400,0,0,20259,0,0,0,0,0),(62935,17464,540,3,1,0,1,480.193,230.095,0.263524,1.60875,86400,0,0,20259,0,0,0,0,0),(62936,17464,540,3,1,0,1,484.574,230.213,0.258008,3.14499,86400,0,0,20259,0,0,0,0,0),(62937,17464,540,3,1,0,1,483.936,236.63,0.250741,3.14499,86400,0,0,20259,0,0,0,0,0),(62938,17464,540,3,1,0,1,552.12,230.758,0.257336,3.13765,86400,0,0,20259,0,0,0,0,0),(62939,17464,540,3,1,0,1,558.456,230.733,0.263313,3.13765,86400,0,0,20259,0,0,0,0,0),(62940,17464,540,3,1,0,1,558.48,236.914,0.261853,3.13765,86400,0,0,20259,0,0,0,0,0),(62941,17464,540,3,1,0,1,551.403,236.942,0.252083,3.13765,86400,0,0,20259,0,0,0,0,0),(62942,17464,540,3,1,0,1,549.412,148.425,0.252306,6.15699,86400,0,0,20259,0,0,0,0,0),(62943,17464,540,3,1,0,1,548.652,142.432,0.314206,6.15699,86400,0,0,20259,0,0,0,0,0),(62944,17464,540,3,1,0,1,555.213,141.58,0.257022,2.96304,86400,0,0,20259,0,0,0,0,0),(62945,17464,540,3,1,0,1,556.141,147.322,0.251348,2.98136,86400,0,0,20259,0,0,0,0,0),(62946,17464,540,3,1,0,1,488.947,141.41,0.333759,3.41569,86400,0,0,20259,0,0,0,0,0),(62947,17464,540,3,1,0,1,487.157,147.778,0.249801,3.41569,86400,0,0,20259,0,0,0,0,0),(62948,17464,540,3,1,0,1,480.06,146.877,0.253196,3.32065,86400,0,0,20259,0,0,0,0,0),(62949,17464,540,3,1,0,1,481.582,140.2,0.260255,3.32065,86400,0,0,20259,0,0,0,0,0),(16198,23397,564,1,1,21563,1,569.282,126.173,258.442,3.50811,604800,0,0,165200,49635,0,0,0,0),(62952,17465,540,3,1,0,1,482.66,233.56,0.254553,0.0431869,86400,0,0,28006,0,2,0,0,0),(62953,17465,540,3,1,0,1,555.097,234.431,0.254016,3.13765,86400,0,0,28006,0,2,0,0,0),(62954,17465,540,3,1,0,1,552.912,145.053,0.250317,2.98136,86400,0,0,28006,0,2,0,0,0),(62955,17465,540,3,1,0,1,483.874,144.226,0.250255,3.32065,86400,0,0,28006,0,2,0,0,0),(62956,17467,530,1,1,0,0,-2523.71,3568.66,-0.625716,4.6616,300,5,0,8,0,1,0,0,0),(62957,17467,530,1,1,0,0,-2696.97,3571.96,-4.41442,2.52895,300,5,0,8,0,1,0,0,0),(62958,17467,530,1,1,0,0,-2789.39,3383.1,-27.2022,2.11925,300,5,0,8,0,1,0,0,0),(62959,17467,530,1,1,0,0,-1960.74,4031.04,3.05242,1.67843,300,5,0,8,0,1,0,0,0),(62960,17467,530,1,1,0,0,-3691.68,5876.44,-5.31228,3.09173,300,5,0,8,0,1,0,0,0),(62961,17467,530,1,1,0,0,-3395.45,5729.07,4.08782,3.97373,300,5,0,8,0,1,0,0,0),(62962,17467,530,1,1,0,0,-3184.11,4012.94,0.40714,2.6982,300,5,0,8,0,1,0,0,0),(62963,17467,530,1,1,0,0,-2505.15,5244.29,-3.9836,0.093841,300,5,0,8,0,1,0,0,0),(62964,17467,530,1,1,0,0,-3863.04,3743.39,286.76,2.03226,300,5,0,8,0,1,0,0,0),(62965,17467,530,1,1,0,0,-4311.68,-11787.5,9.1902,5.13452,300,5,0,8,0,1,0,0,0),(62966,17467,530,1,1,0,0,-3517.66,-12781.2,6.18347,5.75322,300,5,0,8,0,1,0,0,0),(62967,17467,530,1,1,0,0,-3802.41,-11897.3,2.73597,2.39785,300,5,0,8,0,1,0,0,0),(62968,17467,530,1,1,0,0,-3427.1,-12234.1,21.8504,1.38464,300,5,0,8,0,1,0,0,0),(62969,17467,530,1,1,0,0,-3976.5,-12565.5,48.5089,1.49864,300,5,0,8,0,1,0,0,0),(62970,17467,530,1,1,0,0,-3211.45,-12155.9,32.1859,1.50631,300,5,0,8,0,1,0,0,0),(62971,17467,530,1,1,0,0,-3424.79,-12227.1,22.9501,4.89714,300,5,0,8,0,1,0,0,0),(62972,17467,530,1,1,0,0,-3388.94,-12475.1,37.2491,3.58777,300,5,0,8,0,1,0,0,0),(62973,17467,530,1,1,0,0,-3924.53,-12255.1,3.27698,3.04775,300,5,0,8,0,1,0,0,0),(62974,17467,530,1,1,0,0,-4092.4,-12834.5,5.47649,0.824592,300,5,0,8,0,1,0,0,0),(62975,17467,530,1,1,0,0,-4316.72,-12252.5,6.86379,1.83328,300,5,0,8,0,1,0,0,0),(62976,17467,530,1,1,0,0,-3942.59,-12857.8,10.9318,0.195268,300,5,0,8,0,1,0,0,0),(62977,17467,530,1,1,0,0,-3032.99,-12382,19.8835,2.09812,300,5,0,8,0,1,0,0,0),(62978,17467,530,1,1,0,0,-2693.39,-11983.3,12.5921,5.94292,300,5,0,8,0,1,0,0,0),(62979,17467,530,1,1,0,0,-2452.29,-11135.4,13.3772,3.1455,300,5,0,8,0,1,0,0,0),(62980,17467,530,1,1,0,0,-1612.43,-11761.2,31.4074,0.494069,300,5,0,8,0,1,0,0,0),(62981,17467,530,1,1,0,0,-1319.33,-11853.1,15.1369,4.76323,300,5,0,8,0,1,0,0,0),(62982,17467,530,1,1,0,0,-1275.41,-11575.8,6.38415,1.56494,300,5,0,8,0,1,0,0,0),(62983,17467,530,1,1,0,0,-1360.19,-11322,9.2539,0.001953,300,5,0,8,0,1,0,0,0),(62984,17467,530,1,1,0,0,-1744.71,-11110,71.3438,2.11757,300,5,0,8,0,1,0,0,0),(62985,17467,530,1,1,0,0,-1859.23,-11352.2,52.8165,1.56103,300,5,0,8,0,1,0,0,0),(62986,17467,530,1,1,0,0,-1888.28,-11509.6,51.0052,6.22061,300,5,0,8,0,1,0,0,0),(62987,17467,530,1,1,0,0,-1791.64,-11722.9,36.9222,4.47285,300,5,0,8,0,1,0,0,0),(62989,17475,530,1,1,0,1,-3390.28,-11925,4.13674,5.86314,300,0,0,222,0,0,0,0,0),(138211,17624,542,3,1,0,1,456.429,118.903,9.61496,3.16198,86400,0,0,16023,0,0,0,0,0),(138222,17371,542,3,1,0,0,472.66,59.4292,9.6097,1.58025,86400,0,0,10472,5875,0,0,0,0),(138220,17414,542,3,1,0,1,469.409,65.9985,9.61271,5.036,86400,0,0,10843,6015,0,0,0,0),(62993,17479,530,1,1,0,1,-814.245,2626.79,124.472,5.2709,300,0,0,11828,0,0,0,0,0),(62994,17480,530,1,1,0,1,-4165.05,-12536.4,44.9161,1.69297,300,0,0,247,0,0,0,0,0),(62995,17481,530,1,1,0,1,-4149.62,-12530.1,45.1902,2.61799,300,0,0,178,382,0,0,0,0),(62996,17482,530,1,1,0,1,-4131.66,-12478.6,44.6574,1.51844,300,0,0,111,259,0,0,0,0),(62997,17484,530,1,1,0,0,-4208.56,-12537.8,46.4679,5.23599,300,0,0,222,0,0,0,0,0),(62998,17486,530,1,1,0,0,-4216.86,-12483.8,45.1202,6.26573,300,0,0,273,0,0,0,0,0),(62999,17487,530,1,1,0,0,-4711.54,-12386.7,11.9356,3.89208,300,0,0,166,178,0,0,0,0),(63000,17489,530,1,1,0,0,-4720.67,-12381.5,11.0732,4.83456,300,0,0,156,0,0,0,0,0),(63001,17490,530,1,1,0,0,-3368.89,-12290.1,21.909,3.82227,300,0,0,198,0,0,0,0,0),(63002,17493,530,1,1,0,1,241.276,2688.98,89.7267,1.95477,300,0,0,20958,0,0,0,0,0),(63003,17494,530,1,1,0,0,-1400.62,-11442.3,73.3239,3.21141,300,0,0,354,1020,0,0,0,0),(63004,17496,530,1,1,0,0,-2810.29,-11631.5,2.04978,1.84575,300,0,0,247,0,0,0,0,0),(63005,17504,530,1,1,0,0,-4203.95,-11668.4,-98.8416,1.15192,300,0,0,2215,0,0,0,0,0),(63006,17505,530,1,1,0,0,-4233.06,-11556.1,-126.032,4.32842,300,0,0,1226,1283,0,0,0,0),(63007,17509,530,1,1,0,0,-4191.51,-11471.8,-130.79,4.64258,300,0,0,1772,1807,0,0,0,0),(63008,17512,530,1,1,0,0,-3788.04,-11547.3,-134.842,2.27374,300,0,0,1772,1807,0,0,0,0),(63009,17513,530,1,1,0,0,-4053.89,-11560.6,-138.531,1.5577,300,0,0,1551,4393,0,0,0,0),(63010,17514,530,1,1,0,0,-4057,-11556.2,-138.468,0.261799,300,0,0,1077,3191,0,0,0,0),(202632,17269,543,3,1,0,1,-1162.44,1688.87,91.7811,3.54302,86400,0,0,1,0,0,0,0,0),(202631,17264,543,3,1,0,1,-1315.83,1665.73,66.9339,3.48723,86400,0,0,1,0,2,0,0,0),(63013,17519,530,1,1,0,1,-3665.56,-11436.8,-118.154,3.1648,300,0,0,4980,2434,0,0,0,0),(63014,17520,530,1,1,0,1,-3889.27,-11323,-126.291,1.86775,300,0,0,1532,1283,0,0,0,0),(63015,17522,530,1,1,0,0,-1551.42,-10907,62.2309,1.96335,300,5,0,356,0,1,0,0,0),(63016,17522,530,1,1,0,0,-1578.47,-10912.5,60.6106,5.34821,300,5,0,356,0,1,0,0,0),(63017,17522,530,1,1,0,0,-1617.19,-10818.1,52.8006,0.235676,300,5,0,356,0,1,0,0,0),(63018,17522,530,1,1,0,0,-1671.92,-10781.1,67.6683,1.17423,300,5,0,356,0,1,0,0,0),(63019,17522,530,1,1,0,0,-1588.28,-10856.5,57.924,2.28546,300,5,0,356,0,1,0,0,0),(63020,17522,530,1,1,0,0,-1577.69,-10848.5,55.299,0.89584,300,5,0,356,0,1,0,0,0),(63021,17522,530,1,1,0,0,-1476.17,-10716.5,65.3185,3.61543,300,5,0,356,0,1,0,0,0),(63022,17522,530,1,1,0,0,-1481.03,-10729.2,61.3851,3.86889,300,5,0,356,0,1,0,0,0),(63023,17522,530,1,1,0,0,-1445.57,-10685,73.2819,0.707991,300,5,0,356,0,1,0,0,0),(63024,17522,530,1,1,0,0,-1406.03,-10679,81.1566,5.65963,300,5,0,356,0,1,0,0,0),(63025,17522,530,1,1,0,0,-1414.28,-10715.6,75.6737,5.6002,300,5,0,356,0,1,0,0,0),(63026,17522,530,1,1,0,0,-1381.43,-10681,85.6416,2.51886,300,5,0,356,0,1,0,0,0),(63027,17522,530,1,1,0,0,-1413.6,-10620.8,112.836,6.26952,300,5,0,356,0,1,0,0,0),(63028,17522,530,1,1,0,0,-1412.76,-10622.2,112.5,2.78967,300,5,0,356,0,1,0,0,0),(63029,17522,530,1,1,0,0,-1586.81,-10683.4,130.02,5.2878,300,5,0,356,0,1,0,0,0),(63030,17522,530,1,1,0,0,-1552.19,-10678.7,130.147,1.34969,300,5,0,356,0,1,0,0,0),(63031,17522,530,1,1,0,0,-1575.77,-10645.2,132.864,3.19828,300,5,0,356,0,1,0,0,0),(63032,17522,530,1,1,0,0,-1613.49,-10675.9,133.927,0.508046,300,5,0,356,0,1,0,0,0),(63033,17522,530,1,1,0,0,-1686.58,-10704.5,95.722,4.75243,300,5,0,356,0,1,0,0,0),(63034,17522,530,1,1,0,0,-1712.29,-10719.4,83.9202,3.53188,300,5,0,356,0,1,0,0,0),(63035,17522,530,1,1,0,0,-1689.63,-10639.7,110.983,2.52047,300,5,0,356,0,1,0,0,0),(63036,17523,530,1,1,0,0,-1663.42,-10823.2,58.3543,5.90859,300,5,0,386,0,1,0,0,0),(63037,17523,530,1,1,0,0,-1648,-10850.5,59.3799,3.11186,300,5,0,386,0,1,0,0,0),(63038,17523,530,1,1,0,0,-1620.83,-10841.6,58.4512,1.5625,300,5,0,386,0,1,0,0,0),(63039,17523,530,1,1,0,0,-1663.15,-10809.3,58.8315,5.69457,300,5,0,386,0,1,0,0,0),(63040,17523,530,1,1,0,0,-1654.44,-10784.1,59.3617,1.86294,300,5,0,386,0,1,0,0,0),(63041,17523,530,1,1,0,0,-1680.18,-10748.8,71.5644,2.12448,300,5,0,386,0,1,0,0,0),(63042,17523,530,1,1,0,0,-1565.65,-10809.2,52.2543,4.15524,300,5,0,386,0,1,0,0,0),(63043,17523,530,1,1,0,0,-1545.46,-10887,59.0091,5.6582,300,5,0,386,0,1,0,0,0),(63044,17523,530,1,1,0,0,-1545.94,-10826.6,64.4374,1.11941,300,5,0,386,0,1,0,0,0),(63045,17523,530,1,1,0,0,-1526.66,-10885.8,56.9411,3.87862,300,5,0,386,0,1,0,0,0),(63046,17523,530,1,1,0,0,-1552.08,-10794.8,55.5163,5.28197,300,5,0,386,0,1,0,0,0),(63047,17523,530,1,1,0,0,-1512.54,-10763.9,60.014,0.948493,300,5,0,386,0,1,0,0,0),(63048,17523,530,1,1,0,0,-1447.65,-10715.7,70.2754,0.922606,300,5,0,386,0,1,0,0,0),(63049,17523,530,1,1,0,0,-1381.66,-10645.5,99.429,3.28073,300,5,0,386,0,1,0,0,0),(63050,17523,530,1,1,0,0,-1486.35,-10641.7,134.531,2.40037,300,5,0,386,0,1,0,0,0),(63051,17523,530,1,1,0,0,-1515.63,-10652.5,133.898,2.14577,300,5,0,386,0,1,0,0,0),(63052,17523,530,1,1,0,0,-1552.62,-10657.5,131.873,3.81259,300,5,0,386,0,1,0,0,0),(63053,17523,530,1,1,0,0,-1628.65,-10662,140.252,6.16312,300,5,0,386,0,1,0,0,0),(63054,17523,530,1,1,0,0,-1654.96,-10718.7,74.1011,0.583667,300,5,0,386,0,1,0,0,0),(63055,17523,530,1,1,0,0,-1710.21,-10672.2,93.0384,1.02234,300,5,0,386,0,1,0,0,0),(63056,17525,530,1,1,0,0,-2674.81,-12346.5,2.0437,5.69828,300,5,0,198,0,1,0,0,0),(63057,17525,530,1,1,0,0,-2712.37,-12314,2.84771,4.25084,300,5,0,198,0,1,0,0,0),(63058,17525,530,1,1,0,0,-2630.46,-12389.9,0.76984,1.54095,300,5,0,198,0,1,0,0,0),(63059,17525,530,1,1,0,0,-2653.85,-12356.4,1.97479,1.15707,300,5,0,198,0,1,0,0,0),(63060,17525,530,1,1,0,0,-2652.91,-12373.4,0.57149,2.78314,300,5,0,198,0,1,0,0,0),(63061,17525,530,1,1,0,0,-2611.51,-12422.3,5.09675,5.27233,300,5,0,198,0,1,0,0,0),(63062,17525,530,1,1,0,0,-2740.62,-12275,4.52212,0.836529,300,5,0,198,0,1,0,0,0),(63063,17525,530,1,1,0,0,-2689.69,-12040.7,13.4174,2.12945,300,5,0,198,0,1,0,0,0),(63064,17525,530,1,1,0,0,-2721.09,-12302.3,3.28739,5.6811,300,5,0,198,0,1,0,0,0),(63065,17525,530,1,1,0,0,-2681.96,-12324.7,4.18174,5.78634,300,5,0,198,0,1,0,0,0),(63066,17525,530,1,1,0,0,-2645.64,-12329.3,6.25877,2.6176,300,5,0,198,0,1,0,0,0),(63067,17525,530,1,1,0,0,-2638.89,-12345.7,2.4136,5.28197,300,5,0,198,0,1,0,0,0),(63068,17525,530,1,1,0,0,-2646.47,-12377,0.54221,4.99337,300,5,0,198,0,1,0,0,0),(63069,17525,530,1,1,0,0,-2642.71,-12369.1,0.82149,1.5708,300,5,0,198,0,1,0,0,0),(63070,17525,530,1,1,0,0,-2621.39,-12351.7,1.14193,2.65965,300,5,0,198,0,1,0,0,0),(63071,17525,530,1,1,0,0,-2616.2,-12445.9,2.04978,6.26447,300,5,0,198,0,1,0,0,0),(63072,17525,530,1,1,0,0,-2595.71,-12392.3,7.87293,2.64911,300,5,0,198,0,1,0,0,0),(63073,17525,530,1,1,0,0,-2586.98,-12397.4,9.5167,0.1372,300,5,0,198,0,1,0,0,0),(63074,17525,530,1,1,0,0,-2592.81,-12492.9,0.63985,3.86393,300,5,0,198,0,1,0,0,0),(63075,17525,530,1,1,0,0,-2572.11,-12453.2,6.91089,6.13825,300,5,0,198,0,1,0,0,0),(63076,17525,530,1,1,0,0,-2613.84,-12475.8,1.24774,3.58678,300,5,0,198,0,1,0,0,0),(63077,17525,530,1,1,0,0,-2546.86,-12479.4,4.4819,4.36787,300,5,0,198,0,1,0,0,0),(63078,17525,530,1,1,0,0,-2552.17,-12443.6,9.0627,1.68478,300,5,0,198,0,1,0,0,0),(63079,17525,530,1,1,0,0,-2540.55,-12410.7,9.5712,0.621565,300,5,0,198,0,1,0,0,0),(63080,17525,530,1,1,0,0,-2578.26,-12511.5,0.53272,4.73967,300,5,0,198,0,1,0,0,0),(63081,17525,530,1,1,0,0,-2552.88,-12511.8,0.65724,0.629072,300,5,0,198,0,1,0,0,0),(63082,17525,530,1,1,0,0,-2515.39,-12508.9,1.34298,3.83583,300,5,0,198,0,1,0,0,0),(63083,17525,530,1,1,0,0,-2496.38,-12479.6,4.07411,2.25982,300,5,0,198,0,1,0,0,0),(63084,17525,530,1,1,0,0,-2506.33,-12493.1,1.52149,5.60179,300,5,0,198,0,1,0,0,0),(63085,17525,530,1,1,0,0,-2497.59,-12446.4,10.5621,3.9724,300,5,0,198,0,1,0,0,0),(63086,17525,530,1,1,0,0,-2481.29,-12511.2,0.68316,5.49542,300,5,0,198,0,1,0,0,0),(63087,17525,530,1,1,0,0,-2452.25,-12510.1,1.27412,5.68419,300,5,0,198,0,1,0,0,0),(63088,17525,530,1,1,0,0,-2450.64,-12480.3,2.65161,1.89255,300,5,0,198,0,1,0,0,0),(63089,17525,530,1,1,0,0,-2585.92,-12384.6,9.0105,1.57149,300,5,0,198,0,1,0,0,0),(63090,17525,530,1,1,0,0,-2618.74,-12427.8,4.98929,5.07329,300,5,0,198,0,1,0,0,0),(63091,17525,530,1,1,0,0,-2581.74,-12419.1,11.5448,0.119507,300,5,0,198,0,1,0,0,0),(63092,17525,530,1,1,0,0,-2619.97,-12385.4,1.21285,0.147143,300,5,0,198,0,1,0,0,0),(63094,17525,530,1,1,0,0,-2676.68,-12344.1,2.26808,1.0472,300,5,0,198,0,1,0,0,0),(63095,17525,530,1,1,0,0,-2749.28,-12014.1,9.2024,4.1514,300,5,0,198,0,1,0,0,0),(63096,17525,530,1,1,0,0,-2759.02,-12051.6,7.77027,5.10526,300,5,0,198,0,1,0,0,0),(63097,17525,530,1,1,0,0,-2722.84,-12010.2,10.7052,2.28009,300,5,0,198,0,1,0,0,0),(63098,17525,530,1,1,0,0,-2690.97,-12008,14.9889,2.24401,300,5,0,198,0,1,0,0,0),(63099,17525,530,1,1,0,0,-2645.83,-12020.8,21.1292,5.48516,300,5,0,198,0,1,0,0,0),(63100,17525,530,1,1,0,0,-2614.73,-12013.2,25.9404,6.19834,300,5,0,198,0,1,0,0,0),(63101,17525,530,1,1,0,0,-2730.31,-11994.7,9.083,2.94407,300,5,0,198,0,1,0,0,0),(63102,17525,530,1,1,0,0,-2690.06,-11972.8,10.8751,3.04775,300,5,0,198,0,1,0,0,0),(63103,17525,530,1,1,0,0,-2650.41,-11982.9,17.7026,5.01072,300,5,0,198,0,1,0,0,0),(63104,17525,530,1,1,0,0,-2657.42,-11968.2,15.9526,3.84962,300,5,0,198,0,1,0,0,0),(63105,17525,530,1,1,0,0,-2551.65,-12034,28.3976,3.89937,300,5,0,198,0,1,0,0,0),(63106,17525,530,1,1,0,0,-2687.33,-11947.2,11.6683,0.685389,300,5,0,198,0,1,0,0,0),(63107,17525,530,1,1,0,0,-2617.09,-11978.4,25.7328,5.97595,300,5,0,198,0,1,0,0,0),(63108,17525,530,1,1,0,0,-2625,-11951.6,18.331,3.48619,300,5,0,198,0,1,0,0,0),(63109,17525,530,1,1,0,0,-2626.72,-11917.7,11.7751,1.5708,300,5,0,198,0,1,0,0,0),(63110,17525,530,1,1,0,0,-2581.96,-11971.8,25.2464,4.59699,300,5,0,198,0,1,0,0,0),(63111,17525,530,1,1,0,0,-2553.67,-11974.4,24.1947,4.91093,300,5,0,198,0,1,0,0,0),(63112,17525,530,1,1,0,0,-2577.26,-11920.5,19.8888,0.344399,300,5,0,198,0,1,0,0,0),(63113,17525,530,1,1,0,0,-2661.29,-11959.4,15.9639,4.10727,300,5,0,198,0,1,0,0,0),(63114,17525,530,1,1,0,0,-2517.94,-11990.1,25.6153,4.77663,300,5,0,198,0,1,0,0,0),(63115,17525,530,1,1,0,0,-2723.53,-11971.4,9.8305,2.99453,300,5,0,198,0,1,0,0,0),(63116,17525,530,1,1,0,0,-2717.48,-11943,7.23077,0.065466,300,5,0,198,0,1,0,0,0),(63117,17525,530,1,1,0,0,-2707.48,-11905.2,6.43738,1.35662,300,5,0,198,0,1,0,0,0),(63118,17525,530,1,1,0,0,-2730.79,-11973.5,10.3305,5.04424,300,5,0,198,0,1,0,0,0),(63119,17525,530,1,1,0,0,-2667.2,-11892.9,14.9729,1.11588,300,5,0,198,0,1,0,0,0),(63120,17525,530,1,1,0,0,-2736.59,-11963.2,9.6855,4.06764,300,5,0,198,0,1,0,0,0),(63121,17525,530,1,1,0,0,-2753.03,-11959,5.46235,4.16607,300,5,0,198,0,1,0,0,0),(63122,17525,530,1,1,0,0,-2755.42,-11917.4,2.20175,2.72079,300,5,0,198,0,1,0,0,0),(63123,17525,530,1,1,0,0,-2786.82,-11992.4,2.14306,2.93309,300,5,0,198,0,1,0,0,0),(94970,17527,530,1,1,0,0,-2096.21,-10893.8,71.4906,1.3275,300,5,0,356,0,1,0,0,0),(94969,17527,530,1,1,0,0,-1814.86,-11008.8,69.0146,1.91627,300,5,0,356,0,1,0,0,0),(94968,17527,530,1,1,0,0,-1784.55,-10916.6,67.4915,2.92695,300,5,0,356,0,1,0,0,0),(94967,17527,530,1,1,0,0,-2052.02,-11117.8,57.5381,3.83983,300,5,0,356,0,1,0,0,0),(94966,17527,530,1,1,0,0,-2078.45,-11171.6,67.8144,0.616658,300,5,0,356,0,1,0,0,0),(94965,17527,530,1,1,0,0,-2191.55,-11116.3,48.5118,0.138221,300,5,0,356,0,1,0,0,0),(63130,17529,530,1,1,0,0,-2541.94,-11328,22.9524,3.7001,300,0,0,42,0,0,0,0,0),(63131,17530,530,1,1,0,0,-3975.08,-11922.9,-0.391524,4.2586,300,0,0,198,0,0,0,0,0),(63132,17530,530,1,1,0,0,-3934.88,-11921.4,1.00672,0.174533,300,0,0,198,0,0,0,0,0),(63133,17530,530,1,1,0,0,-3932.17,-11928.2,1.19028,2.35619,300,0,0,198,0,0,0,0,0),(63134,17530,530,1,1,0,0,-2703.76,-12136,13.5496,1.12463,300,0,0,198,0,0,0,0,0),(63135,17530,530,1,1,0,0,-2694.3,-12137.6,13.6799,0.648327,300,0,0,198,0,0,0,0,0),(63136,17530,530,1,1,0,0,-2705.22,-12123.9,13.4712,2.22817,300,0,0,198,0,0,0,0,0),(63137,17530,530,1,1,0,0,-2692.18,-12122.8,14.3853,2.9503,300,0,0,198,0,0,0,0,0),(18027,2054,0,1,1,3554,1,-729.278,1498.41,14.7805,1.11283,275,5,0,404,456,1,0,0,0),(63139,17542,530,1,1,0,0,-2444.9,-12205.1,32.8857,4.27606,300,0,0,186,191,0,0,0,0),(63142,17545,530,1,1,0,0,-2825.48,8335.65,-91.9986,0.017453,300,0,0,6542,0,0,0,0,0),(18026,2054,0,1,1,3554,1,-750.027,1470.83,18.0828,4.83456,275,0,0,404,456,0,0,0,0),(18025,2053,0,1,1,3553,1,-750.278,1468.44,18.1722,1.50098,275,0,0,417,0,0,0,0,0),(63146,17549,530,1,1,0,1,-1969.75,-11855.6,48.9609,0.055772,300,0,0,1910,0,2,0,0,0),(63147,17549,530,1,1,0,1,-1992.07,-11877.6,47.7517,2.57202,300,0,0,1910,0,2,0,0,0),(63148,17550,530,1,1,0,0,-1292.19,-11843.3,11.759,2.83539,300,5,0,328,0,1,0,0,0),(63149,17550,530,1,1,0,0,-1212.93,-11792.6,3.64942,2.15878,300,5,0,328,0,1,0,0,0),(63150,17550,530,1,1,0,0,-1221.55,-11793.9,2.9207,5.38483,300,5,0,328,0,1,0,0,0),(63151,17550,530,1,1,0,0,-1161.92,-11816.5,2.86188,0.80995,300,5,0,328,0,1,0,0,0),(63152,17550,530,1,1,0,0,-1181.93,-11836.3,2.3229,1.32753,300,5,0,328,0,1,0,0,0),(63153,17550,530,1,1,0,0,-1192.18,-11794.3,2.34099,2.3676,300,5,0,328,0,1,0,0,0),(63154,17550,530,1,1,0,0,-1198.2,-11826.1,2.33981,4.97068,300,5,0,328,0,1,0,0,0),(63155,17550,530,1,1,0,0,-1285.1,-11777,7.69051,1.2262,300,5,0,328,0,1,0,0,0),(63156,17550,530,1,1,0,0,-1252.23,-11784.5,2.32814,3.17964,300,5,0,328,0,1,0,0,0),(63157,17550,530,1,1,0,0,-1318.91,-11791.9,13.1975,0.652482,300,5,0,328,0,1,0,0,0),(63158,17550,530,1,1,0,0,-1213.85,-11758.3,3.87472,5.53216,300,5,0,328,0,1,0,0,0),(63159,17550,530,1,1,0,0,-1263.36,-11746,8.47712,2.43807,300,5,0,328,0,1,0,0,0),(63160,17550,530,1,1,0,0,-1184.65,-11758.8,8.77778,0.289026,300,5,0,328,0,1,0,0,0),(63161,17551,530,1,1,0,0,-4120.62,-12788.8,9.4441,4.06662,300,0,0,102,0,0,0,0,0),(63162,17553,530,1,1,0,1,-2059.2,-11897,45.7415,0.959931,300,0,0,350,390,0,0,0,0),(63163,17554,530,1,1,0,0,-1930.02,-11956.8,57.4743,2.54818,300,0,0,14193,2790,0,0,0,0),(63164,17555,530,1,1,0,0,-4057.15,-11788.6,8.87662,5.59502,300,0,0,14193,2790,0,0,0,0),(63165,17557,530,1,1,0,1,-803.181,2609.96,124.472,2.09439,300,0,0,11054,0,0,0,0,0),(63166,17558,530,1,1,0,1,241.437,2705.22,89.7592,4.4855,300,0,0,20958,0,0,0,0,0),(63167,17584,530,1,1,0,0,-3972.18,-11927.5,-0.670018,3.66519,300,0,0,300,0,0,0,0,0),(63168,17585,530,1,1,0,0,179.435,2704.33,89.1009,3.38594,300,0,0,16023,0,0,0,0,0),(63169,17586,530,1,1,0,0,-2670.2,-12131.4,17.2069,4.08407,300,0,0,300,0,0,0,0,0),(63170,17587,530,1,1,0,1,-4366.61,-12204.1,6.49841,2.86416,300,0,0,780,0,0,0,0,0),(63171,17588,530,1,1,0,0,-1318.07,-12219.2,4.95209,4.14986,300,5,0,356,0,1,0,0,0),(63172,17588,530,1,1,0,0,-1284.09,-12284.3,16.5494,4.72218,300,5,0,356,0,1,0,0,0),(63173,17588,530,1,1,0,0,-1408.94,-12388.4,6.64393,3.43305,300,5,0,356,0,1,0,0,0),(63174,17588,530,1,1,0,0,-1316.12,-12316.7,18.2042,6.07658,300,5,0,356,0,1,0,0,0),(63175,17588,530,1,1,0,0,-1363.91,-12427.1,15.206,0.494206,300,5,0,356,0,1,0,0,0),(63176,17588,530,1,1,0,0,-1446.23,-12455.4,4.12725,5.44332,300,5,0,356,0,1,0,0,0),(63177,17588,530,1,1,0,0,-1363.04,-12421.9,15.8497,1.38029,300,5,0,356,0,1,0,0,0),(63178,17588,530,1,1,0,0,-1345.33,-12490.2,23.445,6.19809,300,5,0,356,0,1,0,0,0),(63179,17588,530,1,1,0,0,-1300.5,-12444.4,44.0169,3.53879,300,5,0,356,0,1,0,0,0),(63180,17588,530,1,1,0,0,-1286.8,-12476.4,52.6733,2.32992,300,5,0,356,0,1,0,0,0),(63181,17588,530,1,1,0,0,-1285.41,-12352.2,26.9772,3.15892,300,5,0,356,0,1,0,0,0),(63182,17588,530,1,1,0,0,-1292.96,-12554.9,24.7117,3.30256,300,5,0,356,0,1,0,0,0),(63183,17588,530,1,1,0,0,-1249.83,-12505.2,57.1028,3.19701,300,5,0,356,0,1,0,0,0),(63184,17588,530,1,1,0,0,-1247.26,-12444.9,94.7338,2.14037,300,5,0,356,0,1,0,0,0),(63185,17588,530,1,1,0,0,-1182.72,-12524.1,67.1082,3.96984,300,5,0,356,0,1,0,0,0),(63186,17588,530,1,1,0,0,-1210.3,-12420.1,96.4537,0.992539,300,5,0,356,0,1,0,0,0),(63187,17588,530,1,1,0,0,-1220.92,-12354.6,22.8106,3.83148,300,5,0,356,0,1,0,0,0),(63188,17588,530,1,1,0,0,-1118.37,-12588.2,9.1179,0.105575,300,5,0,356,0,1,0,0,0),(63189,17588,530,1,1,0,0,-1056.85,-12556.5,24.5203,0.244505,300,5,0,356,0,1,0,0,0),(63190,17588,530,1,1,0,0,-1079.16,-12620.2,5.0791,3.73888,300,5,0,356,0,1,0,0,0),(63191,17588,530,1,1,0,0,-1046.92,-12604,8.49958,5.13934,300,5,0,356,0,1,0,0,0),(63192,17588,530,1,1,0,0,-987.337,-12613.9,5.41356,4.41289,300,5,0,356,0,1,0,0,0),(63193,17588,530,1,1,0,0,-1013.83,-12547.3,12.6333,0.30585,300,5,0,356,0,1,0,0,0),(63194,17588,530,1,1,0,0,-906.113,-12553.7,8.64738,2.87671,300,5,0,356,0,1,0,0,0),(63195,17588,530,1,1,0,0,-933.109,-12524.3,9.2778,3.34627,300,5,0,356,0,1,0,0,0),(63196,17588,530,1,1,0,0,-954.702,-12488.4,9.3043,3.88138,300,5,0,356,0,1,0,0,0),(63197,17588,530,1,1,0,0,-888.607,-12486.4,5.11952,6.18835,300,5,0,356,0,1,0,0,0),(63198,17588,530,1,1,0,0,-1055.35,-12473.2,20.5068,5.03846,300,5,0,356,0,1,0,0,0),(63199,17588,530,1,1,0,0,-1014.68,-12482.2,17.1695,1.45129,300,5,0,356,0,1,0,0,0),(63200,17588,530,1,1,0,0,-981.615,-12386.8,5.20789,6.14041,300,5,0,356,0,1,0,0,0),(63201,17588,530,1,1,0,0,-1012.78,-12393.4,6.77556,4.55366,300,5,0,356,0,1,0,0,0),(63202,17588,530,1,1,0,0,-1051.91,-12385.9,10.8478,4.21554,300,5,0,356,0,1,0,0,0),(63203,17588,530,1,1,0,0,-1154.21,-12347.7,15.4318,2.74004,300,5,0,356,0,1,0,0,0),(63204,17588,530,1,1,0,0,-1184.51,-12282.4,4.9487,3.2611,300,5,0,356,0,1,0,0,0),(63205,17588,530,1,1,0,0,-1189.57,-12315.9,11.8798,4.54949,300,5,0,356,0,1,0,0,0),(63206,17588,530,1,1,0,0,-1244.66,-12247.7,4.92619,1.12638,300,5,0,356,0,1,0,0,0),(63207,17588,530,1,1,0,0,-1441.69,-12524.7,11.2575,6.21573,300,5,0,356,0,1,0,0,0),(63208,17588,530,1,1,0,0,-1447.98,-12587.3,7.07668,1.09232,300,5,0,356,0,1,0,0,0),(63209,17589,530,1,1,0,0,-1364.58,-12320.8,11.6827,1.03173,300,5,0,350,390,1,0,0,0),(63210,17589,530,1,1,0,0,-1352.03,-12287.1,11.9371,1.03342,300,5,0,350,390,1,0,0,0),(63211,17589,530,1,1,0,0,-1355.87,-12342.1,15.1879,3.57291,300,5,0,350,390,1,0,0,0),(63212,17589,530,1,1,0,0,-1347.95,-12414.2,18.7654,4.84323,300,5,0,350,390,1,0,0,0),(63213,17589,530,1,1,0,0,-1334.89,-12419.7,30.6404,4.76873,300,5,0,350,390,1,0,0,0),(63214,17589,530,1,1,0,0,-1213.42,-12476.8,95.8226,0.885673,300,5,0,350,390,1,0,0,0),(63215,17589,530,1,1,0,0,-1180.82,-12445.4,90.7575,0.547017,300,5,0,350,390,1,0,0,0),(63216,17589,530,1,1,0,0,-1118.56,-12514.4,20.5327,2.87671,300,5,0,350,390,1,0,0,0),(63217,17589,530,1,1,0,0,-1182.71,-12585.6,7.90305,2.1293,300,5,0,350,390,1,0,0,0),(63218,17589,530,1,1,0,0,-1058.14,-12486.7,22.1279,1.60594,300,5,0,350,390,1,0,0,0),(63219,17589,530,1,1,0,0,-1047.9,-12518.5,18.1265,5.34624,300,5,0,350,390,1,0,0,0),(63220,17589,530,1,1,0,0,-1247.98,-12614.8,8.79359,4.84206,300,5,0,350,390,1,0,0,0),(63221,17589,530,1,1,0,0,-1210.86,-12586.7,10.0245,0.097965,300,5,0,350,390,1,0,0,0),(63222,17589,530,1,1,0,0,-1017.16,-12603.4,9.7084,4.0019,300,5,0,350,390,1,0,0,0),(63223,17589,530,1,1,0,0,-950.28,-12623.1,4.37058,4.1442,300,5,0,350,390,1,0,0,0),(63224,17589,530,1,1,0,0,-1005.71,-12529.9,14.5534,3.75487,300,5,0,350,390,1,0,0,0),(63225,17589,530,1,1,0,0,-941.723,-12558.5,11.1838,3.18443,300,5,0,350,390,1,0,0,0),(63226,17589,530,1,1,0,0,-929.341,-12589.3,5.17512,5.31719,300,5,0,350,390,1,0,0,0),(63227,17589,530,1,1,0,0,-986.172,-12454.1,9.769,4.26464,300,5,0,350,390,1,0,0,0),(63228,17589,530,1,1,0,0,-1084.19,-12419.9,22.2851,3.74368,300,5,0,350,390,1,0,0,0),(63229,17589,530,1,1,0,0,-1083.59,-12350.7,11.635,0.600475,300,5,0,350,390,1,0,0,0),(63230,17589,530,1,1,0,0,-1110.15,-12370.9,22.9752,6.11258,300,5,0,350,390,1,0,0,0),(63231,17589,530,1,1,0,0,-1162.63,-12326.3,10.3013,2.49614,300,5,0,350,390,1,0,0,0),(63232,17589,530,1,1,0,0,-1247.72,-12311.5,18.6166,1.2756,300,5,0,350,390,1,0,0,0),(63233,17589,530,1,1,0,0,-1391.88,-12477.7,15.2005,6.16368,300,5,0,350,390,1,0,0,0),(63234,17589,530,1,1,0,0,-1474.47,-12558.3,5.88234,5.38618,300,5,0,350,390,1,0,0,0),(63235,17589,530,1,1,0,0,-1420.21,-12544,12.4893,2.2773,300,5,0,350,390,1,0,0,0),(37057,20619,530,1,1,0,0,3939.78,2420.69,111.89,4.89505,120,2,0,1582,0,1,0,0,0),(63237,17599,530,1,1,0,1,-2689.54,-12144.5,14.6154,0.959931,300,0,0,253,264,0,0,0,0),(63238,17604,530,1,1,0,1,-1836.31,-11617.6,35.7811,2.20704,300,5,0,273,0,1,0,0,0),(63239,17604,530,1,1,0,1,-1859.59,-11570.2,36.7488,1.40392,300,5,0,273,0,1,0,0,0),(63240,17604,530,1,1,0,1,-1762.09,-11593.3,36.1541,0.367585,300,5,0,273,0,1,0,0,0),(63241,17604,530,1,1,0,1,-1818.7,-11648.6,35.1794,5.55015,300,5,0,273,0,1,0,0,0),(63242,17604,530,1,1,0,1,-1713.55,-11624.7,34.2992,5.79449,300,0,0,273,0,0,0,0,0),(63243,17604,530,1,1,0,1,-1721.46,-11587.5,36.8853,2.72198,300,5,0,273,0,1,0,0,0),(63244,17604,530,1,1,0,1,-1779.71,-11666.9,35.5483,3.03687,300,0,0,273,0,0,0,0,0),(63245,17604,530,1,1,0,1,-1753.98,-11728.6,33.6569,5.02769,300,5,0,273,0,1,0,0,0),(63246,17604,530,1,1,0,1,-1750.56,-11662,32.567,3.14159,300,5,0,273,0,1,0,0,0),(63247,17604,530,1,1,0,1,-1765.47,-11709.6,35.2819,0.573524,300,5,0,273,0,1,0,0,0),(63248,17604,530,1,1,0,1,-1752.71,-11672.8,34.4261,1.60372,300,5,0,273,0,1,0,0,0),(63249,17604,530,1,1,0,1,-1806.94,-11679.5,34.3477,1.18682,300,5,0,273,0,1,0,0,0),(63250,17604,530,1,1,0,1,-1859.08,-11671.9,41.179,4.99525,300,5,0,273,0,1,0,0,0),(63251,17604,530,1,1,0,1,-1799.84,-11587.1,35.605,1.36136,300,5,0,273,0,1,0,0,0),(63252,17604,530,1,1,0,1,-1847.94,-11687.7,37.781,4.53304,300,5,0,273,0,1,0,0,0),(63253,17604,530,1,1,0,1,-1752.97,-11620.2,34.6891,4.18823,300,5,0,273,0,1,0,0,0),(63254,17604,530,1,1,0,1,-1760.29,-11705.8,34.6908,1.80865,300,5,0,273,0,1,0,0,0),(63255,17604,530,1,1,0,1,-1681.83,-11614.9,35.1413,3.97935,300,0,0,273,0,0,0,0,0),(63256,17604,530,1,1,0,1,-1699.84,-11653.8,35.5757,1.48353,300,0,0,273,0,0,0,0,0),(63257,17604,530,1,1,0,1,-1701.9,-11694.8,42.3321,6.16452,300,5,0,273,0,1,0,0,0),(63258,17604,530,1,1,0,1,-1680.69,-11659.4,38.2178,1.31173,300,5,0,273,0,1,0,0,0),(63259,17604,530,1,1,0,1,-1830.49,-11720.8,33.836,1.90241,300,5,0,273,0,1,0,0,0),(63260,17606,530,1,1,0,1,-2071.93,-11220.7,83.422,3.85965,300,5,0,307,856,1,0,0,0),(63261,17606,530,1,1,0,1,-2116.42,-11221.8,67.7747,4.20245,300,5,0,307,856,1,0,0,0),(63262,17606,530,1,1,0,1,-2073.03,-11286.1,65.4789,3.19551,300,5,0,307,856,1,0,0,0),(63263,17606,530,1,1,0,1,-2071.4,-11255,68.7354,3.44854,300,5,0,307,856,1,0,0,0),(63264,17606,530,1,1,0,1,-2092.06,-11278.8,65.0656,3.06783,300,5,0,307,856,1,0,0,0),(63265,17606,530,1,1,0,1,-2103.45,-11289.6,63.2742,6.09958,300,5,0,307,856,1,0,0,0),(63266,17606,530,1,1,0,1,-2050.77,-11413.1,57.8701,2.25378,300,5,0,307,856,1,0,0,0),(63267,17606,530,1,1,0,1,-2080.15,-11394.5,61.693,1.47067,300,5,0,307,856,1,0,0,0),(63268,17606,530,1,1,0,1,-2056.73,-11367,63.9216,5.73204,300,5,0,307,856,1,0,0,0),(63269,17606,530,1,1,0,1,-2079.02,-11385.8,62.992,6.27618,300,5,0,307,856,1,0,0,0),(63270,17606,530,1,1,0,1,-2056.93,-11408.9,57.9813,4.49364,300,5,0,307,856,1,0,0,0),(63271,17606,530,1,1,0,1,-2107.36,-11351,61.723,3.89064,300,5,0,307,856,1,0,0,0),(63272,17606,530,1,1,0,1,-2102.75,-11394.9,63.459,4.33191,300,5,0,307,856,1,0,0,0),(63273,17606,530,1,1,0,1,-2106.68,-11408.2,63.3071,1.31635,300,5,0,307,856,1,0,0,0),(63274,17606,530,1,1,0,1,-2101.42,-11371.3,63.5862,3.09076,300,5,0,307,856,1,0,0,0),(63275,17606,530,1,1,0,1,-2128.14,-11347.2,63.2088,3.79238,300,5,0,307,856,1,0,0,0),(63276,17606,530,1,1,0,1,-2073.45,-11371.2,63.8186,4.60357,300,5,0,307,856,1,0,0,0),(63277,17606,530,1,1,0,1,-2133.17,-11319.4,62.239,2.52939,300,5,0,307,856,1,0,0,0),(63278,17606,530,1,1,0,1,-2026.95,-11269.4,68.439,4.98908,300,5,0,307,856,1,0,0,0),(63279,17606,530,1,1,0,1,-2042.37,-11340.9,65.6191,4.24164,300,5,0,307,856,1,0,0,0),(63280,17606,530,1,1,0,1,-2031.43,-11346.6,65.7166,4.97727,300,5,0,307,856,1,0,0,0),(63281,17606,530,1,1,0,1,-2026.68,-11339.6,65.1855,5.49779,300,5,0,307,856,1,0,0,0),(63282,17606,530,1,1,0,1,-2083.57,-11333.7,62.123,0.709427,300,5,0,307,856,1,0,0,0),(63283,17606,530,1,1,0,1,-2020.09,-11301.3,67.6276,3.36279,300,5,0,307,856,1,0,0,0),(63284,17606,530,1,1,0,1,-2019.79,-11293.2,67.6267,1.5708,300,5,0,307,856,1,0,0,0),(63285,17606,530,1,1,0,1,-2100.39,-11333.1,63.173,5.02945,300,5,0,307,856,1,0,0,0),(63286,17607,530,1,1,0,1,-1846.04,-10866.6,66.6931,3.4287,300,0,0,356,0,0,0,0,0),(63287,17607,530,1,1,0,1,-1809.04,-10814.5,70.086,0.448789,300,5,0,356,0,1,0,0,0),(63288,17607,530,1,1,0,1,-1877.36,-10883.4,66.7228,3.99026,300,0,0,356,0,0,0,0,0),(63289,17607,530,1,1,0,1,-1852.53,-10905.8,65.6343,1.56164,300,5,0,356,0,1,0,0,0),(63290,17607,530,1,1,0,1,-1948.73,-10881,64.3017,5.73179,300,5,0,356,0,1,0,0,0),(63291,17607,530,1,1,0,1,-1998.5,-10890.4,63.5863,2.1053,300,0,0,356,0,0,0,0,0),(63292,17607,530,1,1,0,1,-2057.89,-10808.8,71.272,1.99378,300,5,0,356,0,1,0,0,0),(63293,17607,530,1,1,0,1,-2049.89,-10853.1,65.7648,1.19283,300,5,0,356,0,1,0,0,0),(63294,17607,530,1,1,0,1,-2121.4,-10806.6,70.3595,2.4099,300,5,0,356,0,1,0,0,0),(63295,17607,530,1,1,0,1,-2107.94,-10780.2,67.9967,1.20428,300,5,0,356,0,1,0,0,0),(63296,17607,530,1,1,0,1,-2118.77,-10748.2,68.006,5.55015,300,5,0,356,0,1,0,0,0),(63297,17607,530,1,1,0,1,-2046.36,-10879.6,64.9124,0.244884,300,5,0,356,0,1,0,0,0),(63298,17607,530,1,1,0,1,-2109.53,-10705.7,65.2974,2.59208,300,5,0,356,0,1,0,0,0),(63299,17608,530,1,1,0,1,-1815.93,-10852.7,67.4903,4.60871,300,5,0,350,390,1,0,0,0),(63300,17608,530,1,1,0,1,-1814.12,-10886.2,67.4468,0.384114,300,5,0,350,390,1,0,0,0),(63301,17608,530,1,1,0,1,-1888.82,-10845.7,66.7234,5.67494,300,0,0,350,390,0,0,0,0),(63302,17608,530,1,1,0,1,-1908.7,-10884.9,63.3555,1.96825,300,5,0,350,390,1,0,0,0),(63303,17608,530,1,1,0,1,-1901.38,-10947.5,61.5825,4.0845,300,0,0,350,390,0,0,0,0),(63304,17608,530,1,1,0,1,-1981.18,-10846.9,68.1002,4.27692,300,0,0,350,390,0,0,0,0),(63305,17608,530,1,1,0,1,-1946.32,-10838.8,74.8176,1.68276,300,5,0,350,390,1,0,0,0),(63306,17608,530,1,1,0,1,-2014.3,-10857.7,61.9258,5.67886,300,0,0,350,390,0,0,0,0),(63307,17608,530,1,1,0,1,-2015.35,-10913,59.8519,4.47783,300,5,0,350,390,1,0,0,0),(63308,17608,530,1,1,0,1,-2075.76,-10765,69.379,3.55828,300,0,0,350,390,0,0,0,0),(63309,17608,530,1,1,0,1,-2083.76,-10818,67.2313,2.33061,300,5,0,350,390,1,0,0,0),(63310,17608,530,1,1,0,1,-2096.45,-10866.4,69.5883,1.84524,300,5,0,350,390,1,0,0,0),(63311,17608,530,1,1,0,1,-2100.22,-10855,69.9093,4.26707,300,5,0,350,390,1,0,0,0),(63312,17608,530,1,1,0,1,-2111.43,-10849,70.8491,1.64308,300,5,0,350,390,1,0,0,0),(63313,17609,530,1,1,0,1,-1964.68,-10800.7,88.3288,0.977384,300,5,0,1050,390,1,0,0,0),(63314,17609,530,1,1,0,1,-1870.54,-10745.7,112.077,5.92536,300,5,0,1050,390,1,0,0,0),(63315,17609,530,1,1,0,1,-1914.03,-10725.9,112.041,3.08923,300,5,0,1050,390,1,0,0,0),(63316,17609,530,1,1,0,1,-1990.61,-10783.2,89.336,3.66031,300,5,0,1050,390,1,0,0,0),(63317,17609,530,1,1,0,1,-1962.04,-10743.8,96.4127,3.79678,300,5,0,1050,390,1,0,0,0),(63318,17609,530,1,1,0,1,-2014.2,-10756.3,88.0332,5.42797,300,5,0,1050,390,1,0,0,0),(63319,17609,530,1,1,0,1,-1996.71,-10693.5,118.289,0.750492,300,5,0,1050,390,1,0,0,0),(63320,17609,530,1,1,0,1,-1990.07,-10676.1,116.117,2.60452,300,5,0,1050,390,1,0,0,0),(63321,17609,530,1,1,0,1,-1919.88,-10702.6,110.782,3.12955,300,5,0,1050,390,1,0,0,0),(63322,17609,530,1,1,0,1,-1871.56,-10730.4,111.035,1.88496,300,5,0,1050,390,1,0,0,0),(63323,17609,530,1,1,0,1,-1824.12,-10641.2,146.447,1.5708,300,5,0,1050,390,1,0,0,0),(63324,17609,530,1,1,0,1,-2054.33,-10623.1,147.592,4.66003,300,5,0,1050,390,1,0,0,0),(63325,17609,530,1,1,0,1,-2008.55,-10605.3,156.04,0.927848,300,5,0,1050,390,1,0,0,0),(63326,17609,530,1,1,0,1,-1869.54,-10542.8,177.049,2.9147,300,5,0,1050,390,1,0,0,0),(63327,17609,530,1,1,0,1,-1893.23,-10524.2,177.049,1.88496,300,5,0,1050,390,1,0,0,0),(63328,17609,530,1,1,0,1,-1942.53,-10524.5,177.049,0.907571,300,5,0,1050,390,1,0,0,0),(63329,17609,530,1,1,0,1,-1856.68,-10574.8,168.678,2.47815,300,5,0,1050,390,1,0,0,0),(63330,17609,530,1,1,0,1,-1843.23,-10574.5,165.956,2.6686,300,5,0,1050,390,1,0,0,0),(63331,17609,530,1,1,0,1,-1808.68,-10600.1,148.537,1.81514,300,5,0,1050,390,1,0,0,0),(63332,17609,530,1,1,0,1,-1807.45,-10613.3,148.12,2.70634,300,5,0,1050,390,1,0,0,0),(63333,17609,530,1,1,0,1,-1809.75,-10595.4,149.425,5.2709,300,5,0,1050,390,1,0,0,0),(63334,17610,530,1,1,0,1,-1911.65,-10779.1,95.6996,5.4314,300,5,0,1062,3060,1,0,0,0),(63335,17610,530,1,1,0,1,-1917.83,-10725.3,111.913,6.21337,300,5,0,1062,3060,1,0,0,0),(63336,17610,530,1,1,0,1,-1962.32,-10797.8,88.3052,3.9619,300,5,0,1062,3060,1,0,0,0),(63337,17610,530,1,1,0,1,-1886.58,-10758.2,106.077,4.7522,300,5,0,1062,3060,1,0,0,0),(63338,17610,530,1,1,0,1,-2012.26,-10758.6,87.7187,2.25148,300,5,0,1062,3060,1,0,0,0),(63339,17610,530,1,1,0,1,-1943.68,-10715.5,111.079,5.72395,300,5,0,1062,3060,1,0,0,0),(63340,17610,530,1,1,0,1,-1994,-10691.8,117.466,3.83972,300,5,0,1062,3060,1,0,0,0),(63341,17610,530,1,1,0,1,-1872.44,-10726.5,111.371,4.88692,300,5,0,1062,3060,1,0,0,0),(63342,17610,530,1,1,0,1,-1894.04,-10726.7,111.752,4.24542,300,5,0,1062,3060,1,0,0,0),(63343,17610,530,1,1,0,1,-1944.94,-10677.6,110.53,2.37365,300,5,0,1062,3060,1,0,0,0),(63344,17610,530,1,1,0,1,-1949.67,-10672.8,110.404,5.46288,300,5,0,1062,3060,1,0,0,0),(63345,17610,530,1,1,0,1,-1840.45,-10691.1,121.959,0.013671,300,5,0,1062,3060,1,0,0,0),(63346,17610,530,1,1,0,1,-2023.08,-10656.6,128.449,4.57114,300,5,0,1062,3060,1,0,0,0),(63347,17610,530,1,1,0,1,-2053.86,-10626.6,146.965,1.81514,300,5,0,1062,3060,1,0,0,0),(63348,17610,530,1,1,0,1,-1984.12,-10574.4,178.224,2.26893,300,5,0,1062,3060,1,0,0,0),(63349,17610,530,1,1,0,1,-1950.78,-10586.2,172.308,5.85187,300,5,0,1062,3060,1,0,0,0),(63350,17610,530,1,1,0,1,-1986.4,-10571.6,177.993,5.35816,300,5,0,1062,3060,1,0,0,0),(63351,17610,530,1,1,0,1,-1875.16,-10542,177.049,6.24828,300,5,0,1062,3060,1,0,0,0),(63352,17610,530,1,1,0,1,-1908.74,-10548.1,177.661,3.67262,300,5,0,1062,3060,1,0,0,0),(63353,17610,530,1,1,0,1,-1898.07,-10568.7,178.32,2.93215,300,5,0,1062,3060,1,0,0,0),(63354,17610,530,1,1,0,1,-1902.59,-10567.8,178.332,6.10865,300,5,0,1062,3060,1,0,0,0),(63355,17610,530,1,1,0,1,-1894.18,-10519.4,177.049,4.79965,300,5,0,1062,3060,1,0,0,0),(63356,17610,530,1,1,0,1,-1939.96,-10521.9,177.065,3.76991,300,5,0,1062,3060,1,0,0,0),(63357,17610,530,1,1,0,1,-1824.36,-10637.1,147.243,4.92183,300,5,0,1062,3060,1,0,0,0),(63358,17614,530,1,1,0,0,-4269.01,-11484.5,8.90955,0.174533,300,0,0,433,490,0,0,0,0),(63359,17627,530,1,1,0,0,9648.25,-7129.26,16.8566,2.00713,300,0,0,737,2175,0,0,0,0),(63360,17628,530,1,1,0,0,9641.82,-7135.55,16.8566,3.19395,300,0,0,811,852,0,0,0,0),(63361,17629,530,1,1,0,0,9648.21,-7142.55,16.8566,4.60767,300,0,0,737,2175,0,0,0,0),(63362,17630,530,1,1,0,0,9565.68,-7222.8,16.4272,5.2709,300,0,0,737,2175,0,0,0,0),(63363,17631,530,1,1,0,0,9525.23,-7221.82,16.2139,1.5708,300,0,0,737,2175,0,0,0,0),(63364,17632,530,1,1,0,0,9515.41,-7221.62,16.2139,1.50098,300,0,0,737,2175,0,0,0,0),(63365,17633,530,1,1,0,0,9534.75,-7221.74,16.2139,1.62316,300,0,0,737,2175,0,0,0,0),(63366,17634,530,1,1,0,1,252.251,6023.74,131.693,1.0472,300,0,0,5914,0,0,0,0,0),(63367,17636,530,1,1,0,1,3092.56,3687.07,142.658,6.03884,300,0,0,1949,5340,0,0,0,0),(63368,17637,530,1,1,0,1,228.256,7764.29,17.5397,4.7822,300,0,0,5914,0,0,0,0,0),(63369,17642,530,1,1,0,1,-1998.1,-11897.5,50.5003,0.069813,300,0,0,301,326,0,0,0,0),(135263,16409,532,1,3,16467,1,-10983.7,-2019.47,80.0567,1.37881,604800,0,0,7825,15775,0,0,0,0),(63372,17649,530,1,1,0,1,-2662.24,-12130.1,17.4634,4.18879,300,0,0,484,0,0,0,0,0),(138221,17414,542,3,1,0,1,476.291,65.9018,9.60985,3.98357,86400,0,0,10472,5875,0,0,0,0),(138199,17414,542,3,1,0,1,346.912,193.875,9.60419,1.74602,86400,0,0,10472,5875,0,0,0,0),(138191,17371,542,3,1,0,0,343.419,102.651,9.6201,5.16709,86400,0,0,10472,5875,0,0,0,0),(138192,17626,542,3,1,0,1,356.154,108.175,9.62332,4.06125,86400,0,0,14958,0,0,0,0,0),(63378,17657,530,1,1,0,1,-676.087,2611.44,86.6955,6.10865,300,0,0,9711,0,0,0,0,0),(63379,17658,530,1,1,0,0,-1915.68,-11793.8,64.6045,3.22886,300,0,0,562,0,0,0,0,0),(63380,17659,530,1,1,0,1,-2470.41,-12053.2,30.6675,3.63529,300,5,0,330,0,1,0,0,0),(63381,17659,530,1,1,0,1,-2453.05,-12047.2,30.1865,3.68085,300,5,0,330,0,1,0,0,0),(63382,17659,530,1,1,0,1,-1937.6,-11852.5,51.5025,4.10152,300,0,0,330,0,0,0,0,0),(63383,17659,530,1,1,0,1,-1928.94,-11810,63.5157,3.78736,300,0,0,330,0,0,0,0,0),(63384,17659,530,1,1,0,1,-1934.03,-11805,63.8536,3.90954,300,0,0,330,0,0,0,0,0),(63385,17661,530,1,1,0,0,-1408.95,-11289.3,11.338,5.89408,300,0,0,482,0,0,0,0,0),(63386,17663,530,1,1,0,1,-1994.23,-11915.8,51.5202,5.35816,300,0,0,328,0,0,0,0,0),(63387,17664,530,1,1,0,1,-1936.22,-10803.3,86.3798,5.1831,300,0,0,1131,408,2,0,0,0),(63388,17666,530,1,1,0,0,-2063.81,-11870.2,48.7808,0.890118,300,0,0,273,0,0,0,0,0),(63389,17667,530,1,1,0,0,-1990.96,-11814.5,54.5837,4.2237,300,0,0,300,0,0,0,0,0),(63390,17669,540,3,1,0,0,101.729,262.265,-13.2171,3.13714,86400,0,0,9173,0,0,0,0,0),(63391,17669,540,3,1,0,0,101.762,269.832,-13.2199,3.13714,86400,0,0,9173,0,0,0,0,0),(63392,17670,540,3,1,0,1,107.029,266.682,-13.222,3.1738,86400,0,0,20259,0,0,0,0,0),(63393,17673,530,1,1,0,0,-2463.73,-11928.8,11.4502,1.92505,300,5,0,247,0,1,0,0,0),(63394,17673,530,1,1,0,0,-2317.82,-12007.1,11.1369,6.00117,300,5,0,247,0,1,0,0,0),(63395,17673,530,1,1,0,0,-2396.97,-11942.3,13.8565,1.4564,300,5,0,247,0,1,0,0,0),(63396,17673,530,1,1,0,0,-2360.28,-11968.3,14.1584,4.34858,300,5,0,247,0,1,0,0,0),(63397,17673,530,1,1,0,0,-2207.61,-12104.3,24.1004,0.124956,300,5,0,247,0,1,0,0,0),(63398,17673,530,1,1,0,0,-2180.4,-12144.9,18.2621,5.33173,300,5,0,247,0,1,0,0,0),(63399,17673,530,1,1,0,0,-2125.76,-12185.4,18.034,6.23305,300,5,0,247,0,1,0,0,0),(63400,17674,530,1,1,0,0,-1507.09,-12525.4,4.62696,4.24377,300,0,0,605,0,0,0,0,0),(63401,17676,530,1,1,0,0,-1998.69,-11812.1,54.7612,3.735,300,0,0,417,0,0,0,0,0),(63402,17678,530,1,1,0,1,-1925.59,-10539.9,177.075,4.67748,300,0,0,2165,490,0,0,0,0),(63403,17680,530,1,1,0,0,-1637.09,-10809.7,59.0988,5.77704,300,0,0,33,0,0,0,0,0),(63404,17680,530,1,1,0,0,-1628.79,-10796.5,60.7472,4.20624,300,0,0,33,0,0,0,0,0),(63405,17680,530,1,1,0,0,-1607.39,-10803,63.2724,3.00197,300,0,0,33,0,0,0,0,0),(63406,17680,530,1,1,0,0,-1626.19,-10765.1,75.7526,0.890118,300,0,0,33,0,0,0,0,0),(63407,17680,530,1,1,0,0,-1547.6,-10823.1,61.9383,5.16617,300,0,0,33,0,0,0,0,0),(63408,17680,530,1,1,0,0,-1569.95,-10787.2,50.8073,4.45059,300,0,0,33,0,0,0,0,0),(63409,17680,530,1,1,0,0,-1544.21,-10764.7,54.8984,3.03687,300,0,0,33,0,0,0,0,0),(63410,17680,530,1,1,0,0,-1616.14,-10738.1,99.798,1.37881,300,0,0,33,0,0,0,0,0),(63411,17680,530,1,1,0,0,-1489.91,-10715.1,62.6827,1.8675,300,0,0,33,0,0,0,0,0),(63412,17680,530,1,1,0,0,-1507.83,-10722.5,68.0362,1.97222,300,0,0,33,0,0,0,0,0),(63413,17680,530,1,1,0,0,-1509.94,-10744.2,59.877,1.79769,300,0,0,33,0,0,0,0,0),(63414,17680,530,1,1,0,0,-1527.61,-10752.9,56.1826,4.72984,300,0,0,33,0,0,0,0,0),(63415,17680,530,1,1,0,0,-1553.88,-10695.7,131.293,5.61996,300,0,0,33,0,0,0,0,0),(63416,17680,530,1,1,0,0,-1443.78,-10741.8,72.7757,5.23599,300,0,0,33,0,0,0,0,0),(63417,17680,530,1,1,0,0,-1463.3,-10704.8,68.545,3.80482,300,0,0,33,0,0,0,0,0),(63418,17680,530,1,1,0,0,-1461.41,-10731.5,67.0504,0.401426,300,0,0,33,0,0,0,0,0),(63419,17680,530,1,1,0,0,-1413.1,-10669.1,81.3434,2.1293,300,0,0,33,0,0,0,0,0),(63420,17680,530,1,1,0,0,-1371.79,-10694,89.8478,0.767945,300,0,0,33,0,0,0,0,0),(63421,17680,530,1,1,0,0,-1378.22,-10690.5,85.5278,1.8326,300,0,0,33,0,0,0,0,0),(63422,17680,530,1,1,0,0,-1408.95,-10690.6,78.2791,5.93412,300,0,0,33,0,0,0,0,0),(63423,17680,530,1,1,0,0,-1402.12,-10665.1,86.6284,1.0821,300,0,0,33,0,0,0,0,0),(63424,17680,530,1,1,0,0,-1438.41,-10664.3,76.5493,3.50811,300,0,0,33,0,0,0,0,0),(63425,17680,530,1,1,0,0,-1385.69,-10625.4,106.478,5.60251,300,0,0,33,0,0,0,0,0),(63426,17680,530,1,1,0,0,-1393.33,-10642.6,104.852,2.89725,300,0,0,33,0,0,0,0,0),(63427,17680,530,1,1,0,0,-1433.51,-10612.1,124.711,1.18682,300,0,0,33,0,0,0,0,0),(63428,17680,530,1,1,0,0,-1457.81,-10621.3,131.848,3.7303,300,0,0,33,0,0,0,0,0),(63429,17680,530,1,1,0,0,-1452.12,-10624.1,129.115,2.60054,300,0,0,33,0,0,0,0,0),(63430,17680,530,1,1,0,0,-1432.56,-10623,119.959,5.46288,300,0,0,33,0,0,0,0,0),(63431,17680,530,1,1,0,0,-1359.67,-10657.3,95.0549,0.925025,300,0,0,33,0,0,0,0,0),(63432,17680,530,1,1,0,0,-1514.5,-10672.3,138.527,2.11185,300,0,0,33,0,0,0,0,0),(63433,17680,530,1,1,0,0,-1507.08,-10661.5,134.411,4.64258,300,0,0,33,0,0,0,0,0),(63434,17680,530,1,1,0,0,-1608.59,-10682.4,132.747,0.471239,300,0,0,33,0,0,0,0,0),(63435,17680,530,1,1,0,0,-1594.85,-10708.7,136.791,4.15388,300,0,0,33,0,0,0,0,0),(63436,17680,530,1,1,0,0,-1561.85,-10680.8,130.263,4.92183,300,0,0,33,0,0,0,0,0),(63437,17680,530,1,1,0,0,-1582.65,-10653.8,133.492,4.20624,300,0,0,33,0,0,0,0,0),(63438,17680,530,1,1,0,0,-1586.52,-10652.8,133.859,3.28122,300,0,0,33,0,0,0,0,0),(63439,17680,530,1,1,0,0,-1541.37,-10654.2,132.901,4.47406,300,0,0,33,0,0,0,0,0),(63440,17680,530,1,1,0,0,-1611.01,-10689.6,133.387,0.593412,300,0,0,33,0,0,0,0,0),(63441,17680,530,1,1,0,0,-1628.96,-10672.1,143.517,5.75959,300,0,0,33,0,0,0,0,0),(63442,17682,530,1,1,0,1,-2519.77,-12301.9,14.2378,3.19395,120,0,0,325,357,0,0,0,0),(63443,17683,530,1,1,0,0,-1581.99,-10667.8,131.488,5.38439,300,0,0,449,0,0,0,0,0),(63444,17684,530,1,1,0,1,-1960.39,-11883.2,48.9848,4.67748,300,0,0,10208,963,0,0,0,0),(63445,17686,530,1,1,0,0,-1505.5,-10886.6,64.9206,2.28638,300,0,0,386,0,0,0,0,0),(63446,17694,540,3,1,0,0,87.2392,66.3062,-13.2226,1.85408,86400,0,0,14181,16191,0,0,0,0),(63447,17694,540,3,1,0,0,47.9386,88.9673,-13.2226,5.79442,86400,0,0,14181,16191,0,0,0,0),(63448,17701,530,1,1,0,0,-2240.85,-12318.6,57.2949,4.7298,300,0,0,369,0,0,0,0,0),(63450,17703,530,1,1,0,1,-1951.89,-11896.6,48.8616,0.419529,300,0,0,356,0,2,0,0,0),(203434,18800,530,1,1,0,1,-4192.63,-11837.5,-132.612,5.23599,120,0,0,1,0,0,0,0,0),(203433,18800,530,1,1,0,1,-4106.37,-11757.8,-139.708,4.53786,120,0,0,1,0,0,0,0,0),(203432,18800,530,1,1,0,1,-3946.41,-11857.7,1.10961,0.436332,120,0,0,1,0,0,0,0,0),(203431,16733,530,1,1,0,1,-4061.45,-11809.8,9.15494,5.27089,120,0,0,1,0,0,0,0,0),(63455,17712,530,1,1,0,0,-1251.07,-12657.3,0.88492,1.76278,300,0,0,521,0,0,0,0,0),(63456,17713,530,1,1,0,0,-1112.19,-12654,-1.34606,2.7582,300,5,0,285,790,1,0,0,0),(63457,17713,530,1,1,0,0,-1217.35,-12751.6,-16.0452,0.246406,300,5,0,285,790,1,0,0,0),(63458,17713,530,1,1,0,0,-1242.94,-12715.1,-15.8101,0.23144,300,5,0,285,790,1,0,0,0),(63459,17713,530,1,1,0,0,-1227.56,-12729.1,-11.7508,0.822725,300,5,0,285,790,1,0,0,0),(63460,17713,530,1,1,0,0,-1082.8,-12680.3,-5.76515,0.206591,300,5,0,285,790,1,0,0,0),(63461,17713,530,1,1,0,0,-1147.91,-12684.6,-13.3099,2.64948,300,5,0,285,790,1,0,0,0),(63462,17713,530,1,1,0,0,-1109.85,-12718.3,-13.2103,0.261754,300,5,0,285,790,1,0,0,0),(63463,17713,530,1,1,0,0,-1151.67,-12751.5,-15.7517,4.34541,300,5,0,285,790,1,0,0,0),(63464,17713,530,1,1,0,0,-1183.57,-12718.8,-12.1403,3.81278,300,5,0,285,790,1,0,0,0),(63465,17713,530,1,1,0,0,-1168.39,-12731.5,-15.835,0.834108,300,5,0,285,790,1,0,0,0),(63466,17713,530,1,1,0,0,-1284.04,-12756.2,-18.505,4.54536,300,5,0,285,790,1,0,0,0),(63467,17713,530,1,1,0,0,-1117.44,-12782.2,-19.2117,3.83757,300,5,0,285,790,1,0,0,0),(63468,17713,530,1,1,0,0,-1315.79,-12773.5,-18.827,0.332118,300,5,0,285,790,1,0,0,0),(63469,17713,530,1,1,0,0,-1303.28,-12736.8,-19.4918,0.760788,300,5,0,285,790,1,0,0,0),(63470,17713,530,1,1,0,0,-1316.62,-12723.6,-15.7437,4.06971,300,5,0,285,790,1,0,0,0),(63471,17713,530,1,1,0,0,-1119.83,-12753.1,-11.3029,3.94635,300,5,0,285,790,1,0,0,0),(63472,17713,530,1,1,0,0,-1077.17,-12745.7,-14.2819,5.50863,300,5,0,285,790,1,0,0,0),(63473,17713,530,1,1,0,0,-1056.84,-12716.5,-15.9582,2.73507,300,5,0,285,790,1,0,0,0),(63474,17713,530,1,1,0,0,-1054.43,-12651.1,1.1598,0.845988,300,5,0,285,790,1,0,0,0),(63475,17713,530,1,1,0,0,-1021.54,-12679.3,-4.38429,0.89453,300,5,0,285,790,1,0,0,0),(63476,17713,530,1,1,0,0,-984.373,-12685.6,-6.28125,5.61632,300,5,0,285,790,1,0,0,0),(63477,17713,530,1,1,0,0,-1748.24,-12716.5,-15.7517,4.03021,300,5,0,285,790,1,0,0,0),(63478,17713,530,1,1,0,0,-1817.23,-12671,-15.71,5.69134,300,5,0,285,790,1,0,0,0),(63479,17713,530,1,1,0,0,-1790.27,-12764.3,3.24622,4.70458,300,5,0,285,790,1,0,0,0),(63480,17713,530,1,1,0,0,-1704.25,-12752.6,-15.7112,1.28678,300,5,0,285,790,1,0,0,0),(63481,17713,530,1,1,0,0,-1812.96,-12780.9,3.67888,0.137164,300,5,0,285,790,1,0,0,0),(63482,17713,530,1,1,0,0,-1726.88,-12813.9,14.665,1.17456,300,5,0,285,790,1,0,0,0),(63483,17713,530,1,1,0,0,-1859.22,-12782.7,6.81233,0.293488,300,5,0,285,790,1,0,0,0),(63484,17713,530,1,1,0,0,-1878.07,-12701.6,-16.2434,1.51328,300,5,0,285,790,1,0,0,0),(63485,17713,530,1,1,0,0,-1896.07,-12785.3,13.7141,4.4855,300,5,0,285,790,1,0,0,0),(63486,17713,530,1,1,0,0,-1892.93,-12784.4,12.8877,3.34627,300,5,0,285,790,1,0,0,0),(63487,17713,530,1,1,0,0,-1976.72,-12828,34.4264,5.28361,300,5,0,285,790,1,0,0,0),(63488,17713,530,1,1,0,0,-1930.05,-12713.5,29.322,5.65714,300,5,0,285,790,1,0,0,0),(63489,17713,530,1,1,0,0,-1924.27,-12690.9,2.14244,3.96025,300,5,0,285,790,1,0,0,0),(63490,17713,530,1,1,0,0,-1946,-12792.6,25.9149,5.62478,300,5,0,285,790,1,0,0,0),(63491,17713,530,1,1,0,0,-2010,-12866.5,41.6599,0.855211,300,5,0,285,790,1,0,0,0),(63492,17713,530,1,1,0,0,-1999.16,-12850.8,38.209,0.928076,300,5,0,285,790,1,0,0,0),(63493,17713,530,1,1,0,0,-1992.75,-12910.7,44.3076,1.84629,300,5,0,285,790,1,0,0,0),(63494,17713,530,1,1,0,0,-1918.91,-12857.6,87.6988,2.91508,300,5,0,285,790,1,0,0,0),(63495,17713,530,1,1,0,0,-1955.86,-12932.9,58.1097,1.28177,300,5,0,285,790,1,0,0,0),(63496,17713,530,1,1,0,0,-1891.27,-12870.2,85.4716,2.51275,300,5,0,285,790,1,0,0,0),(63497,17713,530,1,1,0,0,-1886.47,-12900.2,73.9213,1.77317,300,5,0,285,790,1,0,0,0),(63498,17713,530,1,1,0,0,-1913.31,-12932.5,66.3047,4.87336,300,5,0,285,790,1,0,0,0),(63499,17714,530,1,1,0,0,-1216.78,-12776.6,-16.6522,0.616098,300,5,0,356,0,1,0,0,0),(63500,17714,530,1,1,0,0,-1226.89,-12785.7,-10.2604,5.77996,300,5,0,356,0,1,0,0,0),(63501,17714,530,1,1,0,0,-1229.12,-12786.9,-2.43311,1.81953,300,5,0,356,0,1,0,0,0),(63502,17714,530,1,1,0,0,-1213.66,-12784.9,-9.8936,3.89452,300,5,0,356,0,1,0,0,0),(63503,17717,530,1,1,0,0,9869.7,-7482.1,15.0325,4.10152,300,0,0,3984,2434,0,0,0,0),(96976,17718,530,1,1,17201,0,9861.31,-7516.01,-7.97752,2.26893,180,0,0,3484,5751,0,0,0,0),(63505,17768,530,1,1,0,0,9667.23,-7371.32,22.955,2.40855,300,0,0,230,249,0,0,0,0),(63506,17769,530,1,1,0,1,9665.91,-7372.65,22.955,5.86431,300,0,0,433,490,0,0,0,0),(63507,17769,530,1,1,0,1,9847.44,-7499.24,-3.91705,6.16101,300,0,0,433,490,0,0,0,0),(63508,17769,530,1,1,0,1,9854.45,-7499.58,-3.91712,2.94961,300,0,0,433,490,0,0,0,0),(63509,17807,530,1,1,0,1,10099.6,-6599.11,3.73867,2.16421,300,0,0,811,852,0,0,0,0),(63510,17824,530,1,1,0,0,-1937.94,-11847.3,51.4703,4.267,300,2,0,356,0,1,0,0,0),(63511,17825,530,1,1,0,0,-1942.65,-11851,51.5281,4.17134,300,0,0,404,456,0,0,0,0),(63512,17831,530,1,1,0,1,-283.861,8302.74,19.7109,0.925025,300,0,0,4731,2790,0,0,0,0),(63513,17834,530,1,1,0,1,-181.38,5527.09,29.4908,4.18879,300,0,0,4422,2620,0,0,0,0),(63514,17841,530,1,1,0,1,-143.452,5533.82,31.1488,0.191986,300,0,0,5233,2991,0,0,0,0),(63515,17843,530,1,1,0,1,-1959.44,-11890.1,49.2366,1.5708,300,0,0,10208,963,0,0,0,0),(63516,17844,530,1,1,0,1,-1963.4,-11887.4,49.0988,0.279253,300,0,0,10208,963,0,0,0,0),(63517,17845,530,1,1,0,0,9542.65,-7453.76,15.4635,3.03394,300,0,0,1551,4393,0,0,0,0),(96979,17845,530,1,1,17279,0,9848,-7527.12,-9.06941,1.15192,180,0,0,1551,4393,0,0,0,0),(96980,17845,530,1,1,17279,0,9854.31,-7524.35,-9.07447,2.16421,180,0,0,1551,4393,0,0,0,0),(96977,25223,530,1,1,22994,1,9840.6,-7515.86,-7.97756,1.15192,180,0,0,5589,3155,0,0,0,0),(96978,17845,530,1,1,17278,0,9844.77,-7522.55,-8.69915,0.907571,180,0,0,1551,4393,0,0,0,0),(63523,17847,530,1,1,0,0,9850.88,-7522.9,2.44636,4.7822,300,0,0,42,0,0,0,0,0),(63524,17850,530,1,1,0,0,-2115.63,-11415.5,66.4138,1.18682,300,5,0,42,0,1,0,0,0),(63525,17850,530,1,1,0,0,-2080.89,-11248.9,71.1372,5.91667,300,5,0,42,0,1,0,0,0),(63526,17850,530,1,1,0,0,-2116.39,-11311,63.3695,2.18166,300,5,0,42,0,1,0,0,0),(63527,17850,530,1,1,0,0,-2094,-11317.3,63.3217,0.959931,300,5,0,42,0,1,0,0,0),(63528,17850,530,1,1,0,0,-2016.81,-11316.8,65.8722,5.35816,300,5,0,42,0,1,0,0,0),(63529,17850,530,1,1,0,0,-2044.23,-11315.3,66.7371,5.20108,300,5,0,42,0,1,0,0,0),(63530,17850,530,1,1,0,0,-2049.14,-11286.9,67.5742,3.47321,300,5,0,42,0,1,0,0,0),(63531,17850,530,1,1,0,0,-2017.41,-11350.4,65.4848,5.02655,300,5,0,42,0,1,0,0,0),(63532,17855,530,1,1,0,1,-225.904,5389.86,22.9988,4.95674,300,0,0,16767,3155,0,0,0,0),(63533,17855,530,1,1,0,1,2937.5,5530.34,145.812,2.56563,300,0,0,16767,3155,0,0,0,0),(63534,17855,530,1,1,0,1,2942.99,5540.34,145.62,2.60054,300,0,0,16767,3155,0,0,0,0),(63535,17855,530,1,1,0,1,2965.42,5492.39,143.984,2.21657,300,0,0,16767,3155,0,0,0,0),(63536,17855,530,1,1,0,1,2938.88,5483.33,145.386,3.19395,300,0,0,16767,3155,0,0,0,0),(63537,17855,530,1,1,0,1,2933.82,5416.47,147.5,3.92699,300,0,0,16767,3155,0,0,0,0),(63538,17855,530,1,1,0,1,2943.08,5410.43,147.25,3.87463,300,0,0,16767,3155,0,0,0,0),(63539,17855,530,1,1,0,1,2976.48,5456.65,144.289,4.06662,300,0,0,16767,3155,0,0,0,0),(63540,17855,530,1,1,0,1,2997.91,5511.89,146.631,1.32645,300,0,0,16767,3155,0,0,0,0),(63541,17855,530,1,1,0,1,3019.93,5475.36,146.33,6.21337,300,0,0,16767,3155,0,0,0,0),(63542,17855,530,1,1,0,1,3005.74,5533.11,148.895,1.15192,300,0,0,16767,3155,0,0,0,0),(63543,17855,530,1,1,0,1,3085.57,5480.01,143.627,0.418879,300,0,0,16767,3155,0,0,0,0),(63544,17855,530,1,1,0,1,2967.57,5784.94,132.915,1.43117,300,0,0,16767,3155,0,0,0,0),(63545,17855,530,1,1,0,1,2948.06,5792.65,133.571,6.12611,300,0,0,16767,3155,0,0,0,0),(63546,17855,530,1,1,0,1,2950.68,5792.2,133.196,2.87979,300,0,0,16767,3155,0,0,0,0),(63547,17855,530,1,1,0,1,3089.18,5469.35,143.877,0.383972,300,0,0,16767,3155,0,0,0,0),(63548,17855,530,1,1,0,1,3018.66,5962.21,131.69,0.907571,300,0,0,16767,3155,0,0,0,0),(63549,17855,530,1,1,0,1,3020.35,5966.61,131.685,4.53786,300,0,0,16767,3155,0,0,0,0),(63550,17855,530,1,1,0,1,3022.65,5963.61,130.777,2.73633,300,0,0,16767,3155,2,0,0,0),(63551,17855,530,1,1,0,1,3096.95,6122.23,134.852,5.02655,300,0,0,16767,3155,0,0,0,0),(63552,17855,530,1,1,0,1,3097.9,6119.43,134.46,1.90241,300,0,0,16767,3155,0,0,0,0),(63553,17855,530,1,1,0,1,3111.82,6150.17,136.829,1.50631,300,0,0,16767,3155,0,0,0,0),(63554,17855,530,1,1,0,1,3106.6,6197.88,135.556,0.855211,300,0,0,16767,3155,0,0,0,0),(63555,17855,530,1,1,0,1,3110.28,6192.27,136.326,4.95674,300,0,0,16767,3155,0,0,0,0),(63556,17855,530,1,1,0,1,3113.49,6189.77,136.85,3.28122,300,0,0,16767,3155,0,0,0,0),(63557,17855,530,1,1,0,1,3108.37,6189.2,136.129,0.191986,300,0,0,16767,3155,0,0,0,0),(63558,17855,530,1,1,0,1,3111.82,6186.45,136.835,1.8326,300,0,0,16767,3155,0,0,0,0),(63559,17855,530,1,1,0,1,-221.303,5445.54,21.8125,4.41568,300,0,0,16767,3155,0,0,0,0),(63560,17855,530,1,1,0,1,-231.893,5445.72,21.5534,4.81711,300,0,0,16767,3155,0,0,0,0),(63561,17855,530,1,1,0,1,-218.071,5391.11,23.1238,4.7822,300,0,0,16767,3155,0,0,0,0),(63562,17855,530,1,1,0,1,-220.27,5471.64,21.901,1.6057,300,0,0,16767,3155,0,0,0,0),(63563,17855,530,1,1,0,1,-231.744,5471.54,21.776,1.51844,300,0,0,16767,3155,0,0,0,0),(63564,17855,530,1,1,0,1,-200.03,5508.86,21.9977,3.4383,300,0,0,16767,3155,0,0,0,0),(63565,17855,530,1,1,0,1,-202.651,5515.28,21.7477,3.7547,300,0,0,16767,3155,2,0,0,0),(63566,17855,530,1,1,0,1,-203.958,5521.06,22.1227,3.68265,300,0,0,16767,3155,0,0,0,0),(63567,17855,530,1,1,0,1,-159.57,5531.94,29.4907,3.7001,300,0,0,16767,3155,0,0,0,0),(63568,17855,530,1,1,0,1,-157.081,5525.07,29.4907,3.24631,300,0,0,16767,3155,0,0,0,0),(63569,17855,530,1,1,0,1,-92.917,5541.39,23.1015,6.12611,300,0,0,16767,3155,0,0,0,0),(63570,17855,530,1,1,0,1,-93.2155,5549.56,23.1653,6.19592,300,0,0,16767,3155,0,0,0,0),(63571,17855,530,1,1,0,1,-343.096,5486.51,21.1869,3.1765,300,0,0,16767,3155,0,0,0,0),(63572,17855,530,1,1,0,1,-343.147,5478.13,21.1902,2.98451,300,0,0,16767,3155,0,0,0,0),(63573,17856,530,1,1,0,1,258.056,8492.63,23.6911,2.16421,300,0,0,4731,2790,0,0,0,0),(63574,17857,530,1,1,0,1,266.85,8501.27,23.5602,2.65094,300,0,0,5527,0,0,0,0,0),(63575,17858,530,1,1,0,1,-252.359,5499.21,66.6825,5.28835,300,0,0,2699,0,0,0,0,0),(200025,36558,650,3,1,0,0,788.016,650.788,412.475,3.80482,999999,0,0,50000,0,0,0,0,0),(63577,17866,530,1,1,0,1,269.575,8486.95,26.2931,2.19912,300,0,0,4892,2846,0,0,0,0),(200022,36558,650,3,1,0,0,778.741,576.049,412.476,2.23402,999999,0,0,50000,0,0,0,0,0),(63579,17877,530,1,1,0,0,231.403,8479.94,17.9283,2.04204,300,0,0,14193,11160,0,0,0,0),(63580,17883,530,1,1,0,0,-1954.25,-11886.1,49.5417,1.98968,300,0,0,42,0,0,0,0,0),(63581,17884,530,1,1,0,1,729.38,6846.44,-66.3687,2.18166,300,0,0,4422,2620,0,0,0,0),(63582,17886,530,1,1,0,0,-2095.96,-10685.1,65.9864,2.74017,300,0,0,990,2814,0,0,0,0),(63583,17886,530,1,1,0,0,-2146.11,-10739.2,72.8098,2.1293,300,0,0,990,2814,0,0,0,0),(63584,17886,530,1,1,0,0,-2124.98,-10723.4,66.967,2.1293,300,0,0,990,2814,0,0,0,0),(63585,17886,530,1,1,0,0,-2108.27,-10702.7,65.0672,2.46091,300,0,0,990,2814,0,0,0,0),(63586,17887,530,1,1,0,0,-2084.46,-10743.4,68.5062,2.1149,300,5,0,1,79,1,0,0,0),(63587,17887,530,1,1,0,0,-2112.36,-10746,68.0234,0.407799,300,5,0,1,79,1,0,0,0),(63588,17887,530,1,1,0,0,-2098.93,-10738,68.0752,4.12021,300,5,0,1,79,1,0,0,0),(63589,17887,530,1,1,0,0,-2082.8,-10751.5,68.8674,4.47623,300,5,0,1,79,1,0,0,0),(63590,17887,530,1,1,0,0,-2094.49,-10770.9,68.0999,2.69129,300,5,0,1,79,1,0,0,0),(63591,17887,530,1,1,0,0,-2109.72,-10770,67.9967,4.42871,300,5,0,1,79,1,0,0,0),(63592,17887,530,1,1,0,0,-2154.1,-10739.5,73.7735,3.15721,300,5,0,1,79,1,0,0,0),(63593,17887,530,1,1,0,0,-2133.95,-10668.6,56.1995,2.6529,300,5,0,1,79,1,0,0,0),(63594,17887,530,1,1,0,0,-2133.51,-10680.5,55.0527,1.5708,300,5,0,1,79,1,0,0,0),(63595,17887,530,1,1,0,0,-2141.81,-10703.4,51.1493,2.63545,300,5,0,1,79,1,0,0,0),(63596,17887,530,1,1,0,0,-2142.59,-10676.1,51.8685,2.70526,300,5,0,1,79,1,0,0,0),(63597,17887,530,1,1,0,0,-2135.62,-10713.6,57.7813,1.39626,300,5,0,1,79,1,0,0,0),(63598,17887,530,1,1,0,0,-2148.24,-10712,51.6137,0.119507,300,5,0,1,79,1,0,0,0),(63599,17887,530,1,1,0,0,-2152.86,-10724,55.4578,5.63016,300,5,0,1,79,1,0,0,0),(63600,17887,530,1,1,0,0,-2159.91,-10705.1,51.099,6.07277,300,5,0,1,79,1,0,0,0),(63601,17887,530,1,1,0,0,-2141.52,-10706.9,52.2078,0.321007,300,5,0,1,79,1,0,0,0),(63602,17887,530,1,1,0,0,-2112.54,-10703.8,64.2934,5.60244,300,5,0,1,79,1,0,0,0),(63603,17887,530,1,1,0,0,-2101.53,-10710.7,66.4184,1.17813,300,5,0,1,79,1,0,0,0),(63604,17887,530,1,1,0,0,-2117.95,-10669.9,61.9045,3.15905,300,5,0,1,79,1,0,0,0),(63605,17887,530,1,1,0,0,-2115.3,-10683.5,59.0921,6.17846,300,5,0,1,79,1,0,0,0),(63606,17887,530,1,1,0,0,-2110.91,-10706.1,65.5434,6.02017,300,5,0,1,79,1,0,0,0),(63607,17887,530,1,1,0,0,-2087,-10724.4,69.1601,6.00837,300,5,0,1,79,1,0,0,0),(63608,17887,530,1,1,0,0,-2156.59,-10662.7,48.053,3.05433,300,5,0,1,79,1,0,0,0),(63609,17889,530,1,1,0,0,-2139.98,-10687.4,71.2129,4.95674,300,0,0,42,0,0,0,0,0),(63610,17889,530,1,1,0,0,-2148.17,-10696.9,70.9005,6.05629,300,0,0,42,0,0,0,0,0),(63611,17889,530,1,1,0,0,-2143.44,-10692,76.431,5.61996,300,0,0,42,0,0,0,0,0),(63612,17896,530,1,1,0,1,-221.63,5517.05,25.1817,5.11381,300,0,0,2784,0,0,0,0,0),(63613,17900,530,1,1,0,0,-205.58,5397.79,22.8087,3.61283,300,0,0,6474,0,0,0,0,0),(63614,17901,530,1,1,0,0,-325.369,5505.15,23.669,3.405,300,0,0,6474,0,2,0,0,0),(63615,17904,530,1,1,0,1,-198.97,5490.69,21.9294,3.33358,300,0,0,24416,0,0,0,0,0),(63616,17909,530,1,1,0,1,-215.543,5437.27,21.5109,3.54302,300,0,0,5233,2991,0,0,0,0),(63617,17923,530,1,1,0,0,-205.36,8516.55,22.8028,3.34133,300,0,0,5715,0,0,0,0,0),(63618,17924,530,1,1,0,0,189.901,8485.71,27.0235,0.767945,300,0,0,5715,0,0,0,0,0),(63619,17925,530,1,1,0,0,280.21,8512.68,24.2954,3.68265,300,0,0,5715,0,0,0,0,0),(63620,17926,530,1,1,0,0,-1755.93,-11061.5,77.1203,4.08407,300,0,0,377,408,0,0,0,0),(63621,17927,530,1,1,0,0,-1757.13,-11062.2,77.0563,4.38078,300,0,0,377,408,0,0,0,0),(63622,17947,530,1,1,0,0,-4574.52,-13320.3,89.2015,3.05433,300,0,0,6722,0,0,0,0,0),(63623,17953,530,1,1,0,0,-287.131,8312.12,20.0859,0.900632,300,0,0,5914,0,0,0,0,0),(63624,17956,530,1,1,0,1,-215.167,5433.43,22.0385,2.72271,300,0,0,3367,2568,0,0,0,0),(63625,17969,530,1,1,0,0,-931.885,5283.56,23.9814,1.06465,300,0,0,4781,2434,0,0,0,0),(63626,17974,530,1,1,0,0,-1934.25,-11848.4,51.6346,4.38078,300,0,0,42,0,0,0,0,0),(63627,17979,530,1,1,0,0,-1964.07,-10538.5,198.939,4.13643,300,0,0,42,0,0,0,0,0),(63628,17979,530,1,1,0,0,-1925.29,-10578.6,193.108,2.70526,300,0,0,42,0,0,0,0,0),(63629,17979,530,1,1,0,0,-1919.86,-10584.3,214.056,6.07375,300,0,0,42,0,0,0,0,0),(63630,17979,530,1,1,0,0,-1886.21,-10534.5,199.962,2.18166,300,0,0,42,0,0,0,0,0),(63631,17981,530,1,1,0,0,-2575.12,7891.8,-55.2351,3.99889,300,5,0,4731,2790,1,0,0,0),(63632,17981,530,1,1,0,0,-2598.11,7911.26,-54.4846,1.65898,300,5,0,4731,2790,1,0,0,0),(63633,17981,530,1,1,0,0,-2519.87,7885.58,-53.1157,2.32858,300,5,0,4731,2790,1,0,0,0),(63634,17981,530,1,1,0,0,-2416.7,7959,-48.855,5.57519,300,5,0,4731,2790,1,0,0,0),(63635,17981,530,1,1,0,0,-2349.42,7994.93,-43.8015,4.34587,300,0,0,4731,2790,0,0,0,0),(63636,17981,530,1,1,0,0,-2393.5,8047.3,-44.4821,4.23342,300,5,0,4731,2790,1,0,0,0),(63637,17981,530,1,1,0,0,-2546.92,8055.92,-46.7575,1.28177,300,5,0,4731,2790,1,0,0,0),(63638,17981,530,1,1,0,0,-2680.62,8057.17,-46.6199,4.40238,300,5,0,4731,2790,1,0,0,0),(63639,17981,530,1,1,0,0,-2649.75,8081.34,-45.5288,3.29613,300,5,0,4731,2790,1,0,0,0),(63640,17981,530,1,1,0,0,-2737.5,8036.14,-43.569,2.32582,300,5,0,4731,2790,1,0,0,0),(63641,17981,530,1,1,0,0,-2843.51,8076.71,-36.3955,6.17264,300,5,0,4731,2790,1,0,0,0),(63642,17981,530,1,1,0,0,-2885.36,8111.4,-33.1005,4.01824,300,5,0,4731,2790,1,0,0,0),(63643,17981,530,1,1,0,0,-2878.15,8183.31,-37.6338,1.52558,300,5,0,4731,2790,1,0,0,0),(63644,17981,530,1,1,0,0,-2854.18,8183.21,-39.3842,5.64442,300,5,0,4731,2790,1,0,0,0),(63645,17981,530,1,1,0,0,-2875.1,8246.89,-39.1978,1.97222,300,0,0,4731,2790,0,0,0,0),(63646,17981,530,1,1,0,0,-2785.31,8245.59,-45.7183,4.98747,300,5,0,4731,2790,1,0,0,0),(63647,17981,530,1,1,0,0,-2812.91,8280.19,-44.161,3.15897,300,5,0,4731,2790,1,0,0,0),(63648,17981,530,1,1,0,0,-2746.49,8205.49,-45.5506,3.68218,300,5,0,4731,2790,1,0,0,0),(63649,17981,530,1,1,0,0,-2711.5,8119.35,-46.9576,5.22135,300,5,0,4731,2790,1,0,0,0),(63650,17981,530,1,1,0,0,-2690.09,8142,-44.7551,2.70746,300,5,0,4731,2790,1,0,0,0),(63651,17981,530,1,1,0,0,-2492.69,8112.94,-43.3477,2.6771,300,5,0,4731,2790,1,0,0,0),(63652,17981,530,1,1,0,0,-2452.5,8138.39,-41.8171,2.36114,300,5,0,4731,2790,1,0,0,0),(63653,17981,530,1,1,0,0,-2352.45,8123.74,-41.9833,0.1629,300,5,0,4731,2790,1,0,0,0),(63654,17981,530,1,1,0,0,-2406.12,8222.87,-38.2251,1.46595,300,5,0,4731,2790,1,0,0,0),(63655,17981,530,1,1,0,0,-2386.5,8140.04,-42.6096,4.61846,300,5,0,4731,2790,1,0,0,0),(63656,17981,530,1,1,0,0,-2316.95,8117.2,-37.8547,4.1773,300,5,0,4731,2790,1,0,0,0),(63657,17981,530,1,1,0,0,-2285.16,7989.13,-37.7912,1.31501,300,5,0,4731,2790,1,0,0,0),(63658,17981,530,1,1,0,0,-2250.84,8109.96,-33.9398,1.16758,300,5,0,4731,2790,1,0,0,0),(63659,17981,530,1,1,0,0,-2248.21,8018.41,-33.5733,4.65375,300,5,0,4731,2790,1,0,0,0),(63660,17981,530,1,1,0,0,-2248.93,8162.35,-34.1296,0.433029,300,5,0,4731,2790,1,0,0,0),(63661,17981,530,1,1,0,0,-2290.08,8187.5,-37.8083,1.27158,300,5,0,4731,2790,1,0,0,0),(63662,17981,530,1,1,0,0,-2378.78,8217.26,-40.0361,5.62092,300,5,0,4731,2790,1,0,0,0),(63663,17981,530,1,1,0,0,-2382.69,8252.02,-39.4319,4.79907,300,5,0,4731,2790,1,0,0,0),(63664,17981,530,1,1,0,0,-2384.68,8383.2,-40.177,2.39148,300,5,0,4731,2790,1,0,0,0),(63665,17981,530,1,1,0,0,-2419.35,8414.52,-37.9455,3.29384,300,5,0,4731,2790,1,0,0,0),(63666,17981,530,1,1,0,0,-2393.42,8406.12,-39.8205,5.29164,300,5,0,4731,2790,1,0,0,0),(63667,17981,530,1,1,0,0,-2794.08,8246.22,-45.1886,4.97111,300,5,0,4731,2790,1,0,0,0),(63668,17981,530,1,1,0,0,-2785.75,8350.39,-38.9111,5.39084,300,5,0,4731,2790,1,0,0,0),(63669,17981,530,1,1,0,0,-2758.82,8396.54,-38.0001,1.28767,300,5,0,4731,2790,1,0,0,0),(63670,17981,530,1,1,0,0,-2811.98,8321.82,-42.2389,1.8074,300,5,0,4731,2790,1,0,0,0),(63671,17981,530,1,1,0,0,-2708.02,8467.08,-40.5195,5.67134,300,5,0,4731,2790,1,0,0,0),(63672,17981,530,1,1,0,0,-2422.36,8430.28,-38.5826,2.04166,300,5,0,4731,2790,1,0,0,0),(63673,17981,530,1,1,0,0,-2456.51,8472.73,-37.4893,3.35105,300,5,0,4731,2790,1,0,0,0),(63674,17981,530,1,1,0,0,-2459.15,8511.59,-33.4412,2.64216,300,5,0,4731,2790,1,0,0,0),(63675,17981,530,1,1,0,0,-2423.6,8580.04,-28.543,4.45919,300,5,0,4731,2790,1,0,0,0),(63676,17981,530,1,1,0,0,-2408.49,8571.75,-27.8598,5.57519,300,5,0,4731,2790,1,0,0,0),(63677,17981,530,1,1,0,0,-2473.02,8548.88,-32.2708,5.55296,300,5,0,4731,2790,1,0,0,0),(63678,17981,530,1,1,0,0,-2549.04,8508.58,-37.3482,3.14059,300,5,0,4731,2790,1,0,0,0),(63679,17981,530,1,1,0,0,-2515.91,8580.48,-29.7512,4.90902,300,5,0,4731,2790,1,0,0,0),(63680,17981,530,1,1,0,0,-2616.6,8516.56,-38.374,3.27417,300,5,0,4731,2790,1,0,0,0),(63681,17981,530,1,1,0,0,-2621.3,8503.74,-36.6781,5.54268,300,5,0,4731,2790,1,0,0,0),(63682,17981,530,1,1,0,0,-2677.57,8498.35,-41.1373,1.05819,300,5,0,4731,2790,1,0,0,0),(63683,17981,530,1,1,0,0,-2715.86,8542.15,-38.4218,2.90183,300,5,0,4731,2790,1,0,0,0),(63684,17981,530,1,1,0,0,-2783.5,8510.72,-33.6167,1.51684,300,5,0,4731,2790,1,0,0,0),(63685,17981,530,1,1,0,0,-2825.36,8574.86,-29.8011,4.03765,300,5,0,4731,2790,1,0,0,0),(63686,17981,530,1,1,0,0,-2679.95,8640.3,-29.225,3.83508,300,5,0,4731,2790,1,0,0,0),(63687,17981,530,1,1,0,0,-2457.45,8673.92,-17.3915,2.04754,300,5,0,4731,2790,1,0,0,0),(63688,17982,530,1,1,0,1,-1772.81,-11080.6,77.6202,4.2586,300,0,0,1299,1470,0,0,0,0),(63689,17983,530,1,1,0,0,-4189.43,-12459.4,45.4232,5.95157,300,0,0,198,0,0,0,0,0),(63690,17984,530,1,1,0,0,9323.41,-7887.82,145.177,0.327905,300,0,0,57,0,0,0,0,0),(63691,17984,530,1,1,0,0,9324.71,-7874.52,161.567,5.56862,300,0,0,57,0,0,0,0,0),(63692,17984,530,1,1,0,0,9335.93,-7883.56,145.746,5.58505,300,0,0,57,0,0,0,0,0),(63693,17984,530,1,1,0,0,9336.56,-7872.37,145.322,4.65567,300,0,0,57,0,0,0,0,0),(63694,17984,530,1,1,0,0,9348.7,-7889.25,144.975,2.72285,300,0,0,57,0,0,0,0,0),(63695,17984,530,1,1,0,0,9292.65,-7910.68,178.908,4.32847,300,0,0,57,0,0,0,0,0),(63696,17984,530,1,1,0,0,9289.95,-7917.38,179.984,1.3439,300,0,0,57,0,0,0,0,0),(63697,17984,530,1,1,0,0,9287.99,-7924.37,178.741,1.29727,300,0,0,57,0,0,0,0,0),(63698,17985,530,1,1,0,0,-146.927,5532.31,30.9357,1.8675,300,0,0,4120,0,0,0,0,0),(63699,17986,530,1,1,0,1,-1777.24,-11078.2,76.5136,4.72984,300,0,0,1212,1368,0,0,0,0),(63700,17988,530,1,1,0,0,-1925.1,-11810.4,63.9344,0.802851,300,0,0,42,0,0,0,0,0),(63701,17998,530,1,1,0,0,-755.97,5925.65,19.0132,2.18166,300,0,0,4120,0,0,0,0,0),(63702,17999,530,1,1,0,0,-213.254,6302.23,21.7091,3.9619,300,0,0,4120,0,0,0,0,0),(63703,18000,530,1,1,0,0,566.547,6359.52,23.0685,4.86947,300,0,0,4120,0,0,0,0,0),(63704,18002,530,1,1,0,0,498.568,8197.98,21.5421,4.36332,300,0,0,4120,0,0,0,0,0),(63705,18003,530,1,1,0,1,280.43,6046.59,130.391,4.4855,300,0,0,24460,14230,0,0,0,0),(63706,18004,530,1,1,0,1,256.774,6039.52,131.693,0.453786,300,0,0,4422,2620,0,0,0,0),(63707,18005,530,1,1,0,1,329.267,6066.22,138.516,2.09439,300,0,0,4422,2620,0,0,0,0),(63708,18006,530,1,1,0,1,330.868,6074.52,138.517,3.71755,300,0,0,4422,2620,0,0,0,0),(63709,18007,530,1,1,0,1,301.947,6025.05,131.693,2.14675,300,0,0,4422,2620,0,0,0,0),(63710,18008,530,1,1,0,1,1024.03,7366.4,36.4186,0.785398,300,0,0,4572,2705,0,0,0,0),(63711,18009,530,1,1,0,1,974.863,7421.65,31.9895,5.18363,300,0,0,4572,2705,0,0,0,0),(63712,18010,530,1,1,0,1,1020.84,7383.45,36.3243,3.24631,300,0,0,4572,2705,0,0,0,0),(63713,18011,530,1,1,0,1,99.9843,5188.04,21.1605,0.436332,300,0,0,2590,2568,0,0,0,0),(63714,18012,530,1,1,0,1,124.199,5204.06,22.5011,3.1765,300,0,0,2590,2568,0,0,0,0),(63715,18013,530,1,1,0,0,229.687,7929.76,41.1959,2.00713,300,0,0,48920,2846,0,0,0,0),(63716,18014,530,1,1,0,1,296.559,7821.7,25.4293,2.63545,300,0,0,2590,2568,0,0,0,0),(63717,18015,530,1,1,0,1,286.395,7884.89,26.9761,3.57792,300,0,0,2590,2568,0,0,0,0),(63718,18016,530,1,1,0,1,114.089,5234.02,25.9489,4.15388,300,0,0,2590,2568,0,0,0,0),(63719,18017,530,1,1,0,1,193.656,7847.36,25.0292,5.58505,300,0,0,2590,2568,0,0,0,0),(63720,18018,530,1,1,0,1,272.576,7853.82,24.0883,0.191986,300,0,0,2590,2568,0,0,0,0),(63721,18019,530,1,1,0,1,974.253,7403.09,29.6108,6.14356,300,0,0,5527,0,0,0,0,0),(63722,18020,530,1,1,0,1,-1892.24,-11762.8,58.9855,0.436332,300,0,0,606,1368,0,0,0,0),(63723,18021,530,1,1,0,0,-1882.44,-11811.5,60.035,6.0912,300,0,0,866,1470,0,0,0,0),(63724,18022,530,1,1,0,1,-1897.37,-11869.7,39.6608,4.88692,300,0,0,1414,1368,0,0,0,0),(63725,18023,530,1,1,0,0,-2067.84,-11863.4,50.1402,0.698132,300,0,0,1732,1470,0,0,0,0),(63726,18024,530,1,1,0,1,-1896.39,-11887.7,39.0398,1.25664,300,0,0,1414,1368,0,0,0,0),(63727,18025,530,1,1,0,0,-2032.87,-11835.4,48.1801,3.90954,300,0,0,1732,1470,0,0,0,0),(63728,18026,530,1,1,0,0,-1979.77,-11937.1,56.9436,3.97935,300,0,0,1732,1470,0,0,0,0),(63729,18028,530,1,1,0,1,-2001.4,-11877.8,49.6441,0.349066,300,0,0,1414,1368,0,0,0,0),(63730,18029,530,1,1,0,0,-2064.58,-11834.7,51.6857,5.18363,300,0,0,1732,1470,0,0,0,0),(63731,18030,530,1,1,0,1,-1990.15,-11840.9,52.0283,4.29351,300,0,0,2020,1368,0,0,0,0),(63732,18033,530,1,1,0,0,-2980.32,6430.13,87.4984,0.478111,300,5,0,5715,0,1,0,0,0),(63733,18033,530,1,1,0,0,-2984.25,6441.97,85.3554,4.59022,300,0,0,5715,0,0,0,0,0),(63734,18033,530,1,1,0,0,-3007.88,6450.29,86.1779,4.45649,300,5,0,5715,0,1,0,0,0),(63735,18033,530,1,1,0,0,-2985.12,6456.89,85.4733,5.70723,300,0,0,5715,0,0,0,0,0),(63736,18033,530,1,1,0,0,-2980.18,6457.41,85.4054,2.1293,300,0,0,5715,0,0,0,0,0),(63737,18033,530,1,1,0,0,-2982.93,6467.44,86.522,3.584,300,5,0,5715,0,1,0,0,0),(63738,18033,530,1,1,0,0,-3006.83,6427.62,86.3368,6.20676,300,5,0,5715,0,1,0,0,0),(63739,18033,530,1,1,0,0,-2826.49,6532.08,37.3571,1.13446,300,0,0,5715,0,0,0,0,0),(63740,18033,530,1,1,0,0,-2807.55,6528.48,37.6054,3.0735,300,5,0,5715,0,1,0,0,0),(63741,18033,530,1,1,0,0,-2823.81,6561.27,37.4656,2.59395,300,5,0,5715,0,1,0,0,0),(63742,18033,530,1,1,0,0,-2842.54,6552.64,37.9404,1.42859,300,5,0,5715,0,1,0,0,0),(63743,18033,530,1,1,0,0,-2805.83,6550.31,37.4656,5.68224,300,5,0,5715,0,1,0,0,0),(63744,18037,530,1,1,0,1,-711.318,8667.93,158.378,4.33187,300,5,0,4892,2846,1,0,0,0),(63745,18037,530,1,1,0,1,-673.705,8747.14,184.569,4.92682,300,5,0,4892,2846,1,0,0,0),(63746,18037,530,1,1,0,1,-643.093,8792.74,202.253,4.55972,300,5,0,4892,2846,1,0,0,0),(63747,18037,530,1,1,0,1,-639.086,8797.5,202.376,3.11775,300,5,0,4892,2846,1,0,0,0),(63748,18037,530,1,1,0,1,-754.95,8810.77,183.505,0.459867,300,5,0,4892,2846,1,0,0,0),(63749,18037,530,1,1,0,1,-785.01,8851.32,184.643,1.48353,300,5,0,4892,2846,1,0,0,0),(63750,18037,530,1,1,0,1,-814.189,8729.63,178.212,4.50789,300,5,0,4892,2846,1,0,0,0),(63751,18037,530,1,1,0,1,-843.481,8684.61,178.649,4.75825,300,5,0,4892,2846,1,0,0,0),(63752,18037,530,1,1,0,1,-883.106,8740.83,173.61,3.72594,300,5,0,4892,2846,1,0,0,0),(63753,18037,530,1,1,0,1,-875.081,8725.1,172.793,3.87112,300,5,0,4892,2846,1,0,0,0),(63754,18037,530,1,1,0,1,-853.293,8719.97,176.366,2.68818,300,5,0,4892,2846,1,0,0,0),(63755,18037,530,1,1,0,1,-860.993,8885.97,182.756,0.300296,300,0,0,4892,2846,0,0,0,0),(63756,18037,530,1,1,0,1,-1011.45,8956.18,97.3646,5.3058,300,0,0,4892,2846,0,0,0,0),(63757,18037,530,1,1,0,1,-1008.25,8951.4,97.2811,2.14675,300,0,0,4892,2846,0,0,0,0),(63758,18037,530,1,1,0,1,-1050.95,8984.82,96.2913,5.94741,300,5,0,4892,2846,1,0,0,0),(63759,18037,530,1,1,0,1,-1128.38,8990.25,103.133,4.00195,300,5,0,4892,2846,1,0,0,0),(63760,18037,530,1,1,0,1,-1086.13,8831.01,101.744,2.37686,300,5,0,4892,2846,1,0,0,0),(63761,18037,530,1,1,0,1,-1085.42,8743.75,81.3294,3.41237,300,5,0,4892,2846,1,0,0,0),(63762,18037,530,1,1,0,1,-1005.09,8745.01,122.804,6.27049,300,5,0,4892,2846,1,0,0,0),(63763,18037,530,1,1,0,1,-1006.11,8816.32,123.647,1.13948,300,5,0,4892,2846,1,0,0,0),(63764,18037,530,1,1,0,1,-1045.18,8705.05,103.934,1.7634,300,5,0,4892,2846,1,0,0,0),(63765,18037,530,1,1,0,1,-964.019,8687.68,157.809,2.16151,300,5,0,4892,2846,1,0,0,0),(63766,18037,530,1,1,0,1,-914.861,8676.4,171.059,3.28984,300,5,0,4892,2846,1,0,0,0),(63767,18037,530,1,1,0,1,-909.395,8692.31,173.483,1.57955,300,5,0,4892,2846,1,0,0,0),(63768,18037,530,1,1,0,1,-1036.35,8800.96,112.147,0.925342,300,5,0,4892,2846,1,0,0,0),(63769,18038,530,1,1,0,1,-4135.06,-12187.2,-0.981324,1.83782,300,0,0,1124,0,2,0,0,0),(63771,18038,530,1,1,0,1,-4194.68,-12479.5,45.5526,3.55546,300,0,0,1124,0,0,0,0,0),(63772,18038,530,1,1,0,1,-4171.39,-12464.3,44.4007,2.1149,300,0,0,1124,0,2,0,0,0),(63773,18038,530,1,1,0,1,-4134.13,-12506,43.889,2.61591,300,0,0,1124,0,2,0,0,0),(63774,18038,530,1,1,0,1,-4200.61,-12494.6,44.6251,0.45375,300,0,0,1124,0,2,0,0,0),(203523,32734,571,1,1,0,0,5851.43,863.388,843.812,5.91667,120,0,0,1,0,0,0,0,0),(63776,18043,530,1,1,0,0,-2096.31,8794.05,9.0361,1.21262,300,5,0,6116,0,1,0,0,0),(63777,18043,530,1,1,0,0,-2096.78,8807.24,12.7513,1.01946,300,5,0,6116,0,1,0,0,0),(63778,18043,530,1,1,0,0,-2100.43,8830.79,21.7337,5.056,300,5,0,6116,0,1,0,0,0),(63779,18043,530,1,1,0,0,-2126.78,8856.62,23.4983,5.31645,300,5,0,6116,0,1,0,0,0),(63780,18043,530,1,1,0,0,-2113.52,8826.29,21.7337,1.65355,300,5,0,6116,0,1,0,0,0),(63781,18043,530,1,1,0,0,-2180.77,8887.55,21.3625,3.90954,300,0,0,6116,0,0,0,0,0),(63782,18043,530,1,1,0,0,-2138.74,8825.58,20.4039,0.569596,300,5,0,6116,0,1,0,0,0),(63783,18043,530,1,1,0,0,-2173.83,8870.14,22.2894,4.89729,300,5,0,6116,0,1,0,0,0),(63784,18043,530,1,1,0,0,-2198.38,8884.98,21.9041,4.30652,300,5,0,6116,0,1,0,0,0),(63785,18043,530,1,1,0,0,-2154.77,8868.24,22.0505,4.97505,300,5,0,6116,0,1,0,0,0),(63786,18043,530,1,1,0,0,-2139.38,8797.25,7.24396,4.58581,300,5,0,6116,0,1,0,0,0),(63787,18043,530,1,1,0,0,-2162.17,8770.27,3.24396,4.36226,300,5,0,6116,0,1,0,0,0),(63788,18043,530,1,1,0,0,-2113.53,8784.35,7.29289,2.11843,300,5,0,6116,0,1,0,0,0),(63789,18043,530,1,1,0,0,-2201.12,8824.08,16.2549,1.63933,300,5,0,6116,0,1,0,0,0),(63790,18043,530,1,1,0,0,-2206.67,8829.41,16.2549,0.630161,300,5,0,6116,0,1,0,0,0),(63791,18043,530,1,1,0,0,-2219.79,8784.38,5.61413,2.21504,300,5,0,6116,0,1,0,0,0),(63792,18043,530,1,1,0,0,-2232.22,8788.68,5.23913,4.29824,300,5,0,6116,0,1,0,0,0),(63793,18043,530,1,1,0,0,-2242.19,8854.42,16.9532,2.75965,300,5,0,6116,0,1,0,0,0),(63794,18043,530,1,1,0,0,-2238.43,8804.58,5.2919,2.46025,300,5,0,6116,0,1,0,0,0),(63795,18043,530,1,1,0,0,-2245.32,8812.97,5.6669,0.815903,300,5,0,6116,0,1,0,0,0),(63796,18043,530,1,1,0,0,-2232.06,8844.95,17.127,2.0154,300,5,0,6116,0,1,0,0,0),(63797,18043,530,1,1,0,0,-2205.32,8873.16,20.1647,0.788749,300,5,0,6116,0,1,0,0,0),(63798,18043,530,1,1,0,0,-2226.16,8851.08,17.127,2.84286,300,5,0,6116,0,1,0,0,0),(63799,18043,530,1,1,0,0,-2271.5,8801.2,7.96083,1.09975,300,5,0,6116,0,1,0,0,0),(63800,18043,530,1,1,0,0,-2263.53,8801.23,6.9169,3.14253,300,5,0,6116,0,1,0,0,0),(63801,18044,530,1,1,0,1,564.113,6199.74,26.8482,1.64061,300,0,0,17688,7860,0,0,0,0),(63802,18062,530,1,1,0,0,-2894.57,6692.24,19.1615,3.25894,300,5,0,5914,0,1,0,0,0),(63803,18062,530,1,1,0,0,-2483.04,7477.92,-7.70372,6.16779,300,5,0,5914,0,1,0,0,0),(63804,18062,530,1,1,0,0,-2848,7617.72,1.37196,0.603999,300,5,0,5914,0,1,0,0,0),(63805,18062,530,1,1,0,0,-2982.98,7228.68,22.8879,1.4789,300,5,0,5914,0,1,0,0,0),(63806,18062,530,1,1,0,0,-2838.6,7719.7,6.25155,3.64768,300,5,0,5914,0,1,0,0,0),(63807,18062,530,1,1,0,0,-2334.51,7779.62,-26.1746,2.1756,300,5,0,5914,0,1,0,0,0),(63808,18062,530,1,1,0,0,-2248.35,7915.53,-17.1069,0.700994,300,5,0,5914,0,1,0,0,0),(63809,18062,530,1,1,0,0,-2100.92,7978.11,-19.467,1.08555,300,5,0,5914,0,1,0,0,0),(63810,18062,530,1,1,0,0,-2057.59,8037.08,-18.0764,1.80133,300,5,0,5914,0,1,0,0,0),(63811,18062,530,1,1,0,0,-2238.03,8262.64,-7.62393,4.55492,300,5,0,5914,0,1,0,0,0),(63812,18062,530,1,1,0,0,-2015.42,8384,16.0682,0.349856,300,5,0,5914,0,1,0,0,0),(63813,18062,530,1,1,0,0,-1921.21,8279.69,8.91747,4.99604,300,5,0,5914,0,1,0,0,0),(63814,18062,530,1,1,0,0,-2100.9,7967.24,-17.592,4.11311,300,5,0,5914,0,1,0,0,0),(63815,18062,530,1,1,0,0,-1877.19,7934.47,-61.4332,6.23177,300,5,0,5914,0,1,0,0,0),(63816,18062,530,1,1,0,0,-1804.98,7906.47,-96.2035,3.09631,300,5,0,5914,0,1,0,0,0),(63817,18062,530,1,1,0,0,-1916.34,7806.53,-92.3062,3.78353,300,5,0,5914,0,1,0,0,0),(63818,18062,530,1,1,0,0,-1982.95,7820.67,-41.5598,2.31268,300,5,0,5914,0,1,0,0,0),(63819,18062,530,1,1,0,0,-2058.1,7715.7,-54.9688,4.46753,300,5,0,5914,0,1,0,0,0),(63820,18062,530,1,1,0,0,-1910.11,7757.27,-93.1214,4.66355,300,5,0,5914,0,1,0,0,0),(63821,18062,530,1,1,0,0,-1837.62,7747.83,-101.022,0.967643,300,5,0,5914,0,1,0,0,0),(63822,18062,530,1,1,0,0,-1808.4,7636.46,-6.30812,1.88236,300,5,0,5914,0,1,0,0,0),(63823,18062,530,1,1,0,0,-2031.67,7676.58,-88.5979,1.7033,300,5,0,5914,0,1,0,0,0),(63824,18062,530,1,1,0,0,-2088.96,7639.19,-39.0886,1.81578,300,5,0,5914,0,1,0,0,0),(63825,18062,530,1,1,0,0,-2007.33,7263.4,-39.102,1.98942,300,5,0,5914,0,1,0,0,0),(63826,18062,530,1,1,0,0,-2444.02,7494.42,-8.62605,5.48556,300,5,0,5914,0,1,0,0,0),(63827,18062,530,1,1,0,0,-2420.28,7505.38,-5.45795,3.01143,300,5,0,5914,0,1,0,0,0),(63828,18062,530,1,1,0,0,-2356.72,7574.41,-8.13469,4.29198,300,5,0,5914,0,1,0,0,0),(63829,18062,530,1,1,0,0,-2508.04,7477.48,-5.08092,3.48209,300,5,0,5914,0,1,0,0,0),(63830,18062,530,1,1,0,0,-2393.85,7408.91,-166.417,0.868601,300,5,0,5914,0,1,0,0,0),(63831,18062,530,1,1,0,0,-2363.32,7202.16,-153.914,2.84453,300,5,0,5914,0,1,0,0,0),(63832,18062,530,1,1,0,0,-2066.43,7203.63,-112.268,3.13836,300,5,0,5914,0,1,0,0,0),(63833,18062,530,1,1,0,0,-2080.39,7255.68,-43.4792,2.92695,300,5,0,5914,0,1,0,0,0),(63834,18062,530,1,1,0,0,-1974.83,7186.69,-105.172,6.14308,300,5,0,5914,0,1,0,0,0),(63835,18062,530,1,1,0,0,-1919.82,7154.38,-95.6059,1.039,300,5,0,5914,0,1,0,0,0),(63836,18062,530,1,1,0,0,-1885.57,7179.73,-86.3156,1.2958,300,5,0,5914,0,1,0,0,0),(63837,18062,530,1,1,0,0,-1883.42,7117.62,-87.7635,3.22765,300,5,0,5914,0,1,0,0,0),(63838,18062,530,1,1,0,0,-1944.24,7081.96,-90.2418,0.029288,300,5,0,5914,0,1,0,0,0),(63839,18062,530,1,1,0,0,-1921.71,7051.36,-91.2518,3.17478,300,5,0,5914,0,1,0,0,0),(63840,18062,530,1,1,0,0,-2034.31,6943.3,-89.574,3.54677,300,5,0,5914,0,1,0,0,0),(63841,18062,530,1,1,0,0,-2012.37,6984.6,-86.757,0.059616,300,5,0,5914,0,1,0,0,0),(63842,18062,530,1,1,0,0,-1469.51,7711.65,-15.0139,3.63802,300,5,0,5914,0,1,0,0,0),(63843,18062,530,1,1,0,0,-1274.63,7732.35,-5.28719,3.75072,300,5,0,5914,0,1,0,0,0),(63844,18062,530,1,1,0,0,-1244.29,7817.98,1.40321,0.771587,300,5,0,5914,0,1,0,0,0),(63845,18062,530,1,1,0,0,-1334.45,7905.13,-95.8802,4.23346,300,5,0,5914,0,1,0,0,0),(63846,18062,530,1,1,0,0,-1095.15,7980.24,16.7604,5.0621,300,5,0,5914,0,1,0,0,0),(63847,18062,530,1,1,0,0,-1204.43,8178.34,-6.30676,3.17224,300,5,0,5914,0,1,0,0,0),(63848,18062,530,1,1,0,0,-1209.04,8094.82,-3.58575,3.4439,300,5,0,5914,0,1,0,0,0),(63849,18062,530,1,1,0,0,-1269.96,8179.2,-6.8149,5.22233,300,5,0,5914,0,1,0,0,0),(63850,18062,530,1,1,0,0,-1309.87,8219.61,-7.54601,5.99533,300,5,0,5914,0,1,0,0,0),(63851,18062,530,1,1,0,0,-1336.08,8141.5,-92.1495,6.12349,300,5,0,5914,0,1,0,0,0),(63852,18062,530,1,1,0,0,-617.634,8298.77,65.6015,2.66484,300,5,0,5914,0,1,0,0,0),(63853,18062,530,1,1,0,0,-678.701,8203.98,57.5005,3.89032,300,5,0,5914,0,1,0,0,0),(63854,18062,530,1,1,0,0,-784.274,8171.21,53.9756,5.53716,300,5,0,5914,0,1,0,0,0),(63855,18062,530,1,1,0,0,-769.287,8153.52,49.5478,4.31557,300,5,0,5914,0,1,0,0,0),(63856,18062,530,1,1,0,0,-813.486,8053.47,45.7415,0.721772,300,5,0,5914,0,1,0,0,0),(63857,18062,530,1,1,0,0,-853.646,8013.19,37.7175,2.21352,300,5,0,5914,0,1,0,0,0),(63858,18062,530,1,1,0,0,-985.721,7873.42,45.8842,3.27468,300,5,0,5914,0,1,0,0,0),(63859,18062,530,1,1,0,0,-1074.75,7853.18,20.8361,5.94909,300,5,0,5914,0,1,0,0,0),(63860,18062,530,1,1,0,0,-693.031,7525.57,74.1192,1.45244,300,5,0,5914,0,1,0,0,0),(63861,18062,530,1,1,0,0,-661.907,7604.44,113.201,5.09689,300,5,0,5914,0,1,0,0,0),(63862,18062,530,1,1,0,0,-630.111,7560.03,107.824,2.90133,300,5,0,5914,0,1,0,0,0),(63863,18062,530,1,1,0,0,-671.551,7435.94,74.1448,5.8729,300,5,0,5914,0,1,0,0,0),(63864,18062,530,1,1,0,0,-981.398,7533.78,50.7756,0.46321,300,5,0,5914,0,1,0,0,0),(63865,18062,530,1,1,0,0,-749.442,7310.29,51.7866,3.42593,300,5,0,5914,0,1,0,0,0),(63866,18062,530,1,1,0,0,-683.573,7239.2,61.6943,2.85631,300,5,0,5914,0,1,0,0,0),(63867,18062,530,1,1,0,0,-681.09,7230.54,61.9811,6.24812,300,5,0,5914,0,1,0,0,0),(63868,18062,530,1,1,0,0,-623.451,7158.26,63.2681,0.365027,300,5,0,5914,0,1,0,0,0),(63869,18062,530,1,1,0,0,-587.671,7148.41,67.7279,3.9106,300,5,0,5914,0,1,0,0,0),(63870,18063,530,1,1,0,1,-1344.67,7232.62,33.5608,5.55015,300,0,0,6986,0,0,0,0,0),(63871,18064,530,1,1,0,1,-781.755,7884.99,52.0088,1.84789,300,5,0,4731,2790,1,0,0,0),(63872,18064,530,1,1,0,1,-748.014,7861.57,53.5311,1.87648,300,5,0,4731,2790,1,0,0,0),(63873,18064,530,1,1,0,1,-782.08,7787.13,39.7141,3.05261,300,5,0,4731,2790,1,0,0,0),(63874,18064,530,1,1,0,1,-851.438,7723.71,34.2226,4.5204,300,0,0,4731,2790,0,0,0,0),(63875,18064,530,1,1,0,1,-797.598,7764.97,39.7826,2.36457,300,5,0,4731,2790,1,0,0,0),(63876,18064,530,1,1,0,1,-775.493,7715.9,49.1003,3.48231,300,0,0,4731,2790,0,0,0,0),(63877,18064,530,1,1,0,1,-687.358,7754.83,83.8131,1.48501,300,5,0,4731,2790,1,0,0,0),(63878,18064,530,1,1,0,1,-686.223,7819.11,58.5046,2.29489,300,5,0,4731,2790,1,0,0,0),(63879,18064,530,1,1,0,1,-704.887,7701.44,84.5372,5.21053,300,5,0,4731,2790,1,0,0,0),(63880,18064,530,1,1,0,1,-652.975,7767.94,88.8518,1.94377,300,5,0,4731,2790,1,0,0,0),(63881,18064,530,1,1,0,1,-794.332,7713.91,48.0558,1.51588,300,0,0,4731,2790,0,0,0,0),(63882,18064,530,1,1,0,1,-866.976,7699.83,37.6382,2.73236,300,5,0,4731,2790,1,0,0,0),(63883,18064,530,1,1,0,1,-812.222,7666.27,44.3312,2.81345,300,0,0,4731,2790,0,0,0,0),(63884,18064,530,1,1,0,1,-767.433,7605.99,51.5416,3.40266,300,5,0,4731,2790,1,0,0,0),(63885,18065,530,1,1,0,0,-642.164,8709.67,189.527,3.3268,300,5,0,6116,0,1,0,0,0),(63886,18065,530,1,1,0,0,-753.135,8754.52,183.09,1.6659,300,0,0,6116,0,0,0,0,0),(63887,18065,530,1,1,0,0,-674.225,8822.47,198.368,2.86737,300,5,0,6116,0,1,0,0,0),(63888,18065,530,1,1,0,0,-595.196,8825.78,205.696,2.93916,300,5,0,6116,0,1,0,0,0),(63889,18065,530,1,1,0,0,-576.035,8859.15,210.552,4.74306,300,5,0,6116,0,1,0,0,0),(63890,18065,530,1,1,0,0,-805.025,8862.82,184.113,6.14356,300,0,0,6116,0,0,0,0,0),(63891,18065,530,1,1,0,0,-765.962,8801.38,183.607,5.49786,300,5,0,6116,0,1,0,0,0),(63892,18065,530,1,1,0,0,-837.7,8772.1,178.733,2.40773,300,5,0,6116,0,1,0,0,0),(63893,18065,530,1,1,0,0,-801.854,8744.64,194.351,5.31504,300,5,0,6116,0,1,0,0,0),(63894,18065,530,1,1,0,0,-823.304,8806.29,184.4,0.087996,300,5,0,6116,0,1,0,0,0),(63895,18065,530,1,1,0,0,-834.918,8690.83,180.55,1.56526,300,5,0,6116,0,1,0,0,0),(63896,18065,530,1,1,0,0,-832.585,8722.68,177.824,5.60859,300,5,0,6116,0,1,0,0,0),(63897,18065,530,1,1,0,0,-857.117,8752.28,174.317,4.50482,300,5,0,6116,0,1,0,0,0),(63898,18065,530,1,1,0,0,-875.99,8710.02,173.648,2.54454,300,5,0,6116,0,1,0,0,0),(63899,18065,530,1,1,0,0,-852.811,8888.88,183.01,0.18785,300,0,0,6116,0,0,0,0,0),(63900,18065,530,1,1,0,0,-751.684,8880.96,185.152,2.48248,300,5,0,6116,0,1,0,0,0),(63901,18065,530,1,1,0,0,-972.499,8893.05,146.422,0.481978,300,5,0,6116,0,1,0,0,0),(63902,18065,530,1,1,0,0,-954.587,8953.39,99.843,0.635389,300,5,0,6116,0,1,0,0,0),(63903,18065,530,1,1,0,0,-991.613,8976.25,95.5547,3.14159,300,5,0,6116,0,1,0,0,0),(63904,18065,530,1,1,0,0,-1024.84,9009.28,93.5698,5.60083,300,5,0,6116,0,1,0,0,0),(63905,18065,530,1,1,0,0,-1078.07,8917.26,102.649,3.73503,300,5,0,6116,0,1,0,0,0),(63906,18065,530,1,1,0,0,-1101.71,8968.72,104.723,2.55758,300,5,0,6116,0,1,0,0,0),(63907,18065,530,1,1,0,0,-1018.52,8863.7,131.76,2.45815,300,5,0,6116,0,1,0,0,0),(63908,18065,530,1,1,0,0,-984.791,8716.09,137.554,1.35446,300,5,0,6116,0,1,0,0,0),(63909,18065,530,1,1,0,0,-1116.26,8686.5,54.4484,5.69446,300,5,0,6116,0,1,0,0,0),(63910,18066,530,1,1,0,0,-1409.9,7269.19,25.5191,2.6529,300,0,0,5233,2991,0,0,0,0),(63911,18067,530,1,1,0,0,-1426.77,7268.06,25.5226,0.925025,300,0,0,5233,2991,0,0,0,0),(63912,18068,530,1,1,0,0,-1430.33,7283.28,25.5055,5.8294,300,0,0,5233,2991,0,0,0,0),(49058,14490,0,1,1,0,0,-14780.4,354.116,-19.3938,3.00688,144000,5,0,2317,0,2,0,0,0),(63914,18070,530,1,1,0,1,-234.269,5434.77,22.4046,5.93412,300,0,0,1889,5206,0,0,0,0),(63915,18071,530,1,1,0,0,-792.767,6944.64,32.1774,6.23082,300,0,0,5233,2991,0,0,0,0),(63916,18072,530,1,1,0,0,-772.433,6944.55,32.3416,3.05433,300,0,0,5589,3155,0,0,0,0),(63917,18073,530,1,1,0,0,-782.63,6936.53,32.4767,1.72788,300,0,0,5589,3155,0,0,0,0),(63918,18074,530,1,1,0,0,-782.311,6953.09,32.3114,4.7822,300,0,0,5409,3080,0,0,0,0),(63919,18077,530,1,1,0,0,-1052.26,5276.69,29.1346,5.07891,300,0,0,3984,2434,0,0,0,0),(63920,18077,530,1,1,0,0,-1065.47,5260.65,22.5345,1.9679,300,5,0,3984,2434,1,0,0,0),(63921,18077,530,1,1,0,0,-1012.75,5267.67,29.9808,3.7001,300,0,0,3984,2434,0,0,0,0),(63922,18077,530,1,1,0,0,-1109.45,5194.91,31.9359,4.50142,300,5,0,3984,2434,1,0,0,0),(63923,18077,530,1,1,0,0,-1044.15,5171.61,17.5304,5.27876,300,5,0,3984,2434,1,0,0,0),(63924,18077,530,1,1,0,0,-834.183,5194.9,25.6253,5.74213,300,0,0,3984,2434,0,0,0,0),(63925,18077,530,1,1,0,0,-802.192,5160.64,21.4327,5.25561,300,5,0,3984,2434,1,0,0,0),(63926,18077,530,1,1,0,0,-733.638,5272.64,24.248,2.60054,300,0,0,3984,2434,0,0,0,0),(63927,18077,530,1,1,0,0,-756.686,5303.06,17.8746,5.63085,300,5,0,3984,2434,1,0,0,0),(63928,18077,530,1,1,0,0,-748.08,5282.47,17.6196,2.25647,300,5,0,3984,2434,1,0,0,0),(63929,18077,530,1,1,0,0,-843.722,5281.55,17.7005,4.74256,300,5,0,3984,2434,1,0,0,0),(63930,18077,530,1,1,0,0,-901.304,5282.73,24.3328,2.18166,300,0,0,3984,2434,0,0,0,0),(63931,18077,530,1,1,0,0,-906.043,5332.66,24.2396,4.15388,300,0,0,3984,2434,0,0,0,0),(63932,18077,530,1,1,0,0,-912.574,5312.43,17.7446,1.36605,300,5,0,3984,2434,1,0,0,0),(63933,18077,530,1,1,0,0,-923.378,5341.42,19.039,4.35474,300,5,0,3984,2434,1,0,0,0),(63934,18079,530,1,1,0,1,-1076.02,5237.88,23.6383,3.6681,300,5,0,3984,2434,1,0,0,0),(63935,18079,530,1,1,0,1,-1037.51,5256.37,22.5447,5.1721,300,5,0,3984,2434,1,0,0,0),(63936,18079,530,1,1,0,1,-1027.66,5219.35,22.8771,4.61681,300,5,0,3984,2434,1,0,0,0),(63937,18079,530,1,1,0,1,-970.059,5227.44,18.5656,1.72188,300,5,0,3984,2434,1,0,0,0),(63938,18079,530,1,1,0,1,-961.762,5237.52,18.5406,3.91594,300,5,0,3984,2434,1,0,0,0),(63939,18079,530,1,1,0,1,-831.062,5176.96,18.7087,2.16148,300,5,0,3984,2434,1,0,0,0),(63940,18079,530,1,1,0,1,-822.823,5242.27,17.4951,3.52933,300,5,0,3984,2434,1,0,0,0),(63941,18079,530,1,1,0,1,-812.062,5207.99,18.5784,3.64016,300,5,0,3984,2434,1,0,0,0),(63942,18079,530,1,1,0,1,-768.477,5277.62,17.6265,3.8471,300,5,0,3984,2434,1,0,0,0),(63943,18079,530,1,1,0,1,-770.207,5282.3,17.8765,4.24774,300,5,0,3984,2434,1,0,0,0),(63944,18079,530,1,1,0,1,-719.962,5384.26,17.7698,6.17863,300,5,0,3984,2434,1,0,0,0),(63945,18079,530,1,1,0,1,-785.376,5397.59,17.7028,2.9077,300,5,0,3984,2434,1,0,0,0),(63946,18079,530,1,1,0,1,-851.754,5260.27,17.528,4.52118,300,5,0,3984,2434,1,0,0,0),(63947,18079,530,1,1,0,1,-862.544,5311.03,17.6527,1.33034,300,5,0,3984,2434,1,0,0,0),(63948,18079,530,1,1,0,1,-940.691,5311.98,18.1241,2.44457,300,5,0,3984,2434,1,0,0,0),(63949,18080,530,1,1,0,0,-1112.68,5187.46,57.2815,0.837758,300,0,0,5129,3852,0,0,0,0),(63950,18086,530,1,1,0,1,-190.458,6226.33,22.3918,5.9564,300,5,0,5341,0,1,0,0,0),(63951,18086,530,1,1,0,1,-155.797,6291.84,22.7753,2.85381,300,5,0,5341,0,1,0,0,0),(63952,18086,530,1,1,0,1,-280.169,6211.21,21.8857,1.8066,300,5,0,5341,0,1,0,0,0),(63953,18086,530,1,1,0,1,-378.38,6246.07,19.5504,2.02482,300,5,0,5341,0,1,0,0,0),(63954,18086,530,1,1,0,1,-384.955,6159.58,22.3724,3.76991,300,0,0,5341,0,0,0,0,0),(63955,18086,530,1,1,0,1,-456.203,6284.95,21.3738,1.80684,300,5,0,5341,0,1,0,0,0),(63956,18086,530,1,1,0,1,-441.146,6301.51,19.8738,4.71239,300,5,0,5341,0,1,0,0,0),(63957,18086,530,1,1,0,1,-422.38,6381.49,23.0311,3.10851,300,5,0,5341,0,1,0,0,0),(63958,18086,530,1,1,0,1,-376.957,6368.96,22.0343,3.71645,300,5,0,5341,0,1,0,0,0),(63959,18086,530,1,1,0,1,-366.146,6351.56,21.8749,5.45962,300,5,0,5341,0,1,0,0,0),(63960,18086,530,1,1,0,1,-349.923,6325.53,22.2283,2.28156,300,5,0,5341,0,1,0,0,0),(63961,18086,530,1,1,0,1,-347.387,6405.86,21.1929,3.62371,300,5,0,5341,0,1,0,0,0),(63962,18086,530,1,1,0,1,-325.521,6433.85,21.2606,5.49772,300,5,0,5341,0,1,0,0,0),(63963,18086,530,1,1,0,1,-322.923,6404.82,21.8208,4.11237,300,5,0,5341,0,1,0,0,0),(63964,18086,530,1,1,0,1,-276.761,6373.38,24.1603,3.97462,300,5,0,5341,0,1,0,0,0),(63965,18086,530,1,1,0,1,-293.41,6411.59,22.3527,2.59357,300,5,0,5341,0,1,0,0,0),(63966,18086,530,1,1,0,1,-273.639,6411.02,20.4641,3.0359,300,5,0,5341,0,1,0,0,0),(63967,18086,530,1,1,0,1,-234.515,6377.62,15.1584,2.8739,300,5,0,5341,0,1,0,0,0),(63968,18086,530,1,1,0,1,-229.935,6362.17,21.6979,0.298266,300,5,0,5341,0,1,0,0,0),(63969,18086,530,1,1,0,1,-252.312,6325.22,22.9083,4.68101,300,5,0,5341,0,1,0,0,0),(63970,18087,530,1,1,0,1,-212.5,6237.5,23.2648,5.61943,300,5,0,4274,2568,1,0,0,0),(63971,18087,530,1,1,0,1,-289.404,6251.17,19.8741,2.48334,300,5,0,4274,2568,1,0,0,0),(63972,18087,530,1,1,0,1,-388.406,6167.8,22.0417,4.61945,300,5,0,4274,2568,1,0,0,0),(63973,18087,530,1,1,0,1,-389.463,6206.48,21.6902,2.72854,300,5,0,4274,2568,1,0,0,0),(63974,18087,530,1,1,0,1,-445.49,6296.89,19.1188,0.244346,300,0,0,4274,2568,0,0,0,0),(63975,18087,530,1,1,0,1,-403.941,6351.76,22.0156,3.92305,300,5,0,4274,2568,1,0,0,0),(63976,18087,530,1,1,0,1,-405.803,6372.04,23.1299,3.0613,300,5,0,4274,2568,1,0,0,0),(63977,18087,530,1,1,0,1,-375.75,6327.89,20.0048,3.28971,300,5,0,4274,2568,1,0,0,0),(63978,18087,530,1,1,0,1,-381.437,6423.65,18.2716,4.68027,300,5,0,4274,2568,1,0,0,0),(63979,18087,530,1,1,0,1,-322.963,6392.6,22.4879,6.21276,300,5,0,4274,2568,1,0,0,0),(63980,18087,530,1,1,0,1,-296.969,6382.35,23.6603,4.58089,300,5,0,4274,2568,1,0,0,0),(63981,18087,530,1,1,0,1,-263.161,6387.18,22.4224,6.21621,300,5,0,4274,2568,1,0,0,0),(63982,18087,530,1,1,0,1,-230.661,6343.95,23.5729,1.7913,300,5,0,4274,2568,1,0,0,0),(63983,18088,530,1,1,0,1,742.598,8255.96,-1.95762,1.03469,300,5,0,4422,2620,1,0,0,0),(63984,18088,530,1,1,0,1,731.574,8152.76,17.6733,3.27092,300,5,0,4422,2620,1,0,0,0),(63985,18088,530,1,1,0,1,614.978,8114.62,18.1499,2.10775,300,5,0,4422,2620,1,0,0,0),(63986,18088,530,1,1,0,1,660.527,8085.6,27.5381,5.69765,300,5,0,4422,2620,1,0,0,0),(63987,18088,530,1,1,0,1,562.615,8156.73,23.8374,3.36848,300,0,0,4422,2620,0,0,0,0),(63988,18088,530,1,1,0,1,533.192,8066.17,28.0184,1.98968,300,0,0,4422,2620,0,0,0,0),(63989,18088,530,1,1,0,1,528.409,8065.88,28.0184,0.925025,300,0,0,4422,2620,0,0,0,0),(63990,18088,530,1,1,0,1,454.167,8104.17,20.7714,2.43558,300,5,0,4422,2620,1,0,0,0),(63991,18088,530,1,1,0,1,420.299,8114.68,18.035,5.70023,300,5,0,4422,2620,1,0,0,0),(63992,18088,530,1,1,0,1,560.92,8162.95,23.971,3.49066,300,0,0,4422,2620,0,0,0,0),(63993,18088,530,1,1,0,1,460.194,8213.02,19.0582,1.88236,300,5,0,4422,2620,1,0,0,0),(63994,18088,530,1,1,0,1,552.909,8252.55,3.18135,0.61747,300,5,0,4422,2620,1,0,0,0),(63995,18088,530,1,1,0,1,517.469,8278.67,4.31524,4.10326,300,5,0,4422,2620,1,0,0,0),(63996,18088,530,1,1,0,1,579.443,8274.71,-16.3678,4.22493,300,5,0,4422,2620,1,0,0,0),(63997,18089,530,1,1,0,1,617.58,7979.29,22.4417,3.23109,300,5,0,5527,0,1,0,0,0),(63998,18089,530,1,1,0,1,665.01,8011.46,17.7507,5.8646,300,5,0,5527,0,1,0,0,0),(63999,18089,530,1,1,0,1,720.902,8023.23,18.9013,0.625673,300,5,0,5527,0,1,0,0,0),(64000,18089,530,1,1,0,1,756.4,8042.64,17.4991,0.820648,300,5,0,5527,0,1,0,0,0),(64001,18089,530,1,1,0,1,722.365,8075.13,23.3994,5.58571,300,5,0,5527,0,1,0,0,0),(64002,18089,530,1,1,0,1,702.915,8064.06,25.6751,1.63102,300,5,0,5527,0,1,0,0,0),(64003,18089,530,1,1,0,1,751.078,8118.8,18.8151,2.65129,300,5,0,5527,0,1,0,0,0),(64004,18089,530,1,1,0,1,757.384,8179.89,5.46197,2.05754,300,5,0,5527,0,1,0,0,0),(64005,18089,530,1,1,0,1,697.438,8168.95,22.3313,0.0779,300,5,0,5527,0,1,0,0,0),(64006,18089,530,1,1,0,1,715.762,8220.5,16.8812,1.66994,300,5,0,5527,0,1,0,0,0),(64007,18089,530,1,1,0,1,697.101,8223.2,22.2759,6.0113,300,5,0,5527,0,1,0,0,0),(64008,18089,530,1,1,0,1,682.899,8249.38,22.9436,4.62802,300,5,0,5527,0,1,0,0,0),(64009,18089,530,1,1,0,1,681.718,8201.1,22.8926,4.8451,300,5,0,5527,0,1,0,0,0),(64010,18089,530,1,1,0,1,659.527,8118.73,26.9294,0.336113,300,5,0,5527,0,1,0,0,0),(64011,18089,530,1,1,0,1,695.92,8111.76,25.3881,3.3525,300,5,0,5527,0,1,0,0,0),(64012,18089,530,1,1,0,1,648.958,8143.75,25.3559,4.71239,300,5,0,5527,0,1,0,0,0),(64013,18089,530,1,1,0,1,640.6,8165.35,22.8975,3.70378,300,5,0,5527,0,1,0,0,0),(64014,18089,530,1,1,0,1,620.456,8179.5,22.1512,5.1592,300,5,0,5527,0,1,0,0,0),(64015,18089,530,1,1,0,1,599.81,8095.86,17.5805,4.67635,300,5,0,5527,0,1,0,0,0),(64016,18089,530,1,1,0,1,586.287,8152,21.124,3.13964,300,5,0,5527,0,1,0,0,0),(64017,18089,530,1,1,0,1,593.219,8092.87,17.7446,3.58247,300,5,0,5527,0,1,0,0,0),(64018,18089,530,1,1,0,1,563.542,8051.04,23.0211,0.462957,300,5,0,5527,0,1,0,0,0),(64019,18089,530,1,1,0,1,621.03,8058.7,22.2597,4.73973,300,5,0,5527,0,1,0,0,0),(64020,18089,530,1,1,0,1,527.781,8084.1,22.8853,1.64061,300,0,0,5527,0,0,0,0,0),(64021,18089,530,1,1,0,1,532.551,8084.33,22.9185,1.6057,300,0,0,5527,0,0,0,0,0),(64022,18089,530,1,1,0,1,544.403,8114.12,21.6005,5.82197,300,5,0,5527,0,1,0,0,0),(64023,18089,530,1,1,0,1,588.032,8005.55,17.4587,1.84105,300,5,0,5527,0,1,0,0,0),(64024,18089,530,1,1,0,1,548.114,8074.81,22.982,4.61636,300,5,0,5527,0,1,0,0,0),(64025,18089,530,1,1,0,1,509.829,8020.12,18.1251,2.44335,300,5,0,5527,0,1,0,0,0),(64026,18089,530,1,1,0,1,501.965,8061.13,23.5327,2.59331,300,5,0,5527,0,1,0,0,0),(64027,18089,530,1,1,0,1,454.871,8021.36,20.3798,3.85799,300,5,0,5527,0,1,0,0,0),(64028,18089,530,1,1,0,1,401.012,8044.22,22.7176,3.89326,300,5,0,5527,0,1,0,0,0),(64029,18089,530,1,1,0,1,380.414,8090.22,20.2045,0.523995,300,5,0,5527,0,1,0,0,0),(64030,18089,530,1,1,0,1,483.504,8125.5,22.0914,2.24889,300,5,0,5527,0,1,0,0,0),(64031,18089,530,1,1,0,1,512.615,8104.15,20.433,5.72617,300,5,0,5527,0,1,0,0,0),(64032,18089,530,1,1,0,1,457.355,8151.04,23.0245,1.9027,300,5,0,5527,0,1,0,0,0),(64033,18089,530,1,1,0,1,397.024,8140.63,22.6467,3.13957,300,5,0,5527,0,1,0,0,0),(64034,18089,530,1,1,0,1,486.675,8169.83,21.7865,1.9426,300,5,0,5527,0,1,0,0,0),(64035,18089,530,1,1,0,1,484.392,8207.57,22.4711,5.25489,300,5,0,5527,0,1,0,0,0),(64036,18089,530,1,1,0,1,525.542,8164.16,22.5344,1.44777,300,5,0,5527,0,1,0,0,0),(64037,18089,530,1,1,0,1,512.107,8154.56,21.7355,3.03506,300,5,0,5527,0,1,0,0,0),(64038,18089,530,1,1,0,1,554.762,8167.13,23.8641,5.18989,300,5,0,5527,0,1,0,0,0),(64039,18089,530,1,1,0,1,536.458,8173.44,21.9891,3.14159,300,5,0,5527,0,1,0,0,0),(64040,18089,530,1,1,0,1,481.108,8248.38,15.5304,2.72515,300,5,0,5527,0,1,0,0,0),(64041,18089,530,1,1,0,1,527.463,8211.24,22.5698,1.07212,300,5,0,5527,0,1,0,0,0),(64042,18089,530,1,1,0,1,512.935,8233.39,20.1017,1.55127,300,5,0,5527,0,1,0,0,0),(64043,18089,530,1,1,0,1,526.072,8217.84,22.8198,5.36445,300,5,0,5527,0,1,0,0,0),(64044,18089,530,1,1,0,1,583.73,8215.54,6.31232,5.65458,300,5,0,5527,0,1,0,0,0),(64045,18089,530,1,1,0,1,618.981,8249.18,22.4975,1.07176,300,5,0,5527,0,1,0,0,0),(64046,18089,530,1,1,0,1,506.581,8355.65,11.7486,0.544105,300,5,0,5527,0,1,0,0,0),(64047,18089,530,1,1,0,1,309.51,8145.17,21.3741,2.14489,300,5,0,5527,0,1,0,0,0),(64048,18090,530,1,1,0,0,-1337.89,7236.77,33.5378,4.24115,300,0,0,5914,0,0,0,0,0),(64049,18091,530,1,1,0,0,244.917,7865.73,23.3105,6.03884,300,0,0,5527,0,0,0,0,0),(64050,18097,530,1,1,0,1,-2574.31,7270.19,15.5622,5.86431,300,0,0,4572,2705,0,0,0,0),(64051,18098,530,1,1,0,1,1957.68,6894.39,161.876,4.45059,300,0,0,5914,0,2,0,0,0),(64052,18099,530,1,1,0,0,-872.607,6907.52,33.8552,1.99775,300,0,0,3790000,0,2,0,0,0),(64053,18100,530,1,1,0,0,-712.814,6948.59,32.4907,1.30979,300,0,0,3790000,0,0,0,0,0),(64054,18101,530,1,1,0,0,-884.062,6859.02,35.0885,6.27298,300,0,0,3790000,0,0,0,0,0),(64055,18102,530,1,1,0,0,-819.069,7039.03,35.1808,2.97037,300,0,0,3790000,0,0,0,0,0),(64056,18103,530,1,1,0,0,9691.11,-7458.67,13.5916,4.24292,300,0,0,11828,0,2,0,0,0),(64057,18103,530,1,1,0,0,9478.78,-7268.42,14.3324,4.64258,300,0,0,11828,0,0,0,0,0),(64058,18103,530,1,1,0,0,9550.27,-7273.43,13.9279,3.55289,300,0,0,11828,0,2,0,0,0),(64059,18103,530,1,1,0,0,9955.83,-7200.42,30.8827,4.70961,300,0,0,11828,0,2,0,0,0),(64060,18103,530,1,1,0,0,9674.25,-7135.45,14.3233,5.90653,300,0,0,11828,0,2,0,0,0),(64061,18106,530,1,1,0,0,-1344.14,7226.02,33.5916,0.366519,300,0,0,6986,0,0,0,0,0),(64062,18110,530,1,1,0,0,-1809.12,6294.08,59.3563,5.72468,300,0,0,42,0,0,0,0,0),(64063,18113,530,1,1,0,1,-150.521,6979.69,19.8144,2.91456,300,5,0,4126,2486,1,0,0,0),(64064,18113,530,1,1,0,1,-118.986,6986.43,17.4767,3.92069,300,5,0,4126,2486,1,0,0,0),(64065,18113,530,1,1,0,1,-118.872,7018.84,17.5589,2.87877,300,5,0,4126,2486,1,0,0,0),(64066,18113,530,1,1,0,1,-153.573,7011.02,18.8223,3.35606,300,5,0,4126,2486,1,0,0,0),(64067,18113,530,1,1,0,1,-215.82,7040.29,17.7375,5.33669,300,5,0,4126,2486,1,0,0,0),(64068,18113,530,1,1,0,1,-194.305,7050.79,18.1263,6.02307,300,5,0,4126,2486,1,0,0,0),(64069,18113,530,1,1,0,1,-104.863,7120.78,17.9175,0.122068,300,5,0,4126,2486,1,0,0,0),(64070,18113,530,1,1,0,1,-119.947,7150.37,18.1134,4.73543,300,5,0,4126,2486,1,0,0,0),(64071,18113,530,1,1,0,1,-91.8684,7154.32,17.6102,0.277905,300,5,0,4126,2486,1,0,0,0),(64072,18113,530,1,1,0,1,-89.1582,7125.41,17.8966,2.60101,300,5,0,4126,2486,1,0,0,0),(64073,18113,530,1,1,0,1,-105.876,7248.4,23.1157,5.97549,300,5,0,4126,2486,1,0,0,0),(64074,18113,530,1,1,0,1,-157.759,7312.83,23.3119,0.60482,300,5,0,4126,2486,1,0,0,0),(64075,18113,530,1,1,0,1,-129.633,7320.33,23.1377,2.43676,300,5,0,4126,2486,1,0,0,0),(64076,18113,530,1,1,0,1,-179.312,7279.06,23.3941,5.08901,300,5,0,4126,2486,1,0,0,0),(64077,18113,530,1,1,0,1,-185.681,7247.79,22.9511,3.92727,300,5,0,4126,2486,1,0,0,0),(64078,18113,530,1,1,0,1,-202.676,7323.13,44.423,3.61926,300,5,0,4126,2486,1,0,0,0),(64079,18113,530,1,1,0,1,-154.884,7340.88,22.5789,1.76743,300,5,0,4126,2486,1,0,0,0),(64080,18114,530,1,1,0,0,-231.976,7018.17,24.416,0.314159,300,0,0,4126,2486,0,0,0,0),(64081,18114,530,1,1,0,0,-128.418,6967.14,23.5976,1.02974,300,0,0,4126,2486,0,0,0,0),(64082,18114,530,1,1,0,0,-101.028,7015.41,23.2452,3.36848,300,0,0,4126,2486,0,0,0,0),(64083,18114,530,1,1,0,0,-131.385,7016.44,23.6436,5.28835,300,0,0,4126,2486,0,0,0,0),(64084,18114,530,1,1,0,0,-201.502,7016.33,25.5346,2.11185,300,0,0,4126,2486,0,0,0,0),(64085,18114,530,1,1,0,0,-205.799,7066.03,23.98,4.10152,300,0,0,4126,2486,0,0,0,0),(64086,18114,530,1,1,0,0,-118.048,7134.01,24.3502,0.628319,300,0,0,4126,2486,0,0,0,0),(64087,18114,530,1,1,0,0,-116.441,7165.65,23.9783,5.79449,300,0,0,4126,2486,0,0,0,0),(64088,18114,530,1,1,0,0,-67.304,7139.39,24.1429,2.58309,300,0,0,4126,2486,0,0,0,0),(64089,18114,530,1,1,0,0,-134.578,7248.8,29.7971,2.16421,300,0,0,4126,2486,0,0,0,0),(64090,18114,530,1,1,0,0,-123.808,7285.2,29.2727,3.36848,300,0,0,4126,2486,0,0,0,0),(64091,18114,530,1,1,0,0,-165.484,7249.84,30.2422,1.27409,300,0,0,4126,2486,0,0,0,0),(64092,18114,530,1,1,0,0,-314.694,7265.77,36.0054,5.68977,300,0,0,4126,2486,0,0,0,0),(64093,18114,530,1,1,0,0,-318.478,7241.39,35.642,0.05236,300,0,0,4126,2486,0,0,0,0),(64094,18115,530,1,1,0,1,1167.74,8068.64,17.7165,5.14308,300,5,0,5341,0,1,0,0,0),(64095,18115,530,1,1,0,1,1195.73,8037.8,19.094,5.83571,300,5,0,5341,0,1,0,0,0),(64096,18115,530,1,1,0,1,1157.95,8106.13,20.4654,4.73345,300,5,0,5341,0,1,0,0,0),(64097,18115,530,1,1,0,1,1216.3,8112.82,17.6484,6.04537,300,5,0,5341,0,1,0,0,0),(64098,18115,530,1,1,0,1,1253.35,8146.55,19.1209,2.70066,300,5,0,5341,0,1,0,0,0),(64099,18115,530,1,1,0,1,1167.77,8161.12,24.1665,5.74213,300,0,0,5341,0,0,0,0,0),(64100,18115,530,1,1,0,1,1153.11,8185.61,17.7887,1.73198,300,5,0,5341,0,1,0,0,0),(64101,18115,530,1,1,0,1,1191.67,8208.33,17.6609,5.40612,300,5,0,5341,0,1,0,0,0),(64102,18115,530,1,1,0,1,1222.1,8214.55,17.578,5.82991,300,5,0,5341,0,1,0,0,0),(64103,18115,530,1,1,0,1,1256.8,8213.88,18.6055,5.98449,300,5,0,5341,0,1,0,0,0),(64104,18115,530,1,1,0,1,1083.68,8116.53,17.5015,0.708792,300,5,0,5341,0,1,0,0,0),(64105,18115,530,1,1,0,1,1099.64,8180,29.5108,2.11185,300,0,0,5341,0,0,0,0,0),(64106,18115,530,1,1,0,1,1068.2,8185.21,28.7677,1.0821,300,0,0,5341,0,0,0,0,0),(64107,18115,530,1,1,0,1,1138.14,8211.61,18.1205,3.71782,300,5,0,5341,0,1,0,0,0),(64108,18115,530,1,1,0,1,1113.87,8155.11,22.5399,2.90806,300,5,0,5341,0,1,0,0,0),(64109,18115,530,1,1,0,1,1049.75,8161.8,23.6241,1.65953,300,5,0,5341,0,1,0,0,0),(64110,18115,530,1,1,0,1,1026.79,8179.9,21.4841,6.12623,300,5,0,5341,0,1,0,0,0),(64111,18115,530,1,1,0,1,1038.15,8218.2,17.8668,3.07223,300,5,0,5341,0,1,0,0,0),(64112,18115,530,1,1,0,1,1044.41,8235.18,22.573,5.14872,300,0,0,5341,0,0,0,0,0),(64113,18115,530,1,1,0,1,1033.38,8261.06,32.4733,5.34071,300,0,0,5341,0,0,0,0,0),(64114,18115,530,1,1,0,1,1152.07,8260.34,18.5426,0.678242,300,5,0,5341,0,1,0,0,0),(64115,18115,530,1,1,0,1,1121.03,8287.02,22.2115,5.90654,300,5,0,5341,0,1,0,0,0),(64116,18115,530,1,1,0,1,1080.97,8304.32,17.4991,4.15369,300,5,0,5341,0,1,0,0,0),(64117,18115,530,1,1,0,1,1153.93,8315.23,17.4959,0.18683,300,5,0,5341,0,1,0,0,0),(64118,18115,530,1,1,0,1,1198.8,8259.62,18.1251,2.05459,300,5,0,5341,0,1,0,0,0),(64119,18115,530,1,1,0,1,1168.57,8316.62,25.2594,5.2709,300,0,0,5341,0,0,0,0,0),(64120,18115,530,1,1,0,1,1188.98,8274.29,18.1991,1.35431,300,5,0,5341,0,1,0,0,0),(64121,18115,530,1,1,0,1,1218.31,8319.26,18.1256,0.498897,300,5,0,5341,0,1,0,0,0),(64122,18115,530,1,1,0,1,1193.26,8350.35,17.5302,1.33294,300,5,0,5341,0,1,0,0,0),(64123,18116,530,1,1,0,1,1155.19,8017.35,18.077,5.98062,300,5,0,5341,0,1,0,0,0),(64124,18116,530,1,1,0,1,1214.61,8135.3,23.8861,2.67035,300,0,0,5341,0,0,0,0,0),(64125,18116,530,1,1,0,1,1215.59,8164.67,24.2244,3.7001,300,5,0,5341,0,1,0,0,0),(64126,18116,530,1,1,0,1,1182.41,8154.07,18.1759,0.34501,300,5,0,5341,0,1,0,0,0),(64127,18116,530,1,1,0,1,1177.08,8143.75,18.3696,1.91588,300,5,0,5341,0,1,0,0,0),(64128,18116,530,1,1,0,1,1114.67,8177.17,22.2693,3.00304,300,5,0,5341,0,1,0,0,0),(64129,18116,530,1,1,0,1,1078.42,8125.81,19.2807,0.094905,300,5,0,5341,0,1,0,0,0),(64130,18116,530,1,1,0,1,1055.49,8243.23,22.5908,5.53269,300,0,0,5341,0,0,0,0,0),(64131,18116,530,1,1,0,1,1090.87,8214.88,22.2845,0.395846,300,5,0,5341,0,1,0,0,0),(64132,18116,530,1,1,0,1,1109.69,8218.36,28.8853,3.4383,300,0,0,5341,0,0,0,0,0),(64133,18116,530,1,1,0,1,1118.35,8251.92,20.7372,5.92742,300,5,0,5341,0,1,0,0,0),(64134,18116,530,1,1,0,1,1171.62,8267.39,24.9867,0.994838,300,0,0,5341,0,0,0,0,0),(64135,18116,530,1,1,0,1,1188.98,8281.25,17.9491,3.76749,300,5,0,5341,0,1,0,0,0),(64136,18116,530,1,1,0,1,1190.94,8301.2,17.9613,5.50315,300,5,0,5341,0,1,0,0,0),(64137,18116,530,1,1,0,1,1198.93,8314.51,24.234,4.10152,300,0,0,5341,0,0,0,0,0),(64138,18116,530,1,1,0,1,1236.81,8293.36,21.843,1.37815,300,5,0,5341,0,1,0,0,0),(64139,18117,530,1,1,0,1,992.036,7521.36,22.8163,5.8294,300,0,0,5341,0,0,0,0,0),(64140,18117,530,1,1,0,1,585.399,7853.1,22.2222,5.3058,300,0,0,5341,0,0,0,0,0),(64141,18117,530,1,1,0,1,624.406,7857.07,22.4752,4.32842,300,0,0,5341,0,0,0,0,0),(64142,18117,530,1,1,0,1,577.584,7887.58,23.0058,2.80998,300,0,0,5341,0,0,0,0,0),(64143,18117,530,1,1,0,1,674.754,7722.04,19.6303,4.43314,300,0,0,5341,0,0,0,0,0),(64144,18117,530,1,1,0,1,752.574,7831.54,22.5965,4.04916,300,0,0,5341,0,0,0,0,0),(64145,18117,530,1,1,0,1,750.429,7806.38,22.3605,0.890118,300,0,0,5341,0,0,0,0,0),(64146,18117,530,1,1,0,1,695.434,7774.32,22.3663,4.2237,300,0,0,5341,0,0,0,0,0),(64147,18117,530,1,1,0,1,781.741,7717.05,21.8578,4.43314,300,0,0,5341,0,0,0,0,0),(64148,18117,530,1,1,0,1,765.794,7746.61,23.1388,2.02458,300,0,0,5341,0,0,0,0,0),(64149,18117,530,1,1,0,1,736.523,7658.3,23.6189,5.02655,300,0,0,5341,0,0,0,0,0),(64150,18117,530,1,1,0,1,779.305,7694.17,22.7156,1.44862,300,0,0,5341,0,0,0,0,0),(64151,18117,530,1,1,0,1,815.408,7747.87,23.1751,1.90241,300,0,0,5341,0,0,0,0,0),(64152,18117,530,1,1,0,1,759.903,7621.83,22.2174,2.77507,300,0,0,5341,0,0,0,0,0),(64153,18117,530,1,1,0,1,808.254,7588.43,23.1245,4.92183,300,0,0,5341,0,0,0,0,0),(64154,18117,530,1,1,0,1,830.208,7548.12,22.0526,4.88692,300,0,0,5341,0,0,0,0,0),(64155,18117,530,1,1,0,1,879.194,7644.03,22.5651,2.82743,300,0,0,5341,0,0,0,0,0),(64156,18117,530,1,1,0,1,918.759,7527.04,21.9374,4.95674,300,0,0,5341,0,0,0,0,0),(64157,18117,530,1,1,0,1,1012.02,7571.96,23.1714,2.35619,300,0,0,5341,0,0,0,0,0),(64158,18117,530,1,1,0,1,978.35,7582.06,22.6285,3.33976,300,5,0,5341,0,1,0,0,0),(64159,18117,530,1,1,0,1,1029.55,7604.27,21.8623,5.59051,300,5,0,5341,0,1,0,0,0),(64160,18117,530,1,1,0,1,1033.82,7654.74,22.9859,4.46804,300,0,0,5341,0,0,0,0,0),(64161,18117,530,1,1,0,1,1033.02,7629.75,22.4873,1.76278,300,0,0,5341,0,0,0,0,0),(64162,18117,530,1,1,0,1,1013.63,7676.49,23.3867,0.791501,300,0,0,5341,0,0,0,0,0),(64163,18117,530,1,1,0,1,1051.71,7716.88,22.2702,3.7572,300,5,0,5341,0,1,0,0,0),(64164,18117,530,1,1,0,1,1033.57,7854.39,23.3938,2.05949,300,0,0,5341,0,0,0,0,0),(64165,18117,530,1,1,0,1,988.176,7746.05,22.1598,2.54818,300,0,0,5341,0,0,0,0,0),(64166,18117,530,1,1,0,1,982.464,7780.46,22.5147,0.925025,300,0,0,5341,0,0,0,0,0),(64167,18117,530,1,1,0,1,917.892,7730.02,22.1771,3.08923,300,0,0,5341,0,0,0,0,0),(64168,18117,530,1,1,0,1,943.678,7662.13,22.4992,0.05236,300,0,0,5341,0,0,0,0,0),(64169,18117,530,1,1,0,1,966.765,7674.41,23.7949,4.7822,300,0,0,5341,0,0,0,0,0),(64170,18117,530,1,1,0,1,932.538,7764.6,21.4821,1.60964,300,5,0,5341,0,1,0,0,0),(64171,18117,530,1,1,0,1,962.34,7811.7,23.4413,2.02458,300,0,0,5341,0,0,0,0,0),(64172,18117,530,1,1,0,1,889.955,7695.32,22.5625,2.16421,300,0,0,5341,0,0,0,0,0),(64173,18117,530,1,1,0,1,946.821,7629.55,23.1202,1.22173,300,0,0,5341,0,0,0,0,0),(64174,18117,530,1,1,0,1,842.758,7654.29,23.3633,5.23599,300,0,0,5341,0,0,0,0,0),(64175,18117,530,1,1,0,1,869.685,7828.73,22.6429,0.034907,300,0,0,5341,0,0,0,0,0),(64176,18117,530,1,1,0,1,839.46,7811.04,23.2227,2.46091,300,0,0,5341,0,0,0,0,0),(64177,18117,530,1,1,0,1,889.794,7864.81,23.4909,5.0091,300,0,0,5341,0,0,0,0,0),(64178,18117,530,1,1,0,1,845.762,7840.83,22.3049,5.55015,300,0,0,5341,0,0,0,0,0),(64179,18117,530,1,1,0,1,911.679,7880.39,23.6075,3.31613,300,0,0,5341,0,0,0,0,0),(64180,18117,530,1,1,0,1,962.612,7876.4,21.5297,2.47837,300,0,0,5341,0,0,0,0,0),(64181,18117,530,1,1,0,1,932.323,7921.7,22.7582,1.20428,300,0,0,5341,0,0,0,0,0),(64182,18117,530,1,1,0,1,961.219,7950.26,22.2033,4.2237,300,0,0,5341,0,0,0,0,0),(64183,18117,530,1,1,0,1,1015.9,7869.54,23.8743,6.00393,300,0,0,5341,0,0,0,0,0),(64184,18117,530,1,1,0,1,968.721,7919.69,22.5096,3.87463,300,0,0,5341,0,0,0,0,0),(64185,18117,530,1,1,0,1,1033.19,7965.4,22.3987,1.09956,300,0,0,5341,0,0,0,0,0),(64186,18117,530,1,1,0,1,1046.68,7950.01,23.162,4.72263,300,5,0,5341,0,1,0,0,0),(64187,18117,530,1,1,0,1,1032.5,8010.4,22.7034,1.64061,300,0,0,5341,0,0,0,0,0),(64188,18117,530,1,1,0,1,999.46,8022.43,22.6812,0.994838,300,0,0,5341,0,0,0,0,0),(64189,18117,530,1,1,0,1,928.689,7966.65,22.1948,4.69494,300,0,0,5341,0,0,0,0,0),(64190,18117,530,1,1,0,1,825.788,7972.54,23.4548,1.72788,300,0,0,5341,0,0,0,0,0),(64191,18117,530,1,1,0,1,857.052,7976.87,23.3752,4.67345,300,5,0,5341,0,1,0,0,0),(64192,18117,530,1,1,0,1,843.819,7931.77,21.8465,1.02974,300,0,0,5341,0,0,0,0,0),(64193,18117,530,1,1,0,1,765.24,7905.98,22.7372,1.91986,300,0,0,5341,0,0,0,0,0),(64194,18117,530,1,1,0,1,751.278,7887.34,22.8577,1.50098,300,0,0,5341,0,0,0,0,0),(64195,18118,530,1,1,0,1,605.008,7910.22,24.0243,3.6905,300,5,0,5341,0,1,0,0,0),(64196,18117,530,1,1,0,1,772.104,8029.29,21.9956,1.66976,300,5,0,5341,0,1,0,0,0),(64197,18118,530,1,1,0,1,635.365,7891.39,22.6852,5.84373,300,5,0,4274,2568,1,0,0,0),(64198,18118,530,1,1,0,1,685.028,7827.3,22.1949,5.52856,300,5,0,4274,2568,1,0,0,0),(64199,18118,530,1,1,0,1,770.132,7774.85,22.6732,0.445934,300,0,0,4274,2568,2,0,0,0),(64200,18118,530,1,1,0,1,644.854,7864.84,22.3112,2.82466,300,0,0,4274,2568,2,0,0,0),(64201,18118,530,1,1,0,1,811.414,7821.9,24.4337,2.15959,300,5,0,4274,2568,1,0,0,0),(64202,18118,530,1,1,0,1,986.003,7654.36,22.0528,2.26279,300,5,0,4274,2568,1,0,0,0),(64203,18118,530,1,1,0,1,1026.03,7752.1,19.5052,1.13552,300,5,0,4274,2568,1,0,0,0),(64204,18118,530,1,1,0,1,986.488,7724.7,21.4559,1.96491,300,5,0,4274,2568,1,0,0,0),(64205,18118,530,1,1,0,1,1001.36,7678.71,22.9349,0.191326,300,5,0,4274,2568,1,0,0,0),(64206,18118,530,1,1,0,1,879.757,7735.77,24.1669,2.11356,300,5,0,4274,2568,1,0,0,0),(64207,18118,530,1,1,0,1,985.97,7837.71,21.7641,4.40484,300,5,0,4274,2568,1,0,0,0),(64208,18118,530,1,1,0,1,940.475,7914.06,23.5689,0.93999,300,5,0,4274,2568,1,0,0,0),(64209,18118,530,1,1,0,1,1033.8,7923.98,20.4459,1.29385,300,5,0,4274,2568,1,0,0,0),(64210,18118,530,1,1,0,1,952.008,7978.58,23.9164,4.01056,300,5,0,4274,2568,1,0,0,0),(64211,18118,530,1,1,0,1,785.02,7982.65,22.0528,1.11493,300,5,0,4274,2568,1,0,0,0),(64212,18118,530,1,1,0,1,805.798,7933.78,23.496,4.82984,300,5,0,4274,2568,1,0,0,0),(64213,18118,530,1,1,0,1,772.929,7908.65,20.4256,0.617525,300,5,0,4274,2568,1,0,0,0),(64214,18119,530,1,1,0,1,1249.31,8606.91,22.2359,3.57792,300,0,0,5341,0,0,0,0,0),(64215,18119,530,1,1,0,1,1192,8528.65,17.4574,6.26573,300,0,0,5341,0,0,0,0,0),(64216,18119,530,1,1,0,1,1252.02,8482.8,23.0343,3.22886,300,0,0,5341,0,0,0,0,0),(64217,18119,530,1,1,0,1,1238.49,8497.46,23.0323,4.43314,300,0,0,5341,0,0,0,0,0),(64218,18119,530,1,1,0,1,1130.21,8496.48,17.4852,4.18879,300,0,0,5341,0,0,0,0,0),(64219,18119,530,1,1,0,1,1130.25,8557.14,18.3287,3.00197,300,0,0,5341,0,0,0,0,0),(64220,18119,530,1,1,0,1,1016.39,8568.43,22.2351,5.18363,300,0,0,5341,0,0,0,0,0),(64221,18119,530,1,1,0,1,1096.15,8609.37,21.9782,3.01942,300,0,0,5341,0,0,0,0,0),(64222,18119,530,1,1,0,1,1128.72,8647.46,22.6402,5.5676,300,0,0,5341,0,0,0,0,0),(64223,18120,530,1,1,0,1,1394.52,8623.38,9.4831,3.23446,300,0,0,5527,0,2,0,0,0),(64224,18120,530,1,1,0,1,1484.3,8625.4,-22.3558,3.40339,300,0,0,5527,0,0,0,0,0),(64225,18120,530,1,1,0,1,1483.27,8607.94,-21.2415,2.75762,300,0,0,5527,0,0,0,0,0),(64226,18120,530,1,1,0,1,1657.62,8629.99,12.3098,4.50281,300,5,0,5527,0,1,0,0,0),(64227,18120,530,1,1,0,1,1666.78,8584.28,5.44218,0.790923,300,5,0,5527,0,1,0,0,0),(64228,18120,530,1,1,0,1,1764.78,8621.49,3.29565,3.50196,300,0,0,5527,0,2,0,0,0),(143199,23929,571,1,1,0,0,2440.74,-6130.04,1.54857,0.089943,120,5,0,1,0,1,0,0,0),(64231,18120,530,1,1,0,1,1622.21,8506.3,-7.91516,2.23501,300,5,0,5527,0,1,0,0,0),(64232,18120,530,1,1,0,1,1608.69,8551.91,-15.6161,2.68401,300,0,0,5527,0,2,0,0,0),(64233,18120,530,1,1,0,1,1715.04,8481.7,-4.55335,3.01942,300,0,0,5527,0,0,0,0,0),(64234,18120,530,1,1,0,1,1714.45,8396.25,-26.7423,4.65885,300,5,0,5527,0,1,0,0,0),(64235,18120,530,1,1,0,1,1762.23,8419.85,-13.0764,5.93659,300,5,0,5527,0,1,0,0,0),(64236,18120,530,1,1,0,1,1807.64,8515.62,-16.3126,0.709368,300,5,0,5527,0,1,0,0,0),(64237,18120,530,1,1,0,1,1819.48,8549.05,-15.778,4.78996,300,5,0,5527,0,1,0,0,0),(64238,18120,530,1,1,0,1,1793.71,8615.6,-3.0752,5.57795,300,5,0,5527,0,1,0,0,0),(64239,18120,530,1,1,0,1,1643.83,8612.98,-31.1259,5.05577,300,0,0,5527,0,2,0,0,0),(143198,23929,571,1,1,0,0,2436.97,-6086.43,-7.68864,2.88879,120,5,0,1,0,1,0,0,0),(64241,18120,530,1,1,0,1,1654.65,8521.53,-53.5835,3.14159,300,0,0,5527,0,2,0,0,0),(64243,18120,530,1,1,0,1,1677.2,8525.01,-0.2607,4.74729,300,0,0,5527,0,0,0,0,0),(64244,18120,530,1,1,0,1,1667.21,8525.35,0.66946,4.57276,300,0,0,5527,0,0,0,0,0),(64245,18120,530,1,1,0,1,1692.69,8474.78,-6.9911,2.09439,300,0,0,5527,0,0,0,0,0),(64246,18121,530,1,1,0,1,1483.5,8615.96,-23.3291,0.142035,300,0,0,4422,2620,2,0,0,0),(64247,18121,530,1,1,0,1,1644.03,8535.39,4.23555,0.046091,300,5,0,4422,2620,1,0,0,0),(64248,18121,530,1,1,0,1,1646.64,8487.72,-9.06787,0.264881,300,5,0,4422,2620,1,0,0,0),(64249,18121,530,1,1,0,1,1676.52,8442.01,-21.524,1.65394,300,5,0,4422,2620,1,0,0,0),(64250,18121,530,1,1,0,1,1708.92,8468.69,-5.87826,2.33874,300,0,0,4422,2620,0,0,0,0),(64251,18121,530,1,1,0,1,1752.79,8483.9,-14.4041,5.68335,300,5,0,4422,2620,1,0,0,0),(64252,18121,530,1,1,0,1,1785.24,8448.58,-12.5883,5.58148,300,5,0,4422,2620,1,0,0,0),(64253,18121,530,1,1,0,1,1828.55,8479.11,-12.7495,6.20301,300,5,0,4422,2620,1,0,0,0),(64254,18121,530,1,1,0,1,1835.25,8431.16,-12.6788,0.488656,300,5,0,4422,2620,1,0,0,0),(64255,18121,530,1,1,0,1,1860.04,8431.12,-11.8835,5.43358,300,5,0,4422,2620,1,0,0,0),(64256,18121,530,1,1,0,1,1770.36,8565.79,-4.12547,1.16285,300,5,0,4422,2620,1,0,0,0),(64257,18121,530,1,1,0,1,1751.02,8646.42,2.64672,1.50419,300,5,0,4422,2620,1,0,0,0),(64258,18121,530,1,1,0,1,1708.03,8637.59,9.2463,4.64692,300,5,0,4422,2620,1,0,0,0),(64260,18121,530,1,1,0,1,1602.79,8598.96,-31.2259,3.47197,300,5,0,4422,2620,1,0,0,0),(64261,18121,530,1,1,0,1,1819.45,8405.81,-8.42151,1.71042,300,5,0,4422,2620,1,0,0,0),(64262,18122,530,1,1,0,1,-859.447,5797.86,21.1635,1.55334,300,0,0,3868,0,0,0,0,0),(64263,18122,530,1,1,0,1,-863.031,5801.87,21.3147,6.24828,300,0,0,3868,0,0,0,0,0),(64264,18122,530,1,1,0,1,-852.591,5960.76,21.7491,2.87979,300,0,0,3868,0,0,0,0,0),(64265,18122,530,1,1,0,1,-850.813,5966.77,22.1918,3.7001,300,0,0,3868,0,0,0,0,0),(64266,18122,530,1,1,0,1,-784.134,5911.02,19.8522,1.09956,300,0,0,3868,0,0,0,0,0),(64267,18122,530,1,1,0,1,-786.815,5914.09,21.6022,0.244346,300,0,0,3868,0,0,0,0,0),(64268,18122,530,1,1,0,1,-718.748,5920.76,21.8384,3.01942,300,0,0,3868,0,0,0,0,0),(64269,18122,530,1,1,0,1,-721.536,5917.6,22.8384,1.25664,300,0,0,3868,0,0,0,0,0),(64270,18122,530,1,1,0,1,-752.406,5979.66,23.7118,1.85799,300,5,0,3868,0,1,0,0,0),(64271,18122,530,1,1,0,1,-664.72,5948.63,23.1659,0.453786,300,0,0,3868,0,0,0,0,0),(64272,18122,530,1,1,0,1,-666.344,5953.16,23.3262,6.26573,300,0,0,3868,0,0,0,0,0),(64273,18122,530,1,1,0,1,-597.818,5852.18,22.6609,2.34861,300,5,0,3868,0,1,0,0,0),(64274,18122,530,1,1,0,1,-606.273,5867.05,22.1019,4.52479,300,5,0,3868,0,1,0,0,0),(64275,18122,530,1,1,0,1,-562.426,5824.5,21.3037,2.00713,300,0,0,3868,0,0,0,0,0),(64276,18122,530,1,1,0,1,-558.422,5828.14,21.4287,2.58309,300,0,0,3868,0,0,0,0,0),(64277,18122,530,1,1,0,1,-535.25,5921.69,22.6898,3.90954,300,0,0,3868,0,0,0,0,0),(64278,18122,530,1,1,0,1,-540.037,5922.28,23.4805,5.35816,300,0,0,3868,0,0,0,0,0),(64279,18122,530,1,1,0,1,-483.478,5928.9,23.94,1.46608,300,0,0,3868,0,0,0,0,0),(64280,18122,530,1,1,0,1,-478.534,5929.29,23.567,1.98968,300,0,0,3868,0,0,0,0,0),(64281,18122,530,1,1,0,1,-658.207,5709.47,11.4555,3.89315,300,5,0,3868,0,1,0,0,0),(64282,18122,530,1,1,0,1,-652.699,5720.11,22.3363,5.59979,300,5,0,3868,0,1,0,0,0),(64283,18122,530,1,1,0,1,-416.497,5744.55,21.029,3.26595,300,5,0,3868,0,1,0,0,0),(64284,18122,530,1,1,0,1,-348.194,6117.05,22.2866,3.10623,300,5,0,3868,0,1,0,0,0),(64285,18122,530,1,1,0,1,-347.229,6240.95,22.8762,2.75762,300,0,0,3868,0,0,0,0,0),(64286,18122,530,1,1,0,1,-417.693,6192.3,23.5274,2.56563,300,0,0,3868,0,0,0,0,0),(64287,18122,530,1,1,0,1,-418.71,6197.34,23.2567,3.80482,300,0,0,3868,0,0,0,0,0),(64288,18122,530,1,1,0,1,-410.832,6144.28,23.387,5.09636,300,0,0,3868,0,0,0,0,0),(64289,18122,530,1,1,0,1,-406.068,6142.23,22.4493,3.89208,300,0,0,3868,0,0,0,0,0),(64290,18122,530,1,1,0,1,-424.806,6273.55,21.004,4.55531,300,0,0,3868,0,0,0,0,0),(64291,18122,530,1,1,0,1,-428.099,6275.18,20.879,4.88692,300,0,0,3868,0,0,0,0,0),(64292,18122,530,1,1,0,1,-379.921,6352.51,10.5854,1.11432,300,5,0,3868,0,1,0,0,0),(64293,18122,530,1,1,0,1,-391.297,6387.89,24.2251,0.383972,300,0,0,3868,0,0,0,0,0),(64294,18122,530,1,1,0,1,-391.523,6384.94,24.1102,0.261799,300,0,0,3868,0,0,0,0,0),(64295,18122,530,1,1,0,1,-343.548,6341.52,21.6315,1.18682,300,0,0,3868,0,0,0,0,0),(64296,18122,530,1,1,0,1,-345.528,6344.05,22.0081,6.23082,300,0,0,3868,0,0,0,0,0),(64297,18122,530,1,1,0,1,-288.241,6360.05,24.2996,5.09636,300,0,0,3868,0,0,0,0,0),(64298,18122,530,1,1,0,1,-285.218,6359.93,24.4246,4.18879,300,0,0,3868,0,0,0,0,0),(64299,18122,530,1,1,0,1,-254.408,6310.93,23.0333,6.17846,300,0,0,3868,0,0,0,0,0),(64300,18122,530,1,1,0,1,-253.073,6307.49,23.3408,0.820305,300,0,0,3868,0,0,0,0,0),(64301,18123,530,1,1,0,0,532.26,6254.5,23.6276,2.32129,300,0,0,4006,0,0,0,0,0),(64302,18123,530,1,1,0,0,531.999,6258.44,23.7552,3.94444,300,0,0,4006,0,0,0,0,0),(64303,18123,530,1,1,0,0,506.514,6322.06,23.533,6.23082,300,0,0,4006,0,0,0,0,0),(64304,18123,530,1,1,0,0,507.636,6318.18,24.033,1.36136,300,0,0,4006,0,0,0,0,0),(64305,18123,530,1,1,0,0,473.343,6287.1,21.7821,3.04874,300,5,0,4006,0,1,0,0,0),(64306,18123,530,1,1,0,0,549.604,6318.02,22.0162,5.21498,300,5,0,4006,0,1,0,0,0),(64307,18123,530,1,1,0,0,574.174,6282.38,22.6,0.226893,300,0,0,4006,0,0,0,0,0),(64308,18123,530,1,1,0,0,575.975,6286.29,22.425,5.37561,300,0,0,4006,0,0,0,0,0),(64309,18123,530,1,1,0,0,548.922,6139.82,23.0348,4.01426,300,0,0,4006,0,0,0,0,0),(64310,18123,530,1,1,0,0,604.341,6150.91,21.9603,6.14356,300,0,0,4006,0,0,0,0,0),(64311,18123,530,1,1,0,0,606.458,6155,21.9603,5.06145,300,0,0,4006,0,0,0,0,0),(64312,18123,530,1,1,0,0,544.438,6141.38,23.2616,5.23599,300,0,0,4006,0,0,0,0,0),(64313,18123,530,1,1,0,0,618.503,6274.85,22.9971,4.31096,300,0,0,4006,0,0,0,0,0),(64314,18123,530,1,1,0,0,622.81,6273.66,22.7686,3.68265,300,0,0,4006,0,0,0,0,0),(64315,18123,530,1,1,0,0,636.628,6324.44,22.4252,2.63902,300,5,0,4006,0,1,0,0,0),(64316,18123,530,1,1,0,0,675.07,6399.41,21.7353,0.488692,300,0,0,4006,0,0,0,0,0),(64317,18123,530,1,1,0,0,747.418,6389.41,21.9388,1.41372,300,0,0,4006,0,0,0,0,0),(64318,18123,530,1,1,0,0,596.965,6353.18,23.0467,3.76991,300,0,0,4006,0,0,0,0,0),(64319,18123,530,1,1,0,0,594.399,6356.49,23.5467,4.86947,300,0,0,4006,0,0,0,0,0),(64320,18123,530,1,1,0,0,650.965,6433.88,21.3688,0.244346,300,0,0,4006,0,0,0,0,0),(64321,18123,530,1,1,0,0,650.367,6437.26,21.3423,5.70723,300,0,0,4006,0,0,0,0,0),(64322,18123,530,1,1,0,0,675.614,6404.75,22.1034,5.60251,300,0,0,4006,0,0,0,0,0),(64323,18123,530,1,1,0,0,489.86,6354.92,22.1633,0.890118,300,0,0,4006,0,0,0,0,0),(64324,18123,530,1,1,0,0,488.88,6358.51,22.6501,0.331613,300,0,0,4006,0,0,0,0,0),(64325,18123,530,1,1,0,0,699.943,6486.5,21.7743,5.39307,300,0,0,4006,0,0,0,0,0),(64326,18123,530,1,1,0,0,703.073,6487.19,21.9172,4.74729,300,5,0,4006,0,1,0,0,0),(64327,18123,530,1,1,0,0,732.42,6438.69,22.4277,2.48889,300,5,0,4006,0,1,0,0,0),(64328,18123,530,1,1,0,0,784.085,6431.38,21.0809,6.00393,300,0,0,4006,0,0,0,0,0),(64329,18123,530,1,1,0,0,786.186,6426.94,21.3824,1.01229,300,0,0,4006,0,0,0,0,0),(64330,18123,530,1,1,0,0,778.926,6397.84,21.9175,1.50098,300,0,0,4006,0,0,0,0,0),(64331,18123,530,1,1,0,0,783.583,6399.44,21.7728,2.35619,300,0,0,4006,0,0,0,0,0),(64332,18123,530,1,1,0,0,706.796,8036.88,23.6897,3.78736,300,0,0,4006,0,0,0,0,0),(64333,18123,530,1,1,0,0,703.262,8037.8,24.2706,5.5676,300,0,0,4006,0,0,0,0,0),(64334,18123,530,1,1,0,0,736.617,8113.02,22.7702,3.735,300,0,0,4006,0,0,0,0,0),(64335,18123,530,1,1,0,0,733.028,8117.83,23.0763,4.43314,300,0,0,4006,0,0,0,0,0),(64336,18123,530,1,1,0,0,685.943,8177.75,22.2063,1.62316,300,0,0,4006,0,0,0,0,0),(64337,18123,530,1,1,0,0,689.325,8228.51,22.9009,1.62316,300,0,0,4006,0,0,0,0,0),(64338,18123,530,1,1,0,0,644.82,8172.45,22.552,0.261799,300,0,0,4006,0,0,0,0,0),(64339,18123,530,1,1,0,0,665.173,8206.49,21.9708,5.20108,300,0,0,4006,0,0,0,0,0),(64340,18123,530,1,1,0,0,651.833,8104.3,27.2807,4.53786,300,0,0,4006,0,0,0,0,0),(64341,18123,530,1,1,0,0,584.448,8133.22,22.6611,2.77507,300,0,0,4006,0,0,0,0,0),(64342,18123,530,1,1,0,0,652.767,8108.49,27.2807,0.139626,300,0,0,4006,0,0,0,0,0),(64343,18123,530,1,1,0,0,546.953,8092.44,23.0819,4.20624,300,0,0,4006,0,0,0,0,0),(64344,18123,530,1,1,0,0,575.219,8077.91,23.6745,3.05433,300,0,0,4006,0,0,0,0,0),(64345,18123,530,1,1,0,0,574.701,8081.41,23.6805,4.10152,300,0,0,4006,0,0,0,0,0),(64346,18123,530,1,1,0,0,581.911,8129.57,22.5361,1.72788,300,0,0,4006,0,0,0,0,0),(64347,18123,530,1,1,0,0,566.99,8043.75,23.1296,2.58309,300,0,0,4006,0,0,0,0,0),(64348,18123,530,1,1,0,0,512.629,8039.94,23.7827,1.51844,300,0,0,4006,0,0,0,0,0),(64349,18123,530,1,1,0,0,508.445,8042.18,24.0327,0.314159,300,0,0,4006,0,0,0,0,0),(64350,18123,530,1,1,0,0,518.198,8064.94,22.3964,0.541052,300,0,0,4006,0,0,0,0,0),(64351,18123,530,1,1,0,0,494.727,8052.29,22.8965,1.09956,300,0,0,4006,0,0,0,0,0),(64352,18123,530,1,1,0,0,516.519,8071.87,22.3674,0.296706,300,0,0,4006,0,0,0,0,0),(64353,18123,530,1,1,0,0,424.792,8059.81,24.3426,3.07178,300,0,0,4006,0,0,0,0,0),(64354,18123,530,1,1,0,0,423.662,8063.48,24.4676,3.9619,300,0,0,4006,0,0,0,0,0),(64355,18123,530,1,1,0,0,495.723,8108.9,21.2581,0.034907,300,0,0,4006,0,0,0,0,0),(64356,18123,530,1,1,0,0,458.99,8120.9,22.0214,0.139626,300,0,0,4006,0,0,0,0,0),(64357,18123,530,1,1,0,0,462.253,8118.3,22.6464,1.46608,300,0,0,4006,0,0,0,0,0),(64358,18123,530,1,1,0,0,403.828,8132.38,21.4938,2.19912,300,0,0,4006,0,0,0,0,0),(64359,18123,530,1,1,0,0,406.757,8135.51,21.6265,2.87979,300,0,0,4006,0,0,0,0,0),(64360,18123,530,1,1,0,0,483.061,8157.92,21.0674,0.314159,300,0,0,4006,0,0,0,0,0),(64361,18123,530,1,1,0,0,482.618,8161.38,21.3174,0.087266,300,0,0,4006,0,0,0,0,0),(64362,18123,530,1,1,0,0,427.423,8178.13,21.6989,5.53269,300,0,0,4006,0,0,0,0,0),(64363,18123,530,1,1,0,0,431.102,8178.92,22.1989,4.18879,300,0,0,4006,0,0,0,0,0),(64364,18123,530,1,1,0,0,564.313,8174.06,23.9863,4.2586,300,0,0,4006,0,0,0,0,0),(64365,18123,530,1,1,0,0,557.341,8174.74,23.9891,3.45575,300,0,0,4006,0,0,0,0,0),(64366,18123,530,1,1,0,0,541.737,8180.71,22.1141,4.38078,300,0,0,4006,0,0,0,0,0),(64367,18123,530,1,1,0,0,303.945,8124.58,23.6241,1.53589,300,0,0,4006,0,0,0,0,0),(64368,18123,530,1,1,0,0,308.113,8127.01,23.3741,2.21657,300,0,0,4006,0,0,0,0,0),(64369,18124,530,1,1,0,0,446.623,5231.33,11.5678,1.93332,300,5,0,5158,0,1,0,0,0),(64370,18124,530,1,1,0,0,449.046,5283.9,-0.596449,0.567702,300,5,0,5158,0,1,0,0,0),(64371,18124,530,1,1,0,0,483.446,5288.27,-2.24162,1.21124,300,5,0,5158,0,1,0,0,0),(64372,18124,530,1,1,0,0,435.946,5331.29,-1.07595,2.16151,300,5,0,5158,0,1,0,0,0),(64373,18124,530,1,1,0,0,360.964,5356.56,20.0851,3.09076,300,5,0,5158,0,1,0,0,0),(64374,18124,530,1,1,0,0,344.372,5380.39,20.0077,3.70495,300,5,0,5158,0,1,0,0,0),(64375,18124,530,1,1,0,0,454.024,5418.41,7.19058,2.17288,300,5,0,5158,0,1,0,0,0),(64376,18124,530,1,1,0,0,490.482,5390.43,-1.19875,1.17291,300,5,0,5158,0,1,0,0,0),(64377,18124,530,1,1,0,0,347.305,5486.74,18.8322,2.20259,300,5,0,5158,0,1,0,0,0),(64378,18124,530,1,1,0,0,382.704,5524.94,19.999,1.9138,300,5,0,5158,0,1,0,0,0),(64379,18124,530,1,1,0,0,383.304,5516.56,17.874,2.60464,300,5,0,5158,0,1,0,0,0),(64380,18124,530,1,1,0,0,479.254,5552.57,21.5088,2.50942,300,5,0,5158,0,1,0,0,0),(64381,18124,530,1,1,0,0,564.597,5559.48,16.184,3.23738,300,5,0,5158,0,1,0,0,0),(64382,18124,530,1,1,0,0,546.274,5517.87,4.31595,2.67445,300,5,0,5158,0,1,0,0,0),(64383,18124,530,1,1,0,0,855.438,5415.88,1.27514,2.39607,300,0,0,5158,0,0,0,0,0),(64384,18124,530,1,1,0,0,728.589,5509.84,-1.03952,4.09995,300,0,0,5158,0,0,0,0,0),(64385,18124,530,1,1,0,0,541.874,5474.41,-1.18645,1.12908,300,5,0,5158,0,1,0,0,0),(64386,18124,530,1,1,0,0,524.218,5405.04,-4.25761,1.40003,300,5,0,5158,0,1,0,0,0),(64387,18124,530,1,1,0,0,548.948,5185.06,5.09178,2.94688,300,5,0,5158,0,1,0,0,0),(64388,18124,530,1,1,0,0,533.505,5213.33,0.63056,6.15966,300,5,0,5158,0,1,0,0,0),(64389,18124,530,1,1,0,0,549.81,5248.59,-5.99025,2.59629,300,5,0,5158,0,1,0,0,0),(64390,18124,530,1,1,0,0,587.74,5212.38,1.43048,5.54496,300,5,0,5158,0,1,0,0,0),(64391,18124,530,1,1,0,0,618.651,5179.36,7.75074,4.42523,300,5,0,5158,0,1,0,0,0),(64392,18124,530,1,1,0,0,652.76,5153.86,17.6635,3.49675,300,5,0,5158,0,1,0,0,0),(64393,18124,530,1,1,0,0,682.03,5179.87,5.48352,4.76513,300,5,0,5158,0,1,0,0,0),(64394,18124,530,1,1,0,0,648.601,5279.25,-20.7336,4.07963,300,5,0,5158,0,1,0,0,0),(64395,18124,530,1,1,0,0,720.495,5282.65,-2.601,0.604735,300,5,0,5158,0,1,0,0,0),(64396,18124,530,1,1,0,0,755.695,5252.38,6.78588,0.201542,300,5,0,5158,0,1,0,0,0),(64397,18124,530,1,1,0,0,747.413,5330.35,-3.35519,0.603444,300,0,0,5158,0,0,0,0,0),(64398,18124,530,1,1,0,0,783.6,5286.43,3.89351,1.79635,300,5,0,5158,0,1,0,0,0),(64399,18124,530,1,1,0,0,823.828,5345.99,3.95957,1.74647,300,0,0,5158,0,0,0,0,0),(64400,18124,530,1,1,0,0,716.923,5216.42,3.66718,5.14872,300,0,0,5158,0,0,0,0,0),(64401,18124,530,1,1,0,0,832.031,5407.86,-1.13291,3.51482,300,0,0,5158,0,0,0,0,0),(64402,18124,530,1,1,0,0,814.265,5451.83,-0.180074,2.32096,300,5,0,5158,0,1,0,0,0),(64403,18124,530,1,1,0,0,518.609,5147.54,16.8911,4.15472,300,5,0,5158,0,1,0,0,0),(64404,18125,530,1,1,0,0,-211.944,8035.81,18.2355,4.42523,300,5,0,5527,0,1,0,0,0),(64405,18125,530,1,1,0,0,-139.759,8070.72,19.7732,5.38225,300,5,0,5527,0,1,0,0,0),(64406,18125,530,1,1,0,0,-188.259,8115.69,18.1671,4.42523,300,5,0,5527,0,1,0,0,0),(64407,18125,530,1,1,0,0,-8.98575,8551.55,18.2422,6.16162,300,5,0,5527,0,1,0,0,0),(64408,18125,530,1,1,0,0,-39.0028,8577.24,21.1305,4.59494,300,5,0,5527,0,1,0,0,0),(64409,18125,530,1,1,0,0,-37.1057,8845.9,19.2325,5.77926,300,5,0,5527,0,1,0,0,0),(64410,18125,530,1,1,0,0,-16.9975,8748.7,18.0871,2.17285,300,5,0,5527,0,1,0,0,0),(64411,18125,530,1,1,0,0,-55.7872,8779.04,18.8421,3.9758,300,5,0,5527,0,1,0,0,0),(64412,18125,530,1,1,0,0,-74.8421,8681.14,18.3234,3.03882,300,5,0,5527,0,1,0,0,0),(64413,18125,530,1,1,0,0,-114.457,8520.24,19.0449,4.51384,300,5,0,5527,0,1,0,0,0),(64414,18125,530,1,1,0,0,-151.639,8339.3,18.3617,4.53166,300,5,0,5527,0,1,0,0,0),(64415,18125,530,1,1,0,0,-112.816,8587.32,19.0815,5.30395,300,0,0,5527,0,0,0,0,0),(64416,18125,530,1,1,0,0,-99.6119,8580.4,20.4377,2.97132,300,5,0,5527,0,1,0,0,0),(64417,18125,530,1,1,0,0,-181.361,8599.79,19.01,1.53862,300,5,0,5527,0,1,0,0,0),(64418,18125,530,1,1,0,0,-163.564,8627.28,24.1309,5.71009,300,5,0,5527,0,1,0,0,0),(64419,18125,530,1,1,0,0,-96.7075,8616.62,19.135,0.840576,300,0,0,5527,0,0,0,0,0),(64420,18125,530,1,1,0,0,-154.486,8685.85,18.1503,3.93254,300,5,0,5527,0,1,0,0,0),(64421,18125,530,1,1,0,0,-100.003,8755.51,18.2506,2.01475,300,5,0,5527,0,1,0,0,0),(64422,18125,530,1,1,0,0,-115.683,8719.58,18.754,3.26885,300,5,0,5527,0,1,0,0,0),(64423,18125,530,1,1,0,0,-84.8429,8813.42,18.2588,3.94909,300,5,0,5527,0,1,0,0,0),(64424,18125,530,1,1,0,0,-81.7127,8865.81,20.3878,4.60595,300,5,0,5527,0,1,0,0,0),(64425,18125,530,1,1,0,0,-116.198,8785.09,21.2006,4.18879,300,0,0,5527,0,0,0,0,0),(64426,18125,530,1,1,0,0,-70.9031,8929.07,24.9258,4.95241,300,5,0,5527,0,1,0,0,0),(64427,18125,530,1,1,0,0,-151.811,8951.4,20.6865,3.39775,300,5,0,5527,0,1,0,0,0),(64428,18125,530,1,1,0,0,-175.667,8914.28,22.4267,2.97305,300,5,0,5527,0,1,0,0,0),(64429,18125,530,1,1,0,0,-151.714,8885.09,18.1911,2.08534,300,5,0,5527,0,1,0,0,0),(64430,18125,530,1,1,0,0,-148.196,8817.23,23.3212,1.35827,300,5,0,5527,0,1,0,0,0),(64431,18125,530,1,1,0,0,-179.418,8780.06,19.9307,5.1673,300,5,0,5527,0,1,0,0,0),(64432,18127,530,1,1,0,0,-270.896,7787.92,21.2362,4.89173,300,5,0,5715,0,1,0,0,0),(64433,18127,530,1,1,0,0,-261.173,7786.08,20.6491,5.03445,300,5,0,5715,0,1,0,0,0),(64434,18127,530,1,1,0,0,-188.893,7922.41,18.7696,5.46808,300,5,0,5715,0,1,0,0,0),(64435,18127,530,1,1,0,0,-222.854,7937.72,19.7851,4.29014,300,5,0,5715,0,1,0,0,0),(64436,18127,530,1,1,0,0,-145.871,7946.95,18.187,6.0632,300,5,0,5715,0,1,0,0,0),(64437,18127,530,1,1,0,0,-250,8083.33,18.5819,1.09212,300,5,0,5715,0,1,0,0,0),(64438,18127,530,1,1,0,0,-230.936,8101.53,20.2862,5.09598,300,5,0,5715,0,1,0,0,0),(64439,18127,530,1,1,0,0,-152.817,8096.91,18.3282,4.5971,300,5,0,5715,0,1,0,0,0),(64440,18127,530,1,1,0,0,-118.281,8051.4,20.2271,2.19448,300,5,0,5715,0,1,0,0,0),(64441,18128,530,1,1,0,0,315.26,6190.39,22.3712,3.00828,300,5,0,5158,0,1,0,0,0),(64442,18128,530,1,1,0,0,87.4699,6250.6,22.3545,3.53946,300,5,0,5158,0,1,0,0,0),(64443,18128,530,1,1,0,0,48.117,6287.7,22.0791,3.77906,300,5,0,5158,0,1,0,0,0),(64444,18128,530,1,1,0,0,60.6283,6310.03,22.7596,3.74141,300,5,0,5158,0,1,0,0,0),(64445,18128,530,1,1,0,0,18.645,6253.51,23.3053,1.92958,300,5,0,5158,0,1,0,0,0),(64446,18128,530,1,1,0,0,-1.0292,6351.13,22.2756,3.59302,300,5,0,5158,0,1,0,0,0),(64447,18128,530,1,1,0,0,16.6517,6388.77,21.7932,1.48685,300,5,0,5158,0,1,0,0,0),(64448,18128,530,1,1,0,0,213.623,6310.55,23.7205,6.12611,300,0,0,5158,0,0,0,0,0),(64449,18128,530,1,1,0,0,362.76,6445.65,22.2631,6.03063,300,5,0,5158,0,1,0,0,0),(64450,18128,530,1,1,0,0,82.2182,6513.35,22.5184,0.630391,300,5,0,5158,0,1,0,0,0),(64451,18128,530,1,1,0,0,86.4212,6583.82,22.7711,1.0253,300,5,0,5158,0,1,0,0,0),(64452,18128,530,1,1,0,0,-385.893,6588.46,23.8322,3.20316,300,5,0,5158,0,1,0,0,0),(64453,18128,530,1,1,0,0,-413.701,6628.43,24.5063,3.51248,300,5,0,5158,0,1,0,0,0),(64454,18128,530,1,1,0,0,-384.799,6718.4,23.4741,4.64758,300,5,0,5158,0,1,0,0,0),(64455,18128,530,1,1,0,0,46.6894,6649.73,21.8082,4.63809,300,5,0,5158,0,1,0,0,0),(64456,18128,530,1,1,0,0,76.7317,6723.85,22.8745,2.64003,300,0,0,5158,0,0,0,0,0),(64457,18128,530,1,1,0,0,54.425,6757.95,23.6898,5.1201,300,5,0,5158,0,1,0,0,0),(64458,18128,530,1,1,0,0,-53.1168,6769.16,22.3689,2.31137,300,5,0,5158,0,1,0,0,0),(64459,18128,530,1,1,0,0,-156.143,6870.31,21.9999,4.33284,300,5,0,5158,0,1,0,0,0),(64460,18128,530,1,1,0,0,-295.994,6887.39,20.7214,1.49897,300,5,0,5158,0,1,0,0,0),(64461,18128,530,1,1,0,0,-22.9256,6873.64,20.7133,1.57076,300,5,0,5158,0,1,0,0,0),(64462,18128,530,1,1,0,0,91.3427,7177.29,22.6249,4.39033,300,5,0,5158,0,1,0,0,0),(64463,18128,530,1,1,0,0,-12.8681,7339.98,22.2826,5.29019,300,5,0,5158,0,1,0,0,0),(64464,18128,530,1,1,0,0,-149.898,7424.43,23.996,5.71254,300,5,0,5158,0,1,0,0,0),(64465,18128,530,1,1,0,0,-145.144,7545.52,21.9169,5.05515,300,5,0,5158,0,1,0,0,0),(64466,18128,530,1,1,0,0,-19.1411,7402.6,23.0247,4.46788,300,5,0,5158,0,1,0,0,0),(64467,18128,530,1,1,0,0,38.823,7493.59,22.5419,3.03102,300,5,0,5158,0,1,0,0,0),(64468,18128,530,1,1,0,0,35.7732,7545.52,21.6338,3.68653,300,5,0,5158,0,1,0,0,0),(64469,18128,530,1,1,0,0,141.921,7445.88,21.919,3.28266,300,5,0,5158,0,1,0,0,0),(64470,18128,530,1,1,0,0,-20.923,7616.3,19.9057,2.14685,300,5,0,5158,0,1,0,0,0),(64471,18128,530,1,1,0,0,-182.911,7584.46,21.8943,1.98968,300,0,0,5158,0,0,0,0,0),(64472,18128,530,1,1,0,0,-225.838,7541.5,22.3211,3.34489,300,0,0,5158,0,0,0,0,0),(64473,18128,530,1,1,0,0,120.519,7721.2,22.8902,1.83165,300,5,0,5158,0,1,0,0,0),(64474,18128,530,1,1,0,0,411.294,6374.79,23.5279,4.83965,300,5,0,5158,0,1,0,0,0),(64475,18128,530,1,1,0,0,340.282,6610.81,23.6215,5.74524,300,5,0,5158,0,1,0,0,0),(64476,18128,530,1,1,0,0,142.61,7260.15,23.1837,0.801082,300,5,0,5158,0,1,0,0,0),(64477,18128,530,1,1,0,0,145.438,7321.54,22.859,2.62395,300,5,0,5158,0,1,0,0,0),(64478,18128,530,1,1,0,0,191.88,7341.54,22.0488,5.4103,300,5,0,5158,0,1,0,0,0),(64479,18128,530,1,1,0,0,210.662,7379.51,23.5444,1.64704,300,5,0,5158,0,1,0,0,0),(64480,18128,530,1,1,0,0,176.746,7477.17,22.3093,0.965993,300,5,0,5158,0,1,0,0,0),(64481,18128,530,1,1,0,0,347.758,7523.6,23.3429,1.28908,300,5,0,5158,0,1,0,0,0),(64482,18128,530,1,1,0,0,448.238,7613.85,22.5241,1.88923,300,5,0,5158,0,1,0,0,0),(64483,18128,530,1,1,0,0,274.161,7600.34,22.6924,4.84103,300,5,0,5158,0,1,0,0,0),(64484,18128,530,1,1,0,0,319.428,7744.71,22.7717,4.04403,300,5,0,5158,0,1,0,0,0),(64485,18128,530,1,1,0,0,292.986,7736.6,22.138,5.79103,300,5,0,5158,0,1,0,0,0),(64486,18128,530,1,1,0,0,478.398,7873.59,22.8812,0.648969,300,5,0,5158,0,1,0,0,0),(64487,18129,530,1,1,0,0,-182.478,7778.88,20.8583,4.99336,300,5,0,5341,0,1,0,0,0),(64488,18129,530,1,1,0,0,-74.8908,7750.84,22.4396,4.58321,300,5,0,5341,0,1,0,0,0),(64489,18129,530,1,1,0,0,8.9573,7716.33,23.3327,1.48668,300,5,0,5341,0,1,0,0,0),(64490,18129,530,1,1,0,0,-31.25,7772.92,23.1778,5.72184,300,5,0,5341,0,1,0,0,0),(64491,18129,530,1,1,0,0,-19.8326,7888.67,21.662,5.09594,300,5,0,5341,0,1,0,0,0),(64492,18129,530,1,1,0,0,14.2941,8045.3,21.2279,3.95944,300,5,0,5341,0,1,0,0,0),(64493,18129,530,1,1,0,0,-343.543,8210.54,24.0847,2.84642,300,5,0,5341,0,1,0,0,0),(64494,18129,530,1,1,0,0,-286.135,8410.27,23.5705,4.48278,300,5,0,5341,0,1,0,0,0),(64495,18129,530,1,1,0,0,-458.356,8257.35,17.5454,4.76708,300,5,0,5341,0,1,0,0,0),(64496,18129,530,1,1,0,0,774.86,6622.42,20.2515,1.80531,300,5,0,5341,0,1,0,0,0),(64497,18129,530,1,1,0,0,844.713,7024.13,22.4708,0.214634,300,5,0,5341,0,1,0,0,0),(64498,18129,530,1,1,0,0,854.721,7341.7,22.1273,2.55278,300,5,0,5341,0,1,0,0,0),(64499,18129,530,1,1,0,0,1093.82,7705.47,22.9554,1.75248,300,5,0,5341,0,1,0,0,0),(64500,18129,530,1,1,0,0,1112.6,7960.33,22.3741,3.53936,300,5,0,5341,0,1,0,0,0),(64501,18129,530,1,1,0,0,926.141,8074.33,22.68,6.16875,300,5,0,5341,0,1,0,0,0),(64502,18129,530,1,1,0,0,831.764,8117.27,22.7195,5.85002,300,5,0,5341,0,1,0,0,0),(64503,18129,530,1,1,0,0,842.811,8212.58,21.4105,2.71246,300,5,0,5341,0,1,0,0,0),(64504,18129,530,1,1,0,0,1235.13,8244.92,21.6661,0.707249,300,5,0,5341,0,1,0,0,0),(64505,18129,530,1,1,0,0,1288.82,8289.05,13.7539,0.239532,300,5,0,5341,0,1,0,0,0),(64506,18129,530,1,1,0,0,1311.08,8322.48,3.36268,3.84832,300,5,0,5341,0,1,0,0,0),(64507,18129,530,1,1,0,0,1292.05,8360.54,17.9329,4.29069,300,5,0,5341,0,1,0,0,0),(64508,18129,530,1,1,0,0,1284.49,8412.62,16.5903,3.7472,300,5,0,5341,0,1,0,0,0),(64509,18129,530,1,1,0,0,1318.48,8387.88,16.5434,0.073326,300,0,0,5341,0,0,0,0,0),(64510,18129,530,1,1,0,0,1351.32,8352.89,2.21968,1.18711,300,5,0,5341,0,1,0,0,0),(64511,18129,530,1,1,0,0,1323.51,8443.87,20.4572,3.76474,300,5,0,5341,0,1,0,0,0),(64512,18129,530,1,1,0,0,1352.24,8419.32,7.02764,3.34818,300,5,0,5341,0,1,0,0,0),(64513,18129,530,1,1,0,0,1381.15,8449.87,9.4152,0.678862,300,5,0,5341,0,1,0,0,0),(64514,18129,530,1,1,0,0,1400.33,8428.21,-1.03753,3.13476,300,5,0,5341,0,1,0,0,0),(64515,18129,530,1,1,0,0,1356.52,8482.55,17.9725,4.00787,300,5,0,5341,0,1,0,0,0),(64516,18129,530,1,1,0,0,1381.74,8519.16,19.7616,3.18262,300,5,0,5341,0,1,0,0,0),(64517,18129,530,1,1,0,0,1322.36,8514.66,23.5883,5.5198,300,0,0,5341,0,0,0,0,0),(64518,18129,530,1,1,0,0,1352.72,8554.11,22.0707,0.567482,300,5,0,5341,0,1,0,0,0),(64519,18129,530,1,1,0,0,1413.56,8544.73,20.4673,3.67271,300,5,0,5341,0,1,0,0,0),(64520,18129,530,1,1,0,0,1384.37,8588.68,19.7808,0.681606,300,5,0,5341,0,1,0,0,0),(64521,18129,530,1,1,0,0,1441.51,8648.8,-12.3862,3.96576,300,5,0,5341,0,1,0,0,0),(64522,18129,530,1,1,0,0,1390.21,8665.85,5.19285,1.28888,300,5,0,5341,0,1,0,0,0),(64523,18129,530,1,1,0,0,1329.14,8649.65,11.1839,5.64345,300,5,0,5341,0,1,0,0,0),(64524,18129,530,1,1,0,0,1357.05,8684.97,3.43475,0.610486,300,5,0,5341,0,1,0,0,0),(64525,18129,530,1,1,0,0,1284.17,8692.25,1.15615,2.13499,300,5,0,5341,0,1,0,0,0),(64526,18129,530,1,1,0,0,1282.91,8542.4,20.4911,3.2857,300,5,0,5341,0,1,0,0,0),(64527,18129,530,1,1,0,0,1077.56,8451.97,23.4422,1.82082,300,5,0,5341,0,1,0,0,0),(64528,18129,530,1,1,0,0,994.84,8411.28,22.0085,4.6066,300,5,0,5341,0,1,0,0,0),(64529,18129,530,1,1,0,0,914.041,8400.06,23.48,4.97401,300,5,0,5341,0,1,0,0,0),(64530,18129,530,1,1,0,0,907.666,8481.74,21.9866,3.42033,300,5,0,5341,0,1,0,0,0),(64531,18129,530,1,1,0,0,781.385,8491.57,23.6152,2.16988,300,5,0,5341,0,1,0,0,0),(64532,18129,530,1,1,0,0,987.035,8623,23.5726,3.76536,300,5,0,5341,0,1,0,0,0),(64533,18129,530,1,1,0,0,1077.21,8681.35,18.0583,1.21351,300,5,0,5341,0,1,0,0,0),(64534,18129,530,1,1,0,0,1220.41,8681.14,14.7212,2.39281,300,5,0,5341,0,1,0,0,0),(64535,18129,530,1,1,0,0,1181.4,8723.95,9.8542,1.47317,300,5,0,5341,0,1,0,0,0),(64536,18129,530,1,1,0,0,1161.14,8744.75,4.25481,5.90912,300,5,0,5341,0,1,0,0,0),(64537,18129,530,1,1,0,0,1245.73,8720.96,-0.690664,4.17968,300,5,0,5341,0,1,0,0,0),(64538,18129,530,1,1,0,0,1122.87,8724.43,12.4758,5.56344,300,5,0,5341,0,1,0,0,0),(64539,18129,530,1,1,0,0,1054.17,8706.95,11.6917,4.1354,300,5,0,5341,0,1,0,0,0),(64540,18129,530,1,1,0,0,1112.9,8779.98,-9.4461,5.6266,300,5,0,5341,0,1,0,0,0),(64541,18129,530,1,1,0,0,1087.1,8752.44,-2.65671,3.84471,300,5,0,5341,0,1,0,0,0),(64542,18129,530,1,1,0,0,1001.32,8688.01,9.0901,2.7577,300,5,0,5341,0,1,0,0,0),(64543,18129,530,1,1,0,0,1011.62,8738.59,0.60303,3.70982,300,5,0,5341,0,1,0,0,0),(64544,18129,530,1,1,0,0,948.499,8714.14,8.02681,3.41353,300,5,0,5341,0,1,0,0,0),(64545,18129,530,1,1,0,0,882.51,8638.42,20.8573,4.68853,300,0,0,5341,0,0,0,0,0),(64546,18129,530,1,1,0,0,877.699,8739.33,-6.89445,3.28957,300,5,0,5341,0,1,0,0,0),(64547,18129,530,1,1,0,0,820.981,8699.33,12.9826,1.10933,300,5,0,5341,0,1,0,0,0),(64548,18129,530,1,1,0,0,653.524,8625.15,22.3965,1.1006,300,5,0,5341,0,1,0,0,0),(64549,18129,530,1,1,0,0,449.326,8874.03,26.454,5.19786,300,5,0,5341,0,1,0,0,0),(64550,18129,530,1,1,0,0,441.365,8759.54,22.113,2.30142,300,5,0,5341,0,1,0,0,0),(64551,18129,530,1,1,0,0,390.104,8691.79,21.374,1.2452,300,0,0,5341,0,0,0,0,0),(64552,18129,530,1,1,0,0,380.735,8562.87,22.322,6.27247,300,5,0,5341,0,1,0,0,0),(64553,18129,530,1,1,0,0,175.926,8407.17,21.8999,4.13732,300,0,0,5341,0,0,0,0,0),(64554,18129,530,1,1,0,0,146.378,8319.99,22.165,3.20164,300,5,0,5341,0,1,0,0,0),(64555,18129,530,1,1,0,0,121.359,8288.58,21.4391,0.703294,300,5,0,5341,0,1,0,0,0),(64556,18129,530,1,1,0,0,53.1588,8284.37,22.7323,3.85785,300,5,0,5341,0,1,0,0,0),(64557,18129,530,1,1,0,0,30.038,8192.54,23.4941,5.73825,300,5,0,5341,0,1,0,0,0),(64558,18129,530,1,1,0,0,18.6841,8245.8,23.7458,3.62271,300,5,0,5341,0,1,0,0,0),(64559,18129,530,1,1,0,0,-26.0417,8369.79,23.2298,2.51347,300,5,0,5341,0,1,0,0,0),(64560,18129,530,1,1,0,0,6.93686,8447.01,24.0158,4.56516,300,5,0,5341,0,1,0,0,0),(64561,18129,530,1,1,0,0,59.0782,8534.52,22.4283,6.14508,300,5,0,5341,0,1,0,0,0),(64562,18129,530,1,1,0,0,285.434,8921.33,24.2995,5.15262,300,5,0,5341,0,1,0,0,0),(64563,18129,530,1,1,0,0,214.59,8916.01,20.0065,3.57067,300,5,0,5341,0,1,0,0,0),(64564,18129,530,1,1,0,0,79.0731,8979.11,24.5347,1.9036,300,5,0,5341,0,1,0,0,0),(64565,18129,530,1,1,0,0,119.741,8881.98,22.3292,4.27125,300,5,0,5341,0,1,0,0,0),(64566,18129,530,1,1,0,0,-84.1506,8381.39,22.6804,6.27003,300,5,0,5341,0,1,0,0,0),(64567,18129,530,1,1,0,0,-354.127,8621.53,22.3661,2.63151,300,5,0,5341,0,1,0,0,0),(64568,18130,530,1,1,0,0,-985.899,5148.56,22.9501,6.03835,300,5,0,3984,1217,1,0,0,0),(64569,18130,530,1,1,0,0,-891.975,5174.88,21.0435,5.00472,300,5,0,3984,1217,1,0,0,0),(64570,18130,530,1,1,0,0,-881.937,5114.7,17.9327,5.91014,300,5,0,3984,1217,1,0,0,0),(64571,18130,530,1,1,0,0,-122.416,5443.78,22.6599,0.803017,300,5,0,3984,1217,1,0,0,0),(64572,18130,530,1,1,0,0,-541.222,5513.8,21.9002,0.552877,300,5,0,3984,1217,1,0,0,0),(64573,18130,530,1,1,0,0,-1020.98,5578.16,23.3105,0.698241,300,5,0,3984,1217,1,0,0,0),(64574,18130,530,1,1,0,0,56.998,6075.21,23.714,1.46122,300,5,0,3984,1217,1,0,0,0),(64575,18130,530,1,1,0,0,53.3556,5972.62,21.875,4.93011,300,5,0,3984,1217,1,0,0,0),(64576,18130,530,1,1,0,0,180.493,6015.87,22.2911,3.4845,300,5,0,3984,1217,1,0,0,0),(64577,18130,530,1,1,0,0,179.081,5877.08,21.9535,5.0675,300,5,0,3984,1217,1,0,0,0),(64578,18130,530,1,1,0,0,-840.144,5543.26,21.2491,0.582881,300,5,0,3984,1217,1,0,0,0),(64579,18130,530,1,1,0,0,-74.0735,5488.73,22.649,0.712736,300,5,0,3984,1217,1,0,0,0),(64580,18130,530,1,1,0,0,-16.555,5418.63,22.5293,2.14337,300,5,0,3984,1217,1,0,0,0),(64581,18130,530,1,1,0,0,-18.0533,5276.97,23.0867,5.4895,300,5,0,3984,1217,1,0,0,0),(64582,18130,530,1,1,0,0,14.569,5243.43,23.6591,5.46334,300,5,0,3984,1217,1,0,0,0),(64583,18130,530,1,1,0,0,8.92122,5188.81,32.1399,2.46317,300,5,0,3984,1217,1,0,0,0),(64584,18130,530,1,1,0,0,189.403,5283.07,22.6479,4.70113,300,5,0,3984,1217,1,0,0,0),(64585,18130,530,1,1,0,0,244.708,5279.21,22.4495,4.56857,300,5,0,3984,1217,1,0,0,0),(64586,18130,530,1,1,0,0,247.947,5220.27,22.8095,0.001126,300,5,0,3984,1217,1,0,0,0),(64587,18130,530,1,1,0,0,218.978,5186.86,22.5779,3.43923,300,5,0,3984,1217,1,0,0,0),(64588,18130,530,1,1,0,0,289.619,5178.35,26.0294,3.53584,300,5,0,3984,1217,1,0,0,0),(64589,18130,530,1,1,0,0,337.918,5256.77,22.0126,2.45207,300,5,0,3984,1217,1,0,0,0),(64590,18130,530,1,1,0,0,219.392,5116.97,27.3611,4.65824,300,5,0,3984,1217,1,0,0,0),(64591,18130,530,1,1,0,0,282.368,5117.6,22.3505,0.802851,300,0,0,3984,1217,0,0,0,0),(64592,18130,530,1,1,0,0,340.667,5182.22,23.1299,4.08984,300,5,0,3984,1217,1,0,0,0),(64593,18130,530,1,1,0,0,352.694,5115.27,27.4417,5.67232,300,0,0,3984,1217,0,0,0,0),(64594,18130,530,1,1,0,0,382.214,5086.38,33.0359,3.94444,300,0,0,3984,1217,0,0,0,0),(64595,18130,530,1,1,0,0,371.942,5545.76,21.8359,3.47378,300,5,0,3984,1217,1,0,0,0),(64596,18130,530,1,1,0,0,324.657,5490.21,22.2719,5.41192,300,5,0,3984,1217,1,0,0,0),(64597,18130,530,1,1,0,0,410.438,5652.08,23.4072,0.886467,300,5,0,3984,1217,1,0,0,0),(64598,18130,530,1,1,0,0,614.063,5654.69,23.0088,2.56024,300,5,0,3984,1217,1,0,0,0),(64599,18130,530,1,1,0,0,770.826,5677.34,24.0785,3.8901,300,5,0,3984,1217,1,0,0,0),(64600,18130,530,1,1,0,0,705.632,5694.49,22.8822,2.52333,300,5,0,3984,1217,1,0,0,0),(64601,18130,530,1,1,0,0,874.118,5708.4,28.9483,0.544105,300,5,0,3984,1217,1,0,0,0),(64602,18130,530,1,1,0,0,828.281,5845.35,31.7813,5.95093,300,5,0,3984,1217,1,0,0,0),(64603,18130,530,1,1,0,0,880.597,5849.62,34.3395,4.08407,300,0,0,3984,1217,0,0,0,0),(64604,18130,530,1,1,0,0,879.366,5520.73,20.4971,2.89804,300,5,0,3984,1217,1,0,0,0),(64605,18130,530,1,1,0,0,790.224,5225.1,21.6506,1.02704,300,5,0,3984,1217,1,0,0,0),(64606,18130,530,1,1,0,0,805.685,5117.75,19.9175,2.35619,300,5,0,3984,1217,1,0,0,0),(64607,18130,530,1,1,0,0,629.645,5119.6,21.7496,4.65765,300,5,0,3984,1217,1,0,0,0),(64608,18130,530,1,1,0,0,546.52,5112.49,21.0943,5.52888,300,5,0,3984,1217,1,0,0,0),(64609,18130,530,1,1,0,0,241.352,5554.36,22.9551,5.77761,300,5,0,3984,1217,1,0,0,0),(64610,18130,530,1,1,0,0,253.849,5477.37,22.8348,5.94203,300,5,0,3984,1217,1,0,0,0),(64611,18130,530,1,1,0,0,251.62,5615.14,23.3507,5.42454,300,5,0,3984,1217,1,0,0,0),(64612,18130,530,1,1,0,0,114.369,5554.04,23.0601,0.116137,300,0,0,3984,1217,0,0,0,0),(64613,18130,530,1,1,0,0,49.4998,5609.24,23.3114,5.61133,300,0,0,3984,1217,0,0,0,0),(64614,18130,530,1,1,0,0,109.686,5718.8,21.5352,3.50631,300,5,0,3984,1217,1,0,0,0),(64615,18130,530,1,1,0,0,191.94,5674.89,22.0859,0.416486,300,5,0,3984,1217,1,0,0,0),(64616,18130,530,1,1,0,0,287.762,5718.11,21.8931,4.30915,300,5,0,3984,1217,1,0,0,0),(64617,18130,530,1,1,0,0,318.947,5809.57,21.8661,2.4161,300,5,0,3984,1217,1,0,0,0),(64618,18130,530,1,1,0,0,436.931,5818.26,24.3874,2.91918,300,5,0,3984,1217,1,0,0,0),(64619,18130,530,1,1,0,0,408.455,5852.92,23.4509,1.59423,300,5,0,3984,1217,1,0,0,0),(64620,18130,530,1,1,0,0,395.326,5877.51,23.8551,3.3271,300,5,0,3984,1217,1,0,0,0),(64621,18130,530,1,1,0,0,451.469,5881.85,22.5269,4.52166,300,5,0,3984,1217,1,0,0,0),(64622,18130,530,1,1,0,0,546.245,5782.26,23.0528,2.83336,300,5,0,3984,1217,1,0,0,0),(64623,18130,530,1,1,0,0,574.288,5873.38,23.2501,3.66622,300,5,0,3984,1217,1,0,0,0),(64624,18130,530,1,1,0,0,678.7,5788.58,23.0564,3.07277,300,5,0,3984,1217,1,0,0,0),(64625,18130,530,1,1,0,0,615.311,5908.95,22.7812,2.80661,300,5,0,3984,1217,1,0,0,0),(64626,18130,530,1,1,0,0,563.713,5981.81,21.8732,5.18883,300,5,0,3984,1217,1,0,0,0),(64627,18130,530,1,1,0,0,195.924,5826.11,21.3823,4.75537,300,5,0,3984,1217,1,0,0,0),(64628,18130,530,1,1,0,0,253.464,5893.13,20.9536,4.84366,300,5,0,3984,1217,1,0,0,0),(64629,18131,530,1,1,0,0,-187.759,7522.99,23.9197,1.46512,300,5,0,4274,1284,1,0,0,0),(64630,18131,530,1,1,0,0,-52.2322,7518.88,22.1142,0.331556,300,5,0,4274,1284,1,0,0,0),(64631,18131,530,1,1,0,0,39.9471,7621.99,23.5797,4.17431,300,5,0,4274,1284,1,0,0,0),(64632,18131,530,1,1,0,0,-18.0336,7684.94,22.2066,3.60321,300,5,0,4274,1284,1,0,0,0),(64633,18131,530,1,1,0,0,-153.768,7620.16,22.3146,3.61436,300,0,0,4274,1284,0,0,0,0),(64634,18131,530,1,1,0,0,-180.057,7715.4,22.4852,1.20185,300,5,0,4274,1284,1,0,0,0),(64635,18131,530,1,1,0,0,-147.518,7759.1,23.2881,1.95529,300,5,0,4274,1284,1,0,0,0),(64636,18131,530,1,1,0,0,-46.3222,7712.02,22.7,2.77874,300,5,0,4274,1284,1,0,0,0),(64637,18131,530,1,1,0,0,-111.919,7779.89,23.2287,2.60101,300,5,0,4274,1284,1,0,0,0),(64638,18131,530,1,1,0,0,-13.5732,7745.78,22.0661,3.67683,300,5,0,4274,1284,1,0,0,0),(64639,18131,530,1,1,0,0,9.783,7785.53,23.9818,1.90922,300,5,0,4274,1284,1,0,0,0),(64640,18131,530,1,1,0,0,110.679,7813.05,22.6263,3.85143,300,5,0,4274,1284,1,0,0,0),(64641,18131,530,1,1,0,0,-83.2003,7806.21,21.0298,4.52974,300,5,0,4274,1284,1,0,0,0),(64642,18131,530,1,1,0,0,-43.752,7857.73,25.0304,4.93109,300,5,0,4274,1284,1,0,0,0),(64643,18131,530,1,1,0,0,23.531,7916.43,20.7579,3.93737,300,5,0,4274,1284,1,0,0,0),(64644,18131,530,1,1,0,0,80.2317,8108.9,22.9099,2.90514,300,5,0,4274,1284,1,0,0,0),(64645,18131,530,1,1,0,0,55.0837,8164.42,21.8939,6.24653,300,5,0,4274,1284,1,0,0,0),(64646,18131,530,1,1,0,0,-85.6161,8138,24.8921,4.21772,300,5,0,4274,1284,1,0,0,0),(64647,18131,530,1,1,0,0,-261.178,8248.27,22.1017,2.93913,300,5,0,4274,1284,1,0,0,0),(64648,18131,530,1,1,0,0,218.04,7451.42,23.3618,5.38139,300,5,0,4274,1284,1,0,0,0),(64649,18131,530,1,1,0,0,231.046,7472.35,21.8759,3.56027,300,5,0,4274,1284,1,0,0,0),(64650,18131,530,1,1,0,0,414.976,7644.98,22.7873,3.38394,300,0,0,4274,1284,0,0,0,0),(64651,18131,530,1,1,0,0,370.905,7552.67,22.7513,4.08589,300,5,0,4274,1284,1,0,0,0),(64652,18131,530,1,1,0,0,370.517,7708.05,21.9035,1.86547,300,0,0,4274,1284,0,0,0,0),(64653,18131,530,1,1,0,0,234.925,7662.26,19.4617,1.26727,300,0,0,4274,1284,0,0,0,0),(64654,18131,530,1,1,0,0,485.619,7810.49,23.147,5.95534,300,5,0,4274,1284,1,0,0,0),(64655,18131,530,1,1,0,0,60.9503,8356.41,22.1257,4.40269,300,5,0,4274,1284,1,0,0,0),(64656,18131,530,1,1,0,0,94.8105,8103,22.2652,5.6643,300,5,0,4274,1284,1,0,0,0),(64657,18131,530,1,1,0,0,52.2192,8218.15,22.4412,4.59763,300,0,0,4274,1284,0,0,0,0),(64658,18131,530,1,1,0,0,50.5233,8164.24,22.6342,2.55923,300,5,0,4274,1284,1,0,0,0),(64659,18131,530,1,1,0,0,19.4461,8313.17,23.5563,5.0873,300,0,0,4274,1284,0,0,0,0),(64660,18131,530,1,1,0,0,-15.5873,8434.11,22.95,2.89322,300,5,0,4274,1284,1,0,0,0),(64661,18131,530,1,1,0,0,-24.181,8489.86,23.1754,1.5939,300,5,0,4274,1284,1,0,0,0),(64662,18131,530,1,1,0,0,-81.8278,8443.04,22.2084,2.80131,300,5,0,4274,1284,1,0,0,0),(64663,18131,530,1,1,0,0,-180.622,8380.45,23.6555,3.62621,300,5,0,4274,1284,1,0,0,0),(64664,18131,530,1,1,0,0,-212.819,8546.11,22.5879,2.5509,300,5,0,4274,1284,1,0,0,0),(64665,18131,530,1,1,0,0,-241.807,8507.44,22.6943,1.23237,300,5,0,4274,1284,1,0,0,0),(64666,18131,530,1,1,0,0,-322.303,8451.36,22.6084,1.27189,300,5,0,4274,1284,1,0,0,0),(64667,18131,530,1,1,0,0,-410.195,8577.16,24.4278,2.65973,300,0,0,4274,1284,0,0,0,0),(64668,18131,530,1,1,0,0,-455.548,8518.54,20.509,5.00384,300,5,0,4274,1284,1,0,0,0),(64669,18131,530,1,1,0,0,-440.566,8448.09,18.9657,0.419116,300,5,0,4274,1284,1,0,0,0),(64670,18132,530,1,1,0,0,-1051.94,5487.25,22.123,3.78367,300,5,0,4979,0,1,0,0,0),(64671,18132,530,1,1,0,0,-613.256,5316.39,22.3878,2.53167,300,5,0,4979,0,1,0,0,0),(64672,18132,530,1,1,0,0,-487.962,5320.6,22.3472,1.21309,300,5,0,4979,0,1,0,0,0),(64673,18132,530,1,1,0,0,-458.056,5393.09,21.3669,3.72162,300,5,0,4979,0,1,0,0,0),(64674,18132,530,1,1,0,0,-519,5410.08,22.1691,1.28884,300,5,0,4979,0,1,0,0,0),(64675,18132,530,1,1,0,0,-403.14,5447.88,22.8496,4.61262,300,5,0,4979,0,1,0,0,0),(64676,18132,530,1,1,0,0,-338.809,5523.02,24.0852,5.4577,300,5,0,4979,0,1,0,0,0),(64677,18132,530,1,1,0,0,-417.13,5546.21,20.8874,2.31794,300,5,0,4979,0,1,0,0,0),(64678,18132,530,1,1,0,0,-516.378,5480.47,23.4437,2.35894,300,5,0,4979,0,1,0,0,0),(64679,18132,530,1,1,0,0,-610.009,5456.86,22.793,0.298571,300,5,0,4979,0,1,0,0,0),(64680,18132,530,1,1,0,0,-740.997,5352.43,21.68,1.78145,300,5,0,4979,0,1,0,0,0),(64681,18132,530,1,1,0,0,-1042.99,5548.61,24.6475,4.57726,300,5,0,4979,0,1,0,0,0),(64682,18132,530,1,1,0,0,-950.58,5878.77,18.0033,5.93767,300,5,0,4979,0,1,0,0,0),(64683,18132,530,1,1,0,0,-846.963,5972.63,22.8071,1.30637,300,5,0,4979,0,1,0,0,0),(64684,18132,530,1,1,0,0,-721.528,5977.56,24.4186,4.44906,300,5,0,4979,0,1,0,0,0),(64685,18132,530,1,1,0,0,-620.866,5945.64,22.3308,4.60689,300,5,0,4979,0,1,0,0,0),(64686,18132,530,1,1,0,0,-358.218,5874.93,22.2087,5.1718,300,5,0,4979,0,1,0,0,0),(64687,18132,530,1,1,0,0,-317.462,5989.95,22.5252,3.71709,300,5,0,4979,0,1,0,0,0),(64688,18132,530,1,1,0,0,-310.056,5921.53,22.5213,5.53235,300,5,0,4979,0,1,0,0,0),(64689,18132,530,1,1,0,0,-207.415,6014.18,24.069,1.13299,300,5,0,4979,0,1,0,0,0),(64690,18132,530,1,1,0,0,-111.987,5977.31,22.9261,5.36761,300,5,0,4979,0,1,0,0,0),(64691,18132,530,1,1,0,0,-122.532,6039.07,23.2118,1.7756,300,5,0,4979,0,1,0,0,0),(64692,18132,530,1,1,0,0,-113.883,6026.34,22.8184,2.9189,300,5,0,4979,0,1,0,0,0),(64693,18132,530,1,1,0,0,-43.6088,6113.89,23.0455,2.53568,300,5,0,4979,0,1,0,0,0),(64694,18132,530,1,1,0,0,-74.7586,6090.43,24.0348,0.467143,300,5,0,4979,0,1,0,0,0),(64695,18132,530,1,1,0,0,-106.411,5907.39,22.7523,2.29468,300,5,0,4979,0,1,0,0,0),(64696,18132,530,1,1,0,0,-93.3329,5894.88,22.1396,6.00596,300,5,0,4979,0,1,0,0,0),(64697,18132,530,1,1,0,0,-21.6439,5821.89,22.7306,2.98463,300,0,0,4979,0,0,0,0,0),(64698,18132,530,1,1,0,0,51.3188,5823.98,23.0405,1.44046,300,5,0,4979,0,1,0,0,0),(64699,18132,530,1,1,0,0,-30.1584,5750.54,22.6983,3.48852,300,5,0,4979,0,1,0,0,0),(64700,18132,530,1,1,0,0,-76.6186,5619.16,22.6241,0.990363,300,5,0,4979,0,1,0,0,0),(64701,18132,530,1,1,0,0,-619.647,5514.8,22.4822,3.07555,300,5,0,4979,0,1,0,0,0),(64702,18132,530,1,1,0,0,-753.81,5520.63,23.6859,2.40023,300,5,0,4979,0,1,0,0,0),(64703,18132,530,1,1,0,0,-770.735,5538.47,22.909,0.628714,300,5,0,4979,0,1,0,0,0),(64704,18132,530,1,1,0,0,-798.01,5585.5,22.1556,5.33357,300,0,0,4979,0,0,0,0,0),(64705,18132,530,1,1,0,0,-878.431,5579.73,22.7599,0.536796,300,0,0,4979,0,0,0,0,0),(64706,18132,530,1,1,0,0,-885.3,5456.58,23.1426,5.50055,300,0,0,4979,0,0,0,0,0),(64707,18132,530,1,1,0,0,-901.577,5477.13,22.9946,6.16271,300,5,0,4979,0,1,0,0,0),(64708,18132,530,1,1,0,0,-724.222,5485.33,23.0851,1.21568,300,5,0,4979,0,1,0,0,0),(64709,18132,530,1,1,0,0,784.852,5752.24,25.6132,5.50906,300,5,0,4979,0,1,0,0,0),(64710,18132,530,1,1,0,0,913.559,5276.56,14.0714,3.61692,300,5,0,4979,0,1,0,0,0),(64711,18132,530,1,1,0,0,845.722,5217.29,18.1711,5.18259,300,5,0,4979,0,1,0,0,0),(64712,18132,530,1,1,0,0,760.173,5123.1,18.1851,6.21996,300,5,0,4979,0,1,0,0,0),(64713,18132,530,1,1,0,0,647.917,5064.58,10.8978,4.19308,300,5,0,4979,0,1,0,0,0),(64714,18132,530,1,1,0,0,511.541,5764.94,23.4278,1.62424,300,5,0,4979,0,1,0,0,0),(64715,18132,530,1,1,0,0,646.253,5811.04,23.1663,3.42385,300,5,0,4979,0,1,0,0,0),(64716,18132,530,1,1,0,0,678.979,5986.1,22.6781,1.42434,300,5,0,4979,0,1,0,0,0),(64717,18132,530,1,1,0,0,428.709,6033.87,22.1241,5.17348,300,5,0,4979,0,1,0,0,0),(64718,18132,530,1,1,0,0,-56.2104,6115.88,24.0834,2.48628,300,0,0,4979,0,0,0,0,0),(64719,18132,530,1,1,0,0,-318.484,6120.35,23.0841,1.91986,300,0,0,4979,0,0,0,0,0),(64720,18132,530,1,1,0,0,-480.658,6082.47,22.0702,2.07694,300,0,0,4979,0,0,0,0,0),(64721,18132,530,1,1,0,0,-552.548,6154.76,22.3393,0.070138,300,5,0,4979,0,1,0,0,0),(64722,18132,530,1,1,0,0,-627.525,6065.04,22.5853,4.6736,300,5,0,4979,0,1,0,0,0),(64723,18132,530,1,1,0,0,-460.692,6259.02,20.7916,3.59051,300,5,0,4979,0,1,0,0,0),(64724,18132,530,1,1,0,0,-479.138,6353.17,22.4517,3.39792,300,5,0,4979,0,1,0,0,0),(64725,18132,530,1,1,0,0,-413.357,6406.7,22.8538,2.29682,300,5,0,4979,0,1,0,0,0),(64726,18133,530,1,1,0,0,-444.971,8319.95,15.3407,5.37931,300,5,0,5341,0,1,0,0,0),(64727,18133,530,1,1,0,0,-415.841,8270.38,22.4821,0.059616,300,5,0,5341,0,1,0,0,0),(64728,18133,530,1,1,0,0,-419.904,8212.65,20.5768,2.57119,300,5,0,5341,0,1,0,0,0),(64729,18133,530,1,1,0,0,1087.78,7592.01,22.0657,0.260854,300,5,0,5341,0,1,0,0,0),(64730,18133,530,1,1,0,0,1083.16,7856.98,22.4357,1.05167,300,5,0,5341,0,1,0,0,0),(64731,18133,530,1,1,0,0,1092.73,8057.56,22.4397,1.99992,300,5,0,5341,0,1,0,0,0),(64732,18133,530,1,1,0,0,1020.92,8112.52,22.4991,6.21329,300,5,0,5341,0,1,0,0,0),(64733,18133,530,1,1,0,0,974.263,8078.02,20.5357,4.46575,300,5,0,5341,0,1,0,0,0),(64734,18133,530,1,1,0,0,893.206,8052.04,23.3741,5.94719,300,0,0,5341,0,0,0,0,0),(64735,18133,530,1,1,0,0,838.57,8076.35,21.7275,1.01044,300,5,0,5341,0,1,0,0,0),(64736,18133,530,1,1,0,0,834.813,8177.53,21.0872,0.027613,300,5,0,5341,0,1,0,0,0),(64737,18133,530,1,1,0,0,873.875,8187.43,21.5822,0.084115,300,5,0,5341,0,1,0,0,0),(64738,18133,530,1,1,0,0,870.755,8247.3,21.4937,3.1455,300,5,0,5341,0,1,0,0,0),(64739,18133,530,1,1,0,0,946.851,8233.58,23.5772,2.51079,300,5,0,5341,0,1,0,0,0),(64740,18133,530,1,1,0,0,1054.37,8421.55,21.8726,3.07468,300,0,0,5341,0,0,0,0,0),(64741,18133,530,1,1,0,0,891.999,8375.21,23.4096,5.41967,300,5,0,5341,0,1,0,0,0),(64742,18133,530,1,1,0,0,886.729,8320.09,22.3133,5.78695,300,5,0,5341,0,1,0,0,0),(64743,18133,530,1,1,0,0,857.67,8415.57,22.2127,0.09707,300,5,0,5341,0,1,0,0,0),(64744,18133,530,1,1,0,0,881.044,8440.29,22.4447,2.89804,300,5,0,5341,0,1,0,0,0),(64745,18133,530,1,1,0,0,755.678,8516.82,22.5015,3.38344,300,5,0,5341,0,1,0,0,0),(64746,18133,530,1,1,0,0,823.668,8522.17,22.8027,2.75669,300,0,0,5341,0,0,0,0,0),(64747,18133,530,1,1,0,0,777.346,8544.59,22.4569,6.16077,300,5,0,5341,0,1,0,0,0),(64748,18133,530,1,1,0,0,952.493,8639.94,22.3757,4.376,300,5,0,5341,0,1,0,0,0),(64749,18133,530,1,1,0,0,902.989,8606.22,23.3028,4.15812,300,5,0,5341,0,1,0,0,0),(64750,18133,530,1,1,0,0,806.344,8649.02,21.1277,3.39577,300,5,0,5341,0,1,0,0,0),(64751,18133,530,1,1,0,0,684.845,8642.61,23.9219,3.12627,300,5,0,5341,0,1,0,0,0),(64752,18133,530,1,1,0,0,638.432,8686.24,23.6069,4.19307,300,0,0,5341,0,0,0,0,0),(64753,18133,530,1,1,0,0,611.044,8662.72,21.9249,3.14798,300,5,0,5341,0,1,0,0,0),(64754,18133,530,1,1,0,0,579.895,8682.42,21.8958,4.49225,300,5,0,5341,0,1,0,0,0),(64755,18133,530,1,1,0,0,382.681,8608.12,22.7363,1.46122,300,5,0,5341,0,1,0,0,0),(64756,18133,530,1,1,0,0,416.905,8663.02,23.194,6.22259,300,5,0,5341,0,1,0,0,0),(64757,18133,530,1,1,0,0,454.776,8685.79,23.7307,3.23544,300,5,0,5341,0,1,0,0,0),(64758,18133,530,1,1,0,0,356.329,8506.22,21.6945,1.08399,300,5,0,5341,0,1,0,0,0),(64759,18133,530,1,1,0,0,211.159,8444.5,24.0565,2.15368,300,5,0,5341,0,1,0,0,0),(64760,18133,530,1,1,0,0,154.417,8388.87,23.6525,1.08863,300,5,0,5341,0,1,0,0,0),(64761,18133,530,1,1,0,0,114.891,8344.15,20.2769,0.592334,300,5,0,5341,0,1,0,0,0),(64762,18133,530,1,1,0,0,126.505,8203.98,23.3603,5.0715,300,5,0,5341,0,1,0,0,0),(64763,18133,530,1,1,0,0,138.925,8243.55,22.776,4.57037,300,5,0,5341,0,1,0,0,0),(64764,18133,530,1,1,0,0,176.405,8216.39,22.2961,1.26995,300,5,0,5341,0,1,0,0,0),(64765,18133,530,1,1,0,0,150.473,8176.5,22.383,4.7142,300,5,0,5341,0,1,0,0,0),(64766,18133,530,1,1,0,0,-306.976,8640.64,28.1517,1.37225,300,5,0,5341,0,1,0,0,0),(64767,18134,530,1,1,0,0,223.561,6374.22,17.4991,3.18347,300,0,0,5158,0,2,0,0,0),(64768,18134,530,1,1,0,0,-843.694,5124.9,17.9327,2.74928,300,0,0,5158,0,2,0,0,0),(64769,18134,530,1,1,0,0,-740.322,5196.95,17.8831,0.739259,300,0,0,5158,0,2,0,0,0),(64770,18134,530,1,1,0,0,-577.968,5352.12,17.6846,3.22232,300,0,0,5158,0,2,0,0,0),(64771,18134,530,1,1,0,0,-403.375,5415.42,17.8643,3.18347,300,0,0,5158,0,2,0,0,0),(64772,18134,530,1,1,0,0,-1017.97,5538.43,17.102,4.90802,300,0,0,5158,0,2,0,0,0),(64773,18134,530,1,1,0,0,-987.579,5744.34,17.4991,5.17759,300,0,0,5158,0,2,0,0,0),(64774,18134,530,1,1,0,0,-457.9,5947.15,17.4861,0.993654,300,0,0,5158,0,2,0,0,0),(64775,18134,530,1,1,0,0,-384.029,5946.55,17.4865,2.47211,300,0,0,5158,0,2,0,0,0),(64776,18134,530,1,1,0,0,-190.527,6160.31,17.3808,0.04259,300,0,0,5158,0,2,0,0,0),(64777,18134,530,1,1,0,0,51.8458,5928.76,17.4091,0.912766,300,0,0,5158,0,2,0,0,0),(64778,18134,530,1,1,0,0,46.7252,5911.56,17.4091,2.40618,300,0,0,5158,0,2,0,0,0),(64779,18134,530,1,1,0,0,-48.9668,5785.52,17.4991,3.77894,300,0,0,5158,0,2,0,0,0),(64780,18134,530,1,1,0,0,-907.919,5554.83,17.4991,5.52128,300,0,0,5158,0,2,0,0,0),(64781,18134,530,1,1,0,0,-825.191,5546.16,17.4991,0.307512,300,0,0,5158,0,2,0,0,0),(64782,18134,530,1,1,0,0,-131.796,5398.48,17.7686,6.19032,300,0,0,5158,0,2,0,0,0),(64783,18134,530,1,1,0,0,0.041775,5430.89,17.4991,0.72978,300,0,0,5158,0,2,0,0,0),(64784,18134,530,1,1,0,0,115.11,5414.18,17.4991,1.64785,300,0,0,5158,0,2,0,0,0),(64785,18134,530,1,1,0,0,264.274,5531.26,17.9277,4.65114,300,0,0,5158,0,2,0,0,0),(64786,18134,530,1,1,0,0,735.855,5712.86,17.573,3.92392,300,0,0,5158,0,2,0,0,0),(64787,18134,530,1,1,0,0,166.118,5583.09,17.4991,3.49935,300,0,0,5158,0,2,0,0,0),(64788,18134,530,1,1,0,0,37.0222,5578.58,17.4991,2.14317,300,0,0,5158,0,2,0,0,0),(64789,18134,530,1,1,0,0,90.2401,5621.6,17.4991,4.71522,300,0,0,5158,0,2,0,0,0),(64790,18134,530,1,1,0,0,455.858,5653.63,17.4991,5.0087,300,0,0,5158,0,2,0,0,0),(64791,18134,530,1,1,0,0,352.352,5677.6,17.4991,3.08003,300,0,0,5158,0,2,0,0,0),(64792,18134,530,1,1,0,0,737.878,5839.42,17.6026,4.65749,300,0,0,5158,0,2,0,0,0),(64793,18134,530,1,1,0,0,578.218,5920.5,17.4991,4.42703,300,0,0,5158,0,2,0,0,0),(64794,18134,530,1,1,0,0,336.629,6207.98,17.4045,0.000565,300,0,0,5158,0,2,0,0,0),(64795,18134,530,1,1,0,0,319.182,6152.12,17.4945,5.61324,300,0,0,5158,0,2,0,0,0),(64796,18134,530,1,1,0,0,-32.0767,6208.44,17.4991,2.8398,300,0,0,5158,0,2,0,0,0),(64797,18134,530,1,1,0,0,-118.25,6237.65,17.4991,0.472522,300,0,0,5158,0,2,0,0,0),(64798,18134,530,1,1,0,0,-467.076,6111.03,17.8977,5.31363,300,0,0,5158,0,2,0,0,0),(64799,18134,530,1,1,0,0,-582.189,6080.16,17.7725,3.12673,300,0,0,5158,0,2,0,0,0),(64800,18134,530,1,1,0,0,-523.51,6283.41,17.4629,1.62503,300,0,0,5158,0,2,0,0,0),(64801,18134,530,1,1,0,0,-440.806,6356.27,17.9738,0.751548,300,0,0,5158,0,2,0,0,0),(64802,18134,530,1,1,0,0,156.894,6555.77,17.8137,5.7907,300,0,0,5158,0,2,0,0,0),(64803,18134,530,1,1,0,0,288.208,6287.81,17.4769,4.81871,300,0,0,5158,0,2,0,0,0),(64804,18134,530,1,1,0,0,159.986,6623.71,18.0734,5.26058,300,0,0,5158,0,2,0,0,0),(64805,18134,530,1,1,0,0,-164.548,6934.41,18.1803,2.0772,300,0,0,5158,0,2,0,0,0),(64806,18134,530,1,1,0,0,-110.768,6852.49,17.6241,0.169257,300,0,0,5158,0,2,0,0,0),(64807,18134,530,1,1,0,0,131.712,7306.27,17.8082,0.915751,300,0,0,5158,0,2,0,0,0),(64808,18134,530,1,1,0,0,-69.9709,7225.81,17.6593,4.49291,300,0,0,5158,0,2,0,0,0),(64809,18134,530,1,1,0,0,-50.8289,7284.15,17.7122,5.45007,300,0,0,5158,0,2,0,0,0),(64810,18134,530,1,1,0,0,-70.2844,7559.8,17.6241,3.59822,300,0,0,5158,0,2,0,0,0),(64811,18134,530,1,1,0,0,-89.5077,7475.42,17.4652,4.40249,300,0,0,5158,0,2,0,0,0),(64812,18134,530,1,1,0,0,-51.6373,7580.24,17.4934,5.25085,300,0,0,5158,0,2,0,0,0),(64813,18134,530,1,1,0,0,-51.6567,7653.14,17.8629,5.85554,300,0,0,5158,0,2,0,0,0),(64814,18134,530,1,1,0,0,722.55,6282.6,17.3627,4.15584,300,0,0,5158,0,2,0,0,0),(64815,18134,530,1,1,0,0,312.568,6641.8,17.5959,5.82195,300,0,0,5158,0,2,0,0,0),(64816,18134,530,1,1,0,0,155.922,6855.78,17.8456,4.23541,300,0,0,5158,0,2,0,0,0),(64817,18134,530,1,1,0,0,183.164,7564.12,17.4991,1.66913,300,0,0,5158,0,2,0,0,0),(64818,18134,530,1,1,0,0,154.936,7579.64,17.4991,3.64337,300,0,0,5158,0,2,0,0,0),(64819,18135,530,1,1,0,0,-390.144,8253.52,16.0956,0.855181,300,0,0,5527,0,2,0,0,0),(64820,18135,530,1,1,0,0,781.563,7542.35,17.736,0.012006,300,0,0,5527,0,2,0,0,0),(64821,18135,530,1,1,0,0,644.489,7622.63,17.499,2.98938,300,0,0,5527,0,2,0,0,0),(64822,18135,530,1,1,0,0,291.873,7703.42,17.8841,3.54748,300,0,0,5527,0,2,0,0,0),(64823,18135,530,1,1,0,0,1118.29,8010.71,17.8289,1.44989,300,0,0,5527,0,2,0,0,0),(64824,18135,530,1,1,0,0,961.119,8084.98,17.4615,1.74127,300,0,0,5527,0,2,0,0,0),(64825,18135,530,1,1,0,0,874.032,8117.33,17.64,4.19106,300,0,0,5527,0,2,0,0,0),(64826,18135,530,1,1,0,0,974.146,8151.41,17.4991,5.31556,300,0,0,5527,0,2,0,0,0),(64827,18135,530,1,1,0,0,-301.194,8503.3,18.0855,5.6799,300,0,0,5527,0,2,0,0,0),(64828,18135,530,1,1,0,0,924.067,8305.97,17.6711,0.313717,300,0,0,5527,0,2,0,0,0),(64829,18135,530,1,1,0,0,578.04,7958.32,17.498,1.08445,300,0,0,5527,0,2,0,0,0),(64830,18135,530,1,1,0,0,447.837,8068.62,17.5712,0.514304,300,0,0,5527,0,2,0,0,0),(64831,18135,530,1,1,0,0,883.997,8521.64,17.8378,4.1284,300,0,0,5527,0,2,0,0,0),(64832,18135,530,1,1,0,0,716.727,8601.28,17.4991,3.88874,300,0,0,5527,0,2,0,0,0),(64833,18135,530,1,1,0,0,87.9187,8158.21,17.8559,5.03721,300,0,0,5527,0,2,0,0,0),(64834,18135,530,1,1,0,0,86.5455,8255.57,18.9558,1.01355,300,0,0,5527,0,2,0,0,0),(64835,18135,530,1,1,0,0,-50.3868,8411.52,17.472,0.191471,300,0,0,5527,0,2,0,0,0),(64836,18135,530,1,1,0,0,-170.016,8324.32,17.4991,1.51351,300,0,0,5527,0,2,0,0,0),(64837,18135,530,1,1,0,0,82.2784,8509.21,17.4991,1.24273,300,0,0,5527,0,2,0,0,0),(64838,18135,530,1,1,0,0,184.008,8977,17.3946,3.29647,300,0,0,5527,0,2,0,0,0),(64839,18135,530,1,1,0,0,-114.558,8460.02,18.7491,4.52764,300,0,0,5527,0,2,0,0,0),(64840,18135,530,1,1,0,0,-347.48,8533.39,17.4991,3.86906,300,0,0,5527,0,2,0,0,0),(64841,18136,530,1,1,0,0,-1103.34,5593.21,57.3115,3.6225,300,5,0,4126,2486,1,0,0,0),(64842,18136,530,1,1,0,0,-1106.63,5743.61,67.6155,5.73537,300,5,0,4126,2486,1,0,0,0),(64843,18136,530,1,1,0,0,-1086.66,5756.33,58.0633,4.81415,300,5,0,4126,2486,1,0,0,0),(64844,18136,530,1,1,0,0,-1158.75,5736.32,56.0117,5.7992,300,5,0,4126,2486,1,0,0,0),(64845,18136,530,1,1,0,0,-1231.52,5754.25,68.364,0,300,5,0,4126,2486,1,0,0,0),(64846,18136,530,1,1,0,0,-1215.01,5794.07,53.8263,3.4954,300,5,0,4126,2486,1,0,0,0),(64847,18136,530,1,1,0,0,-1185.46,5826.79,41.9253,1.08088,300,0,0,4126,2486,0,0,0,0),(64848,18136,530,1,1,0,0,-1285.89,5840.23,40.329,1.88494,300,0,0,4126,2486,0,0,0,0),(64849,18136,530,1,1,0,0,-1338.08,5896.28,11.7771,4.58199,300,0,0,4126,2486,0,0,0,0),(64850,18136,530,1,1,0,0,-1351.65,5833.88,18.4214,4.05656,300,0,0,4126,2486,0,0,0,0),(64851,18136,530,1,1,0,0,-1216.02,5814.02,3.78204,3.34229,300,0,0,4126,2486,0,0,0,0),(64852,18137,530,1,1,0,0,-1092.24,5625.33,57.329,0.312792,300,5,0,4126,2486,1,0,0,0),(64853,18137,530,1,1,0,0,-1114.52,5654.46,59.617,0.588003,300,5,0,4126,2486,1,0,0,0),(64854,18137,530,1,1,0,0,-1146.57,5624.12,59.0217,5.04248,300,5,0,4126,2486,1,0,0,0),(64855,18137,530,1,1,0,0,-1155.84,5580.14,58.2032,3.26849,300,5,0,4126,2486,1,0,0,0),(64856,18137,530,1,1,0,0,-1199.38,5727.95,50.3017,4.69551,300,5,0,4126,2486,1,0,0,0),(64857,18137,530,1,1,0,0,-1221.55,5769.75,50.0112,1.78788,300,5,0,4126,2486,1,0,0,0),(64858,18137,530,1,1,0,0,-1254.78,5741.88,39.967,0.245153,300,5,0,4126,2486,1,0,0,0),(64859,18137,530,1,1,0,0,-1249.92,5775.79,1.33069,0.456573,300,0,0,4126,2486,0,0,0,0),(64860,18137,530,1,1,0,0,-1248.95,5844.08,41.8255,1.22756,300,0,0,4126,2486,0,0,0,0),(64861,18137,530,1,1,0,0,-1313.3,5892.15,21.4451,2.16768,300,0,0,4126,2486,0,0,0,0),(64862,18137,530,1,1,0,0,-1321.24,5859.91,7.17746,4.64011,300,0,0,4126,2486,0,0,0,0),(64863,18137,530,1,1,0,0,-1342.96,5792.89,25.1173,4.67624,300,0,0,4126,2486,0,0,0,0),(64864,18137,530,1,1,0,0,-1223.95,5827.22,2.74341,3.86065,300,0,0,4126,2486,0,0,0,0),(64865,18138,530,1,1,0,0,-350.774,5585.06,5.21495,4.56538,300,5,0,4979,0,1,0,0,0),(64866,18138,530,1,1,0,0,-829.622,5859.4,11.7228,5.40025,300,5,0,4979,0,1,0,0,0),(64867,18138,530,1,1,0,0,-734.194,5851.73,-1.77569,0.077297,300,5,0,4979,0,1,0,0,0),(64868,18138,530,1,1,0,0,-717.857,5844.48,-1.62655,4.63225,300,5,0,4979,0,1,0,0,0),(64869,18138,530,1,1,0,0,-667.121,5850.16,1.22084,2.34514,300,5,0,4979,0,1,0,0,0),(64870,18138,530,1,1,0,0,-637.943,5831.1,8.99145,1.31422,300,5,0,4979,0,1,0,0,0),(64871,18138,530,1,1,0,0,-191.805,5907.37,3.60098,2.30445,300,5,0,4979,0,1,0,0,0),(64872,18138,530,1,1,0,0,-256.203,5898,11.9949,3.69626,300,5,0,4979,0,1,0,0,0),(64873,18138,530,1,1,0,0,-278.137,5853.14,10.4882,3.79681,300,5,0,4979,0,1,0,0,0),(64874,18138,530,1,1,0,0,-241.803,5858.24,5.65034,2.7679,300,5,0,4979,0,1,0,0,0),(64875,18138,530,1,1,0,0,-347.293,5818.62,5.45938,3.10548,300,5,0,4979,0,1,0,0,0),(64876,18138,530,1,1,0,0,-348.388,5814.78,3.24976,1.64704,300,5,0,4979,0,1,0,0,0),(64877,18138,530,1,1,0,0,-386.623,5836.83,6.93492,4.07456,300,5,0,4979,0,1,0,0,0),(64878,18138,530,1,1,0,0,-422.378,5821.41,5.71089,2.79883,300,5,0,4979,0,1,0,0,0),(64879,18138,530,1,1,0,0,-390.184,5805.84,3.31715,2.52577,300,5,0,4979,0,1,0,0,0),(64880,18138,530,1,1,0,0,-487.242,5791.04,-9.23185,1.26943,300,5,0,4979,0,1,0,0,0),(64881,18138,530,1,1,0,0,-551.661,5791.81,-4.98156,5.47637,300,5,0,4979,0,1,0,0,0),(64882,18138,530,1,1,0,0,-510.065,5775.32,-24.3117,1.93632,300,5,0,4979,0,1,0,0,0),(64883,18138,530,1,1,0,0,-666.136,5789.51,-18.8854,2.88566,300,0,0,4979,0,0,0,0,0),(64884,18138,530,1,1,0,0,-645.033,5805.33,-7.22359,5.84662,300,5,0,4979,0,1,0,0,0),(64885,18138,530,1,1,0,0,-717.257,5783.03,-12.1548,6.18969,300,5,0,4979,0,1,0,0,0),(64886,18138,530,1,1,0,0,-787.139,5794.57,1.73369,4.99337,300,5,0,4979,0,1,0,0,0),(64887,18138,530,1,1,0,0,-787.913,5688.57,-0.971755,5.22387,300,5,0,4979,0,1,0,0,0),(64888,18138,530,1,1,0,0,-735.723,5714.34,-6.22264,6.2353,300,5,0,4979,0,1,0,0,0),(64889,18138,530,1,1,0,0,-750.918,5637.6,-0.615781,4.5806,300,5,0,4979,0,1,0,0,0),(64890,18138,530,1,1,0,0,-740.963,5725.93,-12.2087,4.36135,300,5,0,4979,0,1,0,0,0),(64891,18138,530,1,1,0,0,-721.196,5681.33,-25.5862,5.11381,300,0,0,4979,0,0,0,0,0),(64892,18138,530,1,1,0,0,-689.081,5652.11,-20.0698,2.5912,300,5,0,4979,0,1,0,0,0),(64893,18138,530,1,1,0,0,-585.258,5724.6,-10.3804,1.88452,300,5,0,4979,0,1,0,0,0),(64894,18138,530,1,1,0,0,-615.388,5646.27,-14.4903,4.84752,300,5,0,4979,0,1,0,0,0),(64895,18138,530,1,1,0,0,-584.372,5673.49,-16.3385,4.86316,300,5,0,4979,0,1,0,0,0),(64896,18138,530,1,1,0,0,-534.339,5728.31,-20.0717,0.031869,300,5,0,4979,0,1,0,0,0),(64897,18138,530,1,1,0,0,-502.729,5647.41,-1.40232,2.75837,300,5,0,4979,0,1,0,0,0),(64898,18138,530,1,1,0,0,-504.673,5721.91,-17.5171,3.56137,300,5,0,4979,0,1,0,0,0),(64899,18138,530,1,1,0,0,-522.83,5733.03,-20.7195,1.96476,300,5,0,4979,0,1,0,0,0),(64900,18138,530,1,1,0,0,-519.815,5667.15,-11.2787,4.85746,300,5,0,4979,0,1,0,0,0),(64901,18138,530,1,1,0,0,-420.531,5680.86,-19.8906,5.84917,300,5,0,4979,0,1,0,0,0),(64902,18138,530,1,1,0,0,-416.842,5683.47,-18.254,1.13918,300,5,0,4979,0,1,0,0,0),(64903,18138,530,1,1,0,0,-498.416,5621.92,13.0928,2.08905,300,0,0,4979,0,0,0,0,0),(64904,18138,530,1,1,0,0,-385.877,5690.91,-18.2175,4.91898,300,5,0,4979,0,1,0,0,0),(64905,18138,530,1,1,0,0,-340.948,5716.51,-22.6964,3.18259,300,5,0,4979,0,1,0,0,0),(64906,18138,530,1,1,0,0,-316.971,5695.31,-23.8324,2.46685,300,5,0,4979,0,1,0,0,0),(64907,18138,530,1,1,0,0,-334.219,5653.04,-19.7008,6.19518,300,5,0,4979,0,1,0,0,0),(64908,18138,530,1,1,0,0,-317.869,5750.34,-19.6479,4.67526,300,5,0,4979,0,1,0,0,0),(64909,18138,530,1,1,0,0,-270.456,5695.75,-9.47658,3.87586,300,5,0,4979,0,1,0,0,0),(64910,18138,530,1,1,0,0,-262.503,5713.13,-13.5222,2.95396,300,5,0,4979,0,1,0,0,0),(64911,18138,530,1,1,0,0,-317.08,5781.93,1.30527,3.95946,300,5,0,4979,0,1,0,0,0),(64912,18138,530,1,1,0,0,-272.895,5756.49,3.9997,3.71281,300,5,0,4979,0,1,0,0,0),(64913,18138,530,1,1,0,0,-306.972,5818.69,0.94277,1.345,300,5,0,4979,0,1,0,0,0),(64914,18138,530,1,1,0,0,-217.672,5717.32,6.73923,0.297729,300,5,0,4979,0,1,0,0,0),(64915,18138,530,1,1,0,0,-193.568,5717.58,-2.20762,3.92565,300,5,0,4979,0,1,0,0,0),(64916,18138,530,1,1,0,0,-148.44,5717.89,3.59571,6.27916,300,5,0,4979,0,1,0,0,0),(64917,18138,530,1,1,0,0,-146.808,5819.55,3.24806,4.54949,300,5,0,4979,0,1,0,0,0),(64918,18138,530,1,1,0,0,-147.526,5841.93,1.12495,4.79281,300,5,0,4979,0,1,0,0,0),(64919,18138,530,1,1,0,0,-103.642,5818.56,9.854,0.201415,300,5,0,4979,0,1,0,0,0),(64920,18138,530,1,1,0,0,-114.369,5747.35,5.95606,4.31301,300,5,0,4979,0,1,0,0,0),(64921,18138,530,1,1,0,0,-179.423,5662.13,10.857,5.03142,300,5,0,4979,0,1,0,0,0),(64922,18138,530,1,1,0,0,-204.798,5632.86,11.469,3.58253,300,5,0,4979,0,1,0,0,0),(64923,18138,530,1,1,0,0,-282.509,5652.68,-24.043,0.784261,300,5,0,4979,0,1,0,0,0),(64924,18138,530,1,1,0,0,-315.972,5616.46,-1.16419,4.80234,300,5,0,4979,0,1,0,0,0),(64925,18138,530,1,1,0,0,-378.044,5582.33,5.56073,0.005797,300,5,0,4979,0,1,0,0,0),(64926,18138,530,1,1,0,0,-359.06,5616.9,-0.038266,3.11645,300,5,0,4979,0,1,0,0,0),(64927,18138,530,1,1,0,0,-453.099,5608.7,-0.6579,0.150049,300,5,0,4979,0,1,0,0,0),(64928,18138,530,1,1,0,0,-485.209,5584.64,5.76297,4.65765,300,5,0,4979,0,1,0,0,0),(64929,18138,530,1,1,0,0,-619.572,5586.43,5.28504,3.50111,300,5,0,4979,0,1,0,0,0),(64930,18138,530,1,1,0,0,-603.824,5615.18,0.54479,3.09076,300,5,0,4979,0,1,0,0,0),(64931,18138,530,1,1,0,0,-703.076,5585.08,4.68148,3.13671,300,5,0,4979,0,1,0,0,0),(64932,18138,530,1,1,0,0,-651.9,5615.75,-0.399843,3.11552,300,5,0,4979,0,1,0,0,0),(64933,18138,530,1,1,0,0,-717.387,5615.2,0.18876,4.8708,300,5,0,4979,0,1,0,0,0),(64934,18139,530,1,1,0,1,263.314,8510.99,23.6252,3.45575,300,0,0,14193,2790,0,0,0,0),(64935,18139,530,1,1,0,1,214.05,8564.54,23.0111,4.66003,300,0,0,14193,2790,0,0,0,0),(64936,18139,530,1,1,0,1,198.225,8502.36,24.833,0.558505,300,0,0,14193,2790,0,0,0,0),(64937,18139,530,1,1,0,1,206.466,8484.5,24.0072,1.19632,300,5,0,14193,2790,1,0,0,0),(64938,18139,530,1,1,0,1,203.514,8482.89,24.0533,1.18198,300,5,0,14193,2790,1,0,0,0),(64939,18139,530,1,1,0,1,207.647,8481.71,23.9283,1.19639,300,5,0,14193,2790,1,0,0,0),(64940,18140,530,1,1,0,1,222.252,8522.22,24.5394,3.80482,300,0,0,5527,0,0,0,0,0),(64941,18140,530,1,1,0,1,224.372,8513.89,24.5243,2.75762,300,0,0,5527,0,0,0,0,0),(64942,18140,530,1,1,0,1,213.292,8523.77,24.7034,4.93928,300,0,0,5527,0,0,0,0,0),(64943,18140,530,1,1,0,1,213.342,8510.86,24.8201,0.890118,300,0,0,5527,0,0,0,0,0),(64944,18141,530,1,1,0,0,-1222.05,7162.91,57.3886,2.63545,300,0,0,546300,3387,0,0,0,0),(64945,18142,530,1,1,0,0,-1840.96,6387.75,52.945,4.38078,300,0,0,42,0,0,0,0,0),(64946,18143,530,1,1,0,0,-1920.43,6362.44,56.116,2.11185,300,0,0,42,0,0,0,0,0),(64947,18144,530,1,1,0,0,-1974.11,6275.41,56.994,0.017453,300,0,0,42,0,0,0,0,0),(64948,18145,530,1,1,0,0,-1831.78,8471.38,-69.443,3.88416,300,0,0,6116,0,0,0,0,0),(64949,18146,530,1,1,0,1,9834.04,-7480.85,14.9347,6.15987,300,0,0,2442,2434,0,0,0,0),(64950,18147,530,1,1,0,1,9838.61,-7405.78,13.702,1.13446,300,0,0,1921,5013,0,0,0,0),(64951,18147,530,1,1,0,1,9833.02,-7399.31,13.6929,1.02974,300,0,0,1921,5013,0,0,0,0),(64952,18147,530,1,1,0,1,9867.85,-7406.05,13.5941,1.74533,300,0,0,1921,5013,0,0,0,0),(64953,18147,530,1,1,0,1,9931.92,-7423.83,12.4414,0.663225,300,0,0,1921,5013,0,0,0,0),(64954,18150,530,1,1,0,0,295.937,7829.38,24.933,6.07614,300,0,0,42,0,0,0,0,0),(64955,18151,530,1,1,0,0,290.735,7827.12,24.933,1.23521,300,0,0,42,0,0,0,0,0),(64956,18159,530,1,1,0,1,767.972,7724.44,22.0983,6.10111,300,0,0,4274,2568,0,0,0,0),(64957,18160,530,1,1,0,1,1674.28,8550.4,2.69026,4.57276,300,0,0,5944,2705,0,0,0,0),(64958,18166,530,1,1,0,1,-1859.87,5420.07,-10.3805,2.14675,300,0,0,15081,21996,0,0,0,0),(18024,1914,0,1,1,3559,1,-266.689,861.816,81.8771,6.22836,275,5,0,285,790,1,0,0,0),(64960,18173,530,1,1,0,0,-2350.99,-12009.1,27.0368,1.93731,300,0,0,42,0,0,0,0,0),(64961,18174,530,1,1,0,1,9859.98,-7500.99,15.0415,5.34071,300,0,0,433,490,0,0,0,0),(64962,18175,530,1,1,0,1,9861.51,-7502.91,15.0389,2.33874,300,0,0,433,490,0,0,0,0),(64963,18180,530,1,1,0,1,-1461.78,6344.3,37.2739,6.23082,300,0,0,20958,0,0,0,0,0),(64964,18181,530,1,1,0,0,-2654.18,7611.46,4.21254,4.59635,300,5,0,2286,0,1,0,0,0),(64965,18181,530,1,1,0,0,-2702.38,7616.4,12.9681,5.30743,300,0,0,2286,0,0,0,0,0),(64966,18181,530,1,1,0,0,-2704.8,7619.85,12.4231,5.33283,300,0,0,2286,0,0,0,0,0),(64967,18181,530,1,1,0,0,-2681.97,7624.61,5.46131,2.75,300,0,0,2286,0,0,0,0,0),(64968,18181,530,1,1,0,0,-2673.93,7625.38,4.74233,5.16293,300,5,0,2286,0,1,0,0,0),(64969,18187,530,1,1,0,0,9754.78,-7418.59,13.225,0.078558,300,0,0,3052,0,0,0,0,0),(64970,18188,530,1,1,0,0,9752.6,-7419.56,13.2247,0.059895,300,0,0,3052,0,0,0,0,0),(64971,18189,530,1,1,0,0,9752.67,-7423.81,13.1512,0.058053,300,0,0,3052,0,0,0,0,0),(64972,18190,530,1,1,0,0,9751.67,-7421.73,13.1942,0.051757,300,0,0,3052,0,0,0,0,0),(64973,18191,530,1,1,0,0,9754.95,-7421.55,13.1711,0.059813,300,0,0,3052,0,0,0,0,0),(64974,18196,530,1,1,0,0,-879.566,8690.91,251.656,0.645772,300,0,0,42,0,0,0,0,0),(64975,18197,530,1,1,0,0,-393.795,7257.78,54.6158,6.23082,300,0,0,26532,2620,0,0,0,0),(64976,18200,530,1,1,0,1,-1450.88,6341.37,37.3989,1.93731,300,0,0,13972,0,0,0,0,0),(64977,18201,530,1,1,0,0,-144.826,6977.34,19.1323,0.30896,300,5,0,810,0,1,0,0,0),(64978,18201,530,1,1,0,0,-111.072,7000.94,17.5589,0.993993,300,5,0,810,0,1,0,0,0),(64979,18201,530,1,1,0,0,-122.321,7024.17,17.6839,4.10667,300,5,0,810,0,1,0,0,0),(64980,18201,530,1,1,0,0,-147.857,7005.76,17.9431,3.24729,300,5,0,810,0,1,0,0,0),(64981,18201,530,1,1,0,0,-215.962,7041.95,17.7375,4.2456,300,5,0,810,0,1,0,0,0),(64982,18201,530,1,1,0,0,-197.4,7045.56,19.2988,2.75746,300,5,0,810,0,1,0,0,0),(64983,18201,530,1,1,0,0,-116.961,7120.84,17.8387,4.13602,300,5,0,810,0,1,0,0,0),(64984,18201,530,1,1,0,0,-117.187,7145.31,18.6134,4.87344,300,5,0,810,0,1,0,0,0),(64985,18201,530,1,1,0,0,-95.9075,7155,17.6102,2.37813,300,5,0,810,0,1,0,0,0),(64986,18201,530,1,1,0,0,-80.4207,7110.25,19.0339,2.9311,300,5,0,810,0,1,0,0,0),(64987,18201,530,1,1,0,0,-106.779,7244.9,22.9988,4.37546,300,5,0,810,0,1,0,0,0),(64988,18201,530,1,1,0,0,-155.433,7311.07,23.0619,0.781598,300,5,0,810,0,1,0,0,0),(64989,18201,530,1,1,0,0,-125.523,7319.8,23.3877,5.18601,300,5,0,810,0,1,0,0,0),(64990,18201,530,1,1,0,0,-176.111,7288.55,23.1134,5.09689,300,5,0,810,0,1,0,0,0),(64991,18201,530,1,1,0,0,-155.87,7330.95,22.6869,3.96881,300,5,0,810,0,1,0,0,0),(64992,18201,530,1,1,0,0,-198.702,7324.24,44.423,4.08285,300,5,0,810,0,1,0,0,0),(64993,18201,530,1,1,0,0,-182.681,7247.79,23.4094,3.92727,300,0,0,810,0,0,0,0,0),(64996,18202,530,1,1,0,1,-1553.74,8444.09,-2.71058,4.24774,300,5,0,4731,2790,1,0,0,0),(64995,18202,530,1,1,0,1,-1659.5,8565.8,-17.151,5.58319,300,0,0,4731,2790,0,0,0,0),(64994,18202,530,1,1,0,1,-1681.08,8543.04,-19.884,2.76362,300,5,0,4731,2790,1,0,0,0),(65001,18203,530,1,1,0,1,-1525.38,8453.65,-4.01942,4.17134,300,0,0,5504,0,0,0,0,0),(65000,18203,530,1,1,0,1,-1483.94,8614.35,7.34313,0.383972,300,0,0,5504,0,0,0,0,0),(64999,18203,530,1,1,0,1,-1616.91,8556.31,-11.6938,4.3511,300,5,0,5504,0,1,0,0,0),(64998,18203,530,1,1,0,1,-1617.43,8554.13,-11.9598,4.59882,300,5,0,5504,0,1,0,0,0),(64997,18203,530,1,1,0,1,-1660.65,8522.01,-13.4359,2.77507,300,0,0,5504,0,0,0,0,0),(65004,18205,530,1,1,0,0,-1711.7,6344.2,48.635,1.58649,300,5,0,5715,0,1,0,0,0),(65005,18205,530,1,1,0,0,-1675.69,6376.07,42.8747,1.85795,300,5,0,5715,0,1,0,0,0),(65006,18205,530,1,1,0,0,-1660.84,6400.35,36.2952,0.644674,300,5,0,5715,0,1,0,0,0),(65007,18205,530,1,1,0,0,-1616.9,6388.74,31.7569,0.376152,300,5,0,5715,0,1,0,0,0),(65008,18205,530,1,1,0,0,-1507.1,6277.32,48.3513,2.75582,300,5,0,5715,0,1,0,0,0),(65009,18205,530,1,1,0,0,-1454.11,6299.25,44.0786,4.85553,300,5,0,5715,0,1,0,0,0),(65010,18205,530,1,1,0,0,-1672.33,6481.38,26.8945,3.16503,300,5,0,5715,0,1,0,0,0),(65011,18205,530,1,1,0,0,-1685.17,6450.65,31.7575,0.367589,300,5,0,5715,0,1,0,0,0),(65012,18205,530,1,1,0,0,-1879.84,6435.4,33.4537,1.6451,300,5,0,5715,0,1,0,0,0),(65013,18205,530,1,1,0,0,-1922.76,6412.58,38.2821,4.62633,300,5,0,5715,0,1,0,0,0),(65014,18205,530,1,1,0,0,-2094.21,6448.52,19.217,0.030264,300,5,0,5715,0,1,0,0,0),(65015,18205,530,1,1,0,0,-2075.33,6379.23,35.5453,1.74943,300,5,0,5715,0,1,0,0,0),(65016,18205,530,1,1,0,0,-2184.78,6408.81,21.4267,5.1201,300,5,0,5715,0,1,0,0,0),(65017,18205,530,1,1,0,0,-2207.65,6380,29.1809,2.51289,300,5,0,5715,0,1,0,0,0),(65018,18205,530,1,1,0,0,-2147.63,6250.65,66.8574,4.05918,300,5,0,5715,0,1,0,0,0),(65019,18205,530,1,1,0,0,-2211.98,6318.11,41.8218,0.246155,300,5,0,5715,0,1,0,0,0),(65020,18205,530,1,1,0,0,-2245.67,6345.25,39.1261,3.04484,300,5,0,5715,0,1,0,0,0),(65021,18205,530,1,1,0,0,-2737.15,6579.95,30.0996,4.27452,300,5,0,5715,0,1,0,0,0),(65022,18205,530,1,1,0,0,-2719.69,6552.76,29.6173,6.0098,300,5,0,5715,0,1,0,0,0),(65023,18205,530,1,1,0,0,-2685.51,6565.22,24.1235,2.66658,300,5,0,5715,0,1,0,0,0),(65024,18205,530,1,1,0,0,-2654.93,6489.17,27.8704,5.58349,300,5,0,5715,0,1,0,0,0),(65025,18205,530,1,1,0,0,-2616.47,6378.39,34.4002,1.66667,300,5,0,5715,0,1,0,0,0),(65026,18205,530,1,1,0,0,-2619.66,6443.09,30.1651,0.646234,300,5,0,5715,0,1,0,0,0),(65027,18205,530,1,1,0,0,-2576.19,6431.63,24.8694,1.58252,300,5,0,5715,0,1,0,0,0),(65028,18205,530,1,1,0,0,-2515.04,6467.73,19.7118,1.84775,300,5,0,5715,0,1,0,0,0),(65029,18205,530,1,1,0,0,-2601.96,6487.31,19.504,3.45439,300,5,0,5715,0,1,0,0,0),(65030,18205,530,1,1,0,0,-2618.64,6514.76,22.4554,6.04958,300,5,0,5715,0,1,0,0,0),(65031,18205,530,1,1,0,0,-2558.81,6576.85,7.4117,1.10273,300,5,0,5715,0,1,0,0,0),(65032,18205,530,1,1,0,0,-2580.76,6582.16,10.7652,5.54196,300,5,0,5715,0,1,0,0,0),(65033,18205,530,1,1,0,0,-2575.12,6624.7,4.42333,0.586994,300,5,0,5715,0,1,0,0,0),(65034,18205,530,1,1,0,0,-2611.34,6658.37,5.88266,4.61855,300,5,0,5715,0,1,0,0,0),(65035,18205,530,1,1,0,0,-2788.35,6754.58,4.4293,5.65647,300,5,0,5715,0,1,0,0,0),(65036,18205,530,1,1,0,0,-2795.79,6909.1,-24.1891,0.592334,300,5,0,5715,0,1,0,0,0),(65037,18205,530,1,1,0,0,-2786.4,6883.5,-21.3172,1.46899,300,5,0,5715,0,1,0,0,0),(65038,18205,530,1,1,0,0,-2749.3,6907.92,-11.2372,3.55982,300,5,0,5715,0,1,0,0,0),(65039,18205,530,1,1,0,0,-2747.87,6783.84,-1.95912,1.75554,300,5,0,5715,0,1,0,0,0),(65040,18205,530,1,1,0,0,-2710.08,6877.41,-3.32176,3.71469,300,5,0,5715,0,1,0,0,0),(65041,18205,530,1,1,0,0,-2712.99,6818.97,-1.10644,5.64209,300,5,0,5715,0,1,0,0,0),(65042,18205,530,1,1,0,0,-2510.55,6617.23,2.33906,0.320824,300,5,0,5715,0,1,0,0,0),(65043,18205,530,1,1,0,0,-2476.96,6572.75,6.83235,0.862805,300,5,0,5715,0,1,0,0,0),(65044,18205,530,1,1,0,0,-2420.75,6512.67,10.9089,3.11729,300,5,0,5715,0,1,0,0,0),(65045,18205,530,1,1,0,0,-2353.05,6589.69,2.64581,1.89291,300,5,0,5715,0,1,0,0,0),(65046,18205,530,1,1,0,0,-2708.76,6947.37,-7.11537,2.99444,300,5,0,5715,0,1,0,0,0),(65047,18205,530,1,1,0,0,-2476.03,7118.15,-12.849,0.015624,300,5,0,5715,0,1,0,0,0),(65048,18205,530,1,1,0,0,-2739.59,7692.65,-16.847,6.07956,300,5,0,5715,0,1,0,0,0),(65049,18205,530,1,1,0,0,-2758.64,7689.12,-14.5659,6.02353,300,5,0,5715,0,1,0,0,0),(65050,18205,530,1,1,0,0,-2751.37,7696.47,-15.8399,6.08079,300,5,0,5715,0,1,0,0,0),(65051,18205,530,1,1,0,0,-2755.07,7725.83,-20.9539,0.910888,300,5,0,5715,0,1,0,0,0),(65052,18205,530,1,1,0,0,-2744.43,7728.56,-21.5079,1.06063,300,5,0,5715,0,1,0,0,0),(65053,18205,530,1,1,0,0,-2752.3,7738.92,-22.4247,0.767368,300,5,0,5715,0,1,0,0,0),(65054,18205,530,1,1,0,0,-2756.11,7739.21,-22.3736,0.702164,300,5,0,5715,0,1,0,0,0),(65055,18205,530,1,1,0,0,-2733.4,7775.72,-30.926,3.23349,300,5,0,5715,0,1,0,0,0),(65056,18205,530,1,1,0,0,-2741.69,7785.76,-31.2111,3.12695,300,5,0,5715,0,1,0,0,0),(65057,18205,530,1,1,0,0,-2726.41,7780.99,-32.1385,3.10352,300,5,0,5715,0,1,0,0,0),(65058,18205,530,1,1,0,0,-2223.24,7691.95,-13.1185,5.22646,300,5,0,5715,0,1,0,0,0),(65059,18205,530,1,1,0,0,-2228.29,7691.49,-12.8685,5.25288,300,5,0,5715,0,1,0,0,0),(65060,18205,530,1,1,0,0,-2238.11,7681.85,-11.701,5.0109,300,5,0,5715,0,1,0,0,0),(65061,18205,530,1,1,0,0,-1801.26,7089.44,-21.8952,0.088007,300,5,0,5715,0,1,0,0,0),(65062,18205,530,1,1,0,0,-2313.61,7003.77,-9.07236,1.42771,300,5,0,5715,0,1,0,0,0),(65063,18205,530,1,1,0,0,-2351.5,7050.83,-12.1928,3.0073,300,5,0,5715,0,1,0,0,0),(65064,18205,530,1,1,0,0,-2321.38,7084.25,-19.3314,4.81808,300,5,0,5715,0,1,0,0,0),(65065,18205,530,1,1,0,0,-2394.61,7015.46,-5.57128,3.05164,300,5,0,5715,0,1,0,0,0),(65066,18205,530,1,1,0,0,-2462.32,7081.86,-11.7676,3.19926,300,5,0,5715,0,1,0,0,0),(65067,18205,530,1,1,0,0,-2351.25,6981.77,-5.22284,3.60621,300,5,0,5715,0,1,0,0,0),(65068,18205,530,1,1,0,0,-2216.88,6916.87,-6.6276,4.61262,300,5,0,5715,0,1,0,0,0),(65069,18205,530,1,1,0,0,-2187.59,6887.85,-5.29062,2.68331,300,5,0,5715,0,1,0,0,0),(65070,18205,530,1,1,0,0,-1813.48,6851.32,-35.3197,1.67647,300,5,0,5715,0,1,0,0,0),(65071,18205,530,1,1,0,0,-2159.18,6852.27,-9.03975,2.8288,300,5,0,5715,0,1,0,0,0),(65072,18205,530,1,1,0,0,-2354.01,6704.04,-0.273357,4.03216,300,5,0,5715,0,1,0,0,0),(65073,18205,530,1,1,0,0,-2289.1,6657.22,-1.22496,6.15592,300,5,0,5715,0,1,0,0,0),(65074,18205,530,1,1,0,0,-2303.7,6680.62,-1.41426,6.10648,300,5,0,5715,0,1,0,0,0),(65075,18205,530,1,1,0,0,-2317.03,6616.82,2.53165,2.67354,300,5,0,5715,0,1,0,0,0),(65076,18205,530,1,1,0,0,-2247.31,6613.35,-0.790151,1.18194,300,5,0,5715,0,1,0,0,0),(65077,18205,530,1,1,0,0,-1784.39,6743.14,-25.7578,4.60874,300,5,0,5715,0,1,0,0,0),(65078,18205,530,1,1,0,0,-1717.74,6750.65,-15.464,3.07537,300,5,0,5715,0,1,0,0,0),(65079,18205,530,1,1,0,0,-1750.53,6715.07,-18.1979,3.51667,300,5,0,5715,0,1,0,0,0),(65080,18205,530,1,1,0,0,-1675.47,6718.16,-4.46805,6.14502,300,5,0,5715,0,1,0,0,0),(65081,18205,530,1,1,0,0,-1804.67,6649.5,-20.1252,0.561707,300,5,0,5715,0,1,0,0,0),(65082,18205,530,1,1,0,0,-1747.27,6645.55,-14.1295,2.01261,300,5,0,5715,0,1,0,0,0),(65083,18205,530,1,1,0,0,-1780.25,6693.04,-24.4056,1.65491,300,5,0,5715,0,1,0,0,0),(65084,18205,530,1,1,0,0,-1853.38,6621.63,-2.90771,2.27116,300,5,0,5715,0,1,0,0,0),(65085,18205,530,1,1,0,0,-1913.16,6622.9,2.35474,3.66559,300,5,0,5715,0,1,0,0,0),(65086,18205,530,1,1,0,0,-1882.91,6585.07,5.67386,1.58833,300,5,0,5715,0,1,0,0,0),(65087,18205,530,1,1,0,0,-2256.05,6542.8,7.62377,6.09102,300,5,0,5715,0,1,0,0,0),(65088,18205,530,1,1,0,0,-2291.61,6511.85,11.4018,5.27006,300,5,0,5715,0,1,0,0,0),(65089,18205,530,1,1,0,0,-2376.28,6552.33,6.3632,6.26952,300,5,0,5715,0,1,0,0,0),(65090,18205,530,1,1,0,0,-2346.72,6581.62,2.82858,0.013228,300,5,0,5715,0,1,0,0,0),(65091,18205,530,1,1,0,0,-2410.29,6451.17,14.5782,0.841395,300,5,0,5715,0,1,0,0,0),(65092,18205,530,1,1,0,0,-2513.28,6410.58,25.276,5.0468,300,5,0,5715,0,1,0,0,0),(65093,18205,530,1,1,0,0,-2314.81,6474.14,14.7613,4.39465,300,5,0,5715,0,1,0,0,0),(65094,18205,530,1,1,0,0,-1450.54,6894.55,7.52806,1.54736,300,5,0,5715,0,1,0,0,0),(65095,18205,530,1,1,0,0,-1391.23,6956.93,13.7576,0.310896,300,5,0,5715,0,1,0,0,0),(65096,18205,530,1,1,0,0,-1467.31,6855.53,9.1284,6.28026,300,5,0,5715,0,1,0,0,0),(65097,18205,530,1,1,0,0,-1550.94,6785.61,5.57643,2.91794,300,5,0,5715,0,1,0,0,0),(65098,18205,530,1,1,0,0,-1547.66,6719.58,14.9828,1.65094,300,5,0,5715,0,1,0,0,0),(65099,18205,530,1,1,0,0,-1649.02,6887.76,-12.1475,1.87648,300,5,0,5715,0,1,0,0,0),(65100,18205,530,1,1,0,0,-1681.73,6917.13,-22.0748,5.31573,300,5,0,5715,0,1,0,0,0),(65107,18207,530,1,1,0,1,-1617.17,8517.14,-13.3111,3.18328,300,0,0,1000,6229,0,0,0,0),(65106,18207,530,1,1,0,1,-1619.79,8511.52,-13.3111,2.52415,300,0,0,1000,6229,0,0,0,0),(65105,18207,530,1,1,0,1,-1628.85,8505.92,-13.3941,1.10055,300,0,0,1000,6229,0,0,0,0),(65104,18207,530,1,1,0,1,-1438.26,8532.47,13.7976,3.71471,300,0,0,1000,6229,0,0,0,0),(65103,18207,530,1,1,0,1,-1634.98,8513.87,-13.3941,0.0167007,300,0,0,1000,6229,0,0,0,0),(65102,18207,530,1,1,0,1,-1623.96,8521.62,-13.3941,4.72783,300,0,0,1000,6229,0,0,0,0),(65101,18207,530,1,1,0,1,-1627.78,8518.52,-13.3941,5.26975,300,0,0,1000,6229,0,0,0,0),(65108,18210,530,1,1,0,0,-1583.63,8564.92,2.08442,5.93412,300,0,0,6411,5136,0,0,0,0),(65109,18211,530,1,1,0,0,-1580.44,8566.08,2.08442,3.1765,300,0,0,4428,0,0,0,0,0),(65110,18211,530,1,1,0,0,-1582.76,8561.98,2.08442,1.6057,300,0,0,4428,0,0,0,0,0),(65111,18212,530,1,1,0,0,578.549,6445.47,3.04747,3.95117,300,5,0,1335,0,1,0,0,0),(65112,18212,530,1,1,0,0,483.561,6453.55,4.76506,4.02801,300,5,0,1335,0,1,0,0,0),(65113,18212,530,1,1,0,0,482.596,6452.85,6.06339,6.12542,300,5,0,1335,0,1,0,0,0),(65114,18212,530,1,1,0,0,486.153,6444.85,4.8708,0.291977,300,5,0,1335,0,1,0,0,0),(65115,18212,530,1,1,0,0,485.267,6446.92,6.01289,4.94695,300,5,0,1335,0,1,0,0,0),(65116,18212,530,1,1,0,0,518.117,6468.64,-3.9717,4.81261,300,5,0,1335,0,1,0,0,0),(65117,18212,530,1,1,0,0,529.767,6448.01,1.27098,3.0153,300,5,0,1335,0,1,0,0,0),(65118,18212,530,1,1,0,0,551.137,6459.08,0.19492,5.97934,300,5,0,1335,0,1,0,0,0),(65119,18212,530,1,1,0,0,540.583,6455.08,1.6909,3.45102,300,5,0,1335,0,1,0,0,0),(65120,18212,530,1,1,0,0,446.892,6478.31,3.11018,1.19682,300,5,0,1335,0,1,0,0,0),(65121,18212,530,1,1,0,0,438.084,6462.47,13.9124,3.78332,300,5,0,1335,0,1,0,0,0),(65122,18212,530,1,1,0,0,442.902,6484.38,4.49085,3.9187,300,5,0,1335,0,1,0,0,0),(65123,18212,530,1,1,0,0,447.696,6487.43,-6.45823,4.68112,300,5,0,1335,0,1,0,0,0),(65124,18212,530,1,1,0,0,423.317,6512.84,-5.95564,3.27171,300,5,0,1335,0,1,0,0,0),(65125,18212,530,1,1,0,0,458.647,6517.47,-9.54859,3.36983,300,5,0,1335,0,1,0,0,0),(65126,18212,530,1,1,0,0,422.439,6544.33,-0.332701,6.09463,300,5,0,1335,0,1,0,0,0),(65127,18212,530,1,1,0,0,428.846,6545.27,-2.42298,3.25598,300,5,0,1335,0,1,0,0,0),(65128,18212,530,1,1,0,0,501.333,6490.82,2.0859,3.82732,300,5,0,1335,0,1,0,0,0),(65129,18212,530,1,1,0,0,518.785,6482.87,-2.45334,0.045956,300,5,0,1335,0,1,0,0,0),(65130,18212,530,1,1,0,0,510.449,6506.09,7.57714,2.19184,300,5,0,1335,0,1,0,0,0),(65131,18212,530,1,1,0,0,453.663,6545.26,1.09705,4.56137,300,5,0,1335,0,1,0,0,0),(65132,18212,530,1,1,0,0,569.424,6487.43,-12.5087,0.109579,300,5,0,1335,0,1,0,0,0),(65133,18212,530,1,1,0,0,574.667,6480.52,-11.9652,0.071307,300,5,0,1335,0,1,0,0,0),(65134,18212,530,1,1,0,0,588.428,6493.58,-20.8726,0.885685,300,5,0,1335,0,1,0,0,0),(65135,18212,530,1,1,0,0,579.089,6502.63,-20.7961,4.2483,300,5,0,1335,0,1,0,0,0),(65136,18212,530,1,1,0,0,620.903,6500.94,-9.84441,1.19464,300,5,0,1335,0,1,0,0,0),(65137,18212,530,1,1,0,0,633.711,6519.72,-13.1195,3.01724,300,5,0,1335,0,1,0,0,0),(65138,18212,530,1,1,0,0,615.15,6509.08,-13.6897,5.03846,300,5,0,1335,0,1,0,0,0),(65139,18212,530,1,1,0,0,616.107,6517.66,-17.6272,0.035784,300,5,0,1335,0,1,0,0,0),(65140,18212,530,1,1,0,0,594.926,6535.19,-16.589,2.63335,300,5,0,1335,0,1,0,0,0),(65141,18212,530,1,1,0,0,649.101,6541.54,-7.26933,3.43062,300,5,0,1335,0,1,0,0,0),(65142,18212,530,1,1,0,0,681.979,6561.96,0.24724,4.68125,300,5,0,1335,0,1,0,0,0),(65143,18212,530,1,1,0,0,686.314,6551.44,-0.410029,0.28389,300,5,0,1335,0,1,0,0,0),(65144,18212,530,1,1,0,0,728.79,6607.2,5.55738,6.12847,300,5,0,1335,0,1,0,0,0),(65145,18212,530,1,1,0,0,683.386,6616.79,5.33385,3.5076,300,5,0,1335,0,1,0,0,0),(65146,18212,530,1,1,0,0,717.637,6584.08,5.38519,4.70153,300,5,0,1335,0,1,0,0,0),(65147,18212,530,1,1,0,0,713.083,6592,5.27581,4.07966,300,5,0,1335,0,1,0,0,0),(65148,18212,530,1,1,0,0,717.447,6656.61,2.37151,4.69682,300,5,0,1335,0,1,0,0,0),(65149,18212,530,1,1,0,0,729.31,6673.92,3.77217,5.58907,300,5,0,1335,0,1,0,0,0),(65150,18212,530,1,1,0,0,648.576,6627.84,-15.1212,4.5397,300,5,0,1335,0,1,0,0,0),(65151,18212,530,1,1,0,0,652.883,6559.43,-10.5717,5.81954,300,5,0,1335,0,1,0,0,0),(65152,18212,530,1,1,0,0,638.613,6616.24,-13.882,0.141069,300,5,0,1335,0,1,0,0,0),(65153,18212,530,1,1,0,0,633.957,6616.58,-12.8749,3.15624,300,5,0,1335,0,1,0,0,0),(65154,18212,530,1,1,0,0,652.908,6611.19,-15.1385,5.68878,300,5,0,1335,0,1,0,0,0),(65155,18212,530,1,1,0,0,646.103,6579.03,-10.3175,3.8888,300,5,0,1335,0,1,0,0,0),(65156,18212,530,1,1,0,0,656.189,6655.95,-12.6227,3.90419,300,5,0,1335,0,1,0,0,0),(65157,18212,530,1,1,0,0,655.099,6649.27,-7.77064,6.00877,300,5,0,1335,0,1,0,0,0),(65158,18212,530,1,1,0,0,657.076,6650.69,-8.01705,2.83772,300,5,0,1335,0,1,0,0,0),(65159,18212,530,1,1,0,0,650,6583.33,-4.12874,3.18831,300,5,0,1335,0,1,0,0,0),(65160,18212,530,1,1,0,0,686.39,6582.26,-5.97859,5.34511,300,5,0,1335,0,1,0,0,0),(65161,18212,530,1,1,0,0,685.194,6618.71,-8.16584,4.46566,300,5,0,1335,0,1,0,0,0),(65162,18212,530,1,1,0,0,680.114,6621.87,-8.53604,5.33449,300,5,0,1335,0,1,0,0,0),(65163,18212,530,1,1,0,0,674.508,6580.79,-4.566,6.13507,300,5,0,1335,0,1,0,0,0),(65164,18212,530,1,1,0,0,710.143,6688.12,1.05748,6.27492,300,5,0,1335,0,1,0,0,0),(65165,18212,530,1,1,0,0,620.354,6601.13,-14.0777,1.62749,300,5,0,1335,0,1,0,0,0),(65166,18212,530,1,1,0,0,615.739,6583.27,-15.8484,0.034166,300,5,0,1335,0,1,0,0,0),(65167,18212,530,1,1,0,0,606.028,6575.77,-14.8873,2.80328,300,5,0,1335,0,1,0,0,0),(65168,18212,530,1,1,0,0,611.724,6591.25,-12.5402,0.236456,300,5,0,1335,0,1,0,0,0),(65169,18212,530,1,1,0,0,563.831,6605.14,9.2613,4.40609,300,5,0,1335,0,1,0,0,0),(65170,18212,530,1,1,0,0,610.665,6618.18,-4.57892,2.73642,300,5,0,1335,0,1,0,0,0),(65171,18212,530,1,1,0,0,586.937,6621.21,-2.72086,3.92492,300,5,0,1335,0,1,0,0,0),(65172,18212,530,1,1,0,0,574,6630.25,15.5237,3.09963,300,5,0,1335,0,1,0,0,0),(65173,18212,530,1,1,0,0,616.522,6616.36,-16.1087,4.43856,300,5,0,1335,0,1,0,0,0),(65174,18212,530,1,1,0,0,600.197,6644.24,-6.12704,3.59563,300,5,0,1335,0,1,0,0,0),(65175,18212,530,1,1,0,0,626.909,6658.82,-23.9587,4.67521,300,5,0,1335,0,1,0,0,0),(65176,18212,530,1,1,0,0,616.691,6641.83,-21.3415,1.23965,300,5,0,1335,0,1,0,0,0),(65177,18212,530,1,1,0,0,651.376,6681.31,-15.4994,0.622406,300,5,0,1335,0,1,0,0,0),(65178,18212,530,1,1,0,0,665.532,6679.07,-15.3633,0.272933,300,5,0,1335,0,1,0,0,0),(65179,18212,530,1,1,0,0,653.863,6686.86,-17.7361,3.53365,300,5,0,1335,0,1,0,0,0),(65180,18212,530,1,1,0,0,614.869,6682.87,-28.8611,5.05239,300,5,0,1335,0,1,0,0,0),(65181,18212,530,1,1,0,0,581.679,6672.44,-14.3935,1.05867,300,5,0,1335,0,1,0,0,0),(65182,18212,530,1,1,0,0,586.257,6695.53,-18.8524,4.29817,300,5,0,1335,0,1,0,0,0),(65183,18212,530,1,1,0,0,578.518,6676.8,-7.39269,5.30959,300,5,0,1335,0,1,0,0,0),(65184,18212,530,1,1,0,0,590.223,6692.79,-22.7042,1.90305,300,5,0,1335,0,1,0,0,0),(65185,18212,530,1,1,0,0,550.933,6694.47,-16.9043,1.61573,300,5,0,1335,0,1,0,0,0),(65186,18212,530,1,1,0,0,476.424,6683.14,-8.7766,2.82973,300,5,0,1335,0,1,0,0,0),(65187,18212,530,1,1,0,0,514.315,6690.45,-11.5631,3.56442,300,5,0,1335,0,1,0,0,0),(65188,18212,530,1,1,0,0,524.068,6674.5,-10.1079,4.51174,300,5,0,1335,0,1,0,0,0),(65189,18212,530,1,1,0,0,516.292,6696.35,-12.939,5.85446,300,5,0,1335,0,1,0,0,0),(65190,18212,530,1,1,0,0,527,6683.15,-18.6583,3.28749,300,5,0,1335,0,1,0,0,0),(65191,18212,530,1,1,0,0,510.007,6668.82,-31.2896,0.246147,300,5,0,1335,0,1,0,0,0),(65192,18212,530,1,1,0,0,502.857,6667.01,10.4369,0.247151,300,5,0,1335,0,1,0,0,0),(65193,18212,530,1,1,0,0,421.167,6646.6,-13.9179,1.40003,300,5,0,1335,0,1,0,0,0),(65194,18212,530,1,1,0,0,423.43,6608.56,0.79224,5.52269,300,5,0,1335,0,1,0,0,0),(65195,18212,530,1,1,0,0,439.619,6707.22,-14.0161,3.99677,300,5,0,1335,0,1,0,0,0),(65196,18212,530,1,1,0,0,461.096,6685.18,-13.0222,6.20199,300,5,0,1335,0,1,0,0,0),(65197,18212,530,1,1,0,0,418.78,6602.92,-1.40501,1.58944,300,5,0,1335,0,1,0,0,0),(65198,18212,530,1,1,0,0,416.991,6583.82,-2.40233,4.37465,300,5,0,1335,0,1,0,0,0),(65199,18212,530,1,1,0,0,411.884,6645.07,-17.141,0.033191,300,5,0,1335,0,1,0,0,0),(65200,18212,530,1,1,0,0,418.877,6659.63,-18.6266,0.781995,300,5,0,1335,0,1,0,0,0),(65201,18212,530,1,1,0,0,417.153,6651.98,-18.2754,0.077297,300,5,0,1335,0,1,0,0,0),(65202,18212,530,1,1,0,0,390.884,6686.08,-3.75696,6.17264,300,5,0,1335,0,1,0,0,0),(65203,18212,530,1,1,0,0,381.062,6685.22,-0.853096,2.39281,300,5,0,1335,0,1,0,0,0),(65204,18212,530,1,1,0,0,381.718,6684.06,-4.40192,1.35213,300,5,0,1335,0,1,0,0,0),(65205,18212,530,1,1,0,0,388.665,6682.9,-2.8091,3.0592,300,5,0,1335,0,1,0,0,0),(65206,18212,530,1,1,0,0,415.078,6697.58,-17.3571,1.76827,300,5,0,1335,0,1,0,0,0),(65207,18212,530,1,1,0,0,430.01,6710.67,-15.0095,5.85862,300,5,0,1335,0,1,0,0,0),(65208,18212,530,1,1,0,0,412.051,6715.04,-16.9035,3.07987,300,5,0,1335,0,1,0,0,0),(65209,18212,530,1,1,0,0,435.208,6733.29,-16.1627,2.39274,300,5,0,1335,0,1,0,0,0),(65210,18212,530,1,1,0,0,432.318,6685.78,-14.2298,0.154876,300,5,0,1335,0,1,0,0,0),(65211,18212,530,1,1,0,0,446.331,6755.31,-32.2317,1.2262,300,5,0,1335,0,1,0,0,0),(65212,18212,530,1,1,0,0,452.338,6743.67,-29.9986,2.36448,300,5,0,1335,0,1,0,0,0),(65213,18212,530,1,1,0,0,426.261,6790.91,-22.335,4.26492,300,5,0,1335,0,1,0,0,0),(65214,18212,530,1,1,0,0,418.505,6789.42,-21.449,0.050376,300,5,0,1335,0,1,0,0,0),(65215,18212,530,1,1,0,0,414.231,6781.19,-17.6987,1.85795,300,5,0,1335,0,1,0,0,0),(65216,18212,530,1,1,0,0,442.166,6751.23,-32.0622,3.48899,300,5,0,1335,0,1,0,0,0),(65217,18212,530,1,1,0,0,414.125,6807.06,-13.0738,4.45367,300,5,0,1335,0,1,0,0,0),(65218,18212,530,1,1,0,0,457.3,6759.03,-32.4808,3.76385,300,5,0,1335,0,1,0,0,0),(65219,18212,530,1,1,0,0,457.637,6744.13,-30.4645,5.26353,300,5,0,1335,0,1,0,0,0),(65220,18212,530,1,1,0,0,499.6,6776.59,-30.4404,5.37376,300,5,0,1335,0,1,0,0,0),(65221,18212,530,1,1,0,0,518.079,6742.55,-30.483,4.73777,300,5,0,1335,0,1,0,0,0),(65222,18212,530,1,1,0,0,492.524,6778.34,-32.5654,4.96228,300,5,0,1335,0,1,0,0,0),(65223,18212,530,1,1,0,0,469.805,6776.08,-32.0654,1.98287,300,5,0,1335,0,1,0,0,0),(65224,18212,530,1,1,0,0,483.073,6754.51,-32.9457,4.73068,300,5,0,1335,0,1,0,0,0),(65225,18212,530,1,1,0,0,510.744,6732.61,-30.2981,1.92638,300,5,0,1335,0,1,0,0,0),(65226,18212,530,1,1,0,0,513.491,6715.83,-30.5892,3.55438,300,5,0,1335,0,1,0,0,0),(65227,18212,530,1,1,0,0,452.356,6751.43,2.35296,3.51565,300,5,0,1335,0,1,0,0,0),(65228,18212,530,1,1,0,0,453.782,6754.24,2.28892,3.55933,300,5,0,1335,0,1,0,0,0),(65229,18212,530,1,1,0,0,455.508,6751.1,2.35348,3.48766,300,5,0,1335,0,1,0,0,0),(65230,18212,530,1,1,0,0,518.754,6755.54,-30.6828,4.71825,300,5,0,1335,0,1,0,0,0),(65231,18212,530,1,1,0,0,525.412,6746.47,-30.505,2.97775,300,5,0,1335,0,1,0,0,0),(65232,18212,530,1,1,0,0,577.922,6737.88,-28.7365,5.0363,300,5,0,1335,0,1,0,0,0),(65233,18212,530,1,1,0,0,548.957,6691.26,-15.6056,4.71434,300,5,0,1335,0,1,0,0,0),(65234,18212,530,1,1,0,0,556.872,6715.49,-27.0378,1.88062,300,5,0,1335,0,1,0,0,0),(65235,18212,530,1,1,0,0,622.16,6708.93,-29.8254,5.27881,300,5,0,1335,0,1,0,0,0),(65236,18212,530,1,1,0,0,617.474,6724.65,-29.1998,0.258112,300,5,0,1335,0,1,0,0,0),(65237,18212,530,1,1,0,0,612.678,6712.41,-29.9744,0.265225,300,5,0,1335,0,1,0,0,0),(65238,18212,530,1,1,0,0,580.799,6738.93,-30.0952,3.45378,300,5,0,1335,0,1,0,0,0),(65239,18212,530,1,1,0,0,592.133,6760.12,-30.0616,5.06099,300,5,0,1335,0,1,0,0,0),(65240,18212,530,1,1,0,0,576.599,6746.33,-30.7596,3.68361,300,5,0,1335,0,1,0,0,0),(65241,18212,530,1,1,0,0,640.471,6755.98,-12.0544,0.273555,300,5,0,1335,0,1,0,0,0),(65242,18212,530,1,1,0,0,649.748,6751.24,-12.1079,4.70362,300,5,0,1335,0,1,0,0,0),(65243,18212,530,1,1,0,0,655.668,6756,-12.0412,0.427413,300,5,0,1335,0,1,0,0,0),(65244,18212,530,1,1,0,0,660.197,6746.32,-10.6947,6.25531,300,5,0,1335,0,1,0,0,0),(65245,18212,530,1,1,0,0,660.088,6781.2,-7.71012,6.17947,300,5,0,1335,0,1,0,0,0),(65246,18212,530,1,1,0,0,654.985,6779.94,-6.95803,3.39761,300,5,0,1335,0,1,0,0,0),(65247,18212,530,1,1,0,0,650.434,6786.25,-5.25968,3.1313,300,5,0,1335,0,1,0,0,0),(65248,18212,530,1,1,0,0,652.756,6718.21,-10.7851,0.291328,300,5,0,1335,0,1,0,0,0),(65249,18212,530,1,1,0,0,677.927,6773,-7.09433,4.05868,300,5,0,1335,0,1,0,0,0),(65250,18212,530,1,1,0,0,689.566,6743.88,2.02509,4.79553,300,5,0,1335,0,1,0,0,0),(65251,18212,530,1,1,0,0,697.122,6696.42,-6.24587,0.95679,300,5,0,1335,0,1,0,0,0),(65252,18212,530,1,1,0,0,683.111,6725.25,-3.42297,3.20511,300,5,0,1335,0,1,0,0,0),(65253,18212,530,1,1,0,0,731.146,6749.39,6.97194,2.80317,300,5,0,1335,0,1,0,0,0),(65254,18212,530,1,1,0,0,709.081,6721.44,1.58412,2.50317,300,5,0,1335,0,1,0,0,0),(65255,18212,530,1,1,0,0,738.333,6734.38,6.94383,2.27254,300,5,0,1335,0,1,0,0,0),(65256,18212,530,1,1,0,0,707.651,6741.42,3.26745,1.95578,300,5,0,1335,0,1,0,0,0),(65257,18212,530,1,1,0,0,729.446,6689.15,4.42768,0.561187,300,5,0,1335,0,1,0,0,0),(65258,18212,530,1,1,0,0,682.37,6811.51,-0.348429,3.97828,300,5,0,1335,0,1,0,0,0),(65259,18212,530,1,1,0,0,726.032,6809.3,0.82635,2.91296,300,5,0,1335,0,1,0,0,0),(65260,18212,530,1,1,0,0,716.607,6815.36,-0.505246,6.12623,300,5,0,1335,0,1,0,0,0),(65261,18212,530,1,1,0,0,393.037,6952.93,-10.0475,0.047909,300,5,0,1335,0,1,0,0,0),(65262,18212,530,1,1,0,0,348.112,6995.11,-4.73334,3.86134,300,5,0,1335,0,1,0,0,0),(65263,18212,530,1,1,0,0,352.539,6991.07,-6.70853,5.61492,300,5,0,1335,0,1,0,0,0),(65264,18212,530,1,1,0,0,347.457,6980.59,-2.57701,3.41906,300,5,0,1335,0,1,0,0,0),(65265,18212,530,1,1,0,0,354.437,7008.29,-5.88311,2.17992,300,5,0,1335,0,1,0,0,0),(65266,18212,530,1,1,0,0,364.224,7019.97,-11.7039,3.36076,300,5,0,1335,0,1,0,0,0),(65267,18212,530,1,1,0,0,386.992,7021.21,-10.991,5.40612,300,5,0,1335,0,1,0,0,0),(65268,18212,530,1,1,0,0,373.108,7017.8,-9.67466,0.463648,300,5,0,1335,0,1,0,0,0),(65269,18212,530,1,1,0,0,371.044,6948.38,-9.78267,2.83126,300,5,0,1335,0,1,0,0,0),(65270,18212,530,1,1,0,0,374.66,7024.48,-11.8092,0.053701,300,5,0,1335,0,1,0,0,0),(65271,18212,530,1,1,0,0,355.561,6957.24,-3.16247,0.790923,300,5,0,1335,0,1,0,0,0),(65272,18212,530,1,1,0,0,395.438,6954.3,-12.32,6.0022,300,5,0,1335,0,1,0,0,0),(65273,18212,530,1,1,0,0,451.018,7409.08,9.1605,6.1163,300,5,0,1335,0,1,0,0,0),(65276,18212,530,1,1,0,0,483.535,7388.69,14.6127,1.60964,300,5,0,1335,0,1,0,0,0),(65277,18212,530,1,1,0,0,483.55,7382.78,11.9011,2.18753,300,5,0,1335,0,1,0,0,0),(65278,18212,530,1,1,0,0,478.679,7497.06,-3.91165,5.51221,300,5,0,1335,0,1,0,0,0),(65279,18212,530,1,1,0,0,485.609,7313.08,-10.6779,0.1629,300,5,0,1335,0,1,0,0,0),(65280,18212,530,1,1,0,0,476.868,7325.94,-14.0606,2.29284,300,5,0,1335,0,1,0,0,0),(65281,18212,530,1,1,0,0,459.738,7322.65,-8.66621,5.28901,300,5,0,1335,0,1,0,0,0),(65282,18212,530,1,1,0,0,474.042,7310.02,-12.4802,3.28749,300,5,0,1335,0,1,0,0,0),(65286,18212,530,1,1,0,0,545.532,7341.49,-1.17688,6.27715,300,5,0,1335,0,1,0,0,0),(65287,18212,530,1,1,0,0,552.438,7386.42,-2.57114,1.16539,300,5,0,1335,0,1,0,0,0),(65288,18212,530,1,1,0,0,552.927,7387.72,-2.57114,1.31515,300,5,0,1335,0,1,0,0,0),(65289,18212,530,1,1,0,0,553.384,7388.82,-2.57114,1.45497,300,5,0,1335,0,1,0,0,0),(65290,18212,530,1,1,0,0,556.961,7388.43,-2.57114,0.695243,300,5,0,1335,0,1,0,0,0),(65291,18212,530,1,1,0,0,485.551,7252.39,-14.8239,4.08646,300,5,0,1335,0,1,0,0,0),(65292,18212,530,1,1,0,0,481.173,7260.68,-15.0294,2.03296,300,5,0,1335,0,1,0,0,0),(65293,18212,530,1,1,0,0,484.024,7247.26,-16.5106,4.81021,300,5,0,1335,0,1,0,0,0),(65294,18212,530,1,1,0,0,487.045,7252.03,-17.7808,0,300,0,0,1335,0,0,0,0,0),(65295,18212,530,1,1,0,0,450.891,7265.7,-6.46299,1.38815,300,5,0,1335,0,1,0,0,0),(65296,18212,530,1,1,0,0,442.486,7277.27,-0.794559,4.27368,300,5,0,1335,0,1,0,0,0),(65297,18212,530,1,1,0,0,449.968,7276.8,-3.10161,3.20023,300,5,0,1335,0,1,0,0,0),(65298,18212,530,1,1,0,0,453.925,7274.38,-5.33676,1.4651,300,5,0,1335,0,1,0,0,0),(65299,18212,530,1,1,0,0,416.931,7244.57,5.15243,5.1721,300,5,0,1335,0,1,0,0,0),(65300,18212,530,1,1,0,0,418.78,7254.39,5.30533,1.58837,300,5,0,1335,0,1,0,0,0),(65301,18212,530,1,1,0,0,418.492,7249.55,3.3463,1.26183,300,5,0,1335,0,1,0,0,0),(65302,18212,530,1,1,0,0,518.569,7280.99,-18.3719,4.8347,300,5,0,1335,0,1,0,0,0),(65303,18212,530,1,1,0,0,518.705,7285.66,-18.4873,2.18834,300,5,0,1335,0,1,0,0,0),(65304,18212,530,1,1,0,0,523.125,7286.58,-18.4873,0.212738,300,5,0,1335,0,1,0,0,0),(65305,18212,530,1,1,0,0,521.769,7284.02,-18.4213,4.90231,300,5,0,1335,0,1,0,0,0),(65306,18212,530,1,1,0,0,548.276,7314.51,-17.8133,4.19559,300,5,0,1335,0,1,0,0,0),(65307,18212,530,1,1,0,0,548.59,7316.01,-17.8133,3.9814,300,5,0,1335,0,1,0,0,0),(65308,18212,530,1,1,0,0,554.467,7316.69,-17.8133,5.31323,300,5,0,1335,0,1,0,0,0),(65309,18212,530,1,1,0,0,553.695,7324.58,-16.2721,1.44353,300,5,0,1335,0,1,0,0,0),(65310,18212,530,1,1,0,0,448.268,7177.59,6.48018,0.800943,300,5,0,1335,0,1,0,0,0),(65311,18212,530,1,1,0,0,478.513,7188.85,-15.1363,3.19048,300,5,0,1335,0,1,0,0,0),(65312,18212,530,1,1,0,0,472.929,7186.86,-13.074,3.29454,300,5,0,1335,0,1,0,0,0),(65313,18212,530,1,1,0,0,493.098,7176.98,-17.4662,2.18933,300,5,0,1335,0,1,0,0,0),(65314,18212,530,1,1,0,0,494.634,7184.77,-17.4662,5.16528,300,5,0,1335,0,1,0,0,0),(65315,18212,530,1,1,0,0,515.066,7186.03,-22.4347,5.06967,300,5,0,1335,0,1,0,0,0),(65316,18212,530,1,1,0,0,410.643,7227.48,4.83798,1.4789,300,5,0,1335,0,1,0,0,0),(65317,18212,530,1,1,0,0,450.53,7214.88,-17.0526,2.74705,300,5,0,1335,0,1,0,0,0),(65318,18212,530,1,1,0,0,454.277,7213.49,-16.5138,4.3025,300,5,0,1335,0,1,0,0,0),(65319,18212,530,1,1,0,0,420.601,7223.05,-5.16713,5.99697,300,5,0,1335,0,1,0,0,0),(65320,18212,530,1,1,0,0,445.34,7209.13,-14.7632,6.02258,300,5,0,1335,0,1,0,0,0),(65321,18212,530,1,1,0,0,499.318,7218.16,-16.9217,0.188587,300,5,0,1335,0,1,0,0,0),(65322,18212,530,1,1,0,0,413.043,7205.68,-3.88674,0.954632,300,5,0,1335,0,1,0,0,0),(65323,18212,530,1,1,0,0,517.016,7220.38,-26.485,1.32251,300,5,0,1335,0,1,0,0,0),(65324,18212,530,1,1,0,0,524.466,7210.33,-27.0475,1.06803,300,5,0,1335,0,1,0,0,0),(65326,18212,530,1,1,0,0,548.228,7251.06,-27.171,3.18657,300,5,0,1335,0,1,0,0,0),(65328,18212,530,1,1,0,0,550.611,7254.78,-27.574,2.56861,300,5,0,1335,0,1,0,0,0),(65329,18212,530,1,1,0,0,485.374,7130.81,-5.50806,4.83965,300,5,0,1335,0,1,0,0,0),(65330,18212,530,1,1,0,0,474.848,7126.08,1.52449,2.41982,300,5,0,1335,0,1,0,0,0),(65331,18212,530,1,1,0,0,465.665,7130.23,7.97137,0.771587,300,5,0,1335,0,1,0,0,0),(65332,18212,530,1,1,0,0,441.793,7156.53,11.2157,2.3555,300,5,0,1335,0,1,0,0,0),(65333,18212,530,1,1,0,0,464.286,7137.62,11.9356,3.41828,300,5,0,1335,0,1,0,0,0),(65334,18212,530,1,1,0,0,423.816,7177.35,0.47866,4.08158,300,5,0,1335,0,1,0,0,0),(65335,18212,530,1,1,0,0,415.546,7185.88,-3.04783,5.28848,300,5,0,1335,0,1,0,0,0),(65336,18212,530,1,1,0,0,501.988,7147.53,-18.0944,2.98479,300,5,0,1335,0,1,0,0,0),(65337,18212,530,1,1,0,0,525.034,7126.61,-21.7715,1.01012,300,5,0,1335,0,1,0,0,0),(65338,18212,530,1,1,0,0,510.975,7145.56,-21.0155,3.16345,300,5,0,1335,0,1,0,0,0),(65339,18212,530,1,1,0,0,511.571,7141.91,-21.7715,1.86059,300,5,0,1335,0,1,0,0,0),(65340,18212,530,1,1,0,0,532.682,7184.57,-25.2283,3.04484,300,5,0,1335,0,1,0,0,0),(65341,18212,530,1,1,0,0,545.226,7178.29,-26.9313,2.91104,300,5,0,1335,0,1,0,0,0),(65342,18212,530,1,1,0,0,534.865,7182.65,-24.5561,3.27879,300,5,0,1335,0,1,0,0,0),(65343,18212,530,1,1,0,0,548.432,7190.27,-27.4974,2.31806,300,5,0,1335,0,1,0,0,0),(65344,18212,530,1,1,0,0,587.816,7220.37,-25.3868,0.975917,300,5,0,1335,0,1,0,0,0),(65345,18212,530,1,1,0,0,595.008,7219.14,-24.9266,0.180552,300,5,0,1335,0,1,0,0,0),(65346,18212,530,1,1,0,0,577.609,7221.85,-25.755,2.75659,300,5,0,1335,0,1,0,0,0),(65347,18212,530,1,1,0,0,580.078,7216.29,-25.6368,3.68387,300,5,0,1335,0,1,0,0,0),(65348,18212,530,1,1,0,0,481.731,7118.03,-7.61125,1.96363,300,5,0,1335,0,1,0,0,0),(65349,18212,530,1,1,0,0,486.833,7103.44,-12.6924,1.36895,300,5,0,1335,0,1,0,0,0),(65352,18212,530,1,1,0,0,580.639,7148.24,-26.9915,3.25496,300,0,0,1335,0,0,0,0,0),(65353,18212,530,1,1,0,0,585.622,7133.79,-26.8765,4.54204,300,0,0,1335,0,0,0,0,0),(65354,18212,530,1,1,0,0,573.987,7143.44,-26.9915,5.74585,300,0,0,1335,0,0,0,0,0),(65355,18212,530,1,1,0,0,585.145,7134.71,-25.9152,1.47696,300,5,0,1335,0,1,0,0,0),(65356,18212,530,1,1,0,0,629.837,7165.75,-11.3549,0.903458,300,5,0,1335,0,1,0,0,0),(65357,18212,530,1,1,0,0,549.81,7117.52,-41.998,0.13812,300,5,0,1335,0,1,0,0,0),(65358,18212,530,1,1,0,0,621.265,7190.81,-21.4336,5.45744,300,5,0,1335,0,1,0,0,0),(65359,18212,530,1,1,0,0,573.056,7124.8,-40.7,2.39281,300,5,0,1335,0,1,0,0,0),(65360,18212,530,1,1,0,0,553.568,7105.58,-42.2975,1.47392,300,5,0,1335,0,1,0,0,0),(65361,18212,530,1,1,0,0,535.824,7117.49,-42.2397,2.80972,300,5,0,1335,0,1,0,0,0),(65362,18212,530,1,1,0,0,633.256,7181.64,-20.968,3.35719,300,5,0,1335,0,1,0,0,0),(65363,18212,530,1,1,0,0,607.848,7149.51,-11.3549,3.09425,300,5,0,1335,0,1,0,0,0),(65364,18212,530,1,1,0,0,624.421,7195.42,-21.412,5.08015,300,5,0,1335,0,1,0,0,0),(65365,18212,530,1,1,0,0,634.249,7100.86,-13.6094,0.742548,300,5,0,1335,0,1,0,0,0),(65366,18212,530,1,1,0,0,596.049,7104.33,-24.9872,2.33539,300,5,0,1335,0,1,0,0,0),(65367,18212,530,1,1,0,0,645.527,7186.32,-21.4336,5.9713,300,5,0,1335,0,1,0,0,0),(65368,18212,530,1,1,0,0,662.811,7159.17,-11.3549,6.11965,300,5,0,1335,0,1,0,0,0),(65369,18212,530,1,1,0,0,666.621,7191.26,-22.117,0.468639,300,5,0,1335,0,1,0,0,0),(65370,18212,530,1,1,0,0,648.676,7181.88,-22.4621,3.4493,300,5,0,1335,0,1,0,0,0),(65372,18212,530,1,1,0,0,697.765,7177.25,-5.27452,2.91509,300,5,0,1335,0,1,0,0,0),(65373,18212,530,1,1,0,0,686.243,7194.89,-11.4423,4.81604,300,5,0,1335,0,1,0,0,0),(65374,18212,530,1,1,0,0,649.187,7252.65,-6.44603,2.935,300,5,0,1335,0,1,0,0,0),(65375,18212,530,1,1,0,0,647.055,7254.29,-7.0352,2.97388,300,5,0,1335,0,1,0,0,0),(65376,18212,530,1,1,0,0,655.77,7223.26,-24.8153,1.70295,300,5,0,1335,0,1,0,0,0),(65377,18212,530,1,1,0,0,651.165,7262.74,-6.52232,1.59299,300,5,0,1335,0,1,0,0,0),(65378,18212,530,1,1,0,0,653.744,7282.6,-6.51471,4.81499,300,5,0,1335,0,1,0,0,0),(65379,18212,530,1,1,0,0,655.519,7274.61,-6.42054,2.50328,300,5,0,1335,0,1,0,0,0),(65380,18212,530,1,1,0,0,647.003,7218.92,-21.7635,6.17555,300,5,0,1335,0,1,0,0,0),(65381,18212,530,1,1,0,0,661.39,7217.97,-16.0116,0.057666,300,5,0,1335,0,1,0,0,0),(65382,18212,530,1,1,0,0,623.818,7247.69,-15.9717,3.08978,300,5,0,1335,0,1,0,0,0),(65383,18212,530,1,1,0,0,613.066,7248.85,-22.4424,3.84333,300,5,0,1335,0,1,0,0,0),(65384,18212,530,1,1,0,0,621.672,7221.68,-20.677,4.0767,300,5,0,1335,0,1,0,0,0),(65385,18212,530,1,1,0,0,650.428,7314.9,-3.73638,3.21861,300,5,0,1335,0,1,0,0,0),(65386,18212,530,1,1,0,0,649.37,7322.33,-3.67935,5.39206,300,5,0,1335,0,1,0,0,0),(65387,18212,530,1,1,0,0,655.801,7307.68,-1.78481,2.32582,300,5,0,1335,0,1,0,0,0),(65388,18212,530,1,1,0,0,628.562,7338.54,-7.2411,5.49019,300,5,0,1335,0,1,0,0,0),(65389,18212,530,1,1,0,0,646.086,7343.46,-8.03589,0.559841,300,5,0,1335,0,1,0,0,0),(65390,18212,530,1,1,0,0,457.337,6539.23,6.90844,6.10744,300,5,0,1335,0,1,0,0,0),(65391,18212,530,1,1,0,0,568.231,6555.01,-2.68011,3.12304,300,5,0,1335,0,1,0,0,0),(65392,18213,530,1,1,0,0,-293.237,5563.26,16.027,5.9142,300,5,0,5477,0,1,0,0,0),(65393,18213,530,1,1,0,0,-252.419,5609.71,8.40077,0.190504,300,5,0,5477,0,1,0,0,0),(65394,18213,530,1,1,0,0,-353.891,5556.5,13.6287,4.45148,300,5,0,5477,0,1,0,0,0),(65395,18213,530,1,1,0,0,-422.59,5557.76,17.0846,4.49795,300,5,0,5477,0,1,0,0,0),(65396,18213,530,1,1,0,0,-865.159,5845.99,17.0545,4.13531,300,5,0,5477,0,1,0,0,0),(65397,18213,530,1,1,0,0,-789.189,5892.57,8.77781,2.27116,300,5,0,5477,0,1,0,0,0),(65398,18213,530,1,1,0,0,-715.033,5882.76,8.90817,1.20493,300,5,0,5477,0,1,0,0,0),(65399,18213,530,1,1,0,0,-496.614,5837.36,10.2537,2.34513,300,5,0,5477,0,1,0,0,0),(65400,18213,530,1,1,0,0,-251.849,5915.07,17.3561,0.640233,300,5,0,5477,0,1,0,0,0),(65401,18213,530,1,1,0,0,-184.076,5930.2,14.3246,5.70887,300,5,0,5477,0,1,0,0,0),(65402,18213,530,1,1,0,0,-122.647,5877.4,14.5055,3.20947,300,5,0,5477,0,1,0,0,0),(65403,18213,530,1,1,0,0,-310.032,5854.94,15.2385,3.32981,300,5,0,5477,0,1,0,0,0),(65404,18213,530,1,1,0,0,-381.51,5852.99,15.8197,2.74798,300,5,0,5477,0,1,0,0,0),(65405,18213,530,1,1,0,0,-819.102,5655.91,15.3308,2.80554,300,5,0,5477,0,1,0,0,0),(65406,18213,530,1,1,0,0,-156.671,5690.99,14.8146,1.78539,300,5,0,5477,0,1,0,0,0),(65407,18213,530,1,1,0,0,-91.6667,5758.33,10.2839,1.48595,300,5,0,5477,0,1,0,0,0),(65408,18213,530,1,1,0,0,-91.9383,5813.39,16.4982,0.618788,300,5,0,5477,0,1,0,0,0),(65409,18213,530,1,1,0,0,-488.705,5560.42,13.7849,3.2807,300,5,0,5477,0,1,0,0,0),(65410,18213,530,1,1,0,0,-555.283,5550.71,18.387,4.57613,300,5,0,5477,0,1,0,0,0),(65411,18213,530,1,1,0,0,-619.166,5558.98,17.4881,1.57861,300,5,0,5477,0,1,0,0,0),(65412,18213,530,1,1,0,0,-677.521,5544.49,16.9541,3.33799,300,5,0,5477,0,1,0,0,0),(65413,18213,530,1,1,0,0,-755.788,5588.71,14.7801,4.11247,300,5,0,5477,0,1,0,0,0),(65414,18213,530,1,1,0,0,-113.687,6307.48,12.8989,3.3752,300,5,0,5477,0,1,0,0,0),(65415,18213,530,1,1,0,0,-272.408,6422.02,12.9021,5.51096,300,5,0,5477,0,1,0,0,0),(65416,18213,530,1,1,0,0,-222.68,6383.94,16.0554,5.96329,300,5,0,5477,0,1,0,0,0),(65417,18213,530,1,1,0,0,-75.1946,6360.99,2.63358,0.096399,300,5,0,5477,0,1,0,0,0),(65418,18213,530,1,1,0,0,-25.4038,6383.05,14.4469,3.94598,300,5,0,5477,0,1,0,0,0),(65419,18213,530,1,1,0,0,46.6045,6459.87,12.3597,3.68838,300,5,0,5477,0,1,0,0,0),(65420,18213,530,1,1,0,0,44.4327,6513.99,18.3453,5.01591,300,5,0,5477,0,1,0,0,0),(65421,18213,530,1,1,0,0,-373.306,6520.29,13.0029,4.63478,300,5,0,5477,0,1,0,0,0),(65422,18213,530,1,1,0,0,-379.254,6587.12,22.7537,3.39509,300,5,0,5477,0,1,0,0,0),(65423,18213,530,1,1,0,0,-384.031,6657.84,14.4283,2.26124,300,5,0,5477,0,1,0,0,0),(65424,18213,530,1,1,0,0,-321.509,6729.05,11.8183,0.462457,300,5,0,5477,0,1,0,0,0),(65425,18213,530,1,1,0,0,37.4142,6596.02,11.2584,2.00543,300,5,0,5477,0,1,0,0,0),(65426,18213,530,1,1,0,0,11.4531,6646.28,12.8733,0.667628,300,5,0,5477,0,1,0,0,0),(65427,18213,530,1,1,0,0,-56.6361,6710.67,8.85489,4.66646,300,5,0,5477,0,1,0,0,0),(65428,18213,530,1,1,0,0,-113.542,6746.88,16.5078,1.5551,300,5,0,5477,0,1,0,0,0),(65429,18213,530,1,1,0,0,-152.673,6805.7,14.7161,0.039028,300,5,0,5477,0,1,0,0,0),(65430,18213,530,1,1,0,0,-215.894,6815.29,15.5969,3.99256,300,5,0,5477,0,1,0,0,0),(65431,18213,530,1,1,0,0,-274.143,6780.88,13.9832,1.72374,300,5,0,5477,0,1,0,0,0),(65432,18214,530,1,1,0,0,541.975,6784.61,-31.6263,2.42461,300,5,0,6409,0,1,0,0,0),(65433,18214,530,1,1,0,0,514.357,6816.59,-31.439,1.70012,300,5,0,6409,0,1,0,0,0),(65434,18214,530,1,1,0,0,584.933,6819.26,-27.2836,0.885896,300,5,0,6409,0,1,0,0,0),(65435,18214,530,1,1,0,0,713.459,6887.33,-5.53622,2.35619,300,5,0,6409,0,1,0,0,0),(65436,18214,530,1,1,0,0,679.289,6851.66,-15.8386,4.91207,300,5,0,6409,0,1,0,0,0),(65437,18214,530,1,1,0,0,680.179,6905.6,-20.3744,6.16264,300,5,0,6409,0,1,0,0,0),(65438,18214,530,1,1,0,0,641.427,6881.68,-15.6094,3.17971,300,5,0,6409,0,1,0,0,0),(65439,18214,530,1,1,0,0,619.444,6850.04,-32.0015,1.55268,300,5,0,6409,0,1,0,0,0),(65440,18214,530,1,1,0,0,624.53,6826.73,-29.9564,5.91138,300,5,0,6409,0,1,0,0,0),(65441,18214,530,1,1,0,0,700.785,6950.46,-28.0498,2.63736,300,5,0,6409,0,1,0,0,0),(65442,18214,530,1,1,0,0,517.638,6879.82,-25.7373,3.52208,300,5,0,6409,0,1,0,0,0),(65443,18214,530,1,1,0,0,538.358,6861.94,-22.669,3.4147,300,5,0,6409,0,1,0,0,0),(65444,18214,530,1,1,0,0,593.901,7018.57,-32.8145,5.93173,300,5,0,6409,0,1,0,0,0),(65445,18214,530,1,1,0,0,515.956,7027.14,-43.5254,2.66793,300,5,0,6409,0,1,0,0,0),(65446,18214,530,1,1,0,0,423.937,6918.41,-17.0659,0.821358,300,5,0,6409,0,1,0,0,0),(65447,18214,530,1,1,0,0,416.058,6986.64,-27.2811,5.57795,300,5,0,6409,0,1,0,0,0),(65448,18214,530,1,1,0,0,480.964,7050.15,-38.5842,3.79188,300,5,0,6409,0,1,0,0,0),(65449,18214,530,1,1,0,0,449.977,6881.84,-16.5854,0.83377,300,5,0,6409,0,1,0,0,0),(65450,18214,530,1,1,0,0,415.115,7048.68,-22.3001,1.1373,300,5,0,6409,0,1,0,0,0),(65452,18214,530,1,1,0,0,589.974,7086.83,-42.6203,0.601673,300,5,0,6409,0,1,0,0,0),(65453,18214,530,1,1,0,0,650.309,7016.1,-33.1592,2.53491,300,5,0,6409,0,1,0,0,0),(65454,18214,530,1,1,0,0,689.958,6979.02,-29.8021,5.85998,300,5,0,6409,0,1,0,0,0),(65455,18215,530,1,1,0,0,-1703.6,8549.76,-22.3971,4.18879,300,0,0,5914,0,0,0,0,0),(65456,18215,530,1,1,0,0,-1711.73,8511.09,-22.9214,0.488692,300,0,0,5914,0,0,0,0,0),(65457,18215,530,1,1,0,0,-1660.53,8395,-21.4616,5.37561,300,0,0,5914,0,0,0,0,0),(65458,18215,530,1,1,0,0,-1703.51,8468.31,-23.1152,3.52556,300,0,0,5914,0,0,0,0,0),(65459,18218,530,1,1,0,0,-1454.64,6352.28,37.3238,2.30383,300,0,0,8034,0,0,0,0,0),(65460,18220,530,1,1,0,0,-2328.67,7622.37,-4.83669,4.2793,300,5,0,5914,0,1,0,0,0),(65461,18220,530,1,1,0,0,-2013.34,7926.42,-26.5985,1.57667,300,5,0,5914,0,1,0,0,0),(65462,18220,530,1,1,0,0,-2075.58,7851.36,-22.1876,0.028313,300,5,0,5914,0,1,0,0,0),(65463,18220,530,1,1,0,0,-2041.57,7872.64,-31.8523,6.25179,300,5,0,5914,0,1,0,0,0),(65464,18220,530,1,1,0,0,-1971.56,7892.31,-30.1807,0.639181,300,5,0,5914,0,1,0,0,0),(65465,18220,530,1,1,0,0,-2081.53,7787.55,-35.0916,4.6655,300,5,0,5914,0,1,0,0,0),(65466,18220,530,1,1,0,0,-2127.01,7817.19,-15.5867,3.14648,300,5,0,5914,0,1,0,0,0),(65467,18220,530,1,1,0,0,-2149.21,7703.54,-29.457,4.75537,300,5,0,5914,0,1,0,0,0),(65468,18220,530,1,1,0,0,-2136.96,7694.16,-32.1785,3.35433,300,5,0,5914,0,1,0,0,0),(65469,18220,530,1,1,0,0,-2114.39,7759.5,-29.4451,4.79253,300,5,0,5914,0,1,0,0,0),(65470,18220,530,1,1,0,0,-2165.35,7588.35,-32.2638,5.2485,300,5,0,5914,0,1,0,0,0),(65471,18220,530,1,1,0,0,-2217.93,7665.06,-16.9186,3.56329,300,5,0,5914,0,1,0,0,0),(65472,18220,530,1,1,0,0,-2185.71,7645.62,-22.4514,3.16182,300,5,0,5914,0,1,0,0,0),(65473,18220,530,1,1,0,0,-2208.37,7683.94,-17.0352,3.21582,300,5,0,5914,0,1,0,0,0),(65474,18220,530,1,1,0,0,-2273.92,7598.34,-10.5832,2.76797,300,5,0,5914,0,1,0,0,0),(65475,18220,530,1,1,0,0,-2224.7,7587.85,-20.7125,4.3718,300,5,0,5914,0,1,0,0,0),(65476,18220,530,1,1,0,0,-2289.92,7617.92,-7.61052,5.97844,300,5,0,5914,0,1,0,0,0),(65477,18220,530,1,1,0,0,-2283.73,7613.09,-8.42103,3.26207,300,5,0,5914,0,1,0,0,0),(65478,18220,530,1,1,0,0,-2138.89,7530.26,-32.9846,5.42525,300,5,0,5914,0,1,0,0,0),(65479,18220,530,1,1,0,0,-2255.55,7551.1,-16.2747,5.24293,300,5,0,5914,0,1,0,0,0),(65480,18220,530,1,1,0,0,-2190.38,7506.73,-30.31,3.80383,300,5,0,5914,0,1,0,0,0),(65481,18220,530,1,1,0,0,-2153.19,7553.01,-38.2851,5.49392,300,5,0,5914,0,1,0,0,0),(65482,18220,530,1,1,0,0,-2143.91,7570.69,-39.1187,4.30904,300,5,0,5914,0,1,0,0,0),(65483,18220,530,1,1,0,0,-2120.79,7552.62,-40.3971,5.11792,300,5,0,5914,0,1,0,0,0),(65484,18220,530,1,1,0,0,-2126.96,7476.62,-29.1066,5.09652,300,5,0,5914,0,1,0,0,0),(65485,18220,530,1,1,0,0,-2166.72,7378.04,-31.7529,3.74096,300,5,0,5914,0,1,0,0,0),(65486,18220,530,1,1,0,0,-2189.67,7447,-33.4256,4.8141,300,5,0,5914,0,1,0,0,0),(65487,18220,530,1,1,0,0,-2177.36,7448.08,-34.7211,5.87978,300,5,0,5914,0,1,0,0,0),(65488,18220,530,1,1,0,0,-2266.41,7480.13,-19.166,6.0652,300,5,0,5914,0,1,0,0,0),(65489,18220,530,1,1,0,0,-2225.66,7497.06,-24.3896,0.418224,300,5,0,5914,0,1,0,0,0),(65490,18220,530,1,1,0,0,-2301.47,7448.99,-21.526,2.26841,300,0,0,5914,0,0,0,0,0),(65491,18220,530,1,1,0,0,-2290.78,7487.88,-15.6898,3.26498,300,5,0,5914,0,1,0,0,0),(65492,18220,530,1,1,0,0,-2315.54,7507.73,-10.7457,3.42315,300,5,0,5914,0,1,0,0,0),(65493,18220,530,1,1,0,0,-2317.37,7553.09,-12.0543,5.32578,300,5,0,5914,0,1,0,0,0),(65494,18222,530,1,1,0,0,-2613.37,7285.74,20.815,3.56047,300,0,0,6116,0,0,0,0,0),(65495,18223,530,1,1,0,1,-2618.18,7278.46,20.8077,1.43117,300,0,0,6326,0,0,0,0,0),(65496,18224,530,1,1,0,1,-2621.6,7286.53,20.8803,5.58505,300,0,0,6542,0,0,0,0,0),(65497,18226,530,1,1,0,0,-2387.89,6406.82,17.488,0.835031,300,5,0,6116,0,1,0,0,0),(65498,18226,530,1,1,0,0,-1834.74,6621.89,-5.96607,0.825487,300,5,0,6116,0,1,0,0,0),(65499,18228,530,1,1,0,0,-1420.05,7275.92,25.9228,4.7822,300,0,0,42,0,0,0,0,0),(65500,18229,530,1,1,0,1,-1285.25,8503.59,16.9548,2.26893,300,0,0,349300,0,0,0,0,0),(65505,18237,530,1,1,0,0,9886.45,-7179.34,31.0351,2.35346,120,0,0,1,0,0,0,0,0),(65502,18231,530,1,1,0,0,9799.41,-7300.88,14.67,1.39955,300,0,0,494,1443,0,0,0,0),(65503,18232,530,1,1,0,0,9799,-7303.81,14.6176,1.50729,300,0,0,494,1443,0,0,0,0),(65504,18234,530,1,1,0,0,-1357.49,7232.74,33.0907,3.926,300,0,0,4731,2790,2,0,0,0),(65501,18230,530,1,1,0,0,9891.05,-7180.69,31.0294,2.36309,120,0,0,1,0,0,0,0,0),(65506,18238,530,1,1,0,1,-1918.63,8724.08,24.2575,3.09533,300,5,0,6326,0,1,0,0,0),(65507,18238,530,1,1,0,1,-1908.63,8724.08,24.6409,3.09533,300,5,0,6326,0,1,0,0,0),(65508,18238,530,1,1,0,1,-1928.63,8725.08,24.2575,3.09533,300,0,0,6326,0,2,0,0,0),(65509,18238,530,1,1,0,1,-959.031,8016.27,26.7311,3.09533,300,5,0,6326,0,1,0,0,0),(65510,18238,530,1,1,0,1,-967.031,8010.27,25.4678,3.09533,300,5,0,6326,0,1,0,0,0),(65511,18238,530,1,1,0,1,-975.031,8003.27,24.7072,4.7159,300,0,0,6326,0,2,0,0,0),(65512,18243,530,1,1,0,0,124.912,5163.94,27.8445,2.51327,300,0,0,5158,0,0,0,0,0),(65513,18244,530,1,1,0,0,266.542,7879.21,23.7895,4.03171,300,0,0,5341,0,0,0,0,0),(65514,18245,530,1,1,0,0,228.163,7933.88,25.1611,5.13127,300,0,0,5158,0,0,0,0,0),(65515,18246,530,1,1,0,0,243.962,7856.33,23.7621,5.89921,300,0,0,5341,0,0,0,0,0),(65516,18247,530,1,1,0,0,272.183,7838.62,23.4891,2.61799,300,0,0,4979,0,0,0,0,0),(65517,18248,530,1,1,0,1,2319.5,6029.2,142.701,3.94444,300,0,0,5914,0,0,0,0,0),(65518,18249,530,1,1,0,1,-2559.82,4399.19,33.6252,3.40339,300,0,0,5158,0,0,0,0,0),(65519,18250,530,1,1,0,0,269.429,6075.64,130.352,5.0091,300,0,0,4274,2568,0,0,0,0),(65520,18251,530,1,1,0,0,282.266,6098.17,132.571,4.66003,300,0,0,4422,2620,0,0,0,0),(65521,18252,530,1,1,0,1,-2928.19,3922.56,3.36487,1.90241,300,0,0,5715,0,0,0,0,0),(65525,18257,530,1,1,0,0,-696.603,8469.75,39.2338,4.77493,300,0,0,25304,0,0,0,0,0),(41654,22807,530,1,1,0,0,-4215.82,4671.42,-90.6075,0.566149,480,5,0,6986,0,1,0,0,0),(65528,18258,530,1,1,0,0,-1370.18,8703.16,27.6684,5.67054,240,0,0,25304,0,0,0,0,0),(65529,18259,530,1,1,0,0,-2226.26,8008.52,-27.0867,0.748071,300,0,0,25304,0,2,0,0,0),(65530,18260,530,1,1,0,0,-3215.25,5982.57,0.56763,4.44929,300,5,0,5715,0,1,0,0,0),(65531,18260,530,1,1,0,0,-3216.18,5950.62,1.29117,5.30143,300,5,0,5715,0,1,0,0,0),(65532,18260,530,1,1,0,0,-3243.22,5950.62,-0.044451,6.25464,300,5,0,5715,0,1,0,0,0),(65533,18260,530,1,1,0,0,-3263.04,5993.29,-2.88212,2.63545,300,0,0,5715,0,0,0,0,0),(65534,18260,530,1,1,0,0,-3251.22,6040.85,3.02951,3.52651,300,5,0,5715,0,1,0,0,0),(65535,18260,530,1,1,0,0,-3263.52,6006.19,-2.0689,3.64774,300,0,0,5715,0,0,0,0,0),(65536,18260,530,1,1,0,0,-3278.06,6049.26,1.82642,1.1252,300,5,0,5715,0,1,0,0,0),(65537,18260,530,1,1,0,0,-3344.32,5990.1,-2.95462,3.06687,300,5,0,5715,0,1,0,0,0),(65538,18260,530,1,1,0,0,-3318.78,5949.15,-5.76096,2.63723,300,5,0,5715,0,1,0,0,0),(65539,18260,530,1,1,0,0,-3317.26,5964.73,-3.01096,5.2333,300,5,0,5715,0,1,0,0,0),(65540,18260,530,1,1,0,0,-3348.39,6014.39,0.58407,5.20101,300,5,0,5715,0,1,0,0,0),(65541,18260,530,1,1,0,0,-3319.37,6051.57,0.0778,1.76593,300,5,0,5715,0,1,0,0,0),(65542,18260,530,1,1,0,0,-3317.22,6080.94,1.50055,5.92966,300,5,0,5715,0,1,0,0,0),(65543,18260,530,1,1,0,0,-3314.86,6015.68,0.01053,5.88851,300,5,0,5715,0,1,0,0,0),(65544,18260,530,1,1,0,0,-3380.4,5985.86,-7.73129,4.7551,300,5,0,5715,0,1,0,0,0),(65545,18260,530,1,1,0,0,-3380.74,6014.02,-5.80249,5.45422,300,5,0,5715,0,1,0,0,0),(65546,18261,530,1,1,0,1,-2264.14,6217.8,44.4754,4.79965,300,0,0,139720,0,0,0,0,0),(65547,18262,530,1,1,0,0,-3276.79,5999.96,-2.55379,6.26573,300,0,0,10350,0,0,0,0,0),(65548,18263,530,1,1,0,0,-1643.68,7992.86,-25.6928,1.49509,300,0,0,6722,0,0,0,0,0),(65549,18263,530,1,1,0,0,-1571.06,7941.85,-22.419,0,300,0,0,6722,0,0,0,0,0),(65550,18263,530,1,1,0,0,-1586.6,7944.87,-23.8824,2.82686,300,0,0,6722,0,0,0,0,0),(65551,18263,530,1,1,0,0,-1570.16,7933.7,-22.2332,2.57824,300,0,0,6722,0,0,0,0,0),(65552,18263,530,1,1,0,0,-1581.11,7939.67,-23.174,2.58695,300,0,0,6722,0,0,0,0,0),(65553,18264,530,1,1,0,0,-1568.49,7941.91,-22.3874,2.98451,300,0,0,4120,0,0,0,0,0),(65554,18265,530,1,1,0,1,-2087.02,8562.94,22.0969,2.51327,300,0,0,6542,0,0,0,0,0),(65555,18266,530,1,1,0,0,-683.077,2630.25,88.9455,4.81711,300,0,0,6986,0,0,0,0,0),(65556,18267,530,1,1,0,0,131.192,2649.86,84.0783,1.15192,300,0,0,6986,0,0,0,0,0),(65557,18272,530,1,1,0,0,-2073.02,8618.14,21.001,5.28835,300,0,0,14193,8370,0,0,0,0),(65558,18272,530,1,1,0,0,-2092.4,8579.36,20.1785,4.34587,300,0,0,14193,8370,0,0,0,0),(65559,18272,530,1,1,0,0,-2045.7,8557.94,25.6644,2.51327,300,0,0,14193,8370,0,0,0,0),(65560,18272,530,1,1,0,0,-2048.14,8559.02,25.4519,5.61996,300,0,0,14193,8370,0,0,0,0),(65561,18272,530,1,1,0,0,-2064.73,8533.46,24.0253,1.23918,300,0,0,14193,8370,0,0,0,0),(65562,18272,530,1,1,0,0,-2063.01,8536.26,24.1928,4.11898,300,0,0,14193,8370,0,0,0,0),(65563,18272,530,1,1,0,0,-2048.25,8534.96,24.4732,4.62512,300,0,0,14193,8370,0,0,0,0),(65564,18272,530,1,1,0,0,-2052.68,8534.33,24.5586,5.16617,300,0,0,14193,8370,0,0,0,0),(65565,18273,530,1,1,0,0,-3190.64,6015.76,0.07636,3.33358,300,0,0,71962,0,0,0,0,0),(65566,18274,530,1,1,0,0,-2088.27,8569.98,21.3703,1.82673,300,0,0,14193,8370,0,0,0,0),(65567,18275,530,1,1,0,0,261.324,7851.72,23.7627,3.29867,300,0,0,42,0,0,0,0,0),(65568,18276,530,1,1,0,1,-2099.59,8595.17,19.6099,3.97935,300,0,0,14193,8370,0,0,0,0),(65569,18277,530,1,1,0,0,9361,-7138.99,8.79271,1.98968,300,0,0,508,0,0,0,0,0),(65570,18278,530,1,1,0,1,-1480.12,6357.98,34.3477,1.65806,300,0,0,7523,0,0,0,0,0),(65571,18280,530,1,1,0,0,394.668,5612.95,18.4973,1.48232,300,0,0,5341,0,0,0,0,0),(65572,18281,530,1,1,0,0,-566.173,5350.9,17.5357,2.69483,300,0,0,15474,0,2,0,0,0),(65573,18282,530,1,1,0,0,-1211.8,5843.24,5.59164,4.15596,300,0,0,4274,2568,0,0,0,0),(65574,18283,530,1,1,0,0,-77.9395,6973.97,17.7574,3.49228,300,0,0,5341,0,0,0,0,0),(65575,18285,530,1,1,0,0,-59.965,7825.6,23.7213,4.95689,300,0,0,5306,1572,0,0,0,0),(65576,18286,530,1,1,0,0,546.99,7351.98,6.03459,3.12414,300,0,0,5715,0,0,0,0,0),(65577,18289,530,1,1,0,0,-2444.91,7827.4,-39.4043,3.3503,300,5,0,6116,0,1,0,0,0),(65578,18289,530,1,1,0,0,-2478.02,7784.04,-35.8527,3.11621,300,5,0,6116,0,1,0,0,0),(65579,18289,530,1,1,0,0,-2484.34,7741.72,-29.7254,1.47686,300,5,0,6116,0,1,0,0,0),(65580,18289,530,1,1,0,0,-2421.11,7734.29,-21.4731,1.49065,300,5,0,6116,0,1,0,0,0),(65581,18289,530,1,1,0,0,-2438.24,7742.32,-23.5952,5.14782,300,5,0,6116,0,1,0,0,0),(65582,18289,530,1,1,0,0,-2448.57,7847.8,-43.8329,4.20049,300,5,0,6116,0,1,0,0,0),(65583,18289,530,1,1,0,0,-2395.59,7782.25,-31.1,4.67526,300,5,0,6116,0,1,0,0,0),(65584,18289,530,1,1,0,0,-2385.27,7692.78,-14.9883,2.03444,300,5,0,6116,0,1,0,0,0),(65585,18289,530,1,1,0,0,-2381.82,7761.99,-29.2393,2.80042,300,5,0,6116,0,1,0,0,0),(65586,18289,530,1,1,0,0,-2346.21,7705.54,-19.014,4.57132,300,5,0,6116,0,1,0,0,0),(65587,18289,530,1,1,0,0,-2288.02,7717.54,-21.5587,6.25682,300,5,0,6116,0,1,0,0,0),(65588,18289,530,1,1,0,0,-2310.27,7750.03,-24.8371,4.62049,300,5,0,6116,0,1,0,0,0),(65589,18289,530,1,1,0,0,-2275.06,7825.4,-25.627,4.53633,300,5,0,6116,0,1,0,0,0),(65590,18289,530,1,1,0,0,-2300.47,7786.96,-23.7001,5.155,300,5,0,6116,0,1,0,0,0),(65591,18289,530,1,1,0,0,-2300.98,7812.83,-19.4292,6.09652,300,5,0,6116,0,1,0,0,0),(65592,18289,530,1,1,0,0,-2276.7,7808.82,-25.752,3.03231,300,5,0,6116,0,1,0,0,0),(65593,18289,530,1,1,0,0,-2249.62,7738.29,-20.046,4.65765,300,5,0,6116,0,1,0,0,0),(65594,18289,530,1,1,0,0,-2273.55,7880.86,-30.0635,2.98479,300,5,0,6116,0,1,0,0,0),(65595,18289,530,1,1,0,0,-2218.31,7851.28,-19.6525,0.999048,300,5,0,6116,0,1,0,0,0),(65596,18289,530,1,1,0,0,-2359.55,7904.36,-42.4278,1.55908,300,5,0,6116,0,1,0,0,0),(65597,18289,530,1,1,0,0,-2323.31,7883.28,-36.8791,2.6479,300,5,0,6116,0,1,0,0,0),(65598,18289,530,1,1,0,0,-2277.67,7909.1,-29.4892,2.98865,300,5,0,6116,0,1,0,0,0),(65599,18289,530,1,1,0,0,-2389.83,7918.14,-43.8744,6.05724,300,5,0,6116,0,1,0,0,0),(65600,18290,530,1,1,0,0,-2358.45,7851.33,-4.443,4.65451,300,0,0,32710,0,0,0,0,0),(65601,18292,530,1,1,0,0,-1199.44,7148.17,57.3599,1.29154,300,0,0,1716,0,0,0,0,0),(65602,18292,530,1,1,0,0,-1220.53,7155.14,57.3886,0.977384,300,0,0,1716,0,0,0,0,0),(65603,18292,530,1,1,0,0,-1243.43,7138.18,57.3609,2.44346,300,0,0,1716,0,0,0,0,0),(65604,18292,530,1,1,0,0,-1227.68,7153.3,57.3886,2.44346,300,0,0,1716,0,0,0,0,0),(65605,18292,530,1,1,0,0,-1305.8,7152.92,52.4061,4.95674,300,0,0,1716,0,0,0,0,0),(65606,18292,530,1,1,0,0,-1304.1,7157.94,52.4445,6.24828,300,0,0,1716,0,0,0,0,0),(65608,18292,530,1,1,0,0,-1331.1,7227.4,33.5704,3.19395,300,0,0,1716,0,0,0,0,0),(65609,18292,530,1,1,0,0,-1292.32,7246.01,39.3121,6.12611,300,0,0,1716,0,0,0,0,0),(65610,18292,530,1,1,0,0,-1291.25,7249.4,39.611,5.32325,300,0,0,1716,0,0,0,0,0),(65611,18292,530,1,1,0,0,-1272.23,7313.37,33.7243,4.14601,300,0,0,1716,0,2,0,0,0),(65612,18292,530,1,1,0,0,-1236.13,7318.44,34.1458,1.41372,300,0,0,1716,0,0,0,0,0),(65614,18293,530,1,1,0,0,-1214.04,7133.82,57.3886,3.49066,300,0,0,1057,0,0,0,0,0),(65615,18293,530,1,1,0,0,-1223.59,7185.19,57.3619,0.925025,300,0,0,1057,0,0,0,0,0),(65616,18293,530,1,1,0,0,-1339.54,7156.03,33.5835,5.39307,300,0,0,1057,0,0,0,0,0),(65617,18293,530,1,1,0,0,-1332.4,7149.14,33.2161,2.58309,300,0,0,1057,0,0,0,0,0),(65619,18293,530,1,1,0,0,-1242.71,7246.7,57.3733,5.06145,300,0,0,1057,0,0,0,0,0),(65620,18293,530,1,1,0,0,-1235.09,7247.63,57.4224,4.83456,300,0,0,1057,0,0,0,0,0),(65621,18293,530,1,1,0,0,-1272.87,7310.58,34.1729,4.70241,300,0,0,1057,0,2,0,0,0),(65622,18293,530,1,1,0,0,-1238.74,7318.2,34.1458,1.06465,300,0,0,1057,0,0,0,0,0),(65623,18293,530,1,1,0,0,-1239.81,7321.25,34.1459,0.15708,300,0,0,1057,0,0,0,0,0),(65624,18294,530,1,1,0,1,-1249.43,6236.28,52.6698,2.49582,300,0,0,5527,0,0,0,0,0),(65625,18295,530,1,1,0,0,280.605,6028.63,130.351,1.67552,300,0,0,4979,0,0,0,0,0),(65626,18296,530,1,1,0,0,-1362.57,7193.31,35.2107,5.38713,300,5,0,176,0,1,0,0,0),(65627,18296,530,1,1,0,0,-1360.02,7198.42,34.9558,4.95737,300,5,0,176,0,1,0,0,0),(65628,18296,530,1,1,0,0,-1240.49,7240.96,57.304,3.6471,300,5,0,176,0,1,0,0,0),(65629,18296,530,1,1,0,0,-1239.75,7254.19,57.305,1.62775,300,5,0,176,0,1,0,0,0),(65630,18296,530,1,1,0,0,-1231.11,7245.23,57.3333,4.70191,300,5,0,176,0,1,0,0,0),(65631,18296,530,1,1,0,0,-1231.99,7319.69,34.1459,2.53073,300,0,0,176,0,0,0,0,0),(65632,18296,530,1,1,0,0,-1231.66,7317.99,34.1458,2.30383,300,0,0,176,0,0,0,0,0),(65633,18296,530,1,1,0,0,-1230.05,7320.24,34.1457,2.72271,300,0,0,176,0,0,0,0,0),(65634,18299,530,1,1,0,0,-1371.21,7160.12,33.3338,4.05506,300,5,0,198,0,1,0,0,0),(65635,18299,530,1,1,0,0,-1358.15,7190.1,35.171,5.30971,300,5,0,198,0,1,0,0,0),(65636,18300,530,1,1,0,0,-1340.85,7222.36,33.5827,0.925025,300,0,0,6542,0,0,0,0,0),(65637,18301,530,1,1,0,0,-1288.17,7245.88,39.1532,2.79253,300,0,0,4422,2620,0,0,0,0),(65638,18302,530,1,1,0,0,-1213.86,7158.84,57.3901,2.27913,300,0,0,4572,2705,2,0,0,0),(65639,18303,530,1,1,0,0,9511.55,-7095.7,16.4835,5.5676,300,0,0,328,0,0,0,0,0),(65640,18305,530,1,1,0,0,-2533.66,6306.67,18.5418,0.977384,300,0,0,800,0,0,0,0,0),(65641,18306,530,1,1,0,0,-2533.38,6168.44,60.0224,2.07694,300,0,0,6986,0,0,0,0,0),(65642,18307,530,1,1,0,0,-2475.48,6106.62,92.0659,0.750492,300,0,0,6986,0,0,0,0,0),(65643,18308,530,1,1,0,0,-2331.26,6179.39,51.0533,3.9619,300,0,0,222,0,0,0,0,0),(65644,18332,530,1,1,0,0,-226.276,5511.61,25.6814,1.6057,300,0,0,11430,0,0,0,0,0),(65645,18333,530,1,1,0,0,-2049.91,8540.49,24.2874,2.84489,300,0,0,14676,8538,0,0,0,0),(65646,18334,530,1,1,0,0,-1610.52,6606.12,16.7995,4.85539,300,5,0,7339,0,1,0,0,0),(65647,18334,530,1,1,0,0,-1862.53,6457.51,26.4735,3.09076,300,5,0,7339,0,1,0,0,0),(65648,18334,530,1,1,0,0,-2152.55,6291.09,55.4016,2.34791,300,5,0,7339,0,1,0,0,0),(65649,18334,530,1,1,0,0,-2592.44,6410.76,27.3649,1.86197,300,5,0,7339,0,1,0,0,0),(65650,18334,530,1,1,0,0,-2700.05,7707.09,-22.9957,2.95588,300,5,0,7339,0,1,0,0,0),(65651,18334,530,1,1,0,0,-2749.34,7810.44,-32.9055,2.13064,300,5,0,7339,0,1,0,0,0),(65652,18334,530,1,1,0,0,-2141.84,8130.97,-17.623,4.58824,300,5,0,7339,0,1,0,0,0),(65653,18334,530,1,1,0,0,-2844.93,8370.51,-30.5242,1.05939,300,5,0,7339,0,1,0,0,0),(65654,18334,530,1,1,0,0,-2166.08,8316.33,-22.9508,3.40833,300,0,0,7339,0,0,0,0,0),(65655,18334,530,1,1,0,0,-2237.58,8667.36,-8.16129,3.74228,300,5,0,7339,0,1,0,0,0),(65656,18334,530,1,1,0,0,-1962.08,8053.12,-17.9273,5.33729,300,0,0,7339,0,0,0,0,0),(65657,18334,530,1,1,0,0,-1969.43,7821.37,-41.6808,4.71434,300,5,0,7339,0,1,0,0,0),(65658,18334,530,1,1,0,0,-2194.39,7531.68,-28.4981,2.37553,300,5,0,7339,0,1,0,0,0),(65659,18334,530,1,1,0,0,-2035.91,7115.71,2.36032,0.135886,300,5,0,7339,0,1,0,0,0),(65660,18334,530,1,1,0,0,-1969.57,6870.88,-82.7673,2.51681,300,5,0,7339,0,1,0,0,0),(65661,18334,530,1,1,0,0,-1375.51,6629.37,41.8093,1.09524,300,5,0,7339,0,1,0,0,0),(65662,18334,530,1,1,0,0,-1572.07,7170.92,8.14805,2.26904,300,5,0,7339,0,1,0,0,0),(65663,18334,530,1,1,0,0,-1468.33,7032.94,8.58374,0.844154,300,5,0,7339,0,1,0,0,0),(65664,18334,530,1,1,0,0,-1520.43,6779.92,15.7022,4.00864,300,5,0,7339,0,1,0,0,0),(65665,18334,530,1,1,0,0,-755.282,8262.38,41.2865,3.06088,300,5,0,7339,0,1,0,0,0),(65666,18334,530,1,1,0,0,-958.547,7734.74,31.6474,1.43645,300,5,0,7339,0,1,0,0,0),(65667,18334,530,1,1,0,0,-1120.21,8463.64,29.5944,5.30256,300,5,0,7339,0,1,0,0,0),(65668,18334,530,1,1,0,0,-1230.12,8798.01,39.1306,0.93863,300,5,0,7339,0,1,0,0,0),(65669,18334,530,1,1,0,0,-1876.03,8839.17,29.2863,6.10552,300,5,0,7339,0,1,0,0,0),(65670,18335,530,1,1,0,0,-2528.36,7472.06,-4.50013,5.16617,300,0,0,6542,0,0,0,0,0),(65671,18335,530,1,1,0,0,-1239.51,7425.82,23.5818,5.79449,300,0,0,6542,0,0,0,0,0),(65672,18336,530,1,1,0,0,9515.66,-7104.58,14.3281,0.05236,300,0,0,285,790,0,0,0,0),(65673,18336,530,1,1,0,0,9518.97,-7101.42,14.3558,4.27606,300,0,0,285,790,0,0,0,0),(65674,18336,530,1,1,0,0,9520.31,-7105.39,14.3408,2.6529,300,0,0,285,790,0,0,0,0),(65675,18340,530,1,1,0,1,-760.247,5931,20.4195,1.04686,300,5,0,5341,0,1,0,0,0),(65676,18340,530,1,1,0,1,-211.979,6298.44,21.4907,2.43962,300,5,0,5341,0,1,0,0,0),(65677,18340,530,1,1,0,1,572.797,6357.07,23.4217,1.31611,300,5,0,5341,0,1,0,0,0),(65678,18340,530,1,1,0,1,499.102,8195.63,21.3188,4.00143,300,5,0,5341,0,1,0,0,0),(65679,18340,530,1,1,0,1,571.666,6356.14,23.1717,3.86574,300,5,0,5341,0,1,0,0,0),(65710,18346,530,1,1,0,1,-2053.06,8581.2,22.1106,3.38594,300,0,0,14193,8370,0,0,0,0),(65711,18346,530,1,1,0,1,-2070.35,8593.28,21.5314,0.366519,300,0,0,14193,8370,0,0,0,0),(65712,18346,530,1,1,0,1,-2077.5,8548.83,23.0251,0.471239,300,0,0,14193,8370,0,0,0,0),(65713,18347,530,1,1,0,1,9603.33,-7334.24,14.4718,2.58309,300,0,0,1753,0,0,0,0,0),(65714,18351,530,1,1,0,1,-2591.28,6829.72,33.9175,1.88496,300,0,0,10350,0,0,0,0,0),(65715,18352,530,1,1,0,1,-2646.72,6885.46,-1.31803,2.85078,300,5,0,5715,0,1,0,0,0),(65716,18352,530,1,1,0,1,-2648.4,6850.33,-1.61447,4.21288,300,5,0,5715,0,1,0,0,0),(65717,18352,530,1,1,0,1,-2657.53,6815.83,-3.7949,3.64613,300,5,0,5715,0,1,0,0,0),(65718,18352,530,1,1,0,1,-2610.89,6893.9,7.33982,5.68127,300,5,0,5715,0,1,0,0,0),(65719,18352,530,1,1,0,1,-2628.53,6870.84,3.14535,2.07694,300,0,0,5715,0,0,0,0,0),(65720,18352,530,1,1,0,1,-2586.76,6850.4,30.2434,4.25093,300,5,0,5715,0,1,0,0,0),(65721,18353,530,1,1,0,0,-2556.34,7254.19,15.2034,1.76278,300,0,0,5060,2933,0,0,0,0),(65722,18354,530,1,1,0,0,-2593.33,6825.58,34.0534,2.75762,300,0,0,10350,0,0,0,0,0),(65723,18358,530,1,1,0,0,13.0717,8554.76,18.6834,1.54352,300,5,0,4979,0,1,0,0,0),(65724,18358,530,1,1,0,0,-44.977,8575.71,22.6034,4.39867,300,5,0,4979,0,1,0,0,0),(65725,18358,530,1,1,0,0,-10.4205,8585.24,17.1812,0.464184,300,5,0,4979,0,1,0,0,0),(65726,18358,530,1,1,0,0,8.34766,8581.06,22.391,5.3264,300,5,0,4979,0,1,0,0,0),(65727,18358,530,1,1,0,0,-23.4963,8880.07,18.0674,4.78171,300,5,0,4979,0,1,0,0,0),(65728,18358,530,1,1,0,0,-18.7917,8777.46,19.3431,4.55259,300,5,0,4979,0,1,0,0,0),(65729,18358,530,1,1,0,0,-18.7561,8825.64,24.2699,1.95965,300,5,0,4979,0,1,0,0,0),(65730,18358,530,1,1,0,0,-46.5059,8753.92,18.6053,5.08419,300,5,0,4979,0,1,0,0,0),(65731,18358,530,1,1,0,0,-18.0548,8745.17,18.0871,4.56307,300,5,0,4979,0,1,0,0,0),(65732,18358,530,1,1,0,0,-13.2251,8647.98,23.6004,5.54064,300,5,0,4979,0,1,0,0,0),(65733,18358,530,1,1,0,0,-22.0694,8684.04,23.4617,2.9089,300,5,0,4979,0,1,0,0,0),(65734,18358,530,1,1,0,0,-8.87586,8622.83,21.3648,0.639364,300,5,0,4979,0,1,0,0,0),(65735,18358,530,1,1,0,0,-46.7203,8557.41,18.1208,5.06928,300,5,0,4979,0,1,0,0,0),(65736,18358,530,1,1,0,0,-77.5688,8543.14,18.1185,2.62027,300,5,0,4979,0,1,0,0,0),(65737,18358,530,1,1,0,0,-73.8068,8588.23,19.6303,4.95287,300,5,0,4979,0,1,0,0,0),(65738,18358,530,1,1,0,0,-85.6335,8606.62,18.5064,1.22239,300,5,0,4979,0,1,0,0,0),(65739,18358,530,1,1,0,0,-43.8508,8616.27,20.2148,1.28331,300,5,0,4979,0,1,0,0,0),(65740,18358,530,1,1,0,0,-73.1643,8655.47,18.035,3.73739,300,5,0,4979,0,1,0,0,0),(65741,18358,530,1,1,0,0,8.99757,8615.76,18.2748,3.79132,300,5,0,4979,0,1,0,0,0),(65742,18358,530,1,1,0,0,-87.8013,8752.47,18.1392,2.77638,300,5,0,4979,0,1,0,0,0),(65743,18358,530,1,1,0,0,-12.289,8718.06,23.2762,5.86486,300,5,0,4979,0,1,0,0,0),(65744,18358,530,1,1,0,0,-145.651,8777.1,22.6871,4.40261,300,5,0,4979,0,1,0,0,0),(65745,18358,530,1,1,0,0,-147.395,8748.74,18.0565,4.50365,300,5,0,4979,0,1,0,0,0),(65746,18358,530,1,1,0,0,-108.476,8786.99,18.9605,1.93866,300,5,0,4979,0,1,0,0,0),(65747,18358,530,1,1,0,0,-81.0321,8781.53,20.9754,0.446008,300,5,0,4979,0,1,0,0,0),(65748,18358,530,1,1,0,0,-115.154,8749.74,19.7349,1.13116,300,5,0,4979,0,1,0,0,0),(65749,18358,530,1,1,0,0,-45.7311,8778.63,18.545,5.52148,300,5,0,4979,0,1,0,0,0),(65750,18358,530,1,1,0,0,-119.253,8814.51,20.2062,2.89073,300,5,0,4979,0,1,0,0,0),(65751,18358,530,1,1,0,0,-56.2266,8822.48,18.739,6.11354,300,5,0,4979,0,1,0,0,0),(65752,18358,530,1,1,0,0,-115.97,8847.88,18.4699,6.11836,300,5,0,4979,0,1,0,0,0),(65753,18358,530,1,1,0,0,-86.2773,8847.88,18.5631,3.38346,300,5,0,4979,0,1,0,0,0),(65754,18358,530,1,1,0,0,-15.3124,8849.07,21.8853,5.97952,300,5,0,4979,0,1,0,0,0),(65755,18358,530,1,1,0,0,-45.6538,8850.83,18.3313,0.463557,300,5,0,4979,0,1,0,0,0),(65756,18358,530,1,1,0,0,-48.1105,8815.18,23.0501,0.017453,300,0,0,4979,0,0,0,0,0),(65757,18358,530,1,1,0,0,-47.1309,8889.83,21.4422,5.94873,300,5,0,4979,0,1,0,0,0),(65758,18358,530,1,1,0,0,-83.1828,8912.29,24.5413,5.16642,300,5,0,4979,0,1,0,0,0),(65759,18358,530,1,1,0,0,-118.116,8881.83,20.11,3.46447,300,5,0,4979,0,1,0,0,0),(65760,18358,530,1,1,0,0,-117.908,8914.55,18.2846,4.18599,300,5,0,4979,0,1,0,0,0),(65761,18358,530,1,1,0,0,-84.2837,8948.32,21.0889,2.47301,300,5,0,4979,0,1,0,0,0),(65762,18358,530,1,1,0,0,-115.136,8937.32,20.1254,1.29377,300,5,0,4979,0,1,0,0,0),(65763,18358,530,1,1,0,0,-150.539,8920.15,20.2825,1.87001,300,5,0,4979,0,1,0,0,0),(65764,18358,530,1,1,0,0,-145.635,8947.51,19.7053,2.44484,300,5,0,4979,0,1,0,0,0),(65765,18358,530,1,1,0,0,-180.346,8949.59,22.1649,6.0428,300,5,0,4979,0,1,0,0,0),(65766,18358,530,1,1,0,0,-193.17,8913.31,23.6159,0.199119,300,5,0,4979,0,1,0,0,0),(65767,18358,530,1,1,0,0,-187.427,8890.51,18.3526,1.52562,300,5,0,4979,0,1,0,0,0),(65768,18358,530,1,1,0,0,-140.61,8885.61,18.0885,3.17693,300,5,0,4979,0,1,0,0,0),(65769,18358,530,1,1,0,0,-81.2587,8880.15,19.3365,5.52093,300,5,0,4979,0,1,0,0,0),(65770,18358,530,1,1,0,0,-45.5816,8913.77,22.0383,6.16101,300,0,0,4979,0,0,0,0,0),(65771,18358,530,1,1,0,0,-212.964,8846.19,19.9235,3.85234,300,5,0,4979,0,1,0,0,0),(65772,18358,530,1,1,0,0,-219.287,8872.98,20.0355,0.632959,300,5,0,4979,0,1,0,0,0),(65773,18358,530,1,1,0,0,-190.933,8824.05,18.8763,2.19,300,5,0,4979,0,1,0,0,0),(65774,18358,530,1,1,0,0,-152.743,8845.58,18.3593,4.33983,300,5,0,4979,0,1,0,0,0),(65775,18358,530,1,1,0,0,-180.665,8850.64,18.2172,0.862742,300,5,0,4979,0,1,0,0,0),(65776,18358,530,1,1,0,0,-152.946,8819.84,21.0265,3.94633,300,5,0,4979,0,1,0,0,0),(65777,18358,530,1,1,0,0,-185.498,8780.8,18.7888,3.94976,300,5,0,4979,0,1,0,0,0),(65778,18358,530,1,1,0,0,-216.748,8813.33,18.1614,3.32096,300,5,0,4979,0,1,0,0,0),(65779,18358,530,1,1,0,0,-179.206,8746.52,18.0049,3.25357,300,5,0,4979,0,1,0,0,0),(65780,18358,530,1,1,0,0,-211.555,8752.47,18.6616,2.01698,300,5,0,4979,0,1,0,0,0),(65781,18358,530,1,1,0,0,-183.438,8719.88,17.9011,1.75317,300,5,0,4979,0,1,0,0,0),(65782,18358,530,1,1,0,0,-152.487,8715.99,18.5792,4.24656,300,5,0,4979,0,1,0,0,0),(65783,18358,530,1,1,0,0,-220.606,8671.27,19.3645,3.12675,300,5,0,4979,0,1,0,0,0),(65784,18358,530,1,1,0,0,-214.747,8616.73,18.0972,1.93731,300,0,0,4979,0,0,0,0,0),(65785,18358,530,1,1,0,0,-224.967,8639.75,18.3126,3.75811,300,5,0,4979,0,1,0,0,0),(65786,18369,530,1,1,0,0,-918.143,8663.94,172.542,0.523599,300,0,0,24895,0,0,0,0,0),(65787,18382,530,1,1,0,0,221.306,8577.19,24.7401,4.4855,300,0,0,4572,2705,0,0,0,0),(65788,18383,530,1,1,0,1,-2644.69,4449.7,36.1903,0.279253,300,0,0,5715,0,0,0,0,0),(65789,18384,530,1,1,0,0,-2671.77,4373.86,35.9781,0.680678,300,0,0,5914,0,0,0,0,0),(65790,18385,530,1,1,0,1,-2615.73,4376.06,35.397,1.5708,300,0,0,5341,0,0,0,0,0),(65791,18386,530,1,1,0,1,-2606.74,4439.14,36.1769,1.98968,300,0,0,6986,0,0,0,0,0),(65792,18387,530,1,1,0,1,-2971.17,3935.18,3.86593,1.69297,300,0,0,5715,0,0,0,0,0),(65793,18388,530,1,1,0,0,-2868.35,6392.34,81.0707,0.261799,300,0,0,42,0,0,0,0,0),(65794,18389,530,1,1,0,1,-2953.12,3960.91,1.06123,5.98648,300,0,0,5715,0,0,0,0,0),(65795,18390,530,1,1,0,1,-2995.95,3983.49,3.18814,6.23082,300,0,0,5715,0,0,0,0,0),(65796,18391,530,1,1,0,1,-2991.93,6364.39,95.2651,0.139626,300,0,0,5060,2933,0,0,0,0),(65797,18393,530,1,1,0,0,-784.094,7765.94,40.9791,2.6529,300,0,0,42,0,0,0,0,0),(65798,18395,530,1,1,0,0,-857.885,7722.65,37.7839,5.75959,300,0,0,42,0,0,0,0,0),(65799,18407,530,1,1,0,0,-1356.12,7213.31,33.717,0.628319,300,0,0,349300,0,0,0,0,0),(65800,18408,530,1,1,0,1,-2568.98,7271.64,15.4865,4.69494,300,0,0,349300,0,2,0,0,0),(65801,18411,530,1,1,0,1,-2228.97,8474.81,-21.4259,5.15026,300,0,0,126520,0,2,0,0,0),(65805,18413,530,1,1,0,1,-628.223,7727.57,84.668,2.51327,300,0,0,4892,2846,0,0,0,0),(65806,18414,530,1,1,0,1,-1289.84,8510.74,16.8298,5.14872,300,0,0,50600,29330,0,0,0,0),(65807,18415,530,1,1,0,1,-1291.87,8507.99,16.0798,6.10865,300,0,0,52330,29910,0,0,0,0),(65808,18416,530,1,1,0,0,-2541.65,7323.38,6.99469,3.88646,300,0,0,4572,2705,2,0,0,0),(65809,18417,530,1,1,0,1,-1545.36,8785.48,35.2683,0.837758,300,0,0,6986,0,0,0,0,0),(65810,18418,530,1,1,0,0,-1548.75,8788.97,35.1278,1.25664,300,0,0,3493000,0,0,0,0,0),(65811,18424,530,1,1,0,0,-1923.77,4681.98,-1.452,5.3634,300,0,0,4572,2705,0,0,0,0),(65812,18427,530,1,1,0,0,-1984.18,-11817.9,54.4131,4.27606,300,0,0,605,0,0,0,0,0),(65813,18428,530,1,1,0,0,-677.839,8744.82,185.18,3.22886,300,0,0,4979,0,0,0,0,0),(65814,18428,530,1,1,0,0,-685.083,8833.44,197.749,5.5676,300,0,0,4979,0,0,0,0,0),(65815,18428,530,1,1,0,0,-826.42,8826.97,183.246,0.139626,300,0,0,4979,0,0,0,0,0),(65816,18428,530,1,1,0,0,-871.869,8721.14,173.549,2.14675,300,0,0,4979,0,0,0,0,0),(65817,18428,530,1,1,0,0,-867.963,8741.43,176.779,3.94444,300,0,0,4979,0,0,0,0,0),(65818,18428,530,1,1,0,0,-845.805,8673.95,176.51,1.20428,300,0,0,4979,0,0,0,0,0),(65819,18428,530,1,1,0,0,-890.565,8702.34,251.667,5.8294,300,0,0,4979,0,0,0,0,0),(65820,18428,530,1,1,0,0,-862.5,8671.45,251.754,2.46091,300,0,0,4979,0,0,0,0,0),(65821,18428,530,1,1,0,0,-854.994,8862.31,185.636,0.855211,300,0,0,4979,0,0,0,0,0),(65822,18428,530,1,1,0,0,-893.003,8751.2,174.39,5.46288,300,0,0,4979,0,0,0,0,0),(65823,18428,530,1,1,0,0,-851.71,8895.71,183.497,4.29351,300,0,0,4979,0,0,0,0,0),(65824,18428,530,1,1,0,0,-883.335,8901.65,184.425,5.55015,300,0,0,4979,0,0,0,0,0),(65825,18428,530,1,1,0,0,-975.915,8933.05,102.827,2.19912,300,0,0,4979,0,0,0,0,0),(65826,18428,530,1,1,0,0,-1039.27,9016.9,93.7174,5.20108,300,0,0,4979,0,0,0,0,0),(65827,18428,530,1,1,0,0,-1002.32,9001.88,94.1361,3.80482,300,0,0,4979,0,0,0,0,0),(65828,18428,530,1,1,0,0,-1078.72,8983.06,102.218,5.16617,300,0,0,4979,0,0,0,0,0),(65829,18428,530,1,1,0,0,-1130.75,8993.63,104.179,5.46288,300,0,0,4979,0,0,0,0,0),(65830,18428,530,1,1,0,0,-914.276,8658.29,173.125,1.18682,300,0,0,4979,0,0,0,0,0),(65831,18428,530,1,1,0,0,-910.964,8696.28,174.432,4.38078,300,0,0,4979,0,0,0,0,0),(65832,18428,530,1,1,0,0,-926.196,8680.24,174.659,0.506145,300,0,0,4979,0,0,0,0,0),(65833,18437,530,1,1,0,0,-1923.22,4569.71,6.96584,2.0043,300,5,0,5341,0,1,0,0,0),(65834,18437,530,1,1,0,0,-1854.43,4580.15,10.0736,5.14933,300,5,0,5341,0,1,0,0,0),(65835,18437,530,1,1,0,0,-1906.05,4624.76,2.13762,3.90251,300,5,0,5341,0,1,0,0,0),(65836,18437,530,1,1,0,0,-1876.22,4607.82,10.512,5.04609,300,5,0,5341,0,1,0,0,0),(65837,18437,530,1,1,0,0,-1914.5,4715.12,-7.00538,1.19993,300,5,0,5341,0,1,0,0,0),(65838,18437,530,1,1,0,0,-1927.29,4775.82,-4.32604,1.10715,300,5,0,5341,0,1,0,0,0),(65839,18437,530,1,1,0,0,-1878.45,4764.28,0.36553,0.558796,300,5,0,5341,0,1,0,0,0),(65840,18437,530,1,1,0,0,-1773.24,4809.31,10.5491,6.20381,300,5,0,5341,0,1,0,0,0),(65841,18437,530,1,1,0,0,-1806.16,4755.06,25.6081,0.197071,300,5,0,5341,0,1,0,0,0),(65842,18437,530,1,1,0,0,-1830.79,4625.75,8.59921,5.35296,300,5,0,5341,0,1,0,0,0),(65843,18437,530,1,1,0,0,-1791.77,4583.61,11.3849,2.41238,300,5,0,5341,0,1,0,0,0),(65844,18437,530,1,1,0,0,-1727.63,4594.06,5.5614,1.52707,300,5,0,5341,0,1,0,0,0),(65845,18437,530,1,1,0,0,-1751.06,4587.66,9.69,0.680678,300,0,0,5341,0,0,0,0,0),(65846,18439,530,1,1,0,0,-2033.79,6777.9,0.16916,2.60054,300,0,0,257900,0,0,0,0,0),(65847,18440,530,1,1,0,1,-911.042,8663.9,172.037,1.79769,300,0,0,17742,0,0,0,0,0),(65848,18444,530,1,1,0,0,-919.517,8665.93,172.364,1.3439,300,0,0,42,0,0,0,0,0),(65849,18445,530,1,1,0,0,-2563.89,6288.29,15.295,5.23599,300,0,0,24895,0,0,0,0,0),(65850,18446,530,1,1,0,1,-1947.2,4689.5,-2.10715,5.95157,300,0,0,4422,2620,0,0,0,0),(65851,18447,530,1,1,0,1,-2653.61,4381.12,36.2226,0.174533,300,0,0,5914,0,0,0,0,0),(65852,18449,530,1,1,0,1,-1989.83,3844.79,-1.53507,1.24137,300,5,0,5341,0,1,0,0,0),(65853,18449,530,1,1,0,1,-1923.83,3818.31,-2.9816,5.75065,300,5,0,5341,0,1,0,0,0),(65854,18449,530,1,1,0,1,-1880.01,3821.66,5.95646,2.12162,300,5,0,5341,0,1,0,0,0),(65855,18449,530,1,1,0,1,-1847.53,3805.47,12.0937,4.97509,300,5,0,5341,0,1,0,0,0),(65856,18449,530,1,1,0,1,-1816.59,3847.55,13.8472,3.05456,300,5,0,5341,0,1,0,0,0),(65857,18449,530,1,1,0,1,-1841.79,3842.3,8.09638,5.26845,300,5,0,5341,0,1,0,0,0),(65858,18449,530,1,1,0,1,-1814.3,3928.54,7.59349,4.4002,300,5,0,5341,0,1,0,0,0),(65859,18449,530,1,1,0,1,-1816.01,3948.72,3.39373,3.24729,300,5,0,5341,0,1,0,0,0),(65860,18449,530,1,1,0,1,-1923.93,3980.94,-4.7979,5.66782,300,5,0,5341,0,1,0,0,0),(65861,18449,530,1,1,0,1,-1912.99,4012.44,-0.496489,5.36478,300,5,0,5341,0,1,0,0,0),(65862,18449,530,1,1,0,1,-1884.23,4020.47,0.22886,2.64151,300,5,0,5341,0,1,0,0,0),(65863,18449,530,1,1,0,1,-1953.87,3990,-3.84409,5.8716,300,5,0,5341,0,1,0,0,0),(65864,18449,530,1,1,0,1,-1924.72,3917.41,-4.44846,3.64033,300,5,0,5341,0,1,0,0,0),(65865,18449,530,1,1,0,1,-1916.54,4046.52,1.125,4.03883,300,5,0,5341,0,1,0,0,0),(65866,18449,530,1,1,0,1,-1987.69,3913.15,1.82542,4.91868,300,5,0,5341,0,1,0,0,0),(65867,18449,530,1,1,0,1,-1941.12,3906.92,-2.19928,5.82339,300,5,0,5341,0,1,0,0,0),(65868,18449,530,1,1,0,1,-1978.19,3948.56,1.19029,1.05397,300,5,0,5341,0,1,0,0,0),(65869,18449,530,1,1,0,1,-1943.76,3877.29,0.07976,2.77415,300,5,0,5341,0,1,0,0,0),(65870,18449,530,1,1,0,1,-1990.01,3878.84,1.54355,3.52296,300,5,0,5341,0,1,0,0,0),(65871,18449,530,1,1,0,1,-1693.58,4444.49,9.9573,3.12011,300,5,0,5341,0,1,0,0,0),(65872,18449,530,1,1,0,1,-1706.59,4388.89,21.4722,0.106957,300,5,0,5341,0,1,0,0,0),(65873,18449,530,1,1,0,1,-1696.24,4408.93,15.6676,1.21168,300,5,0,5341,0,1,0,0,0),(65874,18449,530,1,1,0,1,-1653.98,4414.95,19.9504,3.48111,300,5,0,5341,0,1,0,0,0),(65875,18449,530,1,1,0,1,-1644.52,4382.83,25.2297,4.44249,300,5,0,5341,0,1,0,0,0),(65876,18449,530,1,1,0,1,-1652.15,4335.29,37.26,3.98151,300,5,0,5341,0,1,0,0,0),(65877,18449,530,1,1,0,1,-1613.43,4381.73,32.121,0.47325,300,5,0,5341,0,1,0,0,0),(65878,18449,530,1,1,0,1,-1559.25,4389.76,40.3926,4.20681,300,5,0,5341,0,1,0,0,0),(65879,18449,530,1,1,0,1,-1495.09,4445.78,46.6845,3.73207,300,5,0,5341,0,1,0,0,0),(65880,18449,530,1,1,0,1,-1516.34,4451.97,42.0354,1.13062,300,5,0,5341,0,1,0,0,0),(65881,18449,530,1,1,0,1,-1477.77,4478.16,44.3148,5.55301,300,5,0,5341,0,1,0,0,0),(65882,18449,530,1,1,0,1,-1484.4,4452.35,48.3379,3.31613,300,0,0,5341,0,0,0,0,0),(65883,18449,530,1,1,0,1,-1485.2,4518.92,37.1409,5.16914,300,5,0,5341,0,1,0,0,0),(65884,18449,530,1,1,0,1,-1480.58,4484.01,43.2563,5.82652,300,5,0,5341,0,1,0,0,0),(65885,18449,530,1,1,0,1,-1651.41,4416.65,20.3915,2.02458,300,0,0,5341,0,0,0,0,0),(65886,18449,530,1,1,0,1,-1683.75,4417.81,13.3399,1.46608,300,0,0,5341,0,0,0,0,0),(65887,18449,530,1,1,0,1,-1649.58,4384.73,24.0764,2.33874,300,0,0,5341,0,0,0,0,0),(65888,18449,530,1,1,0,1,-1687,4445.91,11.767,4.76475,300,0,0,5341,0,0,0,0,0),(65889,18449,530,1,1,0,1,-1583.2,4431.65,30.4129,1.34591,300,0,0,5341,0,0,0,0,0),(65890,18449,530,1,1,0,1,-1587.37,4453.12,28.1404,1.09003,300,5,0,5341,0,1,0,0,0),(65891,18449,530,1,1,0,1,-1584.13,4416.53,31.7625,5.53511,300,5,0,5341,0,1,0,0,0),(65892,18450,530,1,1,0,1,-1966.02,3833.79,1.19915,1.5708,300,0,0,4274,2568,0,0,0,0),(65893,18450,530,1,1,0,1,-1880.35,3874.79,1.79258,2.26893,300,0,0,4274,2568,0,0,0,0),(65894,18450,530,1,1,0,1,-1886.7,3923.51,-0.192347,1.81514,300,0,0,4274,2568,0,0,0,0),(65895,18450,530,1,1,0,1,-1789.14,3918.73,9.8336,2.9147,300,0,0,4274,2568,0,0,0,0),(65896,18450,530,1,1,0,1,-1872.15,3993.08,0.55687,3.45575,300,0,0,4274,2568,0,0,0,0),(65897,18450,530,1,1,0,1,-1877.51,3954.49,-0.045407,5.75959,300,0,0,4274,2568,0,0,0,0),(65898,18450,530,1,1,0,1,-1889.93,3933.96,-0.192352,5.06145,300,0,0,4274,2568,0,0,0,0),(65899,18450,530,1,1,0,1,-1677.54,4384.87,22.1696,6.02139,300,0,0,4274,2568,0,0,0,0),(65900,18450,530,1,1,0,1,-1619.24,4440.89,24.5673,2.14173,300,0,0,4274,2568,0,0,0,0),(65902,18450,530,1,1,0,1,-1533.55,4419.16,43.53,6.14356,300,0,0,4274,2568,0,0,0,0),(65903,18450,530,1,1,0,1,-1511.01,4416.53,43.954,1.91986,300,0,0,4274,2568,0,0,0,0),(65904,18450,530,1,1,0,1,-1595.71,4337.35,39.1905,4.10152,300,0,0,4274,2568,0,0,0,0),(65905,18451,530,1,1,0,1,-1957.77,3759.43,-7.92699,3.65941,300,0,0,5341,0,0,0,0,0),(65906,18451,530,1,1,0,1,-1895.86,3869.82,45.3957,6.2678,300,5,0,5341,0,1,0,0,0),(65907,18451,530,1,1,0,1,-1851.46,3924.1,45.3668,3.63403,300,0,0,5341,0,0,0,0,0),(65908,18451,530,1,1,0,1,-1854.03,3925.05,45.3493,4.751,300,0,0,5341,0,0,0,0,0),(65909,18451,530,1,1,0,1,-1699.21,4388.13,53.1876,4.75232,300,0,0,5341,0,0,0,0,0),(65910,18451,530,1,1,0,1,-1677.5,4372.59,52.624,1.6594,300,5,0,5341,0,1,0,0,0),(65911,18451,530,1,1,0,1,-1678.85,4388.66,52.693,5.48747,300,0,0,5341,0,0,0,0,0),(65912,18451,530,1,1,0,1,-1624.63,4437.34,52.7734,4.43314,300,0,0,5341,0,0,0,0,0),(65913,18451,530,1,1,0,1,-1609.67,4422.94,53.4308,1.08188,300,5,0,5341,0,1,0,0,0),(65914,18451,530,1,1,0,1,-1630.51,4415.98,52.5577,4.81711,300,0,0,5341,0,0,0,0,0),(65915,18451,530,1,1,0,1,-1689.64,4366.94,52.6143,4.59022,300,0,0,5341,0,0,0,0,0),(65916,18451,530,1,1,0,1,-1698.36,4386.48,53.509,3.47321,300,0,0,5341,0,0,0,0,0),(65917,18452,530,1,1,0,1,-2542.43,5343.29,1.44545,5.35047,300,5,0,5527,0,1,0,0,0),(65918,18452,530,1,1,0,1,-2539.03,5410.09,0.12107,3.3149,300,5,0,5527,0,1,0,0,0),(65919,18452,530,1,1,0,1,-2524.65,5365.59,27.2164,6.03456,300,5,0,5527,0,1,0,0,0),(65920,18452,530,1,1,0,1,-2512.17,5352.53,0.92324,5.28851,300,5,0,5527,0,1,0,0,0),(65921,18452,530,1,1,0,1,-2448.97,5387.06,1.73651,1.76467,300,5,0,5527,0,1,0,0,0),(65922,18452,530,1,1,0,1,-2445.63,5345.55,1.3742,5.35306,300,5,0,5527,0,1,0,0,0),(65923,18452,530,1,1,0,1,-2482.96,5385.98,0.46171,1.31209,300,5,0,5527,0,1,0,0,0),(65924,18452,530,1,1,0,1,-2533.29,5387.57,27.2865,3.23292,300,5,0,5527,0,1,0,0,0),(65925,18452,530,1,1,0,1,-2582.99,5448.86,27.2184,0.097583,300,0,0,5527,0,0,0,0,0),(65926,18452,530,1,1,0,1,-2418.74,5388.6,1.97067,1.84987,300,5,0,5527,0,1,0,0,0),(65927,18453,530,1,1,0,0,-2481.35,5322.64,1.34407,2.60054,300,0,0,4422,2620,0,0,0,0),(65928,18453,530,1,1,0,0,-2515.15,5413.55,0.23195,1.15192,300,0,0,4422,2620,0,0,0,0),(65929,18453,530,1,1,0,0,-2471.19,5407.72,2.43315,3.85718,300,0,0,4422,2620,0,0,0,0),(65930,18453,530,1,1,0,0,-2517.32,5423.28,0.08474,5.37561,300,5,0,4422,2620,1,0,0,0),(65931,18453,530,1,1,0,0,-2497.7,5386.21,0.06061,0.044497,300,5,0,4422,2620,1,0,0,0),(65932,18453,530,1,1,0,0,-2632.75,5402.46,6.95011,1.97222,300,0,0,4422,2620,0,0,0,0),(65933,18453,530,1,1,0,0,-2559.83,5452.21,0.142068,5.53381,300,0,0,4422,2620,0,0,0,0),(65934,18453,530,1,1,0,0,-2552.8,5462.32,14.6882,0.854048,300,0,0,4422,2620,0,0,0,0),(65935,18453,530,1,1,0,0,-2526.27,5386.67,0.31095,2.80094,300,0,0,4422,2620,0,0,0,0),(65936,18453,530,1,1,0,0,-2456.11,5402.75,1.67056,1.8675,300,0,0,4422,2620,0,0,0,0),(65937,18453,530,1,1,0,0,-2495.75,5456.79,0.44504,2.33874,300,0,0,4422,2620,0,0,0,0),(65938,18453,530,1,1,0,0,-2425.66,5407.38,1.60722,1.58825,300,0,0,4422,2620,0,0,0,0),(65939,18453,530,1,1,0,0,-2507.37,5421.63,0.23195,3.59538,300,0,0,4422,2620,0,0,0,0),(65940,18454,530,1,1,0,1,-3623.56,4138.76,12.5785,1.51844,300,0,0,5715,0,0,0,0,0),(65941,18454,530,1,1,0,1,-3631.58,4139.1,13.2711,1.48353,300,0,0,5715,0,0,0,0,0),(65942,18454,530,1,1,0,1,-3614.22,4078.56,57.7475,1.3032,300,5,0,5715,0,1,0,0,0),(65943,18454,530,1,1,0,1,-2518.9,5488.54,8.38081,4.12434,300,5,0,5715,0,1,0,0,0),(65944,18454,530,1,1,0,1,-3538.24,4003.36,93.7351,3.87463,300,0,0,5715,0,0,0,0,0),(65945,18454,530,1,1,0,1,-3517.53,4010.59,112.993,2.55903,300,5,0,5715,0,1,0,0,0),(65946,18454,530,1,1,0,1,-3479.08,4046.91,53.3951,1.47458,300,5,0,5715,0,1,0,0,0),(65947,18454,530,1,1,0,1,-3411.57,4091.56,62.7425,0.244346,300,0,0,5715,0,0,0,0,0),(65948,18454,530,1,1,0,1,-3436.13,4071.52,62.4852,0.054669,300,5,0,5715,0,1,0,0,0),(65949,18454,530,1,1,0,1,-3426.06,4102.31,74.8272,1.0184,300,5,0,5715,0,1,0,0,0),(65950,18454,530,1,1,0,1,-3431.08,4012.95,62.091,5.92281,300,5,0,5715,0,1,0,0,0),(65951,18454,530,1,1,0,1,-3380.96,3982.93,86.5646,5.37764,300,5,0,5715,0,1,0,0,0),(65952,18454,530,1,1,0,1,-3386.45,4008.29,87.2932,4.7897,300,5,0,5715,0,1,0,0,0),(65953,18454,530,1,1,0,1,-3344.06,4020.71,60.8753,1.52391,300,5,0,5715,0,1,0,0,0),(65954,18454,530,1,1,0,1,-3366.89,4096,10.5235,1.5708,300,0,0,5715,0,0,0,0,0),(65955,18454,530,1,1,0,1,-3383.74,4096.36,9.1197,1.48353,300,0,0,5715,0,0,0,0,0),(65956,18455,530,1,1,0,0,-3626.56,4046.2,112.012,3.47614,300,5,0,4572,2705,1,0,0,0),(65957,18455,530,1,1,0,0,-3582.3,4044.48,69.9374,4.04916,300,0,0,4572,2705,0,0,0,0),(65958,18455,530,1,1,0,0,-3560.18,4050.27,69.6288,4.4855,300,0,0,4572,2705,0,0,0,0),(65959,18455,530,1,1,0,0,-3561.73,4036.99,69.7151,1.5708,300,0,0,4572,2705,0,0,0,0),(65960,18455,530,1,1,0,0,-3543.01,4078.46,68.4662,4.41568,300,0,0,4572,2705,0,0,0,0),(65961,18455,530,1,1,0,0,-3598.72,4017.7,73.235,2.86234,300,0,0,4572,2705,0,0,0,0),(65962,18455,530,1,1,0,0,-3589.69,4035.67,111.996,3.06413,300,5,0,4572,2705,1,0,0,0),(65963,18455,530,1,1,0,0,-3586.73,3996.19,76.2706,3.59538,300,0,0,4572,2705,0,0,0,0),(65964,18455,530,1,1,0,0,-3510.6,4058.82,61.2656,1.98968,300,0,0,4572,2705,0,0,0,0),(65965,18455,530,1,1,0,0,-3513.97,4042.11,112.705,2.77006,300,5,0,4572,2705,1,0,0,0),(65966,18455,530,1,1,0,0,-3507.05,4075.9,92.9082,5.03202,300,5,0,4572,2705,1,0,0,0),(65967,18455,530,1,1,0,0,-3533.29,4078.76,92.9245,1.37636,300,5,0,4572,2705,1,0,0,0),(65968,18455,530,1,1,0,0,-3534.54,3984.13,92.9142,4.17034,300,5,0,4572,2705,1,0,0,0),(65969,18455,530,1,1,0,0,-3520.8,4008.9,76.6761,2.44346,300,0,0,4572,2705,0,0,0,0),(65970,18455,530,1,1,0,0,-3491.49,4033.33,113.117,4.00539,300,5,0,4572,2705,1,0,0,0),(65971,18455,530,1,1,0,0,-3409.32,3995.48,88.0758,1.70423,300,5,0,4572,2705,1,0,0,0),(65972,18455,530,1,1,0,0,-3415.31,4089.77,73.8235,5.61549,300,5,0,4572,2705,1,0,0,0),(65973,18455,530,1,1,0,0,-3443.89,4079.61,73.9537,3.51888,300,5,0,4572,2705,1,0,0,0),(65974,18455,530,1,1,0,0,-3374.3,3993.02,57.8175,0.366519,300,0,0,4572,2705,0,0,0,0),(65975,18456,530,1,1,0,1,-2295.16,4187.48,1.08551,2.90868,300,5,0,5341,0,1,0,0,0),(65976,18456,530,1,1,0,1,-2239.52,4141.34,2.19741,3.07126,300,5,0,5341,0,1,0,0,0),(65977,18456,530,1,1,0,1,-2039.99,4051.86,2.69147,0.060591,300,5,0,5341,0,1,0,0,0),(65978,18456,530,1,1,0,1,-2050.98,4017.86,0.66238,4.88502,300,5,0,5341,0,1,0,0,0),(65979,18456,530,1,1,0,1,-2020.7,4082.5,3.39975,1.45334,300,5,0,5341,0,1,0,0,0),(65980,18456,530,1,1,0,1,-2009.06,4133.06,3.01518,5.40341,300,5,0,5341,0,1,0,0,0),(65981,18456,530,1,1,0,1,-2060.08,4166.39,7.40713,1.57302,300,5,0,5341,0,1,0,0,0),(65982,18456,530,1,1,0,1,-2046.87,4246.83,7.11247,3.14293,300,5,0,5341,0,1,0,0,0),(65983,18456,530,1,1,0,1,-2064.57,4196.01,6.41555,5.39187,300,5,0,5341,0,1,0,0,0),(65984,18456,530,1,1,0,1,-2029.27,4329.01,4.05263,3.85284,300,5,0,5341,0,1,0,0,0),(65985,18456,530,1,1,0,1,-2052.62,4317.59,2.80263,1.29239,300,5,0,5341,0,1,0,0,0),(65986,18456,530,1,1,0,1,-2131.57,4151.27,12.7248,5.38431,300,5,0,5341,0,1,0,0,0),(65987,18456,530,1,1,0,1,-2151.74,4109.55,4.71934,5.12228,300,5,0,5341,0,1,0,0,0),(65988,18456,530,1,1,0,1,-2178.89,4122.48,0.5815,1.318,300,5,0,5341,0,1,0,0,0),(65989,18456,530,1,1,0,1,-2189.87,4248.72,4.12605,2.74695,300,5,0,5341,0,1,0,0,0),(65990,18456,530,1,1,0,1,-2241.01,4244.72,2.25469,3.90584,300,5,0,5341,0,1,0,0,0),(65991,18456,530,1,1,0,1,-2208.84,4329.07,1.77482,0.240713,300,5,0,5341,0,1,0,0,0),(65992,18456,530,1,1,0,1,-2077.11,4341.84,3.41694,1.83085,300,5,0,5341,0,1,0,0,0),(65993,18456,530,1,1,0,1,-1990.26,4320.46,2.60231,3.30424,300,5,0,5341,0,1,0,0,0),(65994,18457,530,1,1,0,1,-2079,4043.3,3.5248,3.19852,300,5,0,4274,2568,1,0,0,0),(65995,18457,530,1,1,0,1,-2094.92,4061.76,-0.731455,4.73455,300,5,0,4274,2568,1,0,0,0),(65996,18457,530,1,1,0,1,-1951.24,4169.86,3.8652,4.17537,300,5,0,4274,2568,1,0,0,0),(65997,18457,530,1,1,0,1,-1945.87,4237.73,2.0142,1.75537,300,5,0,4274,2568,1,0,0,0),(65998,18457,530,1,1,0,1,-1954.76,4278.45,3.42281,1.05638,300,5,0,4274,2568,1,0,0,0),(65999,18457,530,1,1,0,1,-2153.27,4190.97,7.82831,2.18715,300,5,0,4274,2568,1,0,0,0),(66000,18457,530,1,1,0,1,-2139.39,4151.88,11.315,0.818645,300,5,0,4274,2568,1,0,0,0),(66001,18457,530,1,1,0,1,-2184.76,4149.7,15.5237,1.54583,300,5,0,4274,2568,1,0,0,0),(66002,18457,530,1,1,0,1,-2236.73,4198.53,1.09012,5.7083,300,5,0,4274,2568,1,0,0,0),(66003,18457,530,1,1,0,1,-2249.27,4221.36,1.54014,0.024328,300,5,0,4274,2568,1,0,0,0),(66004,18457,530,1,1,0,1,-2149.27,4340.69,3.85002,2.8183,300,5,0,4274,2568,1,0,0,0),(66005,18459,530,1,1,0,1,-2925.6,4004.8,-1.47433,2.80998,300,0,0,5914,0,0,0,0,0),(66006,18460,530,1,1,0,0,-3307.91,5458.35,-13.5825,2.84214,300,5,0,5715,0,1,0,0,0),(66007,18460,530,1,1,0,0,-3316.88,5483.67,-9.06538,3.18176,300,5,0,5715,0,1,0,0,0),(66008,18460,530,1,1,0,0,-3239.16,5483.4,-15.8142,3.25381,300,5,0,5715,0,1,0,0,0),(66009,18460,530,1,1,0,0,-3185.58,5518.12,-14.8915,5.01195,300,5,0,5715,0,1,0,0,0),(66010,18460,530,1,1,0,0,-3180.59,5476.64,-19.0485,2.36728,300,5,0,5715,0,1,0,0,0),(66011,18460,530,1,1,0,0,-3125.85,5475.49,-20.4752,2.66398,300,5,0,5715,0,1,0,0,0),(66012,18460,530,1,1,0,0,-3119.65,5423.26,-21.9121,2.01592,300,5,0,5715,0,1,0,0,0),(66013,18460,530,1,1,0,0,-3091.36,5452.46,-19.9073,2.07195,300,5,0,5715,0,1,0,0,0),(66014,18460,530,1,1,0,0,-3115.76,5385.25,-22.0372,1.06016,300,5,0,5715,0,1,0,0,0),(66015,18460,530,1,1,0,0,-3075.58,5372.73,-20.9416,4.96353,300,5,0,5715,0,1,0,0,0),(66016,18460,530,1,1,0,0,-3243.45,5347.73,-21.6596,0.659035,300,5,0,5715,0,1,0,0,0),(66017,18460,530,1,1,0,0,-3285.27,5379.21,-20.7323,4.37797,300,5,0,5715,0,1,0,0,0),(66018,18460,530,1,1,0,0,-3291.73,5406.11,-17.2336,3.86939,300,5,0,5715,0,1,0,0,0),(66019,18460,530,1,1,0,0,-3345.62,5356.05,-18.6445,1.62839,300,5,0,5715,0,1,0,0,0),(66020,18460,530,1,1,0,0,-3333.6,5387.72,-18.8679,2.69978,300,5,0,5715,0,1,0,0,0),(66021,18460,530,1,1,0,0,-3415.43,5413.61,-13.9489,3.95751,300,5,0,5715,0,1,0,0,0),(66022,18460,530,1,1,0,0,-3370.61,5435.54,-14.2726,4.67136,300,5,0,5715,0,1,0,0,0),(66023,18460,530,1,1,0,0,-3456.84,5412.85,-10.2075,3.96984,300,5,0,5715,0,1,0,0,0),(66024,18460,530,1,1,0,0,-3541.62,5325.85,-19.2643,5.12969,300,5,0,5715,0,1,0,0,0),(66025,18460,530,1,1,0,0,-3552.99,5408.92,-17.5425,1.19596,300,5,0,5715,0,1,0,0,0),(66026,18460,530,1,1,0,0,-3822.14,5092.1,-26.4805,2.30782,300,5,0,5715,0,1,0,0,0),(66027,18460,530,1,1,0,0,-3813.23,5024.37,-21.6542,2.46406,300,5,0,5715,0,1,0,0,0),(66028,18460,530,1,1,0,0,-3789.61,4986.43,-20.0811,3.87527,300,5,0,5715,0,1,0,0,0),(66029,18460,530,1,1,0,0,-3818.05,4959.5,-21.8043,5.88857,300,5,0,5715,0,1,0,0,0),(66030,18460,530,1,1,0,0,-3843.38,5051.65,-32.4033,5.79707,300,5,0,5715,0,1,0,0,0),(66031,18460,530,1,1,0,0,-3843.7,4985.06,-27.9025,0.740165,300,5,0,5715,0,1,0,0,0),(66032,18460,530,1,1,0,0,-3857.4,5013.3,-37.3664,6.03536,300,5,0,5715,0,1,0,0,0),(66033,18460,530,1,1,0,0,-3878.21,4925.05,-37.0725,2.77596,300,5,0,5715,0,1,0,0,0),(66034,18460,530,1,1,0,0,-3842.17,4913.83,-26.5484,5.13253,300,5,0,5715,0,1,0,0,0),(66035,18460,530,1,1,0,0,-3882.5,4963.26,-41.5587,0.766064,300,5,0,5715,0,1,0,0,0),(66036,18460,530,1,1,0,0,-3943.31,4921.52,-75.2189,0.864628,300,5,0,5715,0,1,0,0,0),(66037,18460,530,1,1,0,0,-3942.05,4861.78,-71.638,2.72248,300,5,0,5715,0,1,0,0,0),(66038,18460,530,1,1,0,0,-3911.47,4880.03,-48.9316,4.57767,300,5,0,5715,0,1,0,0,0),(66039,18460,530,1,1,0,0,-3890.07,4851.03,-41.833,3.62271,300,5,0,5715,0,1,0,0,0),(66040,18460,530,1,1,0,0,-3836.06,4876.77,-28.727,5.62797,300,5,0,5715,0,1,0,0,0),(66041,18460,530,1,1,0,0,-3749.84,4951.76,-21.0501,0.53417,300,5,0,5715,0,1,0,0,0),(66042,18460,530,1,1,0,0,-3682.93,4436.81,-10.2983,4.7697,300,5,0,5715,0,1,0,0,0),(66043,18460,530,1,1,0,0,-3653.37,4485.49,-16.8844,1.53765,300,5,0,5715,0,1,0,0,0),(66044,18460,530,1,1,0,0,-3752.41,4447.97,-6.9416,4.50775,300,5,0,5715,0,1,0,0,0),(66045,18460,530,1,1,0,0,-3681.75,4518.68,-15.6727,0.828017,300,5,0,5715,0,1,0,0,0),(66046,18460,530,1,1,0,0,-3725.21,4488.76,-9.26473,5.14568,300,5,0,5715,0,1,0,0,0),(66047,18460,530,1,1,0,0,-3713.4,4540.87,-15.0987,4.49982,300,5,0,5715,0,1,0,0,0),(66048,18460,530,1,1,0,0,-3780.92,4483.75,-11.5523,2.23402,300,0,0,5715,0,0,0,0,0),(66049,18460,530,1,1,0,0,-3752.77,4516.45,-13.4798,0.20944,300,0,0,5715,0,0,0,0,0),(66050,18461,530,1,1,0,0,-1176.41,5095.56,-0.076996,1.16308,300,5,0,5341,0,1,0,0,0),(66051,18461,530,1,1,0,0,-1453.8,4745.92,-6.89738,0.001953,300,5,0,5341,0,1,0,0,0),(66052,18461,530,1,1,0,0,-1420.55,4780.09,0.51703,1.15927,300,5,0,5341,0,1,0,0,0),(66053,18461,530,1,1,0,0,-1379.14,4820.93,0.72707,3.62885,300,5,0,5341,0,1,0,0,0),(66054,18461,530,1,1,0,0,-1272.55,5056.55,-5.80628,2.43011,300,5,0,5341,0,1,0,0,0),(66055,18461,530,1,1,0,0,-1218.42,5063.89,-2.03374,0.924205,300,5,0,5341,0,1,0,0,0),(66056,18461,530,1,1,0,0,-1313.4,5075.34,-5.88138,4.6303,300,5,0,5341,0,1,0,0,0),(66057,18461,530,1,1,0,0,-1378.2,5077.67,-0.635251,5.13279,300,0,0,5341,0,0,0,0,0),(66058,18461,530,1,1,0,0,-1461.86,5010.42,-5.17364,4.19992,300,5,0,5341,0,1,0,0,0),(66059,18461,530,1,1,0,0,-1426.31,5057.1,-3.79811,2.51919,300,5,0,5341,0,1,0,0,0),(66060,18461,530,1,1,0,0,-1484.76,4986.11,-6.69065,4.29062,300,5,0,5341,0,1,0,0,0),(66061,18461,530,1,1,0,0,-1513.4,4960.58,-8.45515,1.37623,300,5,0,5341,0,1,0,0,0),(66062,18463,530,1,1,0,0,-2584.77,3248.76,-1.46462,4.69091,300,5,0,5527,0,1,0,0,0),(66063,18463,530,1,1,0,0,-2499.54,3249.98,0.19664,5.31651,300,5,0,5527,0,1,0,0,0),(66064,18463,530,1,1,0,0,-2528.76,3323.64,2.79102,1.79315,300,5,0,5527,0,1,0,0,0),(66065,18463,530,1,1,0,0,-2588.88,3408.88,1.28926,1.48143,300,5,0,5527,0,1,0,0,0),(66066,18463,530,1,1,0,0,-2626.88,3532.32,-0.060447,4.23007,300,5,0,5527,0,1,0,0,0),(66067,18463,530,1,1,0,0,-2670.2,3477.87,1.14584,0.698989,300,5,0,5527,0,1,0,0,0),(66068,18463,530,1,1,0,0,-2673.47,3527.43,0.35958,4.56939,300,5,0,5527,0,1,0,0,0),(66069,18463,530,1,1,0,0,-2607.87,3591.73,0.72971,1.16861,300,5,0,5527,0,1,0,0,0),(66070,18463,530,1,1,0,0,-2662.77,3553.87,0.86703,5.73793,300,5,0,5527,0,1,0,0,0),(66071,18463,530,1,1,0,0,-2756.7,3640.12,-0.781521,2.55997,300,5,0,5527,0,1,0,0,0),(66072,18463,530,1,1,0,0,-2816.31,3723.01,2.29671,4.1569,300,5,0,5527,0,1,0,0,0),(66073,18463,530,1,1,0,0,-2787.89,3696.61,1.17231,0.869226,300,5,0,5527,0,1,0,0,0),(66074,18463,530,1,1,0,0,-2795.11,3732.24,-2.03609,4.41102,300,5,0,5527,0,1,0,0,0),(66075,18463,530,1,1,0,0,-2848.21,3750.42,1.21979,0.945615,300,5,0,5527,0,1,0,0,0),(66076,18463,530,1,1,0,0,-2809.99,3769.99,-0.255332,5.0675,300,5,0,5527,0,1,0,0,0),(66077,18463,530,1,1,0,0,-2780.97,3747.26,2.15081,1.21221,300,5,0,5527,0,1,0,0,0),(66078,18463,530,1,1,0,0,-2577.31,3620.15,1.59817,5.69166,300,5,0,5527,0,1,0,0,0),(66079,18463,530,1,1,0,0,-2579.3,3687.92,0.83548,4.72346,300,5,0,5527,0,1,0,0,0),(66080,18463,530,1,1,0,0,-2548.23,3713.71,2.71101,5.97039,300,0,0,5527,0,0,0,0,0),(66081,18463,530,1,1,0,0,-2458.33,3708.33,1.66888,5.08969,300,5,0,5527,0,1,0,0,0),(66082,18463,530,1,1,0,0,-2486.26,3749.8,1.03749,4.04477,300,5,0,5527,0,1,0,0,0),(66083,18463,530,1,1,0,0,-2458.39,3769.25,-1.54602,6.11836,300,5,0,5527,0,1,0,0,0),(66084,18463,530,1,1,0,0,-2687.5,3712.5,2.65188,6.07339,300,5,0,5527,0,1,0,0,0),(66085,18463,530,1,1,0,0,-2689.23,3714.95,3.51187,0.151981,300,5,0,5527,0,1,0,0,0),(66086,18463,530,1,1,0,0,-2668.05,4061.23,2.17885,3.19596,300,5,0,5527,0,1,0,0,0),(66087,18463,530,1,1,0,0,-2517.77,4155.41,1.63747,1.66862,300,5,0,5527,0,1,0,0,0),(66088,18463,530,1,1,0,0,-2220.57,3837.13,2.24579,3.62729,300,5,0,5527,0,1,0,0,0),(66089,18463,530,1,1,0,0,-2146.93,3919.2,0.36607,5.90454,300,5,0,5527,0,1,0,0,0),(66090,18463,530,1,1,0,0,-2125.49,3874.04,3.9484,3.95452,300,5,0,5527,0,1,0,0,0),(66091,18463,530,1,1,0,0,-2076.54,3709.73,-40.1671,1.18848,300,5,0,5527,0,1,0,0,0),(66092,18463,530,1,1,0,0,-2069.98,3704.59,-44.0216,5.5842,300,5,0,5527,0,1,0,0,0),(66093,18463,530,1,1,0,0,-2045.35,3673.38,-58.3557,2.45861,300,5,0,5527,0,1,0,0,0),(66094,18463,530,1,1,0,0,-2072.66,3781.04,-9.01997,0.453474,300,5,0,5527,0,1,0,0,0),(66095,18463,530,1,1,0,0,-2048.94,3761.55,-21.004,5.53368,300,5,0,5527,0,1,0,0,0),(66096,18463,530,1,1,0,0,-2016.08,3797.17,-2.91032,1.34212,300,5,0,5527,0,1,0,0,0),(66097,18463,530,1,1,0,0,-2062.01,3817.43,2.90793,3.55073,300,5,0,5527,0,1,0,0,0),(66098,18463,530,1,1,0,0,-2031.14,3774.33,-11.7853,5.30752,300,5,0,5527,0,1,0,0,0),(66099,18463,530,1,1,0,0,-2045.93,3886.55,1.91986,5.67455,300,5,0,5527,0,1,0,0,0),(66100,18463,530,1,1,0,0,-2057.39,3957.25,0.28207,2.57864,300,5,0,5527,0,1,0,0,0),(66101,18463,530,1,1,0,0,-2082.94,3982.36,3.16913,1.94601,300,5,0,5527,0,1,0,0,0),(66102,18463,530,1,1,0,0,-2093.78,3889.91,-0.968164,0.622406,300,5,0,5527,0,1,0,0,0),(66103,18463,530,1,1,0,0,-2103.88,3956.44,0.50716,0.471491,300,5,0,5527,0,1,0,0,0),(66104,18463,530,1,1,0,0,-2532.29,4221.14,1.87289,2.74226,300,5,0,5527,0,1,0,0,0),(66105,18464,530,1,1,0,0,-2727.3,3275.12,-1.19228,1.54931,300,5,0,4422,2620,1,0,0,0),(66106,18464,530,1,1,0,0,-2654.71,3287.39,3.34472,5.96698,300,5,0,4422,2620,1,0,0,0),(66107,18464,530,1,1,0,0,-2195.62,3305.43,-26.9832,0.805494,300,5,0,4422,2620,1,0,0,0),(66108,18464,530,1,1,0,0,-2254.54,3351.97,-18.8907,0.398996,300,5,0,4422,2620,1,0,0,0),(66109,18464,530,1,1,0,0,-2468.73,3363.26,-10.9766,2.3172,300,5,0,4422,2620,1,0,0,0),(66110,18464,530,1,1,0,0,-2455.74,3442.63,-21.5965,3.7033,300,5,0,4422,2620,1,0,0,0),(66111,18464,530,1,1,0,0,-2489.65,3381.64,-8.97155,6.2744,300,5,0,4422,2620,1,0,0,0),(66112,18464,530,1,1,0,0,-2518.06,3439.38,-14.7508,4.51978,300,5,0,4422,2620,1,0,0,0),(66113,18464,530,1,1,0,0,-2562.8,3469.54,-1.22671,4.68112,300,5,0,4422,2620,1,0,0,0),(66114,18464,530,1,1,0,0,-2630.39,3821.19,-15.1067,4.40092,300,5,0,4422,2620,1,0,0,0),(66115,18464,530,1,1,0,0,-2575.46,3852.17,-1.9004,4.57919,300,5,0,4422,2620,1,0,0,0),(66116,18464,530,1,1,0,0,-2460.1,3791.08,4.97564,1.83354,300,5,0,4422,2620,1,0,0,0),(66117,18464,530,1,1,0,0,-2653.3,3747.87,3.02948,4.07397,300,5,0,4422,2620,1,0,0,0),(66118,18464,530,1,1,0,0,-2793.85,3887.34,-5.75801,4.69292,300,0,0,4422,2620,0,0,0,0),(66119,18464,530,1,1,0,0,-2528.19,3981.01,6.52172,3.24632,300,5,0,4422,2620,1,0,0,0),(66120,18464,530,1,1,0,0,-2528.41,4018.2,3.23044,2.73955,300,5,0,4422,2620,1,0,0,0),(66121,18464,530,1,1,0,0,-2414.2,4067.3,-3.38959,6.13798,300,5,0,4422,2620,1,0,0,0),(66122,18464,530,1,1,0,0,-2421.97,3916.37,8.0046,0.501217,300,5,0,4422,2620,1,0,0,0),(66123,18464,530,1,1,0,0,-2419.91,3967.66,-2.28947,4.21554,300,5,0,4422,2620,1,0,0,0),(66124,18464,530,1,1,0,0,-2349.64,4083.32,-14.5294,6.20686,300,5,0,4422,2620,1,0,0,0),(66125,18464,530,1,1,0,0,-2336.7,4117.93,-14.1167,0.245452,300,5,0,4422,2620,1,0,0,0),(66126,18464,530,1,1,0,0,-2287.27,4111.07,-16.4973,3.67866,300,5,0,4422,2620,1,0,0,0),(66127,18464,530,1,1,0,0,-2266.68,4095.75,-18.1161,3.58253,300,5,0,4422,2620,1,0,0,0),(66128,18464,530,1,1,0,0,-2307.73,4024.13,-29.9997,1.96113,300,5,0,4422,2620,1,0,0,0),(66129,18464,530,1,1,0,0,-2216.84,4054.88,-5.1134,0.167716,300,5,0,4422,2620,1,0,0,0),(66130,18464,530,1,1,0,0,-2306.14,3941.69,-9.43029,5.85446,300,5,0,4422,2620,1,0,0,0),(66131,18464,530,1,1,0,0,-2319.95,3885.23,1.84766,0.933585,300,5,0,4422,2620,1,0,0,0),(66132,18464,530,1,1,0,0,-2150.9,3844.13,-0.930432,4.87334,300,5,0,4422,2620,1,0,0,0),(66133,18464,530,1,1,0,0,-2111.54,3845.86,-0.982687,1.46815,300,5,0,4422,2620,1,0,0,0),(66134,18464,530,1,1,0,0,-2272.92,3739.59,-3.84346,1.5708,300,5,0,4422,2620,1,0,0,0),(66135,18464,530,1,1,0,0,-2247.87,3745.99,-10.271,4.14943,300,5,0,4422,2620,1,0,0,0),(66136,18464,530,1,1,0,0,-2142.41,3701.18,-37.9174,2.55088,300,5,0,4422,2620,1,0,0,0),(66137,18464,530,1,1,0,0,-2221.81,3604.96,-25.0895,3.37647,300,5,0,4422,2620,1,0,0,0),(66138,18464,530,1,1,0,0,-2223.52,3661.55,-22.2583,1.35425,300,5,0,4422,2620,1,0,0,0),(66139,18464,530,1,1,0,0,-2324.73,3540.26,-7.79624,3.44483,300,5,0,4422,2620,1,0,0,0),(66140,18464,530,1,1,0,0,-2305.01,3492.72,-22.6045,3.57728,300,5,0,4422,2620,1,0,0,0),(66141,18464,530,1,1,0,0,-2262.55,3449.08,-21.6326,6.10744,300,5,0,4422,2620,1,0,0,0),(66142,18464,530,1,1,0,0,-2181.66,3354.79,-32.7168,0.278165,300,5,0,4422,2620,1,0,0,0),(66143,18464,530,1,1,0,0,-2108.58,3641.63,-52.9718,5.5344,300,5,0,4422,2620,1,0,0,0),(66144,18464,530,1,1,0,0,-2128.3,3665.29,-48.2819,5.97564,300,5,0,4422,2620,1,0,0,0),(66145,18464,530,1,1,0,0,-1982.84,3741.33,-21.6581,3.80504,300,0,0,4422,2620,0,0,0,0),(66146,18464,530,1,1,0,0,-1943.88,3700.98,-46.1073,5.11118,300,5,0,4422,2620,1,0,0,0),(66147,18464,530,1,1,0,0,-2657.44,5342.73,8.0637,5.82129,300,5,0,4422,2620,1,0,0,0),(66148,18464,530,1,1,0,0,-2533.85,5141.15,8.47514,4.97914,300,5,0,4422,2620,1,0,0,0),(66149,18464,530,1,1,0,0,-2491.59,5147.06,4.01836,6.23528,300,5,0,4422,2620,1,0,0,0),(66150,18464,530,1,1,0,0,-2481.3,5250.17,-0.071899,1.54506,300,5,0,4422,2620,1,0,0,0),(66151,18464,530,1,1,0,0,-2502.78,5295.01,-4.33079,4.7465,300,5,0,4422,2620,1,0,0,0),(66152,18464,530,1,1,0,0,-2371.28,5443.31,0.21057,2.70591,300,5,0,4422,2620,1,0,0,0),(66153,18464,530,1,1,0,0,-2360.15,5260.46,1.00075,2.05801,300,5,0,4422,2620,1,0,0,0),(66154,18464,530,1,1,0,0,-2381.98,5258.67,1.3835,5.78462,300,5,0,4422,2620,1,0,0,0),(66155,18464,530,1,1,0,0,-2446.09,5215.27,-3.34854,0.153911,300,5,0,4422,2620,1,0,0,0),(66156,18464,530,1,1,0,0,-2334.41,5219.53,-3.51918,3.01109,300,5,0,4422,2620,1,0,0,0),(66157,18464,530,1,1,0,0,-2262.96,5246.66,-9.9751,1.12441,300,5,0,4422,2620,1,0,0,0),(66158,18464,530,1,1,0,0,-2272.4,5312.63,-9.56131,0.69636,300,5,0,4422,2620,1,0,0,0),(66159,18465,530,1,1,0,0,-2794.42,4494.74,-4.5435,3.28754,300,5,0,5715,0,1,0,0,0),(66160,18465,530,1,1,0,0,-2815.07,4452.64,-5.70701,4.57536,300,5,0,5715,0,1,0,0,0),(66161,18465,530,1,1,0,0,-2788.2,4606.8,-8.21686,1.43166,300,5,0,5715,0,1,0,0,0),(66162,18465,530,1,1,0,0,-2740.11,4735.4,-7.56107,0.770886,300,5,0,5715,0,1,0,0,0),(66163,18465,530,1,1,0,0,-3075,5718.24,3.43775,4.71239,300,5,0,5715,0,1,0,0,0),(66164,18465,530,1,1,0,0,-3109.16,5826.16,7.18955,4.6577,300,5,0,5715,0,1,0,0,0),(66165,18465,530,1,1,0,0,-3065.99,5836.4,4.30328,0.476747,300,5,0,5715,0,1,0,0,0),(66166,18465,530,1,1,0,0,-3027.11,5821.78,1.65811,0.023519,300,5,0,5715,0,1,0,0,0),(66167,18465,530,1,1,0,0,-3123.71,5854.88,9.7638,5.34201,300,5,0,5715,0,1,0,0,0),(66168,18465,530,1,1,0,0,-3033.34,5901.72,2.85375,2.29955,300,5,0,5715,0,1,0,0,0),(66169,18465,530,1,1,0,0,-3024.08,5939.61,6.21619,4.87914,300,5,0,5715,0,1,0,0,0),(66170,18465,530,1,1,0,0,-3115.62,6018.68,3.91152,1.10319,300,5,0,5715,0,1,0,0,0),(66171,18465,530,1,1,0,0,-3146.12,5979.59,-4.16579,3.45868,300,5,0,5715,0,1,0,0,0),(66172,18465,530,1,1,0,0,-3405.92,6120.17,-2.89596,6.28153,300,5,0,5715,0,1,0,0,0),(66173,18465,530,1,1,0,0,-3379.22,6160.77,1.22283,1.30591,300,5,0,5715,0,1,0,0,0),(66174,18465,530,1,1,0,0,-3438.23,6193.49,-11.8528,2.60949,300,5,0,5715,0,1,0,0,0),(66175,18465,530,1,1,0,0,-3436.81,6159.2,0.52494,1.42186,300,5,0,5715,0,1,0,0,0),(66176,18465,530,1,1,0,0,-3510.27,6177.73,3.72772,3.34531,300,5,0,5715,0,1,0,0,0),(1975893,30696,571,1,1,0,0,6686.38,3536.7,669.495,0.533053,300,0,0,1,0,0,0,0,0),(66178,18465,530,1,1,0,0,-3541.86,6174.77,1.27878,0.161936,300,5,0,5715,0,1,0,0,0),(66179,18465,530,1,1,0,0,-3561.71,6120.25,-3.71429,2.02353,300,5,0,5715,0,1,0,0,0),(66180,18465,530,1,1,0,0,-3612.16,6106.54,-0.202041,5.04897,300,5,0,5715,0,1,0,0,0),(66181,18465,530,1,1,0,0,-3650.24,6156.43,1.8333,4.88472,300,5,0,5715,0,1,0,0,0),(66182,18465,530,1,1,0,0,-3625.15,6162.26,-0.287043,0.927491,300,5,0,5715,0,1,0,0,0),(66183,18465,530,1,1,0,0,-3586.46,6236.46,-15.9172,1.70323,300,5,0,5715,0,1,0,0,0),(66184,18465,530,1,1,0,0,-3583.97,6133.65,-1.4309,4.69481,300,5,0,5715,0,1,0,0,0),(66185,18465,530,1,1,0,0,-3582.02,6079.72,-9.78317,3.34196,300,5,0,5715,0,1,0,0,0),(66186,18465,530,1,1,0,0,-3688.79,6053.57,-4.00567,3.52995,300,5,0,5715,0,1,0,0,0),(66187,18465,530,1,1,0,0,-3716.08,6082.14,-3.78711,0.225327,300,5,0,5715,0,1,0,0,0),(66188,18465,530,1,1,0,0,-3671.83,6113.09,1.22647,1.44254,300,5,0,5715,0,1,0,0,0),(66189,18465,530,1,1,0,0,-3773.63,6041.9,0.8301,3.07137,300,5,0,5715,0,1,0,0,0),(66190,18465,530,1,1,0,0,-3732.53,6019.65,0.95151,0.738402,300,5,0,5715,0,1,0,0,0),(66191,18465,530,1,1,0,0,-3825.32,6047.62,-8.16999,2.75927,300,5,0,5715,0,1,0,0,0),(66192,18465,530,1,1,0,0,-3838.51,6023.93,-11.0074,5.84607,300,5,0,5715,0,1,0,0,0),(66193,18465,530,1,1,0,0,-3871.83,6056.85,-18.3355,1.71587,300,5,0,5715,0,1,0,0,0),(66194,18465,530,1,1,0,0,-3874.1,6077.07,-20.6048,0.334096,300,5,0,5715,0,1,0,0,0),(66195,18465,530,1,1,0,0,-3808.97,5987.76,-9.01056,6.21675,300,5,0,5715,0,1,0,0,0),(66196,18465,530,1,1,0,0,-3789.78,5946.82,-7.60752,0.280044,300,5,0,5715,0,1,0,0,0),(66197,18465,530,1,1,0,0,-3782.6,5982.03,-0.869325,2.54655,300,5,0,5715,0,1,0,0,0),(66198,18465,530,1,1,0,0,-3751.04,5881.99,-5.45211,1.24335,300,5,0,5715,0,1,0,0,0),(66199,18465,530,1,1,0,0,-3800.61,5912.81,-13.4367,0.015698,300,5,0,5715,0,1,0,0,0),(66200,18465,530,1,1,0,0,-3721.9,5939.67,-8.96414,1.56494,300,5,0,5715,0,1,0,0,0),(66201,18465,530,1,1,0,0,-3773.85,5820.66,-11.6885,4.4738,300,5,0,5715,0,1,0,0,0),(66202,18465,530,1,1,0,0,-3788.06,5754.35,-10.5597,5.37183,300,5,0,5715,0,1,0,0,0),(66203,18465,530,1,1,0,0,-3770.91,5720.65,-8.23511,3.37774,300,5,0,5715,0,1,0,0,0),(66204,18465,530,1,1,0,0,-3760.65,5786.58,-3.85134,5.81954,300,5,0,5715,0,1,0,0,0),(66205,18465,530,1,1,0,0,-3649.41,5625.35,4.04243,3.9049,300,5,0,5715,0,1,0,0,0),(66206,18465,530,1,1,0,0,-3604.41,5653.89,0.45185,2.29426,300,5,0,5715,0,1,0,0,0),(66207,18465,530,1,1,0,0,-3458.66,5728.91,0.45176,1.54346,300,5,0,5715,0,1,0,0,0),(66208,18465,530,1,1,0,0,-3492.84,5803.03,-3.52857,0.359718,300,5,0,5715,0,1,0,0,0),(66209,18465,530,1,1,0,0,-3514.15,5828.31,-15.4011,1.69806,300,5,0,5715,0,1,0,0,0),(66210,18465,530,1,1,0,0,-3482,5861.71,-23.1966,1.58056,300,5,0,5715,0,1,0,0,0),(66211,18465,530,1,1,0,0,-3378.01,5752.93,3.93744,3.52848,300,5,0,5715,0,1,0,0,0),(66212,18465,530,1,1,0,0,-3347.07,5796.94,-2.5927,1.59423,300,5,0,5715,0,1,0,0,0),(66213,18465,530,1,1,0,0,-3344.44,5827.44,-7.37605,2.99859,300,5,0,5715,0,1,0,0,0),(66214,18465,530,1,1,0,0,-3325.46,5724.89,4.31617,1.28579,300,5,0,5715,0,1,0,0,0),(66215,18465,530,1,1,0,0,-3440.69,5888.73,-27.6685,0.413864,300,5,0,5715,0,1,0,0,0),(66216,18465,530,1,1,0,0,-3388.15,5873.81,-26.0629,4.07885,300,5,0,5715,0,1,0,0,0),(66217,18465,530,1,1,0,0,-3449.08,5951.41,-28.0738,1.26109,300,5,0,5715,0,1,0,0,0),(66218,18465,530,1,1,0,0,-3510.24,5947.39,-37.725,3.42968,300,5,0,5715,0,1,0,0,0),(66219,18465,530,1,1,0,0,-3464.92,5991.94,-20.9925,4.09443,300,5,0,5715,0,1,0,0,0),(66220,18465,530,1,1,0,0,-3491.43,5928.33,-33.2523,1.68437,300,5,0,5715,0,1,0,0,0),(66221,18465,530,1,1,0,0,-3546.59,5899.36,-27.5803,5.02386,300,5,0,5715,0,1,0,0,0),(66222,18465,530,1,1,0,0,-3525.84,6018.65,-25.1734,5.80207,300,5,0,5715,0,1,0,0,0),(66223,18465,530,1,1,0,0,-3584.88,6012.35,-22.0311,1.69209,300,5,0,5715,0,1,0,0,0),(66224,18465,530,1,1,0,0,-3572.76,6002.44,-29.3168,1.10715,300,5,0,5715,0,1,0,0,0),(66225,18465,530,1,1,0,0,-3632.92,5966.77,-24.0838,5.93767,300,5,0,5715,0,1,0,0,0),(66226,18465,530,1,1,0,0,-3653.93,5981.4,-17.0437,4.81215,300,5,0,5715,0,1,0,0,0),(66227,18465,530,1,1,0,0,-3639.87,5947.6,-31.0743,3.53605,300,5,0,5715,0,1,0,0,0),(66228,18465,530,1,1,0,0,-3629.71,6053.42,-3.37423,5.78477,300,5,0,5715,0,1,0,0,0),(66229,18465,530,1,1,0,0,-3555.61,5892.4,-23.711,6.09139,300,5,0,5715,0,1,0,0,0),(66230,18465,530,1,1,0,0,-3626.13,5901.52,-18.787,3.60524,300,5,0,5715,0,1,0,0,0),(66231,18465,530,1,1,0,0,-3816.24,5784.13,-25.7662,0.959945,300,5,0,5715,0,1,0,0,0),(66232,18465,530,1,1,0,0,-3830.96,5715.76,-24.5477,3.1289,300,5,0,5715,0,1,0,0,0),(66233,18465,530,1,1,0,0,-3791.32,5660.14,-19.5579,1.33624,300,5,0,5715,0,1,0,0,0),(66234,18465,530,1,1,0,0,-3813.68,5634.99,-41.1707,4.09895,300,5,0,5715,0,1,0,0,0),(66235,18465,530,1,1,0,0,-3814.11,5587.26,-21.45,3.7464,300,5,0,5715,0,1,0,0,0),(66236,18465,530,1,1,0,0,-2937.44,4358.91,-3.01383,3.18912,300,5,0,5715,0,1,0,0,0),(66237,18465,530,1,1,0,0,-2964.52,4298.25,-4.14002,4.00671,300,5,0,5715,0,1,0,0,0),(66238,18465,530,1,1,0,0,-2857.46,4399.71,-5.90487,3.86336,300,5,0,5715,0,1,0,0,0),(66239,18466,530,1,1,0,0,-1269.61,5338.96,25.37,1.72741,300,5,0,5527,0,1,0,0,0),(66240,18466,530,1,1,0,0,-1940.36,4092.37,2.21121,1.17569,300,5,0,5527,0,1,0,0,0),(66241,18466,530,1,1,0,0,-2214.65,4359.43,-1.73744,4.59116,300,5,0,5527,0,1,0,0,0),(66242,18466,530,1,1,0,0,-2306.66,4321.86,0.1362,2.40384,300,5,0,5527,0,1,0,0,0),(66243,18466,530,1,1,0,0,-2277.11,5019.06,-3.59584,4.84752,300,0,0,5527,0,0,0,0,0),(66244,18466,530,1,1,0,0,-2166.69,4990.1,-2.58195,3.44203,300,5,0,5527,0,1,0,0,0),(66245,18466,530,1,1,0,0,-2189.93,4900.83,0.28286,4.97324,300,5,0,5527,0,1,0,0,0),(66246,18466,530,1,1,0,0,-2144.7,4904.42,-1.6896,6.24414,300,5,0,5527,0,1,0,0,0),(66247,18466,530,1,1,0,0,-2278.08,4744.07,0.98332,3.24146,300,5,0,5527,0,1,0,0,0),(66248,18466,530,1,1,0,0,-2255.68,4699.08,0.42632,2.84729,300,5,0,5527,0,1,0,0,0),(66249,18466,530,1,1,0,0,-2150.88,4513.68,-4.92004,4.12218,300,5,0,5527,0,1,0,0,0),(66250,18466,530,1,1,0,0,-2125.78,4559.03,-1.92602,1.63139,300,5,0,5527,0,1,0,0,0),(66251,18466,530,1,1,0,0,-2241.58,4466.48,0.68919,5.12451,300,5,0,5527,0,1,0,0,0),(66252,18466,530,1,1,0,0,-2238.2,4432.67,1.89203,2.51804,300,5,0,5527,0,1,0,0,0),(66253,18466,530,1,1,0,0,-2138.73,4452.14,-1.83901,0.283794,300,5,0,5527,0,1,0,0,0),(66254,18466,530,1,1,0,0,-2025.78,4557.23,4.72922,1.32645,300,5,0,5527,0,1,0,0,0),(66255,18466,530,1,1,0,0,-2090.53,4864.2,8.38159,5.17842,300,5,0,5527,0,1,0,0,0),(66256,18466,530,1,1,0,0,-2114.54,4840.4,3.56955,1.14603,300,5,0,5527,0,1,0,0,0),(66257,18466,530,1,1,0,0,-2069.68,4801.08,0.15047,5.38713,300,5,0,5527,0,1,0,0,0),(66258,18466,530,1,1,0,0,-2063.34,4946.37,17.8892,0.311862,300,5,0,5527,0,1,0,0,0),(66259,18466,530,1,1,0,0,-2051.75,5036.33,25.0043,4.58627,300,5,0,5527,0,1,0,0,0),(66260,18466,530,1,1,0,0,-2026.96,4888.35,15.0883,3.58689,300,5,0,5527,0,1,0,0,0),(66261,18466,530,1,1,0,0,-1990.74,4906.44,15.088,1.88668,300,5,0,5527,0,1,0,0,0),(66262,18466,530,1,1,0,0,-1945.54,4432.15,5.37524,1.51021,300,5,0,5527,0,1,0,0,0),(66263,18466,530,1,1,0,0,-1811.5,4457.92,2.4727,1.33008,300,5,0,5527,0,1,0,0,0),(66264,18466,530,1,1,0,0,-1820.05,4507.16,1.2946,3.53879,300,5,0,5527,0,1,0,0,0),(66265,18466,530,1,1,0,0,-1824.03,4546.9,8.74166,0.168151,300,5,0,5527,0,1,0,0,0),(66266,18466,530,1,1,0,0,-1749.96,4467.86,1.40454,5.81517,300,5,0,5527,0,1,0,0,0),(66267,18466,530,1,1,0,0,-1776.64,4413.87,5.05331,5.30565,300,5,0,5527,0,1,0,0,0),(66268,18466,530,1,1,0,0,-1476.42,4709.97,-2.21487,2.30383,300,0,0,5527,0,0,0,0,0),(66269,18466,530,1,1,0,0,-1752.24,4449.5,1.23413,2.56563,300,0,0,5527,0,0,0,0,0),(66270,18467,530,1,1,0,0,-3051.29,4076.09,2.84009,4.7392,300,5,0,5715,0,1,0,0,0),(66271,18467,530,1,1,0,0,-2784.9,4416.15,-4.20439,5.89066,300,5,0,5715,0,1,0,0,0),(66272,18467,530,1,1,0,0,-2788.97,4549.58,-7.0356,4.61389,300,0,0,5715,0,0,0,0,0),(66273,18467,530,1,1,0,0,-2720.03,5341.77,2.25395,4.04856,300,5,0,5715,0,1,0,0,0),(66274,18467,530,1,1,0,0,-2744.8,5368.96,-3.7152,5.12354,300,5,0,5715,0,1,0,0,0),(66275,18467,530,1,1,0,0,-2751.28,5444.63,4.42862,5.76412,300,5,0,5715,0,1,0,0,0),(66276,18467,530,1,1,0,0,-3014.16,5711.25,4.09388,4.24885,300,5,0,5715,0,1,0,0,0),(66277,18467,530,1,1,0,0,-3042.61,5754.17,4.4381,3.71419,300,5,0,5715,0,1,0,0,0),(66278,18467,530,1,1,0,0,-3075.42,5780.2,7.44768,1.47534,300,5,0,5715,0,1,0,0,0),(66279,18467,530,1,1,0,0,-3019.47,5788.66,4.39108,1.50717,300,5,0,5715,0,1,0,0,0),(66280,18467,530,1,1,0,0,-3357.21,6178.24,4.19967,4.34059,300,5,0,5715,0,1,0,0,0),(66281,18467,530,1,1,0,0,-3520.04,6160.54,1.02298,1.00358,300,5,0,5715,0,1,0,0,0),(66282,18467,530,1,1,0,0,-3656.5,6081.73,1.25622,4.11734,300,5,0,5715,0,1,0,0,0),(66283,18467,530,1,1,0,0,-3692.38,6178.75,-11.3058,5.21361,300,5,0,5715,0,1,0,0,0),(66284,18467,530,1,1,0,0,-3718.38,6144.29,-4.80183,0.237412,300,5,0,5715,0,1,0,0,0),(66285,18467,530,1,1,0,0,-3757.47,6114.43,-0.641742,4.61651,300,5,0,5715,0,1,0,0,0),(66286,18467,530,1,1,0,0,-3770.43,6103.26,-1.16396,1.59977,300,5,0,5715,0,1,0,0,0),(66287,18467,530,1,1,0,0,-3795.77,6024.29,-2.20805,0.694639,300,5,0,5715,0,1,0,0,0),(66288,18467,530,1,1,0,0,-3843.44,6147.97,-22.7809,5.1437,300,5,0,5715,0,1,0,0,0),(66289,18467,530,1,1,0,0,-3755.43,5914.92,-1.97781,5.24293,300,5,0,5715,0,1,0,0,0),(66290,18467,530,1,1,0,0,-3790.72,5888.37,-9.7188,5.9299,300,5,0,5715,0,1,0,0,0),(66291,18467,530,1,1,0,0,-3420.17,5729.35,3.62369,2.32693,300,5,0,5715,0,1,0,0,0),(66292,18467,530,1,1,0,0,-3412.3,5797.2,-0.78283,1.21241,300,5,0,5715,0,1,0,0,0),(66293,18467,530,1,1,0,0,-3446.79,5813.15,-1.19955,2.32372,300,5,0,5715,0,1,0,0,0),(66294,18467,530,1,1,0,0,-3405.04,5846.73,-13.3714,5.41038,300,5,0,5715,0,1,0,0,0),(66295,18467,530,1,1,0,0,-3380.21,5823.63,-5.61775,1.5708,300,5,0,5715,0,1,0,0,0),(66296,18467,530,1,1,0,0,-3359.76,5706.46,4.85006,4.56137,300,5,0,5715,0,1,0,0,0),(66297,18467,530,1,1,0,0,-3345.45,5844.65,-11.2241,0.398996,300,5,0,5715,0,1,0,0,0),(66298,18467,530,1,1,0,0,-3304.43,5778.44,1.33909,2.38342,300,5,0,5715,0,1,0,0,0),(66299,18467,530,1,1,0,0,-3486.08,5973.83,-26.766,1.79901,300,5,0,5715,0,1,0,0,0),(66300,18467,530,1,1,0,0,-3576.63,5952.46,-30.0249,1.07326,300,5,0,5715,0,1,0,0,0),(66301,18467,530,1,1,0,0,-3519.25,5883.77,-23.707,2.45997,300,5,0,5715,0,1,0,0,0),(66302,18467,530,1,1,0,0,-3478.08,6056.89,-18.0587,1.29994,300,5,0,5715,0,1,0,0,0),(66303,18467,530,1,1,0,0,-3540.04,6061.96,-21.8589,0.690168,300,5,0,5715,0,1,0,0,0),(66304,18467,530,1,1,0,0,-3670.09,5989.44,-12.1504,2.95004,300,5,0,5715,0,1,0,0,0),(66305,18467,530,1,1,0,0,-3676.92,5914.34,-20.7846,0.586267,300,5,0,5715,0,1,0,0,0),(66306,18467,530,1,1,0,0,-3813.5,5536.15,-10.8235,1.45835,300,5,0,5715,0,1,0,0,0),(66307,18467,530,1,1,0,0,-3849.22,5488.35,-10.1289,6.00408,300,5,0,5715,0,1,0,0,0),(66308,18467,530,1,1,0,0,-3890.62,5451.04,-25.0027,2.15635,300,5,0,5715,0,1,0,0,0),(66309,18467,530,1,1,0,0,-3813.02,5434.57,-6.20185,1.15716,300,5,0,5715,0,1,0,0,0),(66310,18467,530,1,1,0,0,-3864.27,5409.71,-22.4637,3.48957,300,5,0,5715,0,1,0,0,0),(66311,18467,530,1,1,0,0,-3669.74,5517.63,-3.02907,2.0408,300,5,0,5715,0,1,0,0,0),(66312,18467,530,1,1,0,0,-3654.57,5554.75,-1.65793,0.326999,300,5,0,5715,0,1,0,0,0),(66313,18467,530,1,1,0,0,-3874.25,5320.39,-52.416,3.3824,300,5,0,5715,0,1,0,0,0),(66314,18467,530,1,1,0,0,-3943.24,4392.02,-14.9905,1.05961,300,5,0,5715,0,1,0,0,0),(66315,18467,530,1,1,0,0,-3974.18,4340.35,-20.1603,0.657959,300,5,0,5715,0,1,0,0,0),(66316,18467,530,1,1,0,0,-3914.54,4275.3,-13.012,1.56298,300,5,0,5715,0,1,0,0,0),(66317,18467,530,1,1,0,0,-3818.59,4218.64,2.55013,3.16874,300,0,0,5715,0,0,0,0,0),(66318,18467,530,1,1,0,0,-3820.04,4248.77,5.03679,5.48294,300,0,0,5715,0,0,0,0,0),(66319,18467,530,1,1,0,0,-3815.25,4313.6,4.91014,4.77415,300,5,0,5715,0,1,0,0,0),(66320,18467,530,1,1,0,0,-3649.73,4203.49,-1.46754,0.0178261,300,0,0,5715,0,0,0,0,0),(66321,18467,530,1,1,0,0,-3574.16,4202.12,-2.81779,2.1099,300,0,0,5715,0,0,0,0,0),(66322,18467,530,1,1,0,0,-3536.66,4155.38,8.24279,3.92975,300,0,0,5715,0,0,0,0,0),(66323,18467,530,1,1,0,0,-3323.51,4131.18,-1.31604,4.85152,300,5,0,5715,0,1,0,0,0),(66324,18467,530,1,1,0,0,-3313.34,4134.65,-2.79042,4.53911,300,5,0,5715,0,1,0,0,0),(66325,18467,530,1,1,0,0,-3468.58,4177.25,2.55985,5.45704,300,5,0,5715,0,1,0,0,0),(66326,18467,530,1,1,0,0,-3427.51,4162.3,2.13851,1.09842,300,5,0,5715,0,1,0,0,0),(66327,18467,530,1,1,0,0,-3248.42,4153.02,-3.20601,0.54925,300,5,0,5715,0,1,0,0,0),(66328,18467,530,1,1,0,0,-3222.48,4118.36,2.17135,5.94135,300,5,0,5715,0,1,0,0,0),(66329,18467,530,1,1,0,0,-3219.72,4207.02,-10.8426,5.20005,300,5,0,5715,0,1,0,0,0),(66330,18467,530,1,1,0,0,-3218.43,4135.79,-1.07403,3.28433,300,5,0,5715,0,1,0,0,0),(66331,18467,530,1,1,0,0,-3253.78,4088.3,3.74497,2.97032,300,5,0,5715,0,1,0,0,0),(66332,18467,530,1,1,0,0,-3227.13,4052.91,2.37282,2.6366,300,5,0,5715,0,1,0,0,0),(66333,18467,530,1,1,0,0,-3180.47,4105.48,0.74558,3.48112,300,5,0,5715,0,1,0,0,0),(66334,18467,530,1,1,0,0,-3182.71,4089.79,2.72258,1.12898,300,5,0,5715,0,1,0,0,0),(66335,18467,530,1,1,0,0,-3222.64,3990.52,1.25647,1.80748,300,5,0,5715,0,1,0,0,0),(66336,18467,530,1,1,0,0,-3169.28,4056.22,3.14118,2.61463,300,5,0,5715,0,1,0,0,0),(66337,18467,530,1,1,0,0,-3183.55,4012.63,0.32782,4.6331,300,5,0,5715,0,1,0,0,0),(66338,18467,530,1,1,0,0,-3116.98,4016.97,0.26765,6.02805,300,5,0,5715,0,1,0,0,0),(66339,18467,530,1,1,0,0,-3118.57,4080.64,4.70696,0.616332,300,5,0,5715,0,1,0,0,0),(66340,18467,530,1,1,0,0,-3087.19,4117.35,3.06531,4.52042,300,5,0,5715,0,1,0,0,0),(66341,18467,530,1,1,0,0,-3093.24,4053.86,3.98172,2.85352,300,5,0,5715,0,1,0,0,0),(66342,18467,530,1,1,0,0,-3115.63,4142.71,3.68367,2.24066,300,5,0,5715,0,1,0,0,0),(66343,18467,530,1,1,0,0,-3049.91,4079.36,2.58054,4.57919,300,5,0,5715,0,1,0,0,0),(66344,18467,530,1,1,0,0,-3108.23,4177.18,-4.84613,6.25585,300,5,0,5715,0,1,0,0,0),(66345,18467,530,1,1,0,0,-3110.1,4197.45,-6.70922,2.948,300,5,0,5715,0,1,0,0,0),(66346,18467,530,1,1,0,0,-2877.82,4380.31,-3.87263,3.89314,300,5,0,5715,0,1,0,0,0),(66347,18468,530,1,1,0,0,-1262.65,5424.11,25.2134,0.896055,300,5,0,5341,0,1,0,0,0),(66348,18468,530,1,1,0,0,-2281.74,4368.03,3.48956,3.29647,300,5,0,5341,0,1,0,0,0),(66349,18468,530,1,1,0,0,-2194.41,4809.34,2.56283,6.14056,300,5,0,5341,0,1,0,0,0),(66350,18468,530,1,1,0,0,-2220.64,4810.8,3.00271,3.12169,300,5,0,5341,0,1,0,0,0),(66351,18468,530,1,1,0,0,-2214.48,4699.37,-0.281034,1.97633,300,5,0,5341,0,1,0,0,0),(66352,18468,530,1,1,0,0,-2156.17,4751.85,-8.59355,3.0864,300,5,0,5341,0,1,0,0,0),(66353,18468,530,1,1,0,0,-2192.63,4564.22,-8.09669,2.08776,300,5,0,5341,0,1,0,0,0),(66354,18468,530,1,1,0,0,-2147.27,4585.76,-3.65103,5.46423,300,5,0,5341,0,1,0,0,0),(66355,18468,530,1,1,0,0,-2182.21,4483.39,0.88218,5.55719,300,5,0,5341,0,1,0,0,0),(66356,18468,530,1,1,0,0,-2199.32,4461.5,2.23561,4.25093,300,5,0,5341,0,1,0,0,0),(66357,18468,530,1,1,0,0,-2171.09,4406.57,2.49631,3.3025,300,5,0,5341,0,1,0,0,0),(66358,18468,530,1,1,0,0,-2092.74,4448.11,3.10214,3.75344,300,5,0,5341,0,1,0,0,0),(66359,18468,530,1,1,0,0,-2094.38,4411.09,-8.38335,0.029077,300,5,0,5341,0,1,0,0,0),(66360,18468,530,1,1,0,0,-2081.92,4511.8,5.06074,4.98532,300,5,0,5341,0,1,0,0,0),(66361,18468,530,1,1,0,0,-2057.96,4558.04,0.97883,4.32572,300,5,0,5341,0,1,0,0,0),(66362,18468,530,1,1,0,0,-2073.88,4570.75,-2.2913,5.46434,300,5,0,5341,0,1,0,0,0),(66363,18468,530,1,1,0,0,-2047.98,4585.66,-5.12204,1.49174,300,5,0,5341,0,1,0,0,0),(66364,18468,530,1,1,0,0,-2087.36,4660.7,-11.2713,1.86197,300,5,0,5341,0,1,0,0,0),(66365,18468,530,1,1,0,0,-2021.33,4645.95,-10.335,0.179592,300,5,0,5341,0,1,0,0,0),(66366,18468,530,1,1,0,0,-2056.71,4631.62,-4.58274,1.97851,300,5,0,5341,0,1,0,0,0),(66367,18468,530,1,1,0,0,-2116.55,4617.53,-7.27295,2.64123,300,5,0,5341,0,1,0,0,0),(66368,18468,530,1,1,0,0,-1990.35,4598.37,3.76045,0.011718,300,5,0,5341,0,1,0,0,0),(66369,18468,530,1,1,0,0,-2056.06,4735.85,-0.454458,3.9717,300,5,0,5341,0,1,0,0,0),(66370,18468,530,1,1,0,0,-2057.17,4697.1,-7.41584,4.18017,300,5,0,5341,0,1,0,0,0),(66371,18468,530,1,1,0,0,-2085.89,4720.25,-4.97572,3.09173,300,5,0,5341,0,1,0,0,0),(66372,18468,530,1,1,0,0,-2095.96,4695.27,-9.64977,0.105695,300,5,0,5341,0,1,0,0,0),(66373,18468,530,1,1,0,0,-2018.75,4702.08,-6.77118,4.37297,300,5,0,5341,0,1,0,0,0),(66374,18468,530,1,1,0,0,-2055.86,4779.18,1.98044,3.0168,300,5,0,5341,0,1,0,0,0),(66375,18468,530,1,1,0,0,-2045.91,4811.85,2.45832,1.46715,300,5,0,5341,0,1,0,0,0),(66376,18468,530,1,1,0,0,-2129.68,4890.13,0.38625,1.43856,300,5,0,5341,0,1,0,0,0),(66377,18468,530,1,1,0,0,-2049.93,4912.93,14.9703,0.364062,300,5,0,5341,0,1,0,0,0),(66378,18468,530,1,1,0,0,-2093.28,4957.82,13.0295,0.160971,300,5,0,5341,0,1,0,0,0),(66379,18468,530,1,1,0,0,-2089.76,4979.47,12.5483,0.040993,300,5,0,5341,0,1,0,0,0),(66380,18468,530,1,1,0,0,-2107.39,5024.85,11.2942,0.579029,300,5,0,5341,0,1,0,0,0),(66381,18468,530,1,1,0,0,-2008.86,4806.61,5.84225,2.73038,300,5,0,5341,0,1,0,0,0),(66382,18468,530,1,1,0,0,-1975.64,4742.05,0.59836,1.60365,300,5,0,5341,0,1,0,0,0),(66383,18468,530,1,1,0,0,-1991.69,4676.4,-6.32467,5.01189,300,5,0,5341,0,1,0,0,0),(66384,18468,530,1,1,0,0,-1959.12,4372.45,1.79634,3.82106,300,5,0,5341,0,1,0,0,0),(66385,18468,530,1,1,0,0,-1888.3,4514.45,8.23744,3.73086,300,5,0,5341,0,1,0,0,0),(66386,18468,530,1,1,0,0,-1815.96,4553.34,10.1063,2.72337,300,5,0,5341,0,1,0,0,0),(66387,18468,530,1,1,0,0,-1814.98,4380.6,1.36381,0.201436,300,5,0,5341,0,1,0,0,0),(66388,18468,530,1,1,0,0,-1554.6,4514.92,27.9638,1.42973,300,5,0,5341,0,1,0,0,0),(66389,18468,530,1,1,0,0,-1471.98,4561.07,33.7177,2.17554,300,5,0,5341,0,1,0,0,0),(66390,18468,530,1,1,0,0,-1458.31,4614.18,28.2722,6.08177,300,5,0,5341,0,1,0,0,0),(66391,18468,530,1,1,0,0,-1518.85,4683.8,3.25706,6.15302,300,5,0,5341,0,1,0,0,0),(66392,18469,530,1,1,0,0,-2697.42,3303.05,1.23665,4.83577,300,5,0,5527,0,1,0,0,0),(66393,18469,530,1,1,0,0,-2616.05,3269.36,4.61315,1.41592,300,5,0,5527,0,1,0,0,0),(66394,18469,530,1,1,0,0,-2148.59,3256.49,-30.6873,3.12011,300,5,0,5527,0,1,0,0,0),(66395,18469,530,1,1,0,0,-2192.5,3314.46,-28.4412,3.07126,300,5,0,5527,0,1,0,0,0),(66396,18469,530,1,1,0,0,-2390.88,3388.85,-13.2947,5.32907,300,5,0,5527,0,1,0,0,0),(66397,18469,530,1,1,0,0,-2501.24,3398.97,-11.1233,4.95706,300,5,0,5527,0,1,0,0,0),(66398,18469,530,1,1,0,0,-2477.18,3498.06,-8.06727,2.72351,300,5,0,5527,0,1,0,0,0),(66399,18469,530,1,1,0,0,-2462.11,3629.88,0.30154,2.94283,300,5,0,5527,0,1,0,0,0),(66400,18469,530,1,1,0,0,-2591.33,3751.04,6,1.22836,300,0,0,5527,0,0,0,0,0),(66401,18469,530,1,1,0,0,-2518.42,3818.45,5.56232,3.87659,300,5,0,5527,0,1,0,0,0),(66402,18469,530,1,1,0,0,-2691.43,3866.49,-25.8834,2.32163,300,5,0,5527,0,1,0,0,0),(66403,18469,530,1,1,0,0,-2783.5,3818.73,-5.61532,4.50886,300,5,0,5527,0,1,0,0,0),(66404,18469,530,1,1,0,0,-2474.93,3991.52,-2.64877,5.27881,300,5,0,5527,0,1,0,0,0),(66405,18469,530,1,1,0,0,-2465.44,4046.8,2.38645,4.41606,300,5,0,5527,0,1,0,0,0),(66406,18469,530,1,1,0,0,-2515.7,3949.75,6.80885,3.67638,300,5,0,5527,0,1,0,0,0),(66407,18469,530,1,1,0,0,-2468.89,3923.27,5.79639,5.9839,300,5,0,5527,0,1,0,0,0),(66408,18469,530,1,1,0,0,-2356.21,3977.42,-11.4835,2.69105,300,5,0,5527,0,1,0,0,0),(66409,18469,530,1,1,0,0,-2315.41,4153.41,-9.08683,2.96104,300,5,0,5527,0,1,0,0,0),(66410,18469,530,1,1,0,0,-2259.9,4039.02,-28.1458,0.900934,300,5,0,5527,0,1,0,0,0),(66411,18469,530,1,1,0,0,-2249.95,3987.64,-26.2718,3.41707,300,5,0,5527,0,1,0,0,0),(66412,18469,530,1,1,0,0,-2156.97,3761.64,-21.4121,0.271051,300,5,0,5527,0,1,0,0,0),(66413,18469,530,1,1,0,0,-2173.52,3644.61,-34.3292,3.32012,300,5,0,5527,0,1,0,0,0),(66414,18469,530,1,1,0,0,-2182.59,3619.99,-38.0546,1.22248,300,5,0,5527,0,1,0,0,0),(66415,18469,530,1,1,0,0,-2288.34,3596.8,-13.8991,1.33008,300,5,0,5527,0,1,0,0,0),(66416,18469,530,1,1,0,0,-2248.37,3576.7,-18.8168,4.76318,300,5,0,5527,0,1,0,0,0),(66417,18469,530,1,1,0,0,-2321.2,3670.75,-8.86159,4.94482,300,5,0,5527,0,1,0,0,0),(66418,18469,530,1,1,0,0,-2237.89,3409.74,-20.4895,0.059616,300,5,0,5527,0,1,0,0,0),(66419,18469,530,1,1,0,0,-2195.29,3504.14,-36.0859,3.72689,300,5,0,5527,0,1,0,0,0),(66420,18469,530,1,1,0,0,-1917.86,3775.45,-6.20882,1.37819,300,5,0,5527,0,1,0,0,0),(66421,18469,530,1,1,0,0,-2134.21,4031.35,0.90819,0.204678,300,5,0,5527,0,1,0,0,0),(66422,18469,530,1,1,0,0,-2537.37,5245.6,4.27329,2.93922,300,5,0,5527,0,1,0,0,0),(66423,18469,530,1,1,0,0,-2584.66,5278.41,7.83466,2.35614,300,5,0,5527,0,1,0,0,0),(66424,18469,530,1,1,0,0,-2445.83,5285.54,1.41777,4.71239,300,5,0,5527,0,1,0,0,0),(66425,18469,530,1,1,0,0,-2341.81,5378.58,0.20829,5.04865,300,5,0,5527,0,1,0,0,0),(66426,18469,530,1,1,0,0,-2421.7,5254.87,-0.258982,5.85793,300,0,0,5527,0,0,0,0,0),(66427,18469,530,1,1,0,0,-2411.9,5185.54,0.37252,5.48361,300,5,0,5527,0,1,0,0,0),(66428,18469,530,1,1,0,0,-2254.38,5275.06,4.04175,0.999048,300,5,0,5527,0,1,0,0,0),(66429,18469,530,1,1,0,0,-2242.52,5241.06,0.89224,1.42697,300,5,0,5527,0,1,0,0,0),(66430,18470,530,1,1,0,0,-2846.22,4677.97,-12.7621,1.49065,300,5,0,5715,0,1,0,0,0),(66431,18470,530,1,1,0,0,-2811.77,4694.55,-9.76547,5.53788,300,0,0,5715,0,0,0,0,0),(66432,18470,530,1,1,0,0,-2856.52,4726.05,17.8204,2.96287,300,5,0,5715,0,1,0,0,0),(66433,18470,530,1,1,0,0,-2836.72,4709.67,-3.48749,2.13878,300,5,0,5715,0,1,0,0,0),(66434,18470,530,1,1,0,0,-2776.68,4727.74,-3.61399,5.36587,300,5,0,5715,0,1,0,0,0),(66435,18470,530,1,1,0,0,-2876.86,4713.35,-7.68992,5.54892,300,5,0,5715,0,1,0,0,0),(66436,18470,530,1,1,0,0,-2825,4755.09,-4.59742,2.62027,300,5,0,5715,0,1,0,0,0),(66437,18470,530,1,1,0,0,-2821.04,4792.38,10.9199,1.98473,300,5,0,5715,0,1,0,0,0),(66438,18470,530,1,1,0,0,-2784.74,4772.09,-9.45816,4.72891,300,5,0,5715,0,1,0,0,0),(66439,18470,530,1,1,0,0,-2826.24,4815.54,-8.34309,2.89368,300,0,0,5715,0,0,0,0,0),(66440,18470,530,1,1,0,0,-2814.88,4928.45,-15.9936,1.95444,300,5,0,5715,0,1,0,0,0),(66441,18470,530,1,1,0,0,-2786.01,4948.27,-12.3814,3.71818,300,5,0,5715,0,1,0,0,0),(66442,18470,530,1,1,0,0,-2748.59,4987.78,-8.35976,1.65928,300,5,0,5715,0,1,0,0,0),(66443,18470,530,1,1,0,0,-3055.82,5221.6,-21.6284,3.65113,300,5,0,5715,0,1,0,0,0),(66444,18470,530,1,1,0,0,-2987.77,5147.07,-21.1477,2.51036,300,5,0,5715,0,1,0,0,0),(66445,18470,530,1,1,0,0,-2990.39,5220.21,-19.12,4.07943,300,5,0,5715,0,1,0,0,0),(66446,18470,530,1,1,0,0,-2959.38,5188.53,-18.2073,1.67379,300,5,0,5715,0,1,0,0,0),(66447,18470,530,1,1,0,0,-2912.02,5153.14,-18.2861,0.300438,300,5,0,5715,0,1,0,0,0),(66448,18470,530,1,1,0,0,-2952.77,5246.76,-16.2686,3.52732,300,5,0,5715,0,1,0,0,0),(66449,18470,530,1,1,0,0,-2893.09,5236.88,-14.2685,4.02913,300,5,0,5715,0,1,0,0,0),(66450,18470,530,1,1,0,0,-2920.03,5216.06,-14.9993,1.70901,300,5,0,5715,0,1,0,0,0),(66451,18470,530,1,1,0,0,-2917.62,5253.79,-13.8609,1.7954,300,5,0,5715,0,1,0,0,0),(66452,18470,530,1,1,0,0,-2843.38,5273.23,-9.73392,3.05845,300,5,0,5715,0,1,0,0,0),(66453,18470,530,1,1,0,0,-3015.56,5182.15,-20.6239,2.28638,300,0,0,5715,0,0,0,0,0),(66454,18470,530,1,1,0,0,-3496.72,4561.61,-20.4528,1.02234,300,5,0,5715,0,1,0,0,0),(66455,18470,530,1,1,0,0,-3523.39,4526.51,-20.4555,5.25867,300,5,0,5715,0,1,0,0,0),(66456,18470,530,1,1,0,0,-3562.46,4512.19,-18.7431,0.293973,300,5,0,5715,0,1,0,0,0),(66457,18470,530,1,1,0,0,-3417.18,4600.11,-20.4438,2.27463,300,5,0,5715,0,1,0,0,0),(66458,18470,530,1,1,0,0,-3381.72,4616.76,-22.3691,4.31096,300,0,0,5715,0,0,0,0,0),(66459,18470,530,1,1,0,0,-3411.03,4645.19,-22.6258,3.00197,300,0,0,5715,0,0,0,0,0),(66460,18470,530,1,1,0,0,-3361.23,4676.08,-22.6215,2.14376,300,5,0,5715,0,1,0,0,0),(66461,18470,530,1,1,0,0,-2882.57,4974.83,-20.6314,1.52901,300,5,0,5715,0,1,0,0,0),(66462,18470,530,1,1,0,0,-2901.52,4935.52,-21.1188,5.93467,300,5,0,5715,0,1,0,0,0),(66463,18470,530,1,1,0,0,-2974.38,4791.41,-21.6983,6.23875,300,5,0,5715,0,1,0,0,0),(66464,18470,530,1,1,0,0,-2887.08,4823.65,-15.0529,2.6802,300,5,0,5715,0,1,0,0,0),(66465,18470,530,1,1,0,0,-3000.13,4713.35,-21.2141,3.55117,300,5,0,5715,0,1,0,0,0),(66466,18470,530,1,1,0,0,-3022.6,4679.32,-21.606,4.81985,300,5,0,5715,0,1,0,0,0),(66467,18470,530,1,1,0,0,-3038,4636.6,-21.2423,1.69976,300,0,0,5715,0,0,0,0,0),(66468,18470,530,1,1,0,0,-3051.97,4646.4,-21.0327,5.41705,300,0,0,5715,0,0,0,0,0),(66469,18470,530,1,1,0,0,-2982.07,4650.71,-21.0911,2.56671,300,5,0,5715,0,1,0,0,0),(66470,18470,530,1,1,0,0,-2914.88,4548,-16.7006,5.27096,300,5,0,5715,0,1,0,0,0),(66471,18470,530,1,1,0,0,-3213.86,4525.24,-20.2627,2.86249,300,5,0,5715,0,1,0,0,0),(66472,18470,530,1,1,0,0,-3187.68,4560.74,-21.0509,3.60326,300,5,0,5715,0,1,0,0,0),(66473,18470,530,1,1,0,0,-3212.32,4433.19,-20.314,2.49809,300,5,0,5715,0,1,0,0,0),(66474,18470,530,1,1,0,0,-3256.71,4548.48,-21.2206,3.42341,300,5,0,5715,0,1,0,0,0),(66475,18470,530,1,1,0,0,-3283.49,4407.55,-21.9455,3.34523,300,5,0,5715,0,1,0,0,0),(66476,18470,530,1,1,0,0,-3329.94,4354.77,-20.7813,2.5712,300,5,0,5715,0,1,0,0,0),(66477,18470,530,1,1,0,0,-3531.01,4330.83,-14.4248,2.94011,300,5,0,5715,0,1,0,0,0),(47646,33679,530,1,1,28804,0,-1853.15,5663.53,128.521,3.4658,300,0,0,2266,6015,0,0,0,0),(66480,18471,530,1,1,0,0,-721.847,7932.32,58.9878,4.72984,300,0,0,5914,0,0,0,0,0),(66481,18475,530,1,1,0,0,-3516.72,5804.83,-8.98603,4.15958,300,0,0,5715,0,0,0,0,0),(66482,18476,530,1,1,0,0,-1183.33,5383.33,26.5859,0.156427,300,5,0,5341,0,1,0,0,0),(66483,18476,530,1,1,0,0,-2337.3,4347.42,-1.38344,0.939959,300,5,0,5341,0,1,0,0,0),(66484,18476,530,1,1,0,0,-2332.84,4321.28,0.76146,0.360371,300,5,0,5341,0,1,0,0,0),(66485,18476,530,1,1,0,0,-2291.03,4837.02,0.18236,3.72763,300,5,0,5341,0,1,0,0,0),(66486,18476,530,1,1,0,0,-2277.64,4821.04,-0.781674,2.5563,300,5,0,5341,0,1,0,0,0),(66487,18476,530,1,1,0,0,-2358.1,5119.8,0.08094,3.25077,300,5,0,5341,0,1,0,0,0),(66488,18476,530,1,1,0,0,-2281.36,5090.27,-8.45867,3.51278,300,0,0,5341,0,0,0,0,0),(66489,18476,530,1,1,0,0,-2282.94,5087.18,-8.52042,0.337781,300,0,0,5341,0,0,0,0,0),(66490,18476,530,1,1,0,0,-2206.25,5060.41,-17.7868,0.404251,300,5,0,5341,0,1,0,0,0),(66491,18476,530,1,1,0,0,-2276.84,5023.23,-3.47084,4.43282,300,0,0,5341,0,0,0,0,0),(66492,18476,530,1,1,0,0,-2250.49,5015.35,-3.08261,1.04798,300,5,0,5341,0,1,0,0,0),(66493,18476,530,1,1,0,0,-2277.06,4975.89,1.53539,2.71812,300,5,0,5341,0,1,0,0,0),(66494,18476,530,1,1,0,0,-2225.08,4978.91,-4.27223,1.318,300,5,0,5341,0,1,0,0,0),(66495,18476,530,1,1,0,0,-2251.61,4947.72,-0.684501,1.41025,300,5,0,5341,0,1,0,0,0),(66496,18476,530,1,1,0,0,-2187.78,4950.1,0.5052,0.294614,300,5,0,5341,0,1,0,0,0),(66497,18476,530,1,1,0,0,-2242.16,4914.06,-1.98527,6.2539,300,5,0,5341,0,1,0,0,0),(66498,18476,530,1,1,0,0,-2220.46,4848.36,3.35946,3.15957,300,5,0,5341,0,1,0,0,0),(66499,18476,530,1,1,0,0,-2260.45,4857.66,3.46307,5.85114,300,5,0,5341,0,1,0,0,0),(66500,18476,530,1,1,0,0,-2179.38,4786.03,1.51628,2.55711,300,5,0,5341,0,1,0,0,0),(66501,18476,530,1,1,0,0,-2217.58,4647.37,-8.0474,5.18336,300,5,0,5341,0,1,0,0,0),(66502,18476,530,1,1,0,0,-2158.3,4725.07,-9.30022,1.62591,300,5,0,5341,0,1,0,0,0),(66503,18476,530,1,1,0,0,-2187.59,4670.84,-9.09361,3.09466,300,5,0,5341,0,1,0,0,0),(66504,18476,530,1,1,0,0,-2213.27,4530.17,-6.92821,4.84559,300,5,0,5341,0,1,0,0,0),(66505,18476,530,1,1,0,0,-2242.48,4546.3,1.00155,4.48219,300,5,0,5341,0,1,0,0,0),(66506,18476,530,1,1,0,0,-2217.89,4374,-3.29258,4.6577,300,5,0,5341,0,1,0,0,0),(66507,18476,530,1,1,0,0,-2043.58,4488.22,10.8278,0.937838,300,5,0,5341,0,1,0,0,0),(66508,18476,530,1,1,0,0,-2152.09,4748.77,-8.96855,2.74384,300,5,0,5341,0,1,0,0,0),(66509,18476,530,1,1,0,0,-2142.19,4855.36,-1.39749,1.54346,300,5,0,5341,0,1,0,0,0),(66510,18476,530,1,1,0,0,-2037.58,4906.08,14.9619,2.11596,300,5,0,5341,0,1,0,0,0),(66511,18476,530,1,1,0,0,-2093.55,5055.94,13.1081,0.952279,300,5,0,5341,0,1,0,0,0),(66512,18476,530,1,1,0,0,-2047.96,5039.47,25.8573,4.87698,300,5,0,5341,0,1,0,0,0),(66513,18476,530,1,1,0,0,-2012.18,4973.63,28.0362,0.074371,300,5,0,5341,0,1,0,0,0),(66514,18476,530,1,1,0,0,-1855.95,4388.07,0.47223,4.18521,300,5,0,5341,0,1,0,0,0),(66515,18476,530,1,1,0,0,-1855.86,4346.96,-0.730161,0.123386,300,5,0,5341,0,1,0,0,0),(66516,18476,530,1,1,0,0,-1842.67,4493.1,6.30958,2.83591,300,5,0,5341,0,1,0,0,0),(66517,18476,530,1,1,0,0,-1762.3,4532.01,6.22366,0.578257,300,5,0,5341,0,1,0,0,0),(66518,18476,530,1,1,0,0,-1675.14,4573.39,0.58545,3.56507,300,5,0,5341,0,1,0,0,0),(66519,18476,530,1,1,0,0,-1758.62,4461.78,0.86945,4.24521,300,5,0,5341,0,1,0,0,0),(66520,18476,530,1,1,0,0,-1507.36,4627.39,18.2345,3.56071,300,5,0,5341,0,1,0,0,0),(66521,18476,530,1,1,0,0,-1557.27,4631.96,12.5658,2.55088,300,5,0,5341,0,1,0,0,0),(66522,18476,530,1,1,0,0,-1439.88,4716.59,10.5705,6.26366,300,5,0,5341,0,1,0,0,0),(66523,18476,530,1,1,0,0,-1505.46,5029.38,-7.35939,2.24828,300,5,0,5341,0,1,0,0,0),(66524,18477,530,1,1,0,0,-2816.78,3295.5,-4.25683,3.6198,300,5,0,5527,0,1,0,0,0),(66525,18477,530,1,1,0,0,-2692.74,3254.55,0.33724,5.90613,300,5,0,5527,0,1,0,0,0),(66526,18477,530,1,1,0,0,-2758.15,3310.69,0.65521,4.12438,300,5,0,5527,0,1,0,0,0),(66527,18477,530,1,1,0,0,-2111.15,3270.83,-48.0833,4.65418,300,5,0,5527,0,1,0,0,0),(66528,18477,530,1,1,0,0,-2142.4,3332.59,-41.7987,4.51384,300,5,0,5527,0,1,0,0,0),(66529,18477,530,1,1,0,0,-2423.64,3407.53,-18.9651,6.11689,300,5,0,5527,0,1,0,0,0),(66530,18477,530,1,1,0,0,-2476.82,3325.27,-6.85751,3.08685,300,5,0,5527,0,1,0,0,0),(66531,18477,530,1,1,0,0,-2502.12,3487.97,-15.56,1.37132,300,5,0,5527,0,1,0,0,0),(66532,18477,530,1,1,0,0,-2664.47,3451.09,0.71115,4.09782,300,5,0,5527,0,1,0,0,0),(66533,18477,530,1,1,0,0,-2711.35,3486.56,-3.05594,5.86348,300,0,0,5527,0,0,0,0,0),(66534,18477,530,1,1,0,0,-2705.4,3556.8,-8.25718,2.1848,300,5,0,5527,0,1,0,0,0),(66535,18477,530,1,1,0,0,-2734.38,3436.56,-10.6143,5.95619,300,5,0,5527,0,1,0,0,0),(66536,18477,530,1,1,0,0,-2755.71,3500.24,-18.7847,3.63207,300,0,0,5527,0,0,0,0,0),(66537,18477,530,1,1,0,0,-2764.38,3541.12,-21.0943,4.1295,300,0,0,5527,0,0,0,0,0),(66538,18477,530,1,1,0,0,-2725.75,3593.11,-4.53454,4.87736,300,5,0,5527,0,1,0,0,0),(66539,18477,530,1,1,0,0,-2851.15,3609.71,-16.3991,3.36195,300,5,0,5527,0,1,0,0,0),(66540,18477,530,1,1,0,0,-2824.9,3650.96,-12.3321,5.78508,300,5,0,5527,0,1,0,0,0),(66541,18477,530,1,1,0,0,-2789.78,3616.96,-18.4703,4.81636,300,5,0,5527,0,1,0,0,0),(66542,18477,530,1,1,0,0,-2877.98,3667.79,-16.5845,0.044174,300,5,0,5527,0,1,0,0,0),(66543,18477,530,1,1,0,0,-2907.08,3320.32,-5.41707,6.03716,300,5,0,5527,0,1,0,0,0),(66544,18477,530,1,1,0,0,-2853.68,3344.27,-20.8915,5.68122,300,5,0,5527,0,1,0,0,0),(66545,18477,530,1,1,0,0,-2824.27,3409.26,-38.2753,1.35022,300,5,0,5527,0,1,0,0,0),(66546,18477,530,1,1,0,0,-2791.4,3319.2,-10.0886,4.63225,300,5,0,5527,0,1,0,0,0),(66547,18477,530,1,1,0,0,-2753.57,3392.74,-14.3369,1.64315,300,5,0,5527,0,1,0,0,0),(66548,18477,530,1,1,0,0,-2777.07,3409.61,-28.1381,4.60827,300,5,0,5527,0,1,0,0,0),(66549,18477,530,1,1,0,0,-2657.22,3382.29,-1.82538,2.33594,300,5,0,5527,0,1,0,0,0),(66550,18477,530,1,1,0,0,-2473.64,3672.63,-0.256875,2.31268,300,5,0,5527,0,1,0,0,0),(66551,18477,530,1,1,0,0,-2555.55,3760.18,-2,5.03621,300,0,0,5527,0,0,0,0,0),(66552,18477,530,1,1,0,0,-2515.57,3761.03,1.79989,5.97798,300,5,0,5527,0,1,0,0,0),(66553,18477,530,1,1,0,0,-2489.94,3766.24,2.72489,4.52764,300,5,0,5527,0,1,0,0,0),(66554,18477,530,1,1,0,0,-2514.68,3863.32,8.60526,2.91794,300,5,0,5527,0,1,0,0,0),(66555,18477,530,1,1,0,0,-2580.77,3870.52,-1.20136,5.42233,300,5,0,5527,0,1,0,0,0),(66556,18477,530,1,1,0,0,-2583.86,3917.42,3.97489,0.37469,300,5,0,5527,0,1,0,0,0),(66557,18477,530,1,1,0,0,-2557.82,3925.16,11.5734,0.556147,300,5,0,5527,0,1,0,0,0),(66558,18477,530,1,1,0,0,-2642.76,3875.24,-17.254,0.860183,300,5,0,5527,0,1,0,0,0),(66559,18477,530,1,1,0,0,-2727.93,3730.32,0.9264,4.30691,300,5,0,5527,0,1,0,0,0),(66560,18477,530,1,1,0,0,-2754.88,3762.36,0.06139,1.06521,300,5,0,5527,0,1,0,0,0),(66561,18477,530,1,1,0,0,-2797.14,3882.34,-5.38014,0.491325,300,0,0,5527,0,0,0,0,0),(66562,18477,530,1,1,0,0,-2519.08,4054.14,-3.24706,1.71974,300,5,0,5527,0,1,0,0,0),(66563,18477,530,1,1,0,0,-2450.71,4025.74,0.24351,2.18753,300,5,0,5527,0,1,0,0,0),(66564,18477,530,1,1,0,0,-2444.26,3979.89,-3.21081,1.26676,300,5,0,5527,0,1,0,0,0),(66565,18477,530,1,1,0,0,-2413.67,4036.15,-7.81082,4.80827,300,5,0,5527,0,1,0,0,0),(66566,18477,530,1,1,0,0,-2390.93,3939.22,4.0492,4.26924,300,0,0,5527,0,0,0,0,0),(66567,18477,530,1,1,0,0,-2380,4024.16,-12.3467,4.9228,300,5,0,5527,0,1,0,0,0),(66568,18477,530,1,1,0,0,-2363.89,4052.84,-12.9739,2.98382,300,5,0,5527,0,1,0,0,0),(66569,18477,530,1,1,0,0,-2311,4080.61,-24.8758,5.73204,300,5,0,5527,0,1,0,0,0),(66570,18477,530,1,1,0,0,-2293.27,4050.44,-28.951,3.05311,300,5,0,5527,0,1,0,0,0),(66571,18477,530,1,1,0,0,-2304.19,3931.69,-4.32682,5.84839,300,5,0,5527,0,1,0,0,0),(66572,18477,530,1,1,0,0,-2226.15,3805.34,-3.3706,5.17647,300,5,0,5527,0,1,0,0,0),(66573,18477,530,1,1,0,0,-2184.98,3799.68,-10.8921,1.23237,300,5,0,5527,0,1,0,0,0),(66574,18477,530,1,1,0,0,-2145.06,3789.36,-13.5079,0.475879,300,5,0,5527,0,1,0,0,0),(66575,18477,530,1,1,0,0,-2123.33,3748.76,-16.1931,1.12243,300,5,0,5527,0,1,0,0,0),(66576,18477,530,1,1,0,0,-2169.12,3679.55,-30.2103,5.13061,300,5,0,5527,0,1,0,0,0),(66577,18477,530,1,1,0,0,-2240.84,3659.33,-16.8918,4.80258,300,5,0,5527,0,1,0,0,0),(66578,18477,530,1,1,0,0,-2276.12,3646.13,-8.09229,5.66816,300,5,0,5527,0,1,0,0,0),(66579,18477,530,1,1,0,0,-2245,3614.66,-16.7812,5.84485,300,5,0,5527,0,1,0,0,0),(66580,18477,530,1,1,0,0,-2332.59,3593.23,-8.38188,2.99405,300,5,0,5527,0,1,0,0,0),(66581,18477,530,1,1,0,0,-2333.46,3630.69,-3.74138,2.68433,300,5,0,5527,0,1,0,0,0),(66582,18477,530,1,1,0,0,-2274.08,3526.54,-23.5974,3.57197,300,5,0,5527,0,1,0,0,0),(66583,18477,530,1,1,0,0,-2391.43,3575.13,-10.1343,2.29139,300,5,0,5527,0,1,0,0,0),(66584,18477,530,1,1,0,0,-2245.95,3502.62,-25.4537,5.08637,300,5,0,5527,0,1,0,0,0),(66585,18477,530,1,1,0,0,-2201.36,3450.61,-32.7205,0.617506,300,5,0,5527,0,1,0,0,0),(66586,18477,530,1,1,0,0,-2226.68,3499.52,-24.949,1.38623,300,5,0,5527,0,1,0,0,0),(66587,18477,530,1,1,0,0,-2192.92,3380.75,-30.956,3.50105,300,5,0,5527,0,1,0,0,0),(66588,18477,530,1,1,0,0,-2160.19,3357.54,-39.3057,2.80501,300,5,0,5527,0,1,0,0,0),(66589,18477,530,1,1,0,0,-2160.13,3577.37,-47.1043,0.785398,300,5,0,5527,0,1,0,0,0),(66590,18477,530,1,1,0,0,-1919.03,3760.97,-6.60182,3.37235,300,5,0,5527,0,1,0,0,0),(66591,18477,530,1,1,0,0,-1874.14,3715.76,-10.8055,1.73755,300,5,0,5527,0,1,0,0,0),(66592,18477,530,1,1,0,0,-2030.97,3978,2.14286,5.3384,300,5,0,5527,0,1,0,0,0),(66593,18477,530,1,1,0,0,-2645.65,5306.71,6.99499,3.18161,300,5,0,5527,0,1,0,0,0),(66594,18477,530,1,1,0,0,-2458.54,5188.75,-1.95086,3.37,300,5,0,5527,0,1,0,0,0),(66595,18477,530,1,1,0,0,-2511.86,5239.04,-2.75824,1.82146,300,5,0,5527,0,1,0,0,0),(66596,18477,530,1,1,0,0,-2486.82,5283.18,-0.847546,3.85249,300,5,0,5527,0,1,0,0,0),(66597,18477,530,1,1,0,0,-2446.82,5315.01,-4.12726,1.6691,300,5,0,5527,0,1,0,0,0),(66598,18477,530,1,1,0,0,-2459.56,5341.15,2.01982,2.98897,300,0,0,5527,0,0,0,0,0),(66599,18477,530,1,1,0,0,-2350.35,5349.53,-2.77337,6.05161,300,5,0,5527,0,1,0,0,0),(66600,18477,530,1,1,0,0,-2328.92,5323.83,2.68104,0.636821,300,5,0,5527,0,1,0,0,0),(66601,18477,530,1,1,0,0,-2310.73,5361.59,-3.17342,5.24996,300,5,0,5527,0,1,0,0,0),(66602,18477,530,1,1,0,0,-2316.3,5273.79,-10.0372,2.23889,300,5,0,5527,0,1,0,0,0),(66603,18477,530,1,1,0,0,-2416.48,5221.11,-4.92706,6.05383,300,5,0,5527,0,1,0,0,0),(66604,18481,530,1,1,0,0,-1863.68,5430.04,-9.70549,3.71755,300,0,0,7580000,0,0,0,0,0),(66605,18482,530,1,1,0,1,-1954.98,4752.3,-2.76344,1.01889,300,0,0,3316,2620,2,0,0,0),(66606,18483,530,1,1,0,1,-1956.58,4751.76,-2.86066,2.00512,300,0,0,5341,0,0,0,0,0),(66607,18484,530,1,1,0,0,-1741.71,5191.84,-40.1258,3.75246,300,0,0,7097,0,0,0,0,0),(66608,18488,530,1,1,0,1,-2548.64,7136.64,16.4025,5.11381,300,0,0,34930,0,0,0,0,0),(66609,18488,530,1,1,0,1,-2538.16,7142.57,15.7775,5.02655,300,0,0,34930,0,0,0,0,0),(66610,18488,530,1,1,0,1,-2575.65,7223.54,16.4304,1.95477,300,0,0,34930,0,0,0,0,0),(66611,18488,530,1,1,0,1,-2585.79,7218.97,16.0685,1.88496,300,0,0,34930,0,0,0,0,0),(66612,18488,530,1,1,0,1,-2686.17,7184.88,26.18,4.57276,300,0,0,34930,0,0,0,0,0),(66613,18488,530,1,1,0,1,-2683.28,7183.55,26.18,4.18879,300,0,0,34930,0,0,0,0,0),(66614,18488,530,1,1,0,1,-2667.68,7210.4,23.6357,1.41372,300,0,0,34930,0,0,0,0,0),(66615,18488,530,1,1,0,1,-2680.36,7216.14,24.102,1.02974,300,0,0,34930,0,0,0,0,0),(66616,18488,530,1,1,0,1,-2546.75,7264.49,15.2085,2.42601,300,0,0,34930,0,0,0,0,0),(66617,18488,530,1,1,0,1,-2674.88,7292.23,38.0612,5.75959,300,0,0,34930,0,0,0,0,0),(66618,18488,530,1,1,0,1,-2610.63,7297.64,21.2902,4.11898,300,0,0,34930,0,0,0,0,0),(66619,18488,530,1,1,0,1,-2762.7,7265.34,40.4239,5.93412,300,0,0,34930,0,0,0,0,0),(66620,18488,530,1,1,0,1,-2753.59,7276.71,40.3768,5.67232,300,0,0,34930,0,0,0,0,0),(66621,18488,530,1,1,0,1,-2796.6,7329.24,42.6469,2.61799,300,0,0,34930,0,0,0,0,0),(66622,18488,530,1,1,0,1,-2719.62,7358.68,40.3267,6.02139,300,0,0,34930,0,0,0,0,0),(66623,18488,530,1,1,0,1,-2722.02,7341.56,39.6954,0.017453,300,0,0,34930,0,0,0,0,0),(66624,18488,530,1,1,0,1,-2792.37,7339.66,42.7868,2.6529,300,0,0,34930,0,0,0,0,0),(66625,18488,530,1,1,0,1,-2568.46,7290.16,15.2365,0.296706,300,0,0,34930,0,0,0,0,0),(66626,18488,530,1,1,0,1,-2572.4,7302.17,13.9548,0.122173,300,0,0,34930,0,0,0,0,0),(66627,18488,530,1,1,0,1,-2538.74,7275.4,15.2035,2.44346,300,0,0,34930,0,0,0,0,0),(66628,18488,530,1,1,0,1,-2572.11,7374.61,10.7731,4.74729,300,0,0,34930,0,0,0,0,0),(66629,18488,530,1,1,0,1,-2568.57,7402.28,3.88746,4.79881,300,0,0,34930,0,2,0,0,0),(66630,18488,530,1,1,0,1,-2561.13,7375.62,10.3832,4.55531,300,0,0,34930,0,0,0,0,0),(66631,18488,530,1,1,0,1,-2568.86,7405.59,3.02847,4.79866,300,0,0,34930,0,2,0,0,0),(66632,18488,530,1,1,0,1,-2481.26,7329.99,-15.8239,3.49066,300,0,0,34930,0,0,0,0,0),(66633,18488,530,1,1,0,1,-2498.13,7246.63,16.321,5.68977,300,0,0,34930,0,0,0,0,0),(66634,18488,530,1,1,0,1,-2485.98,7340.66,-16.5539,3.63029,300,0,0,34930,0,0,0,0,0),(66635,18488,530,1,1,0,1,-2566.79,7464.99,10.8119,1.76278,300,0,0,34930,0,0,0,0,0),(66636,18488,530,1,1,0,1,-2581.37,7462.9,10.4369,1.6057,300,0,0,34930,0,0,0,0,0),(66637,18488,530,1,1,0,1,-2294.08,7409.57,-16.7615,0.558505,300,0,0,34930,0,0,0,0,0),(66638,18488,530,1,1,0,1,-2298.54,7422.17,-15.3865,0.15708,300,0,0,34930,0,0,0,0,0),(66639,18488,530,1,1,0,1,-2348.04,7393.66,-29.9028,3.521,300,5,0,34930,0,1,0,0,0),(66640,18488,530,1,1,0,1,-2416.16,7367.49,-31.4801,3.57111,300,5,0,34930,0,1,0,0,0),(66641,18489,530,1,1,0,1,-1296.97,6949.15,33.0756,3.97935,300,0,0,34930,0,0,0,0,0),(66642,18489,530,1,1,0,1,-1274.36,6965.71,60.2135,4.33883,300,0,0,34930,0,2,0,0,0),(66643,18489,530,1,1,0,1,-1311.52,6958.97,32.2471,4.10152,300,0,0,34930,0,0,0,0,0),(66644,18489,530,1,1,0,1,-1199,7181.95,57.4252,0.506145,300,0,0,34930,0,0,0,0,0),(66645,18489,530,1,1,0,1,-1194.49,7175.78,57.3484,0.715585,300,0,0,34930,0,0,0,0,0),(66646,18489,530,1,1,0,1,-1189.95,7173.6,57.3758,2.20103,300,5,0,34930,0,1,0,0,0),(66647,18489,530,1,1,0,1,-1187.05,7167.42,57.9759,1.86405,300,5,0,34930,0,1,0,0,0),(66648,18489,530,1,1,0,1,-1227.97,7122.7,57.0985,4.4855,300,0,0,34930,0,0,0,0,0),(66649,18489,530,1,1,0,1,-1234.82,7123.59,57.3183,4.43314,300,0,0,34930,0,0,0,0,0),(66650,18489,530,1,1,0,1,-1218.83,7071.35,37.3337,1.36136,300,0,0,34930,0,0,0,0,0),(66651,18489,530,1,1,0,1,-1236.94,7076.48,37.6779,1.36136,300,0,0,34930,0,0,0,0,0),(66652,18489,530,1,1,0,1,-1257.63,7190.13,57.3937,2.61799,300,0,0,34930,0,0,0,0,0),(66653,18489,530,1,1,0,1,-1269.14,7172.95,57.4062,2.53073,300,0,0,34930,0,0,0,0,0),(66654,18489,530,1,1,0,1,-1257.1,7008.72,36.6657,4.59022,300,0,0,34930,0,0,0,0,0),(66655,18489,530,1,1,0,1,-1282.61,6990.85,33.6827,4.20624,300,0,0,34930,0,0,0,0,0),(66656,18489,530,1,1,0,1,-1237.29,7003.48,37.7907,4.43314,300,0,0,34930,0,0,0,0,0),(66657,18489,530,1,1,0,1,-1363.2,7046.14,34.2915,4.11898,300,0,0,34930,0,0,0,0,0),(66658,18489,530,1,1,0,1,-1327.02,7019.63,34.1833,1.18682,300,0,0,34930,0,0,0,0,0),(66659,18489,530,1,1,0,1,-1330.63,7001.75,59.5877,1.66079,300,0,0,34930,0,2,0,0,0),(66660,18489,530,1,1,0,1,-1412.19,7125.99,34.8784,0.506145,300,0,0,34930,0,0,0,0,0),(66661,18489,530,1,1,0,1,-1399.61,7071.1,33.9928,0.922834,300,0,0,34930,0,0,0,0,0),(66662,18489,530,1,1,0,1,-1361.83,7237.29,33.5574,5.60251,300,0,0,34930,0,0,0,0,0),(66663,18489,530,1,1,0,1,-1351.22,7247.36,33.2063,5.32325,300,0,0,34930,0,0,0,0,0),(66664,18489,530,1,1,0,1,-1315.98,7237.58,33.1456,3.7001,300,0,0,34930,0,0,0,0,0),(66665,18489,530,1,1,0,1,-1469.08,7284.7,26.4048,6.10865,300,0,0,34930,0,0,0,0,0),(66666,18489,530,1,1,0,1,-1464.63,7256.4,25.9993,0.436332,300,0,0,34930,0,0,0,0,0),(66667,18489,530,1,1,0,1,-1455.04,7303.13,26.9136,5.51524,300,0,0,34930,0,0,0,0,0),(66668,18489,530,1,1,0,1,-1408.35,7307.38,25.5926,3.85718,300,0,0,34930,0,0,0,0,0),(66669,18489,530,1,1,0,1,-1283.63,7382.45,40.6054,5.0091,300,0,0,34930,0,0,0,0,0),(66670,18489,530,1,1,0,1,-1277.34,7383.92,40.566,4.79965,300,0,0,34930,0,0,0,0,0),(66671,18489,530,1,1,0,1,-1361.14,7417.2,31.3637,2.6529,300,0,0,34930,0,0,0,0,0),(66672,18489,530,1,1,0,1,-1261.44,7417.16,42.4337,0.925025,300,0,0,34930,0,0,0,0,0),(66673,18489,530,1,1,0,1,-1255.91,7380.12,56.0872,3.63746,300,0,0,34930,0,2,0,0,0),(66674,18489,530,1,1,0,1,-1291.51,7410.63,40.2551,1.8675,300,0,0,34930,0,0,0,0,0),(66675,18489,530,1,1,0,1,-1284.58,7412.53,40.4767,1.88496,300,0,0,34930,0,0,0,0,0),(66676,18489,530,1,1,0,1,-1279.24,7425.92,41.5211,1.41372,300,0,0,34930,0,0,0,0,0),(66677,18489,530,1,1,0,1,-1221.5,7391.16,30.4177,1.23918,300,0,0,34930,0,0,0,0,0),(66678,18489,530,1,1,0,1,-1206.12,7389.63,31.2927,1.50098,300,0,0,34930,0,0,0,0,0),(66679,18489,530,1,1,0,1,-1191.71,7308.29,34.9101,1.44862,300,0,0,34930,0,0,0,0,0),(66680,18489,530,1,1,0,1,-1179.45,7341.05,55.7089,2.97481,300,0,0,34930,0,2,0,0,0),(66681,18489,530,1,1,0,1,-1201.08,7245.18,36.5499,4.72984,300,0,0,34930,0,0,0,0,0),(66682,18489,530,1,1,0,1,-1171.81,7306.24,38.4101,1.62316,300,0,0,34930,0,0,0,0,0),(66683,18489,530,1,1,0,1,-1185.51,7241.08,36.8164,4.41568,300,0,0,34930,0,0,0,0,0),(66684,18489,530,1,1,0,1,-1433.07,7318.88,26.5926,5.044,300,0,0,34930,0,0,0,0,0),(66685,18492,530,1,1,0,0,-1950.79,4686.67,-1.67609,5.11381,300,0,0,4979,0,0,0,0,0),(66686,18504,530,1,1,0,0,9873.19,-7397.94,14.9205,3.24631,300,0,0,2215,0,0,0,0,0),(66687,18507,530,1,1,0,1,9871.55,-7398.44,13.6814,0.139626,300,0,0,2745,0,0,0,0,0),(96640,25142,530,1,1,22753,1,-1939,5337.48,-12.3448,1.95477,180,0,0,6542,0,0,0,0,0),(66689,18527,530,1,1,0,0,9580.41,-7134.3,14.2584,0.257804,300,0,0,1949,5340,2,0,0,0),(66690,18530,530,1,1,0,0,-2272.61,5576.36,80.0374,5.32325,300,0,0,7380,0,0,0,0,0),(66691,18531,530,1,1,0,0,-2183.15,5544.87,64.1556,5.07891,300,0,0,5311,7654,0,0,0,0),(66692,18532,530,1,1,0,0,-1315.7,8982.07,57.0609,5.44543,300,0,0,5233,2991,0,0,0,0),(66693,18535,530,1,1,0,0,-1287.83,8915.32,60.9594,3.85718,300,0,0,65420,0,0,0,0,0),(66694,18536,530,1,1,0,0,-1840.42,9212.31,73.4196,5.42797,300,0,0,65420,0,0,0,0,0),(66696,18537,530,1,1,0,1,-1775.42,5733.84,128.197,4.79965,300,0,0,22976,3231,0,0,0,0),(66698,18538,530,1,1,0,1,-1732.82,5822.21,148.741,4.04916,300,0,0,103320,30000,0,0,0,0),(66699,18539,530,1,1,0,0,-1607.96,4431.23,52.7119,3.42085,300,0,0,5306,2620,0,0,0,0),(66700,18540,530,1,1,0,1,-1845.66,3874.66,6.3309,2.79253,300,0,0,5527,0,0,0,0,0),(66701,18541,530,1,1,0,0,-2531.76,5367.72,27.4804,1.94111,300,0,0,5527,0,2,0,0,0),(66702,18547,530,1,1,0,1,-2107.93,5500.54,50.3074,4.76475,300,0,0,3611,5875,0,0,0,0),(66703,18547,530,1,1,0,1,-2157.41,5495.8,50.3764,0.698132,300,0,0,3611,5875,0,0,0,0),(66704,18547,530,1,1,0,1,-2155.53,5495.98,50.3675,2.98451,300,0,0,3611,5875,0,0,0,0),(66705,18547,530,1,1,0,1,-2218.53,5518.04,64.1556,3.9968,300,0,0,3611,5875,0,0,0,0),(66706,18547,530,1,1,0,1,-2214.63,5538.89,66.9938,4.37584,300,0,0,3611,5875,2,0,0,0),(66707,18547,530,1,1,0,1,-2211.28,5555.62,66.9934,1.3439,300,0,0,3611,5875,0,0,0,0),(66708,18547,530,1,1,0,1,-2232.04,5547.92,67.0034,4.36799,300,0,0,3611,5875,2,0,0,0),(66709,18547,530,1,1,0,1,-2298.54,5570.3,66.9904,4.3295,300,0,0,3611,5875,2,0,0,0),(66710,18547,530,1,1,0,1,-2280.82,5552.07,80.1045,2.36993,300,0,0,3611,5875,2,0,0,0),(66711,18547,530,1,1,0,1,-2291.25,5578.29,67.0064,1.24132,300,0,0,3611,5875,2,0,0,0),(66712,18547,530,1,1,0,1,-2249.49,5577.05,80.0975,0.674254,300,0,0,3611,5875,2,0,0,0),(66713,18547,530,1,1,0,1,-2261.54,5544.68,80.0826,5.07787,300,0,0,3611,5875,2,0,0,0),(66714,18547,530,1,1,0,1,-2260.48,5589.59,66.9953,1.84397,300,0,0,3611,5875,2,0,0,0),(66715,18547,530,1,1,0,1,-2240.6,5551.8,67.0233,2.5592,300,0,0,3611,5875,2,0,0,0),(66716,18548,530,1,1,0,1,-2081.44,4168.19,7.46258,0.715585,300,0,0,7429,0,0,0,0,0),(66717,18549,530,1,1,0,1,-1751.59,5798.41,146.44,4.36332,300,0,0,5589,3155,0,0,0,0),(66718,18549,530,1,1,0,1,-1732.88,5792,146.44,4.18879,300,0,0,5589,3155,0,0,0,0),(66719,18549,530,1,1,0,1,-1654.47,5701.22,129.641,2.47837,300,0,0,5589,3155,0,0,0,0),(66720,18549,530,1,1,0,1,-1669.4,5677.4,129.558,2.30383,300,0,0,5589,3155,0,0,0,0),(66721,18549,530,1,1,0,1,-1890.3,5755.62,129.64,5.93412,300,0,0,5589,3155,0,0,0,0),(66722,18549,530,1,1,0,1,-1884.47,5774.86,129.558,5.95157,300,0,0,5589,3155,0,0,0,0),(66723,18549,530,1,1,0,1,-1964.46,5683.94,117.663,2.68781,300,0,0,5589,3155,0,0,0,0),(66724,18549,530,1,1,0,1,-1975.93,5702.72,117.663,3.9619,300,0,0,5589,3155,0,0,0,0),(66725,18560,530,1,1,0,0,9782.44,-7295.07,14.6863,2.28638,300,0,0,42,0,0,0,0,0),(66726,18560,530,1,1,0,0,9553.43,-7463.05,19.482,3.40339,300,0,0,42,0,0,0,0,0),(66727,18563,530,1,1,0,0,9776.32,-7299.59,14.2697,0.558505,300,0,0,42,0,0,0,0,0),(66728,18563,530,1,1,0,0,9777.81,-7289.92,14.3113,5.48033,300,0,0,42,0,0,0,0,0),(66730,18565,530,1,1,0,1,-2592.44,3317.34,0.68057,1.43117,300,0,0,5527,0,0,0,0,0),(66731,18566,530,1,1,0,1,-2538.08,3660.54,1.94131,1.46608,300,0,0,5527,0,0,0,0,0),(66732,18567,530,1,1,0,0,-1234.32,8991.61,55.9549,3.7001,300,0,0,26168,0,0,0,0,0),(66733,18567,530,1,1,0,0,-1812.27,9327.11,66.0274,4.01426,300,0,0,26168,0,0,0,0,0),(66734,18568,530,1,1,0,0,-2053.29,5506.62,54.5399,5.5676,300,0,0,5589,3155,0,0,0,0),(66735,18568,530,1,1,0,0,-2061.92,5483.75,54.5399,0.069813,300,0,0,5589,3155,0,0,0,0),(66736,18568,530,1,1,0,0,-2110.05,5512.4,49.4188,5.98648,300,0,0,5589,3155,0,0,0,0),(66737,18568,530,1,1,0,0,-2047.15,5589.73,53.159,4.1888,300,0,0,5589,3155,0,0,0,0),(66738,18568,530,1,1,0,0,-2194.23,5530.56,64.0723,5.96903,300,0,0,5589,3155,0,0,0,0),(66739,18568,530,1,1,0,0,-2188.5,5548.55,64.0723,6.07375,300,0,0,5589,3155,0,0,0,0),(66740,18568,530,1,1,0,0,-2237.78,5555.18,112.131,2.80998,300,0,0,5589,3155,0,0,0,0),(66742,18584,530,1,1,0,0,-1777.43,5126.05,-35.7793,3.57792,300,0,0,32710,0,0,0,0,0),(66743,18585,530,1,1,0,1,-1747.92,5157.36,-37.1216,0.558505,300,0,0,29439,0,0,0,0,0),(66744,18586,530,1,1,0,1,-1120.84,5409.3,22.3175,1.02448,300,0,0,23548,2991,0,0,0,0),(66745,18588,530,1,1,0,0,-3077.3,5611.32,-7.21289,3.18454,300,0,0,18316,11964,0,0,0,0),(66746,18589,530,1,1,0,0,-1385.09,8910.14,51.9916,0.20944,300,0,0,42,0,0,0,0,0),(66747,18590,530,1,1,0,0,-1864.86,9161.71,71.7337,0.017453,300,0,0,42,0,0,0,0,0),(66748,18593,530,1,1,0,0,3072.87,3703.22,142.394,3.62156,300,0,0,4422,2620,0,0,0,0),(66749,18593,530,1,1,0,0,3070.73,3707.07,142.56,4.79965,300,0,0,4422,2620,0,0,0,0),(66750,18593,530,1,1,0,0,3077.14,3699.06,142.56,3.61283,300,0,0,4422,2620,0,0,0,0),(66751,18593,530,1,1,0,0,3075.84,3702.16,142.561,3.71755,300,0,0,4422,2620,0,0,0,0),(66752,18593,530,1,1,0,0,-2021.69,5474.04,3.81287,6.0912,300,0,0,4422,2620,0,0,0,0),(66754,18593,530,1,1,0,0,-2108.79,5498.79,50.3115,0.872665,300,0,0,4422,2620,0,0,0,0),(66755,18593,530,1,1,0,0,-2106.72,5499.04,50.3259,2.80998,300,0,0,4422,2620,0,0,0,0),(66756,18593,530,1,1,0,0,-2156.62,5497.37,50.3841,4.5204,300,0,0,4422,2620,0,0,0,0),(66757,18593,530,1,1,0,0,-2220.31,5516.13,64.1556,0.541052,300,0,0,4422,2620,0,0,0,0),(66758,18594,530,1,1,0,0,-2176.86,5421.91,50.3112,2.05949,300,0,0,5589,3155,0,0,0,0),(66759,18595,530,1,1,0,1,-2774.82,3515.33,-21.8647,4.85202,300,0,0,4274,2568,0,0,0,0),(66760,18595,530,1,1,0,1,-2869.42,3533.9,-27.6314,3.80482,300,0,0,4274,2568,0,0,0,0),(66761,18595,530,1,1,0,1,-2865.16,3522.96,-31.2675,3.29867,300,0,0,4274,2568,0,0,0,0),(66762,18595,530,1,1,0,1,-2867.3,3507.89,-32.9113,4.4855,300,0,0,4274,2568,0,0,0,0),(66763,18595,530,1,1,0,1,-2846.26,3473.25,-35.2073,5.14872,300,0,0,4274,2568,0,0,0,0),(66764,18595,530,1,1,0,1,-2863.11,3487.31,-34.8112,4.53786,300,0,0,4274,2568,0,0,0,0),(66765,18595,530,1,1,0,1,-2867.07,3628.48,-19.0424,3.28122,300,0,0,4274,2568,0,0,0,0),(66766,18595,530,1,1,0,1,-2883.89,3601.38,-10.8216,4.90438,300,0,0,4274,2568,0,0,0,0),(66767,18595,530,1,1,0,1,-2900.37,3629.99,-15.9055,3.59538,300,0,0,4274,2568,0,0,0,0),(66768,18595,530,1,1,0,1,-2908.88,3642.13,-14.6527,3.87463,300,0,0,4274,2568,0,0,0,0),(66769,18595,530,1,1,0,1,-2892.56,3661.07,-15.156,1.36136,300,0,0,4274,2568,0,0,0,0),(66770,18595,530,1,1,0,1,-2930.01,3650.55,-13.9865,4.74729,300,0,0,4274,2568,0,0,0,0),(66771,18595,530,1,1,0,1,-2948.97,3386.08,0.14799,0.05236,300,0,0,4274,2568,0,0,0,0),(66772,18595,530,1,1,0,1,-2963.98,3392.01,-0.042535,1.71042,300,0,0,4274,2568,0,0,0,0),(66773,18595,530,1,1,0,1,-2948.36,3343.35,2.30562,0.279253,300,0,0,4274,2568,0,0,0,0),(66774,18595,530,1,1,0,1,-2864.73,3441.21,-33.3934,5.28835,300,0,0,4274,2568,0,0,0,0),(66775,18595,530,1,1,0,1,-2928.81,3372.29,0.07123,1.53589,300,0,0,4274,2568,0,0,0,0),(66776,18595,530,1,1,0,1,-2928.69,3353.53,-2.70174,2.66732,300,0,0,4274,2568,0,0,0,0),(66777,18595,530,1,1,0,1,-2844.44,3449.82,-34.4622,3.1765,300,0,0,4274,2568,0,0,0,0),(66778,18595,530,1,1,0,1,-2820.51,3386.5,-33.2632,3.7001,300,0,0,4274,2568,0,0,0,0),(66779,18595,530,1,1,0,1,-2837.91,3374.03,-32.6955,0.959931,300,0,0,4274,2568,0,0,0,0),(66780,18596,530,1,1,0,0,-1670.28,5417.02,-38.7634,0.593412,300,0,0,6761,0,0,0,0,0),(66781,18597,530,1,1,0,0,-1606.39,5292.01,-38.5767,2.94102,300,0,0,6761,0,0,0,0,0),(66782,18600,530,1,1,0,0,-1602.25,5301.01,-15.3857,3.31613,300,0,0,5589,3155,0,0,0,0),(66783,18600,530,1,1,0,0,-1590.24,5301.06,-14.4482,5.25344,300,0,0,5589,3155,0,0,0,0),(66784,18600,530,1,1,0,0,-1581.86,5298.34,-15.3857,4.29351,300,0,0,5589,3155,0,0,0,0),(66785,18600,530,1,1,0,0,-1594.77,5285.53,-14.4274,0.575959,300,0,0,5589,3155,0,0,0,0),(66786,18600,530,1,1,0,0,-1588.37,5279.64,-15.3857,2.28638,300,0,0,5589,3155,0,0,0,0),(66787,18600,530,1,1,0,0,-1578,5322.83,-13.9618,4.43314,300,0,0,5589,3155,0,0,0,0),(32689,21742,530,1,1,0,1,-3786.36,531.642,75.8016,3.00552,300,0,0,5060,2933,0,0,0,0),(66789,18600,530,1,1,0,0,-1925.32,5145.5,-28.6784,0.663225,300,0,0,5589,3155,0,0,0,0),(66791,18600,530,1,1,0,0,-1924.96,5135.65,-28.4667,5.48033,300,0,0,5589,3155,0,0,0,0),(66793,18600,530,1,1,0,0,-1926.03,5135.41,-36.6132,1.13446,300,0,0,5589,3155,0,0,0,0),(66794,18622,530,1,1,0,0,-1666.99,5418.73,-38.8426,3.87463,300,0,0,14193,8370,0,0,0,0),(66795,18626,530,1,1,0,1,9754.56,-7361.01,24.4213,5.32325,300,0,0,3052,0,0,0,0,0),(66796,18627,530,1,1,0,1,9756.76,-7355.58,24.4141,4.76475,300,0,0,3052,0,0,0,0,0),(66797,18629,530,1,1,0,1,9755.9,-7365.24,24.4344,1.65806,300,0,0,6986,0,0,0,0,0),(66798,18631,555,3,1,0,1,-254.365,-46.4247,8.15618,3.08923,86400,0,0,17579,0,0,0,0,0),(66799,18631,555,3,1,0,1,-246.87,-45.9737,8.15617,3.10669,86400,0,0,17579,0,0,0,0,0),(66800,18631,555,3,1,0,1,-255.435,-31.2176,8.17054,3.28122,86400,0,0,17579,0,0,0,0,0),(66801,18631,555,3,1,0,1,-263.761,-29.1943,8.18301,3.12414,86400,0,0,17579,0,0,0,0,0),(66802,18631,555,3,1,0,1,-271.784,-45.5444,8.15619,3.1765,86400,0,0,17579,0,0,0,0,0),(66803,18631,555,3,1,0,1,-275.089,-4.42197,8.15625,3.66519,86400,0,0,17579,0,0,0,0,0),(66804,18631,555,3,1,0,1,-273.674,-80.3384,8.15627,2.74017,86400,0,0,17579,0,0,0,0,0),(66805,18631,555,3,1,0,1,-287.804,-96.3896,8.15635,5.48033,86400,0,0,17579,0,0,0,0,0),(66806,18631,555,3,1,0,1,-276.704,22.5176,8.15633,0.017453,86400,5,0,17579,0,1,0,0,0),(66807,18631,555,3,1,0,1,-286.707,-99.5,8.15633,1.32645,86400,0,0,17579,0,0,0,0,0),(66808,18631,555,3,1,0,1,-443.04,-193.835,12.7725,3.4383,86400,0,0,17579,0,0,0,0,0),(66809,18631,555,3,1,0,1,-446.493,-192.12,12.7725,4.72984,86400,0,0,17579,0,0,0,0,0),(66810,18631,555,3,1,0,1,-313.634,-259.705,12.6837,3.13859,86400,5,0,17579,0,1,0,0,0),(66811,18631,555,3,1,0,1,-246.496,-282.568,17.0863,1.92749,86400,5,0,17579,0,1,0,0,0),(66812,18631,555,3,1,0,1,-250.256,-280.269,16.0417,4.71539,86400,5,0,17579,0,1,0,0,0),(66813,18632,555,3,1,0,1,-172.173,-325.754,17.1697,5.53269,86400,0,0,21543,0,0,0,0,0),(66814,18632,555,3,1,0,1,-168.532,-352.302,17.1662,4.83456,86400,0,0,21543,0,0,0,0,0),(66815,18632,555,3,1,0,1,-135.771,-329.128,17.1687,3.50811,86400,0,0,21543,0,0,0,0,0),(66816,18632,555,3,1,0,1,-174.082,-354.553,17.1667,5.35816,86400,0,0,21543,0,0,0,0,0),(66817,18632,555,3,1,0,1,-150.133,-378.117,17.0821,4.64736,86400,0,0,21543,0,0,0,0,0),(66818,18632,555,3,1,0,1,-163.202,-374.646,17.0818,4.75562,86400,0,0,21543,0,0,0,0,0),(66819,18632,555,3,1,0,1,-149.925,-417.115,17.0782,4.66533,86400,0,0,21543,0,0,0,0,0),(66820,18632,555,3,1,0,1,-163.356,-417.529,17.0782,4.76351,86400,0,0,21543,0,0,0,0,0),(66821,18633,555,3,1,0,1,-47.365,-33.8044,-1.04484,0.331613,86400,0,0,16227,9240,0,0,0,0),(66822,18633,555,3,1,0,1,-41.8571,-33.4506,-1.04484,2.87979,86400,0,0,16227,9240,0,0,0,0),(66823,18633,555,3,1,0,1,-80.3716,-39.766,-1.04492,2.00713,86400,0,0,16227,9240,0,0,0,0),(66824,18633,555,3,1,0,1,-77.9535,-36.4069,-1.04492,3.21141,86400,0,0,16227,9240,0,0,0,0),(66825,18633,555,3,1,0,1,-31.8829,-81.4594,-1.0449,4.04916,86400,0,0,16227,9240,0,0,0,0),(66826,18633,555,3,1,0,1,-36.1315,-84.0624,-1.04494,0.087266,86400,0,0,16227,9240,0,0,0,0),(66827,18633,555,3,1,0,1,-58.1065,-26.6713,-1.04482,2.96706,86400,0,0,16227,9240,0,0,0,0),(66828,18633,555,3,1,0,1,-73.5278,-1.96912,-1.04486,1.22173,86400,0,0,16227,9240,0,0,0,0),(66829,18633,555,3,1,0,1,-78.7167,-46.4269,-1.04494,4.50295,86400,0,0,16227,9240,0,0,0,0),(66830,18633,555,3,1,0,1,-75.0824,-47.649,-1.04495,3.75246,86400,0,0,16227,9240,0,0,0,0),(66831,18633,555,3,1,0,1,-86.7252,8.73865,-1.04486,2.37365,86400,0,0,16227,9240,0,0,0,0),(66832,18633,555,3,1,0,1,-85.9936,11.2334,-1.04485,3.56047,86400,0,0,16227,9240,0,0,0,0),(66833,18633,555,3,1,0,1,-73.8878,1.75605,-1.04487,5.23599,86400,0,0,16227,9240,0,0,0,0),(66834,18633,555,3,1,0,1,-45.5743,18.3542,-1.12807,2.40855,86400,0,0,16227,9240,0,0,0,0),(66835,18633,555,3,1,0,1,-59.3783,-85.5279,-1.12928,0.04279,86400,0,0,16227,9240,0,0,0,0),(66836,18633,555,3,1,0,1,-90.6977,-92.3565,-1.04497,0.715585,86400,0,0,16227,9240,0,0,0,0),(66837,18633,555,3,1,0,1,-247.273,-49.6712,8.15618,3.03687,86400,0,0,16227,9240,0,0,0,0),(66838,18633,555,3,1,0,1,-255.77,-27.5678,8.18844,3.24631,86400,0,0,16227,9240,0,0,0,0),(66839,18633,555,3,1,0,1,-263.805,-48.9857,8.15618,3.10669,86400,0,0,16227,9240,0,0,0,0),(66840,18633,555,3,1,0,1,-271.978,-47.9963,8.15619,3.14159,86400,0,0,16227,9240,0,0,0,0),(66841,18633,555,3,1,0,1,-265.829,0.056211,8.15626,3.68265,86400,0,0,16227,9240,0,0,0,0),(66842,18633,555,3,1,0,1,-272.845,-76.4279,8.15625,2.6529,86400,0,0,16227,9240,0,0,0,0),(66843,18633,555,3,1,0,1,-454.315,-183.092,12.7725,5.06145,86400,0,0,16227,9240,0,0,0,0),(66844,18634,555,3,1,0,1,-175.894,-349.783,17.166,5.61996,86400,0,0,16767,9465,0,0,0,0),(66845,18634,555,3,1,0,1,-156.498,-328.007,17.1696,3.14159,86400,0,0,16767,9465,0,0,0,0),(66846,18634,555,3,1,0,1,-157.768,-354.696,17.0822,4.62605,86400,0,0,16767,9465,0,0,0,0),(66847,18634,555,3,1,0,1,-136.037,-343.41,17.1648,3.1765,86400,0,0,16767,9465,0,0,0,0),(66848,18634,555,3,1,0,1,-158.21,-375.961,17.0822,4.70066,86400,0,0,16767,9465,0,0,0,0),(66849,18634,555,3,1,0,1,-179.281,-350.271,17.1665,5.98648,86400,0,0,16767,9465,0,0,0,0),(66850,18634,555,3,1,0,1,-158.382,-417.535,17.0782,4.58287,86400,0,0,16767,9465,0,0,0,0),(66851,18634,555,3,1,0,1,-134.274,-388.795,17.1657,3.14159,86400,0,0,16767,9465,0,0,0,0),(66852,18634,555,3,1,0,1,-154.559,-394.581,17.0796,4.69674,86400,0,0,16767,9465,0,0,0,0),(66853,18634,555,3,1,0,1,-140.498,-443.978,17.0777,3.1699,86400,0,0,16767,9465,0,0,0,0),(66854,18634,555,3,1,0,1,-176.776,-434.265,17.1622,0.279253,86400,0,0,16767,9465,0,0,0,0),(66855,18634,555,3,1,0,1,-130.551,-443.696,17.164,3.47321,86400,0,0,16767,9465,0,0,0,0),(66856,18635,555,3,1,0,1,-44.641,-34.6061,-1.04484,1.44862,86400,0,0,20283,0,0,0,0,0),(66857,18635,555,3,1,0,1,-35.078,-81.0337,-1.04491,5.18363,86400,0,0,20283,0,0,0,0,0),(66858,18635,555,3,1,0,1,-60.8069,-24.741,-1.04481,5.44543,86400,0,0,20283,0,0,0,0,0),(66859,18635,555,3,1,0,1,-74.3842,-0.151916,-1.04487,0.034907,86400,0,0,20283,0,0,0,0,0),(66860,18635,555,3,1,0,1,-83.7188,16.4396,-1.1368,2.744,86400,5,0,20283,0,1,0,0,0),(66861,18635,555,3,1,0,1,-91.919,-88.183,-1.04498,6.00393,86400,0,0,20283,0,0,0,0,0),(66862,18635,555,3,1,0,1,-86.0825,-92.683,-1.04497,1.95477,86400,0,0,20283,0,0,0,0,0),(66863,18635,555,3,1,0,1,-254.445,-49.5956,8.15618,3.01942,86400,0,0,20283,0,0,0,0,0),(66864,18635,555,3,1,0,1,-265.305,-82.2931,8.15626,2.84489,86400,0,0,20283,0,0,0,0,0),(66865,18635,555,3,1,0,1,-263.687,-31.7085,8.17044,3.33358,86400,0,0,20283,0,0,0,0,0),(66866,18635,555,3,1,0,1,-271.845,-50.1835,8.15619,3.1765,86400,0,0,20283,0,0,0,0,0),(66867,18635,555,3,1,0,1,-267.801,3.11204,8.15628,3.76991,86400,0,0,20283,0,0,0,0,0),(66868,18635,555,3,1,0,1,-281.939,20.0421,8.15636,5.68977,86400,5,0,20283,0,1,0,0,0),(66869,18635,555,3,1,0,1,-453.685,-186.804,12.7725,1.53589,86400,0,0,20283,0,0,0,0,0),(66870,18635,555,3,1,0,1,-454.978,-185.25,12.7725,0.05236,86400,0,0,20283,0,0,0,0,0),(66871,18636,555,3,1,0,1,-272.295,-140.066,8.15626,0.855211,86400,0,0,20958,0,0,0,0,0),(66872,18637,555,3,1,0,1,-263.226,-45.5273,8.15618,3.12414,86400,0,0,16227,9240,0,0,0,0),(66873,18637,555,3,1,0,1,-264.152,-79.2966,8.15624,2.87979,86400,0,0,16227,9240,0,0,0,0),(66874,18637,555,3,1,0,1,-263.794,-26.8056,8.19487,3.49066,86400,0,0,16227,9240,0,0,0,0),(66875,18637,555,3,1,0,1,-275.427,-0.559913,8.15628,3.56047,86400,0,0,16227,9240,0,0,0,0),(66876,18638,555,3,1,0,1,-360.445,-263.599,12.6879,0.026478,86400,5,0,16767,9465,1,0,0,0),(66877,18638,555,3,1,0,1,-313.295,-263.085,12.6835,3.02507,86400,5,0,16767,9465,1,0,0,0),(66878,18638,555,3,1,0,1,-270.873,-268.766,12.7638,0.287388,86400,0,0,16767,9465,0,0,0,0),(66879,18638,555,3,1,0,1,-270.18,-258.579,12.7637,5.98751,86400,0,0,16767,9465,0,0,0,0),(66880,18638,555,3,1,0,1,-281.377,-267.827,12.6822,4.70422,86400,5,0,16767,9465,1,0,0,0),(66881,18639,555,3,1,0,1,-139.912,-353.917,17.1665,5.75959,86400,0,0,16767,9465,0,0,0,0),(66882,18639,555,3,1,0,1,-153.032,-375.78,17.0819,4.6724,86400,0,0,16767,9465,0,0,0,0),(66883,18639,555,3,1,0,1,-136.037,-343.41,17.1648,3.1765,86400,0,0,16767,9465,0,0,0,0),(66884,18639,555,3,1,0,1,-163.125,-394.712,17.0796,4.74388,86400,0,0,16767,9465,0,0,0,0),(66885,18639,555,3,1,0,1,-154.608,-417.47,17.0782,4.74387,86400,0,0,16767,9465,0,0,0,0),(66886,18639,555,3,1,0,1,-179.281,-350.271,17.1665,5.98648,86400,0,0,16767,9465,0,0,0,0),(66887,18639,555,3,1,0,1,-149.674,-394.487,17.0796,4.69282,86400,0,0,16767,9465,0,0,0,0),(66888,18639,555,3,1,0,1,-134.274,-388.795,17.1657,3.72706,86400,0,0,16767,9465,0,0,0,0),(66889,18639,555,3,1,0,1,-151.682,-461.163,17.1606,4.57276,86400,0,0,16767,9465,0,0,0,0),(66890,18639,555,3,1,0,1,-156.284,-461.871,17.1606,4.69494,86400,0,0,16767,9465,0,0,0,0),(66891,18639,555,3,1,0,1,-160.956,-461.858,17.1606,4.90438,86400,0,0,16767,9465,0,0,0,0),(66892,18639,555,3,1,0,1,-176.776,-434.265,17.1622,0.279253,86400,0,0,16767,9465,0,0,0,0),(66893,18639,555,3,1,0,1,-130.551,-443.696,17.164,3.14527,86400,0,0,16767,9465,0,0,0,0),(66894,18640,555,3,1,0,1,-51.2688,-78.5158,-1.0449,2.49582,86400,0,0,16227,9240,0,0,0,0),(66895,18640,555,3,1,0,1,-74.4987,-77.2237,-1.04497,1.55334,86400,0,0,16227,9240,0,0,0,0),(66896,18640,555,3,1,0,1,-259.324,5.18744,8.15627,3.64774,86400,0,0,16227,9240,0,0,0,0),(66897,18640,555,3,1,0,1,-282.122,-76.7587,8.15625,2.72271,86400,0,0,16227,9240,0,0,0,0),(66898,18641,555,3,1,0,0,-54.7495,-78.6855,-1.12821,0.048723,86400,0,0,5206,14062,0,0,0,0),(66899,18641,555,3,1,0,0,-56.7471,-78.7829,-1.12821,6.15284,86400,0,0,5206,14062,0,0,0,0),(66900,18641,555,3,1,0,0,-58.7448,-78.8803,-1.12822,6.20498,86400,0,0,5206,14062,0,0,0,0),(66901,18641,555,3,1,0,0,-60.7424,-78.9777,-1.12823,0.138545,86400,0,0,5206,14062,0,0,0,0),(66902,18641,555,3,1,0,0,-62.74,-79.0751,-1.12823,6.27203,86400,0,0,5206,14062,0,0,0,0),(66903,18641,555,3,1,0,0,-73.1844,-72.6355,-1.1283,2.28426,86400,0,0,5206,14062,0,0,0,0),(66904,18641,555,3,1,0,0,-257.898,2.7362,8.15626,3.85718,86400,0,0,5206,14062,0,0,0,0),(66905,18642,555,3,1,0,0,-67.4098,-77.1873,-1.12827,5.10697,86400,0,0,7843,6160,0,0,0,0),(66906,18642,555,3,1,0,0,-281.167,-74.066,8.15624,3.12414,86400,0,0,7843,6160,0,0,0,0),(66907,18647,530,1,1,0,0,-3326.11,4201.69,-9.78603,2.05276,300,0,0,22860,0,0,0,0,0),(66908,18652,530,1,1,0,0,-1606.66,5301.5,-38.4945,3.94444,300,0,0,6761,0,0,0,0,0),(66909,18653,530,1,1,0,0,-1612.66,5315.41,-40.2089,6.04818,300,0,0,42,0,0,0,0,0),(135262,16409,532,1,5,16466,1,-10947.1,-1909.24,93.8216,-2.68728,604800,0,0,7825,15775,0,0,0,0),(66911,18658,530,1,1,0,1,-2719.82,8343.47,-83.0841,4.60767,300,0,0,5060,2933,0,0,0,0),(66912,18658,530,1,1,0,1,-2709.5,8331.9,-83.0979,3.05433,300,0,0,5060,2933,0,0,0,0),(66913,18658,530,1,1,0,1,-2810.39,8339.39,-94.0092,3.83723,300,0,0,5060,2933,0,0,0,0),(66914,18658,530,1,1,0,1,-2811.15,8330.02,-94.0154,2.47837,300,0,0,5060,2933,0,0,0,0),(66915,18658,530,1,1,0,1,-2814.55,8342.08,-94.1181,5.0091,300,0,0,5060,2933,0,0,0,0),(66916,18658,530,1,1,0,1,-2815.97,8327.21,-94.12,1.46608,300,0,0,5060,2933,0,0,0,0),(66917,18658,530,1,1,0,1,-2720.37,8320.63,-83.0145,1.48353,300,0,0,5060,2933,0,0,0,0),(66918,18658,530,1,1,0,1,-2731.09,8334.11,-83.0028,6.05629,300,0,0,5060,2933,0,0,0,0),(66919,18660,530,1,1,0,0,-2814.12,8335.87,-94.2461,3.01942,300,0,0,6542,0,0,0,0,0),(66920,18661,530,1,1,0,1,-2597.17,8320.1,-54.8976,0.10472,300,0,0,5060,2933,0,0,0,0),(66921,18661,530,1,1,0,1,-2675.31,8335.14,-77.7456,1.72588,300,5,0,5060,2933,1,0,0,0),(66922,18661,530,1,1,0,1,-2655.17,8320.86,-71.9772,0.005509,300,5,0,5060,2933,1,0,0,0),(66923,18661,530,1,1,0,1,-2710.19,8339.99,-83.3241,1.93417,300,5,0,5060,2933,1,0,0,0),(66924,18661,530,1,1,0,1,-2725.76,8320.45,-83.3241,5.97988,300,5,0,5060,2933,1,0,0,0),(66925,18661,530,1,1,0,1,-2767.4,8334.96,-88.7724,1.59618,300,5,0,5060,2933,1,0,0,0),(66926,18661,530,1,1,0,1,-2676.53,8341.16,-77.6729,4.46804,300,0,0,5060,2933,0,0,0,0),(66927,18661,530,1,1,0,1,-2628.72,8320.46,-65.946,6.10865,300,0,0,5060,2933,0,0,0,0),(66928,18662,530,1,1,0,0,-2723.87,8329.98,-78.0757,1.13446,300,0,0,6326,0,0,0,0,0),(66929,18662,530,1,1,0,0,-2715.69,8331.08,-77.3614,3.49066,300,0,0,6326,0,0,0,0,0),(66930,18662,530,1,1,0,0,-2720.82,8337.09,-76.7793,1.18682,300,0,0,6326,0,0,0,0,0),(66931,18662,530,1,1,0,0,-2720.33,8326.72,-76.9529,4.2586,300,0,0,6326,0,0,0,0,0),(66932,18662,530,1,1,0,0,-2807.55,8331.21,-88.8992,3.29867,300,0,0,6326,0,0,0,0,0),(66933,18662,530,1,1,0,0,-2808.19,8339.56,-88.3984,3.00197,300,0,0,6326,0,0,0,0,0),(66934,18662,530,1,1,0,0,-2817.18,8324.66,-88.2725,1.06465,300,0,0,6326,0,0,0,0,0),(66935,18662,530,1,1,0,0,-2813.38,8345.65,-87.9136,5.11381,300,0,0,6326,0,0,0,0,0),(66936,18662,530,1,1,0,0,-2819.22,8347.04,-86.5569,3.94444,300,0,0,6326,0,0,0,0,0),(66937,18667,555,3,1,0,1,-343.463,-16.4996,12.6888,5.09566,86400,0,0,138375,0,2,0,0,0),(66938,18668,530,1,1,0,0,9517.72,-7107.02,14.3098,2.33874,300,0,0,40,120,0,0,0,0),(66939,18669,530,1,1,0,0,9520.97,-7102.78,14.3707,2.53073,300,0,0,40,120,0,0,0,0),(66940,18670,530,1,1,0,0,-2257.22,3547.44,-21.6101,1.83568,300,0,0,5715,0,0,0,0,0),(3473,6014,1,1,1,10473,1,1453.24,-4185.65,61.4171,1.32645,300,0,0,2769,0,0,0,0,0),(66942,18671,530,1,1,0,0,9508.65,-7098.74,16.4624,5.8294,300,0,0,40,120,0,0,0,0),(66943,18675,530,1,1,0,1,-2783.1,5082.39,-8.18383,3.28122,300,0,0,4890,7196,0,0,0,0),(66944,18676,530,1,1,0,0,-2645.42,4449.63,36.2184,2.7011,300,5,0,4422,2620,1,0,0,0),(66945,18680,530,1,1,0,0,909.798,6974.82,20.7275,4.35157,300,0,0,11054,0,0,0,0,0),(66947,18688,530,1,1,0,0,-1452.95,8533.52,12.8692,3.33358,300,0,0,6542,0,0,0,0,0),(66946,18688,530,1,1,0,0,-2225.73,8586.74,-10.361,0.261799,300,0,0,6542,0,0,0,0,0),(66948,18690,530,1,1,0,0,1915.66,5150.16,265.69,1.07605,300,0,0,14981,0,0,0,0,0),(66949,18704,530,1,1,0,1,-2923.09,3945.71,0.85294,5.35078,300,0,0,6116,0,0,0,0,0),(66950,18705,530,1,1,0,1,-2651.74,4423.92,36.4625,0.575715,300,0,0,6116,0,2,0,0,0),(66952,18708,555,3,1,0,0,-157.895,-497.322,15.8651,1.5708,86400,0,0,392700,0,0,0,0,0),(66953,18712,530,1,1,0,1,-2604.96,4440.7,36.1769,2.93215,300,0,0,6542,0,0,0,0,0),(66954,18713,530,1,1,0,1,-3007.9,3978.22,3.10527,4.15388,300,0,0,6542,0,0,0,0,0),(66955,18714,530,1,1,0,1,-2574.84,4975.56,11.0632,2.94961,300,0,0,6326,0,0,0,0,0),(66956,18715,530,1,1,0,1,-2301.67,4898.39,1.22768,0.314159,300,0,0,5060,2933,0,0,0,0),(66957,18716,530,1,1,0,1,-2428.18,4975.85,31.1381,3.7001,300,0,0,4274,2568,0,0,0,0),(66958,18717,530,1,1,0,1,-2461.68,5017,26.5499,5.12228,300,0,0,4979,0,0,0,0,0),(66959,18718,530,1,1,0,1,-2458.59,4883.93,34.6365,1.74007,300,0,0,5914,0,2,0,0,0),(66960,18718,530,1,1,0,1,-2399.25,4948.65,33.5182,2.0725,300,0,0,5914,0,2,0,0,0),(66961,18719,530,1,1,0,1,-2405.43,4906.35,35.3986,3.78736,300,0,0,4422,2620,0,0,0,0),(66962,18720,530,1,1,0,1,-2409.23,4903.38,35.3865,0.698132,300,0,0,5914,0,0,0,0,0),(66963,18722,530,1,1,0,0,9768.36,-7080.19,5.75367,3.36848,300,0,0,55,0,0,0,0,0),(66964,18722,530,1,1,0,0,9722.8,-7099.58,4.96632,4.20624,300,0,0,55,0,0,0,0,0),(66965,18722,530,1,1,0,0,9739.72,-7099.98,7.84682,1.93731,300,0,0,55,0,0,0,0,0),(66966,18722,530,1,1,0,0,9742.65,-7091.91,4.86667,0.999315,300,0,0,55,0,0,0,0,0),(66967,18722,530,1,1,0,0,9715.67,-7090.06,4.96632,3.15905,300,0,0,55,0,0,0,0,0),(66968,18722,530,1,1,0,0,9727.96,-7071.17,4.96632,1.8326,300,0,0,55,0,0,0,0,0),(66969,18724,530,1,1,0,0,9524.15,-7101.64,14.394,2.87979,300,0,0,40,120,0,0,0,0),(66970,18727,530,1,1,0,0,9582.74,-7203.81,16.2034,4.93772,300,0,0,2745,0,2,0,0,0),(66998,18730,530,1,1,0,0,9731.06,-7087.06,3.59071,0.630867,300,0,0,3484,5751,2,0,0,0),(66999,18731,555,3,1,0,1,-156.764,20.6869,8.07311,4.66216,86400,0,0,134685,0,0,0,0,0),(67000,18732,555,3,1,0,1,-253.06,-264.024,17.0864,3.15559,86400,0,0,110625,33090,0,0,0,0),(67001,18733,530,1,1,0,1,-133.336,3689.05,57.3078,0.689235,300,0,0,104790,0,2,0,0,0),(7409,721,0,1,1,4626,0,-9235.8,-3146.64,109.469,1.00546,300,10,0,1,0,1,0,0,0),(67003,18743,530,1,1,0,0,10003.3,-7110.13,47.7883,2.44346,300,0,0,737,2175,0,0,0,0),(67004,18744,530,1,1,0,0,9998.04,-7106.56,47.7883,5.68977,300,0,0,737,2175,0,0,0,0),(67005,18745,530,1,1,0,1,-3006.83,3995.62,4.54775,4.53786,300,0,0,6986,0,0,0,0,0),(67006,18747,530,1,1,0,1,186.755,2676.36,89.0101,3.15905,300,0,0,6505,0,0,0,0,0),(67007,18748,530,1,1,0,1,232.844,2842.46,131.424,4.15388,300,0,0,6505,0,0,0,0,0),(67008,18749,530,1,1,0,0,204.177,2617.73,87.3669,3.97935,300,0,0,2136,5751,0,0,0,0),(67009,18750,530,1,1,0,0,-1451.33,4773.68,-24.5155,1.98902,300,0,0,3237,0,0,0,0,0),(67010,18750,530,1,1,0,0,-1454.64,4780.3,-25.7975,5.3345,300,0,0,3237,0,0,0,0,0),(67011,18750,530,1,1,0,0,-1359.24,4881.7,-24.3259,5.34535,300,5,0,3237,0,1,0,0,0),(67012,18750,530,1,1,0,0,-1315.67,4929.63,-23.0532,2.3625,300,0,0,3237,0,0,0,0,0),(67013,18750,530,1,1,0,0,-1333.83,4957.37,-26.3804,1.25301,300,0,0,3237,0,0,0,0,0),(67014,18750,530,1,1,0,0,-1345.57,4955.39,-28.4207,0.79437,300,0,0,3237,0,0,0,0,0),(67015,18750,530,1,1,0,0,-1347.76,4958.24,-29.0002,0.083233,300,0,0,3237,0,0,0,0,0),(67016,18750,530,1,1,0,0,-1292.48,4944.94,-26.2411,3.40352,300,0,0,3237,0,0,0,0,0),(67017,18750,530,1,1,0,0,-1330.07,4960.67,-26.7676,6.1707,300,0,0,3237,0,0,0,0,0),(67018,18750,530,1,1,0,0,-1408.08,4919.27,-23.1125,0.503327,300,5,0,3237,0,1,0,0,0),(67019,18750,530,1,1,0,0,-1282.77,5014.59,-31.0358,0.34966,300,5,0,3237,0,1,0,0,0),(67020,18750,530,1,1,0,0,-1244.67,4990.78,-49.0998,3.6323,300,5,0,3237,0,1,0,0,0),(67021,18750,530,1,1,0,0,-1210.2,5011.63,-32.9331,5.68066,300,5,0,3237,0,1,0,0,0),(67022,18750,530,1,1,0,0,-1343.84,5021.93,-37.2966,3.48343,300,5,0,3237,0,1,0,0,0),(67023,18750,530,1,1,0,0,-1414.59,4993.8,-24.3748,4.29278,300,5,0,3237,0,1,0,0,0),(67024,18751,530,1,1,0,0,179.75,2607.09,87.3669,0.226893,300,0,0,2136,5751,0,0,0,0),(67025,18752,530,1,1,0,1,154.993,2710.45,88.1616,5.044,300,0,0,3968,0,0,0,0,0),(67026,18753,530,1,1,0,0,242.253,2836.55,145.176,0.872665,300,0,0,3984,2434,0,0,0,0),(67027,18754,530,1,1,0,1,148.588,2636.02,86.018,1.27409,300,0,0,3113,0,0,0,0,0),(67028,18755,530,1,1,0,1,151.239,2633.32,86.627,0.15708,300,0,0,3357,0,0,0,0,0),(67029,18756,530,1,1,0,0,-1739.42,5149.85,-37.1216,4.2237,300,0,0,4422,2620,0,0,0,0),(67030,18758,530,1,1,0,1,76.666,4344.87,101.503,3.14159,300,0,0,5922,0,0,0,0,0),(67031,18758,530,1,1,0,1,77.0584,4321.94,101.503,3.12414,300,0,0,5922,0,0,0,0,0),(67032,18758,530,1,1,0,1,105.117,4338.26,101.59,5.16889,300,0,0,5922,0,0,0,0,0),(67033,18758,530,1,1,0,1,130.458,4344.52,106.72,3.14159,300,0,0,5922,0,0,0,0,0),(67034,18758,530,1,1,0,1,130.047,4321.94,106.595,3.12414,300,0,0,5922,0,0,0,0,0),(67035,18758,530,1,1,0,1,181.345,4344.85,116.377,3.14159,300,0,0,5922,0,0,0,0,0),(67036,18758,530,1,1,0,1,180.919,4322.64,116.377,3.12414,300,0,0,5922,0,0,0,0,0),(67037,18759,530,1,1,0,0,273.866,7082.68,87.0635,3.01942,300,0,0,4120,0,0,0,0,0),(67038,18759,530,1,1,0,0,340.453,6833.1,61.798,3.01942,300,0,0,4120,0,0,0,0,0),(67039,18759,530,1,1,0,0,375.806,7332.96,63.1065,2.94961,300,0,0,4120,0,0,0,0,0),(67040,18760,530,1,1,0,0,-2265.21,3091.14,13.9121,2.9147,300,0,0,5528,3275,0,0,0,0),(67041,18761,530,1,1,0,0,9655.39,-7135.51,16.8566,0.10472,300,0,0,811,852,0,0,0,0),(67042,18762,530,1,1,0,0,-1740.91,5144.25,-37.1881,3.65403,300,0,0,42,0,0,0,0,0),(67043,18763,530,1,1,0,0,9776.19,-7299.58,13.4711,0.698132,300,0,0,1551,4393,0,0,0,0),(67044,18763,530,1,1,0,0,9777.06,-7289.16,13.4711,5.51524,300,0,0,1551,4393,0,0,0,0),(67045,18763,530,1,1,0,0,9786.76,-7301.1,13.4711,0.593412,300,0,0,1551,4393,0,0,0,0),(67046,18771,530,1,1,0,1,-721.657,2745.26,94.0548,3.45575,300,0,0,3113,0,0,0,0,0),(67047,18772,530,1,1,0,0,-712.816,2718.37,101.675,6.14356,300,0,0,2136,5751,0,0,0,0),(67048,18773,530,1,1,0,0,-796.387,2769.96,146.618,2.25148,300,0,0,2442,2434,0,0,0,0),(67049,18774,530,1,1,0,0,-711.68,2717.99,94.8203,6.21337,300,0,0,3484,5751,0,0,0,0),(67050,18775,530,1,1,0,1,-777.6,2661.83,108.252,0.20944,300,0,0,6473,0,0,0,0,0),(67051,18776,530,1,1,0,1,-784.479,2771.25,120.93,4.43314,300,0,0,3357,0,0,0,0,0),(67052,18777,530,1,1,0,1,-693.831,2724.7,94.1936,3.1765,300,0,0,3357,0,0,0,0,0),(67053,18779,530,1,1,0,1,-717.806,2611.67,91.0945,5.88176,300,0,0,3357,0,0,0,0,0),(67054,18781,530,1,1,0,0,9671.88,-7347.24,12.0191,0.314159,300,0,0,1551,4393,0,0,0,0),(67055,18785,530,1,1,0,0,199.061,4238.42,121.81,0.872665,300,0,0,10572,0,0,0,0,0),(67056,18788,530,1,1,0,0,210.492,6065.09,148.396,5.98648,300,0,0,10572,0,0,0,0,0),(67057,18789,530,1,1,0,0,-2723.1,7302.84,88.7157,2.37365,300,0,0,10572,0,0,0,0,0),(67058,18790,530,1,1,0,1,9474.76,-7271.35,14.3199,4.50295,300,0,0,433,490,0,0,0,0),(67059,18791,530,1,1,0,0,223.468,7812.55,22.6859,2.23402,300,0,0,10572,0,0,0,0,0),(67060,18792,530,1,1,0,0,9472.94,-7264.89,14.3098,5.41052,300,0,0,132,289,0,0,0,0),(67061,18793,555,3,1,0,0,-157.117,-58.3139,23.1893,4.72984,86400,0,0,42,0,0,0,0,0),(67062,18793,555,3,1,0,0,-138.636,-77.7277,23.3095,4.95674,86400,0,0,42,0,0,0,0,0),(67063,18793,555,3,1,0,0,-157.114,-19.444,23.257,4.69494,86400,0,0,42,0,0,0,0,0),(67064,18793,555,3,1,0,0,-174.345,-77.7016,23.1109,4.67748,86400,0,0,42,0,0,0,0,0),(67065,18793,555,3,1,0,0,-138.668,0.209988,23.3051,4.66003,86400,0,0,42,0,0,0,0,0),(67066,18793,555,3,1,0,0,-174.58,0.500917,23.2178,4.72984,86400,0,0,42,0,0,0,0,0),(67067,18794,555,3,1,0,0,-157.366,-25.4668,8.15644,1.58825,86400,0,0,16227,9240,0,0,0,0),(67068,18794,555,3,1,0,0,-163.544,-19.4803,8.15646,5.95157,86400,0,0,16227,9240,0,0,0,0),(67069,18794,555,3,1,0,0,-151.073,-19.4873,8.15641,3.45575,86400,0,0,16227,9240,0,0,0,0),(67070,18794,555,3,1,0,0,-163.498,-58.2544,8.15651,5.84685,86400,0,0,16227,9240,0,0,0,0),(67071,18794,555,3,1,0,0,-150.845,-58.4388,8.15646,3.50811,86400,0,0,16227,9240,0,0,0,0),(67072,18794,555,3,1,0,0,-157.189,-64.3545,8.15654,1.69297,86400,0,0,16227,9240,0,0,0,0),(67073,18794,555,3,1,0,0,-174.66,-5.67847,8.15645,1.46608,86400,0,0,16227,9240,0,0,0,0),(67074,18794,555,3,1,0,0,-174.658,-84.0042,8.15651,1.32645,86400,0,0,16227,9240,0,0,0,0),(67075,18794,555,3,1,0,0,-168.166,-77.7684,8.1565,3.1765,86400,0,0,16227,9240,0,0,0,0),(67076,18794,555,3,1,0,0,-180.512,-77.8015,8.1565,5.98648,86400,0,0,16227,9240,0,0,0,0),(67077,18794,555,3,1,0,0,-138.492,-6.20039,8.15637,1.62316,86400,0,0,16227,9240,0,0,0,0),(67078,18794,555,3,1,0,0,-144.796,-77.8984,8.15642,6.21337,86400,0,0,16227,9240,0,0,0,0),(67079,18794,555,3,1,0,0,-138.855,-84.1044,8.15643,1.23918,86400,0,0,16227,9240,0,0,0,0),(67080,18794,555,3,1,0,0,-132.429,-77.7669,8.15642,3.31613,86400,0,0,16227,9240,0,0,0,0),(67081,18794,555,3,1,0,0,-180.765,0.361324,8.1564,6.02139,86400,0,0,16227,9240,0,0,0,0),(67082,18794,555,3,1,0,0,-168.385,0.363827,8.1564,3.4383,86400,0,0,16227,9240,0,0,0,0),(67083,18794,555,3,1,0,0,-144.893,0.221401,8.15631,5.95157,86400,0,0,16227,9240,0,0,0,0),(67084,18794,555,3,1,0,0,-132.241,0.306026,8.15631,3.45575,86400,0,0,16227,9240,0,0,0,0),(67085,18796,555,3,1,0,1,-180.626,-7.132,8.072,5.341,86400,0,0,83832,0,0,0,0,0),(67086,18796,555,3,1,0,1,-162.997,-70.9096,8.0728,5.45063,86400,0,0,83832,0,0,0,0,0),(67087,18796,555,3,1,0,1,-133.3,-23.9853,8.07302,1.51828,86400,0,0,83832,0,0,0,0,0),(67088,18796,555,3,1,0,1,-160.72,-28.378,8.072,1.509,86400,0,0,83832,0,0,0,0,0),(67089,18796,555,3,1,0,1,-138.75,-68.7256,8.15647,0.942478,86400,0,0,83832,0,0,0,0,0),(67090,18797,555,3,1,0,0,-425.202,-58.4007,12.7729,0.610865,86400,0,0,2704,0,0,0,0,0),(67091,18797,555,3,1,0,0,-436.639,-112.497,15.1047,2.93215,86400,5,0,2704,0,1,0,0,0),(67092,18797,555,3,1,0,0,-435.646,-117.873,14.8202,5.65487,86400,0,0,2704,0,0,0,0,0),(67093,18797,555,3,1,0,0,-439.077,-115.024,15.7946,3.78736,86400,0,0,2704,0,0,0,0,0),(67094,18797,555,3,1,0,0,-440.505,-118.363,15.1648,2.30383,86400,0,0,2704,0,0,0,0,0),(67095,18797,555,3,1,0,0,-444.983,-175.284,13.2328,5.65487,86400,0,0,2704,0,0,0,0,0),(67096,18797,555,3,1,0,0,-416.889,-188.772,14.3453,2.18166,86400,5,0,2704,0,1,0,0,0),(67097,18797,555,3,1,0,0,-419.685,-191.306,14.4025,2.93215,86400,5,0,2704,0,1,0,0,0),(67098,18797,555,3,1,0,0,-414.574,-193.634,15.6867,0.942478,86400,5,0,2704,0,1,0,0,0),(67099,18797,555,3,1,0,0,-416.648,-191.413,15.1476,4.18879,86400,5,0,2704,0,1,0,0,0),(67100,18797,555,3,1,0,0,-362.538,-240.156,12.7692,1.98968,86400,0,0,2704,0,0,0,0,0),(67101,18797,555,3,1,0,0,-340.798,-244.049,14.5531,4.18879,86400,0,0,2704,0,0,0,0,0),(67102,18797,555,3,1,0,0,-336.87,-249.471,15.3919,2.93215,86400,0,0,2704,0,0,0,0,0),(67103,18797,555,3,1,0,0,-336.076,-252.876,14.9174,5.65487,86400,0,0,2704,0,0,0,0,0),(67104,18797,555,3,1,0,0,-337.321,-245.791,15.4584,2.30383,86400,0,0,2704,0,0,0,0,0),(67105,18797,555,3,1,0,0,-340.216,-249.403,14.9254,3.78736,86400,0,0,2704,0,0,0,0,0),(67106,18797,555,3,1,0,0,-332.884,-248.89,15.0065,0.610865,86400,0,0,2704,0,0,0,0,0),(67107,18797,555,3,1,0,0,-339.561,-253.168,13.9617,2.93215,86400,0,0,2704,0,0,0,0,0),(67108,18797,555,3,1,0,0,-332.873,-244.793,14.6794,0.942478,86400,0,0,2704,0,0,0,0,0),(67109,18797,555,3,1,0,0,-332.04,-275.862,14.534,0.784749,86400,0,0,2704,0,0,0,0,0),(67110,18797,555,3,1,0,0,-326.74,-279.742,16.9801,0.121764,86400,0,0,2704,0,0,0,0,0),(67111,18797,555,3,1,0,0,-336.113,-280.532,16.8695,0.350175,86400,0,0,2704,0,0,0,0,0),(67112,18797,555,3,1,0,0,-333.736,-280.805,17.5652,1.82887,86400,0,0,2704,0,0,0,0,0),(67113,18797,555,3,1,0,0,-338.238,-283.498,17.4151,1.78773,86400,0,0,2704,0,0,0,0,0),(67114,18797,555,3,1,0,0,-341.926,-281.805,15.4127,0.113161,86400,0,0,2704,0,0,0,0,0),(67115,18797,555,3,1,0,0,-325.389,-284.21,17.8851,2.09487,86400,0,0,2704,0,0,0,0,0),(67116,18797,555,3,1,0,0,-329.777,-286.69,19.8975,4.19558,86400,0,0,2704,0,0,0,0,0),(67117,18797,555,3,1,0,0,-335.551,-290.153,21.2138,4.42428,86400,0,0,2704,0,0,0,0,0),(67118,18797,555,3,1,0,0,-330.73,-290.891,21.8424,0.261224,86400,0,0,2704,0,0,0,0,0),(67119,18797,555,3,1,0,0,-333.08,-302.604,25.1384,2.93215,86400,0,0,2704,0,0,0,0,0),(67120,18797,555,3,1,0,0,-331.946,-253.008,14.1899,5.044,86400,0,0,2704,0,0,0,0,0),(67121,18797,555,3,1,0,0,-335.743,-255.684,14.206,0.418879,86400,0,0,2704,0,0,0,0,0),(67122,18797,555,3,1,0,0,-293.067,-306.897,26.5101,2.07694,86400,0,0,2704,0,0,0,0,0),(67123,18797,555,3,1,0,0,-294.457,-277.033,15.3002,4.39378,86400,5,0,2704,0,1,0,0,0),(67124,18797,555,3,1,0,0,-297.823,-279.468,16.0068,2.01522,86400,5,0,2704,0,1,0,0,0),(67125,18797,555,3,1,0,0,-287.382,-279.468,15.496,5.77641,86400,5,0,2704,0,1,0,0,0),(67126,18797,555,3,1,0,0,-283.911,-283.157,16.5927,3.78736,86400,5,0,2704,0,1,0,0,0),(67127,18797,555,3,1,0,0,-288.59,-284.263,17.783,1.73615,86400,5,0,2704,0,1,0,0,0),(67128,18797,555,3,1,0,0,-292.635,-281.438,17.5337,1.07256,86400,5,0,2704,0,1,0,0,0),(67129,18797,555,3,1,0,0,-299.156,-285.271,17.8104,2.90233,86400,5,0,2704,0,1,0,0,0),(67130,18797,555,3,1,0,0,-295.999,-291.288,21.2898,3.18042,86400,5,0,2704,0,1,0,0,0),(67131,18797,555,3,1,0,0,-290.663,-287.45,21.3006,5.044,86400,5,0,2704,0,1,0,0,0),(67132,18797,555,3,1,0,0,-285.458,-289.044,18.8886,1.76928,86400,5,0,2704,0,1,0,0,0),(67133,18797,555,3,1,0,0,-262.44,-281.317,12.7646,0.593412,86400,5,0,2704,0,1,0,0,0),(67134,18797,555,3,1,0,0,-292.796,-248.356,15.6591,5.75959,86400,0,0,2704,0,0,0,0,0),(67135,18797,555,3,1,0,0,-290.878,-248.308,15.654,0.628319,86400,0,0,2704,0,0,0,0,0),(67136,18797,555,3,1,0,0,-294.633,-248.559,15.4587,3.78736,86400,0,0,2704,0,0,0,0,0),(67137,18797,555,3,1,0,0,-292.233,-251.574,15.2177,3.40339,86400,0,0,2704,0,0,0,0,0),(67138,18797,555,3,1,0,0,-292.254,-245.745,15.1109,6.19592,86400,0,0,2704,0,0,0,0,0),(67139,18797,555,3,1,0,0,-295.79,-244.836,14.3562,4.29351,86400,0,0,2704,0,0,0,0,0),(67140,18797,555,3,1,0,0,-296.006,-252.06,14.6757,4.53786,86400,0,0,2704,0,0,0,0,0),(67141,18797,555,3,1,0,0,-288.132,-244.975,14.7659,4.17134,86400,0,0,2704,0,0,0,0,0),(67142,18797,555,3,1,0,0,-287.78,-251.373,14.8226,4.32842,86400,0,0,2704,0,0,0,0,0),(67143,18797,555,3,1,0,0,-298.646,-249.089,14.4923,4.76475,86400,0,0,2704,0,0,0,0,0),(67144,18797,555,3,1,0,0,-253.396,-225.411,39.519,4.50295,86400,0,0,2704,0,0,0,0,0),(67145,18797,555,3,1,0,0,-436.057,-34.114,12.7716,5.35816,86400,0,0,2704,0,0,0,0,0),(67146,18797,555,3,1,0,0,-415.485,-172.984,12.7231,2.30383,86400,0,0,2704,0,0,0,0,0),(67147,18797,555,3,1,0,0,-435.36,-266.77,12.771,5.75959,86400,0,0,2704,0,0,0,0,0),(67148,18797,555,3,1,0,0,-322.287,-241.187,12.7673,3.05433,86400,0,0,2704,0,0,0,0,0),(67149,18797,555,3,1,0,0,-257.556,-266.633,17.0864,1.01312,86400,0,0,2704,0,0,0,0,0),(67150,18799,530,1,1,0,0,9514.11,-7106.19,14.3141,2.16421,300,0,0,40,120,0,0,0,0),(67151,18799,530,1,1,0,0,9517.79,-7110.06,14.3112,2.28638,300,0,0,40,120,0,0,0,0),(67152,18799,530,1,1,0,0,9517.68,-7100.05,14.366,2.40855,300,0,0,40,120,0,0,0,0),(67153,18799,530,1,1,0,0,9521.62,-7099.73,14.3881,2.82743,300,0,0,40,120,0,0,0,0),(67154,18799,530,1,1,0,0,9523.75,-7104.34,14.3889,2.53073,300,0,0,40,120,0,0,0,0),(67155,18800,530,1,1,0,1,-4021.13,-11487.1,-141.046,4.15244,300,5,0,11828,0,1,0,0,0),(67156,18800,530,1,1,0,1,-4205.64,-11733.8,-132.205,1.97222,300,0,0,11828,0,0,0,0,0),(67157,18800,530,1,1,0,1,-4283.24,-11653.3,-142.454,1.97222,300,5,0,11828,0,1,0,0,0),(67158,18800,530,1,1,0,1,-3919.31,-11862.6,1.865,1.65806,300,5,0,11828,0,1,0,0,0),(67159,18802,530,1,1,0,1,-785.352,2760.92,122.006,5.39307,300,0,0,7326,2434,0,0,0,0),(67160,18803,530,1,1,0,1,-1975.23,-11874.5,49.3356,3.52556,300,0,0,386,0,0,0,0,0),(67161,18804,530,1,1,0,1,-1937.86,-11912.5,48.1426,1.90241,300,0,0,2218,0,0,0,0,0),(67162,18807,530,1,1,0,1,-2563.19,4426.77,39.4383,3.56047,300,0,0,14193,2790,0,0,0,0),(67163,18808,530,1,1,0,1,-1256.63,7136.17,57.3484,3.57792,300,0,0,14193,2790,0,0,0,0),(67164,18809,530,1,1,0,0,-2995.4,3873.27,9.6248,0.087266,300,0,0,17742,0,0,0,0,0),(67165,18810,530,1,1,0,1,-4209.45,-12456.2,45.6276,2.82743,300,0,0,230,249,0,0,0,0),(67166,18811,530,1,1,0,0,-2023.56,-11878,45.4749,2.33874,300,0,0,300,0,0,0,0,0),(67167,18812,530,1,1,0,0,-3765.07,-11487.1,-134.108,2.35619,300,0,0,737,2175,0,0,0,0),(67168,18813,530,1,1,0,0,-3759.71,-11479.9,-134.173,3.82227,300,0,0,737,2175,0,0,0,0),(67169,18814,530,1,1,0,0,-3896.57,-11337.8,-122.371,0.349066,300,0,0,42,0,0,0,0,0),(67170,18814,530,1,1,0,0,-3873.99,-11329,-122.259,1.16937,300,0,0,42,0,0,0,0,0),(67171,18814,530,1,1,0,0,-3813.53,-11421.3,-139.7,1.0821,300,0,0,42,0,0,0,0,0),(67172,18814,530,1,1,0,0,-3815.57,-11400.9,-139.647,1.44862,300,0,0,42,0,0,0,0,0),(67173,18814,530,1,1,0,0,-3807.16,-11443.1,-139.708,2.72271,300,0,0,42,0,0,0,0,0),(67174,18814,530,1,1,0,0,-3855.19,-11388.8,-91.2985,5.74213,300,0,0,42,0,0,0,0,0),(67175,18814,530,1,1,0,0,-3802.98,-11434.8,-139.627,2.07694,300,0,0,42,0,0,0,0,0),(67176,18814,530,1,1,0,0,-3798.64,-11422.9,-139.531,1.09956,300,0,0,42,0,0,0,0,0),(67177,18814,530,1,1,0,0,-3829.85,-11380.1,-91.9817,2.23402,300,0,0,42,0,0,0,0,0),(67178,18814,530,1,1,0,0,-3791.8,-11452.6,-139.563,3.75246,300,0,0,42,0,0,0,0,0),(67179,18814,530,1,1,0,0,-3778.61,-11431.5,-139.328,1.67552,300,0,0,42,0,0,0,0,0),(67180,18814,530,1,1,0,0,-3785.56,-11443.5,-139.455,0.575959,300,0,0,42,0,0,0,0,0),(67181,18814,530,1,1,0,0,-3768.13,-11440.2,-139.238,2.25148,300,0,0,42,0,0,0,0,0),(67182,18814,530,1,1,0,0,-3752.74,-11424.7,-138.999,3.735,300,0,0,42,0,0,0,0,0),(67183,18814,530,1,1,0,0,-3673.04,-11423.8,-114.373,1.78024,300,0,0,42,0,0,0,0,0),(67184,18815,530,1,1,0,0,-4076.34,-11912,-0.972982,5.95157,300,0,0,737,2175,0,0,0,0),(67186,18818,530,1,1,0,0,-160.54,2518.76,59.9245,6.07375,300,0,0,42,0,0,0,0,0),(1881,28225,230,1,1,0,0,872.331,-135.744,-49.7576,3.84395,25,0,0,3052,0,0,0,0,0),(67188,18827,530,1,1,0,1,388.825,2801.56,54.2496,2.32129,300,5,0,4142,0,1,0,0,0),(67189,18827,530,1,1,0,1,394.296,2817.31,52.4762,3.9968,300,5,0,4142,0,1,0,0,0),(67190,18827,530,1,1,0,1,386.609,2784.09,52.7255,2.07694,300,5,0,4142,0,1,0,0,0),(67191,18827,530,1,1,0,1,387.333,2720.73,50.8064,3.87463,300,5,0,4142,0,1,0,0,0),(67192,18827,530,1,1,0,1,388.359,2732.28,51.5759,6.16101,300,5,0,4142,0,1,0,0,0),(67193,18827,530,1,1,0,1,394.84,2849.78,53.8918,2.86234,300,0,0,4142,0,0,0,0,0),(67194,18827,530,1,1,0,1,400.486,2823.23,53.1719,1.36136,300,5,0,4142,0,1,0,0,0),(67195,18827,530,1,1,0,1,408.077,2807.56,52.8381,0.383972,300,5,0,4142,0,1,0,0,0),(67196,18827,530,1,1,0,1,418.141,2815.85,51.7569,4.76475,300,5,0,4142,0,1,0,0,0),(67197,18827,530,1,1,0,1,439.048,2826.23,52.0895,4.62512,300,5,0,4142,0,1,0,0,0),(67198,18827,530,1,1,0,1,427.668,2838.61,52.2205,1.3439,300,0,0,4142,0,0,0,0,0),(67199,18827,530,1,1,0,1,450.548,2804.09,53.9372,1.66611,300,5,0,4142,0,1,0,0,0),(67200,18827,530,1,1,0,1,409.749,2760.28,53.5678,4.18879,300,5,0,4142,0,1,0,0,0),(67201,18827,530,1,1,0,1,431.33,2793.01,58.131,2.37365,300,0,0,4142,0,0,0,0,0),(67202,18827,530,1,1,0,1,426.145,2766.6,57.0775,4.88692,300,5,0,4142,0,1,0,0,0),(67203,18827,530,1,1,0,1,449.051,2778.35,51.9136,0.05236,300,5,0,4142,0,1,0,0,0),(67204,18827,530,1,1,0,1,439.558,2768.73,52.8421,3.8615,300,5,0,4142,0,1,0,0,0),(67205,18827,530,1,1,0,1,397.764,2755.95,53.9276,6.00393,300,5,0,4142,0,1,0,0,0),(67206,18827,530,1,1,0,1,451.458,2756.16,50.1161,5.88176,300,5,0,4142,0,1,0,0,0),(67207,18827,530,1,1,0,1,412.062,2731.92,51.4996,0.558505,300,5,0,4142,0,1,0,0,0),(67208,18827,530,1,1,0,1,-734.555,2747.17,36.2433,2.49582,300,5,0,4142,0,1,0,0,0),(67209,18827,530,1,1,0,1,-687.777,2745.46,38.3076,4.04599,300,0,0,4142,0,0,0,0,0),(67210,18827,530,1,1,0,1,-688.078,2760.75,45.2928,2.6529,300,0,0,4142,0,0,0,0,0),(67211,18827,530,1,1,0,1,-679.371,2782.46,43.1748,2.79253,300,0,0,4142,0,0,0,0,0),(67212,18827,530,1,1,0,1,-671.821,2817.22,47.8032,2.44346,300,0,0,4142,0,0,0,0,0),(67213,18827,530,1,1,0,1,-666.033,2802.39,45.804,6.0912,300,5,0,4142,0,1,0,0,0),(67214,18827,530,1,1,0,1,-714.008,2717.82,34.3715,5.3058,300,0,0,4142,0,0,0,0,0),(67215,18827,530,1,1,0,1,-680.64,2655.74,1.26969,3.75246,300,5,0,4142,0,1,0,0,0),(67216,18827,530,1,1,0,1,-664.551,2638.83,1.19288,4.74729,300,5,0,4142,0,1,0,0,0),(67217,18827,530,1,1,0,1,-741.775,2745.82,19.6051,3.7001,300,0,0,4142,0,0,0,0,0),(67218,18827,530,1,1,0,1,-702.921,2745.49,36.7479,3.05433,300,5,0,4142,0,1,0,0,0),(67219,18827,530,1,1,0,1,-689.615,2721.6,7.07731,6.07375,300,0,0,4142,0,0,0,0,0),(67220,18827,530,1,1,0,1,-668.412,2681.35,-7.43603,0.977384,300,5,0,4142,0,1,0,0,0),(67221,18827,530,1,1,0,1,-751.743,2727.75,23.108,1.65806,300,0,0,4142,0,0,0,0,0),(67222,18827,530,1,1,0,1,-692.987,2697.35,3.80664,3.35103,300,0,0,4142,0,0,0,0,0),(67223,18827,530,1,1,0,1,-719.382,2750.3,16.4486,1.20428,300,0,0,4142,0,0,0,0,0),(67224,18827,530,1,1,0,1,-627.356,2632.89,-2.21836,6.05629,300,5,0,4142,0,1,0,0,0),(67225,18827,530,1,1,0,1,-623.611,2664.12,-4.24764,0.418879,300,0,0,4142,0,0,0,0,0),(67226,18828,530,1,1,0,0,391.064,2867.45,55.4718,3.76991,300,0,0,42,0,0,0,0,0),(67227,18828,530,1,1,0,0,392.65,2801.17,53.7665,5.84685,300,0,0,42,0,0,0,0,0),(67228,18828,530,1,1,0,0,393.053,2774.67,51.8661,0.017453,300,0,0,42,0,0,0,0,0),(67229,18828,530,1,1,0,0,389.273,2746.79,51.5847,4.13643,300,0,0,42,0,0,0,0,0),(67230,18828,530,1,1,0,0,415.679,2819.86,51.9685,4.50295,300,0,0,42,0,0,0,0,0),(67231,18828,530,1,1,0,0,423.464,2839.64,52.3739,5.21853,300,0,0,42,0,0,0,0,0),(67232,18828,530,1,1,0,0,450.545,2803.83,53.9517,1.85005,300,0,0,42,0,0,0,0,0),(67233,18828,530,1,1,0,0,415.231,2734,55.5623,3.89208,300,0,0,42,0,0,0,0,0),(67234,18828,530,1,1,0,0,-740.906,2720.84,25.4062,3.57792,300,0,0,42,0,0,0,0,0),(67235,18828,530,1,1,0,0,-724.933,2746.52,35.9803,3.12414,300,0,0,42,0,0,0,0,0),(67236,18828,530,1,1,0,0,-691.554,2665.04,1.55681,3.00197,300,0,0,42,0,0,0,0,0),(67237,18828,530,1,1,0,0,-721.683,2746.8,16.3043,3.54302,300,0,0,42,0,0,0,0,0),(67238,18828,530,1,1,0,0,-683.444,2699.78,1.87075,2.40855,300,0,0,42,0,0,0,0,0),(67239,18828,530,1,1,0,0,-671.545,2750.11,40.6133,2.9147,300,0,0,42,0,0,0,0,0),(67240,18828,530,1,1,0,0,-671.625,2795.1,45.0327,2.51327,300,0,0,42,0,0,0,0,0),(67241,18828,530,1,1,0,0,-666.705,2830.06,50.3909,5.77704,300,0,0,42,0,0,0,0,0),(67242,18828,530,1,1,0,0,-632.856,2632.25,-2.9361,1.27409,300,0,0,42,0,0,0,0,0),(67243,18828,530,1,1,0,0,-673.829,2680.88,-7.81617,5.09636,300,0,0,42,0,0,0,0,0),(67244,18830,555,3,1,0,1,-360.429,-265.599,12.6877,0.022214,86400,5,0,20958,0,1,0,0,0),(67245,18830,555,3,1,0,1,-313.216,-265.828,12.6837,3.3179,86400,5,0,20958,0,1,0,0,0),(67246,18830,555,3,1,0,1,-271.362,-265.765,12.7637,0.11843,86400,0,0,20958,0,0,0,0,0),(67247,18830,555,3,1,0,1,-271.337,-261.466,12.7637,6.16129,86400,0,0,20958,0,0,0,0,0),(67248,18830,555,3,1,0,1,-249.331,-281.855,16.4914,5.3098,86400,5,0,20958,0,1,0,0,0),(67249,18840,530,1,1,0,0,-1541.78,8516.86,0.32339,3.47321,300,0,0,3052,0,0,0,0,0),(67250,18841,530,1,1,0,0,-811.396,7707.8,43.0849,5.72468,300,0,0,3052,0,0,0,0,0),(67251,18842,530,1,1,0,0,-1338.42,7227.11,37.5517,2.9147,300,0,0,3052,0,0,0,0,0),(67252,18843,530,1,1,0,0,-3267.45,5998.2,-1.26181,4.90438,300,0,0,4979,0,0,0,0,0),(67253,18848,555,3,1,0,1,-261.816,-2.47938,8.0729,0.359763,86400,0,0,68465,9465,0,0,0,0),(67254,18848,555,3,1,0,1,-262.391,-53.6821,8.07287,6.22477,86400,0,0,68465,9465,0,0,0,0),(67255,18848,555,3,1,0,1,-270.496,-85.4471,8.07296,2.7229,86400,0,0,68465,9465,0,0,0,0),(67256,18849,530,1,1,0,0,-299.46,2407.89,61.297,0.383972,300,0,0,42,0,0,0,0,0),(67257,18849,530,1,1,0,0,-304.519,2398.33,54.7864,6.07375,300,0,0,42,0,0,0,0,0),(67258,18850,530,1,1,0,1,2460.09,2849.69,132.915,1.6057,300,0,0,6326,0,0,0,0,0),(67259,18850,530,1,1,0,1,2448.34,2858.35,132.224,0.698132,300,0,0,6326,0,0,0,0,0),(67260,18850,530,1,1,0,1,2334.53,2791.84,133.168,1.3439,300,0,0,6326,0,0,0,0,0),(67261,18850,530,1,1,0,1,2337.3,2797.86,133.168,4.29351,300,0,0,6326,0,0,0,0,0),(67262,18850,530,1,1,0,1,2346.69,2793.28,133.168,4.27606,300,0,0,6326,0,0,0,0,0),(67263,18850,530,1,1,0,1,2342.63,2795.32,133.168,4.41568,300,0,0,6326,0,0,0,0,0),(67264,18850,530,1,1,0,1,2344.46,2787.87,133.168,1.51844,300,0,0,6326,0,0,0,0,0),(67265,18850,530,1,1,0,1,2340.06,2789.82,133.168,1.39626,300,0,0,6326,0,0,0,0,0),(67266,18850,530,1,1,0,1,2315.53,2689.68,128.841,4.93205,300,0,0,6326,0,0,0,0,0),(67267,18850,530,1,1,0,1,2315.51,2675.69,127.407,1.36895,300,0,0,6326,0,0,0,0,0),(67268,18850,530,1,1,0,1,2317.05,2682.55,128.302,4.47147,300,0,0,6326,0,0,0,0,0),(67269,18850,530,1,1,0,1,2346.18,2654.89,130.235,2.75035,300,0,0,6326,0,0,0,0,0),(67270,18850,530,1,1,0,1,2358.06,2666.23,131.254,2.59476,300,0,0,6326,0,0,0,0,0),(67271,18850,530,1,1,0,1,2389.07,2639.33,132.38,0.439689,300,0,0,6326,0,0,0,0,0),(67272,18850,530,1,1,0,1,2372.89,2636.66,132.993,4.74729,300,0,0,6326,0,0,0,0,0),(67273,18850,530,1,1,0,1,2369.77,2653.46,131.446,3.45575,300,0,0,6326,0,0,0,0,0),(67274,18850,530,1,1,0,1,2372.59,2665.94,131.557,4.00246,300,0,0,6326,0,0,0,0,0),(67275,18850,530,1,1,0,1,2383.53,2613.47,133.274,3.29867,300,0,0,6326,0,0,0,0,0),(67276,18850,530,1,1,0,1,2382.34,2639.59,133.049,5.63741,300,0,0,6326,0,0,0,0,0),(67277,18850,530,1,1,0,1,2503.1,2707.09,131.495,6.05629,300,0,0,6326,0,0,0,0,0),(67278,18850,530,1,1,0,1,2510.63,2715.01,131.535,5.37561,300,0,0,6326,0,0,0,0,0),(67279,18850,530,1,1,0,1,2300.96,2453.99,107.495,5.32325,300,0,0,6326,0,0,0,0,0),(67280,18850,530,1,1,0,1,2317.61,2460.32,107.967,4.09818,300,0,0,6326,0,0,0,0,0),(67281,18852,530,1,1,0,1,2829.79,4365.04,138.607,0.443336,300,0,0,5060,2933,0,0,0,0),(67282,18852,530,1,1,0,1,2851.53,4345.92,142.919,5.34467,300,0,0,5060,2933,0,0,0,0),(67283,18852,530,1,1,0,1,2851.59,4343.83,143.47,4.88123,300,0,0,5060,2933,0,0,0,0),(67284,18852,530,1,1,0,1,2852.51,4339.02,145.711,1.89996,300,0,0,5060,2933,0,0,0,0),(67285,18852,530,1,1,0,1,2832.29,4336.32,146.313,2.84635,300,5,0,5060,2933,1,0,0,0),(67286,18852,530,1,1,0,1,2934.98,4180.37,163.845,6.10865,300,0,0,5060,2933,0,0,0,0),(67287,18852,530,1,1,0,1,2900.88,4175.57,161.889,0.476838,300,5,0,5060,2933,1,0,0,0),(67288,18852,530,1,1,0,1,2914.1,4181.6,161.877,3.12235,300,5,0,5060,2933,1,0,0,0),(67289,18852,530,1,1,0,1,2796.7,4209.6,179.424,0.123476,300,5,0,5060,2933,1,0,0,0),(67290,18852,530,1,1,0,1,2786.42,4217.18,177.01,0.984426,300,5,0,5060,2933,1,0,0,0),(67291,18852,530,1,1,0,1,2803.67,4243.38,171.757,0.579545,300,5,0,5060,2933,1,0,0,0),(67292,18852,530,1,1,0,1,2781.99,4221.34,177.574,0.498715,300,5,0,5060,2933,1,0,0,0),(67293,18852,530,1,1,0,1,2792.75,4250.1,172.871,2.54261,300,5,0,5060,2933,1,0,0,0),(67294,18852,530,1,1,0,1,2859.34,4327.55,149.079,5.0675,300,0,0,5060,2933,0,0,0,0),(67295,18852,530,1,1,0,1,2840.91,4373.2,138.43,1.58349,300,0,0,5060,2933,0,0,0,0),(67296,18852,530,1,1,0,1,2837.44,4357.74,141.771,4.69481,300,0,0,5060,2933,0,0,0,0),(67297,18852,530,1,1,0,1,2769.02,4226.05,180.163,3.85456,300,5,0,5060,2933,1,0,0,0),(67298,18852,530,1,1,0,1,2765.98,4242.09,180.076,0.86992,300,5,0,5060,2933,1,0,0,0),(67299,18852,530,1,1,0,1,2765.07,4244.2,180.44,6.07428,300,5,0,5060,2933,1,0,0,0),(67300,18852,530,1,1,0,1,2779.56,3878.19,160.576,4.08086,300,5,0,5060,2933,1,0,0,0),(67301,18852,530,1,1,0,1,2753.99,3869.36,142.142,6.0026,300,5,0,5060,2933,1,0,0,0),(67302,18852,530,1,1,0,1,2775.36,3881.58,160.083,4.61794,300,5,0,5060,2933,1,0,0,0),(67303,18852,530,1,1,0,1,2791.76,3877.74,160.784,0.421039,300,5,0,5060,2933,1,0,0,0),(67304,18852,530,1,1,0,1,2750.91,3859.45,139.823,4.40896,300,5,0,5060,2933,1,0,0,0),(67305,18853,530,1,1,0,1,2736.55,4352.9,137.209,6.05629,300,0,0,6326,0,0,0,0,0),(67306,18853,530,1,1,0,1,2798.28,4381,136.481,4.53786,300,0,0,6326,0,0,0,0,0),(67307,18853,530,1,1,0,1,2885.82,4345.76,157.721,4.46804,300,0,0,6326,0,0,0,0,0),(67308,18853,530,1,1,0,1,2894.18,4352.87,157.736,3.87463,300,0,0,6326,0,0,0,0,0),(67309,18853,530,1,1,0,1,3038.28,3916.57,147.058,5.51524,300,0,0,6326,0,0,0,0,0),(67310,18853,530,1,1,0,1,3046.59,3943.96,156.478,4.67748,300,0,0,6326,0,0,0,0,0),(67311,18853,530,1,1,0,1,3054.48,3920.3,147.177,4.46804,300,0,0,6326,0,0,0,0,0),(67312,18853,530,1,1,0,1,3017.69,3962.3,156.185,5.93412,300,0,0,6326,0,0,0,0,0),(67313,18853,530,1,1,0,1,3023.85,3944.71,154.933,6.10865,300,0,0,6326,0,0,0,0,0),(67314,18853,530,1,1,0,1,2984.13,4030.86,148.562,4.24115,300,0,0,6326,0,0,0,0,0),(67315,18853,530,1,1,0,1,2975.37,4048.02,151.337,3.06987,300,0,0,6326,0,0,0,0,0),(67316,18853,530,1,1,0,1,2967.75,4040.7,151.198,5.75959,300,0,0,6326,0,0,0,0,0),(67317,18853,530,1,1,0,1,2946.24,4072.66,158.277,5.63741,300,0,0,6326,0,0,0,0,0),(67318,18853,530,1,1,0,1,2948.82,4092.75,160.55,4.74729,300,0,0,6326,0,0,0,0,0),(67319,18853,530,1,1,0,1,2937.89,4088.52,161.097,5.58505,300,0,0,6326,0,0,0,0,0),(67320,18853,530,1,1,0,1,2915.79,3988.8,153.181,4.10152,300,0,0,6326,0,0,0,0,0),(67321,18853,530,1,1,0,1,2894.35,3992.06,153.44,2.45986,300,0,0,6326,0,0,0,0,0),(67322,18853,530,1,1,0,1,2848.38,4043.89,169.137,0.899602,300,0,0,6326,0,0,0,0,0),(67323,18853,530,1,1,0,1,2862.28,4050.09,169.453,3.71735,300,0,0,6326,0,0,0,0,0),(67324,18853,530,1,1,0,1,2853.72,4044.88,168.365,2.58986,300,0,0,6326,0,0,0,0,0),(67325,18853,530,1,1,0,1,2850.49,4043.18,168.309,1.52536,300,0,0,6326,0,0,0,0,0),(67326,18853,530,1,1,0,1,2871.77,4280.43,160.025,2.23402,300,0,0,6326,0,0,0,0,0),(67327,18853,530,1,1,0,1,2885.37,4327.74,157.533,3.40339,300,0,0,6326,0,0,0,0,0),(67328,18853,530,1,1,0,1,2838.93,4366.32,141.067,1.73851,300,0,0,6326,0,0,0,0,0),(67329,18853,530,1,1,0,1,2842.82,4369.77,140.175,3.80965,300,0,0,6326,0,0,0,0,0),(67330,18853,530,1,1,0,1,2804.16,4367.73,136.818,5.92432,300,0,0,6326,0,0,0,0,0),(67331,18853,530,1,1,0,1,2770.78,4358.93,136.481,5.37561,300,0,0,6326,0,0,0,0,0),(67332,18853,530,1,1,0,1,2755.17,4352.64,136.586,6.16101,300,0,0,6326,0,0,0,0,0),(67333,18853,530,1,1,0,1,2693.64,4253.53,154.35,1.0821,300,0,0,6326,0,0,0,0,0),(67334,18853,530,1,1,0,1,2686.35,4269.63,154.404,5.3058,300,0,0,6326,0,0,0,0,0),(67335,18853,530,1,1,0,1,2784.78,4119.01,177.989,4.69494,300,0,0,6326,0,0,0,0,0),(67336,18853,530,1,1,0,1,2778.9,4104.49,178.448,5.5676,300,0,0,6326,0,0,0,0,0),(67337,18853,530,1,1,0,1,2785.82,4111.81,177.54,2.74017,300,0,0,6326,0,0,0,0,0),(67338,18853,530,1,1,0,1,2762.13,4177.78,183.554,2.26893,300,0,0,6326,0,0,0,0,0),(67339,18853,530,1,1,0,1,2757.64,4185.13,184.482,3.12577,300,0,0,6326,0,0,0,0,0),(67340,18853,530,1,1,0,1,2763.83,4185.81,182.977,4.08407,300,0,0,6326,0,0,0,0,0),(67341,18853,530,1,1,0,1,2771.18,3988.5,144.591,5.5676,300,0,0,6326,0,0,0,0,0),(67342,18853,530,1,1,0,1,2766.59,3976.66,144.374,0.680678,300,0,0,6326,0,0,0,0,0),(67343,18853,530,1,1,0,1,2766.43,3980.43,144.415,6.02139,300,0,0,6326,0,0,0,0,0),(67344,18853,530,1,1,0,1,2795.33,3936.39,144.195,2.58309,300,0,0,6326,0,0,0,0,0),(67345,18853,530,1,1,0,1,2807.92,3932.08,145.757,2.35619,300,0,0,6326,0,0,0,0,0),(67346,18853,530,1,1,0,1,2810.81,3923.14,147.125,0.122173,300,0,0,6326,0,0,0,0,0),(67347,18853,530,1,1,0,1,2809.77,3940.1,145.553,4.13643,300,0,0,6326,0,0,0,0,0),(67348,18853,530,1,1,0,1,2803.47,3939.72,144.808,5.8294,300,0,0,6326,0,0,0,0,0),(67349,18855,530,1,1,0,1,3015.23,4061.71,150.126,2.09439,300,5,0,5566,2933,1,0,0,0),(67350,18855,530,1,1,0,1,3036.04,4063.57,151.003,1.93731,300,5,0,5566,2933,1,0,0,0),(67351,18855,530,1,1,0,1,3034.89,4090.47,150.654,0.920522,300,5,0,5566,2933,1,0,0,0),(67352,18855,530,1,1,0,1,3027.89,4076.43,150.305,3.14159,300,5,0,5566,2933,1,0,0,0),(67353,18855,530,1,1,0,1,3020.33,4087.83,150.18,4.79134,300,5,0,5566,2933,1,0,0,0),(67354,18855,530,1,1,0,1,2984.69,4084.3,150.128,6.02623,300,5,0,5566,2933,1,0,0,0),(67355,18855,530,1,1,0,1,3007.53,4093.04,150.171,4.12666,300,5,0,5566,2933,1,0,0,0),(67356,18855,530,1,1,0,1,2984.35,4098.23,150.128,5.0091,300,5,0,5566,2933,1,0,0,0),(67357,18855,530,1,1,0,1,2922.86,4008.96,149.854,1.21272,300,5,0,5566,2933,1,0,0,0),(67358,18855,530,1,1,0,1,2926.71,4068.69,149.268,0.329159,300,5,0,5566,2933,1,0,0,0),(67359,18855,530,1,1,0,1,2926.44,4056.91,149.285,3.29867,300,5,0,5566,2933,1,0,0,0),(67360,18855,530,1,1,0,1,2902.86,4065.47,149.285,5.79449,300,5,0,5566,2933,1,0,0,0),(67361,18855,530,1,1,0,1,2898.45,4054.55,149.495,0.244346,300,5,0,5566,2933,1,0,0,0),(67362,18855,530,1,1,0,1,2894.89,4009.42,149.813,2.78567,300,0,0,5566,2933,0,0,0,0),(67363,18855,530,1,1,0,1,2642.84,4263.87,154.341,4.32698,300,5,0,5566,2933,1,0,0,0),(67364,18855,530,1,1,0,1,2627.67,4257.86,155.156,6.07754,300,5,0,5566,2933,1,0,0,0),(67365,18855,530,1,1,0,1,2660.76,4226.54,154.442,2.02458,300,5,0,5566,2933,1,0,0,0),(67366,18855,530,1,1,0,1,2649.89,4235.99,154.341,0.179674,300,5,0,5566,2933,1,0,0,0),(67367,18855,530,1,1,0,1,2665.06,4236.7,154.341,2.53073,300,5,0,5566,2933,1,0,0,0),(67368,18855,530,1,1,0,1,2659.87,4021.17,173.573,5.55015,300,5,0,5566,2933,1,0,0,0),(67369,18855,530,1,1,0,1,2674.25,4029.07,176.421,5.51524,300,5,0,5566,2933,1,0,0,0),(67370,18855,530,1,1,0,1,2683.27,3997.85,172.883,6.2783,300,5,0,5566,2933,1,0,0,0),(67371,18855,530,1,1,0,1,2695.08,4005.92,175.091,5.42579,300,5,0,5566,2933,1,0,0,0),(67372,18855,530,1,1,0,1,2697.2,4026.41,177.671,4.4855,300,5,0,5566,2933,1,0,0,0),(67373,18856,530,1,1,0,0,2772.55,4345.48,136.255,4.24283,300,5,0,20932,8973,1,0,0,0),(67374,18856,530,1,1,0,0,2999.52,4050.58,149.754,3.33934,300,5,0,20932,8973,1,0,0,0),(67375,18856,530,1,1,0,0,2377.97,2775.12,134.493,4.04782,300,5,0,20932,8973,1,0,0,0),(67376,18857,530,1,1,0,1,2843.58,4368.46,140.813,5.31096,300,0,0,5233,2991,0,0,0,0),(67377,18857,530,1,1,0,1,2874.61,4048.84,156.996,5.09316,300,5,0,5233,2991,1,0,0,0),(67378,18857,530,1,1,0,1,2827.2,4023.98,148.308,6.07202,300,5,0,5233,2991,1,0,0,0),(67379,18857,530,1,1,0,1,2780.14,4201.67,178.93,3.1057,300,5,0,5233,2991,1,0,0,0),(67380,18857,530,1,1,0,1,2776.01,4154.54,181.336,6.25579,300,5,0,5233,2991,1,0,0,0),(67381,18857,530,1,1,0,1,2858.68,4332.08,148.305,0.155279,300,0,0,5233,2991,0,0,0,0),(67382,18857,530,1,1,0,1,2719.11,4092.57,191.749,2.42047,300,5,0,5233,2991,1,0,0,0),(67383,18857,530,1,1,0,1,2820.19,4151.42,162.599,3.24974,300,5,0,5233,2991,1,0,0,0),(67384,18857,530,1,1,0,1,2852.1,3933.84,155.058,5.74042,300,5,0,5233,2991,1,0,0,0),(67385,18857,530,1,1,0,1,2749.49,3884.96,141.417,1.43954,300,5,0,5233,2991,1,0,0,0),(67386,18858,530,1,1,0,1,4748.66,3436.32,103.832,3.87463,300,0,0,5233,2991,0,0,0,0),(67387,18858,530,1,1,0,1,4708.26,3406.53,107.168,3.65372,300,5,0,5233,2991,1,0,0,0),(67388,18858,530,1,1,0,1,4798.96,3435.3,102.222,5.74213,300,0,0,5233,2991,0,0,0,0),(67389,18858,530,1,1,0,1,4781.28,3474.3,108.574,1.64061,300,0,0,5233,2991,0,0,0,0),(67390,18858,530,1,1,0,1,4819.03,3275.63,148.218,5.69285,300,5,0,5233,2991,1,0,0,0),(67391,18858,530,1,1,0,1,4777.39,3371.02,209.561,1.38925,300,5,0,5233,2991,1,0,0,0),(67392,18858,530,1,1,0,1,4784.99,3313.42,201.13,2.10781,300,5,0,5233,2991,1,0,0,0),(67393,18858,530,1,1,0,1,4781.92,3235.11,167.622,3.90766,300,5,0,5233,2991,1,0,0,0),(67394,18858,530,1,1,0,1,4790.95,3218.85,167.804,1.32321,300,5,0,5233,2991,1,0,0,0),(67395,18858,530,1,1,0,1,4788.48,3182.75,161.17,0.740784,300,5,0,5233,2991,1,0,0,0),(67396,18858,530,1,1,0,1,4789.32,3137.47,153.606,5.46496,300,5,0,5233,2991,1,0,0,0),(67397,18858,530,1,1,0,1,4755.2,3120.85,156.875,4.95808,300,5,0,5233,2991,1,0,0,0),(67398,18858,530,1,1,0,1,4718.33,3124.36,179.856,5.05082,300,5,0,5233,2991,1,0,0,0),(67399,18858,530,1,1,0,1,4712.71,3221.32,159.055,4.72706,300,5,0,5233,2991,1,0,0,0),(67400,18858,530,1,1,0,1,4659.1,3209.13,158.008,5.1704,300,5,0,5233,2991,1,0,0,0),(67401,18858,530,1,1,0,1,4758.86,3292.28,190.682,0.470847,300,5,0,5233,2991,1,0,0,0),(67402,18858,530,1,1,0,1,4653.49,3164.04,158.557,1.22076,300,5,0,5233,2991,1,0,0,0),(67403,18858,530,1,1,0,1,4642.94,3075.69,165.087,5.09473,300,5,0,5233,2991,1,0,0,0),(67404,18858,530,1,1,0,1,4591.84,3108.51,145.379,5.79092,300,5,0,5233,2991,1,0,0,0),(67405,18858,530,1,1,0,1,4609.79,3156.04,148.764,4.11823,300,5,0,5233,2991,1,0,0,0),(67406,18858,530,1,1,0,1,4586.75,3175.58,147.753,1.96287,300,5,0,5233,2991,1,0,0,0),(67407,18858,530,1,1,0,1,4585.57,3168.7,146.753,1.71893,300,5,0,5233,2991,1,0,0,0),(67408,18858,530,1,1,0,1,4546.56,3213.98,144.214,1.25746,300,5,0,5233,2991,1,0,0,0),(67409,18858,530,1,1,0,1,4513.73,3252.62,144.465,0.441833,300,5,0,5233,2991,1,0,0,0),(67410,18858,530,1,1,0,1,4527.18,3254.6,143.965,4.54232,300,5,0,5233,2991,1,0,0,0),(67411,18858,530,1,1,0,1,4584.76,3279.57,157.062,0.446182,300,5,0,5233,2991,1,0,0,0),(67412,18858,530,1,1,0,1,4713.33,3341.79,192.236,5.36546,300,5,0,5233,2991,1,0,0,0),(67413,18858,530,1,1,0,1,4609.66,3358.25,124.371,5.05174,300,5,0,5233,2991,1,0,0,0),(67414,18858,530,1,1,0,1,4652.26,3383.77,111.968,5.1319,300,5,0,5233,2991,1,0,0,0),(67415,18859,530,1,1,0,1,4701.08,3135.11,173.991,1.46751,300,5,0,5233,2991,1,0,0,0),(67416,18859,530,1,1,0,1,4726.59,3300.68,184.907,4.64849,300,5,0,5233,2991,1,0,0,0),(67417,18859,530,1,1,0,1,4661.07,3098.49,163.538,2.61809,300,5,0,5233,2991,1,0,0,0),(67418,18859,530,1,1,0,1,4574.48,3267.89,152.87,0.768855,300,5,0,5233,2991,1,0,0,0),(67419,18860,530,1,1,0,0,3923.11,3782,122.454,4.02296,300,5,0,5589,3155,1,0,0,0),(67420,18860,530,1,1,0,0,3825.46,3830.6,103.632,3.93041,300,5,0,5589,3155,1,0,0,0),(67421,18860,530,1,1,0,0,4036.08,3878.77,191.878,6.27891,300,5,0,5589,3155,1,0,0,0),(67422,18860,530,1,1,0,0,3884.74,3911.89,179.921,5.39399,300,5,0,5589,3155,1,0,0,0),(67423,18864,530,1,1,0,0,3294.05,3429.16,113.932,3.76841,300,5,0,6326,0,1,0,0,0),(67424,18864,530,1,1,0,0,3323.25,3410.65,122.319,4.86054,300,5,0,6326,0,1,0,0,0),(67425,18864,530,1,1,0,0,3313.64,3518.36,127.233,2.82144,300,5,0,6326,0,1,0,0,0),(67426,18864,530,1,1,0,0,3295.06,3552.15,125.789,3.36837,300,5,0,6326,0,1,0,0,0),(67427,18864,530,1,1,0,0,3284.37,3507.81,118.866,0,300,5,0,6326,0,1,0,0,0),(67428,18864,530,1,1,0,0,3312.73,3470.92,110.748,1.13633,300,5,0,6326,0,1,0,0,0),(67429,18864,530,1,1,0,0,3217.39,3422.13,107.593,2.92621,300,5,0,6326,0,1,0,0,0),(67430,18864,530,1,1,0,0,3296.94,3385.61,110.131,4.27923,300,5,0,6326,0,1,0,0,0),(67431,18864,530,1,1,0,0,3245.43,3401.79,111.057,4.4897,300,5,0,6326,0,1,0,0,0),(67432,18864,530,1,1,0,0,3224.94,3450.13,105.264,2.36705,300,5,0,6326,0,1,0,0,0),(67433,18864,530,1,1,0,0,3261.92,3529.28,120.256,3.97935,300,0,0,6326,0,0,0,0,0),(67434,18864,530,1,1,0,0,3272.35,3462.17,105.557,0.628319,300,0,0,6326,0,0,0,0,0),(67435,18864,530,1,1,0,0,3184.06,3380.44,103.3,4.52344,300,5,0,6326,0,1,0,0,0),(67436,18864,530,1,1,0,0,3218.78,3352.55,107.01,1.26584,300,5,0,6326,0,1,0,0,0),(67437,18864,530,1,1,0,0,3147.44,3432.8,105.983,4.51343,300,5,0,6326,0,1,0,0,0),(67438,18864,530,1,1,0,0,3186.96,3484.09,102.04,0.957649,300,5,0,6326,0,1,0,0,0),(67439,18864,530,1,1,0,0,3202.45,3501.85,115.723,0.294054,300,5,0,6326,0,1,0,0,0),(67440,18864,530,1,1,0,0,3277.15,3581.88,124.333,5.26334,300,5,0,6326,0,1,0,0,0),(67441,18864,530,1,1,0,0,3317.78,3580.94,128.545,3.36962,300,5,0,6326,0,1,0,0,0),(67442,18864,530,1,1,0,0,3277.93,3619.59,127.448,5.45413,300,0,0,6326,0,0,0,0,0),(67443,18864,530,1,1,0,0,3321.77,3631.31,134.04,4.44551,300,5,0,6326,0,1,0,0,0),(67444,18864,530,1,1,0,0,3300.67,3673.03,129.645,3.17459,300,0,0,6326,0,0,0,0,0),(67445,18864,530,1,1,0,0,3322.92,3752.08,138.827,4.84173,300,5,0,6326,0,1,0,0,0),(67446,18864,530,1,1,0,0,3278,3842.81,144.062,4.64774,300,5,0,6326,0,1,0,0,0),(67447,18864,530,1,1,0,0,3243.33,3844.58,144.287,0.311668,300,5,0,6326,0,1,0,0,0),(67448,18864,530,1,1,0,0,2882.65,3567.13,160.882,5.54996,300,0,0,6326,0,0,0,0,0),(67449,18864,530,1,1,0,0,2857.43,3576.75,158.965,5.91461,300,0,0,6326,0,0,0,0,0),(67450,18864,530,1,1,0,0,2857.82,3584.08,158.28,4.78056,300,0,0,6326,0,0,0,0,0),(67451,18864,530,1,1,0,0,2836.14,3598.63,156.735,4.97413,300,0,0,6326,0,0,0,0,0),(67452,18864,530,1,1,0,0,2776.58,3810.88,124.008,4.06509,300,5,0,6326,0,1,0,0,0),(67453,18864,530,1,1,0,0,2813.4,3788.76,120.091,3.46994,300,5,0,6326,0,1,0,0,0),(67454,18864,530,1,1,0,0,2773.13,3777.58,124.275,5.00003,300,5,0,6326,0,1,0,0,0),(67455,18864,530,1,1,0,0,2798.14,3740.84,126.582,1.66126,300,5,0,6326,0,1,0,0,0),(67456,18864,530,1,1,0,0,2820.03,3589.53,157.154,3.33374,300,5,0,6326,0,1,0,0,0),(67457,18864,530,1,1,0,0,2859.91,3585.68,157.939,3.06659,300,5,0,6326,0,1,0,0,0),(67458,18864,530,1,1,0,0,2852.62,3611.13,157.372,3.33142,300,5,0,6326,0,1,0,0,0),(67459,18864,530,1,1,0,0,2827.68,3628.34,157.834,6.27733,300,5,0,6326,0,1,0,0,0),(67460,18865,530,1,1,0,0,2665.85,4390.02,123.994,2.91509,300,5,0,5060,2933,1,0,0,0),(67461,18865,530,1,1,0,0,2543.66,4310.21,127.379,0.152946,300,5,0,5060,2933,1,0,0,0),(67462,18865,530,1,1,0,0,2542.55,4279.39,130.243,4.73094,300,5,0,5060,2933,1,0,0,0),(67463,18865,530,1,1,0,0,2565.75,4177.39,141.842,3.3183,300,5,0,5060,2933,1,0,0,0),(203340,24785,571,1,1,0,0,-75.7733,-3292.35,-3.92591,-3.50661,120,0,0,9291,0,2,0,0,0),(67465,18865,530,1,1,0,0,2514.44,3682.6,121.811,4.03628,300,5,0,5060,2933,1,0,0,0),(67466,18865,530,1,1,0,0,2535.39,3608.6,131.495,1.99557,300,5,0,5060,2933,1,0,0,0),(67467,18865,530,1,1,0,0,2641.24,3592.64,152.958,0.342761,300,5,0,5060,2933,1,0,0,0),(67468,18865,530,1,1,0,0,2552.54,3580.13,141.423,4.40083,300,5,0,5060,2933,1,0,0,0),(67469,18865,530,1,1,0,0,2592.61,3183.04,120.723,4.687,300,5,0,5060,2933,1,0,0,0),(67470,18865,530,1,1,0,0,2533.51,3232.95,91.1018,3.52215,300,5,0,5060,2933,1,0,0,0),(67471,18866,530,1,1,0,0,2180.39,2440.31,104.709,1.01882,300,5,0,5233,2991,1,0,0,0),(67472,18866,530,1,1,0,0,2173.13,2412.06,102.207,2.64174,300,5,0,5233,2991,1,0,0,0),(67473,18866,530,1,1,0,0,2131.73,2433.54,89.0972,4.52063,300,0,0,5233,2991,0,0,0,0),(67474,18866,530,1,1,0,0,2188.89,2283.46,73.5119,2.1293,300,0,0,5233,2991,0,0,0,0),(67475,18866,530,1,1,0,0,2216.12,2295.01,81.3983,2.57304,300,0,0,5233,2991,0,0,0,0),(67476,18866,530,1,1,0,0,2248.03,2286.21,86.9455,1.37881,300,0,0,5233,2991,0,0,0,0),(67477,18866,530,1,1,0,0,2222.13,2281.03,82.0513,5.292,300,5,0,5233,2991,1,0,0,0),(67478,18866,530,1,1,0,0,2290.24,2360.72,113.92,5.90215,300,0,0,5233,2991,0,0,0,0),(67479,18866,530,1,1,0,0,2281.94,2313.42,102.416,5.23,300,5,0,5233,2991,1,0,0,0),(67480,18866,530,1,1,0,0,2186.84,2220.45,78.4004,1.37881,300,0,0,5233,2991,0,0,0,0),(67481,18866,530,1,1,0,0,2255.18,2321.21,94.6937,4.35945,300,5,0,5233,2991,1,0,0,0),(67482,18866,530,1,1,0,0,2195.36,2322.1,86.8974,1.30349,300,5,0,5233,2991,1,0,0,0),(67483,18867,530,1,1,0,0,2248.17,2422.3,118.137,4.26927,300,5,0,5233,2991,1,0,0,0),(67484,18867,530,1,1,0,0,2219.74,2427.55,112.154,1.42621,300,5,0,5233,2991,1,0,0,0),(67485,18867,530,1,1,0,0,2171.36,2399.93,97.7397,2.17425,300,0,0,5233,2991,0,0,0,0),(67486,18867,530,1,1,0,0,2135.18,2363.85,74.2083,4.01686,300,0,0,5233,2991,0,0,0,0),(67487,18867,530,1,1,0,0,2181.69,2381.58,97.273,5.39307,300,0,0,5233,2991,0,0,0,0),(67488,18867,530,1,1,0,0,2114.83,2356.22,66.1369,1.45323,300,5,0,5233,2991,1,0,0,0),(67489,18867,530,1,1,0,0,2085.72,2385.06,65.5214,0.383972,300,0,0,5233,2991,0,0,0,0),(67490,18867,530,1,1,0,0,2215.17,2370.35,101.238,3.07113,300,0,0,5233,2991,0,0,0,0),(67491,18867,530,1,1,0,0,2212.4,2305.32,83.9135,4.32105,300,0,0,5233,2991,0,0,0,0),(67492,18867,530,1,1,0,0,2279.17,2344.08,110.104,4.27145,300,5,0,5233,2991,1,0,0,0),(67493,18867,530,1,1,0,0,2206.52,2313.98,85.804,3.29454,300,5,0,5233,2991,1,0,0,0),(67494,18867,530,1,1,0,0,2253.82,2315.84,93.0693,4.5204,300,0,0,5233,2991,0,0,0,0),(67495,18869,530,1,1,0,0,3856.34,1752.41,209.641,2.52975,300,5,0,6542,0,1,0,0,0),(67496,18869,530,1,1,0,0,3890.75,1802.05,227.712,2.67358,300,5,0,6542,0,1,0,0,0),(67497,18869,530,1,1,0,0,3820.65,1828.79,252.746,1.58524,300,5,0,6542,0,1,0,0,0),(67498,18869,530,1,1,0,0,3886.57,1842.37,237.719,4.74659,300,5,0,6542,0,1,0,0,0),(67499,18869,530,1,1,0,0,3979.08,1837.45,231.837,2.40344,300,5,0,6542,0,1,0,0,0),(67500,18869,530,1,1,0,0,3901.4,1883.34,252.908,4.34893,300,5,0,6542,0,1,0,0,0),(67501,18869,530,1,1,0,0,3941.79,1968.72,257.813,6.26878,300,5,0,6542,0,1,0,0,0),(67502,18869,530,1,1,0,0,3844.06,2065.63,254.125,2.2124,300,5,0,6542,0,1,0,0,0),(67503,18869,530,1,1,0,0,3930.55,2030.06,257.156,1.54376,300,5,0,6542,0,1,0,0,0),(67504,18869,530,1,1,0,0,3864.53,2148.02,235.145,0.502469,300,5,0,6542,0,1,0,0,0),(67505,18869,530,1,1,0,0,3914.43,2142.8,235.995,2.03226,300,5,0,6542,0,1,0,0,0),(67506,18869,530,1,1,0,0,4006.11,2097.51,254.346,5.99541,300,0,0,6542,0,0,0,0,0),(67507,18869,530,1,1,0,0,4085.8,2042.73,241.434,3.40339,300,0,0,6542,0,0,0,0,0),(67508,18869,530,1,1,0,0,4049.88,2051.99,253.144,0.802851,300,0,0,6542,0,0,0,0,0),(67509,18870,530,1,1,0,0,3798.83,1750.28,178.759,6.28309,300,0,0,5233,8973,2,0,0,0),(67510,18870,530,1,1,0,0,3883.1,2175.37,235.458,5.03527,300,5,0,5233,8973,1,0,0,0),(67511,18870,530,1,1,0,0,4103.67,2008.72,230.726,3.12046,300,0,0,5233,8973,2,0,0,0),(67512,18870,530,1,1,0,0,4027.92,2080.44,254.493,2.4625,300,5,0,5233,8973,1,0,0,0),(67513,18870,530,1,1,0,0,3998.14,2144.21,236.371,3.03963,300,5,0,5233,8973,1,0,0,0),(67514,18870,530,1,1,0,0,4078.55,2084.31,253.994,0.907571,300,0,0,5233,8973,0,0,0,0),(67515,18870,530,1,1,0,0,4050.52,2113.09,260.246,5.98648,300,0,0,5233,8973,0,0,0,0),(67516,18872,530,1,1,0,1,3451.38,3763.74,145.83,1.25396,300,5,0,6326,0,1,0,0,0),(67517,18872,530,1,1,0,1,3461.8,3716.18,145.598,2.97773,300,5,0,6326,0,1,0,0,0),(67518,18872,530,1,1,0,1,3569.72,3655.27,129.757,3.204,300,5,0,6326,0,1,0,0,0),(67519,18872,530,1,1,0,1,3480.83,3684.24,143.731,1.26418,300,5,0,6326,0,1,0,0,0),(67520,18872,530,1,1,0,1,3525.18,3659.38,141.993,3.61834,300,5,0,6326,0,1,0,0,0),(67521,18872,530,1,1,0,1,3458.01,3675.52,150.502,2.57912,300,5,0,6326,0,1,0,0,0),(67522,18872,530,1,1,0,1,3476.12,3640.4,156.441,5.1314,300,5,0,6326,0,1,0,0,0),(67523,18872,530,1,1,0,1,3471.42,3632.28,140.738,0.401785,300,5,0,6326,0,1,0,0,0),(67524,18872,530,1,1,0,1,3592.73,3591.89,127.39,0.866783,300,5,0,6326,0,1,0,0,0),(67525,18872,530,1,1,0,1,3562.9,3536.68,128.11,3.90582,300,5,0,6326,0,1,0,0,0),(67526,18872,530,1,1,0,1,3490.1,3578.72,158.708,4.60767,300,0,0,6326,0,0,0,0,0),(67527,18872,530,1,1,0,1,3472.1,3574.68,167.441,2.09439,300,0,0,6326,0,0,0,0,0),(67528,18872,530,1,1,0,1,3464.84,3483.73,146.39,3.735,300,0,0,6326,0,0,0,0,0),(67529,18872,530,1,1,0,1,3421.09,3462.32,146.243,1.27409,300,0,0,6326,0,0,0,0,0),(67530,18872,530,1,1,0,1,3392.22,3446.12,140.322,5.28835,300,0,0,6326,0,0,0,0,0),(67531,18872,530,1,1,0,1,3388.58,3487.28,139.944,0.461515,300,5,0,6326,0,1,0,0,0),(67532,18872,530,1,1,0,1,3390.68,3504.14,142.865,1.51216,300,5,0,6326,0,1,0,0,0),(67533,18872,530,1,1,0,1,3368.88,3446.43,140.362,3.59538,300,0,0,6326,0,0,0,0,0),(67534,18872,530,1,1,0,1,3345.08,3642.22,142.315,5.9778,300,5,0,6326,0,1,0,0,0),(67535,18872,530,1,1,0,1,3412.48,3609.1,140.999,0.785398,300,0,0,6326,0,0,0,0,0),(67536,18872,530,1,1,0,1,3409.75,3673.84,148.697,1.46608,300,0,0,6326,0,0,0,0,0),(67537,18872,530,1,1,0,1,3424.25,3661.14,153.203,4.46804,300,0,0,6326,0,0,0,0,0),(67538,18872,530,1,1,0,1,3413.71,3757.16,141.008,6.00811,300,5,0,6326,0,1,0,0,0),(67539,18873,530,1,1,0,1,3473.49,3747.45,146.627,3.19179,300,5,0,5060,2933,1,0,0,0),(67540,18873,530,1,1,0,1,3496.84,3712.04,139.53,1.48455,300,5,0,5060,2933,1,0,0,0),(67541,18873,530,1,1,0,1,3449.43,3702.6,147.646,3.78736,300,0,0,5060,2933,0,0,0,0),(67542,18873,530,1,1,0,1,3509.82,3620.56,151.581,3.22271,300,5,0,5060,2933,1,0,0,0),(67543,18873,530,1,1,0,1,3526.52,3549.78,138.09,4.48457,300,5,0,5060,2933,1,0,0,0),(67544,18873,530,1,1,0,1,3560.75,3538.92,129.36,0.372083,300,5,0,5060,2933,1,0,0,0),(67545,18873,530,1,1,0,1,3465.8,3521.91,146.192,2.72271,300,0,0,5060,2933,0,0,0,0),(67546,18873,530,1,1,0,1,3512.5,3520.83,129.909,2.37987,300,5,0,5060,2933,1,0,0,0),(67547,18873,530,1,1,0,1,3490.27,3573.4,158.703,1.69297,300,0,0,5060,2933,0,0,0,0),(67548,18873,530,1,1,0,1,3459.95,3480.61,146.466,0.558505,300,0,0,5060,2933,0,0,0,0),(67549,18873,530,1,1,0,1,3431.63,3588.57,144.39,4.54752,300,5,0,5060,2933,1,0,0,0),(67550,18873,530,1,1,0,1,3364.2,3459.43,140.362,2.9147,300,0,0,5060,2933,0,0,0,0),(67551,18873,530,1,1,0,1,3353.88,3497.3,133.605,2.57731,300,5,0,5060,2933,1,0,0,0),(67552,18873,530,1,1,0,1,3390.72,3639.1,143.957,1.10365,300,5,0,5060,2933,1,0,0,0),(67553,18873,530,1,1,0,1,3387.91,3643.59,144.518,2.75401,300,5,0,5060,2933,1,0,0,0),(67554,18873,530,1,1,0,1,3369.44,3661.99,143.635,4.01426,300,0,0,5060,2933,0,0,0,0),(67555,18873,530,1,1,0,1,3344.8,3676.61,138.526,4.8997,300,5,0,5060,2933,1,0,0,0),(67556,18873,530,1,1,0,1,3410.26,3684.18,147.597,4.67748,300,0,0,5060,2933,0,0,0,0),(67557,18873,530,1,1,0,1,3387.09,3744.24,143.188,0.121447,300,5,0,5060,2933,1,0,0,0),(67558,18875,530,1,1,0,1,2669.4,3705.81,144.005,0.907571,300,0,0,6326,0,0,0,0,0),(67559,18875,530,1,1,0,1,2642.64,3749.56,144.26,3.2794,300,0,0,6326,0,0,0,0,0),(67560,18875,530,1,1,0,1,2661.16,3757.15,143.673,3.33093,300,0,0,6326,0,0,0,0,0),(67561,18875,530,1,1,0,1,2678.36,3814.74,137.836,5.60251,300,0,0,6326,0,0,0,0,0),(67562,18875,530,1,1,0,1,2675.02,3803.17,139.387,1.0472,300,0,0,6326,0,0,0,0,0),(67563,18875,530,1,1,0,1,2682.55,3803.69,140.165,6.21337,300,0,0,6326,0,0,0,0,0),(67564,18875,530,1,1,0,1,2703.17,3752.98,142.219,1.67552,300,0,0,6326,0,0,0,0,0),(67565,18875,530,1,1,0,1,2668.54,3744.27,143.661,3.78736,300,0,0,6326,0,0,0,0,0),(67566,18875,530,1,1,0,1,2614.03,3762.46,144.079,3.5041,300,0,0,6326,0,0,0,0,0),(67567,18875,530,1,1,0,1,2615.58,3758.32,144.144,3.15665,300,0,0,6326,0,0,0,0,0),(67568,18875,530,1,1,0,1,2606.79,3765.13,143.779,5.05047,300,0,0,6326,0,0,0,0,0),(67569,18875,530,1,1,0,1,2610.79,3763.58,143.788,3.38418,300,0,0,6326,0,0,0,0,0),(67570,18875,530,1,1,0,1,2515.25,3772.53,132.305,2.19912,300,0,0,6326,0,0,0,0,0),(67571,18875,530,1,1,0,1,2654.44,3856.93,137.991,5.81195,300,0,0,6326,0,0,0,0,0),(67572,18875,530,1,1,0,1,2554.17,3885.94,138.648,0.925025,300,0,0,6326,0,0,0,0,0),(67573,18875,530,1,1,0,1,2557.04,3896.53,138.039,4.60767,300,0,0,6326,0,0,0,0,0),(67574,18875,530,1,1,0,1,2600.23,3911.6,136.206,4.95674,300,0,0,6326,0,0,0,0,0),(67575,18875,530,1,1,0,1,2670.7,3821.61,139.292,4.62512,300,0,0,6326,0,0,0,0,0),(67576,18875,530,1,1,0,1,2495.32,3995.77,130.404,4.97417,300,0,0,6326,0,0,0,0,0),(67577,18875,530,1,1,0,1,2499.95,4005.43,132.906,5.51035,300,5,0,6326,0,1,0,0,0),(67578,18875,530,1,1,0,1,2493,4047.59,133.55,4.26711,300,0,0,6326,0,0,0,0,0),(67579,18875,530,1,1,0,1,2483.07,3860.48,125.324,4.57276,300,0,0,6326,0,0,0,0,0),(67580,18875,530,1,1,0,1,2509.69,3829.25,130.747,3.59544,300,0,0,6326,0,0,0,0,0),(67581,18875,530,1,1,0,1,2611.64,3780.26,142.112,5.02655,300,0,0,6326,0,0,0,0,0),(67582,18875,530,1,1,0,1,2602.53,3766.34,143.693,2.76591,300,5,0,6326,0,1,0,0,0),(67583,18877,530,1,1,0,0,4186.52,1622.7,95.4727,1.43566,300,5,0,6542,0,1,0,0,0),(67584,18877,530,1,1,0,0,3808.43,1452.8,-140.581,0.010742,300,5,0,6542,0,1,0,0,0),(67585,18877,530,1,1,0,0,3825.33,1416.79,-139.864,6.15289,300,5,0,6542,0,1,0,0,0),(67586,18877,530,1,1,0,0,3862.84,1495.15,-132.335,4.0726,300,5,0,6542,0,1,0,0,0),(67587,18877,530,1,1,0,0,3902.38,1493.18,-123.526,4.15353,300,5,0,6542,0,1,0,0,0),(67588,18877,530,1,1,0,0,3883.01,1388.94,-133.274,0.315578,300,5,0,6542,0,1,0,0,0),(67589,18877,530,1,1,0,0,3922.31,1349.14,-149.331,2.69759,300,5,0,6542,0,1,0,0,0),(67590,18877,530,1,1,0,0,3944.36,1386.93,-127.766,2.38176,300,5,0,6542,0,1,0,0,0),(67591,18877,530,1,1,0,0,3980.43,1347.91,-132.204,0.837909,300,5,0,6542,0,1,0,0,0),(67592,18877,530,1,1,0,0,3981.83,1422.13,-128.122,5.90835,300,5,0,6542,0,1,0,0,0),(67593,18877,530,1,1,0,0,4013.29,1449.65,-121.635,4.90103,300,5,0,6542,0,1,0,0,0),(67594,18877,530,1,1,0,0,4021.93,1387.15,-126.853,1.04388,300,5,0,6542,0,1,0,0,0),(67595,18877,530,1,1,0,0,3979.98,1486.43,-117.456,4.9389,300,5,0,6542,0,1,0,0,0),(67596,18877,530,1,1,0,0,4019.43,1326.7,-133.651,1.77336,300,5,0,6542,0,1,0,0,0),(67597,18877,530,1,1,0,0,4077.57,1385.07,-123.504,2.26353,300,5,0,6542,0,1,0,0,0),(67598,18877,530,1,1,0,0,4045.65,1414.1,-124.151,3.9773,300,5,0,6542,0,1,0,0,0),(67599,18877,530,1,1,0,0,4121.34,1347.65,-129.975,0.494135,300,5,0,6542,0,1,0,0,0),(67600,18877,530,1,1,0,0,4105.49,1411.35,-120.022,0.651754,300,5,0,6542,0,1,0,0,0),(67601,18877,530,1,1,0,0,4145.53,1389.09,-121.488,2.27556,300,5,0,6542,0,1,0,0,0),(67602,18877,530,1,1,0,0,4153.45,1450.59,-123.637,4.18089,300,5,0,6542,0,1,0,0,0),(67603,18877,530,1,1,0,0,4046.05,1492.68,-120.028,0.444688,300,5,0,6542,0,1,0,0,0),(67604,18877,530,1,1,0,0,3970.91,1576.18,-26.5346,4.34711,300,5,0,6542,0,1,0,0,0),(67605,18877,530,1,1,0,0,3909.74,1548.3,-66.4262,2.3859,300,5,0,6542,0,1,0,0,0),(67606,18877,530,1,1,0,0,4042.79,1578.15,9.565,2.49203,300,5,0,6542,0,1,0,0,0),(67607,18877,530,1,1,0,0,4113.54,1584.2,44.6,1.7024,300,0,0,6542,0,0,0,0,0),(67608,18879,530,1,1,0,0,2916.94,4438.24,113.189,4.7583,300,0,0,6326,0,0,0,0,0),(67609,18879,530,1,1,0,0,2955.86,4415.65,111.674,5.96638,300,5,0,6326,0,1,0,0,0),(67610,18879,530,1,1,0,0,3042.21,4358.01,125.239,1.86412,300,5,0,6326,0,1,0,0,0),(67611,18879,530,1,1,0,0,3023.87,4347.41,126.494,4.58997,300,5,0,6326,0,1,0,0,0),(67612,18879,530,1,1,0,0,3054.55,4317.49,129.188,0.210616,300,5,0,6326,0,1,0,0,0),(67613,18879,530,1,1,0,0,3077.24,4283.08,139.146,3.13769,300,5,0,6326,0,1,0,0,0),(67614,18879,530,1,1,0,0,3321.61,4146.79,150.229,5.46027,300,5,0,6326,0,1,0,0,0),(67615,18879,530,1,1,0,0,3543.85,3981.84,119.236,3.26098,300,5,0,6326,0,1,0,0,0),(67616,18879,530,1,1,0,0,3572.18,3983.11,114.245,4.95405,300,5,0,6326,0,1,0,0,0),(67617,18879,530,1,1,0,0,3587.87,4031.33,136.231,1.0821,300,5,0,6326,0,1,0,0,0),(67618,18879,530,1,1,0,0,3537.39,3826.34,119.26,3.80316,300,0,0,6326,0,0,0,0,0),(67619,18879,530,1,1,0,0,3519.8,3821.54,128.874,3.81908,300,5,0,6326,0,1,0,0,0),(67620,18879,530,1,1,0,0,3568.14,3796.12,112.454,3.87172,300,5,0,6326,0,1,0,0,0),(67621,18879,530,1,1,0,0,3595.61,3869.35,144.047,1.25664,300,5,0,6326,0,1,0,0,0),(67622,18879,530,1,1,0,0,3648.39,3696.74,130.924,5.0091,300,5,0,6326,0,1,0,0,0),(67623,18879,530,1,1,0,0,3590.28,3543.97,119.83,3.18067,300,5,0,6326,0,1,0,0,0),(67624,18879,530,1,1,0,0,3650.69,3531.92,94.4685,0.0743,300,5,0,6326,0,1,0,0,0),(67625,18879,530,1,1,0,0,3150.59,3283.05,107.041,2.94601,300,5,0,6326,0,1,0,0,0),(67626,18879,530,1,1,0,0,3145.96,3228.92,98.0826,4.75584,300,0,0,6326,0,0,0,0,0),(67627,18879,530,1,1,0,0,3285.91,4047.47,149.515,5.10831,300,5,0,6326,0,1,0,0,0),(67628,18879,530,1,1,0,0,3155.09,4089.84,129.896,1.20517,300,5,0,6326,0,1,0,0,0),(67629,18879,530,1,1,0,0,3106.35,4113.14,133.813,3.40433,300,0,0,6326,0,0,0,0,0),(67630,18879,530,1,1,0,0,3059.83,4138.56,146.311,4.5101,300,5,0,6326,0,1,0,0,0),(67631,18879,530,1,1,0,0,2680.82,3020.27,114.998,2.34478,300,5,0,6326,0,1,0,0,0),(67632,18879,530,1,1,0,0,2712.87,2978.52,118.888,3.8267,300,5,0,6326,0,1,0,0,0),(67633,18879,530,1,1,0,0,2756.73,2878.58,102.555,5.50331,300,0,0,6326,0,0,0,0,0),(67634,18879,530,1,1,0,0,2716.06,2913.54,103.57,4.4855,300,5,0,6326,0,1,0,0,0),(67635,18879,530,1,1,0,0,2852.88,2988.04,116.877,1.6927,300,5,0,6326,0,1,0,0,0),(67636,18879,530,1,1,0,0,2915.46,3050.65,119.709,1.88501,300,5,0,6326,0,1,0,0,0),(67637,18879,530,1,1,0,0,2850.81,2722.12,94.0333,1.39313,300,5,0,6326,0,1,0,0,0),(67638,18879,530,1,1,0,0,2910.65,2726.93,94.5374,2.07856,300,0,0,6326,0,0,0,0,0),(67639,18879,530,1,1,0,0,3017.35,2823.36,77.1199,1.37014,300,5,0,6326,0,1,0,0,0),(67640,18879,530,1,1,0,0,3020.98,2883.97,89.2424,0.061357,300,5,0,6326,0,1,0,0,0),(67641,18879,530,1,1,0,0,3085.28,2905.24,91.5077,1.56787,300,5,0,6326,0,1,0,0,0),(67642,18879,530,1,1,0,0,3122.44,2925.24,110.393,0.999233,300,0,0,6326,0,0,0,0,0),(67643,18879,530,1,1,0,0,3212.16,2884.24,136.868,3.38762,300,5,0,6326,0,1,0,0,0),(67644,18879,530,1,1,0,0,3309.06,3121.07,115.732,3.03298,300,5,0,6326,0,1,0,0,0),(67645,18879,530,1,1,0,0,3342.75,3145.07,108.363,3.82045,300,5,0,6326,0,1,0,0,0),(67646,18879,530,1,1,0,0,3259.05,3150.52,130.276,0.890118,300,5,0,6326,0,1,0,0,0),(67647,18879,530,1,1,0,0,3382.64,3173.03,109.642,1.70399,300,5,0,6326,0,1,0,0,0),(67648,18879,530,1,1,0,0,3418.78,3233.35,96.0084,2.27741,300,5,0,6326,0,1,0,0,0),(67649,18879,530,1,1,0,0,3426.52,3241.96,102.311,3.58471,300,5,0,6326,0,1,0,0,0),(67650,18879,530,1,1,0,0,3527.36,3182.98,108.592,6.09862,300,5,0,6326,0,1,0,0,0),(67651,18879,530,1,1,0,0,3509.05,3285.99,97.7506,0.11249,300,5,0,6326,0,1,0,0,0),(67652,18879,530,1,1,0,0,3519.01,3243.43,105.121,5.00895,300,0,0,6326,0,0,0,0,0),(67653,18879,530,1,1,0,0,3534.08,3226.05,100.358,3.64499,300,5,0,6326,0,1,0,0,0),(67654,18879,530,1,1,0,0,3574.87,3197.02,103.73,2.10133,300,5,0,6326,0,1,0,0,0),(67655,18879,530,1,1,0,0,4087.4,3821.3,123.233,1.07176,300,5,0,6326,0,1,0,0,0),(67656,18879,530,1,1,0,0,4059.26,3698.45,105.519,2.56063,300,5,0,6326,0,1,0,0,0),(67657,18879,530,1,1,0,0,3744.53,3970.6,106.53,4.14064,300,5,0,6326,0,1,0,0,0),(67658,18879,530,1,1,0,0,3782.17,4144.79,105.041,4.52476,300,5,0,6326,0,1,0,0,0),(67659,18879,530,1,1,0,0,4154.18,3943.76,129.705,0.976561,300,5,0,6326,0,1,0,0,0),(67660,18879,530,1,1,0,0,4169.32,3961.67,113.83,5.11792,300,5,0,6326,0,1,0,0,0),(67661,18879,530,1,1,0,0,4172.15,3915.28,117.976,4.12557,300,5,0,6326,0,1,0,0,0),(67662,18879,530,1,1,0,0,4244.26,4088.89,88.7728,4.91949,300,5,0,6326,0,1,0,0,0),(67663,18879,530,1,1,0,0,4151.06,4142.36,134.469,4.78974,300,0,0,6326,0,0,0,0,0),(67664,18879,530,1,1,0,0,4111.68,4195.84,131.259,2.05104,300,5,0,6326,0,1,0,0,0),(67665,18879,530,1,1,0,0,4204.2,4188.73,109.929,0.386675,300,5,0,6326,0,1,0,0,0),(67666,18879,530,1,1,0,0,4048.44,4215.36,133.453,2.94773,300,5,0,6326,0,1,0,0,0),(67667,18879,530,1,1,0,0,3951.44,4242.9,130.239,4.64004,300,5,0,6326,0,1,0,0,0),(67668,18879,530,1,1,0,0,3919.21,4212.29,134.15,5.24293,300,5,0,6326,0,1,0,0,0),(67669,18879,530,1,1,0,0,3843.64,4214.03,113.273,3.45007,300,5,0,6326,0,1,0,0,0),(67670,18879,530,1,1,0,0,3875.43,4181.48,132.1,3.41238,300,5,0,6326,0,1,0,0,0),(67671,18879,530,1,1,0,0,3819.02,4187.2,115.923,0.83101,300,5,0,6326,0,1,0,0,0),(67672,18879,530,1,1,0,0,3816.16,4120.46,122.945,1.60207,300,5,0,6326,0,1,0,0,0),(67673,18879,530,1,1,0,0,3771.07,4151.35,110.734,6.10173,300,5,0,6326,0,1,0,0,0),(67674,18880,530,1,1,0,0,3307.2,4042.88,154.878,1.34431,300,0,0,5060,1466,2,0,0,0),(67675,18880,530,1,1,0,0,3500.97,4111.48,119.743,2.19912,300,0,0,5060,1466,2,0,0,0),(67676,18880,530,1,1,0,0,3187.84,3354.89,103.685,4.08862,300,0,0,5060,1466,2,0,0,0),(67677,18880,530,1,1,0,0,3205.65,3602.59,129.265,3.92699,300,0,0,5060,1466,2,0,0,0),(67678,18880,530,1,1,0,0,3083.82,3822.36,142.924,1.07745,300,0,0,5060,1466,2,0,0,0),(67679,18880,530,1,1,0,0,2953.07,4418.92,113.67,4.35302,300,0,0,5060,1466,2,0,0,0),(67680,18880,530,1,1,0,0,3354.15,3934.2,194.995,6.15786,300,0,0,5060,1466,2,0,0,0),(67681,18880,530,1,1,0,0,3355.43,4002.26,172.045,5.00263,300,0,0,5060,1466,2,0,0,0),(67682,18880,530,1,1,0,0,2753.68,3675.19,135.096,4.2898,300,0,0,5060,1466,2,0,0,0),(67683,18880,530,1,1,0,0,3494.52,3825.95,138.826,2.31544,300,0,0,5060,1466,2,0,0,0),(67684,18880,530,1,1,0,0,2701.96,3523.69,138.863,3.9795,300,0,0,5060,1466,2,0,0,0),(67685,18880,530,1,1,0,0,2762.93,2945,117.643,5.05791,300,5,0,5060,1466,1,0,0,0),(67686,18880,530,1,1,0,0,2748.59,3009.8,120.497,3.74936,300,0,0,5060,1466,2,0,0,0),(67687,18880,530,1,1,0,0,2772.31,2938.49,117.357,3.081,300,5,0,5060,1466,1,0,0,0),(67688,18880,530,1,1,0,0,2834.56,3001.47,120.816,1.36919,300,0,0,5060,1466,2,0,0,0),(67689,18880,530,1,1,0,0,2848.07,3093.44,132.735,2.54624,300,0,0,5060,1466,2,0,0,0),(67690,18880,530,1,1,0,0,3211.06,2915.2,126.154,0.481113,300,0,0,5060,1466,2,0,0,0),(67691,18880,530,1,1,0,0,3410.32,3204.18,100.109,4.39867,300,5,0,5060,1466,1,0,0,0),(67692,18880,530,1,1,0,0,3426.87,3303.89,89.7291,3.16112,300,5,0,5060,1466,1,0,0,0),(67693,18881,530,1,1,0,0,2717.66,4449.74,101.402,1.68578,300,5,0,5377,0,1,0,0,0),(67694,18881,530,1,1,0,0,3300.63,3524.81,119.358,1.59618,300,0,0,5377,0,2,0,0,0),(67695,18881,530,1,1,0,0,3283.05,3531.83,117.116,1.61866,300,0,0,5377,0,2,0,0,0),(67696,18881,530,1,1,0,0,3260.27,3469.91,99.7075,1.22928,300,0,0,5377,0,2,0,0,0),(67697,18881,530,1,1,0,0,3193.75,3437.18,93.6388,2.26716,300,0,0,5377,0,2,0,0,0),(67698,18881,530,1,1,0,0,2643.27,4378.19,118.339,0.938328,300,5,0,5377,0,1,0,0,0),(67699,18881,530,1,1,0,0,2581.13,4351.15,127.845,1.90922,300,5,0,5377,0,1,0,0,0),(67700,18881,530,1,1,0,0,2543.05,4402.37,100.065,1.98684,300,5,0,5377,0,1,0,0,0),(67701,18881,530,1,1,0,0,2552.02,4243.6,135.35,1.52586,300,5,0,5377,0,1,0,0,0),(67702,18881,530,1,1,0,0,2549.1,4121.88,139.744,2.26931,300,5,0,5377,0,1,0,0,0),(67703,18881,530,1,1,0,0,2506.12,4159.38,123.404,3.2604,300,5,0,5377,0,1,0,0,0),(67704,18881,530,1,1,0,0,2798.27,3714.25,116.784,1.6657,300,5,0,5377,0,1,0,0,0),(67705,18881,530,1,1,0,0,2496.89,3647.06,120.957,0.224602,300,5,0,5377,0,1,0,0,0),(67706,18881,530,1,1,0,0,2546.66,3649.26,139.208,0.045924,300,5,0,5377,0,1,0,0,0),(67707,18881,530,1,1,0,0,2511.04,3592.13,118.663,2.14607,300,5,0,5377,0,1,0,0,0),(67708,18881,530,1,1,0,0,2551.27,3542.93,140.588,1.53087,300,5,0,5377,0,1,0,0,0),(67709,18881,530,1,1,0,0,2586.05,3597.15,139.657,1.41095,300,5,0,5377,0,1,0,0,0),(67710,18881,530,1,1,0,0,2575.66,3547.15,138.899,2.46411,300,5,0,5377,0,1,0,0,0),(67711,18881,530,1,1,0,0,2628.44,3509.75,141.653,4.60281,300,5,0,5377,0,1,0,0,0),(67712,18881,530,1,1,0,0,2581.93,3304.13,121.838,1.44547,300,5,0,5377,0,1,0,0,0),(67713,18881,530,1,1,0,0,2550.01,3304.69,117.876,1.69019,300,5,0,5377,0,1,0,0,0),(67714,18881,530,1,1,0,0,2583.13,3208.25,117.664,4.17883,300,5,0,5377,0,1,0,0,0),(67715,18881,530,1,1,0,0,2592.76,3149.19,115.16,0.540587,300,5,0,5377,0,1,0,0,0),(67716,18882,530,1,1,0,0,4165.36,3617.03,122.112,1.39421,300,5,0,5747,0,1,0,0,0),(67717,18882,530,1,1,0,0,4255.27,3561.63,132.22,1.29598,300,5,0,5747,0,1,0,0,0),(67718,18882,530,1,1,0,0,4253.62,3632.31,133.192,1.08076,300,5,0,5747,0,1,0,0,0),(67719,18882,530,1,1,0,0,4285.58,3554.08,133.694,3.89534,300,5,0,5747,0,1,0,0,0),(67720,18882,530,1,1,0,0,4298.42,3569.37,132.145,4.00302,300,5,0,5747,0,1,0,0,0),(67721,18882,530,1,1,0,0,4295.69,3621.15,122.378,2.93549,300,5,0,5747,0,1,0,0,0),(67722,18882,530,1,1,0,0,4381.34,3615.63,115.813,5.29453,300,5,0,5747,0,1,0,0,0),(67723,18882,530,1,1,0,0,4460.62,3605.75,111.246,5.52012,300,5,0,5747,0,1,0,0,0),(67724,18882,530,1,1,0,0,4524.58,3573.33,123.444,6.25196,300,5,0,5747,0,1,0,0,0),(67725,18882,530,1,1,0,0,4475.09,3623.43,107.343,2.9689,300,5,0,5747,0,1,0,0,0),(67726,18882,530,1,1,0,0,4575.44,3544.89,110.159,3.23844,300,5,0,5747,0,1,0,0,0),(67727,18882,530,1,1,0,0,4634.73,3486.78,144.273,6.22357,300,5,0,5747,0,1,0,0,0),(67728,18882,530,1,1,0,0,4681.35,3486.59,133.404,4.27364,300,5,0,5747,0,1,0,0,0),(67729,18882,530,1,1,0,0,4711.43,3461.74,127.58,1.50338,300,5,0,5747,0,1,0,0,0),(67730,18882,530,1,1,0,0,4902.58,3246.95,113.411,6.16174,300,5,0,5747,0,1,0,0,0),(67731,18882,530,1,1,0,0,4841.3,3202.69,140.079,1.07613,300,5,0,5747,0,1,0,0,0),(67732,18883,530,1,1,0,0,3513.21,4081.68,119.979,3.28667,300,5,0,6326,0,1,0,0,0),(67733,18883,530,1,1,0,0,2833.43,2494.45,110.971,3.78736,300,0,0,6326,0,0,0,0,0),(67734,18883,530,1,1,0,0,2800.17,2549.74,119.413,2.19912,300,0,0,6326,0,0,0,0,0),(67735,18883,530,1,1,0,0,2918.09,2548.06,121.83,5.83045,300,5,0,6326,0,1,0,0,0),(67736,18883,530,1,1,0,0,2888.4,2472.51,78.6463,0.387579,300,5,0,6326,0,1,0,0,0),(67737,18883,530,1,1,0,0,2835.53,2467.97,124.206,5.28835,300,0,0,6326,0,0,0,0,0),(67738,18883,530,1,1,0,0,2881.87,2444.74,100.919,4.65375,300,5,0,6326,0,1,0,0,0),(67739,18883,530,1,1,0,0,2914.65,2383.33,122.182,4.98841,300,5,0,6326,0,1,0,0,0),(67740,18883,530,1,1,0,0,2915.6,2415.55,124.558,5.53854,300,5,0,6326,0,1,0,0,0),(67741,18883,530,1,1,0,0,2881.14,2383.28,103.42,2.41771,300,5,0,6326,0,1,0,0,0),(67742,18883,530,1,1,0,0,2885.88,2301.29,114.016,6.0607,300,5,0,6326,0,1,0,0,0),(67743,18883,530,1,1,0,0,2852.26,2267.27,114.227,4.86133,300,5,0,6326,0,1,0,0,0),(67744,18883,530,1,1,0,0,2921.35,2351.85,124.497,0.555494,300,5,0,6326,0,1,0,0,0),(67745,18883,530,1,1,0,0,3454.82,2524.13,72.6547,2.12629,300,5,0,6326,0,1,0,0,0),(67746,18883,530,1,1,0,0,3446.66,2562.75,141.056,1.8385,300,0,0,6326,0,0,0,0,0),(67747,18883,530,1,1,0,0,3525.71,2615.14,140.484,6.14115,300,0,0,6326,0,0,0,0,0),(67748,18883,530,1,1,0,0,3530.41,2748.67,153.191,5.92141,300,0,0,6326,0,0,0,0,0),(67749,18883,530,1,1,0,0,3594.2,2681.8,134.543,3.76752,300,5,0,6326,0,1,0,0,0),(67750,18883,530,1,1,0,0,3585.76,2713.24,145.353,3.30642,300,5,0,6326,0,1,0,0,0),(67751,18883,530,1,1,0,0,3688.88,2772.78,143.815,5.64046,300,5,0,6326,0,1,0,0,0),(67752,18883,530,1,1,0,0,3732.93,2790.82,118.76,3.41855,300,5,0,6326,0,1,0,0,0),(67753,18883,530,1,1,0,0,3719.19,2888.58,114.956,4.46173,300,5,0,6326,0,1,0,0,0),(67754,18883,530,1,1,0,0,3721.2,2962.96,111.337,2.32925,300,5,0,6326,0,1,0,0,0),(67755,18883,530,1,1,0,0,3883.7,3301.71,115.693,3.83158,300,5,0,6326,0,1,0,0,0),(67756,18883,530,1,1,0,0,3951.75,3532.13,125.938,0,300,5,0,6326,0,1,0,0,0),(67757,18883,530,1,1,0,0,4480.29,2449.31,113.793,3.24427,300,5,0,6326,0,1,0,0,0),(67758,18883,530,1,1,0,0,4480.87,2447.85,115.491,3.81492,300,5,0,6326,0,1,0,0,0),(67759,18883,530,1,1,0,0,4402.1,2440.82,109.705,5.44543,300,0,0,6326,0,0,0,0,0),(67760,18883,530,1,1,0,0,4486.55,2515.51,118.216,6.03963,300,5,0,6326,0,1,0,0,0),(67761,18883,530,1,1,0,0,4484.61,2515.31,117.261,5.47293,300,0,0,6326,0,0,0,0,0),(67762,18883,530,1,1,0,0,4485.57,2584.99,126.868,0.916352,300,5,0,6326,0,1,0,0,0),(67763,18883,530,1,1,0,0,4453.78,2684.36,116.877,0.221529,300,5,0,6326,0,1,0,0,0),(67764,18883,530,1,1,0,0,4045.84,2649.42,137.993,0,300,5,0,6326,0,1,0,0,0),(67765,18884,530,1,1,0,0,2918.67,2581.06,118.454,3.60655,300,5,0,6326,0,1,0,0,0),(67766,18884,530,1,1,0,0,2935.45,2503.76,130.631,4.51882,300,5,0,6326,0,1,0,0,0),(67767,18884,530,1,1,0,0,2960.46,2547.99,125.564,3.174,300,5,0,6326,0,1,0,0,0),(67768,18884,530,1,1,0,0,2893.02,2083.36,124.983,5.49572,300,5,0,6326,0,1,0,0,0),(67769,18884,530,1,1,0,0,2869.05,2107.1,119.084,0.170768,300,5,0,6326,0,1,0,0,0),(67770,18884,530,1,1,0,0,2852.55,2039.7,106.216,5.42801,300,5,0,6326,0,1,0,0,0),(67771,18884,530,1,1,0,0,3012.55,1966.16,144.46,0.328125,300,5,0,6326,0,1,0,0,0),(67772,18884,530,1,1,0,0,2911.4,1858.99,119.98,4.63328,300,5,0,6326,0,1,0,0,0),(67773,18884,530,1,1,0,0,2983.56,1716.04,123.984,1.31195,300,5,0,6326,0,1,0,0,0),(67774,18884,530,1,1,0,0,3088.95,1756.32,144.732,3.92147,300,5,0,6326,0,1,0,0,0),(67775,18884,530,1,1,0,0,3074.75,1875.31,144.303,2.90461,300,5,0,6326,0,1,0,0,0),(67776,18884,530,1,1,0,0,3112.64,1781.9,145.027,4.15129,300,5,0,6326,0,1,0,0,0),(67777,18884,530,1,1,0,0,3055.09,1912.57,144.633,6.2606,300,5,0,6326,0,1,0,0,0),(67778,18884,530,1,1,0,0,3116.98,1911.13,144.503,3.20053,300,5,0,6326,0,1,0,0,0),(67779,18884,530,1,1,0,0,3073.59,1956.98,144.825,5.06905,300,5,0,6326,0,1,0,0,0),(67780,18884,530,1,1,0,0,3133.47,2014.45,144.513,4.09196,300,5,0,6326,0,1,0,0,0),(67781,18884,530,1,1,0,0,3164.23,2099.64,162.126,5.35921,300,5,0,6326,0,1,0,0,0),(67782,18884,530,1,1,0,0,2988.55,2489.07,123.052,2.96033,300,5,0,6326,0,1,0,0,0),(67783,18884,530,1,1,0,0,3046.97,2437.63,131.34,4.18712,300,5,0,6326,0,1,0,0,0),(67784,18884,530,1,1,0,0,3009.08,2548.72,116.609,0.509091,300,5,0,6326,0,1,0,0,0),(67785,18884,530,1,1,0,0,3114.82,2383.88,127.687,2.31334,300,5,0,6326,0,1,0,0,0),(67786,18884,530,1,1,0,0,3191.63,2437.11,110.204,5.37249,300,5,0,6326,0,1,0,0,0),(67787,18884,530,1,1,0,0,3220.57,2434.74,97.5913,1.59813,300,5,0,6326,0,1,0,0,0),(67788,18884,530,1,1,0,0,3205.83,2497.9,90.7784,5.46256,300,5,0,6326,0,1,0,0,0),(67789,18884,530,1,1,0,0,3218.56,2352.32,112.835,0.632959,300,5,0,6326,0,1,0,0,0),(67790,18884,530,1,1,0,0,3246.47,2388.83,92.5069,1.02317,300,5,0,6326,0,1,0,0,0),(67791,18884,530,1,1,0,0,3259.08,2451.14,82.333,2.07695,300,5,0,6326,0,1,0,0,0),(67792,18884,530,1,1,0,0,3213.15,2296.25,119.505,5.48568,300,5,0,6326,0,1,0,0,0),(67793,18884,530,1,1,0,0,3287.81,2417.17,84.4599,1.46025,300,5,0,6326,0,1,0,0,0),(67794,18884,530,1,1,0,0,3305.35,2377.27,99.951,3.68,300,5,0,6326,0,1,0,0,0),(67795,18884,530,1,1,0,0,3283.18,2285.06,105.132,4.98224,300,5,0,6326,0,1,0,0,0),(67796,18884,530,1,1,0,0,3300.62,2161.32,118.31,6.05265,300,5,0,6326,0,1,0,0,0),(67797,18884,530,1,1,0,0,3286.59,2024.6,119.93,0.501217,300,5,0,6326,0,1,0,0,0),(67798,18884,530,1,1,0,0,3236.81,2060.8,134.717,2.04286,300,5,0,6326,0,1,0,0,0),(67799,18884,530,1,1,0,0,3286.78,2075.82,106.505,2.90088,300,5,0,6326,0,1,0,0,0),(67800,18884,530,1,1,0,0,3237.89,1962.77,136.817,2.31544,300,5,0,6326,0,1,0,0,0),(67801,18884,530,1,1,0,0,3244.04,1989.38,129.424,4.07749,300,5,0,6326,0,1,0,0,0),(67802,18884,530,1,1,0,0,3229.51,2025.75,138.085,0.75334,300,5,0,6326,0,1,0,0,0),(67803,18884,530,1,1,0,0,3321.74,2003.2,96.9592,4.12086,300,5,0,6326,0,1,0,0,0),(67804,18884,530,1,1,0,0,3310.05,1913.14,112.962,0.876683,300,5,0,6326,0,1,0,0,0),(67805,18884,530,1,1,0,0,3243.65,1919.81,134.982,5.61957,300,5,0,6326,0,1,0,0,0),(67806,18884,530,1,1,0,0,3284.18,1948.11,108.19,2.8959,300,5,0,6326,0,1,0,0,0),(67807,18884,530,1,1,0,0,3181.58,1841.03,144.481,4.59694,300,5,0,6326,0,1,0,0,0),(67808,18884,530,1,1,0,0,3224.45,1792.34,139.001,5.0715,300,5,0,6326,0,1,0,0,0),(67809,18884,530,1,1,0,0,3213.9,1749.6,128.847,5.63011,300,5,0,6326,0,1,0,0,0),(67810,18884,530,1,1,0,0,3160.72,1820.71,144.569,0.668219,300,5,0,6326,0,1,0,0,0),(67811,18884,530,1,1,0,0,3193.59,1720.83,125.946,0.47076,300,5,0,6326,0,1,0,0,0),(67812,18884,530,1,1,0,0,3163.34,1769.97,142.88,1.04665,300,5,0,6326,0,1,0,0,0),(67813,18884,530,1,1,0,0,3145.31,1675.47,132.913,5.4539,300,5,0,6326,0,1,0,0,0),(67814,18884,530,1,1,0,0,3074.59,1695.08,138.378,2.18865,300,5,0,6326,0,1,0,0,0),(67815,18884,530,1,1,0,0,3117.31,1712.76,145.546,0.266938,300,5,0,6326,0,1,0,0,0),(67816,18884,530,1,1,0,0,3051.02,1718.5,133.646,2.5262,300,5,0,6326,0,1,0,0,0),(67817,18884,530,1,1,0,0,3119.41,1653.11,134.969,4.22691,300,5,0,6326,0,1,0,0,0),(67818,18884,530,1,1,0,0,3207.88,1680.61,108.98,3.70061,300,5,0,6326,0,1,0,0,0),(67819,18884,530,1,1,0,0,3278.68,1753.88,109.855,0.74186,300,5,0,6326,0,1,0,0,0),(67820,18884,530,1,1,0,0,3248.17,1706.92,106.484,1.14821,300,5,0,6326,0,1,0,0,0),(67821,18884,530,1,1,0,0,3294.27,1820.93,125.524,3.0153,300,5,0,6326,0,1,0,0,0),(67822,18884,530,1,1,0,0,3315.95,1782.54,108.348,3.74856,300,5,0,6326,0,1,0,0,0),(67823,18884,530,1,1,0,0,3256.85,2123.43,131.137,5.62933,300,5,0,6326,0,1,0,0,0),(67824,18884,530,1,1,0,0,3325.52,2314.26,93.2369,3.11133,300,5,0,6326,0,1,0,0,0),(67825,18884,530,1,1,0,0,3373.93,2322.51,83.5595,0.001953,300,5,0,6326,0,1,0,0,0),(67826,18884,530,1,1,0,0,3349.62,2341.91,90.299,3.48219,300,5,0,6326,0,1,0,0,0),(67827,18884,530,1,1,0,0,3361.24,2397.57,73.2957,5.11063,300,5,0,6326,0,1,0,0,0),(67828,18884,530,1,1,0,0,3304.21,2442.34,75.299,4.30993,300,5,0,6326,0,1,0,0,0),(67829,18884,530,1,1,0,0,3343.44,2504.87,87.1829,5.20792,300,5,0,6326,0,1,0,0,0),(67830,18884,530,1,1,0,0,3337.23,2510.01,87.513,6.13402,300,5,0,6326,0,1,0,0,0),(67831,18884,530,1,1,0,0,3256.06,2514,93.1302,1.75537,300,5,0,6326,0,1,0,0,0),(67832,18885,530,1,1,0,0,2972.73,3125.94,123.628,5.56344,300,5,0,25304,0,1,0,0,0),(67833,18885,530,1,1,0,0,3001.2,3182.39,128.071,1.42476,300,5,0,25304,0,1,0,0,0),(67834,18885,530,1,1,0,0,3019.2,3188.43,120.783,2.9689,300,5,0,25304,0,1,0,0,0),(67835,18885,530,1,1,0,0,2959.98,3230.44,144.5,4.56732,300,5,0,25304,0,1,0,0,0),(67836,18885,530,1,1,0,0,2957.83,3310.84,152.367,6.27769,300,5,0,25304,0,1,0,0,0),(67837,18886,530,1,1,0,0,4680.65,2933.53,128.592,6.0329,300,0,0,27044,0,2,0,0,0),(67838,18886,530,1,1,0,0,4694.27,3000.52,131.828,3.77376,300,0,0,27044,0,2,0,0,0),(67839,18886,530,1,1,0,0,4793.85,2559.35,107.75,1.50123,300,0,0,27044,0,2,0,0,0),(67840,18886,530,1,1,0,0,4824.48,2413.03,117.565,3.26098,300,0,0,27044,0,2,0,0,0),(67841,18886,530,1,1,0,0,4805.06,2965.26,136.835,5.9299,300,0,0,27044,0,2,0,0,0),(67842,18886,530,1,1,0,0,4834.34,2888.76,143.825,2.3002,300,0,0,27044,0,2,0,0,0),(67843,18886,530,1,1,0,0,4861.56,2899.58,149.45,2.18968,300,0,0,27044,0,2,0,0,0),(67844,18886,530,1,1,0,0,4889.34,2820.24,95.6049,3.79193,300,0,0,27044,0,2,0,0,0),(67845,18886,530,1,1,0,0,4807.69,2724.2,84.9414,1.7298,300,0,0,27044,0,2,0,0,0),(67846,18886,530,1,1,0,0,4705.97,2725.82,112.599,5.00162,300,0,0,27044,0,2,0,0,0),(67847,18886,530,1,1,0,0,4671.17,2833.75,119.971,0.381413,300,0,0,27044,0,2,0,0,0),(67848,18886,530,1,1,0,0,4735.84,3006.33,126.361,3.80215,300,0,0,27044,0,2,0,0,0),(67849,18886,530,1,1,0,0,4894.06,2678.78,79.1418,6.12247,300,0,0,27044,0,2,0,0,0),(67850,18891,555,3,1,0,0,-61.349,40.7063,0.679355,2.3911,86400,0,0,6986,0,0,0,0,0),(67851,18892,530,1,1,0,1,-3765.81,-11528.6,-134.513,5.09134,300,5,0,737,2175,1,0,0,0),(67852,18892,530,1,1,0,1,-3727.51,-11539.3,-130.86,3.71755,300,5,0,737,2175,1,0,0,0),(67853,18892,530,1,1,0,1,-3709,-11521.3,-134.674,0.261799,300,5,0,737,2175,1,0,0,0),(67854,18892,530,1,1,0,1,-3707.23,-11532.5,-131.121,5.23599,300,5,0,737,2175,1,0,0,0),(67855,18892,530,1,1,0,1,-3672.76,-11531,-129.785,1.51844,300,5,0,737,2175,1,0,0,0),(67856,18892,530,1,1,0,1,-3652.9,-11560.7,-128.469,0.401426,300,5,0,737,2175,1,0,0,0),(67857,18892,530,1,1,0,1,-3645.16,-11548.5,-121.795,5.46288,300,5,0,737,2175,1,0,0,0),(67858,18892,530,1,1,0,1,-3621.43,-11505.5,-121.395,6.07375,300,5,0,737,2175,1,0,0,0),(67859,18892,530,1,1,0,1,-3632.8,-11508.6,-121.54,4.72984,300,5,0,737,2175,1,0,0,0),(67860,18892,530,1,1,0,1,-3637.4,-11541.1,-121.832,4.88692,300,5,0,737,2175,1,0,0,0),(67861,18892,530,1,1,0,1,-3622.87,-11535,-121.524,5.60251,300,5,0,737,2175,1,0,0,0),(67862,18892,530,1,1,0,1,-3632.59,-11520.9,-121.584,3.22886,300,5,0,737,2175,1,0,0,0),(67864,18895,530,1,1,0,0,-2165.33,6647.25,0.38844,6.19592,300,0,0,349300,0,0,0,0,0),(67865,18896,530,1,1,0,0,-4023.85,-11452.4,-134.78,4.38078,300,0,0,42,0,0,0,0,0),(67866,18896,530,1,1,0,0,-4090.45,-11443,-139.769,3.56047,300,0,0,42,0,0,0,0,0),(67867,18896,530,1,1,0,0,-4046.59,-11432.6,-139.168,0.907571,300,0,0,42,0,0,0,0,0),(67868,18896,530,1,1,0,0,-4113.2,-11418.8,-139.777,2.49582,300,0,0,42,0,0,0,0,0),(67869,18896,530,1,1,0,0,-4066.28,-11397,-139.529,0.366519,300,0,0,42,0,0,0,0,0),(67870,18896,530,1,1,0,0,-4101.06,-11361.8,-137.371,4.2586,300,0,0,42,0,0,0,0,0),(67871,18897,530,1,1,0,1,-2160.02,6666.19,2.58939,5.2709,300,0,0,6986,0,0,0,0,0),(83245,19168,554,3,1,0,0,308.593,5.20942,25.3862,3.14629,86400,0,0,29587,3155,0,0,0,0),(67873,18899,530,1,1,0,0,-4072,-11503.4,-135.166,3.88533,300,0,0,11828,0,0,0,0,0),(67874,18900,530,1,1,0,0,-4075.82,-11499.9,-134.991,3.93298,300,0,0,11828,0,0,0,0,0),(67875,18901,530,1,1,0,0,-4071.89,-11501.7,-135.027,3.98902,300,0,0,11828,0,0,0,0,0),(67876,18902,530,1,1,0,0,-4073.22,-11500.1,-134.935,4.0214,300,0,0,8280,6443,0,0,0,0),(67877,18903,530,1,1,0,0,-4075.4,-11502.5,-135.187,3.87109,300,0,0,8280,6443,0,0,0,0),(67878,18905,530,1,1,0,1,-568.976,4151.49,68.217,3.735,300,0,0,2201,5875,0,0,0,0),(67879,18906,530,1,1,0,0,229.118,4333.73,119.083,3.07178,300,0,0,5416,0,0,0,0,0),(67880,18907,530,1,1,0,1,-174.478,5529.21,29.4909,3.33358,300,0,0,3498,0,2,0,0,0),(67881,18908,530,1,1,0,1,1056.38,7370.99,39.6667,3.85718,300,0,0,5803,0,0,0,0,0),(67882,18909,530,1,1,0,1,227.562,7772.52,44.3647,4.83456,300,0,0,59140,0,0,0,0,0),(67883,18909,530,1,1,0,1,247.851,7754.45,23.1506,4.18908,300,0,0,59140,0,2,0,0,0),(67884,18909,530,1,1,0,1,244.393,7753.65,23.1943,4.01096,300,0,0,59140,0,2,0,0,0),(67885,18909,530,1,1,0,1,250.273,7785.7,23.2861,4.67748,300,0,0,59140,0,0,0,0,0),(67886,18909,530,1,1,0,1,258.001,7785.07,23.2876,4.59022,300,0,0,59140,0,0,0,0,0),(67887,18909,530,1,1,0,1,275.478,7770.59,47.315,4.60767,300,0,0,59140,0,0,0,0,0),(67888,18909,530,1,1,0,1,210.132,7831.2,33.6989,5.03562,300,0,0,59140,0,2,0,0,0),(67889,18909,530,1,1,0,1,211.459,7820.77,22.8326,5.60534,300,0,0,59140,0,2,0,0,0),(67890,18909,530,1,1,0,1,337.702,7830.23,38.2113,0.034907,300,0,0,59140,0,0,0,0,0),(67891,18909,530,1,1,0,1,294.126,7867.24,42.1308,3.28122,300,0,0,59140,0,0,0,0,0),(67892,18909,530,1,1,0,1,278.378,7838.09,22.6146,4.17134,300,0,0,59140,0,2,0,0,0),(67893,18909,530,1,1,0,1,180.524,7910.89,49.1125,4.00769,300,0,0,59140,0,2,0,0,0),(67894,18909,530,1,1,0,1,284.379,7943.77,52.2524,5.95529,300,0,0,59140,0,2,0,0,0),(67895,18909,530,1,1,0,1,287.554,7959.56,20.3741,1.18682,300,0,0,59140,0,0,0,0,0),(67896,18909,530,1,1,0,1,281.657,7962.89,20.7491,1.01229,300,0,0,59140,0,0,0,0,0),(67897,18909,530,1,1,0,1,185.376,7959.4,23.1946,2.44346,300,0,0,59140,0,0,0,0,0),(67898,18909,530,1,1,0,1,189.114,7964.57,23.8196,2.51327,300,0,0,59140,0,0,0,0,0),(67899,18909,530,1,1,0,1,364.505,7847.5,22.1642,0.139626,300,0,0,59140,0,0,0,0,0),(67900,18909,530,1,1,0,1,364.847,7855.6,22.1073,6.14356,300,0,0,59140,0,0,0,0,0),(67901,18909,530,1,1,0,1,258.792,7787.22,23.2634,3.91051,300,0,0,59140,0,2,0,0,0),(67902,18909,530,1,1,0,1,343.293,7864.33,43.5953,4.36333,300,0,0,59140,0,2,0,0,0),(67903,18909,530,1,1,0,1,291.122,7825.22,42.1554,4.78221,300,0,0,59140,0,0,0,0,0),(67904,18909,530,1,1,0,1,434.477,7845.83,22.42,3.11491,300,0,0,59140,0,2,0,0,0),(67905,18909,530,1,1,0,1,431.275,7846.57,22.3906,2.97447,300,0,0,59140,0,2,0,0,0),(67906,18910,530,1,1,0,1,75.2937,5261.42,23.0839,4.71207,300,0,0,59140,0,2,0,0,0),(67907,18910,530,1,1,0,1,75.2937,5261.42,23.0839,4.66963,300,0,0,59140,0,2,0,0,0),(67908,18910,530,1,1,0,1,87.0159,5238.03,22.673,2.60054,300,0,0,59140,0,0,0,0,0),(67909,18910,530,1,1,0,1,81.2724,5230.44,22.5131,2.23402,300,0,0,59140,0,0,0,0,0),(67910,18910,530,1,1,0,1,104.302,5221.67,22.331,4.5601,300,0,0,59140,0,2,0,0,0),(67911,18911,530,1,1,0,1,-279.86,5551.56,22.5139,2.05949,300,0,0,3662,0,0,0,0,0),(67912,18912,530,1,1,0,0,-1087.95,5637.74,58.1453,0.005273,300,5,0,1805,0,1,0,0,0),(67913,18912,530,1,1,0,0,-1094.9,5612.69,56.9977,0.525723,300,5,0,1805,0,1,0,0,0),(67914,18912,530,1,1,0,0,-1115.81,5659.75,58.8931,4.39867,300,5,0,1805,0,1,0,0,0),(67915,18912,530,1,1,0,0,-1077.91,5732.63,55.5586,1.04353,300,5,0,1805,0,1,0,0,0),(67916,18912,530,1,1,0,0,-1117.66,5638.14,57.8413,4.87117,300,5,0,1805,0,1,0,0,0),(67917,18912,530,1,1,0,0,-1137.1,5596.29,57.053,5.65691,300,5,0,1805,0,1,0,0,0),(67918,18912,530,1,1,0,0,-1133.44,5625.9,59.2548,4.60767,300,0,0,1805,0,0,0,0,0),(67919,18912,530,1,1,0,0,-1215.53,5783.08,54.3708,4.95609,300,5,0,1805,0,1,0,0,0),(67920,18912,530,1,1,0,0,-1245.97,5742.96,39.2694,2.59001,300,5,0,1805,0,1,0,0,0),(67921,18912,530,1,1,0,0,-1220.03,5758.62,44.3811,5.14411,300,5,0,1805,0,1,0,0,0),(67922,18912,530,1,1,0,0,-1222.21,5789.91,54.3071,4.04916,300,0,0,1805,0,0,0,0,0),(67923,18912,530,1,1,0,0,-1195.28,5817.99,42.8706,3.72244,300,5,0,1805,0,1,0,0,0),(67924,18912,530,1,1,0,0,-1245.39,5778.01,2.24032,4.51124,300,5,0,1805,0,1,0,0,0),(67925,18912,530,1,1,0,0,-1309.48,5851.39,8.30251,2.13862,300,0,0,1805,0,0,0,0,0),(67926,18912,530,1,1,0,0,-1331.42,5885.79,10.8063,2.13862,300,0,0,1805,0,0,0,0,0),(67927,18912,530,1,1,0,0,-1331.97,5897.61,12.2277,1.6077,300,0,0,1805,0,0,0,0,0),(67928,18912,530,1,1,0,0,-1310.23,5886.11,24.667,6.01849,300,0,0,1805,0,0,0,0,0),(67929,18912,530,1,1,0,0,-1285.43,5850.42,39.5688,5.45134,300,0,0,1805,0,0,0,0,0),(67930,18912,530,1,1,0,0,-1284.75,5835.39,40.8265,4.53871,300,0,0,1805,0,0,0,0,0),(67931,18912,530,1,1,0,0,-1360.95,5834.37,18.856,4.68872,300,0,0,1805,0,0,0,0,0),(67932,18913,530,1,1,0,0,-1229.58,7161.33,57.3484,2.47837,300,0,0,4731,2790,0,0,0,0),(67933,18914,530,1,1,0,0,-2761.41,7300.42,43.5535,1.72788,300,0,0,4731,2790,0,0,0,0),(67934,18916,530,1,1,0,0,-3817.35,-11403.3,-104.345,4.5204,300,0,0,11828,0,0,0,0,0),(67935,18917,530,1,1,0,0,-3818.97,-11466.7,-138.442,2.59027,300,0,0,2136,5751,0,0,0,0),(67936,18918,530,1,1,0,0,-3814.76,-11466.9,-138.393,2.64336,300,0,0,405,1202,0,0,0,0),(67937,18919,530,1,1,0,0,-3815.67,-11464.7,-138.395,2.66588,300,0,0,405,1202,0,0,0,0),(67938,18921,530,1,1,0,0,-3963.99,-11768.7,-134.809,2.44346,300,0,0,7048,0,0,0,0,0),(67939,18922,530,1,1,0,1,244.799,5985.4,22.7321,2.0343,300,5,0,59140,0,1,0,0,0),(67940,18922,530,1,1,0,1,273.689,5975.17,22.3513,1.46608,300,0,0,59140,0,0,0,0,0),(67941,18922,530,1,1,0,1,246.776,6011.9,21.6035,2.46091,300,0,0,59140,0,0,0,0,0),(67942,18922,530,1,1,0,1,256.051,6005.69,21.3839,2.55361,300,0,0,59140,0,2,0,0,0),(67943,18922,530,1,1,0,1,290.854,5975.65,22.3513,1.46608,300,0,0,59140,0,0,0,0,0),(67944,18922,530,1,1,0,1,251.167,6020.14,21.5993,2.47837,300,0,0,59140,0,0,0,0,0),(67945,18922,530,1,1,0,1,251.146,6031.97,44.3767,4.10107,300,5,0,59140,0,1,0,0,0),(67946,18922,530,1,1,0,1,244.354,6014.18,21.6301,1.00605,300,0,0,59140,0,2,0,0,0),(67947,18922,530,1,1,0,1,271.757,6071.51,130.251,6.19925,300,0,0,59140,0,2,0,0,0),(67948,18922,530,1,1,0,1,285.808,6008.43,144.73,1.38447,300,0,0,59140,0,2,0,0,0),(67949,18922,530,1,1,0,1,228.736,6065.35,148.395,2.77507,300,0,0,59140,0,0,0,0,0),(67950,18922,530,1,1,0,1,225.118,6053.65,148.395,2.72271,300,0,0,59140,0,0,0,0,0),(67951,18922,530,1,1,0,1,277.188,5959.85,149.789,4.79965,300,0,0,59140,0,0,0,0,0),(67952,18922,530,1,1,0,1,288.313,5960.04,149.792,4.41568,300,0,0,59140,0,0,0,0,0),(67953,18924,530,1,1,0,1,-3968.33,-11766.8,-134.87,5.63741,300,0,0,7048,0,0,0,0,0),(67954,18926,530,1,1,0,0,9482.34,-6805.51,16.5757,0.750492,300,0,0,198,0,2,0,0,0),(67955,18929,530,1,1,0,0,9552.02,-6825.11,16.5134,2.51327,300,0,0,198,0,0,0,0,0),(67956,18930,530,1,1,0,1,-176.42,1028.53,54.2562,3.1765,300,0,0,59140,0,0,0,0,0),(67957,18931,530,1,1,0,1,-323.81,1027.61,54.2399,6.14356,300,0,0,59140,0,0,0,0,0),(67958,18933,530,1,1,0,0,-3338.71,4703.58,-100.968,3.57792,300,0,0,43010,2933,0,0,0,0),(67959,18937,530,1,1,0,0,2187.88,6794,183.413,3.07178,300,0,0,17742,0,0,0,0,0),(67960,18938,530,1,1,0,0,3085.3,3600.82,144.009,3.89776,300,0,0,17742,0,0,0,0,0),(67961,18939,530,1,1,0,1,-3980.97,2156.29,105.233,3.29867,300,0,0,17742,0,0,0,0,0),(67962,18940,530,1,1,0,0,-1831.95,5298.3,-12.3448,1.76278,300,0,0,17742,0,0,0,0,0),(67963,18942,530,1,1,0,1,-584.367,4104.07,91.5878,3.64774,300,0,0,14193,2790,0,0,0,0),(67964,18943,530,1,1,0,1,1053.68,7087.82,117.871,5.41052,300,0,0,59140,0,0,0,0,0),(67965,18943,530,1,1,0,1,1069.62,7102.94,117.678,5.23599,300,0,0,59140,0,0,0,0,0),(67966,18943,530,1,1,0,1,926.915,7368.89,20.0122,2.70526,300,0,0,59140,0,0,0,0,0),(67967,18943,530,1,1,0,1,931.885,7390.36,20.2622,2.94961,300,0,0,59140,0,0,0,0,0),(67968,18943,530,1,1,0,1,931.566,7377.42,19.9784,1.35181,300,0,0,59140,0,2,0,0,0),(67969,18943,530,1,1,0,1,930.026,7379.34,20.2017,2.89156,300,0,0,59140,0,2,0,0,0),(67970,18943,530,1,1,0,1,1010.02,7350.51,36.4582,5.15911,300,0,0,59140,0,2,0,0,0),(67971,18943,530,1,1,0,1,1001.51,7452.37,23.0625,1.76278,300,0,0,59140,0,0,0,0,0),(67972,18943,530,1,1,0,1,1023.81,7459.85,23.0694,1.71042,300,0,0,59140,0,0,0,0,0),(239030,16976,530,1,1,0,0,-1398.05,2706.7,-25.9928,3.10872,300,0,0,4142,0,0,0,0,0),(239029,16976,530,1,1,0,0,-1397.99,2708.44,-26.4023,3.10872,300,0,0,4979,0,0,0,0,0),(239028,16976,530,1,1,0,0,-1397.93,2710.42,-26.8659,3.10872,300,0,0,4142,0,0,0,0,0),(239027,16976,530,1,1,0,0,-1397.86,2712.52,-27.3575,3.10872,300,0,0,4979,0,0,0,0,0),(239026,16976,530,1,1,0,0,-1396.21,2714.18,-27.3022,3.10872,300,0,0,4979,0,0,0,0,0),(239025,16976,530,1,1,0,0,-1396.36,2711.65,-26.7283,3.17156,300,0,0,4142,0,0,0,0,0),(239024,16976,530,1,1,0,0,-1396.3,2709.44,-26.1717,3.17156,300,0,0,4142,0,0,0,0,0),(239023,16976,530,1,1,0,0,-1396.23,2707.34,-25.6429,3.17156,300,0,0,4142,0,0,0,0,0),(239022,16976,530,1,1,0,0,-1396.66,2705.21,-25.2415,3.17156,300,0,0,4142,0,0,0,0,0),(93880,21228,548,1,1,0,0,441.469,-763.936,-7.14424,2.16359,604800,0,0,100520,48465,0,0,0,0),(93881,21228,548,1,1,0,0,398.658,-684.657,-7.59175,4.98486,604800,0,0,100520,48465,0,0,0,0),(1976582,30502,571,1,4,0,0,7267.49,-863.623,926.054,4.49835,300,0,0,50400,0,0,0,0,0),(1976581,30502,571,1,4,0,0,7254.86,-874.686,924.123,6.22622,300,0,0,50400,0,0,0,0,0),(1976499,30591,571,1,2,0,0,7313.07,-975.323,913.812,4.36112,300,0,0,12175,3893,0,0,0,0),(68016,18949,530,1,1,0,1,-275.911,1083.75,54.3343,1.5708,30,0,0,9160,68820,0,0,0,0),(68001,18945,530,1,1,0,1,-420.58,1832.27,75.1,4.6,10,0,0,236000,330900,0,0,0,0),(68009,18947,530,1,1,0,0,9310.45,-6552.7,34.8352,1.12043,300,0,0,186,191,0,0,0,0),(68015,18949,530,1,1,0,1,-272.632,1075,54.3557,1.5708,30,0,0,9160,68820,0,0,0,0),(68128,18971,530,1,1,0,1,-228.478,1074.47,54.3336,2.51033,30,0,0,9160,68820,0,0,0,0),(68127,18971,530,1,1,0,1,-225.987,1083.23,54.3374,2.71726,30,0,0,9160,68820,0,0,0,0),(68266,18986,530,1,1,0,1,-270.575,1093.28,41.923,1.5708,30,0,0,12650,29330,0,0,0,0),(68265,18986,530,1,1,0,1,-261.812,1092.96,41.8783,1.5708,30,0,0,12650,29330,0,0,0,0),(68264,18986,530,1,1,0,1,-253.246,1093.04,41.9172,1.5708,30,0,0,12650,29330,0,0,0,0),(68263,18986,530,1,1,0,1,-257.407,1092.94,41.9379,1.5708,30,0,0,12650,29330,0,0,0,0),(68262,18986,530,1,1,0,1,-265.912,1092.97,41.8355,1.5708,30,0,0,12650,29330,0,0,0,0),(86071,18972,530,1,1,0,1,-236.089,1094.24,41.6667,1.5708,30,0,0,7590,29330,0,0,0,0),(86070,18972,530,1,1,0,1,-231.307,1094.23,41.6667,1.5708,30,0,0,7590,29330,0,0,0,0),(86069,18972,530,1,1,0,1,-245.398,1094.1,41.6667,1.5708,30,0,0,7590,29330,0,0,0,0),(68027,18951,530,1,1,0,1,9250.39,-7255.58,16.4268,0.506145,300,0,0,178,382,2,0,0,0),(68028,18952,530,1,1,0,1,-110.188,2078.02,99.966,1.79767,300,5,0,3989,0,1,0,0,0),(68029,18952,530,1,1,0,1,-101.362,2045.48,98.552,5.8162,300,5,0,3989,0,1,0,0,0),(68030,18952,530,1,1,0,1,-72.6413,2068.28,102.55,5.7612,300,5,0,3989,0,1,0,0,0),(68031,18952,530,1,1,0,1,-114.26,2143.51,97.5027,3.57183,300,5,0,3989,0,1,0,0,0),(68032,18952,530,1,1,0,1,13.4236,2894.13,37.6033,3.55297,300,5,0,3989,0,1,0,0,0),(68033,18952,530,1,1,0,1,9.26835,2893.04,37.6033,2.76597,300,5,0,3989,0,1,0,0,0),(68034,18952,530,1,1,0,1,4.95046,2867.7,44.6932,1.0936,300,5,0,3989,0,1,0,0,0),(68035,18952,530,1,1,0,1,2.55567,2859.12,46.7117,2.89673,300,5,0,3989,0,1,0,0,0),(68036,18952,530,1,1,0,1,-149.359,2774.88,39.2597,5.42949,300,5,0,3989,0,1,0,0,0),(68037,18952,530,1,1,0,1,-167.487,2802.72,30.9929,6.17264,300,5,0,3989,0,1,0,0,0),(68038,18952,530,1,1,0,1,-142.692,2808.9,37.6039,5.13019,300,5,0,3989,0,1,0,0,0),(68039,18952,530,1,1,0,1,-171.668,2801.84,29.9948,1.1586,300,5,0,3989,0,1,0,0,0),(68040,18952,530,1,1,0,1,-170.622,2762.75,34.2039,6.27745,300,5,0,3989,0,1,0,0,0),(68041,18952,530,1,1,0,1,-144.391,2678.83,44.8936,4.87722,300,5,0,3989,0,1,0,0,0),(68042,18952,530,1,1,0,1,-119.962,2687.87,48.325,3.40922,300,5,0,3989,0,1,0,0,0),(68043,18952,530,1,1,0,1,-452.758,2960.41,12.3362,0.31897,300,5,0,3989,0,1,0,0,0),(68044,18952,530,1,1,0,1,-411.2,2905.57,17.3322,1.88668,300,5,0,3989,0,1,0,0,0),(68045,18952,530,1,1,0,1,-481.297,2894.42,32.0992,3.12938,300,5,0,3989,0,1,0,0,0),(68046,18952,530,1,1,0,1,-448.117,2923.37,21.6268,4.54371,300,5,0,3989,0,1,0,0,0),(68047,18952,530,1,1,0,1,-363.269,2814.2,9.1592,5.33071,300,5,0,3989,0,1,0,0,0),(68048,18952,530,1,1,0,1,-338.485,2733.79,23.3821,5.28631,300,5,0,3989,0,1,0,0,0),(68049,18952,530,1,1,0,1,-172.218,2634.15,40.6063,3.00536,300,5,0,3989,0,1,0,0,0),(68050,18952,530,1,1,0,1,-302.083,2548.94,42.4713,4.71239,300,0,0,3989,0,0,0,0,0),(68051,18952,530,1,1,0,1,-156.676,2600.86,40.8138,2.55088,300,5,0,3989,0,1,0,0,0),(68052,18952,530,1,1,0,1,-158.788,2591.5,40.8241,0.552806,300,5,0,3989,0,1,0,0,0),(68053,18952,530,1,1,0,1,-306.667,2484.04,39.0435,5.88073,300,5,0,3989,0,1,0,0,0),(68054,18952,530,1,1,0,1,-338.624,2519.26,42.3943,2.63578,300,5,0,3989,0,1,0,0,0),(68055,18952,530,1,1,0,1,-308.955,2522.86,42.2424,1.30858,300,5,0,3989,0,1,0,0,0),(68056,18952,530,1,1,0,1,-155.98,2507.21,44.1619,0.223758,300,5,0,3989,0,1,0,0,0),(68057,18952,530,1,1,0,1,-159.073,2506.05,44.0555,2.50476,300,5,0,3989,0,1,0,0,0),(68058,18952,530,1,1,0,1,-151.688,2546.45,40.2336,1.21969,300,5,0,3989,0,1,0,0,0),(68059,18952,530,1,1,0,1,-310.891,2421.64,44.5324,0.78027,300,5,0,3989,0,1,0,0,0),(68060,18952,530,1,1,0,1,-313.26,2440.01,42.6022,5.83111,300,5,0,3989,0,1,0,0,0),(68061,18952,530,1,1,0,1,-296.286,2437.06,43.5621,4.08426,300,5,0,3989,0,1,0,0,0),(68062,18952,530,1,1,0,1,-281.732,2420.52,46.2124,1.45141,300,5,0,3989,0,1,0,0,0),(68063,18952,530,1,1,0,1,-276.498,2405.19,49.2473,4.89312,300,5,0,3989,0,1,0,0,0),(68064,18952,530,1,1,0,1,-143.998,2493.98,45.8577,5.89951,300,5,0,3989,0,1,0,0,0),(68065,18952,530,1,1,0,1,-162.641,2417.57,46.5033,2.67995,300,5,0,3989,0,1,0,0,0),(68066,18952,530,1,1,0,1,-290.533,2353.56,50.4748,5.46808,300,5,0,3989,0,1,0,0,0),(68067,18952,530,1,1,0,1,-274.434,2369.91,48.9288,4.32789,300,5,0,3989,0,1,0,0,0),(68068,18952,530,1,1,0,1,-176.91,2385.9,51.5181,3.37796,300,5,0,3989,0,1,0,0,0),(68069,18952,530,1,1,0,1,-169.955,2386.56,52.0181,3.34932,300,5,0,3989,0,1,0,0,0),(68070,18952,530,1,1,0,1,-115.515,2422.52,53.0231,1.16702,300,5,0,3989,0,1,0,0,0),(68071,18952,530,1,1,0,1,-127.083,2462.18,47.2003,4.71222,300,5,0,3989,0,1,0,0,0),(68072,18952,530,1,1,0,1,-134.375,2652.34,47.8599,1.5708,300,5,0,3989,0,1,0,0,0),(68073,18952,530,1,1,0,1,-128.491,2632.86,48.3219,0.432725,300,5,0,3989,0,1,0,0,0),(68074,18952,530,1,1,0,1,-377.861,2720.64,32.838,3.71472,300,5,0,3989,0,1,0,0,0),(68075,18952,530,1,1,0,1,-314.77,2703.63,26.4133,3.09916,300,5,0,3989,0,1,0,0,0),(68076,18952,530,1,1,0,1,-348.901,2689.35,34.3666,3.26124,300,5,0,3989,0,1,0,0,0),(68077,18952,530,1,1,0,1,-345.526,2617.75,43.9924,1.09187,300,5,0,3989,0,1,0,0,0),(68078,18952,530,1,1,0,1,-330.683,2584.69,45.5595,5.98684,300,5,0,3989,0,1,0,0,0),(68079,18952,530,1,1,0,1,-311.365,2567.19,42.7888,0,300,5,0,3989,0,1,0,0,0),(68080,18952,530,1,1,0,1,-363.472,2323.66,48.0848,5.70845,300,5,0,3989,0,1,0,0,0),(68081,18952,530,1,1,0,1,-280.365,2328.92,53.4853,2.0174,300,5,0,3989,0,1,0,0,0),(68082,18953,530,1,1,0,1,2451.06,6022.06,154.839,3.35103,300,0,0,14193,2790,0,0,0,0),(68083,18954,530,1,1,0,1,8843.81,-6286.78,9.2513,3.66519,300,0,0,186,191,0,0,0,0),(68084,18955,530,1,1,0,0,-4097.5,-11493.2,-134.195,1.48353,300,0,0,42,0,0,0,0,0),(68085,18955,530,1,1,0,0,-4000.69,-11438.3,-136.994,6.23082,300,0,0,42,0,0,0,0,0),(68086,18955,530,1,1,0,0,-4111.34,-11364,-139.624,4.97419,300,0,0,42,0,0,0,0,0),(68087,18955,530,1,1,0,0,-3721.7,-11515.3,-126.778,3.75246,300,0,0,42,0,0,0,0,0),(68088,18955,530,1,1,0,0,-4114.02,-11759.6,-137.148,3.71755,300,0,0,42,0,0,0,0,0),(68089,18955,530,1,1,0,0,-4134.39,-11682.3,-143.514,4.08407,300,0,0,42,0,0,0,0,0),(68090,18955,530,1,1,0,0,-4196.92,-11721.8,-142.677,1.02974,300,0,0,42,0,0,0,0,0),(68091,18955,530,1,1,0,0,-4210.54,-11728.3,-129.865,5.79449,300,0,0,42,0,0,0,0,0),(68092,18955,530,1,1,0,0,-4260.06,-11582.8,-123.3,4.24115,300,0,0,42,0,0,0,0,0),(68093,18955,530,1,1,0,0,-3946.36,-11778.5,-134.598,6.19592,300,0,0,42,0,0,0,0,0),(68094,18955,530,1,1,0,0,-3899.6,-11853.5,-40.1573,3.4383,300,0,0,42,0,0,0,0,0),(68095,18955,530,1,1,0,0,-3952.08,-11809.1,-20.7606,2.89725,300,0,0,42,0,0,0,0,0),(68096,18955,530,1,1,0,0,-3857.78,-11847.6,-60.845,1.8675,300,0,0,42,0,0,0,0,0),(68097,18957,530,1,1,0,1,-2621.78,4450.3,36.1768,4.62512,300,0,0,6210,0,0,0,0,0),(68098,18959,530,1,1,0,1,-2641.01,4374.94,35.7306,1.16937,300,0,0,5341,0,0,0,0,0),(68099,18960,530,1,1,0,1,-2657.4,4451.18,36.409,3.50811,300,0,0,6448,0,0,0,0,0),(68100,18962,530,1,1,0,1,-2639.38,4425.39,36.7662,2.82743,300,0,0,6448,0,0,0,0,0),(125629,30193,571,1,1,0,0,5841.79,-2986.62,296.55,3.17903,120,0,0,1,0,0,0,0,0),(125628,30193,571,1,1,0,0,5722.96,-3059.55,307.44,0.541052,120,0,0,1,0,0,0,0,0),(125627,30193,571,1,1,0,0,5705.17,-2973.33,296.55,0.139626,120,0,0,1,0,0,0,0,0),(125626,30193,571,1,1,0,0,5704.68,-2986.66,300.274,0.366519,120,0,0,1,0,0,0,0,0),(125625,30193,571,1,1,0,0,5730.83,-3041.42,300.28,0.488692,120,0,0,1,0,0,0,0,0),(68106,18964,530,1,1,0,0,-2351.51,6369.09,28.2082,2.04368,300,5,0,3715,0,1,0,0,0),(68107,18964,530,1,1,0,0,-2342.93,6371.27,27.6693,2.36087,300,5,0,3715,0,1,0,0,0),(68108,18964,530,1,1,0,0,-1835.8,6620.02,-4.5717,0.831668,300,5,0,3715,0,1,0,0,0),(68109,18964,530,1,1,0,0,-1772.38,8821.69,28.1739,5.96555,300,5,0,3715,0,1,0,0,0),(68110,18964,530,1,1,0,0,-1772.05,8831.58,28.0505,6.01998,300,5,0,3715,0,1,0,0,0),(86068,18972,530,1,1,0,1,-240.736,1094.17,41.6667,1.5708,30,0,0,7590,29330,0,0,0,0),(86066,18972,530,1,1,0,1,-249.345,1094.04,41.6667,1.5708,30,0,0,7590,29330,0,0,0,0),(68126,18970,530,1,1,0,1,-239.247,1084.99,47.4066,1.5708,30,0,0,12652,0,0,0,0,0),(68125,18970,530,1,1,0,1,-235.209,1088.15,45.3476,1.5708,30,0,0,12652,0,0,0,0,0),(68124,18970,530,1,1,0,1,-238.932,1088.06,45.3673,1.5708,30,0,0,12652,0,0,0,0,0),(68123,18970,530,1,1,0,1,-235.748,1085.1,47.3696,1.5708,30,0,0,12652,0,0,0,0,0),(68122,18970,530,1,1,0,1,-232.25,1085.21,47.3327,1.5708,30,0,0,12652,0,0,0,0,0),(68119,18967,530,1,1,0,0,-337.492,962.619,54.3719,1.22173,300,0,0,1,0,0,0,0,0),(68120,18968,530,1,1,0,0,-161.318,965.41,54.3738,1.5708,300,0,0,1,0,0,0,0,0),(68023,18970,530,1,1,0,1,-231.948,1088.23,45.3315,1.5708,30,0,0,12652,0,0,0,0,0),(68121,18969,530,1,1,0,1,-230.449,1071.93,54.3084,1.5708,30,0,0,111780,47325,0,0,0,0),(68118,18966,530,1,1,0,1,-269.544,1071.83,54.3084,1.5708,30,0,0,111780,47325,0,0,0,0),(68116,18965,530,1,1,0,1,-265.187,1086.36,46.23,1.5708,30,0,0,12652,0,0,0,0,0),(68115,18965,530,1,1,0,1,-265.322,1083.37,48.2152,1.5708,30,0,0,12652,0,0,0,0,0),(68114,18965,530,1,1,0,1,-260.593,1083.48,48.1924,1.5708,30,0,0,12652,0,0,0,0,0),(68113,18965,530,1,1,0,1,-260.548,1086.05,46.4834,1.5708,30,0,0,12652,0,0,0,0,0),(68129,18973,530,1,1,0,1,-2587.75,4364.67,27.37,5.20108,300,0,0,11828,0,0,0,0,0),(68130,18973,530,1,1,0,1,-2578.28,4369.82,27.4777,5.14872,300,0,0,11828,0,0,0,0,0),(68131,18973,530,1,1,0,1,-2562.28,4397.47,58.6866,0.926115,300,0,0,11828,0,2,0,0,0),(68132,18973,530,1,1,0,1,-2582.7,4367.51,27.1443,5.49226,300,0,0,11828,0,2,0,0,0),(68133,18973,530,1,1,0,1,-2703.84,4379.9,27.7854,3.54302,300,0,0,11828,0,0,0,0,0),(68134,18973,530,1,1,0,1,-2676.4,4429,37.2164,4.76475,300,0,0,11828,0,2,0,0,0),(68135,18973,530,1,1,0,1,-2691.49,4429.63,37.0914,4.76475,300,0,0,11828,0,2,0,0,0),(68136,18973,530,1,1,0,1,-2684.1,4429.38,37.0914,4.7822,300,0,0,11828,0,2,0,0,0),(68137,18973,530,1,1,0,1,-2684.36,4422.62,37.2164,4.88692,300,0,0,11828,0,2,0,0,0),(68138,18973,530,1,1,0,1,-2691.36,4422.04,37.2164,4.66003,300,0,0,11828,0,2,0,0,0),(68139,18973,530,1,1,0,1,-2703.43,4441.87,59.9773,3.3168,300,5,0,11828,0,1,0,0,0),(68140,18973,530,1,1,0,1,-2677.2,4421.97,37.2164,4.92183,300,0,0,11828,0,2,0,0,0),(68141,18973,530,1,1,0,1,-2706.72,4389.08,27.0354,3.52556,300,0,0,11828,0,0,0,0,0),(68142,18975,530,1,1,0,1,-494.545,1906.82,89.9858,0.516116,300,5,0,3191,2289,1,0,0,0),(68143,18975,530,1,1,0,1,-433.394,1855.28,81.2366,4.69872,300,0,0,3191,2289,0,0,0,0),(68144,18975,530,1,1,0,1,-400.087,1833.37,77.5318,5.42797,300,0,0,3191,2289,0,0,0,0),(68145,18975,530,1,1,0,1,90.8476,1725.94,43.6332,2.55523,300,0,0,3191,2289,0,0,0,0),(68146,18975,530,1,1,0,1,120.555,1762.26,43.4283,3.30136,300,0,0,3191,2289,0,0,0,0),(68147,18975,530,1,1,0,1,133.336,1733.17,41.429,2.42601,300,0,0,3191,2289,0,0,0,0),(68148,18975,530,1,1,0,1,77.1706,1770.55,47.386,1.37881,300,0,0,3191,2289,0,0,0,0),(68149,18975,530,1,1,0,1,63.4181,1762.57,47.7799,2.42601,300,0,0,3191,2289,0,0,0,0),(68150,18975,530,1,1,0,1,166.546,1733.47,37.1687,0.698132,300,0,0,3191,2289,0,0,0,0),(68151,18975,530,1,1,0,1,58.5455,1798.13,49.3967,5.45428,300,5,0,3191,2289,1,0,0,0),(68152,18975,530,1,1,0,1,189.745,1765.82,32.6552,2.54818,300,0,0,3191,2289,0,0,0,0),(68153,18975,530,1,1,0,1,201.947,1758.21,27.6612,3.97935,300,0,0,3191,2289,0,0,0,0),(68154,18975,530,1,1,0,1,199.479,1776.24,28.9152,3.11239,300,5,0,3191,2289,1,0,0,0),(68155,18975,530,1,1,0,1,-10.7821,1900.59,62.3397,1.58825,300,0,0,3191,2289,0,0,0,0),(68156,18975,530,1,1,0,1,7.10124,1895.24,57.7269,0.925025,300,0,0,3191,2289,0,0,0,0),(68157,18975,530,1,1,0,1,26.4833,1911.86,63.0853,6.09671,300,5,0,3191,2289,1,0,0,0),(68158,18975,530,1,1,0,1,-100.452,1866.46,75.5582,3.87463,300,0,0,3191,2289,0,0,0,0),(68159,18975,530,1,1,0,1,-100.109,1900.35,77.6004,2.05949,300,0,0,3191,2289,0,0,0,0),(68160,18975,530,1,1,0,1,-67.0118,1866.85,69.6134,5.53269,300,0,0,3191,2289,0,0,0,0),(68161,18975,530,1,1,0,1,-87.1859,1924.06,76.8468,2.37404,300,0,0,3191,2289,0,0,0,0),(68162,18975,530,1,1,0,1,-5.10167,1921.83,65.7911,1.7345,300,5,0,3191,2289,1,0,0,0),(68163,18975,530,1,1,0,1,-141.417,1933.11,83.2113,1.91986,300,0,0,3191,2289,0,0,0,0),(68164,18975,530,1,1,0,1,-157.447,1960.46,92.8812,6.12125,300,5,0,3191,2289,1,0,0,0),(68165,18975,530,1,1,0,1,-124.975,1928.58,81.4313,0.785398,300,0,0,3191,2289,0,0,0,0),(68166,18975,530,1,1,0,1,-376.464,1886.52,104.315,3.18063,300,5,0,3191,2289,1,0,0,0),(68167,18975,530,1,1,0,1,-400.17,1866.58,90.3053,0.733038,300,0,0,3191,2289,0,0,0,0),(68168,18975,530,1,1,0,1,-329.95,1826.03,82.3826,6.26573,300,0,0,3191,2289,0,0,0,0),(68169,18975,530,1,1,0,1,-339.541,1839.58,85.962,0.05236,300,0,0,3191,2289,0,0,0,0),(68170,18975,530,1,1,0,1,-300.473,1841.98,90.6681,0.182826,300,5,0,3191,2289,1,0,0,0),(68171,18975,530,1,1,0,1,-596.206,1767.17,66.7966,1.0821,300,0,0,3191,2289,0,0,0,0),(68172,18975,530,1,1,0,1,-581.555,1761.09,61.3788,5.72468,300,0,0,3191,2289,0,0,0,0),(68173,18975,530,1,1,0,1,-566.403,1766.93,58.5212,4.08407,300,0,0,3191,2289,0,0,0,0),(68174,18975,530,1,1,0,1,-533.873,1800.03,59.2283,0.680678,300,0,0,3191,2289,0,0,0,0),(68175,18975,530,1,1,0,1,-566.369,1799.79,64.7981,2.21657,300,0,0,3191,2289,0,0,0,0),(68176,18975,530,1,1,0,1,-552.06,1836.49,68.646,0.558553,300,5,0,3191,2289,1,0,0,0),(68177,18975,530,1,1,0,1,-579.107,1811.73,68.9075,4.43946,300,5,0,3191,2289,1,0,0,0),(68178,18975,530,1,1,0,1,-510.814,1832.7,66.3445,1.98968,300,0,0,3191,2289,0,0,0,0),(68179,18975,530,1,1,0,1,-533.425,1766.86,52.6957,5.60251,300,0,0,3191,2289,0,0,0,0),(68180,18975,530,1,1,0,1,-491.104,1838.75,68.7595,1.65806,300,0,0,3191,2289,0,0,0,0),(68181,18975,530,1,1,0,1,-526.571,1888.65,80.7784,3.65771,300,5,0,3191,2289,1,0,0,0),(68182,18975,530,1,1,0,1,-433.4,1833.45,74.0648,3.90954,300,0,0,3191,2289,0,0,0,0),(68183,18975,530,1,1,0,1,-433.239,1866.51,84.7817,2.37365,300,0,0,3191,2289,0,0,0,0),(68184,18975,530,1,1,0,1,-377.32,1818.47,75.5253,3.081,300,5,0,3191,2289,1,0,0,0),(68185,18975,530,1,1,0,1,-383.874,1908.16,112.882,3.56516,300,5,0,3191,2289,1,0,0,0),(68186,18976,530,1,1,0,0,394.057,2730.63,52.1406,3.17237,300,0,0,5341,0,0,0,0,0),(68187,18977,530,1,1,0,1,-407.621,1566.64,40.5662,5.06196,300,5,0,9958,0,1,0,0,0),(68188,18977,530,1,1,0,1,-316.133,1567.48,46.9488,5.01189,300,5,0,9958,0,1,0,0,0),(68189,18977,530,1,1,0,1,-194.323,1242.73,36.9157,4.51247,300,5,0,9958,0,1,0,0,0),(68190,18977,530,1,1,0,1,-447.411,1701.13,45.9384,5.39959,300,5,0,9958,0,1,0,0,0),(68191,18978,530,1,1,0,0,-543.723,2107.77,98.1402,4.79625,300,5,0,891,896,1,0,0,0),(68192,18978,530,1,1,0,0,-546.235,2044.79,100.256,3.31335,300,5,0,891,896,1,0,0,0),(68193,18978,530,1,1,0,0,-543.846,2046.76,101.756,3.55576,300,5,0,891,896,1,0,0,0),(68194,18978,530,1,1,0,0,-538.394,2111.39,99.89,2.71249,300,5,0,891,896,1,0,0,0),(68195,18978,530,1,1,0,0,-554.154,1982.65,91.3693,1.53785,300,5,0,891,896,1,0,0,0),(68196,18978,530,1,1,0,0,-551.622,1996.13,98.9409,3.95737,300,5,0,891,896,1,0,0,0),(68197,18978,530,1,1,0,0,-524.537,2010.6,82.1818,3.62545,300,5,0,891,896,1,0,0,0),(68198,18978,530,1,1,0,0,-520.677,2012.27,82.4318,3.21198,300,5,0,891,896,1,0,0,0),(68199,18978,530,1,1,0,0,-516.199,1944.87,83.2691,3.74716,300,5,0,891,896,1,0,0,0),(68200,18978,530,1,1,0,0,-508.908,1949.27,83.9721,5.98454,300,5,0,891,896,1,0,0,0),(68201,18978,530,1,1,0,0,-482.36,1985.98,86.9067,6.07771,300,5,0,891,896,1,0,0,0),(68202,18978,530,1,1,0,0,-482.659,1984.58,86.9736,1.27856,300,5,0,891,896,1,0,0,0),(68203,18978,530,1,1,0,0,169.603,2222.71,48.5115,3.66462,300,5,0,891,896,1,0,0,0),(68204,18978,530,1,1,0,0,219.121,2252.11,40.6322,4.86066,300,5,0,891,896,1,0,0,0),(68205,18978,530,1,1,0,0,218.729,2244.98,42.0072,6.08356,300,5,0,891,896,1,0,0,0),(68206,18978,530,1,1,0,0,178.616,2227.16,46.4067,4.79075,300,5,0,891,896,1,0,0,0),(68207,18978,530,1,1,0,0,168.879,2280.5,45.5932,2.16318,300,5,0,891,896,1,0,0,0),(68208,18978,530,1,1,0,0,172.367,2286.77,45.4418,2.09237,300,5,0,891,896,1,0,0,0),(68209,18978,530,1,1,0,0,245.551,2245.27,51.5368,6.25746,300,5,0,891,896,1,0,0,0),(68210,18978,530,1,1,0,0,244.203,2253.86,51.5368,1.84946,300,5,0,891,896,1,0,0,0),(68211,18978,530,1,1,0,0,182.92,2346.69,38.4906,0.865433,300,5,0,891,896,1,0,0,0),(68212,18978,530,1,1,0,0,192.723,2353.23,40.2232,5.58018,300,5,0,891,896,1,0,0,0),(68213,18978,530,1,1,0,0,211.966,2377.08,53.9277,2.19668,300,5,0,891,896,1,0,0,0),(68214,18978,530,1,1,0,0,208.146,2379.47,53.5527,5.50315,300,5,0,891,896,1,0,0,0),(68215,18978,530,1,1,0,0,247.813,2296.05,48.7126,4.77298,300,5,0,891,896,1,0,0,0),(68216,18978,530,1,1,0,0,247.598,2308.36,49.5097,0.361932,300,5,0,891,896,1,0,0,0),(68217,18978,530,1,1,0,0,145.284,2364.78,54.3112,1.84267,300,0,0,891,896,0,0,0,0),(68218,18978,530,1,1,0,0,146.575,2365.45,53.8177,2.24544,300,0,0,891,896,0,0,0,0),(68219,18978,530,1,1,0,0,219.539,2206.08,41.7683,1.8503,300,5,0,891,896,1,0,0,0),(68220,18978,530,1,1,0,0,247.555,2176.07,41.6461,1.54385,300,5,0,891,896,1,0,0,0),(68221,18978,530,1,1,0,0,241.859,2178.26,40.2711,0.878654,300,5,0,891,896,1,0,0,0),(68222,18978,530,1,1,0,0,224.716,2202.25,42.9799,0.667146,300,5,0,891,896,1,0,0,0),(68223,18978,530,1,1,0,0,257.937,2111.54,41.1141,4.93587,300,5,0,891,896,1,0,0,0),(68224,18978,530,1,1,0,0,251.254,2114.73,40.6141,4.89559,300,5,0,891,896,1,0,0,0),(68225,18978,530,1,1,0,0,212.942,2113.72,41.7988,1.56851,300,5,0,891,896,1,0,0,0),(68226,18978,530,1,1,0,0,217.67,2123.17,42.1738,2.54273,300,5,0,891,896,1,0,0,0),(68227,18978,530,1,1,0,0,217.155,2069.77,36.6462,6.21466,300,5,0,891,896,1,0,0,0),(68228,18978,530,1,1,0,0,219.25,2064.36,36.4444,2.89058,300,5,0,891,896,1,0,0,0),(68229,18978,530,1,1,0,0,248.357,2056.55,35.4444,0.648199,300,5,0,891,896,1,0,0,0),(68230,18978,530,1,1,0,0,251.427,2045.79,32.6944,1.3593,300,5,0,891,896,1,0,0,0),(68231,18978,530,1,1,0,0,187.535,2029.32,27.5174,4.94695,300,5,0,891,896,1,0,0,0),(68232,18978,530,1,1,0,0,195.141,2021.16,22.8924,1.5927,300,5,0,891,896,1,0,0,0),(68233,18978,530,1,1,0,0,238.623,2020.71,20.9047,1.23872,300,5,0,891,896,1,0,0,0),(68234,18978,530,1,1,0,0,236.472,2014.31,18.5297,1.39889,300,5,0,891,896,1,0,0,0),(68235,18978,530,1,1,0,0,-537.654,2183.36,62.0257,4.78669,300,5,0,891,896,1,0,0,0),(68236,18978,530,1,1,0,0,-551.894,2186.79,60.1914,4.57519,300,5,0,891,896,1,0,0,0),(68237,18978,530,1,1,0,0,-520.797,2147.18,78.4964,1.70593,300,5,0,891,896,1,0,0,0),(68238,18978,530,1,1,0,0,-520.168,2140.99,79.065,6.02246,300,5,0,891,896,1,0,0,0),(68239,18978,530,1,1,0,0,-490.132,2123.62,76.7201,4.72514,300,5,0,891,896,1,0,0,0),(68240,18978,530,1,1,0,0,-452.65,2075.86,91.6443,3.30837,300,5,0,891,896,1,0,0,0),(68241,18978,530,1,1,0,0,-449.953,2088.62,91.6059,1.20335,300,5,0,891,896,1,0,0,0),(68242,18978,530,1,1,0,0,-487.988,2037.73,91.4761,4.43787,300,5,0,891,896,1,0,0,0),(68243,18978,530,1,1,0,0,-481.388,2047.37,92.3511,4.33965,300,5,0,891,896,1,0,0,0),(68244,18978,530,1,1,0,0,-479.967,2079.76,82.9206,0.689086,300,5,0,891,896,1,0,0,0),(68245,18978,530,1,1,0,0,-477.829,2081.56,83.2956,0.386902,300,5,0,891,896,1,0,0,0),(68246,18978,530,1,1,0,0,-482.032,2114.95,82.9608,5.55168,300,5,0,891,896,1,0,0,0),(68247,18978,530,1,1,0,0,-458.351,2150.79,86.2795,2.7426,300,5,0,891,896,1,0,0,0),(68248,18978,530,1,1,0,0,-464.088,2151.14,84.504,3.3598,300,5,0,891,896,1,0,0,0),(68249,18978,530,1,1,0,0,-422.194,2049.36,93.6916,2.70644,300,5,0,891,896,1,0,0,0),(68250,18978,530,1,1,0,0,-408.999,2051.68,94.4416,2.11604,300,5,0,891,896,1,0,0,0),(68251,18978,530,1,1,0,0,-448.959,2019.53,92.0684,2.41887,300,5,0,891,896,1,0,0,0),(68252,18978,530,1,1,0,0,-450.379,2015.9,91.9829,5.446,300,5,0,891,896,1,0,0,0),(68253,18978,530,1,1,0,0,-419.004,2113.84,87.8432,2.16863,300,5,0,891,896,1,0,0,0),(68254,18978,530,1,1,0,0,-424.417,2110.84,88.3432,4.01771,300,5,0,891,896,1,0,0,0),(68255,18981,530,1,1,0,1,-434.641,1827.35,71.8601,3.45075,300,0,0,3314,2369,0,0,0,0),(68256,18981,530,1,1,0,1,133.094,1707.62,38.5515,2.42214,300,5,0,3314,2369,1,0,0,0),(68257,18981,530,1,1,0,1,166.5,1692.54,29.4923,0.046672,300,5,0,3314,2369,1,0,0,0),(68258,18981,530,1,1,0,1,-69.8685,1894.91,71.5604,2.27391,300,5,0,3314,2369,1,0,0,0),(68259,18981,530,1,1,0,1,-535.204,1795.23,58.0589,5.6811,300,5,0,3314,2369,1,0,0,0),(68260,18981,530,1,1,0,1,-392.329,1905.29,108.69,1.04151,300,0,0,3314,2369,0,0,0,0),(68261,18984,530,1,1,0,0,-2609.28,4420.52,36.3579,4.7822,300,0,0,6448,0,0,0,0,0),(68017,18950,530,1,1,0,1,-229.442,1098.11,41.6667,1.5708,30,0,0,12652,0,0,0,0,0),(68021,18948,530,1,1,0,1,-254.498,1098.19,41.6667,1.5708,30,0,0,12652,0,0,0,0,0),(68013,18948,530,1,1,0,1,-264.079,1098.18,41.6716,1.5708,30,0,0,12652,0,0,0,0,0),(68012,18948,530,1,1,0,1,-259.395,1098.42,41.6679,1.5708,30,0,0,12652,0,0,0,0,0),(68011,18948,530,1,1,0,1,-272.049,1097.78,41.936,1.5708,30,0,0,12652,0,0,0,0,0),(68010,18948,530,1,1,0,1,-267.365,1098.02,41.7141,1.5708,30,0,0,12652,0,0,0,0,0),(68268,18987,530,1,1,0,1,-707.75,2749.15,94.805,2.96706,300,0,0,3113,0,0,0,0,0),(68269,18988,530,1,1,0,1,194.006,2605.81,87.3669,1.85005,300,0,0,3113,0,0,0,0,0),(68270,18990,530,1,1,0,0,123.621,4386.27,114.782,5.58505,300,0,0,3113,0,0,0,0,0),(68271,18991,530,1,1,0,0,-655.603,4187.3,68.632,4.60767,300,0,0,3113,0,0,0,0,0),(68272,18992,530,1,1,0,1,1044.28,8477.67,58.8093,5.20379,300,0,0,5527,0,0,0,0,0),(68273,18993,530,1,1,0,0,-178.006,5527.99,29.4909,0.331613,300,0,0,3113,0,2,0,0,0),(68286,18997,530,1,1,0,1,-587.469,4171.82,66.136,3.45575,300,0,0,2590,2568,0,0,0,0),(68287,18998,530,1,1,0,1,-624.134,4090.53,91.6557,0.418879,300,0,0,2665,2620,0,0,0,0),(68288,18999,530,1,1,0,1,-2886.41,3976.08,2.06325,6.26573,300,0,0,11430,0,0,0,0,0),(68289,18999,530,1,1,0,1,-2887.38,3983.41,2.06325,0.174533,300,0,0,11430,0,0,0,0,0),(68290,18999,530,1,1,0,1,-2908.26,3922.4,13.4073,4.47425,300,0,0,11430,0,2,0,0,0),(68291,18999,530,1,1,0,1,-2968.74,3983.77,1.09953,4.57276,300,0,0,11430,0,0,0,0,0),(68292,18999,530,1,1,0,1,-2947.6,3983.54,-0.08307,4.72984,300,0,0,11430,0,2,0,0,0),(68293,18999,530,1,1,0,1,-2969.74,3975.3,1.3747,1.46608,300,0,0,11430,0,0,0,0,0),(68294,18999,530,1,1,0,1,-2925.38,4062.74,3.67179,3.50811,300,0,0,11430,0,0,0,0,0),(68295,18999,530,1,1,0,1,-2959.78,3862.69,4.0226,5.86431,300,0,0,11430,0,0,0,0,0),(68296,18999,530,1,1,0,1,-3004.18,4059.2,16.4726,3.81376,300,0,0,11430,0,2,0,0,0),(68297,18999,530,1,1,0,1,-2969.05,4081.35,3.80925,2.23402,300,0,0,11430,0,0,0,0,0),(68298,18999,530,1,1,0,1,-2960.73,4086.34,2.815,2.30383,300,0,0,11430,0,0,0,0,0),(68299,18999,530,1,1,0,1,-2928.37,4070.01,3.67179,3.4383,300,0,0,11430,0,0,0,0,0),(68300,19000,530,1,1,0,1,-2892.84,3947.82,13.4054,6.16101,300,0,0,9144,2705,2,0,0,0),(68301,19000,530,1,1,0,1,-2902.55,3913.47,13.4945,6.0912,300,0,0,9144,2705,0,0,0,0),(68302,19000,530,1,1,0,1,-2984.74,4065.98,16.4788,2.21712,300,0,0,9144,2705,2,0,0,0),(68303,19000,530,1,1,0,1,-3019.21,4052.37,16.4733,2.33874,300,0,0,9144,2705,0,0,0,0),(68304,19000,530,1,1,0,1,-3057.81,4017.83,16.1746,5.29014,300,0,0,9144,2705,2,0,0,0),(68305,19000,530,1,1,0,1,-3033.87,4040.91,16.2652,2.49582,300,0,0,9144,2705,0,0,0,0),(68306,19001,530,1,1,0,1,105.502,4337.62,101.549,3.68265,300,0,0,3331,0,0,0,0,0),(68307,19002,530,1,1,0,1,-2676.61,4425.47,37.2164,1.5714,300,0,0,11828,0,2,0,0,0),(68308,19003,530,1,1,0,1,-2872.9,3981.62,5.13329,0.181649,300,0,0,9958,0,2,0,0,0),(68309,19003,530,1,1,0,1,-2965.4,4084.84,3.065,4.86963,300,0,0,9958,0,2,0,0,0),(68310,19004,530,1,1,0,1,146.25,4279.61,107.043,3.47321,300,0,0,2266,6015,0,0,0,0),(68314,19005,530,1,1,0,1,-418.51,1828.48,74.2,4.53,25,0,0,143620,0,0,0,0,0),(68313,19005,530,1,1,0,1,-99.78,1892.91,77.35,2.54,25,0,0,143620,0,0,0,0,0),(68312,19005,530,1,1,0,1,-172.35,1513.68,27.8,3.14,25,0,0,143620,0,0,0,0,0),(68311,19005,530,1,1,0,1,-276.43,1529.1,31.8,0,35,0,0,143620,0,0,0,0,0),(68315,19006,530,1,1,0,0,-156.077,965.009,54.3643,3.40339,300,0,0,55890,31550,0,0,0,0),(68316,19006,530,1,1,0,0,-167.153,963.885,54.3764,0.017453,300,0,0,55890,31550,0,0,0,0),(68317,19007,530,1,1,0,1,-331.704,962.338,54.3824,3.15905,300,0,0,55890,31550,0,0,0,0),(68318,19007,530,1,1,0,1,-342.73,962.337,54.366,0.034907,300,0,0,55890,31550,0,0,0,0),(68319,19008,530,1,1,0,0,-352.484,2713.49,45.2702,3.45575,300,0,0,42,0,0,0,0,0),(68320,19008,530,1,1,0,0,-360.593,2707.01,43.2715,5.95157,300,0,0,42,0,0,0,0,0),(68321,19009,530,1,1,0,0,-183.948,2773.39,49.1984,5.95157,300,0,0,42,0,0,0,0,0),(68322,19011,530,1,1,0,0,-1332.88,7197.08,34.2739,2.07694,300,0,0,5715,0,0,0,0,0),(68323,19012,530,1,1,0,1,-2539.58,7356.25,7.04717,0.821933,300,0,0,4979,0,2,0,0,0),(68324,19013,530,1,1,0,0,-1274.64,7257.09,39.1036,4.01426,300,0,0,5914,0,0,0,0,0),(68325,19014,530,1,1,0,0,-2517.67,7242.01,16.3977,1.58825,300,0,0,2665,2620,0,0,0,0),(68326,19015,530,1,1,0,0,-1442.5,7148.01,40.9473,6.01648,300,0,0,2442,2434,2,0,0,0),(68327,19017,530,1,1,0,0,-2605.9,7353.36,23.6901,4.57276,300,0,0,3984,2434,0,0,0,0),(68328,19018,530,1,1,0,0,-1462.11,7160.69,44.0928,0.087266,300,0,0,4892,2846,0,0,0,0),(68329,19019,530,1,1,0,0,-2702.88,7212.7,23.7733,0.122173,300,0,0,3984,2434,0,0,0,0),(68330,19020,530,1,1,0,0,-1282.69,7228.01,39.0415,2.98451,300,0,0,2515,2486,0,0,0,0),(68331,19021,530,1,1,0,0,-2555.97,7241.52,15.2267,1.78024,300,0,0,2665,2620,0,0,0,0),(68332,19022,530,1,1,0,0,-1474.73,7172.92,43.223,5.20556,300,5,0,6286,0,1,0,0,0),(68333,19022,530,1,1,0,0,-1471.11,7171.63,43.223,0.195185,300,5,0,6286,0,1,0,0,0),(68334,19023,530,1,1,0,0,-1479.48,7169.62,43.348,5.05125,300,0,0,6728,0,0,0,0,0),(68335,19024,530,1,1,0,0,-1468.91,7164.52,43.6589,0.97833,300,0,0,6286,0,0,0,0,0),(68336,19025,530,1,1,0,0,-1488.33,7176.18,43.098,0.038765,300,0,0,6959,0,0,0,0,0),(68337,19026,530,1,1,0,0,-1484.91,7161.69,43.5316,3.21859,300,0,0,6286,0,0,0,0,0),(68338,19027,530,1,1,0,0,-2708.11,7208.96,23.7717,1.15192,300,0,0,5477,0,0,0,0,0),(68339,19030,530,1,1,0,0,-2702.99,7207.62,23.7721,1.55334,300,0,0,5477,0,0,0,0,0),(68340,19030,530,1,1,0,0,-2699.1,7209.04,23.7794,2.14675,300,0,0,5477,0,0,0,0,0),(68341,19033,530,1,1,0,0,-1901.31,5146.85,-38.5659,0.87689,300,0,0,3205,0,0,0,0,0),(68342,19034,530,1,1,0,0,-1720.86,5489.87,-9.71611,0.366519,300,0,0,6986,0,0,0,0,0),(68343,19035,530,1,1,0,0,-2428.17,6885.75,4.1961,5.61762,300,0,0,5914,0,2,0,0,0),(68344,19038,530,1,1,0,1,-2909.36,4073.83,3.76196,3.42085,300,0,0,6104,0,0,0,0,0),(68345,19041,530,1,1,0,0,-2431.83,6883.76,4.19577,1.37881,300,0,0,6986,0,0,0,0,0),(68346,19042,530,1,1,0,1,-2921.2,3965.34,0.24113,1.81514,300,0,0,6104,0,0,0,0,0),(68347,19043,530,1,1,0,1,-1639.75,5689.34,132.776,3.56047,300,0,0,6986,0,0,0,0,0),(68348,19045,530,1,1,0,0,-1605.95,5377.85,-40.1258,3.31613,300,0,0,4979,0,0,0,0,0),(68349,19046,530,1,1,0,0,-1904.29,5765.5,131.296,0.314159,300,0,0,449,0,0,0,0,0),(68350,19047,530,1,1,0,0,-1625.36,5460.03,-13.0173,4.34587,300,0,0,4979,0,0,0,0,0),(68351,19048,530,1,1,0,1,-2566.08,4380.58,33.773,5.5676,300,0,0,2215,0,0,0,0,0),(68352,19048,530,1,1,0,1,-2562.38,4387.02,34.6076,5.5676,300,0,0,2215,0,0,0,0,0),(68353,19048,530,1,1,0,1,-2607.76,4381.31,33.586,5.0133,300,0,0,2215,0,2,0,0,0),(68354,19048,530,1,1,0,1,-2607.31,4398.65,32.4037,5.34071,300,0,0,2215,0,0,0,0,0),(68355,19048,530,1,1,0,1,-2599.35,4398.73,31.6049,3.89208,300,0,0,2215,0,0,0,0,0),(68356,19048,530,1,1,0,1,-2652.41,4443.77,36.8583,0.907571,300,0,0,2215,0,0,0,0,0),(68357,19048,530,1,1,0,1,-2668.25,4472.48,36.9073,5.75959,300,0,0,2215,0,0,0,0,0),(68358,19049,530,1,1,0,0,-1640.95,5545.99,7.31751,4.53786,300,0,0,4979,0,0,0,0,0),(68359,19050,530,1,1,0,0,-1911.01,5783,132.332,4.32842,300,0,0,6986,0,0,0,0,0),(68360,19051,530,1,1,0,0,-1631.42,5520.62,-39.2968,3.56047,300,0,0,4979,0,0,0,0,0),(68361,19052,530,1,1,0,0,-1661.06,5539.73,-4.87096,5.32325,300,0,0,3870,6156,0,0,0,0),(68362,19053,530,1,1,0,0,-2925.26,3964.77,0.36613,1.43117,300,0,0,6104,0,0,0,0,0),(68363,19056,530,1,1,0,0,-2978.95,4033.12,3.65758,5.02655,300,0,0,6104,0,0,0,0,0),(68364,19063,530,1,1,0,0,-1654.68,5664.69,132.774,1.11701,300,0,0,6986,0,0,0,0,0),(68365,19064,530,1,1,0,0,-1766.27,5141.62,-37.2049,5.6966,300,0,0,1551,4393,0,0,0,0),(68366,19065,530,1,1,0,0,-1644.15,5669.33,132.764,2.6529,300,0,0,449,0,0,0,0,0),(68367,19067,530,1,1,0,0,-1283.74,8909.32,60.9449,0.610865,300,0,0,6986,0,0,0,0,0),(68368,19068,530,1,1,0,1,-1312.29,6940.27,31.4055,1.04932,300,5,0,34930,0,1,0,0,0),(68369,19068,530,1,1,0,1,-1306.29,6952.27,31.8055,0.475011,300,0,0,34930,0,2,0,0,0),(68370,19068,530,1,1,0,1,-1212.92,7400.36,28.6889,2.00512,300,5,0,34930,0,1,0,0,0),(68371,19068,530,1,1,0,1,-1211.92,7410.36,27.8179,4.92894,300,0,0,34930,0,2,0,0,0),(68372,19071,530,1,1,0,1,-2581.81,7241.66,13.582,0.996347,300,0,0,34930,0,2,0,0,0),(68373,19071,530,1,1,0,1,-2584.6,7233.74,13.4407,1.55023,300,0,0,34930,0,2,0,0,0),(68374,19073,530,1,1,0,0,-4051.89,-11864.4,1.78296,3.62379,300,0,0,3052,0,2,0,0,0),(68375,19074,530,1,1,0,0,-1648.14,5537.34,-4.87782,4.81711,300,0,0,4979,0,0,0,0,0),(68376,19075,530,1,1,0,0,-1615.11,5397.37,-36.7181,1.59519,300,5,0,4979,0,1,0,0,0),(68377,19075,530,1,1,0,0,-1625.28,5441.75,-40.5093,4.72984,300,0,0,4979,0,0,0,0,0),(68378,19075,530,1,1,0,0,-1705.6,5435.7,-12.3448,2.51327,300,0,0,4979,0,0,0,0,0),(68379,19075,530,1,1,0,0,-1642.87,5434.17,-43.7061,1.23832,300,5,0,4979,0,1,0,0,0),(68380,19075,530,1,1,0,0,-1707.06,5442.57,-12.3448,4.76475,300,0,0,4979,0,0,0,0,0),(68381,19075,530,1,1,0,0,-1635.09,5454.77,-42.8036,4.90098,300,5,0,4979,0,1,0,0,0),(68382,19075,530,1,1,0,0,-1611.08,5475.25,-13.0328,1.74533,300,0,0,4979,0,0,0,0,0),(68383,19075,530,1,1,0,0,-1678.37,5492.67,-40.3227,0.890118,300,0,0,4979,0,0,0,0,0),(68384,19075,530,1,1,0,0,-1675.29,5495.21,-40.3227,4.13643,300,0,0,4979,0,0,0,0,0),(68385,19075,530,1,1,0,0,-1622.08,5474,-4.17536,2.42069,300,0,0,4979,0,2,0,0,0),(68386,19075,530,1,1,0,0,-1650.32,5562.83,7.27372,1.93731,300,0,0,4979,0,0,0,0,0),(68387,19075,530,1,1,0,0,-1662.17,5547.06,7.23781,0.226893,300,0,0,4979,0,0,0,0,0),(68388,19075,530,1,1,0,0,-1641.59,5568.31,-4.90126,5.77704,300,0,0,4979,0,0,0,0,0),(68389,19075,530,1,1,0,0,-1662.3,5562.73,-4.77237,3.00197,300,0,0,4979,0,0,0,0,0),(68390,19075,530,1,1,0,0,-1648.92,5545.19,16.8417,5.16617,300,0,0,4979,0,0,0,0,0),(68391,19076,530,1,1,0,0,-1724.43,5172.64,-40.1258,0.506145,300,0,0,3662,0,0,0,0,0),(68392,19076,530,1,1,0,0,-1740.02,5202.2,-41.016,2.3038,300,0,0,3662,0,0,0,0,0),(68393,19077,530,1,1,0,0,-1893.76,5181.95,-46.6776,6.23994,300,0,0,3662,0,2,0,0,0),(68394,19077,530,1,1,0,0,-1892.38,5179.57,-46.6341,6.23994,300,0,0,3662,0,2,0,0,0),(68395,19077,530,1,1,0,0,-1889.54,5179.68,-47.2435,6.23994,300,0,0,3662,0,2,0,0,0),(68396,19120,530,1,1,0,0,-1684.59,5173.31,-40.2092,2.08835,300,5,0,3662,0,1,0,0,0),(68397,19120,530,1,1,0,0,-1923.28,5230.84,-46.3111,1.20983,300,5,0,3662,0,1,0,0,0),(68398,19120,530,1,1,0,0,-1917.93,5223.2,-45.6678,1.79769,300,0,0,3662,0,0,0,0,0),(68399,19120,530,1,1,0,0,-1937.83,5223.76,-46.3785,0.932831,300,5,0,3662,0,1,0,0,0),(68400,19120,530,1,1,0,0,-1944.36,5225.42,-46.7535,0.313193,300,5,0,3662,0,1,0,0,0),(68401,19120,530,1,1,0,0,-1817.73,5231.46,-40.4363,5.75959,300,0,0,3662,0,0,0,0,0),(68402,19120,530,1,1,0,0,-1812.69,5136.87,-40.1258,0.698132,300,0,0,3662,0,0,0,0,0),(68403,19133,530,1,1,0,1,-1333.06,7233.5,33.674,4.01426,300,0,0,13972,0,0,0,0,0),(68404,19136,530,1,1,0,0,-543.581,2108.13,98.1402,3.159,300,5,0,1117,2184,1,0,0,0),(68405,19136,530,1,1,0,0,-545.167,2046.52,101.491,5.89651,300,5,0,1117,2184,1,0,0,0),(68406,19136,530,1,1,0,0,-554.92,1986.28,94.6344,3.16893,300,5,0,1117,2184,1,0,0,0),(68407,19136,530,1,1,0,0,-516.615,2009.79,82.8691,1.65407,300,5,0,1117,2184,1,0,0,0),(68408,19136,530,1,1,0,0,-513.125,1949.82,83.6254,5.49131,300,5,0,1117,2184,1,0,0,0),(68409,19136,530,1,1,0,0,-483.638,1984.37,86.9067,1.53068,300,5,0,1117,2184,1,0,0,0),(68410,19136,530,1,1,0,0,176.682,2219.97,48.0317,3.71517,300,5,0,1117,2184,1,0,0,0),(68411,19136,530,1,1,0,0,223.335,2246.44,42.8822,5.43665,300,5,0,1117,2184,1,0,0,0),(68412,19136,530,1,1,0,0,176.533,2280.01,44.5932,4.73927,300,5,0,1117,2184,1,0,0,0),(68413,19136,530,1,1,0,0,155.252,2344.92,54.028,1.76905,300,5,0,1117,2184,1,0,0,0),(68414,19136,530,1,1,0,0,188.784,2348.9,38.6847,1.26887,300,5,0,1117,2184,1,0,0,0),(68415,19136,530,1,1,0,0,207.003,2377.59,53.4277,1.24534,300,5,0,1117,2184,1,0,0,0),(68416,19136,530,1,1,0,0,259.587,2304.77,50.2597,0.181388,300,5,0,1117,2184,1,0,0,0),(68417,19136,530,1,1,0,0,253.669,2249.19,53.7868,0.240313,300,5,0,1117,2184,1,0,0,0),(68418,19136,530,1,1,0,0,245.838,2167.93,41.0211,5.41144,300,5,0,1117,2184,1,0,0,0),(68419,19136,530,1,1,0,0,217.289,2196.73,41.5183,3.72548,300,5,0,1117,2184,1,0,0,0),(68420,19136,530,1,1,0,0,254.62,2125.34,41.8641,0.658369,300,5,0,1117,2184,1,0,0,0),(68421,19136,530,1,1,0,0,219.634,2116.44,39.4238,0.373536,300,5,0,1117,2184,1,0,0,0),(68422,19136,530,1,1,0,0,211.221,2061.75,36.5694,3.935,300,5,0,1117,2184,1,0,0,0),(68423,19136,530,1,1,0,0,258.267,2058.74,36.0677,0.615298,300,5,0,1117,2184,1,0,0,0),(68424,19136,530,1,1,0,0,194.502,2031.28,27.8924,2.19862,300,5,0,1117,2184,1,0,0,0),(68425,19136,530,1,1,0,0,245.234,2012.01,20.9047,2.58876,300,5,0,1117,2184,1,0,0,0),(68426,19136,530,1,1,0,0,-546.468,2180.79,63.605,3.01623,300,5,0,1117,2184,1,0,0,0),(68427,19136,530,1,1,0,0,-523.514,2157.01,77.94,2.00393,300,5,0,1117,2184,1,0,0,0),(68428,19136,530,1,1,0,0,-456.915,2082.26,92.6059,1.05051,300,5,0,1117,2184,1,0,0,0),(68429,19136,530,1,1,0,0,-484.309,2046.94,90.4761,4.48904,300,5,0,1117,2184,1,0,0,0),(68430,19136,530,1,1,0,0,-473.719,2081.04,84.5996,0.129198,300,5,0,1117,2184,1,0,0,0),(68431,19136,530,1,1,0,0,-484.494,2119.16,80.2201,1.0533,300,5,0,1117,2184,1,0,0,0),(68432,19136,530,1,1,0,0,-459.835,2151.52,85.504,0.289159,300,5,0,1117,2184,1,0,0,0),(68433,19136,530,1,1,0,0,-408.694,2050.67,94.5666,1.42964,300,5,0,1117,2184,1,0,0,0),(68434,19136,530,1,1,0,0,-449.118,2015.25,91.9072,5.45381,300,5,0,1117,2184,1,0,0,0),(68435,19136,530,1,1,0,0,-420.041,2120.2,86.9682,1.84201,300,5,0,1117,2184,1,0,0,0),(68436,19137,530,1,1,0,1,-2551.05,7256.63,16.6978,2.35619,300,0,0,20958,0,0,0,0,0),(68437,19138,530,1,1,0,0,-1738.9,5823.95,148.741,0.488692,300,0,0,449,0,0,0,0,0),(68438,19138,530,1,1,0,0,-1743.2,5827.52,148.741,6.10865,300,0,0,449,0,0,0,0,0),(68439,19138,530,1,1,0,0,-1715.91,5830.6,148.741,3.29867,300,0,0,449,0,0,0,0,0),(68440,19138,530,1,1,0,0,-1720.44,5824.36,148.741,2.9147,300,0,0,449,0,0,0,0,0),(68441,19138,530,1,1,0,0,-1726.8,5820.6,148.741,1.95477,300,0,0,449,0,0,0,0,0),(68442,19138,530,1,1,0,0,-1741.97,5839.38,148.741,5.37561,300,0,0,449,0,0,0,0,0),(68443,19138,530,1,1,0,0,-1743.36,5834.74,148.822,5.61996,300,0,0,449,0,0,0,0,0),(68444,19139,530,1,1,0,0,-2578.87,7348.42,10.0264,6.12611,300,0,0,1524,0,0,0,0,0),(68445,19139,530,1,1,0,0,-1237.27,7322.7,34.1458,6.03884,300,0,0,1524,0,0,0,0,0),(68446,19140,530,1,1,0,0,-1235.29,7321.85,34.1459,2.77507,300,0,0,9174,0,0,0,0,0),(68447,19141,530,1,1,0,0,-2576.48,7347.9,9.9074,3.01942,300,0,0,4892,2846,0,0,0,0),(68448,19142,530,1,1,0,1,-1824,5709,129,0,300,0,0,6986,0,0,0,0,0),(68449,19142,530,1,1,0,1,-1813,5690,129,0,300,0,0,6986,0,0,0,0,0),(96641,25143,530,1,1,22931,0,-2012.82,5420.75,-12.4282,1.62316,180,0,0,6986,0,0,0,0,0),(96633,25142,530,1,1,22753,1,-1829.53,5440.94,-12.4283,0.994838,180,0,0,6542,0,0,0,0,0),(96634,25142,530,1,1,22753,1,-1985.15,5423.6,-12.4282,4.15388,180,0,0,6542,0,0,0,0,0),(96635,25142,530,1,1,22753,1,-1988.45,5442.31,-12.3448,5.81195,180,0,0,6542,0,0,0,0,0),(68456,19142,530,1,1,0,1,-1717.46,5684.15,129.224,2.75762,300,0,0,6986,0,0,0,0,0),(68458,19142,530,1,1,0,1,-1713.01,5774.64,146.523,2.40855,300,0,0,6986,0,0,0,0,0),(68459,19142,530,1,1,0,1,-1658.61,5726.03,130.68,3.50811,300,0,0,6986,0,0,0,0,0),(68460,19142,530,1,1,0,1,-1740.79,5817.17,148.741,1.18682,300,0,0,6986,0,0,0,0,0),(68461,19142,530,1,1,0,1,-1777.25,5794.58,146.523,0.10472,300,0,0,6986,0,0,0,0,0),(68462,19142,530,1,1,0,1,-1734.17,5841.58,148.741,4.31096,300,0,0,6986,0,0,0,0,0),(68463,19142,530,1,1,0,1,-1720.32,5837.02,148.741,4.10152,300,0,0,6986,0,0,0,0,0),(68464,19142,530,1,1,0,1,-1870.78,5460.67,-12.4281,3.01166,300,0,0,6986,0,0,0,0,0),(68465,19144,530,1,1,0,0,-1619.84,5359.92,-39.8653,5.75163,300,0,0,3662,0,0,0,0,0),(68466,19144,530,1,1,0,0,-1599.19,5339.23,-40.1258,2.51327,300,0,0,3662,0,0,0,0,0),(68467,19144,530,1,1,0,0,-1918.67,5215.13,-47.8158,2.09277,300,0,0,3662,0,0,0,0,0),(68468,19147,530,1,1,0,0,-2977.36,4012.23,1.42473,0.139214,300,0,0,5228,0,2,0,0,0),(68469,19147,530,1,1,0,0,-2994.86,4029.22,1.79973,0.329431,300,0,0,5228,0,2,0,0,0),(68470,19147,530,1,1,0,0,-2983.2,3971.37,2.16205,1.3071,300,0,0,5228,0,2,0,0,0),(68471,19147,530,1,1,0,0,-3005.38,4016.32,1.14975,0.715585,300,0,0,5228,0,0,0,0,0),(68472,19147,530,1,1,0,0,-3005.14,4019.43,1.14969,5.74213,300,0,0,5228,0,0,0,0,0),(68473,19147,530,1,1,0,0,-3014.32,4016.62,1.16379,1.76278,300,0,0,5228,0,0,0,0,0),(68474,19149,530,1,1,0,0,-2570.78,7348.1,9.8825,3.1765,300,0,0,4979,0,0,0,0,0),(68475,19149,530,1,1,0,0,-2572.65,7351.35,10.4721,3.75246,300,0,0,4979,0,0,0,0,0),(68476,19149,530,1,1,0,0,-2569.89,7345.96,9.8943,2.89725,300,0,0,4979,0,0,0,0,0),(68477,19149,530,1,1,0,0,-2571.78,7343.42,9.8992,2.37365,300,0,0,4979,0,0,0,0,0),(68478,19149,530,1,1,0,0,-2574.84,7343.16,9.8813,2.26893,300,0,0,4979,0,0,0,0,0),(68479,19150,530,1,1,0,0,-2812.94,5055.85,-12.8987,2.77507,300,0,0,3662,0,0,0,0,0),(68480,19150,530,1,1,0,0,-2813.05,5058.19,-12.9663,3.735,300,0,0,3662,0,0,0,0,0),(68481,19150,530,1,1,0,0,-1724.81,5236.47,-50.2044,1.75138,300,0,0,3662,0,0,0,0,0),(68482,19150,530,1,1,0,0,-1910.95,5224.43,-45.4408,2.27342,300,0,0,3662,0,0,0,0,0),(68483,19151,530,1,1,0,0,-2670.6,7175.21,26.1801,1.78024,300,0,0,47310,2790,0,0,0,0),(68484,19151,530,1,1,0,0,-2665.08,7173.63,27.2359,3.00197,300,0,0,47310,2790,0,0,0,0),(68485,19151,530,1,1,0,0,-2663.36,7178.03,27.2469,3.03687,300,0,0,47310,2790,0,0,0,0),(68486,19151,530,1,1,0,0,-2685.21,7183.25,26.1801,4.27606,300,0,0,47310,2790,0,0,0,0),(68487,19151,530,1,1,0,0,-2704.82,7193.31,27.2393,5.63741,300,0,0,47310,2790,0,0,0,0),(68488,19151,530,1,1,0,0,-2702.36,7186.78,26.0968,4.13797,300,0,0,47310,2790,2,0,0,0),(68489,19151,530,1,1,0,0,-2707.84,7186.78,27.237,0.471239,300,0,0,47310,2790,0,0,0,0),(68490,19152,530,1,1,0,1,-2687.41,7177.94,27.1107,1.01229,300,0,0,1516000,0,0,0,0,0),(18018,1779,0,1,1,1947,0,872.593,1491.45,38.6528,5.57557,275,10,0,247,0,1,0,0,0),(68492,19153,530,1,1,0,1,-1804.03,5746.47,128.628,2.49231,300,0,0,6986,0,0,0,0,0),(68493,19153,530,1,1,0,1,-1812.48,5749.37,129.733,2.85472,300,0,0,6986,0,0,0,0,0),(68494,19153,530,1,1,0,1,-1808.48,5748.43,129.301,2.79974,300,0,0,6986,0,0,0,0,0),(68495,19153,530,1,1,0,1,-1773.63,5720.07,126.538,1.25664,300,0,0,6986,0,0,0,0,0),(68496,19153,530,1,1,0,1,-1761.79,5716.16,126.538,1.25664,300,0,0,6986,0,0,0,0,0),(68497,19153,530,1,1,0,1,-1769.85,5718.85,126.538,1.25664,300,0,0,6986,0,0,0,0,0),(68498,19153,530,1,1,0,1,-1765.72,5717.48,126.538,1.25664,300,0,0,6986,0,0,0,0,0),(18021,1767,0,1,1,441,1,1318.99,735.748,31.0044,0.803859,275,10,0,247,0,1,0,0,0),(96642,25143,530,1,1,22931,0,-1780.71,5332.77,-12.4282,5.49779,180,0,0,6986,0,0,0,0,0),(96622,25142,530,1,1,22752,1,-1931.49,5332.24,-12.4282,5.37018,180,0,0,6542,0,0,0,0,0),(96621,25141,530,1,1,22929,0,-1791.91,5331.92,-12.4282,2.12186,180,0,0,6986,0,0,0,0,0),(96619,25138,530,1,1,22928,0,-1842.62,5313.06,-12.4282,3.14159,180,0,0,7181,0,2,0,0,0),(96620,25140,530,1,1,22930,0,-1787.24,5315.43,-12.3448,0.453786,180,0,0,6986,0,0,0,0,0),(96617,25137,530,1,1,22941,1,-1789.79,5339.68,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96618,25137,530,1,1,22941,1,-1782.86,5342.13,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96608,25136,530,1,1,22943,1,-1783.63,5333.44,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96609,25136,530,1,1,22944,1,-1787.64,5341.81,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96610,25137,530,1,1,22927,1,-1845.03,5317.04,-12.3448,4.83456,180,0,0,6542,0,0,0,0,0),(96611,25137,530,1,1,22941,1,-1847.71,5313.56,-12.3448,1.71042,180,0,0,6542,0,0,0,0,0),(96612,25137,530,1,1,22940,1,-1844.47,5314.21,-12.3448,1.67552,180,0,0,6542,0,0,0,0,0),(96613,25137,530,1,1,22940,1,-1781.29,5335.79,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96614,25137,530,1,1,22927,1,-1780.88,5339.83,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96615,25137,530,1,1,22927,1,-1785.9,5331.25,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96616,25137,530,1,1,22941,1,-1785.31,5344.09,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(68523,19154,530,1,1,0,0,-2993.27,4024.27,1.93666,2.93215,300,0,0,4979,0,0,0,0,0),(68524,19155,530,1,1,0,0,-1674.3,5287.94,-50.6398,3.6166,300,5,0,3662,0,1,0,0,0),(68525,19155,530,1,1,0,0,-1775.75,5230.63,-45.6654,0.837985,300,5,0,3662,0,1,0,0,0),(68526,19155,530,1,1,0,0,-1765.99,5241.28,-40.7035,0.815551,300,5,0,3662,0,1,0,0,0),(68527,19156,530,1,1,0,0,-2680.62,7206.99,25.7791,0.890118,300,0,0,5914,0,0,0,0,0),(68528,19157,530,1,1,0,0,-1294.03,7397.72,40.5376,6.00393,300,0,0,946200,2790,0,0,0,0),(68529,19157,530,1,1,0,0,-1289.41,7391.18,40.4777,1.0472,300,0,0,946200,2790,0,0,0,0),(68530,19157,530,1,1,0,0,-1285.28,7399.31,40.4733,0.977384,300,0,0,946200,2790,0,0,0,0),(68531,19157,530,1,1,0,0,-1283.79,7394.88,40.4733,4.7822,300,0,0,946200,2790,0,0,0,0),(68532,19158,530,1,1,0,1,-1280.45,7382.05,40.3765,4.97419,300,0,0,6986,0,0,0,0,0),(68533,19159,530,1,1,0,1,-2890.4,3959.73,15.6474,6.0912,300,0,0,5228,0,0,0,0,0),(68534,19159,530,1,1,0,1,-2896.42,3960.72,22.7381,2.49582,300,0,0,5228,0,0,0,0,0),(68535,19159,530,1,1,0,1,-3051.76,3972.24,5.86226,5.044,300,0,0,5228,0,0,0,0,0),(68536,19159,530,1,1,0,1,-2954.9,4094.37,17.9262,3.9968,300,0,0,5228,0,0,0,0,0),(68537,19161,530,1,1,0,1,-1915,5842,130,5,300,0,0,5715,0,0,0,0,0),(68538,19161,530,1,1,0,1,-1903,5848,130,4,300,0,0,5715,0,0,0,0,0),(96631,25142,530,1,1,22763,1,-1987.56,5420.62,-12.4282,0.017453,180,0,0,6542,0,0,0,0,0),(96629,25142,530,1,1,22752,1,-1985.59,5440.41,-12.3448,2.19912,180,0,0,6542,0,0,0,0,0),(96630,25142,530,1,1,22757,1,-1947.4,5320.45,-12.4282,0.226893,180,0,0,6542,0,0,0,0,0),(18017,2914,0,1,1,1206,0,938.407,1520.43,39.8246,2.04027,275,10,0,8,0,1,0,0,0),(68544,19161,530,1,1,0,1,-1926.33,5865.73,133.833,0.226893,300,0,0,5715,0,0,0,0,0),(68545,19161,530,1,1,0,1,-1914.75,5871.6,133.86,3.28122,300,0,0,5715,0,0,0,0,0),(68546,19161,530,1,1,0,1,-1937.16,5885.68,139.9,0.349066,300,0,0,5715,0,0,0,0,0),(68547,19161,530,1,1,0,1,-1924.22,5892.4,139.969,3.33358,300,0,0,5715,0,0,0,0,0),(68548,19161,530,1,1,0,1,-1947.26,5903.74,145.225,0.401426,300,0,0,5715,0,0,0,0,0),(68549,19161,530,1,1,0,1,-1939.98,5930.78,150.829,3.19395,300,0,0,5715,0,0,0,0,0),(68550,19161,530,1,1,0,1,-1932.4,5911.33,145.275,3.42085,300,0,0,5715,0,0,0,0,0),(68551,19161,530,1,1,0,1,-1956.13,5923.14,150.94,0.226893,300,0,0,5715,0,0,0,0,0),(68552,19161,530,1,1,0,1,-1947.98,5950.95,157.249,3.22886,300,0,0,5715,0,0,0,0,0),(68553,19161,530,1,1,0,1,-1964.39,5943.03,157.324,0.314159,300,0,0,5715,0,0,0,0,0),(96627,25142,530,1,1,22757,1,-1943.56,5320.74,-12.4282,2.40855,180,0,0,6542,0,0,0,0,0),(96628,25142,530,1,1,22763,1,-1932.21,5329.28,-12.4282,5.7808,180,0,0,6542,0,0,0,0,0),(68558,19162,530,1,1,0,0,-1932.63,5227.99,-43.9408,0.812621,300,5,0,3662,0,1,0,0,0),(68559,19162,530,1,1,0,0,-1984.72,5249.57,-44.6678,6.02541,300,5,0,3662,0,1,0,0,0),(68560,19162,530,1,1,0,0,-1937.06,5173.81,-40.2092,4.21719,300,5,0,3662,0,1,0,0,0),(68561,19163,530,1,1,0,0,-1619.37,5318.01,-40.2092,3.34309,300,0,0,42,0,0,0,0,0),(68562,19163,530,1,1,0,0,-1616.43,5318.61,-40.2092,3.58777,300,5,0,42,0,1,0,0,0),(68563,19163,530,1,1,0,0,-1618.77,5315.07,-40.2092,3.13055,300,0,0,42,0,0,0,0,0),(68564,19163,530,1,1,0,0,-2002.95,5190.4,-39.3744,2.39924,300,5,0,42,0,1,0,0,0),(68565,19163,530,1,1,0,0,-1996.17,5188.13,-40.2092,2.79658,300,5,0,42,0,1,0,0,0),(68566,19163,530,1,1,0,0,-1999.55,5190.6,-40.0803,3.29237,300,5,0,42,0,1,0,0,0),(68567,19163,530,1,1,0,0,-1847.19,5220.27,-40.2092,2.48889,300,0,0,42,0,0,0,0,0),(68568,19163,530,1,1,0,0,-1853.21,5224.87,-40.2092,2.48844,300,0,0,42,0,0,0,0,0),(68569,19164,530,1,1,0,1,-1639.6,5344.66,-41.4207,5.68299,300,5,0,42,0,1,0,0,0),(68570,19164,530,1,1,0,1,-1643.35,5346.35,-44.2363,5.85219,300,5,0,42,0,1,0,0,0),(68571,19164,530,1,1,0,1,-1640.99,5346.88,-43.2078,5.91962,300,5,0,42,0,1,0,0,0),(96623,25142,530,1,1,22757,1,-2003.49,5425.51,-12.4282,2.84489,180,0,0,6542,0,0,0,0,0),(96592,19475,530,1,1,18914,1,-1928.22,5329.93,-12.4282,3.4383,180,0,0,6986,0,2,0,0,0),(96593,25115,530,1,1,22753,1,-1840.24,5498.82,-12.4274,1.36675,180,0,0,10479,0,0,0,0,0),(68577,19170,530,1,1,0,1,-1929.68,5237.74,-41.8179,4.34587,300,0,0,3662,0,0,0,0,0),(68578,19170,530,1,1,0,1,-1921.56,5235.31,-41.8179,2.74017,300,0,0,3662,0,0,0,0,0),(68579,19170,530,1,1,0,1,-1923.9,5220.22,-46.1285,1.64061,300,0,0,3662,0,0,0,0,0),(68580,19170,530,1,1,0,1,-1931.49,5223.52,-45.4137,1.06465,300,0,0,3662,0,0,0,0,0),(68581,19170,530,1,1,0,1,-1921.9,5222.22,-44.8576,1.8326,300,0,0,3662,0,0,0,0,0),(68582,19170,530,1,1,0,1,-1914.65,5166.41,-40.1258,1.15192,300,0,0,3662,0,0,0,0,0),(52416,14833,0,1,1,0,0,-9579.25,21.7913,60.7461,5.05203,25,0,0,2614,0,0,0,0,0),(68584,19170,530,1,1,0,1,-2062.96,5273.46,-38.4649,5.49476,300,5,0,3662,0,1,0,0,0),(68585,19170,530,1,1,0,1,-2049.55,5316.25,-39.9655,3.49626,300,5,0,3662,0,1,0,0,0),(68586,19174,530,1,1,0,1,1038.9,8279.63,57.7364,4.01426,300,0,0,5715,0,0,0,0,0),(68587,19179,530,1,1,0,0,-268.014,1098.25,41.8192,1.43117,300,0,0,42,0,0,0,0,0),(68588,19179,530,1,1,0,0,-276.255,1084.69,54.4153,1.46608,300,0,0,42,0,0,0,0,0),(68589,19179,530,1,1,0,0,-270.395,1084.04,47.806,1.43117,300,0,0,42,0,0,0,0,0),(68590,19179,530,1,1,0,0,-270.035,1087.03,45.8217,1.43117,300,0,0,42,0,0,0,0,0),(68591,19179,530,1,1,0,0,-271.437,1093.29,42.0853,1.37881,300,0,0,42,0,0,0,0,0),(68592,19179,530,1,1,0,0,-272.107,1098.44,41.9943,1.3439,300,0,0,42,0,0,0,0,0),(68593,19179,530,1,1,0,0,-273.237,1075.8,54.3941,1.71042,300,0,0,42,0,0,0,0,0),(68594,19179,530,1,1,0,0,-266.119,1093.03,41.8761,1.50098,300,0,0,42,0,0,0,0,0),(68595,19179,530,1,1,0,0,-246.106,1097.79,41.75,1.41372,300,0,0,42,0,0,0,0,0),(68596,19179,530,1,1,0,0,-260.45,1084.3,47.7298,1.58825,300,0,0,42,0,0,0,0,0),(68597,19179,530,1,1,0,0,-257.638,1093.21,41.8413,1.67552,300,0,0,42,0,0,0,0,0),(68598,19179,530,1,1,0,0,-261.527,1093.33,41.75,1.58825,300,0,0,42,0,0,0,0,0),(68599,19179,530,1,1,0,0,-253.452,1092.98,42.0398,1.76278,300,0,0,42,0,0,0,0,0),(68600,19179,530,1,1,0,0,-265.51,1084.19,47.7548,1.51844,300,0,0,42,0,0,0,0,0),(68601,19179,530,1,1,0,0,-265.33,1087.19,45.7653,1.51844,300,0,0,42,0,0,0,0,0),(68602,19179,530,1,1,0,0,-254.639,1098.43,41.75,1.76278,300,0,0,42,0,0,0,0,0),(68603,19179,530,1,1,0,0,-260.299,1087.14,45.8448,1.58825,300,0,0,42,0,0,0,0,0),(68604,19179,530,1,1,0,0,-242.308,1098.02,41.75,1.48353,300,0,0,42,0,0,0,0,0),(68605,19179,530,1,1,0,0,-263.979,1098.48,41.7547,1.53589,300,0,0,42,0,0,0,0,0),(68606,19179,530,1,1,0,0,-249.31,1094.05,41.75,1.32645,300,0,0,42,0,0,0,0,0),(68607,19179,530,1,1,0,0,-245.26,1094.14,41.75,1.37881,300,0,0,42,0,0,0,0,0),(68608,19179,530,1,1,0,0,-258.976,1098.49,41.75,1.64061,300,0,0,42,0,0,0,0,0),(68609,19179,530,1,1,0,0,-269.433,1072.02,54.3907,1.65806,300,0,0,42,0,0,0,0,0),(68610,19179,530,1,1,0,0,-232.124,1085.03,47.5354,1.48353,300,0,0,42,0,0,0,0,0),(68611,19179,530,1,1,0,0,-238.819,1087.96,45.5219,1.36136,300,0,0,42,0,0,0,0,0),(68612,19179,530,1,1,0,0,-237.952,1098.13,41.75,1.5708,300,0,0,42,0,0,0,0,0),(68613,19179,530,1,1,0,0,-232.031,1088.27,45.3845,1.48353,300,0,0,42,0,0,0,0,0),(68614,19179,530,1,1,0,0,-240.848,1094.25,41.75,1.44862,300,0,0,42,0,0,0,0,0),(68615,19179,530,1,1,0,0,-233.701,1098.25,41.75,1.41372,300,0,0,42,0,0,0,0,0),(68616,19179,530,1,1,0,0,-230.394,1072.02,54.391,1.53589,300,0,0,42,0,0,0,0,0),(68617,19179,530,1,1,0,0,-239.162,1084.72,47.6691,1.36136,300,0,0,42,0,0,0,0,0),(68618,19179,530,1,1,0,0,-227.609,1074.97,54.3929,1.5708,300,0,0,42,0,0,0,0,0),(68619,19179,530,1,1,0,0,-236.118,1094.29,41.75,1.51844,300,0,0,42,0,0,0,0,0),(68620,19179,530,1,1,0,0,-231.356,1094.29,41.75,1.58825,300,0,0,42,0,0,0,0,0),(68621,19179,530,1,1,0,0,-229.492,1098.26,41.75,1.41372,300,0,0,42,0,0,0,0,0),(68622,19179,530,1,1,0,0,-235.514,1088.06,45.4863,1.43117,300,0,0,42,0,0,0,0,0),(68623,19179,530,1,1,0,0,-235.502,1084.93,47.5701,1.43117,300,0,0,42,0,0,0,0,0),(68624,19179,530,1,1,0,0,-225.664,1084.18,54.4123,1.79769,300,0,0,42,0,0,0,0,0),(68625,19180,530,1,1,0,1,-2047.99,5299.68,-38.5085,5.67232,300,0,0,5228,0,0,0,0,0),(68626,19181,530,1,1,0,1,-2981.2,3879.13,9.6131,2.35619,300,0,0,8613,0,2,0,0,0),(68627,19182,530,1,1,0,1,-1769.02,5152.54,-37.1216,0.15708,300,0,0,3052,0,0,0,0,0),(68628,19183,530,1,1,0,0,-2744.48,7692.51,-16.5091,5.96421,300,5,0,5341,0,1,0,0,0),(68629,19183,530,1,1,0,0,-2744.11,7733.67,-22.3634,1.00609,300,5,0,5341,0,1,0,0,0),(68630,19183,530,1,1,0,0,-2759.4,7735.99,-21.9332,0.709057,300,5,0,5341,0,1,0,0,0),(68631,19183,530,1,1,0,0,-2738.15,7771.36,-29.3093,2.97968,300,5,0,5341,0,1,0,0,0),(68632,19183,530,1,1,0,0,-2229.19,7678.56,-12.1185,5.28908,300,5,0,5341,0,1,0,0,0),(68633,19184,530,1,1,0,0,-1592.02,5263.72,-13.9117,1.15192,300,0,0,3524,0,0,0,0,0),(68634,19185,530,1,1,0,1,-2067.41,5316.57,-37.3236,1.26899,300,0,0,5914,0,0,0,0,0),(68635,19186,530,1,1,0,1,-1767.14,5135.39,-37.2049,3.67627,300,0,0,3052,0,0,0,0,0),(68636,19187,530,1,1,0,1,-2060.92,5256.68,-38.3819,0.767945,300,0,0,3498,0,0,0,0,0),(68637,19188,530,1,1,0,0,-114.469,4818.41,39.5818,2.34203,300,5,0,16581,0,1,0,0,0),(68638,19188,530,1,1,0,0,-63.3096,4868.44,55.968,4.62004,300,5,0,16581,0,1,0,0,0),(68639,19188,530,1,1,0,0,-32.0013,4804.67,46.9591,2.59045,300,5,0,16581,0,1,0,0,0),(68640,19188,530,1,1,0,0,-11.9675,4854.78,56.1866,3.05553,300,5,0,16581,0,1,0,0,0),(68641,19188,530,1,1,0,0,21.6032,4830.08,61.6036,0.876581,300,5,0,16581,0,1,0,0,0),(68642,19188,530,1,1,0,0,22.8266,4877.44,66.9409,2.60698,300,5,0,16581,0,1,0,0,0),(68643,19188,530,1,1,0,0,29.2796,4921.91,84.0077,2.02353,300,5,0,16581,0,1,0,0,0),(68644,19188,530,1,1,0,0,73.3392,4876.13,73.5005,3.80383,300,5,0,16581,0,1,0,0,0),(68645,19188,530,1,1,0,0,49.3116,4878.6,71.4163,3.69626,300,5,0,16581,0,1,0,0,0),(68646,19188,530,1,1,0,0,102.493,4945.16,91.8964,3.08393,300,5,0,16581,0,1,0,0,0),(68647,19188,530,1,1,0,0,153.311,4846.45,79.4363,1.6412,300,5,0,16581,0,1,0,0,0),(68648,19188,530,1,1,0,0,151.147,4883.53,74.9769,0.698416,300,5,0,16581,0,1,0,0,0),(68649,19188,530,1,1,0,0,216.001,4881.43,75.354,3.05433,300,0,0,16581,0,0,0,0,0),(68650,19188,530,1,1,0,0,212.329,4815.36,84.2217,4.27606,300,0,0,16581,0,0,0,0,0),(68651,19188,530,1,1,0,0,171.405,4790.66,80.1267,1.21351,300,5,0,16581,0,1,0,0,0),(68652,19188,530,1,1,0,0,220.011,4757.86,116.711,4.57276,300,0,0,16581,0,0,0,0,0),(68653,19188,530,1,1,0,0,138.307,4777.81,74.3433,4.32553,300,5,0,16581,0,1,0,0,0),(68654,19188,530,1,1,0,0,155.23,4732.89,71.2544,5.37309,300,5,0,16581,0,1,0,0,0),(68655,19188,530,1,1,0,0,78.0093,4730.38,63.0992,5.10535,300,5,0,16581,0,1,0,0,0),(68656,19188,530,1,1,0,0,150.576,4684.63,69.7775,5.34692,300,5,0,16581,0,1,0,0,0),(68657,19188,530,1,1,0,0,61.4498,4691.2,53.6668,3.29164,300,5,0,16581,0,1,0,0,0),(68658,19188,530,1,1,0,0,185.519,4667.6,84.3638,6.01213,300,5,0,16581,0,1,0,0,0),(68659,19188,530,1,1,0,0,24.9033,4627.24,51.6717,1.15911,300,5,0,16581,0,1,0,0,0),(68660,19188,530,1,1,0,0,82.0211,4617.36,64.2211,5.14226,300,5,0,16581,0,1,0,0,0),(68661,19188,530,1,1,0,0,17.9926,4686.47,42.9467,4.62689,300,5,0,16581,0,1,0,0,0),(68662,19188,530,1,1,0,0,106.447,4539.68,75.4969,0.664213,300,5,0,16581,0,1,0,0,0),(68663,19188,530,1,1,0,0,18.2679,4499.5,67.9169,3.00708,300,5,0,16581,0,1,0,0,0),(68664,19188,530,1,1,0,0,-14.3871,4545.43,56.5998,4.70298,300,5,0,16581,0,1,0,0,0),(68665,19188,530,1,1,0,0,-79.886,4548.58,48.1784,2.79883,300,5,0,16581,0,1,0,0,0),(68666,19188,530,1,1,0,0,-42.7636,4610.45,37.2996,2.03881,300,5,0,16581,0,1,0,0,0),(68667,19188,530,1,1,0,0,-80.1086,4748.93,29.7466,3.69327,300,5,0,16581,0,1,0,0,0),(68668,19188,530,1,1,0,0,138.913,4605.33,71.2966,1.10147,300,5,0,16581,0,1,0,0,0),(68669,19188,530,1,1,0,0,-116.983,4615.07,31.6297,2.83929,300,5,0,16581,0,1,0,0,0),(68670,19188,530,1,1,0,0,-46.596,4684.04,35.4582,4.8042,300,5,0,16581,0,1,0,0,0),(68671,19188,530,1,1,0,0,-112.833,4675.98,28.7025,2.88377,300,5,0,16581,0,1,0,0,0),(68672,19189,530,1,1,0,0,-956.72,4326.5,60.3747,5.74528,300,5,0,5158,0,1,0,0,0),(68673,19189,530,1,1,0,0,-897.168,4363.48,60.6997,5.30798,300,5,0,5158,0,1,0,0,0),(68674,19189,530,1,1,0,0,-879.239,4328.84,53.3996,0.890124,300,5,0,5158,0,1,0,0,0),(68675,19189,530,1,1,0,0,-830.119,4337.43,60.2663,0.930225,300,5,0,5158,0,1,0,0,0),(68676,19189,530,1,1,0,0,-836.149,4354.93,59.4023,0.273874,300,5,0,5158,0,1,0,0,0),(68677,19189,530,1,1,0,0,-873.217,4381.34,67.776,6.28155,300,5,0,5158,0,1,0,0,0),(68678,19189,530,1,1,0,0,-838.698,4402.75,73.1879,5.66892,300,5,0,5158,0,1,0,0,0),(68679,19189,530,1,1,0,0,-847.19,4436.58,94.4843,0.870432,300,5,0,5158,0,1,0,0,0),(68680,19189,530,1,1,0,0,-770.88,4345.86,63.9108,2.73298,300,5,0,5158,0,1,0,0,0),(68681,19189,530,1,1,0,0,-730.717,4363.7,64.7307,1.28767,300,5,0,5158,0,1,0,0,0),(68682,19189,530,1,1,0,0,-774.34,4394.84,77.0603,2.96934,300,5,0,5158,0,1,0,0,0),(68683,19189,530,1,1,0,0,-727.337,4402.51,79.0395,1.4651,300,5,0,5158,0,1,0,0,0),(68684,19189,530,1,1,0,0,-751.638,4441.98,92.5347,0.082254,300,5,0,5158,0,1,0,0,0),(68685,19189,530,1,1,0,0,-689.409,4448.51,98.7179,2.15901,300,5,0,5158,0,1,0,0,0),(68686,19189,530,1,1,0,0,-695.803,4418.69,84.7544,0.151502,300,5,0,5158,0,1,0,0,0),(68687,19189,530,1,1,0,0,-640.625,4415.63,106.024,1.05786,300,5,0,5158,0,1,0,0,0),(68688,19189,530,1,1,0,0,-631.002,4380.17,67.3799,6.03413,300,5,0,5158,0,1,0,0,0),(68689,19189,530,1,1,0,0,-607.594,4403.43,71.4621,2.46136,300,5,0,5158,0,1,0,0,0),(68690,19190,530,1,1,0,1,-559.217,1888.97,83.7547,3.57792,300,0,0,3191,0,0,0,0,0),(68691,19190,530,1,1,0,1,-463.015,1806.61,60.0951,1.07659,300,5,0,3191,0,1,0,0,0),(68692,19190,530,1,1,0,1,-507.162,1788.03,53.4746,2.51388,300,0,0,3191,0,0,0,0,0),(68693,19190,530,1,1,0,1,-450.456,1798.74,59.6176,2.3345,300,0,0,3191,0,0,0,0,0),(68694,19190,530,1,1,0,1,-518.215,1745.83,48.6575,0.205634,300,5,0,3191,0,1,0,0,0),(68695,19190,530,1,1,0,1,-346.469,1705.38,55.5583,0.056691,300,5,0,3191,0,1,0,0,0),(68696,19190,530,1,1,0,1,17.0816,1638.15,48.11,3.13476,300,5,0,3191,0,1,0,0,0),(68697,19190,530,1,1,0,1,88.3881,1755.97,45.5044,0.539703,300,5,0,3191,0,1,0,0,0),(68698,19190,530,1,1,0,1,18.9207,1726.3,42.225,0.033191,300,5,0,3191,0,1,0,0,0),(68699,19190,530,1,1,0,1,199.048,1695.46,27.3515,0.152946,300,5,0,3191,0,1,0,0,0),(68700,19190,530,1,1,0,1,193.078,1729.86,31.357,3.70851,300,5,0,3191,0,1,0,0,0),(68701,19190,530,1,1,0,1,86.9856,1817.25,37.8339,3.27492,300,5,0,3191,0,1,0,0,0),(68702,19190,530,1,1,0,1,153.88,1786.81,32.1519,3.0291,300,5,0,3191,0,1,0,0,0),(68703,19190,530,1,1,0,1,-14.0217,1761.35,54.9166,3.15038,300,5,0,3191,0,1,0,0,0),(68704,19190,530,1,1,0,1,62.2456,1837.77,40.8864,3.18356,300,5,0,3191,0,1,0,0,0),(68705,19190,530,1,1,0,1,-44.1172,1770.1,49.0345,0.023801,300,5,0,3191,0,1,0,0,0),(68706,19190,530,1,1,0,1,47.9785,1895.09,46.3427,3.47384,300,5,0,3191,0,1,0,0,0),(68707,19190,530,1,1,0,1,-109.976,1857.14,75.9707,6.2578,300,5,0,3191,0,1,0,0,0),(68708,19190,530,1,1,0,1,-57.464,1936.57,74.4263,3.14452,300,5,0,3191,0,1,0,0,0),(68709,19190,530,1,1,0,1,-155.661,1828.52,83.6561,3.1621,300,5,0,3191,0,1,0,0,0),(68710,19190,530,1,1,0,1,-152.334,1893.36,88.7333,3.18356,300,5,0,3191,0,1,0,0,0),(68711,19190,530,1,1,0,1,-175.766,1924.46,92.2215,6.26658,300,5,0,3191,0,1,0,0,0),(68712,19190,530,1,1,0,1,-139.03,1908.15,83.2493,6.21917,300,5,0,3191,0,1,0,0,0),(68713,19190,530,1,1,0,1,-259.654,1840.33,92.6917,3.07126,300,5,0,3191,0,1,0,0,0),(68714,19190,530,1,1,0,1,-303.848,1774.84,71.6786,0.012695,300,5,0,3191,0,1,0,0,0),(68715,19190,530,1,1,0,1,-461.138,1728.74,43.9384,5.80386,300,5,0,3191,0,1,0,0,0),(68716,19190,530,1,1,0,1,-567.911,1845.56,71.7222,0.135271,300,5,0,3191,0,1,0,0,0),(68717,19190,530,1,1,0,1,-516.131,1873.92,77.6638,6.25,300,5,0,3191,0,1,0,0,0),(68718,19190,530,1,1,0,1,-498.313,1808.78,58.9345,3.10938,300,5,0,3191,0,1,0,0,0),(68719,19190,530,1,1,0,1,-447.029,1759.72,49.8528,3.17283,300,5,0,3191,0,1,0,0,0),(68720,19190,530,1,1,0,1,-346.628,1792.01,71.1833,3.08588,300,5,0,3191,0,1,0,0,0),(68721,19191,530,1,1,0,0,394.614,3276.6,74.6257,1.55334,300,0,0,44220,15720,0,0,0,0),(75012,26772,571,1,1,0,0,4066.37,2203.19,151.895,2.82743,120,0,0,1,0,0,0,0,0),(75011,26772,571,1,1,0,0,4057.07,2189.56,151.928,2.21657,120,0,0,1,0,0,0,0,0),(75010,26772,571,1,1,0,0,4026.68,2196.83,151.816,0.523599,120,0,0,1,0,0,0,0,0),(68725,19192,530,1,1,0,0,421.015,3339.63,62.0621,3.28459,300,0,0,4274,2568,2,0,0,0),(68726,19192,530,1,1,0,0,384.525,3256.69,74.5114,2.48254,300,0,0,4274,2568,2,0,0,0),(68727,19192,530,1,1,0,0,407.523,3263.6,74.5598,4.37627,300,0,0,4274,2568,2,0,0,0),(96626,25142,530,1,1,22757,1,-1983.94,5420.38,-12.4282,2.58309,180,0,0,6542,0,0,0,0,0),(68729,19194,530,1,1,0,1,-2038.2,5273.48,-39.4392,5.68977,300,0,0,3773,0,0,0,0,0),(68730,19195,530,1,1,0,1,-2068.49,5305.35,-37.2402,3.21141,300,0,0,3510,0,0,0,0,0),(68731,19196,530,1,1,0,0,-2062.68,5255.39,-38.4652,0.108772,300,0,0,3399,0,0,0,0,0),(68732,19197,530,1,1,0,0,-2092.23,5329.31,-35.3051,5.51524,300,0,0,3052,0,0,0,0,0),(68733,19201,530,1,1,0,0,-967.971,8735.26,145.445,3.00052,300,5,0,24464,0,1,0,0,0),(68734,19201,530,1,1,0,0,-1510.31,8952.55,40.9253,1.82771,300,5,0,24464,0,1,0,0,0),(68735,19201,530,1,1,0,0,-1779.14,8792.12,28.0032,0.318042,300,5,0,24464,0,1,0,0,0),(68736,19201,530,1,1,0,0,-1894.45,9011.78,40.4308,0.793341,300,5,0,24464,0,1,0,0,0),(96624,25142,530,1,1,22752,1,-1946.03,5324.23,-12.4282,4.93928,180,0,0,6542,0,0,0,0,0),(68738,19209,555,3,1,0,1,-158.378,-326.659,17.1689,1.06513,86400,0,0,20283,0,0,0,0,0),(68739,19209,555,3,1,0,1,-158.35,-394.416,17.0796,4.76351,86400,0,0,20283,0,0,0,0,0),(68740,19210,530,1,1,0,0,-1828.37,9225.47,72.931,1.09956,300,0,0,4890,0,0,0,0,0),(68741,19211,530,1,1,0,0,-1873.62,9247.07,75.1046,0.069813,300,0,0,6986,0,0,0,0,0),(68742,19212,530,1,1,0,0,-1327.58,8964.07,60.8814,5.65487,300,0,0,6986,0,0,0,0,0),(68743,19213,530,1,1,0,0,-2077.26,5270.03,-37.3236,2.43809,300,0,0,4906,0,0,0,0,0),(68744,19215,530,1,1,0,0,-266.312,1099.08,41.7916,1.73303,300,0,0,42,0,0,0,0,0),(68745,19215,530,1,1,0,0,-234.448,1097.6,41.7916,2.89898,300,0,0,42,0,0,0,0,0),(70526,20889,530,1,1,0,0,3632.35,6158.75,273.596,2.65421,600,0,0,42,0,0,0,0,0),(68747,19217,530,1,1,0,1,2997.61,3734.97,144.078,4.32842,300,0,0,5060,2933,0,0,0,0),(68748,19223,530,1,1,0,0,-2070.38,5297.3,-37.3231,3.39082,300,0,0,5914,0,0,0,0,0),(31442,4500,1,1,1,11571,0,-3132.84,-2880.27,34.7842,5.3058,1200,0,0,7392,0,0,0,0,0),(31441,4343,1,1,1,814,0,-3047.25,-3145.2,31.9791,1.16924,360,10,0,1536,0,1,0,0,0),(41792,15937,530,1,1,0,1,8869.87,-5775.96,0.405,1.25926,300,0,1,183,178,2,0,0,0),(41791,25099,530,1,1,0,0,-2999.68,2619.98,76.6582,4.83569,300,0,0,8982,0,0,0,0,0),(12717,24868,530,1,1,0,1,-3963.75,2203.92,101.867,1.92275,300,0,0,8982,0,0,0,0,0),(46296,22807,530,1,1,0,0,-4241.37,4758.28,-121.163,3.85933,480,5,0,6986,0,1,0,0,0),(68758,19227,530,1,1,0,0,-2077.13,5277.79,-37.3227,0.226134,25,0,0,3484,5751,0,0,0,0),(68759,19229,530,1,1,0,1,-266.369,1028.86,54.4067,5.53269,300,0,0,698600,0,0,0,0,0),(68760,19232,530,1,1,0,0,-2184.04,5399.62,51.9658,1.23918,300,0,0,3984,2434,0,0,0,0),(68761,19234,530,1,1,0,0,-2324.98,5556.91,64.1556,0.174533,300,0,0,3484,5751,0,0,0,0),(68762,19235,530,1,1,0,0,-2325.06,5561.69,64.1556,6.24828,300,0,0,3484,5751,0,0,0,0),(68763,19236,530,1,1,0,0,-2138.24,5558.26,50.3583,5.79449,300,0,0,3484,5751,0,0,0,0),(68764,19238,530,1,1,0,0,-2165.23,5489.09,50.3325,0.122173,300,0,0,3484,5751,0,0,0,0),(68765,19239,530,1,1,0,1,-2195.57,5422.22,50.3112,6.19592,300,0,0,4274,2568,0,0,0,0),(68766,19240,530,1,1,0,1,-2130.87,5588.18,50.3112,5.95157,300,0,0,5715,0,0,0,0,0),(68767,19242,530,1,1,0,0,-2288.29,5570.52,101.078,1.29154,300,0,0,4000,6229,0,0,0,0),(68768,19243,530,1,1,0,0,-2170.84,5457.62,50.3112,2.44346,300,0,0,3984,2434,0,0,0,0),(68769,19244,530,1,1,0,0,-2167.95,5391.39,50.3112,1.90241,300,0,0,3484,5751,0,0,0,0),(68770,19245,530,1,1,0,0,-2320.6,5574.1,64.1556,0.331613,300,0,0,3484,5751,0,0,0,0),(68771,19246,530,1,1,0,0,-2009.05,5368.61,-9.26762,3.80482,300,0,0,3984,2434,0,0,0,0),(68772,19248,530,1,1,0,1,-2278.49,5567.23,67.082,1.16937,300,0,0,3484,5751,0,0,0,0),(68773,19249,530,1,1,0,1,-2251.14,5560.82,80.0456,5.07891,300,0,0,3484,5751,0,0,0,0),(68774,19250,530,1,1,0,1,-2250.55,5559.12,80.0452,2.79253,300,0,0,4140,6443,0,0,0,0),(68775,19251,530,1,1,0,1,-2277.57,5570.21,79.9269,4.31096,300,0,0,3739,6015,0,0,0,0),(68776,19252,530,1,1,0,1,-2278.56,5567.73,79.9171,1.23918,300,0,0,3870,6156,0,0,0,0),(68777,19253,530,1,1,0,1,-232.92,1028.27,54.4078,3.89208,300,0,0,698600,0,0,0,0,0),(68778,19255,530,1,1,0,0,218.998,2653.52,87.9363,6.22357,300,0,0,718100,0,2,0,0,0),(68779,19256,530,1,1,0,0,59.8979,2536.76,64.3576,4.78004,300,0,0,57150,0,0,0,0,0),(68780,19257,530,1,1,0,0,67.6326,2535.33,64.2527,4.88692,300,0,0,489200,2846,0,0,0,0),(68781,19258,530,1,1,0,0,65.6938,2537.3,64.4826,4.95674,300,0,0,44220,2620,0,0,0,0),(68782,19258,530,1,1,0,0,71.0586,2535.95,64.3777,4.97419,300,0,0,44220,2620,0,0,0,0),(68783,19258,530,1,1,0,0,63.8072,2535.94,64.3576,4.93928,300,0,0,44220,2620,0,0,0,0),(68784,19258,530,1,1,0,0,67.3848,2538.8,64.7527,4.81711,300,0,0,44220,2620,0,0,0,0),(68785,19258,530,1,1,0,0,68.7447,2537.3,64.5027,4.93928,300,0,0,44220,2620,0,0,0,0),(68786,19261,530,1,1,0,0,-585.739,2117.18,78.4334,2.24066,300,5,0,3989,0,1,0,0,0),(68787,19261,530,1,1,0,0,-587.652,2171.81,66.0023,4.36471,300,5,0,3989,0,1,0,0,0),(68788,19261,530,1,1,0,0,-577.063,1988.3,89.6167,1.73755,300,5,0,3989,0,1,0,0,0),(68789,19261,530,1,1,0,0,-550.833,2017.67,101.685,5.44049,300,5,0,3989,0,1,0,0,0),(68790,19261,530,1,1,0,0,-582.104,2042.07,88.1686,4.8083,300,5,0,3989,0,1,0,0,0),(68791,19261,530,1,1,0,0,-575.027,2053.74,90.1178,4.01177,300,5,0,3989,0,1,0,0,0),(68792,19261,530,1,1,0,0,-577.086,2024.77,90.6232,1.41592,300,5,0,3989,0,1,0,0,0),(68793,19261,530,1,1,0,0,-525.273,2066.07,94.5205,4.6518,300,5,0,3989,0,1,0,0,0),(68794,19261,530,1,1,0,0,-532.046,2088.65,103.555,2.79699,300,5,0,3989,0,1,0,0,0),(68795,19261,530,1,1,0,0,-555.87,1961.61,82.2136,2.64072,300,5,0,3989,0,1,0,0,0),(68796,19261,530,1,1,0,0,-520.769,2048.09,82.8955,4.00124,300,5,0,3989,0,1,0,0,0),(68797,19261,530,1,1,0,0,-517.176,2016.73,82.3905,1.23421,300,5,0,3989,0,1,0,0,0),(68798,19261,530,1,1,0,0,-520.257,1978.52,83.0991,4.58147,300,5,0,3989,0,1,0,0,0),(68799,19261,530,1,1,0,0,-488.426,2009.88,90.7707,0.821254,300,5,0,3989,0,1,0,0,0),(68800,19261,530,1,1,0,0,165.053,2042.94,44.2096,3.39226,300,5,0,3989,0,1,0,0,0),(68801,19261,530,1,1,0,0,184.19,2090.02,47.0318,1.13049,300,5,0,3989,0,1,0,0,0),(68802,19261,530,1,1,0,0,174.835,2135.81,58.3859,4.3751,300,5,0,3989,0,1,0,0,0),(68803,19261,530,1,1,0,0,168.547,2180.13,62.8834,4.0224,300,5,0,3989,0,1,0,0,0),(68804,19261,530,1,1,0,0,156.006,2250.24,51.3126,4.19375,300,5,0,3989,0,1,0,0,0),(68805,19261,530,1,1,0,0,121.046,2283.34,60.5555,1.99557,300,5,0,3989,0,1,0,0,0),(68806,19261,530,1,1,0,0,153.062,2311.44,54.638,4.83343,300,5,0,3989,0,1,0,0,0),(68807,19261,530,1,1,0,0,258.588,2288.78,53.1651,1.08923,300,5,0,3989,0,1,0,0,0),(68808,19261,530,1,1,0,0,223.623,2339.98,53.4945,1.59423,300,5,0,3989,0,1,0,0,0),(68809,19261,530,1,1,0,0,189.763,2377.3,51.1721,2.06765,300,5,0,3989,0,1,0,0,0),(68810,19261,530,1,1,0,0,256.317,2349.06,60.6599,0.302801,300,5,0,3989,0,1,0,0,0),(68811,19261,530,1,1,0,0,246.812,2218.2,50.3561,4.57132,300,5,0,3989,0,1,0,0,0),(68812,19261,530,1,1,0,0,275.104,2311.62,59.0899,4.30289,300,5,0,3989,0,1,0,0,0),(68813,19261,530,1,1,0,0,250.006,2159.12,43.9222,1.80305,300,5,0,3989,0,1,0,0,0),(68814,19261,530,1,1,0,0,219.979,2156.51,43.4864,5.65647,300,5,0,3989,0,1,0,0,0),(68815,19261,530,1,1,0,0,278.19,2149.84,50.5867,3.03434,300,5,0,3989,0,1,0,0,0),(68816,19261,530,1,1,0,0,283.557,2081.98,41.1786,4.12191,300,5,0,3989,0,1,0,0,0),(68817,19261,530,1,1,0,0,277.253,2020.3,29.3493,2.10838,300,5,0,3989,0,1,0,0,0),(68818,19261,530,1,1,0,0,318.76,2046.35,45.4566,3.05359,300,5,0,3989,0,1,0,0,0),(68819,19261,530,1,1,0,0,257.154,2387.63,68.0493,2.27357,300,5,0,3989,0,1,0,0,0),(68820,19261,530,1,1,0,0,117.228,2384.11,56.8201,1.34719,300,5,0,3989,0,1,0,0,0),(68821,19261,530,1,1,0,0,-374.739,2113.86,88.8326,2.55641,300,5,0,3989,0,1,0,0,0),(68822,19261,530,1,1,0,0,-381.332,2038.86,100.933,1.96373,300,5,0,3989,0,1,0,0,0),(68823,19261,530,1,1,0,0,-555.519,2151.42,85.6888,1.31862,300,5,0,3989,0,1,0,0,0),(68824,19261,530,1,1,0,0,-521.107,2171.6,66.3923,4.12462,300,5,0,3989,0,1,0,0,0),(68825,19261,530,1,1,0,0,-454.616,2118.63,89.1465,3.39999,300,5,0,3989,0,1,0,0,0),(68826,19261,530,1,1,0,0,-452.889,2045.88,92.5662,2.76377,300,5,0,3989,0,1,0,0,0),(68827,19261,530,1,1,0,0,-473.881,2159.43,72.5278,0.793436,300,5,0,3989,0,1,0,0,0),(68828,19261,530,1,1,0,0,-411.562,2086.55,90.5723,0.607537,300,5,0,3989,0,1,0,0,0),(68829,19261,530,1,1,0,0,-425.284,1993.08,96.6302,5.70845,300,5,0,3989,0,1,0,0,0),(68830,19261,530,1,1,0,0,-412.955,2151.75,82.7463,3.44014,300,5,0,3989,0,1,0,0,0),(68831,19263,530,1,1,0,1,-1183.97,3239.42,113.422,0.555473,300,0,0,5158,0,0,0,0,0),(68832,19264,530,1,1,0,1,-229.017,3096.15,-61.7425,0.670469,300,0,0,22108,0,0,0,0,0),(68833,19265,530,1,1,0,0,-1152.83,3207.19,69.6546,1.39626,300,0,0,99580,0,0,0,0,0),(68834,19266,530,1,1,0,0,-1160.02,3211.86,69.2837,0.436332,300,0,0,99580,0,0,0,0,0),(68835,19270,530,1,1,0,0,-1751.44,5167.03,-37.2049,4.73719,300,0,0,5975,0,0,0,0,0),(68836,19271,530,1,1,0,0,-1737.89,5139.73,-37.3229,2.03774,300,0,0,5975,0,0,0,0,0),(96625,25142,530,1,1,22763,1,-2003.53,5442.08,-12.4282,3.35103,180,0,0,6542,0,0,0,0,0),(68839,19273,530,1,1,0,0,-19.8447,2136.61,113.944,2.74017,300,0,0,59140,0,0,0,0,0),(68840,19275,530,1,1,0,0,-13.1607,2116.64,115.269,3.21141,300,0,0,6986,0,0,0,0,0),(68841,19275,530,1,1,0,0,-16.5204,2121.45,114.582,4.31096,300,0,0,6986,0,0,0,0,0),(68842,19275,530,1,1,0,0,-22.9541,2120.21,112.966,5.63741,300,0,0,6986,0,0,0,0,0),(68843,19275,530,1,1,0,0,-15.5254,2110.09,114.484,2.11185,300,0,0,6986,0,0,0,0,0),(68844,19275,530,1,1,0,0,-22.1914,2112.77,112.959,0.698132,300,0,0,6986,0,0,0,0,0),(68845,19276,530,1,1,0,0,-133.397,1932.83,83.0823,3.90954,300,0,0,4979,0,0,0,0,0),(68846,19277,530,1,1,0,0,-0.571832,1899.79,61.2823,1.71042,300,0,0,4979,0,0,0,0,0),(68847,19278,530,1,1,0,0,69.4742,1766.26,48.4553,4.69494,300,0,0,4979,0,0,0,0,0),(68848,19279,530,1,1,0,0,197.444,1765.28,31.0047,5.81195,300,0,0,4979,0,0,0,0,0),(68849,19280,530,1,1,0,0,9248.02,-7498.91,36.4028,2.56563,300,0,0,6986,0,0,0,0,0),(68850,19281,530,1,1,0,0,9240.7,-7498,37.2939,0.488692,300,0,0,6986,0,0,0,0,0),(68851,19282,530,1,1,0,1,16.1749,1748.83,50.1743,6.16015,300,0,0,4274,2568,2,0,0,0),(68852,19283,530,1,1,0,0,-1863.37,5129.9,-41.6453,0.872665,300,0,0,5975,0,0,0,0,0),(68853,19283,530,1,1,0,0,-1848.75,5070.91,-32.3406,3.68265,300,0,0,5975,0,0,0,0,0),(68854,19283,530,1,1,0,0,-1850.41,5084.87,-34.5809,3.35103,300,0,0,5975,0,0,0,0,0),(68855,19283,530,1,1,0,0,-1846.59,5112.85,-38.7935,2.82743,300,0,0,5975,0,0,0,0,0),(68856,19283,530,1,1,0,0,-1859.04,5109.46,-38.5068,5.55015,300,0,0,5975,0,0,0,0,0),(68857,19283,530,1,1,0,0,-1845.42,5120.74,-38.7917,2.87979,300,0,0,5975,0,0,0,0,0),(68858,19283,530,1,1,0,0,-2048.82,5228.17,-38.7935,1.85005,300,0,0,5975,0,0,0,0,0),(68859,19289,530,1,1,0,0,-1849.15,5077.16,-33.348,2.35619,300,0,0,3662,0,0,0,0,0),(68860,19289,530,1,1,0,0,-1857.69,5116.04,-38.7935,5.58505,300,0,0,3662,0,0,0,0,0),(68861,19289,530,1,1,0,0,-1858.35,5097.41,-36.5518,5.93412,300,0,0,3662,0,0,0,0,0),(68862,19289,530,1,1,0,0,-1842.83,5123.82,-38.773,1.98968,300,0,0,3662,0,0,0,0,0),(68863,19289,530,1,1,0,0,-2055.5,5238.78,-38.7853,6.23082,300,0,0,3662,0,0,0,0,0),(68864,19289,530,1,1,0,0,-2053.41,5223.05,-38.7935,3.08923,300,0,0,3662,0,0,0,0,0),(68865,19291,530,1,1,0,0,-145.554,1511.28,34.3641,5.23599,300,0,0,4979,0,0,0,0,0),(68866,19292,530,1,1,0,0,-304.408,1524.45,37.9685,2.49582,300,0,0,4979,0,0,0,0,0),(68867,19293,530,1,1,0,1,-310.951,4732.8,17.0877,4.08407,300,0,0,4274,2568,0,0,0,0),(68868,19294,530,1,1,0,1,-294.766,4715.08,28.1862,0.20944,300,0,0,11430,5410,0,0,0,0),(68869,19295,530,1,1,0,1,-822.423,3285.96,37.3669,4.09895,300,5,0,5158,0,1,0,0,0),(68870,19295,530,1,1,0,1,-670.777,3286.98,17.3554,2.88103,300,5,0,5158,0,1,0,0,0),(68871,19295,530,1,1,0,1,-584.278,3172.59,5.11141,4.49576,300,5,0,5158,0,1,0,0,0),(68872,19296,530,1,1,0,1,-2917.88,4021.48,0.51079,3.66519,300,0,0,7968,2434,0,0,0,0),(68873,19297,530,1,1,0,0,-1136.62,3248.79,103.746,4.85202,300,0,0,42,0,0,0,0,0),(68874,19298,530,1,1,0,1,569.779,2797.71,218.62,3.50811,300,0,0,5129,2568,0,0,0,0),(68875,19299,530,1,1,0,0,-347.821,1522.03,39.0628,5.09649,300,0,0,33805,0,0,0,0,0),(68876,19299,530,1,1,0,0,-286.52,1488.55,28.0447,4.90235,300,5,0,33805,0,1,0,0,0),(68877,19299,530,1,1,0,0,-159.98,1476.88,26.4775,3.54584,300,5,0,33805,0,1,0,0,0),(68878,19299,530,1,1,0,0,-86.7132,1533.15,36.7576,2.18875,300,5,0,33805,0,1,0,0,0),(68879,19299,530,1,1,0,0,-279.771,1571.13,38.7215,1.98924,300,5,0,33805,0,1,0,0,0),(68880,19300,555,3,1,0,0,-369.301,-38.122,12.7722,1.1474,86400,0,0,9431,0,0,0,0,0),(68881,19300,555,3,1,0,0,-366.732,-22.2345,18.2256,0.532069,86400,0,0,9431,0,0,0,0,0),(68882,19300,555,3,1,0,0,-343.227,-54.4402,12.7722,5.43321,86400,0,0,9431,0,0,0,0,0),(68883,19301,555,3,1,0,0,-354.465,-58.6281,17.6013,2.30783,86400,0,0,9431,0,0,0,0,0),(68884,19301,555,3,1,0,0,-363.659,-42.0151,12.7731,1.59981,86400,0,0,9431,0,0,0,0,0),(68885,19301,555,3,1,0,0,-319.394,-42.647,12.7722,3.72859,86400,0,0,9431,0,0,0,0,0),(68886,19302,555,3,1,0,0,-356.683,-62.5583,19.0387,1.6764,86400,0,0,9431,0,0,0,0,0),(68887,19302,555,3,1,0,0,-357.573,-51.1224,13.4427,1.71834,86400,0,0,9431,0,0,0,0,0),(68888,19302,555,3,1,0,0,-330.405,-73.9819,10.441,2.13746,86400,0,0,9431,0,0,0,0,0),(68889,19303,555,3,1,0,0,-363.531,-25.4442,17.0451,4.90507,86400,0,0,9431,0,0,0,0,0),(68890,19303,555,3,1,0,0,-372.683,-37.9427,12.7722,0.784202,86400,0,0,9431,0,0,0,0,0),(68891,19303,555,3,1,0,0,-367.359,-48.459,12.7722,5.91091,86400,0,0,9431,0,0,0,0,0),(68892,19304,555,3,1,0,0,-361.022,-21.5666,17.3773,4.31621,86400,0,0,9431,0,0,0,0,0),(68893,19304,555,3,1,0,0,-359.94,-15.5743,17.153,3.84577,86400,0,0,9431,0,0,0,0,0),(68894,19304,555,3,1,0,0,-358.71,-28.1527,14.8774,5.53771,86400,0,0,9431,0,0,0,0,0),(68895,19308,530,1,1,0,0,-681.164,2708.75,95.5693,1.55127,300,0,0,718100,0,2,0,0,0),(68896,19309,530,1,1,0,0,-616.502,2352.87,36.6121,3.59895,300,0,0,57150,0,2,0,0,0),(68897,19310,530,1,1,0,0,-680.346,1855.05,66.9225,0.925025,300,0,0,59140,0,0,0,0,0),(68898,19312,530,1,1,0,1,-456.882,3061.48,-52.9424,5.42724,300,0,0,21364,0,2,0,0,0),(68899,19314,530,1,1,0,0,-696.839,1875.52,63.5099,1.6057,300,0,0,42740,2568,0,0,0,0),(68900,19315,530,1,1,0,0,-18.835,2140.58,114.069,3.47321,300,0,0,42740,2568,0,0,0,0),(68901,19316,530,1,1,0,0,-695.927,1873.39,68.8414,5.44543,300,0,0,718100,0,0,0,0,0),(68902,19317,530,1,1,0,1,-3018,2556,79.1,0,300,0,0,14193,2790,0,0,0,0),(68903,19318,530,1,1,0,0,-1729.3,5506.5,-9.71612,0.279253,300,0,0,6986,0,0,0,0,0),(68904,19319,530,1,1,0,1,-2965,2562,78.6,2,300,0,0,6210,0,0,0,0,0),(68905,19321,530,1,1,0,0,-1697.84,5512.28,-8.43903,3.45575,300,0,0,6986,0,0,0,0,0),(40619,23267,530,1,1,0,0,-5115.44,144.561,130.161,1.37753,300,0,0,36900,0,2,0,0,0),(68907,19324,530,1,1,0,0,520.958,1992.37,110.166,4.03171,300,0,0,6986,0,0,0,0,0),(68908,19324,530,1,1,0,0,-682.878,1850.45,66.9225,1.01229,300,0,0,6986,0,0,0,0,0),(68909,19326,530,1,1,0,0,-333.978,1833.19,85.8966,3.40339,300,0,0,4979,0,0,0,0,0),(68910,19328,530,1,1,0,0,-500.642,1835.06,67.8384,4.88692,300,0,0,4979,0,0,0,0,0),(68911,19329,530,1,1,0,0,-588.835,1765.15,65.2654,2.80998,300,0,0,4979,0,0,0,0,0),(68912,19330,530,1,1,0,0,-2193.93,5422.14,50.3112,3.12414,300,0,0,4572,2705,0,0,0,0),(68913,19331,530,1,1,0,0,-2034.34,5344.94,-7.99053,0.471239,300,0,0,3739,6015,0,0,0,0),(68914,19332,530,1,1,0,1,-1311.05,2367.12,89.1364,1.91986,300,0,0,5158,0,0,0,0,0),(68915,19333,530,1,1,0,1,-3093.11,2585.97,62.4486,4.21905,300,0,0,6505,0,0,0,0,0),(68916,19335,530,1,1,0,1,-532.113,1686.31,51.4782,4.93416,300,0,0,4274,2568,0,0,0,0),(68917,19336,530,1,1,18685,0,-1298.48,1435.8,13.7197,4.06662,300,5,0,4979,0,1,0,0,0),(68918,19336,530,1,1,18685,0,-1524.79,3034.22,-70.9044,1.20428,300,5,0,4979,0,1,0,0,0),(68919,19336,530,1,1,18685,0,3989.59,1864.41,243.196,4.69494,300,5,0,4979,0,1,0,0,0),(68920,19336,530,1,1,18685,0,4031.02,2078.21,254.517,1.65806,300,5,0,4979,0,1,0,0,0),(68921,19336,530,1,1,18685,0,4020.12,2119.23,254.54,2.75762,300,5,0,4979,0,1,0,0,0),(68923,19337,530,1,1,0,1,-1805.15,5747.77,128.877,2.46905,300,0,0,6986,0,0,0,0,0),(68924,19337,530,1,1,0,1,-1814.89,5750.27,129.889,2.87127,300,0,0,6986,0,0,0,0,0),(68925,19337,530,1,1,0,1,-1810.62,5749.27,129.654,2.86173,300,0,0,6986,0,0,0,0,0),(68926,19337,530,1,1,0,1,-1764.97,5720.31,126.538,1.25015,300,0,0,6986,0,0,0,0,0),(68927,19337,530,1,1,0,1,-1768.91,5721.59,126.538,1.25664,300,0,0,6986,0,0,0,0,0),(68928,19337,530,1,1,0,1,-1760.95,5718.92,126.538,1.25664,300,0,0,6986,0,0,0,0,0),(68929,19337,530,1,1,0,1,-1772.67,5722.91,126.538,1.25664,300,0,0,6986,0,0,0,0,0),(18019,1779,0,1,1,1947,0,852.554,1620.88,27.5372,3.48624,275,10,0,247,0,1,0,0,0),(18020,1779,0,1,1,1947,0,856.553,1644.59,24.2417,5.13879,275,10,0,247,0,1,0,0,0),(96632,25142,530,1,1,22763,1,-1838.6,5399.79,-12.4282,2.18166,180,0,0,6542,0,0,0,0,0),(96600,25135,530,1,1,22937,1,-1847.88,5316.36,-12.3448,4.86947,180,0,0,6542,0,0,0,0,0),(96601,25135,530,1,1,22937,1,-1787.79,5333.1,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96602,25135,530,1,1,22936,1,-1792.36,5337.14,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96603,25136,530,1,1,22943,1,-1841.16,5314.73,-12.3448,1.5708,180,0,0,6542,0,0,0,0,0),(96604,25136,530,1,1,22944,1,-1837.87,5315.29,-12.3448,1.48353,180,0,0,6542,0,0,0,0,0),(96605,25136,530,1,1,22942,1,-1787.73,5337.6,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96606,25136,530,1,1,22943,1,-1785.66,5335.26,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96598,25134,530,1,1,22924,1,-1779.02,5337.96,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96596,25134,530,1,1,22933,1,-1838.47,5318.06,-12.3448,4.69494,180,0,0,6542,0,0,0,0,0),(96597,25134,530,1,1,22924,1,-1790.15,5335.14,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96594,25885,530,1,1,23467,1,-1918.05,5334.41,-12.3448,3.35103,180,0,0,5744,3231,2,0,0,0),(96595,25134,530,1,1,22924,1,-1841.71,5317.6,-12.3448,4.76475,180,0,0,6542,0,0,0,0,0),(96590,19202,530,1,1,18648,1,-1783.84,5314.73,-12.3448,2.23402,180,0,0,29315,2620,0,0,0,0),(96591,19216,530,1,1,22951,0,-1853.14,5424.86,-10.4817,2.6529,180,0,0,6070,3387,0,0,0,0),(68954,19338,530,1,1,0,0,-2000.66,5351.82,-9.26761,3.52556,300,0,0,3984,2434,0,0,0,0),(68955,19339,530,1,1,0,1,-3090,2579,61.79,4,300,0,0,5914,0,0,0,0,0),(68956,19340,530,1,1,0,0,-2287.5,5573.17,101.078,4.39823,300,0,0,4422,2620,0,0,0,0),(68957,19341,530,1,1,0,1,-3103,2595,63,0,300,0,0,6505,0,0,0,0,0),(68958,19342,530,1,1,0,1,-3080.71,2614.11,61.729,3.48478,300,0,0,5914,0,0,0,0,0),(68959,19343,530,1,1,0,0,-2903,2615,93.4,2,300,0,0,5914,0,0,0,0,0),(68960,19344,530,1,1,0,1,-1095.95,2996.35,8.27364,1.32645,300,0,0,7210,0,0,0,0,0),(68961,19345,530,1,1,0,1,-2908,2603,93.4,2,300,0,0,6210,0,0,0,0,0),(68962,19346,530,1,1,0,0,-1764.84,5726.25,126.538,4.27606,300,0,0,6986,0,0,0,0,0),(18022,1767,0,1,1,441,1,1337.21,715.859,33.4575,5.1175,275,10,0,247,0,1,0,0,0),(68964,19348,530,1,1,0,1,-2939,2675,93.4,4,300,0,0,6142,0,0,0,0,0),(68965,19349,530,1,1,0,0,-388.729,4935.92,36.6515,1.29397,300,5,0,5341,0,1,0,0,0),(68966,19349,530,1,1,0,0,-353.908,4858.8,24.3708,1.78141,300,5,0,5341,0,1,0,0,0),(68967,19349,530,1,1,0,0,-393.659,4976.53,41.8839,2.12337,300,5,0,5341,0,1,0,0,0),(68968,19349,530,1,1,0,0,-435.296,5008.88,55.5378,5.90177,300,5,0,5341,0,1,0,0,0),(68969,19349,530,1,1,0,0,-370.144,5038.26,63.0377,4.3718,300,5,0,5341,0,1,0,0,0),(68970,19349,530,1,1,0,0,-353.149,5018.09,56.6797,3.15038,300,5,0,5341,0,1,0,0,0),(68971,19349,530,1,1,0,0,-328.945,5010.13,59.1702,3.34716,300,5,0,5341,0,1,0,0,0),(68972,19349,530,1,1,0,0,-347.554,4998.79,52.8168,0.376778,300,5,0,5341,0,1,0,0,0),(68973,19349,530,1,1,0,0,-321.48,5043.4,67.2914,1.33624,300,5,0,5341,0,1,0,0,0),(68974,19349,530,1,1,0,0,-371.849,5072.89,99.541,4.41102,300,5,0,5341,0,1,0,0,0),(68975,19349,530,1,1,0,0,-258.481,5029.74,62.2886,4.46575,300,5,0,5341,0,1,0,0,0),(68976,19349,530,1,1,0,0,-211.794,5052.77,77.5127,0.254936,300,5,0,5341,0,1,0,0,0),(68977,19349,530,1,1,0,0,-344.666,5132.55,115.324,3.78985,300,5,0,5341,0,1,0,0,0),(68978,19349,530,1,1,0,0,-211.481,5118.48,89.465,3.56448,300,5,0,5341,0,1,0,0,0),(68979,19349,530,1,1,0,0,-188.091,5140.66,86.1098,5.87383,300,5,0,5341,0,1,0,0,0),(68980,19349,530,1,1,0,0,-216.066,5192.97,101.52,5.80207,300,5,0,5341,0,1,0,0,0),(68981,19349,530,1,1,0,0,-241.774,5297.82,41.4567,0.709069,300,5,0,5341,0,1,0,0,0),(68982,19349,530,1,1,0,0,-170.686,4987.59,68.6334,0.203073,300,5,0,5341,0,1,0,0,0),(68983,19349,530,1,1,0,0,-195.217,5013.93,70.3084,0.212732,300,5,0,5341,0,1,0,0,0),(68984,19349,530,1,1,0,0,-178.527,4917.91,52.9033,0.875308,300,5,0,5341,0,1,0,0,0),(68985,19349,530,1,1,0,0,-145.381,4885.22,53.1978,5.02611,300,5,0,5341,0,1,0,0,0),(68986,19349,530,1,1,0,0,-105.859,4909.97,68.3103,3.5624,300,5,0,5341,0,1,0,0,0),(12596,7319,1,1,1,0,0,10979.6,1366.13,1328.87,1.75107,120,0,0,230,249,0,0,0,0),(68991,19350,530,1,1,0,0,-409.081,4928.54,37.9381,3.66521,300,5,0,5341,0,1,0,0,0),(68992,19350,530,1,1,0,0,-435.831,4964,61.6684,1.39612,300,5,0,5341,0,1,0,0,0),(68993,19350,530,1,1,0,0,-315.045,4890.17,34.2332,3.27865,300,5,0,5341,0,1,0,0,0),(68994,19350,530,1,1,0,0,-350.175,4987.3,50.3108,2.39557,300,5,0,5341,0,1,0,0,0),(68995,19350,530,1,1,0,0,-329.361,5049.13,70.0976,4.77688,300,5,0,5341,0,1,0,0,0),(68996,19350,530,1,1,0,0,-290.115,4943.6,48.2599,1.90305,300,5,0,5341,0,1,0,0,0),(68997,19350,530,1,1,0,0,-306.012,5082.44,78.4684,1.47297,300,5,0,5341,0,1,0,0,0),(68998,19350,530,1,1,0,0,-272.701,5110.05,85.6743,1.55908,300,5,0,5341,0,1,0,0,0),(68999,19350,530,1,1,0,0,-227.063,5074.04,78.3557,5.11048,300,5,0,5341,0,1,0,0,0),(69000,19350,530,1,1,0,0,-332.63,5141.9,118.928,3.6958,300,5,0,5341,0,1,0,0,0),(69001,19350,530,1,1,0,0,-213.26,5145.89,94.7,2.18753,300,5,0,5341,0,1,0,0,0),(69002,19350,530,1,1,0,0,-266.115,5194.73,84.263,2.49043,300,5,0,5341,0,1,0,0,0),(69003,19350,530,1,1,0,0,-211.809,5227.51,95.8911,3.61834,300,5,0,5341,0,1,0,0,0),(69004,19350,530,1,1,0,0,-243.243,5218.92,73.8409,5.99697,300,5,0,5341,0,1,0,0,0),(69005,19350,530,1,1,0,0,-297.52,5268.31,63.8184,0.127052,300,5,0,5341,0,1,0,0,0),(69006,19350,530,1,1,0,0,-231.231,5269.75,69.977,3.71802,300,5,0,5341,0,1,0,0,0),(69007,19350,530,1,1,0,0,-153.031,4972,73.8957,2.41166,300,5,0,5341,0,1,0,0,0),(69008,19350,530,1,1,0,0,-176.153,4943.58,57.4686,1.06958,300,5,0,5341,0,1,0,0,0),(69009,19350,530,1,1,0,0,-302.133,4902.39,38.3839,3.74811,300,5,0,5341,0,1,0,0,0),(69012,19351,530,1,1,0,0,-3939.08,2201.25,101.97,3.24631,300,0,0,5914,0,0,0,0,0),(69013,19352,530,1,1,0,0,-4084.32,2186.97,107.585,0.139626,300,0,0,5914,0,0,0,0,0),(69014,19353,530,1,1,0,1,-3480.87,2014.86,74.2033,1.64061,300,0,0,34930,0,0,0,0,0),(69015,19353,530,1,1,0,1,-3488.98,2014.1,72.9833,1.58825,300,0,0,34930,0,0,0,0,0),(69016,19353,530,1,1,0,1,-3947.74,2003.91,107.609,2.28638,300,0,0,34930,0,0,0,0,0),(69017,19353,530,1,1,0,1,-3935.54,1986.63,107.625,5.21853,300,0,0,34930,0,0,0,0,0),(69018,19353,530,1,1,0,1,-3889.62,2066.52,94.5385,5.34071,300,0,0,34930,0,0,0,0,0),(69019,19353,530,1,1,0,1,-3897.4,2059.51,94.9135,5.42797,300,0,0,34930,0,0,0,0,0),(69020,19353,530,1,1,0,1,-3924.23,2023.33,95.3313,6.07508,300,0,0,34930,0,0,0,0,0),(69021,19353,530,1,1,0,1,-3924.08,2032.24,95.3313,1.81845,300,0,0,34930,0,0,0,0,0),(69022,19353,530,1,1,0,1,-3927.49,2087.84,95.1908,0.663225,300,0,0,34930,0,0,0,0,0),(69023,19353,530,1,1,0,1,-3912.82,2101.93,95.5008,4.01426,300,0,0,34930,0,0,0,0,0),(69024,19353,530,1,1,0,1,-4083.39,2289.85,104.076,5.46288,300,0,0,34930,0,0,0,0,0),(69025,19353,530,1,1,0,1,-4076.96,2272.38,96.2985,5.35816,300,0,0,34930,0,0,0,0,0),(69026,19353,530,1,1,0,1,-4070.26,2269.87,94.9091,5.3058,300,0,0,34930,0,0,0,0,0),(69027,19353,530,1,1,0,1,-4080.64,2268.45,96.2978,5.39307,300,0,0,34930,0,0,0,0,0),(69028,19353,530,1,1,0,1,-4077.34,2262.08,94.9093,5.53269,300,0,0,34930,0,0,0,0,0),(69029,19353,530,1,1,0,1,-3956.66,2150.61,99.1998,1.66518,300,0,0,34930,0,2,0,0,0),(69030,19353,530,1,1,0,1,-3953.16,2196.49,101.799,3.57237,300,0,0,34930,0,2,0,0,0),(69031,19353,530,1,1,0,1,-3970.6,2179.84,102.99,1.0472,300,0,0,34930,0,0,0,0,0),(69032,19353,530,1,1,0,1,-3970.1,2166.54,105.109,5.63741,300,0,0,34930,0,0,0,0,0),(69033,19353,530,1,1,0,1,-3992.37,2135.66,104.714,1.20428,300,0,0,34930,0,0,0,0,0),(69034,19353,530,1,1,0,1,-4002.14,2139.82,104.701,1.18682,300,0,0,34930,0,0,0,0,0),(69035,19353,530,1,1,0,1,-3998.2,2092.2,137.335,4.55531,300,0,0,34930,0,0,0,0,0),(69036,19353,530,1,1,0,1,-4027.41,2111.92,137.243,1.16715,300,0,0,34930,0,2,0,0,0),(69037,19353,530,1,1,0,1,-4070.75,2122.35,137.344,4.86947,300,0,0,34930,0,0,0,0,0),(69038,19353,530,1,1,0,1,-4031.99,2108.86,137.326,4.74729,300,0,0,34930,0,0,0,0,0),(69039,19353,530,1,1,0,1,-3983.07,2173.23,105.207,2.77507,300,0,0,34930,0,0,0,0,0),(69040,19353,530,1,1,0,1,-3972.33,2207.11,101.97,5.86431,300,0,0,34930,0,0,0,0,0),(69041,19353,530,1,1,0,1,-4035.21,2214.16,110.802,5.65487,300,0,0,34930,0,0,0,0,0),(69042,19353,530,1,1,0,1,-4068.84,2252.23,94.9093,2.23402,300,0,0,34930,0,0,0,0,0),(69043,19353,530,1,1,0,1,-4021.02,2228.68,110.7,5.51524,300,0,0,34930,0,0,0,0,0),(69044,19353,530,1,1,0,1,-4060.36,2261.12,94.9093,2.33874,300,0,0,34930,0,0,0,0,0),(69045,19353,530,1,1,0,1,-4062.74,2262.03,112.131,2.42601,300,0,0,34930,0,0,0,0,0),(69046,19353,530,1,1,0,1,-4069.28,2254.92,112.131,2.25148,300,0,0,34930,0,0,0,0,0),(69047,19353,530,1,1,0,1,-4033.21,2262.73,113.52,3.35103,300,0,0,34930,0,0,0,0,0),(69048,19353,530,1,1,0,1,-4067.65,2224.33,113.52,1.67552,300,0,0,34930,0,0,0,0,0),(69049,19353,530,1,1,0,1,-4098.61,2274,104.076,5.61996,300,0,0,34930,0,0,0,0,0),(69050,19353,530,1,1,0,1,-4100.08,2273.16,112.131,0.593412,300,0,0,34930,0,0,0,0,0),(69051,19354,530,1,1,0,1,-617.618,4800.32,38.5306,6.0912,300,0,0,30954,5240,2,0,0,0),(69052,19355,530,1,1,0,1,-3122,2480,62,1,300,0,0,4979,0,0,0,0,0),(69053,19355,530,1,1,0,1,-3123,2449,63,4,300,0,0,4979,0,0,0,0,0),(69054,19355,530,1,1,0,1,-3124,2443,64,0,300,0,0,4979,0,0,0,0,0),(69055,19355,530,1,1,0,1,-3127,2493,61,6,300,0,0,4979,0,0,0,0,0),(69056,19355,530,1,1,0,1,-2965,2664,98,0,300,0,0,4979,0,0,0,0,0),(69057,19355,530,1,1,0,1,-3035.78,2636.94,76.544,2.29483,300,0,0,4979,0,0,0,0,0),(69058,19355,530,1,1,0,1,-2959,2578,76,3,300,5,0,4979,0,1,0,0,0),(69059,19355,530,1,1,0,1,-3032.08,2646.79,76.544,1.25025,300,0,0,4979,0,0,0,0,0),(69060,19355,530,1,1,0,1,-2958,2531,76.2,4,300,0,0,4979,0,0,0,0,0),(69061,19355,530,1,1,0,1,-2971,2528,76.2,0,300,0,0,4979,0,0,0,0,0),(69062,19355,530,1,1,0,1,-3037,2523,62.79,0,300,0,0,4979,0,0,0,0,0),(69063,19355,530,1,1,0,1,-3037,2528,63.39,5,300,0,0,4979,0,0,0,0,0),(69064,19355,530,1,1,0,1,-3119,2491,62.2,2,300,0,0,4979,0,0,0,0,0),(69066,19355,530,1,1,0,1,-3175,2491,62.3,1,300,0,0,4979,0,0,0,0,0),(69067,19355,530,1,1,0,1,-3139,2453,63.8,4,300,0,0,4979,0,0,0,0,0),(69068,19355,530,1,1,0,1,-3108,2458,62.6,5,300,0,0,4979,0,0,0,0,0),(69069,19355,530,1,1,0,1,-2996.39,2508.83,61.0712,1.73924,300,5,0,4979,0,1,0,0,0),(69070,19355,530,1,1,0,1,-3127,2479,62.15,0,300,0,0,4979,0,0,0,0,0),(69071,19355,530,1,1,0,1,-3163.27,2504.62,63.1041,2.94101,300,0,0,4979,0,0,0,0,0),(69072,19358,530,1,1,0,0,-145.371,1510.23,33.5311,4.76475,300,0,0,4979,0,0,0,0,0),(69073,19359,530,1,1,0,0,-300.723,1524.99,37.5415,5.8294,300,0,0,4979,0,0,0,0,0),(69074,19361,530,1,1,0,1,-760.262,4699.16,67.2593,0.366519,300,0,0,5556,2568,0,0,0,0),(69075,19362,530,1,1,0,1,-3132,2478,61.8,0,300,0,0,34930,0,0,0,0,0),(69076,19362,530,1,1,0,1,-2931.95,2653.15,93.6786,3.85472,300,0,0,34930,0,0,0,0,0),(69079,19362,530,1,1,0,1,-2929.79,2645.91,93.5612,3.95496,300,0,0,34930,0,2,0,0,0),(69080,19362,530,1,1,0,1,-2925.18,2644.91,93.6558,3.86831,300,0,0,34930,0,0,0,0,0),(69081,19362,530,1,1,0,1,-2990,2605,79,0,300,5,0,34930,0,1,0,0,0),(69082,19362,530,1,1,0,1,-2973.12,2556.28,105.803,5,300,0,0,34930,0,2,0,0,0),(69083,19362,530,1,1,0,1,-3080,2527,62.4934,0,300,0,0,34930,0,0,0,0,0),(69084,19362,530,1,1,0,1,-3124,2559,61.8079,3,300,0,0,34930,0,0,0,0,0),(69085,19362,530,1,1,0,1,-3124,2568,61.6869,2,300,0,0,34930,0,0,0,0,0),(69086,19362,530,1,1,0,1,-3074,2512,62.3144,0,300,0,0,34930,0,0,0,0,0),(69087,19362,530,1,1,0,1,-3089.1,2508.03,83.7855,3.559,300,0,0,34930,0,2,0,0,0),(69088,19362,530,1,1,0,1,-3057,2492,64.79,4,300,0,0,34930,0,0,0,0,0),(69089,19362,530,1,1,0,1,-3064,2494,64.96,4,300,0,0,34930,0,0,0,0,0),(69090,19362,530,1,1,0,1,-3104,2563,62.16,2,300,0,0,34930,0,0,0,0,0),(69091,19362,530,1,1,0,1,-3146.97,2563.81,61.377,3,300,0,0,34930,0,2,0,0,0),(69092,19362,530,1,1,0,1,-3095,2569,61.8,2,300,0,0,34930,0,0,0,0,0),(69093,19362,530,1,1,0,1,-3333.96,2129.97,79.1613,0.314159,300,0,0,34930,0,0,0,0,0),(69094,19362,530,1,1,0,1,-3332.24,2120.45,79.197,0.087266,300,0,0,34930,0,0,0,0,0),(69095,19363,530,1,1,0,1,-685.89,2706.73,95.6419,0.436332,300,0,0,4979,0,0,0,0,0),(69096,19364,530,1,1,0,1,-3063,2488,64.5,4,300,0,0,17742,0,0,0,0,0),(69097,19364,530,1,1,0,1,-3103,2545,61.9,5,300,0,0,17742,0,0,0,0,0),(69098,19367,530,1,1,0,1,-1096.86,3001.19,8.27807,0.122173,300,0,0,5158,0,0,0,0,0),(69099,19368,530,1,1,0,0,-4002.55,2161.89,104.934,0.680678,300,0,0,5914,0,0,0,0,0),(69100,19369,530,1,1,0,0,-4093.06,2178.5,107.03,0.802851,300,0,0,5914,0,0,0,0,0),(69101,19370,530,1,1,0,1,-3960.61,2199.73,101.924,6.24828,300,0,0,5914,0,0,0,0,0),(69102,19371,530,1,1,0,0,-4092.84,2188.51,107.031,4.43314,300,0,0,5914,0,0,0,0,0),(69103,19372,530,1,1,0,0,-4007.92,2200.37,110.988,3.31613,300,0,0,5914,0,0,0,0,0),(69104,19373,530,1,1,0,0,-3966.33,2201.35,101.97,2.68781,300,0,0,5914,0,0,0,0,0),(69105,19374,530,1,1,0,0,-3981.61,2235.23,101.97,5.3058,300,0,0,5914,0,0,0,0,0),(69106,19375,530,1,1,0,0,-3970.79,2173.31,104.593,6.17846,300,0,0,6986,0,0,0,0,0),(69107,19376,530,1,1,0,0,-602.929,2878.86,55.5606,5.02655,300,0,0,2215,0,0,0,0,0),(69108,19377,530,1,1,0,1,-1943.63,5710.2,120.011,0.699071,300,0,0,6986,0,0,0,0,0),(69109,19377,530,1,1,0,1,-1776.13,5726.78,126.538,1.5708,300,0,0,6986,0,0,0,0,0),(69110,19378,530,1,1,0,1,-1729.16,5813.11,148.657,1.0821,300,0,0,4422,2620,0,0,0,0),(69111,19379,530,1,1,0,0,-3972.28,2174.41,104.441,0.785398,300,0,0,6986,0,0,0,0,0),(69112,19380,530,1,1,0,1,322.903,7841.22,22.2491,4.90438,300,0,0,59140,0,0,0,0,0),(45166,8303,0,1,1,0,0,-11261.9,-3120.39,2.87,3.83534,151200,15,0,2769,0,1,0,0,0),(41881,8301,0,1,1,0,0,-11430.7,-2860.58,0.71641,1.37089,50400,10,0,3189,0,1,0,0,0),(38303,8300,0,1,1,0,0,-11362.4,-3205.62,10.7749,4.9459,50400,15,0,2980,0,1,0,0,0),(38089,8299,0,1,1,0,0,-11518.4,-3209.88,8.09441,0.44557,50400,30,0,3082,0,1,0,0,0),(38083,8297,0,1,1,0,1,-11619.4,-2822.7,3.0829,2.7939,100800,10,0,3644,0,1,0,0,0),(32043,2541,0,1,1,0,1,-13830,412.777,87.0029,2.14783,21600,0,0,1848,0,0,0,0,0),(81648,19389,565,1,1,0,1,172.649,366.047,0.48433,2.92957,604800,0,0,206640,0,0,0,0,0),(69120,19383,530,1,1,0,1,323.088,7839.83,22.1674,3.61283,300,0,0,120,0,0,0,0,0),(69121,19384,530,1,1,0,1,-4062.84,2286.48,110.743,4.59022,300,0,0,5589,3155,0,0,0,0),(69122,19384,530,1,1,0,1,-3937.68,2173.85,101.798,6.16101,300,0,0,5589,3155,0,0,0,0),(69123,19384,530,1,1,0,1,-3942.14,2187.25,101.964,0.418879,300,0,0,5589,3155,0,0,0,0),(69124,19384,530,1,1,0,1,-3945.18,2221.15,101.97,0.069813,300,0,0,5589,3155,0,0,0,0),(69125,19384,530,1,1,0,1,-3943.69,2209.8,101.97,0.453786,300,0,0,5589,3155,0,0,0,0),(69126,19384,530,1,1,0,1,-3940.64,2179.61,101.839,0.122173,300,0,0,5589,3155,0,0,0,0),(69127,19384,530,1,1,0,1,-3940.02,2194.75,101.97,0.191986,300,0,0,5589,3155,0,0,0,0),(69128,19384,530,1,1,0,1,-4022.31,2134.64,104.274,6.0014,300,0,0,5589,3155,2,0,0,0),(69129,19384,530,1,1,0,1,-4063.26,2284.4,110.743,1.50098,300,0,0,5589,3155,0,0,0,0),(69130,19384,530,1,1,0,1,-4072.91,2187.81,107.594,5.65487,300,0,0,5589,3155,0,0,0,0),(69131,19384,530,1,1,0,1,-4072.01,2186.65,107.593,2.51327,300,0,0,5589,3155,0,0,0,0),(69132,19384,530,1,1,0,1,-4123.07,2283.32,121.854,1.53589,300,0,0,5589,3155,0,0,0,0),(69133,19384,530,1,1,0,1,-4123.41,2285,121.853,4.85202,300,0,0,5589,3155,0,0,0,0),(69134,19387,530,1,1,0,0,-3934.22,2221.93,102.115,2.87979,300,0,0,2215,0,0,0,0,0),(69135,19388,530,1,1,0,0,-3934,2213.21,102.15,3.45575,300,0,0,2215,0,0,0,0,0),(69136,19390,530,1,1,0,1,-1793.93,5622.47,130.895,1.13446,300,0,0,6986,0,0,0,0,0),(69137,19390,530,1,1,0,1,-1797.39,5625.81,130.895,1.22173,300,0,0,6986,0,0,0,0,0),(69138,19390,530,1,1,0,1,-1802.01,5620.1,130.895,1.186,300,0,0,6986,0,0,0,0,0),(69139,19390,530,1,1,0,1,-1798.55,5604,130.811,1.414,300,0,0,6986,0,0,0,0,0),(69140,19392,530,1,1,0,1,-781.101,2607.27,133.337,5.28835,300,0,0,6104,0,0,0,0,0),(69141,19393,530,1,1,0,0,-701.191,2658.09,103.994,1.46608,300,0,0,6986,0,0,0,0,0),(69142,19393,530,1,1,0,0,-675.618,2716.83,94.2675,5.16617,300,0,0,6986,0,0,0,0,0),(69143,19393,530,1,1,0,0,-692.107,2589.84,87.9087,0.593412,300,0,0,6986,0,0,0,0,0),(69144,19394,530,1,1,0,0,-4045.89,2167.6,110.865,1.79769,300,0,0,4979,0,0,0,0,0),(69145,19395,530,1,1,0,0,-4047.57,2176.29,110.579,5.0091,300,0,0,4979,0,0,0,0,0),(69146,19397,530,1,1,0,0,657.563,1752.64,102.643,6.22305,300,5,0,20250,0,1,0,0,0),(69147,19397,530,1,1,0,0,795.334,1811.03,133.865,5.81611,300,5,0,20250,0,1,0,0,0),(69148,19397,530,1,1,0,0,711.038,1710.24,93.3909,4.6242,300,5,0,20250,0,1,0,0,0),(69149,19397,530,1,1,0,0,773.26,1745.67,113.979,3.93252,300,5,0,20250,0,1,0,0,0),(69150,19397,530,1,1,0,0,847.997,1827.32,133.259,1.26988,300,5,0,20250,0,1,0,0,0),(69151,19397,530,1,1,0,0,918.604,1803.57,123.751,0.993357,300,5,0,20250,0,1,0,0,0),(69152,19397,530,1,1,0,0,983.994,1851.41,132.99,2.41146,300,5,0,20250,0,1,0,0,0),(69153,19397,530,1,1,0,0,976.326,1704.97,86.3216,3.58201,300,5,0,20250,0,1,0,0,0),(69154,19397,530,1,1,0,0,990.345,1722.15,97.4599,4.18888,300,5,0,20250,0,1,0,0,0),(69155,19398,530,1,1,0,1,719.6,1840.76,138.06,3.764,300,5,0,16355,0,1,0,0,0),(69156,19398,530,1,1,0,1,709.288,1828.91,131.501,1.21043,300,0,0,16355,0,0,0,0,0),(69157,19398,530,1,1,0,1,686.884,1816.27,123.922,3.03891,300,5,0,16355,0,1,0,0,0),(69158,19398,530,1,1,0,1,679.262,1822.74,123.766,0.777744,300,5,0,16355,0,1,0,0,0),(69159,19398,530,1,1,0,1,664.032,1796.77,112.453,3.94056,300,5,0,16355,0,1,0,0,0),(69160,19398,530,1,1,0,1,672.798,1775.09,112.422,2.87587,300,5,0,16355,0,1,0,0,0),(69161,19398,530,1,1,0,1,668.658,1778.14,112.738,3.41264,300,5,0,16355,0,1,0,0,0),(69162,19398,530,1,1,0,1,672.943,1786.69,116.554,3.06834,300,5,0,16355,0,1,0,0,0),(69163,19398,530,1,1,0,1,719.586,1824.34,133.234,6.07755,300,5,0,16355,0,1,0,0,0),(69164,19398,530,1,1,0,1,713.888,1792.85,124.667,2.02702,300,5,0,16355,0,1,0,0,0),(69165,19398,530,1,1,0,1,710.219,1814.27,130.877,0.646824,300,5,0,16355,0,1,0,0,0),(69166,19398,530,1,1,0,1,774.308,1816.8,135.762,4.97419,300,5,0,16355,0,1,0,0,0),(69167,19398,530,1,1,0,1,774.281,1820.36,136.349,2.28641,300,5,0,16355,0,1,0,0,0),(69168,19398,530,1,1,0,1,731.642,1744.41,108.19,0.176709,300,5,0,16355,0,1,0,0,0),(69169,19398,530,1,1,0,1,797.398,1816.45,134.49,6.04515,300,5,0,16355,0,1,0,0,0),(69170,19398,530,1,1,0,1,782.48,1815.74,135.258,5.43563,300,5,0,16355,0,1,0,0,0),(69171,19398,530,1,1,0,1,785.226,1825.12,136.432,4.81604,300,5,0,16355,0,1,0,0,0),(69172,19398,530,1,1,0,1,786.357,1816.91,135.24,4.74935,300,5,0,16355,0,1,0,0,0),(69173,19398,530,1,1,0,1,764.807,1753.68,115.772,0.196587,300,5,0,16355,0,1,0,0,0),(69174,19398,530,1,1,0,1,747.742,1743.41,107.693,2.38795,300,5,0,16355,0,1,0,0,0),(69175,19398,530,1,1,0,1,742.276,1747.96,110.056,1.24565,300,5,0,16355,0,1,0,0,0),(69176,19398,530,1,1,0,1,779.95,1746.2,115.259,3.9494,300,5,0,16355,0,1,0,0,0),(69177,19398,530,1,1,0,1,813.457,1752.63,120.155,1.32203,300,5,0,16355,0,1,0,0,0),(69178,19398,530,1,1,0,1,821.715,1772.37,123.909,5.5503,300,5,0,16355,0,1,0,0,0),(69179,19398,530,1,1,0,1,809.153,1782.07,125.822,3.97878,300,5,0,16355,0,1,0,0,0),(69180,19398,530,1,1,0,1,828.901,1818.44,132.202,3.44914,300,5,0,16355,0,1,0,0,0),(69181,19398,530,1,1,0,1,838.346,1830.63,133.968,1.0508,300,5,0,16355,0,1,0,0,0),(69182,19398,530,1,1,0,1,806.643,1741.81,117.21,5.08111,300,5,0,16355,0,1,0,0,0),(69183,19398,530,1,1,0,1,808.526,1689.67,98.5567,3.33018,300,5,0,16355,0,1,0,0,0),(69184,19398,530,1,1,0,1,815.886,1726.9,108.97,1.33441,300,5,0,16355,0,1,0,0,0),(69185,19398,530,1,1,0,1,829.435,1700.23,97.901,5.20051,300,0,0,16355,0,0,0,0,0),(69186,19398,530,1,1,0,1,825.503,1696.31,98.0926,4.85152,300,5,0,16355,0,1,0,0,0),(69187,19398,530,1,1,0,1,806.702,1709.9,105.623,5.20924,300,5,0,16355,0,1,0,0,0),(69188,19398,530,1,1,0,1,880.423,1780.83,123.773,1.68221,300,0,0,16355,0,0,0,0,0),(69189,19398,530,1,1,0,1,851.509,1815.69,131.305,0.000977,300,5,0,16355,0,1,0,0,0),(69190,19398,530,1,1,0,1,883.096,1809.77,128.854,2.97767,300,5,0,16355,0,1,0,0,0),(69191,19398,530,1,1,0,1,830.548,1818.65,131.956,3.27382,300,5,0,16355,0,1,0,0,0),(69192,19398,530,1,1,0,1,846.319,1842.36,135.875,1.73755,300,5,0,16355,0,1,0,0,0),(69193,19398,530,1,1,0,1,831.172,1724.27,109.678,2.41909,300,5,0,16355,0,1,0,0,0),(69194,19398,530,1,1,0,1,882.004,1761.5,118.062,3.57792,300,0,0,16355,0,0,0,0,0),(69195,19398,530,1,1,0,1,870.68,1756.14,117.065,0.733038,300,0,0,16355,0,0,0,0,0),(69196,19398,530,1,1,0,1,875.803,1688.7,86.1932,1.84681,300,5,0,16355,0,1,0,0,0),(69197,19398,530,1,1,0,1,847.41,1692.53,91.973,0.157922,300,5,0,16355,0,1,0,0,0),(69198,19398,530,1,1,0,1,885.719,1722.49,104.123,4.29635,300,5,0,16355,0,1,0,0,0),(69199,19398,530,1,1,0,1,895.887,1693.63,91.5346,6.11242,300,5,0,16355,0,1,0,0,0),(69200,19398,530,1,1,0,1,902.218,1691.77,90.4717,6.07966,300,5,0,16355,0,1,0,0,0),(69201,19398,530,1,1,0,1,840.694,1684,86.3713,3.54405,300,5,0,16355,0,1,0,0,0),(69202,19398,530,1,1,0,1,916.367,1823.32,130.188,4.71727,300,5,0,16355,0,1,0,0,0),(69203,19398,530,1,1,0,1,907.938,1813.48,127.641,0.300447,300,5,0,16355,0,1,0,0,0),(69204,19398,530,1,1,0,1,917.137,1842.16,134.44,4.74659,300,5,0,16355,0,1,0,0,0),(69205,19398,530,1,1,0,1,921.716,1808.41,123.9,3.11328,300,5,0,16355,0,1,0,0,0),(69206,19398,530,1,1,0,1,930.978,1745.42,110.063,5.93024,300,5,0,16355,0,1,0,0,0),(69207,19398,530,1,1,0,1,888.388,1730.93,106.988,1.57763,300,5,0,16355,0,1,0,0,0),(69208,19398,530,1,1,0,1,907.3,1831.88,132.171,1.65297,300,5,0,16355,0,1,0,0,0),(69209,19398,530,1,1,0,1,881.045,1749.64,114.222,1.20159,300,5,0,16355,0,1,0,0,0),(69210,19398,530,1,1,0,1,938.242,1754.56,113.412,0.173847,300,5,0,16355,0,1,0,0,0),(69211,19398,530,1,1,0,1,873.772,1676.24,78.2334,2.71375,300,5,0,16355,0,1,0,0,0),(69212,19398,530,1,1,0,1,930.368,1693.55,84.9851,5.75047,300,5,0,16355,0,1,0,0,0),(69213,19398,530,1,1,0,1,998.454,1758.75,109.897,0.896818,300,5,0,16355,0,1,0,0,0),(69214,19398,530,1,1,0,1,959.429,1721.34,98.2656,4.71141,300,5,0,16355,0,1,0,0,0),(69215,19398,530,1,1,0,1,946.002,1681.83,85.8048,1.50117,300,5,0,16355,0,1,0,0,0),(69216,19398,530,1,1,0,1,944.824,1752.52,112.476,0.890564,300,5,0,16355,0,1,0,0,0),(69217,19398,530,1,1,0,1,934.75,1709.13,92.787,4.31339,300,5,0,16355,0,1,0,0,0),(69218,19398,530,1,1,0,1,945.538,1757.75,113.704,1.37417,300,5,0,16355,0,1,0,0,0),(69219,19398,530,1,1,0,1,940.109,1704.82,90.3604,4.05931,300,5,0,16355,0,1,0,0,0),(69220,19398,530,1,1,0,1,957.804,1758.46,113.164,5.96329,300,5,0,16355,0,1,0,0,0),(69221,19398,530,1,1,0,1,983.384,1822.34,126.142,5.0128,300,5,0,16355,0,1,0,0,0),(69222,19398,530,1,1,0,1,986.599,1820.48,125.558,3.16015,300,5,0,16355,0,1,0,0,0),(69223,19398,530,1,1,0,1,972.019,1823.87,127.308,1.25183,300,5,0,16355,0,1,0,0,0),(69224,19398,530,1,1,0,1,970.892,1805.79,123.972,2.3631,300,5,0,16355,0,1,0,0,0),(69225,19398,530,1,1,0,1,990.818,1807.34,122.875,2.45745,300,0,0,16355,0,0,0,0,0),(69226,19398,530,1,1,0,1,961.333,1662.11,61.0541,2.01261,300,5,0,16355,0,1,0,0,0),(69227,19398,530,1,1,0,1,1014.15,1791.17,118.779,4.93296,300,5,0,16355,0,1,0,0,0),(69228,19398,530,1,1,0,1,1018.74,1788.19,118.251,2.72208,300,5,0,16355,0,1,0,0,0),(69229,19398,530,1,1,0,1,996.107,1753.4,109.068,3.14648,300,5,0,16355,0,1,0,0,0),(69230,19398,530,1,1,0,1,1042.47,1792.46,119.149,4.3734,300,5,0,16355,0,1,0,0,0),(69231,19398,530,1,1,0,1,1031.46,1806.02,120.855,5.38088,300,5,0,16355,0,1,0,0,0),(69232,19398,530,1,1,0,1,1014.03,1735.71,101.661,5.2193,300,5,0,16355,0,1,0,0,0),(69233,19398,530,1,1,0,1,1014.57,1745.83,105.451,2.72426,300,5,0,16355,0,1,0,0,0),(69234,19398,530,1,1,0,1,1047.33,1807.94,121.587,4.65472,300,5,0,16355,0,1,0,0,0),(69235,19398,530,1,1,0,1,1058.25,1795.33,120.044,4.92301,300,5,0,16355,0,1,0,0,0),(69236,19398,530,1,1,0,1,1062.3,1818.26,122.904,3.21687,300,5,0,16355,0,1,0,0,0),(69237,19398,530,1,1,0,1,1104.84,1774.35,114.141,0.160815,300,5,0,16355,0,1,0,0,0),(69238,19398,530,1,1,0,1,1097.49,1787.63,114.618,3.14648,300,5,0,16355,0,1,0,0,0),(69239,19398,530,1,1,0,1,1080.43,1701.48,77.1949,5.05174,300,5,0,16355,0,1,0,0,0),(69240,19398,530,1,1,0,1,1088.47,1707.39,78.2538,0.921828,300,5,0,16355,0,1,0,0,0),(69241,19398,530,1,1,0,1,1099.99,1782.22,115.826,5.50193,300,5,0,16355,0,1,0,0,0),(69242,19398,530,1,1,0,1,1067.51,1715.66,87.2631,3.43186,300,0,0,16355,0,0,0,0,0),(69243,19398,530,1,1,0,1,1088.36,1729.78,93.6161,2.16096,300,5,0,16355,0,1,0,0,0),(69244,19398,530,1,1,0,1,1085.25,1749.37,102.558,1.64315,300,5,0,16355,0,1,0,0,0),(69245,19398,530,1,1,0,1,1120.06,1767.64,107.627,3.69626,300,5,0,16355,0,1,0,0,0),(69246,19398,530,1,1,0,1,1135.01,1774.47,112.522,1.03456,300,5,0,16355,0,1,0,0,0),(69247,19399,530,1,1,0,0,647.306,1850.13,128.926,4.17134,300,0,0,20958,0,0,0,0,0),(69248,19399,530,1,1,0,0,649.451,1784.46,111.16,0.383972,300,0,0,20958,0,0,0,0,0),(69249,19399,530,1,1,0,0,683.356,1752.66,105.633,1.46608,300,0,0,20958,0,0,0,0,0),(69250,19399,530,1,1,0,0,751.698,1846.38,139.978,3.33358,300,0,0,20958,0,0,0,0,0),(69251,19399,530,1,1,0,0,713.358,1782.76,120.798,6.02139,300,0,0,20958,0,0,0,0,0),(69252,19399,530,1,1,0,0,717.367,1716.35,95.0756,2.35619,300,0,0,20958,0,0,0,0,0),(69253,19399,530,1,1,0,0,787.09,1781.88,127.932,0.959931,300,0,0,20958,0,0,0,0,0),(69254,19399,530,1,1,0,0,777.12,1720.1,107.693,0.872665,300,0,0,20958,0,0,0,0,0),(69255,19399,530,1,1,0,0,819.254,1850.99,137.791,5.13127,300,0,0,20958,0,0,0,0,0),(69256,19399,530,1,1,0,0,845.977,1718.28,103.669,2.37365,300,0,0,20958,0,0,0,0,0),(69257,19399,530,1,1,0,0,853.136,1780.49,124.946,0.087266,300,0,0,20958,0,0,0,0,0),(69258,19399,530,1,1,0,0,881.839,1847.31,137.346,5.75959,300,0,0,20958,0,0,0,0,0),(69259,19399,530,1,1,0,0,918.096,1786.09,121.751,0.261799,300,0,0,20958,0,0,0,0,0),(69260,19399,530,1,1,0,0,915.477,1717.81,99.7,0.226893,300,0,0,20958,0,0,0,0,0),(69261,19399,530,1,1,0,0,952.743,1850.06,131.113,0.401426,300,0,0,20958,0,0,0,0,0),(69262,19399,530,1,1,0,0,988.034,1785.73,118.09,2.54818,300,0,0,20958,0,0,0,0,0),(69263,19399,530,1,1,0,0,978.587,1716.65,91.5891,0.244346,300,0,0,20958,0,0,0,0,0),(69264,19399,530,1,1,0,0,1018.65,1846.84,131.37,4.90438,300,0,0,20958,0,0,0,0,0),(69265,19399,530,1,1,0,0,1045.22,1717.39,89.7647,5.35816,300,0,0,20958,0,0,0,0,0),(69266,19399,530,1,1,0,0,1085.91,1750.05,102.753,2.33874,300,0,0,20958,0,0,0,0,0),(69267,19399,530,1,1,0,0,1082.05,1816.38,122.991,3.35103,300,0,0,20958,0,0,0,0,0),(69268,19400,530,1,1,0,0,646.69,1839.96,125.455,2.90348,300,0,0,1476000,0,2,0,0,0),(69269,19400,530,1,1,0,0,841.64,1689.61,90.0701,5.80644,300,0,0,1476000,0,2,0,0,0),(69270,19400,530,1,1,0,0,659.736,1763.51,106.591,3.98502,300,0,0,1476000,0,2,0,0,0),(69271,19401,530,1,1,0,0,-24.1035,2125.86,112.693,2.02458,300,0,0,59140,0,0,0,0,0),(69272,19402,530,1,1,0,0,482.536,5181.14,16.1105,1.50646,300,5,0,5341,0,1,0,0,0),(69273,19402,530,1,1,0,0,453.72,5255.63,3.40732,5.32325,300,0,0,5341,0,0,0,0,0),(69274,19402,530,1,1,0,0,346.09,5285.75,21.1194,3.32214,300,5,0,5341,0,1,0,0,0),(69275,19402,530,1,1,0,0,420.568,5315.05,0.57099,4.21117,300,5,0,5341,0,1,0,0,0),(69276,19402,530,1,1,0,0,401.715,5463.36,22.2281,4.05717,300,5,0,5341,0,1,0,0,0),(69277,19402,530,1,1,0,0,509.536,5374.45,-4.48619,1.5425,300,5,0,5341,0,1,0,0,0),(69278,19402,530,1,1,0,0,414.935,5475.38,22.0239,0.537183,300,5,0,5341,0,1,0,0,0),(69279,19402,530,1,1,0,0,465.466,5516.99,22.4468,2.45085,300,5,0,5341,0,1,0,0,0),(69280,19402,530,1,1,0,0,554.987,5586.47,21.6667,1.51253,300,5,0,5341,0,1,0,0,0),(69281,19402,530,1,1,0,0,562.161,5496.55,-0.460863,2.64493,300,5,0,5341,0,1,0,0,0),(69282,19402,530,1,1,0,0,741.439,5574.47,9.2128,1.69612,300,5,0,5341,0,1,0,0,0),(69283,19402,530,1,1,0,0,845.548,5414.71,-0.095436,3.47704,300,0,0,5341,0,0,0,0,0),(69284,19402,530,1,1,0,0,606.029,5385.36,-27.4218,1.76933,300,5,0,5341,0,1,0,0,0),(69285,19402,530,1,1,0,0,438.584,5271.07,2.57399,3.85939,300,0,0,5341,0,0,0,0,0),(69286,19402,530,1,1,0,0,583.753,5152.29,19.3943,3.54841,300,5,0,5341,0,1,0,0,0),(69287,19402,530,1,1,0,0,649.674,5214.03,0.544,3.70326,300,5,0,5341,0,1,0,0,0),(69288,19402,530,1,1,0,0,685.904,5252.06,-3.31154,0.744671,300,5,0,5341,0,1,0,0,0),(69289,19402,530,1,1,0,0,552.826,5318.91,-25.2754,1.20428,300,0,0,5341,0,0,0,0,0),(69290,19402,530,1,1,0,0,719.034,5326.23,-10.4017,4.64887,300,5,0,5341,0,1,0,0,0),(69291,19402,530,1,1,0,0,748.51,5314.53,-1.29889,3.99581,300,5,0,5341,0,1,0,0,0),(69292,19402,530,1,1,0,0,816.292,5353.76,0.25915,2.6531,300,0,0,5341,0,0,0,0,0),(69293,19402,530,1,1,0,0,818.629,5350.29,1.72135,4.45539,300,0,0,5341,0,0,0,0,0),(69294,19408,530,1,1,0,0,398.006,2850.36,53.7007,2.43669,300,0,0,4126,2486,0,0,0,0),(69295,19408,530,1,1,0,0,389.487,2788.62,52.8481,1.8407,300,5,0,4126,2486,1,0,0,0),(69296,19408,530,1,1,0,0,399.708,2766.98,53.3782,6.0458,300,5,0,4126,2486,1,0,0,0),(69297,19408,530,1,1,0,0,-709.568,2732.07,33.8949,3.74781,300,0,0,4126,2486,0,0,0,0),(69298,19408,530,1,1,0,0,-720.614,2747.19,35.7635,5.96903,300,0,0,4126,2486,0,0,0,0),(69299,19409,530,1,1,0,0,-670.427,1851.84,66.9225,1.62316,300,0,0,59140,0,0,0,0,0),(69300,19410,530,1,1,0,1,-182.997,3080.75,-57.5272,2.87979,300,0,0,4274,2568,0,0,0,0),(69301,19410,530,1,1,0,1,-227.447,3005.32,-64.594,3.68265,300,0,0,4274,2568,0,0,0,0),(69302,19410,530,1,1,0,1,-395.627,2978.23,-61.965,6.05629,300,0,0,4274,2568,0,0,0,0),(69303,19410,530,1,1,0,1,-452.531,3052.09,-52.6547,1.44862,300,0,0,4274,2568,0,0,0,0),(69304,19410,530,1,1,0,1,-342.268,2855.8,-42.9513,0.959931,300,0,0,4274,2568,0,0,0,0),(69305,19410,530,1,1,0,1,-288.228,2765.66,-28.4671,1.65806,300,0,0,4274,2568,0,0,0,0),(69306,19410,530,1,1,0,1,-279.292,2667.55,-12.3498,4.4855,300,0,0,4274,2568,0,0,0,0),(69307,19410,530,1,1,0,1,-265.786,2519.74,12.8527,5.14872,300,0,0,4274,2568,0,0,0,0),(69308,19410,530,1,1,0,1,-207.661,2542.81,12.4921,2.02458,300,0,0,4274,2568,0,0,0,0),(69309,19411,530,1,1,0,1,-196.92,3107.41,-54.7221,3.94444,300,0,0,4274,2568,0,0,0,0),(69310,19411,530,1,1,0,1,-195.045,3066.93,-57.2512,1.71042,300,0,0,4274,2568,0,0,0,0),(69311,19411,530,1,1,0,1,-381.362,2953.81,-60.995,0.610865,300,0,0,4274,2568,0,0,0,0),(69312,19411,530,1,1,0,1,-472.941,3079.52,-51.442,5.70723,300,0,0,4274,2568,0,0,0,0),(69313,19411,530,1,1,0,1,-300.499,2780.08,-31.1051,0.837758,300,0,0,4274,2568,0,0,0,0),(69314,19411,530,1,1,0,1,-229.08,2711.57,-17.0891,0.017453,300,0,0,4274,2568,0,0,0,0),(69315,19411,530,1,1,0,1,-278.359,2627.13,-5.57441,1.8675,300,0,0,4274,2568,0,0,0,0),(69316,19411,530,1,1,0,1,-208.728,2588.16,4.81467,4.27606,300,0,0,4274,2568,0,0,0,0),(69317,19411,530,1,1,0,1,-260.66,2495.97,16.1698,0.680678,300,0,0,4274,2568,0,0,0,0),(69318,19411,530,1,1,0,1,-177.113,2460.86,25.3056,3.92699,300,0,0,4274,2568,0,0,0,0),(69319,19411,530,1,1,0,1,-195.643,2430.94,26.2147,1.62316,300,0,0,4274,2568,0,0,0,0),(69320,19413,530,1,1,0,1,-142.538,3108.22,4.45046,5.044,300,0,0,3972,5875,0,0,0,0),(69321,19413,530,1,1,0,1,-68.8173,3145.55,-4.50038,4.69494,300,0,0,3972,5875,0,0,0,0),(69322,19413,530,1,1,0,1,12.5984,3203.68,13.3061,2.11185,300,0,0,3972,5875,0,0,0,0),(69323,19413,530,1,1,0,1,-943.842,3374.63,81.1983,1.3258,300,0,0,3972,5875,0,0,0,0),(69324,19413,530,1,1,0,1,-653.546,3251.19,7.95302,1.55334,300,0,0,3972,5875,0,0,0,0),(69325,19413,530,1,1,0,1,-945.71,3369.31,81.2035,0.994838,300,0,0,3972,5875,0,0,0,0),(69326,19413,530,1,1,0,1,-966.606,3370.1,81.7721,0.977384,300,0,0,3972,5875,0,0,0,0),(69327,19414,530,1,1,0,1,-140.756,3054.71,-1.46788,6.24319,300,5,0,5158,0,1,0,0,0),(69328,19414,530,1,1,0,1,-111.548,3062.56,-0.728722,1.69612,300,5,0,5158,0,1,0,0,0),(69329,19414,530,1,1,0,1,-103.647,3117.49,4.53962,1.99557,300,5,0,5158,0,1,0,0,0),(69330,19414,530,1,1,0,1,-78.9613,3110.4,-3.45631,4.9195,300,5,0,5158,0,1,0,0,0),(69331,19414,530,1,1,0,1,-90.2279,3080.35,-2.94431,3.38887,300,5,0,5158,0,1,0,0,0),(69332,19414,530,1,1,0,1,-44.1649,3153.79,-2.70057,4.30966,300,5,0,5158,0,1,0,0,0),(69333,19414,530,1,1,0,1,-55.9257,3118.12,-2.45823,5.22927,300,5,0,5158,0,1,0,0,0),(69334,19414,530,1,1,0,1,-18.0286,3200.74,12.0817,1.22002,300,5,0,5158,0,1,0,0,0),(69335,19414,530,1,1,0,1,53.3535,3185.5,18.8038,1.5943,300,5,0,5158,0,1,0,0,0),(69336,19414,530,1,1,0,1,44.4529,3151.98,9.5752,3.45744,300,5,0,5158,0,1,0,0,0),(69337,19414,530,1,1,0,1,76.7229,3183.56,23.3036,5.63499,300,5,0,5158,0,1,0,0,0),(69338,19414,530,1,1,0,1,-13.6769,3217.11,9.502,1.5708,300,0,0,5158,0,0,0,0,0),(69339,19414,530,1,1,0,1,-3.82143,3240.35,16.6559,1.8236,300,5,0,5158,0,1,0,0,0),(69340,19414,530,1,1,0,1,-19.8341,3211.76,11.5178,4.54949,300,5,0,5158,0,1,0,0,0),(69341,19414,530,1,1,0,1,48.9997,3248.72,23.701,3.92975,300,5,0,5158,0,1,0,0,0),(69342,19414,530,1,1,0,1,107.572,3219.82,46.4713,3.58689,300,5,0,5158,0,1,0,0,0),(69343,19414,530,1,1,0,1,-23.4531,3286.63,31.3171,3.15331,300,5,0,5158,0,1,0,0,0),(69344,19414,530,1,1,0,1,6.16992,3274.1,25.4268,4.32608,300,5,0,5158,0,1,0,0,0),(69345,19414,530,1,1,0,1,-562.132,3139.37,5.1463,4.07022,300,0,0,5158,0,0,0,0,0),(69346,19414,530,1,1,0,1,-547.849,3188.82,3.7606,3.36905,300,5,0,5158,0,1,0,0,0),(69347,19414,530,1,1,0,1,-489.042,3185.51,-6.41823,5.4946,300,5,0,5158,0,1,0,0,0),(69348,19414,530,1,1,0,1,-530.247,3193.01,1.23246,2.25465,300,5,0,5158,0,1,0,0,0),(69349,19414,530,1,1,0,1,-1053.01,3321.9,81.1029,3.78094,300,5,0,5158,0,1,0,0,0),(69350,19414,530,1,1,0,1,-1040.05,3331.19,84.5156,0.618887,300,5,0,5158,0,1,0,0,0),(69351,19414,530,1,1,0,1,-1018.93,3329.47,79.6831,2.04754,300,5,0,5158,0,1,0,0,0),(69352,19414,530,1,1,0,1,-980.789,3340.12,75.8061,4.6499,300,5,0,5158,0,1,0,0,0),(69353,19414,530,1,1,0,1,-919.031,3339.47,70.1512,4.62911,300,5,0,5158,0,1,0,0,0),(69354,19414,530,1,1,0,1,-947.312,3410.17,88.2159,1.20951,300,0,0,5158,0,0,0,0,0),(69355,19414,530,1,1,0,1,-871.34,3336.62,61.5872,6.08748,300,5,0,5158,0,1,0,0,0),(69356,19414,530,1,1,0,1,-916.03,3366.13,77.7479,2.37207,300,5,0,5158,0,1,0,0,0),(69357,19414,530,1,1,0,1,-785.361,3318.85,46.2216,3.25253,300,5,0,5158,0,1,0,0,0),(69358,19414,530,1,1,0,1,-788.283,3318.53,46.8212,0.113433,300,5,0,5158,0,1,0,0,0),(69359,19414,530,1,1,0,1,-779.431,3345.99,52.806,0.063936,300,5,0,5158,0,1,0,0,0),(69360,19414,530,1,1,0,1,-782.326,3346.32,53.5198,6.16966,300,5,0,5158,0,1,0,0,0),(69361,19414,530,1,1,0,1,-718.977,3314.81,31.5866,5.49779,300,5,0,5158,0,1,0,0,0),(69362,19414,530,1,1,0,1,-685.508,3256.8,9.6619,4.04466,300,5,0,5158,0,1,0,0,0),(69363,19414,530,1,1,0,1,-715.975,3323.13,32.7957,6.21383,300,5,0,5158,0,1,0,0,0),(69364,19414,530,1,1,0,1,-689.579,3223.61,2.50852,5.696,300,5,0,5158,0,1,0,0,0),(69365,19414,530,1,1,0,1,-673.089,3286.76,17.7304,0.049405,300,5,0,5158,0,1,0,0,0),(69366,19414,530,1,1,0,1,-669.424,3212.85,-1.50184,3.27273,300,5,0,5158,0,1,0,0,0),(69367,19414,530,1,1,0,1,-622.7,3211.67,-2.97711,4.03918,300,5,0,5158,0,1,0,0,0),(69368,19414,530,1,1,0,1,-610.435,3254.87,6.4368,1.72963,300,5,0,5158,0,1,0,0,0),(69369,19414,530,1,1,0,1,-647.779,3277.4,12.2401,1.07441,300,5,0,5158,0,1,0,0,0),(69370,19414,530,1,1,0,1,-535.028,3074.13,0.80644,3.90143,300,5,0,5158,0,1,0,0,0),(69371,19414,530,1,1,0,1,-482.057,3181.28,-9.79323,6.26366,300,5,0,5158,0,1,0,0,0),(69372,19414,530,1,1,0,1,-519.098,3173.46,-3.51754,2.79433,300,5,0,5158,0,1,0,0,0),(69373,19414,530,1,1,0,1,-524.613,3175.37,-2.29538,2.82262,300,5,0,5158,0,1,0,0,0),(69374,19414,530,1,1,0,1,-524.918,3178.05,-1.90546,1.64409,300,5,0,5158,0,1,0,0,0),(69375,19414,530,1,1,0,1,-554.216,3173.56,3.8251,3.8371,300,5,0,5158,0,1,0,0,0),(69376,19414,530,1,1,0,1,-621.856,3255.04,7.56344,5.5912,300,5,0,5158,0,1,0,0,0),(69377,19414,530,1,1,0,1,-618.765,3216.76,-2.45694,0.889581,300,5,0,5158,0,1,0,0,0),(69378,19414,530,1,1,0,1,-653.137,3291.26,18.0677,3.50805,300,5,0,5158,0,1,0,0,0),(69379,19414,530,1,1,0,1,-655.932,3290.19,17.7745,0.365582,300,5,0,5158,0,1,0,0,0),(69380,19414,530,1,1,0,1,-653.768,3215.85,-1.66887,0.22225,300,5,0,5158,0,1,0,0,0),(69381,19414,530,1,1,0,1,-689.662,3243.95,7.15531,4.24464,300,5,0,5158,0,1,0,0,0),(69382,19414,530,1,1,0,1,-714.025,3318,31.4934,4.1429,300,5,0,5158,0,1,0,0,0),(69383,19414,530,1,1,0,1,-788.479,3347.49,55.4468,0.038057,300,5,0,5158,0,1,0,0,0),(69384,19414,530,1,1,0,1,-785.019,3347.62,54.5446,3.18002,300,5,0,5158,0,1,0,0,0),(69385,19414,530,1,1,0,1,-815.759,3316.35,49.2111,6.20809,300,5,0,5158,0,1,0,0,0),(69386,19414,530,1,1,0,1,-812.942,3316.14,48.2,3.06738,300,5,0,5158,0,1,0,0,0),(69387,19414,530,1,1,0,1,-880.691,3379.47,75.3968,1.44147,300,5,0,5158,0,1,0,0,0),(69388,19414,530,1,1,0,1,-908.307,3419.38,88.5084,0.33996,300,5,0,5158,0,1,0,0,0),(69389,19414,530,1,1,0,1,-910.442,3385.38,81.2802,4.09134,300,5,0,5158,0,1,0,0,0),(69390,19414,530,1,1,0,1,-927.041,3337.28,72.5836,6.19226,300,5,0,5158,0,1,0,0,0),(69391,19414,530,1,1,0,1,-927.894,3335.72,71.7677,6.14405,300,5,0,5158,0,1,0,0,0),(69392,19414,530,1,1,0,1,-962.636,3407.55,90.3424,3.12181,300,5,0,5158,0,1,0,0,0),(69393,19414,530,1,1,0,1,-983.758,3342.21,76.7776,6.1707,300,5,0,5158,0,1,0,0,0),(69394,19414,530,1,1,0,1,-989.499,3377.02,86.0082,4.63065,300,5,0,5158,0,1,0,0,0),(69395,19414,530,1,1,0,1,-1024.97,3328.13,80.5445,2.44096,300,5,0,5158,0,1,0,0,0),(69396,19414,530,1,1,0,1,-1006.24,3344.09,81.522,3.05943,300,5,0,5158,0,1,0,0,0),(69397,19414,530,1,1,0,1,-1065.15,3310.85,78.1029,3.88589,300,5,0,5158,0,1,0,0,0),(69398,19415,530,1,1,0,1,-123.348,3096.47,4.68152,5.42797,300,0,0,4126,2486,0,0,0,0),(69399,19415,530,1,1,0,1,-82.0154,3137.81,-2.50914,5.81195,300,0,0,4126,2486,0,0,0,0),(69400,19415,530,1,1,0,1,-4.02767,3199.79,12.7757,1.81514,300,0,0,4126,2486,0,0,0,0),(69401,19415,530,1,1,0,1,19.4025,3183.44,10.4808,5.09636,300,0,0,4126,2486,0,0,0,0),(69402,19415,530,1,1,0,1,41.4723,3230.49,19.1992,3.10669,300,0,0,4126,2486,0,0,0,0),(69403,19415,530,1,1,0,1,30.4952,3265.4,19.0735,3.61283,300,0,0,4126,2486,0,0,0,0),(69404,19415,530,1,1,0,1,-639.027,3246.84,7.9884,1.41372,300,0,0,4126,2486,0,0,0,0),(69405,19417,530,1,1,0,0,-3384.7,5185.43,-95.3166,5.56258,300,0,0,6116,0,0,0,0,0),(69406,19421,530,1,1,0,0,3006.16,4060.78,154.433,1.90241,300,0,0,42,0,0,0,0,0),(69407,19421,530,1,1,0,0,3021.51,4072.88,155.311,1.06465,300,0,0,42,0,0,0,0,0),(69408,19421,530,1,1,0,0,2999.2,4080.48,156.873,1.39626,300,0,0,42,0,0,0,0,0),(69409,19421,530,1,1,0,0,2915.1,4009.09,156.306,5.32325,300,0,0,42,0,0,0,0,0),(69410,19421,530,1,1,0,0,2896.37,4023.94,155.232,0.558505,300,0,0,42,0,0,0,0,0),(69411,19421,530,1,1,0,0,2914.9,4030.34,153.472,1.90241,300,0,0,42,0,0,0,0,0),(69412,19421,530,1,1,0,0,2655.57,4256.55,158.182,3.24631,300,0,0,42,0,0,0,0,0),(69413,19421,530,1,1,0,0,2644.79,4241.69,157.121,4.97419,300,0,0,42,0,0,0,0,0),(69414,19421,530,1,1,0,0,2639.4,4255.41,156.525,1.0821,300,0,0,42,0,0,0,0,0),(69415,19421,530,1,1,0,0,2681.35,3998.89,177.784,4.88692,300,0,0,42,0,0,0,0,0),(69416,19421,530,1,1,0,0,2663.76,4010.48,180.027,5.28835,300,0,0,42,0,0,0,0,0),(69417,19421,530,1,1,0,0,2686.41,4017.57,178.755,4.79965,300,0,0,42,0,0,0,0,0),(69418,19421,530,1,1,0,0,2501.26,2872.06,142.646,0.558505,300,0,0,42,0,0,0,0,0),(69419,19421,530,1,1,0,0,2437.37,2906.47,137.231,0.226893,300,0,0,42,0,0,0,0,0),(69420,19421,530,1,1,0,0,2412.73,2898.52,138.699,3.40339,300,0,0,42,0,0,0,0,0),(69421,19421,530,1,1,0,0,2436.76,2878.67,137.587,3.21141,300,0,0,42,0,0,0,0,0),(69422,19421,530,1,1,0,0,2284.4,2841.53,137.966,3.80482,300,0,0,42,0,0,0,0,0),(69423,19421,530,1,1,0,0,2282.54,2813.38,137.468,4.83456,300,0,0,42,0,0,0,0,0),(69424,19421,530,1,1,0,0,2306.95,2819.88,139.161,5.61996,300,0,0,42,0,0,0,0,0),(69425,19421,530,1,1,0,0,2410.34,2639.24,138.818,6.03884,300,0,0,42,0,0,0,0,0),(69426,19421,530,1,1,0,0,2406.81,2596.99,141.881,1.11701,300,0,0,42,0,0,0,0,0),(69427,19421,530,1,1,0,0,2438.12,2618.08,140.751,1.67552,300,0,0,42,0,0,0,0,0),(69428,19421,530,1,1,0,0,2517.28,2746.13,136.507,2.3911,300,0,0,42,0,0,0,0,0),(69429,19421,530,1,1,0,0,2983.07,2294.02,164.878,1.50098,300,0,0,42,0,0,0,0,0),(69430,19421,530,1,1,0,0,3115.91,2181.2,155.13,3.57792,300,0,0,42,0,0,0,0,0),(69431,19421,530,1,1,0,0,3088.37,2268.18,153.527,3.71755,300,0,0,42,0,0,0,0,0),(69432,19421,530,1,1,0,0,3072.4,2282.91,152.774,1.01229,300,0,0,42,0,0,0,0,0),(69433,19421,530,1,1,0,0,3093.17,2293.74,155,0.872665,300,0,0,42,0,0,0,0,0),(69434,19421,530,1,1,0,0,3955.46,3775.44,129.213,1.88496,300,0,0,42,0,0,0,0,0),(69435,19421,530,1,1,0,0,3975.16,3792.43,130.208,5.20108,300,0,0,42,0,0,0,0,0),(69436,19421,530,1,1,0,0,3952.16,3796.62,128.603,3.29867,300,0,0,42,0,0,0,0,0),(69437,19421,530,1,1,0,0,3831.48,3851.84,107.78,0.261799,300,0,0,42,0,0,0,0,0),(69438,19421,530,1,1,0,0,3897.34,3905.95,181.926,2.98451,300,0,0,42,0,0,0,0,0),(69439,19421,530,1,1,0,0,3956.12,3897.74,180.654,6.02139,300,0,0,42,0,0,0,0,0),(69440,19421,530,1,1,0,0,4024.84,3912.47,195.03,4.4855,300,0,0,42,0,0,0,0,0),(69441,19421,530,1,1,0,0,4015.56,3888.52,196.364,2.58309,300,0,0,42,0,0,0,0,0),(69442,19421,530,1,1,0,0,4046.78,3894.59,196.956,2.84489,300,0,0,42,0,0,0,0,0),(69443,19421,530,1,1,0,0,3983.48,4129.76,193.486,0.942478,300,0,0,42,0,0,0,0,0),(69444,19422,530,1,1,0,1,-1128.55,1956.03,73.6693,3.31613,300,0,0,3984,2434,0,0,0,0),(69445,19422,530,1,1,0,1,-1126.15,1942.57,73.6693,4.13643,300,0,0,3984,2434,0,0,0,0),(69446,19422,530,1,1,0,1,-1149.78,1978.13,73.7175,4.46804,300,0,0,3984,2434,0,0,0,0),(69447,19422,530,1,1,0,1,-1162.51,1964.59,73.7086,5.09636,300,0,0,3984,2434,0,0,0,0),(69448,19422,530,1,1,0,1,-1137.44,2053.11,67.0234,2.61799,300,0,0,3984,2434,0,0,0,0),(69449,19422,530,1,1,0,1,-1144.93,2069.33,69.1876,0.653871,300,5,0,3984,2434,1,0,0,0),(69450,19422,530,1,1,0,1,-1125.95,2131.21,67.0779,0.73456,300,5,0,3984,2434,1,0,0,0),(69451,19422,530,1,1,0,1,-1057.4,2072.46,66.7029,1.78319,300,5,0,3984,2434,1,0,0,0),(69452,19422,530,1,1,0,1,-1010.49,2058.01,67.799,1.7511,300,5,0,3984,2434,1,0,0,0),(69453,19422,530,1,1,0,1,-947.596,2131.92,20.7129,2.94961,300,0,0,3984,2434,0,0,0,0),(69454,19422,530,1,1,0,1,-969.558,2143.15,22.5662,4.11898,300,0,0,3984,2434,0,0,0,0),(69455,19422,530,1,1,0,1,-965.419,2169.22,15.9955,6.23082,300,0,0,3984,2434,0,0,0,0),(69456,19422,530,1,1,0,1,-1021.28,2020.63,68.6896,3.64502,300,5,0,3984,2434,1,0,0,0),(69457,19422,530,1,1,0,1,-971.742,2007.09,67.3691,0.087266,300,0,0,3984,2434,0,0,0,0),(69458,19422,530,1,1,0,1,-973.496,2054.76,67.0645,4.3619,300,5,0,3984,2434,1,0,0,0),(69459,19422,530,1,1,0,1,-1006.18,1978,68.3252,2.73261,300,5,0,3984,2434,1,0,0,0),(69460,19422,530,1,1,0,1,-957.195,1927.34,68.9042,2.22181,300,5,0,3984,2434,1,0,0,0),(69461,19422,530,1,1,0,1,-937.871,1929.18,69.5443,1.8341,300,5,0,3984,2434,1,0,0,0),(69462,19422,530,1,1,0,1,-928.886,1942,67.0831,3.76991,300,0,0,3984,2434,0,0,0,0),(69463,19422,530,1,1,0,1,-933.979,2119.38,21.3364,1.74533,300,0,0,3984,2434,0,0,0,0),(69464,19423,530,1,1,0,0,-1186.23,1985.35,74.1797,3.86092,300,5,0,2490,0,1,0,0,0),(69465,19423,530,1,1,0,0,-1197.31,2002.01,74.0583,3.51564,300,5,0,2490,0,1,0,0,0),(69466,19423,530,1,1,0,0,-1106.57,1929.8,76.1623,1.4617,300,0,0,2490,0,0,0,0,0),(69467,19423,530,1,1,0,0,-1065.38,2014.89,67.6896,0.220254,300,0,0,2490,0,0,0,0,0),(69468,19423,530,1,1,0,0,-1204.56,2064.69,81.4602,1.35865,300,5,0,2490,0,1,0,0,0),(69469,19423,530,1,1,0,0,-1197.04,2070.92,79.2991,3.34396,300,0,0,2490,0,0,0,0,0),(69470,19424,530,1,1,0,1,-1183.66,1999.52,74.1797,0.851996,300,5,0,3984,2434,1,0,0,0),(69471,19424,530,1,1,0,1,-1157.17,1943.4,81.4036,1.28713,300,0,0,3984,2434,2,0,0,0),(69472,19424,530,1,1,0,1,-1085.62,1986.82,68.8359,1.36594,300,5,0,3984,2434,1,0,0,0),(69473,19424,530,1,1,0,1,-1099,1953.35,76.1699,3.60316,300,5,0,3984,2434,1,0,0,0),(69474,19424,530,1,1,0,1,-1141.45,2039.27,67.0646,3.25189,300,0,0,3984,2434,2,0,0,0),(69475,19424,530,1,1,0,1,-1194.21,2068.98,78.3852,6.17069,300,5,0,3984,2434,1,0,0,0),(69476,19424,530,1,1,0,1,-1033.5,2016.3,67.9823,4.51174,300,0,0,3984,2434,2,0,0,0),(69477,19424,530,1,1,0,1,-975.678,1903.69,84.4142,4.6984,300,0,0,3984,2434,2,0,0,0),(69478,19424,530,1,1,0,1,-824.482,1990.78,38.913,4.37173,300,0,0,3984,2434,2,0,0,0),(69479,19424,530,1,1,0,1,-887.316,2100.39,22.9814,5.50607,300,0,0,3984,2434,2,0,0,0),(69480,19424,530,1,1,0,1,-1000.68,2218.16,11.3996,5.75947,300,0,0,3984,2434,2,0,0,0),(69481,19424,530,1,1,0,1,-1072.55,2254.38,25.0312,2.53951,300,0,0,3984,2434,2,0,0,0),(69482,19425,530,1,1,0,1,-159.547,1000.34,54.3383,0.541052,300,0,0,2215,0,0,0,0,0),(69483,19425,530,1,1,0,1,-183.589,986.225,54.2513,3.88686,300,0,0,2215,0,0,0,0,0),(69484,19425,530,1,1,0,1,-156.925,1006.16,54.3185,5.0091,300,0,0,2215,0,0,0,0,0),(69485,19425,530,1,1,0,1,-178.786,968.86,54.3066,3.4519,300,0,0,2215,0,0,0,0,0),(69486,19425,530,1,1,0,1,-180.787,983.169,54.2495,0.139626,300,5,0,2215,0,1,0,0,0),(69487,19425,530,1,1,0,1,-158.892,982.346,54.372,1.39626,300,0,0,2215,0,0,0,0,0),(69488,19425,530,1,1,0,1,-178.616,964.701,54.2991,0.363563,300,5,0,2215,0,1,0,0,0),(69489,19425,530,1,1,0,1,-151.671,981.612,54.3507,2.75762,300,0,0,2215,0,0,0,0,0),(69490,19426,530,1,1,0,0,-185.005,975.18,55.4536,0.331613,300,0,0,2614,0,0,0,0,0),(69491,19426,530,1,1,0,0,-156.309,993.265,54.3422,4.74729,300,0,0,2614,0,0,0,0,0),(69493,19432,530,1,1,0,0,-134.761,1027.76,54.2358,1.06465,300,0,0,8352,0,0,0,0,0),(69494,19432,530,1,1,0,0,-132.742,1026,54.2345,4.17134,300,0,0,8352,0,0,0,0,0),(69495,19432,530,1,1,0,0,-127.9,1001.66,54.2418,6.00393,300,0,0,8352,0,0,0,0,0),(69496,19432,530,1,1,0,0,-127.768,1003.84,54.2406,2.98451,300,0,0,8352,0,0,0,0,0),(69497,19432,530,1,1,0,0,-130.326,1024.79,54.2314,0.942478,300,0,0,8352,0,0,0,0,0),(69498,19432,530,1,1,0,0,-127.217,1006.18,54.2364,3.05433,300,0,0,8352,0,0,0,0,0),(69499,19434,530,1,1,0,0,-558.582,2003.23,98.3061,1.57391,300,0,0,3314,2369,2,0,0,0),(69500,19434,530,1,1,0,0,233.371,2074.93,39.1054,5.334,300,0,0,3314,2369,2,0,0,0),(69501,19434,530,1,1,0,0,190.718,2286.32,49.6618,2.27127,300,0,0,3314,2369,2,0,0,0),(69502,19434,530,1,1,0,0,177.573,2268.24,48.5948,5.48666,300,0,0,3314,2369,2,0,0,0),(69503,19434,530,1,1,0,0,-523.754,2008.21,82.4318,4.84171,300,0,0,3314,2369,2,0,0,0),(69504,19434,530,1,1,0,0,-506.401,1982.52,85.1193,0.951196,300,0,0,3314,2369,2,0,0,0),(69505,19435,530,1,1,0,0,-140.467,982.053,54.2479,2.32129,300,0,0,4580,6882,0,0,0,0),(69506,19436,530,1,1,0,0,-182.049,1000.29,54.2398,0.349066,300,0,0,5914,0,0,0,0,0),(69507,19437,530,1,1,0,0,3018.67,4056.93,151.856,2.21657,300,0,0,42,0,0,0,0,0),(69508,19437,530,1,1,0,0,3034.99,4063,151.641,5.81195,300,0,0,42,0,0,0,0,0),(69509,19437,530,1,1,0,0,3022.95,4090.36,150.935,5.77704,300,0,0,42,0,0,0,0,0),(69510,19437,530,1,1,0,0,3031.16,4079.36,151.412,1.15192,300,0,0,42,0,0,0,0,0),(69511,19437,530,1,1,0,0,2977.74,4090.33,151.145,6.12611,300,0,0,42,0,0,0,0,0),(69512,19437,530,1,1,0,0,3016.89,4102.49,150.919,2.33874,300,0,0,42,0,0,0,0,0),(69513,19437,530,1,1,0,0,2928.7,4069.37,150.022,2.56563,300,0,0,42,0,0,0,0,0),(69514,19437,530,1,1,0,0,2923.58,4010.86,150.611,3.92699,300,0,0,42,0,0,0,0,0),(69515,19437,530,1,1,0,0,2892.91,4010.16,149.992,1.15192,300,0,0,42,0,0,0,0,0),(69516,19437,530,1,1,0,0,2901.26,4065.05,149.456,0.942478,300,0,0,42,0,0,0,0,0),(69517,19437,530,1,1,0,0,2998.14,4211.32,160.971,5.48033,300,0,0,42,0,0,0,0,0),(69518,19437,530,1,1,0,0,2672.18,4241.78,155.42,2.86234,300,0,0,42,0,0,0,0,0),(69519,19437,530,1,1,0,0,2631.14,4261.02,155.012,0.017453,300,0,0,42,0,0,0,0,0),(69520,19437,530,1,1,0,0,2646.82,4238.02,155.279,3.56047,300,0,0,42,0,0,0,0,0),(69521,19437,530,1,1,0,0,2665.26,4222.18,155.085,0.436332,300,0,0,42,0,0,0,0,0),(69522,19437,530,1,1,0,0,2653.64,4036.09,173.971,1.6057,300,0,0,42,0,0,0,0,0),(69523,19437,530,1,1,0,0,2690.81,3997.81,174.194,5.09636,300,0,0,42,0,0,0,0,0),(69524,19437,530,1,1,0,0,2683.63,4029.4,178.021,3.35103,300,0,0,42,0,0,0,0,0),(69525,19437,530,1,1,0,0,2687.1,4030.18,177.592,1.76278,300,0,0,42,0,0,0,0,0),(69526,19437,530,1,1,0,0,2696.38,4004.41,175.353,2.26893,300,0,0,42,0,0,0,0,0),(69527,19437,530,1,1,0,0,2465.99,2897.38,129.746,5.96903,300,0,0,42,0,0,0,0,0),(69528,19437,530,1,1,0,0,2486.18,2861.29,137.708,0.680678,300,0,0,42,0,0,0,0,0),(69529,19437,530,1,1,0,0,2435.58,2925.38,131.379,6.05629,300,0,0,42,0,0,0,0,0),(69530,19437,530,1,1,0,0,2455.89,2887.86,128.861,3.9619,300,0,0,42,0,0,0,0,0),(69531,19437,530,1,1,0,0,2436.18,2859.25,131.773,4.97419,300,0,0,42,0,0,0,0,0),(69532,19437,530,1,1,0,0,2417.29,2867.4,131.606,4.20624,300,0,0,42,0,0,0,0,0),(69533,19437,530,1,1,0,0,2405.48,2904.61,132.41,0.785398,300,0,0,42,0,0,0,0,0),(69534,19437,530,1,1,0,0,2411.69,2913,132.617,2.00713,300,0,0,42,0,0,0,0,0),(69535,19437,530,1,1,0,0,2407.11,2867.76,132.365,4.64258,300,0,0,42,0,0,0,0,0),(69536,19437,530,1,1,0,0,2493.42,2843.82,138.503,4.13643,300,0,0,42,0,0,0,0,0),(69537,19437,530,1,1,0,0,2323.24,2827.12,132.282,5.89921,300,0,0,42,0,0,0,0,0),(69538,19437,530,1,1,0,0,2298.47,2797.35,132.458,3.42085,300,0,0,42,0,0,0,0,0),(69539,19437,530,1,1,0,0,2285.99,2793.87,132.435,0.349066,300,0,0,42,0,0,0,0,0),(69540,19437,530,1,1,0,0,2274.57,2848.2,132.555,5.20108,300,0,0,42,0,0,0,0,0),(69541,19437,530,1,1,0,0,2268.95,2826.88,131.777,4.93928,300,0,0,42,0,0,0,0,0),(69542,19437,530,1,1,0,0,2396.56,2667,134.239,0.645772,300,0,0,42,0,0,0,0,0),(69543,19437,530,1,1,0,0,2407.63,2626.32,134.77,0.069813,300,0,0,42,0,0,0,0,0),(69544,19437,530,1,1,0,0,2409.5,2657.58,133.051,3.63029,300,0,0,42,0,0,0,0,0),(69545,19437,530,1,1,0,0,2410.66,2606.12,134.985,3.01942,300,0,0,42,0,0,0,0,0),(69546,19437,530,1,1,0,0,2441.78,2616.55,135.185,0,300,0,0,42,0,0,0,0,0),(69547,19437,530,1,1,0,0,2425.09,2604.47,134.853,2.19912,300,0,0,42,0,0,0,0,0),(69548,19437,530,1,1,0,0,2512.71,2752.44,132.244,3.54302,300,0,0,42,0,0,0,0,0),(69549,19437,530,1,1,0,0,2988.12,2316.77,162.05,5.91667,300,0,0,42,0,0,0,0,0),(69550,19437,530,1,1,0,0,2956.52,2275.15,161.791,1.71042,300,0,0,42,0,0,0,0,0),(69551,19437,530,1,1,0,0,3115.19,2165.14,150.418,3.9619,300,0,0,42,0,0,0,0,0),(69552,19437,530,1,1,0,0,3101.47,2167.35,149.27,3.85718,300,0,0,42,0,0,0,0,0),(69553,19437,530,1,1,0,0,3097.08,2195.19,150.022,0.331613,300,0,0,42,0,0,0,0,0),(69554,19437,530,1,1,0,0,3139.52,2191.77,149.797,4.46804,300,0,0,42,0,0,0,0,0),(69555,19437,530,1,1,0,0,3112.36,2194.38,149.469,3.75246,300,0,0,42,0,0,0,0,0),(69556,19437,530,1,1,0,0,3143.52,2180.68,150.316,6.23082,300,0,0,42,0,0,0,0,0),(69557,19437,530,1,1,0,0,3076.43,2244.52,151.121,1.85005,300,0,0,42,0,0,0,0,0),(69558,19437,530,1,1,0,0,3103.05,2301.24,151.148,0.017453,300,0,0,42,0,0,0,0,0),(69559,19437,530,1,1,0,0,3105.45,2280.78,151.009,2.56563,300,0,0,42,0,0,0,0,0),(69560,19437,530,1,1,0,0,3010.36,2308.6,161.913,6.17846,300,0,0,42,0,0,0,0,0),(69561,19437,530,1,1,0,0,3069.03,2304.68,152.44,3.22886,300,0,0,42,0,0,0,0,0),(69562,19437,530,1,1,0,0,2982.77,2281.45,161.791,0.436332,300,0,0,42,0,0,0,0,0),(69563,19437,530,1,1,0,0,3977.25,3748.7,121.482,1.09956,300,0,0,42,0,0,0,0,0),(69564,19437,530,1,1,0,0,3961.92,3762.21,122.807,2.23402,300,0,0,42,0,0,0,0,0),(69565,19437,530,1,1,0,0,3987.61,3783.53,124.396,0.20944,300,0,0,42,0,0,0,0,0),(69566,19437,530,1,1,0,0,3918.01,3781.09,123.244,1.309,300,0,0,42,0,0,0,0,0),(69567,19437,530,1,1,0,0,3938.03,3787.29,123.247,5.11381,300,0,0,42,0,0,0,0,0),(69568,19437,530,1,1,0,0,3819.44,3814.96,104.734,2.53073,300,0,0,42,0,0,0,0,0),(69569,19437,530,1,1,0,0,3816.74,3834.89,103.662,2.94961,300,0,0,42,0,0,0,0,0),(69570,19437,530,1,1,0,0,3927.38,4072.52,123.216,3.78736,300,0,0,42,0,0,0,0,0),(69571,19437,530,1,1,0,0,3948.38,3914.99,178.625,0.890118,300,0,0,42,0,0,0,0,0),(69572,19437,530,1,1,0,0,3930.68,3937.03,122.632,0.017453,300,0,0,42,0,0,0,0,0),(69573,19437,530,1,1,0,0,3911.02,3886.28,177.964,5.77704,300,0,0,42,0,0,0,0,0),(69574,19437,530,1,1,0,0,3895.36,3898.86,178.663,0.488692,300,0,0,42,0,0,0,0,0),(69575,19437,530,1,1,0,0,3941.86,3877.16,175.16,4.18879,300,0,0,42,0,0,0,0,0),(69576,19437,530,1,1,0,0,3967.48,3895.49,177.173,3.00197,300,0,0,42,0,0,0,0,0),(69577,19437,530,1,1,0,0,3965.95,3911.97,178.446,4.76475,300,0,0,42,0,0,0,0,0),(69578,19437,530,1,1,0,0,4006.71,3895.85,122.808,2.74017,300,0,0,42,0,0,0,0,0),(69579,19437,530,1,1,0,0,4025.41,3866.84,192.803,3.47321,300,0,0,42,0,0,0,0,0),(69580,19437,530,1,1,0,0,4014.19,3912.46,192.731,5.86431,300,0,0,42,0,0,0,0,0),(69581,19437,530,1,1,0,0,4042.4,3877.53,192.99,1.97222,300,0,0,42,0,0,0,0,0),(69582,19437,530,1,1,0,0,4048.26,3907.59,189.663,5.2709,300,0,0,42,0,0,0,0,0),(69583,19437,530,1,1,0,0,4066.61,3907.99,189.735,5.77704,300,0,0,42,0,0,0,0,0),(69584,19437,530,1,1,0,0,4083.22,3898.74,190.183,4.24115,300,0,0,42,0,0,0,0,0),(69585,19437,530,1,1,0,0,4095.02,4008.41,117.866,6.03884,300,0,0,42,0,0,0,0,0),(69586,19437,530,1,1,0,0,3996.78,4116.17,189.085,1.71042,300,0,0,42,0,0,0,0,0),(69587,19437,530,1,1,0,0,3991.78,4138.64,190.117,6.0912,300,0,0,42,0,0,0,0,0),(69588,19439,530,1,1,0,0,2827.2,4018.65,146.686,4.95674,300,0,0,42,0,0,0,0,0),(69589,19439,530,1,1,0,0,2822.57,4030.82,151.421,1.43117,300,0,0,42,0,0,0,0,0),(69590,19439,530,1,1,0,0,2782.09,4140.58,181.06,5.51524,300,0,0,42,0,0,0,0,0),(69591,19439,530,1,1,0,0,2771.93,4205.4,180.335,1.13446,300,0,0,42,0,0,0,0,0),(69592,19439,530,1,1,0,0,2774.59,4149.7,182.028,2.11185,300,0,0,42,0,0,0,0,0),(69593,19439,530,1,1,0,0,2721.07,4190.38,192.913,2.60054,300,0,0,42,0,0,0,0,0),(69594,19439,530,1,1,0,0,2730.06,4195.24,190.722,0.680678,300,0,0,42,0,0,0,0,0),(69595,19439,530,1,1,0,0,2732.41,4190.22,190.673,3.52556,300,0,0,42,0,0,0,0,0),(69596,19439,530,1,1,0,0,2727.48,4103.61,189.115,2.37365,300,0,0,42,0,0,0,0,0),(69597,19439,530,1,1,0,0,2712.94,4107.76,193.284,5.72468,300,0,0,42,0,0,0,0,0),(69598,19439,530,1,1,0,0,2762.86,4080.27,180.761,3.01942,300,0,0,42,0,0,0,0,0),(69599,19439,530,1,1,0,0,2739.24,4101.32,185.894,5.65487,300,0,0,42,0,0,0,0,0),(69600,19439,530,1,1,0,0,2790.41,4067.7,171.79,0.10472,300,0,0,42,0,0,0,0,0),(69601,19439,530,1,1,0,0,2792.93,4074.17,171.924,3.56047,300,0,0,42,0,0,0,0,0),(69602,19439,530,1,1,0,0,2771.48,4131.92,180.914,1.62316,300,0,0,42,0,0,0,0,0),(69603,19439,530,1,1,0,0,2726.73,4130.23,189.995,4.59022,300,0,0,42,0,0,0,0,0),(69604,19439,530,1,1,0,0,2768.93,4085.72,178.989,2.67035,300,0,0,42,0,0,0,0,0),(69605,19439,530,1,1,0,0,2744.33,4110.76,184.931,3.28122,300,0,0,42,0,0,0,0,0),(69606,19439,530,1,1,0,0,2717.55,4134.54,192.443,2.1293,300,0,0,42,0,0,0,0,0),(69607,19439,530,1,1,0,0,2768.76,4203.97,181.068,6.16101,300,0,0,42,0,0,0,0,0),(69608,19439,530,1,1,0,0,2757.54,4208.2,183.472,4.34587,300,0,0,42,0,0,0,0,0),(69609,19439,530,1,1,0,0,2755.26,3955.86,142.831,1.79769,300,0,0,42,0,0,0,0,0),(69610,19439,530,1,1,0,0,2749.97,3944.92,142.648,6.00393,300,0,0,42,0,0,0,0,0),(69611,19439,530,1,1,0,0,2787.01,3971.77,143.207,4.55531,300,0,0,42,0,0,0,0,0),(69612,19439,530,1,1,0,0,2736.45,3951.17,142.272,4.93928,300,0,0,42,0,0,0,0,0),(69613,19439,530,1,1,0,0,2784.49,3976.98,143.763,4.39823,300,0,0,42,0,0,0,0,0),(69614,19439,530,1,1,0,0,2797.42,3970.26,142.349,1.32645,300,0,0,42,0,0,0,0,0),(69615,19439,530,1,1,0,0,2797.01,3965.59,142.561,4.72984,300,0,0,42,0,0,0,0,0),(69616,19439,530,1,1,0,0,2752.75,3944.39,141.842,1.20428,300,0,0,42,0,0,0,0,0),(69617,19439,530,1,1,0,0,2813.23,3989.69,141.451,2.25148,300,0,0,42,0,0,0,0,0),(69618,19439,530,1,1,0,0,2821.68,4007.63,143.644,3.36848,300,0,0,42,0,0,0,0,0),(69619,19439,530,1,1,0,0,2788.23,3920.51,144.562,4.86947,300,0,0,42,0,0,0,0,0),(69620,19439,530,1,1,0,0,2755.6,3873.58,142.987,4.60767,300,0,0,42,0,0,0,0,0),(69621,19439,530,1,1,0,0,2755.39,3886.7,144.057,5.55015,300,0,0,42,0,0,0,0,0),(69622,19439,530,1,1,0,0,2837.73,3886,165.046,2.26893,300,0,0,42,0,0,0,0,0),(69623,19439,530,1,1,0,0,2816.59,3873.21,167.003,3.54302,300,0,0,42,0,0,0,0,0),(69624,19439,530,1,1,0,0,2853.81,3929.18,156.41,0.907571,300,0,0,42,0,0,0,0,0),(69625,19439,530,1,1,0,0,2839.1,3916.87,154.184,5.88176,300,0,0,42,0,0,0,0,0),(69626,19439,530,1,1,0,0,2841.56,3901.59,159.56,4.27606,300,0,0,42,0,0,0,0,0),(69627,19439,530,1,1,0,0,2861.8,3913.98,162.918,4.97419,300,0,0,42,0,0,0,0,0),(69628,19439,530,1,1,0,0,2689.09,3904.34,134.422,5.35816,300,0,0,42,0,0,0,0,0),(69629,19439,530,1,1,0,0,2704.45,3878.67,135.757,4.17134,300,0,0,42,0,0,0,0,0),(69630,19440,530,1,1,0,0,-1133.55,1974.22,73.668,3.05164,300,0,0,249,0,2,0,0,0),(69631,19440,530,1,1,0,0,-1014.38,2076.24,68.6515,5.49779,300,0,0,249,0,2,0,0,0),(69632,19440,530,1,1,0,0,-1102.27,2066.63,67.6896,2.3562,300,0,0,249,0,2,0,0,0),(69633,19440,530,1,1,0,0,-971.148,2038.91,67.0399,1.82951,300,0,0,249,0,2,0,0,0),(69634,19442,530,1,1,0,0,-1057.88,1996.64,67.3418,1.04782,300,0,0,3734,0,2,0,0,0),(69635,19444,530,1,1,0,1,-348.094,989.834,54.325,3.28122,300,0,0,5228,0,0,0,0,0),(69636,19444,530,1,1,0,1,-313.997,1002.1,54.2414,6.24621,300,0,0,5228,0,0,0,0,0),(69637,19444,530,1,1,0,1,-340.292,997.676,54.2078,0.244346,300,0,0,5228,0,0,0,0,0),(69638,19444,530,1,1,0,1,-331.22,1003.41,54.2168,3.61283,300,0,0,5228,0,0,0,0,0),(69639,19444,530,1,1,0,1,-345.492,1016.09,54.1892,3.07512,300,0,0,5228,0,0,0,0,0),(69640,19444,530,1,1,0,1,-326.81,964.68,54.3023,4.7116,300,0,0,5228,0,0,0,0,0),(69641,19444,530,1,1,0,1,-358.814,985.748,54.3122,5.95157,300,0,0,5228,0,0,0,0,0),(69642,19446,530,1,1,0,0,-349.328,1006.86,54.1896,5.51524,300,0,0,5228,0,0,0,0,0),(69643,19447,530,1,1,0,0,-369.141,977.486,54.1879,3.99375,300,0,0,3137,0,0,0,0,0),(69644,19449,530,1,1,0,1,2266.82,6065.67,145.02,2.60054,300,0,0,11828,0,0,0,0,0),(69645,19449,530,1,1,0,1,2390.22,6101.3,130.417,1.71042,300,0,0,11828,0,0,0,0,0),(69646,19449,530,1,1,0,1,2367.78,6099.55,131.023,1.44862,300,0,0,11828,0,0,0,0,0),(69647,19449,530,1,1,0,1,2377.74,6043.24,139.979,6.26266,300,0,0,11828,0,2,0,0,0),(69648,19449,530,1,1,0,1,2432.06,6096.61,166.744,1.90241,300,0,0,11828,0,0,0,0,0),(69649,19449,530,1,1,0,1,2428.06,6079.9,142.274,3.7001,300,0,0,11828,0,0,0,0,0),(69650,19449,530,1,1,0,1,2391.56,5985.72,151.975,1.39626,300,0,0,11828,0,0,0,0,0),(69651,19449,530,1,1,0,1,2409.23,5987.54,151.929,1.69297,300,0,0,11828,0,0,0,0,0),(69652,19449,530,1,1,0,1,2295.15,6024.25,142.641,2.53073,300,0,0,11828,0,0,0,0,0),(69653,19449,530,1,1,0,1,2382.36,6035.83,141.044,1.15192,300,0,0,11828,0,0,0,0,0),(69654,19449,530,1,1,0,1,2428.57,6023.02,153.462,5.20108,300,0,0,11828,0,0,0,0,0),(69655,19449,530,1,1,0,1,2361.76,5938.11,152.327,3.14159,300,0,0,11828,0,0,0,0,0),(69656,19449,530,1,1,0,1,2314.29,5975.77,144.812,3.35103,300,0,0,11828,0,2,0,0,0),(69657,19449,530,1,1,0,1,2416.7,5927.76,151.808,3.70745,300,0,0,11828,0,2,0,0,0),(69658,19449,530,1,1,0,1,2469,5929.08,154.846,2.02458,300,0,0,11828,0,0,0,0,0),(69659,19449,530,1,1,0,1,2425.77,5971.94,152.88,3.08923,300,0,0,11828,0,0,0,0,0),(69660,19449,530,1,1,0,1,2259.15,6012.64,165.826,1.95477,300,0,0,11828,0,0,0,0,0),(69661,19449,530,1,1,0,1,2274.51,6011.64,142.867,0.575959,300,0,0,11828,0,0,0,0,0),(69662,19449,530,1,1,0,1,2253.98,6048.16,144.05,2.3911,300,0,0,11828,0,0,0,0,0),(69663,19449,530,1,1,0,1,2332.04,5984.57,154.857,0.628319,300,0,0,11828,0,0,0,0,0),(69664,19449,530,1,1,0,1,2303.25,6029.37,142.641,1.37881,300,0,0,11828,0,0,0,0,0),(69665,19450,530,1,1,0,1,2469.7,5975.94,154.795,3.01942,300,0,0,3815,0,0,0,0,0),(69666,19451,530,1,1,0,0,-362.824,1014.54,54.2564,5.51524,300,0,0,3052,0,0,0,0,0),(69667,19452,530,1,1,0,0,-320.57,974.388,54.3557,2.16421,300,0,0,5914,0,0,0,0,0),(69668,19453,530,1,1,0,1,2758.56,4354.88,136.421,5.42818,300,5,0,6542,0,1,0,0,0),(69669,19453,530,1,1,0,1,2972.4,4048.23,151.717,6.21146,300,5,0,6542,0,1,0,0,0),(69670,19453,530,1,1,0,1,2839.02,4366.2,140.951,0.018283,300,0,0,6542,0,0,0,0,0),(69671,19453,530,1,1,0,1,2753.77,4185.28,185.393,3.02906,300,5,0,6542,0,1,0,0,0),(69672,19453,530,1,1,0,1,2767.29,3966.06,143.883,5.45014,300,5,0,6542,0,1,0,0,0),(69673,19455,530,1,1,0,0,-364.813,984.265,54.2077,2.00272,300,0,0,15260,0,0,0,0,0),(69674,19457,530,1,1,0,1,-981.151,2096.68,22.692,1.06465,300,0,0,11553,4972,0,0,0,0),(69675,19458,530,1,1,0,0,-1049.42,2000.14,67.0918,5.79449,300,0,0,2071,0,0,0,0,0),(69676,19459,530,1,1,0,0,-1051.69,1994.85,67.2436,2.60054,300,0,0,2490,0,0,0,0,0),(3472,6018,1,1,1,4711,1,1452.43,-4179.82,44.1333,6.05629,300,0,0,1753,0,0,0,0,0),(3471,5882,1,1,1,4524,1,1473.55,-4218.57,43.0424,3.735,300,0,0,4120,0,0,0,0,0),(3470,7793,1,1,1,6854,1,2053.86,-4808.95,22.4439,1.72788,300,0,0,3189,0,0,0,0,0),(3469,7792,1,1,1,6843,1,2055.71,-4815.9,22.9276,0.488692,300,0,0,2769,0,0,0,0,0),(3468,7790,1,1,1,6873,1,2064.33,-4791.98,22.9696,5.75959,300,0,0,2218,0,0,0,0,0),(3467,7010,1,1,1,6839,1,1837.27,-4469.65,47.5199,1.6057,300,0,0,992,2680,0,0,0,0),(3466,23635,1,1,1,8848,1,1915.39,-4645.54,30.0841,5.23239,300,0,0,2218,0,2,0,0,0),(3465,3296,1,1,1,4602,1,1340.71,-4631.52,24.1187,1.81514,300,0,0,15952,0,0,0,0,0),(3464,9564,1,1,1,8848,1,1331.11,-4649.45,53.6269,0,300,0,0,2218,0,0,0,0,0),(3463,12136,1,1,1,12229,1,1354.03,-4642.61,53.6269,3.80482,300,0,0,2218,0,0,0,0,0),(3462,3296,1,1,1,4259,1,1332.76,-4633.4,24.0783,1.8675,300,0,0,15952,0,0,0,0,0),(3461,3324,1,1,1,1324,1,1844.21,-4353.61,-14.7982,3.31613,300,0,0,2769,0,0,0,0,0),(91748,22144,530,1,1,0,1,-1225.45,5704.02,215.466,6.04332,300,0,0,5589,3155,0,0,0,0),(91747,22143,530,1,1,0,1,-1270.2,5648.68,216.688,5.6514,300,0,0,7181,0,0,0,0,0),(91746,22143,530,1,1,0,1,-1301.92,5591.16,196.79,5.83552,300,0,0,7181,0,0,0,0,0),(91745,22148,530,1,1,0,1,-1351.55,5595.39,218.112,4.6658,300,0,0,7181,0,0,0,0,0),(91744,22143,530,1,1,0,1,-1335.39,5599.93,216.873,5.88526,300,0,0,7181,0,0,0,0,0),(91743,22143,530,1,1,0,1,-1359.09,5628.84,181.522,2.54326,300,3,0,7181,0,1,0,0,0),(91742,22144,530,1,1,0,1,-1387.99,5643.67,181.471,2.40838,300,0,0,5589,3155,0,0,0,0),(91741,22144,530,1,1,0,1,-1401.78,5649.74,181.736,6.22476,300,0,0,5589,3155,0,0,0,0),(91740,22144,530,1,1,0,1,-1387.87,5654.51,181.477,3.63622,300,0,0,5589,3155,0,0,0,0),(69712,22842,530,1,1,21119,0,-231.478,5442.25,29.7544,0.62634,120,0,0,50,0,2,0,0,0),(69711,22843,530,1,1,21119,0,-253.422,5430.91,28.9293,2.59318,120,0,0,4059,0,2,0,0,0),(69716,21310,530,1,1,0,0,-3788.54,2597.48,92.709,3.38201,300,0,0,6986,0,0,0,0,0),(69715,21310,530,1,1,0,0,-3794.05,2588.72,92.709,1.90546,300,0,0,6986,0,0,0,0,0),(69714,21310,530,1,1,0,0,-3802.94,2594.5,92.709,1.6057,300,0,0,6986,0,0,0,0,0),(200009,29058,571,1,1,0,0,5766.85,5475.87,211.614,0,120,0,0,6722,0,0,0,0,0),(69720,23142,530,1,1,0,0,-5114.25,597.062,85.1574,2.7049,600,0,0,6542,0,0,0,0,0),(69719,23142,530,1,1,0,0,-5115.02,601.537,85.0292,4.02044,600,0,0,6542,0,0,0,0,0),(69718,23142,530,1,1,0,0,-5119.6,601.834,84.818,5.17262,600,0,0,6542,0,0,0,0,0),(69717,23142,530,1,1,0,0,-5121.06,598.424,84.7603,0.0581088,600,0,0,6542,0,0,0,0,0),(69721,19461,530,1,1,0,0,568.772,3685.15,199.015,5.47404,300,5,0,2670,0,1,0,0,0),(69722,19461,530,1,1,0,0,510.328,3630.51,187.237,4.29978,300,5,0,2670,0,1,0,0,0),(69723,19461,530,1,1,0,0,573.8,3628.52,207.682,5.88154,300,5,0,2670,0,1,0,0,0),(69724,19461,530,1,1,0,0,580.572,3646.42,202.429,0.750834,300,5,0,2670,0,1,0,0,0),(69725,19466,530,1,1,0,1,3070.84,3695.18,142.465,1.09956,300,0,0,6761,0,0,0,0,0),(245553,16592,0,1,1,11686,0,-604.148,-545.813,36.579,0.698132,300,0,0,42,0,0,0,0,0),(69727,19467,530,1,1,0,1,3071.05,3697.33,142.394,0.479968,300,0,0,5409,3080,0,0,0,0),(69729,19468,530,1,1,0,0,3074.95,3699.25,142.394,3.62156,300,0,0,6542,0,0,0,0,0),(69730,19469,530,1,1,0,0,3077.69,3696.48,142.559,3.22886,300,0,0,6761,0,0,0,0,0),(69731,19470,530,1,1,0,0,2404.13,5950.76,152.192,1.76278,300,0,0,3815,0,0,0,0,0),(69732,19471,530,1,1,0,1,2437.96,5959.57,153.079,0.575959,300,0,0,3815,0,0,0,0,0),(69733,19472,530,1,1,0,1,2342.01,6021.99,142.622,1.76278,300,0,0,3815,0,0,0,0,0),(69734,19473,530,1,1,0,0,2270.27,5964.86,142.641,0.837758,300,0,0,6224,0,0,0,0,0),(69735,19474,530,1,1,0,0,2328.37,6059.62,142.395,4.99164,300,0,0,3815,0,0,0,0,0),(96607,25136,530,1,1,22943,1,-1783.16,5337.67,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(69737,19476,530,1,1,0,0,2483.92,5941.54,155.926,2.53073,300,0,0,3815,0,0,0,0,0),(69738,19478,530,1,1,0,0,2415.58,5915.76,152.4,2.02458,300,0,0,3815,0,0,0,0,0),(69739,19479,530,1,1,0,0,2289.88,6062.31,143.012,4.79965,300,0,0,6224,0,0,0,0,0),(69740,19481,530,1,1,0,0,2245.08,2230.73,136.723,2.42601,300,0,0,6986,0,0,0,0,0),(69741,19482,530,1,1,0,0,2999.59,3734.62,144.138,4.11898,300,0,0,42,0,0,0,0,0),(69742,19483,530,1,1,0,0,2829.42,4343.62,146.576,5.35816,300,0,0,42,0,0,0,0,0),(69743,19483,530,1,1,0,0,2802.83,4342.73,146.752,1.55334,300,0,0,42,0,0,0,0,0),(69744,19483,530,1,1,0,0,2815.7,4351.62,146.202,3.38594,300,0,0,42,0,0,0,0,0),(69745,19483,530,1,1,0,0,2806.69,4347.93,146.683,4.24115,300,0,0,42,0,0,0,0,0),(69746,19483,530,1,1,0,0,2822.92,4349.89,146.087,2.67035,300,0,0,42,0,0,0,0,0),(69747,19483,530,1,1,0,0,2830.86,4336.76,147.568,1.5708,300,0,0,42,0,0,0,0,0),(69748,19483,530,1,1,0,0,2945.82,4325.84,154.125,6.21337,300,0,0,42,0,0,0,0,0),(69749,19483,530,1,1,0,0,2956.82,4330.06,151.226,3.36848,300,0,0,42,0,0,0,0,0),(69750,19483,530,1,1,0,0,2964.21,4327.7,150.809,6.05629,300,0,0,42,0,0,0,0,0),(69751,19483,530,1,1,0,0,2969.44,4322.16,150.446,1.22173,300,0,0,42,0,0,0,0,0),(69752,19483,530,1,1,0,0,2955.89,4300.1,151.506,2.05949,300,0,0,42,0,0,0,0,0),(69753,19483,530,1,1,0,0,2970.91,4314.51,150.239,4.71239,300,0,0,42,0,0,0,0,0),(69754,19483,530,1,1,0,0,2944.71,4184.09,164.145,1.85005,300,0,0,42,0,0,0,0,0),(69755,19483,530,1,1,0,0,2900.03,4186.42,161.966,1.37881,300,0,0,42,0,0,0,0,0),(69756,19483,530,1,1,0,0,2906.5,4191.04,161.978,0.331613,300,0,0,42,0,0,0,0,0),(69757,19483,530,1,1,0,0,2902.96,4176.65,161.971,0.122173,300,0,0,42,0,0,0,0,0),(69758,19483,530,1,1,0,0,2911.36,4181.65,161.987,1.32645,300,0,0,42,0,0,0,0,0),(69759,19483,530,1,1,0,0,2897.13,4185.65,161.973,1.309,300,0,0,42,0,0,0,0,0),(69760,19483,530,1,1,0,0,2864.54,4186.41,164.09,4.55531,300,0,0,42,0,0,0,0,0),(69761,19483,530,1,1,0,0,2819.2,4151.31,162.682,4.55531,300,0,0,42,0,0,0,0,0),(69762,19483,530,1,1,0,0,2908.52,4223.58,164.09,3.21141,300,0,0,42,0,0,0,0,0),(69763,19483,530,1,1,0,0,2988.48,4220.84,162.682,4.95674,300,0,0,42,0,0,0,0,0),(69764,19483,530,1,1,0,0,2786.98,4218.01,179.537,5.70723,300,0,0,42,0,0,0,0,0),(69765,19483,530,1,1,0,0,2797.69,4209.73,179.533,2.28638,300,0,0,42,0,0,0,0,0),(69766,19483,530,1,1,0,0,2798.34,4239.92,175.784,2.49582,300,0,0,42,0,0,0,0,0),(69767,19483,530,1,1,0,0,2782.85,4221.81,180.107,5.86431,300,0,0,42,0,0,0,0,0),(69768,19483,530,1,1,0,0,2791.92,4250.67,175.586,4.15388,300,0,0,42,0,0,0,0,0),(69769,19483,530,1,1,0,0,2773.43,4229.87,180.805,2.58309,300,0,0,42,0,0,0,0,0),(69770,19483,530,1,1,0,0,2767.98,4241.2,181.204,2.14675,300,0,0,42,0,0,0,0,0),(69771,19483,530,1,1,0,0,2767.35,4243.71,181.052,4.86947,300,0,0,42,0,0,0,0,0),(69772,19483,530,1,1,0,0,2780.65,3875.94,160.789,5.14872,300,0,0,42,0,0,0,0,0),(69773,19483,530,1,1,0,0,2755.39,3868.95,142.461,4.29351,300,0,0,42,0,0,0,0,0),(69774,19483,530,1,1,0,0,2782.03,3873.38,160.562,1.55334,300,0,0,42,0,0,0,0,0),(69775,19483,530,1,1,0,0,2775.24,3880.4,160.334,2.68781,300,0,0,42,0,0,0,0,0),(69776,19483,530,1,1,0,0,2778.97,3877.38,160.613,2.42601,300,0,0,42,0,0,0,0,0),(69777,19483,530,1,1,0,0,3840.54,3884.4,108.471,3.75246,300,0,0,42,0,0,0,0,0),(69778,19483,530,1,1,0,0,3827.81,3892.66,109.092,5.28835,300,0,0,42,0,0,0,0,0),(69779,19483,530,1,1,0,0,3826.89,3903.93,108.826,4.76475,300,0,0,42,0,0,0,0,0),(69780,19483,530,1,1,0,0,3876.51,3998.69,123.608,2.9147,300,0,0,42,0,0,0,0,0),(69781,19483,530,1,1,0,0,3859.39,4017.11,127.545,2.49582,300,0,0,42,0,0,0,0,0),(69782,19483,530,1,1,0,0,3859.1,4003.34,126.694,3.1765,300,0,0,42,0,0,0,0,0),(69783,19483,530,1,1,0,0,3869.87,4000.86,124.866,3.22886,300,0,0,42,0,0,0,0,0),(69784,19483,530,1,1,0,0,3897.78,3978.58,123.336,2.87979,300,0,0,42,0,0,0,0,0),(69785,19483,530,1,1,0,0,3879.24,4051.63,120.939,2.49582,300,0,0,42,0,0,0,0,0),(69786,19483,530,1,1,0,0,3904.73,3977.05,123.44,2.93215,300,0,0,42,0,0,0,0,0),(69787,19483,530,1,1,0,0,3919.66,4001.44,186.532,4.81711,300,0,0,42,0,0,0,0,0),(69788,19483,530,1,1,0,0,3923.71,4050.57,189.414,1.09956,300,0,0,42,0,0,0,0,0),(69789,19483,530,1,1,0,0,3909.96,4058.55,123.02,2.51327,300,0,0,42,0,0,0,0,0),(69790,19483,530,1,1,0,0,3978.88,3991.04,194.309,5.58505,300,0,0,42,0,0,0,0,0),(69791,19483,530,1,1,0,0,3928.68,4050.03,116.278,5.84685,300,0,0,42,0,0,0,0,0),(69792,19483,530,1,1,0,0,3940.06,4104.45,191.859,1.69297,300,0,0,42,0,0,0,0,0),(69793,19483,530,1,1,0,0,3959.75,4117.04,190.492,2.84489,300,0,0,42,0,0,0,0,0),(69794,19483,530,1,1,0,0,3936.15,4086.53,191.765,5.67232,300,0,0,42,0,0,0,0,0),(69795,19483,530,1,1,0,0,3987.59,4045.86,194.303,3.64774,300,0,0,42,0,0,0,0,0),(69796,19483,530,1,1,0,0,3923.06,3978.97,123.437,1.3439,300,0,0,42,0,0,0,0,0),(69797,19483,530,1,1,0,0,3931.81,3982.08,123.514,3.22886,300,0,0,42,0,0,0,0,0),(69798,19483,530,1,1,0,0,3959.49,3931.2,124.887,4.13643,300,0,0,42,0,0,0,0,0),(69799,19483,530,1,1,0,0,3980.71,3914.13,124.222,4.5204,300,0,0,42,0,0,0,0,0),(69800,19483,530,1,1,0,0,4032.97,3982.47,194.304,1.53589,300,0,0,42,0,0,0,0,0),(69801,19483,530,1,1,0,0,4090.85,3972.21,118.577,0.10472,300,0,0,42,0,0,0,0,0),(69802,19483,530,1,1,0,0,4040.88,4038.16,194.309,2.46091,300,0,0,42,0,0,0,0,0),(69803,19483,530,1,1,0,0,3954.96,4026.19,115.209,5.16617,300,0,0,42,0,0,0,0,0),(69804,19483,530,1,1,0,0,4013.08,4007.37,192.19,1.09956,300,0,0,42,0,0,0,0,0),(69805,19483,530,1,1,0,0,4002.87,4012.03,192.191,3.45575,300,0,0,42,0,0,0,0,0),(69806,19483,530,1,1,0,0,4007.12,4021.18,192.19,6.21337,300,0,0,42,0,0,0,0,0),(69807,19483,530,1,1,0,0,4024.76,3995.58,127.354,2.51327,300,0,0,42,0,0,0,0,0),(69808,19483,530,1,1,0,0,3975.96,4004.2,118.819,3.63029,300,0,0,42,0,0,0,0,0),(69809,19483,530,1,1,0,0,4017.06,4017.32,192.19,0.471239,300,0,0,42,0,0,0,0,0),(69810,19484,530,1,1,0,0,2824.4,4349.42,148.153,5.77704,300,0,0,42,0,0,0,0,0),(69811,19484,530,1,1,0,0,2829.49,4343.66,154.273,1.62316,300,0,0,42,0,0,0,0,0),(69812,19484,530,1,1,0,0,2809.48,4350.26,148.854,0.541052,300,0,0,42,0,0,0,0,0),(69813,19484,530,1,1,0,0,2817.07,4351.84,148.633,2.87979,300,0,0,42,0,0,0,0,0),(69814,19484,530,1,1,0,0,2828.06,4332.52,152.292,4.15388,300,0,0,42,0,0,0,0,0),(69815,19484,530,1,1,0,0,2953.72,4325.56,158.298,3.49066,300,0,0,42,0,0,0,0,0),(69816,19484,530,1,1,0,0,2959.36,4329.2,153.797,2.82743,300,0,0,42,0,0,0,0,0),(69817,19484,530,1,1,0,0,2965.79,4326,153.535,2.30383,300,0,0,42,0,0,0,0,0),(69818,19484,530,1,1,0,0,2959.86,4301.23,154.327,0.244346,300,0,0,42,0,0,0,0,0),(69819,19484,530,1,1,0,0,2969.6,4310.2,150.408,4.45059,300,0,0,42,0,0,0,0,0),(69820,19484,530,1,1,0,0,2969.74,4320.69,153.428,1.72788,300,0,0,42,0,0,0,0,0),(69821,19484,530,1,1,0,0,2944.03,4174.88,166.81,3.54302,300,0,0,42,0,0,0,0,0),(69822,19484,530,1,1,0,0,2907.43,4183.55,169.282,1.78024,300,0,0,42,0,0,0,0,0),(69823,19484,530,1,1,0,0,2904.52,4186.9,168.884,3.05433,300,0,0,42,0,0,0,0,0),(69824,19484,530,1,1,0,0,2904.54,4180.54,168.168,0.15708,300,0,0,42,0,0,0,0,0),(69825,19484,530,1,1,0,0,2901.2,4183.96,168.385,5.48033,300,0,0,42,0,0,0,0,0),(69826,19484,530,1,1,0,0,2864.1,4189.8,168.163,1.01229,300,0,0,42,0,0,0,0,0),(69827,19484,530,1,1,0,0,2817.59,4152.83,170.704,2.82743,300,0,0,42,0,0,0,0,0),(69828,19484,530,1,1,0,0,2821.97,4146.53,170.516,4.97419,300,0,0,42,0,0,0,0,0),(69829,19484,530,1,1,0,0,2908.08,4224.77,169.314,5.48033,300,0,0,42,0,0,0,0,0),(69830,19484,530,1,1,0,0,2989.21,4215.59,168.773,5.48033,300,0,0,42,0,0,0,0,0),(69831,19484,530,1,1,0,0,2986.81,4221.5,168.574,0.715585,300,0,0,42,0,0,0,0,0),(69832,19484,530,1,1,0,0,2794.92,4217.21,181.301,5.48033,300,0,0,42,0,0,0,0,0),(69833,19484,530,1,1,0,0,2785.91,4218.02,181.711,5.5676,300,0,0,42,0,0,0,0,0),(69834,19484,530,1,1,0,0,2799.34,4240.61,176.964,2.89725,300,0,0,42,0,0,0,0,0),(69835,19484,530,1,1,0,0,2782.46,4221.55,182.315,1.6057,300,0,0,42,0,0,0,0,0),(69836,19484,530,1,1,0,0,2794.09,4252.74,176.949,0.942478,300,0,0,42,0,0,0,0,0),(69837,19484,530,1,1,0,0,2767.73,4248.36,184.313,2.16421,300,0,0,42,0,0,0,0,0),(69838,19484,530,1,1,0,0,2774.69,4228.57,183.006,2.67035,300,0,0,42,0,0,0,0,0),(69839,19484,530,1,1,0,0,2770.87,4233.11,184.384,4.04916,300,0,0,42,0,0,0,0,0),(69840,19484,530,1,1,0,0,2756.89,3862,148.443,5.84685,300,0,0,42,0,0,0,0,0),(69841,19484,530,1,1,0,0,2767.2,3881.92,163.157,6.23082,300,0,0,42,0,0,0,0,0),(69842,19484,530,1,1,0,0,2774.53,3880.63,163.65,2.35619,300,0,0,42,0,0,0,0,0),(69843,19484,530,1,1,0,0,2781.52,3873.45,164.066,1.98968,300,0,0,42,0,0,0,0,0),(69844,19484,530,1,1,0,0,2778.89,3877.04,163.934,5.84685,300,0,0,42,0,0,0,0,0),(69845,19484,530,1,1,0,0,2756.21,3867.3,148.056,5.79449,300,0,0,42,0,0,0,0,0),(69846,19484,530,1,1,0,0,2407.98,2763.57,141.655,5.75959,300,0,0,42,0,0,0,0,0),(69847,19484,530,1,1,0,0,2422.15,2756.01,135.542,5.044,300,0,0,42,0,0,0,0,0),(69848,19484,530,1,1,0,0,4006.77,4018.28,197.076,1.13446,300,0,0,42,0,0,0,0,0),(69849,19484,530,1,1,0,0,4014.65,4017.73,198.055,0.523599,300,0,0,42,0,0,0,0,0),(69850,19484,530,1,1,0,0,4013.29,4009.45,197.173,4.29351,300,0,0,42,0,0,0,0,0),(69851,19484,530,1,1,0,0,4005.87,4012,197.145,2.54818,300,0,0,42,0,0,0,0,0),(69852,19485,530,1,1,0,0,-2201.32,5521.2,64.1556,0.453786,300,0,0,5715,0,0,0,0,0),(69853,19488,530,1,1,0,0,2247.11,2277.43,97.9116,0.349066,300,0,0,6542,0,0,0,0,0),(69854,19489,530,1,1,0,0,2248.73,2273.1,97.9139,0.523599,300,0,0,6326,0,0,0,0,0),(69855,19494,530,1,1,0,0,2240.61,2231.97,101.754,0.156277,300,0,0,6280,2991,2,0,0,0),(69856,19495,530,1,1,0,0,2098.18,6903.92,183.313,3.75246,300,0,0,6210,0,0,0,0,0),(69857,19496,530,1,1,0,1,-3602.07,4926.6,-100.966,5.37561,300,0,0,6986,0,0,0,0,0),(69858,19497,530,1,1,0,0,2064.58,6771.93,174.878,1.5708,300,0,0,6032,0,0,0,0,0),(69859,19498,530,1,1,0,0,2020.52,6797.61,175.696,0.20944,300,0,0,5715,0,0,0,0,0),(69860,19499,530,1,1,0,1,2100.73,6797.84,175.696,0.959931,300,0,0,5341,0,0,0,0,0),(69861,19500,530,1,1,0,1,1944.04,6833.94,155.837,2.96706,300,0,0,5914,0,0,0,0,0),(69862,19500,530,1,1,0,1,1942.59,6842.57,155.337,3.35103,300,0,0,5914,0,0,0,0,0),(69863,19500,530,1,1,0,1,2061.9,6731.76,154.322,4.86947,300,0,0,5914,0,0,0,0,0),(69864,19500,530,1,1,0,1,2070.5,6733.04,154.792,4.59022,300,0,0,5914,0,0,0,0,0),(69865,19500,530,1,1,0,1,2067.99,6738.34,155.545,4.46825,300,0,0,5914,0,2,0,0,0),(69866,19500,530,1,1,0,1,2043.4,6749.32,158.104,6.1529,300,0,0,5914,0,2,0,0,0),(69867,19500,530,1,1,0,1,2140,6807.8,172.34,3.21141,300,0,0,5914,0,0,0,0,0),(69868,19500,530,1,1,0,1,2139.67,6800.94,171.65,2.80998,300,0,0,5914,0,0,0,0,0),(69869,19500,530,1,1,0,1,2056.83,6841,172.891,1.18682,300,0,0,5914,0,0,0,0,0),(69870,19500,530,1,1,0,1,2067.03,6841.71,172.906,1.98968,300,0,0,5914,0,0,0,0,0),(69872,19500,530,1,1,0,1,2008.94,6860.91,172.474,3.92699,300,0,0,5914,0,0,0,0,0),(69873,19500,530,1,1,0,1,2001.29,6864.53,172.724,4.57276,300,0,0,5914,0,0,0,0,0),(69874,19500,530,1,1,0,1,2080.73,6879.86,179.84,3.64774,300,0,0,5914,0,0,0,0,0),(69875,19500,530,1,1,0,1,2074.94,6884.94,179.89,4.11898,300,0,0,5914,0,0,0,0,0),(69876,19500,530,1,1,0,1,2131.12,6819.09,172.591,1.63529,300,0,0,5914,0,2,0,0,0),(69877,19502,530,1,1,0,1,-3610.77,4944.23,-101.048,1.59237,300,0,0,9780,14392,0,0,0,0),(69878,19503,530,1,1,0,1,-3655.05,4945.2,-101.048,6.04428,300,0,0,6542,0,2,0,0,0),(69879,19503,530,1,1,0,1,-3655.25,4943.03,-101.048,0.115848,300,0,0,6542,0,2,0,0,0),(69881,19504,530,1,1,0,1,-4088.68,1209.65,80.5744,5.84685,300,0,0,5589,3155,0,0,0,0),(69882,19504,530,1,1,0,1,-4071.33,1134.88,43.256,5.77704,300,0,0,5589,3155,0,0,0,0),(69883,19504,530,1,1,0,1,-4117.08,1161.62,49.2703,0,300,0,0,5589,3155,0,0,0,0),(69884,19504,530,1,1,0,1,-4110.84,1163.85,49.3992,3.92699,300,0,0,5589,3155,0,0,0,0),(69885,19504,530,1,1,0,1,-4067.98,1115.39,40.8465,4.90438,300,0,0,5589,3155,0,0,0,0),(69886,19504,530,1,1,0,1,-4092.23,1131.35,43.3465,5.52264,300,0,0,5589,3155,0,0,0,0),(69887,19504,530,1,1,0,1,-4085.17,1130.05,43.3465,3.47321,300,0,0,5589,3155,0,0,0,0),(69888,19504,530,1,1,0,1,-4115.57,1112.53,44.5888,0.314159,300,0,0,5589,3155,0,0,0,0),(69889,19504,530,1,1,0,1,-4097.42,1125.71,42.6767,5.32912,300,0,0,5589,3155,0,0,0,0),(69890,19504,530,1,1,0,1,-4073.11,1150.42,44.4921,3.19395,300,0,0,5589,3155,0,0,0,0),(69891,19504,530,1,1,0,1,-4109.33,1123.24,44.5729,5.20108,300,0,0,5589,3155,0,0,0,0),(69892,19504,530,1,1,0,1,-4143.03,1133.64,44.6152,6.00393,300,0,0,5589,3155,0,0,0,0),(69893,19504,530,1,1,0,1,-4063.59,1100.43,36.6066,5.41052,300,0,0,5589,3155,0,0,0,0),(69894,19504,530,1,1,0,1,-4103.13,1101.47,41.3348,5.3058,300,0,0,5589,3155,0,0,0,0),(69895,19517,530,1,1,0,0,-4112.08,1177.51,49.6649,4.32842,300,0,0,5589,3155,0,0,0,0),(69896,19518,530,1,1,0,0,-4089.42,1151.9,44.5118,5.02655,300,0,0,5589,3155,0,0,0,0),(69897,19519,530,1,1,0,0,-184.402,8165.6,18.084,3.92698,300,5,0,5715,0,1,0,0,0),(69898,19519,530,1,1,0,0,-231.978,8113.85,20.3211,3.92703,300,5,0,5715,0,1,0,0,0),(69899,19519,530,1,1,0,0,20.636,8628,18.1874,4.56329,300,5,0,5715,0,1,0,0,0),(69900,19519,530,1,1,0,0,20.1363,8584.07,23.373,0.327923,300,5,0,5715,0,1,0,0,0),(69901,19519,530,1,1,0,0,-126.273,8246.88,22.6278,4.11943,300,5,0,5715,0,1,0,0,0),(69902,19519,530,1,1,0,0,-161.068,8562.52,17.5934,5.49434,300,5,0,5715,0,1,0,0,0),(69903,19519,530,1,1,0,0,-96.7022,8577.28,21.7699,5.61276,300,0,0,5715,0,0,0,0,0),(69904,19519,530,1,1,0,0,-90.2566,8633.43,18.0046,1.7026,300,0,0,5715,0,0,0,0,0),(69905,19519,530,1,1,0,0,-117.074,8914.79,18.4572,3.38351,300,5,0,5715,0,1,0,0,0),(69906,19519,530,1,1,0,0,-213.403,8810.99,18.0036,5.2473,300,5,0,5715,0,1,0,0,0),(69907,19520,530,1,1,0,0,-4122.7,1171.88,49.6649,5.96903,300,0,0,5589,3155,0,0,0,0),(69908,19521,530,1,1,0,0,-4080.25,1149.06,44.5172,4.32842,300,0,0,5589,3155,0,0,0,0),(69910,19526,530,1,1,0,0,-3075.54,745.644,-10.063,0.575959,300,0,0,5589,3155,0,0,0,0),(69911,19527,530,1,1,0,0,-731.553,1544.64,32.2262,3.13476,300,5,0,4126,2486,1,0,0,0),(69912,19527,530,1,1,0,0,-753.632,1517.53,28.7901,3.16012,300,5,0,4126,2486,1,0,0,0),(69913,19527,530,1,1,0,0,-854.63,1551.96,53.5323,2.78031,300,5,0,4126,2486,1,0,0,0),(69914,19527,530,1,1,0,0,-880.951,1518.35,41.3612,0.807494,300,5,0,4126,2486,1,0,0,0),(69915,19527,530,1,1,0,0,-955.428,1537.73,53.6466,3.16503,300,5,0,4126,2486,1,0,0,0),(69916,19527,530,1,1,0,0,-1019.95,1518.32,42.4933,2.89898,300,5,0,4126,2486,1,0,0,0),(69917,19527,530,1,1,0,0,-1084.65,1494.3,37.8692,1.74156,300,5,0,4126,2486,1,0,0,0),(69918,19527,530,1,1,0,0,-1128.49,1424.72,26.8779,3.47384,300,5,0,4126,2486,1,0,0,0),(69919,19527,530,1,1,0,0,-1128.73,1492.16,44.1702,2.42735,300,5,0,4126,2486,1,0,0,0),(69920,19527,530,1,1,0,0,-1178.61,1487.76,45.2699,6.26268,300,5,0,4126,2486,1,0,0,0),(69921,19528,530,1,1,0,0,-2983.09,787.811,-7.97175,2.98451,300,0,0,5589,3155,0,0,0,0),(69922,19529,530,1,1,0,1,4218.81,3140.67,184.062,1.15192,300,0,0,35905,0,0,0,0,0),(69923,19529,530,1,1,0,1,4232.66,3131.07,183.995,1.32645,300,0,0,35905,0,0,0,0,0),(69924,19529,530,1,1,0,1,4177.17,3079.43,335.904,1.22173,300,0,0,35905,0,0,0,0,0),(69925,19529,530,1,1,0,1,4141.85,3020.87,341.294,0.942478,300,0,0,35905,0,0,0,0,0),(69926,19529,530,1,1,0,1,4188.5,3070.56,335.904,1.13446,300,0,0,35905,0,0,0,0,0),(69927,19529,530,1,1,0,1,4126.13,2985.71,350.588,1.25399,300,0,0,35905,0,2,0,0,0),(69928,19529,530,1,1,0,1,4157.62,2972.4,352.365,4.88692,300,0,0,35905,0,0,0,0,0),(69929,19529,530,1,1,0,1,4174.09,2985.89,337.036,2.30383,300,0,0,35905,0,0,0,0,0),(69930,19529,530,1,1,0,1,4125.84,2963.5,352.335,1.88496,300,0,0,35905,0,0,0,0,0),(69931,19529,530,1,1,0,1,4109.4,2963.06,352.527,1.67552,300,0,0,35905,0,0,0,0,0),(69932,19529,530,1,1,0,1,4076.17,3025.36,337.305,1.16937,300,0,0,35905,0,0,0,0,0),(69933,19529,530,1,1,0,1,4124.78,2924.94,354.522,2.22684,300,0,0,35905,0,0,0,0,0),(69934,19529,530,1,1,0,1,4114.04,2924.06,354.522,0.993816,300,0,0,35905,0,0,0,0,0),(69935,19530,530,1,1,0,0,-3036.63,865.463,-10.15,4.74729,300,0,0,5589,3155,0,0,0,0),(69936,19531,530,1,1,0,0,4113.01,3066.12,339.548,5.18363,300,0,0,3815,0,0,0,0,0),(69937,19532,530,1,1,0,0,-2998.35,835.078,-9.95219,3.57792,300,0,0,5589,3155,0,0,0,0),(69938,19533,530,1,1,0,0,4173.42,3033.52,337.046,2.63545,300,0,0,3815,0,0,0,0,0),(69939,19534,530,1,1,0,0,4152.12,3067.7,336.928,5.77704,300,0,0,3815,0,0,0,0,0),(69940,19535,530,1,1,0,0,4146.64,3037.47,338.661,1.02974,300,0,0,3815,0,0,0,0,0),(69941,19536,530,1,1,0,0,4093.68,3032.83,336.8,0.087266,300,0,0,3815,0,0,0,0,0),(69942,19537,530,1,1,0,0,4189.66,3023.67,339.392,5.49779,300,0,0,3815,0,0,0,0,0),(69943,19538,530,1,1,0,0,4202.48,2998.92,339.392,2.79253,300,0,0,3815,0,0,0,0,0),(69944,19539,530,1,1,0,0,4191.23,3001.25,339.392,2.33874,300,0,0,3815,0,0,0,0,0),(69945,19540,530,1,1,0,0,4205.09,3017.44,339.392,4.06662,300,0,0,6224,0,0,0,0,0),(69946,19541,530,1,1,0,1,3112.47,3682.46,143.377,1.64061,300,0,0,20958,0,0,0,0,0),(69947,19541,530,1,1,0,1,3108.84,3687.86,143.416,6.00393,300,0,0,20958,0,0,0,0,0),(69948,19541,530,1,1,0,1,3051.94,3694.4,143.197,6.16101,300,0,0,20958,0,0,0,0,0),(69949,19541,530,1,1,0,1,3041.04,3615.07,143.814,6.0912,300,0,0,20958,0,0,0,0,0),(69950,19541,530,1,1,0,1,3047.52,3615.49,143.402,3.42085,300,0,0,20958,0,0,0,0,0),(69951,19541,530,1,1,0,1,3019.2,3741.33,144.652,2.37365,300,0,0,20958,0,0,0,0,0),(69952,19541,530,1,1,0,1,3013.22,3742.85,144.419,0.279253,300,0,0,20958,0,0,0,0,0),(69953,19541,530,1,1,0,1,2955.42,3722.97,143.116,4.29351,300,0,0,20958,0,0,0,0,0),(69954,19541,530,1,1,0,1,2955.57,3716.19,143.024,2.05949,300,0,0,20958,0,0,0,0,0),(69955,19542,530,1,1,0,1,-3597.69,4921,-100.967,2.28638,300,0,0,13972,0,0,0,0,0),(69956,19543,530,1,1,0,1,2185.22,2115.88,72.4063,5.53269,300,0,0,6803,5982,0,0,0,0),(69957,19544,530,1,1,0,1,2308.53,2152.49,89.9053,5.59527,300,0,0,6803,5982,2,0,0,0),(69958,19545,530,1,1,0,1,2218.05,2155.52,75.1664,5.50607,300,0,0,6803,5982,2,0,0,0),(69959,19546,530,1,1,0,1,2162.67,2239.2,74.9615,3.86508,300,0,0,6803,4786,2,0,0,0),(69960,19547,530,1,1,0,0,2239.45,2389.64,112.748,3.61283,300,0,0,42,0,0,0,0,0),(69961,19548,530,1,1,0,0,2191.15,2339.52,90.4991,5.95157,300,0,0,42,0,0,0,0,0),(69962,19549,530,1,1,0,0,2228.32,2312.22,89.3019,4.93928,300,0,0,42,0,0,0,0,0),(69963,19550,530,1,1,0,0,2202.37,2412.08,109.269,5.2709,300,0,0,42,0,0,0,0,0),(69964,19554,530,1,1,0,0,3936.81,2003.84,257.529,1.01229,300,0,0,279440,0,0,0,0,0),(69965,19558,530,1,1,0,1,-1314.93,2355.39,89.0385,2.51327,300,0,0,14193,2790,0,0,0,0),(69966,19559,530,1,1,0,1,-1319.3,2351.02,89.3776,1.69297,300,0,0,3052,0,0,0,0,0),(69967,19560,530,1,1,0,1,-1341.68,2367.63,89.0334,0.05236,300,0,0,3052,0,0,0,0,0),(69968,19561,530,1,1,0,0,-1329.01,2397.58,89.1584,5.23599,300,0,0,3052,0,0,0,0,0),(69969,19562,530,1,1,0,0,-1340.82,2357.74,89.038,0.523599,300,0,0,2371,0,0,0,0,0),(69970,19565,530,1,1,0,0,3936.43,2004.47,350.346,0.541052,300,0,0,6986,0,0,0,0,0),(143206,23929,571,1,1,0,0,2357.83,-6189.61,-5.10993,4.9512,120,5,0,1,0,1,0,0,0),(143205,23929,571,1,1,0,0,2479.46,-6216.99,-9.75119,5.71361,120,5,0,1,0,1,0,0,0),(143204,23929,571,1,1,0,0,2517.97,-6183.57,-14.0471,0.978736,120,5,0,1,0,1,0,0,0),(143203,23929,571,1,1,0,0,2416.96,-6180.48,-10.0151,5.76622,120,5,0,1,0,1,0,0,0),(69977,18886,530,1,1,0,0,4819.65,2537.18,110.349,4.90474,300,0,0,1,0,2,0,0,0),(69978,19568,530,1,1,0,0,3990.15,1735.37,270.177,3.27298,300,0,0,6542,0,2,0,0,0),(143202,23929,571,1,1,0,0,2481.23,-6117.84,-16.3463,0.0152843,120,5,0,1,0,1,0,0,0),(69980,19568,530,1,1,0,0,4001.01,1683.55,137.226,3.309,300,0,0,6542,0,2,0,0,0),(69981,19853,530,1,1,0,1,2844.67,3361.5,138.565,2.3911,300,0,0,1,0,2,0,0,0),(69982,19568,530,1,1,0,0,3696.55,1954.49,134.377,4.58612,300,0,0,6542,0,2,0,0,0),(143201,23929,571,1,1,0,0,2441.39,-6147.94,-9.38678,5.72769,120,5,0,1,0,1,0,0,0),(143200,23929,571,1,1,0,0,2431.06,-6115.15,1.2024,0.123614,120,5,0,1,0,1,0,0,0),(69986,21157,530,1,1,0,0,4702.08,2488.54,239.263,0.212547,300,0,0,1,0,2,0,0,0),(69987,19568,530,1,1,0,0,3915.08,2111.54,274.422,1.72108,300,0,0,6542,0,2,0,0,0),(69988,19568,530,1,1,0,0,3887.31,2258.43,214.298,1.7733,300,0,0,6542,0,2,0,0,0),(69989,19568,530,1,1,0,0,3726.48,1961.26,249.912,3.30616,300,0,0,6542,0,2,0,0,0),(69991,19568,530,1,1,0,0,4044.87,2025.38,267.544,3.31116,300,0,0,6542,0,2,0,0,0),(69993,19568,530,1,1,0,0,4148.98,2042.91,164.712,0.359338,300,0,0,6542,0,2,0,0,0),(69994,19568,530,1,1,0,0,3827.96,1979.83,275.021,3.29741,300,0,0,6542,0,2,0,0,0),(69997,18886,530,1,1,0,0,4836.94,2327.35,106.283,4.87041,300,0,0,1,0,2,0,0,0),(69998,19568,530,1,1,0,0,4151.25,2042.39,245.592,0.183618,300,0,0,6542,0,2,0,0,0),(69999,19568,530,1,1,0,0,3957.74,1894.36,269.926,3.33048,300,0,0,6542,0,2,0,0,0),(70008,19569,530,1,1,0,0,3389.06,4296.1,120.867,0.680678,300,0,0,8832,0,0,0,0,0),(70009,19570,530,1,1,0,1,3041.8,3658.85,143.406,0.261799,300,0,0,9431,0,0,0,0,0),(70010,19571,530,1,1,0,1,3062.15,3701.82,142.562,4.79965,300,0,0,6210,0,0,0,0,0),(70011,19572,530,1,1,0,1,3073.64,3656.38,143.174,1.41372,300,0,0,7984,0,0,0,0,0),(70012,19573,530,1,1,0,1,3111.26,3670.91,143.489,1.67552,300,0,0,5079,0,0,0,0,0),(70013,19574,530,1,1,0,1,2953.86,3636.46,144.364,0.401426,300,0,0,6032,0,0,0,0,0),(70014,19575,530,1,1,0,1,2975.46,3663.07,143.168,1.25664,300,0,0,8540,0,0,0,0,0),(70015,19576,530,1,1,0,1,2974,3672.69,143.634,0,300,0,0,7688,0,0,0,0,0),(70016,19578,530,1,1,0,1,3352.84,3726.39,141.512,2.18166,300,0,0,9431,0,0,0,0,0),(70017,19581,530,1,1,0,0,-3062.63,741.933,-10.0639,0.925025,300,0,0,17742,0,0,0,0,0),(70018,19582,530,1,1,0,0,3351.95,3727.86,141.32,5.2709,300,0,0,5527,0,0,0,0,0),(70019,19583,530,1,1,0,0,4160.16,2957.3,352.298,2.80998,300,0,0,17742,0,0,0,0,0),(70020,19588,530,1,1,0,0,3374.91,3740.79,137.734,3.43801,300,0,0,5914,0,0,0,0,0),(70021,19589,530,1,1,0,0,3351.4,3722.33,141.397,0.628319,300,0,0,9489,0,0,0,0,0),(70022,19590,530,1,1,0,0,-1298.21,6345.87,38.278,2.96706,300,0,0,6986,0,0,0,0,0),(70023,19593,530,1,1,0,1,2406.91,2604.9,134.775,5.6486,300,0,0,5233,2991,0,0,0,0),(47634,8916,230,1,1,9072,1,547.512,-168.355,-36.8797,5.93412,7200,0,0,2304,1807,0,0,0,0),(47631,9056,230,1,1,8704,1,963.267,-343.735,-71.7394,2.21696,43200,0,0,13734,9910,0,0,0,0),(47630,9020,230,1,1,8703,0,372.183,-178.305,-70.0302,5.07891,7200,0,0,7599,0,0,0,0,0),(70028,19606,530,1,1,0,1,-2630.94,4391.65,34.897,4.18,300,0,0,11828,0,0,0,0,0),(70029,19607,530,1,1,0,0,-2639.36,4391.88,35.0976,0.593412,300,0,0,5715,0,0,0,0,0),(70030,19610,530,1,1,0,0,3018.9,3661.96,130.343,0.20944,300,0,0,3984,2434,0,0,0,0),(70031,19610,530,1,1,0,0,3014.45,3700.17,138.94,5.95157,300,0,0,3984,2434,0,0,0,0),(70032,19610,530,1,1,0,0,3021.31,3684.95,143.631,0.020118,300,0,0,3984,2434,2,0,0,0),(70033,19610,530,1,1,0,0,2977.48,3662.76,143.265,4.15185,300,0,0,3984,2434,0,0,0,0),(70034,19610,530,1,1,0,0,2990.58,3602.73,137.095,1.02974,300,0,0,3984,2434,0,0,0,0),(70035,19610,530,1,1,0,0,2936.9,3572.38,133.286,5.0091,300,0,0,3984,2434,0,0,0,0),(70036,19610,530,1,1,0,0,2971.52,3576.5,135.56,4.36332,300,0,0,3984,2434,0,0,0,0),(70037,19612,530,1,1,0,0,3023.83,3684.98,143.718,3.35103,300,0,0,5914,0,2,0,0,0),(70038,19617,530,1,1,0,1,3080.51,3684.4,142.533,5.41052,300,0,0,9431,0,0,0,0,0),(70039,19618,530,1,1,0,0,2419.47,2762.89,132.452,4.97419,300,0,0,4120,0,0,0,0,0),(70040,19619,530,1,1,0,0,2414.05,2758.24,132.452,6.16101,300,0,0,4120,0,0,0,0,0),(70041,19620,530,1,1,0,0,2416.62,2760.81,132.452,3.14159,300,0,0,4120,0,0,0,0,0),(70042,19621,530,1,1,0,1,3030.26,3628.17,145.063,0.802851,300,0,0,6183,6882,0,0,0,0),(70043,19623,530,1,1,0,1,3089.74,3683.96,142.647,1.93731,300,0,0,8832,0,0,0,0,0),(70044,19624,530,1,1,0,0,-365.468,970.867,54.2791,0.977384,300,0,0,2784,0,0,0,0,0),(70045,19624,530,1,1,0,0,-368.17,965.158,54.259,1.8326,300,0,0,2784,0,0,0,0,0),(70046,19624,530,1,1,0,0,-360.984,966.723,54.3109,1.0472,300,0,0,2784,0,0,0,0,0),(70047,19624,530,1,1,0,0,-359.89,974.222,54.3196,0.959931,300,0,0,2784,0,0,0,0,0),(70048,19624,530,1,1,0,0,-350.672,968.952,54.3562,1.13446,300,0,0,2784,0,0,0,0,0),(70049,19624,530,1,1,0,0,-364.374,962.509,54.286,1.72788,300,0,0,2784,0,0,0,0,0),(70050,19624,530,1,1,0,0,-365.85,986.47,54.2781,5.41052,300,0,0,2784,0,0,0,0,0),(70051,19624,530,1,1,0,0,-355.555,972.133,54.3415,1.20428,300,0,0,2784,0,0,0,0,0),(70052,19625,530,1,1,0,1,-4120.17,1178.49,49.6954,5.41052,300,0,0,17742,0,0,0,0,0),(70053,19626,530,1,1,0,0,-4138.51,1122.1,44.6142,0.174533,300,0,0,5975,0,0,0,0,0),(70054,19627,530,1,1,0,1,-4118.08,1177.77,49.6954,3.26377,300,0,0,17742,0,0,0,0,0),(70055,19628,530,1,1,0,0,-4136.87,1121.88,44.6129,2.87979,300,0,0,3662,0,0,0,0,0),(70056,19629,530,1,1,0,1,-2984.4,772.487,-7.96982,3.56047,300,0,0,5975,0,0,0,0,0),(70057,19631,530,1,1,0,1,-2988.26,770.395,-7.97176,0.279253,300,0,0,3662,0,0,0,0,0),(70058,19634,530,1,1,0,1,2923.39,3577.39,129.389,0.680678,300,0,0,9127,0,0,0,0,0),(70059,19635,530,1,1,0,1,3024.03,3964.66,156.178,1.35076,300,0,0,6542,0,2,0,0,0),(70060,19641,530,1,1,0,1,2503.19,3902.48,128.967,5.55625,300,0,0,8113,0,0,0,0,0),(70061,19642,530,1,1,0,1,2669.68,3798.54,140.42,1.92591,300,5,0,6542,0,1,0,0,0),(70062,19642,530,1,1,0,1,2548.93,3790.73,141.944,2.56587,300,0,0,6542,0,0,0,0,0),(70063,19642,530,1,1,0,1,2547.21,3794.55,141.926,4.90278,300,0,0,6542,0,0,0,0,0),(70064,19642,530,1,1,0,1,2540.75,3856.96,139.774,4.9351,300,5,0,6542,0,1,0,0,0),(70065,19642,530,1,1,0,1,2479.3,4022.78,129.327,4.26244,300,0,0,6542,0,0,0,0,0),(70066,19642,530,1,1,0,1,2470.46,4019.99,126.511,4.05269,300,0,0,6542,0,0,0,0,0),(70067,19642,530,1,1,0,1,2506.45,3902.99,129.064,4.91025,300,0,0,6542,0,0,0,0,0),(70068,19642,530,1,1,0,1,2502.11,3824.49,128.221,2.89056,300,0,0,6542,0,0,0,0,0),(70069,19643,530,1,1,0,1,3023.93,4077,150.251,6.13899,300,5,0,5756,2991,1,0,0,0),(70070,19643,530,1,1,0,1,2920.27,4021.77,149.854,4.47949,300,5,0,5756,2991,1,0,0,0),(70071,19643,530,1,1,0,1,2654.42,4236.81,154.341,3.32127,300,5,0,5756,2991,1,0,0,0),(70072,19643,530,1,1,0,1,2666.74,4028.4,175.025,5.5783,300,5,0,5756,2991,1,0,0,0),(70073,19645,530,1,1,0,0,3053.08,3644.41,143.263,4.83456,300,0,0,9431,0,0,0,0,0),(70074,19646,530,1,1,0,0,-1264.71,7181.64,57.1455,5.28835,300,0,0,6986,0,0,0,0,0),(70075,19646,530,1,1,0,0,-1300.73,6995.35,32.4119,2.18166,300,0,0,6986,0,0,0,0,0),(70076,19646,530,1,1,0,0,-1399.34,7130.11,33.5741,2.74017,300,0,0,6986,0,0,0,0,0),(70077,19646,530,1,1,0,0,-1341.87,7247.13,32.9668,1.48353,300,0,0,6986,0,0,0,0,0),(70078,19646,530,1,1,0,0,-1412.97,7279.68,25.3799,1.53589,300,0,0,6986,0,0,0,0,0),(70079,19646,530,1,1,0,0,-1266.21,7323.06,34.1951,2.53073,300,0,0,6986,0,0,0,0,0),(70080,19648,530,1,1,0,0,-2977.58,869.955,-7.31223,4.67748,300,0,0,5975,0,0,0,0,0),(70081,19649,530,1,1,0,1,-2974.32,866.949,-7.3235,3.08923,300,0,0,5975,0,0,0,0,0),(70082,19651,530,1,1,0,0,3065.6,3693.9,142.427,0.418879,300,0,0,6986,0,0,0,0,0),(70083,19651,530,1,1,0,0,3070.28,3691.09,142.489,0.802851,300,0,0,6986,0,0,0,0,0),(70084,19651,530,1,1,0,0,3068.26,3691.01,142.375,0.942478,300,0,0,6986,0,0,0,0,0),(70085,19651,530,1,1,0,0,3069.03,3701.21,142.394,0.479968,300,0,0,6986,0,0,0,0,0),(70086,19652,530,1,1,0,0,-420.378,1846.74,80.8949,1.88496,300,0,0,4120,0,0,0,0,0),(70087,19652,530,1,1,0,0,146.95,1717.29,37.7222,1.50098,300,0,0,4120,0,0,0,0,0),(12767,22991,530,1,1,0,0,-3857.69,3426.25,363.733,-0.087267,180,0,0,4120,0,0,0,0,0),(70089,19653,530,1,1,0,0,3013,2291.73,160.751,5.90725,300,0,0,2530,0,0,0,0,0),(70090,19654,530,1,1,0,0,3057.26,3626.89,146.204,5.044,300,0,0,4120,0,0,0,0,0),(70091,19655,530,1,1,0,0,3058.77,3622.12,143.526,1.95477,300,0,0,4120,0,0,0,0,0),(70092,19656,530,1,1,0,0,388.797,2151.67,137.587,2.42601,300,0,0,4120,0,0,0,0,0),(70093,19656,530,1,1,0,0,349.99,2183.96,135.411,1.11701,300,0,0,4120,0,0,0,0,0),(70094,19656,530,1,1,0,0,389.256,2212.21,138.531,3.76991,300,0,0,4120,0,0,0,0,0),(70095,19656,530,1,1,0,0,204.427,2591.15,101.926,3.25564,300,0,0,4120,0,0,0,0,0),(70096,19656,530,1,1,0,0,356.446,2515.55,169.782,4.69494,300,0,0,4120,0,0,0,0,0),(70097,19656,530,1,1,0,0,356.132,2480.07,172.274,6.17846,300,0,0,4120,0,0,0,0,0),(70098,19656,530,1,1,0,0,391.042,2476.3,162.763,1.58825,300,0,0,4120,0,0,0,0,0),(70099,19656,530,1,1,0,0,390.666,2517.12,162.528,3.15905,300,0,0,4120,0,0,0,0,0),(70100,19656,530,1,1,0,0,566.804,2779.48,237.697,2.6529,300,0,0,4120,0,0,0,0,0),(70101,19656,530,1,1,0,0,564.396,2817.12,236.767,3.54302,300,0,0,4120,0,0,0,0,0),(70102,19656,530,1,1,0,0,526.366,2800.64,232.208,4.04916,300,0,0,4120,0,0,0,0,0),(70103,19656,530,1,1,0,0,497.734,2780.94,224.188,0.610865,300,0,0,4120,0,0,0,0,0),(70104,19656,530,1,1,0,0,497.302,2821.68,225.022,5.67232,300,0,0,4120,0,0,0,0,0),(70105,19656,530,1,1,0,0,241.722,2674.66,119.365,0.396617,300,0,0,4120,0,0,0,0,0),(70106,19656,530,1,1,0,0,241.273,2826.4,158.806,3.14159,300,0,0,4120,0,0,0,0,0),(70107,19656,530,1,1,0,0,2247.15,2259.68,102.222,0.890118,300,0,0,4120,0,0,0,0,0),(70108,19656,530,1,1,0,0,2253.59,2268.69,99.667,4.11898,300,0,0,4120,0,0,0,0,0),(70109,19656,530,1,1,0,0,2257.41,2251.81,102.846,0.890118,300,0,0,4120,0,0,0,0,0),(70110,19656,530,1,1,0,0,2259.09,2264.65,100.558,0.890118,300,0,0,4120,0,0,0,0,0),(70111,19656,530,1,1,0,0,2264.77,2260.28,100.797,2.47837,300,0,0,4120,0,0,0,0,0),(70112,19656,530,1,1,0,0,4375.58,3503.79,192.667,6.23082,300,0,0,4120,0,0,0,0,0),(70113,19656,530,1,1,0,0,4403.76,3503.08,192.783,3.10669,300,0,0,4120,0,0,0,0,0),(70114,19656,530,1,1,0,0,4511.52,3448.95,176.836,5.93412,300,0,0,4120,0,0,0,0,0),(70115,19656,530,1,1,0,0,4742.1,3171.33,168.904,1.76278,300,0,0,4120,0,0,0,0,0),(70116,19656,530,1,1,0,0,4734.4,3193.63,171.442,4.10152,300,0,0,4120,0,0,0,0,0),(70117,19656,530,1,1,0,0,4750.92,3225.07,163.657,1.71042,300,0,0,4120,0,0,0,0,0),(70118,19656,530,1,1,0,0,4755.25,3205.94,169.025,3.75246,300,0,0,4120,0,0,0,0,0),(70119,19656,530,1,1,0,0,4732.45,3261.9,196.445,2.33874,300,0,0,4120,0,0,0,0,0),(70120,19656,530,1,1,0,0,4696.85,3298.67,189.146,5.46288,300,0,0,4120,0,0,0,0,0),(70121,19656,530,1,1,0,0,4679.24,3294.63,187.16,0.226893,300,0,0,4120,0,0,0,0,0),(70122,19656,530,1,1,0,0,4651.26,3121.06,169.842,0.261799,300,0,0,4120,0,0,0,0,0),(70123,19656,530,1,1,0,0,4672.62,3126.17,177.061,5.96903,300,0,0,4120,0,0,0,0,0),(70124,19656,530,1,1,0,0,4683.86,3109.94,179.823,2.16421,300,0,0,4120,0,0,0,0,0),(70125,19656,530,1,1,0,0,4695.68,3087.54,180.265,1.6057,300,0,0,4120,0,0,0,0,0),(70126,19656,530,1,1,0,0,4673.86,3145.62,173.67,4.62512,300,0,0,4120,0,0,0,0,0),(70127,19656,530,1,1,0,0,4652.61,3299.02,176.628,3.14159,300,0,0,4120,0,0,0,0,0),(70128,19656,530,1,1,0,0,4690.36,3319.11,188.007,5.02655,300,0,0,4120,0,0,0,0,0),(70129,19656,530,1,1,0,0,4507.24,3383.17,166.976,4.67748,300,0,0,4120,0,0,0,0,0),(70130,19656,530,1,1,0,0,4485.82,3359.35,166.658,0.20944,300,0,0,4120,0,0,0,0,0),(70131,19656,530,1,1,0,0,4517.36,3347.46,166.302,2.14675,300,0,0,4120,0,0,0,0,0),(70132,19656,530,1,1,0,0,4447.59,3454.48,178.236,5.61996,300,0,0,4120,0,0,0,0,0),(70133,19656,530,1,1,0,0,4341.19,3388.52,158.423,0.314159,300,0,0,4120,0,0,0,0,0),(70134,19656,530,1,1,0,0,4864.21,3828.1,218.291,0.191986,300,0,0,4120,0,0,0,0,0),(70135,19656,530,1,1,0,0,4899.57,3785.08,218.394,1.01229,300,0,0,4120,0,0,0,0,0),(70136,19656,530,1,1,0,0,4910.88,3862.15,242.24,5.16617,300,0,0,4120,0,0,0,0,0),(70137,19656,530,1,1,0,0,4925.21,3834.6,240.244,3.19395,300,0,0,4120,0,0,0,0,0),(70138,19656,530,1,1,0,0,4941.11,3813.89,242.147,2.70526,300,0,0,4120,0,0,0,0,0),(70139,19656,530,1,1,0,0,4963.58,3858.57,256.153,4.39823,300,0,0,4120,0,0,0,0,0),(70140,19656,530,1,1,0,0,-2897.55,6400,87.6146,4.24115,300,0,0,4120,0,0,0,0,0),(70141,19657,530,1,1,0,0,3011.39,2290.22,160.905,5.90908,300,0,0,5409,3080,0,0,0,0),(70142,19658,530,1,1,0,0,-3968.45,-11922.9,-0.778165,5.74213,300,0,0,1524,0,0,0,0,0),(70143,19659,530,1,1,0,0,-3766.36,5413.41,-2.64187,0.139626,300,0,0,42,0,0,0,0,0),(70144,19659,530,1,1,0,0,-3736.88,5398.81,-3.44266,1.11701,300,0,0,42,0,0,0,0,0),(70145,19659,530,1,1,0,0,-3732.77,5398.25,-3.92424,1.8326,300,0,0,42,0,0,0,0,0),(70146,19660,530,1,1,0,0,-1234.28,7200.8,57.6066,4.59022,300,0,0,6986,0,0,0,0,0),(70147,19660,530,1,1,0,0,-1262,7121.26,57.8037,2.9147,300,0,0,6986,0,0,0,0,0),(70148,19660,530,1,1,0,0,-1336.22,7036.97,34.7109,1.44862,300,0,0,6986,0,0,0,0,0),(70149,19660,530,1,1,0,0,-1368.43,7098.28,33.7001,3.29867,300,0,0,6986,0,0,0,0,0),(70150,19660,530,1,1,0,0,-1363.69,7165.02,33.4367,4.43314,300,0,0,6986,0,0,0,0,0),(70151,19660,530,1,1,0,0,-1454.1,7153.14,43.0136,6.10865,300,0,0,6986,0,0,0,0,0),(70152,19660,530,1,1,0,0,-1308.42,7191.51,38.601,1.23918,300,0,0,6986,0,0,0,0,0),(70153,19660,530,1,1,0,0,-1399.58,7266.41,25.5754,1.37881,300,0,0,6986,0,0,0,0,0),(70154,19660,530,1,1,0,0,-1320.52,7245.82,32.8504,4.18879,300,0,0,6986,0,0,0,0,0),(70155,19660,530,1,1,0,0,-1243.47,7227.49,49.4905,0.506145,300,0,0,6986,0,0,0,0,0),(70156,19660,530,1,1,0,0,-1270.54,7328.68,34.6669,6.00393,300,0,0,6986,0,0,0,0,0),(70157,19660,530,1,1,0,0,-1310.71,7384,34.6693,4.95674,300,0,0,6986,0,0,0,0,0),(70158,19660,530,1,1,0,0,-1280.73,7380.45,40.1989,5.55015,300,0,0,6986,0,0,0,0,0),(70159,19660,530,1,1,0,0,-1178.48,7367.13,31.8751,3.9619,300,0,0,6986,0,0,0,0,0),(70160,19661,530,1,1,0,1,-2081.43,5286.42,-37.3231,0.457883,300,0,0,7429,0,0,0,0,0),(70161,19662,530,1,1,0,0,-2101.46,5297.87,-37.2402,6.19592,300,0,0,6104,0,0,0,0,0),(70162,19663,530,1,1,0,0,-2092.57,5308.67,-37.2402,5.89921,300,0,0,2670,5751,0,0,0,0),(70163,19664,530,1,1,0,1,-2076.14,5333.27,-37.2402,4.08407,300,0,0,5914,0,0,0,0,0),(70164,19665,530,1,1,0,0,-1681.01,5364.91,-41.7585,3.90463,300,5,0,14,0,1,0,0,0),(70165,19665,530,1,1,0,0,-1672.08,5368.85,-44.9431,5.32232,300,5,0,14,0,1,0,0,0),(70166,19667,530,1,1,0,0,-2051.93,8600.18,21.9599,0.716993,300,0,0,14193,8370,0,0,0,0),(70167,19678,530,1,1,0,1,-2089.68,5290.34,-37.2402,5.96903,300,0,0,2665,2620,0,0,0,0),(96599,25134,530,1,1,22933,1,-1785.46,5339.81,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(70169,19681,530,1,1,18684,0,-750.352,1582.31,47.3086,2.98828,300,5,0,4979,0,1,0,0,0),(70170,19681,530,1,1,18684,0,-915.513,1485.8,30.3753,5.27609,300,5,0,4979,0,1,0,0,0),(70171,19681,530,1,1,18684,0,-1081.91,1450.94,25.7108,3.6323,300,5,0,4979,0,1,0,0,0),(70172,19681,530,1,1,18684,0,-1385.95,2950.62,-16.5236,5.06389,300,5,0,4979,0,1,0,0,0),(70173,19681,530,1,1,18684,0,-1386.24,3149.23,24.9914,4.6413,300,5,0,4979,0,1,0,0,0),(70174,19681,530,1,1,18684,0,-1455.3,3279.66,15.4824,4.44509,300,5,0,4979,0,1,0,0,0),(70175,19682,530,1,1,0,0,-1332.54,2348.94,89.0748,1.0821,300,0,0,2899,5598,0,0,0,0),(70176,19683,530,1,1,0,0,-1326.43,2344.15,89.0385,1.65806,300,0,0,3484,5751,0,0,0,0),(16197,23397,564,1,1,21561,1,580.157,123.109,258.201,2.6529,604800,0,0,165200,49635,0,0,0,0),(16196,23397,564,1,1,21562,1,528.667,271.184,271.472,4.7822,604800,0,0,165200,49635,0,0,0,0),(70177,19684,530,1,1,0,0,-1560.23,5327.7,11.5866,5.93463,540,0,0,7097,0,2,0,0,0),(70182,19686,530,1,1,0,0,2859.21,4048.09,168.777,0.575753,300,0,0,1582,0,0,0,0,0),(70183,19686,530,1,1,0,0,2850.66,4046.76,171.173,5.95157,300,0,0,1582,0,0,0,0,0),(70184,19686,530,1,1,0,0,2845.93,4041.9,169.919,5.68977,300,0,0,1582,0,0,0,0,0),(70185,19686,530,1,1,0,0,2857.77,4049.44,170.95,0.383972,300,0,0,1582,0,0,0,0,0),(70186,19686,530,1,1,0,0,2893.5,3992.6,153.44,5.72146,300,0,0,1582,0,0,0,0,0),(70187,19686,530,1,1,0,0,2839.81,4036.71,168.95,4.59022,300,0,0,1582,0,0,0,0,0),(70188,19686,530,1,1,0,0,2316.32,2686.14,128.507,4.91218,300,0,0,1582,0,0,0,0,0),(70189,19686,530,1,1,0,0,2313.01,2691.75,129.012,5.44528,300,5,0,1582,0,1,0,0,0),(70190,19686,530,1,1,0,0,2312.36,2669.05,127.416,5.95832,300,5,0,1582,0,1,0,0,0),(70191,19686,530,1,1,0,0,2315.97,2687.91,129.103,0.645772,300,0,0,1582,0,0,0,0,0),(70192,19686,530,1,1,0,0,2309.72,2695.4,125.179,0.890118,300,0,0,1582,0,0,0,0,0),(70193,19686,530,1,1,0,0,2316.24,2679.25,126.937,1.90241,300,0,0,1582,0,0,0,0,0),(70194,19686,530,1,1,0,0,2315.5,2457.33,108.444,1.58825,300,0,0,1582,0,0,0,0,0),(70195,19686,530,1,1,0,0,2302.46,2450.65,107.225,1.99398,300,0,0,1582,0,0,0,0,0),(70196,19686,530,1,1,0,0,2303.87,2447.52,107.976,5.44543,300,0,0,1582,0,0,0,0,0),(70197,19686,530,1,1,0,0,2945.18,2258.7,163.537,1.7767,300,5,0,1582,0,1,0,0,0),(70198,19686,530,1,1,0,0,3018.29,2086.81,164.003,1.8675,300,0,0,1582,0,0,0,0,0),(70199,19686,530,1,1,0,0,2909.2,2138.28,163.92,0.480352,300,0,0,1582,0,0,0,0,0),(70200,19686,530,1,1,0,0,2995.11,2162.37,163.204,5.97844,300,0,0,1582,0,0,0,0,0),(70201,19686,530,1,1,0,0,2964.74,2138,165.328,6.24374,300,5,0,1582,0,1,0,0,0),(70202,19686,530,1,1,0,0,2950.92,2189.97,165.412,4.72984,300,0,0,1582,0,0,0,0,0),(70203,19686,530,1,1,0,0,3063.32,2201.89,164.003,0.575959,300,0,0,1582,0,0,0,0,0),(70204,19686,530,1,1,0,0,2977.06,2160.83,163.29,4.2048,300,5,0,1582,0,1,0,0,0),(70205,19686,530,1,1,0,0,2974.2,2172.24,163.29,2.76207,300,5,0,1582,0,1,0,0,0),(70206,19686,530,1,1,0,0,2902.65,2134.86,164.003,6.19592,300,0,0,1582,0,0,0,0,0),(70207,19686,530,1,1,0,0,2984.03,2179.63,163.29,1.44862,300,0,0,1582,0,0,0,0,0),(70208,19686,530,1,1,0,0,2989.7,2164.07,163.291,5.97832,300,5,0,1582,0,1,0,0,0),(70209,19686,530,1,1,0,0,2961.62,2138.13,165.412,6.12611,300,0,0,1582,0,0,0,0,0),(70210,19686,530,1,1,0,0,3075.97,2207.24,161.422,0.057789,300,0,0,1582,0,0,0,0,0),(70211,19686,530,1,1,0,0,3028.38,2321.72,138.641,1.96707,300,0,0,1582,0,0,0,0,0),(70212,19686,530,1,1,0,0,2946.45,2252.62,164.003,5.18363,300,0,0,1582,0,0,0,0,0),(70213,19686,530,1,1,0,0,3034,2308.27,138.747,0.436332,300,0,0,1582,0,0,0,0,0),(70214,19686,530,1,1,0,0,3042.32,2307.31,138.917,1.46608,300,0,0,1582,0,0,0,0,0),(70215,19687,530,1,1,0,1,-1544.2,5113.03,-21.4751,5.61996,300,0,0,20958,0,0,0,0,0),(70216,19687,530,1,1,0,1,-1537.29,5122.16,-20.8501,5.60251,300,0,0,20958,0,0,0,0,0),(70217,19687,530,1,1,0,1,-1489.78,5206.54,38.3732,2.97099,300,0,0,20958,0,0,0,0,0),(70218,19687,530,1,1,0,1,-1539.58,5311.58,8.40507,5.93412,300,0,0,20958,0,0,0,0,0),(70219,19687,530,1,1,0,1,-1534.24,5328.53,8.94856,5.72468,300,0,0,20958,0,0,0,0,0),(70220,19687,530,1,1,0,1,-1617.7,5347.31,16.9522,5.96191,300,0,0,20958,0,2,0,0,0),(70221,19687,530,1,1,0,1,-1830.38,5530.34,1.18957,1.23918,300,0,0,20958,0,0,0,0,0),(70222,19687,530,1,1,0,1,-1818.07,5492.68,-12.3449,0.645772,300,0,0,20958,0,0,0,0,0),(70223,19687,530,1,1,0,1,-1862.19,5507.52,-12.3448,1.69297,300,0,0,20958,0,0,0,0,0),(70224,19687,530,1,1,0,1,-1763.66,5396.32,1.24617,5.95157,300,0,0,20958,0,0,0,0,0),(70225,19687,530,1,1,0,1,-1785.94,5428.06,-12.3449,0.331613,300,0,0,20958,0,0,0,0,0),(70226,19687,530,1,1,0,1,-1897.09,5329.58,1.19226,4.32842,300,0,0,20958,0,0,0,0,0),(70227,19687,530,1,1,0,1,-1864.93,5351.79,-12.3448,4.67748,300,0,0,20958,0,0,0,0,0),(70228,19687,530,1,1,0,1,-1966.49,5121.91,10.3238,4.39001,300,0,0,20958,0,2,0,0,0),(70229,19687,530,1,1,0,1,-1909.26,5367.46,-12.3449,3.94444,300,0,0,20958,0,0,0,0,0),(70230,19687,530,1,1,0,1,-1940.82,5431.82,-12.3449,3.15905,300,0,0,20958,0,0,0,0,0),(70231,19687,530,1,1,0,1,-1870.96,4980.96,-22.527,4.60767,300,0,0,20958,0,0,0,0,0),(70232,19687,530,1,1,0,1,-1859.24,4979.7,-22.6451,4.55531,300,0,0,20958,0,0,0,0,0),(70233,19687,530,1,1,0,1,-1965.46,5107.87,7.56659,4.2586,300,0,0,20958,0,0,0,0,0),(70234,19687,530,1,1,0,1,-2155.15,5140.39,-21.8876,3.63029,300,0,0,20958,0,0,0,0,0),(70235,19687,530,1,1,0,1,-2147.08,5131.76,-21.9315,3.89208,300,0,0,20958,0,0,0,0,0),(70236,19687,530,1,1,0,1,-2081.38,5118.14,4.51603,3.54996,300,0,0,20958,0,0,0,0,0),(70237,19687,530,1,1,0,1,-1963.93,5463.79,1.24935,2.82743,300,0,0,20958,0,0,0,0,0),(70238,19687,530,1,1,0,1,-1926.24,5475.53,-12.3448,2.11185,300,0,0,20958,0,0,0,0,0),(70239,19687,530,1,1,0,1,-1961.48,5974.54,157.431,2.1293,300,0,0,20958,0,0,0,0,0),(70240,19687,530,1,1,0,1,-1972.05,5969.81,158.239,1.95477,300,0,0,20958,0,0,0,0,0),(70241,19687,530,1,1,0,1,-1800.78,5383.78,-12.3448,5.44543,300,0,0,20958,0,0,0,0,0),(70242,19688,530,1,1,0,0,-1995.67,5335.38,-9.26762,2.09439,300,0,0,6986,0,0,0,0,0),(70243,19688,530,1,1,0,0,-2018.97,5382.48,-9.26762,5.21853,300,0,0,6986,0,0,0,0,0),(70244,19689,530,1,1,0,0,-3343.76,5183,-100.966,6.21337,300,0,0,4979,0,0,0,0,0),(70245,19689,530,1,1,0,0,-3343.53,5179.85,-100.966,6.23082,300,0,0,4979,0,0,0,0,0),(70246,19689,530,1,1,0,0,-3343.65,5203.66,-100.969,1.27409,300,0,0,4979,0,0,0,0,0),(70247,19690,530,1,1,0,1,2595.14,3988.17,131.618,3.92699,300,0,0,8540,0,0,0,0,0),(1975455,25835,571,1,1,0,1,3012.67,5231.05,63.7945,3.32965,180,0,0,9291,0,0,0,0,0),(1975454,25835,571,1,1,0,1,3079.2,5234.41,63.5527,2.988,180,0,0,9291,0,0,0,0,0),(1975453,25835,571,1,1,0,1,2913.67,5262.68,61.6815,3.20862,180,0,0,8982,0,0,0,0,0),(1975452,25835,571,1,1,0,1,2924.41,5216.49,59.4083,3.19291,180,0,0,9291,0,0,0,0,0),(247236,20608,530,1,1,0,0,3773.56,2078.38,154.75,0,300,0,0,4050,0,0,0,0,0),(247235,20608,530,1,1,0,0,3909.51,2090.34,155.82,0,300,0,0,4050,0,0,0,0,0),(70255,19693,530,1,1,0,0,-3343.13,5186.26,-100.966,0.05236,300,0,0,7380,0,0,0,0,0),(70256,19694,530,1,1,0,1,252.279,6030.79,131.679,5.63741,300,0,0,4274,2568,0,0,0,0),(70257,19697,530,1,1,0,0,-3343.13,5188.37,-100.966,2.89725,300,0,0,198,0,0,0,0,0),(70258,19701,530,1,1,0,0,-110.791,2063.02,99.35,6.24857,300,5,0,3191,2289,1,0,0,0),(70259,19701,530,1,1,0,0,34.28,2875.82,43.7482,1.92688,300,5,0,3191,2289,1,0,0,0),(70260,19701,530,1,1,0,0,47.8482,2870.96,45.3641,0.100674,300,5,0,3191,2289,1,0,0,0),(70261,19701,530,1,1,0,0,-144.781,2769.97,38.9919,4.85746,300,5,0,3191,2289,1,0,0,0),(70262,19701,530,1,1,0,0,-162.416,2829.1,29.2289,5.53126,300,5,0,3191,2289,1,0,0,0),(70263,19701,530,1,1,0,0,-152.586,2678.13,44.3513,6.148,300,5,0,3191,2289,1,0,0,0),(70264,19701,530,1,1,0,0,-192.797,2783.74,26.0681,0.279253,300,0,0,3191,2289,0,0,0,0),(70265,19701,530,1,1,0,0,-192.872,2803.96,23.6265,0.10472,300,0,0,3191,2289,0,0,0,0),(70266,19701,530,1,1,0,0,-435.434,2966.51,7.4321,3.85718,300,0,0,3191,2289,0,0,0,0),(70267,19701,530,1,1,0,0,-392.702,2907.47,8.094,3.36848,300,0,0,3191,2289,0,0,0,0),(70268,19701,530,1,1,0,0,-365.593,2833.07,2.37371,3.54302,300,0,0,3191,2289,0,0,0,0),(70269,19701,530,1,1,0,0,-343.034,2805.86,4.3413,3.4383,300,0,0,3191,2289,0,0,0,0),(70270,19701,530,1,1,0,0,-316.241,2742.36,19.0255,3.56047,300,0,0,3191,2289,0,0,0,0),(70271,19701,530,1,1,0,0,-333.337,2721.6,25.3486,2.37656,300,5,0,3191,2289,1,0,0,0),(70272,19701,530,1,1,0,0,-183.063,2685.61,39.9591,6.24828,300,0,0,3191,2289,0,0,0,0),(70273,19701,530,1,1,0,0,-178.302,2650.02,40.5983,5.96903,300,0,0,3191,2289,0,0,0,0),(70274,19701,530,1,1,0,0,-175.415,2632.67,40.1308,0.279253,300,0,0,3191,2289,0,0,0,0),(70275,19701,530,1,1,0,0,-178.726,2597.21,38.1837,6.05629,300,0,0,3191,2289,0,0,0,0),(70276,19701,530,1,1,0,0,-290.175,2530.73,41.9111,3.1765,300,0,0,3191,2289,0,0,0,0),(70277,19701,530,1,1,0,0,-170.166,2535.18,41.4913,6.24828,300,0,0,3191,2289,0,0,0,0),(70278,19701,530,1,1,0,0,-283.988,2469.5,40.8734,2.93215,300,0,0,3191,2289,0,0,0,0),(70279,19701,530,1,1,0,0,-172.943,2494.32,42.9369,0.139626,300,0,0,3191,2289,0,0,0,0),(70280,19701,530,1,1,0,0,-274.276,2391.13,49.6087,3.15905,300,0,0,3191,2289,0,0,0,0),(70281,19701,530,1,1,0,0,-319.265,2409.88,43.9899,3.64108,300,5,0,3191,2289,1,0,0,0),(70282,19701,530,1,1,0,0,-283.235,2440.8,43.8915,3.22886,300,0,0,3191,2289,0,0,0,0),(70283,19701,530,1,1,0,0,-282.587,2421.25,46.0086,3.76991,300,0,0,3191,2289,0,0,0,0),(70284,19701,530,1,1,0,0,-138.899,2457.67,48.0656,5.01452,300,5,0,3191,2289,1,0,0,0),(70285,19701,530,1,1,0,0,-180.993,2407.33,48.4892,6.12611,300,0,0,3191,2289,0,0,0,0),(70286,19701,530,1,1,0,0,-179.507,2355.8,56.7291,0.017453,300,0,0,3191,2289,0,0,0,0),(70287,19701,530,1,1,0,0,-256.216,2331.08,56.3531,3.54302,300,0,0,3191,2289,0,0,0,0),(70288,19701,530,1,1,0,0,-259.976,2363.66,53.1167,3.26377,300,0,0,3191,2289,0,0,0,0),(70289,19701,530,1,1,0,0,-178.964,2336.8,59.5791,5.65487,300,0,0,3191,2289,0,0,0,0),(70290,19701,530,1,1,0,0,-168.016,2350.43,58.5238,4.04931,300,5,0,3191,2289,1,0,0,0),(70291,19701,530,1,1,0,0,-124.107,2609.96,47.2461,3.30511,300,5,0,3191,2289,1,0,0,0),(70292,19701,530,1,1,0,0,-373.533,2689,38.7776,4.05931,300,5,0,3191,2289,1,0,0,0),(70293,19701,530,1,1,0,0,-308.293,2611.65,40.912,3.50811,300,0,0,3191,2289,0,0,0,0),(70294,19701,530,1,1,0,0,-355.071,2309.01,51.1041,1.71806,300,5,0,3191,2289,1,0,0,0),(70295,19701,530,1,1,0,0,-304.806,2383.05,46.907,3.98667,300,5,0,3191,2289,1,0,0,0),(70296,19702,530,1,1,0,0,-1802.84,5585.22,3.81714,4.11898,300,0,0,449,0,0,0,0,0),(70297,19702,530,1,1,0,0,-1819.11,5590.65,3.81384,4.41568,300,0,0,449,0,0,0,0,0),(70298,19705,530,1,1,0,1,2988.31,2357.27,155.24,5.6643,300,0,0,6761,0,2,0,0,0),(70299,19706,530,1,1,0,0,929.539,5723.1,11.4873,0.155841,300,5,0,5158,0,1,0,0,0),(70300,19706,530,1,1,0,0,939.054,5742.06,7.75107,3.07418,300,5,0,5158,0,1,0,0,0),(70301,19706,530,1,1,0,0,975,5708.33,-7.79667,1.78099,300,5,0,5158,0,1,0,0,0),(70302,19706,530,1,1,0,0,891.734,5612.7,20.7346,3.35624,300,5,0,5158,0,1,0,0,0),(70303,19706,530,1,1,0,0,948.684,5640.35,2.76495,5.1356,300,5,0,5158,0,1,0,0,0),(70304,19706,530,1,1,0,0,912.706,5567.01,8.55225,1.76149,300,5,0,5158,0,1,0,0,0),(70305,19706,530,1,1,0,0,920.813,5484.65,7.79489,0.734267,300,5,0,5158,0,1,0,0,0),(70306,19706,530,1,1,0,0,972.612,5493.53,-20.1609,5.18477,300,5,0,5158,0,1,0,0,0),(70307,19706,530,1,1,0,0,940.637,5344.82,2.97649,5.02758,300,5,0,5158,0,1,0,0,0),(70308,19706,530,1,1,0,0,959.27,5328.64,-0.856903,1.36536,300,5,0,5158,0,1,0,0,0),(70309,19706,530,1,1,0,0,943.018,5424.67,-2.34305,3.33114,300,5,0,5158,0,1,0,0,0),(70310,19706,530,1,1,0,0,982.239,5272.41,-10.8484,4.52667,300,5,0,5158,0,1,0,0,0),(70311,19706,530,1,1,0,0,1009.78,5305.65,-24.2,4.22123,300,5,0,5158,0,1,0,0,0),(70312,19706,530,1,1,0,0,962.456,5196.19,1.65498,0.888183,300,5,0,5158,0,1,0,0,0),(70313,19706,530,1,1,0,0,1012.44,5204.02,-22.448,2.35205,300,5,0,5158,0,1,0,0,0),(70314,19706,530,1,1,0,0,910.41,5108.74,5.18272,2.85846,300,5,0,5158,0,1,0,0,0),(70315,19706,530,1,1,0,0,954.011,5142.56,1.48282,1.34217,300,5,0,5158,0,1,0,0,0),(70316,19706,530,1,1,0,0,957.099,5064.76,-13.7565,1.57634,300,5,0,5158,0,1,0,0,0),(70317,19706,530,1,1,0,0,1010.53,5098.64,-15.4117,2.50239,300,5,0,5158,0,1,0,0,0),(70318,19706,530,1,1,0,0,890.461,5053.62,-4.43538,0.032247,300,5,0,5158,0,1,0,0,0),(70319,19706,530,1,1,0,0,857.398,5057.74,0.90569,5.18914,300,5,0,5158,0,1,0,0,0),(70320,19706,530,1,1,0,0,788.775,5037.25,-3.28704,1.90613,300,5,0,5158,0,1,0,0,0),(70321,19706,530,1,1,0,0,826.521,5017.51,-10.119,3.3591,300,5,0,5158,0,1,0,0,0),(70322,19706,530,1,1,0,0,813.954,5052.87,4.36933,0.589357,300,5,0,5158,0,1,0,0,0),(70323,19706,530,1,1,0,0,765.169,5047.87,2.5413,3.24729,300,5,0,5158,0,1,0,0,0),(70324,19706,530,1,1,0,0,687.521,5049.71,10.6634,4.73094,300,5,0,5158,0,1,0,0,0),(70325,19707,530,1,1,0,1,2521.29,2398.31,131.226,0.722594,300,0,0,6326,0,0,0,0,0),(70326,19707,530,1,1,0,1,2504.64,2387.63,136.011,0.663225,300,0,0,6326,0,0,0,0,0),(70327,19707,530,1,1,0,1,2536.65,2391.91,129.822,1.01229,300,0,0,6326,0,0,0,0,0),(70328,19707,530,1,1,0,1,2559.85,2374.16,128.539,1.05222,300,0,0,6326,0,0,0,0,0),(70329,19707,530,1,1,0,1,2590.54,2385.36,109.25,0.611384,300,0,0,6326,0,0,0,0,0),(70330,19707,530,1,1,0,1,2582.41,2392.65,109.317,0.441464,300,0,0,6326,0,0,0,0,0),(70331,19707,530,1,1,0,1,2507.89,2411.74,133.701,0.663225,300,0,0,6326,0,0,0,0,0),(70332,19707,530,1,1,0,1,2494.45,2401.18,139.307,0.820305,300,0,0,6326,0,0,0,0,0),(70333,19707,530,1,1,0,1,2582.31,2403.97,109.498,0.673764,300,0,0,6326,0,0,0,0,0),(70334,19707,530,1,1,0,1,2567.79,2406.92,111.589,0.680678,300,0,0,6326,0,0,0,0,0),(70335,19707,530,1,1,0,1,2511.72,2372.73,135.242,6.19411,300,0,0,6326,0,0,0,0,0),(70336,19707,530,1,1,0,1,2611.6,2372.2,109.36,0,300,0,0,6326,0,0,0,0,0),(70337,19707,530,1,1,0,1,2522.08,2349.87,129.589,5.53269,300,0,0,6326,0,0,0,0,0),(70338,19707,530,1,1,0,1,2503.54,2353.53,136.937,5.55015,300,0,0,6326,0,0,0,0,0),(70339,19707,530,1,1,0,1,2565.11,2309.46,115.944,5.41052,300,0,0,6326,0,0,0,0,0),(70340,19707,530,1,1,0,1,2586.85,2326.87,116.111,5.53269,300,0,0,6326,0,0,0,0,0),(70341,19707,530,1,1,0,1,2576.47,2314.86,116.11,5.60251,300,0,0,6326,0,0,0,0,0),(70342,19707,530,1,1,0,1,2610.86,2360.5,109.532,5.98648,300,0,0,6326,0,0,0,0,0),(70343,19707,530,1,1,0,1,2586.72,2339.08,115.598,5.77704,300,0,0,6326,0,0,0,0,0),(70344,19707,530,1,1,0,1,2599.93,2345.49,109.528,5.52115,300,0,0,6326,0,0,0,0,0),(70345,19707,530,1,1,0,1,2462.87,2331.6,137.684,5.41823,300,0,0,6326,0,0,0,0,0),(70346,19707,530,1,1,0,1,2488.06,2330.44,136.606,5.68977,300,0,0,6326,0,0,0,0,0),(70347,19707,530,1,1,0,1,2535.19,2291.87,117.414,5.86431,300,0,0,6326,0,0,0,0,0),(70348,19707,530,1,1,0,1,2548.33,2306.07,116.116,5.41052,300,0,0,6326,0,0,0,0,0),(70349,19707,530,1,1,0,1,2445.75,2342.39,141.23,5.41052,300,0,0,6326,0,0,0,0,0),(70350,19709,530,1,1,0,0,2974.39,3675.3,143.457,3.03687,300,0,0,9127,0,0,0,0,0),(70351,19715,530,1,1,0,0,-1786.58,5493.6,-12.4282,5.39577,300,0,0,5914,0,2,0,0,0),(70353,19717,530,1,1,0,0,-548.089,1782.72,58.794,5.44543,300,0,0,4120,0,0,0,0,0),(70354,19717,530,1,1,0,0,-84.3423,1881.89,74.3424,1.0821,300,0,0,4120,0,0,0,0,0),(70355,19718,530,1,1,0,1,-3523.48,4937.63,-101.313,0.331613,300,0,0,6542,0,0,0,0,0),(70356,19720,530,1,1,0,0,-1733.15,5565.36,-39.762,1.55334,300,0,0,24464,0,0,0,0,0),(70357,19722,530,1,1,0,0,988.203,7437.84,29.6129,0.506145,300,0,0,4572,2705,0,0,0,0),(70358,19723,530,1,1,0,0,2531.37,2391.8,131.745,5.68977,300,0,0,42,0,0,0,0,0),(70359,19723,530,1,1,0,0,2508.13,2382.61,136.243,4.93928,300,0,0,42,0,0,0,0,0),(70360,19723,530,1,1,0,0,2500.14,2392.25,137.893,1.6057,300,0,0,42,0,0,0,0,0),(70361,19723,530,1,1,0,0,2585.94,2387.11,110.794,3.31613,300,0,0,42,0,0,0,0,0),(70362,19723,530,1,1,0,0,2515.54,2405.34,133.789,4.2586,300,0,0,42,0,0,0,0,0),(70363,19723,530,1,1,0,0,2500.18,2347.09,138.008,1.48353,300,0,0,42,0,0,0,0,0),(70364,19723,530,1,1,0,0,2609.69,2366.29,111.038,5.93412,300,0,0,42,0,0,0,0,0),(70365,19723,530,1,1,0,0,2474.19,2334.84,137.752,2.35619,300,0,0,42,0,0,0,0,0),(70366,19723,530,1,1,0,0,2544.4,2301.23,117.78,3.22886,300,0,0,42,0,0,0,0,0),(70367,19724,530,1,1,0,0,2596.39,2382.14,109.642,2.09439,300,0,0,42,0,0,0,0,0),(70368,19724,530,1,1,0,0,2604.63,2375.9,109.593,5.25344,300,0,0,42,0,0,0,0,0),(70369,19724,530,1,1,0,0,2560.27,2364.67,128.647,4.90438,300,0,0,42,0,0,0,0,0),(70370,19724,530,1,1,0,0,2516,2334.59,116.178,4.59022,300,0,0,42,0,0,0,0,0),(70371,19724,530,1,1,0,0,2555.21,2353.85,128.647,5.14872,300,0,0,42,0,0,0,0,0),(70372,19724,530,1,1,0,0,2601.39,2355.16,109.593,4.41568,300,0,0,42,0,0,0,0,0),(70373,19724,530,1,1,0,0,2579.51,2321.99,116.178,0.680678,300,0,0,42,0,0,0,0,0),(70374,19724,530,1,1,0,0,2463.31,2342.51,136.654,0.663225,300,0,0,42,0,0,0,0,0),(70375,19724,530,1,1,0,0,2526.02,2310.1,116.186,5.16617,300,0,0,42,0,0,0,0,0),(70376,19725,530,1,1,0,0,-1736.5,5567.5,-39.8115,4.92183,300,0,0,6116,0,0,0,0,0),(70377,19726,530,1,1,0,0,-1733.47,5570.53,-39.6349,6.26573,300,0,0,6116,0,0,0,0,0),(70378,19727,530,1,1,0,0,2620.67,2427,101.475,3.48342,300,0,0,42,0,0,0,0,0),(70379,19727,530,1,1,0,0,2541.99,2443.72,106.24,3.68,300,5,0,42,0,1,0,0,0),(70380,19727,530,1,1,0,0,2563.16,2440.07,105.74,3.82609,300,5,0,42,0,1,0,0,0),(70381,19727,530,1,1,0,0,2596.6,2427.31,103.215,0.807373,300,5,0,42,0,1,0,0,0),(70382,19727,530,1,1,0,0,2560.82,2427.14,108.431,2.43646,300,5,0,42,0,1,0,0,0),(70383,19727,530,1,1,0,0,2596.66,2439.9,102.003,0.088264,300,5,0,42,0,1,0,0,0),(70384,19727,530,1,1,0,0,2631.28,2413.5,99.225,0.270885,300,5,0,42,0,1,0,0,0),(70385,19727,530,1,1,0,0,2612.46,2415.77,107.1,1.1889,300,0,0,42,0,0,0,0,0),(70386,19727,530,1,1,0,0,2626.83,2344.28,92.907,2.55194,300,5,0,42,0,1,0,0,0),(70387,19727,530,1,1,0,0,2632.25,2356.31,96.282,5.0234,300,5,0,42,0,1,0,0,0),(70388,19727,530,1,1,0,0,2634.86,2372.18,94.7843,2.85651,300,5,0,42,0,1,0,0,0),(70389,19727,530,1,1,0,0,2555.58,2268.21,119.977,1.42507,300,5,0,42,0,1,0,0,0),(70390,19727,530,1,1,0,0,2501.07,2281.7,119.846,2.94353,300,5,0,42,0,1,0,0,0),(70391,19727,530,1,1,0,0,2531.62,2278.58,126.721,5.85444,300,5,0,42,0,1,0,0,0),(70392,19727,530,1,1,0,0,2617.89,2295.06,99.004,2.15764,300,5,0,42,0,1,0,0,0),(70393,19727,530,1,1,0,0,2626.59,2306.13,91.7038,3.93999,300,5,0,42,0,1,0,0,0),(70394,19727,530,1,1,0,0,2574.25,2276.4,103.269,2.39557,300,5,0,42,0,1,0,0,0),(70395,19727,530,1,1,0,0,2582.58,2276.36,102.644,5.55619,300,5,0,42,0,1,0,0,0),(70396,19727,530,1,1,0,0,2603.38,2285.4,99.879,5.84756,300,5,0,42,0,1,0,0,0),(70397,19727,530,1,1,0,0,2630.6,2328.3,97.5788,3.61637,300,0,0,42,0,0,0,0,0),(70398,19727,530,1,1,0,0,2569.62,2251.43,114.943,1.94318,300,5,0,42,0,1,0,0,0),(70399,19727,530,1,1,0,0,2597.01,2256.83,98.4425,1.12977,300,5,0,42,0,1,0,0,0),(70400,19727,530,1,1,0,0,2611.08,2279.2,96.7542,3.87593,300,5,0,42,0,1,0,0,0),(70401,19727,530,1,1,0,0,2644.33,2344.62,89.2218,0.596688,300,5,0,42,0,1,0,0,0),(70402,19727,530,1,1,0,0,2643.83,2331.33,96.2536,1.1718,300,5,0,42,0,1,0,0,0),(70403,19727,530,1,1,0,0,2651.03,2354.71,92.5968,2.66984,300,5,0,42,0,1,0,0,0),(70404,19727,530,1,1,0,0,3005.67,2402.72,133.763,5.10912,300,5,0,42,0,1,0,0,0),(70405,19727,530,1,1,0,0,2927.06,2004.86,135.17,4.61846,300,5,0,42,0,1,0,0,0),(70406,19727,530,1,1,0,0,2926.52,1970.25,132.795,5.72552,300,0,0,42,0,0,0,0,0),(70407,19727,530,1,1,0,0,2920.3,1981.56,131.795,4.66041,300,5,0,42,0,1,0,0,0),(70408,19727,530,1,1,0,0,2940.74,1989.43,137.801,5.7162,300,5,0,42,0,1,0,0,0),(70409,19727,530,1,1,0,0,3075.77,2205.77,161.619,0.354295,300,5,0,42,0,1,0,0,0),(70410,19727,530,1,1,0,0,3017.42,2393.97,134.547,3.33407,300,0,0,42,0,0,0,0,0),(70411,19728,530,1,1,0,1,3355.2,2883.44,144.111,4.95674,300,0,0,9431,0,0,0,0,0),(70412,19729,530,1,1,0,0,1239.05,7772.33,22.7349,1.97342,300,5,0,6080,0,1,0,0,0),(70413,19729,530,1,1,0,0,1260.97,7755.86,16.5634,3.06535,300,5,0,6080,0,1,0,0,0),(70414,19729,530,1,1,0,0,1247.88,7874.42,25.0713,1.63623,300,5,0,6080,0,1,0,0,0),(70415,19729,530,1,1,0,0,1252.65,8007.74,26.0099,5.7684,300,5,0,6080,0,1,0,0,0),(70416,19729,530,1,1,0,0,1313.21,8163.3,-3.94177,3.47481,300,5,0,6080,0,1,0,0,0),(70417,19729,530,1,1,0,0,1328.77,8274.52,1.43231,4.18537,300,5,0,6080,0,1,0,0,0),(70418,19729,530,1,1,0,0,1356.05,8389.94,5.39376,3.71903,300,5,0,6080,0,1,0,0,0),(70419,19729,530,1,1,0,0,1182.83,8767.91,-1.16562,0.306614,300,5,0,6080,0,1,0,0,0),(70420,19729,530,1,1,0,0,1097.83,8711.28,14.4476,5.02535,300,5,0,6080,0,1,0,0,0),(70421,19729,530,1,1,0,0,1058.86,8739.95,-0.099655,1.01799,300,5,0,6080,0,1,0,0,0),(70422,19729,530,1,1,0,0,1084.64,8772.11,-9.25475,1.28056,300,5,0,6080,0,1,0,0,0),(70423,19729,530,1,1,0,0,988.527,8678.73,19.313,3.4093,300,5,0,6080,0,1,0,0,0),(70424,19729,530,1,1,0,0,979.241,8732.98,-3.5513,1.41785,300,5,0,6080,0,1,0,0,0),(70425,19729,530,1,1,0,0,957.097,8738.78,-5.21651,1.12025,300,5,0,6080,0,1,0,0,0),(70426,19729,530,1,1,0,0,803.607,8717.84,-3.97825,1.92065,300,5,0,6080,0,1,0,0,0),(70427,19729,530,1,1,0,0,750.445,8710.55,1.7978,3.74992,300,5,0,6080,0,1,0,0,0),(70428,19729,530,1,1,0,0,645.069,8747.13,21.171,4.0767,300,5,0,6080,0,1,0,0,0),(70429,19729,530,1,1,0,0,614.253,8782.52,28.1397,3.21777,300,5,0,6080,0,1,0,0,0),(70430,19729,530,1,1,0,0,519.8,8818.42,28.6803,0.949164,300,5,0,6080,0,1,0,0,0),(70431,19730,530,1,1,0,0,1227.27,7720.64,31.4855,4.94113,300,5,0,6286,0,1,0,0,0),(70432,19730,530,1,1,0,0,1227.15,7951.03,23.0322,0.178631,300,5,0,6286,0,1,0,0,0),(70433,19730,530,1,1,0,0,1311.76,8356.03,11.8274,1.35315,300,5,0,6286,0,1,0,0,0),(70434,19730,530,1,1,0,0,1353.75,8334.5,-0.12737,4.63225,300,5,0,6286,0,1,0,0,0),(70435,19730,530,1,1,0,0,1407.12,8436.28,-1.45746,1.81933,300,5,0,6286,0,1,0,0,0),(70436,19730,530,1,1,0,0,1376.69,8432.46,8.33332,2.28295,300,5,0,6286,0,1,0,0,0),(70437,19730,530,1,1,0,0,1137.48,8747.75,6.25125,5.08945,300,5,0,6286,0,1,0,0,0),(70438,19730,530,1,1,0,0,1015.61,8714.28,4.73955,3.21904,300,5,0,6286,0,1,0,0,0),(70439,19730,530,1,1,0,0,880.505,8715.62,2.84087,0.155464,300,5,0,6286,0,1,0,0,0),(70440,19730,530,1,1,0,0,913.871,8736.47,-11.0859,4.03841,300,5,0,6286,0,1,0,0,0),(70441,19730,530,1,1,0,0,907.933,8678.94,15.7349,3.95047,300,5,0,6286,0,1,0,0,0),(70442,19730,530,1,1,0,0,685.924,8719.73,18.0507,0.471511,300,5,0,6286,0,1,0,0,0),(70443,19730,530,1,1,0,0,580.792,8814.04,30.5057,4.16056,300,5,0,6286,0,1,0,0,0),(70444,19731,530,1,1,0,0,2532.68,2468.6,117.71,5.25733,300,5,0,949,0,1,0,0,0),(70445,19731,530,1,1,0,0,2531.77,2470.1,118.894,5.25733,300,5,0,949,0,1,0,0,0),(70446,19731,530,1,1,0,0,2558.33,2480.02,116.855,4.71239,300,5,0,949,0,1,0,0,0),(70447,19731,530,1,1,0,0,2558.33,2465.97,108.562,4.71227,300,5,0,949,0,1,0,0,0),(70449,19731,530,1,1,0,0,2552.33,2486.66,118.771,4.20624,300,0,0,949,0,0,0,0,0),(70450,19731,530,1,1,0,0,2529.61,2473.68,121.634,5.41052,300,0,0,949,0,0,0,0,0),(70451,19731,530,1,1,0,0,2576.6,2445.8,105.656,4.58509,300,5,0,949,0,1,0,0,0),(70452,19731,530,1,1,0,0,2623.68,2438.23,103.482,3.45128,300,5,0,949,0,1,0,0,0),(70453,19731,530,1,1,0,0,2600.16,2450.08,105.355,3.71831,300,5,0,949,0,1,0,0,0),(70454,19731,530,1,1,0,0,2586.97,2465.18,106.871,4.28513,300,5,0,949,0,1,0,0,0),(70455,19731,530,1,1,0,0,2588.93,2468.83,109.171,3.87463,300,0,0,949,0,0,0,0,0),(70456,19731,530,1,1,0,0,2604.82,2452.95,106.052,4.46804,300,0,0,949,0,0,0,0,0),(70457,19731,530,1,1,0,0,2638.79,2419.16,96.6107,3.77861,300,5,0,949,0,1,0,0,0),(70458,19731,530,1,1,0,0,2637.11,2417.91,97.0034,3.77861,300,5,0,949,0,1,0,0,0),(70459,19731,530,1,1,0,0,2563.6,2471.28,111.911,3.94444,300,0,0,949,0,0,0,0,0),(70460,19731,530,1,1,0,0,2602.93,2366.11,109.529,1.88015,300,5,0,949,0,1,0,0,0),(70461,19731,530,1,1,0,0,2577.4,2452,102.239,4.58513,300,5,0,949,0,1,0,0,0),(70462,19731,530,1,1,0,0,2628.15,2439.66,102.288,3.45017,300,5,0,949,0,1,0,0,0),(70463,19731,530,1,1,0,0,2629.83,2339.32,94.5555,2.88785,300,5,0,949,0,1,0,0,0),(70464,19731,530,1,1,0,0,2640.49,2364.34,94.9209,3.3932,300,5,0,949,0,1,0,0,0),(70465,19731,530,1,1,0,0,2516.97,2287.7,121.837,0.588138,300,5,0,949,0,1,0,0,0),(70466,19731,530,1,1,0,0,2489.12,2293.5,120.697,1.8156,300,5,0,949,0,1,0,0,0),(70467,19731,530,1,1,0,0,2502.18,2287.31,118.856,1.82152,300,5,0,949,0,1,0,0,0),(70468,19731,530,1,1,0,0,2628.13,2310.43,94.7134,1.5708,300,5,0,949,0,1,0,0,0),(70469,19731,530,1,1,0,0,2642.33,2353.37,94.5669,2.3492,300,5,0,949,0,1,0,0,0),(70470,19731,530,1,1,0,0,2632.51,2315.41,98.3795,2.35644,300,5,0,949,0,1,0,0,0),(70471,19731,530,1,1,0,0,2620.89,2293.57,98.0432,1.59904,300,5,0,949,0,1,0,0,0),(70472,19731,530,1,1,0,0,2491.81,2287.5,119.891,2.32129,300,0,0,949,0,0,0,0,0),(70473,19731,530,1,1,0,0,2599.49,2254.3,97.6408,2.2532,300,5,0,949,0,1,0,0,0),(70474,19731,530,1,1,0,0,2597.92,2264.58,94.9888,2.35624,300,5,0,949,0,1,0,0,0),(70475,19731,530,1,1,0,0,2628.04,2308.12,91.9344,1.53441,300,5,0,949,0,1,0,0,0),(70476,19731,530,1,1,0,0,2616.76,2287.31,97.5139,2.03417,300,5,0,949,0,1,0,0,0),(70477,19731,530,1,1,0,0,2568.08,2273.37,102.384,1.67056,300,5,0,949,0,1,0,0,0),(70478,19731,530,1,1,0,0,2627.85,2306.26,91.0648,1.44146,300,5,0,949,0,1,0,0,0),(70479,19731,530,1,1,0,0,2622.12,2290.97,97.2311,2.64409,300,5,0,949,0,1,0,0,0),(70480,19731,530,1,1,0,0,2603.19,2263.19,92.2032,2.53073,300,0,0,949,0,0,0,0,0),(70481,19731,530,1,1,0,0,2618.16,2281.47,94.7264,2.21657,300,0,0,949,0,0,0,0,0),(70482,19731,530,1,1,0,0,2596.82,2257.27,98.6241,2.3163,300,5,0,949,0,1,0,0,0),(70483,19731,530,1,1,0,0,2568.71,2259.86,104.06,2.28638,300,0,0,949,0,0,0,0,0),(70484,19731,530,1,1,0,0,2510.22,2283.08,118.971,1.90241,300,0,0,949,0,0,0,0,0),(70485,19731,530,1,1,0,0,2595.81,2266.69,95.2004,2.30523,300,5,0,949,0,1,0,0,0),(70486,19731,530,1,1,0,0,2601.07,2262.73,93.8745,3.35353,300,5,0,949,0,1,0,0,0),(70487,19731,530,1,1,0,0,2518.29,2288.58,121.491,0.588206,300,5,0,949,0,1,0,0,0),(70488,19731,530,1,1,0,0,2565.31,2278.93,103.995,1.90305,300,5,0,949,0,1,0,0,0),(70489,19731,530,1,1,0,0,2604.23,2273.88,95.6024,2.88165,300,5,0,949,0,1,0,0,0),(70490,19731,530,1,1,0,0,2607.69,2272.96,94.2536,2.882,300,5,0,949,0,1,0,0,0),(70491,19731,530,1,1,0,0,2502.86,2284.68,118.307,1.85005,300,0,0,949,0,0,0,0,0),(70492,19731,530,1,1,0,0,2568.78,2266.5,101.34,1.75451,300,5,0,949,0,1,0,0,0),(70493,19731,530,1,1,0,0,2599.18,2275.66,97.3967,2.46685,300,5,0,949,0,1,0,0,0),(70494,19731,530,1,1,0,0,2618.58,2282.78,94.6663,1.26652,300,5,0,949,0,1,0,0,0),(70495,19731,530,1,1,0,0,2618.42,2283.99,95.8663,2.03463,300,5,0,949,0,1,0,0,0),(70496,19731,530,1,1,0,0,2624.09,2289.9,95.5338,2.47837,300,0,0,949,0,0,0,0,0),(70497,19731,530,1,1,0,0,2618.19,2323.77,98.3288,2.46358,300,5,0,949,0,1,0,0,0),(70498,19731,530,1,1,0,0,2617.34,2295.48,99.084,2.65182,300,5,0,949,0,1,0,0,0),(70499,19731,530,1,1,0,0,2629.59,2321.77,98.4845,2.89689,300,5,0,949,0,1,0,0,0),(70500,19731,530,1,1,0,0,2643.85,2333,95.4957,2.30657,300,5,0,949,0,1,0,0,0),(70501,19731,530,1,1,0,0,2631.03,2316.79,98.6922,2.62248,300,5,0,949,0,1,0,0,0),(70502,19731,530,1,1,0,0,2642.1,2334.85,94.4214,2.62077,300,5,0,949,0,1,0,0,0),(70503,19731,530,1,1,0,0,2640.52,2322,98.0048,2.74017,300,0,0,949,0,0,0,0,0),(70504,19731,530,1,1,0,0,2635.75,2312.27,95.5194,2.63545,300,0,0,949,0,0,0,0,0),(70505,19731,530,1,1,0,0,2603.32,2364.41,109.532,2.34288,300,5,0,949,0,1,0,0,0),(70506,19731,530,1,1,0,0,2625.71,2364.38,97.9382,3.09787,300,5,0,949,0,1,0,0,0),(70507,19731,530,1,1,0,0,2654.61,2352.08,89.1966,3.14133,300,5,0,949,0,1,0,0,0),(70508,19731,530,1,1,0,0,2644.04,2365.26,93.1485,3.39302,300,5,0,949,0,1,0,0,0),(70509,19731,530,1,1,0,0,2609.91,2272.37,93.32,2.32129,300,0,0,949,0,0,0,0,0),(70510,19731,530,1,1,0,0,2601.01,2251.36,96.5728,2.49582,300,0,0,949,0,0,0,0,0),(70511,19731,530,1,1,0,0,2627.31,2303.61,91.2712,2.74017,300,0,0,949,0,0,0,0,0),(70512,19731,530,1,1,0,0,2646.16,2330.64,96.1193,2.70526,300,0,0,949,0,0,0,0,0),(70513,19731,530,1,1,0,0,2662.51,2355.45,81.3618,3.03687,300,0,0,949,0,0,0,0,0),(70524,19731,530,1,1,0,0,3012.85,2408.98,133.12,4.29069,300,5,0,949,0,1,0,0,0),(70529,19731,530,1,1,0,0,2902.78,1956.3,121.695,1.05383,300,5,0,949,0,1,0,0,0),(70530,19731,530,1,1,0,0,2903.13,1951.04,122.196,3.06379,300,5,0,949,0,1,0,0,0),(70531,19731,530,1,1,0,0,2897.78,1965.15,123.53,3.44359,300,5,0,949,0,1,0,0,0),(70532,19731,530,1,1,0,0,2896.89,1968.14,123.912,5.43761,300,5,0,949,0,1,0,0,0),(70533,19731,530,1,1,0,0,2894,1969.18,122.841,6.0506,300,5,0,949,0,1,0,0,0),(70534,19731,530,1,1,0,0,2904.2,1958.33,122.845,0.05236,300,0,0,949,0,0,0,0,0),(70535,19731,530,1,1,0,0,2904.93,1950.03,123.175,3.85718,300,0,0,949,0,0,0,0,0),(70536,19731,530,1,1,0,0,2901.14,1966.19,125.176,5.23599,300,0,0,949,0,0,0,0,0),(70537,19731,530,1,1,0,0,3060.31,2203.02,163.92,0.517161,300,5,0,949,0,1,0,0,0),(70538,19731,530,1,1,0,0,3059.09,2202.33,163.92,0.517163,300,5,0,949,0,1,0,0,0),(70540,19731,530,1,1,0,0,3057.98,2197.68,163.92,0.563961,300,5,0,949,0,1,0,0,0),(70541,19731,530,1,1,0,0,3055.62,2196.19,163.92,0.563935,300,5,0,949,0,1,0,0,0),(70542,19731,530,1,1,0,0,3064.52,2207.57,163.92,0.046938,300,5,0,949,0,1,0,0,0),(70543,19731,530,1,1,0,0,3058.84,2198.55,164.003,4.31096,300,0,0,949,0,0,0,0,0),(70544,19731,530,1,1,0,0,3053.55,2203.27,164.003,0.402068,300,5,0,949,0,1,0,0,0),(70545,19731,530,1,1,0,0,3052.16,2202,164.003,0.034907,300,0,0,949,0,0,0,0,0),(70546,19731,530,1,1,0,0,3055.07,2199.47,164.003,2.44346,300,0,0,949,0,0,0,0,0),(70547,19731,530,1,1,0,0,3057.89,2201.65,164.003,4.64258,300,0,0,949,0,0,0,0,0),(70549,19731,530,1,1,0,0,2990.59,2363.03,151.626,4.38539,300,5,0,949,0,1,0,0,0),(70552,19731,530,1,1,0,0,3011.01,2397.98,133.443,4.24088,300,5,0,949,0,1,0,0,0),(70558,19731,530,1,1,0,0,3003.86,2402.16,133.959,4.38539,300,5,0,949,0,1,0,0,0),(70559,19731,530,1,1,0,0,3021.77,2400.98,134.562,4.11382,300,5,0,949,0,1,0,0,0),(70569,19731,530,1,1,0,0,3007.24,2412.34,132.49,1.43117,300,0,0,949,0,0,0,0,0),(70577,19731,530,1,1,0,0,3027.13,2401.88,135.201,4.05581,300,5,0,949,0,1,0,0,0),(70579,19732,530,1,1,0,1,1242.59,8582.4,22.1745,1.62316,300,0,0,4487,6015,0,0,0,0),(70580,19732,530,1,1,0,1,1015.77,8544.92,22.3518,1.01229,300,0,0,4487,6015,0,0,0,0),(70581,19732,530,1,1,0,1,1071.58,8556.37,17.4764,5.63741,300,0,0,4487,6015,0,0,0,0),(70582,19732,530,1,1,0,1,1082.17,8622.88,21.7282,5.41052,300,0,0,4487,6015,0,0,0,0),(70583,19732,530,1,1,0,1,1158.65,8648.35,22.0386,4.13643,300,0,0,4487,6015,0,0,0,0),(70584,19733,530,1,1,0,1,1013.66,8261.81,57.645,0.870906,300,5,0,2136,0,1,0,0,0),(70585,19733,530,1,1,0,1,1037.69,8251.74,57.6534,3.77664,300,5,0,2136,0,1,0,0,0),(70586,19733,530,1,1,0,1,1036.28,8279.27,57.7364,4.20624,300,0,0,2136,0,0,0,0,0),(70587,19733,530,1,1,0,1,1039.03,8276.53,57.7364,4.13643,300,0,0,2136,0,0,0,0,0),(70588,19734,530,1,1,0,0,-106.361,7882.64,19.6504,2.40741,300,5,0,5527,0,1,0,0,0),(70589,19734,530,1,1,0,0,-113.701,7917.89,20.3582,0.289026,300,5,0,5527,0,1,0,0,0),(70590,19734,530,1,1,0,0,-157.519,7888.12,19.1134,2.78831,300,5,0,5527,0,1,0,0,0),(70591,19734,530,1,1,0,0,-250.276,7840.21,19.4765,6.02585,300,5,0,5527,0,1,0,0,0),(70592,19734,530,1,1,0,0,-250.787,7902.27,18.1824,4.72801,300,5,0,5527,0,1,0,0,0),(70593,19734,530,1,1,0,0,-215.252,7889.07,19.9012,2.63916,300,5,0,5527,0,1,0,0,0),(70594,19734,530,1,1,0,0,-283.886,7829.88,21.2855,2.75801,300,5,0,5527,0,1,0,0,0),(70595,19734,530,1,1,0,0,-307.34,7883.25,22.1074,6.20798,300,5,0,5527,0,1,0,0,0),(70596,19734,530,1,1,0,0,-282.163,7952.97,21.1761,3.83298,300,5,0,5527,0,1,0,0,0),(70597,19734,530,1,1,0,0,-314.054,7920.38,19.6679,6.2343,300,5,0,5527,0,1,0,0,0),(70598,19734,530,1,1,0,0,-256.169,7978.74,18.8953,4.34692,300,5,0,5527,0,1,0,0,0),(70599,19734,530,1,1,0,0,-278.587,8023.74,19.9225,1.76743,300,5,0,5527,0,1,0,0,0),(70600,19734,530,1,1,0,0,-232.051,8010.1,18.1415,3.27679,300,5,0,5527,0,1,0,0,0),(70601,19734,530,1,1,0,0,-188.225,8054.53,29.0831,1.48668,300,5,0,5527,0,1,0,0,0),(70602,19734,530,1,1,0,0,-215.282,8054.6,18.8553,4.48346,300,5,0,5527,0,1,0,0,0),(70603,19734,530,1,1,0,0,-149.728,8013.22,18.7215,4.55751,300,5,0,5527,0,1,0,0,0),(70604,19734,530,1,1,0,0,-118.719,7980.79,17.5506,3.02218,300,5,0,5527,0,1,0,0,0),(70605,19734,530,1,1,0,0,-147.461,8085.53,18.828,0.082168,300,5,0,5527,0,1,0,0,0),(70606,19734,530,1,1,0,0,-182.638,8119.23,18.443,2.06203,300,5,0,5527,0,1,0,0,0),(70607,19734,530,1,1,0,0,-81.2477,8016.8,22.3406,5.91664,300,5,0,5527,0,1,0,0,0),(70608,19734,530,1,1,0,0,-52.427,7993.63,24.5226,0.380506,300,5,0,5527,0,1,0,0,0),(70609,19734,530,1,1,0,0,-152.84,8134.86,17.9627,4.52275,300,5,0,5527,0,1,0,0,0),(70610,19734,530,1,1,0,0,-325.823,8113.15,27.1487,2.67677,300,5,0,5527,0,1,0,0,0),(70611,19736,530,1,1,0,0,-1335.32,2351.09,89.0748,0.802851,300,0,0,2899,5598,0,0,0,0),(70612,19737,530,1,1,0,0,3046.63,3666.36,143.397,2.37365,300,0,0,5158,0,0,0,0,0),(70613,19737,530,1,1,0,0,3044.86,3668.89,143.087,4.81711,300,0,0,5158,0,0,0,0,0),(70614,19737,530,1,1,0,0,3041.75,3655.57,143.555,2.19912,300,0,0,5158,0,0,0,0,0),(70615,19737,530,1,1,0,0,3032.03,3657.24,144.093,2.58367,300,0,0,5158,0,0,0,0,0),(70616,19738,530,1,1,0,0,3330.86,2657.39,156.611,1.65806,300,0,0,8789,0,0,0,0,0),(203099,15214,571,1,1,0,0,2686.11,4641.65,-20.6708,0.628319,120,0,0,1,0,0,0,0,0),(70662,19740,530,1,1,0,1,-3411.75,2858.64,175.862,0.122173,300,0,0,5233,2991,0,0,0,0),(70661,19740,530,1,1,0,1,-3380.79,2852.34,165.995,0.139626,300,0,0,5233,2991,0,0,0,0),(70660,19740,530,1,1,0,1,-3366.48,2900.37,168.108,5.58457,300,0,0,5233,2991,0,0,0,0),(70659,19740,530,1,1,0,1,-3348.09,3056.12,152.49,6.10865,300,0,0,5233,2991,0,0,0,0),(70658,19740,530,1,1,0,1,-3346.52,3083.88,161.949,0.0872665,300,0,0,5233,2991,0,0,0,0),(70657,19740,530,1,1,0,1,-3345.89,3109.11,151.618,6.02139,300,0,0,5233,2991,0,0,0,0),(70656,19740,530,1,1,0,1,-3345.39,2847.1,145.162,0.139626,300,0,0,5233,2991,0,0,0,0),(70655,19740,530,1,1,0,1,-3344.17,3054.36,171.135,0.296706,300,0,0,5233,2991,0,0,0,0),(70654,19740,530,1,1,0,1,-3319.99,2986.9,172.488,6.21337,300,0,0,5233,2991,0,0,0,0),(70653,19740,530,1,1,0,1,-3315.83,2885.62,139.661,0.0872665,300,0,0,5233,2991,0,0,0,0),(70652,19740,530,1,1,0,1,-3313.53,3051.6,148.139,0.314159,300,0,0,5233,2991,0,0,0,0),(70651,19740,530,1,1,0,1,-3312.19,3083.36,146.996,6.05629,300,0,0,5233,2991,0,0,0,0),(70650,19740,530,1,1,0,1,-3311.44,3020.52,160.588,6.16101,300,0,0,5233,2991,0,0,0,0),(70649,19740,530,1,1,0,1,-3286.87,2855.22,125.839,0.15708,300,0,0,5233,2991,0,0,0,0),(70648,19740,530,1,1,0,1,-3285.13,2887.47,130.435,0.0872665,300,0,0,5233,2991,0,0,0,0),(70647,19740,530,1,1,0,1,-3284.17,2977.85,135.834,6.21337,300,0,0,5233,2991,0,0,0,0),(70646,19740,530,1,1,0,1,-3281.67,2767.53,133.138,0.296706,300,0,0,5233,2991,0,0,0,0),(70645,19740,530,1,1,0,1,-3280.89,3049.01,140.702,6.10865,300,0,0,5233,2991,0,0,0,0),(70644,19740,530,1,1,0,1,-3276.08,3094.92,142.543,6.02139,300,0,0,5233,2991,0,0,0,0),(70643,19740,530,1,1,0,1,-3250.84,2781.97,118.012,0.279253,300,0,0,5233,2991,0,0,0,0),(70642,19740,530,1,1,0,1,-3246.78,2882.83,118.179,0.0872665,300,0,0,5233,2991,0,0,0,0),(70641,19740,530,1,1,0,1,-3218.9,2820.89,117.287,0.226893,300,0,0,5233,2991,0,0,0,0),(70640,19740,530,1,1,0,1,-3218.74,2751.24,104.341,0.0349066,300,0,0,5233,2991,0,0,0,0),(70639,19740,530,1,1,0,1,-3217.61,2912.39,126.662,0.0523599,300,0,0,5233,2991,0,0,0,0),(70638,19740,530,1,1,0,1,-3212.63,3053.1,138.168,6.07375,300,0,0,5233,2991,0,0,0,0),(70637,19740,530,1,1,0,1,-3210.33,3020.59,137.592,6.12611,300,0,0,5233,2991,0,0,0,0),(70636,19740,530,1,1,0,1,-3210.19,2856.31,117.778,0.261799,300,0,0,5233,2991,0,0,0,0),(70635,19740,530,1,1,0,1,-3204.1,2886.93,105.669,0.10472,300,0,0,5233,2991,0,0,0,0),(70634,19740,530,1,1,0,1,-3184.63,3031.93,124.764,6.26573,300,0,0,5233,2991,0,0,0,0),(70633,19740,530,1,1,0,1,-3182.46,3080.7,133.986,5.55015,300,0,0,5233,2991,0,0,0,0),(70632,19740,530,1,1,0,1,-3177.75,2783.73,82.7313,0.314159,300,0,0,5233,2991,0,0,0,0),(70631,19740,530,1,1,0,1,-3161.74,2965.77,123.712,6.00393,300,0,0,5233,2991,0,0,0,0),(70630,19740,530,1,1,0,1,-3154.07,2818.38,86.9627,0.261799,300,0,0,5233,2991,0,0,0,0),(70629,19740,530,1,1,0,1,-3150.62,2879.57,89.9151,0.20944,300,0,0,5233,2991,0,0,0,0),(70628,19740,530,1,1,0,1,-3139.68,2954.52,101.549,5.93412,300,0,0,5233,2991,0,0,0,0),(70627,19740,530,1,1,0,1,-3114.9,2858.23,87.5138,0.314159,300,0,0,5233,2991,0,0,0,0),(70626,19740,530,1,1,0,1,-3111.68,2890.34,88.7689,6.14356,300,0,0,5233,2991,0,0,0,0),(70625,19740,530,1,1,0,1,-3089.7,2983.99,95.3051,6.0912,300,0,0,5233,2991,0,0,0,0),(70624,19740,530,1,1,0,1,-3085.91,2919.23,90.0343,0.0523599,300,0,0,5233,2991,0,0,0,0),(70623,19740,530,1,1,0,1,-3083.36,2948.5,90.7153,6.26573,300,0,0,5233,2991,0,0,0,0),(70622,19740,530,1,1,0,1,-3046.35,2986.17,91.983,6.14356,300,0,0,5233,2991,0,0,0,0),(70621,19740,530,1,1,0,1,-3111.4,2780.69,75.2278,4.39815,300,6,0,5233,2991,1,0,0,0),(70620,19740,530,1,1,0,1,-3025.17,2844.9,77.8587,1.48279,300,6,0,5233,2991,1,0,0,0),(70619,19740,530,1,1,0,1,-3019.12,2882.4,89.1961,0.185658,300,6,0,5233,2991,1,0,0,0),(70618,19740,530,1,1,0,1,-3015.63,2826.67,77.2012,0.523684,300,6,0,5233,2991,1,0,0,0),(70617,19740,530,1,1,0,1,-3014.62,2913.89,91.8486,2.20864,300,6,0,5233,2991,1,0,0,0),(70666,19744,530,1,1,0,1,-3709.94,1036.96,68.1704,4.31083,300,0,0,5589,3155,0,0,0,0),(70667,19744,530,1,1,0,1,-3779.51,1075.94,70.2484,6.19592,300,0,0,5589,3155,0,0,0,0),(70668,19747,530,1,1,0,1,2223.49,5426.15,144.35,3.36923,300,0,0,26165,8973,0,0,0,0),(70669,19754,530,1,1,0,0,-3471.63,2146.05,33.204,5.386,300,0,0,6542,0,0,0,0,0),(70670,19754,530,1,1,0,0,-3486.11,2224.99,33.6139,3.9968,300,0,0,6542,0,0,0,0,0),(70671,19755,530,1,1,0,0,-3136.76,2837.66,87.6203,1.62316,300,0,0,6116,0,0,0,0,0),(70672,19755,530,1,1,0,0,-2996.29,2930.93,92.4555,1.43117,300,0,0,6116,0,0,0,0,0),(70673,19755,530,1,1,0,0,-3066.18,2822.19,78.5001,5.2709,300,0,0,6116,0,0,0,0,0),(70674,19755,530,1,1,0,0,-3058.08,2862.25,80.0548,2.98451,300,0,0,6116,0,0,0,0,0),(70675,19755,530,1,1,0,0,-3251.09,2912.5,127.15,2.60054,300,0,0,6116,0,0,0,0,0),(70676,19755,530,1,1,0,0,-3314.85,2822.44,124.726,4.95674,300,0,0,6116,0,0,0,0,0),(70677,19755,530,1,1,0,0,-3212.79,2963.02,124.07,4.36332,300,0,0,6116,0,0,0,0,0),(70678,19755,530,1,1,0,0,-3240.29,3048.26,137.457,4.81711,300,0,0,6116,0,0,0,0,0),(70679,19755,530,1,1,0,0,-3244.96,3010.73,137.354,1.90241,300,0,0,6116,0,0,0,0,0),(70680,19755,530,1,1,0,0,-3219.67,2932.07,126.043,1.97222,300,0,0,6116,0,0,0,0,0),(70681,19755,530,1,1,0,0,-3192.42,2961.28,123.871,2.54818,300,0,0,6116,0,0,0,0,0),(70682,19755,530,1,1,0,0,-3175.8,2986.03,123.604,3.94444,300,0,0,6116,0,0,0,0,0),(70683,19755,530,1,1,0,0,-3153.91,2909.53,92.0004,0.349066,300,0,0,6116,0,0,0,0,0),(203092,21316,530,1,1,0,0,-3458.14,2974.41,174.509,6.24828,300,0,0,6542,0,0,0,0,0),(70685,19755,530,1,1,0,0,-3057.19,2971.37,92.5371,3.28122,300,0,0,6116,0,0,0,0,0),(70686,19756,530,1,1,0,0,-3490.55,2153.19,33.464,0.034907,300,0,0,5233,2991,0,0,0,0),(70687,19756,530,1,1,0,0,-3502.97,2183.39,33.611,5.75959,300,0,0,5233,2991,0,0,0,0),(70688,19756,530,1,1,0,0,-3498.51,2210.14,33.6135,5.72468,300,0,0,5233,2991,0,0,0,0),(70689,19756,530,1,1,0,0,-3466.94,2202.81,33.603,3.31613,300,0,0,5233,2991,0,0,0,0),(70690,19762,530,1,1,0,1,-3166.91,1767.08,92.096,2.96706,300,0,0,6542,0,0,0,0,0),(70691,19762,530,1,1,0,1,-3145.76,1742.84,89.5165,6.24828,300,0,0,6542,0,0,0,0,0),(70692,19762,530,1,1,0,1,-3098.92,1672.63,71.0738,0.680678,300,0,0,6542,0,0,0,0,0),(70693,19762,530,1,1,0,1,-3066.96,1761.55,75.5832,0.244376,300,5,0,6542,0,1,0,0,0),(70694,19762,530,1,1,0,1,-2986.57,1718.26,75.2989,2.80998,300,0,0,6542,0,0,0,0,0),(70695,19762,530,1,1,0,1,-2942.41,1641.31,56.6356,4.86947,300,0,0,6542,0,0,0,0,0),(70696,19762,530,1,1,0,1,-2930.12,1731.49,66.2949,1.28606,300,5,0,6542,0,1,0,0,0),(70697,19762,530,1,1,0,1,-2889.64,1783.95,53.7678,4.10152,300,0,0,6542,0,0,0,0,0),(70698,19762,530,1,1,0,1,-2869.77,1773.73,55.5464,3.4383,300,0,0,6542,0,0,0,0,0),(70699,19763,530,1,1,0,0,65.7567,3209.43,31.8852,0.10472,300,0,0,2215,0,0,0,0,0),(70700,19764,530,1,1,0,0,-74.7479,3141.77,-4.01195,5.2709,300,0,0,2215,0,0,0,0,0),(70701,19765,530,1,1,0,1,-2913.56,1391.4,7.13094,1.0472,300,0,0,6761,0,0,0,0,0),(70702,19765,530,1,1,0,1,-2898.98,1382.11,6.15595,1.85005,300,0,0,6761,0,0,0,0,0),(70703,19765,530,1,1,0,1,-2937.48,1354.87,7.02837,4.7822,300,0,0,6761,0,0,0,0,0),(70704,19765,530,1,1,0,1,-2902.24,1330.04,6.77554,2.79253,300,0,0,6761,0,0,0,0,0),(70705,19765,530,1,1,0,1,-2889.05,1314.18,6.65059,3.40339,300,0,0,6761,0,0,0,0,0),(70706,19765,530,1,1,0,1,-2902.86,1303.16,7.15851,2.37365,300,0,0,6761,0,0,0,0,0),(70707,19765,530,1,1,0,1,-2942.56,1284.57,8.16425,1.88496,300,0,0,6761,0,0,0,0,0),(70708,19765,530,1,1,0,1,-2986.64,1312.99,8.08592,2.27291,300,0,0,6761,0,0,0,0,0),(70709,19766,530,1,1,0,0,-125.102,3086.26,2.95749,0.733038,300,0,0,2215,0,0,0,0,0),(70710,19767,530,1,1,0,1,-2906.07,1358.82,6.13713,1.42771,300,5,0,5409,3080,1,0,0,0),(70711,19767,530,1,1,0,1,-2975.85,1334.49,8.61393,6.03399,300,5,0,5409,3080,1,0,0,0),(70712,19767,530,1,1,0,1,-2940.29,1324.31,7.89288,6.21374,300,5,0,5409,3080,1,0,0,0),(70713,19768,530,1,1,0,1,-3192.28,1771.87,88.3771,2.80367,300,5,0,5233,2991,1,0,0,0),(70714,19768,530,1,1,0,1,-3065.97,1656.3,65.4814,0.267704,300,5,0,5233,2991,1,0,0,0),(70715,19768,530,1,1,0,1,-2992.17,1742.9,75.7994,0.109337,300,5,0,5233,2991,1,0,0,0),(70716,19768,530,1,1,0,1,-3004.56,1771.25,75.2071,4.82959,300,5,0,5233,2991,1,0,0,0),(70717,19768,530,1,1,0,1,-2987.33,1747.17,76.154,4.08407,300,0,0,5233,2991,0,0,0,0),(70718,19768,530,1,1,0,1,-3025.57,1747.35,75.3746,1.12804,300,5,0,5233,2991,1,0,0,0),(70719,19768,530,1,1,0,1,-3018,1665.57,69.007,2.14694,300,5,0,5233,2991,1,0,0,0),(70720,19768,530,1,1,0,1,-3031.68,1708.53,75.3126,0.506145,300,0,0,5233,2991,0,0,0,0),(70721,19768,530,1,1,0,1,-2944.72,1767.94,66.8197,3.9968,300,0,0,5233,2991,0,0,0,0),(70722,19768,530,1,1,0,1,-2926.76,1715.43,66.5681,2.77507,300,0,0,5233,2991,0,0,0,0),(70723,19768,530,1,1,0,1,-2895.8,1655.35,58.2611,2.28638,300,0,0,5233,2991,0,0,0,0),(70724,19768,530,1,1,0,1,-2851.98,1770.35,58.0096,3.10669,300,0,0,5233,2991,0,0,0,0),(70725,19768,530,1,1,0,1,-2878.18,1743.32,44.2677,4.67748,300,0,0,5233,2991,0,0,0,0),(70726,19768,530,1,1,0,1,-2884.78,1673.89,58.3478,3.38594,300,0,0,5233,2991,0,0,0,0),(70727,19769,530,1,1,0,1,-2884.31,1756.52,46.9709,0.314159,300,0,0,6542,0,0,0,0,0),(70728,19772,530,1,1,0,0,-2676.1,4391.73,36.1724,3.19395,300,0,0,5914,0,0,0,0,0),(70729,19773,530,1,1,0,0,-2930.6,4058.49,3.67179,2.54818,300,0,0,5914,0,0,0,0,0),(70730,19775,530,1,1,0,0,9558.09,-7495.16,16.3403,3.9619,300,0,0,811,852,0,0,0,0),(70731,19776,530,1,1,0,0,2966.14,3733,143.49,5.67232,300,0,0,5715,0,0,0,0,0),(70732,19779,530,1,1,0,1,2999.76,4120.61,155.337,1.51844,300,0,0,6326,0,0,0,0,0),(70733,19779,530,1,1,0,1,2925.46,4083.41,147.984,2.07694,300,0,0,6326,0,0,0,0,0),(70734,19779,530,1,1,0,1,2871.12,4054.23,157.272,3.92699,300,0,0,6326,0,0,0,0,0),(70735,19779,530,1,1,0,1,2897.67,4088.99,155.844,2.51327,300,0,0,6326,0,0,0,0,0),(70736,19779,530,1,1,0,1,2876.11,4045.08,155.574,3.83972,300,0,0,6326,0,0,0,0,0),(70737,19779,530,1,1,0,1,2880.32,4064.76,148.698,2.54818,300,0,0,6326,0,0,0,0,0),(70738,19779,530,1,1,0,1,2866.22,4063.33,157.106,3.82227,300,0,0,6326,0,0,0,0,0),(70739,19779,530,1,1,0,1,2827.34,4021.04,147.233,4.64994,300,5,0,6326,0,1,0,0,0),(70740,19779,530,1,1,0,1,2828.62,4017.78,146.496,2.59355,300,5,0,6326,0,1,0,0,0),(70741,19779,530,1,1,0,1,2782.93,4136.82,179.493,3.40339,300,5,0,6326,0,1,0,0,0),(70742,19779,530,1,1,0,1,2781.24,4144.36,181.409,5.2267,300,5,0,6326,0,1,0,0,0),(70743,19779,530,1,1,0,1,2776.21,4201.81,179.663,6.24729,300,5,0,6326,0,1,0,0,0),(70744,19779,530,1,1,0,1,2771.45,4196.9,180.909,1.15192,300,0,0,6326,0,0,0,0,0),(70745,19779,530,1,1,0,1,2728.13,4196.34,191.016,5.7657,300,5,0,6326,0,1,0,0,0),(70746,19779,530,1,1,0,1,2719.41,4195.33,193.171,6.21337,300,5,0,6326,0,1,0,0,0),(70747,19779,530,1,1,0,1,2717.27,4181.1,193.953,5.74213,300,0,0,6326,0,0,0,0,0),(70748,19779,530,1,1,0,1,2734.49,4192.37,189.67,3.15905,300,5,0,6326,0,1,0,0,0),(70749,19779,530,1,1,0,1,2717.36,4016.13,139.256,3.07178,300,0,0,6326,0,0,0,0,0),(70750,19779,530,1,1,0,1,2726.54,4105.73,189.474,5.12996,300,5,0,6326,0,1,0,0,0),(70751,19779,530,1,1,0,1,2713.27,4033.03,145.445,3.61283,300,0,0,6326,0,0,0,0,0),(70752,19779,530,1,1,0,1,2727.57,3990.82,136.62,4.04916,300,0,0,6326,0,0,0,0,0),(70753,19779,530,1,1,0,1,2737.24,3984.54,139.579,4.27606,300,0,0,6326,0,0,0,0,0),(70754,19779,530,1,1,0,1,2729.66,4110.6,188.595,2.87979,300,5,0,6326,0,1,0,0,0),(70755,19779,530,1,1,0,1,2734.19,4096.15,187.266,2.75762,300,5,0,6326,0,1,0,0,0),(70756,19779,530,1,1,0,1,2718.33,4002.08,136.013,3.22886,300,0,0,6326,0,0,0,0,0),(70757,19779,530,1,1,0,1,2774.91,4131.84,180.394,2.21657,300,0,0,6326,0,0,0,0,0),(70758,19779,530,1,1,0,1,2759.38,4080.28,180.583,4.71239,300,5,0,6326,0,1,0,0,0),(70759,19779,530,1,1,0,1,2739.25,4117.61,186.242,5.05081,300,5,0,6326,0,1,0,0,0),(70760,19779,530,1,1,0,1,2792.02,4074.39,172.225,6.04531,300,5,0,6326,0,1,0,0,0),(70761,19779,530,1,1,0,1,2765.67,4130.86,181.583,1.309,300,5,0,6326,0,1,0,0,0),(70762,19779,530,1,1,0,1,2767.64,4085.86,179.134,6.16989,300,5,0,6326,0,1,0,0,0),(70763,19779,530,1,1,0,1,2789.28,4067.67,172.099,0.029467,300,5,0,6326,0,1,0,0,0),(70764,19779,530,1,1,0,1,2796.02,4068.31,170.111,2.54818,300,5,0,6326,0,1,0,0,0),(70765,19779,530,1,1,0,1,2727.36,4131.04,190.001,4.05546,300,5,0,6326,0,1,0,0,0),(70766,19779,530,1,1,0,1,2728.57,4178.26,191.614,2.87979,300,0,0,6326,0,0,0,0,0),(70767,19779,530,1,1,0,1,2724.71,4171.17,192.73,1.91986,300,0,0,6326,0,0,0,0,0),(70768,19779,530,1,1,0,1,2721.84,4141.51,191.701,4.16041,300,5,0,6326,0,1,0,0,0),(70769,19779,530,1,1,0,1,2769.1,4146.44,182.126,5.91667,300,0,0,6326,0,0,0,0,0),(70770,19779,530,1,1,0,1,2756.32,4208.45,183.585,6.08013,300,5,0,6326,0,1,0,0,0),(70771,19779,530,1,1,0,1,2786.39,3969.14,143.241,1.34115,300,5,0,6326,0,1,0,0,0),(70772,19779,530,1,1,0,1,2734.1,3950.52,142.227,0,300,5,0,6326,0,1,0,0,0),(70773,19779,530,1,1,0,1,2743.24,3943.84,141.477,2.25918,300,5,0,6326,0,1,0,0,0),(70774,19779,530,1,1,0,1,2784.92,3972.1,143.425,6.12931,300,5,0,6326,0,1,0,0,0),(70775,19779,530,1,1,0,1,2758.24,3953.7,142.852,3.66519,300,5,0,6326,0,1,0,0,0),(70776,19779,530,1,1,0,1,2798.09,3957.93,143.107,0.430775,300,5,0,6326,0,1,0,0,0),(70777,19779,530,1,1,0,1,2759.63,3944.19,141.977,2.46091,300,5,0,6326,0,1,0,0,0),(70778,19779,530,1,1,0,1,2798.4,3970.08,142.308,2.96161,300,5,0,6326,0,1,0,0,0),(70779,19779,530,1,1,0,1,2823.21,3998.62,141.713,5.04007,300,5,0,6326,0,1,0,0,0),(70780,19779,530,1,1,0,1,2753.04,3879.24,142.432,6.26573,300,5,0,6326,0,1,0,0,0),(70781,19779,530,1,1,0,1,2789.19,3920.31,144.731,2.9306,300,5,0,6326,0,1,0,0,0),(70782,19779,530,1,1,0,1,2754.48,3891.33,143.182,0.017453,300,5,0,6326,0,1,0,0,0),(70783,19779,530,1,1,0,1,2789.06,3921.87,144.566,4.16199,300,5,0,6326,0,1,0,0,0),(70784,19779,530,1,1,0,1,2860.46,3919.67,161.416,3.63029,300,5,0,6326,0,1,0,0,0),(70785,19779,530,1,1,0,1,2815.9,3874.57,166.166,5.17539,300,5,0,6326,0,1,0,0,0),(70786,19779,530,1,1,0,1,2834.51,3881.73,166.42,3.84481,300,5,0,6326,0,1,0,0,0),(70787,19779,530,1,1,0,1,2848.13,3931.9,154.166,4.17134,300,5,0,6326,0,1,0,0,0),(70788,19779,530,1,1,0,1,2840.04,3916.94,154.628,3.21583,300,5,0,6326,0,1,0,0,0),(70789,19779,530,1,1,0,1,2830.87,3900.17,157.454,4.01827,300,5,0,6326,0,1,0,0,0),(70790,19779,530,1,1,0,1,2690.46,3904.8,134.475,3.46521,300,5,0,6326,0,1,0,0,0),(70791,19779,530,1,1,0,1,2705.45,3878.66,135.783,3.12743,300,5,0,6326,0,1,0,0,0),(70792,19780,530,1,1,0,1,3080.83,3681.61,142.519,2.21657,300,0,0,8540,0,0,0,0,0),(70793,19784,530,1,1,0,0,-3060.42,1689.58,67.2229,4.96879,300,5,0,6542,0,1,0,0,0),(70794,19784,530,1,1,0,0,-3070.52,1702.11,67.6074,2.09167,300,5,0,6542,0,1,0,0,0),(70795,19784,530,1,1,0,0,-3029.4,1722.06,75.2041,4.83045,300,5,0,6542,0,1,0,0,0),(70796,19784,530,1,1,0,0,-3040.44,1721.51,76.5509,4.23124,300,5,0,6542,0,1,0,0,0),(70797,19784,530,1,1,0,0,-2929.72,1696.13,66.7635,2.23332,300,5,0,6542,0,1,0,0,0),(70798,19784,530,1,1,0,0,-2935.23,1684.85,67.8509,1.58144,300,5,0,6542,0,1,0,0,0),(70799,19784,530,1,1,0,0,-2837,1761.92,59.1028,2.72271,300,0,0,6542,0,0,0,0,0),(70800,19784,530,1,1,0,0,-2829.58,1760.66,59.5666,2.21657,300,0,0,6542,0,0,0,0,0),(70801,19784,530,1,1,0,0,-2782.89,1390.15,38.6297,0.725185,300,5,0,6542,0,1,0,0,0),(70802,19784,530,1,1,0,0,-2791.7,1396.92,39.2828,1.85807,300,5,0,6542,0,1,0,0,0),(70803,19784,530,1,1,0,0,-2919.43,1372.64,8.20768,6.12611,300,0,0,6542,0,0,0,0,0),(70804,19784,530,1,1,0,0,-2924.55,1371.39,9.4577,5.55015,300,0,0,6542,0,0,0,0,0),(70805,19784,530,1,1,0,0,-2849.81,1240.21,6.8073,4.4434,300,5,0,6542,0,1,0,0,0),(70806,19784,530,1,1,0,0,-2960.01,1304.2,7.36165,0.226893,300,0,0,6542,0,0,0,0,0),(70807,19784,530,1,1,0,0,-2964.3,1312.32,7.70759,0.890118,300,0,0,6542,0,0,0,0,0),(70808,19788,530,1,1,0,1,-2805.3,1370.45,37.9638,4.43145,300,5,0,6986,0,1,0,0,0),(70809,19788,530,1,1,0,1,-2852.4,1258.59,7.04573,4.23319,300,5,0,6986,0,1,0,0,0),(70810,19789,530,1,1,0,1,-3042.72,1736.36,75.372,5.27915,300,5,0,5409,3080,1,0,0,0),(70811,19789,530,1,1,0,1,-2944.09,1695.49,66.7887,5.0336,300,5,0,5409,3080,1,0,0,0),(70812,19789,530,1,1,0,1,-2894.91,1673.93,58.0616,3.69819,300,5,0,5409,3080,1,0,0,0),(70813,19792,530,1,1,0,1,-4172.62,1491.76,115.012,3.06137,300,0,0,5233,2991,2,0,0,0),(70814,19792,530,1,1,0,1,-4140.25,1522.06,104.254,0.139626,300,0,0,5233,2991,0,0,0,0),(70815,19792,530,1,1,0,1,-4140.49,1507.05,104.602,0.122173,300,0,0,5233,2991,0,0,0,0),(70816,19792,530,1,1,0,1,-4274.95,1552.6,136.092,5.48033,300,0,0,5233,2991,0,0,0,0),(70817,19792,530,1,1,0,1,-4288.06,1538.87,138.217,5.44543,300,0,0,5233,2991,0,0,0,0),(70818,19792,530,1,1,0,1,-4234.92,1547.49,126.534,2.52623,300,0,0,5233,2991,2,0,0,0),(70819,19792,530,1,1,0,1,-4215.1,1564.35,118.479,5.91321,300,0,0,5233,2991,2,0,0,0),(70820,19792,530,1,1,0,1,-4335.49,1624.79,151.953,5.79449,300,0,0,5233,2991,0,0,0,0),(70821,19792,530,1,1,0,1,-4385.64,1687.34,157.903,5.86996,300,0,0,5233,2991,0,0,0,0),(70822,19792,530,1,1,0,1,-4348.55,1607.36,152.506,5.61996,300,0,0,5233,2991,0,0,0,0),(70823,19792,530,1,1,0,1,-4374.76,1609.82,161.876,2.07694,300,0,0,5233,2991,0,0,0,0),(70824,19792,530,1,1,0,1,-4393.78,1604.31,163.976,0.733038,300,0,0,5233,2991,0,0,0,0),(70825,19792,530,1,1,0,1,-4448.95,1600.42,164.39,3.35103,300,0,0,5233,2991,0,0,0,0),(70826,19792,530,1,1,0,1,-4426.62,1706.02,158.562,1.37881,300,0,0,5233,2991,0,0,0,0),(70827,19792,530,1,1,0,1,-4434.65,1570.83,164.958,1.11701,300,0,0,5233,2991,0,0,0,0),(70828,19792,530,1,1,0,1,-4482.16,1630.12,165.213,0.750492,300,0,0,5233,2991,0,0,0,0),(70829,19792,530,1,1,0,1,-4477.07,1619.04,164.858,2.05949,300,0,0,5233,2991,0,0,0,0),(70830,19792,530,1,1,0,1,-4555.5,1609.37,175.611,1.97222,300,0,0,5233,2991,0,0,0,0),(70831,19792,530,1,1,0,1,-4545.74,1625.85,175.28,1.69297,300,0,0,5233,2991,0,0,0,0),(70832,19792,530,1,1,0,1,-4501.39,1742.21,160.096,0.073688,300,0,0,5233,2991,0,0,0,0),(70833,19792,530,1,1,0,1,-4510.63,1680.89,170.58,0.139626,300,0,0,5233,2991,0,0,0,0),(70834,19792,530,1,1,0,1,-4510.3,1661.31,170.582,0.279253,300,0,0,5233,2991,0,0,0,0),(70835,19792,530,1,1,0,1,-4531.72,1698.04,174.936,5.13127,300,0,0,5233,2991,0,0,0,0),(70836,19792,530,1,1,0,1,-4576.97,1639.06,175.106,5.95157,300,0,0,5233,2991,0,0,0,0),(70837,19792,530,1,1,0,1,-4586.23,1727.45,174.745,0,300,0,0,5233,2991,0,0,0,0),(70838,19792,530,1,1,0,1,-4587.68,1713.55,175.109,6.19592,300,0,0,5233,2991,0,0,0,0),(70839,19792,530,1,1,0,1,-4558.35,1719.7,175.239,3.19395,300,0,0,5233,2991,0,0,0,0),(70840,19792,530,1,1,0,1,-4609.28,1764.06,169.017,1.057,300,5,0,5233,2991,1,0,0,0),(70841,19792,530,1,1,0,1,-4366.06,1736.28,156.82,3.79426,300,5,0,5233,2991,1,0,0,0),(70842,19792,530,1,1,0,1,-4407.29,1785.25,155.79,1.29154,300,0,0,5233,2991,0,0,0,0),(70843,19792,530,1,1,0,1,-4428.48,1794.5,159.416,1.16937,300,0,0,5233,2991,0,0,0,0),(70844,19792,530,1,1,0,1,-4383.78,1725.9,157.452,5.84685,300,0,0,5233,2991,0,0,0,0),(70845,19792,530,1,1,0,1,-4329.26,1757.65,148.58,2.19457,300,5,0,5233,2991,1,0,0,0),(70846,19795,530,1,1,0,1,-4321.97,1385.13,144.007,2.92507,300,5,0,5409,3080,1,0,0,0),(70847,19795,530,1,1,0,1,-4329.42,1380.64,144.32,2.92226,300,5,0,5409,3080,1,0,0,0),(70848,19795,530,1,1,0,1,-4326.81,1392.35,144.007,2.92238,300,5,0,5409,3080,1,0,0,0),(70849,19795,530,1,1,0,1,-4333.69,1387.7,143.698,2.9069,300,5,0,5409,3080,1,0,0,0),(70850,19796,530,1,1,0,1,-4092.91,1493.31,96.5598,3.26377,300,0,0,5233,2991,0,0,0,0),(70851,19796,530,1,1,0,1,-4234.69,1496.32,127.328,2.14675,300,0,0,5233,2991,0,0,0,0),(70852,19796,530,1,1,0,1,-4162.61,1544.51,108.878,4.01426,300,0,0,5233,2991,0,0,0,0),(70853,19796,530,1,1,0,1,-4288.84,1598.95,136.992,3.90954,300,0,0,5233,2991,0,0,0,0),(70854,19796,530,1,1,0,1,-4394.37,1695.86,157.779,0.523606,300,0,0,5233,2991,0,0,0,0),(70855,19796,530,1,1,0,1,-4381.37,1643.24,159.277,6.10865,300,5,0,5233,2991,1,0,0,0),(70856,19796,530,1,1,0,1,-4418.83,1566.92,164.814,1.41372,300,5,0,5233,2991,1,0,0,0),(70857,19796,530,1,1,0,1,-4447.8,1665.69,163.551,3.03687,300,0,0,5233,2991,0,0,0,0),(70858,19796,530,1,1,0,1,-4485.73,1647.33,165.472,0.314159,300,5,0,5233,2991,1,0,0,0),(70859,19796,530,1,1,0,1,-4455.88,1628.55,163.035,3.12414,300,0,0,5233,2991,0,0,0,0),(70860,19796,530,1,1,0,1,-4538.56,1633.76,174.954,2.81591,300,5,0,5233,2991,1,0,0,0),(70861,19796,530,1,1,0,1,-4498.56,1742.42,159.721,3.23835,300,5,0,5233,2991,1,0,0,0),(70862,19796,530,1,1,0,1,-4485.7,1692.84,164.861,0.174533,300,5,0,5233,2991,1,0,0,0),(70863,19796,530,1,1,0,1,-4488.76,1728.99,161.141,0.523599,300,0,0,5233,2991,0,0,0,0),(70864,19796,530,1,1,0,1,-4489.87,1714.28,161.148,0.296706,300,0,0,5233,2991,0,0,0,0),(70865,19796,530,1,1,0,1,-4524.77,1708.84,175.073,3.24631,300,0,0,5233,2991,0,0,0,0),(70866,19796,530,1,1,0,1,-4574.51,1654.76,174.894,2.63653,300,5,0,5233,2991,1,0,0,0),(70867,19796,530,1,1,0,1,-4539.33,1729.32,174.81,4.59022,300,5,0,5233,2991,1,0,0,0),(70868,19796,530,1,1,0,1,-4574.43,1692.16,175.296,6.12611,300,0,0,5233,2991,0,0,0,0),(70869,19796,530,1,1,0,1,-4355.15,1724.12,157.56,3.50811,300,5,0,5233,2991,1,0,0,0),(70870,19799,530,1,1,0,0,-3989.06,2496.07,123.454,3.00342,300,5,0,5409,3080,1,0,0,0),(70871,19799,530,1,1,0,0,-3756,2608.83,91.192,2.01099,300,0,0,5409,3080,0,0,0,0),(70872,19799,530,1,1,0,0,-4032.46,2602.38,120.817,5.06533,300,5,0,5409,3080,1,0,0,0),(70873,19800,530,1,1,0,0,-4038,2617.43,121.693,4.94473,300,5,0,3925,2991,1,0,0,0),(70874,19800,530,1,1,0,0,-3972.66,2493.79,119.182,3.00318,300,0,0,3925,2991,0,0,0,0),(70875,19800,530,1,1,0,0,-3753.98,2611.18,90.942,0.856222,300,5,0,3925,2991,1,0,0,0),(70876,19800,530,1,1,0,0,-3762.21,2613.74,93.3048,6.09903,300,0,0,3925,2991,0,0,0,0),(70877,19801,530,1,1,0,0,-3735.59,966.464,71.726,4.39619,300,5,0,1518,2933,1,0,0,0),(70878,19801,530,1,1,0,0,-3734.81,969.553,71.6909,1.28476,300,5,0,1518,2933,1,0,0,0),(70879,19801,530,1,1,0,0,-3719.93,1046.88,67.9177,5.98648,300,0,0,1518,2933,0,0,0,0),(70880,19801,530,1,1,0,0,-3771.84,998.56,78.2194,2.31821,300,5,0,1518,2933,1,0,0,0),(70881,19801,530,1,1,0,0,-3774.69,995.409,79.185,2.33173,300,5,0,1518,2933,1,0,0,0),(70882,19801,530,1,1,0,0,-3719.49,1092.19,67.5043,6.23082,300,0,0,1518,2933,0,0,0,0),(70883,19801,530,1,1,0,0,-3718.02,1085.64,68.0843,0.05236,300,0,0,1518,2933,0,0,0,0),(70884,19801,530,1,1,0,0,-3733.09,1084.34,68.6063,2.67035,300,0,0,1518,2933,0,0,0,0),(70885,19801,530,1,1,0,0,-3736.62,1079.97,68.6063,2.35619,300,0,0,1518,2933,0,0,0,0),(70886,19801,530,1,1,0,0,-3718.81,1053.06,68.0427,5.93412,300,0,0,1518,2933,0,0,0,0),(70887,19801,530,1,1,0,0,-3745.76,1033.31,89.0933,3.78586,300,0,0,1518,2933,0,0,0,0),(70888,19801,530,1,1,0,0,-3748.44,1036.6,89.733,3.78586,300,0,0,1518,2933,0,0,0,0),(70889,19801,530,1,1,0,0,-3760.07,1047.2,72.3562,2.16421,300,0,0,1518,2933,0,0,0,0),(70890,19801,530,1,1,0,0,-3754.37,1050.03,71.8562,2.28638,300,0,0,1518,2933,0,0,0,0),(70891,19801,530,1,1,0,0,-3760.02,1104.22,68.2262,0.005405,300,5,0,1518,2933,1,0,0,0),(70892,19801,530,1,1,0,0,-3760.28,1100.52,68.6557,5.95661,300,5,0,1518,2933,1,0,0,0),(70893,19802,530,1,1,0,1,-3983.98,2689.68,127.092,1.04947,300,5,0,6542,0,1,0,0,0),(70894,19802,530,1,1,0,1,-4027.03,2752.2,178.543,3.10433,300,5,0,6542,0,1,0,0,0),(70895,19802,530,1,1,0,1,-4065.62,2760.92,173.36,0.84761,300,5,0,6542,0,1,0,0,0),(70896,19802,530,1,1,0,1,-4048.31,2688.5,137.867,1.49507,300,5,0,6542,0,1,0,0,0),(70897,19802,530,1,1,0,1,-4020.41,2660.25,124.775,3.65565,300,5,0,6542,0,1,0,0,0),(70898,19802,530,1,1,0,1,-4060.94,2605.23,131.124,5.41275,300,5,0,6542,0,1,0,0,0),(70899,19802,530,1,1,0,1,-4086.45,2531.97,138.208,2.91501,300,0,0,6542,0,0,0,0,0),(70900,19802,530,1,1,0,1,-4059.53,2524.09,134.888,6.21337,300,0,0,6542,0,0,0,0,0),(70901,19802,530,1,1,0,1,-4082.54,2506.97,140.22,0.331613,300,0,0,6542,0,0,0,0,0),(70902,19802,530,1,1,0,1,-4095.23,2562.57,139.111,0.279253,300,0,0,6542,0,0,0,0,0),(70903,19802,530,1,1,0,1,-3884.97,2492.76,93.4878,2.38381,300,5,0,6542,0,1,0,0,0),(70904,19802,530,1,1,0,1,-4010.4,2585.57,115.348,0.338426,300,5,0,6542,0,1,0,0,0),(70905,19802,530,1,1,0,1,-3965.08,2542.71,150.98,0.831668,300,5,0,6542,0,1,0,0,0),(70906,19802,530,1,1,0,1,-3955.16,2481.05,115.563,0.122173,300,0,0,6542,0,0,0,0,0),(70907,19802,530,1,1,0,1,-3954.51,2508.52,113.783,0.191986,300,0,0,6542,0,0,0,0,0),(70908,19802,530,1,1,0,1,-3959.84,2614.4,104.996,0.838165,300,5,0,6542,0,1,0,0,0),(70909,19802,530,1,1,0,1,-3925.03,2641.81,106.691,3.54006,300,5,0,6542,0,1,0,0,0),(70910,19802,530,1,1,0,1,-3889.82,2515.52,90.8502,4.15388,300,0,0,6542,0,0,0,0,0),(70911,19802,530,1,1,0,1,-3809.87,2527.49,81.6341,5.14872,300,0,0,6542,0,0,0,0,0),(70912,19802,530,1,1,0,1,-3771.23,2527.82,83.1542,4.74729,300,0,0,6542,0,0,0,0,0),(70913,19802,530,1,1,0,1,-3889.89,2645.83,104.938,0.778699,300,5,0,6542,0,1,0,0,0),(70914,19802,530,1,1,0,1,-3893.69,2680.28,121.209,0.552806,300,5,0,6542,0,1,0,0,0),(70915,19802,530,1,1,0,1,-3886.51,2730.46,144.556,4.13413,300,5,0,6542,0,1,0,0,0),(70916,19802,530,1,1,0,1,-3760.71,2618.22,93.317,0.773393,300,5,0,6542,0,1,0,0,0),(70917,19802,530,1,1,0,1,-4053.54,2622.81,127.818,1.84822,300,5,0,6542,0,1,0,0,0),(70918,19802,530,1,1,0,1,-3685,2584.45,96.1122,5.96903,300,0,0,6542,0,0,0,0,0),(70919,19802,530,1,1,0,1,-3642.69,2611.42,76.5276,2.43286,300,5,0,6542,0,1,0,0,0),(70920,19802,530,1,1,0,1,-3644.05,2582.65,75.0663,4.45472,300,5,0,6542,0,1,0,0,0),(70921,19802,530,1,1,0,1,-4060.91,2576.94,131.356,2.12411,300,5,0,6542,0,1,0,0,0),(70922,19802,530,1,1,0,1,-4067.48,2561.03,134.446,0.034907,300,0,0,6542,0,0,0,0,0),(70923,19806,530,1,1,0,1,-4217.18,1521.9,121.213,2.19925,300,0,0,6986,0,2,0,0,0),(70924,19806,530,1,1,0,1,-4360.78,1629.07,155.238,2.2141,300,0,0,6986,0,2,0,0,0),(70925,19806,530,1,1,0,1,-4382.89,1686.13,157.85,2.72837,300,5,0,6986,0,1,0,0,0),(70926,19806,530,1,1,0,1,-4443.15,1583.94,163.903,2.60201,300,5,0,6986,0,1,0,0,0),(70927,19806,530,1,1,0,1,-4555.15,1638.48,174.33,4.23101,300,5,0,6986,0,1,0,0,0),(70928,19806,530,1,1,0,1,-4416.45,1791.87,156.612,1.35636,300,5,0,6986,0,1,0,0,0),(70929,19823,530,1,1,0,0,-4609.18,1800.13,171.927,1.24657,300,5,0,54088,0,1,0,0,0),(70930,19823,530,1,1,0,0,-4608.58,1839.6,157.915,5.5912,300,5,0,54088,0,1,0,0,0),(70931,19823,530,1,1,0,0,-4593.47,1873.56,148.845,0.910695,300,5,0,54088,0,1,0,0,0),(70932,19823,530,1,1,0,0,-4538.85,1975.58,129.569,0.867679,300,0,0,54088,0,0,0,0,0),(70933,19823,530,1,1,0,0,-4536.44,1910.08,154.906,4.56538,300,5,0,54088,0,1,0,0,0),(70934,19824,530,1,1,0,0,-4400.59,1298.18,84.5277,0.844594,300,0,0,26168,0,2,0,0,0),(70935,19824,530,1,1,0,0,-4419.67,1314,99.735,4.90438,300,0,0,26168,0,0,0,0,0),(70936,19824,530,1,1,0,0,-4462.01,1364.9,131.461,0.245452,300,0,0,26168,0,2,0,0,0),(70937,19824,530,1,1,0,0,-4382.19,1366.95,141.621,4.76475,300,0,0,26168,0,0,0,0,0),(70938,19824,530,1,1,0,0,-4250.51,1382.24,139.328,4.72984,300,0,0,26168,0,0,0,0,0),(70939,19824,530,1,1,0,0,-4329.11,1386.57,143.757,3.46859,300,0,0,26168,0,2,0,0,0),(70940,19825,530,1,1,0,1,-4163.86,1804.18,115.866,5.66157,300,5,0,5060,2933,1,0,0,0),(70941,19825,530,1,1,0,1,-4209.5,1816.37,126.618,0.973587,300,5,0,5060,2933,1,0,0,0),(70942,19825,530,1,1,0,1,-4185.93,1869.04,105.444,5.22535,300,5,0,5060,2933,1,0,0,0),(70943,19825,530,1,1,0,1,-4123.74,1893.9,72.5015,3.77912,300,5,0,5060,2933,1,0,0,0),(70944,19825,530,1,1,0,1,-4147.16,1905.66,68.3121,4.49795,300,5,0,5060,2933,1,0,0,0),(70945,19825,530,1,1,0,1,-4084.56,1947.66,88.5904,2.2831,300,5,0,5060,2933,1,0,0,0),(70946,19825,530,1,1,0,1,-4027.67,1939.38,81.5044,2.87671,300,5,0,5060,2933,1,0,0,0),(70947,19825,530,1,1,0,1,-3928.46,1851.65,94.6027,2.84435,300,5,0,5060,2933,1,0,0,0),(70948,19826,530,1,1,0,1,-3119.76,2117.23,81.8146,4.54099,300,5,0,5566,2933,1,0,0,0),(70949,19826,530,1,1,0,1,-3120.78,2204.47,63.0311,5.90331,300,5,0,5566,2933,1,0,0,0),(70952,19826,530,1,1,0,1,-3087,2274,62.2,1,300,0,0,5566,2933,0,0,0,0),(70953,19826,530,1,1,0,1,-3049,2203,67.3,2,300,0,0,5566,2933,0,0,0,0),(70954,19826,530,1,1,0,1,-3155,2211,64.7,2,300,0,0,5566,2933,0,0,0,0),(70955,19826,530,1,1,0,1,-3121,2117,81.3,5,300,0,0,5566,2933,0,0,0,0),(70956,19826,530,1,1,0,1,-3148,2180,71.3,0,300,0,0,5566,2933,0,0,0,0),(70957,19826,530,1,1,0,1,-3042,2257,64.3,2,300,0,0,5566,2933,0,0,0,0),(70958,19826,530,1,1,0,1,-3077,2240,65.1,1,300,0,0,5566,2933,0,0,0,0),(70959,19826,530,1,1,0,1,-3004.84,2039.55,97.5925,2.22144,300,5,0,5566,2933,1,0,0,0),(70960,19826,530,1,1,0,1,-3005.17,2014.4,96.5389,2.20864,300,0,0,5566,2933,0,0,0,0),(70961,19826,530,1,1,0,1,-3051.21,2001.55,99.168,3.62487,300,5,0,5566,2933,1,0,0,0),(70962,19826,530,1,1,0,1,-3060.58,2041.2,97.4876,2.04794,300,5,0,5566,2933,1,0,0,0),(70963,19827,530,1,1,0,1,-3048,2212,67.1,3.28319,300,0,0,6542,0,0,0,0,0),(70964,19827,530,1,1,0,1,-3086.47,2021.31,98.4177,5.20599,300,0,0,6542,0,0,0,0,0),(70965,19830,530,1,1,0,1,2330.44,2799.51,133.168,4.74729,300,0,0,5060,2933,0,0,0,0),(70966,19831,530,1,1,0,1,2328.79,2796.05,133.234,1.09956,300,0,0,6542,0,0,0,0,0),(70967,19832,530,1,1,0,0,3087.21,3402.86,105.326,5.32325,300,0,0,9431,0,0,0,0,0),(70968,19836,530,1,1,0,0,-1322,2382.81,88.5859,4.64258,300,0,0,2371,0,0,0,0,0),(70969,19837,530,1,1,0,0,2317.29,6075.06,142.641,5.55015,300,0,0,3815,0,0,0,0,0),(70970,19839,530,1,1,0,0,2239.74,2794.28,129.479,0.436332,300,0,0,20283,0,0,0,0,0),(70971,19840,530,1,1,0,0,2237.67,2793.89,128.813,0.506145,300,0,0,19626,0,0,0,0,0),(70972,19844,530,1,1,0,0,-2052.09,7432.76,-24.9648,1.91986,300,0,0,6116,0,0,0,0,0),(70973,19845,530,1,1,0,0,3032.65,3673.9,143.847,2.98451,300,0,0,4120,0,0,0,0,0),(70974,19847,530,1,1,0,1,-3565.73,4943.27,-8.91791,6.26573,300,0,0,58704,28460,0,0,0,0),(70975,19849,530,1,1,0,0,3095,3399.93,105.368,2.54818,300,0,0,65420,0,0,0,0,0),(70976,19851,530,1,1,0,0,3141.73,3254.34,106.82,1.88545,300,0,0,135220,0,0,0,0,0),(70977,19852,530,1,1,0,0,2803.28,3346.84,146.104,3.46361,300,5,0,5060,2933,1,0,0,0),(70978,19852,530,1,1,0,0,2748.67,3290.31,135.03,2.03647,300,5,0,5060,2933,1,0,0,0),(70979,19852,530,1,1,0,0,2698.66,3210.72,147.668,5.46967,300,5,0,5060,2933,1,0,0,0),(70980,19852,530,1,1,0,0,2698.43,3183.87,148.646,4.64467,300,5,0,5060,2933,1,0,0,0),(70981,19852,530,1,1,0,0,2688.34,3111.8,131.779,4.80137,300,5,0,5060,2933,1,0,0,0),(70982,19852,530,1,1,0,0,2737.5,3145.83,148.392,6.07133,300,5,0,5060,2933,1,0,0,0),(70983,19852,530,1,1,0,0,2734.73,3131.38,152.055,5.38997,300,5,0,5060,2933,1,0,0,0),(70984,19852,530,1,1,0,0,2788.8,3148.2,150.416,3.04052,300,5,0,5060,2933,1,0,0,0),(70985,19852,530,1,1,0,0,2748.51,3247.86,148.604,5.91744,300,5,0,5060,2933,1,0,0,0),(70986,19852,530,1,1,0,0,2759.38,3220.69,151.309,0.508078,300,0,0,5060,2933,0,0,0,0),(70987,19852,530,1,1,0,0,2785.81,3129.85,154.231,0.887439,300,5,0,5060,2933,1,0,0,0),(70988,19852,530,1,1,0,0,2808.95,3220.54,146.295,2.98586,300,5,0,5060,2933,1,0,0,0),(70989,19853,530,1,1,0,1,2767.33,3119.98,153.694,2.96296,300,0,0,6326,0,2,0,0,0),(70990,19853,530,1,1,0,1,2741.71,3283.1,134.827,0.311563,300,0,0,6326,0,2,0,0,0),(70991,19853,530,1,1,0,1,2676.24,3108.5,129.766,2.18517,300,0,0,6326,0,2,0,0,0),(70992,19853,530,1,1,0,1,2742.47,3066.7,127.121,0.11249,300,0,0,6326,0,2,0,0,0),(70993,19853,530,1,1,0,1,2791.83,3285.33,147.638,0.193807,300,0,0,6326,0,2,0,0,0),(70994,19853,530,1,1,0,1,2828.05,3064.03,130.303,1.4601,300,0,0,6326,0,2,0,0,0),(70995,19856,530,1,1,0,0,2898.4,5981.79,2.21152,1.01229,300,0,0,6986,0,0,0,0,0),(70996,19857,530,1,1,0,0,2884.45,5982.34,3.38883,0.872665,300,0,0,6986,0,0,0,0,0),(70997,19858,530,1,1,0,0,2879.13,5979.45,6.24018,0.628319,300,0,0,6986,0,0,0,0,0),(70998,19866,530,1,1,0,0,2283.87,2181.22,92.4891,5.18363,300,0,0,42,0,0,0,0,0),(70999,19867,530,1,1,0,0,2375.25,2285.94,139.406,6.00393,300,0,0,42,0,0,0,0,0),(71000,19868,530,1,1,0,0,2257.19,2456.03,99.366,1.5708,300,0,0,42,0,0,0,0,0),(71001,19871,530,1,1,0,0,-161.451,967.2,54.3608,2.77507,300,0,0,4120,0,0,0,0,0),(71002,19871,530,1,1,0,0,-337.78,963.963,54.3616,4.45059,300,0,0,4120,0,0,0,0,0),(71003,19880,530,1,1,0,0,3069.96,3674.86,142.527,3.38594,300,0,0,9431,0,0,0,0,0),(71004,19881,530,1,1,0,0,2129.45,2280.65,73.3939,3.85985,300,5,0,5038,6882,1,0,0,0),(71005,19881,530,1,1,0,0,2163,2273.81,76.3541,5.4834,300,5,0,5038,6882,1,0,0,0),(71006,19881,530,1,1,0,0,2124.64,2227.63,74.3648,5.42622,300,5,0,5038,6882,1,0,0,0),(71007,19881,530,1,1,0,0,2184.61,2249.51,76.4593,3.80606,300,5,0,5038,6882,1,0,0,0),(71008,19881,530,1,1,0,0,2141.29,2213.89,74.0071,0.297507,300,0,0,5038,6882,0,0,0,0),(71009,19881,530,1,1,0,0,2117.25,2192.15,71.8836,2.15582,300,5,0,5038,6882,1,0,0,0),(71010,19881,530,1,1,0,0,2101.89,2212.08,72.5262,2.24996,300,5,0,5038,6882,1,0,0,0),(71011,19881,530,1,1,0,0,2219.91,2181.85,87.6843,3.89208,300,0,0,5038,6882,0,0,0,0),(71012,19881,530,1,1,0,0,2145.56,2155.79,74.5797,1.99072,300,5,0,5038,6882,1,0,0,0),(71013,19881,530,1,1,0,0,2206.96,2174.29,78.1792,4.42729,300,0,0,5038,6882,0,0,0,0),(71014,19881,530,1,1,0,0,2137.65,2127.52,66.2561,5.46142,300,5,0,5038,6882,1,0,0,0),(71015,19881,530,1,1,0,0,2217.2,2177.24,81.0629,3.24235,300,5,0,5038,6882,1,0,0,0),(71016,19881,530,1,1,0,0,2212.83,2166.97,83.0959,2.79253,300,0,0,5038,6882,0,0,0,0),(71017,19881,530,1,1,0,0,2136.01,2145.88,73.1028,0.855211,300,0,0,5038,6882,0,0,0,0),(71018,19881,530,1,1,0,0,2207.07,2123.81,73.404,3.88535,300,5,0,5038,6882,1,0,0,0),(71019,19881,530,1,1,0,0,2211.66,2095.09,71.0183,2.30383,300,5,0,5038,6882,1,0,0,0),(71020,19881,530,1,1,0,0,2261.3,2101.07,69.2158,4.03652,300,5,0,5038,6882,1,0,0,0),(71021,19881,530,1,1,0,0,2311.42,2107.84,82.559,3.60222,300,5,0,5038,6882,1,0,0,0),(71022,19881,530,1,1,0,0,2294.97,2150.97,88.9858,5.94023,300,5,0,5038,6882,1,0,0,0),(71023,19881,530,1,1,0,0,2328.07,2160.84,87.668,5.39307,300,0,0,5038,6882,0,0,0,0),(71024,19881,530,1,1,0,0,2272.16,2193.36,91.1392,4.09486,300,0,0,5038,6882,0,0,0,0),(71025,19881,530,1,1,0,0,2317.09,2169.56,90.7438,2.09439,300,0,0,5038,6882,0,0,0,0),(71026,19881,530,1,1,0,0,2334.19,2104.67,84.6593,1.49039,300,5,0,5038,6882,1,0,0,0),(71027,19881,530,1,1,0,0,2325.4,2090.25,86.6368,0.322243,300,5,0,5038,6882,1,0,0,0),(71028,19882,530,1,1,0,1,9367.57,-7267.66,6.49245,0.523272,300,0,0,610,655,2,0,0,0),(71029,19923,530,1,1,0,0,9850.44,-7559.91,19.3374,5.044,300,0,0,6986,0,0,0,0,0),(71030,19926,530,1,1,0,1,2597.55,2371.1,109.488,1.73776,300,0,0,5233,2991,0,0,0,0),(71031,19937,530,1,1,16502,1,-1183.11,2599.94,30.6718,1.69297,300,0,0,4142,0,0,0,0,0),(71032,19939,530,1,1,0,0,2577.78,2394.17,109.56,3.7001,300,0,0,42,0,0,0,0,0),(71033,19939,530,1,1,0,0,2583.77,2379.85,109.561,2.98451,300,0,0,42,0,0,0,0,0),(71034,19939,530,1,1,0,0,2593.72,2373.95,109.562,3.89208,300,0,0,42,0,0,0,0,0),(71035,19939,530,1,1,0,0,2499.2,2357.25,136.656,0.820305,300,0,0,42,0,0,0,0,0),(71036,19939,530,1,1,0,0,2583.6,2331.96,116.122,1.06465,300,0,0,42,0,0,0,0,0),(71037,19939,530,1,1,0,0,2599.1,2347.28,109.562,6.23082,300,0,0,42,0,0,0,0,0),(71038,19939,530,1,1,0,0,2602.47,2365.28,109.562,4.41568,300,0,0,42,0,0,0,0,0),(71039,19939,530,1,1,0,0,2565.97,2316.31,116.11,5.46288,300,0,0,42,0,0,0,0,0),(71040,19939,530,1,1,0,0,2553.45,2313.32,115.788,3.63029,300,0,0,42,0,0,0,0,0),(71041,19939,530,1,1,0,0,2484.75,2332.78,136.581,3.68265,300,0,0,42,0,0,0,0,0),(71042,19939,530,1,1,0,0,2461.51,2336.38,136.943,4.4855,300,0,0,42,0,0,0,0,0),(71043,19939,530,1,1,0,0,2985.35,2347.61,155.916,1.85005,300,0,0,42,0,0,0,0,0),(71044,19939,530,1,1,0,0,2988.86,2040.68,152.86,0.314159,300,0,0,42,0,0,0,0,0),(71045,19939,530,1,1,0,0,3121.17,2237.64,151.674,5.42797,300,0,0,42,0,0,0,0,0),(71046,19940,530,1,1,0,0,2863.66,2591.46,108.774,6.10875,300,0,0,25304,0,2,0,0,0),(71047,19943,530,1,1,0,1,1623.24,6973.49,159.475,4.07807,300,5,0,5914,0,1,0,0,0),(71048,19943,530,1,1,0,1,1617.22,6912.75,154.988,2.50946,300,5,0,5914,0,1,0,0,0),(71049,19943,530,1,1,0,1,1656.71,6947.13,169.092,5.6811,300,5,0,5914,0,1,0,0,0),(71050,19943,530,1,1,0,1,1688.62,6920.98,163.906,2.06622,300,5,0,5914,0,1,0,0,0),(71051,19943,530,1,1,0,1,1736.48,6917.6,143.401,2.16015,300,5,0,5914,0,1,0,0,0),(71052,19943,530,1,1,0,1,1730.5,6861.14,141.299,1.63238,300,5,0,5914,0,1,0,0,0),(71053,19943,530,1,1,0,1,1793.25,6896.9,144.573,1.58919,300,5,0,5914,0,1,0,0,0),(71054,19943,530,1,1,0,1,1795.73,6859.3,140.598,5.62604,300,5,0,5914,0,1,0,0,0),(71055,19944,530,1,1,0,1,1575.62,6920.09,158.37,1.06465,300,0,0,5914,0,0,0,0,0),(71056,19944,530,1,1,0,1,1591.4,6951.98,156.74,2.14946,300,5,0,5914,0,1,0,0,0),(71057,19944,530,1,1,0,1,1570.05,6976.89,156.269,5.13127,300,0,0,5914,0,0,0,0,0),(71058,19944,530,1,1,0,1,1568.08,6942.62,156.883,0.531378,300,5,0,5914,0,1,0,0,0),(71059,19944,530,1,1,0,1,1615.24,6980.58,160.048,3.30027,300,5,0,5914,0,1,0,0,0),(71060,19944,530,1,1,0,1,1648.68,6917.44,158.548,2.575,300,5,0,5914,0,1,0,0,0),(71061,19944,530,1,1,0,1,1671.29,6989.05,156.906,4.62512,300,0,0,5914,0,0,0,0,0),(71062,19944,530,1,1,0,1,1653.12,6940.77,169.617,1.67552,300,0,0,5914,0,0,0,0,0),(71063,19944,530,1,1,0,1,1655.48,6877.59,145.297,0.964894,300,5,0,5914,0,1,0,0,0),(71064,19944,530,1,1,0,1,1697.61,6903.18,163.037,2.96706,300,0,0,5914,0,0,0,0,0),(71065,19944,530,1,1,0,1,1735.35,6909.96,142.705,5.41709,300,5,0,5914,0,1,0,0,0),(71066,19944,530,1,1,0,1,1721.08,6943.39,147.377,4.65481,300,5,0,5914,0,1,0,0,0),(71067,19945,530,1,1,0,1,1543.79,6913.55,189.227,4.93014,300,5,0,4731,2790,1,0,0,0),(71068,19945,530,1,1,0,1,1544.74,6923.42,189.246,1.14739,300,5,0,4731,2790,1,0,0,0),(71069,19945,530,1,1,0,1,1578.95,6906.34,160.379,0.452742,300,5,0,4731,2790,1,0,0,0),(71070,19945,530,1,1,0,1,1530.5,6944.96,159.58,6.04333,300,5,0,4731,2790,1,0,0,0),(71071,19945,530,1,1,0,1,1550.52,6962.99,157.105,3.26564,300,5,0,4731,2790,1,0,0,0),(71072,19945,530,1,1,0,1,1576.5,6950.51,156.865,3.27209,300,5,0,4731,2790,1,0,0,0),(71073,19945,530,1,1,0,1,1590.2,6969.73,188.339,4.16471,300,5,0,4731,2790,1,0,0,0),(71074,19945,530,1,1,0,1,1615.53,6985.14,189.203,3.66901,300,5,0,4731,2790,1,0,0,0),(71075,19945,530,1,1,0,1,1610.31,6967.94,189.087,0.150142,300,5,0,4731,2790,1,0,0,0),(71076,19945,530,1,1,0,1,1570.81,7002.82,154.621,2.67035,300,0,0,4731,2790,0,0,0,0),(71077,19945,530,1,1,0,1,1631.61,6910.37,152.238,1.58903,300,5,0,4731,2790,1,0,0,0),(71078,19945,530,1,1,0,1,1643.9,6919.72,158.558,4.19228,300,5,0,4731,2790,1,0,0,0),(71079,19945,530,1,1,0,1,1660.54,6992.3,157.68,1.72593,300,5,0,4731,2790,1,0,0,0),(71080,19945,530,1,1,0,1,1635.9,7012.65,158.445,0.739093,300,5,0,4731,2790,1,0,0,0),(71081,19945,530,1,1,0,1,1646.68,6954.17,169.817,5.34817,300,5,0,4731,2790,1,0,0,0),(71082,19945,530,1,1,0,1,1698.18,6955.79,151.726,3.73005,300,5,0,4731,2790,1,0,0,0),(71083,19946,530,1,1,0,1,-848.542,5890.17,22.5241,1.72543,300,5,0,5158,0,1,0,0,0),(71084,19946,530,1,1,0,1,-854.953,5939.23,20.6682,3.99761,300,5,0,5158,0,1,0,0,0),(71085,19946,530,1,1,0,1,-819.379,5944.26,17.6241,3.58623,300,5,0,5158,0,1,0,0,0),(71086,19946,530,1,1,0,1,-818.493,5941.18,18.6413,4.06412,300,5,0,5158,0,1,0,0,0),(71087,19946,530,1,1,0,1,-837.686,5881.71,20.601,1.584,300,5,0,5158,0,1,0,0,0),(71088,19946,530,1,1,0,1,-796.145,5948.13,19.4162,5.43918,300,5,0,5158,0,1,0,0,0),(71089,19946,530,1,1,0,1,-756.234,5953.73,17.4991,5.24273,300,5,0,5158,0,1,0,0,0),(71090,19946,530,1,1,0,1,-680.333,5927.82,17.8409,0.272542,300,5,0,5158,0,1,0,0,0),(71091,19946,530,1,1,0,1,-647.3,5957.82,22.2909,1.39188,300,5,0,5158,0,1,0,0,0),(71092,19946,530,1,1,0,1,-624.052,5910.14,20.265,3.80989,300,5,0,5158,0,1,0,0,0),(71093,19946,530,1,1,0,1,-577.974,5849.02,20.7859,3.75788,300,5,0,5158,0,1,0,0,0),(71094,19946,530,1,1,0,1,-612.038,5853.51,22.3121,1.85115,300,5,0,5158,0,1,0,0,0),(71095,19946,530,1,1,0,1,-580.67,5891.19,20.7302,4.92361,300,5,0,5158,0,1,0,0,0),(71096,19946,530,1,1,0,1,-519.765,5953.52,23.4477,4.54251,300,5,0,5158,0,1,0,0,0),(71097,19946,530,1,1,0,1,-514.698,5922.33,22.8532,3.20721,300,5,0,5158,0,1,0,0,0),(71098,19946,530,1,1,0,1,-821.875,5790.63,22.8731,5.80413,300,5,0,5158,0,1,0,0,0),(71099,19946,530,1,1,0,1,-853.239,5751.01,20.7537,4.74162,300,5,0,5158,0,1,0,0,0),(71100,19946,530,1,1,0,1,-671.651,5712.95,22.7726,2.43053,300,5,0,5158,0,1,0,0,0),(71101,19946,530,1,1,0,1,-651.597,5689.95,23.3709,5.01835,300,5,0,5158,0,1,0,0,0),(71102,19946,530,1,1,0,1,-645.792,5724.3,20.9613,3.40383,300,5,0,5158,0,1,0,0,0),(71103,19946,530,1,1,0,1,-433.714,5751.78,22.3179,3.01918,300,5,0,5158,0,1,0,0,0),(71104,19946,530,1,1,0,1,-435.069,5740.64,22.9051,4.85669,300,5,0,5158,0,1,0,0,0),(71105,19947,530,1,1,0,1,-851.198,5815.62,15.1139,5.112,300,5,0,4126,2486,1,0,0,0),(71106,19947,530,1,1,0,1,-781.081,5986.16,20.1241,5.2245,300,5,0,4126,2486,1,0,0,0),(71107,19947,530,1,1,0,1,-714.54,5938.81,19.5582,5.5434,300,5,0,4126,2486,1,0,0,0),(71108,19947,530,1,1,0,1,-699.608,5874.98,3.36825,5.7741,300,5,0,4126,2486,1,0,0,0),(71109,19947,530,1,1,0,1,-646.064,5920.71,17.6456,0.75849,300,5,0,4126,2486,1,0,0,0),(71110,19947,530,1,1,0,1,-617.708,5885.94,22.015,2.35605,300,5,0,4126,2486,1,0,0,0),(71111,19947,530,1,1,0,1,-648.703,5881.02,14.6253,0.275753,300,5,0,4126,2486,1,0,0,0),(71112,19947,530,1,1,0,1,-621.852,5853.26,23.1871,3.86526,300,5,0,4126,2486,1,0,0,0),(71113,19947,530,1,1,0,1,-594.513,5874.77,21.8552,1.26781,300,5,0,4126,2486,1,0,0,0); -INSERT INTO `creature` VALUES (71114,19947,530,1,1,0,1,-546.275,5946.2,23.2474,4.59721,300,5,0,4126,2486,1,0,0,0),(71115,19947,530,1,1,0,1,-516.124,5909.46,22.2458,4.048,300,5,0,4126,2486,1,0,0,0),(71116,19947,530,1,1,0,1,-493.821,5918.48,23.8296,1.86707,300,5,0,4126,2486,1,0,0,0),(71117,19947,530,1,1,0,1,-493.041,5951.45,23.6704,2.72728,300,5,0,4126,2486,1,0,0,0),(71118,19947,530,1,1,0,1,-421.082,5776.39,10.4869,3.94666,300,5,0,4126,2486,1,0,0,0),(71119,19947,530,1,1,0,1,-827.008,5778.69,22.9981,2.95652,300,5,0,4126,2486,1,0,0,0),(71120,19947,530,1,1,0,1,-832.812,5784.9,22.1231,4.951,300,5,0,4126,2486,1,0,0,0),(71121,19947,530,1,1,0,1,-668.828,5723.04,21.5226,0.062019,300,5,0,4126,2486,1,0,0,0),(71122,19947,530,1,1,0,1,-653.145,5753.25,21.3802,0.46768,300,5,0,4126,2486,1,0,0,0),(71123,19947,530,1,1,0,1,-626.824,5685.59,19.7509,3.70901,300,5,0,4126,2486,1,0,0,0),(71124,19947,530,1,1,0,1,-453.274,5759.34,20.5323,1.92374,300,5,0,4126,2486,1,0,0,0),(71125,19948,530,1,1,0,1,1665.25,6686.5,101.072,6.13024,300,5,0,5914,0,1,0,0,0),(71126,19948,530,1,1,0,1,1685.29,6635.4,51.0655,3.1875,300,5,0,5914,0,1,0,0,0),(71127,19948,530,1,1,0,1,1764.25,6633.5,72.4947,4.97419,300,0,0,5914,0,0,0,0,0),(71128,19948,530,1,1,0,1,1668.41,6592.73,29.4222,5.6057,300,5,0,5914,0,1,0,0,0),(71129,19948,530,1,1,0,1,1490.48,6389.52,35.0667,1.25664,300,0,0,5914,0,0,0,0,0),(71130,19948,530,1,1,0,1,1475.68,6370.47,47.9472,4.91852,300,5,0,5914,0,1,0,0,0),(71131,19948,530,1,1,0,1,1506.29,6350.63,1.35381,0.226893,300,0,0,5914,0,0,0,0,0),(71132,19948,530,1,1,0,1,1524.33,6303.77,3.60991,0.959931,300,0,0,5914,0,0,0,0,0),(71133,19948,530,1,1,0,1,1591.05,6355.33,3.62795,5.8294,300,0,0,5914,0,0,0,0,0),(71134,19948,530,1,1,0,1,1603.46,6298.13,2.32672,1.0472,300,5,0,5914,0,1,0,0,0),(71135,19948,530,1,1,0,1,1638.35,6285.19,3.72868,1.64061,300,0,0,5914,0,0,0,0,0),(71136,19948,530,1,1,0,1,1663.04,6287.85,3.48295,0.942478,300,5,0,5914,0,1,0,0,0),(71137,19948,530,1,1,0,1,1664.38,6329.82,2.08179,3.03687,300,0,0,5914,0,0,0,0,0),(71138,19948,530,1,1,0,1,1629.88,6381.06,-5.78942,1.06465,300,0,0,5914,0,0,0,0,0),(71139,19948,530,1,1,0,1,1663.54,6375.01,-6.86492,1.25664,300,0,0,5914,0,0,0,0,0),(71140,19948,530,1,1,0,1,1710.76,6323.52,36.9061,1.09956,300,0,0,5914,0,0,0,0,0),(71141,19948,530,1,1,0,1,1699.18,6301.06,1.54585,2.55711,300,5,0,5914,0,1,0,0,0),(71142,19948,530,1,1,0,1,1706.66,6271.34,2.03445,2.33874,300,5,0,5914,0,1,0,0,0),(71143,19948,530,1,1,0,1,1810.76,6293.77,2.12309,4.64595,300,5,0,5914,0,1,0,0,0),(71144,19948,530,1,1,0,1,1772.16,6334.51,0.95474,1.26232,300,5,0,5914,0,1,0,0,0),(71145,19948,530,1,1,0,1,1645.47,6469.6,0.23504,3.6358,300,5,0,5914,0,1,0,0,0),(71146,19948,530,1,1,0,1,1774.49,6516.74,3.31384,6.26486,300,5,0,5914,0,1,0,0,0),(71147,19948,530,1,1,0,1,1808.34,6508.51,2.08003,1.57335,300,5,0,5914,0,1,0,0,0),(71148,19948,530,1,1,0,1,1889.06,6448.71,-0.70441,2.01698,300,5,0,5914,0,1,0,0,0),(71149,19948,530,1,1,0,1,1942.4,6462.87,2.12102,5.14872,300,5,0,5914,0,1,0,0,0),(71150,19948,530,1,1,0,1,1985.2,6473.04,2.16642,4.20624,300,5,0,5914,0,1,0,0,0),(71151,19948,530,1,1,0,1,2058.42,6469.89,2.08375,4.77785,300,5,0,5914,0,1,0,0,0),(71152,19948,530,1,1,0,1,2091.86,6442.17,-1.3251,1.71587,300,5,0,5914,0,1,0,0,0),(71153,19948,530,1,1,0,1,2028.27,6319.71,1.69833,3.09693,300,5,0,5914,0,1,0,0,0),(71154,19948,530,1,1,0,1,2126.85,6349.46,-0.059461,1.0153,300,5,0,5914,0,1,0,0,0),(71155,19948,530,1,1,0,1,2129.19,6312.44,2.32334,6.26255,300,5,0,5914,0,1,0,0,0),(71156,19948,530,1,1,0,1,1983.92,6347.7,-6.21386,5.80524,300,5,0,5914,0,1,0,0,0),(71157,19948,530,1,1,0,1,1953.58,6325.8,2.10149,3.13058,300,5,0,5914,0,1,0,0,0),(71158,19948,530,1,1,0,1,1940.38,6354.31,-2.01841,3.85721,300,5,0,5914,0,1,0,0,0),(71159,19948,530,1,1,0,1,1967.73,6350.62,-5.56985,2.48989,300,5,0,5914,0,1,0,0,0),(71160,19948,530,1,1,0,1,2286.43,6332.43,-0.32448,4.1212,300,5,0,5914,0,1,0,0,0),(71161,19948,530,1,1,0,1,2224.76,6313.61,2.6005,1.88496,300,5,0,5914,0,1,0,0,0),(71162,19948,530,1,1,0,1,2192.54,6337.09,5.6612,0.16271,300,5,0,5914,0,1,0,0,0),(71163,19952,530,1,1,0,1,1536.28,6381.76,1.97644,4.64258,300,0,0,4731,2790,0,0,0,0),(71164,19952,530,1,1,0,1,1602.29,6490.13,2.65976,5.75181,300,5,0,4731,2790,1,0,0,0),(71165,19952,530,1,1,0,1,1537.28,6337.37,3.256,0.767945,300,5,0,4731,2790,1,0,0,0),(71166,19952,530,1,1,0,1,1589.49,6268.34,4.17122,1.76278,300,0,0,4731,2790,0,0,0,0),(71167,19952,530,1,1,0,1,1608.06,6329.53,0.14751,6.23082,300,5,0,4731,2790,1,0,0,0),(71168,19952,530,1,1,0,1,1633.62,6323.99,-0.276378,2.67035,300,0,0,4731,2790,0,0,0,0),(71169,19952,530,1,1,0,1,1744.46,6484.29,-0.17361,3.22668,300,5,0,4731,2790,1,0,0,0),(71170,19952,530,1,1,0,1,1770.08,6433.45,-6.68157,1.8514,300,5,0,4731,2790,1,0,0,0),(71171,19952,530,1,1,0,1,2016.55,6421.52,1.05236,2.50007,300,5,0,4731,2790,1,0,0,0),(71172,19957,530,1,1,0,1,1484.74,6508.2,-10.2139,5.57654,300,5,0,5914,0,1,0,0,0),(71173,19957,530,1,1,0,1,1580.17,6358.11,3.76751,5.20919,300,5,0,5914,0,1,0,0,0),(71174,19957,530,1,1,0,1,1567.21,6300.45,3.92716,1.57909,300,5,0,5914,0,1,0,0,0),(71175,19957,530,1,1,0,1,1578.9,6260.99,26.8423,0.226893,300,0,0,5914,0,0,0,0,0),(71176,19957,530,1,1,0,1,1990.52,6469.29,2.16642,0.254817,300,0,0,5914,0,0,0,0,0),(71177,19957,530,1,1,0,1,2240.84,6321.88,1.97154,1.98968,300,0,0,5914,0,0,0,0,0),(71178,19957,530,1,1,0,1,3081.78,5856.45,0.07898,0.488692,300,5,0,5914,0,1,0,0,0),(71179,19957,530,1,1,0,1,3229.15,5890.47,-2.89632,2.65874,300,5,0,5914,0,1,0,0,0),(71180,19957,530,1,1,0,1,3208.24,5692.78,-0.598674,1.67552,300,5,0,5914,0,1,0,0,0),(71181,19957,530,1,1,0,1,3531.44,5840.63,3.27137,0.527463,300,5,0,5914,0,1,0,0,0),(71182,19960,530,1,1,0,0,2961.35,4827.73,277.629,1.22735,300,5,0,6542,0,1,0,0,0),(71183,19960,530,1,1,0,0,2963.09,4793.36,282.714,6.26258,300,5,0,6542,0,1,0,0,0),(71184,19960,530,1,1,0,0,2937.23,4783.72,282.839,6.04732,300,5,0,6542,0,1,0,0,0),(71185,19960,530,1,1,0,0,2880.71,4836.11,278.049,1.66075,300,5,0,6542,0,1,0,0,0),(71186,19960,530,1,1,0,0,2944.35,4764.96,283.689,5.89893,300,5,0,6542,0,1,0,0,0),(71187,19961,530,1,1,0,1,2962.18,4867.59,277.53,4.44001,300,0,0,6542,0,0,0,0,0),(71188,19961,530,1,1,0,1,2924.09,4845.89,279.071,4.53062,300,0,0,6542,0,0,0,0,0),(71189,19961,530,1,1,0,1,2892.13,4779.99,277.635,1.99933,300,0,0,6542,0,0,0,0,0),(71190,19961,530,1,1,0,1,2929.56,4773.5,283.636,2.52554,300,0,0,6542,0,0,0,0,0),(71191,19961,530,1,1,0,1,2973.15,4762.98,285.438,4.99256,300,0,0,6542,0,0,0,0,0),(71192,19961,530,1,1,0,1,2985.28,4760.73,285.207,3.54302,300,0,0,6542,0,0,0,0,0),(71193,19961,530,1,1,0,1,2862.43,4819.82,282.854,5.48904,300,0,0,6542,0,0,0,0,0),(71194,19973,530,1,1,0,0,1655.98,7314.48,363.861,5.57981,300,5,0,6986,0,1,0,0,0),(71195,19973,530,1,1,0,0,1622.37,7337.72,364.134,4.60572,300,5,0,6986,0,1,0,0,0),(71196,19973,530,1,1,0,0,1583.35,7313.06,363.839,5.76352,300,5,0,6986,0,1,0,0,0),(71197,19973,530,1,1,0,0,1595.36,7269.52,364.289,1.06872,300,5,0,6986,0,1,0,0,0),(71198,19973,530,1,1,0,0,1579.35,7255.81,364.782,6.20597,300,5,0,6986,0,1,0,0,0),(71199,19973,530,1,1,0,0,1492.58,7340.67,365.049,5.72242,300,5,0,6986,0,1,0,0,0),(71200,19973,530,1,1,0,0,1404.71,7282.54,364.383,4.70562,300,5,0,6986,0,1,0,0,0),(71201,19973,530,1,1,0,0,1388.81,7399.27,365.797,4.43314,300,0,0,6986,0,0,0,0,0),(71202,19973,530,1,1,0,0,1302.85,7283.13,364.961,0.261799,300,0,0,6986,0,0,0,0,0),(71203,19973,530,1,1,0,0,1358.33,7241.67,365.113,6.09979,300,5,0,6986,0,1,0,0,0),(71204,19973,530,1,1,0,0,1397.67,7241.42,364.212,5.87472,300,5,0,6986,0,1,0,0,0),(71205,19973,530,1,1,0,0,1410.35,7242.94,364.26,1.58454,300,5,0,6986,0,1,0,0,0),(71206,19973,530,1,1,0,0,1475.64,7165.92,365.16,4.45059,300,5,0,6986,0,1,0,0,0),(71207,19978,530,1,1,0,0,1967.62,5413.53,154.09,1.25077,300,0,0,6542,0,0,0,0,0),(71208,19978,530,1,1,0,0,1764.51,5394.73,154.17,1.76278,300,0,0,6542,0,0,0,0,0),(71209,19979,530,1,1,0,1,1848.64,5398.72,154.219,4.64258,300,0,0,6326,0,0,0,0,0),(71210,19979,530,1,1,0,1,1801.61,5373.04,154.27,3.29867,300,0,0,6326,0,0,0,0,0),(71211,19979,530,1,1,0,1,1764.57,5391.18,154.204,4.45649,300,0,0,6326,0,0,0,0,0),(71212,19979,530,1,1,0,1,1774.16,5411.6,154.329,2.73551,300,0,0,6326,0,0,0,0,0),(71213,19979,530,1,1,0,1,1788.52,5352.82,154.631,1.81514,300,0,0,6326,0,0,0,0,0),(71214,19979,530,1,1,0,1,1762.06,5369.96,154.453,2.62896,300,0,0,6326,0,0,0,0,0),(71215,19979,530,1,1,0,1,1781.69,5383.73,154.344,2.58073,300,0,0,6326,0,0,0,0,0),(71216,19979,530,1,1,0,1,1781.76,5296.17,153.825,1.74533,300,0,0,6326,0,0,0,0,0),(71217,19979,530,1,1,0,1,1847.13,5382.24,154.156,1.46608,300,0,0,6326,0,0,0,0,0),(71218,19979,530,1,1,0,1,1855.26,5074.81,141.409,4.92565,300,0,0,6326,0,0,0,0,0),(71219,19979,530,1,1,0,1,1880.29,5011.7,141.528,1.63113,300,5,0,6326,0,1,0,0,0),(71220,19979,530,1,1,0,1,1861.57,5037.11,136.768,2.7412,300,5,0,6326,0,1,0,0,0),(71221,19979,530,1,1,0,1,1885.87,5113.55,152.534,4.84453,300,0,0,6326,0,0,0,0,0),(71222,19979,530,1,1,0,1,1937.91,5182.71,164.902,4.6487,300,0,0,6326,0,0,0,0,0),(71223,19979,530,1,1,0,1,1932.71,5158.55,163.267,1.18772,300,0,0,6326,0,0,0,0,0),(71224,19979,530,1,1,0,1,1916.16,5192.54,162.92,4.03171,300,0,0,6326,0,0,0,0,0),(71225,19979,530,1,1,0,1,1871.3,5027.47,137.913,5.4378,300,0,0,6326,0,0,0,0,0),(71226,19979,530,1,1,0,1,1893.41,4991.81,149.536,5.37934,300,0,0,6326,0,0,0,0,0),(71227,19980,530,1,1,0,0,2136.72,5404.09,145.447,4.69516,300,5,0,6326,0,1,0,0,0),(71228,19980,530,1,1,0,0,2215.62,5440.08,144.35,0.241751,300,5,0,6326,0,1,0,0,0),(71229,19982,530,1,1,0,1,1782.79,4656.66,146.672,5.54203,300,5,0,5914,0,1,0,0,0),(71230,19982,530,1,1,0,1,1783.16,4679.61,145.748,1.32265,300,5,0,5914,0,1,0,0,0),(71231,19982,530,1,1,0,1,1729.17,4687.5,148.225,2.43294,300,5,0,5914,0,1,0,0,0),(71232,19982,530,1,1,0,1,1678.59,4700.79,144.151,3.10166,300,5,0,5914,0,1,0,0,0),(71233,19982,530,1,1,0,1,1660.64,4684.02,144.12,3.5502,300,5,0,5914,0,1,0,0,0),(71234,19982,530,1,1,0,1,1612.76,4649.69,142.444,1.5205,300,5,0,5914,0,1,0,0,0),(71235,19982,530,1,1,0,1,1641.39,4687.94,144.461,2.02327,300,5,0,5914,0,1,0,0,0),(71236,19982,530,1,1,0,1,1644.91,4686.79,144.618,3.25849,300,5,0,5914,0,1,0,0,0),(71237,19982,530,1,1,0,1,1615.83,4648.52,142.694,3.91773,300,5,0,5914,0,1,0,0,0),(71238,19982,530,1,1,0,1,1680.59,4700.93,144.552,2.89811,300,5,0,5914,0,1,0,0,0),(71239,19982,530,1,1,0,1,1744.19,4650.73,148.649,2.05541,300,5,0,5914,0,1,0,0,0),(71240,19982,530,1,1,0,1,1735.22,4688.78,147.593,1.0332,300,5,0,5914,0,1,0,0,0),(71241,19982,530,1,1,0,1,1780.98,4650.78,147.171,5.23484,300,5,0,5914,0,1,0,0,0),(71242,19982,530,1,1,0,1,1779.69,4680.71,146.017,1.57904,300,5,0,5914,0,1,0,0,0),(71243,19982,530,1,1,0,1,1616.14,4646.3,142.694,5.18697,300,5,0,5914,0,1,0,0,0),(71244,19982,530,1,1,0,1,1640.44,4664.67,143.934,4.28107,300,5,0,5914,0,1,0,0,0),(71245,19982,530,1,1,0,1,1643.2,4690.53,144.243,0.137904,300,5,0,5914,0,1,0,0,0),(71246,19982,530,1,1,0,1,1679.94,4702.67,144.47,2.34926,300,5,0,5914,0,1,0,0,0),(71247,19983,530,1,1,0,1,1634.88,5062.44,175.857,0.934978,300,5,0,4731,2790,1,0,0,0),(71248,19983,530,1,1,0,1,1624.32,5074.67,174.327,0.506145,300,5,0,4731,2790,1,0,0,0),(71249,19983,530,1,1,0,1,1731.09,5022.67,165.263,2.11312,300,5,0,4731,2790,1,0,0,0),(71250,19983,530,1,1,0,1,1715.47,5001.27,177.429,1.27627,300,5,0,4731,2790,1,0,0,0),(71251,19983,530,1,1,0,1,1774.94,5011.96,171.076,3.39337,300,5,0,4731,2790,1,0,0,0),(71252,19983,530,1,1,0,1,1764.39,5058.01,171.834,0.964506,300,5,0,4731,2790,1,0,0,0),(71253,19983,530,1,1,0,1,1738.21,4926.79,170.923,0.132736,300,5,0,4731,2790,1,0,0,0),(71254,19983,530,1,1,0,1,1680.32,4929.22,170.865,0.980604,300,5,0,4731,2790,1,0,0,0),(71255,19983,530,1,1,0,1,1751.47,4875.35,171.35,4.66998,300,5,0,4731,2790,1,0,0,0),(71256,19983,530,1,1,0,1,1695.78,4578.55,144.339,2.92916,300,5,0,4731,2790,1,0,0,0),(71257,19983,530,1,1,0,1,1700.28,4653.28,145.548,0.512759,300,5,0,4731,2790,1,0,0,0),(71258,19983,530,1,1,0,1,1739.59,4594.63,145.474,4.01443,300,5,0,4731,2790,1,0,0,0),(71259,19983,530,1,1,0,1,1701.72,4652.68,145.673,5.7217,300,5,0,4731,2790,1,0,0,0),(71260,19983,530,1,1,0,1,1643.34,4609.3,141.383,2.88042,300,5,0,4731,2790,1,0,0,0),(71261,19983,530,1,1,0,1,1662.67,4591.71,141.63,1.06465,300,0,0,4731,2790,0,0,0,0),(71262,19983,530,1,1,0,1,1697.37,4574.15,144.428,2.11185,300,0,0,4731,2790,0,0,0,0),(71264,19983,530,1,1,0,1,1743.09,4594.74,145.477,5.35955,300,5,0,4731,2790,1,0,0,0),(71265,19983,530,1,1,0,1,1746.15,4593.75,145.571,2.05949,300,0,0,4731,2790,0,0,0,0),(71266,19984,530,1,1,0,1,1701.17,4947.04,170.702,0.556726,300,5,0,4731,2790,1,0,0,0),(71267,19984,530,1,1,0,1,1755.81,5027.24,170.794,4.01426,300,5,0,4731,2790,1,0,0,0),(71268,19984,530,1,1,0,1,1733.56,4951.05,170.809,4.29351,300,5,0,4731,2790,1,0,0,0),(71269,19984,530,1,1,0,1,1801.2,5069.18,174.601,3.33358,300,5,0,4731,2790,1,0,0,0),(71270,19984,530,1,1,0,1,1820.41,5031.96,172.16,1.07741,300,5,0,4731,2790,1,0,0,0),(71271,19984,530,1,1,0,1,1725.73,4864.52,171.102,4.38078,300,5,0,4731,2790,1,0,0,0),(71272,19984,530,1,1,0,1,1746.75,4648.19,148.756,4.13219,300,5,0,4731,2790,1,0,0,0),(71273,19984,530,1,1,0,1,1762.15,4619.01,146.198,2.26962,300,0,0,4731,2790,0,0,0,0),(71274,19984,530,1,1,0,1,1712.42,4652.36,145.853,4.39427,300,0,0,4731,2790,0,0,0,0),(71275,19984,530,1,1,0,1,1712.21,4587,144.755,4.04706,300,5,0,4731,2790,1,0,0,0),(71276,19984,530,1,1,0,1,1642.8,4629.26,144.023,0.288099,300,5,0,4731,2790,1,0,0,0),(71277,19984,530,1,1,0,1,1664.99,4650.39,145.002,4.86028,300,0,0,4731,2790,0,0,0,0),(71278,19984,530,1,1,0,1,1660.09,4603.94,141.627,1.2718,300,5,0,4731,2790,1,0,0,0),(71279,19984,530,1,1,0,1,1639.53,4628.71,143.55,0.244645,300,5,0,4731,2790,1,0,0,0),(71280,19984,530,1,1,0,1,1722.04,4642.23,147.423,5.92345,300,5,0,4731,2790,1,0,0,0),(71281,19984,530,1,1,0,1,1745.37,4649.77,148.631,4.40096,300,5,0,4731,2790,1,0,0,0),(71282,19984,530,1,1,0,1,1717.04,4592.29,144.755,1.24321,300,5,0,4731,2790,1,0,0,0),(71283,19985,530,1,1,0,1,3185.75,5315.56,147.576,3.7313,300,5,0,4892,2846,1,0,0,0),(71284,19985,530,1,1,0,1,3199.35,5308.48,176.268,1.30969,300,0,0,4892,2846,2,0,0,0),(71285,19985,530,1,1,0,1,3234.72,5292.71,145.165,2.26542,300,5,0,4892,2846,1,0,0,0),(71286,19985,530,1,1,0,1,3223.5,5303.22,176.186,4.15704,300,0,0,4892,2846,2,0,0,0),(71287,19985,530,1,1,0,1,3268.42,5376.27,145.145,3.86497,300,5,0,4892,2846,1,0,0,0),(71288,19985,530,1,1,0,1,3267.17,5372.43,176.272,0.336844,300,0,0,4892,2846,2,0,0,0),(71289,19985,530,1,1,0,1,3251.73,5350.11,175.65,5.74571,300,0,0,4892,2846,2,0,0,0),(71290,19985,530,1,1,0,1,3284.35,5305.12,147.991,6.2329,300,5,0,4892,2846,1,0,0,0),(71291,19986,530,1,1,0,1,3163.43,5394.94,145.739,3.47572,300,5,0,6116,0,1,0,0,0),(71292,19986,530,1,1,0,1,3148.16,5296.61,147.795,5.25572,300,5,0,6116,0,1,0,0,0),(71293,19986,530,1,1,0,1,3142.76,5312.82,148.327,4.50621,300,5,0,6116,0,1,0,0,0),(71294,19986,530,1,1,0,1,3145.95,5343.48,147.323,5.04404,300,5,0,6116,0,1,0,0,0),(71295,19986,530,1,1,0,1,3338.88,5343.98,154.18,1.93951,300,5,0,6116,0,1,0,0,0),(71296,19986,530,1,1,0,1,3355.8,5312.81,147.765,5.57657,300,5,0,6116,0,1,0,0,0),(71297,19986,530,1,1,0,1,3303.88,5409.22,146.949,2.11251,300,5,0,6116,0,1,0,0,0),(71298,19986,530,1,1,0,1,3343.57,5361.36,150.24,3.20122,300,5,0,6116,0,1,0,0,0),(71299,19987,530,1,1,0,1,3177.37,5357.3,146.055,4.75413,300,0,0,6116,0,0,0,0,0),(71300,19987,530,1,1,0,1,3230.17,5380.85,144.83,3.88486,300,5,0,6116,0,1,0,0,0),(71301,19987,530,1,1,0,1,3189.34,5295.94,148.437,1.68139,300,5,0,6116,0,1,0,0,0),(71302,19987,530,1,1,0,1,3234.8,5328.32,169.034,0.88626,300,0,0,6116,0,2,0,0,0),(71303,19987,530,1,1,0,1,3276.63,5346.13,147.305,1.32491,300,0,0,6116,0,0,0,0,0),(71304,19987,530,1,1,0,1,3282.55,5291.44,146.925,6.02303,300,0,0,6116,0,0,0,0,0),(71305,19987,530,1,1,0,1,3313.85,5300.02,150.135,1.22803,300,5,0,6116,0,1,0,0,0),(71306,19987,530,1,1,0,1,3285.59,5336.21,149.454,4.23598,300,5,0,6116,0,1,0,0,0),(71307,19987,530,1,1,0,1,3289.06,5337.99,165.601,2.53497,300,0,0,6116,0,2,0,0,0),(71308,19988,530,1,1,0,1,3510.97,6552.26,131.945,3.50044,300,5,0,4428,0,1,0,0,0),(71309,19988,530,1,1,0,1,3542.88,6576.96,133.043,4.85052,300,5,0,4428,0,1,0,0,0),(71310,19988,530,1,1,0,1,3617.97,6574.75,134.924,0.556839,300,5,0,4428,0,1,0,0,0),(71311,19988,530,1,1,0,1,3669.47,6634.12,129.701,4.34458,300,5,0,4428,0,1,0,0,0),(71312,19988,530,1,1,0,1,3641.1,6608.94,131.809,2.54438,300,5,0,4428,0,1,0,0,0),(71313,19988,530,1,1,0,1,3770.66,6629.18,150.586,3.62052,300,5,0,4428,0,1,0,0,0),(71314,19988,530,1,1,0,1,3762.06,6639.39,149.141,5.34727,300,5,0,4428,0,2,0,0,0),(71315,19988,530,1,1,0,1,3683.92,6677.08,129.547,1.36421,300,5,0,4428,0,1,0,0,0),(71316,19988,530,1,1,0,1,3730.08,6694.57,136.039,4.03841,300,5,0,4428,0,1,0,0,0),(71317,19988,530,1,1,0,1,3724.2,6728.1,135.576,1.93219,300,5,0,4428,0,1,0,0,0),(71318,19988,530,1,1,0,1,3681.47,6763.18,135.541,0.720196,300,5,0,4428,0,1,0,0,0),(71319,19988,530,1,1,0,1,3676.6,6689.49,129.246,4.97916,300,5,0,4428,0,1,0,0,0),(71320,19989,530,1,1,0,1,3531.33,6639.55,175.889,5.80663,300,5,0,5060,2933,1,0,0,0),(71321,19989,530,1,1,0,1,3624.09,6596.42,133.614,0.698132,300,0,0,5060,2933,0,0,0,0),(71322,19989,530,1,1,0,1,3611.41,6616.52,130.546,1.81514,300,0,0,5060,2933,0,0,0,0),(71323,19989,530,1,1,0,1,3624.21,6545.54,154.885,3.70902,300,0,0,5060,2933,0,0,0,0),(71324,19989,530,1,1,0,1,3624.64,6514.74,154.813,3.89208,300,0,0,5060,2933,0,0,0,0),(71325,19989,530,1,1,0,1,3639.2,6509.52,165.402,1.67727,300,5,0,5060,2933,1,0,0,0),(71326,19989,530,1,1,0,1,3626.04,6517.83,165.976,2.1332,300,5,0,5060,2933,1,0,0,0),(71327,19989,530,1,1,0,1,3669.37,6576.32,133.949,4.76837,300,5,0,5060,2933,1,0,0,0),(71328,19989,530,1,1,0,1,3634.39,6660.44,174.718,3.03778,300,5,0,5060,2933,1,0,0,0),(71329,19989,530,1,1,0,1,3721.89,6547.61,179.452,5.14642,300,5,0,5060,2933,1,0,0,0),(71330,19989,530,1,1,0,1,3751.7,6545.23,179.443,0.610438,300,5,0,5060,2933,1,0,0,0),(71331,19989,530,1,1,0,1,3807.57,6653.5,169.667,2.71678,300,5,0,5060,2933,1,0,0,0),(71332,19989,530,1,1,0,1,3775.24,6719.76,137.539,3.8433,300,5,0,5060,2933,1,0,0,0),(71333,19989,530,1,1,0,1,3813.79,6677.12,169.205,0.476004,300,5,0,5060,2933,1,0,0,0),(71334,19989,530,1,1,0,1,3770.25,6728.92,169.653,2.78863,300,5,0,5060,2933,1,0,0,0),(71335,19989,530,1,1,0,1,3792.73,6726.22,169.707,4.80069,300,5,0,5060,2933,1,0,0,0),(71336,19989,530,1,1,0,1,3619.95,6682.86,174.765,3.94548,300,5,0,5060,2933,1,0,0,0),(71337,19989,530,1,1,0,1,3584.37,6679.51,128.593,3.12414,300,0,0,5060,2933,0,0,0,0),(71338,19989,530,1,1,0,1,3519.54,6739.42,204.456,5.38903,300,0,0,5060,2933,0,0,0,0),(71339,19989,530,1,1,0,1,3484.26,6738.45,204,4.36987,300,5,0,5060,2933,1,0,0,0),(71340,19989,530,1,1,0,1,3405.28,6680.71,204.681,5.84321,300,5,0,5060,2933,1,0,0,0),(71341,19989,530,1,1,0,1,3387.83,6698.7,215.623,1.90291,300,5,0,5060,2933,1,0,0,0),(71342,19990,530,1,1,0,1,3581.23,6612.03,130.046,0.10472,300,0,0,6326,0,0,0,0,0),(71343,19990,530,1,1,0,1,3575.5,6651.48,128.52,2.18166,300,0,0,6326,0,0,0,0,0),(71344,19990,530,1,1,0,1,3586.76,6662.39,168.141,3.40228,300,5,0,6326,0,1,0,0,0),(71345,19990,530,1,1,0,1,3642.33,6560.56,136.846,3.33665,300,5,0,6326,0,1,0,0,0),(71346,19990,530,1,1,0,1,3621.71,6560.25,135.936,0.663225,300,0,0,6326,0,0,0,0,0),(71347,19990,530,1,1,0,1,3658.86,6650.45,127.036,6.00393,300,0,0,6326,0,0,0,0,0),(71348,19990,530,1,1,0,1,3668.49,6538.43,164.134,3.384,300,5,0,6326,0,1,0,0,0),(71349,19990,530,1,1,0,1,3715.67,6582.38,131.811,2.09214,300,5,0,6326,0,1,0,0,0),(71350,19990,530,1,1,0,1,3760.11,6595.35,145.05,5.38853,300,5,0,6326,0,1,0,0,0),(71351,19990,530,1,1,0,1,3743.09,6596.69,165.396,4.3569,300,5,0,6326,0,1,0,0,0),(71352,19990,530,1,1,0,1,3664.17,6660.82,127.628,2.42006,300,5,0,6326,0,1,0,0,0),(71353,19990,530,1,1,0,1,3763.33,6632.31,150.317,6.08268,300,0,0,6326,0,0,0,0,0),(71354,19990,530,1,1,0,1,3789.1,6649.72,159.939,3.73333,300,5,0,6326,0,1,0,0,0),(71355,19990,530,1,1,0,1,3778.11,6706.03,138.19,2.89689,300,5,0,6326,0,1,0,0,0),(71356,19990,530,1,1,0,1,3828.99,6659.73,169.658,5.54995,300,0,0,6326,0,0,0,0,0),(71357,19990,530,1,1,0,1,3523.61,6690.4,182.895,5.07255,300,5,0,6326,0,1,0,0,0),(71358,19990,530,1,1,0,1,3476.56,6733.34,202.923,0.449903,300,5,0,6326,0,1,0,0,0),(71359,19990,530,1,1,0,1,3410.44,6718.23,204.689,2.68781,300,0,0,6326,0,0,0,0,0),(71360,19990,530,1,1,0,1,3387.66,6699.44,215.612,1.38362,300,5,0,6326,0,1,0,0,0),(71361,19991,530,1,1,0,1,1552.97,6569.58,6.42771,3.71755,300,0,0,5914,0,0,0,0,0),(71362,19991,530,1,1,0,1,1499.16,6561.38,-10.2455,4.24115,300,0,0,5914,0,0,0,0,0),(71363,19991,530,1,1,0,1,1408.01,6524.47,4.42363,0.087266,300,0,0,5914,0,0,0,0,0),(71364,19991,530,1,1,0,1,1458.72,6488.03,-10.2555,0.15708,300,0,0,5914,0,0,0,0,0),(71365,19991,530,1,1,0,1,1404,6569.53,4.41387,0.122173,300,0,0,5914,0,0,0,0,0),(71366,19991,530,1,1,0,1,1523.25,6462.28,-10.2139,0.471239,300,0,0,5914,0,0,0,0,0),(71367,19992,530,1,1,0,1,1538.81,6501.94,-10.1167,4.99164,300,0,0,4731,2790,0,0,0,0),(71368,19993,530,1,1,0,0,3096.4,5897.46,-5.59262,0.384137,300,5,0,6116,0,1,0,0,0),(71369,19993,530,1,1,0,0,3106.7,5806.45,0.04457,1.09956,300,0,0,6116,0,0,0,0,0),(71370,19993,530,1,1,0,0,3224.73,5892.79,-3.11697,4.01426,300,0,0,6116,0,0,0,0,0),(71371,19993,530,1,1,0,0,3261.58,5869.3,-1.86502,4.31096,300,0,0,6116,0,0,0,0,0),(71372,19993,530,1,1,0,0,3198.46,5902.46,-4.34794,4.20624,300,0,0,6116,0,2,0,0,0),(71373,19993,530,1,1,0,0,3248.54,5844.17,-1.08459,3.90954,300,0,0,6116,0,2,0,0,0),(71374,19993,530,1,1,0,0,3368.57,5811.02,40.022,3.80482,300,0,0,6116,0,0,0,0,0),(71375,19993,530,1,1,0,0,3359.92,5834.11,17.832,1.1262,300,0,0,6116,0,2,0,0,0),(71376,19993,530,1,1,0,0,3297.24,5721.74,-7.1476,2.95262,300,5,0,6116,0,1,0,0,0),(71377,19993,530,1,1,0,0,3287.47,5663.57,19.9143,0.475089,300,5,0,6116,0,1,0,0,0),(71378,19993,530,1,1,0,0,3191.49,5758.7,-6.76039,5.45245,300,5,0,6116,0,1,0,0,0),(71379,19993,530,1,1,0,0,3407,5736.28,-10.042,3.89208,300,0,0,6116,0,0,0,0,0),(71380,19993,530,1,1,0,0,3383.74,5757.26,-9.46386,3.92699,300,0,0,6116,0,0,0,0,0),(71381,19993,530,1,1,0,0,3477.73,5754.44,34.2339,5.55015,300,0,0,6116,0,0,0,0,0),(71382,19993,530,1,1,0,0,3524.77,5854.66,3.31816,5.67232,300,0,0,6116,0,0,0,0,0),(71383,19993,530,1,1,0,0,3505.26,5713.36,-9.43837,4.72984,300,0,0,6116,0,0,0,0,0),(71384,19993,530,1,1,0,0,3553.14,5800.52,36.3056,3.07178,300,5,0,6116,0,1,0,0,0),(71385,19993,530,1,1,0,0,3560.62,5783.93,36.6128,4.64258,300,0,0,6116,0,0,0,0,0),(71386,19993,530,1,1,0,0,3536.15,5713.89,-9.45284,4.64258,300,0,0,6116,0,0,0,0,0),(71387,19994,530,1,1,0,1,3087.89,5925.95,-6.57739,2.23511,300,5,0,4281,6588,1,0,0,0),(71388,19994,530,1,1,0,1,3083.33,5868.84,-0.592622,5.95157,300,5,0,4281,6588,1,0,0,0),(71389,19994,530,1,1,0,1,3123.15,5842.21,-9.74833,1.51844,300,0,0,4281,6588,0,0,0,0),(71390,19994,530,1,1,0,1,3162.78,5796.71,-7.40365,0.314159,300,0,0,4281,6588,0,0,0,0),(71391,19994,530,1,1,0,1,3179.62,5872,-6.67214,2.1748,300,5,0,4281,6588,1,0,0,0),(71392,19994,530,1,1,0,1,3326.09,5703.92,-0.704578,0.733038,300,0,0,4281,6588,0,0,0,0),(71393,19994,530,1,1,0,1,3463.08,5733.71,11.7983,0.622323,300,0,0,4281,6588,2,0,0,0),(71394,19994,530,1,1,0,1,3428.07,5843.99,4.67882,5.17503,300,0,0,4281,6588,0,0,0,0),(71395,19994,530,1,1,0,1,3462.94,5839.89,5.06826,5.46288,300,0,0,4281,6588,0,0,0,0),(71396,19994,530,1,1,0,1,3490.88,5781.21,4.53717,5.42797,300,0,0,4281,6588,0,0,0,0),(71397,19994,530,1,1,0,1,3479.72,5828.57,5.21275,2.54818,300,5,0,4281,6588,1,0,0,0),(71398,19994,530,1,1,0,1,3535.76,5843.14,3.34473,3.66913,300,0,0,4281,6588,0,0,0,0),(71399,19994,530,1,1,0,1,3501.82,5862.58,17.1703,0.959931,300,0,0,4281,6588,2,0,0,0),(71400,19994,530,1,1,0,1,3613.78,5787.32,3.98583,3.01942,300,5,0,4281,6588,1,0,0,0),(71401,19995,530,1,1,0,1,2176.86,6463.75,42.291,4.55531,300,0,0,5914,0,0,0,0,0),(71402,19995,530,1,1,0,1,2162.98,6483.51,6.14929,1.24756,300,5,0,5914,0,1,0,0,0),(71403,19995,530,1,1,0,1,2270.36,6554.55,3.38484,4.2586,300,0,0,5914,0,0,0,0,0),(71404,19995,530,1,1,0,1,2279.59,6527.84,3.38484,2.72271,300,0,0,5914,0,0,0,0,0),(71405,19995,530,1,1,0,1,2301.24,6705.26,28.9711,2.86578,300,5,0,5914,0,2,0,0,0),(71406,19995,530,1,1,0,1,2374.94,6762.1,17.4019,5.21853,300,0,0,5914,0,0,0,0,0),(71407,19995,530,1,1,0,1,2625.78,6719.34,22.3566,0.174533,300,0,0,5914,0,0,0,0,0),(71408,19995,530,1,1,0,1,2642.82,6706.68,22.3566,1.53589,300,0,0,5914,0,0,0,0,0),(71409,19995,530,1,1,0,1,2706.87,6651.56,56.8402,4.17134,300,0,0,5914,0,0,0,0,0),(71410,19995,530,1,1,0,1,2753,6623.99,21.5733,1.62749,300,5,0,5914,0,1,0,0,0),(71411,19995,530,1,1,0,1,2656.45,6496.4,3.47739,5.78128,300,5,0,5914,0,1,0,0,0),(71412,19995,530,1,1,0,1,2655.64,6472,37.1692,1.43117,300,5,0,5914,0,1,0,0,0),(71413,19995,530,1,1,0,1,2724.59,6487.96,25.6484,3.05433,300,0,0,5914,0,0,0,0,0),(71414,19995,530,1,1,0,1,2712.16,6483.6,2.88322,1.41372,300,0,0,5914,0,0,0,0,0),(71415,19995,530,1,1,0,1,2721.49,6493.96,2.94574,3.45575,300,5,0,5914,0,1,0,0,0),(71416,19995,530,1,1,0,1,2674.51,6523.09,0.85085,0.953213,300,5,0,5914,0,1,0,0,0),(71417,19995,530,1,1,0,1,2647.65,6453.17,37.8731,3.83972,300,0,0,5914,0,0,0,0,0),(71418,19995,530,1,1,0,1,2545.26,6518.65,3.58397,4.31096,300,5,0,5914,0,1,0,0,0),(71419,19995,530,1,1,0,1,2520.92,6472.32,-3.33088,4.39823,300,0,0,5914,0,0,0,0,0),(71420,19995,530,1,1,0,1,2501.9,6551.58,0.27996,1.44862,300,0,0,5914,0,0,0,0,0),(71421,19995,530,1,1,0,1,2477.08,6482.38,-4.12639,4.57276,300,0,0,5914,0,0,0,0,0),(71422,19995,530,1,1,0,1,2487.15,6574.35,-0.064723,0.785398,300,5,0,5914,0,1,0,0,0),(71423,19995,530,1,1,0,1,2488.45,6559.25,-0.430578,0.383972,300,5,0,5914,0,1,0,0,0),(71424,19995,530,1,1,0,1,2443.83,6539.53,2.82549,4.43314,300,0,0,5914,0,0,0,0,0),(71425,19995,530,1,1,0,1,2538.18,6633.98,4.8169,4.06662,300,0,0,5914,0,0,0,0,0),(71426,19995,530,1,1,0,1,2350.47,6521.34,3.45717,2.15102,300,5,0,5914,0,1,0,0,0),(71427,19995,530,1,1,0,1,2404.45,6489.14,37.1195,5.41052,300,0,0,5914,0,0,0,0,0),(71428,19995,530,1,1,0,1,2346.81,6534.96,3.48006,4.36814,300,5,0,5914,0,1,0,0,0),(71429,19995,530,1,1,0,1,2389.04,6337.09,44.3054,1.72788,300,0,0,5914,0,0,0,0,0),(71430,19995,530,1,1,0,1,2416.39,6314.94,11.4576,3.52965,300,5,0,5914,0,1,0,0,0),(71431,19995,530,1,1,0,1,2481.6,6275.55,15.219,6.03884,300,0,0,5914,0,0,0,0,0),(71432,19995,530,1,1,0,1,2488.74,6324.28,10.4804,2.75366,300,5,0,5914,0,1,0,0,0),(71433,19995,530,1,1,0,1,2580.93,6315.74,0.52538,3.42257,300,5,0,5914,0,1,0,0,0),(71434,19995,530,1,1,0,1,2641.95,6250.57,3.2143,0.558505,300,0,0,5914,0,0,0,0,0),(71435,19995,530,1,1,0,1,2590.18,6234.12,11.9963,1.71042,300,0,0,5914,0,0,0,0,0),(71436,19995,530,1,1,0,1,2658.47,6144.94,10.9817,4.70067,300,5,0,5914,0,1,0,0,0),(71437,19996,530,1,1,0,1,3727.89,5317.51,-7.44251,1.97222,300,0,0,20240,8799,0,0,0,0),(71438,19996,530,1,1,0,1,3522.97,5277.68,-22.7155,5.20108,300,0,0,20240,8799,0,0,0,0),(71439,19996,530,1,1,0,1,3490.79,5320.75,-12.5139,5.74213,300,0,0,20240,8799,0,0,0,0),(71440,19996,530,1,1,0,1,3394.43,5221.59,1.75761,5.86431,300,0,0,20240,8799,0,0,0,0),(71441,19996,530,1,1,0,1,3556.29,5362.61,-9.55387,5.32325,300,0,0,20240,8799,0,0,0,0),(71442,19997,530,1,1,0,0,3588.54,5682.16,-10.1737,3.0503,300,5,0,25304,0,1,0,0,0),(71443,19997,530,1,1,0,0,3672.7,5587.97,-14.4006,4.97111,300,5,0,25304,0,1,0,0,0),(71444,19997,530,1,1,0,0,3673.14,5488.47,-19.7094,1.56591,300,5,0,25304,0,1,0,0,0),(71445,19997,530,1,1,0,0,3579.64,5432.22,34.8963,1.0821,300,0,0,25304,0,0,0,0,0),(71446,19997,530,1,1,0,0,3718.3,5421.61,26.8188,2.05949,300,0,0,25304,0,0,0,0,0),(71447,19997,530,1,1,0,0,3643.35,5420.58,-19.6777,1.36136,300,0,0,25304,0,0,0,0,0),(71448,19997,530,1,1,0,0,3678.95,5416.98,-20.082,1.72788,300,0,0,25304,0,0,0,0,0),(71449,19997,530,1,1,0,0,3602.1,5434.62,12.988,5.96963,300,5,0,25304,0,1,0,0,0),(71450,19997,530,1,1,0,0,3696.99,5322.4,-8.18647,2.9147,300,0,0,25304,0,0,0,0,0),(71451,19997,530,1,1,0,0,3608.86,5372.38,-13.4597,0.872665,300,0,0,25304,0,0,0,0,0),(71452,19997,530,1,1,0,0,3730.77,5329.54,-8.01203,4.18879,300,0,0,25304,0,0,0,0,0),(71453,19997,530,1,1,0,0,3634.09,5304.78,-20.6608,2.63687,300,5,0,25304,0,1,0,0,0),(71454,19997,530,1,1,0,0,3666.58,5271.18,-16.7874,2.25148,300,0,0,25304,0,0,0,0,0),(71455,19997,530,1,1,0,0,3623.91,5295.86,-20.4172,4.32842,300,0,0,25304,0,0,0,0,0),(71456,19997,530,1,1,0,0,3682.1,5239.18,-14.874,2.89725,300,0,0,25304,0,0,0,0,0),(71457,19997,530,1,1,0,0,3669.53,5233.09,-14.8844,1.23918,300,0,0,25304,0,0,0,0,0),(71458,19997,530,1,1,0,0,3702.17,5242.6,7.46444,6.26931,300,5,0,25304,0,1,0,0,0),(71459,19997,530,1,1,0,0,3670.65,5245.88,7.79599,5.53269,300,0,0,25304,0,0,0,0,0),(71460,19997,530,1,1,0,0,3629.36,5274.87,-19.9604,2.35619,300,0,0,25304,0,0,0,0,0),(71461,19997,530,1,1,0,0,3627.82,5246.87,-18.4919,0.473228,300,5,0,25304,0,1,0,0,0),(71462,19997,530,1,1,0,0,3733.95,5240.23,0.50001,1.58825,300,5,0,25304,0,1,0,0,0),(71463,19997,530,1,1,0,0,3586.69,5231.54,14.3868,1.67552,300,0,0,25304,0,0,0,0,0),(71464,19997,530,1,1,0,0,3559.68,5287.62,-22.8325,4.81711,300,0,0,25304,0,0,0,0,0),(71465,19997,530,1,1,0,0,3512.69,5210.79,-20.5178,0.122173,300,0,0,25304,0,0,0,0,0),(71466,19997,530,1,1,0,0,3541.05,5327.61,-12.1333,0.925025,300,0,0,25304,0,0,0,0,0),(71467,19997,530,1,1,0,0,3549.03,5213.43,-21.7063,1.67552,300,0,0,25304,0,0,0,0,0),(71468,19997,530,1,1,0,0,3468.88,5201.88,26.1366,0.331613,300,0,0,25304,0,0,0,0,0),(71469,19997,530,1,1,0,0,3488.9,5308.77,-13.1753,0.436332,300,0,0,25304,0,0,0,0,0),(71470,19997,530,1,1,0,0,3478.34,5236.98,-20.7545,0.488692,300,0,0,25304,0,0,0,0,0),(71471,19997,530,1,1,0,0,3447.73,5183.25,-7.78136,3.19646,300,5,0,25304,0,1,0,0,0),(71472,19997,530,1,1,0,0,3402.78,5213.97,1.82724,2.74017,300,0,0,25304,0,0,0,0,0),(71473,19997,530,1,1,0,0,3436.29,5252.95,-3.7658,4.79965,300,5,0,25304,0,1,0,0,0),(71474,19997,530,1,1,0,0,3571.87,5668.53,-10.2495,4.49151,300,5,0,25304,0,1,0,0,0),(71475,19998,530,1,1,0,1,2345.67,6640.99,16.9567,5.60251,300,0,0,4731,2790,0,0,0,0),(71476,19998,530,1,1,0,1,2304.67,6740.63,17.6508,5.60251,300,0,0,4731,2790,0,0,0,0),(71477,19998,530,1,1,0,1,2379.26,6730.08,15.9361,0.941285,300,5,0,4731,2790,1,0,0,0),(71478,19998,530,1,1,0,1,2391.9,6697.74,17.581,5.23599,300,0,0,4731,2790,0,0,0,0),(71479,19998,530,1,1,0,1,2493.1,6753.21,5.30366,0.314159,300,0,0,4731,2790,0,0,0,0),(71480,19998,530,1,1,0,1,2518.17,6741.9,5.30366,2.02458,300,0,0,4731,2790,0,0,0,0),(71481,19998,530,1,1,0,1,2591.2,6480.95,2.76831,1.8675,300,0,0,4731,2790,0,0,0,0),(71482,19998,530,1,1,0,1,2512.7,6552.19,-0.1732,1.81514,300,0,0,4731,2790,0,0,0,0),(71483,19998,530,1,1,0,1,2442.9,6527.79,3.02385,0.820305,300,0,0,4731,2790,0,0,0,0),(71484,19998,530,1,1,0,1,2409.78,6630.28,2.58632,5.53368,300,5,0,4731,2790,1,0,0,0),(71485,19998,530,1,1,0,1,2530.42,6285.85,12.7435,1.084,300,5,0,4731,2790,1,0,0,0),(71486,19998,530,1,1,0,1,2617.87,6301.33,-3.63472,1.16937,300,0,0,4731,2790,0,0,0,0),(71487,19998,530,1,1,0,1,2599.38,6260.55,11.9078,3.97935,300,0,0,4731,2790,0,0,0,0),(71488,19998,530,1,1,0,1,2570.03,6263.44,12.0115,5.32325,300,0,0,4731,2790,0,0,0,0),(71489,19998,530,1,1,0,1,2577.64,6189.29,14.9478,3.10594,300,5,0,4731,2790,1,0,0,0),(71490,20003,530,1,1,0,0,1606.96,6929.9,158.984,5.34071,300,5,0,42,0,1,0,0,0),(71491,20003,530,1,1,0,0,1633.14,6998.3,157.959,5.93412,300,5,0,42,0,1,0,0,0),(71492,20003,530,1,1,0,0,3215.33,5343.65,144.699,3.61283,300,5,0,42,0,1,0,0,0),(71493,20003,530,1,1,0,0,1714.89,4623.58,144.298,2.37365,300,5,0,42,0,1,0,0,0),(71494,20023,530,1,1,0,0,1616.41,6928.95,158.586,5.70723,300,5,0,42,0,1,0,0,0),(71495,20023,530,1,1,0,0,1638.02,6993.96,158.038,5.07891,300,5,0,42,0,1,0,0,0),(71496,20023,530,1,1,0,0,3210.98,5342.99,144.621,2.67035,300,5,0,42,0,1,0,0,0),(71497,20023,530,1,1,0,0,1706.82,4617.84,144.309,0.226893,300,5,0,42,0,1,0,0,0),(71498,20024,530,1,1,0,0,1619.11,6938.28,159.912,2.32129,300,5,0,42,0,1,0,0,0),(71499,20024,530,1,1,0,0,1641.93,6998.42,158.012,2.11185,300,5,0,42,0,1,0,0,0),(71500,20024,530,1,1,0,0,1708.96,4631.66,144.413,0.802851,300,5,0,42,0,1,0,0,0),(71501,20028,530,1,1,0,1,999.842,7346.88,36.625,1.11701,300,0,0,5803,0,0,0,0,0),(71502,20058,530,1,1,0,0,1474.39,6582.66,-10.0903,5.21853,300,0,0,5914,0,0,0,0,0),(71503,20058,530,1,1,0,0,1488.61,6573.6,-10.2139,0.092632,300,5,0,5914,0,1,0,0,0),(71504,20058,530,1,1,0,0,1413.18,6552.67,3.15884,1.69983,300,5,0,5914,0,1,0,0,0),(71505,20058,530,1,1,0,0,1446.2,6472.6,-10.2462,0.855211,300,0,0,5914,0,0,0,0,0),(71506,20058,530,1,1,0,0,1553.61,6349.34,3.256,4.98197,300,5,0,5914,0,1,0,0,0),(71507,20058,530,1,1,0,0,1524.38,6345.23,2.11131,0.602852,300,5,0,5914,0,1,0,0,0),(71508,20058,530,1,1,0,0,1629.32,6346.95,-2.89058,1.13948,300,5,0,5914,0,1,0,0,0),(71509,20058,530,1,1,0,0,1686.32,6301.91,0.65629,2.63888,300,5,0,5914,0,1,0,0,0),(71510,20058,530,1,1,0,0,1733.34,6270.93,2.15996,1.8675,300,0,0,5914,0,0,0,0,0),(71511,20058,530,1,1,0,0,1645.34,6466.5,-0.365726,0.245413,300,5,0,5914,0,1,0,0,0),(71512,20058,530,1,1,0,0,1708.77,6497.15,1.80648,4.43451,300,5,0,5914,0,1,0,0,0),(71513,20058,530,1,1,0,0,1812.23,6481.29,2.08525,1.6769,300,5,0,5914,0,1,0,0,0),(71514,20058,530,1,1,0,0,1840.46,6409.48,-10.2139,0.361519,300,5,0,5914,0,1,0,0,0),(71515,20058,530,1,1,0,0,1981.4,6379.49,-10.2139,3.2634,300,5,0,5914,0,1,0,0,0),(71516,20066,530,1,1,0,0,3339.77,2881.75,144.381,5.14872,300,0,0,8832,0,0,0,0,0),(71517,20067,530,1,1,0,1,4116.47,3025.79,336.903,0.959931,300,0,0,6986,0,0,0,0,0),(71518,20068,530,1,1,0,1,4119.97,3024.66,336.899,1.85005,300,0,0,6761,0,0,0,0,0),(71519,20071,530,1,1,0,0,4279.62,2232.24,124.3,0.20944,300,0,0,6761,0,0,0,0,0),(71520,20072,530,1,1,0,0,-2728.23,7283.68,40.8672,4.7822,300,0,0,42,0,0,0,0,0),(71521,20072,530,1,1,0,0,-1320.52,7345.13,34.6468,5.53269,300,0,0,42,0,0,0,0,0),(71522,20076,530,1,1,0,0,-3052.61,1736.79,75.6337,5.49779,300,0,0,20259,0,0,0,0,0),(71523,20076,530,1,1,0,0,-2933.32,1739.61,66.8223,3.22886,300,0,0,20259,0,0,0,0,0),(71524,20076,530,1,1,0,0,-2902.2,1669.4,58.4625,1.50098,300,0,0,20259,0,0,0,0,0),(71525,20079,530,1,1,0,0,-811.915,5769.1,17.1862,3.36375,300,0,0,2579,0,2,0,0,0),(71526,20079,530,1,1,0,0,-410.871,6309.84,17.6241,0.417412,300,0,0,2579,0,2,0,0,0),(71527,20079,530,1,1,0,0,-355.74,6439.34,17.6707,2.0742,300,0,0,2579,0,2,0,0,0),(71528,20079,530,1,1,0,0,-320.048,6163.98,17.6241,4.59091,300,0,0,2579,0,2,0,0,0),(71529,20079,530,1,1,0,0,-410.509,6255.54,17.4479,1.07877,300,0,0,2579,0,2,0,0,0),(71530,20079,530,1,1,0,0,-523.455,5876.65,17.9235,2.39281,300,0,0,2579,0,2,0,0,0),(71531,20079,530,1,1,0,0,-685.425,5744.2,14.4508,4.77583,300,0,0,2579,0,2,0,0,0),(71532,20079,530,1,1,0,0,-636.838,5918.19,17.9175,1.63998,300,0,0,2579,0,2,0,0,0),(71533,20079,530,1,1,0,0,-745.651,5946.4,17.4991,2.15732,300,0,0,2579,0,2,0,0,0),(71534,20084,530,1,1,0,1,4119.64,2926.34,355.667,1.58825,300,0,0,7580,0,0,0,0,0),(71535,20087,530,1,1,0,1,9549.66,-7393.43,16.8973,0.523599,300,0,0,5589,3155,0,0,0,0),(71536,20088,530,1,1,0,1,577.697,6235.53,21.8068,3.76523,300,5,0,5158,0,1,0,0,0),(71537,20088,530,1,1,0,1,535.254,6187.46,21.3208,4.96917,300,5,0,5158,0,1,0,0,0),(71538,20088,530,1,1,0,1,547.926,6237.6,22.6098,5.36058,300,5,0,5158,0,1,0,0,0),(71539,20088,530,1,1,0,1,489.62,6310.63,22.9237,1.77143,300,5,0,5158,0,1,0,0,0),(71540,20088,530,1,1,0,1,525.229,6302.61,23.033,5.79294,300,5,0,5158,0,1,0,0,0),(71541,20088,530,1,1,0,1,452.183,6281.47,22.3081,4.9624,300,5,0,5158,0,1,0,0,0),(71542,20088,530,1,1,0,1,511.978,6341.48,22.5447,1.22403,300,5,0,5158,0,1,0,0,0),(71543,20088,530,1,1,0,1,571.56,6305.91,23.1362,4.58636,300,5,0,5158,0,1,0,0,0),(71544,20088,530,1,1,0,1,537.26,6164.19,23.1311,2.98451,300,0,0,5158,0,0,0,0,0),(71545,20088,530,1,1,0,1,596.265,6181.9,22.0742,5.00909,300,5,0,5158,0,1,0,0,0),(71546,20088,530,1,1,0,1,598.183,6221.26,22.5551,3.30222,300,5,0,5158,0,1,0,0,0),(71547,20088,530,1,1,0,1,557.417,6142.03,22.7616,3.37768,300,5,0,5158,0,1,0,0,0),(71548,20088,530,1,1,0,1,545.302,6170.37,23.4066,1.6676,300,5,0,5158,0,1,0,0,0),(71549,20088,530,1,1,0,1,643.179,6273.02,21.9495,1.3617,300,5,0,5158,0,1,0,0,0),(71550,20088,530,1,1,0,1,639.302,6285.82,22.5628,3.96222,300,5,0,5158,0,1,0,0,0),(71551,20088,530,1,1,0,1,643.713,6378.93,18.5515,4.21117,300,5,0,5158,0,1,0,0,0),(71552,20088,530,1,1,0,1,589.918,6376.63,22.477,3.80582,300,5,0,5158,0,1,0,0,0),(71553,20088,530,1,1,0,1,612.23,6414.9,18.4364,1.60784,300,5,0,5158,0,1,0,0,0),(71554,20088,530,1,1,0,1,644.182,6426.55,21.8641,5.04851,300,5,0,5158,0,1,0,0,0),(71555,20088,530,1,1,0,1,671.475,6438.33,18.7528,0.091655,300,5,0,5158,0,1,0,0,0),(71556,20088,530,1,1,0,1,506.671,6375.82,22.1782,1.23521,300,5,0,5158,0,1,0,0,0),(71557,20088,530,1,1,0,1,551.585,6361.89,23.8629,4.51468,300,5,0,5158,0,1,0,0,0),(71558,20088,530,1,1,0,1,488.073,6381.93,22.4357,1.58633,300,5,0,5158,0,1,0,0,0),(71559,20088,530,1,1,0,1,498.584,6464.36,-0.975044,0.701277,300,5,0,5158,0,1,0,0,0),(71560,20088,530,1,1,0,1,442.556,6426,18.1783,6.26952,300,5,0,5158,0,1,0,0,0),(71561,20088,530,1,1,0,1,691.215,6520.71,15.576,0.818722,300,5,0,5158,0,1,0,0,0),(71562,20088,530,1,1,0,1,721.903,6504.13,21.9524,2.46672,300,5,0,5158,0,1,0,0,0),(71563,20088,530,1,1,0,1,709.659,6437.89,22.3236,4.3346,300,5,0,5158,0,1,0,0,0),(71564,20088,530,1,1,0,1,775.202,6453.49,17.7559,1.81418,300,5,0,5158,0,1,0,0,0),(71565,20088,530,1,1,0,1,508.96,6382.21,21.5532,1.87267,300,5,0,5158,0,1,0,0,0),(71566,20088,530,1,1,0,1,553.128,6371.29,22.6259,0.142245,300,5,0,5158,0,1,0,0,0),(71567,20089,530,1,1,0,1,460.714,6298.12,22.4564,5.73992,300,5,0,4274,2568,1,0,0,0),(71568,20089,530,1,1,0,1,457.925,6274.44,22.6831,2.12463,300,5,0,4274,2568,1,0,0,0),(71569,20089,530,1,1,0,1,539.98,6301.44,24.0162,1.73541,300,5,0,4274,2568,1,0,0,0),(71570,20089,530,1,1,0,1,562.74,6162.25,21.6366,4.03899,300,5,0,4274,2568,1,0,0,0),(71571,20089,530,1,1,0,1,668.881,6318.92,20.9092,1.69218,300,5,0,4274,2568,1,0,0,0),(71572,20089,530,1,1,0,1,619.71,6309.84,22.1206,4.62431,300,5,0,4274,2568,1,0,0,0),(71573,20089,530,1,1,0,1,650.453,6351.62,22.5223,4.08759,300,5,0,4274,2568,1,0,0,0),(71574,20089,530,1,1,0,1,707.556,6408.63,22.1918,5.50922,300,5,0,4274,2568,1,0,0,0),(71575,20089,530,1,1,0,1,535.414,6344.58,22.7394,0.020173,300,5,0,4274,2568,1,0,0,0),(71576,20089,530,1,1,0,1,550.157,6445.21,18.25,3.10675,300,5,0,4274,2568,1,0,0,0),(71577,20089,530,1,1,0,1,508.509,6421.86,8.42078,3.22897,300,5,0,4274,2568,1,0,0,0),(71578,20089,530,1,1,0,1,736.112,6413.46,22.4521,4.05703,300,5,0,4274,2568,1,0,0,0),(71579,20089,530,1,1,0,1,754.231,6410.8,22.4521,2.41205,300,5,0,4274,2568,1,0,0,0),(71580,20089,530,1,1,0,1,754.768,6460.36,22.796,2.55345,300,5,0,4274,2568,1,0,0,0),(71581,20090,530,1,1,0,0,759.494,6306.36,17.4089,2.04154,300,0,0,2670,0,2,0,0,0),(71582,20090,530,1,1,0,0,598.764,8083.79,17.6241,4.46024,300,0,0,2670,0,2,0,0,0),(71583,20090,530,1,1,0,0,583.279,6151.63,17.5681,3.23219,300,0,0,2670,0,2,0,0,0),(71584,20090,530,1,1,0,0,484.856,6147.24,17.3969,0.860688,300,0,0,2670,0,2,0,0,0),(71585,20090,530,1,1,0,0,714.093,6330.4,17.2864,1.44574,300,0,0,2670,0,2,0,0,0),(71586,20090,530,1,1,0,0,456.879,6370.09,17.9431,4.74135,300,0,0,2670,0,2,0,0,0),(71587,20090,530,1,1,0,0,473.721,8024.33,17.56,1.64101,300,0,0,2670,0,2,0,0,0),(71588,20090,530,1,1,0,0,763.247,8077.37,17.4991,5.01873,300,0,0,2670,0,2,0,0,0),(71589,20090,530,1,1,0,0,590.554,6385.54,19.418,0.313658,300,0,0,2670,0,2,0,0,0),(71590,20090,530,1,1,0,0,384.166,8112.83,17.5304,6.08177,300,0,0,2670,0,2,0,0,0),(71591,20092,530,1,1,0,0,4294.48,2230.37,124.322,2.05949,300,0,0,8832,0,0,0,0,0),(71592,20093,530,1,1,0,0,1612.65,6934.46,160.019,5.70723,300,0,0,42,0,0,0,0,0),(71593,20093,530,1,1,0,0,1637.02,6998.46,158.324,1.309,300,0,0,42,0,0,0,0,0),(71594,20093,530,1,1,0,0,3211.05,5348.34,144.744,5.41052,300,0,0,42,0,0,0,0,0),(71595,20093,530,1,1,0,0,1600.72,5035.14,186.376,5.044,300,0,0,42,0,0,0,0,0),(71596,20093,530,1,1,0,0,1604.32,5067.86,179.466,2.67035,300,0,0,42,0,0,0,0,0),(71597,20093,530,1,1,0,0,1707.98,4624.33,144.474,5.41052,300,0,0,42,0,0,0,0,0),(71598,20095,530,1,1,0,1,1500.85,6380.42,35.2803,5.84685,300,0,0,9489,0,0,0,0,0),(71599,20096,530,1,1,0,1,-2659.33,7189.98,23.6825,1.0821,300,0,0,5527,0,0,0,0,0),(71600,20097,530,1,1,0,1,-1272.24,7083.96,38.4424,2.68781,300,0,0,5914,0,0,0,0,0),(71601,20098,530,1,1,0,0,10515.7,-6496.69,3.55295,3.24468,300,0,0,42,0,0,0,0,0),(71602,20100,530,1,1,0,0,10520.5,-6504.38,1.28933,5.48033,300,0,0,273,0,0,0,0,0),(71603,20109,530,1,1,0,0,1617.19,6970.21,158.979,3.84408,300,5,0,1547,0,1,0,0,0),(71604,20109,530,1,1,0,0,1617.66,6907.47,155.238,2.51217,300,0,0,1547,0,0,0,0,0),(71605,20109,530,1,1,0,0,1655.27,6950.98,169.467,5.93333,300,5,0,1547,0,1,0,0,0),(71606,20109,530,1,1,0,0,1693.97,6911.87,163.057,1.63289,300,5,0,1547,0,1,0,0,0),(71607,20109,530,1,1,0,0,1734.81,6912.9,143.08,2.16019,300,5,0,1547,0,1,0,0,0),(71608,20109,530,1,1,0,0,1726.5,6860.89,140.924,1.50479,300,5,0,1547,0,1,0,0,0),(71609,20109,530,1,1,0,0,1792.93,6897.04,144.575,2.92432,300,5,0,1547,0,1,0,0,0),(71610,20109,530,1,1,0,0,1798.17,6862.47,141.348,5.75695,300,5,0,1547,0,1,0,0,0),(71611,20110,530,1,1,0,0,4150.99,1512.55,-108.061,4.01426,300,0,0,6986,0,0,0,0,0),(71612,20111,530,1,1,0,1,4152.78,1508.2,-108.061,3.35103,300,0,0,6986,0,0,0,0,0),(71613,20112,530,1,1,0,0,4045.84,3553.27,121.416,5.96903,300,0,0,9431,0,0,0,0,0),(71614,20113,530,1,1,0,1,1610.32,7007.77,155.963,2.08775,300,0,0,4892,2846,0,0,0,0),(71615,20115,530,1,1,0,1,-1079.99,5237.51,23.5102,1.96392,300,5,0,3984,2434,1,0,0,0),(71616,20115,530,1,1,0,1,-1095.84,5210.25,57.1982,3.28427,300,5,0,3984,2434,1,0,0,0),(71617,20115,530,1,1,0,1,-1094.93,5199.11,32.0187,0.663225,300,0,0,3984,2434,0,0,0,0),(71618,20115,530,1,1,0,1,-1094.86,5205.34,44.3929,0.076606,300,5,0,3984,2434,1,0,0,0),(71619,20115,530,1,1,0,1,-803.452,5182.63,17.8337,4.72453,300,5,0,3984,2434,1,0,0,0),(71620,20115,530,1,1,0,1,-896.7,5297.38,17.7669,5.90633,300,5,0,3984,2434,1,0,0,0),(207578,15105,530,1,1,0,0,-1928.93,5379.56,-12.3448,5.27089,120,0,0,1,0,0,0,0,0),(207576,15105,530,1,1,0,0,-1915.73,5495.29,-12.3448,0.191986,120,0,0,1,0,0,0,0,0),(71623,20121,530,1,1,0,0,-4206.56,-11619.8,-98.6882,0.10472,300,0,0,955,0,0,0,0,0),(71624,20123,530,1,1,0,1,-1683.44,5367.12,-41.1595,5.63741,300,0,0,5079,0,0,0,0,0),(71625,20124,530,1,1,0,1,-1847.61,5230.97,-38.0452,4.77226,300,0,0,6505,0,0,0,0,0),(71626,20125,530,1,1,0,1,-1839.5,5223.18,-37.9621,3.42085,300,0,0,7984,0,0,0,0,0),(71627,20126,530,1,1,0,0,2078.33,6743.6,158.012,5.98892,300,0,0,13972,0,2,0,0,0),(71628,20127,530,1,1,0,0,1540.02,6917.1,177.155,1.32609,300,10,0,4979,0,1,0,0,0),(71629,20127,530,1,1,0,0,1568.05,6962.44,172.21,1.10546,300,10,0,4979,0,1,0,0,0),(71630,20127,530,1,1,0,0,1593.42,6945.65,175.784,2.48583,300,10,0,4979,0,1,0,0,0),(71631,20132,530,1,1,0,1,4946.94,3849.21,211.499,4.15389,300,0,0,354000,66180,0,0,0,0),(71632,20134,530,1,1,0,1,2455.03,2922.62,129.048,5.88509,300,0,0,5566,2933,0,0,0,0),(71633,20134,530,1,1,0,1,2499.35,2848.43,137.735,1.49042,300,5,0,5566,2933,1,0,0,0),(71634,20134,530,1,1,0,1,2434.13,2908.4,130.624,4.86727,300,0,0,5566,2933,0,0,0,0),(71635,20134,530,1,1,0,1,2488.88,2855.45,137.485,0.314159,300,5,0,5566,2933,1,0,0,0),(71636,20134,530,1,1,0,1,2424.98,2868.67,131.451,0.703979,300,5,0,5566,2933,1,0,0,0),(71637,20134,530,1,1,0,1,2402.08,2902.06,132.866,5.23599,300,5,0,5566,2933,1,0,0,0),(71638,20134,530,1,1,0,1,2416.61,2869.28,131.612,5.05789,300,5,0,5566,2933,1,0,0,0),(71639,20134,530,1,1,0,1,2434.23,2862.35,131.62,5.27314,300,5,0,5566,2933,1,0,0,0),(71640,20134,530,1,1,0,1,2409,2864.95,131.542,2.16108,300,5,0,5566,2933,1,0,0,0),(71641,20134,530,1,1,0,1,2284.43,2795.64,131.817,0.959931,300,5,0,5566,2933,1,0,0,0),(71642,20134,530,1,1,0,1,2293.26,2799.52,131.442,1.48353,300,5,0,5566,2933,1,0,0,0),(71643,20134,530,1,1,0,1,2268.48,2817.52,131.715,0.680678,300,5,0,5566,2933,1,0,0,0),(71644,20134,530,1,1,0,1,2320.78,2825.64,131.883,3.5365,300,5,0,5566,2933,1,0,0,0),(71645,20134,530,1,1,0,1,2280.62,2848.94,131.568,5.18444,300,5,0,5566,2933,1,0,0,0),(71646,20134,530,1,1,0,1,2271.04,2828.48,131.715,5.46288,300,5,0,5566,2933,1,0,0,0),(71647,20134,530,1,1,0,1,2396.42,2664.84,133.039,1.50455,300,5,0,5566,2933,1,0,0,0),(71648,20134,530,1,1,0,1,2405.44,2660.22,133.02,4.01426,300,5,0,5566,2933,1,0,0,0),(71649,20134,530,1,1,0,1,2383.53,2593.12,135.512,0.446604,300,5,0,5566,2933,1,0,0,0),(71650,20134,530,1,1,0,1,2410.13,2602.53,134.775,2.507,300,0,0,5566,2933,0,0,0,0),(71651,20134,530,1,1,0,1,2415.22,2614.52,134.775,1.69297,300,5,0,5566,2933,1,0,0,0),(71652,20134,530,1,1,0,1,2409.42,2624.09,134.4,5.48033,300,0,0,5566,2933,0,0,0,0),(71653,20134,530,1,1,0,1,2441.7,2619.12,134.447,4.741,300,0,0,5566,2933,0,0,0,0),(71654,20134,530,1,1,0,1,2511.36,2750.94,132.168,5.60101,300,5,0,5566,2933,1,0,0,0),(71655,20134,530,1,1,0,1,2512.34,2740.65,132.168,0.436332,300,5,0,5566,2933,1,0,0,0),(71656,20135,530,1,1,0,1,2280.99,2804.32,131.462,5.91061,300,5,0,5756,2991,1,0,0,0),(71657,20135,530,1,1,0,1,2511.93,2734.46,132.168,4.77346,300,5,0,5756,2991,1,0,0,0),(71658,20135,530,1,1,0,1,2368.55,2448.33,143.482,5.44528,300,5,0,5756,2991,1,0,0,0),(71659,20135,530,1,1,0,1,2181.12,2517.5,89.3288,5.23372,300,5,0,5756,2991,1,0,0,0),(71660,20135,530,1,1,0,1,2203.13,2594.81,91.9222,5.34456,300,5,0,5756,2991,1,0,0,0),(71661,20136,530,1,1,0,1,2416.56,2798.97,134.576,0.471239,300,0,0,6326,0,0,0,0,0),(71662,20136,530,1,1,0,1,2369.66,2770.94,134.576,3.47321,300,0,0,6326,0,0,0,0,0),(71663,20136,530,1,1,0,1,2357.52,2474.43,142.11,1.11701,300,0,0,6326,0,0,0,0,0),(71664,20136,530,1,1,0,1,2357.63,2484.41,141.485,4.86947,300,0,0,6326,0,0,0,0,0),(71665,20136,530,1,1,0,1,2368.55,2496.17,141.336,5.044,300,0,0,6326,0,0,0,0,0),(71666,20136,530,1,1,0,1,2373.86,2481.55,142.313,2.46091,300,0,0,6326,0,0,0,0,0),(71667,20136,530,1,1,0,1,2435.76,2783.4,134.549,5.96903,300,0,0,6326,0,0,0,0,0),(71668,20136,530,1,1,0,1,2437.38,2780.33,134.463,2.06996,300,5,0,6326,0,1,0,0,0),(71669,20136,530,1,1,0,1,2413.5,2741.85,132.97,3.41948,300,5,0,6326,0,1,0,0,0),(71670,20136,530,1,1,0,1,2405.2,2770.3,132.455,5.11381,300,0,0,6326,0,0,0,0,0),(71671,20136,530,1,1,0,1,2394.58,2425.57,142.972,3.89208,300,0,0,6326,0,0,0,0,0),(71672,20136,530,1,1,0,1,2391.62,2416.38,142.097,5.91667,300,0,0,6326,0,0,0,0,0),(71673,20136,530,1,1,0,1,2407.11,2404.09,143.359,2.32129,300,0,0,6326,0,0,0,0,0),(71674,20136,530,1,1,0,1,2273.89,2510,112.49,2.33874,300,0,0,6326,0,0,0,0,0),(71675,20136,530,1,1,0,1,2278.84,2528.38,115.49,3.49066,300,0,0,6326,0,0,0,0,0),(71676,20136,530,1,1,0,1,2253.91,2527.33,107.285,3.92699,300,0,0,6326,0,0,0,0,0),(71677,20136,530,1,1,0,1,2257.62,2511.36,108.76,1.41372,300,0,0,6326,0,0,0,0,0),(71678,20136,530,1,1,0,1,2267.83,2532.76,111.799,3.4383,300,0,0,6326,0,0,0,0,0),(71679,20136,530,1,1,0,1,2172.02,2561.93,85.6211,1.06465,300,0,0,6326,0,0,0,0,0),(71680,20138,530,1,1,0,0,4655.96,2500.36,242.26,0.663225,300,0,0,22356,3155,0,0,0,0),(71681,20139,530,1,1,0,1,2979.37,2281.19,161.791,1.91986,300,0,0,5756,2991,0,0,0,0),(71682,20139,530,1,1,0,1,2959.12,2275.65,161.793,3.33095,300,5,0,5756,2991,1,0,0,0),(71683,20139,530,1,1,0,1,2991.45,2312.61,161.59,4.2586,300,5,0,5756,2991,1,0,0,0),(71684,20139,530,1,1,0,1,2997.41,2305,161.725,0.282577,300,5,0,5756,2991,1,0,0,0),(71685,20139,530,1,1,0,1,3102.14,2182.2,149.285,6.21073,300,5,0,5756,2991,1,0,0,0),(71686,20139,530,1,1,0,1,3112.24,2165.04,149.366,1.67552,300,5,0,5756,2991,1,0,0,0),(71687,20139,530,1,1,0,1,3096.2,2193.6,149.268,5.65487,300,5,0,5756,2991,1,0,0,0),(71688,20139,530,1,1,0,1,3109.93,2193.42,149.326,4.90438,300,0,0,5756,2991,0,0,0,0),(71689,20139,530,1,1,0,1,3102.87,2165.85,149.241,1.18682,300,5,0,5756,2991,1,0,0,0),(71690,20139,530,1,1,0,1,3130.84,2179.79,149.41,3.04712,300,5,0,5756,2991,1,0,0,0),(71691,20139,530,1,1,0,1,3139.07,2194.45,149.674,3.21141,300,5,0,5756,2991,1,0,0,0),(71692,20139,530,1,1,0,1,3080.94,2246.54,150.205,1.72788,300,5,0,5756,2991,1,0,0,0),(71693,20139,530,1,1,0,1,3068.13,2251.53,150.205,0.558505,300,5,0,5756,2991,1,0,0,0),(71694,20139,530,1,1,0,1,3101.07,2303.58,150.964,4.03585,300,0,0,5756,2991,0,0,0,0),(71695,20139,530,1,1,0,1,3082.74,2305.09,150.772,5.45555,300,5,0,5756,2991,1,0,0,0),(71696,20139,530,1,1,0,1,3070.31,2303.14,151.463,2.26535,300,5,0,5756,2991,1,0,0,0),(71697,20140,530,1,1,0,1,2941.07,2267.97,161.794,5.8298,300,0,0,6542,0,0,0,0,0),(71698,20140,530,1,1,0,1,3024.07,2074.06,162.089,2.73556,300,0,0,6542,0,0,0,0,0),(71699,20140,530,1,1,0,1,2973.59,2137.65,165.411,3.10203,300,0,0,6542,0,0,0,0,0),(71700,20140,530,1,1,0,1,2996.06,2162.07,163.285,2.8366,300,0,0,6542,0,0,0,0,0),(71701,20140,530,1,1,0,1,2974.09,2155.5,163.321,1.06309,300,0,0,6542,0,0,0,0,0),(71702,20140,530,1,1,0,1,2968.35,2174.57,163.272,5.90381,300,0,0,6542,0,0,0,0,0),(71703,20140,530,1,1,0,1,2947.79,2177.42,165.389,1.32641,300,0,0,6542,0,0,0,0,0),(71704,20140,530,1,1,0,1,2984.95,2185.44,163.32,4.55426,300,0,0,6542,0,0,0,0,0),(71705,20140,530,1,1,0,1,3076.92,2207.29,161.119,3.00197,300,0,0,6542,0,0,0,0,0),(71706,20140,530,1,1,0,1,3027.99,2322.64,138.637,5.2709,300,0,0,6542,0,0,0,0,0),(71707,20140,530,1,1,0,1,3045.61,2326.08,138.578,4.13461,300,0,0,6542,0,0,0,0,0),(71708,20141,530,1,1,0,0,4602.32,2706.99,180.935,3.11328,300,0,0,6761,0,2,0,0,0),(71709,20141,530,1,1,0,0,4555.14,2700.9,176.16,2.14472,300,0,0,6761,0,2,0,0,0),(71710,20141,530,1,1,0,0,4643.59,2623.06,210.008,1.10933,300,0,0,6761,0,2,0,0,0),(71711,20141,530,1,1,0,0,4572.15,2598.86,197.554,1.8744,300,0,0,6761,0,2,0,0,0),(71712,20141,530,1,1,0,0,4574.9,2607.13,198.148,2.41771,300,0,0,6761,0,2,0,0,0),(71713,20141,530,1,1,0,0,4645.32,2546.07,220.38,2.1932,300,0,0,6761,0,2,0,0,0),(71714,20141,530,1,1,0,0,4692.56,2634.85,210.553,4.8634,300,0,0,6761,0,2,0,0,0),(71715,20141,530,1,1,0,0,4701.55,2547.52,231.401,2.53815,300,0,0,6761,0,2,0,0,0),(71716,20141,530,1,1,0,0,4644.88,2591.02,211.724,5.93338,300,0,0,6761,0,2,0,0,0),(71717,20141,530,1,1,0,0,4722.95,2444.16,241.609,3.3995,300,0,0,6761,0,2,0,0,0),(71718,20141,530,1,1,0,0,4672.38,2488.45,240.117,0.767945,300,0,0,6761,0,2,0,0,0),(71719,20141,530,1,1,0,0,4674.96,2399.9,191.742,5.66276,300,0,0,6761,0,2,0,0,0),(71720,20141,530,1,1,0,0,4591.71,2413.99,193.91,1.57805,300,0,0,6761,0,2,0,0,0),(71721,20141,530,1,1,0,0,4553.73,2496.34,172.332,6.25094,300,0,0,6761,0,2,0,0,0),(71722,20141,530,1,1,0,0,4629.57,2370.97,190.286,2.09127,300,0,0,6761,0,2,0,0,0),(71723,20141,530,1,1,0,0,4597.02,2310.66,153.16,3.18946,300,0,0,6761,0,2,0,0,0),(71724,20141,530,1,1,0,0,4616.26,2334.02,176.62,3.43797,300,0,0,6761,0,2,0,0,0),(71725,20141,530,1,1,0,0,4663.33,2350.59,188.176,0.712122,300,0,0,6761,0,2,0,0,0),(71726,20141,530,1,1,0,0,4706.64,2387.9,198.22,5.98756,300,0,0,6761,0,2,0,0,0),(71727,20141,530,1,1,0,0,4574.89,2289.6,146.096,6.21149,300,0,0,6761,0,2,0,0,0),(71728,20141,530,1,1,0,0,4549.19,2419.69,148.804,1.07176,300,0,0,6761,0,2,0,0,0),(71729,20153,530,1,1,0,0,4007.24,1517.4,-115.828,5.14872,300,0,0,42,0,0,0,0,0),(71730,20154,530,1,1,0,0,4013.69,1529.1,-113.535,4.24115,300,0,0,5589,3155,0,0,0,0),(71731,20161,530,1,1,0,1,1751.82,4620.08,146.37,5.67054,300,5,0,4892,2846,1,0,0,0),(71732,20161,530,1,1,0,1,1647.5,4591.76,140.078,4.54937,300,5,0,4892,2846,1,0,0,0),(71733,20162,530,1,1,0,0,3068.91,3598.24,144.157,4.53786,300,0,0,6761,0,0,0,0,0),(71734,20194,530,1,1,0,0,3351.22,2877.95,144.25,5.0091,300,0,0,8540,0,0,0,0,0),(71735,20195,530,1,1,0,0,430.253,2896.79,52.6058,0.726451,300,0,0,3052,0,0,0,0,0),(71736,20196,530,1,1,0,0,403.163,6311.83,22.8101,3.01756,300,5,0,4126,1243,1,0,0,0),(71737,20196,530,1,1,0,0,117.974,6207.71,22.8699,5.17764,300,5,0,4126,1243,1,0,0,0),(71738,20196,530,1,1,0,0,47.6162,6219.43,22.2223,3.74402,300,5,0,4126,1243,1,0,0,0),(71739,20196,530,1,1,0,0,-51.6919,6320.37,20.1953,2.77161,300,5,0,4126,1243,1,0,0,0),(71740,20196,530,1,1,0,0,46.1188,6409.81,22.101,3.68424,300,5,0,4126,1243,1,0,0,0),(71741,20196,530,1,1,0,0,121.268,6332.34,22.3077,4.63717,300,5,0,4126,1243,1,0,0,0),(71742,20196,530,1,1,0,0,179.472,6339.12,22.293,2.63545,300,0,0,4126,1243,0,0,0,0),(71743,20196,530,1,1,0,0,287.493,6455.05,23.2869,4.23352,300,5,0,4126,1243,1,0,0,0),(71744,20196,530,1,1,0,0,157.315,6510.87,22.4302,4.81344,300,5,0,4126,1243,1,0,0,0),(71745,20196,530,1,1,0,0,-410.763,6555.93,22.5159,3.05845,300,5,0,4126,1243,1,0,0,0),(71746,20196,530,1,1,0,0,-405.537,6694.62,22.6419,1.22463,300,5,0,4126,1243,1,0,0,0),(71747,20196,530,1,1,0,0,135.324,6583.29,22.6925,2.7444,300,5,0,4126,1243,1,0,0,0),(71748,20196,530,1,1,0,0,146.632,6655.3,22.729,5.96361,300,5,0,4126,1243,1,0,0,0),(71749,20196,530,1,1,0,0,248.294,6671.6,22.208,0.024046,300,5,0,4126,1243,1,0,0,0),(71750,20196,530,1,1,0,0,114.037,6694.69,21.8312,4.89319,300,0,0,4126,1243,0,0,0,0),(71751,20196,530,1,1,0,0,-17.2312,6752.65,21.9861,4.15503,300,5,0,4126,1243,1,0,0,0),(71752,20196,530,1,1,0,0,8.78781,6706.74,22.8967,4.03277,300,0,0,4126,1243,0,0,0,0),(71753,20196,530,1,1,0,0,-79.7251,6815.31,22.3225,1.01044,300,5,0,4126,1243,1,0,0,0),(71754,20196,530,1,1,0,0,-142.349,6823.21,21.6045,1.04972,300,5,0,4126,1243,1,0,0,0),(71755,20196,530,1,1,0,0,-48.6926,6849.75,21.8432,2.77098,300,5,0,4126,1243,1,0,0,0),(71756,20196,530,1,1,0,0,-175.857,6853.97,22.8346,4.33838,300,5,0,4126,1243,1,0,0,0),(71757,20196,530,1,1,0,0,-280.436,6809.25,22.5102,4.57726,300,5,0,4126,1243,1,0,0,0),(71758,20196,530,1,1,0,0,-255.919,6847.29,23.6686,2.679,300,5,0,4126,1243,1,0,0,0),(71759,20196,530,1,1,0,0,-322.671,6785.44,23.5585,2.35218,300,0,0,4126,1243,0,0,0,0),(71760,20196,530,1,1,0,0,30.3253,7044.13,22.2156,5.80684,300,5,0,4126,1243,1,0,0,0),(71761,20196,530,1,1,0,0,-15.5841,7242.98,23.8893,1.56158,300,5,0,4126,1243,1,0,0,0),(71762,20196,530,1,1,0,0,-197.714,7446.9,22.4497,1.56407,300,5,0,4126,1243,1,0,0,0),(71763,20196,530,1,1,0,0,-119.53,7447.07,23.2138,2.69192,300,5,0,4126,1243,1,0,0,0),(71764,20196,530,1,1,0,0,-142.393,7481.34,22.0383,3.25505,300,5,0,4126,1243,1,0,0,0),(71765,20196,530,1,1,0,0,-52.8381,7384.6,23.0066,5.29372,300,5,0,4126,1243,1,0,0,0),(71766,20196,530,1,1,0,0,-70.1128,7631.05,21.0751,5.85288,300,0,0,4126,1243,0,0,0,0),(71767,20196,530,1,1,0,0,290.652,6599.13,23.7075,2.15852,300,5,0,4126,1243,1,0,0,0),(71768,20196,530,1,1,0,0,319.058,6551.63,22.7068,3.97868,300,5,0,4126,1243,1,0,0,0),(71769,20196,530,1,1,0,0,277.056,6713.46,22.3937,0.897817,300,5,0,4126,1243,1,0,0,0),(71770,20196,530,1,1,0,0,99.2202,6979.13,21.3338,0.381998,300,0,0,4126,1243,0,0,0,0),(71771,20196,530,1,1,0,0,215.688,7512.15,22.4108,2.14688,300,0,0,4126,1243,0,0,0,0),(71772,20196,530,1,1,0,0,286.053,7364.83,30.2222,5.99878,300,5,0,4126,1243,1,0,0,0),(71773,20197,530,1,1,0,0,385.232,6484.94,22.4861,6.01869,300,5,0,5341,0,1,0,0,0),(71774,20197,530,1,1,0,0,377.21,6420.17,21.942,5.20471,300,0,0,5341,0,0,0,0,0),(71775,20197,530,1,1,0,0,714.203,6528.99,20.8972,1.47919,300,5,0,5341,0,1,0,0,0),(71776,20197,530,1,1,0,0,744.879,6554.85,21.434,0.014107,300,5,0,5341,0,1,0,0,0),(71777,20197,530,1,1,0,0,809.696,6793.34,21.5217,1.40824,300,5,0,5341,0,1,0,0,0),(71778,20197,530,1,1,0,0,873.544,6976.46,22.343,5.16206,300,5,0,5341,0,1,0,0,0),(71779,20197,530,1,1,0,0,844.213,6943.32,22.1434,3.82945,300,5,0,5341,0,1,0,0,0),(71780,20197,530,1,1,0,0,845.453,7084.69,22.1442,2.05978,300,5,0,5341,0,1,0,0,0),(71781,20197,530,1,1,0,0,912.393,7155.09,20.5719,4.24761,300,5,0,5341,0,1,0,0,0),(71782,20197,530,1,1,0,0,752.163,7149,23.7705,3.77932,300,5,0,5341,0,1,0,0,0),(71783,20197,530,1,1,0,0,755.563,7205.53,22.5241,3.91688,300,5,0,5341,0,1,0,0,0),(71784,20197,530,1,1,0,0,744.441,7286.61,21.9559,5.73339,300,5,0,5341,0,1,0,0,0),(71785,20197,530,1,1,0,0,790.748,7359.02,22.8597,0.126596,300,5,0,5341,0,1,0,0,0),(71786,20197,530,1,1,0,0,784.56,7414.64,22.3635,1.33389,300,5,0,5341,0,1,0,0,0),(71787,20197,530,1,1,0,0,742.119,7389.52,21.8515,3.07905,300,5,0,5341,0,1,0,0,0),(71788,20197,530,1,1,0,0,722.189,7418.52,23.3614,3.60891,300,5,0,5341,0,1,0,0,0),(71789,20197,530,1,1,0,0,794.106,7487.84,22.6135,2.77292,300,5,0,5341,0,1,0,0,0),(71790,20197,530,1,1,0,0,717.543,7504.87,22.5495,1.9571,300,5,0,5341,0,1,0,0,0),(71791,20197,530,1,1,0,0,751.146,7505.25,21.7671,6.14876,300,5,0,5341,0,1,0,0,0),(71792,20197,530,1,1,0,0,674.596,7521.25,23.3519,4.84365,300,5,0,5341,0,1,0,0,0),(71793,20197,530,1,1,0,0,621.713,7525.48,21.9137,3.04526,300,5,0,5341,0,1,0,0,0),(71794,20198,530,1,1,0,0,442.046,8819.71,24.4115,0.701134,300,5,0,5341,0,1,0,0,0),(71795,20198,530,1,1,0,0,416.413,8847.84,23.7937,3.54149,300,5,0,5341,0,1,0,0,0),(71796,20198,530,1,1,0,0,402.305,8783.19,22.7973,3.30985,300,0,0,5341,0,0,0,0,0),(71797,20198,530,1,1,0,0,371.408,8871.78,23.1778,1.81972,300,5,0,5341,0,1,0,0,0),(71798,20198,530,1,1,0,0,428.063,8724.15,19.3948,1.09311,300,5,0,5341,0,1,0,0,0),(71799,20198,530,1,1,0,0,127.102,8521.73,23.6673,4.43026,300,5,0,5341,0,1,0,0,0),(71800,20198,530,1,1,0,0,41.2023,8474.84,22.4991,5.80734,300,5,0,5341,0,1,0,0,0),(71801,20198,530,1,1,0,0,253.337,8946.46,25.4106,2.57626,300,5,0,5341,0,1,0,0,0),(71802,20198,530,1,1,0,0,284.786,8973.25,25.4557,0.391032,300,5,0,5341,0,1,0,0,0),(71803,20198,530,1,1,0,0,144.234,8920.36,23.1764,3.45925,300,5,0,5341,0,1,0,0,0),(71804,20198,530,1,1,0,0,49.3276,8938.62,23.2548,2.69148,300,5,0,5341,0,1,0,0,0),(71805,20198,530,1,1,0,0,51.445,8884.08,22.7542,3.65741,300,5,0,5341,0,1,0,0,0),(71806,20202,530,1,1,0,0,4672.65,2833.64,119.721,2.08893,300,0,0,27044,0,2,0,0,0),(71807,20203,530,1,1,0,0,3363.62,4343.92,122.813,3.31613,300,0,0,8540,0,0,0,0,0),(71808,20203,530,1,1,0,0,3353.89,4297.43,117.417,2.70526,300,0,0,8540,0,0,0,0,0),(71809,20203,530,1,1,0,0,3394.32,4265.35,122.722,0.785398,300,0,0,8540,0,0,0,0,0),(71810,20203,530,1,1,0,0,3383.93,4348.7,133.665,0.20944,300,0,0,8540,0,0,0,0,0),(71811,20203,530,1,1,0,0,3388.68,4331.53,122.722,1.97222,300,0,0,8540,0,0,0,0,0),(71812,20203,530,1,1,0,0,3388.96,4334.67,124.382,4.46804,300,0,0,8540,0,0,0,0,0),(71813,20203,530,1,1,0,0,3383.22,4353.67,123.277,1.85005,300,0,0,8540,0,0,0,0,0),(71814,20203,530,1,1,0,0,3369.6,4266.86,122.646,3.91896,300,0,0,8540,0,0,0,0,0),(71815,20203,530,1,1,0,0,3390.34,4292.85,121.165,4.90438,300,0,0,8540,0,0,0,0,0),(71816,20203,530,1,1,0,0,3387.59,4333.83,122.722,0.174533,300,0,0,8540,0,0,0,0,0),(71817,20203,530,1,1,0,0,3380.88,4359.49,123.702,4.67748,300,0,0,8540,0,0,0,0,0),(71818,20203,530,1,1,0,0,3388.11,4291.83,121.164,6.07375,300,0,0,8540,0,0,0,0,0),(71819,20203,530,1,1,0,0,3390.92,4297.69,120.882,3.76991,300,0,0,8540,0,0,0,0,0),(71820,20204,530,1,1,0,0,4087.75,2986.81,355.562,0.418879,300,0,0,6986,0,0,0,0,0),(71821,20205,530,1,1,0,0,4090.48,2988.86,355.517,4.66003,300,0,0,6986,0,0,0,0,0),(71822,20206,530,1,1,0,0,-684.603,2626.44,89.1955,2.22254,300,0,0,42,0,0,0,0,0),(71823,20207,530,1,1,0,1,2974.87,2394.88,154.619,0.241681,300,0,0,6542,0,0,0,0,0),(71824,20207,530,1,1,0,1,2977.93,2378.21,154.308,0.785398,300,0,0,6542,0,0,0,0,0),(71825,20207,530,1,1,0,1,2989.73,2360.48,153.884,0.750492,300,0,0,6542,0,0,0,0,0),(71826,20207,530,1,1,0,1,2997.99,2349.03,156.009,0.750492,300,0,0,6542,0,0,0,0,0),(71827,20207,530,1,1,0,1,2939.83,2053.94,156.886,4.19425,300,0,0,6542,0,0,0,0,0),(71828,20207,530,1,1,0,1,2972.73,2036.76,151.488,4.03171,300,0,0,6542,0,0,0,0,0),(71829,20207,530,1,1,0,1,2959.69,2047.51,157.573,4.11898,300,0,0,6542,0,0,0,0,0),(71830,20207,530,1,1,0,1,2985.45,2028.82,148.605,3.97935,300,0,0,6542,0,0,0,0,0),(71831,20207,530,1,1,0,1,2979.79,2005.28,143.395,3.71755,300,0,0,6542,0,0,0,0,0),(71832,20207,530,1,1,0,1,3090.85,2208.6,158.872,3.10669,300,0,0,6542,0,0,0,0,0),(71833,20207,530,1,1,0,1,3094.45,2224.23,156.244,3.92699,300,0,0,6542,0,0,0,0,0),(71834,20207,530,1,1,0,1,3107.2,2238.18,153.802,4.13643,300,0,0,6542,0,0,0,0,0),(71835,20207,530,1,1,0,1,3113.94,2219.15,154.424,3.52556,300,0,0,6542,0,0,0,0,0),(71836,20207,530,1,1,0,1,3058.72,2322.28,149.264,2.0971,300,0,0,6542,0,0,0,0,0),(71837,20207,530,1,1,0,1,3071.64,2343.2,147.274,2.29118,300,0,0,6542,0,0,0,0,0),(71838,20207,530,1,1,0,1,3075.96,2364,144.572,2.6529,300,0,0,6542,0,0,0,0,0),(71839,20210,530,1,1,0,0,3504.9,3948.54,143.57,2.33714,300,5,0,6326,0,1,0,0,0),(71840,20210,530,1,1,0,0,3439.91,3822.97,144.143,3.19614,300,5,0,6326,0,1,0,0,0),(71841,20210,530,1,1,0,0,3155.71,3339.64,108.073,4.76121,300,5,0,6326,0,1,0,0,0),(71842,20210,530,1,1,0,0,3109.01,3302.73,110.494,5.19568,300,5,0,6326,0,1,0,0,0),(71843,20210,530,1,1,0,0,3059.82,3243.43,115.968,0.586781,300,5,0,6326,0,1,0,0,0),(71844,20210,530,1,1,0,0,3230.2,3588.44,126.709,5.10624,300,5,0,6326,0,1,0,0,0),(71845,20210,530,1,1,0,0,3206.03,3620.3,129.265,4.92679,300,5,0,6326,0,1,0,0,0),(71846,20210,530,1,1,0,0,3414.24,3839.38,144.47,4.48863,300,5,0,6326,0,1,0,0,0),(71847,20210,530,1,1,0,0,3187.02,3812.87,140.167,3.68713,300,5,0,6326,0,1,0,0,0),(71848,20210,530,1,1,0,0,3153.44,3762.68,139.138,1.38169,300,5,0,6326,0,1,0,0,0),(71849,20210,530,1,1,0,0,3226.43,3665.5,128.984,0.596571,300,5,0,6326,0,1,0,0,0),(71850,20210,530,1,1,0,0,3165.1,3607.24,135.148,4.71239,300,5,0,6326,0,1,0,0,0),(71851,20210,530,1,1,0,0,2928.76,3791.15,152.021,0,300,5,0,6326,0,1,0,0,0),(71852,20210,530,1,1,0,0,2943.62,3805.42,154.308,1.04511,300,5,0,6326,0,1,0,0,0),(71853,20210,530,1,1,0,0,3125.43,3810.56,143.007,3.23528,300,5,0,6326,0,1,0,0,0),(71854,20210,530,1,1,0,0,3111.43,3865.05,143.726,5.11318,300,5,0,6326,0,1,0,0,0),(71855,20210,530,1,1,0,0,3120.05,3927.16,179.934,3.35347,300,5,0,6326,0,1,0,0,0),(71856,20210,530,1,1,0,0,3111.92,3945.25,175.618,4.62248,300,5,0,6326,0,1,0,0,0),(71857,20210,530,1,1,0,0,3120.14,3981.86,163.129,5.91554,300,5,0,6326,0,1,0,0,0),(71858,20210,530,1,1,0,0,3163.74,3974.25,160.223,5.7893,300,5,0,6326,0,1,0,0,0),(71859,20210,530,1,1,0,0,3180.05,3921.39,182.32,2.31754,300,5,0,6326,0,1,0,0,0),(71860,20210,530,1,1,0,0,3120.9,4026.02,148.46,1.75441,300,5,0,6326,0,1,0,0,0),(71861,20210,530,1,1,0,0,3225.21,3944.74,169.795,0.874969,300,5,0,6326,0,1,0,0,0),(71862,20210,530,1,1,0,0,3212.29,3892.82,196.08,5.6404,300,5,0,6326,0,1,0,0,0),(71863,20210,530,1,1,0,0,3199.71,4003.44,147.62,6.26821,300,5,0,6326,0,1,0,0,0),(71864,20210,530,1,1,0,0,3267.82,3893.23,196.307,3.14159,300,5,0,6326,0,1,0,0,0),(71865,20210,530,1,1,0,0,3281.93,3963.68,167.249,3.46399,300,5,0,6326,0,1,0,0,0),(71866,20210,530,1,1,0,0,3312.48,3912.51,191.822,0.986976,300,5,0,6326,0,1,0,0,0),(71867,20210,530,1,1,0,0,3282.02,3971.25,166.095,1.5708,300,5,0,6326,0,1,0,0,0),(71868,20210,530,1,1,0,0,3353.95,3974.12,182.869,3.83708,300,5,0,6326,0,1,0,0,0),(71869,20210,530,1,1,0,0,3384.46,3964.14,199.634,0.347596,300,5,0,6326,0,1,0,0,0),(71870,20210,530,1,1,0,0,3381.16,4014.03,176.554,3.00646,300,5,0,6326,0,1,0,0,0),(71871,20210,530,1,1,0,0,3335.19,4048.58,159.87,3.62851,300,5,0,6326,0,1,0,0,0),(71872,20210,530,1,1,0,0,3367.84,4044.64,166.147,5.41141,300,0,0,6326,0,2,0,0,0),(71873,20210,530,1,1,0,0,2917.69,3887.11,129.892,3.95781,300,5,0,6326,0,1,0,0,0),(71874,20210,530,1,1,0,0,2886.02,3794.23,167.167,4.2064,300,5,0,6326,0,1,0,0,0),(71875,20210,530,1,1,0,0,2851.87,3772.97,177.666,5.76839,300,5,0,6326,0,1,0,0,0),(71876,20210,530,1,1,0,0,2881.73,3746.3,156.002,3.02768,300,5,0,6326,0,1,0,0,0),(71877,20210,530,1,1,0,0,2771.12,3596.24,143.268,0.130728,300,5,0,6326,0,1,0,0,0),(71878,20210,530,1,1,0,0,2714.22,3640.49,145.822,5.67493,300,5,0,6326,0,1,0,0,0),(71879,20210,530,1,1,0,0,2648.76,3549.56,137.816,5.80387,300,0,0,6326,0,2,0,0,0),(71880,20210,530,1,1,0,0,2745.77,3515.45,136.45,3.38289,300,5,0,6326,0,1,0,0,0),(71881,20210,530,1,1,0,0,2738.24,3557.45,138.498,1.19783,300,5,0,6326,0,1,0,0,0),(71882,20210,530,1,1,0,0,2681.31,3486.83,141.319,0.422843,300,0,0,6326,0,0,0,0,0),(71883,20210,530,1,1,0,0,2782.6,3529.59,139.908,5.94259,300,5,0,6326,0,1,0,0,0),(71884,20210,530,1,1,0,0,2809.91,3527.53,145.861,5.10015,300,5,0,6326,0,1,0,0,0),(71885,20210,530,1,1,0,0,2699.79,3451.55,143.107,2.35173,300,5,0,6326,0,1,0,0,0),(71886,20210,530,1,1,0,0,2680.33,3338.77,135.403,0.034978,300,5,0,6326,0,1,0,0,0),(71887,20210,530,1,1,0,0,2667.93,3445.36,143.104,2.89898,300,5,0,6326,0,1,0,0,0),(71888,20210,530,1,1,0,0,2603.5,3375.39,144.755,0.483983,300,5,0,6326,0,1,0,0,0),(71889,20210,530,1,1,0,0,2638.85,3423.03,144.989,2.76782,300,5,0,6326,0,1,0,0,0),(71890,20210,530,1,1,0,0,3007.72,3369.05,104.516,0.163455,300,5,0,6326,0,1,0,0,0),(71891,20211,530,1,1,0,1,3228.27,5320.61,171.084,0.921177,300,0,0,5060,2933,0,0,0,0),(71892,20214,530,1,1,0,0,3224.64,5295.89,176.289,3.12558,300,0,0,498,0,0,0,0,0),(71893,20214,530,1,1,0,0,3261.73,5368.24,177.159,4.99762,300,0,0,498,0,0,0,0,0),(71894,20214,530,1,1,0,0,1692.82,4656.65,145.447,2.47249,300,0,0,498,0,0,0,0,0),(71895,20214,530,1,1,0,0,1713.39,4658.31,146.132,0.50768,300,0,0,498,0,0,0,0,0),(71896,20214,530,1,1,0,0,1766.4,4612.41,146.148,5.66874,300,0,0,498,0,0,0,0,0),(71897,20214,530,1,1,0,0,1642.55,4589.49,139.787,3.50045,300,0,0,498,0,0,0,0,0),(71898,20215,530,1,1,0,0,2752.2,3116.26,155.687,0.994838,300,0,0,7032,3080,0,0,0,0),(71899,20216,530,1,1,0,1,2686.48,5540.87,-1.93669,1.5708,300,0,0,139720,0,0,0,0,0),(71900,20217,530,1,1,0,0,9248.16,-7496.47,36.5675,3.07178,300,0,0,6986,0,0,0,0,0),(71901,20220,530,1,1,0,0,9246.32,-7499.94,36.5527,2.1293,300,0,0,6986,0,0,0,0,0),(71902,20221,530,1,1,0,1,2596.35,2365.24,109.516,1.3937,300,5,0,6542,0,1,0,0,0),(71903,20221,530,1,1,0,1,2473.27,2376.61,137.25,5.74213,300,0,0,6542,0,0,0,0,0),(71904,20221,530,1,1,0,1,2532.87,2368.77,128.592,5.70754,300,5,0,6542,0,1,0,0,0),(71905,20221,530,1,1,0,1,2473.25,2360.92,137.25,0.959931,300,0,0,6542,0,0,0,0,0),(71906,20221,530,1,1,0,1,2465.94,2388.82,137.691,0.63823,300,5,0,6542,0,1,0,0,0),(71907,20222,530,1,1,0,0,9244.26,-7500.39,36.7494,1.64061,300,0,0,6986,0,0,0,0,0),(71908,20223,530,1,1,0,0,9240.22,-7495.58,37.4946,6.0912,300,0,0,6986,0,0,0,0,0),(71909,20224,530,1,1,0,0,9242.19,-7499.76,37.0338,1.09956,300,0,0,6986,0,0,0,0,0),(71910,20226,530,1,1,0,0,2905.1,4184.06,168.822,0.191986,300,0,0,4120,0,0,0,0,0),(71911,20226,530,1,1,0,0,2408,2763,140.238,5.2709,300,0,0,4120,0,0,0,0,0),(71912,20226,530,1,1,0,0,2982.5,2169.98,169.018,1.44862,300,0,0,4120,0,0,0,0,0),(71913,20226,530,1,1,0,0,4011.91,4013.92,198.895,4.31096,300,0,0,4120,0,0,0,0,0),(71914,20226,530,1,1,0,0,4010.79,4014.19,207.833,3.10669,300,0,0,4120,0,0,0,0,0),(71915,20230,530,1,1,0,0,2504.15,6600.16,7.09176,3.21141,300,0,0,4120,0,0,0,0,0),(3460,5816,1,1,1,4355,1,1820.77,-4300.23,-12.314,4.4855,300,0,0,1003,0,0,0,0,0),(71918,20233,530,1,1,0,1,-4059.43,-13718.8,72.9697,3.26377,300,0,0,86,0,0,0,0,0),(3459,3329,1,1,1,1329,1,1766.71,-4367.36,-15.9383,5.61996,300,0,0,1003,0,0,0,0,0),(71921,20236,530,1,1,0,1,509.155,1993.64,110.878,4.64258,300,0,0,26140,0,0,0,0,0),(40445,23145,530,1,1,0,0,-5086.27,606.851,85.8097,3.18947,300,0,0,6542,0,0,0,0,0),(71923,20237,530,1,1,0,1,282.305,1478.98,-13.0164,4.06967,300,0,0,59140,0,0,0,0,0),(71924,20238,530,1,1,0,1,279.395,1472.05,-13.1965,4.16668,300,5,0,59140,0,1,0,0,0),(3458,3334,1,1,1,1334,1,1811.04,-4270.9,7.1692,3.94444,300,0,0,1003,0,0,0,0,0),(3457,3335,1,1,1,1335,1,1846.54,-4325.67,-15.6193,3.80482,300,0,0,1003,0,0,0,0,0),(71929,20238,530,1,1,0,1,480.375,2011.46,108.841,2.42601,300,0,0,59140,0,0,0,0,0),(71930,20238,530,1,1,0,1,483.338,2010.52,109.562,2.02458,300,0,0,59140,0,0,0,0,0),(71931,20238,530,1,1,0,1,522.997,1989.82,109.521,4.69494,300,0,0,59140,0,0,0,0,0),(71932,20238,530,1,1,0,1,507.782,2015.47,114.171,1.72788,300,0,0,59140,0,0,0,0,0),(71933,20238,530,1,1,0,1,494.46,2016.79,112.141,1.64061,300,0,0,59140,0,0,0,0,0),(71934,20238,530,1,1,0,1,497.437,2019.33,113.084,2.30383,300,0,0,59140,0,0,0,0,0),(71935,20239,530,1,1,0,0,-4388.44,-13638.5,34.3475,0.506145,300,0,0,42,0,0,0,0,0),(71936,20240,530,1,1,0,1,-2726.23,7282.37,40.9782,4.57276,300,0,0,17742,0,0,0,0,0),(71937,20241,530,1,1,0,0,-1321.66,7342.35,34.5839,5.49779,300,0,0,17742,0,0,0,0,0),(71938,20242,530,1,1,0,0,4181.33,3050.57,336.924,2.94961,300,0,0,15699,8973,0,0,0,0),(71939,20243,530,1,1,0,0,2531.17,4004.98,133.079,4.93928,300,0,0,52395,0,0,0,0,0),(71940,20244,530,1,1,0,0,10531.1,-6494.48,1.42795,3.24904,300,0,0,42,0,0,0,0,0),(71941,20246,530,1,1,0,0,10528,-6495.67,1.83764,0.953505,300,0,0,42,0,0,0,0,0),(71942,20247,530,1,1,0,0,10515.8,-6496.14,3.59912,3.00225,300,0,0,42,0,0,0,0,0),(71943,20248,530,1,1,0,1,3987.4,3785.5,124.319,4.82235,300,5,0,5950,3080,1,0,0,0),(71944,20248,530,1,1,0,1,3966.04,3764.93,122.522,2.35968,300,5,0,5950,3080,1,0,0,0),(71945,20248,530,1,1,0,1,3961.61,3764.18,122.97,1.81514,300,5,0,5950,3080,1,0,0,0),(71946,20248,530,1,1,0,1,3985.68,3778.19,123.537,1.22385,300,5,0,5950,3080,1,0,0,0),(71947,20248,530,1,1,0,1,3920.26,3778.53,122.454,5.71308,300,5,0,5950,3080,1,0,0,0),(71948,20248,530,1,1,0,1,3934.35,3785.71,122.407,3.7001,300,5,0,5950,3080,1,0,0,0),(71949,20248,530,1,1,0,1,3814.17,3846.02,103.59,0.034907,300,5,0,5950,3080,1,0,0,0),(71950,20248,530,1,1,0,1,3822.36,3817.99,103.521,1.30751,300,5,0,5950,3080,1,0,0,0),(71951,20248,530,1,1,0,1,3822.83,3827.95,103.521,0,300,5,0,5950,3080,1,0,0,0),(71952,20248,530,1,1,0,1,3891.44,3898.99,178.721,0,300,0,0,5950,3080,0,0,0,0),(71953,20248,530,1,1,0,1,3933.92,4068.37,123.233,3.66519,300,5,0,5950,3080,1,0,0,0),(71954,20248,530,1,1,0,1,3948.76,3908.72,177.454,5.41052,300,5,0,5950,3080,1,0,0,0),(71955,20248,530,1,1,0,1,3932.7,3935.33,122.765,2.44083,300,0,0,5950,3080,0,0,0,0),(71956,20248,530,1,1,0,1,3941.64,3879.16,174.241,4.82194,300,5,0,5950,3080,1,0,0,0),(71957,20248,530,1,1,0,1,3967.06,3890.93,176.063,2.58537,300,5,0,5950,3080,1,0,0,0),(71958,20248,530,1,1,0,1,3965.67,3909.99,177.454,1.43118,300,5,0,5950,3080,1,0,0,0),(71959,20248,530,1,1,0,1,4017.05,3912.02,191.819,5.044,300,5,0,5950,3080,1,0,0,0),(71960,20248,530,1,1,0,1,4032.95,3876.27,191.808,0.673204,300,5,0,5950,3080,1,0,0,0),(71961,20248,530,1,1,0,1,4004.86,3900.05,122.616,2.40855,300,5,0,5950,3080,1,0,0,0),(71962,20248,530,1,1,0,1,4040.08,3878.75,191.933,3.66519,300,5,0,5950,3080,1,0,0,0),(71963,20248,530,1,1,0,1,4045.72,3903.76,189.444,4.82767,300,5,0,5950,3080,1,0,0,0),(71964,20248,530,1,1,0,1,4064.39,3906.02,189.444,4.5204,300,5,0,5950,3080,1,0,0,0),(71965,20248,530,1,1,0,1,4079.93,3899.33,189.441,6.10481,300,5,0,5950,3080,1,0,0,0),(71966,20248,530,1,1,0,1,4102.04,3982.77,117.054,2.49582,300,5,0,5950,3080,1,0,0,0),(71967,20248,530,1,1,0,1,4103.99,3998.05,117.426,3.45575,300,5,0,5950,3080,1,0,0,0),(71968,20248,530,1,1,0,1,3996.35,4119.15,189.126,1.71562,300,5,0,5950,3080,1,0,0,0),(71969,20248,530,1,1,0,1,3994.05,4120.1,189.126,0.767945,300,5,0,5950,3080,1,0,0,0),(71970,20248,530,1,1,0,1,4005.58,4119.05,189.126,2.69014,300,5,0,5950,3080,1,0,0,0),(71971,20248,530,1,1,0,1,4001.63,4027.03,192.09,5.64408,300,5,0,5950,3080,1,0,0,0),(71972,20248,530,1,1,0,1,4001.8,4011.56,192.109,0.416849,300,5,0,5950,3080,1,0,0,0),(71973,20248,530,1,1,0,1,4014.73,4005.6,192.098,2.32269,300,5,0,5950,3080,1,0,0,0),(71974,20248,530,1,1,0,1,4018.71,4018.89,192.094,3.90353,300,5,0,5950,3080,1,0,0,0),(71975,20248,530,1,1,0,1,3914.68,3893.36,177.874,2.51365,300,5,0,5950,3080,1,0,0,0),(71976,20249,530,1,1,0,0,2984.94,5529.43,147.796,5.32325,300,0,0,6986,0,0,0,0,0),(71977,20250,530,1,1,0,0,3000.03,5438.37,146.794,1.62316,300,0,0,6986,0,0,0,0,0),(40205,4049,1,1,1,0,1,-270,-951,14.372,5.552,120,0,0,787,0,0,0,0,0),(40444,27667,530,1,1,0,1,-1848.02,5506.64,-12.4278,4.97954,300,0,0,6986,0,0,0,0,0),(207573,15105,530,1,1,0,0,-1908.2,5433.96,-12.3449,1.74533,120,0,0,1,0,0,0,0,0),(71983,20270,530,1,1,0,0,-235.574,6995.53,17.7538,1.28361,300,5,0,4274,2568,1,0,0,0),(71984,20270,530,1,1,0,0,-85.2481,6953.9,18.7411,1.25406,300,5,0,4274,2568,1,0,0,0),(71985,20270,530,1,1,0,0,-75.6463,7172.7,19.3927,5.43459,300,5,0,4274,2568,1,0,0,0),(71986,20270,530,1,1,0,0,-3.20549,7137.29,17.4758,4.61544,300,5,0,4274,2568,1,0,0,0),(71987,20270,530,1,1,0,0,-209.781,7325.48,57.2283,0.769028,300,5,0,4274,2568,1,0,0,0),(71988,20270,530,1,1,0,0,-178.332,7309.84,22.9734,5.49779,300,0,0,4274,2568,0,0,0,0),(71989,20270,530,1,1,0,0,-188.78,7301.49,22.7165,5.3058,300,0,0,4274,2568,0,0,0,0),(71990,20270,530,1,1,0,0,-201.353,7327.2,31.9633,3.2,300,5,0,4274,2568,1,0,0,0),(71991,20270,530,1,1,0,0,-213.666,7331.98,31.9661,4.65465,300,5,0,4274,2568,1,0,0,0),(71992,20270,530,1,1,0,0,-206.124,7349.61,57.2289,2.76134,300,5,0,4274,2568,1,0,0,0),(71993,20270,530,1,1,0,0,-188.722,7335.41,57.2224,6.03402,300,5,0,4274,2568,1,0,0,0),(71994,20270,530,1,1,0,0,-195.405,7337.21,31.9661,5.63386,300,5,0,4274,2568,1,0,0,0),(71995,20270,530,1,1,0,0,-359.143,7262.6,52.0497,3.68265,300,0,0,4274,2568,0,0,0,0),(71996,20270,530,1,1,0,0,-359.365,7248.97,51.8512,5.21853,300,0,0,4274,2568,0,0,0,0),(207569,15105,530,1,1,0,0,-1809.68,5366.84,-12.3448,3.92699,120,0,0,1,0,0,0,0,0),(72364,20395,530,1,1,0,0,-1765.4,5260.2,-38.8402,1.12128,120,0,0,3144,0,0,0,0,0),(207572,15105,530,1,1,0,0,-1867.23,5148.14,-43.1353,4.97419,120,0,0,1,0,0,0,0,0),(17676,33941,530,1,1,22393,0,3070.16,3635.11,143.864,0.750492,180,0,0,42,0,0,0,0,0),(72003,20279,530,1,1,0,0,546.881,8850.69,33.0581,3.0664,300,5,0,5875,0,1,0,0,0),(72004,20279,530,1,1,0,0,648.973,8909.1,20.9655,1.93208,300,5,0,5875,0,1,0,0,0),(72005,20279,530,1,1,0,0,701.99,8928.22,-2.37849,3.39036,300,5,0,5875,0,1,0,0,0),(72006,20279,530,1,1,0,0,577.834,8946.88,23.2322,3.33114,300,5,0,5875,0,1,0,0,0),(72007,20279,530,1,1,0,0,516.141,8885.08,32.9177,1.73948,300,5,0,5875,0,1,0,0,0),(72008,20279,530,1,1,0,0,452.372,8952.3,32.5675,0.152217,300,5,0,5875,0,1,0,0,0),(72009,20279,530,1,1,0,0,420.091,8984.55,32.3645,0.207547,300,5,0,5875,0,1,0,0,0),(72010,20279,530,1,1,0,0,379.521,9017.09,22.5441,3.08982,300,5,0,5875,0,1,0,0,0),(72011,20279,530,1,1,0,0,298.701,9016.38,23.5735,3.70013,300,5,0,5875,0,1,0,0,0),(72012,20279,530,1,1,0,0,383.593,9080.56,6.66302,4.67331,300,5,0,5875,0,1,0,0,0),(72013,20279,530,1,1,0,0,315.294,9080.77,12.2727,4.17747,300,5,0,5875,0,1,0,0,0),(72014,20279,530,1,1,0,0,247.076,9086.64,1.37159,2.28917,300,5,0,5875,0,1,0,0,0),(72015,20279,530,1,1,0,0,191.71,9085.44,0.94432,6.17167,300,5,0,5875,0,1,0,0,0),(72016,20279,530,1,1,0,0,133.366,9083.47,3.96751,0.03953,300,5,0,5875,0,1,0,0,0),(72017,20279,530,1,1,0,0,149.024,9108.58,-8.25469,5.17604,300,5,0,5875,0,1,0,0,0),(72018,20279,530,1,1,0,0,127.612,8996.35,20.7428,0.74532,300,5,0,5875,0,1,0,0,0),(72019,20279,530,1,1,0,0,82.5148,9119.27,-18.2658,1.70606,300,5,0,5875,0,1,0,0,0),(72020,20279,530,1,1,0,0,43.6869,9097.04,-6.22389,1.82951,300,5,0,5875,0,1,0,0,0),(72021,20279,530,1,1,0,0,9.23369,9022.08,21.3899,0.152962,300,5,0,5875,0,1,0,0,0),(72022,20279,530,1,1,0,0,-39.3868,9033.49,21.8118,4.45367,300,5,0,5875,0,1,0,0,0),(72023,20279,530,1,1,0,0,-114.714,9053.73,7.62404,0.502501,300,5,0,5875,0,1,0,0,0),(72024,20280,530,1,1,0,0,582.346,8880.83,29.4848,4.59304,300,5,0,5875,0,1,0,0,0),(72025,20280,530,1,1,0,0,618.632,8851.48,29.3483,5.25689,300,5,0,5875,0,1,0,0,0),(72026,20280,530,1,1,0,0,620.315,8918.09,23.6058,6.25097,300,5,0,5875,0,1,0,0,0),(72027,20280,530,1,1,0,0,552.382,8919.14,25.8993,0.574739,300,5,0,5875,0,1,0,0,0),(72028,20280,530,1,1,0,0,513.362,8948.2,24.5183,3.68963,300,5,0,5875,0,1,0,0,0),(72029,20280,530,1,1,0,0,484.881,8922.32,32.8898,2.49241,300,5,0,5875,0,1,0,0,0),(72030,20280,530,1,1,0,0,350.118,8991.33,29.2468,1.68625,300,5,0,5875,0,1,0,0,0),(72031,20280,530,1,1,0,0,418.673,9052.12,7.94195,0.684347,300,5,0,5875,0,1,0,0,0),(72032,20280,530,1,1,0,0,342.483,9050.66,17.5019,2.97048,300,5,0,5875,0,1,0,0,0),(72033,20280,530,1,1,0,0,285.447,9060.34,15.3095,2.89952,300,5,0,5875,0,1,0,0,0),(72034,20280,530,1,1,0,0,343.815,9113.26,2.63213,4.03279,300,5,0,5875,0,1,0,0,0),(72035,20280,530,1,1,0,0,280.663,9117.03,0.05746,3.02354,300,5,0,5875,0,1,0,0,0),(72036,20280,530,1,1,0,0,216.879,9052.03,4.17347,4.99533,300,5,0,5875,0,1,0,0,0),(72037,20280,530,1,1,0,0,147.332,9054.54,13.8112,1.93301,300,5,0,5875,0,1,0,0,0),(72038,20280,530,1,1,0,0,213.491,9113.69,-5.84659,3.4411,300,5,0,5875,0,1,0,0,0),(72039,20280,530,1,1,0,0,81.279,9051.95,10.7682,1.51803,300,5,0,5875,0,1,0,0,0),(72040,20280,530,1,1,0,0,9.43213,9052.64,15.3859,1.38413,300,5,0,5875,0,1,0,0,0),(72041,20280,530,1,1,0,0,-85.3776,9077.84,-4.02392,4.61457,300,5,0,5875,0,1,0,0,0),(72042,20281,530,1,1,0,1,3096.17,2801.15,118.221,0.174533,300,0,0,11832,0,0,0,0,0),(72043,20283,530,1,1,0,0,896.831,5685.23,17.1526,3.08003,300,5,0,5158,0,1,0,0,0),(72044,20283,530,1,1,0,0,939.539,5775.24,-1.45199,2.22911,300,5,0,5158,0,1,0,0,0),(72045,20283,530,1,1,0,0,966.534,5578.53,-11.5279,3.02414,300,5,0,5158,0,1,0,0,0),(72046,20283,530,1,1,0,0,967.878,5502.41,-23.7741,0.256579,300,5,0,5158,0,1,0,0,0),(72047,20283,530,1,1,0,0,945.667,5290.36,0.71522,1.72293,300,5,0,5158,0,1,0,0,0),(72048,20283,530,1,1,0,0,958.749,5387.67,-5.68697,0.66695,300,5,0,5158,0,1,0,0,0),(72049,20283,530,1,1,0,0,1012.36,5320.31,-25.0912,3.33516,300,5,0,5158,0,1,0,0,0),(72050,20283,530,1,1,0,0,988.485,5213.98,-8.30268,5.71144,300,5,0,5158,0,1,0,0,0),(72051,20283,530,1,1,0,0,980.163,5146.31,-2.42723,4.83481,300,5,0,5158,0,1,0,0,0),(72052,20283,530,1,1,0,0,987.222,5095.06,-10.4489,1.69515,300,5,0,5158,0,1,0,0,0),(72053,20283,530,1,1,0,0,933.964,5082.52,-4.8004,0.271993,300,5,0,5158,0,1,0,0,0),(72054,20283,530,1,1,0,0,813.956,5087.24,9.118,1.83948,300,5,0,5158,0,1,0,0,0),(72055,20283,530,1,1,0,0,771.91,5100.72,14.6925,2.3182,300,5,0,5158,0,1,0,0,0),(72056,20283,530,1,1,0,0,709.656,5045.5,4.69566,3.98364,300,5,0,5158,0,1,0,0,0),(72057,20284,530,1,1,0,1,3242.53,3531.44,121.253,3.31608,300,0,0,654200,0,0,0,0,0),(72058,20285,530,1,1,0,1,3841.27,3877.35,108.019,4.8157,300,5,0,6542,0,1,0,0,0),(72059,20285,530,1,1,0,1,3825.63,3890.93,109.459,3.58914,300,5,0,6542,0,1,0,0,0),(72060,20285,530,1,1,0,1,3821.72,3906.72,109.764,2.6466,300,5,0,6542,0,1,0,0,0),(72061,20285,530,1,1,0,1,3854.98,4012.57,127.727,0.595494,300,5,0,6542,0,1,0,0,0),(72062,20285,530,1,1,0,1,3900.08,3991.32,119.809,4.00549,300,5,0,6542,0,1,0,0,0),(72063,20285,530,1,1,0,1,3901.29,3993.64,119.732,2.88449,300,0,0,6542,0,0,0,0,0),(72064,20285,530,1,1,0,1,3879.9,4050.85,120.835,2.27625,300,5,0,6542,0,1,0,0,0),(72065,20285,530,1,1,0,1,3910.97,4056.13,122.97,1.96686,300,5,0,6542,0,1,0,0,0),(72066,20285,530,1,1,0,1,3929.54,4080.42,191.108,3.88762,300,5,0,6542,0,1,0,0,0),(72067,20285,530,1,1,0,1,3917.7,4056.75,188.216,2.31713,300,5,0,6542,0,1,0,0,0),(72068,20285,530,1,1,0,1,3930.7,4107.83,192.225,2.79489,300,5,0,6542,0,1,0,0,0),(72069,20285,530,1,1,0,1,3925.24,4040.22,115.199,4.39105,300,5,0,6542,0,1,0,0,0),(72070,20285,530,1,1,0,1,3958.85,4117.71,190.584,4.71239,300,5,0,6542,0,1,0,0,0),(72071,20285,530,1,1,0,1,3958.76,3929.26,124.512,4.35573,300,5,0,6542,0,1,0,0,0),(72072,20285,530,1,1,0,1,3981.24,3914.98,124.077,4.15618,300,5,0,6542,0,1,0,0,0),(72073,20285,530,1,1,0,1,4090.66,3973.28,118.24,4.88148,300,5,0,6542,0,1,0,0,0),(72074,20285,530,1,1,0,1,3957.45,4013.2,115.489,2.71959,300,0,0,6542,0,0,0,0,0),(72075,20285,530,1,1,0,1,4006.78,3996.4,121.284,3.04783,300,0,0,6542,0,0,0,0,0),(72076,20286,530,1,1,0,0,-4114.71,2531.75,141.482,4.13643,300,0,0,42,0,0,0,0,0),(72077,20288,530,1,1,0,0,-4114.28,2527.53,140.802,5.86431,300,0,0,42,0,0,0,0,0),(72078,20289,530,1,1,0,0,-4115.32,2535.16,141.458,1.39626,300,0,0,42,0,0,0,0,0),(72079,20290,530,1,1,0,0,-232.206,6466.26,-0.278613,0.777807,300,5,0,5158,0,1,0,0,0),(72080,20290,530,1,1,0,0,-154.111,6376.03,-0.755271,2.55342,300,5,0,5158,0,1,0,0,0),(72081,20290,530,1,1,0,0,-178.216,6390.65,0.86008,1.65491,300,5,0,5158,0,1,0,0,0),(72082,20290,530,1,1,0,0,-83.4408,6387.81,-0.862951,4.17969,300,5,0,5158,0,1,0,0,0),(72083,20290,530,1,1,0,0,-103.79,6348.69,2.60425,3.19633,300,5,0,5158,0,1,0,0,0),(72084,20290,530,1,1,0,0,-114.553,6429.35,14.7951,2.75927,300,5,0,5158,0,1,0,0,0),(72085,20290,530,1,1,0,0,-46.9093,6452.81,8.51927,1.87556,300,5,0,5158,0,1,0,0,0),(72086,20290,530,1,1,0,0,-19.1908,6442.52,-0.05731,3.50409,300,5,0,5158,0,1,0,0,0),(72087,20290,530,1,1,0,0,-65.5415,6517.99,5.40517,3.39408,300,5,0,5158,0,1,0,0,0),(72088,20290,530,1,1,0,0,-38.6843,6503.94,13.0317,2.39075,300,5,0,5158,0,1,0,0,0),(72089,20290,530,1,1,0,0,-32.0699,6522.96,0.21646,0.396896,300,5,0,5158,0,1,0,0,0),(72090,20290,530,1,1,0,0,-56.9423,6558.39,-3.60951,3.44404,300,5,0,5158,0,1,0,0,0),(72091,20290,530,1,1,0,0,-16.8008,6586.29,-0.535019,3.06834,300,5,0,5158,0,1,0,0,0),(72092,20290,530,1,1,0,0,-83.2591,6549.65,-2.9716,5.05249,300,5,0,5158,0,1,0,0,0),(72093,20290,530,1,1,0,0,-141.667,6509.37,8.79164,0.651077,300,5,0,5158,0,1,0,0,0),(72094,20290,530,1,1,0,0,-110.37,6559.98,-8.7739,0.25011,300,5,0,5158,0,1,0,0,0),(72095,20290,530,1,1,0,0,-190.78,6478.6,-9.23664,6.13121,300,5,0,5158,0,1,0,0,0),(72096,20290,530,1,1,0,0,-216.868,6528.88,-21.2461,1.00826,300,5,0,5158,0,1,0,0,0),(72097,20290,530,1,1,0,0,-167.728,6517.44,-26.9271,3.24445,300,5,0,5158,0,1,0,0,0),(72098,20290,530,1,1,0,0,-137.461,6573.73,-23.0423,0.413864,300,5,0,5158,0,1,0,0,0),(72099,20290,530,1,1,0,0,-217.201,6563.34,-6.74847,1.87432,300,5,0,5158,0,1,0,0,0),(72100,20290,530,1,1,0,0,-179.045,6554.44,-26.7192,3.15622,300,5,0,5158,0,1,0,0,0),(72101,20290,530,1,1,0,0,-282.881,6518.09,-3.19221,5.67046,300,5,0,5158,0,1,0,0,0),(72102,20290,530,1,1,0,0,-255.649,6487.46,-2.29405,1.18847,300,5,0,5158,0,1,0,0,0),(72103,20290,530,1,1,0,0,-278.077,6543.93,-1.36819,5.48121,300,5,0,5158,0,1,0,0,0),(72104,20290,530,1,1,0,0,-310.241,6613.08,11.9197,2.58527,300,5,0,5158,0,1,0,0,0),(72105,20290,530,1,1,0,0,-307.194,6545.22,2.4193,3.33018,300,5,0,5158,0,1,0,0,0),(72106,20290,530,1,1,0,0,-284.632,6580.16,15.1109,4.78078,300,5,0,5158,0,1,0,0,0),(72107,20290,530,1,1,0,0,-332.672,6654.32,9.7976,2.99569,300,5,0,5158,0,1,0,0,0),(72108,20290,530,1,1,0,0,-296.266,6679.86,7.77864,5.55607,300,5,0,5158,0,1,0,0,0),(72109,20290,530,1,1,0,0,-289.733,6700.89,-1.87424,3.84267,300,5,0,5158,0,1,0,0,0),(72110,20290,530,1,1,0,0,-270.92,6735.91,9.5218,2.01449,300,5,0,5158,0,1,0,0,0),(72111,20290,530,1,1,0,0,-288.465,6708.42,-0.993145,4.08698,300,5,0,5158,0,1,0,0,0),(72112,20290,530,1,1,0,0,-184.649,6625.93,-20.9569,1.91019,300,5,0,5158,0,1,0,0,0),(72113,20290,530,1,1,0,0,-165.442,6650.11,-15.5606,0.015624,300,5,0,5158,0,1,0,0,0),(72114,20290,530,1,1,0,0,-186.854,6690.46,7.10815,4.79448,300,5,0,5158,0,1,0,0,0),(72115,20290,530,1,1,0,0,-126.208,6617.95,-26.1449,3.13967,300,5,0,5158,0,1,0,0,0),(72116,20290,530,1,1,0,0,-91.2219,6653.28,-2.76204,1.80719,300,5,0,5158,0,1,0,0,0),(72117,20290,530,1,1,0,0,-115.508,6684.65,-1.15517,4.52189,300,5,0,5158,0,1,0,0,0),(72118,20290,530,1,1,0,0,-27.6026,6617.15,-1.07921,6.21967,300,5,0,5158,0,1,0,0,0),(72119,20290,530,1,1,0,0,-145.105,6710.53,-0.231815,0.358809,300,5,0,5158,0,1,0,0,0),(72120,20290,530,1,1,0,0,-183.563,6740.15,6.83739,1.34027,300,5,0,5158,0,1,0,0,0),(72121,20290,530,1,1,0,0,-227.939,6753.31,2.82639,3.01918,300,5,0,5158,0,1,0,0,0),(72122,20291,530,1,1,0,0,-91.1726,6446.26,19.4516,5.53788,300,5,0,5158,0,1,0,0,0),(72123,20291,530,1,1,0,0,-78.2053,6480.38,20.266,1.624,300,5,0,5158,0,1,0,0,0),(72124,20291,530,1,1,0,0,-102.713,6485.58,21.3694,5.28397,300,5,0,5158,0,1,0,0,0),(72125,20291,530,1,1,0,0,-99.5076,6495.73,20.7324,5.20487,300,5,0,5158,0,1,0,0,0),(72126,20291,530,1,1,0,0,-115.791,6460.72,21.0755,3.70264,300,5,0,5158,0,1,0,0,0),(72127,20291,530,1,1,0,0,-105.94,6499.74,20.8133,5.27135,300,5,0,5158,0,1,0,0,0),(72128,20291,530,1,1,0,0,-143.174,6469.84,20.6979,0,300,5,0,5158,0,1,0,0,0),(72129,20291,530,1,1,0,0,-130.938,6489.33,21.0313,2.35067,300,5,0,5158,0,1,0,0,0),(72130,20291,530,1,1,0,0,-280.926,6607.84,22.3726,3.46489,300,5,0,5158,0,1,0,0,0),(72131,20291,530,1,1,0,0,-276.703,6624.19,21.9142,1.23018,300,5,0,5158,0,1,0,0,0),(72132,20291,530,1,1,0,0,-263.786,6605.56,21.6463,5.82129,300,5,0,5158,0,1,0,0,0),(72133,20291,530,1,1,0,0,-267.125,6659.8,20.1718,2.51215,300,5,0,5158,0,1,0,0,0),(72134,20291,530,1,1,0,0,-232.263,6631.97,19.4166,1.66022,300,5,0,5158,0,1,0,0,0),(72135,20291,530,1,1,0,0,-228.939,6658.25,19.9096,6.07564,300,5,0,5158,0,1,0,0,0),(72136,20291,530,1,1,0,0,-240.127,6683.76,20.9657,0.735919,300,5,0,5158,0,1,0,0,0),(72137,20291,530,1,1,0,0,-222.915,6680.41,21.9498,4.29612,300,5,0,5158,0,1,0,0,0),(72138,20292,530,1,1,0,0,-261.793,6636.87,21.8011,4.04916,300,0,0,5129,2568,0,0,0,0),(72139,20293,530,1,1,0,0,513.432,8313.8,-9.07578,2.31933,300,5,0,4974,0,1,0,0,0),(72140,20293,530,1,1,0,0,322.55,8749.11,4.1798,3.16201,300,5,0,4974,0,1,0,0,0),(72141,20293,530,1,1,0,0,290.693,8820.95,-0.699245,2.89976,300,5,0,4974,0,1,0,0,0),(72142,20293,530,1,1,0,0,328.705,8810.36,1.52231,2.60495,300,5,0,4974,0,1,0,0,0),(72143,20293,530,1,1,0,0,262.34,8726.57,6.63396,3.8443,300,5,0,4974,0,1,0,0,0),(72144,20293,530,1,1,0,0,287.799,8745.93,0.4817,2.92732,300,5,0,4974,0,1,0,0,0),(72145,20293,530,1,1,0,0,283.475,8746.66,-0.950365,1.60352,300,5,0,4974,0,1,0,0,0),(72146,20293,530,1,1,0,0,275.262,8773.37,2.57896,0.221314,300,5,0,4974,0,1,0,0,0),(72147,20293,530,1,1,0,0,283.079,8816.48,0.63599,4.73299,300,5,0,4974,0,1,0,0,0),(72148,20293,530,1,1,0,0,126.09,8759.65,-5.61966,0.24261,300,5,0,4974,0,1,0,0,0),(72149,20293,530,1,1,0,0,88.9716,8718.56,-3.47908,4.07522,300,5,0,4974,0,1,0,0,0),(72150,20293,530,1,1,0,0,115.206,8707.53,-6.06538,4.86942,300,5,0,4974,0,1,0,0,0),(72151,20293,530,1,1,0,0,116.344,8713.92,-9.88959,0.208502,300,5,0,4974,0,1,0,0,0),(72152,20293,530,1,1,0,0,187.008,8734.25,16.2356,2.81095,300,5,0,4974,0,1,0,0,0),(72153,20293,530,1,1,0,0,177.759,8752.54,19.8087,2.58527,300,5,0,4974,0,1,0,0,0),(72154,20293,530,1,1,0,0,221.472,8710.67,7.63735,2.72248,300,5,0,4974,0,1,0,0,0),(72155,20293,530,1,1,0,0,175.065,8705.41,-3.66662,1.51216,300,5,0,4974,0,1,0,0,0),(72156,20293,530,1,1,0,0,216.279,8683.83,-12.9397,1.34199,300,5,0,4974,0,1,0,0,0),(72157,20293,530,1,1,0,0,178.46,8685.2,-24.7249,5.82076,300,5,0,4974,0,1,0,0,0),(72158,20293,530,1,1,0,0,221.007,8746.19,21.6104,5.75787,300,5,0,4974,0,1,0,0,0),(72159,20293,530,1,1,0,0,238.304,8756.03,22.3505,6.25135,300,5,0,4974,0,1,0,0,0),(72160,20293,530,1,1,0,0,218.873,8788.31,18.566,1.59212,300,5,0,4974,0,1,0,0,0),(72161,20293,530,1,1,0,0,197.287,8772.47,22.3041,0.508391,300,5,0,4974,0,1,0,0,0),(72162,20293,530,1,1,0,0,213.194,8758.64,22.3637,2.24889,300,5,0,4974,0,1,0,0,0),(72163,20293,530,1,1,0,0,238.491,8772.74,22.3476,5.01277,300,5,0,4974,0,1,0,0,0),(72164,20293,530,1,1,0,0,178.656,8770.18,21.8422,5.41931,300,5,0,4974,0,1,0,0,0),(72165,20293,530,1,1,0,0,252.495,8711.75,-2.04979,1.7954,300,5,0,4974,0,1,0,0,0),(72166,20293,530,1,1,0,0,153.42,8786.01,-2.33516,2.63161,300,5,0,4974,0,1,0,0,0),(72167,20293,530,1,1,0,0,251.578,8816.72,-8.14164,1.99338,300,5,0,4974,0,1,0,0,0),(72168,20293,530,1,1,0,0,185.039,8818.24,4.32397,2.65736,300,5,0,4974,0,1,0,0,0),(72169,20293,530,1,1,0,0,109.355,8791.42,2.2878,3.23252,300,5,0,4974,0,1,0,0,0),(72170,20293,530,1,1,0,0,117.242,8792.37,6.22199,5.14682,300,5,0,4974,0,1,0,0,0),(72171,20294,530,1,1,0,0,658.6,8379.18,-26.949,4.45297,300,5,0,5341,0,1,0,0,0),(72172,20294,530,1,1,0,0,604.596,8479.09,20.1293,4.79846,300,5,0,5341,0,1,0,0,0),(72173,20294,530,1,1,0,0,638.03,8481.47,21.9837,0.025385,300,5,0,5341,0,1,0,0,0),(72174,20294,530,1,1,0,0,591.154,8505.54,21.8939,3.27369,300,5,0,5341,0,1,0,0,0),(72175,20294,530,1,1,0,0,625.342,8514.66,21.375,3.59302,300,5,0,5341,0,1,0,0,0),(72176,20295,530,1,1,0,0,799.51,8348.32,2.60815,0.982429,300,5,0,5341,0,1,0,0,0),(72177,20295,530,1,1,0,0,779.58,8283.96,0.5062,0.250195,300,5,0,5341,0,1,0,0,0),(72178,20295,530,1,1,0,0,488.826,8327.19,-20.5071,4.93296,300,5,0,5341,0,1,0,0,0),(72179,20295,530,1,1,0,0,567.416,8316.08,-7.68408,0.078726,300,5,0,5341,0,1,0,0,0),(72180,20295,530,1,1,0,0,610.95,8485.85,21.3277,1.62353,300,5,0,5341,0,1,0,0,0),(72181,20295,530,1,1,0,0,645.567,8504.3,21.9291,0.975869,300,5,0,5341,0,1,0,0,0),(72182,20295,530,1,1,0,0,604.577,8519.9,21.5208,2.37209,300,5,0,5341,0,1,0,0,0),(72183,20295,530,1,1,0,0,672.056,8424.2,-24.3257,3.1328,300,5,0,5341,0,1,0,0,0),(72184,20295,530,1,1,0,0,560.414,8514.35,-14.943,4.98318,300,5,0,5341,0,1,0,0,0),(72185,20295,530,1,1,0,0,756.679,8410.64,6.9143,3.05553,300,5,0,5341,0,1,0,0,0),(72186,20296,530,1,1,0,0,3021.81,2719.17,115.139,0.959931,300,0,0,6722,0,0,0,0,0),(72187,20324,530,1,1,0,0,450.724,5183.54,22.5158,4.89951,300,5,0,5158,0,1,0,0,0),(72188,20324,530,1,1,0,0,499.445,5279.21,-5.39103,6.22357,300,5,0,5158,0,1,0,0,0),(72189,20324,530,1,1,0,0,352.39,5329.92,22.0735,1.69212,300,5,0,5158,0,1,0,0,0),(72190,20324,530,1,1,0,0,485.087,5319.53,-6.60937,5.02655,300,0,0,5158,0,0,0,0,0),(72191,20324,530,1,1,0,0,387.079,5426.63,22.4905,1.52344,300,5,0,5158,0,1,0,0,0),(72192,20324,530,1,1,0,0,433.908,5504.97,22.724,4.26142,300,5,0,5158,0,1,0,0,0),(72193,20324,530,1,1,0,0,778.305,5447.2,-4.15746,5.80699,300,0,0,5158,0,0,0,0,0),(72194,20324,530,1,1,0,0,720.933,5503.81,-2.7559,4.8325,300,5,0,5158,0,1,0,0,0),(72195,20324,530,1,1,0,0,613.208,5514.43,-2.01859,1.60395,300,0,0,5158,0,0,0,0,0),(72196,20324,530,1,1,0,0,627.362,5485.53,-6.72201,6.24902,300,5,0,5158,0,1,0,0,0),(72197,20324,530,1,1,0,0,555.905,5406.53,-11.7254,6.19518,300,5,0,5158,0,1,0,0,0),(72198,20324,530,1,1,0,0,556.282,5392.31,-15.1377,0.275753,300,5,0,5158,0,1,0,0,0),(72199,20324,530,1,1,0,0,577.42,5348.22,-28.587,6.04389,300,5,0,5158,0,1,0,0,0),(72200,20324,530,1,1,0,0,599.746,5314.82,-26.3114,3.71821,300,5,0,5158,0,1,0,0,0),(72201,20324,530,1,1,0,0,589.172,5279.39,-26.0022,0.255359,300,5,0,5158,0,1,0,0,0),(72202,20324,530,1,1,0,0,648.813,5334.39,-27.2791,3.25866,300,5,0,5158,0,1,0,0,0),(72203,20326,530,1,1,0,0,3879.41,4001.83,121.952,4.58863,300,0,0,6986,0,0,0,0,0),(72204,20326,530,1,1,0,0,3989.75,3930.18,124.783,4.72418,300,5,0,6986,0,1,0,0,0),(72205,20326,530,1,1,0,0,4032.41,3983.3,194.215,5.3058,300,5,0,6986,0,1,0,0,0),(72206,20326,530,1,1,0,0,4038.01,4031.6,194.226,1.15877,300,5,0,6986,0,1,0,0,0),(72207,20326,530,1,1,0,0,3948.43,4129.19,191.666,0.449669,300,5,0,6986,0,1,0,0,0),(72208,20326,530,1,1,0,0,3980.81,3992.38,194.226,3.7471,300,5,0,6986,0,1,0,0,0),(72209,20326,530,1,1,0,0,3989.99,4042.92,194.199,5.39709,300,5,0,6986,0,1,0,0,0),(72210,20326,530,1,1,0,0,3978.45,4008.9,117.691,5.87509,300,0,0,6986,0,0,0,0,0),(72211,20326,530,1,1,0,0,3873.88,4017.97,122.861,0.27362,300,5,0,6986,0,1,0,0,0),(28673,18207,530,1,1,0,1,-1550.63,8577.96,7.25886,4.30497,300,0,0,1000,6229,0,0,0,0),(28672,18207,530,1,1,0,1,-1553.08,8579.5,7.25886,3.79446,300,0,0,1000,6229,0,0,0,0),(28671,18207,530,1,1,0,1,-1470.51,8410.75,0.17227,1.64227,300,0,0,1000,6229,0,0,0,0),(28670,18207,530,1,1,0,1,-1590,8459.27,-10.1017,0.0441875,300,0,0,1000,6229,0,0,0,0),(28669,18207,530,1,1,0,1,-1589.34,8463.08,-10.3989,6.15851,300,0,0,1000,6229,0,0,0,0),(28668,18207,530,1,1,0,1,-1588.43,8465.31,-10.5951,5.62052,300,0,0,1000,6229,0,0,0,0),(28667,18203,530,1,1,0,1,-1547.23,8621.04,7.26015,2.25114,300,0,0,5504,0,0,0,0,0),(28666,18203,530,1,1,0,1,-1550.52,8614.9,7.26015,2.92659,300,0,0,5504,0,0,0,0,0),(28665,18203,530,1,1,0,1,-1532.52,8459.64,-4.10237,3.44104,300,0,0,5504,0,0,0,0,0),(72224,20329,530,1,1,0,1,3800.2,6609.23,155.452,1.20523,300,0,0,6803,2991,0,0,0,0),(72225,20330,530,1,1,0,0,3041.04,5923.64,1.82976,0.560371,300,5,0,6326,0,1,0,0,0),(72226,20330,530,1,1,0,0,3071.84,5929.93,-2.95456,2.45112,300,5,0,6326,0,1,0,0,0),(72227,20330,530,1,1,0,0,3084.95,5832.41,0.07833,6.12611,300,0,0,6326,0,0,0,0,0),(72228,20330,530,1,1,0,0,3258.79,5880.94,-0.628932,3.92699,300,0,0,6326,0,0,0,0,0),(72229,20330,530,1,1,0,0,3282.41,5831.56,-3.56212,2.86772,300,5,0,6326,0,1,0,0,0),(72230,20330,530,1,1,0,0,3247.6,5693.03,-4.21533,2.30383,300,0,0,6326,0,0,0,0,0),(72231,20330,530,1,1,0,0,3414.08,5797.25,4.99717,5.2709,300,0,0,6326,0,0,0,0,0),(72232,20330,530,1,1,0,0,3503.91,5767.4,4.67076,5.60251,300,0,0,6326,0,0,0,0,0),(72233,20330,530,1,1,0,0,3558.11,5761.98,3.09121,3.85718,300,0,0,6326,0,0,0,0,0),(72234,20330,530,1,1,0,0,3547.14,5714.19,-10.0251,4.46804,300,0,0,6326,0,0,0,0,0),(72235,20330,530,1,1,0,0,3597.71,5797.91,4.00054,1.58825,300,0,0,6326,0,0,0,0,0),(96638,25142,530,1,1,22752,1,-1938.43,5341.15,-12.4282,3.80482,180,0,0,6542,0,0,0,0,0),(96639,25142,530,1,1,22753,1,-1941.7,5339.12,-12.4282,0.108902,180,0,0,6542,0,0,0,0,0),(72240,20332,530,1,1,0,0,3860.51,1436.15,-138.121,2.04318,300,5,0,6986,0,1,0,0,0),(72241,20332,530,1,1,0,0,4015.62,1375.6,-126.228,0.235163,300,0,0,6986,0,2,0,0,0),(72242,20332,530,1,1,0,0,3963.91,1575.18,-29.9859,3.20608,300,0,0,6986,0,2,0,0,0),(72243,20333,530,1,1,0,0,3214.92,4065.25,106.16,1.98968,300,0,0,6722,0,0,0,0,0),(72244,20334,530,1,1,0,1,2446.29,6647.86,3.55327,2.19912,300,0,0,5914,0,0,0,0,0),(72245,20334,530,1,1,0,1,2520.19,6693.98,3.55423,4.46804,300,0,0,5914,0,0,0,0,0),(72246,20334,530,1,1,0,1,2692.1,6579.48,21.6303,2.58309,300,0,0,5914,0,0,0,0,0),(72247,20334,530,1,1,0,1,2665.47,6486.65,3.55327,2.23402,300,0,0,5914,0,0,0,0,0),(72248,20334,530,1,1,0,1,2342.24,6519.03,3.29674,1.309,300,0,0,5914,0,0,0,0,0),(72249,20336,530,1,1,0,0,2755.55,3863.32,142.27,4.36332,300,0,0,6722,0,0,0,0,0),(72250,20337,530,1,1,0,0,2819.01,4351.1,144.97,0.401426,300,0,0,4120,0,0,0,0,0),(72251,20338,530,1,1,0,0,2947.31,4327.47,154.02,2.89725,300,0,0,4120,0,0,0,0,0),(72253,20340,530,1,1,0,0,3838.25,2043.45,144.456,2.28582,300,5,0,6761,0,1,0,0,0),(72254,20340,530,1,1,0,0,3836.85,2141.9,145.583,5.05916,300,5,0,6761,0,1,0,0,0),(72255,20340,530,1,1,0,0,3970.96,2131.35,161.178,0.563203,300,5,0,6761,0,1,0,0,0),(72256,20341,530,1,1,0,1,4051.34,3559.69,121.416,5.41052,300,0,0,9431,0,0,0,0,0),(207574,15105,530,1,1,0,0,-1908.43,5437.61,-12.3449,4.93928,120,0,0,1,0,0,0,0,0),(72259,20387,530,1,1,0,0,-963.717,5115.2,23.2425,6.04342,300,0,0,4979,0,0,0,0,0),(72260,20387,530,1,1,0,0,-565.218,5322.15,22.9596,2.90183,300,5,0,4979,0,1,0,0,0),(72261,20387,530,1,1,0,0,-544.347,5373.42,22.7129,5.60547,300,5,0,4979,0,1,0,0,0),(72262,20387,530,1,1,0,0,-352.763,5400.53,21.8532,1.7138,300,5,0,4979,0,1,0,0,0),(72263,20387,530,1,1,0,0,-582.071,5480.39,23.3358,2.30899,300,5,0,4979,0,1,0,0,0),(72264,20387,530,1,1,0,0,-651.943,5423.86,21.8028,1.61138,300,5,0,4979,0,1,0,0,0),(72265,20387,530,1,1,0,0,-652.481,5475.48,23.4466,0.062541,300,5,0,4979,0,1,0,0,0),(72266,20387,530,1,1,0,0,-907.374,5375.26,22.1622,0.031295,300,5,0,4979,0,1,0,0,0),(72267,20387,530,1,1,0,0,-1012.13,5510.74,21.0281,5.96514,300,5,0,4979,0,1,0,0,0),(72268,20387,530,1,1,0,0,-978.763,5550.08,22.2562,3.90695,300,5,0,4979,0,1,0,0,0),(72269,20387,530,1,1,0,0,-979.297,5670.27,23.0375,1.23978,300,5,0,4979,0,1,0,0,0),(72270,20387,530,1,1,0,0,-952.037,5761.75,22.8283,2.67271,300,5,0,4979,0,1,0,0,0),(72271,20387,530,1,1,0,0,-952.421,5801.13,23.6836,4.83106,300,5,0,4979,0,1,0,0,0),(72272,20387,530,1,1,0,0,-951.721,5947.29,21.0213,6.07141,300,5,0,4979,0,1,0,0,0),(72273,20387,530,1,1,0,0,-971.179,6029.62,21.7553,0.523354,300,5,0,4979,0,1,0,0,0),(72274,20387,530,1,1,0,0,-382.766,5902.22,22.7283,2.5393,300,5,0,4979,0,1,0,0,0),(72275,20387,530,1,1,0,0,-438.228,6042.27,22.7169,5.5502,300,5,0,4979,0,1,0,0,0),(72276,20387,530,1,1,0,0,-346.635,6003.14,21.1474,5.02817,300,5,0,4979,0,1,0,0,0),(72277,20387,530,1,1,0,0,-275.204,6016.22,22.4592,1.05123,300,5,0,4979,0,1,0,0,0),(72278,20387,530,1,1,0,0,-179.283,5987.51,22.6339,3.78629,300,5,0,4979,0,1,0,0,0),(72279,20387,530,1,1,0,0,-155.206,5955.08,24.5089,2.96939,300,5,0,4979,0,1,0,0,0),(72280,20387,530,1,1,0,0,-43.0609,5979.18,22.4535,2.10516,300,5,0,4979,0,1,0,0,0),(72281,20387,530,1,1,0,0,-20.6205,6089.67,21.7585,4.6775,300,5,0,4979,0,1,0,0,0),(72282,20387,530,1,1,0,0,-23.4967,5955.87,23.5964,2.18351,300,5,0,4979,0,1,0,0,0),(72283,20387,530,1,1,0,0,-834.438,5641.64,21.1584,2.18651,300,5,0,4979,0,1,0,0,0),(72284,20387,530,1,1,0,0,10.9883,5831.89,22.4317,0.81867,300,5,0,4979,0,1,0,0,0),(72285,20387,530,1,1,0,0,53.0973,5759.06,23.0326,1.22508,300,5,0,4979,0,1,0,0,0),(72286,20387,530,1,1,0,0,-47.4904,5713.42,22.3847,3.42476,300,5,0,4979,0,1,0,0,0),(72287,20387,530,1,1,0,0,-148.288,5622.23,22.4855,2.03008,300,5,0,4979,0,1,0,0,0),(72288,20387,530,1,1,0,0,-780.031,5485,23.2353,4.56669,300,5,0,4979,0,1,0,0,0),(72289,20387,530,1,1,0,0,-75.2633,5424.97,23.7519,5.96946,300,5,0,4979,0,1,0,0,0),(72290,20387,530,1,1,0,0,78.3915,5443.96,23.506,4.95295,300,5,0,4979,0,1,0,0,0),(72291,20387,530,1,1,0,0,122.044,5318,22.866,1.9061,300,5,0,4979,0,1,0,0,0),(72292,20387,530,1,1,0,0,221.191,5235.35,23.5957,1.77145,300,5,0,4979,0,1,0,0,0),(72293,20387,530,1,1,0,0,220.303,5373.42,22.8236,4.02515,300,5,0,4979,0,1,0,0,0),(72294,20387,530,1,1,0,0,280.735,5239.35,21.4589,1.35455,300,5,0,4979,0,1,0,0,0),(72295,20387,530,1,1,0,0,244.442,5151.63,29.3762,2.87413,300,5,0,4979,0,1,0,0,0),(72296,20387,530,1,1,0,0,327.185,5209.62,22.6778,5.36825,300,5,0,4979,0,1,0,0,0),(72297,20387,530,1,1,0,0,416.344,5115.15,23.3147,2.54736,300,5,0,4979,0,1,0,0,0),(72298,20387,530,1,1,0,0,389.974,5205.1,22.2121,5.27221,300,5,0,4979,0,1,0,0,0),(72299,20387,530,1,1,0,0,446.655,5629.24,22.8852,0.720478,300,5,0,4979,0,1,0,0,0),(72300,20387,530,1,1,0,0,581.192,5627.22,21.6448,0.314666,300,5,0,4979,0,1,0,0,0),(72301,20387,530,1,1,0,0,650.855,5632.21,22.1191,2.3724,300,5,0,4979,0,1,0,0,0),(72302,20387,530,1,1,0,0,679.368,5654.59,22.5548,0.393373,300,5,0,4979,0,1,0,0,0),(72303,20387,530,1,1,0,0,758.929,5658.25,23.7339,0.638273,300,5,0,4979,0,1,0,0,0),(72304,20387,530,1,1,0,0,817.927,5640.49,23.2358,5.60997,300,5,0,4979,0,1,0,0,0),(72305,20387,530,1,1,0,0,850.521,5820.31,30.0038,5.22936,300,5,0,4979,0,1,0,0,0),(72306,20387,530,1,1,0,0,787.307,5879.12,24.7331,2.45023,300,5,0,4979,0,1,0,0,0),(72307,20387,530,1,1,0,0,852.067,5548.33,23.4241,5.64438,300,5,0,4979,0,1,0,0,0),(72308,20387,530,1,1,0,0,857.278,5295,21.7154,1.28206,300,5,0,4979,0,1,0,0,0),(72309,20387,530,1,1,0,0,819.315,5247.47,20.9932,2.86991,300,5,0,4979,0,1,0,0,0),(72310,20387,530,1,1,0,0,881.102,5184.23,24.1132,4.82933,300,5,0,4979,0,1,0,0,0),(72311,20387,530,1,1,0,0,689.069,5113.09,20.0581,1.98901,300,5,0,4979,0,1,0,0,0),(72312,20387,530,1,1,0,0,284.772,5585.94,22.132,5.82774,300,5,0,4979,0,1,0,0,0),(72313,20387,530,1,1,0,0,314.07,5694.05,22.4439,6.27481,300,5,0,4979,0,1,0,0,0),(72314,20387,530,1,1,0,0,479.644,5856.33,23.0874,1.39833,300,5,0,4979,0,1,0,0,0),(72315,20387,530,1,1,0,0,581.167,5751.14,21.8775,1.64023,300,5,0,4979,0,1,0,0,0),(72316,20387,530,1,1,0,0,620.365,5850.1,23.7727,3.80663,300,5,0,4979,0,1,0,0,0),(72317,20387,530,1,1,0,0,687.122,5854.64,25.4534,0.328485,300,5,0,4979,0,1,0,0,0),(72318,20387,530,1,1,0,0,638.928,5885.51,22.4703,5.53666,300,5,0,4979,0,1,0,0,0),(72319,20387,530,1,1,0,0,681.878,5907.1,24.8244,1.5557,300,5,0,4979,0,1,0,0,0),(72320,20387,530,1,1,0,0,580.821,6006.91,22.0262,4.15201,300,5,0,4979,0,1,0,0,0),(72321,20387,530,1,1,0,0,521.12,5944.4,22.5699,4.77688,300,5,0,4979,0,1,0,0,0),(72322,20387,530,1,1,0,0,452.627,5952.87,23.8163,4.37458,300,5,0,4979,0,1,0,0,0),(72323,20387,530,1,1,0,0,490.245,6043.33,22.8824,3.28489,300,5,0,4979,0,1,0,0,0),(72324,20387,530,1,1,0,0,222.237,5922.39,23.2015,4.05636,300,5,0,4979,0,1,0,0,0),(72325,20387,530,1,1,0,0,-392.584,6113.55,23.4878,2.90099,300,5,0,4979,0,1,0,0,0),(72326,20387,530,1,1,0,0,-253.107,6102.14,22.7888,2.78122,300,5,0,4979,0,1,0,0,0),(72327,20387,530,1,1,0,0,-445.312,6186.98,22.5335,5.39157,300,5,0,4979,0,1,0,0,0),(72328,20387,530,1,1,0,0,-513.36,6050.69,23.6735,2.63037,300,5,0,4979,0,1,0,0,0),(72329,20387,530,1,1,0,0,-557.649,6021.39,23.4337,1.11053,300,5,0,4979,0,1,0,0,0),(72330,20387,530,1,1,0,0,-515.714,6175.92,22.1356,3.68773,300,5,0,4979,0,1,0,0,0),(72331,20387,530,1,1,0,0,-655.73,6052.63,23.4295,0.273882,300,5,0,4979,0,1,0,0,0),(72332,20387,530,1,1,0,0,-778.546,6074.06,23.0476,6.18449,300,5,0,4979,0,1,0,0,0),(72333,20387,530,1,1,0,0,-499.674,6311.12,20.5202,5.28347,300,5,0,4979,0,1,0,0,0),(72334,20387,530,1,1,0,0,-512.264,6388.08,19.9933,3.52302,300,5,0,4979,0,1,0,0,0),(72335,20387,530,1,1,0,0,-476.579,6420.94,23.0897,2.61661,300,5,0,4979,0,1,0,0,0),(72336,20387,530,1,1,0,0,-363.195,6487.5,21.7176,2.09212,300,5,0,4979,0,1,0,0,0),(72337,20387,530,1,1,0,0,-399.611,6504.2,22.043,0.632959,300,5,0,4979,0,1,0,0,0),(72338,20387,530,1,1,0,0,675.215,6122.86,23.4815,4.60515,300,5,0,4979,0,1,0,0,0),(72339,20389,530,1,1,0,0,2976.18,3693.49,143.34,0.628319,300,0,0,5914,0,0,0,0,0),(207564,15105,530,1,1,0,0,-1688.98,5531.12,-40.4948,4.64258,120,0,0,1,0,0,0,0,0),(72341,20392,530,1,1,0,0,3222.32,3525.12,121.931,3.35103,300,0,0,42,0,0,0,0,0),(72342,20392,530,1,1,0,0,3221.5,3532.71,122.931,3.01942,300,0,0,42,0,0,0,0,0),(72343,20392,530,1,1,0,0,3221.51,3534.09,123.041,2.98451,300,0,0,42,0,0,0,0,0),(72344,20392,530,1,1,0,0,3228.54,3546.99,124.041,2.33874,300,0,0,42,0,0,0,0,0),(72345,20392,530,1,1,0,0,3224.98,3542.9,123.916,2.58309,300,0,0,42,0,0,0,0,0),(72346,20392,530,1,1,0,0,3227.56,3546.13,124.041,2.3911,300,0,0,42,0,0,0,0,0),(72347,20392,530,1,1,0,0,3222.78,3538.6,123.541,2.79253,300,0,0,42,0,0,0,0,0),(72348,20392,530,1,1,0,0,3223.55,3540.43,123.666,2.70526,300,0,0,42,0,0,0,0,0),(72350,20392,530,1,1,0,0,3235.75,3550.56,123.84,2.00713,300,0,0,42,0,0,0,0,0),(72351,20392,530,1,1,0,0,3221.62,3530.45,122.556,3.10669,300,0,0,42,0,0,0,0,0),(72352,20392,530,1,1,0,0,3233.58,3549.96,123.965,2.09439,300,0,0,42,0,0,0,0,0),(72353,20393,530,1,1,0,1,3885,4013.07,122.363,0.174533,300,0,0,6986,0,0,0,0,0),(72354,20394,530,1,1,0,0,4522.62,2679.76,176.68,2.87007,300,0,0,5409,3080,2,0,0,0),(72355,20394,530,1,1,0,0,4615.71,2602.97,204.427,5.26654,300,0,0,5409,3080,2,0,0,0),(72356,20394,530,1,1,0,0,4574.18,2582.58,196.804,1.26479,300,0,0,5409,3080,2,0,0,0),(72357,20394,530,1,1,0,0,4736.1,2460.52,243.515,2.75762,300,0,0,5409,3080,0,0,0,0),(72358,20394,530,1,1,0,0,4601.16,2454.66,198.087,4.81711,300,0,0,5409,3080,0,0,0,0),(72359,20394,530,1,1,0,0,4545.22,2366.73,142.754,1.36632,300,0,0,5409,3080,2,0,0,0),(72360,20394,530,1,1,0,0,4642.58,2399.99,192.624,6.16101,300,0,0,5409,3080,0,0,0,0),(72361,20394,530,1,1,0,0,4724.26,2379.57,198.47,1.88218,300,0,0,5409,3080,2,0,0,0),(72362,20394,530,1,1,0,0,4719.99,2354.21,200.124,1.41372,300,0,0,5409,3080,0,0,0,0),(72363,20394,530,1,1,0,0,4726.16,2492.84,241.767,3.61283,300,0,0,5409,3080,0,0,0,0),(72252,20339,530,1,1,0,0,-1763.26,5260.04,-38.8471,6.04102,120,0,0,110050,5875,0,0,0,0),(72365,20397,530,1,1,0,1,2426.77,2750.39,133.243,2.14675,300,0,0,5233,2991,0,0,0,0),(72366,20404,530,1,1,0,0,3021.78,2700.04,114.084,4.24115,300,0,0,6761,0,0,0,0,0),(72367,20404,530,1,1,0,0,3051.52,2722.42,114.137,2.26893,300,0,0,6761,0,0,0,0,0),(72368,20404,530,1,1,0,0,3009.92,2728.67,114.378,1.32645,300,0,0,6761,0,0,0,0,0),(72369,20404,530,1,1,0,0,3003.47,2727.42,114.336,1.76278,300,0,0,6761,0,0,0,0,0),(79426,17961,547,3,1,0,1,-86.6703,-223.546,-1.16106,1.65547,86400,0,0,12395,2568,2,0,0,0),(72371,20409,530,1,1,0,1,2291.14,2062.76,72.2262,2.60054,300,0,0,6761,0,0,0,0,0),(72372,20409,530,1,1,0,1,2308.32,2080.85,76.3482,0.087266,300,0,0,6761,0,0,0,0,0),(72373,20409,530,1,1,0,1,2294.57,2137.83,85.7296,2.42601,300,0,0,6761,0,0,0,0,0),(72374,20409,530,1,1,0,1,2339.1,2075.28,79.3942,5.52857,300,5,0,6761,0,1,0,0,0),(72375,20409,530,1,1,0,1,2355.84,2087.59,83.0192,5.55604,300,5,0,6761,0,1,0,0,0),(72376,20409,530,1,1,0,1,2325.75,2054.42,77.205,1.23918,300,0,0,6761,0,0,0,0,0),(72377,20409,530,1,1,0,1,2299,2056.54,73.2967,5.41052,300,0,0,6761,0,0,0,0,0),(72378,20409,530,1,1,0,1,2290.79,2053.08,70.8764,2.49138,300,5,0,6761,0,1,0,0,0),(72379,20409,530,1,1,0,1,2280.22,2069.95,67.1359,3.40345,300,5,0,6761,0,1,0,0,0),(72380,20410,530,1,1,0,1,2288.35,2051.09,69.9698,1.8877,300,0,0,7437,0,2,0,0,0),(72381,20411,530,1,1,0,0,2533.26,2196.97,103.805,5.15839,300,5,0,1,0,1,0,0,0),(72382,20411,530,1,1,0,0,2509.57,2215.34,107.63,1.60703,300,5,0,1,0,1,0,0,0),(72383,20411,530,1,1,0,0,2508.8,2202.17,105.505,3.07996,300,5,0,1,0,1,0,0,0),(72384,20411,530,1,1,0,0,2560.69,2197.91,103.411,1.07753,300,5,0,1,0,1,0,0,0),(72385,20411,530,1,1,0,0,2520.74,2178.72,102.055,3.52123,300,5,0,1,0,1,0,0,0),(72386,20411,530,1,1,0,0,2511.14,2181.24,102.68,5.92932,300,5,0,1,0,1,0,0,0),(72387,20411,530,1,1,0,0,2541.11,2175.96,101.036,5.06133,300,5,0,1,0,1,0,0,0),(72388,20415,530,1,1,0,0,2528,2185.68,102.6,3.59538,300,0,0,9813,0,0,0,0,0),(72389,20416,530,1,1,0,1,2828.02,4154.67,162.599,0.40777,300,0,0,6542,0,0,0,0,0),(72390,20431,530,1,1,0,0,-4419.02,1307.2,108.143,1.6057,300,0,0,42,0,0,0,0,0),(72391,20431,530,1,1,0,0,-4381.69,1361.49,154.849,4.81711,300,0,0,42,0,0,0,0,0),(72392,20431,530,1,1,0,0,-4250.01,1376.74,149.78,5.98648,300,0,0,42,0,0,0,0,0),(72393,20431,530,1,1,0,0,-4106.17,1493.75,113.44,2.56563,300,0,0,42,0,0,0,0,0),(72394,20431,530,1,1,0,0,-4238.68,1507.45,141.244,4.62512,300,0,0,42,0,0,0,0,0),(72395,20431,530,1,1,0,0,-4168.98,1535.72,124.415,1.76278,300,0,0,42,0,0,0,0,0),(72396,20431,530,1,1,0,0,-4293.06,1589.05,153.533,5.28835,300,0,0,42,0,0,0,0,0),(72397,20431,530,1,1,0,0,-4379.98,1704.17,169.396,5.53269,300,0,0,42,0,0,0,0,0),(72398,20431,530,1,1,0,0,-4409.93,1594.55,178.158,4.69494,300,0,0,42,0,0,0,0,0),(72399,20431,530,1,1,0,0,-4461.26,1674.16,174.235,1.51844,300,0,0,42,0,0,0,0,0),(72400,20431,530,1,1,0,0,-4461.01,1659.05,174.539,1.74533,300,0,0,42,0,0,0,0,0),(72401,20435,530,1,1,0,1,2910.09,2138.74,163.92,3.62206,300,0,0,6542,0,0,0,0,0),(79504,20634,530,1,1,0,0,4999.54,3013.63,93.7924,2.0898,300,5,0,6542,0,1,0,0,0),(79502,20634,530,1,1,0,0,4994.65,2953.96,113.312,0.738912,300,5,0,6542,0,1,0,0,0),(79501,20634,530,1,1,0,0,4964.65,2930.35,124.351,6.1935,300,0,0,6542,0,0,0,0,0),(79500,20634,530,1,1,0,0,4958.93,2839.95,85.293,0.205161,300,5,0,6542,0,1,0,0,0),(78222,18696,530,1,1,0,0,-4428.79,1879.54,159.279,3.89207,86400,0,0,13084,0,0,0,0,0),(72409,20442,530,1,1,0,1,1168.31,8421.72,58.7012,0.872665,300,0,0,5715,0,0,0,0,0),(72410,20443,530,1,1,0,1,1257.14,8512.62,22.7338,4.15297,300,0,0,5341,0,2,0,0,0),(72411,20443,530,1,1,0,1,1280.44,8627.68,20.9209,2.83405,300,0,0,5341,0,2,0,0,0),(72412,20443,530,1,1,0,1,1156.06,8450.44,21.9803,1.58825,300,0,0,5341,0,0,0,0,0),(72413,20443,530,1,1,0,1,1173.64,8413.11,47.8442,1.90934,300,0,0,5341,0,2,0,0,0),(72414,20443,530,1,1,0,1,1179.79,8448,22.0416,1.48353,300,0,0,5341,0,0,0,0,0),(72415,20443,530,1,1,0,1,1177.31,8406.47,23.5119,4.64258,300,0,0,5341,0,0,0,0,0),(72416,20443,530,1,1,0,1,1036.71,8455.7,22.3028,4.64258,300,0,0,5341,0,0,0,0,0),(72417,20443,530,1,1,0,1,1049.04,8489.08,22.4008,0.855211,300,0,0,5341,0,0,0,0,0),(72418,20443,530,1,1,0,1,1050.08,8471.22,55.7985,5.97714,300,0,0,5341,0,2,0,0,0),(72419,20443,530,1,1,0,1,1017.63,8497.78,22.5249,1.71042,300,0,0,5341,0,0,0,0,0),(72420,20443,530,1,1,0,1,970.363,8553.18,21.3856,5.58282,300,0,0,5341,0,2,0,0,0),(72421,20443,530,1,1,0,1,1072.6,8637.91,22.9881,3.44698,300,0,0,5341,0,2,0,0,0),(72422,20444,530,1,1,0,1,1711.77,8563.35,-45.6692,6.19812,300,5,0,4422,2620,1,0,0,0),(72423,20444,530,1,1,0,1,1667.02,8541.29,-50.2397,2.22143,300,5,0,4422,2620,1,0,0,0),(72424,20444,530,1,1,0,1,1668.87,8572.25,-45.6053,4.12798,300,5,0,4422,2620,1,0,0,0),(72425,20444,530,1,1,0,1,1650.86,8502.81,-53.9353,5.44962,300,5,0,4422,2620,1,0,0,0),(72426,20444,530,1,1,0,1,1666.69,8472.71,-58.5038,1.67602,300,5,0,4422,2620,1,0,0,0),(72427,20444,530,1,1,0,1,1641.87,8460.97,-55.9068,0.750492,300,0,0,4422,2620,0,0,0,0),(72428,20445,530,1,1,0,1,1710.6,8471.64,-58.2669,3.4383,300,0,0,13716,8115,0,0,0,0),(72429,20447,530,1,1,0,1,4254.03,2215.58,137.135,2.44346,300,0,0,6986,0,0,0,0,0),(72430,20447,530,1,1,0,1,4240.58,2210.02,139.356,2.14675,300,0,0,6986,0,0,0,0,0),(72431,20447,530,1,1,0,1,4277.41,2260.65,125.394,1.90241,300,0,0,6986,0,0,0,0,0),(90443,3504,0,1,1,0,0,-8854.86,740.935,100.705,2.15696,25,0,0,42,0,2,0,0,0),(72433,20447,530,1,1,0,1,4284.62,2170.99,138.191,3.15905,300,0,0,6986,0,0,0,0,0),(72434,20447,530,1,1,0,1,4249.17,2127.82,144.474,3.83972,300,0,0,6986,0,0,0,0,0),(72435,20447,530,1,1,0,1,4242.93,2142.78,145.882,3.66519,300,0,0,6986,0,0,0,0,0),(72436,20448,530,1,1,0,1,4252.65,2166.07,137.783,1.09956,300,0,0,6986,0,0,0,0,0),(72437,20449,530,1,1,0,1,4245.4,2180.23,137.783,5.93412,300,0,0,6986,0,0,0,0,0),(72438,20450,530,1,1,0,1,4264.46,2180.23,136.235,5.24025,300,0,0,6986,0,0,0,0,0),(72439,20451,530,1,1,0,0,4261.45,2177.46,136.313,5.17058,300,5,0,5341,0,1,0,0,0),(72440,20451,530,1,1,0,0,4262.83,2183.04,136.529,5.4393,300,5,0,5341,0,1,0,0,0),(72441,20451,530,1,1,0,0,4268.15,2181.83,136.403,5.43704,300,5,0,5341,0,1,0,0,0),(72442,20451,530,1,1,0,0,4266.9,2176.05,135.951,5.45781,300,5,0,5341,0,1,0,0,0),(72443,20452,530,1,1,0,1,3968.07,2385.06,112.996,4.5204,300,0,0,6542,0,0,0,0,0),(72444,20452,530,1,1,0,1,3962.31,2321.68,114.731,3.02702,300,0,0,6542,0,0,0,0,0),(72445,20452,530,1,1,0,1,4000,2375.4,112.905,4.18879,300,0,0,6542,0,0,0,0,0),(72446,20452,530,1,1,0,1,3995.02,2318.48,114.19,1.98968,300,0,0,6542,0,0,0,0,0),(72447,20452,530,1,1,0,1,4041.2,2339.96,114.31,5.32325,300,0,0,6542,0,0,0,0,0),(72448,20452,530,1,1,0,1,4067.31,2330.66,112.237,3.9619,300,0,0,6542,0,0,0,0,0),(72449,20452,530,1,1,0,1,4075.45,2310.1,111.531,3.22886,300,0,0,6542,0,0,0,0,0),(72450,20452,530,1,1,0,1,4070.13,2291.61,112.926,2.09439,300,0,0,6542,0,0,0,0,0),(72451,20452,530,1,1,0,1,4036.33,2311.67,114.724,1.39626,300,0,0,6542,0,0,0,0,0),(72452,20453,530,1,1,0,1,4214.64,2303.06,123.612,5.89921,300,0,0,6542,0,0,0,0,0),(72453,20453,530,1,1,0,1,4237.32,2284.91,131.665,6.10865,300,0,0,6542,0,0,0,0,0),(72454,20453,530,1,1,0,1,4178.21,2313.83,107.144,5.8294,300,0,0,6542,0,0,0,0,0),(72455,20453,530,1,1,0,1,4229.19,2294.56,127.112,6.22731,300,5,0,6542,0,1,0,0,0),(72456,20453,530,1,1,0,1,4176.63,2292.27,107.692,0.122173,300,0,0,6542,0,0,0,0,0),(72457,20453,530,1,1,0,1,4024.45,2378.62,112.698,1.50098,300,0,0,6542,0,0,0,0,0),(72458,20453,530,1,1,0,1,4054.81,2355.47,111.999,1.6057,300,0,0,6542,0,0,0,0,0),(72459,20453,530,1,1,0,1,4091.38,2281.65,110.313,4.95674,300,0,0,6542,0,0,0,0,0),(72460,20453,530,1,1,0,1,4106.05,2233.5,120.137,5.18363,300,0,0,6542,0,0,0,0,0),(72461,20453,530,1,1,0,1,4113.55,2249.26,113.887,4.40703,300,5,0,6542,0,1,0,0,0),(72462,20454,530,1,1,0,1,3881.92,2494.05,109,4.76475,300,0,0,118080,0,0,0,0,0),(72463,20456,530,1,1,0,0,3943.51,2397.13,112.656,5.28033,300,0,0,5409,3080,0,0,0,0),(72464,20456,530,1,1,0,0,4116.25,2279.82,107.194,0.733038,300,5,0,5409,3080,1,0,0,0),(72465,20456,530,1,1,0,0,4110.55,2315.94,104.678,3.6589,300,5,0,5409,3080,1,0,0,0),(72466,20456,530,1,1,0,0,4161.92,2289.6,103.045,3.59538,300,5,0,5409,3080,1,0,0,0),(72467,20458,530,1,1,0,1,3732.09,2390.78,111.729,5.42797,300,0,0,6761,0,0,0,0,0),(72468,20458,530,1,1,0,1,3789.52,2375.86,112.435,3.24631,300,0,0,6761,0,0,0,0,0),(72469,20458,530,1,1,0,1,3863.09,2371.38,114.284,2.72271,300,0,0,6761,0,0,0,0,0),(72470,20458,530,1,1,0,1,3891.77,2398.42,115.14,6.12611,300,0,0,6761,0,0,0,0,0),(72471,20458,530,1,1,0,1,3903.98,2375.19,114.173,5.70723,300,0,0,6761,0,0,0,0,0),(72472,20458,530,1,1,0,1,3856.27,2340.11,115.09,3.11816,300,0,0,6761,0,0,0,0,0),(72473,20458,530,1,1,0,1,3875.7,2308.73,115.808,1.48353,300,0,0,6761,0,0,0,0,0),(72474,20458,530,1,1,0,1,3886.2,2346.56,115.274,4.31096,300,0,0,6761,0,0,0,0,0),(72475,20459,530,1,1,0,1,3733,2363.4,110.585,3.85718,300,0,0,6761,0,0,0,0,0),(72476,20459,530,1,1,0,1,3767.48,2353.14,112.227,1.97222,300,0,0,6761,0,0,0,0,0),(72477,20459,530,1,1,0,1,3804.63,2390.02,112.137,1.90241,300,0,0,6761,0,0,0,0,0),(72478,20459,530,1,1,0,1,3835.78,2350.78,114.968,1.48353,300,0,0,6761,0,0,0,0,0),(72479,20459,530,1,1,0,1,3805.96,2347.7,114.445,5.65487,300,0,0,6761,0,0,0,0,0),(72480,20459,530,1,1,0,1,3775.46,2428.38,111.656,2.79253,300,0,0,6761,0,0,0,0,0),(72481,20459,530,1,1,0,1,3946.53,2390.09,112.53,5.5069,300,5,0,6761,0,1,0,0,0),(72482,20459,530,1,1,0,1,3902.24,2356.25,114.512,2.11004,300,5,0,6761,0,1,0,0,0),(72483,20459,530,1,1,0,1,3939.15,2396.12,112.562,6.26495,300,5,0,6761,0,1,0,0,0),(72484,20459,530,1,1,0,1,3934.55,2330.82,111.213,2.90088,300,5,0,6761,0,1,0,0,0),(70352,21846,530,1,1,0,1,-3763.08,5203.75,-23.3774,5.53022,300,0,0,6986,0,0,0,0,0),(72486,20463,530,1,1,0,1,2290.12,2266.04,93.7195,1.48353,300,0,0,6542,0,0,0,0,0),(72487,20464,530,1,1,0,0,2299.38,2265.28,95.4419,2.25148,300,0,0,6542,0,0,0,0,0),(72488,20470,530,1,1,0,1,4160.25,2990.01,336.945,2.58309,300,0,0,8832,0,0,0,0,0),(72489,20471,530,1,1,0,1,4157.72,2991.28,336.945,5.70723,300,0,0,9431,0,0,0,0,0),(72490,20473,530,1,1,0,0,4695.43,2603.48,209.94,2.28638,300,0,0,6722,0,0,0,0,0),(72491,20474,530,1,1,0,1,3852.61,2476.31,112.006,6.10865,300,0,0,6986,0,0,0,0,0),(72492,20474,530,1,1,0,1,3844.73,2469.89,112.894,4.64258,300,0,0,6986,0,0,0,0,0),(72493,20474,530,1,1,0,1,3852.19,2437.98,113.697,4.83456,300,0,0,6986,0,0,0,0,0),(72494,20474,530,1,1,0,1,3835,2456.76,113.338,3.90954,300,0,0,6986,0,0,0,0,0),(72495,20474,530,1,1,0,1,3884.28,2435.47,114.082,4.85202,300,0,0,6986,0,0,0,0,0),(72496,20474,530,1,1,0,1,3906.79,2484.54,108.222,3.54302,300,0,0,6986,0,0,0,0,0),(72497,20474,530,1,1,0,1,3907.09,2493.02,107.328,2.6529,300,0,0,6986,0,0,0,0,0),(72498,20474,530,1,1,0,1,3914.87,2440.66,114.109,4.18879,300,0,0,6986,0,0,0,0,0),(72499,20474,530,1,1,0,1,3924.69,2461.91,114.472,2.72271,300,0,0,6986,0,0,0,0,0),(72500,20474,530,1,1,0,1,3879.94,2514.41,107.158,5.044,300,0,0,6986,0,0,0,0,0),(72501,20474,530,1,1,0,1,3898.45,2520.84,105.938,4.69494,300,0,0,6986,0,0,0,0,0),(72502,20474,530,1,1,0,1,3939.16,2435.62,114.479,3.35103,300,0,0,6986,0,0,0,0,0),(72503,20475,530,1,1,0,0,4608.08,2441.95,195.768,4.36332,300,0,0,6722,0,0,0,0,0),(72504,20476,530,1,1,0,0,4716.41,2371.66,198.229,4.34587,300,0,0,6722,0,0,0,0,0),(29979,23837,571,1,1,0,0,4000.19,4853.58,26.0545,5.58505,120,0,0,1,0,0,0,0,0),(72506,20483,530,1,1,0,1,2525.74,1988.62,91.0183,1.51844,300,0,0,21636,9240,0,0,0,0),(72507,20484,530,1,1,0,1,3059.67,3653.4,142.898,2.28638,300,0,0,34137,0,0,0,0,0),(72508,20484,530,1,1,0,1,3055.5,3649.36,142.993,2.44346,300,0,0,34137,0,0,0,0,0),(72509,20485,530,1,1,0,1,3080.72,3697.1,142.479,3.15905,300,0,0,22758,0,0,0,0,0),(72510,20485,530,1,1,0,1,3065.52,3640.85,143.863,6.02139,300,0,0,22758,0,0,0,0,0),(72511,20485,530,1,1,0,1,3056.68,3684.9,143.055,2.93215,300,0,0,22758,0,0,0,0,0),(72512,20485,530,1,1,0,1,3059.2,3703.19,142.478,5.84685,300,0,0,22758,0,0,0,0,0),(72513,20485,530,1,1,0,1,3076.83,3640.1,143.864,3.4383,300,0,0,22758,0,0,0,0,0),(72514,20485,530,1,1,0,1,3074.86,3710.46,142.479,4.29351,300,0,0,22758,0,0,0,0,0),(72515,20485,530,1,1,0,1,3068.56,3643.86,143.863,5.48033,300,0,0,22758,0,0,0,0,0),(72516,20485,530,1,1,0,1,2999.29,3650.73,143.824,2.94961,300,0,0,22758,0,0,0,0,0),(72517,20485,530,1,1,0,1,3002.54,3721.63,145.262,2.47837,300,0,0,22758,0,0,0,0,0),(72518,20485,530,1,1,0,1,2997.84,3642.67,144.097,2.9147,300,0,0,22758,0,0,0,0,0),(72519,20485,530,1,1,0,1,2993.36,3698.61,143.442,3.40339,300,0,0,22758,0,0,0,0,0),(72520,20485,530,1,1,0,1,2968.3,3703.7,143.361,1.22173,300,0,0,22758,0,0,0,0,0),(72521,20485,530,1,1,0,1,2976.53,3743.78,144.031,4.90438,300,0,0,22758,0,0,0,0,0),(72522,20485,530,1,1,0,1,2941.53,3662.9,132.662,4.62512,300,0,0,22758,0,0,0,0,0),(72523,20485,530,1,1,0,1,2941.09,3645.81,132.662,1.8675,300,0,0,22758,0,0,0,0,0),(72524,20485,530,1,1,0,1,2951.36,3654.2,132.617,6.24828,300,0,0,22758,0,0,0,0,0),(72525,20486,530,1,1,0,0,-3015.17,2638.98,76.5443,5.45527,300,0,0,6986,0,0,0,0,0),(72526,20488,530,1,1,0,0,-3019.28,2635.01,76.5443,4.90235,300,0,0,6986,0,0,0,0,0),(72527,20489,530,1,1,0,0,-3002.08,2632.34,76.5443,2.33724,300,0,0,6986,0,0,0,0,0),(72528,20490,530,1,1,0,0,-3010.43,2626,76.5443,2.22473,300,0,0,6986,0,0,0,0,0),(72529,20491,530,1,1,0,0,-3032,2624,76.5443,4,300,0,0,6986,0,0,0,0,0),(72530,20492,530,1,1,0,0,-3015.41,2621.79,76.555,2.27882,300,0,0,6986,0,0,0,0,0),(72531,20493,530,1,1,0,0,-3011.25,2642.59,76.5443,5.427,300,0,0,6986,0,0,0,0,0),(72532,20494,530,1,1,0,0,-3028.09,2624.88,76.543,4.13345,300,0,0,20958,0,0,0,0,0),(72533,20495,530,1,1,0,0,2435.36,2124.19,87.8273,0.034907,300,0,0,6542,0,0,0,0,0),(72534,20495,530,1,1,0,0,2441.78,2133.32,89.8979,3.05433,300,0,0,6542,0,0,0,0,0),(72535,20495,530,1,1,0,0,2562.64,2124.71,99.508,4.57276,300,0,0,6542,0,0,0,0,0),(72536,20495,530,1,1,0,0,2550.3,2125.07,99.657,4.90438,300,0,0,6542,0,0,0,0,0),(72537,20498,530,1,1,0,0,3285.17,3666.94,122.381,2.81233,300,0,0,2530,0,2,0,0,0),(72538,20498,530,1,1,0,0,2504.68,4118.92,126.44,0.690368,300,5,0,2530,0,1,0,0,0),(72539,20500,530,1,1,0,0,-3021,2613,77.16,3,300,0,0,8383,0,0,0,0,0),(72540,20501,530,1,1,0,0,3700.67,1915.29,114.839,0.789542,300,5,0,6761,0,1,0,0,0),(72541,20501,530,1,1,0,0,3686.69,1939.47,116.974,5.03088,300,5,0,6761,0,1,0,0,0),(72542,20501,530,1,1,0,0,3719.29,1933.48,127.715,1.1727,300,5,0,6761,0,1,0,0,0),(72543,20501,530,1,1,0,0,3745.1,1907.77,140.254,3.98988,300,5,0,6761,0,1,0,0,0),(72544,20501,530,1,1,0,0,3771.87,1923.96,151.549,2.14734,300,5,0,6761,0,1,0,0,0),(72545,20501,530,1,1,0,0,3975.86,2263.24,161.59,2.33964,300,5,0,6761,0,1,0,0,0),(72546,20501,530,1,1,0,0,4012.23,2244.41,163.647,3.84198,300,5,0,6761,0,1,0,0,0),(72547,20501,530,1,1,0,0,3777.53,1993.05,245.02,1.21043,300,5,0,6761,0,1,0,0,0),(72548,20501,530,1,1,0,0,3939.63,1767.7,227.308,4.80175,300,5,0,6761,0,1,0,0,0),(72549,20501,530,1,1,0,0,3920.13,1808.18,227.235,5.54956,300,5,0,6761,0,1,0,0,0),(72550,20501,530,1,1,0,0,3923.87,1787.75,229.481,4.92444,300,5,0,6761,0,1,0,0,0),(72551,20501,530,1,1,0,0,3951.5,1849.28,235.113,5.55087,300,5,0,6761,0,1,0,0,0),(72552,20501,530,1,1,0,0,3963.08,1806.21,227.689,5.60327,300,5,0,6761,0,1,0,0,0),(72553,20501,530,1,1,0,0,3945.01,1878.64,247.029,3.24066,300,5,0,6761,0,1,0,0,0),(72554,20501,530,1,1,0,0,3854.38,1939.04,256.871,2.06553,300,5,0,6761,0,1,0,0,0),(72555,20501,530,1,1,0,0,3848.23,1931.51,257.181,4.20092,300,5,0,6761,0,1,0,0,0),(72556,20501,530,1,1,0,0,3988.82,1915.94,254.714,4.14903,300,5,0,6761,0,1,0,0,0),(72557,20501,530,1,1,0,0,3787.04,1958.43,259.235,4.83434,300,5,0,6761,0,1,0,0,0),(72558,20501,530,1,1,0,0,3807.81,1976.89,256.733,5.03454,300,5,0,6761,0,1,0,0,0),(72559,20501,530,1,1,0,0,3870.89,2088.34,255.698,4.82565,300,5,0,6761,0,1,0,0,0),(72560,20501,530,1,1,0,0,3883.84,2080.29,255.431,6.12262,300,5,0,6761,0,1,0,0,0),(72561,20501,530,1,1,0,0,3964.38,2102.28,256.012,0.031255,300,5,0,6761,0,1,0,0,0),(72562,20501,530,1,1,0,0,3933.86,2150.28,236.472,3.77377,300,5,0,6761,0,1,0,0,0),(72563,20501,530,1,1,0,0,3948.75,2180.04,234.176,6.14212,300,5,0,6761,0,1,0,0,0),(72564,20501,530,1,1,0,0,3976.37,2156.05,233.996,2.56774,300,5,0,6761,0,1,0,0,0),(72565,20501,530,1,1,0,0,4050.75,1986.79,273.981,4.32705,300,5,0,6761,0,1,0,0,0),(72566,20502,530,1,1,0,0,-4161.39,1379.87,119.887,3.97536,300,5,0,6326,0,1,0,0,0),(72567,20502,530,1,1,0,0,-4154.48,1486.17,111.583,1.97586,300,5,0,6326,0,1,0,0,0),(72568,20502,530,1,1,0,0,-4187.53,1414.62,126.909,2.26015,300,0,0,6326,0,0,0,0,0),(72569,20502,530,1,1,0,0,-4209.3,1446.01,131.766,2.7362,300,5,0,6326,0,1,0,0,0),(72570,20502,530,1,1,0,0,-4148.6,1445.65,108.858,5.76715,300,0,0,6326,0,0,0,0,0),(72571,20502,530,1,1,0,0,-4238.27,1474.27,131.036,6.06073,300,5,0,6326,0,1,0,0,0),(72572,20502,530,1,1,0,0,-4219.04,1487.25,123.647,0.330297,300,5,0,6326,0,1,0,0,0),(72573,20502,530,1,1,0,0,-4159.44,1551.63,106.227,5.32552,300,5,0,6326,0,1,0,0,0),(72574,20502,530,1,1,0,0,-4291.56,1524.98,143.316,0.961208,300,5,0,6326,0,1,0,0,0),(72575,20502,530,1,1,0,0,-4212.76,1587.6,114.78,4.45556,300,5,0,6326,0,1,0,0,0),(72576,20502,530,1,1,0,0,-4254.82,1572.58,128.343,0.860721,300,5,0,6326,0,1,0,0,0),(72577,20502,530,1,1,0,0,-4308.85,1722.53,139.577,0.302449,300,5,0,6326,0,1,0,0,0),(72578,20502,530,1,1,0,0,-4278.48,1604.91,132.241,0.167716,300,5,0,6326,0,1,0,0,0),(72579,20502,530,1,1,0,0,-4303.72,1615.9,139.889,0.345519,300,0,0,6326,0,0,0,0,0),(72580,20502,530,1,1,0,0,-4347.24,1665.91,159.632,4.37613,300,5,0,6326,0,1,0,0,0),(72581,20502,530,1,1,0,0,-4303.43,1672.19,128.043,5.78984,300,5,0,6326,0,1,0,0,0),(72582,20502,530,1,1,0,0,-4314.96,1643.81,138.826,0.595045,300,5,0,6326,0,1,0,0,0),(72583,20502,530,1,1,0,0,-4349.77,1576.37,158.376,3.92354,300,5,0,6326,0,1,0,0,0),(72584,20502,530,1,1,0,0,-4358.74,1547.07,161.232,2.48027,300,5,0,6326,0,1,0,0,0),(72585,20502,530,1,1,0,0,-4417.5,1555.11,167.822,6.15592,300,5,0,6326,0,1,0,0,0),(72586,20502,530,1,1,0,0,-4424.06,1611.96,164.194,2.45647,300,5,0,6326,0,1,0,0,0),(72587,20502,530,1,1,0,0,-4434.23,1684.58,161.129,4.63809,300,5,0,6326,0,1,0,0,0),(72588,20502,530,1,1,0,0,-4515.05,1569.1,219.549,3.9321,300,5,0,6326,0,1,0,0,0),(72589,20502,530,1,1,0,0,-4554.88,1571.77,216.679,1.59934,300,5,0,6326,0,1,0,0,0),(72590,20502,530,1,1,0,0,-4519.27,1638.77,173.791,2.50239,300,5,0,6326,0,1,0,0,0),(72591,20502,530,1,1,0,0,-4637.16,1660.55,190.076,1.55932,300,5,0,6326,0,1,0,0,0),(72592,20502,530,1,1,0,0,-4527.68,1769.98,171.317,4.4577,300,5,0,6326,0,1,0,0,0),(72593,20502,530,1,1,0,0,-4582.01,1782.87,158.52,2.16368,300,5,0,6326,0,1,0,0,0),(72594,20502,530,1,1,0,0,-4606.24,1770.71,167.931,1.90088,300,5,0,6326,0,1,0,0,0),(72595,20502,530,1,1,0,0,-4551.52,1774.52,179.629,0.834426,300,5,0,6326,0,1,0,0,0),(72596,20502,530,1,1,0,0,-4402.43,1737.2,158.074,5.65413,300,5,0,6326,0,1,0,0,0),(72597,20502,530,1,1,0,0,-4421.96,1813.77,158.5,3.40574,300,5,0,6326,0,1,0,0,0),(72598,20502,530,1,1,0,0,-4446.16,1816.44,163.981,5.69085,300,5,0,6326,0,1,0,0,0),(72599,20502,530,1,1,0,0,-4322.73,1753.68,148.833,1.85374,300,5,0,6326,0,1,0,0,0),(72600,20502,530,1,1,0,0,-4358.42,1783.01,147.744,4.43328,300,5,0,6326,0,1,0,0,0),(41638,6133,1,1,1,0,0,6374.46,869.084,-36.1482,3.58842,300,0,0,222,0,0,0,0,0),(72602,20503,530,1,1,0,0,-4010.94,2142.37,104.357,3.45575,300,0,0,6986,0,0,0,0,0),(72603,20504,530,1,1,0,0,-4012.01,2136.11,104.357,2.42601,300,0,0,6986,0,0,0,0,0),(72604,20505,530,1,1,0,0,-4016.59,2132.25,104.357,1.90241,300,0,0,6986,0,0,0,0,0),(72605,20506,530,1,1,0,0,-4025.55,2138.51,104.357,6.24828,300,0,0,6986,0,0,0,0,0),(72606,20507,530,1,1,0,0,-4025.24,2143.09,104.357,0.087266,300,0,0,6986,0,0,0,0,0),(72607,20508,530,1,1,0,0,-4020.65,2146.76,104.357,4.95674,300,0,0,6986,0,0,0,0,0),(72608,20509,530,1,1,0,0,-4002.66,2152.07,105.242,2.02458,300,0,0,6986,0,0,0,0,0),(72609,20510,530,1,1,0,0,-4003.24,2156.47,105.081,0.698132,300,0,0,9082,0,0,0,0,0),(72610,20511,530,1,1,0,0,-4011.84,2162.56,105.056,1.65806,300,0,0,9082,0,0,0,0,0),(72611,20512,530,1,1,0,0,2461.8,2202.62,102.37,1.36136,300,0,0,7850,0,0,0,0,0),(72612,20512,530,1,1,0,0,2391.95,2160.75,87.0437,0.383972,300,0,0,7850,0,0,0,0,0),(72613,20512,530,1,1,0,0,2431.95,2162.05,98.9421,2.53234,300,5,0,7850,0,1,0,0,0),(72614,20512,530,1,1,0,0,2439.31,2196.78,99.808,3.0972,300,5,0,7850,0,1,0,0,0),(72615,20512,530,1,1,0,0,2437.39,2172.56,93.9411,6.23869,300,5,0,7850,0,1,0,0,0),(72616,20512,530,1,1,0,0,2412.6,2130.61,86.3348,1.55776,300,5,0,7850,0,1,0,0,0),(72617,20512,530,1,1,0,0,2397.77,2137.72,87.4302,1.50098,300,0,0,7850,0,0,0,0,0),(72618,20512,530,1,1,0,0,2443.86,2154.37,92.1617,5.98565,300,5,0,7850,0,1,0,0,0),(72619,20512,530,1,1,0,0,2454.56,2158.46,100.934,6.26605,300,5,0,7850,0,1,0,0,0),(72620,20512,530,1,1,0,0,2423.33,2146.42,89.7266,4.79965,300,0,0,7850,0,0,0,0,0),(72621,20512,530,1,1,0,0,2436.8,2088.64,89.6348,1.88496,300,0,0,7850,0,0,0,0,0),(72622,20512,530,1,1,0,0,2452.69,2093.93,86.859,3.15905,300,5,0,7850,0,1,0,0,0),(72623,20512,530,1,1,0,0,2499.11,2122.33,97.0867,1.58151,300,5,0,7850,0,1,0,0,0),(72624,20512,530,1,1,0,0,2503.92,2092.95,95.9278,6.17846,300,0,0,7850,0,0,0,0,0),(72625,20512,530,1,1,0,0,2467.84,2037.23,87.2969,2.84489,300,0,0,7850,0,0,0,0,0),(72626,20512,530,1,1,0,0,2475.73,2164.79,89.5607,6.23423,300,5,0,7850,0,1,0,0,0),(72627,20512,530,1,1,0,0,2462.38,2156.42,94.6695,3.45783,300,5,0,7850,0,1,0,0,0),(72628,20512,530,1,1,0,0,2529.74,2112.93,99.696,1.42528,300,5,0,7850,0,1,0,0,0),(72629,20512,530,1,1,0,0,2525.98,2064.67,94.0328,1.57826,300,5,0,7850,0,1,0,0,0),(72630,20512,530,1,1,0,0,2545.38,2098.82,99.129,5.89816,300,5,0,7850,0,1,0,0,0),(72631,20512,530,1,1,0,0,2555.44,2116.13,99.635,3.7001,300,0,0,7850,0,0,0,0,0),(72632,20512,530,1,1,0,0,2490.47,1979.28,87.6736,4.67748,300,0,0,7850,0,0,0,0,0),(72633,20512,530,1,1,0,0,2529.09,1998.04,90.4189,4.7822,300,0,0,7850,0,0,0,0,0),(72634,20512,530,1,1,0,0,2535.16,2012.79,87.987,6.2121,300,5,0,7850,0,1,0,0,0),(72635,20512,530,1,1,0,0,2533.11,2011.27,87.9253,3.01113,300,5,0,7850,0,1,0,0,0),(72636,20513,530,1,1,0,1,-665.297,2662.18,88.9793,4.39823,300,0,0,5922,0,0,0,0,0),(72637,20513,530,1,1,0,1,-666.442,2658.08,89.1043,1.43117,300,0,0,5922,0,0,0,0,0),(72638,20514,530,1,1,0,0,3667.35,4987.84,267.434,1.71007,300,0,0,6326,0,0,0,0,0),(72639,20514,530,1,1,0,0,3671.49,4924.7,261.731,4.31844,300,0,0,6326,0,0,0,0,0),(72640,20514,530,1,1,0,0,3719.92,4980.98,275.62,2.54457,300,0,0,6326,0,0,0,0,0),(72641,20514,530,1,1,0,0,3692.59,4898.77,260.294,0.041354,300,0,0,6326,0,0,0,0,0),(72642,20514,530,1,1,0,0,3713.89,5017.52,269.002,0.418879,300,0,0,6326,0,0,0,0,0),(72643,20514,530,1,1,0,0,3600.33,4951.97,267.915,2.44346,300,0,0,6326,0,0,0,0,0),(72644,20514,530,1,1,0,0,3694.71,4982.38,275.337,5.75959,300,0,0,6326,0,0,0,0,0),(72645,20514,530,1,1,0,0,3739.85,4965.68,276.379,2.14675,300,0,0,6326,0,0,0,0,0),(72646,20514,530,1,1,0,0,3675.3,4964.84,266.442,4.88692,300,0,0,6326,0,0,0,0,0),(72647,20514,530,1,1,0,0,3642.17,5011.08,263.343,1.46608,300,0,0,6326,0,0,0,0,0),(72648,20514,530,1,1,0,0,3607.88,4986.9,263.997,5.35816,300,0,0,6326,0,0,0,0,0),(72649,20514,530,1,1,0,0,3756.71,4995.94,275.987,3.15905,300,0,0,6326,0,0,0,0,0),(72650,20514,530,1,1,0,0,3703.54,4812.45,250.31,4.43369,300,0,0,6326,0,0,0,0,0),(72651,20514,530,1,1,0,0,3732.81,4810.64,250.242,3.94357,300,0,0,6326,0,0,0,0,0),(72652,20514,530,1,1,0,0,3709.59,4845.24,263.81,0.942478,300,0,0,6326,0,0,0,0,0),(72653,20514,530,1,1,0,0,3537.66,4899.32,265.429,1.07161,300,0,0,6326,0,0,0,0,0),(72654,20515,530,1,1,0,0,2973.2,1848.45,141.085,0.418879,300,0,0,17742,0,0,0,0,0),(72655,20516,530,1,1,0,0,4177.41,3571.7,135.394,1.08095,300,5,0,5409,3080,1,0,0,0),(72656,20516,530,1,1,0,0,4219.57,3586.3,131.372,4.72294,300,5,0,5409,3080,1,0,0,0),(72657,20516,530,1,1,0,0,4240.68,3534.45,138.441,0.487965,300,5,0,5409,3080,1,0,0,0),(72658,20516,530,1,1,0,0,4256.09,3587.91,146.429,3.34818,300,5,0,5409,3080,1,0,0,0),(72659,20516,530,1,1,0,0,4234.26,3621.31,128.374,3.4513,300,5,0,5409,3080,1,0,0,0),(72660,20516,530,1,1,0,0,4348.27,3585.98,122.584,0.958487,300,5,0,5409,3080,1,0,0,0),(72661,20516,530,1,1,0,0,4407.97,3576.23,141.112,4.26074,300,5,0,5409,3080,1,0,0,0),(72662,20516,530,1,1,0,0,4337.02,3645.26,122.087,3.28742,300,5,0,5409,3080,1,0,0,0),(72663,20516,530,1,1,0,0,4514.92,3581.89,122.864,3.7556,300,5,0,5409,3080,1,0,0,0),(72664,20516,530,1,1,0,0,4597.91,3543.9,127.309,2.16011,300,5,0,5409,3080,1,0,0,0),(72665,20516,530,1,1,0,0,4550.63,3583.2,105.315,3.83983,300,5,0,5409,3080,1,0,0,0),(72666,20516,530,1,1,0,0,4536.81,3537.1,120.529,1.59618,300,5,0,5409,3080,1,0,0,0),(72667,20516,530,1,1,0,0,4635.14,3524.34,138.775,1.46704,300,5,0,5409,3080,1,0,0,0),(72668,20516,530,1,1,0,0,4665.08,3426.43,140.152,4.29688,300,5,0,5409,3080,1,0,0,0),(72669,20516,530,1,1,0,0,4664.1,3526.31,130.521,3.2886,300,5,0,5409,3080,1,0,0,0),(72670,20516,530,1,1,0,0,4741.69,3533.2,114.569,2.36448,300,5,0,5409,3080,1,0,0,0),(72671,20516,530,1,1,0,0,4867.75,3403.05,116.184,0.429133,300,5,0,5409,3080,1,0,0,0),(72672,20516,530,1,1,0,0,4830.55,3358.97,126.873,1.55615,300,5,0,5409,3080,1,0,0,0),(72673,20516,530,1,1,0,0,4904.49,3303.76,102.707,6.20304,300,5,0,5409,3080,1,0,0,0),(72674,20516,530,1,1,0,0,4906.36,3314.28,102.476,1.7799,300,5,0,5409,3080,1,0,0,0),(72675,20516,530,1,1,0,0,4870.63,3196.24,132.175,5.43681,300,5,0,5409,3080,1,0,0,0),(72676,20516,530,1,1,0,0,4841.87,3145.7,120.92,2.94611,300,5,0,5409,3080,1,0,0,0),(68948,20520,530,1,1,0,0,3973.32,2430.24,114.476,2.93215,600,0,0,7181,0,0,0,0,0),(72678,20551,530,1,1,0,1,3782.49,2170.66,141.422,1.67552,300,0,0,6542,0,0,0,0,0),(72679,20553,530,1,1,0,1,3781.9,2175.33,142.558,4.99164,300,0,0,6986,0,0,0,0,0),(72680,20557,530,1,1,0,0,3004.29,7095.3,365.25,0.293406,300,5,0,6986,0,1,0,0,0),(72681,20557,530,1,1,0,0,3034.7,7039.36,364.875,4.26229,300,5,0,6986,0,1,0,0,0),(72682,20557,530,1,1,0,0,2961.61,7126.16,365.356,0.893311,300,5,0,6986,0,1,0,0,0),(72683,20557,530,1,1,0,0,2917.32,7154.14,366.343,2.72965,300,5,0,6986,0,1,0,0,0),(72684,20557,530,1,1,0,0,2960.74,6973.46,364.719,5.22847,300,5,0,6986,0,1,0,0,0),(72685,20557,530,1,1,0,0,3024.89,6978.63,364.885,4.27511,300,5,0,6986,0,1,0,0,0),(72686,20557,530,1,1,0,0,3014.03,6941.98,363.831,0.00017,300,5,0,6986,0,1,0,0,0),(72687,20557,530,1,1,0,0,3064.36,6909.3,365.405,3.36848,300,0,0,6986,0,0,0,0,0),(72688,20557,530,1,1,0,0,2882.81,6915.53,364.01,0.38955,300,5,0,6986,0,1,0,0,0),(72689,20557,530,1,1,0,0,2921.97,6956.65,364.631,4.58324,300,5,0,6986,0,1,0,0,0),(72690,20557,530,1,1,0,0,2884.28,6973.96,365.788,1.40207,300,5,0,6986,0,1,0,0,0),(72691,20557,530,1,1,0,0,2809.69,6971.86,364.709,2.58837,300,5,0,6986,0,1,0,0,0),(72692,20557,530,1,1,0,0,2880.31,7042.29,364.745,3.31235,300,5,0,6986,0,1,0,0,0),(72693,20563,530,1,1,0,1,-4585.18,1670.21,175.736,0.10472,300,0,0,369000,0,0,0,0,0),(72694,20564,530,1,1,0,1,3781.91,2175.39,142.586,4.69494,300,0,0,6542,0,0,0,0,0),(72695,20600,530,1,1,0,0,2209.41,5667.43,267.731,0.18,300,0,1,139720,0,2,0,0,0),(72696,20601,530,1,1,0,1,2676.57,5258.07,268.636,1.98287,300,0,0,6326,0,2,0,0,0),(72697,20601,530,1,1,0,1,2712.25,5294.35,265.426,5.69578,300,5,0,6326,0,1,0,0,0),(72698,20601,530,1,1,0,1,2780.69,5287.95,262.288,4.93928,300,0,0,6326,0,0,0,0,0),(72699,20601,530,1,1,0,1,2775.96,5226.16,264.687,3.57156,300,5,0,6326,0,1,0,0,0),(72700,20601,530,1,1,0,1,2833.19,5299.63,263.619,4.81711,300,0,0,6326,0,0,0,0,0),(72701,20601,530,1,1,0,1,2832.85,5295.71,263.557,1.6026,300,5,0,6326,0,1,0,0,0),(72702,20601,530,1,1,0,1,2791.59,5174.45,263.3,0.741927,300,0,0,6326,0,2,0,0,0),(72703,20601,530,1,1,0,1,2873.14,5249.48,270.184,2.52973,300,0,0,6326,0,0,0,0,0),(72704,20601,530,1,1,0,1,2891.92,5242.76,270.257,4.27606,300,0,0,6326,0,0,0,0,0),(72705,20601,530,1,1,0,1,2824.57,5174.44,267.232,4.24272,300,0,0,6326,0,2,0,0,0),(72706,20601,530,1,1,0,1,2868.39,5169.12,265.755,4.41504,300,0,0,6326,0,2,0,0,0),(200822,30007,571,1,1,0,0,5792.44,-3018.4,286.389,2.02458,120,0,0,1,0,0,0,0,0),(200821,30009,571,1,1,12829,0,5790.57,-3020.62,286.386,1.8326,120,0,0,1,0,0,0,0,0),(200820,25427,571,1,1,0,1,4407.53,5331.42,-24.6481,5.43238,300,0,0,9291,9693,0,0,0,0),(200795,33602,571,1,1,0,0,8551.84,969.117,547.388,0.541445,300,0,0,10635,0,0,0,0,0),(200819,28464,571,1,1,0,1,5535.28,4094.13,43.2149,5.28471,300,0,0,11001,0,0,0,0,0),(200848,15607,329,1,1,0,0,3703.6,-3450.27,130.831,6.13656,86400,0,0,2930,2434,0,0,0,0),(200847,30536,576,3,1,0,0,355.083,-212.745,-14.4552,1.74791,300,0,0,48,120,0,0,0,0),(200846,30538,575,3,1,0,0,474.041,-523.128,104.725,1.7075,300,0,0,48,120,0,0,0,0),(200845,30531,574,3,1,0,0,169.619,73.3813,74.0251,3.27909,300,0,0,48,120,0,0,0,0),(200844,30535,599,3,1,0,0,947.419,752.651,202.751,0.685903,300,0,0,48,120,0,0,0,0),(200843,30533,601,3,1,0,0,499.667,564.403,289.749,5.77096,300,0,0,48,120,0,0,0,0),(200842,30534,600,3,1,0,0,-502.929,-635.642,30.2465,4.69041,300,0,0,48,120,0,0,0,0),(200841,30537,604,3,1,0,0,1697.94,752.121,142.765,3.78933,300,0,0,48,120,0,0,0,0),(200840,30368,571,1,1,0,0,5426.74,2873.05,418.675,3.94008,300,0,0,48,120,0,0,0,0),(200839,30365,571,1,1,0,0,5863.64,4150.25,-93.9985,4.86312,300,0,0,48,120,0,0,0,0),(200838,30362,571,1,1,0,0,5437.03,4760.17,-198.617,1.28406,300,0,0,48,120,0,0,0,0),(200837,30372,571,1,1,0,0,3873.39,-4482.22,222.352,4.62769,300,0,0,48,120,0,0,0,0),(200836,30375,571,1,1,0,0,8411.32,-384.5,903.119,3.19672,300,0,0,48,120,0,0,0,0),(200835,30359,571,1,1,0,0,6705.19,-214.593,976.073,3.85017,300,0,0,48,120,0,0,0,0),(200834,30370,571,1,1,0,0,6179.8,-1087.18,415.553,2.79773,300,0,0,48,120,0,0,0,0),(200833,30374,571,1,1,0,0,7763.1,-2753.64,1164.62,0.329227,300,0,0,48,120,0,0,0,0),(200832,30369,571,1,1,0,0,5805.2,-3542.67,391.641,3.79204,300,0,0,48,120,0,0,0,0),(200831,30357,571,1,1,0,0,4569.61,-4291.44,174.174,1.41542,300,0,0,48,120,0,0,0,0),(200830,30367,571,1,1,0,0,4217.56,-5340.09,11.5247,1.21671,300,0,0,48,120,0,0,0,0),(200829,30363,571,1,1,0,0,2649.97,891.349,4.38401,0.0517055,300,0,0,48,120,0,0,0,0),(200828,30373,571,1,1,0,0,3769.64,1659.56,118.819,5.40648,300,0,0,48,120,0,0,0,0),(200827,30358,571,1,1,0,0,3484.58,1963.3,64.861,3.01972,300,0,0,48,120,0,0,0,0),(150153,27581,571,1,1,0,1,3836.79,-3421.57,293.104,4.82353,300,0,0,18096,0,0,0,0,0),(150152,26371,571,1,1,0,1,4589.88,-4211.84,178.6,3.73814,120,0,0,176,0,0,0,0,0),(150151,26217,571,1,1,0,1,4593.8,-4212.69,178.95,5.03169,120,0,0,42540,3561,0,0,0,0),(150150,26375,571,1,1,0,0,4596.14,-4237.28,178.738,2.40775,120,0,0,10635,0,0,0,0,0),(150149,26234,571,1,1,0,1,4608.41,-4227.23,178.738,3.13267,120,0,0,9291,3231,0,0,0,0),(150148,26233,571,1,1,0,1,4604.37,-4226.39,178.73,5.81088,120,0,0,9291,3231,0,0,0,0),(200855,33643,571,1,1,0,1,8522.34,703.045,558.331,3.15905,120,0,0,1,0,0,0,0,0),(200854,33643,571,1,1,0,1,8521.76,673.118,558.336,3.19395,120,0,0,1,0,0,0,0,0),(200853,33643,571,1,1,0,1,8520.54,735.014,558.642,4.59022,120,0,0,1,0,0,0,0,0),(200852,33643,571,1,1,0,1,8609.37,673.526,550.294,0.471239,120,0,0,1,0,0,0,0,0),(200788,34880,571,1,1,0,1,8606.21,661.784,550.329,5.59283,25,0,0,12600,3994,0,0,0,0),(200787,34912,571,1,1,0,0,8609.2,664.914,550.222,5.49544,25,0,0,12600,3994,0,0,0,0),(200786,34881,571,1,1,0,0,8608.36,669.177,550.197,5.41926,25,0,0,12600,0,0,0,0,0),(200785,33625,571,1,1,0,0,8615.71,648.842,550.25,1.8642,25,0,0,12600,3994,0,0,0,0),(200784,33647,571,1,1,0,0,8613.52,648.405,550.25,1.83985,25,0,0,12600,3994,0,0,0,0),(200783,33646,571,1,1,0,0,8617.87,649.783,550.25,2.00635,25,0,0,12600,0,0,0,0,0),(200782,33650,571,1,1,0,0,8605.27,645.129,550.25,1.96473,25,0,0,25200,0,0,0,0,0),(200781,33648,571,1,1,0,1,8599.81,640.831,550.167,1.19976,25,0,0,25200,0,0,0,0,0),(200780,33649,571,1,1,0,0,8595.79,645.937,550.168,0.390014,25,0,0,25200,0,0,0,0,0),(200779,33657,571,1,1,0,0,8619.82,669.015,550.25,4.67654,25,0,0,25200,0,0,0,0,0),(200778,33655,571,1,1,0,0,8624.58,672.766,550.343,4.52852,25,0,0,25200,0,0,0,0,0),(200777,33656,571,1,1,0,0,8629.63,669.079,550.173,3.56405,25,0,0,25200,0,0,0,0,0),(200776,33653,571,1,1,0,0,8626.65,660.886,550.251,3.48544,25,0,0,25200,0,0,0,0,0),(200775,33652,571,1,1,0,0,8633.15,659.213,550.343,3.50114,25,0,0,25200,0,0,0,0,0),(200774,33654,571,1,1,0,0,8632.64,652.755,550.343,2.56437,25,0,0,25200,0,0,0,0,0),(200773,27072,571,1,1,0,1,3401.21,-2745.15,199.301,1.46699,300,0,0,9940,0,0,0,0,0),(72780,20607,530,1,1,0,0,4214.75,2048.42,150.667,5.79989,300,5,0,6542,0,1,0,0,0),(72781,20607,530,1,1,0,0,4284.06,2029.05,132.994,1.95529,300,5,0,6542,0,1,0,0,0),(72782,20607,530,1,1,0,0,4360.19,2069.66,117.461,5.57048,300,5,0,6542,0,1,0,0,0),(72783,20607,530,1,1,0,0,4320.04,1980.89,114.298,1.42476,300,5,0,6542,0,1,0,0,0),(72784,20607,530,1,1,0,0,4361.85,2017.73,108.722,0.0569,300,5,0,6542,0,1,0,0,0),(72785,20607,530,1,1,0,0,4357.31,1959.02,107.61,0.836301,300,5,0,6542,0,1,0,0,0),(72786,20607,530,1,1,0,0,4352.21,1878.24,101.636,5.67406,300,5,0,6542,0,1,0,0,0),(72787,20607,530,1,1,0,0,4293.85,1824.1,128.526,1.27752,300,5,0,6542,0,1,0,0,0),(72788,20607,530,1,1,0,0,4200.93,1910.2,180.506,1.45295,300,5,0,6542,0,1,0,0,0),(72789,20607,530,1,1,0,0,4253.08,1687.41,116.817,0.859081,300,5,0,6542,0,1,0,0,0),(72790,20607,530,1,1,0,0,4250.68,1723.63,112.85,4.95405,300,5,0,6542,0,1,0,0,0),(72791,20607,530,1,1,0,0,4286.97,1715.65,112.086,1.5602,300,5,0,6542,0,1,0,0,0),(72792,20607,530,1,1,0,0,4130.98,1786.12,143.279,6.05279,300,5,0,6542,0,1,0,0,0),(72793,20607,530,1,1,0,0,4123.8,1659.76,126.649,6.1295,300,5,0,6542,0,1,0,0,0),(72794,20607,530,1,1,0,0,4050.48,1654.85,120.262,1.71494,300,5,0,6542,0,1,0,0,0),(72795,20607,530,1,1,0,0,3845.47,1704.22,151.507,1.66731,300,5,0,6542,0,1,0,0,0),(72796,20607,530,1,1,0,0,3811.43,1639.55,135.196,3.33811,300,5,0,6542,0,1,0,0,0),(72797,20607,530,1,1,0,0,3803.29,1564.34,115.522,5.93125,300,5,0,6542,0,1,0,0,0),(72798,20607,530,1,1,0,0,3748.39,1641.63,134.391,3.3432,300,5,0,6542,0,1,0,0,0),(72799,20607,530,1,1,0,0,3774.31,1558.31,111.491,0.334416,300,5,0,6542,0,1,0,0,0),(72800,20607,530,1,1,0,0,3685.9,1675.21,121.263,4.19979,300,5,0,6542,0,1,0,0,0),(72801,20607,530,1,1,0,0,3649.17,1726.58,114.584,1.86605,300,5,0,6542,0,1,0,0,0),(72802,20607,530,1,1,0,0,3660.18,1759.02,124.442,5.71713,300,5,0,6542,0,1,0,0,0),(72803,20607,530,1,1,0,0,3646.66,1817.72,120.836,0.276065,300,5,0,6542,0,1,0,0,0),(72804,20607,530,1,1,0,0,3551.09,1770.07,93.3134,4.03357,300,5,0,6542,0,1,0,0,0),(72805,20607,530,1,1,0,0,3737.73,1870.36,139.737,1.82201,300,5,0,6542,0,1,0,0,0),(72806,20607,530,1,1,0,0,3644.3,2007.32,111.62,1.27748,300,5,0,6542,0,1,0,0,0),(72807,20607,530,1,1,0,0,3553.51,1952.24,91.7126,4.2457,300,5,0,6542,0,1,0,0,0),(72808,20607,530,1,1,0,0,3590.05,2075.42,95.8577,5.60707,300,5,0,6542,0,1,0,0,0),(72809,20607,530,1,1,0,0,3570.16,2140.97,78.1111,4.28083,300,5,0,6542,0,1,0,0,0),(72810,20607,530,1,1,0,0,3622.86,2179.87,109.524,5.26746,300,5,0,6542,0,1,0,0,0),(72811,20607,530,1,1,0,0,3679.45,2188.72,123.051,6.0183,300,5,0,6542,0,1,0,0,0),(72812,20607,530,1,1,0,0,3682.15,2319.23,101.837,1.30852,300,5,0,6542,0,1,0,0,0),(72813,20609,530,1,1,0,0,2721.62,5273.36,265.373,4.82887,300,0,0,5060,2933,2,0,0,0),(72814,20609,530,1,1,0,0,2747.31,5280,263.742,0.009244,300,0,0,5060,2933,2,0,0,0),(72815,20609,530,1,1,0,0,2823.99,5290.21,263.443,0.296706,300,0,0,5060,2933,0,0,0,0),(72816,20609,530,1,1,0,0,2831.29,5240.25,264.6,0.28801,300,0,0,5060,2933,2,0,0,0),(72817,20609,530,1,1,0,0,2855.32,5216.09,270.327,6.26573,300,0,0,5060,2933,0,0,0,0),(72818,20609,530,1,1,0,0,2883.07,5194.57,265.712,3.36232,300,0,0,5060,2933,2,0,0,0),(72819,20609,530,1,1,0,0,2833.01,5158.05,267.22,5.93412,300,5,0,5060,2933,1,0,0,0),(72820,20609,530,1,1,0,0,2807.34,5184.64,266.707,2.84237,300,0,0,5060,2933,2,0,0,0),(72821,20609,530,1,1,0,0,2950.64,5172.4,265.174,3.09178,300,0,0,5060,2933,2,0,0,0),(72822,20609,530,1,1,0,0,2949.65,5236.39,263.058,1.33819,300,5,0,5060,2933,1,0,0,0),(72823,20610,530,1,1,0,0,3988.33,3047.32,132.463,1.0416,300,5,0,6542,0,1,0,0,0),(72824,20610,530,1,1,0,0,4012.24,3058.68,144.024,5.93323,300,5,0,6542,0,1,0,0,0),(72825,20610,530,1,1,0,0,4013.83,3184.41,143.471,1.10375,300,5,0,6542,0,1,0,0,0),(72826,20610,530,1,1,0,0,3981.59,3018.86,132.653,3.34596,300,5,0,6542,0,1,0,0,0),(72827,20610,530,1,1,0,0,4002.36,3011.28,141.383,3.95267,300,5,0,6542,0,1,0,0,0),(72828,20610,530,1,1,0,0,3957.62,2951.58,129.281,3.65638,300,5,0,6542,0,1,0,0,0),(72829,20610,530,1,1,0,0,3947.62,2920.67,118.457,2.05671,300,5,0,6542,0,1,0,0,0),(72830,20610,530,1,1,0,0,3976.37,2909.43,127.333,3.81991,300,5,0,6542,0,1,0,0,0),(72831,20610,530,1,1,0,0,4039.11,2796.06,133.206,2.23747,300,5,0,6542,0,1,0,0,0),(72832,20610,530,1,1,0,0,4044.74,2824.91,132.338,2.97707,300,5,0,6542,0,1,0,0,0),(72833,20610,530,1,1,0,0,4087.69,2825.24,137.445,0.894714,300,5,0,6542,0,1,0,0,0),(72834,20610,530,1,1,0,0,4013.39,2814.11,125.861,0.735647,300,5,0,6542,0,1,0,0,0),(72835,20610,530,1,1,0,0,4077.07,2754.35,131.839,1.64217,300,5,0,6542,0,1,0,0,0),(72836,20610,530,1,1,0,0,4096.79,2793.95,134.699,0.843647,300,5,0,6542,0,1,0,0,0),(72837,20610,530,1,1,0,0,4116.33,2820.29,136.416,5.6307,300,5,0,6542,0,1,0,0,0),(72838,20610,530,1,1,0,0,4108.46,2742.04,116.935,3.9124,300,5,0,6542,0,1,0,0,0),(72839,20610,530,1,1,0,0,4277.37,2853.55,105.749,3.39925,300,5,0,6542,0,1,0,0,0),(72840,20610,530,1,1,0,0,4303.6,2887.36,111.357,3.62271,300,5,0,6542,0,1,0,0,0),(72841,20610,530,1,1,0,0,4314.02,2844.98,102.346,4.64004,300,5,0,6542,0,1,0,0,0),(72842,20610,530,1,1,0,0,4291.74,2889.98,110.857,1.38775,300,5,0,6542,0,1,0,0,0),(72843,20610,530,1,1,0,0,4373.86,2878.33,155.653,0.223433,300,5,0,6542,0,1,0,0,0),(72844,20610,530,1,1,0,0,4389.3,2916.23,139.203,0.610486,300,5,0,6542,0,1,0,0,0),(72845,20610,530,1,1,0,0,4418.51,2913.1,133.769,2.99652,300,5,0,6542,0,1,0,0,0),(72846,20610,530,1,1,0,0,4410.58,2886.19,136.431,0.613207,300,5,0,6542,0,1,0,0,0),(72847,20610,530,1,1,0,0,4517.52,2871.86,143.563,4.33482,300,5,0,6542,0,1,0,0,0),(72848,20610,530,1,1,0,0,4517.55,2849.5,144.051,5.54112,300,5,0,6542,0,1,0,0,0),(72849,20610,530,1,1,0,0,4553.53,2889.23,143.503,0.589064,300,5,0,6542,0,1,0,0,0),(72850,20610,530,1,1,0,0,4534.61,2902.83,143.091,3.10622,300,5,0,6542,0,1,0,0,0),(72851,20610,530,1,1,0,0,4320.81,3019.26,128.388,1.92991,300,5,0,6542,0,1,0,0,0),(72852,20610,530,1,1,0,0,4327.71,3061.12,132.676,1.3209,300,5,0,6542,0,1,0,0,0),(72853,20610,530,1,1,0,0,4344.29,3021.29,127.63,3.88122,300,5,0,6542,0,1,0,0,0),(72854,20610,530,1,1,0,0,4348.82,3053.19,131.265,0.233292,300,5,0,6542,0,1,0,0,0),(72855,20610,530,1,1,0,0,4146.21,3219.56,193.894,4.07616,300,5,0,6542,0,1,0,0,0),(72856,20610,530,1,1,0,0,4117.66,3246.36,180.393,4.6303,300,5,0,6542,0,1,0,0,0),(72857,20610,530,1,1,0,0,4104.64,3222.5,176.757,2.70189,300,5,0,6542,0,1,0,0,0),(72858,20610,530,1,1,0,0,4148.37,3264.73,191.123,1.21381,300,5,0,6542,0,1,0,0,0),(72859,20610,530,1,1,0,0,4086.49,3324.28,152.647,3.18458,300,5,0,6542,0,1,0,0,0),(72860,20610,530,1,1,0,0,4091.5,3342.43,152.007,6.13522,300,5,0,6542,0,1,0,0,0),(72861,20610,530,1,1,0,0,4043.81,3324.12,135.269,2.52956,300,5,0,6542,0,1,0,0,0),(72862,20610,530,1,1,0,0,4047.67,3335.82,135.128,4.93853,300,5,0,6542,0,1,0,0,0),(72863,20610,530,1,1,0,0,4014.09,3245.78,137.288,5.37112,300,5,0,6542,0,1,0,0,0),(72864,20610,530,1,1,0,0,3988.95,3220.36,131.231,1.30867,300,5,0,6542,0,1,0,0,0),(72865,20610,530,1,1,0,0,4017.75,3217.87,141.919,3.9189,300,5,0,6542,0,1,0,0,0),(72866,20611,530,1,1,0,0,3438.47,2766.27,174.282,0.872665,300,10,0,6542,0,1,0,0,0),(72867,20611,530,1,1,0,0,3319.84,2985.11,144.105,4.41504,300,10,0,6542,0,1,0,0,0),(72868,20611,530,1,1,0,0,3529.31,3099.73,132.884,1.39007,300,10,0,6542,0,1,0,0,0),(72869,20611,530,1,1,0,0,3529.32,3091.75,134.476,1.2988,300,10,0,6542,0,1,0,0,0),(72870,20611,530,1,1,0,0,3522.4,3115.23,144.247,5.34071,300,10,0,6542,0,1,0,0,0),(72871,20611,530,1,1,0,0,3410.94,3049.54,176.932,6.23082,300,10,0,6542,0,1,0,0,0),(72872,20611,530,1,1,0,0,3386.36,2846.54,144.244,1.91871,300,10,0,6542,0,1,0,0,0),(72873,20611,530,1,1,0,0,3455.5,2913.15,160.529,0.616994,300,10,0,6542,0,1,0,0,0),(72874,20611,530,1,1,0,0,3433.58,2773.12,153.245,2.72905,300,10,0,6542,0,1,0,0,0),(72875,20611,530,1,1,0,0,3444.31,2763.07,175.304,6.01367,300,10,0,6542,0,1,0,0,0),(72876,20611,530,1,1,0,0,3610.69,2863.51,158.722,1.32948,300,10,0,6542,0,1,0,0,0),(72877,20611,530,1,1,0,0,3528.9,2801.44,180.169,0.24113,300,10,0,6542,0,1,0,0,0),(72878,20611,530,1,1,0,0,3638.22,2971.08,183.944,3.90025,300,10,0,6542,0,1,0,0,0),(72879,20612,530,1,1,0,0,9730.46,-7086.01,16.7664,3.33358,300,0,0,1220,0,0,0,0,0),(72880,20613,530,1,1,0,1,-2264.65,5566.87,67.092,4.92183,300,0,0,5715,0,0,0,0,0),(72881,20614,530,1,1,0,1,2841.43,5285.36,263.622,3.36848,300,0,0,5060,2933,0,0,0,0),(72882,20614,530,1,1,0,1,2865.87,5210.02,267.217,0.471239,300,0,0,5060,2933,2,0,0,0),(72883,20614,530,1,1,0,1,2804.34,5163.66,265.966,1.6057,300,0,0,5060,2933,0,0,0,0),(72884,20616,530,1,1,0,1,-1760.24,5826.55,150.053,5.60251,300,0,0,5715,0,0,0,0,0),(72885,20617,530,1,1,0,0,62.0573,4817.45,81.418,2.46091,300,0,0,42,0,0,0,0,0),(72886,20617,530,1,1,0,0,74.0868,4829.92,81.7336,5.65487,300,0,0,42,0,0,0,0,0),(72887,20617,530,1,1,0,0,55.9931,4800.01,81.1801,6.21337,300,0,0,42,0,0,0,0,0),(72888,20617,530,1,1,0,0,91.9236,4828.73,82.4888,5.044,300,0,0,42,0,0,0,0,0),(72889,20617,530,1,1,0,0,105.299,4823.43,83.2995,1.98968,300,0,0,42,0,0,0,0,0),(72890,20617,530,1,1,0,0,113.605,4812.22,83.7221,5.88176,300,0,0,42,0,0,0,0,0),(72891,20617,530,1,1,0,0,96.1971,4802.3,79.1324,5.51524,300,0,0,42,0,0,0,0,0),(72892,20617,530,1,1,0,0,113.921,4793.07,83.2941,3.63029,300,0,0,42,0,0,0,0,0),(72893,20617,530,1,1,0,0,92.4376,4803.62,49.7968,5.46288,300,0,0,42,0,0,0,0,0),(72894,20617,530,1,1,0,0,100.594,4776.24,81.5681,1.55334,300,0,0,42,0,0,0,0,0),(72895,20617,530,1,1,0,0,68.9566,4780.13,80.8751,4.4855,300,0,0,42,0,0,0,0,0),(72896,20617,530,1,1,0,0,84.6615,4771.72,81.1701,6.0912,300,0,0,42,0,0,0,0,0),(72901,20634,530,1,1,0,0,4993.67,2815.67,74.6344,2.94803,300,5,0,6542,0,1,0,0,0),(72900,20634,530,1,1,0,0,5007.66,2835.64,82.0013,1.75746,300,5,0,6542,0,1,0,0,0),(72899,20634,530,1,1,0,0,4955.25,2853.08,87.0884,5.15987,300,0,0,6542,0,0,0,0,0),(72898,20634,530,1,1,0,0,5058.84,2867.15,73.5719,4.59946,300,5,0,6542,0,1,0,0,0),(72897,20634,530,1,1,0,0,4909.57,2932.45,155.579,4.57028,300,5,0,6542,0,1,0,0,0),(72902,20635,530,1,1,0,0,2887.54,5232.21,281.388,4.03443,300,0,0,42,0,0,0,0,0),(72903,20635,530,1,1,0,0,2889.29,5219.21,277.132,4.25317,300,0,0,42,0,0,0,0,0),(72904,20635,530,1,1,0,0,2886.14,5230.21,281.171,4.14037,300,0,0,42,0,0,0,0,0),(72905,20635,530,1,1,0,0,2901.85,5239.09,283.964,3.40073,300,0,0,42,0,0,0,0,0),(72906,20635,530,1,1,0,0,2918.56,5205.65,278.245,1.5957,300,0,0,42,0,0,0,0,0),(72907,20635,530,1,1,0,0,2895.93,5204.48,275.995,0.700657,300,0,0,42,0,0,0,0,0),(72908,20635,530,1,1,0,0,2916.17,5205.21,276.577,0.349066,300,0,0,42,0,0,0,0,0),(72909,20635,530,1,1,0,0,2915,5231.2,276.748,5.81195,300,0,0,42,0,0,0,0,0),(72910,20666,530,1,1,0,0,2809.72,5250.53,271.947,4.43314,300,0,0,6722,0,0,0,0,0),(72911,21053,530,1,1,0,0,2816.08,5247.06,265.235,0.366519,300,0,0,6722,0,0,0,0,0),(72912,21053,530,1,1,0,0,2817.25,5247.84,267.122,3.42085,300,0,0,6722,0,0,0,0,0),(72913,21053,530,1,1,0,0,2814.73,5245.65,272.743,2.63545,300,0,0,6722,0,0,0,0,0),(72914,21053,530,1,1,0,0,2810.02,5242.95,270.558,0.034907,300,0,0,6722,0,0,0,0,0),(72915,21053,530,1,1,0,0,2812.24,5244.71,272.677,0.017453,300,0,0,6722,0,0,0,0,0),(72916,21053,530,1,1,0,0,2851.38,5294.22,269.824,0.331613,300,0,0,6722,0,0,0,0,0),(72917,21053,530,1,1,0,0,2810.02,5242.95,267.122,0.331613,300,0,0,6722,0,0,0,0,0),(72918,21053,530,1,1,0,0,2865.6,5251.71,282.027,1.55334,300,0,0,6722,0,0,0,0,0),(72919,21053,530,1,1,0,0,2896.56,5205.01,275.433,0.767945,300,0,0,6722,0,0,0,0,0),(72920,20668,530,1,1,0,0,2727.68,5273.25,265.537,3.97041,300,0,0,6326,0,0,0,0,0),(72921,20668,530,1,1,0,0,2724.07,5273.85,265.033,5.49758,300,0,0,6326,0,0,0,0,0),(72922,20668,530,1,1,0,0,2776.31,5275.16,260.887,2.2184,300,5,0,6326,0,1,0,0,0),(72923,20668,530,1,1,0,0,2770.27,5187.36,263.997,2.05909,300,5,0,6326,0,1,0,0,0),(72924,20668,530,1,1,0,0,2804.35,5279.92,260.54,2.59975,300,5,0,6326,0,1,0,0,0),(72925,20668,530,1,1,0,0,2865.56,5253.5,270.309,5.96584,300,5,0,6326,0,1,0,0,0),(72926,20668,530,1,1,0,0,2823.81,5225.59,264.615,0.967167,300,5,0,6326,0,1,0,0,0),(72927,20668,530,1,1,0,0,2870.43,5168.2,265.332,2.22739,300,5,0,6326,0,1,0,0,0),(72928,20668,530,1,1,0,0,2820.31,5170.53,267.05,0.810509,300,5,0,6326,0,1,0,0,0),(72929,20668,530,1,1,0,0,2886.36,5209.54,267.055,4.3511,300,5,0,6326,0,1,0,0,0),(72930,20668,530,1,1,0,0,2941.69,5242.48,265.558,3.63968,300,5,0,6326,0,1,0,0,0),(72931,20668,530,1,1,0,0,2920.89,5156.39,264.083,3.85103,300,5,0,6326,0,1,0,0,0),(72932,20668,530,1,1,0,0,2786.77,5144.82,260.608,6.18678,300,5,0,6326,0,1,0,0,0),(72933,20670,530,1,1,0,0,2724.35,5269.6,269.126,2.77507,300,0,0,6722,0,0,0,0,0),(72934,20670,530,1,1,0,0,2827.68,5302.22,263.92,1.85005,300,0,0,6722,0,0,0,0,0),(72935,20670,530,1,1,0,0,2811.95,5233.16,264.997,5.20108,300,0,0,6722,0,0,0,0,0),(72936,20670,530,1,1,0,0,2771.28,5174.97,264.266,4.88692,300,0,0,6722,0,0,0,0,0),(72937,20670,530,1,1,0,0,2854.89,5247.99,271.351,1.16937,300,0,0,6722,0,0,0,0,0),(72938,20670,530,1,1,0,0,2871.74,5193.47,270.647,1.8326,300,0,0,6722,0,0,0,0,0),(72939,20670,530,1,1,0,0,2897.56,5194.96,269.176,1.29154,300,0,0,6722,0,0,0,0,0),(72940,20670,530,1,1,0,0,2912.43,5228.41,268.248,2.9147,300,0,0,6722,0,0,0,0,0),(72941,20670,530,1,1,0,0,2914,5206.71,267.126,2.32129,300,0,0,6722,0,0,0,0,0),(72943,20671,530,1,1,0,0,3327.44,3010.56,138.875,6.22989,300,0,0,6542,0,0,0,0,0),(72944,20671,530,1,1,0,0,3331.74,2966.98,142.47,0.754018,300,5,0,6542,0,1,0,0,0),(72945,20671,530,1,1,0,0,3357.85,3034.45,141.807,6.04217,300,5,0,6542,0,1,0,0,0),(72946,20671,530,1,1,0,0,3342.1,2993.86,141.244,2.94028,300,5,0,6542,0,1,0,0,0),(72947,20671,530,1,1,0,0,3368.98,3029.74,141.456,2.72618,300,5,0,6542,0,1,0,0,0),(72948,20671,530,1,1,0,0,3381.68,3081.21,133.451,0.540587,300,5,0,6542,0,1,0,0,0),(72949,20671,530,1,1,0,0,3484.09,3110.99,135.666,1.87592,300,5,0,6542,0,1,0,0,0),(72950,20671,530,1,1,0,0,3511.37,3098.88,132.642,4.07611,300,0,0,6542,0,0,0,0,0),(72951,20671,530,1,1,0,0,3548.43,3050.39,138.153,1.83876,300,5,0,6542,0,1,0,0,0),(72952,20671,530,1,1,0,0,3483.26,3063.71,141.116,4.81906,300,5,0,6542,0,1,0,0,0),(72953,20671,530,1,1,0,0,3579.73,3063,129.644,5.71073,300,5,0,6542,0,1,0,0,0),(72954,20671,530,1,1,0,0,3463.08,3081.12,139.982,2.71246,300,5,0,6542,0,1,0,0,0),(72955,20671,530,1,1,0,0,3465.27,3035.63,145.331,0.137045,300,5,0,6542,0,1,0,0,0),(72956,20671,530,1,1,0,0,3528.53,3017.03,144.778,0.214434,300,5,0,6542,0,1,0,0,0),(72957,20671,530,1,1,0,0,3414.03,3053.49,144.285,2.34653,300,5,0,6542,0,1,0,0,0),(72958,20671,530,1,1,0,0,3418.44,2985.63,147.689,3.76184,300,5,0,6542,0,1,0,0,0),(72959,20671,530,1,1,0,0,3388.87,2928.47,152.089,4.47426,300,5,0,6542,0,1,0,0,0),(72960,20671,530,1,1,0,0,3600.37,2846.14,167.42,0.700023,300,5,0,6542,0,1,0,0,0),(72961,20671,530,1,1,0,0,3620.15,2894.95,152.317,0.329135,300,0,0,6542,0,0,0,0,0),(72962,20671,530,1,1,0,0,3650.36,2970.83,140.406,3.12479,300,5,0,6542,0,1,0,0,0),(72963,20671,530,1,1,0,0,3624.57,3002.27,133.916,3.52609,300,5,0,6542,0,1,0,0,0),(10994,18681,530,1,1,0,1,356.366,8154.59,23.4664,5.86458,1800,0,0,8844,10480,0,0,0,0),(72965,20672,530,1,1,0,0,9993.17,-7081.45,45.4464,2.79253,300,0,0,25200,0,0,0,0,0),(72966,20672,530,1,1,0,0,10004.7,-7067.4,45.4464,3.35103,300,0,0,25200,0,0,0,0,0),(72967,20672,530,1,1,0,0,9962.23,-7057.38,45.4464,5.32325,300,0,0,25200,0,0,0,0,0),(72968,20672,530,1,1,0,0,9999.85,-7040.8,50.2159,0.942478,300,0,0,25200,0,0,0,0,0),(72969,20672,530,1,1,0,0,9986.76,-7034.57,45.4464,4.39823,300,0,0,25200,0,0,0,0,0),(72970,20672,530,1,1,0,0,9979.42,-7035.66,45.4464,4.55531,300,0,0,25200,0,0,0,0,0),(72971,20672,530,1,1,0,0,9972.85,-7041.6,45.4464,4.74729,300,0,0,25200,0,0,0,0,0),(72972,20672,530,1,1,0,0,10009.3,-7052.24,45.4464,3.68265,300,0,0,25200,0,0,0,0,0),(72973,20672,530,1,1,0,0,10009.3,-7059.32,45.4464,3.52556,300,0,0,25200,0,0,0,0,0),(72974,20673,530,1,1,0,0,2985.02,2488.5,125.199,6.13217,300,5,0,6542,0,1,0,0,0),(72975,20673,530,1,1,0,0,3233.87,2319.86,99.152,4.65472,300,5,0,6542,0,1,0,0,0),(72976,20673,530,1,1,0,0,3300.68,2398.27,93.6708,1.94169,300,5,0,6542,0,1,0,0,0),(72977,20673,530,1,1,0,0,3288.77,2113.29,111.744,1.37723,300,5,0,6542,0,1,0,0,0),(72978,20673,530,1,1,0,0,3094.72,1653.84,131.508,6.22649,300,5,0,6542,0,1,0,0,0),(72979,20674,530,1,1,0,1,-4001.72,-11418.3,-122.955,3.4383,300,0,0,25200,0,0,0,0,0),(72980,20674,530,1,1,0,1,-4049.71,-11393.3,-140.938,3.71755,300,0,0,25200,0,0,0,0,0),(72981,20674,530,1,1,0,1,-4041.22,-11404.6,-140.882,3.57792,300,0,0,25200,0,0,0,0,0),(72982,20674,530,1,1,0,1,-3986.15,-11409.9,-122.67,0.296706,300,0,0,25200,0,0,0,0,0),(72983,20674,530,1,1,0,1,-3997.78,-11406.5,-122.791,1.98968,300,0,0,25200,0,0,0,0,0),(72984,20676,530,1,1,0,0,4054.31,2358.62,111.771,4.88692,300,0,0,6542,0,0,0,0,0),(72985,20676,530,1,1,0,0,4092.92,2278.18,110.368,1.91986,300,0,0,6542,0,0,0,0,0),(72986,20683,530,1,1,0,0,-3416.68,2984.33,169.982,5.5676,300,0,0,6280,2991,0,0,0,0),(72987,20684,530,1,1,0,1,-3023.34,1764.8,77.8809,5.18363,300,0,0,6280,2991,0,0,0,0),(72988,20685,530,1,1,0,1,3985.48,4021.77,193.37,1.57048,300,0,0,5589,3155,0,0,0,0),(21055,22991,530,1,1,0,0,-3845.16,3332.2,338.59,2.9147,180,0,0,4120,0,0,0,0,0),(72990,20710,530,1,1,0,0,521.551,8302.33,-1.97515,2.32365,300,0,0,1105,0,0,0,0,0),(72991,20710,530,1,1,0,0,526.364,8302.11,-1.6334,2.32649,300,5,0,1105,0,1,0,0,0),(72992,20710,530,1,1,0,0,524.529,8304.64,-2.51874,2.32381,300,0,0,1105,0,0,0,0,0),(72993,20710,530,1,1,0,0,293.625,8820.95,0.18486,6.28123,300,0,0,1105,0,0,0,0,0),(72994,20710,530,1,1,0,0,321.17,8749.08,4.26314,3.16192,300,0,0,1105,0,0,0,0,0),(72995,20710,530,1,1,0,0,326.606,8814.9,2.25932,2.60498,300,0,0,1105,0,0,0,0,0),(72996,20710,530,1,1,0,0,297.773,8818.11,0.52932,6.28123,300,0,0,1105,0,0,0,0,0),(72997,20710,530,1,1,0,0,271.359,8772.49,4.5559,0.221314,300,0,0,1105,0,0,0,0,0),(72998,20710,530,1,1,0,0,286.297,8746.91,-0.867031,1.60352,300,0,0,1105,0,0,0,0,0),(72999,20710,530,1,1,0,0,323.521,8813.44,1.50932,2.60498,300,0,0,1105,0,0,0,0,0),(73000,20710,530,1,1,0,0,283.5,8745.88,-0.867031,1.60352,300,0,0,1105,0,0,0,0,0),(73001,20710,530,1,1,0,0,279.279,8752.91,0.60767,0.735462,300,0,0,1105,0,0,0,0,0),(73002,20710,530,1,1,0,0,319.149,8751.59,4.74138,0.12823,300,0,0,1105,0,0,0,0,0),(73003,20710,530,1,1,0,0,88.6536,8718.57,-3.45113,4.78127,300,0,0,1105,0,0,0,0,0),(73004,20710,530,1,1,0,0,91.3513,8721.78,-3.39575,4.07522,300,0,0,1105,0,0,0,0,0),(73005,20710,530,1,1,0,0,140.508,8704.12,-24.9345,5.79438,300,0,0,1105,0,0,0,0,0),(73006,20710,530,1,1,0,0,190.791,8732.95,16.3189,2.81095,300,0,0,1105,0,0,0,0,0),(73007,20710,530,1,1,0,0,178.46,8685.2,-24.6416,5.82076,300,0,0,1105,0,0,0,0,0),(73008,20710,530,1,1,0,0,189.437,8732.43,16.3189,4.4399,300,0,0,1105,0,0,0,0,0),(73009,20710,530,1,1,0,0,124.024,8756.23,-5.53632,0.24261,300,0,0,1105,0,0,0,0,0),(73010,20710,530,1,1,0,0,253.147,8720.97,6.64725,3.95449,300,0,0,1105,0,0,0,0,0),(73011,20710,530,1,1,0,0,126.147,8752.3,-8.49072,4.30039,300,0,0,1105,0,0,0,0,0),(73012,20710,530,1,1,0,0,119.267,8699.96,-5.98205,4.86945,300,0,0,1105,0,0,0,0,0),(73013,20710,530,1,1,0,0,123.597,8718.35,-8.35686,0.208502,300,0,0,1105,0,0,0,0,0),(73014,20710,530,1,1,0,0,215.703,8755.52,22.9437,2.24889,300,0,0,1105,0,0,0,0,0),(73015,20710,530,1,1,0,0,172.348,8755.89,18.7227,2.58028,300,0,0,1105,0,0,0,0,0),(73016,20710,530,1,1,0,0,221.059,8746.2,21.6937,3.26074,300,0,0,1105,0,0,0,0,0),(73017,20710,530,1,1,0,0,234.306,8756.16,23.1839,6.25135,300,0,0,1105,0,0,0,0,0),(73018,20710,530,1,1,0,0,240.356,8776.28,22.0559,5.01277,300,0,0,1105,0,0,0,0,0),(73019,20710,530,1,1,0,0,171.718,8759.28,19.9727,5.50884,300,0,0,1105,0,0,0,0,0),(73020,20710,530,1,1,0,0,252.605,8718.33,6.71729,3.84435,300,0,0,1105,0,0,0,0,0),(73021,20710,530,1,1,0,0,221.274,8677.29,-9.91665,5.01376,300,0,0,1105,0,0,0,0,0),(73022,20710,530,1,1,0,0,214.632,8757.54,22.7534,5.53788,300,0,0,1105,0,0,0,0,0),(73023,20710,530,1,1,0,0,132.759,8717.39,-7.02802,0.208502,300,0,0,1105,0,0,0,0,0),(73024,20710,530,1,1,0,0,216.225,8783.53,21.1494,4.73559,300,0,0,1105,0,0,0,0,0),(73025,20710,530,1,1,0,0,169.958,8753.09,16.5977,5.50692,300,0,0,1105,0,0,0,0,0),(73026,20710,530,1,1,0,0,247.758,8719.59,6.71729,1.27779,300,0,0,1105,0,0,0,0,0),(73027,20710,530,1,1,0,0,280.236,8781.82,-0.935044,1.06961,300,0,0,1105,0,0,0,0,0),(73028,20710,530,1,1,0,0,288.763,8757.56,0.60105,1.15511,300,0,0,1105,0,0,0,0,0),(73029,20710,530,1,1,0,0,291.792,8759.24,0.60387,0.622292,300,0,0,1105,0,0,0,0,0),(73030,20710,530,1,1,0,0,284.524,8746.82,-0.921536,4.19177,300,0,0,1105,0,0,0,0,0),(73031,20710,530,1,1,0,0,283.212,8828.79,1.74833,1.97003,300,0,0,1105,0,0,0,0,0),(73032,20710,530,1,1,0,0,118.845,8742.66,-10.7302,4.30031,300,0,0,1105,0,0,0,0,0),(73033,20710,530,1,1,0,0,235.11,8754.87,22.8089,6.03536,300,0,0,1105,0,0,0,0,0),(73034,20710,530,1,1,0,0,203.222,8715.69,15.6408,2.71519,300,0,0,1105,0,0,0,0,0),(73035,20710,530,1,1,0,0,175.062,8691.64,0.9999,4.70458,300,0,0,1105,0,0,0,0,0),(73036,20710,530,1,1,0,0,248.275,8714.1,-1.26771,4.6616,300,0,0,1105,0,0,0,0,0),(73037,20710,530,1,1,0,0,145.814,8790.26,-2.28645,2.63158,300,0,0,1105,0,0,0,0,0),(73038,20710,530,1,1,0,0,218.452,8667.31,-7.49583,5.01376,300,0,0,1105,0,0,0,0,0),(73039,20710,530,1,1,0,0,284.3,8778.45,-1.68169,1.48084,300,0,0,1105,0,0,0,0,0),(73040,20710,530,1,1,0,0,141.296,8716.31,-6.09797,0.208502,300,0,0,1105,0,0,0,0,0),(73041,20710,530,1,1,0,0,190.069,8735.08,16.4309,3.64673,300,0,0,1105,0,0,0,0,0),(73042,20710,530,1,1,0,0,250.956,8711.13,-1.14208,4.6616,300,0,0,1105,0,0,0,0,0),(73043,20710,530,1,1,0,0,183.557,8822.1,5.67455,1.18412,300,0,0,1105,0,0,0,0,0),(73044,20710,530,1,1,0,0,208.681,8744.59,21.6937,0.204032,300,0,0,1105,0,0,0,0,0),(73045,20710,530,1,1,0,0,241.149,8759.18,21.8089,6.03239,300,0,0,1105,0,0,0,0,0),(73046,20710,530,1,1,0,0,222.541,8776.39,22.5244,4.9732,300,0,0,1105,0,0,0,0,0),(73047,20710,530,1,1,0,0,197.913,8774.87,22.1755,4.48441,300,0,0,1105,0,0,0,0,0),(73048,20710,530,1,1,0,0,221.613,8754.96,23.3187,5.53898,300,0,0,1105,0,0,0,0,0),(73049,20710,530,1,1,0,0,238.464,8772.83,22.4309,4.99995,300,0,0,1105,0,0,0,0,0),(73050,20710,530,1,1,0,0,177.827,8683.5,2.03639,4.70458,300,0,0,1105,0,0,0,0,0),(73051,20710,530,1,1,0,0,146.385,8795.14,-2.28645,0.024698,300,0,0,1105,0,0,0,0,0),(73052,20710,530,1,1,0,0,186.843,8822.67,6.31136,1.18412,300,0,0,1105,0,0,0,0,0),(73053,20710,530,1,1,0,0,219.99,8774.98,23.2744,4.9732,300,0,0,1105,0,0,0,0,0),(73054,20710,530,1,1,0,0,332.445,8748.28,5.43914,0.242935,300,0,0,1105,0,0,0,0,0),(73055,20710,530,1,1,0,0,284.875,8830.19,1.79428,1.40636,300,0,0,1105,0,0,0,0,0),(73056,20710,530,1,1,0,0,315.265,8823.53,2.49905,5.94869,300,5,0,1105,0,1,0,0,0),(73057,20710,530,1,1,0,0,256.351,8825,-3.00167,1.34832,300,0,0,1105,0,0,0,0,0),(73058,20710,530,1,1,0,0,281.326,8827.78,1.91673,1.47492,300,0,0,1105,0,0,0,0,0),(73059,20710,530,1,1,0,0,200.643,8714.36,11.6308,5.18521,300,0,0,1105,0,0,0,0,0),(73060,20710,530,1,1,0,0,152.532,8789.64,-2.28645,0.024698,300,0,0,1105,0,0,0,0,0),(73061,20710,530,1,1,0,0,251.172,8827.71,-2.60232,1.35398,300,0,0,1105,0,0,0,0,0),(73062,20710,530,1,1,0,0,177.834,8775.22,20.8005,1.80606,300,0,0,1105,0,0,0,0,0),(73063,20710,530,1,1,0,0,200,8771.35,22.0505,4.48441,300,0,0,1105,0,0,0,0,0),(73064,20710,530,1,1,0,0,200.904,8775.25,22.3994,4.48441,300,0,0,1105,0,0,0,0,0),(73065,20710,530,1,1,0,0,253.246,8823.96,-5.22732,4.49584,300,0,0,1105,0,0,0,0,0),(73066,20710,530,1,1,0,0,303.223,8809.9,1.32251,3.23786,300,0,0,1105,0,0,0,0,0),(73067,20710,530,1,1,0,0,102.989,8793.68,2.21186,3.23252,300,0,0,1105,0,0,0,0,0),(73068,20710,530,1,1,0,0,100.424,8790.61,1.97801,3.23252,300,0,0,1105,0,0,0,0,0),(73069,20710,530,1,1,0,0,115.559,8796,6.30533,5.14682,300,0,0,1105,0,0,0,0,0),(73070,20710,530,1,1,0,0,96.5257,8787.41,1.88705,3.23252,300,0,0,1105,0,0,0,0,0),(73071,20710,530,1,1,0,0,116.007,8788.31,6.30533,5.14683,300,0,0,1105,0,0,0,0,0),(73072,20710,530,1,1,0,0,84.1496,8717.27,-0.845314,3.40459,300,0,0,1105,0,0,0,0,0),(73073,20710,530,1,1,0,0,79.8304,8720.33,-1.47031,0.927491,300,0,0,1105,0,0,0,0,0),(73074,20710,530,1,1,0,0,87.7191,8721.43,-3.39575,0.924644,300,0,0,1105,0,0,0,0,0),(73075,20713,530,1,1,0,0,1526.33,6786.05,123.605,1.32724,300,5,0,1,0,1,0,0,0),(73076,20713,530,1,1,0,0,1574.34,6756.41,136.824,6.03822,300,5,0,1,0,1,0,0,0),(73077,20713,530,1,1,0,0,1510.54,6768.45,121.664,4.87224,300,5,0,1,0,1,0,0,0),(73078,20713,530,1,1,0,0,1586.89,6815.69,129.336,2.5072,300,0,0,1,0,0,0,0,0),(73079,20713,530,1,1,0,0,1721.63,6807.72,137.704,0.419514,300,5,0,1,0,1,0,0,0),(73080,20713,530,1,1,0,0,1779.28,6802.53,137.689,4.11247,300,5,0,1,0,1,0,0,0),(73081,20713,530,1,1,0,0,1829.72,6820.12,139.443,3.06607,300,5,0,1,0,1,0,0,0),(73082,20713,530,1,1,0,0,1850.08,6892.64,144.435,2.15744,300,5,0,1,0,1,0,0,0),(73083,20713,530,1,1,0,0,1771.23,6756.3,138.509,1.23947,300,5,0,1,0,1,0,0,0),(73084,20713,530,1,1,0,0,1853.5,6750.41,141.325,4.67331,300,5,0,1,0,1,0,0,0),(73085,20713,530,1,1,0,0,1859.77,6720.79,142.771,6.18245,300,5,0,1,0,1,0,0,0),(73086,20713,530,1,1,0,0,1911.25,6755.06,150.378,6.13811,300,0,0,1,0,0,0,0,0),(73087,20713,530,1,1,0,0,1733.93,6739.35,130.496,5.16993,300,0,0,1,0,0,0,0,0),(73088,20713,530,1,1,0,0,1650.63,6815.29,132.811,3.40339,300,0,0,1,0,0,0,0,0),(73089,20713,530,1,1,0,0,1947.71,6648.38,147.214,5.86821,300,5,0,1,0,1,0,0,0),(73090,20713,530,1,1,0,0,1951.91,6714.74,145.869,4.28644,300,5,0,1,0,1,0,0,0),(73091,20713,530,1,1,0,0,1982.12,6615.35,141.419,1.27924,300,5,0,1,0,1,0,0,0),(73092,20713,530,1,1,0,0,2084.85,6651.96,143.99,5.04087,300,5,0,1,0,1,0,0,0),(73093,20713,530,1,1,0,0,2075.73,6675.93,146.024,0.242394,300,5,0,1,0,1,0,0,0),(73094,20722,530,1,1,0,0,-3942.54,-11652.1,-138.455,2.58309,300,0,0,2215,0,0,0,0,0),(73095,20723,530,1,1,0,0,2706.78,6490.82,25.6484,0.20944,300,0,0,9489,0,0,0,0,0),(73096,20724,530,1,1,0,0,9631.35,-7119.37,14.4079,2.63545,300,0,0,2215,0,0,0,0,0),(73097,20726,530,1,1,0,1,2249.62,6531.69,3.38484,0.383972,300,0,0,7338,2846,0,0,0,0),(73098,20727,530,1,1,0,1,4131.08,2301.65,103.122,3.11084,300,0,0,6986,0,2,0,0,0),(73099,20728,530,1,1,0,0,2382.26,6686.46,15.6793,2.11083,300,5,0,5914,0,1,0,0,0),(73100,20728,530,1,1,0,0,2413.46,6753.88,17.5762,4.85787,300,5,0,5914,0,1,0,0,0),(73101,20728,530,1,1,0,0,2378.49,6692.97,15.9293,1.90349,300,5,0,5914,0,1,0,0,0),(73102,20728,530,1,1,0,0,2470.18,6641.68,0.91737,1.41503,300,5,0,5914,0,1,0,0,0),(73103,20728,530,1,1,0,0,2597.99,6622.49,14.2359,3.90004,300,5,0,5914,0,1,0,0,0),(73104,20728,530,1,1,0,0,2674.58,6597.52,21.5747,2.74194,300,5,0,5914,0,1,0,0,0),(73105,20728,530,1,1,0,0,2637,6510.06,0.85085,4.87251,300,5,0,5914,0,1,0,0,0),(73106,20728,530,1,1,0,0,2564.4,6551.85,0.85085,3.19277,300,5,0,5914,0,1,0,0,0),(73107,20728,530,1,1,0,0,2495.86,6498.41,-5.00327,1.26831,300,5,0,5914,0,1,0,0,0),(73108,20728,530,1,1,0,0,2432.3,6579.4,1.3256,0.109494,300,5,0,5914,0,1,0,0,0),(73109,20728,530,1,1,0,0,2431.91,6333.95,10.4907,3.09898,300,5,0,5914,0,1,0,0,0),(73110,20728,530,1,1,0,0,2625.06,6238.14,11.0278,1.90397,300,5,0,5914,0,1,0,0,0),(73111,20728,530,1,1,0,0,2583.49,6152.88,19.6487,1.53589,300,0,0,5914,0,0,0,0,0),(73112,20728,530,1,1,0,0,2548.87,6215.75,14.3167,5.59669,300,5,0,5914,0,1,0,0,0),(73113,20729,530,1,1,0,0,3589.22,5672.06,-9.96385,3.04967,300,0,0,18978,0,0,0,0,0),(73114,20729,530,1,1,0,0,3677.25,5601.56,-9.31126,4.05229,300,5,0,18978,0,1,0,0,0),(73115,20729,530,1,1,0,0,3663.11,5482.19,-20.4708,1.61947,300,0,0,18978,0,0,0,0,0),(73116,20729,530,1,1,0,0,3648.18,5425.93,-20.0527,1.55334,300,0,0,18978,0,0,0,0,0),(73117,20729,530,1,1,0,0,3675.14,5424.16,-20.457,1.67552,300,0,0,18978,0,0,0,0,0),(73118,20729,530,1,1,0,0,3589.86,5368.07,-11.1119,1.87028,300,5,0,18978,0,1,0,0,0),(73119,20729,530,1,1,0,0,3590.69,5369.31,-10.968,5.30381,300,5,0,18978,0,1,0,0,0),(73120,20729,530,1,1,0,0,3605.6,5335.02,-20.4227,1.86337,300,5,0,18978,0,1,0,0,0),(73121,20729,530,1,1,0,0,3534.25,5283.52,-21.9375,1.31208,300,5,0,18978,0,1,0,0,0),(73122,20729,530,1,1,0,0,3570.87,5667.99,-10.2139,3.40178,300,0,0,18978,0,0,0,0,0),(73123,20730,530,1,1,0,0,2538.94,6616.49,4.77266,3.68132,300,0,0,9174,0,0,0,0,0),(73124,20731,530,1,1,0,1,2514.04,6766.01,5.30366,4.41568,300,0,0,7338,2846,0,0,0,0),(73125,20732,530,1,1,0,1,2648.19,6733.19,22.3566,4.20624,300,0,0,7590,3520,0,0,0,0),(73126,20736,530,1,1,0,0,2923.51,4840.36,281.379,3.83972,300,0,0,42,0,0,0,0,0),(73127,20736,530,1,1,0,0,2965.88,4835.21,280.757,3.61283,300,0,0,42,0,0,0,0,0),(73128,20736,530,1,1,0,0,3016.3,4813.99,283.953,5.77704,300,0,0,42,0,0,0,0,0),(73129,20736,530,1,1,0,0,2898.86,4759.29,279.998,2.11185,300,0,0,42,0,0,0,0,0),(73130,20736,530,1,1,0,0,2943.16,4753.73,287.427,2.74017,300,0,0,42,0,0,0,0,0),(73131,20736,530,1,1,0,0,2879.53,4816.97,282.792,5.60251,300,0,0,42,0,0,0,0,0),(73132,20736,530,1,1,0,0,2870.59,4814.52,283.738,0.488692,300,0,0,42,0,0,0,0,0),(73133,20736,530,1,1,0,0,2834.29,4856.84,280.476,5.65487,300,0,0,42,0,0,0,0,0),(73134,20736,530,1,1,0,0,2283.02,5373.55,151.981,2.04204,300,0,0,42,0,0,0,0,0),(73135,20736,530,1,1,0,0,2286.51,5376.53,148.481,2.6529,300,0,0,42,0,0,0,0,0),(73136,20736,530,1,1,0,0,2290.11,5380.56,151.891,2.61799,300,0,0,42,0,0,0,0,0),(73137,20736,530,1,1,0,0,2285.74,5377.64,158.94,2.35619,300,0,0,42,0,0,0,0,0),(73138,20736,530,1,1,0,0,2188.34,5476.63,155.748,2.37365,300,0,0,42,0,0,0,0,0),(73139,20736,530,1,1,0,0,1981.79,5315.39,156.6,0.261799,300,0,0,42,0,0,0,0,0),(73140,20747,530,1,1,0,0,1869.13,4950.59,148.93,1.20502,300,5,0,7984,0,1,0,0,0),(73141,20747,530,1,1,0,0,1656.31,4838.91,147.324,2.17072,300,5,0,7984,0,1,0,0,0),(73142,20747,530,1,1,0,0,1705.63,4803.25,144.993,2.05851,300,5,0,7984,0,1,0,0,0),(73143,20747,530,1,1,0,0,1629.54,4812.03,142.146,0.140865,300,5,0,7984,0,1,0,0,0),(73144,20747,530,1,1,0,0,1779.02,4787.43,145.398,3.67582,300,5,0,7984,0,1,0,0,0),(73145,20747,530,1,1,0,0,1825.75,4807.24,147.549,1.82644,300,5,0,7984,0,1,0,0,0),(73146,20747,530,1,1,0,0,1856.8,4787.41,147.82,2.49891,300,5,0,7984,0,1,0,0,0),(73147,20747,530,1,1,0,0,1861.28,4864.69,143.921,2.184,300,5,0,7984,0,1,0,0,0),(73148,20747,530,1,1,0,0,1893.37,4865.14,145.439,2.42341,300,5,0,7984,0,1,0,0,0),(73149,20747,530,1,1,0,0,1904.75,4923.15,147.43,2.12846,300,5,0,7984,0,1,0,0,0),(73150,20747,530,1,1,0,0,1985.24,4932.3,141.124,3.15429,300,5,0,7984,0,1,0,0,0),(73151,20747,530,1,1,0,0,1974.82,4821.88,143.474,0.646803,300,5,0,7984,0,1,0,0,0),(73152,20747,530,1,1,0,0,2047.19,4915.63,145.34,1.42987,300,5,0,7984,0,1,0,0,0),(73153,20747,530,1,1,0,0,2049.03,4850.99,147.333,5.53254,300,5,0,7984,0,1,0,0,0),(73154,20747,530,1,1,0,0,2050.12,4871.15,145.984,3.7307,300,5,0,7984,0,1,0,0,0),(73155,20747,530,1,1,0,0,2090.46,4883.35,150.574,0.417292,300,5,0,7984,0,1,0,0,0),(73156,20747,530,1,1,0,0,2118.85,4909.51,149.54,0.808455,300,5,0,7984,0,1,0,0,0),(73157,20747,530,1,1,0,0,2011.98,4805.82,143.986,1.38413,300,5,0,7984,0,1,0,0,0),(73158,20747,530,1,1,0,0,1944,4738.62,143.373,4.67948,300,5,0,7984,0,1,0,0,0),(73159,20747,530,1,1,0,0,1925.4,4776.72,144.154,2.32096,300,5,0,7984,0,1,0,0,0),(73160,20747,530,1,1,0,0,1980.27,4800.94,146.195,2.61106,300,5,0,7984,0,1,0,0,0),(73161,20747,530,1,1,0,0,1825.41,4731.86,144.532,4.70165,300,5,0,7984,0,1,0,0,0),(73162,20747,530,1,1,0,0,1877.09,4764.11,145.185,1.85486,300,5,0,7984,0,1,0,0,0),(73163,20747,530,1,1,0,0,1869.93,4702.82,140.036,3.56111,300,5,0,7984,0,1,0,0,0),(73164,20747,530,1,1,0,0,1651.97,4711.22,143.257,0.237625,300,5,0,7984,0,1,0,0,0),(73165,20747,530,1,1,0,0,1618.42,4730.03,140.047,4.49679,300,5,0,7984,0,1,0,0,0),(73166,20747,530,1,1,0,0,1622,4748.28,142.335,2.9147,300,0,0,7984,0,0,0,0,0),(73167,20747,530,1,1,0,0,1651.83,4718.31,142.036,0.947027,300,5,0,7984,0,1,0,0,0),(73168,20747,530,1,1,0,0,1617.13,4814.78,140.996,3.37022,300,5,0,7984,0,1,0,0,0),(73169,20747,530,1,1,0,0,1622.55,4749.72,142.046,5.17125,300,5,0,7984,0,1,0,0,0),(73170,20747,530,1,1,0,0,1643.53,4712.31,142.754,1.29295,300,5,0,7984,0,1,0,0,0),(73171,20747,530,1,1,0,0,1613.57,4811.61,140.128,0.272933,300,5,0,7984,0,1,0,0,0),(73172,20748,530,1,1,0,0,1520.84,6061.79,124.733,0.97045,300,5,0,5914,0,1,0,0,0),(73173,20748,530,1,1,0,0,1616.55,6043.52,132.642,0.317003,300,5,0,5914,0,1,0,0,0),(73174,20748,530,1,1,0,0,1723.53,6028.19,144.651,4.07674,300,5,0,5914,0,1,0,0,0),(73175,20748,530,1,1,0,0,1782.34,6019.13,137.906,2.24203,300,5,0,5914,0,1,0,0,0),(73176,20748,530,1,1,0,0,1830.81,5984.87,139.561,2.98257,300,5,0,5914,0,1,0,0,0),(73177,20748,530,1,1,0,0,1885.94,6133.33,140.817,3.14159,300,5,0,5914,0,1,0,0,0),(73178,20748,530,1,1,0,0,1961.3,6082.44,144.849,4.16745,300,5,0,5914,0,1,0,0,0),(73179,20748,530,1,1,0,0,1919.68,6172.51,145.265,1.45528,300,5,0,5914,0,1,0,0,0),(73180,20748,530,1,1,0,0,2048.22,6070.97,147.786,2.52052,300,5,0,5914,0,1,0,0,0),(73181,20748,530,1,1,0,0,2108.46,6076.7,146.314,4.67021,300,5,0,5914,0,1,0,0,0),(73182,20748,530,1,1,0,0,2082.97,6187.55,146.159,0.749789,300,5,0,5914,0,1,0,0,0),(73183,20748,530,1,1,0,0,2117.93,6183.33,145.841,2.73565,300,5,0,5914,0,1,0,0,0),(73184,20748,530,1,1,0,0,2169.29,6087.46,144.764,2.78412,300,5,0,5914,0,1,0,0,0),(73185,20748,530,1,1,0,0,2225.02,6137.79,141.174,0.85454,300,5,0,5914,0,1,0,0,0),(73186,20748,530,1,1,0,0,2390.88,6210.17,134.186,6.26268,300,5,0,5914,0,1,0,0,0),(73187,20748,530,1,1,0,0,2161.95,5978.03,137.161,6.09708,300,5,0,5914,0,1,0,0,0),(73188,20748,530,1,1,0,0,1961.63,5965.41,141.265,3.74992,300,5,0,5914,0,1,0,0,0),(73189,20748,530,1,1,0,0,2033.04,5880.44,140.937,3.09276,300,5,0,5914,0,1,0,0,0),(73190,20748,530,1,1,0,0,1941.11,5872.99,139.754,4.95476,300,5,0,5914,0,1,0,0,0),(73191,20748,530,1,1,0,0,1824.89,5890.99,150.499,4.40642,300,5,0,5914,0,1,0,0,0),(73192,20749,530,1,1,0,0,2399.09,6168.52,128.123,4.74635,300,5,0,6116,0,1,0,0,0),(73193,20749,530,1,1,0,0,2446.78,5500.95,265.828,5.53835,300,0,0,6116,0,0,0,0,0),(73194,20749,530,1,1,0,0,2516.17,5383.76,267.185,4.47593,300,0,0,6116,0,0,0,0,0),(73195,20749,530,1,1,0,0,2581.73,5309.56,270.481,5.14766,300,0,0,6116,0,0,0,0,0),(73196,20749,530,1,1,0,0,2546.18,5261.06,260.391,5.43838,300,5,0,6116,0,1,0,0,0),(73197,20749,530,1,1,0,0,2414.52,5215.41,262.077,3.82908,300,0,0,6116,0,0,0,0,0),(73198,20749,530,1,1,0,0,2329.25,5247.46,262.349,6.17532,300,0,0,6116,0,0,0,0,0),(73199,20749,530,1,1,0,0,2201.93,5227.86,265.917,2.61529,300,0,0,6116,0,0,0,0,0),(73200,20749,530,1,1,0,0,2174.49,5149.58,265.991,6.05682,300,5,0,6116,0,1,0,0,0),(73201,20749,530,1,1,0,0,2061.54,5186.5,265.128,1.45353,300,5,0,6116,0,1,0,0,0),(73202,20749,530,1,1,0,0,1998.56,5186.59,266.535,0.951963,300,0,0,6116,0,0,0,0,0),(73203,20749,530,1,1,0,0,2021.6,5154.39,265.558,5.8152,300,0,0,6116,0,0,0,0,0),(73204,20749,530,1,1,0,0,1920.75,5125.37,265.557,0.25981,300,5,0,6116,0,1,0,0,0),(73205,20749,530,1,1,0,0,1937.81,5137.81,266.243,3.81322,300,0,0,6116,0,0,0,0,0),(73206,20749,530,1,1,0,0,1980.23,5115.1,266.479,1.27251,300,0,0,6116,0,0,0,0,0),(73207,20749,530,1,1,0,0,1884.24,5150.98,265.558,0.970607,300,0,0,6116,0,0,0,0,0),(73208,20749,530,1,1,0,0,1792.39,5123.45,265.599,0.585216,300,0,0,6116,0,0,0,0,0),(73209,20749,530,1,1,0,0,1825.75,5157.91,265.542,4.75635,300,5,0,6116,0,1,0,0,0),(73210,20749,530,1,1,0,0,1731.11,5128.1,265.121,1.30934,300,0,0,6116,0,0,0,0,0),(73211,20749,530,1,1,0,0,1736.6,5149.92,265.121,3.24775,300,0,0,6116,0,0,0,0,0),(73212,20749,530,1,1,0,0,1739.88,5092.26,265.162,3.22252,300,0,0,6116,0,0,0,0,0),(73213,20751,530,1,1,0,0,2476.53,5492.32,264.824,2.01916,300,5,0,6116,0,1,0,0,0),(73214,20751,530,1,1,0,0,2497.6,5440.27,267.436,3.31132,300,5,0,6116,0,1,0,0,0),(73215,20751,530,1,1,0,0,2417.25,5482.01,266.917,0.542018,300,5,0,6116,0,1,0,0,0),(73216,20751,530,1,1,0,0,2472.99,5363.07,269.747,4.63466,300,5,0,6116,0,1,0,0,0),(73217,20751,530,1,1,0,0,2566.15,5407.15,270.391,0.069236,300,5,0,6116,0,1,0,0,0),(73218,20751,530,1,1,0,0,2586.34,5371.81,271.495,2.10703,300,5,0,6116,0,1,0,0,0),(73219,20751,530,1,1,0,0,2609.77,5162.17,264.905,1.7406,300,5,0,6116,0,1,0,0,0),(73220,20751,530,1,1,0,0,2571,5196.01,262.534,0.18837,300,5,0,6116,0,1,0,0,0),(73221,20751,530,1,1,0,0,2426.7,5251.5,260.921,5.98986,300,5,0,6116,0,1,0,0,0),(73222,20751,530,1,1,0,0,2349.77,5216.74,263.642,1.92374,300,5,0,6116,0,1,0,0,0),(73223,20751,530,1,1,0,0,2249.64,5257.75,265.505,4.46193,300,5,0,6116,0,1,0,0,0),(73224,20751,530,1,1,0,0,2086.78,5218.04,265.275,1.27747,300,5,0,6116,0,1,0,0,0),(73225,20751,530,1,1,0,0,1907.13,5187.73,265.788,0.140625,300,5,0,6116,0,1,0,0,0),(73226,20751,530,1,1,0,0,1864.64,5177.07,265.518,3.2525,300,5,0,6116,0,1,0,0,0),(73227,20751,530,1,1,0,0,1816.96,5085.33,265.245,5.66166,300,5,0,6116,0,1,0,0,0),(73228,20753,530,1,1,0,1,3538.87,5854.35,25.9781,3.05433,300,0,0,6072,2933,0,0,0,0),(73229,20755,530,1,1,0,0,3871.96,2306.17,118.437,2.06545,300,0,0,42,0,0,0,0,0),(73230,20755,530,1,1,0,0,3874.75,2312.04,121.746,3.14497,300,0,0,42,0,0,0,0,0),(73231,20755,530,1,1,0,0,3872.62,2307.35,124.38,4.99447,300,0,0,42,0,0,0,0,0),(73232,20755,530,1,1,0,0,4095.8,2248.74,116.779,2.04204,300,0,0,42,0,0,0,0,0),(73233,20755,530,1,1,0,0,4114.79,2278.6,111.671,0.488692,300,0,0,42,0,0,0,0,0),(73234,20755,530,1,1,0,0,4114.97,2283.38,106.88,5.65487,300,0,0,42,0,0,0,0,0),(73235,20755,530,1,1,0,0,4117.88,2277.44,107.566,1.6057,300,0,0,42,0,0,0,0,0),(73236,20755,530,1,1,0,0,4102.27,2237.71,123.742,5.97571,300,0,0,42,0,0,0,0,0),(73237,20755,530,1,1,0,0,4100.79,2239.25,119.099,5.37561,300,0,0,42,0,0,0,0,0),(73238,20756,530,1,1,0,1,3587.31,5306.45,-21.9498,4.99164,300,0,0,25304,0,0,0,0,0),(73239,20756,530,1,1,0,1,3648.23,5251.27,-19.0433,2.54818,300,0,0,25304,0,0,0,0,0),(73240,20756,530,1,1,0,1,3741.3,5249.42,0.33777,2.60054,300,0,0,25304,0,0,0,0,0),(73241,20757,530,1,1,0,1,3679.63,5229.52,7.79599,1.62316,300,0,0,25300,2933,0,0,0,0),(73242,20762,530,1,1,0,0,87.9806,5213.79,23.3282,0.05236,300,0,0,10572,0,0,0,0,0),(73243,20764,530,1,1,0,0,3746.13,2371.76,116.549,2.00713,300,0,0,42,0,0,0,0,0),(73244,20764,530,1,1,0,0,3763.07,2383.31,116.777,1.44862,300,0,0,42,0,0,0,0,0),(73245,20764,530,1,1,0,0,3762.82,2367.73,116.773,4.17134,300,0,0,42,0,0,0,0,0),(73246,20764,530,1,1,0,0,3745.89,2380.51,116.79,5.2709,300,0,0,42,0,0,0,0,0),(73247,20764,530,1,1,0,0,3753.45,2365.89,116.766,5.07891,300,0,0,42,0,0,0,0,0),(73248,20764,530,1,1,0,0,3766.61,2375.39,116.84,5.07891,300,0,0,42,0,0,0,0,0),(73249,20764,530,1,1,0,0,3754.59,2384.81,116.921,3.56047,300,0,0,42,0,0,0,0,0),(73250,20764,530,1,1,0,0,3826.93,2340.7,114.303,1.27409,300,0,0,42,0,0,0,0,0),(73251,20764,530,1,1,0,0,3822.68,2435.55,110.621,2.18166,300,0,0,42,0,0,0,0,0),(73252,20764,530,1,1,0,0,3934.08,2360.21,119.256,1.29154,300,0,0,42,0,0,0,0,0),(73253,20764,530,1,1,0,0,4102.38,2237.67,124.735,3.7001,300,0,0,42,0,0,0,0,0),(73254,20764,530,1,1,0,0,4109.8,2232.71,123.556,1.37881,300,0,0,42,0,0,0,0,0),(73255,20765,530,1,1,0,1,2231.7,5661.14,268.405,3.19543,300,0,0,6326,0,2,0,0,0),(73256,20765,530,1,1,0,1,2274.69,5724.65,272.091,5.20108,300,0,0,6326,0,2,0,0,0),(73257,20765,530,1,1,0,1,2311.04,5698.25,266.628,3.68571,300,0,0,6326,0,2,0,0,0),(73258,20765,530,1,1,0,1,2226.82,5744.65,272.809,2.80992,300,0,0,6326,0,2,0,0,0),(73259,20765,530,1,1,0,1,2343.1,5723.1,268.73,2.68781,300,0,0,6326,0,0,0,0,0),(73260,20765,530,1,1,0,1,2338.8,5760.94,273.441,2.47809,300,0,0,6326,0,0,0,0,0),(73261,20765,530,1,1,0,1,2357.99,5761.84,272.287,4.04916,300,0,0,6326,0,0,0,0,0),(73262,20765,530,1,1,0,1,2431.04,5619.22,266.678,2.67035,300,0,0,6326,0,0,0,0,0),(73263,20765,530,1,1,0,1,2445.89,5694.34,273.117,4.01426,300,0,0,6326,0,0,0,0,0),(73264,20765,530,1,1,0,1,2431.52,5731.81,272.371,2.96706,300,0,0,6326,0,0,0,0,0),(73265,20766,530,1,1,0,1,2172.58,5693.83,266.285,4.70352,300,0,0,5060,2933,2,0,0,0),(73266,20766,530,1,1,0,1,2228.62,5709.58,272.966,2.35619,300,0,0,5060,2933,0,0,0,0),(73267,20766,530,1,1,0,1,2209.62,5696.3,275.872,4.11898,300,0,0,5060,2933,0,0,0,0),(73268,20766,530,1,1,0,1,2298.23,5756.09,269.62,5.07891,300,0,0,5060,2933,0,0,0,0),(73269,20766,530,1,1,0,1,2318.45,5726.26,267.425,4.11433,300,0,0,5060,2933,2,0,0,0),(73270,20766,530,1,1,0,1,2333.21,5659.59,262.859,3.52556,300,0,0,5060,2933,0,0,0,0),(73271,20766,530,1,1,0,1,2379.85,5637.82,267.198,4.83456,300,0,0,5060,2933,0,0,0,0),(73272,20766,530,1,1,0,1,2397.28,5590.08,268.19,1.96903,300,0,0,5060,2933,2,0,0,0),(73273,20766,530,1,1,0,1,2419.24,5586.29,265.971,4.03567,300,5,0,5060,2933,1,0,0,0),(73274,20766,530,1,1,0,1,2432.8,5677.81,265.082,1.41458,300,0,0,5060,2933,2,0,0,0),(73275,20767,530,1,1,0,0,-2345.03,3235.23,1.08855,1.53589,300,0,0,42,0,0,0,0,0),(73276,20768,530,1,1,0,1,2437.76,5746.19,272.288,3.35103,300,0,0,9489,0,0,0,0,0),(73277,20769,530,1,1,0,0,3840.71,2480.35,113,3.97935,300,0,0,42,0,0,0,0,0),(73278,20769,530,1,1,0,0,3916.08,2489.66,113,2.84489,300,0,0,42,0,0,0,0,0),(73279,20769,530,1,1,0,0,3881.62,2540.75,113,2.79253,300,0,0,42,0,0,0,0,0),(73280,20771,530,1,1,0,0,2701.2,5272.78,287.548,4.18089,300,0,0,42,0,0,0,0,0),(73281,20771,530,1,1,0,0,2712.5,5306.24,268.456,2.72004,300,0,0,42,0,0,0,0,0),(73282,20771,530,1,1,0,0,2718.29,5291.83,276.821,2.62408,300,0,0,42,0,0,0,0,0),(73283,20771,530,1,1,0,0,2726.89,5289.33,272.863,4.76475,300,0,0,42,0,0,0,0,0),(73284,20771,530,1,1,0,0,2816.91,5286.55,270.231,2.87774,300,0,0,42,0,0,0,0,0),(73285,20771,530,1,1,0,0,2751.72,5183.77,272.909,4.00642,300,0,0,42,0,0,0,0,0),(73286,20771,530,1,1,0,0,2817.83,5173.32,282.651,2.89972,300,0,0,42,0,0,0,0,0),(73287,20771,530,1,1,0,0,2838.37,5276.96,272.446,4.67996,300,0,0,42,0,0,0,0,0),(73288,20771,530,1,1,0,0,2833.87,5293.1,265.106,2.80247,300,0,0,42,0,0,0,0,0),(73289,20771,530,1,1,0,0,2841.04,5290.83,267.495,4.67744,300,0,0,42,0,0,0,0,0),(73290,20771,530,1,1,0,0,2854.08,5207.83,290.264,1.32157,300,0,0,42,0,0,0,0,0),(73291,20771,530,1,1,0,0,2842.23,5293.74,266.705,4.31096,300,0,0,42,0,0,0,0,0),(73292,20771,530,1,1,0,0,2897.71,5182.94,269.448,0.250698,300,0,0,42,0,0,0,0,0),(73293,20771,530,1,1,0,0,2851.49,5167.69,271.482,0.761602,300,0,0,42,0,0,0,0,0),(73294,20771,530,1,1,0,0,2887.15,5194.84,272.94,1.28328,300,0,0,42,0,0,0,0,0),(73295,20771,530,1,1,0,0,2890.96,5172.77,269.713,5.21208,300,0,0,42,0,0,0,0,0),(73296,20771,530,1,1,0,0,2838.47,5159.88,269.848,0.30446,300,0,0,42,0,0,0,0,0),(73297,20771,530,1,1,0,0,2890.11,5185.9,284.102,3.50504,300,0,0,42,0,0,0,0,0),(73298,20771,530,1,1,0,0,2879.73,5216.43,272.504,2.05386,300,0,0,42,0,0,0,0,0),(73299,20771,530,1,1,0,0,2887.82,5213.94,278.809,0.691089,300,0,0,42,0,0,0,0,0),(73300,20771,530,1,1,0,0,2870.52,5193.13,275.731,1.81514,300,0,0,42,0,0,0,0,0),(73301,20771,530,1,1,0,0,2837.49,5180.11,274.398,1.43117,300,0,0,42,0,0,0,0,0),(73302,20771,530,1,1,0,0,2898.1,5192.37,274.425,6.03884,300,0,0,42,0,0,0,0,0),(73303,20771,530,1,1,0,0,2776.03,5135.77,278.395,5.82212,300,0,0,42,0,0,0,0,0),(73304,20771,530,1,1,0,0,2766.93,5152.41,264.944,2.99888,300,0,0,42,0,0,0,0,0),(73305,20771,530,1,1,0,0,2784.67,5155.67,269.283,3.46028,300,0,0,42,0,0,0,0,0),(73306,20771,530,1,1,0,0,2787.46,5156.98,268.861,3.728,300,0,0,42,0,0,0,0,0),(73307,20772,530,1,1,0,0,2522.53,3614.04,130.318,5.11356,300,0,0,26168,0,2,0,0,0),(73308,20773,530,1,1,0,0,3451.48,2891.16,140.964,0.903182,300,5,0,6542,0,1,0,0,0),(73309,20773,530,1,1,0,0,3476.66,2896.67,137.089,2.4325,300,5,0,6542,0,1,0,0,0),(73310,20773,530,1,1,0,0,3482.68,2930.85,139.751,0.98791,300,5,0,6542,0,1,0,0,0),(73311,20773,530,1,1,0,0,3452.42,2846.5,141.217,5.15619,300,5,0,6542,0,1,0,0,0),(73312,20773,530,1,1,0,0,3462.64,2822.41,145.79,1.38956,300,5,0,6542,0,1,0,0,0),(73313,20773,530,1,1,0,0,3486.45,2838.64,139.764,4.5435,300,5,0,6542,0,1,0,0,0),(73314,20773,530,1,1,0,0,3510.25,2881.11,141.626,2.93043,300,5,0,6542,0,1,0,0,0),(73315,20773,530,1,1,0,0,3513.37,2863.13,147.334,0.937156,300,5,0,6542,0,1,0,0,0),(73316,20773,530,1,1,0,0,3512.45,2912.9,138.433,3.21162,300,5,0,6542,0,1,0,0,0),(73317,20773,530,1,1,0,0,3560.77,2909.13,141.334,3.10251,300,5,0,6542,0,1,0,0,0),(73318,20773,530,1,1,0,0,3504.9,2955.68,140.5,1.75587,300,5,0,6542,0,1,0,0,0),(73319,20773,530,1,1,0,0,3550.38,2940.57,140.2,4.42352,300,5,0,6542,0,1,0,0,0),(73320,20774,530,1,1,0,0,3952.18,3050.09,107.606,1.76278,300,0,0,6542,0,0,0,0,0),(73321,20774,530,1,1,0,0,3946.95,3185.13,130.104,5.78755,300,5,0,6542,0,1,0,0,0),(73322,20774,530,1,1,0,0,3949.34,3081.92,114.143,0.122173,300,0,0,6542,0,0,0,0,0),(73323,20774,530,1,1,0,0,3983.02,3188.43,137.38,0.622406,300,5,0,6542,0,1,0,0,0),(73324,20774,530,1,1,0,0,3983.15,3079.11,131.407,0.401426,300,0,0,6542,0,0,0,0,0),(73325,20774,530,1,1,0,0,3981.95,3152.26,136.566,2.63545,300,0,0,6542,0,0,0,0,0),(73326,20774,530,1,1,0,0,4021.33,3153.4,147.656,4.3851,300,5,0,6542,0,1,0,0,0),(73327,20774,530,1,1,0,0,4016.87,3082.93,138.845,0.191986,300,0,0,6542,0,0,0,0,0),(73328,20774,530,1,1,0,0,3958.88,3217.58,131.478,3.44203,300,5,0,6542,0,1,0,0,0),(73329,20774,530,1,1,0,0,3943.63,3017.58,114.044,2.22113,300,5,0,6542,0,1,0,0,0),(73330,20774,530,1,1,0,0,3980.08,2981.03,132.526,4.85099,300,5,0,6542,0,1,0,0,0),(73331,20774,530,1,1,0,0,3950,2976.29,124.717,1.80758,300,5,0,6542,0,1,0,0,0),(73332,20774,530,1,1,0,0,3954.47,2881.82,111.559,4.14416,300,5,0,6542,0,1,0,0,0),(73333,20774,530,1,1,0,0,3979.55,2878.93,119.209,5.64125,300,5,0,6542,0,1,0,0,0),(73334,20774,530,1,1,0,0,3918.01,2946.92,118.031,0.018553,300,5,0,6542,0,1,0,0,0),(73335,20774,530,1,1,0,0,3997.68,2823.69,122.928,5.37446,300,5,0,6542,0,1,0,0,0),(73336,20774,530,1,1,0,0,3968.68,2847.75,117.7,3.17384,300,5,0,6542,0,1,0,0,0),(73337,20774,530,1,1,0,0,4011.28,2849.14,128.774,1.94568,300,5,0,6542,0,1,0,0,0),(73338,20774,530,1,1,0,0,4021.56,2786.3,127.448,2.09717,300,5,0,6542,0,1,0,0,0),(73339,20774,530,1,1,0,0,4185.03,2819.42,129.518,0.610486,300,5,0,6542,0,1,0,0,0),(73340,20774,530,1,1,0,0,4225.13,2847.18,140.36,3.36715,300,5,0,6542,0,1,0,0,0),(73341,20774,530,1,1,0,0,4283.94,2943.66,132.515,6.14858,300,5,0,6542,0,1,0,0,0),(73342,20774,530,1,1,0,0,4348.12,2813.98,100.939,3.05455,300,5,0,6542,0,1,0,0,0),(73343,20774,530,1,1,0,0,4349.29,2923.7,138.685,4.06609,300,5,0,6542,0,1,0,0,0),(73344,20774,530,1,1,0,0,4386.59,2820.52,111.385,5.64158,300,5,0,6542,0,1,0,0,0),(73345,20774,530,1,1,0,0,4462.77,2885.03,139.382,3.62839,300,5,0,6542,0,1,0,0,0),(73346,20774,530,1,1,0,0,4481.54,2884.24,140.834,3.11587,300,5,0,6542,0,1,0,0,0),(73347,20774,530,1,1,0,0,4522.44,3011.68,133.818,4.90741,300,5,0,6542,0,1,0,0,0),(73348,20774,530,1,1,0,0,4445.97,2953.1,132.263,5.46614,300,5,0,6542,0,1,0,0,0),(73349,20774,530,1,1,0,0,4459.01,2974.74,132.074,3.94398,300,5,0,6542,0,1,0,0,0),(73350,20774,530,1,1,0,0,4383.14,3050.29,130.849,0.770206,300,5,0,6542,0,1,0,0,0),(73351,20774,530,1,1,0,0,4414.9,3074.49,139.99,4.50887,300,5,0,6542,0,1,0,0,0),(73352,20774,530,1,1,0,0,4275.13,3021.01,131.629,3.46084,300,5,0,6542,0,1,0,0,0),(73353,20774,530,1,1,0,0,4256.08,2991.27,130.82,3.28085,300,5,0,6542,0,1,0,0,0),(73354,20774,530,1,1,0,0,4256.63,3078.92,189.411,1.72471,300,5,0,6542,0,1,0,0,0),(73355,20774,530,1,1,0,0,4313.14,3146.83,157.097,1.6588,300,5,0,6542,0,1,0,0,0),(73356,20774,530,1,1,0,0,4295.56,3078.86,201.954,0.205634,300,5,0,6542,0,1,0,0,0),(73357,20774,530,1,1,0,0,4249.69,3189.23,178.75,3.31926,300,5,0,6542,0,1,0,0,0),(73358,20774,530,1,1,0,0,4250.03,3220.51,183.735,4.12382,300,5,0,6542,0,1,0,0,0),(73359,20774,530,1,1,0,0,4175.3,3190.05,176.752,0.0342,300,5,0,6542,0,1,0,0,0),(73360,20774,530,1,1,0,0,4215.28,3250.5,175.656,2.37761,300,5,0,6542,0,1,0,0,0),(73361,20774,530,1,1,0,0,4222.47,3216.62,189.96,2.4461,300,5,0,6542,0,1,0,0,0),(73362,20774,530,1,1,0,0,4185.15,3207.56,176.485,5.11271,300,5,0,6542,0,1,0,0,0),(73363,20774,530,1,1,0,0,4115.97,3182.43,182.714,2.26628,300,5,0,6542,0,1,0,0,0),(73364,20774,530,1,1,0,0,4139.97,3185.48,192.833,3.63143,300,5,0,6542,0,1,0,0,0),(73365,20774,530,1,1,0,0,4119.08,3284.67,175.559,0.389757,300,5,0,6542,0,1,0,0,0),(73366,20774,530,1,1,0,0,4144.38,3276.37,187.9,3.62489,300,5,0,6542,0,1,0,0,0),(73367,20774,530,1,1,0,0,4084.58,3177.39,169.546,2.43085,300,5,0,6542,0,1,0,0,0),(73368,20774,530,1,1,0,0,4084.47,3286.46,158.278,4.49205,300,5,0,6542,0,1,0,0,0),(73369,20774,530,1,1,0,0,4077.88,3257.32,159.558,2.99459,300,5,0,6542,0,1,0,0,0),(73370,20774,530,1,1,0,0,4106.38,3321.14,163.046,3.41293,300,5,0,6542,0,1,0,0,0),(73371,20774,530,1,1,0,0,4135.42,3318.75,176,4.27755,300,5,0,6542,0,1,0,0,0),(73372,20774,530,1,1,0,0,4045.52,3256.23,144.899,4.0169,300,5,0,6542,0,1,0,0,0),(73373,20774,530,1,1,0,0,4056.5,3286.04,145.236,5.5593,300,5,0,6542,0,1,0,0,0),(73374,20774,530,1,1,0,0,4113.29,3359.83,151.855,6.0053,300,5,0,6542,0,1,0,0,0),(73375,20774,530,1,1,0,0,4157.1,3347.13,158.222,1.36113,300,5,0,6542,0,1,0,0,0),(73376,20774,530,1,1,0,0,4010.34,3317.79,126.181,0.190728,300,5,0,6542,0,1,0,0,0),(73377,20774,530,1,1,0,0,4118.04,3382.54,141.3,0.653602,300,5,0,6542,0,1,0,0,0),(73378,20774,530,1,1,0,0,4085.14,3375.98,146.056,2.12981,300,5,0,6542,0,1,0,0,0),(73379,20774,530,1,1,0,0,4029.46,3365.68,125.866,3.14452,300,5,0,6542,0,1,0,0,0),(73380,20774,530,1,1,0,0,4012.86,3371.86,120.618,2.39419,300,5,0,6542,0,1,0,0,0),(73381,20774,530,1,1,0,0,4015.81,3356.99,123.518,1.16956,300,5,0,6542,0,1,0,0,0),(73382,20774,530,1,1,0,0,3981.29,3246.4,130.381,1.78341,300,5,0,6542,0,1,0,0,0),(73383,20774,530,1,1,0,0,3946.48,3277.91,125.276,5.28485,300,5,0,6542,0,1,0,0,0),(73384,20774,530,1,1,0,0,3976.45,3281.3,128.593,1.86236,300,5,0,6542,0,1,0,0,0),(73385,20774,530,1,1,0,0,3943.34,3312.77,122.289,4.44869,300,5,0,6542,0,1,0,0,0),(73386,20774,530,1,1,0,0,3981.03,3353.79,119.77,3.74368,300,5,0,6542,0,1,0,0,0),(73387,20774,530,1,1,0,0,3948.88,3244.17,129.158,3.84941,300,5,0,6542,0,1,0,0,0),(73388,20774,530,1,1,0,0,4052.05,3190.78,155.815,0.613207,300,5,0,6542,0,1,0,0,0),(73389,20774,530,1,1,0,0,4077.9,3162.57,167.365,1.11676,300,5,0,6542,0,1,0,0,0),(73390,20775,530,1,1,0,0,4400.11,2999.19,108.192,1.65806,300,0,0,11121,0,0,0,0,0),(73391,20777,530,1,1,0,0,3948.44,3067.56,108.276,5.34671,300,5,0,6542,0,1,0,0,0),(73392,20777,530,1,1,0,0,4002.44,3031.32,138.633,3.99916,300,5,0,6542,0,1,0,0,0),(73393,20777,530,1,1,0,0,3952.95,2928.95,122.047,3.69379,300,5,0,6542,0,1,0,0,0),(73394,20777,530,1,1,0,0,3979.06,2861.33,122.147,5.78633,300,5,0,6542,0,1,0,0,0),(73395,20777,530,1,1,0,0,4028.03,2800.39,127.801,5.56482,300,5,0,6542,0,1,0,0,0),(73396,20777,530,1,1,0,0,4105.07,2769.89,132.06,3.55604,300,5,0,6542,0,1,0,0,0),(73397,20777,530,1,1,0,0,4232.66,2817.92,112.359,3.96965,300,5,0,6542,0,1,0,0,0),(73398,20777,530,1,1,0,0,4196.97,2897.08,167.699,4.99546,300,5,0,6542,0,1,0,0,0),(73399,20777,530,1,1,0,0,4295.19,2870.06,105.732,3.48521,300,5,0,6542,0,1,0,0,0),(73400,20777,530,1,1,0,0,4327.91,2916.65,138.604,4.888,300,5,0,6542,0,1,0,0,0),(73401,20777,530,1,1,0,0,4400.97,2889.24,139.811,2.21762,300,5,0,6542,0,1,0,0,0),(73402,20777,530,1,1,0,0,4527.59,2886.45,142.551,4.67006,300,5,0,6542,0,1,0,0,0),(73403,20777,530,1,1,0,0,4325.95,3042.37,132.004,3.26585,300,5,0,6542,0,1,0,0,0),(73404,20777,530,1,1,0,0,4344.81,3053.65,131.39,2.9897,300,5,0,6542,0,1,0,0,0),(73405,20777,530,1,1,0,0,4142.84,3231.24,192.124,0.873932,300,5,0,6542,0,1,0,0,0),(73406,20777,530,1,1,0,0,4069.5,3331.78,143.841,2.04318,300,5,0,6542,0,1,0,0,0),(73407,20777,530,1,1,0,0,4046.93,3326.64,136.101,4.48874,300,5,0,6542,0,1,0,0,0),(73408,20777,530,1,1,0,0,4136.94,3383.39,143.418,2.51998,300,5,0,6542,0,1,0,0,0),(73409,20777,530,1,1,0,0,3946.34,3231.62,129.367,1.78927,300,5,0,6542,0,1,0,0,0),(73410,20777,530,1,1,0,0,4004.86,3211.37,138.56,3.85859,300,5,0,6542,0,1,0,0,0),(73411,20778,530,1,1,0,0,3783.51,2331.65,110.303,2.40996,300,5,0,6542,0,1,0,0,0),(73412,20778,530,1,1,0,0,3779.09,2382.54,111.974,5.88176,300,0,0,6542,0,0,0,0,0),(73413,20778,530,1,1,0,0,3835.21,2375.87,110.492,1.89286,300,5,0,6542,0,1,0,0,0),(73414,20778,530,1,1,0,0,3819.31,2438.24,110.575,1.78609,300,5,0,6542,0,1,0,0,0),(73415,20778,530,1,1,0,0,3826.85,2413.6,110.643,2.45654,300,5,0,6542,0,1,0,0,0),(73416,20778,530,1,1,0,0,3849.9,2406.6,111.777,2.93189,300,5,0,6542,0,1,0,0,0),(73417,20778,530,1,1,0,0,3885.72,2419.21,110.663,3.9912,300,5,0,6542,0,1,0,0,0),(73418,20778,530,1,1,0,0,3898.76,2428.69,110.995,3.64283,300,5,0,6542,0,1,0,0,0),(73419,20778,530,1,1,0,0,3972.02,2395.33,110.496,3.20193,300,5,0,6542,0,1,0,0,0),(73420,20778,530,1,1,0,0,3997.82,2345.58,110.639,2.35391,300,5,0,6542,0,1,0,0,0),(73421,20778,530,1,1,0,0,4031.63,2354.66,110.782,5.14872,300,0,0,6542,0,0,0,0,0),(73422,20778,530,1,1,0,0,3939.03,2312.53,110.97,1.8326,300,0,0,6542,0,0,0,0,0),(73423,20778,530,1,1,0,0,3925.35,2344.9,110.788,2.3396,300,5,0,6542,0,1,0,0,0),(73424,20778,530,1,1,0,0,3792.77,2323.33,110.303,3.05403,300,5,0,6542,0,1,0,0,0),(73425,20778,530,1,1,0,0,3776.38,2322.31,110.32,4.4855,300,0,0,6542,0,0,0,0,0),(73426,20781,530,1,1,0,0,105.177,4817.4,90.058,0.680678,300,0,0,42,0,0,0,0,0),(73427,20782,530,1,1,0,0,3762.45,2368.87,115.604,3.46178,300,0,0,42,0,0,0,0,0),(73428,20782,530,1,1,0,0,3760.97,2373.33,115.161,3.24741,300,0,0,42,0,0,0,0,0),(73429,20782,530,1,1,0,0,3767.75,2375.45,116.644,3.19439,300,0,0,42,0,0,0,0,0),(73430,20782,530,1,1,0,0,3758.8,2378.67,115.449,3.00016,300,0,0,42,0,0,0,0,0),(73431,20782,530,1,1,0,0,3760.43,2372.41,115.24,3.18646,300,0,0,42,0,0,0,0,0),(73432,20782,530,1,1,0,0,3763.78,2367.97,116.612,3.38499,300,0,0,42,0,0,0,0,0),(73433,20782,530,1,1,0,0,3759,2373.47,115.248,3.27465,300,0,0,42,0,0,0,0,0),(73434,20791,530,1,1,0,1,-1884.72,5367.83,-12.3448,1.25664,300,0,0,2332,6156,0,0,0,0),(73435,20793,530,1,1,0,0,497.948,2012.61,112.777,5.16617,300,0,0,718100,0,0,0,0,0),(73436,20794,530,1,1,0,1,4940.22,3847.43,211.53,3.83701,300,0,0,114880,19386,0,0,0,0),(73437,20796,530,1,1,0,0,2883.83,2109.65,126.881,0.170768,300,0,0,4120,0,0,0,0,0),(73438,20796,530,1,1,0,0,3055.31,1880,144.634,2.90461,300,0,0,4120,0,0,0,0,0),(73439,20796,530,1,1,0,0,3145.69,1909.39,144.732,0.255659,300,0,0,4120,0,0,0,0,0),(73440,20796,530,1,1,0,0,3091.26,1910.37,144.653,6.21301,300,0,0,4120,0,0,0,0,0),(73441,20796,530,1,1,0,0,2972.77,2481.55,133.511,5.5967,300,0,0,4120,0,0,0,0,0),(73442,20796,530,1,1,0,0,3023.57,2566.19,112.735,0.933742,300,0,0,4120,0,0,0,0,0),(73443,20796,530,1,1,0,0,3210.56,2298.62,120.35,2.512,300,0,0,4120,0,0,0,0,0),(73444,20796,530,1,1,0,0,3217.51,2390.57,110.754,4.81274,300,0,0,4120,0,0,0,0,0),(73445,20796,530,1,1,0,0,3284.3,2144.17,123.179,3.77455,300,0,0,4120,0,0,0,0,0),(73446,20796,530,1,1,0,0,3226.38,2081.24,133.215,2.04287,300,0,0,4120,0,0,0,0,0),(73447,20796,530,1,1,0,0,3252.38,1949.19,131.862,5.50607,300,0,0,4120,0,0,0,0,0),(73448,20796,530,1,1,0,0,3262.24,1953.63,126.987,2.89514,300,0,0,4120,0,0,0,0,0),(73449,20796,530,1,1,0,0,3266.28,2000.48,128.391,0.672437,300,0,0,4120,0,0,0,0,0),(73450,20796,530,1,1,0,0,3153.06,1810.84,144.577,4.55052,300,0,0,4120,0,0,0,0,0),(73451,20796,530,1,1,0,0,3299.09,1817.52,124.477,4.89961,300,0,0,4120,0,0,0,0,0),(73452,20796,530,1,1,0,0,3120.87,1809.19,144.619,1.67145,300,0,0,4120,0,0,0,0,0),(73453,20796,530,1,1,0,0,3188.77,1703.47,128.28,4.87576,300,0,0,4120,0,0,0,0,0),(73454,20796,530,1,1,0,0,3296.4,1936.08,109.838,5.47155,300,0,0,4120,0,0,0,0,0),(73455,20796,530,1,1,0,0,3275.99,1989.73,122.866,0.344579,300,0,0,4120,0,0,0,0,0),(73456,20796,530,1,1,0,0,3276.96,2035.16,121.276,1.82267,300,0,0,4120,0,0,0,0,0),(73457,20796,530,1,1,0,0,3302.56,2314.95,101.463,3.11133,300,0,0,4120,0,0,0,0,0),(73458,20796,530,1,1,0,0,3342.58,2332.23,90.8605,2.72208,300,0,0,4120,0,0,0,0,0),(73459,20796,530,1,1,0,0,3366.17,2344.8,84.8402,5.19379,300,0,0,4120,0,0,0,0,0),(73460,20796,530,1,1,0,0,3335.86,2385.09,90.379,6.14308,300,0,0,4120,0,0,0,0,0),(73461,20796,530,1,1,0,0,3222.82,2474.93,91.3082,5.25081,300,0,0,4120,0,0,0,0,0),(73462,20796,530,1,1,0,0,3251.85,2536.19,96.5706,1.76014,300,0,0,4120,0,0,0,0,0),(73463,20796,530,1,1,0,0,3250.11,2380.49,90.3065,0.307131,300,0,0,4120,0,0,0,0,0),(73464,20796,530,1,1,0,0,3054.53,2453.58,125.423,2.74875,300,0,0,4120,0,0,0,0,0),(73465,20798,530,1,1,0,0,382.349,2191.94,118.393,5.68172,300,0,0,5341,0,2,0,0,0),(73466,20800,530,1,1,0,0,4473.89,3468.09,176.885,2.42184,300,0,0,29439,0,0,0,0,0),(73467,20801,530,1,1,0,0,4729.85,3204.72,160.336,3.92699,300,0,0,29439,0,0,0,0,0),(73468,20803,530,1,1,0,1,4124.07,3988.34,118.623,3.29867,300,0,0,6986,0,0,0,0,0),(73469,20804,530,1,1,0,0,3876.22,4031.48,122.736,2.46091,300,0,0,42,0,0,0,0,0),(73470,20804,530,1,1,0,0,3875.81,4018.51,122.883,2.46091,300,0,0,42,0,0,0,0,0),(73471,20804,530,1,1,0,0,3887.53,4035.94,121.435,1.98968,300,0,0,42,0,0,0,0,0),(73472,20804,530,1,1,0,0,3902.85,4047.02,123.308,5.95157,300,0,0,42,0,0,0,0,0),(73473,20804,530,1,1,0,0,3932.79,4063.98,190.351,3.63029,300,0,0,42,0,0,0,0,0),(73474,20804,530,1,1,0,0,3914.99,4062.3,122.868,4.13643,300,0,0,42,0,0,0,0,0),(73475,20804,530,1,1,0,0,3923.68,3994.43,122.617,1.98968,300,0,0,42,0,0,0,0,0),(73476,20804,530,1,1,0,0,3940.03,4096.84,191.957,1.0472,300,0,0,42,0,0,0,0,0),(73477,20804,530,1,1,0,0,3957.66,4115.33,190.731,3.82227,300,0,0,42,0,0,0,0,0),(73478,20804,530,1,1,0,0,3946.8,4108.65,191.547,4.45059,300,0,0,42,0,0,0,0,0),(73479,20804,530,1,1,0,0,3935,4008.3,116.627,4.13643,300,0,0,42,0,0,0,0,0),(73480,20804,530,1,1,0,0,3940.27,3989.43,120.831,5.95157,300,0,0,42,0,0,0,0,0),(73481,20804,530,1,1,0,0,3940.63,3921.39,122.844,3.97935,300,0,0,42,0,0,0,0,0),(73482,20804,530,1,1,0,0,3994.07,3927.37,125.098,4.72984,300,0,0,42,0,0,0,0,0),(73483,20804,530,1,1,0,0,3983.9,3944.19,125.306,2.74017,300,0,0,42,0,0,0,0,0),(73484,20804,530,1,1,0,0,3989.3,3897.51,123.321,3.78736,300,0,0,42,0,0,0,0,0),(73485,20804,530,1,1,0,0,3950.95,4013.32,113.997,0.994838,300,0,0,42,0,0,0,0,0),(73486,20804,530,1,1,0,0,4021.36,3973.67,124.007,4.90438,300,0,0,42,0,0,0,0,0),(73487,20804,530,1,1,0,0,4020.6,3999.03,126.347,4.18879,300,0,0,42,0,0,0,0,0),(73488,20804,530,1,1,0,0,3986.37,4002.6,119.238,2.72271,300,0,0,42,0,0,0,0,0),(73489,20804,530,1,1,0,0,3976.12,4018.11,119.497,6.24828,300,0,0,42,0,0,0,0,0),(73490,20804,530,1,1,0,0,4003.44,3952.01,126.081,1.01229,300,0,0,42,0,0,0,0,0),(95175,26309,0,1,1,23757,1,1835.63,283.499,74.1663,4.29351,180,0,0,8982,0,0,0,0,0),(95085,26309,0,1,1,23757,1,1879.11,1583.15,94.4049,1.58825,180,0,0,8982,0,0,0,0,0),(95083,26309,0,1,1,23757,1,1869.63,1583.73,95.2474,1.44862,180,0,0,8982,0,0,0,0,0),(95082,26309,0,1,1,23757,1,1874.34,1583.65,94.6953,1.51844,180,0,0,8982,0,0,0,0,0),(73498,20807,530,1,1,0,0,-1698.09,5504.53,-9.71611,2.68781,300,0,0,6986,0,0,0,0,0),(73499,20808,530,1,1,0,0,-2033.64,5353.98,-9.26761,0.174533,300,0,0,6986,0,0,0,0,0),(73500,20809,530,1,1,0,0,-2345.06,3234.8,-3.137,5.60251,300,0,0,42,0,0,0,0,0),(73501,20810,530,1,1,0,0,3359.65,2893.79,144.007,0.558505,300,0,0,5233,2991,0,0,0,0),(73502,20811,530,1,1,0,0,4149.92,3056.21,337.307,1.23918,300,0,0,6761,0,0,0,0,0),(73503,20813,530,1,1,0,0,-1176.71,1972.19,107.183,5.18363,300,0,0,42,0,0,0,0,0),(73504,20813,530,1,1,0,0,-1137.1,1951.25,94.1159,2.32129,300,0,0,42,0,0,0,0,0),(73505,20813,530,1,1,0,0,-1152.89,1961.49,92.9795,0.994838,300,0,0,42,0,0,0,0,0),(73506,20813,530,1,1,0,0,-1120.22,1929.89,92.3609,0.890118,300,0,0,42,0,0,0,0,0),(73507,20814,530,1,1,0,0,-1067.28,1998.95,76.2863,5.86431,300,0,0,42,0,0,0,0,0),(73508,20814,530,1,1,0,0,-1052.26,1996.34,79.3775,0.628319,300,0,0,42,0,0,0,0,0),(73509,20814,530,1,1,0,0,-1052.19,2012.1,80.9462,5.95157,300,0,0,42,0,0,0,0,0),(73510,20814,530,1,1,0,0,-1043.44,2002.14,76.0305,2.00713,300,0,0,42,0,0,0,0,0),(73511,20815,530,1,1,0,0,-934.393,1934.01,82.0316,3.35103,300,0,0,42,0,0,0,0,0),(73512,20815,530,1,1,0,0,-935.543,1921.16,82.4132,2.67035,300,0,0,42,0,0,0,0,0),(73513,20815,530,1,1,0,0,-944.015,1928.16,82.1055,5.98648,300,0,0,42,0,0,0,0,0),(73514,20815,530,1,1,0,0,-927.878,1927.45,81.0489,5.25344,300,0,0,42,0,0,0,0,0),(73515,20816,530,1,1,0,0,-1156.84,2060.87,79.1764,3.83972,300,0,0,42,0,0,0,0,0),(73516,20816,530,1,1,0,0,-1145.41,2064.83,80.7826,5.044,300,0,0,42,0,0,0,0,0),(73517,20816,530,1,1,0,0,-1152.72,2073.5,80.6229,2.00713,300,0,0,42,0,0,0,0,0),(73518,20825,530,1,1,0,0,3916.3,2511.85,105.099,3.71755,300,0,0,6986,0,0,0,0,0),(133984,36970,672,15,1,0,0,-36.2222,-2.96029,20.5331,4.69494,604800,0,0,1,0,0,0,0,0),(133983,36970,672,15,1,0,0,-36.3806,2.92895,20.5322,1.5708,604800,0,0,1,0,0,0,0,0),(247154,36811,631,10,1,0,1,-600.416,2229.5,49.4767,3.56178,86400,0,0,1,0,0,0,0,0),(41875,33089,603,3,16,0,0,1647.01,-288.679,417.396,3.49066,10,20,0,1,0,1,0,0,0),(136047,32780,603,3,1,11686,0,2132.68,-289.045,419.791,1.51844,180,0,0,42,0,0,0,0,0),(1972740,23512,530,1,1,0,0,2948.5,7076,370.826,0,300,0,0,6986,0,0,0,0,0),(73529,20846,530,1,1,0,0,-3960.49,-11926.7,-0.588289,3.21141,300,0,0,1524,0,0,0,0,0),(73530,20848,530,1,1,0,0,-3948.01,-11933.1,0.44158,5.67232,300,0,0,3052,0,0,0,0,0),(73531,20851,530,1,1,0,0,2705.04,5317.87,272.319,5.044,300,0,0,6722,0,0,0,0,0),(73532,20851,530,1,1,0,0,2681.01,5277.81,279.305,3.9968,300,0,0,6722,0,0,0,0,0),(73533,20851,530,1,1,0,0,2781.33,5277.11,277.257,5.32325,300,0,0,6722,0,0,0,0,0),(73534,20851,530,1,1,0,0,2677.22,5225.75,283.85,2.58309,300,0,0,6722,0,0,0,0,0),(73535,20851,530,1,1,0,0,2739.6,5281.42,270.82,2.53073,300,0,0,6722,0,0,0,0,0),(73536,20851,530,1,1,0,0,2808.76,5214.23,280.059,4.13643,300,0,0,6722,0,0,0,0,0),(73537,20851,530,1,1,0,0,2832.7,5293.07,275.011,5.84685,300,0,0,6722,0,0,0,0,0),(73538,20851,530,1,1,0,0,2777.51,5182.71,275.988,3.50811,300,0,0,6722,0,0,0,0,0),(73539,20851,530,1,1,0,0,2857.3,5234.82,283.417,5.75959,300,0,0,6722,0,0,0,0,0),(73540,20851,530,1,1,0,0,2830.35,5172.88,278.067,5.35816,300,0,0,6722,0,0,0,0,0),(73541,20851,530,1,1,0,0,2882.95,5176.05,280.028,3.61283,300,0,0,6722,0,0,0,0,0),(73542,20851,530,1,1,0,0,2898.44,5218.61,279.766,0.890118,300,0,0,6722,0,0,0,0,0),(73543,20851,530,1,1,0,0,2890.88,5130.9,277.48,2.79253,300,0,0,6722,0,0,0,0,0),(73544,20851,530,1,1,0,0,2926.82,5152.58,275.94,2.98451,300,0,0,6722,0,0,0,0,0),(73545,20851,530,1,1,0,0,2945.81,5192.16,274.776,6.12611,300,0,0,6722,0,0,0,0,0),(73546,20851,530,1,1,0,0,2945.7,5218.68,275.065,0.488692,300,0,0,6722,0,0,0,0,0),(73547,20851,530,1,1,0,0,2824.79,5106.15,281.209,3.1765,300,0,0,6722,0,0,0,0,0),(73548,20851,530,1,1,0,0,2739.66,5146.01,279.395,2.68781,300,0,0,6722,0,0,0,0,0),(73549,20851,530,1,1,0,0,2779.64,5114.3,281.7,1.36136,300,0,0,6722,0,0,0,0,0),(73550,20851,530,1,1,0,0,2857.45,5117.26,278.027,4.38078,300,0,0,6722,0,0,0,0,0),(73551,20851,530,1,1,0,0,2696.86,5181.12,281.956,2.11185,300,0,0,6722,0,0,0,0,0),(73552,20852,530,1,1,0,0,2709.1,5284.82,280.323,2.18166,300,0,0,6722,0,0,0,0,0),(73553,20852,530,1,1,0,0,2707.17,5246.45,287.36,2.35619,300,0,0,6722,0,0,0,0,0),(73554,20852,530,1,1,0,0,2714.48,5200.52,290.313,1.16937,300,0,0,6722,0,0,0,0,0),(73555,20852,530,1,1,0,0,2763.06,5276.45,275.204,0.383972,300,0,0,6722,0,0,0,0,0),(73556,20852,530,1,1,0,0,2781.51,5272.28,281.321,5.44543,300,0,0,6722,0,0,0,0,0),(73557,20852,530,1,1,0,0,2786.17,5198.4,283.935,2.33874,300,0,0,6722,0,0,0,0,0),(73558,20852,530,1,1,0,0,2805.84,5218.95,282.622,2.46091,300,0,0,6722,0,0,0,0,0),(73559,20852,530,1,1,0,0,2828.81,5288.22,278.495,3.78736,300,0,0,6722,0,0,0,0,0),(73560,20852,530,1,1,0,0,2824.89,5181.86,281.287,4.97419,300,0,0,6722,0,0,0,0,0),(73561,20852,530,1,1,0,0,2884.3,5225.75,287.585,1.44862,300,0,0,6722,0,0,0,0,0),(73562,20852,530,1,1,0,0,2849.67,5238.94,284.67,1.15192,300,0,0,6722,0,0,0,0,0),(73563,20852,530,1,1,0,0,2871.9,5146,287.012,5.42797,300,0,0,6722,0,0,0,0,0),(73564,20852,530,1,1,0,0,2933.15,5188.15,284.287,2.56563,300,0,0,6722,0,0,0,0,0),(73565,20852,530,1,1,0,0,2880.11,5194.23,285.313,0.471239,300,0,0,6722,0,0,0,0,0),(73566,20852,530,1,1,0,0,2913.56,5166.19,279.881,4.83456,300,0,0,6722,0,0,0,0,0),(73567,20852,530,1,1,0,0,2930.09,5223.11,285.583,4.11898,300,0,0,6722,0,0,0,0,0),(73568,20852,530,1,1,0,0,2774.49,5143.25,284.755,5.68977,300,0,0,6722,0,0,0,0,0),(73569,20852,530,1,1,0,0,2836.5,5130.68,287.212,3.735,300,0,0,6722,0,0,0,0,0),(73570,20853,530,1,1,0,0,2738.01,5276.97,294.09,2.26893,300,0,0,6722,0,0,0,0,0),(73571,20853,530,1,1,0,0,2736.25,5230.41,301.548,2.61799,300,0,0,6722,0,0,0,0,0),(73572,20853,530,1,1,0,0,2728.9,5245.15,311.51,1.90241,300,0,0,6722,0,0,0,0,0),(73573,20853,530,1,1,0,0,2781.8,5264.79,285.224,5.07891,300,0,0,6722,0,0,0,0,0),(73574,20853,530,1,1,0,0,2793.14,5212.62,288.053,1.13446,300,0,0,6722,0,0,0,0,0),(73575,20853,530,1,1,0,0,2820.16,5274.49,285.417,1.29154,300,0,0,6722,0,0,0,0,0),(73576,20853,530,1,1,0,0,2804.44,5228.35,283.743,0.314159,300,0,0,6722,0,0,0,0,0),(73577,20853,530,1,1,0,0,2783.05,5172.24,288.015,2.80998,300,0,0,6722,0,0,0,0,0),(73578,20853,530,1,1,0,0,2812.9,5198.3,285.004,2.00713,300,0,0,6722,0,0,0,0,0),(73579,20853,530,1,1,0,0,2869.2,5219.46,290.784,1.09956,300,0,0,6722,0,0,0,0,0),(73580,20853,530,1,1,0,0,2834.94,5247.36,289.999,6.19592,300,0,0,6722,0,0,0,0,0),(73581,20853,530,1,1,0,0,2844.19,5154.14,292.094,3.83972,300,0,0,6722,0,0,0,0,0),(73582,20853,530,1,1,0,0,2908.03,5189.53,291.287,2.44346,300,0,0,6722,0,0,0,0,0),(73583,20853,530,1,1,0,0,2908.39,5222.69,289.345,0.034907,300,0,0,6722,0,0,0,0,0),(73584,20855,530,1,1,0,0,2781.8,5254.44,301.818,5.07891,300,0,0,6722,0,0,0,0,0),(73585,20855,530,1,1,0,0,2827.85,5262.55,285.342,6.07375,300,0,0,6722,0,0,0,0,0),(73586,20855,530,1,1,0,0,2800.14,5197.8,295.952,3.14159,300,0,0,6722,0,0,0,0,0),(73587,20855,530,1,1,0,0,2845.29,5233.92,289.786,0.715585,300,0,0,6722,0,0,0,0,0),(73588,20855,530,1,1,0,0,2892.09,5210.35,311.179,2.58309,300,0,0,6722,0,0,0,0,0),(73589,20856,530,1,1,0,0,2807.23,5242.96,277.162,5.86431,300,0,0,6722,0,0,0,0,0),(73590,20856,530,1,1,0,0,2818.92,5251.82,279.745,6.10865,300,0,0,6722,0,0,0,0,0),(73591,20856,530,1,1,0,0,2813.92,5259.65,275.051,0.802851,300,0,0,6722,0,0,0,0,0),(73592,20856,530,1,1,0,0,2801,5251.99,277.596,5.79449,300,0,0,6722,0,0,0,0,0),(73593,20858,530,1,1,0,0,4055.41,2312.33,112.851,6.19592,300,0,0,6986,0,0,0,0,0),(73594,20871,530,1,1,0,1,4245.92,3124.08,180.189,1.95477,300,0,0,5409,3080,0,0,0,0),(73595,20872,530,1,1,0,1,-3238.26,2085.73,77.0323,0.450296,300,5,0,4710,2991,1,0,0,0),(73596,20872,530,1,1,0,1,-3309.76,2012.66,41.191,5.49779,300,5,0,4710,2991,1,0,0,0),(73597,20872,530,1,1,0,1,-3402.9,2043.49,20.0744,1.89011,300,5,0,4710,2991,1,0,0,0),(73598,20872,530,1,1,0,1,-3415.38,2095.36,34.1878,6.21337,300,0,0,4710,2991,0,0,0,0),(73599,20872,530,1,1,0,1,-3421.25,2109.22,34.5155,5.4663,300,5,0,4710,2991,1,0,0,0),(73600,20872,530,1,1,0,1,-3413.25,2132.96,34.4846,4.97419,300,0,0,4710,2991,0,0,0,0),(73601,20872,530,1,1,0,1,-3227.47,1952.57,110.627,0.731867,300,5,0,4710,2991,1,0,0,0),(73602,20872,530,1,1,0,1,-3261.34,2070.48,74.709,4.01753,300,5,0,4710,2991,1,0,0,0),(73603,20874,530,1,1,0,0,-2835.45,5056.6,-16.7132,0.314159,300,0,0,4979,0,0,0,0,0),(73604,20874,530,1,1,0,0,-2832.53,5059.7,-16.2971,4.62512,300,0,0,4979,0,0,0,0,0),(73605,20876,530,1,1,0,1,-2774.34,5059.96,-7.64735,2.89725,300,0,0,3662,0,0,0,0,0),(73606,20876,530,1,1,0,1,-2761.39,5122.72,-6.45257,4.32842,300,0,0,3662,0,0,0,0,0),(73607,20876,530,1,1,0,1,-2845.04,5048.87,-18.1362,4.32842,300,0,0,3662,0,0,0,0,0),(73608,20876,530,1,1,0,1,-2832.16,5032.04,-16.0704,2.40855,300,0,0,3662,0,0,0,0,0),(73609,20876,530,1,1,0,1,-2832.56,5054.95,-16.2047,1.71042,300,0,0,3662,0,0,0,0,0),(73610,20876,530,1,1,0,1,-2832.71,5122.38,-14.7302,5.35816,300,0,0,3662,0,0,0,0,0),(73611,20876,530,1,1,0,1,-2858.77,5106.79,-18.1109,2.28638,300,0,0,3662,0,0,0,0,0),(73612,20876,530,1,1,0,1,-2818.93,5094.57,-13.8983,4.46804,300,0,0,3662,0,0,0,0,0),(73613,20877,530,1,1,0,0,-2848.05,5040.12,-18.5875,0.645772,300,0,0,5975,0,0,0,0,0),(73614,20877,530,1,1,0,0,-2843.96,5041.03,-17.986,2.94961,300,0,0,5975,0,0,0,0,0),(73615,20877,530,1,1,0,0,-2814.92,5059.14,-13.293,4.57276,300,0,0,5975,0,0,0,0,0),(73616,20877,530,1,1,0,0,-2829.84,5057.03,-15.7853,3.15905,300,0,0,5975,0,0,0,0,0),(73617,20878,530,1,1,0,1,-3218.94,2053.71,83.8835,2.92606,300,5,0,6542,0,1,0,0,0),(73618,20878,530,1,1,0,1,-3292.99,1907.61,142.326,0.122173,300,0,0,6542,0,0,0,0,0),(73619,20878,530,1,1,0,1,-3295,2059.66,76.2516,1.20428,300,0,0,6542,0,0,0,0,0),(73620,20878,530,1,1,0,1,-3341.51,2016.82,33.6518,5.42797,300,0,0,6542,0,0,0,0,0),(73621,20878,530,1,1,0,1,-3376.09,2038.66,37.6801,5.91667,300,0,0,6542,0,0,0,0,0),(73622,20878,530,1,1,0,1,-3363.54,2046.37,39.0521,5.18363,300,0,0,6542,0,0,0,0,0),(73623,20878,530,1,1,0,1,-3395.61,2016.55,22.0955,0.500128,300,5,0,6542,0,1,0,0,0),(73624,20878,530,1,1,0,1,-3391.79,2035.24,19.9867,2.00984,300,5,0,6542,0,1,0,0,0),(73625,20878,530,1,1,0,1,-3390.45,2062.8,14.2975,0.194731,300,5,0,6542,0,1,0,0,0),(73626,20878,530,1,1,0,1,-3411.4,2039.18,21.576,2.08418,300,5,0,6542,0,1,0,0,0),(73627,20878,530,1,1,0,1,-3387.48,1996.93,25.9171,4.85202,300,0,0,6542,0,0,0,0,0),(73628,20878,530,1,1,0,1,-3420.47,2024.36,79.8101,5.34177,300,5,0,6542,0,1,0,0,0),(73629,20878,530,1,1,0,1,-3420.09,2058.18,15.3203,3.1089,300,5,0,6542,0,1,0,0,0),(73630,20878,530,1,1,0,1,-3396.89,2070.46,34.0593,5.65487,300,0,0,6542,0,0,0,0,0),(73631,20878,530,1,1,0,1,-3439.75,2062.29,15.2424,2.71854,300,5,0,6542,0,1,0,0,0),(73632,20878,530,1,1,0,1,-3455.95,2136.25,31.6043,0.15708,300,0,0,6542,0,0,0,0,0),(73633,20878,530,1,1,0,1,-3440.93,2151.51,31.6043,4.57276,300,0,0,6542,0,0,0,0,0),(73634,20878,530,1,1,0,1,-3393.12,2105.16,78.1657,3.69699,300,5,0,6542,0,1,0,0,0),(73635,20878,530,1,1,0,1,-3223.44,1969.5,144.56,5.32325,300,0,0,6542,0,0,0,0,0),(73636,20878,530,1,1,0,1,-3423.52,2029.46,79.4351,5.22982,300,5,0,6542,0,1,0,0,0),(73637,20878,530,1,1,0,1,-3386.78,2108.15,78.9157,0.354145,300,5,0,6542,0,1,0,0,0),(73638,20878,530,1,1,0,1,-3279.2,2095.51,82.9782,0.614422,300,5,0,6542,0,1,0,0,0),(73639,20878,530,1,1,0,1,-3284.54,2139.87,85.055,2.65806,300,5,0,6542,0,1,0,0,0),(73640,20887,530,1,1,0,0,-3240.07,2089.06,77.8867,0.361591,300,5,0,1518,2933,1,0,0,0),(73641,20887,530,1,1,0,0,-3315.53,2018.32,39.4493,0.784909,300,5,0,1518,2933,1,0,0,0),(73642,20887,530,1,1,0,0,-3406.3,2042.63,20.452,1.8954,300,5,0,1518,2933,1,0,0,0),(73643,20887,530,1,1,0,0,-3411.79,2096.54,34.0266,5.16714,300,5,0,1518,2933,1,0,0,0),(73644,20887,530,1,1,0,0,-3419.07,2112.01,34.5395,5.46631,300,5,0,1518,2933,1,0,0,0),(73645,20887,530,1,1,0,0,-3412.33,2127.14,34.4012,4.96504,300,5,0,1518,2933,1,0,0,0),(73646,20887,530,1,1,0,0,-3227.47,1950.55,110.739,0.713457,300,5,0,1518,2933,1,0,0,0),(73647,20890,530,1,1,0,0,-2844.34,5050.81,-17.9867,0.331613,300,0,0,9958,0,0,0,0,0),(73648,20891,530,1,1,0,1,-2839.58,5052.64,-17.3227,3.56047,300,0,0,9958,0,0,0,0,0),(73649,20892,530,1,1,0,0,-2841.87,5049.4,-17.666,1.64061,300,0,0,9958,0,0,0,0,0),(73650,20893,530,1,1,0,1,-2843.92,5046.5,-17.9738,2.80998,300,0,0,7968,2434,0,0,0,0),(73651,20894,530,1,1,0,0,-2847.15,5045.79,-18.4466,0.750492,300,0,0,42,0,0,0,0,0),(73652,20895,530,1,1,0,0,-2847.64,5047.28,-18.5049,6.23082,300,0,0,42,0,0,0,0,0),(73653,20899,530,1,1,0,0,3936.44,2003.48,365.135,4.64258,30,0,0,489020,0,0,0,0,0),(73654,20903,530,1,1,0,0,4275.45,2126.65,138.62,2.87979,300,0,0,6986,0,0,0,0,0),(73655,20907,530,1,1,0,0,4277.2,2132.45,138.642,2.68781,300,0,0,5409,3080,0,0,0,0),(73656,20913,530,1,1,0,0,4914.74,2991.92,94.1138,0.15708,300,0,0,5409,3080,0,0,0,0),(73657,20914,530,1,1,0,0,-3980.54,-11925.9,0.05215,4.2586,300,0,0,300,0,0,0,0,0),(73658,20915,530,1,1,0,0,2946.17,5467.01,146.351,0.279253,300,0,0,6986,0,0,0,0,0),(73659,20916,530,1,1,0,0,2949.44,5456.5,146.314,0.593412,300,0,0,6986,0,0,0,0,0),(73660,20917,530,1,1,0,0,3023.43,5504.72,145.829,3.735,300,0,0,6986,0,0,0,0,0),(73661,20920,530,1,1,0,0,3911.36,4023.48,189.869,2.46091,300,0,0,6542,0,0,0,0,0),(73662,20921,530,1,1,0,0,3373.58,2892.23,144.049,4.32842,300,0,0,5409,3080,0,0,0,0),(73663,20924,530,1,1,0,0,3686.86,6564.76,133.179,1.26388,300,5,0,6326,0,1,0,0,0),(73664,20924,530,1,1,0,0,3672.42,6591.47,133.535,5.06145,300,0,0,6326,0,0,0,0,0),(73665,20924,530,1,1,0,0,3703.41,6610.86,132.686,2.02868,300,5,0,6326,0,1,0,0,0),(73666,20924,530,1,1,0,0,3706.77,6576.95,133.936,1.7374,300,5,0,6326,0,1,0,0,0),(73667,20924,530,1,1,0,0,3720.49,6635.23,131.839,2.42601,300,0,0,6326,0,0,0,0,0),(73668,20924,530,1,1,0,0,3709.53,6662.51,132.186,4.92863,300,5,0,6326,0,1,0,0,0),(73669,20924,530,1,1,0,0,3773.51,6674.72,136.288,6.02549,300,0,0,6326,0,0,0,0,0),(73670,20924,530,1,1,0,0,3773.21,6693.41,136.288,4.80053,300,5,0,6326,0,1,0,0,0),(73671,20924,530,1,1,0,0,3796.18,6676.12,136.163,1.09916,300,5,0,6326,0,1,0,0,0),(73672,20925,530,1,1,0,0,3498.43,4925.68,261.243,4.10373,300,0,0,6326,0,0,0,0,0),(73673,20925,530,1,1,0,0,5006.45,5006.45,265.857,4.21061,300,5,0,6326,0,1,0,0,0),(73674,20925,530,1,1,0,0,3513.35,4977.04,269.168,1.56444,300,5,0,6326,0,1,0,0,0),(73675,20925,530,1,1,0,0,3482.38,5011.42,265.417,4.52083,300,5,0,6326,0,1,0,0,0),(73676,20925,530,1,1,0,0,3770.57,4920.28,278.718,5.81914,300,5,0,6326,0,1,0,0,0),(73677,20925,530,1,1,0,0,3698.37,4752.48,241.208,1.74436,300,5,0,6326,0,1,0,0,0),(73678,20925,530,1,1,0,0,3669.25,4777.33,243.184,4.5932,300,5,0,6326,0,1,0,0,0),(73679,20925,530,1,1,0,0,3586.61,4862.42,256.242,2.50865,300,5,0,6326,0,1,0,0,0),(73680,20928,530,1,1,0,0,4771.57,3361.49,205.086,5.52816,300,5,0,6761,0,1,0,0,0),(73681,20928,530,1,1,0,0,4689.53,3103.95,171.542,5.11839,300,5,0,6761,0,1,0,0,0),(73682,20928,530,1,1,0,0,4636.48,3306.89,171.585,0.319898,300,5,0,6761,0,1,0,0,0),(73683,20929,530,1,1,0,1,4846.55,3783.34,204.226,3.70273,300,0,0,6148,3155,0,0,0,0),(73684,20929,530,1,1,0,1,4864.45,3792.47,199.557,3.86962,300,0,0,6148,3155,0,0,0,0),(73685,20929,530,1,1,0,1,4837.15,3777.76,207.325,2.76159,300,5,0,6148,3155,1,0,0,0),(73686,20929,530,1,1,0,1,4884.4,3715.54,200.474,3.36312,300,5,0,6148,3155,1,0,0,0),(73687,20929,530,1,1,0,1,4888.64,3854.49,199.057,2.53073,300,0,0,6148,3155,0,0,0,0),(73688,20929,530,1,1,0,1,4928.65,3891.37,199.471,1.85005,300,0,0,6148,3155,0,0,0,0),(73689,20929,530,1,1,0,1,4902.99,3926.36,195.882,3.60655,300,5,0,6148,3155,1,0,0,0),(73690,20929,530,1,1,0,1,4980.84,3810.37,200.984,5.72468,300,0,0,6148,3155,0,0,0,0),(73691,20929,530,1,1,0,1,4998.27,3828.73,206.104,1.59618,300,5,0,6148,3155,1,0,0,0),(73692,20929,530,1,1,0,1,4984.83,3876.76,205.675,0.645772,300,0,0,6148,3155,0,0,0,0),(73693,20929,530,1,1,0,1,4854.88,3821.94,207.064,4.04916,300,0,0,6148,3155,0,0,0,0),(73694,20929,530,1,1,0,1,4753.6,3714.81,193.697,1.66473,300,5,0,6148,3155,1,0,0,0),(73695,20930,530,1,1,0,1,4869.09,3746.12,212.631,3.30148,300,5,0,6707,3155,1,0,0,0),(73696,20930,530,1,1,0,1,4817.82,3868.28,218.292,0.622406,300,5,0,6707,3155,1,0,0,0),(73697,20930,530,1,1,0,1,4891.39,3870.78,199.157,3.70635,300,5,0,6707,3155,1,0,0,0),(73698,20933,530,1,1,0,0,4271.96,2184.08,136.749,0.20944,300,0,0,6986,0,0,0,0,0),(73699,20933,530,1,1,0,0,4189.06,2084.12,161.017,4.41568,300,0,0,6986,0,0,0,0,0),(73700,20933,530,1,1,0,0,4186.18,1703.81,118.708,0.698132,300,0,0,6986,0,0,0,0,0),(73701,20933,530,1,1,0,0,3786.18,1641.38,136.252,2.47837,300,0,0,6986,0,0,0,0,0),(73702,20933,530,1,1,0,0,4049.87,1456.68,-121.924,3.28122,300,0,0,6986,0,0,0,0,0),(73703,20933,530,1,1,0,0,4074.63,1576.05,23.7175,1.90241,300,0,0,6986,0,0,0,0,0),(73704,20933,530,1,1,0,0,3648.15,1859.62,120.246,4.67748,300,0,0,6986,0,0,0,0,0),(73705,20933,530,1,1,0,0,3764.68,2009.29,252.191,3.56047,300,0,0,6986,0,0,0,0,0),(73706,20933,530,1,1,0,0,3807.56,1821.4,250.851,5.75959,300,0,0,6986,0,0,0,0,0),(73707,20933,530,1,1,0,0,3936.75,1809.26,226.592,3.735,300,0,0,6986,0,0,0,0,0),(73708,20933,530,1,1,0,0,3869.1,1915.73,256.539,5.72468,300,0,0,6986,0,0,0,0,0),(73709,20933,530,1,1,0,0,3865.69,1921.72,335.946,4.60767,300,0,0,6986,0,0,0,0,0),(73710,20933,530,1,1,0,0,3896.52,1906.83,340.399,1.23918,300,0,0,6986,0,0,0,0,0),(73711,20933,530,1,1,0,0,3873.98,1933.89,325.804,4.59022,300,0,0,6986,0,0,0,0,0),(73712,20933,530,1,1,0,0,3942.39,1924.79,332.623,1.06465,300,0,0,6986,0,0,0,0,0),(73713,20933,530,1,1,0,0,3900.81,1924.26,321.835,6.23082,300,0,0,6986,0,0,0,0,0),(73714,20933,530,1,1,0,0,3929.81,1997.37,255.765,1.95477,300,0,0,6986,0,0,0,0,0),(73715,20933,530,1,1,0,0,3885.14,1957.01,329.543,1.55334,300,0,0,6986,0,0,0,0,0),(73716,20933,530,1,1,0,0,3944.27,1949.21,335.885,0.628319,300,0,0,6986,0,0,0,0,0),(73717,20933,530,1,1,0,0,3906.11,1928.19,365.26,2.14675,300,0,0,6986,0,0,0,0,0),(73718,20933,530,1,1,0,0,3924.94,1998.09,302.463,0.10472,300,0,0,6986,0,0,0,0,0),(73719,20933,530,1,1,0,0,3923.03,1973.93,310.731,0.191986,300,0,0,6986,0,0,0,0,0),(73720,20933,530,1,1,0,0,3926.62,1988.08,320.419,4.08407,300,0,0,6986,0,0,0,0,0),(73721,20933,530,1,1,0,0,3882.64,1974.03,323.677,2.96706,300,0,0,6986,0,0,0,0,0),(73722,20933,530,1,1,0,0,3878.19,2020.16,364.984,1.23918,300,0,0,6986,0,0,0,0,0),(73723,20933,530,1,1,0,0,3852.04,2147.96,235.673,5.44543,300,0,0,6986,0,0,0,0,0),(73724,20933,530,1,1,0,0,3940.35,2071.94,327.873,3.68265,300,0,0,6986,0,0,0,0,0),(73725,20933,530,1,1,0,0,3930.73,2094.74,351.41,3.19395,300,0,0,6986,0,0,0,0,0),(73726,20933,530,1,1,0,0,3960.89,2071.99,354.886,5.67232,300,0,0,6986,0,0,0,0,0),(73727,20933,530,1,1,0,0,3997.54,2001.18,304.704,5.8294,300,0,0,6986,0,0,0,0,0),(73728,20933,530,1,1,0,0,3982.17,2029.04,366.211,4.2237,300,0,0,6986,0,0,0,0,0),(73729,20933,530,1,1,0,0,3992.27,2050.67,391.923,5.32325,300,0,0,6986,0,0,0,0,0),(73730,20933,530,1,1,0,0,3923.3,2107.78,361.724,6.23082,300,0,0,6986,0,0,0,0,0),(73731,20933,530,1,1,0,0,3935.92,2023.32,312.813,2.77507,300,0,0,6986,0,0,0,0,0),(73732,20933,530,1,1,0,0,3955.47,2046.1,380.926,3.89208,300,0,0,6986,0,0,0,0,0),(73733,20933,530,1,1,0,0,3942.32,2012.73,301.445,4.43314,300,0,0,6986,0,0,0,0,0),(73734,20933,530,1,1,0,0,3935.3,2003.05,318.219,1.88496,300,0,0,6986,0,0,0,0,0),(73735,20933,530,1,1,0,0,3952.88,2008.22,304.431,3.90954,300,0,0,6986,0,0,0,0,0),(73736,20933,530,1,1,0,0,4028.32,1955.64,263.974,0.331613,300,0,0,6986,0,0,0,0,0),(73737,20933,530,1,1,0,0,3914.98,2001.49,348.78,4.53786,300,0,0,6986,0,0,0,0,0),(73738,20933,530,1,1,0,0,3966.78,1990.78,374.591,1.51844,300,0,0,6986,0,0,0,0,0),(73739,20933,530,1,1,0,0,3939.18,1985.25,368.581,1.8326,300,0,0,6986,0,0,0,0,0),(73740,20933,530,1,1,0,0,3992.02,1966.64,376.385,3.85718,300,0,0,6986,0,0,0,0,0),(73741,20933,530,1,1,0,0,3897.76,2021.22,395.238,5.0091,300,0,0,6986,0,0,0,0,0),(73742,20933,530,1,1,0,0,3898.22,2014.72,401.797,0.733038,300,0,0,6986,0,0,0,0,0),(73743,20933,530,1,1,0,0,3931.84,2019.57,371.912,0.418879,300,0,0,6986,0,0,0,0,0),(73744,20933,530,1,1,0,0,3902.25,2008.53,408.657,3.24631,300,0,0,6986,0,0,0,0,0),(73745,20933,530,1,1,0,0,3988.36,2035.15,414.41,3.19395,300,0,0,6986,0,0,0,0,0),(73746,20933,530,1,1,0,0,3874.61,2016.01,375.497,4.15388,300,0,0,6986,0,0,0,0,0),(73747,20933,530,1,1,0,0,3959.19,2006.03,372.527,1.46608,300,0,0,6986,0,0,0,0,0),(73748,20933,530,1,1,0,0,3937.19,2002.98,396.584,0.383972,300,0,0,6986,0,0,0,0,0),(73749,20933,530,1,1,0,0,4009.99,2017.99,407.489,6.0912,300,0,0,6986,0,0,0,0,0),(73750,20934,530,1,1,0,1,2147.8,2271.42,74.353,4.27495,300,5,0,6542,0,1,0,0,0),(73751,20934,530,1,1,0,1,2164.87,2271.9,76.4306,2.34181,300,5,0,6542,0,1,0,0,0),(73752,20934,530,1,1,0,1,2172,2178.05,70.2566,0.673978,300,5,0,6542,0,1,0,0,0),(73753,20934,530,1,1,0,1,2191.59,2199.26,77.4718,5.46195,300,5,0,6542,0,1,0,0,0),(73754,20934,530,1,1,0,1,2154.09,2143.02,69.4736,4.59022,300,5,0,6542,0,1,0,0,0),(73755,20934,530,1,1,0,1,2189.5,2138.78,70.5067,3.91732,300,5,0,6542,0,1,0,0,0),(73756,20934,530,1,1,0,1,2199.32,2113.9,71.8574,5.44543,300,5,0,6542,0,1,0,0,0),(73757,20934,530,1,1,0,1,2250.94,2167.62,82.1381,3.71416,300,0,0,6542,0,0,0,0,0),(73758,20934,530,1,1,0,1,2299.44,2143.78,87.9495,3.08939,300,5,0,6542,0,1,0,0,0),(73759,20934,530,1,1,0,1,2329.51,2191.98,95.0477,4.45059,300,5,0,6542,0,1,0,0,0),(73760,20980,530,1,1,0,0,4145.44,3057.38,336.932,1.0821,300,0,0,3815,0,0,0,0,0),(73761,20981,530,1,1,0,0,4098.74,2975.2,355.27,0.785398,300,0,0,6224,0,0,0,0,0),(73762,20982,530,1,1,0,0,4034.23,3040.57,145.78,5.96903,300,0,0,42,0,0,0,0,0),(73763,20984,530,1,1,0,1,4268.54,2095.39,141.599,2.93215,300,0,0,13522,0,0,0,0,0),(73764,20984,530,1,1,0,1,4269.3,2111.34,138.99,3.07178,300,0,0,13522,0,0,0,0,0),(73765,20984,530,1,1,0,1,4275.36,2109.73,138.378,3.33358,300,0,0,13522,0,0,0,0,0),(73766,20985,530,1,1,0,1,4264.29,2102.71,140.839,6.10865,300,0,0,34464,16155,0,0,0,0),(73767,20986,530,1,1,0,0,-3521.88,4952.89,-101.313,5.86431,300,0,0,3815,0,0,0,0,0),(73768,20987,530,1,1,0,0,3213.55,5327.42,142.809,6.1004,300,5,0,6116,0,1,0,0,0),(73769,20987,530,1,1,0,0,3186.34,5355.91,144.668,4.16651,300,5,0,6116,0,1,0,0,0),(73770,20987,530,1,1,0,0,3216.99,5362.68,142.153,1.85005,300,0,0,6116,0,0,0,0,0),(73771,20987,530,1,1,0,0,3234.76,5324.81,142.231,2.74927,300,5,0,6116,0,1,0,0,0),(73772,20987,530,1,1,0,0,3239.97,5341,143.327,3.0661,300,5,0,6116,0,1,0,0,0),(73773,20989,530,1,1,0,0,4155.76,3072.52,336.954,5.60251,300,0,0,3815,0,0,0,0,0),(73774,21004,530,1,1,0,0,1758.35,5588.59,265.488,6.24935,300,5,0,6116,0,1,0,0,0),(73775,21004,530,1,1,0,0,1729.93,5637.13,265.94,4.89741,300,5,0,6116,0,1,0,0,0),(73776,21004,530,1,1,0,0,1781.58,5620.78,266.031,6.24215,300,5,0,6116,0,1,0,0,0),(73777,21004,530,1,1,0,0,1710.89,5584.64,266.003,4.09563,300,5,0,6116,0,1,0,0,0),(73778,21004,530,1,1,0,0,1690.83,5637.83,265.475,1.74463,300,5,0,6116,0,1,0,0,0),(73779,21004,530,1,1,0,0,1634.37,5627.82,265.861,2.80533,300,5,0,6116,0,1,0,0,0),(73780,21004,530,1,1,0,0,1654.85,5518.62,266.169,4.04664,300,5,0,6116,0,1,0,0,0),(73781,21004,530,1,1,0,0,1684.4,5578.88,265.82,0.756675,300,5,0,6116,0,1,0,0,0),(73782,21004,530,1,1,0,0,1548.55,5574.6,263.814,4.28806,300,5,0,6116,0,1,0,0,0),(73783,21004,530,1,1,0,0,1541.69,5532.3,261.896,4.81094,300,5,0,6116,0,1,0,0,0),(73784,21004,530,1,1,0,0,1540.83,5515.46,266.001,2.63243,300,5,0,6116,0,1,0,0,0),(73785,21004,530,1,1,0,0,1617.86,5480.69,265.877,2.10805,300,5,0,6116,0,1,0,0,0),(73786,21004,530,1,1,0,0,1581.97,5443.21,266.104,5.30387,300,5,0,6116,0,1,0,0,0),(73787,21004,530,1,1,0,0,1624.59,5428.15,266.312,3.68041,300,5,0,6116,0,1,0,0,0),(73788,21004,530,1,1,0,0,1619.42,5354.08,265.831,2.25578,300,5,0,6116,0,1,0,0,0),(73789,21004,530,1,1,0,0,1637.22,5374.09,266.308,3.00743,300,5,0,6116,0,1,0,0,0),(73790,21004,530,1,1,0,0,1650.28,5206.49,265.751,1.17736,300,5,0,6116,0,1,0,0,0),(73791,21004,530,1,1,0,0,1584.41,5192.08,325.269,1.56332,300,5,0,6116,0,1,0,0,0),(73792,21004,530,1,1,0,0,1664.68,5254.28,265.357,1.95613,300,5,0,6116,0,1,0,0,0),(73793,21004,530,1,1,0,0,1622.11,5242.92,265.594,6.19421,300,5,0,6116,0,1,0,0,0),(73794,21004,530,1,1,0,0,1618.51,5256.21,265.824,1.89903,300,5,0,6116,0,1,0,0,0),(73795,21004,530,1,1,0,0,1655.5,5328.62,265.953,2.06606,300,5,0,6116,0,1,0,0,0),(73796,21006,530,1,1,0,1,-2588.25,3319.51,0.58673,5.49392,300,0,0,5914,0,0,0,0,0),(73797,21007,530,1,1,0,1,-2525.9,3665.57,1.66699,2.63545,300,0,0,5914,0,0,0,0,0),(73798,21010,530,1,1,0,0,-3845.83,-11386,-126.81,6.16101,300,0,0,42,0,0,0,0,0),(73799,21018,530,1,1,0,0,-3845.89,-11382.9,-126.798,1.44862,300,0,0,42,0,0,0,0,0),(73800,21019,530,1,1,0,0,-3847.9,-11384.5,-126.828,3.7001,300,0,0,737,2175,0,0,0,0),(73801,21021,530,1,1,0,0,3512.25,4952.45,265.819,3.31104,300,5,0,5060,2933,1,0,0,0),(73802,21021,530,1,1,0,0,3554.72,4928.7,265.148,3.10168,300,5,0,5060,2933,1,0,0,0),(73803,21021,530,1,1,0,0,3550.07,4990.73,267.647,3.71755,300,0,0,5060,2933,0,0,0,0),(73804,21021,530,1,1,0,0,3579.39,4920.96,269.446,0.7135,300,5,0,5060,2933,1,0,0,0),(73805,21021,530,1,1,0,0,3643.64,4973.01,263.291,5.1526,300,5,0,5060,2933,1,0,0,0),(73806,21021,530,1,1,0,0,3648.13,4947.38,264.108,3.99987,300,5,0,5060,2933,1,0,0,0),(73807,21021,530,1,1,0,0,3653.47,5016.78,267.034,1.11588,300,5,0,5060,2933,1,0,0,0),(73808,21021,530,1,1,0,0,3686.62,5008.23,266.31,3.85581,300,0,0,5060,2933,0,0,0,0),(73809,21021,530,1,1,0,0,3744.79,4943.63,277.165,2.9248,300,5,0,5060,2933,1,0,0,0),(73810,21021,530,1,1,0,0,3738.81,5013.08,275.481,5.13994,300,5,0,5060,2933,1,0,0,0),(73811,21021,530,1,1,0,0,3587.98,5014.89,266.343,0.546281,300,5,0,5060,2933,1,0,0,0),(73812,21021,530,1,1,0,0,3745.83,4870.83,256.1,2.52198,300,0,0,5060,2933,0,0,0,0),(73813,21022,530,1,1,0,0,1543.11,6767.97,127.884,5.21446,300,5,0,1,0,1,0,0,0),(73814,21022,530,1,1,0,0,1593.68,6763.08,138.199,4.04142,300,5,0,1,0,1,0,0,0),(73815,21022,530,1,1,0,0,1543.01,6844.53,128.962,4.39867,300,5,0,1,0,1,0,0,0),(73816,21022,530,1,1,0,0,1826.68,6929.89,147.813,1.41592,300,5,0,1,0,1,0,0,0),(73817,21022,530,1,1,0,0,1702.23,6835.6,136.974,4.26691,300,0,0,1,0,0,0,0,0),(73818,21022,530,1,1,0,0,1812.3,6840.18,140.953,4.24088,300,5,0,1,0,1,0,0,0),(73819,21022,530,1,1,0,0,1892.14,6916.5,150.159,4.96613,300,5,0,1,0,1,0,0,0),(73820,21022,530,1,1,0,0,1821.87,6778.19,140.669,5.49276,300,5,0,1,0,1,0,0,0),(73821,21022,530,1,1,0,0,1877.01,6793.71,142.268,5.49917,300,5,0,1,0,1,0,0,0),(73822,21022,530,1,1,0,0,1801.71,6716.33,136.46,3.57728,300,5,0,1,0,1,0,0,0),(73823,21022,530,1,1,0,0,1762.14,6720.69,146.836,5.92837,300,5,0,1,0,1,0,0,0),(73824,21022,530,1,1,0,0,1834.87,6663.72,138.298,4.80879,300,5,0,1,0,1,0,0,0),(73825,21022,530,1,1,0,0,1859.5,6708.2,142.64,4.26831,300,5,0,1,0,1,0,0,0),(73826,21022,530,1,1,0,0,1895.12,6674.69,143.916,3.85445,300,5,0,1,0,1,0,0,0),(73827,21022,530,1,1,0,0,1912.28,6682.19,146.215,1.34927,300,5,0,1,0,1,0,0,0),(73828,21022,530,1,1,0,0,1925.03,6615.47,145.053,0.391563,300,5,0,1,0,1,0,0,0),(73829,21022,530,1,1,0,0,1975.73,6675.44,146.354,3.77523,300,5,0,1,0,1,0,0,0),(73830,21022,530,1,1,0,0,1934.81,6580.48,144.122,3.92531,300,5,0,1,0,1,0,0,0),(73831,21022,530,1,1,0,0,2100.12,6674.08,146.524,3.92699,300,5,0,1,0,1,0,0,0),(73833,21023,530,1,1,0,0,1650.71,6811.52,132.554,0.402455,300,0,0,8562,0,2,0,0,0),(73834,21024,530,1,1,0,1,-3600.15,1904.57,47.3654,4.93928,300,0,0,5409,3080,0,0,0,0),(73835,21025,530,1,1,0,0,2809.79,5250.41,268.553,3.26377,300,0,0,42,0,0,0,0,0),(73836,21026,530,1,1,0,1,-3602.97,1903.81,47.3251,4.90438,300,0,0,5233,2991,0,0,0,0),(73837,21032,530,1,1,0,0,1609.29,5440.47,266.058,5.35216,300,0,0,8178,0,0,0,0,0),(73838,21033,530,1,1,0,0,1753.95,6052.9,143.663,1.9173,300,5,0,5914,0,1,0,0,0),(73839,21033,530,1,1,0,0,1733.17,6030.41,145.82,3.66818,300,5,0,5914,0,1,0,0,0),(73840,21033,530,1,1,0,0,1738.97,6081.26,142.742,4.98812,300,5,0,5914,0,1,0,0,0),(73841,21033,530,1,1,0,0,1770.9,5946.83,146.677,4.31103,300,5,0,5914,0,1,0,0,0),(73842,21033,530,1,1,0,0,1810.66,6054.23,139.742,5.77526,300,5,0,5914,0,1,0,0,0),(73843,21033,530,1,1,0,0,1842.88,6106.28,139.47,2.35492,300,5,0,5914,0,1,0,0,0),(73844,21033,530,1,1,0,0,1850.81,6099.49,138.369,5.33968,300,0,0,5914,0,0,0,0,0),(73845,21033,530,1,1,0,0,1861.63,6109.8,139.683,2.49459,300,5,0,5914,0,1,0,0,0),(73846,21033,530,1,1,0,0,1866.67,6172.81,144.672,3.89799,300,5,0,5914,0,1,0,0,0),(73847,21033,530,1,1,0,0,1960,6154.52,146.407,3.09311,300,5,0,5914,0,1,0,0,0),(73848,21033,530,1,1,0,0,1999.69,6107.33,151.48,0.903072,300,5,0,5914,0,1,0,0,0),(73849,21033,530,1,1,0,0,1987.84,6154,146.407,5.32923,300,0,0,5914,0,2,0,0,0),(73850,21033,530,1,1,0,0,2099.59,6126.34,148.803,1.41601,300,0,0,5914,0,2,0,0,0),(73851,21033,530,1,1,0,0,2097.45,6159.29,145.728,3.841,300,0,0,5914,0,0,0,0,0),(73852,21033,530,1,1,0,0,2180.79,6149.4,145.955,1.70039,300,0,0,5914,0,2,0,0,0),(73853,21033,530,1,1,0,0,2153.51,6119.98,148.027,2.69703,300,0,0,5914,0,2,0,0,0),(73854,21033,530,1,1,0,0,2221.75,6194.58,139.299,1.00175,300,5,0,5914,0,1,0,0,0),(73855,21033,530,1,1,0,0,2272.67,6198.19,135.804,2.5628,300,5,0,5914,0,1,0,0,0),(73856,21033,530,1,1,0,0,2311.55,6188.95,135.639,3.94909,300,5,0,5914,0,1,0,0,0),(73857,21033,530,1,1,0,0,2178.52,6026.18,136.712,0.949467,300,0,0,5914,0,0,0,0,0),(73858,21033,530,1,1,0,0,2128.7,6018.74,141.958,5.98197,300,0,0,5914,0,2,0,0,0),(73859,21033,530,1,1,0,0,2044.64,5918.26,141.3,3.82263,300,0,0,5914,0,0,0,0,0),(73860,21033,530,1,1,0,0,1951.45,5919.52,140.467,3.49575,300,0,0,5914,0,2,0,0,0),(73861,21033,530,1,1,0,0,1896.51,5918.38,143.293,5.59049,300,5,0,5914,0,1,0,0,0),(73862,21033,530,1,1,0,0,1837.47,5911.47,157.708,4.60949,300,0,0,5914,0,0,0,0,0),(73863,21033,530,1,1,0,0,1851.87,5875.2,144.613,4.48281,300,5,0,5914,0,1,0,0,0),(73864,21039,530,1,1,0,0,-2345.22,3235.05,3.36301,0.977384,300,0,0,42,0,0,0,0,0),(73865,21040,530,1,1,0,0,2971.82,5630.26,146.012,4.66063,300,5,0,2446,0,1,0,0,0),(73866,21040,530,1,1,0,0,2970.74,5645.43,146.557,4.76244,300,5,0,2446,0,1,0,0,0),(73867,21040,530,1,1,0,0,2972.34,5647.9,146.448,4.69734,300,5,0,2446,0,1,0,0,0),(73868,21040,530,1,1,0,0,2992.64,5751.52,143.907,4.18879,300,0,0,2446,0,0,0,0,0),(73869,21040,530,1,1,0,0,3265.64,7127.85,170.448,3.59126,300,5,0,2446,0,1,0,0,0),(73870,21040,530,1,1,0,0,3277.79,7132.21,169.53,3.7063,300,5,0,2446,0,1,0,0,0),(73871,21040,530,1,1,0,0,3276.51,7134.83,169.643,3.49974,300,5,0,2446,0,1,0,0,0),(73872,21040,530,1,1,0,0,2923.37,5531.56,145.667,4.69414,300,5,0,2446,0,1,0,0,0),(73873,21040,530,1,1,0,0,2922.92,5536.34,145.721,4.72394,300,5,0,2446,0,1,0,0,0),(73874,21040,530,1,1,0,0,2924.05,5534.55,145.738,4.8079,300,5,0,2446,0,1,0,0,0),(73875,21042,530,1,1,0,0,3473.96,6760.46,144.792,1.5708,300,5,0,6326,0,1,0,0,0),(73876,21042,530,1,1,0,0,3354.8,6702.26,166.627,3.09763,300,5,0,6326,0,1,0,0,0),(73877,21042,530,1,1,0,0,3396.96,6789.31,168.2,0.228629,300,5,0,6326,0,1,0,0,0),(73878,21042,530,1,1,0,0,3361.16,6784.19,168.775,3.03396,300,5,0,6326,0,1,0,0,0),(73879,21042,530,1,1,0,0,3300.32,6823.1,168.643,3.01627,300,5,0,6326,0,1,0,0,0),(73880,21042,530,1,1,0,0,3401.39,6839.35,169.571,3.58996,300,5,0,6326,0,1,0,0,0),(73881,21042,530,1,1,0,0,3352.52,6849.71,166.892,0.486869,300,5,0,6326,0,1,0,0,0),(73882,21042,530,1,1,0,0,3347.04,6923.75,163.005,1.88761,300,5,0,6326,0,1,0,0,0),(73883,21042,530,1,1,0,0,3314.08,6953.82,164.151,2.4058,300,5,0,6326,0,1,0,0,0),(73884,21042,530,1,1,0,0,3350.65,7053.47,159.414,1.53367,300,5,0,6326,0,1,0,0,0),(73885,21042,530,1,1,0,0,3288.5,7250.59,155.231,1.50144,300,5,0,6326,0,1,0,0,0),(73886,21042,530,1,1,0,0,3288.45,7226.35,159.324,4.10002,300,5,0,6326,0,1,0,0,0),(73887,21042,530,1,1,0,0,3338.98,7273.9,145.651,4.27494,300,5,0,6326,0,1,0,0,0),(73888,21042,530,1,1,0,0,3381.69,7221.6,153.264,1.61671,300,5,0,6326,0,1,0,0,0),(73889,21046,530,1,1,0,1,3536.76,7188.01,155.488,2.79042,300,5,0,6326,0,1,0,0,0),(73890,21046,530,1,1,0,1,3549.42,7241.37,139.86,5.21168,300,5,0,6326,0,1,0,0,0),(73891,21046,530,1,1,0,1,3514.51,7206.31,139.782,4.22964,300,5,0,6326,0,1,0,0,0),(73892,21046,530,1,1,0,1,3580.16,7228.1,138.262,4.38078,300,0,0,6326,0,0,0,0,0),(73893,21046,530,1,1,0,1,3540.1,7208.69,140.147,2.82733,300,5,0,6326,0,1,0,0,0),(73894,21046,530,1,1,0,1,3591.02,7188.98,138.358,2.081,300,0,0,6326,0,0,0,0,0),(73895,21046,530,1,1,0,1,3593.69,7215.44,138.112,1.27934,300,5,0,6326,0,1,0,0,0),(73896,21046,530,1,1,0,1,3630.08,7223.25,136.887,1.6057,300,5,0,6326,0,1,0,0,0),(73897,21046,530,1,1,0,1,3609.74,7136.49,140.571,6.00902,300,5,0,6326,0,1,0,0,0),(73898,21046,530,1,1,0,1,3615.42,7110.99,154.512,1.39316,300,5,0,6326,0,1,0,0,0),(73899,21046,530,1,1,0,1,3686.1,7154.7,141.855,0.390907,300,5,0,6326,0,1,0,0,0),(73900,21046,530,1,1,0,1,3666.55,7177.22,141.181,3.56047,300,0,0,6326,0,0,0,0,0),(73901,21047,530,1,1,0,1,3528.53,7165.08,174.65,4.29351,300,0,0,5060,2933,0,0,0,0),(73902,21047,530,1,1,0,1,3578.19,7223.22,138.612,1.20746,300,5,0,5060,2933,1,0,0,0),(73903,21047,530,1,1,0,1,3603.72,7214.6,138.596,2.59038,300,5,0,5060,2933,1,0,0,0),(73904,21047,530,1,1,0,1,3616.61,7210.66,137.245,0.926712,300,5,0,5060,2933,1,0,0,0),(73905,21047,530,1,1,0,1,3586.04,7119.2,140.521,4.31096,300,0,0,5060,2933,0,0,0,0),(73906,21047,530,1,1,0,1,3636.39,7110.55,178.535,1.6057,300,0,0,5060,2933,0,0,0,0),(73907,21048,530,1,1,0,1,3630.18,7229.98,136.848,4.04916,300,0,0,7196,0,0,0,0,0),(73908,21049,530,1,1,0,0,-3593,1874.94,47.324,4.81711,300,0,0,3984,2434,0,0,0,0),(73909,21049,530,1,1,0,0,-3593.7,1898.86,47.3237,4.79965,300,0,0,3984,2434,0,0,0,0),(73910,21049,530,1,1,0,0,-3593.22,1890.38,47.3237,4.79965,300,0,0,3984,2434,0,0,0,0),(73911,21049,530,1,1,0,0,-3596.14,1898.14,47.3237,4.85202,300,0,0,3984,2434,0,0,0,0),(73912,21049,530,1,1,0,0,-3591.58,1883.18,47.3237,4.83456,300,0,0,3984,2434,0,0,0,0),(73913,21049,530,1,1,0,0,-3594.4,1882.54,47.3237,4.81711,300,0,0,3984,2434,0,0,0,0),(73914,21049,530,1,1,0,0,-3596.07,1890.12,47.3237,4.88692,300,0,0,3984,2434,0,0,0,0),(73915,21049,530,1,1,0,0,-3601.83,1879.87,47.3237,4.92183,300,0,0,3984,2434,0,0,0,0),(73916,21049,530,1,1,0,0,-3603.92,1896.1,47.3237,4.85202,300,0,0,3984,2434,0,0,0,0),(73917,21049,530,1,1,0,0,-3606.41,1886.65,47.3237,5.06145,300,0,0,3984,2434,0,0,0,0),(73918,21049,530,1,1,0,0,-3604.76,1879.14,47.3237,5.13127,300,0,0,3984,2434,0,0,0,0),(73919,21049,530,1,1,0,0,-3606.43,1895.7,47.3237,4.90438,300,0,0,3984,2434,0,0,0,0),(73920,21049,530,1,1,0,0,-3603.65,1887.71,47.3237,4.83456,300,0,0,3984,2434,0,0,0,0),(73921,21049,530,1,1,0,0,-3600.1,1873.26,47.3238,4.90438,300,0,0,3984,2434,0,0,0,0),(73922,21050,530,1,1,0,0,-3812.5,1254.17,81.4104,1.72608,300,5,0,6542,0,1,0,0,0),(73923,21050,530,1,1,0,0,-3877.82,1178.83,74.077,1.35524,300,5,0,6542,0,1,0,0,0),(73924,21050,530,1,1,0,0,-3847.28,1280.74,51.5217,2.98961,300,5,0,6542,0,1,0,0,0),(73925,21050,530,1,1,0,0,-3962.71,1282.78,52.0201,4.01202,300,5,0,6542,0,1,0,0,0),(73926,21050,530,1,1,0,0,-3938.81,1255.41,54.97,1.29877,300,5,0,6542,0,1,0,0,0),(73927,21050,530,1,1,0,0,-3989.66,1339.14,80.0854,0.671998,300,5,0,6542,0,1,0,0,0),(73928,21050,530,1,1,0,0,-3914.92,1510.41,41.4593,4.09727,300,5,0,6542,0,1,0,0,0),(73929,21050,530,1,1,0,0,-3891.16,1399.73,42.5456,1.46009,300,5,0,6542,0,1,0,0,0),(73930,21050,530,1,1,0,0,-3906.5,1394.27,42.6664,4.48098,300,5,0,6542,0,1,0,0,0),(73931,21050,530,1,1,0,0,-3801.91,1528.75,45.1753,6.11451,300,5,0,6542,0,1,0,0,0),(73932,21050,530,1,1,0,0,-3667.5,1620.65,42.8765,0.630779,300,0,0,6542,0,0,0,0,0),(73933,21050,530,1,1,0,0,-3705.59,1811.83,74.9466,5.05907,300,5,0,6542,0,1,0,0,0),(73934,21050,530,1,1,0,0,-3528.83,1924.23,75.3408,1.63067,300,5,0,6542,0,1,0,0,0),(73935,21050,530,1,1,0,0,-3518.71,1871.16,83.6433,6.23723,300,5,0,6542,0,1,0,0,0),(73936,21050,530,1,1,0,0,-3665.48,1853.18,69.298,2.33913,300,5,0,6542,0,1,0,0,0),(73937,21050,530,1,1,0,0,-3636.63,1762.83,40.4792,1.72462,300,0,0,6542,0,0,0,0,0),(73938,21050,530,1,1,0,0,-3595.85,1654.07,40.7864,1.43656,300,5,0,6542,0,1,0,0,0),(73939,21050,530,1,1,0,0,-3474.16,1636.56,52.2479,3.24594,300,5,0,6542,0,1,0,0,0),(73940,21050,530,1,1,0,0,-3523.1,1706.05,67.6825,1.6408,300,5,0,6542,0,1,0,0,0),(73941,21050,530,1,1,0,0,-3409.6,1655.93,107.184,0.325958,300,5,0,6542,0,1,0,0,0),(73942,21050,530,1,1,0,0,-3465.79,1818.67,104.837,3.29001,300,5,0,6542,0,1,0,0,0),(73943,21050,530,1,1,0,0,-3416.54,1708.87,105.845,5.43563,300,5,0,6542,0,1,0,0,0),(73944,21050,530,1,1,0,0,-3345.76,1753.23,100.201,3.98936,300,5,0,6542,0,1,0,0,0),(73945,21050,530,1,1,0,0,-3971.4,1561.59,67.8063,4.18888,300,5,0,6542,0,1,0,0,0),(73946,21050,530,1,1,0,0,-4011.23,1464.24,92.4691,2.59221,300,5,0,6542,0,1,0,0,0),(73947,21050,530,1,1,0,0,-3458.17,1812.83,104.587,5.76205,300,5,0,6542,0,1,0,0,0),(73948,21052,530,1,1,0,0,-3599.27,1886.39,47.3237,2.23402,300,5,0,6986,0,1,0,0,0),(73949,21052,530,1,1,0,0,-3600.08,1897.72,58.3933,6.07375,300,5,0,6986,0,1,0,0,0),(73950,21052,530,1,1,0,0,-3604.46,1818.84,38.7117,3.7001,300,5,0,6986,0,1,0,0,0),(73951,21052,530,1,1,0,0,-3630.73,1816.95,39.125,3.9968,300,5,0,6986,0,1,0,0,0),(73952,21052,530,1,1,0,0,-3600.9,1783.41,48.5996,2.94854,300,5,0,6986,0,1,0,0,0),(73953,21052,530,1,1,0,0,-3588.69,1796.15,45.7681,4.05594,300,5,0,6986,0,1,0,0,0),(73954,21052,530,1,1,0,0,-3646.39,1801.33,39.7059,0.069813,300,5,0,6986,0,1,0,0,0),(73955,21052,530,1,1,0,0,-3591.51,1769.77,59.998,3.66645,300,5,0,6986,0,1,0,0,0),(73956,21052,530,1,1,0,0,-3609.81,1778.62,54.1207,2.5152,300,5,0,6986,0,1,0,0,0),(73957,21052,530,1,1,0,0,-3561.67,1796.85,39.7326,5.63741,300,5,0,6986,0,1,0,0,0),(73958,21052,530,1,1,0,0,-3564.51,1807.39,39.858,1.36136,300,5,0,6986,0,1,0,0,0),(73959,21052,530,1,1,0,0,-2684.55,1508.04,18.9785,0.488692,300,5,0,6986,0,1,0,0,0),(73960,21053,530,1,1,0,0,2817.25,5247.84,270.56,5.37561,300,0,0,6722,0,0,0,0,0),(73961,21055,530,1,1,0,0,8694.82,-6644.11,93.4433,5.64079,300,0,0,42,0,0,0,0,0),(73962,21058,530,1,1,0,1,3478.15,3634,157.722,1.95835,300,5,0,5060,2933,1,0,0,0),(73963,21058,530,1,1,0,1,3480.46,3594.65,162.383,1.00634,300,5,0,5060,2933,1,0,0,0),(73964,21058,530,1,1,0,1,3434.45,3538.8,144.569,1.53551,300,5,0,5060,2933,1,0,0,0),(73965,21058,530,1,1,0,1,3388.49,3449.71,140.352,4.62983,300,5,0,5060,2933,1,0,0,0),(73966,21059,530,1,1,0,0,-3224.43,1760.16,88.7074,3.33868,300,0,0,5756,2991,0,0,0,0),(73967,21059,530,1,1,0,0,-3204.06,1768.41,88.518,6.26688,300,0,0,5756,2991,0,0,0,0),(73968,21059,530,1,1,0,0,-3001.79,1761.2,74.9996,4.94763,300,0,0,5756,2991,0,0,0,0),(73969,21059,530,1,1,0,0,-2928.13,1705.48,66.4199,2.00517,300,0,0,5756,2991,0,0,0,0),(73970,21059,530,1,1,0,0,-2950.92,1718.03,66.3021,3.91712,300,0,0,5756,2991,0,0,0,0),(73971,21059,530,1,1,0,0,-2846.79,1431.87,7.39514,4.86947,300,0,0,5756,2991,0,0,0,0),(73972,21059,530,1,1,0,0,-2784.99,1517.12,6.6233,3.45007,300,0,0,5756,2991,0,0,0,0),(73973,21059,530,1,1,0,0,-2776.69,1485.5,9.3087,2.77692,300,0,0,5756,2991,0,0,0,0),(73974,21059,530,1,1,0,0,-2818.43,1454.18,6.00247,5.03667,300,0,0,5756,2991,0,0,0,0),(73975,21059,530,1,1,0,0,-2860.71,1461.54,6.06178,5.7083,300,0,0,5756,2991,0,0,0,0),(73976,21059,530,1,1,0,0,-2878.59,1414.53,6.17893,1.59034,300,0,0,5756,2991,0,0,0,0),(73977,21059,530,1,1,0,0,-2956.57,1338.59,6.40337,1.55845,300,0,0,5756,2991,0,0,0,0),(73978,21059,530,1,1,0,0,-2945.84,1231.56,6.22122,1.7013,300,0,0,5756,2991,0,0,0,0),(73979,21059,530,1,1,0,0,-2954.98,1262.26,6.06318,4.13998,300,0,0,5756,2991,0,0,0,0),(73980,21059,530,1,1,0,0,-2920.84,1187.07,6.30659,1.30447,300,0,0,5756,2991,0,0,0,0),(73981,21060,530,1,1,14515,0,-2999.53,267.444,-5.3586,0.717728,300,5,0,5409,3080,1,0,0,0),(73982,21060,530,1,1,14515,0,-2974.29,333.244,-10.392,2.72159,300,5,0,5409,3080,1,0,0,0),(73983,21060,530,1,1,14515,0,-3024.56,393.694,1.57099,4.72479,300,5,0,5409,3080,1,0,0,0),(73984,21060,530,1,1,14515,0,-3037.59,391.485,0.10729,0.655917,300,5,0,5409,3080,1,0,0,0),(73985,21060,530,1,1,14515,0,-3913.8,666.605,0.93066,5.28623,300,5,0,5409,3080,1,0,0,0),(73986,21060,530,1,1,14515,0,-4039.43,613.46,21.9869,5.49987,300,5,0,5409,3080,1,0,0,0),(73987,21060,530,1,1,14515,0,-4243.21,323.121,113.168,4.69494,300,0,0,5409,3080,0,0,0,0),(73988,21060,530,1,1,14515,0,-4149.49,411.623,26.8836,2.87979,300,0,0,5409,3080,0,0,0,0),(73989,21060,530,1,1,14515,0,-4064.2,586.542,14.8683,4.77259,300,5,0,5409,3080,1,0,0,0),(73990,21060,530,1,1,14515,0,-4211.03,652.586,27.3971,1.91134,300,5,0,5409,3080,1,0,0,0),(73991,21060,530,1,1,14515,0,-4213.67,805.396,21.3376,4.74561,300,5,0,5409,3080,1,0,0,0),(73992,21060,530,1,1,14515,0,-4187.03,746.108,10.6897,3.14745,300,5,0,5409,3080,1,0,0,0),(73993,21060,530,1,1,14515,0,-4149.53,875.924,19.2911,2.58309,300,0,0,5409,3080,0,0,0,0),(73994,21060,530,1,1,14515,0,-4142.42,985.712,26.8216,6.27142,300,5,0,5409,3080,1,0,0,0),(73995,21060,530,1,1,14515,0,-4218.07,790.042,19.7607,3.08208,300,5,0,5409,3080,1,0,0,0),(73996,21060,530,1,1,14515,0,-4151.54,879.393,20.6715,6.09707,300,0,0,5409,3080,0,0,0,0),(73997,21060,530,1,1,14515,0,-4215.08,821.69,23.8376,2.25181,300,5,0,5409,3080,1,0,0,0),(73998,21060,530,1,1,14515,0,-4379.74,901.067,23.9698,4.95191,300,0,0,5409,3080,0,0,0,0),(73999,21060,530,1,1,14515,0,-4412.22,863.945,10.9602,1.38814,300,0,0,5409,3080,0,0,0,0),(74000,21060,530,1,1,14515,0,-4359.46,989.422,44.3937,5.61191,300,5,0,5409,3080,1,0,0,0),(74001,21060,530,1,1,14515,0,-4339.92,990.239,49.4575,0.092745,300,5,0,5409,3080,1,0,0,0),(74002,21060,530,1,1,14515,0,-4510.24,1047.56,14.2963,3.24631,300,0,0,5409,3080,0,0,0,0),(74003,21060,530,1,1,14515,0,-4524.37,952.803,6.44907,3.89208,300,0,0,5409,3080,0,0,0,0),(74004,21060,530,1,1,14515,0,-4535.07,960.942,7.08389,5.02567,300,5,0,5409,3080,1,0,0,0),(74005,21060,530,1,1,14515,0,-4345.36,822.335,13.8732,2.48919,300,5,0,5409,3080,1,0,0,0),(74006,21060,530,1,1,14515,0,-4507.13,1081.71,27.0049,1.35221,300,0,0,5409,3080,0,0,0,0),(74007,21060,530,1,1,14515,0,-4581.69,1182.57,3.3634,5.65586,300,0,0,5409,3080,0,0,0,0),(74008,21060,530,1,1,14515,0,-4580.98,1178.08,3.44592,4.39249,300,0,0,5409,3080,0,0,0,0),(74009,21061,530,1,1,0,0,-4024.1,1350.26,37.7708,3.67852,300,5,0,6542,0,1,0,0,0),(74010,21061,530,1,1,0,0,-3831.88,1338.6,40.215,3.38891,300,5,0,6542,0,1,0,0,0),(74011,21061,530,1,1,0,0,-3970.71,1353.98,39.8354,4.15773,300,5,0,6542,0,1,0,0,0),(74012,21061,530,1,1,0,0,-3855.62,1327.46,41.7383,1.76344,300,0,0,6542,0,0,0,0,0),(74013,21061,530,1,1,0,0,-3883.92,1309.67,39.3129,2.47482,300,5,0,6542,0,1,0,0,0),(74014,21061,530,1,1,0,0,-3942.62,1515.53,40.0669,4.88758,300,5,0,6542,0,1,0,0,0),(74015,21061,530,1,1,0,0,-3947.52,1458.74,39.6468,4.8419,300,5,0,6542,0,1,0,0,0),(74016,21061,530,1,1,0,0,-3860.9,1493.32,40.2981,5.62668,300,5,0,6542,0,1,0,0,0),(74017,21061,530,1,1,0,0,-3879.18,1536.94,41.4779,1.90856,300,5,0,6542,0,1,0,0,0),(74018,21061,530,1,1,0,0,-3840.3,1577.52,40.5419,3.09466,300,5,0,6542,0,1,0,0,0),(74019,21061,530,1,1,0,0,-3824.21,1485.47,43.1675,1.23917,300,5,0,6542,0,1,0,0,0),(74020,21061,530,1,1,0,0,-3754.89,1488.3,47.3557,3.0174,300,5,0,6542,0,1,0,0,0),(74021,21061,530,1,1,0,0,-3672.44,1607.96,43.3066,5.34648,300,0,0,6542,0,0,0,0,0),(74022,21061,530,1,1,0,0,-3755.68,1681.32,39.7385,3.16702,300,5,0,6542,0,1,0,0,0),(74023,21061,530,1,1,0,0,-3757.42,1655.13,39.7534,6.11964,300,5,0,6542,0,1,0,0,0),(74024,21061,530,1,1,0,0,-3636.53,1765.35,40.3636,3.47747,300,0,0,6542,0,0,0,0,0),(74025,21061,530,1,1,0,0,-3562.34,1715.34,39.7787,4.74713,300,5,0,6542,0,1,0,0,0),(74026,21061,530,1,1,0,0,-3577.3,1579.17,47.5892,5.54588,300,5,0,6542,0,1,0,0,0),(74027,21061,530,1,1,0,0,-3517.94,1586.03,46.1806,1.32184,300,5,0,6542,0,1,0,0,0),(74028,21061,530,1,1,0,0,-3459.81,1729.88,82.9985,3.84683,300,5,0,6542,0,1,0,0,0),(74029,21061,530,1,1,0,0,-3375.25,1673.66,98.6486,2.8489,300,5,0,6542,0,1,0,0,0),(74030,21061,530,1,1,0,0,-3379.83,1753.05,100.932,1.74997,300,5,0,6542,0,1,0,0,0),(74031,21061,530,1,1,0,0,-3433.41,1761.27,100.891,2.09598,300,5,0,6542,0,1,0,0,0),(74032,21061,530,1,1,0,0,-3425.07,1777.47,100.886,4.87426,300,5,0,6542,0,1,0,0,0),(74033,21061,530,1,1,0,0,-3412.84,1793.02,99.239,4.40706,300,5,0,6542,0,1,0,0,0),(74034,21061,530,1,1,0,0,-3425.27,1772.8,100.94,4.72466,300,5,0,6542,0,1,0,0,0),(74035,21063,530,1,1,0,0,8689.28,-6637.89,93.4432,1.03172,300,0,0,42,0,0,0,0,0),(74036,21064,530,1,1,0,0,8709.2,-6645.67,93.4403,5.44094,300,0,0,42,0,0,0,0,0),(74037,21065,530,1,1,0,0,2385.97,2145.42,87.0006,3.45575,300,0,0,6280,2991,0,0,0,0),(74038,21065,530,1,1,0,0,2433.45,2147.54,98.3253,1.61381,300,5,0,6280,2991,1,0,0,0),(74039,21065,530,1,1,0,0,2439.6,2121.88,87.9443,4.25768,300,5,0,6280,2991,1,0,0,0),(74040,21065,530,1,1,0,0,2438.74,2091.38,85.2205,2.68549,300,0,0,6280,2991,0,0,0,0),(74041,21065,530,1,1,0,0,2454.06,2095.48,91.4943,3.36848,300,0,0,6280,2991,0,0,0,0),(74042,21065,530,1,1,0,0,2451.12,2075.28,83.7381,4.03563,300,5,0,6280,2991,1,0,0,0),(74043,21065,530,1,1,0,0,2459.99,2133.51,92.3488,3.13085,300,5,0,6280,2991,1,0,0,0),(74044,21065,530,1,1,0,0,2479.91,2046.89,87.3758,3.14159,300,0,0,6280,2991,0,0,0,0),(74045,21065,530,1,1,0,0,2468.25,2161.94,102.436,6.08387,300,5,0,6280,2991,1,0,0,0),(74046,21065,530,1,1,0,0,2488.45,2025.52,88.62,2.84489,300,0,0,6280,2991,0,0,0,0),(74047,21065,530,1,1,0,0,2535.37,2106.66,99.998,0.156441,300,5,0,6280,2991,1,0,0,0),(74048,21065,530,1,1,0,0,2513.93,2148.42,98.4146,3.44417,300,5,0,6280,2991,1,0,0,0),(74049,21065,530,1,1,0,0,2483.54,1996.46,88.2524,4.5204,300,0,0,6280,2991,0,0,0,0),(74050,21066,530,1,1,0,1,1980.62,6881.19,161.373,0.785398,300,0,0,4892,2846,0,0,0,0),(74051,21071,530,1,1,0,0,-3634.9,1765.5,40.3979,4.86622,300,0,0,6986,0,0,0,0,0),(34046,26252,571,1,1,0,1,2849.36,5229.06,12.9326,2.54208,25,0,0,7984,0,0,0,0,0),(74054,21074,530,1,1,0,0,1551.4,6755.07,133.169,0.855211,300,0,0,5914,0,0,0,0,0),(74055,21074,530,1,1,0,0,1513.25,6797.13,117.854,1.29154,300,0,0,5914,0,0,0,0,0),(74056,21074,530,1,1,0,0,1580.5,6809.78,129.572,2.35619,300,0,0,5914,0,0,0,0,0),(74057,21074,530,1,1,0,0,1806.26,6895.78,143.977,6.10865,300,0,0,5914,0,0,0,0,0),(74058,21074,530,1,1,0,0,1734.16,6798.94,138.774,6.17846,300,0,0,5914,0,0,0,0,0),(74059,21074,530,1,1,0,0,1782.43,6824.75,137.776,3.38594,300,0,0,5914,0,0,0,0,0),(74060,21074,530,1,1,0,0,1834.72,6868.82,144.865,4.03171,300,0,0,5914,0,0,0,0,0),(74061,21074,530,1,1,0,0,1882.02,6869.27,145.271,2.09439,300,0,0,5914,0,0,0,0,0),(74062,21074,530,1,1,0,0,1831.38,6793.78,138.228,5.67232,300,0,0,5914,0,0,0,0,0),(74063,21074,530,1,1,0,0,1806.79,6729.73,138.011,4.53786,300,0,0,5914,0,0,0,0,0),(74064,21074,530,1,1,0,0,1778.82,6769.58,137.39,1.76278,300,0,0,5914,0,0,0,0,0),(74065,21074,530,1,1,0,0,1910.67,6773.08,145.144,5.49779,300,0,0,5914,0,0,0,0,0),(74066,21074,530,1,1,0,0,1868.98,6753.43,143.606,2.00713,300,0,0,5914,0,0,0,0,0),(74067,21074,530,1,1,0,0,1746.49,6738.09,137.022,5.75959,300,0,0,5914,0,0,0,0,0),(74068,21074,530,1,1,0,0,1672.16,6800.67,135.87,3.00197,300,0,0,5914,0,0,0,0,0),(74069,21074,530,1,1,0,0,1615.61,6768.72,132.403,2.19912,300,0,0,5914,0,0,0,0,0),(74070,21074,530,1,1,0,0,1864.6,6663,141.62,4.06662,300,0,0,5914,0,0,0,0,0),(74071,21074,530,1,1,0,0,1912.6,6689.05,146.125,0.261799,300,0,0,5914,0,0,0,0,0),(74072,21074,530,1,1,0,0,1946.13,6644.67,147.387,1.88496,300,0,0,5914,0,0,0,0,0),(74073,21074,530,1,1,0,0,1907.73,6618.16,144.622,2.93215,300,0,0,5914,0,0,0,0,0),(74074,21074,530,1,1,0,0,1966.63,6700.11,147.092,1.13446,300,0,0,5914,0,0,0,0,0),(74075,21074,530,1,1,0,0,1949.62,6591.58,143.251,4.2586,300,0,0,5914,0,0,0,0,0),(74076,21074,530,1,1,0,0,1997.06,6594,137.694,5.02655,300,0,0,5914,0,0,0,0,0),(74077,21074,530,1,1,0,0,2003.01,6646.25,143.314,5.46288,300,0,0,5914,0,0,0,0,0),(74078,21074,530,1,1,0,0,2084.69,6666.26,144.731,0.418879,300,0,0,5914,0,0,0,0,0),(74079,21074,530,1,1,0,0,2066.63,6600.1,140.109,5.3058,300,0,0,5914,0,0,0,0,0),(74080,21074,530,1,1,0,0,2033.34,6688.34,145.437,3.33358,300,0,0,5914,0,0,0,0,0),(74081,21075,530,1,1,0,0,-266.624,1154.46,79.4764,2.44346,300,0,0,42,0,0,0,0,0),(74082,21075,530,1,1,0,0,-292.791,1143.22,91.9368,2.3911,300,0,0,42,0,0,0,0,0),(74083,21077,530,1,1,0,0,2865.35,3245.73,179.952,2.00135,300,0,0,7591,0,0,0,0,0),(74084,21080,530,1,1,0,0,-3456.48,2241.29,33.8697,4.53786,300,0,0,6761,0,0,0,0,0),(74085,21080,530,1,1,0,0,-3439.95,2250.68,33.574,5.50956,300,0,0,6761,0,0,0,0,0),(74086,21080,530,1,1,0,0,-3422.23,2237.42,34.2742,2.51327,300,0,0,6761,0,0,0,0,0),(74087,21080,530,1,1,0,0,-3404.85,2266.46,34.057,2.74017,300,0,0,6761,0,0,0,0,0),(74088,21081,530,1,1,0,1,2128.5,4836.56,144.431,1.15192,300,0,0,11828,0,0,0,0,0),(74089,21081,530,1,1,0,1,2149.65,4828.96,147.219,1.44862,300,0,0,11828,0,0,0,0,0),(74090,21081,530,1,1,0,1,2215.6,4820.28,156.975,1.93731,300,0,0,11828,0,0,0,0,0),(74091,21081,530,1,1,0,1,2206.21,4792.22,156.486,3.31613,300,0,0,11828,0,0,0,0,0),(74092,21081,530,1,1,0,1,2225.99,4775.68,157.533,4.95674,300,0,0,11828,0,0,0,0,0),(74093,21081,530,1,1,0,1,2253,4800.07,156.245,0.453786,300,0,0,11828,0,0,0,0,0),(74094,21081,530,1,1,0,1,2224.85,4742.63,160.038,1.37881,300,0,0,11828,0,0,0,0,0),(74095,21081,530,1,1,0,1,2206.01,4731.16,159.961,2.93215,300,0,0,11828,0,0,0,0,0),(74096,21081,530,1,1,0,1,2160.77,4758.93,155.331,6.16778,300,5,0,11828,0,1,0,0,0),(74097,21081,530,1,1,0,1,2180.2,4752.65,155.337,6.16843,300,5,0,11828,0,1,0,0,0),(74098,21081,530,1,1,0,1,2132.61,4708.99,155.652,4.31096,300,0,0,11828,0,0,0,0,0),(74099,21081,530,1,1,0,1,2127.75,4739.4,150.978,3.52556,300,0,0,11828,0,0,0,0,0),(74100,21081,530,1,1,0,1,2081.86,4743.43,143.231,2.46091,300,0,0,11828,0,0,0,0,0),(74101,21081,530,1,1,0,1,2096.03,4779.28,179.179,6.21337,300,0,0,11828,0,0,0,0,0),(74102,21081,530,1,1,0,1,2107.28,4797.68,145.548,1.93731,300,0,0,11828,0,0,0,0,0),(74103,21081,530,1,1,0,1,2080.53,4785.6,179.136,2.49582,300,0,0,11828,0,0,0,0,0),(74104,21081,530,1,1,0,1,2072.81,4695.83,151.318,5.88176,300,0,0,11828,0,0,0,0,0),(74105,21081,530,1,1,0,1,2072.76,4782.42,143.675,3.00197,300,0,0,11828,0,0,0,0,0),(74106,21081,530,1,1,0,1,2004.48,4690.84,148.519,3.1765,300,0,0,11828,0,0,0,0,0),(74107,21081,530,1,1,0,1,2005.93,4702.26,146.456,3.24631,300,0,0,11828,0,0,0,0,0),(74108,21082,530,1,1,0,0,2187.25,4802.64,156.213,4.59022,300,0,0,6224,0,0,0,0,0),(74109,21083,530,1,1,0,0,2173.44,4719.17,156.311,2.40855,300,0,0,6224,0,0,0,0,0),(74110,21084,530,1,1,0,1,2233.37,4725,162.212,3.31613,300,0,0,6224,0,0,0,0,0),(74111,21085,530,1,1,0,0,2034.42,4691.92,150.218,1.6057,300,0,0,3815,0,0,0,0,0),(74112,21086,530,1,1,0,0,2252.67,4760.84,157.631,3.08923,300,0,0,6224,0,0,0,0,0),(74113,21087,530,1,1,0,0,2039.82,4675.43,150.074,0.977384,300,0,0,3815,0,0,0,0,0),(74114,21088,530,1,1,0,0,2227.13,4717.91,162.075,2.00713,300,0,0,6224,0,0,0,0,0),(74115,21089,530,1,1,0,1,3905.23,3717.07,112.869,6.19592,300,0,0,6148,3155,0,0,0,0),(74116,21089,530,1,1,0,1,3916.09,3730.62,113.347,5.09636,300,0,0,6148,3155,0,0,0,0),(74117,21089,530,1,1,0,1,3902.67,3751.12,117.689,3.97935,300,0,0,6148,3155,0,0,0,0),(74118,21089,530,1,1,0,1,3894.92,3790.14,118.285,5.20108,300,0,0,6148,3155,0,0,0,0),(74119,21089,530,1,1,0,1,3971.58,3835.28,162.683,3.28122,300,0,0,6148,3155,0,0,0,0),(74120,21089,530,1,1,0,1,3901.39,3834.11,126.704,5.02655,300,0,0,6148,3155,0,0,0,0),(74121,21089,530,1,1,0,1,3898.99,3828.53,124.111,1.16398,300,0,0,6148,3155,0,0,0,0),(74122,21089,530,1,1,0,1,3803.53,4002.03,121.477,3.59538,300,0,0,6148,3155,0,0,0,0),(74123,21089,530,1,1,0,1,3802.58,4023.16,121.945,2.72271,300,0,0,6148,3155,0,0,0,0),(74124,21089,530,1,1,0,1,3883.12,3934.22,179.65,0.069813,300,0,0,6148,3155,0,0,0,0),(74125,21089,530,1,1,0,1,3889.12,3991.03,183.162,3.82227,300,0,0,6148,3155,0,0,0,0),(74126,21089,530,1,1,0,1,3888.98,4020.4,185.196,4.88692,300,0,0,6148,3155,0,0,0,0),(74127,21089,530,1,1,0,1,3922.64,3917.61,176.221,4.53786,300,0,0,6148,3155,0,0,0,0),(74128,21089,530,1,1,0,1,3975,3863.18,168.993,3.49066,300,0,0,6148,3155,0,0,0,0),(74129,21089,530,1,1,0,1,4157.98,4017.62,128.281,4.12212,300,0,0,6148,3155,0,0,0,0),(74130,21089,530,1,1,0,1,4032.02,4129.35,191.501,2.30383,300,0,0,6148,3155,0,0,0,0),(74131,21089,530,1,1,0,1,4006.49,4148.51,191.903,2.42601,300,0,0,6148,3155,0,0,0,0),(74132,21090,530,1,1,0,0,3936.42,2003.47,406.203,3.71755,300,0,0,6986,0,0,0,0,0),(74133,21092,530,1,1,0,0,-3610.23,1628.98,42.9055,0.977384,300,0,0,6986,0,0,0,0,0),(74134,21094,530,1,1,0,0,-3612.8,1626.78,43.0451,1.06465,300,0,0,6986,0,0,0,0,0),(74135,21096,530,1,1,0,0,-4118.16,685.157,3.20918,2.09439,300,0,0,6986,0,0,0,0,0),(34045,30723,1,1,1,0,0,1843.01,-4464.64,47.501,5.67232,25,0,0,902,2680,0,0,0,0),(74137,21102,530,1,1,0,0,-3744.36,1194.46,82.4904,5.35816,300,0,0,69860,0,0,0,0,0),(74138,21103,530,1,1,0,0,2219.08,4798.92,156.475,5.84685,300,0,0,7392,0,0,0,0,0),(74139,21105,530,1,1,0,0,2222.29,4788.88,156.484,1.06465,300,0,0,7392,0,0,0,0,0),(74140,21106,530,1,1,0,0,2233.96,4792.46,156.434,2.77507,300,0,0,7392,0,0,0,0,0),(74141,21107,530,1,1,0,0,1860.71,5528.27,277.588,1.8326,300,0,0,17742,0,0,0,0,0),(74142,21108,530,1,1,0,0,-3851.81,1432.6,41.1135,1.46715,300,0,0,6761,0,0,0,0,0),(74143,21110,530,1,1,0,0,1944.85,5537.87,266.734,2.14675,300,0,0,6542,0,0,0,0,0),(74144,21111,530,1,1,0,0,1913,5522.93,267.704,1.20428,300,0,0,6326,0,0,0,0,0),(74145,21112,530,1,1,0,0,1910.42,5548.36,264.016,1.32645,300,0,0,6326,0,0,0,0,0),(74146,21113,530,1,1,0,0,1916.92,5522.61,267.704,1.91986,300,0,0,6326,0,0,0,0,0),(74147,21114,530,1,1,0,0,1898.78,5552.54,264.427,5.89921,300,0,0,6326,0,0,0,0,0),(74148,21114,530,1,1,0,0,1933.91,5532.31,266.599,2.44346,300,0,0,6326,0,0,0,0,0),(74149,21114,530,1,1,0,0,1931.61,5576,263.781,1.79769,300,0,0,6326,0,0,0,0,0),(74150,21114,530,1,1,0,0,1903.96,5551.51,258.174,4.15388,300,0,0,6326,0,0,0,0,0),(74151,21114,530,1,1,0,0,1918.18,5588.37,263.406,3.76991,300,0,0,6326,0,0,0,0,0),(74152,21114,530,1,1,0,0,1932.72,5578.36,263.781,3.68265,300,0,0,6326,0,0,0,0,0),(74153,21114,530,1,1,0,0,1902.14,5581.49,263.031,3.38594,300,0,0,6326,0,0,0,0,0),(74154,21114,530,1,1,0,0,1951.9,5581.62,263.878,0.698132,300,0,0,6326,0,0,0,0,0),(74155,21114,530,1,1,0,0,1956.25,5578.65,263.753,2.14675,300,0,0,6326,0,0,0,0,0),(74156,21114,530,1,1,0,0,1942.74,5590.41,263.878,0.220522,300,0,0,6326,0,0,0,0,0),(74157,21114,530,1,1,0,0,1927.04,5599.06,267.352,0.541052,300,0,0,6326,0,2,0,0,0),(74158,21115,530,1,1,0,1,1898.52,5589.53,267.594,2.37365,300,0,0,13972,0,0,0,0,0),(74159,21115,530,1,1,0,1,1930.83,5603.07,267.402,1.309,300,0,0,13972,0,0,0,0,0),(74160,21115,530,1,1,0,1,1863.2,5537.73,275.714,1.5708,300,0,0,13972,0,0,0,0,0),(74161,21115,530,1,1,0,1,1898.7,5563.3,261.776,3.07178,300,0,0,13972,0,0,0,0,0),(74162,21115,530,1,1,0,1,1952.94,5565.57,262.763,0.174533,300,0,0,13972,0,0,0,0,0),(74163,21115,530,1,1,0,1,1900,5571.08,262.156,2.89725,300,0,0,13972,0,0,0,0,0),(74164,21115,530,1,1,0,1,1952.09,5570.28,262.503,0.226893,300,0,0,13972,0,0,0,0,0),(74165,21115,530,1,1,0,1,1956.01,5590.55,268.584,0.628319,300,0,0,13972,0,0,0,0,0),(74166,21115,530,1,1,0,1,1941.04,5601.94,267.402,1.46608,300,0,0,13972,0,0,0,0,0),(74168,21117,530,1,1,0,1,2313.01,6004.88,142.826,4.67748,300,0,0,4892,2846,0,0,0,0),(74169,21118,530,1,1,0,1,1898.28,5588.86,267.58,2.26893,300,0,0,27944,0,2,0,0,0),(74170,21123,530,1,1,0,0,3014.69,5098.9,262.165,5.62541,300,5,0,6116,0,1,0,0,0),(74171,21123,530,1,1,0,0,3151.71,5094.15,266.877,0.953326,300,5,0,6116,0,1,0,0,0),(74172,21123,530,1,1,0,0,3382.96,4979.33,264.331,3.68639,300,5,0,6116,0,1,0,0,0),(74173,21123,530,1,1,0,0,3447.42,4854.53,260.316,3.79149,300,5,0,6116,0,1,0,0,0),(74174,21123,530,1,1,0,0,3360.37,4880.55,270.848,5.77284,300,5,0,6116,0,1,0,0,0),(74175,21123,530,1,1,0,0,3323.18,4918.78,265.37,6.19712,300,5,0,6116,0,1,0,0,0),(74176,21123,530,1,1,0,0,3223.54,4947.94,267.145,4.89504,300,5,0,6116,0,1,0,0,0),(74177,21123,530,1,1,0,0,2827.59,5057.01,268.712,5.24225,300,0,0,6116,0,0,0,0,0),(10998,18927,0,1,1,22371,0,-8854.78,649.83,96.7417,1.43117,43200,0,0,42,0,0,3,0,0),(74179,21124,530,1,1,0,0,2955.63,5091.86,263.055,4.35962,300,5,0,6326,0,1,0,0,0),(74180,21124,530,1,1,0,0,3024.18,5145.47,262.9,2.19238,300,5,0,6326,0,1,0,0,0),(74181,21124,530,1,1,0,0,3029.81,5090.15,260.469,5.85317,300,0,0,6326,0,0,0,0,0),(74182,21124,530,1,1,0,0,3079.26,5192.53,258.586,0.560156,300,5,0,6326,0,1,0,0,0),(74183,21124,530,1,1,0,0,3126.45,5137.86,270.644,1.15911,300,5,0,6326,0,1,0,0,0),(74184,21124,530,1,1,0,0,3178.67,5047.54,263.797,0.291176,300,5,0,6326,0,1,0,0,0),(74185,21124,530,1,1,0,0,3219.18,5125.77,260.687,5.63954,300,0,0,6326,0,0,0,0,0),(74186,21124,530,1,1,0,0,3324.84,4970.17,264.869,2.43481,300,5,0,6326,0,1,0,0,0),(74187,21124,530,1,1,0,0,3416.11,5015.54,263.941,1.0821,300,5,0,6326,0,1,0,0,0),(74188,21124,530,1,1,0,0,3455.96,4992.31,265.586,5.10316,300,0,0,6326,0,0,0,0,0),(74189,21124,530,1,1,0,0,3455.68,4952.74,262.529,3.5424,300,5,0,6326,0,1,0,0,0),(74190,21124,530,1,1,0,0,3510.7,5005.71,266.64,6.20506,300,5,0,6326,0,1,0,0,0),(74191,21124,530,1,1,0,0,3535.62,4750.79,240.131,5.64828,300,5,0,6326,0,1,0,0,0),(74192,21124,530,1,1,0,0,3494.14,4799.88,249.172,2.57771,300,5,0,6326,0,1,0,0,0),(74193,21124,530,1,1,0,0,3479.02,4819.54,253.005,2.61253,300,5,0,6326,0,1,0,0,0),(74194,21124,530,1,1,0,0,3421.02,4811.18,266.451,1.70496,300,5,0,6326,0,1,0,0,0),(74195,21124,530,1,1,0,0,3386.41,4863.69,269.39,1.30001,300,5,0,6326,0,1,0,0,0),(74196,21124,530,1,1,0,0,3330.6,4831.29,275.524,5.60376,300,5,0,6326,0,1,0,0,0),(74197,21124,530,1,1,0,0,3187.71,4918.49,267.353,1.13511,300,5,0,6326,0,1,0,0,0),(74198,21124,530,1,1,0,0,3148.08,4940.27,269.38,3.9705,300,5,0,6326,0,1,0,0,0),(74199,21124,530,1,1,0,0,3240.72,4891.68,266.075,4.69774,300,0,0,6326,0,0,0,0,0),(74200,21124,530,1,1,0,0,3045.17,5022.63,257.966,4.04604,300,5,0,6326,0,1,0,0,0),(74201,21124,530,1,1,0,0,2940.66,5010.39,264.241,3.8322,300,5,0,6326,0,1,0,0,0),(74202,21124,530,1,1,0,0,2871.53,4950.86,268.097,3.09383,300,5,0,6326,0,1,0,0,0),(74203,21124,530,1,1,0,0,2848,4984.37,266.412,2.92358,300,5,0,6326,0,1,0,0,0),(74204,21124,530,1,1,0,0,2829.7,5066.17,266.91,1.26326,300,0,0,6326,0,0,0,0,0),(74205,21124,530,1,1,0,0,2835.84,5081.18,268.049,4.20464,300,0,0,6326,0,0,0,0,0),(74206,21124,530,1,1,0,0,2731,5076.21,268.245,1.65588,300,5,0,6326,0,1,0,0,0),(74207,21133,530,1,1,0,0,-701.021,1874.66,63.4574,2.25148,300,0,0,59140,0,0,0,0,0),(74212,21142,530,1,1,0,0,2107.12,6104.5,145.868,2.37365,300,0,0,6986,0,0,0,0,0),(74213,21145,530,1,1,0,1,-2655.95,-12132.3,16.9983,3.87463,300,0,0,484,0,0,0,0,0),(74214,21147,530,1,1,0,1,2295.88,6027.99,142.641,2.35619,300,0,0,6542,0,0,0,0,0),(74215,21151,530,1,1,0,1,2069.85,6816.89,175.68,3.87498,300,0,0,6326,0,2,0,0,0),(74216,21152,530,1,1,0,1,1885.32,5569.04,260.848,1.65806,300,5,0,6326,0,1,0,0,0),(74217,21152,530,1,1,0,1,1917.73,5513.13,280.536,0.194286,300,5,0,6326,0,1,0,0,0),(74218,21152,530,1,1,0,1,1920.97,5557.84,263.343,1.38317,300,5,0,6326,0,1,0,0,0),(74219,21153,530,1,1,0,1,-3014.28,2567.43,141.622,5,300,0,0,17742,0,2,0,0,0),(74222,21157,530,1,1,0,0,4553.96,2687.11,176.55,1.96399,300,0,0,6761,0,2,0,0,0),(74223,21157,530,1,1,0,0,4562.05,2669.28,178.55,3.33404,300,0,0,6761,0,2,0,0,0),(74224,21157,530,1,1,0,0,4696.38,2601.71,209.892,3.86444,300,0,0,6761,0,2,0,0,0),(74225,21157,530,1,1,0,0,4694.74,2611.98,209.892,3.59538,300,0,0,6761,0,2,0,0,0),(74226,21157,530,1,1,0,0,4608.13,2429.07,195.088,5.32325,300,0,0,6761,0,2,0,0,0),(74227,21157,530,1,1,0,0,4666.59,2405.01,191.833,5.79449,300,0,0,6761,0,2,0,0,0),(74228,21157,530,1,1,0,0,4726.27,2382,198.47,2.49156,300,0,0,6761,0,2,0,0,0),(74229,21157,530,1,1,0,0,4705.22,2459.43,240.109,5.08514,300,0,0,6761,0,2,0,0,0),(74230,21157,530,1,1,0,0,4697.59,2505.86,236.682,1.52812,300,0,0,6761,0,2,0,0,0),(74231,21158,530,1,1,0,1,2014.72,6881.02,179.016,4.23453,300,0,0,6542,0,0,0,0,0),(74232,21159,555,3,1,0,0,-157.247,-19.3744,19.939,5.23599,86400,0,0,42,0,0,0,0,0),(74233,21159,555,3,1,0,0,-138.52,0.111671,20.1447,1.85005,86400,0,0,42,0,0,0,0,0),(74234,21159,555,3,1,0,0,-174.652,0.44945,19.8231,5.72468,86400,0,0,42,0,0,0,0,0),(74235,21164,530,1,1,0,1,-3867.61,430.104,104.084,1.65124,300,0,0,55890,3155,2,0,0,0),(74236,21168,530,1,1,0,1,-3721.92,245.168,104.142,2.25148,300,0,0,55890,6310,0,0,0,0),(74237,21171,530,1,1,0,1,-3931.08,398.582,120.472,5.88176,300,0,0,72657,18930,0,0,0,0),(74238,21172,530,1,1,0,1,-202.913,5477.6,22.7915,2.16421,300,0,0,2491,2434,0,0,0,0),(74239,21173,530,1,1,0,0,-738.335,1922.69,100.874,0.10472,300,0,0,42,0,0,0,0,0),(138189,17371,542,3,1,0,0,308.919,100.519,9.62138,2.61455,86400,0,0,10472,5875,0,0,0,0),(74241,21175,530,1,1,0,1,240.444,2692.6,89.8273,2.23402,300,0,0,6986,0,0,0,0,0),(74242,21176,530,1,1,0,0,1633.17,6400.08,-10.2542,5.41052,300,0,0,6986,0,0,0,0,0),(74243,21178,530,1,1,0,1,-3915.89,256.112,139.157,0.994838,300,0,0,83835,6310,0,0,0,0),(74244,21179,530,1,1,0,1,-3880.02,467.497,104.136,1.55678,300,0,0,6986,0,0,0,0,0),(74245,21179,530,1,1,0,1,-3879.97,471.033,104.132,4.69837,300,0,0,6986,0,0,0,0,0),(74246,21179,530,1,1,0,1,-3917,464.962,104.118,4.66227,300,0,0,6986,0,0,0,0,0),(74247,21179,530,1,1,0,1,-3917.16,461.916,104.116,1.52068,300,0,0,6986,0,0,0,0,0),(74248,21179,530,1,1,0,1,-3904.29,464.211,104.608,4.59178,300,0,0,6986,0,0,0,0,0),(74249,21179,530,1,1,0,1,-3904.63,461.447,104.625,1.45019,300,0,0,6986,0,0,0,0,0),(74250,21179,530,1,1,0,1,-3892.93,464.125,105.141,4.68341,300,0,0,6986,0,0,0,0,0),(74251,21179,530,1,1,0,1,-3893.03,460.739,105.145,1.54182,300,0,0,6986,0,0,0,0,0),(74252,21179,530,1,1,0,1,-3916.86,449.539,104.189,4.62905,300,0,0,6986,0,0,0,0,0),(74253,21179,530,1,1,0,1,-3867.02,458.705,104.144,0.296706,300,0,0,6986,0,0,0,0,0),(74254,21179,530,1,1,0,1,-3917.14,446.234,104.215,1.48746,300,0,0,6986,0,0,0,0,0),(74255,21179,530,1,1,0,1,-3904.39,450.324,104.705,4.76475,300,0,0,6986,0,0,0,0,0),(74256,21179,530,1,1,0,1,-3904.53,446.441,104.674,1.53259,300,0,0,6986,0,0,0,0,0),(74257,21179,530,1,1,0,1,-3892.39,449.491,105.09,4.62512,300,0,0,6986,0,0,0,0,0),(74258,21179,530,1,1,0,1,-3892.32,446.348,105.071,1.59542,300,0,0,6986,0,0,0,0,0),(74259,21179,530,1,1,0,1,-3904.81,428.438,104.15,1.90241,300,0,0,6986,0,0,0,0,0),(74260,21179,530,1,1,0,1,-3904.62,432.67,104.166,4.85202,300,0,0,6986,0,0,0,0,0),(74261,21179,530,1,1,0,1,-3916.72,432.794,104.128,4.85202,300,0,0,6986,0,0,0,0,0),(74262,21179,530,1,1,0,1,-3916.87,429.131,104.058,1.5287,300,0,0,6986,0,0,0,0,0),(74263,21179,530,1,1,0,1,-3927.08,385.59,120.378,2.02458,300,0,0,6986,0,0,0,0,0),(74264,21179,530,1,1,0,1,-3920.17,391.279,120.48,2.68781,300,0,0,6986,0,0,0,0,0),(74265,21179,530,1,1,0,1,-3837.22,428.724,104.157,1.56475,300,0,0,6986,0,0,0,0,0),(74266,21179,530,1,1,0,1,-3837.2,431.912,104.15,4.70634,300,0,0,6986,0,0,0,0,0),(74267,21179,530,1,1,0,1,-3816.66,427.94,104.158,1.6057,300,0,0,6986,0,0,0,0,0),(74268,21179,530,1,1,0,1,-3816.16,431.552,104.151,4.88692,300,0,0,6986,0,0,0,0,0),(74269,21179,530,1,1,0,1,-3863.83,458.539,104.145,3.08967,300,0,0,6986,0,0,0,0,0),(74270,21179,530,1,1,0,1,-3863.29,443.758,104.088,3.0052,300,0,0,6986,0,0,0,0,0),(74271,21179,530,1,1,0,1,-3866.92,444.257,104.157,0.226893,300,0,0,6986,0,0,0,0,0),(74272,21179,530,1,1,0,1,-3891.9,433.198,104.853,4.81711,300,0,0,6986,0,0,0,0,0),(74273,21179,530,1,1,0,1,-3892.26,429.29,104.633,1.47965,300,0,0,6986,0,0,0,0,0),(74274,21179,530,1,1,0,1,-3848.7,351.674,120.38,1.44862,300,0,0,6986,0,0,0,0,0),(74275,21179,530,1,1,0,1,-3848.16,355.412,120.386,4.45059,300,0,0,6986,0,0,0,0,0),(74276,21180,530,1,1,0,1,-3829.16,496.146,90.3647,1.46608,300,0,0,5589,3155,0,0,0,0),(74277,21180,530,1,1,0,1,-3914.28,274.25,139.241,4.5204,300,0,0,5589,3155,0,0,0,0),(74278,21180,530,1,1,0,1,-3902.66,440.068,104.666,3.13292,300,5,0,5589,3155,1,0,0,0),(74279,21180,530,1,1,0,1,-3746.74,416.089,104.113,0.010787,300,0,0,5589,3155,0,0,0,0),(74280,21180,530,1,1,0,1,-3911.63,312.169,137.202,1.62316,300,0,0,5589,3155,0,0,0,0),(74281,21180,530,1,1,0,1,-3888.72,377.189,120.186,3.82227,300,0,0,5589,3155,0,0,0,0),(74282,21180,530,1,1,0,1,-3891.66,376.519,120.179,1.06465,300,0,0,5589,3155,0,0,0,0),(74283,21180,530,1,1,0,1,-3857.39,282.011,137.16,3.00197,300,0,0,5589,3155,0,0,0,0),(74284,21180,530,1,1,0,1,-3901.63,306.733,137.146,1.51844,300,5,0,5589,3155,1,0,0,0),(74285,21180,530,1,1,0,1,-3884.28,275.627,137.325,0.820305,300,0,0,5589,3155,0,0,0,0),(74286,21180,530,1,1,0,1,-3895.61,287.216,137.331,0.925025,300,0,0,5589,3155,0,0,0,0),(74287,21180,530,1,1,0,1,-3890.87,311.904,137.174,1.78024,300,0,0,5589,3155,0,0,0,0),(74288,21180,530,1,1,0,1,-3904.71,268.09,139.241,4.08407,300,0,0,5589,3155,0,0,0,0),(74289,21180,530,1,1,0,1,-3899.22,259.063,139.241,3.63029,300,0,0,5589,3155,0,0,0,0),(74290,21180,530,1,1,0,1,-3869.16,258.404,137.23,3.97935,300,0,0,5589,3155,0,0,0,0),(74291,21180,530,1,1,0,1,-3870.94,257.175,137.238,0.680678,300,0,0,5589,3155,0,0,0,0),(74292,21180,530,1,1,0,1,-3799.2,269.539,120.647,4.52324,300,5,0,5589,3155,1,0,0,0),(74293,21180,530,1,1,0,1,-3831.42,282.098,120.696,1.0472,300,0,0,5589,3155,0,0,0,0),(74294,21180,530,1,1,0,1,-3787.11,374.329,120.64,3.92699,300,0,0,5589,3155,0,0,0,0),(74295,21180,530,1,1,0,1,-3828.73,286.632,120.695,4.18879,300,0,0,5589,3155,0,0,0,0),(74296,21180,530,1,1,0,1,-3789.93,372.162,120.642,0.436332,300,0,0,5589,3155,0,0,0,0),(74297,21180,530,1,1,0,1,-3752.94,306.564,104.081,0.018384,300,5,0,5589,3155,1,0,0,0),(74298,21180,530,1,1,0,1,-3754.56,281.577,104.153,0.191986,300,0,0,5589,3155,0,0,0,0),(74299,21182,530,1,1,0,0,-1157.05,2104.98,82.9548,1.18682,300,0,0,1,0,0,0,0,0),(74300,21188,530,1,1,0,0,-2667.4,4422.09,36.9885,2.96897,300,0,0,5914,0,0,0,0,0),(74301,21189,530,1,1,0,0,1781.97,5595.04,266.303,2.34376,300,5,0,6116,0,1,0,0,0),(74302,21189,530,1,1,0,0,1750.73,5653.25,266.233,4.00302,300,5,0,6116,0,1,0,0,0),(74303,21189,530,1,1,0,0,1789.12,5542.3,268.147,5.15995,300,5,0,6116,0,1,0,0,0),(74304,21189,530,1,1,0,0,1741.67,5553.65,266.595,3.92703,300,5,0,6116,0,1,0,0,0),(74305,21189,530,1,1,0,0,1726.04,5670.83,267.571,3.16471,300,5,0,6116,0,1,0,0,0),(74306,21189,530,1,1,0,0,1711.06,5546.79,267.133,2.47875,300,5,0,6116,0,1,0,0,0),(74307,21189,530,1,1,0,0,1646.35,5586.49,267.441,4.71239,300,5,0,6116,0,1,0,0,0),(74308,21189,530,1,1,0,0,1667.55,5656.88,266.165,1.9919,300,5,0,6116,0,1,0,0,0),(74309,21189,530,1,1,0,0,1680.86,5601.56,265.478,2.07856,300,5,0,6116,0,1,0,0,0),(74310,21189,530,1,1,0,0,1678.1,5516.05,266.154,3.4337,300,5,0,6116,0,1,0,0,0),(74311,21189,530,1,1,0,0,1617.04,5558.13,272.421,4.96169,300,5,0,6116,0,1,0,0,0),(74312,21189,530,1,1,0,0,1609.47,5614.92,266.267,2.34719,300,5,0,6116,0,1,0,0,0),(74313,21189,530,1,1,0,0,1547.71,5497.3,269.938,0.048837,300,5,0,6116,0,1,0,0,0),(74314,21189,530,1,1,0,0,1538.66,5464.65,265.667,2.12345,300,5,0,6116,0,1,0,0,0),(74315,21189,530,1,1,0,0,1596.04,5393.74,271.716,1.19024,300,5,0,6116,0,1,0,0,0),(74316,21189,530,1,1,0,0,1589.69,5388.15,266.957,3.11913,300,5,0,6116,0,1,0,0,0),(74317,21189,530,1,1,0,0,1647.87,5433.36,265.608,2.13633,300,5,0,6116,0,1,0,0,0),(74318,21189,530,1,1,0,0,1653.28,5475.45,265.93,0.772968,300,5,0,6116,0,1,0,0,0),(74319,21189,530,1,1,0,0,1727.01,5209.04,267.654,4.77883,300,5,0,6116,0,1,0,0,0),(74320,21189,530,1,1,0,0,1681.39,5193.31,267.144,4.50738,300,5,0,6116,0,1,0,0,0),(74321,21189,530,1,1,0,0,1641.51,5134.73,265.121,5.56344,300,5,0,6116,0,1,0,0,0),(74322,21189,530,1,1,0,0,1701.73,5240.34,267.443,4.18755,300,5,0,6116,0,1,0,0,0),(74323,21189,530,1,1,0,0,1610.83,5186.41,265.75,2.80655,300,5,0,6116,0,1,0,0,0),(74324,21189,530,1,1,0,0,1640.78,5281.79,266.683,5.42848,300,5,0,6116,0,1,0,0,0),(74325,21189,530,1,1,0,0,1680.19,5293.58,266.042,2.87577,300,5,0,6116,0,1,0,0,0),(74326,21189,530,1,1,0,0,1681.76,5348.39,265.354,2.35481,300,5,0,6116,0,1,0,0,0),(74327,21192,530,1,1,0,0,-2627.53,4371.86,35.772,1.62476,300,0,0,5914,0,0,0,0,0),(74328,21193,530,1,1,0,0,-2568.38,4387.01,33.7277,5.72876,300,0,0,5914,0,2,0,0,0),(74329,21194,530,1,1,0,0,-2627.9,4486.03,36.2147,5.02675,300,0,0,5914,0,0,0,0,0),(132098,31291,571,1,2,0,0,4990.96,1400.28,284.443,2.21657,120,0,0,1,0,0,0,0,0),(132097,31291,571,1,2,0,0,5000.52,1401.64,284.443,2.09439,120,0,0,1,0,0,0,0,0),(74332,21197,530,1,1,0,1,2055.93,6816.51,175.68,0.027352,300,0,0,6326,0,2,0,0,0),(74333,21198,530,1,1,0,1,-2839.99,5470.07,-0.779001,6.22747,300,5,0,5715,0,1,0,0,0),(74334,21198,530,1,1,0,1,-2885.72,5465.33,-5.18125,5.44238,300,5,0,5715,0,1,0,0,0),(74335,21198,530,1,1,0,1,-2836.63,5509.26,2.82716,4.95097,300,5,0,5715,0,1,0,0,0),(74336,21198,530,1,1,0,1,-2881.75,5500.62,-1.07153,4.5204,300,0,0,5715,0,0,0,0,0),(74337,21198,530,1,1,0,1,-2897.28,5521.9,-0.328559,3.10255,300,5,0,5715,0,1,0,0,0),(74338,21198,530,1,1,0,1,-2846.84,5568.61,7.34234,2.86234,300,0,0,5715,0,0,0,0,0),(74339,21198,530,1,1,0,1,-2973.18,5566.68,-2.41482,3.7933,300,5,0,5715,0,1,0,0,0),(74340,21198,530,1,1,0,1,-2956.55,5621.6,3.54252,2.09212,300,5,0,5715,0,1,0,0,0),(74341,21198,530,1,1,0,1,-2970.02,5626.67,3.38324,4.20624,300,0,0,5715,0,0,0,0,0),(74342,21198,530,1,1,0,1,-3040.57,5683.11,1.23116,5.41327,300,5,0,5715,0,1,0,0,0),(74343,21198,530,1,1,0,1,-3063.71,5682.84,0.23116,4.83456,300,5,0,5715,0,1,0,0,0),(74344,21198,530,1,1,0,1,-3158.15,5620.14,-1.55739,1.85968,300,5,0,5715,0,1,0,0,0),(74345,21198,530,1,1,0,1,-3161.46,5761.84,1.59978,2.01234,300,5,0,5715,0,1,0,0,0),(74346,21200,530,1,1,0,1,-2899.18,5572.22,1.32904,2.49582,300,0,0,4422,2620,0,0,0,0),(74347,21200,530,1,1,0,1,-2925.78,5564.78,0.21042,3.14656,300,5,0,4422,2620,1,0,0,0),(74348,21200,530,1,1,0,1,-2921.95,5605.92,0.73545,2.32129,300,0,0,4422,2620,0,0,0,0),(74349,21200,530,1,1,0,1,-2997.22,5607.6,-3.75306,2.17695,300,5,0,4422,2620,1,0,0,0),(74350,21200,530,1,1,0,1,-3028.49,5639.57,-2.91639,4.76475,300,0,0,4422,2620,0,0,0,0),(74351,21200,530,1,1,0,1,-3097.32,5685.79,-0.37408,2.66627,300,5,0,4422,2620,1,0,0,0),(74352,21200,530,1,1,0,1,-3098.17,5642.04,-4.43937,1.62067,300,5,0,4422,2620,1,0,0,0),(74353,21200,530,1,1,0,1,-3136.72,5669.59,1.00672,6.0912,300,5,0,4422,2620,1,0,0,0),(74354,21200,530,1,1,0,1,-3152.34,5706.71,0.5296,0.15399,300,5,0,4422,2620,1,0,0,0),(74355,21200,530,1,1,0,1,-3072.94,5604.56,-8.07271,5.68304,300,5,0,4422,2620,1,0,0,0),(74356,21200,530,1,1,0,1,-3120.03,5613.6,-5.48843,1.08015,300,5,0,4422,2620,1,0,0,0),(74357,21203,530,1,1,0,0,1785.66,5591.75,268.004,4.72984,300,0,0,42,0,0,0,0,0),(74358,21203,530,1,1,0,0,1752.72,5655.37,266.78,1.95477,300,0,0,42,0,0,0,0,0),(74359,21203,530,1,1,0,0,1740.02,5550.98,267.785,4.55531,300,0,0,42,0,0,0,0,0),(74360,21203,530,1,1,0,0,1789.94,5540.58,271.573,1.06465,300,0,0,42,0,0,0,0,0),(74361,21203,530,1,1,0,0,1724.06,5670.79,268.257,1.6057,300,0,0,42,0,0,0,0,0),(74362,21203,530,1,1,0,0,1681.74,5595.61,267.546,2.16421,300,0,0,42,0,0,0,0,0),(74363,21203,530,1,1,0,0,1647.97,5588.41,269.384,1.90241,300,0,0,42,0,0,0,0,0),(74364,21203,530,1,1,0,0,1714.95,5542.91,269.218,2.82743,300,0,0,42,0,0,0,0,0),(74365,21203,530,1,1,0,0,1666.74,5658.7,266.188,5.0091,300,0,0,42,0,0,0,0,0),(74366,21203,530,1,1,0,0,1670.75,5601.15,268.328,5.25344,300,0,0,42,0,0,0,0,0),(74367,21203,530,1,1,0,0,1615.14,5563.57,273.009,3.1765,300,0,0,42,0,0,0,0,0),(74368,21203,530,1,1,0,0,1609.47,5551.86,278.026,2.26893,300,0,0,42,0,0,0,0,0),(74369,21203,530,1,1,0,0,1683.66,5517.96,267.008,3.78736,300,0,0,42,0,0,0,0,0),(74370,21203,530,1,1,0,0,1636.38,5548.85,269.332,1.51844,300,0,0,42,0,0,0,0,0),(74371,21203,530,1,1,0,0,1608.1,5616.31,266.784,2.6529,300,0,0,42,0,0,0,0,0),(74372,21203,530,1,1,0,0,1616.56,5632.26,265.892,4.32842,300,0,0,42,0,0,0,0,0),(74373,21203,530,1,1,0,0,1563.86,5515.22,271.932,0.698132,300,0,0,42,0,0,0,0,0),(74374,21203,530,1,1,0,0,1572.05,5498.64,274.507,3.14159,300,0,0,42,0,0,0,0,0),(74375,21203,530,1,1,0,0,1542.95,5497.66,271.315,0.715585,300,0,0,42,0,0,0,0,0),(74376,21203,530,1,1,0,0,1537.61,5466.34,266.014,4.08407,300,0,0,42,0,0,0,0,0),(74377,21203,530,1,1,0,0,1595.45,5388.34,269.571,5.86431,300,0,0,42,0,0,0,0,0),(74378,21203,530,1,1,0,0,1581.99,5372.06,267.382,5.06145,300,0,0,42,0,0,0,0,0),(74379,21203,530,1,1,0,0,1569.39,5400.8,266.416,0.872665,300,0,0,42,0,0,0,0,0),(74380,21203,530,1,1,0,0,1646.39,5435.71,266.839,3.14159,300,0,0,42,0,0,0,0,0),(74381,21203,530,1,1,0,0,1649.53,5472.25,266.341,6.05629,300,0,0,42,0,0,0,0,0),(74382,21203,530,1,1,0,0,1674.58,5375.58,268.713,5.13127,300,0,0,42,0,0,0,0,0),(74383,21203,530,1,1,0,0,1668.8,5460.7,265.762,1.13446,300,0,0,42,0,0,0,0,0),(74384,21203,530,1,1,0,0,1679.16,5417.8,269.131,5.37561,300,0,0,42,0,0,0,0,0),(74385,21203,530,1,1,0,0,1726.93,5213.65,271.196,5.46288,300,0,0,42,0,0,0,0,0),(74386,21203,530,1,1,0,0,1630.92,5132.53,266.752,0.820305,300,0,0,42,0,0,0,0,0),(74387,21203,530,1,1,0,0,1626.06,5171.29,267.492,2.63545,300,0,0,42,0,0,0,0,0),(74388,21203,530,1,1,0,0,1679.82,5195.56,270.238,3.52556,300,0,0,42,0,0,0,0,0),(74389,21203,530,1,1,0,0,1643.02,5133.41,265.203,3.9968,300,0,0,42,0,0,0,0,0),(74390,21203,530,1,1,0,0,1703.57,5244.79,269.742,0.453786,300,0,0,42,0,0,0,0,0),(74391,21203,530,1,1,0,0,1706.27,5227.58,269.566,3.28122,300,0,0,42,0,0,0,0,0),(74392,21203,530,1,1,0,0,1608.13,5187.35,266.271,4.2237,300,0,0,42,0,0,0,0,0),(74393,21203,530,1,1,0,0,1636.99,5286.28,267.655,5.79449,300,0,0,42,0,0,0,0,0),(74394,21203,530,1,1,0,0,1684.89,5292.32,266.846,3.4383,300,0,0,42,0,0,0,0,0),(74395,21203,530,1,1,0,0,1643.26,5317.63,268.7,5.25344,300,0,0,42,0,0,0,0,0),(74396,21203,530,1,1,0,0,1684.58,5345.83,265.531,0.401426,300,0,0,42,0,0,0,0,0),(74397,21209,530,1,1,0,1,-595.426,2899.24,59.2054,2.37375,300,0,0,3052,0,0,0,0,0),(74398,21233,530,1,1,0,0,2992.51,4857.58,277.55,1.48353,300,0,0,3163,0,0,0,0,0),(74399,21233,530,1,1,0,0,2894.41,4869.49,277.466,0.733038,300,0,0,3163,0,0,0,0,0),(74400,21233,530,1,1,0,0,3011.77,4834.57,284.312,2.04204,300,0,0,3163,0,0,0,0,0),(74401,21233,530,1,1,0,0,2872.45,4870.4,277.505,1.65806,300,0,0,3163,0,0,0,0,0),(74402,21233,530,1,1,0,0,4340.98,3457.71,170.961,3.61283,300,0,0,3163,0,0,0,0,0),(74403,21233,530,1,1,0,0,4679.38,3235.77,168.072,4.69494,300,0,0,3163,0,0,0,0,0),(74404,21233,530,1,1,0,0,4617.74,3192.66,157.38,3.7001,300,0,0,3163,0,0,0,0,0),(74405,21233,530,1,1,0,0,4658.89,3056.59,171.476,3.71755,300,0,0,3163,0,0,0,0,0),(74406,21233,530,1,1,0,0,4619.96,3118.98,154.852,3.63029,300,0,0,3163,0,0,0,0,0),(74407,21233,530,1,1,0,0,4583.24,3212.7,154.496,3.85718,300,0,0,3163,0,0,0,0,0),(74408,21233,530,1,1,0,0,4574.69,3241.23,153.821,3.10669,300,0,0,3163,0,0,0,0,0),(74409,21233,530,1,1,0,0,4625.42,3284.49,167.922,3.735,300,0,0,3163,0,0,0,0,0),(74410,21233,530,1,1,0,0,4692.33,3348.56,192.402,3.61283,300,0,0,3163,0,0,0,0,0),(74411,21233,530,1,1,0,0,4528.98,3327.5,154.836,4.33895,300,0,0,3163,0,0,0,0,0),(74412,21233,530,1,1,0,0,4425.72,3403.88,166.04,4.2586,300,0,0,3163,0,0,0,0,0),(74413,21233,530,1,1,0,0,4376.39,3406.91,167.846,4.18879,300,0,0,3163,0,0,0,0,0),(74414,21233,530,1,1,0,0,4307.37,3402.65,151.31,4.27606,300,0,0,3163,0,0,0,0,0),(74415,21233,530,1,1,0,0,4457.56,3331.73,154.013,4.34587,300,0,0,3163,0,0,0,0,0),(74416,21233,530,1,1,0,0,-3318.4,2911.99,170.424,5.51524,300,0,0,3163,0,0,0,0,0),(74417,21233,530,1,1,0,0,-3298.8,2951.94,171.176,0.471239,300,0,0,3163,0,0,0,0,0),(74418,21233,530,1,1,0,0,-1262.5,8860.35,50.9103,5.11381,300,0,0,3163,0,0,0,0,0),(74419,21233,530,1,1,0,0,-1371.48,8903.9,49.9352,3.82227,300,0,0,3163,0,0,0,0,0),(74420,21233,530,1,1,0,0,-1826.05,9154.05,70.5036,4.72984,300,0,0,3163,0,0,0,0,0),(74421,21233,530,1,1,0,0,-1788.44,9162.98,73.4226,5.09636,300,0,0,3163,0,0,0,0,0),(74422,21233,530,1,1,0,0,-1870.48,9166.05,72.1677,4.24115,300,0,0,3163,0,0,0,0,0),(74423,21234,530,1,1,0,0,1902.87,5594.08,267.682,4.11898,300,0,0,42,0,0,0,0,0),(74424,21234,530,1,1,0,0,1910.48,5602.45,253.994,3.9619,300,0,0,42,0,0,0,0,0),(74425,21234,530,1,1,0,0,1850.8,5531.92,277.044,4.83456,300,0,0,42,0,0,0,0,0),(74426,21234,530,1,1,0,0,1850.44,5541.18,277.29,4.5204,300,0,0,42,0,0,0,0,0),(74427,21234,530,1,1,0,0,1905.77,5550.12,263.926,1.72802,300,0,0,42,0,2,0,0,0),(74428,21234,530,1,1,0,0,1867.12,5533.48,276.543,4.67748,300,0,0,42,0,0,0,0,0),(74429,21234,530,1,1,0,0,1882.28,5564.34,266.665,1.8326,300,0,0,42,0,0,0,0,0),(74430,21234,530,1,1,0,0,1885.69,5573.02,260.22,0.345585,300,0,0,42,0,2,0,0,0),(74431,21234,530,1,1,0,0,1904.03,5548.31,269.239,4.60767,300,0,0,42,0,0,0,0,0),(74432,21234,530,1,1,0,0,1923.56,5554.14,264.084,3.44143,300,0,0,42,0,2,0,0,0),(74433,21234,530,1,1,0,0,1927.25,5578.91,263.906,6.14651,300,0,0,42,0,2,0,0,0),(74434,21234,530,1,1,0,0,1929.12,5532.29,266.858,1.99513,300,0,0,42,0,2,0,0,0),(74435,21234,530,1,1,0,0,1930.21,5586.46,263.781,4.00968,300,0,0,42,0,2,0,0,0),(74436,21234,530,1,1,0,0,1900.64,5579.77,262.855,6.19592,300,0,0,42,0,0,0,0,0),(74437,21234,530,1,1,0,0,1928.65,5588.46,263.799,3.87463,300,0,0,42,0,0,0,0,0),(74438,21234,530,1,1,0,0,1925.91,5529.34,266.771,6.26573,300,0,0,42,0,0,0,0,0),(74439,21234,530,1,1,0,0,1900.77,5552.19,263.89,6.16101,300,0,0,42,0,0,0,0,0),(74440,21234,530,1,1,0,0,1909.95,5544.77,264.319,0.20944,300,0,0,42,0,0,0,0,0),(74441,21234,530,1,1,0,0,1928.16,5571.73,269.162,2.19145,300,0,0,42,0,2,0,0,0),(74442,21234,530,1,1,0,0,1912.18,5578.2,263.756,3.54302,300,0,0,42,0,0,0,0,0),(74443,21234,530,1,1,0,0,1914.52,5587.07,263.498,1.18682,300,0,0,42,0,0,0,0,0),(74444,21234,530,1,1,0,0,1933.41,5575.96,263.854,2.44346,300,0,0,42,0,0,0,0,0),(74445,21234,530,1,1,0,0,1925.93,5574.99,263.906,4.73556,300,0,0,42,0,2,0,0,0),(74446,21234,530,1,1,0,0,1929.8,5569.39,263.853,0.628319,300,0,0,42,0,0,0,0,0),(74447,21234,530,1,1,0,0,1938.43,5539.72,266.53,1.18028,300,0,0,42,0,2,0,0,0),(74448,21234,530,1,1,0,0,1958.76,5585.46,268.519,5.08247,300,0,0,42,0,2,0,0,0),(74449,21234,530,1,1,0,0,1954.19,5580.66,263.857,3.03687,300,0,0,42,0,0,0,0,0),(74450,21234,530,1,1,0,0,1954.78,5591.74,268.653,1.51844,300,0,0,42,0,0,0,0,0),(74451,21234,530,1,1,0,0,1943.77,5589.17,263.847,5.84685,300,0,0,42,0,0,0,0,0),(74452,21234,530,1,1,0,0,1944.58,5600.99,267.477,2.98451,300,0,0,42,0,0,0,0,0),(74453,21235,530,1,1,23691,0,-1959.81,5174.2,-37.8594,0.470746,120,0,0,6986,0,0,0,0,0),(74454,21236,530,1,1,0,0,-168.941,2820.42,43.0941,5.98648,300,0,0,42,0,0,0,0,0),(74455,21237,530,1,1,0,0,-160.337,2663.65,62.2968,3.57792,300,0,0,42,0,0,0,0,0),(74456,21238,530,1,1,0,1,1347.78,6614.7,-11.1893,2.86234,300,0,0,5914,0,0,0,0,0),(74457,21238,530,1,1,0,1,1348.52,6535.51,5.51138,2.21657,300,0,0,5914,0,0,0,0,0),(74458,21242,530,1,1,0,0,-3642.85,5112.33,-22.6258,5.51524,300,0,0,4572,2705,0,0,0,0),(74459,21242,530,1,1,0,0,-3545.18,5250.13,-19.4371,2.26893,300,0,0,4572,2705,0,0,0,0),(74460,21242,530,1,1,0,0,-3344.63,5139.74,-9.0743,2.74017,300,0,0,4572,2705,0,0,0,0),(74461,21242,530,1,1,0,0,-3377.84,5152.85,-8.93373,5.88176,300,0,0,4572,2705,0,0,0,0),(74462,21242,530,1,1,0,0,-3378.81,5139.93,-9.07392,0.418879,300,0,0,4572,2705,0,0,0,0),(74463,21242,530,1,1,0,0,-3345.49,5153.85,-8.92253,3.52556,300,0,0,4572,2705,0,0,0,0),(74464,21242,530,1,1,0,0,-3446.94,4486.26,-12.8519,4.60767,300,0,0,4572,2705,0,0,0,0),(74465,21242,530,1,1,0,0,-3423.52,4448.24,-8.20093,0.802851,300,0,0,4572,2705,0,0,0,0),(74466,21242,530,1,1,0,0,-3423.74,4459.2,-8.61601,5.53269,300,0,0,4572,2705,0,0,0,0),(74467,21242,530,1,1,0,0,-3412.33,4459.31,-8.57031,3.89208,300,0,0,4572,2705,0,0,0,0),(74468,21242,530,1,1,0,0,-3412.35,4448.26,-7.89657,2.35619,300,0,0,4572,2705,0,0,0,0),(74469,21242,530,1,1,0,0,-3464.42,4443.12,-11.8372,2.28709,300,5,0,4572,2705,1,0,0,0),(74470,21242,530,1,1,0,0,-3465.11,4433.75,-11.4622,3.61283,300,5,0,4572,2705,1,0,0,0),(74471,21242,530,1,1,0,0,-3383.46,4494.78,-12.5364,1.8675,300,0,0,4572,2705,0,0,0,0),(74472,21242,530,1,1,0,0,-3454.51,4376.43,-10.596,2.74791,300,5,0,4572,2705,1,0,0,0),(74473,21242,530,1,1,0,0,-3409.22,4399.09,-10.9387,1.05035,300,5,0,4572,2705,1,0,0,0),(74474,21242,530,1,1,0,0,-3370.78,4440.97,-11.9205,1.22173,300,5,0,4572,2705,1,0,0,0),(47642,33638,530,1,1,28793,0,-2121.53,5405.8,53.808,4.49468,300,0,0,42,0,0,0,0,0),(74476,21244,530,1,1,0,1,-2968.46,3386.59,-3.11164,5.85535,300,0,0,4906,0,0,0,0,0),(74477,21245,530,1,1,0,1,-2973.85,3389.04,-1.76451,5.85548,300,5,0,4057,0,1,0,0,0),(74478,21245,530,1,1,0,1,-2978.39,3391.12,-1.26451,5.3644,300,5,0,4057,0,1,0,0,0),(74479,21245,530,1,1,0,1,-2982.94,3393.19,-0.639513,3.56676,300,0,0,4057,0,0,0,0,0),(74481,21254,530,1,1,0,0,1633.66,5092.15,175.53,1.46608,300,0,0,5914,0,0,0,0,0),(74482,21254,530,1,1,0,0,1726.74,5029.89,163.56,0.436332,300,0,0,5914,0,0,0,0,0),(74483,21254,530,1,1,0,0,1711.56,5008.75,177.894,2.98451,300,0,0,5914,0,0,0,0,0),(74484,21254,530,1,1,0,0,1761.83,5003.58,171.843,5.48033,300,0,0,5914,0,0,0,0,0),(74485,21254,530,1,1,0,0,1761.7,5039.97,171.325,6.0912,300,0,0,5914,0,0,0,0,0),(74486,21254,530,1,1,0,0,1685.88,4937.52,170.371,5.23599,300,0,0,5914,0,0,0,0,0),(74487,21254,530,1,1,0,0,1788.21,5065.63,175.014,4.39823,300,0,0,5914,0,0,0,0,0),(74488,21254,530,1,1,0,0,1619.48,5070.75,174.431,4.15388,300,0,0,5914,0,0,0,0,0),(74489,21254,530,1,1,0,0,1800.15,5012.62,171.724,5.21853,300,0,0,5914,0,0,0,0,0),(74490,21254,530,1,1,0,0,1748.11,4928.11,170.652,5.65487,300,0,0,5914,0,0,0,0,0),(74491,21254,530,1,1,0,0,1821.82,5034.57,172.768,0.034907,300,0,0,5914,0,0,0,0,0),(74492,21254,530,1,1,0,0,1749.04,4887.99,171.117,3.92699,300,0,0,5914,0,0,0,0,0),(74493,21256,530,1,1,0,1,228.036,2692.46,90.7036,0.488692,300,0,0,59140,0,0,0,0,0),(74494,21257,530,1,1,0,1,36.5121,2121.97,127.012,3.1765,300,0,0,6032,0,0,0,0,0),(74495,21259,530,1,1,0,1,2923.41,3584.42,129.749,5.77704,300,0,0,8540,0,0,0,0,0),(74496,21261,530,1,1,0,0,2923.7,3581.14,132.604,6.02139,300,0,0,6722,0,0,0,0,0),(74497,21261,530,1,1,0,0,2923.36,3584.44,133.844,2.79253,300,0,0,6722,0,0,0,0,0),(74498,21261,530,1,1,0,0,2924.97,3587.23,132.279,0.314159,300,0,0,6722,0,0,0,0,0),(74499,21262,530,1,1,0,0,2923.27,3584.42,129.753,4.93928,300,0,0,6722,0,0,0,0,0),(74500,21262,530,1,1,0,0,2716.3,3193.05,147.681,4.31096,300,0,0,6722,0,0,0,0,0),(74501,21262,530,1,1,0,0,2746.85,3239.64,147.681,6.17846,300,0,0,6722,0,0,0,0,0),(74502,21262,530,1,1,0,0,2787.89,3172.17,146.126,5.68977,300,0,0,6722,0,0,0,0,0),(74503,21262,530,1,1,0,0,2774.05,3114.08,154.526,1.23918,300,0,0,6722,0,0,0,0,0),(143193,23929,571,1,1,0,0,2386.8,-6029.24,1.68957,5.42739,120,5,0,1,0,1,0,0,0),(143192,23929,571,1,1,0,0,2351.13,-6115.32,-4.71268,3.42782,120,5,0,1,0,1,0,0,0),(143191,23929,571,1,1,0,0,2335.33,-6080.07,1.33865,0.232657,120,5,0,1,0,1,0,0,0),(143190,23929,571,1,1,0,0,2343.83,-6044.39,1.27729,1.88351,120,5,0,1,0,1,0,0,0),(143189,23929,571,1,1,0,0,2285.16,-6048.63,1.53001,1.07223,120,5,0,1,0,1,0,0,0),(143188,23929,571,1,1,0,0,2314.29,-6078.78,-3.04941,1.25522,120,5,0,1,0,1,0,0,0),(143187,23929,571,1,1,0,0,2271.88,-6126.52,-1.59584,4.71239,120,5,0,1,0,1,0,0,0),(143186,23929,571,1,1,0,0,2254.74,-6091.32,-2.02408,5.40238,120,5,0,1,0,1,0,0,0),(143185,23929,571,1,1,0,0,2259.83,-6126.42,-1.83034,5.52305,120,5,0,1,0,1,0,0,0),(143184,23929,571,1,1,0,0,2268.05,-6148.23,0.821551,4.07243,120,5,0,1,0,1,0,0,0),(143183,23929,571,1,1,0,0,2244.72,-6174,-2.61165,4.02546,120,5,0,1,0,1,0,0,0),(143182,23929,571,1,1,0,0,2219.4,-6119.52,-0.341469,5.78852,120,5,0,1,0,1,0,0,0),(143181,23929,571,1,1,0,0,2221.76,-6150.81,-3.64033,6.07286,120,5,0,1,0,1,0,0,0),(143180,23929,571,1,1,0,0,2220.19,-6099.62,0.647043,4.56719,120,5,0,1,0,1,0,0,0),(143179,23929,571,1,1,0,0,2153.74,-6181.97,-3.17175,5.22499,120,5,0,1,0,1,0,0,0),(143178,23929,571,1,1,0,0,2179.93,-6160.38,-2.80301,4.36779,120,5,0,1,0,1,0,0,0),(143177,23929,571,1,1,0,0,2164.45,-6072.66,6.89298,2.31672,120,5,0,1,0,1,0,0,0),(143176,23929,571,1,1,0,0,2151.33,-6116.62,3.72677,0.791242,120,5,0,1,0,1,0,0,0),(143175,23929,571,1,1,0,0,2125.11,-6124.74,3.69367,0.0787468,120,5,0,1,0,1,0,0,0),(143174,23929,571,1,1,0,0,2117.71,-6161.98,-0.612643,3.14159,120,5,0,1,0,1,0,0,0),(143173,23929,571,1,1,0,0,2074.84,-6118.76,5.49396,5.97088,120,5,0,1,0,1,0,0,0),(143172,23929,571,1,1,0,0,2071.58,-6157.18,0.163639,5.93208,120,5,0,1,0,1,0,0,0),(143171,23929,571,1,1,0,0,2079.09,-6215.77,-5.04378,5.08146,120,5,0,1,0,1,0,0,0),(143170,23929,571,1,1,0,0,2012.07,-6258.69,-24.4352,1.65296,120,5,0,1,0,1,0,0,0),(74543,21277,530,1,1,0,0,2533.75,6458.37,-3.04562,3.71755,300,0,0,5060,2933,0,0,0,0),(74544,21279,530,1,1,0,1,-1334.64,2381.99,89.0748,0.485637,300,0,0,6032,0,0,0,0,0),(74545,21283,530,1,1,0,1,145.446,2690.01,85.6834,5.044,300,0,0,17742,0,0,0,0,0),(74546,21284,530,1,1,0,1,-3525.62,5313.15,-19.695,0.156904,300,5,0,5914,0,1,0,0,0),(74547,21284,530,1,1,0,1,-3625.79,5307.04,-20.788,0.303933,300,5,0,5914,0,1,0,0,0),(74548,21284,530,1,1,0,1,-3659.58,5144.14,-22.2672,1.78735,300,5,0,5914,0,1,0,0,0),(74549,21284,530,1,1,0,1,-3687.91,5137.76,-20.7493,1.58481,300,5,0,5914,0,1,0,0,0),(74550,21284,530,1,1,0,1,-3682.78,5191.83,-21.8265,0.510511,300,5,0,5914,0,1,0,0,0),(74551,21284,530,1,1,0,1,-3688.08,5091.59,-20.6022,3.73038,300,5,0,5914,0,1,0,0,0),(74552,21284,530,1,1,0,1,-3623.5,5187.8,-20.175,2.14675,300,0,0,5914,0,0,0,0,0),(74553,21284,530,1,1,0,1,-3629.74,5132.33,-22.6861,4.27706,300,5,0,5914,0,1,0,0,0),(74554,21284,530,1,1,0,1,-3618.79,5285.19,-21.6194,1.23614,300,5,0,5914,0,1,0,0,0),(74555,21284,530,1,1,0,1,-3500.08,5241.72,-20.6474,0.05236,300,0,0,5914,0,0,0,0,0),(74556,21284,530,1,1,0,1,-3466.92,5240.68,-21.5155,1.95477,300,0,0,5914,0,0,0,0,0),(74557,21284,530,1,1,0,1,-3436.81,5254.82,-20.7723,2.02458,300,0,0,5914,0,0,0,0,0),(74558,21284,530,1,1,0,1,-3656.33,5074.48,-22.2091,1.08084,300,5,0,5914,0,1,0,0,0),(74559,21285,530,1,1,0,1,-3684.98,5329.12,-16.4451,4.905,300,5,0,4572,2705,1,0,0,0),(74560,21285,530,1,1,0,1,-3684.61,5088.41,-20.3522,4.70106,300,5,0,4572,2705,1,0,0,0),(74561,21285,530,1,1,0,1,-3535.92,5249.48,-19.5065,0,300,5,0,4572,2705,1,0,0,0),(74562,21285,530,1,1,0,1,-3420.02,4492.4,-14.8924,5.24293,300,5,0,4572,2705,1,0,0,0),(74563,21285,530,1,1,0,1,-3436.55,4460.03,-12.3372,6.17441,300,5,0,4572,2705,1,0,0,0),(74564,21285,530,1,1,0,1,-3452.2,4497.66,-14.7269,2.81162,300,5,0,4572,2705,1,0,0,0),(74565,21285,530,1,1,0,1,-3476.7,4434.85,-15.3584,6.11547,300,5,0,4572,2705,1,0,0,0),(74566,21285,530,1,1,0,1,-3459.36,4414.34,-14.2011,4.9339,300,5,0,4572,2705,1,0,0,0),(74567,21285,530,1,1,0,1,-3372.82,4458.7,-16.7955,5.91201,300,5,0,4572,2705,1,0,0,0),(74568,21285,530,1,1,0,1,-3381.02,4511.68,-14.0893,5.41363,300,5,0,4572,2705,1,0,0,0),(74569,21285,530,1,1,0,1,-3462.18,4381.17,-11.794,6.03867,300,5,0,4572,2705,1,0,0,0),(74570,21285,530,1,1,0,1,-3432.79,4394.82,-11.39,4.07943,300,5,0,4572,2705,1,0,0,0),(74571,21285,530,1,1,0,1,-3437.27,4404.88,-13.3538,2.78544,300,5,0,4572,2705,1,0,0,0),(74572,21285,530,1,1,0,1,-3363.28,4415.92,-15.7396,1.34619,300,5,0,4572,2705,1,0,0,0),(74573,21285,530,1,1,0,1,-3399.3,4402.36,-12.6198,2.44885,300,5,0,4572,2705,1,0,0,0),(74574,21291,530,1,1,0,1,-2815.42,1771.03,59.1017,4.96708,300,0,0,6986,0,0,0,0,0),(74575,21293,530,1,1,0,0,-4044.39,1609.47,94.7241,4.01426,300,0,0,6986,0,0,0,0,0),(74576,21295,530,1,1,0,0,-2812.76,1774.92,59.256,3.54302,300,0,0,6986,0,0,0,0,0),(74577,21296,530,1,1,0,1,2295.76,6660.93,17.8412,5.88176,300,0,0,6728,0,0,0,0,0),(74578,21296,530,1,1,0,1,2315.73,6739.75,40.2892,3.76991,300,0,0,6728,0,0,0,0,0),(74579,21296,530,1,1,0,1,2718.86,6605.97,23.7205,3.31613,300,0,0,6728,0,0,0,0,0),(74580,21296,530,1,1,0,1,2567.83,6234.94,11.9874,0.785398,300,0,0,6728,0,0,0,0,0),(74581,21300,530,1,1,0,1,3113.37,5087.61,267.159,4.2581,300,0,0,3669,2846,0,0,0,0),(74582,21300,530,1,1,0,1,3210.25,5097.48,262.264,4.31211,300,5,0,3669,2846,1,0,0,0),(74583,21300,530,1,1,0,1,3212.71,5103.22,262.812,4.30307,300,5,0,3669,2846,1,0,0,0),(74584,21300,530,1,1,0,1,3379.71,4999.32,262.454,3.05164,300,5,0,3669,2846,1,0,0,0),(74585,21300,530,1,1,0,1,3385.91,4998.86,262.762,3.08084,300,5,0,3669,2846,1,0,0,0),(74586,21300,530,1,1,0,1,3471.18,4826.77,253.546,2.93699,300,5,0,3669,2846,1,0,0,0),(74587,21300,530,1,1,0,1,3477.81,4825.4,253.171,5.86437,300,5,0,3669,2846,1,0,0,0),(74588,21300,530,1,1,0,1,3366.22,4863.83,271.174,5.29404,300,5,0,3669,2846,1,0,0,0),(74589,21300,530,1,1,0,1,3362.93,4868.84,270.963,5.29552,300,5,0,3669,2846,1,0,0,0),(74590,21300,530,1,1,0,1,3151.07,4949.92,267.632,0.030264,300,5,0,3669,2846,1,0,0,0),(74591,21300,530,1,1,0,1,3141.25,4949.63,269.463,0.030286,300,0,0,3669,2846,0,0,0,0),(74592,21300,530,1,1,0,1,2861.98,4969.95,268.381,5.17285,300,5,0,3669,2846,1,0,0,0),(74593,21300,530,1,1,0,1,2855.81,4982.38,267.287,5.23784,300,0,0,3669,2846,0,0,0,0),(74594,21302,530,1,1,0,0,-3401.26,2934.17,170.004,2.28638,300,0,0,5060,2933,0,0,0,0),(74595,21302,530,1,1,0,0,-3379.28,2966.64,170.004,5.70723,300,0,0,5060,2933,0,0,0,0),(74596,21302,530,1,1,0,0,-3364.12,2957.05,170.004,2.32129,300,0,0,5060,2933,0,0,0,0),(74597,21302,530,1,1,0,0,-3376.43,2954.69,169.962,0.921754,300,0,0,5060,2933,0,0,0,0),(74598,21302,530,1,1,0,0,-3411.34,2947.12,169.963,5.28835,300,0,0,5060,2933,0,0,0,0),(74599,21302,530,1,1,0,0,-3400.16,2946.26,170.564,3.90954,300,0,0,5060,2933,0,0,0,0),(74600,21302,530,1,1,0,0,-3413.22,2935.1,170.004,0.680678,300,0,0,5060,2933,0,0,0,0),(74601,21302,530,1,1,0,0,-3434.97,2984.83,171.296,1.55351,300,0,0,5060,2933,2,0,0,0),(74602,21302,530,1,1,0,0,-3423.57,3005.07,171.273,1.89293,300,0,0,5060,2933,2,0,0,0),(74603,21302,530,1,1,0,0,-3366.95,2968.94,169.963,4.17134,300,0,0,5060,2933,0,0,0,0),(74604,21302,530,1,1,0,0,-3347.67,2995.47,170.013,2.79253,300,0,0,5060,2933,0,0,0,0),(74605,21302,530,1,1,0,0,-3362.44,3003.65,170.854,5.86431,300,0,0,5060,2933,0,0,0,0),(74606,21302,530,1,1,0,0,-3349.89,3008.01,169.979,4.2586,300,0,0,5060,2933,0,0,0,0),(74607,21302,530,1,1,0,0,-3357.42,2990.81,169.974,1.06465,300,0,0,5060,2933,0,0,0,0),(74608,21305,530,1,1,0,0,-3440.53,2734.79,124.392,0.534079,300,5,0,6326,0,1,0,0,0),(74609,21305,530,1,1,0,0,-3396.09,2718.26,128.109,3.56254,300,5,0,6326,0,1,0,0,0),(74610,21305,530,1,1,0,0,-3418.19,2717.31,128.619,0.584481,300,5,0,6326,0,1,0,0,0),(74611,21305,530,1,1,0,0,-3335.33,2757.46,147.672,3.82533,300,5,0,6326,0,1,0,0,0),(74612,21305,530,1,1,0,0,-3354.19,2745.17,132.799,2.17072,300,5,0,6326,0,1,0,0,0),(74613,21305,530,1,1,0,0,-3340.82,2791.54,125.198,0.206364,300,5,0,6326,0,1,0,0,0),(74614,21309,530,1,1,0,0,-3692.05,2685.26,108.866,3.696,300,0,0,5589,3155,0,0,0,0),(74615,21310,530,1,1,0,0,-3611.43,1842.13,47.2553,4.17134,300,0,0,6986,0,0,0,0,0),(74616,21310,530,1,1,0,0,-3795.85,2595.91,90.1206,4.7822,300,0,0,6986,0,0,0,0,0),(74617,21310,530,1,1,0,0,-3791.27,2519.06,81.125,6.02139,300,0,0,6986,0,0,0,0,0),(74618,21310,530,1,1,0,0,-3797.37,2603.23,92.709,0.750492,300,0,0,6986,0,0,0,0,0),(74619,21310,530,1,1,0,0,-3696.45,2682.18,113.567,0.925025,300,0,0,6986,0,0,0,0,0),(74620,21311,530,1,1,0,1,2276.08,5981.62,142.788,0.872665,300,0,0,4429,6749,0,0,0,0),(74621,21313,530,1,1,0,0,-2811.9,5094.11,-12.8848,3.87463,300,0,0,6326,0,0,0,0,0),(203396,28117,571,1,1,0,1,5251.74,-3529.29,291.758,3.82227,120,0,0,1,0,0,0,0,0),(74636,21314,530,1,1,0,1,-3478.7,2966.57,174.701,4.68788,300,0,0,6542,0,2,0,0,0),(74635,21314,530,1,1,0,1,-3457.39,2909.88,179.719,5.88176,300,0,0,6542,0,0,0,0,0),(74634,21314,530,1,1,0,1,-3441.17,3007.03,173.197,5.55015,300,0,0,6542,0,0,0,0,0),(74633,21314,530,1,1,0,1,-3421.02,2915.63,170.179,4.90438,300,0,0,6542,0,0,0,0,0),(74632,21314,530,1,1,0,1,-3387.24,2919.94,175.117,4.90438,300,0,0,6542,0,0,0,0,0),(74631,21314,530,1,1,0,1,-3408.32,3046.54,178.022,0,300,0,0,6542,0,2,0,0,0),(74630,21314,530,1,1,0,1,-3363.24,2876.31,155.335,4.9813,300,0,0,6542,0,2,0,0,0),(74629,21314,530,1,1,0,1,-3351.8,2929.52,169.962,0.907571,300,0,0,6542,0,0,0,0,0),(74628,21314,530,1,1,0,1,-3339.2,2967.94,170.074,3.94444,300,0,0,6542,0,0,0,0,0),(74627,21314,530,1,1,0,1,-3323.15,2916.55,170.847,5.34071,300,0,0,6542,0,0,0,0,0),(74626,21314,530,1,1,0,1,-3305.11,2948.93,171.17,0.349066,300,0,0,6542,0,0,0,0,0),(74625,21314,530,1,1,0,1,-3305.28,3033.41,151.804,4.61262,300,0,0,6542,0,2,0,0,0),(74624,21314,530,1,1,0,1,-3190.7,2933.54,123.196,4.41288,300,0,0,6542,0,2,0,0,0),(74623,21314,530,1,1,0,1,-3145.86,2811.65,88.2625,1.47157,300,0,0,6542,0,2,0,0,0),(74622,21314,530,1,1,0,1,-3116.14,2893.59,89.5742,0.152946,300,0,0,6542,0,2,0,0,0),(74638,21315,530,1,1,0,1,-3761.74,1081.67,125.316,4.5238,300,0,0,86172,0,0,0,0,0),(74671,21316,530,1,1,0,0,-3450.33,2950.32,173.384,0.0174533,300,0,0,6542,0,0,0,0,0),(74670,21316,530,1,1,0,0,-3449.72,2965.5,173.193,0.0174533,300,0,0,6542,0,0,0,0,0),(74669,21316,530,1,1,0,0,-3449.71,2990.99,173.288,6.23083,300,0,0,6542,0,0,0,0,0),(74668,21316,530,1,1,0,0,-3449.68,2982.53,173.187,6.24828,300,0,0,6542,0,0,0,0,0),(74667,21316,530,1,1,0,0,-3449.67,2957.66,173.207,6.07375,300,0,0,6542,0,0,0,0,0),(74666,21316,530,1,1,0,0,-3449.39,2975.36,173.143,6.24828,300,0,0,6542,0,0,0,0,0),(74665,21316,530,1,1,0,0,-3441.64,2957.84,171.954,6.26573,300,0,0,6542,0,0,0,0,0),(74664,21316,530,1,1,0,0,-3441.51,2966.19,171.91,0.0174533,300,0,0,6542,0,0,0,0,0),(74663,21316,530,1,1,0,0,-3441.14,2991.27,171.996,6.23083,300,0,0,6542,0,0,0,0,0),(74662,21316,530,1,1,0,0,-3441.13,2974.6,171.87,6.24828,300,0,0,6542,0,0,0,0,0),(74661,21316,530,1,1,0,0,-3441.06,2982.95,171.862,6.24828,300,0,0,6542,0,0,0,0,0),(74660,21316,530,1,1,0,0,-3425.05,3024.71,174.285,4.64258,300,0,0,6542,0,0,0,0,0),(74659,21316,530,1,1,0,0,-3424.6,3016.63,173.075,4.62512,300,0,0,6542,0,0,0,0,0),(74658,21316,530,1,1,0,0,-3424.51,3007.88,171.747,4.46804,300,0,0,6542,0,0,0,0,0),(74657,21316,530,1,1,0,0,-3441.67,2950.21,171.878,6.15109,300,0,0,6542,0,0,0,0,0),(74656,21316,530,1,1,0,0,-3417.16,3024.43,174.2,4.67748,300,0,0,6542,0,0,0,0,0),(74655,21316,530,1,1,0,0,-3416.84,3016.68,173.05,4.62512,300,0,0,6542,0,0,0,0,0),(74654,21316,530,1,1,0,0,-3416.22,3007.46,171.703,4.5204,300,0,0,6542,0,0,0,0,0),(74653,21316,530,1,1,0,0,-3408.51,3024.93,174.274,4.72984,300,0,0,6542,0,0,0,0,0),(74652,21316,530,1,1,0,0,-3408.39,3016.36,173.003,4.62512,300,0,0,6542,0,0,0,0,0),(74651,21316,530,1,1,0,0,-3408.11,3007.26,171.666,4.55531,300,0,0,6542,0,0,0,0,0),(74650,21316,530,1,1,0,0,-3400.35,3024.85,174.229,4.76475,300,0,0,6542,0,0,0,0,0),(74649,21316,530,1,1,0,0,-3400.02,3016.65,173.047,4.53786,300,0,0,6542,0,0,0,0,0),(74648,21316,530,1,1,0,0,-3399.9,3007.43,171.681,4.72984,300,0,0,6542,0,0,0,0,0),(74647,21316,530,1,1,0,0,-3392.15,3025.3,174.283,4.67748,300,0,0,6542,0,0,0,0,0),(74646,21316,530,1,1,0,0,-3391.69,3016.44,173.016,4.55531,300,0,0,6542,0,0,0,0,0),(74645,21316,530,1,1,0,0,-3391.52,3007.16,171.641,4.57276,300,0,0,6542,0,0,0,0,0),(74644,21316,530,1,1,0,0,-3383.72,3025.14,174.281,4.69494,300,0,0,6542,0,0,0,0,0),(74643,21316,530,1,1,0,0,-3383.54,3006.71,171.574,4.57276,300,0,0,6542,0,0,0,0,0),(74642,21316,530,1,1,0,0,-3383.07,3016.3,172.995,4.64258,300,0,0,6542,0,0,0,0,0),(74641,21316,530,1,1,0,0,-3375.24,3025.37,174.228,4.57276,300,0,0,6542,0,0,0,0,0),(74640,21316,530,1,1,0,0,-3375.01,3005.98,171.509,4.55531,300,0,0,6542,0,0,0,0,0),(74639,21316,530,1,1,0,0,-3374.85,3015.46,172.825,4.60767,300,0,0,6542,0,0,0,0,0),(74672,21317,530,1,1,0,0,-2819.45,5092.71,-13.9944,5.34071,300,0,0,42,0,0,0,0,0),(74673,21324,530,1,1,0,0,-2787.7,5450.62,1.20314,3.27559,300,5,0,5527,0,1,0,0,0),(74674,21324,530,1,1,0,0,-2846.85,5594.8,8.59384,5.60377,300,5,0,5527,0,1,0,0,0),(74675,21324,530,1,1,0,0,-2971.35,5568.42,-2.05265,4.54756,300,5,0,5527,0,1,0,0,0),(74676,21324,530,1,1,0,0,-3026.12,5594.17,-5.97484,2.82227,300,5,0,5527,0,1,0,0,0),(74677,21324,530,1,1,0,0,-3028.77,5588.91,-6.59984,0.172195,300,5,0,5527,0,1,0,0,0),(74678,21324,530,1,1,0,0,-3125.07,5705.68,0.09709,0.444326,300,5,0,5527,0,1,0,0,0),(74679,21324,530,1,1,0,0,-3108.46,5634.25,-4.66461,5.67406,300,5,0,5527,0,1,0,0,0),(74680,21324,530,1,1,0,0,-3209.12,5723.21,1.57556,4.593,300,5,0,5527,0,1,0,0,0),(74681,21324,530,1,1,0,0,-3051.46,5520.75,-14.8861,1.90521,300,5,0,5527,0,1,0,0,0),(74682,21324,530,1,1,0,0,-2989.32,5519.46,-9.35087,3.25505,300,5,0,5527,0,1,0,0,0),(74683,21325,530,1,1,0,0,3626.89,6849.09,141.88,3.0428,300,0,0,20240,2933,0,0,0,0),(74684,21325,530,1,1,0,0,3317.79,6908.73,164.142,5.71414,300,5,0,20240,2933,1,0,0,0),(74685,21325,530,1,1,0,0,3421.69,7215.73,146.901,4.54564,300,5,0,20240,2933,1,0,0,0),(74686,21326,530,1,1,0,0,3507.85,6774.92,144.233,0.738689,300,5,0,6326,0,1,0,0,0),(74687,21326,530,1,1,0,0,3369.16,6750.67,167.702,2.85135,300,5,0,6326,0,1,0,0,0),(74688,21326,530,1,1,0,0,3362.4,6662.29,158.359,2.4909,300,5,0,6326,0,1,0,0,0),(74689,21326,530,1,1,0,0,3399.99,6831.08,170.479,1.94786,300,5,0,6326,0,1,0,0,0),(74690,21326,530,1,1,0,0,3326.32,6892.96,164.906,0.442554,300,5,0,6326,0,1,0,0,0),(74691,21326,530,1,1,0,0,3394.57,6879.07,166.972,6.13796,300,5,0,6326,0,1,0,0,0),(74692,21326,530,1,1,0,0,3332.77,7021.52,162.307,3.35279,300,5,0,6326,0,1,0,0,0),(74693,21326,530,1,1,0,0,3366.1,6987.41,162.42,6.28026,300,5,0,6326,0,1,0,0,0),(74694,21326,530,1,1,0,0,3406.75,7002.64,158.869,5.79689,300,5,0,6326,0,1,0,0,0),(74695,21326,530,1,1,0,0,3405.57,6979.32,156.766,5.40513,300,5,0,6326,0,1,0,0,0),(74696,21326,530,1,1,0,0,3320.87,7080.2,163.484,2.23816,300,5,0,6326,0,1,0,0,0),(74697,21326,530,1,1,0,0,3215.81,7245.42,152.091,5.0101,300,5,0,6326,0,1,0,0,0),(74698,21326,530,1,1,0,0,3332.66,7215.49,158.222,5.76127,300,5,0,6326,0,1,0,0,0),(74699,21326,530,1,1,0,0,3355.08,7244.63,154.36,6.22757,300,5,0,6326,0,1,0,0,0),(74700,21326,530,1,1,0,0,3393.99,7277.24,146.005,3.55367,300,5,0,6326,0,1,0,0,0),(28674,18207,530,1,1,0,1,-1549.31,8575.98,7.25886,3.28789,300,0,0,1000,6229,0,0,0,0),(74702,21330,530,1,1,0,1,-4063.59,2255.83,94.9093,2.3911,300,0,0,5588800,0,0,0,0,0),(74703,21334,530,1,1,0,0,-4053.73,2687.44,139.93,3.80482,60,0,0,6986,0,0,0,0,0),(74704,21334,530,1,1,0,0,-4050.09,2548.79,132.24,3.57792,60,0,0,6986,0,0,0,0,0),(74705,21334,530,1,1,0,0,-4048.73,2483.31,137.819,3.75246,60,0,0,6986,0,0,0,0,0),(74706,21334,530,1,1,0,0,-4051.38,2616.37,127.937,5.07891,60,0,0,6986,0,0,0,0,0),(74707,21334,530,1,1,0,0,-4114.92,2531.65,141.482,1.37881,60,0,0,6986,0,0,0,0,0),(74708,21336,530,1,1,0,1,-3023,2618,76.7,3,300,0,0,4979,0,0,0,0,0),(74709,21337,530,1,1,0,1,-4082.33,2545.31,137.611,2.89993,300,5,0,6761,0,1,0,0,0),(74710,21337,530,1,1,0,1,-3796.88,2615.17,90.8896,3.07821,300,5,0,6761,0,1,0,0,0),(74711,21337,530,1,1,0,1,-3699.33,2662.49,108.963,0.203721,300,5,0,6761,0,1,0,0,0),(74712,21337,530,1,1,0,1,-4037.65,2510.24,133.187,1.87205,300,5,0,6761,0,1,0,0,0),(74713,21340,530,1,1,0,0,-3023,2616,76.7,3,300,0,0,4979,0,0,0,0,0),(77821,21347,530,1,1,0,0,-2681.59,1485.84,24.1612,0,120,0,0,1,0,0,0,0,0),(74715,21348,530,1,1,0,0,-3202,2455,61,2,300,0,0,4120,0,0,0,0,0),(74716,21348,530,1,1,0,0,-3123,2643,62,0,300,0,0,4120,0,0,0,0,0),(74717,21348,530,1,1,0,0,-3144,2552,62,3,300,0,0,4120,0,0,0,0,0),(74718,21348,530,1,1,0,0,-3532.28,2098.23,103.023,2.18166,300,0,0,4120,0,0,0,0,0),(74719,21348,530,1,1,0,0,-3479.14,2176.67,103.989,4.69494,300,0,0,4120,0,0,0,0,0),(74720,21348,530,1,1,0,0,-3489,2350.41,85.545,2.49582,300,0,0,4120,0,0,0,0,0),(74721,21348,530,1,1,0,0,-3232.09,2567.23,61.8447,4.29351,300,0,0,4120,0,0,0,0,0),(74723,21348,530,1,1,0,0,-3066.54,2683.09,62.3354,2.46091,300,0,0,4120,0,0,0,0,0),(74724,21348,530,1,1,0,0,-3184,2562,62,1,300,0,0,4120,0,0,0,0,0),(74725,21348,530,1,1,0,0,-3073.94,1148.52,49.7533,3.82227,300,0,0,4120,0,0,0,0,0),(74726,21348,530,1,1,0,0,-4082.95,451.168,49.017,0.593412,300,0,0,4120,0,0,0,0,0),(74727,21348,530,1,1,0,0,-4194,255.101,132.22,4.90438,300,0,0,4120,0,0,0,0,0),(74728,21348,530,1,1,0,0,-4255.6,247.78,138.551,2.1293,300,0,0,4120,0,0,0,0,0),(74729,21348,530,1,1,0,0,-4331.2,320.378,132.534,5.55015,300,0,0,4120,0,0,0,0,0),(74730,21348,530,1,1,0,0,-4307.52,274.328,133.307,3.75246,300,0,0,4120,0,0,0,0,0),(74731,21348,530,1,1,0,0,-4250.61,417.767,81.8443,3.01942,300,0,0,4120,0,0,0,0,0),(74732,21348,530,1,1,0,0,-4109.52,480.759,45.9374,3.89208,300,0,0,4120,0,0,0,0,0),(74733,21348,530,1,1,0,0,-4199.35,433.543,58.3447,5.89921,300,0,0,4120,0,0,0,0,0),(74734,21348,530,1,1,0,0,-4175.8,535.333,35.9089,4.41568,300,0,0,4120,0,0,0,0,0),(74735,21348,530,1,1,0,0,-4212.16,512.924,42.7802,2.42601,300,0,0,4120,0,0,0,0,0),(74736,21348,530,1,1,0,0,-4143.22,510.16,38.6132,4.06662,300,0,0,4120,0,0,0,0,0),(74737,21348,530,1,1,0,0,-3833.22,1979.51,93.6154,4.29351,300,0,0,4120,0,0,0,0,0),(74738,21348,530,1,1,0,0,-3899.98,1949.13,96.0214,2.46091,300,0,0,4120,0,0,0,0,0),(74739,21348,530,1,1,0,0,-3818.11,2061.64,95.1427,0.244346,300,0,0,4120,0,0,0,0,0),(74740,21348,530,1,1,0,0,-3850.98,2016.77,95.2141,1.53589,300,0,0,4120,0,0,0,0,0),(74741,21348,530,1,1,0,0,-3899.98,2006.24,96.8409,2.89725,300,0,0,4120,0,0,0,0,0),(74742,21348,530,1,1,0,0,-3889.46,2059.98,94.2818,3.28122,300,0,0,4120,0,0,0,0,0),(74743,21348,530,1,1,0,0,-3918,2027.86,94.7592,2.44346,300,0,0,4120,0,0,0,0,0),(74744,21348,530,1,1,0,0,-3581.65,2626.44,101.932,0.959931,300,0,0,4120,0,0,0,0,0),(74745,21348,530,1,1,0,0,-3574.3,2569.31,92.7283,0.750492,300,0,0,4120,0,0,0,0,0),(74746,21348,530,1,1,0,0,-3371.11,2961.7,182.956,0.925025,300,0,0,4120,0,0,0,0,0),(74747,21348,530,1,1,0,0,-3406.62,2940.33,182.911,4.08407,300,0,0,4120,0,0,0,0,0),(74748,21348,530,1,1,0,0,-3354.23,2998.54,183.111,1.53589,300,0,0,4120,0,0,0,0,0),(74749,21348,530,1,1,0,0,-3209.61,2400,62.1968,5.88176,300,0,0,4120,0,0,0,0,0),(74752,21348,530,1,1,0,0,-3139.26,2567.18,61.6596,2.44346,300,0,0,4120,0,0,0,0,0),(74753,21349,530,1,1,0,0,1793.14,6406.45,-11.5,6.13708,300,0,0,5060,2933,0,0,0,0),(74754,21352,530,1,1,0,0,1506.37,6367.81,0.62336,4.5204,300,0,0,6986,0,0,0,0,0),(74755,21352,530,1,1,0,0,1544.21,6321.05,2.36069,0.593412,300,0,0,6986,0,0,0,0,0),(74756,21352,530,1,1,0,0,1589.61,6294.26,2.97764,1.27409,300,0,0,6986,0,0,0,0,0),(74757,21352,530,1,1,0,0,1718.04,6303.09,-0.245553,4.24115,300,0,0,6986,0,0,0,0,0),(74758,21352,530,1,1,0,0,2165.13,6485.68,6.32237,1.39626,300,0,0,6986,0,0,0,0,0),(74759,21352,530,1,1,0,0,2318.35,6650.72,16.8051,5.74213,300,0,0,6986,0,0,0,0,0),(74760,21352,530,1,1,0,0,2330.77,6719.11,16.5635,5.63741,300,0,0,6986,0,0,0,0,0),(74761,21352,530,1,1,0,0,2381.57,6742.27,16.7087,4.90438,300,0,0,6986,0,0,0,0,0),(74762,21352,530,1,1,0,0,2494.49,6713.98,4.47157,4.29351,300,0,0,6986,0,0,0,0,0),(74763,21352,530,1,1,0,0,2603.42,6665,22.797,4.13643,300,0,0,6986,0,0,0,0,0),(74764,21352,530,1,1,0,0,2700.36,6601.66,22.8472,3.40339,300,0,0,6986,0,0,0,0,0),(74765,21352,530,1,1,0,0,2706.19,6673.73,21.6303,2.47837,300,0,0,6986,0,0,0,0,0),(74766,21352,530,1,1,0,0,2700.19,6514.47,2.13838,2.11185,300,0,0,6986,0,0,0,0,0),(74767,21352,530,1,1,0,0,2597.69,6505.88,1.66538,1.09956,300,0,0,6986,0,0,0,0,0),(74768,21352,530,1,1,0,0,2635.83,6463.89,1.86259,1.85005,300,0,0,6986,0,0,0,0,0),(74769,21352,530,1,1,0,0,2462.47,6544.21,1.93072,0.541052,300,0,0,6986,0,0,0,0,0),(74770,21352,530,1,1,0,0,2382.94,6498.44,3.00535,1.98968,300,0,0,6986,0,0,0,0,0),(74771,21352,530,1,1,0,0,2332.92,6567.22,3.77855,0.453786,300,0,0,6986,0,0,0,0,0),(74772,21357,530,1,1,0,1,-3918.02,2052.38,95.1598,5.74213,300,0,0,5589,3155,0,0,0,0),(74773,21359,530,1,1,0,1,-3136,2550,62.2,3,300,0,0,6986,0,0,0,0,0),(74774,21368,530,1,1,0,1,-3019.49,4582.65,-19.4354,3.87317,300,5,0,5715,0,1,0,0,0),(74775,21368,530,1,1,0,1,-2950.7,4583.66,-20.5774,3.20111,300,5,0,5715,0,1,0,0,0),(74776,21368,530,1,1,0,1,-3002.11,4544.92,-22.0097,3.54302,300,5,0,5715,0,1,0,0,0),(74777,21368,530,1,1,0,1,-3036.31,4493.82,-42.8625,0.872665,300,0,0,5715,0,0,0,0,0),(74778,21368,530,1,1,0,1,-3023.36,4492.54,-42.9473,0.488692,300,5,0,5715,0,1,0,0,0),(74779,21368,530,1,1,0,1,-3059.57,4500.37,-42.8611,3.36848,300,0,0,5715,0,0,0,0,0),(74780,21368,530,1,1,0,1,-3046.47,4506.84,-42.8623,2.75762,300,0,0,5715,0,0,0,0,0),(74781,21368,530,1,1,0,1,-2933.38,4497.69,-42.8638,2.40855,300,0,0,5715,0,0,0,0,0),(74782,21368,530,1,1,0,1,-2983.54,4488.91,-20.4148,5.01445,300,5,0,5715,0,1,0,0,0),(74783,21368,530,1,1,0,1,-2979.37,4484.05,-40.9355,1.8675,300,0,0,5715,0,0,0,0,0),(74784,21368,530,1,1,0,1,-2982.77,4502.73,-41.0171,0.034853,300,5,0,5715,0,1,0,0,0),(74785,21368,530,1,1,0,1,-2914.41,4498.79,-42.8626,2.49582,300,0,0,5715,0,0,0,0,0),(74786,21368,530,1,1,0,1,-2909.13,4512.35,-42.8629,4.4855,300,0,0,5715,0,0,0,0,0),(74787,21368,530,1,1,0,1,-2927.11,4515.07,-17.8413,4.53153,300,5,0,5715,0,1,0,0,0),(74788,21368,530,1,1,0,1,-2889.88,4504.51,-42.8615,0.05236,300,0,0,5715,0,0,0,0,0),(74789,21368,530,1,1,0,1,-2963.31,4385.23,-49.1448,3.19395,300,0,0,5715,0,0,0,0,0),(74790,21368,530,1,1,0,1,-2982.67,4395.81,-49.1447,5.67232,300,0,0,5715,0,0,0,0,0),(74791,21370,530,1,1,0,1,-3035.76,4571.8,-20.9817,0.363669,300,5,0,4572,2705,1,0,0,0),(74792,21370,530,1,1,0,1,-3009.69,4555.82,-21.8611,3.57792,300,0,0,4572,2705,0,0,0,0),(74793,21370,530,1,1,0,1,-3008.6,4533.05,-22.3311,3.49066,300,0,0,4572,2705,0,0,0,0),(74794,21370,530,1,1,0,1,-3025.48,4524.77,-22.1956,0.143364,300,5,0,4572,2705,1,0,0,0),(74795,21370,530,1,1,0,1,-2979.45,4565.3,-22.3714,3.05117,300,5,0,4572,2705,1,0,0,0),(74796,21370,530,1,1,0,1,-2943.78,4546,-20.5497,1.98069,300,5,0,4572,2705,1,0,0,0),(74797,21370,530,1,1,0,1,-3025.88,4545.56,-21.7133,3.11768,300,5,0,4572,2705,1,0,0,0),(74798,21370,530,1,1,0,1,-2940.84,4560.67,-20.5392,3.99002,300,5,0,4572,2705,1,0,0,0),(74799,21370,530,1,1,0,1,-3019.64,4508.14,-42.8644,0.645772,300,0,0,4572,2705,0,0,0,0),(74800,21370,530,1,1,0,1,-3024.01,4490.48,-21.4584,3.82883,300,5,0,4572,2705,1,0,0,0),(74801,21370,530,1,1,0,1,-2968.8,4484.21,-40.9351,1.53589,300,0,0,4572,2705,0,0,0,0),(74802,21370,530,1,1,0,1,-2966.41,4502.65,-41.016,3.17901,300,5,0,4572,2705,1,0,0,0),(74803,21370,530,1,1,0,1,-2918.23,4508.99,-42.9468,4.96277,300,5,0,4572,2705,1,0,0,0),(74804,21370,530,1,1,0,1,-2966.38,4436.66,-47.2112,1.97222,300,0,0,4572,2705,0,0,0,0),(74805,21370,530,1,1,0,1,-2979.82,4436.79,-47.2117,1.13446,300,0,0,4572,2705,0,0,0,0),(74806,21370,530,1,1,0,1,-2980.4,4356.25,-49.1436,1.36136,300,0,0,4572,2705,0,0,0,0),(74808,21376,530,1,1,0,0,-4273.1,-11481,8.73428,0.991086,300,0,0,42,0,0,0,0,0),(74809,21380,530,1,1,0,0,2790.83,6190.5,1.02118,0.759834,300,5,0,6959,0,1,0,0,0),(74810,21380,530,1,1,0,0,2997.82,6108.39,4.53906,5.69132,300,5,0,6959,0,1,0,0,0),(74811,21381,530,1,1,0,0,2717.49,6424,2.37619,4.86862,300,0,0,6116,0,0,0,0,0),(74812,21381,530,1,1,0,0,2676.62,6400.81,1.28234,4.7036,300,5,0,6116,0,1,0,0,0),(74813,21381,530,1,1,0,0,2788.62,6340.15,6.15497,6.02759,300,5,0,6116,0,1,0,0,0),(74814,21381,530,1,1,0,0,2779.46,6420.56,2.57083,1.67683,300,5,0,6116,0,1,0,0,0),(74815,21381,530,1,1,0,0,2819.51,6316.12,13.7224,0.468014,300,5,0,6116,0,1,0,0,0),(74816,21381,530,1,1,0,0,2850.61,6281.23,12.2266,4.85334,300,5,0,6116,0,1,0,0,0),(74817,21381,530,1,1,0,0,2787.67,6216.42,2.96707,0.174698,300,5,0,6116,0,1,0,0,0),(74818,21381,530,1,1,0,0,2816.95,6181.16,3.79823,4.3511,300,5,0,6116,0,1,0,0,0),(74819,21381,530,1,1,0,0,2882.88,6182.55,8.84083,2.17824,300,0,0,6116,0,0,0,0,0),(74820,21381,530,1,1,0,0,2825.05,6253.23,8.6775,0.480734,300,5,0,6116,0,1,0,0,0),(74821,21381,530,1,1,0,0,2843.57,6223.44,9.4271,1.7536,300,5,0,6116,0,1,0,0,0),(74822,21381,530,1,1,0,0,2930.3,6175.62,12.8793,2.47665,300,0,0,6116,0,0,0,0,0),(74823,21381,530,1,1,0,0,2950.58,6147.16,8.91796,0.523879,300,5,0,6116,0,1,0,0,0),(74824,21381,530,1,1,0,0,2951.42,6149.58,8.95262,5.44885,300,5,0,6116,0,1,0,0,0),(74825,21381,530,1,1,0,0,2973.24,6164.89,4.56284,2.83848,300,0,0,6116,0,0,0,0,0),(74826,21381,530,1,1,0,0,2991.67,6075,9.3468,1.39932,300,5,0,6116,0,1,0,0,0),(74827,21381,530,1,1,0,0,3040.49,6076.51,1.24354,4.77688,300,5,0,6116,0,1,0,0,0),(74828,21382,530,1,1,0,1,3206.41,7099.68,173.682,0.937116,300,0,0,6326,0,0,0,0,0),(74829,21382,530,1,1,0,1,3165.59,7106.13,175.058,3.22914,300,0,0,6326,0,0,0,0,0),(74830,21382,530,1,1,0,1,3166.45,7070.6,163.121,5.31458,300,0,0,6326,0,0,0,0,0),(74831,21382,530,1,1,0,1,3213.4,7127.27,173.939,1.91973,300,0,0,6326,0,0,0,0,0),(74832,21382,530,1,1,0,1,3206.07,7116.4,173.724,4.1244,300,0,0,6326,0,0,0,0,0),(74833,21382,530,1,1,0,1,3111.11,7129.98,152.609,5.54379,300,0,0,6326,0,0,0,0,0),(74834,21382,530,1,1,0,1,3102.89,7063.88,160.198,0.491975,300,0,0,6326,0,0,0,0,0),(74835,21382,530,1,1,0,1,3156.91,7090.65,169.196,1.77242,300,0,0,6326,0,0,0,0,0),(74836,21383,530,1,1,0,1,3189.91,7106.24,178.302,0.453786,300,0,0,5313,2933,0,0,0,0),(74837,21383,530,1,1,0,1,3152.57,7090.58,169.336,4.91057,300,0,0,5313,2933,0,0,0,0),(74838,21383,530,1,1,0,1,3166.75,7019.08,161.938,4.60433,300,0,0,5313,2933,0,0,0,0),(74839,21383,530,1,1,0,1,3138.17,7081,155.471,1.99451,300,0,0,5313,2933,0,0,0,0),(74840,21383,530,1,1,0,1,3063.47,7121.63,150.111,0.800103,300,0,0,5313,2933,0,0,0,0),(74841,21384,530,1,1,0,1,-4015.8,1854.9,78.33,1.71876,300,0,0,5233,2991,0,0,0,0),(74842,21385,530,1,1,0,1,-4171,1824.65,111.165,3.83439,300,5,0,5060,2933,1,0,0,0),(74843,21385,530,1,1,0,1,-4107.24,1918.52,72.4922,4.91876,300,5,0,5060,2933,1,0,0,0),(74844,21385,530,1,1,0,1,-4056.32,1823.43,84.4193,1.93039,300,5,0,5060,2933,1,0,0,0),(74845,21385,530,1,1,0,1,-4071.23,1928.13,76.5102,0.526756,300,5,0,5060,2933,1,0,0,0),(74846,21385,530,1,1,0,1,-4086.62,1894.66,75.2805,4.31191,300,5,0,5060,2933,1,0,0,0),(74847,21385,530,1,1,0,1,-4034.37,1928.13,79.4729,2.48663,300,5,0,5060,2933,1,0,0,0),(74848,21385,530,1,1,0,1,-3966.33,1859.31,82.681,6.1051,300,5,0,5060,2933,1,0,0,0),(74849,21386,530,1,1,0,1,-3119.67,2130.06,80.0484,0.267707,300,5,0,6326,0,1,0,0,0),(74850,21386,530,1,1,0,1,-3138.92,2151.84,77.2667,0.462774,300,5,0,6326,0,1,0,0,0),(74851,21386,530,1,1,0,1,-3066,2153,78.8,5,300,0,0,6326,0,0,0,0,0),(74852,21386,530,1,1,0,1,-3028,2270,64.69,6,300,0,0,6326,0,0,0,0,0),(74853,21386,530,1,1,0,1,-3125,2053,92.2,2,300,0,0,6326,0,0,0,0,0),(74854,21386,530,1,1,0,1,-3016,2180,70.5,2,300,0,0,6326,0,0,0,0,0),(74855,21386,530,1,1,0,1,-3082,2311,63.1,2,300,0,0,6326,0,0,0,0,0),(74856,21386,530,1,1,0,1,-3108,2277,64.4,0,300,0,0,6326,0,0,0,0,0),(74857,21386,530,1,1,0,1,-2968.11,2159.08,102.748,0.970873,300,5,0,6326,0,1,0,0,0),(74858,21386,530,1,1,0,1,-2989.89,2053.79,100.063,2.4066,300,5,0,6326,0,1,0,0,0),(74859,21386,530,1,1,0,1,-3112.27,2038.33,95.9996,5.46252,300,5,0,6326,0,1,0,0,0),(74860,21386,530,1,1,0,1,-3028.03,1988.99,97.6061,5.25383,300,5,0,6326,0,1,0,0,0),(74861,21387,530,1,1,0,0,3163.95,7064.2,162.573,2.8316,300,5,0,4048,2933,1,0,0,0),(74862,21387,530,1,1,0,0,3102.43,7157.74,151.84,3.66407,300,5,0,4048,2933,1,0,0,0),(74863,21387,530,1,1,0,0,3118.5,7115.5,154.158,1.8753,300,5,0,4048,2933,1,0,0,0),(74864,21387,530,1,1,0,0,3136.06,7051.68,163.367,4.28268,300,5,0,4048,2933,1,0,0,0),(74865,21387,530,1,1,0,0,3126.42,7070.76,162.578,4.78433,300,5,0,4048,2933,1,0,0,0),(74866,21387,530,1,1,0,0,3059.93,7094.63,155.131,3.38348,300,5,0,4048,2933,1,0,0,0),(74867,21387,530,1,1,0,0,3181.06,6998.68,160.982,3.26713,300,0,0,4048,2933,0,0,0,0),(74868,21387,530,1,1,0,0,3125.63,7097.05,154.553,2.23402,300,0,0,4048,2933,0,0,0,0),(74869,21387,530,1,1,0,0,3121.84,7122.37,154.117,4.81711,300,0,0,4048,2933,0,0,0,0),(74870,21389,530,1,1,0,1,3130.8,7006.54,168.207,3.38594,300,0,0,11121,0,0,0,0,0),(74871,21391,530,1,1,0,0,-1335.72,2383.22,90.1042,5.55015,300,0,0,42,0,0,0,0,0),(74872,21393,530,1,1,16925,0,1924.63,5574.76,273.122,1.98968,300,0,0,42,0,0,0,0,0),(74873,21397,530,1,1,0,0,-2965.84,4011.33,1.37422,5.56465,300,0,0,5914,0,0,0,0,0),(74874,21398,530,1,1,0,0,-2966.27,4006.63,1.20908,0.069813,300,0,0,5914,0,0,0,0,0),(74875,21399,530,1,1,0,0,-2947.31,3982.6,0.04193,3.49331,300,0,0,5914,0,0,0,0,0),(74876,21400,530,1,1,0,0,-2919.26,3969.4,0.28936,3.71374,300,0,0,5914,0,0,0,0,0),(74877,21402,530,1,1,0,1,-2988.39,783.175,-7.97176,2.33874,300,0,0,5409,3080,0,0,0,0),(74878,21403,530,1,1,0,0,-3487.59,3027.17,225.726,2.16421,300,0,0,41,60,2,0,0,0),(74879,21403,530,1,1,0,0,-3463.8,3056.47,222.11,4.99164,300,0,0,41,60,2,0,0,0),(74880,21403,530,1,1,0,0,-3251.97,3013.52,155.875,2.49582,300,0,0,41,60,2,0,0,0),(74881,21403,530,1,1,0,0,-3232.92,3044.06,157.5,1.71042,300,0,0,41,60,2,0,0,0),(74882,21404,530,1,1,0,1,-3457.22,3021.8,210.147,5.49779,300,0,0,27944,0,0,0,0,0),(74883,21404,530,1,1,0,1,-3240.43,3026.79,137.453,5.72468,300,0,0,27944,0,0,0,0,0),(74884,21405,530,1,1,0,1,-2974.41,4483.26,-41.0208,1.55728,300,5,0,4400,6229,1,0,0,0),(74885,21405,530,1,1,0,1,-2968.24,4322.62,-48.6488,0.191986,300,0,0,4400,6229,0,0,0,0),(74886,21405,530,1,1,0,1,-2961.47,4357.33,-49.144,3.01942,300,0,0,4400,6229,0,0,0,0),(74887,21405,530,1,1,0,1,-2961.55,4330.03,-48.7706,2.37638,300,5,0,4400,6229,1,0,0,0),(74888,21405,530,1,1,0,1,-2982.25,4328.53,-48.6488,2.07694,300,0,0,4400,6229,0,0,0,0),(74889,21405,530,1,1,0,1,-2975.32,4377.66,-49.1435,0.610865,300,0,0,4400,6229,0,0,0,0),(74890,21405,530,1,1,0,1,-2971.51,4349.16,-49.2277,4.72984,300,5,0,4400,6229,1,0,0,0),(74891,21408,530,1,1,0,0,-3398.99,2230.65,69.4526,0.980714,300,5,0,6326,0,1,0,0,0),(74892,21408,530,1,1,0,0,-3386.51,2252.14,68.2237,1.53797,300,5,0,6326,0,1,0,0,0),(74893,21408,530,1,1,0,0,-3432.29,2453.94,56.7851,1.52001,300,5,0,6326,0,1,0,0,0),(74894,21408,530,1,1,0,0,-3414.9,2485.19,50.4778,0.908306,300,5,0,6326,0,1,0,0,0),(74895,21408,530,1,1,0,0,-3380.21,2549.55,50.6775,4.65916,300,5,0,6326,0,1,0,0,0),(74896,21408,530,1,1,0,0,-3360.65,2447.55,59.3227,1.39216,300,5,0,6326,0,1,0,0,0),(74897,21408,530,1,1,0,0,-3379.4,2454.86,57.0621,1.54628,300,5,0,6326,0,1,0,0,0),(74898,21408,530,1,1,0,0,-3398.72,2480.1,50.59,3.34428,300,5,0,6326,0,1,0,0,0),(74899,21408,530,1,1,0,0,-3361.3,2548.15,50.8959,3.30677,300,5,0,6326,0,1,0,0,0),(74900,21408,530,1,1,0,0,-3347.89,2586.58,59.9271,5.80984,300,5,0,6326,0,1,0,0,0),(74901,21408,530,1,1,0,0,-3316.2,2455.42,51.7436,2.84209,300,5,0,6326,0,1,0,0,0),(74902,21408,530,1,1,0,0,-3311.75,2478.01,51.8033,4.35397,300,5,0,6326,0,1,0,0,0),(74903,21408,530,1,1,0,0,-3358.57,2511.62,50.9488,1.74943,300,5,0,6326,0,1,0,0,0),(74904,21408,530,1,1,0,0,-3330.06,2550.94,56.4974,4.79939,300,5,0,6326,0,1,0,0,0),(74905,21408,530,1,1,0,0,-3317.44,2582.21,56.6214,5.43015,300,5,0,6326,0,1,0,0,0),(74906,21408,530,1,1,0,0,-3313.84,2523.35,60.6088,0.275627,300,5,0,6326,0,1,0,0,0),(74907,21408,530,1,1,0,0,-3288.69,2516.2,54.9444,0.406625,300,5,0,6326,0,1,0,0,0),(74908,21408,530,1,1,0,0,-2982,2358,50.1,5,300,0,0,6326,0,0,0,0,0),(74909,21408,530,1,1,0,0,-2986,2380,50.2,3,300,0,0,6326,0,0,0,0,0),(74910,21408,530,1,1,0,0,-2945.2,2371.67,49.9662,4.77938,300,5,0,6326,0,1,0,0,0),(74911,21408,530,1,1,0,0,-2982.89,2376.77,50.4662,4.62456,300,5,0,6326,0,1,0,0,0),(74912,21408,530,1,1,0,0,-3024.26,2342.38,59.0913,0.078271,300,5,0,6326,0,1,0,0,0),(74913,21408,530,1,1,0,0,-2957.42,2311.76,61.0361,3.08107,300,5,0,6326,0,1,0,0,0),(74914,21408,530,1,1,0,0,-2975.59,2305.87,60.4457,5.61482,300,5,0,6326,0,1,0,0,0),(74915,21408,530,1,1,0,0,-2971.93,2344.91,50.7162,5.3441,300,5,0,6326,0,1,0,0,0),(74916,21408,530,1,1,0,0,-4093.76,1585.19,94.4327,5.23153,300,5,0,6326,0,1,0,0,0),(74917,21408,530,1,1,0,0,-4121.5,1616.03,95.14,1.07625,300,5,0,6326,0,1,0,0,0),(74918,21408,530,1,1,0,0,-4158.86,1742.92,96.1126,4.14877,300,5,0,6326,0,1,0,0,0),(74919,21408,530,1,1,0,0,-4243.28,1742.26,88.1758,6.09022,300,5,0,6326,0,1,0,0,0),(74920,21408,530,1,1,0,0,-4207.86,1747.11,89.9953,0.284518,300,5,0,6326,0,1,0,0,0),(74921,21408,530,1,1,0,0,-4180.47,1743.81,92.0729,4.44562,300,5,0,6326,0,1,0,0,0),(74922,21408,530,1,1,0,0,-4145.85,1678.24,93.0411,0.466945,300,5,0,6326,0,1,0,0,0),(74923,21408,530,1,1,0,0,-4184.21,1623.63,96.3665,2.66277,300,5,0,6326,0,1,0,0,0),(74924,21408,530,1,1,0,0,-4176.96,1644.39,85.1035,2.46697,300,5,0,6326,0,1,0,0,0),(74925,21408,530,1,1,0,0,-4157.51,1711.88,93.3907,2.39378,300,5,0,6326,0,1,0,0,0),(74926,21408,530,1,1,0,0,-4180.6,1680.44,87.4411,5.54304,300,5,0,6326,0,1,0,0,0),(74927,21408,530,1,1,0,0,-4185.15,1709.81,90.4587,1.57666,300,5,0,6326,0,1,0,0,0),(74928,21408,530,1,1,0,0,-4158.76,1652.3,93.4807,6.05478,300,5,0,6326,0,1,0,0,0),(74929,21408,530,1,1,0,0,-4215.16,1718.26,90.0376,0.860051,300,5,0,6326,0,1,0,0,0),(74930,21408,530,1,1,0,0,-4250.49,1706.21,89.5526,1.10418,300,5,0,6326,0,1,0,0,0),(74931,21408,530,1,1,0,0,-4236.46,1640.41,101.072,5.55253,300,5,0,6326,0,1,0,0,0),(74932,21408,530,1,1,0,0,-4216.47,1645.99,93.9986,4.27382,300,5,0,6326,0,1,0,0,0),(74933,21408,530,1,1,0,0,-4246.67,1676.1,89.4346,4.74895,300,5,0,6326,0,1,0,0,0),(74934,21408,530,1,1,0,0,-4213.92,1693.12,90.2979,0.194376,300,5,0,6326,0,1,0,0,0),(74935,21408,530,1,1,0,0,-4291.72,1874.5,121.636,2.31754,300,5,0,6326,0,1,0,0,0),(74936,21408,530,1,1,0,0,-4255.41,1927.11,92.8555,4.43562,300,5,0,6326,0,1,0,0,0),(74937,21408,530,1,1,0,0,-4224.71,1889.53,106.932,0.031606,300,5,0,6326,0,1,0,0,0),(74938,21408,530,1,1,0,0,-4245.31,1941.5,84.8954,4.74168,300,5,0,6326,0,1,0,0,0),(74939,21408,530,1,1,0,0,-3438.7,2573.76,57.0488,3.49932,300,0,0,6326,0,0,0,0,0),(74940,21408,530,1,1,0,0,-3409.15,2554.72,50.6749,0.093841,300,5,0,6326,0,1,0,0,0),(74941,21408,530,1,1,0,0,-3339.59,2583.09,59.8406,3.53777,300,0,0,6326,0,0,0,0,0),(74942,21408,530,1,1,0,0,-3356.9,2580.66,58.9447,3.11087,300,0,0,6326,0,0,0,0,0),(74943,21408,530,1,1,0,0,-3409.14,2585.81,57.6291,2.97648,300,0,0,6326,0,0,0,0,0),(74944,21408,530,1,1,0,0,-3344.42,2206.38,73.5417,4.41749,300,5,0,6326,0,1,0,0,0),(74945,21411,530,1,1,0,0,-2083.83,5299.95,-37.3236,0.314159,300,0,0,267050,0,0,0,0,0),(74946,21413,530,1,1,0,0,1832.03,5627.16,269.222,0,300,0,0,42,0,0,0,0,0),(74947,21416,530,1,1,0,1,-2791.71,1481.24,10.1849,1.98968,300,0,0,4890,7196,0,0,0,0),(1976657,37827,571,1,2,0,0,4812.28,-585.435,162.473,6.24075,300,0,0,42,0,0,0,0,0),(143503,37878,571,1,1,0,0,4848.79,-601.884,157.445,4.2586,120,0,0,1,0,0,0,0,0),(143502,37878,571,1,1,0,0,4815.69,-625.302,158.616,4.06662,120,0,0,1,0,0,0,0,0),(143501,37878,571,1,1,0,0,4829.42,-629.363,157.646,3.61283,120,0,0,1,0,0,0,0,0),(143500,37878,571,1,1,0,0,4842.37,-621.696,157.523,2.87979,120,0,0,1,0,0,0,0,0),(143499,37878,571,1,1,0,0,4833.48,-635.08,157.486,4.83456,120,0,0,1,0,0,0,0,0),(143498,37878,571,1,1,0,0,4813.19,-639.132,158.872,0,120,0,0,1,0,0,0,0,0),(143497,37878,571,1,1,0,0,4837.81,-627.674,157.62,1.95477,120,0,0,1,0,0,0,0,0),(143496,37878,571,1,1,0,0,4840.92,-570.698,161.174,3.76991,120,0,0,1,0,0,0,0,0),(143495,37878,571,1,1,0,0,4845.4,-613.085,157.42,1.81514,120,0,0,1,0,0,0,0,0),(143494,37878,571,1,1,0,0,4826.23,-624.479,157.951,0,120,0,0,1,0,0,0,0,0),(143493,37878,571,1,1,0,0,4842.86,-580.882,159.731,2.96706,120,0,0,1,0,0,0,0,0),(143492,37878,571,1,1,0,0,4851.64,-585.601,158.117,2.05949,120,0,0,1,0,0,0,0,0),(143491,37878,571,1,1,0,0,4822.3,-616.2,157.949,2.28638,120,0,0,1,0,0,0,0,0),(143490,37878,571,1,1,0,0,4843.75,-587.062,159.727,0.925025,120,0,0,1,0,0,0,0,0),(143489,37878,571,1,1,0,0,4822.64,-641.347,157.85,3.94444,120,0,0,1,0,0,0,0,0),(143488,37878,571,1,1,0,0,4854.85,-593.279,157.301,4.62512,120,0,0,1,0,0,0,0,0),(143487,37878,571,1,1,0,0,4825.96,-637.977,157.644,5.34071,120,0,0,1,0,0,0,0,0),(143486,37878,571,1,1,0,0,4804.12,-640.814,160.12,2.37365,120,0,0,1,0,0,0,0,0),(143485,37878,571,1,1,0,0,4809.7,-642.825,159.296,2.00713,120,0,0,1,0,0,0,0,0),(143484,37878,571,1,1,0,0,4845.67,-593.674,159.144,3.87463,120,0,0,1,0,0,0,0,0),(143483,37878,571,1,1,0,0,4845.16,-576.028,159.94,5.53269,120,0,0,1,0,0,0,0,0),(143482,37878,571,1,1,0,0,4809.9,-635.441,159.204,1.15192,120,0,0,1,0,0,0,0,0),(143481,37878,571,1,1,0,0,4814.17,-631.366,158.754,5.23599,120,0,0,1,0,0,0,0,0),(143480,37878,571,1,1,0,0,4798.06,-635.016,160.532,3.14159,120,0,0,1,0,0,0,0,0),(143479,37878,571,1,1,0,0,4788.49,-629.854,161.156,5.34071,120,0,0,1,0,0,0,0,0),(143478,37878,571,1,1,0,0,4835.67,-563.555,161.455,0.488692,120,0,0,1,0,0,0,0,0),(143477,37878,571,1,1,0,0,4806.63,-631.41,159.547,4.93928,120,0,0,1,0,0,0,0,0),(143476,37878,571,1,1,0,0,4804.43,-635.924,159.855,0,120,0,0,1,0,0,0,0,0),(143475,37878,571,1,1,0,0,4801.53,-631.161,160.097,3.52556,120,0,0,1,0,0,0,0,0),(143474,37878,571,1,1,0,0,4788.44,-639.323,162.316,1.37881,120,0,0,1,0,0,0,0,0),(143473,37878,571,1,1,0,0,4793.92,-639.154,161.241,4.46804,120,0,0,1,0,0,0,0,0),(143472,37878,571,1,1,0,0,4828.34,-562.278,160.331,0.959931,120,0,0,1,0,0,0,0,0),(143471,37878,571,1,1,0,0,4809.82,-614.812,159.275,2.19912,120,0,0,1,0,0,0,0,0),(143470,37878,571,1,1,0,0,4795.55,-631.295,160.253,1.36136,120,0,0,1,0,0,0,0,0),(143469,37878,571,1,1,0,0,4791.31,-635.191,160.856,4.81711,120,0,0,1,0,0,0,0,0),(143468,37878,571,1,1,0,0,4803.76,-610.719,159.545,4.24115,120,0,0,1,0,0,0,0,0),(143467,37878,571,1,1,0,0,4806.01,-623.481,159.546,2.74017,120,0,0,1,0,0,0,0,0),(143466,37878,571,1,1,0,0,4796.73,-622.587,159.91,2.35619,120,0,0,1,0,0,0,0,0),(143465,37878,571,1,1,0,0,4800.02,-618.307,159.794,3.50811,120,0,0,1,0,0,0,0,0),(143464,37878,571,1,1,0,0,4837.16,-576.51,160.502,5.07891,120,0,0,1,0,0,0,0,0),(143463,37878,571,1,1,0,0,4814.3,-619.271,158.755,0.715585,120,0,0,1,0,0,0,0,0),(143462,37878,571,1,1,0,0,4793.2,-627.052,159.945,3.47321,120,0,0,1,0,0,0,0,0),(143461,37878,571,1,1,0,0,4815.85,-606.009,160.206,0,120,0,0,1,0,0,0,0,0),(76052,37894,571,1,1,0,0,4812.03,-586.222,162.556,2.6529,120,0,0,1,0,0,0,0,0),(247003,33068,0,1,1,0,0,-9506.09,-372.595,57.633,5.55462,300,0,0,1,0,0,0,0,0),(143459,37878,571,1,1,0,0,4810.05,-609.377,159.464,0,120,0,0,1,0,0,0,0,0),(143458,37878,571,1,1,0,0,4810.25,-627.464,159.152,1.50098,120,0,0,1,0,0,0,0,0),(143457,37878,571,1,1,0,0,4790.14,-624.177,159.613,0.977384,120,0,0,1,0,0,0,0,0),(143456,37878,571,1,1,0,0,4826.66,-555.106,161.316,4.62512,120,0,0,1,0,0,0,0,0),(143455,37878,571,1,1,0,0,4809.64,-555.469,162.692,0.715585,120,0,0,1,0,0,0,0,0),(143454,37878,571,1,1,0,0,4806.93,-604.054,159.585,0,120,0,0,1,0,0,0,0,0),(143453,37878,571,1,1,0,0,4816.29,-556.596,161.831,3.82227,120,0,0,1,0,0,0,0,0),(143452,37878,571,1,1,0,0,4789.02,-611.773,160.37,0,120,0,0,1,0,0,0,0,0),(143451,37878,571,1,1,0,0,4784.51,-609.382,161.722,0,120,0,0,1,0,0,0,0,0),(143450,37878,571,1,1,0,0,4802.32,-570.236,160.275,1.06465,120,0,0,1,0,0,0,0,0),(143449,37878,571,1,1,0,0,4796.79,-613.901,159.759,0.890118,120,0,0,1,0,0,0,0,0),(143448,37878,571,1,1,0,0,4810.37,-549.769,163.215,3.38594,120,0,0,1,0,0,0,0,0),(143447,37878,571,1,1,0,0,4798.66,-602.021,159.822,2.56563,120,0,0,1,0,0,0,0,0),(143446,37878,571,1,1,0,0,4792.95,-603.385,160.328,2.74017,120,0,0,1,0,0,0,0,0),(143445,37878,571,1,1,0,0,4791.47,-618.484,159.709,2.05949,120,0,0,1,0,0,0,0,0),(143444,37878,571,1,1,0,0,4798.12,-607.448,159.725,0.715585,120,0,0,1,0,0,0,0,0),(143443,37878,571,1,1,0,0,4782.63,-605.307,161.613,0,120,0,0,1,0,0,0,0,0),(143442,37878,571,1,1,0,0,4790.34,-607.083,160.257,3.52556,120,0,0,1,0,0,0,0,0),(143441,37878,571,1,1,0,0,4792.53,-591.684,160.254,4.20624,120,0,0,1,0,0,0,0,0),(143440,37878,571,1,1,0,0,4817.92,-551.977,162.083,3.03687,120,0,0,1,0,0,0,0,0),(143439,37878,571,1,1,0,0,4782.63,-605.307,161.613,0,120,0,0,1,0,0,0,0,0),(143438,37878,571,1,1,0,0,4790.34,-607.083,160.257,3.52556,120,0,0,1,0,0,0,0,0),(143437,37878,571,1,1,0,0,4792.53,-591.684,160.254,4.20624,120,0,0,1,0,0,0,0,0),(143436,37878,571,1,1,0,0,4817.92,-551.977,162.083,3.03687,120,0,0,1,0,0,0,0,0),(143435,37878,571,1,1,0,0,4797.15,-583.295,159.861,3.59538,120,0,0,1,0,0,0,0,0),(143434,37878,571,1,1,0,0,4767.42,-594.349,163.828,1.58825,120,0,0,1,0,0,0,0,0),(143433,37878,571,1,1,0,0,4793.4,-570.811,160.894,3.68265,120,0,0,1,0,0,0,0,0),(143432,37878,571,1,1,0,0,4776.27,-596.57,162.633,2.05949,120,0,0,1,0,0,0,0,0),(143431,37878,571,1,1,0,0,4759.74,-587.835,164.612,0,120,0,0,1,0,0,0,0,0),(143430,37878,571,1,1,0,0,4772.52,-585.984,163.043,2.68781,120,0,0,1,0,0,0,0,0),(143429,37878,571,1,1,0,0,4782.1,-580.748,161.862,1.27409,120,0,0,1,0,0,0,0,0),(143428,37878,571,1,1,0,0,4756.67,-580.465,165.097,1.48353,120,0,0,1,0,0,0,0,0),(143427,37878,571,1,1,0,0,4791.54,-557.312,162.79,4.06662,120,0,0,1,0,0,0,0,0),(143426,37878,571,1,1,0,0,4771.82,-566.172,162.486,0,120,0,0,1,0,0,0,0,0),(143425,37878,571,1,1,0,0,4782.4,-593.654,161.671,1.6057,120,0,0,1,0,0,0,0,0),(143424,37878,571,1,1,0,0,4800.6,-547.733,164.92,0.715585,120,0,0,1,0,0,0,0,0),(143423,37878,571,1,1,0,0,4763.71,-569.226,163.768,3.83972,120,0,0,1,0,0,0,0,0),(143422,37878,571,1,1,0,0,4763.54,-576.642,163.84,5.25344,120,0,0,1,0,0,0,0,0),(143421,37878,571,1,1,0,0,4797.17,-577.127,160.26,2.47837,120,0,0,1,0,0,0,0,0),(143420,37878,571,1,1,0,0,4772.84,-575.535,162.756,1.64061,120,0,0,1,0,0,0,0,0),(75098,29854,571,1,1,0,0,6671.19,-467.731,1178.39,6.27915,0,0,0,1,0,0,0,0,0),(75097,29854,571,1,1,0,0,6697.77,-462.455,1178.17,5.77257,0,0,0,1,0,0,0,0,0),(75096,29854,571,1,1,0,0,6706.95,-521.231,1211.49,5.17959,0,0,0,1,0,0,0,0,0),(75095,29854,571,1,1,0,0,6647.07,-477.868,1167.51,2.68202,0,0,0,1,0,0,0,0,0),(75094,29854,571,1,1,0,0,6675.19,-420.657,1184.11,3.36925,0,15,0,1,0,1,0,0,0),(75093,29854,571,1,1,0,0,6695.85,-487.759,1195.42,1.80238,0,0,0,1,0,0,0,0,0),(75092,29854,571,1,1,0,0,6712.09,-533.401,1211.94,1.69635,0,0,0,1,0,0,0,0,0),(75091,33645,571,1,1,0,1,8579.87,749.856,547.376,6.08289,300,0,0,10635,0,0,0,0,0),(75090,33642,530,1,1,0,1,-2254.97,5560.91,67.1006,5.95157,300,0,0,2835,7196,0,0,0,0),(75089,33639,530,1,1,0,1,-2093.76,5632.88,50.3112,2.51327,300,0,0,3237,0,0,0,0,0),(75088,33630,530,1,1,0,1,-2091.98,5634.98,50.3112,2.84489,300,0,0,2266,6015,0,0,0,0),(29978,16873,530,1,1,0,0,-945.313,1948.25,67.0646,0,300,0,0,3984,2434,2,0,0,0),(6747,22418,534,1,1,0,0,-945.313,1948.25,67.0646,2.61799,7200,0,0,1,0,2,0,0,0),(75081,17714,530,1,1,0,0,-1415.73,-12795.1,-15.7665,1.83091,120,5,0,1,0,1,0,0,0),(75080,17714,530,1,1,0,0,-1411.56,-12765.2,-16.1739,1.5953,120,5,0,1,0,1,0,0,0),(75079,17714,530,1,1,0,0,-1147.65,-12879.5,-102.42,4.14375,120,5,0,1,0,1,0,0,0),(75078,17714,530,1,1,0,0,-1134.56,-12897.9,-102.611,2.9341,120,5,0,1,0,1,0,0,0),(75077,17714,530,1,1,0,0,-1252.93,-12952.8,-104.744,3.63331,120,5,0,1,0,1,0,0,0),(75076,17714,530,1,1,0,0,-1221.54,-12954.4,-104.158,4.28428,120,5,0,1,0,1,0,0,0),(75075,17714,530,1,1,0,0,-1183.29,-12912.6,-102.463,3.73105,120,5,0,1,0,1,0,0,0),(75074,17714,530,1,1,0,0,-1201.32,-12933.4,-102.708,1.19337,120,5,0,1,0,1,0,0,0),(75073,17714,530,1,1,0,0,-1150.57,-12917.9,-101.545,3.95037,120,5,0,1,0,1,0,0,0),(75072,17714,530,1,1,0,0,-1151.62,-12952.3,-101.069,2.9852,120,5,0,1,0,1,0,0,0),(75071,17714,530,1,1,0,0,-1119.17,-12949.7,-99.689,2.53529,120,5,0,1,0,1,0,0,0),(75070,17714,530,1,1,0,0,-1135.07,-12931.6,-98.4871,2.43533,120,5,0,1,0,1,0,0,0),(75069,17714,530,1,1,0,0,-981.314,-12813.6,-51.9604,0.810614,120,5,0,1,0,1,0,0,0),(75068,17714,530,1,1,0,0,-981.083,-12847.7,-78.3502,2.45272,120,5,0,1,0,1,0,0,0),(75067,24921,603,3,1,0,0,1436.95,118.837,425.871,0,7200,0,0,1,0,0,0,0,0),(75066,24921,603,3,1,0,0,1437.11,118.48,425.813,0,7200,0,0,1,0,0,0,0,0),(75104,21420,530,1,1,0,0,-2783.87,1483.1,9.2069,3.40339,300,0,0,5,2320,0,0,0,0),(75105,21420,530,1,1,0,0,-2795.69,1486.3,7.87201,5.55015,300,0,0,5,2320,0,0,0,0),(75106,21420,530,1,1,0,0,-2791.51,1476.98,9.1375,1.39626,300,0,0,5,2320,0,0,0,0),(75107,21422,530,1,1,0,0,1937.81,5591.61,263.584,3.10669,300,0,0,42,0,0,0,0,0),(75108,21422,530,1,1,0,0,1941.3,5570.16,263.389,1.81514,300,0,0,42,0,0,0,0,0),(75109,21422,530,1,1,0,0,1904.79,5567.59,262.334,0.628319,300,0,0,42,0,0,0,0,0),(75112,21429,530,1,1,0,0,-3004.39,4497.14,-42.8654,4.24115,300,0,0,6722,0,0,0,0,0),(75113,21429,530,1,1,0,0,-2928.6,4514.21,-42.8637,4.20624,300,0,0,6722,0,0,0,0,0),(75114,21429,530,1,1,0,0,-2969.53,4440.7,-47.2111,0.174533,300,0,0,6722,0,0,0,0,0),(75115,21429,530,1,1,0,0,-2979.04,4451.31,-47.2117,4.53786,300,0,0,6722,0,0,0,0,0),(75116,21429,530,1,1,0,0,-2965.74,4360.38,-49.1445,5.0091,300,0,0,6722,0,0,0,0,0),(96637,25142,530,1,1,22763,1,-1903.97,5427.56,-12.4283,2.70526,180,0,0,6542,0,0,0,0,0),(75118,21434,530,1,1,0,0,-2083.36,5293.69,-37.3236,0.15708,300,0,0,12350,0,0,0,0,0),(75119,21443,530,1,1,0,0,-3671.62,5312.52,-10.5075,3.82227,300,0,0,6722,0,0,0,0,0),(75120,21443,530,1,1,0,0,-3663.02,5289,-12.0597,3.45575,300,0,0,6722,0,0,0,0,0),(75121,21443,530,1,1,0,0,-3634.05,5292.08,-0.935783,2.09439,300,0,0,6722,0,0,0,0,0),(75122,21443,530,1,1,0,0,-3734.08,5119.93,-13.1617,3.82227,300,0,0,6722,0,0,0,0,0),(75123,21443,530,1,1,0,0,-3737.08,5081.82,-9.53671,2.00713,300,0,0,6722,0,0,0,0,0),(75124,21443,530,1,1,0,0,-3708.92,5125.21,-0.885726,4.66003,300,0,0,6722,0,0,0,0,0),(75125,21443,530,1,1,0,0,-3680.36,5107.09,5.86235,1.309,300,0,0,6722,0,0,0,0,0),(75126,21443,530,1,1,0,0,-3673.51,5167.08,7.99028,5.93412,300,0,0,6722,0,0,0,0,0),(75127,21443,530,1,1,0,0,-3640.35,5111.03,-19.0215,2.47837,300,0,0,6722,0,0,0,0,0),(75128,21443,530,1,1,0,0,-3641.14,5119.71,-21.1397,5.95157,300,0,0,6722,0,0,0,0,0),(75129,21443,530,1,1,0,0,-3647.92,5119.71,-21.14,4.29351,300,0,0,6722,0,0,0,0,0),(75130,21443,530,1,1,0,0,-3648.61,5108.54,-21.1353,1.11701,300,0,0,6722,0,0,0,0,0),(75131,21443,530,1,1,0,0,-3651.11,5114.19,-21.1376,2.67035,300,0,0,6722,0,0,0,0,0),(75132,21443,530,1,1,0,0,-3703.3,5085.7,-0.065613,1.74533,300,0,0,6722,0,0,0,0,0),(75133,21443,530,1,1,0,0,-3557.18,5267.21,-8.01657,4.69494,300,0,0,6722,0,0,0,0,0),(75134,21443,530,1,1,0,0,-3543.25,5246.37,-18.069,2.09439,300,0,0,6722,0,0,0,0,0),(75135,21443,530,1,1,0,0,-3361.74,5144.68,-5.01363,6.05629,300,0,0,6722,0,0,0,0,0),(75136,21443,530,1,1,0,0,-2972.24,4390.45,-42.1656,5.84685,300,0,0,6722,0,0,0,0,0),(75137,21443,530,1,1,0,0,-2974.94,4362.29,-40.5261,2.49582,300,0,0,6722,0,0,0,0,0),(75138,21443,530,1,1,0,0,-2965.82,4346.13,-34.8016,4.95674,300,0,0,6722,0,0,0,0,0),(75139,21443,530,1,1,0,0,-2970.81,4327.46,-34.8016,2.89725,300,0,0,6722,0,0,0,0,0),(75140,21443,530,1,1,0,0,-2986.39,4335.51,-42.5819,4.18879,300,0,0,6722,0,0,0,0,0),(75141,21443,530,1,1,0,0,-2968.34,4362.81,-40.5261,4.04916,300,0,0,6722,0,0,0,0,0),(75142,21443,530,1,1,0,0,-2975.74,4380.38,-40.0398,2.35619,300,0,0,6722,0,0,0,0,0),(75143,21443,530,1,1,0,0,-2965.33,4331.57,-34.8016,1.39626,300,0,0,6722,0,0,0,0,0),(75144,21443,530,1,1,0,0,-2963.97,4369.54,-42.2619,0.907571,300,0,0,6722,0,0,0,0,0),(75145,21443,530,1,1,0,0,-2979.4,4368.29,-43.5607,1.44862,300,0,0,6722,0,0,0,0,0),(75146,21443,530,1,1,0,0,-2970.71,4320.3,-42.5819,4.03171,300,0,0,6722,0,0,0,0,0),(75147,21443,530,1,1,0,0,-2982.23,4324.44,-42.5819,0,300,0,0,6722,0,0,0,0,0),(75148,21443,530,1,1,0,0,-2962.2,4351.29,-42.5819,5.5676,300,0,0,6722,0,0,0,0,0),(75149,21443,530,1,1,0,0,-2960.06,4325.1,-42.5819,1.309,300,0,0,6722,0,0,0,0,0),(75150,21443,530,1,1,0,0,-2971.43,4353.15,-42.5819,5.86431,300,0,0,6722,0,0,0,0,0),(75151,21443,530,1,1,0,0,-2980.38,4351.35,-42.5819,0.837758,300,0,0,6722,0,0,0,0,0),(75152,21443,530,1,1,0,0,-2967.3,4391.12,-41.6932,0.855211,300,0,0,6722,0,0,0,0,0),(75153,21443,530,1,1,0,0,-2977.08,4345.81,-34.8016,4.4855,300,0,0,6722,0,0,0,0,0),(75154,21443,530,1,1,0,0,-2955.92,4336.08,-42.5819,3.64774,300,0,0,6722,0,0,0,0,0),(75155,21443,530,1,1,0,0,-2972.14,4371.83,-42.3028,3.9968,300,0,0,6722,0,0,0,0,0),(75156,21443,530,1,1,0,0,-2968.35,4380.73,-40.0398,0.802851,300,0,0,6722,0,0,0,0,0),(75157,21443,530,1,1,0,0,-2976.92,4329.92,-34.8016,4.72984,300,0,0,6722,0,0,0,0,0),(75158,21443,530,1,1,0,0,-2963.21,4337.34,-34.8016,4.64258,300,0,0,6722,0,0,0,0,0),(75159,21443,530,1,1,0,0,-2980.26,4336.29,-34.8016,5.3058,300,0,0,6722,0,0,0,0,0),(75160,21443,530,1,1,0,0,-2966.02,4337.79,-49.7976,0.20854,300,0,0,6722,0,0,0,0,0),(75161,21443,530,1,1,0,0,-2972.08,4332.82,-49.7976,2.64526,300,0,0,6722,0,0,0,0,0),(75162,21443,530,1,1,0,0,-2977.27,4338.55,-49.7976,3.32964,300,0,0,6722,0,0,0,0,0),(75163,21443,530,1,1,0,0,-2971.18,4335.99,-33.0337,0.855211,300,0,0,6722,0,0,0,0,0),(75164,21443,530,1,1,0,0,-2978.93,4389.77,-43.1931,5.18363,300,0,0,6722,0,0,0,0,0),(75165,21447,530,1,1,0,0,1960.02,5586.95,269.714,0.680678,300,0,0,42,0,0,0,0,0),(75166,21450,530,1,1,0,1,-3132.79,2119.84,79.9396,5.13108,300,5,0,6542,0,1,0,0,0),(75167,21450,530,1,1,0,1,-3115.68,2086.76,84.6404,3.5537,300,5,0,6542,0,1,0,0,0),(75168,21450,530,1,1,0,1,-3109.78,2175.27,74.6279,3.63846,300,5,0,6542,0,1,0,0,0),(75169,21450,530,1,1,0,1,-3144.3,2156.11,75.8824,3.86686,300,5,0,6542,0,1,0,0,0),(75170,21450,530,1,1,0,1,-3107,2089,84.82,0,300,0,0,6542,0,0,0,0,0),(75171,21450,530,1,1,0,1,-3128,2267,63.92,3,300,0,0,6542,0,0,0,0,0),(75172,21450,530,1,1,0,1,-3065,2296,62.83,0,300,0,0,6542,0,0,0,0,0),(75173,21450,530,1,1,0,1,-3085,2322,63.9,0,300,0,0,6542,0,0,0,0,0),(75174,21450,530,1,1,0,1,-3134,2121,79.81,3,300,0,0,6542,0,0,0,0,0),(75176,21450,530,1,1,0,1,-3094,2254,63.83,3,300,0,0,6542,0,0,0,0,0),(75177,21450,530,1,1,0,1,-3023,2278,64.62,2,300,0,0,6542,0,0,0,0,0),(75178,21450,530,1,1,0,1,-3052,2352,61.93,4,300,0,0,6542,0,0,0,0,0),(75179,21450,530,1,1,0,1,-3044,2312,62.5,2,300,0,0,6542,0,0,0,0,0),(75180,21450,530,1,1,0,1,-2974.2,2153.31,98.5607,5.89376,300,5,0,6542,0,1,0,0,0),(75181,21450,530,1,1,0,1,-3017.9,2121.26,88.569,0.298571,300,5,0,6542,0,1,0,0,0),(75182,21450,530,1,1,0,1,-3022.05,2053.77,97.3489,4.18958,300,5,0,6542,0,1,0,0,0),(75183,21450,530,1,1,0,1,-2987.62,2013.83,96.3559,3.32493,300,5,0,6542,0,1,0,0,0),(75184,21450,530,1,1,0,1,-3028.94,2003.79,97.9978,0.916032,300,5,0,6542,0,1,0,0,0),(75185,21450,530,1,1,0,1,-3046.15,2030.26,97.4177,5.08957,300,5,0,6542,0,1,0,0,0),(75186,21450,530,1,1,0,1,-3073.01,2022.13,99.231,3.57429,300,5,0,6542,0,1,0,0,0),(75187,21450,530,1,1,0,1,-4100.58,1817.53,114.524,4.27153,300,5,0,6542,0,1,0,0,0),(75188,21450,530,1,1,0,1,-4199.08,1812.25,126.627,1.95495,300,5,0,6542,0,1,0,0,0),(75189,21450,530,1,1,0,1,-4165.79,1862.67,104.911,6.06955,300,5,0,6542,0,1,0,0,0),(75190,21450,530,1,1,0,1,-4129.11,1896.74,71.0015,3.02281,300,5,0,6542,0,1,0,0,0),(75191,21450,530,1,1,0,1,-4109.53,1923.47,71.7422,4.7528,300,5,0,6542,0,1,0,0,0),(75192,21450,530,1,1,0,1,-4021.52,1853.28,77.7569,1.19404,300,5,0,6542,0,1,0,0,0),(75193,21450,530,1,1,0,1,-3942.2,1870.31,88.6244,6.00502,300,5,0,6542,0,1,0,0,0),(75194,21450,530,1,1,0,1,-4035.76,1943.79,80.651,3.40732,300,5,0,6542,0,1,0,0,0),(75195,21451,530,1,1,0,0,-2974.94,4337.31,-31.2073,5.89921,300,0,0,4120,0,0,0,0,0),(75196,21451,530,1,1,0,0,-2975.88,4334.35,-31.2073,0.279253,300,0,0,4120,0,0,0,0,0),(75197,21451,530,1,1,0,0,-2967.54,4334.67,-31.2073,2.94961,300,0,0,4120,0,0,0,0,0),(75198,21451,530,1,1,0,0,-2967.7,4337.79,-31.2073,3.78736,300,0,0,4120,0,0,0,0,0),(75199,21451,530,1,1,0,0,-2969.59,4331.5,-31.2073,1.46608,300,0,0,4120,0,0,0,0,0),(75200,21451,530,1,1,0,0,-2973.74,4331.28,-31.2073,0.907571,300,0,0,4120,0,0,0,0,0),(75201,21453,530,1,1,0,1,-3313.08,1234.52,72.8129,0.067412,300,5,0,5409,3080,1,0,0,0),(75202,21453,530,1,1,0,1,-3366.85,1220.66,67.3407,4.72984,300,0,0,5409,3080,0,0,0,0),(75203,21453,530,1,1,0,1,-3252.47,1194.85,61.6459,6.23821,300,5,0,5409,3080,1,0,0,0),(75204,21453,530,1,1,0,1,-3190.7,1110.02,71.9868,3.56047,300,0,0,5409,3080,0,0,0,0),(75205,21453,530,1,1,0,1,-3197.42,1067.91,69.2705,1.16937,300,0,0,5409,3080,0,0,0,0),(75206,21453,530,1,1,0,1,-3200.65,1118.2,73.2009,3.66519,300,0,0,5409,3080,0,0,0,0),(75207,21453,530,1,1,0,1,-3342.77,1108.41,54.6055,3.85718,300,0,0,5409,3080,0,0,0,0),(75208,21453,530,1,1,0,1,-3338.96,1073.78,49.974,2.87979,300,0,0,5409,3080,0,0,0,0),(75209,21453,530,1,1,0,1,-3204.44,1035.39,68.8034,4.04466,300,5,0,5409,3080,1,0,0,0),(75210,21453,530,1,1,0,1,-3259.5,930.808,45.8234,1.44862,300,0,0,5409,3080,0,0,0,0),(75211,21453,530,1,1,0,1,-3285.12,984.013,40.2919,2.82787,300,5,0,5409,3080,1,0,0,0),(75212,21453,530,1,1,0,1,-3320.31,1016.63,48.8933,0.855211,300,0,0,5409,3080,0,0,0,0),(75213,21453,530,1,1,0,1,-3309.46,878.189,-0.099966,0.096756,300,5,0,5409,3080,1,0,0,0),(75214,21453,530,1,1,0,1,-3299.7,927.403,37.5315,2.30383,300,0,0,5409,3080,0,0,0,0),(75215,21453,530,1,1,0,1,-3388.94,977.512,24.6017,3.82152,300,5,0,5409,3080,1,0,0,0),(75216,21454,530,1,1,0,1,-3180.82,1215.8,37.7264,0.488692,300,0,0,6761,0,0,0,0,0),(75217,21454,530,1,1,0,1,-3263.46,1245.41,73.5829,0.558505,300,0,0,6761,0,0,0,0,0),(75218,21454,530,1,1,0,1,-3166.09,1191.17,36.7562,0.523599,300,0,0,6761,0,0,0,0,0),(75219,21454,530,1,1,0,1,-3229.14,1197.24,55.267,0.174533,300,0,0,6761,0,0,0,0,0),(75220,21454,530,1,1,0,1,-3160.9,1103.16,75.1613,1.18682,300,0,0,6761,0,0,0,0,0),(75221,21454,530,1,1,0,1,-3232.09,1173.23,53.0675,5.21866,300,5,0,6761,0,1,0,0,0),(75222,21454,530,1,1,0,1,-3210.23,1165.28,53.2241,0.628319,300,0,0,6761,0,0,0,0,0),(75223,21454,530,1,1,0,1,-3171.95,1059.9,71.8972,5.2709,300,0,0,6761,0,0,0,0,0),(75224,21454,530,1,1,0,1,-3175.04,1081.2,72.1924,1.32572,300,5,0,6761,0,1,0,0,0),(75225,21454,530,1,1,0,1,-3208.59,1103.69,67.9623,3.05433,300,0,0,6761,0,0,0,0,0),(75226,21454,530,1,1,0,1,-3212.99,1081.65,65.9832,2.72271,300,0,0,6761,0,0,0,0,0),(75227,21454,530,1,1,0,1,-3249.31,1096.42,61.2507,2.19912,300,0,0,6761,0,0,0,0,0),(75228,21454,530,1,1,0,1,-3301.93,995.007,40.7887,4.66003,300,0,0,6761,0,0,0,0,0),(75229,21454,530,1,1,0,1,-3151.73,990.566,-2.93134,4.67331,300,5,0,6761,0,1,0,0,0),(75230,21454,530,1,1,0,1,-3147.14,878.978,-16.2629,1.46208,300,5,0,6761,0,1,0,0,0),(75231,21454,530,1,1,0,1,-3147.08,839.054,-20.372,4.27589,300,5,0,6761,0,1,0,0,0),(75232,21455,530,1,1,0,1,-3408,1203.43,62.595,5.95157,300,0,0,6761,0,0,0,0,0),(75233,21455,530,1,1,0,1,-3401.35,1190.95,57.24,1.16937,300,0,0,6761,0,0,0,0,0),(75234,21455,530,1,1,0,1,-3328.97,1231.77,73.3943,0.248294,300,0,0,6761,0,0,0,0,0),(75235,21455,530,1,1,0,1,-3380.88,1226.77,67.3501,2.05949,300,0,0,6761,0,0,0,0,0),(75236,21455,530,1,1,0,1,-3384.42,1205.49,64.8928,3.42085,300,0,0,6761,0,0,0,0,0),(75237,21455,530,1,1,0,1,-3343.12,1203.49,68.0822,0.017453,300,0,0,6761,0,0,0,0,0),(75238,21455,530,1,1,0,1,-3353.31,1216.33,68.3528,5.21853,300,0,0,6761,0,0,0,0,0),(75239,21455,530,1,1,0,1,-3342.07,1224.06,72.2189,5.25344,300,0,0,6761,0,0,0,0,0),(75240,21455,530,1,1,0,1,-3385.62,1208.42,64.7725,1.90727,300,0,0,6761,0,0,0,0,0),(75241,21455,530,1,1,0,1,-3366.46,1228.77,69.1091,4.10049,300,0,0,6761,0,0,0,0,0),(75242,21455,530,1,1,0,1,-3345.82,1189.65,63.7035,0.366519,300,0,0,6761,0,0,0,0,0),(75243,21455,530,1,1,0,1,-3371.13,1189.99,60.3795,3.76748,300,0,0,6761,0,0,0,0,0),(75244,21455,530,1,1,0,1,-3313.77,1200.41,67.3797,2.42601,300,0,0,6761,0,0,0,0,0),(75245,21455,530,1,1,0,1,-3309.76,1234.82,72.7574,0.021902,300,0,0,6761,0,0,0,0,0),(75246,21455,530,1,1,0,1,-3174.95,1140.08,78.8016,1.09956,300,0,0,6761,0,0,0,0,0),(75247,21455,530,1,1,0,1,-3170.12,1115.74,73.0459,5.34071,300,0,0,6761,0,0,0,0,0),(75248,21455,530,1,1,0,1,-3313.35,1157.94,60.3042,6.16101,300,0,0,6761,0,0,0,0,0),(75249,21455,530,1,1,0,1,-3326.85,1116.35,60.5507,5.16617,300,0,0,6761,0,0,0,0,0),(75250,21455,530,1,1,0,1,-3325.76,1154.69,59.0762,5.41052,300,0,0,6761,0,0,0,0,0),(75251,21455,530,1,1,0,1,-3214.56,1138.7,74.6943,0,300,0,0,6761,0,0,0,0,0),(75252,21455,530,1,1,0,1,-3321.94,1144.01,62.2512,0.994838,300,0,0,6761,0,0,0,0,0),(75253,21455,530,1,1,0,1,-3305.28,1159.14,62.3786,3.4383,300,0,0,6761,0,0,0,0,0),(75254,21455,530,1,1,0,1,-3298.12,1100.45,60.3784,3.54302,300,0,0,6761,0,0,0,0,0),(75255,21455,530,1,1,0,1,-3309.37,1106.06,61.7755,4.72984,300,0,0,6761,0,0,0,0,0),(75256,21455,530,1,1,0,1,-3295.84,1086,57.0373,3.12414,300,0,0,6761,0,0,0,0,0),(75257,21455,530,1,1,0,1,-3321.9,1106.28,60.8032,4.06662,300,0,0,6761,0,0,0,0,0),(75258,21455,530,1,1,0,1,-3315.96,1071.76,56.7062,3.12414,300,0,0,6761,0,0,0,0,0),(75259,21455,530,1,1,0,1,-3197.8,1044.58,67.7099,0.784307,300,0,0,6761,0,0,0,0,0),(75260,21455,530,1,1,0,1,-3224.45,1020.85,64.4435,3.05433,300,0,0,6761,0,0,0,0,0),(75261,21455,530,1,1,0,1,-3333.82,1061.6,49.7686,0.541052,300,0,0,6761,0,0,0,0,0),(75262,21455,530,1,1,0,1,-3362.23,1042.65,45.5525,3.47321,300,0,0,6761,0,0,0,0,0),(75263,21455,530,1,1,0,1,-3249.21,898.291,33.1782,2.30383,300,0,0,6761,0,0,0,0,0),(75264,21455,530,1,1,0,1,-3270.64,888.525,19.934,4.2294,300,0,0,6761,0,0,0,0,0),(75265,21455,530,1,1,0,1,-3315.88,1002.01,40.7047,1.37881,300,0,0,6761,0,0,0,0,0),(75266,21455,530,1,1,0,1,-3286.3,936.568,38.737,3.61283,300,0,0,6761,0,0,0,0,0),(75267,21455,530,1,1,0,1,-3265.67,938.919,43.2534,0.617183,300,0,0,6761,0,0,0,0,0),(75268,21455,530,1,1,0,1,-3333.47,995.415,38.1228,3.42085,300,0,0,6761,0,0,0,0,0),(75269,21455,530,1,1,0,1,-3346.39,1006.65,34.1415,5.18363,300,0,0,6761,0,0,0,0,0),(75270,21455,530,1,1,0,1,-3362.16,1008.31,31.7344,3.84168,300,0,0,6761,0,0,0,0,0),(75271,21455,530,1,1,0,1,-3315.93,889.346,-0.713264,1.06465,300,0,0,6761,0,0,0,0,0),(75272,21455,530,1,1,0,1,-3270.02,920.7,41.7499,5.09636,300,0,0,6761,0,0,0,0,0),(75273,21455,530,1,1,0,1,-3300.1,889.834,7.69428,1.5708,300,0,0,6761,0,0,0,0,0),(75274,21455,530,1,1,0,1,-3277.2,924.197,40.2815,4.50295,300,0,0,6761,0,0,0,0,0),(75275,21455,530,1,1,0,1,-3304.08,918.116,35.9056,1.76271,300,0,0,6761,0,0,0,0,0),(75276,21455,530,1,1,0,1,-3282.25,893.636,16.3353,1.44862,300,0,0,6761,0,0,0,0,0),(75277,21455,530,1,1,0,1,-3356.25,973.667,31.4845,3.64774,300,0,0,6761,0,0,0,0,0),(75278,21455,530,1,1,0,1,-3346.71,968.004,29.8137,3.735,300,0,0,6761,0,0,0,0,0),(75279,21455,530,1,1,0,1,-3346.23,933.568,28.3369,1.53589,300,0,0,6761,0,0,0,0,0),(75280,21455,530,1,1,0,1,-3345.74,942.641,31.7562,4.99164,300,0,0,6761,0,0,0,0,0),(75281,21455,530,1,1,0,1,-3363.76,943.301,25.5139,3.01942,300,0,0,6761,0,0,0,0,0),(75282,21455,530,1,1,0,1,-3396.79,947.521,21.5163,3.90954,300,0,0,6761,0,0,0,0,0),(75283,21455,530,1,1,0,1,-3376.51,952.235,25.0441,0.10472,300,0,0,6761,0,0,0,0,0),(75284,21455,530,1,1,0,1,-3378.34,935.224,22.4447,0.401426,300,0,0,6761,0,0,0,0,0),(75285,21455,530,1,1,0,1,-3338.53,940.571,30.7562,2.63545,300,0,0,6761,0,0,0,0,0),(75286,21455,530,1,1,0,1,-3379.51,986.245,25.9995,5.77704,300,0,0,6761,0,0,0,0,0),(75287,21455,530,1,1,0,1,-3345.4,955.898,28.589,2.49582,300,0,0,6761,0,0,0,0,0),(75288,21455,530,1,1,0,1,-3378.01,970.344,26.0264,5.77704,300,0,0,6761,0,0,0,0,0),(75289,21455,530,1,1,0,1,-3398.2,970.029,22.7224,0.679928,300,0,0,6761,0,0,0,0,0),(75290,21455,530,1,1,0,1,-3332.77,930.19,30.4088,3.63029,300,0,0,6761,0,0,0,0,0),(75291,21455,530,1,1,0,1,-3367.9,975.318,27.8533,3.90954,300,0,0,6761,0,0,0,0,0),(75292,21455,530,1,1,0,1,-3343.05,924.313,28.1793,0.523599,300,0,0,6761,0,0,0,0,0),(75293,21455,530,1,1,0,1,-3357.68,922.807,24.6527,4.45059,300,0,0,6761,0,0,0,0,0),(75294,21455,530,1,1,0,1,-3349.48,890.147,-13.0415,0.593412,300,0,0,6761,0,0,0,0,0),(75295,21455,530,1,1,0,1,-3334.37,884.651,-9.47611,4.46119,300,0,0,6761,0,0,0,0,0),(75296,21455,530,1,1,0,1,-3366.23,890.228,-16.6443,4.5589,300,0,0,6761,0,0,0,0,0),(75297,21455,530,1,1,0,1,-3418.08,894.901,-26.0922,1.41372,300,0,0,6761,0,0,0,0,0),(75298,21455,530,1,1,0,1,-3400.88,890.509,-22.7804,1.79769,300,0,0,6761,0,0,0,0,0),(75299,21455,530,1,1,0,1,-3382.15,890.675,-19.0369,1.95477,300,0,0,6761,0,0,0,0,0),(75300,21460,530,1,1,0,1,1935.01,5575.74,263.753,0.383972,300,0,0,6326,0,0,0,0,0),(75301,21461,530,1,1,0,1,1920.31,5581.3,263.978,1.91986,300,0,0,6326,0,0,0,0,0),(75302,21462,530,1,1,0,0,-3448.93,883.59,-34.5481,3.67163,300,5,0,6542,0,1,0,0,0),(75303,21462,530,1,1,0,0,-3455.18,844.137,-39.2275,1.7188,300,5,0,6542,0,1,0,0,0),(75304,21462,530,1,1,0,0,-3457.34,915.443,-29.1864,1.49065,300,5,0,6542,0,1,0,0,0),(75305,21462,530,1,1,0,0,-3477.84,917.736,-26.9692,4.63284,300,5,0,6542,0,1,0,0,0),(75306,21462,530,1,1,0,0,-3513.1,921.716,-23.2676,3.93993,300,5,0,6542,0,1,0,0,0),(75307,21462,530,1,1,0,0,-3493.37,878.273,-30.1073,2.58341,300,5,0,6542,0,1,0,0,0),(75308,21462,530,1,1,0,0,-3854.15,986.987,25.6393,6.24028,300,5,0,6542,0,1,0,0,0),(75309,21462,530,1,1,0,0,-3847.66,1015.35,21.6286,0.29077,300,5,0,6542,0,1,0,0,0),(75310,21462,530,1,1,0,0,-3818.46,1012.64,21.3495,3.19282,300,5,0,6542,0,1,0,0,0),(75311,21462,530,1,1,0,0,-3871.02,1082.13,21.4079,0.313721,300,5,0,6542,0,1,0,0,0),(75312,21462,530,1,1,0,0,-3913.44,1108.58,24.4888,0.625925,300,5,0,6542,0,1,0,0,0),(75313,21462,530,1,1,0,0,-3923.08,1149.98,28.8258,5.25599,300,5,0,6542,0,1,0,0,0),(75314,21462,530,1,1,0,0,-3917.21,1081.07,25.5527,0.098698,300,5,0,6542,0,1,0,0,0),(75315,21462,530,1,1,0,0,-3887.05,1114.51,22.7152,4.43731,300,5,0,6542,0,1,0,0,0),(75316,21462,530,1,1,0,0,-3849.6,1087.56,21.1718,2.4569,300,5,0,6542,0,1,0,0,0),(75317,21462,530,1,1,0,0,-3855.24,1049.71,21.8446,4.32173,300,5,0,6542,0,1,0,0,0),(75318,21462,530,1,1,0,0,-3848.59,1127.66,22.4624,4.87722,300,5,0,6542,0,1,0,0,0),(75319,21462,530,1,1,0,0,-4031.24,1345.89,39.5208,4.81465,300,5,0,6542,0,1,0,0,0),(75320,21462,530,1,1,0,0,-2730.57,1676.28,4.21989,3.7995,300,5,0,6542,0,1,0,0,0),(75321,21462,530,1,1,0,0,-2798.09,1587.84,5.56654,2.35141,300,5,0,6542,0,1,0,0,0),(75322,21462,530,1,1,0,0,-2720.58,1613.5,3.92876,3.66918,300,5,0,6542,0,1,0,0,0),(75323,21462,530,1,1,0,0,-2714.85,1643.3,6.61473,1.89481,300,5,0,6542,0,1,0,0,0),(75324,21462,530,1,1,0,0,-2760.59,1587.28,-0.801545,0.040476,300,5,0,6542,0,1,0,0,0),(75325,21462,530,1,1,0,0,-2716.29,1578.38,-4.96313,2.38657,300,5,0,6542,0,1,0,0,0),(75326,21462,530,1,1,0,0,-2825.17,1549.92,6.03485,1.10565,300,5,0,6542,0,1,0,0,0),(75327,21462,530,1,1,0,0,-2860.01,1534.36,7.94109,0.393252,300,5,0,6542,0,1,0,0,0),(75328,21462,530,1,1,0,0,-2993.21,1261.22,-0.848118,0.297226,300,5,0,6542,0,1,0,0,0),(75329,21462,530,1,1,0,0,-3008.78,1236.17,-11.2827,0.689988,300,5,0,6542,0,1,0,0,0),(75330,21462,530,1,1,0,0,-2887.36,1145.96,-9.39815,3.14595,300,5,0,6542,0,1,0,0,0),(75331,21462,530,1,1,0,0,-3006.64,1217.71,0.26424,0.944361,300,5,0,6542,0,1,0,0,0),(75332,21462,530,1,1,0,0,-2908.74,1114.82,5.81109,5.70575,300,5,0,6542,0,1,0,0,0),(75333,21462,530,1,1,0,0,-2948.57,1115.34,-3.67339,1.71604,300,5,0,6542,0,1,0,0,0),(75334,21462,530,1,1,0,0,-2960.25,1148.53,-5.48577,4.98693,300,5,0,6542,0,1,0,0,0),(75335,21462,530,1,1,0,0,-2978.7,1158.47,4.43563,4.64765,300,5,0,6542,0,1,0,0,0),(75336,21462,530,1,1,0,0,-4437.72,1063.4,40.9906,5.83178,300,5,0,6542,0,1,0,0,0),(75337,21462,530,1,1,0,0,-4412.1,1026.74,40.4573,0.740345,300,5,0,6542,0,1,0,0,0),(75338,21462,530,1,1,0,0,-4483.17,973.403,13.5212,5.37797,300,5,0,6542,0,1,0,0,0),(75339,21462,530,1,1,0,0,-4711.9,1120.72,-27.7187,1.56252,300,5,0,6542,0,1,0,0,0),(75340,21462,530,1,1,0,0,-4734.94,1076.97,-34.4131,3.49236,300,5,0,6542,0,1,0,0,0),(75341,21462,530,1,1,0,0,-4598.35,1075.85,-23.0691,3.87811,300,5,0,6542,0,1,0,0,0),(75342,21462,530,1,1,0,0,-4438.41,1200.96,40.3279,5.96347,300,5,0,6542,0,1,0,0,0),(75343,21462,530,1,1,0,0,-4449.56,1142.02,41.0604,1.23638,300,5,0,6542,0,1,0,0,0),(75344,21462,530,1,1,0,0,-4507.62,1139.32,39.253,1.74943,300,5,0,6542,0,1,0,0,0),(75345,21462,530,1,1,0,0,-4557.09,1126.68,-13.9123,2.74695,300,5,0,6542,0,1,0,0,0),(75346,21463,530,1,1,0,0,-2971.16,4335.88,-44.7346,4.2586,300,0,0,4120,0,0,0,0,0),(75347,21469,530,1,1,0,0,2035.28,6834.91,173.778,3.01942,300,0,0,4979,0,0,0,0,0),(75348,21471,530,1,1,0,1,-3461.75,2000.4,96.9005,0,300,0,0,6986,0,0,0,0,0),(75349,21472,530,1,1,0,0,-3484.94,2004.42,96.86,3.07975,300,0,0,6986,0,0,0,0,0),(75350,21475,530,1,1,0,0,-3347.77,2102.8,102.442,4.79965,300,0,0,6986,0,0,0,0,0),(75351,21476,530,1,1,0,0,-3341.15,2107.2,102.359,0.006209,300,0,0,6986,0,0,0,0,0),(75352,21477,530,1,1,0,0,-3900.6,750.043,8.60822,0.556357,300,5,0,6761,0,1,0,0,0),(75353,21477,530,1,1,0,0,-3999.08,702.886,7.91359,4.77883,300,5,0,6761,0,1,0,0,0),(75354,21477,530,1,1,0,0,-4011.56,1013.37,19.8905,6.0074,300,5,0,6761,0,1,0,0,0),(75355,21477,530,1,1,0,0,-4156.82,962.684,28.5924,2.65175,300,5,0,6761,0,1,0,0,0),(75356,21477,530,1,1,0,0,-4074.22,901.909,6.66008,1.9154,300,5,0,6761,0,1,0,0,0),(75357,21477,530,1,1,0,0,-4125.77,763.814,2.00371,3.54797,300,0,0,6761,0,0,0,0,0),(75358,21477,530,1,1,0,0,-4203.24,722.261,24.501,3.42687,300,5,0,6761,0,1,0,0,0),(75359,21478,530,1,1,0,0,-3925.88,778.008,7.84475,3.20311,300,5,0,6542,0,1,0,0,0),(75360,21478,530,1,1,0,0,-3936.02,772.876,6.01586,6.22042,300,5,0,6542,0,1,0,0,0),(75361,21478,530,1,1,0,0,-3913.62,765.804,8.60822,6.25063,300,5,0,6542,0,1,0,0,0),(75362,21478,530,1,1,0,0,-3925.67,744.514,5.98322,5.10783,300,5,0,6542,0,1,0,0,0),(75363,21478,530,1,1,0,0,-3909.2,751.286,7.85822,4.39982,300,5,0,6542,0,1,0,0,0),(75364,21478,530,1,1,0,0,-3965.83,719.826,3.11348,3.16855,300,5,0,6542,0,1,0,0,0),(75365,21478,530,1,1,0,0,-3950.88,707.386,4.11348,3.1563,300,5,0,6542,0,1,0,0,0),(75366,21478,530,1,1,0,0,-3943.59,753.332,4.62404,2.83963,300,5,0,6542,0,1,0,0,0),(75367,21478,530,1,1,0,0,-3943.95,680.424,6.70806,0.893311,300,5,0,6542,0,1,0,0,0),(75368,21478,530,1,1,0,0,-3997.61,755.332,0.90605,1.16186,300,5,0,6542,0,1,0,0,0),(75369,21478,530,1,1,0,0,-3986.2,709.964,4.41489,2.93874,300,5,0,6542,0,1,0,0,0),(75370,21478,530,1,1,0,0,-3990.54,685.971,10.5261,3.18272,300,5,0,6542,0,1,0,0,0),(75371,21478,530,1,1,0,0,-4044.34,649.802,11.6502,1.08355,300,5,0,6542,0,1,0,0,0),(75372,21478,530,1,1,0,0,-4033.96,638.713,16.2785,6.26899,300,5,0,6542,0,1,0,0,0),(75373,21478,530,1,1,0,0,-4047.29,638.16,11.6968,4.87112,300,5,0,6542,0,1,0,0,0),(75374,21478,530,1,1,0,0,-4203.08,695.419,22.2812,1.65638,300,5,0,6542,0,1,0,0,0),(75375,21478,530,1,1,0,0,-4013.84,1006.5,18.2655,5.54773,300,5,0,6542,0,1,0,0,0),(75376,21478,530,1,1,0,0,-4028.75,1010.39,20.7655,5.21732,300,5,0,6542,0,1,0,0,0),(75377,21478,530,1,1,0,0,-4021.07,988.156,15.6504,4.28577,300,5,0,6542,0,1,0,0,0),(75378,21478,530,1,1,0,0,-4032.66,1002.46,19.2655,3.14898,300,5,0,6542,0,1,0,0,0),(75379,21478,530,1,1,0,0,-4159.38,944.792,26.2459,5.02027,300,5,0,6542,0,1,0,0,0),(75380,21478,530,1,1,0,0,-4063.35,920.549,6.23618,5.23662,300,5,0,6542,0,1,0,0,0),(75381,21478,530,1,1,0,0,-4055.73,906.093,5.81486,1.3981,300,5,0,6542,0,1,0,0,0),(75382,21478,530,1,1,0,0,-4138.57,940.665,25.8709,4.98849,300,5,0,6542,0,1,0,0,0),(75383,21478,530,1,1,0,0,-4158.96,909.501,43.4138,4.39674,300,5,0,6542,0,1,0,0,0),(75384,21478,530,1,1,0,0,-4105.32,746.51,-0.246291,2.9922,300,5,0,6542,0,1,0,0,0),(75385,21478,530,1,1,0,0,-4111.72,756.029,0.29906,1.57885,300,5,0,6542,0,1,0,0,0),(75386,21478,530,1,1,0,0,-4093.75,764.583,0.00371,1.84428,300,5,0,6542,0,1,0,0,0),(75387,21478,530,1,1,0,0,-4188.84,706.639,18.6212,3.9443,300,5,0,6542,0,1,0,0,0),(75388,21478,530,1,1,0,0,-4185.62,805.449,11.3035,2.57038,300,5,0,6542,0,1,0,0,0),(75389,21478,530,1,1,0,0,-4177.71,794.445,8.91824,6.01103,300,5,0,6542,0,1,0,0,0),(75390,21478,530,1,1,0,0,-4190.41,794.84,11.2932,0.269504,300,5,0,6542,0,1,0,0,0),(75391,21478,530,1,1,0,0,-4198.06,714.47,20.1212,3.06074,300,5,0,6542,0,1,0,0,0),(1551,23193,572,1,1,0,0,1317.99,1684.16,37.0655,0.591864,25,5,0,42,0,1,0,0,0),(75394,21489,530,1,1,0,0,-2966.41,4326.49,-47.3155,2.11185,300,0,0,6722,0,0,0,0,0),(75395,21489,530,1,1,0,0,-2980.32,4331.28,-47.385,0.610865,300,0,0,6722,0,0,0,0,0),(75396,21489,530,1,1,0,0,-2974.25,4326.23,-47.371,1.29154,300,0,0,6722,0,0,0,0,0),(75397,21489,530,1,1,0,0,-2961.38,4333.27,-47.2738,2.77507,300,0,0,6722,0,0,0,0,0),(75398,21489,530,1,1,0,0,-2962.88,4342.35,-47.1151,3.31613,300,0,0,6722,0,0,0,0,0),(75399,21489,530,1,1,0,0,-2980.02,4340.59,-47.4152,5.55015,300,0,0,6722,0,0,0,0,0),(75400,21492,530,1,1,0,0,3118.56,7013.02,165.475,2.22849,300,5,0,5060,2933,1,0,0,0),(75401,21492,530,1,1,0,0,3117.19,7004.11,165.087,5.92778,300,5,0,5060,2933,1,0,0,0),(75402,21493,530,1,1,0,1,3088.5,3645.93,142.639,6.10865,300,0,0,8034,0,0,0,0,0),(75403,21494,530,1,1,0,1,2050.94,5571.11,262.835,5.65487,300,0,0,8732,0,0,0,0,0),(75404,21496,530,1,1,0,0,2162.21,4769.62,156.633,5.79449,300,0,0,5341,0,0,0,0,0),(75405,21497,530,1,1,0,0,3178.03,7162.76,198.649,2.094,300,10,0,34930,0,1,0,0,0),(75406,21499,530,1,1,0,0,-3227.25,2925.98,127.161,2.3555,300,0,0,6761,0,2,0,0,0),(75407,21500,530,1,1,0,1,-3342.88,2942.85,170.004,2.49643,300,0,0,20932,2991,2,0,0,0),(75408,21503,530,1,1,0,1,-3839.98,403.547,120.641,5.25344,300,0,0,6148,3155,0,0,0,0),(75409,21503,530,1,1,0,1,-3824.93,386.973,120.57,3.45633,300,0,0,6148,3155,0,0,0,0),(75410,21503,530,1,1,0,1,-3840.85,387.142,120.602,5.94733,300,0,0,6148,3155,0,0,0,0),(75411,21503,530,1,1,0,1,-3838.99,378.574,120.572,0.761975,300,0,0,6148,3155,0,0,0,0),(75412,21503,530,1,1,0,1,-3827.56,377.905,120.569,2.26265,300,0,0,6148,3155,0,0,0,0),(75413,21503,530,1,1,0,1,-3864.35,302.711,137.184,3.80482,300,0,0,6148,3155,0,0,0,0),(75414,21503,530,1,1,0,1,-3824.63,317.182,120.636,1.52601,300,0,0,6148,3155,0,0,0,0),(75415,21503,530,1,1,0,1,-3801.05,254.02,120.664,1.55334,300,0,0,6148,3155,0,0,0,0),(75416,21503,530,1,1,0,1,-3749.38,248.928,104.194,1.0472,300,0,0,6148,3155,0,0,0,0),(75417,21505,530,1,1,0,1,-3918.8,397.723,120.596,2.93215,300,0,0,5589,3155,0,0,0,0),(75418,21505,530,1,1,0,1,-3752.95,270.244,104.203,0.349066,300,0,0,5589,3155,0,0,0,0),(75419,21505,530,1,1,0,1,-3715.57,273.453,104.13,2.44346,300,0,0,5589,3155,0,0,0,0),(75420,21506,530,1,1,0,1,-3832.92,384.373,120.656,4.62512,300,0,0,27945,9465,0,0,0,0),(75421,21512,530,1,1,0,0,-3410.11,2979.28,171.125,1.39626,300,0,0,41,60,0,0,0,0),(75422,21515,530,1,1,0,0,-2856.07,4751.79,0.69593,2.94345,300,0,0,10350,0,0,0,0,0),(75423,21516,530,1,1,0,0,2241,5567.59,153.114,4.85202,300,0,0,5233,2991,0,0,0,0),(75424,21516,530,1,1,0,0,2217.67,5694.03,138.77,5.09636,300,0,0,5233,2991,0,0,0,0),(75425,21516,530,1,1,0,0,2181.24,5823.96,127.589,2.19912,300,0,0,5233,2991,0,0,0,0),(75426,21516,530,1,1,0,0,2135.05,5889.44,138.884,2.18166,300,0,0,5233,2991,0,0,0,0),(75427,21516,530,1,1,0,0,2153.36,5455.32,147.285,1.18818,300,0,0,5233,2991,0,0,0,0),(75428,21516,530,1,1,0,0,1910.08,5384.67,157.014,4.64258,300,0,0,5233,2991,0,0,0,0),(75429,21517,530,1,1,0,0,-2170.73,5404.01,50.3112,0.680678,300,0,0,3984,2434,0,0,0,0),(75430,21518,530,1,1,0,0,-1889.86,5761.67,129.641,5.98648,300,0,0,3052,0,0,0,0,0),(75431,21519,530,1,1,0,1,2139.87,5869.87,135.024,1.50873,300,5,0,6542,0,1,0,0,0),(75432,21519,530,1,1,0,1,2201.84,5397.51,149.037,2.04204,300,0,0,6542,0,0,0,0,0),(75433,21519,530,1,1,0,1,2184.66,5459.97,153.661,4.95674,300,0,0,6542,0,0,0,0,0),(75434,21519,530,1,1,0,1,2240.58,5406.77,144.707,2.07694,300,0,0,6542,0,0,0,0,0),(75435,21519,530,1,1,0,1,2262.14,5427.03,144.637,2.72271,300,0,0,6542,0,0,0,0,0),(75436,21519,530,1,1,0,1,2225.5,5479.38,153.665,1.15192,300,0,0,6542,0,0,0,0,0),(75437,21519,530,1,1,0,1,2200.14,5486.7,153.661,5.68977,300,0,0,6542,0,0,0,0,0),(75438,21519,530,1,1,0,1,2227.84,5501.74,156.996,0.279253,300,0,0,6542,0,0,0,0,0),(75439,21519,530,1,1,0,1,2257.27,5503.17,157.619,3.31613,300,0,0,6542,0,0,0,0,0),(75440,21519,530,1,1,0,1,2227.67,5619.54,136.634,5.05618,300,5,0,6542,0,1,0,0,0),(75441,21519,530,1,1,0,1,2155.67,5733.12,120.753,2.2319,300,5,0,6542,0,1,0,0,0),(75442,21519,530,1,1,0,1,2152.13,5752.81,122.957,1.78024,300,0,0,6542,0,0,0,0,0),(75443,21519,530,1,1,0,1,2169.05,5798.64,122.984,1.62357,300,5,0,6542,0,1,0,0,0),(75444,21519,530,1,1,0,1,2145.36,5864.83,132.221,5.54121,300,5,0,6542,0,1,0,0,0),(75445,21519,530,1,1,0,1,2093.93,5429.58,151.818,0.959931,300,0,0,6542,0,0,0,0,0),(75446,21519,530,1,1,0,1,2060.86,5416.54,149.27,2.94961,300,0,0,6542,0,0,0,0,0),(75447,21519,530,1,1,0,1,2075.98,5426.89,149.476,1.74385,300,5,0,6542,0,1,0,0,0),(75448,21519,530,1,1,0,1,2105.49,5413.83,150.534,0.279253,300,0,0,6542,0,0,0,0,0),(75449,21519,530,1,1,0,1,1998.97,5358.43,155.135,3.483,300,0,0,6542,0,0,0,0,0),(75450,21519,530,1,1,0,1,1962.68,5388.83,154.114,4.39823,300,0,0,6542,0,0,0,0,0),(75451,21519,530,1,1,0,1,1952.77,5395.16,153.99,4.59882,300,5,0,6542,0,1,0,0,0),(75452,21519,530,1,1,0,1,1888.69,5394.12,146.253,4.55531,300,0,0,6542,0,0,0,0,0),(75453,21520,530,1,1,0,1,-3716.84,1049.57,67.9177,5.95157,300,0,0,5589,3155,0,0,0,0),(75454,21520,530,1,1,0,1,-3737.26,968.411,71.8927,2.88005,300,5,0,5589,3155,1,0,0,0),(75455,21520,530,1,1,0,1,-3774.89,998.73,77.4935,2.3182,300,5,0,5589,3155,1,0,0,0),(75456,21520,530,1,1,0,1,-3715.47,1089.19,67.4711,0,300,0,0,5589,3155,0,0,0,0),(75457,21520,530,1,1,0,1,-3737.88,1084.16,68.6063,2.47837,300,0,0,5589,3155,0,0,0,0),(75458,21520,530,1,1,0,1,-3758.81,1050.64,72.1062,2.21657,300,0,0,5589,3155,0,0,0,0),(75459,21520,530,1,1,0,1,-3757.64,1101.87,68.28,5.95664,300,5,0,5589,3155,1,0,0,0),(75460,21637,530,1,1,0,1,3244.49,7041.08,167.489,0.158887,300,0,0,6326,0,0,0,0,0),(75461,21637,530,1,1,0,1,3252.08,7044.69,167.263,0.139135,300,0,0,6326,0,0,0,0,0),(75462,21637,530,1,1,0,1,3266.03,7086.22,171.556,4.72778,300,0,0,6326,0,0,0,0,0),(75463,21637,530,1,1,0,1,3241.11,7108.95,172.951,0.213991,300,0,0,6326,0,0,0,0,0),(75464,21637,530,1,1,0,1,3264.48,7146.38,170.952,1.53364,300,0,0,6326,0,0,0,0,0),(75465,21637,530,1,1,0,1,3243.84,7128.38,172.626,3.44728,300,0,0,6326,0,0,0,0,0),(75466,21637,530,1,1,0,1,3253.42,7179.67,166.954,5.4971,300,0,0,6326,0,0,0,0,0),(75467,21637,530,1,1,0,1,3189.06,7168.66,163.699,3.95068,300,0,0,6326,0,0,0,0,0),(75468,21639,530,1,1,0,1,-4578.17,1674.25,176.243,0,300,0,0,349300,0,0,0,0,0),(75469,21639,530,1,1,0,1,-4578.82,1664.22,176.243,0.296706,300,0,0,349300,0,0,0,0,0),(75470,21640,530,1,1,0,0,1627.94,5053.03,174.894,5.39307,300,0,0,5914,0,0,0,0,0),(75474,21644,530,1,1,0,1,-3480.48,3577.29,280.234,3.00289,300,5,0,6986,0,1,0,0,0),(75476,21644,530,1,1,0,1,-3565.88,3528.56,276.45,0.349066,300,0,0,6986,0,0,0,0,0),(75477,21644,530,1,1,0,1,-3565.06,3590.72,280.35,0.05236,300,0,0,6986,0,0,0,0,0),(75478,21644,530,1,1,0,1,-3593.62,3626.24,281.447,5.19291,300,5,0,6986,0,1,0,0,0),(75479,21644,530,1,1,0,1,-3631.25,3647.28,271.557,3.99779,300,5,0,6986,0,1,0,0,0),(75480,21644,530,1,1,0,1,-3626.56,3692.66,280.788,3.88953,300,5,0,6986,0,1,0,0,0),(75481,21644,530,1,1,0,1,-3649.21,3751.41,303.018,1.29154,300,0,0,6986,0,0,0,0,0),(75482,21644,530,1,1,0,1,-3681.19,3703.6,278.559,3.35103,300,0,0,6986,0,0,0,0,0),(75483,21644,530,1,1,0,1,-3690.36,3676.28,276.169,3.63067,300,5,0,6986,0,1,0,0,0),(75484,21644,530,1,1,0,1,-3664.06,3715.56,280.858,0.359323,300,5,0,6986,0,1,0,0,0),(75485,21644,530,1,1,0,1,-3706.16,3799.41,303.031,4.88692,300,0,0,6986,0,0,0,0,0),(75486,21644,530,1,1,0,1,-3742.06,3726.7,277.987,2.11823,300,5,0,6986,0,1,0,0,0),(75487,21644,530,1,1,0,1,-3746.07,3775.46,274.859,0.997152,300,5,0,6986,0,1,0,0,0),(75488,21644,530,1,1,0,1,-3733.78,3805.85,274.468,3.71201,300,5,0,6986,0,1,0,0,0),(75489,21644,530,1,1,0,1,-3708.61,3783.63,270.607,3.9619,300,0,0,6986,0,0,0,0,0),(75490,21644,530,1,1,0,1,-3704.01,3771.61,270.574,0.760472,300,5,0,6986,0,1,0,0,0),(75491,21644,530,1,1,0,1,-3800.57,3791.74,275.569,2.00713,300,0,0,6986,0,0,0,0,0),(75492,21644,530,1,1,0,1,-3771.65,3711.98,273.893,4.80247,300,5,0,6986,0,1,0,0,0),(75493,21644,530,1,1,0,1,-3764.26,3678.92,278.158,2.55334,300,5,0,6986,0,1,0,0,0),(75494,21644,530,1,1,0,1,-3713.71,3706.99,277.871,4.97419,300,0,0,6986,0,0,0,0,0),(75495,21644,530,1,1,0,1,-4104.55,3412.79,295.643,3.16164,300,5,0,6986,0,1,0,0,0),(75496,21644,530,1,1,0,1,-4068.02,3401.24,294.494,5.41052,300,0,0,6986,0,0,0,0,0),(75497,21644,530,1,1,0,1,-4064.78,3367.22,286.903,4.37503,300,5,0,6986,0,1,0,0,0),(75498,21644,530,1,1,0,1,-4052.43,3306.82,284.375,0.147018,300,5,0,6986,0,1,0,0,0),(75499,21644,530,1,1,0,1,-4100.62,3301.42,290.798,4.64515,300,5,0,6986,0,1,0,0,0),(75500,21644,530,1,1,0,1,-4043.24,3349.25,283.743,5.40175,300,5,0,6986,0,1,0,0,0),(75501,21644,530,1,1,0,1,-4097.01,3351.41,285.714,0.872506,300,5,0,6986,0,1,0,0,0),(75502,21644,530,1,1,0,1,-4113.21,3262.78,297.533,3.57745,300,5,0,6986,0,1,0,0,0),(75503,21644,530,1,1,0,1,-4150.99,3177.19,313.4,0.353542,300,5,0,6986,0,1,0,0,0),(75504,21644,530,1,1,0,1,-4095.63,3187.91,297.118,5.18363,300,0,0,6986,0,0,0,0,0),(75505,21644,530,1,1,0,1,-4068.14,3205.86,297.812,6.00825,300,5,0,6986,0,1,0,0,0),(75506,21644,530,1,1,0,1,-4114.44,3214.31,300.092,2.83277,300,5,0,6986,0,1,0,0,0),(75507,21644,530,1,1,0,1,-4145.74,3126.28,321.173,2.63525,300,5,0,6986,0,1,0,0,0),(75508,21644,530,1,1,0,1,-4106.07,3120.19,319.127,4.11378,300,5,0,6986,0,1,0,0,0),(75509,21644,530,1,1,0,1,-4079.32,3169.67,298.705,5.27581,300,5,0,6986,0,1,0,0,0),(75510,21644,530,1,1,0,1,-4183.41,3092.35,324.562,0.907571,300,0,0,6986,0,0,0,0,0),(75511,21644,530,1,1,0,1,-4176.04,3108.86,323.49,4.71239,300,5,0,6986,0,1,0,0,0),(75512,21644,530,1,1,0,1,-4073.15,3096.76,320.286,0.145445,300,5,0,6986,0,1,0,0,0),(75513,21644,530,1,1,0,1,-4169.99,3046.33,314.206,5.995,300,5,0,6986,0,1,0,0,0),(75514,21644,530,1,1,0,1,-4183.63,3006.72,315.042,5.30256,300,5,0,6986,0,1,0,0,0),(75515,21644,530,1,1,0,1,-4154.2,3010.77,315.564,1.53317,300,5,0,6986,0,1,0,0,0),(75516,21644,530,1,1,0,1,-4100.68,3036.5,314.827,4.76126,300,5,0,6986,0,1,0,0,0),(75517,21644,530,1,1,0,1,-4118.62,3036.75,314.521,1.93731,300,0,0,6986,0,0,0,0,0),(75518,21644,530,1,1,0,1,-4126.01,3053.65,313.827,4.39823,300,0,0,6986,0,0,0,0,0),(75519,21644,530,1,1,0,1,-4090.7,3074.47,318.016,1.78332,300,5,0,6986,0,1,0,0,0),(75520,21644,530,1,1,0,1,-4140.11,3002.51,313.939,3.29188,300,5,0,6986,0,1,0,0,0),(75521,21644,530,1,1,0,1,-4003.62,3073.4,335.818,0.558505,300,0,0,6986,0,0,0,0,0),(75522,21644,530,1,1,0,1,-3926.29,3123.92,328.977,2.9147,300,0,0,6986,0,0,0,0,0),(75523,21644,530,1,1,0,1,-4020.09,3144.26,310.029,3.93261,300,5,0,6986,0,1,0,0,0),(75524,21644,530,1,1,0,1,-3959.37,3286.47,289.476,1.64286,300,5,0,6986,0,1,0,0,0),(75525,21644,530,1,1,0,1,-3950.41,3256.84,293.424,0.067528,300,5,0,6986,0,1,0,0,0),(75526,21644,530,1,1,0,1,-3921.42,3265.07,297.408,0.876339,300,5,0,6986,0,1,0,0,0),(75527,21644,530,1,1,0,1,-4002.4,3270.7,284.175,5.13127,300,0,0,6986,0,0,0,0,0),(75528,21644,530,1,1,0,1,-4013.87,3322.52,287.002,4.81069,300,5,0,6986,0,1,0,0,0),(75529,21644,530,1,1,0,1,-3974.78,3336.05,284.544,0.082077,300,5,0,6986,0,1,0,0,0),(75530,21644,530,1,1,0,1,-3900.07,3313.89,284.701,0.770584,300,5,0,6986,0,1,0,0,0),(75531,21644,530,1,1,0,1,-3844.65,3335.43,278.177,4.71239,300,0,0,6986,0,0,0,0,0),(75532,21644,530,1,1,0,1,-3826.58,3287.57,275.247,6.19592,300,0,0,6986,0,0,0,0,0),(75533,21644,530,1,1,0,1,-3746.41,3299.32,296.179,4.0234,300,5,0,6986,0,1,0,0,0),(75534,21644,530,1,1,0,1,-3677.19,3370.76,283.441,2.00713,300,0,0,6986,0,0,0,0,0),(75535,21644,530,1,1,0,1,-3641.07,3448.17,280.775,5.8398,300,5,0,6986,0,1,0,0,0),(75536,21644,530,1,1,0,1,-3803.09,3514.53,285.094,3.97634,300,5,0,6986,0,1,0,0,0),(75537,21644,530,1,1,0,1,-3794.89,3523.93,284.874,0.223725,300,5,0,6986,0,1,0,0,0),(75538,21644,530,1,1,0,1,-3811.15,3518.53,284.239,2.92886,300,5,0,6986,0,1,0,0,0),(75539,21644,530,1,1,0,1,-3864.29,3528.04,278.447,1.91986,300,0,0,6986,0,0,0,0,0),(75540,21644,530,1,1,0,1,-3897.58,3470.65,273.717,5.93412,300,0,0,6986,0,0,0,0,0),(75541,21648,530,1,1,0,0,-4134.37,850.285,61.2638,4.12381,300,0,0,27044,0,2,0,0,0),(75542,21648,530,1,1,0,0,-4066.47,752.399,43.0442,5.22789,300,0,0,27044,0,2,0,0,0),(75543,21648,530,1,1,0,0,-4148.39,766.865,66.0129,5.80213,300,0,0,27044,0,2,0,0,0),(75544,21648,530,1,1,0,0,-4084.09,683.048,59.5589,3.18402,300,0,0,27044,0,2,0,0,0),(75545,21648,530,1,1,0,0,-4083.68,848.062,58.4342,3.20167,300,0,0,27044,0,2,0,0,0),(75546,21648,530,1,1,0,0,-4133.32,918.633,70.3725,1.60715,300,0,0,27044,0,2,0,0,0),(75547,21648,530,1,1,0,0,-4000.94,650.089,84.7479,5.31148,300,0,0,27044,0,2,0,0,0),(75548,21648,530,1,1,0,0,-4052.34,716.308,48.6694,3.54082,300,0,0,27044,0,2,0,0,0),(75549,21648,530,1,1,0,0,-3949.36,819.178,51.5026,1.16224,300,0,0,27044,0,2,0,0,0),(75550,21648,530,1,1,0,0,-3916.4,883.298,81.9971,2.57528,300,0,0,27044,0,2,0,0,0),(75551,21648,530,1,1,0,0,-4084.88,914.049,72.2939,1.7015,300,0,0,27044,0,2,0,0,0),(75552,21648,530,1,1,0,0,-3915.66,833.416,47.3842,1.69172,300,0,0,27044,0,2,0,0,0),(75553,21648,530,1,1,0,0,-4047.74,1066.57,106.13,5.29404,300,0,0,27044,0,2,0,0,0),(75554,21648,530,1,1,0,0,-3900.32,984.742,60.6086,1.98786,300,0,0,27044,0,2,0,0,0),(75555,21648,530,1,1,0,0,-3950.08,985.428,83.5365,3.45411,300,0,0,27044,0,2,0,0,0),(75556,21648,530,1,1,0,0,-3966.72,1048.38,69.5277,5.65764,300,0,0,27044,0,2,0,0,0),(75557,21648,530,1,1,0,0,-3950.77,1000.51,87.494,0.78529,300,0,0,27044,0,2,0,0,0),(75558,21648,530,1,1,0,0,-4066.47,752.399,43.0442,4.17771,300,0,0,27044,0,2,0,0,0),(75560,21649,530,1,1,0,1,-3634.39,3753.08,302.941,3.12414,300,0,0,5589,3155,0,0,0,0),(75561,21649,530,1,1,0,1,-3647.33,3764.66,302.887,0.645772,300,0,0,5589,3155,0,0,0,0),(75562,21649,530,1,1,0,1,-3719.48,3799.33,302.919,2.79253,300,0,0,5589,3155,0,0,0,0),(75563,21649,530,1,1,0,1,-3717.19,3711.17,277.869,3.35103,300,0,0,5589,3155,0,0,0,0),(75564,21649,530,1,1,0,1,-3739.17,3748,273.726,0.366519,300,0,0,5589,3155,0,0,0,0),(75565,21649,530,1,1,0,1,-3712.12,3809.96,302.196,0.129324,300,5,0,5589,3155,1,0,0,0),(75566,21649,530,1,1,0,1,-3719.76,3741.07,276.983,1.83054,300,5,0,5589,3155,1,0,0,0),(75567,21649,530,1,1,0,1,-3798.24,3788.39,275.482,0.335626,300,5,0,5589,3155,1,0,0,0),(75568,21649,530,1,1,0,1,-3805.59,3761.95,275.995,2.57989,300,5,0,5589,3155,1,0,0,0),(75569,21649,530,1,1,0,1,-3796.47,3751.09,278.417,2.9147,300,0,0,5589,3155,0,0,0,0),(75570,21649,530,1,1,0,1,-3837.98,3787.46,281.19,0.480774,300,5,0,5589,3155,1,0,0,0),(75571,21649,530,1,1,0,1,-4077.27,3407.64,295.912,4.36472,300,5,0,5589,3155,1,0,0,0),(75572,21649,530,1,1,0,1,-4080.02,3323.44,286.964,2.90861,300,0,0,5589,3155,0,0,0,0),(75573,21649,530,1,1,0,1,-4016.76,3355.23,273.467,1.27912,300,5,0,5589,3155,1,0,0,0),(75574,21649,530,1,1,0,1,-4177.52,3215.52,314.272,2.07694,300,0,0,5589,3155,0,0,0,0),(75575,21649,530,1,1,0,1,-4169.49,3148.5,317.487,4.05541,300,5,0,5589,3155,1,0,0,0),(75576,21649,530,1,1,0,1,-4102.38,3227.98,299.273,0.139626,300,0,0,5589,3155,0,0,0,0),(75577,21649,530,1,1,0,1,-4049.18,3189.26,297.348,3.4383,300,0,0,5589,3155,0,0,0,0),(75578,21649,530,1,1,0,1,-4085.65,3123.75,316.775,4.05271,300,5,0,5589,3155,1,0,0,0),(75579,21649,530,1,1,0,1,-4175.31,3117.61,322.365,4.05405,300,0,0,5589,3155,0,0,0,0),(75580,21649,530,1,1,0,1,-4100.76,3094.67,317.055,5.93601,300,5,0,5589,3155,1,0,0,0),(75581,21649,530,1,1,0,1,-4118.5,3096.22,316.544,5.42564,300,5,0,5589,3155,1,0,0,0),(75582,21649,530,1,1,0,1,-4111.01,3053.71,314.259,2.81875,300,5,0,5589,3155,1,0,0,0),(75583,21649,530,1,1,0,1,-4126,3018.02,314.247,3.01942,300,0,0,5589,3155,0,0,0,0),(75584,21649,530,1,1,0,1,-4026.98,3097.7,336.432,1.01205,300,5,0,5589,3155,1,0,0,0),(75585,21649,530,1,1,0,1,-3993.82,3078.04,337.082,3.4411,300,5,0,5589,3155,1,0,0,0),(75586,21649,530,1,1,0,1,-3978.45,3072.59,341.54,4.60724,300,5,0,5589,3155,1,0,0,0),(75587,21649,530,1,1,0,1,-3884.35,3126.25,329.359,4.03171,300,0,0,5589,3155,0,0,0,0),(75588,21649,530,1,1,0,1,-4004.08,3159.91,313.029,2.7915,300,5,0,5589,3155,1,0,0,0),(75589,21649,530,1,1,0,1,-4019.97,3275.54,285.02,1.09956,300,0,0,5589,3155,0,0,0,0),(75590,23067,530,1,1,0,1,-3945.28,3316.96,288.135,1.80628,300,0,0,5027,7332,0,0,0,0),(75591,21649,530,1,1,0,1,-3923.43,3292.71,292.454,2.8813,300,5,0,5589,3155,1,0,0,0),(75592,21649,530,1,1,0,1,-3930.25,3331.72,286.201,4.22037,300,5,0,5589,3155,1,0,0,0),(75593,21649,530,1,1,0,1,-3873.67,3280.69,275.683,0.628319,300,0,0,5589,3155,0,0,0,0),(75594,21649,530,1,1,0,1,-3873,3327.03,274.108,2.07694,300,0,0,5589,3155,0,0,0,0),(75595,21649,530,1,1,0,1,-3741.48,3330.95,292.196,0.50923,300,5,0,5589,3155,1,0,0,0),(75596,21649,530,1,1,0,1,-3724.15,3330.02,289.603,0.785312,300,5,0,5589,3155,1,0,0,0),(75597,21649,530,1,1,0,1,-3674.18,3315.85,283.54,3.10669,300,0,0,5589,3155,0,0,0,0),(75598,21649,530,1,1,0,1,-3870.07,3464.86,275.56,6.10951,300,5,0,5589,3155,1,0,0,0),(75599,21649,530,1,1,0,1,-3848.2,3441.94,363.54,1.47548,300,5,0,5589,3155,1,0,0,0),(75600,21649,530,1,1,0,1,-3818.46,3538.03,280.111,2.57748,300,5,0,5589,3155,1,0,0,0),(75601,21649,530,1,1,0,1,-3866.63,3493.35,275.627,4.57652,300,5,0,5589,3155,1,0,0,0),(75603,21650,530,1,1,0,1,-3613.73,3650.22,277.557,1.97967,300,5,0,6986,0,1,0,0,0),(75604,21650,530,1,1,0,1,-3657.64,3720.07,283.551,4.36669,300,5,0,6986,0,1,0,0,0),(75605,21650,530,1,1,0,1,-3646.18,3745.31,302.183,5.66839,300,5,0,6986,0,1,0,0,0),(75606,21650,530,1,1,0,1,-3676.04,3778.85,294.927,2.80434,300,5,0,6986,0,1,0,0,0),(75607,21650,530,1,1,0,1,-4071.29,3389.13,290.38,1.58131,300,5,0,6986,0,1,0,0,0),(75608,21650,530,1,1,0,1,-4078.07,3201.54,296.389,5.00764,300,5,0,6986,0,1,0,0,0),(75609,21650,530,1,1,0,1,-4146.41,3060.02,314.039,2.09518,300,5,0,6986,0,1,0,0,0),(75610,21650,530,1,1,0,1,-3915.44,3066.65,361.004,4.23054,300,5,0,6986,0,1,0,0,0),(75611,21650,530,1,1,0,1,-3603.7,3502.74,279.254,3.18586,300,5,0,6986,0,1,0,0,0),(75612,21650,530,1,1,0,1,-3851.28,3530.08,278.61,3.68922,300,5,0,6986,0,1,0,0,0),(75613,21652,530,1,1,0,1,-3633.27,3760.49,302.998,2.77507,300,0,0,5744,3231,0,0,0,0),(75614,21652,530,1,1,0,1,-3648.93,3751.61,303.017,1.15192,300,0,0,5744,3231,0,0,0,0),(75615,21652,530,1,1,0,1,-3707.21,3789.39,303.018,1.88496,300,0,0,5744,3231,0,0,0,0),(75616,21652,530,1,1,0,1,-3718.51,3788.78,302.976,5.89921,300,0,0,5744,3231,0,0,0,0),(75617,21652,530,1,1,0,1,-3857.67,3777.87,334.882,0.994838,300,0,0,5744,3231,0,0,0,0),(75618,21652,530,1,1,0,1,-3883.31,3660.39,335.915,5.65487,300,0,0,5744,3231,0,0,0,0),(75619,21652,530,1,1,0,1,-3888.55,3783.73,334.881,3.42085,300,0,0,5744,3231,0,0,0,0),(75620,21652,530,1,1,0,1,-4047.07,3261.37,332.925,3.33358,300,0,0,5744,3231,0,0,0,0),(75621,21652,530,1,1,0,1,-3978.3,3045.67,357.122,5.55015,300,0,0,5744,3231,0,0,0,0),(75622,21652,530,1,1,0,1,-3984.33,3133.34,363.591,3.08923,300,0,0,5744,3231,0,0,0,0),(75623,21652,530,1,1,0,1,-3917.04,2985.56,358.35,3.36229,300,5,0,5744,3231,1,0,0,0),(75624,21652,530,1,1,0,1,-3886.04,3047.09,358.128,2.51019,300,5,0,5744,3231,1,0,0,0),(75625,21652,530,1,1,0,1,-3910.06,3095.92,374.792,0.226893,300,0,0,5744,3231,0,0,0,0),(75626,21652,530,1,1,0,1,-3910.85,3082.4,362.674,1.53589,300,0,0,5744,3231,0,0,0,0),(75627,21652,530,1,1,0,1,-3884.3,3003.17,361.279,3.12414,300,0,0,5744,3231,0,0,0,0),(75628,21652,530,1,1,0,1,-3891.24,3111.97,362.587,4.62512,300,0,0,5744,3231,0,0,0,0),(75629,21652,530,1,1,0,1,-3947.47,3221.25,334.046,3.40339,300,0,0,5744,3231,0,0,0,0),(75630,21652,530,1,1,0,1,-3972.18,3219.08,333.987,1.41372,300,0,0,5744,3231,0,0,0,0),(75631,21652,530,1,1,0,1,-4041.9,3294.52,332.93,4.32842,300,0,0,5744,3231,0,0,0,0),(75632,21652,530,1,1,0,1,-3853.31,3329.25,324.13,6.17846,300,0,0,5744,3231,0,0,0,0),(75633,21652,530,1,1,0,1,-3826.1,3347.73,324.127,3.94444,300,0,0,5744,3231,0,0,0,0),(75634,21652,530,1,1,0,1,-3683.61,3310.84,312.955,4.50295,300,0,0,5744,3231,0,0,0,0),(75635,21652,530,1,1,0,1,-3696.35,3310.73,312.999,5.88176,300,0,0,5744,3231,0,0,0,0),(75636,21652,530,1,1,0,1,-3658.28,3374.7,313.097,2.61799,300,0,0,5744,3231,0,0,0,0),(75637,21652,530,1,1,0,1,-3670.91,3385.34,313.041,5.11381,300,0,0,5744,3231,0,0,0,0),(75638,21652,530,1,1,0,1,-3857.6,3448.26,325.246,0.15708,300,0,0,5744,3231,0,0,0,0),(75639,21652,530,1,1,0,1,-3868.75,3431.22,325.221,0.733038,300,0,0,5744,3231,0,0,0,0),(75640,21654,530,1,1,0,0,-3688.07,3736.21,280.242,4.20624,300,0,0,4979,0,0,0,0,0),(75641,21654,530,1,1,0,0,-4174.49,3182.33,316.522,4.39823,300,0,0,4979,0,0,0,0,0),(75642,21654,530,1,1,0,0,-4149.72,3044.97,316.438,0.244346,300,0,0,4979,0,0,0,0,0),(75643,21654,530,1,1,0,0,-3905.2,3114.47,329.558,5.65487,300,0,0,4979,0,0,0,0,0),(75644,21654,530,1,1,0,0,-4000.49,3291.4,285.149,5.42797,300,0,0,4979,0,0,0,0,0),(75645,21654,530,1,1,0,0,-3860,3300.15,275.396,4.59022,300,0,0,4979,0,0,0,0,0),(75646,21654,530,1,1,0,0,-3689.8,3321.77,284.186,0.750492,300,0,0,4979,0,0,0,0,0),(75647,21655,530,1,1,0,0,-2073.21,5325.57,-37.2402,3.75246,300,0,0,6986,0,0,0,0,0),(75648,21656,530,1,1,0,1,-4103.47,2518.16,141.454,5.56852,300,5,0,6761,0,1,0,0,0),(75649,21656,530,1,1,0,1,-3717.15,2526.02,82.526,3.87463,300,5,0,6761,0,1,0,0,0),(75650,21656,530,1,1,0,1,-3851.21,2619.21,91.2696,5.68977,300,0,0,6761,0,0,0,0,0),(75651,21656,530,1,1,0,1,-3768.23,2700.43,103.187,0.174095,300,5,0,6761,0,1,0,0,0),(75652,21656,530,1,1,0,1,-4109.43,2548.55,140.463,4.29813,300,5,0,6761,0,1,0,0,0),(75653,21656,530,1,1,0,1,-3716.02,2603.96,91.339,2.59398,300,5,0,6761,0,1,0,0,0),(75654,21657,530,1,1,0,0,-4147.19,852.921,112.449,4.27906,300,0,0,110700,0,2,0,0,0),(75655,21660,530,1,1,0,1,-2845.55,5452.55,-30.1889,4.40338,300,5,0,4422,2620,1,0,0,0),(75656,21660,530,1,1,0,1,-2853.15,5393.43,-28.2577,4.56834,300,5,0,4422,2620,1,0,0,0),(75657,21660,530,1,1,0,1,-2841.68,5374.73,-5.43647,5.69954,300,5,0,4422,2620,1,0,0,0),(75658,21660,530,1,1,0,1,-2896.64,5464.04,-6.18125,2.16037,300,5,0,4422,2620,1,0,0,0),(75659,21660,530,1,1,0,1,-2845.93,5364.33,-30.1884,1.58958,300,5,0,4422,2620,1,0,0,0),(75660,21660,530,1,1,0,1,-2878.07,5399.12,-9.27375,6.17846,300,0,0,4422,2620,0,0,0,0),(75661,21660,530,1,1,0,1,-2852.77,5479.92,-30.1876,4.79961,300,5,0,4422,2620,1,0,0,0),(75662,21660,530,1,1,0,1,-2923.39,5331.22,-14.0866,5.19844,300,5,0,4422,2620,1,0,0,0),(75663,21660,530,1,1,0,1,-2938.16,5361.98,-13.2893,0.057963,300,5,0,4422,2620,1,0,0,0),(75664,21660,530,1,1,0,1,-2978.94,5406.59,-14.1415,0.373496,300,5,0,4422,2620,1,0,0,0),(75665,21660,530,1,1,0,1,-2950.21,5452.69,-9.90556,0.766008,300,5,0,4422,2620,1,0,0,0),(75666,21660,530,1,1,0,1,-2951.16,5382.3,-13.7239,4.07328,300,5,0,4422,2620,1,0,0,0),(75667,21660,530,1,1,0,1,-2957.57,5409.71,-13.6825,2.54375,300,5,0,4422,2620,1,0,0,0),(75668,21660,530,1,1,0,1,-3016.52,5405.92,-15.7536,6.03252,300,5,0,4422,2620,1,0,0,0),(75669,21660,530,1,1,0,1,-2994.27,5415.39,-14.5165,3.63648,300,5,0,4422,2620,1,0,0,0),(75670,21660,530,1,1,0,1,-2982.19,5380.04,-14.7647,0.57146,300,5,0,4422,2620,1,0,0,0),(75671,21661,530,1,1,0,1,-2825.54,5386.32,-3.89902,1.89604,300,5,0,5527,0,1,0,0,0),(75672,21661,530,1,1,0,1,-2749.35,5409.85,-36.4697,3.09808,300,5,0,5527,0,1,0,0,0),(75673,21661,530,1,1,0,1,-2782.88,5419.3,-34.4532,3.08923,300,0,0,5527,0,0,0,0,0),(75674,21661,530,1,1,0,1,-2751.41,5421.73,-36.4698,2.59065,300,5,0,5527,0,1,0,0,0),(75675,21661,530,1,1,0,1,-2793.55,5412.79,-34.5362,3.00197,300,5,0,5527,0,1,0,0,0),(75676,21661,530,1,1,0,1,-2854.19,5433.27,-28.2578,5.18592,300,5,0,5527,0,1,0,0,0),(75677,21661,530,1,1,0,1,-2846,5379.76,-30.1893,3.02198,300,5,0,5527,0,1,0,0,0),(75678,21661,530,1,1,0,1,-2867.58,5402.29,-8.43125,4.13643,300,5,0,5527,0,1,0,0,0),(75679,21661,530,1,1,0,1,-2904.98,5430.96,-9.34792,1.69297,300,0,0,5527,0,0,0,0,0),(75680,21661,530,1,1,0,1,-2886.59,5431.07,-9.30625,1.53589,300,0,0,5527,0,0,0,0,0),(75681,21661,530,1,1,0,1,-2861.71,5356.78,-30.1887,3.70792,300,5,0,5527,0,1,0,0,0),(75682,21661,530,1,1,0,1,-2869.93,5414,-28.2581,0.005414,300,5,0,5527,0,1,0,0,0),(75683,21661,530,1,1,0,1,-2904.03,5378.85,-9.34792,4.72984,300,0,0,5527,0,0,0,0,0),(75684,21661,530,1,1,0,1,-2887.74,5379.55,-9.34792,4.64258,300,0,0,5527,0,0,0,0,0),(75685,21661,530,1,1,0,1,-2852.47,5468.67,-30.1886,1.29834,300,5,0,5527,0,1,0,0,0),(75686,21661,530,1,1,0,1,-2989.36,5365.68,-15.4371,2.20733,300,5,0,5527,0,1,0,0,0),(75687,21661,530,1,1,0,1,-2951.85,5305.43,-14.2902,4.38569,300,5,0,5527,0,1,0,0,0),(75688,21661,530,1,1,0,1,-2920.95,5295.41,-13.1357,2.35247,300,0,0,5527,0,0,0,0,0),(75689,21661,530,1,1,0,1,-2902.68,5284.54,-12.3056,4.53157,300,5,0,5527,0,1,0,0,0),(75690,21661,530,1,1,0,1,-2909.66,5285.27,-12.7552,4.54133,300,5,0,5527,0,1,0,0,0),(75691,21661,530,1,1,0,1,-3077.55,5045.3,-21.2091,5.85872,300,5,0,5527,0,1,0,0,0),(75692,21661,530,1,1,0,1,-2996.26,5012.98,-20.0032,3.46059,300,5,0,5527,0,1,0,0,0),(75693,21661,530,1,1,0,1,-3038.61,5044.51,-19.725,0.870786,300,5,0,5527,0,1,0,0,0),(75694,21661,530,1,1,0,1,-3013.5,5012.5,-21.6693,5.88305,300,5,0,5527,0,1,0,0,0),(75695,21661,530,1,1,0,1,-3043.26,5027.54,-20.6559,1.2496,300,5,0,5527,0,1,0,0,0),(75696,21661,530,1,1,0,1,-3029.62,4994.65,-21.2401,2.55219,300,5,0,5527,0,1,0,0,0),(75697,21661,530,1,1,0,1,-3095.31,5023.36,-21.7054,1.50098,300,0,0,5527,0,0,0,0,0),(75698,21661,530,1,1,0,1,-3104.23,5037.25,-21.3341,4.07769,300,5,0,5527,0,1,0,0,0),(75699,21661,530,1,1,0,1,-3125.89,5021.51,-22.0753,1.62316,300,0,0,5527,0,0,0,0,0),(75700,21661,530,1,1,0,1,-3143.49,4864.29,-8.99193,4.96042,300,5,0,5527,0,1,0,0,0),(75701,21661,530,1,1,0,1,-3158.36,4881.35,-9.00121,4.85363,300,5,0,5527,0,1,0,0,0),(75702,21661,530,1,1,0,1,-3103.81,4842.24,-20.8425,2.99871,300,0,0,5527,0,0,0,0,0),(75703,21661,530,1,1,0,1,-3109.19,4882.33,-21.8692,2.09776,300,0,0,5527,0,0,0,0,0),(75704,21661,530,1,1,0,1,-3093.76,4908.22,-19.383,5.34584,300,5,0,5527,0,1,0,0,0),(75705,21661,530,1,1,0,1,-3044.36,4885.68,-21.1868,3.31931,300,5,0,5527,0,1,0,0,0),(75706,21661,530,1,1,0,1,-3020.81,4855.25,-19.8325,2.23074,300,5,0,5527,0,1,0,0,0),(75707,21661,530,1,1,0,1,-3015.84,4887.06,-20.5783,6.02132,300,5,0,5527,0,1,0,0,0),(75708,21661,530,1,1,0,1,-3022.47,4911.3,-20.1709,3.77364,300,5,0,5527,0,1,0,0,0),(75709,21661,530,1,1,0,1,-3078.25,4943.35,-20.9902,5.98648,300,0,0,5527,0,0,0,0,0),(75710,21661,530,1,1,0,1,-3122.31,4831.75,-20.5608,4.34587,300,0,0,5527,0,0,0,0,0),(75711,21661,530,1,1,0,1,-3058.08,4844.43,-22.067,3.48318,300,0,0,5527,0,0,0,0,0),(75713,21662,530,1,1,0,1,-2836.74,5366.68,-4.68647,2.70118,300,5,0,5527,0,1,0,0,0),(75714,21662,530,1,1,0,1,-2730.93,5422.36,-36.4686,4.37544,300,5,0,5527,0,1,0,0,0),(75715,21662,530,1,1,0,1,-2713.59,5411.52,-36.4688,4.19553,300,5,0,5527,0,1,0,0,0),(75716,21662,530,1,1,0,1,-2733.6,5408.37,-36.4695,3.97051,300,5,0,5527,0,1,0,0,0),(75717,21662,530,1,1,0,1,-2851.11,5356.68,-6.18587,3.20433,300,5,0,5527,0,1,0,0,0),(75718,21662,530,1,1,0,1,-2848.4,5343.3,-30.1866,1.04487,300,5,0,5527,0,1,0,0,0),(75719,21662,530,1,1,0,1,-2858.07,5452.39,-30.1892,6.11061,300,5,0,5527,0,1,0,0,0),(75720,21662,530,1,1,0,1,-2857.39,5369.43,-30.1887,4.95635,300,5,0,5527,0,1,0,0,0),(75721,21662,530,1,1,0,1,-2856.92,5464.94,-30.1886,3.94305,300,5,0,5527,0,1,0,0,0),(75722,21662,530,1,1,0,1,-2924.05,5402.11,-9.4532,1.17697,300,5,0,5527,0,1,0,0,0),(75723,21662,530,1,1,0,1,-2915.54,5351.43,-13.0866,3.08221,300,5,0,5527,0,1,0,0,0),(75724,21663,530,1,1,0,1,-3153.27,1079.43,75.4661,2.89725,300,0,0,7266,3155,0,0,0,0),(75725,21690,530,1,1,0,0,1775.73,5856.32,160.563,2.49582,300,0,0,6326,0,0,0,0,0),(75726,21691,530,1,1,0,1,1913.95,5562.18,262.792,2.72271,300,0,0,6761,0,0,0,0,0),(75727,21692,530,1,1,0,0,2164.9,4773.77,156.318,5.07891,300,0,0,5341,0,0,0,0,0),(75728,21700,530,1,1,0,1,-3714.56,1028.95,56.0382,2.64211,300,0,0,7891,3387,0,0,0,0),(75729,21701,530,1,1,0,1,-3720.4,1026.39,56.0397,1.72788,300,0,0,39123,3155,0,0,0,0),(75730,21701,530,1,1,0,1,-3732.98,1026.14,56.0439,1.23918,300,0,0,39123,3155,0,0,0,0),(75731,21701,530,1,1,0,1,-3718.11,1072.07,56.8812,6.26093,300,0,0,39123,3155,0,0,0,0),(75732,21701,530,1,1,0,1,-3743.86,1081,56.8941,5.60251,300,0,0,39123,3155,0,0,0,0),(75733,21701,530,1,1,0,1,-3741.17,1079.75,56.8941,2.23402,300,0,0,39123,3155,0,0,0,0),(75734,21704,530,1,1,0,0,-3879.86,1416.28,45.3178,0.610865,300,0,0,5,2320,0,0,0,0),(75735,21704,530,1,1,0,0,-3883.99,1404.3,43.6317,2.05949,300,0,0,5,2320,0,0,0,0),(75736,21704,530,1,1,0,0,-3893.05,1411.49,44.1571,3.71755,300,0,0,5,2320,0,0,0,0),(75737,21705,530,1,1,0,0,-4654.15,1084.94,1.09807,6.02139,300,0,0,5,2320,0,0,0,0),(75738,21705,530,1,1,0,0,-4646.82,1091.07,0.14606,3.49066,300,0,0,5,2320,0,0,0,0),(75739,21705,530,1,1,0,0,-4644.95,1081.28,1.13135,3.68265,300,0,0,5,2320,0,0,0,0),(75740,21709,530,1,1,0,1,-3884.68,1410.31,43.9757,2.96706,300,0,0,5589,3155,0,0,0,0),(75741,21711,530,1,1,0,1,-4648.44,1085.26,0.83773,2.35619,300,0,0,4890,7196,0,0,0,0),(75742,21717,530,1,1,0,0,-4089.83,419.269,30.478,1.93731,300,0,0,6542,0,0,0,0,0),(75743,21717,530,1,1,0,0,-4103.71,415.579,32.2019,2.02458,300,0,0,6542,0,0,0,0,0),(75744,21717,530,1,1,0,0,-4240.47,285.147,122.944,2.93215,300,0,0,6542,0,0,0,0,0),(75745,21717,530,1,1,0,0,-4275.12,298.02,122.886,2.35619,300,0,0,6542,0,0,0,0,0),(75746,21717,530,1,1,0,0,-4243.47,378.882,78.2034,1.0472,300,0,0,6542,0,0,0,0,0),(75747,21717,530,1,1,0,0,-4257.18,387.564,78.1988,0.907571,300,0,0,6542,0,0,0,0,0),(75748,21717,530,1,1,0,0,-4277.71,348.671,98.1624,2.96706,300,0,0,6542,0,0,0,0,0),(75749,21717,530,1,1,0,0,-4283.48,377.815,79.6871,6.05629,300,0,0,6542,0,0,0,0,0),(75750,21717,530,1,1,0,0,-4170.67,426.591,33.357,4.60767,300,0,0,6542,0,0,0,0,0),(75751,21717,530,1,1,0,0,-4118.92,487.65,31.2329,2.03444,300,5,0,6542,0,1,0,0,0),(75752,21717,530,1,1,0,0,-4241.06,494.309,35.7766,3.68838,300,5,0,6542,0,1,0,0,0),(75753,21717,530,1,1,0,0,-4181.55,465.752,30.6826,0.488692,300,0,0,6542,0,0,0,0,0),(75754,21717,530,1,1,0,0,-4192.3,475.411,30.4331,1.53589,300,0,0,6542,0,0,0,0,0),(75755,21717,530,1,1,0,0,-4172.39,443.378,30.8915,4.93928,300,0,0,6542,0,0,0,0,0),(75756,21717,530,1,1,0,0,-4156.83,463.17,30.2936,3.83972,300,0,0,6542,0,0,0,0,0),(75757,21717,530,1,1,0,0,-4154.04,474.231,31.4227,3.31613,300,0,0,6542,0,0,0,0,0),(75758,21717,530,1,1,0,0,-4157.87,430.533,33.6197,5.18363,300,0,0,6542,0,0,0,0,0),(75759,21717,530,1,1,0,0,-4102.93,546.223,18.3621,0.837758,300,0,0,6542,0,0,0,0,0),(75760,21717,530,1,1,0,0,-4160.9,498.491,30.3123,2.1293,300,0,0,6542,0,0,0,0,0),(75761,21717,530,1,1,0,0,-4190.36,526.494,26.7355,6.02139,300,0,0,6542,0,0,0,0,0),(75762,21717,530,1,1,0,0,-4165.76,519.549,25.7806,3.1765,300,0,0,6542,0,0,0,0,0),(75763,21717,530,1,1,0,0,-4204.29,527.571,26.7079,2.26893,300,0,0,6542,0,0,0,0,0),(75764,21717,530,1,1,0,0,-4135.92,492.659,30.7356,1.29154,300,0,0,6542,0,0,0,0,0),(75765,21717,530,1,1,0,0,-4108.71,561.872,17.8128,1.25664,300,0,0,6542,0,0,0,0,0),(75766,21717,530,1,1,0,0,-4121.65,560.567,17.6222,1.5708,300,0,0,6542,0,0,0,0,0),(75767,21717,530,1,1,0,0,-4168.55,564.651,14.3388,2.70591,300,5,0,6542,0,1,0,0,0),(75768,21717,530,1,1,0,0,-4176.67,579.567,16.8058,0.925025,300,0,0,6542,0,0,0,0,0),(75769,21717,530,1,1,0,0,-4197.56,579.049,19.3969,1.98968,300,0,0,6542,0,0,0,0,0),(75770,21717,530,1,1,0,0,-4150.22,545.847,13.4143,1.16937,300,0,0,6542,0,0,0,0,0),(75771,21717,530,1,1,0,0,-4187.91,591.085,17.7525,1.16937,300,0,0,6542,0,0,0,0,0),(75772,21717,530,1,1,0,0,-4170.18,555.263,14.3527,1.13446,300,0,0,6542,0,0,0,0,0),(75773,21718,530,1,1,0,1,-4080.31,465.122,30.4491,6.22536,300,5,0,5409,3080,1,0,0,0),(75774,21718,530,1,1,0,1,-4102.02,377.261,30.8946,4.76033,300,0,0,5409,3080,2,0,0,0),(75775,21718,530,1,1,0,1,-4201.86,261.335,123.09,4.57276,300,5,0,5409,3080,1,0,0,0),(75776,21718,530,1,1,0,1,-4296.75,282.288,122.971,2.91551,300,5,0,5409,3080,1,0,0,0),(75777,21718,530,1,1,0,1,-4318.72,316.066,122.013,1.5708,300,5,0,5409,3080,1,0,0,0),(75778,21718,530,1,1,0,1,-4258.45,409.929,78.205,2.14087,300,5,0,5409,3080,1,0,0,0),(75779,21718,530,1,1,0,1,-4112.52,488.267,30.8243,1.67538,300,5,0,5409,3080,1,0,0,0),(75780,21718,530,1,1,0,1,-4192.55,463.315,30.7665,3.9185,300,0,0,5409,3080,2,0,0,0),(75781,21718,530,1,1,0,1,-4210.29,432.616,48.0315,1.23918,300,5,0,5409,3080,1,0,0,0),(75782,21718,530,1,1,0,1,-4189.98,543.149,25.6027,1.44746,300,5,0,5409,3080,1,0,0,0),(75783,21718,530,1,1,0,1,-4136.08,521.882,24.0508,2.46091,300,5,0,5409,3080,1,0,0,0),(75784,21718,530,1,1,0,1,-4200.62,510.372,29.1568,3.71755,300,5,0,5409,3080,1,0,0,0),(75785,21719,530,1,1,0,1,-4072.34,361.866,64.5535,2.04204,300,0,0,5589,3155,0,0,0,0),(75786,21719,530,1,1,0,1,-4155.55,386.615,141.401,1.20428,300,0,0,5589,3155,0,0,0,0),(75787,21719,530,1,1,0,1,-4218.88,381.402,135.683,1.44862,300,0,0,5589,3155,0,0,0,0),(75788,21719,530,1,1,0,1,-4117.26,452.178,57.7584,4.85202,300,0,0,5589,3155,0,0,0,0),(75789,21719,530,1,1,0,1,-4141.86,416.067,53.6635,0.488692,300,0,0,5589,3155,0,0,0,0),(75790,21719,530,1,1,0,1,-4230.58,489.843,43.7564,0.261799,300,0,0,5589,3155,0,0,0,0),(75791,21719,530,1,1,0,1,-4270.96,509.561,75.0908,1.50098,300,0,0,5589,3155,0,0,0,0),(75792,21719,530,1,1,0,1,-4209.37,535.747,77.2807,0.349066,300,0,0,5589,3155,0,0,0,0),(75793,21719,530,1,1,0,1,-4154.23,492.462,59.1348,2.84489,300,0,0,5589,3155,0,0,0,0),(75794,21720,530,1,1,0,1,-4164.77,308.937,124.667,3.92699,300,0,0,5409,3080,0,0,0,0),(75795,21720,530,1,1,0,1,-4184.78,289.429,124.667,0.750492,300,0,0,5409,3080,0,0,0,0),(75796,21720,530,1,1,0,1,-4243.55,303.395,122.733,0.959931,300,0,0,5409,3080,0,0,0,0),(75797,21720,530,1,1,0,1,-4236.36,326.889,122.733,4.76475,300,0,0,5409,3080,0,0,0,0),(75798,21720,530,1,1,0,1,-4244.08,315.988,134.664,3.54201,300,0,0,5409,3080,2,0,0,0),(75799,21720,530,1,1,0,1,-4232.06,326.139,134.5,4.39823,300,0,0,5409,3080,0,0,0,0),(75800,21720,530,1,1,0,1,-4237.9,301.404,134.5,1.41372,300,0,0,5409,3080,0,0,0,0),(75801,21720,530,1,1,0,1,-4263.52,408.381,79.6707,1.07947,300,0,0,5409,3080,2,0,0,0),(75802,21720,530,1,1,0,1,-4279.13,411.141,108.844,0.541052,300,0,0,5409,3080,0,0,0,0),(75803,21720,530,1,1,0,1,-4294.09,400.621,81.6293,3.75589,300,0,0,5409,3080,2,0,0,0),(75804,21720,530,1,1,0,1,-4288.61,393.58,108.844,4.97419,300,0,0,5409,3080,0,0,0,0),(75805,21720,530,1,1,0,1,-4239.18,439.297,49.3291,2.65776,300,5,0,5409,3080,1,0,0,0),(75806,21720,530,1,1,0,1,-4178.69,490.566,30.1644,2.3022,300,0,0,5409,3080,2,0,0,0),(75807,21721,530,1,1,0,0,-4113.99,400.68,31.3088,2.1221,300,5,0,5409,3080,1,0,0,0),(75808,21721,530,1,1,0,0,-4076.39,405.026,31.9488,3.46251,300,5,0,5409,3080,1,0,0,0),(75809,21721,530,1,1,0,0,-4107.89,377.433,30.6046,3.3795,300,5,0,5409,3080,1,0,0,0),(75810,21721,530,1,1,0,0,-4099.23,392.67,30.5405,1.65961,300,5,0,5409,3080,1,0,0,0),(75811,21721,530,1,1,0,0,-4086.97,393.863,30.5405,5.92787,300,5,0,5409,3080,1,0,0,0),(75812,21721,530,1,1,0,0,-4093.23,382.857,30.6655,0.81957,300,5,0,5409,3080,1,0,0,0),(75813,21721,530,1,1,0,0,-4114.37,389.271,30.4796,5.20841,300,5,0,5409,3080,1,0,0,0),(75814,21722,530,1,1,0,0,-4073.6,464.733,30.4491,3.15905,300,0,0,4057,0,0,0,0,0),(75815,21722,530,1,1,0,0,-4248.65,252.355,127.18,0.135709,300,0,0,4057,0,0,0,0,0),(75816,21722,530,1,1,0,0,-4202.65,257.305,122.965,1.55334,300,0,0,4057,0,0,0,0,0),(75817,21722,530,1,1,0,0,-4301.15,283.301,123.83,6.19592,300,0,0,4057,0,0,0,0,0),(75818,21722,530,1,1,0,0,-4181.8,340.471,118.103,4.18879,300,0,0,4057,0,0,0,0,0),(75819,21722,530,1,1,0,0,-4323.31,318.345,123.888,6.0912,300,0,0,4057,0,0,0,0,0),(75820,21722,530,1,1,0,0,-4212.27,343.501,116.342,4.57276,300,0,0,4057,0,0,0,0,0),(75821,21722,530,1,1,0,0,-4260.72,413.47,78.33,5.23599,300,0,0,4057,0,0,0,0,0),(75822,21722,530,1,1,0,0,-4112.99,492.766,30.5119,5.16617,300,0,0,4057,0,0,0,0,0),(75823,21722,530,1,1,0,0,-4143.08,458.021,32.7708,3.89208,300,0,0,4057,0,0,0,0,0),(75824,21722,530,1,1,0,0,-4199.21,450.217,30.6407,2.42601,300,0,0,4057,0,0,0,0,0),(75825,21722,530,1,1,0,0,-4209.28,436.566,46.9917,4.53786,300,0,0,4057,0,0,0,0,0),(75826,21722,530,1,1,0,0,-4138.87,524.93,22.4188,5.81195,300,0,0,4057,0,0,0,0,0),(75827,21722,530,1,1,0,0,-4204.55,508.831,30.0315,0.418879,300,0,0,4057,0,0,0,0,0),(75828,21722,530,1,1,0,0,-4187.57,546.021,24.3527,4.45059,300,0,0,4057,0,0,0,0,0),(75829,21723,530,1,1,0,0,-3837.29,4318.66,7.05573,6.11739,300,5,0,9082,0,1,0,0,0),(75830,21723,530,1,1,0,0,-3580.58,3725.59,289.669,5.53166,300,5,0,9082,0,1,0,0,0),(75831,21723,530,1,1,0,0,-3613.87,3752.42,281.958,3.09076,300,5,0,9082,0,1,0,0,0),(75832,21723,530,1,1,0,0,-3608.16,3780.59,271.504,0.887816,300,5,0,9082,0,1,0,0,0),(75833,21723,530,1,1,0,0,-3613.7,3810.53,253.375,1.97891,300,5,0,9082,0,1,0,0,0),(75834,21723,530,1,1,0,0,-3850.68,3717.81,282.768,0.351467,300,5,0,9082,0,1,0,0,0),(75835,21723,530,1,1,0,0,-3856.83,3753.43,284.879,3.01204,300,5,0,9082,0,1,0,0,0),(75836,21723,530,1,1,0,0,-3884.39,3663.14,280.352,1.71042,300,0,0,9082,0,0,0,0,0),(75837,21723,530,1,1,0,0,-3892.51,3727.48,293.857,4.30124,300,5,0,9082,0,1,0,0,0),(75838,21723,530,1,1,0,0,-3913.41,3766.35,291.67,1.42872,300,5,0,9082,0,1,0,0,0),(75839,21723,530,1,1,0,0,-3860.49,3818.85,293.645,1.24879,300,5,0,9082,0,1,0,0,0),(75840,21723,530,1,1,0,0,-3943.87,3743.4,295.36,3.36065,300,5,0,9082,0,1,0,0,0),(75841,21723,530,1,1,0,0,-4014.83,3707.7,299.855,5.12665,300,5,0,9082,0,1,0,0,0),(75842,21723,530,1,1,0,0,-3973.26,3729.8,296.792,0.729479,300,5,0,9082,0,1,0,0,0),(75843,21723,530,1,1,0,0,-3959.07,3805.27,298.713,2.94154,300,5,0,9082,0,1,0,0,0),(75844,21723,530,1,1,0,0,-3915.28,3805.56,295.914,2.64968,300,5,0,9082,0,1,0,0,0),(75845,21723,530,1,1,0,0,-3986.86,3767.81,297.122,4.47841,300,5,0,9082,0,1,0,0,0),(75846,21723,530,1,1,0,0,-3936.94,3769.72,291.341,0.103562,300,5,0,9082,0,1,0,0,0),(75847,21723,530,1,1,0,0,-4039.31,3835.23,308.173,0.09686,300,5,0,9082,0,1,0,0,0),(75848,21723,530,1,1,0,0,-4022.8,3785.44,292.423,5.86924,300,5,0,9082,0,1,0,0,0),(75849,21723,530,1,1,0,0,-3991.41,3846.07,312.046,4.29813,300,5,0,9082,0,1,0,0,0),(75850,21723,530,1,1,0,0,-4054.13,3710.79,306.778,4.86944,300,5,0,9082,0,1,0,0,0),(75851,21723,530,1,1,0,0,-4026.89,3663.76,291.428,1.76953,300,5,0,9082,0,1,0,0,0),(75852,21723,530,1,1,0,0,-4043.72,3609.35,291.524,5.63221,300,5,0,9082,0,1,0,0,0),(75853,21723,530,1,1,0,0,-3936.62,3631.15,275.965,0.632959,300,5,0,9082,0,1,0,0,0),(75854,21723,530,1,1,0,0,-4079.66,3589.76,303.472,0.252524,300,5,0,9082,0,1,0,0,0),(75855,21723,530,1,1,0,0,-4074.4,3538.74,289.172,6.09913,300,5,0,9082,0,1,0,0,0),(75857,21723,530,1,1,0,0,-4115.58,3443.76,291.798,5.4729,300,5,0,9082,0,1,0,0,0),(75858,21723,530,1,1,0,0,-4114.49,3487.93,284.83,1.23371,300,5,0,9082,0,1,0,0,0),(75859,21723,530,1,1,0,0,-4151.53,3446.22,287.414,0.577523,300,5,0,9082,0,1,0,0,0),(75860,21723,530,1,1,0,0,-4155.69,3414.33,295.391,4.3889,300,5,0,9082,0,1,0,0,0),(75861,21723,530,1,1,0,0,-4129.4,3363.24,286.593,1.25693,300,5,0,9082,0,1,0,0,0),(75862,21723,530,1,1,0,0,-4143.99,3321.66,285.172,1.84898,300,5,0,9082,0,1,0,0,0),(75863,21723,530,1,1,0,0,-4180.68,3313.57,282.151,3.37701,300,5,0,9082,0,1,0,0,0),(75864,21723,530,1,1,0,0,-4189.19,3262.45,292.308,2.76387,300,5,0,9082,0,1,0,0,0),(75865,21723,530,1,1,0,0,-4139.58,3256.25,298.408,5.3995,300,5,0,9082,0,1,0,0,0),(75866,21723,530,1,1,0,0,-4226.38,3350.15,276.46,4.18185,300,5,0,9082,0,1,0,0,0),(75867,21723,530,1,1,0,0,-4181.58,3360.12,265.788,6.15786,300,5,0,9082,0,1,0,0,0),(75868,21723,530,1,1,0,0,-4034.9,3226.68,296.728,2.38293,300,5,0,9082,0,1,0,0,0),(75869,21723,530,1,1,0,0,-4222.03,2999.31,315.764,3.9885,300,5,0,9082,0,1,0,0,0),(75870,21723,530,1,1,0,0,-4063.62,3017.76,317.675,5.70927,300,5,0,9082,0,1,0,0,0),(75871,21723,530,1,1,0,0,-4059.45,3055.4,316.658,5.23236,300,5,0,9082,0,1,0,0,0),(75872,21723,530,1,1,0,0,-3889.46,2922.26,353.023,2.88203,300,5,0,9082,0,1,0,0,0),(75873,21723,530,1,1,0,0,-3864.74,2948.54,355.202,5.02395,300,5,0,9082,0,1,0,0,0),(75874,21723,530,1,1,0,0,-3872.52,3093.93,335.871,6.10863,300,5,0,9082,0,1,0,0,0),(75875,21723,530,1,1,0,0,-3855.78,3129.27,331.804,4.70262,300,5,0,9082,0,1,0,0,0),(75876,21723,530,1,1,0,0,-3872.28,3175.59,322.365,1.4965,300,5,0,9082,0,1,0,0,0),(75877,21723,530,1,1,0,0,-3970.17,3171.94,315.236,1.2101,300,5,0,9082,0,1,0,0,0),(75878,21723,530,1,1,0,0,-3907.18,3196.14,311.964,0.211366,300,5,0,9082,0,1,0,0,0),(75879,21723,530,1,1,0,0,-3931.15,3184.13,315.43,5.51783,300,5,0,9082,0,1,0,0,0),(75880,21723,530,1,1,0,0,-3904.42,3221.93,305.242,6.16271,300,5,0,9082,0,1,0,0,0),(75881,21723,530,1,1,0,0,-3975.59,3210.62,296.208,3.13609,300,5,0,9082,0,1,0,0,0),(75882,21723,530,1,1,0,0,-4009.66,3223.63,296.761,3.87061,300,5,0,9082,0,1,0,0,0),(75883,21723,530,1,1,0,0,-3867.51,3210.99,311.151,4.17578,300,5,0,9082,0,1,0,0,0),(75884,21723,530,1,1,0,0,-3820.94,3237.47,310.01,1.6219,300,5,0,9082,0,1,0,0,0),(75885,21723,530,1,1,0,0,-3793.97,3270.93,301.348,3.40974,300,5,0,9082,0,1,0,0,0),(75886,21723,530,1,1,0,0,-3616.16,3381.46,298.469,0.549412,300,5,0,9082,0,1,0,0,0),(75887,21723,530,1,1,0,0,-3639.75,3393.01,287.669,2.58607,300,5,0,9082,0,1,0,0,0),(75888,21723,530,1,1,0,0,-3622.37,3360.65,299.292,1.82373,300,5,0,9082,0,1,0,0,0),(75889,21723,530,1,1,0,0,-3632.44,3147.19,311.52,3.32823,300,5,0,9082,0,1,0,0,0),(75890,21723,530,1,1,0,0,-3631.51,3190,313.242,1.78483,300,5,0,9082,0,1,0,0,0),(75891,21723,530,1,1,0,0,-3611.08,3228.66,311.329,5.59052,300,5,0,9082,0,1,0,0,0),(75892,21723,530,1,1,0,0,-3619.03,3106.25,314.516,0.966247,300,5,0,9082,0,1,0,0,0),(75893,21723,530,1,1,0,0,-3579.09,3127.08,316.218,4.46063,300,5,0,9082,0,1,0,0,0),(75894,21723,530,1,1,0,0,-3559.03,3155.89,314.552,1.65492,300,5,0,9082,0,1,0,0,0),(75895,21723,530,1,1,0,0,-3573.22,3091.07,310.005,5.36985,300,5,0,9082,0,1,0,0,0),(75896,21723,530,1,1,0,0,-3537.93,3151.51,315.346,0.736833,300,5,0,9082,0,1,0,0,0),(75897,21723,530,1,1,0,0,-3521.83,3188.78,315.987,0.133883,300,5,0,9082,0,1,0,0,0),(75898,21723,530,1,1,0,0,-3519.16,3166.29,315.309,3.02987,300,5,0,9082,0,1,0,0,0),(75899,21723,530,1,1,0,0,-3557.83,3210.94,309.894,0.701404,300,5,0,9082,0,1,0,0,0),(75900,21728,530,1,1,0,0,-3296.62,3688.41,229.569,1.00898,300,5,0,5589,3155,1,0,0,0),(75901,21728,530,1,1,0,0,-3280.59,3675.35,236.569,4.05181,300,5,0,5589,3155,1,0,0,0),(75902,21728,530,1,1,0,0,-3261.73,3660.25,238.815,6.14695,300,5,0,5589,3155,1,0,0,0),(75907,21728,530,1,1,0,0,-3337.77,3530.09,266.564,5.72154,300,5,0,5589,3155,1,0,0,0),(75908,21728,530,1,1,0,0,-3324.18,3524.05,270.064,1.71486,300,5,0,5589,3155,1,0,0,0),(75911,21728,530,1,1,0,0,-3445.48,3543.74,267.093,1.1012,300,5,0,5589,3155,1,0,0,0),(75912,21728,530,1,1,0,0,-3491.73,3575.1,278.859,2.95879,300,5,0,5589,3155,1,0,0,0),(75913,21728,530,1,1,0,0,-3503.36,3537.1,273.329,5.20441,300,5,0,5589,3155,1,0,0,0),(1971522,23058,556,2,1,0,0,-80.5207,296.352,40.3085,4.93495,86400,0,0,42,0,0,0,0,0),(75915,21728,530,1,1,0,0,-3447.71,3511.62,274.584,2.99348,300,5,0,5589,3155,1,0,0,0),(75916,21728,530,1,1,0,0,-3604.34,3595.71,276.57,5.84426,300,5,0,5589,3155,1,0,0,0),(75917,21728,530,1,1,0,0,-3589.84,3566.58,268.446,3.55953,300,5,0,5589,3155,1,0,0,0),(75918,21728,530,1,1,0,0,-3606.41,3684.09,281.163,4.6891,300,5,0,5589,3155,1,0,0,0),(75919,21728,530,1,1,0,0,-3631.02,3669.39,277.071,3.94288,300,5,0,5589,3155,1,0,0,0),(75920,21728,530,1,1,0,0,-3631.94,3640.31,270.807,1.79771,300,5,0,5589,3155,1,0,0,0),(75921,21728,530,1,1,0,0,-3748.52,3669.62,277.179,3.49579,300,5,0,5589,3155,1,0,0,0),(75922,21728,530,1,1,0,0,-3884.89,3654.56,277.944,4.48456,300,0,0,5589,3155,0,0,0,0),(75923,21728,530,1,1,0,0,-4005.33,3646.76,289.053,5.6896,300,5,0,5589,3155,1,0,0,0),(75924,21728,530,1,1,0,0,-3941.16,3607.21,265.336,4.77288,300,5,0,5589,3155,1,0,0,0),(75925,21728,530,1,1,0,0,-4004.33,3568.87,270.621,2.26515,300,5,0,5589,3155,1,0,0,0),(75926,21728,530,1,1,0,0,-4040.23,3548.52,274.38,4.50389,300,5,0,5589,3155,1,0,0,0),(75927,21728,530,1,1,0,0,-3984.11,3533.23,268.612,1.97422,300,0,0,5589,3155,0,0,0,0),(75928,21728,530,1,1,0,0,-4016.37,3414.77,267.198,5.30077,300,5,0,5589,3155,1,0,0,0),(75929,21728,530,1,1,0,0,-3943.4,3390.07,267.051,1.07009,300,5,0,5589,3155,1,0,0,0),(75930,21728,530,1,1,0,0,-3922.81,3351.59,270.574,2.26003,300,5,0,5589,3155,1,0,0,0),(75931,21728,530,1,1,0,0,-3994.1,3369.49,273.407,4.94482,300,5,0,5589,3155,1,0,0,0),(75932,21728,530,1,1,0,0,-3897.39,3358.62,264.609,5.04031,300,5,0,5589,3155,1,0,0,0),(75933,21728,530,1,1,0,0,-3797.48,3328.19,276.041,5.23372,300,5,0,5589,3155,1,0,0,0),(75934,21728,530,1,1,0,0,-3813.2,3361.76,274.662,1.77145,300,5,0,5589,3155,1,0,0,0),(75935,21728,530,1,1,0,0,-3773.74,3355.65,275.066,3.45555,300,5,0,5589,3155,1,0,0,0),(75936,21728,530,1,1,0,0,-3785.48,3389.45,258.476,4.44562,300,5,0,5589,3155,1,0,0,0),(75937,21728,530,1,1,0,0,-3729.91,3370.62,275.996,1.04982,300,5,0,5589,3155,1,0,0,0),(75938,21728,530,1,1,0,0,-3728.42,3414.03,263.831,2.27549,300,5,0,5589,3155,1,0,0,0),(75939,21728,530,1,1,0,0,-3672.28,3423.55,275.551,5.11138,300,5,0,5589,3155,1,0,0,0),(75940,21728,530,1,1,0,0,-3686.46,3455.71,264.869,5.5967,300,5,0,5589,3155,1,0,0,0),(75941,21728,530,1,1,0,0,-3654.75,3466.87,275.978,1.07052,300,5,0,5589,3155,1,0,0,0),(75942,21728,530,1,1,0,0,-3628.95,3505.17,275.934,4.24868,300,5,0,5589,3155,1,0,0,0),(75943,21728,530,1,1,0,0,-3744.94,3462.67,256.908,6.03608,300,5,0,5589,3155,1,0,0,0),(75944,21728,530,1,1,0,0,-3607.24,3506.31,278.541,1.86713,300,5,0,5589,3155,1,0,0,0),(75945,21728,530,1,1,0,0,-3658.14,3522.27,261.151,4.68174,300,5,0,5589,3155,1,0,0,0),(75946,21728,530,1,1,0,0,-3703.95,3516.17,247.357,6.05156,300,5,0,5589,3155,1,0,0,0),(75947,21728,530,1,1,0,0,-3777.01,3459.65,258.502,1.78946,300,5,0,5589,3155,1,0,0,0),(75948,21728,530,1,1,0,0,-3780.4,3427.04,252.885,2.89614,300,5,0,5589,3155,1,0,0,0),(75949,21728,530,1,1,0,0,-3357.03,3526.07,266.596,1.48452,300,5,0,5589,3155,1,0,0,0),(75914,26384,530,1,1,0,0,2890.67,5981.48,2.78978,1.20321,300,0,0,6986,0,0,0,0,0),(1971521,23058,556,2,1,0,0,-89.1839,295.683,33.9356,0.0340604,86400,0,0,42,0,0,0,0,0),(75953,21728,530,1,1,0,0,-3491.21,3546.03,270.139,6.22975,300,5,0,5589,3155,1,0,0,0),(75954,21728,530,1,1,0,0,-3545.59,3546.35,272.313,4.94102,300,5,0,5589,3155,1,0,0,0),(75955,21732,530,1,1,0,0,2931.1,3646.23,132.662,1.29154,300,0,0,4892,2846,0,0,0,0),(75956,21733,530,1,1,0,0,2928.87,3654.45,132.635,0,300,0,0,4892,2846,0,0,0,0),(75957,21734,530,1,1,0,0,2931.07,3662.75,132.662,4.97419,300,0,0,5060,2933,0,0,0,0),(75065,24921,603,3,1,0,0,1437.35,115.726,425.862,0,7200,0,0,1,0,0,0,0,0),(75064,24921,603,3,1,0,0,1437.42,117.345,425.844,0,7200,0,0,1,0,0,0,0,0),(75063,31310,571,1,2,0,0,4709.66,1415.3,174.324,5.37139,120,0,0,1,0,0,0,0,0),(75062,31313,571,1,2,0,0,4709.67,1412.27,174.042,5.92718,120,0,0,1,0,0,0,0,0),(75061,31310,571,1,2,0,0,4726.31,1305.98,152.428,4.30468,120,0,0,1,0,0,0,0,0),(75060,31330,571,1,2,0,0,4783.35,1313.89,165.229,3.80169,120,0,0,1,0,0,0,0,0),(75059,31330,571,1,2,0,0,4767.03,1300.88,159.18,3.96774,120,0,0,1,0,0,0,0,0),(75058,31310,571,1,2,0,0,4714.93,1432.09,174.427,5.40438,120,0,0,1,0,0,0,0,0),(75057,31310,571,1,2,0,0,4701.08,1410.82,172.117,4.54258,120,0,0,1,0,0,0,0,0),(75056,31330,571,1,2,0,0,4897.75,1335.15,231.001,5.06835,120,0,0,1,0,0,0,0,0),(75055,31330,571,1,2,0,0,4901.57,1317.95,229.568,5.17298,120,5,0,1,0,1,0,0,0),(75054,31330,571,1,2,0,0,4928.89,1297.72,230.379,4.18888,120,5,0,1,0,1,0,0,0),(75972,21737,530,1,1,0,0,2009.57,5564.26,263.752,1.01229,300,0,0,6326,0,0,0,0,0),(75973,21737,530,1,1,0,0,2211.33,5728.07,273.676,4.59022,300,5,0,6326,0,1,0,0,0),(75974,21737,530,1,1,0,0,2389.02,5644.9,269.327,4.10153,300,5,0,6326,0,1,0,0,0),(75975,21737,530,1,1,0,0,2434.45,5604.54,267.392,2.6529,300,5,0,6326,0,1,0,0,0),(75976,21737,530,1,1,0,0,2436.46,5631.41,267.385,4.92183,300,5,0,6326,0,1,0,0,0),(75977,21737,530,1,1,0,0,2447.41,5673.36,266.404,1.11701,300,5,0,6326,0,1,0,0,0),(75978,21737,530,1,1,0,0,2412.71,5691.48,270.187,5.96903,300,5,0,6326,0,1,0,0,0),(75979,21737,530,1,1,0,0,2389.04,5726.08,273.093,5.55015,300,5,0,6326,0,1,0,0,0),(75980,21737,530,1,1,0,0,2441.98,5737.03,272.99,3.08923,300,5,0,6326,0,1,0,0,0),(75981,21742,530,1,1,0,1,-3630.2,553.589,16.5104,0.15708,300,0,0,5060,2933,0,0,0,0),(75982,21742,530,1,1,0,1,-3643.41,575.211,19.7822,4.7822,300,0,0,5060,2933,0,0,0,0),(75983,21742,530,1,1,0,1,-3724.62,551.067,48.5414,1.74533,300,0,0,5060,2933,0,0,0,0),(75984,21742,530,1,1,0,1,-3745.26,576.213,56.1247,5.16617,300,0,0,5060,2933,0,0,0,0),(75985,21742,530,1,1,0,1,-3744.52,551.022,57.3008,1.71042,300,0,0,5060,2933,0,0,0,0),(75986,21742,530,1,1,0,1,-3766.9,576.212,63.5299,4.66003,300,0,0,5060,2933,0,0,0,0),(75987,21742,530,1,1,0,1,-3826.43,516.234,85.5919,6.21337,300,0,0,5060,2933,0,0,0,0),(75988,21742,530,1,1,0,1,-3677.7,293.972,91.0672,1.74533,300,0,0,5060,2933,0,0,0,0),(75989,21742,530,1,1,0,1,-3677.1,302.809,91.0661,5.044,300,0,0,5060,2933,0,0,0,0),(75990,21742,530,1,1,0,1,-3695.84,242.539,91.1539,1.27409,300,0,0,5060,2933,0,0,0,0),(75991,21742,530,1,1,0,1,-3691.25,251.276,91.0729,5.79449,300,0,0,5060,2933,0,0,0,0),(75992,21742,530,1,1,0,1,-3678.41,248.235,91.0724,1.76278,300,0,0,5060,2933,0,0,0,0),(75993,21742,530,1,1,0,1,-3643.21,550.483,19.8296,1.62316,300,0,0,5060,2933,0,0,0,0),(75994,21742,530,1,1,0,1,-3660.97,574.655,26.2748,4.92183,300,0,0,5060,2933,0,0,0,0),(75995,21742,530,1,1,0,1,-3629.96,571.784,15.4799,0.034907,300,0,0,5060,2933,0,0,0,0),(75996,21743,530,1,1,0,1,-3841.18,510.691,91.6,0.050837,300,0,0,6542,0,0,0,0,0),(75998,21744,530,1,1,0,0,-4141.9,1127.26,44.6148,0.436332,300,0,0,4731,2790,0,0,0,0),(75999,21746,530,1,1,0,0,-2983.52,863.391,-7.48924,3.08923,300,0,0,4731,2790,0,0,0,0),(75053,31330,571,1,2,0,0,4800.98,1323.84,170.547,2.49262,120,0,0,1,0,0,0,0,0),(75052,31328,571,1,2,0,0,4793.4,1329.59,170.946,2.49474,120,0,0,1,0,0,0,0,0),(75051,31330,571,1,2,0,0,4806.31,1318.52,168.646,1.84406,120,0,0,1,0,0,0,0,0),(75050,31310,571,1,2,0,0,4648.25,1422.38,170.955,1.99334,120,0,0,1,0,0,0,0,0),(75049,31313,571,1,2,0,0,4702.96,1557.95,247.531,1.605,120,0,0,1,0,0,0,0,0),(75048,31310,571,1,2,0,0,4702.17,1552.97,249.435,2.18844,120,5,0,1,0,1,0,0,0),(75047,31313,571,1,2,0,0,4664.65,1447.42,170.857,3.30152,120,0,0,1,0,0,0,0,0),(75046,31330,571,1,2,0,0,4939.32,1323.52,235.045,4.45314,120,0,0,1,0,0,0,0,0),(75045,31328,571,1,2,0,0,4897.73,1335.23,231.006,5.06835,120,0,0,1,0,0,0,0,0),(74958,31428,571,1,175,0,0,6857.33,3571.49,735.892,1.15192,120,5,0,1,0,1,0,0,0),(74951,18152,530,1,1,15396,0,1179.36,8129.97,19.6908,1.01229,120,0,0,247,0,0,0,0,0),(74950,18152,530,1,1,15393,0,1178.69,8130.18,19.6892,1.0821,120,0,0,247,0,0,0,0,0),(74949,18152,530,1,1,15394,0,1178.13,8130.46,19.6568,1.11701,120,0,0,247,0,0,0,0,0),(74948,18152,530,1,1,15397,0,1177.67,8130.76,19.6219,1.15192,120,0,0,247,0,0,0,0,0),(74541,25338,571,1,1,0,0,4141.22,5786.63,61.2037,2.9147,120,0,0,1,0,0,0,0,0),(74540,25338,571,1,1,0,0,4139.15,5782.77,60.4818,2.86234,120,0,0,1,0,0,0,0,0),(74539,25338,571,1,1,0,0,4141.54,5783.95,60.6974,2.86234,120,0,0,1,0,0,0,0,0),(75044,27336,571,1,1,0,0,3707.7,-1138.64,120.226,4.97419,120,0,0,1,0,0,0,0,0),(75043,27315,571,1,1,0,0,3768.52,-1289.78,133.653,4.8278,120,5,0,1,0,1,0,0,0),(75030,26656,571,1,1,0,0,4050.49,2215.69,151.662,0,120,0,0,1,0,0,0,0,0),(75029,26656,571,1,1,0,0,4040.73,2215.19,151.974,1.69297,120,0,0,1,0,0,0,0,0),(75028,26656,571,1,1,0,0,4052.39,2210.65,151.768,2.30383,120,0,0,1,0,0,0,0,0),(75027,26656,571,1,1,0,0,4045.47,2217.32,151.895,3.9619,120,0,0,1,0,0,0,0,0),(75026,26656,571,1,1,0,0,4050.55,2205.82,151.85,1.74533,120,0,0,1,0,0,0,0,0),(75025,26656,571,1,1,0,0,4039.12,2210.31,151.958,5.65487,120,0,0,1,0,0,0,0,0),(75024,26656,571,1,1,0,0,4046.04,2203.53,151.861,1.78024,120,0,0,1,0,0,0,0,0),(75023,26656,571,1,1,0,0,4041.44,2205.44,151.854,1.58825,120,0,0,1,0,0,0,0,0),(75022,26608,571,1,1,0,0,4112.92,2231.33,221.972,3.28122,120,0,0,1,0,0,0,0,0),(75021,26772,571,1,1,0,0,4085.34,2238.71,150.305,6.26573,120,0,0,1,0,0,0,0,0),(75020,26772,571,1,1,0,0,4094.65,2231.3,150.305,4.39823,120,0,0,1,0,0,0,0,0),(75019,26772,571,1,1,0,0,4102.4,2215.32,150.577,2.9147,120,0,0,1,0,0,0,0,0),(75018,26772,571,1,1,0,0,4085.45,2212.56,150.305,2.60054,120,0,0,1,0,0,0,0,0),(75017,26772,571,1,1,0,0,4059.21,2234.11,151.675,4.03171,120,0,0,1,0,0,0,0,0),(75016,26772,571,1,1,0,0,4069.84,2216.06,151.658,3.42085,120,0,0,1,0,0,0,0,0),(75015,26772,571,1,1,0,0,4062.91,2222.09,152.069,3.4383,120,0,0,1,0,0,0,0,0),(75014,26772,571,1,1,0,0,4087.59,2197.29,150.305,5.89921,120,0,0,1,0,0,0,0,0),(75013,26772,571,1,1,0,0,4028.01,2220,151.635,5.68977,120,0,0,1,0,0,0,0,0),(75009,34929,641,3,1,0,0,-31.0354,24.862,21.7027,1.65806,7200,0,0,50000,0,0,0,0,0),(75008,34929,641,3,1,0,0,-21.4492,25.3989,21.6696,1.65806,7200,0,0,50000,0,0,0,0,0),(75007,34929,641,3,1,0,0,-2.8113,25.7812,21.6915,1.65806,7200,0,0,50000,0,0,0,0,0),(75006,34929,641,3,1,0,0,-41.7123,22.9081,22.601,1.90241,7200,0,0,50000,0,0,0,0,0),(75005,34929,641,3,1,0,0,-12.4734,25.7265,21.6781,1.74289,7200,0,0,50000,0,0,0,0,0),(75004,34935,642,3,1,0,0,10.2664,-32.0713,35.819,4.85202,7200,0,0,50000,0,0,0,0,0),(75003,34935,642,3,1,0,0,19.4637,-30.794,36.3084,4.85202,7200,0,0,50000,0,0,0,0,0),(75002,34935,642,3,1,0,0,-2.48761,-31.9885,34.9217,4.83456,7200,0,0,50000,0,0,0,0,0),(75001,34935,642,3,1,0,0,-12.1064,-31.9696,34.4639,4.62512,7200,0,0,50000,0,0,0,0,0),(75000,34935,642,3,1,0,0,-21.4009,-31.343,34.2563,4.67748,7200,0,0,50000,0,0,0,0,0),(74999,36165,641,3,1,0,0,-36.385,-7.32538,20.4489,1.65378,7200,0,0,50000,0,0,0,0,0),(74998,36165,641,3,1,0,0,-35.8827,3.1627,20.5351,1.65806,7200,0,0,50000,0,0,0,0,0),(74997,36166,641,3,1,0,0,-53.6908,-3.68207,23.4431,6.05629,7200,0,0,50000,0,0,0,0,0),(74996,36166,641,3,1,0,0,-17.5936,-4.38373,20.8457,3.12414,7200,0,0,50000,0,0,0,0,0),(74995,36166,641,3,1,0,0,-61.941,0.089971,23.569,3.12414,7200,0,0,50000,0,0,0,0,0),(74994,36166,641,3,1,0,0,16.8488,6.61854,20.5117,3.12414,7200,0,0,50000,0,0,0,0,0),(74993,36166,641,3,1,0,0,-17.5794,4.24393,20.8454,3.12414,7200,0,0,50000,0,0,0,0,0),(74992,36166,641,3,1,0,0,39.7879,-38.5873,25.1146,3.97935,7200,0,0,50000,0,0,0,0,0),(74991,36166,641,3,1,0,0,50.207,8.00353,40.1665,2.53073,7200,0,0,50000,0,0,0,0,0),(74990,36166,641,3,1,0,0,49.9331,-7.4586,40.1678,3.97935,7200,0,0,50000,0,0,0,0,0),(74989,36166,641,3,1,0,0,17.0807,-7.10945,20.5052,3.12414,7200,0,0,50000,0,0,0,0,0),(74988,36166,641,3,1,0,0,-53.5545,2.9776,23.4432,0.331613,7200,0,0,50000,0,0,0,0,0),(74987,36164,642,3,1,0,0,-30.18,17.9483,34.3424,2.23402,7200,0,0,50000,0,0,0,0,0),(76063,21751,530,1,1,0,1,3055.8,3637.91,143.14,3.4972,300,0,0,8540,0,0,0,0,0),(76064,21755,530,1,1,0,1,1914.84,5578.61,263.96,4.08407,300,0,0,6326,0,0,0,0,0),(76065,21757,530,1,1,0,0,1931.6,5577.56,264.647,5.35816,300,0,0,6326,0,0,0,0,0),(76066,21757,530,1,1,0,0,1926.16,5587.76,265.574,6.07375,300,0,0,6326,0,0,0,0,0),(76067,21757,530,1,1,0,0,1912.81,5580.69,265.567,0.174533,300,0,0,6326,0,0,0,0,0),(76068,21757,530,1,1,0,0,1916.73,5587.86,265.247,0.541052,300,0,0,6326,0,0,0,0,0),(76069,21757,530,1,1,0,0,1955.42,5580.25,264.329,0.261799,300,0,0,6326,0,0,0,0,0),(76070,21757,530,1,1,0,0,2052.64,5557.91,267.464,3.68265,300,0,0,6326,0,0,0,0,0),(76071,21766,530,1,1,0,0,-4067.27,1127.53,43.0965,3.85718,300,0,0,17742,0,0,0,0,0),(76072,21769,530,1,1,0,0,-2920.59,2663.32,94.35,5.32235,300,0,0,69860,0,2,0,0,0),(76073,21770,530,1,1,0,1,-2984,2571,76.5434,3,300,0,0,55890,3155,0,0,0,0),(76074,21772,530,1,1,0,0,-2965.33,2577.28,76.5438,2.28315,300,0,0,54090,3080,0,0,0,0),(76075,21773,530,1,1,0,0,-4034.19,2233.48,112.045,4.10825,300,0,0,55890,3155,2,0,0,0),(76076,21774,530,1,1,0,1,-3970.86,2191.12,101.885,0.523995,300,0,0,55890,3155,2,0,0,0),(76077,21775,530,1,1,0,1,-3924.16,2120.76,98.898,6.18563,300,0,0,63260,0,0,0,0,0),(76078,21777,530,1,1,0,0,-3973.48,2215.13,104.439,5.42797,300,0,0,47310,2790,0,0,0,0),(76079,21782,530,1,1,0,0,2993.94,5473.5,145.197,2.14675,300,0,0,5527,0,0,0,0,0),(76080,21783,530,1,1,0,1,4275.1,2092.08,140.158,3.14159,300,0,0,10818,3080,0,0,0,0),(76081,21783,530,1,1,0,1,4275.36,2115.61,137.004,3.05433,300,0,0,10818,3080,0,0,0,0),(76082,21784,530,1,1,0,1,-3116.42,821.829,-21.7648,1.16999,300,5,0,6986,0,2,0,0,0),(76083,21784,530,1,1,0,1,-3114.08,828.055,-21.753,1.19946,300,0,0,6986,0,0,0,0,0),(76084,21784,530,1,1,0,1,-3112.82,831.883,-21.4131,1.19899,300,0,0,6986,0,0,0,0,0),(76085,21784,530,1,1,0,1,-3124.09,804.228,-22.4848,0.797126,300,0,0,6986,0,0,0,0,0),(76086,21791,530,1,1,0,0,-3684.48,3733.08,279.661,4.79965,300,5,0,42,0,1,0,0,0),(76087,21791,530,1,1,0,0,-4175.12,3187.1,315.578,5.49779,300,5,0,42,0,1,0,0,0),(76088,21791,530,1,1,0,0,-4153.9,3045.93,315.857,4.03171,300,5,0,42,0,1,0,0,0),(76089,21791,530,1,1,0,0,-3909.46,3115.09,328.776,4.45059,300,5,0,42,0,1,0,0,0),(76090,21791,530,1,1,0,0,-4005.13,3290.92,284.282,6.24828,300,5,0,42,0,1,0,0,0),(76091,21791,530,1,1,0,0,-3864.43,3300.08,274.587,5.35816,300,5,0,42,0,1,0,0,0),(76092,21791,530,1,1,0,0,-3686.85,3324.5,283.454,3.01942,300,5,0,42,0,1,0,0,0),(76093,21792,530,1,1,0,0,-3684.9,3739.63,279.46,4.83456,300,5,0,42,0,1,0,0,0),(76094,21792,530,1,1,0,0,-4179.03,3181.98,315.733,4.38078,300,5,0,42,0,1,0,0,0),(76095,21792,530,1,1,0,0,-4148.65,3049.16,315.656,0.10472,300,5,0,42,0,1,0,0,0),(76096,21792,530,1,1,0,0,-3904.94,3119.01,328.776,5.63741,300,5,0,42,0,1,0,0,0),(76097,21792,530,1,1,0,0,-3999.42,3286.25,284.262,0.296706,300,5,0,42,0,1,0,0,0),(76098,21792,530,1,1,0,0,-3860.34,3304.38,274.671,1.3439,300,5,0,42,0,1,0,0,0),(76099,21792,530,1,1,0,0,-3692.61,3323.81,283.554,0.645772,300,5,0,42,0,1,0,0,0),(76100,21793,530,1,1,0,0,-3691.03,3739.37,279.46,2.16421,300,5,0,42,0,1,0,0,0),(76101,21793,530,1,1,0,0,-4174,3178.32,315.894,0.610865,300,5,0,42,0,1,0,0,0),(76102,21793,530,1,1,0,0,-4145.49,3043.99,315.656,2.74017,300,5,0,42,0,1,0,0,0),(76103,21793,530,1,1,0,0,-3900.66,3114.23,328.776,0.279253,300,5,0,42,0,1,0,0,0),(76104,21793,530,1,1,0,0,-3995.17,3291,284.366,5.95157,300,5,0,42,0,1,0,0,0),(76105,21793,530,1,1,0,0,-3855.5,3299.96,274.669,5.28835,300,5,0,42,0,1,0,0,0),(76106,21793,530,1,1,0,0,-3692.47,3316.92,283.531,0.698132,300,5,0,42,0,1,0,0,0),(76107,21794,530,1,1,0,0,-3688.11,3736.46,280.242,1.36136,300,0,0,42,0,0,0,0,0),(76108,21794,530,1,1,0,0,-4174.49,3182.09,316.531,0.855211,300,0,0,42,0,0,0,0,0),(76109,21794,530,1,1,0,0,-4149.68,3045.07,316.438,1.29154,300,0,0,42,0,0,0,0,0),(76110,21794,530,1,1,0,0,-3905.21,3114.54,329.558,2.18166,300,0,0,42,0,0,0,0,0),(76111,21794,530,1,1,0,0,-3999.63,3291,285.149,0.942478,300,0,0,42,0,0,0,0,0),(76112,21794,530,1,1,0,0,-3859.88,3300.52,275.384,3.87463,300,0,0,42,0,0,0,0,0),(76113,21794,530,1,1,0,0,-3689.86,3321.79,284.184,3.9619,300,0,0,42,0,0,0,0,0),(76114,21801,530,1,1,0,0,-5140.63,537.607,225.587,0.0201144,300,0,0,104790,0,2,0,0,0),(76115,21802,530,1,1,0,0,-3388,1194.42,60.5356,2.13333,300,5,0,5409,0,1,0,0,0),(76116,21802,530,1,1,0,0,-3199.7,1133.91,73.2579,2.60054,300,0,0,5409,0,0,0,0,0),(76117,21802,530,1,1,0,0,-3306.93,1147.22,61.2519,2.37365,300,0,0,5409,0,0,0,0,0),(76118,21802,530,1,1,0,0,-3301.43,1072.42,54.5428,2.07694,300,0,0,5409,0,0,0,0,0),(76119,21802,530,1,1,0,0,-3232.98,1062.94,65.3278,2.10699,300,5,0,5409,0,1,0,0,0),(76120,21802,530,1,1,0,0,-3281.03,962.416,42.1368,6.03252,300,5,0,5409,0,1,0,0,0),(76121,21802,530,1,1,0,0,-3373.17,1007.41,30.5873,3.83972,300,0,0,5409,0,0,0,0,0),(76122,21802,530,1,1,0,0,-3322.53,911.932,29.6168,2.56563,300,0,0,5409,0,0,0,0,0),(76123,21803,530,1,1,0,1,-3384.89,1189.49,58.6606,2.13324,300,5,0,4057,0,1,0,0,0),(76124,21803,530,1,1,0,1,-3195.7,1131.32,73.2427,2.58309,300,0,0,4057,0,0,0,0,0),(76125,21803,530,1,1,0,1,-3302.98,1145.53,60.4108,2.40855,300,0,0,4057,0,0,0,0,0),(76126,21803,530,1,1,0,1,-3299.35,1068.8,53.8977,2.07694,300,0,0,4057,0,0,0,0,0),(76127,21803,530,1,1,0,1,-3225.85,1050.9,64.4499,2.10374,300,0,0,4057,0,0,0,0,0),(76128,21803,530,1,1,0,1,-3290.59,964.864,40.6777,6.03252,300,5,0,4057,0,1,0,0,0),(76129,21803,530,1,1,0,1,-3369.78,1010.37,31.7977,3.83972,300,0,0,4057,0,0,0,0,0),(76130,21803,530,1,1,0,1,-3318.71,909.786,29.9918,2.56563,300,0,0,4057,0,0,0,0,0),(76132,21804,530,1,1,0,0,-3613.19,3649.33,277.932,2.24199,300,5,0,3144,0,1,0,0,0),(76133,21804,530,1,1,0,0,-3654.68,3729.29,291.025,1.21908,300,5,0,3144,0,1,0,0,0),(76134,21804,530,1,1,0,0,-3657.39,3720.83,284.095,4.39652,300,5,0,3144,0,1,0,0,0),(76135,21804,530,1,1,0,0,-3645.55,3744.9,302.161,5.69407,300,5,0,3144,0,1,0,0,0),(76136,21804,530,1,1,0,0,-3681.99,3781.27,295.559,5.80742,300,5,0,3144,0,1,0,0,0),(76137,21804,530,1,1,0,0,-3672.47,3777.53,294.941,2.78792,300,5,0,3144,0,1,0,0,0),(76138,21804,530,1,1,0,0,-3727.23,3801.8,302.105,3.96701,300,5,0,3144,0,1,0,0,0),(76139,21804,530,1,1,0,0,-3866.18,3681.63,335.469,1.68216,300,5,0,3144,0,1,0,0,0),(76140,21804,530,1,1,0,0,-3878.34,3703.56,332.018,1.30281,300,5,0,3144,0,1,0,0,0),(76141,21804,530,1,1,0,0,-4071.23,3388.42,290.005,1.68232,300,5,0,3144,0,1,0,0,0),(76142,21804,530,1,1,0,0,-4078.55,3202.95,296.371,5.0369,300,5,0,3144,0,1,0,0,0),(76143,21804,530,1,1,0,0,-4050.39,3276.4,304.971,4.73333,300,5,0,3144,0,1,0,0,0),(76144,21804,530,1,1,0,0,-4065.51,3267.34,332.853,4.69412,300,5,0,3144,0,1,0,0,0),(76145,21804,530,1,1,0,0,-4146.02,3058.1,313.881,2.19076,300,5,0,3144,0,1,0,0,0),(76146,21804,530,1,1,0,0,-3984.01,3126.88,362.408,1.38535,300,5,0,3144,0,1,0,0,0),(76147,21804,530,1,1,0,0,-3922.55,3103.35,372.787,5.97239,300,5,0,3144,0,1,0,0,0),(76148,21804,530,1,1,0,0,-3911.51,3073.72,361.746,0.847234,300,5,0,3144,0,1,0,0,0),(76149,21804,530,1,1,0,0,-3890.48,3123.8,370.947,2.71172,300,5,0,3144,0,1,0,0,0),(76150,21804,530,1,1,0,0,-3968.6,3213.21,333.978,5.87446,300,5,0,3144,0,1,0,0,0),(76151,21804,530,1,1,0,0,-3965.81,3208.67,333.972,4.91225,300,5,0,3144,0,1,0,0,0),(76152,21804,530,1,1,0,0,-3995.4,3250.15,326.478,2.64065,300,5,0,3144,0,1,0,0,0),(76153,21804,530,1,1,0,0,-3853.69,3325.14,275.352,0.728583,300,5,0,3144,0,1,0,0,0),(76154,21804,530,1,1,0,0,-3857.87,3324.49,324.056,4.85438,300,5,0,3144,0,1,0,0,0),(76155,21804,530,1,1,0,0,-3847.22,3383.02,317.525,4.89362,300,5,0,3144,0,1,0,0,0),(76156,21804,530,1,1,0,0,-3694.39,3317.19,312.172,3.41576,300,5,0,3144,0,1,0,0,0),(76157,21804,530,1,1,0,0,-3693.67,3287.52,312.237,1.36879,300,5,0,3144,0,1,0,0,0),(76158,21804,530,1,1,0,0,-3668.37,3361.71,311.308,1.35093,300,5,0,3144,0,1,0,0,0),(76159,21804,530,1,1,0,0,-3663.51,3387.57,312.961,1.58825,300,5,0,3144,0,1,0,0,0),(76160,21804,530,1,1,0,0,-3839.16,3442.34,325.169,2.61027,300,5,0,3144,0,1,0,0,0),(76161,21804,530,1,1,0,0,-3851.54,3531.55,278.728,3.58382,300,5,0,3144,0,1,0,0,0),(76162,21805,530,1,1,0,1,4268.57,2100.57,140.903,3.24631,300,0,0,10818,3080,0,0,0,0),(76163,21805,530,1,1,0,1,4269.44,2105.87,138.754,3.42085,300,0,0,10818,3080,0,0,0,0),(76164,21805,530,1,1,0,1,4274.87,2097.26,139.851,3.22886,300,0,0,10818,3080,0,0,0,0),(76165,21805,530,1,1,0,1,4275.51,2102.91,139.008,3.14159,300,0,0,10818,3080,0,0,0,0),(76166,21807,530,1,1,0,0,-3278.55,2819.16,125.615,1.41372,300,0,0,41,60,0,0,0,0),(76167,21808,530,1,1,0,1,-3355.4,1174.93,60.3469,0.027337,300,5,0,6761,0,1,0,0,0),(76168,21808,530,1,1,0,1,-3180.94,1132.83,78.5556,0.257672,300,5,0,6761,0,1,0,0,0),(76169,21808,530,1,1,0,1,-3250.86,1104.4,60.4245,3.04173,300,5,0,6761,0,1,0,0,0),(76170,21808,530,1,1,0,1,-3270.78,949.295,43.0955,3.26595,300,5,0,6761,0,1,0,0,0),(76171,21808,530,1,1,0,1,-3287.04,948.351,39.7317,0.009765,300,5,0,6761,0,1,0,0,0),(76172,21808,530,1,1,0,1,-3404.59,861.869,-22.8115,6.15592,300,5,0,6761,0,1,0,0,0),(76173,21809,530,1,1,0,1,2927.91,5627.67,146.414,2.40851,300,0,0,4892,2846,0,0,0,0),(76174,21809,530,1,1,0,1,2943.81,5618.07,147.261,0.269894,300,0,0,4892,2846,0,0,0,0),(76175,21809,530,1,1,0,1,2866.8,5552.24,147.069,2.38866,300,5,0,4892,2846,1,0,0,0),(76176,21809,530,1,1,0,1,2903.96,5475.89,148.822,1.405,300,5,0,4892,2846,1,0,0,0),(76177,21809,530,1,1,0,1,2879.54,5457.84,149.933,5.38117,300,5,0,4892,2846,1,0,0,0),(76178,21809,530,1,1,0,1,2852.64,5468.7,147.793,4.89017,300,5,0,4892,2846,1,0,0,0),(76179,21809,530,1,1,0,1,2784.65,5446.9,137.382,3.39842,300,5,0,4892,2846,1,0,0,0),(76180,21809,530,1,1,0,1,2822.81,5431.43,143.564,4.27118,300,5,0,4892,2846,1,0,0,0),(76181,21809,530,1,1,0,1,2871.68,5398.42,146.706,4.36779,300,5,0,4892,2846,1,0,0,0),(76182,21809,530,1,1,0,1,2845.68,5371.25,144.44,3.00038,300,5,0,4892,2846,1,0,0,0),(76183,21809,530,1,1,0,1,2748.55,5425.34,137.029,6.20851,300,5,0,4892,2846,1,0,0,0),(76184,21809,530,1,1,0,1,2712.31,5436.15,136.745,0.769014,300,0,0,4892,2846,2,0,0,0),(76185,21809,530,1,1,0,1,3087.01,5561.01,147.869,4.98626,300,5,0,4892,2846,1,0,0,0),(76186,21809,530,1,1,0,1,3008.44,5612.57,146.265,0.920459,300,5,0,4892,2846,1,0,0,0),(76187,21809,530,1,1,0,1,3038.41,5603.96,146.274,2.24968,300,5,0,4892,2846,1,0,0,0),(76188,21809,530,1,1,0,1,3053.35,5664.02,143.154,1.02035,300,5,0,4892,2846,1,0,0,0),(76189,21809,530,1,1,0,1,3047.63,5699.29,145.027,6.10344,300,0,0,4892,2846,2,0,0,0),(76190,21809,530,1,1,0,1,3015.84,5685.74,147.1,4.93201,300,5,0,4892,2846,1,0,0,0),(76191,21809,530,1,1,0,1,2981.52,5719.55,145.968,2.42735,300,5,0,4892,2846,1,0,0,0),(76192,21809,530,1,1,0,1,3102.85,5630.54,144.291,0.686571,300,0,0,4892,2846,2,0,0,0),(76193,21809,530,1,1,0,1,3133.94,5588.94,144.369,1.16744,300,0,0,4892,2846,2,0,0,0),(76194,21809,530,1,1,0,1,3154.78,5550.11,144.925,2.49751,300,5,0,4892,2846,1,0,0,0),(76195,21809,530,1,1,0,1,3142.74,5507.11,147.645,6.06045,300,5,0,4892,2846,1,0,0,0),(76196,21809,530,1,1,0,1,3178.05,5557.27,141.38,2.95232,300,0,0,4892,2846,2,0,0,0),(76197,21809,530,1,1,0,1,3163.51,5505.84,149.404,5.82028,300,5,0,4892,2846,1,0,0,0),(76198,21809,530,1,1,0,1,3237.86,5501.69,146.707,4.94884,300,5,0,4892,2846,1,0,0,0),(76199,21809,530,1,1,0,1,3128.34,5380.18,145.747,6.20694,300,5,0,4892,2846,1,0,0,0),(76200,21809,530,1,1,0,1,3118.27,5317.51,148.376,0.078968,300,5,0,4892,2846,1,0,0,0),(76201,21809,530,1,1,0,1,3093.28,5354.14,145.875,4.27348,300,5,0,4892,2846,1,0,0,0),(76202,21809,530,1,1,0,1,3342.95,5337.29,153.046,1.32606,300,5,0,4892,2846,1,0,0,0),(76203,21809,530,1,1,0,1,3359.78,5312.3,146.997,6.18439,300,5,0,4892,2846,1,0,0,0),(76204,21809,530,1,1,0,1,3308.59,5425.28,145.824,3.99726,300,5,0,4892,2846,1,0,0,0),(76205,21809,530,1,1,0,1,3395.1,5445.12,145.885,2.83312,300,5,0,4892,2846,1,0,0,0),(76206,21809,530,1,1,0,1,3396.59,5403.16,148.471,5.45692,300,5,0,4892,2846,1,0,0,0),(76207,21809,530,1,1,0,1,3458.49,5436.73,142.789,2.0292,300,5,0,4892,2846,1,0,0,0),(76208,21809,530,1,1,0,1,3378.37,5480.96,145.732,6.16077,300,5,0,4892,2846,1,0,0,0),(76209,21809,530,1,1,0,1,3140.05,6237.66,124.848,3.94444,300,0,0,4892,2846,0,0,0,0),(76210,21809,530,1,1,0,1,3192.35,6265.37,123.622,0.154132,300,5,0,4892,2846,1,0,0,0),(76211,21809,530,1,1,0,1,3216.89,6342.88,120.334,1.0472,300,0,0,4892,2846,0,0,0,0),(76212,21809,530,1,1,0,1,3225.01,6386.34,127.301,3.91797,300,5,0,4892,2846,1,0,0,0),(76213,21809,530,1,1,0,1,3237.39,6398.06,133.042,4.24609,300,5,0,4892,2846,1,0,0,0),(76214,21809,530,1,1,0,1,3095.34,5362.4,145.409,1.26109,300,5,0,4892,2846,1,0,0,0),(76215,21809,530,1,1,0,1,2879.12,5416.97,148.477,1.53774,300,5,0,4892,2846,1,0,0,0),(76216,21809,530,1,1,0,1,2877.56,5459.16,149.931,1.2612,300,5,0,4892,2846,1,0,0,0),(76217,21809,530,1,1,0,1,2893.32,5489.88,148.237,0.368717,300,5,0,4892,2846,1,0,0,0),(76218,21809,530,1,1,0,1,3011.8,5618.14,146.459,2.38724,300,5,0,4892,2846,1,0,0,0),(76219,21809,530,1,1,0,1,3037.67,5605.71,146.146,1.35523,300,5,0,4892,2846,1,0,0,0),(76220,21809,530,1,1,0,1,3083.67,5573.94,147.102,4.83868,300,5,0,4892,2846,1,0,0,0),(76221,21809,530,1,1,0,1,3164.11,5532.5,145.02,5.94438,300,5,0,4892,2846,1,0,0,0),(76222,21809,530,1,1,0,1,3138.63,5504.42,147.154,5.47767,300,5,0,4892,2846,1,0,0,0),(76223,21809,530,1,1,0,1,3185.48,5514.2,147.094,0.417999,300,5,0,4892,2846,1,0,0,0),(76224,21810,530,1,1,0,1,2908.18,5713.98,144.763,0.069813,300,0,0,6116,0,0,0,0,0),(76225,21810,530,1,1,0,1,2923.35,5663.04,147.076,4.24115,300,0,0,6116,0,0,0,0,0),(76226,21810,530,1,1,0,1,2798.66,5420.28,139.814,3.61283,300,0,0,6116,0,0,0,0,0),(76227,21810,530,1,1,0,1,2851.99,5414.91,147.763,0.650397,300,5,0,6116,0,1,0,0,0),(76228,21810,530,1,1,0,1,2822.01,5452.95,143.873,3.80169,300,5,0,6116,0,1,0,0,0),(76229,21810,530,1,1,0,1,2740.67,5421.89,136.95,1.55334,300,0,0,6116,0,0,0,0,0),(76230,21810,530,1,1,0,1,2761.55,5437.07,136.638,1.45138,300,0,0,6116,0,2,0,0,0),(76231,21810,530,1,1,0,1,2780.37,5412.93,138.789,5.39307,300,0,0,6116,0,0,0,0,0),(76232,21810,530,1,1,0,1,2723.45,5426.82,137.415,6.24828,300,0,0,6116,0,0,0,0,0),(76233,21810,530,1,1,0,1,3073.07,5585.38,145.885,5.20108,300,0,0,6116,0,0,0,0,0),(76234,21810,530,1,1,0,1,3056.99,5606.51,143.959,2.68781,300,0,0,6116,0,0,0,0,0),(76235,21810,530,1,1,0,1,3040.88,5714.73,144.773,4.97419,300,0,0,6116,0,0,0,0,0),(76236,21810,530,1,1,0,1,3097.68,5650.66,143.258,0.763771,300,0,0,6116,0,2,0,0,0),(76237,21810,530,1,1,0,1,3001.77,5734.09,143.814,3.31613,300,0,0,6116,0,0,0,0,0),(76238,21810,530,1,1,0,1,3084.4,5671.77,143.022,2.5126,300,0,0,6116,0,2,0,0,0),(76239,21810,530,1,1,0,1,3108.42,5633.73,143.785,3.7001,300,0,0,6116,0,0,0,0,0),(76240,21810,530,1,1,0,1,3102.85,5650.12,143.391,2.87979,300,0,0,6116,0,0,0,0,0),(76241,21810,530,1,1,0,1,3134.09,5599.36,143.438,2.82743,300,0,0,6116,0,0,0,0,0),(76242,21810,530,1,1,0,1,3160.4,5587.13,142.054,3.42063,300,0,0,6116,0,2,0,0,0),(76243,21810,530,1,1,0,1,3195.99,5546.16,141.372,4.36332,300,0,0,6116,0,0,0,0,0),(76244,21810,530,1,1,0,1,3211.93,5497.71,148.585,0.680678,300,0,0,6116,0,0,0,0,0),(76245,21810,530,1,1,0,1,3218.07,5526.81,144.123,1.71388,300,0,0,6116,0,2,0,0,0),(76246,21810,530,1,1,0,1,3103.28,5312.97,146.626,0.785398,300,0,0,6116,0,0,0,0,0),(76247,21810,530,1,1,0,1,3102.25,5346.52,147.003,1.71042,300,0,0,6116,0,0,0,0,0),(76248,21810,530,1,1,0,1,3376.48,5323.9,144.017,5.51524,300,0,0,6116,0,0,0,0,0),(76249,21810,530,1,1,0,1,3381.34,5387.94,147.752,4.67137,300,0,0,6116,0,2,0,0,0),(76250,21810,530,1,1,0,1,3405.74,5402.54,147.397,1.72788,300,0,0,6116,0,0,0,0,0),(76251,21810,530,1,1,0,1,3430.73,5446.9,144.081,1.20428,300,0,0,6116,0,0,0,0,0),(76252,21810,530,1,1,0,1,3392.02,5491.94,144.215,0.138667,300,0,0,6116,0,2,0,0,0),(76253,21810,530,1,1,0,1,3390.11,5498.68,144.309,4.03171,300,0,0,6116,0,0,0,0,0),(76254,21810,530,1,1,0,1,3474.05,5434.67,141.33,3.85718,300,0,0,6116,0,0,0,0,0),(76255,21810,530,1,1,0,1,3469.48,5411.69,142.121,2.50593,300,5,0,6116,0,1,0,0,0),(76256,21810,530,1,1,0,1,3155.69,6248.04,124.978,0.977384,300,5,0,6116,0,1,0,0,0),(76257,21810,530,1,1,0,1,3165.55,6259.94,124.464,0.410012,300,5,0,6116,0,1,0,0,0),(76258,21810,530,1,1,0,1,3195.97,6264.9,124.065,4.98442,300,5,0,6116,0,1,0,0,0),(76259,21810,530,1,1,0,1,3220.1,6321.4,122.53,1.59195,300,5,0,6116,0,1,0,0,0),(76260,21810,530,1,1,0,1,3215.66,6364.33,119.911,5.96903,300,0,0,6116,0,0,0,0,0),(76261,21810,530,1,1,0,1,3219.6,6363.66,120.13,2.93215,300,0,0,6116,0,0,0,0,0),(76262,21810,530,1,1,0,1,3234.68,6393.25,131.117,1.309,300,0,0,6116,0,2,0,0,0),(76263,21810,530,1,1,0,1,3250.35,6420.37,140.348,4.15388,300,5,0,6116,0,1,0,0,0),(76264,21810,530,1,1,0,1,2858.22,5463.39,148.18,3.03687,300,0,0,6116,0,0,0,0,0),(240308,19169,571,1,1,0,0,5889.57,550.355,639.637,1.57167,300,0,0,42,0,0,0,0,0),(127312,27806,0,1,1,24979,1,-4845.95,-861.944,501.997,4.4855,120,0,0,2215,0,0,0,0,0),(240012,23703,1,1,1,0,0,1199.48,-4300.39,21.3984,4.88501,300,0,0,37800,0,0,0,0,0),(240011,23703,0,1,1,0,0,-5159.52,-598.13,398.138,0.244922,300,0,0,37800,0,0,0,0,0),(240000,23872,230,1,1,0,0,881.614,-174.045,-43.9252,5.25006,7200,0,0,160000,0,0,0,0,0),(240004,24202,1,1,1,0,0,1634.64,-4404,16.189,6.247,300,0,0,1,0,0,0,0,0),(240005,24203,0,1,1,0,0,-4970.77,-1209.34,501.829,4.54968,300,0,0,1,0,0,0,0,0),(240006,24203,1,1,1,0,0,1946.27,-4686.62,25.4058,5.20635,300,0,0,1,0,0,0,0,0),(240003,24202,0,1,1,0,0,-4916.68,-948.674,501.512,5.39792,300,0,0,1,0,0,0,0,0),(245812,25973,547,3,1,0,0,-125.277,-145.463,-1.95209,4.97877,86400,0,0,42,0,0,0,0,0),(245801,28015,547,3,1,11686,0,-72.99,-159.073,-2.19389,5.20431,86400,0,0,4120,0,0,0,33554432,0),(245800,28015,547,3,1,11686,0,-97.3473,-233.139,-1.27587,4.72914,86400,0,0,4120,0,0,0,33554432,0),(63452,35611,0,1,1,0,1,1333.58,320.99,-63.6309,2.89725,300,0,0,1,1,0,0,0,0),(76315,21814,530,1,1,0,0,1780.28,5662.55,267.057,0.767945,300,0,0,6986,0,0,0,0,0),(76316,21814,530,1,1,0,0,1784.61,5593.97,266.852,4.78221,300,0,0,6986,0,0,0,0,0),(76317,21814,530,1,1,0,0,1723.78,5666.23,266.675,3.7001,300,0,0,6986,0,0,0,0,0),(76318,21814,530,1,1,0,0,1595.82,5571.02,270.002,3.01942,300,0,0,6986,0,0,0,0,0),(76319,21814,530,1,1,0,0,1687.4,5521.88,267.332,5.79449,300,0,0,6986,0,0,0,0,0),(76320,21814,530,1,1,0,0,1560.49,5552.28,263.829,3.54302,300,0,0,6986,0,0,0,0,0),(76321,21814,530,1,1,0,0,1609.97,5506.14,273.222,0.698132,300,0,0,6986,0,0,0,0,0),(76322,21814,530,1,1,0,0,1545.56,5608.18,265.513,2.35619,300,0,0,6986,0,0,0,0,0),(76323,21814,530,1,1,0,0,1544.83,5500.74,269.824,2.09439,300,0,0,6986,0,0,0,0,0),(76324,21814,530,1,1,0,0,1574.03,5483.32,266.771,1.62316,300,0,0,6986,0,0,0,0,0),(76325,21814,530,1,1,0,0,1539.94,5465.52,265.574,4.38078,300,0,0,6986,0,0,0,0,0),(76326,21814,530,1,1,0,0,1583.92,5372.43,266.343,4.31097,300,0,0,6986,0,0,0,0,0),(76327,21814,530,1,1,0,0,1569.27,5404.56,265.766,1.3439,300,0,0,6986,0,0,0,0,0),(76328,21814,530,1,1,0,0,1639.63,5452.39,265.134,5.44543,300,0,0,6986,0,0,0,0,0),(76329,21814,530,1,1,0,0,1613.17,5397.33,268.323,0.349066,300,0,0,6986,0,0,0,0,0),(76330,21814,530,1,1,0,0,1645.46,5470.99,266.209,0.785398,300,0,0,6986,0,0,0,0,0),(76331,21814,530,1,1,0,0,1591.92,5344.77,265.208,5.63741,300,0,0,6986,0,0,0,0,0),(76332,21814,530,1,1,0,0,1675.16,5374.22,268.054,3.9619,300,0,0,6986,0,0,0,0,0),(76333,21814,530,1,1,0,0,1659.76,5439,263.529,4.20625,300,0,0,6986,0,0,0,0,0),(76334,21814,530,1,1,0,0,1628.78,5169.84,266.409,1.98968,300,0,0,6986,0,0,0,0,0),(76335,21814,530,1,1,0,0,1680.1,5196.22,268.144,6.05629,300,0,0,6986,0,0,0,0,0),(76336,21814,530,1,1,0,0,1629.48,5133.86,266.509,2.74017,300,0,0,6986,0,0,0,0,0),(76337,21814,530,1,1,0,0,1670.73,5218.89,268.581,1.8326,300,0,0,6986,0,0,0,0,0),(76338,21814,530,1,1,0,0,1705.46,5242.24,269.294,4.38078,300,0,0,6986,0,0,0,0,0),(76339,21814,530,1,1,0,0,1587.33,5259.39,267.878,1.93731,300,0,0,6986,0,0,0,0,0),(76340,21814,530,1,1,0,0,1631.03,5285.76,267.029,0.942478,300,0,0,6986,0,0,0,0,0),(76341,21814,530,1,1,0,0,1655.63,5298.74,265.963,4.7473,300,0,0,6986,0,0,0,0,0),(76342,21814,530,1,1,0,0,1676.58,5313.13,267.141,0.349066,300,0,0,6986,0,0,0,0,0),(76343,21814,530,1,1,0,0,1684.25,5289.79,266.87,5.68977,300,0,0,6986,0,0,0,0,0),(76344,21814,530,1,1,0,0,1564.39,5312.28,267.175,2.25148,300,0,0,6986,0,0,0,0,0),(76345,21814,530,1,1,0,0,1636.22,5316.02,265.787,5.93412,300,0,0,6986,0,0,0,0,0),(76346,21814,530,1,1,0,0,1684.3,5346.94,265.445,2.16421,300,0,0,6986,0,0,0,0,0),(76347,21815,530,1,1,0,0,-3258.06,698.529,-0.147841,0.109289,300,5,0,6761,0,1,0,0,0),(76348,21815,530,1,1,0,0,-3333.11,693.652,-1.89475,2.17505,300,5,0,6761,0,1,0,0,0),(76349,21815,530,1,1,0,0,-3311.53,681.949,3.57055,4.50295,300,0,0,6761,0,0,0,0,0),(76350,21815,530,1,1,0,0,-3352.51,653.728,8.90633,4.55531,300,0,0,6761,0,0,0,0,0),(76351,21815,530,1,1,0,0,-3389.03,685.481,4.64398,4.55531,300,0,0,6761,0,0,0,0,0),(76352,21815,530,1,1,0,0,-3417.53,655.185,8.10019,4.45059,300,0,0,6761,0,0,0,0,0),(76353,21815,530,1,1,0,0,-3417.83,683.332,3.42784,4.5204,300,0,0,6761,0,0,0,0,0),(76354,21815,530,1,1,0,0,-3450.73,667.359,3.02858,5.9052,300,5,0,6761,0,1,0,0,0),(76355,21815,530,1,1,0,0,-3448.87,681.795,1.90207,4.39823,300,0,0,6761,0,0,0,0,0),(76356,21815,530,1,1,0,0,-3449.61,651.914,5.48536,4.41568,300,0,0,6761,0,0,0,0,0),(76357,21815,530,1,1,0,0,-3618.23,712.812,-5.62207,4.55531,300,0,0,6761,0,0,0,0,0),(76358,21815,530,1,1,0,0,-3633.06,688.628,-0.872612,4.60767,300,0,0,6761,0,0,0,0,0),(76359,21815,530,1,1,0,0,-3658.89,678.813,2.39562,4.08407,300,0,0,6761,0,0,0,0,0),(76360,21815,530,1,1,0,0,-3649.91,715.165,-0.439142,4.81711,300,0,0,6761,0,0,0,0,0),(76361,21815,530,1,1,0,0,-3678.88,663.508,1.81879,1.89872,300,5,0,6761,0,1,0,0,0),(76362,21815,530,1,1,0,0,-3730.58,673.513,4.35663,3.22571,300,5,0,6761,0,1,0,0,0),(76363,21815,530,1,1,0,0,-3711.67,746.022,4.24517,2.98673,300,5,0,6761,0,1,0,0,0),(76364,21815,530,1,1,0,0,-3717.94,746.993,5.18049,2.98865,300,5,0,6761,0,1,0,0,0),(76365,21815,530,1,1,0,0,-3733.26,733.125,8.4431,4.72984,300,0,0,6761,0,0,0,0,0),(76366,21815,530,1,1,0,0,-3716.77,684.095,2.97334,4.59022,300,0,0,6761,0,0,0,0,0),(76367,21815,530,1,1,0,0,-3682.75,684.471,4.11466,4.67748,300,0,0,6761,0,0,0,0,0),(76368,21815,530,1,1,0,0,-3699.59,733.226,2.86307,4.59022,300,0,0,6761,0,0,0,0,0),(76369,21815,530,1,1,0,0,-3682.72,715.336,1.83526,4.5204,300,0,0,6761,0,0,0,0,0),(76370,21815,530,1,1,0,0,-3717.39,716.184,5.91291,4.31096,300,0,0,6761,0,0,0,0,0),(76371,21815,530,1,1,0,0,-3736.5,703.901,5.2312,0.11346,300,5,0,6761,0,1,0,0,0),(76372,21815,530,1,1,0,0,-3750.56,716.819,8.73649,4.53786,300,0,0,6761,0,0,0,0,0),(76373,21815,530,1,1,0,0,-3789.22,736.172,12.6007,0.133117,300,5,0,6761,0,1,0,0,0),(76374,21815,530,1,1,0,0,-3840.64,702.65,7.48862,3.87034,300,5,0,6761,0,1,0,0,0),(76375,21815,530,1,1,0,0,-3876.72,681.143,4.05297,1.52783,300,5,0,6761,0,1,0,0,0),(76376,21815,530,1,1,0,0,-3886.82,712.947,8.29974,1.82762,300,5,0,6761,0,1,0,0,0),(76377,21816,530,1,1,0,0,-2645.27,3175.82,6.40667,4.0044,300,5,0,5527,0,1,0,0,0),(76378,21816,530,1,1,0,0,-2581.94,3188.92,4.35183,2.43985,300,5,0,5527,0,1,0,0,0),(76379,21816,530,1,1,0,0,-2208.17,3127.32,-25.4484,1.27345,300,5,0,5527,0,1,0,0,0),(76380,21816,530,1,1,0,0,-2145.51,3114.3,-46.61,4.73881,300,5,0,5527,0,1,0,0,0),(76381,21816,530,1,1,0,0,-2147.9,3185.51,-31.2219,2.06718,300,5,0,5527,0,1,0,0,0),(76382,21816,530,1,1,0,0,-2122.09,3155.48,-45.2612,2.07631,300,5,0,5527,0,1,0,0,0),(76383,21816,530,1,1,0,0,-2123.1,3212.95,-38.5284,6.16077,300,5,0,5527,0,1,0,0,0),(76384,21816,530,1,1,0,0,-2087.51,3111.29,-55.7209,6.16682,300,5,0,5527,0,1,0,0,0),(76385,21816,530,1,1,0,0,-2075.5,3186.49,-58.5406,6.10412,300,5,0,5527,0,1,0,0,0),(76386,21816,530,1,1,0,0,-2059,3212.98,-59.4189,4.38631,300,5,0,5527,0,1,0,0,0),(76387,21816,530,1,1,0,0,-2089.64,3252.6,-58.4384,5.58695,300,5,0,5527,0,1,0,0,0),(76388,21816,530,1,1,0,0,-2886.56,3780.25,0.5109,2.04338,300,5,0,5527,0,1,0,0,0),(76389,21816,530,1,1,0,0,-2679.17,3929.17,-5.81194,1.40938,300,5,0,5527,0,1,0,0,0),(76390,21816,530,1,1,0,0,-2241.98,3970.34,-21.4594,1.52976,300,5,0,5527,0,1,0,0,0),(76391,21816,530,1,1,0,0,-2219.73,3970.39,-13.436,2.39904,300,5,0,5527,0,1,0,0,0),(76392,21816,530,1,1,0,0,-2113.97,3419.03,-49.2757,2.83312,300,5,0,5527,0,1,0,0,0),(76393,21816,530,1,1,0,0,-2121.68,3481.39,-56.9403,0.33663,300,5,0,5527,0,1,0,0,0),(76394,21816,530,1,1,0,0,-2097.76,3443.94,-67.638,3.26607,300,5,0,5527,0,1,0,0,0),(76395,21816,530,1,1,0,0,-2079.25,3389.44,-57.5234,2.47935,300,5,0,5527,0,1,0,0,0),(76396,21816,530,1,1,0,0,-2118.45,3351.77,-53.5882,0.11169,300,5,0,5527,0,1,0,0,0),(76397,21816,530,1,1,0,0,-2072.11,3511.09,-63.3266,3.31734,300,5,0,5527,0,1,0,0,0),(76398,21816,530,1,1,0,0,-2124.76,3557.32,-53.8639,5.85446,300,5,0,5527,0,1,0,0,0),(76399,21816,530,1,1,0,0,-2066.91,3557.89,-74.9106,5.31719,300,5,0,5527,0,1,0,0,0),(76400,21816,530,1,1,0,0,-2546.21,4994.86,20.1601,0.824421,300,5,0,5527,0,1,0,0,0),(76401,21816,530,1,1,0,0,-2548.47,5041.17,13.7744,0.329478,300,5,0,5527,0,1,0,0,0),(76402,21816,530,1,1,0,0,-2414,5455.99,2.49986,0.710745,300,5,0,5527,0,1,0,0,0),(76403,21816,530,1,1,0,0,-2288.81,5376.76,-1.6699,2.95781,300,5,0,5527,0,1,0,0,0),(76404,21816,530,1,1,0,0,-2178.86,5225.39,-1.99536,0.782636,300,5,0,5527,0,1,0,0,0),(76405,21816,530,1,1,0,0,-2315.64,5485.08,1.51482,3.24294,300,5,0,5527,0,1,0,0,0),(76406,21819,530,1,1,0,0,1919.32,5630.07,253.563,5.88176,300,0,0,42,0,0,0,0,0),(76407,21819,530,1,1,0,0,1891.51,5616.6,253.128,3.10669,300,0,0,42,0,0,0,0,0),(76408,21819,530,1,1,0,0,1881.03,5609.8,254.468,1.16937,300,0,0,42,0,0,0,0,0),(76409,21819,530,1,1,0,0,1978.62,5600.4,257.002,3.38594,300,0,0,42,0,0,0,0,0),(76410,21819,530,1,1,0,0,1958.78,5617.41,257.648,0.139626,300,0,0,42,0,0,0,0,0),(76411,21819,530,1,1,0,0,1974.15,5612.12,257.463,2.40855,300,0,0,42,0,0,0,0,0),(76412,21822,530,1,1,0,1,-3016.56,860.527,-10.1496,3.63029,300,0,0,6761,0,0,0,0,0),(76413,21824,530,1,1,0,1,1921.62,5569.3,263.822,3.57792,300,0,0,6542,0,0,0,0,0),(76414,21826,530,1,1,0,1,-3765.8,1071.98,58.3175,3.08923,300,0,0,7266,3155,0,0,0,0),(76415,21827,530,1,1,0,1,-3749.31,1033.3,89.7322,3.78612,300,0,0,6148,3155,0,0,0,0),(23427,7386,0,1,1,0,0,-8632.05,921.279,99.3828,3.8978,180,0,0,42,0,0,0,0,0),(76427,21839,530,1,1,0,0,1681.86,4783.61,142.388,5.03715,300,5,0,6505,0,1,0,0,0),(76426,21839,530,1,1,0,0,1653.07,4782.23,143.727,4.88038,300,5,0,6505,0,1,0,0,0),(76425,21839,530,1,1,0,0,1913.89,4736.14,142.625,4.48281,300,5,0,6505,0,1,0,0,0),(76424,21839,530,1,1,0,0,2203.51,4863.22,152.513,5.81858,300,5,0,6505,0,1,0,0,0),(76423,21839,530,1,1,0,0,2014.75,4798.06,145.32,1.4416,300,5,0,6505,0,1,0,0,0),(76422,21839,530,1,1,0,0,2077.85,4918.75,148.948,1.31312,300,0,0,6505,0,0,0,0,0),(76421,21839,530,1,1,0,0,1997.37,4842.61,144.408,4.31857,300,5,0,6505,0,1,0,0,0),(76420,21839,530,1,1,0,0,2013.29,4938.56,138.913,1.22403,300,5,0,6505,0,1,0,0,0),(76419,21839,530,1,1,0,0,1884.81,4877.72,144.636,5.62888,300,5,0,6505,0,1,0,0,0),(76418,21839,530,1,1,0,0,1822.11,4805.62,146.885,2.21376,300,5,0,6505,0,1,0,0,0),(76417,21839,530,1,1,0,0,1695.64,4816.96,147.824,4.53456,300,5,0,6505,0,1,0,0,0),(76428,21840,530,1,1,0,0,1732.02,4807.28,169.138,3.21219,300,5,0,5914,0,1,0,0,0),(76429,21840,530,1,1,0,0,1663.15,4788.52,159.662,1.47259,300,5,0,5914,0,1,0,0,0),(76430,21840,530,1,1,0,0,1712.02,4797.39,154.099,3.81016,300,5,0,5914,0,1,0,0,0),(76431,21840,530,1,1,0,0,1712.08,4734.23,158.538,3.43266,300,5,0,5914,0,1,0,0,0),(76432,21840,530,1,1,0,0,1845.04,4794.46,167.092,4.86091,300,5,0,5914,0,1,0,0,0),(76433,21840,530,1,1,0,0,1864.63,4905.18,159.692,0.315336,300,5,0,5914,0,1,0,0,0),(76434,21840,530,1,1,0,0,1939.68,4908.13,165.397,4.39756,300,5,0,5914,0,1,0,0,0),(76435,21840,530,1,1,0,0,1996.4,4814.06,165.631,3.02151,300,5,0,5914,0,1,0,0,0),(76436,21840,530,1,1,0,0,1936.44,4672.97,149.009,6.05087,300,5,0,5914,0,1,0,0,0),(76437,21840,530,1,1,0,0,1699.88,4768.86,153.897,5.11521,300,5,0,5914,0,1,0,0,0),(76438,21840,530,1,1,0,0,1706.13,4731.73,158.186,3.62805,300,5,0,5914,0,1,0,0,0),(76439,21840,530,1,1,0,0,1730.07,4692.48,161.8,3.8912,300,5,0,5914,0,1,0,0,0),(76440,21840,530,1,1,0,0,1669.3,4746.71,161.553,2.00428,300,5,0,5914,0,1,0,0,0),(76441,21840,530,1,1,0,0,1629.07,4746.32,161.867,4.95253,300,5,0,5914,0,1,0,0,0),(16212,23398,564,1,1,11686,0,579.877,46.0017,112.411,3.29428,10,5,0,3912,3155,1,0,0,0),(16211,23398,564,1,1,11686,0,588.575,36.403,112.759,4.20738,10,5,0,3912,3155,1,0,0,0),(76446,21846,530,1,1,0,1,-3739.48,5271.71,-16.0977,0.523599,300,0,0,6986,0,0,0,0,0),(76447,21847,530,1,1,0,0,444.584,2891.27,52.5951,6.02139,300,0,0,3052,0,0,0,0,0),(76448,21847,530,1,1,0,0,420.662,2897.65,52.4808,3.57792,300,0,0,3052,0,0,0,0,0),(76449,21847,530,1,1,0,0,431.132,2881.84,52.6058,1.71042,300,0,0,3052,0,0,0,0,0),(76450,21849,530,1,1,0,0,-2768.91,4749.02,-8.21634,5.07423,300,5,0,5715,0,1,0,0,0),(76451,21849,530,1,1,0,0,-3342.25,4546.8,-21.3338,2.88809,300,5,0,5715,0,1,0,0,0),(76452,21849,530,1,1,0,0,-3021.75,4639.29,-21.381,3.08474,300,5,0,5715,0,1,0,0,0),(76453,21849,530,1,1,0,0,-3118,4476.11,-21.6089,1.20734,300,5,0,5715,0,1,0,0,0),(76454,21851,530,1,1,0,0,3697.32,6702.27,132.765,2.74017,300,0,0,42,0,0,0,0,0),(76455,21852,530,1,1,0,1,-3721.85,5264.29,-18.7304,2.9147,300,0,0,5715,0,0,0,0,0),(76456,21854,530,1,1,0,0,-1310.39,5287.18,50.5916,0.435947,300,5,0,5341,0,1,0,0,0),(76457,21854,530,1,1,0,0,-1278.22,5327.55,28.886,2.35883,300,5,0,5341,0,1,0,0,0),(76458,21854,530,1,1,0,0,-1275.72,5388.15,18.7357,2.73599,300,5,0,5341,0,1,0,0,0),(76459,21854,530,1,1,0,0,-1184.22,5217.44,34.5899,3.45624,300,5,0,5341,0,1,0,0,0),(76460,21854,530,1,1,0,0,-1224.02,5183.37,59.9481,1.85608,300,5,0,5341,0,1,0,0,0),(76461,21854,530,1,1,0,0,-1295.38,5422.85,34.0729,0.540587,300,5,0,5341,0,1,0,0,0),(76462,21854,530,1,1,0,0,-1198.68,5150.54,26.0507,4.9329,300,5,0,5341,0,1,0,0,0),(76463,21854,530,1,1,0,0,-1789.7,3817.15,40.2106,5.6432,300,5,0,5341,0,1,0,0,0),(76464,21854,530,1,1,0,0,-1816.42,3791.53,25.9727,6.00837,300,5,0,5341,0,1,0,0,0),(76465,21854,530,1,1,0,0,-1798.15,3760.57,43.799,4.97683,300,5,0,5341,0,1,0,0,0),(76466,21854,530,1,1,0,0,-2347.4,4382.5,11.3281,4.60669,300,5,0,5341,0,1,0,0,0),(76467,21854,530,1,1,0,0,-2349.09,5043.87,0.34831,2.81892,300,5,0,5341,0,1,0,0,0),(76468,21854,530,1,1,0,0,-2310.13,4950.56,-0.608487,3.59126,300,5,0,5341,0,1,0,0,0),(76469,21854,530,1,1,0,0,-2180.07,5026.75,-14.0344,1.42628,300,5,0,5341,0,1,0,0,0),(76470,21854,530,1,1,0,0,-2162.93,5051.68,-14.8608,0.949117,300,5,0,5341,0,1,0,0,0),(76471,21854,530,1,1,0,0,-2292.32,4778.08,2.26481,3.31357,300,5,0,5341,0,1,0,0,0),(76472,21854,530,1,1,0,0,-2314.2,4730.66,12.5608,4.29595,300,5,0,5341,0,1,0,0,0),(76473,21854,530,1,1,0,0,-2262.74,4715.83,-1.45946,5.85204,300,0,0,5341,0,0,0,0,0),(76474,21854,530,1,1,0,0,-2271.17,4652.44,2.32332,5.49376,300,5,0,5341,0,1,0,0,0),(76475,21854,530,1,1,0,0,-2295.91,4512.45,14.5138,0.733542,300,5,0,5341,0,1,0,0,0),(76476,21854,530,1,1,0,0,-2277.01,4460.55,8.41795,2.03278,300,5,0,5341,0,1,0,0,0),(76477,21854,530,1,1,0,0,-2022.82,5046.19,30.2745,3.87829,300,5,0,5341,0,1,0,0,0),(76478,21854,530,1,1,0,0,-1770.09,4883.38,5.49683,0.643728,300,5,0,5341,0,1,0,0,0),(76479,21854,530,1,1,0,0,-1695.43,4518.94,5.51154,4.3528,300,5,0,5341,0,1,0,0,0),(76480,21854,530,1,1,0,0,-1521.21,4341.08,51.4891,5.66377,300,5,0,5341,0,1,0,0,0),(76481,21854,530,1,1,0,0,-1459.35,4440.05,73.4016,0.802705,300,5,0,5341,0,1,0,0,0),(76482,21854,530,1,1,0,0,-1277.26,5129.4,40.9091,0.929766,300,5,0,5341,0,1,0,0,0),(76483,21854,530,1,1,0,0,-1577.31,5022.99,-6.7851,0.859453,300,5,0,5341,0,1,0,0,0),(76484,21854,530,1,1,0,0,-1546.53,4970.13,7.05717,5.83533,300,5,0,5341,0,1,0,0,0),(76485,21854,530,1,1,0,0,-1644.61,5023.75,2.73779,2.37082,300,5,0,5341,0,1,0,0,0),(76486,21854,530,1,1,0,0,-1710.07,5001.1,2.69315,2.35067,300,5,0,5341,0,1,0,0,0),(76487,21854,530,1,1,0,0,-1788,5024.1,6.01369,4.06479,300,5,0,5341,0,1,0,0,0),(76488,21855,530,1,1,0,0,-3686.09,3702.04,279.967,2.72271,300,0,0,42,0,0,0,0,0),(76489,21855,530,1,1,0,0,-4178.48,3115.73,323.408,1.90241,300,0,0,42,0,0,0,0,0),(76490,21855,530,1,1,0,0,-3675.61,3374.4,283.677,3.94444,300,0,0,42,0,0,0,0,0),(76491,21855,530,1,1,0,0,-3862.34,3532.47,278.534,5.60251,300,0,0,42,0,0,0,0,0),(76492,21856,530,1,1,0,0,-3684.75,3705.73,279.338,0.977384,300,5,0,42,0,1,0,0,0),(76493,21856,530,1,1,0,0,-4175.01,3114.48,323.165,6.17846,300,5,0,42,0,1,0,0,0),(76494,21856,530,1,1,0,0,-3678.98,3373.52,283.233,1.18682,300,5,0,42,0,1,0,0,0),(76495,21856,530,1,1,0,0,-3860.52,3529.21,278.512,2.30383,300,5,0,42,0,1,0,0,0),(76496,21858,530,1,1,0,1,-2764.97,5057.4,-6.50681,5.5676,300,0,0,16767,3155,0,0,0,0),(76497,21858,530,1,1,0,1,-2760.68,5062.19,-4.75681,5.70723,300,5,0,16767,3155,1,0,0,0),(76498,21858,530,1,1,0,1,-2818.15,5135.87,-13.2351,3.1758,300,5,0,16767,3155,1,0,0,0),(76499,21858,530,1,1,0,1,-2881.17,5065.84,-20.543,3.4383,300,5,0,16767,3155,1,0,0,0),(76500,21858,530,1,1,0,1,-3765.36,5410.59,-2.93987,1.29154,300,0,0,16767,3155,0,0,0,0),(76501,21858,530,1,1,0,1,-3747.19,5413.39,-3.31487,5.21853,300,0,0,16767,3155,0,0,0,0),(76502,21858,530,1,1,0,1,-3764.5,5383.06,-7.49944,4.64258,300,0,0,16767,3155,0,0,0,0),(76503,21858,530,1,1,0,1,-3767.59,5394.84,-5.18191,2.50236,300,5,0,16767,3155,1,0,0,0),(76504,21858,530,1,1,0,1,-3734.34,5379.68,-7.49944,4.62512,300,0,0,16767,3155,0,0,0,0),(76505,21858,530,1,1,0,1,-3775.03,5177.8,-24.0883,0.030397,300,0,0,16767,3155,0,0,0,0),(76506,21858,530,1,1,0,1,-3759.26,5147.53,-22.8097,5.60251,300,0,0,16767,3155,0,0,0,0),(76507,21858,530,1,1,0,1,-3765.17,5083.43,-18.948,0.379265,300,0,0,16767,3155,0,0,0,0),(76508,21859,530,1,1,0,1,-3691.57,5220.81,-21.1431,2.54818,300,0,0,6986,0,0,0,0,0),(76509,21859,530,1,1,0,1,-3750.03,5125.17,-21.9827,5.35816,300,0,0,6986,0,0,0,0,0),(76510,21859,530,1,1,0,1,-3733.21,5061.52,-17.6918,0.628319,300,0,0,6986,0,0,0,0,0),(76511,21860,530,1,1,0,1,-3019.8,859.135,-9.78624,6.12611,300,0,0,5409,3080,0,0,0,0),(76512,21864,530,1,1,0,0,-2992.64,281.644,-3.90234,2.31887,300,5,0,6542,0,1,0,0,0),(76513,21864,530,1,1,0,0,-2947.9,360.193,-12.4962,6.16384,300,5,0,6542,0,1,0,0,0),(76514,21864,530,1,1,0,0,-3052.32,354.4,9.6575,0.548457,300,5,0,6542,0,1,0,0,0),(76515,21864,530,1,1,0,0,-3018.96,446.94,-4.2177,3.42875,300,5,0,6542,0,1,0,0,0),(76516,21864,530,1,1,0,0,-2999.35,469.899,-18.032,4.73582,300,5,0,6542,0,1,0,0,0),(76517,21864,530,1,1,0,0,-3013.45,543.057,-3.94584,5.24816,300,0,0,6542,0,0,0,0,0),(76518,21864,530,1,1,0,0,-3008.49,534.462,-4.83329,5.212,300,0,0,6542,0,0,0,0,0),(76519,21864,530,1,1,0,0,-2983.08,571.664,20.481,0.734267,300,5,0,6542,0,1,0,0,0),(76522,21869,530,1,1,0,0,-3533.92,5282.32,-19.7993,1.08314,300,5,0,5914,0,1,0,0,0),(76523,21869,530,1,1,0,0,-3685.48,5114.48,-22.2751,3.62872,300,5,0,5914,0,1,0,0,0),(76524,21869,530,1,1,0,0,-3496.87,5161.83,-22.0905,0.710395,300,5,0,5914,0,1,0,0,0),(76525,21869,530,1,1,0,0,-3519.89,5149.55,-21.5443,0.446182,300,5,0,5914,0,1,0,0,0),(76526,21869,530,1,1,0,0,-3457.55,5192.27,-20.2542,0.598113,300,5,0,5914,0,1,0,0,0),(76527,21869,530,1,1,0,0,-3440.82,5247.59,-20.4372,5.83448,300,5,0,5914,0,1,0,0,0),(76528,21869,530,1,1,0,0,-3452.59,5261.91,-20.1536,5.69249,300,5,0,5914,0,1,0,0,0),(76529,21869,530,1,1,0,0,-3419.19,5212.09,-22.1901,5.39963,300,5,0,5914,0,1,0,0,0),(76530,21869,530,1,1,0,0,-3421.86,5201.11,-21.733,0.433089,300,5,0,5914,0,1,0,0,0),(76531,21869,530,1,1,0,0,-3403.17,5180.89,-22.5691,5.812,300,5,0,5914,0,1,0,0,0),(76532,21869,530,1,1,0,0,-3388.7,5181.27,-22.4147,5.11724,300,5,0,5914,0,1,0,0,0),(76533,21869,530,1,1,0,0,-3339.51,5185.61,-21.3066,4.67901,300,5,0,5914,0,1,0,0,0),(76534,21869,530,1,1,0,0,-3364.63,5172.16,-16.589,4.94248,300,5,0,5914,0,1,0,0,0),(76535,21869,530,1,1,0,0,-3334.79,5203.84,-21.4122,5.1437,300,5,0,5914,0,1,0,0,0),(76536,21869,530,1,1,0,0,-3377.99,5221.02,-21.4478,0.071307,300,5,0,5914,0,1,0,0,0),(76537,21869,530,1,1,0,0,-3467.34,5184.53,-21.0291,0.164828,300,5,0,5914,0,1,0,0,0),(76538,21869,530,1,1,0,0,-3451.08,5196.29,-20.6529,0.339347,300,5,0,5914,0,1,0,0,0),(76539,21869,530,1,1,0,0,-3448.43,5187.68,-20.3767,0.164824,300,5,0,5914,0,1,0,0,0),(76540,21869,530,1,1,0,0,-3506.04,5153.93,-21.9353,0.710395,300,5,0,5914,0,1,0,0,0),(76541,21869,530,1,1,0,0,-3534,5131.57,-21.8022,0.899297,300,5,0,5914,0,1,0,0,0),(76542,21869,530,1,1,0,0,-3555.08,5114.32,-21.6776,0.421088,300,5,0,5914,0,1,0,0,0),(76543,21869,530,1,1,0,0,-3618.9,5031.76,-20.9755,1.29443,300,5,0,5914,0,1,0,0,0),(76544,21869,530,1,1,0,0,-3608.33,5072.71,-21.5205,0.56205,300,5,0,5914,0,1,0,0,0),(76545,21869,530,1,1,0,0,-3677.2,5043.51,-20.9702,5.36805,300,5,0,5914,0,1,0,0,0),(76546,21869,530,1,1,0,0,-3667.22,5091.68,-21.4128,5.34823,300,5,0,5914,0,1,0,0,0),(76547,21870,530,1,1,0,0,-3541.51,5332.54,-19.0864,0.547998,300,5,0,5914,0,1,0,0,0),(76548,21870,530,1,1,0,0,-3732.48,5158.89,-22.1247,3.4383,300,5,0,5914,0,1,0,0,0),(76549,21870,530,1,1,0,0,-3496.23,5243.74,-20.6472,0.291308,300,5,0,5914,0,1,0,0,0),(76550,21870,530,1,1,0,0,-3474.83,5184.86,-21.4527,0.417332,300,5,0,5914,0,1,0,0,0),(76551,21870,530,1,1,0,0,-3514.52,5146.57,-20.9746,0.723381,300,5,0,5914,0,1,0,0,0),(76552,21870,530,1,1,0,0,-3451.91,5196,-20.5745,0.339347,300,5,0,5914,0,1,0,0,0),(76553,21870,530,1,1,0,0,-3407.99,5183.35,-22.467,5.812,300,5,0,5914,0,1,0,0,0),(76554,21870,530,1,1,0,0,-3326.81,5194.94,-21.8196,4.6705,300,5,0,5914,0,1,0,0,0),(76555,21870,530,1,1,0,0,-3345.4,5148.04,-9.06841,3.34904,300,5,0,5914,0,1,0,0,0),(76556,21870,530,1,1,0,0,-3413.93,5186.37,-22.3413,5.812,300,5,0,5914,0,1,0,0,0),(76557,21870,530,1,1,0,0,-3331.44,5176.35,-20.0502,4.46369,300,5,0,5914,0,1,0,0,0),(76558,21870,530,1,1,0,0,-3423.31,5188.43,-21.7616,0.008789,300,5,0,5914,0,1,0,0,0),(76559,21870,530,1,1,0,0,-3417.71,5212.28,-22.337,5.72576,300,5,0,5914,0,1,0,0,0),(76560,21870,530,1,1,0,0,-3357.17,5222.51,-22.4233,0.070614,300,5,0,5914,0,1,0,0,0),(76561,21870,530,1,1,0,0,-3515.99,5147.4,-21.583,0.676724,300,5,0,5914,0,1,0,0,0),(76562,21870,530,1,1,0,0,-3554.43,5114.61,-21.7053,0.421088,300,5,0,5914,0,1,0,0,0),(76563,21870,530,1,1,0,0,-3585.72,5071.98,-20.7631,1.04729,300,5,0,5914,0,1,0,0,0),(76564,21870,530,1,1,0,0,-3613.53,5063.31,-21.1758,1.15654,300,5,0,5914,0,1,0,0,0),(76565,21870,530,1,1,0,0,-3592.77,5080.76,-20.934,0.395602,300,5,0,5914,0,1,0,0,0),(76566,21870,530,1,1,0,0,-3630.12,5027.2,-20.4043,0.291457,300,5,0,5914,0,1,0,0,0),(76567,21870,530,1,1,0,0,-3638.67,5024.97,-21.4374,5.72132,300,5,0,5914,0,1,0,0,0),(76568,21870,530,1,1,0,0,-3639.23,5034.44,-20.8792,5.93982,300,5,0,5914,0,1,0,0,0),(76569,21870,530,1,1,0,0,-3668.81,5048.14,-21.3733,5.53092,300,5,0,5914,0,1,0,0,0),(76570,21870,530,1,1,0,0,-3669.05,5100.14,-21.6827,4.74006,300,5,0,5914,0,1,0,0,0),(76571,21870,530,1,1,0,0,-3662.74,5078.89,-21.7091,4.73354,300,5,0,5914,0,1,0,0,0),(76572,21870,530,1,1,0,0,-3732.9,5063.5,-17.595,0.628319,300,5,0,5914,0,1,0,0,0),(76573,21872,530,1,1,0,0,-4540.81,1018.71,10.4653,5.77704,300,0,0,4979,0,0,0,0,0),(70525,20889,530,1,1,0,0,3675.78,5987.85,266.211,3.68788,600,0,0,42,0,0,0,0,0),(70523,20889,530,1,1,0,0,3669.47,5997.84,266.159,3.78518,600,0,0,42,0,0,0,0,0),(70522,20889,530,1,1,0,0,3636.56,6168.06,273.581,2.80343,600,0,0,42,0,0,0,0,0),(70521,20889,530,1,1,0,0,3838.96,6161.76,270.082,0.934179,600,0,0,42,0,0,0,0,0),(70520,22921,530,1,1,0,0,3989.02,6071.38,266.591,3.54196,300,0,0,42,0,0,0,0,0),(70519,20520,530,1,1,0,0,3733.15,2447.03,103.976,3.09674,600,0,0,7181,0,0,0,0,0),(70518,20520,530,1,1,0,0,3732.11,2436.97,104.167,2.86112,600,0,0,7181,0,0,0,0,0),(70517,20520,530,1,1,0,0,3716.83,2427.11,104.136,6.20691,600,0,0,7181,0,0,0,0,0),(70516,20520,530,1,1,0,0,3717.99,2437.98,104.13,6.15586,600,0,0,7181,0,0,0,0,0),(86848,24519,530,1,1,22504,0,-4187.14,-12501.4,44.4447,2.89725,30,0,0,247,0,0,0,0,0),(76584,21878,530,1,1,0,0,-3555.5,886.809,14.7985,1.50162,300,5,0,1,0,1,0,0,0),(76585,21878,530,1,1,0,0,-3584.69,852.832,19.2115,3.96701,300,5,0,1,0,1,0,0,0),(76586,21878,530,1,1,0,0,-3547.47,837.853,3.93846,4.36779,300,5,0,1,0,1,0,0,0),(76587,21878,530,1,1,0,0,-3623.23,867.567,35.9929,4.67136,300,5,0,1,0,1,0,0,0),(76588,21878,530,1,1,0,0,-3632.51,797.419,9.9515,3.77728,300,5,0,1,0,1,0,0,0),(76589,21878,530,1,1,0,0,-3659.28,904.588,51.5739,3.67866,300,5,0,1,0,1,0,0,0),(76590,21878,530,1,1,0,0,-3679.74,915.798,58.3434,5.4439,300,5,0,1,0,1,0,0,0),(76591,21878,530,1,1,0,0,-3733.55,883.349,67.3387,0.052788,300,5,0,1,0,1,0,0,0),(76592,21878,530,1,1,0,0,-4003.57,1246.89,80.6988,0.189546,300,5,0,1,0,1,0,0,0),(76593,21878,530,1,1,0,0,-3557.27,2074.01,71.3102,3.73941,300,5,0,1,0,1,0,0,0),(76594,21878,530,1,1,0,0,-3507.71,2046.24,69.4169,0.388483,300,5,0,1,0,1,0,0,0),(76595,21878,530,1,1,0,0,-3533.34,2176.88,79.3459,4.01005,300,5,0,1,0,1,0,0,0),(76596,21878,530,1,1,0,0,-3489.7,2323.19,64.8402,5.44624,300,5,0,1,0,1,0,0,0),(76597,21878,530,1,1,0,0,-3304.25,2375.25,61.9423,4.79364,300,5,0,1,0,1,0,0,0),(76598,21878,530,1,1,0,0,-3388.69,2395.27,62.9327,4.81808,300,5,0,1,0,1,0,0,0),(76599,21878,530,1,1,0,0,-3337.62,2365.13,64.3366,4.47168,300,5,0,1,0,1,0,0,0),(76600,21878,530,1,1,0,0,-3383.87,2356.31,65.3777,0.229359,300,5,0,1,0,1,0,0,0),(76601,21878,530,1,1,0,0,-2754.71,1751.98,35.0029,2.584,300,5,0,1,0,1,0,0,0),(76602,21878,530,1,1,0,0,-3030.15,1123.13,11.251,1.08617,300,5,0,1,0,1,0,0,0),(76603,21878,530,1,1,0,0,-3015.57,1075.5,20.4088,6.08943,300,5,0,1,0,1,0,0,0),(76604,21878,530,1,1,0,0,-3035.13,1062.32,7.87616,5.29769,300,5,0,1,0,1,0,0,0),(76605,21878,530,1,1,0,0,-4190.79,1205.2,115.178,6.08177,300,5,0,1,0,1,0,0,0),(76606,21878,530,1,1,0,0,-3599.45,2555.51,72.186,2.12846,300,5,0,1,0,1,0,0,0),(76607,21878,530,1,1,0,0,-3598.18,2582.27,73.2352,0.027929,300,5,0,1,0,1,0,0,0),(76608,21878,530,1,1,0,0,-3547.84,2553.79,71.9541,0.850252,300,5,0,1,0,1,0,0,0),(76609,21878,530,1,1,0,0,-3568.15,2650.03,71.6689,3.07321,300,5,0,1,0,1,0,0,0),(76610,21878,530,1,1,0,0,-3524.22,2650.85,68.8373,0.118536,300,5,0,1,0,1,0,0,0),(76611,21878,530,1,1,0,0,-3552.4,2603.68,73.4544,4.57326,300,5,0,1,0,1,0,0,0),(76612,21892,530,1,1,0,0,-3833.27,383.63,120.656,0.733038,300,0,0,6722,0,0,0,0,0),(76613,21893,530,1,1,0,0,-1546.07,8784.01,35.2063,0.628319,300,0,0,42,0,0,0,0,0),(76614,21895,530,1,1,0,0,2186.73,4729.71,157.036,1.22173,300,0,0,5341,0,0,0,0,0),(76615,21896,530,1,1,0,0,2182.92,4731.6,156.632,0.418879,300,0,0,5341,0,0,0,0,0),(76616,21898,530,1,1,0,0,-2345.15,3233.89,1.19813,4.79965,300,0,0,42,0,0,0,0,0),(76617,21898,530,1,1,0,0,-2345.3,3235.77,1.37351,1.62316,300,0,0,42,0,0,0,0,0),(76618,21898,530,1,1,0,0,-2346.13,3234.8,1.42349,3.29867,300,0,0,42,0,0,0,0,0),(76619,21898,530,1,1,0,0,-2344.21,3234.97,1.39101,0.087266,300,0,0,42,0,0,0,0,0),(76620,21899,530,1,1,0,0,-2335.76,3236.29,-3.29226,0.139626,300,0,0,42,0,0,0,0,0),(76621,21899,530,1,1,0,0,-2345.67,3244.59,-3.29226,0.244346,300,0,0,42,0,0,0,0,0),(76622,21899,530,1,1,0,0,-2344.41,3226.19,-3.29226,6.14356,300,0,0,42,0,0,0,0,0),(76623,21899,530,1,1,0,0,-2354.66,3233.41,-3.29226,6.16101,300,0,0,42,0,0,0,0,0),(76624,21901,530,1,1,0,0,-2991.16,254.148,-11.1555,4.0044,300,5,0,5409,1540,1,0,0,0),(76625,21901,530,1,1,0,0,-4358.78,635.889,125.26,0.595045,300,5,0,5409,1540,1,0,0,0),(76626,21901,530,1,1,0,0,-4412.58,678.595,178.762,2.94917,300,5,0,5409,1540,1,0,0,0),(76627,21901,530,1,1,0,0,-4449.45,600.125,155.172,2.02848,300,5,0,5409,1540,1,0,0,0),(76628,21901,530,1,1,0,0,-4462.88,621.357,148.087,3.77298,300,5,0,5409,1540,1,0,0,0),(76629,21901,530,1,1,0,0,-4488.71,457.967,106.528,4.71765,300,5,0,5409,1540,1,0,0,0),(76630,21901,530,1,1,0,0,-4464.07,498.597,118.197,2.33244,300,5,0,5409,1540,1,0,0,0),(76631,21902,530,1,1,0,1,-3089.87,4996.16,-21.4591,3.16894,300,5,0,4274,2568,1,0,0,0),(76632,21902,530,1,1,0,1,-3154.2,5002.89,-8.96523,4.44217,300,5,0,4274,2568,1,0,0,0),(76633,21902,530,1,1,0,1,-3149.71,4984.91,-9.09825,4.31096,300,0,0,4274,2568,0,0,0,0),(76634,21902,530,1,1,0,1,-3162.75,5021.69,-8.97987,4.39919,300,5,0,4274,2568,1,0,0,0),(76635,21902,530,1,1,0,1,-3149.28,4902.03,-9.0783,1.5708,300,0,0,4274,2568,0,0,0,0),(76636,21902,530,1,1,0,1,-3102.38,4871.58,-20.2461,2.12725,300,0,0,4274,2568,0,0,0,0),(76637,21902,530,1,1,0,1,-3168.35,4943.21,-8.91935,0.15708,300,0,0,4274,2568,0,0,0,0),(76638,21902,530,1,1,0,1,-3159.43,4951.35,-8.98471,4.46804,300,0,0,4274,2568,0,0,0,0),(76639,21902,530,1,1,0,1,-3150.05,4942.92,-8.91796,3.14159,300,0,0,4274,2568,0,0,0,0),(76640,21902,530,1,1,0,1,-3082.29,4815.63,-23.3855,4.63091,300,5,0,4274,2568,1,0,0,0),(76641,21902,530,1,1,0,1,-3066.2,4837.5,-21.0533,1.53172,300,0,0,4274,2568,0,0,0,0),(76642,21903,530,1,1,0,0,-3362.04,5140.01,-20.1355,3.50811,300,0,0,42,0,0,0,0,0),(76643,21905,530,1,1,0,1,-2272.13,5546.86,67.0812,0.767945,300,0,0,4347,6443,0,0,0,0),(76644,21906,530,1,1,0,1,-1707.91,5810.25,150.062,2.18166,300,0,0,4347,6443,0,0,0,0),(76645,21907,530,1,1,0,1,-3119.48,4994.07,-21.8793,5.94077,300,5,0,4274,2568,1,0,0,0),(76646,21907,530,1,1,0,1,-3103.26,4975.8,-21.5952,6.14601,300,5,0,4274,2568,1,0,0,0),(76647,21907,530,1,1,0,1,-3120.81,4852.32,-22.2524,0.275654,300,5,0,4274,2568,1,0,0,0),(76648,21907,530,1,1,0,1,-3149.62,4926.72,-8.91795,2.07694,300,0,0,4274,2568,0,0,0,0),(76649,21907,530,1,1,0,1,-3149.97,4958.66,-8.91797,4.18879,300,0,0,4274,2568,0,0,0,0),(76650,21907,530,1,1,0,1,-3119.84,4940.99,-22.4048,5.44529,300,0,0,4274,2568,0,0,0,0),(76651,21907,530,1,1,0,1,-3109.55,4945.65,-22.1712,4.58087,300,0,0,4274,2568,0,0,0,0),(76652,21907,530,1,1,0,1,-3124.94,4952.09,-22.6258,5.53269,300,0,0,4274,2568,0,0,0,0),(76653,21908,530,1,1,0,1,-3868.26,306.116,137.187,4.01426,300,0,0,5060,2933,0,0,0,0),(76654,21908,530,1,1,0,1,-3794.97,254.486,120.677,2.04204,300,0,0,5060,2933,0,0,0,0),(1976587,21909,530,1,1,0,0,-3408.51,795.854,-31.4297,1.45215,30,3,0,2445,0,1,0,0,0),(76656,21911,530,1,1,0,1,-3670.91,3716.76,279.013,5.39097,300,5,0,5589,3155,1,0,0,0),(76657,21911,530,1,1,0,1,-3663.26,3761.47,271.538,3.93183,300,5,0,5589,3155,1,0,0,0),(76658,21911,530,1,1,0,1,-3724.74,3772.46,271.193,2.36776,300,5,0,5589,3155,1,0,0,0),(76659,21911,530,1,1,0,1,-4176.22,3198.02,314.121,4.81214,300,5,0,5589,3155,1,0,0,0),(76660,21911,530,1,1,0,1,-4172.84,3175.95,316.086,1.83355,300,5,0,5589,3155,1,0,0,0),(76661,21911,530,1,1,0,1,-4180.09,3180.52,315.768,0.273236,300,5,0,5589,3155,1,0,0,0),(76662,21911,530,1,1,0,1,-4141.41,3079.03,315.021,4.4738,300,5,0,5589,3155,1,0,0,0),(76663,21911,530,1,1,0,1,-4154.79,3045.47,315.052,6.20352,300,5,0,5589,3155,1,0,0,0),(76664,21911,530,1,1,0,1,-4144.95,3043.15,314.971,2.75582,300,5,0,5589,3155,1,0,0,0),(76665,21911,530,1,1,0,1,-3886.08,3112.68,328.774,5.87893,300,5,0,5589,3155,1,0,0,0),(76666,21911,530,1,1,0,1,-3919.83,3128.57,328.26,2.22661,300,5,0,5589,3155,1,0,0,0),(76667,21911,530,1,1,0,1,-3898.88,3150.28,325.262,1.38997,300,5,0,5589,3155,1,0,0,0),(76668,21911,530,1,1,0,1,-3959.92,3252.81,293.504,5.58014,300,5,0,5589,3155,1,0,0,0),(76669,21911,530,1,1,0,1,-3993.72,3291.7,284.605,3.25928,300,5,0,5589,3155,1,0,0,0),(76670,21911,530,1,1,0,1,-4005.84,3291.63,284.269,6.18253,300,5,0,5589,3155,1,0,0,0),(76671,21911,530,1,1,0,1,-3875.68,3322.77,274.076,2.26613,300,5,0,5589,3155,1,0,0,0),(76672,21911,530,1,1,0,1,-3873.83,3302.48,275.157,2.89188,300,5,0,5589,3155,1,0,0,0),(76673,21911,530,1,1,0,1,-3833.01,3288.18,275.122,5.89067,300,5,0,5589,3155,1,0,0,0),(76674,21911,530,1,1,0,1,-3699.85,3318.83,285.556,6.02969,300,5,0,5589,3155,1,0,0,0),(76675,21911,530,1,1,0,1,-3686.07,3327.08,283.431,4.09139,300,5,0,5589,3155,1,0,0,0),(76676,21911,530,1,1,0,1,-3693.75,3326.07,283.716,5.45031,300,5,0,5589,3155,1,0,0,0),(76677,21912,530,1,1,0,1,-3647,3764.48,302.972,5.91667,300,0,0,7181,0,0,0,0,0),(76678,21912,530,1,1,0,1,-3720.1,3798.85,302.98,3.735,300,0,0,7181,0,0,0,0,0),(76679,21912,530,1,1,0,1,-3869.2,3678.94,335.695,4.06662,300,0,0,7181,0,0,0,0,0),(76680,21912,530,1,1,0,1,-3888.92,3763.38,334.882,1.46608,300,0,0,7181,0,0,0,0,0),(76681,21912,530,1,1,0,1,-4062.56,3274.47,332.927,0.837758,300,0,0,7181,0,0,0,0,0),(76682,21912,530,1,1,0,1,-3988.05,3031.86,356.955,0.296706,300,0,0,7181,0,0,0,0,0),(76683,21912,530,1,1,0,1,-3943.18,3034.5,357.47,5.75128,300,5,0,7181,0,1,0,0,0),(76684,21912,530,1,1,0,1,-3947.85,2991.53,359.798,1.37881,300,0,0,7181,0,0,0,0,0),(76685,21912,530,1,1,0,1,-3976.76,3001.37,362.163,4.90438,300,0,0,7181,0,0,0,0,0),(76686,21912,530,1,1,0,1,-4004.75,3134.93,363.598,1.97222,300,0,0,7181,0,0,0,0,0),(76687,21912,530,1,1,0,1,-3915.44,2996.07,358.251,2.07694,300,0,0,7181,0,0,0,0,0),(76688,21912,530,1,1,0,1,-3894.45,3040.19,357.837,4.13643,300,0,0,7181,0,0,0,0,0),(76689,21912,530,1,1,0,1,-3896.19,3086.22,374.755,2.61799,300,0,0,7181,0,0,0,0,0),(76690,21912,530,1,1,0,1,-3906.62,2955.47,357.568,0.504085,300,5,0,7181,0,1,0,0,0),(76691,21912,530,1,1,0,1,-3885.44,3099.17,374.749,6.2824,300,5,0,7181,0,1,0,0,0),(76692,21912,530,1,1,0,1,-3883.81,3102.47,362.496,5.44973,300,5,0,7181,0,1,0,0,0),(76693,21912,530,1,1,0,1,-3894.77,3106.71,374.725,4.76475,300,0,0,7181,0,0,0,0,0),(76694,21912,530,1,1,0,1,-3955.47,3241.04,333.939,5.20108,300,0,0,7181,0,0,0,0,0),(76695,21912,530,1,1,0,1,-3824.66,3329.08,324.047,3.90954,300,0,0,7181,0,0,0,0,0),(76696,21912,530,1,1,0,1,-3690.53,3297.21,313.081,1.97222,300,0,0,7181,0,0,0,0,0),(76697,21912,530,1,1,0,1,-3841.05,3430.88,325.187,0.191986,300,0,0,7181,0,0,0,0,0),(76698,21923,530,1,1,0,1,4353.5,3470.1,175.45,3.17608,300,5,0,5233,2991,1,0,0,0),(76699,21923,530,1,1,0,1,4489.73,3476.64,179.591,6.01776,300,0,0,5233,2991,0,0,0,0),(76700,21923,530,1,1,0,1,4464.92,3478.92,179.768,6.06607,300,0,0,5233,2991,0,0,0,0),(76701,21923,530,1,1,0,1,4581.82,3406.43,144.416,4.70609,300,5,0,5233,2991,1,0,0,0),(76702,21923,530,1,1,0,1,4556.75,3410.2,150.664,1.88375,300,5,0,5233,2991,1,0,0,0),(76703,21923,530,1,1,0,1,4554.15,3370.72,155.984,5.12948,300,5,0,5233,2991,1,0,0,0),(76704,21923,530,1,1,0,1,4557.74,3308.82,133.272,5.44865,300,5,0,5233,2991,1,0,0,0),(76705,21923,530,1,1,0,1,4488.89,3308.62,151.896,1.55664,300,5,0,5233,2991,1,0,0,0),(76706,21923,530,1,1,0,1,4483.39,3286.83,148.089,2.29202,300,5,0,5233,2991,1,0,0,0),(76707,21923,530,1,1,0,1,4479.39,3476.53,179.217,0.049807,300,0,0,5233,2991,0,0,0,0),(76708,21923,530,1,1,0,1,4343.31,3364.19,149.156,1.99522,300,5,0,5233,2991,1,0,0,0),(76709,21923,530,1,1,0,1,4340.64,3416.52,161.156,2.1206,300,5,0,5233,2991,1,0,0,0),(76710,21923,530,1,1,0,1,4388.67,3381.07,156.785,1.38011,300,5,0,5233,2991,1,0,0,0),(76711,21923,530,1,1,0,1,4355.1,3314.9,144.553,0.146316,300,5,0,5233,2991,1,0,0,0),(76712,21923,530,1,1,0,1,4414.02,3312.08,145.488,4.36253,300,5,0,5233,2991,1,0,0,0),(76713,21923,530,1,1,0,1,4367.74,3276.24,144.567,2.46386,300,5,0,5233,2991,1,0,0,0),(76714,21923,530,1,1,0,1,4447.87,3291.85,148.727,5.85624,300,5,0,5233,2991,1,0,0,0),(76715,21923,530,1,1,0,1,4404.73,3274.31,143.822,2.88411,300,5,0,5233,2991,1,0,0,0),(76716,21928,530,1,1,0,1,-3780.32,2669.17,101.36,3.25117,300,0,0,5589,3155,0,0,0,0),(76717,21930,530,1,1,0,0,1962.86,5492.6,269.222,0,300,0,0,42,0,0,0,0,0),(76718,21935,530,1,1,0,0,1849.34,5512.59,269.222,0,300,0,0,42,0,0,0,0,0),(34044,30733,0,1,1,0,0,-4799.45,-1190.94,505.815,3.17455,25,0,0,902,2680,0,0,0,0),(34043,30732,530,1,1,0,0,-3881.64,-11488.6,-136.1,2.43705,25,0,0,902,2680,0,0,0,0),(34042,30724,1,1,1,0,0,-990.886,218.127,104.399,3.40339,25,0,0,902,2680,0,0,0,0),(34041,30727,530,1,1,0,0,9966.26,-7246.49,32.0769,2.97528,25,0,0,902,2680,0,0,0,0),(76723,21937,530,1,1,0,0,-4036.22,2224.92,111.01,1.85005,300,0,0,4731,2790,0,0,0,0),(76724,21938,530,1,1,0,0,-2922.12,2658.12,94.4376,0.217258,300,0,0,4892,2846,0,0,0,0),(76725,21939,530,1,1,0,0,-3420.98,1373.19,255.846,3.57792,300,0,0,42,0,0,0,0,0),(76726,21940,530,1,1,0,0,-3420.97,1373.17,271.659,2.11185,300,0,0,42,0,0,0,0,0),(76727,21941,530,1,1,0,0,-3824.11,4728.09,-25.9498,0.075354,300,0,0,5715,0,0,0,0,0),(76728,21942,530,1,1,0,0,1955.28,5674.39,269.222,0,300,0,0,42,0,0,0,0,0),(76729,21944,530,1,1,0,0,1821.5,5591.21,269.222,0,300,0,0,42,0,0,0,0,0),(76730,21953,530,1,1,0,1,-4081.72,1214.84,79.4043,5.5676,300,0,0,6542,0,0,0,0,0),(76731,21954,530,1,1,0,1,-4080.77,1159.61,44.5094,4.27606,300,0,0,6761,0,0,0,0,0),(76732,21955,530,1,1,0,1,-4133.09,1131.08,44.6151,5.86431,300,0,0,6542,0,0,0,0,0),(76733,21956,530,1,1,0,0,1696.61,6045.54,144.66,6.24828,300,0,0,8562,0,0,0,0,0),(48010,17814,560,3,1,17959,1,2016.13,1039.78,26.0955,6.24892,86400,0,0,17151,0,0,0,0,0),(48009,17814,560,3,1,17959,1,2639.59,883.199,69.3858,3.2539,86400,0,0,17151,0,0,0,0,0),(76737,21957,530,1,1,0,0,-3163.09,4946.87,-7.04257,5.46288,300,0,0,42,0,0,0,0,0),(76738,21957,530,1,1,0,0,-3163.14,4939.35,-7.09132,0.820305,300,0,0,42,0,0,0,0,0),(76739,21957,530,1,1,0,0,-3154.87,4946.64,-7.0291,3.78736,300,0,0,42,0,0,0,0,0),(76740,21967,530,1,1,0,0,-3443.34,4489.8,-12.5328,1.23918,300,0,0,42,0,0,0,0,0),(76741,21967,530,1,1,0,0,-3460.51,4437.37,-10.5527,4.76475,300,0,0,42,0,0,0,0,0),(76742,21967,530,1,1,0,0,-3418.54,4453.8,-7.9888,4.03171,300,0,0,42,0,0,0,0,0),(76743,21967,530,1,1,0,0,-3383.31,4499.79,-12.2464,5.28835,300,0,0,42,0,0,0,0,0),(76744,21967,530,1,1,0,0,-3413.7,4397.66,-10.6072,5.46288,300,0,0,42,0,0,0,0,0),(76745,21967,530,1,1,0,0,-3448.87,4374.22,-10.7215,0.680678,300,0,0,42,0,0,0,0,0),(76746,21967,530,1,1,0,0,-3368.27,4437.12,-13.1455,2.11185,300,0,0,42,0,0,0,0,0),(76747,21970,530,1,1,0,1,9523.96,-7189.98,16.2115,1.53589,300,0,0,2614,0,0,0,0,0),(76748,21974,530,1,1,0,0,3107.07,3652.84,191.146,1.0472,300,0,0,7685,0,0,0,0,0),(76749,21974,530,1,1,0,0,3072.33,3637.09,190.215,2.96706,300,0,0,7685,0,0,0,0,0),(76750,21974,530,1,1,0,0,3070.15,3700.1,191.774,5.06145,300,0,0,7685,0,0,0,0,0),(76751,21974,530,1,1,0,0,3030.06,3657.22,189.815,1.41372,300,0,0,7685,0,0,0,0,0),(76752,21974,530,1,1,0,0,3022.25,3686.82,180.951,2.6529,300,0,0,7685,0,0,0,0,0),(76753,21974,530,1,1,0,0,3037.93,3670.8,227.65,4.06662,300,0,0,7685,0,0,0,0,0),(76754,21974,530,1,1,0,0,3034.37,3629.7,205.871,4.08407,300,0,0,7685,0,0,0,0,0),(76755,21974,530,1,1,0,0,3001.07,3687.62,180.957,2.51327,300,0,0,7685,0,0,0,0,0),(76756,21974,530,1,1,0,0,2987.4,3636.59,196.316,4.85202,300,0,0,7685,0,0,0,0,0),(76757,21974,530,1,1,0,0,2998.99,3718.37,204.899,3.52556,300,0,0,7685,0,0,0,0,0),(76758,21974,530,1,1,0,0,2997.25,3745.42,192.306,2.18166,300,0,0,7685,0,0,0,0,0),(76759,21974,530,1,1,0,0,2960.63,3683.34,192.005,1.29154,300,0,0,7685,0,0,0,0,0),(76760,21974,530,1,1,0,0,2957.2,3648.61,183.143,3.85718,300,0,0,7685,0,0,0,0,0),(76761,21974,530,1,1,0,0,2969.58,3752.86,192.197,4.32842,300,0,0,7685,0,0,0,0,0),(76762,21975,530,1,1,0,1,2259.62,6523.32,3.30151,0.628319,300,0,0,27522,0,0,0,0,0),(76763,21975,530,1,1,0,1,2252.31,6543.37,3.30151,0.226893,300,0,0,27522,0,0,0,0,0),(76764,21975,530,1,1,0,1,2503.33,6765.19,5.22032,4.74729,300,0,0,27522,0,0,0,0,0),(76765,21975,530,1,1,0,1,2521.37,6759.34,5.22032,4.11898,300,0,0,27522,0,0,0,0,0),(76766,21975,530,1,1,0,1,2654.11,6724.66,22.3566,3.94444,300,0,0,27522,0,0,0,0,0),(76767,21975,530,1,1,0,1,2637.07,6734.98,22.3566,4.43314,300,0,0,27522,0,0,0,0,0),(76768,21975,530,1,1,0,1,2711.87,6484.25,25.6484,0.593412,300,0,0,27522,0,0,0,0,0),(76769,21975,530,1,1,0,1,2708.09,6497.5,25.6484,6.14356,300,0,0,27522,0,0,0,0,0),(76770,21979,530,1,1,0,1,-4328.18,1386.51,143.896,2.92223,300,0,0,34930,0,0,0,0,0),(76771,21981,530,1,1,0,1,2725.66,5433,137.267,5.78059,300,0,0,5060,2933,2,0,0,0),(76772,21983,530,1,1,0,1,2981.4,5485.77,143.858,4.34587,300,0,0,6542,0,0,0,0,0),(76773,21984,530,1,1,0,1,2298.11,6034.42,142.586,2.27597,300,0,0,1476000,0,0,0,0,0),(76774,21985,530,1,1,0,1,-3655.72,3726.62,288.613,1.22807,300,5,0,7181,0,1,0,0,0),(76775,21985,530,1,1,0,1,-3681.53,3781.46,295.554,5.92359,300,5,0,7181,0,1,0,0,0),(76776,21985,530,1,1,0,1,-3726.06,3802.98,302.139,4.07105,300,5,0,7181,0,1,0,0,0),(76777,21985,530,1,1,0,1,-3865.71,3679.47,335.564,1.76566,300,5,0,7181,0,1,0,0,0),(76778,21985,530,1,1,0,1,-3879.27,3704.1,331.807,1.44644,300,5,0,7181,0,1,0,0,0),(76779,21985,530,1,1,0,1,-4053.29,3296.94,332.855,3.22481,300,5,0,7181,0,1,0,0,0),(76780,21985,530,1,1,0,1,-4049.79,3272.74,303.794,5.10999,300,5,0,7181,0,1,0,0,0),(76781,21985,530,1,1,0,1,-3979.89,3128.09,361.82,0.839589,300,5,0,7181,0,1,0,0,0),(76782,21985,530,1,1,0,1,-3917.62,3101.88,373.738,6.02116,300,5,0,7181,0,1,0,0,0),(76783,21985,530,1,1,0,1,-3893.63,3123.04,369.651,2.946,300,5,0,7181,0,1,0,0,0),(76784,21985,530,1,1,0,1,-3966.09,3212.25,333.965,6.03858,300,5,0,7181,0,1,0,0,0),(76785,21985,530,1,1,0,1,-3966.31,3206.63,333.976,4.49188,300,5,0,7181,0,1,0,0,0),(76786,21985,530,1,1,0,1,-3997.36,3251.16,326.248,2.61637,300,5,0,7181,0,1,0,0,0),(76787,21985,530,1,1,0,1,-3852.04,3326.59,275.948,0.725612,300,5,0,7181,0,1,0,0,0),(76788,21985,530,1,1,0,1,-3853.23,3324.82,324.052,5.6994,300,5,0,7181,0,1,0,0,0),(76789,21985,530,1,1,0,1,-3847.28,3383.67,317.5,4.89539,300,5,0,7181,0,1,0,0,0),(76790,21985,530,1,1,0,1,-3695.51,3317.09,312.174,3.43399,300,5,0,7181,0,1,0,0,0),(76791,21985,530,1,1,0,1,-3693.03,3290.65,312.22,2.52915,300,5,0,7181,0,1,0,0,0),(76792,21985,530,1,1,0,1,-3668.72,3361.25,310.983,1.40595,300,5,0,7181,0,1,0,0,0),(76793,21985,530,1,1,0,1,-3660.51,3387.62,313.049,1.58825,300,0,0,7181,0,0,0,0,0),(76794,21985,530,1,1,0,1,-3841.15,3443.32,325.165,2.16782,300,5,0,7181,0,1,0,0,0),(76795,21986,530,1,1,0,1,-3122.31,839.128,-19.7778,3.39105,300,5,0,16767,3155,1,0,0,0),(76796,21986,530,1,1,0,1,-3078.6,871.402,-20.1201,3.37565,300,5,0,16767,3155,1,0,0,0),(76797,21986,530,1,1,0,1,-3071.73,868.251,-18.9951,2.42601,300,0,0,16767,3155,0,0,0,0),(76798,21986,530,1,1,0,1,-3006.6,812.248,-9.37524,2.42601,300,0,0,16767,3155,0,0,0,0),(76799,21986,530,1,1,0,1,-3097.82,831.129,-19.3722,2.02064,300,5,0,16767,3155,1,0,0,0),(76800,21986,530,1,1,0,1,-3097.55,828.505,-19.2472,2.33874,300,0,0,16767,3155,0,0,0,0),(76801,21986,530,1,1,0,1,-3058.79,794.144,-10.0661,0.965849,300,5,0,16767,3155,1,0,0,0),(76802,21986,530,1,1,0,1,-3066.23,798.745,-8.87762,6.14356,300,0,0,16767,3155,0,0,0,0),(76803,21986,530,1,1,0,1,-3021.04,790.25,-9.00278,2.35619,300,0,0,16767,3155,0,0,0,0),(76804,21986,530,1,1,0,1,-3067.16,777.858,-9.82782,6.12611,300,0,0,16767,3155,0,0,0,0),(76805,21986,530,1,1,0,1,-3049.94,703.601,-9.76542,1.46723,300,5,0,16767,3155,1,0,0,0),(76806,21993,530,1,1,0,0,237.938,2698.32,154.082,1.23918,300,0,0,7685,0,0,0,0,0),(76807,21993,530,1,1,0,0,173.808,2743.99,120.31,2.42601,300,0,0,7685,0,0,0,0,0),(76808,21993,530,1,1,0,0,163.244,2797.05,127.363,0.122173,300,0,0,7685,0,0,0,0,0),(76809,21993,530,1,1,0,0,150.654,2672.3,138.65,0.959931,300,0,0,7685,0,0,0,0,0),(76810,21993,530,1,1,0,0,90.7768,2633.36,111.696,2.70526,300,0,0,7685,0,0,0,0,0),(76811,21993,530,1,1,0,0,245.562,2628.79,117.927,1.48353,300,0,0,7685,0,0,0,0,0),(76812,21993,530,1,1,0,0,194.219,2608.36,146.186,0.593412,300,0,0,7685,0,0,0,0,0),(76813,21993,530,1,1,0,0,54.3604,2735.45,102.661,5.96903,300,0,0,7685,0,0,0,0,0),(76814,21993,530,1,1,0,0,120.578,2796.06,139.222,3.33358,300,0,0,7685,0,0,0,0,0),(76815,21993,530,1,1,0,0,-603.832,4101.52,148.528,4.24115,300,0,0,7685,0,0,0,0,0),(76816,21993,530,1,1,0,0,2318.49,6075.8,160.995,5.28835,300,0,0,7685,0,0,0,0,0),(76817,21993,530,1,1,0,0,2433.47,6087.61,178.382,5.70723,300,0,0,7685,0,0,0,0,0),(76818,21993,530,1,1,0,0,2405.35,5941.22,178.892,0.802851,300,0,0,7685,0,0,0,0,0),(76819,21993,530,1,1,0,0,2487.12,5968.15,184.957,4.10152,300,0,0,7685,0,0,0,0,0),(76820,21993,530,1,1,0,0,2291.45,5947.37,161.578,3.21141,300,0,0,7685,0,0,0,0,0),(76821,21993,530,1,1,0,0,2259.32,6003.98,176.726,6.24828,300,0,0,7685,0,0,0,0,0),(76822,21993,530,1,1,0,0,-2961,2564,167,1,300,0,0,7685,0,0,0,0,0),(76823,21993,530,1,1,0,0,-2934.12,2642.89,131.097,5.13127,300,0,0,7685,0,0,0,0,0),(76824,21993,530,1,1,0,0,77.5297,5191.24,59.5442,1.8675,300,0,0,7685,0,0,0,0,0),(76825,21993,530,1,1,0,0,255.405,7797.97,48.2811,6.0912,300,0,0,7685,0,0,0,0,0),(76826,21993,530,1,1,0,0,321.657,7848.02,35.2192,1.53589,300,0,0,7685,0,0,0,0,0),(76827,21993,530,1,1,0,0,253.998,7869.19,58.2218,4.2237,300,0,0,7685,0,0,0,0,0),(76828,21993,530,1,1,0,0,164.615,7853.64,28.1955,4.88692,300,0,0,7685,0,0,0,0,0),(76829,21993,530,1,1,0,0,197.934,7929.81,42.8903,0.418879,300,0,0,7685,0,0,0,0,0),(76830,21993,530,1,1,0,0,310.801,7933.21,46.344,5.88176,300,0,0,7685,0,0,0,0,0),(76831,21993,530,1,1,0,0,-2581.9,4322.99,76.7222,0.314159,300,0,0,7685,0,0,0,0,0),(76832,21993,530,1,1,0,0,-2551.02,4394.72,82.2338,2.58309,300,0,0,7685,0,0,0,0,0),(76833,21993,530,1,1,0,0,-2666.96,4373.86,68.304,2.18166,300,0,0,7685,0,0,0,0,0),(76834,21993,530,1,1,0,0,-2698.74,4431.72,76.5002,3.7001,300,0,0,7685,0,0,0,0,0),(76835,21993,530,1,1,0,0,-2619.77,4461.25,92.2153,5.07891,300,0,0,7685,0,0,0,0,0),(76836,21993,530,1,1,0,0,-1266,6958.48,93.8139,2.74017,300,0,0,7685,0,0,0,0,0),(76837,21993,530,1,1,0,0,-1225.88,7157.76,83.4147,5.63741,300,0,0,7685,0,0,0,0,0),(76838,21993,530,1,1,0,0,-1256.81,7064.48,95.5134,5.61996,300,0,0,7685,0,0,0,0,0),(76839,21993,530,1,1,0,0,-1340.15,6999.32,98.8334,5.0091,300,0,0,7685,0,0,0,0,0),(76840,21993,530,1,1,0,0,-1423.27,7268.78,91.0052,1.09956,300,0,0,7685,0,0,0,0,0),(76841,21993,530,1,1,0,0,-1236.64,7242.07,91.0794,1.0821,300,0,0,7685,0,0,0,0,0),(76842,21993,530,1,1,0,0,-1351.83,7355.52,86.3546,3.28122,300,0,0,7685,0,0,0,0,0),(76843,21993,530,1,1,0,0,-1280.78,7400.27,81.0966,5.02655,300,0,0,7685,0,0,0,0,0),(76844,21993,530,1,1,0,0,-1244.27,7375.2,87.2558,3.59538,300,0,0,7685,0,0,0,0,0),(76845,21993,530,1,1,0,0,-1166.52,7268.7,92.9059,0.872665,300,0,0,7685,0,0,0,0,0),(76846,21993,530,1,1,0,0,-1170.66,7348.6,88.5494,4.04916,300,0,0,7685,0,0,0,0,0),(76847,21993,530,1,1,0,0,-1486.48,7140.42,95.7063,4.31096,300,0,0,7685,0,0,0,0,0),(76848,21996,530,1,1,0,0,-799.159,2623.56,142.174,1.18682,300,0,0,7685,0,0,0,0,0),(76849,21996,530,1,1,0,0,-748.376,2568.25,104.32,3.10669,300,0,0,7685,0,0,0,0,0),(76850,21996,530,1,1,0,0,-751.961,2705.87,142.152,3.7001,300,0,0,7685,0,0,0,0,0),(76851,21996,530,1,1,0,0,-738.375,2658.8,132.788,3.10669,300,0,0,7685,0,0,0,0,0),(76852,21996,530,1,1,0,0,-782.822,2758.05,186.602,0.506145,300,0,0,7685,0,0,0,0,0),(76853,21996,530,1,1,0,0,-707.742,2723.4,112.522,6.0912,300,0,0,7685,0,0,0,0,0),(76854,21996,530,1,1,0,0,-701.16,2656.83,103.921,3.50811,300,0,0,7685,0,0,0,0,0),(76855,21996,530,1,1,0,0,-714.09,2603.27,105.634,5.3058,300,0,0,7685,0,0,0,0,0),(76856,21996,530,1,1,0,0,-663.284,2779.8,107.541,5.39307,300,0,0,7685,0,0,0,0,0),(76857,21996,530,1,1,0,0,-615.047,2656.67,119.909,5.18363,300,0,0,7685,0,0,0,0,0),(76858,21996,530,1,1,0,0,-649.011,2588.6,112.637,2.47837,300,0,0,7685,0,0,0,0,0),(76859,21996,530,1,1,0,0,183.584,4333.27,149.347,3.63029,300,0,0,7685,0,0,0,0,0),(76860,21996,530,1,1,0,0,1939.4,6838.47,189.495,1.50098,300,0,0,7685,0,0,0,0,0),(76861,21996,530,1,1,0,0,2065.98,6728.4,194.799,1.69297,300,0,0,7685,0,0,0,0,0),(76862,21996,530,1,1,0,0,2039.18,6799.69,207.511,0.383972,300,0,0,7685,0,0,0,0,0),(76863,21996,530,1,1,0,0,2062.79,6784.23,219.411,1.25664,300,0,0,7685,0,0,0,0,0),(76864,21996,530,1,1,0,0,2062.39,6810.8,220.15,4.2586,300,0,0,7685,0,0,0,0,0),(76865,21996,530,1,1,0,0,2085.47,6800.73,208.997,4.38078,300,0,0,7685,0,0,0,0,0),(76866,21996,530,1,1,0,0,1946.22,6899.43,182.748,4.74729,300,0,0,7685,0,0,0,0,0),(76867,21996,530,1,1,0,0,2023.03,6896.94,253.396,2.94961,300,0,0,7685,0,0,0,0,0),(76868,21996,530,1,1,0,0,2091.24,6895.28,219.391,1.29154,300,0,0,7685,0,0,0,0,0),(76869,21996,530,1,1,0,0,-3937.56,1997.36,139.168,4.99164,300,0,0,7685,0,0,0,0,0),(76870,21996,530,1,1,0,0,-3878.02,2109.18,145.329,2.09439,300,0,0,7685,0,0,0,0,0),(76871,21996,530,1,1,0,0,-3904.89,2128.52,133.767,1.18682,300,0,0,7685,0,0,0,0,0),(76872,21996,530,1,1,0,0,-3960.66,2061.34,142.882,5.48033,300,0,0,7685,0,0,0,0,0),(76873,21996,530,1,1,0,0,-3970.95,2286.73,173.727,6.23082,300,0,0,7685,0,0,0,0,0),(76874,21996,530,1,1,0,0,-3959.86,2210.98,119.755,1.69297,300,0,0,7685,0,0,0,0,0),(76875,21996,530,1,1,0,0,-4081.2,2181.06,148.631,1.22173,300,0,0,7685,0,0,0,0,0),(76876,21996,530,1,1,0,0,-4041.43,2235.01,143.284,0.069813,300,0,0,7685,0,0,0,0,0),(76877,21996,530,1,1,0,0,216.547,5935.93,86.8529,3.38594,300,0,0,7685,0,0,0,0,0),(76878,21996,530,1,1,0,0,257.217,6020.71,62.3519,3.94444,300,0,0,7685,0,0,0,0,0),(76879,21996,530,1,1,0,0,317.952,5983.41,53.5999,2.72271,300,0,0,7685,0,0,0,0,0),(76880,21996,530,1,1,0,0,239.972,6055.17,188.588,0.05236,300,0,0,7685,0,0,0,0,0),(76881,21996,530,1,1,0,0,281.196,6119.09,187.631,5.14872,300,0,0,7685,0,0,0,0,0),(76882,21996,530,1,1,0,0,281.644,6061.78,186.129,5.53269,300,0,0,7685,0,0,0,0,0),(76883,21996,530,1,1,0,0,281.347,5988.36,187.271,2.54818,300,0,0,7685,0,0,0,0,0),(76884,21996,530,1,1,0,0,321.533,6038.95,182.193,2.47837,300,0,0,7685,0,0,0,0,0),(76885,21996,530,1,1,0,0,1020,7366.83,94.9739,2.35619,300,0,0,7685,0,0,0,0,0),(76886,21996,530,1,1,0,0,997.073,7420.18,73.1639,2.80998,300,0,0,7685,0,0,0,0,0),(76887,21996,530,1,1,0,0,1022,7316.85,107.246,4.79965,300,0,0,7685,0,0,0,0,0),(76888,21996,530,1,1,0,0,-2902.96,3932.89,23.8218,4.27606,300,0,0,7685,0,0,0,0,0),(76889,21996,530,1,1,0,0,-2897.6,3979.81,25.0449,1.5708,300,0,0,7685,0,0,0,0,0),(76890,21996,530,1,1,0,0,-2917.44,3996.81,25.0449,4.60767,300,0,0,7685,0,0,0,0,0),(76891,21996,530,1,1,0,0,-3004.95,3991.58,53.5548,2.70526,300,0,0,7685,0,0,0,0,0),(76892,21996,530,1,1,0,0,-2989.65,3867.69,42.181,0.575959,300,0,0,7685,0,0,0,0,0),(76893,21996,530,1,1,0,0,-2996.56,4036.64,27.254,1.36136,300,0,0,7685,0,0,0,0,0),(76894,21996,530,1,1,0,0,-2953.82,4070.21,29.389,5.39307,300,0,0,7685,0,0,0,0,0),(76895,21996,530,1,1,0,0,-2552.49,7211.25,80.0721,5.16617,300,0,0,7685,0,0,0,0,0),(76896,21996,530,1,1,0,0,-2521.61,7251.5,59.9252,5.044,300,0,0,7685,0,0,0,0,0),(76897,21996,530,1,1,0,0,-2683.96,7194.55,92.1738,6.10865,300,0,0,7685,0,0,0,0,0),(76898,21996,530,1,1,0,0,-2628.48,7292.63,84.3997,4.76475,300,0,0,7685,0,0,0,0,0),(76899,21996,530,1,1,0,0,-2746.16,7316.42,151.266,6.17846,300,0,0,7685,0,0,0,0,0),(76900,21996,530,1,1,0,0,-2619.28,7368.98,98.3846,2.60054,300,0,0,7685,0,0,0,0,0),(76901,21996,530,1,1,0,0,-2571.16,7286.37,70.6506,3.9968,300,0,0,7685,0,0,0,0,0),(76902,21996,530,1,1,0,0,-2567.03,7340.58,40.7447,2.9147,300,0,0,7685,0,0,0,0,0),(76903,21996,530,1,1,0,0,-2518.6,7366.39,79.6252,0.436332,300,0,0,7685,0,0,0,0,0),(76904,21997,530,1,1,0,0,3088.84,3650.18,165.507,3.40339,300,0,0,7685,0,0,0,0,0),(76905,21997,530,1,1,0,0,3080.45,3695.87,171.384,5.77704,300,0,0,7685,0,0,0,0,0),(76906,21997,530,1,1,0,0,3048.87,3636.17,164.447,6.21337,300,0,0,7685,0,0,0,0,0),(76907,21997,530,1,1,0,0,3014.56,3694.92,156.059,3.71755,300,0,0,7685,0,0,0,0,0),(76908,21997,530,1,1,0,0,2981.25,3659.25,173.853,5.09636,300,0,0,7685,0,0,0,0,0),(76909,21997,530,1,1,0,0,3007.99,3668.72,200.211,4.45059,300,0,0,7685,0,0,0,0,0),(76910,21997,530,1,1,0,0,2979.41,3732.97,164.285,2.23402,300,0,0,7685,0,0,0,0,0),(76911,21997,530,1,1,0,0,2956.97,3659.89,152.759,1.90241,300,0,0,7685,0,0,0,0,0),(76912,21999,530,1,1,0,0,-826.037,2633.64,154.006,4.83456,300,0,0,7685,0,0,0,0,0),(76913,21999,530,1,1,0,0,-803.185,2596.41,153.591,5.42797,300,0,0,7685,0,0,0,0,0),(76914,21999,530,1,1,0,0,-776.235,2574.07,122.422,3.05433,300,0,0,7685,0,0,0,0,0),(76915,21999,530,1,1,0,0,-790.544,2655.04,154.621,1.88496,300,0,0,7685,0,0,0,0,0),(76916,21999,530,1,1,0,0,-789.257,2738.45,176.588,5.23599,300,0,0,7685,0,0,0,0,0),(76917,21999,530,1,1,0,0,-808.73,2765.63,176.798,2.30383,300,0,0,7685,0,0,0,0,0),(76918,21999,530,1,1,0,0,-780.226,2784.35,176.218,0.541052,300,0,0,7685,0,0,0,0,0),(76919,21999,530,1,1,0,0,-761.175,2756.92,176.702,5.39307,300,0,0,7685,0,0,0,0,0),(76920,21999,530,1,1,0,0,-715.8,2710.57,106.943,5.39307,300,0,0,7685,0,0,0,0,0),(76921,21999,530,1,1,0,0,-710.613,2756.56,113.657,5.60251,300,0,0,7685,0,0,0,0,0),(76922,21999,530,1,1,0,0,-697.087,2739.31,113.071,4.32842,300,0,0,7685,0,0,0,0,0),(76923,21999,530,1,1,0,0,-696.456,2708.14,113.075,5.42797,300,0,0,7685,0,0,0,0,0),(76924,21999,530,1,1,0,0,-768.089,2617.43,154.744,6.07375,300,0,0,7685,0,0,0,0,0),(76925,21999,530,1,1,0,0,-672.995,2741.72,104.849,3.33358,300,0,0,7685,0,0,0,0,0),(76926,21999,530,1,1,0,0,-687.581,2790.04,127.159,4.4855,300,0,0,7685,0,0,0,0,0),(76927,21999,530,1,1,0,0,-723.389,2562.29,119.186,5.18363,300,0,0,7685,0,0,0,0,0),(76928,21999,530,1,1,0,0,-641.481,2677.02,110.546,5.3058,300,0,0,7685,0,0,0,0,0),(76929,21999,530,1,1,0,0,-638.345,2767.15,115.685,4.46804,300,0,0,7685,0,0,0,0,0),(76930,21999,530,1,1,0,0,-610.073,2698.11,126.095,0.558505,300,0,0,7685,0,0,0,0,0),(76931,21999,530,1,1,0,0,-595.328,2735.58,115.86,3.97935,300,0,0,7685,0,0,0,0,0),(76932,21999,530,1,1,0,0,-625.626,2604.81,113.88,1.06465,300,0,0,7685,0,0,0,0,0),(76933,21999,530,1,1,0,0,-669.69,2574.38,115.854,1.50098,300,0,0,7685,0,0,0,0,0),(76934,21999,530,1,1,0,0,-579.346,2633.43,114.578,1.43117,300,0,0,7685,0,0,0,0,0),(76935,21999,530,1,1,0,0,2063.56,6772,206.974,6.02139,300,0,0,7685,0,0,0,0,0),(76936,21999,530,1,1,0,0,2025.75,6800.15,193.657,3.28122,300,0,0,7685,0,0,0,0,0),(76937,21999,530,1,1,0,0,2099.96,6801.03,193.78,0.645772,300,0,0,7685,0,0,0,0,0),(76938,21999,530,1,1,0,0,2062.76,6817.5,206.897,1.0472,300,0,0,7685,0,0,0,0,0),(76939,21999,530,1,1,0,0,2017.92,6879.16,225.58,5.88176,300,0,0,7685,0,0,0,0,0),(76940,21999,530,1,1,0,0,1958.17,6896.25,181.56,4.17134,300,0,0,7685,0,0,0,0,0),(76941,21999,530,1,1,0,0,2024.83,6896.75,243.382,0.226893,300,0,0,7685,0,0,0,0,0),(76942,21999,530,1,1,0,0,2036.69,6876.86,217.769,4.7822,300,0,0,7685,0,0,0,0,0),(76943,21999,530,1,1,0,0,2078.97,6882.56,209.653,6.02139,300,0,0,7685,0,0,0,0,0),(76944,21999,530,1,1,0,0,2100.88,6906.18,207.789,2.72271,300,0,0,7685,0,0,0,0,0),(76945,21999,530,1,1,0,0,1835.53,5545.41,292.716,0.628319,300,0,0,7685,0,0,0,0,0),(76946,21999,530,1,1,0,0,1890.47,5545.99,278.33,5.72468,300,0,0,7685,0,0,0,0,0),(76947,21999,530,1,1,0,0,1928.77,5571.23,269.267,2.63545,300,0,0,7685,0,0,0,0,0),(76948,21999,530,1,1,0,0,1917.34,5519.32,291.364,3.61283,300,0,0,7685,0,0,0,0,0),(76949,21999,530,1,1,0,0,1953.45,5537.38,300.087,1.3439,300,0,0,7685,0,0,0,0,0),(76950,21999,530,1,1,0,0,-3944.3,1995.48,118.127,2.37365,300,0,0,7685,0,0,0,0,0),(76951,21999,530,1,1,0,0,-3943.19,2064.49,126.969,1.74533,300,0,0,7685,0,0,0,0,0),(76952,21999,530,1,1,0,0,-3973.64,2088.24,141.293,4.5204,300,0,0,7685,0,0,0,0,0),(76953,21999,530,1,1,0,0,-3877.11,2118.59,124.04,3.64774,300,0,0,7685,0,0,0,0,0),(76954,21999,530,1,1,0,0,-4090.91,2136.58,156.176,3.10669,300,0,0,7685,0,0,0,0,0),(76955,21999,530,1,1,0,0,-3908.66,2185.63,129.108,4.31096,300,0,0,7685,0,0,0,0,0),(76956,21999,530,1,1,0,0,-4055.19,2246.82,147.785,1.29154,300,0,0,7685,0,0,0,0,0),(76957,21999,530,1,1,0,0,242.597,5938.95,80.4729,1.55334,300,0,0,7685,0,0,0,0,0),(76958,21999,530,1,1,0,0,252.151,6017.67,44.3957,5.09636,300,0,0,7685,0,0,0,0,0),(76959,21999,530,1,1,0,0,306.185,5970.16,47.6536,4.81711,300,0,0,7685,0,0,0,0,0),(76960,21999,530,1,1,0,0,306.969,6041.61,161.508,3.87463,300,0,0,7685,0,0,0,0,0),(76961,21999,530,1,1,0,0,249.114,6010.04,152.336,4.45059,300,0,0,7685,0,0,0,0,0),(76962,21999,530,1,1,0,0,228.258,6059.06,161.995,3.08923,300,0,0,7685,0,0,0,0,0),(76963,21999,530,1,1,0,0,281.276,6094.28,180.073,6.14356,300,0,0,7685,0,0,0,0,0),(76964,21999,530,1,1,0,0,281.231,6118.58,150.316,2.54818,300,0,0,7685,0,0,0,0,0),(76965,21999,530,1,1,0,0,281.534,5997.2,169.714,5.13127,300,0,0,7685,0,0,0,0,0),(76966,21999,530,1,1,0,0,974.394,7422.64,55.411,4.53786,300,0,0,7685,0,0,0,0,0),(76967,21999,530,1,1,0,0,1049.34,7365.76,59.2758,5.67232,300,0,0,7685,0,0,0,0,0),(76968,21999,530,1,1,0,0,-2902.26,3956.28,26.1126,0.15708,300,0,0,7685,0,0,0,0,0),(76969,21999,530,1,1,0,0,-2909.69,3905.94,23.8218,0.680678,300,0,0,7685,0,0,0,0,0),(76970,21999,530,1,1,0,0,-2912.49,4024.54,22.1254,4.90438,300,0,0,7685,0,0,0,0,0),(76971,21999,530,1,1,0,0,-2892.44,4000.03,25.0449,0.750492,300,0,0,7685,0,0,0,0,0),(76972,21999,530,1,1,0,0,-3002.83,3984.1,23.4764,6.19592,300,0,0,7685,0,0,0,0,0),(76973,21999,530,1,1,0,0,-2997.32,3971.48,61.5186,5.77704,300,0,0,7685,0,0,0,0,0),(76974,21999,530,1,1,0,0,-2976.7,4027.53,18.1939,2.96706,300,0,0,7685,0,0,0,0,0),(76975,21999,530,1,1,0,0,-3009.94,3886.88,23.9891,3.08923,300,0,0,7685,0,0,0,0,0),(76976,21999,530,1,1,0,0,-3020.79,3980.85,18.1659,5.68977,300,0,0,7685,0,0,0,0,0),(76977,21999,530,1,1,0,0,-3015.17,3839.48,43.1764,3.92699,300,0,0,7685,0,0,0,0,0),(76978,21999,530,1,1,0,0,-3060.14,4017.06,27.0633,1.27409,300,0,0,7685,0,0,0,0,0),(76979,21999,530,1,1,0,0,-2980,4074.18,29.389,1.76278,300,0,0,7685,0,0,0,0,0),(76980,21999,530,1,1,0,0,-3024.56,4043.32,27.254,0.872665,300,0,0,7685,0,0,0,0,0),(76981,21999,530,1,1,0,0,-2946.41,4087.58,28.4846,5.39307,300,0,0,7685,0,0,0,0,0),(76982,21999,530,1,1,0,0,-2560.78,7210.63,62.7427,2.93215,300,0,0,7685,0,0,0,0,0),(76983,21999,530,1,1,0,0,-2678.55,7190.99,62.9892,0.244346,300,0,0,7685,0,0,0,0,0),(76984,21999,530,1,1,0,0,-2521.26,7259.47,40.8604,4.2586,300,0,0,7685,0,0,0,0,0),(76985,21999,530,1,1,0,0,-2635.37,7294.26,67.2767,2.87979,300,0,0,7685,0,0,0,0,0),(76986,21999,530,1,1,0,0,-2763.21,7320.41,98.624,5.51524,300,0,0,7685,0,0,0,0,0),(76987,21999,530,1,1,0,0,-2623.18,7374.79,63.6089,5.11381,300,0,0,7685,0,0,0,0,0),(76988,21999,530,1,1,0,0,-2562.79,7297.8,52.3695,2.09439,300,0,0,7685,0,0,0,0,0),(76989,21999,530,1,1,0,0,-2523.14,7358.04,37.1659,1.5708,300,0,0,7685,0,0,0,0,0),(76990,22001,530,1,1,0,0,242.428,2660.11,114.993,3.9619,300,0,0,7685,0,0,0,0,0),(76991,22001,530,1,1,0,0,273.086,2702.24,115.497,2.37365,300,0,0,7685,0,0,0,0,0),(76992,22001,530,1,1,0,0,231.933,2728.2,116.039,3.76991,300,0,0,7685,0,0,0,0,0),(76993,22001,530,1,1,0,0,175.677,2742.48,120.482,0,300,0,0,7685,0,0,0,0,0),(76994,22001,530,1,1,0,0,206.633,2692.8,116.187,5.16617,300,0,0,7685,0,0,0,0,0),(76995,22001,530,1,1,0,0,162.617,2798.01,127.531,5.60251,300,0,0,7685,0,0,0,0,0),(76996,22001,530,1,1,0,0,121.65,2790.78,137.336,2.74017,300,0,0,7685,0,0,0,0,0),(76997,22001,530,1,1,0,0,57.8527,2742.39,97.2011,3.1765,300,0,0,7685,0,0,0,0,0),(76998,22001,530,1,1,0,0,49.7441,2732.28,97.0366,2.6529,300,0,0,7685,0,0,0,0,0),(76999,22001,530,1,1,0,0,-593.43,4078.41,151.651,4.20624,300,0,0,7685,0,0,0,0,0),(77000,22001,530,1,1,0,0,2327.74,6073.73,161.68,6.26573,300,0,0,7685,0,0,0,0,0),(77001,22001,530,1,1,0,0,2436.2,6092.03,177.403,0.226893,300,0,0,7685,0,0,0,0,0),(77002,22001,530,1,1,0,0,2383.21,5928.86,185.677,4.85202,300,0,0,7685,0,0,0,0,0),(77003,22001,530,1,1,0,0,2385.14,5957.78,185.677,2.21657,300,0,0,7685,0,0,0,0,0),(77004,22001,530,1,1,0,0,2421.57,5961.94,185.677,3.36848,300,0,0,7685,0,0,0,0,0),(77005,22001,530,1,1,0,0,2426.07,5925.07,185.677,4.27606,300,0,0,7685,0,0,0,0,0),(77006,22001,530,1,1,0,0,2492.92,5968.36,184.799,1.46608,300,0,0,7685,0,0,0,0,0),(77007,22001,530,1,1,0,0,2282.89,5945.33,162.638,1.11701,300,0,0,7685,0,0,0,0,0),(77008,22001,530,1,1,0,0,2264.98,6003.74,176.357,5.77704,300,0,0,7685,0,0,0,0,0),(77009,22001,530,1,1,0,0,-3005,2640,94,1,300,0,0,7685,0,0,0,0,0),(77010,22001,530,1,1,0,0,-2916.44,2659.27,124.076,3.35103,300,0,0,7685,0,0,0,0,0),(77011,22001,530,1,1,0,0,-3094.21,2595.93,76.9894,4.93928,300,0,0,7685,0,0,0,0,0),(77012,22001,530,1,1,0,0,-2967.67,2560.49,149.482,1.3439,300,0,0,7685,0,0,0,0,0),(77013,22001,530,1,1,0,0,-3089.79,2516.04,97.5609,5.58505,300,0,0,7685,0,0,0,0,0),(77014,22001,530,1,1,0,0,112.733,5235.92,38.5466,3.28122,300,0,0,7685,0,0,0,0,0),(77015,22001,530,1,1,0,0,132.889,5139.28,55.1052,0.401426,300,0,0,7685,0,0,0,0,0),(77016,22001,530,1,1,0,0,-2582.18,4322.6,62.3936,5.25344,300,0,0,7685,0,0,0,0,0),(77017,22001,530,1,1,0,0,-2551.52,4347.2,43.7415,2.67035,300,0,0,7685,0,0,0,0,0),(77018,22001,530,1,1,0,0,-2555.44,4395.77,70.2068,6.14356,300,0,0,7685,0,0,0,0,0),(77019,22001,530,1,1,0,0,-2667.55,4381.95,56.6353,1.27409,300,0,0,7685,0,0,0,0,0),(77020,22001,530,1,1,0,0,-2623.69,4435.32,69.973,3.31613,300,0,0,7685,0,0,0,0,0),(77021,22001,530,1,1,0,0,-2625.49,4408.14,47.8328,2.53073,300,0,0,7685,0,0,0,0,0),(77022,22001,530,1,1,0,0,-2594.23,4457.58,69.973,4.83456,300,0,0,7685,0,0,0,0,0),(77023,22001,530,1,1,0,0,-2682.51,4439.58,68.6271,4.04916,300,0,0,7685,0,0,0,0,0),(77024,22001,530,1,1,0,0,-2615.97,4486.83,69.973,5.18363,300,0,0,7685,0,0,0,0,0),(77025,22001,530,1,1,0,0,-2645.91,4464.38,69.973,2.94961,300,0,0,7685,0,0,0,0,0),(77026,22001,530,1,1,0,0,-1266.26,6963.27,71.9435,0.05236,300,0,0,7685,0,0,0,0,0),(77027,22001,530,1,1,0,0,-1203.53,7144.56,90.2001,6.21337,300,0,0,7685,0,0,0,0,0),(77028,22001,530,1,1,0,0,-1211.8,7180.73,90.2001,3.35103,300,0,0,7685,0,0,0,0,0),(77029,22001,530,1,1,0,0,-1239.35,7136.66,90.2001,1.309,300,0,0,7685,0,0,0,0,0),(77030,22001,530,1,1,0,0,-1247.11,7172.16,90.2001,3.36848,300,0,0,7685,0,0,0,0,0),(77031,22001,530,1,1,0,0,-1255.97,7042.39,56.3197,0.087266,300,0,0,7685,0,0,0,0,0),(77032,22001,530,1,1,0,0,-1270.4,7080.36,69.0811,2.32129,300,0,0,7685,0,0,0,0,0),(77033,22001,530,1,1,0,0,-1339.05,7004.15,71.3192,2.56563,300,0,0,7685,0,0,0,0,0),(77034,22001,530,1,1,0,0,-1418.82,7270.5,56.1453,2.54818,300,0,0,7685,0,0,0,0,0),(77035,22001,530,1,1,0,0,-1240.01,7249.28,70.1693,0.05236,300,0,0,7685,0,0,0,0,0),(77036,22001,530,1,1,0,0,-1340.95,7353.25,54.4457,0.174533,300,0,0,7685,0,0,0,0,0),(77037,22001,530,1,1,0,0,-1249.16,7375.79,67.8163,2.3911,300,0,0,7685,0,0,0,0,0),(77038,22001,530,1,1,0,0,-1287.89,7395.8,61.1279,4.08407,300,0,0,7685,0,0,0,0,0),(77039,22001,530,1,1,0,0,-1174.58,7351.25,67.5236,2.26893,300,0,0,7685,0,0,0,0,0),(77040,22001,530,1,1,0,0,-1165.59,7268.11,73.2856,3.38594,300,0,0,7685,0,0,0,0,0),(77041,22001,530,1,1,0,0,-1483.92,7135.43,74.7177,3.71755,300,0,0,7685,0,0,0,0,0),(77042,22002,530,1,1,0,0,175.717,2582.29,83.4964,5.95157,300,0,0,7685,0,0,0,0,0),(77043,22002,530,1,1,0,0,220.207,2590.95,88.0852,0.401426,300,0,0,7685,0,0,0,0,0),(77044,22002,530,1,1,0,0,174.451,2632.11,86.8997,3.52556,300,0,0,7685,0,0,0,0,0),(77045,22002,530,1,1,0,0,100.095,2616.23,76.0597,4.74729,300,0,0,7685,0,0,0,0,0),(77046,22002,530,1,1,0,0,84.3212,2651.17,82.0692,4.71239,300,0,0,7685,0,0,0,0,0),(77047,22002,530,1,1,0,0,105.509,5177.62,22.0492,3.33358,300,0,0,7685,0,0,0,0,0),(77048,22002,530,1,1,0,0,105.444,5206.8,21.7179,4.18879,300,0,0,7685,0,0,0,0,0),(77049,22002,530,1,1,0,0,254.454,7790.54,23.3164,3.76991,300,0,0,7685,0,0,0,0,0),(77050,22002,530,1,1,0,0,236.742,7837.77,23.671,2.05949,300,0,0,7685,0,0,0,0,0),(77051,22002,530,1,1,0,0,263.84,7847.25,23.9397,1.78024,300,0,0,7685,0,0,0,0,0),(77052,22002,530,1,1,0,0,294.597,7850.74,22.4387,1.3439,300,0,0,7685,0,0,0,0,0),(77053,22002,530,1,1,0,0,172.291,7856.55,17.4597,4.10152,300,0,0,7685,0,0,0,0,0),(77054,22002,530,1,1,0,0,263.233,7884.71,21.8265,0.994838,300,0,0,7685,0,0,0,0,0),(77055,22002,530,1,1,0,0,222.793,7900.79,17.5803,1.11701,300,0,0,7685,0,0,0,0,0),(77056,22002,530,1,1,0,0,292.212,7908.89,20.2949,0.907571,300,0,0,7685,0,0,0,0,0),(77057,22002,530,1,1,0,0,356.766,7851.77,22.2362,1.79769,300,0,0,7685,0,0,0,0,0),(77058,22002,530,1,1,0,0,293.21,7950.32,21.3365,5.95157,300,0,0,7685,0,0,0,0,0),(77059,22002,530,1,1,0,0,190.43,7958.67,23.4529,2.79253,300,0,0,7685,0,0,0,0,0),(77060,22003,530,1,1,0,0,-776.479,2718.4,116.536,1.13446,300,0,0,7685,0,0,0,0,0),(77061,22003,530,1,1,0,0,-758.837,2649.03,107.343,3.47321,300,0,0,7685,0,0,0,0,0),(77062,22003,530,1,1,0,0,-747.311,2748.85,114.686,0.331613,300,0,0,7685,0,0,0,0,0),(77063,22003,530,1,1,0,0,-714.449,2652.42,92.8407,5.3058,300,0,0,7685,0,0,0,0,0),(77064,22003,530,1,1,0,0,-733.511,2614.9,90.6077,3.85718,300,0,0,7685,0,0,0,0,0),(77065,22003,530,1,1,0,0,-686.467,2662.15,91.8925,3.97935,300,0,0,7685,0,0,0,0,0),(77066,22003,530,1,1,0,0,-694.963,2595.15,88.6445,2.05949,300,0,0,7685,0,0,0,0,0),(77067,22003,530,1,1,0,0,-572.22,2677.74,85.5282,3.03687,300,0,0,7685,0,0,0,0,0),(77068,22003,530,1,1,0,0,200.015,4354.05,117.159,5.93412,300,0,0,7685,0,0,0,0,0),(77069,22003,530,1,1,0,0,199.817,4310.06,117.62,0.907571,300,0,0,7685,0,0,0,0,0),(77070,22003,530,1,1,0,0,1923.72,6836.59,149.922,5.8294,300,0,0,7685,0,0,0,0,0),(77071,22003,530,1,1,0,0,2066.81,6710.1,147.937,2.40855,300,0,0,7685,0,0,0,0,0),(77072,22003,530,1,1,0,0,-3956.97,2237.82,101.931,2.07694,300,0,0,7685,0,0,0,0,0),(77073,22003,530,1,1,0,0,-4024.86,2217.85,110.236,6.24828,300,0,0,7685,0,0,0,0,0),(77074,22003,530,1,1,0,0,-4056.28,2186.21,109.914,3.92699,300,0,0,7685,0,0,0,0,0),(77075,22003,530,1,1,0,0,352.731,6048.29,127.761,5.16617,300,0,0,7685,0,0,0,0,0),(77076,22003,530,1,1,0,0,317.391,6112.87,129.172,4.41568,300,0,0,7685,0,0,0,0,0),(77077,22003,530,1,1,0,0,237.692,6102.14,128.294,4.99164,300,0,0,7685,0,0,0,0,0),(77078,22003,530,1,1,0,0,202.962,6067.11,148.404,6.17846,300,0,0,7685,0,0,0,0,0),(77079,22003,530,1,1,0,0,283.265,5954.89,149.825,3.94444,300,0,0,7685,0,0,0,0,0),(77080,22003,530,1,1,0,0,1021.38,7310.59,43.373,5.67232,300,0,0,7685,0,0,0,0,0),(77081,22003,530,1,1,0,0,1009.23,7426.61,28.1961,5.49779,300,0,0,7685,0,0,0,0,0),(77082,22003,530,1,1,0,0,-2565.8,7364.99,9.5735,3.7001,300,0,0,7685,0,0,0,0,0),(77083,22004,530,1,1,0,1,2207.24,4761.25,158.082,3.26377,300,0,0,1397200,0,0,0,0,0),(77084,22006,530,1,1,0,1,-3244.62,283.497,137.107,4.87723,300,0,0,83835,18930,0,0,0,0),(77085,22007,530,1,1,0,1,2980.58,5483.43,143.841,1.22173,300,0,0,6542,0,0,0,0,0),(77086,22011,530,1,1,0,0,-4501.33,1312.93,124.729,5.25344,300,0,0,27944,0,0,0,0,0),(77087,22012,530,1,1,0,0,-4496.98,1307.31,124.579,2.28638,300,0,0,22356,63100,0,0,0,0),(77088,22016,530,1,1,0,1,-4395.84,1292.16,85.0072,2.23402,300,0,0,5233,2991,0,0,0,0),(77089,22016,530,1,1,0,1,-4444.62,1301.59,112.151,1.53589,300,0,0,5233,2991,0,0,0,0),(77090,22016,530,1,1,0,1,-4448.52,1301.49,114.243,1.62316,300,0,0,5233,2991,0,0,0,0),(77091,22016,530,1,1,0,1,-4428.07,1294.68,79.4027,5.60251,300,0,0,5233,2991,0,0,0,0),(77092,22016,530,1,1,0,1,-4431.71,1291.15,78.5277,5.51524,300,0,0,5233,2991,0,0,0,0),(77093,22016,530,1,1,0,1,-4409.83,1279.68,78.9027,2.23402,300,0,0,5233,2991,0,0,0,0),(77094,22016,530,1,1,0,1,-4412.82,1277,79.1527,2.33874,300,0,0,5233,2991,0,0,0,0),(77095,22016,530,1,1,0,1,-4452.75,1228.52,57.8289,2.37365,300,0,0,5233,2991,0,0,0,0),(77096,22016,530,1,1,0,1,-4455.95,1224.73,54.1602,2.6529,300,0,0,5233,2991,0,0,0,0),(77097,22016,530,1,1,0,1,-4434.32,1251.85,70.6219,2.53073,300,0,0,5233,2991,0,0,0,0),(77098,22016,530,1,1,0,1,-4432.4,1255.07,71.9666,2.42601,300,0,0,5233,2991,0,0,0,0),(77099,22016,530,1,1,0,1,-4450.57,1275.53,70.2289,5.61996,300,0,0,5233,2991,0,0,0,0),(77100,22016,530,1,1,0,1,-4453.19,1272.51,68.9339,5.55015,300,0,0,5233,2991,0,0,0,0),(77101,22016,530,1,1,0,1,-4475.84,1249.63,55.7845,5.58505,300,0,0,5233,2991,0,0,0,0),(77102,22016,530,1,1,0,1,-4478.31,1246.61,54.4756,5.70654,300,0,0,5233,2991,0,0,0,0),(77103,22016,530,1,1,0,1,-4498.34,1358.71,132.181,2.80998,300,0,0,5233,2991,0,0,0,0),(77104,22016,530,1,1,0,1,-4472.64,1297.54,122.284,1.53589,300,0,0,5233,2991,0,0,0,0),(77105,22016,530,1,1,0,1,-4477.01,1297.55,122.737,1.65806,300,0,0,5233,2991,0,0,0,0),(77106,22016,530,1,1,0,1,-4463.65,1323.49,118.16,4.90438,300,0,0,5233,2991,0,0,0,0),(77107,22016,530,1,1,0,1,-4459.74,1324.07,117.66,4.83456,300,0,0,5233,2991,0,0,0,0),(77108,22016,530,1,1,0,1,-4435.65,1324.36,108.91,4.76475,300,0,0,5233,2991,0,0,0,0),(77109,22016,530,1,1,0,1,-4439.02,1324.27,110.41,4.81711,300,0,0,5233,2991,0,0,0,0),(77110,22016,530,1,1,0,1,-4394.71,1395.12,141.767,5.044,300,0,0,5233,2991,0,0,0,0),(77111,22016,530,1,1,0,1,-4398.19,1394.59,141.231,4.66003,300,0,0,5233,2991,0,0,0,0),(77112,22016,530,1,1,0,1,-4435.27,1342.66,134.141,1.74533,300,0,0,5233,2991,0,0,0,0),(77113,22016,530,1,1,0,1,-4417.64,1349.76,137.674,1.85005,300,0,0,5233,2991,0,0,0,0),(77114,22016,530,1,1,0,1,-4421.24,1348.15,137.293,1.90241,300,0,0,5233,2991,0,0,0,0),(77115,22016,530,1,1,0,1,-4402.11,1356.14,139.413,1.69297,300,0,0,5233,2991,0,0,0,0),(77116,22016,530,1,1,0,1,-4405.68,1354.71,138.537,2.23402,300,0,0,5233,2991,0,0,0,0),(77117,22016,530,1,1,0,1,-4418.94,1398.98,144.497,4.64258,300,0,0,5233,2991,0,0,0,0),(77118,22016,530,1,1,0,1,-4425.03,1399.44,144.906,4.72984,300,0,0,5233,2991,0,0,0,0),(77119,22016,530,1,1,0,1,-4444.76,1402.8,153.12,4.67748,300,0,0,5233,2991,0,0,0,0),(77120,22016,530,1,1,0,1,-4450.36,1401.98,152.913,4.72984,300,0,0,5233,2991,0,0,0,0),(77121,22016,530,1,1,0,1,-4368.87,1329.79,87.0142,4.76475,300,0,0,5233,2991,0,0,0,0),(77122,22016,530,1,1,0,1,-4363.92,1329.67,86.3342,4.74144,300,0,0,5233,2991,0,0,0,0),(77123,22016,530,1,1,0,1,-4366.69,1403.16,143.655,4.88692,300,0,0,5233,2991,0,0,0,0),(77124,22016,530,1,1,0,1,-4371.13,1402.86,143.619,4.76475,300,0,0,5233,2991,0,0,0,0),(77125,22016,530,1,1,0,1,-4352.14,1360.5,148.634,1.5708,300,0,0,5233,2991,0,0,0,0),(77126,22016,530,1,1,0,1,-4356.69,1360.72,147.384,1.64061,300,0,0,5233,2991,0,0,0,0),(77127,22016,530,1,1,0,1,-4314.92,1392.79,145.181,4.72984,300,0,0,5233,2991,0,0,0,0),(77128,22016,530,1,1,0,1,-4318.99,1393.43,144.843,4.57276,300,0,0,5233,2991,0,0,0,0),(77129,22016,530,1,1,0,1,-4282.86,1372.47,142.985,1.5708,300,0,0,5233,2991,0,0,0,0),(77130,22016,530,1,1,0,1,-4286.95,1372.65,144.491,1.36136,300,0,0,5233,2991,0,0,0,0),(77131,22016,530,1,1,0,1,-4303.62,1368.63,142.445,1.58825,300,0,0,5233,2991,0,0,0,0),(77132,22016,530,1,1,0,1,-4309.14,1368.47,143.183,1.51844,300,0,0,5233,2991,0,0,0,0),(77133,22016,530,1,1,0,1,-4225.36,1382.27,131.804,0.593412,300,0,0,5233,2991,0,0,0,0),(77134,22016,530,1,1,0,1,-4228.46,1386.52,131.695,0.994838,300,0,0,5233,2991,0,0,0,0),(77135,22016,530,1,1,0,1,-4286.96,1399.46,141.727,0.226893,300,0,0,5233,2991,0,0,0,0),(77136,22016,530,1,1,0,1,-4285.29,1403.7,142.747,0.15708,300,0,0,5233,2991,0,0,0,0),(77137,22016,530,1,1,0,1,-4123.92,1401.82,85.7138,0.663225,300,0,0,5233,2991,0,0,0,0),(77138,22016,530,1,1,0,1,-4123.19,1398.51,84.9336,0.698132,300,0,0,5233,2991,0,0,0,0),(77139,22016,530,1,1,0,1,-4091.16,1401.57,86.388,2.18166,300,0,0,5233,2991,0,0,0,0),(77140,22016,530,1,1,0,1,-4094.89,1399.19,85.662,2.1293,300,0,0,5233,2991,0,0,0,0),(77141,22017,530,1,1,0,1,-4454.15,1225.99,55.5899,2.26893,300,0,0,5233,2991,0,0,0,0),(77142,22017,530,1,1,0,1,-4451.96,1274.14,69.7969,5.61996,300,0,0,5233,2991,0,0,0,0),(77143,22017,530,1,1,0,1,-4474.75,1297.63,122.531,1.85005,300,0,0,5233,2991,0,0,0,0),(77144,22017,530,1,1,0,1,-4424.6,1307.1,101.486,0.366519,300,0,0,5233,2991,0,0,0,0),(77145,22017,530,1,1,0,1,-4415.51,1310.73,97.1105,3.35103,300,0,0,5233,2991,0,0,0,0),(77146,22017,530,1,1,0,1,-4396.59,1394.88,141.498,5.14872,300,0,0,5233,2991,0,0,0,0),(77147,22017,530,1,1,0,1,-4447.99,1404.78,155.036,4.63644,300,0,0,5233,2991,0,0,0,0),(77148,22017,530,1,1,0,1,-4366.27,1329.88,86.6507,4.69494,300,0,0,5233,2991,0,0,0,0),(77149,22017,530,1,1,0,1,-4369.08,1402.93,143.522,4.67748,300,0,0,5233,2991,0,0,0,0),(77150,22017,530,1,1,0,1,-4378.14,1362.2,142.54,3.35103,300,0,0,5233,2991,0,0,0,0),(77151,22017,530,1,1,0,1,-4385.41,1361.22,141.637,0.191986,300,0,0,5233,2991,0,0,0,0),(77152,22017,530,1,1,0,1,-4244.6,1375.73,140.602,2.84489,300,0,0,5233,2991,0,0,0,0),(77153,22017,530,1,1,0,1,-4255.23,1377.49,142.328,0.034907,300,0,0,5233,2991,0,0,0,0),(77154,22017,530,1,1,0,1,-4093.02,1400.73,86.013,2.33874,300,0,0,5233,2991,0,0,0,0),(77155,22018,530,1,1,0,1,-4449.74,1272.55,68.1758,3.84489,300,5,0,6761,0,1,0,0,0),(77156,22018,530,1,1,0,1,-4446.13,1241.27,63.4163,4.03216,300,5,0,6761,0,1,0,0,0),(77157,22018,530,1,1,0,1,-4582.99,1309.63,135.416,0.087266,300,0,0,6761,0,0,0,0,0),(77158,22018,530,1,1,0,1,-4581.02,1306.49,135.416,0.139626,300,0,0,6761,0,0,0,0,0),(77159,22018,530,1,1,0,1,-4555.49,1344.41,135.456,5.74213,300,0,0,6761,0,0,0,0,0),(77160,22018,530,1,1,0,1,-4560.18,1343.25,135.456,5.79449,300,0,0,6761,0,0,0,0,0),(77161,22018,530,1,1,0,1,-4531.12,1294.86,130.965,0.122173,300,0,0,6761,0,0,0,0,0),(77162,22018,530,1,1,0,1,-4534.01,1297.44,131.134,6.23082,300,0,0,6761,0,0,0,0,0),(77163,22018,530,1,1,0,1,-4488.53,1359.32,130.252,0.370756,300,5,0,6761,0,1,0,0,0),(77164,22018,530,1,1,0,1,-4525.64,1342.22,130.276,6.05629,300,0,0,6761,0,0,0,0,0),(77165,22018,530,1,1,0,1,-4528.85,1339.22,130.859,6.0912,300,0,0,6761,0,0,0,0,0),(77166,22018,530,1,1,0,1,-4375.13,1367.13,142.106,5.64046,300,5,0,6761,0,1,0,0,0),(77167,22018,530,1,1,0,1,-4349.44,1405.27,144.097,4.76475,300,0,0,6761,0,0,0,0,0),(77168,22018,530,1,1,0,1,-4312.6,1371.35,144.507,5.58963,300,5,0,6761,0,1,0,0,0),(77169,22018,530,1,1,0,1,-4314.64,1390.93,144.591,0.049861,300,5,0,6761,0,1,0,0,0),(77170,22018,530,1,1,0,1,-4337.83,1403.84,143.998,4.45059,300,0,0,6761,0,0,0,0,0),(77171,22019,530,1,1,0,1,3052.11,7074.33,155.91,0.680678,300,0,0,9813,0,0,0,0,0),(77172,22020,530,1,1,0,1,2948.06,5446.82,147.584,5.23599,300,0,0,6326,0,0,0,0,0),(77173,22021,530,1,1,0,0,2947.67,5448.04,148.045,0.523599,300,0,0,42,0,0,0,0,0),(77174,22025,530,1,1,0,1,-3023.25,2044.44,96.9412,3.63741,300,0,0,5233,2991,0,0,0,0),(77175,22037,530,1,1,0,1,-3275.15,504.56,92.5611,6.24828,300,0,0,6761,0,0,0,0,0),(77176,22039,530,1,1,0,0,1112.69,6044.74,151.02,5.8265,300,0,0,4422,2620,0,0,0,0),(77177,22039,530,1,1,0,0,1175.25,5999.79,159.322,3.44269,300,0,0,4422,2620,0,0,0,0),(77178,22039,530,1,1,0,0,1161.62,6072.36,158.989,0.921407,300,0,0,4422,2620,0,0,0,0),(77179,22039,530,1,1,0,0,1247.51,5999.79,180.226,0.802851,300,0,0,4422,2620,0,0,0,0),(77180,22039,530,1,1,0,0,1321.94,6004.61,171.459,5.55015,300,0,0,4422,2620,0,0,0,0),(77181,22039,530,1,1,0,0,1358.66,6023.16,154.308,4.17174,300,0,0,4422,2620,0,0,0,0),(77182,22039,530,1,1,0,0,1414.85,6011.94,148.322,3.68375,300,0,0,4422,2620,0,0,0,0),(77183,22039,530,1,1,0,0,1430.83,6022.14,145.406,4.39847,300,0,0,4422,2620,0,0,0,0),(77184,22039,530,1,1,0,0,1343.15,6881.51,111.296,0.017453,300,0,0,4422,2620,0,0,0,0),(77185,22039,530,1,1,0,0,1306.88,6960.35,103.751,2.37365,300,0,0,4422,2620,0,0,0,0),(77186,22039,530,1,1,0,0,1338.79,6936.47,93.1204,3.91614,300,0,0,4422,2620,0,0,0,0),(77187,22039,530,1,1,0,0,1253.1,6959.13,109.429,5.2709,300,0,0,4422,2620,0,0,0,0),(77188,22039,530,1,1,0,0,1181.44,7005.68,122.716,4.79965,300,0,0,4422,2620,0,0,0,0),(77189,22039,530,1,1,0,0,1212.68,6978.98,119.667,0.261799,300,0,0,4422,2620,0,0,0,0),(77190,22039,530,1,1,0,0,1052.58,6019.54,140.885,4.62512,300,0,0,4422,2620,0,0,0,0),(77191,22040,530,1,1,0,0,1252.22,6959.56,109.648,4.79157,300,0,0,5527,0,2,0,0,0),(77192,22040,530,1,1,0,0,1308.53,6957.84,103.731,5.64476,300,0,0,5527,0,2,0,0,0),(77193,22040,530,1,1,0,0,1182.27,7005.14,122.562,0.014402,300,0,0,5527,0,2,0,0,0),(77194,22040,530,1,1,0,0,1213.56,6978.56,119.448,3.14271,300,0,0,5527,0,2,0,0,0),(77195,22040,530,1,1,0,0,1331.97,6921.99,103.445,3.00483,300,0,0,5527,0,2,0,0,0),(77196,22040,530,1,1,0,0,1308.01,6958.69,103.712,5.70704,300,0,0,5527,0,2,0,0,0),(77197,22040,530,1,1,0,0,3113.81,6200.3,142.263,1.19287,300,0,0,5527,0,0,0,0,0),(77198,22040,530,1,1,0,0,3135.4,6236.62,137.463,2.63824,300,0,0,5527,0,0,0,0,0),(77199,22040,530,1,1,0,0,3205.48,6290.76,143.321,4.46608,300,0,0,5527,0,0,0,0,0),(77200,22040,530,1,1,0,0,3206.03,6297.4,134.013,1.46622,300,0,0,5527,0,0,0,0,0),(77201,22040,530,1,1,0,0,3208.64,6363.27,153.608,5.34254,300,0,0,5527,0,0,0,0,0),(77202,22040,530,1,1,0,0,3215.39,6350.47,137.6,3.59581,300,0,0,5527,0,0,0,0,0),(77203,22042,530,1,1,0,1,-3935.71,2091.78,95.4569,0.663225,300,0,0,6542,0,0,0,0,0),(77204,22043,530,1,1,0,1,-3039,2519,62.5028,3,300,0,0,6542,0,0,0,0,0),(77205,22044,530,1,1,0,0,998.442,5981.6,124.96,2.54145,300,5,0,5914,0,1,0,0,0),(77206,22044,530,1,1,0,0,962.83,6006.36,124.163,5.11874,300,5,0,5914,0,1,0,0,0),(77207,22044,530,1,1,0,0,1056.27,6011.82,128.366,5.53666,300,5,0,5914,0,1,0,0,0),(77208,22044,530,1,1,0,0,1049.92,6058.82,130.524,1.04341,300,0,0,5914,0,0,0,0,0),(77209,22044,530,1,1,0,0,1090.78,6016.96,140.278,5.2202,300,5,0,5914,0,1,0,0,0),(77210,22044,530,1,1,0,0,1115.66,6052.1,152.733,5.55911,300,5,0,5914,0,1,0,0,0),(77211,22044,530,1,1,0,0,1102.22,6069.14,145.604,0.249411,300,5,0,5914,0,1,0,0,0),(77212,22044,530,1,1,0,0,1169.2,6020.42,159.153,1.13019,300,5,0,5914,0,1,0,0,0),(77213,22044,530,1,1,0,0,1144.29,6037.82,157.031,5.60828,300,5,0,5914,0,1,0,0,0),(77214,22044,530,1,1,0,0,1134.17,6075.56,155.294,5.33247,300,0,0,5914,0,0,0,0,0),(77215,22044,530,1,1,0,0,1195.42,6053.8,164.067,4.30173,300,5,0,5914,0,1,0,0,0),(77216,22044,530,1,1,0,0,1198.23,6008.13,161.646,3.52128,300,5,0,5914,0,1,0,0,0),(77217,22044,530,1,1,0,0,1227.71,6032.74,168.827,5.6389,300,0,0,5914,0,0,0,0,0),(77218,22044,530,1,1,0,0,1240.91,6008.52,169.327,1.18526,300,5,0,5914,0,1,0,0,0),(77219,22044,530,1,1,0,0,1273.46,6006,168.845,5.08407,300,5,0,5914,0,1,0,0,0),(77220,22044,530,1,1,0,0,1300.06,5982.07,164.631,4.37651,300,5,0,5914,0,1,0,0,0),(77221,22044,530,1,1,0,0,1319.18,6019.5,160.719,3.1215,300,5,0,5914,0,1,0,0,0),(77222,22044,530,1,1,0,0,1349.94,6027.66,155.237,0.620739,300,5,0,5914,0,1,0,0,0),(77223,22044,530,1,1,0,0,1378.54,6028.47,152.747,5.43717,300,5,0,5914,0,1,0,0,0),(77224,22044,530,1,1,0,0,1408.58,6036.01,151.53,3.43923,300,5,0,5914,0,1,0,0,0),(77225,22044,530,1,1,0,0,1361.74,6065.51,156.364,1.28902,300,5,0,5914,0,1,0,0,0),(77226,22044,530,1,1,0,0,1435.62,6041.78,143.325,3.6045,300,5,0,5914,0,1,0,0,0),(77227,22044,530,1,1,0,0,1398.88,6085,152.47,0.682339,300,5,0,5914,0,1,0,0,0),(77228,22044,530,1,1,0,0,1444.26,6072.19,139.438,0.89372,300,5,0,5914,0,1,0,0,0),(77229,22044,530,1,1,0,0,1476.52,6072.16,130.236,4.16739,300,5,0,5914,0,1,0,0,0),(77230,22044,530,1,1,0,0,1461.08,6837.06,109.534,6.13315,300,5,0,5914,0,1,0,0,0),(77231,22044,530,1,1,0,0,1486.82,6814.01,109.372,3.18849,300,0,0,5914,0,0,0,0,0),(77232,22044,530,1,1,0,0,1392.06,6845.37,107.352,5.00455,300,5,0,5914,0,1,0,0,0),(77233,22044,530,1,1,0,0,1342.52,6869.17,100.474,4.38828,300,5,0,5914,0,1,0,0,0),(77234,22044,530,1,1,0,0,1386.62,6864.16,101.019,2.41266,300,5,0,5914,0,1,0,0,0),(77235,22044,530,1,1,0,0,1322.62,6918.65,94.4165,4.96166,300,0,0,5914,0,0,0,0,0),(77236,22044,530,1,1,0,0,1341.84,6904.91,95.0532,0.567933,300,5,0,5914,0,1,0,0,0),(77237,22044,530,1,1,0,0,1320.82,6958.72,92.5951,2.16675,300,5,0,5914,0,1,0,0,0),(77238,22044,530,1,1,0,0,1296.93,6968.21,91.8006,0.007364,300,5,0,5914,0,1,0,0,0),(77239,22044,530,1,1,0,0,1270.99,6947.95,97.8495,4.43493,300,5,0,5914,0,1,0,0,0),(77240,22044,530,1,1,0,0,1230.07,6956.59,101.883,6.23373,300,0,0,5914,0,0,0,0,0),(77241,22044,530,1,1,0,0,1189.99,6994.39,112.46,3.10385,300,0,0,5914,0,0,0,0,0),(77242,22044,530,1,1,0,0,1217.74,6989.71,94.1592,4.17865,300,0,0,5914,0,0,0,0,0),(77243,22044,530,1,1,0,0,1141.08,7041.79,113.796,3.68966,300,5,0,5914,0,1,0,0,0),(77244,22044,530,1,1,0,0,995.582,5983.52,124.631,4.487,300,5,0,5914,0,1,0,0,0),(77245,22044,530,1,1,0,0,964.668,6001.57,123.871,5.23008,300,5,0,5914,0,1,0,0,0),(77246,22044,530,1,1,0,0,1048.36,6019.24,128.788,2.57167,300,5,0,5914,0,1,0,0,0),(77247,22044,530,1,1,0,0,1046.51,6054.54,130.793,3.10516,300,5,0,5914,0,1,0,0,0),(77248,22044,530,1,1,0,0,1090.39,6018.31,139.99,1.13968,300,5,0,5914,0,1,0,0,0),(77249,22044,530,1,1,0,0,1091.89,6067.98,141.179,3.46371,300,5,0,5914,0,1,0,0,0),(77250,22045,530,1,1,0,0,-3695.21,4819.69,-21.2117,3.97406,300,5,0,5914,0,1,0,0,0),(77251,22045,530,1,1,0,0,-3752.51,4755.98,-17.5416,1.65288,300,5,0,5914,0,1,0,0,0),(77252,22045,530,1,1,0,0,-3675.51,4763.32,-21.5843,4.88718,300,5,0,5914,0,1,0,0,0),(77253,22045,530,1,1,0,0,-3684.1,4738.9,-20.5187,5.28348,300,5,0,5914,0,1,0,0,0),(77254,22045,530,1,1,0,0,-3720.59,4780.58,-20.5263,1.44353,300,5,0,5914,0,1,0,0,0),(77255,22045,530,1,1,0,0,-3737.7,4680.38,-16.6463,1.48474,300,5,0,5914,0,1,0,0,0),(77256,22045,530,1,1,0,0,-3789.79,4746.94,-23.1719,1.69875,300,5,0,5914,0,1,0,0,0),(77257,22045,530,1,1,0,0,-3786.65,4703.23,-24.2696,2.99463,300,5,0,5914,0,1,0,0,0),(77258,22045,530,1,1,0,0,-3710.09,4706.75,-17.0244,5.44585,300,5,0,5914,0,1,0,0,0),(77259,22045,530,1,1,0,0,-3826.98,4731.66,-27.278,0.304751,300,5,0,5914,0,1,0,0,0),(77260,22045,530,1,1,0,0,-3827.82,4705.88,-28.3999,3.88762,300,5,0,5914,0,1,0,0,0),(77261,22045,530,1,1,0,0,-3855.59,4730.53,-38.6513,5.44179,300,5,0,5914,0,1,0,0,0),(77262,22046,530,1,1,0,0,1053.49,6019.92,141.038,3.54045,300,0,0,16581,0,0,0,0,0),(77263,22046,530,1,1,0,0,1146.77,6063.3,156.555,3.63863,300,0,0,16581,0,0,0,0,0),(77264,22046,530,1,1,0,0,1181.51,5999.8,161.114,3.14239,300,0,0,16581,0,0,0,0,0),(77265,22046,530,1,1,0,0,1178.78,5999.8,160.331,6.28311,300,0,0,16581,0,0,0,0,0),(77266,22046,530,1,1,0,0,1324.79,6005.96,170.175,3.5816,300,0,0,16581,0,0,0,0,0),(77267,22046,530,1,1,0,0,1416.51,6013.01,148.018,3.71747,300,0,0,16581,0,0,0,0,0),(77268,22052,530,1,1,0,0,2141.16,6400.78,-10.2139,4.9249,300,5,0,5914,0,1,0,0,0),(77269,22052,530,1,1,0,0,2176.48,6396.78,-10.2139,3.19966,300,5,0,5914,0,1,0,0,0),(77270,22052,530,1,1,0,0,2377.13,6385.64,-10.1846,0.382231,300,5,0,5914,0,1,0,0,0),(77271,22052,530,1,1,0,0,2621.41,6383.37,-9.11777,4.42617,300,5,0,5914,0,1,0,0,0),(77272,22052,530,1,1,0,0,2729.02,6246.72,-10.1337,2.24777,300,5,0,5914,0,1,0,0,0),(77273,22052,530,1,1,0,0,2729.08,6175,-10.2139,2.3264,300,5,0,5914,0,1,0,0,0),(77274,22052,530,1,1,0,0,2798.61,6060.54,-10.2741,3.55425,300,5,0,5914,0,1,0,0,0),(77275,22052,530,1,1,0,0,2904.88,6087.59,-4.58849,0.042964,300,5,0,5914,0,1,0,0,0),(77276,22052,530,1,1,0,0,3043.07,6020.98,-10.2139,6.18382,300,5,0,5914,0,1,0,0,0),(77277,22053,530,1,1,0,0,3017.66,5523.29,148.27,3.83972,300,0,0,6542,0,0,0,0,0),(77278,22054,530,1,1,0,0,-4229.63,1438.53,132.541,2.58309,300,0,0,27044,0,0,0,0,0),(77279,22058,530,1,1,0,0,-3249.96,287.168,139.646,0.034907,300,0,0,6722,0,0,0,0,0),(77280,22060,530,1,1,0,1,-2024.52,-10786.1,81.9137,0.664982,3600,5,0,751,0,1,0,0,0),(77281,22060,530,1,1,0,1,-2108.38,-11378,63.8456,5.98361,3600,5,0,751,0,1,0,0,0),(77282,22061,530,1,1,0,1,-3256.69,272.998,137.138,1.06465,300,0,0,16767,9465,0,0,0,0),(77283,22061,530,1,1,0,1,-3236.01,291.181,137.178,3.36848,300,0,0,16767,9465,0,0,0,0),(77284,22061,530,1,1,0,1,-3254.48,301.103,137.13,5.11381,300,0,0,16767,9465,0,0,0,0),(77285,22063,530,1,1,0,0,3107.07,3652.84,161.063,1.0472,300,0,0,7685,0,0,0,0,0),(77286,22063,530,1,1,0,0,3072.33,3637.09,160.131,2.96706,300,0,0,7685,0,0,0,0,0),(77287,22063,530,1,1,0,0,3070.15,3700.1,161.691,5.06145,300,0,0,7685,0,0,0,0,0),(77288,22063,530,1,1,0,0,3034.37,3629.7,175.787,4.08407,300,0,0,7685,0,0,0,0,0),(77289,22063,530,1,1,0,0,3030.06,3657.22,159.732,1.41372,300,0,0,7685,0,0,0,0,0),(77290,22063,530,1,1,0,0,3022.25,3686.82,150.868,2.6529,300,0,0,7685,0,0,0,0,0),(77291,22063,530,1,1,0,0,3037.93,3670.8,197.566,4.06662,300,0,0,7685,0,0,0,0,0),(77292,22063,530,1,1,0,0,3001.07,3687.62,150.874,2.51327,300,0,0,7685,0,0,0,0,0),(77293,22063,530,1,1,0,0,2998.99,3718.37,174.816,3.52556,300,0,0,7685,0,0,0,0,0),(77294,22063,530,1,1,0,0,2987.4,3636.59,166.232,4.85202,300,0,0,7685,0,0,0,0,0),(77295,22063,530,1,1,0,0,2960.63,3683.34,161.922,1.29154,300,0,0,7685,0,0,0,0,0),(77296,22063,530,1,1,0,0,2997.25,3745.42,162.223,2.18166,300,0,0,7685,0,0,0,0,0),(77297,22063,530,1,1,0,0,2957.2,3648.61,153.06,3.85718,300,0,0,7685,0,0,0,0,0),(77298,22063,530,1,1,0,0,2969.58,3752.86,162.114,4.32842,300,0,0,7685,0,0,0,0,0),(77299,22065,530,1,1,0,0,4098.76,3097.82,363.486,6.23082,300,0,0,7685,0,0,0,0,0),(77300,22065,530,1,1,0,0,4159.61,3048.84,372.709,0.767945,300,0,0,7685,0,0,0,0,0),(77301,22065,530,1,1,0,0,4194.06,3092.19,358.952,2.25148,300,0,0,7685,0,0,0,0,0),(77302,22065,530,1,1,0,0,4230.73,3008.82,370.558,0.139626,300,0,0,7685,0,0,0,0,0),(77303,22065,530,1,1,0,0,4082.07,2979.37,391.673,1.93731,300,0,0,7685,0,0,0,0,0),(77304,22065,530,1,1,0,0,4090.74,3026.77,400.477,1.51844,300,0,0,7685,0,0,0,0,0),(77305,22065,530,1,1,0,0,4116.41,2960.03,387.718,4.34587,300,0,0,7685,0,0,0,0,0),(77306,22065,530,1,1,0,0,4171.86,2962.47,395.826,1.13446,300,0,0,7685,0,0,0,0,0),(77307,22065,530,1,1,0,0,4144.13,2934.21,406.72,2.09439,300,0,0,7685,0,0,0,0,0),(77308,22066,530,1,1,0,0,-4148.34,1158.7,80.5739,4.79965,300,0,0,7685,0,0,0,0,0),(77309,22066,530,1,1,0,0,-4100.24,1129.23,80.246,0.296706,300,0,0,7685,0,0,0,0,0),(77310,22066,530,1,1,0,0,-4083.34,1153.38,66.1719,2.89725,300,0,0,7685,0,0,0,0,0),(77311,22066,530,1,1,0,0,-4137.71,1092.6,79.6477,3.40339,300,0,0,7685,0,0,0,0,0),(77312,22068,530,1,1,0,0,4116.92,3073.32,361.737,1.8326,300,0,0,7685,0,0,0,0,0),(77313,22068,530,1,1,0,0,4105.39,3068.48,361.54,0.05236,300,0,0,7685,0,0,0,0,0),(77314,22068,530,1,1,0,0,4163.51,3077.33,359.973,3.40339,300,0,0,7685,0,0,0,0,0),(77315,22068,530,1,1,0,0,4142.87,3048.72,359.125,5.09636,300,0,0,7685,0,0,0,0,0),(77316,22068,530,1,1,0,0,4178.65,3041.2,364.806,3.75246,300,0,0,7685,0,0,0,0,0),(77317,22068,530,1,1,0,0,4202.55,3097.04,363.036,3.9968,300,0,0,7685,0,0,0,0,0),(77318,22068,530,1,1,0,0,4196.81,3003.69,362.062,3.4383,300,0,0,7685,0,0,0,0,0),(77319,22068,530,1,1,0,0,4198.21,3015.56,361.539,2.54818,300,0,0,7685,0,0,0,0,0),(77320,22068,530,1,1,0,0,4179.51,2973.06,370.834,5.86431,300,0,0,7685,0,0,0,0,0),(77321,22068,530,1,1,0,0,4070.5,3031.54,367.121,5.41052,300,0,0,7685,0,0,0,0,0),(77322,22068,530,1,1,0,0,4078.57,3003.95,391.872,2.58309,300,0,0,7685,0,0,0,0,0),(77323,22068,530,1,1,0,0,4166.53,2951.34,381.25,3.76991,300,0,0,7685,0,0,0,0,0),(77324,22068,530,1,1,0,0,4136.68,2948.76,371.248,5.98648,300,0,0,7685,0,0,0,0,0),(77325,22068,530,1,1,0,0,4100.36,2947.35,371.241,3.03687,300,0,0,7685,0,0,0,0,0),(77326,22068,530,1,1,0,0,4064.61,2975.77,369.074,0.942478,300,0,0,7685,0,0,0,0,0),(77327,22068,530,1,1,0,0,4080.7,2955.59,382.816,0.994838,300,0,0,7685,0,0,0,0,0),(77328,22068,530,1,1,0,0,4143.7,2933.67,405.513,0.680678,300,0,0,7685,0,0,0,0,0),(77329,22069,530,1,1,0,0,4142.87,3048.72,389.209,5.09636,300,0,0,7685,0,0,0,0,0),(77330,22069,530,1,1,0,0,4116.92,3073.32,391.82,1.8326,300,0,0,7685,0,0,0,0,0),(77331,22069,530,1,1,0,0,4105.39,3068.48,391.623,0.05236,300,0,0,7685,0,0,0,0,0),(77332,22069,530,1,1,0,0,4163.51,3077.33,390.056,3.40339,300,0,0,7685,0,0,0,0,0),(77333,22069,530,1,1,0,0,4202.55,3097.04,393.12,3.9968,300,0,0,7685,0,0,0,0,0),(77334,22069,530,1,1,0,0,4196.81,3003.69,392.146,3.4383,300,0,0,7685,0,0,0,0,0),(77335,22069,530,1,1,0,0,4198.21,3015.56,391.622,2.54818,300,0,0,7685,0,0,0,0,0),(77336,22069,530,1,1,0,0,4178.65,3041.2,394.89,3.75246,300,0,0,7685,0,0,0,0,0),(77337,22069,530,1,1,0,0,4070.5,3031.54,397.204,5.41052,300,0,0,7685,0,0,0,0,0),(77338,22069,530,1,1,0,0,4179.51,2973.06,400.918,5.86431,300,0,0,7685,0,0,0,0,0),(77339,22069,530,1,1,0,0,4166.53,2951.34,411.334,3.76991,300,0,0,7685,0,0,0,0,0),(77340,22069,530,1,1,0,0,4136.68,2948.76,401.332,5.98648,300,0,0,7685,0,0,0,0,0),(77341,22069,530,1,1,0,0,4064.61,2975.77,399.157,0.942478,300,0,0,7685,0,0,0,0,0),(77342,22069,530,1,1,0,0,4078.57,3003.95,421.955,2.58309,300,0,0,7685,0,0,0,0,0),(77343,22069,530,1,1,0,0,4100.36,2947.35,401.325,3.03687,300,0,0,7685,0,0,0,0,0),(77344,22069,530,1,1,0,0,4080.7,2955.59,412.9,0.994838,300,0,0,7685,0,0,0,0,0),(77345,22069,530,1,1,0,0,4143.7,2933.67,435.596,0.680678,300,0,0,7685,0,0,0,0,0),(77346,22070,530,1,1,0,0,-4129.32,1145.93,82.2681,5.02655,300,0,0,7685,0,0,0,0,0),(77347,22070,530,1,1,0,0,-4150.03,1136.45,80.698,4.72984,300,0,0,7685,0,0,0,0,0),(77348,22070,530,1,1,0,0,-4092.15,1147.82,63.3284,0.715585,300,0,0,7685,0,0,0,0,0),(77349,22070,530,1,1,0,0,-4118.35,1127.09,81.3222,0.069813,300,0,0,7685,0,0,0,0,0),(77350,22070,530,1,1,0,0,-4135.51,1115.97,82.0203,6.19592,300,0,0,7685,0,0,0,0,0),(77351,22071,530,1,1,0,0,-4150.03,1136.45,110.781,4.72984,300,0,0,7685,0,0,0,0,0),(77352,22071,530,1,1,0,0,-4129.32,1145.93,112.351,6.27743,300,0,0,7685,0,0,0,0,0),(77353,22071,530,1,1,0,0,-4118.35,1127.09,111.405,0.174701,300,0,0,7685,0,0,0,0,0),(77354,22071,530,1,1,0,0,-4135.51,1115.97,112.104,6.19592,300,0,0,7685,0,0,0,0,0),(77355,22071,530,1,1,0,0,-4092.15,1147.82,93.4117,6.25984,300,0,0,7685,0,0,0,0,0),(77356,22072,530,1,1,0,1,-3307.94,291.771,120.503,1.63252,300,5,0,27944,0,1,0,0,0),(77357,22072,530,1,1,0,1,-3407.51,302.131,104.129,1.40355,300,5,0,27944,0,1,0,0,0),(77358,22072,530,1,1,0,1,-3298.08,379.639,120.459,0.222074,300,5,0,27944,0,1,0,0,0),(77359,22072,530,1,1,0,1,-3397.14,436.169,103.956,4.75389,300,5,0,27944,0,1,0,0,0),(77360,22072,530,1,1,0,1,-3289.9,520.203,94.78,1.02682,300,5,0,27944,0,1,0,0,0),(77361,22072,530,1,1,0,1,-3370.33,574.997,61.4007,0.398996,300,5,0,27944,0,1,0,0,0),(77362,22073,530,1,1,0,0,-4616.84,1399.11,146.25,4.45059,300,0,0,7580,0,0,0,0,0),(77363,22078,530,1,1,0,0,-2984.57,858.55,58.3272,5.5178,300,0,0,7685,0,0,0,0,0),(77364,22078,530,1,1,0,0,-2989.27,807.767,39.7507,2.62296,300,0,0,7685,0,0,0,0,0),(77365,22078,530,1,1,0,0,-3010.27,775.223,40.6444,2.29056,300,0,0,7685,0,0,0,0,0),(77366,22078,530,1,1,0,0,-3081.72,791.155,42.7849,4.97487,300,0,0,7685,0,0,0,0,0),(77367,22079,530,1,1,0,0,-3019.99,846.938,33.2389,3.07178,300,0,0,7685,0,0,0,0,0),(77368,22079,530,1,1,0,0,-3023.08,804.767,26.5289,5.95157,300,0,0,7685,0,0,0,0,0),(77369,22079,530,1,1,0,0,-3055.89,798.137,26.1557,1.3439,300,0,0,7685,0,0,0,0,0),(77370,22080,530,1,1,0,0,-2984.57,858.55,28.2438,3.36848,300,0,0,7685,0,0,0,0,0),(77371,22080,530,1,1,0,0,-2989.27,807.767,9.6674,0.698132,300,0,0,7685,0,0,0,0,0),(77372,22080,530,1,1,0,0,-3010.27,775.223,10.561,4.50295,300,0,0,7685,0,0,0,0,0),(77373,22080,530,1,1,0,0,-3081.72,791.155,12.7015,1.95477,300,0,0,7685,0,0,0,0,0),(77374,22081,530,1,1,0,1,-3415.74,295.51,104.504,0.031949,300,0,0,5409,3080,0,0,0,0),(77375,22081,530,1,1,0,1,-3213.69,276.439,139.13,4.18879,300,0,0,5409,3080,0,0,0,0),(77376,22081,530,1,1,0,1,-3237.67,252.829,139.13,0.802851,300,0,0,5409,3080,0,0,0,0),(77377,22081,530,1,1,0,1,-3293.81,252.332,120.488,2.28638,300,0,0,5409,3080,0,0,0,0),(77378,22081,530,1,1,0,1,-3377.74,273.678,104.008,2.23402,300,0,0,5409,3080,0,0,0,0),(77379,22081,530,1,1,0,1,-3355.89,263.481,120.582,4.6703,300,0,0,5409,3080,0,0,0,0),(77380,22081,530,1,1,0,1,-3356.54,327.123,120.588,0.097371,300,0,0,5409,3080,0,0,0,0),(77381,22081,530,1,1,0,1,-3376.73,344.406,104.063,2.50866,300,0,0,5409,3080,0,0,0,0),(77382,22081,530,1,1,0,1,-3416.19,392.345,104.016,5.83029,300,0,0,5409,3080,0,0,0,0),(77383,22081,530,1,1,0,1,-3217.07,472.969,104.014,3.2821,300,0,0,5409,3080,0,0,0,0),(77384,22081,530,1,1,0,1,-3229.92,417.374,104.053,1.60389,300,0,0,5409,3080,0,0,0,0),(77385,22081,530,1,1,0,1,-3205.1,424.239,104.072,2.82743,300,0,0,5409,3080,0,0,0,0),(77386,22081,530,1,1,0,1,-3204.08,438.734,104.047,3.38594,300,0,0,5409,3080,0,0,0,0),(77387,22081,530,1,1,0,1,-3197.11,397.058,120.45,3.35529,300,0,0,5409,3080,0,0,0,0),(77388,22081,530,1,1,0,1,-3234.18,373.149,119.963,2.32129,300,0,0,5409,3080,0,0,0,0),(77389,22081,530,1,1,0,1,-3275.25,394.512,120.469,4.69363,300,0,0,5409,3080,0,0,0,0),(77390,22081,530,1,1,0,1,-3329.3,391.749,120.53,5.15977,300,0,0,5409,3080,0,0,0,0),(77391,22081,530,1,1,0,1,-3265.39,463.849,104.026,4.51349,300,0,0,5409,3080,0,0,0,0),(77392,22081,530,1,1,0,1,-3285.26,415.06,104.066,1.55703,300,0,0,5409,3080,0,0,0,0),(77393,22081,530,1,1,0,1,-3416.39,471.66,104.01,5.93489,300,0,0,5409,3080,0,0,0,0),(77394,22081,530,1,1,0,1,-3263.28,564.309,72.1533,1.44862,300,0,0,5409,3080,0,0,0,0),(77395,22082,530,1,1,0,1,-3431.75,270.175,91.0717,3.08923,300,0,0,6542,0,0,0,0,0),(77396,22082,530,1,1,0,1,-3431.53,259.597,91.0749,3.24631,300,0,0,6542,0,0,0,0,0),(77397,22082,530,1,1,0,1,-3432.07,316.046,91.0679,3.12414,300,0,0,6542,0,0,0,0,0),(77398,22082,530,1,1,0,1,-3431.78,284.086,91.071,3.21141,300,0,0,6542,0,0,0,0,0),(77399,22082,530,1,1,0,1,-3432.04,294.296,91.0701,3.07178,300,0,0,6542,0,0,0,0,0),(77400,22082,530,1,1,0,1,-3432.29,326.563,91.1071,3.14159,300,0,0,6542,0,0,0,0,0),(77401,22082,530,1,1,0,1,-3413.89,255.79,103.939,2.01308,300,0,0,6542,0,0,0,0,0),(77402,22082,530,1,1,0,1,-3415.13,258.415,103.938,5.15466,300,0,0,6542,0,0,0,0,0),(77403,22082,530,1,1,0,1,-3379.84,251.428,104.003,5.97486,300,0,0,6542,0,0,0,0,0),(77404,22082,530,1,1,0,1,-3376.44,250.344,104.01,2.74017,300,0,0,6542,0,0,0,0,0),(77405,22082,530,1,1,0,1,-3329.94,248.988,120.48,0,300,0,0,6542,0,0,0,0,0),(77406,22082,530,1,1,0,1,-3326.09,248.649,120.479,3.22886,300,0,0,6542,0,0,0,0,0),(77407,22082,530,1,1,0,1,-3299.01,294.654,120.504,1.6057,300,0,0,6542,0,0,0,0,0),(77408,22082,530,1,1,0,1,-3299.68,299.576,120.509,4.93928,300,0,0,6542,0,0,0,0,0),(77409,22082,530,1,1,0,1,-3346.56,353.22,120.491,2.3911,300,0,0,6542,0,0,0,0,0),(77410,22082,530,1,1,0,1,-3405.86,332.561,103.964,4.17134,300,0,0,6542,0,0,0,0,0),(77411,22082,530,1,1,0,1,-3407.37,329.257,103.964,1.14247,300,0,0,6542,0,0,0,0,0),(77412,22082,530,1,1,0,1,-3432.41,383.194,91.0609,3.05433,300,0,0,6542,0,0,0,0,0),(77413,22082,530,1,1,0,1,-3432.38,371.998,91.1014,3.07178,300,0,0,6542,0,0,0,0,0),(77414,22082,530,1,1,0,1,-3387.07,378.051,103.968,1.61043,300,0,0,6542,0,0,0,0,0),(77415,22082,530,1,1,0,1,-3432.21,351.226,91.1039,3.10669,300,0,0,6542,0,0,0,0,0),(77416,22082,530,1,1,0,1,-3432.34,340.399,91.1039,3.21141,300,0,0,6542,0,0,0,0,0),(77417,22082,530,1,1,0,1,-3414.59,356.665,103.929,5.86436,300,0,0,6542,0,0,0,0,0),(77418,22082,530,1,1,0,1,-3412.1,355.559,103.932,2.63545,300,0,0,6542,0,0,0,0,0),(77419,22082,530,1,1,0,1,-3350.63,356.239,120.479,5.64515,300,0,0,6542,0,0,0,0,0),(77420,22082,530,1,1,0,1,-3432.64,408.375,91.1001,3.10669,300,0,0,6542,0,0,0,0,0),(77421,22082,530,1,1,0,1,-3432.45,397.476,91.0599,3.14159,300,0,0,6542,0,0,0,0,0),(77422,22082,530,1,1,0,1,-3433.26,464.86,91.0997,3.12414,300,0,0,6542,0,0,0,0,0),(77423,22082,530,1,1,0,1,-3433.33,429.687,91.0918,3.15905,300,0,0,6542,0,0,0,0,0),(77424,22082,530,1,1,0,1,-3433.59,453.11,91.0055,3.10669,300,0,0,6542,0,0,0,0,0),(77425,22082,530,1,1,0,1,-3433.33,440.104,91.0055,3.15905,300,0,0,6542,0,0,0,0,0),(77426,22082,530,1,1,0,1,-3387.21,381.548,104.051,4.75202,300,0,0,6542,0,0,0,0,0),(77427,22082,530,1,1,0,1,-3314.47,344.256,120.548,2.52339,300,0,0,6542,0,0,0,0,0),(77428,22082,530,1,1,0,1,-3318.57,347.169,120.537,5.61996,300,0,0,6542,0,0,0,0,0),(77429,22082,530,1,1,0,1,-3197.54,457.661,104.029,3.4383,300,0,0,6542,0,0,0,0,0),(77430,22082,530,1,1,0,1,-3201.17,456.437,103.94,0.349066,300,0,0,6542,0,0,0,0,0),(77431,22082,530,1,1,0,1,-3224.62,491.976,91.251,1.65806,300,0,0,6542,0,0,0,0,0),(77432,22082,530,1,1,0,1,-3205.05,377.221,120.072,3.9968,300,0,0,6542,0,0,0,0,0),(77433,22082,530,1,1,0,1,-3208.04,374.041,120.025,0.767945,300,0,0,6542,0,0,0,0,0),(77434,22082,530,1,1,0,1,-3232.67,399.903,120.435,3.83972,300,0,0,6542,0,0,0,0,0),(77435,22082,530,1,1,0,1,-3236.95,396.795,120.476,0.62764,300,0,0,6542,0,0,0,0,0),(77436,22082,530,1,1,0,1,-3254.99,418.926,103.98,4.7822,300,0,0,6542,0,0,0,0,0),(77437,22082,530,1,1,0,1,-3254.7,415.021,103.984,1.65806,300,0,0,6542,0,0,0,0,0),(77438,22082,530,1,1,0,1,-3413.51,423.893,103.933,2.14675,300,0,0,6542,0,0,0,0,0),(77439,22082,530,1,1,0,1,-3415.93,427.116,103.93,5.41052,300,0,0,6542,0,0,0,0,0),(77440,22082,530,1,1,0,1,-3298.18,388.977,120.456,1.78974,300,0,0,6542,0,0,0,0,0),(77441,22082,530,1,1,0,1,-3299.23,394.339,120.452,5.20108,300,0,0,6542,0,0,0,0,0),(77442,22082,530,1,1,0,1,-3353.5,379.58,120.53,3.97935,300,0,0,6542,0,0,0,0,0),(77443,22082,530,1,1,0,1,-3356.2,376.947,120.53,0.680678,300,0,0,6542,0,0,0,0,0),(77444,22082,530,1,1,0,1,-3238.87,466.886,104.717,3.56047,300,0,0,6542,0,0,0,0,0),(77445,22082,530,1,1,0,1,-3242.57,465.971,104.025,0.541052,300,0,0,6542,0,0,0,0,0),(77446,22082,530,1,1,0,1,-3249.82,491.596,91.2467,1.5708,300,0,0,6542,0,0,0,0,0),(77447,22082,530,1,1,0,1,-3234.37,491.827,91.2316,1.58825,300,0,0,6542,0,0,0,0,0),(77448,22082,530,1,1,0,1,-3306.19,415.527,104.065,0.767945,300,0,0,6542,0,0,0,0,0),(77449,22082,530,1,1,0,1,-3304.18,418.512,104.059,4.12044,300,0,0,6542,0,0,0,0,0),(77450,22082,530,1,1,0,1,-3279.91,472.999,104.579,4.10152,300,0,0,6542,0,0,0,0,0),(77451,22082,530,1,1,0,1,-3282.42,469.923,104.233,1.0821,300,0,0,6542,0,0,0,0,0),(77452,22082,530,1,1,0,1,-3355.82,417.362,103.974,0.078201,300,0,0,6542,0,0,0,0,0),(77453,22082,530,1,1,0,1,-3352.87,417.594,103.972,3.21979,300,0,0,6542,0,0,0,0,0),(77454,22082,530,1,1,0,1,-3298.69,541.582,74.565,2.86234,300,0,0,6542,0,0,0,0,0),(77455,22082,530,1,1,0,1,-3306.99,578.125,72.1486,3.59538,300,0,0,6542,0,0,0,0,0),(77456,22082,530,1,1,0,1,-3284.99,555.034,73.19,3.12414,300,0,0,6542,0,0,0,0,0),(77457,22082,530,1,1,0,1,-3290.88,491.317,91.2414,1.5708,300,0,0,6542,0,0,0,0,0),(77458,22082,530,1,1,0,1,-3280.31,491.821,91.2414,1.65806,300,0,0,6542,0,0,0,0,0),(77459,22082,530,1,1,0,1,-3315.66,478.431,95.0888,1.62316,300,0,0,6542,0,0,0,0,0),(77460,22082,530,1,1,0,1,-3311.38,493.56,90.371,1.58825,300,0,0,6542,0,0,0,0,0),(77461,22082,530,1,1,0,1,-3387.07,467.889,103.932,0.610865,300,0,0,6542,0,0,0,0,0),(77462,22082,530,1,1,0,1,-3344.1,478.365,95.0305,1.50098,300,0,0,6542,0,0,0,0,0),(77463,22082,530,1,1,0,1,-3383.43,470.224,103.943,3.71091,300,0,0,6542,0,0,0,0,0),(77464,22082,530,1,1,0,1,-3362.73,569.998,63.9818,3.15905,300,0,0,6542,0,0,0,0,0),(77465,22082,530,1,1,0,1,-3354.55,524.908,77.1343,0.907571,300,0,0,6542,0,0,0,0,0),(77466,22082,530,1,1,0,1,-3349.37,490.827,90.8471,1.5708,300,0,0,6542,0,0,0,0,0),(77467,22082,530,1,1,0,1,-3378.35,490.617,91.1042,1.51844,300,0,0,6542,0,0,0,0,0),(77468,22082,530,1,1,0,1,-3366.82,490.643,91.164,1.62316,300,0,0,6542,0,0,0,0,0),(77469,22082,530,1,1,0,1,-3410.78,490.216,91.0631,1.67552,300,0,0,6542,0,0,0,0,0),(77470,22082,530,1,1,0,1,-3398.33,490.301,91.1042,1.46608,300,0,0,6542,0,0,0,0,0),(77471,22082,530,1,1,0,1,-3417.43,565.648,45.4357,3.1765,300,0,0,6542,0,0,0,0,0),(77472,22082,530,1,1,0,1,-3370.19,555.046,62.2287,3.03687,300,0,0,6542,0,0,0,0,0),(77473,22082,530,1,1,0,1,-3422.83,577.918,43.5144,3.19395,300,0,0,6542,0,0,0,0,0),(77474,22082,530,1,1,0,1,-3458.15,570.726,31.0518,3.15905,300,0,0,6542,0,0,0,0,0),(77475,22082,530,1,1,0,1,-3457.57,556.234,30.9623,3.15905,300,0,0,6542,0,0,0,0,0),(77476,22082,530,1,1,0,1,-3478.31,567.569,24.2754,3.15905,300,0,0,6542,0,0,0,0,0),(77477,22082,530,1,1,0,1,-3485.4,559.676,21.7325,3.12414,300,0,0,6542,0,0,0,0,0),(77478,22082,530,1,1,0,1,-3484.95,548.242,21.2325,3.14159,300,0,0,6542,0,0,0,0,0),(28408,507,0,1,1,0,1,-10379.9,-833.187,44.4169,3.33221,25200,5,0,1404,2362,1,0,0,0),(18010,1889,0,1,1,3586,1,-468.664,806.562,96.2601,2.1293,275,0,0,379,1118,0,0,0,0),(77481,22084,530,1,1,0,1,-3223.18,245.673,139.13,1.50098,300,0,0,6986,0,0,0,0,0),(77482,22084,530,1,1,0,1,-3205.22,258.974,139.13,2.94961,300,0,0,6986,0,0,0,0,0),(77483,22084,530,1,1,0,1,-3350.52,258.855,120.525,2.81653,300,5,0,6986,0,1,0,0,0),(77484,22084,530,1,1,0,1,-3270.92,336.851,119.933,3.08923,300,0,0,6986,0,0,0,0,0),(77485,22084,530,1,1,0,1,-3323.36,284.921,116.444,3.10669,300,0,0,6986,0,0,0,0,0),(77486,22084,530,1,1,0,1,-3323.35,305.299,116.533,3.15905,300,0,0,6986,0,0,0,0,0),(77487,22084,530,1,1,0,1,-3408.25,314.888,104.408,1.65035,300,5,0,6986,0,1,0,0,0),(77488,22084,530,1,1,0,1,-3347.25,283.53,115.908,3.08923,300,0,0,6986,0,0,0,0,0),(77489,22084,530,1,1,0,1,-3368.45,284.255,107.851,3.08923,300,0,0,6986,0,0,0,0,0),(77490,22084,530,1,1,0,1,-3368.82,306.777,107.721,3.15905,300,0,0,6986,0,0,0,0,0),(77491,22084,530,1,1,0,1,-3347.56,307.103,115.851,3.15905,300,0,0,6986,0,0,0,0,0),(77492,22084,530,1,1,0,1,-3415.49,395.264,103.933,4.4788,300,5,0,6986,0,1,0,0,0),(77493,22084,530,1,1,0,1,-3219.11,336.641,127.613,1.5708,300,0,0,6986,0,0,0,0,0),(77494,22084,530,1,1,0,1,-3241.32,335.837,127.595,1.53589,300,0,0,6986,0,0,0,0,0),(77495,22084,530,1,1,0,1,-3244.87,421.909,104.074,3.02842,300,5,0,6986,0,1,0,0,0),(77496,22084,530,1,1,0,1,-3270.65,356.901,119.923,3.19395,300,0,0,6986,0,0,0,0,0),(77497,22084,530,1,1,0,1,-3297.32,385.104,120.458,4.10727,300,5,0,6986,0,1,0,0,0),(77498,22084,530,1,1,0,1,-3265.98,460.908,103.946,1.3719,300,5,0,6986,0,1,0,0,0),(77499,22084,530,1,1,0,1,-3329.19,444.084,99.945,1.58825,300,0,0,6986,0,0,0,0,0),(77500,22084,530,1,1,0,1,-3304.52,444.343,99.943,1.72788,300,0,0,6986,0,0,0,0,0),(77501,22084,530,1,1,0,1,-3353.27,443.839,99.948,1.43117,300,0,0,6986,0,0,0,0,0),(77502,22086,530,1,1,0,0,255.659,8524.83,70.7645,2.3911,300,0,0,7685,0,0,0,0,0),(77503,22086,530,1,1,0,0,230.03,8560.14,66.4276,2.1293,300,0,0,7685,0,0,0,0,0),(77504,22086,530,1,1,0,0,217.307,8484.16,75.2902,5.20108,300,0,0,7685,0,0,0,0,0),(77505,22086,530,1,1,0,0,255.331,8485.88,79.154,1.29154,300,0,0,7685,0,0,0,0,0),(77506,22086,530,1,1,0,0,180.887,8523.8,57.2319,5.19747,300,0,0,7685,0,0,0,0,0),(77507,22086,530,1,1,0,0,246.902,8535.85,121.804,3.59538,300,0,0,7685,0,0,0,0,0),(77508,22086,530,1,1,0,0,185.254,8574,78.5864,5.60251,300,0,0,7685,0,0,0,0,0),(77509,22086,530,1,1,0,0,175.719,8472.91,80.7034,2.93215,300,0,0,7685,0,0,0,0,0),(77510,22086,530,1,1,0,0,170.776,8507.67,98.6886,3.08923,300,0,0,7685,0,0,0,0,0),(77511,22087,530,1,1,0,0,218.681,8516.4,51.0686,4.15388,300,0,0,7685,0,0,0,0,0),(77512,22087,530,1,1,0,0,243.056,8545.1,92.596,3.21141,300,0,0,7685,0,0,0,0,0),(77513,22087,530,1,1,0,0,239.938,8468.51,55.7202,0.069813,300,0,0,7685,0,0,0,0,0),(77514,22087,530,1,1,0,0,181.263,8490.34,57.3386,5.58505,300,0,0,7685,0,0,0,0,0),(77515,22087,530,1,1,0,0,170.3,8545.1,54.2064,0.645772,300,0,0,7685,0,0,0,0,0),(77516,22088,530,1,1,0,0,255.331,8485.88,49.0707,1.29154,300,0,0,7685,0,0,0,0,0),(77517,22088,530,1,1,0,0,255.659,8524.83,40.6811,2.3911,300,0,0,7685,0,0,0,0,0),(77518,22088,530,1,1,0,0,230.03,8560.14,36.3442,2.1293,300,0,0,7685,0,0,0,0,0),(77519,22088,530,1,1,0,0,246.902,8535.85,91.7205,3.59538,300,0,0,7685,0,0,0,0,0),(77520,22088,530,1,1,0,0,217.307,8484.16,45.2068,5.20108,300,0,0,7685,0,0,0,0,0),(77521,22088,530,1,1,0,0,175.719,8472.91,50.6201,2.93215,300,0,0,7685,0,0,0,0,0),(77522,22088,530,1,1,0,0,170.776,8507.67,68.6052,3.08923,300,0,0,7685,0,0,0,0,0),(77523,22088,530,1,1,0,0,180.887,8523.8,27.1486,1.67552,300,0,0,7685,0,0,0,0,0),(77524,22088,530,1,1,0,0,185.254,8574,48.5031,5.60251,300,0,0,7685,0,0,0,0,0),(77525,22090,530,1,1,0,0,1842.51,5547.74,287.018,5.95157,300,0,0,7685,0,0,0,0,0),(77526,22090,530,1,1,0,0,1883.84,5566.01,270.459,2.9147,300,0,0,7685,0,0,0,0,0),(77527,22090,530,1,1,0,0,1896.57,5547.74,281.626,2.60054,300,0,0,7685,0,0,0,0,0),(77528,22090,530,1,1,0,0,1926.19,5572.02,276.709,4.93928,300,0,0,7685,0,0,0,0,0),(77529,22090,530,1,1,0,0,1925.81,5549.05,291.36,2.09439,300,0,0,7685,0,0,0,0,0),(77530,22090,530,1,1,0,0,1967.23,5562.32,277.938,4.04916,300,0,0,7685,0,0,0,0,0),(77531,22093,530,1,1,0,1,-4588.83,1337.24,139.519,5.88176,300,0,0,44712,18930,0,0,0,0),(77532,22093,530,1,1,0,1,-4585.05,1341.52,139.519,5.68977,300,0,0,44712,18930,0,0,0,0),(77533,22093,530,1,1,0,1,-4598.6,1323.7,139.541,5.68977,300,0,0,44712,18930,0,0,0,0),(77534,22093,530,1,1,0,1,-4576.28,1356.44,139.545,5.5676,300,0,0,44712,18930,0,0,0,0),(77535,22095,530,1,1,0,0,-2808.35,4607.03,-9.77925,6.27994,300,5,0,5715,0,1,0,0,0),(77536,22095,530,1,1,0,0,-2842.09,4650.01,-16.8834,3.70671,300,5,0,5715,0,1,0,0,0),(77537,22095,530,1,1,0,0,-2861.11,4617.16,-15.3772,4.33769,300,5,0,5715,0,1,0,0,0),(77538,22095,530,1,1,0,0,-2814.75,4847.74,-15.7662,4.02361,300,5,0,5715,0,1,0,0,0),(77539,22095,530,1,1,0,0,-2784.67,4891.8,-12.0478,1.23046,300,5,0,5715,0,1,0,0,0),(77540,22095,530,1,1,0,0,-2726.8,4923.06,-6.32239,0,300,5,0,5715,0,1,0,0,0),(77541,22095,530,1,1,0,0,-2699.3,4932.97,-2.94178,3.80581,300,5,0,5715,0,1,0,0,0),(77542,22095,530,1,1,0,0,-2691,4993.05,-6.40599,4.63419,300,5,0,5715,0,1,0,0,0),(77543,22095,530,1,1,0,0,-2716.05,5197.33,-2.33453,1.27747,300,5,0,5715,0,1,0,0,0),(77544,22095,530,1,1,0,0,-2782.63,5224.73,-7.44133,1.39007,300,5,0,5715,0,1,0,0,0),(77545,22095,530,1,1,0,0,-2762.3,5214.94,-5.85974,6.14108,300,5,0,5715,0,1,0,0,0),(77546,22095,530,1,1,0,0,-3857.22,5387.22,-19.7847,2.89411,300,5,0,5715,0,1,0,0,0),(77547,22095,530,1,1,0,0,-3810.93,5412.86,-5.39056,5.4747,300,0,0,5715,0,0,0,0,0),(77548,22095,530,1,1,0,0,-3654.49,5441.93,-3.5385,1.5747,300,5,0,5715,0,1,0,0,0),(77549,22095,530,1,1,0,0,-3629.48,5502.9,-6.9419,5.87747,300,5,0,5715,0,1,0,0,0),(77550,22095,530,1,1,0,0,-3603.35,5488.31,-8.98102,0.771741,300,5,0,5715,0,1,0,0,0),(77551,22095,530,1,1,0,0,-3806.61,5307.68,-26.1166,4.61205,300,5,0,5715,0,1,0,0,0),(77552,22095,530,1,1,0,0,-3852.03,5301.3,-42.9091,2.7321,300,5,0,5715,0,1,0,0,0),(77553,22095,530,1,1,0,0,-3846.84,5268.82,-38.9448,6.25585,300,5,0,5715,0,1,0,0,0),(77554,22095,530,1,1,0,0,-2913.39,4489.03,-14.6075,5.91824,300,5,0,5715,0,1,0,0,0),(77555,22095,530,1,1,0,0,-2893.48,4491.64,-10.2657,4.78582,300,5,0,5715,0,1,0,0,0),(77556,22095,530,1,1,0,0,-3275.79,4243.57,-14.5912,0.076936,300,5,0,5715,0,1,0,0,0),(77557,22095,530,1,1,0,0,-3235.15,4284.63,-17.1908,0.599372,300,5,0,5715,0,1,0,0,0),(77558,22095,530,1,1,0,0,-3392.84,4227.51,-11.156,1.95747,300,5,0,5715,0,1,0,0,0),(77559,22095,530,1,1,0,0,-3486.95,4228.28,-6.96523,1.23661,300,5,0,5715,0,1,0,0,0),(77560,22095,530,1,1,0,0,-3491.15,4252.9,-8.86715,6.01071,300,5,0,5715,0,1,0,0,0),(77561,22095,530,1,1,0,0,-3437.96,4233.11,-9.50888,0.995646,300,5,0,5715,0,1,0,0,0),(77562,22095,530,1,1,0,0,-3560.4,4254.68,-6.4539,4.95811,300,5,0,5715,0,1,0,0,0),(77563,22095,530,1,1,0,0,-3598.84,4292.35,-4.69678,6.2783,300,5,0,5715,0,1,0,0,0),(77564,22095,530,1,1,0,0,-3781.96,4381.04,1.67854,4.56136,300,5,0,5715,0,1,0,0,0),(77565,22095,530,1,1,0,0,-3829.15,4448.26,-13.192,2.52543,300,5,0,5715,0,1,0,0,0),(77566,22095,530,1,1,0,0,-3829.07,4403.22,-3.8823,4.92894,300,5,0,5715,0,1,0,0,0),(77567,22095,530,1,1,0,0,-3667.84,4333.94,-1.36517,2.42386,300,5,0,5715,0,1,0,0,0),(77568,22095,530,1,1,0,0,-3543.23,4212.61,-4.72045,4.97849,300,5,0,5715,0,1,0,0,0),(77569,22095,530,1,1,0,0,-3459.99,4200.03,-4.37066,1.90515,300,5,0,5715,0,1,0,0,0),(77570,22095,530,1,1,0,0,-3340.36,4220.73,-12.9634,1.45516,300,5,0,5715,0,1,0,0,0),(77571,22095,530,1,1,0,0,-3296.84,4195.14,-9.84273,3.55449,300,5,0,5715,0,1,0,0,0),(77572,22095,530,1,1,0,0,-3267.33,4196.5,-9.84572,5.77652,300,5,0,5715,0,1,0,0,0),(77573,22095,530,1,1,0,0,-3124.74,4258.26,-10.5597,0.188952,300,5,0,5715,0,1,0,0,0),(77574,22095,530,1,1,0,0,-3123.95,4280.35,-11.859,3.73539,300,5,0,5715,0,1,0,0,0),(77575,22095,530,1,1,0,0,-3085.57,4310.71,-12.3238,2.78722,300,5,0,5715,0,1,0,0,0),(77576,22095,530,1,1,0,0,-3152.15,4312.07,-15.635,4.20463,300,5,0,5715,0,1,0,0,0),(77577,22095,530,1,1,0,0,-3070.37,4271.13,-8.64043,2.98154,300,5,0,5715,0,1,0,0,0),(77578,22095,530,1,1,0,0,-2992.12,4379.1,-8.57139,2.47314,300,5,0,5715,0,1,0,0,0),(77579,22095,530,1,1,0,0,-3024.6,4343.28,-10.6135,0.422587,300,5,0,5715,0,1,0,0,0),(77580,22096,530,1,1,0,0,-3252.49,302.192,137.06,0.084682,300,0,0,6722,0,0,0,0,0),(77581,22099,530,1,1,0,1,3165.79,7004,161.833,1.46608,300,0,0,6326,0,0,0,0,0),(77582,22099,530,1,1,0,1,3164.5,7017.97,161.942,1.66283,300,0,0,6326,0,0,0,0,0),(77583,22100,530,1,1,0,0,1779.36,5385.19,154.419,5.72231,300,0,0,5715,0,0,0,0,0),(77584,22100,530,1,1,0,0,-2817.05,4906.41,-16.0072,4.33624,300,5,0,5715,0,1,0,0,0),(77585,22100,530,1,1,0,0,-3575.88,5442.82,-12.6348,5.64221,300,5,0,5715,0,1,0,0,0),(77586,22100,530,1,1,0,0,-3257.99,5506.4,-12.7906,1.97197,300,5,0,5715,0,1,0,0,0),(77587,22100,530,1,1,0,0,-3242.58,5457.21,-16.4877,2.79321,300,5,0,5715,0,1,0,0,0),(77588,22100,530,1,1,0,0,-3255.87,5558.67,-10.6145,3.41354,300,5,0,5715,0,1,0,0,0),(77589,22100,530,1,1,0,0,-3227.28,5519.8,-14.2419,3.6224,300,5,0,5715,0,1,0,0,0),(77590,22100,530,1,1,0,0,-3218.15,5552.43,-9.73321,3.72959,300,5,0,5715,0,1,0,0,0),(77591,22100,530,1,1,0,0,-3111.56,5502.53,-18.0829,1.30305,300,5,0,5715,0,1,0,0,0),(77592,22100,530,1,1,0,0,-3159.68,5419.82,-21.8119,2.83684,300,5,0,5715,0,1,0,0,0),(77593,22100,530,1,1,0,0,-3061.89,5461.76,-17.6736,2.89371,300,5,0,5715,0,1,0,0,0),(77594,22100,530,1,1,0,0,-2981.99,5475.13,-11.7532,6.10356,300,5,0,5715,0,1,0,0,0),(77595,22100,530,1,1,0,0,-3051.69,5388.05,-19.4591,1.71826,300,5,0,5715,0,1,0,0,0),(77596,22100,530,1,1,0,0,-3011.18,5321.36,-17.4852,3.34008,300,5,0,5715,0,1,0,0,0),(77597,22100,530,1,1,0,0,-3060.09,5302.04,-21.9925,2.91793,300,5,0,5715,0,1,0,0,0),(77598,22100,530,1,1,0,0,-3186.47,5310.82,-20.5868,5.03445,300,5,0,5715,0,1,0,0,0),(77599,22100,530,1,1,0,0,-3191.14,5370.16,-21.4149,4.62461,300,5,0,5715,0,1,0,0,0),(77600,22100,530,1,1,0,0,-3231.83,5396.74,-20.5019,3.19548,300,5,0,5715,0,1,0,0,0),(77601,22100,530,1,1,0,0,-3288.26,5303.27,-19.2751,0.947597,300,5,0,5715,0,1,0,0,0),(77602,22100,530,1,1,0,0,-3379.06,5376.54,-17.2228,2.81468,300,5,0,5715,0,1,0,0,0),(77603,22100,530,1,1,0,0,-3342.29,5419.56,-16.8794,1.82762,300,5,0,5715,0,1,0,0,0),(77604,22100,530,1,1,0,0,-3488.84,5359.04,-17.3466,1.53722,300,5,0,5715,0,1,0,0,0),(77605,22100,530,1,1,0,0,-3454.35,5368.51,-14.8908,1.30189,300,5,0,5715,0,1,0,0,0),(77606,22100,530,1,1,0,0,-3527.68,5396.94,-18.0356,4.77289,300,5,0,5715,0,1,0,0,0),(77607,22100,530,1,1,0,0,-3586.95,5420.65,-14.8826,1.52812,300,0,0,5715,0,0,0,0,0),(77608,22100,530,1,1,0,0,-3045.84,5249.57,-21.0702,2.93512,300,5,0,5715,0,1,0,0,0),(77609,22100,530,1,1,0,0,-2984.54,5112.02,-21.698,2.53795,300,5,0,5715,0,1,0,0,0),(77610,22100,530,1,1,0,0,-2957.56,5275.52,-15.3714,3.04173,300,5,0,5715,0,1,0,0,0),(77611,22100,530,1,1,0,0,-2953.71,5048.51,-22.079,0.737027,300,5,0,5715,0,1,0,0,0),(77612,22100,530,1,1,0,0,-3001.57,4841.72,-21.983,3.33401,300,5,0,5715,0,1,0,0,0),(77613,22100,530,1,1,0,0,-2949,4881.3,-21.5164,2.97371,300,5,0,5715,0,1,0,0,0),(77614,22100,530,1,1,0,0,-2936.01,4835.87,-20.3972,4.47338,300,5,0,5715,0,1,0,0,0),(77615,22100,530,1,1,0,0,-2888.94,4855.84,-20.8181,5.27974,300,5,0,5715,0,1,0,0,0),(77616,22100,530,1,1,0,0,-2891.59,4907.65,-21.1437,3.55885,300,5,0,5715,0,1,0,0,0),(77617,22100,530,1,1,0,0,-3027.73,4757.55,-22.0923,3.00954,300,5,0,5715,0,1,0,0,0),(77618,22100,530,1,1,0,0,-3039.61,4721.62,-20.9408,1.29874,300,5,0,5715,0,1,0,0,0),(77619,22100,530,1,1,0,0,-2939.73,4615.4,-20.254,2.26141,300,5,0,5715,0,1,0,0,0),(77620,22103,530,1,1,0,1,2919.11,5956.93,3.16149,1.58825,300,0,0,7380,0,0,0,0,0),(77621,22105,530,1,1,0,0,-3787.75,4805.26,-20.4518,0.285299,300,5,0,5715,0,1,0,0,0),(77622,22105,530,1,1,0,0,-3872.64,4660.06,-43.1789,3.30353,300,5,0,5715,0,1,0,0,0),(77623,22105,530,1,1,0,0,-3939.21,4659.82,-84.8934,3.50535,300,5,0,5715,0,1,0,0,0),(77624,22105,530,1,1,0,0,-3831.96,4626.3,-24.0373,0.48642,300,5,0,5715,0,1,0,0,0),(77625,22105,530,1,1,0,0,-3846.12,4580.41,-21.413,4.74919,300,5,0,5715,0,1,0,0,0),(77626,22105,530,1,1,0,0,-3880.31,4527.11,-29.6929,0.772135,300,5,0,5715,0,1,0,0,0),(77627,22105,530,1,1,0,0,-3795.56,4625.3,-20.3401,0.806094,300,5,0,5715,0,1,0,0,0),(77628,22105,530,1,1,0,0,-3810.48,4549.58,-17.8776,5.55036,300,5,0,5715,0,1,0,0,0),(77629,22105,530,1,1,0,0,-3822.16,4588.61,-19.6801,4.40885,300,5,0,5715,0,1,0,0,0),(77630,22105,530,1,1,0,0,-3841.97,4502.2,-24.7078,4.25438,300,5,0,5715,0,1,0,0,0),(77631,22105,530,1,1,0,0,-3739.58,4561.38,-15.5071,4.75259,300,5,0,5715,0,1,0,0,0),(77632,22105,530,1,1,0,0,-3734.76,4505.18,-10.5081,5.81002,300,5,0,5715,0,1,0,0,0),(77633,22105,530,1,1,0,0,-3782.37,4485.73,-12.6095,2.31173,300,5,0,5715,0,1,0,0,0),(77634,22105,530,1,1,0,0,-3691.8,4537.28,-15.5532,5.67751,300,5,0,5715,0,1,0,0,0),(77635,22105,530,1,1,0,0,-3677.49,4611.25,-17.8756,6.10303,300,5,0,5715,0,1,0,0,0),(77636,22105,530,1,1,0,0,-3716.43,4628.1,-17.9114,0.947087,300,5,0,5715,0,1,0,0,0),(77637,22105,530,1,1,0,0,-3695.22,4405.89,-5.90634,3.84896,300,5,0,5715,0,1,0,0,0),(77638,22105,530,1,1,0,0,-3690.57,4456.78,-11.0483,1.48569,300,5,0,5715,0,1,0,0,0),(77639,22105,530,1,1,0,0,-3649.44,4486.21,-17.1913,5.70407,300,5,0,5715,0,1,0,0,0),(77640,22105,530,1,1,0,0,-3790.1,4445.05,-8.07428,3.79502,300,5,0,5715,0,1,0,0,0),(77641,22107,530,1,1,0,0,-1319.35,2378.33,88.481,5.63741,300,0,0,6986,0,0,0,0,0),(77642,22108,530,1,1,0,0,2919.47,5951.3,4.05443,1.20428,300,0,0,5233,2991,0,0,0,0),(77643,22110,530,1,1,0,0,2206.09,4758.49,158.194,2.96706,300,0,0,6986,0,0,0,0,0),(77644,22112,530,1,1,0,0,-4200.89,382.464,118.055,1.309,300,0,0,110700,0,0,0,0,0),(77645,22113,530,1,1,0,1,-4129.33,762.282,2.03807,5.80126,300,0,0,86160,3231,0,0,0,0),(77646,22115,530,1,1,0,0,-3770.98,1603.26,41.402,6.06809,300,0,0,2617,0,0,0,0,0),(77647,22115,530,1,1,0,0,-3642.85,1766.12,40.5229,0.372167,300,0,0,2617,0,0,0,0,0),(77648,22116,530,1,1,0,0,3240.37,5877.01,-1.76953,0.977384,300,0,0,42,0,0,0,0,0),(77649,22123,530,1,1,0,0,1901.27,5702.12,257.523,2.63966,300,5,0,5527,0,1,0,0,0),(77650,22123,530,1,1,0,0,1847,5678.06,262.792,6.12141,300,5,0,5527,0,1,0,0,0),(77651,22123,530,1,1,0,0,1845.13,5641.18,260.273,2.61239,300,5,0,5527,0,1,0,0,0),(77652,22123,530,1,1,0,0,1950.76,5690.92,266.635,5.4988,300,5,0,5527,0,1,0,0,0),(77653,22123,530,1,1,0,0,1923.11,5697.28,266.363,1.13205,300,5,0,5527,0,1,0,0,0),(77654,22123,530,1,1,0,0,1988.69,5624.05,259.471,5.41398,300,5,0,5527,0,1,0,0,0),(77655,22123,530,1,1,0,0,1980.16,5681.86,266.948,1.46919,300,5,0,5527,0,1,0,0,0),(77656,22123,530,1,1,0,0,2039.53,5612.82,261.938,3.37189,300,5,0,5527,0,1,0,0,0),(77657,22123,530,1,1,0,0,2105.19,5604.17,265.791,5.23192,300,5,0,5527,0,1,0,0,0),(77658,22123,530,1,1,0,0,1999.26,5705.87,269.525,0.385384,300,5,0,5527,0,1,0,0,0),(77659,22123,530,1,1,0,0,2010.17,5685.66,267.058,2.6035,300,5,0,5527,0,1,0,0,0),(77660,22123,530,1,1,0,0,2042.94,5709.03,269.686,3.7476,300,5,0,5527,0,1,0,0,0),(77661,22123,530,1,1,0,0,2076.53,5682.16,265.759,0.333173,300,5,0,5527,0,1,0,0,0),(77662,22123,530,1,1,0,0,2101.94,5723.08,265.296,6.17196,300,5,0,5527,0,1,0,0,0),(77663,22123,530,1,1,0,0,2125.92,5618.36,265.519,4.19088,300,5,0,5527,0,1,0,0,0),(77664,22123,530,1,1,0,0,2144.9,5691.57,265.805,0.800298,300,5,0,5527,0,1,0,0,0),(77665,22123,530,1,1,0,0,2153.65,5712.4,265.269,4.79451,300,5,0,5527,0,1,0,0,0),(77666,22123,530,1,1,0,0,2082.08,5759.61,265.808,0.735647,300,5,0,5527,0,1,0,0,0),(77667,22123,530,1,1,0,0,2144.4,5735.68,266.032,4.74706,300,5,0,5527,0,1,0,0,0),(77668,22123,530,1,1,0,0,3584.52,4905.36,262.858,5.10549,300,0,0,5527,0,0,0,0,0),(77669,22124,530,1,1,0,0,-261.861,5395.29,82.2699,1.06465,300,0,0,7685,0,0,0,0,0),(77670,22124,530,1,1,0,0,2982.31,5530.68,190.56,4.29351,300,0,0,7685,0,0,0,0,0),(77671,22124,530,1,1,0,0,2946.75,5457.94,189.088,1.36136,300,0,0,7685,0,0,0,0,0),(77672,22124,530,1,1,0,0,2941.31,5417.37,201.181,0.942478,300,0,0,7685,0,0,0,0,0),(77673,22124,530,1,1,0,0,3021.32,5435.32,189.538,0.990407,300,0,0,7685,0,0,0,0,0),(77674,22124,530,1,1,0,0,3035.44,5503.14,189.321,2.54818,300,0,0,7685,0,0,0,0,0),(77675,22124,530,1,1,0,0,3083.74,5472.91,197.814,6.17846,300,0,0,7685,0,0,0,0,0),(77676,22124,530,1,1,0,0,-291.627,5425.14,84.0876,0.017453,300,0,0,7685,0,0,0,0,0),(77677,22124,530,1,1,0,0,-204.181,5407.97,104.014,1.23918,300,0,0,7685,0,0,0,0,0),(77678,22124,530,1,1,0,0,-181.717,5466.14,75.8724,5.74213,300,0,0,7685,0,0,0,0,0),(77679,22124,530,1,1,0,0,-233.939,5499.65,86.7415,3.71755,300,0,0,7685,0,0,0,0,0),(77680,22124,530,1,1,0,0,-303.258,5492.69,100.642,4.7822,300,0,0,7685,0,0,0,0,0),(77681,22124,530,1,1,0,0,-171.312,5498.54,107.988,3.26377,300,0,0,7685,0,0,0,0,0),(77682,22124,530,1,1,0,0,-188.334,5529.03,67.0183,1.76278,300,0,0,7685,0,0,0,0,0),(77683,22124,530,1,1,0,0,-153.596,5529.96,77.2561,2.61799,300,0,0,7685,0,0,0,0,0),(77684,22124,530,1,1,0,0,-203.251,5589,96.0365,5.81195,300,0,0,7685,0,0,0,0,0),(77685,22125,530,1,1,0,0,2982.32,5530.7,160.229,5.72468,300,0,0,7685,0,0,0,0,0),(77686,22125,530,1,1,0,0,2946.42,5457.8,158.77,2.37365,300,0,0,7685,0,0,0,0,0),(77687,22125,530,1,1,0,0,2940.96,5417.24,171.172,1.62316,300,0,0,7685,0,0,0,0,0),(77688,22125,530,1,1,0,0,3021.82,5435.7,159.546,2.16421,300,0,0,7685,0,0,0,0,0),(77689,22125,530,1,1,0,0,3035.22,5503,159.044,3.26377,300,0,0,7685,0,0,0,0,0),(77690,22125,530,1,1,0,0,3083.63,5472.9,167.724,5.79449,300,0,0,7685,0,0,0,0,0),(77691,22125,530,1,1,0,0,-310.759,5421.58,62.9019,4.34587,300,0,0,7685,0,0,0,0,0),(77692,22125,530,1,1,0,0,-257.442,5390.27,51.3026,5.42797,300,0,0,7685,0,0,0,0,0),(77693,22125,530,1,1,0,0,-216.24,5405.92,70.9173,5.89921,300,0,0,7685,0,0,0,0,0),(77694,22125,530,1,1,0,0,-260.598,5481.95,83.0362,1.65806,300,0,0,7685,0,0,0,0,0),(77695,22125,530,1,1,0,0,-164.002,5462.06,48.1377,3.10669,300,0,0,7685,0,0,0,0,0),(77696,22125,530,1,1,0,0,-177.804,5495.85,76.9772,3.1765,300,0,0,7685,0,0,0,0,0),(77697,22125,530,1,1,0,0,-303.238,5508.5,70.3718,6.03884,300,0,0,7685,0,0,0,0,0),(77698,22125,530,1,1,0,0,-170.684,5525.05,44.6502,5.68977,300,0,0,7685,0,0,0,0,0),(77699,22125,530,1,1,0,0,-218.977,5599.71,63.3918,1.78024,300,0,0,7685,0,0,0,0,0),(77700,22126,530,1,1,0,0,2982.31,5530.68,160.477,4.29351,300,0,0,7685,0,0,0,0,0),(77701,22126,530,1,1,0,0,2946.75,5457.94,159.005,1.36136,300,0,0,7685,0,0,0,0,0),(77702,22126,530,1,1,0,0,2941.31,5417.37,171.097,0.942478,300,0,0,7685,0,0,0,0,0),(77703,22126,530,1,1,0,0,3021.32,5435.32,159.454,5.60251,300,0,0,7685,0,0,0,0,0),(77704,22126,530,1,1,0,0,3035.44,5503.14,159.237,2.54818,300,0,0,7685,0,0,0,0,0),(77705,22126,530,1,1,0,0,3083.74,5472.91,167.73,6.17846,300,0,0,7685,0,0,0,0,0),(77706,22126,530,1,1,0,0,-291.627,5425.14,54.0042,0.017453,300,0,0,7685,0,0,0,0,0),(77707,22126,530,1,1,0,0,-261.861,5395.29,52.1865,1.06465,300,0,0,7685,0,0,0,0,0),(77708,22126,530,1,1,0,0,-204.181,5407.97,73.9307,1.23918,300,0,0,7685,0,0,0,0,0),(77709,22126,530,1,1,0,0,-181.717,5466.14,45.789,5.74213,300,0,0,7685,0,0,0,0,0),(77710,22126,530,1,1,0,0,-233.939,5499.65,56.6582,3.71755,300,0,0,7685,0,0,0,0,0),(77711,22126,530,1,1,0,0,-303.258,5492.69,70.5585,4.7822,300,0,0,7685,0,0,0,0,0),(77712,22126,530,1,1,0,0,-171.312,5498.54,77.9045,3.26377,300,0,0,7685,0,0,0,0,0),(77713,22126,530,1,1,0,0,-188.334,5529.03,36.935,1.76278,300,0,0,7685,0,0,0,0,0),(77714,22126,530,1,1,0,0,-153.596,5529.96,47.1727,2.61799,300,0,0,7685,0,0,0,0,0),(77715,22126,530,1,1,0,0,-203.251,5589,65.9532,5.81195,300,0,0,7685,0,0,0,0,0),(77716,22127,530,1,1,0,0,2959.73,5465.37,144.332,5.12665,300,0,0,206500,115815,0,0,0,0),(77717,22130,530,1,1,0,0,3158.47,5894.5,-9.31942,2.22465,300,0,0,5233,2991,0,0,0,0),(77718,22132,530,1,1,0,0,1328.42,6034.09,158.311,3.58921,300,5,0,5914,0,1,0,0,0),(77719,22132,530,1,1,0,0,1236.68,6974.83,86.5215,2.96731,300,0,0,5914,0,2,0,0,0),(77720,22133,530,1,1,0,1,3024.71,5452.03,147.35,4.16399,300,0,0,20958,0,0,0,0,0),(77721,22134,530,1,1,0,0,-3396.84,350.416,103.952,1.57413,300,5,0,349,0,1,0,0,0),(77722,22134,530,1,1,0,0,-3439.24,353.486,90.99,4.50945,300,5,0,349,0,1,0,0,0),(77723,22134,530,1,1,0,0,-3405.37,503.852,91.2191,0.096353,300,5,0,349,0,1,0,0,0),(77724,22134,530,1,1,0,0,-3300.41,342.237,120.487,0.291369,300,5,0,349,0,1,0,0,0),(77725,22134,530,1,1,0,0,-3213.97,387.697,120.273,0.059266,300,5,0,349,0,1,0,0,0),(77726,22134,530,1,1,0,0,-3236.95,434.977,104.814,0.919619,300,5,0,349,0,1,0,0,0),(77727,22134,530,1,1,0,0,-3342.38,423.796,103.963,0.022918,300,5,0,349,0,1,0,0,0),(77728,22134,530,1,1,0,0,-3305.87,512.39,86.8576,2.97066,300,5,0,349,0,1,0,0,0),(77729,22134,530,1,1,0,0,-3328.96,470.267,98.339,4.85452,300,5,0,349,0,1,0,0,0),(77730,22134,530,1,1,0,0,-3468.37,574.093,28.1086,3.33401,300,5,0,349,0,1,0,0,0),(77731,22135,530,1,1,0,0,2249,4780.78,157.312,3.29867,300,0,0,4979,0,0,0,0,0),(77732,22135,530,1,1,0,0,2168.15,4810.37,156.27,2.40855,300,0,0,4979,0,0,0,0,0),(77733,22135,530,1,1,0,0,2062.25,4703.04,150.089,1.309,300,0,0,4979,0,0,0,0,0),(77734,22135,530,1,1,0,0,2058.57,4733.02,150.283,5.32325,300,0,0,4979,0,0,0,0,0),(77735,22136,530,1,1,0,0,2231.35,4744.45,159.823,2.89725,300,0,0,4979,0,0,0,0,0),(77736,22137,530,1,1,0,0,-4192.25,2005.34,53.563,0.488692,300,0,0,6986,0,0,0,0,0),(77737,22138,530,1,1,0,1,-4182.16,1964.4,65.4432,1.5708,300,0,0,2530,2933,0,0,0,0),(77738,22138,530,1,1,0,1,-4146.67,1982.4,64.4134,3.38594,300,0,0,2530,2933,0,0,0,0),(77739,22138,530,1,1,0,1,-4138.13,1958.3,64.5656,2.26893,300,0,0,2530,2933,0,0,0,0),(77740,22138,530,1,1,0,1,-4159.94,1942.08,65.6664,2.46091,300,0,0,2530,2933,0,0,0,0),(77741,22139,530,1,1,0,0,-4192.24,2005.37,55,0.802851,300,0,0,42,0,0,0,0,0),(77742,22141,530,1,1,0,0,2208.43,4746.93,158.59,0.801347,300,5,0,4979,0,1,0,0,0),(77743,22141,530,1,1,0,0,2207.17,4749.94,158.605,0.799522,300,5,0,4979,0,1,0,0,0),(77744,22141,530,1,1,0,0,2207.28,4745.73,158.559,0.801264,300,5,0,4979,0,1,0,0,0),(77745,22142,530,1,1,0,0,2123.71,4736.44,150.684,0.436332,300,0,0,4979,0,0,0,0,0),(77746,22146,530,1,1,0,0,-4192.24,2005.34,53.5622,2.47837,300,0,0,6986,0,0,0,0,0),(77747,22149,530,1,1,0,1,3034.59,5483.08,147.203,4.08407,300,0,0,5589,3155,0,0,0,0),(77748,22150,530,1,1,0,1,3036.01,5483.13,147.07,3.92699,300,0,0,6542,0,0,0,0,0),(77749,22151,530,1,1,0,1,2940.09,5503.97,145.722,3.34601,300,5,0,16767,3155,1,0,0,0),(77750,22151,530,1,1,0,1,2960.96,5423.6,146.5,0.172896,300,5,0,16767,3155,1,0,0,0),(77751,22151,530,1,1,0,1,3046.95,5458.98,149.771,4.08929,300,5,0,16767,3155,1,0,0,0),(77752,22151,530,1,1,0,1,3009.35,5480.78,143.188,5.53671,300,5,0,16767,3155,1,0,0,0),(77753,22151,530,1,1,0,1,3023.73,5527.63,148.145,2.11882,300,5,0,16767,3155,1,0,0,0),(77754,22160,530,1,1,0,0,3091.73,5838.35,-0.381576,1.3439,300,0,0,6116,0,0,0,0,0),(77755,22160,530,1,1,0,0,3236.18,5876.28,-2.91681,0.383972,300,0,0,6116,0,0,0,0,0),(77756,22160,530,1,1,0,0,3197.76,5689.74,0.09484,2.25148,300,0,0,6116,0,0,0,0,0),(77757,22160,530,1,1,0,0,3276.16,5704.31,-5.3976,1.0821,300,0,0,6116,0,0,0,0,0),(77758,22174,530,1,1,0,0,3982.84,5086.07,267.274,5.14459,300,0,0,43086,0,0,0,0,0),(77759,22175,530,1,1,0,0,4079.29,5129.22,267.446,1.09823,300,0,0,7181,0,0,0,0,0),(77760,22177,530,1,1,0,0,-1336.04,2353.65,90.0524,1.0821,300,0,0,42,0,0,0,0,0),(77761,22180,530,1,1,0,0,3947.38,5263.01,265.007,1.27319,300,5,0,6986,0,1,0,0,0),(77762,22180,530,1,1,0,0,3980.61,5184.16,265.202,0.284667,300,5,0,6986,0,1,0,0,0),(77763,22180,530,1,1,0,0,3904.37,5196.68,266.107,1.06936,300,5,0,6986,0,1,0,0,0),(77764,22180,530,1,1,0,0,3920.42,5137.71,267.469,5.4727,300,5,0,6986,0,1,0,0,0),(77765,22180,530,1,1,0,0,4025.62,5192.78,266.4,5.15739,300,5,0,6986,0,1,0,0,0),(77766,22180,530,1,1,0,0,3970.84,5088.88,267.161,1.57204,300,5,0,6986,0,1,0,0,0),(77767,22180,530,1,1,0,0,3891.67,5082.59,269.227,5.59457,300,5,0,6986,0,1,0,0,0),(77768,22180,530,1,1,0,0,4019.89,5125.19,266.69,3.23252,300,5,0,6986,0,1,0,0,0),(77769,22180,530,1,1,0,0,3991.09,5027.74,266.816,1.99496,300,5,0,6986,0,1,0,0,0),(77770,22180,530,1,1,0,0,3954.21,4978.66,266.367,4.27242,300,5,0,6986,0,1,0,0,0),(77771,22180,530,1,1,0,0,3896.56,4982.7,267.425,1.52326,300,5,0,6986,0,1,0,0,0),(77772,22180,530,1,1,0,0,3996.02,4916.79,266.946,5.81585,300,5,0,6986,0,1,0,0,0),(77773,22180,530,1,1,0,0,4023.37,4962.6,266.983,2.41323,300,5,0,6986,0,1,0,0,0),(77774,22180,530,1,1,0,0,4050.84,4989.66,267.191,2.51904,300,5,0,6986,0,1,0,0,0),(77775,22180,530,1,1,0,0,3961.38,4855.68,267.491,3.45815,300,5,0,6986,0,1,0,0,0),(77776,22180,530,1,1,0,0,3919.54,4907.78,267.826,0.058053,300,5,0,6986,0,1,0,0,0),(77777,22180,530,1,1,0,0,3922.23,4838.24,265.174,4.53051,300,5,0,6986,0,1,0,0,0),(77778,22180,530,1,1,0,0,4020.95,4862.29,266.992,3.30257,300,5,0,6986,0,1,0,0,0),(77779,22180,530,1,1,0,0,4078.72,4892.7,267.552,4.04666,300,5,0,6986,0,1,0,0,0),(77780,22180,530,1,1,0,0,4083.24,4835.4,267.822,1.84279,300,5,0,6986,0,1,0,0,0),(77781,22180,530,1,1,0,0,4085.9,4955.41,267.777,1.4985,300,5,0,6986,0,1,0,0,0),(77782,22180,530,1,1,0,0,4112.95,5019.91,268.099,3.93519,300,5,0,6986,0,1,0,0,0),(77783,22180,530,1,1,0,0,4056.09,5059.65,267.482,0.746106,300,5,0,6986,0,1,0,0,0),(77784,22180,530,1,1,0,0,4100.37,5059.32,267.655,5.0893,300,5,0,6986,0,1,0,0,0),(77785,22180,530,1,1,0,0,4074.3,5116.01,267.696,2.18884,300,5,0,6986,0,1,0,0,0),(77786,22180,530,1,1,0,0,4083.46,5180.67,266.05,5.0514,300,5,0,6986,0,1,0,0,0),(77787,22181,530,1,1,0,0,3912.48,5226.69,278.55,1.34883,300,5,0,7685,0,1,0,0,0),(77788,22181,530,1,1,0,0,3999.63,5159.77,279.428,1.66695,300,5,0,7685,0,1,0,0,0),(77789,22181,530,1,1,0,0,4036.33,5066.62,289.028,3.07678,300,5,0,7685,0,1,0,0,0),(77790,22181,530,1,1,0,0,4028.27,5017.34,272.313,2.56337,300,5,0,7685,0,1,0,0,0),(77791,22181,530,1,1,0,0,3921.46,4859.61,268.402,0.944035,300,5,0,7685,0,1,0,0,0),(77792,22182,530,1,1,0,0,3681.75,5952.07,269.154,2.63468,300,5,0,6986,0,1,0,0,0),(77793,22182,530,1,1,0,0,3774.83,5869.73,266.125,5.46492,300,5,0,6986,0,1,0,0,0),(77794,22182,530,1,1,0,0,3799.72,5901.78,267.28,5.84971,300,5,0,6986,0,1,0,0,0),(77795,22182,530,1,1,0,0,3697.77,5994.4,265.155,4.73437,300,5,0,6986,0,1,0,0,0),(77796,22182,530,1,1,0,0,3736.45,5989.69,266.06,3.22816,300,5,0,6986,0,1,0,0,0),(77797,22182,530,1,1,0,0,3668.73,6010.27,267.269,0.192801,300,5,0,6986,0,1,0,0,0),(77798,22182,530,1,1,0,0,3695.98,6046.25,267.102,1.86269,300,5,0,6986,0,1,0,0,0),(77799,22182,530,1,1,0,0,3802.79,6008.81,265.166,4.4149,300,5,0,6986,0,1,0,0,0),(77800,22182,530,1,1,0,0,3668.35,6099.08,267.089,4.44155,300,5,0,6986,0,1,0,0,0),(77801,22182,530,1,1,0,0,3653.41,6129.36,269.067,4.92939,300,5,0,6986,0,1,0,0,0),(77802,22182,530,1,1,0,0,3625.29,6151.41,265.711,0.028046,300,5,0,6986,0,1,0,0,0),(77803,22182,530,1,1,0,0,3647.64,6185.27,271.207,0.337214,300,5,0,6986,0,1,0,0,0),(77804,22182,530,1,1,0,0,3850.14,5930.05,267.726,5.5877,300,5,0,6986,0,1,0,0,0),(77805,22182,530,1,1,0,0,3885.45,5909.33,266.545,2.9837,300,5,0,6986,0,1,0,0,0),(77806,22182,530,1,1,0,0,3939.66,6058.46,266.583,1.72858,300,5,0,6986,0,1,0,0,0),(77807,22182,530,1,1,0,0,3898.78,6034.49,266.286,0.119334,300,5,0,6986,0,1,0,0,0),(77808,22182,530,1,1,0,0,3909.11,6087.4,266.334,4.62775,300,5,0,6986,0,1,0,0,0),(77809,22182,530,1,1,0,0,3856.18,6075.34,265.568,5.05943,300,5,0,6986,0,1,0,0,0),(77810,22182,530,1,1,0,0,3775.31,6126.39,267.4,3.43915,300,5,0,6986,0,1,0,0,0),(77811,22182,530,1,1,0,0,3833,6134.83,265.948,5.41649,300,5,0,6986,0,1,0,0,0),(77812,22182,530,1,1,0,0,3742.8,6188.77,265.066,6.17314,300,5,0,6986,0,1,0,0,0),(77813,22182,530,1,1,0,0,3711.6,6204.93,265.664,0.214292,300,5,0,6986,0,1,0,0,0),(77814,22187,530,1,1,0,0,2679.18,7053.25,364.657,1.22393,300,0,0,7181,0,0,0,0,0),(77815,22187,530,1,1,0,0,2819.22,7252.19,364.493,5.96903,300,5,0,7181,0,1,0,0,0),(77816,22187,530,1,1,0,0,2652.61,7283.78,364.537,3.77817,300,5,0,7181,0,1,0,0,0),(77817,22187,530,1,1,0,0,2583.38,7014.58,363.96,1.88138,300,0,0,7181,0,0,0,0,0),(77818,22187,530,1,1,0,0,2568.77,7084.11,366.156,0.161817,300,0,0,7181,0,0,0,0,0),(77819,22187,530,1,1,0,0,2635.49,6997.73,366.901,4.22478,300,5,0,7181,0,1,0,0,0),(77820,22187,530,1,1,0,0,2652.24,7085.08,364.659,2.16234,300,0,0,7181,0,0,0,0,0),(100172,27654,578,3,1,27032,1,947.794,1045.8,360.051,0.314159,86400,0,0,325825,0,0,0,0,0),(100171,32261,578,3,1,27861,0,1197.68,1152.84,526.655,5.01687,3600,5,0,8,0,1,0,0,0),(100169,32261,578,3,1,27861,0,1108.9,996.555,495.674,4.07995,3600,5,0,8,0,1,0,0,0),(100168,32261,578,3,1,27861,0,1121.94,1102.31,495.698,5.85018,3600,5,0,8,0,1,0,0,0),(100167,32261,578,3,1,27861,0,1203.54,952.118,526.655,1.53514,3600,5,0,8,0,1,0,0,0),(100166,32261,578,3,1,27861,0,969.615,1082.01,526.655,2.3259,3600,5,0,8,0,1,0,0,0),(100165,32261,578,3,1,27861,0,1155.33,1039.37,495.698,0.300066,3600,5,0,8,0,1,0,0,0),(34038,20923,540,2,1,0,1,513.24,315.927,1.93557,3.1429,86400,0,0,103320,0,0,0,0,0),(34037,29143,1,1,1,0,0,1762.84,-4345.06,-7.98185,0.453786,25,0,0,955,0,0,0,0,0),(34036,15561,0,1,1,0,0,514.754,1560.97,130.145,4.39823,25,0,0,2563,5751,0,0,0,0),(34035,15567,0,1,1,0,0,-7274.65,-801.765,296.871,6.14681,25,0,0,2563,5751,0,0,0,0),(34034,30722,530,1,1,0,1,238.399,2840.97,145.087,5.46581,300,0,0,2136,5751,0,0,0,0),(10497,30721,530,1,1,0,1,-773.806,2751.21,146.535,0.595788,300,0,0,2136,5751,0,0,0,0),(77846,22195,530,1,1,0,1,2985.08,6874.68,369.821,4.86947,300,0,0,5589,3155,0,0,0,0),(77847,22195,530,1,1,0,1,2967.3,6844.93,370.222,0.174533,300,0,0,5589,3155,0,0,0,0),(77848,22195,530,1,1,0,1,3010.78,6847.33,369.328,1.69939,300,0,0,5589,3155,0,0,0,0),(77849,22195,530,1,1,0,1,1499.32,7257.24,369.969,3.59538,300,0,0,5589,3155,0,0,0,0),(77850,22196,530,1,1,0,1,3047.81,7064.05,365.392,3.59538,300,0,0,57448,0,0,0,0,0),(77851,22196,530,1,1,0,1,2876.8,7160.38,366.514,2.14675,300,0,0,57448,0,0,0,0,0),(77852,22196,530,1,1,0,1,3073.01,6800.59,365.482,2.93215,300,0,0,57448,0,0,0,0,0),(77853,22196,530,1,1,0,1,2791.17,7099.61,364.977,2.28638,300,0,0,57448,0,0,0,0,0),(77854,22201,530,1,1,0,1,1472.64,7235.12,372.276,1.7197,300,0,0,5589,3155,0,0,0,0),(77855,22202,530,1,1,0,0,1270.46,7165,373.484,0.15708,300,0,0,6986,0,0,0,0,0),(77856,22202,530,1,1,0,0,1280.12,7155.24,373.105,0.471239,300,0,0,6986,0,0,0,0,0),(77857,22202,530,1,1,0,0,1369.93,7355.93,370.646,4.08407,300,0,0,6986,0,0,0,0,0),(77858,22202,530,1,1,0,0,1373.41,7338.77,370.521,5.06145,300,0,0,6986,0,0,0,0,0),(77859,22202,530,1,1,0,0,1358.35,7317.62,370.16,0.331613,300,0,0,6986,0,0,0,0,0),(77860,22202,530,1,1,0,0,1361.04,7306.27,369.667,4.62512,300,0,0,6986,0,0,0,0,0),(77861,22202,530,1,1,0,0,1327.39,7356.79,367.705,5.044,300,0,0,6986,0,0,0,0,0),(77862,22202,530,1,1,0,0,1325.01,7371.29,368.635,1.15192,300,0,0,6986,0,0,0,0,0),(77863,22202,530,1,1,0,0,1332.36,7217.85,375.805,4.03171,300,0,0,6986,0,0,0,0,0),(77864,22202,530,1,1,0,0,1315.52,7210.17,374.516,0.191986,300,0,0,6986,0,0,0,0,0),(77865,22202,530,1,1,0,0,1352.46,7188.53,375.076,0.401426,300,0,0,6986,0,0,0,0,0),(77866,22202,530,1,1,0,0,1340.69,7177.61,374.825,0.872665,300,0,0,6986,0,0,0,0,0),(77867,22204,530,1,1,0,0,1708.41,7377.73,370.897,5.89921,300,0,0,7181,0,0,0,0,0),(77868,22204,530,1,1,0,0,1686.95,7344.33,370.135,5.5676,300,0,0,7181,0,0,0,0,0),(77869,22204,530,1,1,0,0,1685.7,7398.78,370.247,3.13568,300,5,0,7181,0,1,0,0,0),(77870,22204,530,1,1,0,0,1609.43,7258.42,364.407,1.20564,300,5,0,7181,0,1,0,0,0),(77871,22204,530,1,1,0,0,1650.27,7199.77,369.897,0.139626,300,0,0,7181,0,0,0,0,0),(77872,22204,530,1,1,0,0,1627.41,7241.34,369.141,0.663225,300,0,0,7181,0,0,0,0,0),(77873,22206,530,1,1,0,0,3116.45,6232.58,131.618,0.955641,300,0,0,16767,3155,2,0,0,0),(77874,22208,530,1,1,0,0,-2077.68,5266.01,-37.2402,0.890118,300,0,0,5233,2991,0,0,0,0),(77875,22211,530,1,1,0,1,-4103.93,1129.29,43.2364,5.42797,300,0,0,6761,0,0,0,0,0),(77876,22212,530,1,1,0,0,-2067.25,5262.56,-38.3815,2.25148,300,0,0,5233,2991,0,0,0,0),(77877,22213,530,1,1,0,0,-2072.69,5262.43,-37.2402,1.20428,300,0,0,6542,0,0,0,0,0),(77878,22214,530,1,1,0,1,-3039.95,800.17,-9.22668,2.40855,300,0,0,6761,0,0,0,0,0),(77879,22215,530,1,1,0,0,3606.15,6834.94,137.818,2.14742,300,0,0,6986,0,0,0,0,0),(77880,22216,530,1,1,0,0,2975.63,5499.79,143.668,2.21657,300,0,0,6387,2790,0,0,0,0),(77881,22217,530,1,1,0,1,3888.52,5755.38,270.471,0.663225,300,0,0,4892,3415,0,0,0,0),(77882,22217,530,1,1,0,1,3991.98,5694.63,270.039,2.21657,300,0,0,4892,3415,0,0,0,0),(77883,22217,530,1,1,0,1,4000.88,5713.22,269.147,1.53589,300,0,0,4892,3415,0,0,0,0),(77884,22217,530,1,1,0,1,3957.6,5612.72,266.169,0.733038,300,0,0,4892,3415,0,0,0,0),(77885,22217,530,1,1,0,1,4005.91,5618.79,274.792,4.29351,300,0,0,4892,3415,0,0,0,0),(77886,22217,530,1,1,0,1,4033.73,5718.43,270.195,1.59454,300,0,0,4892,3415,0,0,0,0),(77887,22217,530,1,1,0,1,3998.2,5581.59,275.673,2.53073,300,0,0,4892,3415,0,0,0,0),(77888,22217,530,1,1,0,1,4018.31,5566.46,272.75,3.28122,300,0,0,4892,3415,0,0,0,0),(77889,22217,530,1,1,0,1,3976.72,5356.91,268.918,1.32645,300,0,0,4892,3415,0,0,0,0),(77890,22217,530,1,1,0,1,3945.42,5350.58,269.287,3.735,300,0,0,4892,3415,0,0,0,0),(77891,22217,530,1,1,0,1,3937.22,5391.47,271.803,3.24631,300,0,0,4892,3415,0,0,0,0),(77892,22217,530,1,1,0,1,3977,5379.27,268.914,4.79965,300,0,0,4892,3415,0,0,0,0),(77893,22217,530,1,1,0,1,3906.38,5389.87,269.846,2.3911,300,0,0,4892,3415,0,0,0,0),(77894,22217,530,1,1,0,1,3921.74,5348.9,269.719,5.67232,300,0,0,4892,3415,0,0,0,0),(77895,22217,530,1,1,0,1,4082.17,5304.93,270.412,2.68781,300,0,0,4892,3415,0,0,0,0),(77896,22217,530,1,1,0,1,4053.41,5420.6,267.428,1.79769,300,0,0,4892,3415,0,0,0,0),(77897,22217,530,1,1,0,1,4057.63,5439.92,267.192,3.1765,300,0,0,4892,3415,0,0,0,0),(77898,22217,530,1,1,0,1,4110.74,5445.78,273.932,6.17846,300,0,0,4892,3415,0,0,0,0),(77899,22217,530,1,1,0,1,4124.27,5454.75,274.368,4.01426,300,0,0,4892,3415,0,0,0,0),(77900,22217,530,1,1,0,1,4042.92,5452.26,267.009,5.02655,300,0,0,4892,3415,0,0,0,0),(77901,22217,530,1,1,0,1,4116.78,5521.69,269.825,3.63029,300,0,0,4892,3415,0,0,0,0),(77902,22217,530,1,1,0,1,4080.15,5517.92,270.205,1.97222,300,0,0,4892,3415,0,0,0,0),(77903,22217,530,1,1,0,1,4056.01,5518.6,271.14,4.11898,300,0,0,4892,3415,0,0,0,0),(77904,22217,530,1,1,0,1,4100.11,5595.21,270.321,2.37365,300,0,0,4892,3415,0,0,0,0),(77905,22217,530,1,1,0,1,4042.74,5655.17,269.686,2.18166,300,0,0,4892,3415,0,0,0,0),(77906,22217,530,1,1,0,1,4094.02,5671.52,267.52,0.942478,300,0,0,4892,3415,0,0,0,0),(77907,22217,530,1,1,0,1,4075.28,5650.83,270.765,5.02655,300,0,0,4892,3415,0,0,0,0),(77908,22217,530,1,1,0,1,4050.1,5751.39,264.093,1.16937,300,0,0,4892,3415,0,0,0,0),(77909,22217,530,1,1,0,1,4017.39,5751.26,264.658,2.11185,300,0,0,4892,3415,0,0,0,0),(77910,22218,530,1,1,0,0,3886.67,5757.75,270.259,2.298,300,5,0,2236,3155,1,0,0,0),(77911,22218,530,1,1,0,0,3989.59,5692.82,269.329,2.21657,300,0,0,2236,3155,0,0,0,0),(77912,22218,530,1,1,0,0,3997.88,5713.32,269.328,1.53589,300,5,0,2236,3155,1,0,0,0),(77913,22218,530,1,1,0,0,3955.59,5614.95,265.363,0.733038,300,5,0,2236,3155,1,0,0,0),(77914,22218,530,1,1,0,0,4008.65,5617.57,275.556,4.29351,300,5,0,2236,3155,1,0,0,0),(77915,22218,530,1,1,0,0,4030.73,5718.43,269.397,1.54595,300,5,0,2236,3155,1,0,0,0),(77916,22218,530,1,1,0,0,3996.48,5579.13,275.673,2.53073,300,0,0,2236,3155,0,0,0,0),(77917,22218,530,1,1,0,0,4018.44,5563.57,272.417,3.28122,300,5,0,2236,3155,1,0,0,0),(77918,22218,530,1,1,0,0,3937.54,5388.48,271.29,3.24631,300,5,0,2236,3155,1,0,0,0),(77919,22218,530,1,1,0,0,3979.99,5379.53,268.522,4.79965,300,5,0,2236,3155,1,0,0,0),(77920,22218,530,1,1,0,0,3973.81,5357.64,268.991,1.32645,300,5,0,2236,3155,1,0,0,0),(77921,22218,530,1,1,0,0,3904.33,5387.68,269.971,2.3911,300,0,0,2236,3155,0,0,0,0),(77922,22218,530,1,1,0,0,3923.46,5351.36,269.469,5.67232,300,5,0,2236,3155,1,0,0,0),(77923,22218,530,1,1,0,0,3947.1,5348.09,269.278,3.735,300,5,0,2236,3155,1,0,0,0),(77924,22218,530,1,1,0,0,4080.86,5302.23,270.481,2.68781,300,5,0,2236,3155,1,0,0,0),(77925,22218,530,1,1,0,0,4050.48,5419.92,267.178,1.79769,300,0,0,2236,3155,0,0,0,0),(77926,22218,530,1,1,0,0,4057.74,5436.93,267.209,3.1765,300,5,0,2236,3155,1,0,0,0),(77927,22218,530,1,1,0,0,4111.06,5448.77,274.268,6.17846,300,5,0,2236,3155,1,0,0,0),(77928,22218,530,1,1,0,0,4126.57,5452.82,274.268,4.01426,300,5,0,2236,3155,1,0,0,0),(77929,22218,530,1,1,0,0,4045.77,5453.19,266.709,5.02655,300,5,0,2236,3155,1,0,0,0),(77930,22218,530,1,1,0,0,4077.39,5516.74,270.101,1.97222,300,5,0,2236,3155,1,0,0,0),(77931,22218,530,1,1,0,0,4058.49,5516.92,270.683,4.11898,300,5,0,2236,3155,1,0,0,0),(77932,22218,530,1,1,0,0,4118.19,5519.04,270.022,3.63029,300,5,0,2236,3155,1,0,0,0),(77933,22218,530,1,1,0,0,4098.02,5593.05,270.187,2.37365,300,5,0,2236,3155,1,0,0,0),(77934,22218,530,1,1,0,0,4091.59,5673.28,267.637,0.942478,300,0,0,2236,3155,0,0,0,0),(77935,22218,530,1,1,0,0,4040.29,5653.44,269.315,2.18166,300,5,0,2236,3155,1,0,0,0),(77936,22218,530,1,1,0,0,4078.14,5651.76,270.81,5.02655,300,5,0,2236,3155,1,0,0,0),(77937,22218,530,1,1,0,0,4047.34,5752.56,264.093,1.16937,300,5,0,2236,3155,1,0,0,0),(77938,22218,530,1,1,0,0,4014.82,5749.72,264.533,2.11185,300,5,0,2236,3155,1,0,0,0),(77939,22221,530,1,1,0,1,3980.56,5666.79,266.909,6.18731,300,5,0,5744,3231,1,0,0,0),(77940,22221,530,1,1,0,1,3929.26,5435,266.494,4.35945,300,5,0,5744,3231,1,0,0,0),(77941,22221,530,1,1,0,1,3974.35,5445.04,266.474,5.99637,300,5,0,5744,3231,1,0,0,0),(77942,22225,530,1,1,0,0,179.787,2605.4,87.3669,0.279253,300,0,0,3052,0,0,0,0,0),(77943,22227,530,1,1,0,0,-707.807,2716.12,94.8203,1.55334,300,0,0,3052,0,0,0,0,0),(77944,22230,530,1,1,0,0,-3493.04,394.865,33.2685,0.331613,300,0,0,6722,0,0,0,0,0),(77945,22231,530,1,1,0,0,-1337.77,2355.06,89.0385,0.785398,300,0,0,5914,0,0,0,0,0),(77946,22241,530,1,1,0,1,3732.29,5910.1,266.505,3.83972,300,0,0,6986,0,0,0,0,0),(77947,22241,530,1,1,0,1,3761.16,5933.58,265.803,0.942478,300,0,0,6986,0,0,0,0,0),(77948,22241,530,1,1,0,1,3756.91,5962.77,266.524,3.23312,300,5,0,6986,0,1,0,0,0),(77949,22241,530,1,1,0,1,3750.45,5971.78,266.31,2.28983,300,5,0,6986,0,1,0,0,0),(77950,22241,530,1,1,0,1,3716.61,6030.4,264.923,4.67999,300,5,0,6986,0,1,0,0,0),(77951,22241,530,1,1,0,1,3713.73,6112.02,266.544,2.98451,300,0,0,6986,0,0,0,0,0),(77952,22241,530,1,1,0,1,3792.96,6081.17,266.069,2.02458,300,0,0,6986,0,0,0,0,0),(77953,22241,530,1,1,0,1,3759.19,6132.08,266.715,4.9475,300,5,0,6986,0,1,0,0,0),(77954,22241,530,1,1,0,1,3726.43,6151.62,267.336,6.12611,300,0,0,6986,0,0,0,0,0),(77955,22241,530,1,1,0,1,3834.46,6029.37,266.73,1.71042,300,0,0,6986,0,0,0,0,0),(77956,22241,530,1,1,0,1,3836.66,6108.11,267.479,6.16101,300,0,0,6986,0,0,0,0,0),(77957,22242,530,1,1,0,1,3738.03,5892.01,264.748,3.12414,300,0,0,5589,3155,0,0,0,0),(77958,22242,530,1,1,0,1,3711.91,5980.88,267.337,5.68977,300,0,0,5589,3155,0,0,0,0),(77959,22242,530,1,1,0,1,3741.14,5925.12,265.962,5.69654,300,5,0,5589,3155,1,0,0,0),(77960,22242,530,1,1,0,1,3802.1,5919.33,266.688,5.74213,300,0,0,5589,3155,0,0,0,0),(77961,22242,530,1,1,0,1,3807.23,5982.16,266.687,2.08582,300,5,0,5589,3155,1,0,0,0),(77962,22242,530,1,1,0,1,3757.63,6104.13,268.504,4.31096,300,0,0,5589,3155,0,0,0,0),(77963,22242,530,1,1,0,1,3810.9,6062.14,266.261,1.49772,300,5,0,5589,3155,1,0,0,0),(77964,22242,530,1,1,0,1,3816.23,5935.11,266.966,5.63741,300,0,0,5589,3155,0,0,0,0),(77965,22242,530,1,1,0,1,3820.64,5969.37,266.651,4.31096,300,0,0,5589,3155,0,0,0,0),(77966,22242,530,1,1,0,1,3873.74,6049.93,266.58,6.12611,300,0,0,5589,3155,0,0,0,0),(77967,22242,530,1,1,0,1,3880.24,6058.24,265.012,5.38225,300,5,0,5589,3155,1,0,0,0),(77968,22242,530,1,1,0,1,3790.24,6150.28,266.029,5.02655,300,0,0,5589,3155,0,0,0,0),(77969,22243,530,1,1,0,1,3729.9,5928.12,266.505,0.855211,300,0,0,5744,3231,0,0,0,0),(77970,22243,530,1,1,0,1,3732.44,5969.48,268.279,4.00725,300,5,0,5744,3231,1,0,0,0),(77971,22243,530,1,1,0,1,3720.03,5980.17,267.258,3.78316,300,5,0,5744,3231,1,0,0,0),(77972,22243,530,1,1,0,1,3679.12,5987.69,266.066,5.63741,300,0,0,5744,3231,0,0,0,0),(77973,22243,530,1,1,0,1,3773.92,5997.38,267.187,5.92841,300,5,0,5744,3231,1,0,0,0),(77974,22243,530,1,1,0,1,3732.97,6021.77,266.92,1.29154,300,0,0,5744,3231,0,0,0,0),(77975,22243,530,1,1,0,1,3708.47,6076.4,267.14,1.98968,300,0,0,5744,3231,0,0,0,0),(77976,22243,530,1,1,0,1,3777.57,6030.13,265.548,0.418879,300,0,0,5744,3231,0,0,0,0),(77977,22243,530,1,1,0,1,3785.32,6090.4,266.263,6.03884,300,0,0,5744,3231,0,0,0,0),(77978,22243,530,1,1,0,1,3696.9,6146.58,266.759,4.11898,300,0,0,5744,3231,0,0,0,0),(77979,22243,530,1,1,0,1,3719.41,6181.28,265.611,0.994838,300,0,0,5744,3231,0,0,0,0),(77980,22243,530,1,1,0,1,3813.98,5958.6,266.633,1.02974,300,0,0,5744,3231,0,0,0,0),(77981,22243,530,1,1,0,1,3882.39,6072,265.629,5.81195,300,0,0,5744,3231,0,0,0,0),(77982,22243,530,1,1,0,1,3850.14,6047.14,266.882,5.93412,300,0,0,5744,3231,0,0,0,0),(77983,22243,530,1,1,0,1,3845.21,6092.92,267.443,5.09697,300,5,0,5744,3231,1,0,0,0),(77984,22243,530,1,1,0,1,3812.76,6115.9,265.95,2.32957,300,0,0,5744,3231,0,0,0,0),(77985,22243,530,1,1,0,1,3768.66,6170.68,266.005,2.3911,300,0,0,5744,3231,0,0,0,0),(77986,22243,530,1,1,0,1,3788,6168.84,266.051,4.01426,300,0,0,5744,3231,0,0,0,0),(77987,22244,530,1,1,0,0,3744.19,5907.97,265.417,2.99795,300,5,0,6986,0,1,0,0,0),(77988,22244,530,1,1,0,0,3686.11,5968.92,266.53,1.73014,300,5,0,6986,0,1,0,0,0),(77989,22244,530,1,1,0,0,3772.31,5973.41,267.187,3.39906,300,5,0,6986,0,1,0,0,0),(77990,22244,530,1,1,0,0,3715.08,6006.14,265.173,4.90306,300,5,0,6986,0,1,0,0,0),(77991,22244,530,1,1,0,0,3675.01,6069.82,267.089,2.92874,300,5,0,6986,0,1,0,0,0),(77992,22244,530,1,1,0,0,3737.82,6078.91,266.809,1.56828,300,5,0,6986,0,1,0,0,0),(77993,22244,530,1,1,0,0,3735.76,6035.23,266.735,4.74114,300,5,0,6986,0,1,0,0,0),(77994,22244,530,1,1,0,0,3742.35,6128.83,266.59,5.22101,300,5,0,6986,0,1,0,0,0),(77995,22244,530,1,1,0,0,3705.67,6145.37,266.714,3.4636,300,5,0,6986,0,1,0,0,0),(77996,22244,530,1,1,0,0,3673.81,6138.01,266.817,4.81073,300,5,0,6986,0,1,0,0,0),(77997,22244,530,1,1,0,0,3697.76,6184.39,265.535,3.82694,300,5,0,6986,0,1,0,0,0),(77998,22244,530,1,1,0,0,3805.24,6030.73,265.541,3.14159,300,5,0,6986,0,1,0,0,0),(77999,22244,530,1,1,0,0,3811.86,6111.29,266.079,2.86087,300,5,0,6986,0,1,0,0,0),(78000,22252,530,1,1,0,1,-5047.32,455.01,85.4492,4.24115,300,0,0,3271,0,0,0,0,0),(78001,22252,530,1,1,0,1,-5041.43,452.073,85.3622,3.82227,300,0,0,3271,0,0,0,0,0),(78002,22252,530,1,1,0,1,-5033.42,447.824,86.3458,5.28835,300,0,0,3271,0,0,0,0,0),(78003,22252,530,1,1,0,1,-5091.65,473.045,85.8153,0.471239,300,0,0,3271,0,0,0,0,0),(78004,22252,530,1,1,0,1,-5087.61,473.175,84.3436,4.17134,300,0,0,3271,0,0,0,0,0),(78005,22252,530,1,1,0,1,-4977.66,395.436,87.2279,3.31613,300,0,0,3271,0,0,0,0,0),(78006,22252,530,1,1,0,1,-4977.92,391.185,86.9443,2.84489,300,0,0,3271,0,0,0,0,0),(78007,22252,530,1,1,0,1,-5017.58,541.917,88.8316,1.69297,300,0,0,3271,0,0,0,0,0),(78008,22252,530,1,1,0,1,-5021.98,541.763,88.8288,1.16937,300,0,0,3271,0,0,0,0,0),(78009,22252,530,1,1,0,1,-4971.12,444.943,85.8984,1.76278,300,0,0,3271,0,0,0,0,0),(78010,22252,530,1,1,0,1,-4971.86,457.021,85.1049,5.20108,300,0,0,3271,0,0,0,0,0),(78011,22252,530,1,1,0,1,-4972.61,453.413,85.1403,0.436332,300,0,0,3271,0,0,0,0,0),(78012,22252,530,1,1,0,1,-4892.73,543.887,44.9395,6.05629,300,0,0,3271,0,0,0,0,0),(78013,22252,530,1,1,0,1,-4982.84,565.476,81.7786,1.44862,300,0,0,3271,0,0,0,0,0),(78014,22252,530,1,1,0,1,-4978.49,571.893,79.844,2.74017,300,0,0,3271,0,0,0,0,0),(78015,22252,530,1,1,0,1,-4883.68,553.572,57.8876,5.18363,300,0,0,3271,0,0,0,0,0),(78016,22252,530,1,1,0,1,-4966.11,519.752,80.1368,3.9968,300,0,0,3271,0,0,0,0,0),(78017,22252,530,1,1,0,1,-4945.57,521.877,77.4061,5.93412,300,0,0,3271,0,0,0,0,0),(78018,22252,530,1,1,0,1,-4891.3,500.731,65.6119,3.10669,300,0,0,3271,0,0,0,0,0),(78019,22252,530,1,1,0,1,-4895.07,508.363,64.6452,4.01426,300,0,0,3271,0,0,0,0,0),(78020,22252,530,1,1,0,1,-4885.55,494.402,65.9104,3.28122,300,0,0,3271,0,0,0,0,0),(78021,22252,530,1,1,0,1,-4879.83,439.938,67.1254,4.2237,300,0,0,3271,0,0,0,0,0),(78022,22252,530,1,1,0,1,-4883.49,434.888,68.5476,2.18166,300,0,0,3271,0,0,0,0,0),(78023,22252,530,1,1,0,1,-4927.73,400.331,82.4032,2.56563,300,0,0,3271,0,0,0,0,0),(78024,22252,530,1,1,0,1,-4835.32,447.598,53.3395,2.67035,300,0,0,3271,0,0,0,0,0),(78025,22252,530,1,1,0,1,-4837.45,453.061,54.5227,4.39823,300,0,0,3271,0,0,0,0,0),(78026,22252,530,1,1,0,1,-4917.05,406.565,81.0098,3.54302,300,0,0,3271,0,0,0,0,0),(78027,22252,530,1,1,0,1,-4910.13,409.445,80.2382,0.767945,300,0,0,3271,0,0,0,0,0),(78028,22252,530,1,1,0,1,-4919.1,362.26,78.6972,4.67748,300,0,0,3271,0,0,0,0,0),(78029,22252,530,1,1,0,1,-4909.71,359.261,78.3011,3.92699,300,0,0,3271,0,0,0,0,0),(78030,22252,530,1,1,0,1,-4871.15,293.828,59.1275,2.02458,300,0,0,3271,0,0,0,0,0),(78031,22252,530,1,1,0,1,-4868.95,300.152,59.1751,3.31613,300,0,0,3271,0,0,0,0,0),(78032,22252,530,1,1,0,1,-4885.73,176.214,38.4854,1.3439,300,0,0,3271,0,0,0,0,0),(78033,22252,530,1,1,0,1,-4882.34,176.752,37.4854,2.37365,300,0,0,3271,0,0,0,0,0),(78034,22252,530,1,1,0,1,-4858.13,208.172,37.0585,0.575959,300,0,0,3271,0,0,0,0,0),(78035,22252,530,1,1,0,1,-4859.23,214.857,38.0464,5.89921,300,0,0,3271,0,0,0,0,0),(78036,22252,530,1,1,0,1,-4873.82,284.827,58.7817,2.40855,300,0,0,3271,0,0,0,0,0),(78037,22252,530,1,1,0,1,-4884.65,282.668,62.8824,1.29154,300,0,0,3271,0,0,0,0,0),(78038,22252,530,1,1,0,1,-4914.91,258.385,61.2091,2.6529,300,0,0,3271,0,0,0,0,0),(78039,22252,530,1,1,0,1,-4920.01,256.647,65.5633,2.9147,300,0,0,3271,0,0,0,0,0),(78040,22252,530,1,1,0,1,-4967.7,337.348,83.7424,5.23599,300,0,0,3271,0,0,0,0,0),(78041,22252,530,1,1,0,1,-4995.9,255.852,81.1897,4.34587,300,0,0,3271,0,0,0,0,0),(78042,22252,530,1,1,0,1,-4995.05,252.54,80.8477,4.13643,300,0,0,3271,0,0,0,0,0),(78043,22252,530,1,1,0,1,-4971.23,333.796,83.3674,5.58505,300,0,0,3271,0,0,0,0,0),(78044,22252,530,1,1,0,1,-4994.15,314.582,84.0392,3.07178,300,0,0,3271,0,0,0,0,0),(78045,22252,530,1,1,0,1,-4994.77,309.011,83.5637,2.86234,300,0,0,3271,0,0,0,0,0),(78046,22252,530,1,1,0,1,-4977.59,270.68,80.4661,5.48033,300,0,0,3271,0,0,0,0,0),(78047,22252,530,1,1,0,1,-4978.57,275.871,80.6292,6.02139,300,0,0,3271,0,0,0,0,0),(78048,22252,530,1,1,0,1,-4975.86,278.05,81.3205,5.07891,300,0,0,3271,0,0,0,0,0),(78049,22252,530,1,1,0,1,-4932.51,211.388,67.9862,4.55531,300,0,0,3271,0,0,0,0,0),(78050,22252,530,1,1,0,1,-5004.09,219.936,82.0277,2.6529,300,0,0,3271,0,0,0,0,0),(78051,22252,530,1,1,0,1,-5006.41,217.707,82.8617,2.05949,300,0,0,3271,0,0,0,0,0),(78052,22252,530,1,1,0,1,-5002.81,223.177,82.5165,2.74017,300,0,0,3271,0,0,0,0,0),(78053,22252,530,1,1,0,1,-4975.44,221.562,80.2452,5.20108,300,0,0,3271,0,0,0,0,0),(78054,22252,530,1,1,0,1,-4979.95,219.92,80.3702,6.02139,300,0,0,3271,0,0,0,0,0),(78055,22252,530,1,1,0,1,-4925.73,190.343,64.2966,2.30383,300,0,0,3271,0,0,0,0,0),(78056,22252,530,1,1,0,1,-5008.72,152.064,79.6531,3.35103,300,0,0,3271,0,0,0,0,0),(78057,22252,530,1,1,0,1,-5008.04,148.732,79.1365,5.60251,300,0,0,3271,0,0,0,0,0),(78058,22252,530,1,1,0,1,-5007.79,141.677,78.1744,4.04916,300,0,0,3271,0,0,0,0,0),(78059,22252,530,1,1,0,1,-4993.33,182.895,82.0187,0.244346,300,0,0,3271,0,0,0,0,0),(78060,22252,530,1,1,0,1,-4992.28,188.36,81.0297,0.017453,300,0,0,3271,0,0,0,0,0),(78061,22252,530,1,1,0,1,-4991.29,193.36,80.9724,5.41052,300,0,0,3271,0,0,0,0,0),(78062,22252,530,1,1,0,1,-4937.17,135.552,58.8648,2.28638,300,0,0,3271,0,0,0,0,0),(78063,22252,530,1,1,0,1,-4943.62,133.846,61.2997,1.67552,300,0,0,3271,0,0,0,0,0),(78064,22252,530,1,1,0,1,-4947.26,128.999,61.6102,1.67552,300,0,0,3271,0,0,0,0,0),(78065,22252,530,1,1,0,1,-4977.24,121.249,77.3389,0,300,0,0,3271,0,0,0,0,0),(78066,22252,530,1,1,0,1,-4975.37,126.511,80.7056,0.034907,300,0,0,3271,0,0,0,0,0),(78067,22252,530,1,1,0,1,-4896.19,9.41753,45.8292,5.09636,300,0,0,3271,0,0,0,0,0),(78068,22252,530,1,1,0,1,-4903.82,4.06782,47.4531,5.21853,300,0,0,3271,0,0,0,0,0),(78069,22252,530,1,1,0,1,-4981.89,86.1118,72.5252,6.24828,300,0,0,3271,0,0,0,0,0),(78070,22252,530,1,1,0,1,-4987,80.5654,74.754,5.44543,300,0,0,3271,0,0,0,0,0),(78071,22252,530,1,1,0,1,-5049.75,6.44976,78.7167,3.87463,300,0,0,3271,0,0,0,0,0),(78072,22252,530,1,1,0,1,-5046.58,1.12066,78.2433,3.63029,300,0,0,3271,0,0,0,0,0),(78073,22252,530,1,1,0,1,-4938.11,-17.5226,58.9477,4.29351,300,0,0,3271,0,0,0,0,0),(78074,22252,530,1,1,0,1,-4944.55,-8.14334,61.3484,5.07891,300,0,0,3271,0,0,0,0,0),(78075,22252,530,1,1,0,1,-4939.99,-13.3117,59.457,3.56047,300,0,0,3271,0,0,0,0,0),(78076,22252,530,1,1,0,1,-4960.14,-29.5781,64.1721,1.50098,300,0,0,3271,0,0,0,0,0),(78077,22252,530,1,1,0,1,-4964.39,-26.4526,65.7031,0.698132,300,0,0,3271,0,0,0,0,0),(78078,22252,530,1,1,0,1,-4982.4,-53.8619,64.1409,5.81195,300,0,0,3271,0,0,0,0,0),(78079,22252,530,1,1,0,1,-4975.52,-43.6748,65.3105,5.07891,300,0,0,3271,0,0,0,0,0),(78080,22252,530,1,1,0,1,-4970.76,-96.6869,47.5758,1.65806,300,0,0,3271,0,0,0,0,0),(78081,22252,530,1,1,0,1,-4967.13,-96.9778,47.5927,0.261799,300,0,0,3271,0,0,0,0,0),(78082,22252,530,1,1,0,1,-4962.96,-101.212,46.263,1.15192,300,0,0,3271,0,0,0,0,0),(78083,22252,530,1,1,0,1,-5045.69,-75.5566,69.0718,1.79769,300,0,0,3271,0,0,0,0,0),(78084,22252,530,1,1,0,1,-5051.78,-75.7278,69.8292,1.51844,300,0,0,3271,0,0,0,0,0),(78085,22252,530,1,1,0,1,-5084.18,-101.95,68.6601,1.44862,300,0,0,3271,0,0,0,0,0),(78086,22252,530,1,1,0,1,-5080.74,-102.667,67.5514,2.00713,300,0,0,3271,0,0,0,0,0),(78087,22252,530,1,1,0,1,-5123.87,-95.4256,70.4362,5.81195,300,0,0,3271,0,0,0,0,0),(78088,22252,530,1,1,0,1,-5135.72,-90.493,72.455,1.97222,300,0,0,3271,0,0,0,0,0),(78089,22252,530,1,1,0,1,-5142.74,-87.0043,73.1662,0.05236,300,0,0,3271,0,0,0,0,0),(78090,22252,530,1,1,0,1,-5204.49,-93.1767,61.4745,4.60767,300,0,0,3271,0,0,0,0,0),(78091,22252,530,1,1,0,1,-5202.45,-98.5192,63.2696,3.1765,300,0,0,3271,0,0,0,0,0),(78092,22252,530,1,1,0,1,-5176.71,3.05393,76.1026,5.60251,300,0,0,3271,0,0,0,0,0),(78093,22252,530,1,1,0,1,-5161.98,12.1751,77.4035,4.43314,300,0,0,3271,0,0,0,0,0),(78094,22252,530,1,1,0,1,-5171.65,7.08865,76.4553,0.226893,300,0,0,3271,0,0,0,0,0),(78095,22252,530,1,1,0,1,-5143.85,62.5841,77.6883,2.53073,300,0,0,3271,0,0,0,0,0),(78096,22252,530,1,1,0,1,-5148.75,63.3197,77.64,1.20428,300,0,0,3271,0,0,0,0,0),(78097,22252,530,1,1,0,1,-5171.73,-36.0831,76.2269,0.645772,300,0,0,3271,0,0,0,0,0),(78098,22252,530,1,1,0,1,-5166.15,-42.0792,75.2501,0.139626,300,0,0,3271,0,0,0,0,0),(78099,22252,530,1,1,0,1,-5166.73,-39.0496,75.7269,0.436332,300,0,0,3271,0,0,0,0,0),(78100,22252,530,1,1,0,1,-5241.21,47.8097,51.7529,5.48033,300,0,0,3271,0,0,0,0,0),(78101,22252,530,1,1,0,1,-5248.39,40.1797,48.7049,5.77704,300,0,0,3271,0,0,0,0,0),(78102,22252,530,1,1,0,1,-5244.38,45.459,47.4793,5.93412,300,0,0,3271,0,0,0,0,0),(78103,22252,530,1,1,0,1,-5258.51,138.844,54.2017,0.942478,300,0,0,3271,0,0,0,0,0),(78104,22252,530,1,1,0,1,-5245.06,129.028,59.8252,0.488692,300,0,0,3271,0,0,0,0,0),(78105,22252,530,1,1,0,1,-5252.51,132.543,56.275,1.27409,300,0,0,3271,0,0,0,0,0),(78106,22252,530,1,1,0,1,-5333.77,166.815,43.5898,2.23402,300,0,0,3271,0,0,0,0,0),(78107,22252,530,1,1,0,1,-5343.41,173.447,44.4003,0.296706,300,0,0,3271,0,0,0,0,0),(78108,22252,530,1,1,0,1,-5221.65,235.964,74.9179,3.33358,300,0,0,3271,0,0,0,0,0),(78109,22252,530,1,1,0,1,-5228.57,246.809,73.338,4.39823,300,0,0,3271,0,0,0,0,0),(78110,22252,530,1,1,0,1,-5224.84,242.487,72.945,3.31613,300,0,0,3271,0,0,0,0,0),(78111,22252,530,1,1,0,1,-5284.42,234.689,68.2582,0.261799,300,0,0,3271,0,0,0,0,0),(78112,22252,530,1,1,0,1,-5185.46,323.326,73.683,3.61283,300,0,0,3271,0,0,0,0,0),(78113,22252,530,1,1,0,1,-5185.51,326.034,74.808,3.47321,300,0,0,3271,0,0,0,0,0),(78114,22252,530,1,1,0,1,-5186.72,319.471,74.058,2.16421,300,0,0,3271,0,0,0,0,0),(78115,22252,530,1,1,0,1,-5246.1,282.549,72.3055,1.37881,300,0,0,3271,0,0,0,0,0),(78116,22252,530,1,1,0,1,-5252,288.327,71.0116,6.00393,300,0,0,3271,0,0,0,0,0),(78117,22252,530,1,1,0,1,-5280.57,243.009,68.2696,5.91667,300,0,0,3271,0,0,0,0,0),(78118,22252,530,1,1,0,1,-5276.84,247.657,67.0771,4.95674,300,0,0,3271,0,0,0,0,0),(78119,22252,530,1,1,0,1,-5179.17,381.771,72.2878,6.17846,300,0,0,3271,0,0,0,0,0),(78120,22252,530,1,1,0,1,-5259.31,331.382,72.7235,6.19592,300,0,0,3271,0,0,0,0,0),(78121,22252,530,1,1,0,1,-5259.21,335.341,72.185,0.453786,300,0,0,3271,0,0,0,0,0),(78122,22252,530,1,1,0,1,-5254.02,328.389,73.3485,1.69297,300,0,0,3271,0,0,0,0,0),(78123,22252,530,1,1,0,1,-5176.98,386.604,72.5378,5.81195,300,0,0,3271,0,0,0,0,0),(78124,22252,530,1,1,0,1,-5175.3,390.043,72.7878,5.42797,300,0,0,3271,0,0,0,0,0),(78125,22252,530,1,1,0,1,-5229.26,377.357,74.0601,4.99164,300,0,0,3271,0,0,0,0,0),(78126,22252,530,1,1,0,1,-5213.12,367.626,76.1851,3.26377,300,0,0,3271,0,0,0,0,0),(78127,22252,530,1,1,0,1,-5214.49,371.763,73.3101,3.35103,300,0,0,3271,0,0,0,0,0),(78128,22252,530,1,1,0,1,-5299.51,372.631,51.8185,3.24631,300,0,0,3271,0,0,0,0,0),(78129,22252,530,1,1,0,1,-5314.11,384.568,44.4163,0.959931,300,0,0,3271,0,0,0,0,0),(78130,22252,530,1,1,0,1,-5314.58,380.049,47.3269,5.8294,300,0,0,3271,0,0,0,0,0),(78131,22252,530,1,1,0,1,-5241.99,503.067,56.5061,4.38078,300,0,0,3271,0,0,0,0,0),(78132,22252,530,1,1,0,1,-5237.41,507.014,59.7983,4.69494,300,0,0,3271,0,0,0,0,0),(78133,22252,530,1,1,0,1,-5233.37,504.903,61.0124,3.97935,300,0,0,3271,0,0,0,0,0),(78134,22252,530,1,1,0,1,-5290.22,524.766,36.1293,2.25148,300,0,0,3271,0,0,0,0,0),(78135,22252,530,1,1,0,1,-5156.17,590.695,80.7696,5.50276,300,0,0,3271,0,0,0,0,0),(78136,22252,530,1,1,0,1,-5158.24,584.303,81.0741,5.95436,300,0,0,3271,0,0,0,0,0),(78137,22252,530,1,1,0,1,-5152.37,592.303,81.3619,4.70558,300,0,0,3271,0,0,0,0,0),(78138,22252,530,1,1,0,1,-5288.37,539.563,38.458,4.11898,300,0,0,3271,0,0,0,0,0),(78139,22252,530,1,1,0,1,-5297.42,646.378,17.7336,1.39626,300,0,0,3271,0,0,0,0,0),(78140,22252,530,1,1,0,1,-5284.85,530.289,38.64,3.08923,300,0,0,3271,0,0,0,0,0),(78141,22252,530,1,1,0,1,-5291.48,659.045,25.7202,4.15388,300,0,0,3271,0,0,0,0,0),(78142,22252,530,1,1,0,1,-5201.28,603.825,62.2221,0.680678,300,0,0,3271,0,0,0,0,0),(78143,22252,530,1,1,0,1,-5289.17,668.534,25.4119,3.35103,300,0,0,3271,0,0,0,0,0),(78144,22252,530,1,1,0,1,-5196.15,613.094,63.1971,5.68977,300,0,0,3271,0,0,0,0,0),(78145,22252,530,1,1,0,1,-5221.92,706.245,54.6696,3.92699,300,0,0,3271,0,0,0,0,0),(78146,22252,530,1,1,0,1,-5225.55,697.259,53.4612,1.5708,300,0,0,3271,0,0,0,0,0),(78147,22252,530,1,1,0,1,-5219.96,701.908,58.1617,3.1765,300,0,0,3271,0,0,0,0,0),(78148,22252,530,1,1,0,1,-5144.02,788.289,54.8045,2.44346,300,0,0,3271,0,0,0,0,0),(78149,22252,530,1,1,0,1,-5142.46,779.092,52.7009,1.93731,300,0,0,3271,0,0,0,0,0),(78150,22252,530,1,1,0,1,-5109.82,717.647,82.2025,1.44862,300,0,0,3271,0,0,0,0,0),(78151,22252,530,1,1,0,1,-5117.74,727.441,78.1368,0.488692,300,0,0,3271,0,0,0,0,0),(78152,22252,530,1,1,0,1,-5121.3,738.126,72.2984,1.13446,300,0,0,3271,0,0,0,0,0),(78153,22252,530,1,1,0,1,-5057.07,584.101,88.5404,5.8294,300,0,0,3271,0,0,0,0,0),(78154,22252,530,1,1,0,1,-5054.7,585.869,89.6654,1.309,300,0,0,3271,0,0,0,0,0),(78155,22252,530,1,1,0,1,-5114.63,663.123,86.3679,3.71755,300,0,0,3271,0,0,0,0,0),(78156,22252,530,1,1,0,1,-5113.42,651.332,86.6668,1.76278,300,0,0,3271,0,0,0,0,0),(78157,22252,530,1,1,0,1,-5071.73,608.635,89.1623,5.70723,300,0,0,3271,0,0,0,0,0),(78158,22252,530,1,1,0,1,-5071.2,603.933,89.6607,1.27409,300,0,0,3271,0,0,0,0,0),(78159,22252,530,1,1,0,1,-5123.59,626.639,86.6297,1.39512,300,0,0,3271,0,0,0,0,0),(78160,22252,530,1,1,0,1,-5113.35,623.85,86.7363,1.03384,300,0,0,3271,0,0,0,0,0),(78161,22252,530,1,1,0,1,-5078.14,688.94,86.6434,0.139626,300,0,0,3271,0,0,0,0,0),(78162,22252,530,1,1,0,1,-4981.85,622.819,81.3893,5.09636,300,0,0,3271,0,0,0,0,0),(78163,22252,530,1,1,0,1,-4978.37,619.433,80.6418,3.28122,300,0,0,3271,0,0,0,0,0),(78164,22252,530,1,1,0,1,-5068.99,613.855,89.5564,5.3058,300,0,0,3271,0,0,0,0,0),(78165,22252,530,1,1,0,1,-4908.04,696.783,68.8598,3.26377,300,0,0,3271,0,0,0,0,0),(78166,22252,530,1,1,0,1,-4920.51,689.121,66.4705,1.50098,300,0,0,3271,0,0,0,0,0),(78167,22252,530,1,1,0,1,-5025.1,696.803,82.47,3.50811,300,0,0,3271,0,0,0,0,0),(78168,22252,530,1,1,0,1,-5029.29,694.027,82.1415,1.67552,300,0,0,3271,0,0,0,0,0),(78169,22252,530,1,1,0,1,-5043.79,691.119,83.6567,0.837758,300,0,0,3271,0,0,0,0,0),(78170,22252,530,1,1,0,1,-5069.59,683.491,86.4402,1.79769,300,0,0,3271,0,0,0,0,0),(78171,22252,530,1,1,0,1,-5066.93,688.791,86.9902,1.72788,300,0,0,3271,0,0,0,0,0),(78172,22252,530,1,1,0,1,-5015.54,649.427,85.6796,5.60251,300,0,0,3271,0,0,0,0,0),(78173,22252,530,1,1,0,1,-5010.88,644.473,87.0546,4.20624,300,0,0,3271,0,0,0,0,0),(78174,22252,530,1,1,0,1,-5000.48,717.883,81.6968,2.53073,300,0,0,3271,0,0,0,0,0),(78175,22252,530,1,1,0,1,-4953.4,715.421,80.3559,0.244346,300,0,0,3271,0,0,0,0,0),(78176,22252,530,1,1,0,1,-4947.73,712.222,79.2309,1.62316,300,0,0,3271,0,0,0,0,0),(78177,22252,530,1,1,0,1,-5039.71,806.418,54.0831,3.92699,300,0,0,3271,0,0,0,0,0),(78178,22252,530,1,1,0,1,-4907.23,743.095,69.2661,5.67232,300,0,0,3271,0,0,0,0,0),(78179,22252,530,1,1,0,1,-4902.98,740.437,66.3825,4.95674,300,0,0,3271,0,0,0,0,0),(78180,22252,530,1,1,0,1,-4898.9,741.277,64.4501,4.88692,300,0,0,3271,0,0,0,0,0),(78181,22252,530,1,1,0,1,-4961.68,773.47,68.0888,3.22886,300,0,0,3271,0,0,0,0,0),(78182,22252,530,1,1,0,1,-4991.5,731.23,82.3694,1.55334,300,0,0,3271,0,0,0,0,0),(78183,22252,530,1,1,0,1,-4960.01,789.078,66.1966,3.75246,300,0,0,3271,0,0,0,0,0),(78184,22252,530,1,1,0,1,-4952.83,782.694,67.0416,2.82743,300,0,0,3271,0,0,0,0,0),(37056,20619,530,1,1,0,0,3931.31,2344.1,110.68,2.89149,120,2,0,1582,0,1,0,0,0),(37055,20619,530,1,1,0,0,3906.34,2327.14,110.673,3.16246,120,2,0,1582,0,1,0,0,0),(37054,20619,530,1,1,0,0,3835.32,2405.59,110.538,5.2092,120,2,0,1582,0,1,0,0,0),(37053,20619,530,1,1,0,0,3983.1,2387.07,111.623,4.75368,120,2,0,1582,0,1,0,0,0),(78189,22254,530,1,1,0,1,2717.5,7145.11,365.694,2.33376,300,5,0,5589,3155,1,0,0,0),(78190,22254,530,1,1,0,1,2770.92,7165.38,367.522,2.86706,300,5,0,5589,3155,1,0,0,0),(78191,22254,530,1,1,0,1,2777.65,7163.49,368.022,2.86678,300,0,0,5589,3155,0,0,0,0),(78192,22254,530,1,1,0,1,2716.12,7143.09,365.637,4.0866,300,5,0,5589,3155,1,0,0,0),(78193,22254,530,1,1,0,1,2708.42,7197.75,365.141,2.33097,300,5,0,5589,3155,1,0,0,0),(78194,22254,530,1,1,0,1,2716.62,7189.12,364.266,2.33062,300,5,0,5589,3155,1,0,0,0),(78195,22254,530,1,1,0,1,2679.31,7127.15,364.302,4.53596,300,5,0,5589,3155,1,0,0,0),(78196,22254,530,1,1,0,1,2680.37,7133.05,364.927,0.777375,300,0,0,5589,3155,0,0,0,0),(78197,22254,530,1,1,0,1,2736.91,7212.69,365.66,2.95786,300,0,0,5589,3155,0,0,0,0),(78198,22254,530,1,1,0,1,2723.98,7227.58,365.03,1.55127,300,5,0,5589,3155,1,0,0,0),(78199,22254,530,1,1,0,1,2839.93,7211.46,365.345,3.09549,300,5,0,5589,3155,1,0,0,0),(78200,22254,530,1,1,0,1,2832.53,7211.7,365.525,2.47022,300,5,0,5589,3155,1,0,0,0),(78201,22254,530,1,1,0,1,2659.96,7226.89,365.173,3.99952,300,0,0,5589,3155,0,0,0,0),(78202,22254,530,1,1,0,1,2664.84,7232.53,365.843,0.3712,300,0,0,5589,3155,0,0,0,0),(78203,22254,530,1,1,0,1,2625.26,7252.81,364.696,5.56068,300,5,0,5589,3155,1,0,0,0),(78204,22254,530,1,1,0,1,2617.01,7260.08,365.171,5.56062,300,0,0,5589,3155,0,0,0,0),(78205,22254,530,1,1,0,1,2577.7,7110.64,364.463,4.1788,300,5,0,5589,3155,1,0,0,0),(78206,22254,530,1,1,0,1,2580.75,7115.81,364.961,1.03728,300,5,0,5589,3155,1,0,0,0),(78216,22181,530,1,1,0,0,2706.82,7151.3,364.832,4.39658,300,5,0,7685,0,1,0,0,0),(78217,22181,530,1,1,0,0,2778.18,7217.4,365.399,2.17515,300,5,0,7685,0,1,0,0,0),(78218,22181,530,1,1,0,0,2650.19,7215.58,363.941,4.31096,300,5,0,7685,0,1,0,0,0),(78219,22181,530,1,1,0,0,2616.01,7245.59,364.671,1.10546,300,5,0,7685,0,1,0,0,0),(78220,22181,530,1,1,0,0,2512.59,7275.21,367.263,2.72734,300,5,0,7685,0,1,0,0,0),(78221,22181,530,1,1,0,0,2527.36,7253.35,364.53,5.55499,300,5,0,7685,0,1,0,0,0),(44254,23392,530,1,1,0,1,2511.01,7350.59,380.734,3.30985,60,0,0,6986,0,0,0,0,0),(78223,22181,530,1,1,0,0,2504.71,7245.27,365.684,0.66838,300,5,0,7685,0,1,0,0,0),(78224,22181,530,1,1,0,0,2458.35,7281.86,365.359,4.08158,300,5,0,7685,0,1,0,0,0),(78225,22181,530,1,1,0,0,2446.84,7359.08,365.205,2.49121,300,5,0,7685,0,1,0,0,0),(78226,22181,530,1,1,0,0,2061.52,7271.81,363.911,2.25509,300,5,0,7685,0,1,0,0,0),(78227,22181,530,1,1,0,0,2099.33,7330.34,364.607,2.57119,300,5,0,7685,0,1,0,0,0),(78228,22181,530,1,1,0,0,2067.45,7331.05,364.735,4.17056,300,0,0,7685,0,0,0,0,0),(78229,22181,530,1,1,0,0,2103.11,7353.6,366.479,5.89536,300,5,0,7685,0,1,0,0,0),(78230,22181,530,1,1,0,0,2032.96,7259.08,363.918,5.56344,300,5,0,7685,0,1,0,0,0),(78231,22181,530,1,1,0,0,2036.44,7293.47,363.316,5.38637,300,5,0,7685,0,1,0,0,0),(78232,22181,530,1,1,0,0,1843.66,7295.39,364.686,3.08165,300,5,0,7685,0,1,0,0,0),(78233,22181,530,1,1,0,0,1858.35,7351.39,363.794,2.91742,300,5,0,7685,0,1,0,0,0),(78234,22181,530,1,1,0,0,1789.23,7122.59,362.149,3.0024,300,5,0,7685,0,1,0,0,0),(78235,22181,530,1,1,0,0,1926.84,7195.48,364.116,3.93496,300,5,0,7685,0,1,0,0,0),(78236,22181,530,1,1,0,0,2121.94,7160.59,363.906,6.17584,300,5,0,7685,0,1,0,0,0),(78237,22181,530,1,1,0,0,2114.53,7187.61,366.179,4.56345,300,5,0,7685,0,1,0,0,0),(78238,22181,530,1,1,0,0,2206.19,7122.32,364.065,4.78504,300,5,0,7685,0,1,0,0,0),(78239,22181,530,1,1,0,0,2239.24,7142.74,366.781,2.45333,300,5,0,7685,0,1,0,0,0),(78240,22181,530,1,1,0,0,2224.77,7099.38,365.982,1.09666,300,5,0,7685,0,1,0,0,0),(78241,22181,530,1,1,0,0,2353.17,7104.93,367.007,2.18587,300,5,0,7685,0,1,0,0,0),(78242,22181,530,1,1,0,0,2403.47,7083.51,366.579,4.23665,300,5,0,7685,0,1,0,0,0),(78243,22181,530,1,1,0,0,2490,7043.62,366.056,4.14772,300,5,0,7685,0,1,0,0,0),(78244,22181,530,1,1,0,0,2458.42,7049.03,367.785,5.5253,300,5,0,7685,0,1,0,0,0),(78245,22181,530,1,1,0,0,2464.83,7072.46,364.959,6.15883,300,0,0,7685,0,0,0,0,0),(78246,22181,530,1,1,0,0,2678.12,7120.47,364.677,4.06626,300,5,0,7685,0,1,0,0,0),(78247,22181,530,1,1,0,0,3790.07,5840.06,261.204,5.2408,300,5,0,7685,0,1,0,0,0),(78248,22181,530,1,1,0,0,3815.14,5857.78,266.07,2.85368,300,5,0,7685,0,1,0,0,0),(78249,22181,530,1,1,0,0,3877.07,5943.6,269.352,1.46953,300,5,0,7685,0,1,0,0,0),(78250,22181,530,1,1,0,0,3899.06,5968.08,268.173,3.42963,300,5,0,7685,0,1,0,0,0),(78251,22181,530,1,1,0,0,3827.45,5814.51,267.705,4.15338,300,5,0,7685,0,1,0,0,0),(78252,22181,530,1,1,0,0,4085.43,5827.83,264.129,2.14618,300,5,0,7685,0,1,0,0,0),(78253,22181,530,1,1,0,0,4077.67,5856.85,256.653,6.22165,300,5,0,7685,0,1,0,0,0),(78254,22181,530,1,1,0,0,4047.39,5913.28,263.395,4.89851,300,5,0,7685,0,1,0,0,0),(78255,22181,530,1,1,0,0,4041.46,5970.79,265.805,6.14957,300,5,0,7685,0,1,0,0,0),(78256,22181,530,1,1,0,0,4002.9,5996.79,264.954,3.2317,300,5,0,7685,0,1,0,0,0),(78257,22181,530,1,1,0,0,3917.28,6008.18,267.865,5.58632,300,5,0,7685,0,1,0,0,0),(78258,22181,530,1,1,0,0,4006.68,6042.7,261.141,5.28363,300,5,0,7685,0,1,0,0,0),(78259,22181,530,1,1,0,0,3952.79,6078.67,266.482,0.737055,300,5,0,7685,0,1,0,0,0),(78260,22181,530,1,1,0,0,3905.1,6107.35,266.69,5.08921,300,5,0,7685,0,1,0,0,0),(78261,22181,530,1,1,0,0,3997.91,6093.29,260.065,3.98226,300,5,0,7685,0,1,0,0,0),(78262,23115,530,1,1,0,1,2395.5,7317.5,366.083,0.541052,300,0,0,71810,0,0,0,0,0),(78263,23115,530,1,1,0,1,2381.53,7252.25,365.4,4.76475,300,0,0,71810,0,0,0,0,0),(78264,23115,530,1,1,0,1,2353.09,7340.4,364.09,4.66003,300,0,0,71810,0,0,0,0,0),(78265,23115,530,1,1,0,1,2333.61,7249.68,365.917,2.95667,300,0,0,71810,0,0,0,0,0),(78266,23115,530,1,1,0,1,2261.02,7303.44,366.646,3.29867,300,0,0,71810,0,0,0,0,0),(78267,23115,530,1,1,0,1,2266.5,7275.91,365.888,3.28122,300,0,0,71810,0,0,0,0,0),(91796,23115,530,1,1,0,1,2364.95,7233.32,365.741,5.54821,25,0,0,71810,0,0,0,0,0),(91795,23115,530,1,1,0,1,2274.66,7255.09,363.897,4.33024,25,0,0,71810,0,0,0,0,0),(78270,22265,530,1,1,0,0,-2812,3172,10,2,300,5,0,6116,0,1,0,0,0),(78271,22265,530,1,1,0,0,-2830,3119,32,0,300,5,0,6116,0,1,0,0,0),(78272,22265,530,1,1,0,0,-2816,3067,48,3,300,5,0,6116,0,1,0,0,0),(78273,22265,530,1,1,0,0,-2781,3175,4,1,300,5,0,6116,0,1,0,0,0),(78274,22265,530,1,1,0,0,-2845,3016,31,3,300,5,0,6116,0,1,0,0,0),(78275,22265,530,1,1,0,0,-2866,3018,39,0,300,5,0,6116,0,1,0,0,0),(78276,22265,530,1,1,0,0,-2816.05,3034.26,23.6314,0.628653,300,5,0,6116,0,1,0,0,0),(78277,22265,530,1,1,0,0,-2817.18,3117.46,28.622,3.77376,300,5,0,6116,0,1,0,0,0),(78278,22265,530,1,1,0,0,-2831.6,3178.89,9.9374,5.96761,300,5,0,6116,0,1,0,0,0),(78279,22265,530,1,1,0,0,-2974.35,3191.81,26.5608,4.12926,300,5,0,6116,0,1,0,0,0),(78280,22265,530,1,1,0,0,-2988.84,3166.73,35.2118,5.92807,300,5,0,6116,0,1,0,0,0),(78281,22265,530,1,1,0,0,-2879.12,3023.8,44.1414,2.40936,300,5,0,6116,0,1,0,0,0),(78282,22265,530,1,1,0,0,-2808.78,3124.08,21.1573,0.47325,300,5,0,6116,0,1,0,0,0),(78283,1410,530,1,1,0,1,-2300.64,3100.04,147.398,0.228408,300,0,0,6116,0,2,0,0,0),(78284,22265,530,1,1,0,0,-2952.24,3152.46,34.4336,4.47389,300,5,0,6116,0,1,0,0,0),(78285,22265,530,1,1,0,0,-2838.64,3109.45,40.0094,0.320824,300,5,0,6116,0,1,0,0,0),(78286,22265,530,1,1,0,0,-2927.96,3170.9,24.325,0.661332,300,5,0,6116,0,1,0,0,0),(78287,22265,530,1,1,0,0,-2802.71,3142.03,12.8027,2.90798,300,5,0,6116,0,1,0,0,0),(78288,22265,530,1,1,0,0,-2762.19,3162.25,2.71622,3.52572,300,5,0,6116,0,1,0,0,0),(78289,22268,530,1,1,0,0,3675.99,5279.69,18.4976,1.91986,300,0,0,349300,0,0,0,0,0),(78290,22272,530,1,1,0,1,-2855.43,5053.92,-19.3265,2.84945,300,0,0,5715,0,2,0,0,0),(78291,22274,530,1,1,0,1,-4919.38,764.919,115.821,3.49686,300,0,0,7266,3155,2,0,0,0),(78292,22274,530,1,1,0,1,-4914.27,182.665,105.39,2.10116,300,0,0,7266,3155,2,0,0,0),(78293,22274,530,1,1,0,1,-5001.05,507.868,125.189,2.57263,300,0,0,7266,3155,2,0,0,0),(78294,22274,530,1,1,0,1,-4957.77,-85.9143,117.741,2.41635,300,0,0,7266,3155,2,0,0,0),(78295,22274,530,1,1,0,1,-4989.57,277.216,129.445,1.83224,300,0,0,7266,3155,2,0,0,0),(78296,22274,530,1,1,0,1,-5013.1,529.833,147.466,2.07098,300,0,0,7266,3155,2,0,0,0),(78297,22274,530,1,1,0,1,-5115.67,15.1122,156.038,3.25408,300,0,0,7266,3155,2,0,0,0),(78298,22274,530,1,1,0,1,-5128.9,485.141,149.469,2.64865,300,0,0,7266,3155,2,0,0,0),(78299,22274,530,1,1,0,1,-5203.09,230.205,125.233,0.855016,300,0,0,7266,3155,2,0,0,0),(78300,22274,530,1,1,0,1,-5234.02,262.72,131.392,1.73891,300,0,0,7266,3155,2,0,0,0),(78313,22278,530,1,1,0,0,-2827.24,5060.84,-15.4348,2.02458,300,0,0,9958,0,0,0,0,0),(78314,22279,530,1,1,0,0,3087.3,3657.69,142.932,3.15219,300,0,0,57,0,2,0,0,0),(78315,22280,530,1,1,0,0,3088.87,3659.28,142.801,5.36041,300,0,0,57,0,2,0,0,0),(1974607,28362,571,1,1,0,0,5484.12,4632.12,-136.877,2.23402,300,0,0,42,0,0,0,0,0),(78317,22282,530,1,1,0,0,3908.59,5742.47,264.698,3.93245,300,5,0,349,0,1,0,0,0),(78318,22282,530,1,1,0,0,3968.75,5689.74,266.454,2.03255,300,0,0,349,0,0,0,0,0),(78319,22282,530,1,1,0,0,3993.67,5580.46,275.529,2.58801,300,5,0,349,0,1,0,0,0),(78320,22282,530,1,1,0,0,4025.71,5639.63,267.012,2.84237,300,0,0,349,0,0,0,0,0),(78321,22282,530,1,1,0,0,3970.72,5480.56,267.725,2.40108,300,5,0,349,0,1,0,0,0),(78322,22282,530,1,1,0,0,3915.58,5387.05,269.388,1.10496,300,5,0,349,0,1,0,0,0),(78323,22282,530,1,1,0,0,4057.62,5506.11,271.019,0.464958,300,5,0,349,0,1,0,0,0),(78324,22283,530,1,1,0,1,4055.66,5484.14,270.313,2.94961,300,0,0,44712,9465,0,0,0,0),(78325,22286,530,1,1,0,0,2972.27,7063.56,368.881,0.017453,300,0,0,6986,0,0,0,0,0),(78326,22286,530,1,1,0,0,2993.38,7044.72,369.219,1.85005,300,0,0,6986,0,0,0,0,0),(78327,22286,530,1,1,0,0,2992.19,7067.72,369.508,1.64061,300,0,0,6986,0,0,0,0,0),(78328,22286,530,1,1,0,0,2936.99,7038.8,367.448,4.74729,300,0,0,6986,0,0,0,0,0),(78329,22286,530,1,1,0,0,2922.51,7027.74,367.495,5.88176,300,0,0,6986,0,0,0,0,0),(78330,22286,530,1,1,0,0,2934.41,7012.99,367.124,2.37365,300,0,0,6986,0,0,0,0,0),(78331,22286,530,1,1,0,0,2825.56,7012.25,370.084,3.50811,300,0,0,6986,0,0,0,0,0),(78332,22286,530,1,1,0,0,2815.33,6994.82,369.045,2.00713,300,0,0,6986,0,0,0,0,0),(78333,22286,530,1,1,0,0,2796.75,7001.82,370.222,0.383972,300,0,0,6986,0,0,0,0,0),(78334,22287,530,1,1,0,0,3913.38,5851.31,265.94,2.3578,300,5,0,7181,0,1,0,0,0),(78335,22287,530,1,1,0,0,3910.05,5911.7,267.079,4.5864,300,5,0,7181,0,1,0,0,0),(78336,22287,530,1,1,0,0,3991.02,5858.58,267.364,1.71114,300,5,0,7181,0,1,0,0,0),(78337,22287,530,1,1,0,0,4060.45,5810.76,265.018,1.67124,300,5,0,7181,0,1,0,0,0),(78338,22287,530,1,1,0,0,4057.16,5882.84,265.356,4.36887,300,5,0,7181,0,1,0,0,0),(78339,22287,530,1,1,0,0,3985.1,5917.46,266.524,4.10372,300,5,0,7181,0,1,0,0,0),(78340,22287,530,1,1,0,0,3954.52,5979.6,267.109,4.31328,300,5,0,7181,0,1,0,0,0),(78341,22287,530,1,1,0,0,3983.18,6055.42,265.524,6.16269,300,5,0,7181,0,1,0,0,0),(78342,22288,530,1,1,0,0,-2512.74,5418.92,5.14871,4.55531,300,0,0,42,0,0,0,0,0),(78343,22289,530,1,1,0,0,3885.64,5717.94,265.219,2.69982,300,5,0,5589,3155,1,0,0,0),(78344,22289,530,1,1,0,0,3919.31,5683.88,266.501,0.98273,300,5,0,5589,3155,1,0,0,0),(78345,22289,530,1,1,0,0,3981.02,5649.7,266.323,1.60004,300,5,0,5589,3155,1,0,0,0),(78346,22289,530,1,1,0,0,3981.04,5547.86,263.917,5.74133,300,5,0,5589,3155,1,0,0,0),(78347,22289,530,1,1,0,0,3919.71,5580.72,267.251,0.344807,300,5,0,5589,3155,1,0,0,0),(78348,22289,530,1,1,0,0,4014.84,5512.75,267.343,4.14749,300,5,0,5589,3155,1,0,0,0),(78349,22289,530,1,1,0,0,3910.77,5434.58,266.064,5.47443,300,5,0,5589,3155,1,0,0,0),(78350,22289,530,1,1,0,0,3986.7,5417.79,265.838,5.42971,300,5,0,5589,3155,1,0,0,0),(78351,22289,530,1,1,0,0,4015.91,5446.2,267.48,5.38374,300,5,0,5589,3155,1,0,0,0),(78352,22289,530,1,1,0,0,3952.95,5314.4,265.042,0.044554,300,5,0,5589,3155,1,0,0,0),(78353,22289,530,1,1,0,0,4079.77,5353.94,266.249,2.33738,300,5,0,5589,3155,1,0,0,0),(78354,22289,530,1,1,0,0,4052.86,5383.78,264.754,0.515082,300,5,0,5589,3155,1,0,0,0),(78355,22289,530,1,1,0,0,4085.84,5420.74,265.311,1.6819,300,5,0,5589,3155,1,0,0,0),(78356,22289,530,1,1,0,0,4079.29,5551.65,264.649,3.59136,300,5,0,5589,3155,1,0,0,0),(78357,22289,530,1,1,0,0,4050.53,5586.52,265.108,2.10082,300,5,0,5589,3155,1,0,0,0),(78358,22289,530,1,1,0,0,4050.96,5685.17,265.173,4.59415,300,5,0,5589,3155,1,0,0,0),(78359,22291,530,1,1,0,1,3013.98,6897.87,369.341,4.50295,300,0,0,6986,0,0,0,0,0),(78360,22291,530,1,1,0,1,2947.05,6870.6,369.391,1.02974,300,0,0,6986,0,0,0,0,0),(78361,22291,530,1,1,0,1,2959.3,6888.54,370.576,4.06662,300,0,0,6986,0,0,0,0,0),(78362,22291,530,1,1,0,1,3026.85,6819.28,373.834,3.29867,300,0,0,6986,0,0,0,0,0),(78363,22291,530,1,1,0,1,3013.19,6875.87,370.152,1.78024,300,0,0,6986,0,0,0,0,0),(78364,22291,530,1,1,0,1,2955.87,6795.86,366.894,2.30383,300,0,0,6986,0,0,0,0,0),(78365,22291,530,1,1,0,1,2940.69,6813.84,367.362,5.53269,300,0,0,6986,0,0,0,0,0),(78366,22291,530,1,1,0,1,3008.28,6806.73,374.443,0.279253,300,0,0,6986,0,0,0,0,0),(78367,22292,530,1,1,0,1,-1656.93,5448.97,-40.3227,5.88176,300,0,0,5527,0,0,0,0,0),(78368,22293,530,1,1,0,0,4384.17,3484.03,182.44,4.74729,300,0,0,6986,0,0,0,0,0),(78369,22293,530,1,1,0,0,4521.53,3435.61,166.805,4.08407,300,0,0,6986,0,0,0,0,0),(78370,22293,530,1,1,0,0,4501.38,3367.62,156.794,4.15388,300,0,0,6986,0,0,0,0,0),(97019,22323,530,1,1,22748,0,796.947,2534.29,295.917,1.74533,360,0,0,6986,0,0,0,0,0),(97020,22323,530,1,1,22748,0,672.515,2399.91,275.578,4.29448,360,5,0,6986,0,1,0,0,0),(97021,22323,530,1,1,22748,0,774.081,2059.15,272.703,4.84531,360,5,0,6986,0,1,0,0,0),(97016,22323,530,1,1,22748,0,712.249,2554.65,281.907,0.672701,360,5,0,6986,0,1,0,0,0),(78376,22298,530,1,1,0,0,1456.16,7206.47,369.669,1.69297,300,0,0,5744,3231,0,0,0,0),(78377,22298,530,1,1,0,0,1457.95,7222.5,371.22,4.64258,300,0,0,5744,3231,0,0,0,0),(78378,22298,530,1,1,0,0,1509.62,7213.56,370.816,1.0472,300,0,0,5744,3231,0,0,0,0),(78379,22298,530,1,1,0,0,1518.85,7227.36,369.989,3.97935,300,0,0,5744,3231,0,0,0,0),(78380,22298,530,1,1,0,0,1526.28,7286.23,367.369,2.1293,300,0,0,5744,3231,0,0,0,0),(97017,22323,530,1,1,22748,0,806.551,2378.54,282.029,1.22445,360,5,0,6986,0,1,0,0,0),(97018,22323,530,1,1,22748,0,718.36,2521.69,277.671,5.59252,360,5,0,6986,0,1,0,0,0),(97014,22323,530,1,1,22748,0,816.281,2243.53,281.457,3.42258,360,5,0,6986,0,1,0,0,0),(37538,20619,530,1,1,0,0,4026.14,2343.2,111.11,3.62505,120,0,2,1582,0,0,0,0,0),(97004,22323,530,1,1,22748,0,837.035,2285.32,282.788,0.775314,360,5,0,6986,0,1,0,0,0),(97005,22323,530,1,1,22748,0,863.034,2247.81,294.686,4.13377,360,5,0,6986,0,1,0,0,0),(97006,22323,530,1,1,22748,0,773.122,2262.28,282.028,3.22473,360,0,0,6986,0,0,0,0,0),(97007,22323,530,1,1,22748,0,806.654,2471.27,290.114,2.16464,360,0,0,6986,0,0,0,0,0),(97008,22323,530,1,1,22748,0,805.013,2171.16,272.545,1.55763,360,0,0,6986,0,0,0,0,0),(97009,22323,530,1,1,22748,0,709.597,2517.03,276.588,2.04363,360,5,0,6986,0,1,0,0,0),(97010,22323,530,1,1,22748,0,802.07,2425.66,280.738,1.3758,360,0,0,6986,0,0,0,0,0),(97011,22323,530,1,1,22748,0,847.641,2439.58,290.364,5.01209,360,5,0,6986,0,1,0,0,0),(97012,22323,530,1,1,22748,0,876.59,2168.81,279.876,5.33303,360,5,0,6986,0,1,0,0,0),(97013,22323,530,1,1,22748,0,779.815,2137.84,272.479,6.13372,360,5,0,6986,0,1,0,0,0),(97003,22323,530,1,1,22748,0,835.823,2222.47,288.053,5.26474,360,5,0,6986,0,1,0,0,0),(97002,22323,530,1,1,22748,0,904.055,2231.69,303.629,0.124355,360,5,0,6986,0,1,0,0,0),(78404,22305,530,1,1,0,1,1797.9,5044.21,178.462,1.58825,300,0,0,6072,2933,0,0,0,0),(78405,22306,530,1,1,0,0,1075.75,6007.9,132.503,0.965277,300,5,0,42,0,1,0,0,0),(78406,22306,530,1,1,0,0,1076.87,6005.99,132.664,5.37536,300,0,0,42,0,0,0,0,0),(78407,22306,530,1,1,0,0,1066.3,6069.79,133.86,2.51583,300,5,0,42,0,1,0,0,0),(78408,22306,530,1,1,0,0,1121.45,6052.89,153.922,4.98091,300,0,0,42,0,0,0,0,0),(78409,22306,530,1,1,0,0,1108.84,6053.39,150.838,0.536174,300,5,0,42,0,1,0,0,0),(78410,22306,530,1,1,0,0,1071.73,6070.17,135.632,1.06825,300,0,0,42,0,0,0,0,0),(78411,22306,530,1,1,0,0,1198.61,6027.28,163.818,5.66754,300,0,0,42,0,0,0,0,0),(78412,22306,530,1,1,0,0,1184.88,6055.6,162.978,0.302086,300,0,0,42,0,0,0,0,0),(78413,22306,530,1,1,0,0,1166.79,6075.47,159.715,2.50924,300,0,0,42,0,0,0,0,0),(78414,22306,530,1,1,0,0,1202.88,6027.4,165.101,4.99641,300,0,0,42,0,0,0,0,0),(78415,22306,530,1,1,0,0,1249.14,6017.73,169.711,4.97063,300,5,0,42,0,1,0,0,0),(78416,22306,530,1,1,0,0,1221.2,5981.14,166.427,3.01995,300,5,0,42,0,1,0,0,0),(78417,22306,530,1,1,0,0,1324.86,5984.93,161.33,4.96535,300,5,0,42,0,1,0,0,0),(78418,22306,530,1,1,0,0,1326.22,6003.76,160.77,1.75781,300,5,0,42,0,1,0,0,0),(78419,22306,530,1,1,0,0,1356.09,6047.26,154.503,4.52589,300,0,0,42,0,0,0,0,0),(78420,22306,530,1,1,0,0,1405.91,6084.5,150.283,3.52159,300,5,0,42,0,1,0,0,0),(78421,22306,530,1,1,0,0,1365.35,6848.82,103.979,1.27901,300,5,0,42,0,1,0,0,0),(78422,22306,530,1,1,0,0,1352.78,6864.61,101.409,0.895007,300,5,0,42,0,1,0,0,0),(78423,22306,530,1,1,0,0,1338.69,6885.81,100.204,1.41065,300,5,0,42,0,1,0,0,0),(78424,22306,530,1,1,0,0,1331.81,6944.02,93.1811,4.64846,300,5,0,42,0,1,0,0,0),(78425,22306,530,1,1,0,0,1328.18,6947.44,93.1783,1.62258,300,5,0,42,0,1,0,0,0),(78426,22306,530,1,1,0,0,1336.46,6948.85,94.5687,3.23245,300,5,0,42,0,1,0,0,0),(78427,22306,530,1,1,0,0,1247.35,6956.11,99.534,2.94248,300,5,0,42,0,1,0,0,0),(78428,22306,530,1,1,0,0,1217.56,6968.58,106.685,1.68243,300,5,0,42,0,1,0,0,0),(78429,22306,530,1,1,0,0,1207.52,6981.06,109.756,0.866692,300,5,0,42,0,1,0,0,0),(78430,22306,530,1,1,0,0,1065.63,6013.91,130.282,2.53078,300,0,0,42,0,0,0,0,0),(78431,22306,530,1,1,0,0,1067.22,6002.31,129.494,2.9108,300,5,0,42,0,1,0,0,0),(78432,22306,530,1,1,0,0,1075.82,6070.21,136.896,0.340762,300,5,0,42,0,1,0,0,0),(78433,22306,530,1,1,0,0,1103.91,6053.95,149.933,3.0993,300,0,0,42,0,0,0,0,0),(78434,22306,530,1,1,0,0,1067.39,6067.47,133.417,3.06985,300,0,0,42,0,0,0,0,0),(78435,22307,530,1,1,0,0,-2849.23,4452.75,-7.3317,0.966037,300,5,0,5914,0,1,0,0,0),(78436,22307,530,1,1,0,0,-2735.1,4897.37,-6.92439,3.30256,300,5,0,5914,0,1,0,0,0),(78437,22307,530,1,1,0,0,-3927.87,4435.65,-24.1596,0.925025,300,5,0,5914,0,1,0,0,0),(78438,22307,530,1,1,0,0,-3546.35,4215.03,-4.56673,2.60472,300,5,0,5914,0,1,0,0,0),(78439,22307,530,1,1,0,0,-3106.56,4259.65,-9.25109,0.134295,300,5,0,5914,0,1,0,0,0),(78440,22308,530,1,1,0,1,3154.78,6252.1,124.825,0.628319,300,0,0,4892,2846,0,0,0,0),(78441,22308,530,1,1,0,1,3202.03,6284.96,124.487,1.63036,300,0,0,4892,2846,0,0,0,0),(78442,22308,530,1,1,0,1,3218.68,6368.52,120.228,4.45002,300,0,0,4892,2846,0,0,0,0),(78443,22309,530,1,1,0,0,-653.128,6752.07,157.542,4.83102,300,5,0,7266,3155,1,0,0,0),(78444,22309,530,1,1,0,0,-616.597,6786.12,141.057,0.580099,300,5,0,7266,3155,1,0,0,0),(78445,22309,530,1,1,0,0,-584.65,6751.39,150.203,2.3184,300,5,0,7266,3155,1,0,0,0),(78446,22309,530,1,1,0,0,-602.704,6818.63,153.264,3.5328,300,0,0,7266,3155,0,0,0,0),(78447,22309,530,1,1,0,0,-617.304,6848.81,156.981,5.50902,300,5,0,7266,3155,1,0,0,0),(78448,22309,530,1,1,0,0,-579.596,6887.7,153.8,1.67428,300,5,0,7266,3155,1,0,0,0),(78449,22309,530,1,1,0,0,-545.93,6847.91,163.477,3.50796,300,5,0,7266,3155,1,0,0,0),(78450,22309,530,1,1,0,0,-548.815,6914.24,162.979,3.59436,300,5,0,7266,3155,1,0,0,0),(78451,22309,530,1,1,0,0,-518.769,6882.85,163.254,0.800971,300,0,0,7266,3155,0,0,0,0),(78452,22309,530,1,1,0,0,-594.614,6942.29,157.059,3.01604,300,5,0,7266,3155,1,0,0,0),(78453,22309,530,1,1,0,0,-517.64,6947.38,151.984,1.70984,300,5,0,7266,3155,1,0,0,0),(78454,22309,530,1,1,0,0,-486.013,6980.64,146.977,0.677376,300,5,0,7266,3155,1,0,0,0),(78455,22309,530,1,1,0,0,-510.147,7011.38,158.965,5.97686,300,5,0,7266,3155,1,0,0,0),(78456,22309,530,1,1,0,0,-557.202,6787.92,149.171,4.05159,300,5,0,7266,3155,1,0,0,0),(78457,22310,530,1,1,0,0,-784.9,6465.99,179.125,4.45363,300,0,0,7266,3155,0,0,0,0),(78458,22310,530,1,1,0,0,-795.04,6432.24,173.769,1.60988,300,0,0,7266,3155,0,0,0,0),(78459,22310,530,1,1,0,0,-769.323,6438.86,175.948,1.99464,300,0,0,7266,3155,0,0,0,0),(78460,22310,530,1,1,0,0,-847.156,6454.62,175.301,0.05236,300,0,0,7266,3155,0,0,0,0),(78461,22310,530,1,1,0,0,-766.639,6418.1,171.654,3.01619,300,0,0,7266,3155,0,0,0,0),(78462,22310,530,1,1,0,0,-711.066,6473.15,173.496,3.41882,300,0,0,7266,3155,0,0,0,0),(78463,22310,530,1,1,0,0,-725.164,6451.48,173.789,0.860671,300,0,0,7266,3155,0,0,0,0),(78464,22310,530,1,1,0,0,-786.212,6385.79,171.677,2.50711,300,0,0,7266,3155,0,0,0,0),(78465,22310,530,1,1,0,0,-812.311,6499.34,198.128,5.49779,300,0,0,7266,3155,0,0,0,0),(78466,22311,530,1,1,0,0,-815.928,6551.43,170.632,4.30919,300,5,0,9082,0,1,0,0,0),(78467,22311,530,1,1,0,0,-770.436,6625.45,173.976,4.56925,300,0,0,9082,0,0,0,0,0),(78468,22311,530,1,1,0,0,-717.695,6570.38,171.123,2.91133,300,0,0,9082,0,0,0,0,0),(78469,22311,530,1,1,0,0,-715.3,6545.61,171.684,0.304589,300,0,0,9082,0,0,0,0,0),(78470,22311,530,1,1,0,0,-746.829,6587.57,171.198,5.16512,300,0,0,9082,0,0,0,0,0),(78471,22311,530,1,1,0,0,-752.711,6571.91,171.757,5.58048,300,0,0,9082,0,0,0,0,0),(78472,22311,530,1,1,0,0,-787.178,6642.7,180.565,2.21657,300,0,0,9082,0,0,0,0,0),(78473,22311,530,1,1,0,0,-828.827,6551.46,169.875,0.704283,300,0,0,9082,0,0,0,0,0),(78474,22311,530,1,1,0,0,-816.867,6556.56,170.379,2.82171,300,0,0,9082,0,0,0,0,0),(78475,22311,530,1,1,0,0,-715.85,6515.86,171.593,5.43833,300,5,0,9082,0,1,0,0,0),(78476,22311,530,1,1,0,0,-768.337,6592.08,171.431,2.89662,300,0,0,9082,0,0,0,0,0),(78477,22312,530,1,1,0,1,2221.21,4781.8,156.583,1.27409,300,0,0,7645,0,0,0,0,0),(78478,22313,530,1,1,0,0,-918.466,6747.54,142.444,4.14639,300,5,0,9082,0,1,0,0,0),(78479,22313,530,1,1,0,0,-945.968,6713.99,173.501,2.58532,300,5,0,9082,0,1,0,0,0),(78480,22313,530,1,1,0,0,-880.717,6718.44,144.75,3.47384,300,5,0,9082,0,1,0,0,0),(78481,22313,530,1,1,0,0,-984.012,6686.91,186.559,5.01198,300,5,0,9082,0,1,0,0,0),(78482,22313,530,1,1,0,0,-919.313,6684.43,177.64,2.24135,300,5,0,9082,0,1,0,0,0),(78483,22313,530,1,1,0,0,-918.917,6585.68,226.638,3.76419,300,5,0,9082,0,1,0,0,0),(78484,22313,530,1,1,0,0,-847.629,6677.29,163.174,0.055661,300,5,0,9082,0,1,0,0,0),(78485,22313,530,1,1,0,0,-713.932,6652.88,176.155,0.081004,300,5,0,9082,0,1,0,0,0),(78486,22313,530,1,1,0,0,-615.246,6548.85,186.696,1.39216,300,5,0,9082,0,1,0,0,0),(78487,22313,530,1,1,0,0,-687.692,6717.78,161.726,3.42533,300,5,0,9082,0,1,0,0,0),(78488,22314,530,1,1,0,0,-2526.76,5384.53,28.0916,2.21657,300,0,0,42,0,0,0,0,0),(78489,22314,530,1,1,0,0,-2525.61,5383.78,28.0869,4.46804,300,0,0,42,0,0,0,0,0),(78491,22314,530,1,1,0,0,-2464.22,5402.19,2.16002,0.575959,300,0,0,42,0,0,0,0,0),(78492,22314,530,1,1,0,0,-2579.22,5430.93,28.044,2.28638,300,0,0,42,0,0,0,0,0),(78493,22314,530,1,1,0,0,-2580.26,5430.34,28.0412,3.735,300,0,0,42,0,0,0,0,0),(78494,22314,530,1,1,0,0,-2545.31,5484.29,8.3446,0.226893,300,0,0,42,0,0,0,0,0),(78495,22315,530,1,1,0,0,-3430.69,2238.72,33.7636,0.135447,300,0,0,591,0,0,0,0,0),(78496,22317,530,1,1,0,0,-4236.14,313.865,160.389,3.5595,300,0,0,6986,0,0,0,0,0),(78497,22317,530,1,1,0,0,-4242.73,232.015,180.987,2.18166,300,0,0,6986,0,0,0,0,0),(78498,22317,530,1,1,0,0,-4185.45,370.411,143.099,6.10865,300,0,0,6986,0,0,0,0,0),(78499,22317,530,1,1,0,0,-4237.51,412.141,89.9752,3.9619,300,0,0,6986,0,0,0,0,0),(78500,22317,530,1,1,0,0,-4220.02,448.911,59.5408,3.50811,300,0,0,6986,0,0,0,0,0),(78501,22317,530,1,1,0,0,-4177.89,479.084,32.4235,1.37881,300,0,0,6986,0,0,0,0,0),(78502,22317,530,1,1,0,0,-4197.74,493.153,101.98,1.76278,300,0,0,6986,0,0,0,0,0),(78503,22317,530,1,1,0,0,-4118.2,511.977,45.5388,3.85718,300,0,0,6986,0,0,0,0,0),(78504,22317,530,1,1,0,0,-4175.81,516.005,43.6626,4.10152,300,0,0,6986,0,0,0,0,0),(78505,22317,530,1,1,0,0,-4159.57,529.905,58.966,2.67035,300,0,0,6986,0,0,0,0,0),(78506,22317,530,1,1,0,0,-4176.34,-12481.7,44.3271,4.4253,300,0,0,6986,0,0,0,0,0),(78507,22317,530,1,1,0,0,-4174.48,-12479.7,44.3594,4.14255,300,0,0,6986,0,0,0,0,0),(97022,22323,530,1,1,22748,0,779.805,2025.52,272.724,2.08223,360,5,0,6986,0,1,0,0,0),(78509,22320,530,1,1,0,0,705.956,2406.95,280.28,1.51844,300,0,0,6722,0,0,0,0,0),(97033,24918,530,1,1,22980,1,723.793,2365.64,274.944,5.86431,360,0,0,16767,9465,0,0,0,0),(97034,24918,530,1,1,22979,1,752.155,2343.45,275.142,2.60054,360,0,0,16767,9465,0,0,0,0),(96984,20231,530,1,1,16370,0,310.429,1484.34,-9.80759,4.34587,360,0,0,42740,2568,0,0,0,0),(96985,20232,530,1,1,16389,1,315.337,1442.1,0.981787,4.18879,360,0,0,6104,0,0,0,0,0),(78516,22320,530,1,1,0,0,880.547,2085.45,295.504,3.7001,300,0,0,6722,0,0,0,0,0),(78517,22320,530,1,1,0,0,783.513,2151.7,293.387,2.58309,300,0,0,6722,0,0,0,0,0),(78518,22320,530,1,1,0,0,791.017,2082.55,292.31,5.72468,300,0,0,6722,0,0,0,0,0),(97032,24918,530,1,1,22979,1,787.652,2278.22,281.466,3.79114,360,0,0,16767,9465,0,0,0,0),(97031,24918,530,1,1,22979,1,704.268,2359.31,275.142,3.61283,360,0,0,16767,9465,0,0,0,0),(97023,24918,530,1,1,22980,1,673.716,2368.9,275.142,5.2709,360,0,0,16767,9465,0,0,0,0),(97024,24918,530,1,1,22980,1,662.616,2432.37,275.845,0.715585,360,0,0,16767,9465,0,0,0,0),(97025,24918,530,1,1,22979,1,664.95,2458.71,275.782,5.74213,360,0,0,16767,9465,0,0,0,0),(97026,24918,530,1,1,22979,1,824.137,2288.24,281.436,3.94444,360,0,0,16767,9465,0,0,0,0),(97027,24918,530,1,1,22979,1,823.586,2249.68,281.457,2.07694,360,0,0,16767,9465,0,0,0,0),(97028,24918,530,1,1,22980,1,751.091,2429.36,275.142,2.42601,360,0,0,16767,9465,0,0,0,0),(97029,24918,530,1,1,22980,1,695.22,2432.9,275.142,2.42601,360,0,0,16767,9465,0,0,0,0),(97030,24918,530,1,1,22980,1,716.441,2429.56,275.142,0.820305,360,0,0,16767,9465,0,0,0,0),(96999,18728,530,1,1,17887,1,943.49,2269.77,306.786,3.28122,7400,0,0,848960,0,0,0,0,0),(97000,22323,530,1,1,22748,0,812.533,2553.2,293.69,4.74659,360,5,0,6986,0,1,0,0,0),(97001,22323,530,1,1,22748,0,871.139,2272.32,288.928,1.82762,360,5,0,6986,0,1,0,0,0),(96998,20251,530,1,1,16925,0,328.931,1478.76,-4.83589,2.56563,360,0,0,6722,0,0,0,0,0),(96992,20238,530,1,1,16449,1,313.404,1476.27,-7.68097,0.820305,360,0,0,59140,0,0,0,0,0),(96993,20238,530,1,1,16449,1,317.901,1473.37,-6.11224,0.453786,360,0,0,59140,0,0,0,0,0),(96994,20238,530,1,1,16449,1,322.826,1470.75,-4.64011,0.593412,360,0,0,59140,0,0,0,0,0),(96995,20251,530,1,1,16925,0,323.947,1482.19,-5.81062,1.6057,360,0,0,6722,0,0,0,0,0),(96997,20251,530,1,1,16925,0,319.555,1485.75,-6.94822,2.05949,360,0,0,6722,0,0,0,0,0),(96986,20234,530,1,1,18666,1,279.397,1489.76,-15.4411,3.29867,360,0,0,59140,0,0,0,0,0),(96987,20235,530,1,1,21064,1,294.688,1498.06,-14.4729,1.0472,360,0,0,26140,0,0,0,0,0),(96988,20237,530,1,1,18666,1,308.202,1469.31,-7.4402,1.23918,360,0,0,59140,0,0,0,0,0),(96989,20237,530,1,1,18666,1,273.713,1461.73,-13.6495,1.05584,360,0,0,59140,0,0,0,0,0),(96990,20238,530,1,1,16449,1,273.556,1451.37,-13.1796,2.00817,360,0,0,59140,0,2,0,0,0),(96991,20238,530,1,1,16449,1,314.131,1439.38,0.876582,1.20428,360,0,0,59140,0,0,0,0,0),(32688,21742,530,1,1,0,1,-3685.88,462.437,90.944,1.42529,300,0,0,5060,2933,0,0,0,0),(78554,22326,530,1,1,0,0,-2850.41,5065.92,-18.6117,0.763368,300,0,0,5341,0,0,0,0,0),(78555,22326,530,1,1,0,0,-2851.6,5067.82,-18.5844,0.632818,300,0,0,5341,0,0,0,0,0),(78556,22326,530,1,1,0,0,-1653.68,5452.96,-36.8532,5.6943,300,5,0,5341,0,1,0,0,0),(78557,22326,530,1,1,0,0,-1654.22,5442.51,-36.1004,0.316787,300,5,0,5341,0,1,0,0,0),(78558,22326,530,1,1,0,0,-1653.4,5443.88,-34.3612,3.47727,300,5,0,5341,0,1,0,0,0),(78559,22327,530,1,1,0,1,1275.31,7158.46,374.225,0.942478,300,0,0,5744,3231,0,0,0,0),(78560,22327,530,1,1,0,1,1373.43,7347.37,370.78,3.57792,300,0,0,5744,3231,0,0,0,0),(78561,22327,530,1,1,0,1,1356.06,7310.81,369.355,6.0912,300,0,0,5744,3231,0,0,0,0),(78562,22327,530,1,1,0,1,1330.58,7364.44,367.824,3.14159,300,0,0,5744,3231,0,0,0,0),(78563,22327,530,1,1,0,1,1323.41,7214.82,375.962,5.09636,300,0,0,5744,3231,0,0,0,0),(78564,22327,530,1,1,0,1,1347.22,7182.96,375.144,2.72271,300,0,0,5744,3231,0,0,0,0),(78565,22340,530,1,1,0,0,-3672.45,5844.35,7.3191,4.99164,300,5,0,42,0,1,0,0,0),(78566,22340,530,1,1,0,0,-3657.76,5801.37,12.5167,2.9147,300,5,0,42,0,1,0,0,0),(78567,22340,530,1,1,0,0,-3662.66,5708.91,7.19478,2.14675,300,5,0,42,0,1,0,0,0),(78568,22340,530,1,1,0,0,-3674.84,5745.43,10.1877,6.17846,300,5,0,42,0,1,0,0,0),(78569,22340,530,1,1,0,0,-3624.15,5832.19,14.7019,0.663225,300,5,0,42,0,1,0,0,0),(78570,22340,530,1,1,0,0,-3616.71,5786.67,13.6964,0.191986,300,5,0,42,0,1,0,0,0),(78571,22340,530,1,1,0,0,-3630.15,5741.37,15.7884,0.698132,300,5,0,42,0,1,0,0,0),(78572,22340,530,1,1,0,0,-3611.1,5762.17,14.7917,1.23918,300,5,0,42,0,1,0,0,0),(78573,22340,530,1,1,0,0,-3586.82,5817.34,7.84071,2.33874,300,5,0,42,0,1,0,0,0),(78574,22340,530,1,1,0,0,-3566.64,5785.38,4.70512,6.0912,300,5,0,42,0,1,0,0,0),(78575,22340,530,1,1,0,0,-3572.53,5799.1,6.82338,1.16937,300,5,0,42,0,1,0,0,0),(78576,22340,530,1,1,0,0,-3554.64,5714.83,6.62671,2.25148,300,5,0,42,0,1,0,0,0),(78577,22341,530,1,1,0,1,-1549.3,9741.74,202.539,5.68977,300,0,0,5589,3155,0,0,0,0),(78578,22341,530,1,1,0,1,-1547.43,9713.23,202.489,1.36136,300,0,0,5589,3155,0,0,0,0),(78579,22341,530,1,1,0,1,-1381.56,9724.94,205.394,4.41568,300,0,0,5589,3155,0,0,0,0),(78580,22341,530,1,1,0,1,-1373.94,9712.83,205.394,2.11185,300,0,0,5589,3155,0,0,0,0),(78581,22341,530,1,1,0,1,-1391.97,9575.05,205.64,1.16937,300,0,0,5589,3155,0,0,0,0),(78582,22341,530,1,1,0,1,-1376.52,9579.83,205.64,0.331613,300,0,0,5589,3155,0,0,0,0),(78583,22342,530,1,1,0,1,-1533.23,9817.72,200.799,2.61799,300,0,0,5589,3155,0,0,0,0),(78584,22342,530,1,1,0,1,-1589.62,9843.57,201.021,4.76475,300,0,0,5589,3155,0,0,0,0),(78585,22342,530,1,1,0,1,-1543.57,9808.44,200.227,2.09439,300,0,0,5589,3155,0,0,0,0),(78586,22342,530,1,1,0,1,-1582.66,9853.28,200.896,5.51524,300,0,0,5589,3155,0,0,0,0),(78587,22342,530,1,1,0,1,-1553.34,9803.13,200.693,1.72788,300,0,0,5589,3155,0,0,0,0),(78588,22342,530,1,1,0,1,-1573.51,9861.7,200.771,5.34071,300,0,0,5589,3155,0,0,0,0),(78589,22342,530,1,1,0,1,-1548.92,9731.15,202.535,3.66519,300,0,0,5589,3155,0,0,0,0),(78590,22342,530,1,1,0,1,-1548.01,9723.48,202.535,2.70526,300,0,0,5589,3155,0,0,0,0),(78591,22342,530,1,1,0,1,-1527.55,9827.69,201.342,3.57792,300,0,0,5589,3155,0,0,0,0),(78592,22342,530,1,1,0,1,-1563.83,9867.19,200.417,4.90619,300,0,0,5589,3155,0,0,0,0),(78593,22342,530,1,1,0,1,-1462.62,9845.34,200.632,0.122173,300,0,0,5589,3155,0,0,0,0),(78594,22342,530,1,1,0,1,-1455.45,9687.48,199.963,0.069813,300,0,0,5589,3155,0,0,0,0),(78595,22342,530,1,1,0,1,-1431,9683.54,200.257,2.58309,300,0,0,5589,3155,0,0,0,0),(78596,22342,530,1,1,0,1,-1434.16,9693.94,199.641,3.80482,300,0,0,5589,3155,0,0,0,0),(78597,22342,530,1,1,0,1,-1444.27,9699.59,199.972,5.06145,300,0,0,5589,3155,0,0,0,0),(78598,22342,530,1,1,0,1,-1451.53,9679.99,199.902,0.694321,300,0,0,5589,3155,0,0,0,0),(78599,22342,530,1,1,0,1,-1391.75,9716.4,205.35,5.81195,300,0,0,5589,3155,0,0,0,0),(78600,22342,530,1,1,0,1,-1440.24,9675.59,200.014,1.89248,300,0,0,5589,3155,0,0,0,0),(78601,22342,530,1,1,0,1,-1384.11,9706,205.335,1.78024,300,0,0,5589,3155,0,0,0,0),(78602,22342,530,1,1,0,1,-1389.18,9588.2,205.576,5.48033,300,0,0,5589,3155,0,0,0,0),(78603,22342,530,1,1,0,1,-1380.14,9590.96,204.649,4.04916,300,0,0,5589,3155,0,0,0,0),(78604,22343,530,1,1,0,1,-1564.59,9797.71,199.122,4.88692,300,0,0,6986,0,0,0,0,0),(78605,22343,530,1,1,0,1,-1534.35,9692.92,201.574,1.15457,300,0,0,6986,0,2,0,0,0),(78606,22343,530,1,1,0,1,-1520.26,9833.81,200.323,5.98648,300,0,0,6986,0,0,0,0,0),(78607,22343,530,1,1,0,1,-1440.53,9826.04,200.204,6.18657,300,0,0,6986,0,2,0,0,0),(78608,22343,530,1,1,0,1,-1380.65,9741.17,204.122,0.875509,300,0,0,6986,0,2,0,0,0),(78609,22343,530,1,1,0,1,-1319.21,9624.37,202.191,5.442,300,0,0,6986,0,2,0,0,0),(78610,22343,530,1,1,0,1,-1306.94,9590.38,210.033,6.21337,300,0,0,6986,0,0,0,0,0),(78611,22343,530,1,1,0,1,-1404.83,9588.39,204.283,5.05245,300,0,0,6986,0,2,0,0,0),(78612,22343,530,1,1,0,1,-1298.21,9618.36,205.511,5.32325,300,0,0,6986,0,0,0,0,0),(78613,22348,530,1,1,0,0,4695.81,3299.52,181.133,3.94444,300,0,0,6722,0,0,0,0,0),(78614,22350,530,1,1,0,0,4733.29,3194.43,163.948,3.85718,300,0,0,6722,0,0,0,0,0),(78615,22351,530,1,1,0,0,4671.05,3128.65,169.15,4.64258,300,0,0,6722,0,0,0,0,0),(78616,22355,530,1,1,0,0,-3938.96,4341.21,-11.1862,4.62512,300,0,0,498,0,0,0,0,0),(78617,22355,530,1,1,0,0,-3912.55,4312.67,-13.5113,4.86947,300,0,0,498,0,0,0,0,0),(78618,22355,530,1,1,0,0,-3909.22,4245.19,-13.5542,1.97222,300,0,0,498,0,0,0,0,0),(78619,22355,530,1,1,0,0,-3857.44,4281.41,8.37881,4.60767,300,0,0,498,0,0,0,0,0),(78620,22355,530,1,1,0,0,-3871.05,4225.98,-5.77104,5.93458,300,0,0,498,0,0,0,0,0),(78621,22355,530,1,1,0,0,-3802.7,4257.46,6.70758,5.07401,300,0,0,498,0,0,0,0,0),(78622,22355,530,1,1,0,0,-3826.96,4239.65,4.87731,5.90352,300,0,0,498,0,0,0,0,0),(78623,22355,530,1,1,0,0,-3823.68,4276.08,10.6624,1.0472,300,0,0,498,0,0,0,0,0),(78624,22355,530,1,1,0,0,-3811.7,4208.91,1.59076,3.7001,300,0,0,498,0,0,0,0,0),(78625,22355,530,1,1,0,0,-3765.16,4243.06,5.75255,1.43117,300,0,0,498,0,0,0,0,0),(78626,22355,530,1,1,0,0,-3782.7,4280.99,3.80928,0.835299,300,0,0,498,0,0,0,0,0),(78627,22355,530,1,1,0,0,-3842.35,4210.2,3.6577,5.51524,300,0,0,498,0,0,0,0,0),(78628,22356,530,1,1,0,0,3467.9,5847.08,5.25952,5.11381,300,0,0,42,0,0,0,0,0),(78629,22358,530,1,1,0,0,4389.45,3309.09,138.71,5.91667,300,0,0,4120,0,0,0,0,0),(78630,22358,530,1,1,0,0,4381.07,3328.05,140.286,3.40339,300,0,0,4120,0,0,0,0,0),(78631,22358,530,1,1,0,0,4429.81,3312.22,142.774,3.9619,300,0,0,4120,0,0,0,0,0),(78632,22358,530,1,1,0,0,4430.95,3292.13,138.158,3.735,300,0,0,4120,0,0,0,0,0),(78633,22358,530,1,1,0,0,4423.34,3275.32,136.472,0.698132,300,0,0,4120,0,0,0,0,0),(78654,22363,530,1,1,0,1,-1590.94,9788.74,201.254,5.74213,300,0,0,5589,3155,0,0,0,0),(78655,22363,530,1,1,0,1,-1575.7,9768.58,201.504,2.1293,300,0,0,5589,3155,0,0,0,0),(78656,22363,530,1,1,0,1,-1508.58,9859.97,201.573,5.89921,300,0,0,5589,3155,0,0,0,0),(78657,22363,530,1,1,0,1,-1486.86,9850.01,200.413,2.86234,300,0,0,5589,3155,0,0,0,0),(78658,22363,530,1,1,0,1,-1451.75,9749.23,200.508,0.10472,300,0,0,5589,3155,0,0,0,0),(78659,22363,530,1,1,0,1,-1427.9,9756.74,201.265,3.49066,300,0,0,5589,3155,0,0,0,0),(78660,22363,530,1,1,0,1,-1442.61,9765.21,200.633,5.044,300,0,0,5589,3155,0,0,0,0),(78661,22363,530,1,1,0,1,-1434.86,9742.88,200.185,1.8326,300,0,0,5589,3155,0,0,0,0),(78662,22363,530,1,1,0,1,-1489.8,9693.29,200.613,1.97222,300,0,0,5589,3155,0,0,0,0),(78663,22363,530,1,1,0,1,-1488.84,9709.66,200.391,3.75246,300,0,0,5589,3155,0,0,0,0),(78664,22363,530,1,1,0,1,-1504.45,9695.76,199.738,0.942478,300,0,0,5589,3155,0,0,0,0),(78665,22363,530,1,1,0,1,-1503.99,9711.01,199.914,5.63741,300,0,0,5589,3155,0,0,0,0),(78666,22363,530,1,1,0,1,-1367.81,9651.78,201.017,2.80998,300,0,0,5589,3155,0,0,0,0),(78667,22363,530,1,1,0,1,-1403.34,9621.97,202.733,3.7001,300,0,0,5589,3155,0,0,0,0),(78668,22363,530,1,1,0,1,-1407.13,9602.49,203.267,2.18166,300,0,0,5589,3155,0,0,0,0),(78669,22363,530,1,1,0,1,-1372.73,9664.25,199.646,4.06662,300,0,0,5589,3155,0,0,0,0),(78670,22363,530,1,1,0,1,-1384.2,9645.88,201.392,1.13446,300,0,0,5589,3155,0,0,0,0),(78671,22363,530,1,1,0,1,-1388.47,9662.91,200.642,5.88176,300,0,0,5589,3155,0,0,0,0),(78672,22363,530,1,1,0,1,-1425.5,9622.28,203.23,5.81195,300,0,0,5589,3155,0,0,0,0),(78673,22363,530,1,1,0,1,-1424.99,9603.29,203.142,0.733038,300,0,0,5589,3155,0,0,0,0),(78674,22364,530,1,1,0,0,-3723.72,5385.68,-2.53495,4.5204,300,0,0,4979,0,0,0,0,0),(78675,22365,530,1,1,0,0,-2848.37,5045.6,-18.6129,1.44862,300,0,0,42,0,0,0,0,0),(78676,22367,530,1,1,0,0,3388.65,5843.18,2.94867,4.79965,300,0,0,42,0,0,0,0,0),(78677,22368,530,1,1,0,0,3574.68,5809.42,2.93356,5.48033,300,0,0,42,0,0,0,0,0),(78678,22370,530,1,1,0,1,-2866.16,5039.95,-20.3203,4.37999,300,0,0,7266,3155,2,0,0,0),(78679,22371,530,1,1,0,0,-3418.4,4453.76,-7.19019,3.19395,300,0,0,42,0,0,0,0,0),(78680,22373,530,1,1,0,1,-1655.31,5459.34,-40.3227,5.68977,300,0,0,5527,0,0,0,0,0),(32687,21742,530,1,1,0,1,-3680.19,389.595,90.9739,1.33497,300,0,0,5060,2933,0,0,0,0),(240025,23537,0,1,1,0,0,2238.2,459.049,39.5968,0.445493,300,0,0,2610,6749,0,0,0,0),(78685,22377,530,1,1,0,0,-2766.1,5430.2,-34.4551,6.12611,300,0,0,7266,3155,0,0,0,0),(78686,22378,530,1,1,0,1,-2764.52,5431.19,-34.4548,3.735,300,0,0,4572,2705,0,0,0,0),(78687,22380,530,1,1,0,0,-1620.7,5390.36,-31.9728,4.27606,300,5,0,5914,0,1,0,0,0),(78688,22380,530,1,1,0,0,-1623.58,5391.54,-32.562,2.89725,300,5,0,5914,0,1,0,0,0),(78689,22380,530,1,1,0,0,-1622.89,5390.83,-31.9969,5.77704,300,5,0,5914,0,1,0,0,0),(78690,22384,530,1,1,0,1,3092.19,5845.25,-0.225303,4.55531,300,0,0,4281,6588,0,0,0,0),(78691,22384,530,1,1,0,1,3244.82,5874.14,-2.2354,2.23402,300,0,0,4281,6588,0,0,0,0),(78692,22384,530,1,1,0,1,3192.37,5695.3,0.25804,5.49779,300,0,0,4281,6588,0,0,0,0),(78693,22384,530,1,1,0,1,3285.25,5708.71,-5.3976,2.40855,300,0,0,4281,6588,0,0,0,0),(78694,22385,530,1,1,0,1,1463.54,7178.48,364.369,0.063972,300,0,0,22356,9465,0,0,0,0),(78695,22386,530,1,1,0,1,3108.07,6131.54,136.358,1.36031,300,0,0,6542,0,0,0,0,0),(78696,22387,530,1,1,0,1,-3655.68,5823.51,0.6106,5.3058,300,0,0,4572,2705,0,0,0,0),(78697,22387,530,1,1,0,1,-3682.44,5721.55,-0.478197,0.401426,300,0,0,4572,2705,0,0,0,0),(78698,22387,530,1,1,0,1,-3667.05,5710.72,-1.2327,2.80998,300,0,0,4572,2705,0,0,0,0),(78699,22387,530,1,1,0,1,-3621.33,5754.35,1.78136,5.23599,300,0,0,4572,2705,0,0,0,0),(78700,22387,530,1,1,0,1,-3619.45,5776.47,1.87118,0.488692,300,0,0,4572,2705,0,0,0,0),(78701,22387,530,1,1,0,1,-3633.1,5833.42,0.40294,2.33874,300,0,0,4572,2705,0,0,0,0),(78702,22387,530,1,1,0,1,-3564.22,5760.39,-2.52642,2.82743,300,0,0,4572,2705,0,0,0,0),(78703,22387,530,1,1,0,1,-3584.63,5739.74,-4.54238,0.122173,300,0,0,4572,2705,0,0,0,0),(78704,22387,530,1,1,0,1,-3573.72,5812.8,-3.13028,3.28122,300,0,0,4572,2705,0,0,0,0),(78705,22387,530,1,1,0,1,-3568.58,5705.29,0.56014,6.23082,300,0,0,4572,2705,0,0,0,0),(78706,22387,530,1,1,0,1,-3544.56,5706.99,0.11795,1.55334,300,0,0,4572,2705,0,0,0,0),(78707,22388,530,1,1,0,1,-3691.5,5783.13,0.41298,5.54544,300,5,0,5527,0,1,0,0,0),(78708,22388,530,1,1,0,1,-3690.94,5752.49,-4.6313,1.20496,300,5,0,5527,0,1,0,0,0),(78709,22388,530,1,1,0,1,-3720.46,5752.23,1.53084,2.19457,300,5,0,5527,0,1,0,0,0),(78710,22388,530,1,1,0,1,-3658.33,5691.67,-1.60188,2.32329,300,5,0,5527,0,1,0,0,0),(78711,22388,530,1,1,0,1,-3584.51,5714.7,-1.55171,1.54008,300,5,0,5527,0,1,0,0,0),(78712,22388,530,1,1,0,1,-3620.38,5812.34,-3.03699,4.92894,300,5,0,5527,0,1,0,0,0),(78713,22388,530,1,1,0,1,-3557.05,5781.99,-3.27889,5.29065,300,5,0,5527,0,1,0,0,0),(78714,22388,530,1,1,0,1,-3516.13,5718.4,1.29528,0.418997,300,5,0,5527,0,1,0,0,0),(78715,22388,530,1,1,0,1,-3516.97,5745.77,0.03913,5.3658,300,5,0,5527,0,1,0,0,0),(78716,22389,530,1,1,0,1,1017.33,2291.71,402.745,3.45575,300,0,0,81180,0,0,0,0,0),(78717,22392,530,1,1,0,1,2938.08,7097.49,370.216,2.54818,300,0,0,7181,0,0,0,0,0),(78718,22392,530,1,1,0,1,2775.19,7020.22,370.754,2.42601,300,0,0,7181,0,0,0,0,0),(78719,22392,530,1,1,0,1,2812.32,7039.1,370.632,2.07694,300,0,0,7181,0,0,0,0,0),(78720,22393,530,1,1,0,1,-1472.13,9677.51,200.738,1.72692,300,0,0,33534,9465,2,0,0,0),(78721,22393,530,1,1,0,1,-1612.9,9760.4,201.859,0.576281,300,0,0,33534,9465,2,0,0,0),(78722,22393,530,1,1,0,1,-1403.31,9723.15,202.818,0.334209,300,0,0,33534,9465,2,0,0,0),(78723,22393,530,1,1,0,1,-1453.54,9636.82,201.688,1.66862,300,0,0,33534,9465,2,0,0,0),(78724,22393,530,1,1,0,1,-1402.76,9588.8,204.495,2.58486,300,0,0,33534,9465,2,0,0,0),(78725,22394,530,1,1,0,0,-1534.35,9692.92,201.574,1.17264,300,0,0,3493,0,2,0,0,0),(78726,22394,530,1,1,0,0,-1440.53,9826.04,200.204,0.884089,300,0,0,3493,0,2,0,0,0),(78727,22394,530,1,1,0,0,-1380.65,9741.17,204.122,0.875532,300,0,0,3493,0,2,0,0,0),(78728,22394,530,1,1,0,0,-1319.21,9624.37,202.191,5.6471,300,0,0,3493,0,2,0,0,0),(78729,22394,530,1,1,0,0,-1404.83,9588.39,204.283,5.03002,300,0,0,3493,0,2,0,0,0),(78730,22395,530,1,1,0,0,-4546.85,1019.9,10.9051,0.715585,300,0,0,42,0,0,0,0,0),(78731,22396,530,1,1,0,1,3233.38,6394.42,131.359,1.09134,300,0,0,8856,0,2,0,0,0),(78732,22400,530,1,1,0,0,-1557.24,9833.64,215.108,5.14872,300,0,0,6722,0,0,0,0,0),(78733,22400,530,1,1,0,0,-1441.23,9688.79,198.05,0.558505,300,0,0,6722,0,0,0,0,0),(78734,22400,530,1,1,0,0,-1443.84,9686.4,197.959,3.92699,300,0,0,6722,0,0,0,0,0),(78735,22401,530,1,1,0,0,-825.249,2026.35,46.5842,1.18682,300,0,0,1,0,0,0,0,0),(78736,22402,530,1,1,0,0,-894.47,1919.87,93.7102,1.18682,300,0,0,1,0,0,0,0,0),(78737,22403,530,1,1,0,0,-979.369,1876.67,121.587,1.18682,300,0,0,1,0,0,0,0,0),(208903,40176,1,1,1,0,0,-702.024,-4936.86,24.7856,0,45,10,0,1,0,1,0,0,0),(208902,40187,1,1,1,0,0,-747.705,-5007.78,18.8993,3.38594,120,0,0,1,0,0,0,0,0),(208901,40184,1,1,1,0,1,-747.175,-5003.97,19.5052,3.76991,120,0,0,1,0,0,0,0,0),(78738,21173,530,1,1,0,0,-1162.91,2248.2,152.247,4.81585,120,0,0,1,0,0,0,0,0),(78742,22407,530,1,1,0,1,-2780.21,5051.77,-8.8989,4.67748,300,0,0,17145,0,0,0,0,0),(78743,22407,530,1,1,0,1,-2752.4,5123.26,-5.31901,0.558505,300,0,0,17145,0,0,0,0,0),(78744,22407,530,1,1,0,1,-2780.2,5122.68,-9.09769,1.6057,300,0,0,17145,0,0,0,0,0),(78745,22407,530,1,1,0,1,-2768.87,5083.82,-6.91736,6.13883,300,0,0,17145,0,0,0,0,0),(78746,22407,530,1,1,0,1,-2828.53,5022.66,-15.7915,5.14872,300,0,0,17145,0,0,0,0,0),(78747,22407,530,1,1,0,1,-2802.06,5036.29,-11.6329,5.06145,300,0,0,17145,0,0,0,0,0),(78748,22407,530,1,1,0,1,-2839.84,5125.98,-14.8991,1.64061,300,0,0,17145,0,0,0,0,0),(78749,22407,530,1,1,0,1,-2853.14,5081.75,-18.3547,2.61799,300,0,0,17145,0,0,0,0,0),(78750,22407,530,1,1,0,1,-2818.34,5070.55,-14.1828,1.91986,300,0,0,17145,0,0,0,0,0),(78751,22407,530,1,1,0,1,-2844.53,5026.09,-18.1478,4.32842,300,0,0,17145,0,0,0,0,0),(78752,22407,530,1,1,0,1,-2866.16,5054.63,-19.9867,3.54302,300,0,0,17145,0,0,0,0,0),(78753,22407,530,1,1,0,1,-2863.83,5102.24,-19.0241,2.93215,300,0,0,17145,0,0,0,0,0),(78754,22410,530,1,1,0,1,3009.13,5920.84,130.985,4.30403,300,0,0,16767,3155,2,0,0,0),(78755,22410,530,1,1,0,1,2992.1,5882.41,131.079,1.09818,300,0,0,16767,3155,0,0,0,0),(78756,22417,530,1,1,0,0,-4559.91,1031.92,20.391,5.46288,300,0,0,42,0,0,0,0,0),(78757,22417,530,1,1,0,0,-4532.3,1004.79,22.8793,2.3911,300,0,0,42,0,0,0,0,0),(78758,22420,530,1,1,0,1,-2860.59,5038.81,-19.9867,3.76991,300,0,0,5341,0,0,0,0,0),(78759,22422,530,1,1,0,0,2870.43,4814.42,299,4.43314,300,0,0,42,0,0,0,0,0),(78760,22423,530,1,1,0,0,2148.36,5415.99,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78761,22423,530,1,1,0,0,2115.61,5448.22,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78762,22423,530,1,1,0,0,2184.24,5448.7,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78763,22423,530,1,1,0,0,2216.41,5416.91,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78764,22423,530,1,1,0,0,2247.57,5399.89,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78765,22423,530,1,1,0,0,2249.26,5451.03,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78766,22423,530,1,1,0,0,2216.32,5483.93,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78767,22423,530,1,1,0,0,2153.73,5482.22,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78768,22423,530,1,1,0,0,2082.04,5417.07,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78769,22423,530,1,1,0,0,2047.92,5449.47,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78770,22423,530,1,1,0,0,2047.14,5388.09,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78771,22423,530,1,1,0,0,2016.06,5419.25,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78772,22423,530,1,1,0,0,1981.55,5383.26,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78773,22423,530,1,1,0,0,2004.7,5342.69,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78774,22423,530,1,1,0,0,1918.13,5385.14,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78775,22423,530,1,1,0,0,1948.46,5348.67,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78776,22423,530,1,1,0,0,1919.16,5316.79,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78777,22423,530,1,1,0,0,1882.82,5349.58,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78778,22423,530,1,1,0,0,1850.64,5316.64,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78779,22423,530,1,1,0,0,1851.16,5383.8,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78780,22423,530,1,1,0,0,1815.91,5349.11,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78781,22424,530,1,1,0,0,-3605.72,4175.58,-0.031817,2.90906,300,0,0,5715,0,0,0,0,0),(78782,22427,530,1,1,0,1,4094.64,3023.52,336.821,0.610865,300,0,0,6542,0,0,0,0,0),(78783,22429,530,1,1,0,0,-1668.65,5531.65,2.08439,4.30748,300,0,0,5914,0,2,0,0,0),(78784,22430,530,1,1,0,0,-710.679,2734.28,101.675,5.91667,300,0,0,3331,0,0,0,0,0),(78785,22431,530,1,1,0,0,-707.211,2754.11,101.675,2.74017,300,0,0,4996,0,0,0,0,0),(78786,22432,530,1,1,0,0,-710.211,2754.36,102.367,1.46213,300,0,0,3237,0,0,0,0,0),(78787,22433,530,1,1,0,1,-5142.74,602.02,82.942,0.15,300,0,0,7266,3155,0,0,0,0),(78788,22436,530,1,1,0,0,2987.71,7062.52,368.946,3.26377,300,5,0,6722,0,1,0,0,0),(78789,22436,530,1,1,0,0,2935.94,7024.24,366.615,1.5708,300,5,0,6722,0,1,0,0,0),(78790,22436,530,1,1,0,0,2810.37,7006.4,367.869,5.07891,300,5,0,6722,0,1,0,0,0),(78792,22442,530,1,1,0,1,-1765.08,5150.23,-37.1216,1.23918,300,0,0,6542,0,0,0,0,0),(78793,22443,530,1,1,0,0,2227.46,5484.32,153.773,1.15192,300,0,0,7850,0,0,0,0,0),(78794,22443,530,1,1,0,0,1931.44,5330.76,154.176,2.86234,300,0,0,7850,0,0,0,0,0),(78795,22446,530,1,1,0,0,-3740.01,5409.07,-3.24949,3.57792,300,0,0,6116,0,0,0,0,0),(78796,22447,530,1,1,0,0,3606.41,7186.06,139.381,3.85718,300,0,0,42,0,0,0,0,0),(78797,22451,530,1,1,0,0,2933.08,7103.19,369.06,2.37365,300,0,0,3493,0,0,0,0,0),(78798,22451,530,1,1,0,0,2770.55,7027.8,369.582,2.18166,300,0,0,3493,0,0,0,0,0),(78799,22451,530,1,1,0,0,2808.2,7051.2,370.992,2.00713,300,0,0,3493,0,0,0,0,0),(78800,22451,530,1,1,0,0,1717.7,7372.98,370.977,6.00393,300,0,0,3493,0,0,0,0,0),(78801,22451,530,1,1,0,0,1694.16,7337.91,369.488,5.68977,300,0,0,3493,0,0,0,0,0),(78802,22451,530,1,1,0,0,1635.4,7246.7,368.744,0.471239,300,0,0,3493,0,0,0,0,0),(78803,22451,530,1,1,0,0,1659.01,7199.62,367.918,0.087266,300,0,0,3493,0,0,0,0,0),(78804,22451,530,1,1,0,0,3891.17,5763.21,270.433,1.13446,300,0,0,3493,0,0,0,0,0),(78805,22451,530,1,1,0,0,3989.16,5701.78,269.459,2.32129,300,0,0,3493,0,0,0,0,0),(78806,22451,530,1,1,0,0,4029.73,5725.24,270.562,1.72788,300,0,0,3493,0,0,0,0,0),(78807,22451,530,1,1,0,0,3976.49,5365.38,269.238,5.68977,300,0,0,3493,0,0,0,0,0),(78808,22451,530,1,1,0,0,3942.17,5342.89,269.113,5.0091,300,0,0,3493,0,0,0,0,0),(78809,22451,530,1,1,0,0,4075.6,5303.07,270.42,4.01426,300,0,0,3493,0,0,0,0,0),(78810,22453,530,1,1,0,0,-3740.33,5416.47,-2.13993,2.93215,300,0,0,16767,3155,0,0,0,0),(78811,22455,530,1,1,0,0,2023.78,4702.71,150.667,0.087266,300,0,0,17742,0,0,0,0,0),(78812,22456,530,1,1,0,0,-3755.23,5405.95,-3.31487,5.2709,300,0,0,16767,3155,0,0,0,0),(78813,22457,530,1,1,0,0,-3565.84,5460.68,-6.3559,0.785398,300,0,0,5914,0,0,0,0,0),(78814,22457,530,1,1,0,0,-3548.74,5457.51,-12.241,3.76991,300,0,0,5914,0,0,0,0,0),(78815,22457,530,1,1,0,0,-3558.15,5469.23,-7.63832,6.26573,300,0,0,5914,0,0,0,0,0),(78816,22457,530,1,1,0,0,-3537.44,5452.85,-12.4314,3.9968,300,0,0,5914,0,0,0,0,0),(78817,22457,530,1,1,0,0,-3543.1,5468.93,-12.3195,3.1765,300,0,0,5914,0,0,0,0,0),(78818,22458,530,1,1,0,1,-3739.24,5394.5,-3.99944,0,300,0,0,5914,0,0,0,0,0),(78819,22461,530,1,1,0,0,379.176,2100.16,117.568,3.49066,300,0,0,3485,0,0,0,0,0),(78820,22461,530,1,1,0,0,338.454,2206.75,117.91,3.00197,300,0,0,3485,0,0,0,0,0),(78821,22461,530,1,1,0,0,327.47,2158.38,118.142,2.9147,300,0,0,3485,0,0,0,0,0),(78822,22461,530,1,1,0,0,328.404,2229.33,118.081,2.04204,300,0,0,3485,0,0,0,0,0),(78823,22461,530,1,1,0,0,362.362,2264.42,119.093,2.1293,300,0,0,3485,0,0,0,0,0),(78824,22461,530,1,1,0,0,411.817,2259.34,116.848,2.19912,300,0,0,3485,0,0,0,0,0),(78825,22461,530,1,1,0,0,360.031,2460.51,156.246,3.723,300,0,0,3485,0,0,0,0,0),(78826,22461,530,1,1,0,0,338.5,2490.03,162.373,3.29867,300,0,0,3485,0,0,0,0,0),(78827,22461,530,1,1,0,0,336.516,2507.03,163.241,3.07178,300,0,0,3485,0,0,0,0,0),(78828,22461,530,1,1,0,0,566.069,2841.26,216.526,1.32645,300,0,0,3485,0,0,0,0,0),(78829,22461,530,1,1,0,0,480.389,2799.82,201.884,3.00197,300,0,0,3485,0,0,0,0,0),(78830,22461,530,1,1,0,0,513.743,2835.63,210.309,1.81514,300,0,0,3485,0,0,0,0,0),(78831,22461,530,1,1,0,0,375.741,2553.73,151.806,2.32129,300,0,0,3485,0,0,0,0,0),(78832,22461,530,1,1,0,0,347.319,2539.46,161.795,2.18166,300,0,0,3485,0,0,0,0,0),(78833,22462,530,1,1,0,1,-3742.69,4398.95,-0.295119,4.43314,300,0,0,12822,2568,0,0,0,0),(78834,22463,530,1,1,0,1,-3741.95,4402.15,-1.38977,2.67035,300,0,0,16767,3155,0,0,0,0),(78835,22463,530,1,1,0,1,-3743.43,4405.93,-2.18572,4.55531,300,0,0,16767,3155,0,0,0,0),(78836,22463,530,1,1,0,1,-3746.48,4402.6,-0.872038,3.80482,300,0,0,16767,3155,0,0,0,0),(78837,22464,530,1,1,0,1,-3741.01,5398.09,-3.37444,5.04481,300,5,0,5715,0,1,0,0,0),(78838,22464,530,1,1,0,1,-3735.24,5394.5,-4.62444,6.15434,300,5,0,5715,0,1,0,0,0),(78839,22464,530,1,1,0,1,-3739.05,5398.38,-3.37444,6.18727,300,5,0,5715,0,1,0,0,0),(78840,22464,530,1,1,0,1,-3739.24,5390.5,-4.99944,6.23493,300,5,0,5715,0,1,0,0,0),(78841,22465,530,1,1,0,0,2961.69,5467,144.011,5.12561,300,0,0,86,0,0,0,0,0),(78842,22467,530,1,1,0,0,-690.565,2743.81,94.0318,2.67035,300,0,0,42,0,0,0,0,0),(78843,22467,530,1,1,0,0,-687.237,2720.04,94.92,1.44862,300,0,0,42,0,0,0,0,0),(78844,22467,530,1,1,0,0,-687.055,2715.56,95.5187,5.2709,300,0,0,42,0,0,0,0,0),(78845,22467,530,1,1,0,0,-689.09,2727.6,94.3365,2.1293,300,0,0,42,0,0,0,0,0),(78846,22467,530,1,1,0,0,-687.764,2708.07,95.46,5.68977,300,0,0,42,0,0,0,0,0),(78847,22467,530,1,1,0,0,-688.245,2740.12,93.9916,5.91667,300,0,0,42,0,0,0,0,0),(78848,22467,530,1,1,0,0,-699.905,2750.75,94.3492,0.523599,300,0,0,42,0,0,0,0,0),(78849,22467,530,1,1,0,0,-689.006,2701.9,94.9302,3.59538,300,0,0,42,0,0,0,0,0),(78850,22467,530,1,1,0,0,-692.266,2650.74,92.2836,3.40339,300,0,0,42,0,0,0,0,0),(78851,22467,530,1,1,0,0,-694.243,2650.02,92.3466,2.68781,300,0,0,42,0,0,0,0,0),(78852,22467,530,1,1,0,0,-713.019,2622.01,89.8459,3.28122,300,0,0,42,0,0,0,0,0),(78853,22467,530,1,1,0,0,-694.607,2666.24,92.5453,4.27606,300,0,0,42,0,0,0,0,0),(78854,22467,530,1,1,0,0,-690.986,2655.47,92.3659,5.20108,300,0,0,42,0,0,0,0,0),(78855,22467,530,1,1,0,0,-675.319,2677.35,89.9321,3.50811,300,0,0,42,0,0,0,0,0),(78856,22467,530,1,1,0,0,-683.363,2678.4,91.5975,5.21853,300,0,0,42,0,0,0,0,0),(78857,22467,530,1,1,0,0,-683.863,2736.05,93.9916,5.84685,300,0,0,42,0,0,0,0,0),(78858,22467,530,1,1,0,0,-670.174,2730.86,93.9916,3.42085,300,0,0,42,0,0,0,0,0),(78859,22467,530,1,1,0,0,-670.308,2727.84,93.9916,1.51844,300,0,0,42,0,0,0,0,0),(78860,22467,530,1,1,0,0,-672.326,2735.6,93.9916,4.06662,300,0,0,42,0,0,0,0,0),(78861,22467,530,1,1,0,0,-678.973,2732.13,93.9916,5.02655,300,0,0,42,0,0,0,0,0),(78862,22467,530,1,1,0,0,-666.354,2715.73,94.3652,5.84685,300,0,0,42,0,0,0,0,0),(78863,22467,530,1,1,0,0,-665.227,2733.87,94.0775,0.628319,300,0,0,42,0,0,0,0,0),(78864,22467,530,1,1,0,0,-697.663,2601.1,89.5076,0.401426,300,0,0,42,0,0,0,0,0),(78865,22467,530,1,1,0,0,-697.313,2622,89.9202,1.79769,300,0,0,42,0,0,0,0,0),(78866,22467,530,1,1,0,0,-701.986,2617.68,89.7611,4.01426,300,0,0,42,0,0,0,0,0),(78867,22467,530,1,1,0,0,-686.923,2610.57,86.7943,2.07694,300,0,0,42,0,0,0,0,0),(78868,22467,530,1,1,0,0,-688.22,2630.56,89.7646,3.29867,300,0,0,42,0,0,0,0,0),(78869,22467,530,1,1,0,0,-699.353,2596.02,89.3531,1.06465,300,0,0,42,0,0,0,0,0),(78870,22467,530,1,1,0,0,-711.666,2585.91,89.5178,4.01426,300,0,0,42,0,0,0,0,0),(78871,22467,530,1,1,0,0,-686.298,2603.97,86.7943,0.523599,300,0,0,42,0,0,0,0,0),(78872,22467,530,1,1,0,0,-698.913,2611.4,89.6674,4.27606,300,0,0,42,0,0,0,0,0),(78873,22467,530,1,1,0,0,-706.081,2576.34,88.9245,2.30383,300,0,0,42,0,0,0,0,0),(78874,22467,530,1,1,0,0,-714.841,2579.64,89.7601,1.93731,300,0,0,42,0,0,0,0,0),(78875,22467,530,1,1,0,0,-687.638,2586.2,87.2872,1.55334,300,0,0,42,0,0,0,0,0),(78876,22467,530,1,1,0,0,-689.241,2581.14,87.1575,5.32325,300,0,0,42,0,0,0,0,0),(78877,22467,530,1,1,0,0,-655.136,2652.56,86.553,1.0472,300,0,0,42,0,0,0,0,0),(78878,22467,530,1,1,0,0,-657.02,2675.17,88.4414,4.31096,300,0,0,42,0,0,0,0,0),(78879,22468,530,1,1,0,0,2228.66,4748.84,159.435,2.58309,300,0,0,6224,0,0,0,0,0),(78880,22469,530,1,1,0,0,2074.93,6888.71,180.966,3.9619,300,0,0,5914,0,0,0,0,0),(78881,22471,530,1,1,0,0,2188.26,5478.03,159.432,1.62316,300,0,0,6986,0,0,0,0,0),(78882,22472,530,1,1,0,0,1979.13,5315.81,162.283,6.0912,300,0,0,6986,0,0,0,0,0),(213320,21753,530,1,1,0,0,-2777.57,2279.41,92.5403,1.58126,300,0,0,1,0,2,0,0,0),(213319,21753,530,1,1,0,0,-2762.52,2211.21,93.287,4.70307,300,0,0,1,0,2,0,0,0),(213318,21753,530,1,1,0,0,-2777.59,2282.63,92.5836,4.71961,300,0,0,1,0,2,0,0,0),(213317,21753,530,1,1,0,0,-2761.12,2103.65,117.347,1.56303,300,0,0,1,0,2,0,0,0),(213316,21753,530,1,1,0,0,-2761.94,2308.56,93.3704,4.69665,300,0,0,1,0,2,0,0,0),(213315,21753,530,1,1,0,0,-2747.55,2294.19,92.1767,1.55633,300,0,0,1,0,2,0,0,0),(213314,21753,530,1,1,0,0,-2795.16,2236.35,93.3739,4.71652,300,0,0,1,0,2,0,0,0),(213313,21961,530,1,1,0,0,-2708.78,2068.91,117.238,4.68572,300,0,0,1,0,2,0,0,0),(213312,21961,530,1,1,0,0,-2742.46,2466.13,93.3811,4.71817,300,0,0,1,0,2,0,0,0),(213310,21961,530,1,1,0,0,-2759.87,2277.61,93.2987,4.68112,300,0,0,1,0,2,0,0,0),(213311,21961,530,1,1,0,0,-2775.07,2395.29,93.287,1.55227,300,0,0,1,0,2,0,0,0),(213364,21949,530,1,1,0,0,-2654.26,2667.9,74.9156,4.71239,300,0,0,1,0,0,0,0,0),(213363,21949,530,1,1,0,0,-2644.06,2666.83,75.0076,4.66003,300,0,0,1,0,0,0,0,0),(213309,21961,530,1,1,0,0,-2774.23,2205.86,93.4008,4.80599,300,0,0,1,0,2,0,0,0),(213308,21961,530,1,1,0,0,-2657.85,2594.25,74.9474,4.68602,300,0,0,1,0,2,0,0,0),(78917,22476,530,1,1,0,0,-3753.33,5410.81,-3.23218,5.58505,300,0,0,11430,0,0,0,0,0),(78918,22477,530,1,1,0,0,-3739.92,5418.41,-3.31487,4.38078,300,0,0,9144,2705,0,0,0,0),(78919,22479,530,1,1,0,1,2954.91,1782.12,139.204,0.628319,300,0,0,5233,2991,0,0,0,0),(78920,22480,530,1,1,0,0,3347.24,5783.97,-7.10641,2.54785,300,0,0,8,0,0,0,0,0),(78921,22480,530,1,1,0,0,3335.73,5786.75,-5.47077,2.92156,300,0,0,8,0,0,0,0,0),(78922,22480,530,1,1,0,0,3353.09,5786.18,-5.96662,0.808669,300,0,0,8,0,0,0,0,0),(78923,22481,530,1,1,0,1,-3742.71,5410.3,-3.25122,4.60767,300,0,0,5914,0,0,0,0,0),(32585,17407,530,1,1,17055,0,-3199.38,1290.86,31.0238,0,3600,0,0,4979,0,0,0,0,0),(32584,17407,530,1,1,17055,0,-3182.97,1518.24,60.931,0,3600,0,0,4979,0,0,0,0,0),(32583,17407,530,1,1,17055,0,-3346.63,1742.45,99.6251,0,3600,0,0,4979,0,0,0,0,0),(32377,17407,530,1,1,17055,0,-3680.16,1681.41,39.4371,0,3600,0,0,4979,0,0,0,0,0),(32376,17407,530,1,1,17055,0,-4601.63,1843.41,175.02,0,3600,0,0,4979,0,0,0,0,0),(32375,17407,530,1,1,17055,0,-3870.86,1653.51,84.4796,0,3600,0,0,4979,0,0,0,0,0),(32374,17407,530,1,1,17055,0,-3754.07,1836.06,89.9446,0,3600,0,0,4979,0,0,0,0,0),(31825,17407,530,1,1,17055,0,-3481.09,1964.61,79.3604,0,3600,0,0,4979,0,0,0,0,0),(29395,17407,530,1,1,17055,0,-3203.14,2336.49,61.5985,0,3600,0,0,4979,0,0,0,0,0),(78933,22484,530,1,1,0,0,3318.78,2244.39,104.281,0.87323,300,0,0,42,0,0,0,0,0),(78934,22485,530,1,1,0,1,963.428,7399.58,29.3317,6.14356,300,0,0,10572,0,0,0,0,0),(78935,22488,530,1,1,0,1,1113.34,7098.97,122.612,3.12414,300,0,0,5914,0,0,0,0,0),(78936,22489,530,1,1,0,1,928.52,5972.8,121.364,4.38078,300,0,0,5914,0,0,0,0,0),(78937,22491,530,1,1,0,0,2955.03,1802.13,139.204,5.75959,300,0,0,5589,3155,0,0,0,0),(78938,22494,530,1,1,0,1,2971.34,1851.7,141.199,0.261799,300,0,0,13972,0,0,0,0,0),(78939,22494,530,1,1,0,1,2973.94,1844.61,140.961,0.890118,300,0,0,13972,0,0,0,0,0),(78940,22494,530,1,1,0,1,2949.29,1798.44,139.204,4.06662,300,0,0,13972,0,0,0,0,0),(78941,22494,530,1,1,0,1,2964.07,1794.46,139.204,3.94444,300,0,0,13972,0,0,0,0,0),(78942,22494,530,1,1,0,1,2989.07,1802.62,139.204,0.872665,300,0,0,13972,0,0,0,0,0),(78943,22494,530,1,1,0,1,2984.2,1808.95,139.2,0.994838,300,0,0,13972,0,0,0,0,0),(78944,22494,530,1,1,0,1,2957.72,1777.98,139.204,1.25664,300,0,0,13972,0,0,0,0,0),(78945,22494,530,1,1,0,1,2947.78,1796.45,139.204,0.767945,300,0,0,13972,0,0,0,0,0),(78946,22494,530,1,1,0,1,2970.38,1786.5,139.204,3.87463,300,0,0,13972,0,0,0,0,0),(78947,22495,530,1,1,0,0,2207.53,5481.67,153.661,3.05433,300,0,0,6986,0,0,0,0,0),(78948,22495,530,1,1,0,0,1950.03,5323.47,154.162,2.56563,300,0,0,6986,0,0,0,0,0),(96636,25142,530,1,1,22763,1,-2003.09,5434.49,-12.4282,3.19395,180,0,0,6542,0,0,0,0,0),(69713,21318,530,1,1,0,0,-3800.38,2601.1,90.143,5.48163,180,0,0,6986,0,0,0,0,0),(1976585,19698,530,1,1,0,0,-3346.54,5188.42,-101.05,6.28236,300,0,0,6986,0,0,0,0,0),(1954836,22911,530,1,1,0,0,3279.68,4640.43,216.526,6.2009,600,0,0,97800,7196,0,0,0,0),(78955,22502,530,1,1,0,0,2188.7,5477.07,155.158,5.70723,300,0,0,6722,0,0,0,0,0),(78956,22502,530,1,1,0,0,1983.29,5317.17,156.659,0.907571,300,0,0,6722,0,0,0,0,0),(78957,22798,530,1,1,0,0,3784.44,6729.34,170.528,0.20944,300,0,0,42,0,0,0,0,0),(78958,22799,530,1,1,0,0,3625.61,6541.65,155.13,4.11898,300,0,0,42,0,0,0,0,0),(78959,22800,530,1,1,0,0,3734.71,6639.49,133.736,6.26573,300,0,0,42,0,0,0,0,0),(78960,22801,530,1,1,0,0,3575.48,6666.42,128.562,3.29867,300,0,0,42,0,0,0,0,0),(78961,22851,530,1,1,0,0,-3895.54,-11662,-304.355,1.22173,300,0,0,6986,0,0,0,0,0),(78962,22893,530,1,1,0,0,-720.081,7932.23,58.8922,4.50295,300,0,0,5715,0,0,0,0,0),(78963,22905,530,1,1,0,0,-3821.81,-11394.2,-104.363,5.25344,300,0,0,6986,0,0,0,0,0),(78964,22918,530,1,1,0,0,3736.48,5366.62,-8.06217,2.82743,300,0,0,42,0,0,0,0,0),(78965,22972,530,1,1,0,0,-3511.49,3586.73,313.899,0.204343,300,0,0,54,69,0,0,0,0),(78966,22974,530,1,1,0,0,-3439.34,3626.33,328.867,3.0824,300,0,0,42,0,0,0,0,0),(78967,22974,530,1,1,0,0,-3455.53,3645.83,338.86,2.89829,300,0,0,42,0,0,0,0,0),(78968,22974,530,1,1,0,0,-3510.05,3587.03,326.092,5.75404,300,0,0,42,0,0,0,0,0),(78969,22974,530,1,1,0,0,-3510.97,3564.07,328.561,0.416528,300,0,0,42,0,0,0,0,0),(78970,22974,530,1,1,0,0,-3499.6,3574.89,340.526,3.93264,300,0,0,42,0,0,0,0,0),(78971,22974,530,1,1,0,0,-3562.58,3560.93,338.413,5.19422,300,0,0,42,0,0,0,0,0),(78972,22974,530,1,1,0,0,-3534.29,3559.49,329.336,3.78279,300,0,0,42,0,0,0,0,0),(78973,22974,530,1,1,0,0,-3522.4,3572.19,341.125,3.91844,300,0,0,42,0,0,0,0,0),(78974,22974,530,1,1,0,0,-3571.56,3554.8,327.207,4.62711,300,0,0,42,0,0,0,0,0),(78975,22974,530,1,1,0,0,-3560.46,3567.27,338.5,3.91289,300,0,0,42,0,0,0,0,0),(78976,22974,530,1,1,0,0,-3565.69,3434.19,354.284,5.72094,300,0,0,42,0,0,0,0,0),(78977,22974,530,1,1,0,0,-3590.91,3503.87,339.84,1.92604,300,0,0,42,0,0,0,0,0),(78978,22974,530,1,1,0,0,-3575.57,3551.24,327.332,4.33631,300,0,0,42,0,0,0,0,0),(78979,22974,530,1,1,0,0,-3594.38,3508.16,338.418,5.72241,300,0,0,42,0,0,0,0,0),(78980,22974,530,1,1,0,0,-3587.63,3526.47,329.314,0.978089,300,0,0,42,0,0,0,0,0),(78981,22974,530,1,1,0,0,-3575.72,3537.25,341.204,3.93863,300,0,0,42,0,0,0,0,0),(78982,22974,530,1,1,0,0,-3576.67,3530.24,330.205,4.05588,300,0,0,42,0,0,0,0,0),(78983,22974,530,1,1,0,0,-3574.45,3544.29,340.154,3.75103,300,0,0,42,0,0,0,0,0),(78984,22974,530,1,1,0,0,-3635.07,3427.2,333.12,1.04093,300,0,0,42,0,0,0,0,0),(78985,22974,530,1,1,0,0,-3628.17,3453.02,341.895,3.94189,300,0,0,42,0,0,0,0,0),(78986,22974,530,1,1,0,0,-3629.63,3454.38,326.907,3.93995,300,0,0,42,0,0,0,0,0),(78987,22974,530,1,1,0,0,-3632.6,3449.07,342.064,0.654692,300,0,0,42,0,0,0,0,0),(78988,22974,530,1,1,0,0,-3644.78,3450.83,338.086,3.91963,300,0,0,42,0,0,0,0,0),(78989,22974,530,1,1,0,0,-3580.15,3428.69,342.511,2.78366,300,0,0,42,0,0,0,0,0),(78990,22974,530,1,1,0,0,-3587.05,3432.22,340.086,2.49455,300,0,0,42,0,0,0,0,0),(78991,22974,530,1,1,0,0,-3618.22,3474.89,326.782,0.911336,300,0,0,42,0,0,0,0,0),(78992,22974,530,1,1,0,0,-3659.62,3404,346.928,6.18092,300,0,0,42,0,0,0,0,0),(78993,22974,530,1,1,0,0,-3664.26,3420.83,328.538,4.63692,300,0,0,42,0,0,0,0,0),(78994,22974,530,1,1,0,0,-3656.76,3438.15,326.538,3.68119,300,0,0,42,0,0,0,0,0),(78996,22974,530,1,1,0,0,-3521.39,3649.95,333.697,2.83029,300,0,0,42,0,0,0,0,0),(78998,22980,530,1,1,0,1,-3387.62,3637.36,315.568,6.01105,300,5,0,6986,0,1,0,0,0),(78999,22980,530,1,1,0,1,-3395.91,3636.48,315.321,0.389707,300,5,0,6986,0,1,0,0,0),(79000,22980,530,1,1,0,1,-3405.7,3633.15,314.427,0.546269,300,5,0,6986,0,1,0,0,0),(79004,22982,530,1,1,0,1,-3365.06,3656.2,284.633,1.51544,300,5,0,6986,0,1,0,0,0),(79005,22982,530,1,1,0,1,-3355.3,3649.52,284.865,2.93215,300,5,0,6986,0,1,0,0,0),(79006,22986,530,1,1,0,0,-3466.94,3487.49,286.668,3.24631,300,0,0,41,60,0,0,0,0),(79007,22987,530,1,1,0,0,-3370.71,3600.39,277.908,3.1765,300,5,0,6761,0,1,0,0,0),(79008,22987,530,1,1,0,0,-3371.65,3654.82,284.865,5.28835,300,5,0,6761,0,1,0,0,0),(79009,22987,530,1,1,0,0,-3368.78,3657.31,284.865,5.21853,300,5,0,6761,0,1,0,0,0),(79010,22987,530,1,1,0,0,-3374.52,3644.16,284.801,3.74927,300,5,0,6761,0,1,0,0,0),(79011,22987,530,1,1,0,0,-1845.87,5294.38,-12.3448,0.733038,300,0,0,6761,0,0,0,0,0),(79012,23016,530,1,1,0,1,-3372.03,3647.17,284.618,4.25872,300,0,0,6986,0,0,0,0,0),(79013,23038,530,1,1,0,1,-3408.26,3622.71,278.075,5.79449,300,0,0,6986,0,0,0,0,0),(79014,23042,530,1,1,0,0,-3407.59,3624.57,278.075,4.55531,300,0,0,6986,0,0,0,0,0),(79015,23048,530,1,1,0,1,-3401.09,3597.87,277.412,0.244346,300,0,0,6986,0,0,0,0,0),(79017,23051,530,1,1,0,0,-3712.47,3449.82,329.528,4.86096,300,0,0,6986,0,2,0,0,0),(79016,23051,530,1,1,0,0,-3689.09,3491.28,321.928,1.20607,300,8,0,6986,0,1,0,0,0),(79019,23219,530,1,1,0,0,-3583.43,3482.01,286.535,3.30835,300,5,0,6761,0,1,0,0,0),(79020,23219,530,1,1,0,0,-3607.32,3445.24,298.612,2.93425,300,5,0,6761,0,1,0,0,0),(79021,23257,530,1,1,0,1,-3346.84,3581.02,272.559,3.56047,300,0,0,43086,0,0,0,0,0),(79022,23257,530,1,1,0,1,-3363.48,3577.21,275.316,4.34587,300,0,0,43086,0,0,0,0,0),(79023,23257,530,1,1,0,1,-3378.51,3585.33,276.18,2.3911,300,0,0,43086,0,0,0,0,0),(79024,23257,530,1,1,0,1,-3399.24,3580.59,276.738,4.50295,300,0,0,43086,0,0,0,0,0),(79025,23257,530,1,1,0,1,-3383.93,3579.17,276.223,1.64061,300,0,0,43086,0,0,0,0,0),(79026,23257,530,1,1,0,1,-3399.93,3583.59,276.743,3.52301,300,0,0,43086,0,0,0,0,0),(79027,23257,530,1,1,0,1,-3402.1,3622.76,278.664,5.44543,300,0,0,43086,0,0,0,0,0),(79028,23257,530,1,1,0,1,-3407.29,3617.65,278.095,5.68977,300,0,0,43086,0,0,0,0,0),(79029,23273,530,1,1,0,0,-2027.23,5340.45,-9.26762,0.767945,300,0,0,3984,2434,0,0,0,0),(79030,23306,530,1,1,0,0,-3410.85,3614.86,278.234,1.309,300,0,0,6986,0,0,0,0,0),(79031,23367,530,1,1,0,1,-3384.47,3611.3,276.071,4.5204,300,0,0,6986,0,0,0,0,0),(79032,23415,530,1,1,0,1,-3369.23,3654.53,284.865,5.41052,300,0,0,6986,0,0,0,0,0),(79033,23449,530,1,1,0,1,-1842.58,5294.96,-12.3448,1.16937,300,0,0,6986,0,0,0,0,0),(79034,23483,530,1,1,0,0,-2028.48,5344.03,-7.99053,0.523599,300,0,0,6986,0,0,0,0,0),(79035,1707,34,1,1,0,1,82.3245,-10.6106,-26.4396,0.371108,86400,0,0,1815,0,0,0,0,0),(79036,1706,34,1,1,0,1,110.986,-29.1003,-26.4396,4.23787,86400,5,0,1815,0,1,0,0,0),(79037,1715,34,1,1,0,1,77.8325,-88.7943,-33.8562,1.87365,86400,5,0,1953,0,1,0,0,0),(79038,1715,34,1,1,0,1,128.395,-36.2513,-33.9396,3.46348,86400,5,0,1953,0,1,0,0,0),(79039,1711,34,1,1,0,1,70.595,-83.9379,-33.8562,4.83093,86400,5,0,1815,0,1,0,0,0),(79040,1715,34,1,1,0,1,99.3863,-37.6553,-34.7729,5.84427,86400,5,0,1953,0,1,0,0,0),(79041,1708,34,1,1,0,1,117.7,-45.8883,-34.7729,2.96333,86400,5,0,1815,0,1,0,0,0),(79042,1707,34,1,1,0,1,110.662,-0.797785,-25.5229,0.30335,86400,0,0,1815,0,0,0,0,0),(79043,1706,34,1,1,0,1,88.573,-15.4623,-26.4396,4.33564,86400,0,0,1815,0,0,0,0,0),(79044,1707,34,1,1,0,1,87.736,-28.9658,-26.4396,1.5708,86400,0,0,1815,0,0,0,0,0),(79045,1707,34,1,1,0,1,102.687,-28.8744,-26.4396,6.02139,86400,5,0,1815,0,1,0,0,0),(79046,1706,34,1,1,0,1,81.5075,-2.03578,-25.5229,2.77507,86400,0,0,1815,0,0,0,0,0),(79047,1711,34,1,1,0,1,111.721,-41.2636,-34.7729,2.05949,86400,5,0,1815,0,1,0,0,0),(79048,1706,34,1,1,0,1,110.512,-14.289,-26.4396,2.07694,86400,5,0,1815,0,1,0,0,0),(79049,1715,34,1,1,0,1,110.796,-65.9973,-34.7729,3.56047,86400,5,0,1953,0,1,0,0,0),(79050,1707,34,1,1,0,1,108.735,21.5291,-26.5229,2.66238,86400,0,0,1815,0,0,0,0,0),(79051,1707,34,1,1,0,1,110.493,42.8924,-34.7729,3.87516,86400,0,0,1815,0,0,0,0,0),(79052,1707,34,1,1,0,1,110.413,30.1479,-26.4396,5.35283,86400,0,0,1815,0,0,0,0,0),(79053,1711,34,1,1,0,1,129.414,21.692,-29.216,1.50148,86400,5,0,1815,0,1,0,0,0),(79054,1708,34,1,1,0,1,76.2288,0.302129,-25.5229,3.49974,86400,0,0,1815,0,0,0,0,0),(79055,1706,34,1,1,0,1,83.9548,30.5974,-26.4396,0.369557,86400,0,0,1815,0,0,0,0,0),(79056,1706,34,1,1,0,1,131.149,3.33946,-25.5229,1.50787,86400,0,0,1815,0,0,0,0,0),(79057,1707,34,1,1,0,1,86.8127,21.0691,-26.4396,4.59022,86400,0,0,1815,0,0,0,0,0),(79058,1708,34,1,1,0,1,128.622,49.0336,-33.8562,4.17134,86400,0,0,1815,0,0,0,0,0),(79059,1707,34,1,1,0,1,80.683,16.7574,-26.4396,2.04204,86400,0,0,1815,0,0,0,0,0),(79060,1707,34,1,1,0,1,131.167,40.9354,-33.8562,1.98968,86400,0,0,1815,0,0,0,0,0),(79061,1708,34,1,1,0,1,105.4,70.095,-34.7729,2.75762,86400,5,0,1815,0,1,0,0,0),(79062,1707,34,1,1,0,1,140.338,3.08356,-25.5229,5.99824,86400,5,0,1815,0,1,0,0,0),(79063,1711,34,1,1,0,1,129.687,-47.4302,-33.8562,3.40339,86400,5,0,1815,0,1,0,0,0),(79064,1706,34,1,1,0,1,93.4684,3.03369,-25.5229,3.50811,86400,0,0,1815,0,0,0,0,0),(79065,1707,34,1,1,0,1,103.24,12.9131,-26.4396,1.16937,86400,0,0,1815,0,0,0,0,0),(79066,1708,34,1,1,0,1,100.916,53.2517,-34.7729,2.70526,86400,5,0,1815,0,1,0,0,0),(79067,1708,34,1,1,0,1,100.564,44.3137,-34.7729,2.30383,86400,5,0,1815,0,1,0,0,0),(79068,1706,34,1,1,0,1,127.145,-1.40234,-25.5229,2.26893,86400,0,0,1815,0,0,0,0,0),(79069,1708,34,1,1,0,1,123.368,-61.7398,-33.8562,3.01942,86400,5,0,1815,0,1,0,0,0),(79070,1711,34,1,1,0,1,94.8542,-60.1856,-34.7729,2.61799,86400,5,0,1815,0,1,0,0,0),(79071,1711,34,1,1,0,1,66.9717,-90.2606,-33.8562,5.39307,86400,5,0,1815,0,1,0,0,0),(79072,1708,34,1,1,0,1,96.4198,-54.7564,-34.7729,2.51327,86400,5,0,1815,0,1,0,0,0),(79073,1707,34,1,1,0,1,115.026,46.7235,-34.7729,4.31096,86400,5,0,1815,0,1,0,0,0),(79074,1711,34,1,1,0,1,104.11,-55.8138,-34.7729,4.83456,86400,5,0,1815,0,1,0,0,0),(79075,1711,34,1,1,0,1,124.704,-70.8525,-33.9396,4.719,86400,5,0,1815,0,1,0,0,0),(79076,1708,34,1,1,0,1,82.6119,-94.8407,-33.8562,5.54853,86400,5,0,1815,0,1,0,0,0),(79077,1715,34,1,1,0,1,146.893,-42.7851,-34.8562,3.56855,86400,5,0,1953,0,1,0,0,0),(79078,1711,34,1,1,0,1,138.566,-48.0856,-34.7729,0.529011,86400,5,0,1815,0,1,0,0,0),(79079,1708,34,1,1,0,1,121.623,74.722,-34.7729,0.645772,86400,5,0,1815,0,1,0,0,0),(79080,1708,34,1,1,0,1,108.453,82.4015,-34.8562,1.40505,86400,5,0,1815,0,1,0,0,0),(79081,1707,34,1,1,0,1,153.705,3.6997,-25.6062,5.67859,86400,5,0,1815,0,1,0,0,0),(79082,1708,34,1,1,0,1,145.489,43.3674,-34.7729,4.00042,86400,0,0,1815,0,0,0,0,0),(79083,1706,34,1,1,0,1,150.993,39.1095,-34.7729,2.50405,86400,5,0,1815,0,1,0,0,0),(79084,1708,34,1,1,0,1,114.613,-86.3965,-33.9396,5.65375,86400,5,0,1815,0,1,0,0,0),(79085,1715,34,1,1,0,1,140.158,-64.5333,-34.7729,5.99149,86400,5,0,1953,0,1,0,0,0),(79086,1706,34,1,1,0,1,165.944,1.0911,-25.6062,2.88702,86400,5,0,1815,0,1,0,0,0),(79087,1707,34,1,1,0,1,134.054,70.9823,-33.8562,6.04937,86400,5,0,1815,0,1,0,0,0),(79088,1666,34,1,1,0,1,142.644,-71.8536,-34.8562,4.49228,86400,0,0,2097,0,0,0,0,0),(79089,1711,34,1,1,0,1,155.148,-52.0394,-34.8562,3.07747,86400,5,0,1815,0,1,0,0,0),(79090,1720,34,1,1,0,0,160.051,45.709,-34.7729,3.36848,86400,0,0,2097,0,0,0,0,0),(79091,1708,34,1,1,0,1,159.931,39.9643,-34.8562,0.52169,86400,0,0,1815,0,0,0,0,0),(79092,1708,34,1,1,0,1,151.641,60.1077,-34.7729,2.38636,86400,0,0,1815,0,0,0,0,0),(79093,1707,34,1,1,0,1,148.353,65.0762,-34.7729,5.40655,86400,5,0,1815,0,1,0,0,0),(79094,1708,34,1,1,0,1,161.133,54.0252,-34.8562,4.38428,86400,5,0,1815,0,1,0,0,0),(79095,1708,34,1,1,0,1,141.995,84.1125,-33.9396,3.0374,86400,5,0,1815,0,1,0,0,0),(79096,1706,34,1,1,0,1,162.726,59.1677,-34.8562,4.46164,86400,5,0,1815,0,1,0,0,0),(79097,1708,34,1,1,0,1,152.804,-69.5129,-34.7729,4.67092,86400,5,0,1815,0,1,0,0,0),(79098,1717,34,1,1,0,1,105.523,-105.795,-35.1062,1.09956,86400,0,0,1830,655,0,0,0,0),(79099,1715,34,1,1,0,1,95.4846,-105.947,-35.1062,0.663225,86400,0,0,1953,0,0,0,0,0),(79100,1708,34,1,1,0,1,150.261,-76.7672,-34.8562,2.28934,86400,5,0,1815,0,1,0,0,0),(79101,1715,34,1,1,0,1,109.097,-114.239,-35.1062,1.43117,86400,0,0,1953,0,0,0,0,0),(79102,1707,34,1,1,0,1,148.538,103.18,-35.1896,4.52629,86400,5,0,1815,0,1,0,0,0),(79103,1708,34,1,1,0,1,171.119,93.3214,-33.8562,4.20114,86400,0,0,1815,0,0,0,0,0),(79104,1708,34,1,1,0,1,155.673,99.6374,-35.1896,4.85931,86400,5,0,1815,0,1,0,0,0),(79105,1708,34,1,1,0,1,123.941,119.574,-33.8562,3.60874,86400,5,0,1815,0,1,0,0,0),(79106,1708,34,1,1,0,1,129.951,122.361,-33.8562,1.54336,86400,0,0,1815,0,0,0,0,0),(79107,1707,34,1,1,0,1,147.452,111.814,-35.1896,3.40928,86400,5,0,1815,0,1,0,0,0),(79108,1708,34,1,1,0,1,156.316,109.516,-35.1896,2.99417,86400,0,0,1815,0,0,0,0,0),(79109,1708,34,1,1,0,1,189.206,87.3162,-33.8562,0.762264,86400,0,0,1815,0,0,0,0,0),(79110,1708,34,1,1,0,1,182.74,95.2994,-33.8562,1.40045,86400,0,0,1815,0,0,0,0,0),(79111,1706,34,1,1,0,1,186.274,86.9216,-33.8562,3.42742,86400,0,0,1815,0,0,0,0,0),(79112,1707,34,1,1,0,1,192.771,91.34,-33.8562,5.44344,86400,0,0,1815,0,0,0,0,0),(79113,1708,34,1,1,0,1,119.78,128.785,-33.9396,6.2394,86400,0,0,1815,0,0,0,0,0),(79114,1708,34,1,1,0,1,161.07,129.292,-33.8562,4.39901,86400,0,0,1815,0,0,0,0,0),(79115,1706,34,1,1,0,1,167.363,127.883,-33.8562,0.959931,86400,0,0,1815,0,0,0,0,0),(79116,1663,34,1,1,0,1,166.789,134.787,-33.9396,1.78929,86400,0,0,2097,0,0,0,0,0),(79117,1708,34,1,1,0,1,171.059,142.025,-33.9396,4.49541,86400,0,0,1815,0,0,0,0,0),(79118,1708,34,1,1,0,1,168.987,147.931,-33.9396,1.38903,86400,0,0,1815,0,0,0,0,0),(79119,1708,34,1,1,0,1,176.087,142.688,-33.8562,2.28023,86400,0,0,1815,0,0,0,0,0),(79120,1711,34,1,1,0,1,126.276,-116.828,-33.9396,2.39055,86400,0,0,1815,0,0,0,0,0),(79121,1715,34,1,1,0,1,132.264,-123.557,-33.9396,2.95052,86400,0,0,1953,0,0,0,0,0),(79122,1708,34,1,1,0,1,141.424,-120.264,-33.9396,1.87443,86400,0,0,1815,0,0,0,0,0),(79123,1708,34,1,1,0,1,139.681,-128.899,-33.8562,2.90953,86400,0,0,1815,0,0,0,0,0),(79124,1716,34,1,1,0,1,89.5518,-136.922,-33.9396,5.00727,86400,0,0,2097,0,0,0,0,0),(79125,1715,34,1,1,0,1,91.7954,-126.047,-33.9396,4.01449,86400,0,0,1953,0,0,0,0,0),(79126,1711,34,1,1,0,1,95.3684,-128.729,-33.9396,2.07435,86400,0,0,1815,0,0,0,0,0),(79127,598,36,1,1,0,1,-50.2651,-401.198,55.6811,5.51524,86400,0,0,386,0,0,0,0,0),(79128,598,36,1,1,0,1,-73.1336,-407.03,54.9728,2.56563,86400,0,0,386,0,0,0,0,0),(79129,598,36,1,1,0,1,-104.389,-426.736,55.9882,1.09956,86400,5,0,386,0,1,0,0,0),(79130,4416,36,1,1,0,1,-87.4821,-404.357,59.0401,5.67232,86400,0,0,417,0,0,0,0,0),(79131,598,36,1,1,0,1,-100.262,-430.704,56.005,0.767945,86400,5,0,386,0,1,0,0,0),(79132,4075,36,1,1,0,0,-94.0732,-403.819,57.5726,0.191218,86400,10,0,8,0,1,0,0,0),(79133,598,36,1,1,0,1,-108.016,-403.976,60.0188,4.79965,86400,0,0,386,0,0,0,0,0),(79134,598,36,1,1,0,1,-57.0594,-406.745,55.1336,5.06145,86400,5,0,386,0,1,0,0,0),(79135,598,36,1,1,0,1,-100.509,-372.996,59.22,1.32645,86400,0,0,386,0,0,0,0,0),(79136,598,36,1,1,0,1,-79.0664,-382.136,55.3884,4.64258,86400,0,0,386,0,0,0,0,0),(79137,598,36,1,1,0,1,-72.5348,-370.202,55.6576,1.6057,86400,0,0,386,0,0,0,0,0),(79138,598,36,1,1,0,1,-40.12,-370.386,56.5668,2.35619,86400,0,0,386,0,0,0,0,0),(79139,1729,36,1,1,0,1,-58.9532,-390.73,53.9482,5.2709,86400,0,0,990,1876,0,0,0,0),(79140,598,36,1,1,0,1,-83.0129,-396.353,59.0941,0.087266,86400,0,0,386,0,0,0,0,0),(79141,4075,36,1,1,0,0,-13.3427,-376.707,60.7323,0.994858,86400,10,0,8,0,1,0,0,0),(79142,598,36,1,1,0,1,-70.8896,-395.711,55.8013,3.64774,86400,0,0,386,0,0,0,0,0),(79143,598,36,1,1,0,1,-98.282,-383.228,59.2963,5.58505,86400,0,0,386,0,0,0,0,0),(79144,634,36,1,1,0,1,-55.6462,-376.861,54.2091,0.063403,86400,0,0,1158,0,0,0,0,0),(79145,598,36,1,1,0,1,-66.8609,-364.098,54.8182,2.89725,86400,0,0,386,0,0,0,0,0),(79146,598,36,1,1,0,1,-52.6469,-368.032,55.5931,1.41372,86400,0,0,386,0,0,0,0,0),(76520,17961,547,3,1,0,1,-45.3246,-259.102,-0.837966,3.09142,86400,0,0,12395,2568,2,0,0,0),(79148,598,36,1,1,0,1,-116.78,-411.297,58.8569,5.74213,86400,0,0,386,0,0,0,0,0),(79149,598,36,1,1,0,1,-128.305,-384.093,59.1888,3.10669,86400,0,0,386,0,0,0,0,0),(79418,17961,547,3,1,0,1,-84.6656,-724.307,36.8609,1.76082,86400,0,0,12395,2568,2,0,0,0),(79151,634,36,1,1,0,1,-136.063,-408.245,58.1921,0.224902,86400,0,0,1158,0,0,0,0,0),(79152,634,36,1,1,0,1,-116.45,-406.916,59.5309,0.895679,86400,0,0,1158,0,0,0,0,0),(79153,4075,36,1,1,0,0,-122.287,-414.488,58.311,6.23634,86400,10,0,8,0,1,0,0,0),(79154,598,36,1,1,0,1,-139.803,-399.804,58.4387,1.48353,86400,0,0,386,0,0,0,0,0),(79155,598,36,1,1,0,1,-130.811,-394.411,59.4243,2.47837,86400,0,0,386,0,0,0,0,0),(79156,598,36,1,1,0,1,-139.342,-412.573,58.9302,3.57792,86400,0,0,386,0,0,0,0,0),(79157,598,36,1,1,0,1,-147.793,-407.295,57.7768,4.06662,86400,0,0,386,0,0,0,0,0),(79158,598,36,1,1,0,1,-114.904,-450.414,56.424,0,86400,0,0,386,0,0,0,0,0),(79159,598,36,1,1,0,1,-126.517,-441.77,55.5907,4.06662,86400,0,0,386,0,0,0,0,0),(79160,598,36,1,1,0,1,-153.941,-395.623,57.0007,1.16937,86400,0,0,386,0,0,0,0,0),(79161,598,36,1,1,0,1,-165.125,-403.208,57.3258,5.48033,86400,0,0,386,0,0,0,0,0),(79162,598,36,1,1,0,1,-175.251,-400.119,57.5643,2.49582,86400,0,0,386,0,0,0,0,0),(79163,598,36,1,1,0,1,-169.962,-409.583,57.6959,5.60251,86400,0,0,386,0,0,0,0,0),(79164,598,36,1,1,0,1,-182.302,-410.296,55.6153,2.77507,86400,0,0,386,0,0,0,0,0),(79165,1725,36,1,1,0,1,-183.731,-450.034,54.6475,3.37684,86400,0,0,356,0,0,0,0,0),(79166,4075,36,1,1,0,0,-183.257,-440.667,54.201,5.42284,86400,10,0,8,0,1,0,0,0),(79167,1725,36,1,1,0,1,-202.166,-453.277,54.2891,0.811484,86400,0,0,356,0,0,0,0,0),(79168,644,36,1,1,0,1,-192.915,-448.211,54.4339,1.66886,86400,0,0,4490,0,0,0,0,0),(79169,598,36,1,1,0,1,-176.814,-487.945,54.2515,6.26573,86400,0,0,386,0,0,0,0,0),(79170,634,36,1,1,0,1,-191.73,-483.36,54.0413,2.0461,86400,5,0,1158,0,1,0,0,0),(79171,1729,36,1,1,0,1,-188.074,-486.698,54.044,1.56971,86400,5,0,990,1876,1,0,0,0),(79172,598,36,1,1,0,1,-176.345,-499.359,54.2337,0.890118,86400,5,0,386,0,1,0,0,0),(79173,598,36,1,1,0,1,-219.438,-485.815,49.4967,0.698132,86400,0,0,386,0,0,0,0,0),(79174,598,36,1,1,0,1,-197.438,-490.739,54.0243,3.76991,86400,0,0,386,0,0,0,0,0),(79175,598,36,1,1,0,1,-231.309,-476.99,49.3445,1.06465,86400,0,0,386,0,0,0,0,0),(79176,598,36,1,1,0,1,-207.559,-499.156,51.04,1.02974,86400,0,0,386,0,0,0,0,0),(79177,1729,36,1,1,0,1,-214.703,-506.568,50.8243,4.64998,86400,0,0,990,1876,0,0,0,0),(79178,598,36,1,1,0,1,-233.461,-490.313,49.5979,4.06662,86400,0,0,386,0,0,0,0,0),(79179,598,36,1,1,0,1,-186.472,-506.314,53.3956,4.79965,86400,0,0,386,0,0,0,0,0),(79180,598,36,1,1,0,1,-198.654,-510.057,53.4681,4.99164,86400,5,0,386,0,1,0,0,0),(79181,598,36,1,1,0,1,-222.039,-500.223,49.6132,3.66519,86400,0,0,386,0,0,0,0,0),(79182,598,36,1,1,0,1,-170.745,-509.416,53.7236,4.85202,86400,5,0,386,0,1,0,0,0),(79183,598,36,1,1,0,1,-157.933,-506.575,53.4426,1.02974,86400,0,0,386,0,0,0,0,0),(79184,598,36,1,1,0,1,-206.619,-512.06,51.5749,4.55531,86400,5,0,386,0,1,0,0,0),(79185,598,36,1,1,0,1,-158.652,-513.984,52.7541,4.08407,86400,0,0,386,0,0,0,0,0),(79186,4075,36,1,1,0,0,-195.525,-476.929,54.1321,2.96706,86400,10,0,8,0,1,0,0,0),(79187,598,36,1,1,0,1,-214.18,-516.23,51.4912,5.89921,86400,0,0,386,0,0,0,0,0),(79188,1729,36,1,1,0,1,-93.0234,-400.3,58.0467,3.03687,86400,0,0,990,1876,0,0,0,0),(79189,634,36,1,1,0,1,-94.3284,-402.581,57.4746,0.820305,86400,0,0,1158,0,0,0,0,0),(79190,598,36,1,1,0,1,-159.594,-529.266,52.2688,3.24631,86400,0,0,386,0,0,0,0,0),(79191,598,36,1,1,0,1,-149.5,-519.485,53.0869,0.10472,86400,0,0,386,0,0,0,0,0),(79192,641,36,1,1,0,1,-277.256,-494.085,49.5858,0.436332,86400,0,0,1251,0,0,0,0,0),(79193,641,36,1,1,0,1,-284.672,-480.893,49.2836,4.01426,86400,0,0,1251,0,0,0,0,0),(79194,598,36,1,1,0,1,-146.345,-528.773,52.1728,0.366519,86400,5,0,386,0,1,0,0,0),(79195,641,36,1,1,0,1,-285.507,-489.11,50.0757,1.3742,86400,5,0,1251,0,1,0,0,0),(79196,622,36,1,1,0,1,-193.104,-550.659,19.3065,4.45445,86400,5,0,1251,0,1,0,0,0),(79197,1731,36,1,1,0,1,-213.95,-548.452,19.3065,1.22022,86400,5,0,1251,0,1,0,0,0),(79198,622,36,1,1,0,1,-207.954,-546.822,19.3065,1.66173,86400,5,0,1251,0,1,0,0,0),(79199,1731,36,1,1,0,1,-182.394,-567.021,51.0262,3.21455,86400,5,0,1251,0,1,0,0,0),(79200,1731,36,1,1,0,1,-183.209,-564.577,51.2296,0.113424,86400,5,0,1251,0,1,0,0,0),(79201,1731,36,1,1,0,1,-186.878,-553.565,19.3065,3.02864,86400,5,0,1251,0,1,0,0,0),(79202,641,36,1,1,0,1,-270.228,-523.864,49.9504,0.296706,86400,0,0,1251,0,0,0,0,0),(79203,1731,36,1,1,0,1,-209.573,-568.15,20.9768,2.94235,86400,5,0,1251,0,1,0,0,0),(79204,1731,36,1,1,0,1,-178.397,-565.429,19.3065,2.53463,86400,5,0,1251,0,1,0,0,0),(79205,1731,36,1,1,0,1,-226.034,-555.927,19.3065,0.854289,86400,5,0,1251,0,1,0,0,0),(79206,1763,36,1,1,0,1,-177.362,-574.458,19.3113,0.092073,86400,0,0,2904,0,0,0,0,0),(79207,641,36,1,1,0,1,-281.279,-502.013,49.3831,1.4796,86400,5,0,1251,0,1,0,0,0),(79208,622,36,1,1,0,1,-226.113,-563.705,19.3065,2.36988,86400,5,0,1251,0,1,0,0,0),(79209,622,36,1,1,0,1,-194.589,-586.258,20.9768,5.51389,86400,5,0,1251,0,1,0,0,0),(79210,4416,36,1,1,0,1,-139.828,-569.442,19.7906,1.39626,86400,0,0,417,0,0,0,0,0),(79211,1731,36,1,1,0,1,-178.319,-581.496,19.3112,2.21882,86400,5,0,1251,0,1,0,0,0),(79212,622,36,1,1,0,1,-207.48,-585.729,20.9768,0.872041,86400,5,0,1251,0,1,0,0,0),(79213,622,36,1,1,0,1,-232.502,-569.785,19.3065,1.08319,86400,5,0,1251,0,1,0,0,0),(79214,4417,36,1,1,0,1,-149.151,-580.585,19.3131,3.12269,86400,5,0,1251,0,1,0,0,0),(79215,4416,36,1,1,0,1,-131.691,-578.845,18.6522,0.314159,86400,0,0,417,0,0,0,0,0),(79216,4416,36,1,1,0,1,-152.997,-590.709,19.0535,4.81711,86400,0,0,417,0,0,0,0,0),(79217,1731,36,1,1,0,1,-188.734,-600.466,36.5784,5.17014,86400,5,0,1251,0,1,0,0,0),(79218,1731,36,1,1,0,1,-234.991,-575.816,19.3065,1.36211,86400,5,0,1251,0,1,0,0,0),(79219,641,36,1,1,0,1,-263.514,-571.289,51.0459,2.60054,86400,0,0,1251,0,0,0,0,0),(79220,641,36,1,1,0,1,-291.981,-477.763,49.2735,3.01942,86400,0,0,1251,0,0,0,0,0),(79221,641,36,1,1,0,1,-284.815,-518.513,48.5385,4.5204,86400,0,0,1251,0,0,0,0,0),(79222,641,36,1,1,0,1,-294.264,-506.217,49.2678,5.69011,86400,0,0,1251,0,0,0,0,0),(79223,642,36,1,1,0,0,-289.453,-513.009,49.6785,3.78367,86400,0,0,3872,0,2,0,0,0),(79224,641,36,1,1,0,1,-283.229,-560.001,49.514,0.034907,86400,0,0,1251,0,0,0,0,0),(79225,4416,36,1,1,0,1,-275.491,-574.469,50.5192,2.49582,86400,0,0,417,0,0,0,0,0),(79226,4416,36,1,1,0,1,-259.328,-587.667,51.0296,3.80482,86400,0,0,417,0,0,0,0,0),(79227,641,36,1,1,0,1,-295.528,-530.023,49.3874,5.50756,86400,0,0,1251,0,0,0,0,0),(79228,4075,36,1,1,0,0,-274.531,-578.467,50.2194,5.87235,86400,10,0,8,0,1,0,0,0),(79229,4418,36,1,1,0,1,-272.331,-583.156,50.1907,0.925193,86400,5,0,1062,2040,1,0,0,0),(79230,4417,36,1,1,0,1,-272.512,-582.382,49.9988,0.681518,86400,5,0,1251,0,1,0,0,0),(79231,641,36,1,1,0,1,-308.87,-485.281,49.802,1.6057,86400,0,0,1251,0,0,0,0,0),(79232,4416,36,1,1,0,1,-297.79,-567.185,50.0666,3.07178,86400,0,0,417,0,0,0,0,0),(79233,4417,36,1,1,0,1,-263.805,-578.193,50.5558,6.26195,86400,5,0,1251,0,1,0,0,0),(79234,4416,36,1,1,0,1,-287.618,-576.586,49.2788,5.46288,86400,0,0,417,0,0,0,0,0),(79235,4416,36,1,1,0,1,-294.312,-584.521,49.7644,5.61996,86400,0,0,417,0,0,0,0,0),(79236,4416,36,1,1,0,1,-305.659,-579.786,48.8363,2.35619,86400,0,0,417,0,0,0,0,0),(79237,4416,36,1,1,0,1,-313.123,-592.62,48.5652,3.14159,86400,0,0,417,0,0,0,0,0),(79238,4416,36,1,1,0,1,-272.938,-589.211,50.9034,5.8294,86400,0,0,417,0,0,0,0,0),(79239,4416,36,1,1,0,1,-280.811,-588.13,51.0407,2.37365,86400,0,0,417,0,0,0,0,0),(79240,4416,36,1,1,0,1,-281.691,-601.383,50.8434,5.06145,86400,0,0,417,0,0,0,0,0),(79241,641,36,1,1,0,1,-292.775,-608.236,47.7036,5.37561,86400,0,0,1251,0,0,0,0,0),(79242,1731,36,1,1,0,1,-208.324,-606.89,28.3691,3.16188,86400,5,0,1251,0,1,0,0,0),(79243,1731,36,1,1,0,1,-203.274,-602.657,30.3561,3.56974,86400,5,0,1251,0,1,0,0,0),(79244,634,36,1,1,0,1,-205.348,-504.892,52.0981,3.31299,86400,0,0,1158,0,0,0,0,0),(79245,1729,36,1,1,0,1,-203.187,-506.547,52.3841,3.31298,86400,0,0,990,1876,0,0,0,0),(79372,17961,547,3,1,0,1,-227.724,-365.283,3.03565,2.49482,86400,0,0,12395,2568,2,0,0,0),(79247,1731,36,1,1,0,1,-198.926,-603.779,19.3022,5.74754,86400,0,0,1251,0,0,0,0,0),(79248,4416,36,1,1,0,1,-138.003,-602.398,16.1097,3.03687,86400,0,0,417,0,0,0,0,0),(79249,4416,36,1,1,0,1,-135.128,-593.666,17.8968,3.29867,86400,0,0,417,0,0,0,0,0),(79250,4416,36,1,1,0,1,-138.051,-613.235,15.3036,3.38594,86400,0,0,417,0,0,0,0,0),(79251,4416,36,1,1,0,1,-127.414,-607.545,15.174,0.15708,86400,0,0,417,0,0,0,0,0),(79252,4416,36,1,1,0,1,-126.252,-596.364,17.8088,6.24828,86400,0,0,417,0,0,0,0,0),(79253,4416,36,1,1,0,1,-137.649,-622.887,15.0423,2.98451,86400,0,0,417,0,0,0,0,0),(79254,4075,36,1,1,0,0,-137.611,-627.141,14.8801,1.50113,86400,10,0,8,0,1,0,0,0),(79255,4416,36,1,1,0,1,-106.13,-613.612,14.3938,1.6057,86400,0,0,417,0,0,0,0,0),(79256,4416,36,1,1,0,1,-115.187,-621.201,14.1127,4.93928,86400,0,0,417,0,0,0,0,0),(79257,4416,36,1,1,0,1,-104.417,-620.566,14.5019,5.0091,86400,0,0,417,0,0,0,0,0),(79258,4416,36,1,1,0,1,-132.504,-637.781,14.3308,4.46804,86400,0,0,417,0,0,0,0,0),(79259,4416,36,1,1,0,1,-118.393,-635.202,12.197,0.785398,86400,0,0,417,0,0,0,0,0),(79260,4418,36,1,1,0,1,-119.498,-639.309,11.4469,2.66136,86400,5,0,1062,2040,1,0,0,0),(79261,4416,36,1,1,0,1,-115.421,-651.487,8.16425,3.57792,86400,0,0,417,0,0,0,0,0),(79262,3947,36,1,1,0,1,-188.781,-702.69,8.85784,2.06811,86400,5,0,1212,456,1,0,0,0),(134005,100,0,1,1,0,1,-9945.86,620.999,37.2259,4.03808,7200,10,0,247,0,1,0,0,0),(134004,100,0,1,1,0,1,-9981.18,566.13,37.6634,1.37087,7200,10,0,247,0,1,0,0,0),(134003,100,0,1,1,0,1,-10067.1,629.856,39.2659,0.67265,7200,10,0,247,0,1,0,0,0),(134002,472,0,1,1,0,1,-8839.13,-863.772,75.6382,4.52817,7200,5,0,247,0,1,0,0,0),(134001,472,0,1,1,0,1,-8855.48,-822.622,71.5874,0.598824,7200,5,0,247,0,1,0,0,0),(134000,472,0,1,1,0,1,-8886.04,-771.985,69.2205,4.98213,7200,5,0,247,0,1,0,0,0),(79271,4416,36,1,1,0,1,-104.376,-640.789,8.76665,0.733038,86400,0,0,417,0,0,0,0,0),(79273,634,36,1,1,0,1,-187.714,-491.858,53.7952,4.84823,86400,5,0,1158,0,1,0,0,0),(52367,17963,547,3,1,0,0,-89.1755,-91.5341,-2.22339,6.07375,86400,0,0,1,0,0,0,0,0),(79375,17961,547,3,1,0,1,-226.913,-394.971,3.03554,3.71478,86400,0,0,12395,2568,2,0,0,0),(79276,4075,36,1,1,0,0,-121.662,-435.93,54.643,4.30604,86400,10,0,8,0,1,0,0,0),(79277,1729,36,1,1,0,1,-146.777,-399.16,57.259,0.099881,86400,5,0,990,1876,1,0,0,0),(134515,8976,0,1,1,0,0,-8203.09,-922.076,133.28,0.964897,151200,5,0,12210,4868,2,0,0,0),(133933,15990,533,3,1,15945,0,3749.68,-5114.06,142.115,2.93215,604800,0,0,5229375,2554800,0,0,0,0),(79280,634,36,1,1,0,1,-194.663,-503.042,53.2529,3.31299,86400,5,0,1158,0,1,0,0,0),(79281,1729,36,1,1,0,1,-195.271,-505.177,53.1259,3.31299,86400,5,0,990,1876,1,0,0,0),(133932,15989,533,3,1,16033,0,3522.39,-5236.78,137.709,4.50295,604800,0,0,4183500,0,0,0,0,0),(79283,4417,36,1,1,0,1,-239.833,-578.879,51.1657,6.24575,86400,5,0,1251,0,1,0,0,0),(79284,4418,36,1,1,0,1,-229.584,-578.362,51.2588,1.44671,86400,5,0,1062,2040,1,0,0,0),(79285,4417,36,1,1,0,1,-228.095,-576.564,51.2145,2.12069,86400,5,0,1251,0,1,0,0,0),(79286,3947,36,1,1,0,1,-121.645,-698.163,8.68659,4.4315,86400,5,0,1212,456,1,0,0,0),(79287,3947,36,1,1,0,1,-123.156,-681.324,10.5616,5.09576,86400,5,0,1212,456,1,0,0,0),(79292,657,36,1,1,0,1,-95.1414,-722.4,8.48278,5.50703,86400,5,0,1347,0,1,0,0,0),(79293,3947,36,1,1,0,1,-49.5123,-685.08,3.89985,3.17298,86400,5,0,1212,456,1,0,0,0),(79294,1732,36,1,1,0,1,-96.6361,-709.373,8.81989,1.44085,86400,5,0,1137,2236,1,0,0,0),(79296,634,36,1,1,0,1,-130.776,-605.473,15.2352,5.44543,86400,0,0,1158,0,0,0,0,0),(79297,657,36,1,1,0,1,-79.9682,-729.441,8.94915,6.16024,86400,5,0,1347,0,1,0,0,0),(79298,3947,36,1,1,0,1,-34.375,-692.709,4.52485,4.69944,86400,5,0,1212,456,1,0,0,0),(79299,1732,36,1,1,0,1,-50.1355,-723.342,9.07696,1.48353,86400,5,0,1137,2236,1,0,0,0),(79300,657,36,1,1,0,1,-31.3801,-727.911,8.47387,2.96909,86400,5,0,1347,0,1,0,0,0),(79301,1732,36,1,1,0,1,-42.2427,-732.088,9.04105,4.52774,86400,0,0,1137,2236,0,0,0,0),(79302,1732,36,1,1,0,1,-60.2403,-731.372,8.81632,2.51001,86400,0,0,1137,2236,0,0,0,0),(79303,3947,36,1,1,0,1,-140.013,-762.128,4.58898,2.42708,86400,5,0,1212,456,1,0,0,0),(79304,3947,36,1,1,0,1,-123.739,-788.672,17.3131,5.22666,86400,5,0,1212,456,1,0,0,0),(79305,657,36,1,1,0,1,-79.6583,-782.438,17.3884,0.686417,86400,0,0,1347,0,0,0,0,0),(79306,1732,36,1,1,0,1,-22.5682,-736.14,8.63019,1.42668,86400,0,0,1137,2236,0,0,0,0),(79307,657,36,1,1,0,1,-74.8631,-783.376,26.2465,2.98393,86400,0,0,1347,0,0,0,0,0),(79308,657,36,1,1,0,1,-99.9396,-778.266,22.3395,5.88379,86400,5,0,1347,0,1,0,0,0),(79309,3947,36,1,1,0,1,-79.5762,-788.13,38.823,2.92716,86400,0,0,1212,456,0,0,0,0),(79310,1732,36,1,1,0,1,-83.5081,-776.182,26.7952,5.57936,86400,0,0,1137,2236,0,0,0,0),(79311,657,36,1,1,0,1,-131.098,-789.196,17.4008,2.26836,86400,5,0,1347,0,1,0,0,0),(79312,3947,36,1,1,0,1,-132.915,-766.251,3.86817,1.59329,86400,5,0,1212,456,1,0,0,0),(79313,1732,36,1,1,0,1,-57.0502,-782.479,18.0147,2.13404,86400,0,0,1137,2236,0,0,0,0),(79314,3947,36,1,1,0,1,-94.1737,-787.372,17.1116,0.542439,86400,5,0,1212,456,1,0,0,0),(79315,3947,36,1,1,0,1,-83.4978,-791.166,25.8501,2.49507,86400,0,0,1212,456,0,0,0,0),(79316,657,36,1,1,0,1,-15.0055,-724.655,7.91381,3.36236,86400,0,0,1347,0,0,0,0,0),(79319,3947,36,1,1,0,1,-97.6529,-805.56,30.683,5.10199,86400,5,0,1212,456,1,0,0,0),(79320,3947,36,1,1,0,1,-122.837,-806.022,16.8947,2.01555,86400,5,0,1212,456,1,0,0,0),(79321,657,36,1,1,0,1,-65.9172,-794.401,39.4002,3.9576,86400,0,0,1347,0,0,0,0,0),(79322,1732,36,1,1,0,1,-111.494,-795.161,16.917,5.26124,86400,5,0,1137,2236,1,0,0,0),(79323,657,36,1,1,0,1,-41.5834,-788.566,18.7949,4.86947,86400,0,0,1347,0,0,0,0,0),(79324,657,36,1,1,0,1,-9.25067,-740.91,8.91751,5.75106,86400,0,0,1347,0,0,0,0,0),(79325,3947,36,1,1,0,1,-45.3096,-787.028,18.452,5.4415,86400,0,0,1212,456,0,0,0,0),(79326,1732,36,1,1,0,1,-106.433,-793.287,28.1631,2.29205,86400,5,0,1137,2236,1,0,0,0),(79327,1732,36,1,1,0,1,-78.3783,-796.849,38.3719,2.56158,86400,0,0,1137,2236,0,0,0,0),(79328,657,36,1,1,0,1,-52.9977,-791.268,38.6091,0.738249,86400,5,0,1347,0,1,0,0,0),(79329,1732,36,1,1,0,1,-40.2788,-797.973,39.3257,0.914945,86400,5,0,1137,2236,1,0,0,0),(79330,657,36,1,1,0,1,-28.8178,-795.674,19.3963,6.02139,86400,0,0,1347,0,0,0,0,0),(79331,4075,36,1,1,0,0,-134.399,-792.648,17.47,2.70032,86400,10,0,8,0,1,0,0,0),(79333,647,36,1,1,0,1,-59.62,-820.132,41.6134,1.23189,86400,0,0,2904,0,2,0,0,0),(79334,657,36,1,1,0,1,-67.6401,-809.496,40.8694,3.10425,86400,5,0,1347,0,1,0,0,0),(79335,1732,36,1,1,0,1,-67.9707,-806.653,40.8301,3.10443,86400,5,0,1137,2236,1,0,0,0),(79336,639,36,1,1,0,1,-87.369,-819.895,39.3004,0,86400,0,0,3872,0,0,0,0,0),(79337,646,36,1,1,0,1,-22.8471,-797.283,20.3745,1.0472,86400,0,0,3872,0,0,0,0,0),(79338,1732,36,1,1,0,1,-21.874,-802.941,19.7633,1.72788,86400,0,0,1137,2236,0,0,0,0),(52366,17964,547,3,1,0,0,-54.2919,-248.085,-3.69153,1.97222,86400,0,0,1,0,0,0,0,0),(79340,657,36,1,1,0,1,-20.9408,-835.917,19.6528,2.05681,86400,5,0,1347,0,1,0,0,0),(79341,657,36,1,1,0,1,-19.0468,-830.344,19.7522,4.01444,86400,5,0,1347,0,1,0,0,0),(79343,657,36,1,1,0,1,-30.3766,-843.213,19.1693,5.61834,86400,5,0,1347,0,1,0,0,0),(79344,645,36,1,1,0,1,-67.5844,-853.749,17.075,4.92527,86400,0,0,2904,0,2,0,0,0),(79345,636,36,1,1,0,1,-3.98715,-777.068,9.86787,0.991293,86400,0,0,1347,0,0,0,0,0),(79346,636,36,1,1,0,1,0.077364,-781.616,9.97179,1.39409,86400,0,0,1347,0,0,0,0,0),(79347,3947,36,1,1,0,1,-43.2699,-852.248,18.5989,1.28568,86400,5,0,1212,456,1,0,0,0),(79348,657,36,1,1,0,1,-89.5684,-854.834,17.2142,5.22399,86400,5,0,1347,0,1,0,0,0),(79349,657,36,1,1,0,1,-85.9117,-856.569,17.2837,3.16079,86400,5,0,1347,0,1,0,0,0),(79351,1732,36,1,1,0,1,-103.033,-847.702,17.0292,5.40776,86400,5,0,1137,2236,1,0,0,0),(79352,1732,36,1,1,0,1,-117.719,-837.953,16.9124,3.21479,86400,5,0,1137,2236,1,0,0,0),(79353,3947,36,1,1,0,1,-122.586,-823.971,16.9447,3.7869,86400,5,0,1212,456,1,0,0,0),(79354,1732,36,1,1,0,1,-119.086,-836.376,16.9153,5.99994,86400,5,0,1137,2236,1,0,0,0),(79355,1732,36,1,1,0,1,-142.771,-873.765,2.37754,3.76723,86400,5,0,1137,2236,1,0,0,0),(57878,17960,547,3,1,0,1,-45.5928,-264.443,-0.776139,3.09535,86400,0,0,10843,6015,2,0,0,0),(79360,1729,36,1,1,0,1,-109.158,-649.657,7.15244,5.21559,86400,0,0,990,1876,0,0,0,0),(79361,634,36,1,1,0,1,-111.77,-645.406,8.96003,5.2248,86400,5,0,1158,0,1,0,0,0),(79712,17960,547,3,1,0,1,-112.68,-587.462,5.10565,0.116737,86400,5,0,10843,6015,1,0,0,0),(79416,17960,547,3,1,0,1,-92.2789,-224.129,-1.22842,1.73087,86400,0,0,10843,6015,2,0,0,0),(52397,17964,547,3,1,0,0,-61.5159,-248.364,-3.94023,0.994838,86400,0,0,1,0,0,0,0,0),(79382,17959,547,3,1,0,1,-71.858,-16.172,-4.7298,5.70353,86400,0,0,16023,0,2,0,0,0),(79368,636,36,1,1,0,1,-70.8939,-816.54,40.6294,0.081585,86400,0,0,1347,0,0,0,0,0),(79369,636,36,1,1,0,1,-78.2791,-824.784,40.0007,2.93215,86400,5,0,1347,0,1,0,0,0),(79370,636,36,1,1,0,1,-77.8071,-815.097,40.0188,3.26377,86400,5,0,1347,0,1,0,0,0),(79359,17959,547,3,1,0,1,-41.1192,-1.00841,-1.38881,1.69853,86400,0,0,16023,0,2,0,0,0),(79373,634,36,1,1,0,1,-170.144,-403.045,57.0869,0.192994,86400,0,0,1158,0,0,0,0,0),(79374,1729,36,1,1,0,1,-173.48,-402.487,57.1029,0.305933,86400,0,0,990,1876,0,0,0,0),(61959,17959,547,3,1,0,1,-78.8031,-198.368,-3.30045,1.27724,86400,0,0,16023,0,2,0,0,0),(79376,1729,36,1,1,0,1,-265.001,-578.632,50.5221,0.186009,86400,5,0,990,1876,1,0,0,0),(79377,634,36,1,1,0,1,-259.018,-579.541,51.1469,0.186022,86400,5,0,1158,0,1,0,0,0),(79378,4418,36,1,1,0,1,-207.884,-553.552,19.3065,2.95879,86400,0,0,1062,2040,0,0,0,0),(79379,4417,36,1,1,0,1,-208.377,-551.49,19.3065,2.92817,86400,0,0,1251,0,0,0,0,0),(79380,4417,36,1,1,0,1,-204.761,-552.424,19.3065,2.88854,86400,0,0,1251,0,0,0,0,0),(79381,4075,36,1,1,0,0,-137.489,-625.4,14.8722,1.50113,86400,10,0,8,0,1,0,0,0),(57017,17959,547,3,1,0,1,-54.3411,-251.294,-3.37616,3.27301,86400,0,0,16023,0,2,0,0,0),(79383,636,36,1,1,0,1,-63.9391,-820.231,41.2688,0.202767,86400,0,0,1347,0,0,0,0,0),(79384,657,36,1,1,0,1,-154.996,-891.815,5.64332,3.05433,86400,5,0,1347,0,1,0,0,0),(79385,1732,36,1,1,0,1,-146.141,-906.036,8.17895,4.04916,86400,5,0,1137,2236,1,0,0,0),(57018,17959,547,3,1,0,1,-77.7076,-282.609,-1.24249,4.19428,86400,0,0,16023,0,2,0,0,0),(79387,4075,36,1,1,0,0,-289.323,-574.988,49.0583,6.0705,86400,0,0,8,0,0,0,0,0),(79388,657,36,1,1,0,1,-153.182,-909,8.72719,2.61799,86400,0,0,1347,0,0,0,0,0),(79390,1732,36,1,1,0,1,-147.674,-919.162,12.5437,6.04953,86400,0,0,1137,2236,0,0,0,0),(79391,20870,552,3,1,0,0,275.788,-123.343,-10.1232,6.13695,86400,5,0,118000,33090,1,0,0,0),(79392,20859,552,3,1,0,1,69.6491,-14.8739,-10.0332,0.541052,86400,0,0,15699,8973,0,0,0,0),(79393,20859,552,3,1,0,1,73.3906,-16.7659,-10.0612,0.541052,86400,0,0,15699,8973,0,0,0,0),(79394,20885,552,3,1,0,1,137.234,128.506,22.5245,1.01229,86400,0,0,132840,0,0,0,0,0),(79395,20857,552,3,1,0,1,101.977,-2.98757,-10.1691,0.20944,86400,0,0,19626,0,0,0,0,0),(79396,20859,552,3,1,0,1,76.9442,18.8223,-10.1055,5.68977,86400,0,0,15699,8973,0,0,0,0),(79397,20859,552,3,1,0,1,73.8442,17.5507,-10.0701,5.89921,86400,0,0,15699,8973,0,0,0,0),(79398,20886,552,3,1,0,1,136.2,168.31,22.5245,5.23599,86400,0,0,132840,0,0,0,0,0),(79399,20857,552,3,1,0,1,103.497,1.23046,-10.1701,6.21804,86400,0,0,19626,0,0,0,0,0),(79400,20857,552,3,1,0,1,101.624,6.57745,-10.1856,5.8294,86400,0,0,19626,0,0,0,0,0),(97930,6491,571,1,4294967295,0,0,4315.11,2409.94,392.64,5.59188,60,0,0,4120,0,0,0,0,0),(97921,6491,571,1,4294967295,0,0,5141.29,2178.63,390.938,1.89266,60,0,0,4120,0,0,0,0,0),(97919,6491,571,1,4294967295,0,0,5099.03,3469.67,368.485,5.09316,60,0,0,4120,0,0,0,0,0),(79405,20900,552,3,1,0,1,429.11,-156.501,43.0686,1.99487,86400,0,0,64629,0,0,0,0,0),(79406,20900,552,3,1,0,1,432.257,-114.243,43.1834,1.13446,86400,0,0,64629,0,0,0,0,0),(79407,21186,552,3,1,0,0,115.734,-1.29285,-10.0188,0.261799,86400,0,0,42,0,0,0,0,0),(79408,21186,552,3,1,0,0,114.841,2.44889,-10.0188,2.98451,86400,0,0,42,0,0,0,0,0),(79409,21186,552,3,1,0,0,118.098,0.268171,-10.0188,1.69297,86400,0,0,42,0,0,0,0,0),(97968,6491,571,1,4294967295,0,0,4331.75,3235.64,390.251,5.96887,60,0,0,4120,0,0,0,0,0),(79275,17958,547,3,1,0,1,-33.9556,-353.67,78.0838,0.242071,86400,0,0,16028,0,2,0,0,0),(79246,17958,547,3,1,0,1,-36.058,-405.157,78.8151,5.89218,86400,0,0,16028,0,2,0,0,0),(98064,6491,571,1,4294967295,0,0,5624.51,5845.25,-62.6812,3.97005,60,0,0,4120,0,0,0,0,0),(79150,17958,547,3,1,0,1,-33.5623,-398.116,77.9469,5.74689,86400,0,0,16028,0,2,0,0,0),(98433,6491,571,1,4294967295,0,0,6271.65,4408.18,-70.1607,0.745985,60,0,0,4120,0,0,0,0,0),(79420,17958,547,3,1,0,1,-66.2864,-567.066,-0.823783,0.96025,86400,0,0,16028,0,2,0,0,0),(98578,6491,571,1,4294967295,0,0,5557.87,-1609.36,242.247,4.7162,60,0,0,4120,0,0,0,0,0),(79274,17958,547,3,1,0,1,-33.5819,-362.544,77.9538,0.328465,86400,0,0,16028,0,2,0,0,0),(79421,17958,547,3,1,0,1,-63.2146,-569.216,-1.06684,0.96025,86400,0,0,16028,0,2,0,0,0),(52368,17963,547,3,1,0,0,-120.71,-65.8306,-2.22306,3.15905,86400,0,0,1,0,0,0,0,0),(52370,17964,547,3,1,0,0,-57.0887,-27.9338,-1.77243,3.1765,86400,0,0,1,0,0,0,0,0),(98577,6491,571,1,4294967295,0,0,5705.4,-2468.62,287.551,3.18859,60,0,0,4120,0,0,0,0,0),(52398,17964,547,3,1,0,0,-27.1729,1.65894,-0.765291,1.81514,86400,0,0,1,0,0,0,0,0),(52371,17963,547,3,1,0,0,-78.0172,-191.155,-3.42385,5.93412,86400,0,0,1,0,0,0,0,0),(79364,17957,547,3,1,0,1,-113.036,-42.8538,-4.0075,1.90093,86400,0,0,16028,0,2,0,0,0),(1971527,18721,553,3,1,0,0,-10.3133,600.464,-7.63075,4.69012,300,0,0,4121,0,0,0,0,0),(79419,17957,547,3,1,0,1,-86.5601,-724.672,37.0945,1.76082,86400,0,0,16028,0,2,0,0,0),(79429,17957,547,3,1,0,0,-162.792,-463.417,3.2051,1.91986,86400,0,0,1,0,0,0,0,0),(98024,6491,571,1,4294967295,0,0,4821.72,5467.69,-52.8696,6.08275,60,0,0,4120,0,0,0,0,0),(52373,17963,547,3,1,0,0,-69.6233,-245.939,-3.53677,0.767945,86400,0,0,1,0,0,0,0,0),(79433,20898,552,3,1,0,0,444.386,-151.779,43.0374,1.57296,86400,0,0,71810,0,2,0,0,0),(83067,17993,553,3,1,0,1,-159.188,391.486,-17.7415,1.61133,86400,0,0,21881,3155,0,0,0,0),(52372,17964,547,3,1,0,0,-113.155,-8.01756,-8.66913,1.76278,86400,0,0,1,0,0,0,0,0),(98541,6491,571,1,4294967295,0,0,5518.39,3589.14,-13.374,1.3429,60,0,0,4120,0,0,0,0,0),(88902,17957,547,3,1,0,1,-110.547,-41.9972,-4.41004,5.02992,86400,0,0,16028,0,2,0,0,0),(86371,17957,547,3,1,0,1,-47.2077,-261.919,-0.845018,3.16211,86400,0,0,16028,0,2,0,0,0),(98203,6491,571,1,4294967295,0,0,6246.57,5171.06,-83.3611,4.78686,60,0,0,4120,0,0,0,0,0),(52378,17964,547,3,1,0,0,-73.0294,-718.732,38.9858,5.48033,86400,0,0,1,0,0,0,0,0),(72370,17957,547,3,1,0,1,-89.9147,-222.259,-1.19294,1.7348,86400,0,0,16028,0,2,0,0,0),(97917,6491,571,1,4294967295,0,0,5538,2895.81,517.055,1.58009,60,0,0,4120,0,0,0,0,0),(97918,6491,571,1,4294967295,0,0,5097.25,2299.2,368.485,0.259043,60,0,0,4120,0,0,0,0,0),(98065,6491,571,1,4294967295,0,0,5540.36,4852.61,-196.562,3.60877,60,0,0,4120,0,0,0,0,0),(97920,6491,571,1,4294967295,0,0,5031.83,3711.34,372.43,3.84281,60,0,0,4120,0,0,0,0,0),(63375,29369,571,1,1,0,1,7842.92,-124.645,880.933,5.88176,300,0,0,1,0,2,0,0,0),(12403,22421,547,2,1,0,0,-296.493,-459.043,6.14677,0.767945,86400,0,0,1,0,0,0,0,0),(79451,20904,552,3,1,0,0,445.803,-169.007,43.6442,4.74729,86400,0,0,22140,0,0,0,0,0),(79452,20864,552,3,1,0,0,202.329,-40.5555,-10.0961,4.59888,86400,0,0,46676,0,0,0,0,0),(79453,20865,552,3,1,0,0,201.214,-36.4609,-10.0973,3.43722,86400,0,0,8178,0,0,0,0,0),(79444,20865,552,3,1,0,0,191.54,7.59,-10.1,3.22,7200,0,0,46676,0,0,0,0,0),(79455,20865,552,3,1,0,0,205.26,-45.3562,-10.1119,3.64711,86400,0,0,8178,0,0,0,0,0),(79456,20865,552,3,1,0,0,208.098,-34.0851,-10.1048,1.57625,86400,0,0,8178,0,0,0,0,0),(79457,20865,552,3,1,0,0,209.277,-34.7429,-10.106,1.57625,86400,0,0,8178,0,0,0,0,0),(79458,20865,552,3,1,0,0,206.19,-32.8861,-10.1022,1.57627,86400,0,0,8178,0,2,0,0,0),(79445,20865,552,3,1,0,0,191.54,7.59,-7.1,3.22,7200,0,0,46676,0,0,0,0,0),(79362,17941,547,3,1,0,1,89.2687,-380.237,15.0899,3.17405,86400,0,0,77724,6762,2,0,0,0),(32685,21742,530,1,1,0,1,-3684.58,489.618,90.9659,4.77265,300,0,0,5060,2933,0,0,0,0),(79465,20875,552,3,1,0,0,275.458,7.17656,22.4434,1.48273,86400,5,0,39123,18930,1,0,0,0),(79466,20865,552,3,1,0,0,285.555,40.5121,22.4412,0.179863,86400,5,0,8178,0,1,0,0,0),(79467,20865,552,3,1,0,0,278.648,-12.6903,22.4479,1.41948,86400,5,0,8178,0,1,0,0,0),(79468,20875,552,3,1,0,0,292.445,32.8977,21.5072,4.24085,86400,5,0,39123,18930,1,0,0,0),(79691,17940,547,3,1,0,1,135.021,-456.865,3.03419,0.0447664,86400,5,0,12824,2620,1,0,0,0),(32684,21742,530,1,1,0,1,-3684.88,499.3,90.9761,3.80661,300,0,0,5060,2933,0,0,0,0),(79365,17940,547,3,1,0,1,120.069,-321.27,3.03644,3.97267,86400,0,0,12824,2620,2,0,0,0),(79474,20873,552,3,1,0,0,295.592,-0.413022,22.4423,2.19476,86400,0,0,41916,0,0,0,0,0),(32340,21742,530,1,1,0,1,-3756.25,500.205,91.0252,2.17304,300,0,0,5060,2933,0,0,0,0),(79477,20866,552,3,1,0,0,207.708,-129.074,-10.1095,6.26082,86400,0,0,45409,0,2,0,0,0),(79478,20865,552,3,1,0,0,216.72,-121.811,-10.1174,2.66206,86400,0,0,8178,0,0,0,0,0),(79479,20865,552,3,1,0,0,213.449,-120.089,-10.1083,2.4144,86400,0,0,8178,0,0,0,0,0),(79480,20865,552,3,1,0,0,214.844,-118.252,-10.1188,2.43393,86400,0,0,8178,0,0,0,0,0),(79481,20867,552,3,1,0,0,244.258,-156.479,-10.104,4.38315,86400,0,0,45409,0,0,0,0,0),(79367,17940,547,3,1,0,1,-292.746,-380.393,30.4533,6.28178,86400,0,0,12824,2620,2,0,0,0),(79454,20864,552,3,1,0,0,191.54,7.59,-13.1,3.22,7200,8,0,46676,0,1,0,0,0),(79485,20865,552,3,1,0,0,253.873,-148.56,-10.1103,2.60445,86400,0,0,8178,0,2,0,0,0),(79486,20867,552,3,1,0,0,266.335,-187.128,-10.1051,4.02795,86400,0,0,45409,0,0,0,0,0),(47313,25851,580,1,1,0,0,1871.19,636.913,32.1155,5.48033,604800,0,0,8042,3231,0,0,0,0),(79438,17940,547,3,1,0,1,122.274,-463.862,3.03453,4.57128,86400,5,0,12824,2620,1,0,0,0),(29056,22859,530,1,1,0,1,-3570.48,376.317,32.6359,0.0847965,25,0,0,5409,3080,0,0,0,0),(29055,22859,530,1,1,0,1,-3554.87,377.644,32.5899,3.1722,25,0,0,5409,3080,0,0,0,0),(32339,21742,530,1,1,0,1,-3820.51,533.735,77.7066,0.0493307,300,0,0,5060,2933,0,0,0,0),(79509,17940,547,3,1,0,1,-228.306,-393.069,3.03554,3.75013,86400,0,0,12824,2620,2,0,0,0),(3456,5815,1,1,1,4354,1,1836.86,-4347.13,-14.7621,3.33358,300,0,0,1553,3801,0,0,0,0),(47309,25851,580,1,1,0,0,1933.84,526.862,32.1156,4.29351,604800,0,0,8042,3231,0,0,0,0),(684,25157,530,1,1,19595,0,12776.7,-6701.83,1.3041,4.7822,200,0,0,42,0,0,0,0,0),(32338,21742,530,1,1,0,1,-3753.74,514.531,90.4995,0.00612702,300,0,0,5060,2933,0,0,0,0),(79518,17940,547,3,1,0,1,-225.927,-397.512,3.03554,3.62446,86400,0,0,12824,2620,2,0,0,0),(79511,20875,552,3,1,0,0,284.956,22.5675,20.8149,0.3452,86400,0,0,39123,18930,0,0,0,0),(79513,20873,552,3,1,0,0,264.602,51.2746,22.4412,4.38677,86400,0,0,41916,0,0,0,0,0),(29058,22859,530,1,1,0,1,-3619.48,406.466,31.9636,4.86944,25,0,0,5409,3080,0,0,0,0),(32337,21742,530,1,1,0,1,-3822.33,570.68,72.0434,0.0493307,300,0,0,5060,2933,0,0,0,0),(79507,17940,547,3,1,0,1,32.8843,-396.246,3.03556,1.3571,86400,0,0,12824,2620,2,0,0,0),(79520,20865,552,3,1,0,0,301.17,71.9341,22.4508,4.70266,86400,5,0,8178,0,1,0,0,0),(47265,25851,580,1,1,0,0,1930.92,549.028,32.1075,0.05236,604800,0,0,8042,3231,0,0,0,0),(29057,22859,530,1,1,0,1,-3616.57,386.73,34.6178,1.70429,25,0,0,5409,3080,0,0,0,0),(32336,21742,530,1,1,0,1,-3821.29,549.59,72.6689,0.0493307,300,0,0,5060,2933,0,0,0,0),(79708,17940,547,3,1,0,1,135.756,-300.193,3.03642,4.23892,86400,5,0,12824,2620,1,0,0,0),(39681,17832,530,1,1,0,0,6470.71,-6439.33,49.6367,5.92662,300,0,0,605,0,0,0,0,0),(79498,17940,547,3,1,0,1,-228.887,-367.368,3.03565,2.49875,86400,0,0,12824,2620,2,0,0,0),(38815,20619,530,1,1,0,0,3829.15,2368.6,111.979,0.59577,120,2,0,1582,0,1,0,0,0),(79532,20881,552,3,1,0,1,198.229,134.81,22.4779,0.027622,86400,0,0,48902,0,0,0,0,0),(63374,29369,571,1,1,0,1,7827.68,-77.0993,882.731,5.88176,300,0,0,1,0,2,0,0,0),(79534,20883,552,3,1,0,0,199.46,154.953,22.3714,3.95347,86400,0,0,39123,12620,0,0,0,0),(79847,17940,547,3,1,0,1,77.7826,-411.818,36.0547,0.27358,86400,0,0,12824,2620,2,0,0,0),(38887,22995,530,1,1,0,0,2772.7,5838.93,-1.20216,3.26979,25,0,0,1,0,0,0,0,0),(52374,17963,547,3,1,0,0,-45.5191,-293.743,-1.34952,3.40339,86400,0,0,1,0,0,0,0,0),(39629,24974,530,1,1,0,0,3047.87,3698.7,143.42,3.33341,25,0,0,3301,0,0,0,0,0),(79542,20883,552,3,1,0,0,148.05,146.994,20.8982,6.26573,86400,0,0,39123,12620,0,0,0,0),(79366,17940,547,3,1,0,1,75.5603,-403.899,36.5509,0.27358,86400,0,0,12824,2620,2,0,0,0),(79516,17940,547,3,1,0,1,-226.247,-363.843,3.03565,2.49875,86400,0,0,12824,2620,2,0,0,0),(79849,17940,547,3,1,0,1,-152.382,-350.138,71.9751,5.99374,86400,0,0,12824,2620,2,0,0,0),(79363,17940,547,3,1,0,1,117.844,-319.254,3.03644,3.9766,86400,0,0,12824,2620,2,0,0,0),(79526,17940,547,3,1,0,1,39.1371,-371.735,3.03555,3.54051,86400,0,0,12824,2620,2,0,0,0),(3455,3330,1,1,1,1330,1,1823.88,-4302.59,-12.314,3.78736,300,0,0,1003,0,0,0,0,0),(79549,20882,552,3,1,0,0,192.524,149.164,22.4411,0.429698,86400,0,0,45409,0,0,0,0,0),(3454,3327,1,1,1,1327,1,1792.34,-4279.38,7.33733,4.74729,300,0,0,1753,0,0,0,0,0),(79553,20882,552,3,1,0,0,153.183,167.767,22.4421,2.94055,86400,0,0,45409,0,0,0,0,0),(3452,3325,1,1,1,1325,1,1834.66,-4362.52,-14.7825,2.09439,300,0,0,2769,0,0,0,0,0),(3451,3331,1,1,1,1331,1,1750.38,-4320.91,5.99437,0.872665,300,0,0,1003,0,0,0,0,0),(47155,25851,580,1,1,0,0,1898.29,470.45,32.1155,2.9147,604800,0,0,8042,3231,0,0,0,0),(3450,3119,1,1,1,9442,1,-1028.79,-4506.35,25.8569,2.76322,300,3,0,120,0,1,0,0,0),(63373,29369,571,1,1,0,1,7842.54,-110.646,882.807,5.88176,300,0,0,1,0,2,0,0,0),(79562,20896,552,3,1,0,1,433.027,6.10896,48.2954,2.87979,86400,0,0,20958,0,0,0,0,0),(79563,20896,552,3,1,0,1,429.812,12.0886,48.2949,5.20108,86400,0,0,20958,0,0,0,0,0),(79564,21702,552,3,1,0,1,429.409,7.09051,48.2896,1.23918,86400,0,0,16767,12620,0,0,0,0),(79565,20897,552,3,1,0,1,434.228,9.77371,48.2944,3.57792,86400,0,0,16767,12620,0,0,0,0),(79566,20896,552,3,1,0,1,457.725,37.7515,50.8465,2.77771,86400,0,0,20958,0,0,0,0,0),(79567,20896,552,3,1,0,1,458.313,41.8073,50.808,1.93433,86400,0,0,20958,0,0,0,0,0),(79568,21702,552,3,1,0,1,457.31,37.1372,50.8465,1.93428,86400,0,0,16767,12620,0,0,0,0),(79569,20897,552,3,1,0,1,447.928,44.2628,50.4677,2.77771,86400,0,0,16767,12620,2,0,0,0),(1976437,31810,571,1,1,0,1,7860.62,-1396.72,1534.06,5.98481,300,0,0,252,0,0,0,0,0),(52375,17964,547,3,1,0,0,-47.7542,-285.91,-1.3104,3.75246,86400,0,0,1,0,0,0,0,0),(79573,15468,530,1,1,0,0,10323,-6404.01,114.462,1.18467,300,0,0,42,0,0,0,0,0),(29059,21166,530,1,1,0,0,-3561.76,388.402,31.2717,1.71558,25,0,0,28720,3231,0,0,0,0),(79575,20901,552,3,1,0,1,431.237,-72.8754,48.4787,0.174533,86400,0,0,33534,12620,0,0,0,0),(79576,20902,552,3,1,0,0,436.245,-76.3012,48.4787,1.74533,86400,0,0,33534,12620,0,0,0,0),(79577,20901,552,3,1,0,1,460.864,-74.1793,48.4787,2.94961,86400,0,0,33534,12620,0,0,0,0),(79578,20902,552,3,1,0,0,457.611,-76.815,48.4787,1.09956,86400,0,0,33534,12620,0,0,0,0),(79579,15384,552,3,1,0,0,466.582,-126.723,43.1834,3.7001,86400,0,0,4120,0,0,0,0,0),(79582,21437,552,3,1,0,0,414.231,-151.94,54.97,0.296706,86400,0,0,42,0,0,0,0,0),(79583,21436,552,3,1,0,0,477.348,-151.661,55.786,2.54818,86400,0,0,42,0,0,0,0,0),(79584,21440,552,3,1,0,0,445.763,-191.639,57.5766,3.9619,86400,0,0,42,0,0,0,0,0),(79585,21439,552,3,1,0,0,471.795,-174.58,55.0008,2.87979,86400,0,0,42,0,0,0,0,0),(79586,21438,552,3,1,0,0,420.179,-174.396,54.8305,0.087266,86400,0,0,42,0,0,0,0,0),(3449,3120,1,1,1,9443,1,-1059.71,-4597.51,25.9093,4.59294,300,3,0,131,138,1,0,0,0),(47154,25851,580,1,1,0,0,1875.99,462.723,32.1155,1.95477,604800,0,0,8042,3231,0,0,0,0),(567,25154,530,1,1,19595,0,12181.8,-7337.81,3.678,5.5676,200,0,0,42,0,0,0,0,0),(566,25156,530,1,1,19595,0,12583.3,-6915.94,4.68467,2.72271,200,0,0,42,0,0,0,0,0),(47153,25851,580,1,1,0,0,1947.33,518.016,32.1155,0.645772,604800,0,0,8042,3231,0,0,0,0),(79595,217,0,1,1,0,0,-10054.7,-965.009,34.4405,5.97831,180,0,0,449,0,0,0,0,0),(79596,565,0,1,1,0,0,-10078.4,-984.301,32.8389,4.44751,190,0,0,494,0,0,0,0,0),(79597,565,0,1,1,0,0,-10123.7,-977.053,31.7925,1.17796,190,0,0,494,0,0,0,0,0),(79598,569,0,1,1,0,0,-10111.7,-1020.03,33.8926,0.978462,180,0,0,531,0,0,0,0,0),(79599,539,0,1,1,0,0,-10040,-958.925,33.7992,0.532604,180,0,0,417,0,0,0,0,0),(79600,217,0,1,1,0,0,-10042.4,-954.054,34.3918,4.80139,180,0,0,449,0,0,0,0,0),(79601,46,0,1,1,0,1,-9915.98,-846.381,20.0111,4.87445,180,5,0,176,0,1,0,0,0),(79602,46,0,1,1,0,1,-9893.45,-747.853,20.6947,3.57606,180,5,0,176,0,1,0,0,0),(79603,46,0,1,1,0,1,-9860.71,-711.289,29.0377,6.05668,180,5,0,176,0,1,0,0,0),(79604,721,0,1,1,0,0,-9774.17,-544.481,34.3062,2.44885,180,10,0,1,0,1,0,0,0),(79605,524,0,1,1,0,0,-9751.72,-603.903,39.7345,4.76923,180,0,0,137,0,0,0,0,0),(79606,524,0,1,1,0,0,-9787.24,-648.918,36.1254,1.70107,180,5,0,137,0,1,0,0,0),(79607,2442,0,1,1,0,0,-9751.14,-643.177,42.1577,5.78197,180,5,0,1,0,1,0,0,0),(79608,46,0,1,1,0,1,-9804.3,-612.081,31.5397,0.363205,180,5,0,176,0,1,0,0,0),(79609,822,0,1,1,0,0,-9780.58,-553.3,33.6325,1.88916,180,5,0,195,0,1,0,0,0),(79610,524,0,1,1,0,0,-9823,-565.919,27.2956,1.95566,180,5,0,137,0,1,0,0,0),(79611,524,0,1,1,0,0,-9748.33,-554.43,38.2072,0.345816,180,0,0,137,0,0,0,0,0),(79612,524,0,1,1,0,0,-9785.26,-568.395,33.5413,1.97565,180,0,0,137,0,0,0,0,0),(79613,721,0,1,1,0,0,-9753.6,-650.283,41.7763,1.42828,180,10,0,1,0,1,0,0,0),(79614,822,0,1,1,0,0,-9772.18,-658.219,38.8135,2.1229,180,5,0,195,0,1,0,0,0),(79615,524,0,1,1,0,0,-9684.52,-550.147,49.0968,1.22744,180,0,0,137,0,0,0,0,0),(79616,524,0,1,1,0,0,-9664.94,-522.64,51.4993,3.76278,180,0,0,137,0,0,0,0,0),(79617,524,0,1,1,0,0,-9670.05,-496.888,51.4968,0.165244,180,0,0,137,0,0,0,0,0),(79618,524,0,1,1,0,0,-9623.76,-490.877,58.2497,4.21573,180,0,0,137,0,0,0,0,0),(79619,285,0,1,1,0,1,-9473.71,-431.412,59.8586,4.67748,180,0,0,120,0,0,0,0,0),(79620,285,0,1,1,0,1,-9479.72,-430.688,58.7018,5.53269,180,0,0,120,0,0,0,0,0),(79621,285,0,1,1,0,1,-9484.21,-423.217,59.9518,1.26246,180,0,0,120,0,0,0,0,0),(79622,285,0,1,1,0,1,-9500.72,-434.34,56.3074,2.20692,180,0,0,120,0,0,0,0,0),(79623,285,0,1,1,0,1,-9485.44,-409.706,59.806,2.51726,180,0,0,120,0,0,0,0,0),(79624,285,0,1,1,0,1,-9487.15,-437.875,58.9326,4.38078,180,0,0,120,0,0,0,0,0),(79625,735,0,1,1,0,1,-9547.14,-449.578,60.4493,2.82642,180,5,0,120,0,1,0,0,0),(79626,525,0,1,1,0,0,-9553.39,-445.932,61.0743,3.30387,180,10,0,102,0,1,0,0,0),(79627,285,0,1,1,0,1,-9484.85,-328.59,54.8925,0.418879,180,0,0,120,0,0,0,0,0),(79628,6491,0,1,4294967295,0,0,-9341,165.021,61.641,1.096,60,0,0,4120,0,0,0,0,0),(79629,285,0,1,1,0,1,-9456.27,-331.956,55.4854,2.46553,180,5,0,120,0,1,0,0,0),(79630,735,0,1,1,0,1,-9411.46,-324.322,58.8521,4.71239,180,0,0,120,0,0,0,0,0),(79631,525,0,1,1,0,0,-9413.56,-271.553,66.0287,3.94092,180,10,0,102,0,1,0,0,0),(79632,735,0,1,1,0,1,-9445.9,-287.94,57.978,3.96317,180,0,0,120,0,0,0,0,0),(52395,17963,547,3,1,0,0,-112.214,-105.25,-4.70083,2.75762,86400,0,0,1,0,0,0,0,0),(79634,285,0,1,1,0,1,-9476.74,-194.136,56.734,0.994268,180,0,0,120,0,0,0,0,0),(79635,285,0,1,1,0,1,-9472.11,-220.709,56.3165,4.6669,180,0,0,120,0,0,0,0,0),(79636,525,0,1,1,0,0,-9517.01,-114.266,60.8873,2.3195,180,10,0,102,0,1,0,0,0),(79637,6306,0,1,1,0,1,-9380.23,-69.5295,64.5206,4.55531,180,0,0,247,0,0,0,0,0),(79638,805,0,1,1,0,0,-9373,-66.3365,69.2025,1.03083,180,0,0,42,0,0,0,0,0),(79639,806,0,1,1,0,0,-9375.01,-64.1496,69.2023,1.07403,180,0,0,42,0,0,0,0,0),(79640,804,0,1,1,0,0,-9371.5,-63.8449,69.2032,1.07202,180,0,0,42,0,0,0,0,0),(79641,811,0,1,1,0,0,-9370.07,-67.0083,69.2028,1.29179,180,0,0,42,0,0,0,0,0),(79642,807,0,1,1,0,0,-9375.8,-67.6207,69.2019,0.965543,180,0,0,42,0,0,0,0,0),(79643,810,0,1,1,0,0,-9372.78,-69.4064,69.2021,0.922176,180,0,0,42,0,0,0,0,0),(79644,721,0,1,1,0,0,-9455.02,-29.2894,59.511,3.34436,180,10,0,1,0,1,0,0,0),(79645,917,0,1,1,0,1,-9465.79,12.6454,63.9038,1.09956,180,0,0,222,0,0,0,0,0),(79646,2329,0,1,1,0,0,-9456.81,29.361,63.9038,2.96706,180,0,0,222,0,0,0,0,0),(79647,465,0,1,1,0,1,-9459.98,8.41135,57.1459,1.46608,180,0,0,198,0,0,0,0,0),(79648,299,0,1,1,0,0,-9393.36,52.5792,59.7772,3.15888,180,10,0,42,0,1,0,0,0),(79649,721,0,1,1,0,0,-9348.23,121.802,63.349,5.73038,180,10,0,1,0,1,0,0,0),(79650,525,0,1,1,0,0,-9281.85,93.0241,70.3287,2.90704,180,10,0,102,0,1,0,0,0),(79651,299,0,1,1,0,0,-9288.78,93.2141,69.386,3.68034,180,10,0,42,0,1,0,0,0),(79652,883,0,1,1,0,0,-9255.45,128.083,70.8557,4.96116,180,5,0,1,0,1,0,0,0),(79653,94,0,1,1,0,1,-9190.44,187.539,73.7134,3.28073,180,5,0,102,0,1,0,0,0),(79654,4959,0,1,1,0,1,-8981.78,397.36,75.9548,0.785398,180,0,0,328,0,0,0,0,0),(52396,17963,547,3,1,0,0,-71.8825,-19.1877,-4.44727,4.15388,86400,0,0,1,0,0,0,0,0),(79656,14721,0,1,1,0,0,-8927.76,481.33,93.9432,1.71042,180,0,0,51792,0,0,0,0,0),(79524,17816,547,3,1,0,0,-200.234,-703.039,37.556,4.96924,86400,0,0,15489,0,2,0,0,0),(79658,352,0,1,1,0,0,-8835.76,490.084,109.699,4.04916,430,0,0,10572,0,0,0,0,0),(79659,1303,0,1,1,0,1,-8822.07,518.022,98.6826,4.17985,310,0,0,1003,0,0,0,0,0),(79660,1302,0,1,1,0,1,-8827.97,519.827,98.8659,5.39307,310,0,0,1003,0,0,0,0,0),(79661,4075,0,1,1,0,0,-8811.56,494.985,97.7457,0.872665,180,10,0,8,0,1,0,0,0),(79662,4075,0,1,1,0,0,-8779.25,462.563,97.9664,2.80562,180,10,0,8,0,1,0,0,0),(79663,4981,0,1,1,0,1,-8847.28,569.955,94.7707,3.12414,250,0,0,713,0,0,0,0,0),(79664,68,0,1,1,0,1,-8854.14,541.299,105.984,5.02655,900,0,0,15952,0,0,0,0,0),(79665,483,0,1,1,0,1,-8845.68,566.492,94.7707,2.53073,310,0,0,1003,0,0,0,0,0),(79666,68,0,1,1,0,1,-8833,542.104,96.942,2.753,900,0,1,15952,0,2,0,0,0),(79667,2334,0,1,1,0,0,-8834.14,552.277,75.1667,0.331613,300,0,0,20,0,0,0,0,0),(79668,482,0,1,1,0,1,-8854.12,575.652,101.15,4.11898,310,0,0,1003,0,0,0,0,0),(79669,68,0,1,1,0,1,-8888.17,566.202,92.5339,2.23402,900,0,0,15952,0,0,0,0,0),(79670,1976,0,1,1,0,1,-8918.67,495.736,93.8756,6.14151,900,0,0,11828,0,2,0,0,0),(79671,68,0,1,1,0,1,-8938.22,518.206,96.3645,3.54922,900,0,0,15952,0,0,0,0,0),(79672,1286,0,1,1,0,0,-8821.22,598.249,95.6618,2.37365,310,0,0,1003,0,0,0,0,0),(79673,1285,0,1,1,0,1,-8831.75,596.355,95.7618,0.942478,310,0,0,1003,0,0,0,0,0),(79674,68,0,1,1,0,1,-8895.63,575.368,92.6352,5.41052,900,0,0,15952,0,0,0,0,0),(79675,1976,0,1,1,0,1,-8916.15,501.64,93.8719,0,900,0,0,11828,0,2,0,0,0),(79677,466,0,1,1,0,1,-8953.95,521.019,96.5399,3.83972,180,0,0,42780,0,0,0,0,0),(79678,2456,0,1,1,0,0,-8935.27,613.135,99.606,0.453786,540,0,0,5544,0,0,0,0,0),(79679,68,0,1,1,0,1,-8950.27,537.283,96.3667,4.02874,900,0,0,15952,0,0,0,0,0),(79680,6174,0,1,1,0,0,-8832.27,613.706,94.2841,2.05949,180,0,0,102,0,0,0,0,0),(79681,4974,0,1,1,0,1,-8885.25,614.395,95.2576,3.52556,430,0,0,2769,0,0,0,0,0),(79682,1257,0,1,1,0,1,-8865.02,631.844,96.1728,5.044,310,0,0,1003,0,0,0,0,0),(79683,279,0,1,1,0,0,-8857.69,625.498,96.1728,3.07178,310,0,0,1003,0,0,0,0,0),(79684,2455,0,1,1,0,0,-8931.23,605.801,99.606,0.488692,540,0,0,5544,0,0,0,0,0),(79685,5193,0,1,1,0,0,-8893.57,611.211,95.3409,0.314159,250,0,0,713,0,0,0,0,0),(79686,1275,0,1,1,0,1,-8863.87,626.459,95.9895,5.84685,310,0,0,1003,0,0,0,0,0),(79687,68,0,1,1,0,1,-8887.27,635.868,99.6059,1.06465,900,0,0,15952,0,0,0,0,0),(79688,1432,0,1,1,0,1,-8848.26,614.981,95.2698,5.11381,540,0,0,2218,0,0,0,0,0),(79689,68,0,1,1,0,1,-8825,613.922,94.463,0.89,900,0,1,15952,0,2,0,0,0),(79690,1976,0,1,1,0,1,-8738.65,571.958,97.3261,0.75402,900,0,0,11828,0,2,0,0,0),(80044,17817,547,3,1,0,0,-194.405,-701.508,37.8924,4.96924,86400,0,0,15489,0,2,0,0,0),(80235,17817,547,3,1,0,0,25.0752,-80.876,-1.59054,5.61699,86400,0,0,15489,0,2,0,0,0),(79693,12481,0,1,1,0,1,-8824.79,631.929,94.2269,3.82227,430,0,0,5568,0,0,0,0,0),(79694,12480,0,1,1,0,1,-8823.78,630.43,94.1006,4.03171,430,0,0,8613,0,0,0,0,0),(203464,6086,0,1,1,4847,1,-8645.35,1314.62,5.23,0.43,275,0,0,3048,0,0,0,0,0),(79696,1287,0,1,1,0,1,-8787.69,609.631,96.8564,2.3911,310,0,0,1003,0,0,0,0,0),(79697,1289,0,1,1,0,1,-8790.42,607.348,96.9564,2.30383,310,0,0,1003,0,0,0,0,0),(79698,11867,0,1,1,0,1,-8796.12,613.003,96.8564,0.244346,430,0,0,15505,0,0,0,0,0),(79700,1367,0,1,1,0,1,-8745.93,534.749,96.338,0.994838,370,0,0,42,0,0,0,0,0),(79657,17817,547,3,1,0,0,-20.9667,-184.502,-1.85655,1.3762,86400,1,0,15489,0,1,0,0,0),(79702,1366,0,1,1,0,1,-8747.28,535.483,96.338,1.01889,370,0,0,42,0,0,0,0,0),(79704,68,0,1,1,0,1,-8889.65,640.301,99.6059,0.05236,900,0,0,15952,0,0,0,0,0),(79705,8719,0,1,1,0,0,-8821.53,659.886,97.4645,0.401426,430,0,0,6645,0,0,0,0,0),(79706,8670,0,1,1,0,0,-8824.28,665.711,97.4674,0.541052,430,0,0,6645,0,0,0,0,0),(79707,15659,0,1,1,0,0,-8814.55,660.315,96.6818,1.72788,430,0,0,6645,0,0,0,0,0),(79655,17817,547,3,1,0,0,-13.309,-200.404,-1.58687,4.47067,86400,1,0,15489,0,1,0,0,0),(80219,17817,547,3,1,0,0,21.5715,-77.6084,-1.59054,2.38508,86400,0,0,15489,0,2,0,0,0),(79431,17817,547,3,1,0,0,-86.3989,-459.215,-1.57829,3.12945,86400,1,0,15489,0,1,0,0,0),(79692,17817,547,3,1,0,0,-91.6633,-466.584,-1.44884,1.90737,86400,1,0,15489,0,1,0,0,0),(79714,1294,0,1,1,0,0,-8774.03,647.306,97.3065,5.07891,310,0,0,1003,0,0,0,0,0),(79715,1291,0,1,1,0,0,-8781.1,645.286,97.3065,5.044,310,0,0,1003,0,0,0,0,0),(79716,1427,0,1,1,0,0,-8782.9,640.188,97.4065,5.68977,180,0,0,247,0,0,0,0,0),(79717,1295,0,1,1,0,0,-8777.41,646.162,97.3065,5.0091,310,0,0,1003,0,0,0,0,0),(79571,17817,547,3,1,0,0,-113.948,-212.55,-1.45716,3.68763,86400,1,0,15489,0,1,0,0,0),(79720,2533,0,1,1,0,0,-8739.04,549.987,100.173,5.45979,370,0,0,42,0,2,0,0,0),(79721,2532,0,1,1,0,0,-8744.68,556.069,97.9521,5.45979,370,0,0,42,0,0,0,0,0),(79723,3518,0,1,1,0,1,-8831.81,543.054,96.8538,3.51519,350,0,1,328,0,2,0,0,0),(79724,1402,0,1,1,0,0,-8795.22,675.206,102.036,0.349066,180,0,0,42,0,0,0,0,0),(31438,4412,1,1,1,2546,0,-3465.26,-2835.94,37.6315,6.05085,360,10,0,1536,0,1,0,0,0),(79726,1321,0,1,1,0,1,-8716.39,477.37,98.7964,3.735,310,0,0,1003,0,0,0,0,0),(79727,5564,0,1,1,0,0,-8725.55,477.415,98.6964,5.25344,310,0,0,1342,0,0,0,0,0),(79728,5565,0,1,1,0,0,-8722.87,479.322,98.6964,4.97419,310,0,0,1003,0,0,0,0,0),(79729,1319,0,1,1,0,1,-8663.52,520.82,101.466,4.53786,310,0,0,1003,0,0,0,0,0),(79730,68,0,1,1,0,1,-8675.93,638.677,97.0547,2.23402,900,0,0,15952,0,0,0,0,0),(79731,68,0,1,1,0,1,-8684.41,575.301,96.9743,3.80482,900,0,0,15952,0,0,0,0,0),(79732,68,0,1,1,0,1,-8679.41,635.96,97.0551,2.19912,900,0,0,15952,0,0,0,0,0),(79733,68,0,1,1,0,1,-8687.19,578.601,96.9748,3.80482,900,0,0,15952,0,0,0,0,0),(79734,11096,0,1,1,0,1,-8723.9,469.426,98.6964,6.24828,190,0,0,664,0,0,0,0,0),(79735,1292,0,1,1,0,1,-8716.41,469.414,98.6964,2.60054,310,0,0,1342,0,0,0,0,0),(79736,23050,0,1,1,0,0,-8721.15,471.026,98.6131,5.99581,300,0,0,102,0,0,0,0,0),(79737,1320,0,1,1,0,0,-8713.81,474.327,98.7964,3.83972,310,0,0,1003,0,0,0,0,0),(79738,1339,0,1,1,0,1,-8669.85,477.37,101.384,0.715585,540,0,0,1003,0,0,0,0,0),(79739,1395,0,1,1,0,0,-8691.9,444.22,100.132,5.13127,180,0,0,198,0,0,0,0,0),(79740,2795,0,1,1,0,0,-8678.19,458.158,99.7539,5.3058,310,0,0,1342,0,0,0,0,0),(79741,4961,0,1,1,0,0,-8681.14,432.794,99.2405,1.65806,180,0,0,787,0,0,0,0,0),(79742,4075,0,1,1,0,0,-8674.44,451.945,99.6602,0.888236,180,10,0,8,0,1,0,0,0),(79743,4075,0,1,1,0,0,-8687.27,443.283,99.5513,2.63182,180,10,0,8,0,1,0,0,0),(79744,1333,0,1,1,0,0,-8661.33,454.443,104.431,5.44543,310,0,0,1003,0,0,0,0,0),(79546,17817,547,3,1,0,0,-14.3222,-182.544,-1.58811,2.58571,86400,1,0,15489,0,1,0,0,0),(79746,3626,0,1,1,0,0,-8692.72,397.438,101.37,5.51888,370,0,0,102,0,2,0,0,0),(79747,1756,0,1,1,0,1,-8541.23,450.202,105.1,2.21657,430,0,0,25200,0,0,0,0,0),(79748,2285,0,1,1,0,0,-8549.9,386.121,108.469,5.77704,540,0,0,1753,0,0,0,0,0),(79749,1439,0,1,1,0,1,-8562.78,369.692,108.569,0.471239,180,0,0,198,0,0,0,0,0),(79750,6090,0,1,1,0,1,-8604.47,389.102,102.924,5.67232,180,0,0,198,0,0,0,0,0),(79751,1327,0,1,1,0,1,-8606.28,384.286,102.921,3.75668,310,0,0,1003,0,0,0,0,0),(79752,1478,0,1,1,0,1,-8605.97,388.41,102.925,5.41052,310,0,0,1003,0,0,0,0,0),(79753,1477,0,1,1,0,1,-8607.49,387.326,102.926,5.39307,310,0,0,1003,0,0,0,0,0),(79754,340,0,1,1,0,1,-8606.15,376.913,110.28,4.55531,430,0,0,2769,0,0,0,0,0),(79755,5482,0,1,1,0,1,-8610.9,364.64,99.7062,0.785398,310,0,0,1342,0,0,0,0,0),(79756,5483,0,1,1,0,1,-8608.36,358.496,99.7064,0.069813,310,0,0,1003,0,0,0,0,0),(79757,4075,0,1,1,0,0,-8607.22,364.055,92.1361,1.50001,180,10,0,8,0,1,0,0,0),(31452,4331,1,1,1,8249,1,-4377.23,-3368.13,40.5809,-1.20517,360,0,0,1471,1283,0,0,0,0),(31451,4344,1,1,1,2548,0,-3994.22,-3165.01,31.5108,2.5488,360,10,0,1305,1186,1,0,0,0),(31450,4324,1,1,1,397,0,-4412.8,-3348.7,34.7069,4.72637,360,10,0,1416,1236,1,0,0,0),(31449,4344,1,1,1,2548,0,-3953.86,-3179.65,30.7724,4.95467,360,10,0,1305,1186,1,0,0,0),(79766,1646,0,1,1,0,0,-8550.24,719.661,101.802,2.53073,310,0,0,1003,0,0,0,0,0),(79767,10782,0,1,1,0,1,-8552.63,729.489,108.848,3.85718,540,0,0,1753,0,0,0,0,0),(79768,14439,0,1,1,0,1,-8618.18,498.294,102.999,0.667497,350,0,1,50400,0,2,0,0,0),(79769,2198,0,1,1,0,0,-8854,743.15,100.751,0.607,180,0,1,71,0,2,0,0,0),(79770,1721,0,1,1,0,0,-8696.33,391.153,102.258,1.64061,180,0,0,102,0,2,0,0,0),(79771,1323,0,1,1,0,1,-8702.28,382.052,103.909,2.70526,310,0,0,1003,0,0,0,0,0),(79772,1341,0,1,1,0,0,-8705.86,376.13,103.809,2.60054,310,0,0,1003,0,0,0,0,0),(79773,6089,0,1,1,0,1,-8612.75,382.771,103.011,1.22173,430,0,0,2769,0,0,0,0,0),(79774,1324,0,1,1,0,0,-8660.31,381.223,104.451,2.26893,310,0,0,1003,0,0,0,0,0),(79775,3629,0,1,1,0,1,-8610.78,380.14,103.013,2.23402,180,0,0,102,0,0,0,0,0),(79776,1328,0,1,1,0,1,-8624.84,394.134,102.925,2.16253,350,0,1,4120,0,2,0,0,0),(79777,4075,0,1,1,0,0,-8611.82,367.793,92.1363,4.68357,180,10,0,8,0,1,0,0,0),(79778,5480,0,1,1,0,1,-8688.56,325.764,109.521,4.43314,540,0,0,1753,0,0,0,0,0),(79779,5479,0,1,1,0,1,-8689.32,323.237,109.521,1.29154,430,0,0,2769,0,0,0,0,0),(79780,914,0,1,1,0,1,-8705.41,329.59,111.689,5.88176,490,0,0,4120,0,0,0,0,0),(79781,7208,0,1,1,0,0,-8804.86,337.673,95.0976,2.63721,180,0,0,713,0,0,0,0,0),(79782,7207,0,1,1,0,1,-8805.56,331.968,95.0986,3.15905,540,0,0,2218,0,0,0,0,0),(79783,6946,0,1,1,0,1,-8819.92,362.534,109.604,5.2709,540,0,0,1753,0,0,0,0,0),(79784,1326,0,1,1,0,1,-8816.57,356.727,100.67,4.62512,250,0,0,713,0,0,0,0,0),(79785,332,0,1,1,0,1,-8815.27,362.3,109.604,4.55531,2100,0,0,4370,0,0,0,0,0),(79786,1325,0,1,1,0,1,-8807.56,328.195,102.336,1.48353,310,0,0,1003,0,0,0,0,0),(79787,13283,0,1,1,0,1,-8790.2,328.033,103.17,3.01942,490,0,0,4120,2620,0,0,0,0),(79788,918,0,1,1,0,1,-8752.3,377.572,101.139,1.29154,490,0,0,4120,0,0,0,0,0),(79789,8383,0,1,1,0,1,-8706.12,316.767,103.19,5.95157,490,0,0,20958,0,0,0,0,0),(52377,17964,547,3,1,0,0,-114.968,-747.156,37.9846,0.890118,86400,0,0,1,0,0,0,0,0),(79792,1976,0,1,1,0,1,-8818.15,666.503,95.4248,3.15368,900,0,1,11828,0,2,0,0,0),(79793,4075,0,1,1,0,0,-8799.87,651.868,94.6152,4.48025,180,0,0,8,0,0,0,0,0),(31439,4347,1,1,1,2707,0,-3556.01,-3111.8,35.007,5.46741,360,5,0,1536,0,1,0,0,0),(79796,3520,0,1,1,0,0,-8656.45,676.937,108.141,2.33112,180,0,0,55,0,2,0,0,0),(79797,1298,0,1,1,0,1,-8795.48,709.113,102.367,4.59022,310,0,0,1003,0,0,0,0,0),(79798,1299,0,1,1,0,0,-8773.68,709.888,99.6172,0.767945,310,0,0,1003,0,0,0,0,0),(79799,1297,0,1,1,0,1,-8791.82,702.675,102.367,3.14159,310,0,0,1003,0,0,0,0,0),(79800,1428,0,1,1,0,0,-8777.6,713.496,99.6172,0.593412,310,0,0,1342,0,0,0,0,0),(79802,1349,0,1,1,0,0,-8662.6,793.156,101.902,3.76991,310,0,0,1003,0,0,0,0,0),(79803,14496,0,1,1,0,0,-8614.73,738.285,101.893,0.912321,180,0,0,42,0,0,0,0,0),(79804,14496,0,1,1,0,0,-8615.78,739.555,101.894,2.37221,180,0,0,42,0,0,0,0,0),(79805,14496,0,1,1,0,0,-8617.75,730.553,101.904,6.24108,180,5,0,42,0,1,0,0,0),(79806,14450,0,1,1,0,0,-8621.17,744.422,96.8627,3.33358,180,0,0,198,0,0,0,0,0),(79807,1976,0,1,1,0,1,-8614.9,707.248,96.7702,3.19968,900,0,0,11828,0,2,0,0,0),(79808,1405,0,1,1,0,0,-8713.66,801.15,98.0096,3.4383,180,0,0,42,0,0,0,0,0),(79809,1350,0,1,1,0,0,-8666.89,798.411,101.902,3.735,310,0,0,1003,0,0,0,0,0),(79810,1444,0,1,1,0,1,-8623.24,766.655,97.4033,0.837758,540,0,0,1753,0,0,0,0,0),(79811,14497,0,1,1,0,1,-8603.79,732.194,101.987,2.30383,190,0,0,405,1202,0,0,0,0),(79812,14496,0,1,1,0,0,-8621.93,751.493,96.7368,4.34055,180,5,0,42,0,1,0,0,0),(79813,14496,0,1,1,0,0,-8603.15,743.224,101.904,3.52019,180,5,0,42,0,1,0,0,0),(79814,1976,0,1,1,0,1,-8563.95,751.397,96.6507,0.70585,900,0,0,11828,0,2,0,0,0),(79815,1368,0,1,1,0,1,-8582.03,633.634,96.338,4.98933,180,0,0,42,0,2,0,0,0),(79816,1371,0,1,1,0,1,-8583.88,633.127,96.338,4.98933,180,0,0,42,0,2,0,0,0),(79817,1370,0,1,1,0,1,-8580.51,635.108,96.338,4.98933,180,0,0,42,0,2,0,0,0),(79818,14423,0,1,1,0,1,-8833.45,545.681,96.7027,0.655296,350,0,1,50400,0,2,0,0,0),(79819,68,0,1,1,0,1,-8813.59,803.421,98.5887,3.9968,900,0,0,15952,0,0,0,0,0),(79820,4078,0,1,1,0,1,-8999.45,801.736,105.47,6.03884,310,0,0,1163,0,0,0,0,0),(79821,14722,0,1,1,0,0,-8942.03,785.805,97.4045,0.20944,325,0,0,1220,0,0,0,0,0),(79822,1314,0,1,1,0,0,-8946.15,798.843,91.0251,5.0091,310,0,0,1003,0,0,0,0,0),(79823,1347,0,1,1,0,0,-8942.84,799.544,91.0251,4.92183,310,0,0,1003,0,0,0,0,0),(79824,1300,0,1,1,0,0,-8939.55,793.706,91.0251,3.15905,250,0,0,713,0,0,0,0,0),(79825,5566,0,1,1,0,1,-8969.99,779.636,95.9744,4.10152,310,0,0,1342,0,0,0,0,0),(79826,1346,0,1,1,0,0,-8938.1,800.706,91.0251,4.34587,540,0,0,2399,0,0,0,0,0),(79827,1315,0,1,1,0,0,-8863.45,801.819,97.5057,3.00197,310,0,0,1003,0,0,0,0,0),(79828,1317,0,1,1,0,0,-8858.31,803.735,96.5175,5.35816,310,0,0,1342,0,0,0,0,0),(79829,11068,0,1,1,0,1,-8849.87,801.497,96.4173,3.47321,250,0,0,713,0,0,0,0,0),(79538,17816,547,3,1,0,0,-87.9355,-446.624,-1.56181,4.88088,86400,1,0,15489,0,1,0,0,0),(79831,1313,0,1,1,0,1,-8987.74,751.759,98.4145,0.959931,310,0,0,1003,0,0,0,0,0),(79832,5499,0,1,1,0,1,-8993.05,755.79,98.4145,0.296706,310,0,0,1342,0,0,0,0,0),(79833,5503,0,1,1,0,1,-8983.79,753.764,98.4145,1.78024,310,0,0,1003,0,0,0,0,0),(79834,5500,0,1,1,0,1,-8987.94,759.196,98.4145,0.174533,310,0,0,1107,0,0,0,0,0),(79835,5494,0,1,1,0,1,-8803.94,765.689,96.4213,3.1765,310,0,0,1003,0,0,0,0,0),(79836,5493,0,1,1,0,1,-8802.57,767.463,96.4213,1.6057,310,0,0,1342,0,0,0,0,0),(79837,277,0,1,1,0,0,-8886.15,679.911,100.08,2.12825,310,0,0,1003,0,0,0,0,0),(79838,1301,0,1,1,0,1,-8895.82,681.648,100.163,0.715585,310,0,0,1003,0,0,0,0,0),(79839,1431,0,1,1,0,1,-8884.88,675.547,100.263,1.93731,310,0,0,1003,0,0,0,0,0),(79840,68,0,1,1,0,1,-8836.68,722.916,97.7159,2.02606,900,0,0,15952,0,0,0,0,0),(79841,6740,0,1,1,0,0,-8867.79,673.673,97.9864,5.20108,310,0,0,1003,0,0,0,0,0),(79850,17816,547,3,1,0,0,23.4494,-73.5745,-1.59054,2.38901,86400,0,0,15489,0,2,0,0,0),(79855,17816,547,3,1,0,0,28.6373,-79.4699,-1.59054,5.62485,86400,0,0,15489,0,2,0,0,0),(79856,17817,547,3,1,0,0,24.7658,-84.4754,-1.59054,5.62485,86400,0,0,15489,0,2,0,0,0),(79545,17816,547,3,1,0,0,-11.42,-219.051,-1.59055,1.5969,86400,1,0,15489,0,1,0,0,0),(79848,4075,0,1,1,0,0,-8793.15,675.61,101.916,1.43058,180,0,0,8,0,0,0,0,0),(79846,17816,547,3,1,0,0,-101.01,-465.098,-1.17822,0.443382,86400,1,0,15489,0,1,0,0,0),(79851,17817,547,3,1,0,0,-198.296,-697.77,37.4455,4.96924,86400,0,0,15489,0,2,0,0,0),(79495,17817,547,3,1,0,0,-116.268,-201.302,-1.45323,2.77264,86400,1,0,15489,0,1,0,0,0),(79853,2457,0,1,1,0,0,-8939.28,620.538,99.606,0.506145,540,0,0,5544,0,0,0,0,0),(79854,14394,0,1,1,0,0,-8986.33,555.95,93.943,5.91667,490,0,0,39072,2434,0,0,0,0),(79528,17816,547,3,1,0,0,-114.612,-208.805,-1.45503,5.14061,86400,1,0,15489,0,1,0,0,0),(79857,68,0,1,1,0,1,-8995.8,496.151,96.8077,0.720081,900,0,0,15952,0,2,0,0,0),(79859,68,0,1,1,0,1,-8958.4,509.049,96.5968,0.70014,900,0,0,15952,0,2,0,0,0),(79860,20407,0,1,1,0,1,-9031.63,549.8,73.4711,5.18363,180,0,0,3297,2434,0,0,0,0),(79861,68,0,1,1,0,1,-9078.46,440.514,93.2955,5.37561,900,0,0,15952,0,0,0,0,0),(79862,17804,0,1,1,0,0,-9042.23,434.241,93.3788,2.23402,300,0,0,3082,0,0,0,0,0),(79863,68,0,1,1,0,1,-9062.18,420.085,93.2955,2.25148,900,0,0,15952,0,0,0,0,0),(79864,68,0,1,1,0,1,-9095.62,422.026,92.0445,4.04916,900,0,0,15952,0,0,0,0,0),(79865,68,0,1,1,0,1,-9085.59,408.559,92.1695,3.47321,900,0,0,15952,0,0,0,0,0),(79866,721,0,1,1,0,0,-9076.24,380.184,92.6135,1.75777,180,10,0,1,0,1,0,0,0),(79867,721,0,1,1,0,0,-9145.99,417.829,93.9833,1.5708,180,10,0,1,0,1,0,0,0),(79868,890,0,1,1,0,0,-9181.07,414.55,89.6092,4.7957,180,0,0,8,0,0,0,0,0),(79869,883,0,1,1,0,0,-9188.38,420.498,90.8592,2.98929,180,5,0,1,0,1,0,0,0),(79870,721,0,1,1,0,0,-9172.34,469.566,104.185,0.505691,180,10,0,1,0,1,0,0,0),(79871,2442,0,1,1,0,0,-9189.98,430.771,92.4673,3.3122,180,5,0,1,0,1,0,0,0),(79872,721,0,1,1,0,0,-9139.18,355.357,91.7032,4.10822,180,10,0,1,0,1,0,0,0),(79873,721,0,1,1,0,0,-9214.43,344.521,73.7192,2.74268,180,10,0,1,0,1,0,0,0),(79874,883,0,1,1,0,0,-9205.02,340.429,73.3442,5.27145,180,5,0,1,0,1,0,0,0),(79875,1423,0,1,1,0,1,-9181.74,310.279,78.9794,1.58252,190,0,0,1124,0,0,0,0,0),(79876,525,0,1,1,0,0,-9224.23,418.613,87.9368,0.047608,180,10,0,102,0,1,0,0,0),(79877,94,0,1,1,0,1,-9217.53,232.167,73.029,4.64607,180,5,0,102,0,1,0,0,0),(79878,883,0,1,1,0,0,-9234.25,254.141,72.9114,2.8935,180,5,0,1,0,1,0,0,0),(79879,890,0,1,1,0,0,-9231.44,253.441,72.8208,2.89989,180,10,0,8,0,1,0,0,0),(79880,2442,0,1,1,0,0,-9225.26,259.278,72.6654,4.66506,180,5,0,1,0,1,0,0,0),(79881,5917,0,1,1,0,0,-9266.12,354.4,76.6919,2.2945,180,0,0,42,0,2,0,0,0),(79882,721,0,1,1,0,0,-9213.91,273.681,74.2265,4.57673,180,10,0,1,0,1,0,0,0),(79883,30,0,1,1,0,0,-9233.27,271.076,72.78,3.25266,180,5,0,102,0,1,0,0,0),(79884,721,0,1,1,0,0,-9215.63,192.999,69.4072,2.10084,180,10,0,1,0,1,0,0,0),(79885,94,0,1,1,0,1,-9193.79,179.546,73.7525,5.65411,180,5,0,102,0,1,0,0,0),(79886,721,0,1,1,0,0,-9221.01,106.726,73.9549,4.82008,180,10,0,1,0,1,0,0,0),(79887,94,0,1,1,0,1,-9181.75,81.5951,77.8001,2.67358,180,5,0,102,0,1,0,0,0),(79888,94,0,1,1,0,1,-9162.37,84.6315,77.0762,1.91986,180,5,0,102,0,1,0,0,0),(79889,94,0,1,1,0,1,-9158.63,88.1075,76.4952,3.05433,180,5,0,102,0,1,0,0,0),(79890,94,0,1,1,0,1,-9162.57,94.5477,76.3557,3.78736,180,5,0,102,0,1,0,0,0),(79891,94,0,1,1,0,1,-9185.47,118.826,74.5898,4.68115,180,5,0,102,0,1,0,0,0),(79892,94,0,1,1,0,1,-9210.65,134.54,72.7013,4.70716,180,5,0,102,0,1,0,0,0),(79893,94,0,1,1,0,1,-9237.66,40.2561,73.3568,3.72285,180,5,0,102,0,1,0,0,0),(79894,299,0,1,1,0,0,-9221.41,46.3592,74.7942,6.15518,180,10,0,42,0,1,0,0,0),(79895,525,0,1,1,0,0,-9211.86,49.6484,75.5856,1.7138,180,10,0,102,0,1,0,0,0),(79896,94,0,1,1,0,1,-9143.14,58.0315,77.4185,5.11831,180,5,0,102,0,1,0,0,0),(79897,94,0,1,1,0,1,-9178.42,37.4651,77.9614,4.87576,180,5,0,102,0,1,0,0,0),(79898,94,0,1,1,0,1,-9197.86,73.8136,77.4574,4.42985,180,5,0,102,0,1,0,0,0),(79899,525,0,1,1,0,0,-9277.91,-11.2201,70.6536,0.121179,180,10,0,102,0,1,0,0,0),(79900,299,0,1,1,0,0,-9222.11,-39.7406,73.8181,1.76359,180,10,0,42,0,1,0,0,0),(79901,94,0,1,1,0,1,-9251.36,-11.6955,73.4498,4.86727,180,5,0,102,0,1,0,0,0),(79902,6368,0,1,1,0,0,-9177.55,-10.9676,79.1202,0.208455,180,5,0,1,0,1,0,0,0),(79903,6368,0,1,1,0,0,-9185.84,-6.26367,77.9952,3.85509,180,5,0,1,0,1,0,0,0),(79904,6368,0,1,1,0,0,-9164.44,-6.83258,79.4985,3.37061,180,5,0,1,0,1,0,0,0),(79905,7385,0,1,1,0,0,-9173.6,-0.252902,80.3948,1.99512,370,0,0,42,0,0,0,0,0),(79906,6368,0,1,1,0,0,-9159.23,-1.84042,79.3735,6.06882,180,5,0,1,0,1,0,0,0),(79907,94,0,1,1,0,1,-9213.33,19.113,77.096,0.692428,180,5,0,102,0,1,0,0,0),(79908,7381,0,1,1,0,0,-9173.94,1.30174,80.3945,6.09201,300,0,0,42,0,0,0,0,0),(79909,7382,0,1,1,0,0,-9170.25,2.46752,80.4049,1.56278,300,0,0,42,0,0,0,0,0),(79910,7384,0,1,1,0,0,-9175.33,3.87259,80.3912,4.33778,180,0,0,42,0,0,0,0,0),(79911,6368,0,1,1,0,0,-9180.5,13.5264,79.2606,5.98203,180,5,0,1,0,1,0,0,0),(79912,6367,0,1,1,0,1,-9176.5,0.704102,80.4761,5.79449,180,0,0,102,0,0,0,0,0),(79913,6368,0,1,1,0,0,-9188.4,5.30065,78.1142,1.12691,180,5,0,1,0,1,0,0,0),(79914,6368,0,1,1,0,0,-9156.63,15.9581,78.5701,1.64355,180,5,0,1,0,1,0,0,0),(79915,6368,0,1,1,0,0,-9163.13,7.73827,79.0701,3.57267,180,5,0,1,0,1,0,0,0),(79916,6368,0,1,1,0,0,-9167.8,17.7601,78.9207,4.27481,180,5,0,1,0,1,0,0,0),(79917,94,0,1,1,0,1,-9120.66,38.1426,82.754,5.63773,180,5,0,102,0,1,0,0,0),(79918,2442,0,1,1,0,0,-9167.85,13.3317,79.0457,3.00682,180,5,0,1,0,1,0,0,0),(79919,2442,0,1,1,0,0,-9157.46,13.7152,78.6951,3.12673,180,5,0,1,0,1,0,0,0),(79920,299,0,1,1,0,0,-9290,-10.2439,69.4036,5.69506,180,10,0,42,0,1,0,0,0),(79921,525,0,1,1,0,0,-9222.78,-53.9854,73.6102,5.97606,180,10,0,102,0,1,0,0,0),(79922,2442,0,1,1,0,0,-9226.41,-59.2634,74.2215,3.07871,180,5,0,1,0,1,0,0,0),(79923,94,0,1,1,0,1,-9109.14,6.64692,88.2881,5.75035,180,5,0,102,0,1,0,0,0),(79924,883,0,1,1,0,0,-9097.14,-14.5558,91.0138,5.11138,180,5,0,1,0,1,0,0,0),(79925,6774,0,1,1,0,0,-9044.56,-45.9817,88.4193,3.08923,180,0,0,198,0,0,0,0,0),(79926,1642,0,1,1,0,1,-9047.58,-101.24,88.3071,1.98968,430,0,0,11828,0,0,0,0,0),(79927,1642,0,1,1,0,1,-9047.72,-65.2479,88.182,4.62545,430,0,0,11828,0,2,0,0,0),(79928,299,0,1,1,0,0,-9025.26,-113.884,87.6897,5.90885,180,10,0,42,0,1,0,0,0),(79929,1642,0,1,1,0,1,-9061.28,-46.7949,88.795,1.5708,430,0,0,11828,0,0,0,0,0),(79930,1642,0,1,1,0,1,-9060.42,-39.0625,88.295,4.71239,430,0,0,11828,0,0,0,0,0),(79931,1642,0,1,1,0,1,-9034.7,7.06125,88.0834,5.06145,430,0,0,11828,0,0,0,0,0),(79932,1642,0,1,1,0,1,-9022.7,2.68442,88.3783,2.48363,430,0,0,11828,0,2,0,0,0),(79933,299,0,1,1,0,0,-8953.62,-48.5983,91.9745,1.52582,180,10,0,42,0,1,0,0,0),(79934,299,0,1,1,0,0,-8971.19,-52.8166,91.7821,5.59298,180,10,0,42,0,1,0,0,0),(79935,299,0,1,1,0,0,-8979.68,-64.6176,90.3669,4.30211,180,10,0,42,0,1,0,0,0),(79936,299,0,1,1,0,0,-8970.22,-87.6545,87.0364,3.96984,180,10,0,42,0,1,0,0,0),(79937,299,0,1,1,0,0,-8952.08,-83.9177,88.1923,5.93131,180,10,0,42,0,1,0,0,0),(79938,299,0,1,1,0,0,-9002.51,-129.957,84.2971,2.56219,180,10,0,42,0,1,0,0,0),(79939,299,0,1,1,0,0,-8938.02,-49.7685,90.7206,2.82973,180,10,0,42,0,1,0,0,0),(79940,299,0,1,1,0,0,-8925.81,-38.3764,92.0904,6.08847,180,10,0,42,0,1,0,0,0),(79941,299,0,1,1,0,0,-8919.35,-52.6967,87.9581,0.302009,180,10,0,42,0,1,0,0,0),(79942,823,0,1,1,0,1,-8947.64,-132.319,83.7199,3.33358,180,0,0,417,0,0,0,0,0),(79943,5403,0,1,1,0,0,-8933.85,-166.93,81.0317,0,180,0,0,42,0,0,0,0,0),(79944,721,0,1,1,0,0,-8954.53,-161.289,81.7223,4.62946,180,10,0,1,0,1,0,0,0),(79945,299,0,1,1,0,0,-8993.86,-153.85,81.1214,0.192583,180,10,0,42,0,1,0,0,0),(79946,299,0,1,1,0,0,-9023.11,-141.786,83.659,2.96681,180,10,0,42,0,1,0,0,0),(79947,721,0,1,1,0,0,-8931.63,-137.105,82.8369,1.21334,180,10,0,1,0,1,0,0,0),(79948,1642,0,1,1,0,1,-8914.44,-134.267,80.5523,5.17342,430,0,0,11828,0,2,0,0,0),(79949,11940,0,1,1,0,0,-8908.31,-108.521,81.9314,4.13643,180,0,0,102,0,0,0,0,0),(79950,152,0,1,1,0,1,-8901.59,-112.716,82.0314,3.31613,180,0,0,102,0,0,0,0,0),(79951,190,0,1,1,0,0,-8897.71,-115.328,81.9982,3.78736,180,0,0,102,0,0,0,0,0),(79952,1213,0,1,1,0,1,-8898.23,-119.838,82.016,2.74017,180,0,0,102,0,0,0,0,0),(79953,78,0,1,1,0,1,-8909.46,-104.163,82.0314,4.39823,180,0,0,102,0,0,0,0,0),(79954,299,0,1,1,0,0,-8867.79,-69.8964,84.732,2.01698,180,10,0,42,0,1,0,0,0),(79955,299,0,1,1,0,0,-8879.21,-50.3677,86.811,3.42225,180,10,0,42,0,1,0,0,0),(79956,69,0,1,1,0,0,-8872.65,-57.9788,86.311,1.4592,180,5,0,55,0,1,0,0,0),(79957,299,0,1,1,0,0,-8918.72,-73.92,88.3627,5.72065,180,10,0,42,0,1,0,0,0),(79958,299,0,1,1,0,0,-8883.51,-59.0416,85.936,5.39762,180,10,0,42,0,1,0,0,0),(79959,299,0,1,1,0,0,-8886.96,-85.4681,85.3813,1.99338,180,10,0,42,0,1,0,0,0),(79960,299,0,1,1,0,0,-8876.07,-114.909,81.2399,5.51329,180,10,0,42,0,1,0,0,0),(79961,69,0,1,1,0,0,-8989.88,-170.731,78.3374,1.19042,180,5,0,55,0,1,0,0,0),(79962,198,0,1,1,0,1,-8851.57,-188.234,89.4958,2.9147,180,0,0,102,0,0,0,0,0),(79963,375,0,1,1,0,1,-8853.59,-193.336,82.1157,2.54818,180,0,0,102,0,0,0,0,0),(79964,911,0,1,1,0,1,-8918.36,-208.411,82.3088,6.05629,180,0,0,102,0,0,0,0,0),(79965,6373,0,1,1,0,1,-8927.62,-201.787,80.6824,2.26893,180,0,0,143,319,0,0,0,0),(79966,459,0,1,1,0,1,-8926.74,-195.589,80.7714,2.79253,180,0,0,102,0,0,0,0,0),(79967,925,0,1,1,0,1,-8914.57,-215.016,82.2996,1.20428,180,0,0,102,0,0,0,0,0),(79968,952,0,1,1,0,0,-8902.13,-181.646,113.24,0.872665,430,0,0,2769,0,0,0,0,0),(79969,951,0,1,1,0,1,-8874.87,-186.332,82.1206,1.309,250,0,0,840,0,0,0,0,0),(79970,197,0,1,1,0,1,-8902.59,-162.606,82.0223,2.04204,190,0,0,484,0,0,0,0,0),(79971,196,0,1,1,0,1,-8869.22,-163.237,80.9719,0.959931,180,0,0,71,0,0,0,0,0),(79972,721,0,1,1,0,0,-8890.02,-214.179,80.9554,5.9517,180,10,0,1,0,1,0,0,0),(51827,8207,1,1,1,0,0,-7532.62,-3626.84,10.3282,2.11731,9900,0,0,2399,0,0,0,0,0),(79974,299,0,1,1,0,0,-8826.85,-159.473,80.208,3.99024,180,10,0,42,0,1,0,0,0),(79975,69,0,1,1,0,0,-8851.41,-84.09,84.0794,5.4171,180,5,0,55,0,1,0,0,0),(79976,299,0,1,1,0,0,-8860.79,-87.9941,82.4953,4.86537,180,10,0,42,0,1,0,0,0),(79977,299,0,1,1,0,0,-8815.7,-110.295,82.4108,1.8314,180,10,0,42,0,1,0,0,0),(79978,299,0,1,1,0,0,-8820.1,-91.1454,84.7704,2.26079,180,10,0,42,0,1,0,0,0),(79979,299,0,1,1,0,0,-8844.26,-45.0241,86.9295,1.89413,180,10,0,42,0,1,0,0,0),(79980,299,0,1,1,0,0,-8854.87,-106.428,80.9344,5.97907,180,10,0,42,0,1,0,0,0),(79981,299,0,1,1,0,0,-8827.2,-100.013,84.4858,5.23202,180,10,0,42,0,1,0,0,0),(79982,299,0,1,1,0,0,-8820.37,-79.6791,86.4006,6.21158,180,10,0,42,0,1,0,0,0),(79983,299,0,1,1,0,0,-8828.87,-69.3906,87.0256,0.512979,180,10,0,42,0,1,0,0,0),(79984,299,0,1,1,0,0,-8856.48,-131.607,81.3476,3.83983,180,10,0,42,0,1,0,0,0),(79985,299,0,1,1,0,0,-8838.49,-133.395,81.3375,4.58528,180,10,0,42,0,1,0,0,0),(79986,915,0,1,1,0,1,-8863.47,-210.905,80.755,4.41568,180,0,0,102,0,0,0,0,0),(79987,69,0,1,1,0,0,-8813.36,-179.602,82.1866,1.63724,180,5,0,55,0,1,0,0,0),(79988,299,0,1,1,0,0,-8810.28,-179.303,82.069,1.96849,180,10,0,42,0,1,0,0,0),(79989,69,0,1,1,0,0,-8804.49,-136.622,83.6897,3.02099,180,5,0,55,0,1,0,0,0),(79990,299,0,1,1,0,0,-8806.25,-143.212,83.57,1.33151,180,10,0,42,0,1,0,0,0),(79991,721,0,1,1,0,0,-8829.68,-213.486,83.9962,1.54931,180,10,0,1,0,1,0,0,0),(79992,6,0,1,1,0,1,-8783.05,-161.565,82.0352,0.904036,180,5,0,42,0,1,0,0,0),(79993,6,0,1,1,0,1,-8774.13,-184.494,83.1764,1.59099,180,5,0,42,0,1,0,0,0),(79994,6,0,1,1,0,1,-8794.45,-170.399,81.5514,1.74907,180,5,0,42,0,1,0,0,0),(79995,6,0,1,1,0,1,-8794.96,-134.15,83.0352,2.1558,180,5,0,42,0,1,0,0,0),(79996,6,0,1,1,0,1,-8789.91,-143.313,82.7331,2.96193,180,5,0,42,0,1,0,0,0),(79997,69,0,1,1,0,0,-8747.56,-135.783,83.7125,5.44551,180,5,0,55,0,1,0,0,0),(79998,6,0,1,1,0,1,-8768.46,-176.434,83.4446,3.31613,180,0,0,42,0,0,0,0,0),(79999,6,0,1,1,0,1,-8752.95,-160.776,84.243,2.22203,180,5,0,42,0,1,0,0,0),(80000,6,0,1,1,0,1,-8779.8,-195.355,84.0514,3.78246,180,5,0,42,0,1,0,0,0),(80001,6,0,1,1,0,1,-8775.9,-148.466,81.4102,4.05152,180,5,0,42,0,1,0,0,0),(80002,6,0,1,1,0,1,-8785.46,-171.229,81.6764,5.11032,180,5,0,42,0,1,0,0,0),(80003,257,0,1,1,0,1,-8763.31,-159.256,82.9625,5.98151,180,5,0,71,0,1,0,0,0),(80004,257,0,1,1,0,1,-8756.81,-171.434,84.8866,3.52798,180,5,0,71,0,1,0,0,0),(80005,257,0,1,1,0,1,-8769.9,-138.115,82.5352,0.362188,180,5,0,71,0,1,0,0,0),(80006,299,0,1,1,0,0,-8824.51,-58.7339,88.6915,3.69501,180,10,0,42,0,1,0,0,0),(80007,299,0,1,1,0,0,-8808.48,-91.4317,84.1506,3.60744,180,10,0,42,0,1,0,0,0),(80008,69,0,1,1,0,0,-8781.32,-59.8318,91.8378,5.18477,180,5,0,55,0,1,0,0,0),(80009,69,0,1,1,0,0,-8752.63,-81.9882,92.7991,0.638906,180,5,0,55,0,1,0,0,0),(80010,69,0,1,1,0,0,-8761.9,-66.2644,92.2944,4.47272,180,5,0,55,0,1,0,0,0),(80011,6,0,1,1,0,1,-8765.28,-93.41,89.7241,0.129198,180,5,0,42,0,1,0,0,0),(80012,6,0,1,1,0,1,-8771.45,-115.916,83.365,0.383972,180,0,0,42,0,0,0,0,0),(80013,6,0,1,1,0,1,-8794.01,-118.5,83.5315,1.02964,180,5,0,42,0,1,0,0,0),(80014,6,0,1,1,0,1,-8778.78,-125.732,82.7815,1.30576,180,5,0,42,0,1,0,0,0),(80015,6,0,1,1,0,1,-8781.3,-115.552,82.8641,0.122173,180,0,0,42,0,0,0,0,0),(80016,6,0,1,1,0,1,-8766.97,-117.391,83.6927,2.30383,180,0,0,42,0,0,0,0,0),(80017,6,0,1,1,0,1,-8761.02,-127.543,83.4305,1.01327,180,5,0,42,0,1,0,0,0),(80018,6,0,1,1,0,1,-8780.05,-108.379,83.6632,5.79449,180,0,0,42,0,0,0,0,0),(80019,6,0,1,1,0,1,-8772.89,-103.59,86.1565,5.22354,180,5,0,42,0,1,0,0,0),(80020,257,0,1,1,0,1,-8768.63,-113.135,83.7815,0.0699,180,5,0,71,0,1,0,0,0),(80021,257,0,1,1,0,1,-8786.94,-105.911,83.4065,0.976494,180,5,0,71,0,1,0,0,0),(80022,257,0,1,1,0,1,-8770.12,-117.703,83.4954,0,180,0,0,71,0,0,0,0,0),(80023,257,0,1,1,0,1,-8767.71,-111.647,84.3424,4.15388,180,0,0,71,0,0,0,0,0),(80024,6,0,1,1,0,1,-8749.15,-114.985,85.9305,6.13703,180,5,0,42,0,1,0,0,0),(80025,69,0,1,1,0,0,-8789.76,-69.806,90.19,5.7897,180,5,0,55,0,1,0,0,0),(80026,257,0,1,1,0,1,-8752.36,-101.854,87.9305,1.63139,180,5,0,71,0,1,0,0,0),(80027,299,0,1,1,0,0,-8799.31,-70.4097,88.9475,1.9513,180,10,0,42,0,1,0,0,0),(80028,6,0,1,1,0,1,-8753.58,-192.765,85.7976,1.5708,180,0,0,42,0,0,0,0,0),(80029,721,0,1,1,0,0,-8752.2,-197.95,86.1366,3.12472,180,10,0,1,0,1,0,0,0),(80030,69,0,1,1,0,0,-8718.79,-148.353,86.1238,3.38237,180,5,0,55,0,1,0,0,0),(80031,6,0,1,1,0,1,-8757.55,-180.684,85.0116,1.62418,180,5,0,42,0,1,0,0,0),(80032,6,0,1,1,0,1,-8768.17,-190.502,84.5514,6.08596,180,5,0,42,0,1,0,0,0),(80033,257,0,1,1,0,1,-8721.69,-155.805,85.3738,5.30705,180,5,0,71,0,1,0,0,0),(80034,257,0,1,1,0,1,-8717.47,-144.581,86.4988,0.432977,180,5,0,71,0,1,0,0,0),(80035,257,0,1,1,0,1,-8698.78,-161.758,89.1669,1.97494,180,5,0,71,0,1,0,0,0),(80036,257,0,1,1,0,1,-8742.24,-176.21,85.6366,5.59501,180,5,0,71,0,1,0,0,0),(80037,257,0,1,1,0,1,-8727.35,-133.797,86.9388,0.016385,180,5,0,71,0,1,0,0,0),(80038,721,0,1,1,0,0,-8680.28,-83.5984,91.627,5.55718,180,10,0,1,0,1,0,0,0),(80039,883,0,1,1,0,0,-8679.93,-98.3911,89.5294,6.19524,180,5,0,1,0,1,0,0,0),(80040,69,0,1,1,0,0,-8736.29,-72.8328,92.0231,6.01294,180,5,0,55,0,1,0,0,0),(80041,69,0,1,1,0,0,-8753.2,-33.3754,92.5098,1.87129,180,5,0,55,0,1,0,0,0),(80042,69,0,1,1,0,0,-8748.67,-50.3176,92.2134,2.86224,180,5,0,55,0,1,0,0,0),(80043,69,0,1,1,0,0,-8737.09,-94.3173,90.1741,3.34832,180,5,0,55,0,1,0,0,0),(79540,17816,547,3,1,0,0,-118.561,-210.211,-1.51529,4.20206,86400,1,0,15489,0,1,0,0,0),(80045,257,0,1,1,0,1,-8706.28,-129.849,86.2483,3.47469,180,5,0,71,0,1,0,0,0),(80046,257,0,1,1,0,1,-8701.35,-118.101,88.8733,0.843928,180,5,0,71,0,1,0,0,0),(80047,257,0,1,1,0,1,-8718.7,-98.3166,88.3631,5.60389,180,5,0,71,0,1,0,0,0),(80048,257,0,1,1,0,1,-8695.02,-114.396,89.3617,3.886,180,5,0,71,0,1,0,0,0),(80049,257,0,1,1,0,1,-8695.04,-103.437,89.6117,3.47724,180,5,0,71,0,1,0,0,0),(80050,257,0,1,1,0,1,-8713.42,-90.302,89.5737,5.2409,180,5,0,71,0,1,0,0,0),(80051,257,0,1,1,0,1,-8707.58,-108.406,89.1233,2.23404,180,5,0,71,0,1,0,0,0),(80052,257,0,1,1,0,1,-8691.02,-80.2893,90.1544,0.100076,180,5,0,71,0,1,0,0,0),(80053,257,0,1,1,0,1,-8684.79,-71.4061,91.0294,1.34379,180,5,0,71,0,1,0,0,0),(80054,257,0,1,1,0,1,-8698.44,-70.5609,90.2794,2.97837,180,5,0,71,0,1,0,0,0),(80055,257,0,1,1,0,1,-8686.47,-108.002,89.3114,3.22886,180,0,0,71,0,0,0,0,0),(80056,257,0,1,1,0,1,-8680.79,-120.071,90.8183,2.58309,180,0,0,71,0,0,0,0,0),(80057,257,0,1,1,0,1,-8671.76,-127.471,91.9537,3.69248,180,7,0,71,0,1,0,0,0),(80058,257,0,1,1,0,1,-8725.92,-109.693,86.2483,0.481521,180,5,0,71,0,1,0,0,0),(80059,257,0,1,1,0,1,-8667.23,-116.46,92.4403,1.51229,180,7,0,71,0,1,0,0,0),(80060,80,0,1,1,0,1,-8671.83,-123.34,92.1135,1.68621,180,7,0,71,0,1,0,0,0),(80061,721,0,1,1,0,0,-8718.02,-112.688,87.425,0,180,10,0,1,0,1,0,0,0),(80062,721,0,1,1,0,0,-8673.78,-189.267,91.329,0.563237,180,10,0,1,0,1,0,0,0),(80063,883,0,1,1,0,0,-8686.67,-197.311,92.329,3.94988,180,5,0,1,0,1,0,0,0),(80064,80,0,1,1,0,1,-8632.33,-143.753,86.3842,3.27452,180,7,0,71,0,1,0,0,0),(80065,80,0,1,1,0,1,-8616.27,-143.334,87.4937,0.409049,180,7,0,71,0,1,0,0,0),(80066,80,0,1,1,0,1,-8640.19,-143.559,86.8829,1.44862,180,7,0,71,0,1,0,0,0),(80067,80,0,1,1,0,1,-8640.58,-113.289,86.9627,2.97738,180,7,0,71,0,1,0,0,0),(80068,80,0,1,1,0,1,-8635.27,-110.326,86.8396,4.78637,180,7,0,71,0,1,0,0,0),(80069,80,0,1,1,0,1,-8657.9,-124.669,90.9269,5.76153,180,7,0,71,0,1,0,0,0),(80070,80,0,1,1,0,1,-8639.08,-132.949,86.9817,6.08973,180,7,0,71,0,1,0,0,0),(80071,80,0,1,1,0,1,-8654.91,-127.006,89.5479,2.8159,180,0,0,71,0,0,0,0,0),(80072,257,0,1,1,0,1,-8741.43,-193.606,86.2892,1.22173,180,5,0,71,0,1,0,0,0),(80073,721,0,1,1,0,0,-8707.05,-204.728,90.7831,0.74278,180,10,0,1,0,1,0,0,0),(80074,80,0,1,1,0,1,-8613.77,-152.982,86.0714,3.08878,180,7,0,71,0,1,0,0,0),(80075,80,0,1,1,0,1,-8610.92,-171.602,85.6868,0.602958,180,7,0,71,0,1,0,0,0),(80076,80,0,1,1,0,1,-8596.08,-173.872,87.1276,2.94578,180,0,0,71,0,0,0,0,0),(80077,80,0,1,1,0,1,-8609.08,-141.239,87.6184,3.50514,180,0,0,71,0,0,0,0,0),(80078,80,0,1,1,0,1,-8601.23,-138.195,87.6999,4.00536,180,0,0,71,0,0,0,0,0),(80079,80,0,1,1,0,1,-8588.97,-147.395,89.6137,2.07603,180,0,0,71,0,0,0,0,0),(80080,80,0,1,1,0,1,-8550.41,-163.072,86.6575,3.8533,180,0,0,71,0,0,0,0,0),(80081,80,0,1,1,0,1,-8582.82,-171.929,91.0492,4.1382,180,0,0,71,0,0,0,0,0),(80082,80,0,1,1,0,1,-8573.48,-150.506,89.7627,1.40641,180,0,0,71,0,0,0,0,0),(80083,80,0,1,1,0,1,-8555.47,-149.37,88.3994,5.12587,180,0,0,71,0,0,0,0,0),(80084,80,0,1,1,0,1,-8559.72,-210.564,84.3106,2.62464,180,0,0,71,0,0,0,0,0),(80085,80,0,1,1,0,1,-8538.12,-184.356,84.0459,4.52718,180,0,0,71,0,0,0,0,0),(80086,80,0,1,1,0,1,-8548.78,-207.237,85.1833,5.05884,180,0,0,71,0,0,0,0,0),(80087,80,0,1,1,0,1,-8561.05,-217.528,85.5112,4.95625,180,0,0,71,0,0,0,0,0),(80088,80,0,1,1,0,1,-8564.94,-203.695,84.2832,1.86342,180,0,0,71,0,0,0,0,0),(80089,257,0,1,1,0,1,-8732.69,-197.638,88.1356,5.84854,180,0,0,71,0,0,0,0,0),(80090,721,0,1,1,0,0,-8753.91,2.80961,92.7651,3.43452,180,10,0,1,0,1,0,0,0),(80091,721,0,1,1,0,0,-8835.42,-10.7878,90.3409,4.89691,180,10,0,1,0,1,0,0,0),(80092,883,0,1,1,0,0,-8820.92,-7.87339,90.2892,4.96105,180,5,0,1,0,1,0,0,0),(80093,721,0,1,1,0,0,-8812.31,4.68013,92.2564,1.22803,180,10,0,1,0,1,0,0,0),(80094,6,0,1,1,0,1,-8760.26,-201.47,86.3046,0.963932,180,5,0,42,0,1,0,0,0),(80095,257,0,1,1,0,1,-8722.67,-207.828,89.6581,5.39678,180,5,0,71,0,1,0,0,0),(80096,257,0,1,1,0,1,-8732.07,-205.732,89.1581,5.04892,180,5,0,71,0,1,0,0,0),(80097,721,0,1,1,0,0,-8693.17,-293.164,86.948,1.53297,180,10,0,1,0,1,0,0,0),(80098,6,0,1,1,0,1,-8784.33,-245.049,83.121,3.66519,180,0,0,42,0,0,0,0,0),(80099,6,0,1,1,0,1,-8773.21,-242.694,83.9417,5.63666,180,5,0,42,0,1,0,0,0),(80100,6,0,1,1,0,1,-8765.42,-256.049,80.6917,3.86551,180,5,0,42,0,1,0,0,0),(80101,69,0,1,1,0,0,-8766.04,-232.213,85.4296,3.70092,180,5,0,55,0,1,0,0,0),(80102,257,0,1,1,0,1,-8762.35,-235.236,85.3167,1.36265,180,5,0,71,0,1,0,0,0),(80103,257,0,1,1,0,1,-8778.08,-254.596,82.0667,1.81161,180,5,0,71,0,1,0,0,0),(80104,721,0,1,1,0,0,-8753.21,-215.544,87.0546,5.40769,180,10,0,1,0,1,0,0,0),(80105,257,0,1,1,0,1,-8781.39,-274.644,78.8608,2.40847,180,5,0,71,0,1,0,0,0),(80106,69,0,1,1,0,0,-8752.87,-295.046,79.4607,5.62039,180,5,0,55,0,1,0,0,0),(80107,257,0,1,1,0,1,-8769.02,-272.632,78.2358,2.58601,180,5,0,71,0,1,0,0,0),(80108,6,0,1,1,0,1,-8810.02,-217.027,83.6212,1.46425,180,5,0,42,0,1,0,0,0),(80109,6,0,1,1,0,1,-8809.45,-233.871,82.5042,4.57276,180,0,0,42,0,0,0,0,0),(80110,6,0,1,1,0,1,-8805.95,-244.942,82.4202,1.95947,180,5,0,42,0,1,0,0,0),(80111,257,0,1,1,0,1,-8813.27,-244.145,82.2872,0,180,0,0,71,0,0,0,0,0),(80112,257,0,1,1,0,1,-8817.24,-228.768,82.9962,6.24274,180,5,0,71,0,1,0,0,0),(80113,69,0,1,1,0,0,-8805.37,-205.46,82.6964,6.05053,180,5,0,55,0,1,0,0,0),(80114,6,0,1,1,0,1,-8806.91,-226.327,82.8712,5.20619,180,5,0,42,0,1,0,0,0),(80115,6,0,1,1,0,1,-8796.38,-247.373,82.4417,4.31741,180,5,0,42,0,1,0,0,0),(80116,6,0,1,1,0,1,-8796.15,-258.344,82.8167,2.70763,180,5,0,42,0,1,0,0,0),(80117,257,0,1,1,0,1,-8786.88,-252.299,82.661,2.23402,180,0,0,71,0,0,0,0,0),(80118,9296,0,1,1,0,0,-8850.29,-224.03,81.7778,4.93928,180,0,0,55,0,0,0,0,0),(80119,11260,0,1,1,0,1,-8840.36,-271.29,80.9749,1.13804,180,0,0,42,0,2,0,0,0),(80120,257,0,1,1,0,1,-8823.45,-236.78,82.4202,4.01583,180,5,0,71,0,1,0,0,0),(80121,257,0,1,1,0,1,-8819.6,-252.86,82.5452,0.517106,180,5,0,71,0,1,0,0,0),(80122,257,0,1,1,0,1,-8811.3,-257.724,82.7952,3.19441,180,5,0,71,0,1,0,0,0),(80123,883,0,1,1,0,0,-8877.66,14.8767,93.475,0.440051,180,5,0,1,0,1,0,0,0),(80124,721,0,1,1,0,0,-8863.43,12.5133,93.6489,5.15324,180,10,0,1,0,1,0,0,0),(80125,890,0,1,1,0,0,-8877.7,13.7454,93.701,3.94909,180,0,0,8,0,0,0,0,0),(80126,721,0,1,1,0,0,-8836.24,-248.546,82.953,5.87392,180,10,0,1,0,1,0,0,0),(80127,11260,0,1,1,0,1,-8856.89,-252.401,81.078,5.37848,180,0,0,42,0,2,0,0,0),(80128,721,0,1,1,0,0,-8840.98,-250.706,82.828,2.85951,180,10,0,1,0,1,0,0,0),(80129,69,0,1,1,0,0,-8875.74,-242.938,81.6811,1.17205,180,5,0,55,0,1,0,0,0),(80130,69,0,1,1,0,0,-8845.73,-287.021,78.3529,4.98699,180,5,0,55,0,1,0,0,0),(80131,69,0,1,1,0,0,-8827.58,-292.02,79.3608,0.334482,180,5,0,55,0,1,0,0,0),(80132,721,0,1,1,0,0,-8795.52,-296.763,76.1108,5.20217,180,10,0,1,0,1,0,0,0),(80133,257,0,1,1,0,1,-8705.78,-201.821,90.9366,2.87979,180,0,0,71,0,0,0,0,0),(80134,69,0,1,1,0,0,-8876.64,-291.29,78.0791,5.03571,180,5,0,55,0,1,0,0,0),(80135,299,0,1,1,0,0,-8903.4,-271.746,78.8336,3.69709,180,10,0,42,0,1,0,0,0),(80136,69,0,1,1,0,0,-8836.19,-306.546,76.6022,5.82215,180,5,0,55,0,1,0,0,0),(80137,11260,0,1,1,0,1,-8891.61,-275.477,80.0948,4.86014,180,0,0,42,0,2,0,0,0),(80138,69,0,1,1,0,0,-8901.44,-265.269,79.2182,0.22555,180,5,0,55,0,1,0,0,0),(80139,69,0,1,1,0,0,-8916.07,-287.69,77.2543,3.59651,180,5,0,55,0,1,0,0,0),(80140,69,0,1,1,0,0,-8951,-252.969,76.0696,3.51775,180,5,0,55,0,1,0,0,0),(80141,69,0,1,1,0,0,-8961.19,-231.91,76.9597,1.20516,180,5,0,55,0,1,0,0,0),(80142,69,0,1,1,0,0,-8966.63,-231.021,76.2175,4.7172,180,5,0,55,0,1,0,0,0),(80143,299,0,1,1,0,0,-8968.29,-229.972,75.8943,1.04737,180,10,0,42,0,1,0,0,0),(80144,69,0,1,1,0,0,-8937.8,-259.455,76.9118,0.676014,180,5,0,55,0,1,0,0,0),(80145,11260,0,1,1,89,1,-8932.22,-240.487,79.3923,2.99685,180,0,0,42,0,2,0,0,0),(80146,69,0,1,1,0,0,-8920.5,-255.801,79.5036,3.6542,180,5,0,55,0,1,0,0,0),(80147,38,0,1,1,0,1,-8994.59,-312.364,71.9033,1.76278,180,0,0,71,0,0,0,0,0),(80149,38,0,1,1,0,1,-8964.3,-334.248,71.6651,2.91509,180,5,0,71,0,1,0,0,0),(80151,38,0,1,1,0,1,-9031.57,-304.335,74.4903,1.78024,180,0,0,71,0,0,0,0,0),(80152,38,0,1,1,0,1,-9033.82,-301.611,74.7497,5.89921,180,0,0,71,0,0,0,0,0),(80153,38,0,1,1,0,1,-9030.79,-285.642,75.5096,6.25018,180,5,0,71,0,1,0,0,0),(80154,38,0,1,1,0,1,-9062.89,-267.752,73.9798,3.1138,180,10,0,71,0,1,0,0,0),(80155,38,0,1,1,0,1,-9028.07,-297.134,75.1763,5.46843,180,0,0,71,0,2,0,0,0),(80156,69,0,1,1,0,0,-9017.96,-196.56,75.0036,3.10197,180,5,0,55,0,1,0,0,0),(80157,299,0,1,1,0,0,-8987.25,-179,76.9624,1.85569,180,10,0,42,0,1,0,0,0),(80158,38,0,1,1,0,1,-9039.49,-264.737,73.6806,4.56933,180,10,0,71,0,1,0,0,0),(80159,721,0,1,1,0,0,-9058.14,-245.824,72.6166,3.9617,180,10,0,1,0,1,0,0,0),(80160,883,0,1,1,0,0,-9063.94,-246.895,72.9306,1.68514,180,5,0,1,0,1,0,0,0),(80161,69,0,1,1,0,0,-9079.85,-182.028,74.6405,6.06449,180,0,0,55,0,0,0,0,0),(80162,38,0,1,1,0,1,-9079.48,-236.698,73.5753,5.91654,180,10,0,71,0,1,0,0,0),(80163,890,0,1,1,0,0,-9078.66,-244.165,73.7003,4.82163,180,10,0,8,0,1,0,0,0),(80164,69,0,1,1,0,0,-9038.11,-177.288,76.8733,2.59264,180,5,0,55,0,1,0,0,0),(80165,69,0,1,1,0,0,-9028.41,-164.729,79.0259,5.30062,180,5,0,55,0,1,0,0,0),(80166,721,0,1,1,0,0,-9027.87,-86.8298,87.9876,4.52992,180,10,0,1,0,1,0,0,0),(80167,721,0,1,1,0,0,-9105.58,-286.043,72.2814,2.9609,180,10,0,1,0,1,0,0,0),(80168,38,0,1,1,0,1,-9084.74,-279.007,73.74,5.68111,180,0,0,71,0,0,0,0,0),(80169,38,0,1,1,0,1,-9068.32,-288.58,73.7368,0.793078,180,10,0,71,0,1,0,0,0),(80170,38,0,1,1,0,1,-9099.05,-277.979,73.2813,2.38933,180,0,0,71,0,2,0,0,0),(80171,38,0,1,1,0,1,-9120.29,-269.848,73.6024,4.02247,180,0,0,71,0,0,0,0,0),(80172,721,0,1,1,0,0,-9104.76,-222.075,74.0504,0.212502,180,10,0,1,0,1,0,0,0),(80173,721,0,1,1,0,0,-9086.03,-256.365,73.7064,3.90171,180,10,0,1,0,1,0,0,0),(80174,38,0,1,1,0,1,-9079.81,-247.925,73.8253,0.698361,180,10,0,71,0,1,0,0,0),(80175,38,0,1,1,0,1,-9112.45,-244.769,75.5258,1.77427,180,10,0,71,0,1,0,0,0),(80176,69,0,1,1,0,0,-8994.55,-250.291,72.0086,3.53139,180,5,0,55,0,1,0,0,0),(80177,721,0,1,1,0,0,-9118.81,-295.869,73.1261,2.62033,180,10,0,1,0,1,0,0,0),(80178,721,0,1,1,0,0,-9133.86,-302.699,73.6015,1.65986,180,10,0,1,0,1,0,0,0),(80179,721,0,1,1,0,0,-9074.24,-344.455,73.5757,6.20538,180,10,0,1,0,1,0,0,0),(80180,38,0,1,1,0,1,-9110.05,-311.655,73.5303,1.26827,180,0,0,71,0,0,0,0,0),(80181,38,0,1,1,0,1,-9131.1,-323.678,73.0066,1.20518,180,0,0,71,0,0,0,0,0),(80182,38,0,1,1,0,1,-9135.2,-282.032,72.1678,5.44543,180,0,0,71,0,0,0,0,0),(80183,38,0,1,1,0,1,-9141.53,-290.903,72.5665,3.26377,180,0,0,71,0,0,0,0,0),(80184,38,0,1,1,0,1,-9083.31,-301.332,73.4003,0.05236,180,0,0,71,0,0,0,0,0),(80185,38,0,1,1,0,1,-9081.54,-299.698,73.5213,4.59022,180,0,0,71,0,0,0,0,0),(80186,38,0,1,1,0,1,-9086.48,-314.165,73.4716,5.60884,180,0,0,71,0,0,0,0,0),(80187,38,0,1,1,0,1,-9090.72,-331.023,73.4716,0.848541,180,10,0,71,0,1,0,0,0),(80188,38,0,1,1,0,1,-9077.56,-334.076,73.5351,1.29154,180,0,0,71,0,0,0,0,0),(80189,38,0,1,1,0,1,-9075.33,-332.12,73.5351,3.66519,180,0,0,71,0,0,0,0,0),(80190,38,0,1,1,0,1,-9078.17,-331.132,73.4716,5.25754,180,0,0,71,0,2,0,0,0),(80191,38,0,1,1,0,1,-9110.34,-338.593,73.4938,2.70326,180,10,0,71,0,1,0,0,0),(80192,721,0,1,1,0,0,-9038.39,-330.808,73.5767,6.08521,180,10,0,1,0,1,0,0,0),(80193,38,0,1,1,0,1,-9054.5,-311.645,73.5767,5.60214,180,10,0,71,0,1,0,0,0),(80194,38,0,1,1,0,1,-9058.18,-325.627,73.5767,4.24052,180,0,0,71,0,0,0,0,0),(80195,38,0,1,1,0,1,-9045.05,-324.702,73.5767,4.84956,180,10,0,71,0,1,0,0,0),(80196,38,0,1,1,0,1,-9130.17,-263.614,72.5258,4.62631,180,0,0,71,0,0,0,0,0),(80197,721,0,1,1,0,0,-9152.42,-371.24,71.9054,5.00839,180,10,0,1,0,1,0,0,0),(80198,883,0,1,1,0,0,-9111.69,-363.262,73.6354,4.57914,180,5,0,1,0,1,0,0,0),(80199,38,0,1,1,0,1,-9128.11,-355.049,73.4938,5.71384,180,0,0,71,0,0,0,0,0),(80200,38,0,1,1,0,1,-9077.32,-377.228,73.5343,1.32645,180,0,0,71,0,0,0,0,0),(80201,38,0,1,1,0,1,-9073.82,-376.869,73.5351,2.44346,180,0,0,71,0,0,0,0,0),(80202,38,0,1,1,0,1,-9147.74,-341.34,72.786,4.69789,180,0,0,71,0,0,0,0,0),(80203,38,0,1,1,0,1,-9144.97,-368.707,72.0304,2.68893,180,0,0,71,0,0,0,0,0),(80204,38,0,1,1,0,1,-9124.93,-389.333,72.7234,5.29585,180,0,0,71,0,0,0,0,0),(80205,38,0,1,1,0,1,-9090.67,-397.58,73.1227,2.95765,180,5,0,71,0,1,0,0,0),(80206,38,0,1,1,0,1,-9071.87,-355.235,73.5757,0.881842,180,10,0,71,0,1,0,0,0),(80207,38,0,1,1,0,1,-9093.8,-355.778,73.5757,4.01018,180,10,0,71,0,1,0,0,0),(80208,38,0,1,1,0,1,-9102.6,-357.989,73.5504,5.51633,180,0,0,71,0,2,0,0,0),(80209,38,0,1,1,0,1,-9046.82,-375.002,74.072,1.25406,180,10,0,71,0,1,0,0,0),(80210,38,0,1,1,0,1,-9028.01,-359.972,75.5033,1.19357,180,5,0,71,0,1,0,0,0),(80211,38,0,1,1,0,1,-9025.5,-340.637,74.5033,4.86725,180,5,0,71,0,1,0,0,0),(80212,721,0,1,1,0,0,-9014.25,-337.865,74.904,4.34468,180,10,0,1,0,1,0,0,0),(80213,38,0,1,1,0,1,-9061.12,-369.522,73.5131,3.81119,180,10,0,71,0,1,0,0,0),(80214,38,0,1,1,0,1,-9046.85,-343.534,73.5767,0.92428,180,10,0,71,0,1,0,0,0),(80215,721,0,1,1,0,0,-9076.57,-417.09,75.1228,4.1304,180,10,0,1,0,1,0,0,0),(80216,38,0,1,1,0,1,-9091.08,-421.406,73.9978,4.09253,180,5,0,71,0,1,0,0,0),(80217,721,0,1,1,0,0,-9062.82,-445.859,72.3721,2.75623,180,10,0,1,0,1,0,0,0),(80218,38,0,1,1,0,1,-9053.63,-410.669,71.9829,4.16758,180,5,0,71,0,1,0,0,0),(79852,17816,547,3,1,0,0,-196.818,-702.791,37.8387,4.99673,86400,0,0,15489,0,2,0,0,0),(80220,890,0,1,1,0,0,-8983.11,-402.958,71.0471,2.44832,180,0,0,8,0,0,0,0,0),(80221,721,0,1,1,0,0,-9005.59,-384.689,73.4165,5.41013,180,10,0,1,0,1,0,0,0),(80222,38,0,1,1,0,1,-8998.78,-390.347,71.8185,4.87939,180,10,0,71,0,1,0,0,0),(80223,38,0,1,1,0,1,-9003.3,-363.304,75.0033,3.74668,180,0,0,71,0,0,0,0,0),(80224,38,0,1,1,0,1,-9034.19,-397.809,72.6381,1.83317,180,10,0,71,0,1,0,0,0),(80225,721,0,1,1,0,0,-9028.71,-387.084,74.5318,3.36358,180,10,0,1,0,1,0,0,0),(80226,38,0,1,1,0,1,-9027.98,-383.922,75.0318,1.25572,180,10,0,71,0,1,0,0,0),(80227,883,0,1,1,0,0,-9021.51,-373.152,75.1056,3.3033,180,5,0,1,0,1,0,0,0),(80228,38,0,1,1,0,1,-8980.84,-411.607,69.4132,6.01341,180,0,0,71,0,0,0,0,0),(80229,38,0,1,1,0,1,-8951.47,-429.956,65.1523,1.95477,180,0,0,71,0,0,0,0,0),(80230,38,0,1,1,0,1,-8956.23,-422.418,65.3401,4.5204,180,0,0,71,0,0,0,0,0),(80231,38,0,1,1,0,1,-8958.37,-431.305,64.7884,1.25664,180,0,0,71,0,0,0,0,0),(80232,721,0,1,1,0,0,-8936.78,-418.375,65.8772,3.73739,180,10,0,1,0,1,0,0,0),(80233,883,0,1,1,0,0,-9002.12,-420.868,69.827,3.13183,180,5,0,1,0,1,0,0,0),(80234,721,0,1,1,0,0,-8938.28,-391.842,70.048,0.868378,180,10,0,1,0,1,0,0,0),(80236,38,0,1,1,0,1,-8956.91,-389.864,70.298,2.37787,180,5,0,71,0,1,0,0,0),(80237,38,0,1,1,0,1,-8917.87,-381.132,70.7183,1.76861,180,5,0,71,0,1,0,0,0),(80238,38,0,1,1,0,1,-8963.1,-370.271,73.0808,1.16937,180,5,0,71,0,1,0,0,0),(80239,721,0,1,1,0,0,-8911.16,-418.504,66.6302,5.18603,180,10,0,1,0,1,0,0,0),(80240,883,0,1,1,0,0,-8927.37,-436.047,66.9626,0.182826,180,5,0,1,0,1,0,0,0),(80241,38,0,1,1,0,1,-8869.45,-373.783,71.6896,2.31791,180,0,0,71,0,2,0,0,0),(80242,721,0,1,1,0,0,-8893.94,-387.5,68.8146,4.92776,180,10,0,1,0,1,0,0,0),(80243,721,0,1,1,0,0,-8875.71,-389.825,68.1029,4.35911,180,10,0,1,0,1,0,0,0),(80246,38,0,1,1,0,1,-8886.68,-392.438,67.5338,0.217492,180,5,0,71,0,1,0,0,0),(80247,103,0,1,1,0,1,-9056.48,-460.903,72.8318,1.76278,180,0,0,102,0,0,0,0,0),(80248,38,0,1,1,0,1,-8886.35,-445.452,65.1291,3.39385,180,5,0,71,0,1,0,0,0),(80249,721,0,1,1,0,0,-8885.43,-450.312,65.3791,4.33639,180,10,0,1,0,1,0,0,0),(80250,38,0,1,1,0,1,-8924.11,-445.315,68.1632,0,180,5,0,71,0,1,0,0,0),(80251,38,0,1,1,0,1,-8878.29,-410.994,65.7157,4.53505,180,5,0,71,0,1,0,0,0),(80253,38,0,1,1,0,1,-8869.74,-371.571,72.0051,0.592264,180,10,0,71,0,1,0,0,0),(80254,38,0,1,1,0,1,-8916.79,-403.277,67.5052,0.827004,180,10,0,71,0,1,0,0,0),(80255,38,0,1,1,0,1,-8938.17,-372.883,71.923,6.04404,180,10,0,71,0,1,0,0,0),(80256,38,0,1,1,0,1,-8912.98,-361.353,73.4038,0.848243,180,10,0,71,0,1,0,0,0),(80257,38,0,1,1,0,1,-8929.8,-356.501,72.2315,1.04143,180,10,0,71,0,1,0,0,0),(80259,38,0,1,1,0,1,-8975.7,-338.156,73.2266,0.510007,180,10,0,71,0,1,0,0,0),(79543,17816,547,3,1,0,0,-23.9356,-196.451,-1.80866,3.82664,86400,1,0,15489,0,1,0,0,0),(80261,69,0,1,1,0,0,-8979.83,-213.14,73.952,4.21105,180,0,0,55,0,0,0,0,0),(80262,11260,0,1,1,0,1,-8967.41,-203.362,75.5193,2.50597,180,0,0,42,0,2,0,0,0),(80263,1423,0,1,1,0,1,-9076.08,-46.0496,87.617,0.270454,190,0,0,1124,0,2,0,0,0),(80264,94,0,1,1,0,1,-9116.32,16.1908,86.1412,0,180,5,0,102,0,1,0,0,0),(80265,94,0,1,1,0,1,-9123.28,45.5078,81.5248,0,180,5,0,102,0,1,0,0,0),(80266,721,0,1,1,0,0,-9009.96,-0.049045,89.1085,0,180,10,0,1,0,1,0,0,0),(80267,94,0,1,1,0,1,-9216.37,19.9618,76.701,0.825487,180,5,0,102,0,1,0,0,0),(80268,94,0,1,1,0,1,-9175.16,78.2666,77.6793,2.67358,180,5,0,102,0,1,0,0,0),(80269,94,0,1,1,0,1,-9144.37,53.7751,77.7479,4.62874,180,5,0,102,0,1,0,0,0),(80270,299,0,1,1,0,0,-9271.63,-20.4582,72.0286,6.22852,180,10,0,42,0,1,0,0,0),(80271,94,0,1,1,0,1,-9263.42,-24.1155,73.1425,4.06441,180,5,0,102,0,1,0,0,0),(82964,21301,548,1,1,0,1,44.8716,-553.235,1.58654,0.378046,604800,0,0,125668,0,2,0,0,0),(82963,21301,548,1,1,0,1,145.612,-359.579,1.58651,2.69576,604800,0,0,125668,0,2,0,0,0),(82962,21251,548,1,1,0,0,254.304,-687.7,-6.23133,5.01312,604800,0,0,387450,0,2,0,0,0),(80275,94,0,1,1,0,1,-9189.05,110.796,75.854,3.7875,180,5,0,102,0,1,0,0,0),(80276,94,0,1,1,0,1,-9243.78,122.246,72.377,0.481233,180,5,0,102,0,1,0,0,0),(80277,94,0,1,1,0,1,-9216.17,147.554,72.3877,3.05173,180,5,0,102,0,1,0,0,0),(80278,883,0,1,1,0,0,-9265.33,139.605,68.8393,4.46788,180,5,0,1,0,1,0,0,0),(80279,94,0,1,1,0,1,-9195.6,185.983,73.4127,3.34746,180,5,0,102,0,1,0,0,0),(80280,721,0,1,1,0,0,-9298.47,228.579,67.886,1.22931,180,10,0,1,0,1,0,0,0),(80281,94,0,1,1,0,1,-9278.95,203.298,67.636,4.66906,180,5,0,102,0,1,0,0,0),(80282,94,0,1,1,0,1,-9218.33,241.176,73.3824,5.081,180,5,0,102,0,1,0,0,0),(80283,3937,0,1,1,0,0,-9127.47,391.953,91.4787,3.82752,180,0,0,247,0,2,0,0,0),(80284,1933,0,1,1,0,0,-9207.74,335.047,72.9692,5.08074,180,5,0,14,0,1,0,0,0),(80285,2442,0,1,1,0,0,-9210.72,419.773,88.383,2.05575,180,5,0,1,0,1,0,0,0),(80286,883,0,1,1,0,0,-9181.17,414.977,89.7382,1.14126,180,5,0,1,0,1,0,0,0),(80287,890,0,1,1,0,0,-9182.42,414.435,89.3592,3.36393,180,0,0,8,0,0,0,0,0),(80288,30,0,1,1,0,0,-9259.6,444.417,84.3847,5.11796,180,5,0,102,0,1,0,0,0),(80289,525,0,1,1,0,0,-9285.95,377.083,76.1121,0.555494,180,10,0,102,0,1,0,0,0),(80290,1933,0,1,1,0,0,-9283.05,460.661,79.7801,2.80317,180,5,0,14,0,1,0,0,0),(80291,2442,0,1,1,0,0,-9334.18,322.277,67.1415,3.98068,180,5,0,1,0,1,0,0,0),(80292,395,0,1,1,0,0,-9277.34,345.464,75.6012,5.62312,180,0,0,42,0,0,0,0,0),(80293,11994,0,1,1,0,0,-9309.79,284.638,70.6218,2.04204,250,0,0,713,0,0,0,0,0),(80294,11979,0,1,1,0,0,-9313.08,291.223,70.6186,4.5204,250,0,0,713,0,0,0,0,0),(80295,525,0,1,1,0,0,-9312.85,349.291,68.9001,0.755021,180,10,0,102,0,1,0,0,0),(80296,721,0,1,1,0,0,-9307.77,323.492,70.8742,2.95222,180,10,0,1,0,1,0,0,0),(80297,883,0,1,1,0,0,-9299.99,391.945,75.5581,0.692738,180,5,0,1,0,1,0,0,0),(80298,94,0,1,1,0,1,-9287.21,281.559,70.1183,3.36619,180,5,0,102,0,1,0,0,0),(80299,525,0,1,1,0,0,-9347.53,258.843,65.4293,0.365631,180,10,0,102,0,1,0,0,0),(80300,525,0,1,1,0,0,-9388.39,290.287,62.9001,1.95877,180,10,0,102,0,1,0,0,0),(80301,30,0,1,1,0,0,-9390.82,286.729,62.52,1.32586,180,5,0,102,0,1,0,0,0),(80302,620,0,1,1,0,0,-9340.95,285.349,67.4902,0.602206,300,10,0,1,0,1,0,0,0),(80303,525,0,1,1,0,0,-9356.33,306.629,65.9791,2.01959,180,10,0,102,0,1,0,0,0),(80304,11996,0,1,1,0,0,-9318.44,270.625,68.1097,3.52786,180,0,0,42,0,0,0,0,0),(80305,22985,0,1,1,0,0,-9321.16,270.756,68.0387,6.23488,300,0,0,42,0,0,0,0,0),(80306,620,0,1,1,0,0,-9325.21,269.797,67.8272,5.27587,300,10,0,1,0,1,0,0,0),(80307,620,0,1,1,0,0,-9323.52,275.141,68.6325,3.57932,300,10,0,1,0,1,0,0,0),(80308,620,0,1,1,0,0,-9332.22,272.505,68.1097,1.01197,300,10,0,1,0,1,0,0,0),(80309,721,0,1,1,0,0,-9320.07,269.961,68.1097,0.02196,180,10,0,1,0,1,0,0,0),(80310,620,0,1,1,0,0,-9331.25,285.416,68.7347,5.96252,300,10,0,1,0,1,0,0,0),(80311,525,0,1,1,0,0,-9416.54,200.779,60.2635,0.633863,180,10,0,102,0,1,0,0,0),(80312,525,0,1,1,0,0,-9379.01,205.933,61.7403,4.94317,180,10,0,102,0,1,0,0,0),(80313,2442,0,1,1,0,0,-9413.49,226.538,61.0589,2.80054,180,5,0,1,0,1,0,0,0),(80314,30,0,1,1,0,0,-9383.82,200.188,61.4398,0.546416,180,5,0,102,0,1,0,0,0),(80315,525,0,1,1,0,0,-9401.29,254.306,61.8017,5.7364,180,10,0,102,0,1,0,0,0),(80316,525,0,1,1,0,0,-9405.91,310.595,59.3323,2.20649,180,10,0,102,0,1,0,0,0),(80317,795,0,1,1,0,0,-9424.88,128.852,59.563,2.28574,180,0,0,42,0,0,0,0,0),(80318,620,0,1,1,0,0,-9427.15,129.176,59.4742,2.84226,300,10,0,1,0,1,0,0,0),(80319,721,0,1,1,0,0,-9347.92,127.084,64.2189,1.74998,180,10,0,1,0,1,0,0,0),(80320,797,0,1,1,0,0,-9426.15,129.829,59.5506,3.12876,180,0,0,42,0,2,0,0,0),(80321,796,0,1,1,0,0,-9422.29,129.096,59.7126,2.22594,180,0,0,42,0,0,0,0,0),(80322,620,0,1,1,0,0,-9429.7,129.086,59.3006,5.70503,300,10,0,1,0,1,0,0,0),(80323,525,0,1,1,0,0,-9441.37,233.004,59.9603,0.430757,180,10,0,102,0,1,0,0,0),(80324,1933,0,1,1,0,0,-9367.79,146.996,61.5274,3.48803,180,5,0,14,0,1,0,0,0),(80325,927,0,1,1,0,1,-9468.14,108.976,57.6606,1.79769,180,0,0,222,0,0,0,0,0),(80326,241,0,1,1,0,1,-9496.32,72.8264,56.598,6.23082,180,0,0,102,0,0,0,0,0),(80327,66,0,1,1,0,0,-9494.13,83.9096,56.6586,5.96903,180,0,0,198,0,0,0,0,0),(80328,5403,0,1,1,0,0,-9468.9,46.1174,56.909,4.43314,180,0,0,42,0,0,0,0,0),(80329,5406,0,1,1,0,0,-9472.91,46.977,56.887,4.83456,180,0,0,42,0,0,0,0,0),(80330,1423,0,1,1,0,1,-9481.31,74.4224,56.5493,3.06882,190,0,0,1124,0,0,0,0,0),(80331,620,0,1,1,0,0,-9472.62,47.3926,56.7775,5.34535,300,0,0,1,0,0,0,0,0),(80332,620,0,1,1,0,0,-9470.22,54.0639,57.2775,2.38564,300,10,0,1,0,1,0,0,0),(80333,913,0,1,1,0,1,-9461.85,109.353,57.8784,2.6529,180,0,0,247,0,0,0,0,0),(80334,240,0,1,1,0,1,-9465.52,74.0069,56.7785,4.59022,250,0,0,713,0,0,0,0,0),(80335,1423,0,1,1,0,1,-9454.15,73.0675,56.7219,3.27538,190,0,1,1124,0,0,0,0,0),(80336,514,0,1,1,0,1,-9456.65,87.8553,58.4271,2.40855,190,0,0,664,0,0,0,0,0),(80337,74,0,1,1,0,0,-9457.64,99.6884,58.4271,4.11898,180,0,0,198,0,0,0,0,0),(80338,54,0,1,1,0,1,-9464.87,93.9896,58.5271,0,180,0,0,198,0,0,0,0,0),(80339,2046,0,1,1,0,1,-9462.29,87.8151,58.4211,0.733038,180,0,0,156,0,0,0,0,0),(80340,6749,0,1,1,0,0,-9465.95,48.1419,56.9676,1.46608,250,0,0,1003,0,0,0,0,0),(80341,299,0,1,1,0,0,-9380.72,49.6599,60.4848,4.10521,180,10,0,42,0,1,0,0,0),(80342,525,0,1,1,0,0,-9386.41,59.6187,60.128,2.74345,180,10,0,102,0,1,0,0,0),(80343,299,0,1,1,0,0,-9351.23,56.4407,61.0556,2.97341,180,10,0,42,0,1,0,0,0),(80344,328,0,1,1,0,1,-9471.67,34.451,63.9038,4.62512,180,0,0,273,0,0,0,0,0),(80345,6778,0,1,1,0,0,-9471.94,27.4077,56.4228,5.58505,180,0,0,222,0,0,0,0,0),(80346,295,0,1,1,0,0,-9462.66,16.1915,57.0459,3.03687,310,0,0,1003,0,0,0,0,0),(80347,377,0,1,1,0,1,-9460.75,33.1338,63.9038,4.36332,180,0,0,273,0,0,0,0,0),(80348,151,0,1,1,0,1,-9465.29,9.63314,57.1459,1.44862,180,0,0,198,0,0,0,0,0),(80349,3935,0,1,1,0,1,-9466.42,0.061252,57.0335,6.12611,180,0,0,198,0,0,0,0,0),(80350,253,0,1,1,0,0,-9460.3,31.9389,57.0494,2.98451,180,0,0,120,0,0,0,0,0),(80351,525,0,1,1,0,0,-9352.68,39.7086,61.6442,4.33008,180,10,0,102,0,1,0,0,0),(80352,6374,0,1,1,0,1,-9466.97,-5.52935,49.8766,4.57276,180,0,0,199,459,0,0,0,0),(80353,906,0,1,1,0,1,-9472.8,-5.32661,49.8778,5.55015,180,0,0,198,0,0,0,0,0),(80354,6121,0,1,1,0,0,-9473.43,-8.58822,49.8779,6.23082,180,0,0,178,382,0,0,0,0),(80355,1430,0,1,1,0,1,-9466.99,-4.53396,57.033,1.64061,180,0,0,198,0,0,0,0,0),(80356,883,0,1,1,0,0,-9470.53,-25.8799,58.3798,0.281633,180,5,0,1,0,1,0,0,0),(80357,890,0,1,1,0,0,-9473.01,-26.9386,58.4689,0.426951,180,0,0,8,0,0,0,0,0),(51825,8208,1,1,1,0,0,-7406.35,-3828.79,9.63658,2.81239,9900,0,0,2059,0,0,0,0,0),(80359,721,0,1,1,0,0,-9439.26,-26.7026,60.6086,4.1163,180,10,0,1,0,1,0,0,0),(80360,721,0,1,1,0,0,-9535.33,89.8609,59.0065,5.15616,180,10,0,1,0,1,0,0,0),(80361,113,0,1,1,0,0,-9545.4,4.4072,60.651,5.20721,180,5,0,102,0,1,0,0,0),(80362,113,0,1,1,0,0,-9547.6,83.9896,59.5094,5.09636,180,5,0,102,0,1,0,0,0),(80363,1933,0,1,1,0,0,-9554.76,82.208,59.0394,1.38046,180,5,0,14,0,1,0,0,0),(80364,525,0,1,1,0,0,-9526.04,-57.6862,58.9145,1.44787,180,10,0,102,0,1,0,0,0),(80365,721,0,1,1,0,0,-9563.49,64.6003,59.993,2.83936,180,10,0,1,0,1,0,0,0),(80366,1933,0,1,1,0,0,-9574.03,2.28607,61.55,1.8693,180,5,0,14,0,1,0,0,0),(80367,113,0,1,1,0,0,-9548.47,115.032,59.1045,3.35103,180,5,0,102,0,1,0,0,0),(80368,1933,0,1,1,0,0,-9515.27,174.794,57.6116,3.32485,180,5,0,14,0,1,0,0,0),(80369,113,0,1,1,0,0,-9552.61,151.449,59.4064,2.34791,180,5,0,102,0,1,0,0,0),(80370,721,0,1,1,0,0,-9536.96,180.429,57.4556,0.015586,180,10,0,1,0,1,0,0,0),(80371,113,0,1,1,0,0,-9529.79,187.151,57.8628,2.56714,180,5,0,102,0,1,0,0,0),(80372,94,0,1,1,0,1,-9471.96,254.546,53.9546,6.21279,180,5,0,102,0,1,0,0,0),(80373,883,0,1,1,0,0,-9477.02,260.347,54.102,1.47696,180,5,0,1,0,1,0,0,0),(80374,94,0,1,1,0,1,-9486.54,277.408,52.9888,3.26632,180,5,0,102,0,1,0,0,0),(80375,94,0,1,1,0,1,-9464.92,275.763,53.5246,4.97254,180,5,0,102,0,1,0,0,0),(80376,2442,0,1,1,0,0,-9409.5,298.304,60.0419,3.86036,180,5,0,1,0,1,0,0,0),(80377,94,0,1,1,0,1,-9489.74,311.878,56.206,6.20915,180,5,0,102,0,1,0,0,0),(80378,525,0,1,1,0,0,-9484.38,321.875,52.4917,6.19262,180,10,0,102,0,1,0,0,0),(80379,525,0,1,1,0,0,-9448.6,341.045,54.4686,5.63527,180,10,0,102,0,1,0,0,0),(80380,525,0,1,1,0,0,-9383.59,331.037,58.9527,3.91228,180,10,0,102,0,1,0,0,0),(80381,116,0,1,1,0,1,-9270.71,458.695,81.4879,2.58321,180,5,0,156,0,1,0,0,0),(80382,525,0,1,1,0,0,-9239.91,421.35,87.1991,0.125324,180,10,0,102,0,1,0,0,0),(80383,474,0,1,1,0,1,-9348.8,524.347,53.4461,5.42204,180,0,0,160,350,0,0,0,0),(80384,116,0,1,1,0,1,-9289.61,522.254,83.8261,5.35067,180,5,0,156,0,1,0,0,0),(80385,116,0,1,1,0,1,-9280.03,510.21,84.1767,1.69299,180,5,0,156,0,1,0,0,0),(80386,116,0,1,1,0,1,-9303.82,525.605,79.5101,1.86418,180,5,0,156,0,1,0,0,0),(80387,116,0,1,1,0,1,-9287.19,498.328,80.096,4.63733,180,5,0,156,0,1,0,0,0),(80388,474,0,1,1,0,1,-9378.74,532.762,57.3211,3.44836,180,0,0,160,350,0,0,0,0),(80389,474,0,1,1,0,1,-9389.63,529.377,61.5711,2.16402,180,0,0,160,350,0,0,0,0),(80390,474,0,1,1,0,1,-9321.24,552.049,76.9558,3.0249,180,0,0,160,350,0,0,0,0),(80391,116,0,1,1,0,1,-9441.48,469.81,53.2758,4.26422,180,5,0,156,0,1,0,0,0),(80392,116,0,1,1,0,1,-9444.94,473.775,52.3257,4.03171,180,5,0,156,0,1,0,0,0),(80393,116,0,1,1,0,1,-9437.72,486.039,53.3307,5.58505,180,5,0,156,0,1,0,0,0),(80394,116,0,1,1,0,1,-9433.15,482.528,53.2474,2.53073,180,5,0,156,0,1,0,0,0),(80395,99,0,1,1,0,1,-9437.81,466.159,53.2881,3.74106,3600,0,0,198,0,0,0,0,0),(80396,94,0,1,1,0,1,-9464.65,480.308,53.0385,3.48143,180,5,0,102,0,1,0,0,0),(80397,94,0,1,1,0,1,-9453.23,512.811,56.3243,6.18203,180,5,0,102,0,1,0,0,0),(80398,30,0,1,1,0,0,-9483.68,547.621,53.2887,0.369588,180,5,0,102,0,1,0,0,0),(80399,116,0,1,1,0,1,-9447.86,462.158,52.2864,4.2586,180,5,0,156,0,1,0,0,0),(80400,94,0,1,1,0,1,-9495.64,457.065,52.3032,2.96413,180,5,0,102,0,1,0,0,0),(80401,94,0,1,1,0,1,-9479.78,470.421,51.6672,5.18983,180,5,0,102,0,1,0,0,0),(80402,94,0,1,1,0,1,-9459.9,426.179,52.6221,3.6223,180,5,0,102,0,1,0,0,0),(80403,116,0,1,1,0,1,-9441.33,447.532,52.5032,3.9619,180,5,0,156,0,1,0,0,0),(80404,116,0,1,1,0,1,-9445.96,451.56,52.6251,1.93731,180,5,0,156,0,1,0,0,0),(80405,94,0,1,1,0,1,-9517.96,494.378,52.2181,5.29769,180,5,0,102,0,1,0,0,0),(80406,30,0,1,1,0,0,-9524.25,426.606,53.0522,3.66698,180,5,0,102,0,1,0,0,0),(80407,525,0,1,1,0,0,-9538.83,471.885,52.6319,1.89255,180,10,0,102,0,1,0,0,0),(80408,525,0,1,1,0,0,-9515.82,474.036,52.6854,0.317416,180,10,0,102,0,1,0,0,0),(80409,2442,0,1,1,0,0,-9547.63,526.943,50.0758,5.83003,180,5,0,1,0,1,0,0,0),(80410,525,0,1,1,0,0,-9506.85,406.131,52.3176,3.51163,180,10,0,102,0,1,0,0,0),(80411,525,0,1,1,0,0,-9500.23,554.585,51.7785,0.273427,180,10,0,102,0,1,0,0,0),(80412,474,0,1,1,0,1,-9352.18,503.765,50.433,4.97419,180,0,0,160,350,0,0,0,0),(80413,525,0,1,1,0,0,-9502.93,324.291,52.2383,0.973038,180,10,0,102,0,1,0,0,0),(80414,525,0,1,1,0,0,-9542.45,282.37,53.0858,2.62729,180,10,0,102,0,1,0,0,0),(80415,30,0,1,1,0,0,-9538.36,294.275,53.4616,1.47696,180,5,0,102,0,1,0,0,0),(80416,525,0,1,1,0,0,-9560.1,319.627,53.0128,3.78705,180,10,0,102,0,1,0,0,0),(80417,525,0,1,1,0,0,-9575.73,306.545,54.6368,2.4627,180,10,0,102,0,1,0,0,0),(80418,30,0,1,1,0,0,-9559.39,217.842,56.78,2.27546,180,5,0,102,0,1,0,0,0),(80419,113,0,1,1,0,0,-9577.93,229.622,51.5966,5.46465,180,5,0,102,0,1,0,0,0),(80420,525,0,1,1,0,0,-9643.3,298.333,47.5885,6.0536,180,10,0,102,0,1,0,0,0),(80421,525,0,1,1,0,0,-9615.15,316.553,45.5058,5.38439,180,10,0,102,0,1,0,0,0),(80422,30,0,1,1,0,0,-9625.72,209.416,47.9853,2.73477,180,5,0,102,0,1,0,0,0),(80423,113,0,1,1,0,0,-9685.17,213.392,51.2086,2.69681,180,5,0,102,0,1,0,0,0),(80424,525,0,1,1,0,0,-9643.3,360.25,42.9048,2.4112,180,10,0,102,0,1,0,0,0),(80425,30,0,1,1,0,0,-9646.86,371.204,42.7618,6.151,180,5,0,102,0,1,0,0,0),(80426,525,0,1,1,0,0,-9637.91,368.944,42.7618,1.46233,180,10,0,102,0,1,0,0,0),(80427,525,0,1,1,0,0,-9686.59,330.467,45.9163,1.25255,180,10,0,102,0,1,0,0,0),(80428,2442,0,1,1,0,0,-9675.89,369.958,43.1045,1.27595,180,5,0,1,0,1,0,0,0),(80429,525,0,1,1,0,0,-9701.68,373.565,41.9979,3.41465,180,10,0,102,0,1,0,0,0),(80430,525,0,1,1,0,0,-9691.12,387.699,42.0108,5.837,180,10,0,102,0,1,0,0,0),(80431,525,0,1,1,0,0,-9604.43,481.71,41.167,1.04289,180,10,0,102,0,1,0,0,0),(80432,525,0,1,1,0,0,-9589.67,456.328,40.9777,2.3663,180,10,0,102,0,1,0,0,0),(80433,525,0,1,1,0,0,-9609.22,484.572,41.4802,5.37737,180,10,0,102,0,1,0,0,0),(80434,525,0,1,1,0,0,-9625.81,506.437,41.888,0.899895,180,10,0,102,0,1,0,0,0),(80435,525,0,1,1,0,0,-9626.33,520.953,42.763,2.79898,180,10,0,102,0,1,0,0,0),(80436,525,0,1,1,0,0,-9611.63,509.318,41.8522,3.49066,180,10,0,102,0,1,0,0,0),(80437,525,0,1,1,0,0,-9610.75,518.436,42.0201,2.80998,180,10,0,102,0,1,0,0,0),(80438,525,0,1,1,0,0,-9659.06,523.691,41.0109,2.79198,180,10,0,102,0,1,0,0,0),(80439,525,0,1,1,0,0,-9551.24,525.083,50.0121,1.74558,180,10,0,102,0,1,0,0,0),(80440,2442,0,1,1,0,0,-9643.69,544.681,44.0833,0.875365,180,5,0,1,0,1,0,0,0),(80441,525,0,1,1,0,0,-9611.13,537.079,44.1051,1.56298,180,10,0,102,0,1,0,0,0),(80442,525,0,1,1,0,0,-9589.72,573.505,49.3531,3.39805,180,10,0,102,0,1,0,0,0),(80443,1423,0,1,1,0,1,-9615.57,644.484,38.6521,5.41741,190,0,0,1124,0,0,0,0,0),(80444,1423,0,1,1,0,1,-9640.68,653.895,62.7339,5.89845,190,0,0,1124,0,0,0,0,0),(82961,21246,548,1,1,0,0,-144.822,-138.235,-5.40741,6.23245,604800,0,0,75400,0,0,0,0,0),(80446,1423,0,1,1,0,1,-9621.73,663.242,52.5756,0.215856,190,0,0,1124,0,0,0,0,0),(80447,1423,0,1,1,0,1,-9611.33,638.353,38.6521,2.20762,190,0,0,1124,0,0,0,0,0),(80448,1249,0,1,1,0,1,-9653.95,659.651,38.7355,5.68977,300,0,0,198,0,0,0,0,0),(80449,1645,0,1,1,0,1,-9652.26,654.731,38.7355,0.453786,300,0,0,198,0,0,0,0,0),(80450,896,0,1,1,0,0,-9649.72,661.417,38.7355,5.02655,300,0,0,198,0,0,0,0,0),(80451,525,0,1,1,0,0,-9658.07,577.166,43.0452,3.46328,180,10,0,102,0,1,0,0,0),(80452,525,0,1,1,0,0,-9682.65,620.546,39.5905,4.14272,180,10,0,102,0,1,0,0,0),(80453,2442,0,1,1,0,0,-9687.77,611.569,38.9802,2.84396,180,5,0,1,0,1,0,0,0),(80454,721,0,1,1,0,0,-9667.99,609.968,39.8405,1.11368,180,10,0,1,0,1,0,0,0),(80455,1423,0,1,1,0,1,-9626.75,652.528,47.4739,6.05674,190,0,0,1124,0,0,0,0,0),(80456,1423,0,1,1,0,1,-9626.94,690.651,52.5756,4.99134,190,0,0,1124,0,0,0,0,0),(80457,1423,0,1,1,0,1,-9606.12,670.059,53.8694,5.23726,190,0,0,1124,0,0,0,0,0),(80458,1423,0,1,1,0,1,-9626.99,677.92,52.5756,0.717858,190,0,0,1124,0,0,0,0,0),(80459,955,0,1,1,0,1,-9633.79,699.489,38.7355,5.8294,300,0,0,198,0,0,0,0,0),(80460,1423,0,1,1,0,1,-9613.22,667.673,38.6522,1.12454,190,0,0,1124,0,0,0,0,0),(80461,1423,0,1,1,0,1,-9601.35,667.134,38.6522,3.51367,190,0,0,1124,0,0,0,0,0),(80462,1423,0,1,1,0,1,-9621.15,693.24,62.7332,5.8584,190,0,0,1124,0,0,0,0,0),(80463,1423,0,1,1,0,1,-9611.39,686.407,38.6521,1.66047,190,0,0,1124,0,0,0,0,0),(80464,1423,0,1,1,0,1,-9595.17,680.425,38.6521,2.41778,190,0,0,1124,0,0,0,0,0),(80465,1423,0,1,1,0,1,-9593.95,685.146,38.6521,4.02325,190,0,0,1124,0,0,0,0,0),(80466,1423,0,1,1,0,1,-9737.79,557.637,35.62,3.16212,190,0,0,1124,0,0,0,0,0),(80467,1423,0,1,1,0,1,-9744.4,558.682,35.6202,6.00393,190,0,0,1124,0,0,0,0,0),(80468,525,0,1,1,0,0,-9687.87,539.143,38.716,4.69286,180,10,0,102,0,1,0,0,0),(80469,525,0,1,1,0,0,-9671.34,546.917,40.0999,3.99928,180,10,0,102,0,1,0,0,0),(80470,721,0,1,1,0,0,-9731.21,606.504,32.078,1.26139,180,10,0,1,0,1,0,0,0),(80471,963,0,1,1,0,1,-9662.75,694.321,36.9357,3.28122,180,0,0,198,0,0,0,0,0),(80472,721,0,1,1,0,0,-9688.71,697.875,33.6506,4.68112,180,10,0,1,0,1,0,0,0),(82960,21251,548,1,1,0,0,232.579,-263.236,-2.01759,3.40574,604800,0,0,387450,0,2,0,0,0),(80474,478,0,1,1,0,1,-9788.6,582.644,38.1564,5.91138,180,5,0,176,0,1,0,0,0),(80475,1423,0,1,1,0,1,-9804.19,685.987,31.7587,4.18879,190,0,0,1124,0,0,0,0,0),(80476,525,0,1,1,0,0,-9722.19,717.864,29.3523,1.61183,180,10,0,102,0,1,0,0,0),(80477,2442,0,1,1,0,0,-9712.52,751.27,31.0481,5.25384,180,5,0,1,0,1,0,0,0),(80478,525,0,1,1,0,0,-9687.83,754.702,31.4786,3.94633,180,10,0,102,0,1,0,0,0),(80479,525,0,1,1,0,0,-9686.91,764.203,32.9384,2.13017,180,10,0,102,0,1,0,0,0),(80480,822,0,1,1,0,0,-9693.27,756.903,31.5184,1.15872,180,5,0,195,0,1,0,0,0),(80481,525,0,1,1,0,0,-9707.64,782.041,31.7447,5.35258,180,10,0,102,0,1,0,0,0),(80482,525,0,1,1,0,0,-9659.22,792.274,34.7735,2.78882,180,10,0,102,0,1,0,0,0),(80483,721,0,1,1,0,0,-9771.53,770.524,26.802,2.94002,180,10,0,1,0,1,0,0,0),(80484,1423,0,1,1,0,1,-9780.1,711.683,33.0689,4.623,190,0,0,1124,0,0,0,0,0),(80485,1423,0,1,1,0,1,-9795.4,709.685,33.2013,3.88862,190,0,0,1124,0,0,0,0,0),(80486,1423,0,1,1,0,1,-9803.49,715.782,33.1171,4.72195,190,0,0,1124,0,0,0,0,0),(80487,822,0,1,1,0,0,-9869.39,684.55,35.9953,1.20226,180,5,0,195,0,1,0,0,0),(80488,1423,0,1,1,0,1,-9807.69,717.244,68.206,2.89725,190,0,0,1124,0,0,0,0,0),(80489,1423,0,1,1,0,1,-9815.01,690.105,31.6528,4.31096,190,0,0,1124,0,0,0,0,0),(80490,478,0,1,1,0,1,-9906.72,623.355,40.2933,4.03545,180,5,0,176,0,1,0,0,0),(80492,478,0,1,1,0,1,-9847.56,587.786,40.311,2.83187,180,5,0,176,0,1,0,0,0),(80493,478,0,1,1,0,1,-9824.3,620.795,41.6051,5.09522,180,5,0,176,0,1,0,0,0),(80494,721,0,1,1,0,0,-9852.17,617.767,39.8341,1.14144,180,10,0,1,0,1,0,0,0),(80495,883,0,1,1,0,0,-9860.01,659.279,38.1223,1.31019,180,5,0,1,0,1,0,0,0),(80496,890,0,1,1,0,0,-9861.74,656.577,38.4626,1.13435,180,10,0,8,0,1,0,0,0),(82959,21229,548,1,1,0,1,437.532,-481.711,-13.1582,6.23586,604800,0,0,100520,48465,0,0,0,0),(82958,21339,548,1,1,0,1,-220.628,-240.13,-5.40741,5.71646,604800,0,0,100520,48465,0,0,0,0),(80499,97,0,1,1,0,1,-9945.14,617.188,37.2311,2.77507,180,5,0,156,0,1,0,0,0),(80500,478,0,1,1,0,1,-9949.54,615.613,37.2311,1.16937,180,5,0,176,0,1,0,0,0),(80501,478,0,1,1,0,1,-9949.58,621.918,37.2311,5.06145,180,5,0,176,0,1,0,0,0),(80502,721,0,1,1,0,0,-9935.78,606.082,39.6475,3.81372,180,10,0,1,0,1,0,0,0),(80503,478,0,1,1,0,1,-9990.87,653.904,36.4184,2.51737,180,5,0,176,0,1,0,0,0),(80504,97,0,1,1,0,1,-9996.68,665.204,36.6127,3.76991,180,5,0,156,0,1,0,0,0),(80505,97,0,1,1,0,1,-9944.83,572.915,37.6453,2.37365,180,5,0,156,0,1,0,0,0),(80506,97,0,1,1,0,1,-9933.14,573.86,37.027,1.16937,180,5,0,156,0,1,0,0,0),(80507,478,0,1,1,0,1,-9935.88,583.854,37.7703,1.44862,180,5,0,176,0,1,0,0,0),(80508,478,0,1,1,0,1,-9931.62,578.899,37.277,2.3911,180,5,0,176,0,1,0,0,0),(80509,478,0,1,1,0,1,-9954.26,663.252,33.8692,1.44037,180,5,0,176,0,1,0,0,0),(82957,21246,548,1,1,0,0,-219.35,-243.341,-5.40741,6.05418,604800,0,0,75400,0,0,0,0,0),(80511,478,0,1,1,0,1,-10033.9,645.885,38.4437,2.35619,180,5,0,176,0,1,0,0,0),(80512,97,0,1,1,0,1,-10007.6,658.496,36.2532,0.436332,180,5,0,156,0,1,0,0,0),(80513,478,0,1,1,0,1,-10002,657.114,36.4221,1.81514,180,5,0,176,0,1,0,0,0),(80514,478,0,1,1,0,1,-10005.1,662.883,35.8841,5.49779,180,5,0,176,0,1,0,0,0),(80515,822,0,1,1,0,0,-10038.9,649.552,38.2594,3.27767,180,5,0,195,0,1,0,0,0),(80516,478,0,1,1,0,1,-10027.2,608.88,38.7172,3.758,180,5,0,176,0,1,0,0,0),(80517,478,0,1,1,0,1,-10010.6,581.321,38.8676,6.12969,180,5,0,176,0,1,0,0,0),(80518,97,0,1,1,0,1,-10062.1,625.964,39.4488,1.93731,180,5,0,156,0,1,0,0,0),(80519,97,0,1,1,0,1,-10062.3,630.716,39.4488,2.68781,180,5,0,156,0,1,0,0,0),(80520,478,0,1,1,0,1,-10071.4,629.02,39.4488,6.12611,180,5,0,176,0,1,0,0,0),(80521,478,0,1,1,0,1,-10071,633.184,39.4488,6.07375,180,5,0,176,0,1,0,0,0),(80522,721,0,1,1,0,0,-10051.2,614.986,40.0766,2.85444,180,10,0,1,0,1,0,0,0),(80523,97,0,1,1,0,1,-9983.9,575.295,37.7614,5.39307,180,5,0,156,0,1,0,0,0),(80524,97,0,1,1,0,1,-9961.96,551.831,37.5276,5.43096,180,5,0,156,0,1,0,0,0),(80525,478,0,1,1,0,1,-9981.51,562.627,37.7605,1.27409,180,5,0,176,0,1,0,0,0),(80526,478,0,1,1,0,1,-9986.73,571.913,37.7614,5.98648,180,5,0,176,0,1,0,0,0),(80527,478,0,1,1,0,1,-9981.14,547.836,38.0105,3.21327,180,5,0,176,0,1,0,0,0),(80528,478,0,1,1,0,1,-9959.76,544.444,37.6965,0.746743,180,5,0,176,0,1,0,0,0),(80529,721,0,1,1,0,0,-10094.6,606.046,39.2172,1.23808,180,10,0,1,0,1,0,0,0),(80530,478,0,1,1,0,1,-10120.1,653.327,34.911,3.04834,180,5,0,176,0,1,0,0,0),(80531,448,0,1,1,0,1,-10107.2,617.835,38.0838,5.98131,180,0,0,666,0,0,0,0,0),(80532,478,0,1,1,0,1,-10085,633.968,39.1533,2.38575,180,5,0,176,0,1,0,0,0),(80533,478,0,1,1,0,1,-10117.3,711.22,31.4584,5.6441,180,5,0,176,0,1,0,0,0),(80534,97,0,1,1,0,1,-10106.6,690.702,32.0811,3.9619,180,5,0,156,0,1,0,0,0),(80535,478,0,1,1,0,1,-10110.2,692.573,31.9033,4.55531,180,5,0,176,0,1,0,0,0),(80536,478,0,1,1,0,1,-10117.8,686.296,31.9033,6.17846,180,5,0,176,0,1,0,0,0),(80537,478,0,1,1,0,1,-10089.9,673.787,34.2691,4.1482,180,5,0,176,0,1,0,0,0),(80538,478,0,1,1,0,1,-10147.1,616.176,27.6083,4.91395,180,5,0,176,0,1,0,0,0),(80539,478,0,1,1,0,1,-10127,573.715,33.3096,4.91898,180,5,0,176,0,1,0,0,0),(80540,478,0,1,1,0,1,-10092,542.775,25.9823,3.31981,180,5,0,176,0,1,0,0,0),(80541,97,0,1,1,0,1,-10002.6,464.538,32.4476,1.95325,180,5,0,156,0,1,0,0,0),(80542,252,0,1,1,0,0,-9930.05,499.734,32.5204,3.14159,180,0,0,55,0,0,0,0,0),(80543,2442,0,1,1,0,0,-9985.8,468.045,34.2788,0.066845,180,5,0,1,0,1,0,0,0),(80544,113,0,1,1,0,0,-9886.71,461.584,37.8474,1.17974,180,5,0,102,0,1,0,0,0),(80545,97,0,1,1,0,1,-9857.17,467.822,36.5601,5.06952,180,5,0,156,0,1,0,0,0),(80546,478,0,1,1,0,1,-9821.08,562.099,38.7323,1.59273,180,5,0,176,0,1,0,0,0),(80547,822,0,1,1,0,0,-9828.59,537.301,34.4253,3.79252,180,5,0,195,0,1,0,0,0),(80548,721,0,1,1,0,0,-9822.58,434.057,36.6792,4.45111,180,10,0,1,0,1,0,0,0),(80549,113,0,1,1,0,0,-9792.83,435.857,37.9384,4.52488,180,5,0,102,0,1,0,0,0),(80550,113,0,1,1,0,0,-9824.81,412.5,36.872,0,180,5,0,102,0,1,0,0,0),(80551,97,0,1,1,0,1,-9806.09,438.606,36.5553,4.15031,180,5,0,156,0,1,0,0,0),(80552,1933,0,1,1,0,0,-9815.51,452.586,36.1183,1.51801,180,5,0,14,0,1,0,0,0),(80553,113,0,1,1,0,0,-9814.29,454.489,36.4303,5.09693,180,5,0,102,0,1,0,0,0),(80554,113,0,1,1,0,0,-9852,448.214,36.5163,0.538723,180,5,0,102,0,1,0,0,0),(80555,2442,0,1,1,0,0,-9727.69,446.214,37.1872,2.20765,180,5,0,1,0,1,0,0,0),(80556,113,0,1,1,0,0,-9929.22,443.641,34.5945,3.4276,180,5,0,102,0,1,0,0,0),(80557,113,0,1,1,0,0,-9881.65,418.157,34.8951,4.62417,180,5,0,102,0,1,0,0,0),(80558,113,0,1,1,0,0,-9945.1,423.813,34.7675,1.22975,180,5,0,102,0,1,0,0,0),(80559,721,0,1,1,0,0,-9890.72,422.371,35.1451,0.557955,180,10,0,1,0,1,0,0,0),(80560,113,0,1,1,0,0,-9926.7,427.381,34.7728,2.20437,180,5,0,102,0,1,0,0,0),(80561,113,0,1,1,0,0,-9944.8,376.158,34.8795,4.60737,180,5,0,102,0,1,0,0,0),(80562,113,0,1,1,0,0,-9910.12,377.148,35.1656,2.91669,180,5,0,102,0,1,0,0,0),(80563,894,0,1,1,0,0,-9858.46,365.972,36.3371,1.81514,180,0,0,102,0,0,0,0,0),(80564,721,0,1,1,0,0,-9958.53,406.289,35.2716,2.98672,180,10,0,1,0,1,0,0,0),(80565,113,0,1,1,0,0,-10016,379.302,32.8737,5.55437,180,5,0,102,0,1,0,0,0),(80566,113,0,1,1,0,0,-10008.5,362.802,33.5907,0.910096,180,5,0,102,0,1,0,0,0),(80567,113,0,1,1,0,0,-10018.3,313.798,31.4486,3.99191,180,5,0,102,0,1,0,0,0),(80568,244,0,1,1,0,0,-9895,332.424,36.5505,2.11185,180,0,0,71,0,0,0,0,0),(80569,248,0,1,1,0,0,-9880.63,322.619,37.8244,3.14159,180,0,0,71,0,0,0,0,0),(80570,246,0,1,1,0,0,-9889.68,338.467,36.6486,2.75762,180,0,0,120,0,0,0,0,0),(80571,1933,0,1,1,0,0,-9959.63,308.751,36.8121,5.97215,180,5,0,14,0,1,0,0,0),(80572,113,0,1,1,0,0,-9971.3,308.87,35.7139,3.46149,180,5,0,102,0,1,0,0,0),(80573,113,0,1,1,0,0,-9821.62,356.002,37.7473,2.78667,180,5,0,102,0,1,0,0,0),(80574,113,0,1,1,0,0,-9794.95,388.987,39.6181,2.51294,180,5,0,102,0,1,0,0,0),(80575,475,0,1,1,0,1,-9853.68,284.862,37.987,1.89787,180,5,0,102,0,1,0,0,0),(80576,883,0,1,1,0,0,-9821.67,281.215,39.3122,4.5547,180,5,0,1,0,1,0,0,0),(80577,475,0,1,1,0,1,-9770.83,279.166,43.1248,0.1198,180,5,0,102,0,1,0,0,0),(80578,883,0,1,1,0,0,-9745.05,304.262,45.8766,1.78925,180,5,0,1,0,1,0,0,0),(80579,890,0,1,1,0,0,-9743.7,301.686,46.1331,2.21899,180,0,0,8,0,0,0,0,0),(80580,525,0,1,1,0,0,-9716.04,411.349,40.3702,2.527,180,10,0,102,0,1,0,0,0),(80581,113,0,1,1,0,0,-9759.17,190.368,50.8352,1.38605,180,5,0,102,0,1,0,0,0),(80582,475,0,1,1,0,1,-9833.96,188.524,22.577,5.79556,180,5,0,102,0,1,0,0,0),(80583,475,0,1,1,0,1,-9804.73,240.662,41.1706,4.86251,180,5,0,102,0,1,0,0,0),(80584,475,0,1,1,0,1,-9843.61,198.627,22.7217,5.28962,180,5,0,102,0,1,0,0,0),(80585,475,0,1,1,0,1,-9806.61,181.334,22.481,0.226278,180,5,0,102,0,1,0,0,0),(80586,475,0,1,1,0,1,-9818.85,181.23,22.8492,3.23508,180,5,0,102,0,1,0,0,0),(80587,475,0,1,1,0,1,-9828.89,215.772,15.5806,4.06545,180,5,0,102,0,1,0,0,0),(80588,475,0,1,1,0,1,-9825.36,199.121,13.9991,5.394,180,5,0,102,0,1,0,0,0),(80589,475,0,1,1,0,1,-9768.37,231.5,46.3995,2.64377,180,5,0,102,0,1,0,0,0),(80590,475,0,1,1,0,1,-9758.04,191.688,51.0349,3.51339,180,5,0,102,0,1,0,0,0),(80591,475,0,1,1,0,1,-9826.07,186.314,12.2822,1.2734,180,5,0,102,0,1,0,0,0),(80592,475,0,1,1,0,1,-9851.49,213.185,14.1337,2.54401,180,5,0,102,0,1,0,0,0),(80593,113,0,1,1,0,0,-9717.87,248.615,49.4381,5.23292,180,5,0,102,0,1,0,0,0),(80594,475,0,1,1,0,1,-9903.68,226.756,16.4163,0.336615,180,5,0,102,0,1,0,0,0),(80595,475,0,1,1,0,1,-9871.14,237.252,19.4741,4.31734,180,5,0,102,0,1,0,0,0),(80596,475,0,1,1,0,1,-9879.33,217.356,14.1337,5.82548,180,5,0,102,0,1,0,0,0),(80597,475,0,1,1,0,1,-9879.43,190.812,16.6024,1.79753,180,5,0,102,0,1,0,0,0),(80598,475,0,1,1,0,1,-9884.25,260.653,34.8986,2.57944,180,5,0,102,0,1,0,0,0),(80599,475,0,1,1,0,1,-9885.02,196.351,15.2175,2.27603,180,5,0,102,0,1,0,0,0),(80600,475,0,1,1,0,1,-9852.19,179.62,20.9187,3.22526,180,5,0,102,0,1,0,0,0),(80601,475,0,1,1,0,1,-9822.68,180.421,22.9706,3.13012,180,5,0,102,0,1,0,0,0),(80602,475,0,1,1,0,1,-9865.25,170.29,19.6687,5.36632,180,5,0,102,0,1,0,0,0),(80603,721,0,1,1,0,0,-9930.92,285.115,37.6102,0.960702,180,10,0,1,0,1,0,0,0),(80604,40,0,1,1,0,1,-9797.38,131.632,24.4919,2.91242,180,5,0,120,0,1,0,0,0),(80605,40,0,1,1,0,1,-9806.99,116.714,24.3185,1.64476,180,5,0,120,0,1,0,0,0),(80606,475,0,1,1,0,1,-9816.59,120.354,45.9586,3.66559,180,5,0,102,0,1,0,0,0),(80607,475,0,1,1,0,1,-9819.45,129.544,4.7231,5.83605,180,5,0,102,0,1,0,0,0),(80608,40,0,1,1,0,1,-9823.76,122.362,4.11124,0.172538,180,5,0,120,0,1,0,0,0),(80609,40,0,1,1,0,1,-9800.91,117.807,5.79624,1.15769,180,0,0,120,0,0,0,0,0),(80610,40,0,1,1,0,1,-9813.57,109.196,6.22626,4.81172,180,0,0,120,0,0,0,0,0),(80611,475,0,1,1,0,1,-9827.35,124.626,4.25697,6.19969,180,5,0,102,0,1,0,0,0),(80612,475,0,1,1,0,1,-9907.61,178.849,31.9818,5.60655,180,5,0,102,0,1,0,0,0),(80613,475,0,1,1,0,1,-9888.21,153.554,32.0522,5.88405,180,5,0,102,0,1,0,0,0),(80614,40,0,1,1,0,1,-9814.65,151.784,25.961,0.178155,180,0,0,120,0,0,0,0,0),(80615,40,0,1,1,0,1,-9759.31,148.983,22.3136,1.22528,180,0,0,120,0,0,0,0,0),(80616,40,0,1,1,0,1,-9782.1,139.407,26.2336,2.39189,180,0,0,120,0,0,0,0,0),(80617,40,0,1,1,0,1,-9770.11,155.217,24.921,0.045715,180,0,0,120,0,0,0,0,0),(80618,475,0,1,1,0,1,-9799.58,167.104,24.0743,2.08218,180,5,0,102,0,1,0,0,0),(80619,475,0,1,1,0,1,-9840.62,161.11,4.89257,0.281934,180,5,0,102,0,1,0,0,0),(80620,40,0,1,1,0,1,-9794.09,148.158,24.2717,4.75735,180,5,0,120,0,1,0,0,0),(80621,475,0,1,1,0,1,-9849.7,135.178,6.03231,6.08721,180,5,0,102,0,1,0,0,0),(80622,475,0,1,1,0,1,-9857.44,157.624,6.20103,0.988133,180,5,0,102,0,1,0,0,0),(80623,30,0,1,1,0,0,-9760.26,162.948,53.4379,1.60789,180,5,0,102,0,1,0,0,0),(80624,113,0,1,1,0,0,-9907.56,114.018,32.4213,5.30634,180,5,0,102,0,1,0,0,0),(80625,883,0,1,1,0,0,-9789.27,105.548,45.2997,2.68862,180,5,0,1,0,1,0,0,0),(80626,475,0,1,1,0,1,-9751.76,122.076,16.1832,6.27415,180,5,0,102,0,1,0,0,0),(80627,40,0,1,1,0,1,-9788.18,97.4281,28.4897,1.36379,180,5,0,120,0,1,0,0,0),(80628,40,0,1,1,0,1,-9774.12,102.94,27.8857,2.28045,180,5,0,120,0,1,0,0,0),(80629,40,0,1,1,0,1,-9793.23,90.1409,28.8422,2.67237,180,5,0,120,0,1,0,0,0),(80630,40,0,1,1,0,1,-9822.41,82.0952,3.03206,4.89061,180,5,0,120,0,1,0,0,0),(80631,475,0,1,1,0,1,-9750.53,109.906,25.705,3.41538,180,5,0,102,0,1,0,0,0),(80632,475,0,1,1,0,1,-9800.68,103.668,24.789,5.76924,180,5,0,102,0,1,0,0,0),(80633,475,0,1,1,0,1,-9797.96,109.575,24.4197,3.88405,180,5,0,102,0,1,0,0,0),(80634,40,0,1,1,0,1,-9748.66,111.016,25.5922,3.19397,180,5,0,120,0,1,0,0,0),(80635,475,0,1,1,0,1,-9783.55,84.901,42.6198,3.27819,180,5,0,102,0,1,0,0,0),(80636,40,0,1,1,0,1,-9789.31,111.668,4.6548,4.32913,180,0,0,120,0,0,0,0,0),(80637,40,0,1,1,0,1,-9792.08,91.4188,4.92414,6.23839,180,5,0,120,0,1,0,0,0),(80638,475,0,1,1,0,1,-9752.98,120.348,15.9225,1.30766,180,5,0,102,0,1,0,0,0),(80639,40,0,1,1,0,1,-9737.84,136.119,19.2009,5.81502,180,5,0,120,0,1,0,0,0),(80640,40,0,1,1,0,1,-9748.71,134.768,19.3349,5.06639,180,5,0,120,0,1,0,0,0),(80641,113,0,1,1,0,0,-9926.4,93.1414,32.677,1.9743,180,5,0,102,0,1,0,0,0),(80642,113,0,1,1,0,0,-9933.76,197.007,23.3433,0.880808,180,5,0,102,0,1,0,0,0),(80643,524,0,1,1,0,0,-9837.74,44.6516,32.7111,0.569577,180,5,0,137,0,1,0,0,0),(80644,327,0,1,1,0,1,-9745.84,87.567,12.7743,4.8965,180,0,0,156,0,0,0,0,0),(80645,40,0,1,1,0,1,-9743.42,95.6006,12.5796,1.37507,180,5,0,120,0,1,0,0,0),(80646,822,0,1,1,0,0,-9819.96,29.1408,31.5044,3.48657,180,5,0,195,0,1,0,0,0),(80647,79,0,1,1,0,1,-9733.35,114.784,24.4159,5.41347,3600,0,0,257,0,0,0,0,0),(80648,113,0,1,1,0,0,-9738.29,88.1389,43.8449,4.68014,180,5,0,102,0,1,0,0,0),(80649,40,0,1,1,0,1,-9760.56,87.6726,12.544,2.89838,180,0,0,120,0,0,0,0,0),(80650,40,0,1,1,0,1,-9732.38,117.863,24.6974,3.69457,180,0,0,120,0,0,0,0,0),(80651,883,0,1,1,0,0,-9752.65,30.937,38.2523,5.62972,180,5,0,1,0,1,0,0,0),(80652,475,0,1,1,0,1,-9734.4,138.944,49.0226,0.433051,180,5,0,102,0,1,0,0,0),(80653,113,0,1,1,0,0,-9717.21,180.171,50.5346,3.73231,180,5,0,102,0,1,0,0,0),(80654,524,0,1,1,0,0,-9813.29,7.83382,27.7642,4.62049,180,5,0,137,0,1,0,0,0),(80655,524,0,1,1,0,0,-9775,4.94017,31.6528,4.71239,180,5,0,137,0,1,0,0,0),(80656,524,0,1,1,0,0,-9741.9,31.8874,38.2523,3.73848,180,5,0,137,0,1,0,0,0),(80657,113,0,1,1,0,0,-9681.88,85.5572,45.7138,4.74363,180,5,0,102,0,1,0,0,0),(80658,30,0,1,1,0,0,-9714.55,12.6503,40.6567,5.48121,180,5,0,102,0,1,0,0,0),(80659,30,0,1,1,0,0,-9678.46,120.61,47.1912,0.613775,180,5,0,102,0,1,0,0,0),(80660,475,0,1,1,0,1,-9954.52,222.797,26.328,4.94774,180,5,0,102,0,1,0,0,0),(80661,113,0,1,1,0,0,-10005.3,212.535,30.3517,3.29647,180,5,0,102,0,1,0,0,0),(80662,2442,0,1,1,0,0,-9989.46,215.273,30.8401,4.84101,180,5,0,1,0,1,0,0,0),(80663,113,0,1,1,0,0,-9989.76,252.255,30.8966,1.56494,180,5,0,102,0,1,0,0,0),(80664,113,0,1,1,0,0,-10021,238.277,29.5087,4.53031,180,5,0,102,0,1,0,0,0),(80665,113,0,1,1,0,0,-10024.6,189.339,29.754,3.43305,180,5,0,102,0,1,0,0,0),(80666,113,0,1,1,0,0,-10038.7,223.114,27.9143,6.23625,180,5,0,102,0,1,0,0,0),(80667,822,0,1,1,0,0,-10008.2,207.007,30.5295,3.99613,180,5,0,195,0,1,0,0,0),(80668,113,0,1,1,0,0,-10053.8,277.949,26.4879,3.2434,180,5,0,102,0,1,0,0,0),(80669,822,0,1,1,0,0,-10003.1,274.084,32.554,4.38447,180,5,0,195,0,1,0,0,0),(80670,113,0,1,1,0,0,-10040.4,161.168,28.632,4.28594,180,5,0,102,0,1,0,0,0),(80671,113,0,1,1,0,0,-10067.2,114.227,29.9437,5.12804,180,5,0,102,0,1,0,0,0),(80672,113,0,1,1,0,0,-10020.8,117.915,33.5757,2.59753,180,5,0,102,0,1,0,0,0),(80673,113,0,1,1,0,0,-9984.24,113.954,34.1042,3.02591,180,5,0,102,0,1,0,0,0),(80674,883,0,1,1,0,0,-10055.4,141.353,27.3607,5.70493,180,5,0,1,0,1,0,0,0),(80675,721,0,1,1,0,0,-10029.9,150.69,31.7446,3.79408,180,10,0,1,0,1,0,0,0),(80676,113,0,1,1,0,0,-9986.97,156.062,34.6856,1.2756,180,5,0,102,0,1,0,0,0),(80677,258,0,1,1,0,1,-10008.3,65.2117,34.8658,0.261799,180,0,0,102,0,0,0,0,0),(80678,721,0,1,1,0,0,-9969.03,98.3201,33.5495,5.32623,180,10,0,1,0,1,0,0,0),(80679,721,0,1,1,0,0,-9930.48,66.5221,33.123,2.6685,180,10,0,1,0,1,0,0,0),(80680,113,0,1,1,0,0,-9942.02,86.1381,33.0227,3.83789,180,5,0,102,0,1,0,0,0),(80681,113,0,1,1,0,0,-9948.29,112.667,33.0901,3.82554,180,5,0,102,0,1,0,0,0),(80682,113,0,1,1,0,0,-9979.29,86.038,34.7465,6.23044,180,5,0,102,0,1,0,0,0),(80683,250,0,1,1,0,1,-10005.2,52.8202,34.6539,0.296706,180,0,0,120,0,0,0,0,0),(80684,251,0,1,1,0,0,-10014,37.605,35.2531,0.767945,180,0,0,55,0,0,0,0,0),(80685,247,0,1,1,0,0,-9923.68,38.3872,32.5951,3.14159,180,0,0,42,0,0,0,0,0),(80686,255,0,1,1,0,0,-9918.6,39.3611,32.6858,3.14159,180,0,0,120,0,0,0,0,0),(80687,113,0,1,1,0,0,-9943.08,46.5204,33.1547,4.23553,180,5,0,102,0,1,0,0,0),(80688,524,0,1,1,0,0,-9878.19,-9.14996,26.8841,3.88048,180,5,0,137,0,1,0,0,0),(80689,524,0,1,1,0,0,-9773.41,-8.62885,30.0164,2.9482,180,5,0,137,0,1,0,0,0),(80690,116,0,1,1,0,1,-9673.89,-4.60323,44.8655,5.85446,180,5,0,156,0,1,0,0,0),(80691,113,0,1,1,0,0,-9634.27,58.2623,60.2921,1.57599,180,5,0,102,0,1,0,0,0),(80692,113,0,1,1,0,0,-9682.43,113.513,47.1978,3.2208,180,5,0,102,0,1,0,0,0),(80693,113,0,1,1,0,0,-9612.56,17.916,61.3788,3.92441,180,5,0,102,0,1,0,0,0),(80694,30,0,1,1,0,0,-9609.84,82.4616,61.2011,2.50789,180,5,0,102,0,1,0,0,0),(80695,113,0,1,1,0,0,-9593.61,54.719,60.9167,2.22424,180,5,0,102,0,1,0,0,0),(80696,113,0,1,1,0,0,-9577.1,124.616,59.3955,0.671218,180,5,0,102,0,1,0,0,0),(80697,30,0,1,1,0,0,-9636.07,188.916,47.5386,0.407667,180,5,0,102,0,1,0,0,0),(80698,883,0,1,1,0,0,-9656.18,200.163,48.7987,5.0675,180,5,0,1,0,1,0,0,0),(80699,721,0,1,1,0,0,-9581.12,18.7787,60.425,1.52829,180,10,0,1,0,1,0,0,0),(80700,30,0,1,1,0,0,-9588.36,-12.2227,61.6865,5.53788,180,5,0,102,0,1,0,0,0),(80701,116,0,1,1,0,1,-9647.7,-59.3975,43.4704,3.02813,180,5,0,156,0,1,0,0,0),(80702,524,0,1,1,0,0,-9758.45,-81.6962,30.8459,5.63773,180,5,0,137,0,1,0,0,0),(80703,883,0,1,1,0,0,-9759.05,-68.3373,30.4826,0.24119,180,5,0,1,0,1,0,0,0),(80704,822,0,1,1,0,0,-9748.02,-25.2635,35.4068,3.96682,180,5,0,195,0,1,0,0,0),(80705,524,0,1,1,0,0,-9693.33,-105.208,38.7951,0,180,5,0,137,0,1,0,0,0),(80706,116,0,1,1,0,1,-9685.02,-73.2844,40.1185,1.51476,180,5,0,156,0,1,0,0,0),(80707,2442,0,1,1,0,0,-9702.18,-77.6162,38.2658,2.28981,180,5,0,1,0,1,0,0,0),(80708,822,0,1,1,0,0,-9694.79,-72.2588,39.408,4.71239,180,5,0,195,0,1,0,0,0),(80709,116,0,1,1,0,1,-9704.33,-45.9833,39.0054,0.942847,180,5,0,156,0,1,0,0,0),(80710,116,0,1,1,0,1,-9655.4,-112.452,44.5232,0.912916,180,5,0,156,0,1,0,0,0),(80711,524,0,1,1,0,0,-9698.37,-129.936,39.625,3.47384,180,5,0,137,0,1,0,0,0),(80712,822,0,1,1,0,0,-9716.07,-140.246,37.9383,4.098,180,5,0,195,0,1,0,0,0),(80713,524,0,1,1,0,0,-9778.16,-102.621,29.8269,4.64206,180,5,0,137,0,1,0,0,0),(80714,524,0,1,1,0,0,-9796.32,-75.3252,25.7988,1.87681,180,0,0,137,0,0,0,0,0),(80715,822,0,1,1,0,0,-9783.68,-96.5355,28.4609,2.6762,180,5,0,195,0,1,0,0,0),(80716,524,0,1,1,0,0,-9759.19,-125.479,32.6467,0.629034,180,5,0,137,0,1,0,0,0),(80717,524,0,1,1,0,0,-9812.62,-142.259,30.5675,0.226506,180,5,0,137,0,1,0,0,0),(80718,116,0,1,1,0,1,-9820.04,-113.833,27.9131,1.41451,180,5,0,156,0,1,0,0,0),(80719,1933,0,1,1,0,0,-9807.75,-106.75,28.1368,4.23997,180,5,0,14,0,1,0,0,0),(80720,524,0,1,1,0,0,-9814.71,-83.1168,26.0056,4.98532,180,5,0,137,0,1,0,0,0),(80721,116,0,1,1,0,1,-9860.32,-88.5566,26.3414,1.32571,180,5,0,156,0,1,0,0,0),(80722,524,0,1,1,0,0,-9857.37,-56.8469,25.2664,1.00317,180,5,0,137,0,1,0,0,0),(80723,116,0,1,1,0,1,-9866.8,-155.916,31.97,6.01213,180,5,0,156,0,1,0,0,0),(80724,883,0,1,1,0,0,-9870.36,-140.725,29.8659,2.79822,180,5,0,1,0,1,0,0,0),(80725,116,0,1,1,0,1,-9919.28,-81.928,29.3812,5.50814,180,5,0,156,0,1,0,0,0),(80726,524,0,1,1,0,0,-9909.7,-80.2755,28.8326,0.829528,180,0,0,137,0,0,0,0,0),(80727,883,0,1,1,0,0,-9953.14,-54.4741,33.2219,6.1872,180,5,0,1,0,1,0,0,0),(80728,721,0,1,1,0,0,-9894.14,-129.765,31.3224,4.75338,180,10,0,1,0,1,0,0,0),(80729,822,0,1,1,0,0,-9908.25,-58.8789,29.8297,2.70414,180,5,0,195,0,1,0,0,0),(80730,6927,0,1,1,0,1,-9958.61,-153.27,22.3896,5.7039,180,0,0,156,0,2,0,0,0),(82956,21246,548,1,1,0,0,-132.255,-207.503,1.58924,0.944377,604800,0,0,75400,0,0,0,0,0),(80732,6927,0,1,1,0,1,-9960.07,-154.13,21.9752,5.60729,180,0,0,156,0,2,0,0,0),(80733,116,0,1,1,0,1,-9863.5,-123.635,28.9781,6.00191,180,5,0,156,0,1,0,0,0),(80734,620,0,1,1,0,0,-9942.3,-147.547,25.0081,0.581317,300,0,0,1,0,0,0,0,0),(80735,620,0,1,1,0,0,-9944.64,-150.41,25.0081,1.68865,300,0,0,1,0,0,0,0,0),(80736,620,0,1,1,0,0,-9946.96,-144.214,24.7581,5.4159,300,0,0,1,0,0,0,0,0),(80737,6846,0,1,1,0,0,-9959.24,-132.4,25.3701,3.91556,180,0,0,198,0,2,0,0,0),(80738,883,0,1,1,0,0,-9961.08,-28.3792,33.8086,4.13691,180,5,0,1,0,1,0,0,0),(80739,524,0,1,1,0,0,-9958.87,-11.0404,34.5669,2.44376,180,0,0,137,0,0,0,0,0),(80740,524,0,1,1,0,0,-9976.09,-47.0791,35.1398,4.86533,180,0,0,137,0,0,0,0,0),(80741,524,0,1,1,0,0,-10013,-25.353,35.8516,1.46704,180,0,0,137,0,0,0,0,0),(80742,116,0,1,1,0,1,-9880.3,-189.318,35.1261,1.45917,180,5,0,156,0,1,0,0,0),(80743,822,0,1,1,0,0,-9855.75,-173.082,34.7587,2.90225,180,5,0,195,0,1,0,0,0),(80744,474,0,1,1,0,1,-9866.08,-222.641,35.9794,0.628319,180,0,0,160,350,0,0,0,0),(80745,524,0,1,1,0,0,-9783.79,-204.969,39.6402,2.99666,180,0,0,137,0,0,0,0,0),(80746,116,0,1,1,0,1,-9812.76,-188.394,36.8753,5.78247,180,5,0,156,0,1,0,0,0),(80747,116,0,1,1,0,1,-9860.47,-220.92,36.2294,2.6529,180,5,0,156,0,1,0,0,0),(80748,116,0,1,1,0,1,-9863.62,-218.641,36.2294,5.37561,180,5,0,156,0,1,0,0,0),(80749,524,0,1,1,0,0,-9762.34,-203.066,40.2936,4.59253,180,0,0,137,0,0,0,0,0),(80750,883,0,1,1,0,0,-9738.14,-252.654,46.8072,2.63605,180,5,0,1,0,1,0,0,0),(80751,524,0,1,1,0,0,-9744.79,-274.096,48.2849,3.6357,180,5,0,137,0,1,0,0,0),(80752,524,0,1,1,0,0,-9693.81,-287.447,59.1046,6.06152,180,5,0,137,0,1,0,0,0),(80753,524,0,1,1,0,0,-9691.26,-182.507,45.7818,2.48415,180,0,0,137,0,0,0,0,0),(80754,822,0,1,1,0,0,-9696.73,-173.051,43.7101,3.51835,180,5,0,195,0,1,0,0,0),(80755,883,0,1,1,0,0,-9694.44,-176.494,44.4763,3.76011,180,5,0,1,0,1,0,0,0),(80756,524,0,1,1,0,0,-9700.23,-164.423,42.6536,5.6811,180,0,0,137,0,0,0,0,0),(80757,524,0,1,1,0,0,-9668.36,-264.583,63.5965,0,180,0,0,137,0,0,0,0,0),(80758,525,0,1,1,0,0,-9584.75,-279.387,62.0789,5.06255,180,10,0,102,0,1,0,0,0),(80759,735,0,1,1,0,1,-9547.12,-250.417,61.5035,2.42862,180,5,0,120,0,1,0,0,0),(80760,525,0,1,1,0,0,-9552.61,-247.975,61.863,1.5682,180,10,0,102,0,1,0,0,0),(80761,721,0,1,1,0,0,-9589.32,-257.693,59.0979,5.96761,180,10,0,1,0,1,0,0,0),(80762,2442,0,1,1,0,0,-9667.08,-325.259,55.4588,0.159745,180,5,0,1,0,1,0,0,0),(80763,524,0,1,1,0,0,-9652.08,-306.25,58.7088,1.55131,180,5,0,137,0,1,0,0,0),(80764,721,0,1,1,0,0,-9634.05,-347.055,58.6414,5.31037,180,10,0,1,0,1,0,0,0),(80765,735,0,1,1,0,1,-9560.81,-309.06,62.9801,3.00175,180,5,0,120,0,1,0,0,0),(80766,525,0,1,1,0,0,-9552.97,-308.507,62.2519,1.46203,180,10,0,102,0,1,0,0,0),(80767,2442,0,1,1,0,0,-9582.23,-310.178,61.9885,6.12221,180,5,0,1,0,1,0,0,0),(80768,524,0,1,1,0,0,-9743.46,-345.229,54.3924,0.904061,180,5,0,137,0,1,0,0,0),(80769,721,0,1,1,0,0,-9750.91,-336.092,52.2179,0.77745,180,10,0,1,0,1,0,0,0),(80770,524,0,1,1,0,0,-9681.23,-358.883,56.0801,4.69881,180,5,0,137,0,1,0,0,0),(80771,524,0,1,1,0,0,-9709.11,-318.376,54.2561,3.54495,180,5,0,137,0,1,0,0,0),(80772,822,0,1,1,0,0,-9688.07,-337.024,57.7277,4.71044,180,5,0,195,0,1,0,0,0),(80773,2442,0,1,1,0,0,-9718.67,-355.994,54.6256,4.02941,180,5,0,1,0,1,0,0,0),(80774,524,0,1,1,0,0,-9788.09,-368.443,54.2493,1.69098,180,5,0,137,0,1,0,0,0),(80775,524,0,1,1,0,0,-9811.98,-361.979,54.246,0.348683,180,5,0,137,0,1,0,0,0),(80776,524,0,1,1,0,0,-9825.1,-291.894,40.2645,3.77999,180,5,0,137,0,1,0,0,0),(80777,524,0,1,1,0,0,-9846.08,-311.584,40.1341,2.91318,180,5,0,137,0,1,0,0,0),(80778,524,0,1,1,0,0,-9788.65,-318.501,48.8338,4.16397,180,5,0,137,0,1,0,0,0),(80779,2442,0,1,1,0,0,-9774.64,-352.819,52.4881,4.99086,180,5,0,1,0,1,0,0,0),(80780,721,0,1,1,0,0,-9778.84,-356.832,52.8422,6.24414,180,10,0,1,0,1,0,0,0),(80781,883,0,1,1,0,0,-9779.42,-339.024,52.213,2.86061,180,5,0,1,0,1,0,0,0),(80782,524,0,1,1,0,0,-9713.58,-391.615,51.1133,2.21899,180,5,0,137,0,1,0,0,0),(80783,524,0,1,1,0,0,-9915.52,-323.947,32.425,1.89701,180,0,0,137,0,0,0,0,0),(80784,1933,0,1,1,0,0,-9895.36,-293.901,34.3675,3.5764,180,5,0,14,0,1,0,0,0),(80785,524,0,1,1,0,0,-9892.39,-292.269,34.2425,3.54293,180,5,0,137,0,1,0,0,0),(80786,822,0,1,1,0,0,-9901.03,-320.186,34.0545,0.280982,180,5,0,195,0,1,0,0,0),(80787,524,0,1,1,0,0,-9876.13,-351.713,34.1669,1.56782,180,0,0,137,0,0,0,0,0),(80788,46,0,1,1,0,1,-9911.75,-420.714,26.9035,5.6096,180,0,0,176,0,0,0,0,0),(80789,524,0,1,1,0,0,-9882.09,-423.763,33.2074,3.32303,180,0,0,137,0,0,0,0,0),(80790,524,0,1,1,0,0,-9926.91,-371.035,27.3265,2.5664,180,0,0,137,0,0,0,0,0),(80791,46,0,1,1,0,1,-9946.99,-281.391,29.242,5.03722,180,0,0,176,0,0,0,0,0),(80792,213,0,1,1,0,0,-10018.6,-423.418,32.611,4.28107,250,0,0,449,0,0,0,0,0),(80793,46,0,1,1,0,1,-9889.43,-442.811,28.3063,6.05858,180,5,0,176,0,1,0,0,0),(80794,524,0,1,1,0,0,-9847.47,-448.341,34.0142,5.83775,180,5,0,137,0,1,0,0,0),(80795,822,0,1,1,0,0,-9696.79,-439.03,51.6461,0.824053,180,5,0,195,0,1,0,0,0),(80796,524,0,1,1,0,0,-9707.42,-448.762,51.6561,2.7737,180,0,0,137,0,0,0,0,0),(80797,524,0,1,1,0,0,-9681.01,-423.161,54.1289,3.22999,180,0,0,137,0,0,0,0,0),(80798,721,0,1,1,0,0,-9679.08,-436.552,52.7534,4.54949,180,10,0,1,0,1,0,0,0),(80799,1933,0,1,1,0,0,-9676.52,-432.06,53.7539,4.64567,180,5,0,14,0,1,0,0,0),(80800,2442,0,1,1,0,0,-9657.26,-424.879,57.1523,3.13311,180,5,0,1,0,1,0,0,0),(80801,883,0,1,1,0,0,-9655.27,-438.494,55.8194,3.97765,180,5,0,1,0,1,0,0,0),(80802,524,0,1,1,0,0,-9647.33,-393.739,59.6299,2.92458,180,0,0,137,0,0,0,0,0),(80803,721,0,1,1,0,0,-9677.63,-392.864,53.1638,1.29131,180,10,0,1,0,1,0,0,0),(80804,524,0,1,1,0,0,-9668.72,-495.71,52.1218,6.12963,180,0,0,137,0,0,0,0,0),(80805,524,0,1,1,0,0,-9710.87,-515.84,53.4383,4.07676,180,0,0,137,0,0,0,0,0),(80806,524,0,1,1,0,0,-9659.86,-516.509,51.7834,0.264838,180,0,0,137,0,0,0,0,0),(80807,524,0,1,1,0,0,-9616.5,-489.437,59.0715,6.28123,180,5,0,137,0,1,0,0,0),(80808,524,0,1,1,0,0,-9646.89,-447.798,56.8402,3.78507,180,0,0,137,0,0,0,0,0),(80809,2442,0,1,1,0,0,-9587.4,-440.112,59.715,0.196629,180,5,0,1,0,1,0,0,0),(80810,525,0,1,1,0,0,-9585.82,-411.112,63.8551,2.12572,180,10,0,102,0,1,0,0,0),(80811,721,0,1,1,0,0,-9767.21,-549.39,35.6084,5.43012,180,10,0,1,0,1,0,0,0),(80812,524,0,1,1,0,0,-9808.94,-477.447,33.4883,3.69274,180,0,0,137,0,0,0,0,0),(80813,524,0,1,1,0,0,-9749.61,-558.077,38.6037,3.26692,180,0,0,137,0,0,0,0,0),(80814,822,0,1,1,0,0,-9770.42,-575.761,36.7657,1.52618,180,5,0,195,0,1,0,0,0),(80815,46,0,1,1,0,1,-9847.46,-522.908,25.1326,0.785398,180,0,0,176,0,0,0,0,0),(80816,524,0,1,1,0,0,-9752.03,-605.757,39.8925,4.58126,180,0,0,137,0,0,0,0,0),(80817,524,0,1,1,0,0,-9783.61,-580.79,35.0487,2.58879,180,0,0,137,0,0,0,0,0),(80818,46,0,1,1,0,1,-9846.28,-587.654,21.5072,0.016149,180,0,0,176,0,0,0,0,0),(80819,524,0,1,1,0,0,-9725.53,-581.543,45.5966,2.66477,180,0,0,137,0,0,0,0,0),(80820,524,0,1,1,0,0,-9753.79,-687.975,39.3901,3.97812,180,5,0,137,0,1,0,0,0),(80821,524,0,1,1,0,0,-9782.88,-707.119,38.1831,0.888387,180,0,0,137,0,0,0,0,0),(80822,524,0,1,1,0,0,-9805.33,-684.267,33.6216,0.099228,180,0,0,137,0,0,0,0,0),(80823,46,0,1,1,0,1,-9856.13,-663.608,21.3321,4.31579,180,5,0,176,0,1,0,0,0),(80824,524,0,1,1,0,0,-9705.16,-647.011,47.3032,3.9746,180,0,0,137,0,0,0,0,0),(80825,822,0,1,1,0,0,-9722.87,-660.44,45.6752,1.43747,180,5,0,195,0,1,0,0,0),(80826,1933,0,1,1,0,0,-9769.15,-737.917,39.7256,0.573919,180,5,0,14,0,1,0,0,0),(80827,2442,0,1,1,0,0,-9762.39,-728.625,39.2931,1.06787,180,5,0,1,0,1,0,0,0),(80828,822,0,1,1,0,0,-9763.54,-758.977,41.1705,3.71551,180,5,0,195,0,1,0,0,0),(80829,524,0,1,1,0,0,-9738.92,-747.559,41.8718,2.62882,180,5,0,137,0,1,0,0,0),(80830,1933,0,1,1,0,0,-9693.01,-692.28,47.0307,4.44939,180,5,0,14,0,1,0,0,0),(80831,524,0,1,1,0,0,-9689.58,-739.584,45.1292,1.97325,180,5,0,137,0,1,0,0,0),(80832,524,0,1,1,0,0,-9715.8,-718.996,45.2577,4.705,180,0,0,137,0,0,0,0,0),(80833,524,0,1,1,0,0,-9693.87,-682.222,46.6974,2.16265,180,5,0,137,0,1,0,0,0),(80834,524,0,1,1,0,0,-9685.42,-618.75,49.6767,3.58739,180,0,0,137,0,0,0,0,0),(80835,116,0,1,1,0,1,-9738.45,-834.382,40.3696,2.2215,180,5,0,156,0,1,0,0,0),(80836,116,0,1,1,0,1,-9744.7,-815.93,42.0071,1.2859,180,5,0,156,0,1,0,0,0),(80837,721,0,1,1,0,0,-9726.51,-814.171,42.4707,3.29741,180,10,0,1,0,1,0,0,0),(80838,524,0,1,1,0,0,-9820.48,-743.447,34.9121,2.314,180,0,0,137,0,0,0,0,0),(80839,524,0,1,1,0,0,-9788.09,-787.506,41.9487,4.89777,180,0,0,137,0,0,0,0,0),(80840,524,0,1,1,0,0,-9719.79,-799.479,42.1394,3.14159,180,5,0,137,0,1,0,0,0),(80841,116,0,1,1,0,1,-9802.55,-829.077,40.7339,0.583856,180,5,0,156,0,1,0,0,0),(80842,524,0,1,1,0,0,-9848.41,-787.678,34.9964,1.10128,180,0,0,137,0,0,0,0,0),(80843,46,0,1,1,0,1,-9876.75,-822.158,29.6442,4.4361,180,0,0,176,0,0,0,0,0),(80844,116,0,1,1,0,1,-9836.55,-839.935,39.3029,3.67885,180,5,0,156,0,1,0,0,0),(80845,721,0,1,1,0,0,-9834.46,-842.223,40.3163,2.14202,180,10,0,1,0,1,0,0,0),(80846,46,0,1,1,0,1,-9885.69,-893.422,30.3454,2.03619,180,5,0,176,0,1,0,0,0),(80847,524,0,1,1,0,0,-9851.55,-919.864,39.3363,5.62621,180,5,0,137,0,1,0,0,0),(80848,390,0,1,1,0,0,-9771.52,-880.772,39.5726,3.7601,180,0,0,137,0,0,0,0,0),(80849,330,0,1,1,0,0,-9773.94,-882.495,39.6192,3.75995,180,0,0,176,0,0,0,0,0),(80850,390,0,1,1,0,0,-9772.23,-884.956,39.5726,3.76008,180,0,0,137,0,0,0,0,0),(80851,116,0,1,1,0,1,-9715.12,-939.522,38.3854,0.446598,180,5,0,156,0,1,0,0,0),(80852,721,0,1,1,0,0,-9755.89,-883.807,39.61,3.89861,180,10,0,1,0,1,0,0,0),(80853,473,0,1,1,0,1,-9806.25,-932.124,39.8574,1.0821,180,0,0,198,0,0,0,0,0),(80854,881,0,1,1,0,1,-9809.18,-929.385,39.8697,0.034907,180,0,0,160,350,0,0,0,0),(80855,880,0,1,1,0,1,-9805.79,-927.164,39.8671,4.36332,180,0,0,156,0,0,0,0,0),(80856,524,0,1,1,0,0,-9782.15,-986.937,40.3275,5.04128,180,0,0,137,0,0,0,0,0),(80857,721,0,1,1,0,0,-9795.31,-979.565,40.1775,3.04053,180,10,0,1,0,1,0,0,0),(80858,524,0,1,1,0,0,-9710.7,-998.179,42.3644,4.23435,180,5,0,137,0,1,0,0,0),(80859,524,0,1,1,0,0,-9681.12,-956.087,42.0195,4.9373,180,5,0,137,0,1,0,0,0),(80860,822,0,1,1,0,0,-9673.12,-916.457,42.2932,3.59475,180,5,0,195,0,1,0,0,0),(80861,2442,0,1,1,0,0,-9858.63,-926.539,37.0863,4.86048,180,5,0,1,0,1,0,0,0),(80862,822,0,1,1,0,0,-9811.79,-993.296,39.8986,3.9187,180,5,0,195,0,1,0,0,0),(80863,524,0,1,1,0,0,-9644.67,-921.347,47.6622,2.27679,180,5,0,137,0,1,0,0,0),(80864,116,0,1,1,0,1,-9766.92,-917.459,39.8,0,180,5,0,156,0,1,0,0,0),(80865,524,0,1,1,0,0,-9756.21,-1025.7,39.7242,4.99305,180,5,0,137,0,1,0,0,0),(80866,116,0,1,1,0,1,-9730.21,-840.625,40.2659,4.90311,180,5,0,156,0,1,0,0,0),(80867,116,0,1,1,0,1,-9714.19,-846.725,41.8909,3.09557,180,5,0,156,0,1,0,0,0),(80868,116,0,1,1,0,1,-9826.75,-918.736,41.3269,0.804792,180,5,0,156,0,1,0,0,0),(80869,524,0,1,1,0,0,-9874.73,-941.875,33.7494,3.96766,180,0,0,137,0,0,0,0,0),(80870,524,0,1,1,0,0,-9852.86,-993.595,36.7696,4.63674,180,0,0,137,0,0,0,0,0),(80871,883,0,1,1,0,0,-9802.61,-1010.95,38.9007,1.08095,180,5,0,1,0,1,0,0,0),(80872,524,0,1,1,0,0,-9810.41,-1016.96,38.1802,1.62944,180,0,0,137,0,0,0,0,0),(80873,524,0,1,1,0,0,-9687.22,-877.815,44.594,2.74612,180,0,0,137,0,0,0,0,0),(80874,118,0,1,1,0,0,-9711.21,-1084.78,40.7394,5.21532,180,5,0,176,0,1,0,0,0),(80875,524,0,1,1,0,0,-9794.32,-1047.81,37.4403,6.2173,180,5,0,137,0,1,0,0,0),(80876,1423,0,1,1,0,1,-9611.04,-1071.76,39.6254,3.33358,190,0,0,1124,0,0,0,0,0),(80877,1423,0,1,1,0,1,-9618.58,-1069.09,39.7504,6.12611,190,0,0,1124,0,0,0,0,0),(80878,118,0,1,1,0,0,-9656.53,-1083.56,43.2615,0.916645,180,0,0,176,0,0,0,0,0),(80879,1423,0,1,1,0,1,-9621.44,-1038.78,39.7489,6.21337,190,0,0,1124,0,0,0,0,0),(80880,261,0,1,1,0,0,-9610.23,-1032.05,41.3058,3.14159,310,0,0,1003,0,0,0,0,0),(80881,1423,0,1,1,0,1,-9615.54,-1038.75,39.7489,3.14159,190,0,0,1124,0,0,0,0,0),(80882,2442,0,1,1,0,0,-9500.92,-1046.96,51.5554,2.13161,180,5,0,1,0,1,0,0,0),(80883,1922,0,1,1,0,0,-9534.62,-1033.36,49.1643,0.748071,180,5,0,137,0,1,0,0,0),(80884,822,0,1,1,0,0,-9502.75,-1095.25,51.493,4.91082,180,5,0,195,0,1,0,0,0),(80885,1922,0,1,1,0,0,-9470.74,-1025.41,55.7569,1.6023,180,5,0,137,0,1,0,0,0),(80886,1922,0,1,1,0,0,-9503.59,-991.642,55.2849,5.23198,180,5,0,137,0,1,0,0,0),(80887,1922,0,1,1,0,0,-9442.79,-1039.73,58.7106,4.2898,180,5,0,137,0,1,0,0,0),(80888,118,0,1,1,0,0,-9413.37,-1124.11,59.1057,4.22691,180,5,0,176,0,1,0,0,0),(80889,2442,0,1,1,0,0,-9483.15,-956.615,56.4859,6.2304,180,5,0,1,0,1,0,0,0),(80890,1922,0,1,1,0,0,-9477.95,-949.501,56.0624,4.78078,180,5,0,137,0,1,0,0,0),(80891,118,0,1,1,0,0,-9461.59,-973.419,56.3415,4.4048,180,5,0,176,0,1,0,0,0),(80892,118,0,1,1,0,0,-9447.56,-977.222,55.8026,2.04204,180,0,0,176,0,0,0,0,0),(80893,118,0,1,1,0,0,-9450.68,-957.841,55.7379,0.732949,180,5,0,176,0,1,0,0,0),(80894,118,0,1,1,0,0,-9439.83,-972.599,55.7748,2.67035,180,0,0,176,0,0,0,0,0),(80895,1922,0,1,1,0,0,-9402.65,-957.853,61.3605,1.98047,180,5,0,137,0,1,0,0,0),(80896,1922,0,1,1,0,0,-9403.04,-990.28,61.9987,1.34854,180,5,0,137,0,1,0,0,0),(80897,1922,0,1,1,0,0,-9412.19,-1025.14,61.1983,1.94706,180,5,0,137,0,1,0,0,0),(80898,1922,0,1,1,0,0,-9353.02,-942.272,66.9444,0.890564,180,5,0,137,0,1,0,0,0),(80899,822,0,1,1,0,0,-9358.58,-939.169,66.4676,5.9775,180,5,0,195,0,1,0,0,0),(80900,2442,0,1,1,0,0,-9372.56,-936.474,64.3124,4.73404,180,5,0,1,0,1,0,0,0),(80901,1922,0,1,1,0,0,-9370.6,-912.182,64.5859,3.02904,180,5,0,137,0,1,0,0,0),(80902,1922,0,1,1,0,0,-9411.16,-907.985,59.9218,6.0751,180,5,0,137,0,1,0,0,0),(80903,2442,0,1,1,0,0,-9346.75,-864.965,66.5683,0.578285,180,5,0,1,0,1,0,0,0),(80904,1922,0,1,1,0,0,-9371.17,-887.009,65.2754,4.9169,180,0,0,137,0,0,0,0,0),(80905,1922,0,1,1,0,0,-9354.75,-886.508,65.6959,3.267,180,5,0,137,0,1,0,0,0),(80906,1922,0,1,1,0,0,-9396.32,-859.061,64.2375,3.48435,180,5,0,137,0,1,0,0,0),(80907,1922,0,1,1,0,0,-9268.46,-859.773,71.7079,3.57586,180,5,0,137,0,1,0,0,0),(80908,1922,0,1,1,0,0,-9279.35,-829.813,70.0151,1.19653,180,5,0,137,0,1,0,0,0),(80909,1922,0,1,1,0,0,-9317.01,-838.293,66.1899,3.22376,180,5,0,137,0,1,0,0,0),(80910,1922,0,1,1,0,0,-9423.81,-870.147,61.1011,4.39249,180,0,0,137,0,0,0,0,0),(80911,822,0,1,1,0,0,-9417.66,-854.635,62.031,0.628653,180,5,0,195,0,1,0,0,0),(80912,1922,0,1,1,0,0,-9380.21,-810.626,65.9781,1.48467,180,5,0,137,0,1,0,0,0),(80913,1922,0,1,1,0,0,-9447.08,-846.934,60.5924,0.180713,180,0,0,137,0,0,0,0,0),(80914,1922,0,1,1,0,0,-9423.11,-809.347,64.1416,4.43758,180,5,0,137,0,1,0,0,0),(80915,822,0,1,1,0,0,-9474.45,-844.969,60.2612,0.790923,180,5,0,195,0,1,0,0,0),(80916,1922,0,1,1,0,0,-9463.64,-830.57,60.7213,5.59045,180,5,0,137,0,1,0,0,0),(80917,1922,0,1,1,0,0,-9393.35,-785.39,63.6593,1.36046,180,5,0,137,0,1,0,0,0),(80918,1922,0,1,1,0,0,-9549.16,-889.622,46.0537,0.076173,180,0,0,137,0,0,0,0,0),(80919,1922,0,1,1,0,0,-9508.27,-762.008,60.2988,1.54541,180,5,0,137,0,1,0,0,0),(80920,2442,0,1,1,0,0,-9486.61,-774.773,60.8734,1.11201,180,5,0,1,0,1,0,0,0),(80921,1922,0,1,1,0,0,-9459.06,-760.647,61.6535,1.05161,180,5,0,137,0,1,0,0,0),(80922,524,0,1,1,0,0,-9619.75,-884.375,48.4459,3.14159,180,0,0,137,0,0,0,0,0),(80923,883,0,1,1,0,0,-9609.2,-882.045,49.5843,0.314179,180,5,0,1,0,1,0,0,0),(80924,1949,0,1,1,0,0,-9562.33,-722.926,64.7386,0.82301,180,0,0,156,0,0,0,0,0),(80925,1949,0,1,1,0,0,-9562.29,-735.12,99.203,2.15347,180,0,0,156,0,0,0,0,0),(80926,1949,0,1,1,0,0,-9573.05,-713.053,99.1406,5.95087,180,0,0,156,0,0,0,0,0),(80927,1949,0,1,1,0,0,-9554.81,-706.766,90.4123,2.72909,180,0,0,156,0,0,0,0,0),(80928,1949,0,1,1,0,0,-9550.88,-685.652,63.183,2.14719,180,0,0,156,0,0,0,0,0),(80929,1949,0,1,1,0,0,-9558.13,-712.885,64.7386,6.22928,180,0,0,156,0,0,0,0,0),(80930,1949,0,1,1,0,0,-9558.59,-700.421,99.2119,4.4751,180,0,0,156,0,0,0,0,0),(80931,1949,0,1,1,0,0,-9549,-724.052,99.1484,2.63064,180,0,0,156,0,0,0,0,0),(80932,1949,0,1,1,0,0,-9550.68,-711.69,75.0554,3.24567,180,0,0,156,0,0,0,0,0),(80933,11072,0,1,1,0,0,-9576.3,-718.124,99.2704,3.05433,540,0,0,2138,0,0,0,0,0),(80934,313,0,1,1,0,0,-9553.08,-728.152,99.2522,2.16421,190,0,0,664,0,0,0,0,0),(80935,959,0,1,1,0,0,-9548.45,-709.983,90.5103,3.63029,180,0,0,198,0,0,0,0,0),(80936,1949,0,1,1,0,0,-9522.95,-700.829,61.6524,1.62088,180,0,0,156,0,0,0,0,0),(80937,958,0,1,1,0,1,-9541.13,-716.466,99.2953,3.03687,310,0,0,1342,0,0,0,0,0),(80938,1922,0,1,1,0,0,-9581.52,-624.553,57.3027,4.73192,180,5,0,137,0,1,0,0,0),(80939,1922,0,1,1,0,0,-9535.82,-655.504,62.4354,3.01821,180,5,0,137,0,1,0,0,0),(80940,1922,0,1,1,0,0,-9475.7,-594.477,66.4951,1.05676,180,5,0,137,0,1,0,0,0),(80941,2442,0,1,1,0,0,-9582.42,-613.655,56.9415,1.84644,180,5,0,1,0,1,0,0,0),(80942,1922,0,1,1,0,0,-9485.93,-592.312,66.0216,2.71189,180,5,0,137,0,1,0,0,0),(80943,2442,0,1,1,0,0,-9585.97,-607.565,56.9316,4.78467,180,5,0,1,0,1,0,0,0),(80944,822,0,1,1,0,0,-9464.4,-648.277,65.3682,3.18592,180,5,0,195,0,1,0,0,0),(80945,1922,0,1,1,0,0,-9429.22,-724.465,65.8369,6.08464,180,5,0,137,0,1,0,0,0),(80946,822,0,1,1,0,0,-9398.71,-710.605,67.8667,2.39209,180,5,0,195,0,1,0,0,0),(80947,1922,0,1,1,0,0,-9412.17,-739.773,66.5475,1.42181,180,0,0,137,0,0,0,0,0),(80948,1922,0,1,1,0,0,-9413.65,-657.926,66.6763,0.009765,180,5,0,137,0,1,0,0,0),(80949,1922,0,1,1,0,0,-9335.42,-706.25,67.8974,1.54871,180,5,0,137,0,1,0,0,0),(80950,40,0,1,1,0,1,-9326.82,-713.03,67.5269,2.95107,180,5,0,120,0,1,0,0,0),(80951,40,0,1,1,0,1,-9354.6,-675.024,67.3725,5.00572,180,5,0,120,0,1,0,0,0),(80952,40,0,1,1,0,1,-9268.7,-703.31,63.1625,1.7926,180,5,0,120,0,1,0,0,0),(80953,1922,0,1,1,0,0,-9287.73,-768.92,67.5636,0.252554,180,5,0,137,0,1,0,0,0),(80954,476,0,1,1,0,1,-9256.46,-711.838,62.856,4.05948,180,0,0,126,289,0,0,0,0),(80955,476,0,1,1,0,1,-9289.54,-669.512,65.2942,5.97583,180,5,0,126,289,1,0,0,0),(80956,40,0,1,1,0,1,-9254.85,-696.338,64.015,3.07881,180,5,0,120,0,1,0,0,0),(80957,476,0,1,1,0,1,-9248.51,-702.869,63.4745,3.59538,180,0,0,126,289,0,0,0,0),(80958,476,0,1,1,0,1,-9252.35,-703.304,63.5593,6.05629,180,0,0,126,289,0,0,0,0),(80959,40,0,1,1,0,1,-9245.29,-713.372,63.0387,1.91986,180,0,0,120,0,0,0,0,0),(80960,40,0,1,1,0,1,-9256.03,-707.889,63.1122,0.942478,180,0,0,120,0,0,0,0,0),(80961,40,0,1,1,0,1,-9220.8,-671.27,62.89,1.65247,180,5,0,120,0,1,0,0,0),(80962,40,0,1,1,0,1,-9285.9,-679.103,64.3406,3.5812,180,5,0,120,0,1,0,0,0),(80963,40,0,1,1,0,1,-9248.69,-655.311,64.3173,5.22255,180,5,0,120,0,1,0,0,0),(80964,40,0,1,1,0,1,-9327.75,-647.848,69.3101,2.62899,180,5,0,120,0,1,0,0,0),(80965,40,0,1,1,0,1,-9289.51,-615.627,66.1828,5.91573,180,5,0,120,0,1,0,0,0),(80966,40,0,1,1,0,1,-9219.69,-617.962,61.277,3.19243,180,5,0,120,0,1,0,0,0),(80967,476,0,1,1,0,1,-9229.65,-623.414,61.8933,1.29756,180,5,0,126,289,1,0,0,0),(80968,40,0,1,1,0,1,-9185.28,-645.08,65.5001,2.60017,180,5,0,120,0,1,0,0,0),(80969,476,0,1,1,0,1,-9247.6,-580.757,65.7305,1.95928,180,5,0,126,289,1,0,0,0),(80970,40,0,1,1,0,1,-9268.04,-549.461,66.9,0.174785,180,5,0,120,0,1,0,0,0),(80971,2442,0,1,1,0,0,-9272.86,-587.447,64.934,5.49666,180,5,0,1,0,1,0,0,0),(80972,40,0,1,1,0,1,-9244.14,-586.069,65.7298,5.65726,180,5,0,120,0,1,0,0,0),(80973,40,0,1,1,0,1,-9161.78,-571.596,58.1243,0.712466,180,5,0,120,0,1,0,0,0),(80974,40,0,1,1,0,1,-9141.22,-599.18,57.8545,5.51055,180,5,0,120,0,1,0,0,0),(80975,40,0,1,1,0,1,-9131.9,-596.161,57.4463,0,180,5,0,120,0,1,0,0,0),(80976,40,0,1,1,0,1,-9172.25,-599.412,63.02,4.2237,180,5,0,120,0,1,0,0,0),(80977,476,0,1,1,0,1,-9134.57,-589.276,57.5748,1.8477,180,5,0,126,289,1,0,0,0),(80978,476,0,1,1,0,1,-9079.75,-586.978,62.1438,5.08187,180,0,0,126,289,0,0,0,0),(80979,40,0,1,1,0,1,-9078.95,-582.27,62.2442,2.29443,180,0,0,120,0,0,0,0,0),(80980,40,0,1,1,0,1,-9117.78,-585.782,57.5247,2.84701,180,0,0,120,0,0,0,0,0),(80981,40,0,1,1,0,1,-9085.36,-576.067,61.9363,1.58841,180,5,0,120,0,1,0,0,0),(80982,40,0,1,1,0,1,-9086.56,-556.355,60.6945,0.215381,180,0,0,120,0,0,0,0,0),(80983,40,0,1,1,0,1,-9087.93,-589.59,58.3875,0.773561,180,5,0,120,0,1,0,0,0),(80984,40,0,1,1,0,1,-9101.44,-598.58,56.9574,2.50615,180,5,0,120,0,1,0,0,0),(80985,40,0,1,1,0,1,-9116.58,-568.454,59.0402,3.95177,180,0,0,120,0,0,0,0,0),(80986,40,0,1,1,0,1,-9094.39,-586.519,57.9721,5.16445,180,5,0,120,0,1,0,0,0),(80987,43,0,1,1,0,0,-9048.82,-616.729,53.0161,3.73272,180,0,0,156,0,0,0,0,0),(80988,43,0,1,1,0,0,-9066.4,-548.124,58.3119,4.03298,180,0,0,156,0,0,0,0,0),(80989,471,0,1,1,0,0,-9051.83,-621.321,53.5771,4.24115,3600,0,0,198,0,0,0,0,0),(80990,43,0,1,1,0,0,-9033.98,-585.441,56.337,0,180,0,0,156,0,0,0,0,0),(80991,43,0,1,1,0,0,-9037.76,-607.992,53.4164,5.62913,180,0,0,156,0,0,0,0,0),(80992,43,0,1,1,0,0,-9040.33,-554.065,55.5712,1.09758,180,0,0,156,0,0,0,0,0),(80993,43,0,1,1,0,0,-9030.17,-613.531,56.4697,1.00271,180,0,0,156,0,0,0,0,0),(80994,43,0,1,1,0,0,-9025.17,-602.782,56.1168,4.73095,180,0,0,156,0,0,0,0,0),(80995,43,0,1,1,0,0,-9025.12,-565.593,54.976,0,180,0,0,156,0,0,0,0,0),(80996,38,0,1,1,0,1,-9052.24,-458.063,72.6514,2.07694,180,0,0,71,0,0,0,0,0),(82955,21301,548,1,1,0,1,-54.0582,-475.747,1.58657,5.72346,604800,0,0,125668,0,2,0,0,0),(80998,721,0,1,1,0,0,-9063.69,-455.139,72.4971,4.60924,180,10,0,1,0,1,0,0,0),(80999,1922,0,1,1,0,0,-9354.5,-610.635,71.0105,2.50558,180,5,0,137,0,1,0,0,0),(81000,40,0,1,1,0,1,-9321.64,-578.605,69.968,5.69867,180,5,0,120,0,1,0,0,0),(81001,1922,0,1,1,0,0,-9321.47,-561.326,69.6776,2.98154,180,5,0,137,0,1,0,0,0),(81002,1922,0,1,1,0,0,-9427.88,-578.534,67.3996,4.98397,180,0,0,137,0,0,0,0,0),(81003,1922,0,1,1,0,0,-9410.76,-576.973,68.2066,1.19464,180,0,0,137,0,0,0,0,0),(81004,1922,0,1,1,0,0,-9414.01,-567.364,67.5163,4.2237,180,0,0,137,0,0,0,0,0),(81005,1922,0,1,1,0,0,-9406.43,-582.849,67.3996,5.70977,180,0,0,137,0,0,0,0,0),(81006,1922,0,1,1,0,0,-9420.7,-566.195,67.6868,4.62512,180,0,0,137,0,0,0,0,0),(81007,1922,0,1,1,0,0,-9363,-577.39,68.7027,4.37223,180,5,0,137,0,1,0,0,0),(81008,1922,0,1,1,0,0,-9484.16,-554.031,65.1934,5.2996,180,0,0,137,0,0,0,0,0),(81009,1922,0,1,1,0,0,-9427.82,-549.583,73.708,3.9941,180,5,0,137,0,1,0,0,0),(81010,1922,0,1,1,0,0,-9453.58,-536.602,65.5304,5.25618,180,5,0,137,0,1,0,0,0),(81011,1922,0,1,1,0,0,-9464.34,-539.105,65.7762,4.6756,180,5,0,137,0,1,0,0,0),(81012,1922,0,1,1,0,0,-9462.55,-551.576,67.4054,3.94274,180,5,0,137,0,1,0,0,0),(81013,1922,0,1,1,0,0,-9377.71,-493.036,69.3664,0.462262,180,5,0,137,0,1,0,0,0),(81014,1922,0,1,1,0,0,-9419.58,-501.338,68.4843,2.47393,180,5,0,137,0,1,0,0,0),(81015,1922,0,1,1,0,0,-9438.05,-514.727,67.7627,6.16174,180,5,0,137,0,1,0,0,0),(97341,6491,571,1,4294967295,0,0,4607.77,-973.058,170.076,3.90994,60,0,0,4120,0,0,0,0,0),(81017,1922,0,1,1,0,0,-9527.24,-542.705,62.2918,3.57468,180,0,0,137,0,0,0,0,0),(81018,2442,0,1,1,0,0,-9545.58,-544.491,61.1677,1.50631,180,5,0,1,0,1,0,0,0),(81019,735,0,1,1,0,1,-9511.55,-487.074,61.595,5.30582,180,0,0,120,0,0,0,0,0),(81020,822,0,1,1,0,0,-9488.22,-516.115,63.5907,4.41479,180,5,0,195,0,1,0,0,0),(81021,1922,0,1,1,0,0,-9546.68,-521.048,63.0931,4.74948,180,0,0,137,0,0,0,0,0),(81022,1922,0,1,1,0,0,-9486.97,-525.281,63.8618,4.5196,180,5,0,137,0,1,0,0,0),(81023,735,0,1,1,0,1,-9449.82,-488.69,62.6602,4.30263,180,5,0,120,0,1,0,0,0),(81024,1922,0,1,1,0,0,-9590.8,-562.219,57.57,4.01109,180,0,0,137,0,0,0,0,0),(82954,21301,548,1,1,0,1,-58.2506,-482.438,1.58657,5.72346,604800,0,0,125668,0,2,0,0,0),(81026,285,0,1,1,0,1,-9496.23,-442,57.0387,2.80133,180,5,0,120,0,1,0,0,0),(82953,21246,548,1,1,0,0,-141.514,-130.891,-5.4074,0.106349,604800,0,0,75400,0,0,0,0,0),(82952,21863,548,1,1,0,0,378.195,-331.227,20.3529,2.12711,604800,0,0,73353,0,2,0,0,0),(82951,21873,548,1,1,0,1,253.29,-260.371,-0.936383,2.90387,604800,0,0,48902,0,0,0,0,0),(81030,285,0,1,1,0,1,-9483.94,-421.038,59.5899,4.84347,180,0,0,120,0,0,0,0,0),(81031,525,0,1,1,0,0,-9555.39,-452.731,62.1993,4.42545,180,10,0,102,0,1,0,0,0),(81032,883,0,1,1,0,0,-9577.19,-437.85,60.9212,3.88138,180,5,0,1,0,1,0,0,0),(81033,735,0,1,1,0,1,-9498.99,-467.962,58.9887,5.62523,180,5,0,120,0,1,0,0,0),(81034,285,0,1,1,0,1,-9465.14,-432.218,56.7279,5.98711,180,5,0,120,0,1,0,0,0),(81035,285,0,1,1,0,1,-9505.26,-403.165,56.5587,0.591016,180,5,0,120,0,1,0,0,0),(81036,735,0,1,1,0,1,-9545.65,-381.259,61.4751,3.19474,180,5,0,120,0,1,0,0,0),(81037,525,0,1,1,0,0,-9559.39,-382.375,63.1188,3.81577,180,10,0,102,0,1,0,0,0),(81038,285,0,1,1,0,1,-9471,-384.036,58.2299,2.87979,180,0,0,120,0,0,0,0,0),(81039,285,0,1,1,0,1,-9484.07,-395.844,58.4774,0,180,0,0,120,0,0,0,0,0),(81040,285,0,1,1,0,1,-9485.84,-388.377,57.046,2.14675,180,0,0,120,0,0,0,0,0),(81041,285,0,1,1,0,1,-9484.46,-370.071,55.7391,1.74583,180,0,0,120,0,0,0,0,0),(81042,525,0,1,1,0,0,-9587.04,-347.399,61.7206,0.364979,180,10,0,102,0,1,0,0,0),(81043,285,0,1,1,0,1,-9473.25,-384.355,57.1971,0.98265,180,5,0,120,0,1,0,0,0),(81044,735,0,1,1,0,1,-9413.71,-452.006,60.3769,2.96314,180,5,0,120,0,1,0,0,0),(81045,285,0,1,1,0,1,-9477.31,-371.876,56.3524,3.09892,180,5,0,120,0,1,0,0,0),(81046,285,0,1,1,0,1,-9470.46,-379.389,59.0321,4.24115,180,0,0,120,0,0,0,0,0),(81047,285,0,1,1,0,1,-9473.54,-361.002,60.2721,6.10036,180,5,0,120,0,1,0,0,0),(81048,285,0,1,1,0,1,-9487.4,-358.883,57.6885,2.96706,180,0,0,120,0,0,0,0,0),(81049,285,0,1,1,0,1,-9485.4,-354.08,59.9508,3.56047,180,0,0,120,0,0,0,0,0),(81050,285,0,1,1,0,1,-9485.98,-350.2,59.7253,1.39626,180,0,0,120,0,0,0,0,0),(81051,285,0,1,1,0,1,-9474.9,-353.104,60.6382,0.202683,180,5,0,120,0,1,0,0,0),(81052,285,0,1,1,0,1,-9451.13,-367.227,55.7305,2.34409,180,5,0,120,0,1,0,0,0),(81053,735,0,1,1,0,1,-9381.37,-447.646,63.3056,2.91583,180,5,0,120,0,1,0,0,0),(81054,525,0,1,1,0,0,-9362.31,-425.369,64.1048,5.87368,180,10,0,102,0,1,0,0,0),(81055,525,0,1,1,0,0,-9336.76,-436.052,67.6681,0.236456,180,10,0,102,0,1,0,0,0),(81056,525,0,1,1,0,0,-9341.48,-490.621,69.2226,5.61361,180,10,0,102,0,1,0,0,0),(81057,735,0,1,1,0,1,-9403.51,-390.75,60.6673,0.677486,180,5,0,120,0,1,0,0,0),(81058,40,0,1,1,0,1,-9324.34,-478.439,71.7502,5.24075,180,5,0,120,0,1,0,0,0),(81059,525,0,1,1,0,0,-9304.71,-423.768,69.4074,3.451,180,10,0,102,0,1,0,0,0),(81060,525,0,1,1,0,0,-9323.21,-447.944,68.0573,2.38608,180,10,0,102,0,1,0,0,0),(81061,525,0,1,1,0,0,-9362.87,-381.743,63.8044,4.55324,180,10,0,102,0,1,0,0,0),(81062,116,0,1,1,0,1,-9326.92,-382.97,66.8942,1.93636,180,5,0,156,0,1,0,0,0),(81063,525,0,1,1,0,0,-9313.87,-374.865,68.26,6.09652,180,10,0,102,0,1,0,0,0),(82936,21873,548,1,1,0,1,254.691,-273.168,0.342581,3.19368,604800,0,0,48902,0,0,0,0,0),(81065,285,0,1,1,0,1,-9475.54,-337.636,58.5555,2.18166,180,0,0,120,0,0,0,0,0),(81066,735,0,1,1,0,1,-9395.85,-344.613,58.5996,5.76622,180,5,0,120,0,1,0,0,0),(81067,735,0,1,1,0,1,-9410.08,-313.216,60.8708,1.47159,180,5,0,120,0,1,0,0,0),(81068,285,0,1,1,0,1,-9449.18,-294.843,56.8474,2.59314,180,5,0,120,0,1,0,0,0),(81069,735,0,1,1,0,1,-9448.45,-297.242,56.6352,2.59307,180,5,0,120,0,1,0,0,0),(81070,735,0,1,1,0,1,-9391.53,-345.167,59.0443,5.62124,180,5,0,120,0,1,0,0,0),(81071,735,0,1,1,0,1,-9511.85,-302.882,55.0908,5.39536,180,5,0,120,0,1,0,0,0),(81072,525,0,1,1,0,0,-9415.42,-271.11,65.8178,2.76785,180,10,0,102,0,1,0,0,0),(81073,735,0,1,1,0,1,-9431.38,-268.329,61.7787,0.864894,180,5,0,120,0,1,0,0,0),(81074,735,0,1,1,0,1,-9446.52,-253.93,62.261,0.805059,180,5,0,120,0,1,0,0,0),(81075,285,0,1,1,0,1,-9530.46,-269.478,59.5826,4.93312,180,0,0,120,0,0,0,0,0),(81076,735,0,1,1,0,1,-9528.95,-268.761,59.1591,4.95118,180,0,0,120,0,0,0,0,0),(81077,285,0,1,1,0,1,-9492.42,-240.271,56.297,3.08221,180,0,0,120,0,0,0,0,0),(81078,285,0,1,1,0,1,-9493.42,-224.326,58.5665,2.74017,180,0,0,120,0,0,0,0,0),(81079,525,0,1,1,0,0,-9572.4,-230.681,60.6784,2.19925,180,10,0,102,0,1,0,0,0),(81080,721,0,1,1,0,0,-9603.87,-249.368,57.6059,1.65476,180,10,0,1,0,1,0,0,0),(81081,285,0,1,1,0,1,-9505,-209.918,52.3005,2.38488,180,0,0,120,0,0,0,0,0),(81082,285,0,1,1,0,1,-9471.86,-213.085,55.9415,1.75852,180,0,0,120,0,0,0,0,0),(81083,285,0,1,1,0,1,-9486.42,-206.092,57.6915,2.83248,180,0,0,120,0,0,0,0,0),(81084,525,0,1,1,0,0,-9544.9,-189.886,61.6624,0.94658,180,10,0,102,0,1,0,0,0),(81085,12423,0,1,1,0,1,-9514.61,-135.652,60.4096,5.39307,180,0,0,137,0,0,0,4104,0),(81086,525,0,1,1,0,0,-9586.77,-282.395,62.0079,0,180,10,0,102,0,1,0,0,0),(81087,525,0,1,1,0,0,-9513.96,-115.443,60.4964,5.92116,180,10,0,102,0,1,0,0,0),(81088,525,0,1,1,0,0,-9519.17,-113.974,60.8714,2.97458,180,10,0,102,0,1,0,0,0),(81089,525,0,1,1,0,0,-9525.91,-60.7891,59.2813,6.07277,180,10,0,102,0,1,0,0,0),(81090,883,0,1,1,0,0,-9490.58,-33.6001,59.2255,5.56693,180,5,0,1,0,1,0,0,0),(81091,890,0,1,1,0,0,-9492.48,-32.667,58.9891,5.62429,180,0,0,8,0,0,0,0,0),(81092,383,0,1,1,0,0,-9378.89,-111.923,59.006,3.15905,180,0,0,137,0,0,0,0,0),(81093,1632,0,1,1,0,0,-9375.68,-74.4761,64.5206,3.45575,190,0,0,573,0,0,0,0,0),(81094,1651,0,1,1,0,1,-9382.08,-117.005,58.9841,4.43314,180,0,0,156,0,0,0,0,0),(81095,525,0,1,1,0,0,-9350.46,-186.499,65.0208,4.24482,180,10,0,102,0,1,0,0,0),(81096,525,0,1,1,0,0,-9367.93,-214.926,65.1561,5.77753,180,10,0,102,0,1,0,0,0),(81097,525,0,1,1,0,0,-9367.17,-212.041,64.8336,2.5182,180,10,0,102,0,1,0,0,0),(81098,525,0,1,1,0,0,-9289.09,-182.752,68.5669,0.096395,180,10,0,102,0,1,0,0,0),(81099,2442,0,1,1,0,0,-9296,-104.049,68.5179,0.02945,180,5,0,1,0,1,0,0,0),(81100,735,0,1,1,0,1,-9382.02,-215.757,63.1149,1.3616,180,0,0,120,0,0,0,0,0),(81101,525,0,1,1,0,0,-9390.15,-282.168,62.8373,4.84043,180,10,0,102,0,1,0,0,0),(81102,525,0,1,1,0,0,-9375.08,-281.941,65.1798,5.55154,180,10,0,102,0,1,0,0,0),(81103,525,0,1,1,0,0,-9396.85,-272.529,61.7762,5.46288,180,10,0,102,0,1,0,0,0),(82929,21873,548,1,1,0,1,253.276,-278.402,0.856559,3.02089,604800,0,0,48902,0,0,0,0,0),(81105,474,0,1,1,0,1,-9306.21,-294.363,70.51,1.13446,180,0,0,160,350,0,0,0,0),(81106,116,0,1,1,0,1,-9306.67,-287.224,70.5972,5.16617,180,5,0,156,0,1,0,0,0),(81107,61,0,1,1,0,1,-9303.19,-292.231,70.63,3.22,7200,0,0,222,0,2,0,0,0),(81108,116,0,1,1,0,1,-9309.05,-272.284,70.9471,4.02234,180,5,0,156,0,1,0,0,0),(81109,116,0,1,1,0,1,-9314.27,-276.775,70.19,0.450548,180,5,0,156,0,1,0,0,0),(81110,525,0,1,1,0,0,-9337.26,-330.813,67.7179,4.41076,180,10,0,102,0,1,0,0,0),(81111,478,0,1,1,0,1,-9207.39,-846.818,68.2408,3.85824,180,5,0,176,0,1,0,0,0),(81112,478,0,1,1,0,1,-9117.19,-830.729,70.2657,2.40939,180,5,0,176,0,1,0,0,0),(81113,478,0,1,1,0,1,-9070.95,-831.316,69.6163,4.87625,180,5,0,176,0,1,0,0,0),(81114,97,0,1,1,0,1,-9014.86,-845.351,70.3914,1.04126,180,5,0,156,0,1,0,0,0),(81115,97,0,1,1,0,1,-9014.58,-818.75,69.7591,2.45992,180,5,0,156,0,1,0,0,0),(81116,478,0,1,1,0,1,-8996.38,-817.691,69.5901,1.35894,180,5,0,176,0,1,0,0,0),(81117,97,0,1,1,0,1,-8989.19,-837.573,69.6341,0.837758,180,5,0,156,0,1,0,0,0),(81118,97,0,1,1,0,1,-8978.88,-838.899,69.9902,1.91986,180,5,0,156,0,1,0,0,0),(81119,478,0,1,1,0,1,-8984.14,-828.167,70.2784,5.60251,180,5,0,176,0,1,0,0,0),(81120,478,0,1,1,0,1,-8979.83,-818.941,70.4679,4.4855,180,5,0,176,0,1,0,0,0),(81121,478,0,1,1,0,1,-8985.59,-854.958,69.1153,0.047932,180,5,0,176,0,1,0,0,0),(81122,472,0,1,1,0,1,-8978.21,-829.324,70.1883,3.29867,7200,5,0,247,0,1,0,0,0),(81123,118,0,1,1,0,0,-8985.36,-777.824,72.2418,5.45966,180,0,0,176,0,0,0,0,0),(81124,478,0,1,1,0,1,-8939.99,-853.295,68.6805,4.01473,180,5,0,176,0,1,0,0,0),(81125,478,0,1,1,0,1,-8918.61,-814.389,68.927,0.370001,180,5,0,176,0,1,0,0,0),(81126,478,0,1,1,0,1,-8953.07,-780.752,69.0888,1.12163,180,5,0,176,0,1,0,0,0),(81127,2442,0,1,1,0,0,-8957.83,-794.486,69.7611,1.32059,180,5,0,1,0,1,0,0,0),(81128,478,0,1,1,0,1,-8874.23,-862.047,74.7382,1.85187,180,5,0,176,0,1,0,0,0),(81129,478,0,1,1,0,1,-8869.74,-819.372,71.8887,0.88304,180,5,0,176,0,1,0,0,0),(81130,478,0,1,1,0,1,-8836.41,-831.326,73.7589,6.20071,180,5,0,176,0,1,0,0,0),(81131,97,0,1,1,0,1,-8851.85,-827.879,72.9202,1.93731,180,5,0,156,0,1,0,0,0),(81132,478,0,1,1,0,1,-8847.86,-811.561,70.7121,4.20624,180,5,0,176,0,1,0,0,0),(81133,478,0,1,1,0,1,-8859.67,-824.284,71.8228,5.84685,180,5,0,176,0,1,0,0,0),(81134,97,0,1,1,0,1,-8854.58,-853.312,74.2394,6.11634,180,5,0,156,0,1,0,0,0),(81135,118,0,1,1,0,0,-8942.46,-706.991,82.8542,1.80725,180,0,0,176,0,0,0,0,0),(81136,97,0,1,1,0,1,-8849.2,-753.343,70.3534,2.08604,180,5,0,156,0,1,0,0,0),(81137,478,0,1,1,0,1,-8888.63,-756.145,69.4341,3.1422,180,5,0,176,0,1,0,0,0),(81138,478,0,1,1,0,1,-8914.71,-745.936,70.2894,4.47358,180,5,0,176,0,1,0,0,0),(81139,97,0,1,1,0,1,-8852.59,-777.225,70.4306,6.17223,180,5,0,156,0,1,0,0,0),(81140,478,0,1,1,0,1,-8879.58,-786.566,70.0006,2.84998,180,5,0,176,0,1,0,0,0),(81141,97,0,1,1,0,1,-8895.92,-769.232,69.5663,5.63741,180,5,0,156,0,1,0,0,0),(81142,97,0,1,1,0,1,-8879.83,-766.896,68.7156,4.17134,180,5,0,156,0,1,0,0,0),(81143,478,0,1,1,0,1,-8873.52,-776.396,69.3139,3.1765,180,5,0,176,0,1,0,0,0),(81144,478,0,1,1,0,1,-8887.32,-778.651,69.7129,0.855211,180,5,0,176,0,1,0,0,0),(81145,478,0,1,1,0,1,-8895.99,-778.248,69.3756,0.380141,180,5,0,176,0,1,0,0,0),(81146,97,0,1,1,0,1,-8846.81,-922.26,75.6918,3.07364,180,5,0,156,0,1,0,0,0),(81147,2442,0,1,1,0,0,-8873.44,-911.612,76.3751,1.46558,180,5,0,1,0,1,0,0,0),(81148,478,0,1,1,0,1,-8838.21,-854.256,74.6843,2.74352,180,5,0,176,0,1,0,0,0),(81149,478,0,1,1,0,1,-8848.67,-882.444,74.6828,4.37717,180,5,0,176,0,1,0,0,0),(81150,118,0,1,1,0,0,-8885.08,-890.691,74.929,0.056939,180,0,0,176,0,0,0,0,0),(81151,97,0,1,1,0,1,-8841.8,-867.743,75.9984,5.70723,180,5,0,156,0,1,0,0,0),(81152,478,0,1,1,0,1,-8834.45,-880.661,74.4284,2.02458,180,5,0,176,0,1,0,0,0),(81153,478,0,1,1,0,1,-8827.74,-867.454,74.5929,3.22886,180,5,0,176,0,1,0,0,0),(81154,97,0,1,1,0,1,-8824.66,-848.258,74.3457,1.75243,180,5,0,156,0,1,0,0,0),(81155,118,0,1,1,0,0,-8908.56,-912.445,73.5995,1.93643,180,0,0,176,0,0,0,0,0),(81156,118,0,1,1,0,0,-8847.9,-918.84,75.8897,0.086536,180,0,0,176,0,0,0,0,0),(81157,118,0,1,1,0,0,-8806.5,-943.751,73.6821,0.475011,180,5,0,176,0,1,0,0,0),(81158,118,0,1,1,0,0,-8889.98,-968.151,73.2223,4.39878,180,5,0,176,0,1,0,0,0),(81159,474,0,1,1,0,1,-9012.59,-983.277,69.3455,5.93294,180,0,0,160,350,0,0,0,0),(81160,474,0,1,1,0,1,-9090.89,-951.887,68.852,1.86837,180,0,0,160,350,0,0,0,0),(81161,474,0,1,1,0,1,-9026.78,-1048.42,68.7902,4.4112,180,0,0,160,350,0,0,0,0),(81162,474,0,1,1,0,1,-9091.25,-1011.04,73.0624,2.38878,180,0,0,160,350,0,0,0,0),(81163,6172,0,1,1,0,1,-9129.59,-984.313,76.1811,2.05949,180,0,0,186,191,0,0,0,0),(81164,474,0,1,1,0,1,-9143.81,-954.4,70.6154,0.325079,180,0,0,160,350,0,0,0,0),(81165,474,0,1,1,0,1,-9080.71,-1048.87,72.4672,4.47537,180,0,0,160,350,0,0,0,0),(81166,474,0,1,1,0,1,-9123.83,-1020.25,72.1897,2.8955,180,0,0,160,350,0,0,0,0),(81167,474,0,1,1,0,1,-9154.25,-1011.36,70.6092,1.34232,180,0,0,160,350,0,0,0,0),(81168,474,0,1,1,0,1,-9118.63,-1038.46,71.808,2.52619,180,0,0,160,350,0,0,0,0),(81169,474,0,1,1,0,1,-9138.07,-1035.47,71.433,5.47858,180,0,0,160,350,0,0,0,0),(81170,474,0,1,1,0,1,-9245.24,-980.931,68.6672,0.464243,180,0,0,160,350,0,0,0,0),(81171,474,0,1,1,0,1,-9213.36,-974.892,71.5342,1.83999,180,0,0,160,350,0,0,0,0),(81172,474,0,1,1,0,1,-9193.12,-1002.59,70.4148,1.31267,180,0,0,160,350,0,0,0,0),(81173,474,0,1,1,0,1,-9188.32,-1050.96,71.414,4.40869,180,0,0,160,350,0,0,0,0),(81174,474,0,1,1,0,1,-9152.29,-1052.52,71.308,4.3452,180,0,0,160,350,0,0,0,0),(81175,474,0,1,1,0,1,-9145.17,-1063.72,71.433,2.89713,180,0,0,160,350,0,0,0,0),(81176,474,0,1,1,0,1,-9227.32,-1031.4,69.6308,3.28044,180,0,0,160,350,0,0,0,0),(81177,822,0,1,1,0,0,-9485.23,-1053.89,52.4656,5.04652,180,5,0,195,0,1,0,0,0),(81178,2442,0,1,1,0,0,-9587.28,-1141.08,45.0712,4.95689,180,5,0,1,0,1,0,0,0),(81179,1933,0,1,1,0,0,-9575.07,-1175.1,47.0691,5.00277,180,5,0,14,0,1,0,0,0),(81180,118,0,1,1,0,0,-9663.31,-1152.73,40.297,0.270359,180,5,0,176,0,1,0,0,0),(81181,844,0,1,1,0,1,-9628.33,-1176.14,39.9827,0.992539,310,0,0,1342,0,2,0,0,0),(81182,118,0,1,1,0,0,-9742.49,-1108.49,38.1107,3.05352,180,0,0,176,0,0,0,0,0),(81183,118,0,1,1,0,0,-9698.05,-1107.83,40.8897,0.039039,180,0,0,176,0,0,0,0,0),(81184,118,0,1,1,0,0,-9709.73,-1146.01,39.7267,3.26305,180,0,0,176,0,0,0,0,0),(81185,822,0,1,1,0,0,-9714.67,-1144.14,39.9097,5.20734,180,5,0,195,0,1,0,0,0),(81186,732,0,1,1,0,1,-9784.02,-1120.66,35.9243,4.80892,180,5,0,176,0,1,0,0,0),(81187,118,0,1,1,0,0,-9747.08,-1163.59,38.2913,3.49947,180,5,0,176,0,1,0,0,0),(81188,732,0,1,1,0,1,-9876.3,-1097.24,27.5205,0.855211,180,0,0,176,0,0,0,0,0),(81189,46,0,1,1,0,1,-9855.29,-1127.58,29.5544,0.471239,180,0,0,176,0,0,0,0,0),(81190,732,0,1,1,0,1,-9852.86,-1133.84,27.7583,0.139626,180,0,0,176,0,0,0,0,0),(81191,732,0,1,1,0,1,-9836.91,-1118.42,26.6061,0.261799,180,0,0,176,0,0,0,0,0),(81192,732,0,1,1,0,1,-9813.26,-1156.08,33.575,4.80817,180,5,0,176,0,1,0,0,0),(81193,1933,0,1,1,0,0,-9837.23,-1170.45,32.3391,3.95395,180,5,0,14,0,1,0,0,0),(81194,822,0,1,1,0,0,-9771.95,-1174.35,37.7895,5.67134,180,5,0,195,0,1,0,0,0),(81195,524,0,1,1,0,0,-9835.63,-1048.32,34.6165,5.98123,180,0,0,137,0,0,0,0,0),(81196,118,0,1,1,0,0,-9866.49,-1247.83,31.4246,0.779873,180,5,0,176,0,1,0,0,0),(81197,118,0,1,1,0,0,-9817.23,-1250.83,36.2617,3.6385,180,5,0,176,0,1,0,0,0),(81198,732,0,1,1,0,1,-9883.68,-1188.61,28.5517,2.8649,180,5,0,176,0,1,0,0,0),(81199,732,0,1,1,0,1,-9926.5,-1141.09,23.173,6.08998,180,5,0,176,0,1,0,0,0),(81200,732,0,1,1,0,1,-9888.62,-1138,26.7575,1.42128,180,5,0,176,0,1,0,0,0),(81201,46,0,1,1,0,1,-9928.74,-1129.88,23.6526,2.75762,180,0,0,176,0,0,0,0,0),(81202,46,0,1,1,0,1,-9920.11,-1123.17,24.7945,0.640891,180,5,0,176,0,1,0,0,0),(81203,46,0,1,1,0,1,-9911.07,-1145.65,23.7459,4.59022,180,0,0,176,0,0,0,0,0),(81204,732,0,1,1,0,1,-9907.11,-1144.85,24.0525,5.0091,180,0,0,176,0,0,0,0,0),(81205,46,0,1,1,0,1,-9928.98,-1156.71,22.2152,3.42085,180,0,0,176,0,0,0,0,0),(81206,732,0,1,1,0,1,-9928.25,-1163.1,21.2383,5.2709,180,0,0,176,0,0,0,0,0),(81207,46,0,1,1,0,1,-9904.07,-1107.86,27.1617,4.83965,180,5,0,176,0,1,0,0,0),(81208,732,0,1,1,0,1,-9892.94,-1112.79,28.7231,3.19841,180,5,0,176,0,1,0,0,0),(81209,732,0,1,1,0,1,-9839.48,-1191.06,34.0365,5.19787,180,5,0,176,0,1,0,0,0),(81210,732,0,1,1,0,1,-9913.96,-1223.62,24.942,4.7692,180,5,0,176,0,1,0,0,0),(81211,732,0,1,1,0,1,-9918.14,-1240.02,25.0181,5.31991,180,5,0,176,0,1,0,0,0),(81212,732,0,1,1,0,1,-9940.03,-1134.11,21.2883,3.56047,180,0,0,176,0,0,0,0,0),(81213,46,0,1,1,0,1,-9933.19,-1164.35,20.9409,4.45059,180,0,0,176,0,0,0,0,0),(81214,732,0,1,1,0,1,-9950.56,-1278.84,26.5787,0.129198,180,5,0,176,0,1,0,0,0),(81215,883,0,1,1,0,0,-9889.3,-1277.78,33.571,4.58303,180,5,0,1,0,1,0,0,0),(81216,118,0,1,1,0,0,-9879.71,-1312.79,36.2718,0.686708,180,5,0,176,0,1,0,0,0),(81217,118,0,1,1,0,0,-9823.18,-1266.35,35.3476,3.78431,180,5,0,176,0,1,0,0,0),(81218,118,0,1,1,0,0,-9808.33,-1258.78,35.7617,4.61773,180,5,0,176,0,1,0,0,0),(81219,118,0,1,1,0,0,-9818.11,-1269.33,35.6951,5.96757,180,5,0,176,0,1,0,0,0),(81220,118,0,1,1,0,0,-9796.5,-1260.63,35.2682,3.07178,180,0,0,176,0,0,0,0,0),(81221,118,0,1,1,0,0,-9849.88,-1286.07,35.8665,4.96037,180,5,0,176,0,1,0,0,0),(81222,732,0,1,1,0,1,-9958.81,-1342.6,25.6964,3.94633,180,5,0,176,0,1,0,0,0),(81223,118,0,1,1,0,0,-9886.52,-1367.22,33.7042,0.86831,180,5,0,176,0,1,0,0,0),(81224,118,0,1,1,0,0,-9918.8,-1345.62,30.7832,2.43468,180,5,0,176,0,1,0,0,0),(81225,822,0,1,1,0,0,-9900.56,-1364.33,33.3178,2.47112,180,5,0,195,0,1,0,0,0),(81226,822,0,1,1,0,0,-9866.83,-1233.14,31.904,0,180,5,0,195,0,1,0,0,0),(81227,732,0,1,1,0,1,-9944.75,-1407.46,25.5433,4.84663,180,5,0,176,0,1,0,0,0),(81228,118,0,1,1,0,0,-9858.83,-1415.5,37.6797,1.61578,180,5,0,176,0,1,0,0,0),(81229,1423,0,1,1,0,1,-9767.03,-1368.88,59.0108,0.890118,190,0,0,1124,0,0,0,0,0),(81230,118,0,1,1,0,0,-9764.02,-1261.39,45.7955,0.319911,180,0,0,176,0,0,0,0,0),(81231,118,0,1,1,0,0,-9749.64,-1251.38,46.8563,2.09542,180,0,0,176,0,0,0,0,0),(81232,118,0,1,1,0,0,-9742.63,-1292.56,47.5727,4.08374,180,5,0,176,0,1,0,0,0),(81233,1423,0,1,1,0,1,-9755.07,-1377.19,59.2102,1.0472,190,0,0,1124,0,0,0,0,0),(81234,118,0,1,1,0,0,-9726.09,-1304.14,49.2229,1.49058,180,5,0,176,0,1,0,0,0),(81235,822,0,1,1,0,0,-9727.53,-1280.62,51.9969,2.89709,180,5,0,195,0,1,0,0,0),(81236,2442,0,1,1,0,0,-9725.36,-1241.31,50.6461,4.66697,180,5,0,1,0,1,0,0,0),(81237,118,0,1,1,0,0,-9702.8,-1207.45,52.0275,3.05359,180,5,0,176,0,1,0,0,0),(81238,278,0,1,1,0,0,-9531.76,-1222.42,47.8379,5.35816,180,0,0,102,0,0,0,0,0),(81239,1103,0,1,1,0,0,-9537.24,-1214.05,48.2341,4.90438,190,0,0,573,0,0,0,0,0),(81240,620,0,1,1,0,0,-9507.4,-1209.39,47.8715,3.73257,300,10,0,1,0,1,0,0,0),(81241,620,0,1,1,0,0,-9504.65,-1217.94,47.3471,1.73711,300,10,0,1,0,1,0,0,0),(81242,620,0,1,1,0,0,-9475.52,-1161.98,50.9518,4.90971,300,0,0,1,0,0,0,0,0),(81243,620,0,1,1,0,0,-9472.75,-1179.3,49.3829,3.86421,300,10,0,1,0,1,0,0,0),(81244,620,0,1,1,0,0,-9480.22,-1159.73,50.8268,0.586483,300,10,0,1,0,1,0,0,0),(81245,620,0,1,1,0,0,-9471.61,-1157.88,51.5768,5.19697,300,0,0,1,0,0,0,0,0),(81246,620,0,1,1,0,0,-9478.55,-1166.22,50.4518,4.10283,300,0,0,1,0,0,0,0,0),(81247,13159,0,1,1,0,1,-9491.77,-1193.42,49.5782,2.0547,180,0,0,247,0,0,0,0,0),(81249,11328,0,1,1,0,1,-9512.16,-1284.19,44.3192,2.99859,180,5,0,120,0,1,0,0,0),(81250,11328,0,1,1,0,1,-9508.8,-1280.82,43.8932,6.00732,180,5,0,120,0,1,0,0,0),(81251,10616,0,1,1,0,0,-9469.79,-1289.22,41.1855,3.24631,180,0,0,328,0,0,0,0,0),(81252,11328,0,1,1,0,1,-9535.3,-1304.7,44.702,5.26945,180,5,0,120,0,1,0,0,0),(81253,883,0,1,1,0,0,-9427.67,-1269.96,48.413,1.05819,180,5,0,1,0,1,0,0,0),(81254,883,0,1,1,0,0,-9437.19,-1254.12,48.4532,2.48021,180,5,0,1,0,1,0,0,0),(81255,890,0,1,1,0,0,-9435.76,-1255.18,48.5311,2.51561,180,10,0,8,0,1,0,0,0),(81256,620,0,1,1,0,0,-9456.54,-1160.68,52.9803,4.11778,300,0,0,1,0,0,0,0,0),(81257,1975,0,1,1,0,1,-9400.75,-1336.92,50.0274,0.131568,180,5,0,137,0,1,0,0,0),(81258,118,0,1,1,0,0,-9370.32,-1212.86,63.9757,2.67625,180,0,0,176,0,0,0,0,0),(81259,1975,0,1,1,0,1,-9403.85,-1331.02,50.0274,4.35244,180,5,0,137,0,1,0,0,0),(81260,118,0,1,1,0,0,-9391.29,-1185.1,62.3641,5.77619,180,0,0,176,0,0,0,0,0),(81261,118,0,1,1,0,0,-9345.07,-1308.41,61.754,4.30283,180,0,0,176,0,0,0,0,0),(81262,118,0,1,1,0,0,-9345.57,-1241.07,66.1845,2.2482,180,0,0,176,0,0,0,0,0),(81263,2442,0,1,1,0,0,-9297.62,-1240.56,69.0536,2.19739,180,5,0,1,0,1,0,0,0),(81264,822,0,1,1,0,0,-9310.18,-1316.86,68.0764,1.02905,180,5,0,195,0,1,0,0,0),(81265,118,0,1,1,0,0,-9367.15,-1161.51,65.4592,5.13495,180,0,0,176,0,0,0,0,0),(81266,2442,0,1,1,0,0,-9358.52,-1160.69,65.1582,2.88179,180,5,0,1,0,1,0,0,0),(81267,118,0,1,1,0,0,-9347.92,-1192.06,66.678,3.41267,180,0,0,176,0,0,0,0,0),(81268,822,0,1,1,0,0,-9367.13,-1169.46,65.1099,1.1223,180,5,0,195,0,1,0,0,0),(81269,732,0,1,1,0,1,-9332.93,-1189.9,68.0493,3.4948,180,5,0,176,0,1,0,0,0),(81270,46,0,1,1,0,1,-9263.43,-1218.48,71.935,2.80998,180,0,0,176,0,0,0,0,0),(81271,46,0,1,1,0,1,-9255.84,-1215.61,72.5196,0.663225,180,0,0,176,0,0,0,0,0),(81272,732,0,1,1,0,1,-9244.18,-1211.99,72.5092,0.890118,180,0,0,176,0,0,0,0,0),(81273,46,0,1,1,0,1,-9217.6,-1229.03,72.6829,1.85005,180,0,0,176,0,0,0,0,0),(81274,732,0,1,1,0,1,-9219.07,-1220.05,70.9714,4.83965,180,5,0,176,0,1,0,0,0),(81275,732,0,1,1,0,1,-9254.7,-1232.84,73.6074,1.3357,180,5,0,176,0,1,0,0,0),(81276,46,0,1,1,0,1,-9244.01,-1221.57,73.3574,5.68404,180,5,0,176,0,1,0,0,0),(81277,46,0,1,1,0,1,-9229.57,-1199.44,67.7157,1.13446,180,0,0,176,0,0,0,0,0),(81278,46,0,1,1,0,1,-9250.76,-1186.95,68.3633,1.07394,180,5,0,176,0,1,0,0,0),(81279,46,0,1,1,0,1,-9239.36,-1187.58,69.2406,0.785398,180,0,0,176,0,0,0,0,0),(81280,732,0,1,1,0,1,-9283,-1165.4,69.5297,1.5708,180,0,0,176,0,0,0,0,0),(81281,732,0,1,1,0,1,-9278.78,-1180.12,70.8333,0.477805,180,5,0,176,0,1,0,0,0),(81282,732,0,1,1,0,1,-9274.1,-1174.41,70.2011,0.009661,180,5,0,176,0,1,0,0,0),(81283,46,0,1,1,0,1,-9212.75,-1203.99,66.0998,2.82743,180,5,0,176,0,1,0,0,0),(81284,732,0,1,1,0,1,-9212.07,-1229.33,72.9972,1.46608,180,0,0,176,0,0,0,0,0),(81285,46,0,1,1,0,1,-9191.33,-1218.33,69.6672,1.5708,180,5,0,176,0,1,0,0,0),(81286,46,0,1,1,0,1,-9194.58,-1214.87,68.4347,1.0821,180,0,0,176,0,0,0,0,0),(81287,732,0,1,1,0,1,-9173.47,-1255.92,75.3774,5.46812,180,5,0,176,0,1,0,0,0),(81288,732,0,1,1,0,1,-9242.25,-1160.93,63.4762,1.69297,180,0,0,176,0,0,0,0,0),(81289,732,0,1,1,0,1,-9231.14,-1188.27,65.2443,3.47321,180,0,0,176,0,0,0,0,0),(81290,732,0,1,1,0,1,-9255.98,-1161.28,65.3492,1.58825,180,0,0,176,0,0,0,0,0),(81291,732,0,1,1,0,1,-9303.92,-1121.99,69.0745,2.38673,180,0,0,176,0,0,0,0,0),(81292,46,0,1,1,0,1,-9113.98,-1222.37,66.5227,0.149231,180,5,0,176,0,1,0,0,0),(81293,1933,0,1,1,0,0,-9151.74,-1260.64,77.1783,0.596842,180,5,0,14,0,1,0,0,0),(81294,474,0,1,1,0,1,-9135.67,-1143.14,70.741,1.51076,180,0,0,160,350,0,0,0,0),(81295,46,0,1,1,0,1,-9049.59,-1220.96,69.3406,1.65806,180,0,0,176,0,0,0,0,0),(81296,46,0,1,1,0,1,-9055.24,-1222.39,69.4903,2.26893,180,0,0,176,0,0,0,0,0),(81297,46,0,1,1,0,1,-9036.39,-1212.15,65.7656,2.14675,180,0,0,176,0,0,0,0,0),(81298,46,0,1,1,0,1,-9043.74,-1219.15,68.4732,4.7338,180,5,0,176,0,1,0,0,0),(81299,474,0,1,1,0,1,-9175.03,-1122.98,71.3228,2.17653,180,0,0,160,350,0,0,0,0),(81300,46,0,1,1,0,1,-8986.67,-1251.84,76.292,5.71529,180,5,0,176,0,1,0,0,0),(81301,46,0,1,1,0,1,-8986.08,-1213.23,72.5967,5.37309,180,5,0,176,0,1,0,0,0),(81302,46,0,1,1,0,1,-9004.07,-1210.58,71.5857,5.735,180,5,0,176,0,1,0,0,0),(81303,46,0,1,1,0,1,-8989.47,-1223.1,73.4447,2.6529,180,0,0,176,0,0,0,0,0),(81304,46,0,1,1,0,1,-8986.83,-1218.47,72.988,2.56563,180,0,0,176,0,0,0,0,0),(81305,46,0,1,1,0,1,-9031.68,-1225.32,70.3526,3.37615,180,5,0,176,0,1,0,0,0),(81306,46,0,1,1,0,1,-9011.36,-1224.29,73.3099,3.14159,180,0,0,176,0,0,0,0,0),(81307,732,0,1,1,0,1,-9009.98,-1218.83,72.491,2.96706,180,0,0,176,0,0,0,0,0),(81308,46,0,1,1,0,1,-9010.67,-1239.99,74.3252,4.73973,180,5,0,176,0,1,0,0,0),(81309,46,0,1,1,0,1,-8970.37,-1200.56,71.982,2.63545,180,0,0,176,0,0,0,0,0),(81310,732,0,1,1,0,1,-9002.02,-1195.34,68.4495,1.93731,180,0,0,176,0,0,0,0,0),(81311,474,0,1,1,0,1,-9065.2,-1131.12,70.5225,3.19828,180,0,0,160,350,0,0,0,0),(81312,732,0,1,1,0,1,-8969.85,-1196.36,71.5524,2.1293,180,0,0,176,0,0,0,0,0),(81313,46,0,1,1,0,1,-8983.62,-1170.05,65.0869,2.68781,180,0,0,176,0,0,0,0,0),(81314,732,0,1,1,0,1,-8988.99,-1174.49,65.3495,1.62316,180,0,0,176,0,0,0,0,0),(81315,46,0,1,1,0,1,-8979.13,-1192.8,71.1776,0.117569,180,5,0,176,0,1,0,0,0),(81316,46,0,1,1,0,1,-8978.21,-1179.85,68.4297,0.978392,180,5,0,176,0,1,0,0,0),(81317,732,0,1,1,0,1,-8982.79,-1197.27,71.6175,4.25486,180,5,0,176,0,1,0,0,0),(81318,46,0,1,1,0,1,-8946.85,-1222.71,74.1843,2.39789,180,5,0,176,0,1,0,0,0),(81319,46,0,1,1,0,1,-8938.87,-1191.69,72.9322,6.03309,180,5,0,176,0,1,0,0,0),(81320,474,0,1,1,0,1,-9037.58,-1103.8,70.9863,0.908968,180,0,0,160,350,0,0,0,0),(81321,46,0,1,1,0,1,-8966.23,-1168.53,68.5689,3.61283,180,0,0,176,0,0,0,0,0),(81322,46,0,1,1,0,1,-8964.49,-1162.66,67.8175,2.56563,180,5,0,176,0,1,0,0,0),(81323,732,0,1,1,0,1,-8960.29,-1159.65,68.0321,2.05949,180,5,0,176,0,1,0,0,0),(81324,46,0,1,1,0,1,-8960.26,-1147.74,65.6319,3.22258,180,5,0,176,0,1,0,0,0),(81325,46,0,1,1,0,1,-8913.71,-1191.35,74.5667,5.07544,180,5,0,176,0,1,0,0,0),(81326,118,0,1,1,0,0,-8900.49,-1203.78,75.522,2.46677,180,5,0,176,0,1,0,0,0),(81327,118,0,1,1,0,0,-8885.71,-1153.22,75.7348,0.061243,180,5,0,176,0,1,0,0,0),(81328,118,0,1,1,0,0,-8874.94,-1075.41,74.5064,1.37189,180,0,0,176,0,0,0,0,0),(81329,118,0,1,1,0,0,-8878.34,-1122.72,75.9496,3.31027,180,5,0,176,0,1,0,0,0),(81330,478,0,1,1,0,1,-8869.96,-1130.14,76.7842,2.35896,180,5,0,176,0,1,0,0,0),(81331,883,0,1,1,0,0,-8853.55,-1130.57,76.1068,6.1582,180,5,0,1,0,1,0,0,0),(81332,118,0,1,1,0,0,-8858.06,-1073.32,75.7669,4.52797,180,0,0,176,0,0,0,0,0),(81333,118,0,1,1,0,0,-8876.15,-1021.54,74.2623,0.93508,180,0,0,176,0,0,0,0,0),(81334,118,0,1,1,0,0,-8865.25,-1019.44,74.967,4.88449,180,0,0,176,0,0,0,0,0),(81335,118,0,1,1,0,0,-8803.55,-1081.96,76.8271,5.23372,180,0,0,176,0,0,0,0,0),(81336,118,0,1,1,0,0,-8821.57,-1019.76,75.9927,5.12453,180,0,0,176,0,0,0,0,0),(81337,118,0,1,1,0,0,-8809.61,-1035.06,75.5801,4.63217,180,0,0,176,0,0,0,0,0),(81338,478,0,1,1,0,1,-8826.02,-995.49,74.4831,3.4065,180,5,0,176,0,1,0,0,0),(81339,46,0,1,1,0,1,-9283.11,-1220.16,69.9581,4.98484,180,0,0,176,0,0,0,0,0),(81340,732,0,1,1,0,1,-9269.89,-1181.11,70.615,1.97222,180,0,0,176,0,0,0,0,0),(81341,118,0,1,1,0,0,-9321.02,-1352.16,67.5302,3.27273,180,5,0,176,0,1,0,0,0),(81342,822,0,1,1,0,0,-9361.05,-1197.73,64.9425,3.75246,180,5,0,195,0,1,0,0,0),(81343,385,0,1,1,0,0,-9415.83,-1361.95,50.6943,0.558505,180,0,0,102,0,0,0,0,0),(81344,1650,0,1,1,0,1,-9404.85,-1343.52,50.1107,2.46091,180,0,0,222,0,0,0,0,0),(81345,1975,0,1,1,0,1,-9411.29,-1347.18,50.0279,1.65702,180,5,0,137,0,1,0,0,0),(81346,1198,0,1,1,0,1,-9469.28,-1355.24,47.4289,1.02974,180,0,0,417,0,0,0,0,0),(81347,1250,0,1,1,0,0,-9483.1,-1356.25,47.041,0.767945,180,0,0,198,0,0,0,0,0),(81348,11328,0,1,1,0,1,-9529.32,-1323.67,45.8948,2.70969,180,0,0,120,0,0,0,0,0),(81349,11328,0,1,1,0,1,-9485.32,-1313.51,41.17,0.755021,180,5,0,120,0,1,0,0,0),(81350,721,0,1,1,0,0,-9551.55,-1338.64,48.5237,1.41608,180,10,0,1,0,1,0,0,0),(81351,118,0,1,1,0,0,-9747.78,-1252.35,47.3221,5.47825,180,0,0,176,0,0,0,0,0),(81352,118,0,1,1,0,0,-9784.21,-1215.5,39.3283,2.42258,180,0,0,176,0,0,0,0,0),(81353,118,0,1,1,0,0,-9855.01,-1212.3,32.9815,1.62749,180,0,0,176,0,0,0,0,0),(81354,46,0,1,1,0,1,-9943.45,-1087.18,21.4983,0,180,0,0,176,0,0,0,0,0),(81355,46,0,1,1,0,1,-9940.72,-1111.85,22.2972,1.85005,180,0,0,176,0,0,0,0,0),(81356,46,0,1,1,0,1,-9928.72,-1097.6,24.0897,2.89725,180,0,0,176,0,0,0,0,0),(81357,732,0,1,1,0,1,-9930.98,-1100.81,23.881,2.77507,180,0,0,176,0,0,0,0,0),(81358,46,0,1,1,0,1,-9913.13,-1058.6,25.3447,4.38447,180,0,0,176,0,0,0,0,0),(81359,118,0,1,1,0,0,-9911.79,-1443.38,29.5497,4.45026,180,0,0,176,0,0,0,0,0),(81360,883,0,1,1,0,0,-9877.48,-1482.56,30.4505,3.29068,180,5,0,1,0,1,0,0,0),(81361,118,0,1,1,0,0,-9882.43,-1437.78,33.9574,0.025385,180,5,0,176,0,1,0,0,0),(81362,1423,0,1,1,0,1,-9797.72,-1397.7,62.7426,1.24072,190,0,0,1124,0,0,0,0,0),(81363,1423,0,1,1,0,1,-9784.8,-1397.47,62.982,0.191986,190,0,0,1124,0,0,0,0,0),(81364,1423,0,1,1,0,1,-9781.87,-1405.95,62.9875,1.11701,190,0,0,1124,0,0,0,0,0),(81365,1423,0,1,1,0,1,-9771.3,-1406.96,97.8868,1.16937,190,0,0,1124,0,0,0,0,0),(81366,822,0,1,1,0,0,-9755.47,-1462.59,48.1375,3.45706,180,5,0,195,0,1,0,0,0),(81367,118,0,1,1,0,0,-9776.74,-1487.88,45.9843,2.04754,180,5,0,176,0,1,0,0,0),(81368,118,0,1,1,0,0,-9731.2,-1489.2,49.5855,2.70978,180,5,0,176,0,1,0,0,0),(81369,883,0,1,1,0,0,-9607.57,-1482,59.2828,5.61917,180,5,0,1,0,1,0,0,0),(81370,890,0,1,1,0,0,-9605.88,-1483.36,59.2828,5.6051,180,10,0,8,0,1,0,0,0),(81371,2442,0,1,1,0,0,-9581.54,-1477.2,59.9866,2.31334,180,5,0,1,0,1,0,0,0),(81372,118,0,1,1,0,0,-9613.17,-1446.79,57.4714,2.94586,180,5,0,176,0,1,0,0,0),(81373,118,0,1,1,0,0,-9605.83,-1374.21,54.5594,0.846838,180,5,0,176,0,1,0,0,0),(81374,721,0,1,1,0,0,-9594.44,-1419.28,57.893,2.9891,180,10,0,1,0,1,0,0,0),(81375,118,0,1,1,0,0,-9608.56,-1519.68,59.917,2.31754,180,5,0,176,0,1,0,0,0),(81376,118,0,1,1,0,0,-9524.04,-1496.84,62.1365,6.16368,180,0,0,176,0,0,0,0,0),(81377,118,0,1,1,0,0,-9468.57,-1479.81,62.2559,0.283826,180,0,0,176,0,0,0,0,0),(81378,118,0,1,1,0,0,-9526.95,-1542.21,61.1686,6.24524,180,5,0,176,0,1,0,0,0),(81379,822,0,1,1,0,0,-9447.15,-1474.35,61.8309,6.17525,180,5,0,195,0,1,0,0,0),(81380,2442,0,1,1,0,0,-9463.51,-1480.15,62.4794,5.45494,180,5,0,1,0,1,0,0,0),(81381,822,0,1,1,0,0,-9447.76,-1470.53,61.7908,4.95641,180,5,0,195,0,1,0,0,0),(81382,721,0,1,1,0,0,-9508.8,-1387.43,52.2712,1.68259,180,10,0,1,0,1,0,0,0),(81383,2442,0,1,1,0,0,-9447.9,-1460.88,60.9057,4.19369,180,5,0,1,0,1,0,0,0),(81384,118,0,1,1,0,0,-9579.87,-1544.08,60.4951,0.461899,180,5,0,176,0,1,0,0,0),(81385,14561,0,1,1,0,0,-9444.04,-1412.16,46.9049,1.72788,180,0,0,42,0,0,0,0,0),(81386,822,0,1,1,0,0,-9459.52,-1529.85,65.5635,0,180,5,0,195,0,1,0,0,0),(81387,118,0,1,1,0,0,-9415.21,-1510.45,69.0401,6.02681,180,5,0,176,0,1,0,0,0),(81388,14560,0,1,1,0,0,-9438.08,-1411.84,47.0352,1.65806,180,0,0,42,0,0,0,0,0),(81389,4732,0,1,1,0,0,-9441.02,-1391.25,46.8758,2.21657,180,0,0,198,0,0,0,0,0),(81390,12375,0,1,1,0,0,-9438.26,-1405.13,47.0492,4.74729,180,0,0,42,0,0,0,0,0),(81391,14559,0,1,1,0,0,-9456.64,-1386.59,47.1554,1.39626,180,0,0,42,0,0,0,0,0),(81392,12376,0,1,1,0,0,-9432.75,-1389.03,46.7454,0.523599,180,0,0,42,0,0,0,0,0),(81393,384,0,1,1,0,0,-9455.37,-1385.33,47.2098,1.41372,180,0,0,198,0,0,0,0,0),(81394,5405,0,1,1,0,0,-9440.48,-1379.6,46.9932,1.06465,180,0,0,42,0,0,0,0,0),(81395,118,0,1,1,0,0,-9373.73,-1416.8,63.4678,0.364781,180,0,0,176,0,0,0,0,0),(81396,118,0,1,1,0,0,-9374,-1415.6,63.3606,0.058258,180,0,0,176,0,0,0,0,0),(81397,822,0,1,1,0,0,-9402.72,-1456.86,61.6428,0.51572,180,5,0,195,0,1,0,0,0),(81398,118,0,1,1,0,0,-9425.13,-1461.9,62.1602,6.05852,180,0,0,176,0,0,0,0,0),(81399,118,0,1,1,0,0,-9415.73,-1461.76,62.629,6.27553,180,0,0,176,0,0,0,0,0),(81400,118,0,1,1,0,0,-9356.79,-1399.67,63.4195,4.33877,180,0,0,176,0,0,0,0,0),(81401,118,0,1,1,0,0,-9357.34,-1446.03,66.0512,4.37944,180,0,0,176,0,0,0,0,0),(81402,118,0,1,1,0,0,-9531.84,-1494.25,62.1052,5.94749,180,0,0,176,0,0,0,0,0),(81403,822,0,1,1,0,0,-9544.51,-1491.51,60.3093,1.56634,180,5,0,195,0,1,0,0,0),(81404,294,0,1,1,0,0,-9545.33,-1401.1,54.1478,3.14159,190,0,0,484,0,0,0,0,0),(81405,1933,0,1,1,0,0,-9636.88,-1566.36,54.4672,1.74828,180,5,0,14,0,1,0,0,0),(81406,118,0,1,1,0,0,-9752.26,-1514.08,48.6527,2.84506,180,5,0,176,0,1,0,0,0),(81407,822,0,1,1,0,0,-9734.3,-1548.68,51.029,1.06249,180,5,0,195,0,1,0,0,0),(81408,118,0,1,1,0,0,-9731.11,-1545.96,51.5272,3.15722,180,5,0,176,0,1,0,0,0),(81409,118,0,1,1,0,0,-9675.52,-1575.58,56.1217,1.03494,180,5,0,176,0,1,0,0,0),(81410,116,0,1,1,0,1,-9749.66,-1548.18,49.4051,1.96652,180,5,0,156,0,1,0,0,0),(81411,6093,0,1,1,0,1,-9768.74,-1566.18,41.624,4.08065,180,0,0,222,0,0,0,0,0),(81412,116,0,1,1,0,1,-9772.73,-1560.21,41.749,2.83708,180,5,0,156,0,1,0,0,0),(81413,116,0,1,1,0,1,-9791.75,-1547.16,41.374,4.45129,180,5,0,156,0,1,0,0,0),(81414,721,0,1,1,0,0,-9787.44,-1514.48,43.8762,2.65784,180,10,0,1,0,1,0,0,0),(81415,116,0,1,1,0,1,-9776.18,-1574.37,41.901,5.04337,180,5,0,156,0,1,0,0,0),(81416,116,0,1,1,0,1,-9795.13,-1567.43,38.526,2.41517,180,5,0,156,0,1,0,0,0),(81417,118,0,1,1,0,0,-9833.56,-1498.16,39.492,5.59045,180,0,0,176,0,0,0,0,0),(81418,822,0,1,1,0,0,-9816.88,-1512.31,41.8603,5.67533,180,5,0,195,0,1,0,0,0),(81419,883,0,1,1,0,0,-9805.59,-1541.31,40.3322,6.15592,180,5,0,1,0,1,0,0,0),(81420,118,0,1,1,0,0,-9820.66,-1505,40.5888,0.444419,180,0,0,176,0,0,0,0,0),(81421,890,0,1,1,0,0,-9807.92,-1541.02,40.113,6.10456,180,0,0,8,0,0,0,0,0),(81422,732,0,1,1,0,1,-9887.5,-1537.5,22.5285,2.81629,180,0,0,176,0,0,0,0,0),(81423,116,0,1,1,0,1,-9749.8,-1586.18,48.6593,1.64448,180,5,0,156,0,1,0,0,0),(81424,116,0,1,1,0,1,-9790.91,-1586.84,40.7193,2.51969,180,5,0,156,0,1,0,0,0),(81425,732,0,1,1,0,1,-9847.17,-1585.42,26.01,3.73906,180,0,0,176,0,0,0,0,0),(81426,118,0,1,1,0,0,-9846.33,-1587.48,25.8486,4.72216,180,0,0,176,0,0,0,0,0),(81427,116,0,1,1,0,1,-9770.28,-1595.36,44.651,1.59509,180,5,0,156,0,1,0,0,0),(81428,732,0,1,1,0,1,-9845.01,-1645.12,23.4972,1.05864,180,0,0,176,0,0,0,0,0),(81429,118,0,1,1,0,0,-9764.24,-1627.9,47.4417,5.6475,180,0,0,176,0,0,0,0,0),(81430,118,0,1,1,0,0,-9738.35,-1606.07,49.6782,2.72588,180,0,0,176,0,0,0,0,0),(81431,118,0,1,1,0,0,-9541.45,-1486.06,60.6541,5.88647,180,0,0,176,0,0,0,0,0),(135261,16409,532,1,5,16467,1,-10946.9,-1912.09,93.8216,2.60835,604800,0,0,7825,15775,0,0,0,0),(135260,16409,532,1,5,16467,1,-11014.7,-1939.97,93.8216,2.49365,604800,0,0,7825,15775,0,0,0,0),(81494,7269,209,1,1,7470,0,1792.51,898.457,8.98657,0,86400,5,0,1782,0,1,0,0,0),(81492,7269,209,1,1,7470,0,1794.1,906.664,8.97701,3.49066,86400,5,0,1782,0,1,0,0,0),(81493,7269,209,1,1,7470,0,1803.68,896.158,8.98506,4.11898,86400,5,0,1782,0,1,0,0,0),(81490,7269,209,1,1,7470,0,1825.9,889.764,8.96012,3.1765,86400,5,0,1782,0,1,0,0,0),(81486,7269,209,1,1,7470,0,1813.43,888.041,8.96132,6.10865,86400,5,0,1782,0,1,0,0,0),(81487,7269,209,1,1,7470,0,1804.25,886.572,8.98023,5.72468,86400,5,0,1782,0,1,0,0,0),(81488,7269,209,1,1,7470,0,1820.12,861.049,8.96013,6.03884,86400,5,0,1782,0,1,0,0,0),(81485,7269,209,1,1,7470,0,1817.88,868.174,8.96013,5.18363,86400,5,0,1782,0,1,0,0,0),(81483,7269,209,1,1,7470,0,1834.46,816.299,15.1046,2.82743,86400,5,0,1782,0,1,0,0,0),(81481,7269,209,1,1,7470,0,1807.79,851.188,8.96026,0.610865,86400,5,0,1782,0,1,0,0,0),(81482,5650,209,1,1,6421,1,1793.86,747.192,14.4325,0.907571,86400,3,0,4278,2966,1,0,0,0),(81480,7269,209,1,1,7470,0,1817.15,849.678,8.96013,4.53786,86400,5,0,1782,0,1,0,0,0),(81477,7269,209,1,1,7470,0,1813.77,837.721,8.96013,0.436332,86400,5,0,1782,0,1,0,0,0),(81478,7269,209,1,1,7470,0,1783.71,893.215,9.29231,3.1765,86400,5,0,1782,0,1,0,0,0),(81587,8095,209,1,1,7345,0,1606.86,1131,11.2195,3.77943,86400,1,0,5757,0,1,0,0,0),(81473,7269,209,1,1,7470,0,1786.71,881.451,8.96012,0.471239,86400,5,0,1782,0,1,0,0,0),(81470,7269,209,1,1,7470,0,1796.93,849.003,8.99404,4.24115,86400,5,0,1782,0,1,0,0,0),(81471,7269,209,1,1,7470,0,1812.74,823.662,9.1601,3.76991,86400,5,0,1782,0,1,0,0,0),(81586,5650,209,1,1,6421,1,1620.65,1191.7,9.1335,1.09956,86400,0,0,4278,2966,0,0,0,0),(81467,7269,209,1,1,7470,0,1785.82,816.439,21.6703,1.22173,86400,5,0,1782,0,1,0,0,0),(81468,5650,209,1,1,6422,1,1776.9,813.656,23.2348,3.24631,86400,5,0,4278,2966,1,0,0,0),(81464,7269,209,1,1,7470,0,1782.51,859.632,8.96012,1.09956,86400,5,0,1782,0,1,0,0,0),(81465,7269,209,1,1,7470,0,1783.67,853.474,8.96012,5.72468,86400,5,0,1782,0,1,0,0,0),(81584,5649,209,1,1,6424,1,1624.85,1192.94,9.08505,2.72271,86400,0,0,5346,0,0,0,0,0),(81581,8095,209,1,1,7345,0,1653.66,1214.47,9.2401,0.653508,86400,5,0,5757,0,1,0,0,0),(81580,5650,209,1,1,6421,1,1643.59,1200.11,9.05309,1.81514,86400,5,0,4278,2966,1,0,0,0),(81579,5649,209,1,1,6424,1,1699.81,1233.84,8.96111,1.15192,86400,2,0,5346,0,1,0,0,0),(81578,5649,209,1,1,6424,1,1652.06,1219.91,9.67312,1.44862,86400,5,0,5346,0,1,0,0,0),(81577,7246,209,1,1,6426,1,1626.51,1136.02,8.87709,2.45112,86400,0,1,4119,2864,2,0,0,0),(81576,5650,209,1,1,6421,1,1644.01,1104.96,9.20275,3.03687,86400,0,0,4278,2966,0,0,0,0),(81575,5649,209,1,1,6424,1,1632.54,1166.75,9.05948,4.60767,86400,5,0,5346,0,1,0,0,0),(81574,5649,209,1,1,6423,1,1636.18,1106.7,8.96013,0.017453,86400,0,0,5346,0,0,0,0,0),(81573,5649,209,1,1,6424,1,1636.05,1105.06,8.96016,0.087266,86400,0,0,5346,0,0,0,0,0),(81572,7246,209,1,1,6426,1,1644.17,1107.36,9.04577,3.28122,86400,0,0,4119,2864,0,0,0,0),(81571,5649,209,1,1,6423,1,1636.84,1109.9,8.9902,5.75959,86400,0,0,5346,0,0,0,0,0),(81570,7795,209,1,1,6685,1,1698.24,1210.74,9.41781,5.45566,86400,0,0,4029,7846,2,0,0,0),(81569,5649,209,1,1,6424,1,1648.18,1152.28,9.01227,5.39307,86400,5,0,5346,0,1,0,0,0),(81568,5649,209,1,1,6424,1,1714.38,1218.58,8.96012,5.48033,86400,3,0,5346,0,1,0,0,0),(81567,7269,209,1,1,7470,0,1677.07,1153.68,8.96011,1.29154,86400,5,0,1782,0,1,0,0,0),(81461,5650,209,1,1,6421,1,1655.19,717.366,27.1727,1.27409,86400,5,0,4278,2966,1,0,0,0),(81462,8095,209,1,1,7345,0,1768.32,757.659,27.3368,5.98648,86400,5,0,5757,0,1,0,0,0),(81566,5649,209,1,1,6424,1,1667.29,1151.89,8.96011,3.63029,86400,5,0,5346,0,1,0,0,0),(81565,8120,209,1,1,7345,0,1744.88,1066.61,51.2345,5.51524,86400,5,0,3980,0,1,0,0,0),(81564,5649,209,1,1,6423,1,1712.07,1187.57,9.39765,5.49779,86400,0,0,5346,0,0,0,0,0),(81563,5650,209,1,1,6422,1,1714.92,1190.31,10.3375,4.31096,86400,0,0,4278,2966,0,0,0,0),(81562,7246,209,1,1,6426,1,1717.19,1188.65,10.8277,4.31096,86400,0,0,4119,2864,0,0,0,0),(81561,5650,209,1,1,6422,1,1719.98,1181.94,10.506,5.46288,86400,0,0,4278,2966,0,0,0,0),(81559,8095,209,1,1,7345,0,1764.58,1243.75,33.4994,1.84091,86400,5,0,5757,0,1,0,0,0),(81558,8095,209,1,1,7345,0,1760.61,1215.38,28.1244,4.92385,86400,5,0,5757,0,1,0,0,0),(81557,7605,209,1,1,6435,1,1886.64,1299.11,48.3146,4.36332,86400,0,0,6237,0,0,0,0,0),(81458,7269,209,1,1,7470,0,1773.16,826.965,16.05,6.21337,86400,5,0,1782,0,1,0,0,0),(81459,8095,209,1,1,7345,0,1615.78,753.916,22.0062,0.170666,86400,5,0,5757,0,1,0,0,0),(81556,7608,209,1,1,6438,1,1891.07,1294.78,48.2347,3.31613,86400,0,0,4991,1483,0,0,0,0),(81555,7604,209,1,1,6433,1,1882.89,1299.27,48.3843,4.83456,86400,0,0,18480,0,0,0,0,0),(81454,7269,209,1,1,7470,0,1762.66,850.786,8.96011,4.86947,86400,5,0,1782,0,1,0,0,0),(81455,7269,209,1,1,7470,0,1777.98,873.714,9.09439,3.10669,86400,5,0,1782,0,1,0,0,0),(81456,7247,209,1,1,6427,1,1767.67,850.924,8.8832,3.92424,86400,0,1,4278,2966,2,0,0,0),(81449,5649,209,1,1,6423,1,1708.31,897.658,9.00179,5.09013,86400,0,0,5346,0,0,0,0,0),(81450,5649,209,1,1,6424,1,1608.46,978.857,9.01275,4.32842,86400,0,0,5346,0,0,0,0,0),(81451,8095,209,1,1,7345,0,1663.34,783.054,15.5692,2.02458,86400,5,0,5757,0,1,0,0,0),(81452,5649,209,1,1,6424,1,1713.68,784.082,17.346,5.48033,86400,5,0,5346,0,1,0,0,0),(81552,7274,209,1,1,6440,1,1886.8,1289.89,45.9625,3.38594,86400,0,0,9595,0,0,0,0,0),(81446,5648,209,1,1,6420,1,1707.05,914.393,10.2081,1.18682,86400,0,0,3603,7150,0,0,0,0),(81447,5648,209,1,1,6419,1,1706.18,917.728,11.1787,5.81195,86400,0,0,3603,7150,0,0,0,0),(81442,5649,209,1,1,6423,1,1603.14,970.714,9.18092,0.820305,86400,0,0,5346,0,0,0,0,0),(81443,5649,209,1,1,6423,1,1656.78,942.958,9.11468,5.65487,86400,0,0,5346,0,0,0,0,0),(81444,5648,209,1,1,6419,1,1660.76,937.592,9.17103,2.19912,86400,0,0,3603,7150,0,0,0,0),(81441,5649,209,1,1,6423,1,1605.68,969.609,9.18042,1.29154,86400,0,0,5346,0,0,0,0,0),(47465,7269,209,1,1,7470,0,1617.68,970.682,8.9631,1.81514,86400,5,0,1782,0,1,0,0,0),(45709,5649,209,1,1,6424,1,1685.91,888.847,9.00179,1.37218,86400,5,0,5346,0,1,0,0,0),(45710,5650,209,1,1,6422,1,1658.52,805.539,9.29566,1.36264,86400,0,0,4278,2966,0,0,0,0),(44170,7246,209,1,1,6425,1,1663.38,926.347,9.025,3.67835,86400,0,1,4119,2864,2,0,0,0),(44177,7246,209,1,1,6425,1,1662.34,929.703,9.12678,2.75114,86400,0,0,4119,2864,0,0,0,0),(44166,7269,209,1,1,7470,0,1655.86,920.877,8.96012,1.39626,86400,5,0,1782,0,1,0,0,0),(44165,5650,209,1,1,6422,1,1669.67,896.452,8.96012,2.51327,86400,0,0,4278,2966,0,0,0,0),(44162,5648,209,1,1,6420,1,1660.46,901.742,8.96499,0.628319,86400,0,0,3603,7150,0,0,0,0),(15288,2397,0,1,1,3652,1,-14.0007,-952.195,56.2737,2.45524,300,0,0,1163,0,0,0,0,0),(31445,2914,1,1,1,2958,0,-3596.22,-2724.19,35.1474,1.74296,360,10,0,8,0,1,0,0,0),(43703,7269,209,1,1,7470,0,1652.97,818.11,8.96013,3.54302,86400,5,0,1782,0,1,0,0,0),(43702,7246,209,1,1,6426,1,1644.98,814.596,8.96928,4.53786,86400,0,0,4119,2864,0,0,0,0),(43695,5648,209,1,1,6420,1,1614.61,897.026,9.75628,5.74213,86400,0,0,3603,7150,0,0,0,0),(43694,5650,209,1,1,6422,1,1639.96,798.093,8.97168,1.48353,86400,0,0,4278,2966,0,0,0,0),(42628,5650,209,1,1,6421,1,1616.86,778.17,11.32,5.3058,86400,0,0,4278,2966,0,0,0,0),(42625,5650,209,1,1,6421,1,1582,850.825,9.89255,5.96903,86400,0,0,4278,2966,0,0,0,0),(42626,5648,209,1,1,6419,1,1546.47,835.226,8.8914,3.8113,86400,0,1,3603,7150,2,0,0,0),(42627,5648,209,1,1,6419,1,1606.3,857.721,11.6019,5.0091,86400,0,0,3603,7150,0,0,0,0),(3448,3119,1,1,1,9442,1,-1019.16,-4725.93,14.7198,3.85196,300,10,0,120,0,1,0,0,0),(81549,7247,209,1,1,6428,1,1899.24,1214.72,9.00179,1.80893,86400,0,0,4278,2966,0,0,0,0),(81547,5650,209,1,1,6422,1,1915.55,1194.25,8.96012,1.0821,86400,0,0,4278,2966,0,0,0,0),(81546,5650,209,1,1,6421,1,1913.5,1199.53,9.04154,5.81195,86400,0,0,4278,2966,0,0,0,0),(42622,5648,209,1,1,6420,1,1586.46,853.121,9.88523,4.24115,86400,0,0,3603,7150,0,0,0,0),(42623,5649,209,1,1,6423,1,1564.22,871.627,9.70283,4.46804,86400,0,0,5346,0,0,0,0,0),(42624,5648,209,1,1,6420,1,1583,847.667,11.134,0.890118,86400,0,0,3603,7150,0,0,0,0),(42618,7269,209,1,1,7470,0,1560.28,849.29,8.97512,3.56047,86400,8,0,1782,0,1,0,0,0),(42617,5649,209,1,1,6424,1,1562.31,868.947,9.52113,1.0821,86400,0,0,5346,0,0,0,0,0),(42610,8095,209,1,1,7345,0,1519.79,753.656,26.956,1.33225,86400,5,0,5757,0,1,0,0,0),(42611,5648,209,1,1,6420,1,1531.04,822.545,9.17081,0.628319,86400,0,0,3603,7150,0,0,0,0),(42605,5648,209,1,1,6419,1,1505.32,844.512,9.4491,0.069813,86400,0,0,3603,7150,0,0,0,0),(42606,5648,209,1,1,6420,1,1488.54,816.122,9.21445,5.37561,86400,0,0,3603,7150,0,0,0,0),(42603,7269,209,1,1,7470,0,1517.12,823.743,8.97511,0.226893,86400,3,0,1782,0,1,0,0,0),(42600,5648,209,1,1,6420,1,1504.88,818.578,8.97416,2.46091,86400,0,0,3603,7150,0,0,0,0),(42602,5648,209,1,1,6419,1,1521.9,826.386,8.8919,3.82264,86400,0,1,3603,7150,2,0,0,0),(42599,5648,209,1,1,6420,1,1511.31,844.814,9.72667,2.87979,86400,0,0,3603,7150,0,0,0,0),(38014,8095,209,1,1,7345,0,1414.69,772.811,28.7146,5.72987,86400,5,0,5757,0,1,0,0,0),(38015,5648,209,1,1,6420,1,1430.52,795.113,11.9563,2.33874,86400,0,0,3603,7150,0,0,0,0),(38016,5648,209,1,1,6420,1,1427.77,794.452,11.6592,1.79769,86400,0,0,3603,7150,0,0,0,0),(38017,5648,209,1,1,6419,1,1426.05,800.303,10.6506,5.14872,86400,0,0,3603,7150,0,0,0,0),(38018,8095,209,1,1,7345,0,1452.61,761.849,40.2917,6.17755,86400,5,0,5757,0,1,0,0,0),(81712,18974,530,1,1,0,0,-633.046,2631.54,-3.08868,2.27582,360,0,0,3739,6015,2,0,0,0),(81713,16205,530,1,1,0,0,7577.79,-6897.55,111.997,2.23402,300,0,0,307,856,0,0,0,0),(81714,16665,530,1,1,0,0,7576.91,-6883.63,95.1072,0.436332,300,0,0,356,0,0,0,0,0),(81715,16528,530,1,1,0,0,7555.68,-6857.73,93.663,0.977384,300,0,0,417,0,0,0,0,0),(81716,16199,530,1,1,0,0,7563.71,-6802.08,87.118,4.99164,300,0,0,273,0,0,0,0,0),(81717,16541,530,1,1,0,0,7575.41,-6874.24,96.0452,0.855211,300,0,0,1500,0,0,0,0,0),(81718,16541,530,1,1,0,0,7562.8,-6865.32,96.0422,1.18682,300,0,0,1500,0,0,0,0,0),(81719,16541,530,1,1,0,0,7565.37,-6807.69,86.911,2.33022,300,5,0,1500,0,1,0,0,0),(81720,16224,530,1,1,0,1,7644.05,-6838.9,83.9032,4.69922,300,0,0,233,0,0,0,0,0),(81721,16187,530,1,1,0,1,7622.97,-6845.61,83.9717,0.855211,300,0,0,438,0,0,0,0,0),(81722,16197,530,1,1,0,1,7642.22,-6819.37,79.3757,4.31808,300,0,0,276,710,2,0,0,0),(81723,16541,530,1,1,0,0,7656.14,-6854.95,86.5801,4.72984,300,0,0,1500,0,0,0,0,0),(81724,17655,530,1,1,0,1,7600.52,-6904.99,93.886,1.78024,300,0,0,328,0,0,0,0,0),(81725,16068,530,1,1,0,0,7617.99,-6863.44,90.0108,3.95924,300,8,0,8,0,1,0,0,0),(81726,16213,530,1,1,0,1,7552.85,-6784.15,89.417,1.85005,300,0,0,185,0,0,0,0,0),(81727,16251,530,1,1,0,1,7556.46,-6759.95,91.3061,4.24115,300,0,0,374,0,0,0,0,0),(81728,16189,530,1,1,0,1,7595.16,-6782.24,86.878,4.62512,300,0,0,10572,0,0,0,0,0),(81729,16541,530,1,1,0,0,7551.38,-6777.9,90.3381,4.95674,300,0,0,1500,0,0,0,0,0),(81730,16541,530,1,1,0,0,7559.49,-6775.46,90.4631,5.09636,300,0,0,1500,0,0,0,0,0),(81731,14881,530,1,1,0,0,7577.64,-6778.84,87.3522,5.69515,300,5,0,8,0,1,0,0,0),(81732,16268,530,1,1,0,1,7511.88,-6841.08,83.7494,1.27409,300,0,0,328,0,0,0,0,0),(81733,16200,530,1,1,0,0,7528.07,-6801.9,83.4496,5.51524,300,0,0,449,0,0,0,0,0),(81734,16231,530,1,1,0,0,7551.52,-6764.35,91.3361,5.2709,300,0,0,438,0,0,0,0,0),(81735,16252,530,1,1,0,1,7552.8,-6760.88,91.3371,4.85202,300,0,0,581,0,0,0,0,0),(81736,16289,530,1,1,0,0,7544.94,-6763.04,91.3372,5.89921,300,0,0,344,0,0,0,0,0),(81737,16541,530,1,1,0,0,7565.35,-6731.61,83.6889,2.90088,300,5,0,1500,0,1,0,0,0),(81738,16354,530,1,1,0,0,7679.11,-6782.89,69.6863,3.12846,300,5,0,273,0,1,0,0,0),(81739,16198,530,1,1,0,0,7499.65,-6856.24,85.4783,1.18682,300,0,0,247,0,0,0,0,0),(81740,18426,530,1,1,0,0,7535.26,-6878.81,111.997,5.37561,300,0,0,178,382,0,0,0,0),(81741,16542,530,1,1,0,0,7553.37,-6897.35,96.11,1.09956,300,0,0,330,938,0,0,0,0),(81742,4075,530,1,1,0,0,7497.1,-6851.03,84.6906,4.20185,300,10,0,8,0,1,0,0,0),(81743,16541,530,1,1,0,0,7478.38,-6771.39,76.7461,3.92699,300,0,0,1500,0,0,0,0,0),(81745,16541,530,1,1,0,0,7482.22,-6898.36,96.6347,0.717728,300,0,0,1500,0,0,0,0,0),(81746,16347,530,1,1,0,0,7721.57,-6880.75,82.1183,0.80039,300,0,0,176,0,0,0,0,0),(81747,16347,530,1,1,0,0,7743.05,-6948.07,101.264,1.32713,300,0,0,176,0,0,0,0,0),(81748,16347,530,1,1,0,0,7745.83,-6937.38,99.2406,1.06367,300,0,0,176,0,0,0,0,0),(81749,16347,530,1,1,0,0,7818.84,-6844.59,64.1858,4.51576,300,0,0,176,0,0,0,0,0),(81750,16347,530,1,1,0,0,7838.3,-6930.69,83.1033,5.12346,300,0,0,176,0,0,0,0,0),(81751,16347,530,1,1,0,0,7857.3,-6907.3,74.6872,4.39934,300,0,0,176,0,0,0,0,0),(81752,16353,530,1,1,0,0,7895.56,-6910.62,68.527,2.01161,300,0,0,176,0,0,0,0,0),(81753,16353,530,1,1,0,0,7704.45,-6946.23,117.873,4.32572,300,0,0,176,0,0,0,0,0),(81754,16347,530,1,1,0,0,7858.67,-6994.99,100.384,1.97462,300,0,0,176,0,0,0,0,0),(81755,16353,530,1,1,0,0,7771.25,-7025.09,102.999,1.3622,300,0,0,176,0,0,0,0,0),(81756,14881,530,1,1,0,0,7853.74,-7008.52,102.359,2.90779,300,0,0,8,0,0,0,0,0),(81757,16353,530,1,1,0,0,7928.71,-6973.67,81.35,5.28713,300,5,0,176,0,1,0,0,0),(81758,16353,530,1,1,0,0,7909.28,-6994.43,88.4396,0.737267,300,0,0,176,0,0,0,0,0),(81759,16347,530,1,1,0,0,7878.06,-7060.34,110.8,3.44684,300,0,0,176,0,0,0,0,0),(81760,16347,530,1,1,0,0,7907.97,-7099.03,121.613,1.33244,300,0,0,176,0,0,0,0,0),(81761,16347,530,1,1,0,0,7947.09,-7068.47,119.424,4.68006,300,0,0,176,0,0,0,0,0),(81762,16347,530,1,1,0,0,7933.92,-7109.61,122.434,2.78476,300,0,0,176,0,0,0,0,0),(81763,16347,530,1,1,0,0,7819.21,-7175.48,130.682,4.71141,300,0,0,176,0,0,0,0,0),(82917,21251,548,1,1,0,0,-89.871,-114.08,7.4833,0.359943,604800,0,0,387450,0,2,0,0,0),(81765,16343,530,1,1,0,1,7763.29,-7131.89,128.756,5.99625,300,0,0,301,326,0,0,0,0),(81766,16313,530,1,1,0,0,7917.68,-7254.84,155.815,2.39918,300,0,0,166,178,0,0,0,0),(81767,16313,530,1,1,0,0,7891.48,-7265.98,155.814,1.21025,300,5,0,166,178,1,0,0,0),(81768,16313,530,1,1,0,0,7927.29,-7210.73,133.072,0.782311,300,0,0,166,178,0,0,0,0),(81769,16313,530,1,1,0,0,7881.63,-7254.56,135.359,1.88359,300,5,0,166,178,1,0,0,0),(81771,16313,530,1,1,0,0,7910.72,-7275.58,155.821,0.654843,300,5,0,166,178,1,0,0,0),(81772,16313,530,1,1,0,0,7913.52,-7274.86,139.928,0.092749,300,5,0,166,178,1,0,0,0),(81773,16313,530,1,1,0,0,7935.69,-7278.93,139.943,0.732155,300,5,0,166,178,1,0,0,0),(81774,16313,530,1,1,0,0,7919.45,-7276.65,155.822,6.00073,300,5,0,166,178,1,0,0,0),(81775,16313,530,1,1,0,0,8005.55,-7215.29,140.733,0.859763,300,0,0,166,178,0,0,0,0),(81776,16313,530,1,1,0,0,7979.34,-7179.35,136.025,3.03349,300,0,0,166,178,0,0,0,0),(81777,16313,530,1,1,0,0,8019.37,-7174.51,136.041,1.34229,300,0,0,166,178,0,0,0,0),(81778,16313,530,1,1,0,0,7980.2,-7277.51,141.477,1.266,300,0,0,166,178,0,0,0,0),(81779,16313,530,1,1,0,0,8047.76,-7214.73,158.63,0.086975,300,0,0,166,178,0,0,0,0),(81780,16313,530,1,1,0,0,8044.89,-7206.34,149.807,0.933034,300,0,0,166,178,0,0,0,0),(81781,16313,530,1,1,0,0,8004.17,-7245.37,140.082,2.92907,300,5,0,166,178,1,0,0,0),(81782,16353,530,1,1,0,0,8015.16,-7117.49,136.332,4.8037,300,0,0,176,0,0,0,0,0),(81783,16313,530,1,1,0,0,8059.83,-7182.44,141.837,6.24623,300,0,0,166,178,0,0,0,0),(81784,16313,530,1,1,0,0,7908.89,-7290.9,155.816,1.0134,300,0,0,166,178,0,0,0,0),(81785,16357,530,1,1,0,0,7974.56,-7251.63,137.215,0.517558,300,0,0,624,205,2,0,0,0),(81786,16313,530,1,1,0,0,8049.94,-7241.1,142.758,1.78743,300,0,0,166,178,0,0,0,0),(81787,16313,530,1,1,0,0,8021.15,-7276.64,141.569,5.86424,300,0,0,166,178,0,0,0,0),(81788,16313,530,1,1,0,0,7910.08,-7343.75,142.364,1.69972,300,5,0,166,178,1,0,0,0),(81789,16313,530,1,1,0,0,7977.77,-7309.79,143.179,3.13593,300,5,0,166,178,1,0,0,0),(81790,16313,530,1,1,0,0,7912.77,-7322.09,142.163,5.42778,300,0,0,166,178,0,0,0,0),(81791,16313,530,1,1,0,0,7878.73,-7285.98,139.36,1.93883,300,0,0,166,178,0,0,0,0),(81792,16313,530,1,1,0,0,7937.96,-7354.21,143.492,5.90593,300,0,0,166,178,0,0,0,0),(81793,16347,530,1,1,0,0,7817.28,-7321.1,145.134,2.55084,300,0,0,176,0,0,0,0,0),(81794,16353,530,1,1,0,0,7842.88,-7401.62,153.173,5.49226,300,0,0,176,0,0,0,0,0),(81795,16313,530,1,1,0,0,7943.96,-7390.71,142.6,0.296576,300,0,0,166,178,0,0,0,0),(81796,16347,530,1,1,0,0,7847.01,-7419.17,152.063,0.708043,300,5,0,176,0,1,0,0,0),(81797,16068,530,1,1,0,0,7945.18,-7403.27,143.157,1.11545,300,8,0,8,0,1,0,0,0),(81798,16313,530,1,1,0,0,7975.89,-7380.5,141.203,0.624574,300,0,0,166,178,0,0,0,0),(81799,16347,530,1,1,0,0,7876.13,-7439.27,155.269,4.177,300,5,0,176,0,1,0,0,0),(81800,16347,530,1,1,0,0,7902.12,-7470.38,148.729,1.9141,300,5,0,176,0,1,0,0,0),(81801,13321,530,1,1,0,0,7954.96,-7473.12,143.911,5.03732,300,5,0,42,0,1,0,0,0),(81802,16313,530,1,1,0,0,8013.4,-7415.66,146.733,3.96502,300,5,0,166,178,1,0,0,0),(81803,16313,530,1,1,0,0,8018.51,-7377.34,141.626,0.924137,300,0,0,166,178,0,0,0,0),(81804,16313,530,1,1,0,0,8036.01,-7364.29,144.148,4.16971,300,0,0,166,178,0,0,0,0),(81805,16313,530,1,1,0,0,8054.48,-7395.71,142.656,1.681,300,0,0,166,178,0,0,0,0),(81806,16313,530,1,1,0,0,8076.13,-7338.33,141.755,2.26157,300,0,0,166,178,0,0,0,0),(81807,16313,530,1,1,0,0,8055.91,-7372.2,143.957,3.43894,300,0,0,166,178,0,0,0,0),(81808,16313,530,1,1,0,0,8087.92,-7380.57,164.221,2.75257,300,0,0,166,178,0,0,0,0),(81809,16313,530,1,1,0,0,8092.19,-7388.02,142.92,6.22496,300,0,0,166,178,0,0,0,0),(81810,16313,530,1,1,0,0,8039.06,-7373.16,144.328,4.59271,300,0,0,166,178,0,0,0,0),(81811,16313,530,1,1,0,0,8051.65,-7383.42,165.085,5.84559,300,0,0,166,178,0,0,0,0),(81812,16313,530,1,1,0,0,8062.16,-7366.95,164.38,5.73705,300,0,0,166,178,0,0,0,0),(81813,16313,530,1,1,0,0,8018.67,-7324.76,142.587,3.16472,300,0,0,166,178,0,0,0,0),(81814,16313,530,1,1,0,0,8084.83,-7488.58,151.409,1.30011,300,5,0,166,178,1,0,0,0),(81815,16313,530,1,1,0,0,8076.57,-7314.19,142.1,2.15668,300,0,0,166,178,0,0,0,0),(81816,16313,530,1,1,0,0,8057.5,-7313.25,141.382,5.30253,300,0,0,166,178,0,0,0,0),(81817,16313,530,1,1,0,0,8114.41,-7486.53,155.379,0.102157,300,5,0,166,178,1,0,0,0),(81818,16313,530,1,1,0,0,8125.57,-7503.06,162.773,1.25773,300,0,0,166,178,0,0,0,0),(81819,16313,530,1,1,0,0,8147.62,-7487,152.346,0.98401,300,5,0,166,178,1,0,0,0),(81820,16313,530,1,1,0,0,8138.35,-7511.81,160.649,3.32652,300,0,0,166,178,0,0,0,0),(81821,16313,530,1,1,0,0,8054.1,-7511.16,150.723,3.37757,300,5,0,166,178,1,0,0,0),(81822,16313,530,1,1,0,0,8113.41,-7552.92,171.521,3.9528,300,0,0,166,178,0,0,0,0),(81823,16313,530,1,1,0,0,8051.92,-7547.54,150.128,0.305359,300,0,0,166,178,0,0,0,0),(81824,16313,530,1,1,0,0,8022.23,-7543.98,146.799,2.06548,300,5,0,166,178,1,0,0,0),(81825,16313,530,1,1,0,0,8118.99,-7608.19,150.797,2.3161,300,5,0,166,178,1,0,0,0),(81826,16313,530,1,1,0,0,8117.7,-7593.37,157.453,5.36761,300,0,0,166,178,0,0,0,0),(81827,16313,530,1,1,0,0,8047.31,-7580.24,147.437,4.09581,300,5,0,166,178,1,0,0,0),(81828,16313,530,1,1,0,0,8080.82,-7591.3,149.215,4.58534,300,0,0,166,178,0,0,0,0),(81829,16313,530,1,1,0,0,8145.62,-7612.53,149.937,1.56981,300,5,0,166,178,1,0,0,0),(81830,16340,530,1,1,0,0,8048.07,-7749.25,155.691,0.86111,300,5,0,198,0,1,0,0,0),(81831,16341,530,1,1,0,1,8043.96,-7785.68,167.812,3.85718,300,5,0,208,205,1,0,0,0),(81832,2914,530,1,1,0,0,8088.44,-7793.31,165.861,3.12349,300,10,0,8,0,1,0,0,0),(81833,16341,530,1,1,0,1,8086.92,-7785.98,164.872,0.013467,300,5,0,208,205,1,0,0,0),(81834,16340,530,1,1,0,0,8032.45,-7800.78,167.854,0.705066,300,5,0,198,0,1,0,0,0),(81835,16341,530,1,1,0,1,7980.89,-7780.33,158.052,0.373976,300,5,0,208,205,1,0,0,0),(81836,16340,530,1,1,0,0,8006.81,-7786.41,165.319,3.22386,300,5,0,198,0,1,0,0,0),(81837,16340,530,1,1,0,0,8079.41,-7819.85,170.927,3.24401,300,5,0,198,0,1,0,0,0),(81838,16340,530,1,1,0,0,8051.32,-7825.21,170.586,3.84641,300,5,0,198,0,1,0,0,0),(81839,16341,530,1,1,0,1,8036.82,-7853.56,180.809,6.26573,300,5,0,208,205,1,0,0,0),(81840,16340,530,1,1,0,0,8054.83,-7865.07,180.523,2.05949,300,5,0,198,0,1,0,0,0),(81841,2914,530,1,1,0,0,8122.43,-7848.25,177.627,1.22571,300,10,0,8,0,1,0,0,0),(81842,16341,530,1,1,0,1,7988.12,-7849.29,177.582,1.06465,300,5,0,208,205,1,0,0,0),(81843,16340,530,1,1,0,0,7998.88,-7839.71,177.419,4.69494,300,5,0,198,0,1,0,0,0),(81844,16341,530,1,1,0,1,8012.93,-7853.74,181.858,4.64011,300,5,0,208,205,1,0,0,0),(81845,16340,530,1,1,0,0,8014.11,-7711.65,148.443,1.7564,300,5,0,198,0,1,0,0,0),(81846,14881,530,1,1,0,0,7892.23,-7813.05,166.2,0.393725,300,5,0,8,0,1,0,0,0),(81847,13321,530,1,1,0,0,7953.58,-7696.51,145.214,3.97694,300,5,0,42,0,1,0,0,0),(81848,16340,530,1,1,0,0,7983.65,-7717.06,146.681,6.19592,300,5,0,198,0,1,0,0,0),(81849,16341,530,1,1,0,1,7999.93,-7727.41,151.524,4.90438,300,5,0,208,205,1,0,0,0),(81850,16341,530,1,1,0,1,7999.6,-7738.16,150.712,4.55531,300,5,0,208,205,1,0,0,0),(81851,16341,530,1,1,0,1,7950.18,-7716.03,147.709,4.27606,300,5,0,208,205,1,0,0,0),(81852,16340,530,1,1,0,0,8010.96,-7758.86,152.257,5.63741,300,5,0,198,0,1,0,0,0),(81853,1420,530,1,1,0,0,7895.5,-7727.47,143.771,1.90436,300,5,0,8,0,1,0,0,0),(81854,16340,530,1,1,0,0,8026.05,-7757.15,151.984,2.60054,300,5,0,198,0,1,0,0,0),(81855,16341,530,1,1,0,1,7977.19,-7755.35,151.739,0.471239,300,5,0,208,205,1,0,0,0),(81856,16341,530,1,1,0,1,7984.85,-7785.59,159.486,5.34071,300,5,0,208,205,1,0,0,0),(81857,16339,530,1,1,0,0,7846.35,-7829.46,170.478,5.79453,300,5,0,328,0,1,0,0,0),(81858,16339,530,1,1,0,0,7842.22,-7876.06,167.138,1.46608,300,5,0,328,0,1,0,0,0),(81859,16339,530,1,1,0,0,7851.48,-7902.99,169.326,3.71755,300,5,0,328,0,1,0,0,0),(81860,16339,530,1,1,0,0,7866.71,-7870.94,169.488,1.63918,300,5,0,328,0,1,0,0,0),(81861,16339,530,1,1,0,0,7830.76,-7930.85,169.326,1.5708,300,5,0,328,0,1,0,0,0),(81862,16339,530,1,1,0,0,7805.25,-7869.07,168.03,2.64743,300,5,0,328,0,1,0,0,0),(81863,16339,530,1,1,0,0,7806.52,-7911.3,169.326,6.26573,300,5,0,328,0,1,0,0,0),(81864,16339,530,1,1,0,0,7826.16,-7909.09,169.243,4.6564,300,5,0,328,0,1,0,0,0),(81865,16339,530,1,1,0,0,7829.38,-7888.34,169.241,1.59362,300,5,0,328,0,1,0,0,0),(81866,13321,530,1,1,0,0,7832.41,-7757.51,142.432,1.10966,300,5,0,42,0,1,0,0,0),(81867,16339,530,1,1,0,0,7795.04,-7829.5,170.274,1.03551,300,5,0,328,0,1,0,0,0),(81868,16339,530,1,1,0,0,7797.85,-7828.4,170.186,3.7655,300,5,0,328,0,1,0,0,0),(81869,16339,530,1,1,0,0,7788.1,-7865.09,167.556,3.60884,300,5,0,328,0,1,0,0,0),(81870,1420,530,1,1,0,0,7744.64,-7744.09,142.789,2.13379,300,5,0,8,0,1,0,0,0),(81871,16327,530,1,1,0,0,7748.21,-7739.11,142.024,2.47245,300,5,0,222,0,1,0,0,0),(81872,16327,530,1,1,0,0,7848.26,-7713.91,138.048,3.87109,300,0,0,222,0,0,0,0,0),(81873,16327,530,1,1,0,0,7799.02,-7712.31,134.056,3.41369,300,0,0,222,0,0,0,0,0),(81874,16327,530,1,1,0,0,7759.18,-7724.33,139.139,3.57387,300,0,0,222,0,0,0,0,0),(81875,16327,530,1,1,0,0,7810.69,-7691.46,143.462,4.21175,300,5,0,222,0,1,0,0,0),(81876,16201,530,1,1,0,0,7846.54,-7668.93,147.561,0.226893,300,0,0,247,0,0,0,0,0),(81877,16327,530,1,1,0,0,7846.04,-7655.46,147.333,2.26772,300,5,0,222,0,1,0,0,0),(81878,16327,530,1,1,0,0,7722.02,-7722.55,141.013,4.62446,300,5,0,222,0,1,0,0,0),(81879,1420,530,1,1,0,0,7814.08,-7636.64,139.782,0.086904,300,0,0,8,0,0,0,0,0),(81880,16327,530,1,1,0,0,7801.52,-7638.89,138.972,1.87958,300,0,0,222,0,0,0,0,0),(81881,13321,530,1,1,0,0,7737.08,-7648.37,144.066,3.05644,300,5,0,42,0,1,0,0,0),(81882,16327,530,1,1,0,0,7735.2,-7638.77,145.428,0.938071,300,5,0,222,0,1,0,0,0),(81883,16328,530,1,1,0,0,7829.92,-7604.32,134.044,0.938163,300,0,0,247,0,0,0,0,0),(81884,16327,530,1,1,0,0,7816.21,-7601.11,132.792,3.7112,300,0,0,222,0,0,0,0,0),(81885,16327,530,1,1,0,0,7751.04,-7685.68,139.99,3.22886,300,5,0,222,0,1,0,0,0),(81886,13321,530,1,1,0,0,7839.4,-7548.18,140.467,3.88686,300,5,0,42,0,1,0,0,0),(81887,16219,530,1,1,0,1,7932.62,-7573.55,145.501,0.523599,300,0,0,259,0,0,0,0,0),(81889,16327,530,1,1,0,0,7963.19,-7584.59,132.888,1.61344,300,0,0,222,0,0,0,0,0),(81890,16327,530,1,1,0,0,7884.87,-7683.61,139.46,5.77704,300,5,0,222,0,1,0,0,0),(81891,1420,530,1,1,0,0,7969.41,-7573.08,137.139,0.191411,300,0,0,8,0,0,0,0,0),(81892,16347,530,1,1,0,0,7843.77,-7476.99,149.932,0.788161,300,0,0,176,0,0,0,0,0),(81893,16327,530,1,1,0,0,7738.6,-7624.35,146.274,5.9669,300,5,0,222,0,1,0,0,0),(81894,16327,530,1,1,0,0,7681.96,-7674.95,131.462,0.294235,300,5,0,222,0,1,0,0,0),(81895,16328,530,1,1,0,0,7912.13,-7659.33,126.757,1.45286,300,5,0,247,0,1,0,0,0),(81896,16341,530,1,1,0,1,7951.32,-7752.68,153.93,4.7603,300,5,0,208,205,1,0,0,0),(18032,1944,0,1,1,10850,1,1021.34,733.977,59.3484,5.41052,43200,0,0,573,0,0,0,0,0),(81898,16328,530,1,1,0,0,7946.65,-7614.63,118.887,5.55015,300,5,0,247,0,1,0,0,0),(81899,16327,530,1,1,0,0,7883.07,-7611.99,130.091,0.802851,300,5,0,222,0,1,0,0,0),(81900,16328,530,1,1,0,0,7816.27,-7743.35,140.129,2.56563,300,5,0,247,0,1,0,0,0),(81901,16327,530,1,1,0,0,7783.36,-7713.65,134.263,1.37881,300,5,0,222,0,1,0,0,0),(81902,16328,530,1,1,0,0,7851.74,-7586.3,119.558,6.24828,300,0,0,247,0,0,0,0,0),(81903,16327,530,1,1,0,0,7817.72,-7614.53,133.94,4.95674,300,0,0,222,0,0,0,0,0),(81904,16327,530,1,1,0,0,7772.76,-7647.01,136.054,1.59059,300,0,0,222,0,0,0,0,0),(81905,16354,530,1,1,0,0,7700.92,-7791.58,150.774,3.92434,300,5,0,273,0,1,0,0,0),(81906,16328,530,1,1,0,0,7647.81,-7675.31,127.042,1.80155,300,5,0,247,0,1,0,0,0),(81907,16220,530,1,1,0,1,7614.6,-7671.46,154.08,2.74697,300,0,0,508,0,0,0,0,0),(81908,13321,530,1,1,0,0,7626.77,-7716.26,141.674,2.73204,300,5,0,42,0,1,0,0,0),(81909,16462,530,1,1,0,1,7611.57,-7666.11,154.08,5.81195,300,0,0,287,0,0,0,0,0),(81910,16354,530,1,1,0,0,7617.66,-7759.49,147.242,3.50445,300,5,0,273,0,1,0,0,0),(81911,16603,530,1,1,0,1,7578.88,-7672.48,151.757,1.27409,300,0,0,315,0,0,0,0,0),(82912,21220,548,1,1,0,1,250.266,-272.503,-0.19831,3.32797,604800,0,0,100520,48465,2,0,0,0),(82902,21220,548,1,1,0,1,249.354,-264.947,-0.801366,3.273,604800,0,0,100520,48465,2,0,0,0),(82898,21873,548,1,1,0,1,254.58,-267.576,-0.262298,3.11592,604800,0,0,48902,0,0,0,0,0),(82891,21251,548,1,1,0,0,465.176,-502.167,-13.1583,6.26413,604800,0,0,387450,0,2,0,0,0),(82880,21251,548,1,1,0,0,491.128,-526.024,-13.1583,1.39467,604800,0,0,387450,0,2,0,0,0),(81918,16354,530,1,1,0,0,7583.93,-7583.94,148.664,4.77198,300,5,0,273,0,1,0,0,0),(81919,14881,530,1,1,0,0,7556.8,-7546.87,138.935,1.25275,300,0,0,8,0,0,0,0,0),(81920,16348,530,1,1,0,0,7546.34,-7548.01,137.023,5.57048,300,5,0,273,0,1,0,0,0),(81921,16343,530,1,1,0,1,7680.13,-7527.57,150.957,1.72567,300,0,0,301,326,0,0,0,0),(81922,16343,530,1,1,0,1,7633.15,-7514.81,153.672,5.44346,300,0,0,301,326,0,0,0,0),(81923,16343,530,1,1,0,1,7696.77,-7541.15,149.739,4.66821,300,0,0,301,326,0,0,0,0),(81924,16354,530,1,1,0,0,7583.8,-7782.79,146.95,1.56127,300,5,0,273,0,1,0,0,0),(81925,16348,530,1,1,0,0,7556.09,-7792.37,148.761,5.26854,300,5,0,273,0,1,0,0,0),(81926,16348,530,1,1,0,0,7517.29,-7803.53,147.502,4.51561,300,5,0,273,0,1,0,0,0),(81927,16354,530,1,1,0,0,7457.28,-7714.63,131.904,3.19794,300,5,0,273,0,1,0,0,0),(81928,14881,530,1,1,0,0,7532.26,-7832.15,149.558,2.81094,300,5,0,8,0,1,0,0,0),(81929,16469,530,1,1,0,1,7512.59,-7820.54,147.808,2.35517,300,5,0,350,390,1,0,0,0),(81930,16354,530,1,1,0,0,7593.6,-7842.03,161.097,4.19627,300,5,0,273,0,1,0,0,0),(81931,16354,530,1,1,0,0,7620.53,-7819.72,155.304,0.707691,300,5,0,273,0,1,0,0,0),(81932,16348,530,1,1,0,0,7648.29,-7783.03,150.752,1.29221,300,5,0,273,0,1,0,0,0),(81933,16348,530,1,1,0,0,7659.67,-7839.54,157.684,1.05735,300,5,0,273,0,1,0,0,0),(81934,16354,530,1,1,0,0,7681.5,-7821.97,154.805,4.55755,300,5,0,273,0,1,0,0,0),(81935,16348,530,1,1,0,0,7506.24,-7807.35,149.558,3.10192,300,5,0,273,0,1,0,0,0),(81936,16354,530,1,1,0,0,7708.98,-7861.67,157.316,1.88349,300,5,0,273,0,1,0,0,0),(81937,16339,530,1,1,0,0,7807.21,-7825.86,170.379,0.522957,300,5,0,328,0,1,0,0,0),(81938,16339,530,1,1,0,0,7820.96,-7871.73,167.724,3.41044,300,5,0,328,0,1,0,0,0),(81939,16348,530,1,1,0,0,7618.95,-7897.66,180.954,4.57435,300,5,0,273,0,1,0,0,0),(81940,16354,530,1,1,0,0,7583.22,-7901.36,192.421,1.46996,300,5,0,273,0,1,0,0,0),(81941,16348,530,1,1,0,0,7545.14,-7886.28,183.819,5.99893,300,5,0,273,0,1,0,0,0),(81942,2914,530,1,1,0,0,7446.54,-7870.08,156.888,1.9788,300,10,0,8,0,1,0,0,0),(81943,16344,530,1,1,0,1,7486.74,-7889.98,159.137,3.10669,300,0,0,386,0,0,0,0,0),(82877,21251,548,1,1,0,0,538.6,-503.714,-13.1583,1.68134,604800,0,0,387450,0,2,0,0,0),(81945,16469,530,1,1,0,1,7488.8,-7855.81,153.738,4.88789,300,5,0,350,390,1,0,0,0),(81946,16348,530,1,1,0,0,7419.14,-7737.8,131.254,5.94909,300,5,0,273,0,1,0,0,0),(81947,16344,530,1,1,0,1,7418.65,-7843.83,151.598,2.61134,300,0,0,386,0,0,0,0,0),(81948,16344,530,1,1,0,1,7415.13,-7813.13,144.484,1.85795,300,0,0,386,0,0,0,0,0),(81949,16344,530,1,1,0,1,7425.76,-7790.58,140.989,0.258964,300,5,0,386,0,1,0,0,0),(81950,16469,530,1,1,0,1,7446.54,-7885.54,158.763,2.62593,300,0,0,350,390,0,0,0,0),(81951,16469,530,1,1,0,1,7418.14,-7872.14,156.705,1.73273,300,0,0,350,390,0,0,0,0),(81952,16469,530,1,1,0,1,7457.03,-7896.58,158.187,2.53264,300,0,0,350,390,0,0,0,0),(81953,16344,530,1,1,0,1,7360.37,-7832.71,148.134,1.32645,300,0,0,386,0,0,0,0,0),(81954,16469,530,1,1,0,1,7396.87,-7848.49,149.409,4.02865,300,0,0,350,390,0,0,0,0),(81955,16469,530,1,1,0,1,7385.45,-7782.16,152.496,1.60257,300,5,0,350,390,1,0,0,0),(81956,16344,530,1,1,0,1,7400.56,-7847.43,149.842,4.50771,300,0,0,386,0,0,0,0,0),(81957,2914,530,1,1,0,0,7442.94,-7943.55,158.825,5.42859,300,10,0,8,0,1,0,0,0),(81958,16344,530,1,1,0,1,7466.09,-7933.68,160.1,0.017453,300,0,0,386,0,0,0,0,0),(81959,16344,530,1,1,0,1,7422.85,-7923.25,157.144,2.49582,300,0,0,386,0,0,0,0,0),(81960,16469,530,1,1,0,1,7392.21,-7930.51,158.8,0.785398,300,0,0,350,390,0,0,0,0),(81961,16469,530,1,1,0,1,7413.03,-7949.6,161.249,1.3495,300,0,0,350,390,0,0,0,0),(81962,16469,530,1,1,0,1,7379.52,-7888.09,155.485,3.24631,300,0,0,350,390,0,0,0,0),(81963,16469,530,1,1,0,1,7452.31,-7975.94,159.147,1.60581,300,0,0,350,390,0,0,0,0),(81964,16344,530,1,1,0,1,7401.94,-7975.17,161.333,0.802851,300,0,0,386,0,0,0,0,0),(81965,16469,530,1,1,0,1,7407.71,-7953.32,174.375,1.58825,300,0,0,350,390,0,0,0,0),(81966,16469,530,1,1,0,1,7425.34,-7965.4,174.347,0.785398,300,0,0,350,390,0,0,0,0),(81967,16344,530,1,1,0,1,7522.2,-7950.65,188.788,0.261868,300,5,0,386,0,1,0,0,0),(81968,16469,530,1,1,0,1,7351.32,-7820.85,148.058,1.48353,300,5,0,350,390,1,0,0,0),(81969,16469,530,1,1,0,1,7334.45,-7823.75,147.357,0.663225,300,0,0,350,390,0,0,0,0),(81970,16354,530,1,1,0,0,7448.31,-7782.57,141.648,1.24686,300,5,0,273,0,1,0,0,0),(81971,2914,530,1,1,0,0,7299.63,-7806.02,149.964,1.03804,300,0,0,8,0,0,0,0,0),(81972,16344,530,1,1,0,1,7321.17,-7745.72,151.082,5.42764,300,0,0,386,0,0,0,0,0),(81973,16469,530,1,1,0,1,7299.02,-7818.04,151.608,2.07694,300,0,0,350,390,0,0,0,0),(81974,16344,530,1,1,0,1,7283.75,-7825.28,151.497,1.0821,300,0,0,386,0,0,0,0,0),(81975,16344,530,1,1,0,1,7284.98,-7762.82,163.02,0.628319,300,0,0,386,0,0,0,0,0),(81976,16344,530,1,1,0,1,7277.89,-7781.6,163.129,5.91667,300,0,0,386,0,0,0,0,0),(81977,16344,530,1,1,0,1,7303.02,-7781.8,147.999,1.0472,300,0,0,386,0,0,0,0,0),(81978,16469,530,1,1,0,1,7274.5,-7780.6,162.987,5.85283,300,5,0,350,390,1,0,0,0),(81979,16469,530,1,1,0,1,7275.17,-7759.25,150.102,3.78736,300,0,0,350,390,0,0,0,0),(81980,16344,530,1,1,0,1,7411.85,-7846.05,151.338,0.715585,300,5,0,386,0,1,0,0,0),(81981,16469,530,1,1,0,1,7415.77,-7815.71,145.061,3.75246,300,5,0,350,390,1,0,0,0),(81982,16469,530,1,1,0,1,7264.24,-7759.49,163.223,1.79769,300,0,0,350,390,0,0,0,0),(81983,16344,530,1,1,0,1,7267.65,-7765.63,150.102,0.767945,300,0,0,386,0,0,0,0,0),(81984,16344,530,1,1,0,1,7240.82,-7798.02,148.77,2.75584,300,0,0,386,0,0,0,0,0),(81985,16344,530,1,1,0,1,7276.08,-7718.93,146.16,0.296367,300,0,0,386,0,0,0,0,0),(81986,16469,530,1,1,0,1,7240.63,-7761.36,147.999,5.34071,300,0,0,350,390,0,0,0,0),(81987,16354,530,1,1,0,0,7387.67,-7705.2,121.565,4.36076,300,5,0,273,0,1,0,0,0),(81988,16469,530,1,1,0,1,7385.24,-7837.18,147.753,3.76991,300,0,0,350,390,0,0,0,0),(81989,16469,530,1,1,0,1,7452.45,-7888.83,158.664,5.81195,300,0,0,350,390,0,0,0,0),(81990,16344,530,1,1,0,1,7418.62,-7882.18,157.874,5.77507,300,0,0,386,0,0,0,0,0),(81991,16354,530,1,1,0,0,7475.59,-7751.07,137.625,4.23447,300,5,0,273,0,1,0,0,0),(81992,16469,530,1,1,0,1,7474.08,-7908.47,159.393,2.26893,300,0,0,350,390,0,0,0,0),(81993,16469,530,1,1,0,1,7447.43,-7848.06,154.175,2.70526,300,0,0,350,390,0,0,0,0),(81994,16348,530,1,1,0,0,7513.69,-7785.91,146.767,0.191986,300,5,0,273,0,1,0,0,0),(81995,16354,530,1,1,0,0,7444.9,-7688.12,129.816,6.14251,300,5,0,273,0,1,0,0,0),(81996,16348,530,1,1,0,0,7445.04,-7611.89,121.769,4.06978,300,5,0,273,0,1,0,0,0),(82876,21251,548,1,1,0,0,465.175,-578.373,-7.39521,6.13061,604800,0,0,387450,0,2,0,0,0),(81998,16203,530,1,1,0,0,7548.63,-7657.9,167.829,4.90438,300,0,0,247,0,0,0,0,0),(81999,16202,530,1,1,0,0,7559.69,-7675.63,151.369,1.15192,300,0,0,247,0,0,0,0,0),(82000,16463,530,1,1,0,1,7579.23,-7670.07,151.757,2.98451,300,0,0,438,0,0,0,0,0),(82001,16464,530,1,1,0,1,7572.2,-7679.56,167.829,2.3911,300,0,0,346,938,0,0,0,0),(82875,21251,548,1,1,0,0,529.846,-578.542,-7.14435,0.754563,604800,0,0,387450,0,2,0,0,0),(82869,21231,548,1,1,0,1,499.554,-452.329,-13.1583,1.72766,604800,0,0,125668,0,2,0,0,0),(82004,16354,530,1,1,0,0,7516.8,-7674.19,147.884,2.96242,300,5,0,273,0,1,0,0,0),(82005,16354,530,1,1,0,0,7482.51,-7749.64,139.078,2.3911,300,5,0,273,0,1,0,0,0),(82006,17656,530,1,1,0,1,7555.5,-7668.76,151.369,3.01942,300,0,0,300,0,0,0,0,0),(82007,16274,530,1,1,0,1,7561.88,-7663.5,151.369,4.53786,300,0,0,300,0,0,0,0,0),(82008,16348,530,1,1,0,0,7449.02,-7719.07,131.328,2.44346,300,5,0,273,0,1,0,0,0),(82009,13321,530,1,1,0,0,7607.61,-7614.02,140.887,3.57525,300,0,0,42,0,0,0,0,0),(82010,16348,530,1,1,0,0,7449.89,-7586.9,118.794,5.64261,300,5,0,273,0,1,0,0,0),(82011,16354,530,1,1,0,0,7580.75,-7583.74,148.44,5.29787,300,5,0,273,0,1,0,0,0),(82012,16348,530,1,1,0,0,7482.41,-7555.86,121.753,5.2536,300,5,0,273,0,1,0,0,0),(82013,16348,530,1,1,0,0,7549.9,-7553.51,140.052,5.34183,300,5,0,273,0,1,0,0,0),(82014,14881,530,1,1,0,0,7555.51,-7556.54,142.289,3.51495,300,0,0,8,0,0,0,0,0),(82015,16343,530,1,1,0,1,7627.16,-7514.61,155.922,3.10837,300,5,0,301,326,1,0,0,0),(82016,16327,530,1,1,0,0,7653.06,-7686.58,129.229,5.04741,300,5,0,222,0,1,0,0,0),(82017,16343,530,1,1,0,1,7681.76,-7526.79,150.367,3.36907,300,5,0,301,326,1,0,0,0),(82018,16327,530,1,1,0,0,7720.48,-7648.03,146.227,1.06958,300,5,0,222,0,1,0,0,0),(82019,16328,530,1,1,0,0,7745.13,-7620.38,145.785,3.46334,300,5,0,247,0,1,0,0,0),(82020,13321,530,1,1,0,0,7739.4,-7647.44,144.091,2.88739,300,5,0,42,0,1,0,0,0),(82021,16328,530,1,1,0,0,7775.79,-7589.87,127.65,3.30651,300,5,0,247,0,1,0,0,0),(82022,16328,530,1,1,0,0,7657.39,-7689.21,128.875,2.15799,300,0,0,247,0,0,0,0,0),(82023,16328,530,1,1,0,0,7747.17,-7684.2,139.955,2.77563,300,5,0,247,0,1,0,0,0),(82024,16327,530,1,1,0,0,7775.63,-7652.65,136.169,5.58548,300,0,0,222,0,0,0,0,0),(82025,16328,530,1,1,0,0,7815.78,-7620.06,135.307,4.37489,300,5,0,247,0,1,0,0,0),(82026,1420,530,1,1,0,0,7822,-7632.74,139.024,5.88754,300,5,0,8,0,1,0,0,0),(82027,16353,530,1,1,0,0,7773.8,-7480.78,154.284,2.45531,300,5,0,176,0,1,0,0,0),(82028,16328,530,1,1,0,0,7846.19,-7646.51,145.009,1.96273,300,0,0,247,0,0,0,0,0),(82029,16327,530,1,1,0,0,7852.68,-7586.86,119.988,5.74826,300,5,0,222,0,1,0,0,0),(82030,1420,530,1,1,0,0,7847.38,-7544.08,138.227,6.00006,300,5,0,8,0,1,0,0,0),(82031,16328,530,1,1,0,0,7888.29,-7613.26,129.786,6.0447,300,0,0,247,0,0,0,0,0),(82865,21253,548,1,1,0,0,-216.829,-351.851,-1.62314,1.4171,604800,0,0,7540,0,2,0,0,0),(82033,16347,530,1,1,0,0,7858.31,-7490.18,149.363,5.53367,300,5,0,176,0,1,0,0,0),(82034,16327,530,1,1,0,0,7917.18,-7645.74,119.156,1.6533,300,0,0,222,0,0,0,0,0),(82035,16217,530,1,1,0,1,7937.13,-7567.82,145.511,5.4812,300,0,0,287,0,0,0,0,0),(82037,16327,530,1,1,0,0,7955.4,-7614.57,117.741,0.007812,300,0,0,222,0,0,0,0,0),(82038,1420,530,1,1,0,0,7945.17,-7581.22,138.439,4.38971,300,0,0,8,0,0,0,0,0),(82039,16328,530,1,1,0,0,7888.49,-7691.5,137.993,5.14282,300,0,0,247,0,0,0,0,0),(82040,1420,530,1,1,0,0,7952.89,-7686.6,143.166,4.24525,300,0,0,8,0,0,0,0,0),(82041,16341,530,1,1,0,1,7943.46,-7719.99,147.698,3.67382,300,5,0,208,205,1,0,0,0),(82042,16347,530,1,1,0,0,7906.1,-7478.73,149.094,2.66452,300,0,0,176,0,0,0,0,0),(82043,1420,530,1,1,0,0,7951.29,-7480.88,143.06,0.816021,300,0,0,8,0,0,0,0,0),(82044,16347,530,1,1,0,0,7877.9,-7443.66,158.705,1.28981,300,0,0,176,0,0,0,0,0),(82045,16353,530,1,1,0,0,7810.45,-7449.61,159.872,3.14941,300,0,0,176,0,0,0,0,0),(82046,16343,530,1,1,0,1,7628.97,-7486.82,159.185,2.86234,300,0,0,301,326,0,0,0,0),(82047,16343,530,1,1,0,1,7638,-7466.44,163.41,4.59479,300,0,0,301,326,0,0,0,0),(82048,16342,530,1,1,0,0,7637.14,-7449.17,163.16,1.98592,300,0,0,356,0,0,0,0,0),(82049,4075,530,1,1,0,0,7639.83,-7438.4,163.038,4.68078,300,0,0,8,0,0,0,0,0),(82050,16342,530,1,1,0,0,7636.7,-7424.98,162.664,4.61835,300,0,0,356,0,0,0,0,0),(82051,4075,530,1,1,0,0,7642.6,-7400.45,163.428,1.78623,300,0,0,8,0,0,0,0,0),(82052,16342,530,1,1,0,0,7640.77,-7401.47,162.415,5.76906,300,0,0,356,0,0,0,0,0),(82053,16342,530,1,1,0,0,7603.01,-7407.78,156.944,1.89045,300,0,0,356,0,0,0,0,0),(82054,16342,530,1,1,0,0,7607.22,-7397.37,156.941,4.18797,300,0,0,356,0,0,0,0,0),(82055,16342,530,1,1,0,0,7633.5,-7365.97,162.376,2.13989,300,0,0,356,0,0,0,0,0),(82056,16342,530,1,1,0,0,7604.67,-7383.92,159.241,4.70253,300,0,0,356,0,0,0,0,0),(82057,4075,530,1,1,0,0,7574.93,-7359.85,161.737,1.13992,300,10,0,8,0,1,0,0,0),(82058,16342,530,1,1,0,0,7567.09,-7372.42,162.05,3.23726,300,5,0,356,0,1,0,0,0),(82059,16343,530,1,1,0,1,7598.99,-7359.08,162.243,6.28076,300,5,0,301,326,1,0,0,0),(82060,4075,530,1,1,0,0,7605.08,-7366.5,162.297,0.758985,300,10,0,8,0,1,0,0,0),(82061,4075,530,1,1,0,0,7639.35,-7351.73,162.335,4.72994,300,10,0,8,0,1,0,0,0),(82062,16342,530,1,1,0,0,7642.77,-7351.96,162.322,4.03227,300,5,0,356,0,1,0,0,0),(82063,16342,530,1,1,0,0,7608.99,-7365.99,162.316,0.783063,300,5,0,356,0,1,0,0,0),(82064,16342,530,1,1,0,0,7619.62,-7355.58,162.334,1.18094,300,5,0,356,0,1,0,0,0),(82065,16342,530,1,1,0,0,7618.31,-7359.4,162.357,3.13547,300,5,0,356,0,1,0,0,0),(82066,16342,530,1,1,0,0,7603.7,-7354.17,162.246,2.00437,300,5,0,356,0,1,0,0,0),(82067,16343,530,1,1,0,1,7639.61,-7344.19,162.31,1.58711,300,5,0,301,326,1,0,0,0),(82068,16342,530,1,1,0,0,7638.82,-7346.24,162.318,4.75299,300,5,0,356,0,1,0,0,0),(82069,16342,530,1,1,0,0,7568.31,-7346.52,162.044,3.1254,300,5,0,356,0,1,0,0,0),(82070,4075,530,1,1,0,0,7566.2,-7347.42,161.737,0.585648,300,10,0,8,0,1,0,0,0),(82071,16295,530,1,1,0,0,7544.91,-7359.97,162.44,0.034907,300,0,0,392,0,0,0,0,0),(82072,16343,530,1,1,0,1,7544.44,-7362.82,162.349,1.68223,300,0,0,301,326,0,0,0,0),(82073,16342,530,1,1,0,0,7599.61,-7313.28,155.279,5.93279,300,5,0,356,0,1,0,0,0),(82074,16342,530,1,1,0,0,7654.25,-7301.26,155.539,0.469002,300,5,0,356,0,1,0,0,0),(82075,16342,530,1,1,0,0,7620.69,-7307.79,155.267,5.4958,300,5,0,356,0,1,0,0,0),(82076,4075,530,1,1,0,0,7606.85,-7302.92,155.228,1.27164,300,10,0,8,0,1,0,0,0),(82077,4075,530,1,1,0,0,7641.79,-7306.17,155.185,2.07363,300,10,0,8,0,1,0,0,0),(82078,16342,530,1,1,0,0,7601.98,-7285.36,155.825,2.8045,300,5,0,356,0,1,0,0,0),(82079,16353,530,1,1,0,0,7745.61,-7377.09,167.545,2.19631,300,0,0,176,0,0,0,0,0),(82080,16342,530,1,1,0,0,7653.66,-7257.7,155.389,0.855211,300,5,0,356,0,1,0,0,0),(82081,4075,530,1,1,0,0,7607.56,-7259.04,155.329,4.72778,300,10,0,8,0,1,0,0,0),(82082,16342,530,1,1,0,0,7597.6,-7258.52,155.411,1.63502,300,5,0,356,0,1,0,0,0),(82083,4075,530,1,1,0,0,7637.49,-7252.27,155.152,2.16218,300,0,0,8,0,0,0,0,0),(82084,16342,530,1,1,0,0,7612.8,-7248.62,155.626,6.22561,300,0,0,356,0,0,0,0,0),(82085,4075,530,1,1,0,0,7647.18,-7216.74,156.154,5.48125,300,0,0,8,0,0,0,0,0),(82086,16343,530,1,1,0,1,7642.25,-7175.74,152.897,5.96903,300,0,0,301,326,0,0,0,0),(82087,16343,530,1,1,0,1,7655.7,-7149.5,153.644,5.0091,300,0,0,301,326,0,0,0,0),(82088,16343,530,1,1,0,1,7682.88,-7186.04,149.597,2.89725,300,0,0,301,326,0,0,0,0),(82089,16343,530,1,1,0,1,7716.15,-7157.52,140.131,0.495063,300,5,0,301,326,1,0,0,0),(82090,16343,530,1,1,0,1,7755.61,-7171.02,132.848,1.22173,300,0,0,301,326,0,0,0,0),(82091,16343,530,1,1,0,1,7761.1,-7135.86,128.988,4.71323,300,0,0,301,326,0,0,0,0),(82092,16347,530,1,1,0,0,7815.5,-7180.05,131.437,2.69541,300,0,0,176,0,0,0,0,0),(82093,16347,530,1,1,0,0,7912.38,-7079.21,116.116,1.66127,300,5,0,176,0,1,0,0,0),(82094,16601,530,1,1,0,0,7938.38,-7182.34,133.754,2.79253,300,0,0,168,350,0,0,0,0),(82095,16347,530,1,1,0,0,7950.14,-7113.01,124.781,1.52688,300,5,0,176,0,1,0,0,0),(82096,16347,530,1,1,0,0,7889.44,-7051.99,107.781,6.05468,300,5,0,176,0,1,0,0,0),(82097,14881,530,1,1,0,0,7846.09,-7011.39,102.789,4.71629,300,5,0,8,0,1,0,0,0),(82098,16347,530,1,1,0,0,7905.6,-7015.4,97.6945,2.93826,300,5,0,176,0,1,0,0,0),(82099,16347,530,1,1,0,0,7942.54,-7053.46,115.891,3.88227,300,0,0,176,0,0,0,0,0),(82100,16353,530,1,1,0,0,7777.82,-7026.26,102.752,4.26184,300,0,0,176,0,0,0,0,0),(82101,16347,530,1,1,0,0,7878.79,-6987.16,99.0447,3.91526,300,5,0,176,0,1,0,0,0),(82102,16347,530,1,1,0,0,7846.78,-6944.73,91.3033,2.66048,300,5,0,176,0,1,0,0,0),(82103,16347,530,1,1,0,0,7924.6,-6959.88,79.966,5.64757,300,5,0,176,0,1,0,0,0),(82104,16347,530,1,1,0,0,7862.88,-6920.65,74.8122,4.63953,300,5,0,176,0,1,0,0,0),(82105,16347,530,1,1,0,0,7999.81,-6940.25,53.5095,5.93425,300,0,0,176,0,0,0,0,0),(82106,16347,530,1,1,0,0,7983.18,-6929.87,60.0865,2.99859,300,5,0,176,0,1,0,0,0),(82107,16353,530,1,1,0,0,7906.53,-6909.86,68.0861,6.21976,300,5,0,176,0,1,0,0,0),(82108,16347,530,1,1,0,0,7936.25,-6909.38,67.8458,3.33018,300,5,0,176,0,1,0,0,0),(82109,16353,530,1,1,0,0,8006.89,-7119.09,133.763,3.7556,300,0,0,176,0,0,0,0,0),(82110,16313,530,1,1,0,0,7988.4,-7185.39,135.418,5.19177,300,0,0,166,178,0,0,0,0),(82111,16313,530,1,1,0,0,8018.2,-7181.63,136.041,2.21388,300,0,0,166,178,0,0,0,0),(82112,16313,530,1,1,0,0,8050.99,-7186.66,140.962,4.79919,300,0,0,166,178,0,0,0,0),(82113,13321,530,1,1,0,0,8111.52,-7125.98,137.988,3.70324,300,0,0,42,0,0,0,0,0),(82114,16353,530,1,1,0,0,7916.28,-6892.25,66.6871,3.9401,300,0,0,176,0,0,0,0,0),(82115,16347,530,1,1,0,0,7825.03,-6852.92,64.8326,6.02214,300,0,0,176,0,0,0,0,0),(82116,16353,530,1,1,0,0,7942.2,-6837.45,58.743,4.025,300,0,0,176,0,0,0,0,0),(82117,16347,530,1,1,0,0,7982.79,-6853.51,52.699,1.71283,300,0,0,176,0,0,0,0,0),(82118,16353,530,1,1,0,0,7972.6,-6816.25,54.9817,4.35202,300,0,0,176,0,0,0,0,0),(82119,16353,530,1,1,0,0,7821.39,-6787.86,51.1125,5.46693,300,0,0,176,0,0,0,0,0),(82120,16347,530,1,1,0,0,7886.53,-6777.71,51.8727,6.0946,300,0,0,176,0,0,0,0,0),(82121,16347,530,1,1,0,0,7940.71,-6791.64,56.5008,0.84701,300,0,0,176,0,0,0,0,0),(82122,16300,530,1,1,0,0,7887.09,-6686.78,40.4051,5.17795,300,0,0,176,0,0,0,0,0),(82123,16300,530,1,1,0,0,7897.45,-6700.66,38.2828,2.83917,300,0,0,176,0,0,0,0,0),(82124,16300,530,1,1,0,0,7901.68,-6682.42,40.5338,5.6176,300,0,0,176,0,0,0,0,0),(82125,16303,530,1,1,0,1,7958.44,-6674.77,55.9232,0.316744,300,0,0,222,0,0,0,0,0),(82126,16307,530,1,1,0,0,7922.05,-6680.14,45.5246,6.08866,300,0,0,166,178,0,0,0,0),(82127,16303,530,1,1,0,1,7852.93,-6692.26,18.9605,2.14322,300,0,0,222,0,0,0,0,0),(82128,16347,530,1,1,0,0,7841,-6745.92,41.3207,4.45084,300,0,0,176,0,0,0,0,0),(82129,16307,530,1,1,0,0,7892.16,-6668.14,42.5301,5.97001,300,0,0,166,178,0,0,0,0),(82130,16300,530,1,1,0,0,7887.19,-6643.72,39.4283,1.56298,300,0,0,176,0,0,0,0,0),(82131,16303,530,1,1,0,1,7903.32,-6654.68,44.6413,1.93205,300,0,0,222,0,0,0,0,0),(82132,16303,530,1,1,0,1,7840.92,-6642.66,30.3298,2.03195,300,5,0,222,0,1,0,0,0),(82133,16300,530,1,1,0,0,7812.67,-6645.41,24.7233,3.69274,300,5,0,176,0,1,0,0,0),(82134,16300,530,1,1,0,0,7826.78,-6630.5,28.3129,5.34535,300,5,0,176,0,1,0,0,0),(82135,16330,530,1,1,0,1,7944.47,-6586.62,54.7058,1.01095,300,0,0,198,0,0,0,0,0),(82136,16330,530,1,1,0,1,7926.54,-6580.6,53.4566,0.200458,300,0,0,198,0,0,0,0,0),(82137,16330,530,1,1,0,1,7920.18,-6554.29,51.7943,5.00561,300,0,0,198,0,0,0,0,0),(82138,16330,530,1,1,0,1,7894.06,-6544.12,47.641,0.324908,300,5,0,198,0,1,0,0,0),(82139,16330,530,1,1,0,1,7947.65,-6547.53,54.3721,5.65176,300,0,0,198,0,0,0,0,0),(82140,16330,530,1,1,0,1,7978.05,-6554.13,59.2672,1.95477,300,0,0,198,0,0,0,0,0),(82141,14881,530,1,1,0,0,7911.49,-6557.22,51.693,0.358996,300,5,0,8,0,1,0,0,0),(82142,16330,530,1,1,0,1,7911.63,-6548.47,50.8419,4.39247,300,0,0,198,0,0,0,0,0),(82143,16330,530,1,1,0,1,7981.29,-6539,59.5339,3.89208,300,0,0,198,0,0,0,0,0),(82144,16330,530,1,1,0,1,7920.95,-6520.88,47.2197,5.94026,300,0,0,198,0,0,0,0,0),(82145,16330,530,1,1,0,1,7950.21,-6511.6,47.475,1.76551,300,5,0,198,0,1,0,0,0),(82146,16330,530,1,1,0,1,7946.37,-6469.52,50.927,5.8294,300,0,0,198,0,0,0,0,0),(82147,16330,530,1,1,0,1,7891.01,-6490.43,48.1458,5.91371,300,5,0,198,0,1,0,0,0),(82148,16330,530,1,1,0,1,7966.69,-6482.31,51.9147,2.42601,300,0,0,198,0,0,0,0,0),(82149,16330,530,1,1,0,1,7989.87,-6513.11,59.2806,5.54836,300,0,0,198,0,0,0,0,0),(82150,16330,530,1,1,0,1,7888.39,-6510.36,47.2935,0.942144,300,0,0,198,0,0,0,0,0),(82151,16330,530,1,1,0,1,7913.65,-6485.86,47.6309,4.13106,300,0,0,198,0,0,0,0,0),(82152,16330,530,1,1,0,1,7965.81,-6465.19,51.1298,4.11898,300,0,0,198,0,0,0,0,0),(82153,16330,530,1,1,0,1,7960.28,-6431.02,58.1741,0.081288,300,0,0,198,0,0,0,0,0),(82154,16330,530,1,1,0,1,7996.01,-6455.5,61.1668,6.03039,300,0,0,198,0,0,0,0,0),(82155,16330,530,1,1,0,1,8005.76,-6450.98,62.1337,3.92699,300,0,0,198,0,0,0,0,0),(82156,16330,530,1,1,0,1,8011.04,-6466.65,62.0297,3.1765,300,0,0,198,0,0,0,0,0),(82157,17210,530,1,1,0,1,8002.82,-6453.93,61.8719,0.534608,300,0,0,222,0,0,0,0,0),(82158,17224,530,1,1,0,0,8020.9,-6371.51,59.9664,4.67748,300,0,0,198,0,0,0,0,0),(82159,17314,530,1,1,0,0,8019.79,-6368.89,61.0191,4.62512,300,0,0,186,191,0,0,0,0),(82160,16350,530,1,1,0,0,7851.42,-6409.05,15.8509,1.26232,300,5,0,198,0,1,0,0,0),(82161,16068,530,1,1,0,0,7810.04,-6433.93,14.7581,2.22328,300,8,0,8,0,1,0,0,0),(82162,16353,530,1,1,0,0,7812.81,-6445.56,15.8457,2.46165,300,5,0,176,0,1,0,0,0),(82163,16350,530,1,1,0,0,7817.92,-6379.25,19.2762,1.38317,300,5,0,198,0,1,0,0,0),(82164,16325,530,1,1,0,1,7920.73,-6288.26,39.7865,5.51449,300,5,0,198,0,1,0,0,0),(82165,16326,530,1,1,0,1,7924.81,-6287.38,39.7783,2.97011,300,5,0,222,0,1,0,0,0),(82166,16350,530,1,1,0,0,7781,-6407.29,13.9963,1.86937,300,5,0,198,0,1,0,0,0),(82167,16350,530,1,1,0,0,7787.7,-6347.71,18.1345,4.20624,300,5,0,198,0,1,0,0,0),(82168,16353,530,1,1,0,0,7784.52,-6286.25,21.5153,5.4694,300,5,0,176,0,1,0,0,0),(82169,16322,530,1,1,0,0,7695.32,-6385.79,21.7635,2.10787,300,5,0,198,0,1,0,0,0),(82170,16350,530,1,1,0,0,7708.11,-6286.88,25.0428,3.41238,300,5,0,198,0,1,0,0,0),(82171,16353,530,1,1,0,0,7686.45,-6312.74,27.5245,0.474564,300,5,0,176,0,1,0,0,0),(82172,14881,530,1,1,0,0,7707.48,-6278.86,24.1611,1.00733,300,5,0,8,0,1,0,0,0),(82173,16350,530,1,1,0,0,7689.59,-6305.48,27.9278,2.12712,300,5,0,198,0,1,0,0,0),(82174,16353,530,1,1,0,0,7675.62,-6249.71,28.3053,3.02954,300,5,0,176,0,1,0,0,0),(82175,16326,530,1,1,0,1,7883.97,-6222.94,20.6409,4.81779,300,0,0,222,0,0,0,0,0),(82176,16326,530,1,1,0,1,7844.22,-6143.2,18.8061,2.92627,300,5,0,222,0,1,0,0,0),(82177,16325,530,1,1,0,1,7923.4,-6223.38,20.5818,5.65621,300,0,0,198,0,0,0,0,0),(82178,16325,530,1,1,0,1,7923.5,-6265.96,23.9011,4.18964,300,0,0,198,0,0,0,0,0),(82179,16326,530,1,1,0,1,7924.86,-6266.15,39.7944,5.11603,300,0,0,222,0,0,0,0,0),(82180,16325,530,1,1,0,1,7911.6,-6183.53,20.21,4.01615,300,0,0,198,0,0,0,0,0),(82181,16326,530,1,1,0,1,7932.82,-6240.5,23.9161,0.877803,300,0,0,222,0,0,0,0,0),(82182,16326,530,1,1,0,1,7888.84,-6186.89,19.8005,5.77237,300,0,0,222,0,0,0,0,0),(82183,16325,530,1,1,0,1,7904.7,-6258.87,39.8714,2.54818,300,0,0,198,0,0,0,0,0),(82184,16325,530,1,1,0,1,7947.62,-6271.32,39.7869,6.03138,300,0,0,198,0,0,0,0,0),(82185,16325,530,1,1,0,1,7924.05,-6167.13,40.8979,2.17939,300,0,0,198,0,0,0,0,0),(82186,16325,530,1,1,0,1,7946.03,-6220.6,20.8998,1.63308,300,0,0,198,0,0,0,0,0),(82187,16325,530,1,1,0,1,7932.78,-6174.04,30.1563,0.577165,300,0,0,198,0,0,0,0,0),(82188,16326,530,1,1,0,1,7940.02,-6194.55,28.1352,5.18289,300,0,0,222,0,0,0,0,0),(82189,16325,530,1,1,0,1,7934.01,-6188.04,40.9003,3.25636,300,0,0,198,0,0,0,0,0),(82190,16325,530,1,1,0,1,7934.89,-6176.74,20.2009,5.56412,300,0,0,198,0,0,0,0,0),(82191,16326,530,1,1,0,1,7954.53,-6242.43,21.6017,1.00392,300,0,0,222,0,0,0,0,0),(82192,4075,530,1,1,0,0,7939.91,-6208.44,20.9746,3.7849,300,0,0,8,0,0,0,0,0),(82193,16325,530,1,1,0,1,7991.13,-6188.42,21.6402,5.54925,300,0,0,198,0,0,0,0,0),(82194,16326,530,1,1,0,1,7957.09,-6142.27,18.496,0.758214,300,0,0,222,0,0,0,0,0),(82195,16326,530,1,1,0,1,7991.62,-6207.84,23.6426,0.478908,300,0,0,222,0,0,0,0,0),(82196,16326,530,1,1,0,1,7962.11,-6161.79,40.88,6.16171,300,0,0,222,0,0,0,0,0),(82197,16326,530,1,1,0,1,7890.92,-6147.07,18.0197,0.798996,300,0,0,222,0,0,0,0,0),(82198,16325,530,1,1,0,1,7919.5,-6148.81,30.2473,4.76739,300,0,0,198,0,0,0,0,0),(82199,16326,530,1,1,0,1,7956.6,-6152.19,40.0688,2.22217,300,0,0,222,0,0,0,0,0),(82200,16325,530,1,1,0,1,7917.47,-6127.8,16.0239,3.79252,300,0,0,198,0,0,0,0,0),(82201,16326,530,1,1,0,1,7885.95,-6121.88,15.7667,5.05607,300,5,0,222,0,1,0,0,0),(82202,16326,530,1,1,0,1,7883.89,-6121.04,15.9113,5.76344,300,5,0,222,0,1,0,0,0),(82203,16325,530,1,1,0,1,7907.83,-6122.58,15.5508,1.82221,300,5,0,198,0,1,0,0,0),(82204,16326,530,1,1,0,1,7935.56,-6119.19,15.8472,1.95221,300,5,0,222,0,1,0,0,0),(82205,16325,530,1,1,0,1,7980.72,-6128.25,16.8466,1.48494,300,0,0,198,0,0,0,0,0),(82206,4075,530,1,1,0,0,7932.25,-6097.27,15.6152,3.42432,300,0,0,8,0,0,0,0,0),(82207,16326,530,1,1,0,1,7982.75,-6101.34,20.3516,4.80709,300,0,0,222,0,0,0,0,0),(82208,16325,530,1,1,0,1,7943.08,-6080.15,16.1983,2.51753,300,0,0,198,0,0,0,0,0),(82209,16326,530,1,1,0,1,7907.43,-6096.03,17.0764,1.22171,300,5,0,222,0,1,0,0,0),(82210,16326,530,1,1,0,1,8013.88,-6072.9,16.2664,2.16154,300,0,0,222,0,0,0,0,0),(82211,16325,530,1,1,0,1,7977.15,-6058.95,15.9045,4.09897,300,5,0,198,0,1,0,0,0),(82212,16350,530,1,1,0,0,8053,-6054.84,19.5034,5.09471,300,0,0,198,0,0,0,0,0),(82213,16350,530,1,1,0,0,8023.52,-6012.63,10.7103,0.662257,300,5,0,198,0,1,0,0,0),(82214,16353,530,1,1,0,0,8084.82,-6012.49,16.2935,0.202567,300,5,0,176,0,1,0,0,0),(82215,16350,530,1,1,0,0,8048.43,-5975.22,8.29452,1.77221,300,5,0,198,0,1,0,0,0),(82216,16403,530,1,1,0,1,8084.33,-5898.44,1.46734,3.28392,300,0,0,247,0,0,0,0,0),(82217,16402,530,1,1,0,0,8095.13,-5889.54,-0.657658,0.606555,300,0,0,247,0,0,0,0,0),(82218,16403,530,1,1,0,1,8130.59,-5895.08,0.487551,0.162113,300,0,0,247,0,0,0,0,0),(82219,16403,530,1,1,0,1,8113.82,-5920.45,1.49016,4.62343,300,0,0,247,0,0,0,0,0),(82220,16402,530,1,1,0,0,8143.81,-5897.67,0.000952,0.376035,300,0,0,247,0,0,0,0,0),(82221,16402,530,1,1,0,0,8122.1,-5881.21,-0.387449,2.52433,300,0,0,247,0,0,0,0,0),(82222,16402,530,1,1,0,0,8035.29,-5885.92,1.26286,5.6433,300,0,0,247,0,0,0,0,0),(82223,16403,530,1,1,0,1,8036.37,-5873.47,-0.112143,1.68369,300,5,0,247,0,1,0,0,0),(82224,16403,530,1,1,0,1,8077.78,-5887.24,-0.407658,1.44158,300,0,0,247,0,0,0,0,0),(82225,16403,530,1,1,0,1,8103.49,-5879.53,-2.54339,3.20023,300,0,0,247,0,0,0,0,0),(82226,16402,530,1,1,0,0,8051.37,-5907.97,2.6589,1.3389,300,0,0,247,0,0,0,0,0),(82227,16402,530,1,1,0,0,8049.44,-5870.13,-0.78142,0.099766,300,5,0,247,0,1,0,0,0),(82228,16402,530,1,1,0,0,8069.36,-5887.78,0.342342,5.67666,300,5,0,247,0,1,0,0,0),(82229,16403,530,1,1,0,1,8019.4,-5910.81,2.44276,5.08552,300,5,0,247,0,1,0,0,0),(82230,16402,530,1,1,0,0,7995.94,-5877.91,-1.02161,2.31534,300,0,0,247,0,0,0,0,0),(82231,16403,530,1,1,0,1,8022.06,-5882.01,0.282856,2.28391,300,0,0,247,0,0,0,0,0),(82232,16403,530,1,1,0,1,7980.36,-5915.66,-0.102393,5.57468,300,0,0,247,0,0,0,0,0),(82233,6827,530,1,1,0,0,7946.43,-5911.08,1.76135,2.32533,300,5,0,42,0,1,0,0,0),(82234,16403,530,1,1,0,1,7960.06,-5912.06,0.38635,0.180677,300,5,0,247,0,1,0,0,0),(82235,16402,530,1,1,0,0,7949.64,-5890.19,-0.897752,3.38634,300,5,0,247,0,1,0,0,0),(82236,16402,530,1,1,0,0,7954.59,-5916.04,1.34593,1.67537,300,5,0,247,0,1,0,0,0),(82237,16353,530,1,1,0,0,7943.83,-6011.3,12.841,2.70632,300,5,0,176,0,1,0,0,0),(82238,16350,530,1,1,0,0,7901.27,-6010.1,12.6596,0.234557,300,5,0,198,0,1,0,0,0),(82239,16403,530,1,1,0,1,7886.13,-5911.71,1.57224,6.17052,300,5,0,247,0,1,0,0,0),(82240,16403,530,1,1,0,1,7876.65,-5883.31,-0.720406,3.53114,300,5,0,247,0,1,0,0,0),(82241,16325,530,1,1,0,1,7876.04,-6040.63,15,2.31735,300,0,0,198,0,0,0,0,0),(82242,16326,530,1,1,0,1,7911.07,-6052.9,15.2507,3.53048,300,5,0,222,0,1,0,0,0),(82243,16402,530,1,1,0,0,7848.11,-5954.62,1.82614,5.79742,300,5,0,247,0,1,0,0,0),(82244,16350,530,1,1,0,0,7811.98,-6016.23,10.5294,2.87268,300,5,0,198,0,1,0,0,0),(82245,16402,530,1,1,0,0,7827.45,-5913.19,-0.167991,3.24481,300,5,0,247,0,1,0,0,0),(82246,16402,530,1,1,0,0,7846.89,-5914.49,0.697879,4.91915,300,5,0,247,0,1,0,0,0),(82247,16403,530,1,1,0,1,7861.76,-5905.29,1.07288,0.090379,300,5,0,247,0,1,0,0,0),(82248,6827,530,1,1,0,0,7848.5,-5930.77,0.824183,4.89294,300,5,0,42,0,1,0,0,0),(82249,16403,530,1,1,0,1,7825.86,-5926.25,1.33201,0.069979,300,5,0,247,0,1,0,0,0),(82250,16402,530,1,1,0,0,7816.54,-5944.85,1.83334,1.80535,300,5,0,247,0,1,0,0,0),(82251,16353,530,1,1,0,0,7783.9,-6040.65,11.6364,1.51842,300,5,0,176,0,1,0,0,0),(82252,14881,530,1,1,0,0,7827.62,-6077.33,18.8619,0.228629,300,0,0,8,0,0,0,0,0),(82253,16326,530,1,1,0,1,7849.07,-6088.06,17.8198,4.23564,300,0,0,222,0,0,0,0,0),(82254,16325,530,1,1,0,1,7875.02,-6089.27,16.3889,3.60742,300,0,0,198,0,0,0,0,0),(82255,16350,530,1,1,0,0,7780.74,-6118,18.9486,4.20596,300,0,0,198,0,0,0,0,0),(82256,16403,530,1,1,0,1,7746.54,-5978.31,-0.773188,1.53753,300,5,0,247,0,1,0,0,0),(82257,16402,530,1,1,0,0,7804.27,-5930.46,0.582009,4.06653,300,0,0,247,0,0,0,0,0),(82258,16402,530,1,1,0,0,7792.82,-5909.03,-0.017687,2.11156,300,0,0,247,0,0,0,0,0),(82259,16403,530,1,1,0,1,7790.18,-5921.73,0.857313,2.51122,300,0,0,247,0,0,0,0,0),(82260,16403,530,1,1,0,1,7854.95,-5890.38,-0.533673,1.4651,300,0,0,247,0,0,0,0,0),(82261,16403,530,1,1,0,1,7760.03,-5948.68,-1.16051,6.26228,300,0,0,247,0,0,0,0,0),(82262,16402,530,1,1,0,0,7814.1,-5884.38,-2.45017,1.82824,300,0,0,247,0,0,0,0,0),(82263,16403,530,1,1,0,1,7783.46,-5882.27,-0.002309,3.9887,300,0,0,247,0,0,0,0,0),(82264,16402,530,1,1,0,0,7739.91,-5940.25,1.42728,4.68098,300,0,0,247,0,0,0,0,0),(82265,16403,530,1,1,0,1,7745.22,-5942.06,0.427283,3.00064,300,5,0,247,0,1,0,0,0),(82266,16402,530,1,1,0,0,7744.08,-5912.24,-0.572456,3.65945,300,0,0,247,0,0,0,0,0),(82267,6827,530,1,1,0,0,7745.86,-5908,-0.472555,5.84822,300,0,0,42,0,0,0,0,0),(82268,16402,530,1,1,0,0,7718.58,-5910.74,2.12594,4.06763,300,0,0,247,0,0,0,0,0),(82269,16402,530,1,1,0,0,7719.44,-5878.25,-1.04782,5.7673,300,0,0,247,0,0,0,0,0),(82270,16403,530,1,1,0,1,7692.19,-5881.77,0,0.94975,300,0,0,247,0,0,0,0,0),(82271,16403,530,1,1,0,1,7681.67,-5879.19,1.65927,3.82396,300,0,0,247,0,0,0,0,0),(82272,16353,530,1,1,0,0,7677.84,-5986.97,8.80846,2.86249,300,5,0,176,0,1,0,0,0),(82273,16402,530,1,1,0,0,7620.11,-5881.81,-0.963721,5.35433,300,0,0,247,0,0,0,0,0),(82274,6827,530,1,1,0,0,7609.21,-5897.06,1.31728,0.485066,300,0,0,42,0,0,0,0,0),(82275,16402,530,1,1,0,0,7644.74,-5856.79,-1.29658,4.37945,300,0,0,247,0,0,0,0,0),(82276,16403,530,1,1,0,1,7624.26,-5841.95,-2.37393,2.89963,300,0,0,247,0,0,0,0,0),(82277,16331,530,1,1,0,1,7679.66,-5769.4,3.85462,1.0472,300,0,0,253,264,0,0,0,0),(82278,16403,530,1,1,0,1,7574.77,-5893,-2.05242,4.23737,300,0,0,247,0,0,0,0,0),(82279,16403,530,1,1,0,1,7576.62,-5912.88,-0.362907,3.44375,300,0,0,247,0,0,0,0,0),(82280,16402,530,1,1,0,0,7581.13,-5849.26,-2.8296,3.54423,300,0,0,247,0,0,0,0,0),(82281,16402,530,1,1,0,0,7582.55,-5818.87,-1.25428,1.3243,300,0,0,247,0,0,0,0,0),(82282,16403,530,1,1,0,1,7563.1,-5817.16,0.526409,6.05736,300,5,0,247,0,1,0,0,0),(82283,16402,530,1,1,0,0,7563.05,-5828.52,0.276409,2.76176,300,5,0,247,0,1,0,0,0),(82284,16402,530,1,1,0,0,7578.71,-5783.63,-2.71509,4.79358,300,5,0,247,0,1,0,0,0),(82285,16331,530,1,1,0,1,7677.5,-5736.3,3.75832,5.72468,300,0,0,253,264,0,0,0,0),(82286,16331,530,1,1,0,1,7712.93,-5704.05,3.39791,2.56563,300,0,0,253,264,0,0,0,0),(82287,16331,530,1,1,0,1,7685.89,-5699.06,3.64973,0.488692,300,0,0,253,264,0,0,0,0),(82288,16331,530,1,1,0,1,7720.33,-5695.7,3.86315,2.72271,300,0,0,253,264,0,0,0,0),(82289,16331,530,1,1,0,1,7691.96,-5714.35,4.27936,3.57792,300,0,0,253,264,0,0,0,0),(82290,16331,530,1,1,0,1,7741.42,-5707.06,3.66907,6.19592,300,0,0,253,264,0,0,0,0),(82291,16331,530,1,1,0,1,7719.69,-5682.39,4.80813,0.191986,300,0,0,253,264,0,0,0,0),(82292,16332,530,1,1,0,1,7754.84,-5700.87,4.10588,4.88883,300,0,0,300,0,0,0,0,0),(82293,16331,530,1,1,0,1,7681.08,-5667.5,1.57312,5.3058,300,0,0,253,264,0,0,0,0),(82294,16403,530,1,1,0,1,7576.82,-5736.22,-1.93772,2.92693,300,0,0,247,0,0,0,0,0),(82295,16402,530,1,1,0,0,7578.93,-5711.72,-2.60365,2.41275,300,0,0,247,0,0,0,0,0),(82296,16403,530,1,1,0,1,7549.55,-5740.53,0.616941,2.79208,300,5,0,247,0,1,0,0,0),(82297,16403,530,1,1,0,1,7521.97,-5680.68,-1.16028,5.74278,300,0,0,247,0,0,0,0,0),(82298,16403,530,1,1,0,1,7552.26,-5717.29,0.237131,0.802851,300,0,0,247,0,0,0,0,0),(82299,16403,530,1,1,0,1,7555.07,-5772.59,0.616941,4.64213,300,5,0,247,0,1,0,0,0),(82300,16403,530,1,1,0,1,7486.8,-5708.65,0.613484,0.95975,300,5,0,247,0,1,0,0,0),(82301,16354,530,1,1,0,0,7468.29,-5777.75,5.77243,2.87483,300,5,0,273,0,1,0,0,0),(82302,16402,530,1,1,0,0,7556.35,-5809.75,0.526409,3.63337,300,5,0,247,0,1,0,0,0),(82303,16402,530,1,1,0,0,7446.6,-5713.29,0.610046,3.65561,300,5,0,247,0,1,0,0,0),(82304,16403,530,1,1,0,1,7421.19,-5749.17,0.532183,4.02848,300,5,0,247,0,1,0,0,0),(82305,16402,530,1,1,0,0,7391.8,-5753.36,-0.356895,3.81254,300,5,0,247,0,1,0,0,0),(82306,16403,530,1,1,0,1,7419.91,-5709.44,0.319265,1.07783,300,0,0,247,0,0,0,0,0),(82307,16351,530,1,1,0,0,7460.69,-5821.97,9.06946,5.72718,300,5,0,300,0,1,0,0,0),(82308,16403,530,1,1,0,1,7518.75,-5712.88,0.585622,6.14356,300,0,0,247,0,0,0,0,0),(82309,16351,530,1,1,0,0,7381.92,-5829.83,9.39925,4.99372,300,5,0,300,0,1,0,0,0),(82310,16403,530,1,1,0,1,7382.17,-5763.08,0.168289,0.263649,300,5,0,247,0,1,0,0,0),(82311,16351,530,1,1,0,0,7423.56,-5839.98,10.2727,1.9513,300,5,0,300,0,1,0,0,0),(82312,16402,530,1,1,0,0,7386.07,-5776.84,0.414619,6.0352,300,5,0,247,0,1,0,0,0),(82313,16402,530,1,1,0,0,7384.58,-5706.99,-1.87002,1.51716,300,0,0,247,0,0,0,0,0),(82314,6827,530,1,1,0,0,7342.13,-5716,0.246789,4.21297,300,5,0,42,0,1,0,0,0),(82315,16403,530,1,1,0,1,7354.27,-5718.49,-0.21734,4.42243,300,0,0,247,0,0,0,0,0),(82316,16354,530,1,1,0,0,7479.47,-5842.54,6.9663,4.99861,300,5,0,273,0,1,0,0,0),(82317,16402,530,1,1,0,0,7418.02,-5683.1,-3.19395,1.91986,300,5,0,247,0,1,0,0,0),(82318,16323,530,1,1,0,0,7319.12,-5816.76,36.5527,1.22332,300,5,0,230,249,1,0,0,0),(82319,16323,530,1,1,0,0,7326.64,-5842.55,36.5612,3.82827,300,5,0,230,249,1,0,0,0),(82320,16403,530,1,1,0,1,7320.79,-5745.58,0.817503,0.62418,300,5,0,247,0,1,0,0,0),(82321,16324,530,1,1,0,0,7320.32,-5811.63,11.509,1.4829,300,5,0,273,0,1,0,0,0),(82322,16323,530,1,1,0,0,7305.51,-5844.56,15.9554,5.74213,300,5,0,230,249,1,0,0,0),(82323,16323,530,1,1,0,0,7317.54,-5854.11,36.5739,3.03988,300,5,0,230,249,1,0,0,0),(82324,16323,530,1,1,0,0,7320.78,-5854.77,23.892,5.37561,300,5,0,230,249,1,0,0,0),(82325,16323,530,1,1,0,0,7306.57,-5835.58,36.5702,2.32997,300,5,0,230,249,1,0,0,0),(82326,16323,530,1,1,0,0,7303.82,-5847.31,25.8295,4.28434,300,5,0,230,249,1,0,0,0),(82327,16403,530,1,1,0,1,7288.02,-5752.59,0.928354,4.67432,300,5,0,247,0,1,0,0,0),(82328,16323,530,1,1,0,0,7315.44,-5831.56,15.7786,4.22291,300,5,0,230,249,1,0,0,0),(82329,16324,530,1,1,0,0,7344.59,-5852.3,14.6604,3.77817,300,5,0,273,0,1,0,0,0),(82330,16402,530,1,1,0,0,7318.35,-5712.8,-1.28743,1.55712,300,0,0,247,0,0,0,0,0),(82331,16403,530,1,1,0,1,7243.85,-5752.08,-0.001794,0.36092,300,5,0,247,0,1,0,0,0),(82332,16323,530,1,1,0,0,7278.46,-5828.67,25.9147,1.01729,300,5,0,230,249,1,0,0,0),(82333,16323,530,1,1,0,0,7282.85,-5834.31,36.6375,5.88176,300,5,0,230,249,1,0,0,0),(82334,16324,530,1,1,0,0,7276.38,-5812.78,12.1091,2.88477,300,5,0,273,0,1,0,0,0),(82335,16403,530,1,1,0,1,7218.37,-5752.77,0.163409,3.65153,300,5,0,247,0,1,0,0,0),(82336,16351,530,1,1,0,0,7169.12,-5796.13,8.33154,5.74676,300,5,0,300,0,1,0,0,0),(82337,16324,530,1,1,0,0,7190.4,-5821.69,15.417,3.76264,300,5,0,273,0,1,0,0,0),(82338,16324,530,1,1,0,0,7249.43,-5850.77,13.3048,5.2212,300,5,0,273,0,1,0,0,0),(82339,16324,530,1,1,0,0,7214.19,-5830,12.984,1.31208,300,5,0,273,0,1,0,0,0),(82340,16324,530,1,1,0,0,7161.82,-5849.43,11.8721,0.172449,300,5,0,273,0,1,0,0,0),(82341,16354,530,1,1,0,0,7116.26,-5756.28,9.38268,2.73606,300,5,0,273,0,1,0,0,0),(82342,16351,530,1,1,0,0,7091.05,-5788.24,29.3632,4.30814,300,5,0,300,0,1,0,0,0),(82343,16323,530,1,1,0,0,7102.01,-5823.69,27.9161,1.31866,300,5,0,230,249,1,0,0,0),(82344,16323,530,1,1,0,0,7189.26,-5858.7,14.4108,1.83646,300,5,0,230,249,1,0,0,0),(82345,16324,530,1,1,0,0,7180.3,-5883.62,11.6324,1.45703,300,5,0,273,0,1,0,0,0),(82346,16324,530,1,1,0,0,7216.25,-5888.84,13.7329,4.13552,300,5,0,273,0,1,0,0,0),(82347,16324,530,1,1,0,0,7320.85,-5884.67,14.4275,1.40249,300,5,0,273,0,1,0,0,0),(82348,16324,530,1,1,0,0,7250.41,-5885.59,16.1289,5.48191,300,5,0,273,0,1,0,0,0),(82349,16323,530,1,1,0,0,7313.02,-5866.82,36.5603,3.27176,300,0,0,230,249,0,0,0,0),(82350,16323,530,1,1,0,0,7296.56,-5866.75,15.8822,0.102935,300,0,0,230,249,0,0,0,0),(82351,16323,530,1,1,0,0,7299.45,-5854.98,36.6516,5.81195,300,0,0,230,249,0,0,0,0),(82352,16323,530,1,1,0,0,7278.82,-5927.09,17.8029,1.04639,300,5,0,230,249,1,0,0,0),(82353,16324,530,1,1,0,0,7321.8,-5915.77,15.7796,5.57732,300,5,0,273,0,1,0,0,0),(82354,16324,530,1,1,0,0,7353.74,-5917.72,13.999,0.28313,300,5,0,273,0,1,0,0,0),(82355,16354,530,1,1,0,0,7463.05,-5882.84,7.8849,2.10784,300,5,0,273,0,1,0,0,0),(82356,16354,530,1,1,0,0,7445.3,-5942.09,7.26517,5.93202,300,5,0,273,0,1,0,0,0),(82357,16402,530,1,1,0,0,7518.82,-5889.87,1.10734,3.45857,300,0,0,247,0,0,0,0,0),(82358,16402,530,1,1,0,0,7512.19,-5918.57,1.8194,3.90756,300,5,0,247,0,1,0,0,0),(82359,16403,530,1,1,0,1,7548.56,-5888.08,0.618895,4.48729,300,0,0,247,0,0,0,0,0),(82360,16402,530,1,1,0,0,7544.65,-5896.27,0.618895,1.02249,300,0,0,247,0,0,0,0,0),(82361,16403,530,1,1,0,1,7546.98,-5847.88,0.30206,1.85213,300,0,0,247,0,0,0,0,0),(82362,16324,530,1,1,0,0,7380.5,-5947.6,14.798,3.68904,300,5,0,273,0,1,0,0,0),(82363,16403,530,1,1,0,1,7476.53,-5947.81,1.49361,3.03315,300,0,0,247,0,0,0,0,0),(82364,16351,530,1,1,0,0,7455.5,-6009.79,1.11116,6.25803,300,0,0,300,0,0,0,0,0),(82365,16323,530,1,1,0,0,7334.27,-5955.23,15.924,3.00771,300,5,0,230,249,1,0,0,0),(82366,16324,530,1,1,0,0,7348.67,-5980.05,11.8727,1.10597,300,5,0,273,0,1,0,0,0),(82367,16324,530,1,1,0,0,7366.42,-5946.21,13.6186,1.30403,300,5,0,273,0,1,0,0,0),(82368,16402,530,1,1,0,0,7508.12,-5959.73,0.335729,1.91867,300,0,0,247,0,0,0,0,0),(82369,16403,530,1,1,0,1,7501.4,-5976.42,0.109332,4.13386,300,0,0,247,0,0,0,0,0),(82370,16403,530,1,1,0,1,7510.67,-5981.72,-0.656305,2.32306,300,0,0,247,0,0,0,0,0),(82371,16403,530,1,1,0,1,7498.31,-5975.89,0.181267,0.954544,300,0,0,247,0,0,0,0,0),(82372,16354,530,1,1,0,0,7419.66,-6050.92,12.1033,3.54495,300,5,0,273,0,1,0,0,0),(82373,16324,530,1,1,0,0,7320.12,-5983.79,14.7263,0.588545,300,5,0,273,0,1,0,0,0),(82374,16351,530,1,1,0,0,7371.72,-6092.62,19.0664,3.48226,300,0,0,300,0,0,0,0,0),(82375,16354,530,1,1,0,0,7399.75,-6077.98,16.5881,4.89812,300,5,0,273,0,1,0,0,0),(82376,16354,530,1,1,0,0,7444.69,-6081.72,13.9749,1.56021,300,5,0,273,0,1,0,0,0),(82377,16351,530,1,1,0,0,7393.8,-6070.48,16.9922,3.83167,300,0,0,300,0,0,0,0,0),(82378,16354,530,1,1,0,0,7337.86,-6064.5,19.8712,1.19283,300,5,0,273,0,1,0,0,0),(82379,15652,530,1,1,0,0,7447.35,-6139.58,15.8405,4.71735,300,5,0,156,0,1,0,0,0),(82380,16354,530,1,1,0,0,7355.1,-6123.63,16.3345,3.06234,300,5,0,273,0,1,0,0,0),(82381,16403,530,1,1,0,1,7507.29,-6055.87,-0.047915,1.15185,300,0,0,247,0,0,0,0,0),(82382,16351,530,1,1,0,0,7448.04,-6199.84,17.7026,2.02571,300,0,0,300,0,0,0,0,0),(82383,4075,530,1,1,0,0,7410.09,-6195.6,24.5014,1.77221,300,10,0,8,0,1,0,0,0),(82384,16351,530,1,1,0,0,7361.3,-6197.38,28.4199,3.04322,300,5,0,300,0,1,0,0,0),(82385,16351,530,1,1,0,0,7381.23,-6204.32,27.588,1.78921,300,5,0,300,0,1,0,0,0),(82386,16351,530,1,1,0,0,7420.1,-6209.91,23.8338,4.66847,300,0,0,300,0,0,0,0,0),(82387,16351,530,1,1,0,0,7413.36,-6253.65,34.4874,4.52914,300,5,0,300,0,1,0,0,0),(82388,16354,530,1,1,0,0,7478.53,-6249.65,18.6405,2.81452,300,5,0,273,0,1,0,0,0),(82389,16335,530,1,1,0,1,7313.46,-6278.23,51.3968,3.10789,300,5,0,247,0,1,0,0,0),(82390,16354,530,1,1,0,0,7381.96,-6279.47,40.5378,1.75363,300,5,0,273,0,1,0,0,0),(82391,16337,530,1,1,0,1,7314.42,-6250.48,21.609,2.48052,300,5,0,230,249,1,0,0,0),(82392,16337,530,1,1,0,1,7285.23,-6252.43,22.9658,3.45126,300,5,0,230,249,1,0,0,0),(82393,16334,530,1,1,0,1,7315.09,-6248.73,50.0025,3.2433,300,5,0,273,0,1,0,0,0),(82394,16354,530,1,1,0,0,7382.07,-6350.99,41.3507,3.0222,300,5,0,273,0,1,0,0,0),(82395,16354,530,1,1,0,0,7336.76,-6310.77,49.8848,1.81435,300,5,0,273,0,1,0,0,0),(82396,16354,530,1,1,0,0,7451.59,-6284.85,29.0292,5.01383,300,5,0,273,0,1,0,0,0),(82397,16354,530,1,1,0,0,7414.78,-6312.61,37.3173,1.58288,300,5,0,273,0,1,0,0,0),(82398,16310,530,1,1,0,0,7452.2,-6346.68,37.2297,5.84081,300,5,0,230,199,1,0,0,0),(82399,16310,530,1,1,0,0,7487.6,-6313.28,27.6104,0.788531,300,0,0,230,199,0,0,0,0),(82400,16304,530,1,1,0,0,7477.99,-6405.48,14.0973,2.49355,300,5,0,208,205,1,0,0,0),(82401,16304,530,1,1,0,0,7444.09,-6388.17,37.5603,1.33317,300,5,0,208,205,1,0,0,0),(82402,16310,530,1,1,0,0,7506.99,-6386.68,23.1897,2.66363,300,5,0,230,199,1,0,0,0),(82403,16310,530,1,1,0,0,7515.58,-6387.38,13.4671,3.80861,300,5,0,230,199,1,0,0,0),(82404,16304,530,1,1,0,0,7511.79,-6388.81,40.966,0.880024,300,5,0,208,205,1,0,0,0),(82405,16304,530,1,1,0,0,7539.43,-6362.26,37.3805,6.06163,300,0,0,208,205,0,0,0,0),(82406,16310,530,1,1,0,0,7489.32,-6355.7,13.5635,5.99707,300,5,0,230,199,1,0,0,0),(82407,16304,530,1,1,0,0,7471.24,-6379.06,14.1961,1.90976,300,5,0,208,205,1,0,0,0),(82408,16304,530,1,1,0,0,7525.85,-6323.6,12.1129,6.06664,300,5,0,208,205,1,0,0,0),(82409,16310,530,1,1,0,0,7518.05,-6347.98,12.5795,0.635689,300,0,0,230,199,0,0,0,0),(82410,16310,530,1,1,0,0,7502.37,-6393.46,42.0807,4.92175,300,5,0,230,199,1,0,0,0),(82411,16304,530,1,1,0,0,7552.82,-6325.74,12.2313,3.03651,300,0,0,208,205,0,0,0,0),(82412,16310,530,1,1,0,0,7451.85,-6415.54,34.0699,4.60672,300,5,0,230,199,1,0,0,0),(82413,16354,530,1,1,0,0,7420.14,-6402.82,33.0047,2.59749,300,5,0,273,0,1,0,0,0),(82414,16310,530,1,1,0,0,7532.05,-6415.57,13.483,0.318095,300,5,0,230,199,1,0,0,0),(82415,16304,530,1,1,0,0,7532.47,-6401.98,13.3924,0.308687,300,5,0,208,205,1,0,0,0),(82416,16304,530,1,1,0,0,7548.56,-6356.11,10.4107,0.864444,300,5,0,208,205,1,0,0,0),(82417,16304,530,1,1,0,0,7559.81,-6290.94,18.1437,0.668834,300,0,0,208,205,0,0,0,0),(82418,16310,530,1,1,0,0,7553.98,-6387.07,9.76365,1.12375,300,5,0,230,199,1,0,0,0),(82419,16304,530,1,1,0,0,7561.81,-6325.39,12.706,2.17613,300,5,0,208,205,1,0,0,0),(82420,16310,530,1,1,0,0,7577.66,-6379.29,12.5311,1.73948,300,5,0,230,199,1,0,0,0),(82421,16351,530,1,1,0,0,7415.05,-6413.86,33.7962,4.7321,300,5,0,300,0,1,0,0,0),(82422,16310,530,1,1,0,0,7554.49,-6419.19,10.2047,5.87522,300,5,0,230,199,1,0,0,0),(82423,16310,530,1,1,0,0,7489.75,-6454.5,19.0485,4.85056,300,5,0,230,199,1,0,0,0),(82424,16304,530,1,1,0,0,7515.1,-6451.56,16.8,5.18366,300,0,0,208,205,0,0,0,0),(82425,16351,530,1,1,0,0,7376.38,-6420.17,31.7223,3.64281,300,5,0,300,0,1,0,0,0),(82426,16354,530,1,1,0,0,7455.06,-6482.57,15.3897,4.13765,300,5,0,273,0,1,0,0,0),(82427,16351,530,1,1,0,0,7409.73,-6470.1,20.2439,1.68523,300,5,0,300,0,1,0,0,0),(82428,16304,530,1,1,0,0,7545.72,-6446.94,12.2698,4.55196,300,5,0,208,205,1,0,0,0),(82429,16304,530,1,1,0,0,7585.17,-6415.2,13.2534,2.73195,300,5,0,208,205,1,0,0,0),(82430,4075,530,1,1,0,0,7578.09,-6390.64,13.1579,4.74311,300,10,0,8,0,1,0,0,0),(82431,16309,530,1,1,0,0,7521.02,-6528.94,14.4791,1.33789,300,5,0,247,0,1,0,0,0),(82432,16310,530,1,1,0,0,7585.88,-6455.48,14.8567,4.24856,300,0,0,230,199,0,0,0,0),(82433,16304,530,1,1,0,0,7616.89,-6419.38,16.5303,3.06924,300,5,0,208,205,1,0,0,0),(82434,16304,530,1,1,0,0,7601.99,-6386.42,13.8787,3.64934,300,0,0,208,205,0,0,0,0),(82435,16309,530,1,1,0,0,7448.56,-6543.76,11.1855,5.04762,300,5,0,247,0,1,0,0,0),(82436,16309,530,1,1,0,0,7543.71,-6566.14,12.4815,4.56649,300,5,0,247,0,1,0,0,0),(82437,16301,530,1,1,0,0,7527.59,-6576.91,11.0992,5.9785,300,5,0,273,0,1,0,0,0),(82438,16301,530,1,1,0,0,7482.39,-6561.17,10.3657,2.88916,300,5,0,273,0,1,0,0,0),(82439,16030,530,1,1,0,0,7574.73,-6573.72,13.5986,3.7696,300,8,0,8,0,1,0,0,0),(82440,16030,530,1,1,0,0,7554.18,-6585.58,12.7223,0.196805,300,8,0,8,0,1,0,0,0),(82441,16301,530,1,1,0,0,7482.25,-6582.09,9.88644,0.681211,300,5,0,273,0,1,0,0,0),(82442,16301,530,1,1,0,0,7541.94,-6590.83,11.5973,3.79072,300,5,0,273,0,1,0,0,0),(82443,16301,530,1,1,0,0,7605.18,-6562.73,13.8426,5.53916,300,5,0,273,0,1,0,0,0),(82444,16304,530,1,1,0,0,7580.19,-6480.23,11.3903,4.13643,300,5,0,208,205,1,0,0,0),(82445,16353,530,1,1,0,0,7635.93,-6481.68,11.8957,2.87804,300,5,0,176,0,1,0,0,0),(82446,16309,530,1,1,0,0,7595.37,-6587.19,14.0559,3.17281,300,5,0,247,0,1,0,0,0),(82447,16301,530,1,1,0,0,7621.43,-6587.61,14.0934,2.27134,300,5,0,273,0,1,0,0,0),(82448,16311,530,1,1,0,0,7629.75,-6579.18,11.726,6.2148,300,0,0,230,249,0,0,0,0),(82449,16350,530,1,1,0,0,7680.3,-6444.01,14.2885,2.46369,300,5,0,198,0,1,0,0,0),(82450,16303,530,1,1,0,1,7707.06,-6579.63,13.8129,6.01936,300,0,0,222,0,0,0,0,0),(82451,16322,530,1,1,0,0,7665.96,-6406.48,19.1865,1.05674,300,5,0,198,0,1,0,0,0),(82452,16322,530,1,1,0,0,7680.21,-6408.18,17.545,4.67237,300,0,0,198,0,0,0,0,0),(82453,16322,530,1,1,0,0,7689.81,-6395.82,19.2037,0.484159,300,5,0,198,0,1,0,0,0),(82454,16322,530,1,1,0,0,7688.4,-6391.44,20.5135,1.10074,300,5,0,198,0,1,0,0,0),(82455,16322,530,1,1,0,0,7663.18,-6396,20.2945,2.48449,300,5,0,198,0,1,0,0,0),(82456,16322,530,1,1,0,0,7676.73,-6378.29,23.0135,4.74449,300,5,0,198,0,1,0,0,0),(82457,16322,530,1,1,0,0,7663.31,-6376.65,23.6095,2.0837,300,5,0,198,0,1,0,0,0),(82458,16353,530,1,1,0,0,7794.44,-6490.5,15.7171,4.21561,300,5,0,176,0,1,0,0,0),(82459,16322,530,1,1,0,0,7705.21,-6355.74,22.5366,0.780316,300,5,0,198,0,1,0,0,0),(82460,16322,530,1,1,0,0,7680.92,-6343.92,28.4991,0.109609,300,5,0,198,0,1,0,0,0),(82461,16350,530,1,1,0,0,7631.48,-6290.49,33.791,3.47563,300,0,0,198,0,0,0,0,0),(82462,16310,530,1,1,0,0,7621.94,-6309.47,32.8258,2.70188,300,0,0,230,199,0,0,0,0),(82463,16350,530,1,1,0,0,7637.18,-6233.7,29.3944,0.752831,300,0,0,198,0,0,0,0,0),(82464,16353,530,1,1,0,0,7617.48,-6238.39,30.4525,2.78002,300,0,0,176,0,0,0,0,0),(82465,16310,530,1,1,0,0,7575.26,-6278.58,27.0996,5.35784,300,0,0,230,199,0,0,0,0),(82466,16304,530,1,1,0,0,7620.65,-6336.16,22.4468,1.82214,300,0,0,208,205,0,0,0,0),(82467,16350,530,1,1,0,0,7571.65,-6232.69,28.5959,2.4635,300,0,0,198,0,0,0,0,0),(82468,16350,530,1,1,0,0,7598.25,-6195.72,22.216,2.27879,300,0,0,198,0,0,0,0,0),(49126,14491,0,1,1,0,0,-13576.3,-40.3796,37.6806,2.97642,128000,5,0,1981,0,1,0,0,0),(82470,14881,530,1,1,0,0,7583.83,-6184.27,17.6482,0.361285,300,0,0,8,0,0,0,0,0),(82471,16350,530,1,1,0,0,7575.58,-6147.05,16.3499,2.16584,300,0,0,198,0,0,0,0,0),(82472,16350,530,1,1,0,0,7551.08,-6172.43,17.8947,1.58676,300,0,0,198,0,0,0,0,0),(82473,16353,530,1,1,0,0,7583.68,-6128.38,15.3815,0.66505,300,0,0,176,0,0,0,0,0),(82474,16353,530,1,1,0,0,7551.21,-6124.18,16.7468,5.04197,300,0,0,176,0,0,0,0,0),(82475,16350,530,1,1,0,0,7596.22,-6076.74,10.0415,1.4896,300,0,0,198,0,0,0,0,0),(82476,16350,530,1,1,0,0,7567.3,-6070.95,10.8373,4.17968,300,0,0,198,0,0,0,0,0),(82477,16353,530,1,1,0,0,7601.72,-6065.84,11.0753,2.67356,300,5,0,176,0,1,0,0,0),(82478,16351,530,1,1,0,0,7467.07,-6269.42,22.9653,4.29417,300,5,0,300,0,1,0,0,0),(82479,16354,530,1,1,0,0,7375.83,-6150.03,22.9967,0.586326,300,5,0,273,0,1,0,0,0),(82480,16351,530,1,1,0,0,7384.14,-6084.25,18.3023,6.19387,300,0,0,300,0,0,0,0,0),(82481,16351,530,1,1,0,0,7313.42,-6153.67,25.8258,4.82143,300,5,0,300,0,1,0,0,0),(82482,16354,530,1,1,0,0,7318.5,-6092.13,20.5386,4.5238,300,5,0,273,0,1,0,0,0),(82483,16351,530,1,1,0,0,7281.7,-6121.28,20.2221,4.60767,300,5,0,300,0,1,0,0,0),(82484,16324,530,1,1,0,0,7286.98,-6014.38,17.8272,4.93433,300,0,0,273,0,0,0,0,0),(82485,16324,530,1,1,0,0,7249.43,-6015.57,19.0449,1.48668,300,0,0,273,0,0,0,0,0),(82486,16324,530,1,1,0,0,7283.9,-5987.35,19.3443,3.56881,300,0,0,273,0,0,0,0,0),(82487,16323,530,1,1,0,0,7286.5,-5964.24,15.4778,0.586995,300,0,0,230,249,0,0,0,0),(82488,4075,530,1,1,0,0,7285.76,-5975.07,16.7479,2.67569,300,0,0,8,0,0,0,0,0),(82489,16324,530,1,1,0,0,7248.99,-5992.34,18.2362,5.16555,300,0,0,273,0,0,0,0,0),(82490,16323,530,1,1,0,0,7216.1,-5976.58,19.6699,1.58679,300,0,0,230,249,0,0,0,0),(82491,16323,530,1,1,0,0,7263.52,-5936,17.8033,3.66275,300,0,0,230,249,0,0,0,0),(82492,16323,530,1,1,0,0,7215.65,-5948.23,21.3398,3.09782,300,0,0,230,249,0,0,0,0),(82493,16323,530,1,1,0,0,7192.81,-5954.74,37.2182,3.35264,300,0,0,230,249,0,0,0,0),(82494,16323,530,1,1,0,0,7189.98,-5934.97,37.2118,5.08829,300,0,0,230,249,0,0,0,0),(82495,16323,530,1,1,0,0,7190.95,-5954.43,21.3249,2.55472,300,0,0,230,249,0,0,0,0),(82496,16323,530,1,1,0,0,7200.11,-5975.64,37.2118,6.22156,300,0,0,230,249,0,0,0,0),(82497,16323,530,1,1,0,0,7173.15,-5961.48,37.2111,4.69972,300,0,0,230,249,0,0,0,0),(82498,16324,530,1,1,0,0,7170.06,-5987.71,19.5167,2.91043,300,0,0,273,0,0,0,0,0),(82499,16324,530,1,1,0,0,7154.5,-5952.75,15.1304,6.04247,300,5,0,273,0,1,0,0,0),(82500,16324,530,1,1,0,0,7151.78,-5916.41,12.2722,1.13771,300,5,0,273,0,1,0,0,0),(82501,16324,530,1,1,0,0,7175.7,-5911.12,14.0527,2.62296,300,5,0,273,0,1,0,0,0),(82502,14881,530,1,1,0,0,7112.74,-5959.45,12.8894,2.83219,300,5,0,8,0,1,0,0,0),(82503,16324,530,1,1,0,0,7111.04,-5877.53,13.5683,2.05509,300,0,0,273,0,0,0,0,0),(82504,16324,530,1,1,0,0,7079.7,-5881.88,13.4844,3.17041,300,0,0,273,0,0,0,0,0),(82505,16324,530,1,1,0,0,7058.65,-5856.66,18.8789,0.808082,300,5,0,273,0,1,0,0,0),(82506,16351,530,1,1,0,0,7028.39,-5914.21,18.2938,3.12972,300,5,0,300,0,1,0,0,0),(82507,16314,530,1,1,0,0,7056.81,-5785.35,50.5463,2.79441,300,5,0,328,0,1,0,0,0),(82508,16314,530,1,1,0,0,6983.06,-5844.8,47.174,1.59517,300,5,0,328,0,1,0,0,0),(82509,16314,530,1,1,0,0,7009.74,-5815.04,66.761,4.55041,300,5,0,328,0,1,0,0,0),(82510,16354,530,1,1,0,0,7036.46,-5956.94,9.58792,2.79482,300,5,0,273,0,1,0,0,0),(82511,16351,530,1,1,0,0,7004.39,-5977.81,13.6176,1.02937,300,5,0,300,0,1,0,0,0),(82512,16354,530,1,1,0,0,7078.77,-5974.39,10.3831,2.28161,300,5,0,273,0,1,0,0,0),(82513,16354,530,1,1,0,0,7061.78,-6020.9,4.89067,5.89514,300,5,0,273,0,1,0,0,0),(82514,16315,530,1,1,0,1,6980.25,-5867.43,36.4759,1.58154,300,0,0,276,295,0,0,0,0),(82515,16349,530,1,1,0,0,6894.12,-5912.43,13.794,3.21589,300,5,0,356,0,1,0,0,0),(82516,16352,530,1,1,0,0,6898.47,-5956.63,17.1241,3.3342,300,5,0,386,0,1,0,0,0),(82517,16352,530,1,1,0,0,6925.66,-5886.74,11.4354,3.081,300,5,0,386,0,1,0,0,0),(82518,16349,530,1,1,0,0,6938.36,-5973.4,12.4592,1.71382,300,5,0,356,0,1,0,0,0),(82519,16352,530,1,1,0,0,6920.34,-5823.66,13.02,0.708626,300,5,0,386,0,1,0,0,0),(82520,16352,530,1,1,0,0,6885.81,-5826.12,13.556,1.73944,300,5,0,386,0,1,0,0,0),(82521,6827,530,1,1,0,0,6923.92,-5764.1,-2.678,5.48414,300,5,0,42,0,1,0,0,0),(82522,16315,530,1,1,0,1,6983.85,-5747.48,84.2958,4.42905,300,5,0,276,295,1,0,0,0),(82523,16314,530,1,1,0,0,7026.81,-5777.01,86.6475,0.501217,300,0,0,328,0,0,0,0,0),(82524,16314,530,1,1,0,0,6966.05,-5735.84,84.2355,1.54875,300,5,0,328,0,1,0,0,0),(82525,16314,530,1,1,0,0,7019.27,-5734.9,105.16,2.05474,300,0,0,328,0,0,0,0,0),(82526,16314,530,1,1,0,0,7027.98,-5743.48,105.383,2.73584,300,0,0,328,0,0,0,0,0),(82527,16315,530,1,1,0,1,6984.78,-5725.2,84.1039,2.12036,300,5,0,276,295,1,0,0,0),(82528,16315,530,1,1,0,1,7064.16,-5736.91,84.2915,6.26832,300,0,0,276,295,0,0,0,0),(82529,16315,530,1,1,0,1,7012.92,-5716.01,106.607,0.947147,300,0,0,276,295,0,0,0,0),(82530,16314,530,1,1,0,0,7024.63,-5720.43,106.607,4.70305,300,0,0,328,0,0,0,0,0),(82531,16315,530,1,1,0,1,7055.22,-5718.27,84.2155,4.82528,300,0,0,276,295,0,0,0,0),(82532,16314,530,1,1,0,0,7063.65,-5719.49,84.2369,4.56753,300,0,0,328,0,0,0,0,0),(82533,16314,530,1,1,0,0,7011.75,-5677.9,82.6366,1.87804,300,0,0,328,0,0,0,0,0),(82534,16314,530,1,1,0,0,7013.77,-5698.96,102.56,3.57066,300,0,0,328,0,0,0,0,0),(82535,16314,530,1,1,0,0,7006.5,-5690.31,82.6524,1.68673,300,0,0,328,0,0,0,0,0),(82536,16315,530,1,1,0,1,6970.56,-5701.32,92.1461,5.76389,300,5,0,276,295,1,0,0,0),(82537,16315,530,1,1,0,1,7007.72,-5691.87,102.359,5.40865,300,5,0,276,295,1,0,0,0),(82538,16315,530,1,1,0,1,6982.41,-5684.82,82.6858,4.20834,300,5,0,276,295,1,0,0,0),(82539,16315,530,1,1,0,1,7020.13,-5690.52,82.6788,5.20008,300,5,0,276,295,1,0,0,0),(82540,16315,530,1,1,0,1,7057.34,-5684.78,93.1481,3.18766,300,0,0,276,295,0,0,0,0),(82541,16314,530,1,1,0,0,6998.6,-5685.4,102.562,0.681355,300,5,0,328,0,1,0,0,0),(82542,16314,530,1,1,0,0,7027.35,-5684.5,102.611,2.15704,300,5,0,328,0,1,0,0,0),(82543,16314,530,1,1,0,0,7018.69,-5674.31,102.506,6.21371,300,0,0,328,0,0,0,0,0),(82544,16315,530,1,1,0,1,6980.65,-5683.04,82.5348,4.54021,300,0,0,276,295,0,0,0,0),(82545,16315,530,1,1,0,1,7047.85,-5682.14,83.4052,5.20862,300,0,0,276,295,0,0,0,0),(82546,16314,530,1,1,0,0,7025.49,-5847.62,49.222,3.54302,300,0,0,328,0,0,0,0,0),(82547,16315,530,1,1,0,1,7040.9,-5669.2,82.1646,4.79297,300,0,0,276,295,0,0,0,0),(82548,16352,530,1,1,0,0,6831.3,-5895.5,24.7307,0.576621,300,5,0,386,0,1,0,0,0),(82549,16352,530,1,1,0,0,6846.78,-5813.15,8.43531,3.30327,300,5,0,386,0,1,0,0,0),(82550,16349,530,1,1,0,0,6815.06,-5837.34,12.9131,2.30506,300,5,0,356,0,1,0,0,0),(82551,16352,530,1,1,0,0,6778.5,-5828.92,11.9094,5.83568,300,5,0,386,0,1,0,0,0),(82552,16352,530,1,1,0,0,6781.18,-5837.49,12.9008,3.75072,300,5,0,386,0,1,0,0,0),(82553,6827,530,1,1,0,0,6863.93,-5758.17,-0.710568,3.30864,300,0,0,42,0,0,0,0,0),(82554,16405,530,1,1,0,0,6929.59,-5718.05,-2.57678,4.20766,300,0,0,247,0,0,0,0,0),(82555,16405,530,1,1,0,0,6786.31,-5718.75,-11.0892,3.22507,300,0,0,247,0,0,0,0,0),(82556,16349,530,1,1,0,0,6744.32,-5857.02,45.6707,3.80658,300,5,0,356,0,1,0,0,0),(82557,16352,530,1,1,0,0,6862.5,-6004.17,51.5158,3.005,300,5,0,386,0,1,0,0,0),(82558,16352,530,1,1,0,0,6898.17,-6022.37,16.7111,5.28467,300,5,0,386,0,1,0,0,0),(82559,16349,530,1,1,0,0,6881.91,-6039.95,30.6079,2.49829,300,5,0,356,0,1,0,0,0),(82560,16349,530,1,1,0,0,6954.29,-6050.88,11.9405,1.09579,300,5,0,356,0,1,0,0,0),(82561,16352,530,1,1,0,0,6907.41,-6118.76,26.3414,0.129198,300,5,0,386,0,1,0,0,0),(82562,16352,530,1,1,0,0,6916.19,-6085.43,19.4604,4.87113,300,5,0,386,0,1,0,0,0),(82563,16349,530,1,1,0,0,6981.64,-6087.83,14.8062,4.27311,300,5,0,356,0,1,0,0,0),(82564,16352,530,1,1,0,0,6949.13,-6116.2,21.7312,2.66544,300,5,0,386,0,1,0,0,0),(82565,16349,530,1,1,0,0,6916.37,-6141.21,26.1866,5.02778,300,5,0,356,0,1,0,0,0),(82566,16349,530,1,1,0,0,6984.17,-6147.91,26.739,1.68359,300,5,0,356,0,1,0,0,0),(82567,16352,530,1,1,0,0,6839.78,-6081.71,43.9706,3.62925,300,5,0,386,0,1,0,0,0),(82568,16352,530,1,1,0,0,6898.67,-6208.28,27.6364,3.69005,300,5,0,386,0,1,0,0,0),(82569,16352,530,1,1,0,0,6865.68,-6195.99,30.6989,3.75201,300,5,0,386,0,1,0,0,0),(82570,16352,530,1,1,0,0,6922.79,-6203.27,25.9434,4.65472,300,5,0,386,0,1,0,0,0),(82571,16352,530,1,1,0,0,6949.75,-6178.75,25.5325,1.60594,300,5,0,386,0,1,0,0,0),(82572,16349,530,1,1,0,0,6845.13,-6212.6,29.7925,2.47646,300,5,0,356,0,1,0,0,0),(82573,16352,530,1,1,0,0,6930.62,-6285.45,33.3223,4.91457,300,5,0,386,0,1,0,0,0),(82574,16352,530,1,1,0,0,6863.41,-6262.6,26.1809,3.58112,300,5,0,386,0,1,0,0,0),(82575,16349,530,1,1,0,0,6915.91,-6254.56,28.2463,0.863548,300,5,0,356,0,1,0,0,0),(82576,16335,530,1,1,0,1,7000.56,-6248.93,6.55891,2.72271,300,0,0,247,0,0,0,0,0),(82577,16352,530,1,1,0,0,7010.99,-6172.63,35.0472,6.09652,300,5,0,386,0,1,0,0,0),(82578,16349,530,1,1,0,0,6984.29,-6218.1,39.3302,4.6984,300,5,0,356,0,1,0,0,0),(82579,16337,530,1,1,0,1,7019.18,-6235.49,4.30447,5.16617,300,0,0,230,249,0,0,0,0),(82580,16335,530,1,1,0,1,7022.74,-6241.18,4.56835,2.25148,300,0,0,247,0,0,0,0,0),(82581,16352,530,1,1,0,0,7014.39,-6252.89,46.5658,4.10491,300,5,0,386,0,1,0,0,0),(82582,16337,530,1,1,0,1,7006.29,-6247.67,6.11225,4.39184,300,0,0,230,249,0,0,0,0),(82583,16335,530,1,1,0,1,7028.33,-6270.32,8.20009,1.97222,300,0,0,247,0,0,0,0,0),(82584,16335,530,1,1,0,1,7057.92,-6279.16,13.6665,5.044,300,0,0,247,0,0,0,0,0),(82585,16334,530,1,1,0,1,6997.27,-6269.64,7.02544,1.76278,300,0,0,273,0,0,0,0,0),(82586,16335,530,1,1,0,1,7044.51,-6276.11,10.0675,1.25664,300,0,0,247,0,0,0,0,0),(82587,16334,530,1,1,0,1,7009.28,-6283.87,8.32244,3.66519,300,0,0,273,0,0,0,0,0),(82588,16349,530,1,1,0,0,6981.98,-6279.86,46.1905,2.07469,300,5,0,356,0,1,0,0,0),(82589,16337,530,1,1,0,1,6995.99,-6264.93,6.48747,5.06145,300,0,0,230,249,0,0,0,0),(82590,16335,530,1,1,0,1,7100.95,-6210.46,42.392,5.79553,300,0,0,247,0,0,0,0,0),(82591,16334,530,1,1,0,1,7079.49,-6263.72,17.9114,0.244346,300,0,0,273,0,0,0,0,0),(82592,16351,530,1,1,0,0,7090.87,-6176.2,30.5939,0.450462,300,0,0,300,0,0,0,0,0),(82593,16335,530,1,1,0,1,7074.57,-6215.59,23.2843,2.42601,300,0,0,247,0,0,0,0,0),(82594,16335,530,1,1,0,1,7095.48,-6210.83,22.4495,4.46804,300,0,0,247,0,0,0,0,0),(82595,16335,530,1,1,0,1,7066.96,-6243.08,19.8187,3.94444,300,0,0,247,0,0,0,0,0),(82596,16334,530,1,1,0,1,7071,-6185.95,20.7685,1.20428,300,0,0,273,0,0,0,0,0),(82597,16351,530,1,1,0,0,7077.02,-6260.87,48,0.420348,300,0,0,300,0,0,0,0,0),(82598,16335,530,1,1,0,1,7104.94,-6222.46,22.9891,3.78736,300,0,0,247,0,0,0,0,0),(82599,16334,530,1,1,0,1,7098.78,-6255.14,47.3567,3.12467,300,5,0,273,0,1,0,0,0),(82600,16334,530,1,1,0,1,7113.55,-6188.56,34.9294,0.550632,300,0,0,273,0,0,0,0,0),(82601,16334,530,1,1,0,1,7130.99,-6215.46,22.4828,1.27409,300,0,0,273,0,0,0,0,0),(82602,16334,530,1,1,0,1,7146.12,-6192.17,21.7094,2.05949,300,0,0,273,0,0,0,0,0),(82603,16337,530,1,1,0,1,7139.38,-6189.86,21.4476,0.436332,300,0,0,230,249,0,0,0,0),(82604,16351,530,1,1,0,0,7121.84,-6153.76,29.3215,3.35217,300,0,0,300,0,0,0,0,0),(82605,16337,530,1,1,0,1,7143.05,-6217.65,23.0988,3.4721,300,5,0,230,249,1,0,0,0),(82606,16337,530,1,1,0,1,7121.01,-6176.3,30.1094,4.30288,300,5,0,230,249,1,0,0,0),(82607,16335,530,1,1,0,1,7178.38,-6176.27,17.5906,1.92169,300,5,0,247,0,1,0,0,0),(82608,16334,530,1,1,0,1,7182.57,-6147.89,17.8552,0.051184,300,5,0,273,0,1,0,0,0),(82609,16334,530,1,1,0,1,7153.12,-6217.6,21.8023,3.23241,300,5,0,273,0,1,0,0,0),(82610,16335,530,1,1,0,1,7152.38,-6238.31,22.3878,0.349066,300,0,0,247,0,0,0,0,0),(82611,16354,530,1,1,0,0,7046.56,-6087.54,10.8871,1.06171,300,5,0,273,0,1,0,0,0),(82612,16354,530,1,1,0,0,7131.93,-6107.81,10.4406,3.54713,300,5,0,273,0,1,0,0,0),(82613,16354,530,1,1,0,0,7086.04,-6063.33,2.91535,4.69832,300,5,0,273,0,1,0,0,0),(82614,16335,530,1,1,0,1,7192.74,-6122.73,16.2776,6.21986,300,0,0,247,0,0,0,0,0),(82615,16354,530,1,1,0,0,7108.62,-6018.34,8.32317,6.23002,300,5,0,273,0,1,0,0,0),(82616,16351,530,1,1,0,0,7179.96,-6093.75,12.2083,1.85992,300,0,0,300,0,0,0,0,0),(82617,16351,530,1,1,0,0,7175.67,-6101,11.7989,3.44728,300,0,0,300,0,0,0,0,0),(82618,16335,530,1,1,0,1,7191.6,-6210.05,18.8305,0.545119,300,5,0,247,0,1,0,0,0),(82619,16334,530,1,1,0,1,7158.73,-6242.81,22.0593,1.46608,300,0,0,273,0,0,0,0,0),(82620,16337,530,1,1,0,1,7166.11,-6239.57,21.8723,2.60054,300,0,0,230,249,0,0,0,0),(82621,16068,530,1,1,0,0,7169.15,-6230.63,20.3345,3.38657,300,8,0,8,0,1,0,0,0),(82622,16335,530,1,1,0,1,7215.62,-6142.75,14.2215,1.06344,300,0,0,247,0,0,0,0,0),(82623,16334,530,1,1,0,1,7212.07,-6196.84,19.0826,3.96348,300,5,0,273,0,1,0,0,0),(82624,16334,530,1,1,0,1,7239.74,-6147.62,20.303,6.24536,300,5,0,273,0,1,0,0,0),(82625,16337,530,1,1,0,1,7229.45,-6203.51,20.6172,3.63029,300,0,0,230,249,0,0,0,0),(82626,16334,530,1,1,0,1,7211.58,-6214.71,19.9386,5.58982,300,5,0,273,0,1,0,0,0),(82627,16337,530,1,1,0,1,7223.51,-6135.15,16.897,2.25148,300,0,0,230,249,0,0,0,0),(82628,16337,530,1,1,0,1,7228.21,-6209.17,20.3136,1.77669,300,0,0,230,249,0,0,0,0),(82629,16337,530,1,1,0,1,7190.76,-6231.89,18.8753,3.17286,300,5,0,230,249,1,0,0,0),(82630,16334,530,1,1,0,1,7152.4,-6289.72,48.9875,1.23329,300,5,0,273,0,1,0,0,0),(82631,16334,530,1,1,0,1,7175.9,-6275.98,21.2529,2.71065,300,5,0,273,0,1,0,0,0),(82632,16337,530,1,1,0,1,7180.78,-6278.97,21.1949,1.80535,300,5,0,230,249,1,0,0,0),(82633,16334,530,1,1,0,1,7212.47,-6286.72,21.002,3.65154,300,5,0,273,0,1,0,0,0),(82634,16334,530,1,1,0,1,7183.86,-6255.8,20.4616,4.7162,300,5,0,273,0,1,0,0,0),(82635,16337,530,1,1,0,1,7211.9,-6245.83,19.4554,2.89725,300,0,0,230,249,0,0,0,0),(82636,16335,530,1,1,0,1,7208.52,-6239.29,19.6117,4.50295,300,0,0,247,0,0,0,0,0),(82637,16334,530,1,1,0,1,7259.93,-6190.21,33.3691,0.551567,300,5,0,273,0,1,0,0,0),(82638,16337,530,1,1,0,1,7252.47,-6225.43,21.2974,4.20624,300,0,0,230,249,0,0,0,0),(82639,16335,530,1,1,0,1,7245.43,-6227.1,21.2943,5.63741,300,0,0,247,0,0,0,0,0),(82640,16068,530,1,1,0,0,7246.6,-6233.71,21.09,3.41991,300,8,0,8,0,1,0,0,0),(82641,16335,530,1,1,0,1,7171.59,-6312.76,40.7508,4.6166,300,5,0,247,0,1,0,0,0),(82642,16293,530,1,1,0,1,7203.48,-6320.68,33.5638,1.3439,300,0,0,230,537,0,0,0,0),(82643,16337,530,1,1,0,1,7248.4,-6298.42,20.1474,0.820305,300,0,0,230,249,0,0,0,0),(82644,16335,530,1,1,0,1,7255.81,-6296.96,20.104,2.42601,300,0,0,247,0,0,0,0,0),(82645,16334,530,1,1,0,1,7278.26,-6283.4,20.8281,2.77507,300,0,0,273,0,0,0,0,0),(82646,16335,530,1,1,0,1,7273.4,-6275.48,20.1842,4.32842,300,0,0,247,0,0,0,0,0),(82647,16337,530,1,1,0,1,7269.66,-6285.24,20.37,1.22173,300,0,0,230,249,0,0,0,0),(82648,16334,530,1,1,0,1,7258.66,-6258.03,18.8578,5.92042,300,5,0,273,0,1,0,0,0),(82649,16335,530,1,1,0,1,7280.27,-6211.79,40.9668,2.40372,300,5,0,247,0,1,0,0,0),(82650,16351,530,1,1,0,0,7285.24,-6180.82,29.9302,0.793405,300,5,0,300,0,1,0,0,0),(82651,10415,530,1,1,0,0,7220.41,-6415.69,122.227,1.5708,300,0,0,3052,0,0,0,0,0),(82652,16316,530,1,1,0,0,7221.24,-6350.17,42.281,0.784609,300,5,0,356,0,1,0,0,0),(82653,16334,530,1,1,0,1,7281.14,-6322.91,47.1278,4.49593,300,5,0,273,0,1,0,0,0),(82654,16316,530,1,1,0,0,7245.87,-6371.23,45.5117,1.98578,300,5,0,356,0,1,0,0,0),(82655,16030,530,1,1,0,0,7197.41,-6416.46,59.1658,3.0673,300,8,0,8,0,1,0,0,0),(82656,16318,530,1,1,0,1,7220.65,-6403.01,56.2495,4.66003,300,5,0,330,938,1,0,0,0),(82657,16318,530,1,1,0,1,7216.75,-6415.47,59.2486,0.10472,300,0,0,330,938,0,0,0,0),(82658,16318,530,1,1,0,1,7232.88,-6414.54,56.2493,3.1765,300,0,0,330,938,0,0,0,0),(82659,16030,530,1,1,0,0,7225.98,-6412.22,57.1505,1.64461,300,8,0,8,0,1,0,0,0),(82660,4075,530,1,1,0,0,7275.35,-6371.42,43.3359,5.87547,300,10,0,8,0,1,0,0,0),(82661,16316,530,1,1,0,0,7284,-6389.01,42.9657,5.91538,300,5,0,356,0,1,0,0,0),(82662,16354,530,1,1,0,0,7313.89,-6354.62,42.2376,3.7464,300,5,0,273,0,1,0,0,0),(82663,16334,530,1,1,0,1,7313.79,-6222.86,41.1625,4.79747,300,0,0,273,0,0,0,0,0),(82664,16354,530,1,1,0,0,7354.26,-6254.4,41.1595,3.55673,300,5,0,273,0,1,0,0,0),(82665,16318,530,1,1,0,1,7221.19,-6428.11,56.2494,1.62316,300,5,0,330,938,1,0,0,0),(82666,16316,530,1,1,0,0,7142.1,-6423.63,35.7786,0.148938,300,0,0,356,0,0,0,0,0),(82667,16316,530,1,1,0,0,7263.14,-6454.08,32.4021,3.48018,300,5,0,356,0,1,0,0,0),(82668,16316,530,1,1,0,0,7268.84,-6422.21,44.8567,0.68786,300,0,0,356,0,0,0,0,0),(82669,10415,530,1,1,0,0,7169.77,-6613.94,130.185,4.93928,300,0,0,3052,0,0,0,0,0),(82670,16352,530,1,1,0,0,7055.14,-6421.32,32.0897,2.12281,300,5,0,386,0,1,0,0,0),(82672,16302,530,1,1,0,0,7107.89,-6517.51,10.2024,3.58346,300,5,0,356,0,1,0,0,0),(82673,16030,530,1,1,0,0,7089.86,-6522.57,9.50026,5.44337,300,8,0,8,0,1,0,0,0),(82674,16302,530,1,1,0,0,7080.42,-6519.63,8.95315,3.80419,300,5,0,356,0,1,0,0,0),(82675,16030,530,1,1,0,0,7063.02,-6532.81,9.2493,0.840156,300,8,0,8,0,1,0,0,0),(82676,16302,530,1,1,0,0,7120.34,-6557.19,11.9504,2.87025,300,5,0,356,0,1,0,0,0),(82677,16302,530,1,1,0,0,7149.41,-6564.55,19.3778,2.22833,300,5,0,356,0,1,0,0,0),(82678,16305,530,1,1,0,1,7082.41,-6545.55,9.58132,1.9154,300,5,0,386,0,1,0,0,0),(82679,16030,530,1,1,0,0,7220.73,-6526.42,11.1375,4.56041,300,8,0,8,0,1,0,0,0),(82680,16301,530,1,1,0,0,7281.93,-6544.78,11.7742,2.12274,300,5,0,273,0,1,0,0,0),(82681,16309,530,1,1,0,0,7253.6,-6549.31,14.8441,2.09077,300,5,0,247,0,1,0,0,0),(82682,16309,530,1,1,0,0,7286,-6518.35,12.5914,1.21944,300,5,0,247,0,1,0,0,0),(82683,16030,530,1,1,0,0,7257.15,-6510.11,11.3325,0.88212,300,8,0,8,0,1,0,0,0),(82684,16301,530,1,1,0,0,7322.01,-6582.67,9.86694,1.639,300,5,0,273,0,1,0,0,0),(82685,16030,530,1,1,0,0,7319.69,-6577.21,9.65639,0.523072,300,8,0,8,0,1,0,0,0),(82686,16309,530,1,1,0,0,7283.54,-6581.05,14.5094,5.20635,300,5,0,247,0,1,0,0,0),(82687,16030,530,1,1,0,0,7294.67,-6564.05,10.6514,5.27231,300,8,0,8,0,1,0,0,0),(82688,16301,530,1,1,0,0,7331.36,-6546.77,12.2764,0.178631,300,5,0,273,0,1,0,0,0),(82689,16309,530,1,1,0,0,7327.2,-6522.6,13.6942,0.169313,300,5,0,247,0,1,0,0,0),(82690,16309,530,1,1,0,0,7358.7,-6548.32,12.5225,5.74603,300,5,0,247,0,1,0,0,0),(82691,16351,530,1,1,0,0,7345.93,-6368.19,41.7665,1.59325,300,0,0,300,0,0,0,0,0),(82692,16030,530,1,1,0,0,7451.33,-6550.71,10.8363,2.49832,300,8,0,8,0,1,0,0,0),(82693,16301,530,1,1,0,0,7419.12,-6546.12,11.4786,5.15593,300,5,0,273,0,1,0,0,0),(82694,16301,530,1,1,0,0,7415.71,-6538.24,11.7621,3.66777,300,5,0,273,0,1,0,0,0),(82695,16310,530,1,1,0,0,7543.91,-6493.53,14.8472,1.85209,300,0,0,230,199,0,0,0,0),(82696,16030,530,1,1,0,0,7453.79,-6579.75,9.62054,4.89678,300,8,0,8,0,1,0,0,0),(82697,16245,530,1,1,0,0,6615.78,-6438.4,29.2661,5.84962,300,0,0,2084,0,2,0,0,0),(82698,16030,530,1,1,0,0,7527.31,-6570.63,12.2242,0.541563,300,8,0,8,0,1,0,0,0),(82699,16311,530,1,1,0,0,7468.97,-6581.87,9.5844,6.20317,300,0,0,230,249,0,0,0,0),(82700,16301,530,1,1,0,0,7430.42,-6588.68,9.62727,4.03869,300,5,0,273,0,1,0,0,0),(82701,16309,530,1,1,0,0,7452.48,-6586.72,10.3211,4.20766,300,5,0,247,0,1,0,0,0),(82702,16301,530,1,1,0,0,7556.18,-6595.69,11.8128,1.52736,300,5,0,273,0,1,0,0,0),(82703,16301,530,1,1,0,0,7507.21,-6613.51,9.40868,0.19057,300,5,0,273,0,1,0,0,0),(82704,16301,530,1,1,0,0,7588.15,-6592.12,13.35,1.92153,300,5,0,273,0,1,0,0,0),(82705,16030,530,1,1,0,0,7605.24,-6612.6,13.4115,1.50046,300,8,0,8,0,1,0,0,0),(82706,16301,530,1,1,0,0,7606.3,-6615.72,13.5316,6.12371,300,5,0,273,0,1,0,0,0),(82707,16300,530,1,1,0,0,7688.48,-6607.1,10.5279,0.944266,300,5,0,176,0,1,0,0,0),(82708,16301,530,1,1,0,0,7587.32,-6556.01,14.0612,4.32842,300,5,0,273,0,1,0,0,0),(82709,16300,530,1,1,0,0,7706.75,-6639.31,11.6169,5.58219,300,5,0,176,0,1,0,0,0),(82710,16303,530,1,1,0,1,7704.02,-6646.04,13.3134,5.97047,300,5,0,222,0,1,0,0,0),(82711,16303,530,1,1,0,1,7723.04,-6587.04,14.3537,5.11138,300,5,0,222,0,1,0,0,0),(82712,16300,530,1,1,0,0,7721.75,-6623.67,11.5083,2.23304,300,5,0,176,0,1,0,0,0),(82713,16300,530,1,1,0,0,7738.87,-6590.62,14.6911,4.99243,300,0,0,176,0,0,0,0,0),(82714,16303,530,1,1,0,1,7750.11,-6627.93,21.8124,1.0509,300,5,0,222,0,1,0,0,0),(82715,16303,530,1,1,0,1,7757.49,-6642.58,21.0889,5.40181,300,5,0,222,0,1,0,0,0),(82716,16303,530,1,1,0,1,7779.4,-6637.98,24.9838,4.62725,300,5,0,222,0,1,0,0,0),(82717,16300,530,1,1,0,0,7782.47,-6634.35,25.2338,1.06379,300,5,0,176,0,1,0,0,0),(82718,16030,530,1,1,0,0,7786.5,-6630.26,24.71,5.10601,300,8,0,8,0,1,0,0,0),(82719,16350,530,1,1,0,0,7682.62,-6445.88,14.4769,4.92183,300,0,0,198,0,0,0,0,0),(82720,16322,530,1,1,0,0,7681.28,-6407.98,17.497,4.83577,300,0,0,198,0,0,0,0,0),(82721,16330,530,1,1,0,1,7891.76,-6546.6,47.8116,6.01431,300,0,0,198,0,0,0,0,0),(82722,16330,530,1,1,0,1,7886.62,-6517.31,46.9132,5.20012,300,0,0,198,0,0,0,0,0),(82723,16347,530,1,1,0,0,7745.75,-6707.56,37.922,5.72769,300,5,0,176,0,1,0,0,0),(82724,16309,530,1,1,0,0,7622.03,-6577.98,13.1584,1.17989,300,5,0,247,0,1,0,0,0),(82725,16309,530,1,1,0,0,7596.88,-6582.05,14.3384,3.3202,300,5,0,247,0,1,0,0,0),(82726,16348,530,1,1,0,0,7491.17,-6658.18,23.709,1.87349,300,5,0,273,0,1,0,0,0),(82727,16311,530,1,1,0,0,7490.23,-6608.59,9.46808,6.07905,300,0,0,230,249,0,0,0,0),(82728,16311,530,1,1,0,0,7445.68,-6546.56,11.1362,5.99333,300,0,0,230,249,0,0,0,0),(82729,16309,530,1,1,0,0,7381.06,-6587.88,9.92009,3.94864,300,5,0,247,0,1,0,0,0),(82730,16301,530,1,1,0,0,7551.3,-6583.67,12.5211,0.680678,300,5,0,273,0,1,0,0,0),(82731,16348,530,1,1,0,0,7462.16,-6687.81,26.4966,5.95466,300,5,0,273,0,1,0,0,0),(82732,16030,530,1,1,0,0,7373.75,-6589.31,11.1173,0.712991,300,8,0,8,0,1,0,0,0),(82733,16311,530,1,1,0,0,7389.64,-6550.85,11.7967,6.14599,300,0,0,230,249,0,0,0,0),(82734,16301,530,1,1,0,0,7362.19,-6568.43,10.7483,1.46899,300,5,0,273,0,1,0,0,0),(82735,16030,530,1,1,0,0,7365.09,-6555.02,12.4298,4.89903,300,8,0,8,0,1,0,0,0),(82736,16301,530,1,1,0,0,7365.21,-6552.14,12.6798,0.286284,300,5,0,273,0,1,0,0,0),(82737,16354,530,1,1,0,0,7388.22,-6670.5,16.2542,1.26418,300,5,0,273,0,1,0,0,0),(82738,16309,530,1,1,0,0,7350.89,-6520.37,14.9855,0.021648,300,5,0,247,0,1,0,0,0),(82739,16309,530,1,1,0,0,7258.33,-6508.33,11.1921,1.20146,300,5,0,247,0,1,0,0,0),(82740,16301,530,1,1,0,0,7214.9,-6515.68,10.2427,3.92569,300,5,0,273,0,1,0,0,0),(82741,16318,530,1,1,0,1,7157.48,-6611.38,60.7416,6.03884,300,0,0,330,938,0,0,0,0),(82742,16318,530,1,1,0,1,7173.08,-6602.65,60.7417,4.45059,300,0,0,330,938,0,0,0,0),(82743,16318,530,1,1,0,1,7184.13,-6616.95,63.6581,5.84516,300,0,0,330,938,0,0,0,0),(82744,16308,530,1,1,0,0,7086.56,-6545.05,9.51715,0.005609,300,0,0,325,357,0,0,0,0),(82745,16302,530,1,1,0,0,7050.29,-6546.18,9.14357,0.5278,300,5,0,356,0,1,0,0,0),(82746,16305,530,1,1,0,1,7056.84,-6530.01,9.44472,2.43041,300,5,0,386,0,1,0,0,0),(82747,16302,530,1,1,0,0,7017.55,-6519.99,9.97549,4.76363,300,5,0,356,0,1,0,0,0),(82748,16302,530,1,1,0,0,7024.76,-6560.61,9.45275,1.00784,300,5,0,356,0,1,0,0,0),(82749,16305,530,1,1,0,1,7047.09,-6581.31,10.0371,4.59892,300,5,0,386,0,1,0,0,0),(82750,16305,530,1,1,0,1,7021.54,-6579.9,9.43695,6.2422,300,5,0,386,0,1,0,0,0),(82751,16316,530,1,1,0,0,7120.7,-6629.75,40.1964,4.82723,300,5,0,356,0,1,0,0,0),(82752,16349,530,1,1,0,0,7082.22,-6680.17,41.5294,6.16289,300,5,0,356,0,1,0,0,0),(82753,14881,530,1,1,0,0,7096.66,-6695.13,42.0294,3.9535,300,5,0,8,0,1,0,0,0),(82754,16349,530,1,1,0,0,7053.42,-6654.79,30.336,5.26168,300,5,0,356,0,1,0,0,0),(82755,16316,530,1,1,0,0,7164.14,-6659.28,51.1032,2.44948,300,5,0,356,0,1,0,0,0),(82862,21229,548,1,1,0,1,441.064,-512.791,-13.1582,0.129391,604800,0,0,100520,48465,0,0,0,0),(82757,16316,530,1,1,0,0,7175.19,-6660.42,50.9904,1.09071,300,5,0,356,0,1,0,0,0),(82758,16030,530,1,1,0,0,7196.1,-6620.98,63.6581,2.91104,300,8,0,8,0,1,0,0,0),(82759,16352,530,1,1,0,0,7048.15,-6713.6,33.2798,0.736578,300,5,0,386,0,1,0,0,0),(82760,16352,530,1,1,0,0,7020.41,-6685.99,26.7252,5.709,300,5,0,386,0,1,0,0,0),(82761,16348,530,1,1,0,0,7156.07,-6744.26,38.7533,4.06342,300,5,0,273,0,1,0,0,0),(82762,16348,530,1,1,0,0,7199.42,-6772.95,41.5937,0.399206,300,5,0,273,0,1,0,0,0),(82763,16354,530,1,1,0,0,7219.24,-6763.72,41.5688,5.65726,300,5,0,273,0,1,0,0,0),(82764,16316,530,1,1,0,0,7234.97,-6643.13,49.204,5.49503,300,5,0,356,0,1,0,0,0),(82765,16246,530,1,1,0,0,7199.49,-6622.57,63.6583,3.19093,300,0,1,2084,0,2,0,0,0),(82766,6491,530,1,4294967295,0,0,7700.74,-6731.16,48.408,2.82743,60,0,0,4120,0,0,0,0,0),(82767,16354,530,1,1,0,0,7188.36,-6619.04,63.7414,2.95388,300,5,0,273,0,1,0,0,0),(82769,16347,530,1,1,0,0,7321.28,-6688.02,29.2631,4.31282,300,0,0,176,0,0,0,0,0),(82770,16318,530,1,1,0,1,7167.12,-6626.79,60.7419,1.41372,300,0,0,330,938,0,0,0,0),(82771,16354,530,1,1,0,0,7116.83,-6795.46,43.4571,0.142953,300,5,0,273,0,1,0,0,0),(82772,16349,530,1,1,0,0,6985.74,-6714.71,25.9085,1.76717,300,5,0,356,0,1,0,0,0),(82773,16352,530,1,1,0,0,6966.15,-6703.91,22.194,3.92067,300,5,0,386,0,1,0,0,0),(82774,16352,530,1,1,0,0,6921.3,-6646.21,22.0719,3.46275,300,5,0,386,0,1,0,0,0),(82775,16030,530,1,1,0,0,6990.56,-6577.36,10.2402,3.8777,300,8,0,8,0,1,0,0,0),(82776,16302,530,1,1,0,0,6950.86,-6577.64,9.93981,4.86543,300,5,0,356,0,1,0,0,0),(82777,16030,530,1,1,0,0,6923.3,-6586.66,9.60756,2.39419,300,8,0,8,0,1,0,0,0),(82778,16305,530,1,1,0,1,6932.79,-6550.73,9.75339,0.36446,300,5,0,386,0,1,0,0,0),(82779,16302,530,1,1,0,0,6919.39,-6593.67,9.29623,2.46747,300,5,0,356,0,1,0,0,0),(82780,16305,530,1,1,0,1,6944.77,-6541.48,9.86426,0.606934,300,5,0,386,0,1,0,0,0),(82781,16302,530,1,1,0,0,7011.12,-6549.27,9.78964,0.216529,300,5,0,356,0,1,0,0,0),(82782,16305,530,1,1,0,1,7002.5,-6533.6,9.66569,5.0376,300,5,0,386,0,1,0,0,0),(82783,16030,530,1,1,0,0,6983.94,-6517.59,9.79063,4.25257,300,8,0,8,0,1,0,0,0),(82784,16302,530,1,1,0,0,6940.39,-6516.18,9.94431,2.4464,300,5,0,356,0,1,0,0,0),(82785,16305,530,1,1,0,1,6906.24,-6509.92,13.6212,4.63917,300,5,0,386,0,1,0,0,0),(82786,16302,530,1,1,0,0,6894.52,-6541.65,15.7473,5.37814,300,5,0,356,0,1,0,0,0),(82787,16030,530,1,1,0,0,6870.25,-6525.75,18.774,4.17458,300,8,0,8,0,1,0,0,0),(82788,16302,530,1,1,0,0,6886.98,-6513.73,17.262,0.386488,300,5,0,356,0,1,0,0,0),(82789,16349,530,1,1,0,0,6972.01,-6434.81,28.9108,4.33098,300,5,0,356,0,1,0,0,0),(82790,16305,530,1,1,0,1,6857.71,-6532.7,19.7623,4.97647,300,5,0,386,0,1,0,0,0),(82791,16355,530,1,1,0,0,6848.3,-6419.27,27.0688,2.73082,300,0,0,356,0,0,0,0,0),(82792,16302,530,1,1,0,0,6839.38,-6477.83,16.8658,2.63819,300,5,0,356,0,1,0,0,0),(82793,16355,530,1,1,0,0,6892.4,-6423.03,32.516,6.05456,300,0,0,356,0,0,0,0,0),(82794,16355,530,1,1,0,0,6884.8,-6398.32,31.0382,4.58707,300,0,0,356,0,0,0,0,0),(82795,16030,530,1,1,0,0,6807.44,-6485.34,16.802,1.86898,300,8,0,8,0,1,0,0,0),(82796,16302,530,1,1,0,0,6811.56,-6476.06,16.3749,2.41827,300,5,0,356,0,1,0,0,0),(82797,16352,530,1,1,0,0,6916.27,-6384.22,34.9919,3.97137,300,5,0,386,0,1,0,0,0),(82798,16305,530,1,1,0,1,6788.91,-6508.7,18.4704,3.26457,300,5,0,386,0,1,0,0,0),(82799,16305,530,1,1,0,1,6792.73,-6484.1,18.0288,0.239668,300,5,0,386,0,1,0,0,0),(82800,16355,530,1,1,0,0,6819.17,-6375,29.4544,2.69759,300,0,0,356,0,0,0,0,0),(82801,16352,530,1,1,0,0,6926.56,-6376.09,38.5678,3.61834,300,5,0,386,0,1,0,0,0),(82802,16355,530,1,1,0,0,6778.28,-6411.35,26.407,5.6002,300,0,0,356,0,0,0,0,0),(82803,16030,530,1,1,0,0,6753.22,-6480.41,21.7116,1.67307,300,8,0,8,0,1,0,0,0),(82804,16030,530,1,1,0,0,6782.84,-6511.75,18.728,0.419415,300,8,0,8,0,1,0,0,0),(82805,16305,530,1,1,0,1,6742.87,-6473.09,23.1943,4.5324,300,5,0,386,0,1,0,0,0),(82806,16302,530,1,1,0,0,6795.36,-6521.56,20.0115,2.94746,300,5,0,356,0,1,0,0,0),(82807,16355,530,1,1,0,0,6751.51,-6393.18,34.3896,2.93685,300,5,0,356,0,1,0,0,0),(82808,16305,530,1,1,0,1,6724.07,-6468.06,26.9358,4.88107,300,5,0,386,0,1,0,0,0),(82809,16320,530,1,1,0,0,6698.88,-6463.12,29.3429,5.63741,300,0,0,404,456,0,0,0,0),(82810,16302,530,1,1,0,0,6740.5,-6506.93,23.4888,2.97802,300,5,0,356,0,1,0,0,0),(82811,16302,530,1,1,0,0,6739.22,-6509.42,23.3775,4.74494,300,5,0,356,0,1,0,0,0),(82812,16320,530,1,1,0,0,6690.85,-6483.71,29.3429,6.03884,300,0,0,404,456,0,0,0,0),(82813,16355,530,1,1,0,0,6769.48,-6346.58,43.0525,2.75492,300,0,0,356,0,0,0,0,0),(82814,16355,530,1,1,0,0,6680.28,-6543.99,41.8649,1.88545,300,5,0,356,0,1,0,0,0),(82815,16319,530,1,1,0,0,6611.25,-6504.63,36.5228,1.28177,300,5,0,417,0,1,0,0,0),(82816,16308,530,1,1,0,0,6702.06,-6489.62,29.3432,0.087266,300,0,0,325,357,0,0,0,0),(82817,16321,530,1,1,0,0,6612.81,-6422.07,29.3776,4.77158,300,5,0,417,0,1,0,0,0),(82818,16319,530,1,1,0,0,6579.87,-6475.54,33.1881,5.86162,300,5,0,417,0,1,0,0,0),(82819,16321,530,1,1,0,0,6578.25,-6408.97,31.1786,5.11744,300,5,0,417,0,1,0,0,0),(82820,16317,530,1,1,0,1,6652.46,-6363.44,30.6345,1.77026,300,0,0,377,408,0,0,0,0),(82821,16320,530,1,1,0,0,6645.24,-6370.05,30.518,1.9341,300,0,0,404,456,0,0,0,0),(82822,16303,530,1,1,0,1,6666.83,-6381.79,36.5385,2.44056,300,0,0,222,0,0,0,0,0),(82823,16303,530,1,1,0,1,6642.13,-6356.75,29.3845,5.37027,300,0,0,222,0,0,0,0,0),(82824,16317,530,1,1,0,1,6639.36,-6353.36,29.3845,4.54505,300,0,0,377,408,0,0,0,0),(82825,16320,530,1,1,0,0,6579.99,-6381.62,31.3772,2.28409,300,5,0,404,456,1,0,0,0),(82826,16303,530,1,1,0,1,6633.68,-6395.32,30.1879,3.59903,300,0,0,222,0,0,0,0,0),(82827,16303,530,1,1,0,1,6626.69,-6343.51,30.8031,2.68797,300,0,0,222,0,0,0,0,0),(82828,16320,530,1,1,0,0,6541.48,-6460.78,39.5829,4.42782,300,0,0,404,456,0,0,0,0),(82829,16319,530,1,1,0,0,6556.16,-6509.41,40.204,0.952152,300,5,0,417,0,1,0,0,0),(82830,4075,530,1,1,0,0,6547.26,-6496.87,40.8805,3.85022,300,0,0,8,0,0,0,0,0),(82831,16321,530,1,1,0,0,6526.46,-6448.58,41.2459,4.48281,300,5,0,417,0,1,0,0,0),(82832,16321,530,1,1,0,0,6584.04,-6349.61,31.4075,6.03469,300,5,0,417,0,1,0,0,0),(82833,16321,530,1,1,0,0,6550.83,-6379.9,33.8966,2.79348,300,5,0,417,0,1,0,0,0),(82834,16250,530,1,1,0,1,6521.35,-6516.06,43.8454,2.77507,300,0,0,532,0,0,0,0,0),(82835,16321,530,1,1,0,0,6511.78,-6498.71,43.762,5.87526,300,5,0,417,0,1,0,0,0),(82836,16321,530,1,1,0,0,6532.87,-6521.41,43.762,3.17142,300,5,0,417,0,1,0,0,0),(82837,16320,530,1,1,0,0,6521.67,-6383.59,47.0422,6.27122,300,5,0,404,456,1,0,0,0),(82838,16320,530,1,1,0,0,6555.31,-6346.99,32.9609,0.1727,300,0,0,404,456,0,0,0,0),(82839,16319,530,1,1,0,0,6580.48,-6544.9,43.5655,0.871808,300,5,0,417,0,1,0,0,0),(82840,16319,530,1,1,0,0,6551.86,-6549.8,43.4567,1.08618,300,5,0,417,0,1,0,0,0),(82841,16303,530,1,1,0,1,6463.17,-6443.71,52.568,3.52556,300,0,0,222,0,0,0,0,0),(82842,16319,530,1,1,0,0,6515.22,-6583.45,48.1187,2.01173,300,5,0,417,0,1,0,0,0),(82843,16320,530,1,1,0,0,6480.24,-6547.81,46.7218,1.96852,300,5,0,404,456,1,0,0,0),(82844,16321,530,1,1,0,0,6448.48,-6513.6,53.4191,2.46838,300,5,0,417,0,1,0,0,0),(82845,4075,530,1,1,0,0,6409.31,-6522.44,75.6236,1.40793,300,10,0,8,0,1,0,0,0),(82846,16319,530,1,1,0,0,6410.62,-6520.54,75.1295,3.92078,300,5,0,417,0,1,0,0,0),(82847,10415,530,1,1,0,0,6305.95,-6463.66,136.13,1.18682,300,0,0,3052,0,0,0,0,0),(82848,16319,530,1,1,0,0,6395.15,-6471.49,65.8307,0.377968,300,5,0,417,0,1,0,0,0),(82849,16320,530,1,1,0,0,6411.43,-6421.56,61.5423,4.23564,300,5,0,404,456,1,0,0,0),(82850,16319,530,1,1,0,0,6386.66,-6508.95,72.0147,6.17368,300,5,0,417,0,1,0,0,0),(82851,16320,530,1,1,0,0,6421.09,-6563,94.1958,1.77221,300,5,0,404,456,1,0,0,0),(82852,16319,530,1,1,0,0,6363.74,-6462.79,71.7961,1.03933,300,5,0,417,0,1,0,0,0),(82853,21229,548,1,1,0,1,561.644,-507.314,-13.1582,3.055,604800,0,0,100520,48465,0,0,0,0),(82854,16320,530,1,1,0,0,6441.58,-6384.95,55.1782,5.43976,300,5,0,404,456,1,0,0,0),(82855,16319,530,1,1,0,0,6348.85,-6544.06,91.0037,2.56063,300,5,0,417,0,1,0,0,0),(82856,16206,530,1,1,0,0,6435.93,-6635.71,108.964,3.31613,300,0,0,247,0,0,0,0,0),(82857,16320,530,1,1,0,0,6426.69,-6652.98,108.566,3.97845,300,0,0,404,456,0,0,0,0),(82858,16321,530,1,1,0,0,6420.84,-6641.51,108.566,0.985502,300,5,0,417,0,1,0,0,0),(82859,16321,530,1,1,0,0,6506.25,-6529.8,43.7615,4.70514,300,5,0,417,0,1,0,0,0),(82860,16320,530,1,1,0,0,6407.98,-6463.32,63.193,5.33937,300,0,0,404,456,0,0,0,0),(82768,21229,548,1,1,0,1,553.778,-545.207,-7.23891,2.79189,604800,0,0,100520,48465,0,0,0,0),(82863,16317,530,1,1,0,1,6373.92,-6399.32,68.8309,4.80469,300,5,0,377,408,1,0,0,0),(82864,16303,530,1,1,0,1,6376.38,-6410.57,69.2824,4.80469,300,0,0,222,0,0,0,0,0),(82756,21229,548,1,1,0,1,555.794,-569.489,-7.14426,3.24349,604800,0,0,100520,48465,0,0,0,0),(82866,16320,530,1,1,0,0,6313.95,-6456.59,86.0106,0.748347,300,0,0,404,456,0,0,0,0),(82867,16319,530,1,1,0,0,6344.6,-6387.78,77.4284,3.551,300,5,0,417,0,1,0,0,0),(82868,16321,530,1,1,0,0,6391.97,-6380.11,64.2908,2.57202,300,5,0,417,0,1,0,0,0),(82870,16321,530,1,1,0,0,6447.26,-6384.75,41.1931,4.40586,300,5,0,417,0,1,0,0,0),(82871,16317,530,1,1,0,1,6448.7,-6383.25,41.3198,2.79253,300,0,0,377,408,0,0,0,0),(82872,16320,530,1,1,0,0,6318.96,-6408.75,79.3299,1.29786,300,0,0,404,456,0,0,0,0),(82873,4075,530,1,1,0,0,6401.52,-6359.4,55.4337,1.20082,300,10,0,8,0,1,0,0,0),(82874,16317,530,1,1,0,1,6296.86,-6455.65,83.2835,5.58505,300,0,0,377,408,0,0,0,0),(82878,16320,530,1,1,0,0,6376.59,-6344.23,68.7133,3.64824,300,5,0,404,456,1,0,0,0),(82879,16303,530,1,1,0,1,6446.89,-6384.09,41.2711,2.79253,300,5,0,222,0,1,0,0,0),(82881,16319,530,1,1,0,0,6284.8,-6420.19,80.6047,5.55927,300,5,0,417,0,1,0,0,0),(82882,10415,530,1,1,0,0,6310.51,-6248.95,129.308,3.1765,300,0,0,3052,0,0,0,0,0),(82883,16209,530,1,1,0,0,6288.15,-6365.47,79.5602,1.69297,300,0,0,247,0,0,0,0,0),(82884,16321,530,1,1,0,0,6339.84,-6353.81,77.3073,0.173859,300,5,0,417,0,1,0,0,0),(82885,16320,530,1,1,0,0,6285.26,-6382.66,79.2458,4.72984,300,0,0,404,456,0,0,0,0),(82886,16317,530,1,1,0,1,6463.95,-6441.87,52.4596,3.52556,300,0,0,377,408,0,0,0,0),(82887,16319,530,1,1,0,0,6313.38,-6521.13,91.2071,3.10056,300,5,0,417,0,1,0,0,0),(82888,16319,530,1,1,0,0,6273.44,-6494.17,82.6702,0.315881,300,5,0,417,0,1,0,0,0),(82889,16247,530,1,1,0,0,6279.76,-6361.43,78.1116,6.21337,300,0,0,629,0,0,0,0,0),(82890,16321,530,1,1,0,0,6272.06,-6376.51,79.1538,5.15711,300,5,0,417,0,1,0,0,0),(82892,16321,530,1,1,0,0,6312.87,-6295.68,77.6193,4.59467,300,5,0,417,0,1,0,0,0),(82893,6491,530,1,4294967295,0,0,7013.18,-7311.28,46.7389,1.0821,60,0,0,4120,0,0,0,0,0),(82894,16320,530,1,1,0,0,6391.89,-6347.54,63.841,2.94707,300,5,0,404,456,1,0,0,0),(82895,16321,530,1,1,0,0,6379.41,-6374.6,67.9934,2.63799,300,5,0,417,0,1,0,0,0),(82896,16319,530,1,1,0,0,6354.02,-6384.04,76.4284,6.28203,300,5,0,417,0,1,0,0,0),(82897,16321,530,1,1,0,0,6436.14,-6365.76,41.264,1.23435,300,5,0,417,0,1,0,0,0),(82899,16303,530,1,1,0,1,6447.68,-6386.06,41.2049,2.79253,300,0,0,222,0,0,0,0,0),(82900,16319,530,1,1,0,0,6301.22,-6424.66,80.5936,2.37788,300,5,0,417,0,1,0,0,0),(82901,16319,530,1,1,0,0,6359.38,-6484.38,73.7127,5.13074,300,5,0,417,0,1,0,0,0),(82903,16317,530,1,1,0,1,6297.05,-6472.92,83.2833,0.750492,300,0,0,377,408,0,0,0,0),(82904,16320,530,1,1,0,0,6347.26,-6434.59,78.1568,0.837758,300,0,0,404,456,0,0,0,0),(82905,16320,530,1,1,0,0,6338.65,-6424.52,78.0688,0.698132,300,0,0,404,456,0,0,0,0),(82906,16317,530,1,1,0,1,6313.02,-6474.52,83.2836,2.25148,300,0,0,377,408,0,0,0,0),(82907,16249,530,1,1,0,1,6305.88,-6463.66,86.2826,3.92699,300,0,0,486,1202,0,0,0,0),(82908,16319,530,1,1,0,0,6394.38,-6516.27,73.1247,0.309369,300,5,0,417,0,1,0,0,0),(82909,16319,530,1,1,0,0,6397.01,-6523.51,73.9727,1.49729,300,5,0,417,0,1,0,0,0),(82910,16319,530,1,1,0,0,6394.7,-6496.16,68.1409,3.09957,300,5,0,417,0,1,0,0,0),(82911,16320,530,1,1,0,0,6318.94,-6415.87,80.0936,2.25195,300,0,0,404,456,0,0,0,0),(20298,23712,530,1,1,252,0,-4188.39,-12501.9,44.4447,0.331613,2,0,0,71,0,0,0,0,0),(82914,16317,530,1,1,0,1,6306.13,-6365.19,78.0242,1.46397,300,5,0,377,408,1,0,0,0),(82915,16303,530,1,1,0,1,6306.08,-6365.7,78.0242,1.77673,300,5,0,222,0,1,0,0,0),(82916,16354,530,1,1,0,0,6374.33,-6436.74,71.9915,1.19817,300,5,0,273,0,1,0,0,0),(81915,21230,548,1,1,0,1,557.688,-472.984,-13.1581,3.70923,604800,0,0,100520,48465,0,0,0,0),(82918,16320,530,1,1,0,0,6439.41,-6483.35,55.9861,3.08295,300,5,0,404,456,1,0,0,0),(82919,16320,530,1,1,0,0,6310.88,-6458.9,86.283,5.16617,300,0,0,404,456,0,0,0,0),(82920,16319,530,1,1,0,0,6272.02,-6494.5,82.8473,0.189908,300,5,0,417,0,1,0,0,0),(82921,16321,530,1,1,0,0,6271.67,-6375.19,79.1538,2.26807,300,5,0,417,0,1,0,0,0),(82922,16319,530,1,1,0,0,6320.85,-6531.36,99.2036,4.29327,300,5,0,417,0,1,0,0,0),(82923,16321,530,1,1,0,0,6371.33,-6347.53,67.9541,4.77222,300,5,0,417,0,1,0,0,0),(82924,16320,530,1,1,0,0,6335.46,-6372.75,78.1971,5.88176,300,0,0,404,456,0,0,0,0),(82925,16320,530,1,1,0,0,6336.44,-6361.69,78.1087,6.10865,300,0,0,404,456,0,0,0,0),(82926,16320,530,1,1,0,0,6406.16,-6438.19,65.0673,4.49069,300,0,0,404,456,0,0,0,0),(82927,16321,530,1,1,0,0,6349.71,-6366.3,78.1873,5.88176,300,5,0,417,0,1,0,0,0),(82928,16319,530,1,1,0,0,6353.75,-6355.5,73.2292,3.07819,300,5,0,417,0,1,0,0,0),(82930,16320,530,1,1,0,0,6275.54,-6345.21,79.1538,3.37931,300,0,0,404,456,0,0,0,0),(82931,16321,530,1,1,0,0,6324.1,-6296.8,76.4418,6.0455,300,5,0,417,0,1,0,0,0),(82932,16303,530,1,1,0,1,6404.95,-6455.26,64.7564,5.45218,300,0,0,222,0,0,0,0,0),(82933,16320,530,1,1,0,0,6343.53,-6287.6,73.3953,5.84685,300,0,0,404,456,0,0,0,0),(82934,16320,530,1,1,0,0,6450.63,-6384.81,55.2616,4.34587,300,0,0,404,456,0,0,0,0),(82935,16320,530,1,1,0,0,6444.47,-6383.1,55.2616,4.43314,300,0,0,404,456,0,0,0,0),(81914,21230,548,1,1,0,1,564.498,-514.544,-13.1581,2.93169,604800,0,0,100520,48465,0,0,0,0),(82937,16321,530,1,1,0,0,6442.05,-6406.18,48.7616,2.18166,300,5,0,417,0,1,0,0,0),(82938,4075,530,1,1,0,0,6299.71,-6294.95,79.2907,5.21113,300,0,0,8,0,0,0,0,0),(82939,16320,530,1,1,0,0,6352.84,-6277.44,73.467,5.51524,300,0,0,404,456,0,0,0,0),(82940,16739,530,1,1,0,0,-3746.37,-11696.1,-105.87,3.14578,120,0,0,737,2175,0,0,0,0),(82941,19778,530,1,1,0,0,-3781.55,-11541.8,-134.744,1.93941,120,0,0,811,852,0,0,0,0),(82942,16727,530,1,1,0,1,-3783.15,-11546.8,-134.781,1.84987,120,0,0,811,852,0,0,0,0),(82943,18350,530,1,1,0,0,-3918.95,-11544.7,-150.14,4.58778,120,0,0,955,0,0,0,0,0),(82944,17773,530,1,1,0,0,-3923.77,-11544.5,-150.193,4.58778,120,0,0,811,852,0,0,0,0),(82945,16710,530,1,1,0,0,-3914.41,-11544.8,-150.085,4.58778,120,0,0,737,2175,0,0,0,0),(82946,16773,530,1,1,0,0,-4214.06,-11630.2,-98.8992,5.66455,120,0,0,955,0,0,0,0,0),(82947,16766,530,1,1,0,0,-4092.99,-11634.4,-138.784,1.59698,120,0,0,737,2175,0,0,0,0),(82948,16553,530,1,1,0,0,-4129.43,-12469,44.0842,3.90528,120,0,0,1003,0,0,0,0,0),(82949,17101,530,1,1,0,0,-4266.38,-12985.1,2.29031,5.5232,120,0,0,176,0,0,0,0,0),(81913,21230,548,1,1,0,1,436.508,-504.474,-13.1582,6.15967,604800,0,0,100520,48465,0,0,0,0),(81912,21230,548,1,1,0,1,442.2,-472.305,-13.1582,5.83766,604800,0,0,100520,48465,0,0,0,0),(81770,21231,548,1,1,0,1,556.908,-478.109,-13.1582,3.15946,604800,0,0,125668,0,0,0,0,0),(81764,21221,548,1,1,0,1,428.727,-770.685,-7.1437,1.8502,604800,0,0,175934,0,0,0,0,0),(81104,21339,548,1,1,0,1,423.768,-772.959,-7.1437,1.94524,604800,0,0,100520,48465,0,0,0,0),(81064,21301,548,1,1,0,1,492.101,-652.358,-7.10498,6.19425,604800,0,0,125668,0,0,0,0,0),(81028,21231,548,1,1,0,1,549.974,-569.879,-7.14429,2.91756,604800,0,0,125668,0,0,0,0,0),(81027,21260,548,1,1,0,0,-156.659,-396.432,-1.60243,2.44678,604800,0,0,7540,0,2,0,0,0),(81025,21231,548,1,1,0,1,451.279,-570.087,-7.36974,6.24372,604800,0,0,125668,0,0,0,0,0),(80997,21229,548,1,1,0,1,446.678,-571.85,-7.32441,6.04344,604800,0,0,100520,48465,0,0,0,0),(80731,21231,548,1,1,0,1,443.201,-477.605,-13.1582,5.98846,604800,0,0,125668,0,0,0,0,0),(80510,21231,548,1,1,0,1,444.586,-507.828,-13.1582,0.196145,604800,0,0,125668,0,0,0,0,0),(80498,21231,548,1,1,0,1,557.703,-509.528,-13.1582,2.90577,604800,0,0,125668,0,0,0,0,0),(80497,21231,548,1,1,0,1,551.494,-541.766,-7.30326,2.6034,604800,0,0,125668,0,0,0,0,0),(80491,21301,548,1,1,0,1,547.846,-703.082,-7.14424,2.76992,604800,0,0,125668,0,0,0,0,0),(80273,21339,548,1,1,0,1,509.129,-736.181,-7.1441,1.28552,604800,0,0,100520,48465,0,0,0,0),(80272,21251,548,1,1,0,0,-219.567,-304.264,-3.68182,1.3574,604800,0,0,387450,0,2,0,0,0),(82977,18419,553,3,1,0,0,13.1181,198.473,-5.54039,0.944012,86400,0,0,16227,3080,2,0,0,0),(82978,18419,553,3,1,0,0,16.2932,195.016,-5.54041,0.366745,86400,0,0,16227,3080,0,0,0,0),(82979,19633,553,3,1,0,0,9.96607,201.49,-5.54034,4.46653,86400,0,0,14199,21093,0,0,0,0),(82980,19633,553,3,1,0,0,-10.8899,200.943,-5.54034,5.33439,86400,0,0,14199,21093,0,0,0,0),(82981,18419,553,3,1,0,0,-8.21974,204.331,-5.54036,1.06967,86400,0,0,16227,3080,2,0,0,0),(82982,18419,553,3,1,0,0,-13.7922,197.698,-5.54033,2.3538,86400,0,0,16227,3080,0,0,0,0),(82983,18419,553,3,1,0,0,2.21315,163.032,-5.54038,1.77654,86400,0,0,16227,3080,2,0,0,0),(82984,17993,553,3,1,0,1,4.66944,131.582,-5.53933,4.39113,86400,0,0,15686,3080,0,0,0,0),(82985,17993,553,3,1,0,1,-5.02438,214.198,-5.54034,5.33059,86400,0,0,15686,3080,0,0,0,0),(82986,17976,553,3,1,0,1,125.729,321.185,-3.63595,5.47973,86400,0,0,113700,0,2,0,0,0),(82987,17975,553,3,1,0,0,116.326,455.57,-4.9414,0.796403,86400,0,0,92925,49635,2,0,0,0),(82988,19505,553,3,1,0,0,21.5163,588.566,-17.7631,1.62734,86400,0,0,14181,7196,0,0,0,0),(82989,17980,553,3,1,0,0,-203.962,390.84,-11.1781,0.0518439,86400,0,0,121770,0,0,0,0,0),(82990,17977,553,3,1,0,0,65.8663,392.454,-27.9772,3.0984,86400,0,0,132840,0,0,0,0,0),(82991,17993,553,3,1,0,1,5.43855,213.4,-5.54034,4.08966,86400,0,0,15686,3080,0,0,0,0),(82992,18405,553,3,1,0,0,14.3946,191.623,-5.5404,4.61588,86400,0,0,22356,3155,2,0,0,0),(82993,18419,553,3,1,0,0,3.13933,253.476,-5.3924,1.10514,86400,0,0,16227,3080,2,0,0,0),(82994,18419,553,3,1,0,0,-4.45333,252.871,-5.39659,2.29894,86400,0,0,16227,3080,2,0,0,0),(82995,17994,553,3,1,0,1,-34.7252,287.805,-1.84731,2.18113,86400,0,0,20958,0,0,0,0,0),(82996,18155,553,3,1,0,0,-31.6639,291.06,-1.84731,5.8136,86400,0,0,13522,0,0,0,0,0),(82997,18155,553,3,1,0,0,-39.27,287.635,-1.84731,3.86188,86400,0,0,13522,0,0,0,0,0),(82998,18155,553,3,1,0,0,-34.1896,283.212,-1.84731,5.66044,86400,0,0,13522,0,0,0,0,0),(82999,18155,553,3,1,0,0,-38.0886,278.887,-1.84731,4.95751,86400,0,0,13522,0,0,0,0,0),(83000,19633,553,3,1,0,0,-0.803799,255.715,-5.489,1.28576,86400,0,0,14199,21093,0,0,0,0),(83001,17993,553,3,1,0,1,15.7168,284.394,-1.44363,2.76937,86400,0,0,15686,3080,0,0,0,0),(83002,17993,553,3,1,0,1,15.8236,291.783,-1.47023,3.74327,86400,0,0,15686,3080,0,0,0,0),(83003,18405,553,3,1,0,0,-17.7493,288.036,-1.50225,3.13537,86400,0,0,22356,3155,2,0,0,0),(83004,17993,553,3,1,0,1,47.1522,284.676,-5.67585,2.93823,86400,0,0,15686,3080,0,0,0,0),(83005,17993,553,3,1,0,1,47.263,291.679,-5.67585,3.49587,86400,0,0,15686,3080,0,0,0,0),(83006,18404,553,3,1,0,1,50.4144,282.994,-5.64831,1.66981,86400,0,0,20283,0,0,0,0,0),(83007,17994,553,3,1,0,1,102.21,287.521,-6.81452,0.21604,86400,0,0,20958,0,2,0,0,0),(83008,18155,553,3,1,0,0,101.218,295.671,-6.7191,3.58147,86400,0,0,13522,0,2,0,0,0),(83009,18155,553,3,1,0,0,109.374,279.244,-6.94078,2.23058,86400,0,0,13522,0,2,0,0,0),(83010,18155,553,3,1,0,0,100.847,280.372,-6.88755,2.28163,86400,0,0,13522,0,2,0,0,0),(83011,18404,553,3,1,0,1,150.187,281.684,-4.62663,1.54336,86400,0,0,20283,0,0,0,0,0),(83012,17993,553,3,1,0,1,154.023,282.03,-4.09486,1.86144,86400,0,0,15686,3080,0,0,0,0),(83013,18404,553,3,1,0,1,161,286.047,-3.48953,2.35625,86400,0,0,20283,0,0,0,0,0),(83014,17993,553,3,1,0,1,151.958,282.052,-4.4129,1.59048,86400,0,0,15686,3080,0,0,0,0),(83015,17993,553,3,1,0,1,162.811,287.795,-3.46681,2.69789,86400,0,0,15686,3080,0,0,0,0),(83016,18421,553,3,1,0,1,152.792,368.803,-5.39437,0.971583,86400,0,0,16208,9465,0,0,0,0),(83017,18422,553,3,1,0,1,161.327,377.632,-5.38641,6.28087,86400,0,0,16208,9465,2,0,0,0),(83018,19557,553,3,1,0,0,158.107,367.374,-5.41518,3.4181,86400,0,0,8451,0,0,0,0,0),(83019,19486,553,3,1,0,1,152.338,375.192,-5.38734,5.4405,86400,0,0,16208,3155,0,0,0,0),(83020,19486,553,3,1,0,1,169.486,387.83,-5.38639,0.629924,86400,0,0,16208,3155,0,0,0,0),(83021,19486,553,3,1,0,1,151.895,406.235,-5.38639,1.02262,86400,0,0,16208,3155,0,0,0,0),(83027,28402,571,1,1,0,1,5493.61,-3712.33,362.623,0.680678,120,0,0,1,0,2,0,0,0),(83026,28861,571,1,1,0,0,6320.92,-4130.37,458.932,0.0134323,120,0,0,1,0,2,0,0,0),(83024,18422,553,3,1,0,1,163.059,410.22,-5.38639,5.25592,86400,0,0,16208,9465,0,0,0,0),(83025,19557,553,3,1,0,0,164.226,409.468,-5.38639,2.56593,86400,0,0,8451,0,0,0,0,0),(83023,36223,571,1,1,0,0,8533.11,985.16,547.393,0.680678,120,0,0,1,0,0,0,0,0),(83022,36223,571,1,1,0,0,8537.03,986.37,547.418,0.0134323,120,0,0,1,0,2,0,0,0),(83028,18421,553,3,1,0,1,157.859,413,-5.38639,4.38647,86400,0,0,16208,9465,0,0,0,0),(83029,18421,553,3,1,0,1,175.628,393.674,-5.38583,3.98592,86400,0,0,16208,9465,0,0,0,0),(83030,18422,553,3,1,0,1,185.393,384.42,-5.39148,5.41142,86400,0,0,16208,9465,2,0,0,0),(83031,19557,553,3,1,0,0,194.601,376.902,-5.47873,2.65074,86400,0,0,8451,0,0,0,0,0),(83032,18421,553,3,1,0,1,196.725,375.837,-5.49607,0.117831,86400,0,0,16208,9465,0,0,0,0),(83033,18421,553,3,1,0,1,199.939,372.079,-5.52151,0.867887,86400,0,0,16208,9465,0,0,0,0),(83034,19486,553,3,1,0,1,196.994,373.283,-5.49978,0.451626,86400,0,0,16208,3155,0,0,0,0),(83035,18420,553,3,1,0,1,162.23,452.538,-5.41697,4.74775,86400,0,0,22976,12924,0,0,0,0),(83036,18587,553,3,1,0,0,168.887,442.034,-6.92318,3.42043,86400,0,0,3271,0,0,0,0,0),(83037,18587,553,3,1,0,0,171.929,441.282,-6.95202,4.57889,86400,0,0,3271,0,0,0,0,0),(83038,18587,553,3,1,0,0,171.384,437.23,-6.93856,4.57889,86400,0,0,3271,0,0,0,0,0),(83039,18587,553,3,1,0,0,165.965,436.164,-6.87502,3.31047,86400,0,0,3271,0,0,0,0,0),(83040,18587,553,3,1,0,0,159.858,434.154,-6.80196,4.00947,86400,0,0,3271,0,0,0,0,0),(83041,18587,553,3,1,0,0,160.993,438.481,-6.82266,1.33912,86400,0,0,3271,0,0,0,0,0),(83042,18587,553,3,1,0,0,154.784,437.83,-6.75847,3.11804,86400,0,0,3271,0,0,0,0,0),(83043,18587,553,3,1,0,0,152.573,431.55,-6.71444,4.02518,86400,0,0,3271,0,0,0,0,0),(83044,18587,553,3,1,0,0,146.013,434.843,-6.65248,3.6207,86400,0,0,3271,0,0,0,0,0),(83045,18587,553,3,1,0,0,144.25,427.625,-6.61283,0.522306,86400,0,0,3271,0,0,0,0,0),(83046,18587,553,3,1,0,0,148.663,437.22,-6.69541,0.616554,86400,0,0,3271,0,0,0,0,0),(83047,18587,553,3,1,0,0,140.816,437.174,-6.61253,0.0589213,86400,0,0,3271,0,0,0,0,0),(83048,18421,553,3,1,0,1,151.078,410.242,-5.38645,6.27927,86400,0,0,16208,9465,0,0,0,0),(83049,18422,553,3,1,0,1,174.814,495.449,-2.62112,2.26981,86400,0,0,16208,9465,0,0,0,0),(83050,19557,553,3,1,0,0,173.692,496.74,-2.51852,5.33679,86400,0,0,8451,0,0,0,0,0),(83051,18421,553,3,1,0,1,170.872,498.51,-2.35577,1.77108,86400,0,0,16208,9465,0,0,0,0),(83052,18421,553,3,1,0,1,158.175,496.274,-3.86825,0.239551,86400,0,0,16208,9465,2,0,0,0),(83053,19486,553,3,1,0,1,164.605,505.64,-2.36451,6.07113,86400,0,0,16208,3155,0,0,0,0),(83054,19557,553,3,1,0,0,162.363,507.301,-2.5377,2.6625,86400,0,0,8451,0,0,0,0,0),(83055,18422,553,3,1,0,1,159.537,508.659,-2.74336,5.86693,86400,0,0,16208,9465,0,0,0,0),(83056,18420,553,3,1,0,1,88.4563,495.092,-5.38647,5.83944,86400,0,0,22976,12924,0,0,0,0),(83057,18587,553,3,1,0,0,99.661,505.548,-6.92925,5.36584,86400,0,0,3271,0,0,0,0,0),(83058,18587,553,3,1,0,0,106.341,502.968,-6.91221,5.29123,86400,0,0,3271,0,0,0,0,0),(83059,18587,553,3,1,0,0,106.239,507.311,-6.96302,5.23625,86400,0,0,3271,0,0,0,0,0),(83060,18587,553,3,1,0,0,112.969,504.546,-6.97572,3.89715,86400,0,0,3271,0,0,0,0,0),(83061,18587,553,3,1,0,0,103.268,494.14,-6.80064,3.66938,86400,0,0,3271,0,0,0,0,0),(83062,18587,553,3,1,0,0,107.35,493.805,-6.82242,3.66938,86400,0,0,3271,0,0,0,0,0),(83063,18587,553,3,1,0,0,102.983,485.073,-6.70173,3.69687,86400,0,0,3271,0,0,0,0,0),(83064,18587,553,3,1,0,0,99.0343,483.894,-6.67042,3.69687,86400,0,0,3271,0,0,0,0,0),(83065,18587,553,3,1,0,0,103.663,480.451,-6.65843,3.69687,86400,0,0,3271,0,0,0,0,0),(83066,17993,553,3,1,0,1,-165.143,391.979,-17.7002,1.58384,86400,0,0,21881,3155,0,0,0,0),(83068,18587,553,3,1,0,0,98.3853,480.026,-6.62289,3.69687,86400,0,0,3271,0,0,0,0,0),(83069,18587,553,3,1,0,0,101.155,490.86,-6.75729,3.69687,86400,0,0,3271,0,0,0,0,0),(83070,19505,553,3,1,0,0,-2.59272,503.548,-5.32385,1.48205,86400,0,0,14181,7196,0,0,0,0),(83071,19505,553,3,1,0,0,-7.07519,507.14,-5.29541,0.657381,86400,0,0,14181,7196,0,0,0,0),(83072,19511,553,3,1,0,1,-10.8118,498.695,-5.35544,5.4326,86400,0,0,20958,0,2,0,0,0),(83073,19511,553,3,1,0,1,-6.52539,482.932,-5.49278,0.99117,86400,0,0,20958,0,2,0,0,0),(83074,19505,553,3,1,0,0,-24.473,507.265,-5.30362,0.22148,86400,0,0,14181,7196,0,0,0,0),(83075,19505,553,3,1,0,0,-19.6949,503.837,-5.32075,1.55666,86400,0,0,14181,7196,0,0,0,0),(83076,17978,553,3,1,0,0,5.03811,593.451,-15.1414,4.68254,86400,0,0,75875,3387,0,0,0,0),(83077,19505,553,3,1,0,0,-11.5331,590.832,-17.7077,1.39957,86400,0,0,14181,7196,0,0,0,0),(83078,19511,553,3,1,0,1,-8.26931,579.562,-17.8498,1.32574,86400,0,0,20958,0,0,0,0,0),(83079,19512,553,3,1,0,1,-9.58502,571.339,-17.9584,1.41214,86400,0,0,20958,0,0,0,0,0),(83080,19511,553,3,1,0,1,-1.795,572.5,-17.9285,1.41214,86400,0,0,20958,0,0,0,0,0),(83081,19512,553,3,1,0,1,1.05078,578.815,-17.84,1.41214,86400,0,0,20958,0,0,0,0,0),(83082,19511,553,3,1,0,1,15.4774,578.021,-17.8911,1.77735,86400,0,0,20958,0,0,0,0,0),(83083,19511,553,3,1,0,1,15.5868,567.811,-18.038,1.80091,86400,0,0,20958,0,0,0,0,0),(83084,19512,553,3,1,0,1,22.0604,569.604,-18.0291,1.80091,86400,0,0,20958,0,0,0,0,0),(83085,19512,553,3,1,0,1,22.9256,579.648,-17.8874,1.86374,86400,0,0,20958,0,0,0,0,0),(83086,19511,553,3,1,0,1,-37.1817,524.029,-10.1643,3.0654,86400,0,0,20958,0,2,0,0,0),(83087,19843,553,3,1,0,1,-76.9737,558.159,-17.7822,0.634591,86400,0,0,20958,0,2,0,0,0),(83088,19843,553,3,1,0,1,-101.159,540.929,-17.8248,1.11761,86400,0,0,20958,0,0,0,0,0),(83089,19843,553,3,1,0,1,-101.383,550.862,-17.8248,0.249745,86400,0,0,20958,0,0,0,0,0),(83090,19598,553,3,1,0,0,-133.4,518.873,-17.8247,4.12176,86400,0,0,4890,0,0,0,0,0),(83091,19508,553,3,1,0,1,-128.333,505.967,-17.8247,3.94112,86400,0,0,20259,0,0,0,0,0),(83092,19598,553,3,1,0,0,-126.586,510.349,-17.8247,2.6295,86400,0,0,4890,0,0,0,0,0),(83093,19507,553,3,1,0,0,-133.021,508.123,-17.8247,4.58514,86400,0,0,14181,7196,0,0,0,0),(83094,19509,553,3,1,0,1,-136.26,507.361,-17.8249,4.19637,86400,0,0,16208,3155,0,0,0,0),(83095,19509,553,3,1,0,1,-153.522,532.335,-17.8249,4.25527,86400,0,0,16208,3155,0,0,0,0),(83096,19509,553,3,1,0,1,-150.717,521.538,-17.8249,2.80621,86400,0,0,16208,3155,0,0,0,0),(83097,19507,553,3,1,0,0,-151.228,527.071,-17.8249,3.49736,86400,0,0,14181,7196,0,0,0,0),(83098,19598,553,3,1,0,0,-149.496,533.72,-17.8249,4.90715,86400,0,0,4890,0,0,0,0,0),(83099,19598,553,3,1,0,0,-145.39,520.226,-17.8249,3.71334,86400,0,0,4890,0,0,0,0,0),(83100,19598,553,3,1,0,0,-155.895,511.581,-17.8249,2.20537,86400,0,0,4890,0,0,0,0,0),(83101,19598,553,3,1,0,0,-154.103,502.819,-17.8249,5.08386,86400,0,0,4890,0,0,0,0,0),(83102,19508,553,3,1,0,1,-163.969,505.352,-17.8249,4.377,86400,0,0,20259,0,0,0,0,0),(83103,19507,553,3,1,0,0,-160.597,499.904,-17.8249,3.47772,86400,0,0,14181,7196,0,0,0,0),(83104,19509,553,3,1,0,1,-162.198,494.549,-17.8249,2.68839,86400,0,0,16208,3155,0,0,0,0),(83105,17993,553,3,1,0,1,-164.842,472.099,-17.8249,0.595305,86400,0,0,15686,3080,0,0,0,0),(83106,17993,553,3,1,0,1,-156.333,472.493,-17.8249,1.60847,86400,0,0,15686,3080,0,0,0,0),(83107,19865,553,3,1,0,0,-176.416,417.391,-17.6969,3.70156,86400,0,0,15718,0,0,0,0,0),(83108,19513,553,3,1,0,0,-179.26,413.633,-17.6885,4.20814,86400,0,0,15718,0,0,0,0,0),(83109,19513,553,3,1,0,0,-174.099,408.19,-17.6913,5.89674,86400,0,0,15718,0,0,0,0,0),(83110,19513,553,3,1,0,0,-160.795,405.768,-17.6949,5.12784,86400,0,0,15718,0,0,0,0,0),(83111,19513,553,3,1,0,0,-156.22,402.327,-17.7852,5.65798,86400,0,0,15718,0,0,0,0,0),(83112,19865,553,3,1,0,0,-178.451,397.761,-17.6878,0.458639,86400,0,0,15718,0,0,0,0,0),(83113,19865,553,3,1,0,0,-153.927,415.133,-17.6938,4.2796,86400,0,0,15718,0,0,0,0,0),(83114,19865,553,3,1,0,0,-150.972,395.511,-17.8314,1.30294,86400,0,0,15718,0,0,0,0,0),(83115,19865,553,3,1,0,0,-158.512,382.764,-17.7646,4.55449,86400,0,0,15718,0,0,0,0,0),(83116,19865,553,3,1,0,0,-171.692,386.431,-17.6929,4.62911,86400,0,0,15718,0,0,0,0,0),(83117,19513,553,3,1,0,0,-175.537,378.661,-17.6926,4.7155,86400,0,0,15718,0,0,0,0,0),(83118,19513,553,3,1,0,0,-153.73,377.347,-17.6915,3.34498,86400,0,0,15718,0,0,0,0,0),(83119,19608,553,3,1,0,0,-7.40264,405.74,-28.8768,0.568592,86400,0,0,4890,0,0,0,0,0),(83120,19608,553,3,1,0,0,-11.3965,409.641,-28.9496,1.05554,86400,0,0,4890,0,0,0,0,0),(83121,19608,553,3,1,0,0,-5.04485,413.541,-28.7785,0.851335,86400,0,0,4890,0,0,0,0,0),(83122,19608,553,3,1,0,0,-2.76557,407.948,-28.8031,0.851335,86400,0,0,4890,0,0,0,0,0),(83123,19608,553,3,1,0,0,2.45118,411.253,-27.8576,0.851335,86400,0,0,4890,0,0,0,0,0),(83124,19608,553,3,1,0,0,-1.1033,413.343,-28.478,0.851335,86400,0,0,4890,0,0,0,0,0),(83125,19608,553,3,1,0,0,1.42734,417.668,-28.5357,0.851335,86400,0,0,4890,0,0,0,0,0),(83126,19608,553,3,1,0,0,-5.77979,417.822,-28.9189,0.851335,86400,0,0,4890,0,0,0,0,0),(83127,19608,553,3,1,0,0,-12.6501,413.66,-28.9731,0.851335,86400,0,0,4890,0,0,0,0,0),(83128,19608,553,3,1,0,0,8.47863,406.905,-27.2781,0.00703203,86400,0,0,4890,0,0,0,0,0),(83129,19608,553,3,1,0,0,5.30724,405.438,-27.6309,0.00703203,86400,0,0,4890,0,0,0,0,0),(83130,19608,553,3,1,0,0,17.547,404.861,-27.1645,3.80836,86400,0,0,4890,0,0,0,0,0),(83131,19608,553,3,1,0,0,23.7654,371.145,-26.2477,5.5166,86400,0,0,4890,0,0,0,0,0),(83132,19608,553,3,1,0,0,12.2855,360.383,-27.7852,5.46555,86400,0,0,4890,0,0,0,0,0),(83133,19608,553,3,1,0,0,11.4912,368.427,-27.1336,5.46555,86400,0,0,4890,0,0,0,0,0),(83134,19608,553,3,1,0,0,9.38162,375.868,-26.9916,5.46555,86400,0,0,4890,0,0,0,0,0),(83135,19608,553,3,1,0,0,17.2784,379.591,-27.3824,5.46555,86400,0,0,4890,0,0,0,0,0),(83136,19608,553,3,1,0,0,32.2701,373.472,-26.2357,5.46555,86400,0,0,4890,0,0,0,0,0),(83137,19608,553,3,1,0,0,33.6453,373.674,-26.3937,5.46555,86400,0,0,4890,0,0,0,0,0),(83138,19608,553,3,1,0,0,40.1692,370.195,-26.9002,5.46555,86400,0,0,4890,0,0,0,0,0),(83139,19608,553,3,1,0,0,48.5151,367.157,-27.7453,5.46555,86400,0,0,4890,0,0,0,0,0),(83140,19608,553,3,1,0,0,43.0198,361.53,-26.4336,5.46555,86400,0,0,4890,0,0,0,0,0),(83141,19608,553,3,1,0,0,54.0026,360.482,-26.8436,5.46555,86400,0,0,4890,0,0,0,0,0),(83142,19608,553,3,1,0,0,61.631,362.406,-27.4211,5.46555,86400,0,0,4890,0,0,0,0,0),(83143,19608,553,3,1,0,0,49.4192,355.22,-25.9677,3.27036,86400,0,0,4890,0,0,0,0,0),(83144,19608,553,3,1,0,0,35.1972,349.307,-26.3855,2.88944,86400,0,0,4890,0,0,0,0,0),(83145,19608,553,3,1,0,0,24.6772,351.709,-27.7434,2.88944,86400,0,0,4890,0,0,0,0,0),(83146,19608,553,3,1,0,0,23.2317,359.402,-26.5154,1.86057,86400,0,0,4890,0,0,0,0,0),(83147,19608,553,3,1,0,0,16.1734,363.268,-27.0121,1.88413,86400,0,0,4890,0,0,0,0,0),(83148,19608,553,3,1,0,0,1.29839,363.459,-28.1844,2.15117,86400,0,0,4890,0,0,0,0,0),(83149,19608,553,3,1,0,0,16.9297,368.371,-26.301,0.360461,86400,0,0,4890,0,0,0,0,0),(83150,18419,553,3,1,0,0,-2.82268,162.395,-5.54036,1.45845,86400,0,0,16227,3080,0,0,0,0),(83151,17993,553,3,1,0,1,2.35202,46.2708,-5.53589,4.48292,86400,0,0,15686,3080,0,0,0,0),(83152,17993,553,3,1,0,1,-4.7336,45.9968,-5.55443,4.8874,86400,0,0,15686,3080,0,0,0,0),(83153,18405,553,3,1,0,0,-1.15049,43.6785,-5.60109,4.72246,86400,0,0,22356,3155,0,0,0,0),(83154,17993,553,3,1,0,1,2.61628,90.4882,-5.64622,4.33368,86400,0,0,15686,3080,0,0,0,0),(83155,17993,553,3,1,0,1,-5.64378,90.6378,-5.64235,4.93059,86400,0,0,15686,3080,0,0,0,0),(83156,17993,553,3,1,0,1,-5.33101,130.813,-5.53933,5.38859,86400,0,0,15686,3080,0,0,0,0),(83157,18405,553,3,1,0,0,-0.544267,126.423,-5.53933,1.64223,86400,0,0,22356,3155,2,0,0,0),(83158,18155,553,3,1,0,0,-6.50401,322.724,-5.42089,5.88918,86400,0,0,13522,0,0,0,0,0),(83159,18155,553,3,1,0,0,-31.621,304.613,-2.21123,1.21161,86400,0,0,13522,0,0,0,0,0),(83160,19219,554,3,1,0,0,207.231,-14.3023,-2.19213,3.23112,86400,0,0,121770,0,2,0,0,0),(83161,20988,554,3,1,0,0,133.053,-39.9267,-0.00164767,6.15486,86400,0,0,16227,3080,0,0,0,0),(83162,19716,554,3,1,0,0,141.167,-45.2077,-0.00164767,4.43249,86400,0,0,10142,0,0,0,0,0),(83163,19716,554,3,1,0,0,135.119,-44.8897,-0.00164767,4.44427,86400,0,0,10142,0,0,0,0,0),(83164,20988,554,3,1,0,0,132.881,37.3127,-0.00156292,1.45583,86400,0,0,16227,3080,0,0,0,0),(83165,19712,554,3,1,0,0,147.889,45.0173,-0.00156292,0.426625,86400,0,0,20958,0,0,0,0,0),(83166,19716,554,3,1,0,0,139.378,50.5137,-0.00137669,1.23199,86400,0,0,10142,0,0,0,0,0),(83167,19716,554,3,1,0,0,152.785,53.8737,-0.00282132,3.05019,86400,0,0,10142,0,0,0,0,0),(83168,19716,554,3,1,0,0,173.995,37.7319,1.01045,0.127397,86400,0,0,10142,0,2,0,0,0),(83169,19168,554,3,1,0,0,225.822,46.382,-0.00603536,3.27292,86400,0,0,21636,3080,0,0,0,0),(83170,19716,554,3,1,0,0,196.496,36.608,-0.00623331,5.04792,86400,0,0,10142,0,0,0,0,0),(83171,19716,554,3,1,0,0,189.831,35.4342,-0.00623331,4.74946,86400,0,0,10142,0,0,0,0,0),(83172,19168,554,3,1,0,0,225.811,59.3986,-0.0020728,2.99409,86400,0,0,21636,3080,0,0,0,0),(83173,19735,554,3,1,0,0,233.313,52.3184,0.0214247,3.11426,86400,0,0,86172,0,2,0,0,0),(83174,20059,554,3,1,0,1,169.156,92.0407,0.642169,3.19502,86400,0,0,14670,7196,0,0,0,0),(83175,19510,554,3,1,0,1,167.576,88.3262,1.13275,3.13612,86400,0,0,20958,0,0,0,0,0),(83176,20990,554,3,1,0,1,167.539,81.4523,1.13569,3.13612,86400,0,0,16227,15400,0,0,0,0),(83177,19166,554,3,1,0,0,149.63,81.2452,6.46902,3.14005,86400,0,0,35905,0,2,0,0,0),(83178,19167,554,3,1,0,1,119.302,86.1098,14.9333,3.23967,86400,0,0,20958,0,0,0,0,0),(83179,20990,554,3,1,0,1,119.65,67.89,14.9258,2.96792,86400,0,0,16227,15400,0,0,0,0),(83180,20988,554,3,1,0,0,112.07,40.3562,14.9243,4.4052,86400,0,0,16227,3080,2,0,0,0),(87087,19716,554,3,1,0,0,106.545,52.6026,14.9234,0.0881336,86400,0,0,10142,0,0,0,0,0),(83182,19713,554,3,1,0,0,110.535,59.7892,14.9232,5.11599,86400,0,0,20958,0,0,0,0,0),(83183,19713,554,3,1,0,0,110.807,46.7967,14.9232,1.07904,86400,0,0,20958,0,0,0,0,0),(83185,19167,554,3,1,0,1,74.4081,65.8713,14.9247,3.12422,86400,0,0,20958,0,0,0,0,0),(83186,20990,554,3,1,0,1,74.1962,53.6792,14.9247,3.12422,86400,0,0,16227,15400,0,0,0,0),(83187,20990,554,3,1,0,1,37.3334,55.4128,0.162094,1.91239,86400,0,0,16227,15400,0,0,0,0),(83188,19167,554,3,1,0,1,37.0378,64.3177,0.162094,3.83588,86400,0,0,20958,0,0,0,0,0),(83189,19166,554,3,1,0,0,38.192,59.6879,0.163062,4.61499,86400,0,0,35905,0,2,0,0,0),(83190,19510,554,3,1,0,1,23.228,18.9781,0.00000711717,3.11017,86400,0,0,20958,0,0,0,0,0),(83191,20059,554,3,1,0,1,23.3113,21.6298,0.00000711717,3.11017,86400,0,0,14670,7196,0,0,0,0),(83192,20990,554,3,1,0,1,23.3909,24.1625,0.00000711717,3.1141,86400,0,0,16227,15400,0,0,0,0),(83193,20990,554,3,1,0,1,23.4324,-18.349,0.00000567781,3.04813,86400,0,0,16227,15400,0,0,0,0),(83194,20059,554,3,1,0,1,23.1913,-20.9207,0.00000567781,3.04813,86400,0,0,14670,7196,0,0,0,0),(83195,19166,554,3,1,0,0,41.3271,29.4487,0.00610411,3.14865,86400,0,0,35905,0,2,0,0,0),(83196,19167,554,3,1,0,1,23.3317,-23.394,0.00000567781,3.05991,86400,0,0,20958,0,0,0,0,0),(83197,19166,554,3,1,0,0,43.6111,-26.7519,0.00603389,3.14944,86400,0,0,35905,0,2,0,0,0),(83198,19166,554,3,1,0,0,30.7088,3.51896,-0.000455872,3.1141,86400,0,0,35905,0,0,0,0,0),(83199,20988,554,3,1,0,0,138.596,-40.4336,-0.00164767,3.13108,86400,0,0,16227,3080,0,0,0,0),(83200,19716,554,3,1,0,0,134.617,44.1247,-0.00164767,1.67967,86400,0,0,10142,0,0,0,0,0),(83201,19716,554,3,1,0,0,180.879,35.1528,-0.00623331,4.76203,86400,0,0,10142,0,0,0,0,0),(83202,19713,554,3,1,0,0,166.968,-17.1549,-0.00102673,5.45003,86400,0,0,20958,0,0,0,0,0),(83203,19713,554,3,1,0,0,174.259,-18.3418,-0.00102673,3.7575,86400,0,0,20958,0,0,0,0,0),(83204,19716,554,3,1,0,0,169.242,-12.2941,-0.00102673,4.806,86400,0,0,10142,0,0,0,0,0),(83205,19716,554,3,1,0,0,173.388,-13.5083,-0.00102673,3.74572,86400,0,0,10142,0,0,0,0,0),(83207,19716,554,3,1,0,0,209.166,-90.5678,0.0000594996,1.5309,86400,0,0,10142,0,0,0,0,0),(83208,19716,554,3,1,0,0,201.057,-94.4735,0.00555151,2.37913,86400,0,0,10142,0,2,0,0,0),(83209,19712,554,3,1,0,0,220.283,-95.5726,0.0000594996,0.352802,86400,0,0,20958,0,0,0,0,0),(83210,19712,554,3,1,0,0,216.394,-80.0561,0.0000594996,5.4736,86400,0,0,20958,0,0,0,0,0),(83211,19712,554,3,1,0,0,228.547,-53.2302,0.00192854,0.154885,86400,0,0,20958,0,0,0,0,0),(83212,19712,554,3,1,0,0,225.146,-61.0923,0.0015216,5.13588,86400,0,0,20958,0,0,0,0,0),(83213,20988,554,3,1,0,0,215.637,-57.8509,0.00758725,6.04145,86400,0,0,16227,3080,2,0,0,0),(83214,20990,554,3,1,0,1,169.136,-88.8967,0.652591,3.08443,86400,0,0,16227,15400,0,0,0,0),(83215,20059,554,3,1,0,1,169.469,-66.9563,0.512734,3.15276,86400,0,0,14670,7196,0,0,0,0),(83216,19510,554,3,1,0,1,166.135,-73.2655,1.55645,3.15276,86400,0,0,20958,0,0,0,0,0),(83217,19167,554,3,1,0,1,119.726,-66.1184,14.9247,2.96427,86400,0,0,20958,0,0,0,0,0),(83218,20990,554,3,1,0,1,119.629,-82.6008,14.9287,3.13313,86400,0,0,16227,15400,0,0,0,0),(83219,19716,554,3,1,0,0,99.502,-78.7173,14.9259,3.83213,86400,0,0,10142,0,0,0,0,0),(83220,19716,554,3,1,0,0,92.8965,-79.4786,14.9259,5.52074,86400,0,0,10142,0,0,0,0,0),(83221,19231,554,3,1,0,0,90.8512,-74.3164,14.9265,6.20403,86400,0,0,20958,0,2,0,0,0),(83222,19712,554,3,1,0,0,109.813,-55.6875,14.9233,1.12643,86400,0,0,20958,0,0,0,0,0),(83223,19712,554,3,1,0,0,108.077,-42.1086,14.9233,5.46576,86400,0,0,20958,0,0,0,0,0),(83224,20988,554,3,1,0,0,103.117,-38.3957,14.9247,4.90812,86400,0,0,16227,3080,2,0,0,0),(83225,20990,554,3,1,0,1,76.7499,-60.4829,14.9247,2.96898,86400,0,0,16227,15400,0,0,0,0),(83226,19167,554,3,1,0,1,76.8159,-51.7629,14.9247,3.01657,86400,0,0,20958,0,0,0,0,0),(83227,20990,554,3,1,0,1,36.4878,-61.3542,0.163072,2.95925,86400,0,0,16227,15400,0,0,0,0),(83228,19167,554,3,1,0,1,36.3608,-51.3871,0.162347,3.06699,86400,0,0,20958,0,0,0,0,0),(83229,19166,554,3,1,0,0,73.9181,-56.7124,14.9247,1.54309,86400,0,0,35905,0,2,0,0,0),(83230,19221,554,3,1,0,1,325.558,12.5866,27.8366,3.05075,86400,0,0,97350,33090,0,0,0,0),(83235,19510,554,3,1,0,1,274.023,-17.8571,26.3284,6.26825,86400,0,0,31542,0,0,0,0,0),(83233,19735,554,3,1,0,0,275.518,52.4032,25.3862,6.21957,86400,0,0,86172,0,2,0,0,0),(83234,19735,554,3,1,0,0,301.066,-23.1058,25.3862,1.60902,86400,0,0,86172,0,2,0,0,0),(83232,19510,554,3,1,0,1,308.485,11.1399,25.3862,3.11175,86400,0,0,32620,0,0,0,0,0),(83236,19510,554,3,1,0,1,273.889,-26.8161,26.3284,6.25254,86400,0,0,32620,0,0,0,0,0),(83238,23051,530,1,1,0,0,-3740.35,3781.2,318.124,6.269,300,0,0,6986,0,2,0,0,0),(83239,19218,554,3,1,0,0,89.4443,24.2701,14.9247,0.79717,86400,0,0,92250,0,0,0,0,0),(83240,19710,554,3,1,0,0,167.873,-78.7667,1.00763,1.00923,86400,0,0,121770,0,2,0,0,0),(83241,19220,554,3,1,0,1,138.447,150.281,25.5756,4.63332,86400,0,0,100300,33090,0,0,0,0),(86099,23051,530,1,1,0,0,-3617.66,3768.5,321.441,2.29488,300,0,0,6986,0,2,0,0,0),(83237,23051,530,1,1,0,0,-3620.78,3761.98,319.176,6.17004,300,0,0,6986,0,2,0,0,0),(83231,19510,554,3,1,0,1,308.485,20.3946,25.3862,3.12981,86400,0,0,31542,0,0,0,0,0),(34061,18327,556,3,1,0,1,-70.6823,83.5585,0.0072107,2.38681,86400,0,0,12844,33745,0,0,0,0),(34060,18327,556,3,1,0,1,-59.3197,110.16,0.00720393,0.847425,86400,0,0,12844,33745,0,0,0,0),(34059,18327,556,3,1,0,1,43.9238,105.848,0.150805,4.6998,86400,0,0,12844,33745,0,0,0,0),(34057,18327,556,3,1,0,1,56.4907,78.122,0.0110131,1.17809,86400,0,0,12844,33745,0,0,0,0),(34056,18327,556,3,1,0,1,82.2538,111.642,0.309918,2.1559,86400,0,0,12844,33745,0,0,0,0),(34052,18327,556,3,1,0,1,16.9146,106.801,0.423325,4.50817,86400,0,0,12844,33745,0,0,0,0),(34051,18327,556,3,1,0,1,22.4906,72.9365,0.590624,0.428022,86400,0,0,12844,33745,0,0,0,0),(34050,18318,556,3,1,0,1,-266.2,180.196,0.0339732,0.703685,86400,0,0,18345,0,0,0,0,0),(34049,18318,556,3,1,0,1,-84.1271,104.895,0.00720952,1.60925,86400,0,0,18345,0,0,0,0,0),(34048,18318,556,3,1,0,1,37.9472,99.5696,0.150809,0.117006,86400,0,0,18345,0,0,0,0,0),(14638,18318,556,3,1,0,1,49.7412,98.8194,0.150805,3.03476,86400,0,0,18345,0,0,0,0,0),(14634,18318,556,3,1,0,1,58.9125,83.4522,0.141001,4.08799,86400,0,0,18345,0,0,0,0,0),(14579,18318,556,3,1,0,1,76.0441,117.134,0.288058,5.08544,86400,0,0,18345,0,0,0,0,0),(14561,18318,556,3,1,0,1,11.578,103.391,0.424489,0.55369,86400,0,0,18345,0,0,0,0,0),(83270,18472,556,3,1,0,0,-144.332,173.307,1.68535,6.28057,86400,0,0,85194,140620,0,0,0,0),(14558,18318,556,3,1,0,1,20.1954,81.116,0.0234405,5.5017,86400,0,0,18345,0,0,0,0,0),(14551,18318,556,3,1,0,1,28.0602,77.0513,0.174205,2.35225,86400,0,0,18345,0,0,0,0,0),(14547,18323,556,3,1,0,1,-104.994,177.139,0.00966716,6.23446,86400,0,0,18345,0,0,0,0,0),(14544,18323,556,3,1,0,1,-105.033,170.147,0.00966716,6.25017,86400,0,0,18345,0,0,0,0,0),(14543,18323,556,3,1,0,1,-66.7565,131.185,0.00575906,4.70843,86400,0,0,18345,0,0,0,0,0),(14332,18323,556,3,1,0,1,-75.1704,131.218,0.00575906,4.70843,86400,0,0,18345,0,0,0,0,0),(14331,18323,556,3,1,0,1,48.8068,130.586,0.0811725,4.73122,86400,0,0,18345,0,0,0,0,0),(14330,18323,556,3,1,0,1,41.6294,130.64,0.0858025,4.66054,86400,0,0,18345,0,0,0,0,0),(14329,18323,556,3,1,0,1,90.6777,103.853,0.0908531,3.10624,86400,0,0,18345,0,0,0,0,0),(14328,18323,556,3,1,0,1,90.899,97.0613,0.00746803,3.05519,86400,0,0,18345,0,0,0,0,0),(14327,18323,556,3,1,0,1,-2.31109,103.609,0.00719541,6.25568,86400,0,0,18345,0,0,0,0,0),(14326,18323,556,3,1,0,1,-2.59732,96.8673,0.00719541,6.27532,86400,0,0,18345,0,0,0,0,0),(14325,18323,556,3,1,0,1,39.4102,51.7897,0.00822106,4.754,86400,0,0,18345,0,0,0,0,0),(14324,18323,556,3,1,0,1,47.3249,52.1451,0.00822106,4.68724,86400,0,0,18345,0,0,0,0,0),(12819,18323,556,3,1,0,1,27.0571,-4.73126,0.0062,3.06933,86400,0,0,18345,0,0,0,0,0),(83300,18473,556,3,1,0,1,44.4522,286.902,25.0132,3.16829,86400,0,0,90287,45924,0,0,0,0),(83325,14881,557,3,1,2536,0,-393.544,-67.5723,-1.00932,2.98987,86400,5,0,8,0,1,0,0,0),(83324,4076,557,3,1,2177,0,-55.284,-65.2501,-0.583655,5.39547,86400,5,0,8,0,1,0,0,0),(83323,4076,557,3,1,2177,0,-90.8603,-57.1547,-0.899749,0.695749,86400,5,0,8,0,1,0,0,0),(83322,4076,557,3,1,2177,0,-58.7712,-112.638,-0.643656,1.29869,86400,5,0,8,0,1,0,0,0),(83321,18313,557,3,1,21004,1,-39.1131,-94.6985,-1.49129,0.564044,86400,5,0,11600,31145,1,0,0,0),(83320,18311,557,3,1,20466,1,-45.8928,-91.9961,-2.05578,3.6214,86400,0,0,16574,0,2,0,0,0),(83319,18311,557,3,1,20466,1,-32.2717,-92.2206,-0.213944,4.29137,86400,5,0,16574,0,1,0,0,0),(83318,18313,557,3,1,21004,1,-92.2927,-66.7266,-1.65868,0.693752,86400,3,0,11600,31145,1,0,0,0),(83317,18309,557,3,1,19778,1,-97.8913,-59.8778,-0.80451,3.32374,86400,3,0,16574,0,1,0,0,0),(83316,18311,557,3,1,20466,1,-93.0082,-56.5336,-0.907013,6.24652,86400,3,0,16574,0,1,0,0,0),(83315,18313,557,3,1,21004,1,-46.7438,-97.7815,-0.929652,2.09157,86400,0,0,11600,31145,2,0,0,0),(83314,18311,557,3,1,20466,1,-43.3006,-97.6103,-1.64936,1.83806,86400,5,0,16574,0,1,0,0,0),(83313,18313,557,3,1,21004,1,-67.7227,-67.2675,-0.763696,1.37881,86400,0,0,11600,31145,0,0,0,0),(83312,18311,557,3,1,20466,1,-72.6442,-60.9713,-0.966841,1.6057,86400,0,0,16574,0,0,0,0,0),(83311,18311,557,3,1,20466,1,-63.6561,-60.9781,-0.083704,1.78024,86400,0,0,16574,0,0,0,0,0),(83310,18313,557,3,1,21004,1,-93.9981,-104.636,-0.740739,1.11713,86400,5,0,11600,31145,1,0,0,0),(83309,18309,557,3,1,19778,1,-108.347,-92.963,-0.525856,2.61019,86400,3,0,16574,0,1,0,0,0),(83308,4076,557,3,1,2177,0,-28.6643,-1.36396,-0.954327,2.99347,86400,5,0,8,0,1,0,0,0),(83307,18311,557,3,1,20466,1,-63.4184,-41.5546,-0.871005,1.8326,86400,0,0,16574,0,0,0,0,0),(83306,18311,557,3,1,20466,1,-71.1583,-41.0175,-0.870978,1.309,86400,0,0,16574,0,0,0,0,0),(83305,18311,557,3,1,20466,1,-54.2197,3.48241,-0.863073,0.10472,86400,0,0,16574,0,0,0,0,0),(83304,18309,557,3,1,19778,1,-48.3093,-5.9904,-0.862044,0.366519,86400,0,0,16574,0,0,0,0,0),(83303,14881,557,3,1,9829,0,-57.6287,-11.5832,-0.950267,3.20032,86400,5,0,8,0,1,0,0,0),(83302,18311,557,3,1,20466,1,-70.0874,-19.6834,-0.947276,1.26261,86400,0,0,16574,0,2,0,0,0),(1448,22941,530,1,1,19755,1,2785.99,5835.66,36.052,1.84254,360,0,0,6542,0,0,0,0,0),(19,1061,0,1,1,0,1,-11514,724.968,61.104,3.381,540,0,0,1902,0,0,0,0,0),(83402,18521,558,3,1,0,1,-154.92,-267.069,25.7598,3.96312,86400,6,0,17396,0,1,0,0,0),(83403,18521,558,3,1,0,1,-136.742,-263.15,27.3932,0.401329,86400,6,0,17396,0,1,0,0,0),(83401,18521,558,3,1,0,1,-121.776,-255.303,26.4622,1.07756,86400,6,0,17396,0,1,0,0,0),(83410,18521,558,3,1,0,1,-141.234,-251.416,26.7015,1.70588,86400,6,0,17396,0,1,0,0,0),(83393,18524,558,3,1,0,1,-135.428,-246.088,26.4041,5.15143,86400,6,0,16819,0,1,0,0,0),(83394,18497,558,3,1,0,1,-127.024,-160.944,26.5891,0.0691125,86400,0,0,18333,0,0,0,0,0),(83409,18497,558,3,1,0,1,-123.783,-166.747,26.5891,0.0251305,86400,0,0,18333,0,0,0,0,0),(83395,18497,558,3,1,0,1,20.7816,-166.676,13.4585,3.19814,86400,0,0,18333,0,0,0,0,0),(83407,18497,558,3,1,0,1,17.8707,-160.166,13.1859,3.20992,86400,0,0,18333,0,0,0,0,0),(83392,18497,558,3,1,0,1,162.396,-163.229,26.0571,3.11961,86400,0,0,18333,0,2,0,0,0),(83408,18497,558,3,1,0,1,227.48,-171.485,26.5913,0.649528,86400,0,0,18333,0,0,0,0,0),(83391,18497,558,3,1,0,1,239.249,-118.938,26.5913,1.54097,86400,0,0,18333,0,2,0,0,0),(83406,18497,558,3,1,0,1,268.698,-3.64296,-0.0624835,1.51348,86400,0,0,18333,0,2,0,0,0),(83390,18497,558,3,1,0,1,162.193,15.7715,-0.0256256,1.54884,86400,0,0,18333,0,0,0,0,0),(83404,18497,558,3,1,0,1,236.981,16.1657,-0.0612834,5.5897,86400,0,0,18333,0,0,0,0,0),(83389,18497,558,3,1,0,1,188.17,4.91364,-0.121574,5.00851,86400,0,0,18333,0,0,0,0,0),(83405,18493,558,3,1,0,1,-95.8236,-389.94,26.5896,3.13608,86400,0,0,13720,8370,2,0,0,0),(83385,18493,558,3,1,0,1,164.349,-167.043,26.2239,3.18244,86400,0,0,13720,8370,2,0,0,0),(83387,18493,558,3,1,0,1,224.301,-163.203,26.5913,6.26512,86400,0,0,13720,8538,0,0,0,0),(83384,18493,558,3,1,0,1,227.402,-154.191,26.5913,5.4012,86400,0,0,13720,8370,0,0,0,0),(83386,18493,558,3,1,0,1,268.882,-0.43074,-0.0664322,1.51348,86400,0,0,13720,8538,2,0,0,0),(83383,18493,558,3,1,0,1,101.024,18.9657,0.00459499,4.70461,86400,0,0,13720,8370,2,0,0,0),(83388,18371,558,3,1,0,0,-50.9133,-163.133,26.3687,0.0185413,86400,0,0,77049,14230,2,0,0,0),(83379,18493,558,3,1,0,1,100.679,-16.8401,0.0886985,1.5473,86400,0,0,13720,8538,2,0,0,0),(83381,18493,558,3,1,0,1,243.424,-15.607,-0.0599849,0.700594,86400,0,0,13720,8370,0,0,0,0),(83380,18493,558,3,1,0,1,230.368,20.5924,-0.0635663,1.48207,86400,0,0,13720,8538,0,0,0,0),(83382,18493,558,3,1,0,1,190.775,-2.99402,-0.100146,1.93759,86400,0,0,13720,8370,0,0,0,0),(83377,18493,558,3,1,0,1,135.284,-27.3773,9.91618,0.999043,86400,0,0,13720,8370,0,0,0,0),(83375,18493,558,3,1,0,1,131.563,-19.3444,6.32334,5.95491,86400,0,0,13720,8538,0,0,0,0),(83376,18493,558,3,1,0,1,123.786,3.04014,-0.129123,4.13282,86400,0,0,13720,8370,0,0,0,0),(83374,18495,558,3,1,0,1,-95.8081,-387.126,26.5896,3.13608,86400,0,0,13720,8538,2,0,0,0),(83378,18495,558,3,1,0,1,164.001,-159.224,26.1356,3.18636,86400,0,0,13720,8538,2,0,0,0),(83372,18495,558,3,1,0,1,239.389,-114.247,26.5913,1.54097,86400,0,0,13720,8370,2,0,0,0),(83373,18495,558,3,1,0,1,248.736,-10.9492,-0.0570722,3.60657,86400,0,0,13720,8538,0,0,0,0),(83369,18495,558,3,1,0,1,118.769,-4.22462,0.00315632,0.661361,86400,0,0,13720,8538,0,0,0,0),(83370,18495,558,3,1,0,1,147.56,39.2709,4.26165,1.52137,86400,0,0,13720,8370,0,0,0,0),(83371,18493,558,3,1,0,1,147.56,39.2709,4.26165,1.52137,86400,0,0,13720,8370,0,0,0,0),(83368,18493,558,3,1,0,1,140.345,39.6279,4.26165,1.50566,86400,0,0,13720,8538,0,0,0,0),(83367,18495,558,3,1,0,1,140.345,39.6279,4.26165,1.50566,86400,0,0,13720,8370,0,0,0,0),(83366,18495,558,3,1,0,1,87.4646,-39.32,4.26117,4.63549,86400,0,0,13720,8538,0,0,0,0),(83357,18493,558,3,1,0,1,87.4646,-39.32,4.26117,4.63549,86400,0,0,13720,8370,0,0,0,0),(83356,18493,558,3,1,0,1,92.448,-39.2448,4.26117,4.61977,86400,0,0,13720,8370,0,0,0,0),(83351,18495,558,3,1,0,1,92.448,-39.2448,4.26117,4.61977,86400,0,0,13720,8370,0,0,0,0),(83352,18493,558,3,1,0,1,90.3508,8.52917,-0.0666118,1.49625,86400,0,0,13720,8538,0,0,0,0),(83354,18495,558,3,1,0,1,90.3508,8.52917,-0.0666118,1.49625,86400,0,0,13720,8370,0,0,0,0),(83353,18493,558,3,1,0,1,87.1055,8.23484,-0.0660365,1.61406,86400,0,0,13720,8370,0,0,0,0),(83355,18495,558,3,1,0,1,87.1055,8.23484,-0.0660365,1.61406,86400,0,0,13720,8370,0,0,0,0),(83364,18495,558,3,1,0,1,85.2452,-8.47736,-0.058707,4.71638,86400,0,0,13720,8538,0,0,0,0),(83360,18493,558,3,1,0,1,85.2452,-8.47736,-0.058707,4.71638,86400,0,0,13720,8370,0,0,0,0),(83362,18495,558,3,1,0,1,81.4043,-8.57216,-0.0616878,4.65747,86400,0,0,13720,8538,0,0,0,0),(83361,18493,558,3,1,0,1,81.4043,-8.57216,-0.0616878,4.65747,86400,0,0,13720,8370,0,0,0,0),(83358,18493,558,3,1,0,1,83.663,40.7714,4.2616,1.48604,86400,0,0,13720,8370,0,0,0,0),(83359,18495,558,3,1,0,1,83.663,40.7714,4.2616,1.48604,86400,0,0,13720,8538,0,0,0,0),(83363,18493,558,3,1,0,1,78.0757,40.5517,4.26167,1.62331,86400,0,0,13720,8538,0,0,0,0),(83365,18495,558,3,1,0,1,78.0093,40.356,4.26179,1.50568,86400,0,0,13720,8538,0,0,0,0),(83453,18373,558,3,1,0,1,68.1311,-387.821,26.5891,3.18791,86400,0,0,97350,16545,0,0,0,0),(31443,4323,1,1,1,715,0,-4888.5,-3316.51,36.6896,4.56781,360,10,0,1751,0,1,0,0,0),(83455,18649,560,3,1,0,0,2655.61,663.915,57.1724,2.98558,86400,0,0,42,0,0,0,0,0),(83965,18598,560,3,1,0,0,2198.4,265.62,54.77,0.396,7200,0,0,5914,0,0,0,0,0),(83457,17819,560,3,1,0,1,2227.79,94.7897,89.4559,4.79939,86400,0,0,17736,0,0,0,0,0),(83458,20376,560,3,1,0,0,2330.1,927.302,54.9747,4.9425,86400,0,0,562,1633,0,0,0,0),(83459,20372,560,3,1,0,0,2332.28,928.192,54.9672,4.9425,86400,0,0,737,2175,0,0,0,0),(83460,2385,560,3,1,0,0,2268.57,1064.72,51.9091,3.04969,86400,3,0,840,0,1,0,0,0),(83461,2354,560,3,1,0,0,2336.21,1037.19,53.059,4.72024,86400,3,0,742,0,1,0,0,0),(83462,2385,560,3,1,0,0,2366.92,1084.11,58.1636,0.29059,86400,3,0,840,0,1,0,0,0),(83463,2350,560,3,1,0,0,2321.87,1084.36,53.9301,2.48185,86400,3,0,494,0,1,0,0,0),(83464,2350,560,3,1,0,0,2363.29,1053.84,57.2203,3.6678,86400,3,0,494,0,1,0,0,0),(83465,2354,560,3,1,0,0,2400.16,1071.89,62.5757,1.03279,86400,3,0,742,0,1,0,0,0),(83466,2385,560,3,1,0,0,2395.76,1046.34,59.5759,4.9645,86400,3,0,840,0,1,0,0,0),(83467,2350,560,3,1,0,0,2426.16,1093.91,64.1724,5.11294,86400,3,0,494,0,1,0,0,0),(83468,2385,560,3,1,0,0,2386.85,1120.96,62.7984,0.322005,86400,3,0,840,0,1,0,0,0),(83469,2385,560,3,1,0,0,2343.44,1129.25,58.1238,5.89676,86400,3,0,840,0,1,0,0,0),(83470,2385,560,3,1,0,0,2297.16,1176.76,54.5254,1.52602,86400,3,0,840,0,1,0,0,0),(83471,2350,560,3,1,0,0,2296.07,1152.49,53.4595,2.79837,86400,3,0,494,0,1,0,0,0),(83472,2350,560,3,1,0,0,2376.83,1124.98,61.0872,5.16242,86400,3,0,494,0,1,0,0,0),(83473,2354,560,3,1,0,0,2358.69,1161.23,60.2945,0.391119,86400,3,0,742,0,1,0,0,0),(83474,18725,560,3,1,0,0,2381.76,1170.31,66.4626,1.38151,86400,0,0,6986,0,0,0,0,0),(83475,18723,560,3,1,0,1,2375.47,1175.48,65.2881,0.99379,86400,0,0,6986,0,0,0,0,0),(83476,18664,560,3,1,0,0,2471.25,879.78,62.9179,0.0416174,86400,0,0,2899,5598,0,0,0,0),(83477,18666,560,3,1,0,1,2471.1,881.491,62.9147,0.0848143,86400,0,0,21666,5875,0,0,0,0),(83478,2385,560,3,1,0,0,2450.06,889.615,61.4797,3.54841,86400,3,0,840,0,1,0,0,0),(83479,2354,560,3,1,0,0,2413.18,901.556,59.027,2.88475,86400,3,0,742,0,1,0,0,0),(83480,2385,560,3,1,0,0,2410.34,942.831,55.7746,1.2739,86400,3,0,840,0,1,0,0,0),(83481,2350,560,3,1,0,0,2401.41,947.625,55.1771,2.8502,86400,3,0,494,0,1,0,0,0),(83482,2354,560,3,1,0,0,2350.77,955.785,54.3349,3.07168,86400,3,0,742,0,1,0,0,0),(83483,2385,560,3,1,0,0,2313.63,972.588,52.9046,1.75692,86400,3,0,840,0,1,0,0,0),(83484,2354,560,3,1,0,0,2333.04,999.744,55.8916,0.135861,86400,3,0,742,0,1,0,0,0),(83485,2385,560,3,1,0,0,2396.48,999.834,59.3632,6.19914,86400,3,0,840,0,1,0,0,0),(83486,2350,560,3,1,0,0,2450.11,924.097,60.9369,6.11274,86400,3,0,494,0,1,0,0,0),(83487,2354,560,3,1,0,0,2437.95,837.497,59.4075,3.9529,86400,3,0,742,0,1,0,0,0),(83488,2385,560,3,1,0,0,2399.84,821.102,58.6427,3.51779,86400,3,0,840,0,1,0,0,0),(83489,2350,560,3,1,0,0,2411.39,779.267,56.0932,4.98177,86400,3,0,494,0,1,0,0,0),(83490,2354,560,3,1,0,0,2369.3,773.669,57.7204,3.22091,86400,3,0,742,0,1,0,0,0),(83491,2385,560,3,1,0,0,2328.67,789.263,57.5711,2.76066,86400,3,0,840,0,1,0,0,0),(83492,2354,560,3,1,0,0,2452.34,804.695,55.5937,0.0824553,86400,3,0,742,0,1,0,0,0),(83493,2385,560,3,1,0,0,2505.81,824.773,56.7855,0.518351,86400,3,0,840,0,1,0,0,0),(83494,2350,560,3,1,0,0,2505.21,776.729,56.311,4.69981,86400,3,0,494,0,1,0,0,0),(83495,2354,560,3,1,0,0,2578.31,824.448,56.2449,0.0188372,86400,3,0,742,0,1,0,0,0),(83496,2385,560,3,1,0,0,2584.04,796.755,58.4419,4.91658,86400,3,0,840,0,1,0,0,0),(83497,18094,560,3,1,0,1,2646.79,755.607,62.8472,1.4569,86400,0,0,16208,3155,0,0,0,0),(83498,23178,560,3,1,0,1,2644.33,754.75,62.7509,1.64147,86400,0,0,16208,3155,0,0,0,0),(83499,18094,560,3,1,0,1,2659.89,732.338,59.1027,5.83157,86400,0,0,16208,3155,0,0,0,0),(83500,23176,560,3,1,0,1,2664.25,734.98,58.6934,4.94014,86400,0,0,20259,0,0,0,0,0),(83501,18093,560,3,1,0,1,2663.65,730.468,58.5562,2.22267,86400,0,0,16208,3155,0,0,0,0),(83502,18644,560,3,1,0,0,2560.29,707.901,55.2574,3.18871,86400,0,0,328,0,0,0,0,0),(83503,18644,560,3,1,0,0,2573.33,695.682,55.2084,5.10901,86400,0,0,328,0,0,0,0,0),(83504,18644,560,3,1,0,0,2554.37,690.342,55.4739,2.46143,86400,0,0,328,0,0,0,0,0),(83505,18644,560,3,1,0,0,2572.46,721.133,55.1384,1.04771,86400,0,0,328,0,0,0,0,0),(83506,18093,560,3,1,0,1,2566.17,767.978,57.3789,6.28239,86400,0,0,16208,3155,0,0,0,0),(83507,18094,560,3,1,0,1,2563.68,767.595,57.3088,0.0384762,86400,0,0,16208,3155,0,0,0,0),(83508,18092,560,3,1,0,1,2563.7,768.971,57.4693,6.21171,86400,0,0,20259,0,0,0,0,0),(83509,18094,560,3,1,0,1,2547.52,758.668,56.9005,3.05048,86400,0,0,16208,3155,0,0,0,0),(83510,18094,560,3,1,0,1,2542.87,757.997,57.027,0.910269,86400,0,0,16208,3155,0,0,0,0),(83511,18655,560,3,1,0,0,2533.74,695.312,55.2551,2.12293,86400,0,0,42,0,0,0,0,0),(83512,18644,560,3,1,0,0,2541.73,688.438,55.1652,3.94112,86400,0,0,328,0,0,0,0,0),(83513,18644,560,3,1,0,0,2518.15,705.85,55.1382,1.69096,86400,0,0,328,0,0,0,0,0),(83514,18644,560,3,1,0,0,2543.49,720.784,55.1384,0.838799,86400,0,0,328,0,0,0,0,0),(83515,18644,560,3,1,0,0,2568.66,737.593,55.1384,0.332219,86400,0,0,328,0,0,0,0,0),(83516,18651,560,3,1,0,0,2479.36,689.342,55.7602,1.55587,86400,0,0,55,0,0,0,0,0),(83518,18644,560,3,1,0,0,2546.16,668.104,55.9482,1.24199,86400,0,0,328,0,0,0,0,0),(83519,18656,560,3,1,0,0,2600.09,670.343,56.6939,1.78392,86400,0,0,42,0,2,0,0,0),(83520,18094,560,3,1,0,1,2683.33,678.372,57.8381,4.792,86400,0,0,16208,3155,0,0,0,0),(83521,18093,560,3,1,0,1,2682.51,680.008,57.8195,4.76451,86400,0,0,16208,3155,0,0,0,0),(83522,18092,560,3,1,0,1,2684.05,680.055,57.9292,4.53753,86400,0,0,20259,0,0,0,0,0),(83523,18093,560,3,1,0,1,2651.12,619.739,56.4888,0.731492,86400,0,0,16208,3155,0,0,0,0),(83524,18094,560,3,1,0,1,2649.68,618.192,56.3194,0.681226,86400,0,0,16208,3155,0,0,0,0),(83525,18092,560,3,1,0,1,2648.94,619.104,56.2493,0.681226,86400,0,0,20259,0,0,0,0,0),(83526,2385,560,3,1,0,0,2603.88,578.99,56.6569,3.73957,86400,3,0,840,0,1,0,0,0),(83527,2354,560,3,1,0,0,2570.72,551.796,46.5478,4.03802,86400,3,0,742,0,1,0,0,0),(83528,2354,560,3,1,0,0,2602.61,523.07,45.8388,6.10676,86400,3,0,742,0,1,0,0,0),(83529,2385,560,3,1,0,0,2656.94,520.208,45.6885,0.320732,86400,3,0,840,0,1,0,0,0),(83530,2354,560,3,1,0,0,2723.29,508.832,45.286,5.70856,86400,3,0,742,0,1,0,0,0),(83531,2350,560,3,1,0,0,2759.55,509.361,45.5599,0.110246,86400,3,0,494,0,1,0,0,0),(83532,2385,560,3,1,0,0,2774.29,496.424,45.1429,5.13758,86400,3,0,840,0,1,0,0,0),(83533,2354,560,3,1,0,0,2830.64,455.374,44.9917,0.0591945,86400,3,0,742,0,1,0,0,0),(83534,2350,560,3,1,0,0,2863.14,499.514,58.5454,1.10927,86400,3,0,494,0,1,0,0,0),(83535,2354,560,3,1,0,0,2883.29,524.676,65.174,0.455821,86400,3,0,742,0,1,0,0,0),(83536,2385,560,3,1,0,0,2888.82,555.713,69.6485,1.53182,86400,3,0,840,0,1,0,0,0),(83537,2354,560,3,1,0,0,2910.67,588.348,77.9106,0.852447,86400,3,0,742,0,1,0,0,0),(83538,2350,560,3,1,0,0,2946.76,554.397,81.103,5.61667,86400,3,0,494,0,1,0,0,0),(83539,2354,560,3,1,0,0,2986.46,568.635,94.3274,0.421263,86400,3,0,742,0,1,0,0,0),(83540,2385,560,3,1,0,0,3038.22,570.828,106.652,6.20022,86400,3,0,840,0,1,0,0,0),(83541,2350,560,3,1,0,0,3023.48,602.039,106.887,2.47115,86400,3,0,494,0,1,0,0,0),(83542,2354,560,3,1,0,0,3007.67,637.082,107.722,1.9363,86400,3,0,742,0,1,0,0,0),(83543,2385,560,3,1,0,0,3013.79,683.882,114.168,1.31662,86400,3,0,840,0,1,0,0,0),(83544,2354,560,3,1,0,0,3051.13,707.341,121.534,0.520223,86400,3,0,742,0,1,0,0,0),(83545,2385,560,3,1,0,0,3059.88,741.698,124.603,2.14757,86400,3,0,840,0,1,0,0,0),(83546,2350,560,3,1,0,0,3061.5,762.308,126.926,0.418906,86400,3,0,494,0,1,0,0,0),(83547,2354,560,3,1,0,0,3085.12,761.402,129.722,4.09614,86400,3,0,742,0,1,0,0,0),(83548,2385,560,3,1,0,0,3085.21,692.447,125.364,5.48315,86400,3,0,840,0,1,0,0,0),(83549,2354,560,3,1,0,0,3114.74,662.036,125.135,5.48315,86400,3,0,742,0,1,0,0,0),(83550,2350,560,3,1,0,0,3164.79,634.648,137.588,5.79338,86400,3,0,494,0,1,0,0,0),(83551,2354,560,3,1,0,0,3146.78,610.333,133.04,4.05529,86400,3,0,742,0,1,0,0,0),(83552,2385,560,3,1,0,0,3091.79,646.435,113.799,5.5774,86400,3,0,840,0,1,0,0,0),(83553,2385,560,3,1,0,0,3028.04,748.447,126.898,3.15916,86400,3,0,840,0,1,0,0,0),(83554,2354,560,3,1,0,0,2978.27,747.573,135.821,3.15916,86400,3,0,742,0,1,0,0,0),(83555,2385,560,3,1,0,0,2959.73,774.751,139.384,2.15385,86400,3,0,840,0,1,0,0,0),(83556,2350,560,3,1,0,0,2923.3,756.621,146.218,3.74349,86400,3,0,494,0,1,0,0,0),(83557,2354,560,3,1,0,0,2901.82,709.335,154.084,3.79847,86400,3,0,742,0,1,0,0,0),(83558,2385,560,3,1,0,0,2869.32,737.957,156.02,2.28265,86400,3,0,840,0,1,0,0,0),(83559,2354,560,3,1,0,0,2833.94,739.671,158.394,3.09318,86400,3,0,742,0,1,0,0,0),(83560,2354,560,3,1,0,0,2843.63,714.371,158.82,4.85562,86400,3,0,742,0,1,0,0,0),(83561,2385,560,3,1,0,0,2870.91,782.191,151.062,1.28206,86400,3,0,840,0,1,0,0,0),(83562,2350,560,3,1,0,0,2902.93,805.472,143.999,0.628607,86400,3,0,494,0,1,0,0,0),(83563,2354,560,3,1,0,0,2945.4,814.419,136.96,0.207633,86400,3,0,742,0,1,0,0,0),(83564,2385,560,3,1,0,0,2943.7,868.666,132.004,1.50747,86400,3,0,840,0,1,0,0,0),(83565,2385,560,3,1,0,0,2831.65,842.927,91.9865,3.94692,86400,3,0,840,0,1,0,0,0),(83566,2354,560,3,1,0,0,2792.91,806.678,87.0822,4.93259,86400,3,0,742,0,1,0,0,0),(83567,2385,560,3,1,0,0,2745.52,752.259,71.0791,4.39145,86400,3,0,840,0,1,0,0,0),(83568,2354,560,3,1,0,0,2757.96,699.387,69.16,5.13601,86400,3,0,742,0,1,0,0,0),(83569,2385,560,3,1,0,0,2721.47,687.835,63.5533,3.31389,86400,3,0,840,0,1,0,0,0),(83570,2354,560,3,1,0,0,2714.38,638.028,57.4821,5.06375,86400,3,0,742,0,1,0,0,0),(83571,2385,560,3,1,0,0,2703.72,593.204,57.8938,4.05059,86400,3,0,840,0,1,0,0,0),(83572,2350,560,3,1,0,0,2674.89,555.701,53.6866,4.38596,86400,3,0,494,0,1,0,0,0),(83573,2408,560,3,1,0,0,2692.71,492.951,37.3945,5.02841,86400,3,0,1050,0,1,0,0,0),(83574,2408,560,3,1,0,0,2792.05,453.752,38.1951,6.13582,86400,3,0,1050,0,1,0,0,0),(83575,2408,560,3,1,0,0,2845.59,377.374,37.2076,5.81381,86400,3,0,1050,0,1,0,0,0),(83576,2408,560,3,1,0,0,2784.95,417.109,38.3031,2.58583,86400,3,0,1050,0,1,0,0,0),(83577,2354,560,3,1,0,0,2726.07,431.951,49.5957,3.943,86400,3,0,742,0,1,0,0,0),(83578,2385,560,3,1,0,0,2669.72,427.99,53.2044,3.36573,86400,3,0,840,0,1,0,0,0),(83579,2408,560,3,1,0,0,2606.77,467.144,37.9479,1.96379,86400,3,0,1050,0,1,0,0,0),(83580,2354,560,3,1,0,0,2618.26,426.98,54.0472,5.00329,86400,3,0,742,0,1,0,0,0),(83581,2385,560,3,1,0,0,2615.25,377.215,62.4804,4.64043,86400,3,0,840,0,1,0,0,0),(83582,2350,560,3,1,0,0,2621.59,373.459,62.9363,5.90335,86400,3,0,494,0,1,0,0,0),(83583,2354,560,3,1,0,0,2639.94,316.891,78.3207,4.57132,86400,3,0,742,0,1,0,0,0),(83584,2385,560,3,1,0,0,2611.73,300.397,85.9477,3.51496,86400,3,0,840,0,1,0,0,0),(83585,2354,560,3,1,0,0,2565.59,284.38,98.1641,3.47569,86400,3,0,742,0,1,0,0,0),(83586,2385,560,3,1,0,0,2527.55,269.603,104.256,3.57779,86400,3,0,840,0,1,0,0,0),(83587,2354,560,3,1,0,0,2511.82,243.256,109.046,4.63179,86400,3,0,742,0,1,0,0,0),(83588,2350,560,3,1,0,0,2509.12,209.738,112.495,4.63179,86400,3,0,494,0,1,0,0,0),(83589,2354,560,3,1,0,0,2485.09,249.796,101.18,2.22848,86400,3,0,742,0,1,0,0,0),(83590,2385,560,3,1,0,0,2492.45,291.432,102.345,1.39595,86400,3,0,840,0,1,0,0,0),(83591,2350,560,3,1,0,0,2460.95,322.661,106.536,2.36042,86400,3,0,494,0,1,0,0,0),(83592,2354,560,3,1,0,0,2458.49,353.524,116.273,1.65042,86400,3,0,742,0,1,0,0,0),(83593,2354,560,3,1,0,0,2456.09,383.668,121.861,1.65042,86400,3,0,742,0,1,0,0,0),(83594,2385,560,3,1,0,0,2485.31,349.503,109.01,5.42034,86400,3,0,840,0,1,0,0,0),(83595,2385,560,3,1,0,0,2438.75,263.878,88.6885,2.99738,86400,3,0,840,0,1,0,0,0),(83596,2354,560,3,1,0,0,2401.28,252.979,83.2312,3.89509,86400,3,0,742,0,1,0,0,0),(83597,2350,560,3,1,0,0,2387.5,207.401,86.8536,4.46451,86400,3,0,494,0,1,0,0,0),(83598,2385,560,3,1,0,0,2358.06,188.778,83.3219,3.57465,86400,3,0,840,0,1,0,0,0),(83599,2354,560,3,1,0,0,2366.97,230.348,78.6811,1.7918,86400,3,0,742,0,1,0,0,0),(83600,2385,560,3,1,0,0,2355.72,280.451,73.9942,1.7918,86400,3,0,840,0,1,0,0,0),(83601,2350,560,3,1,0,0,2329.4,307.902,65.3288,3.03587,86400,3,0,494,0,1,0,0,0),(83602,2350,560,3,1,0,0,2702.37,322.063,76.9325,5.19964,86400,3,0,494,0,1,0,0,0),(83603,2354,560,3,1,0,0,2653.25,361.369,66.2902,2.66673,86400,3,0,742,0,1,0,0,0),(83604,2385,560,3,1,0,0,2788.75,628.868,66.6172,6.08164,86400,3,0,840,0,1,0,0,0),(83605,2354,560,3,1,0,0,2820.9,647.706,73.7575,6.07771,86400,3,0,742,0,1,0,0,0),(83606,2350,560,3,1,0,0,2852.25,623.095,76.3168,5.92456,86400,3,0,494,0,1,0,0,0),(83607,2354,560,3,1,0,0,2908.76,628.792,85.8904,0.230422,86400,3,0,742,0,1,0,0,0),(83608,2385,560,3,1,0,0,2957.65,650.422,98.0951,0.675743,86400,3,0,840,0,1,0,0,0),(83609,2354,560,3,1,0,0,2906.65,748.396,147.677,3.16545,86400,3,0,742,0,1,0,0,0),(83610,2385,560,3,1,0,0,2902.54,903.174,114.093,4.06866,86400,3,0,840,0,1,0,0,0),(83611,2354,560,3,1,0,0,2866.35,859.052,100.041,4.02547,86400,3,0,742,0,1,0,0,0),(83612,2350,560,3,1,0,0,2791.21,862.297,82.1687,2.05176,86400,3,0,494,0,1,0,0,0),(83613,2354,560,3,1,0,0,2815.45,855.697,72.4862,0.559503,86400,3,0,742,0,1,0,0,0),(83614,2385,560,3,1,0,0,2774.88,841.091,70.3463,2.73191,86400,3,0,840,0,1,0,0,0),(83615,2354,560,3,1,0,0,2749.3,837.743,70.3101,3.56444,86400,3,0,742,0,1,0,0,0),(83616,2350,560,3,1,0,0,2761.57,802.047,78.2807,6.27406,86400,3,0,494,0,1,0,0,0),(83617,2354,560,3,1,0,0,2716.18,922.666,81.9478,0.721293,86400,3,0,742,0,1,0,0,0),(83618,2385,560,3,1,0,0,2751.73,937.184,85.6407,6.22693,86400,3,0,840,0,1,0,0,0),(83619,2350,560,3,1,0,0,2776.04,948.171,91.6216,0.56657,86400,3,0,494,0,1,0,0,0),(83620,2354,560,3,1,0,0,2816.28,939.09,95.0489,5.67873,86400,3,0,742,0,1,0,0,0),(83621,2385,560,3,1,0,0,2849.53,950.266,103.635,0.970263,86400,3,0,840,0,1,0,0,0),(83622,2354,560,3,1,0,0,2866.52,990.378,121.548,1.84598,86400,3,0,742,0,1,0,0,0),(83623,2350,560,3,1,0,0,2878.67,1007.08,130.75,0.216281,86400,3,0,494,0,1,0,0,0),(83624,2385,560,3,1,0,0,2902.76,1000.88,131.904,5.80439,86400,3,0,840,0,1,0,0,0),(83625,2354,560,3,1,0,0,2908.48,976.602,125.562,5.46274,86400,3,0,742,0,1,0,0,0),(83626,2354,560,3,1,0,0,2957.55,922.526,132.817,6.2285,86400,3,0,742,0,1,0,0,0),(83627,20350,560,3,1,0,0,1947.49,1047.74,20.7643,2.867,86400,0,0,2091,2117,0,0,0,0),(83628,20353,560,3,1,0,0,1947.27,1046.33,20.8415,2.69814,86400,0,0,1135,1186,0,0,0,0),(83629,20430,560,3,1,0,0,2011.42,1039.97,25.9761,6.18609,86400,0,0,40,120,0,0,0,0),(83630,20429,560,3,1,0,0,2011.51,1040.96,25.873,6.19787,86400,0,0,40,120,0,0,0,0),(83631,20428,560,3,1,0,0,1948.82,1097.53,26.8087,5.21063,86400,0,0,40,120,0,0,0,0),(83632,20430,560,3,1,0,0,1950.06,1094.69,26.8233,2.11913,86400,0,0,40,120,0,0,0,0),(83633,20429,560,3,1,0,0,1944.91,1091.43,26.3673,3.15979,86400,0,0,40,120,0,0,0,0),(83634,20426,560,3,1,0,0,1941.92,1087.87,25.5007,0.999939,86400,0,0,1077,3191,0,0,0,0),(83635,20426,560,3,1,0,0,1939.98,1092.63,25.7574,5.74767,86400,0,0,1077,3191,0,0,0,0),(83636,20363,560,3,1,0,1,1937.68,986.571,21.6888,5.49948,86400,0,0,1006,0,0,0,0,0),(83637,20429,560,3,1,0,0,1875.78,1046.94,19.0236,2.32647,86400,0,0,40,120,0,0,0,0),(83638,20430,560,3,1,0,0,1845.6,1049.8,15.2171,3.38676,86400,0,0,40,120,0,0,0,0),(83639,20428,560,3,1,0,0,1843.16,1049.55,15.1808,0.158773,86400,0,0,40,120,0,0,0,0),(83640,20430,560,3,1,0,0,1853.9,1037.27,16.4049,4.8319,86400,0,0,40,120,0,0,0,0),(83641,20426,560,3,1,0,0,1846.63,1035.59,16.4081,3.31607,86400,0,0,1077,3191,0,0,0,0),(83642,20434,560,3,1,0,0,1880.34,992.801,15.1515,5.51126,86400,0,0,41,60,0,0,0,0),(83643,385,560,3,1,0,0,1887.32,999.369,15.1516,5.44843,86400,0,0,102,0,0,0,0,0),(83644,8883,560,3,1,0,0,1891.65,994.035,15.1516,2.33433,86400,0,0,42,0,0,0,0,0),(83645,385,560,3,1,0,0,1887.41,989.628,15.1516,2.15761,86400,0,0,102,0,0,0,0,0),(83646,20368,560,3,1,0,0,1851.88,961.724,12.0402,1.78848,86400,0,0,484,0,0,0,0,0),(83647,20433,560,3,1,0,1,1852.17,945.774,11.8424,4.34888,86400,0,0,102,0,0,0,0,0),(83648,20433,560,3,1,0,1,1848.82,937.322,11.8424,4.47062,86400,0,0,102,0,0,0,0,0),(83649,20433,560,3,1,0,1,1844.07,937.998,11.8424,0.315861,86400,0,0,102,0,0,0,0,0),(83650,20433,560,3,1,0,1,1858.64,941.067,11.8424,6.28096,86400,0,0,102,0,0,0,0,0),(83651,20433,560,3,1,0,1,1872.22,943.799,11.8424,6.13566,86400,0,0,102,0,0,0,0,0),(83652,20433,560,3,1,0,1,1879.36,947.511,11.8424,0.480794,86400,0,0,102,0,0,0,0,0),(83653,20433,560,3,1,0,1,1889.95,946.501,11.8424,5.03611,86400,0,0,102,0,0,0,0,0),(83654,20433,560,3,1,0,1,1883.86,936.987,11.8491,3.95226,86400,0,0,102,0,0,0,0,0),(83655,20433,560,3,1,0,1,1869.66,935.246,11.8495,2.19689,86400,0,0,102,0,0,0,0,0),(83656,20433,560,3,1,0,1,1864.57,930.21,11.8224,2.55818,86400,0,0,102,0,0,0,0,0),(83657,2408,560,3,1,0,0,1847.61,893.495,6.62699,5.94324,86400,3,0,1050,0,1,0,0,0),(83658,2408,560,3,1,0,0,1879.59,886.878,5.57283,5.88041,86400,3,0,1050,0,1,0,0,0),(83659,2408,560,3,1,0,0,1920.35,895.668,6.35251,6.09639,86400,3,0,1050,0,1,0,0,0),(83660,2408,560,3,1,0,0,1949.6,871.401,6.08001,4.61592,86400,3,0,1050,0,1,0,0,0),(83661,2408,560,3,1,0,0,1967.65,880.72,5.59825,0.445454,86400,3,0,1050,0,1,0,0,0),(83662,2408,560,3,1,0,0,2029.47,858.138,6.78023,0.137579,86400,3,0,1050,0,1,0,0,0),(83663,2408,560,3,1,0,0,2069.79,791.441,5.35676,0.0708182,86400,3,0,1050,0,1,0,0,0),(83664,2408,560,3,1,0,0,2037.17,826.623,4.84834,1.77906,86400,3,0,1050,0,1,0,0,0),(83665,2408,560,3,1,0,0,2018.18,837.137,6.33487,2.97287,86400,3,0,1050,0,1,0,0,0),(83666,2408,560,3,1,0,0,1909.44,881.393,6.07197,2.42309,86400,3,0,1050,0,1,0,0,0),(83667,2408,560,3,1,0,0,1821.55,882.348,6.44341,3.62867,86400,3,0,1050,0,1,0,0,0),(83668,21341,560,3,1,0,0,1827.7,948.985,15.4446,2.32177,86400,0,0,83,104,0,0,0,0),(83669,21342,560,3,1,0,0,1829.8,951.789,15.3027,3.0247,86400,0,0,83,104,0,0,0,0),(83670,21345,560,3,1,0,0,1829.28,954.9,15.6466,3.87686,86400,0,0,83,104,0,0,0,0),(83671,21343,560,3,1,0,0,1825.75,955.628,16.1763,5.40446,86400,0,0,83,104,0,0,0,0),(83672,21344,560,3,1,0,0,1823.26,952.299,16.6008,6.2684,86400,0,0,83,104,0,0,0,0),(83673,20432,560,3,1,0,0,1818.89,994.88,11.0784,4.69839,86400,0,0,55,0,0,0,0,0),(83674,20400,560,3,1,0,0,1724.57,1011.26,1.26768,2.01646,86400,0,0,325,357,0,0,0,0),(83675,20351,560,3,1,0,0,1726.5,1012.83,1.09859,2.61729,86400,0,0,377,408,0,0,0,0),(83676,20420,560,3,1,0,0,1756.05,1043.65,6.87974,1.50517,86400,0,0,1163,0,0,0,0,0),(83677,20419,560,3,1,0,1,1758.36,1044.51,6.87962,3.23304,86400,0,0,1163,0,0,0,0,0),(83678,20342,560,3,1,0,1,1735.42,1075.09,6.87962,3.17806,86400,0,0,1006,0,0,0,0,0),(83679,20344,560,3,1,0,1,1735.39,1077.48,6.87962,3.1545,86400,0,0,1395,0,0,0,0,0),(83680,20360,560,3,1,0,0,1781.63,1062.78,7.58105,3.17021,86400,0,0,325,357,0,0,0,0),(83681,20428,560,3,1,0,0,1786.24,1073.02,11.2316,3.08774,86400,0,0,40,120,0,0,0,0),(83682,20430,560,3,1,0,0,1786.99,1075.12,11.5149,3.11131,86400,0,0,40,120,0,0,0,0),(83683,20426,560,3,1,0,0,1803.84,1050.82,10.9498,0.00505018,86400,0,0,1077,3191,0,0,0,0),(83684,20429,560,3,1,0,0,1807.61,1050.37,11.1079,3.14664,86400,0,0,40,120,0,0,0,0),(83685,20345,560,3,1,0,0,1818.42,1031.17,11.0651,3.14155,86400,0,0,2371,0,0,0,0,0),(83686,20348,560,3,1,0,0,1819.16,1032.94,11.0649,3.12936,86400,0,0,732,756,0,0,0,0),(83687,20428,560,3,1,0,0,1806.47,1041.24,11.6917,3.13329,86400,0,0,40,120,0,0,0,0),(83688,20426,560,3,1,0,0,1802.98,1041.38,11.6916,0.0309679,86400,0,0,1077,3191,0,0,0,0),(83689,20352,560,3,1,0,0,1816.63,1027.57,11.0653,1.51576,86400,0,0,433,490,0,0,0,0),(83690,20349,560,3,1,0,0,1815.4,1031.36,11.0651,0.0117269,86400,0,0,2091,2117,0,0,0,0),(83691,20346,560,3,1,0,0,1814.75,1030.44,11.0651,0.113828,86400,0,0,1772,1807,0,0,0,0),(83692,20347,560,3,1,0,0,1814.58,1032.03,11.0651,0.105974,86400,0,0,1834,1864,0,0,0,0),(83693,20377,560,3,1,0,0,1816.66,1017.11,11.6882,1.63829,86400,0,0,867,2553,0,0,0,0),(83694,20401,560,3,1,0,0,1820.11,1017.07,11.6882,1.55975,86400,0,0,285,790,0,0,0,0),(83695,20378,560,3,1,0,1,1816.52,1007.04,11.6763,6.27606,86400,0,0,690,732,0,0,0,0),(83696,17213,560,3,1,0,0,1802.79,1019.27,14.9106,1.5998,86400,0,0,1,0,2,0,0,0),(83697,20355,560,3,1,0,0,1804.99,1041.48,19.4658,4.54112,86400,0,0,498,544,0,0,0,0),(83698,20361,560,3,1,0,1,1820.17,1039.49,18.546,3.83779,86400,0,0,377,408,0,0,0,0),(83699,20370,560,3,1,0,0,1819.11,1022.68,18.546,1.6269,86400,0,0,770,2253,0,0,0,0),(83700,20422,560,3,1,0,0,1813.88,1024.54,18.546,3.05239,86400,0,0,1551,4393,0,0,0,0),(83701,20422,560,3,1,0,0,1814.37,1019.09,18.546,3.23696,86400,0,0,1551,4393,0,0,0,0),(83702,20422,560,3,1,0,0,1822.28,1027.84,18.546,1.49731,86400,0,0,1551,4393,0,0,0,0),(83703,20422,560,3,1,0,0,1822.11,1022.81,18.546,6.24268,86400,0,0,1551,4393,0,0,0,0),(83704,20428,560,3,1,0,0,1819.34,1087.57,12.4705,1.71879,86400,0,0,40,120,0,0,0,0),(83705,20429,560,3,1,0,0,1819.03,1090.44,12.4652,4.90358,86400,0,0,40,120,0,0,0,0),(83706,20430,560,3,1,0,0,1808.68,1108.25,13.3572,2.20574,86400,0,0,40,120,0,0,0,0),(83707,20426,560,3,1,0,0,1806.37,1111.12,13.3558,5.41802,86400,0,0,1077,3191,0,0,0,0),(83708,20428,560,3,1,0,0,1792.72,1106.02,12.4537,2.50812,86400,0,0,40,120,0,0,0,0),(83709,20429,560,3,1,0,0,1790.73,1107.24,12.4537,5.72433,86400,0,0,40,120,0,0,0,0),(83710,20430,560,3,1,0,0,1782.16,1118.66,13.3555,3.3053,86400,0,0,40,120,0,0,0,0),(83711,20429,560,3,1,0,0,1784.71,1128.98,13.3555,3.95718,86400,0,0,40,120,0,0,0,0),(83712,20428,560,3,1,0,0,1782.76,1127.42,13.3555,0.69778,86400,0,0,40,120,0,0,0,0),(83713,20380,560,3,1,0,0,1792.41,1122.24,13.3555,2.55917,86400,0,0,690,732,0,0,0,0),(83714,20354,560,3,1,0,0,1789.88,1123.93,13.3555,6.25839,86400,0,0,1650,1695,0,0,0,0),(83715,20379,560,3,1,0,0,1792.42,1124.93,13.3555,3.48201,86400,0,0,484,0,0,0,0,0),(83716,20429,560,3,1,0,0,1800.71,1118.56,13.3555,6.23876,86400,0,0,40,120,0,0,0,0),(83717,20426,560,3,1,0,0,1803.39,1118.39,13.3555,3.12465,86400,0,0,1077,3191,0,0,0,0),(83718,20428,560,3,1,0,0,1808.49,1129.88,13.3555,3.15214,86400,0,0,40,120,0,0,0,0),(83719,20430,560,3,1,0,0,1806.18,1129.7,13.3555,0.0851638,86400,0,0,40,120,0,0,0,0),(83720,20373,560,3,1,0,0,1815.75,1122.7,14.7145,1.5303,86400,0,0,1650,1695,0,0,0,0),(83721,20429,560,3,1,0,0,1843.34,1109.06,16.4485,1.62062,86400,0,0,40,120,0,0,0,0),(83722,20429,560,3,1,0,0,1849.53,1102.22,16.4447,0.0262618,86400,0,0,40,120,0,0,0,0),(83723,20365,560,3,1,0,0,1876.32,1087.69,17.7383,4.51089,86400,0,0,955,0,0,0,0,0),(83724,20441,560,3,1,0,0,1882.16,1100.4,18.8604,5.74003,86400,0,0,198,0,0,0,0,0),(83725,20428,560,3,1,0,0,1889.77,1091.65,18.8602,5.6772,86400,0,0,40,120,0,0,0,0),(83726,20429,560,3,1,0,0,1893.82,1098.59,18.8535,0.792026,86400,0,0,40,120,0,0,0,0),(83727,20430,560,3,1,0,0,1895.64,1100.66,18.847,3.85901,86400,0,0,40,120,0,0,0,0),(83728,20429,560,3,1,0,0,1893.63,1094.25,23.6263,5.63401,86400,0,0,40,120,0,0,0,0),(83729,20428,560,3,1,0,0,1894.47,1100.49,23.6263,2.38795,86400,0,0,40,120,0,0,0,0),(83730,20430,560,3,1,0,0,1892.95,1102.15,23.6263,5.46671,86400,0,0,40,120,0,0,0,0),(83731,20429,560,3,1,0,0,1889.79,1105.25,23.6217,2.39188,86400,0,0,40,120,0,0,0,0),(83732,2354,560,3,1,0,0,1940.92,1227.34,25.3819,3.78366,86400,3,0,742,0,1,0,0,0),(83733,2350,560,3,1,0,0,1892.6,1228.84,19.3433,2.47833,86400,3,0,494,0,1,0,0,0),(83734,2385,560,3,1,0,0,1896.29,1247.69,18.8787,0.961721,86400,3,0,840,0,1,0,0,0),(83735,2350,560,3,1,0,0,1940.53,1311.12,18.1536,0.961721,86400,3,0,494,0,1,0,0,0),(83736,2354,560,3,1,0,0,1991.68,1308.12,17.461,6.22232,86400,3,0,742,0,1,0,0,0),(83737,2385,560,3,1,0,0,1940.47,1292.28,17.7574,3.61165,86400,3,0,840,0,1,0,0,0),(83738,2354,560,3,1,0,0,1844.11,1273.77,23.4269,3.30535,86400,3,0,742,0,1,0,0,0),(83739,2350,560,3,1,0,0,1806.01,1273.12,33.3842,2.26077,86400,3,0,494,0,1,0,0,0),(83740,2354,560,3,1,0,0,1735.61,1277.79,49.7998,3.17262,86400,3,0,742,0,1,0,0,0),(83741,2385,560,3,1,0,0,1725.31,1287.33,55.3083,2.09426,86400,3,0,840,0,1,0,0,0),(83742,2350,560,3,1,0,0,1722.64,1350.8,61.6444,1.37955,86400,3,0,494,0,1,0,0,0),(83743,2385,560,3,1,0,0,1771.74,1219.41,25.5376,4.74106,86400,3,0,840,0,1,0,0,0),(83744,2354,560,3,1,0,0,1854.31,1192.58,15.492,5.50682,86400,3,0,742,0,1,0,0,0),(83745,2385,560,3,1,0,0,1980.43,1234.1,33.8957,0.248583,86400,3,0,840,0,1,0,0,0),(83746,2354,560,3,1,0,0,2034.72,1283.78,41.7341,0.641282,86400,3,0,742,0,1,0,0,0),(83747,2350,560,3,1,0,0,2066.43,1337.25,44.779,1.07011,86400,3,0,494,0,1,0,0,0),(83748,2385,560,3,1,0,0,2015.39,1377.11,44.1501,2.73123,86400,3,0,840,0,1,0,0,0),(83749,2354,560,3,1,0,0,2021.01,1331.77,38.7931,4.73556,86400,3,0,742,0,1,0,0,0),(83750,2354,560,3,1,0,0,2106.65,1238.31,46.0483,4.94369,86400,3,0,742,0,1,0,0,0),(83751,2350,560,3,1,0,0,2132.62,1203.22,43.9018,5.01045,86400,3,0,494,0,1,0,0,0),(83752,2385,560,3,1,0,0,2122.94,1148.91,39.9957,4.52508,86400,3,0,840,0,1,0,0,0),(83753,2354,560,3,1,0,0,2147.61,1084.7,42.1608,5.239,86400,3,0,742,0,1,0,0,0),(83754,2385,560,3,1,0,0,2101.61,1078.52,38.0017,3.75146,86400,3,0,840,0,1,0,0,0),(83755,2354,560,3,1,0,0,2021.15,1082.63,30.3915,3.15848,86400,3,0,742,0,1,0,0,0),(83756,2385,560,3,1,0,0,2171.16,1140.03,41.9949,0.425296,86400,3,0,840,0,1,0,0,0),(83757,2354,560,3,1,0,0,2255.61,1207.93,53.3428,1.20284,86400,3,0,742,0,1,0,0,0),(83758,2385,560,3,1,0,0,2288.79,1259.19,59.2432,0.887109,86400,3,0,840,0,1,0,0,0),(83759,2350,560,3,1,0,0,2259.62,1307.64,58.4876,1.4361,86400,3,0,494,0,1,0,0,0),(83760,2385,560,3,1,0,0,2234.87,1249.31,52.8302,4.29809,86400,3,0,840,0,1,0,0,0),(83761,2354,560,3,1,0,0,2186.9,973.269,44.738,4.27846,86400,3,0,742,0,1,0,0,0),(83762,2385,560,3,1,0,0,2149.32,936.392,45.1184,3.88262,86400,3,0,840,0,1,0,0,0),(83763,2350,560,3,1,0,0,2168.34,875.259,51.2857,5.228,86400,3,0,494,0,1,0,0,0),(83764,2354,560,3,1,0,0,2161.39,848.136,52.5968,4.46146,86400,3,0,742,0,1,0,0,0),(83765,2385,560,3,1,0,0,2150.4,795.275,42.8853,3.86141,86400,3,0,840,0,1,0,0,0),(83766,2354,560,3,1,0,0,2121.4,877.663,48.4179,2.22464,86400,3,0,742,0,1,0,0,0),(83767,2385,560,3,1,0,0,2098.31,914.64,42.0309,1.62381,86400,3,0,840,0,1,0,0,0),(83768,2350,560,3,1,0,0,2064.5,973.993,39.3825,2.99747,86400,3,0,494,0,1,0,0,0),(83769,2354,560,3,1,0,0,2008.92,963.353,30.839,3.54647,86400,3,0,742,0,1,0,0,0),(83770,2385,560,3,1,0,0,2035.56,929.885,34.7462,5.69532,86400,3,0,840,0,1,0,0,0),(83771,2354,560,3,1,0,0,2067.34,908.703,36.9286,5.69532,86400,3,0,742,0,1,0,0,0),(83772,2385,560,3,1,0,0,2100.48,828.266,15.9509,0.704111,86400,3,0,840,0,1,0,0,0),(83773,2354,560,3,1,0,0,2020.24,805.971,18.0441,3.25273,86400,3,0,742,0,1,0,0,0),(83774,2385,560,3,1,0,0,1971.74,829.297,14.1263,2.96999,86400,3,0,840,0,1,0,0,0),(83775,2354,560,3,1,0,0,1904.04,854.524,8.22704,3.10115,86400,3,0,742,0,1,0,0,0),(83776,2350,560,3,1,0,0,1823.96,847.615,8.2437,3.16241,86400,3,0,494,0,1,0,0,0),(83777,2385,560,3,1,0,0,1805.79,831.225,13.9854,4.74813,86400,3,0,840,0,1,0,0,0),(83778,2354,560,3,1,0,0,1784,782.465,21.8916,4.02006,86400,3,0,742,0,1,0,0,0),(83779,2350,560,3,1,0,0,1727.96,790.772,25.0149,2.73986,86400,3,0,494,0,1,0,0,0),(83780,2354,560,3,1,0,0,1758.36,769.219,24.7931,5.57201,86400,3,0,742,0,1,0,0,0),(83781,2385,560,3,1,0,0,1793.94,751.17,24.3921,5.87831,86400,3,0,840,0,1,0,0,0),(83782,2385,560,3,1,0,0,1855.96,730.664,24.868,0.294916,86400,3,0,840,0,1,0,0,0),(83783,2385,560,3,1,0,0,1896.72,750.02,19.8814,1.06304,86400,3,0,840,0,1,0,0,0),(83784,2354,560,3,1,0,0,1912.83,758.947,21.8365,5.24764,86400,3,0,742,0,1,0,0,0),(83785,2350,560,3,1,0,0,1964.94,706.411,27.0309,5.85318,86400,3,0,494,0,1,0,0,0),(83786,2354,560,3,1,0,0,2001.74,702.116,28.3247,0.199098,86400,3,0,742,0,1,0,0,0),(83787,2354,560,3,1,0,0,2058.19,689.345,35.3757,4.64838,86400,3,0,742,0,1,0,0,0),(83788,2354,560,3,1,0,0,2052.84,650.034,39.2039,4.15593,86400,3,0,742,0,1,0,0,0),(83789,2385,560,3,1,0,0,2023.27,602.501,47.4992,4.15593,86400,3,0,840,0,1,0,0,0),(83790,2385,560,3,1,0,0,1994,613.229,42.3876,0.126054,86400,3,0,840,0,1,0,0,0),(83791,2354,560,3,1,0,0,1988,645.965,34.5493,1.76989,86400,3,0,742,0,1,0,0,0),(83792,2350,560,3,1,0,0,1920.98,680.047,32.208,3.80172,86400,3,0,494,0,1,0,0,0),(83793,2350,560,3,1,0,0,1881.94,640.359,29.5184,3.79701,86400,3,0,494,0,1,0,0,0),(83794,2350,560,3,1,0,0,1845.33,674.131,27.9614,2.64875,86400,3,0,494,0,1,0,0,0),(83795,2350,560,3,1,0,0,1789.78,707.795,23.1611,2.36837,86400,3,0,494,0,1,0,0,0),(83796,2354,560,3,1,0,0,1739.75,737.258,26.3951,3.09329,86400,3,0,742,0,1,0,0,0),(83797,2385,560,3,1,0,0,1694.83,724.909,30.7032,3.88576,86400,3,0,840,0,1,0,0,0),(83798,2354,560,3,1,0,0,1684.71,688.62,30.8706,4.51565,86400,3,0,742,0,1,0,0,0),(83799,2350,560,3,1,0,0,1675.03,681.037,33.7848,2.84903,86400,3,0,494,0,1,0,0,0),(83800,2354,560,3,1,0,0,1609.78,718.351,37.7279,2.33302,86400,3,0,742,0,1,0,0,0),(83801,2385,560,3,1,0,0,1569.33,714.98,52.3088,3.56688,86400,3,0,840,0,1,0,0,0),(83802,2354,560,3,1,0,0,1536.91,672.594,61.9369,4.12766,86400,3,0,742,0,1,0,0,0),(83803,2350,560,3,1,0,0,1530.94,637.455,62.986,4.62482,86400,3,0,494,0,1,0,0,0),(83804,2354,560,3,1,0,0,1552.42,619.497,57.8484,5.58693,86400,3,0,742,0,1,0,0,0),(83805,2385,560,3,1,0,0,1595.89,594.081,53.5599,6.10058,86400,3,0,840,0,1,0,0,0),(83806,2385,560,3,1,0,0,1629.08,582.023,45.0269,4.98453,86400,3,0,840,0,1,0,0,0),(83807,2385,560,3,1,0,0,1656.54,518.553,44.9819,5.28612,86400,3,0,840,0,1,0,0,0),(83808,2385,560,3,1,0,0,1631.42,485.46,45.6755,3.67762,86400,3,0,840,0,1,0,0,0),(83809,2385,560,3,1,0,0,1585.51,487.178,46.6464,2.85767,86400,3,0,840,0,1,0,0,0),(83810,2354,560,3,1,0,0,1547.22,483.024,45.2108,3.31241,86400,3,0,742,0,1,0,0,0),(83811,2350,560,3,1,0,0,1492.85,476.647,41.9643,2.80819,86400,3,0,494,0,1,0,0,0),(83812,2354,560,3,1,0,0,1428.1,489.808,37.5686,3.09093,86400,3,0,742,0,1,0,0,0),(83813,2385,560,3,1,0,0,1372.83,483.288,32.7204,3.39017,86400,3,0,840,0,1,0,0,0),(83814,2354,560,3,1,0,0,1327.01,481.1,32.5647,3.09564,86400,3,0,742,0,1,0,0,0),(83815,2350,560,3,1,0,0,1274.96,480.505,38.7621,3.96351,86400,3,0,494,0,1,0,0,0),(83816,2354,560,3,1,0,0,1304.73,493.081,36.9059,0.730027,86400,3,0,742,0,1,0,0,0),(83817,2385,560,3,1,0,0,1341.49,516.872,30.1399,1.04419,86400,3,0,840,0,1,0,0,0),(83818,2354,560,3,1,0,0,1388.05,568.397,15.5701,0.669551,86400,3,0,742,0,1,0,0,0),(83819,2354,560,3,1,0,0,1400.88,558.81,27.6146,5.18009,86400,3,0,742,0,1,0,0,0),(83820,2385,560,3,1,0,0,1441.94,528.069,37.2935,0.238367,86400,3,0,840,0,1,0,0,0),(83821,2385,560,3,1,0,0,1491.68,552.875,46.2558,1.1832,86400,3,0,840,0,1,0,0,0),(83822,2385,560,3,1,0,0,1512.44,594.561,55.4158,0.992349,86400,3,0,840,0,1,0,0,0),(83823,2385,560,3,1,0,0,1534.01,526.102,46.1278,4.97039,86400,3,0,840,0,1,0,0,0),(83824,2354,560,3,1,0,0,1589.9,449.231,49.6855,5.35838,86400,3,0,742,0,1,0,0,0),(83825,2385,560,3,1,0,0,1629.58,400.056,51.0666,5.78014,86400,3,0,840,0,1,0,0,0),(83826,2350,560,3,1,0,0,1701.32,363.145,55.459,6.21839,86400,3,0,494,0,1,0,0,0),(83827,2354,560,3,1,0,0,1754.78,379.499,52.3389,0.759871,86400,3,0,742,0,1,0,0,0),(83828,2385,560,3,1,0,0,1799.85,405.422,51.0274,5.97806,86400,3,0,840,0,1,0,0,0),(83829,2354,560,3,1,0,0,1848.8,357.487,52.4408,5.07563,86400,3,0,742,0,1,0,0,0),(83830,2354,560,3,1,0,0,1806.7,334.682,52.352,3.30063,86400,3,0,742,0,1,0,0,0),(83831,2385,560,3,1,0,0,1750.86,326.313,51.2555,3.07915,86400,3,0,840,0,1,0,0,0),(83832,2354,560,3,1,0,0,1711.19,364.127,55.7386,3.4208,86400,3,0,742,0,1,0,0,0),(83833,2354,560,3,1,0,0,1835.41,458.771,47.8065,1.73141,86400,3,0,742,0,1,0,0,0),(83834,2385,560,3,1,0,0,1861.47,506.058,47.8019,0.482624,86400,3,0,840,0,1,0,0,0),(83835,2350,560,3,1,0,0,1915.5,545.78,42.1808,0.805422,86400,3,0,494,0,1,0,0,0),(83836,2354,560,3,1,0,0,1934.32,563.542,41.8713,0.477911,86400,3,0,742,0,1,0,0,0),(83837,2354,560,3,1,0,0,2165.54,733.602,37.8337,1.90655,86400,3,0,742,0,1,0,0,0),(83838,2385,560,3,1,0,0,2200.91,787.671,46.9949,1.77146,86400,3,0,840,0,1,0,0,0),(83839,2350,560,3,1,0,0,2199.66,854.432,52.4732,0.627133,86400,3,0,494,0,1,0,0,0),(83840,2354,560,3,1,0,0,2236,910.365,50.4931,0.740231,86400,3,0,742,0,1,0,0,0),(83841,2354,560,3,1,0,0,2325.26,697.996,58.4566,5.10312,86400,3,0,742,0,1,0,0,0),(83842,2385,560,3,1,0,0,2336.17,660.154,55.5428,4.49051,86400,3,0,840,0,1,0,0,0),(83843,2350,560,3,1,0,0,2339.36,616.178,54.5245,5.58143,86400,3,0,494,0,1,0,0,0),(83844,2385,560,3,1,0,0,2361.36,608.599,55.5608,0.928726,86400,3,0,840,0,1,0,0,0),(83845,2354,560,3,1,0,0,2415.08,615.691,57.3233,0.915374,86400,3,0,742,0,1,0,0,0),(83846,2354,560,3,1,0,0,2457.89,644.82,56.2101,5.97412,86400,3,0,742,0,1,0,0,0),(83847,2354,560,3,1,0,0,2316.29,546.669,41.2666,3.90539,86400,3,0,742,0,1,0,0,0),(83848,2385,560,3,1,0,0,2283.16,564.297,41.1094,2.60005,86400,3,0,840,0,1,0,0,0),(83849,2350,560,3,1,0,0,2236.14,621.365,36.7163,2.36758,86400,3,0,494,0,1,0,0,0),(83850,2354,560,3,1,0,0,2236.45,655.641,38.9432,1.13057,86400,3,0,742,0,1,0,0,0),(83851,2354,560,3,1,0,0,2216.32,543.053,41.1329,5.32146,86400,3,0,742,0,1,0,0,0),(83852,2354,560,3,1,0,0,2205.17,513.47,43.4353,3.34932,86400,3,0,742,0,1,0,0,0),(83853,2350,560,3,1,0,0,2192.48,504.821,51.6471,4.9751,86400,3,0,494,0,1,0,0,0),(83854,2385,560,3,1,0,0,2199.1,433.049,56.7023,4.97981,86400,3,0,840,0,1,0,0,0),(83855,2354,560,3,1,0,0,2256.33,388.409,58.1366,5.98119,86400,3,0,742,0,1,0,0,0),(83856,2385,560,3,1,0,0,2319.98,363.536,63.112,5.33324,86400,3,0,840,0,1,0,0,0),(83857,2350,560,3,1,0,0,2344.38,305.558,67.8938,4.90205,86400,3,0,494,0,1,0,0,0),(83858,2354,560,3,1,0,0,2362.09,247.008,76.6937,5.11176,86400,3,0,742,0,1,0,0,0),(83859,2385,560,3,1,0,0,2400.12,188.963,92.617,5.50288,86400,3,0,840,0,1,0,0,0),(83860,2354,560,3,1,0,0,2436.46,165.517,102.607,5.89166,86400,3,0,742,0,1,0,0,0),(83861,2354,560,3,1,0,0,2408.74,133.56,94.8514,4.01377,86400,3,0,742,0,1,0,0,0),(83862,2385,560,3,1,0,0,2367.01,96.5249,87.8238,3.16083,86400,3,0,840,0,1,0,0,0),(83863,2350,560,3,1,0,0,2289.06,88.7103,65.4377,5.12825,86400,3,0,494,0,1,0,0,0),(83864,2354,560,3,1,0,0,2329.23,23.5776,80.9516,5.46048,86400,3,0,742,0,1,0,0,0),(83865,2354,560,3,1,0,0,1840.05,605.719,35.5535,5.14161,86400,3,0,742,0,1,0,0,0),(83866,2385,560,3,1,0,0,1860.41,561.583,40.9108,5.24999,86400,3,0,840,0,1,0,0,0),(83867,2350,560,3,1,0,0,1876.42,496.882,46.6764,3.51505,86400,3,0,494,0,1,0,0,0),(83868,2385,560,3,1,0,0,1953.25,560.29,44.1703,0.632634,86400,3,0,840,0,1,0,0,0),(83869,2350,560,3,1,0,0,1975.83,576.846,44.175,0.632634,86400,3,0,494,0,1,0,0,0),(83870,2354,560,3,1,0,0,2027.89,626.111,45.2915,1.53034,86400,3,0,742,0,1,0,0,0),(83871,2350,560,3,1,0,0,1907.46,300.469,62.7818,2.83412,86400,3,0,494,0,1,0,0,0),(83872,2385,560,3,1,0,0,1824.11,284.342,62.8299,4.01457,86400,3,0,840,0,1,0,0,0),(83873,2354,560,3,1,0,0,1937.31,71.58,58.2425,4.97197,86400,3,0,742,0,1,0,0,0),(83874,2385,560,3,1,0,0,1922.89,4.17176,54.2034,4.97433,86400,3,0,840,0,1,0,0,0),(83875,2350,560,3,1,0,0,1938.01,-15.1232,57.9452,0.286286,86400,3,0,494,0,1,0,0,0),(83876,2354,560,3,1,0,0,1992.59,-7.84647,54.4811,5.97807,86400,3,0,742,0,1,0,0,0),(83877,2385,560,3,1,0,0,2046,-24.6693,59.9998,5.97807,86400,3,0,840,0,1,0,0,0),(83878,2354,560,3,1,0,0,2113.42,-25.3041,66.8198,0.286286,86400,3,0,742,0,1,0,0,0),(83879,2385,560,3,1,0,0,2207.7,-81.5329,83.0974,5.4542,86400,3,0,840,0,1,0,0,0),(83880,2385,560,3,1,0,0,2211.75,-107.583,86.3452,4.27846,86400,3,0,840,0,1,0,0,0),(83881,2385,560,3,1,0,0,2175.9,-211.096,69.1768,1.7212,86400,3,0,840,0,1,0,0,0),(83882,2354,560,3,1,0,0,2243.16,-86.5874,86.8439,0.545463,86400,3,0,742,0,1,0,0,0),(83883,2385,560,3,1,0,0,2279.52,-64.5863,87.5276,0.545463,86400,3,0,840,0,1,0,0,0),(83884,2350,560,3,1,0,0,2343.91,-57.5838,89.1852,0.545463,86400,3,0,494,0,1,0,0,0),(83885,2354,560,3,1,0,0,2376.99,-32.7886,95.1279,2.70766,86400,3,0,742,0,1,0,0,0),(83886,2354,560,3,1,0,0,2321.37,15.1089,76.3767,2.11862,86400,3,0,742,0,1,0,0,0),(83887,2354,560,3,1,0,0,2343.31,159.422,78.1826,0.775585,86400,3,0,742,0,1,0,0,0),(83888,2385,560,3,1,0,0,2348.5,156.282,78.9334,6.27651,86400,3,0,840,0,1,0,0,0),(83889,2350,560,3,1,0,0,2409.46,155.875,97.1508,6.27651,86400,3,0,494,0,1,0,0,0),(83890,2354,560,3,1,0,0,2384.67,109.471,91.3312,4.13159,86400,3,0,742,0,1,0,0,0),(83891,2385,560,3,1,0,0,2381.12,54.2359,90.9813,4.72064,86400,3,0,840,0,1,0,0,0),(83892,2354,560,3,1,0,0,2302.23,4.85901,77.6613,3.54254,86400,3,0,742,0,1,0,0,0),(83893,2354,560,3,1,0,0,2003.23,-57.4405,56.9819,2.4634,86400,3,0,742,0,1,0,0,0),(83894,2385,560,3,1,0,0,1940.04,38.5657,56.2523,1.87436,86400,3,0,840,0,1,0,0,0),(83895,2385,560,3,1,0,0,1788.73,150.698,55.2145,3.4428,86400,3,0,840,0,1,0,0,0),(83896,2350,560,3,1,0,0,1754.37,212.047,58.9226,1.45574,86400,3,0,494,0,1,0,0,0),(83897,2354,560,3,1,0,0,1764.02,295.492,52.8127,1.45574,86400,3,0,742,0,1,0,0,0),(83898,2354,560,3,1,0,0,1770.44,351.066,52.0424,1.45574,86400,3,0,742,0,1,0,0,0),(83899,2385,560,3,1,0,0,1717.28,338.181,54.6755,3.42709,86400,3,0,840,0,1,0,0,0),(83900,2354,560,3,1,0,0,1967.38,291.461,65.7698,5.94665,86400,3,0,742,0,1,0,0,0),(83901,17819,560,3,1,0,1,2113.12,195.772,66.2218,2.46529,86400,0,0,17736,0,0,0,0,0),(83902,17820,560,3,1,0,1,2109.01,189.145,66.2221,2.57525,86400,0,0,17736,0,0,0,0,0),(83903,17819,560,3,1,0,1,2120.17,223.408,64.8717,4.53953,86400,0,0,17736,0,0,0,0,0),(83904,17819,560,3,1,0,1,2119.47,219.019,64.8917,1.40579,86400,0,0,17736,0,0,0,0,0),(83905,17819,560,3,1,0,1,2076.55,168.677,65.1504,3.72429,86400,0,0,17736,0,0,0,0,0),(83906,17840,560,3,1,0,0,2122.54,183.843,69.253,5.73098,86400,0,0,10645,0,0,0,0,0),(83907,17820,560,3,1,0,1,2124.23,182.621,69.4139,5.70349,86400,0,0,17736,0,0,0,0,0),(83908,17819,560,3,1,0,1,2073.18,166.098,65.0422,0.634532,86400,0,0,17736,0,0,0,0,0),(83909,17819,560,3,1,0,1,2078.83,218.735,64.8736,2.47713,86400,0,0,17736,0,0,0,0,0),(83910,17819,560,3,1,0,1,2120.48,234.527,64.8737,1.1796,86400,0,0,17736,0,0,0,0,0),(83911,17840,560,3,1,0,0,2119.27,231.822,64.8737,1.00681,86400,0,0,10645,0,0,0,0,0),(83912,17820,560,3,1,0,1,2141.53,174.744,66.2217,2.54227,86400,0,0,17736,0,0,0,0,0),(83913,17820,560,3,1,0,1,2137.49,168.56,66.2217,2.4598,86400,0,0,17736,0,0,0,0,0),(83964,18598,560,3,1,0,0,2208.77,250.57,54.463,1.467,7200,0,0,5914,0,0,0,0,0),(83961,18598,560,3,1,0,0,2176.77,252.22,54.124,1.55,7200,0,0,5914,0,0,0,0,0),(83960,18598,560,3,1,0,0,2155.47,236.9,53.8478,0.7,7200,0,0,5914,0,0,0,0,0),(83957,18598,560,3,1,0,0,2192.58,238.444,52.441,4.23008,7200,0,0,5914,0,0,0,0,0),(83954,18598,560,3,1,0,0,2191.29,235.69,52.468,1.157,7200,0,0,5914,0,0,0,0,0),(83953,18598,560,3,1,0,0,2201.58,241.879,53.0639,2.85876,7200,0,0,5914,0,0,0,0,0),(83952,18598,560,3,1,0,0,2186.21,242.686,52.7649,5.80793,7200,0,0,5914,0,0,0,0,0),(83947,18598,560,3,1,0,0,2175.35,234.429,52.456,4.59,7200,0,0,5914,0,0,0,0,0),(83922,17820,560,3,1,0,1,2074.32,110.602,53.3292,5.88492,86400,0,0,17736,0,0,0,0,0),(83923,17819,560,3,1,0,1,2072.64,106.504,53.3294,5.85351,86400,0,0,17736,0,0,0,0,0),(83924,17819,560,3,1,0,1,2068.75,112.026,54.6787,2.01409,86400,0,0,17736,0,0,0,0,0),(83946,18598,560,3,1,0,0,2111.03,154.628,52.4409,4.23541,7200,0,0,5914,0,0,0,0,0),(83926,17819,560,3,1,0,1,2082.69,73.5106,52.4411,0.489631,86400,0,0,17736,0,0,0,0,0),(83927,17819,560,3,1,0,1,2084.96,69.4752,52.4764,0.480697,86400,0,0,17736,0,0,0,0,0),(83928,17819,560,3,1,0,1,2118.16,54.8553,52.5457,1.10907,86400,0,0,17736,0,0,0,0,0),(83929,17819,560,3,1,0,1,2121.62,52.6229,52.4409,1.02381,86400,0,0,17736,0,0,0,0,0),(83930,17820,560,3,1,0,1,2110.67,69.1812,52.5041,2.52167,86400,0,0,17736,0,0,0,0,0),(83931,17840,560,3,1,0,0,2112.97,67.542,52.5256,2.52167,86400,0,0,10645,0,0,0,0,0),(83932,17820,560,3,1,0,1,2138.01,47.761,52.441,5.62399,86400,0,0,17736,0,0,0,0,0),(83933,17840,560,3,1,0,0,2135.19,49.647,52.441,5.69468,86400,0,0,10645,0,0,0,0,0),(83934,17819,560,3,1,0,1,2070.83,71.4879,53.6836,2.25856,86400,0,0,17736,0,0,0,0,0),(83935,17833,560,3,1,0,1,2181.28,139.613,88.2164,2.67875,86400,0,0,14674,14665,0,0,0,0),(83936,17819,560,3,1,0,1,2186.96,137.735,88.2164,2.71802,86400,0,0,17736,0,0,0,0,0),(83937,17860,560,3,1,0,1,2189.84,142.759,88.2164,2.71409,86400,0,0,18345,0,0,0,0,0),(83938,17820,560,3,1,0,1,2185.07,146.42,88.2164,2.60806,86400,0,0,17736,0,0,0,0,0),(83939,18764,560,3,1,0,0,2183.04,111.732,89.4549,4.185,86400,0,0,5914,0,0,0,0,0),(83940,17820,560,3,1,0,1,2208.24,106.283,89.4549,2.97721,86400,0,0,17736,0,0,0,0,0),(83941,17840,560,3,1,0,0,2210.61,107.33,89.4549,3.8058,86400,0,0,10645,0,0,0,0,0),(83942,17833,560,3,1,0,1,2122.02,182.829,53.2169,5.92402,86400,0,0,14674,14665,0,0,0,0),(83943,17833,560,3,1,0,1,2124.24,185.669,52.8671,4.50638,86400,0,0,14674,14665,0,0,0,0),(83944,17819,560,3,1,0,1,2127.02,182.627,52.7427,3.08088,86400,0,0,17736,0,0,0,0,0),(83945,17819,560,3,1,0,1,2124.97,179.927,52.6141,1.75355,86400,0,0,17736,0,0,0,0,0),(83925,18598,560,3,1,0,0,2076.49,75.11,53.667,5.08,7200,0,0,5914,0,0,0,0,0),(83921,18598,560,3,1,0,0,2068.06,67.342,54.356,2.897,7200,0,0,5914,0,0,0,0,0),(83948,17820,560,3,1,0,1,2161.25,232.944,52.441,5.44257,86400,0,0,17736,0,0,0,0,0),(83949,17820,560,3,1,0,1,2164.78,235.551,52.441,5.23774,86400,0,0,17736,0,0,0,0,0),(83950,17819,560,3,1,0,1,2166.98,217.204,52.8188,0.32192,86400,0,0,17736,0,0,0,0,0),(83951,17840,560,3,1,0,0,2164.4,216.06,52.6709,0.424021,86400,0,0,10645,0,0,0,0,0),(83920,18598,560,3,1,0,0,2058.8,117.234,55.408,2.587,7200,0,0,5914,0,0,0,0,0),(83919,18598,560,3,1,0,0,2062.86,111.946,55.394,2.014,7200,0,0,5914,0,0,0,0,0),(83918,18598,560,3,1,0,0,2104.58,55.877,54.256,1.691,7200,0,0,5914,0,0,0,0,0),(83955,17819,560,3,1,0,1,2195.49,253.833,52.4421,4.21357,86400,0,0,17736,0,0,0,0,0),(83956,17819,560,3,1,0,1,2191.87,256.267,52.4422,4.13204,86400,0,0,17736,0,0,0,0,0),(83917,18598,560,3,1,0,0,2113.6,80.1264,53.0217,1.78515,7200,0,0,5914,0,0,0,0,0),(83958,17820,560,3,1,0,1,2195.96,258.857,54.0546,0.636878,86400,0,0,17736,0,0,0,0,0),(83959,17820,560,3,1,0,1,2172.72,261.189,53.5547,1.63345,86400,0,0,17736,0,0,0,0,0),(83916,18598,560,3,1,0,0,2106.94,40.976,54.554,4.754,7200,0,0,5914,0,0,0,0,0),(83915,18598,560,3,1,0,0,2105.86,99.483,52.568,3.881,7200,0,0,5914,0,0,0,0,0),(83962,17819,560,3,1,0,1,2186.06,272.098,52.7956,3.30242,86400,0,0,17736,0,0,0,0,0),(83963,17840,560,3,1,0,0,2187.73,272.262,52.7267,3.14534,86400,0,0,10645,0,0,0,0,0),(83914,18598,560,3,1,0,0,2097.88,96.411,52.8751,6.24621,7200,0,0,5914,0,0,0,0,0),(83456,18598,560,3,1,0,0,2104.87,91.259,53.1445,1.97364,7200,0,0,5914,0,0,0,0,0),(83966,17833,560,3,1,0,1,2220.92,183.993,98.3113,3.23645,86400,0,0,14674,14665,0,0,0,0),(83967,17833,560,3,1,0,1,2221.87,176.493,98.0355,3.26786,86400,0,0,14674,14665,0,0,0,0),(83968,17819,560,3,1,0,1,2231.95,184.198,102.564,3.22859,86400,0,0,17736,0,0,0,0,0),(83969,17820,560,3,1,0,1,2232.44,179.266,102.561,3.24037,86400,0,0,17736,0,0,0,0,0),(83970,18765,560,3,1,0,1,2204.82,160.47,89.4549,5.75757,86400,0,0,5914,0,0,0,0,0),(83971,17820,560,3,1,0,1,2222.86,120.352,89.4549,1.39547,86400,0,0,17736,0,0,0,0,0),(83972,17819,560,3,1,0,1,2225.36,124.204,89.4549,3.93545,86400,0,0,17736,0,0,0,0,0),(83973,17833,560,3,1,0,1,2215.29,131.741,103.379,1.76776,86400,0,0,14674,14665,0,0,0,0),(83974,17820,560,3,1,0,1,2214.79,134.233,103.379,4.88579,86400,0,0,17736,0,0,0,0,0),(83975,17833,560,3,1,0,1,2211.84,126.955,103.379,3.34248,86400,0,0,14674,14665,0,0,0,0),(83976,17819,560,3,1,0,1,2208.62,126.092,103.379,0.204816,86400,0,0,17736,0,0,0,0,0),(83977,17820,560,3,1,0,1,2222.13,90.7906,89.4559,3.62523,86400,0,0,17736,0,0,0,0,0),(83978,17846,560,3,1,0,0,2165.57,54.8847,64.809,4.41926,86400,0,0,17151,0,0,0,0,0),(83979,17846,560,3,1,0,0,2172.75,54.4972,66.1298,4.21899,86400,0,0,17151,0,0,0,0,0),(83980,17846,560,3,1,0,0,2201.82,33.1603,66.1087,2.70239,86400,0,0,17151,0,0,0,0,0),(83981,17846,560,3,1,0,0,2193.96,22.413,64.7908,2.73381,86400,0,0,17151,0,0,0,0,0),(83982,18673,560,3,1,0,0,2193.28,20.9314,64.789,2.71024,86400,0,0,17151,0,0,0,0,0),(83983,17846,560,3,1,0,0,2189.75,5.89241,66.126,2.65527,86400,0,0,17151,0,0,0,0,0),(83984,17846,560,3,1,0,0,2179.42,-0.939732,66.1252,1.79133,86400,0,0,17151,0,0,0,0,0),(83985,17846,560,3,1,0,0,2145.42,13.9408,66.1736,0.530764,86400,0,0,17151,0,0,0,0,0),(83986,17820,560,3,1,0,1,2085.48,46.7439,52.5225,4.3745,86400,0,0,17736,0,0,0,0,0),(83987,17820,560,3,1,0,1,2053.22,87.8803,52.5469,3.53099,86400,0,0,17736,0,0,0,0,0),(83988,2354,560,3,1,0,0,1964.69,333.723,60.1776,4.18619,86400,3,0,742,0,1,0,0,0),(83989,17876,560,3,1,0,0,2231.89,119.956,82.2979,4.21682,86400,0,0,37956,0,0,0,0,0),(83990,2350,560,3,1,0,0,1937.35,359.722,58.7813,1.80879,86400,3,0,494,0,1,0,0,0),(83991,2385,560,3,1,0,0,1971.06,431.124,60.9672,0.948781,86400,3,0,840,0,1,0,0,0),(83992,2354,560,3,1,0,0,2026.85,502.427,58.8477,1.48364,86400,3,0,742,0,1,0,0,0),(83993,2354,560,3,1,0,0,1950.46,471.01,57.2913,3.16675,86400,3,0,742,0,1,0,0,0),(83994,2350,560,3,1,0,0,1885.13,462.837,51.5093,3.47305,86400,3,0,494,0,1,0,0,0),(83995,2354,560,3,1,0,0,1945.81,400.874,60.6708,0.896162,86400,3,0,742,0,1,0,0,0),(83996,17833,560,3,1,0,1,2232.9,126.152,89.4551,3.47509,86400,0,0,14674,14665,0,0,0,0),(83997,17860,560,3,1,0,1,2230.59,119.039,89.455,1.8158,86400,0,0,18345,0,0,0,0,0),(84000,18887,560,3,1,0,0,2664.2,656.724,61.9367,2.64719,86400,0,0,699,0,0,0,0,0),(84001,18664,560,3,1,0,0,2623.23,674.935,54.598,0.0522261,86400,0,0,2899,5598,0,0,0,0),(84007,18093,560,3,1,0,1,2628.8,713.694,56.0762,2.04777,86400,0,0,14674,2933,0,0,0,0),(84008,18093,560,3,1,0,1,2637.42,718.284,56.546,2.06741,86400,0,0,14674,2933,0,0,0,0),(84009,18092,560,3,1,0,1,2633.49,665.289,54.3305,1.23986,86400,0,0,18345,0,2,0,0,0),(84010,18092,560,3,1,0,1,2630.62,666.227,54.2863,1.25556,86400,0,0,18345,0,2,0,0,0),(84011,18672,560,3,1,0,1,2632.75,666.366,54.3134,0.147891,86400,0,0,1753,0,2,0,0,0),(84012,18094,560,3,1,0,1,2642.08,749.883,63.272,2.59624,86400,0,0,14674,2933,0,0,0,0),(84013,21344,560,3,1,0,0,2648.34,700.608,56.2363,5.28623,86400,0,0,83,104,2,0,0,0),(84014,20428,560,3,1,0,0,2648.42,701.486,56.2887,5.51583,86400,0,0,40,120,0,0,0,0),(84015,20429,560,3,1,0,0,2649.23,700.131,56.271,2.2648,86400,0,0,40,120,0,0,0,0),(84016,20357,560,3,1,0,0,1821.21,1055.1,11.296,2.61274,86400,0,0,276,295,0,0,0,0),(84017,20358,560,3,1,0,0,1819.38,1056.91,11.2595,5.33572,86400,0,0,230,249,0,0,0,0),(86065,19389,565,1,1,0,1,121.425,353.774,5.57,3.99279,604800,0,0,206640,0,2,0,0,0),(83206,19389,565,1,1,0,1,113.294,354.383,3.60133,4.55668,604800,0,0,206640,0,0,0,0,0),(72432,19389,565,1,1,0,1,97.2598,285.685,1.92696,4.6146,604800,0,0,206640,0,0,0,0,0),(84027,1696,34,1,1,0,1,159.582,1.25311,-25.6062,6.25925,86400,0,0,1953,0,0,0,0,0),(18715,6906,70,1,1,5710,1,-353.007,117.186,-44.3684,0.523599,86400,0,0,4755,0,0,0,0,0),(22332,4822,48,1,1,1001,0,-434.535,106.072,-70.5668,2.93215,86400,5,0,1686,0,1,0,0,0),(25066,4822,48,1,1,1001,0,-443.161,130.462,-70.5796,1.8675,86400,5,0,1686,0,1,0,0,0),(19226,4822,48,1,1,1001,0,-409.104,180.943,-56.4831,4.04916,86400,5,0,1686,0,1,0,0,0),(22274,4807,48,1,1,4762,1,-342.759,214.898,-68.774,2.00713,86400,5,0,2529,0,1,0,0,0),(18989,4807,48,1,1,4762,1,-326.35,191.841,-65.5993,0.24262,86400,5,0,2529,0,1,0,0,0),(18756,4822,48,1,1,1001,0,-387.244,173.772,-56.6372,1.95477,86400,5,0,1686,0,1,0,0,0),(18751,4815,48,1,1,2835,0,-325.462,129.509,-48.1088,0.575959,86400,5,0,1686,0,1,0,0,0),(18752,4815,48,1,1,2835,0,-347.126,130.557,-50.7097,1.8326,86400,5,0,1686,0,1,0,0,0),(27409,4813,48,1,1,2876,1,-813.087,-99.3175,-25.6698,3.68265,86400,0,0,1482,2886,0,0,0,0),(18746,4820,48,1,1,3617,0,-422.341,4.16348,-47.8643,1.78024,86400,1,0,1599,1162,1,0,0,0),(18745,4819,48,1,1,11293,0,-422.97,25.0112,-48.0705,3.45575,86400,3,0,1815,0,1,0,0,0),(18743,6243,48,1,1,1773,1,-412.653,40.919,-48.1363,4.31096,86400,0,0,3906,0,0,0,0,0),(18742,4819,48,1,1,11293,0,-410.273,22.8632,-48.4303,1.17895,86400,1,0,1815,0,1,0,0,0),(84079,3586,36,1,1,0,1,-152.545,-526.434,51.133,1.73877,86400,0,0,1347,0,0,0,0,0),(3447,3119,1,1,1,9442,1,-987.174,-4676.82,26.8719,3.34738,300,10,0,120,0,1,0,0,0),(84082,22026,530,1,1,0,0,-3050.62,2504.62,63.1857,0.320444,25000,0,0,6542,0,0,0,0,0),(47643,8916,230,1,1,9069,1,538.864,-166.645,-34.0779,5.91667,7200,0,0,2304,1807,0,0,0,0),(84085,17702,530,1,1,0,1,-2426.15,-12169.1,32.5905,5.55192,300,0,0,273,0,0,0,0,0),(207593,15102,530,1,1,0,0,-1782.26,5249.88,-40.1258,1.0821,120,0,0,1,0,0,0,0,0),(207592,15102,530,1,1,0,0,-1779.92,5252.18,-40.1258,3.90954,120,0,0,1,0,0,0,0,0),(207591,15102,530,1,1,0,0,-1764.38,5158.26,-37.1216,5.86431,120,0,0,1,0,0,0,0,0),(207590,15102,530,1,1,0,0,-1678.97,5505.96,-40.307,5.79449,120,0,0,1,0,0,0,0,0),(84090,14848,530,1,1,0,1,-3919.03,-11551.5,-150.166,1.57704,300,0,0,104790,0,0,0,0,0),(207589,15102,530,1,1,0,0,-1676.71,5504.1,-40.316,2.6529,120,0,0,1,0,0,0,0,0),(207588,15102,530,1,1,0,0,-1667.34,5413.18,-40.3227,4.7822,120,0,0,1,0,0,0,0,0),(207587,15102,530,1,1,0,0,-1667.33,5410.56,-40.3227,1.6057,120,0,0,1,0,0,0,0,0),(84094,18985,530,1,1,0,0,-3836.51,-11479,-138.694,5.00767,300,0,0,3484,5751,0,0,0,0),(143197,23929,571,1,1,0,0,2377.89,-6160.93,-19.9129,1.64061,120,5,0,1,0,1,0,0,0),(143196,23929,571,1,1,0,0,2423.32,-6059,-6.10526,3.63626,120,5,0,1,0,1,0,0,0),(143195,23929,571,1,1,0,0,2384.59,-6092.62,-3.65338,5.48191,120,5,0,1,0,1,0,0,0),(84101,16248,530,1,1,0,0,6628.6,-6342.53,10.0853,6.08446,300,0,0,520,490,0,0,0,0),(84102,16329,530,1,1,0,1,6478.92,-6373.74,27.2051,2.84861,300,0,0,3712,1020,0,0,0,0),(84103,16333,530,1,1,0,1,6793.03,-7184.43,25.8965,4.28199,300,7,0,328,0,1,0,0,0),(84104,17591,530,1,1,17115,1,-4439.19,-12662.9,19.2655,0.75624,300,3,0,103,0,1,0,0,0),(84105,17591,530,1,1,17115,1,-4436.11,-12631.4,16.887,5.81027,300,3,0,103,0,1,0,0,0),(84106,17591,530,1,1,17115,1,-4468.51,-12659.8,18.1311,5.18588,300,3,0,103,0,1,0,0,0),(84107,17591,530,1,1,17115,1,-4484.53,-12320.6,16.1904,0.0807885,300,3,0,103,0,1,0,0,0),(84108,17591,530,1,1,17115,1,-4467.87,-12349.9,16.4834,1.6673,300,3,0,103,0,1,0,0,0),(84109,17591,530,1,1,17115,1,-4716.88,-11841.3,21.9577,0.603082,300,3,0,103,0,1,0,0,0),(84110,17591,530,1,1,17115,1,-4771.48,-11914.4,28.5556,4.45153,300,3,0,103,0,1,0,0,0),(84111,17591,530,1,1,17115,1,-4754.68,-11875.6,24.5643,4.1413,300,3,0,103,0,1,0,0,0),(84112,17591,530,1,1,17115,1,-4575.74,-11837.8,27.7615,1.27067,300,3,0,103,0,1,0,0,0),(84113,17591,530,1,1,17115,1,-4562.96,-11870.3,27.0418,5.13482,300,3,0,103,0,1,0,0,0),(84114,17591,530,1,1,17115,1,-4542.06,-11840,20.2551,0.658056,300,3,0,103,0,1,0,0,0),(84115,17591,530,1,1,17115,1,-4442.25,-11775.2,5.08432,5.46862,300,3,0,103,0,1,0,0,0),(84116,17591,530,1,1,17115,1,-4287.74,-11565.4,15.7463,1.21176,300,3,0,103,0,1,0,0,0),(84117,17591,530,1,1,17115,1,-4337.56,-11537.3,11.1132,4.32194,300,3,0,103,0,1,0,0,0),(84118,17591,530,1,1,17115,1,-4572.7,-11588.3,14.1249,3.29699,300,3,0,103,0,1,0,0,0),(84119,17591,530,1,1,17115,1,-4444.96,-11739.2,3.92559,4.5497,300,3,0,103,0,1,0,0,0),(84120,17591,530,1,1,17115,1,-4385.78,-11958.7,15.859,1.41989,300,3,0,103,0,1,0,0,0),(84121,17591,530,1,1,17115,1,-4405.04,-11928.5,14.4276,2.09533,300,3,0,103,0,1,0,0,0),(84122,17591,530,1,1,17115,1,-4411.27,-11994.1,18.463,3.29699,300,3,0,103,0,1,0,0,0),(84123,17591,530,1,1,17115,1,-4452.88,-11975.8,30.8552,2.9789,300,3,0,103,0,1,0,0,0),(84124,17591,530,1,1,17115,1,-4407.39,-11743.2,4.98888,1.80866,300,3,0,103,0,1,0,0,0),(84125,17591,530,1,1,17115,1,-3439.96,-11981,17.3588,5.29974,300,3,0,103,0,1,0,0,0),(84126,17591,530,1,1,17115,1,-3464.62,-11966.8,13.25,5.60997,300,3,0,103,0,1,0,0,0),(84127,17591,530,1,1,17115,1,-3463.9,-12009.6,18.7404,0.65411,300,3,0,103,0,1,0,0,0),(84128,17591,530,1,1,17115,1,-3147.75,-12626.8,30.0281,4.81673,300,3,0,103,0,1,0,0,0),(84129,17591,530,1,1,17115,1,-3181.16,-12675.8,24.6686,4.02348,300,3,0,103,0,1,0,0,0),(84130,17591,530,1,1,17115,1,-3266.93,-12701.2,22.0934,3.55616,300,3,0,103,0,1,0,0,0),(84131,17591,530,1,1,17115,1,-3319.55,-12679.5,20.4153,1.2785,300,3,0,103,0,1,0,0,0),(84132,17591,530,1,1,17115,1,-3342.66,-12630.2,37.487,0.418494,300,3,0,103,0,1,0,0,0),(84133,17591,530,1,1,17115,1,-3084.32,-12681.7,5.75133,1.99714,300,3,0,103,0,1,0,0,0),(84257,20480,530,1,1,0,0,2474.45,2140.5,94.8416,3.14397,300,0,0,7850,0,0,0,0,0),(84258,20480,530,1,1,0,0,2479.45,2074.89,90.7218,1.58646,300,0,0,7850,0,0,0,0,0),(84259,20480,530,1,1,0,0,2487.34,2102.45,94.7489,3.53018,300,0,0,7850,0,0,0,0,0),(84260,20480,530,1,1,0,0,2483.01,2099.36,94.4718,1.3093,300,0,0,7850,0,0,0,0,0),(84261,20480,530,1,1,0,0,2488.77,2095.18,94.1898,3.05213,300,0,0,7850,0,0,0,0,0),(11390,20424,560,3,1,341,1,2355.54,887.797,57.9301,3.37956,86400,0,0,198,0,0,0,0,0),(6758,505,0,1,1,520,0,-9683.55,-3029.79,52.6831,1.55396,300,10,0,449,0,1,0,0,0),(84282,21853,530,1,1,0,0,3519.07,6719.9,147.578,4.46622,300,0,0,1114,0,0,0,0,0),(84283,21853,530,1,1,0,0,3505.5,6723.31,151.703,4.46622,300,0,0,1114,0,0,0,0,0),(84284,21853,530,1,1,0,0,3348.99,7114.24,161.93,1.03493,300,0,0,1114,0,0,0,0,0),(84285,21853,530,1,1,0,0,3361.03,7107.09,160.43,1.03493,300,0,0,1114,0,0,0,0,0),(84286,20998,530,1,1,0,0,3279.02,5086.35,262.333,4.12791,300,0,0,6542,0,0,0,0,0),(84287,20998,530,1,1,0,0,3047.58,4994.29,263.789,0.350911,300,0,0,6542,0,0,0,0,0),(84288,20998,530,1,1,0,0,3121.95,5045.62,262.339,3.3771,300,0,0,6542,0,0,0,0,0),(84289,21950,530,1,1,0,1,2272.95,5984.4,142.799,6.23082,300,0,0,6986,0,0,0,0,0),(84290,21951,530,1,1,0,1,2270.95,5982.93,142.839,0.31849,300,0,0,6542,0,0,0,0,0),(84291,21952,530,1,1,0,0,2273.26,5986.73,142.754,5.14872,300,0,0,6986,0,0,0,0,0),(84292,21951,530,1,1,0,1,2271.17,5986.07,142.811,5.86431,300,0,0,6542,0,0,0,0,0),(6757,428,0,1,1,490,0,-9676.46,-2868.88,51.6369,0.98872,300,10,0,417,0,1,0,0,0),(84328,20714,530,1,1,0,0,2130.62,5155.2,266.314,3.66861,300,0,0,6116,0,0,0,0,0),(84329,20714,530,1,1,0,0,2088.64,5143.19,265.817,6.09556,300,0,0,6116,0,0,0,0,0),(84330,20714,530,1,1,0,0,1880.93,5122.83,266.025,5.94288,300,0,0,6116,0,0,0,0,0),(84331,20714,530,1,1,0,0,1842.29,5125.5,266.402,4.99302,300,0,0,6116,0,0,0,0,0),(84332,20714,530,1,1,0,0,1783.75,5167.56,267.105,3.99862,300,0,0,6116,0,0,0,0,0),(84333,21423,530,1,1,0,0,1922.95,5662.43,260.181,5.176,300,10,0,3869,0,1,0,0,0),(84334,21423,530,1,1,0,0,1944.71,5645.51,261.827,4.46761,300,10,0,3869,0,1,0,0,0),(84335,21423,530,1,1,0,0,1956.5,5601.63,256.314,3.38684,300,10,0,3869,0,1,0,0,0),(84337,21423,530,1,1,0,0,1875.76,5635.18,257.336,5.95157,300,10,0,3869,0,1,0,0,0),(84338,21423,530,1,1,0,0,1884.11,5653.29,253.676,1.09956,300,10,0,3869,0,1,0,0,0),(84339,21423,530,1,1,0,0,1837.63,5562.29,264.978,3.22886,300,10,0,3869,0,1,0,0,0),(84340,21423,530,1,1,0,0,1858.35,5634.08,257.739,0.855211,300,10,0,3869,0,1,0,0,0),(84343,21441,530,1,1,0,1,1950.71,5546.84,270.198,0.30137,300,0,0,13972,0,0,0,0,0),(84344,22089,530,1,1,0,0,1926.19,5572.02,291.793,4.93928,300,0,0,13972,0,0,0,0,0),(84345,21423,530,1,1,0,0,1881.48,5617.57,253.982,4.46737,300,10,0,3869,0,1,0,0,0),(63453,35612,530,1,1,0,1,9855.4,-7578.02,20.619,1.78024,300,0,0,1,1,0,0,0,0),(63451,35597,530,1,1,0,1,-1977.8,5267.62,-41.6556,4.39823,300,0,0,1,1,0,0,0,0),(84350,20714,530,1,1,0,0,2019.15,5663.7,266.188,3.74515,300,0,0,6116,0,0,0,0,0),(84351,21423,530,1,1,0,0,1942.81,5637.91,261.018,4.46765,300,10,0,3869,0,1,0,0,0),(84352,21423,530,1,1,0,0,1902.46,5629.22,252.022,5.38709,300,10,0,3869,0,1,0,0,0),(84353,21423,530,1,1,0,0,1928.85,5650.63,261.096,5.17604,300,10,0,3869,0,1,0,0,0),(84354,21423,530,1,1,0,0,1986.74,5662.16,265.144,0.506145,300,10,0,3869,0,1,0,0,0),(84355,21423,530,1,1,0,0,2019.76,5617.56,262.492,0.767945,300,10,0,3869,0,1,0,0,0),(84356,21423,530,1,1,0,0,2038.62,5589.81,261.41,5.86431,300,10,0,3869,0,1,0,0,0),(84357,20714,530,1,1,0,0,2410.19,5316.98,264.809,5.35519,300,0,0,6116,0,0,0,0,0),(84358,20714,530,1,1,0,0,2391.16,5291.75,266.39,2.49506,300,0,0,6116,0,0,0,0,0),(84359,20714,530,1,1,0,0,2533.72,5225.77,259.957,0.265824,300,0,0,6116,0,0,0,0,0),(84360,20714,530,1,1,0,0,2614.42,5192.97,262.784,3.53452,300,0,0,6116,0,0,0,0,0),(84361,20714,530,1,1,0,0,2618.33,5282.26,274.019,0.737406,300,0,0,6116,0,0,0,0,0),(84362,20714,530,1,1,0,0,2656.81,5276.54,269.441,0.94643,300,0,0,6116,0,0,0,0,0),(7806,2729,0,1,1,1164,0,-6987.14,-2885.09,243.356,1.95494,300,10,0,1678,0,1,0,0,0),(84366,22122,530,1,1,0,0,-218.977,5599.71,78.4751,1.78024,300,0,0,11178,3155,0,0,0,0),(144508,15325,509,1,1,0,0,-8853.16,1601.76,21.4307,3.29854,7200,0,0,1,0,2,0,0,0),(84368,22122,530,1,1,0,0,-170.684,5525.05,59.7336,5.68977,300,0,0,11178,3155,0,0,0,0),(84369,4512,530,1,1,0,0,2121.04,1435.04,64.2852,1.4021,300,0,0,2250,0,2,0,0,0),(84370,18046,530,1,1,0,1,-366.556,6202.51,26.3777,0.261799,300,0,0,22108,0,0,0,0,0),(84372,18035,530,1,1,0,0,719.491,5415.51,-26.0545,1.15192,300,0,0,5341,0,0,0,0,0),(84395,18031,530,1,1,0,0,-1896.39,-11887.7,39.0398,1.25664,300,0,0,1732,1470,0,0,0,0),(84396,18032,530,1,1,0,1,-1897.37,-11869.7,39.6608,4.88692,300,0,0,1414,1368,0,0,0,0),(84397,18027,530,1,1,0,0,-2067.84,-11863.4,50.1402,0.698132,300,0,0,1732,1470,0,0,0,0),(84398,17508,530,1,1,0,0,-2090.25,-11298.4,63.4649,5.68977,300,0,0,285,790,0,0,0,0),(84399,17528,530,1,1,0,0,-2313.08,-11266.6,36.0662,3.14159,300,0,0,360,0,0,0,0,0),(84400,19171,530,1,1,22362,1,-4044.45,-11786,9.11559,2.53073,300,0,0,42,0,0,0,0,0),(84401,20849,530,1,1,0,0,-3944.37,-11926.4,1.07681,3.63029,300,0,0,3052,0,0,0,0,0),(84402,19171,530,1,1,22362,1,-3909.22,-11614.8,-138.101,3.1765,300,0,0,42,0,0,0,0,0),(84407,19925,530,1,1,0,0,-3725.25,-11688.3,-105.53,3.66519,300,0,0,6986,0,0,0,0,0),(84408,16719,530,1,1,0,0,-3797.98,-11655.5,-106.063,4.08407,300,0,0,811,852,0,0,0,0),(84409,19171,530,1,1,22363,1,-3811.42,-11709.2,-106.409,4.64258,300,0,0,42,0,0,3,0,0),(84410,19171,530,1,1,22363,1,-4045.58,-11785,9.10616,5.60251,300,0,0,42,0,0,3,0,0),(84411,17443,530,1,1,0,1,-3398.19,-12412.1,19.1152,1.62316,300,0,0,208,205,0,0,0,0),(84412,17445,530,1,1,0,1,-3368.17,-12409.4,24.0562,1.82019,300,0,0,186,191,0,0,0,0),(84413,17444,530,1,1,0,1,-3353.89,-12406.8,25.9772,2.04204,300,0,0,301,326,0,0,0,0),(84414,17241,530,1,1,0,0,-4701.66,-12418.5,11.7104,0.994838,300,0,0,433,490,0,0,0,0),(84415,17311,530,1,1,0,0,-5357.79,-11175.3,6.43216,3.76991,300,0,0,356,0,0,0,0,0),(144507,15325,509,1,1,0,0,-8812.03,1669.48,21.5108,2.38176,7200,0,0,1,0,2,0,0,0),(144506,15325,509,1,1,0,0,-8812.03,1669.48,21.5108,2.38176,7200,0,0,1,0,2,0,0,0),(84418,19169,530,1,1,22361,1,9663.51,-7117.01,14.4069,2.53073,120,0,0,42,0,0,3,0,0),(84419,19169,530,1,1,22361,1,9690.43,-7493.95,15.8579,2.33874,120,0,0,42,0,0,3,0,0),(84420,17849,530,1,1,0,1,9871,-6557.19,10.3874,0.261799,120,0,0,117,259,0,0,0,0),(84421,16480,530,1,1,0,0,7025.41,-6814.6,42.1224,3.12414,120,0,0,377,408,0,0,0,0),(84422,16291,530,1,1,0,1,7199.96,-7096.74,57.147,4.03171,120,0,0,346,938,0,0,0,0),(84423,19169,530,1,1,22360,1,9662.28,-7116.19,14.4064,5.44543,120,0,0,42,0,0,0,0,0),(84424,19169,530,1,1,22360,1,9689.07,-7493.1,15.861,6.19592,120,0,0,42,0,0,0,0,0),(84425,17600,530,1,1,0,0,-1818.55,-12070.9,32.7632,4.15388,120,0,0,276,295,0,0,0,0),(84426,17600,530,1,1,0,0,-1811.34,-12083.6,32.4783,3.71755,120,0,0,276,295,0,0,0,0),(84427,17600,530,1,1,0,0,-1810.56,-12073.2,32.545,5.68977,120,0,0,276,295,0,0,0,0),(84428,18034,530,1,1,0,1,-2032.87,-11835.4,48.1801,3.90954,120,0,0,1414,1368,0,0,0,0),(84429,20850,530,1,1,0,0,-3941.55,-11933.1,0.599897,1.81514,120,0,0,3052,0,0,0,0,0),(84430,19171,530,1,1,22362,1,-3954.31,-11702.2,-138.799,2.6529,120,0,0,42,0,0,0,0,0),(84431,20847,530,1,1,0,0,-3964.44,-11933.2,-0.554611,2.19912,120,0,0,1524,0,0,0,0,0),(84433,17242,530,1,1,0,0,-4693.81,-12423.1,11.8935,6.26573,120,0,0,300,0,0,0,0,0),(84434,17538,530,1,1,0,0,-3901.6,-11678.8,-296.355,1.29154,120,0,0,698050,338700,0,0,0,0),(84435,19171,530,1,1,22363,1,-3955.85,-11701.5,-138.82,5.72468,120,0,0,42,0,0,3,0,0),(84438,16709,530,1,1,0,0,-3940.56,-11631.2,-138.469,2.07694,120,0,0,811,852,0,0,0,0),(84440,19171,530,1,1,22362,1,-3809.49,-11712.9,-106.485,2.07128,300,0,0,42,0,0,0,0,0),(84441,19171,530,1,1,22363,1,-3911.25,-11615.9,-138.202,6.20541,300,0,0,42,0,0,3,0,0),(84442,18183,530,1,1,0,0,-2488.78,7230.66,16.321,5.74213,120,0,0,6986,0,0,0,0,0),(84443,18233,530,1,1,0,0,-2491.86,7228.57,16.3211,5.74213,120,0,0,4731,2790,0,0,0,0),(84445,18204,530,1,1,0,1,-1518.47,8591.76,7.34313,4.5204,120,0,0,5060,2933,0,0,0,0),(84446,18240,530,1,1,0,0,-1528.49,8615.02,7.34313,4.7822,120,0,0,2371,0,0,0,0,0),(84447,18240,530,1,1,0,0,-1505.05,8606.52,7.34313,6.17846,120,0,0,2371,0,0,0,0,0),(84448,18240,530,1,1,0,0,-1518.91,8617.7,7.34313,6.14356,120,0,0,2371,0,0,0,0,0),(84449,18240,530,1,1,0,0,-1441.28,8541.79,13.3222,0.715585,120,0,0,2371,0,0,0,0,0),(84450,18240,530,1,1,0,0,-1417.7,8541.06,14.1215,1.98968,120,0,0,2371,0,0,0,0,0),(84451,18240,530,1,1,0,0,-1456.63,8452.88,0.0537803,6.03884,120,0,0,2371,0,0,0,0,0),(84452,18240,530,1,1,0,0,-1456.87,8447.9,0.0537813,2.74017,120,0,0,2371,0,0,0,0,0),(84453,18240,530,1,1,0,0,-1444.07,8429.3,0.0537823,0.453786,120,0,0,2371,0,0,0,0,0),(84454,18240,530,1,1,0,0,-1468.3,8427.56,0.185302,2.23402,120,0,0,2371,0,0,0,0,0),(84455,18240,530,1,1,0,0,-1500.69,8563.95,7.34313,6.00393,120,0,0,2371,0,0,0,0,0),(84456,18240,530,1,1,0,0,-1544.74,8572.72,7.34313,1.44862,120,0,0,2371,0,0,0,0,0),(84457,18240,530,1,1,0,0,-1530.88,8601.05,7.34313,0.418879,120,0,0,2371,0,0,0,0,0),(84458,18240,530,1,1,0,0,-1492.4,8480.05,-3.82181,2.74017,120,0,0,2371,0,0,0,0,0),(84459,18209,530,1,1,0,0,-1516.63,8462.39,-4.01942,2.23402,120,0,0,4274,2568,0,0,0,0),(84460,18240,530,1,1,0,0,-1541.92,8501.12,0.71293,2.05949,120,0,0,2371,0,0,0,0,0),(84461,18240,530,1,1,0,0,-1519.45,8464.52,3.56354,0.0523599,120,0,0,2371,0,0,0,0,0),(84462,18240,530,1,1,0,0,-1516.4,8469,3.51417,1.81514,120,0,0,2371,0,0,0,0,0),(84463,18240,530,1,1,0,0,-1624.41,8513.67,-13.3111,4.83456,120,0,0,2371,0,0,0,0,0),(84464,18240,530,1,1,0,0,-1577.06,8462.3,-9.97254,2.58309,120,0,0,2371,0,0,0,0,0),(84465,18240,530,1,1,0,0,-1680.83,8385.57,-32.8067,2.14675,120,0,0,2371,0,0,0,0,0),(84466,18240,530,1,1,0,0,-1648.87,8377.81,-26.9247,0.191986,120,0,0,2371,0,0,0,0,0),(84467,18240,530,1,1,0,0,-1664.82,8394.38,-28.5649,5.95157,120,0,0,2371,0,0,0,0,0),(84468,18240,530,1,1,0,0,-1707.43,8387.64,-35.9321,6.23082,120,0,0,2371,0,0,0,0,0),(84469,18240,530,1,1,0,0,-1678.85,8356.43,-36.5637,2.42601,120,0,0,2371,0,0,0,0,0),(84470,18240,530,1,1,0,0,-1652.69,8353.5,-29.9345,2.09439,120,0,0,2371,0,0,0,0,0),(84471,18240,530,1,1,0,0,-1729.01,8421.09,-34.5743,2.70526,120,0,0,2371,0,0,0,0,0),(84472,18240,530,1,1,0,0,-1713.45,8417.38,-25.2962,1.23918,120,0,0,2371,0,0,0,0,0),(84473,18240,530,1,1,0,0,-1695.68,8406.94,-27.7944,4.04916,120,0,0,2371,0,0,0,0,0),(84474,18240,530,1,1,0,0,-1719.74,8472.65,-29.5987,1.55334,120,0,0,2371,0,0,0,0,0),(84475,18240,530,1,1,0,0,-1720.08,8437.42,-31.7364,2.46091,120,0,0,2371,0,0,0,0,0),(84476,18240,530,1,1,0,0,-1712.55,8452.4,-25.6788,5.42797,120,0,0,2371,0,0,0,0,0),(84477,18240,530,1,1,0,0,-1664.17,8433.87,-23.2726,1.6057,120,0,0,2371,0,0,0,0,0),(84478,18240,530,1,1,0,0,-1736.75,8466.85,-30.9712,5.75959,120,0,0,2371,0,0,0,0,0),(84479,18240,530,1,1,0,0,-1744.78,8458.28,-30.894,1.98968,120,0,0,2371,0,0,0,0,0),(84480,18240,530,1,1,0,0,-1736.58,8440.33,-32.2804,1.01229,120,0,0,2371,0,0,0,0,0),(84481,18240,530,1,1,0,0,-1665.55,8464.44,-19.8966,5.77704,120,0,0,2371,0,0,0,0,0),(18023,1767,0,1,1,441,1,1288.13,860.852,35.4024,3.17337,275,10,0,247,0,1,0,0,0),(84488,21879,530,1,1,0,0,-3642.4,2282.84,101.388,2.85252,120,0,0,6542,0,2,0,0,0),(84491,21501,530,1,1,0,1,-3334.17,2837.7,135.984,1.83354,120,0,0,26168,0,2,0,0,0),(84492,15241,530,1,1,0,0,-2902.96,3932.89,38.9052,4.27606,120,0,0,13972,0,0,0,0,0),(84497,19673,530,1,1,0,1,-3127.5,4922.79,-98.2781,2.44596,120,0,0,27635,0,0,0,0,0),(84498,19673,530,1,1,0,1,-3096.79,4940.8,-99.7053,0.10472,120,0,0,27635,0,0,0,0,0),(84499,19672,530,1,1,0,1,-3078.04,4937.13,-100.961,5.65487,120,0,0,25790,0,0,0,0,0),(84500,19672,530,1,1,0,1,-3079.37,4951.33,-100.959,6.26573,120,0,0,25790,0,0,0,0,0),(84501,19672,530,1,1,0,1,-3078.18,4949.02,-100.961,0.855211,120,0,0,25790,0,0,0,0,0),(84502,19672,530,1,1,0,1,-3078.8,4934.67,-100.959,0.0872665,120,0,0,25790,0,0,0,0,0),(84504,19673,530,1,1,0,1,-3099.99,4931.76,-99.4694,3.36848,120,0,0,27635,0,0,0,0,0),(84506,19674,530,1,1,0,1,-3105.25,4957.24,-99.7619,4.72984,120,0,0,7580,0,0,0,0,0),(84507,19673,530,1,1,0,1,-3112.87,4924.54,-95.0976,0.453786,120,0,0,27635,0,0,0,0,0),(144505,15325,509,1,1,0,0,-8767.31,1593.83,21.4998,4.67136,7200,0,0,1,0,2,0,0,0),(84574,16503,530,1,1,0,1,-4136.04,-13739.8,74.6439,5.60251,120,0,0,120,0,0,0,0,0),(84575,17929,530,1,1,0,0,-4225.71,-12523.1,45.5279,1.98968,120,0,0,247,0,0,0,0,0),(84576,17930,530,1,1,0,1,-4235.53,-12518.2,46.2905,5.51524,120,0,0,222,0,0,0,0,0),(84577,17483,530,1,1,0,1,-4138.98,-12468.5,44.6632,6.00393,120,0,0,186,191,0,0,0,0),(84578,17117,530,1,1,0,0,-4201.46,-12470.2,45.7105,5.74213,120,0,0,102,0,0,0,0,0),(84579,17488,530,1,1,0,0,-4179.89,-12493.1,44.4446,1.72788,120,0,0,273,0,0,0,0,0),(84580,17425,530,1,1,0,1,-4211.32,-13703.1,70.1138,2.98451,120,0,0,118,115,0,0,0,0),(84581,16500,530,1,1,0,1,-4117.47,-13739.6,74.7147,4.92183,120,0,0,111,259,0,0,0,0),(84582,17222,530,1,1,0,0,-4157.57,-12470.2,44.9803,2.23402,120,0,1,417,0,2,0,0,0),(84583,17485,530,1,1,0,0,-4146.42,-12492.7,44.6167,3.83972,120,0,0,176,0,0,0,0,0),(84584,16920,530,1,1,0,1,-4174.88,-13726.3,74.6079,2.98451,120,0,0,95,230,0,0,0,0),(84585,16499,530,1,1,0,1,-4143.19,-13752,74.632,6.17846,120,0,0,138,126,0,0,0,0),(84586,20227,530,1,1,0,1,-4055.16,-13710.9,73.4458,3.26976,120,0,0,86,0,0,0,0,0),(3446,3120,1,1,1,9443,1,-929.787,-4488.4,29.5207,3.96277,300,3,0,131,138,1,0,0,0),(3445,3147,1,1,1,1275,1,384.743,-4600.13,76.1716,3.89208,300,0,0,120,0,0,0,0,0),(7807,2729,0,1,1,1164,0,-6921.58,-2759.55,243.2,1.7954,300,10,0,1678,0,1,0,0,0),(84594,21879,530,1,1,0,0,-3306.02,2329.37,83.5418,2.42532,120,0,0,6542,0,2,0,0,0),(6756,579,0,1,1,550,1,-9361.86,-3285.76,88.4632,0.114317,300,0,0,664,0,0,0,0,0),(6755,721,0,1,1,328,0,-9660.08,-2673.83,61.5783,4.37926,300,5,0,1,0,1,0,0,0),(84597,21879,530,1,1,0,0,-3679.03,1980.17,95.4007,0.646427,120,0,0,6542,0,2,0,0,0),(84600,17008,530,1,1,0,1,-3593.4,1858.13,48.4441,4.95674,120,0,0,6986,0,0,0,0,0),(84607,21292,530,1,1,0,0,-3795.83,2595.23,94.1175,4.79965,120,0,0,6986,0,0,0,0,0),(84608,21307,530,1,1,0,0,-3786.17,2605.56,90.74,3.54302,120,0,0,6986,0,0,0,0,0),(6754,431,0,1,1,493,1,-9010.03,-3218.55,108.742,2.51327,300,0,0,734,0,0,0,0,0),(84613,21879,530,1,1,0,0,-3495.38,2654.51,85.1497,0.441023,120,0,0,6542,0,2,0,0,0),(84620,19760,530,1,1,0,0,-3483.61,2201.5,32.8564,5.06145,120,0,0,6542,0,0,0,0,0),(84621,19760,530,1,1,0,0,-3475.41,2170.14,32.8636,5.41052,120,0,0,6542,0,0,0,0,0),(84622,19757,530,1,1,0,0,-3362.36,1984.61,27.2348,0.0770725,120,0,0,4710,2991,0,0,0,0),(84626,19757,530,1,1,0,0,-3363.5,2092.09,5.45007,3.96057,120,0,0,4710,2991,0,0,0,0),(84632,21879,530,1,1,0,0,-3051.69,1036.49,18.4269,4.54409,120,0,0,6542,0,2,0,0,0),(84633,17711,530,1,1,0,0,-3563.34,233.887,44.1936,4.7331,86400,0,0,1591800,0,0,0,0,0),(84636,21699,530,1,1,0,0,-3697.67,1026.18,57.1449,4.67545,120,0,0,23600,13236,0,0,0,0),(6753,485,0,1,1,6034,1,-9782.14,-3242.63,59.0191,1.51844,300,0,0,494,0,0,0,0,0),(90922,25196,530,1,1,0,1,-2022.53,5586.79,53.3846,4.04632,25,0,0,4274,2568,0,0,0,0),(90921,6247,1,1,1,0,1,-2252.13,-2373.95,91.6672,0.72806,180,0,0,1239,3191,0,0,0,0),(84645,30735,530,1,1,27300,0,220.739,2828.66,145.053,0.384847,300,0,0,42,0,0,0,0,0),(45146,19792,530,1,1,0,0,-4300.74,1528.3,145.323,6.02139,300,0,0,1,0,2,0,0,0),(84649,17556,530,1,1,0,0,-3063.94,-12699.4,3.20272,5.81195,480,0,0,495,0,0,0,0,0),(1975892,30696,571,1,1,0,0,6656.16,3443.1,632.358,1.37264,300,0,0,1,0,0,0,0,0),(84668,18381,530,1,1,0,0,-3342.31,2168.65,1.98169,1.98431,480,0,0,42,0,0,0,0,0),(84669,18480,530,1,1,0,0,-1784.47,4644.94,14.7083,0.837758,720,0,0,4979,0,0,0,0,0),(84670,18490,530,1,1,0,0,-1796.11,4609.84,12.3083,4.03171,720,0,0,4274,2568,0,0,0,0),(84671,18490,530,1,1,0,0,-1764.95,4625.64,12.5941,0,720,0,0,4274,2568,0,0,0,0),(84672,18490,530,1,1,0,0,-1740.41,4642.37,11.0384,1.44862,720,0,0,4274,2568,0,0,0,0),(84673,18490,530,1,1,0,0,-1794.75,4689.75,12.2691,2.23402,720,0,0,4274,2568,0,0,0,0),(84674,18490,530,1,1,0,0,-1782.2,4670.25,14.7156,1.48353,720,0,0,4274,2568,0,0,0,0),(84675,18490,530,1,1,0,0,-1805.56,4733.73,28.2972,0.418879,720,0,0,4274,2568,0,0,0,0),(84676,18490,530,1,1,0,0,-1791.54,4727.44,29.4037,2.75762,720,0,0,4274,2568,0,0,0,0),(84677,18490,530,1,1,0,0,-1781.36,4651.86,29.4247,2.82743,720,0,0,4274,2568,0,0,0,0),(84678,18490,530,1,1,0,0,-1787.49,4626.31,14.7143,4.31096,720,0,0,4274,2568,0,0,0,0),(84679,18490,530,1,1,0,0,-1788.18,4649.96,14.7206,2.11185,720,0,0,4274,2568,0,0,0,0),(84680,18490,530,1,1,0,0,-1783.07,4654.35,14.711,1.48353,720,0,0,4274,2568,0,0,0,0),(84681,18490,530,1,1,0,0,-1777.76,4645.05,14.6924,1.36136,720,0,0,4274,2568,0,0,0,0),(84682,18490,530,1,1,0,0,-1781.86,4628.13,14.698,6.14356,720,0,0,4274,2568,0,0,0,0),(84683,18490,530,1,1,0,0,-1783.85,4639.91,14.7071,4.69494,720,0,0,4274,2568,0,0,0,0),(84684,18490,530,1,1,0,0,-1762.05,4657.49,12.6284,5.84685,720,0,0,4274,2568,0,0,0,0),(84685,18490,530,1,1,0,0,-1782.25,4651.32,14.7028,1.44862,720,0,0,4274,2568,0,0,0,0),(84686,18490,530,1,1,0,0,-1792.75,4631.78,14.7164,4.46804,720,0,0,4274,2568,0,0,0,0),(84687,18490,530,1,1,0,0,-1807.62,4646.13,19.8173,6.00393,720,0,0,4274,2568,0,0,0,0),(84690,18490,530,1,1,0,0,-1847.34,4647.19,9.84757,3.66519,720,0,0,4274,2568,0,0,0,0),(84693,18490,530,1,1,0,0,-1837.03,4698.35,9.50755,4.36332,480,0,0,4274,2568,0,0,0,0),(84694,18490,530,1,1,0,0,-1834.88,4696.42,9.69853,1.74533,480,0,0,4274,2568,0,0,0,0),(84695,18490,530,1,1,0,0,-1916.12,4673.52,-0.816593,2.46091,480,0,0,4274,2568,0,0,0,0),(84696,18490,530,1,1,0,0,-1881.77,4658.02,11.132,0.925025,480,0,0,4274,2568,0,0,0,0),(84701,18583,530,1,1,0,0,-2918.13,3419.44,1.95939,1.8675,480,0,0,4572,2705,0,0,0,0),(84712,21976,530,1,1,0,0,3102.53,3658.58,154.721,0.989135,300,0,0,11178,3155,0,0,0,0),(84711,21976,530,1,1,0,0,3072.53,3728.25,154.773,4.59327,300,0,0,11178,3155,0,0,0,0),(84710,21976,530,1,1,0,0,3005.08,3737.22,155.901,3.00284,300,0,0,11178,3155,0,0,0,0),(84709,21976,530,1,1,0,0,2974.63,3686.09,157.646,3.35234,300,0,0,11178,3155,0,0,0,0),(84708,21976,530,1,1,0,0,3053.05,3691.84,156.225,5.92452,300,0,0,11178,3155,0,0,0,0),(84707,5894,0,1,1,0,0,427.39,1821.41,10.38,2.11,190,0,0,508,544,0,0,0,0),(84706,23386,530,1,1,0,1,1928.85,7374.8,364.471,4.82312,600,0,0,6986,0,0,0,0,0),(84705,23386,530,1,1,0,1,1922.89,7365.65,364.471,5.51427,600,0,0,6986,0,0,0,0,0),(84704,23386,530,1,1,0,1,1913.64,7359.83,364.471,0.0667496,600,0,0,6986,0,0,0,0,0),(84703,23386,530,1,1,0,1,1928.65,7342.86,364.47,1.56136,600,0,0,6986,0,0,0,0,0),(84702,23386,530,1,1,0,1,1934.86,7354.13,364.47,2.62087,600,0,0,6986,0,0,0,0,0),(84238,23386,530,1,1,0,1,1943.92,7359.26,364.47,3.31594,600,0,0,6986,0,0,0,0,0),(84237,23386,530,1,1,0,1,2101.22,7137.61,364.771,4.56865,600,0,0,6986,0,0,0,0,0),(84236,23386,530,1,1,0,1,2086.27,7122.9,364.771,5.99729,600,0,0,6986,0,0,0,0,0),(84233,23386,530,1,1,0,1,2094.53,7129.54,364.771,5.45222,600,0,0,6986,0,0,0,0,0),(84232,23386,530,1,1,0,1,2105.56,7117.29,364.771,2.43787,600,0,0,6986,0,0,0,0,0),(84228,23386,530,1,1,0,1,2101.02,7108.28,364.771,1.2637,600,0,0,6986,0,0,0,0,0),(84226,23386,530,1,1,0,1,2115.15,7122.04,364.771,3.26332,600,0,0,6986,0,0,0,0,0),(82671,23386,530,1,1,0,1,2513.04,7044.2,367.955,0.601606,600,0,0,6986,0,0,0,0,0),(55133,23386,530,1,1,0,1,2518.28,7020.29,367.955,3.93876,600,0,0,6986,0,0,0,0,0),(53047,23386,530,1,1,0,1,2525.75,7039.37,367.955,5.11765,600,0,0,6986,0,0,0,0,0),(53046,23386,530,1,1,0,1,2537.91,7026.47,367.955,1.95878,600,0,0,6986,0,0,0,0,0),(51615,23386,530,1,1,0,1,2546.97,7019.78,367.955,5.41296,600,0,0,6986,0,0,0,0,0),(51614,23386,530,1,1,0,1,2546.68,7050.09,367.955,5.50093,600,0,0,6986,0,0,0,0,0),(51613,23386,530,1,1,0,1,2722.64,7287.3,368.74,5.49307,600,0,0,6986,0,0,0,0,0),(51612,23386,530,1,1,0,1,2730.66,7279.7,368.832,2.3829,600,0,0,6986,0,0,0,0,0),(51611,23386,530,1,1,0,1,2739.87,7283.23,368.585,3.12039,600,0,0,6986,0,0,0,0,0),(48038,23386,530,1,1,0,1,2726.13,7296.88,368.585,4.76658,600,0,0,6986,0,0,0,0,0),(28456,23386,530,1,1,0,1,2712.59,7283.42,368.585,6.2447,600,0,0,6986,0,0,0,0,0),(84756,18757,530,1,1,0,0,375.807,7332.96,63.1073,2.94961,720,0,0,4120,0,0,0,0,0),(84758,18915,530,1,1,0,1,-3895.67,-11364.4,-127.397,0.959733,720,0,0,11828,0,0,0,0,0),(84773,19501,530,1,1,0,1,-3617.74,4939.41,-101.049,2.74756,480,0,0,13522,0,0,0,0,0),(91739,22148,530,1,1,0,1,-1339.94,5707.33,181.108,4.36245,300,0,0,7181,0,0,0,0,0),(91738,23022,530,1,1,0,0,-1315.22,5809.05,186.312,5.15544,300,0,0,27945,6310,0,0,0,0),(91737,22143,530,1,1,0,1,-1316.63,5781.18,184.33,4.6965,300,3,0,7181,0,1,0,0,0),(91736,22143,530,1,1,0,1,-1373.85,5763.62,189.939,0.568063,300,4,0,7181,0,1,0,0,0),(91735,22143,530,1,1,0,1,-1357.05,5779.09,191.121,0.674748,300,0,0,7181,0,0,0,0,0),(91734,22144,530,1,1,0,1,-1289.37,5750.7,189.228,2.06085,300,4,0,5589,3155,1,0,0,0),(91733,22143,530,1,1,0,1,-1285.06,5837.2,185.61,3.88389,300,5,0,7181,0,1,0,0,0),(91732,22148,530,1,1,0,1,-1258.5,5874.49,183.428,5.46489,300,5,0,7181,0,1,0,0,0),(91731,22144,530,1,1,0,1,-1331.45,5854.27,222.398,0.757743,300,0,0,5589,3155,0,0,0,0),(91730,22143,530,1,1,0,1,-1326.3,5901.12,190.996,5.93103,300,5,0,7181,0,1,0,0,0),(91729,22144,530,1,1,0,1,-1362.35,5833.74,186.071,5.80577,300,5,0,5589,3155,1,0,0,0),(91728,22144,530,1,1,0,1,-1392,5885.14,186.955,2.52804,300,0,0,5589,3155,0,0,0,0),(91727,22143,530,1,1,0,1,-1522.98,6000.17,193.162,0.0902636,300,5,0,7181,0,1,0,0,0),(91726,22144,530,1,1,0,1,-1534.3,6029.87,196.305,4.60054,300,4,0,5589,3155,1,0,0,0),(91725,22148,530,1,1,0,1,-1578.38,5977.31,204.707,0.245511,300,0,0,7181,0,0,0,0,0),(91724,22148,530,1,1,0,1,-1577.6,5997.89,204.892,5.81961,300,0,0,7181,0,0,0,0,0),(91723,22148,530,1,1,0,1,-1502.15,5912.79,194.478,2.06345,300,5,0,7181,0,1,0,0,0),(91722,22143,530,1,1,0,1,-1475.36,5946.29,231.56,4.82792,300,0,0,7181,0,0,0,0,0),(91721,22143,530,1,1,0,1,-1481.7,5928.15,194.61,3.39731,300,0,0,7181,0,0,0,0,0),(91720,22143,530,1,1,0,1,-1551.94,5916.72,199.769,2.07994,300,0,0,7181,0,0,0,0,0),(91719,22144,530,1,1,0,1,-1533.12,5897.32,198.947,1.67677,300,0,0,5589,3155,0,0,0,0),(91718,22144,530,1,1,0,1,-1477.65,5817.77,204.174,1.71225,300,4,0,5589,3155,1,0,0,0),(91717,22144,530,1,1,0,1,-1466.07,5850.77,200.025,2.80814,300,0,0,5589,3155,0,0,0,0),(91716,22144,530,1,1,0,1,-1469.05,5861.15,199.129,4.07315,300,0,0,5589,3155,0,0,0,0),(91715,22148,530,1,1,0,1,-1482.63,5855.23,200.262,0.259386,300,0,0,7181,0,0,0,0,0),(7781,2752,0,1,1,8550,0,-7370.91,-2445.66,305.004,4.59644,25200,30,0,2218,0,1,0,0,0),(7782,4856,0,1,1,722,1,-6218.48,-2960.89,222.928,3.54088,300,3,0,1596,0,1,0,0,0),(11404,20424,560,3,1,341,1,2352.77,899.15,56.2116,3.81545,86400,0,0,198,0,0,0,0,0),(84828,19669,530,1,1,0,0,-3102.51,4955.29,-100.619,2.61799,480,0,0,5715,0,0,0,0,0),(84829,19670,530,1,1,0,0,-3106.5,4954.48,-101.018,1.09956,480,0,0,5715,0,0,0,0,0),(84830,19676,530,1,1,0,0,-3094.89,4937.13,-99.6565,0.488692,480,0,0,26165,8973,0,0,0,0),(84831,19679,530,1,1,0,1,-3117.44,4964.86,-99.8068,4.50295,480,0,0,27635,0,0,0,0,0),(84832,19759,530,1,1,0,0,-3554.89,2193.11,30.2753,5.97847,480,0,0,6761,0,0,0,0,0),(84833,19759,530,1,1,0,0,-3628.69,2075.64,12.0156,6.1854,480,0,0,6761,0,0,0,0,0),(84835,20133,530,1,1,0,0,4671.73,2512.32,243.008,3.78736,720,0,0,42,0,0,0,0,0),(84836,20148,530,1,1,0,0,4671.15,2504.47,240.114,3.36848,720,0,0,40,120,0,0,0,0),(84837,20148,530,1,1,0,0,4669.64,2488.98,240.114,2.47837,720,0,0,40,120,0,0,0,0),(84838,20148,530,1,1,0,0,4672.99,2496.03,240.114,2.87979,720,0,0,40,120,0,0,0,0),(84839,20148,530,1,1,0,0,4654.58,2492.39,242.414,1.06465,720,0,0,40,120,0,0,0,0),(84841,20218,530,1,1,0,1,2998.39,2141.35,165.289,1.43484,720,0,0,2530,0,0,0,0,0),(84842,20218,530,1,1,0,1,3017.43,2087.77,164.003,2.47837,720,0,0,2530,0,0,0,0,0),(84843,20218,530,1,1,0,1,2965.59,2194.9,165.049,0.739814,720,0,0,2530,0,0,0,0,0),(84844,20436,530,1,1,0,1,3019.6,2091.82,164.003,1.0472,720,0,0,4579,0,0,0,0,0),(84845,20436,530,1,1,0,1,2972.15,2200.3,165.299,3.06795,720,0,0,4579,0,0,0,0,0),(84846,20556,530,1,1,0,1,-4674.03,-12378.3,11.3549,6.09022,720,0,0,1706,0,0,0,0,0),(84847,20556,530,1,1,0,1,-4672.51,-12365.9,11.802,5.67396,720,0,0,1706,0,0,0,0,0),(84848,20556,530,1,1,0,1,-4759.18,-12436.5,1.82251,1.10294,720,0,0,1706,0,0,0,0,0),(84849,20556,530,1,1,0,1,-4792.01,-12396.4,0.60731,5.43442,720,0,0,1706,0,0,0,0,0),(84850,20556,530,1,1,0,1,-4777.11,-12458.5,0.384845,0.46677,720,0,0,1706,0,0,0,0,0),(14339,18688,530,1,1,0,0,-2407.95,8655.04,-19.7505,5.65003,300,0,0,6542,0,0,0,0,0),(84852,21095,530,1,1,0,0,-3016.97,1440.81,18.9198,4.10152,480,0,0,6986,0,0,0,0,0),(84853,21207,530,1,1,0,1,-3350.91,2151.45,-7.08715,3.71755,480,0,0,7032,3080,0,0,0,0),(84854,21210,530,1,1,0,0,-3369.89,2164.47,-7.06302,4.90438,480,0,0,42,0,0,0,0,0),(84855,21210,530,1,1,0,0,-3392.08,2153.75,-7.5305,6.16101,480,0,0,42,0,0,0,0,0),(84856,21210,530,1,1,0,0,-3349.41,2139.45,-7.73881,3.15905,480,0,0,42,0,0,0,0,0),(84857,21210,530,1,1,0,0,-3368.91,2145.37,-8.39026,4.4855,480,0,0,42,0,0,0,0,0),(84858,21210,530,1,1,0,0,-3366.91,2121.34,-7.6278,1.78024,480,0,0,42,0,0,0,0,0),(84859,21211,530,1,1,0,0,-3369,2145.35,2.92919,1.309,480,0,0,42,0,0,0,0,0),(84860,21211,530,1,1,0,0,-3368.97,2145.45,-8.01526,1.13446,480,0,0,42,0,0,0,0,0),(84861,21287,530,1,1,0,1,-3640.07,2083.31,11.8418,0.287481,480,0,0,6491,3080,0,0,0,0),(14338,18688,530,1,1,0,0,-2300.29,8571.08,-22.0957,5.65003,300,0,0,6326,0,0,0,0,0),(14337,18688,530,1,1,0,0,-1637.01,8569.54,-12.3352,5.65003,300,0,0,6326,0,0,0,0,0),(84865,21659,530,1,1,0,0,2186.78,5444.94,179.664,4.6662,720,10,0,42,0,1,0,0,0),(84866,21659,530,1,1,0,0,2221.71,5400.79,153.449,5.70723,720,0,0,42,0,0,0,0,0),(84867,21659,530,1,1,0,0,2246.35,5468.13,172.901,3.62471,720,10,0,42,0,1,0,0,0),(84868,21659,530,1,1,0,0,2215.39,5389.42,155.119,5.34071,720,0,0,42,0,0,0,0,0),(84869,21659,530,1,1,0,0,2224.94,5392.17,153.529,1.5708,720,0,0,42,0,0,0,0,0),(84870,21659,530,1,1,0,0,2213.52,5397.92,153.657,3.26377,720,0,0,42,0,0,0,0,0),(84871,21659,530,1,1,0,0,2212.75,5408.44,173.567,3.41056,720,10,0,42,0,1,0,0,0),(84872,21659,530,1,1,0,0,2171.39,5412.82,172.882,2.86739,720,10,0,42,0,1,0,0,0),(84873,21659,530,1,1,0,0,2182.03,5436.93,178.902,3.34441,720,10,0,42,0,1,0,0,0),(84874,21659,530,1,1,0,0,2183.45,5420.67,165.184,5.31917,720,10,0,42,0,1,0,0,0),(84875,21659,530,1,1,0,0,1978.63,5411.68,159.01,3.90954,720,0,0,42,0,0,0,0,0),(84876,21659,530,1,1,0,0,2126.22,5419.56,170.682,5.97453,720,10,0,42,0,1,0,0,0),(84877,21659,530,1,1,0,0,2120.12,5442.23,177.944,2.7867,720,10,0,42,0,1,0,0,0),(84878,21659,530,1,1,0,0,2098.14,5395.15,167.073,3.19744,720,10,0,42,0,1,0,0,0),(84879,21659,530,1,1,0,0,2066.2,5421.89,192.029,3.13006,720,10,0,42,0,1,0,0,0),(84880,21659,530,1,1,0,0,2085.01,5461.05,179.372,2.87466,720,10,0,42,0,1,0,0,0),(84881,21659,530,1,1,0,0,1980.53,5424.24,158.867,4.2237,720,0,0,42,0,0,0,0,0),(84882,21659,530,1,1,0,0,2052.57,5389.58,175.756,2.99437,720,10,0,42,0,1,0,0,0),(84883,21659,530,1,1,0,0,1997.76,5396.05,170.675,1.81042,720,10,0,42,0,1,0,0,0),(84884,21659,530,1,1,0,0,1985.68,5417.25,158.799,5.63741,720,0,0,42,0,0,0,0,0),(84885,21659,530,1,1,0,0,1996.57,5389.23,170.738,5.05023,720,10,0,42,0,1,0,0,0),(84886,21659,530,1,1,0,0,1998.92,5311.74,174.306,4.64134,720,10,0,42,0,1,0,0,0),(84887,21659,530,1,1,0,0,1979.07,5418.36,165.496,3.32965,720,0,0,42,0,0,0,0,0),(84888,21659,530,1,1,0,0,1973.51,5418.96,158.916,1.64061,720,0,0,42,0,0,0,0,0),(84889,21659,530,1,1,0,0,1946.11,5361.53,179.476,3.5254,720,10,0,42,0,1,0,0,0),(84890,21659,530,1,1,0,0,1968.02,5382.03,178.938,1.85506,720,10,0,42,0,1,0,0,0),(84891,21659,530,1,1,0,0,1983.86,5388.87,179.776,2.88917,720,10,0,42,0,1,0,0,0),(84892,21659,530,1,1,0,0,1957.42,5374.35,172.658,1.60166,720,10,0,42,0,1,0,0,0),(84893,21659,530,1,1,0,0,1883.25,5387.29,173.912,3.45818,720,10,0,42,0,1,0,0,0),(84894,21659,530,1,1,0,0,1862.09,5362.69,188.086,0.208499,720,10,0,42,0,1,0,0,0),(84895,21659,530,1,1,0,0,1918.72,5331.96,186.566,2.84214,720,10,0,42,0,1,0,0,0),(84896,21659,530,1,1,0,0,1888.85,5348.24,178.605,3.21365,720,10,0,42,0,1,0,0,0),(84897,21659,530,1,1,0,0,1877.96,5343.48,183.449,2.84203,720,10,0,42,0,1,0,0,0),(84898,21659,530,1,1,0,0,1795.72,5293.82,177.166,0.240749,720,10,0,42,0,1,0,0,0),(275,679,0,1,1,536,1,-12468.5,-996.564,49.8019,1.36136,1800,0,0,1579,1432,0,0,0,0),(84742,21795,530,1,1,0,0,-3928.56,2050.09,95.0822,3.02218,480,5,0,1,0,1,0,0,0),(84901,21897,530,1,1,0,0,-3489,1126.26,10.8456,4.74729,480,0,0,12575,0,0,0,0,0),(1976586,21909,530,1,1,0,0,-3414.29,813.942,-31.1204,1.47848,30,3,0,2445,0,1,0,0,0),(47644,8894,230,1,1,8752,1,542.846,-178.15,-36.887,6.10865,7200,0,0,4653,8786,0,0,0,0),(84938,22014,530,1,1,0,0,9528.39,-7106.11,14.2756,2.56373,100000,0,0,120,0,0,0,0,0),(87845,15475,531,1,1,0,0,-7914.4,1445.46,-67.3994,3.58752,604800,5,0,1,0,1,0,0,0),(84940,22094,530,1,1,0,0,-3584.31,1854.73,47.24,2.478,480,0,0,3380,0,0,0,0,0),(29099,17407,530,1,1,17055,0,-3309.78,2415.47,60.6708,0,3600,0,0,4979,0,0,0,0,0),(18030,1924,0,1,1,574,0,-587.054,1552.25,9.9344,4.52536,275,10,0,328,0,1,0,0,0),(18029,1924,0,1,1,574,0,-549.74,1581.29,9.18659,5.62239,275,10,0,328,0,1,0,0,0),(84713,2779,0,1,1,0,1,-2297,-1564,-40,3.097,115200,0,0,1902,0,0,0,0,0),(84948,22437,530,1,1,0,0,-3600.8,1853.34,47.3237,0.767945,480,0,0,3380,0,0,0,0,0),(84949,22438,530,1,1,0,0,-3586.7,1873.69,47.3237,4.2586,480,0,0,3380,0,0,0,0,0),(47649,8896,230,1,1,8796,1,545.277,-172.964,-36.8681,6.02139,7200,0,0,2304,1807,0,0,0,0),(84951,22439,530,1,1,0,0,-3606.57,1870.38,47.3243,5.60251,480,0,0,3380,0,0,0,0,0),(84952,22440,530,1,1,0,0,-3596.19,1873.74,47.324,4.79965,480,0,0,3380,0,0,0,0,0),(47645,8896,230,1,1,8793,1,539.557,-179.862,-35.5257,6.14356,7200,0,0,2304,1807,0,0,0,0),(7784,4856,0,1,1,722,1,-6261.49,-2960.13,223.589,5.759,300,3,0,1596,0,1,0,0,0),(7785,4856,0,1,1,722,1,-6245.5,-2954.13,223.571,3.18614,300,5,0,1596,0,1,0,0,0),(7786,4856,0,1,1,722,1,-6275.59,-2961.71,223.618,3.52201,300,5,0,1596,0,1,0,0,0),(7787,4856,0,1,1,722,1,-6273.12,-2976.3,223.596,4.25651,300,3,0,1596,0,1,0,0,0),(7788,2735,0,1,1,1161,0,-6519.18,-2410.5,290.26,0.413911,300,10,0,1536,0,1,0,0,0),(7789,4856,0,1,1,722,1,-6249.05,-2935.45,222.198,1.80952,300,5,0,1596,0,1,0,0,0),(7790,4851,0,1,1,721,1,-6267.46,-2947.63,222.191,3.26939,300,3,0,1469,0,1,0,0,0),(7791,4851,0,1,1,721,1,-6265.38,-2937.56,222.213,3.8883,300,5,0,1469,0,1,0,0,0),(7792,2735,0,1,1,1161,0,-6539.62,-2406.09,286.75,0.400735,300,10,0,1536,0,1,0,0,0),(7793,4851,0,1,1,721,1,-6255.39,-2922.26,222.206,2.9934,300,5,0,1469,0,1,0,0,0),(7794,92,0,1,1,171,0,-6491.27,-2424.04,294.146,6.10405,300,10,0,1678,0,1,0,0,0),(7795,92,0,1,1,171,0,-6457.95,-2377.25,296.798,1.67959,300,3,0,1678,0,1,0,0,0),(7796,2829,0,1,1,10824,0,-6364.59,-3486.1,245.441,4.89906,300,10,0,1403,0,1,0,0,0),(84972,21183,530,1,1,0,1,-2810.28,1257.7,74.8815,0.669665,300,0,0,55890,15775,0,0,0,0),(135259,16409,532,1,1,16467,1,-10918.2,-1957.68,92.2609,3.01942,604800,0,0,7825,15775,0,0,0,0),(135258,16409,532,1,1,16464,1,-10913.9,-1953.46,92.2677,2.89725,604800,0,0,7825,15775,0,0,0,0),(135257,16409,532,1,1,16467,1,-10916.2,-1955.93,92.2673,1.309,604800,0,0,7825,15775,0,0,0,0),(135256,16409,532,1,1,16465,1,-10923.8,-1953.77,92.2664,5.88176,604800,0,0,7825,15775,0,0,0,0),(135255,16409,532,1,1,16465,1,-10919.2,-1951.68,92.2684,2.74017,604800,0,0,7825,15775,0,0,0,0),(135254,16409,532,1,1,16467,1,-10923.4,-1957.12,92.2625,0.663225,604800,0,0,7825,15775,0,0,0,0),(135253,16409,532,1,1,16464,1,-10921.2,-1958.74,92.2618,1.50098,604800,0,0,7825,15775,0,0,0,0),(135252,16409,532,1,1,16465,1,-10920.4,-1954.34,92.2667,5.09636,604800,0,0,7825,15775,0,0,0,0),(135251,16409,532,1,1,16466,1,-10921.7,-1950.28,92.2691,4.4855,604800,0,0,7825,15775,0,0,0,0),(135250,16409,532,1,1,16466,1,-10916.9,-1984.39,92.2679,1.8675,604800,0,0,7825,15775,0,0,0,0),(135249,16409,532,1,1,16467,1,-10914,-1987.52,92.2683,1.78024,604800,0,0,7825,15775,0,0,0,0),(135248,16409,532,1,1,16466,1,-10921.4,-1985.5,92.2674,4.97419,604800,0,0,7825,15775,0,0,0,0),(135247,16409,532,1,1,16464,1,-10923.2,-1988.79,92.2667,0.767945,604800,0,0,7825,15775,0,0,0,0),(135246,16409,532,1,1,16466,1,-10911.1,-1986.26,92.2686,3.00197,604800,0,0,7825,15775,0,0,0,0),(135245,16409,532,1,1,16466,1,-10917.8,-1982.61,92.2678,5.28835,604800,0,0,7825,15775,0,0,0,0),(135244,16409,532,1,1,16466,1,-10919.1,-1986.72,92.2676,3.9968,604800,0,0,7825,15775,0,0,0,0),(135243,16409,532,1,1,16466,1,-10919.1,-1988.99,92.2673,2.25148,604800,0,0,7825,15775,0,0,0,0),(135242,16409,532,1,1,16467,1,-10912.2,-1984.81,92.2684,4.55531,604800,0,0,7825,15775,0,0,0,0),(135241,16409,532,1,5,16467,1,-10987.5,-2032.49,93.8216,0.106394,604800,0,0,7825,15775,0,0,0,0),(135240,16409,532,1,5,16465,1,-10943.8,-1894.41,93.8216,-3.02181,604800,0,0,7825,15775,0,0,0,0),(135239,16409,532,1,5,16464,1,-10945.5,-1895.81,93.8216,1.13696,604800,0,0,7825,15775,0,0,0,0),(135238,16409,532,1,5,16464,1,-11010.2,-1890.23,78.83,-2.65015,604800,0,0,7825,15775,0,0,0,0),(135237,16409,532,1,5,16464,1,-11015.7,-1894.6,78.83,-0.722299,604800,0,0,7825,15775,0,0,0,0),(135236,16409,532,1,5,16467,1,-11015.5,-1898.21,78.83,0.281313,604800,0,0,7825,15775,0,0,0,0),(135235,16409,532,1,5,16466,1,-11012.1,-1901.02,78.83,0.281066,604800,0,0,7825,15775,0,0,0,0),(135234,16409,532,1,5,16465,1,-11004.6,-1890.11,78.83,-0.898834,604800,0,0,7825,15775,0,0,0,0),(135233,16409,532,1,5,16466,1,-10999.3,-1902.17,78.83,1.61727,604800,0,0,7825,15775,0,0,0,0),(135232,16409,532,1,5,16466,1,-10996.5,-1899.13,78.83,2.43202,604800,0,0,7825,15775,0,0,0,0),(135231,16409,532,1,5,16464,1,-10999.8,-1891.47,78.83,-1.43971,604800,0,0,7825,15775,0,0,0,0),(135230,16409,532,1,5,16464,1,-10997.4,-1892.89,78.8139,3.59538,604800,0,0,7825,15775,0,0,0,0),(135229,16409,532,1,5,16465,1,-10965.5,-1930.75,78.862,2.4518,604800,0,0,7825,15775,0,0,0,0),(135228,16409,532,1,5,16466,1,-10993.7,-1931.19,78.862,1.56082,604800,0,0,7825,15775,0,0,0,0),(135227,16409,532,1,5,16466,1,-10982.4,-1932.41,78.862,1.90613,604800,0,0,7825,15775,0,0,0,0),(135226,16409,532,1,5,16466,1,-10976.9,-1933.48,78.862,1.97409,604800,0,0,7825,15775,0,0,0,0),(135225,16409,532,1,5,16464,1,-10979.3,-1933.2,78.862,1.10143,604800,0,0,7825,15775,0,0,0,0),(135224,16409,532,1,5,16464,1,-10986.5,-1932.15,78.862,1.0771,604800,0,0,7825,15775,0,0,0,0),(135223,16409,532,1,5,16466,1,-10999.2,-1930.56,78.862,1.19343,604800,0,0,7825,15775,0,0,0,0),(135222,16409,532,1,5,16467,1,-10972.4,-1933.36,78.862,0.810987,604800,0,0,7825,15775,0,0,0,0),(95198,26309,530,1,1,23757,1,9598.18,-7281.77,17.7694,1.55334,180,0,0,8982,0,0,0,0,0),(135221,16409,532,1,5,16467,1,-10996.3,-1930.94,78.862,1.95352,604800,0,0,7825,15775,0,0,0,0),(135220,16409,532,1,5,16464,1,-10969.5,-1921.19,78.862,1.5935,604800,0,0,7825,15775,0,0,0,0),(135219,16409,532,1,5,16464,1,-10989.3,-1918.95,78.862,2.38888,604800,0,0,7825,15775,0,0,0,0),(135218,16409,532,1,5,16467,1,-10992.3,-1918.86,78.862,-2.21839,604800,0,0,7825,15775,0,0,0,0),(135217,16409,532,1,5,16467,1,-10998.9,-1917.71,78.862,2.38888,604800,0,0,7825,15775,0,0,0,0),(135216,16409,532,1,5,16466,1,-10985.9,-1919.81,78.862,0.331444,604800,0,0,7825,15775,0,0,0,0),(135215,16409,532,1,5,16464,1,-10995.5,-1919.06,78.862,-1.34573,604800,0,0,7825,15775,0,0,0,0),(135214,16409,532,1,5,16464,1,-10973.4,-1921.28,78.862,-2.16441,604800,0,0,7825,15775,0,0,0,0),(135213,16409,532,1,5,16466,1,-10979.6,-1920.34,78.862,-1.99866,604800,0,0,7825,15775,0,0,0,0); -INSERT INTO `creature` VALUES (135212,16409,532,1,5,16466,1,-10982.8,-1920.66,78.862,-1.76295,604800,0,0,7825,15775,0,0,0,0),(135211,16409,532,1,5,16464,1,-10972.5,-1896.69,78.862,-0.834393,604800,0,0,7825,15775,0,0,0,0),(135210,16409,532,1,5,16464,1,-10959.3,-1896.08,78.862,-1.99866,604800,0,0,7825,15775,0,0,0,0),(135209,16409,532,1,5,16465,1,-10963.9,-1894.62,78.862,-1.51156,604800,0,0,7825,15775,0,0,0,0),(135208,16409,532,1,5,16467,1,-10965,-1906.88,78.862,0.241834,604800,0,0,7825,15775,0,0,0,0),(135207,16409,532,1,5,16466,1,-10955.6,-1898.34,78.862,-2.67166,604800,0,0,7825,15775,0,0,0,0),(135206,16409,532,1,5,16467,1,-10974.4,-1902.36,78.862,0.693946,604800,0,0,7825,15775,0,0,0,0),(135205,16409,532,1,5,16467,1,-10969.3,-1894.15,78.862,-2.43378,604800,0,0,7825,15775,0,0,0,0),(135204,16409,532,1,5,16464,1,-10954.2,-1902.95,78.862,2.79993,604800,0,0,7825,15775,0,0,0,0),(135203,16409,532,1,5,16467,1,-10958.5,-1907.06,78.862,1.79823,604800,0,0,7825,15775,0,0,0,0),(135202,16409,532,1,3,16466,1,-10967,-1967.63,80.056,5.40935,604800,0,0,7825,15775,0,0,0,0),(135201,16409,532,1,3,16466,1,-10972.7,-1969.17,80.0563,6.19592,604800,0,0,7825,15775,0,0,0,0),(135200,16409,532,1,3,16467,1,-10971.8,-1972.57,80.0562,0.925025,604800,0,0,7825,15775,0,0,0,0),(135199,16409,532,1,3,16464,1,-10971.9,-1967.58,80.0563,5.49779,604800,0,0,7825,15775,0,0,0,0),(135198,16409,532,1,3,16465,1,-10970,-1973.02,80.0561,1.39626,604800,0,0,7825,15775,0,0,0,0),(135197,16409,532,1,3,16467,1,-10968,-1965.55,80.0561,4.38078,604800,0,0,7825,15775,0,0,0,0),(135196,16409,532,1,3,16467,1,-10970.5,-1965.79,80.0562,5.044,604800,0,0,7825,15775,0,0,0,0),(135195,16409,532,1,3,16466,1,-10966.7,-1970.09,80.056,3.01942,604800,0,0,7825,15775,0,0,0,0),(135194,16409,532,1,3,16465,1,-10964.4,-2021.33,80.0569,6.19592,604800,0,0,7825,15775,0,0,0,0),(135193,16409,532,1,3,16464,1,-10963.6,-2023.81,80.0568,0.506145,604800,0,0,7825,15775,0,0,0,0),(135192,16409,532,1,3,16464,1,-10961.8,-2025.69,80.057,1.11701,604800,0,0,7825,15775,0,0,0,0),(135191,16409,532,1,3,16467,1,-10963.2,-2018.57,80.057,5.51524,604800,0,0,7825,15775,0,0,0,0),(135190,16409,532,1,3,16464,1,-10956.8,-2023.98,80.0573,2.49582,604800,0,0,7825,15775,0,0,0,0),(135189,16409,532,1,3,16464,1,-10957.1,-2018.68,80.0572,3.97935,604800,0,0,7825,15775,0,0,0,0),(135188,16409,532,1,3,16466,1,-10956.2,-2021.31,80.0572,3.26377,604800,0,0,7825,15775,0,0,0,0),(135187,16409,532,1,3,16464,1,-10959.3,-2017.2,80.0571,4.57276,604800,0,0,7825,15775,0,0,0,0),(135186,16409,532,1,3,16464,1,-10982.5,-1993.48,80.0569,0.733038,604800,0,0,7825,15775,0,0,0,0),(135185,16409,532,1,3,16467,1,-10982.6,-1989.53,80.057,1.16378,604800,0,0,7825,15775,0,0,0,0),(135184,16409,532,1,3,16465,1,-10979.1,-1994.59,80.0567,1.81514,604800,0,0,7825,15775,0,0,0,0),(135183,16409,532,1,3,16465,1,-10977.8,-1993.35,80.0566,2.35619,604800,0,0,7825,15775,0,0,0,0),(135182,16409,532,1,3,16464,1,-10977.3,-1989.5,80.0566,3.7001,604800,0,0,7825,15775,0,0,0,0),(135181,16409,532,1,3,16464,1,-10980.9,-1988.21,80.0569,5.02655,604800,0,0,7825,15775,0,0,0,0),(135180,16409,532,1,3,16467,1,-10983.5,-1991.63,80.057,0.139626,604800,0,0,7825,15775,0,0,0,0),(135179,16409,532,1,3,16467,1,-10980.8,-1994.78,80.0568,1.3439,604800,0,0,7825,15775,0,0,0,0),(135178,16409,532,1,5,16467,1,-10977.8,-2035.39,79.9729,1.45764,604800,0,0,7825,15775,0,0,0,0),(135177,16409,532,1,5,16466,1,-10950.4,-2033.92,79.9729,2.83871,604800,0,0,7825,15775,0,0,0,0),(135176,16153,532,1,1,16042,0,-11060.2,-1967.07,53.1487,3.33358,604800,0,0,4890,0,0,0,0,0),(135175,16408,532,1,1,16497,0,-10947.7,-2014.13,80.0573,3.10669,604800,0,0,46494,0,0,0,0,0),(135174,16408,532,1,1,16496,0,-10901.5,-1965.61,92.2555,3.01942,604800,0,0,46494,0,0,0,0,0),(135173,15384,532,1,1,11686,0,-10991,-1884.14,81.8119,1.32645,604800,0,0,4120,0,0,0,0,0),(135172,17176,532,1,1,15435,0,-11164.8,-1912.01,232.092,2.30383,604800,0,0,2835,0,0,0,0,0),(135171,16408,532,1,1,16496,0,-10968.7,-1954.6,80.056,4.55531,604800,0,0,46494,0,0,0,0,0),(135170,16408,532,1,1,16495,0,-10943,-1967.32,80.0572,2.98451,604800,0,0,46494,0,0,0,0,0),(135169,15384,532,1,1,11686,0,-11087.4,-1941.56,49.9702,3.50811,604800,0,0,4120,0,0,0,0,0),(135168,15384,532,1,1,11686,0,-11069.6,-1999.09,49.9953,4.76475,604800,0,0,4120,0,0,0,0,0),(135167,15384,532,1,1,11686,0,-10916.2,-1867.03,70.7718,1.93731,604800,0,0,4120,0,0,0,0,0),(135166,16407,532,1,1,16486,0,-10945.8,-1937.39,93.8207,2.44967,604800,0,0,28396,0,2,0,0,0),(135165,16407,532,1,1,16488,0,-10954.8,-2042.3,93.8209,3.06687,604800,5,0,28396,0,2,0,0,0),(135164,16407,532,1,1,16485,0,-10946,-1963.51,79.9737,6.15931,604800,0,0,28396,0,2,0,0,0),(135163,16407,532,1,1,16487,0,-10957.2,-1966.66,79.973,0.614591,604800,0,0,28396,0,2,0,0,0),(135162,16407,532,1,1,16488,0,-10911.2,-2000.3,92.184,4.14224,604800,0,0,28396,0,2,0,0,0),(135161,16407,532,1,1,16486,0,-10929.6,-1971.55,92.1902,3.78897,604800,0,0,28396,0,2,0,0,0),(135160,16407,532,1,1,0,0,-10939,-1960.1,93.8242,4.65429,604800,5,0,28396,0,2,0,0,0),(135159,16151,532,1,1,19640,0,-11126.3,-1929.11,49.329,1.69297,604800,0,0,265300,0,0,0,0,0),(135158,16407,532,1,1,16485,0,-11099.2,-1900.79,49.9305,0.977384,604800,0,0,28396,0,0,0,0,0),(135157,16407,532,1,1,16487,0,-11092,-1914.46,49.9406,2.21657,604800,0,0,28396,0,0,0,0,0),(135156,16407,532,1,1,16486,0,-11124.2,-1891.21,49.9734,5.5676,604800,0,0,28396,0,0,0,0,0),(135155,16407,532,1,1,16485,0,-11123.4,-1898.76,49.9736,1.29154,604800,0,0,28396,0,0,0,0,0),(135154,17175,532,1,1,15435,0,-11138.2,-1915.38,232.092,3.00197,604800,0,0,2835,0,0,0,0,0),(135153,16407,532,1,1,16485,0,-11066.5,-1984.8,77.2681,3.87263,604800,5,0,28396,0,1,0,0,0),(135152,16407,532,1,1,16486,0,-10954.7,-2022.67,79.9738,4.6008,604800,0,0,28396,0,2,0,0,0),(26581,17378,530,1,1,0,0,-12.8972,7134.33,17.3751,0,3600,0,0,4979,0,0,0,0,0),(26580,17378,530,1,1,0,0,172.073,6526.14,22.5222,0,3600,0,0,4979,0,0,0,0,0),(135151,16407,532,1,1,16487,0,-10977.3,-2016.07,79.9735,2.36312,604800,0,0,28396,0,2,0,0,0),(135150,16406,532,1,1,16516,0,-10937,-1935.16,93.9028,2.18166,604800,0,0,24125,16155,0,0,0,0),(135149,16406,532,1,1,16515,0,-10937,-1930.78,93.9051,4.20624,604800,0,0,24125,16155,0,0,0,0),(135148,16406,532,1,1,16514,0,-10940.3,-1931.41,93.9035,5.86431,604800,0,0,24125,16155,0,0,0,0),(135147,16406,532,1,1,16516,0,-10938.9,-1934.74,93.9046,1.13446,604800,0,0,24125,16155,0,0,0,0),(135146,16406,532,1,1,16514,0,-10932.5,-1973.04,92.2653,1.48353,604800,0,0,24125,16155,0,0,0,0),(135145,16406,532,1,1,16514,0,-10930.8,-1974.6,92.2647,0.890118,604800,0,0,24125,16155,0,0,0,0),(135144,16406,532,1,1,16517,0,-10932.2,-1970.72,92.2652,5.72468,604800,0,0,24125,16155,0,0,0,0),(135143,16406,532,1,1,16514,0,-10928.5,-1972.84,92.264,2.58309,604800,0,0,24125,16155,0,0,0,0),(135142,16406,532,1,1,16514,0,-10970.3,-1999.83,80.056,0.820305,604800,0,0,24125,16155,0,0,0,0),(135141,16406,532,1,1,16516,0,-10968.8,-2001.91,80.0561,1.27409,604800,0,0,24125,16155,0,0,0,0),(135140,16406,532,1,1,16517,0,-10966.7,-2000.44,80.0563,2.68781,604800,0,0,24125,16155,0,0,0,0),(135139,16406,532,1,1,16514,0,-10969.5,-1998.23,80.056,5.5676,604800,0,0,24125,16155,0,0,0,0),(135138,17174,532,1,1,15435,0,-11161.7,-1885.36,232.092,4.59022,604800,0,0,2835,0,0,0,0,0),(135137,16406,532,1,1,16515,0,-10954.5,-1972.06,80.0568,2.26893,604800,0,0,24125,16155,0,0,0,0),(135136,16406,532,1,1,16515,0,-10956.9,-1971.48,80.0566,0.680678,604800,0,0,24125,16155,0,0,0,0),(135135,16406,532,1,1,16515,0,-10957.4,-1969.42,80.0566,5.68977,604800,0,0,24125,16155,0,0,0,0),(135134,16406,532,1,1,16517,0,-10956,-1968.47,80.0567,4.85202,604800,0,0,24125,16155,0,0,0,0),(135133,17173,532,1,1,15435,0,-11192.4,-1909.36,232.092,6.19592,604800,0,0,29,0,0,0,0,0),(135132,17172,532,1,1,15435,0,-11168.1,-1939.29,232.092,1.46608,604800,0,0,2835,0,0,0,0,0),(135131,17171,532,1,1,15435,0,-11143.2,-1894.7,232.092,3.80482,604800,0,0,2835,0,0,0,0,0),(135130,17170,532,1,1,15435,0,-11186.7,-1929.42,232.092,0.663225,604800,0,0,2835,0,0,0,0,0),(135129,17169,532,1,1,15435,0,-11182.4,-1890.14,232.092,5.39307,604800,0,0,29,0,0,0,0,0),(135128,17168,532,1,1,15435,0,-11147.8,-1933.63,232.092,2.23402,604800,0,0,2835,0,0,0,0,0),(135127,17161,532,1,1,11686,0,-11175.6,-1898.68,232.009,0.997272,604800,0,0,1,0,0,0,0,0),(135126,16389,532,1,1,16437,1,-11097.5,-1902.15,49.9294,5.07891,604800,0,0,29341,0,0,0,0,0),(135125,16389,532,1,1,16441,1,-11092.2,-1911.57,49.9384,5.63741,604800,0,0,29341,0,0,0,0,0),(135124,16389,532,1,1,16441,1,-11096.5,-1904.75,49.9426,1.97222,604800,0,0,29341,0,0,0,0,0),(135123,16389,532,1,1,16441,1,-11122.9,-1895.78,49.9736,4.17134,604800,0,0,29341,0,0,0,0,0),(135122,16389,532,1,1,16417,1,-11124.9,-1896.57,49.9736,0.139626,604800,0,0,29341,0,0,0,0,0),(135121,16389,532,1,1,16417,1,-11121.8,-1890.74,49.9679,3.7001,604800,0,0,29341,0,0,0,0,0),(135683,16388,532,1,1,16165,1,-11090.5,-1908.39,49.9482,3.61283,604800,0,0,4890,0,0,0,0,0),(83263,19429,556,3,1,0,0,-70.4107,109.628,0.00575906,1.59511,86400,0,0,18978,0,2,0,0,0),(83265,21904,556,3,1,0,0,-15.4586,293.766,26.7306,4.56233,86400,0,0,19626,0,2,0,0,0),(83266,21904,556,3,1,0,0,-126.323,276.7,27.2817,5.9132,86400,0,0,19626,0,2,0,0,0),(83258,21904,556,3,1,0,0,-168.78,286.087,26.6818,3.04573,86400,0,0,19626,0,2,0,0,0),(83267,18321,556,3,1,0,1,-88.0316,314.335,25.7694,4.00155,86400,0,0,15176,2991,2,0,0,0),(83262,18321,556,3,1,0,1,-76.7977,277.367,25.1225,3.9749,86400,0,0,15176,2991,2,0,0,0),(83261,18321,556,3,1,0,1,-64.4036,281.848,26.8234,0.408351,86400,0,0,15176,2991,2,0,0,0),(83260,18321,556,3,1,0,1,-59.7816,300.337,26.3979,2.28782,86400,0,0,15176,2991,2,0,0,0),(83256,18321,556,3,1,0,1,-217.927,343.478,26.8268,5.73573,86400,0,0,15176,2991,2,0,0,0),(83254,18321,556,3,1,0,1,-245.284,331.204,27.0823,6.22502,86400,0,0,15176,2991,2,0,0,0),(83264,19428,556,3,1,0,0,-93.5769,287.374,26.4832,1.24244,86400,0,0,31398,14955,2,0,0,0),(83257,19428,556,3,1,0,0,-179.81,285.767,26.3917,1.92497,86400,0,0,31398,14955,2,0,0,0),(83255,19428,556,3,1,0,0,-213.308,204.461,26.7227,4.62438,86400,0,0,31398,14955,2,0,0,0),(83251,19428,556,3,1,0,0,-237.134,172.762,0.0181006,2.28234,86400,0,0,31398,14955,2,0,0,0),(83253,19429,556,3,1,0,0,-79.7081,97.0032,0.00720708,1.79383,86400,0,0,18978,0,2,0,0,0),(83247,19429,556,3,1,0,0,56.9616,87.9582,0.150808,4.35503,86400,0,0,18978,0,2,0,0,0),(83250,19429,556,3,1,0,0,71.5671,119.089,-0.0970558,5.17183,86400,0,0,18978,0,2,0,0,0),(83249,19429,556,3,1,0,0,23.6554,105.746,0.314959,3.57747,86400,0,0,18978,0,2,0,0,0),(83246,19429,556,3,1,0,0,44.1187,40.3451,0.00710403,4.73437,86400,0,0,18978,0,2,0,0,0),(83252,18318,556,3,1,0,1,-241.708,168.436,0.0371223,2.71823,86400,0,0,18345,0,2,0,0,0),(83248,18318,556,3,1,0,1,44.277,36.1481,0.00710403,4.75008,86400,0,0,18345,0,2,0,0,0),(83269,18326,556,3,1,0,1,-1.85038,283.631,26.6972,3.12112,86400,0,0,15686,15400,0,0,0,0),(83268,18326,556,3,1,0,1,-59.2551,313.144,27.2844,3.99998,86400,0,0,15686,15400,0,0,0,0),(83278,18320,556,3,1,0,1,-70.1904,270.717,26.6588,2.92639,86400,0,0,13726,35155,0,0,0,0),(83279,18320,556,3,1,0,1,-9.9106,281.105,26.7306,2.97582,86400,0,0,13726,35155,0,0,0,0),(83282,18320,556,3,1,0,1,-59.71,278.999,26.9153,1.05866,86400,0,0,13726,35155,0,0,0,0),(83281,18320,556,3,1,0,1,-65.5693,316.952,27.5045,4.57882,86400,0,0,13726,35155,0,0,0,0),(83283,18320,556,3,1,0,1,-114.604,268.434,26.8474,2.44725,86400,0,0,13726,35155,0,0,0,0),(12162,18321,556,3,1,0,1,-9.55722,292.701,26.7306,3.14861,86400,0,0,15176,2991,0,0,0,0),(12163,18325,556,3,1,0,1,-82.6601,263.878,26.8079,1.80327,86400,0,0,13726,35155,0,0,0,0),(12161,18325,556,3,1,0,1,-73.3755,266.14,26.65,2.1999,86400,0,0,13726,35155,0,0,0,0),(83286,18325,556,3,1,0,1,-1.93382,289.688,26.6972,3.16431,86400,0,0,13726,35155,0,0,0,0),(83284,18325,556,3,1,0,1,-48.876,285.009,26.8404,3.75258,86400,0,0,13726,35155,0,0,0,0),(83285,18325,556,3,1,0,1,-49.8802,280.341,26.87,2.1111,86400,0,0,13726,35155,0,0,0,0),(83287,18325,556,3,1,0,1,-57.8245,306.055,26.713,2.60983,86400,0,0,13726,35155,0,0,0,0),(83290,18325,556,3,1,0,1,-103.606,302.112,26.5147,1.01468,86400,0,0,13726,35155,0,0,0,0),(83289,18325,556,3,1,0,1,-123.463,270.365,27.2622,1.54718,86400,0,0,13726,35155,0,0,0,0),(83291,18325,556,3,1,0,1,-180.072,276.655,26.6813,1.50635,86400,0,0,13726,35155,0,0,0,0),(83293,18325,556,3,1,0,1,-188.752,282.299,26.6155,0.0926325,86400,0,0,13726,35155,0,0,0,0),(83292,18325,556,3,1,0,1,-204.918,337.105,26.6365,1.31629,86400,0,0,13726,35155,0,0,0,0),(12160,18325,556,3,1,0,1,-201.686,345.276,26.6374,3.08736,86400,0,0,13726,35155,0,0,0,0),(83295,18325,556,3,1,0,1,-230.57,331.326,27.3869,2.86745,86400,0,0,13726,35155,0,0,0,0),(83297,18325,556,3,1,0,1,-234.572,335.623,27.3029,3.95915,86400,0,0,13726,35155,0,0,0,0),(49354,18319,556,3,1,0,1,-95.4783,314.689,26.4742,4.05024,86400,0,0,13282,34410,0,0,0,0),(49353,18319,556,3,1,0,1,-102.933,310.369,26.6274,5.27546,86400,0,0,13282,34410,0,0,0,0),(49348,18319,556,3,1,0,1,-118.098,265.801,27.077,1.69248,86400,0,0,13282,34410,0,0,0,0),(49161,18319,556,3,1,0,1,-172.847,281.592,26.5753,2.9397,86400,0,0,13282,34410,0,0,0,0),(49159,18319,556,3,1,0,1,-210.527,344.918,26.7078,4.89064,86400,0,0,13282,34410,0,0,0,0),(49153,18319,556,3,1,0,1,-240.731,335.762,27.1731,5.9737,86400,0,0,13282,34410,0,0,0,0),(48962,18319,556,3,1,0,1,-266.429,190.288,0.0344637,5.95407,86400,0,0,13282,34410,0,0,0,0),(48441,18319,556,3,1,0,1,-268.345,184.362,0.0344637,0.487697,86400,0,0,13282,34410,0,0,0,0),(47938,21891,556,3,1,0,0,-186.508,337.89,25.792,0.727239,86400,4,0,4112,0,1,0,0,0),(47935,21891,556,3,1,0,0,-191.23,333.657,24.7364,0.735093,86400,4,0,4112,0,1,0,0,0),(47930,21891,556,3,1,0,0,-185.957,333.468,25.7527,3.22481,86400,4,0,4112,0,1,0,0,0),(47278,21891,556,3,1,0,0,-181.856,334.14,25.6838,1.6383,86400,4,0,4112,0,1,0,0,0),(47277,21891,556,3,1,0,0,-187.691,329.533,25.6998,0.699751,86400,4,0,4112,0,1,0,0,0),(47275,21891,556,3,1,0,0,-211.76,311.188,33.985,3.73924,86400,4,0,4112,0,1,0,0,0),(47274,21891,556,3,1,0,0,-208.722,310.491,32.7327,4.5482,86400,4,0,4112,0,1,0,0,0),(47273,21891,556,3,1,0,0,-207.842,315.809,30.7336,5.22364,86400,4,0,4112,0,1,0,0,0),(47272,21891,556,3,1,0,0,-214.073,316.014,31.9912,4.22226,86400,4,0,4112,0,1,0,0,0),(46987,21891,556,3,1,0,0,-210.157,321.121,28.7218,4.57962,86400,4,0,4112,0,1,0,0,0),(46702,21891,556,3,1,0,0,-241.434,279.821,27.1337,3.50362,86400,4,0,4112,0,1,0,0,0),(46674,21891,556,3,1,0,0,-236.114,280.839,26.8363,5.32181,86400,4,0,4112,0,1,0,0,0),(46656,21891,556,3,1,0,0,-239.695,287.379,27.2153,4.52071,86400,4,0,4112,0,1,0,0,0),(45897,21891,556,3,1,0,0,-238.362,292.167,27.1108,0.299195,86400,4,0,4112,0,1,0,0,0),(45209,21891,556,3,1,0,0,-246.924,293.31,27.1549,1.41446,86400,4,0,4112,0,1,0,0,0),(45207,21891,556,3,1,0,0,-245.98,286.151,27.6126,5.4946,86400,4,0,4112,0,1,0,0,0),(45206,21891,556,3,1,0,0,-251.984,292.204,27.2069,1.96424,86400,4,0,4112,0,1,0,0,0),(45186,21891,556,3,1,0,0,-252.979,282.54,27.125,2.11346,86400,4,0,4112,0,1,0,0,0),(45137,21891,556,3,1,0,0,-248.162,275.141,27.0023,2.90672,86400,4,0,4112,0,1,0,0,0),(45135,21891,556,3,1,0,0,-237.831,272.618,26.8359,1.31629,86400,4,0,4112,0,1,0,0,0),(45134,21891,556,3,1,0,0,-226.085,185.425,3.59751,2.14411,86400,4,0,4112,0,1,0,0,0),(45102,21891,556,3,1,0,0,-227.914,199.032,5.95795,4.37857,86400,4,0,4112,0,1,0,0,0),(45101,21891,556,3,1,0,0,-226.14,191.49,5.62879,0.966012,86400,4,0,4112,0,1,0,0,0),(45100,21891,556,3,1,0,0,-220.916,188.308,4.95999,5.02652,86400,4,0,4112,0,1,0,0,0),(45077,21891,556,3,1,0,0,-221.416,194.831,7.39966,4.72022,86400,4,0,4112,0,1,0,0,0),(83296,18322,556,3,1,0,1,-141.699,291.342,26.7319,3.14234,86400,0,0,18972,0,0,0,0,0),(83299,18322,556,3,1,0,1,-141.693,282.48,26.7319,3.14234,86400,0,0,18972,0,0,0,0,0),(83298,18322,556,3,1,0,1,-238.565,212.601,26.7745,4.68722,86400,0,0,18972,0,0,0,0,0),(83280,18322,556,3,1,0,1,-246.404,212.666,26.7484,4.62438,86400,0,0,18972,0,0,0,0,0),(83294,18322,556,3,1,0,1,-205.899,169.483,0.0115074,0.00546837,86400,0,0,18972,0,0,0,0,0),(83259,18322,556,3,1,0,1,-205.941,177.183,0.0115074,0.00546837,86400,0,0,18972,0,0,0,0,0),(45076,18328,556,3,1,0,1,-261.291,192.02,-0.0537414,5.06265,86400,0,0,12844,33745,0,0,0,0),(45074,18328,556,3,1,0,1,-250.402,166.542,0.0783735,5.40115,86400,0,0,12844,33745,0,0,0,0),(43422,18328,556,3,1,0,1,-75.039,174.012,0.00919677,4.68802,86400,0,0,12844,33745,0,0,0,0),(43280,18328,556,3,1,0,1,-69.4267,173.875,0.00895159,4.68802,86400,0,0,12844,33745,0,0,0,0),(40191,18328,556,3,1,0,1,-87.5478,109.286,0.00720952,0.0266757,86400,0,0,12844,33745,0,0,0,0),(39820,18328,556,3,1,0,1,-77.1996,90.3404,0.0072107,4.75479,86400,0,0,12844,33745,0,0,0,0),(26579,17378,530,1,1,0,0,98.8607,6436.07,22.3731,0,3600,0,0,4979,0,0,0,0,0),(26578,17378,530,1,1,0,0,-292.079,6264.88,17.3747,0,3600,0,0,4979,0,0,0,0,0),(39819,18328,556,3,1,0,1,-78.2004,85.0288,0.0072107,0.289789,86400,0,0,12844,33745,0,0,0,0),(24777,17378,530,1,1,0,0,-518.363,6182.8,22.7222,0,3600,0,0,4979,0,0,0,0,0),(20942,17378,530,1,1,0,0,-873.243,5691.36,17.333,0,3600,0,0,4979,0,0,0,0,0),(20941,17378,530,1,1,0,0,-722.758,5540.27,18.4871,0,3600,0,0,4979,0,0,0,0,0),(2199,11857,1,1,1,0,1,-263,-943,12.439,4.752,25,0,0,713,0,0,0,0,0),(39818,18328,556,3,1,0,1,-59.9827,115.417,0.00720393,5.64228,86400,0,0,12844,33745,0,0,0,0),(95424,26309,0,1,1,23757,1,2279.35,322.9,37.8804,2.28638,180,0,0,8982,0,0,0,0,0),(95363,26309,530,1,1,23757,1,10344,-6398.57,42.2989,5.67232,180,0,0,8982,0,0,0,0,0),(85382,18685,530,1,1,0,1,-1633.09,4416.39,52.1155,5.98654,450,0,0,9144,13525,0,0,0,0),(85383,21196,530,1,1,0,0,-2654.11,1081.14,51.0565,2.55257,450,8,0,6761,0,1,0,0,0),(85384,21196,530,1,1,0,0,-2661.5,1121.34,65.2795,2.76528,450,8,0,6761,0,1,0,0,0),(85385,21196,530,1,1,0,0,-2707.75,1134.49,58.9898,3.76645,450,8,0,6761,0,1,0,0,0),(85386,21196,530,1,1,0,0,-2711.72,1100.98,51.4583,3.64449,450,8,0,6761,0,1,0,0,0),(85387,21196,530,1,1,0,0,-2737.05,1138.76,55.4457,0.39425,450,8,0,6761,0,1,0,0,0),(85388,21196,530,1,1,0,0,-2611.09,1088.12,57.8661,1.70739,450,8,0,6761,0,1,0,0,0),(85389,21196,530,1,1,0,0,-2581.64,1082.6,58.2185,5.06257,450,8,0,6761,0,1,0,0,0),(85390,21196,530,1,1,0,0,-2604.35,1143.9,68.9471,4.29114,450,8,0,6761,0,1,0,0,0),(85391,21255,530,1,1,0,0,-2802.32,1286.46,77.3836,5.68054,450,0,0,55890,15775,2,0,0,0),(85392,21205,530,1,1,0,0,-2662.5,1122.06,65.2942,2.98554,450,0,0,27944,0,2,0,0,0),(85393,21196,530,1,1,0,0,-2534.52,1107.63,68.0522,0.626815,450,8,0,6761,0,1,0,0,0),(85394,21196,530,1,1,0,0,-2533.86,1025.22,42.4913,5.37739,450,8,0,6761,0,1,0,0,0),(85395,21196,530,1,1,0,0,-2626.9,1355.31,87.0705,3.09209,450,8,0,6761,0,1,0,0,0),(85396,21196,530,1,1,0,0,-2598.97,1397.04,80.4157,0.380723,450,8,0,6761,0,1,0,0,0),(85397,21196,530,1,1,0,0,-2567.28,1422.19,72.3176,5.47272,450,8,0,6761,0,1,0,0,0),(85398,21196,530,1,1,0,0,-2556.2,1316.7,80.4476,4.56515,450,8,0,6761,0,1,0,0,0),(85399,21196,530,1,1,0,0,-2603.24,1271.74,80.6977,5.01327,450,8,0,6761,0,1,0,0,0),(85400,21196,530,1,1,0,0,-2570.6,1221.79,78.5288,0.355202,450,8,0,6761,0,1,0,0,0),(85401,21196,530,1,1,0,0,-2510.18,1291.89,66.8156,0.973485,450,8,0,6761,0,1,0,0,0),(85402,21196,530,1,1,0,0,-2526.41,1208.02,66.7375,4.62471,450,8,0,6761,0,1,0,0,0),(85403,21196,530,1,1,0,0,-2563.3,1146.67,76.3379,3.67002,450,8,0,6761,0,1,0,0,0),(85404,21196,530,1,1,0,0,-2632.21,1327.07,89.5507,2.69721,450,8,0,6761,0,1,0,0,0),(85405,18685,530,1,1,0,1,-2564.99,5437.01,28.0524,3.10727,450,0,0,9144,13525,0,0,0,0),(85406,25195,530,1,1,0,1,-1713.21,5646.24,128.023,3.41571,25,0,0,6986,0,0,0,0,0),(12746,23337,564,1,1,18251,1,712.932,387.965,117.475,1.71042,604800,0,0,206640,0,0,0,0,0),(12745,23337,564,1,1,18251,1,599.525,411.442,112.827,5.89921,604800,0,0,206640,0,0,0,0,0),(3444,3145,1,1,1,1875,1,-629.052,-4228.06,38.2334,5.0091,300,0,0,247,0,0,0,0,0),(3443,3143,1,1,1,1653,1,-600.132,-4186.19,41.2663,4.15388,200,0,0,102,0,0,0,0,0),(3442,10176,1,1,1,9470,0,-610.073,-4253.52,39.0393,3.28122,300,0,0,484,0,0,0,0,0),(3441,3099,1,1,1,381,0,66.1406,-4669.99,36.3283,2.62402,300,5,0,120,0,1,0,0,0),(3440,3099,1,1,1,381,0,469.149,-4839.71,30.163,6.2304,300,10,0,120,0,1,0,0,0),(3439,3099,1,1,1,381,0,648.155,-4215.57,15.2068,4.44886,300,10,0,120,0,1,0,0,0),(3438,3099,1,1,1,381,0,239.77,-4479.44,17.9533,5.88163,300,10,0,120,0,1,0,0,0),(3437,3099,1,1,1,381,0,474.453,-4022.52,22.9559,4.61149,300,10,0,120,0,1,0,0,0),(3436,3099,1,1,1,381,0,343.559,-5048.52,19.1048,4.51384,300,5,0,120,0,1,0,0,0),(3435,3099,1,1,1,381,0,-438.139,-4686.37,37.3815,0.230755,300,10,0,120,0,1,0,0,0),(3434,3099,1,1,1,381,0,51.9119,-4807.97,22.05,4.56746,300,5,0,120,0,1,0,0,0),(95005,17527,530,1,1,0,0,-1902.11,-11111.4,59.5594,4.40116,300,5,0,356,0,1,0,0,0),(95004,17527,530,1,1,0,0,-1923.6,-10978.9,62.4245,2.8775,300,5,0,356,0,1,0,0,0),(95003,17527,530,1,1,0,0,-1884.68,-10905.4,66.0101,4.32656,300,5,0,356,0,1,0,0,0),(95002,17527,530,1,1,0,0,-1814.6,-11260.1,61.2452,5.14731,300,5,0,356,0,1,0,0,0),(95001,17527,530,1,1,0,0,-1807.06,-11268.3,59.5253,2.50445,300,5,0,356,0,1,0,0,0),(95000,17527,530,1,1,0,0,-1799.22,-11196.7,64.9264,1.3185,300,5,0,356,0,1,0,0,0),(94999,17527,530,1,1,0,0,-1782.37,-11110.4,66.8952,4.54256,300,5,0,356,0,1,0,0,0),(94998,17527,530,1,1,0,0,-1819.21,-11055.5,65.6871,4.40549,300,5,0,356,0,1,0,0,0),(94997,17527,530,1,1,0,0,-1818.55,-10963.2,65.5082,1.12646,300,5,0,356,0,1,0,0,0),(94996,17527,530,1,1,0,0,-1824.53,-10908.4,66.6697,5.20268,300,5,0,356,0,1,0,0,0),(94995,17527,530,1,1,0,0,-1821.48,-10808.1,72.3886,4.7982,300,5,0,356,0,1,0,0,0),(94994,17527,530,1,1,0,0,-1714.4,-11078.5,77.1357,2.85433,300,5,0,356,0,1,0,0,0),(94993,17527,530,1,1,0,0,-1713.51,-10982.1,77.2916,2.46166,300,5,0,356,0,1,0,0,0),(94992,17527,530,1,1,0,0,-1755.54,-10905.4,63.649,6.09805,300,5,0,356,0,1,0,0,0),(94991,17527,530,1,1,0,0,-1693.55,-10885.9,59.3133,4.99457,300,5,0,356,0,1,0,0,0),(94990,17527,530,1,1,0,0,-1741.22,-10905.2,63.496,0.203643,300,5,0,356,0,1,0,0,0),(94989,17527,530,1,1,0,0,-1596.59,-10836.1,54.1521,0.454987,300,5,0,356,0,1,0,0,0),(94988,17527,530,1,1,0,0,-1797.78,-10875.9,66.9707,2.80725,300,5,0,356,0,1,0,0,0),(94987,17527,530,1,1,0,0,-1686.88,-10838.3,60.5062,2.76798,300,5,0,356,0,1,0,0,0),(94986,17527,530,1,1,0,0,-1640.68,-10820,57.0238,4.2249,300,5,0,356,0,1,0,0,0),(94985,17527,530,1,1,0,0,-1570.73,-10793.2,50.6794,0.317544,300,5,0,356,0,1,0,0,0),(94984,17527,530,1,1,0,0,-1499.7,-10747.2,58.8786,0.290058,300,5,0,356,0,1,0,0,0),(94983,17527,530,1,1,0,0,-1497.1,-10676.3,63.9473,0.0779981,300,5,0,356,0,1,0,0,0),(94982,17527,530,1,1,0,0,-1425.87,-10676.3,77.0876,2.48526,300,5,0,356,0,1,0,0,0),(94981,17527,530,1,1,0,0,-1394.62,-10617.3,110.767,4.01287,300,5,0,356,0,1,0,0,0),(94980,17527,530,1,1,0,0,-1372.43,-10668.7,90.073,0.270448,300,5,0,356,0,1,0,0,0),(94979,17527,530,1,1,0,0,-1971.32,-11117.3,56.6788,1.06976,300,5,0,356,0,1,0,0,0),(18009,1889,0,1,1,3587,1,-465.866,809.954,96.6372,3.45575,275,0,0,379,1118,0,0,0,0),(94978,17527,530,1,1,0,0,-1967.38,-11044.7,58.9198,4.4509,300,5,0,356,0,1,0,0,0),(94977,17527,530,1,1,0,0,-1969.77,-10932.2,57.2987,4.4627,300,5,0,356,0,1,0,0,0),(94976,17527,530,1,1,0,0,-1868.28,-10865.5,61.6514,4.5452,300,5,0,356,0,1,0,0,0),(94975,17527,530,1,1,0,0,-1761.17,-10865.5,62.4417,3.2846,300,5,0,356,0,1,0,0,0),(94974,17527,530,1,1,0,0,-1765.95,-10943.6,70.4022,3.16286,300,5,0,356,0,1,0,0,0),(94973,17527,530,1,1,0,0,-1797.88,-10969.9,72.6233,2.11435,300,5,0,356,0,1,0,0,0),(94972,17527,530,1,1,0,0,-1846.58,-10995.4,65.613,2.4717,300,5,0,356,0,1,0,0,0),(94971,17527,530,1,1,0,0,-1537.82,-10945,60.965,3.36935,300,5,0,356,0,1,0,0,0),(85451,21730,530,1,1,0,0,-3956.82,3449.16,260.74,4.99509,600,0,0,29500,6618,0,0,0,0),(142708,24439,571,1,1,24780,0,2068.71,-3318.71,98.2312,5.72468,120,0,0,42,0,0,0,0,0),(86846,19178,0,1,1,22381,0,1573.04,265.955,-43.0193,0.593412,5,0,0,42,0,0,3,0,0),(86168,19178,0,1,1,22380,0,1626.7,222.7,-43.0193,1.01229,5,0,0,42,0,0,0,0,0),(85986,19178,0,1,1,22381,0,1627.8,224.57,-43.0193,4.15388,5,0,0,42,0,0,3,0,0),(85654,19148,0,1,1,22364,0,-4901.8,-958.955,501.543,1.01229,2,0,0,42,0,0,0,0,0),(85653,19148,0,1,1,22365,0,-4900.87,-957.314,501.541,4.17134,2,0,0,42,0,0,3,0,0),(84953,19172,0,1,1,22366,0,-4831.74,-1172.58,502.278,6.19592,2,0,0,42,0,0,0,0,0),(84950,19172,0,1,1,22367,0,-4829.88,-1173.25,502.277,2.49582,2,0,0,42,0,0,3,0,0),(84937,23971,530,1,1,14616,0,9515.91,-6815.92,16.5715,1.85005,5,0,0,42,0,0,0,0,0),(84903,23971,0,1,1,14616,0,2239.65,281.141,34.9765,1.8326,5,0,0,42,0,0,0,0,0),(20425,23973,0,1,1,22499,0,2239.51,282.798,35.1478,5.28835,30,0,0,247,0,0,0,0,0),(20424,24519,0,1,1,22504,0,-5621.95,-472.837,397.14,5.67232,30,0,0,247,0,0,0,0,0),(20299,23712,0,1,1,252,0,-5620.99,-471.153,397.333,5.48033,2,0,0,71,0,0,0,0,0),(85514,21275,530,1,1,0,0,-3746.37,5409.46,-3.33422,5.58029,450,0,0,6986,0,0,0,0,0),(95015,17527,530,1,1,0,0,-1935.73,-11200.4,63.7064,0.796103,300,5,0,356,0,1,0,0,0),(95014,17527,530,1,1,0,0,-2016.61,-11206.1,70.7492,3.94163,300,5,0,356,0,1,0,0,0),(95013,17527,530,1,1,0,0,-2002.07,-11165.4,60.3629,5.24147,300,5,0,356,0,1,0,0,0),(95012,17527,530,1,1,0,0,-1938.6,-11083.6,57.2375,6.08185,300,5,0,356,0,1,0,0,0),(95011,17527,530,1,1,0,0,-1921.05,-11160,58.9554,1.89178,300,5,0,356,0,1,0,0,0),(95010,17527,530,1,1,0,0,-1996.56,-11091.1,54.9509,3.2034,300,5,0,356,0,1,0,0,0),(95009,17527,530,1,1,0,0,-1942.12,-11069.2,57.17,6.18006,300,5,0,356,0,1,0,0,0),(95008,17527,530,1,1,0,0,-1912.23,-11003.5,60.5656,6.03869,300,5,0,356,0,1,0,0,0),(95007,17527,530,1,1,0,0,-1903.98,-11210.4,56.658,5.64207,300,5,0,356,0,1,0,0,0),(95006,17527,530,1,1,0,0,-1888.06,-11164.8,61.141,5.64207,300,5,0,356,0,1,0,0,0),(85525,22381,530,1,1,0,1,-2684.89,5417.99,-37.0389,3.12551,450,0,0,5677,2790,0,0,0,0),(85526,19879,530,1,1,0,1,-3376.35,5216.41,-101.048,5.66421,450,0,0,5341,0,0,0,0,0),(85527,18448,530,1,1,0,1,-3683.12,5720.91,-0.561678,3.62448,450,0,0,5715,0,0,0,0,0),(75559,18885,530,1,1,0,0,2865.62,3196.4,178.2,0,300,5,0,25304,0,1,0,0,0),(79588,20812,530,1,1,0,0,-968.436,8127.36,-93.4888,3.79295,300,0,0,24895,0,0,0,0,0),(53881,34947,571,1,1,25773,1,9429.25,1192.45,2.11359,5.41202,120,0,0,1,0,0,0,0,0),(240223,35249,0,1,1,0,0,-9344.05,175.877,61.5584,3.59669,300,0,0,42,0,0,0,0,0),(240224,35249,0,1,1,0,0,-9349.19,176.153,61.726,5.18634,300,0,0,42,0,0,0,0,0),(240225,35249,0,1,1,0,0,-9327.92,185.507,62.7096,4.07265,300,0,0,42,0,0,0,0,0),(240226,34383,1,1,1,0,0,1184.43,-4467.28,21.3388,1.2079,300,0,0,12600,0,0,0,0,0),(240227,34383,0,1,1,0,0,-9330.46,180.936,61.6792,4.1716,300,0,0,12600,0,0,0,0,0),(240228,34382,1,1,1,0,0,1180.53,-4465.53,21.3293,0.944794,600,0,0,12600,0,0,0,0,0),(240229,34382,0,1,1,0,0,-9327.6,178.975,61.6973,4.10484,600,0,0,12600,0,0,0,0,0),(240230,34482,1,1,1,0,0,1181.51,-4469.65,21.2349,1.4121,300,0,0,2136,5751,0,0,0,0),(240231,34435,0,1,1,0,0,-9354.72,167.942,61.665,0.27367,300,0,0,3052,0,0,0,0,0),(240232,34477,1,1,1,0,0,1173.47,-4462.54,21.3309,0.60707,300,0,0,3052,0,0,0,0,0),(16210,23398,564,1,1,11686,0,592.224,50.2034,111.998,2.64392,10,5,0,3912,3155,1,0,0,0),(16209,23398,564,1,1,11686,0,608.63,36.4813,112.727,2.84053,10,5,0,3912,3155,1,0,0,0),(16208,23398,564,1,1,11686,0,617.205,48.1991,112.279,5.13882,10,5,0,3912,3155,1,0,0,0),(16206,23398,564,1,1,11686,0,628.785,33.7681,112.75,2.3534,10,5,0,3912,3155,1,0,0,0),(16205,23398,564,1,1,11686,0,486.085,77.5332,111.771,1.98669,10,5,0,3912,3155,1,0,0,0),(16204,23398,564,1,1,11686,0,498.55,76.3829,110.898,4.03667,10,5,0,3912,3155,1,0,0,0),(16203,23398,564,1,1,11686,0,517.544,77.9564,112.781,1.03571,10,5,0,3912,3155,1,0,0,0),(16202,22885,564,1,1,21457,0,436.329,793.07,12.1273,0.837758,604800,0,0,73353,0,0,0,0,0),(16201,22885,564,1,1,21457,0,301.18,998.612,-62.4953,4.15388,604800,0,0,73353,0,0,0,0,0),(85563,21312,530,1,1,0,1,-2747.81,5062.99,-3.43829,6.10669,450,0,0,6986,0,0,0,0,0),(85564,18685,530,1,1,0,1,-1843.55,3958.17,46.5491,4.04581,450,0,0,9144,13525,0,0,0,0),(85565,18685,530,1,1,0,1,-3551.84,3999.6,93.7046,5.20977,450,0,0,9144,13525,0,0,0,0),(85566,21504,530,1,1,0,0,-2282.75,3077.89,13.8306,5.78861,450,0,0,125460,0,0,0,0,0),(85567,21250,530,1,1,0,0,-2941.02,3908.02,2.68497,5.79568,450,0,0,102,0,0,0,0,0),(85568,21250,530,1,1,0,0,-2982.38,3946.53,3.17638,5.5098,450,0,0,102,0,0,0,0,0),(85569,21250,530,1,1,0,0,-2958.86,4107.06,5.20187,0.183228,450,0,0,102,0,0,0,0,0),(85570,21250,530,1,1,0,0,-2721.27,4395.64,25.3384,0.0701342,450,0,0,102,0,0,0,0,0),(85571,21250,530,1,1,0,0,-2667.57,4483.16,36.3173,5.32681,450,0,0,102,0,0,0,0,0),(75856,18885,530,1,1,0,0,2919.34,3280.61,165.1,0,300,5,0,25304,0,1,0,0,0),(18028,2053,0,1,1,3553,1,-755.021,1504.76,17.2782,4.03593,275,0,0,417,0,0,0,0,0),(240233,35256,571,1,65535,0,0,5831.01,751.564,641.134,3.40199,300,0,0,12600,0,0,0,0,0),(247000,33068,530,1,1,0,0,-1805.9,4964.68,-24.8216,4.03094,300,0,0,1,0,0,0,0,0),(245810,25971,547,3,1,0,0,-115.141,-143.317,-2.09467,4.92772,86400,0,0,42,0,0,0,0,0),(84210,20212,642,3,1,0,0,7.30561,-0.095246,34.5102,3.15905,7200,0,0,50000,0,0,0,0,0),(68455,22991,530,1,1,0,0,-4187.52,3040.39,352.071,-0.017453,180,0,0,4120,0,0,0,0,0),(49023,4075,309,1,1,1141,0,-11570.4,-1320.7,77.8591,4.76475,7200,0,0,8,0,0,0,0,0),(135706,16525,532,1,1,16241,0,-11268.6,-1937.7,240.553,2.37365,604800,0,0,30160,0,0,0,0,0),(31966,7329,129,1,1,0,1,2522.26,945.682,48.8541,1.64132,86400,1,0,3660,0,1,0,0,0),(85584,19208,555,3,1,0,1,-268.03,-263.302,12.6806,0.0352027,86400,0,0,16227,9240,0,0,0,0),(85585,19208,555,3,1,0,1,-156.374,-359.301,17.0833,1.57671,86400,0,0,16227,9240,0,0,0,0),(200008,29057,571,1,1,0,0,5102.72,5343.44,224.11,0,120,0,0,6722,0,0,0,0,0),(85588,16726,530,1,1,0,0,-4263.95,-11638.5,-142.013,5.16617,120,0,0,811,852,0,0,0,0),(85589,17120,530,1,1,0,0,-4189.44,-11653.8,-99.5823,2.67035,120,0,0,3052,0,0,0,0,0),(85590,16771,530,1,1,0,0,-4198.85,-11648.6,-99.673,5.81195,120,0,0,1524,0,0,0,0,0),(85591,20604,530,1,1,0,0,-4087.02,-11737.5,-139.428,1.69297,120,0,0,1220,0,0,0,0,0),(85592,16735,530,1,1,0,0,-4230.67,-11549.6,-125.979,1.6057,120,0,0,737,2175,0,0,0,0),(85593,16657,530,1,1,0,0,-4249.81,-11632.7,-141.855,4.29351,120,0,0,737,2175,0,0,0,0),(85594,16743,530,1,1,0,0,-4257.91,-11640.4,-141.932,3.21141,120,0,0,811,852,0,0,0,0),(85595,16724,530,1,1,0,0,-4243.9,-11706.7,-143.99,0.645772,120,0,0,811,852,0,0,0,0),(85596,16763,530,1,1,0,0,-4135.28,-11760.2,-136.734,3.735,120,0,0,811,852,0,0,0,0),(85597,16728,530,1,1,0,0,-4135.17,-11779.7,-136.806,1.74533,120,0,0,811,852,0,0,0,0),(85598,16765,530,1,1,0,0,-4207.36,-11844.4,-132.808,0.872665,120,0,0,737,2175,0,0,0,0),(85599,16751,530,1,1,0,0,-4234.13,-11699.4,-143.543,4.53786,120,0,0,737,2175,0,0,0,0),(85600,16747,530,1,1,0,0,-4263.04,-11804.8,-99.5311,5.20108,120,0,0,737,2175,0,0,0,0),(85602,16745,530,1,1,0,0,-4140.16,-11776.7,-136.853,0.575959,120,0,0,811,852,0,0,0,0),(85603,16746,530,1,1,0,0,-4088.66,-11747.5,-139.496,5.41052,120,0,0,811,852,0,0,0,0),(85604,18348,530,1,1,0,0,-4027.62,-11732.4,-151.822,0.436332,120,0,0,955,0,0,0,0,0),(85605,18349,530,1,1,0,0,-4025.49,-11736,-151.811,0.506145,120,0,0,811,852,0,0,0,0),(85606,16707,530,1,1,0,0,-4023.29,-11739.7,-151.799,0.593412,120,0,0,737,2175,0,0,0,0),(85607,21971,530,1,1,0,1,-3924.03,-11604.5,-138.361,4.69494,120,0,0,2614,0,0,0,0,0),(85608,21008,530,1,1,0,0,-3848.73,-11382,-126.829,0.366519,120,0,0,42,0,0,0,0,0),(85610,18915,530,1,1,0,1,-3816.55,-11406.4,-104.347,1.50098,120,0,0,11828,0,0,0,0,0),(85614,16731,530,1,1,0,0,-3766.05,-11481.8,-134.338,3.19956,120,0,0,811,852,0,0,0,0),(85615,16774,530,1,1,0,0,-3712.96,-11404,-133.865,1.85005,120,0,0,811,852,0,0,0,0),(207567,15105,530,1,1,0,0,-1797.06,5479.81,-12.3448,2.1293,120,0,0,1,0,0,0,0,0),(85619,16725,530,1,1,0,0,-3882.85,-11496.7,-136.057,1.67552,120,0,0,811,852,0,0,0,0),(85624,17510,530,1,1,0,0,-3969.38,-11483.2,-135.165,2.53073,120,0,0,1226,1283,0,0,0,0),(85626,17511,530,1,1,0,0,-3971.81,-11479,-135.178,5.48033,120,0,0,1772,1807,0,0,0,0),(207577,15105,530,1,1,0,0,-1926.31,5376.15,-12.3448,2.11185,120,0,0,1,0,0,0,0,0),(85628,16756,530,1,1,0,0,-3968.08,-11473,-135.113,4.10152,120,0,0,3484,5751,0,0,0,0),(85629,17468,530,1,1,0,1,-3993.71,-11413.7,-122.136,1.22173,7200,0,0,1,0,0,0,0,0),(85630,16736,530,1,1,0,0,-4052.46,-11356.4,-138.998,4.69494,120,0,0,811,852,0,0,0,0),(85631,16705,530,1,1,0,0,-4045.87,-11363.7,-138.948,5.02077,120,0,0,737,2175,0,0,0,0),(202630,17264,543,3,1,0,1,-1281.01,1625.67,91.7014,2.29593,86400,0,0,1,0,2,0,0,0),(202629,17264,543,3,1,0,1,-1278.03,1495.07,68.5746,2.05756,86400,0,0,1,0,2,0,0,0),(202628,17264,543,3,1,0,1,-1273.38,1668.04,68.7214,2.34277,86400,0,0,1,0,2,0,0,0),(202627,17264,543,3,1,0,1,-1222.95,1452.48,68.5799,3.31472,86400,0,0,1,0,2,0,0,0),(202626,17264,543,3,1,0,1,-1172.88,1442.51,68.4986,2.1293,86400,0,0,1,0,0,0,0,0),(202625,17264,543,3,1,0,1,-1158.78,1472.88,68.4177,4.13872,86400,0,0,1,0,2,0,0,0),(202624,17259,543,3,1,0,1,-1332.65,1670.06,92.8932,2.26242,86400,0,0,1,0,2,0,0,0),(202623,17259,543,3,1,0,1,-1331.37,1660.68,93.2804,2.2624,86400,0,0,1,0,2,0,0,0),(202622,17259,543,3,1,0,1,-1329.57,1667.08,68.7185,3.63028,86400,0,0,1,0,0,0,0,0),(202621,17259,543,3,1,0,1,-1326.74,1659.26,69.0985,3.49066,86400,0,0,1,0,0,0,0,0),(202620,17259,543,3,1,0,1,-1295.73,1585.1,91.8061,1.69297,86400,0,0,1,0,0,0,0,0),(202619,17259,543,3,1,0,1,-1293.2,1493.8,68.6832,3.50811,86400,0,0,1,0,0,0,0,0),(202618,17259,543,3,1,0,1,-1286.73,1669.91,68.9444,6.10865,86400,0,0,1,0,0,0,0,0),(202617,17259,543,3,1,0,1,-1285.47,1678.21,68.6203,6.14356,86400,0,0,1,0,0,0,0,0),(202616,17259,543,3,1,0,1,-1275.13,1643.13,91.6642,5.40752,86400,0,0,1,0,2,0,0,0),(202615,17259,543,3,1,0,1,-1269.9,1642.51,91.6084,3.58962,86400,0,0,1,0,2,0,0,0),(202614,17259,543,3,1,0,1,-1268.38,1639.36,91.6179,3.58964,86400,0,0,1,0,2,0,0,0),(202613,17259,543,3,1,0,1,-1258.02,1580.35,68.5841,5.18818,86400,5,0,1,0,1,0,0,0),(202612,17259,543,3,1,0,1,-1252.19,1596.7,68.6478,0.855211,86400,5,0,1,0,1,0,0,0),(202611,17259,543,3,1,0,1,-1233.43,1477.57,68.6409,3.80482,86400,5,0,1,0,1,0,0,0),(86857,19177,1,1,1,22378,0,1693.4,-4334.83,61.9237,3.03687,5,0,0,42,0,0,0,0,0),(85125,34788,571,1,1,27173,0,8409.21,755.234,549.146,3.42085,180,0,0,1,0,0,0,0,0),(138188,17414,542,3,1,0,1,304.249,103.356,9.62076,5.61477,86400,0,0,10843,6015,0,0,0,0),(138157,17397,542,3,1,0,0,27.6779,-90.5785,-40.7088,1.48496,86400,0,0,11965,2486,0,0,0,0),(138148,17491,542,3,1,0,1,107.083,-96.6171,-14.2289,0.930522,86400,0,0,7479,0,0,0,0,0),(138149,17491,542,3,1,0,1,182.461,-68.9882,9.62108,3.98337,86400,0,0,7479,0,0,0,0,0),(138212,17626,542,3,1,0,1,458.614,116.989,9.61455,3.07559,86400,0,0,14958,0,0,0,0,0),(138167,17397,542,3,1,0,0,227.979,-74.6894,9.61909,1.96987,86400,0,0,11965,2486,0,0,0,0),(138166,17397,542,3,1,0,0,224.497,-68.0896,9.62108,5.19786,86400,0,0,11965,2486,0,0,0,0),(138168,17477,542,3,1,0,0,226.371,-71.3008,9.61766,2.01394,86400,0,0,4126,9944,0,0,0,0),(138169,17371,542,3,1,0,0,246.377,-85.311,9.61661,3.04947,86400,0,0,10472,5875,2,0,0,0),(138171,17370,542,3,1,0,1,258.511,-30.4009,6.95261,4.07258,86400,0,0,14958,0,0,0,0,0),(138173,17370,542,3,1,0,1,286.75,-7.12364,9.33158,3.50552,86400,0,0,14958,0,0,0,0,0),(138180,17397,542,3,1,0,0,344.219,5.00403,9.62297,3.2955,86400,0,0,11965,2486,0,0,0,0),(138182,17370,542,3,1,0,1,323.216,28.6452,9.62206,4.92205,86400,0,0,14958,0,0,0,0,0),(138207,17370,542,3,1,0,1,466.657,179.674,9.61915,2.88877,86400,0,0,14958,0,2,0,0,0),(138205,17398,542,3,1,0,1,411.319,185.388,9.60154,2.28952,86400,0,0,6963,0,0,0,0,0),(138206,17395,542,3,1,0,0,403.447,190.68,9.59739,0.0770466,86400,0,0,10472,17625,0,0,0,0),(138204,17371,542,3,1,0,0,412.814,195.493,9.60144,3.55951,86400,0,0,10472,5875,0,0,0,0),(138208,17370,542,3,1,0,1,466.171,176.663,9.6201,2.8927,86400,0,0,14958,0,2,0,0,0),(138214,17395,542,3,1,0,0,457.121,99.2828,9.61496,4.44777,86400,0,0,10472,17625,0,0,0,0),(138215,17414,542,3,1,0,1,452.317,94.5807,9.61519,0.545102,86400,0,0,10843,6015,0,0,0,0),(138216,17414,542,3,1,0,1,458.068,92.7015,9.61519,1.89206,86400,0,0,10472,5875,0,0,0,0),(138217,17414,542,3,1,0,1,482.454,103.335,9.61156,5.27398,86400,0,0,10472,5875,0,0,0,0),(138144,17398,542,3,1,0,1,499.499,118.085,9.65347,3.14963,86400,0,0,6963,0,0,0,0,0),(138143,17398,542,3,1,0,1,503.024,116.589,9.65788,3.14963,86400,0,0,6963,0,0,0,0,0),(138142,17398,542,3,1,0,1,503.042,114.321,9.65788,3.14963,86400,0,0,6963,0,0,0,0,0),(138141,17398,542,3,1,0,1,499.774,112.283,9.65334,3.14963,86400,0,0,6963,0,0,0,0,0),(138140,17398,542,3,1,0,1,495.696,113.877,9.64425,3.14963,86400,0,0,6963,0,0,0,0,0),(138139,17398,542,3,1,0,1,495.677,116.285,9.64388,3.14963,86400,0,0,6963,0,0,0,0,0),(138138,17398,542,3,1,0,1,407.17,115.172,9.66061,0.0185067,86400,0,0,6963,0,0,0,0,0),(138137,17398,542,3,1,0,1,409.699,113.048,9.65731,0.0185067,86400,0,0,6963,0,0,0,0,0),(138136,17398,542,3,1,0,1,411.735,114.446,9.65571,0.00803471,86400,0,0,6963,0,0,0,0,0),(138135,17398,542,3,1,0,1,412.462,116.555,9.65317,6.1865,86400,0,0,6963,0,0,0,0,0),(138134,17398,542,3,1,0,1,412.081,112.626,9.65613,6.1865,86400,0,0,6963,0,0,0,0,0),(138133,17398,542,3,1,0,1,409.226,83.2983,9.65786,0.141552,86400,0,0,6963,0,0,0,0,0),(138210,17414,542,3,1,0,1,327.172,188.393,9.61882,1.09492,86400,0,0,10472,5875,0,0,0,0),(138127,17398,542,3,1,0,1,498.393,86.641,9.65219,3.19309,86400,0,0,6963,0,0,0,0,0),(138128,17398,542,3,1,0,1,498.962,83.0695,9.6524,3.08941,86400,0,0,6963,0,0,0,0,0),(138129,17398,542,3,1,0,1,502.724,82.8731,9.65935,3.08941,86400,0,0,6963,0,0,0,0,0),(138130,17398,542,3,1,0,1,500.076,84.7778,9.65474,3.08941,86400,0,0,6963,0,0,0,0,0),(138131,17398,542,3,1,0,1,413.285,81.8238,9.65038,0.154642,86400,0,0,6963,0,0,0,0,0),(138178,17395,542,3,1,0,0,338.242,1.09978,9.61664,1.01391,86400,0,0,10472,17625,0,0,0,0),(138179,17395,542,3,1,0,0,338.84,8.10661,9.61679,5.05086,86400,0,0,10472,17625,0,0,0,0),(138183,17370,542,3,1,0,1,331.076,28.8939,9.62118,4.2576,86400,0,0,14958,0,0,0,0,0),(138181,17491,542,3,1,0,1,314.564,-7.67602,9.6169,2.30511,86400,0,0,7479,0,0,0,0,0),(138177,17397,542,3,1,0,0,317.184,8.72084,9.6192,2.67896,86400,0,0,11965,2486,0,0,0,0),(138175,17395,542,3,1,0,0,311.261,7.92634,9.62195,0.656179,86400,0,0,10472,17625,0,0,0,0),(138176,17397,542,3,1,0,0,313.949,13.7401,9.61652,4.38997,86400,0,0,11965,2486,0,0,0,0),(138184,17371,542,3,1,0,0,331.268,69.7599,9.61402,1.77024,86400,0,0,10472,5875,0,0,0,0),(138253,18894,542,3,1,0,1,313.392,-170.618,-25.5086,6.20651,86400,0,0,14958,0,0,0,0,0),(138252,18894,542,3,1,0,1,312.116,-179.382,-25.5071,6.20258,86400,0,0,14958,0,0,0,0,0),(138251,17371,542,3,1,0,0,312.396,-174.925,-25.5082,6.21829,86400,0,0,10472,5875,0,0,0,0),(138250,18894,542,3,1,0,1,325.278,-191.535,-25.5078,1.49412,86400,0,0,14958,0,0,0,0,0),(138248,18894,542,3,1,0,1,355.194,-175.571,-25.5497,0.0701911,86400,0,0,14958,0,0,0,0,0),(138241,17477,542,3,1,0,0,427.911,-69.9011,9.61668,4.99622,86400,0,0,4126,9944,0,0,0,0),(138246,17477,542,3,1,0,0,419.961,-76.9838,9.62318,5.67087,86400,0,0,4126,9944,0,0,0,0),(138240,17477,542,3,1,0,0,432.656,-78.7667,9.62296,1.5821,86400,0,0,4126,9944,0,0,0,0),(138245,17491,542,3,1,0,1,404.193,-62.5071,9.61827,5.54913,86400,0,0,7479,0,0,0,0,0),(138243,17477,542,3,1,0,0,420.081,-88.5245,9.62061,0.206074,86400,0,0,4126,9944,0,0,0,0),(138242,17477,542,3,1,0,0,412.944,-83.971,9.61695,5.1156,86400,0,0,4126,9944,0,0,0,0),(138120,21174,542,3,1,0,1,320.912,-83.0625,-133.307,3.00197,86400,0,0,8338000,0,0,0,0,0),(138163,17397,542,3,1,0,0,240.674,-64.4904,9.62484,5.05383,86400,0,0,11965,2486,0,0,0,0),(138164,17397,542,3,1,0,0,242.883,-72.4289,9.61514,1.81799,86400,0,0,11965,2486,0,0,0,0),(138165,17477,542,3,1,0,0,241.827,-68.3783,9.61987,1.82585,86400,0,0,4126,9944,0,0,0,0),(138158,17477,542,3,1,0,0,28.2572,-85.4531,-41.0542,4.63284,86400,0,0,4126,9944,0,0,0,0),(138159,17491,542,3,1,0,1,234.022,-106.406,9.61037,1.88867,86400,0,0,7479,0,0,0,0,0),(138162,17477,542,3,1,0,0,227.94,-93.8952,9.61879,0.561355,86400,0,0,4126,9944,0,0,0,0),(138160,17397,542,3,1,0,0,231.512,-91.5716,9.62435,3.65189,86400,0,0,11965,2486,0,0,0,0),(138161,17397,542,3,1,0,0,224.587,-96.0037,9.61879,0.647748,86400,0,0,11965,2486,0,0,0,0),(138152,17477,542,3,1,0,0,-10.8822,-85.2033,-41.3341,2.09342,86400,0,0,4126,9944,0,0,0,0),(138237,17491,542,3,1,0,1,495.566,-43.8895,9.5591,2.9343,86400,0,0,7479,0,0,0,0,0),(138235,17371,542,3,1,0,0,476.506,-63.3028,9.54636,0,86400,0,0,10472,5875,2,0,0,0),(138234,17371,542,3,1,0,0,465.905,-19.9126,9.55319,5.19624,86400,0,0,10472,5875,2,0,0,0),(138232,17477,542,3,1,0,0,484.202,13.9732,9.5505,6.25258,86400,0,0,4126,9944,0,0,0,0),(138226,17491,542,3,1,0,1,433.6,-18.2301,9.55216,0.450845,86400,0,0,7479,0,0,0,0,0),(138218,17414,542,3,1,0,1,479.898,98.2961,9.62183,6.09707,86400,0,0,10472,5875,0,0,0,0),(85746,17671,540,3,1,0,1,512.984,107.969,1.93758,1.51526,86400,0,0,28006,0,0,0,0,0),(85747,17671,540,3,1,0,1,523.381,107.758,1.93875,1.68282,86400,0,0,28006,0,0,0,0,0),(85748,17671,540,3,1,0,1,513.087,94.7579,1.90828,1.60951,86400,0,0,28006,0,0,0,0,0),(85749,17671,540,3,1,0,1,523.138,94.6208,1.90828,1.55715,86400,0,0,28006,0,0,0,0,0),(85750,17671,540,3,1,0,1,484.281,51.2979,1.91697,0.245535,86400,0,0,28006,0,0,0,0,0),(85751,17671,540,3,1,0,1,472.769,65.183,1.92978,6.19885,86400,0,0,28006,0,0,0,0,0),(85752,17671,540,3,1,0,1,465.579,49.8267,1.9288,0.157045,86400,0,0,28006,0,0,0,0,0),(85753,17671,540,3,1,0,1,454.893,65.7382,1.92061,6.23341,86400,0,0,28006,0,0,0,0,0),(85754,19501,530,1,1,0,1,-3617.13,4941.01,-101.049,3.15516,300,0,0,13522,0,0,0,0,0),(85755,19501,530,1,1,0,1,-3617.53,4942.46,-101.049,3.27454,300,0,0,13522,0,0,0,0,0),(85761,16183,530,1,1,0,0,8119.71,-6899.62,70.8429,3.42085,120,0,0,247,0,0,0,0,0),(85762,16345,530,1,1,0,1,7146.12,-7514.48,48.2645,4.37491,300,7,0,377,408,1,0,0,0),(85763,16345,530,1,1,0,1,7118.95,-7479.35,47.788,5.54724,300,7,0,377,408,1,0,0,0),(85765,16346,530,1,1,0,1,7181.04,-7539.66,50.2565,2.50578,300,7,0,350,390,1,0,0,0),(85769,16345,530,1,1,0,1,6986.81,-7540,61.762,0.992628,300,7,0,377,408,1,0,0,0),(85770,16345,530,1,1,0,1,6830.69,-7436.72,46.8494,1.90241,300,7,0,377,408,1,0,0,0),(85771,16345,530,1,1,0,1,6948.99,-7480.74,48.083,4.05664,300,7,0,377,408,1,0,0,0),(85774,16345,530,1,1,0,1,6783.87,-7385.41,48.2046,6.06812,300,7,0,377,408,1,0,0,0),(85781,16346,530,1,1,0,1,6814.9,-7311.27,45.1887,1.6841,300,7,0,350,390,1,0,0,0),(85782,16346,530,1,1,0,1,6807.39,-7385.57,47.4029,5.44543,300,7,0,350,390,1,0,0,0),(85789,16345,530,1,1,0,1,6743.17,-7430.3,50.4181,4.93928,300,7,0,377,408,1,0,0,0),(85790,16345,530,1,1,0,1,6716.14,-7315.36,52.7255,1.81005,300,7,0,377,408,1,0,0,0),(85791,16345,530,1,1,0,1,6684.73,-7316.64,52.1476,0.663602,300,7,0,377,408,1,0,0,0),(85792,16346,530,1,1,0,1,6587.27,-7279.25,52.3371,2.10645,300,7,0,350,390,1,0,0,0),(85803,16346,530,1,1,0,1,6610.52,-7349.64,54.0591,4.46804,300,7,0,350,390,1,0,0,0),(85807,16346,530,1,1,0,1,6611.23,-7375.11,54.8431,1.50098,300,7,0,350,390,1,0,0,0),(85809,16333,530,1,1,0,1,6836.25,-7141.67,30.3422,4.4855,300,0,0,328,0,0,0,0,0),(85810,16333,530,1,1,0,1,6842.99,-7192.27,26.8135,1.97028,300,7,0,328,0,1,0,0,0),(85811,16333,530,1,1,0,1,6824.47,-7226.56,27.1161,1.16937,300,0,0,328,0,0,0,0,0),(85812,16333,530,1,1,0,1,6820.17,-7249.49,39.356,5.42038,300,7,0,328,0,1,0,0,0),(85814,16333,530,1,1,0,1,6815.77,-7166.11,30.8879,2.00389,300,7,0,328,0,1,0,0,0),(85815,16333,530,1,1,0,1,6830.13,-7176.33,26.0216,4.5204,300,0,0,328,0,0,0,0,0),(85816,16333,530,1,1,0,1,6847.46,-7183.75,27.4872,3.80482,300,0,0,328,0,0,0,0,0),(85817,16333,530,1,1,0,1,6865.56,-7178.11,27.8135,3.56158,300,7,0,328,0,1,0,0,0),(85818,16333,530,1,1,0,1,6780.41,-7186.85,25.8551,6.12611,300,0,0,328,0,0,0,0,0),(85819,16333,530,1,1,0,1,6790.64,-7202.7,25.8551,0.715585,300,0,0,328,0,0,0,0,0),(85820,16333,530,1,1,0,1,6814.71,-7146.99,39.3713,4.35504,300,7,0,328,0,1,0,0,0),(85826,16345,530,1,1,0,1,7064.54,-7539.9,45.8901,2.05949,300,7,0,377,408,1,0,0,0),(85831,16345,530,1,1,0,1,6997.04,-7459.96,47.3086,3.75246,300,7,0,377,408,1,0,0,0),(85833,16345,530,1,1,0,1,6746.25,-7383.83,51.1608,5.11022,300,7,0,377,408,1,0,0,0),(85835,16345,530,1,1,0,1,6690.29,-7369.09,53.3532,6.19171,300,7,0,377,408,1,0,0,0),(85842,16346,530,1,1,0,1,6845.29,-7387.82,46.2046,3.73437,300,7,0,350,390,1,0,0,0),(85846,16345,530,1,1,0,1,6754.97,-7363,50.2588,0.896818,300,7,0,377,408,1,0,0,0),(85852,16345,530,1,1,0,1,6631.23,-7344.31,53.6476,6.00435,300,7,0,377,408,1,0,0,0),(85860,16346,530,1,1,0,1,6501.68,-7445.17,73.14,4.27606,300,7,0,350,390,1,0,0,0),(85866,16346,530,1,1,0,1,6667.7,-7315.06,52.2435,3.41127,300,7,0,350,390,1,0,0,0),(85867,16345,530,1,1,0,1,6592.69,-7331.27,55.0936,1.91986,300,7,0,377,408,1,0,0,0),(85868,16346,530,1,1,0,1,6617.44,-7316.27,52.2726,5.50056,300,7,0,350,390,1,0,0,0),(85869,16345,530,1,1,0,1,6644.1,-7286.47,52.2548,4.20542,300,7,0,377,408,1,0,0,0),(85870,16333,530,1,1,0,1,6895.64,-7131.41,42.2595,3.85244,300,7,0,328,0,1,0,0,0),(85871,16333,530,1,1,0,1,6772.19,-7218.93,28.2485,3.68917,300,7,0,328,0,1,0,0,0),(85872,16333,530,1,1,0,1,6812.75,-7221.55,26.7183,0.872665,300,7,0,328,0,1,0,0,0),(85873,16333,530,1,1,0,1,6756.6,-7182.44,31.2689,4.35297,300,7,0,328,0,1,0,0,0),(85874,16333,530,1,1,0,1,6846.46,-7237.67,33.6768,0.712861,300,7,0,328,0,1,0,0,0),(85876,16333,530,1,1,0,1,6810.17,-7151.38,38.6809,1.93391,300,7,0,328,0,1,0,0,0),(85877,16333,530,1,1,0,1,6745.75,-7148.03,58.2892,2.06064,300,7,0,328,0,1,0,0,0),(85878,16240,530,1,1,0,0,7202.86,-7092.56,66.5481,2.86234,120,0,0,432,1272,0,0,0,0),(85879,16204,530,1,1,0,0,7198.52,-7093.96,66.5416,0.366519,120,0,0,354,1020,0,0,0,0),(85880,16239,530,1,1,0,0,7192.36,-7100.57,57.1446,2.51327,120,0,0,484,0,0,0,0,0),(85881,16253,530,1,1,0,0,7586.1,-6881.42,95.1048,1.23918,120,0,0,276,710,0,0,0,0),(6752,485,0,1,1,6034,1,-9815.77,-3259.52,58.9768,1.5708,300,0,0,494,0,0,0,0,0),(85883,16404,530,1,1,0,0,7782.52,-5520.32,-25.0596,2.25148,120,0,0,247,0,0,0,0,0),(85886,16404,530,1,1,0,0,7849.99,-5582.05,-15.6664,1.91986,120,0,0,247,0,0,0,0,0),(85887,16196,530,1,1,0,0,8118,-6901.53,70.427,1.32645,120,0,0,247,0,0,0,0,0),(85888,16345,530,1,1,0,1,7096.57,-7528.34,48.4963,4.55531,300,7,0,377,408,1,0,0,0),(85889,16345,530,1,1,0,1,7115.78,-7545.94,47.775,1.85321,300,7,0,377,408,1,0,0,0),(85890,16345,530,1,1,0,1,7135.54,-7580.94,48.8834,1.18682,300,7,0,377,408,1,0,0,0),(85891,16346,530,1,1,0,1,7163.5,-7580.25,48.8425,2.04204,300,7,0,350,390,1,0,0,0),(85892,16346,530,1,1,0,1,7150.12,-7556.66,48.0593,4.62512,300,7,0,350,390,1,0,0,0),(85893,16346,530,1,1,0,1,6985.83,-7519.01,61.9886,1.67552,300,7,0,350,390,1,0,0,0),(85894,16345,530,1,1,0,1,6946.52,-7444.43,47.7358,3.97511,300,7,0,377,408,1,0,0,0),(85899,16346,530,1,1,0,1,6642.29,-7402.97,65.6103,1.80347,300,7,0,350,390,1,0,0,0),(85903,16345,530,1,1,0,1,6813.1,-7437.24,47.7421,1.44862,300,7,0,377,408,1,0,0,0),(85904,16345,530,1,1,0,1,6818.1,-7344.69,47.5337,3.54153,300,7,0,377,408,1,0,0,0),(85905,16345,530,1,1,0,1,6796.17,-7337.43,49.8916,3.71755,300,7,0,377,408,1,0,0,0),(85906,16465,530,1,1,0,0,6798.28,-7431.98,48.9366,5.06145,120,0,0,57,0,0,0,0,0),(85907,16345,530,1,1,0,1,6772.32,-7322.28,49.8916,4.10152,300,7,0,377,408,1,0,0,0),(85908,16346,530,1,1,0,1,6667.74,-7405.69,58.3086,4.25483,300,7,0,350,390,1,0,0,0),(85909,16346,530,1,1,0,1,6715.82,-7385.67,52.2981,0.471609,300,7,0,350,390,1,0,0,0),(85910,16346,530,1,1,0,1,6722.1,-7430.5,51.2673,1.46608,300,7,0,350,390,1,0,0,0),(85911,16346,530,1,1,0,1,6787.35,-7416.75,47.5715,0.314159,300,7,0,350,390,1,0,0,0),(85913,16346,530,1,1,0,1,6650.67,-7318.61,52.2613,4.30021,300,7,0,350,390,1,0,0,0),(85914,16346,530,1,1,0,1,6674.51,-7391.93,57.5551,3.57803,300,7,0,350,390,1,0,0,0),(85915,16346,530,1,1,0,1,6677.82,-7401.4,70.5784,6.24828,300,7,0,350,390,1,0,0,0),(85921,16345,530,1,1,0,1,6583.17,-7369.65,57.0093,3.9774,300,7,0,377,408,1,0,0,0),(85922,16346,530,1,1,0,1,6584.42,-7380.13,58.6475,6.18913,300,7,0,350,390,1,0,0,0),(85924,16345,530,1,1,0,1,6500.58,-7455.83,86.2448,2.23402,300,7,0,377,408,1,0,0,0),(85925,16346,530,1,1,0,1,6506.88,-7452.85,73.14,5.11381,300,7,0,350,390,1,0,0,0),(85926,16358,530,1,1,0,1,6518.6,-7437.8,86.2023,0.837758,120,0,0,1516,980,0,0,0,0),(85927,16345,530,1,1,0,1,6557.22,-7415.19,65.6479,5.95433,300,7,0,377,408,1,0,0,0),(85928,16345,530,1,1,0,1,6710.4,-7354.21,53.1388,4.31142,300,7,0,377,408,1,0,0,0),(85929,16345,530,1,1,0,1,6634.08,-7363.21,54.5565,2.75762,300,7,0,377,408,1,0,0,0),(85930,16345,530,1,1,0,1,6662.5,-7385.84,70.557,1.55334,300,7,0,377,408,1,0,0,0),(85931,16346,530,1,1,0,1,6660.45,-7390.41,57.6384,4.95674,300,7,0,350,390,1,0,0,0),(85932,16466,530,1,1,0,0,6616.9,-7363.12,54.8511,5.2709,120,0,0,57,0,0,0,0,0),(85933,16345,530,1,1,0,1,6611.01,-7342.15,53.784,3.64281,300,7,0,377,408,1,0,0,0),(85934,16333,530,1,1,0,1,6841.58,-7174.07,26.7287,4.95674,300,7,0,328,0,1,0,0,0),(85935,16333,530,1,1,0,1,6882.91,-7182.39,34.9994,1.0177,300,7,0,328,0,1,0,0,0),(85936,16333,530,1,1,0,1,6862.86,-7111.97,43.2595,6.19812,300,7,0,328,0,1,0,0,0),(85937,16333,530,1,1,0,1,6883.22,-7215.93,35.7572,3.83648,300,7,0,328,0,1,0,0,0),(85938,16333,530,1,1,0,1,6782.96,-7221.48,34.0388,2.14824,300,7,0,328,0,1,0,0,0),(85939,16333,530,1,1,0,1,6819.89,-7192.04,24.1579,4.09413,300,7,0,328,0,1,0,0,0),(85940,16333,530,1,1,0,1,6768.29,-7147.1,49.6312,0.471239,300,7,0,328,0,1,0,0,0),(85941,16333,530,1,1,0,1,6851.27,-7214.31,29.3614,0.618929,300,7,0,328,0,1,0,0,0),(85942,16333,530,1,1,0,1,6889.73,-7157.54,30.2629,2.73824,300,7,0,328,0,1,0,0,0),(85943,16333,530,1,1,0,1,6879.14,-7113.56,41.6345,0.108649,300,7,0,328,0,1,0,0,0),(85944,16333,530,1,1,0,1,6889.7,-7123.21,43.1345,2.37723,300,7,0,328,0,1,0,0,0),(85949,17436,530,1,1,0,0,-3823.79,-11492.5,324.743,2.16848,120,0,0,1782,0,0,0,0,0),(85950,17436,530,1,1,0,0,-3743.18,-11366,260.735,3.98577,120,0,0,1782,0,0,0,0,0),(85952,17436,530,1,1,0,0,-3649.9,-11422.5,319.11,2.30383,120,0,0,1782,0,0,0,0,0),(85955,17436,530,1,1,0,0,-3860.26,-11455.5,317.685,2.25183,120,0,0,1782,0,0,0,0,0),(85956,17436,530,1,1,0,0,-3776.22,-11438.4,320.176,5.23419,120,0,0,1782,0,0,0,0,0),(85957,17436,530,1,1,0,0,-3686.57,-11388.7,320.156,5.0091,120,0,0,1782,0,0,0,0,0),(85960,17436,530,1,1,0,0,-3689.78,-11343.7,234.952,6.26576,120,0,0,1782,0,0,0,0,0),(85962,17436,530,1,1,0,0,-3779.49,-11413.9,328.794,5.48893,120,0,0,1782,0,0,0,0,0),(85964,17436,530,1,1,0,0,-3830.65,-11443.6,305.552,4.44374,120,0,0,1782,0,0,0,0,0),(85966,17436,530,1,1,0,0,-3642.77,-11402,318.137,3.03687,120,0,0,1782,0,0,0,0,0),(85967,17436,530,1,1,0,0,-3649.57,-11385,318.278,3.735,120,0,0,1782,0,0,0,0,0),(85968,17436,530,1,1,0,0,-3666.82,-11378.6,318.582,4.32842,120,0,0,1782,0,0,0,0,0),(85969,17436,530,1,1,0,0,-3797.14,-11382.1,324.703,5.12661,120,0,0,1782,0,0,0,0,0),(85971,17436,530,1,1,0,0,-3740.3,-11442,318.458,1.93818,120,0,0,1782,0,0,0,0,0),(85972,17436,530,1,1,0,0,-3803.24,-11535.7,385.569,2.13608,120,0,0,1782,0,0,0,0,0),(85973,17436,530,1,1,0,0,-3778.74,-11411,305.187,1.43117,120,0,0,1782,0,0,0,0,0),(85975,17436,530,1,1,0,0,-3709.33,-11288.1,186.607,1.18191,120,0,0,1782,0,0,0,0,0),(85976,17436,530,1,1,0,0,-3655.85,-11318.4,209.754,3.1765,120,0,0,1782,0,0,0,0,0),(85977,17431,530,1,1,0,1,-3768.94,-11513.6,315.69,1.26838,300,0,0,2091,2117,0,0,0,0),(85978,21925,530,1,1,0,1,-1724.29,9213.63,82.5622,3.72584,300,0,0,6148,3155,0,0,0,0),(47044,25851,580,1,1,0,0,1931.45,566.535,32.1058,5.18363,604800,0,0,8042,3231,0,0,0,0),(84715,23373,530,1,1,0,0,748.466,6882.93,-64.1698,3.85811,25,0,0,6986,0,0,0,0,0),(85987,19443,530,1,1,0,1,-179.792,2839.99,23.6469,5.36435,120,0,0,20632,0,2,0,0,0),(85997,17794,530,1,1,0,0,-289.734,3702.48,58.242,1.3439,120,0,0,42,0,0,0,0,0),(85998,17795,530,1,1,0,0,-289.82,3702.63,58.2683,5.84685,120,0,0,42,0,0,0,0,0),(85999,19029,530,1,1,0,0,-290.141,3702.35,58.2253,0.558505,120,0,0,42,0,0,0,0,0),(86001,17062,530,1,1,0,0,-17.7019,3803.48,94.1632,5.48033,120,0,0,4979,0,0,0,0,0),(86002,16852,530,1,1,0,0,192.146,4150.55,73.6611,5.34071,120,0,0,4731,2790,0,0,0,0),(86006,20679,530,1,1,0,1,-530.683,4867.86,33.7291,2.35619,120,0,0,5556,2568,0,0,0,0),(86007,20677,530,1,1,0,1,-620.888,4861.63,41.501,0.366519,120,0,0,5556,2568,0,0,0,0),(86008,20678,530,1,1,0,1,-541.787,4734.32,38.7961,1.46608,120,0,0,3367,2568,0,0,0,0),(12859,23386,530,1,1,0,1,2726.33,7269.77,368.585,1.61556,600,0,0,6986,0,0,0,0,0),(86010,17039,530,1,1,0,0,-1152.51,4264.08,14.2766,5.59628,120,0,0,6705,0,0,0,0,0),(86017,19032,530,1,1,0,0,-471.336,3451.02,36.0257,0.680678,120,0,0,42,0,0,0,0,0),(86018,17795,530,1,1,0,0,-471.182,3450.67,36.0342,0.506145,120,0,0,42,0,0,0,0,0),(86019,17794,530,1,1,0,0,-471.013,3450.6,36.0343,1.36136,120,0,0,42,0,0,0,0,0),(86020,17794,530,1,1,0,0,-185.016,3476.79,39.6219,0.610865,120,0,0,42,0,0,0,0,0),(86021,19028,530,1,1,0,0,-185.152,3476.81,39.5922,0.0872665,120,0,0,42,0,0,0,0,0),(86022,17795,530,1,1,0,0,-185.17,3476.9,39.5848,3.05433,120,0,0,42,0,0,0,0,0),(86023,20158,530,1,1,0,0,198.784,3470.29,63.9496,1.3439,120,0,0,5914,0,0,0,0,0),(86024,17004,530,1,1,0,0,235.941,2834.89,179.823,3.59538,120,0,0,2533,0,0,0,0,0),(86025,17002,530,1,1,0,1,236.474,2831.26,179.852,3.71755,120,0,0,2227,2241,0,0,0,0),(86026,19259,530,1,1,0,0,79.9474,2524.5,62.1032,2.35619,120,0,0,3052,0,0,0,0,0),(86027,19259,530,1,1,0,0,58.8273,2518.12,61.2764,4.93928,120,0,0,3052,0,0,0,0,0),(86028,19259,530,1,1,0,0,77.6029,2512.58,59.3627,1.0472,120,0,0,3052,0,0,0,0,0),(86029,19259,530,1,1,0,0,62.657,2519.33,61.4867,2.23402,120,0,0,3052,0,0,0,0,0),(86030,19259,530,1,1,0,0,83.5677,2514.71,59.7037,2.35619,120,0,0,3052,0,0,0,0,0),(86031,19259,530,1,1,0,0,118.939,2517.13,62.4297,2.23402,120,0,0,3052,0,0,0,0,0),(86032,19259,530,1,1,0,0,92.5013,2518.68,60.2694,1.0472,120,0,0,3052,0,0,0,0,0),(86033,19259,530,1,1,0,0,85.9302,2514.93,59.8124,6.17846,120,0,0,3052,0,0,0,0,0),(86034,19259,530,1,1,0,0,106.446,2528.48,62.5813,2.35619,120,0,0,3052,0,0,0,0,0),(86035,19259,530,1,1,0,0,72.2795,2527.24,62.9438,1.95286,120,0,0,3052,0,0,0,0,0),(86036,19259,530,1,1,0,0,58.6991,2521.19,61.9544,6.17846,120,0,0,3052,0,0,0,0,0),(86037,19445,530,1,1,0,0,-365.884,992.767,54.2785,5.61996,120,0,0,5228,0,0,0,0,0),(86039,21134,530,1,1,0,0,-1166.79,1910.94,81.9625,1.63391,120,0,0,249,0,0,0,0,0),(6751,721,0,1,1,4626,0,-9726.11,-2153.46,59.4309,0.755662,300,10,0,1,0,1,0,0,0),(144504,15325,509,1,1,0,0,-8767.31,1593.83,21.4998,4.62827,7200,0,0,1,0,2,0,0,0),(86049,16977,530,1,1,0,1,-1311.58,2767.75,-27.0801,4.59022,120,0,0,5158,2486,0,0,0,0),(86050,17060,530,1,1,0,0,-1308.77,2773.61,-26.9757,4.18879,120,0,0,1524,0,0,0,0,0),(86051,17060,530,1,1,0,0,-1309.69,2772.95,-26.9656,4.50295,120,0,0,1524,0,0,0,0,0),(86052,17060,530,1,1,0,0,-1310.33,2773.99,-26.9356,4.7822,120,0,0,1524,0,0,0,0,0),(86053,20866,552,3,1,0,0,221.871,-152.577,-10.1123,3.94511,86400,0,0,1,12620,2,0,0,0),(1955014,30474,571,1,256,0,0,7975.86,-2724.91,1137.35,4.2892,60,0,0,63000,19970,0,0,0,0),(45833,27354,571,1,1,0,0,4085.38,-2916.55,278.035,5.02655,300,0,0,1,0,0,0,0,0),(45832,27354,571,1,1,0,0,4156.48,-2964,283.862,6.0912,300,0,0,1,0,0,0,0,0),(62741,31804,621,1,1,0,1,14.0833,1.95972,18.8097,3.735,120,0,0,1,0,0,0,0,0),(86058,20869,552,3,1,0,0,395.413,18.1948,48.296,2.49582,86400,0,0,1,0,0,0,0,0),(86057,20869,552,3,1,0,0,255.498,158.914,22.3619,5.41052,86400,0,0,1,0,0,0,0,0),(86056,20869,552,3,1,0,0,253.942,131.881,22.395,0.767945,86400,0,0,1,0,0,0,0,0),(86055,20869,552,3,1,0,0,336.514,27.4267,48.426,3.83972,86400,0,0,1,0,0,0,0,0),(86054,20869,552,3,1,0,0,264.286,-61.3211,22.4534,5.28835,86400,0,0,1,0,0,0,0,0),(51781,9299,1,1,1,0,0,-6948.18,-3939.48,31.4876,1.98427,430,0,0,4120,0,0,0,0,0),(68112,18965,530,1,1,0,1,-269.932,1083.3,48.2155,1.5708,30,0,0,12652,0,0,0,0,0),(68111,18965,530,1,1,0,1,-269.663,1086.26,46.2537,1.5708,30,0,0,12652,0,0,0,0,0),(68025,18950,530,1,1,0,1,-242.321,1097.96,41.6667,1.5708,30,0,0,12652,0,0,0,0,0),(68024,18950,530,1,1,0,1,-233.684,1098.06,41.6667,1.5708,30,0,0,12652,0,0,0,0,0),(68022,18950,530,1,1,0,1,-251.015,1097.87,41.7916,1.5708,30,0,0,12652,0,0,0,0,0),(68020,18950,530,1,1,0,1,-246.297,1097.92,41.6667,1.5708,30,0,0,12652,0,0,0,0,0),(68018,18950,530,1,1,0,1,-237.898,1098.01,41.6667,1.5708,30,0,0,12652,0,0,0,0,0),(31444,4341,1,1,1,1080,0,-2973.35,-3138.91,29.7209,3.18657,360,10,0,1403,0,1,0,0,0),(54697,12217,349,1,1,12345,0,727.906,-332.296,-50.7887,2.72271,86400,1,0,1238,0,1,0,0,0),(54696,12216,349,1,1,2452,0,683.27,-351.368,-52.095,0.20944,86400,1,0,1238,0,1,0,0,0),(86083,22331,530,1,1,0,1,-4151.43,545.892,13.3924,1.58127,300,0,0,5589,3155,0,0,0,0),(86084,22331,530,1,1,0,1,-4170.62,552.437,14.559,0.905822,300,0,0,5589,3155,0,0,0,0),(87844,4076,531,1,1,0,0,-9184.26,1699.1,-50.8381,3.6158,604800,5,0,1,0,1,0,0,0),(87843,4076,531,1,1,0,0,-9174.12,2027.8,-60.8063,0.0840705,604800,5,0,1,0,1,0,0,0),(87842,4076,531,1,1,0,0,-9117.44,1379.47,-106.454,5.96829,604800,5,0,1,0,1,0,0,0),(87841,4076,531,1,1,0,0,-9068,1884.9,-43.8225,2.85069,604800,5,0,1,0,1,0,0,0),(120997,32262,571,1,1,10631,1,8163.59,2059.63,550.596,3.76863,80,0,0,9740,8636,0,0,0,0),(86093,22331,530,1,1,0,1,-4274.06,388.016,79.4586,4.16341,300,0,0,5589,3155,0,0,0,0),(86094,22331,530,1,1,0,1,-4279.03,390.894,79.5059,4.16341,300,0,0,5589,3155,0,0,0,0),(86095,22331,530,1,1,0,1,-4266.01,403.295,79.728,1.16058,300,0,0,5589,3155,0,0,0,0),(86096,22331,530,1,1,0,1,-4271.34,406.059,79.6921,0.950088,300,0,0,5589,3155,0,0,0,0),(29096,17407,530,1,1,17055,0,-3467.69,2356.2,65.1685,0,3600,0,0,4979,0,0,0,0,0),(86101,22102,530,1,1,0,1,-4575.52,1672.71,176.243,0.0361352,300,0,0,5409,0,0,0,0,0),(86102,22102,530,1,1,0,1,-4575.32,1667.37,176.243,0.0361352,300,0,0,5409,0,0,0,0,0),(86103,21648,530,1,1,0,0,-3981.94,1200.4,108.263,4.66527,300,0,0,13972,0,2,0,0,0),(45924,8921,230,1,1,8180,0,481,-108.655,-62.9098,0.712075,7200,5,0,2672,0,1,0,0,0),(45923,8890,230,1,1,8758,1,515.504,-86.7094,-62.5583,0.069813,7200,0,0,6414,0,0,0,0,0),(12744,23337,564,1,1,18251,1,599.842,387.937,112.822,0.401426,604800,0,0,206640,0,0,0,0,0),(12743,23330,564,1,1,21547,1,626.741,854.619,64.869,4.11898,604800,0,0,140728,48465,0,0,0,0),(12742,23330,564,1,1,21547,1,604.079,772.641,71.259,1.09956,604800,0,0,140728,48465,0,0,0,0),(12741,23330,564,1,1,21547,1,623.249,779.821,71.3502,2.74017,604800,0,0,140728,48465,0,0,0,0),(84721,24436,530,1,1,0,1,-1609.25,5333.81,-40.2091,0.477538,180,0,0,3524,0,0,0,0,0),(3433,3099,1,1,1,381,0,728.011,-4828.39,30.3341,2.08059,300,5,0,120,0,1,0,0,0),(84722,24393,530,1,1,0,0,-1609.3,5328.65,-39.5993,2.08994,180,0,0,3728,0,0,0,0,0),(12740,23330,564,1,1,21547,1,770.716,878.097,68.9106,2.32999,604800,50,0,140728,48465,1,0,0,0),(86138,23484,530,1,1,0,0,-1701.47,5514.42,-8.52183,3.71573,300,0,0,6986,0,0,0,0,0),(86139,21797,530,1,1,0,1,-4552.37,1015.79,10.8787,0.695724,300,0,0,29500,20681,0,0,0,0),(6761,721,0,1,1,4626,0,-9642.26,-2925.89,49.7281,3.24515,300,5,0,1,0,1,0,0,0),(274,679,0,1,1,536,1,-12469.5,-986.406,49.377,5.28402,1800,0,0,1579,1432,0,0,0,0),(273,679,0,1,1,536,1,-12464.3,-989.308,49.9095,3.83972,1800,0,0,1579,1432,0,0,0,0),(185,1151,0,1,1,2548,0,-11595,1265.73,1.77801,0.603209,300,5,0,1403,0,1,0,0,0),(184,4631,0,1,1,7106,1,-14298.2,539.636,8.9337,4.79965,300,0,0,1342,0,0,0,0,0),(182,4624,0,1,1,7102,1,-14305,433.285,29.2265,1.39626,300,0,0,22758,0,0,0,0,0),(178,4624,0,1,1,7102,1,-14478.6,428.314,34.249,0.605178,300,0,0,22758,0,0,0,0,0),(165,4624,0,1,1,7104,1,-14466.6,447.94,15.5059,1.50098,300,0,0,22758,0,0,0,0,0),(164,4624,0,1,1,7104,1,-14442.6,454.548,3.72366,0.523599,300,0,0,22758,0,0,0,0,0),(86154,100,0,1,1,0,1,-10017,654.089,37.149,5.412,7200,10,0,247,0,1,0,0,0),(86156,802,0,1,1,0,0,-9511,-1286,44.145,3.789,939,0,0,42,0,0,0,0,0),(86157,800,0,1,1,0,0,-9504,-1286,43.067,4.472,318,0,0,42,0,0,0,0,0),(86158,798,0,1,1,0,0,-9497,-1274,43.456,0.703,939,0,0,42,0,0,0,0,0),(86159,799,0,1,1,0,0,-9487,-1254,43.483,1.865,318,0,0,42,0,0,0,0,0),(41657,22807,530,1,1,0,0,-4289.68,4543.89,-58.8092,1.20971,480,5,0,6986,0,1,0,0,0),(68454,22991,530,1,1,0,0,-4184.98,3044.71,352.394,1.81514,180,0,0,4120,0,0,0,0,0),(81653,23007,530,1,1,0,0,-2062.86,8626.81,23.37,3,300,0,0,13716,8115,0,0,0,0),(86164,60,0,1,1,0,1,-9250.89,-708.187,62.9,1.5507,444,0,0,148,165,0,0,0,0),(86166,13435,0,1,1,0,0,-8810,641.539,94.229,3.236,840,0,0,1003,0,0,0,0,0),(86167,13436,0,1,1,0,0,-8807,635.279,94.229,4.162,840,0,0,1003,0,0,0,0,0),(86169,15310,0,1,1,0,0,-8596,739.708,101.904,2.749,318,0,0,42,0,0,0,0,0),(86170,1130,0,1,1,0,0,-5798,-938,393.646,1.187,7200,30,0,247,0,1,0,0,0),(86171,6113,0,1,1,0,1,-5780,431.391,426.595,0.937,498,0,0,222,0,0,0,0,0),(86172,1119,0,1,1,0,1,-5561,-1717,372.298,3.159,2244,0,0,321,0,0,0,0,0),(86173,12371,0,1,1,0,0,-5529,-1344,398.664,0.705,318,0,0,42,0,0,0,0,0),(86174,12370,0,1,1,0,0,-5499,-1322,397.516,4.034,318,0,0,42,0,0,0,0,0),(86176,2870,0,1,1,0,0,-5206,-479,387.736,2.214,678,0,0,521,0,0,0,0,0),(48250,29999,571,1,1,0,0,6500.87,-1746.74,490.478,6.0912,300,0,0,484,0,0,0,0,0),(86181,1365,0,1,1,0,0,-4935,-955,501.578,4.503,480,0,0,198,0,0,0,0,0),(86182,13433,0,1,1,13349,0,-4923.96,-980.013,501.554,0.994838,180,0,0,1003,0,0,0,0,0),(83242,26113,1,1,1,23790,1,1917.02,-4341.81,20.658,5.61996,300,0,0,3237,0,0,0,0,0),(86184,13444,0,1,1,13369,1,-4914.36,-976.11,501.453,1.93731,180,0,0,1003,0,0,0,0,0),(86185,13000,0,1,1,0,1,-4762,-1701,503.324,1.843,570,0,0,328,0,0,0,0,0),(86186,13000,0,1,1,0,1,-4754,-1644,503.408,5.62,570,0,0,328,0,0,0,0,0),(86187,13000,0,1,1,0,1,-4747,-1702,503.324,3.885,570,0,0,328,0,0,0,0,0),(86188,13000,0,1,1,0,1,-4739,-1705,503.408,5.253,570,0,0,328,0,0,0,0,0),(86189,13000,0,1,1,0,1,-4726,-1705,503.324,2.173,570,0,0,328,0,0,0,0,0),(86191,12047,0,1,1,0,1,-4492,-1582,509.005,3.935,1290,7,0,2614,0,1,0,0,0),(3277,7028,0,1,1,6048,1,-7620.57,-785.899,190.854,0.541052,500,0,0,2550,5206,0,0,0,0),(48361,10480,289,1,1,10978,0,249.715,-5.97765,85.1057,3.1765,86400,0,0,3876,0,0,0,0,0),(11564,20424,560,3,1,341,1,1774.18,587.21,30.3477,3.03438,86400,0,0,198,0,0,0,0,0),(11563,20424,560,3,1,341,1,1784.27,599.747,30.3477,0.811705,86400,0,0,198,0,0,0,0,0),(11562,20424,560,3,1,341,1,1765.55,600.839,30.3477,5.80684,86400,0,0,198,0,0,0,0,0),(11561,20424,560,3,1,341,1,1754.3,606.862,30.3477,4.74655,86400,0,0,198,0,0,0,0,0),(11560,20424,560,3,1,341,1,1754.98,617.196,30.3477,3.22288,86400,0,0,198,0,0,0,0,0),(11559,20424,560,3,1,341,1,1764.42,615.622,30.3477,3.0226,86400,0,0,198,0,0,0,0,0),(11511,20424,560,3,1,341,1,1783.72,613.316,30.3477,3.6038,86400,0,0,198,0,0,0,0,0),(11502,20424,560,3,1,341,1,2343.28,861.374,55.2275,2.26429,86400,0,0,198,0,0,0,0,0),(11501,20424,560,3,1,341,1,2324.16,856.581,56.3119,1.54565,86400,0,0,198,0,0,0,0,0),(11499,20424,560,3,1,341,1,2312.95,859.469,55.9213,1.17652,86400,0,0,198,0,0,0,0,0),(11488,20424,560,3,1,341,1,2304,864.712,56.2951,0.830942,86400,0,0,198,0,0,0,0,0),(11424,20424,560,3,1,341,1,2297.3,883.926,54.4085,0.143718,86400,0,0,198,0,0,0,0,0),(11420,20424,560,3,1,341,1,2339.86,894.909,57.6643,3.92934,86400,0,0,198,0,0,0,0,0),(11417,20424,560,3,1,341,1,2329.28,896.193,57.665,1.8284,86400,0,0,198,0,0,0,0,0),(163,4624,0,1,1,7103,1,-14461.7,478.294,26.8603,3.50811,300,0,0,22758,0,0,0,0,0),(3432,3099,1,1,1,381,0,47.2036,-4713.72,30.2001,4.72959,300,10,0,120,0,1,0,0,0),(3431,12430,1,1,1,12477,1,170.596,-4769.92,14.4874,4.29351,300,0,0,137,0,0,0,0,0),(3430,11178,1,1,1,10697,1,2051.84,-4794.39,23.2673,5.35816,300,0,0,2980,0,0,0,0,0),(3414,22836,530,1,1,0,0,-2080.21,8556.21,22.7558,0.754017,25,0,0,41,60,0,0,0,0),(98827,6491,571,1,4294967295,0,0,6615.95,-4797.55,450.522,0.823739,60,0,0,4120,0,0,0,0,0),(3429,11177,1,1,1,10696,1,2048.8,-4799.86,22.8961,6.00393,300,0,0,3082,0,0,0,0,0),(86234,15354,1,1,1,0,1,1657.86,-4432.84,17.4795,2.02458,840,0,0,955,0,0,0,0,0),(86233,13430,0,1,1,13345,0,1630.85,219.424,-43.0193,2.16421,180,0,0,1003,0,0,0,0,0),(86237,14480,1,1,1,0,0,1660.02,-4391,23.268,4.771,480,0,0,198,0,0,0,0,0),(152259,21789,530,1,1,0,0,-2725.63,2712.66,122.433,5.20108,300,0,0,1,0,0,0,0,0),(10996,6231,0,1,1,0,0,-4925.46,827.751,247.47,4.58277,25,0,0,787,0,0,0,0,0),(3428,11176,1,1,1,10695,1,2055.53,-4802.11,22.4662,5.95157,300,0,0,3189,0,0,0,0,0),(3427,11378,1,1,1,12089,0,-611.587,-4322.08,40.0927,1.16937,200,0,0,86,0,0,0,0,0),(3426,9317,1,1,1,8631,1,2045.53,-4753.81,29.2431,1.11701,300,0,0,573,0,0,0,0,0),(3425,5890,1,1,1,1128,0,-921.403,-4296.98,77.538,0.947639,120,5,0,42,0,1,0,0,0),(3424,5890,1,1,1,1127,0,-865.239,-4273.11,78.1182,2.10721,120,5,0,42,0,1,0,0,0),(3423,5891,1,1,1,12110,0,-877.79,-4290.36,72.7066,0.541052,300,0,0,328,0,0,0,0,0),(3422,14727,1,1,1,14759,0,1451.64,-4209.35,43.6451,5.53269,300,0,0,1220,0,0,0,0,0),(3421,14726,1,1,1,14757,0,1794.68,-4572.71,22.8627,0.925025,300,0,0,1220,0,0,0,0,0),(3420,5910,1,1,1,4546,1,1717.78,-4200.11,51.7367,4.43314,300,0,0,328,0,0,0,0,0),(3419,5909,1,1,1,4545,0,1839.54,-4340.73,-15.4344,3.59538,300,0,0,1753,0,0,0,0,0),(3418,5892,1,1,1,4534,1,1920.95,-4212.99,42.1782,5.41052,300,0,0,328,0,0,0,0,0),(3417,5887,1,1,1,4532,0,-630.02,-4204.55,38.2173,5.44543,300,0,0,156,0,0,0,0,0),(3416,11943,1,1,1,11901,0,-638.159,-4237.94,38.2173,0.017453,200,0,0,102,0,0,0,0,0),(3415,3216,1,1,1,3754,1,1800.66,-4374.51,-17.3475,4.57276,300,0,0,1536,0,0,0,0,0),(3412,3108,1,1,1,999,0,1222.43,-5089.12,-3.29107,5.71349,300,5,0,176,0,1,0,0,0),(3411,3108,1,1,1,999,0,1487.26,-4952.2,-3.71864,2.51294,300,5,0,176,0,1,0,0,0),(28407,462,0,1,1,0,0,-10416.1,1244.29,47.9231,1.12112,93600,10,0,787,0,1,0,0,0),(3410,3108,1,1,1,999,0,1511.56,-5023.87,-6.71243,4.33255,300,5,0,176,0,1,0,0,0),(3409,3108,1,1,1,999,0,1374.44,-4985.78,-1.71755,3.33825,300,5,0,176,0,1,0,0,0),(3408,3108,1,1,1,999,0,1323.36,-5044.44,-6.26821,0.590526,300,5,0,176,0,1,0,0,0),(3407,3108,1,1,1,999,0,1417.86,-4939.62,1.00858,1.57568,300,5,0,176,0,1,0,0,0),(86263,15351,0,1,1,0,0,-5050.1,-1270.2,510.325,6.13428,300,0,0,30520,0,0,0,0,0),(3406,3108,1,1,1,999,0,1255.65,-5052.54,-0.46814,0.051609,300,5,0,176,0,1,0,0,0),(3405,3108,1,1,1,999,0,1450.27,-4973.23,-10.5372,1.27129,300,5,0,176,0,1,0,0,0),(3404,3108,1,1,1,999,0,1271.97,-5022.56,0.621942,3.59418,300,5,0,176,0,1,0,0,0),(3403,3125,1,1,1,2486,0,-663.184,-4903.87,30.8102,5.48121,200,10,0,102,0,1,0,0,0),(30116,6223,90,1,1,6982,1,-617.462,370.696,-247.188,2.68781,86400,3,0,2250,0,1,0,0,0),(30115,6223,90,1,1,6981,1,-511.379,263.088,-207.823,4.86947,86400,2,0,2250,0,1,0,0,0),(86277,8506,369,1,1,0,0,-45.0608,163.213,-3.53676,1.45299,318,0,0,42,0,0,0,0,0),(86278,8506,369,1,1,0,0,4.6351,314.627,-47.698,1.72643,318,0,0,42,0,0,0,0,0),(54695,12216,349,1,1,2452,0,678.345,-349.311,-52.2441,0.610865,86400,1,0,1238,0,1,0,0,0),(135495,16460,532,1,1,16549,0,-10829.7,-1960.09,93.442,1.09956,604800,0,0,32166,16155,0,0,0,0),(30114,6233,90,1,1,6978,0,-445.739,235.804,-207.823,3.83972,86400,2,0,3412,0,1,0,0,0),(23963,6233,90,1,1,6978,0,-639.608,353.948,-255.521,1.41372,86400,3,0,3412,0,1,0,0,0),(19225,6233,90,1,1,6978,0,-474.707,281.476,-211.459,4.66003,86400,3,0,3412,0,1,0,0,0),(17971,6233,90,1,1,6978,0,-560.926,311.901,-213.461,1.2258,86400,3,0,3412,0,1,0,0,0),(86292,14481,0,1,1,0,0,-8864.46,658.466,96.5078,5.47143,480,0,0,198,0,0,0,0,0),(3402,3125,1,1,1,2486,0,-344.096,-4845.91,39.8805,4.78467,200,10,0,102,0,1,0,0,0),(3276,7028,0,1,1,6048,1,-7593.33,-778.441,190.968,3.15905,500,0,0,2550,5206,0,0,0,0),(3275,7028,0,1,1,6048,1,-7603.77,-793.267,190.905,1.8675,500,0,0,2550,5206,0,0,0,0),(3274,7026,0,1,1,6046,1,-8118.99,-1551.55,133.712,0.403249,500,10,0,2470,5013,1,0,0,0),(86300,3581,0,1,1,0,0,-8560.69,486.619,85.8912,2.29404,8400,0,0,17720,0,0,0,0,0),(86301,3581,0,1,1,0,0,-8783.6,487.416,85.8914,0.528863,8400,0,0,17720,0,0,0,0,0),(3401,3125,1,1,1,2486,0,-848.249,-4618.33,44.8452,3.47964,200,10,0,102,0,1,0,0,0),(3400,3125,1,1,1,2486,0,-284.233,-4857.56,34.3123,4.82708,200,10,0,102,0,1,0,0,0),(3399,3125,1,1,1,2486,0,-688.159,-4987.74,19.7873,1.46316,200,10,0,102,0,1,0,0,0),(11004,19178,0,1,1,6232,0,1626.7,222.7,-43.1027,1.01229,43200,0,0,42,0,0,0,0,0),(11003,19178,0,1,1,4069,0,1627.8,224.57,-43.1026,4.15388,43200,0,0,42,0,0,3,0,0),(11002,19178,0,1,1,4069,0,1574.55,267.583,-43.0193,3.76991,43200,0,0,42,0,0,0,0,0),(11001,19178,0,1,1,6232,0,1573.04,265.955,-43.1027,0.593412,43200,0,0,42,0,0,3,0,0),(3398,3125,1,1,1,2486,0,188.641,-5019.8,12.6547,1.27263,200,10,0,102,0,1,0,0,0),(3397,3125,1,1,1,2486,0,197.564,-4969.24,13.6588,5.01189,200,10,0,102,0,1,0,0,0),(3396,3142,1,1,1,1877,1,287.265,-4724.88,13.2142,5.2709,300,0,0,417,0,0,0,0,0),(3395,4047,1,1,1,4514,1,1914.65,-4226.58,42.1789,0.663225,300,0,0,4370,0,0,0,0,0),(3394,10540,1,1,1,10357,1,1934.06,-4162.26,40.995,2.18166,43200,0,0,5578000,68128,0,0,0,0),(86322,12364,0,1,1,0,0,-5459.66,-623.126,393.514,0.515859,318,0,0,42,0,0,0,0,0),(86323,12368,0,1,1,0,0,-5454.32,-612.649,394.478,4.66003,318,0,0,42,0,0,0,0,0),(31428,4323,1,1,1,715,0,-4915.72,-3424.95,35.5163,0.573919,360,10,0,1751,0,1,0,0,0),(53942,14869,0,1,1,0,0,-9554.05,125.139,59.0065,1.47803,180,5,0,42,0,1,0,0,0),(70515,20520,530,1,1,0,0,3719.42,2447.69,104.158,6.20298,600,0,0,7181,0,0,0,0,0),(3393,5941,1,1,1,4609,1,-1067.89,-4778.09,17.4449,0.331613,300,0,0,300,0,0,0,0,0),(94479,23762,530,1,1,0,1,6735.54,-7559.46,127.102,1.57651,900,0,0,4890,0,0,0,0,0),(3392,3101,1,1,1,1185,1,-168.068,-4403.07,77.5404,0.585295,200,5,0,69,79,1,0,0,0),(12739,23330,564,1,1,21546,1,778.735,851.111,73.4507,0.871723,604800,50,0,140728,48465,1,0,0,0),(86336,6208,0,1,1,0,1,-4964.89,728.935,257.767,6.2644,1677,0,0,734,0,0,0,0,0),(86337,6208,0,1,1,0,1,-4994.64,731.707,256.39,3.05564,1677,0,0,734,0,0,0,0,0),(86338,6208,0,1,1,0,1,-5165.83,910.628,257.177,1.78203,1677,0,0,734,0,0,0,0,0),(86339,6209,0,1,1,0,0,-5146.4,880.43,252.803,5.11306,1704,0,0,2250,0,0,0,0,0),(86340,6209,0,1,1,0,0,-4925.73,670.234,249.393,2.73331,1704,0,0,2250,0,0,0,0,0),(86341,6209,0,1,1,0,0,-5077.93,849.784,253.54,5.82777,1704,0,0,2250,0,0,0,0,0),(86342,6209,0,1,1,0,0,-4912.11,763.749,249.395,4.90494,1704,0,0,2250,0,0,0,0,0),(86343,6210,0,1,1,0,1,-4983.13,729.05,256.341,3.78899,1623,0,0,664,0,0,0,0,0),(86344,6210,0,1,1,0,1,-5090.76,787.029,260.544,4.55975,1623,0,0,664,0,0,0,0,0),(86345,6210,0,1,1,0,1,-5162.78,877.911,256.576,1.9147,1623,0,0,664,0,0,0,0,0),(86346,6213,0,1,1,0,1,-5059.66,772.96,260.553,1.90588,1650,0,0,582,1236,0,0,0,0),(86347,6213,0,1,1,0,1,-4997.97,714.257,260.531,3.09089,1650,0,0,582,1236,0,0,0,0),(86348,6213,0,1,1,0,1,-5082.4,832.847,257.177,3.04371,1650,0,0,582,1236,0,0,0,0),(86349,6213,0,1,1,0,1,-5151.02,850.722,255.082,5.7078,1650,0,0,582,1236,0,0,0,0),(86350,6213,0,1,1,0,1,-4934.21,728.064,261.645,1.31173,1650,0,0,582,1236,0,0,0,0),(86352,7732,0,1,1,0,0,-4926.19,831.139,247.469,0.353555,318,0,0,42,0,0,0,0,0),(86353,7732,0,1,1,0,0,-4933.86,822.889,247.469,2.17567,318,0,0,42,0,0,0,0,0),(86354,801,0,1,1,0,0,-9511.31,-1285.64,44.1448,3.93122,318,0,0,42,0,0,0,0,0),(53631,13429,0,1,1,13346,0,1629.23,218.479,-43.0193,2.21657,180,0,0,1003,0,0,0,0,0),(86356,8320,0,1,1,0,1,-5100.64,750.289,260.634,0.05236,804,0,0,896,0,0,0,0,0),(86357,18648,530,1,1,0,0,-2049.32,3821.27,2.08482,3.47382,2500,0,0,20002,0,0,0,0,0),(3391,3296,1,1,1,4602,1,1690.52,-4262.62,53.7757,2.61799,300,0,0,15952,0,0,0,0,0),(202610,17259,543,3,1,0,1,-1217.83,1463.56,68.5754,1.84457,86400,5,0,1,0,1,0,0,0),(202609,17259,543,3,1,0,1,-1216.89,1545.05,68.6415,0.488692,86400,0,0,1,0,0,0,0,0),(202608,17259,543,3,1,0,1,-1207.7,1533.9,68.6406,0.680678,86400,0,0,1,0,0,0,0,0),(202607,17259,543,3,1,0,1,-1206.08,1440.92,68.6282,2.16421,86400,0,0,1,0,0,0,0,0),(69871,19389,565,1,1,0,1,109.885,283.228,2.01115,4.39862,604800,0,0,206640,0,0,0,0,0),(65618,19389,565,1,1,0,1,125.596,348.753,6.45195,4.19147,604800,0,0,206640,0,0,0,0,0),(86366,16593,540,3,1,0,0,309.952,-85.0858,1.91646,6.28175,86400,0,0,20259,0,0,0,0,0),(86368,17695,540,3,1,0,1,521.549,134.203,1.93278,1.66124,86400,0,0,20259,0,0,0,0,0),(86369,17622,540,3,1,0,1,522.562,218.903,1.92645,1.57014,86400,0,0,8451,0,0,0,0,0),(86370,17622,540,3,1,0,1,518.124,218.962,1.92134,1.57014,86400,0,0,8451,0,0,0,0,0),(79544,17816,547,3,1,0,0,1.50067,-209.725,-1.56011,2.21265,86400,1,0,15489,0,1,0,0,0),(86372,17885,546,3,1,0,1,296.697,-362.373,50.1506,5.5676,360,0,0,4572,2705,0,0,0,0),(69728,21846,530,1,1,0,1,-3766.29,5062.47,-18.9817,3.57792,300,0,0,6986,0,0,0,0,0),(138228,17371,542,3,1,0,0,494.46,7.58925,9.54249,2.87616,86400,0,0,10472,5875,0,0,0,0),(3390,3296,1,1,1,4601,1,1479.39,-4406.25,25.3187,0.017453,300,0,0,15952,0,0,0,0,0),(135705,16525,532,1,1,16241,0,-11295.6,-1893.52,240.47,3.46127,604800,5,0,30160,0,1,0,0,0),(3389,3296,1,1,1,4260,1,1775.07,-4319.91,-7.87855,5.60251,300,0,0,15952,0,0,0,0,0),(162,4624,0,1,1,7103,1,-14448.4,409.794,25.1044,1.5708,300,0,0,22758,0,0,0,0,0),(3388,3296,1,1,1,4260,1,1902.63,-4628.79,33.9763,0.593412,300,0,0,15952,0,0,0,0,0),(17696,1957,0,1,1,1994,1,805.721,192.1,33.5771,2.33874,275,0,0,356,0,0,0,0,0),(161,4624,0,1,1,7104,1,-14488.5,460.438,30.7151,0.069813,300,0,0,22758,0,0,0,0,0),(160,4624,0,1,1,7103,1,-14286.5,540.747,8.91942,1.97222,300,0,0,22758,0,0,0,0,0),(13357,2110,129,1,1,0,0,2529.98,1044.96,46.5896,5.9076,86400,5,0,1,0,1,0,0,0),(83301,18309,557,3,1,19778,1,-66.9724,-20.2131,-0.95298,1.33097,86400,0,0,16574,0,2,0,0,0),(3273,7025,0,1,1,6045,1,-8186.67,-1697.44,141.747,5.81639,500,5,0,3529,0,1,0,0,0),(3272,7027,0,1,1,6047,1,-8118.61,-1490.64,133.023,4.69715,500,5,0,3644,0,1,0,0,0),(3271,7025,0,1,1,6045,1,-8023.91,-1573.1,132.595,0.331613,500,0,0,3529,0,0,0,0,0),(3270,7026,0,1,1,6046,1,-8086.34,-1725.5,132.032,4.64049,500,5,0,2470,5013,1,0,0,0),(3269,7027,0,1,1,6047,1,-8092.27,-1901.63,147.753,4.84921,500,5,0,3644,0,1,0,0,0),(3268,7025,0,1,1,6045,1,-8088.2,-1895.17,149.054,3.81964,500,5,0,3529,0,1,0,0,0),(3267,7034,0,1,1,11550,1,-7755.29,-2454.65,146.468,3.48984,500,5,0,2751,1864,1,0,0,0),(3266,7034,0,1,1,11550,1,-7891.02,-2579.24,122.583,2.08875,500,3,0,2751,1864,1,0,0,0),(3265,7034,0,1,1,11550,1,-7972.61,-2657.63,169.108,3.83477,500,5,0,2751,1864,1,0,0,0),(38041,11320,389,1,1,0,0,-45.0298,-27.7645,-21.2917,1.70311,86400,5,0,819,0,1,0,0,0),(3264,7034,0,1,1,11550,1,-7914.43,-2559.97,124.077,0.707194,500,3,0,2751,1864,1,0,0,0),(135704,16525,532,1,1,16241,0,-11313,-1890.5,240.553,1.97222,604800,0,0,30160,0,0,0,0,0),(135703,16525,532,1,1,16241,0,-11319.2,-1915.57,240.47,0.729506,604800,5,0,30160,0,1,0,0,0),(135702,16525,532,1,1,16241,0,-11299.3,-1778.26,179.734,5.77688,604800,0,0,30160,0,2,0,0,0),(86423,16593,540,3,1,0,0,515.126,278.282,1.91803,1.70523,86400,0,0,20259,0,0,0,0,0),(86424,15708,0,1,1,0,1,-8813.4,654.195,96.0776,4.5185,3540,0,0,15260,0,0,0,0,0),(52415,15303,0,1,1,0,1,-9570.41,-10.6037,63.4679,1.47533,180,0,0,1220,0,0,0,0,0),(86427,16593,540,3,1,0,0,523.378,279.885,1.91803,1.54815,86400,0,0,20259,0,0,0,0,0),(3387,3296,1,1,1,4601,1,1481.77,-4427.79,25.3187,0.191986,300,0,0,15952,0,0,0,0,0),(138229,17477,542,3,1,0,0,489.518,5.51373,9.54353,1.96038,86400,0,0,4126,9944,0,0,0,0),(138230,17477,542,3,1,0,0,490.168,11.6964,9.54898,1.13336,86400,0,0,4126,9944,0,0,0,0),(138174,17371,542,3,1,0,0,327.262,30.5611,9.61686,4.68833,86400,0,0,10472,5875,2,0,0,0),(138231,17477,542,3,1,0,0,485.76,8.63405,9.54898,1.43024,86400,0,0,4126,9944,0,0,0,0),(138132,17398,542,3,1,0,1,412.728,85.7323,9.65141,0.141552,86400,0,0,6963,0,0,0,0,0),(138200,17491,542,3,1,0,1,480.502,180.017,9.61526,3.42991,86400,0,0,7479,0,0,0,0,0),(138201,17371,542,3,1,0,0,371.98,194.243,9.59956,5.36434,86400,0,0,10472,5875,0,0,0,0),(138203,17395,542,3,1,0,0,373.636,184.777,9.59848,1.15697,86400,0,0,10472,17625,0,0,0,0),(138209,17414,542,3,1,0,1,448.428,190.764,9.6054,1.01795,86400,0,0,10472,5875,0,0,0,0),(138202,17398,542,3,1,0,1,379.741,192.233,9.59787,3.36158,86400,0,0,7210,0,0,0,0,0),(138197,17414,542,3,1,0,1,345.706,198.519,11.139,1.6879,86400,0,0,10472,5875,0,0,0,0),(138198,17414,542,3,1,0,1,436.311,198.522,11.4389,1.34468,86400,0,0,10472,5875,0,0,0,0),(138194,17414,542,3,1,0,1,317.15,189.009,10.0509,1.88412,86400,0,0,10472,5875,0,0,0,0),(86452,16593,540,3,1,0,0,416.451,318.995,1.93875,3.21234,86400,0,0,20259,0,0,0,0,0),(86453,16593,540,3,1,0,0,416.16,312.807,1.94077,3.20841,86400,0,0,20259,0,0,0,0,0),(86454,17695,540,3,1,0,1,343.544,320.971,1.91699,3.16915,86400,0,0,20259,0,0,0,0,0),(86455,17695,540,3,1,0,1,342.917,310.972,1.91699,3.14166,86400,0,0,20259,0,0,0,0,0),(86456,17622,540,3,1,0,1,107.171,263.394,-13.223,3.11652,86400,0,0,8451,0,0,0,0,0),(86457,17622,540,3,1,0,1,106.153,270.77,-13.223,3.11259,86400,0,0,8451,0,0,0,0,0),(86458,16593,540,3,1,0,0,68.6549,200.035,-13.1973,4.79336,86400,0,0,20259,0,0,0,0,0),(86459,16593,540,3,1,0,0,68.7874,51.9725,-13.223,4.7698,86400,0,0,20259,0,0,0,0,0),(86460,17695,540,3,1,0,1,73.403,46.7978,-13.2207,4.73093,86400,0,0,20259,0,0,0,0,0),(86461,17695,540,3,1,0,1,64.8688,44.5917,-13.2207,4.81732,86400,0,0,20259,0,0,0,0,0),(86462,16593,540,3,1,0,0,302.413,-78.5592,1.9382,0.0103457,86400,0,0,20259,0,0,0,0,0),(86463,16593,540,3,1,0,0,301.13,-91.7611,1.9382,0.0260537,86400,0,0,20259,0,0,0,0,0),(86464,17695,540,3,1,0,1,215.891,-71.817,4.93869,5.94481,86400,0,0,20259,0,0,0,0,0),(86465,17695,540,3,1,0,1,218.977,-98.3712,4.93869,0.364551,86400,0,0,20259,0,0,0,0,0),(86466,17695,540,3,1,0,1,211.21,-85.3287,4.93869,0.0464637,86400,0,0,20259,0,0,0,0,0),(77,4624,0,1,1,7102,1,-14278.3,553.193,8.90007,3.90954,300,0,0,22758,0,0,0,0,0),(81642,19389,565,1,1,0,1,71.5957,132.59,-7.95167,4.43263,604800,0,0,206640,0,2,0,0,0),(81644,19044,565,1,1,0,0,239.919,359.057,-4.65222,3.01282,604800,0,0,2387700,0,0,0,0,0),(48348,18836,565,1,1,0,1,142.019,198.36,-10.3485,3.64425,604800,0,0,212450,67740,0,0,0,0),(81643,18835,565,1,1,0,1,139.088,204.215,-9.33075,3.85875,604800,0,0,212450,101610,0,0,0,0),(81652,18834,565,1,1,0,1,147.273,182.562,-10.8629,3.22328,604800,0,0,212450,101610,0,0,0,0),(81651,18832,565,1,1,0,1,146.227,174.241,-10.7911,3.37409,604800,0,0,212450,101610,0,0,0,0),(7483,18831,565,1,1,0,1,145.786,190.979,-11.5417,3.68118,604800,0,0,530600,0,0,0,0,0),(6749,485,0,1,1,6034,1,-9815.55,-3250.74,58.9556,4.38078,300,0,0,494,0,0,0,0,0),(69736,20520,530,1,1,0,0,3726.96,2451.69,103.981,4.55601,600,0,0,7181,0,0,0,0,0),(68953,20520,530,1,1,0,0,3959.18,2429.82,114.468,-2.89725,600,0,0,7181,0,0,0,0,0),(86483,20787,530,1,1,0,0,3916.31,2511.86,105.199,3.85911,170,0,0,6761,0,0,0,0,0),(86485,21710,530,1,1,0,1,-3396.21,1568.68,47.824,6.1106,300,0,0,5589,3155,0,0,0,0),(3386,3296,1,1,1,4260,1,1941.58,-4393.49,21.5581,1.78998,300,0,0,15952,0,2,0,0,0),(86488,17316,530,1,1,0,0,-2210.01,6221.03,76.5863,3.38987,600,0,0,42,0,0,0,0,0),(86489,17316,530,1,1,0,0,-2563.93,6271.51,17.21,0.635752,600,0,0,42,0,0,0,0,0),(86490,17316,530,1,1,0,0,-2607.68,6282.22,31.5783,6.10064,600,0,0,42,0,0,0,0,0),(86492,22101,530,1,1,0,0,-4060.97,-11795.9,8.80631,3.73504,1560,0,0,6986,0,0,0,0,0),(86493,22024,530,1,1,0,0,-3477.82,2277.81,64.315,5.38,1524,0,0,5233,2991,2,0,0,0),(86495,22097,530,1,1,0,0,9852.61,-7557.99,19.2555,4.34799,1560,0,0,6986,0,0,0,0,0),(86496,22098,530,1,1,0,0,9848.43,-7557.86,19.2555,4.93364,1560,0,0,6986,0,0,0,0,0),(86497,22101,530,1,1,0,0,-4062.2,-11796.9,8.78763,0.550246,1560,0,0,6986,0,0,0,0,0),(135701,16525,532,1,1,16241,0,-11367.9,-1774.41,179.734,0.324479,604800,0,0,30160,0,2,0,0,0),(203430,16733,530,1,1,0,1,-4061.09,-11943.6,1.70512,5.74213,120,0,0,1,0,0,0,0,0),(203429,16733,530,1,1,0,1,-4051.52,-11903,-2.02483,6.19592,120,0,0,1,0,0,0,0,0),(203428,16733,530,1,1,0,1,-4051.08,-11913.6,-1.51507,0.0872665,120,0,0,1,0,0,0,0,0),(203427,16733,530,1,1,0,1,-4051.06,-11779,9.13044,4.72984,120,0,0,1,0,0,0,0,0),(203426,16733,530,1,1,0,1,-4045.88,-11953.7,1.69369,2.51327,120,0,0,1,0,0,0,0,0),(203425,16733,530,1,1,0,1,-4037.36,-11808.6,9.1288,4.06662,120,0,0,1,0,0,0,0,0),(203424,16733,530,1,1,0,1,-3997.85,-11848.7,0.336357,4.20624,120,0,0,1,0,0,0,0,0),(203423,16733,530,1,1,0,1,-3983.19,-11857.3,0.479534,4.08407,120,0,0,1,0,0,0,0,0),(203422,16733,530,1,1,0,1,-3969.2,-11958.2,-1.87462,5.77704,120,0,0,1,0,0,0,0,0),(203421,16733,530,1,1,0,1,-3966.59,-11944.9,-1.48412,5.58505,120,0,0,1,0,0,0,0,0),(91712,15602,0,1,1,15618,0,1995.88,-2420.17,59.3823,2.72271,315,0,0,2563,5751,0,0,0,0),(86511,17220,530,1,1,0,0,-3291.7,-12928.1,9,0.7,516,0,0,276,249,0,0,0,0),(42187,26924,571,1,2,0,0,4834.98,-4754.5,32.5689,3.97935,180,0,0,1,0,0,0,0,0),(12925,26048,571,1,1,0,0,3409.9,4128.83,18.1375,5.74213,300,0,0,1,0,0,0,0,0),(86514,17426,530,1,1,0,0,-2116.5,-11305.4,63.3,0,570,0,0,328,0,0,0,0,0),(86515,17495,530,1,1,0,1,-3357.3,-12341.3,24,5.9,471,15,0,44,0,1,0,0,0),(86516,17495,530,1,1,0,1,-3285.9,-12346.6,21.2,6.2,471,15,0,44,0,1,0,0,0),(86517,17495,530,1,1,0,1,-3252,-12375.3,10.4,5,471,15,0,44,0,1,0,0,0),(86518,17495,530,1,1,0,1,-3232.1,-12396.7,10.1,4.8,471,15,0,44,0,1,0,0,0),(86519,17495,530,1,1,0,1,-3217.7,-12435.8,19.1,5.4,471,15,0,44,0,1,0,0,0),(86520,17495,530,1,1,0,1,-3213,-12472.6,14.9,4.6,471,15,0,44,0,1,0,0,0),(86521,17495,530,1,1,0,1,-3193.5,-12471.8,13.5,0.5,471,15,0,44,0,1,0,0,0),(86522,17495,530,1,1,0,1,-3149.6,-12435.9,11.1,5.9,471,15,0,44,0,1,0,0,0),(86523,17495,530,1,1,0,1,-3119.4,-12447,6.7,5,471,15,0,44,0,1,0,0,0),(86524,17495,530,1,1,0,1,-3122.1,-12485.6,1.8,4.1,471,15,0,44,0,1,0,0,0),(86525,17495,530,1,1,0,1,-3088.6,-12483.6,-0.6,5.1,471,15,0,44,0,1,0,0,0),(86526,17495,530,1,1,0,1,-3069.7,-12486.6,2,1.8,471,15,0,44,0,1,0,0,0),(86527,17495,530,1,1,0,1,-3067.9,-12459.3,4.6,3.5,471,15,0,44,0,1,0,0,0),(86528,17495,530,1,1,0,1,-3108.3,-12471.5,2.5,1.9,471,15,0,44,0,1,0,0,0),(86529,17495,530,1,1,0,1,-3146.5,-12413.8,11.5,2.8,471,15,0,44,0,1,0,0,0),(86530,17495,530,1,1,0,1,-3188,-12401.6,12.7,5.9,471,15,0,44,0,1,0,0,0),(86531,17495,530,1,1,0,1,-3209.4,-12454.8,16.13,1.8,471,0,0,44,0,0,0,0,0),(86532,17495,530,1,1,0,1,-3261.5,-12354.2,14.3,2.6,471,15,0,44,0,1,0,0,0),(86533,17495,530,1,1,0,1,-3453.8,-12383,12.5,3.1,471,15,0,44,0,1,0,0,0),(86534,17495,530,1,1,0,1,-3392.7,-12306.7,19.1,0,471,15,0,44,0,1,0,0,0),(86535,17495,530,1,1,0,1,-3331.4,-12290.3,28.5,4.1,471,15,0,44,0,1,0,0,0),(86536,17495,530,1,1,0,1,-3424.4,-12368.4,14.5,3.7,471,15,0,44,0,1,0,0,0),(86537,17495,530,1,1,0,1,-3367.2,-12256,29,3.8,471,15,0,44,0,1,0,0,0),(86538,17524,530,1,1,0,1,-2481.5,-11259.1,31.07,5.3,534,0,0,273,0,0,0,0,0),(86539,17524,530,1,1,0,1,-2381.2,-11308.2,31.6,5.4,534,5,0,273,0,1,0,0,0),(86540,17524,530,1,1,0,1,-2362.9,-11425.1,31.8,0.9,534,5,0,273,0,1,0,0,0),(86541,17524,530,1,1,0,1,-2405.9,-11411.1,29.6,3.4,534,5,0,273,0,1,0,0,0),(86542,17524,530,1,1,0,1,-2445.1,-11433.7,32.5,0.9,534,5,0,273,0,1,0,0,0),(86543,17524,530,1,1,0,1,-2483.3,-11393.4,37.2,0.1,534,5,0,273,0,1,0,0,0),(86544,17524,530,1,1,0,1,-2457.8,-11375.7,37.5,3.3,534,5,0,273,0,1,0,0,0),(86545,17524,530,1,1,0,1,-2468.2,-11347.7,35,1,534,5,0,273,0,1,0,0,0),(86546,17524,530,1,1,0,1,-2509.7,-11251.2,36.2,3.8,534,5,0,273,0,1,0,0,0),(86547,17524,530,1,1,0,1,-2503.9,-11184.2,16.9,2,534,5,0,273,0,1,0,0,0),(86548,17524,530,1,1,0,1,-2327.8,-11361.9,28.1,3,534,5,0,273,0,1,0,0,0),(86549,17524,530,1,1,0,1,-2339.2,-11396.8,30.2,2.2,534,5,0,273,0,1,0,0,0),(86550,17524,530,1,1,0,1,-2417.4,-11380.3,29.4,2.5,534,5,0,273,0,1,0,0,0),(86551,17524,530,1,1,0,1,-2523.6,-11228.3,31.6,1.2,534,5,0,273,0,1,0,0,0),(86552,17524,530,1,1,0,1,-2446.6,-11133.6,12,0.1,534,5,0,273,0,1,0,0,0),(86553,17524,530,1,1,0,1,-2317.8,-11189.3,13.9,2.5,534,5,0,273,0,1,0,0,0),(86554,17612,530,1,1,0,0,-3237.7,-11921.9,8.1,0.6,480,15,0,249,3820,1,0,0,0),(86555,17612,530,1,1,0,0,-3386.1,-11934.1,6.7,1.9,480,15,0,249,3820,1,0,0,0),(86556,17612,530,1,1,0,0,-4961.2,-10854.3,1.8,1.1,480,15,0,249,3820,1,0,0,0),(86557,17612,530,1,1,0,0,-5043.4,-10828.8,6.9,1.8,480,15,0,249,3820,1,0,0,0),(6745,721,0,1,1,4626,0,-9730.23,-3238.66,58.9906,0.848534,300,0,0,1,0,0,0,0,0),(6744,4463,0,1,1,6030,1,-9723.13,-3178.2,58.7338,5.96903,300,0,0,472,1357,0,0,0,0),(6743,485,0,1,1,6034,1,-9715.42,-3185.43,58.7338,1.69297,300,0,0,494,0,0,0,0,0),(6742,440,0,1,1,6033,1,-9719.51,-3167.96,58.8588,5.32325,300,0,0,449,0,0,0,0,0),(18031,2359,0,1,1,1068,0,-4.23652,481.775,47.6478,3.28349,275,0,0,1221,0,0,0,0,0),(134533,28407,571,1,1,25391,0,851.042,-2688.62,20.5018,0.191986,180,0,0,42,0,0,0,0,0),(134532,28407,571,1,1,25390,0,-669.375,-4444.39,27.4796,4.32471,180,5,0,42,0,1,0,0,0),(203339,25203,571,1,1,0,0,4535.11,6373.84,-1.68393,4.77471,120,0,0,9291,0,2,0,0,0),(203124,5936,571,1,1,0,0,-198.571,-3740.89,-1.18652,3.82523,120,0,0,9291,0,2,0,0,0),(134529,24637,571,1,1,12199,0,-12.4834,-3189.73,-1.20675,1.45643,180,5,0,8982,0,1,0,0,0),(134528,24637,571,1,1,12199,0,12.856,-3052.45,-1.2428,0.44974,180,5,0,8982,0,1,0,0,0),(134527,24637,571,1,1,12200,0,-374.218,-3556.8,-92.7076,0.581742,180,5,0,8982,0,1,0,0,0),(134526,24637,571,1,1,12199,0,-178.203,-3221.94,-1.08816,1.47302,180,5,0,8982,0,1,0,0,0),(134525,24637,571,1,1,12199,0,7.79194,-3121.86,-1.23412,2.07413,180,5,0,8982,0,1,0,0,0),(134524,24637,571,1,1,1557,0,-56.8718,-3056.57,-1.28651,5.3276,180,5,0,8982,0,1,0,0,0),(134523,24637,571,1,1,12200,0,123.12,-2996.76,-1.23142,4.01704,180,5,0,8982,0,1,0,0,0),(134522,5936,571,1,1,21975,0,-268.121,-4065.06,-1.87226,2.52112,180,0,0,8982,0,2,0,0,0),(134521,5936,571,1,1,21975,0,-11.4604,-3171.79,-0.179623,6.23905,180,0,0,8982,0,2,0,0,0),(200023,36558,650,3,1,0,0,793.052,642.851,412.474,3.63029,999999,0,0,50000,0,0,0,0,0),(200024,36558,650,3,1,0,0,773.097,660.733,412.467,4.45059,999999,0,0,50000,0,0,0,0,0),(200020,36558,650,3,1,0,0,702.165,647.267,412.475,5.68977,999999,0,0,50000,0,0,0,0,0),(200021,36558,650,3,1,0,0,790.177,589.059,412.475,2.56563,999999,0,0,50000,0,0,0,0,0),(200108,33026,571,1,1,0,1,5796.47,667.41,613.883,5.67432,25,0,0,10635,0,0,0,0,0),(86581,17989,530,1,1,0,0,-1947.9,-11847,52.3,4.7,327,0,0,42,0,0,0,0,0),(1975814,22515,631,15,1,0,0,568.533,-2106.96,845.878,0,120,0,0,0,0,0,0,0,0),(1975813,22515,631,15,1,0,0,567.837,-2144.41,845.878,0,120,0,0,0,0,0,0,0,0),(1975812,22515,631,15,1,0,0,554.196,-2166.77,845.878,0,120,0,0,0,0,0,0,0,0),(1975811,22515,631,15,1,0,0,550.62,-2132.89,840.94,0,120,0,0,0,0,0,0,0,0),(1975810,22515,631,15,1,0,0,548.729,-2110.41,840.94,0,120,0,0,0,0,0,0,0,0),(1975809,22515,631,15,1,0,0,542.776,-2071.84,845.878,0,120,0,0,0,0,0,0,0,0),(1975808,22515,631,15,1,0,0,542.559,-2151.41,840.94,0,120,0,0,0,0,0,0,0,0),(1975807,22515,631,15,1,0,0,539.628,-2089.51,840.94,0,120,0,0,0,0,0,0,0,0),(1975806,22515,631,15,1,0,0,530.698,-2182.86,845.878,0,120,0,0,0,0,0,0,0,0),(84211,20213,641,3,1,0,0,11.6996,0.034146,20.6208,3.21141,7200,0,0,50000,0,0,0,0,0),(14340,18688,530,1,1,0,0,-2530.94,8629.31,-25.5884,5.65003,300,0,0,6326,0,0,0,0,0),(86594,16237,530,1,1,0,1,7484.22,-7273.52,98.0389,3.97111,588,0,0,322,856,0,0,0,0),(51824,5935,1,1,1,0,0,-6266.18,-4269.81,-58.75,5.7655,43200,0,0,4008,0,0,0,0,0),(86598,18297,530,1,1,0,1,-1316.38,6731.91,36.0754,4.82733,1470,15,0,5914,0,1,0,0,0),(86599,18297,530,1,1,0,1,-1351.23,6652.32,43.2278,2.30149,1470,15,0,5914,0,1,0,0,0),(18014,1766,0,1,1,246,0,949.221,1501.21,40.8967,5.05469,275,10,0,222,0,1,0,0,0),(18013,1769,0,1,1,11180,0,1083.46,1116.93,40.3303,4.2649,275,10,0,186,191,1,0,0,0),(18012,1779,0,1,1,1947,0,1190.02,1368.12,32.9063,1.43467,275,10,0,247,0,1,0,0,0),(18011,1767,0,1,1,441,1,1000.31,1055,34.1572,2.74611,275,10,0,247,0,1,0,0,0),(31435,4343,1,1,1,814,0,-3528.94,-2896.5,30.9072,3.83708,360,10,0,1536,0,1,0,0,0),(31434,5184,1,1,1,4679,1,-3100.52,-3213.02,34.1147,5.16546,360,0,0,1403,0,0,0,0,0),(31433,4324,1,1,1,397,0,-4952.4,-3413.62,39.4209,2.41706,360,10,0,1416,1236,1,0,0,0),(31432,4343,1,1,1,814,0,-3375.17,-3078.88,29.4788,3.80658,360,10,0,1536,0,1,0,0,0),(51981,3414,1,1,1,0,1,-4076.99,-2361.79,108.909,5.19129,180,0,0,1003,0,0,0,0,0),(245552,16592,0,1,1,11686,0,-5233.16,-2893.37,337.286,-0.226893,300,0,0,42,0,0,0,0,0),(3385,3296,1,1,1,4259,1,1537.41,-4380.75,16.7599,3.42085,300,0,0,15952,0,0,0,0,0),(49109,3378,1,1,1,0,1,-4085.05,-2362.1,108.909,0.331094,180,3,0,787,0,1,0,0,0),(48345,14448,0,1,1,0,0,-10214.8,-3013.96,18.2521,2.16638,3600,5,0,2476,0,1,0,0,0),(48204,14447,0,1,1,0,1,-10583.5,-4377.98,3.36329,5.89153,100800,15,0,2059,0,2,0,0,0),(84743,21795,530,1,1,0,0,-3864.85,2054.39,94.3371,0.022742,480,5,0,1,0,1,0,0,0),(86628,18109,530,1,1,0,0,-1831.72,6377.21,45.84,1.61949,1560,0,0,6986,0,0,0,0,0),(13413,22883,564,1,1,5492,0,305.727,793.117,-16.0915,3.24631,604800,0,0,44012,0,0,0,0,0),(13412,22883,564,1,1,5492,0,302.576,795.708,-17.7537,2.96706,604800,0,0,44012,0,0,0,0,0),(13411,22883,564,1,1,5492,0,347.247,826.957,0.960461,0.017453,604800,0,0,44012,0,0,0,0,0),(13410,22883,564,1,1,5492,0,348.612,829.29,1.47173,6.21337,604800,0,0,44012,0,0,0,0,0),(13409,22883,564,1,1,5492,0,251.192,741.957,-26.049,0.541052,604800,0,0,44012,0,0,0,0,0),(13408,22883,564,1,1,5492,0,262.745,740.508,-25.2831,3.4383,604800,0,0,44012,0,0,0,0,0),(13407,22883,564,1,1,5492,0,262.664,722.705,-15.3866,0.087266,604800,0,0,44012,0,0,0,0,0),(13406,22883,564,1,1,5492,0,241.252,723.484,-15.6819,0.855211,604800,0,0,44012,0,0,0,0,0),(13405,22883,564,1,1,5492,0,240.871,740.208,-25.0218,0.122173,604800,0,0,44012,0,0,0,0,0),(86647,21470,530,1,1,0,0,3193.01,5448.63,146.811,3.40583,498,15,0,2957,0,1,0,0,0),(86648,21470,530,1,1,0,0,3232.2,5306.94,145.384,0.0733824,498,15,0,2957,0,1,0,0,0),(86649,21470,530,1,1,0,0,1729.05,4644,148.141,6.02042,498,15,0,2957,0,1,0,0,0),(86650,21470,530,1,1,0,0,1681.58,4652.04,145.665,6.15943,498,15,0,2957,0,1,0,0,0),(28664,18203,530,1,1,0,1,-1516.01,8465.96,-4.10237,2.60731,300,0,0,5504,0,0,0,0,0),(28663,18203,530,1,1,0,1,-1519.91,8462.62,-4.10237,2.60731,300,0,0,5504,0,0,0,0,0),(28662,18203,530,1,1,0,1,-1530.12,8555.45,7.26013,4.77209,300,0,0,5504,0,0,0,0,0),(65002,18203,530,1,1,0,1,-1660.33,8454.61,-20.2817,0.488692,300,0,0,5504,0,0,0,0,0),(28657,17147,530,1,1,0,1,-2902.6,6395.39,81.9079,0.705869,300,0,0,4731,2790,0,0,0,0),(203102,15214,571,1,1,0,0,2694.74,4664.85,2.26701,0.0872665,120,0,0,1,0,0,0,0,0),(203103,15214,571,1,1,0,0,2708.97,4675.87,3.03195,5.23599,120,0,0,1,0,0,0,0,0),(86663,19956,530,1,1,0,1,1596.15,6259.35,26.7075,5.84197,1479,0,0,5914,0,0,0,0,0),(86664,19956,530,1,1,0,1,1591.38,6267.57,26.7592,3.00276,1479,0,0,5914,0,0,0,0,0),(86665,19956,530,1,1,0,1,1602.33,6252.1,26.4778,5.95899,1479,0,0,5914,0,0,0,0,0),(86666,19956,530,1,1,0,1,1610.01,6268.27,17.9077,1.15628,1479,0,0,5914,0,0,0,0,0),(28661,18203,530,1,1,0,1,-1514.32,8555.2,7.26013,4.56789,300,0,0,5504,0,0,0,0,0),(28660,18203,530,1,1,0,1,-1522.72,8592.33,7.26011,4.58359,300,0,0,5504,0,0,0,0,0),(28659,18203,530,1,1,0,1,-1515.94,8590.04,7.26011,4.48542,300,0,0,5504,0,0,0,0,0),(28658,18203,530,1,1,0,1,-1481.64,8607.28,7.26011,0.248205,300,0,0,5504,0,0,0,0,0),(65003,18203,530,1,1,0,1,-1658.42,8450.91,-20.2545,0.349066,300,0,0,5504,0,0,0,0,0),(86672,21796,530,1,1,0,0,1964.59,5573.36,259.857,0.666027,1488,0,0,6116,0,0,0,0,0),(86673,21796,530,1,1,0,0,1770.23,5679.62,267.198,3.31439,1488,0,0,6116,0,0,0,0,0),(86674,21796,530,1,1,0,0,1762.19,5629.77,266.402,2.58789,1488,0,0,6116,0,0,0,0,0),(86675,21796,530,1,1,0,0,1714.47,5644.64,265.425,2.6523,1488,0,0,6116,0,0,0,0,0),(86676,21796,530,1,1,0,0,1681.83,5627.49,266.099,4.53882,1488,0,0,6116,0,0,0,0,0),(86677,21796,530,1,1,0,0,1634.47,5617.95,266.505,3.2704,1488,0,0,6116,0,0,0,0,0),(86678,21796,530,1,1,0,0,1623.38,5581.99,266.378,4.63621,1488,0,0,6116,0,0,0,0,0),(86679,21796,530,1,1,0,0,1543.17,5580.15,264.068,3.92386,1488,0,0,6116,0,0,0,0,0),(86680,21796,530,1,1,0,0,1519.79,5556.92,250.45,3.92386,1488,0,0,6116,0,0,0,0,0),(86681,21796,530,1,1,0,0,1548.18,5514.73,268.06,5.31872,1488,0,0,6116,0,0,0,0,0),(86682,21796,530,1,1,0,0,1572.73,5465.55,266.262,5.46952,1488,0,0,6116,0,0,0,0,0),(86683,21796,530,1,1,0,0,1649.05,5421.51,265.96,6.03893,1488,0,0,6116,0,0,0,0,0),(86684,21796,530,1,1,0,0,1639.13,5358.45,265.678,3.69845,1488,0,0,6116,0,0,0,0,0),(86685,21796,530,1,1,0,0,1606.48,5363.95,265.426,2.94996,1488,0,0,6116,0,0,0,0,0),(86686,21796,530,1,1,0,0,1596.82,5327.91,266.024,4.73831,1488,0,0,6116,0,0,0,0,0),(86687,21796,530,1,1,0,0,1603.32,5276.62,266.388,5.65644,1488,0,0,6116,0,0,0,0,0),(86688,21796,530,1,1,0,0,1669.19,5173.59,265.345,5.94783,1488,0,0,6116,0,0,0,0,0),(86689,21796,530,1,1,0,0,1721.34,5162.48,266.256,6.22821,1488,0,0,6116,0,0,0,0,0),(86690,21796,530,1,1,0,0,1736.89,5193.49,266.268,1.50719,1488,0,0,6116,0,0,0,0,0),(86691,21796,530,1,1,0,0,1692.52,5214.85,267.353,2.45516,1488,0,0,6116,0,0,0,0,0),(86692,21796,530,1,1,0,0,1662.79,5261.57,265.57,2.34835,1488,0,0,6116,0,0,0,0,0),(86693,21796,530,1,1,0,0,1631.77,5278.2,265.776,2.66643,1488,0,0,6116,0,0,0,0,0),(86694,21796,530,1,1,0,0,1598.38,5459.01,265.341,1.95486,1488,0,0,6116,0,0,0,0,0),(31431,4323,1,1,1,715,0,-4919.58,-3456.57,38.7896,2.98479,360,10,0,1751,0,1,0,0,0),(31430,4362,1,1,1,11293,1,-2547.73,-3993.51,13.9534,4.66546,360,5,0,1469,0,1,0,0,0),(31429,4341,1,1,1,1080,0,-2794.39,-3403.09,35.1398,2.24206,360,10,0,1403,0,1,0,0,0),(76,4624,0,1,1,7102,1,-14439,436.395,20.5088,3.07178,300,0,0,22758,0,0,0,0,0),(95360,26309,530,1,1,23757,1,10346.3,-6395.76,42.2989,5.53269,180,0,0,8982,0,0,0,0,0),(95345,26309,530,1,1,23757,1,10342,-6401.89,42.2989,5.81195,180,0,0,8982,0,0,0,0,0),(95307,26309,530,1,1,23757,1,9537.87,-6789.84,20.184,2.3911,180,0,0,8982,0,0,0,0,0),(95303,26309,530,1,1,23757,1,9541.05,-6781.55,19.518,3.08923,180,0,0,8982,0,0,0,0,0),(95300,26309,530,1,1,23757,1,9539.34,-6785.59,19.967,2.74017,180,0,0,8982,0,0,0,0,0),(95215,26309,530,1,1,23757,1,9602.14,-7281.89,17.7703,1.8326,180,0,0,8982,0,0,0,0,0),(95201,26309,530,1,1,23757,1,9594,-7281.68,17.7687,1.25664,180,0,0,8982,0,0,0,0,0),(86717,22233,530,1,1,0,0,2991.93,5556.64,148.628,3.99453,1515,0,0,6326,0,0,0,0,0),(86718,22235,530,1,1,0,0,2982.71,5534.24,147.892,4.53017,1515,0,0,6326,0,0,0,0,0),(1117,21779,530,1,1,0,0,-2695.57,2633.82,74.6837,4.36332,300,0,0,1,0,0,0,0,0),(86720,22232,530,1,1,0,1,2945.97,5512.96,146.468,5.80349,1524,0,0,5233,2991,0,0,0,0),(86721,18782,530,1,1,0,0,9518.07,-7103.64,14.3373,2.9147,318,0,0,42,0,0,0,0,0),(86722,18687,530,1,1,0,0,-2210.08,8820.06,16.2175,0.684952,1200,0,0,503010,3155,0,0,0,0),(207586,15102,530,1,1,0,0,-1650.46,5216.03,-42.111,1.29154,120,0,0,1,0,0,0,0,0),(86724,16804,530,1,1,0,0,7480.07,-7288.39,96.3354,4.60557,543,0,0,247,0,0,0,0,0),(86725,16804,530,1,1,0,0,7450.98,-7285.76,95.2196,3.34579,543,0,0,247,0,0,0,0,0),(86726,16804,530,1,1,0,0,7440.62,-7312.21,97.429,4.08878,543,0,0,247,0,0,0,0,0),(86727,16804,530,1,1,0,0,7418.64,-7298.11,92.0532,0.607112,543,0,0,247,0,0,0,0,0),(86728,16804,530,1,1,0,0,7420.78,-7322.52,98.8218,4.48148,543,0,0,247,0,0,0,0,0),(86729,16804,530,1,1,0,0,7469.05,-7269.22,97.6685,0.400552,543,0,0,247,0,0,0,0,0),(86730,16242,530,1,1,0,1,7482.27,-7271.97,98.053,4.93701,588,0,0,427,0,0,0,0,0),(151938,32358,571,1,1,0,1,4107.78,4981.3,4.60112,0.814532,28800,0,0,13936,0,2,0,0,0),(86732,19176,530,1,1,0,0,9706.29,-7276.05,16.4981,1.47118,318,0,0,42,0,0,0,0,0),(86733,19176,530,1,1,0,0,9706.9,-7273.98,16.5705,4.06928,318,0,0,42,0,0,0,0,0),(86734,20792,530,1,1,0,0,604.096,6202.05,23.5341,1.85522,1425,15,0,1658,0,1,0,0,0),(86735,20792,530,1,1,0,0,557.254,6226.44,21.6309,2.7388,1425,15,0,1658,0,1,0,0,0),(86736,20792,530,1,1,0,0,545.344,6195.38,22.2781,4.67873,1425,15,0,1658,0,1,0,0,0),(86737,20792,530,1,1,0,0,579.49,6153.51,17.8238,5.71545,1425,15,0,1658,0,1,0,0,0),(86738,20792,530,1,1,0,0,618.731,6169.43,20.0477,1.14679,1425,15,0,1658,0,1,0,0,0),(86739,20792,530,1,1,0,0,615.57,6231.2,17.9655,2.25812,1425,15,0,1658,0,1,0,0,0),(86740,20792,530,1,1,0,0,615.869,6285.29,21.6469,1.28423,1425,15,0,1658,0,1,0,0,0),(86741,20792,530,1,1,0,0,581.549,6319.85,22.2617,3.13777,1425,15,0,1658,0,1,0,0,0),(86742,20792,530,1,1,0,0,488.031,6291.85,22.0358,3.59251,1425,15,0,1658,0,1,0,0,0),(86743,20792,530,1,1,0,0,459.167,6271.67,22.6292,1.06667,1425,15,0,1658,0,1,0,0,0),(86744,18682,530,1,1,0,0,-529.798,6443.21,24.4159,4.78858,10506,15,0,8844,2620,1,0,0,0),(86745,18682,530,1,1,0,0,-1023.69,5095.25,21.6708,6.05307,10506,15,0,8844,2620,1,0,0,0),(86746,18682,530,1,1,0,0,1110.56,7803.78,17.3751,3.41021,10506,15,0,8844,2620,1,0,0,0),(86747,20477,530,1,1,0,0,400.72,8353.38,22.6682,5.27326,1434,0,0,7185,0,0,0,0,0),(86748,20931,530,1,1,0,0,5100.75,2970.8,80.0953,0.130239,160,0,0,9335,0,2,0,0,0),(1972739,23512,530,1,1,0,0,1474.1,7256.4,375.19,0,300,0,0,6986,0,0,0,0,0),(86608,18298,530,1,1,0,1,-2664.54,7954.71,-18.838,3.90007,25,0,0,5060,2933,2,0,0,0),(86751,19556,530,1,1,0,1,-1304.1,6954.56,31.9313,1.03594,8238,0,0,6070000,1016100,2,0,0,0),(86752,18297,530,1,1,0,1,-1440.91,6346.25,38.2015,3.02536,1470,0,0,5914,0,0,0,0,0),(86753,17578,530,1,1,0,0,-2579.75,7345.42,9.84499,6.07269,318,0,0,42,0,0,0,0,0),(86754,22357,530,1,1,0,0,-1470.79,9695.28,201.915,2.14272,4242,0,0,151750,13548,2,0,0,0),(45860,14445,0,1,1,0,1,-10279.5,-4017.43,23.7843,0.658414,25200,5,0,6468,0,1,0,0,0),(1820,23193,572,1,1,0,0,1309.41,1663.58,36.4243,3.30149,25,5,0,42,0,1,0,0,0),(1822,23193,572,1,1,0,0,1335.04,1676.09,36.2882,5.67732,25,5,0,42,0,1,0,0,0),(86779,22077,530,1,1,0,0,-3029.09,911.748,-3.43006,3.34412,4080,0,0,13972,0,0,0,0,0),(86780,22077,530,1,1,0,0,-3035.24,913.935,-5.76732,3.91697,4080,0,0,13972,0,0,0,0,0),(203100,15214,571,1,1,0,0,2686.67,4653.5,-10.1406,0.349066,120,0,0,1,0,0,0,0,0),(203101,15214,571,1,1,0,0,2693.68,4650.24,0.728477,0.383972,120,0,0,1,0,0,0,0,0),(20297,23971,0,1,1,14589,0,2240.93,283.706,35.1031,3.63029,5,0,0,42,0,0,0,0,0),(19351,23971,0,1,1,14616,0,2240.66,282.413,35.0363,2.89725,5,0,0,42,0,0,0,0,0),(84864,14867,530,1,1,14938,0,-2312.62,5252.89,-9.93442,1.52472,180,0,0,102,0,0,0,0,0),(86800,21029,530,1,1,0,0,-2805.65,1258.17,74.7367,0.512544,1407,0,0,3984,2434,0,0,0,0),(86801,21029,530,1,1,0,0,-2766.43,1246.53,75.7947,0.38531,1407,0,0,3984,2434,0,0,0,0),(86802,21029,530,1,1,0,0,-2755.36,1309.56,82.3238,1.55948,1407,0,0,3984,2434,0,0,0,0),(86803,21029,530,1,1,0,0,-2714.49,1334.36,89.8604,0.540819,1407,0,0,3984,2434,0,0,0,0),(86804,21029,530,1,1,0,0,-2739.79,1356.15,89.8361,2.75407,1407,0,0,3984,2434,0,0,0,0),(86805,21029,530,1,1,0,0,-2769.56,1342.28,88.7746,3.17661,1407,0,0,3984,2434,0,0,0,0),(86806,21029,530,1,1,0,0,-2800.37,1308.39,77.6554,3.97458,1407,0,0,3984,2434,0,0,0,0),(86807,21029,530,1,1,0,0,-2790.98,1290.15,78.0491,0.359392,1407,0,0,3984,2434,0,0,0,0),(86808,21029,530,1,1,0,0,-2757.83,1266.94,75.6583,4.69872,1407,0,0,3984,2434,0,0,0,0),(86809,21044,530,1,1,0,1,-2773.07,1146.58,51.0392,5.71414,1533,0,0,6542,0,0,0,0,0),(86810,21044,530,1,1,0,1,-2742.43,1166.69,63.1726,4.2478,1533,0,0,6542,0,0,0,0,0),(86811,21044,530,1,1,0,1,-2703.19,1144.4,65.1673,4.79993,1533,0,0,6542,0,0,0,0,0),(86812,21044,530,1,1,0,1,-2675.6,1119.57,60.2026,3.60299,1533,0,0,6542,0,0,0,0,0),(86813,21044,530,1,1,0,1,-2647.29,1115.3,64.2759,4.53918,1533,0,0,6542,0,0,0,0,0),(86814,21044,530,1,1,0,1,-2657.39,1084.52,51.7818,2.15864,1533,0,0,6542,0,0,0,0,0),(86815,21044,530,1,1,0,1,-2626.58,1109.02,63.0601,4.41902,1533,0,0,6542,0,0,0,0,0),(86816,21044,530,1,1,0,1,-2625.8,1072.43,50.7912,1.89396,1533,0,0,6542,0,0,0,0,0),(86817,21044,530,1,1,0,1,-2585.44,1099.45,62.4606,3.15845,1533,0,0,6542,0,0,0,0,0),(86818,21044,530,1,1,0,1,-2586.83,1130.74,70.6364,3.99097,1533,0,0,6542,0,0,0,0,0),(86819,21044,530,1,1,0,1,-2758.74,1287.19,77.8174,2.54584,1533,0,0,6542,0,0,0,0,0),(86820,21044,530,1,1,0,1,-2783.03,1290.01,78.961,0.903574,1533,0,0,6542,0,0,0,0,0),(86821,21044,530,1,1,0,1,-2755.3,1323.35,85.3984,5.27431,1533,0,0,6542,0,0,0,0,0),(86822,21044,530,1,1,0,1,-2718.32,1321.85,87.7061,3.42156,1533,0,0,6542,0,0,0,0,0),(86823,21044,530,1,1,0,1,-2694.16,1326.83,92.2087,3.16474,1533,0,0,6542,0,0,0,0,0),(86824,21044,530,1,1,0,1,-2708.15,1350.98,91.5943,2.47123,1533,0,0,6542,0,0,0,0,0),(86825,21044,530,1,1,0,1,-2705.68,1377.9,92.9358,4.68762,1533,0,0,6542,0,0,0,0,0),(74508,21703,530,1,1,0,0,-3397.85,1576.28,47.1459,5.53269,120,0,0,1,0,0,0,0,0),(74507,21703,530,1,1,0,0,-3404.08,1566.57,47.8847,4.7822,120,0,0,1,0,0,0,0,0),(74506,21703,530,1,1,0,0,-3392.4,1566.67,47.9718,0.20944,120,0,0,1,0,0,0,0,0),(203093,21316,530,1,1,0,0,-3458.19,2983.11,174.517,6.24828,300,0,0,6542,0,0,0,0,0),(86832,21027,530,1,1,0,0,-2705.66,1301.04,32.5693,5.83769,1560,0,0,11178,6310,0,0,0,0),(86833,20763,530,1,1,0,0,4054.57,2288.79,113.61,1.57303,1560,0,0,5240,0,2,0,0,0),(86834,20854,530,1,1,0,1,4054.35,2349.36,112.564,4.91883,1560,0,0,13972,0,2,0,0,0),(86835,20779,530,1,1,0,0,3822.49,2437.74,110.538,5.28254,4080,0,0,27944,0,0,0,0,0),(86836,20770,530,1,1,0,1,3921.87,2451.12,113.341,2.50218,180,0,0,6986,0,2,0,0,0),(86837,20561,530,1,1,0,1,3712.74,2095.11,151.651,5.70105,1551,0,0,6761,0,0,0,0,0),(86838,20561,530,1,1,0,1,3736.33,2082.06,149.049,5.83065,1551,0,0,6761,0,0,0,0,0),(86839,20561,530,1,1,0,1,3747.42,2060.01,148.287,2.48092,1551,0,0,6761,0,0,0,0,0),(86840,20561,530,1,1,0,1,3758.86,2081.79,152.3,6.13933,1551,0,0,6761,0,0,0,0,0),(86841,20561,530,1,1,0,1,3840.47,2122.01,146.953,1.71989,1551,0,0,6761,0,0,0,0,0),(86842,20561,530,1,1,0,1,3860.08,2116.7,147.169,0.32581,1551,0,0,6761,0,0,0,0,0),(86843,20554,530,1,1,0,0,3977.79,2129.68,162.13,4.93216,1560,0,0,6707,3155,2,0,0,0),(86844,20561,530,1,1,0,1,3848.73,2147.21,140.23,1.94765,1551,0,0,6761,0,0,0,0,0),(86845,20561,530,1,1,0,1,3852.86,2153.85,140.535,1.10727,1551,0,0,6761,0,0,0,0,0),(86853,19177,1,1,1,22379,0,1689.75,-4334.92,61.7469,0.15708,5,0,0,42,0,0,3,0,0),(86852,19169,530,1,1,22361,1,9375.07,-7157.06,9.25588,1.6057,5,0,0,42,0,0,0,0,0),(86851,19169,530,1,1,22361,1,9374.67,-7155.09,9.33675,4.95674,5,0,0,42,0,0,0,0,0),(16466,6491,530,1,4294967295,0,0,-1295.76,9170.33,217.797,0.295307,60,0,0,4120,0,0,0,0,0),(12783,6491,0,1,4294967295,0,0,-10602.4,293.623,31.7491,3.09761,60,0,0,4120,0,0,0,0,0),(4222,22199,530,1,1,0,0,-1651.75,5994.35,209.355,6.21465,1500,0,0,139720,0,0,0,0,0),(86854,20561,530,1,1,0,1,3874.59,2145.55,139.163,5.28825,1551,0,0,6761,0,0,0,0,0),(86855,20561,530,1,1,0,1,3899.91,2126.05,136.913,5.52466,1551,0,0,6761,0,0,0,0,0),(86856,20552,530,1,1,0,1,3913.55,2086.86,138.728,2.03352,1524,0,0,6542,0,0,0,0,0),(4216,7024,0,1,1,0,0,-11035.2,619.354,35.4196,3.97935,180,0,0,573,0,0,0,0,0),(86860,20932,530,1,1,0,0,3280.81,1907.83,133.229,1.89858,11640,0,0,13972,0,2,0,0,0),(86861,21727,530,1,1,0,1,-3408.76,2320.11,37.3315,5.3938,1560,0,0,5589,3155,0,0,0,0),(43670,14864,530,1,1,14939,0,-2306.08,5225.23,-9.86279,2.4162,180,5,0,102,0,1,0,0,0),(35418,14871,530,1,1,14943,0,-2293.46,5265.4,-9.89653,5.07891,180,0,0,247,0,0,0,0,0),(203094,21316,530,1,1,0,0,-3458.27,2991.92,174.65,6.23083,300,0,0,6542,0,0,0,0,0),(86869,21725,530,1,1,0,0,-3421.36,2289.39,33.6348,3.87463,1560,0,0,6986,0,0,0,0,0),(43474,34717,647,1,1,0,1,-13.6702,-12.4018,-15.9876,4.59022,180,0,0,1,0,2,0,0,0),(86872,20795,530,1,1,0,1,-2592.9,1329.52,81.6155,2.13729,1533,0,0,6803,2991,0,0,0,0),(86873,20159,530,1,1,0,1,-689.583,4167.8,58.5228,5.0053,1416,0,0,5347,6015,2,0,0,0),(28653,17148,530,1,1,0,1,-2797.13,6442.84,63.4026,5.72848,300,0,0,5914,0,0,0,0,0),(28652,17148,530,1,1,0,1,-2848.85,6509.37,60.8635,2.4573,300,0,0,5914,0,0,0,0,0),(28651,17148,530,1,1,0,1,-2811.58,6452.9,63.4576,2.79895,300,0,0,5914,0,0,0,0,0),(28650,17148,530,1,1,0,1,-2874.23,6467.19,82.6466,0.305419,300,0,0,5914,0,0,0,0,0),(52013,24835,584,1,1,22661,0,24.6154,5.46865,16.124,3.1765,120,0,0,1358,0,2,0,0,0),(40601,33613,530,1,1,0,0,-2265.57,5560.32,67.0911,2.80998,180,0,0,1,0,0,0,0,0),(91714,22143,530,1,1,0,1,-1501.91,5836.11,202.229,6.02919,300,2,0,7181,0,1,0,0,0),(86882,21878,530,1,1,0,0,-3339.52,2393.91,61.5411,5.83958,300,5,0,1,0,1,0,0,0),(86883,21878,530,1,1,0,0,-3297.06,2386.53,61.3494,5.91419,300,5,0,1,0,1,0,0,0),(86884,21878,530,1,1,0,0,-3265.37,2341.28,62.2971,4.95522,300,5,0,1,0,1,0,0,0),(86885,21878,530,1,1,0,0,-3365.38,2313.69,63.7491,2.79145,300,5,0,1,0,1,0,0,0),(86886,21878,530,1,1,0,0,-3407.71,2342.3,65.293,3.08204,300,5,0,1,0,1,0,0,0),(86887,21878,530,1,1,0,0,-3456.9,2373.95,63.4842,2.79145,300,5,0,1,0,1,0,0,0),(86888,21878,530,1,1,0,0,-3466.38,2411.61,63.5215,1.23243,300,5,0,1,0,1,0,0,0),(86889,21878,530,1,1,0,0,-3417.65,2421.22,59.808,0.478447,300,5,0,1,0,1,0,0,0),(86890,21878,530,1,1,0,0,-3452,2463.75,58.4073,2.24952,300,5,0,1,0,1,0,0,0),(86891,21878,530,1,1,0,0,-3502.23,2488.76,71.1474,4.17375,300,5,0,1,0,1,0,0,0),(86892,21878,530,1,1,0,0,-3482.63,2536.91,61.7632,0.541275,300,5,0,1,0,1,0,0,0),(86893,21878,530,1,1,0,0,-3449.88,2525.81,60.09,6.04299,300,5,0,1,0,1,0,0,0),(86894,21878,530,1,1,0,0,-3368.62,2385.05,61.6862,5.29685,300,5,0,1,0,1,0,0,0),(95178,26309,0,1,1,23757,1,1840.09,283.23,74.1663,4.24115,180,0,0,8982,0,0,0,0,0),(95176,26309,0,1,1,23757,1,1830.92,283.602,74.1663,4.32842,180,0,0,8982,0,0,0,0,0),(86900,12580,0,1,1,0,1,-8440.71,332.994,122.579,2.25725,1800,0,0,9993,0,2,0,0,0),(19346,23973,1,1,1,22499,0,356.121,-4742.24,9.82812,0.558505,30,0,0,247,0,0,0,0,0),(19345,23971,530,1,1,14616,0,9514.52,-6815.95,16.5718,0.925025,5,0,0,42,0,0,0,0,0),(19342,23971,530,1,1,14616,0,9517.01,-6815.09,16.5374,2.84489,5,0,0,42,0,0,0,0,0),(11005,23712,530,1,1,251,0,-4187.21,-12499.9,44.4447,4.85202,2,0,0,71,0,0,0,0,0),(11011,23712,530,1,1,251,0,-4188.13,-12500.6,44.4447,5.61996,2,0,0,71,0,0,0,0,0),(17338,23973,530,1,1,22499,0,9515.57,-6814.63,16.5557,4.41568,30,0,0,247,0,0,0,0,0),(17339,23971,530,1,1,14589,0,9513.8,-6814.91,16.5687,0.15708,5,0,0,42,0,0,0,0,0),(3384,3296,1,1,1,4601,1,1711.45,-3920.75,51.6336,3.7001,300,0,0,15952,0,0,0,0,0),(86925,18554,530,1,1,0,1,-2289.5,3094.68,152.817,0.65,300,0,0,11828,2790,0,0,0,0),(98826,6491,571,1,4294967295,0,0,5515.57,-4101.57,364.358,0.00299454,60,0,0,4120,0,0,0,0,0),(98713,6491,571,1,4294967295,0,0,5792.54,-3288.83,363.565,0.0697586,60,0,0,4120,0,0,0,0,0),(98710,6491,571,1,4294967295,0,0,4941.26,-2959.29,289.535,3.78471,60,0,0,4120,0,0,0,0,0),(98709,6491,571,1,4294967295,0,0,5239.77,-2132.53,244.569,6.26577,60,0,0,4120,0,0,0,0,0),(86932,21465,530,1,1,0,1,-2389.1,2895.6,-55.6795,1.87861,4900,0,0,5589,3155,0,0,0,0),(25,33870,571,1,1,0,0,8484.01,911.087,547.376,2.68781,120,0,0,1,0,0,0,0,0),(68952,20520,530,1,1,0,0,3947.34,2443.12,114.277,5.90532,600,0,0,7181,0,0,0,0,0),(68949,20520,530,1,1,0,0,3972.36,2443.4,114.489,0.737232,600,0,0,7181,0,0,0,0,0),(68950,20520,530,1,1,0,0,3959.3,2443.07,114.271,-1.78024,600,0,0,7181,0,0,0,0,0),(68951,20520,530,1,1,0,0,3958.75,2456.73,114.468,1.43955,600,0,0,7181,0,0,0,0,0),(16250,3863,33,1,1,2446,0,-120.756,2183.02,113.215,4.13643,86400,2,0,1452,0,1,0,0,0),(16249,3859,33,1,1,736,0,-181.106,2172.01,97.4733,1.09956,86400,2,0,1452,0,2,0,0,0),(16248,2529,33,1,1,1098,0,-134.141,2163.83,94.1253,6.17846,86400,3,0,1452,0,1,0,0,0),(16247,3863,33,1,1,2446,0,-111.421,2166.52,101.603,0.244346,86400,3,0,1452,0,1,0,0,0),(16246,2529,33,1,1,1098,0,-107.516,2153.47,101.603,4.31096,86400,2,0,1452,0,1,0,0,0),(16245,2529,33,1,1,1098,0,-121.846,2162.59,138.697,4.52578,86400,3,0,1452,0,2,0,0,0),(16244,3859,33,1,1,736,0,-181.282,2189.59,113.5,5.90112,86400,2,0,1452,0,1,0,0,0),(16243,3859,33,1,1,736,0,-140.88,2182.66,110.256,5.97856,86400,1,0,1452,0,2,0,0,0),(16242,3914,33,1,1,524,0,-252.091,2123.11,81.1795,0.919918,86400,0,0,1936,0,0,0,0,0),(16241,5058,33,1,1,246,0,-149.213,2163.18,155.762,0.10472,86400,0,0,494,0,0,0,0,0),(16240,3862,33,1,1,11421,0,-139.407,2182.91,155.762,5.09636,86400,2,0,1251,0,1,0,0,0),(16239,3861,33,1,1,801,0,-127.63,2153.28,155.762,2.16421,86400,0,0,1251,0,0,0,0,0),(16238,3863,33,1,1,2446,0,-118.703,2173.42,155.762,3.35103,86400,1,0,1452,0,1,0,0,0),(16237,3927,33,1,1,11179,0,-120.725,2162.03,155.762,2.67035,86400,0,0,3126,0,0,0,0,0),(16236,2110,33,1,1,1141,0,-121.052,2152.03,101.517,3.00286,86400,3,0,1,0,1,0,0,0),(16235,2110,33,1,1,1141,0,-179.144,2184.82,97.265,6.11683,86400,2,0,1,0,1,0,0,0),(16234,2110,33,1,1,1141,0,-232.683,2111.82,76.974,4.10152,86400,5,0,1,0,1,0,0,0),(16233,2110,33,1,1,1141,0,-254.61,2290.36,76.3315,2.80136,86400,5,0,1,0,1,0,0,0),(16232,2110,33,1,1,1141,0,-205.049,2135.94,86.4996,1.36241,86400,5,0,1,0,1,0,0,0),(16231,2110,33,1,1,1141,0,-227.76,2234.48,79.7656,5.4449,86400,3,0,1,0,1,0,0,0),(16230,2110,33,1,1,1141,0,-241.8,2113.14,87.013,2.12899,86400,5,0,1,0,1,0,0,0),(13356,2110,33,1,1,1141,0,-154.571,2184.39,99.9595,5.3058,86400,2,0,1,0,1,0,0,0),(13355,2110,33,1,1,1141,0,-204.552,2255.98,76.2013,6.02718,86400,5,0,1,0,1,0,0,0),(13354,2110,33,1,1,1141,0,-212.2,2295.34,96.0127,1.76915,86400,2,0,1,0,1,0,0,0),(13353,3861,33,1,1,801,0,-258.757,2121.37,81.2629,1.50098,86400,0,0,1251,0,0,0,0,0),(13352,3861,33,1,1,801,0,-255.29,2129.89,81.2629,1.74533,86400,0,0,1251,0,0,0,0,0),(11514,3851,33,1,1,729,0,-206.364,2130.33,86.5839,5.88176,86400,0,0,1131,816,0,0,0,0),(3483,3851,33,1,1,729,0,-246.827,2115.07,87.0959,2.79253,86400,0,0,1131,816,0,0,0,0),(3482,3851,33,1,1,729,0,-194.589,2133.5,81.584,6.03884,86400,0,0,1131,816,0,0,0,0),(3481,3861,33,1,1,801,0,-191.003,2125.8,81.585,0.418879,86400,0,0,1251,0,0,0,0,0),(3480,3851,33,1,1,729,0,-246.705,2136.28,81.2629,2.32129,86400,0,0,1131,816,0,0,0,0),(3479,3851,33,1,1,729,0,-205.378,2117.15,81.1379,1.0472,86400,0,0,1131,816,0,0,0,0),(3478,3861,33,1,1,801,0,-236.623,2118.53,87.0845,6.00393,86400,0,0,1251,0,0,0,0,0),(2114,3861,33,1,1,801,0,-212.892,2102.81,76.9773,6.00393,86400,0,0,1251,0,0,0,0,0),(75,2544,0,1,1,9573,0,-14422.4,63.9523,1.38003,4.18235,300,10,0,1829,0,1,0,0,0),(74,2544,0,1,1,9573,0,-14908.7,-29.849,0.276198,5.28334,300,5,0,1829,0,1,0,0,0),(73,2544,0,1,1,9573,0,-14679.8,163.598,-0.325073,1.48668,300,5,0,1829,0,1,0,0,0),(72,2544,0,1,1,9573,0,-14812.7,312.065,1.10458,0.065201,300,5,0,1829,0,1,0,0,0),(71,2544,0,1,1,9573,0,-14645.5,258.305,0.890634,0.007671,300,10,0,1829,0,1,0,0,0),(70,2544,0,1,1,9573,0,-14811.8,449.855,1.31822,0.973038,300,5,0,1829,0,1,0,0,0),(69,2542,0,1,1,1546,0,-14467,479.833,20.4677,0.279253,300,0,0,2769,0,0,0,0,0),(87038,16208,530,1,1,0,0,6640.26,-6343.53,8.94499,4.61578,600,0,0,247,0,0,0,0,0),(87039,20682,530,1,1,0,0,-3945.56,4152.5,3.57,1.5144,1250,0,0,23656,0,0,0,0,0),(2094,7035,0,1,1,10707,1,-7961.1,-2700.76,159.413,5.69973,500,2,0,3556,0,1,0,0,0),(31446,4403,1,1,1,2599,0,-4243.38,-3998.96,21.514,1.82335,360,5,0,1464,0,1,0,0,0),(207618,34951,530,1,1,0,0,-1799.63,5482.91,-12.3448,5.18363,120,0,0,1,0,0,0,0,0),(207619,34949,530,1,1,0,0,-1809.68,5366.84,-12.3448,3.92699,120,0,0,1,0,0,0,0,0),(207620,34951,530,1,1,0,0,-1812.39,5364.03,-12.3448,0.698132,120,0,0,1,0,0,0,0,0),(87046,6491,0,1,4294967295,0,0,-6160,325.568,399.968,1.928,60,0,0,4120,0,0,0,0,0),(87047,6491,0,1,4294967295,0,0,-8924,-189,80.555,2.77,60,0,0,4120,0,0,0,0,0),(87048,6491,1,1,4294967295,0,0,9683.39,952.225,1291.87,5.752,60,0,0,4120,0,0,0,0,0),(87049,6491,1,1,4294967295,0,0,10055.4,2116.32,1329.71,2.54,60,0,0,4120,0,0,0,0,0),(87050,6491,1,1,4294967295,0,0,10394.7,825.111,1317.52,3.753,60,0,0,4120,0,0,0,0,0),(87052,6491,530,1,4294967295,0,0,-3922.27,3689.32,286.767,3.27669,60,0,0,4120,0,0,0,0,0),(87053,6491,530,1,4294967295,0,0,-3127.85,727.413,-20.3158,4.22387,60,0,0,4120,0,0,0,0,0),(87054,6491,530,1,4294967295,0,0,-4122.94,1062.18,31.5531,5.80802,60,0,0,4120,0,0,0,0,0),(87055,6491,530,1,4294967295,0,0,-2996.17,2454.73,62.4357,4.70139,60,0,0,4120,0,0,0,0,0),(87056,6491,530,1,4294967295,0,0,-2023.67,8485.88,-0.436384,3.64818,60,0,0,4120,0,0,0,0,0),(87057,6491,530,1,4294967295,0,0,9417.63,-6853.48,14.9356,2.64128,60,0,0,4120,0,0,0,0,0),(87058,6491,530,1,4294967295,0,0,10463.3,-6369.74,39.7908,2.29649,60,0,0,4120,0,0,0,0,0),(87059,6491,530,1,4294967295,0,0,8939.88,-7443.37,82.7631,2.16768,60,0,0,4120,0,0,0,0,0),(87060,6491,530,1,4294967295,0,0,8704.09,-6670.87,70.3361,6.03635,60,0,0,4120,0,0,0,0,0),(87061,6491,530,1,4294967295,0,0,-280.767,1055.99,54.3232,5.92818,60,0,0,4120,0,0,0,0,0),(87062,6491,530,1,4294967295,0,0,-4119.32,-13663.5,74.4887,2.46696,60,0,0,4120,0,0,0,0,0),(87063,6491,530,1,4294967295,0,0,-4304.85,-12422.9,17.5658,4.30872,60,0,0,4120,0,0,0,0,0),(87064,6491,530,1,4294967295,0,0,-3329.27,-12097.1,28.5829,1.22054,60,0,0,4120,0,0,0,0,0),(87065,6491,530,1,4294967295,0,0,-2014.24,-11969.3,33.3328,4.29537,60,0,0,4120,0,0,0,0,0),(87066,6491,530,1,4294967295,0,0,-1757.48,-11056.5,77.13,4.35191,60,0,0,4120,0,0,0,0,0),(87067,6491,530,1,4294967295,0,0,2368.63,2325.31,106.184,2.29208,60,0,0,4120,0,0,0,0,0),(87068,6491,530,1,4294967295,0,0,2218.65,6017.26,135.922,2.56696,60,0,0,4120,0,0,0,0,0),(87069,6491,530,1,4294967295,0,0,2013.51,5570.5,262.92,1.60077,60,0,0,4120,0,0,0,0,0),(87070,6491,530,1,4294967295,0,0,-3485.5,-11652,7.80012,6.2,60,0,0,4120,0,0,0,0,0),(87072,6491,530,1,4294967295,0,0,-3561.65,4674.39,-21.9614,4.57731,60,0,0,4120,0,0,0,0,0),(87073,6491,530,1,4294967295,0,0,-213.516,5593.56,20.7121,4.97236,60,0,0,4120,0,0,0,0,0),(87074,6491,530,1,4294967295,0,0,227.538,6200.29,22.2206,3.14788,60,0,0,4120,0,0,0,0,0),(87075,6491,530,1,4294967295,0,0,321.729,8622.32,23.3595,5.72871,60,0,0,4120,0,0,0,0,0),(87076,6491,530,1,4294967295,0,0,-1069.48,8096.37,-35.9058,5.18834,60,0,0,4120,0,0,0,0,0),(87077,6491,530,1,4294967295,0,0,873.334,7284.83,22.9778,6.28005,60,0,0,4120,0,0,0,0,0),(68,2663,0,1,1,7190,1,-14334.8,425.681,6.70968,4.41568,300,0,0,1981,0,0,0,0,0),(207614,34949,530,1,1,0,0,-1688.98,5531.12,-40.4948,4.64258,120,0,0,1,0,0,0,0,0),(207613,34951,530,1,1,0,0,-1669.92,5188.15,-43.2296,0.523599,120,0,0,1,0,0,0,0,0),(207612,34949,530,1,1,0,0,-1666.55,5192.02,-41.3905,3.71755,120,0,0,1,0,0,0,0,0),(84028,3513,0,1,1,0,0,-8838.52,670.28,98.0987,0.553153,43200,0,0,713,0,2,0,0,0),(87082,3512,0,1,1,0,0,-8841.64,671.515,97.9739,0.556232,43200,0,0,42,0,2,0,0,0),(87088,3508,0,1,1,0,0,-8841.74,670.394,97.9404,0.629918,43200,0,0,42,0,2,0,0,0),(87089,3511,0,1,1,0,0,-8841.58,669.168,97.9151,0.55451,43200,0,0,42,0,2,0,0,0),(87090,3510,0,1,1,0,0,-8841.32,667.768,97.8914,0.553006,43200,0,0,40,120,2,0,0,0),(87091,3507,0,1,1,0,0,-8840.46,666.881,97.9108,0.553158,43200,0,0,42,0,2,0,0,0),(87092,3505,0,1,1,0,0,-8838.57,667.07,98.0103,0.553137,43200,0,0,42,0,2,0,0,0),(12604,14849,0,1,1,0,0,-9581.36,59.2771,61.5242,0.308834,180,0,0,699,0,0,0,0,0),(27660,14849,0,1,1,14890,0,-9551.95,134.237,58.9648,1.72788,180,0,0,699,0,0,0,0,0),(38004,14849,0,1,1,14912,0,-9547.84,73.6699,58.9674,4.64258,180,0,0,699,0,0,0,0,0),(42598,14849,0,1,1,14890,0,-9537.16,70.2721,59.0065,5.03524,180,0,0,699,0,0,0,0,0),(42601,14849,0,1,1,0,0,-9545.6,116.265,59.2087,4.90953,180,0,0,699,0,0,0,0,0),(44187,14849,0,1,1,0,0,-9532.41,67.9315,58.9648,5.39307,180,0,0,699,0,0,0,0,0),(56323,14868,0,1,1,0,0,-9538.58,133.231,58.9648,4.03171,180,0,0,156,0,0,0,0,0),(56324,14871,0,1,1,0,0,-9566.38,31.1655,61.4444,1.58992,180,0,0,247,0,0,0,0,0),(56326,14869,0,1,1,0,0,-9549.82,112.997,59.0065,3.32908,180,5,0,42,0,1,0,0,0),(56342,14829,0,1,1,0,1,-9548.9,141.163,58.9648,4.83456,180,0,0,2614,0,0,0,0,0),(56497,14846,0,1,1,0,0,-9557.49,105.464,58.9648,4.64258,180,0,0,1220,0,0,0,0,0),(56498,14828,0,1,1,0,1,-9533.65,95.1698,58.9648,4.03171,180,0,0,699,0,0,0,0,0),(56499,10445,0,1,1,0,0,-9541.73,87.4378,59.3029,6.23082,180,0,0,955,0,0,0,0,0),(56600,14823,0,1,1,0,1,-9554.4,81.7822,59.0065,1.08224,180,0,0,2515,2486,0,0,0,0),(56611,14827,0,1,1,0,1,-9558.14,78.5432,59.0065,0.488762,180,0,0,3052,0,0,0,0,0),(56612,14864,0,1,1,0,0,-9542.36,114.763,59.1315,3.3116,180,5,0,102,0,1,0,0,0),(56613,14849,0,1,1,0,0,-9571.82,90.374,59.0065,0.978225,180,0,0,699,0,0,0,0,0),(56614,14841,0,1,1,0,0,-9576.4,87.7237,58.9648,6.23082,180,0,0,2614,0,0,0,0,0),(56615,14822,0,1,1,0,1,-9536.62,73.2432,58.9648,1.90241,180,0,0,2091,2117,0,0,0,0),(56617,14847,0,1,1,0,1,-9560.98,103.642,58.9648,5.5676,180,0,0,1220,0,0,0,0,0),(56618,14869,0,1,1,0,0,-9540.22,123.264,59.0065,5.01385,180,0,0,42,0,0,0,0,0),(56621,14845,0,1,1,0,0,-9564.5,72.2799,59.1869,0.663225,180,0,0,1220,0,0,0,0,0),(56623,14844,0,1,1,0,1,-9561.12,69.9691,59.2053,1.01229,180,0,0,1220,0,0,0,0,0),(56624,14866,0,1,1,0,0,-1606.1,124.909,-15.568,4.62012,180,0,0,102,0,2,0,0,0),(56625,14860,0,1,1,0,0,-9515.7,85.8905,59.3007,2.40195,180,0,0,86,0,2,0,0,0),(56680,14849,0,1,1,0,0,-9544.69,73.6216,59.0065,0.573501,180,0,0,699,0,0,0,0,0),(57163,14869,0,1,1,0,0,-9547.29,137.246,58.9143,5.09003,180,5,0,42,0,1,0,0,0),(57168,14864,0,1,1,0,0,-9545.21,130.871,59.0065,4.36626,180,5,0,102,0,1,0,0,0),(57441,14865,0,1,1,0,0,-9555.53,115.845,58.9683,5.74213,180,0,0,594,0,0,0,0,0),(61987,14832,0,1,1,0,0,-9558.18,130.175,58.9648,5.70723,180,0,0,2614,0,0,0,0,0),(45917,8921,230,1,1,8180,0,503.076,-72.1034,-63.0386,4.40181,7200,5,0,2672,0,1,0,0,0),(3383,3296,1,1,1,4602,1,2049.3,-4629.26,51.0382,0.434071,300,0,0,15952,0,0,0,0,0),(3382,3296,1,1,1,4602,1,1682.14,-4099.99,37.7947,1.5708,300,0,0,15952,0,0,0,0,0),(3381,5900,1,1,1,4537,1,-269.97,-4000.87,168.218,3.37875,300,0,0,1342,0,0,0,0,0),(90497,22832,530,1,1,0,0,-248.568,5444.16,24.5815,5.64767,500,0,0,6986,0,0,0,0,0),(3380,14304,1,1,1,14362,1,1898.44,-4128.35,43.5265,5.51524,300,0,0,25200,0,0,0,0,0),(90500,22979,530,1,1,0,0,-1331.06,9183.99,245.818,0.0858951,500,0,0,5589,3155,0,0,0,0),(90501,22979,530,1,1,0,0,-1207.19,9222.06,223.697,3.25026,500,0,0,5589,3155,0,0,0,0),(90502,22979,530,1,1,0,0,-1210.26,9167.74,214.453,3.11282,500,0,0,5589,3155,0,0,0,0),(90503,22979,530,1,1,0,0,-1325.37,9282.57,246.006,1.41321,500,0,0,5589,3155,0,0,0,0),(90504,22979,530,1,1,0,0,-1368.66,9315.83,256.706,4.72916,500,0,0,5589,3155,0,0,0,0),(90505,22924,530,1,1,0,0,3024.32,5511.29,146.051,2.31064,500,0,0,5589,3155,0,0,0,0),(90506,22932,530,1,1,0,0,2389.34,7179.57,366.458,1.81774,500,0,0,5589,3155,0,0,0,0),(90507,22981,530,1,1,0,1,-1274.44,9158.71,216.662,1.23781,500,0,0,5589,3155,0,0,0,0),(81647,21350,565,1,1,0,1,104.296,288.764,1.34641,4.5584,604800,0,0,165200,49635,2,0,0,0),(81645,21350,565,1,1,0,1,79.5526,133.903,-7.64774,3.29974,604800,0,0,165200,49635,0,0,0,0),(28480,947,0,1,1,0,1,-9148.3,-3209.08,105.494,1.43446,50400,5,0,787,0,1,0,0,0),(3379,14304,1,1,1,14360,1,1898.32,-4149.7,40.9876,0.10472,300,0,0,25200,0,0,0,0,0),(7486,432,0,1,1,1887,1,-9370.36,-3166.04,83.5755,2.72271,300,0,0,617,0,0,0,0,0),(90984,15384,544,1,1,11686,0,-2.59192,83.3255,22.6908,4.57276,604800,0,0,4120,0,0,0,0,0),(7485,433,0,1,1,275,1,-9376.52,-3167.18,83.6684,0.575959,300,0,0,573,0,0,0,0,0),(7461,433,0,1,1,275,1,-9381.67,-3163.85,83.5755,1.29154,300,0,0,573,0,0,0,0,0),(90983,17376,544,1,1,13069,0,-31.471,-34.156,2.2351,1.06465,604800,0,0,4705,0,0,0,0,0),(7460,433,0,1,1,275,1,-9368.75,-3161.73,83.7005,3.31613,300,0,0,573,0,0,0,0,0),(7459,434,0,1,1,275,0,-9356.05,-3164.54,83.9201,3.47321,300,0,0,531,0,0,0,0,0),(90982,17256,544,1,1,9865,1,-31.7645,-35.8374,0.714268,1.37881,604800,0,0,152964,1016100,0,0,0,0),(51823,5937,1,1,1,0,0,-6105.79,-3537.57,-58.7501,1.44973,43200,0,0,3660,0,0,0,0,0),(90981,17256,544,1,1,9865,1,10.3369,-19.7942,0.714241,2.53073,604800,0,0,152964,1016100,0,0,0,0),(7457,4463,0,1,1,6030,1,-9207.29,-2893.75,112.992,0.226893,300,0,0,472,1357,0,0,0,0),(7456,485,0,1,1,6034,1,-9198.21,-2887.29,113.073,4.67748,300,0,0,494,0,0,0,0,0),(90980,17256,544,1,1,9865,1,10.4777,23.9914,0.714224,3.66519,604800,0,0,152964,1016100,0,0,0,0),(7455,440,0,1,1,6033,1,-9203.43,-2898.08,112.992,1.5708,300,0,0,449,0,0,0,0,0),(7454,440,0,1,1,6033,1,-9195.06,-2894.82,113.073,3.63029,300,0,0,449,0,0,0,0,0),(90979,17256,544,1,1,9865,1,-31.9479,40.2201,0.714251,4.93928,604800,0,0,152964,1016100,0,0,0,0),(7410,721,0,1,1,4626,0,-9234.85,-3097.38,107.299,0.725107,300,5,0,1,0,1,0,0,0),(90978,17256,544,1,1,9865,1,-55.6891,2.17024,0.71428,0.05236,604800,0,0,152964,1016100,0,0,0,0),(89069,4295,189,1,1,2515,1,1851.88,-385.46,18.7619,2.33874,86400,0,0,3831,0,0,0,0,0),(89067,4295,189,1,1,2515,1,1855.75,-403.744,18.7616,3.24631,86400,0,0,3831,0,0,0,0,0),(40026,4301,189,1,1,2499,1,1118.46,1425.7,30.3888,4.74729,86400,0,0,4185,0,0,0,0,0),(40027,4540,189,1,1,2604,0,1118.89,1405.23,30.3874,6.10865,86400,0,0,3489,0,0,0,0,0),(40028,4301,189,1,1,2499,1,1118.77,1372.24,30.3885,1.50098,86400,0,0,4185,0,0,0,0,0),(40029,3976,189,1,1,2042,1,1153.87,1398.39,32.6112,6.12611,86400,0,0,5517,2566,0,0,0,0),(40030,4299,189,1,1,2502,1,1137.65,1455.58,30.3845,4.36332,86400,0,0,2901,2014,0,0,0,0),(40031,4302,189,1,1,2460,1,1134.68,1338.78,30.3007,1.46608,86400,0,1,3540,2472,2,0,0,0),(40020,4303,189,1,1,2492,1,1131.19,1405.14,30.3888,6.14356,86400,0,0,3540,2472,0,0,0,0),(40021,4540,189,1,1,2604,0,1131.25,1390.61,30.3824,0.20944,86400,0,0,3489,0,0,0,0,0),(40022,4300,189,1,1,2525,1,1123.06,1377.68,30.3911,0.418879,86400,0,0,3514,5950,0,0,0,0),(40014,4301,189,1,1,2500,1,1099.92,1425.87,30.3883,4.67748,86400,0,0,4185,0,0,0,0,0),(40015,4300,189,1,1,2526,1,1082.92,1417.33,30.3027,3.09318,86400,0,1,3514,5950,2,0,0,0),(40016,4302,189,1,1,2461,1,1103.96,1419.38,30.3908,5.23599,86400,2,0,3540,2472,1,0,0,0),(40013,4303,189,1,1,2492,1,1106.51,1395.47,30.3909,0.087266,86400,0,0,3540,2472,0,0,0,0),(40011,4303,189,1,1,2492,1,1107.01,1403.8,30.3909,6.16101,86400,0,0,3540,2472,0,0,0,0),(40009,4301,189,1,1,2500,1,1081.35,1425.84,30.3862,4.81711,86400,0,0,4185,0,0,0,0,0),(40008,4299,189,1,1,2502,1,1079.82,1376.72,30.3059,6.03884,86400,0,1,2901,2014,2,0,0,0),(40006,4540,189,1,1,2604,0,1093.94,1407.44,30.3825,6.12611,86400,0,0,3489,0,0,0,0,0),(39994,4301,189,1,1,2499,1,1064.4,1387.33,30.8469,3.05433,86400,0,0,4185,0,0,0,0,0),(39995,4301,189,1,1,2500,1,1042.55,1436.11,27.3831,0.890118,86400,3,0,4185,0,1,0,0,0),(39996,4301,189,1,1,2499,1,1064.79,1410.84,30.8469,3.22886,86400,0,0,4185,0,0,0,0,0),(39997,4301,189,1,1,2500,1,1063.2,1415.93,30.8469,3.42085,86400,0,0,4185,0,0,0,0,0),(39998,4294,189,1,1,2524,1,1045.66,1449.21,29.1465,1.05107,86400,0,0,2910,5722,0,0,0,0),(39999,4294,189,1,1,2524,1,1042.8,1453.6,29.2298,0.523599,86400,0,0,2910,5722,0,0,0,0),(40000,4301,189,1,1,2500,1,1081.55,1372.29,30.3863,1.50098,86400,0,0,4185,0,0,0,0,0),(40001,4299,189,1,1,2502,1,1078.94,1377.88,30.3894,5.91667,86400,0,0,2901,2014,0,0,0,0),(40002,4301,189,1,1,2500,1,1045.87,1456.44,29.2298,4.03171,86400,0,0,4185,0,0,0,0,0),(40003,4301,189,1,1,2500,1,1100.04,1372.48,30.3885,1.50098,86400,0,0,4185,0,0,0,0,0),(40004,4302,189,1,1,2460,1,1094.09,1393.13,30.3869,0.069813,86400,0,0,3540,2472,0,0,0,0),(39991,4295,189,1,1,2515,1,1041.41,1400.29,27.3899,2.14675,86400,3,0,3831,0,1,0,0,0),(39992,4295,189,1,1,2515,1,1045.23,1343.56,29.2298,2.9147,86400,0,0,3831,0,0,0,0,0),(89062,4292,189,1,1,2476,1,1798.61,-427.408,8.09416,5.8294,86400,0,0,3027,2134,0,0,0,0),(89063,4290,189,1,1,2511,1,1804.33,-430.56,8.09537,2.6529,86400,0,0,3660,0,0,0,0,0),(89059,4292,189,1,1,2465,1,1781.94,-381.199,8.09497,2.87979,86400,0,0,3027,2134,0,0,0,0),(40149,4290,189,1,1,2511,1,1776.38,-380.149,8.09487,6.16101,86400,0,0,3660,0,0,0,0,0),(40148,4290,189,1,1,2511,1,1747.19,-407.454,8.09384,5.46288,86400,0,0,3660,0,0,0,0,0),(40147,4292,189,1,1,2476,1,1751.65,-411.954,8.09475,2.37365,86400,0,0,3027,2134,0,0,0,0),(40145,4286,189,1,1,2522,1,1747.55,-382.132,8.094,5.13127,86400,0,0,3660,0,0,0,0,0),(40146,4292,189,1,1,2465,1,1747.38,-386.651,8.09371,1.06465,86400,0,0,3027,2134,0,0,0,0),(40138,4286,189,1,1,2523,1,1707.79,-338.49,18.6778,2.39103,86400,0,1,3660,0,2,0,0,0),(40137,4286,189,1,1,2522,1,1699.02,-372.043,18.148,0.087266,86400,0,0,3660,0,0,0,0,0),(45916,8921,230,1,1,8180,0,504.562,-74.7311,-62.7859,4.42372,7200,5,0,2672,0,1,0,0,0),(45915,8921,230,1,1,8180,0,501.974,-76.0336,-63.0212,4.5521,7200,5,0,2672,0,1,0,0,0),(45914,8890,230,1,1,8758,1,522.054,-86.6401,-62.552,3.05433,7200,0,0,6414,0,0,0,0,0),(45913,8890,230,1,1,8758,1,488.443,-113.627,-62.013,3.59538,7200,0,0,6414,0,0,0,0,0),(45912,8890,230,1,1,8758,1,476.464,-94.0346,-62.5247,1.98968,7200,0,0,6414,0,0,0,0,0),(45911,8889,230,1,1,8754,1,482.241,-115.99,-62.6958,0.226893,7200,0,0,6183,0,0,0,0,0),(45910,8892,230,1,1,8718,1,592.991,-139.189,-68.7439,2.89725,7200,0,0,6645,0,0,0,0,0),(45909,8891,230,1,1,8750,1,630.61,-275.252,-83.677,3.83972,7200,0,0,6645,0,0,0,0,0),(45908,8891,230,1,1,8750,1,601.197,-267.201,-82.994,0.715585,7200,0,0,6645,0,0,0,0,0),(45907,8909,230,1,1,2172,0,657.746,-156.779,-72.9804,1.36136,7200,0,0,5316,3614,0,0,0,0),(45906,8909,230,1,1,2172,0,661.14,-160.517,-73.6136,0.15708,7200,0,0,5316,3614,0,0,0,0),(45905,8892,230,1,1,8718,1,549.991,-114.152,-62.3849,2.96706,7200,0,0,6645,0,0,0,0,0),(45904,8892,230,1,1,8718,1,548.344,-123.727,-62.1628,2.93215,7200,0,0,6645,0,0,0,0,0),(45903,8891,230,1,1,8750,1,655.143,-233.742,-83.5416,2.05949,7200,0,0,6645,0,0,0,0,0),(45902,8921,230,1,1,8180,0,596.864,-136.173,-69.502,1.55334,7200,0,0,2672,0,0,0,0,0),(45901,8921,230,1,1,8180,0,592.544,-134.631,-69.2601,3.64774,7200,0,0,2672,0,0,0,0,0),(45900,8892,230,1,1,8718,1,647.553,-227.379,-83.3193,5.91667,7200,0,0,6645,0,0,0,0,0),(45899,8892,230,1,1,8718,1,649.799,-188.49,-75.1179,4.53786,7200,0,0,6645,0,0,0,0,0),(45898,8921,230,1,1,8180,0,513.468,-180.707,-59.7321,5.01773,7200,0,0,2672,0,0,0,0,0),(45896,8921,230,1,1,8180,0,512.257,-176.864,-60.2591,5.01771,7200,5,0,2672,0,1,0,0,0),(45895,8891,230,1,1,8750,1,404.938,-46.5168,-63.8461,0,7200,0,0,6645,0,0,0,0,0),(45894,8890,230,1,1,8758,1,380.542,-79.6814,-64.4891,5.67232,7200,0,0,6414,0,0,0,0,0),(45893,8921,230,1,1,8180,0,386.969,-153.739,-64.8657,1.06465,7200,0,0,2672,0,0,0,0,0),(45892,8891,230,1,1,8750,1,348.197,-112.435,-64.8657,6.24828,7200,0,0,6645,0,0,0,0,0),(45891,8891,230,1,1,8750,1,375.304,-104.843,-64.8657,4.24115,7200,0,0,6645,0,0,0,0,0),(45890,8891,230,1,1,8750,1,409.084,-44.4012,-63.8605,3.75246,7200,0,0,6645,0,0,0,0,0),(45889,8891,230,1,1,8750,1,413.339,-162.273,-63.2825,3.94444,7200,0,0,6645,0,0,0,0,0),(45888,8891,230,1,1,8750,1,384.186,-82.2529,-64.1439,3.00197,7200,0,0,6645,0,0,0,0,0),(45887,8890,230,1,1,8758,1,364.619,-54.1914,-66.7459,3.05433,7200,0,0,6414,0,0,0,0,0),(45886,8912,230,1,1,8792,1,358.933,-54.3478,-67.0486,0.122173,7200,0,0,5316,3614,0,0,0,0),(45885,9016,230,1,1,12162,0,702.416,184.462,-71.988,4.20624,43200,0,0,23710,0,0,0,0,0),(45884,8892,230,1,1,8718,1,634.845,125.57,-73.7863,4.99164,7200,0,0,6645,0,0,0,0,0),(45883,8893,230,1,1,8757,1,636.962,129.764,-73.7864,4.99164,7200,0,0,6645,0,0,0,0,0),(45882,8894,230,1,1,8752,1,638.245,124.286,-73.7859,4.99164,7200,0,0,4653,8786,0,0,0,0),(45881,8893,230,1,1,8757,1,640.099,127.803,-73.786,4.99164,7200,0,0,6645,0,0,0,0,0),(45880,8895,230,1,1,8753,1,641.76,124.362,-73.7856,4.99164,7200,0,0,5502,3728,0,0,0,0),(45879,8892,230,1,1,8718,1,670.446,-51.7988,-73.0803,2.42779,7200,0,0,6645,0,0,0,0,0),(45878,8893,230,1,1,8757,1,665.208,-57.8459,-73.0578,2.42779,7200,0,0,6645,0,0,0,0,0),(45877,8894,230,1,1,8752,1,669.137,-53.3106,-73.0747,2.42779,7200,0,0,4653,8786,0,0,0,0),(45876,8893,230,1,1,8757,1,666.518,-56.3341,-73.0635,2.42779,7200,0,0,6645,0,0,0,0,0),(45875,8895,230,1,1,8753,1,665.063,-52.4277,-73.1494,2.4278,7200,0,0,5502,3728,0,0,0,0),(45874,8892,230,1,1,8718,1,604.827,30.0904,-73.6136,3.28122,7200,0,0,6645,0,0,0,0,0),(45872,8893,230,1,1,8757,1,605.628,25.3446,-73.6744,3.28122,7200,0,0,6645,0,0,0,0,0),(45871,8894,230,1,1,8752,1,600.469,29.5363,-73.1515,3.28122,7200,0,0,4653,8786,0,0,0,0),(45870,8893,230,1,1,8757,1,600.897,24.4853,-73.1713,3.28122,7200,0,0,6645,0,0,0,0,0),(45869,8895,230,1,1,8753,1,597.316,26.4197,-72.746,0.244346,7200,0,0,5502,3728,0,0,0,0),(45868,8910,230,1,1,1070,0,622.499,36.2067,-74.041,4.20035,7200,0,0,5691,3846,2,0,0,0),(45867,8921,230,1,1,8180,0,649.059,144.845,-73.8695,4.78166,7200,5,0,2672,0,1,0,0,0),(45866,8894,230,1,1,8752,1,614.825,96.8101,-73.7865,5.75959,7200,0,0,4653,8786,0,0,0,0),(45865,8893,230,1,1,8757,1,613.474,92.0275,-73.7863,5.84685,7200,0,0,6645,0,0,0,0,0),(45864,8893,230,1,1,8757,1,611.643,87.6111,-73.7864,5.93412,7200,0,0,6645,0,0,0,0,0),(45863,8893,230,1,1,8757,1,609.862,83.0139,-73.7865,6.03884,7200,0,0,6645,0,0,0,0,0),(45862,8895,230,1,1,8753,1,619.407,86.2535,-73.7848,2.67035,7200,0,0,5502,3728,0,0,0,0),(45861,8892,230,1,1,8718,1,720.429,-132.657,-71.887,6.0012,7200,0,0,6645,0,0,0,0,0),(28405,23068,530,1,1,0,1,-3676.88,3378.85,312.15,4.08325,300,0,0,6032,7332,0,0,0,0),(45859,8894,230,1,1,8752,1,720.429,-132.657,-71.887,6.0012,7200,0,0,4653,8786,0,0,0,0),(45858,8893,230,1,1,8757,1,720.429,-132.657,-71.887,6.0012,7200,0,0,6645,0,0,0,0,0),(45857,8895,230,1,1,8753,1,720.429,-132.657,-71.887,6.0012,7200,5,0,5502,3728,1,0,0,0),(45856,8894,230,1,1,8752,1,627.693,-19.5938,-73.2431,3.64774,7200,0,0,4653,8786,0,0,0,0),(45855,8894,230,1,1,8752,1,628.928,-22.8526,-73.2824,3.63029,7200,0,0,4653,8786,0,0,0,0),(45854,8893,230,1,1,8757,1,630.564,-26.1523,-73.2428,3.61283,7200,0,0,6645,0,0,0,0,0),(45853,8893,230,1,1,8757,1,632.172,-29.5864,-73.2427,3.59538,7200,0,0,6645,0,0,0,0,0),(45852,8895,230,1,1,8753,1,625.989,-26.4447,-73.8394,0.523599,7200,0,0,5502,3728,0,0,0,0),(48714,11322,389,1,1,0,1,-300.145,204.932,-25.1219,2.83371,86400,2,0,759,396,1,0,0,0),(48715,11324,389,1,1,0,1,-284.913,216.073,-25.0184,2.53073,86400,5,0,723,902,1,0,0,0),(48716,11324,389,1,1,0,1,-299.173,199.104,-24.7852,3.08923,86400,0,0,723,902,0,0,0,0),(48717,11322,389,1,1,0,1,-279.577,210.296,-25.0184,5.48262,86400,0,0,759,396,0,0,0,0),(48718,11322,389,1,1,0,1,-294.636,196.863,-25.415,1.26676,86400,2,0,759,396,1,0,0,0),(48719,11322,389,1,1,0,1,-224.395,213.183,-24.9818,1.76312,86400,1,0,759,396,1,0,0,0),(48720,11322,389,1,1,0,1,-229.394,206.597,-24.7948,5.65487,86400,1,0,759,396,1,0,0,0),(48721,11324,389,1,1,0,1,-231.167,212.064,-24.9235,5.09528,86400,1,0,723,902,1,0,0,0),(48722,11322,389,1,1,0,1,-275.823,219.821,-25.0184,0.090169,86400,0,0,759,396,0,0,0,0),(48723,11322,389,1,1,0,1,-309.146,224.228,-23.7467,4.62512,86400,2,0,759,396,1,0,0,0),(48724,11324,389,1,1,0,1,-316.556,222.633,-22.1718,4.07439,86400,0,0,723,902,0,0,0,0),(48725,11323,389,1,1,0,1,-329.782,210.636,-19.9161,0.820305,86400,0,0,819,0,0,0,0,0),(48726,11322,389,1,1,0,1,-301.24,251.092,-13.0535,1.22761,86400,5,0,759,396,1,0,0,0),(48727,11322,389,1,1,0,1,-293.292,256.603,-14.8024,3.12128,86400,5,0,759,396,1,0,0,0),(48728,11322,389,1,1,0,1,-340.183,207.471,-21.4877,0.777513,86400,2,0,759,396,1,0,0,0),(48729,11323,389,1,1,0,1,-321.875,247.56,-11.5076,0.226893,86400,0,0,819,0,0,0,0,0),(48730,11323,389,1,1,0,1,-318.951,256.642,-11.5058,5.21853,86400,0,0,819,0,0,0,0,0),(48731,11323,389,1,1,0,1,-336.361,224.257,-20.2678,5.98648,86400,0,0,819,0,0,0,0,0),(48732,11322,389,1,1,0,1,-346.643,213.994,-21.3899,4.62512,86400,2,0,759,396,1,0,0,0),(48733,11322,389,1,1,0,1,-342.315,256.423,-7.97652,3.64774,86400,5,0,759,396,1,0,0,0),(48734,11322,389,1,1,0,1,-372.27,265.154,-4.84659,3.80391,86400,0,0,759,396,0,0,0,0),(48735,11322,389,1,1,0,1,-367.589,254.246,-5.0474,1.40766,86400,0,0,759,396,0,0,0,0),(48736,11324,389,1,1,0,1,-375.796,256.279,-4.84658,5.98416,86400,0,0,723,902,0,0,0,0),(48737,11322,389,1,1,0,1,-369.356,211.166,-21.801,2.00713,86400,2,0,759,396,1,0,0,0),(48738,11324,389,1,1,0,1,-385.122,239.621,-4.84661,4.5914,86400,0,0,723,902,0,0,0,0),(48739,11322,389,1,1,0,1,-360.933,179.061,-22.1946,0.722725,86400,2,0,759,396,1,0,0,0),(48740,11518,389,1,1,0,1,-376.811,209.224,-21.801,5.91667,86400,0,0,1382,1712,0,0,0,0),(48741,11322,389,1,1,0,1,-374.127,201.24,-21.801,4.50295,86400,2,0,759,396,1,0,0,0),(48742,11322,389,1,1,0,1,-400.436,216.18,-1.01054,0.794809,86400,2,0,759,396,1,0,0,0),(48743,11322,389,1,1,0,1,-387.038,259.729,-4.84658,3.08605,86400,0,0,759,396,0,0,0,0),(48744,11324,389,1,1,0,1,-367.19,180.435,-22.1573,1.02974,86400,2,0,723,902,1,0,0,0),(48745,11322,389,1,1,0,1,-367.06,173.695,-22.0076,3.50908,86400,2,0,759,396,1,0,0,0),(48746,11322,389,1,1,0,1,-392.023,244.262,-4.84661,2.50107,86400,0,0,759,396,0,0,0,0),(48747,11323,389,1,1,0,1,-404.929,181.384,6.57811,1.91986,86400,0,0,819,0,0,0,0,0),(48748,11323,389,1,1,0,1,-412.364,177.342,6.70869,1.36136,86400,0,0,819,0,0,0,0,0),(48749,11322,389,1,1,0,1,-385.157,156.603,7.7385,0.844909,86400,2,0,759,396,1,0,0,0),(48750,11519,389,1,1,0,1,-384.867,146.045,7.82184,2.51327,86400,0,0,1513,0,0,0,0,0),(48751,11322,389,1,1,0,1,-396.309,150.828,7.82184,4.67748,86400,2,0,759,396,1,0,0,0),(38141,2914,43,1,1,0,0,-338.159,35.1821,-99.0124,1.00232,86400,10,0,8,0,1,0,0,0),(38142,3640,43,1,1,0,0,-344.548,24.5073,-101.101,2.69132,86400,5,0,1158,0,1,0,0,0),(38143,3840,43,1,1,0,1,-352.826,43.2932,-100.082,0.733038,86400,0,0,1212,912,0,0,0,0),(38144,3840,43,1,1,0,1,-343.81,51.4949,-98.5811,3.85718,86400,0,0,1212,912,0,0,0,0),(38145,2914,43,1,1,0,0,-334.276,-66.2257,-65.0929,4.18411,86400,10,0,8,0,1,0,0,0),(38146,3840,43,1,1,0,1,-102.14,-8.77391,-29.1185,6.03884,86400,0,0,1212,912,0,0,0,0),(38147,5756,43,1,1,0,0,-111.045,-16.0654,-28.4545,6.22136,86400,5,0,1347,0,1,0,0,0),(38148,3673,43,1,1,0,1,-120.163,-24.624,-28.5832,2.83035,86400,0,0,2784,1530,0,0,0,0),(38168,5761,43,1,1,0,0,-172.858,-82.2607,-67.712,5.59834,86400,5,0,1212,456,1,0,0,0),(38508,2914,43,1,1,0,0,-173.806,-81.3373,-67.728,4.88681,86400,10,0,8,0,1,0,0,0),(45718,3840,43,1,1,0,1,-74.9697,-39.5402,-59.3461,0.820305,86400,0,0,1212,912,0,0,0,0),(45719,2914,43,1,1,0,0,-102.949,-62.0252,-66.7835,1.27229,86400,10,0,8,0,1,0,0,0),(45721,5055,43,1,1,0,0,-68.4069,-39.3043,-60.7368,2.00713,86400,5,0,135,0,1,0,0,0),(45722,3840,43,1,1,0,1,-174.366,-87.5045,-67.7942,3.29544,86400,0,0,1212,912,0,0,0,0),(45723,5761,43,1,1,0,0,-172.206,-91.6923,-67.4046,4.768,86400,5,0,1212,456,1,0,0,0),(45724,5761,43,1,1,0,0,-120.548,-100.983,-72.7718,0.855211,86400,5,0,1212,456,1,0,0,0),(48752,5055,43,1,1,0,0,-61.7184,-37.6639,-61.8105,0.14321,86400,5,0,135,0,1,0,0,0),(49413,5761,43,1,1,0,0,-120.675,-129.028,-66.9905,0.405046,86400,2,0,1212,456,1,0,0,0),(49414,3840,43,1,1,0,1,-140.355,-181.34,-68.152,2.46184,86400,0,0,1212,912,0,0,0,0),(49415,5761,43,1,1,0,0,-102.971,-160.908,-67.5989,3.61124,86400,5,0,1212,456,1,0,0,0),(49416,5756,43,1,1,0,0,-144.266,-195.181,-67.9851,4.92362,86400,2,0,1347,0,1,0,0,0),(51609,2914,43,1,1,0,0,-128.641,-185.705,-68.2838,5.83658,86400,10,0,8,0,1,0,0,0),(52598,5761,43,1,1,0,0,-69.5251,-144.688,-81.6552,5.11381,86400,5,0,1212,456,1,0,0,0),(85900,3640,43,1,1,0,0,-75.6394,-142.53,-80.9427,5.66487,86400,5,0,1158,0,1,0,0,0),(85901,5761,43,1,1,0,0,-57.3268,-123.082,-69.3712,3.53947,86400,0,0,1212,456,0,0,0,0),(85902,5761,43,1,1,0,0,-61.5681,-152.878,-78.7219,6.12289,86400,0,0,1212,456,0,0,0,0),(85912,5055,43,1,1,0,0,-35.1866,-109.43,-71.5824,4.83972,86400,1,0,135,0,1,0,0,0),(85916,5055,43,1,1,0,0,-35.6954,-102.823,-71.1393,0.200927,86400,1,0,135,0,1,0,0,0),(85917,5055,43,1,1,0,0,-35.2855,-115.286,-71.646,5.0583,86400,1,0,135,0,1,0,0,0),(85918,5055,43,1,1,0,0,-40.8706,-109.559,-70.794,1.05035,86400,1,0,135,0,1,0,0,0),(85919,3840,43,1,1,0,1,-39.2192,-118.272,-71.3657,5.65877,86400,0,0,1212,912,0,0,0,0),(85920,5055,43,1,1,0,0,-60.5177,-42.8552,-62.6483,3.59899,86400,5,0,135,0,1,0,0,0),(85923,2914,43,1,1,0,0,-42.2102,-115.005,-70.9481,2.88265,86400,10,0,8,0,1,0,0,0),(85947,5761,43,1,1,0,0,-34.1276,-102.592,-71.2142,1.03311,86400,5,0,1212,456,1,0,0,0),(85948,3840,43,1,1,0,1,-32.1023,-44.1422,-64.9763,3.38594,86400,5,0,1212,912,1,0,0,0),(85951,2914,43,1,1,0,0,-27.5634,-67.0949,-67.0457,4.47942,86400,10,0,8,0,1,0,0,0),(85953,5761,43,1,1,0,0,-37.4441,-48.2186,-65.3351,0.700297,86400,5,0,1212,456,1,0,0,0),(85954,5761,43,1,1,0,0,-6.09599,-60.787,-67.2247,2.70526,86400,5,0,1212,456,1,0,0,0),(85958,3840,43,1,1,0,1,0.456491,-58.0701,-66.7706,1.41372,86400,0,0,1212,912,0,0,0,0),(85959,3840,43,1,1,0,1,2.31787,-47.6905,-65.8961,4.64258,86400,0,0,1212,912,0,0,0,0),(85961,5761,43,1,1,0,0,26.621,-155.963,-80.0963,2.01608,86400,5,0,1212,456,1,0,0,0),(85963,5761,43,1,1,0,0,22.7648,-150.782,-75.5469,5.68534,86400,0,1,1212,456,2,0,0,0),(85965,3840,43,1,1,0,1,-35.9738,-188.879,-74.2266,5.40204,86400,2,0,1212,912,1,0,0,0),(85970,2914,43,1,1,0,0,-43.1579,-186.891,-74.4734,3.93977,86400,10,0,8,0,1,0,0,0),(85974,5761,43,1,1,0,0,-49.4982,-184.694,-74.7432,3.2571,86400,2,0,1212,456,1,0,0,0),(85988,5055,43,1,1,0,0,31.7616,-164.023,-82.2103,1.95201,86400,1,0,135,0,1,0,0,0),(85989,5055,43,1,1,0,0,30.6841,-162.294,-81.9008,1.01849,86400,1,0,135,0,1,0,0,0),(85991,2914,43,1,1,0,0,-5.53486,-197.778,-79.7883,3.03733,86400,10,0,8,0,1,0,0,0),(85992,2914,43,1,1,0,0,-148.34,-206.21,-68.5827,0.120755,86400,10,0,8,0,1,0,0,0),(85993,5056,43,1,1,0,0,-151.99,-193.793,-68.517,2.55062,86400,5,0,1347,0,1,0,0,0),(85994,5055,43,1,1,0,0,-179.348,-213.459,-57.1672,4.99566,86400,1,0,135,0,1,0,0,0),(85995,5055,43,1,1,0,0,-181.605,-204.294,-59.3739,6.15698,86400,1,0,135,0,1,0,0,0),(85996,5055,43,1,1,0,0,-188.013,-194.516,-61.1482,2.01214,86400,5,0,135,0,1,0,0,0),(86000,5055,43,1,1,0,0,-192.057,-191.647,-62.1711,1.60461,86400,5,0,135,0,1,0,0,0),(86003,2914,43,1,1,0,0,-124.618,-243.066,-62.8639,2.81518,86400,10,0,8,0,1,0,0,0),(86004,3840,43,1,1,0,1,-124.628,-240.457,-63.182,0.264839,86400,0,0,1212,912,0,0,0,0),(86005,2914,43,1,1,0,0,-130.906,-244.259,-64.7158,4.08519,86400,10,0,8,0,1,0,0,0),(86011,5756,43,1,1,0,0,-123.356,-246.826,-62.0081,5.19314,86400,5,0,1347,0,1,0,0,0),(86012,5756,43,1,1,0,0,-166.816,-246.205,-57.274,6.20765,86400,5,0,1347,0,1,0,0,0),(86013,3840,43,1,1,0,1,-209.561,-195.677,-62.2591,0.287966,86400,5,0,1212,912,1,0,0,0),(86045,5756,43,1,1,0,0,-193.045,-237.753,-70.109,2.84551,86400,5,0,1347,0,1,0,0,0),(86046,5761,43,1,1,0,0,-56.9424,-236.043,-68.8445,2.01367,86400,5,0,1212,456,1,0,0,0),(86047,3640,43,1,1,0,0,-109.218,-260.432,-59.3047,1.5912,86400,5,0,1158,0,1,0,0,0),(86048,3840,43,1,1,0,1,-96.4884,-262.309,-58.1511,0.92934,86400,5,0,1212,912,1,0,0,0),(86104,3840,43,1,1,0,1,-55.0802,-249.599,-68.6557,4.71643,86400,5,0,1212,912,1,0,0,0),(86105,5055,43,1,1,0,0,-160.949,-285.363,-62.9216,1.97666,86400,1,0,135,0,1,0,0,0),(86106,2914,43,1,1,0,0,-118.55,-306.559,-63.2057,4.37173,86400,10,0,8,0,1,0,0,0),(86107,3840,43,1,1,0,1,-104.047,-305.083,-62.8754,4.95674,86400,0,0,1212,912,0,0,0,0),(86108,3840,43,1,1,0,1,-101.087,-314.364,-62.4039,1.97222,86400,0,0,1212,912,0,0,0,0),(86109,3840,43,1,1,0,1,-17.6659,-269.587,-66.5163,1.0472,86400,0,0,1212,912,0,0,0,0),(86110,5761,43,1,1,0,0,-30.8356,-270.358,-67.4264,1.67204,86400,5,0,1212,456,1,0,0,0),(86111,5756,43,1,1,0,0,-107.918,-297.238,-62.4053,0.421712,86400,5,0,1347,0,1,0,0,0),(86112,3840,43,1,1,0,1,-29.1347,-264.171,-67.822,6.05629,86400,0,0,1212,912,0,0,0,0),(86113,2914,43,1,1,0,0,-29.2057,-249.163,-68.4566,2.87598,86400,10,0,8,0,1,0,0,0),(86136,3840,43,1,1,0,1,-11.4551,-260.961,-67.9703,3.9968,86400,0,0,1212,912,0,0,0,0),(86137,3840,43,1,1,0,1,-154.099,-304.537,-64.4385,4.83202,86400,0,0,1212,912,0,0,0,0),(86325,5055,43,1,1,0,0,-157.599,-295.351,-63.7677,4.91261,86400,1,0,135,0,1,0,0,0),(86415,5055,43,1,1,0,0,-159.93,-293.499,-63.302,1.5125,86400,1,0,135,0,1,0,0,0),(87093,2914,43,1,1,0,0,-152.102,-303.074,-64.2866,5.58982,86400,10,0,8,0,1,0,0,0),(87094,5056,43,1,1,0,0,-126.095,-310.862,-63.1581,3.80482,86400,5,0,1347,0,1,0,0,0),(87095,3840,43,1,1,0,1,-116.649,-315.842,-62.8369,3.57792,86400,0,0,1212,912,0,0,0,0),(87096,3840,43,1,1,0,1,-123.947,-319.379,-62.8578,0.471239,86400,0,0,1212,912,0,0,0,0),(87097,5055,43,1,1,0,0,-3.3672,-264.488,-67.7827,0,86400,1,0,135,0,1,0,0,0),(87098,5055,43,1,1,0,0,-4.82069,-255.468,-69.1817,2.16421,86400,1,0,135,0,1,0,0,0),(87099,2914,43,1,1,0,0,7.50551,-239.335,-74.897,2.78982,86400,10,0,8,0,1,0,0,0),(87100,3840,43,1,1,0,1,2.6055,-194.975,-81.3621,1.96162,86400,0,0,1212,912,0,0,0,0),(87101,5055,43,1,1,0,0,2.54921,-262.221,-68.645,0.873738,86400,1,0,135,0,1,0,0,0),(87102,5055,43,1,1,0,0,7.63465,-261.772,-69.1068,2.49019,86400,1,0,135,0,1,0,0,0),(87103,5055,43,1,1,0,0,4.87711,-207.111,-80.9956,2.66648,86400,1,0,135,0,1,0,0,0),(87104,5055,43,1,1,0,0,-154.25,-307.184,-64.6329,5.65985,86400,1,0,135,0,1,0,0,0),(87105,5761,43,1,1,0,0,22.7005,-238.792,-78.3185,3.65987,86400,5,0,1212,456,1,0,0,0),(87106,5055,43,1,1,0,0,10.7953,-202.956,-82.7098,2.64557,86400,1,0,135,0,1,0,0,0),(87107,3670,43,1,1,0,1,36.8074,-241.064,-79.4989,3.26377,86400,0,0,2165,490,0,0,0,0),(87108,3840,43,1,1,0,1,30.8969,-242.389,-78.918,0.296706,86400,0,0,1212,912,0,0,0,0),(87109,5055,43,1,1,0,0,7.3927,-193.395,-82.2454,2.95981,86400,1,0,135,0,1,0,0,0),(87110,5055,43,1,1,0,0,14.3814,-194.226,-83.2436,3.17283,86400,1,0,135,0,1,0,0,0),(87111,5055,43,1,1,0,0,30.3945,-170.816,-83.1614,5.05349,86400,1,0,135,0,1,0,0,0),(87112,5055,43,1,1,0,0,36.808,-165.823,-82.9689,4.33359,86400,1,0,135,0,1,0,0,0),(87113,5761,43,1,1,0,0,36.9697,-161.79,-81.4813,0.021414,86400,5,0,1212,456,1,0,0,0),(87114,5056,43,1,1,0,0,-221.03,-248.666,-64.5097,5.4692,86400,5,0,1347,0,1,0,0,0),(87115,3640,43,1,1,0,0,-229.071,-148.309,-62.7342,1.434,86400,5,0,1158,0,1,0,0,0),(87116,3840,43,1,1,0,1,-229.202,-252.465,-64.517,5.14928,86400,5,0,1212,912,1,0,0,0),(87117,2914,43,1,1,0,0,-233.259,-253.283,-64.4615,3.30781,86400,10,0,8,0,1,0,0,0),(87118,5055,43,1,1,0,0,-226.389,-297.445,-70.1544,4.36783,86400,1,0,135,0,1,0,0,0),(87119,5055,43,1,1,0,0,-219.849,-301.134,-70.3479,3.95375,86400,1,0,135,0,1,0,0,0),(87120,5055,43,1,1,0,0,-220.485,-290.92,-68.8364,1.82428,86400,1,0,135,0,1,0,0,0),(87121,3840,43,1,1,0,1,-219.152,-306.994,-71.0566,4.03858,86400,5,0,1212,912,1,0,0,0),(87122,3840,43,1,1,0,1,-264.5,-182.806,-60.4153,4.74168,86400,0,0,1212,912,0,0,0,0),(87123,5756,43,1,1,0,0,-243.766,-158.635,-63.1701,3.9086,86400,5,0,1347,0,1,0,0,0),(87124,2914,43,1,1,0,0,-215.97,-313.343,-72.2215,5.70723,86400,10,0,8,0,1,0,0,0),(87125,3840,43,1,1,0,1,-216.289,-320.921,-73.1538,5.31839,86400,5,0,1212,912,1,0,0,0),(87126,3840,43,1,1,0,1,-275.804,-213.695,-63.6744,3.24631,86400,0,0,1212,912,0,0,0,0),(87127,5756,43,1,1,0,0,-281.583,-219.059,-64.0544,6.12038,86400,5,0,1347,0,1,0,0,0),(87128,3840,43,1,1,0,1,-269.435,-297.775,-67.6666,0.680678,86400,0,0,1212,912,0,0,0,0),(87129,3840,43,1,1,0,1,-264.547,-301.761,-68.3543,0.541052,86400,0,0,1212,912,0,0,0,0),(87130,5056,43,1,1,0,0,-280.19,-219.436,-64.2073,0.379014,86400,5,0,1347,0,1,0,0,0),(87131,3674,43,1,1,0,0,-285.579,-312.968,-69.1933,3.38678,86400,0,0,3630,0,0,0,0,0),(87132,5056,43,1,1,0,0,-179.899,-352.951,-70.7235,3.54306,86400,5,0,1347,0,1,0,0,0),(87133,2914,43,1,1,0,0,-177.6,-349.974,-70.5783,4.23091,86400,10,0,8,0,1,0,0,0),(87134,5756,43,1,1,0,0,-185.886,-351.144,-71.0647,0.578072,86400,5,0,1347,0,1,0,0,0),(87135,5055,43,1,1,0,0,-292.851,-245.813,-64.2381,2.23773,86400,1,0,135,0,1,0,0,0),(87136,5055,43,1,1,0,0,-293.022,-237.848,-63.9754,5.69922,86400,1,0,135,0,1,0,0,0),(87137,5055,43,1,1,0,0,-298.504,-246.468,-63.7644,4.04456,86400,1,0,135,0,1,0,0,0),(87138,5055,43,1,1,0,0,-299.831,-247.467,-63.6049,5.99316,86400,1,0,135,0,1,0,0,0),(87139,3840,43,1,1,0,1,-307.049,-232.158,-63.1637,4.66003,86400,0,0,1212,912,0,0,0,0),(87140,2914,43,1,1,0,0,-296.791,-231.84,-64.0705,2.58863,86400,10,0,8,0,1,0,0,0),(87141,3840,43,1,1,0,1,-307.06,-240.658,-63.1645,1.58825,86400,0,0,1212,912,0,0,0,0),(87142,3840,43,1,1,0,1,-290.86,-215.104,-63.0903,0.087266,86400,0,0,1212,912,0,0,0,0),(87143,5056,43,1,1,0,0,-271.463,-179.867,-60.1505,3.26983,86400,5,0,1347,0,1,0,0,0),(87144,5056,43,1,1,0,0,-307.428,-147.538,-61.3452,1.59788,86400,5,0,1347,0,1,0,0,0),(87145,2914,43,1,1,0,0,-300.887,-160.161,-60.5079,4.59357,86400,10,0,8,0,1,0,0,0),(87146,5756,43,1,1,0,0,-322.382,-133.973,-62.2309,0.093105,86400,5,0,1347,0,1,0,0,0),(87147,5056,43,1,1,0,0,-304.704,-104.276,-63.8065,5.49598,86400,5,0,1347,0,1,0,0,0),(87148,5055,43,1,1,0,0,-331.749,-106.76,-64.7443,4.19085,86400,1,0,135,0,1,0,0,0),(87149,5055,43,1,1,0,0,-336.872,-108.108,-64.4868,0.248071,86400,1,0,135,0,1,0,0,0),(87150,3840,43,1,1,0,1,-341.952,-118.986,-63.4724,0.148351,86400,0,0,1212,912,0,0,0,0),(87151,5055,43,1,1,0,0,-339.096,-114.678,-63.547,2.0554,86400,1,0,135,0,1,0,0,0),(87152,5055,43,1,1,0,0,-338.916,-104.232,-64.975,3.05615,86400,1,0,135,0,1,0,0,0),(87153,3840,43,1,1,0,1,-331.511,-79.2574,-65.6617,0.065628,86400,0,0,1212,912,0,0,0,0),(87154,2914,43,1,1,0,0,-350.451,-127.514,-64.1829,2.63663,86400,10,0,8,0,1,0,0,0),(87155,5056,43,1,1,0,0,-333.949,-72.1648,-65.4133,0.870512,86400,5,0,1347,0,1,0,0,0),(87156,5056,43,1,1,0,0,-373.998,-101.075,-65.1572,2.12917,86400,5,0,1347,0,1,0,0,0),(87157,3640,43,1,1,0,0,-390.159,-97.6714,-64.4247,2.2797,86400,5,0,1158,0,1,0,0,0),(45538,7329,129,1,1,0,1,2534.37,750.769,53.8997,0.0245,86400,0,0,3660,0,0,0,0,0),(45704,4076,129,1,1,0,0,2441.35,822.925,42.1302,1.70331,86400,5,0,8,0,1,0,0,0),(85583,7329,129,1,1,0,1,2467.68,761.222,46.0943,5.77056,86400,0,0,3660,0,0,0,0,0),(86393,2110,129,1,1,0,0,2476.68,751.531,46.0874,6.20448,86400,5,0,1,0,1,0,0,0),(86394,2110,129,1,1,0,0,2525.27,724.496,40.6447,0.147814,86400,5,0,1,0,1,0,0,0),(87158,2110,129,1,1,0,0,2496.23,723.902,54.0114,1.88067,86400,5,0,1,0,1,0,0,0),(87159,7328,129,1,1,0,1,2545.74,738.999,53.9722,2.56756,86400,0,0,3660,0,0,0,0,0),(87160,7337,129,1,1,0,0,2544.26,746.635,54.4936,4.11696,86400,0,0,3027,1067,0,0,0,0),(87161,2110,129,1,1,0,0,2571.38,755.25,54.6642,0.418879,86400,5,0,1,0,1,0,0,0),(87162,4076,129,1,1,0,0,2488.82,693.755,53.7823,2.32386,86400,5,0,8,0,1,0,0,0),(87163,2110,129,1,1,0,0,2464.17,710.677,54.5307,3.61305,86400,5,0,1,0,1,0,0,0),(87164,2110,129,1,1,0,0,2562.25,730.46,54.7394,2.89779,86400,5,0,1,0,1,0,0,0),(87165,2110,129,1,1,0,0,2571.33,711.523,56.0558,4.18071,86400,5,0,1,0,1,0,0,0),(87166,4076,129,1,1,0,0,2585.97,736.487,55.3385,5.53362,86400,5,0,8,0,1,0,0,0),(87167,4076,129,1,1,0,0,2592.43,725.474,54.9276,2.3547,86400,5,0,8,0,1,0,0,0),(87168,2110,129,1,1,0,0,2559.34,709.452,54.5806,4.48365,86400,5,0,1,0,1,0,0,0),(87169,8696,129,1,1,0,0,2603.03,705.568,54.9087,2.04204,86400,0,0,1469,0,0,0,0,0),(87170,8767,129,1,1,0,0,2567.37,686.373,55.2735,2.23402,86400,0,0,1003,0,0,0,0,0),(87171,8516,129,1,1,0,0,2610.66,730.583,54.6521,3.4383,86400,0,0,10500,1097,0,0,0,0),(87172,7343,129,1,1,0,0,2485.14,686.107,53.9602,3.83972,86400,0,0,305,0,0,0,0,0),(87173,7343,129,1,1,0,0,2492.55,663.143,53.8691,2.84489,86400,0,0,305,0,0,0,0,0),(87174,7343,129,1,1,0,0,2488.2,671.234,54.487,3.19395,86400,0,0,305,0,0,0,0,0),(87175,7343,129,1,1,0,0,2485.39,679.566,54.1661,3.52556,86400,0,0,305,0,0,0,0,0),(87176,4076,129,1,1,0,0,2485.98,662.321,54.5564,5.41568,86400,5,0,8,0,1,0,0,0),(87177,7343,129,1,1,0,0,2473.98,664.482,56.1041,2.14675,86400,0,0,305,0,0,0,0,0),(87178,7343,129,1,1,0,0,2483.52,657.603,54.6616,2.42601,86400,0,0,305,0,0,0,0,0),(87179,7343,129,1,1,0,0,2481.66,661.203,54.7497,2.53073,86400,0,0,305,0,0,0,0,0),(87180,7343,129,1,1,0,0,2475.74,656.953,54.7683,2.14675,86400,0,0,305,0,0,0,0,0),(87181,7343,129,1,1,0,0,2486.11,664.82,54.6754,2.58309,86400,0,0,305,0,0,0,0,0),(87182,7343,129,1,1,0,0,2478.84,665.902,54.9314,2.74017,86400,0,0,305,0,0,0,0,0),(87183,7343,129,1,1,0,0,2480.26,650.968,54.614,2.11185,86400,0,0,305,0,0,0,0,0),(87184,7343,129,1,1,0,0,2479.31,680.78,54.7516,3.82227,86400,0,0,305,0,0,0,0,0),(87185,7343,129,1,1,0,0,2483.96,668.421,54.7603,3.01942,86400,0,0,305,0,0,0,0,0),(87186,7343,129,1,1,0,0,2477.48,670.657,56.22,2.6529,86400,0,0,305,0,0,0,0,0),(87187,7357,129,1,1,0,0,2466.62,671.443,63.4694,5.55015,86400,0,0,7760,8583,0,0,0,0),(87188,7343,129,1,1,0,0,2484.18,674.849,54.4412,3.31613,86400,0,0,305,0,0,0,0,0),(87189,7343,129,1,1,0,0,2480.66,672.89,55.4045,3.29867,86400,0,0,305,0,0,0,0,0),(87190,7343,129,1,1,0,0,2478.42,676.464,56.0468,3.63029,86400,0,0,305,0,0,0,0,0),(87191,7343,129,1,1,0,0,2469.93,654.411,54.8092,1.64061,86400,0,0,305,0,0,0,0,0),(87192,7343,129,1,1,0,0,2470.41,659.764,55.4709,1.72788,86400,0,0,305,0,0,0,0,0),(87193,7343,129,1,1,0,0,2473.03,645.964,54.614,1.74533,86400,0,0,305,0,0,0,0,0),(87194,7343,129,1,1,0,0,2475.16,651.54,54.6277,1.90241,86400,0,0,305,0,0,0,0,0),(87195,7343,129,1,1,0,0,2469,649.315,54.6841,1.5708,86400,0,0,305,0,0,0,0,0),(87196,7348,129,1,1,0,0,2379.5,902.078,29.1142,6.26162,86400,0,0,3660,0,0,0,0,0),(87197,7352,129,1,1,0,0,2375.5,915.706,29.6314,2.26721,86400,0,0,3027,1067,0,0,0,0),(87198,7344,129,1,1,0,1,2382.87,910.678,29.4963,3.43725,86400,0,0,1403,0,0,0,0,0),(87199,7344,129,1,1,0,1,2374.68,906.513,28.7459,5.33118,86400,0,0,1403,0,0,0,0,0),(87200,4076,129,1,1,0,0,2382.39,907.831,28.9527,3.04518,86400,5,0,8,0,1,0,0,0),(87201,7345,129,1,1,0,1,2389.48,929.097,41.4792,1.56939,86400,0,0,3831,0,0,0,0,0),(87202,7342,129,1,1,0,0,2395.8,928.736,41.8305,2.5705,86400,0,0,2805,2763,0,0,0,0),(87203,7346,129,1,1,0,1,2399.11,934.285,43.2484,1.81994,86400,0,0,1469,0,0,0,0,0),(87204,7346,129,1,1,0,1,2392.55,934.378,42.7592,5.2715,86400,0,0,1469,0,0,0,0,0),(87205,7347,129,1,1,0,0,2392.3,996.693,53.4884,4.48944,86400,0,1,3831,0,2,0,0,0),(87206,7353,129,1,1,0,0,2392.46,933.458,53.1636,4.48956,86400,0,1,3150,1097,2,0,0,0),(87207,7343,129,1,1,0,0,2378.48,908.439,28.8267,5.67051,86400,0,0,305,0,0,0,0,0),(87208,7343,129,1,1,0,0,2378.29,911.018,29.2085,5.81243,86400,0,0,305,0,0,0,0,0),(87209,7358,129,1,1,0,0,2403.37,960.93,55.1437,2.33874,86400,0,0,8744,9136,0,0,0,0),(87210,7343,129,1,1,0,0,2450.35,987.236,36.5326,1.28796,86400,0,1,305,0,2,0,0,0),(87211,7343,129,1,1,0,0,2443.19,954.093,25.9125,1.28839,86400,0,1,305,0,2,0,0,0),(87212,7347,129,1,1,0,0,2438.43,1011.83,38.1357,3.60922,86400,0,0,3831,0,0,0,0,0),(87213,7342,129,1,1,0,0,2422.62,993.993,49.2738,4.24915,86400,0,0,2805,2763,0,0,0,0),(87214,4076,129,1,1,0,0,2424.75,995.491,49.314,5.03403,86400,5,0,8,0,1,0,0,0),(87215,7342,129,1,1,0,0,2410.84,1016.89,37.1664,4.52994,86400,0,0,2805,2763,0,0,0,0),(87216,7346,129,1,1,0,1,2404.72,1012.56,37.7316,5.0058,86400,0,0,1469,0,0,0,0,0),(87217,7347,129,1,1,0,0,2433.58,1013.44,37.3792,3.92188,86400,0,0,3831,0,0,0,0,0),(87218,7346,129,1,1,0,1,2433.27,1019.12,37.1386,1.73413,86400,0,0,1469,0,0,0,0,0),(87219,7346,129,1,1,0,1,2428.29,1016.82,37.0896,3.59712,86400,0,0,1469,0,0,0,0,0),(87220,7341,129,1,1,0,0,2446.91,1026.77,25.6188,3.33788,86400,0,0,2706,2680,0,0,0,0),(87221,7344,129,1,1,0,1,2452.46,1028.93,24.9032,1.62255,86400,0,0,1403,0,0,0,0,0),(87222,7348,129,1,1,0,0,2442.37,1031.18,25.3254,0.052807,86400,0,0,3660,0,0,0,0,0),(87223,7348,129,1,1,0,0,2453.93,1036.68,24.7171,5.48754,86400,0,0,3660,0,0,0,0,0),(87224,7344,129,1,1,0,1,2447.63,1036.05,24.645,2.7683,86400,0,0,1403,0,0,0,0,0),(87225,2110,129,1,1,0,0,2446.09,1030.2,25.1632,2.85756,86400,5,0,1,0,1,0,0,0),(87226,7341,129,1,1,0,0,2462.37,1019.99,24.4924,2.46252,86400,0,1,2706,2680,2,0,0,0),(87227,7348,129,1,1,0,0,2460.89,1018.88,24.5396,2.44461,86400,0,1,3660,0,2,0,0,0),(87228,7347,129,1,1,0,0,2398.27,1017.29,37.4545,3.09463,86400,0,0,3831,0,0,0,0,0),(87229,7345,129,1,1,0,1,2378.63,981.219,55.0525,4.62224,86400,0,0,3831,0,0,0,0,0),(87230,7346,129,1,1,0,1,2387.8,995.696,53.7325,0.837758,86400,0,0,1469,0,0,0,0,0),(87231,7346,129,1,1,0,1,2380.55,994.654,53.8726,1.3179,86400,0,0,1469,0,0,0,0,0),(87232,7346,129,1,1,0,1,2384.98,989.438,54.096,0.407338,86400,0,0,1469,0,0,0,0,0),(87233,7346,129,1,1,0,1,2383.98,983.521,55.111,1.73634,86400,0,0,1469,0,0,0,0,0),(87234,2110,129,1,1,0,0,2385.57,996.948,53.851,5.34071,86400,5,0,1,0,1,0,0,0),(87235,7346,129,1,1,0,1,2407.26,1024.9,37.6334,1.21404,86400,0,0,1469,0,0,0,0,0),(87236,2110,129,1,1,0,0,2426.1,1043.16,24.5254,2.79305,86400,5,0,1,0,1,0,0,0),(87237,7347,129,1,1,0,0,2470.98,1055.94,48.3419,2.04848,86400,0,0,3831,0,0,0,0,0),(87238,7353,129,1,1,0,0,2473.98,1058.94,48.3419,1.13317,86400,0,0,3150,1097,0,0,0,0),(87239,7346,129,1,1,0,1,2465.52,1057.29,48.1456,4.13079,86400,0,0,1469,0,0,0,0,0),(87240,7346,129,1,1,0,1,2468.74,1062.34,47.7956,4.03171,86400,0,0,1469,0,0,0,0,0),(87241,7344,129,1,1,0,1,2413.04,1025.87,37.8776,4.18879,86400,0,0,1403,0,0,0,0,0),(87242,8567,129,1,1,0,0,2468.71,1006.83,23.7573,6.11095,86400,0,1,10688,0,2,0,0,0),(87243,7342,129,1,1,0,0,2377.71,988.825,54.5183,0.833919,86400,0,0,2805,2763,0,0,0,0),(87244,7347,129,1,1,0,0,2485.51,1078.35,47.6169,0.039764,86400,0,0,3831,0,0,0,0,0),(87245,7346,129,1,1,0,1,2478.47,1077.25,47.6991,4.61104,86400,0,0,1469,0,0,0,0,0),(87246,7346,129,1,1,0,1,2469.44,1073.88,47.8208,5.67638,86400,0,0,1469,0,0,0,0,0),(87247,7353,129,1,1,0,0,2475.05,1073.15,47.6738,5.15106,86400,0,0,3150,1097,0,0,0,0),(87248,7346,129,1,1,0,1,2475.1,1079.74,47.7214,0.473428,86400,0,0,1469,0,0,0,0,0),(87249,4076,129,1,1,0,0,2374.91,1045.81,25.2815,1.39991,86400,5,0,8,0,1,0,0,0),(87250,7347,129,1,1,0,0,2397.3,1092.92,31.5187,2.62714,86400,0,0,3831,0,0,0,0,0),(87251,7346,129,1,1,0,1,2399.97,1087.21,31.5187,5.9572,86400,0,0,1469,0,0,0,0,0),(87252,2110,129,1,1,0,0,2406.92,1094.91,31.4224,1.09963,86400,5,0,1,0,1,0,0,0),(87253,7346,129,1,1,0,1,2405.98,1091.24,31.602,0.418879,86400,0,0,1469,0,0,0,0,0),(87254,7346,129,1,1,0,1,2401.18,1098.33,31.5187,2.49671,86400,0,0,1469,0,0,0,0,0),(87255,7342,129,1,1,0,0,2361.95,979.992,38.9008,5.19039,86400,0,0,2805,2763,0,0,0,0),(87256,7347,129,1,1,0,0,2357.88,987.066,39.0074,2.52523,86400,0,0,3831,0,0,0,0,0),(87257,4076,129,1,1,0,0,2353.85,988.55,40.3621,2.38338,86400,5,0,8,0,1,0,0,0),(87258,7352,129,1,1,0,0,2355.65,1023.64,25.5178,3.41611,86400,0,0,3027,1067,0,0,0,0),(87259,7344,129,1,1,0,1,2344.45,1026.54,25.5295,0.956109,86400,0,0,1403,0,0,0,0,0),(87260,7348,129,1,1,0,0,2349.16,1021.62,25.3076,3.54302,86400,0,0,3660,0,0,0,0,0),(87261,7344,129,1,1,0,1,2347.51,1016.1,25.6402,0.769891,86400,0,0,1403,0,0,0,0,0),(87262,4076,129,1,1,0,0,2356.35,1034.41,25.2192,2.76465,86400,5,0,8,0,1,0,0,0),(87263,4076,129,1,1,0,0,2338.8,1001.96,26.0338,1.14298,86400,5,0,8,0,1,0,0,0),(87264,7353,129,1,1,0,0,2397.34,1102.37,31.602,6.2712,86400,0,0,3150,1097,0,0,0,0),(87265,7347,129,1,1,0,0,2364.35,945.539,42.0123,6.07286,86400,0,0,3831,0,0,0,0,0),(87266,7347,129,1,1,0,0,2363.77,950.51,41.4413,1.71042,86400,0,0,3831,0,0,0,0,0),(87267,7346,129,1,1,0,1,2355.35,952.518,41.8526,4.45059,86400,0,0,1469,0,0,0,0,0),(87268,7344,129,1,1,0,1,2318.8,975.584,26.6544,5.61897,86400,0,0,1403,0,0,0,0,0),(87269,7348,129,1,1,0,0,2322.84,968.958,26.6545,4.58991,86400,0,0,3660,0,0,0,0,0),(87270,7344,129,1,1,0,1,2327.83,974.187,26.875,3.83972,86400,0,0,1403,0,0,0,0,0),(87271,7346,129,1,1,0,1,2349.87,971.238,41.0663,4.2586,86400,0,0,1469,0,0,0,0,0),(87272,7346,129,1,1,0,1,2349.79,978.606,39.8992,1.10869,86400,0,0,1469,0,0,0,0,0),(87273,4076,129,1,1,0,0,2348.33,973.183,40.9297,5.25823,86400,5,0,8,0,1,0,0,0),(87274,4076,129,1,1,0,0,2350.52,958.644,42.5131,0.219275,86400,5,0,8,0,1,0,0,0),(87275,4076,129,1,1,0,0,2351.26,921.057,28.3562,5.16281,86400,5,0,8,0,1,0,0,0),(87276,7344,129,1,1,0,1,2337.41,925.211,28.3051,3.87935,86400,0,0,1403,0,0,0,0,0),(87277,7348,129,1,1,0,0,2342.49,930.757,27.9854,2.31183,86400,0,0,3660,0,0,0,0,0),(87278,7346,129,1,1,0,1,2358.89,946.276,42.0763,4.32424,86400,0,0,1469,0,0,0,0,0),(87279,7341,129,1,1,0,0,2327.36,962.132,26.6932,3.50811,86400,0,0,2706,2680,0,0,0,0),(87280,7344,129,1,1,0,1,2319.55,964.231,26.8144,0.220178,86400,0,0,1403,0,0,0,0,0),(87281,7341,129,1,1,0,0,2348.68,934.699,28.4524,4.76254,86400,0,0,2706,2680,0,0,0,0),(87282,7344,129,1,1,0,1,2337.26,934.076,27.8436,2.89744,86400,0,0,1403,0,0,0,0,0),(87283,4076,129,1,1,0,0,2324.85,964.073,26.6462,5.11566,86400,5,0,8,0,1,0,0,0),(87284,4436,47,1,1,0,1,2033.56,1530.4,80.65,3.4383,86400,0,0,2097,0,0,0,0,0),(87285,4436,47,1,1,0,1,2029.93,1538.71,81.0905,3.56047,86400,0,0,2097,0,0,0,0,0),(87286,4530,47,1,1,0,1,2012.42,1518.29,79.6513,0.626741,86400,3,0,2097,0,1,0,0,0),(87287,4436,47,1,1,0,1,2005.06,1597.86,81.3098,3.03687,86400,0,0,2097,0,0,0,0,0),(87288,4530,47,1,1,0,1,2015.55,1537.19,80.89,1.04361,86400,3,0,2097,0,1,0,0,0),(87289,4520,47,1,1,0,1,2019.37,1510.51,78.6182,0.962607,86400,0,1,1830,982,2,0,0,0),(87290,4435,47,1,1,0,1,2016.1,1550.59,81.2152,2.00106,86400,0,0,1953,0,0,0,0,0),(87291,4435,47,1,1,0,1,2004.75,1530.54,80.9999,4.31675,86400,0,0,1953,0,0,0,0,0),(87292,4436,47,1,1,0,1,2002.17,1572.75,81.912,4.22739,86400,0,0,2097,0,0,0,0,0),(87293,4436,47,1,1,0,1,2004.63,1556.32,80.7725,4.78123,86400,0,0,2097,0,0,0,0,0),(87294,4442,47,1,1,0,1,2020.39,1493.41,74.5037,1.79769,86400,6,0,2097,0,1,0,0,0),(87296,4530,47,1,1,0,1,1987.53,1600.03,79.8027,6.25575,86400,2,0,2097,0,1,0,0,0),(87297,4436,47,1,1,0,1,1996.96,1606.41,81.8151,3.64774,86400,0,0,2097,0,0,0,0,0),(87301,4520,47,1,1,0,1,1996.25,1630.64,80.9216,2.57618,86400,5,0,1830,982,1,0,0,0),(87302,4436,47,1,1,0,1,2000.94,1646.68,80.5056,4.34587,86400,0,0,2097,0,0,0,0,0),(87304,4514,47,1,1,0,0,2045.97,1564.23,64.7886,1.22348,86400,5,0,2097,0,1,0,0,0),(87305,4436,47,1,1,0,1,2012.39,1646.38,80.4228,3.86109,86400,0,0,2097,0,0,0,0,0),(87306,4520,47,1,1,0,1,2019.32,1660.39,82.7042,4.57276,86400,1,0,1830,982,1,0,0,0),(87307,4530,47,1,1,0,1,2032.3,1650.53,81.4707,4.05184,86400,2,0,2097,0,1,0,0,0),(87310,4514,47,1,1,0,0,2067.24,1599.55,62.8485,3.14159,86400,3,0,2097,0,1,0,0,0),(87311,4436,47,1,1,0,1,2044.06,1648.99,81.998,2.6529,86400,0,0,2097,0,0,0,0,0),(87312,4436,47,1,1,0,1,2048.13,1655.96,81.6141,2.96706,86400,0,0,2097,0,0,0,0,0),(87313,4511,47,1,1,0,0,2059.58,1617.29,62.9914,5.3058,86400,3,0,1953,0,1,0,0,0),(87314,4511,47,1,1,0,0,2065.89,1633.15,64.296,0.709751,86400,3,0,1953,0,1,0,0,0),(87315,4514,47,1,1,0,0,2066.6,1614.46,63.1546,1.48928,86400,3,0,2097,0,1,0,0,0),(87316,4442,47,1,1,0,1,2080.18,1565.26,81.7072,3.71137,86400,5,0,2097,0,1,0,0,0),(87317,4512,47,1,1,0,0,2068.1,1660.41,61.2547,1.12516,86400,3,0,2250,0,1,0,0,0),(87318,4514,47,1,1,0,0,2080.52,1674.64,61.2673,4.32842,86400,3,0,2097,0,1,0,0,0),(87319,4514,47,1,1,0,0,2032.57,1727.98,60.6265,2.50425,86400,3,0,2097,0,1,0,0,0),(87320,4514,47,1,1,0,0,2044.24,1709.91,59.7183,2.13508,86400,3,0,2097,0,1,0,0,0),(87321,4541,47,1,1,0,0,2061.45,1646.19,61.9304,0.259645,86400,0,1,2250,0,2,0,0,0),(87322,4511,47,1,1,0,0,2061.73,1701.93,58.3124,2.9891,86400,3,0,1953,0,1,0,0,0),(87323,4442,47,1,1,0,1,2101.38,1594.22,80.493,2.3911,86400,1,0,2097,0,1,0,0,0),(87324,4511,47,1,1,0,0,2115.27,1665.87,59.4845,2.30383,86400,3,0,1953,0,1,0,0,0),(87325,4519,47,1,1,0,1,2103.36,1601.37,80.8787,4.44461,86400,1,0,1830,655,1,0,0,0),(87326,4516,47,1,1,0,1,2107.68,1609.01,80.7722,4.79965,86400,1,0,2248,2450,1,0,0,0),(87327,4525,47,1,1,0,1,2117.18,1693.67,80.5766,5.96903,86400,0,0,2433,852,0,0,0,0),(87328,4518,47,1,1,0,1,2072.74,1728.61,77.0211,1.3439,86400,0,0,1830,655,0,0,0,0),(87329,6035,47,1,1,0,1,2066.02,1742.89,76.7197,0.174533,86400,0,0,2097,0,0,0,0,0),(87330,4525,47,1,1,0,1,2065.17,1733.95,76.6257,0.349066,86400,0,0,2433,852,0,0,0,0),(87331,4525,47,1,1,0,1,2122.63,1707.94,80.495,4.83456,86400,0,0,2433,852,0,0,0,0),(87332,4518,47,1,1,0,1,2128.07,1619.58,81.6695,5.20059,86400,0,0,1830,655,0,0,0,0),(87333,4516,47,1,1,0,1,2115.27,1580.91,81.4457,3.60296,86400,1,0,2248,2450,1,0,0,0),(87334,4442,47,1,1,0,1,2132.31,1584.01,81.5,0.791037,86400,0,0,2097,0,0,0,0,0),(87335,4519,47,1,1,0,1,2092.09,1556.07,81.2769,2.55439,86400,5,0,1830,655,1,0,0,0),(87336,4516,47,1,1,0,1,2121.33,1569.75,80.5072,1.95454,86400,5,0,2248,2450,1,0,0,0),(87337,4518,47,1,1,0,1,2132.76,1613.51,81.8362,0.340052,86400,0,0,1830,655,0,0,0,0),(87338,4532,47,1,1,0,1,2146.03,1614.74,81.6781,4.85866,86400,0,0,2250,0,0,0,0,0),(87340,4532,47,1,1,0,1,2138.38,1630.94,81.7384,1.32335,86400,0,0,2250,0,0,0,0,0),(87342,4519,47,1,1,0,1,2106.03,1551.15,81.6238,2.23835,86400,1,0,1830,655,1,0,0,0),(87343,4519,47,1,1,0,1,2103.12,1539.16,87.1971,6.11408,86400,0,0,1830,655,0,0,0,0),(87344,4516,47,1,1,0,1,2111.93,1550.17,81.6238,0.545883,86400,1,0,2248,2450,1,0,0,0),(87345,4442,47,1,1,0,1,2131.74,1573.88,81.4973,4.40274,86400,0,0,2097,0,0,0,0,0),(87346,6168,47,1,1,0,1,2142.99,1581.57,80.3842,3.08923,86400,0,0,1953,693,0,0,0,0),(87347,4516,47,1,1,0,1,2139.5,1588.47,80.7736,3.82997,86400,1,0,2248,2450,1,0,0,0),(87349,4623,47,1,1,0,1,2132.34,1657.14,82.0877,4.72984,86400,0,0,2250,0,0,0,0,0),(87350,4623,47,1,1,0,1,2125.63,1658.24,82.385,5.96903,86400,0,0,2250,0,0,0,0,0),(87351,4442,47,1,1,0,1,2030.6,1498.11,72.9933,2.33874,86400,6,0,2097,0,1,0,0,0),(87352,4523,47,1,1,0,1,2158.89,1549.53,72.0155,5.16617,86400,0,0,1830,655,0,0,0,0),(87353,4523,47,1,1,0,1,2152.3,1539.39,72.9732,5.74726,86400,0,0,1830,655,0,0,0,0),(87354,4442,47,1,1,0,1,2137.49,1506.01,72.6925,4.3872,86400,0,1,2097,0,2,0,0,0),(87355,4442,47,1,1,0,1,2152.14,1525.3,72.9292,4.19474,86400,2,0,2097,0,1,0,0,0),(87356,4623,47,1,1,0,1,2161.15,1628.09,81.7039,1.72788,86400,0,0,2250,0,0,0,0,0),(87357,4424,47,1,1,0,1,2082.31,1463.54,73.1789,5.46288,86400,0,0,3450,2196,0,0,0,0),(87358,4531,47,1,1,0,1,2104.29,1469.47,73.7013,5.53269,86400,0,0,2196,756,0,0,0,0),(87359,4442,47,1,1,0,1,2036.76,1475.77,67.6265,2.25853,86400,0,0,2097,0,0,0,0,0),(87360,4522,47,1,1,0,1,2122.21,1485.49,73.082,4.21812,86400,0,0,1830,655,0,0,0,0),(87362,4442,47,1,1,0,1,2169.8,1522.93,71.2909,0.226893,86400,0,0,2097,0,0,0,0,0),(87363,4516,47,1,1,0,1,2155.97,1500.49,67.5142,3.82223,86400,0,1,2248,2450,2,0,0,0),(87364,4523,47,1,1,0,1,2135.65,1493.45,73.0833,0.447883,86400,0,0,1830,655,0,0,0,0),(87365,4532,47,1,1,0,1,2154.73,1494.14,67.932,0.186359,86400,0,0,2250,0,0,0,0,0),(87367,4442,47,1,1,0,1,2160.14,1507.1,67.0769,0.885894,86400,0,0,2097,0,0,0,0,0),(87368,4442,47,1,1,0,1,2157.61,1508.76,67.4724,0.852833,86400,0,0,2097,0,0,0,0,0),(87370,4516,47,1,1,0,1,2064.3,1459.09,67.4689,0.511291,86400,2,0,2248,2450,1,0,0,0),(87371,4531,47,1,1,0,1,2101.57,1450.09,73.8959,1.93731,86400,0,0,2196,756,0,0,0,0),(87372,4516,47,1,1,0,1,2132.69,1461.15,66.3519,5.21432,86400,2,0,2248,2450,1,0,0,0),(87373,4523,47,1,1,0,1,2078.71,1443.38,66.6624,1.18513,86400,0,0,1830,655,0,0,0,0),(87374,4442,47,1,1,0,1,2182.08,1526.04,71.5105,3.31613,86400,0,0,2097,0,0,0,0,0),(87375,4442,47,1,1,0,1,2152.56,1474.26,67.0982,2.98618,86400,2,0,2097,0,1,0,0,0),(87377,4442,47,1,1,0,1,2178.74,1496.08,73.0912,4.17241,86400,0,1,2097,0,2,0,0,0),(87378,4440,47,1,1,0,1,2183.11,1596.42,79.9248,5.85803,86400,2,0,1830,655,1,0,0,0),(87379,4515,47,1,1,0,1,2191.84,1498.61,73.4284,2.04204,86400,0,0,1830,655,0,0,0,0),(87380,4442,47,1,1,0,1,2194.78,1501.7,73.3301,1.8675,86400,0,0,2097,0,0,0,0,0),(87381,4518,47,1,1,0,1,2207.6,1611.83,81.6424,4.99159,86400,2,0,1830,655,1,0,0,0),(87382,4440,47,1,1,0,1,2177.46,1638.82,81.1093,3.66033,86400,0,0,1830,655,0,0,0,0),(87383,4623,47,1,1,0,1,2159.3,1636,81.8871,5.3058,86400,0,0,2250,0,0,0,0,0),(87384,4525,47,1,1,0,1,2189.81,1608.4,80.4038,2.44378,86400,0,0,2433,852,0,0,0,0),(87385,4525,47,1,1,0,1,2182.19,1623.39,81.4333,5.16836,86400,0,0,2433,852,0,0,0,0),(87386,4420,47,1,1,0,1,2203.13,1640.05,85.9022,4.7822,86400,0,0,5600,0,0,0,0,0),(87387,4438,47,1,1,0,1,2205.98,1644.75,85.927,4.76475,86400,0,0,1048,0,0,0,0,0),(87388,4438,47,1,1,0,1,2198.4,1642.08,86.0778,4.93928,86400,0,0,1048,0,0,0,0,0),(87389,4518,47,1,1,0,1,2213.49,1602.72,81.305,5.09984,86400,2,0,1830,655,1,0,0,0),(87390,4511,47,1,1,0,0,2166,1686.35,58.7368,2.93215,86400,3,0,1953,0,1,0,0,0),(87391,4511,47,1,1,0,0,2149.51,1685.73,58.4076,6.07375,86400,3,0,1953,0,1,0,0,0),(87392,4514,47,1,1,0,0,2149.64,1674.07,58.9446,3.71252,86400,3,0,2097,0,1,0,0,0),(87393,4623,47,1,1,0,1,2145.39,1626.96,81.6809,1.88496,86400,0,0,2250,0,0,0,0,0),(87394,4623,47,1,1,0,1,2142.8,1626.55,81.6695,2.04204,86400,0,0,2250,0,0,0,0,0),(87395,4516,47,1,1,0,1,2099.47,1436.66,63.6857,2.69286,86400,2,0,2248,2450,1,0,0,0),(87396,4442,47,1,1,0,1,2116.94,1439.54,64.0232,4.485,86400,0,1,2097,0,2,0,0,0),(87397,4442,47,1,1,0,1,2124.19,1434.84,64.4478,2.3911,86400,0,0,2097,0,0,0,0,0),(87398,4442,47,1,1,0,1,2119.56,1430.03,64.191,2.51327,86400,0,0,2097,0,0,0,0,0),(87399,4440,47,1,1,0,1,2143.63,1430.93,75.9218,2.32917,86400,0,0,1830,655,0,0,0,0),(87400,4428,47,1,1,0,1,2146.43,1411.24,73.9538,1.5708,86400,0,0,3450,1464,0,0,0,0),(87401,4515,47,1,1,0,1,2140.53,1413.85,73.8868,0.872665,86400,0,0,1830,655,0,0,0,0),(87402,4523,47,1,1,0,1,2143.27,1450.44,77.9961,3.27257,86400,0,0,1830,655,0,0,0,0),(87403,4523,47,1,1,0,1,2155.1,1429.69,74.3329,4.68963,86400,0,0,1830,655,0,0,0,0),(87404,4522,47,1,1,0,1,2163.2,1460.34,73.8618,5.92303,86400,0,0,1830,655,0,0,0,0),(87405,4523,47,1,1,0,1,2154.74,1414.62,74.248,2.00713,86400,0,0,1830,655,0,0,0,0),(87407,4522,47,1,1,0,1,2178.63,1474.3,72.359,5.17167,86400,0,0,1830,655,0,0,0,0),(87408,4520,47,1,1,0,1,2183.96,1480.54,72.9076,5.19729,86400,0,0,1830,982,0,0,0,0),(87411,4623,47,1,1,0,1,2181.49,1569.14,74.8526,4.27606,86400,0,0,2250,0,0,0,0,0),(87412,4623,47,1,1,0,1,2174.52,1571.72,75.023,4.5204,86400,0,0,2250,0,0,0,0,0),(87413,4511,47,1,1,0,0,2167.05,1701.62,55.0645,0.609866,86400,3,0,1953,0,1,0,0,0),(87414,4518,47,1,1,0,1,2129.74,1707.63,80.1145,4.31096,86400,1,0,1830,655,1,0,0,0),(87415,4514,47,1,1,0,0,2152.54,1722.03,52.0952,4.2182,86400,3,0,2097,0,1,0,0,0),(87416,4512,47,1,1,0,0,2069.06,1701.43,57.604,0.081818,86400,3,0,2250,0,1,0,0,0),(87417,4511,47,1,1,0,0,2122.66,1738.86,52.8069,5.86431,86400,3,0,1953,0,1,0,0,0),(87418,4623,47,1,1,0,1,2091.51,1747.41,77.6711,3.87463,86400,0,0,2250,0,0,0,0,0),(87419,4623,47,1,1,0,1,2088.14,1753.08,77.7836,3.38594,86400,0,0,2250,0,0,0,0,0),(87420,4511,47,1,1,0,0,2138.32,1744.36,52.5633,4.83456,86400,3,0,1953,0,1,0,0,0),(87421,6035,47,1,1,0,1,2133.73,1699,80.8284,3.01942,86400,0,0,2097,0,0,0,0,0),(87422,4514,47,1,1,0,0,2112.07,1785.14,48.3863,1.91986,86400,5,0,2097,0,1,0,0,0),(87423,4511,47,1,1,0,0,2046.61,1765.31,59.4647,4.47792,86400,3,0,1953,0,1,0,0,0),(87424,4514,47,1,1,0,0,2080.08,1784.59,54.7743,3.77963,86400,3,0,2097,0,1,0,0,0),(87425,4511,47,1,1,0,0,2122.35,1795.3,47.4118,3.84249,86400,5,0,1953,0,1,0,0,0),(87426,4541,47,1,1,0,0,2116.68,1791.75,47.8211,6.1975,86400,0,0,2250,0,0,0,0,0),(87427,4514,47,1,1,0,0,2034.61,1761.75,60.3106,5.41052,86400,3,0,2097,0,1,0,0,0),(87428,4511,47,1,1,0,0,2108.24,1802.07,48.2446,4.34587,86400,3,0,1953,0,1,0,0,0),(87429,4541,47,1,1,0,0,2033.69,1758.07,60.359,4.32145,86400,0,1,2250,0,2,0,0,0),(87430,4623,47,1,1,0,1,2094.39,1773.56,78.3322,4.41863,86400,0,1,2250,0,2,0,0,0),(87431,4623,47,1,1,0,1,2090.83,1774.64,78.2311,4.41864,86400,0,1,2250,0,2,0,0,0),(87432,4511,47,1,1,0,0,2137.51,1801.25,47.2841,3.92376,86400,3,0,1953,0,1,0,0,0),(87433,4623,47,1,1,0,1,2112.36,1822.53,80.5358,4.01426,86400,0,0,2250,0,0,0,0,0),(87434,4623,47,1,1,0,1,2105.5,1822.47,79.8917,4.76475,86400,0,0,2250,0,0,0,0,0),(87435,4541,47,1,1,0,0,2070.68,1846.22,55.0831,0.164225,86400,0,1,2250,0,2,0,0,0),(87436,4512,47,1,1,0,0,2067.03,1848.41,55.3226,3.0186,86400,3,0,2250,0,1,0,0,0),(87437,4514,47,1,1,0,0,2070.68,1850.47,54.8515,1.12912,86400,3,0,2097,0,1,0,0,0),(87438,4514,47,1,1,0,0,2037.19,1861.59,55.9585,5.81195,86400,3,0,2097,0,1,0,0,0),(87439,4514,47,1,1,0,0,2038.64,1851.96,56.2026,0.087266,86400,3,0,2097,0,1,0,0,0),(87440,4511,47,1,1,0,0,2091.11,1860.09,51.0466,5.74213,86400,3,0,1953,0,1,0,0,0),(87441,4511,47,1,1,0,0,2117.48,1851.08,49.4163,3.36736,86400,5,0,1953,0,1,0,0,0),(87442,4510,47,1,1,0,0,2186.77,1789.49,65.149,0.890118,86400,0,0,92,0,0,0,0,0),(87443,4437,47,1,1,0,1,2184.15,1806.62,64.4971,1.43117,86400,0,0,2097,0,0,0,0,0),(87444,4514,47,1,1,0,0,2136.7,1847.94,48.7465,2.61795,86400,3,0,2097,0,1,0,0,0),(87445,4508,47,1,1,0,0,2194.38,1791.69,65.5727,2.11185,86400,0,0,2400,0,0,0,0,0),(87446,4437,47,1,1,0,1,2162.25,1857.61,56.9991,2.76155,86400,0,1,2097,0,2,0,0,0),(87447,4437,47,1,1,0,1,2196.63,1805.74,64.9593,2.14675,86400,0,0,2097,0,0,0,0,0),(87448,4517,47,1,1,0,1,2178.31,1844.27,58.402,5.20154,86400,2,0,1830,1965,1,0,0,0),(87449,4517,47,1,1,0,1,2193.06,1836.15,60.3219,3.77636,86400,5,0,1830,1965,1,0,0,0),(87450,4437,47,1,1,0,1,2195.43,1817.05,62.2787,3.32956,86400,2,0,2097,0,1,0,0,0),(87451,4437,47,1,1,0,1,2185.42,1828.12,60.8356,4.73733,86400,2,0,2097,0,1,0,0,0),(87452,4437,47,1,1,0,1,2161.58,1861.86,56.8861,3.76991,86400,0,0,2097,0,0,0,0,0),(87453,4437,47,1,1,0,1,2163.72,1852.09,56.9746,3.05433,86400,0,0,2097,0,0,0,0,0),(87454,4623,47,1,1,0,1,2110.01,1886.77,72.0235,5.044,86400,0,0,2250,0,0,0,0,0),(87455,4623,47,1,1,0,1,2116.88,1883.83,71.6591,4.13643,86400,0,0,2250,0,0,0,0,0),(87456,4517,47,1,1,0,1,2178.34,1855.08,58.1964,3.70765,86400,2,0,1830,1965,1,0,0,0),(87457,4517,47,1,1,0,1,2190.8,1862.36,58.5014,2.33087,86400,2,0,1830,1965,1,0,0,0),(87458,4518,47,1,1,0,1,2141.91,1918.87,66.5693,4.34914,86400,0,0,1830,655,0,0,0,0),(87459,4538,47,1,1,0,0,2078.21,1962.31,63.0147,5.65254,86400,3,0,2250,0,1,0,0,0),(87460,4538,47,1,1,0,0,2056.44,1920.13,69.4711,2.73908,86400,3,0,2250,0,1,0,0,0),(87461,4538,47,1,1,0,0,2081.88,1939.52,65.5034,4.63723,86400,3,0,2250,0,1,0,0,0),(87462,4539,47,1,1,0,0,2081.03,1945.39,63.9449,1.96165,86400,3,0,2250,0,1,0,0,0),(87463,4538,47,1,1,0,0,2062.59,1938.86,64.7527,1.56869,86400,3,0,2250,0,1,0,0,0),(87464,4538,47,1,1,0,0,2092.03,1966.71,64.9646,0.428552,86400,3,0,2250,0,1,0,0,0),(87465,4623,47,1,1,0,1,2156.87,1934.31,65.7587,0.628319,86400,0,0,2250,0,0,0,0,0),(87466,4440,47,1,1,0,1,2145.96,1931.02,67.293,1.00215,86400,2,0,1830,655,1,0,0,0),(87467,4538,47,1,1,0,0,2115.17,1983.69,65.5089,1.03096,86400,3,0,2250,0,1,0,0,0),(87468,4539,47,1,1,0,0,2104.03,1983.46,64.8704,1.91355,86400,3,0,2250,0,1,0,0,0),(87469,4539,47,1,1,0,0,2077.04,1981.47,63.4643,3.90556,86400,5,0,2250,0,1,0,0,0),(87470,4538,47,1,1,0,0,2188.91,1974.78,55.7724,4.01327,86400,3,0,2250,0,1,0,0,0),(87471,4538,47,1,1,0,0,2151.14,1964.97,63.8306,4.67624,86400,3,0,2250,0,1,0,0,0),(87472,4538,47,1,1,0,0,2151.72,1988.22,59.9977,1.71821,86400,3,0,2250,0,1,0,0,0),(87473,4538,47,1,1,0,0,2161.92,1961.04,58.5643,1.52629,86400,3,0,2250,0,1,0,0,0),(87474,4538,47,1,1,0,0,2135.6,1978.41,60.1695,4.4854,86400,3,0,2250,0,1,0,0,0),(87475,4539,47,1,1,0,0,2161.05,1994.36,60.9008,4.02457,86400,3,0,2250,0,1,0,0,0),(87476,4538,47,1,1,0,0,2164.3,1954.43,58.1978,2.01097,86400,3,0,2250,0,1,0,0,0),(87477,4538,47,1,1,0,0,2128.13,2000.48,64.2687,6.08115,86400,3,0,2250,0,1,0,0,0),(87478,4427,47,1,1,0,1,2067.27,1999.35,64.9261,5.72468,86400,0,0,1953,2079,0,0,0,0),(87479,4519,47,1,1,0,1,2071.89,2004.52,63.3572,5.44543,86400,0,0,1830,655,0,0,0,0),(87480,4427,47,1,1,0,1,2076.73,2009.28,62.5202,5.23599,86400,0,0,1953,2079,0,0,0,0),(87481,4625,47,1,1,0,0,2069.23,2015.3,64.0441,2.40855,86400,0,0,328,0,0,0,0,0),(87482,4625,47,1,1,0,0,2063.81,2008.77,64.2132,2.47837,86400,0,0,328,0,0,0,0,0),(87483,4539,47,1,1,0,0,2131.13,2006.93,64.8492,4.33878,86400,3,0,2250,0,1,0,0,0),(87484,4539,47,1,1,0,0,2143.74,2012.88,65.5523,2.77843,86400,5,0,2250,0,1,0,0,0),(87485,4425,47,1,1,0,0,2200.76,1978.19,56.7228,3.735,86400,0,0,4000,0,0,0,0,0),(87486,4422,47,1,1,0,0,1994.4,1976.44,63.292,0.750492,86400,0,1,6400,0,2,0,0,0),(87487,4421,47,1,1,0,1,2190.4,1864.29,79.1389,1.37881,86400,0,0,6900,2196,0,0,0,0),(87488,6035,47,1,1,0,1,2160.86,1929.84,65.8223,0.855211,86400,0,0,2097,0,0,0,0,0),(87489,6035,47,1,1,0,1,2161.93,1920.36,66.592,5.78799,86400,0,0,2097,0,0,0,0,0),(56630,11671,409,1,1,12168,0,1034.73,-972.43,-181.188,2.82838,7200,5,0,47160,0,1,0,0,0),(56629,11671,409,1,1,12168,0,1036.19,-963.074,-179.813,1.11117,7200,5,0,47160,0,1,0,0,0),(56628,12099,409,1,1,5781,0,698.831,-507.815,-214.691,6.02004,7200,0,0,61040,0,0,0,0,0),(56626,12099,409,1,1,5781,0,685.026,-504.096,-214.37,6.02004,7200,0,0,61040,0,0,0,0,0),(56622,12099,409,1,1,5781,0,683.891,-496.467,-213.892,6.02003,7200,0,0,61040,0,0,0,0,0),(56620,12099,409,1,1,5781,0,688.558,-490.401,-213.735,6.02003,7200,0,0,61040,0,0,0,0,0),(56619,12099,409,1,1,5781,0,693.192,-494.994,-214.185,0,7200,0,0,61040,0,0,0,0,0),(56616,12099,409,1,1,5781,0,693.289,-502.757,-214.36,0,7200,0,0,61040,0,0,0,0,0),(56610,12099,409,1,1,5781,0,688.943,-508.177,-214.46,4.83456,7200,0,0,61040,0,0,0,0,0),(56609,12057,409,1,1,12110,0,691.018,-498.387,-214.266,6.02004,604800,10,0,1500840,0,1,0,0,0),(56608,12264,409,1,1,13032,1,587.303,-801.975,-205.158,0.23952,604800,0,0,801240,50805,2,0,0,0),(56607,12119,409,1,1,12030,1,1038.51,-982.952,-181.258,5.8443,7200,0,0,90650,25680,2,0,0,0),(56606,12119,409,1,1,12030,1,1035.67,-989.742,-181.776,6.18019,7200,0,0,90650,25680,2,0,0,0),(56605,12118,409,1,1,13031,1,1037.02,-986.342,-181.516,5.93384,604800,0,0,801240,50805,2,0,0,0),(56604,11669,409,1,1,12190,0,976.438,-895.323,-171.901,2.30473,7200,3,0,9432,0,1,0,0,0),(56603,11669,409,1,1,12190,0,976.046,-888.556,-171.926,4.41568,7200,3,0,9432,0,1,0,0,0),(56602,11669,409,1,1,12190,0,971.108,-895.754,-172.913,0.678496,7200,3,0,9432,0,1,0,0,0),(56601,11669,409,1,1,12190,0,963.543,-901.374,-176.262,1.92479,7200,3,0,9432,0,1,0,0,0),(56599,11669,409,1,1,12190,0,964.508,-889.874,-173.89,2.16215,7200,3,0,9432,0,1,0,0,0),(56598,11669,409,1,1,12190,0,958.709,-894.308,-175.309,1.78288,7200,3,0,9432,0,1,0,0,0),(56597,11669,409,1,1,12190,0,968.984,-883.877,-173.347,2.42601,7200,3,0,9432,0,1,0,0,0),(56596,11669,409,1,1,12190,0,962.605,-886.837,-173.335,3.50033,7200,3,0,9432,0,1,0,0,0),(56595,11669,409,1,1,12190,0,954.811,-887.196,-174.197,5.18385,7200,3,0,9432,0,1,0,0,0),(56594,11669,409,1,1,12190,0,954.195,-878.481,-173.891,3.24631,7200,3,0,9432,0,1,0,0,0),(56593,11669,409,1,1,12190,0,1043.4,-864.498,-158.811,2.6263,7200,3,0,9432,0,1,0,0,0),(56592,11669,409,1,1,12190,0,1047.92,-861.605,-159.323,4.95183,7200,3,0,9432,0,1,0,0,0),(56591,11669,409,1,1,12190,0,1045.71,-855.841,-158.773,2.12026,7200,3,0,9432,0,1,0,0,0),(56590,11669,409,1,1,12190,0,1052.31,-864.566,-159.504,3.91108,7200,3,0,9432,0,1,0,0,0),(56589,11669,409,1,1,12190,0,1056.73,-860.603,-159.178,3.38149,7200,3,0,9432,0,1,0,0,0),(56588,11669,409,1,1,12190,0,1059.94,-866.431,-159.648,1.15287,7200,3,0,9432,0,1,0,0,0),(56587,11669,409,1,1,12190,0,1061.16,-858.424,-159.333,1.92597,7200,3,0,9432,0,1,0,0,0),(56586,11669,409,1,1,12190,0,1063.81,-861.622,-158.82,4.97039,7200,3,0,9432,0,1,0,0,0),(56585,11669,409,1,1,12190,0,1063.67,-865.644,-159.007,0.441328,7200,3,0,9432,0,1,0,0,0),(56584,11669,409,1,1,12190,0,1051,-857.905,-158.564,4.43539,7200,3,0,9432,0,1,0,0,0),(56583,11669,409,1,1,12190,0,1067.16,-891.505,-156.469,0.593412,7200,0,0,9432,0,0,0,0,0),(56582,11669,409,1,1,12190,0,1060.13,-893.888,-157.256,1.8326,7200,0,0,9432,0,0,0,0,0),(56581,11669,409,1,1,12190,0,1061.81,-900.108,-159.11,2.96706,7200,0,0,9432,0,0,0,0,0),(56580,11669,409,1,1,12190,0,1063.37,-897.697,-158.136,1.32645,7200,0,0,9432,0,0,0,0,0),(56579,11669,409,1,1,12190,0,1063.88,-893.547,-157.01,2.74017,7200,0,0,9432,0,0,0,0,0),(56578,11669,409,1,1,12190,0,1061.65,-890.32,-156.379,0.122173,7200,0,0,9432,0,0,0,0,0),(56577,11669,409,1,1,12190,0,1068.88,-900.07,-158.184,5.32325,7200,0,0,9432,0,0,0,0,0),(56576,11669,409,1,1,12190,0,1068.98,-894.973,-157.023,2.53073,7200,0,0,9432,0,0,0,0,0),(56575,11669,409,1,1,12190,0,1069.77,-891.972,-156.307,0.069813,7200,0,0,9432,0,0,0,0,0),(56574,11669,409,1,1,12190,0,1073.91,-896.305,-156.789,1.39626,7200,0,0,9432,0,0,0,0,0),(56573,11669,409,1,1,12190,0,1032.38,-907.033,-160.374,2.07902,7200,5,0,9432,0,1,0,0,0),(56572,11669,409,1,1,12190,0,1026.35,-889.125,-160.916,0.750492,7200,0,0,9432,0,0,0,0,0),(56571,11669,409,1,1,12190,0,1027.23,-893.86,-161.051,5.72468,7200,0,0,9432,0,0,0,0,0),(56570,11669,409,1,1,12190,0,1026.41,-900.375,-161.546,4.01426,7200,0,0,9432,0,0,0,0,0),(56569,11669,409,1,1,12190,0,1026.62,-906.913,-161.835,2.70354,7200,5,0,9432,0,1,0,0,0),(56568,11669,409,1,1,12190,0,1037.91,-907.375,-159.63,2.20598,7200,5,0,9432,0,1,0,0,0),(56567,11669,409,1,1,12190,0,1031.86,-903.127,-160.348,6.17846,7200,0,0,9432,0,0,0,0,0),(56566,11669,409,1,1,12190,0,1033.92,-897.279,-159.873,3.94444,7200,0,0,9432,0,0,0,0,0),(56565,11669,409,1,1,12190,0,1034.46,-891.486,-159.556,3.92699,7200,0,0,9432,0,0,0,0,0),(56564,11669,409,1,1,12190,0,1033.44,-886.828,-159.574,0.174533,7200,0,0,9432,0,0,0,0,0),(56563,11669,409,1,1,12190,0,1045.65,-892.618,-157.81,4.03171,7200,0,0,9432,0,0,0,0,0),(56562,11669,409,1,1,12190,0,1040,-891.344,-158.877,3.7001,7200,0,0,9432,0,0,0,0,0),(56561,11669,409,1,1,12190,0,1040.79,-898.042,-159.13,5.25344,7200,0,0,9432,0,0,0,0,0),(56560,11669,409,1,1,12190,0,1042.78,-888.768,-157.825,4.79965,7200,0,0,9432,0,0,0,0,0),(56559,11669,409,1,1,12190,0,1044.42,-899.307,-158.771,6.05629,7200,0,0,9432,0,0,0,0,0),(56558,11669,409,1,1,12190,0,1042.78,-895.115,-158.649,3.68265,7200,0,0,9432,0,0,0,0,0),(56557,11669,409,1,1,12190,0,1046.76,-889.494,-157.256,1.01229,7200,0,0,9432,0,0,0,0,0),(56556,11669,409,1,1,12190,0,1052.1,-895.145,-158.422,1.69297,7200,0,0,9432,0,0,0,0,0),(56555,11669,409,1,1,12190,0,1052.21,-890.174,-156.87,3.1765,7200,0,0,9432,0,0,0,0,0),(56549,11669,409,1,1,12190,0,1051.86,-887.561,-156.09,3.14159,7200,0,0,9432,0,0,0,0,0),(248432,13022,429,1,1,0,0,115.228,-192.819,-55.0426,2.91091,86400,2,0,1900,0,1,0,0,0),(248431,13022,429,1,1,0,0,118.955,-189.796,-54.6273,3.18426,86400,2,0,1900,0,1,0,0,0),(248430,13022,429,1,1,0,0,122.508,-193.592,-55.2534,3.11933,86400,2,0,1900,0,1,0,0,0),(248429,11490,429,1,1,0,0,-34.983,-448,-37.8785,0.191986,86400,0,0,22272,0,0,0,0,0),(248428,13276,429,1,1,0,0,-1.03906,-435.259,-37.9609,5.92277,86400,2,0,3644,0,1,0,0,0),(248427,13276,429,1,1,0,0,7.73413,-443.673,-37.8776,3.12414,86400,2,0,3644,0,1,0,0,0),(248426,13276,429,1,1,0,0,1.53725,-438.741,-37.9606,1.07755,86400,2,0,3644,0,1,0,0,0),(248425,13276,429,1,1,0,0,1.65759,-434.832,-37.9608,0.775787,86400,2,0,3644,0,1,0,0,0),(248424,13276,429,1,1,0,0,7.56612,-440.69,-37.8779,3.89208,86400,2,0,3644,0,1,0,0,0),(248423,11457,429,1,1,0,0,4.60055,-437.18,-37.8782,4.27606,86400,2,0,6477,4326,1,0,0,0),(248422,11456,429,1,1,0,1,4.50979,-386.047,-58.5316,1.16937,86400,2,0,8097,0,1,0,0,0),(248421,11456,429,1,1,0,1,-57.0053,-401.183,-58.5854,0,86400,0,0,8097,0,2,0,0,0),(248420,11456,429,1,1,0,1,46.9284,-465.54,-58.631,0,86400,0,0,8097,0,2,0,0,0),(248419,11456,429,1,1,0,1,-148.751,-487.5,-36.871,0,86400,0,0,8097,0,2,0,0,0),(248418,13280,429,1,1,0,0,4.57887,-438.407,-59.954,0,86400,5,0,22270,6723,1,0,0,0),(248417,13321,429,1,1,0,0,-21.032,-425.93,-58.1864,1.81514,86400,0,0,42,0,0,0,0,0),(248416,13321,429,1,1,0,0,-21.3831,-431.467,-58.527,3.7001,86400,0,0,42,0,0,0,0,0),(248415,13321,429,1,1,0,0,1.08285,-427.635,-58.2154,0.942478,86400,0,0,42,0,0,0,0,0),(248414,11452,429,1,1,0,1,-96.6476,-388.518,-58.52,4.5204,86400,2,0,8097,0,1,0,0,0),(248413,11452,429,1,1,0,1,-84.0613,-392.13,-58.4799,0.959931,86400,2,0,8097,0,1,0,0,0),(248412,11453,429,1,1,0,0,-79.7413,-389.324,-58.5109,1.25664,86400,2,0,6477,3244,1,0,0,0),(248411,11453,429,1,1,0,0,-90.2836,-391.934,-58.4822,3.01942,86400,2,0,6477,3244,1,0,0,0),(248410,11452,429,1,1,0,1,-28.3503,-391.94,-58.618,2.83299,86400,2,0,8097,0,1,0,0,0),(248409,11452,429,1,1,0,1,-16.0019,-395.454,-58.5304,4.55531,86400,2,0,8097,0,1,0,0,0),(248408,11453,429,1,1,0,0,-10.3481,-393.132,-58.5304,1.90241,86400,2,0,6477,3244,1,0,0,0),(248407,11453,429,1,1,0,0,-23.6704,-398.692,-58.6164,0.80207,86400,2,0,6477,3244,1,0,0,0),(248406,13276,429,1,1,0,0,43.4029,-392.169,-58.5266,4.11898,86400,2,0,3644,0,1,0,0,0),(248405,13276,429,1,1,0,0,34.4894,-396.159,-58.5277,1.20428,86400,2,0,3644,0,1,0,0,0),(248404,13276,429,1,1,0,0,40.4389,-397.353,-58.5258,1.71042,86400,2,0,3644,0,1,0,0,0),(248403,13276,429,1,1,0,0,42.2916,-388.172,-58.5281,5.48033,86400,2,0,3644,0,1,0,0,0),(248402,13276,429,1,1,0,0,32.1917,-393.651,-58.6118,0.535442,86400,2,0,3644,0,1,0,0,0),(248401,11457,429,1,1,0,0,37.3552,-392.268,-58.5272,2.37365,86400,2,0,6477,4326,1,0,0,0),(248400,11452,429,1,1,0,1,74.9546,-417.913,-58.5995,0.030332,86400,2,0,8097,0,1,0,0,0),(248399,11452,429,1,1,0,1,70.4284,-429.825,-58.6012,0.320256,86400,2,0,8097,0,1,0,0,0),(248398,11453,429,1,1,0,0,68.7285,-422.43,-58.6015,5.77543,86400,2,0,6477,3244,1,0,0,0),(248397,11453,429,1,1,0,0,74.8293,-435.001,-58.5152,1.06465,86400,2,0,6477,3244,1,0,0,0),(248396,13276,429,1,1,0,0,-10.9179,-456.242,-58.6249,0.31074,86400,2,0,3644,0,1,0,0,0),(248395,13276,429,1,1,0,0,-3.05802,-456.817,-58.5464,0.366519,86400,2,0,3644,0,1,0,0,0),(248394,13276,429,1,1,0,0,-6.83229,-455.483,-58.5433,0.366519,86400,2,0,3644,0,1,0,0,0),(248393,13276,429,1,1,0,0,-14.1565,-460.888,-58.6237,4.10695,86400,2,0,3644,0,1,0,0,0),(248392,13276,429,1,1,0,0,-3.22096,-460.538,-58.549,1.3439,86400,2,0,3644,0,1,0,0,0),(248391,11457,429,1,1,0,0,-6.88377,-459.375,-58.5461,0.872665,86400,2,0,6477,4326,1,0,0,0),(248390,13276,429,1,1,0,0,-71.6369,-440.319,-58.6128,0.256474,86400,2,0,3644,0,1,0,0,0),(248389,13276,429,1,1,0,0,-61.434,-444.802,-58.5307,6.16101,86400,2,0,3644,0,1,0,0,0),(248388,13276,429,1,1,0,0,-72.5177,-436.876,-58.611,4.10582,86400,2,0,3644,0,1,0,0,0),(248387,13276,429,1,1,0,0,-64.4045,-442.443,-58.6145,1.04908,86400,2,0,3644,0,1,0,0,0),(248386,13276,429,1,1,0,0,-70.9053,-439.957,-58.6127,0.913746,86400,2,0,3644,0,1,0,0,0),(248385,11457,429,1,1,0,0,-69.0547,-442.536,-58.6142,1.13804,86400,2,0,6477,4326,1,0,0,0),(248384,11452,429,1,1,0,1,-84.7378,-460.673,-58.5294,2.68781,86400,2,0,8097,0,1,0,0,0),(248383,11452,429,1,1,0,1,-94.5833,-466.205,-58.6246,2.23612,86400,2,0,8097,0,1,0,0,0),(248382,11453,429,1,1,0,0,-93.0634,-461.176,-58.6221,5.70493,86400,2,0,6477,3244,1,0,0,0),(248381,13197,429,1,1,0,0,55.5946,-405.276,-58.5211,3.9968,86400,0,0,12954,4326,0,0,0,0),(248380,13197,429,1,1,0,0,47.3864,-447.764,-58.5225,3.75246,86400,0,0,12954,4326,0,0,0,0),(248379,13197,429,1,1,0,0,-35.181,-458.88,-58.5327,2.26893,86400,0,0,12954,4326,0,0,0,0),(248378,14354,429,1,1,0,0,86.1935,-197.888,-4.05657,1.76278,86400,0,0,13362,13446,0,0,0,0),(248377,11462,429,1,1,0,0,136.63,-297.89,-4.14037,0,86400,0,0,7599,0,2,0,0,0),(248376,11464,429,1,1,0,0,136.63,-297.89,-4.14037,0,86400,0,0,6273,3175,2,0,0,0),(248375,11462,429,1,1,0,0,102.259,-189.041,-4.14403,0,86400,0,0,7599,0,2,0,0,0),(248374,11464,429,1,1,0,0,102.259,-189.041,-4.14403,0,86400,0,0,6273,3175,2,0,0,0),(248373,11462,429,1,1,0,0,71.9864,-345.765,-4.03809,0,86400,0,0,7599,0,0,0,0,0),(248372,11462,429,1,1,0,0,71.9864,-345.765,-4.03809,0,86400,0,0,7599,0,0,0,0,0),(248371,11464,429,1,1,0,0,71.9864,-345.765,-4.03809,0,86400,0,0,6273,3175,2,0,0,0),(248370,11462,429,1,1,0,0,-96.5183,-347.559,-4.04812,0,86400,0,0,7599,0,0,0,0,0),(248369,11462,429,1,1,0,0,-96.5183,-347.559,-4.04812,0,86400,0,0,7599,0,0,0,0,0),(248368,11464,429,1,1,0,0,-96.5183,-347.559,-4.04812,0,86400,0,0,6273,3175,2,0,0,0),(248367,11462,429,1,1,0,0,-34.0211,-368.15,-4.10071,0,86400,0,0,7599,0,0,0,0,0),(34040,30731,1,1,1,0,0,10138.1,2314.44,1343.39,4.2237,25,0,0,902,2680,0,0,0,0),(34039,30729,0,1,1,0,0,1509.66,279.824,-62.0883,4.8695,25,0,0,902,2680,0,0,0,0),(248366,11462,429,1,1,0,0,-34.0211,-368.15,-4.10071,0,86400,0,0,7599,0,0,0,0,0),(248365,11464,429,1,1,0,0,-34.0211,-368.15,-4.10071,0,86400,0,0,6273,3175,2,0,0,0),(248364,11462,429,1,1,0,0,-159.065,-285.835,-4.17517,0,86400,0,0,7599,0,0,0,0,0),(248363,11462,429,1,1,0,0,-159.065,-285.835,-4.17517,0,86400,0,0,7599,0,0,0,0,0),(248362,11464,429,1,1,0,0,-159.065,-285.835,-4.17517,0,86400,0,0,6273,3175,2,0,0,0),(248361,11462,429,1,1,0,0,-115.532,-200.983,-4.09197,0,86400,0,0,7599,0,0,0,0,0),(248360,11462,429,1,1,0,0,-115.532,-200.983,-4.09197,0,86400,0,0,7599,0,0,0,0,0),(248359,11464,429,1,1,0,0,-115.532,-200.983,-4.09197,0,86400,0,0,6273,3175,2,0,0,0),(248358,11462,429,1,1,0,0,-36.193,-205.04,-4.10713,0,86400,0,0,7599,0,0,0,0,0),(248357,11462,429,1,1,0,0,-36.193,-205.04,-4.10713,0,86400,0,0,7599,0,0,0,0,0),(248356,11464,429,1,1,0,0,-36.193,-205.04,-4.10713,0,86400,0,0,6273,3175,2,0,0,0),(248355,13022,429,1,1,0,0,111.893,-272.557,-4.10279,1.21066,86400,2,0,1900,0,1,0,0,0),(248354,13022,429,1,1,0,0,106.298,-266.643,-3.97269,0.314159,86400,2,0,1900,0,1,0,0,0),(248353,13022,429,1,1,0,0,110.253,-269.029,-4.08908,4.45622,86400,2,0,1900,0,1,0,0,0),(248352,13022,429,1,1,0,0,115.432,-263.394,-4.13027,1.33576,86400,2,0,1900,0,1,0,0,0),(248351,13022,429,1,1,0,0,111.401,-260.037,-4.09867,4.40331,86400,2,0,1900,0,1,0,0,0),(248350,13022,429,1,1,0,0,115.729,-259.257,-4.1305,1.7137,86400,2,0,1900,0,1,0,0,0),(248349,13022,429,1,1,0,0,110.844,-255.06,-4.09403,3.22507,86400,2,0,1900,0,1,0,0,0),(248348,13022,429,1,1,0,0,114.94,-320.727,-4.04562,1.32645,86400,2,0,1900,0,1,0,0,0),(248347,13022,429,1,1,0,0,112.82,-334.044,-4.13689,1.36265,86400,2,0,1900,0,1,0,0,0),(248346,13022,429,1,1,0,0,109.902,-329.777,-4.0035,2.84489,86400,2,0,1900,0,1,0,0,0),(248345,13022,429,1,1,0,0,115.748,-327.539,-4.14523,0.318494,86400,2,0,1900,0,1,0,0,0),(248344,13022,429,1,1,0,0,121.124,-325.982,-4.16182,5.76204,86400,2,0,1900,0,1,0,0,0),(248343,13022,429,1,1,0,0,116.839,-329.884,-4.14893,2.53066,86400,2,0,1900,0,1,0,0,0),(248342,13022,429,1,1,0,0,111.065,-324.665,-4.01276,2.42601,86400,2,0,1900,0,1,0,0,0),(248341,13022,429,1,1,0,0,40.7124,-351.442,-4.003,2.47837,86400,2,0,1900,0,1,0,0,0),(248340,13022,429,1,1,0,0,45.7938,-349.025,-3.98307,3.21141,86400,2,0,1900,0,1,0,0,0),(248339,13022,429,1,1,0,0,51.5748,-349.531,-3.98683,0.122173,86400,2,0,1900,0,1,0,0,0),(248338,13022,429,1,1,0,0,39.5877,-355.57,-4.03657,0.10472,86400,2,0,1900,0,1,0,0,0),(248337,13022,429,1,1,0,0,44.475,-354.61,-4.02848,1.5708,86400,2,0,1900,0,1,0,0,0),(248336,13022,429,1,1,0,0,49.1207,-353.705,-4.02085,3.01942,86400,2,0,1900,0,1,0,0,0),(248335,13022,429,1,1,0,0,53.6343,-353.286,-4.01717,3.92699,86400,2,0,1900,0,1,0,0,0),(248334,13022,429,1,1,0,0,-75.468,-349.99,-3.9886,1.71042,86400,2,0,1900,0,1,0,0,0),(248333,13022,429,1,1,0,0,-86.0241,-357.57,-4.05092,5.48033,86400,2,0,1900,0,1,0,0,0),(248332,13022,429,1,1,0,0,-88.6114,-353.518,-4.0837,5.33838,86400,2,0,1900,0,1,0,0,0),(1975972,30169,571,1,8,0,0,7206.48,-3460.64,835.851,3.90954,300,0,0,1,0,0,0,0,0),(1975971,30169,571,1,8,0,0,7217.79,-3378.62,846.734,5.41052,300,0,0,1,0,0,0,0,0),(1975970,30169,571,1,8,0,0,7227.85,-3415.96,840.174,1.55334,300,0,0,1,0,0,0,0,0),(1975969,30169,571,1,8,0,0,7222.42,-3441.84,837.193,2.14675,300,0,0,1,0,0,0,0,0),(1975968,30169,571,1,8,0,0,7207.47,-3438.53,838.874,2.89725,300,0,0,1,0,0,0,0,0),(248331,13022,429,1,1,0,0,-83.2647,-352.631,-4.07834,5.93665,86400,2,0,1900,0,1,0,0,0),(1975967,30169,571,1,8,0,0,7216.24,-3582.57,824.501,0.837758,300,0,0,1,0,0,0,0,0),(1975966,30169,571,1,8,0,0,7219.12,-3607.77,822.712,1.65806,300,0,0,1,0,0,0,0,0),(248330,13022,429,1,1,0,0,-78.0264,-346.742,-4.04545,5.75634,86400,2,0,1900,0,1,0,0,0),(248329,13022,429,1,1,0,0,-84.0316,-349.012,-4.0567,3.99263,86400,2,0,1900,0,1,0,0,0),(248328,13022,429,1,1,0,0,-80.2455,-350.76,-3.99503,1.93732,86400,2,0,1900,0,1,0,0,0),(248327,13022,429,1,1,0,0,-136,-323.641,-4.06031,4.8053,86400,2,0,1900,0,1,0,0,0),(248326,13022,429,1,1,0,0,-138.617,-328.017,-3.99383,2.25147,86400,2,0,1900,0,1,0,0,0),(248325,13022,429,1,1,0,0,-142.503,-315.225,-4.11006,1.66281,86400,2,0,1900,0,1,0,0,0),(248324,13022,429,1,1,0,0,-139.72,-320.566,-4.08884,4.80789,86400,2,0,1900,0,1,0,0,0),(248323,13022,429,1,1,0,0,-140.131,-325.933,-4.09224,5.21016,86400,2,0,1900,0,1,0,0,0),(248322,13022,429,1,1,0,0,-143.089,-330.215,-4.02938,0.959931,86400,2,0,1900,0,1,0,0,0),(248321,13022,429,1,1,0,0,-147.416,-325.322,-4.14834,1.5089,86400,2,0,1900,0,1,0,0,0),(248320,13022,429,1,1,0,0,-154.099,-195.957,-4.20064,4.23252,86400,2,0,1900,0,1,0,0,0),(248319,13022,429,1,1,0,0,-154.058,-198.694,-4.19924,2.28912,86400,2,0,1900,0,1,0,0,0),(248318,13022,429,1,1,0,0,-157.879,-198.865,-4.18982,0.402479,86400,2,0,1900,0,1,0,0,0),(248317,13022,429,1,1,0,0,-152.666,-202.802,-4.06916,3.33358,86400,2,0,1900,0,1,0,0,0),(248316,13022,429,1,1,0,0,-156.945,-201.478,-4.06936,5.21853,86400,2,0,1900,0,1,0,0,0),(248315,13022,429,1,1,0,0,-149.702,-197.893,-4.21031,5.77921,86400,2,0,1900,0,1,0,0,0),(248314,13022,429,1,1,0,0,-148.843,-200.749,-4.21083,4.27233,86400,2,0,1900,0,1,0,0,0),(248313,13021,429,1,1,0,0,134.906,-288.916,-4.06306,3.54302,86400,0,0,16194,0,0,0,0,0),(248312,13021,429,1,1,0,0,131.583,-352.838,-4.06887,3.36849,86400,0,0,16194,0,0,0,0,0),(248311,13021,429,1,1,0,0,-20.0212,-366.39,-4.04007,1.81514,86400,0,0,16194,0,0,0,0,0),(248310,13021,429,1,1,0,0,-110.687,-357.62,-4.05201,1.65806,86400,0,0,16194,0,0,0,0,0),(248309,13021,429,1,1,0,0,-135.92,-278.62,-3.97313,3.47321,86400,0,0,16194,0,0,0,0,0),(248308,13021,429,1,1,0,0,-87.1855,-173.293,-2.63107,4.86947,86400,0,0,16194,0,0,0,0,0),(248307,13021,429,1,1,0,0,-16.8805,-177.09,-2.63107,4.81711,86400,0,0,16194,0,0,0,0,0),(1976211,39420,0,1,1,0,0,-5303.11,663.793,448.898,1.65362,300,0,0,42,0,0,0,0,0),(248306,13196,429,1,1,0,0,70.9002,-357.223,-4.04807,0.977384,86400,0,0,15198,0,0,0,0,0),(248305,13196,429,1,1,0,0,-51.43,-358.119,-4.05449,2.16421,86400,0,0,15198,0,0,0,0,0),(248304,13196,429,1,1,0,0,-146.427,-366.639,-4.06831,1.90241,86400,0,0,15198,0,0,0,0,0),(248303,13196,429,1,1,0,0,-166.726,-271.487,-4.06308,5.68977,86400,0,0,15198,0,0,0,0,0),(248302,13196,429,1,1,0,0,-85.9347,-208.182,-3.96894,0.541052,86400,0,0,15198,0,0,0,0,0),(248301,13196,429,1,1,0,0,-25.8675,-208.432,-3.97046,0.820305,86400,0,0,15198,0,0,0,0,0),(248300,14349,429,1,1,0,0,-6.91042,-440.736,16.4178,6.0218,86400,0,0,6477,6489,0,0,0,0),(84387,12017,469,1,1,0,1,-7573.97,-1034.39,449.34,3.83,604800,0,0,916025,0,0,0,0,0),(84388,12435,469,1,1,0,0,-7570.64,-1090.02,413.56,2.18,604800,0,0,1023300,0,0,0,0,0),(84389,12557,469,1,1,0,1,-7618.29,-1021.42,413.56,5.28,604800,0,0,64750,25680,0,0,0,0),(84390,14456,469,1,1,0,1,-7624,-1022.74,413.56,5.31,604800,0,0,31440,0,0,0,0,0),(84391,14456,469,1,1,0,1,-7615.21,-1016.6,413.56,5.31,604800,0,0,31440,0,0,0,0,0),(1975984,30387,571,1,8,0,0,7209.96,-3426.8,839.399,1.92906,600,0,0,12600,0,0,0,0,0),(61998,12458,469,1,1,0,1,-7632.96,-996.521,440.263,3.19395,604800,0,0,1,0,2,0,0,0),(61999,12458,469,1,1,0,1,-7639.31,-1088.74,449.164,3.07178,604800,0,0,1,0,2,0,0,0),(17,10799,229,1,1,0,0,81.104,-479.903,30.8624,3.12414,7200,0,0,1,0,2,0,0,0),(40508,9216,229,1,1,0,1,-16.8941,-385.101,48.9515,0.593412,10800,5,0,1,0,1,0,0,0),(1975992,30121,571,1,4,0,0,7138.25,-3547.1,832.591,5.20108,300,0,0,48700,0,0,0,0,0),(16,32442,571,1,1,0,0,6777.51,1539.35,392.173,1.62316,120,0,0,1,0,0,0,0,0),(20,10447,229,1,1,0,1,202.511,-421.307,110.987,3.12414,7200,0,0,1,0,0,0,0,0),(21,10442,229,1,1,0,0,204.015,-418.443,110.989,3.19395,7200,0,0,1,0,0,0,0,0),(22,10442,229,1,1,0,0,203.142,-423.999,110.986,3.07178,7200,0,0,1,0,0,0,0,0),(23,10442,229,1,1,0,0,201.008,-416.648,110.974,3.22886,7200,0,0,1,0,0,0,0,0),(61997,12458,469,1,1,0,1,-7663.99,-1021.79,440.242,3.12414,604800,0,0,1,0,2,0,0,0),(84512,13020,469,1,1,0,0,-7481.18,-1019.68,408.75,2.22,604800,0,0,3331000,0,0,0,0,0),(84513,12464,469,1,1,0,1,-7462.55,-1015.27,408.75,2.26,604800,0,0,113295,0,0,0,0,0),(84514,12464,469,1,1,0,1,-7484.4,-992.57,408.74,2.28,604800,0,0,113295,0,0,0,0,0),(84515,12464,469,1,1,0,1,-7505.69,-1007.07,408.73,2.19,604800,0,0,113295,0,0,0,0,0),(84516,12464,469,1,1,0,1,-7491.17,-1035.6,408.74,2.26,604800,0,0,113295,0,0,0,0,0),(84517,12463,469,1,1,0,1,-7494.95,-1022.22,408.73,2.19,604800,0,0,129480,0,0,0,0,0),(84518,12463,469,1,1,0,1,-7469.89,-1004.51,408.74,2.17,604800,0,0,129480,0,0,0,0,0),(84519,12467,469,1,1,0,1,-7514.31,-930.06,428.11,2.86,604800,0,0,242775,0,0,0,0,0),(84520,12467,469,1,1,0,1,-7596.12,-930.19,428.46,6.02,604800,0,0,242775,0,0,0,0,0),(84521,12464,469,1,1,0,1,-7587.02,-941.4,428.38,0.06,604800,0,0,113295,0,0,0,0,0),(84522,12464,469,1,1,0,1,-7585.56,-920.97,428.52,6.09,604800,0,0,113295,0,0,0,0,0),(84523,12464,469,1,1,0,1,-7517.67,-911.88,428.12,3.83,604800,0,0,113295,0,0,0,0,0),(84524,12464,469,1,1,0,1,-7528.91,-938.09,428.09,3.25,604800,0,0,113295,0,0,0,0,0),(84525,12465,469,1,1,0,1,-7537.64,-933.27,428.17,3.08,604800,0,0,88025,24860,0,0,0,0),(84526,12465,469,1,1,0,1,-7520.83,-920.39,428.11,2.84,604800,0,0,88025,24860,0,0,0,0),(84527,12465,469,1,1,0,1,-7578.01,-926.32,428.46,5.64,604800,0,0,88025,24860,0,0,0,0),(84528,12465,469,1,1,0,1,-7593.69,-942.08,428.4,6.15,604800,0,0,88025,24860,0,0,0,0),(84529,12463,469,1,1,0,1,-7576.52,-932.81,428.38,0.16,604800,0,0,129480,0,0,0,0,0),(84530,12463,469,1,1,0,1,-7578.27,-941.14,428.34,0.01,604800,0,0,129480,0,0,0,0,0),(84531,12463,469,1,1,0,1,-7537.58,-924.45,428.17,3.27,604800,0,0,129480,0,0,0,0,0),(84532,12463,469,1,1,0,1,-7532.5,-916.88,428.13,2.98,604800,0,0,129480,0,0,0,0,0),(84533,13996,469,1,1,0,1,-7556.37,-1022.06,449.42,4.64,604800,0,0,15260,0,0,0,0,0),(84534,13996,469,1,1,0,1,-7558.47,-1024.04,449.42,4.32,604800,0,0,15260,0,0,0,0,0),(84535,13996,469,1,1,0,1,-7557.17,-1025.67,449.42,5.39,604800,0,0,15260,0,0,0,0,0),(84536,13996,469,1,1,0,1,-7555.43,-1029.32,449.42,5.09,604800,0,0,15260,0,0,0,0,0),(84537,13996,469,1,1,0,1,-7553.46,-1030.04,449.42,5.93,604800,0,0,15260,0,0,0,0,0),(84538,13996,469,1,1,0,1,-7551.07,-1028.57,449.42,0.55,604800,0,0,15260,0,0,0,0,0),(84539,13996,469,1,1,0,1,-7551.96,-1026.43,449.42,1.96,604800,0,0,15260,0,0,0,0,0),(84540,13996,469,1,1,0,1,-7554.37,-1020.62,449.42,1.96,604800,0,0,15260,0,0,0,0,0),(84541,12459,469,1,1,0,1,-7552.21,-1017.31,449.42,3.91,604800,0,0,88025,24860,0,0,0,0),(84542,12459,469,1,1,0,1,-7547.48,-1025.85,449.42,3.95,604800,0,0,88025,24860,0,0,0,0),(84543,12457,469,1,1,0,1,-7549.54,-1021.79,449.42,3.59,604800,0,0,90650,25680,0,0,0,0),(84544,13996,469,1,1,0,1,-7527.24,-1063.87,449.42,5.61,604800,0,0,15260,0,0,0,0,0),(84545,13996,469,1,1,0,1,-7525.83,-1062.75,449.42,5.59,604800,0,0,15260,0,0,0,0,0),(84546,12459,469,1,1,0,1,-7523.95,-1059.96,449.42,2.17,604800,0,0,88025,24860,0,0,0,0),(84547,13996,469,1,1,0,1,-7520.18,-1058.11,449.42,5.63,604800,0,0,15260,0,0,0,0,0),(84548,12457,469,1,1,0,1,-7515.31,-1056.79,449.42,2.18,604800,0,0,90650,25680,0,0,0,0),(84549,13996,469,1,1,0,1,-7514.42,-1053.99,449.42,5.39,604800,0,0,15260,0,0,0,0,0),(84550,13996,469,1,1,0,1,-7512.98,-1052.16,449.42,5.77,604800,0,0,15260,0,0,0,0,0),(84551,13996,469,1,1,0,1,-7511.45,-1049.02,449.42,2.48,604800,0,0,15260,0,0,0,0,0),(84552,13996,469,1,1,0,1,-7508.01,-1045.78,449.42,5.43,604800,0,0,15260,0,0,0,0,0),(84553,12459,469,1,1,0,1,-7506.38,-1043,449.42,2.45,604800,0,0,88025,24860,0,0,0,0),(84554,13996,469,1,1,0,1,-7502.7,-1041.08,449.42,1.96,604800,0,0,15260,0,0,0,0,0),(84555,13996,469,1,1,0,1,-7499.13,-1039.77,449.42,1.79,604800,0,0,15260,0,0,0,0,0),(84556,13996,469,1,1,0,1,-7495.08,-1037.94,449.42,2.17,604800,0,0,15260,0,0,0,0,0),(84557,12461,469,1,1,0,1,-7513.69,-1048.27,449.242,3.77,604800,0,0,161850,0,2,0,0,0),(84558,12461,469,1,1,0,1,-7531.13,-990.97,449.42,0.57,604800,0,0,161850,0,0,0,0,0),(84559,12457,469,1,1,0,1,-7533.23,-982.85,449.42,5.34,604800,0,0,90650,25680,0,0,0,0),(84560,12459,469,1,1,0,1,-7538.58,-983.23,449.42,5.58,604800,0,0,88025,24860,0,0,0,0),(84561,12459,469,1,1,0,1,-7518.65,-966.95,449.42,5.23,604800,0,0,88025,24860,0,0,0,0),(84562,13996,469,1,1,0,1,-7521.87,-962.95,449.42,2.18,604800,0,0,15260,0,0,0,0,0),(84563,13996,469,1,1,0,1,-7526.46,-966.16,449.42,2.21,604800,0,0,15260,0,0,0,0,0),(84564,13996,469,1,1,0,1,-7530.05,-967.83,449.42,2.95,604800,0,0,15260,0,0,0,0,0),(84565,13996,469,1,1,0,1,-7533.51,-971.84,449.42,2.15,604800,0,0,15260,0,0,0,0,0),(84566,13996,469,1,1,0,1,-7541.24,-977.1,449.42,2.15,604800,0,0,15260,0,0,0,0,0),(84567,13996,469,1,1,0,1,-7543.13,-981.19,449.42,3.87,604800,0,0,15260,0,0,0,0,0),(84568,13996,469,1,1,0,1,-7537.71,-974.3,449.42,5.26,604800,0,0,15260,0,0,0,0,0),(84569,13996,469,1,1,0,1,-7530.42,-970.67,449.42,5.45,604800,0,0,15260,0,0,0,0,0),(84570,13996,469,1,1,0,1,-7523.57,-966.7,449.42,5.59,604800,0,0,15260,0,0,0,0,0),(84571,13996,469,1,1,0,1,-7516.59,-961.58,449.42,5.24,604800,0,0,15260,0,0,0,0,0),(84572,11983,469,1,1,0,0,-7520.24,-1025.77,449.09,0.6,604800,0,0,2274000,0,0,0,0,0),(84573,12468,469,1,1,0,1,-7447.51,-996.27,449.81,3.28,604800,0,0,88025,24860,0,0,0,0),(84589,12468,469,1,1,0,1,-7456.25,-999.89,449.87,3.14,604800,0,0,88025,24860,0,0,0,0),(84590,12468,469,1,1,0,1,-7462.79,-984.93,449.88,3.65,604800,0,0,88025,24860,0,0,0,0),(84591,12468,469,1,1,0,1,-7454.16,-986.18,449.86,3.56,604800,0,0,88025,24860,0,0,0,0),(84592,12460,469,1,1,0,1,-7463.62,-993.18,449.9,3.5,604800,0,0,216515,0,0,0,0,0),(84598,12459,469,1,1,0,1,-7518.56,-924.99,457.76,5.59,604800,0,0,88025,24860,0,0,0,0),(84599,12459,469,1,1,0,1,-7499.36,-908.3,458.04,4.95,604800,0,0,88025,24860,0,0,0,0),(84601,12457,469,1,1,0,1,-7502.21,-914.33,458.04,5.37,604800,0,0,90650,25680,0,0,0,0),(84602,13996,469,1,1,0,1,-7507.01,-904.58,457.76,1.76,604800,0,0,15260,0,0,0,0,0),(84603,13996,469,1,1,0,1,-7505.9,-903.71,457.76,2.35,604800,0,0,15260,0,0,0,0,0),(84605,13996,469,1,1,0,1,-7509.78,-908.53,457.76,5.46,604800,0,0,15260,0,0,0,0,0),(84606,13996,469,1,1,0,1,-7512.28,-910.98,457.76,5.49,604800,0,0,15260,0,0,0,0,0),(84614,13996,469,1,1,0,1,-7515.03,-911.85,457.76,5.35,604800,0,0,15260,0,0,0,0,0),(84615,13996,469,1,1,0,1,-7516.63,-914.8,457.76,5.41,604800,0,0,15260,0,0,0,0,0),(84616,13996,469,1,1,0,1,-7523.38,-916.03,457.76,2.09,604800,0,0,15260,0,0,0,0,0),(84617,13996,469,1,1,0,1,-7526.58,-918.24,457.76,2.18,604800,0,0,15260,0,0,0,0,0),(84618,13996,469,1,1,0,1,-7526.55,-921.74,457.76,3.24,604800,0,0,15260,0,0,0,0,0),(84619,13996,469,1,1,0,1,-7525.64,-924.33,457.76,3.8,604800,0,0,15260,0,0,0,0,0),(84623,13996,469,1,1,0,1,-7523.37,-929.3,457.76,3.9,604800,0,0,15260,0,0,0,0,0),(84624,13996,469,1,1,0,1,-7522.89,-921.64,457.76,5.96,604800,0,0,15260,0,0,0,0,0),(84625,12461,469,1,1,0,1,-7515.5,-929.4,457.76,0.69,604800,0,0,161850,0,0,0,0,0),(84627,14401,469,1,1,0,0,-7398.43,-966.97,465.15,2.09,604800,0,0,9156,0,0,0,0,0),(84628,12460,469,1,1,0,1,-7389.7,-951.74,465.15,2.32,604800,0,0,216515,0,0,0,0,0),(84634,12460,469,1,1,0,1,-7394.61,-956.29,465.15,2.32,604800,0,0,216515,0,0,0,0,0),(84635,12460,469,1,1,0,1,-7400.41,-961.01,465.14,2.32,604800,0,0,216515,0,0,0,0,0),(84639,12460,469,1,1,0,1,-7437.04,-1053.58,477.04,0.66,604800,0,0,216515,0,0,0,0,0),(84648,12460,469,1,1,0,1,-7443.51,-1045.13,477.02,0.55,604800,0,0,216515,0,0,0,0,0),(84650,12460,469,1,1,0,1,-7450.65,-1035.77,477,0.62,604800,0,0,216515,0,0,0,0,0),(84651,12457,469,1,1,0,1,-7463.49,-874.51,465.16,5.33,604800,0,0,90650,25680,0,0,0,0),(84652,12459,469,1,1,0,1,-7451.59,-870.5,465.16,4.66,604800,0,0,88025,24860,0,0,0,0),(84653,12459,469,1,1,0,1,-7480.4,-885.27,465.16,5.69,604800,0,0,88025,24860,0,0,0,0),(84654,13996,469,1,1,0,1,-7482.64,-878.69,465.16,0.05,604800,0,0,15260,0,0,0,0,0),(84655,13996,469,1,1,0,1,-7479.36,-876.07,465.16,0.67,604800,0,0,15260,0,0,0,0,0),(84688,13996,469,1,1,0,1,-7478.29,-877.6,465.16,5.33,604800,0,0,15260,0,0,0,0,0),(84689,13996,469,1,1,0,1,-7474.5,-876.44,465.16,0.3,604800,0,0,15260,0,0,0,0,0),(84691,13996,469,1,1,0,1,-7471.38,-871.23,465.16,1.03,604800,0,0,15260,0,0,0,0,0),(84692,13996,469,1,1,0,1,-7472.48,-870.39,465.16,0.92,604800,0,0,15260,0,0,0,0,0),(84759,13996,469,1,1,0,1,-7456.82,-859.54,465.16,0.68,604800,0,0,15260,0,0,0,0,0),(84760,13996,469,1,1,0,1,-7461.2,-859.72,465.16,3.41,604800,0,0,15260,0,0,0,0,0),(84761,13996,469,1,1,0,1,-7461.38,-863.4,465.16,4.68,604800,0,0,15260,0,0,0,0,0),(84762,13996,469,1,1,0,1,-7458.19,-866.07,465.16,5.61,604800,0,0,15260,0,0,0,0,0),(84763,13996,469,1,1,0,1,-7451.73,-865.07,465.16,0.52,604800,0,0,15260,0,0,0,0,0),(84840,12461,469,1,1,0,1,-7455.86,-880.92,465.4,3.77,604800,0,0,161850,0,0,0,0,0),(85581,12459,469,1,1,0,1,-7428.69,-901.37,465.16,3.73,604800,0,0,88025,24860,0,0,0,0),(85601,12459,469,1,1,0,1,-7409.28,-926.99,465.16,3.83,604800,0,0,88025,24860,0,0,0,0),(85609,13996,469,1,1,0,1,-7406.14,-925.95,465.16,1.81,604800,0,0,15260,0,0,0,0,0),(85611,13996,469,1,1,0,1,-7407.16,-921.78,465.16,1.81,604800,0,0,15260,0,0,0,0,0),(85612,13996,469,1,1,0,1,-7409.25,-919.6,465.16,2.33,604800,0,0,15260,0,0,0,0,0),(85613,13996,469,1,1,0,1,-7411.78,-916.85,465.16,2.07,604800,0,0,15260,0,0,0,0,0),(85616,13996,469,1,1,0,1,-7413.79,-913.18,465.16,2.07,604800,0,0,15260,0,0,0,0,0),(85620,13996,469,1,1,0,1,-7415.92,-909.27,465.16,2.07,604800,0,0,15260,0,0,0,0,0),(85621,13996,469,1,1,0,1,-7416.52,-906.64,465.65,1.63,604800,0,0,15260,0,0,0,0,0),(85622,13996,469,1,1,0,1,-7418.92,-902,465.16,2.46,604800,0,0,15260,0,0,0,0,0),(85623,13996,469,1,1,0,1,-7421.09,-900.23,465.16,2.46,604800,0,0,15260,0,0,0,0,0),(85625,13996,469,1,1,0,1,-7424.86,-898.08,465.16,2.66,604800,0,0,15260,0,0,0,0,0),(85756,12461,469,1,1,0,1,-7424.96,-920.55,465.53,2.83,604800,0,0,161850,0,0,0,0,0),(85757,12459,469,1,1,0,1,-7449.5,-930.53,465.16,0.51,604800,0,0,88025,24860,0,0,0,0),(85758,12457,469,1,1,0,1,-7446.97,-945.069,464.983,0.63,604800,0,0,90650,25680,2,0,0,0),(85759,12461,469,1,1,0,1,-7438.94,-945.5,465.16,0.72,604800,0,0,161850,0,0,0,0,0),(85760,13996,469,1,1,0,1,-7454.19,-931.91,465.16,0.53,604800,0,0,15260,0,0,0,0,0),(85764,13996,469,1,1,0,1,-7451.35,-936.73,465.16,0.53,604800,0,0,15260,0,0,0,0,0),(85766,13996,469,1,1,0,1,-7448.5,-941.57,465.16,0.53,604800,0,0,15260,0,0,0,0,0),(85767,13996,469,1,1,0,1,-7446.35,-945.21,465.16,0.53,604800,0,0,15260,0,0,0,0,0),(85768,13996,469,1,1,0,1,-7442.95,-949.17,465.16,0.53,604800,0,0,15260,0,0,0,0,0),(85772,13996,469,1,1,0,1,-7441.17,-952.19,465.16,0.53,604800,0,0,15260,0,0,0,0,0),(85773,13996,469,1,1,0,1,-7437.99,-955.74,465.17,0.53,604800,0,0,15260,0,0,0,0,0),(85775,12459,469,1,1,0,1,-7433.44,-956.18,465.17,0.82,604800,0,0,88025,24860,0,0,0,0),(85776,13996,469,1,1,0,1,-7450.89,-949.63,465.16,0.53,604800,0,0,15260,0,0,0,0,0),(85777,13996,469,1,1,0,1,-7452.05,-945.15,465.16,0.53,604800,0,0,15260,0,0,0,0,0),(85778,13996,469,1,1,0,1,-7459.46,-934.06,465.16,0.58,604800,0,0,15260,0,0,0,0,0),(85779,13996,469,1,1,0,1,-7442.19,-959.32,465.16,0.71,604800,0,0,15260,0,0,0,0,0),(85780,14601,469,1,1,0,0,-7358.19,-994.32,477.35,3.69,604800,0,0,999300,0,0,0,0,0),(85783,11981,469,1,1,0,0,-7407.94,-1031.04,477.35,0.87,604800,0,0,2274000,0,0,0,0,0),(85784,14020,469,1,1,0,0,-7515.34,-1029.62,476.73,5.33,604800,0,0,1832050,0,0,0,0,0),(85785,10162,469,1,1,0,1,-7587.76,-1261.43,482.21,0.61,604800,0,0,306475,262000,0,0,0,0),(85786,9098,469,1,1,0,1,-7602.2,-946.99,441.37,3.84,604800,0,0,6078,4082,0,0,0,0),(85788,12468,469,1,1,0,1,-7611.32,-947.15,441.14,1.93,604800,0,0,88025,24860,0,0,0,0),(85793,12468,469,1,1,0,1,-7602.95,-960.5,441.14,1.7,604800,0,0,88025,24860,0,0,0,0),(85794,12465,469,1,1,0,1,-7589,-977.05,441.14,2.97,604800,0,0,88025,24860,0,0,0,0),(85795,12465,469,1,1,0,1,-7639.67,-1005.42,440.33,4.4,604800,0,0,88025,24860,0,0,0,0),(85796,12465,469,1,1,0,1,-7664.06,-997.08,440.17,3.25,604800,0,0,88025,24860,0,0,0,0),(85797,12468,469,1,1,0,1,-7677.63,-1020.57,440.16,4.81,604800,0,0,88025,24860,0,0,0,0),(85798,12468,469,1,1,0,1,-7683.03,-1029.88,440.16,3.96,604800,0,0,88025,24860,0,0,0,0),(85799,12468,469,1,1,0,1,-7683.86,-1046.52,440.48,4.98,604800,0,0,88025,24860,0,0,0,0),(85800,12465,469,1,1,0,1,-7716.54,-1067.27,445.36,0.49,604800,0,0,88025,24860,0,0,0,0),(85801,12465,469,1,1,0,1,-7693.99,-1100.98,449.3,0.44,604800,0,0,88025,24860,0,0,0,0),(85802,12468,469,1,1,0,1,-7651.23,-1106.45,449.34,0.19,604800,0,0,88025,24860,0,0,0,0),(85804,12465,469,1,1,0,1,-7648.02,-1062.1,449.34,1.84,604800,0,0,88025,24860,0,0,0,0),(85805,12468,469,1,1,0,1,-7595.61,-1066.71,449.34,0.54,604800,0,0,88025,24860,0,0,0,0),(85806,12465,469,1,1,0,1,-7596.32,-1024.5,449.34,1.58,604800,0,0,88025,24860,0,0,0,0),(85808,14264,469,1,1,0,1,-7676.54,-1091.91,449.32,0.45,604800,0,0,15260,0,0,0,0,0),(85813,14264,469,1,1,0,1,-7661.48,-1092.54,449.34,0.28,604800,0,0,15260,0,0,0,0,0),(85821,14264,469,1,1,0,1,-7627.86,-1082.81,449.34,0.28,604800,0,0,15260,0,0,0,0,0),(85822,14264,469,1,1,0,1,-7614.52,-1047.64,449.34,1.85,604800,0,0,15260,0,0,0,0,0),(85823,14264,469,1,1,0,1,-7659.1,-1036.27,440.31,1.56,604800,0,0,15260,0,0,0,0,0),(85824,14264,469,1,1,0,1,-7692.77,-1004.83,440.16,1.7,604800,0,0,15260,0,0,0,0,0),(85825,14264,469,1,1,0,1,-7647.01,-971.44,440.43,0.59,604800,0,0,15260,0,0,0,0,0),(85827,14262,469,1,1,0,1,-7621.76,-964.92,440.4,4.22,604800,0,0,15260,0,0,0,0,0),(85828,14262,469,1,1,0,1,-7630.5,-984.01,440.18,4.28,604800,0,0,15260,0,0,0,0,0),(85829,14262,469,1,1,0,1,-7650.79,-1001.07,440.17,3.74,604800,0,0,15260,0,0,0,0,0),(85830,14262,469,1,1,0,1,-7679.84,-1116.64,449.32,1.17,604800,0,0,15260,0,0,0,0,0),(85832,14262,469,1,1,0,1,-7628.3,-1065.28,449.34,0.09,604800,0,0,15260,0,0,0,0,0),(85834,14263,469,1,1,0,1,-7650.46,-1074.67,449.34,3.78,604800,0,0,15260,0,0,0,0,0),(85836,14263,469,1,1,0,1,-7606.12,-1081.22,449.34,2.57,604800,0,0,15260,0,0,0,0,0),(85837,14263,469,1,1,0,1,-7657.94,-1018.33,440.44,2.58,604800,0,0,15260,0,0,0,0,0),(85838,14263,469,1,1,0,1,-7611.88,-990.28,440.23,0.75,604800,0,0,15260,0,0,0,0,0),(85839,14023,469,1,1,0,0,-7617.15,-979.82,440.5,4.1,604800,0,0,4578,0,0,0,0,0),(85840,14023,469,1,1,0,0,-7656.73,-984.89,440.17,3.85,604800,0,0,4578,0,0,0,0,0),(85841,14023,469,1,1,0,0,-7678.81,-1101.1,449.3,0.07,604800,0,0,4578,0,0,0,0,0),(85843,14023,469,1,1,0,0,-7621.46,-1102.83,449.34,1.77,604800,0,0,4578,0,0,0,0,0),(85844,14024,469,1,1,0,0,-7592.63,-1081.41,449.34,1.72,604800,0,0,4578,0,0,0,0,0),(85845,14024,469,1,1,0,0,-7568.47,-1067.15,449.34,1.99,604800,0,0,4578,0,0,0,0,0),(85847,14024,469,1,1,0,0,-7600.39,-1056.26,449.34,4.01,604800,0,0,4578,0,0,0,0,0),(85848,14024,469,1,1,0,0,-7640.75,-1021.91,440.37,2.42,604800,0,0,4578,0,0,0,0,0),(85849,14024,469,1,1,0,0,-7675.82,-1008.05,440.44,2.93,604800,0,0,4578,0,0,0,0,0),(85850,14022,469,1,1,0,0,-7645.86,-987.51,440.44,5.79,604800,0,0,4578,0,0,0,0,0),(85851,14022,469,1,1,0,0,-7668.89,-1044.6,440.29,4.19,604800,0,0,4578,0,0,0,0,0),(85853,14022,469,1,1,0,0,-7652.81,-1053.44,449.36,0.08,604800,0,0,4578,0,0,0,0,0),(85854,14022,469,1,1,0,0,-7628.52,-1037.79,449.34,5.61,604800,0,0,4578,0,0,0,0,0),(85855,14025,469,1,1,0,0,-7605.35,-1038.99,449.34,5.33,604800,0,0,4578,0,0,0,0,0),(85856,14025,469,1,1,0,0,-7618.36,-1098.69,449.34,3.28,604800,0,0,4578,0,0,0,0,0),(85857,14025,469,1,1,0,0,-7661.64,-1111.37,449.34,2.93,604800,0,0,4578,0,0,0,0,0),(85858,14025,469,1,1,0,0,-7636.05,-1024.45,440.31,1.91,604800,0,0,4578,0,0,0,0,0),(85859,14025,469,1,1,0,0,-7612.45,-1006.68,440.29,1.97,604800,0,0,4578,0,0,0,0,0),(85861,14025,469,1,1,0,0,-7649.13,-958.47,440.29,5.13,604800,0,0,4578,0,0,0,0,0),(85862,14022,469,1,1,0,0,-7671.08,-974.73,440.29,4.58,604800,0,0,4578,0,0,0,0,0),(85863,14024,469,1,1,0,0,-7672.81,-979.27,440.29,4.76,604800,0,0,4578,0,0,0,0,0),(85864,14024,469,1,1,0,0,-7707.78,-1016.93,440.63,6.24,604800,0,0,4578,0,0,0,0,0),(85865,14023,469,1,1,0,0,-7707.49,-1012.73,440.5,6.17,604800,0,0,4578,0,0,0,0,0),(85875,14022,469,1,1,0,0,-7713.18,-1011.98,441.47,5.98,604800,0,0,4578,0,0,0,0,0),(85884,14025,469,1,1,0,0,-7711.5,-1008.25,441.63,5.9,604800,0,0,4578,0,0,0,0,0),(144503,15325,509,1,1,0,0,-8764.12,1581.65,22.6881,3.71767,7200,0,0,1,0,2,0,0,0),(144502,15325,509,1,1,0,0,-8764.12,1581.65,22.6881,3.69371,7200,0,0,1,0,2,0,0,0),(144501,15325,509,1,1,0,0,-8729.3,1429.32,37.3242,3.81557,7200,0,0,1,0,2,0,0,0),(144500,15325,509,1,1,0,0,-8729.3,1429.32,37.3242,3.8099,7200,0,0,1,0,2,0,0,0),(144499,15325,509,1,1,0,0,-8658.22,1452.97,32.0319,2.01218,7200,0,0,1,0,2,0,0,0),(144498,15325,509,1,1,0,0,-8658.22,1452.97,32.0319,1.89069,7200,0,0,1,0,2,0,0,0),(144497,15325,509,1,1,0,0,-8676.3,1523.41,32.032,2.22387,7200,0,0,1,0,2,0,0,0),(144496,15325,509,1,1,0,0,-8676.3,1523.41,32.032,1.82947,7200,0,0,1,0,2,0,0,0),(144495,15325,509,1,1,0,0,-8597.94,1369.12,32.032,3.25122,7200,0,0,1,0,0,0,0,0),(144494,15325,509,1,1,0,0,-8597.94,1369.12,32.032,3.25117,7200,0,0,1,0,0,0,0,0),(144493,15325,509,1,1,0,0,-8548.86,1386.29,32.032,5.26035,7200,0,0,1,0,2,0,0,0),(144492,15325,509,1,1,0,0,-8548.86,1386.29,32.032,5.22911,7200,0,0,1,0,2,0,0,0),(144491,15325,509,1,1,0,0,-8529.96,1364.05,36.8613,5.12102,7200,0,0,1,0,2,0,0,0),(144490,15325,509,1,1,0,0,-8529.96,1364.05,36.8613,4.8206,7200,0,0,1,0,2,0,0,0),(144489,15324,509,1,1,0,0,-9162.49,1518.8,22.7809,0.226893,7200,0,0,1,0,0,0,0,0),(144488,15324,509,1,1,0,0,-9148.94,1510.32,21.9923,0.942478,7200,0,0,1,0,0,0,0,0),(144487,15324,509,1,1,0,0,-9067.32,1673.46,23.0715,4.31096,7200,0,0,1,0,0,0,0,0),(144486,15324,509,1,1,0,0,-9053.82,1664.36,22.9385,3.9968,7200,0,0,1,0,0,0,0,0),(144485,15324,509,1,1,0,0,-8706.15,1552.29,31.9903,5.41052,7200,0,0,1,0,0,0,0,0),(144484,15324,509,1,1,0,0,-8693.79,1565.82,31.9903,5.35816,7200,0,0,1,0,0,0,0,0),(144483,15324,509,1,1,0,0,-8531.85,1515.69,33.2644,0.767945,7200,0,0,1,0,0,0,0,0),(144482,15324,509,1,1,0,0,-8517.44,1505.66,33.3647,0.837758,7200,0,0,1,0,0,0,0,0),(144481,15323,509,1,1,0,0,-9379.34,1401.02,21.472,3.31613,7200,5,0,1,0,1,0,0,0),(144480,15323,509,1,1,0,0,-9359.12,1217.69,21.4696,3.12414,7200,5,0,1,0,1,0,0,0),(144479,15323,509,1,1,0,0,-9353.46,1204.12,21.854,4.13643,7200,5,0,1,0,1,0,0,0),(144478,15323,509,1,1,0,0,-9311.37,1389.4,21.5097,5.53269,7200,5,0,1,0,1,0,0,0),(144477,15323,509,1,1,0,0,-9301.52,1385.1,21.4697,5.67232,7200,5,0,1,0,1,0,0,0),(144476,15323,509,1,1,0,0,-9231.43,1386.64,21.4697,0.436332,7200,5,0,1,0,1,0,0,0),(144475,15323,509,1,1,0,0,-9199.54,1464.2,21.4879,2.70526,7200,5,0,1,0,1,0,0,0),(144474,15323,509,1,1,0,0,-9189.15,1452.48,21.5292,2.05949,7200,5,0,1,0,1,0,0,0),(144473,15323,509,1,1,0,0,-9154.13,1292.98,21.4696,4.27606,7200,5,0,1,0,1,0,0,0),(144472,15320,509,1,1,0,0,-9395.24,1388.35,21.3868,0.492019,7200,5,0,1,0,1,0,0,0),(144471,15320,509,1,1,0,0,-9386.74,1393.28,21.4697,2.07694,7200,5,0,1,0,1,0,0,0),(144470,15320,509,1,1,0,0,-9340.13,1210.84,21.4696,5.34071,7200,5,0,1,0,1,0,0,0),(144469,15320,509,1,1,0,0,-9315.23,1380.3,21.5059,5.46288,7200,5,0,1,0,1,0,0,0),(144468,15320,509,1,1,0,0,-9236.35,1396.04,21.4697,2.51327,7200,5,0,1,0,1,0,0,0),(144467,15320,509,1,1,0,0,-9224.24,1384.02,21.4697,3.19395,7200,5,0,1,0,1,0,0,0),(144466,15320,509,1,1,0,0,-9187.02,1463.77,21.4697,1.18682,7200,5,0,1,0,1,0,0,0),(144465,15320,509,1,1,0,0,-9149.69,1284.75,21.4696,0.506145,7200,5,0,1,0,1,0,0,0),(144464,15320,509,1,1,0,0,-9141.97,1292.71,21.4696,1.71042,7200,5,0,1,0,1,0,0,0),(144463,15319,509,1,1,0,0,-9592.67,1425.94,21.6363,2.66185,7200,5,0,1,0,1,0,0,0),(144462,15319,509,1,1,0,0,-9589.7,1407.81,21.5113,0.698057,7200,5,0,1,0,1,0,0,0),(144461,15319,509,1,1,0,0,-9580.61,1480.18,22.2188,4.90255,7200,5,0,1,0,1,0,0,0),(144460,15319,509,1,1,0,0,-9571.89,1493.51,21.541,2.29352,7200,5,0,1,0,1,0,0,0),(144459,15319,509,1,1,0,0,-9511.27,1386.07,21.5113,0.117013,7200,5,0,1,0,1,0,0,0),(144458,15319,509,1,1,0,0,-9479.98,1370.8,23.4108,1.98968,7200,5,0,1,0,1,0,0,0),(144457,15318,509,1,1,0,0,-9592.44,1388.4,25.7444,2.01948,7200,5,0,1,0,1,0,0,0),(144456,15318,509,1,1,0,0,-9580.18,1381.9,23.9498,1.77729,7200,5,0,1,0,1,0,0,0),(144455,15318,509,1,1,0,0,-9578.56,1506.85,21.737,3.01422,7200,5,0,1,0,1,0,0,0),(144454,15318,509,1,1,0,0,-9574.35,1484.25,22.7679,1.78155,7200,5,0,1,0,1,0,0,0),(144453,15318,509,1,1,0,0,-9524.38,1383.69,21.5113,1.03884,7200,5,0,1,0,1,0,0,0),(144452,15318,509,1,1,0,0,-9489.85,1372.82,21.5999,4.38078,7200,5,0,1,0,1,0,0,0),(144451,15168,509,1,1,0,0,-9211.34,1432.98,21.4697,4.01426,7200,5,0,1,0,1,0,0,0),(144450,15168,509,1,1,0,0,-9066.02,1733.49,21.5309,3.24631,7200,5,0,1,0,1,0,0,0),(144449,15168,509,1,1,0,0,-9058.11,2159.35,21.4697,4.36332,7200,5,0,1,0,1,0,0,0),(144448,15168,509,1,1,0,0,-9000.71,1700.1,21.5721,4.43314,7200,5,0,1,0,1,0,0,0),(144447,15168,509,1,1,0,0,-8994.84,1916.53,21.4697,5.5676,7200,5,0,1,0,1,0,0,0),(144446,15168,509,1,1,0,0,-8978.44,2101.63,21.4697,0.366519,7200,5,0,1,0,1,0,0,0),(144445,15168,509,1,1,0,0,-8917.9,1547.61,21.4697,0.994838,7200,5,0,1,0,1,0,0,0),(144444,15168,509,1,1,0,0,-8848.91,1845.96,21.4697,2.05949,7200,5,0,1,0,1,0,0,0),(144443,15168,509,1,1,0,0,-8792.84,2131.11,21.4697,5.18363,7200,5,0,1,0,1,0,0,0),(144442,15168,509,1,1,0,0,-8785.25,2009.17,21.4697,3.00197,7200,5,0,1,0,1,0,0,0),(144441,15168,509,1,1,0,0,-8733.77,1600.12,21.4697,3.24631,7200,5,0,1,0,1,0,0,0),(144440,15168,509,1,1,0,0,-8732.68,1399.61,32.5355,3.42085,7200,5,0,1,0,1,0,0,0),(144439,15168,509,1,1,0,0,-8694.21,1489.31,32.1495,3.34881,7200,5,0,1,0,1,0,0,0),(144438,15168,509,1,1,0,0,-8661.1,1559.78,32.032,5.2958,7200,5,0,1,0,1,0,0,0),(144437,15168,509,1,1,0,0,-8659.35,1666.77,21.5117,2.91092,7200,5,0,1,0,1,0,0,0),(144436,15168,509,1,1,0,0,-8645.91,1430.94,32.4899,4.98746,7200,5,0,1,0,1,0,0,0),(144435,15168,509,1,1,0,0,-8610.07,1357.37,32.4278,6.23285,7200,5,0,1,0,1,0,0,0),(144434,15168,509,1,1,0,0,-8605.02,1599.76,32.032,2.77185,7200,5,0,1,0,1,0,0,0),(144433,15168,509,1,1,0,0,-8585.96,1341.19,34.0247,6.26358,7200,5,0,1,0,1,0,0,0),(144432,15168,509,1,1,0,0,-8577.19,1449.55,32.2902,0.351546,7200,5,0,1,0,1,0,0,0),(144431,15168,509,1,1,0,0,-8556.95,1410.15,32.1348,4.09838,7200,5,0,1,0,1,0,0,0),(144430,15168,509,1,1,0,0,-8523.96,1468.17,32.7353,2.54655,7200,5,0,1,0,1,0,0,0),(144429,4076,509,1,1,0,0,-9447.22,1341.09,21.4487,3.25234,7200,10,0,1,0,1,0,0,0),(144428,4076,509,1,1,0,0,-9330.01,1187.87,21.5239,5.30491,7200,10,0,1,0,1,0,0,0),(144427,4076,509,1,1,0,0,-9159.45,1308.01,21.7461,0.692738,7200,10,0,1,0,1,0,0,0),(144426,4076,509,1,1,0,0,-9007.33,1625.98,31.0026,2.55359,7200,10,0,1,0,1,0,0,0),(144425,4076,509,1,1,0,0,-8993.17,2054.44,24.6481,0.330403,7200,10,0,1,0,1,0,0,0),(144424,4076,509,1,1,0,0,-8958.73,1640.26,29.7436,3.46173,7200,10,0,1,0,1,0,0,0),(144423,4076,509,1,1,0,0,-8895.27,1739.47,21.5929,3.72889,7200,10,0,1,0,1,0,0,0),(144422,4076,509,1,1,0,0,-8879.4,1635.51,21.5113,0.438568,7200,10,0,1,0,1,0,0,0),(144421,4076,509,1,1,0,0,-8839.45,2198.03,21.4864,3.54674,7200,10,0,1,0,1,0,0,0),(144420,4076,509,1,1,0,0,-8764.86,1637.77,21.8394,1.08314,7200,10,0,1,0,1,0,0,0),(144419,4076,509,1,1,0,0,-8670.48,1374.6,32.032,3.17865,7200,10,0,1,0,1,0,0,0),(144418,4076,509,1,1,0,0,-8578.96,1562.63,38.3445,2.08301,7200,10,0,1,0,1,0,0,0),(144417,4076,509,1,1,0,0,-8557.88,1475.61,32.0928,0.317311,7200,10,0,1,0,1,0,0,0),(87632,15233,531,1,1,0,0,-8357.02,1822.8,0.319486,6.03222,604800,0,0,1,0,0,0,0,0),(87631,15233,531,1,1,0,0,-8393.71,1924.23,3.22189,2.51069,604800,0,0,1,0,0,0,0,0),(87630,15233,531,1,1,0,0,-8339.52,1890.66,-2.48608,2.18042,604800,0,0,1,0,0,0,0,0),(1975991,30120,571,1,4,0,0,7223.84,-3676.14,828.727,2.17625,300,0,0,12600,0,0,0,0,0),(1975983,30387,571,1,8,0,0,7231.77,-3648.91,823.616,5.67933,600,0,0,12600,0,0,0,0,0),(68508,22991,530,1,1,0,0,-3884.29,3003.3,400.063,-1.88496,180,0,0,4120,0,0,0,0,0),(68507,22991,530,1,1,0,0,-3883.26,3001.55,399.431,-2.3911,180,0,0,4120,0,0,0,0,0),(68506,22991,530,1,1,0,0,-3883.21,3004.11,399.738,-1.64061,180,0,0,4120,0,0,0,0,0),(68512,22991,530,1,1,0,0,-4107.81,3023.42,352.142,1.06465,180,0,0,4120,0,0,0,0,0),(68505,22991,530,1,1,0,0,-3915.67,2983.4,396.957,-1.91986,180,0,0,4120,0,0,0,0,0),(68504,22991,530,1,1,0,0,-4186.47,3047.19,352.316,2.60054,180,0,0,4120,0,0,0,0,0),(68503,22991,530,1,1,0,0,-4192.02,3046.91,352.297,2.46091,180,0,0,4120,0,0,0,0,0),(68502,22991,530,1,1,0,0,-4192.61,3045.1,352.096,3.14159,180,0,0,4120,0,0,0,0,0),(68509,22991,530,1,1,0,0,-3903.02,3095.85,383.783,-2.28638,180,0,0,4120,0,0,0,0,0),(88076,15275,531,1,1,0,0,-9023.67,1176.24,-104.226,0.767945,604800,0,0,1,0,0,0,0,0),(88073,15957,531,1,1,0,0,-9173.09,2107.33,-65.0863,1.43008,604800,5,0,1,0,1,0,0,0),(87560,15589,531,1,1,0,0,-8578.79,1986.18,100.304,3.50811,604800,0,0,1,0,0,0,0,0),(87559,15727,531,1,1,0,0,-8578.65,1985.85,100.304,3.49066,604800,0,0,1,0,0,0,0,0),(87571,15264,531,1,1,0,0,-8206.18,2164.81,129.467,5.02655,604800,0,0,1,0,0,0,0,0),(87570,15264,531,1,1,0,0,-8314.34,2119.22,118.263,0.541052,604800,0,0,1,0,0,0,0,0),(87569,15264,531,1,1,0,0,-8182.61,2166.21,129.64,4.64258,604800,0,0,1,0,0,0,0,0),(87568,15264,531,1,1,0,0,-8297.35,2075.67,118.269,0.610865,604800,0,0,1,0,0,0,0,0),(87567,15264,531,1,1,0,0,-8159.37,2144.16,129.564,4.08407,604800,0,0,1,0,0,0,0,0),(87566,15264,531,1,1,0,0,-8288.92,2054.5,118.3,0.523599,604800,0,0,1,0,0,0,0,0),(87565,15264,531,1,1,0,0,-8156.46,2119.58,129.203,3.57792,604800,0,0,1,0,0,0,0,0),(87564,15264,531,1,1,0,0,-8321.97,2142.68,118.266,0.628318,604800,0,0,1,0,0,0,0,0),(144257,15316,531,1,1,0,0,-8927.36,1291.11,-112.297,2.02832,604800,0,0,1,0,0,0,0,0),(144256,15316,531,1,1,0,0,-8926.77,1237.89,-112.292,2.31661,604800,0,0,1,0,0,0,0,0),(144255,15316,531,1,1,0,0,-8924.41,1272.34,-112.288,5.48104,604800,0,0,1,0,0,0,0,0),(144254,15316,531,1,1,0,0,-8923.95,1172.43,-112.303,5.76339,604800,0,0,1,0,0,0,0,0),(144253,15316,531,1,1,0,0,-8922.73,1187.45,-112.294,5.63987,604800,0,0,1,0,0,0,0,0),(144252,15316,531,1,1,0,0,-8921.78,1299.67,-112.219,6.10865,604800,0,0,1,0,0,0,0,0),(144251,15316,531,1,1,0,0,-8921.45,1263.29,-112.292,1.40891,604800,0,0,1,0,0,0,0,0),(144250,15316,531,1,1,0,0,-8916.75,1288.38,-112.294,0.150793,604800,0,0,1,0,0,0,0,0),(144249,15316,531,1,1,0,0,-8915.82,1271.88,-112.289,5.16047,604800,0,0,1,0,0,0,0,0),(144248,15316,531,1,1,0,0,-8915.26,1169.89,-112.302,3.20335,604800,0,0,1,0,0,0,0,0),(144247,15316,531,1,1,0,0,-8914.45,1228.33,-112.293,2.32654,604800,0,0,1,0,0,0,0,0),(144246,15316,531,1,1,0,0,-8913.2,1239.53,-112.209,5.02655,604800,0,0,1,0,0,0,0,0),(144245,15316,531,1,1,0,0,-8903.06,1233.61,-112.293,3.42555,604800,0,0,1,0,0,0,0,0),(144244,15316,531,1,1,0,0,-8895.81,1440.09,-90.5479,6.03703,604800,0,0,1,0,0,0,0,0),(144243,15316,531,1,1,0,0,-8861.7,1215.01,-104.31,4.03969,604800,0,0,1,0,0,0,0,0),(144242,15316,531,1,1,0,0,-8861.55,1424.44,-91.7355,4.75183,604800,0,0,1,0,0,0,0,0),(144241,15316,531,1,1,0,0,-8861.07,1221.99,-104.313,5.77761,604800,0,0,1,0,0,0,0,0),(144240,15316,531,1,1,0,0,-8857.82,1211.25,-104.301,1.6767,604800,0,0,1,0,0,0,0,0),(144239,15316,531,1,1,0,0,-8856.36,1231.61,-104.322,0.0350508,604800,0,0,1,0,0,0,0,0),(144238,15316,531,1,1,0,0,-8852.4,1221.99,-104.323,5.08231,604800,0,0,1,0,0,0,0,0),(144237,15316,531,1,1,0,0,-8848.83,1543.33,-95.7799,0.374809,604800,0,0,1,0,0,0,0,0),(144236,15316,531,1,1,0,0,-8752.73,1622.76,-82.5024,3.85716,604800,0,0,1,0,0,0,0,0),(144235,15316,531,1,1,0,0,-8718.27,1668.98,-83.2453,6.27658,604800,0,0,1,0,0,0,0,0),(87629,15233,531,1,1,0,0,-8350.33,1814.97,0.0281584,0.622449,604800,0,0,1,0,0,0,0,0),(87628,15233,531,1,1,0,0,-8401.17,1932.27,2.61801,5.46508,604800,0,0,1,0,0,0,0,0),(87627,15233,531,1,1,0,0,-8328.89,1876.64,-2.24609,4.79662,604800,0,0,1,0,0,0,0,0),(87626,15233,531,1,1,0,0,-8351.18,1921.12,-2.54084,3.62777,604800,0,0,1,0,0,0,0,0),(87625,15233,531,1,1,0,0,-8402.61,1914.39,3.14294,2.03199,604800,0,0,1,0,0,0,0,0),(87624,15233,531,1,1,0,0,-8344.92,1919.04,-2.50076,3.83868,604800,0,0,1,0,0,0,0,0),(87623,15233,531,1,1,0,0,-8351.28,1805.48,-1.23354,0.561911,604800,0,0,1,0,0,0,0,0),(87622,15233,531,1,1,0,0,-8339.31,1800.29,-1.5174,3.04091,604800,0,0,1,0,0,0,0,0),(87603,15544,531,1,1,0,0,-8598.54,2165.3,-4.01691,2.83,604800,0,0,433030,0,2,0,0,0),(87618,15233,531,1,1,0,0,-8385.5,2044.83,9.21668,0.122411,604800,0,0,1,0,0,0,0,0),(87617,15233,531,1,1,0,0,-8397.21,2058.12,9.61887,1.05729,604800,0,0,1,0,0,0,0,0),(87616,15233,531,1,1,0,0,-8368.54,2035.74,9.28862,2.58978,604800,0,0,1,0,0,0,0,0),(87615,15233,531,1,1,0,0,-8369.46,2060.38,9.63088,5.04104,604800,0,0,1,0,0,0,0,0),(87614,15233,531,1,1,0,0,-8636.27,2090.39,-1.37059,1.34908,604800,0,0,1,0,0,0,0,0),(87613,15233,531,1,1,0,0,-8633.74,2112.3,-1.90974,1.78408,604800,0,0,1,0,0,0,0,0),(87612,15233,531,1,1,0,0,-8620.17,2093.82,-1.80162,5.46288,604800,0,0,1,0,0,0,0,0),(87611,15233,531,1,1,0,0,-8544.83,2124.62,-1.83091,5.06591,604800,0,0,1,0,0,0,0,0),(87610,15233,531,1,1,0,0,-8550.41,2110.02,-0.879438,5.87205,604800,0,0,1,0,0,0,0,0),(87609,15233,531,1,1,0,0,-8541.61,2134.76,-2.54457,1.73661,604800,0,0,1,0,0,0,0,0),(87804,15300,531,1,1,0,0,-8105.17,1616.93,-52.5128,3.24631,0,5,0,1,0,1,0,0,0),(75965,16518,530,1,1,0,0,-4637.72,-13935.3,86.0136,5.21538,300,0,0,71,0,0,0,0,0),(87607,15247,531,1,1,0,0,-8631.83,2101.62,-1.33052,0.506145,604800,0,0,1,0,0,0,0,0),(87606,15247,531,1,1,0,0,-8623.28,2108.95,-2.67648,3.78736,604800,0,0,1,0,0,0,0,0),(87605,15247,531,1,1,0,0,-8551.39,2118.21,-1.73794,1.22173,604800,0,0,1,0,0,0,0,0),(87604,15247,531,1,1,0,0,-8548.23,2130.36,-2.73022,4.4855,604800,0,0,1,0,0,0,0,0),(87602,15511,531,1,1,0,0,-8566.88,2177.17,-3.97898,4.2237,604800,0,0,1,0,0,0,0,0),(87601,15543,531,1,1,0,0,-8587.96,2174.21,-4.14782,4.93928,604800,0,0,1,0,0,0,0,0),(87608,15233,531,1,1,0,0,-8593.99,1964.04,-1.26053,1.85283,604800,5,0,1,0,1,0,0,0),(87600,15233,531,1,1,0,0,-8581.49,1970.88,-1.45896,4.42721,604800,5,0,1,0,1,0,0,0),(87599,15233,531,1,1,0,0,-8586.84,1985.7,-1.54213,1.89459,604800,5,0,1,0,1,0,0,0),(87598,15247,531,1,1,0,0,-8592.57,1976.95,-1.21,6.0912,604800,0,0,1,0,0,0,0,0),(87597,15247,531,1,1,0,0,-8391.91,2063.48,116.203,3.50811,604800,0,0,1,0,0,0,0,0),(87596,15233,531,1,1,0,0,-8396.88,2051.32,116.212,3.38594,604800,0,0,1,0,0,0,0,0),(87595,15233,531,1,1,0,0,-8404.73,2070.3,116.213,3.64774,604800,0,0,1,0,0,0,0,0),(87653,15262,531,1,1,0,0,-8325.95,2055.94,133.055,5.01283,604800,0,0,1,0,2,0,0,0),(87652,15262,531,1,1,0,0,-8282.95,2093.24,118.3,4.95779,604800,0,0,1,0,2,0,0,0),(87528,15504,531,1,1,0,0,-8499.58,1933.64,135.709,0.977384,604800,0,0,1,0,0,0,0,0),(87529,15503,531,1,1,0,0,-8500.15,1937.38,135.755,0.471239,604800,0,0,1,0,0,0,0,0),(87527,15502,531,1,1,0,0,-8496.15,1932.62,135.738,1.309,604800,0,0,1,0,0,0,0,0),(88075,15263,531,1,1,0,0,-8346.05,2080.98,125.732,0.401426,604800,0,0,1,0,0,0,0,0),(87638,15233,531,1,1,0,0,-8363.57,1811.68,1.22763,5.53565,604800,0,0,1,0,0,0,0,0),(87637,15233,531,1,1,0,0,-8348.09,1790.44,-2.23376,2.1543,604800,0,0,1,0,0,0,0,0),(87636,15233,531,1,1,0,0,-8408.12,1938.3,3.82573,2.33242,604800,0,0,1,0,0,0,0,0),(87635,15233,531,1,1,0,0,-8390.9,1914.46,3.00565,2.86316,604800,0,0,1,0,0,0,0,0),(87634,15233,531,1,1,0,0,-8341.86,1906.82,-2.41028,5.22879,604800,0,0,1,0,0,0,0,0),(87803,15300,531,1,1,0,0,-8103.64,1634.18,-51.7676,1.58825,0,0,0,1,0,0,0,0,0),(75966,16518,530,1,1,0,0,-4667.34,-13966,87.076,5.68662,300,0,0,86,0,0,0,0,0),(87648,15516,531,1,1,0,0,-8302.48,1657.66,-29.8133,0.22,604800,0,0,749475,0,2,0,0,0),(87649,15984,531,1,1,0,0,-8302.48,1657.66,-29.8133,0.01,604800,0,0,94320,0,2,0,0,0),(87650,15984,531,1,1,0,0,-8302.48,1657.66,-29.8133,0.36,604800,0,0,94320,0,2,0,0,0),(87651,15984,531,1,1,0,0,-8302.48,1657.66,-29.8133,0.51,604800,0,0,94320,0,2,0,0,0),(87621,15233,531,1,1,0,0,-8326.91,1891.11,-1.83778,5.85632,604800,0,0,1,0,0,0,0,0),(87620,15233,531,1,1,0,0,-8378.62,2070.82,8.84445,1.7638,604800,0,0,1,0,0,0,0,0),(87814,15300,531,1,1,0,0,-8135.34,1631.17,-46.5251,5.67232,0,5,0,1,0,1,0,0,0),(87813,15300,531,1,1,0,0,-8124.21,1665.76,-44.5814,1.09956,0,5,0,1,0,1,0,0,0),(87812,15300,531,1,1,0,0,-8123.38,1655.84,-44.6947,3.45575,0,5,0,1,0,1,0,0,0),(87811,15300,531,1,1,0,0,-8122.22,1622.48,-49.1401,0.898211,0,5,0,1,0,1,0,0,0),(144271,15316,531,1,1,0,0,-8972.04,1214.24,-112.294,1.16454,604800,0,0,1,0,0,0,0,0),(87810,15300,531,1,1,0,0,-8182.79,1672.96,-31.6529,5.5676,0,0,0,1,0,2,0,0,0),(87809,15300,531,1,1,0,0,-8117.02,1671.85,-45.0503,6.03884,0,5,0,1,0,1,0,0,0),(87808,15300,531,1,1,0,0,-8110.5,1665.46,-47.7296,0.418879,0,5,0,1,0,1,0,0,0),(75964,16518,530,1,1,0,0,-4622.08,-13980.5,83.0399,5.28298,300,0,0,86,0,0,0,0,0),(87807,15300,531,1,1,0,0,-8183.29,1625.46,-38.2379,3.45575,0,0,0,1,0,0,0,0,0),(87633,15233,531,1,1,0,0,-8395.52,1942.85,4.02082,5.75491,604800,0,0,1,0,0,0,0,0),(87672,15230,531,1,1,0,0,-8578.05,1940.54,-0.0654505,4.63,604800,0,0,50304,0,2,0,0,0),(87673,15230,531,1,1,0,0,-8581.05,1940.54,-0.0654505,4.69,604800,0,0,50304,0,2,0,0,0),(87674,15230,531,1,1,0,0,-8586.05,1940.54,-0.0654505,4.78,604800,0,0,50304,0,2,0,0,0),(87675,15230,531,1,1,0,0,-8406.92,1940.7,3.54001,1.68,604800,0,0,50304,0,2,0,0,0),(87676,15230,531,1,1,0,0,-8406.92,1940.7,3.54001,4.83,604800,0,0,50304,0,2,0,0,0),(87677,15230,531,1,1,0,0,-8406.92,1940.7,3.54001,5.23,604800,0,0,50304,0,2,0,0,0),(87787,15300,531,1,1,0,0,-8059.33,1586.71,-61.1738,5.23599,0,5,0,1,0,1,0,0,0),(87786,15300,531,1,1,0,0,-8058.56,1573.01,-61.5696,3.92076,0,5,0,1,0,1,0,0,0),(87785,15300,531,1,1,0,0,-8057.8,1593.25,-61.4148,3.27207,0,5,0,1,0,1,0,0,0),(87784,15300,531,1,1,0,0,-8057.07,1658.57,-56.4563,0.837758,0,5,0,1,0,1,0,0,0),(87783,15300,531,1,1,0,0,-8052.96,1648.65,-58.4655,0.366519,0,5,0,1,0,1,0,0,0),(144270,15316,531,1,1,0,0,-8968.73,1325.82,-104.243,3.18605,604800,0,0,1,0,0,0,0,0),(87782,15300,531,1,1,0,0,-8047.27,1647.51,-58.8685,4.22416,0,0,0,1,0,2,0,0,0),(87781,15300,531,1,1,0,0,-8045.61,1583.69,-62.9838,0.979003,0,5,0,1,0,1,0,0,0),(87780,15300,531,1,1,0,0,-8043.78,1637.51,-59.3727,3.19929,0,5,0,1,0,1,0,0,0),(240326,19175,1,1,1,0,0,1603.36,-4404.49,9.30901,0.627438,300,0,0,42,0,0,0,0,0),(87779,15300,531,1,1,0,0,-8038.43,1617.54,-58.8722,4.15388,0,0,0,1,0,0,0,0,0),(240327,20102,1,1,1,0,0,6747.03,-4664.43,724.551,3.61009,300,0,0,42,0,0,0,0,0),(87778,15300,531,1,1,0,0,-8037.92,1551.61,-65.2989,4.20624,0,0,0,1,0,0,0,0,0),(240328,20102,1,1,1,0,0,-938.792,-3735.2,8.57162,3.66385,300,0,0,42,0,0,0,0,0),(87777,15300,531,1,1,0,0,-8033.25,1610.34,-58.871,3.56047,0,0,0,1,0,0,0,0,0),(87776,15300,531,1,1,0,0,-8033.08,1644.17,-58.8283,4.17972,0,5,0,1,0,1,0,0,0),(87775,15300,531,1,1,0,0,-8030.96,1190.39,-88.7235,1.48353,0,5,0,1,0,1,0,0,0),(240329,20102,1,1,1,0,0,-7177.24,-3810.02,8.3753,0.711558,300,0,0,42,0,0,0,0,0),(87774,15300,531,1,1,0,0,-8030.67,1534.74,-67.8349,3.59538,0,0,0,1,0,0,0,0,0),(87773,15300,531,1,1,0,0,-8028.74,1230.84,-85.9334,5.5676,0,5,0,1,0,1,0,0,0),(240330,20102,0,1,1,0,0,-14464.9,470.287,15.0369,5.96098,300,0,0,42,0,0,0,0,0),(87772,15300,531,1,1,0,0,-8026.98,1601.14,-59.0959,3.83972,0,0,0,1,0,0,0,0,0),(87771,15300,531,1,1,0,0,-8021.23,1552.84,-67.0752,5.46288,0,5,0,1,0,1,0,0,0),(87770,15300,531,1,1,0,0,-8017.82,1614.39,-59.0602,0.715585,0,5,0,1,0,1,0,0,0),(240331,20102,530,1,1,0,0,-1888.02,5400.44,-12.4278,5.97919,300,0,0,42,0,0,0,0,0),(87769,15300,531,1,1,0,0,-8017.15,1536.66,-68.3195,5.11381,0,0,0,1,0,0,0,0,0),(87768,15300,531,1,1,0,0,-8015.45,1614.31,-58.7127,1.97848,0,5,0,1,0,1,0,0,0),(240332,20102,530,1,1,0,0,3035.51,3635.08,144.47,0.901821,300,0,0,42,0,0,0,0,0),(87767,15300,531,1,1,0,0,-8011.02,1629.75,-55.8833,0.628318,0,0,0,1,0,0,0,0,0),(87766,15300,531,1,1,0,0,-8010.66,1253.65,-79.1359,1.67552,0,5,0,1,0,1,0,0,0),(240333,20102,1,1,1,0,0,6745.48,-4667.44,723.103,1.03712,300,0,0,42,0,0,0,0,0),(87765,15300,531,1,1,0,0,-8010.41,1557.02,-66.0409,6.0912,0,0,0,1,0,0,0,0,0),(240334,20102,1,1,1,0,0,-936.306,-3738.3,8.96324,3.35283,300,0,0,42,0,0,0,0,0),(87764,15300,531,1,1,0,0,-8006.77,1543.8,-67.109,5.21853,0,0,0,1,0,0,0,0,0),(87763,15300,531,1,1,0,0,-8005.25,1585.54,-61.2722,0.254609,0,5,0,1,0,1,0,0,0),(240335,20102,1,1,1,0,0,-7173.14,-3808.58,8.37043,3.3285,300,0,0,42,0,0,0,0,0),(87762,15300,531,1,1,0,0,-8004.08,1619.39,-55.7401,0.244346,0,0,0,1,0,0,0,0,0),(87761,15300,531,1,1,0,0,-8003.66,1273.24,-75.2686,0.20944,0,5,0,1,0,1,0,0,0),(87760,15300,531,1,1,0,0,-8002.06,1595.3,-60.0018,1.4511,0,5,0,1,0,1,0,0,0),(51876,23140,530,1,1,0,1,-5114.44,588.484,85.8724,3.03687,25,0,0,151600,0,0,0,0,0),(87759,15300,531,1,1,0,0,-8000.12,1602.63,-58.3299,0.226893,0,5,0,1,0,1,0,0,0),(87758,15300,531,1,1,0,0,-7999.32,1278.98,-73.6973,4.53786,0,5,0,1,0,1,0,0,0),(87757,15300,531,1,1,0,0,-7992.52,1592.58,-60.0931,0.526886,0,5,0,1,0,1,0,0,0),(240336,20102,0,1,1,0,0,-14461.4,468.507,15.1232,2.66545,300,0,0,42,0,0,0,0,0),(87756,15300,531,1,1,0,0,-7991.84,1299.62,-73.9601,2.1293,0,0,0,1,0,0,0,0,0),(87755,15300,531,1,1,0,0,-7990.81,1284.74,-73.1582,2.82743,0,5,0,1,0,1,0,0,0),(87754,15300,531,1,1,0,0,-7990.39,1272.21,-73.5695,2.93215,0,5,0,1,0,1,0,0,0),(87753,15300,531,1,1,0,0,-7990.04,1297.59,-74.1237,3.12338,0,5,0,1,0,1,0,0,0),(87752,15300,531,1,1,0,0,-7989.69,1580.11,-62.092,6.12582,0,5,0,1,0,1,0,0,0),(240337,20102,530,1,1,0,0,-1884.63,5397.52,-12.4278,2.51637,300,0,0,42,0,0,0,0,0),(87751,15300,531,1,1,0,0,-7988.98,1555.54,-62.0748,3.56047,0,0,0,1,0,0,0,0,0),(240338,20102,530,1,1,0,0,3038.56,3635.53,144.012,3.32713,300,0,0,42,0,0,0,0,0),(87750,15300,531,1,1,0,0,-7984.72,1306.54,-76.8012,2.35619,0,0,0,1,0,0,0,0,0),(240339,35250,1,1,1,0,0,10066,2125.69,1329.66,1.12742,300,0,0,42,0,0,0,0,0),(87749,15300,531,1,1,0,0,-7984.06,1544.06,-61.7208,3.56047,0,0,0,1,0,0,0,0,0),(87748,15300,531,1,1,0,0,-7982.53,1274.69,-72.8727,4.81711,0,5,0,1,0,1,0,0,0),(240340,35250,1,1,1,0,0,10058.4,2135.92,1330.81,4.55176,300,0,0,42,0,0,0,0,0),(87747,15300,531,1,1,0,0,-7979.31,1537.99,-61.219,3.21141,0,0,0,1,0,0,0,0,0),(87746,15300,531,1,1,0,0,-7978.03,1568.93,-61.9363,2.33874,0,5,0,1,0,1,0,0,0),(87745,15300,531,1,1,0,0,-7971.2,1302.06,-78.5289,2.68836,0,5,0,1,0,1,0,0,0),(87744,15300,531,1,1,0,0,-7970.93,1297.65,-76.1736,3.36848,0,5,0,1,0,1,0,0,0),(87743,15300,531,1,1,0,0,-7967.87,1536.32,-62.045,5.91667,0,5,0,1,0,1,0,0,0),(87742,15300,531,1,1,0,0,-7967.63,1313.65,-85.223,5.32325,0,5,0,1,0,1,0,0,0),(87741,15300,531,1,1,0,0,-7967.22,1524.41,-60.576,5.2709,0,5,0,1,0,1,0,0,0),(87740,15300,531,1,1,0,0,-7967.02,1274.79,-72.16,5.044,0,0,0,1,0,0,0,0,0),(136045,32780,603,3,1,11686,0,2137.48,-289.132,419.561,1.67552,180,0,0,42,0,0,0,0,0),(87739,15300,531,1,1,0,0,-7961.92,1338.29,-92.4044,2.23402,0,0,0,1,0,0,0,0,0),(87738,15300,531,1,1,0,0,-7961.39,1279.92,-73.735,5.37561,0,0,0,1,0,0,0,0,0),(87737,15300,531,1,1,0,0,-7960.23,1307.61,-83.0706,5.00353,0,5,0,1,0,1,0,0,0),(87736,15300,531,1,1,0,0,-7959.44,1320.1,-89.4182,0.855211,0,5,0,1,0,1,0,0,0),(87735,15300,531,1,1,0,0,-7958.49,1528.29,-61.774,3.85732,0,5,0,1,0,1,0,0,0),(1976580,30502,571,1,4,0,0,7278.25,-984.53,918.99,5.55079,300,0,0,50400,0,0,0,0,0),(87734,15300,531,1,1,0,0,-7957.66,1340.28,-92.2655,2.28638,0,0,0,1,0,0,0,0,0),(245704,25710,547,3,1,0,0,132.721,-116.256,-1.59053,3.85833,86400,0,0,13000,0,0,0,0,0),(87733,15300,531,1,1,0,0,-7955.87,1284.8,-75.5465,5.8294,0,0,0,1,0,0,0,0,0),(245702,25946,0,1,1,0,0,2281.77,453.836,33.9988,4.05597,300,0,0,160,0,0,0,0,0),(87732,15300,531,1,1,0,0,-7955.86,1498.23,-62.6501,3.66519,0,0,0,1,0,0,0,0,0),(244636,37671,1,1,1,0,1,1393.56,-4487.77,31.4434,2.97897,180,0,0,12600,0,0,0,0,0),(87731,15300,531,1,1,0,0,-7955.77,1568.09,-60.0947,0.226893,0,0,0,1,0,0,0,0,0),(87730,15300,531,1,1,0,0,-7954.77,1345.85,-91.369,3.12414,0,0,0,1,0,0,0,0,0),(87729,15300,531,1,1,0,0,-7954.72,1540.17,-60.0012,4.36332,0,5,0,1,0,1,0,0,0),(245511,32812,571,1,1,0,0,2586.68,-4337.07,276.07,4.13643,300,0,0,4278,0,0,0,0,0),(87728,15300,531,1,1,0,0,-7954.24,1559.81,-59.1187,0.715585,0,0,0,1,0,0,0,0,0),(87727,15300,531,1,1,0,0,-7950.72,1521.17,-62.7498,2.95015,0,5,0,1,0,1,0,0,0),(87726,15300,531,1,1,0,0,-7950.41,1317.31,-89.459,1.91188,0,5,0,1,0,1,0,0,0),(245703,25947,530,1,1,0,0,205.463,7693.15,23.3862,2.04204,300,0,0,5000,0,0,0,0,0),(87725,15300,531,1,1,0,0,-7949.81,1486.38,-63.6192,3.52556,0,0,0,1,0,0,0,0,0),(87724,15300,531,1,1,0,0,-7949.53,1525.04,-62.2877,2.1293,0,5,0,1,0,1,0,0,0),(87723,15300,531,1,1,0,0,-7940.6,1337.28,-91.0397,2.72271,0,5,0,1,0,1,0,0,0),(87722,15300,531,1,1,0,0,-7939.13,1356.65,-86.1083,1.62316,0,5,0,1,0,1,0,0,0),(245700,25944,0,1,1,0,0,-457.319,-4525.64,9.81651,1.8675,300,0,0,740,0,0,0,0,0),(87721,15300,531,1,1,0,0,-7938.88,1372.34,-78.7031,2.19912,0,0,0,1,0,0,0,0,0),(87720,15300,531,1,1,0,0,-7938.33,1348.7,-87.8406,3.57202,0,5,0,1,0,1,0,0,0),(245701,25945,1,1,1,0,0,-5519.48,-2294.23,-57.9951,3.1765,300,0,0,11000,0,0,0,0,0),(87719,15300,531,1,1,0,0,-7937.95,1461.59,-65.5012,3.80482,0,0,0,1,0,0,0,0,0),(87718,15300,531,1,1,0,0,-7936.1,1496.02,-64.4074,3.07174,0,5,0,1,0,1,0,0,0),(144269,15316,531,1,1,0,0,-8966.55,1207.66,-112.294,4.47718,604800,0,0,1,0,0,0,0,0),(87717,15300,531,1,1,0,0,-7959.94,1511.2,-61.9448,5.60251,0,0,0,1,0,2,0,0,0),(245698,25942,530,1,1,0,0,-2545.67,4273.74,19.9345,0.610865,300,0,0,4800,0,0,0,0,0),(87716,15300,531,1,1,0,0,-7933.89,1378.92,-75.0208,3.03687,0,0,0,1,0,0,0,0,0),(245699,25943,1,1,1,0,0,-282.304,-2668.31,92.9559,4.60767,300,0,0,1900,0,0,0,0,0),(87715,15300,531,1,1,0,0,-7933.67,1528.83,-59.2125,0.628318,0,0,0,1,0,0,0,0,0),(245696,25940,1,1,1,0,0,947.727,780.152,104.199,3.80482,300,0,0,440,0,0,0,0,0),(87714,15300,531,1,1,0,0,-7932.88,1453.16,-65.9118,3.33358,0,0,0,1,0,0,0,0,0),(87713,15300,531,1,1,0,0,-7931.01,1349.31,-86.4936,4.62881,0,5,0,1,0,1,0,0,0),(245697,25941,0,1,1,0,0,-10339.2,-3294.17,22.5361,1.79769,300,0,0,1100,0,0,0,0,0),(87712,15300,531,1,1,0,0,-7930.55,1320.51,-90.3727,5.70723,0,0,0,1,0,0,0,0,0),(87711,15300,531,1,1,0,0,-7929.9,1484.51,-65.1324,2.53903,0,5,0,1,0,1,0,0,0),(245694,25938,530,1,1,0,0,-3060.18,2399.51,61.2253,4.7626,300,0,0,510,0,0,0,0,0),(87710,15300,531,1,1,0,0,-7927.48,1389.67,-69.1256,2.94961,0,0,0,1,0,0,0,0,0),(87709,15300,531,1,1,0,0,-7927.46,1472.6,-65.6557,1.79968,0,5,0,1,0,1,0,0,0),(87708,15300,531,1,1,0,0,-7927.37,1365.6,-79.8304,6.05629,0,5,0,1,0,1,0,0,0),(245695,25939,0,1,1,0,0,593.82,1363,90.1024,1.01229,300,0,0,88,0,0,0,0,0),(87707,15300,531,1,1,0,0,-7927.33,1328.95,-89.8647,5.75959,0,0,0,1,0,0,0,0,0),(87706,15300,531,1,1,0,0,-7927.26,1493.96,-64.1237,2.33611,0,5,0,1,0,1,0,0,0),(245692,25936,1,1,1,0,0,-2321.74,-619.749,-8.98915,5.67232,300,0,0,9300,0,0,0,0,0),(87705,15300,531,1,1,0,0,-7926.7,1518.37,-59.6873,0.558505,0,0,0,1,0,0,0,0,0),(245693,25937,530,1,1,0,0,-1215.73,7482.89,22.1811,3.22886,300,0,0,6900,0,0,0,0,0),(87704,15300,531,1,1,0,0,-7926.56,1411.77,-65.3652,2.74017,0,0,0,1,0,0,0,0,0),(87703,15300,531,1,1,0,0,-7926.44,1354.81,-83.5887,3.46605,0,5,0,1,0,1,0,0,0),(245690,25934,530,1,1,0,0,33.5603,2589.92,69.2065,3.63029,300,0,0,1600,0,0,0,0,0),(87702,15300,531,1,1,0,0,-7925.12,1421.92,-65.6156,3.19395,0,0,0,1,0,0,0,0,0),(87701,15300,531,1,1,0,0,-7923.03,1477.88,-65.6414,3.4383,0,5,0,1,0,1,0,0,0),(87700,15300,531,1,1,0,0,-7921.19,1485.36,-64.4823,3.43748,0,5,0,1,0,1,0,0,0),(87699,15300,531,1,1,0,0,-7919.87,1441.27,-66.9613,0.0349066,0,5,0,1,0,1,0,0,0),(245691,25935,0,1,1,0,0,-142.509,-807.779,55.477,2.42601,300,0,0,1400,0,0,0,0,0),(87698,15300,531,1,1,0,0,-7919.54,1503.97,-60.7916,0.680678,0,0,0,1,0,0,0,0,0),(87697,15300,531,1,1,0,0,-7919.17,1450.88,-66.8672,3.782,0,5,0,1,0,1,0,0,0),(87696,15300,531,1,1,0,0,-7919.03,1399.42,-65.4714,0.820305,0,5,0,1,0,1,0,0,0),(87695,15300,531,1,1,0,0,-7916.7,1452.72,-66.9803,3.1765,0,5,0,1,0,1,0,0,0),(87694,15300,531,1,1,0,0,-7915.5,1391.56,-68.9624,0.182964,0,5,0,1,0,1,0,0,0),(87693,15300,531,1,1,0,0,-7912.69,1392.55,-68.8668,4.43314,0,5,0,1,0,1,0,0,0),(87692,15300,531,1,1,0,0,-7912.08,1399.68,-68.0191,4.38238,0,5,0,1,0,1,0,0,0),(87691,15300,531,1,1,0,0,-7911.51,1433.75,-68.0199,2.9732,0,5,0,1,0,1,0,0,0),(245688,25932,1,1,1,0,0,-4580.95,411.728,42.0259,3.71755,300,0,0,2000,0,0,0,0,0),(87690,15300,531,1,1,0,0,-7911.22,1360.08,-75.3761,5.81195,0,0,0,1,0,0,0,0,0),(28402,23139,530,1,1,0,1,-5085,578.657,86.6483,2.36871,25,0,0,151600,0,0,0,0,0),(87689,15300,531,1,1,0,0,-7909.4,1408.31,-66.5765,2.09439,0,5,0,1,0,1,0,0,0),(144268,15316,531,1,1,0,0,-8964.83,1240.76,-112.621,3.0616,604800,0,0,1,0,0,0,0,0),(87688,15300,531,1,1,0,0,-7917.92,1443.21,-67.164,2.53073,0,0,0,1,0,2,0,0,0),(87687,15300,531,1,1,0,0,-7909.21,1453.82,-66.7135,5.38819,0,5,0,1,0,1,0,0,0),(87686,15300,531,1,1,0,0,-7908.2,1441.5,-67.6727,1.96544,0,5,0,1,0,1,0,0,0),(87685,15300,531,1,1,0,0,-7905.73,1397.53,-65.6743,1.68921,0,5,0,1,0,1,0,0,0),(245689,25933,530,1,1,0,0,7700.87,-6837.83,77.0927,1.03095,300,0,0,140,0,0,0,0,0),(87684,15300,531,1,1,0,0,-7904.26,1483.91,-61.9132,0.191986,0,0,0,1,0,0,0,0,0),(245686,25930,1,1,1,0,0,-3115.07,-2730.11,33.8021,3.03687,300,0,0,1500,0,0,0,0,0),(87683,15300,531,1,1,0,0,-7903.24,1475.59,-62.5183,0.174533,0,0,0,1,0,0,0,0,0),(245687,25931,530,1,1,0,0,9384.59,-6772.03,14.2686,3.31144,300,0,0,8700,0,0,0,0,0),(87682,15300,531,1,1,0,0,-7902.51,1379.25,-64.9104,5.60251,0,0,0,1,0,0,0,0,0),(245684,25928,1,1,1,0,0,-1853.53,3057.99,0.857634,1.41372,300,0,0,1200,0,0,0,0,0),(87681,15300,531,1,1,0,0,-7898.47,1467.74,-63.5777,0.959931,0,0,0,1,0,0,0,0,0),(245685,25929,1,1,1,0,0,147.559,-4705.72,18.602,5.86374,300,0,0,955,0,0,0,0,0),(87680,15300,531,1,1,0,0,-7893.52,1410.41,-63.5654,0.0698132,0,0,0,1,0,0,0,0,0),(245682,25926,530,1,1,0,0,2278.76,6137.25,136.707,4.22391,300,0,0,840,0,0,0,0,0),(87679,15300,531,1,1,0,0,-7892.57,1422.79,-64.8623,0.0349066,0,0,0,1,0,0,0,0,0),(245683,25927,0,1,1,0,0,-7598.53,-2075.67,127.085,2.79253,300,0,0,1900,0,0,0,0,0),(87678,15300,531,1,1,0,0,-7892.55,1435.67,-65.2271,0.0349066,0,0,0,1,0,0,0,0,0),(87901,15229,531,1,1,0,0,-8015.13,1258.72,-79.7256,0.76,604800,0,0,81744,0,2,0,0,0),(87902,15229,531,1,1,0,0,-8043.79,1645.19,-59.283,1.51,604800,0,0,81744,0,2,0,0,0),(87903,15229,531,1,1,0,0,-7902.71,1410.92,-66.0865,2.03,604800,0,0,81744,0,2,0,0,0),(87904,15229,531,1,1,0,0,-7938.3,1489.5,-64.3345,2.49,604800,0,0,81744,0,2,0,0,0),(87905,15229,531,1,1,0,0,-8164.9,1624.76,-40.0435,2.24,604800,0,0,81744,0,2,0,0,0),(87906,15229,531,1,1,0,0,-7925.46,1500.01,-63.0719,2.87,604800,0,0,81744,0,2,0,0,0),(87802,15300,531,1,1,0,0,-8102.48,1600.46,-52.3871,4.31096,0,0,0,1,0,0,0,0,0),(75967,16518,530,1,1,0,0,-4646.43,-14010,88.6244,2.11305,300,0,0,71,0,0,0,0,0),(87801,15300,531,1,1,0,0,-8098.15,1677.55,-46.3869,1.43117,0,0,0,1,0,0,0,0,0),(87911,15510,531,1,1,0,0,-8085.39,1196.72,-91.97,0.62,604800,10,0,999300,0,1,0,0,0),(240010,24205,1,1,1,0,0,1576.72,-4196.79,41.14,2.08832,300,0,0,1,0,0,0,0,0),(87800,15300,531,1,1,0,0,-8093.48,1646.51,-51.5366,4.93928,0,0,0,1,0,0,0,0,0),(240009,24205,0,1,1,0,0,-4663.33,-963.828,500.375,2.0796,300,0,0,1,0,0,0,0,0),(87799,15300,531,1,1,0,0,-8092.72,1633.17,-54.1339,0.349066,0,0,0,1,0,0,0,0,0),(87798,15300,531,1,1,0,0,-8091.71,1660.42,-51.8639,1.88496,0,5,0,1,0,1,0,0,0),(240321,19177,1,1,1,0,0,1688.01,-4350.19,61.2691,2.56413,300,0,0,42,0,0,0,0,0),(87797,15300,531,1,1,0,0,-8087.1,1594.79,-56.2253,3.61283,0,0,0,1,0,0,0,0,0),(87796,15300,531,1,1,0,0,-8084.04,1154.17,-92.0299,1.79769,0,5,0,1,0,1,0,0,0),(240322,19177,1,1,1,0,0,1685.07,-4352.88,61.7253,1.79601,300,0,0,42,0,0,0,0,0),(87795,15300,531,1,1,0,0,-8082.84,1626.92,-55.887,0.802851,0,0,0,1,0,0,0,0,0),(240323,19176,1,1,1,0,0,-1241.98,81.7344,129.422,5.4992,300,0,0,42,0,0,0,0,0),(87794,15300,531,1,1,0,0,-8082.64,1645.96,-53.6985,4.45059,0,0,0,1,0,0,0,0,0),(240324,19176,1,1,1,0,0,-1242.68,76.7127,128.935,1.27376,300,0,0,42,0,0,0,0,0),(87793,15300,531,1,1,0,0,-8082.46,1673.08,-49.7111,1.02974,0,0,0,1,0,0,0,0,0),(87792,15300,531,1,1,0,0,-8078.9,1239.6,-91.3777,1.06635,0,5,0,1,0,1,0,0,0),(240325,19175,1,1,1,0,0,1607.39,-4402.93,10.1664,3.11715,300,0,0,42,0,0,0,0,0),(87791,15300,531,1,1,0,0,-8073.21,1670.58,-51.6655,1.50098,0,0,0,1,0,0,0,0,0),(87790,15300,531,1,1,0,0,-8066.04,1645.91,-56.9483,3.00077,0,5,0,1,0,1,0,0,0),(87789,15300,531,1,1,0,0,-8065.97,1589.98,-60.271,0.820305,0,5,0,1,0,1,0,0,0),(87788,15300,531,1,1,0,0,-8060.23,1604.71,-60.4653,4.95674,0,5,0,1,0,1,0,0,0),(87938,15299,531,1,1,0,0,-7992.36,908.19,-52.62,1.68,604800,0,0,1998600,0,0,0,0,0),(87939,15240,531,1,1,0,0,-8290.74,1337.27,-79.8455,5.33,604800,0,0,97110,0,2,0,0,0),(87940,15240,531,1,1,0,0,-8294.74,1332.27,-79.8455,2.46,604800,0,0,97110,0,2,0,0,0),(87941,15240,531,1,1,0,0,-8255.96,1349.65,-84.4174,3.5,604800,0,0,97110,0,2,0,0,0),(87942,15240,531,1,1,0,0,-8259.72,1343.37,-84.4428,3.21,604800,0,0,97110,0,2,0,0,0),(87943,15240,531,1,1,0,0,-8526.7,1385.16,-58.8777,2.89,604800,0,0,97110,0,2,0,0,0),(87944,15240,531,1,1,0,0,-8524.32,1389.61,-57.2656,3.79,604800,0,0,97110,0,2,0,0,0),(87834,4076,531,1,1,0,0,-8416.19,2076.55,116.128,2.94388,604800,5,0,1,0,1,0,0,0),(87833,4076,531,1,1,0,0,-8414.61,2051.61,9.27969,3.34374,604800,5,0,1,0,1,0,0,0),(87832,4076,531,1,1,0,0,-8308.06,1858.82,-1.61043,5.60666,604800,5,0,1,0,1,0,0,0),(87831,4076,531,1,1,0,0,-8071.96,1231.47,-91.4619,1.90356,604800,5,0,1,0,1,0,0,0),(87830,4076,531,1,1,0,0,-7993.61,1277.03,-73.5346,1.85641,604800,5,0,1,0,1,0,0,0),(87962,15236,531,1,1,0,0,-8563.52,1739.6,-90.4636,1.87,604800,0,0,30520,0,2,0,0,0),(87963,15236,531,1,1,0,0,-8563.52,1739.6,-90.4636,1.86,604800,0,0,30520,0,2,0,0,0),(87964,15236,531,1,1,0,0,-8635.93,1406.94,-69.8332,1.7,604800,0,0,30520,0,2,0,0,0),(87965,15236,531,1,1,0,0,-8635.93,1406.94,-69.8332,0.72,604800,0,0,30520,0,2,0,0,0),(87966,15236,531,1,1,0,0,-8635.93,1406.94,-69.8332,0.73,604800,0,0,30520,0,2,0,0,0),(87967,15236,531,1,1,0,0,-8623.98,1334.81,-69.8649,0.78,604800,0,0,30520,0,2,0,0,0),(87968,15236,531,1,1,0,0,-8623.98,1334.81,-69.8649,0.74,604800,0,0,30520,0,2,0,0,0),(87969,15236,531,1,1,0,0,-8623.98,1334.81,-69.8649,0.79,604800,0,0,30520,0,2,0,0,0),(87970,15236,531,1,1,0,0,-8627.88,1556.9,-77.6994,1.07,604800,0,0,30520,0,2,0,0,0),(87971,15236,531,1,1,0,0,-8627.88,1556.9,-77.6994,0.95,604800,0,0,30520,0,2,0,0,0),(87972,15236,531,1,1,0,0,-8632.93,1329.29,-69.7949,0.39,604800,0,0,30520,0,2,0,0,0),(87973,15236,531,1,1,0,0,-8632.93,1329.29,-69.7949,0.27,604800,0,0,30520,0,2,0,0,0),(87974,15236,531,1,1,0,0,-8602.22,1420.14,-66.1638,5.29,604800,0,0,30520,0,2,0,0,0),(87975,15236,531,1,1,0,0,-8602.22,1420.14,-66.1638,5.35,604800,0,0,30520,0,2,0,0,0),(87976,15236,531,1,1,0,0,-8602.22,1420.14,-66.1638,5.2,604800,0,0,30520,0,2,0,0,0),(144267,15316,531,1,1,0,0,-8962.06,1269.01,-112.501,4.20022,604800,0,0,1,0,0,0,0,0),(144266,15316,531,1,1,0,0,-8960.9,1280.69,-112.293,3.25384,604800,0,0,1,0,0,0,0,0),(144265,15316,531,1,1,0,0,-8951.37,1274.6,-112.293,3.10544,604800,0,0,1,0,0,0,0,0),(144264,15316,531,1,1,0,0,-8943.13,1192.37,-112.292,5.81498,604800,0,0,1,0,0,0,0,0),(144263,15316,531,1,1,0,0,-8942.03,1261.23,-112.292,5.23597,604800,0,0,1,0,0,0,0,0),(144262,15316,531,1,1,0,0,-8939.72,1163.85,-112.299,0.500117,604800,0,0,1,0,0,0,0,0),(144261,15316,531,1,1,0,0,-8935.91,1189.32,-112.289,5.85941,604800,0,0,1,0,0,0,0,0),(144260,15316,531,1,1,0,0,-8933.85,1249.55,-112.292,2.21655,604800,0,0,1,0,0,0,0,0),(144259,15316,531,1,1,0,0,-8928.22,1368.94,-104.253,0.845118,604800,0,0,1,0,0,0,0,0),(144258,15316,531,1,1,0,0,-8928.1,1227.17,-112.292,3.44665,604800,0,0,1,0,0,0,0,0),(87990,15235,531,1,1,0,0,-8563.52,1739.6,-90.4636,6.24,604800,0,0,64740,0,2,0,0,0),(87991,15235,531,1,1,0,0,-8635.93,1406.94,-69.8332,2.07,604800,0,0,64740,0,2,0,0,0),(87992,15235,531,1,1,0,0,-8623.98,1334.81,-69.8649,1.06,604800,0,0,64740,0,2,0,0,0),(87993,15235,531,1,1,0,0,-8627.88,1556.9,-77.6994,5.1,604800,0,0,64740,0,2,0,0,0),(87994,15249,531,1,1,0,0,-8563.52,1739.6,-90.4636,5.07,604800,0,0,6474,0,2,0,0,0),(87995,15249,531,1,1,0,0,-8627.88,1556.9,-77.6994,5.08,604800,0,0,6474,0,2,0,0,0),(87996,15249,531,1,1,0,0,-8632.93,1329.29,-69.7949,4.23,604800,0,0,6474,0,2,0,0,0),(87997,15235,531,1,1,0,0,-8632.93,1329.29,-69.7949,4.33,604800,0,0,64740,0,2,0,0,0),(87998,15235,531,1,1,0,0,-8602.22,1420.14,-66.1638,4.72,604800,0,0,64740,0,2,0,0,0),(88014,15509,531,1,1,0,0,-8515.8,1693.65,-90.4847,1.57,604800,0,0,999300,0,2,0,0,0),(88015,15277,531,1,1,0,0,-8824.77,1504.37,-94.8184,3.85,604800,0,0,485550,0,2,0,0,0),(88016,15277,531,1,1,0,0,-8775.91,1617.34,-87.9855,4.12,604800,0,0,485550,0,2,0,0,0),(88017,15277,531,1,1,0,0,-8850.7,1524.02,-95.0793,2.17,604800,0,0,485550,0,2,0,0,0),(88018,15277,531,1,1,0,0,-8887.57,1503.21,-94.078,0.28,604800,0,0,485550,0,2,0,0,0),(88019,15277,531,1,1,0,0,-8909.75,1378.05,-101.799,1.3,604800,0,0,485550,0,2,0,0,0),(87656,15311,531,1,1,0,0,-9083.56,1767.91,-42.7913,3.22886,604800,0,0,1,0,0,0,0,0),(87655,15311,531,1,1,0,0,-8997.91,1920.16,-43.965,4.29351,604800,0,0,1,0,0,0,0,0),(88029,15312,531,1,1,0,0,-9140.38,1802.05,-42.0114,5.48033,604800,0,0,1,0,0,0,0,0),(88028,15312,531,1,1,0,0,-9122.17,1809.71,-42.5087,4.43314,604800,0,0,1,0,0,0,0,0),(88027,15312,531,1,1,0,0,-9090.95,1755.96,-41.9928,2.86234,604800,0,0,1,0,0,0,0,0),(88026,15312,531,1,1,0,0,-9087.13,1781.5,-42.4746,3.57792,604800,0,0,1,0,0,0,0,0),(88025,15312,531,1,1,0,0,-9016.39,1920.33,-44.3013,4.57276,604800,0,0,1,0,0,0,0,0),(88024,15312,531,1,1,0,0,-8995.44,1903.27,-41.8788,3.75246,604800,0,0,1,0,0,0,0,0),(88023,15312,531,1,1,0,0,-8919,1846.38,-23.089,2.61799,604800,0,0,1,0,0,0,0,0),(88022,15312,531,1,1,0,0,-8913.27,1875.2,-22.022,3.1765,604800,0,0,1,0,0,0,0,0),(88030,15252,531,1,1,0,0,-9052.87,1935.98,-50.53,5.09,604800,0,0,266480,0,0,0,0,0),(88031,15246,531,1,1,0,0,-9056.51,1943.94,-50.35,5.19,604800,0,0,125760,0,0,0,0,0),(88032,15246,531,1,1,0,0,-9047.41,1940.86,-50.24,5.19,604800,0,0,125760,0,0,0,0,0),(88033,15246,531,1,1,0,0,-9060.56,1932.24,-48.58,5.38,604800,0,0,125760,0,0,0,0,0),(88034,15246,531,1,1,0,0,-9048.83,1928.51,-51.29,5.24,604800,0,0,125760,0,0,0,0,0),(88035,15537,531,1,1,0,0,-9094.79,1419.27,-107.07,5.35,604800,0,0,38844,0,0,0,0,0),(88036,15537,531,1,1,0,0,-9137.84,1493.64,-100.15,5.27,604800,0,0,38844,0,0,0,0,0),(88037,15537,531,1,1,0,0,-9215.68,1548.3,-81.44,5.22,604800,0,0,38844,0,0,0,0,0),(88038,15252,531,1,1,0,0,-9182.03,1621.43,-71.19,4.86,604800,0,0,266480,0,0,0,0,0),(88039,15252,531,1,1,0,0,-9075.95,1471.12,-106.43,5.09,604800,0,0,266480,0,0,0,0,0),(88040,15249,531,1,1,0,0,-9072.45,1479.86,-104.82,4.94,604800,0,0,94320,0,0,0,0,0),(88041,15249,531,1,1,0,0,-9078.94,1479.76,-105.86,5.22,604800,0,0,94320,0,0,0,0,0),(88042,15249,531,1,1,0,0,-9102.47,1421.9,-106.56,5.36,604800,0,0,94320,0,0,0,0,0),(88043,15249,531,1,1,0,0,-9223.76,1549.93,-80.94,5.45,604800,0,0,94320,0,0,0,0,0),(88044,15249,531,1,1,0,0,-9211.67,1559.36,-79.04,5.1,604800,0,0,94320,0,0,0,0,0),(88045,15249,531,1,1,0,0,-9187.61,1631.64,-68.62,4.69,604800,0,0,94320,0,0,0,0,0),(88046,15250,531,1,1,0,0,-9176.69,1632.09,-69.09,4.71,604800,0,0,100600,2486,0,0,0,0),(88047,15250,531,1,1,0,0,-9182.12,1633.01,-69.1,4.82,604800,0,0,100600,2486,0,0,0,0),(88048,15250,531,1,1,0,0,-9218.93,1556.08,-79.77,5.08,604800,0,0,100600,2486,0,0,0,0),(88049,15250,531,1,1,0,0,-9143.05,1496.38,-99.64,5.22,604800,0,0,100600,2486,0,0,0,0),(88050,15250,531,1,1,0,0,-9136.85,1500.99,-98.89,5.16,604800,0,0,100600,2486,0,0,0,0),(88051,15250,531,1,1,0,0,-9141.84,1503.35,-98.33,4.95,604800,0,0,100600,2486,0,0,0,0),(88052,15250,531,1,1,0,0,-9083.13,1476.56,-105.66,5.27,604800,0,0,100600,2486,0,0,0,0),(88053,15250,531,1,1,0,0,-9095.65,1425.91,-106.88,5.33,604800,0,0,100600,2486,0,0,0,0),(88054,15250,531,1,1,0,0,-9130.47,1396.42,-106.64,0.06,604800,0,0,100600,2486,0,0,0,0),(88055,15249,531,1,1,0,0,-9128.85,1386.56,-106.28,0.46,604800,0,0,94320,0,0,0,0,0),(88056,15249,531,1,1,0,0,-9135.67,1390.58,-106.77,0.27,604800,0,0,94320,0,0,0,0,0),(88057,15252,531,1,1,0,0,-9127.62,1391.84,-106.69,0.12,604800,0,0,266480,0,0,0,0,0),(88058,15252,531,1,1,0,0,-9175.75,1461.22,-101.29,0.41,604800,0,0,266480,0,0,0,0,0),(88059,15249,531,1,1,0,0,-9183.72,1464.95,-99.54,0.4,604800,0,0,94320,0,0,0,0,0),(88060,15249,531,1,1,0,0,-9180.13,1454.26,-100.34,0.44,604800,0,0,94320,0,0,0,0,0),(88061,15250,531,1,1,0,0,-9186.33,1461.52,-99.2,0.2,604800,0,0,100600,2486,0,0,0,0),(88062,15250,531,1,1,0,0,-9184.98,1457.65,-99.62,0.35,604800,0,0,100600,2486,0,0,0,0),(87654,15311,531,1,1,0,0,-8909.5,1860.69,-22.3739,3.1765,604800,0,0,1,0,0,0,0,0),(68511,22991,530,1,1,0,0,-3900.75,3100.75,383.795,-0.436333,180,0,0,4120,0,0,0,0,0),(68510,22991,530,1,1,0,0,-3898.45,3093.06,383.667,2.53073,180,0,0,4120,0,0,0,0,0),(68501,22991,530,1,1,0,0,-4189.67,3039.9,352.247,-0.785398,180,0,0,4120,0,0,0,0,0),(87806,15300,531,1,1,0,0,-8110.33,1194.99,-91.6911,1.5708,0,5,0,1,0,1,0,0,0),(87805,15300,531,1,1,0,0,-8110,1654.93,-47.8545,6.17846,0,5,0,1,0,1,0,0,0),(4458,15896,531,1,1,0,0,-8578.1,1986.94,100.304,2.30383,604800,0,0,1,0,0,0,0,0),(87563,15380,531,1,1,0,0,-8663.46,2029.89,108.661,4.31096,604800,0,0,1,0,0,0,0,0),(88074,15262,531,1,1,0,0,-8181.45,2105.02,129.196,4.05,604800,0,0,170940,24340,2,0,0,0),(87619,15233,531,1,1,0,0,-8393.08,2075.15,9.17977,5.66788,604800,0,0,1,0,0,0,0,0),(87562,15379,531,1,1,0,0,-8660.59,2022.34,108.661,4.03171,604800,0,0,1,0,0,0,0,0),(87561,15378,531,1,1,0,0,-8652.15,2020.91,108.661,4.01426,604800,0,0,1,0,0,0,0,0),(126306,31103,615,3,1,27396,0,3339.15,512.563,99.6245,0.087266,3600,0,0,37800,0,0,0,0,0),(126305,31103,615,3,1,27396,0,3339.36,513.83,99.4789,0.820305,3600,0,0,37800,0,0,0,0,0),(126304,31103,615,3,1,27396,0,3098.73,483.069,87.9034,0.994838,3600,0,0,37800,0,0,0,0,0),(126303,31103,615,3,1,27396,0,3096.86,482.44,87.9526,5.51524,3600,0,0,37800,0,0,0,0,0),(126302,31103,615,3,1,27396,0,3337.13,667.017,86.4224,1.62316,3600,0,0,37800,0,0,0,0,0),(126301,31103,615,3,1,27396,0,3338.77,666.341,86.5069,0,3600,0,0,37800,0,0,0,0,0),(126300,31103,615,3,1,27396,0,3093.27,467.427,86.9609,2.98451,3600,0,0,37800,0,0,0,0,0),(126299,31103,615,3,1,27396,0,3093.47,469.212,86.936,4.7822,3600,0,0,37800,0,0,0,0,0),(126298,31103,615,3,1,27396,0,3092.11,468.15,87.1567,1.55334,3600,0,0,37800,0,0,0,0,0),(126297,31103,615,3,1,27396,0,3094.78,468.093,86.7062,3.63029,3600,0,0,37800,0,0,0,0,0),(126296,31103,615,3,1,27396,0,3339.01,541.05,95.3731,0.15708,3600,0,0,37800,0,0,0,0,0),(126295,31103,615,3,1,27396,0,3339.22,542.431,95.3712,0.593412,3600,0,0,37800,0,0,0,0,0),(126294,31103,615,3,1,27396,0,3337.8,543.609,95.1263,0.20944,3600,0,0,37800,0,0,0,0,0),(126293,31103,615,3,1,27396,0,3337.91,541.546,95.303,1.37881,3600,0,0,37800,0,0,0,0,0),(126292,31103,615,3,1,27396,0,3107.8,465.319,86.0433,6.05629,3600,0,0,37800,0,0,0,0,0),(126291,31103,615,3,1,27396,0,3108.17,463.884,85.6322,3.71755,3600,0,0,37800,0,0,0,0,0),(126290,31103,615,3,1,27396,0,3105.26,496.676,89.0899,0.855211,3600,0,0,37800,0,0,0,0,0),(126289,31103,615,3,1,27396,0,3104.64,498.566,89.023,0.733038,3600,0,0,37800,0,0,0,0,0),(126288,31103,615,3,1,27396,0,3104.01,496.803,89.0086,0.331613,3600,0,0,37800,0,0,0,0,0),(126287,31103,615,3,1,27396,0,3102.01,648.674,81.6926,0.750492,3600,0,0,37800,0,0,0,0,0),(126286,31103,615,3,1,27396,0,3100.78,647.597,81.8757,0.785398,3600,0,0,37800,0,0,0,0,0),(126285,31103,615,3,1,27396,0,3164.79,559.871,90.4664,0.15708,3600,0,0,37800,0,0,0,0,0),(126284,31103,615,3,1,27396,0,3166.67,559.463,90.5865,4.76475,3600,0,0,37800,0,0,0,0,0),(126283,31103,615,3,1,27396,0,3166.02,560.896,90.3405,1.79769,3600,0,0,37800,0,0,0,0,0),(126282,31103,615,3,1,27396,0,3342.56,444.755,85.435,1.36136,3600,0,0,37800,0,0,0,0,0),(126281,31103,615,3,1,27396,0,3343.91,443.933,85.7492,6.00393,3600,0,0,37800,0,0,0,0,0),(126280,31103,615,3,1,27396,0,3343.69,445.767,85.8758,0.575959,3600,0,0,37800,0,0,0,0,0),(126279,31103,615,3,1,27396,0,3352.28,504.132,99.6819,6.16101,3600,0,0,37800,0,0,0,0,0),(126278,31103,615,3,1,27396,0,3353.3,502.86,99.8086,4.24115,3600,0,0,37800,0,0,0,0,0),(126277,31103,615,3,1,27396,0,3188.69,369.259,68.8578,0.453786,3600,0,0,37800,0,0,0,0,0),(126276,31103,615,3,1,27396,0,3187.44,369.931,68.9109,2.75762,3600,0,0,37800,0,0,0,0,0),(126275,31103,615,3,1,27396,0,3220.37,713.438,94.4155,3.4383,3600,0,0,37800,0,0,0,0,0),(126274,31103,615,3,1,27396,0,3220.73,712.031,94.3344,4.64258,3600,0,0,37800,0,0,0,0,0),(126273,31103,615,3,1,27396,0,3219.48,711.898,94.35,0.890118,3600,0,0,37800,0,0,0,0,0),(126272,31103,615,3,1,27396,0,3192.63,379.926,66.2645,4.10152,3600,0,0,37800,0,0,0,0,0),(126271,31103,615,3,1,27396,0,3194.53,379.192,66.0009,2.28638,3600,0,0,37800,0,0,0,0,0),(126270,31103,615,3,1,27396,0,3192.89,378.344,66.3757,5.23599,3600,0,0,37800,0,0,0,0,0),(126269,31103,615,3,1,27396,0,3397.65,531.811,98.4069,0.942478,3600,0,0,37800,0,0,0,0,0),(126268,31103,615,3,1,27396,0,3397.42,533.02,98.3281,0.034907,3600,0,0,37800,0,0,0,0,0),(126267,31103,615,3,1,27396,0,3154.94,411.296,73.815,4.97419,3600,0,0,37800,0,0,0,0,0),(126266,31103,615,3,1,27396,0,3153.75,409.685,74.339,0.890118,3600,0,0,37800,0,0,0,0,0),(126265,31103,615,3,1,27396,0,3153.35,411.831,74.3239,4.38078,3600,0,0,37800,0,0,0,0,0),(126264,31103,615,3,1,27396,0,3093.38,623.132,78.8328,1.23918,3600,0,0,37800,0,0,0,0,0),(126263,31103,615,3,1,27396,0,3091.52,623.781,79.1914,1.46608,3600,0,0,37800,0,0,0,0,0),(126262,31103,615,3,1,27396,0,3093.37,624.549,79.1151,2.84489,3600,0,0,37800,0,0,0,0,0),(126259,22515,575,3,1,16925,0,477.581,-484.559,104.822,4.67748,3600,0,0,4120,0,0,0,0,0),(126258,22515,575,3,1,16925,0,526.896,-546.387,119.209,5.68977,3600,0,0,4120,0,0,0,0,0),(126257,22515,575,3,1,16925,0,392.458,-324.92,104.059,3.45575,3600,0,0,4120,0,0,0,0,0),(126255,26861,575,3,1,28019,1,392.835,-286.809,109.284,4.7822,86400,0,0,404430,0,0,0,0,0),(126254,28368,575,3,1,27255,1,478.685,-461.006,75.133,5.93412,3600,0,0,40320,44070,0,0,0,0),(126253,28368,575,3,1,27255,1,396.421,-442.985,75.1975,2.40855,3600,0,0,40320,44070,0,0,0,0),(126252,28368,575,3,1,27255,1,383.842,-435.346,75.1979,5.67232,3600,0,0,40320,44070,0,0,0,0),(126251,28368,575,3,1,27255,1,419.459,-454.22,75.2546,6.26573,3600,0,0,40320,44070,0,0,0,0),(126250,28368,575,3,1,27255,1,423.682,-458.795,75.2266,1.74533,3600,0,0,40320,44070,0,0,0,0),(126249,28368,575,3,1,27255,1,480.583,-454.446,104.794,4.7822,3600,0,0,40320,44070,0,0,0,0),(126248,28368,575,3,1,27255,1,477.974,-458.523,104.799,0.139626,3600,0,0,40320,44070,0,0,0,0),(126172,27327,575,3,1,11686,0,296.651,-346.293,91.3533,4.08407,3600,0,0,9940,3387,0,0,0,0),(126171,26555,575,3,1,12818,0,458.727,-325.901,104.124,6.24828,3600,0,0,97400,0,0,0,0,0),(126170,26555,575,3,1,12818,0,428.517,-236.65,104.835,4.76475,3600,0,0,97400,0,0,0,0,0),(126169,26555,575,3,1,12818,0,362.757,-235.62,104.907,4.92183,3600,0,0,97400,0,0,0,0,0),(126168,26555,575,3,1,12818,0,236.158,-345.165,81.3003,0,3600,0,0,97400,0,0,0,0,0),(126167,26555,575,3,1,12818,0,297.915,-279.74,86.9214,4.69494,3600,0,0,97400,0,0,0,0,0),(126166,26555,575,3,1,12818,0,478.654,-412.068,89.9824,4.64258,3600,0,0,97400,0,0,0,0,0),(126165,26555,575,3,1,12818,0,355.941,-445.533,75.245,0.191986,3600,0,0,97400,0,0,0,0,0),(126164,26554,575,3,1,25657,1,487.979,-324.387,104.126,4.06662,3600,0,0,50400,19970,0,0,0,0),(126163,26554,575,3,1,25657,1,405.706,-251.067,104.672,2.51327,3600,0,0,50400,19970,0,0,0,0),(126162,26554,575,3,1,25657,1,321.939,-249.474,104.531,2.93215,3600,0,0,50400,19970,0,0,0,0),(126161,26554,575,3,1,25657,1,447.144,-246.744,104.716,2.32129,3600,0,0,50400,19970,0,0,0,0),(126160,26553,575,3,1,28056,1,483.179,-325.046,104.047,0.054009,3600,5,0,50400,0,1,0,0,0),(126159,26553,575,3,1,28056,1,408.648,-247.865,105.159,3.21485,3600,0,0,50400,0,2,0,0,0),(126158,26553,575,3,1,28056,1,402.847,-246.669,104.87,4.67748,3600,0,0,50400,0,0,0,0,0),(126157,26553,575,3,1,28056,1,320.42,-244.701,104.494,4.04916,3600,0,0,50400,0,0,0,0,0),(126156,26553,575,3,1,28056,1,441.805,-241.913,104.942,5.55015,3600,0,0,50400,0,0,0,0,0),(126155,26550,575,3,1,28054,1,484.969,-328.379,104.129,0.994838,3600,0,0,48700,0,0,0,0,0),(126154,26550,575,3,1,28054,1,399.845,-250.214,104.762,0.401426,3600,0,0,48700,0,0,0,0,0),(126153,26550,575,3,1,28054,1,317.807,-252.545,104.418,2.07694,3600,0,0,48700,0,0,0,0,0),(126152,26550,575,3,1,28054,1,314.54,-243.611,104.311,4.72984,3600,0,0,48700,0,0,0,0,0),(126151,26550,575,3,1,28054,1,446.476,-242.9,104.898,3.78736,3600,0,0,48700,0,0,0,0,0),(126150,23472,575,3,1,16925,0,397.017,-511.496,104.854,4.41568,3600,0,0,4120,0,0,0,0,0),(126149,27309,575,3,1,11686,0,370.12,-334.903,107.281,0.05236,604800,0,0,13945,0,0,0,0,0),(126148,27308,575,3,1,11686,0,413.568,-335.497,107.298,3.14159,604800,0,0,13945,0,0,0,0,0),(126147,27307,575,3,1,11686,0,413.959,-314.937,107.288,3.12414,604800,0,0,13945,0,0,0,0,0),(126146,26536,575,3,1,7869,0,541.879,-346.678,113.147,0.523599,3600,0,0,3653,0,0,0,0,0),(126145,26536,575,3,1,7869,0,478.669,-344.229,105.188,2.75084,3600,5,0,3653,0,1,0,0,0),(126144,26536,575,3,1,7869,0,545.738,-303.727,113.432,1.17985,3600,5,0,3653,0,1,0,0,0),(126143,26536,575,3,1,7869,0,524.88,-362.622,118.703,5.38741,3600,5,0,3653,0,1,0,0,0),(126142,26536,575,3,1,7869,0,507.861,-353.896,114.351,5.84663,3600,5,0,3653,0,1,0,0,0),(126141,26536,575,3,1,7869,0,509.223,-345.499,110.203,3.51815,3600,5,0,3653,0,1,0,0,0),(126140,26536,575,3,1,7869,0,452.081,-349.892,107.636,2.31871,3600,5,0,3653,0,1,0,0,0),(126139,26536,575,3,1,7869,0,479.778,-361.772,106.257,4.79965,3600,0,0,3653,0,0,0,0,0),(126138,26536,575,3,1,7869,0,504.906,-309.589,113.143,1.473,3600,5,0,3653,0,1,0,0,0),(126137,26536,575,3,1,7869,0,502.503,-298.652,114.61,3.4269,3600,5,0,3653,0,1,0,0,0),(126136,26536,575,3,1,7869,0,541.584,-290.404,119.777,1.47198,3600,5,0,3653,0,1,0,0,0),(126135,26536,575,3,1,7869,0,532.281,-308.913,110.162,5.87388,3600,5,0,3653,0,1,0,0,0),(126134,26536,575,3,1,7869,0,527.767,-350.867,113.66,3.39735,3600,5,0,3653,0,1,0,0,0),(126133,26536,575,3,1,7869,0,510.175,-309.683,110.194,4.64645,3600,5,0,3653,0,1,0,0,0),(126132,26536,575,3,1,7869,0,549.237,-348.76,117.734,3.78736,3600,0,0,3653,0,0,0,0,0),(126131,26536,575,3,1,7869,0,523.45,-296.735,112.671,2.07694,3600,0,0,3653,0,0,0,0,0),(126130,26536,575,3,1,7869,0,531.034,-344.714,110.146,3.86766,3600,5,0,3653,0,1,0,0,0),(126129,26536,575,3,1,7869,0,454.242,-302.547,108.248,5.09636,3600,0,0,3653,0,0,0,0,0),(126128,27303,575,3,1,11686,0,370.639,-314.325,107.302,0.034907,604800,0,0,13945,0,0,0,0,0),(126123,30871,575,3,1,27375,1,570.076,-323.938,110.224,5.70723,3600,0,0,12600,0,0,0,0,0),(40254,23102,530,1,1,0,0,-2414.98,4458.58,165.809,2.80998,120,0,0,1,0,0,0,0,0),(40253,23102,530,1,1,0,0,-2414.89,4436.77,163.188,0.20944,120,0,0,1,0,0,0,0,0),(126120,15475,575,3,1,15468,0,303.165,-463.648,104.727,1.65087,3600,5,0,8,0,1,0,0,0),(126119,15475,575,3,1,15468,0,254.687,-466.193,104.707,5.8808,3600,5,0,8,0,1,0,0,0),(126118,15475,575,3,1,15468,0,316.98,-260.091,104.698,0.208606,3600,5,0,8,0,1,0,0,0),(126117,15475,575,3,1,15468,0,227.721,-378.18,75.0851,3.82178,3600,5,0,8,0,1,0,0,0),(126116,15475,575,3,1,15467,0,479.641,-256.612,104.539,5.59632,3600,5,0,8,0,1,0,0,0),(126115,29281,575,3,1,25944,0,296.632,-346.075,90.6307,4.60767,86400,0,0,12600,0,0,0,0,0),(126114,26696,575,3,1,25242,1,484.533,-463.263,75.1324,2.16421,3600,0,0,50400,0,0,0,0,0),(126113,26696,575,3,1,25242,1,395.297,-315.512,104.059,1.65806,3600,0,0,50400,0,0,0,0,0),(126112,26696,575,3,1,25242,1,389.036,-314.749,104.059,1.46608,3600,0,0,50400,0,0,0,0,0),(126111,26696,575,3,1,25242,1,372.712,-436.907,75.0746,3.53521,3600,0,0,50400,0,2,0,0,0),(126110,26696,575,3,1,25242,1,370.794,-432.289,75.1223,3.53522,3600,5,0,50400,0,1,0,0,0),(126109,26696,575,3,1,25242,1,424.607,-452.531,75.2725,3.90954,3600,0,0,50400,0,0,0,0,0),(126108,26696,575,3,1,25242,1,483.183,-458.552,104.798,3.00197,3600,0,0,50400,0,0,0,0,0),(126107,26694,575,3,1,25244,1,481.851,-458.923,75.133,5.3058,3600,0,0,40320,44070,0,0,0,0),(126106,26694,575,3,1,25244,1,383.634,-442.975,75.1979,0.890118,3600,0,0,40320,44070,0,0,0,0),(126105,26694,575,3,1,25244,1,396.319,-435.553,75.201,3.71755,3600,0,0,40320,44070,0,0,0,0),(126104,26694,575,3,1,25244,1,392.399,-310.018,104.059,1.5708,3600,0,0,40320,44070,0,0,0,0),(126103,26693,575,3,1,27418,1,343.02,-507.325,104.567,2.96706,86400,0,0,252000,0,0,0,0,0),(126102,26687,575,3,1,27419,1,320.791,-453.145,104.806,3.14159,86400,0,0,189000,0,0,0,0,0),(126101,2110,575,3,1,1141,0,312.768,-519.134,104.697,5.19923,3600,5,0,1,0,1,0,0,0),(126100,2110,575,3,1,1141,0,466.938,-254.929,104.696,1.38871,3600,5,0,1,0,1,0,0,0),(126099,2110,575,3,1,1141,0,308.316,-239.728,104.735,2.53073,3600,0,0,1,0,0,0,0,0),(126098,2110,575,3,1,1141,0,461.991,-443.954,75.0671,5.99999,3600,5,0,1,0,1,0,0,0),(126097,2110,575,3,1,1141,0,328.084,-503.061,104.598,2.09588,3600,5,0,1,0,1,0,0,0),(126096,2110,575,3,1,1141,0,252.209,-391.083,75.0925,5.31078,3600,5,0,1,0,1,0,0,0),(126095,2110,575,3,1,1141,0,524.092,-324.811,109.627,3.56562,3600,5,0,1,0,1,0,0,0),(126094,26686,575,3,1,26284,0,291.549,-462.653,104.824,2.67035,86400,0,0,126000,0,0,0,0,0),(126093,26685,575,3,1,24564,0,290.781,-440.816,104.816,3.56047,86400,0,0,126000,0,0,0,0,0),(126092,26684,575,3,1,23999,0,262.119,-463.103,104.787,2.04204,86400,0,0,126000,19970,0,0,0,0),(126091,26683,575,3,1,26327,0,262.195,-440.502,104.82,3.9968,86400,0,0,126000,0,0,0,0,0),(126090,26672,575,3,1,22089,0,229.914,-400.672,104.825,2.1293,3600,0,0,48700,0,0,0,0,0),(126089,26672,575,3,1,22089,0,226.605,-394.217,104.821,5.07891,3600,0,0,48700,0,0,0,0,0),(126088,26672,575,3,1,22089,0,278.317,-383.349,90.0907,6.20069,3600,5,0,48700,0,1,0,0,0),(126087,26672,575,3,1,22089,0,281.554,-380.606,90.0792,6.20072,3600,5,0,48700,0,1,0,0,0),(126086,26672,575,3,1,22089,0,295.132,-452.3,104.735,6.24152,3600,0,0,48700,0,2,0,0,0),(126085,26672,575,3,1,22089,0,225.135,-400.559,75.1751,0.244346,3600,0,0,48700,0,0,0,0,0),(126084,26670,575,3,1,25240,1,224.479,-401.413,104.818,0.925025,3600,0,0,50400,0,0,0,0,0),(126083,26670,575,3,1,25240,1,281.214,-383.579,90.2852,6.20068,3600,0,0,50400,0,2,0,0,0),(126082,26670,575,3,1,25240,1,298.376,-458.503,104.739,6.24153,3600,5,0,50400,0,1,0,0,0),(126081,26670,575,3,1,25240,1,288.138,-452.009,104.736,6.24152,3600,5,0,50400,0,1,0,0,0),(126080,26670,575,3,1,25240,1,229.156,-397.159,75.1658,4.85202,3600,0,0,50400,0,0,0,0,0),(126079,26669,575,3,1,25241,1,232.563,-394.029,104.829,3.82227,3600,0,0,48700,0,0,0,0,0),(126078,26669,575,3,1,25241,1,298.881,-446.389,105.493,6.24154,3600,5,0,48700,0,1,0,0,0),(126077,26669,575,3,1,25241,1,265.938,-381.246,75.0607,2.32129,3600,0,0,48700,0,0,0,0,0),(126076,26669,575,3,1,25241,1,229.97,-401.653,75.1709,2.61799,3600,0,0,48700,0,0,0,0,0),(126075,26669,575,3,1,25241,1,264.225,-376.345,75.1716,5.21853,3600,0,0,48700,0,0,0,0,0),(126074,26667,575,3,1,22293,0,308.971,-308.678,86.9665,4.50295,3600,0,0,12175,0,0,0,0,0),(126073,26667,575,3,1,22293,0,307.944,-320.943,86.9583,4.43314,3600,0,0,12175,0,0,0,0,0),(126072,26667,575,3,1,22293,0,306.786,-307.995,86.9688,4.5204,3600,0,0,12175,0,0,0,0,0),(126071,26667,575,3,1,22293,0,316.34,-322.509,86.965,4.24115,3600,0,0,12175,0,0,0,0,0),(126070,26667,575,3,1,22293,0,315.3,-315.988,86.959,4.31096,3600,0,0,12175,0,0,0,0,0),(126069,26667,575,3,1,22293,0,313.701,-321.411,86.9583,4.31096,3600,0,0,12175,0,0,0,0,0),(126068,26667,575,3,1,22293,0,309.588,-314.546,86.9583,4.46804,3600,0,0,12175,0,0,0,0,0),(126067,26667,575,3,1,22293,0,306.55,-314.865,86.9583,4.50295,3600,0,0,12175,0,0,0,0,0),(126066,26667,575,3,1,22293,0,319.975,-310.905,86.9854,4.31096,3600,0,0,12175,0,0,0,0,0),(126065,26667,575,3,1,22293,0,318.392,-316.849,86.9767,4.31096,3600,0,0,12175,0,0,0,0,0),(126064,14881,575,3,1,9829,0,222.974,-381.33,104.732,1.62321,3600,5,0,8,0,1,0,0,0),(126063,14881,575,3,1,2536,0,473.243,-307.859,104.738,1.14851,3600,5,0,8,0,1,0,0,0),(126062,14881,575,3,1,2536,0,276.469,-381.95,74.9317,1.46369,3600,5,0,8,0,1,0,0,0),(126061,14881,575,3,1,2536,0,267.62,-323.294,86.4331,4.71422,3600,5,0,8,0,1,0,0,0),(126060,14881,575,3,1,9829,0,278.929,-407.307,74.9819,5.54499,3600,5,0,8,0,1,0,0,0),(126059,14881,575,3,1,9829,0,239.055,-423.283,104.737,4.72141,3600,5,0,8,0,1,0,0,0),(126058,14881,575,3,1,1160,0,464.698,-414.282,75.0843,2.86234,3600,0,0,8,0,0,0,0,0),(126057,14881,575,3,1,9829,0,326.992,-298.945,86.4621,4.32958,3600,5,0,8,0,1,0,0,0),(126056,14881,575,3,1,1160,0,272.885,-298.961,86.4515,0.80588,3600,5,0,8,0,1,0,0,0),(126055,14881,575,3,1,1160,0,503.789,-462.292,104.701,3.29658,3600,5,0,8,0,1,0,0,0),(126054,14881,575,3,1,9829,0,322.624,-357.201,86.4391,4.9683,3600,5,0,8,0,1,0,0,0),(126053,14881,575,3,1,2536,0,463.837,-465.139,104.702,1.68446,3600,5,0,8,0,1,0,0,0),(126051,28410,574,3,1,25393,1,155.38,-177.79,180.589,0.436332,3600,0,0,28740,7196,0,0,0,0),(126048,23961,574,3,1,22281,1,213.437,-70.1856,24.7641,3.38594,3600,0,0,35928,0,0,0,0,0),(126047,23961,574,3,1,22281,1,211.413,-63.4692,24.7641,3.49066,3600,0,0,35928,0,0,0,0,0),(126046,23961,574,3,1,22282,1,197.267,225.973,40.9016,5.42797,3600,0,0,35928,0,0,0,0,0),(126045,23961,574,3,1,22282,1,103.615,59.1528,109.097,5.39307,3600,0,0,35928,0,0,0,0,0),(126044,23961,574,3,1,22282,1,112.259,53.3617,65.7861,3.9619,3600,0,0,35928,0,0,0,0,0),(126043,23961,574,3,1,22282,1,136.107,80.1865,65.7836,3.38594,3600,0,0,35928,0,0,0,0,0),(126042,23960,574,3,1,22289,1,208.512,231.513,40.9014,4.83456,3600,0,0,35928,3155,0,0,0,0),(126041,23960,574,3,1,22290,1,211.367,194.883,40.9015,1.81514,3600,0,0,35928,3155,0,0,0,0),(126040,23960,574,3,1,22289,1,329.22,258.245,30.8287,4.31096,3600,0,0,35928,3155,0,0,0,0),(126039,23960,574,3,1,22289,1,245.431,15.7227,135.272,2.70526,3600,0,0,35928,3155,0,0,0,0),(126038,23960,574,3,1,22289,1,230.448,-13.7934,178.621,3.28122,3600,0,0,35928,3155,0,0,0,0),(126037,23960,574,3,1,22289,1,111.594,61.3958,109.095,4.32842,3600,0,0,35928,3155,0,0,0,0),(126036,23960,574,3,1,22289,1,103.125,46.6215,109.095,0.907571,3600,0,0,35928,3155,0,0,0,0),(126035,23960,574,3,1,22290,1,101.185,50.1099,65.7877,5.96903,3600,0,0,35928,3155,0,0,0,0),(126034,23960,574,3,1,22290,1,129.904,82.8806,65.7996,5.63741,3600,0,0,35928,3155,0,0,0,0),(126033,23956,574,3,1,22293,1,89.4369,98.3051,87.24,1.8856,3600,0,0,35928,0,2,0,0,0),(126032,23956,574,3,1,22293,1,221.203,200.627,40.9015,2.54818,3600,0,0,35928,0,0,0,0,0),(126031,23956,574,3,1,22293,1,331.669,250.869,30.8304,2.6529,3600,0,0,35928,0,0,0,0,0),(126030,23956,574,3,1,22293,1,323.269,253.632,30.8312,0.610865,3600,0,0,35928,0,0,0,0,0),(126029,23956,574,3,1,22294,1,109.54,45.5503,109.09,1.71042,3600,0,0,35928,0,0,0,0,0),(126028,23956,574,3,1,22294,1,107.214,38.4694,65.7756,1.39626,3600,0,0,35928,0,0,0,0,0),(126027,23956,574,3,1,22294,1,131.518,75.9348,65.7934,1.25664,3600,0,0,35928,0,0,0,0,0),(126026,23954,574,3,1,21953,1,242.677,-333.595,180.56,5.22671,86400,0,0,120125,0,0,0,0,0),(126025,23953,574,3,1,25338,0,193.121,197.492,40.815,0.174533,86400,0,0,192200,49635,2,0,0,0),(126024,24201,574,3,1,26349,1,112.023,-40.2865,118.861,2.18166,86400,0,0,96100,39708,0,0,0,0),(126023,24200,574,3,1,22194,1,109.516,-33.658,118.861,4.86947,86400,0,0,96100,0,0,0,0,0),(126022,15475,574,3,1,15467,0,170.157,-22.9712,134.978,0.335497,3600,5,0,8,0,1,0,0,0),(126021,15475,574,3,1,7511,0,95.1596,125.766,65.5166,2.90747,3600,5,0,8,0,1,0,0,0),(126020,15475,574,3,1,15467,0,49.9453,49.5219,115.113,3.25737,3600,0,0,8,0,0,0,0,0),(126019,15475,574,3,1,8971,0,161.842,-6.3571,156.793,1.90145,3600,5,0,8,0,1,0,0,0),(126018,15475,574,3,1,15468,0,272.55,-63.3583,24.6786,2.70177,3600,5,0,8,0,1,0,0,0),(126017,15475,574,3,1,7511,0,339.476,227.087,30.7587,0.654122,3600,5,0,8,0,1,0,0,0),(126016,2110,574,3,1,1141,0,246.844,194.466,42.8694,3.42683,3600,5,0,1,0,1,0,0,0),(126015,2110,574,3,1,1141,0,175.881,-109.317,12.5032,4.15857,3600,5,0,1,0,1,0,0,0),(126014,2110,574,3,1,1141,0,389.389,181.902,30.7757,5.52289,3600,5,0,1,0,1,0,0,0),(126013,2110,574,3,1,1141,0,137.394,-24.014,156.771,4.31604,3600,5,0,1,0,1,0,0,0),(126012,2110,574,3,1,1141,0,221.269,3.67559,178.507,2.60294,3600,5,0,1,0,1,0,0,0),(126011,2110,574,3,1,1141,0,171.643,-118.97,12.4732,2.19948,3600,5,0,1,0,1,0,0,0),(126010,2110,574,3,1,1141,0,145.542,256.067,42.9518,2.16421,3600,0,0,1,0,0,0,0,0),(126009,2110,574,3,1,1141,0,93.5429,47.8011,65.6915,2.55365,3600,5,0,1,0,1,0,0,0),(126008,2110,574,3,1,1141,0,75.6265,-56.2613,118.859,3.50811,3600,0,0,1,0,0,0,0,0),(126007,2110,574,3,1,1141,0,311.345,132.414,30.7757,4.52022,3600,5,0,1,0,1,0,0,0),(126006,2110,574,3,1,1141,0,44.0876,8.98136,114.995,3.39384,3600,5,0,1,0,1,0,0,0),(126005,2110,574,3,1,1141,0,344.871,-78.9165,24.6755,2.83017,3600,5,0,1,0,1,0,0,0),(126004,2110,574,3,1,1141,0,93.3721,184.964,49.3563,0.285122,3600,5,0,1,0,1,0,0,0),(126003,2110,574,3,1,1141,0,143.983,-149.931,94.2032,0.257183,3600,5,0,1,0,1,0,0,0),(126002,2110,574,3,1,1141,0,103.581,265.209,42.9518,6.00393,3600,0,0,1,0,0,0,0,0),(126001,2110,574,3,1,1141,0,145.363,62.2267,108.995,2.86839,3600,5,0,1,0,1,0,0,0),(126000,2110,574,3,1,1141,0,123,49.1334,109.009,0.320343,3600,5,0,1,0,1,0,0,0),(125999,2110,574,3,1,1141,0,281.557,-150.473,190.476,0.187162,3600,5,0,1,0,1,0,0,0),(125998,29735,574,3,1,23793,0,87.2098,95.4552,86.4534,1.88689,3600,5,0,8982,0,1,0,0,0),(125997,29735,574,3,1,22088,0,270.571,-97.4226,190.494,3.89208,3600,0,0,8982,0,0,0,0,0),(125996,29735,574,3,1,23793,0,269.975,-105.048,190.486,2.40855,3600,0,0,8982,0,0,0,0,0),(125995,29735,574,3,1,22088,0,115.516,43.2692,65.7824,2.72271,3600,0,0,8982,0,0,0,0,0),(125994,29735,574,3,1,22088,0,157.556,-184.497,180.587,1.0821,3600,0,0,8982,0,0,0,0,0),(125993,29735,574,3,1,22088,0,153.62,-171.299,180.59,5.86431,3600,0,0,8982,0,0,0,0,0),(125992,14881,574,3,1,14952,0,385.672,216.804,30.7758,4.06112,3600,5,0,8,0,1,0,0,0),(125991,14881,574,3,1,14952,0,159.769,220.598,42.8734,0.683896,3600,5,0,8,0,1,0,0,0),(125990,14881,574,3,1,1160,0,250.65,23.3199,178.507,0.618344,3600,5,0,8,0,1,0,0,0),(125989,14881,574,3,1,1160,0,351.623,119.086,30.7204,4.97866,3600,5,0,8,0,1,0,0,0),(125988,14881,574,3,1,2536,0,392.44,229.011,30.7757,0.361659,3600,5,0,8,0,1,0,0,0),(125987,14881,574,3,1,9829,0,83.7245,86.9135,65.7038,5.46565,3600,5,0,8,0,1,0,0,0),(125986,14881,574,3,1,14952,0,134.766,40.706,65.6836,0.270355,3600,5,0,8,0,1,0,0,0),(125985,14881,574,3,1,2536,0,237.577,30.4528,135.16,2.18779,3600,5,0,8,0,1,0,0,0),(125984,14881,574,3,1,2536,0,66.1986,223.339,49.3383,3.15679,3600,5,0,8,0,1,0,0,0),(125983,24864,574,3,1,22677,0,102.362,-174.205,174.223,3.35103,3600,0,0,35928,0,0,0,0,0),(125982,24864,574,3,1,22677,0,119.372,-213.744,174.934,3.15905,3600,0,0,35928,0,0,0,0,0),(125981,24864,574,3,1,22677,0,99.4311,-178.375,174.321,1.62316,3600,0,0,35928,0,0,0,0,0),(125980,24864,574,3,1,22678,0,97.6687,-174.132,174.182,5.75959,3600,0,0,35928,0,0,0,0,0),(125979,24864,574,3,1,22678,0,91.9361,-190.061,174.178,4.50295,3600,5,0,35928,0,1,0,0,0),(125978,24864,574,3,1,22677,0,103.308,-203.586,174.474,2.00335,3600,5,0,35928,0,1,0,0,0),(125977,24085,574,3,1,22291,1,85.2923,257.59,42.8685,0.631553,3600,0,0,35928,0,2,0,0,0),(125976,24085,574,3,1,22291,1,108.85,88.2292,65.8863,2.36022,3600,0,0,35928,0,2,0,0,0),(125975,24085,574,3,1,22291,1,96.2057,186.072,49.3604,4.55559,3600,0,0,35928,0,2,0,0,0),(125974,24085,574,3,1,22291,1,126.307,273.061,42.871,3.64279,3600,0,0,35928,0,2,0,0,0),(125973,24084,574,3,1,25399,0,126.669,278.809,42.9544,2.35619,3600,0,0,7186,0,0,0,0,0),(125972,24084,574,3,1,25399,0,71.8684,251.33,42.952,2.49582,3600,0,0,7186,0,0,0,0,0),(125971,24084,574,3,1,25399,0,23.8748,1.17052,115.111,3.1765,3600,0,0,7186,0,0,0,0,0),(125970,24084,574,3,1,25399,0,102.426,186.815,49.459,6.23082,3600,0,0,7186,0,0,0,0,0),(125969,24084,574,3,1,25399,0,103.321,193.915,49.4708,0.034907,3600,0,0,7186,0,0,0,0,0),(11414,20424,560,3,1,341,1,2304.69,903.09,54.541,5.7279,86400,0,0,198,0,0,0,0,0),(125968,24084,574,3,1,25399,0,96.3229,265.182,42.9543,2.02458,3600,0,0,7186,0,0,0,0,0),(125967,24084,574,3,1,25399,0,53.1153,-5.97298,118.861,0.645772,3600,0,0,7186,0,0,0,0,0),(125966,24084,574,3,1,25399,0,103.154,206.282,49.4718,0.366519,3600,0,0,7186,0,0,0,0,0),(125965,24084,574,3,1,25399,0,112.616,238.142,42.9524,5.74213,3600,0,0,7186,0,0,0,0,0),(125964,24084,574,3,1,25399,0,146.573,284.096,42.9544,1.50098,3600,0,0,7186,0,0,0,0,0),(125963,24084,574,3,1,25399,0,134.183,284.564,42.9538,2.61799,3600,0,0,7186,0,0,0,0,0),(125962,24084,574,3,1,25399,0,24.2587,22.4606,115.115,2.98451,3600,0,0,7186,0,0,0,0,0),(125961,24084,574,3,1,25399,0,88.3812,262.567,42.9542,1.90241,3600,0,0,7186,0,0,0,0,0),(125960,24084,574,3,1,25399,0,124.15,247.508,42.9538,5.39307,3600,0,0,7186,0,0,0,0,0),(125959,24084,574,3,1,25399,0,152.663,278.339,42.9544,0.890118,3600,0,0,7186,0,0,0,0,0),(125958,24084,574,3,1,25399,0,101.417,214.13,49.4739,0.436332,3600,0,0,7186,0,0,0,0,0),(125957,24084,574,3,1,25399,0,66.8247,216.411,49.4739,3.68265,3600,0,0,7186,0,0,0,0,0),(125956,24084,574,3,1,25399,0,43.1458,-34.5895,118.861,4.13643,3600,0,0,7186,0,0,0,0,0),(125955,24084,574,3,1,25399,0,64.8507,185.613,49.4739,3.50811,3600,0,0,7186,0,0,0,0,0),(125954,24084,574,3,1,25399,0,79.8062,259.625,42.9542,2.33874,3600,0,0,7186,0,0,0,0,0),(125953,24083,574,3,1,24874,0,352.618,151.977,30.8487,2.49582,3600,0,0,71856,0,0,0,0,0),(125951,24083,574,3,1,24874,0,336.8,100.422,30.8471,0.261799,3600,0,0,71856,0,0,0,0,0),(125950,24083,574,3,1,24874,0,397.982,157.672,30.8612,4.29351,3600,0,0,71856,0,0,0,0,0),(125949,24083,574,3,1,24874,0,316.362,170.318,30.8817,0.331613,3600,0,0,71856,0,0,0,0,0),(125948,24083,574,3,1,24874,0,337.243,211.333,30.8972,4.34587,3600,0,0,71856,0,0,0,0,0),(1971380,24083,574,3,1,0,0,206.713,-189.298,200.024,0.677681,3600,0,0,71856,0,0,0,33600,0),(1971385,24082,574,3,1,0,1,327.887,205.659,30.9036,0.680678,3600,0,0,35928,3155,0,0,0,0),(1971384,24082,574,3,1,0,1,342.115,202.497,30.8997,1.95477,3600,0,0,35928,3155,0,0,0,0),(1971383,24082,574,3,1,0,1,377.682,183.172,30.8612,2.68781,3600,0,0,35928,3155,0,0,0,0),(125940,24849,574,3,1,22287,1,238.382,-353.086,188.785,1.29762,3600,5,0,35928,0,2,0,0,0),(125939,24849,574,3,1,22288,1,405.624,-218.255,163.186,3.06533,3600,5,0,35928,0,1,0,0,0),(125938,24849,574,3,1,22287,1,270.709,15.3159,272.859,4.55318,3600,5,0,35928,0,1,0,0,0),(125937,24849,574,3,1,22288,1,221.534,-239.809,196.459,0.236284,3600,5,0,35928,0,2,0,0,0),(125936,24849,574,3,1,22287,1,243.964,-194.833,227.126,2.88377,3600,5,0,35928,0,2,0,0,0),(125935,24849,574,3,1,22288,1,243.877,-352.606,184.951,1.56545,3600,5,0,35928,0,1,0,0,0),(125934,24849,574,3,1,22287,1,252.247,-350.532,185.813,2.01344,3600,5,0,35928,0,2,0,0,0),(125933,24849,574,3,1,22288,1,274.552,37.4915,266.433,4.52746,3600,5,0,35928,0,1,0,0,0),(125929,24849,574,3,1,22287,1,273.508,31.8047,268.674,4.53437,3600,5,0,35928,0,1,0,0,0),(125928,24849,574,3,1,22288,1,109.559,-190.155,190,2.83804,3600,5,0,35928,0,1,0,0,0),(125926,24849,574,3,1,22288,1,73.3107,-185.558,185.903,6.13719,3600,5,0,35928,0,1,0,0,0),(125925,24849,574,3,1,22287,1,191.458,-34.0243,291.769,2.15581,3600,5,0,35928,0,1,0,0,0),(125924,24849,574,3,1,22287,1,-43.0917,-112.432,240.791,1.5473,3600,5,0,35928,0,1,0,0,0),(125923,24849,574,3,1,22288,1,-29.2209,-114.589,238.031,4.74998,3600,5,0,35928,0,1,0,0,0),(248299,14327,429,1,1,0,1,-5.45062,-441.126,16.4179,0.531164,86400,0,0,17816,8964,2,0,0,0),(125919,24849,574,3,1,22287,1,-10.9815,-173.155,189.35,6.1368,3600,5,0,35928,0,1,0,0,0),(7346,721,0,1,1,328,0,-9233,-2057.44,77.5281,3.19405,300,5,0,1,0,1,0,0,0),(6762,428,0,1,1,490,0,-9686.68,-2770.42,52.8004,3.27686,300,10,0,417,0,1,0,0,0),(248298,13197,429,1,1,0,0,-104.776,-405.624,-4.13418,5.55015,86400,0,0,12954,4326,0,0,0,0),(125916,24849,574,3,1,22288,1,40.7859,-180.776,187.232,6.13716,3600,5,0,35928,0,1,0,0,0),(248297,13196,429,1,1,0,0,-104.776,-405.624,-4.13418,5.55015,86400,0,0,15198,0,0,0,0,0),(248296,13197,429,1,1,0,0,-48.4529,-401.622,-4.13796,5.13127,86400,0,0,12954,4326,0,0,0,0),(240013,27489,1,1,1,0,0,1473.72,-4207.13,42.959,4.53175,600,0,0,2215,0,0,0,0,0),(125911,24849,574,3,1,22288,1,26.3445,-52.8585,235.378,0.230395,3600,5,0,35928,0,1,0,0,0),(125910,24080,574,3,1,22279,1,353.498,-63.7745,22.8404,2.05949,3600,0,0,35928,0,0,0,0,0),(125909,24080,574,3,1,22280,1,344.52,-55.2984,23.0049,0.032627,3600,0,0,35928,0,2,0,0,0),(125908,24080,574,3,1,22280,1,265.145,-42.028,24.6786,3.37485,3600,0,0,35928,0,2,0,0,0),(125907,24080,574,3,1,22280,1,269.368,-54.3698,24.6786,1.69571,3600,0,0,35928,0,2,0,0,0),(125906,24080,574,3,1,22280,1,257.956,-66.8929,24.6786,4.47474,3600,0,0,35928,0,2,0,0,0),(125905,24079,574,3,1,22283,0,385.775,-16.2345,24.7641,0.575959,3600,0,0,35928,0,0,0,0,0),(125904,24079,574,3,1,22283,0,349.556,-39.3328,24.7641,4.38078,3600,0,0,35928,0,0,0,0,0),(125903,24079,574,3,1,22283,0,347.623,4.63357,24.7349,3.35103,3600,0,0,35928,0,0,0,0,0),(125902,24078,574,3,1,22286,1,389.558,2.44944,22.8409,1.15192,3600,0,0,35928,0,0,0,0,0),(125901,24078,574,3,1,22286,1,396.622,-6.05642,22.8404,3.66519,3600,0,0,35928,0,0,0,0,0),(125900,24078,574,3,1,22286,1,264.441,-59.6614,24.7641,4.81711,3600,0,0,35928,0,0,0,0,0),(125899,24078,574,3,1,22286,1,268.927,-73.4635,24.7641,1.37881,3600,0,0,35928,0,0,0,0,0),(125898,24078,574,3,1,22285,1,362.32,-52.5641,22.8409,5.23599,3600,0,0,35928,0,0,0,0,0),(125897,24078,574,3,1,22285,1,331.563,0.776747,22.8404,3.01942,3600,0,0,35928,0,0,0,0,0),(125896,24078,574,3,1,22286,1,334.303,18.5946,22.8404,4.10152,3600,0,0,35928,0,0,0,0,0),(125895,24078,574,3,1,22286,1,254.023,-27.6519,24.7646,5.2709,3600,0,0,35928,0,0,0,0,0),(125894,24078,574,3,1,22285,1,256.113,-40.8171,24.7646,1.98968,3600,0,0,35928,0,0,0,0,0),(125893,24071,574,3,1,25497,1,239.789,21.2734,135.265,4.86947,3600,0,0,35928,0,0,0,0,0),(125892,24071,574,3,1,25497,1,266.559,-103.838,190.471,0.471239,3600,0,0,35928,0,0,0,0,0),(125891,24071,574,3,1,25497,1,249.172,-11.1736,178.748,5.63741,3600,0,0,35928,0,0,0,0,0),(125890,24069,574,3,1,22297,1,237.977,13.392,135.278,1.11701,3600,0,0,35928,0,0,0,0,0),(125889,24069,574,3,1,22297,1,263.756,-99.9674,190.468,0.802851,3600,0,0,35928,0,0,0,0,0),(125888,24069,574,3,1,22298,1,228.063,-5.74479,178.568,2.67035,3600,0,0,35928,0,0,0,0,0),(125887,24069,574,3,1,22298,1,245.872,4.07292,178.618,1.13446,3600,0,0,35928,0,0,0,0,0),(125886,24069,574,3,1,22298,1,162.227,-175.224,180.59,3.52556,3600,0,0,35928,0,0,0,0,0),(125885,28419,574,3,1,25402,0,78.6932,204.622,49.5707,5.79892,3600,5,0,3593,0,1,0,0,0),(125884,28419,574,3,1,25402,0,84.3455,208.811,49.6034,5.55015,3600,5,0,3593,0,1,0,0,0),(125883,28419,574,3,1,25402,0,68.9454,212.742,49.3453,2.25302,3600,0,0,3593,0,2,0,0,0),(125882,28419,574,3,1,25402,0,41.131,-1.78272,116.735,2.73689,3600,0,0,3593,0,2,0,0,0),(125881,28419,574,3,1,25402,0,34.5746,-1.30757,115.194,3.80694,3600,0,0,3593,0,0,0,0,0),(125880,28419,574,3,1,25402,0,43.7721,-1.57229,117.214,2.12739,3600,0,0,3593,0,0,0,0,0),(125879,28419,574,3,1,25402,0,56.802,35.5855,115.029,2.34137,3600,0,0,3593,0,2,0,0,0),(125878,28419,574,3,1,25402,0,64.4099,28.3247,115.054,4.96695,3600,0,0,3593,0,0,0,0,0),(125877,28419,574,3,1,25402,0,35.3915,23.5929,115.029,4.03541,3600,0,0,3593,0,0,0,0,0),(125876,28419,574,3,1,25402,0,119.102,55.4629,65.6993,1.5177,3600,5,0,3593,0,1,0,0,0),(125875,28419,574,3,1,25402,0,124.77,53.4952,65.6888,5.96712,3600,5,0,3593,0,1,0,0,0),(125874,28419,574,3,1,25402,0,121.963,76.8827,109.226,4.37826,3600,0,0,3593,0,2,0,0,0),(88814,15113,0,1,1,0,0,-5073.96,-805.209,495.174,0.950319,180,8,0,3052,0,1,0,0,0),(88815,15113,0,1,1,0,0,-5102.08,-806.25,495.196,3.38456,180,8,0,3052,0,1,0,0,0),(88816,15113,0,1,1,0,0,-5096.04,-806.401,495.299,3.90971,180,8,0,3052,0,1,0,0,0),(88817,15113,0,1,1,0,0,-5084.33,-804.372,495.174,0.859029,180,8,0,3052,0,1,0,0,0),(88818,15113,0,1,1,0,0,-5064.19,-801.367,495.247,1.06997,180,8,0,3052,0,1,0,0,0),(88819,15113,0,1,1,0,0,-5079.64,-792.5,495.654,1.80821,180,8,0,3052,0,1,0,0,0),(88820,15113,0,1,1,0,0,-5089.96,-796.235,495.279,5.48193,180,8,0,3052,0,1,0,0,0),(88821,15113,0,1,1,0,0,-5087.36,-791.15,495.654,1.99345,180,8,0,3052,0,1,0,0,0),(88822,15113,0,1,1,0,0,-5081.38,-788.111,495.904,1.7728,180,8,0,3052,0,1,0,0,0),(88823,15113,0,1,1,0,0,-5069.69,-795.414,495.154,2.72635,180,8,0,3052,0,1,0,0,0),(88824,15113,0,1,1,0,0,-5069.31,-799.433,495.154,2.66472,180,8,0,3052,0,1,0,0,0),(88825,15113,0,1,1,0,0,-5095.31,-799.423,495.154,3.82802,180,8,0,3052,0,1,0,0,0),(88826,15011,0,1,1,0,0,-5060.04,-788.611,495.148,1.06465,180,0,0,2614,0,0,0,0,0),(88827,15115,1,1,1,0,0,1320.52,-4426.47,26.4992,1.92418,180,8,0,3052,0,1,0,0,0),(88828,15115,1,1,1,0,0,1320.96,-4421.78,26.7492,5.4309,180,8,0,3052,0,1,0,0,0),(88829,15012,1,1,1,0,0,1322.99,-4400.1,27.2511,2.47837,180,0,0,2614,0,0,0,0,0),(88830,15115,1,1,1,0,0,1322.06,-4410.64,26.8742,0.43937,180,8,0,3052,0,1,0,0,0),(88831,15115,1,1,1,0,0,1325.02,-4430.45,26.7492,5.32057,180,8,0,3052,0,1,0,0,0),(88832,15115,1,1,1,0,0,1327.45,-4405.72,27.2492,3.85921,180,8,0,3052,0,1,0,0,0),(88833,15115,1,1,1,0,0,1337.98,-4405.24,27.7619,5.88596,180,8,0,3052,0,1,0,0,0),(88834,15115,1,1,1,0,0,1344.22,-4432.18,27.1369,4.94701,180,8,0,3052,0,1,0,0,0),(88835,15115,1,1,1,0,0,1346.34,-4428.32,27.2619,4.48845,180,8,0,3052,0,1,0,0,0),(88836,15115,1,1,1,0,0,1350.48,-4419.66,27.7619,2.59623,180,8,0,3052,0,1,0,0,0),(88837,15115,1,1,1,0,0,1348.36,-4410.29,28.0119,2.74817,180,8,0,3052,0,1,0,0,0),(88838,15115,1,1,1,0,0,1333.42,-4402.17,27.6369,1.17725,180,8,0,3052,0,1,0,0,0),(88839,15115,1,1,1,0,0,1334.45,-4434.97,26.504,0.323982,180,8,0,3052,0,1,0,0,0),(74523,19610,530,1,1,0,0,2985.69,3696.52,142.782,1.96847,300,0,0,0,0,0,0,0,0),(74522,19610,530,1,1,0,0,2987.09,3693.87,142.829,1.88838,300,0,0,0,0,0,0,0,0),(29977,29771,571,1,2,0,0,8406.27,2829.69,718.509,3.9968,120,0,0,1,0,0,0,0,0),(79858,17817,547,3,1,0,0,17.8418,-79.5628,-1.59054,2.38901,86400,0,0,15489,0,2,0,0,0),(45851,8910,230,1,1,1070,0,928.311,-320.615,-71.6783,0.890118,7200,0,0,5691,3846,0,0,0,0),(45850,8910,230,1,1,1070,0,940.976,-305.621,-71.6783,3.9968,7200,0,0,5691,3846,0,0,0,0),(45849,8894,230,1,1,8752,1,636.452,25.8274,-73.4257,3.22886,7200,0,0,4653,8786,0,0,0,0),(45848,8894,230,1,1,8752,1,636.583,28.4628,-73.5385,3.21141,7200,0,0,4653,8786,0,0,0,0),(45847,8893,230,1,1,8757,1,636.652,31.4808,-73.6692,3.19395,7200,0,0,6645,0,0,0,0,0),(45846,8893,230,1,1,8757,1,636.658,35.152,-73.8296,3.22886,7200,0,0,6645,0,0,0,0,0),(45845,8895,230,1,1,8753,1,632.764,30.5004,-73.7048,0.122173,7200,0,0,5502,3728,0,0,0,0),(54694,12217,349,1,1,12345,0,685.664,-345.066,-52.1014,5.95157,86400,1,0,1238,0,1,0,0,0),(54693,13142,349,1,1,13098,0,617.453,-354.993,-52.0194,1.07088,86400,2,0,5148,0,1,0,0,0),(54692,2914,349,1,1,2957,0,606.83,-376.575,-51.936,2.37365,86400,10,0,8,0,1,0,0,0),(54691,11790,349,1,1,11345,1,674.105,-344.019,-51.5498,5.89921,86400,1,0,4953,0,1,0,0,0),(54684,12242,349,1,1,12370,1,650.431,-359.596,-52.0193,2.42527,86400,0,1,5346,0,2,0,0,0),(54683,13141,349,1,1,2079,0,620.877,-349.23,-51.936,6.17846,86400,2,0,4953,0,1,0,0,0),(54682,13142,349,1,1,13098,0,650.521,-349.327,-51.936,1.41372,86400,5,0,5148,0,1,0,0,0),(54681,11791,349,1,1,11338,1,637.383,-318.413,-50.9839,3.28122,86400,0,0,5148,0,0,0,0,0),(54680,11791,349,1,1,11338,1,634.602,-314.308,-50.962,4.46804,86400,0,0,5148,0,0,0,0,0),(54679,12216,349,1,1,2452,0,638.632,-312.248,-51.9875,5.60251,86400,1,0,1238,0,1,0,0,0),(54678,12217,349,1,1,12345,0,640.746,-315.845,-51.9824,1.46608,86400,1,0,1238,0,1,0,0,0),(54677,12217,349,1,1,12345,0,638.003,-308.511,-51.9364,2.53073,86400,1,0,1238,0,1,0,0,0),(54676,11792,349,1,1,2021,1,740.936,-204.986,-47.6882,3.54302,86400,0,0,4953,0,0,0,0,0),(54675,11792,349,1,1,2021,1,740.682,-234.436,-47.7354,2.79253,86400,0,0,4953,0,0,0,0,0),(54674,13141,349,1,1,2079,0,627.636,-260.405,-53.2432,0.506145,86400,5,0,4953,0,1,0,0,0),(54673,13142,349,1,1,13098,0,639.614,-261.649,-52.7787,5.46288,86400,5,0,5148,0,1,0,0,0),(54672,13142,349,1,1,13098,0,656.935,-227.146,-64.3079,2.11185,86400,5,0,5148,0,1,0,0,0),(54671,13141,349,1,1,2079,0,647.045,-201.605,-64.3079,3.08923,86400,5,0,4953,0,1,0,0,0),(54122,12218,349,1,1,12346,0,925.115,-371.905,-50.4495,0.151607,86400,2,0,1336,0,1,0,0,0),(54123,12218,349,1,1,12346,0,921.593,-363.347,-50.4764,5.25939,86400,5,0,1336,0,1,0,0,0),(54121,12222,349,1,1,14350,0,973.882,-254.73,-48.7537,3.82227,86400,5,0,5148,0,1,0,0,0),(54104,12218,349,1,1,12346,0,1040.28,-255.664,-72.3116,3.38751,86400,2,0,1336,0,1,0,0,0),(54105,12222,349,1,1,14350,0,990.719,-248.56,-45.6281,0.244346,86400,1,0,5148,0,1,0,0,0),(54103,12218,349,1,1,12346,0,1032.01,-252.936,-72.2407,2.45657,86400,2,0,1336,0,1,0,0,0),(54102,12218,349,1,1,12346,0,1078.92,-268.667,-72.5621,4.12956,86400,5,0,1336,0,1,0,0,0),(54096,12218,349,1,1,12346,0,939.563,-368.764,-50.3628,1.91986,86400,5,0,1336,0,1,0,0,0),(54097,12222,349,1,1,14350,0,945.735,-276.518,-45.8651,4.11898,86400,1,0,5148,0,1,0,0,0),(54098,12222,349,1,1,14350,0,952.823,-286.019,-45.5627,4.93928,86400,1,0,5148,0,1,0,0,0),(54099,12218,349,1,1,12346,0,1058.68,-267.89,-73.231,0.878976,86400,5,0,1336,0,1,0,0,0),(54669,12206,349,1,1,12309,0,242.46,-105.546,-87.1505,4.67748,86400,0,0,11940,0,0,0,0,0),(54668,11791,349,1,1,11338,1,597.202,-145.592,-55.1017,2.1293,86400,0,0,5148,0,0,0,0,0),(54666,13141,349,1,1,2079,0,633.69,-167.711,-53.5876,2.18166,86400,5,0,4953,0,1,0,0,0),(54665,2914,349,1,1,6303,0,617.651,-153.106,-54.9555,3.19395,86400,10,0,8,0,1,0,0,0),(54664,12206,349,1,1,12309,0,290.086,-203.261,-59.8158,1.55334,86400,0,0,11940,0,0,0,0,0),(54663,12222,349,1,1,14350,0,624.471,-126.815,-55.1455,1.85005,86400,1,0,5148,0,1,0,0,0),(54662,12223,349,1,1,3386,0,617.374,-99.9578,-57.4167,2.04204,86400,5,0,5346,0,1,0,0,0),(54661,12222,349,1,1,14350,0,619.28,-131.684,-54.8618,5.28835,86400,1,0,5148,0,1,0,0,0),(54660,13141,349,1,1,2079,0,669.35,-152.991,-50.1035,0.593412,86400,5,0,4953,0,1,0,0,0),(54659,13142,349,1,1,13098,0,642.862,-160.182,-52.9503,5.68977,86400,5,0,5148,0,1,0,0,0),(54658,12206,349,1,1,12309,0,302.198,-187.907,-59.8158,2.32129,86400,0,0,11940,0,0,0,0,0),(54657,12222,349,1,1,14350,0,669.841,-110.025,-56.0689,0.523599,86400,1,0,5148,0,1,0,0,0),(54656,12222,349,1,1,14350,0,664.059,-109.324,-56.2693,0.20944,86400,1,0,5148,0,1,0,0,0),(54655,12223,349,1,1,3386,0,699.16,-89.0857,-57.5,0.525737,86400,3,0,5346,0,1,0,0,0),(54654,12222,349,1,1,14350,0,676.169,-110.746,-55.9617,4.69494,86400,1,0,5148,0,1,0,0,0),(54653,12224,349,1,1,9014,0,812.635,-37.2737,-88.1976,5.23599,86400,5,0,4434,2301,1,0,0,0),(54652,12223,349,1,1,3386,0,731.105,-76.9863,-57.4987,3.1765,86400,0,1,5346,0,2,0,0,0),(54651,12216,349,1,1,2452,0,762.973,-41.8963,-55.9294,0.20944,86400,1,0,1238,0,1,0,0,0),(54650,12217,349,1,1,12345,0,755.625,-53.8264,-56.1086,0.331613,86400,1,0,1238,0,1,0,0,0),(54649,12217,349,1,1,12345,0,753.999,-46.5705,-56.1367,5.13127,86400,1,0,1238,0,1,0,0,0),(54648,12217,349,1,1,12345,0,744.919,-51.0789,-56.0131,4.64258,86400,1,0,1238,0,1,0,0,0),(54647,11791,349,1,1,11338,1,750.123,-42.8777,-56.1531,0.959931,86400,0,0,5148,0,0,0,0,0),(54646,11791,349,1,1,11338,1,758.122,-42.8355,-55.9574,2.1293,86400,0,0,5148,0,0,0,0,0),(54645,12223,349,1,1,3386,0,740.259,-82.077,-57.4152,0.628319,86400,3,0,5346,0,1,0,0,0),(54644,12216,349,1,1,2452,0,736.766,-114.996,-56.4388,0.645772,86400,1,0,1238,0,1,0,0,0),(54643,12216,349,1,1,2452,0,747.838,-121.34,-56.4993,3.01942,86400,1,0,1238,0,1,0,0,0),(54642,12217,349,1,1,12345,0,750.224,-129.533,-56.3232,3.68265,86400,1,0,1238,0,1,0,0,0),(54641,12223,349,1,1,3386,0,765.097,-112.538,-57.4167,2.14675,86400,3,0,5346,0,1,0,0,0),(54640,11791,349,1,1,11338,1,739.91,-122.194,-56.5653,3.97935,86400,0,0,5148,0,0,0,0,0),(54636,11791,349,1,1,11338,1,742.923,-127.961,-56.2506,3.29867,86400,0,0,5148,0,0,0,0,0),(54635,13142,349,1,1,13098,0,688.886,-164.706,-48.6661,1.3439,86400,5,0,5148,0,1,0,0,0),(54634,12216,349,1,1,2452,0,677.379,-202.295,-60.5414,3.10762,86400,3,0,1238,0,1,0,0,0),(54633,12217,349,1,1,12345,0,676.133,-193.009,-60.4786,5.31158,86400,1,0,1238,0,1,0,0,0),(54632,12217,349,1,1,12345,0,679.92,-197.158,-60.5348,3.73611,86400,2,0,1238,0,1,0,0,0),(54631,11791,349,1,1,11338,1,681.369,-191.207,-60.4103,5.48033,86400,0,0,5148,0,0,0,0,0),(54630,12217,349,1,1,12345,0,683.95,-202.811,-60.4394,5.09636,86400,2,0,1238,0,1,0,0,0),(54629,11791,349,1,1,11338,1,686.322,-196.2,-60.4321,2.37365,86400,0,0,5148,0,0,0,0,0),(54628,12222,349,1,1,14350,0,777.343,-136.791,-56.0397,1.309,86400,1,0,5148,0,1,0,0,0),(54627,11791,349,1,1,11338,1,710.02,-201.638,-47.166,1.5708,86400,0,0,5148,0,0,0,0,0),(54626,11791,349,1,1,11338,1,709.847,-193.447,-47.166,4.76475,86400,0,0,5148,0,0,0,0,0),(54618,12217,349,1,1,12345,0,706.173,-206.424,-47.166,2.04204,86400,1,0,1238,0,1,0,0,0),(54613,12216,349,1,1,2452,0,708.825,-197.031,-47.166,0.226893,86400,1,0,1238,0,1,0,0,0),(54592,12216,349,1,1,2452,0,708.052,-186.54,-47.166,3.83972,86400,1,0,1238,0,1,0,0,0),(54591,12216,349,1,1,2452,0,704.127,-196.929,-47.166,3.07178,86400,1,0,1238,0,1,0,0,0),(54093,12218,349,1,1,12346,0,931.7,-374.042,-50.4125,5.28588,86400,3,0,1336,0,1,0,0,0),(54094,12219,349,1,1,12347,0,926.689,-312.426,-49.7107,4.86947,86400,1,0,8316,0,1,0,0,0),(54095,12218,349,1,1,12346,0,936.365,-358.656,-50.4764,1.72337,86400,5,0,1336,0,1,0,0,0),(54062,12218,349,1,1,12346,0,1078.98,-279.331,-72.0672,5.3058,86400,5,0,1336,0,1,0,0,0),(54063,12218,349,1,1,12346,0,925.932,-358.394,-50.4764,2.56199,86400,5,0,1336,0,1,0,0,0),(54589,13142,349,1,1,13098,0,692.312,-265.623,-52.8056,4.55531,86400,5,0,5148,0,1,0,0,0),(54590,12222,349,1,1,14350,0,785.27,-136.504,-55.8265,6.07375,86400,1,0,5148,0,1,0,0,0),(54588,12222,349,1,1,14350,0,771.625,-140.803,-56.2799,3.64774,86400,1,0,5148,0,1,0,0,0),(54587,12222,349,1,1,14350,0,778.732,-145.498,-55.9994,1.41372,86400,1,0,5148,0,1,0,0,0),(54586,11792,349,1,1,2021,1,721.642,-227.507,-47.166,2.80998,86400,0,0,4953,0,0,0,0,0),(54585,11792,349,1,1,2021,1,721.573,-211.075,-47.166,3.31613,86400,0,0,4953,0,0,0,0,0),(54584,12216,349,1,1,2452,0,801.145,-337.659,-51.6119,1.00031,86400,1,0,1238,0,1,0,0,0),(54583,11791,349,1,1,11338,1,800.262,-334.675,-51.4592,4.57276,86400,0,0,5148,0,0,0,0,0),(54582,12217,349,1,1,12345,0,797.702,-341.591,-51.52,5.42127,86400,1,0,1238,0,1,0,0,0),(54581,12216,349,1,1,2452,0,796.003,-332.974,-50.8889,0.223871,86400,1,0,1238,0,1,0,0,0),(54580,12221,349,1,1,1145,0,765.684,-184.129,-58.4382,0.994838,86400,1,0,4290,0,1,0,0,0),(54578,12221,349,1,1,1145,0,779.549,-222.393,-64.7241,6.05629,86400,2,0,4290,0,1,0,0,0),(54579,12236,349,1,1,12334,1,748.874,-219.647,-47.6926,3.1765,86400,0,0,13365,0,0,0,0,0),(54577,12221,349,1,1,1145,0,781.24,-216.589,-64.7155,0.296706,86400,2,0,4290,0,1,0,0,0),(54575,11794,349,1,1,12337,1,797.136,-163.28,-74.783,4.81711,86400,1,0,5544,0,1,0,0,0),(54576,12221,349,1,1,1145,0,783.17,-211.836,-64.9395,1.98968,86400,1,0,4290,0,1,0,0,0),(54574,11794,349,1,1,12337,1,793.148,-160.879,-74.3821,4.95674,86400,1,0,5544,0,1,0,0,0),(54573,12221,349,1,1,1145,0,764.333,-188.164,-59.5819,5.75959,86400,1,0,4290,0,1,0,0,0),(54572,12221,349,1,1,1145,0,775.214,-216.535,-64.5187,0.925025,86400,1,0,4290,0,1,0,0,0),(54571,12224,349,1,1,9014,0,804.199,-200.599,-77.0656,0.226893,86400,5,0,4434,2301,1,0,0,0),(54570,12221,349,1,1,1145,0,786.946,-216.828,-64.9564,5.06145,86400,1,0,4290,0,1,0,0,0),(54569,12221,349,1,1,1145,0,821.911,-192.92,-74.7536,3.07178,86400,2,0,4290,0,1,0,0,0),(54568,12223,349,1,1,3386,0,840.592,-174.882,-88.258,3.83972,86400,5,0,5346,0,1,0,0,0),(54567,11794,349,1,1,12337,1,872.477,-156.565,-87.2358,1.62768,86400,1,0,5544,0,1,0,0,0),(54566,11794,349,1,1,12337,1,874.742,-156.131,-87.0904,1.72611,86400,1,0,5544,0,1,0,0,0),(54484,12221,349,1,1,1145,0,839.266,-8.15158,-87.1322,3.14159,86400,5,0,4290,0,1,0,0,0),(54485,12224,349,1,1,9014,0,840.875,-148.738,-88.258,0.122173,86400,5,0,4434,2301,1,0,0,0),(54483,12221,349,1,1,1145,0,830.388,-19.7983,-86.8948,3.45575,86400,5,0,4290,0,1,0,0,0),(54482,12221,349,1,1,1145,0,834.564,-12.9574,-87.003,6.07375,86400,5,0,4290,0,1,0,0,0),(54481,12223,349,1,1,3386,0,848.979,-113.375,-88.5932,1.5708,86400,5,0,5346,0,1,0,0,0),(54480,12223,349,1,1,3386,0,831.267,-94.1314,-88.684,5.0091,86400,5,0,5346,0,1,0,0,0),(54479,12221,349,1,1,1145,0,840.889,-19.0094,-87.0379,5.32325,86400,5,0,4290,0,1,0,0,0),(54478,12221,349,1,1,1145,0,846.466,-14.1576,-86.6577,0.715585,86400,5,0,4290,0,1,0,0,0),(54477,11794,349,1,1,12337,1,864.097,-88.3481,-87.4051,5.42058,86400,2,0,5544,0,1,0,0,0),(54476,11794,349,1,1,12337,1,863.344,-82.0318,-87.0558,1.49697,86400,2,0,5544,0,1,0,0,0),(54475,11794,349,1,1,12337,1,866.196,-92.6992,-87.3208,5.64039,86400,2,0,5544,0,1,0,0,0),(54474,12258,349,1,1,12389,0,978.887,-10.152,-62.5035,4.60767,86400,0,0,12474,0,0,0,0,0),(54473,12220,349,1,1,12348,0,880.282,-60.3926,-59.1787,5.60564,86400,1,0,5346,0,1,0,0,0),(54472,12220,349,1,1,12348,0,954.335,-61.6697,-62.0561,4.48323,86400,1,0,5346,0,1,0,0,0),(54471,12220,349,1,1,12348,0,958.615,-64.748,-62.0542,1.80317,86400,1,0,5346,0,1,0,0,0),(54470,12220,349,1,1,12348,0,976.132,-58.5746,-61.828,0,86400,1,0,5346,0,1,0,0,0),(54469,12220,349,1,1,12348,0,980.792,-54.4659,-61.8292,0,86400,1,0,5346,0,1,0,0,0),(54468,12220,349,1,1,12348,0,982.695,-62.1626,-61.8266,3.22886,86400,1,0,5346,0,1,0,0,0),(54467,12219,349,1,1,12347,0,887.293,-63.0953,-59.0878,0.890118,86400,3,0,8316,0,1,0,0,0),(54466,12219,349,1,1,12347,0,922.325,-58.418,-59.5497,1.76278,86400,2,0,8316,0,1,0,0,0),(54465,11794,349,1,1,12337,1,873.336,-94.3792,-87.0649,0.033702,86400,2,0,5544,0,1,0,0,0),(54464,12220,349,1,1,12348,0,890.89,-68.4742,-59.2243,3.14159,86400,1,0,5346,0,1,0,0,0),(54463,12220,349,1,1,12348,0,894.606,-63.6768,-59.0799,3.14159,86400,1,0,5346,0,1,0,0,0),(54462,12220,349,1,1,12348,0,952.156,-69.6218,-61.8973,1.46608,86400,1,0,5346,0,1,0,0,0),(54461,12219,349,1,1,12347,0,958.699,-72.8189,-61.8155,1.16937,86400,3,0,8316,0,1,0,0,0),(54460,12221,349,1,1,1145,0,873.275,-123.897,-87.1192,2.07694,86400,1,0,4290,0,1,0,0,0),(54459,12221,349,1,1,1145,0,874.018,-131.8,-86.9531,3.40339,86400,1,0,4290,0,1,0,0,0),(54458,12221,349,1,1,1145,0,869.645,-128.893,-87.0106,5.2709,86400,1,0,4290,0,1,0,0,0),(54457,12221,349,1,1,1145,0,868.948,-133.92,-86.9805,1.23918,86400,1,0,4290,0,1,0,0,0),(54456,12220,349,1,1,12348,0,912.51,-114.3,-61.7388,0,86400,1,0,5346,0,1,0,0,0),(54455,12220,349,1,1,12348,0,918.709,-112.563,-61.8433,2.67135,86400,1,0,5346,0,1,0,0,0),(54454,12219,349,1,1,12347,0,916.525,-119.201,-61.918,0.418879,86400,3,0,8316,0,1,0,0,0),(54453,12220,349,1,1,12348,0,965.398,-103.253,-63.7055,0,86400,1,0,5346,0,1,0,0,0),(54452,12220,349,1,1,12348,0,966.289,-108.169,-63.8364,0,86400,1,0,5346,0,1,0,0,0),(54451,12220,349,1,1,12348,0,963.146,-108.215,-63.7376,3.08923,86400,1,0,5346,0,1,0,0,0),(54450,12220,349,1,1,12348,0,921.857,-118.687,-61.9724,0.977384,86400,1,0,5346,0,1,0,0,0),(54449,12219,349,1,1,12347,0,942.167,-145.379,-60.3743,1.81514,86400,1,0,8316,0,1,0,0,0),(54448,12218,349,1,1,12346,0,1097.7,-196.63,-75.0663,0.98362,86400,2,0,1336,0,1,0,0,0),(54447,12218,349,1,1,12346,0,1102.86,-201.505,-74.7568,5.99821,86400,2,0,1336,0,1,0,0,0),(54446,12218,349,1,1,12346,0,1094.71,-199.884,-74.794,1.77423,86400,2,0,1336,0,1,0,0,0),(54445,13282,349,1,1,11172,0,1130.4,-191.342,-80.0014,4.64258,86400,0,0,13433,0,0,0,0,0),(54444,12218,349,1,1,12346,0,1097.1,-212.174,-74.5568,3.73809,86400,5,0,1336,0,1,0,0,0),(54443,12218,349,1,1,12346,0,1085.17,-204.993,-74.5752,4.2371,86400,2,0,1336,0,1,0,0,0),(54418,12218,349,1,1,12346,0,1093.51,-215.534,-74.7449,0.628319,86400,5,0,1336,0,1,0,0,0),(54391,12218,349,1,1,12346,0,1091.68,-208.849,-74.6908,2.45877,86400,5,0,1336,0,1,0,0,0),(54380,12218,349,1,1,12346,0,1103.89,-209.825,-74.5225,5.49286,86400,5,0,1336,0,1,0,0,0),(54379,12218,349,1,1,12346,0,1069.71,-216.795,-72.9533,0.76709,86400,2,0,1336,0,1,0,0,0),(54058,12220,349,1,1,12348,0,1030.58,-297.475,-71.9025,0,86400,1,0,5346,0,1,0,0,0),(54059,12219,349,1,1,12347,0,981.228,-304.751,-45.6394,5.41052,86400,3,0,8316,0,1,0,0,0),(54060,2914,349,1,1,2958,0,994.114,-310.902,-45.2978,6.26573,86400,10,0,8,0,1,0,0,0),(54377,12218,349,1,1,12346,0,1070.19,-229.465,-72.6647,5.53495,86400,5,0,1336,0,1,0,0,0),(54378,12218,349,1,1,12346,0,1071.63,-222.498,-72.8678,1.18682,86400,5,0,1336,0,1,0,0,0),(54376,12218,349,1,1,12346,0,1096.15,-246.782,-74.7586,1.5184,86400,2,0,1336,0,1,0,0,0),(54375,12218,349,1,1,12346,0,1095.18,-264.841,-74.2661,0.753238,86400,2,0,1336,0,1,0,0,0),(54374,12218,349,1,1,12346,0,1091.72,-244.562,-74.1944,2.80998,86400,2,0,1336,0,1,0,0,0),(54373,12218,349,1,1,12346,0,1104.53,-261.904,-75.8234,4.63901,86400,2,0,1336,0,1,0,0,0),(54372,12218,349,1,1,12346,0,1105.03,-253.853,-76.0463,4.50295,86400,5,0,1336,0,1,0,0,0),(54371,12218,349,1,1,12346,0,1098.14,-239.133,-75.2166,5.46898,86400,2,0,1336,0,1,0,0,0),(54370,12218,349,1,1,12346,0,1084.43,-253.58,-73.0771,3.12597,86400,5,0,1336,0,1,0,0,0),(54369,12218,349,1,1,12346,0,1102.81,-243.492,-75.97,2.18068,86400,5,0,1336,0,1,0,0,0),(54368,12218,349,1,1,12346,0,1064.45,-222.906,-72.5004,5.66331,86400,5,0,1336,0,1,0,0,0),(54367,12218,349,1,1,12346,0,1054.62,-220.084,-72.2077,3.32482,86400,2,0,1336,0,1,0,0,0),(54366,12218,349,1,1,12346,0,1061.09,-217.058,-72.5261,3.66481,86400,2,0,1336,0,1,0,0,0),(54365,12218,349,1,1,12346,0,1066.57,-227.93,-72.4804,6.06374,86400,5,0,1336,0,1,0,0,0),(54364,12218,349,1,1,12346,0,1056.11,-225.031,-72.0835,1.15779,86400,5,0,1336,0,1,0,0,0),(54363,12218,349,1,1,12346,0,1071.41,-260.84,-73.1077,5.81745,86400,5,0,1336,0,1,0,0,0),(54362,13141,349,1,1,2079,0,880.451,-402.985,-51.932,1.50613,86400,5,0,4953,0,1,0,0,0),(54361,11790,349,1,1,11345,1,897.796,-406.071,-52.8607,3.36848,86400,0,0,4953,0,0,0,0,0),(54358,12216,349,1,1,2452,0,891.098,-416.337,-52.4106,3.19395,86400,2,0,1238,0,1,0,0,0),(54357,12216,349,1,1,2452,0,895.228,-420.673,-52.7762,3.21141,86400,1,0,1238,0,1,0,0,0),(54356,12216,349,1,1,2452,0,895.025,-412.703,-52.5014,2.61799,86400,2,0,1238,0,1,0,0,0),(54355,11791,349,1,1,11338,1,837.188,-362.33,-51.516,1.6057,86400,0,0,5148,0,0,0,0,0),(54354,11790,349,1,1,11345,1,834.136,-356.258,-51.9663,0.890118,86400,0,0,4953,0,0,0,0,0),(54353,13141,349,1,1,2079,0,855.316,-382.354,-64.0031,0.890118,86400,3,0,4953,0,1,0,0,0),(54352,13141,349,1,1,2079,0,880.113,-367.95,-51.9663,4.2237,86400,5,0,4953,0,1,0,0,0),(54351,12216,349,1,1,2452,0,806.704,-341.826,-51.6066,1.15192,86400,1,0,1238,0,1,0,0,0),(54350,12216,349,1,1,2452,0,835.557,-352.947,-51.9663,4.08407,86400,1,0,1238,0,1,0,0,0),(54349,12217,349,1,1,12345,0,830.116,-354.746,-51.9663,5.11381,86400,2,0,1238,0,1,0,0,0),(54348,12217,349,1,1,12345,0,843.975,-359.052,-51.5259,5.32325,86400,2,0,1238,0,1,0,0,0),(54347,12217,349,1,1,12345,0,841.309,-354.738,-51.9663,2.75762,86400,2,0,1238,0,1,0,0,0),(54346,2914,349,1,1,1206,0,881.947,-394.246,-51.9663,4.18879,86400,10,0,8,0,1,0,0,0),(54345,11790,349,1,1,11345,1,805.145,-337.727,-51.5528,3.83972,86400,0,0,4953,0,0,0,0,0),(54344,12221,349,1,1,1145,0,804.193,-250.795,-60.7708,0.349066,86400,1,0,4290,0,1,0,0,0),(54343,12221,349,1,1,1145,0,830.777,-197.865,-74.7582,6.10865,86400,2,0,4290,0,1,0,0,0),(54012,12218,349,1,1,12346,0,952.468,-362.702,-50.1017,3.22074,86400,5,0,1336,0,1,0,0,0),(54013,12218,349,1,1,12346,0,1064.96,-274.43,-73.2326,2.99423,86400,5,0,1336,0,1,0,0,0),(54014,12220,349,1,1,12348,0,1029.57,-302.15,-71.7337,0.069813,86400,1,0,5346,0,1,0,0,0),(54342,12221,349,1,1,1145,0,809.469,-257.054,-60.3481,2.26893,86400,1,0,4290,0,1,0,0,0),(54341,12221,349,1,1,1145,0,815.959,-232.834,-74.5539,1.85005,86400,1,0,4290,0,1,0,0,0),(54336,12221,349,1,1,1145,0,822.136,-234.405,-74.5879,0.645772,86400,1,0,4290,0,1,0,0,0),(54335,12221,349,1,1,1145,0,833.022,-205.855,-74.7724,6.10865,86400,2,0,4290,0,1,0,0,0),(54334,12221,349,1,1,1145,0,816.726,-256.266,-60.3822,2.79253,86400,2,0,4290,0,1,0,0,0),(54333,12221,349,1,1,1145,0,837.412,-199.512,-75.0968,2.98451,86400,2,0,4290,0,1,0,0,0),(54332,12221,349,1,1,1145,0,812.719,-248.653,-60.6525,0.10472,86400,2,0,4290,0,1,0,0,0),(54331,12216,349,1,1,2452,0,866.385,-330.353,-50.0884,1.42954,86400,2,0,1238,0,1,0,0,0),(54330,12216,349,1,1,2452,0,868.052,-335.039,-50.2559,3.88721,86400,2,0,1238,0,1,0,0,0),(54329,12220,349,1,1,12348,0,960.26,-150.752,-59.3292,6.2241,86400,1,0,5346,0,1,0,0,0),(54328,12221,349,1,1,1145,0,840.053,-208.914,-75.5745,2.96706,86400,2,0,4290,0,1,0,0,0),(54327,11794,349,1,1,12337,1,942.819,-155.982,-60.3046,1.20594,86400,0,0,5544,0,0,0,0,0),(54326,11794,349,1,1,12337,1,945.434,-157.025,-60.1186,0.41063,86400,0,0,5544,0,2,0,0,0),(54325,12220,349,1,1,12348,0,961.196,-162.815,-58.8018,0,86400,1,0,5346,0,1,0,0,0),(54324,12220,349,1,1,12348,0,957.23,-157.029,-59.1375,6.21337,86400,1,0,5346,0,1,0,0,0),(54323,12220,349,1,1,12348,0,942.471,-172.975,-62.6343,1.51313,86400,1,0,5346,0,1,0,0,0),(54322,12220,349,1,1,12348,0,936.859,-173.159,-62.3021,2.04047,86400,1,0,5346,0,1,0,0,0),(54321,12220,349,1,1,12348,0,914.232,-184.988,-57.4478,5.66455,86400,1,0,5346,0,1,0,0,0),(54320,12220,349,1,1,12348,0,917.864,-180.282,-58.1882,1.76835,86400,1,0,5346,0,1,0,0,0),(54319,12220,349,1,1,12348,0,897.214,-194.957,-52.3878,0,86400,1,0,5346,0,1,0,0,0),(54318,12220,349,1,1,12348,0,899.508,-188.356,-52.7743,0,86400,1,0,5346,0,1,0,0,0),(54317,12220,349,1,1,12348,0,893.471,-192.021,-52.512,0.785398,86400,1,0,5346,0,1,0,0,0),(54316,12220,349,1,1,12348,0,859.506,-250.136,-52.6662,3.14159,86400,1,0,5346,0,1,0,0,0),(54313,12219,349,1,1,12347,0,878.765,-201.886,-75.1242,2.37365,86400,5,0,8316,0,1,0,0,0),(54312,12219,349,1,1,12347,0,855.181,-241.428,-54.0381,6.07375,86400,3,0,8316,0,1,0,0,0),(54311,12219,349,1,1,12347,0,852.392,-234.648,-54.5556,0.855211,86400,2,0,8316,0,1,0,0,0),(54310,12219,349,1,1,12347,0,986.278,-184.941,-67.8246,2.9147,86400,5,0,8316,0,1,0,0,0),(54309,12220,349,1,1,12348,0,997.528,-200.626,-67.4448,3.14159,86400,1,0,5346,0,1,0,0,0),(54308,12220,349,1,1,12348,0,1006.64,-199.078,-67.6057,3.14159,86400,1,0,5346,0,1,0,0,0),(54307,12220,349,1,1,12348,0,1002.94,-194.713,-67.5581,2.26893,86400,1,0,5346,0,1,0,0,0),(54306,12219,349,1,1,12347,0,982.507,-180.604,-67.9762,1.309,86400,2,0,8316,0,1,0,0,0),(54305,12220,349,1,1,12348,0,941.267,-178.783,-62.8358,0,86400,1,0,5346,0,1,0,0,0),(54285,12218,349,1,1,12346,0,1043.37,-240.246,-72.2399,4.51294,86400,5,0,1336,0,1,0,0,0),(18741,4820,48,1,1,3617,0,-406.857,26.494,-48.4163,2.93215,86400,2,0,1599,1162,1,0,0,0),(18736,4818,48,1,1,4920,1,-337.805,-24.5904,-72.3178,0.645772,86400,5,0,1686,0,1,0,0,0),(18734,4818,48,1,1,4920,1,-295.475,108.201,-53.5076,3.10669,86400,5,0,1686,0,1,0,0,0),(18735,4821,48,1,1,981,0,-321.646,103.492,-58.6204,3.28122,86400,5,0,1686,0,1,0,0,0),(18722,4818,48,1,1,4920,1,-254.728,34.6942,-55.6703,2.25148,86400,5,0,1686,0,1,0,0,0),(18721,4818,48,1,1,4920,1,-259.135,20.7215,-55.9537,4.86947,86400,1,0,1686,0,1,0,0,0),(18717,4821,48,1,1,981,0,-231.986,36.3215,-54.2971,0.471239,86400,5,0,1686,0,1,0,0,0),(39988,4298,189,1,1,2473,1,1042.64,1363.84,27.3835,2.40855,86400,3,0,3831,0,1,0,0,0),(39989,4301,189,1,1,2499,1,1012.41,1454.72,29.2298,6.17846,86400,0,0,4185,0,0,0,0,0),(40133,4286,189,1,1,2522,1,1668.44,-336.926,18.7611,4.11228,86400,0,0,3660,0,0,0,0,0),(39981,4300,189,1,1,2525,1,1021.64,1362.29,27.3879,4.13643,86400,3,0,3514,5950,1,0,0,0),(39982,4295,189,1,1,2514,1,1027.78,1399.18,27.3967,3.15905,86400,2,0,3831,0,1,0,0,0),(39976,4298,189,1,1,2462,1,985.957,1454.46,29.2299,0.907571,86400,0,0,3831,0,0,0,0,0),(39977,4295,189,1,1,2515,1,986.18,1343.2,29.2299,0.994838,86400,0,0,3831,0,0,0,0,0),(39970,4300,189,1,1,2525,1,948.805,1423.6,18.1066,2.42601,86400,3,0,3514,5950,1,0,0,0),(39968,4294,189,1,1,2524,1,960.646,1360.61,18.7611,3.05433,86400,0,0,2910,5722,0,0,0,0),(39969,4295,189,1,1,2515,1,931.613,1437.55,18.7611,4.59022,86400,0,0,3831,0,0,0,0,0),(39960,4300,189,1,1,2526,1,947.376,1375.67,18.1066,5.91667,86400,3,0,3514,5950,1,0,0,0),(39961,4295,189,1,1,2514,1,956.586,1360.52,18.7611,0.122173,86400,0,0,3831,0,0,0,0,0),(39956,4298,189,1,1,2462,1,890.282,1360.67,18.7611,0.802851,86400,0,0,3831,0,0,0,0,0),(39955,4298,189,1,1,2473,1,865.244,1359.41,18.0893,0.017453,86400,0,0,3831,0,0,0,0,0),(39949,4294,189,1,1,2524,1,927.287,1359.98,18.7611,0.296706,86400,0,0,2910,5722,0,0,0,0),(39950,4298,189,1,1,2473,1,868.398,1406,18.0893,6.26573,86400,0,0,3831,0,0,0,0,0),(39951,4294,189,1,1,2524,1,889.963,1374.25,18.7611,1.43117,86400,0,0,2910,5722,0,0,0,0),(39948,4295,189,1,1,2514,1,873.301,1406.05,18.0893,3.21141,86400,0,0,3831,0,0,0,0,0),(39946,3977,189,1,1,2043,1,1202.13,1399.07,29.0931,3.12414,86400,0,0,4904,6415,0,0,0,0),(39947,721,189,1,1,4626,0,915.357,1379.98,18.0842,1.78024,86400,10,0,1,0,1,0,0,0),(39945,4295,189,1,1,2514,1,876.701,1322.55,18.0893,3.15905,86400,0,0,3831,0,0,0,0,0),(39941,4308,189,1,1,5430,0,1804.02,1433.12,8.44826,3.33666,86400,0,0,955,0,0,0,0,0),(39940,4308,189,1,1,5430,0,1806,1432.56,8.44832,4.42443,86400,1,0,955,0,1,0,0,0),(39938,6426,189,1,1,1196,0,1812.48,1432.85,8.5311,1.65806,86400,5,0,3018,0,1,0,0,0),(39936,4308,189,1,1,5430,0,1780.88,1429.15,0.083333,0,86400,2,0,955,0,1,0,0,0),(39932,4308,189,1,1,5430,0,1786.24,1406.18,0.083333,0,86400,2,0,955,0,1,0,0,0),(39933,6426,189,1,1,10255,0,1817.76,1400.2,21.3051,4.7822,86400,3,0,3018,0,1,0,0,0),(39917,6427,189,1,1,4629,0,1811.35,1401.03,8.52722,2.98451,86400,2,0,3018,0,1,0,0,0),(39930,4308,189,1,1,5430,0,1783.58,1402.23,0.083333,0.488692,86400,2,0,955,0,1,0,0,0),(39931,4308,189,1,1,5430,0,1781.24,1405.95,0.083333,0,86400,2,0,955,0,1,0,0,0),(39913,4308,189,1,1,5430,0,1844.2,1401.81,21.284,0.331613,86400,3,0,955,0,1,0,0,0),(39914,4308,189,1,1,5430,0,1841.92,1373.78,19.1498,6.03884,86400,5,0,955,0,1,0,0,0),(40130,4286,189,1,1,2522,1,1670.54,-346.561,18.1066,1.58825,86400,0,0,3660,0,0,0,0,0),(39908,6427,189,1,1,4629,0,1814.89,1417.88,8.4461,3.00822,86400,2,0,3018,0,1,0,0,0),(39909,4075,189,1,1,1141,0,1769.2,1395.49,20.9381,0.10472,86400,10,0,8,0,1,0,0,0),(39910,4308,189,1,1,5430,0,1767.37,1400.58,20.8589,5.23599,86400,5,0,955,0,1,0,0,0),(39903,4308,189,1,1,5430,0,1775.42,1397.14,0.083333,4.43314,86400,2,0,955,0,1,0,0,0),(39904,4308,189,1,1,5430,0,1776.84,1400.45,0.083333,0,86400,2,0,955,0,1,0,0,0),(39905,4308,189,1,1,5430,0,1780.67,1397.55,0.083333,0,86400,2,0,955,0,1,0,0,0),(39906,6426,189,1,1,10255,0,1787.3,1416.96,0.083333,2.6529,86400,2,0,3018,0,1,0,0,0),(40127,4286,189,1,1,2523,1,1641.39,-383.177,18.7611,0.05236,86400,0,0,3660,0,0,0,0,0),(40126,4286,189,1,1,2523,1,1630.35,-341.378,18.0908,3.1765,86400,0,0,3660,0,0,0,0,0),(40125,4286,189,1,1,2523,1,1644.07,-380.373,18.6778,5.15457,86400,0,1,3660,0,2,0,0,0),(40124,6487,189,1,1,5266,1,148.32,-428.692,18.4864,6.24828,86400,0,1,8118,8040,2,0,0,0),(39899,6426,189,1,1,4631,0,1795.38,1362.76,18.9709,5.65487,86400,5,0,3018,0,1,0,0,0),(39900,6426,189,1,1,10256,0,1770.33,1358.26,18.5253,2.61366,86400,3,0,3018,0,1,0,0,0),(39898,4308,189,1,1,5430,0,1823.54,1342.17,17.7157,0,86400,3,0,955,0,1,0,0,0),(39896,4308,189,1,1,5430,0,1820.47,1338.36,17.5815,5.91667,86400,3,0,955,0,1,0,0,0),(39897,4308,189,1,1,5430,0,1825.42,1337.67,17.6144,0,86400,3,0,955,0,1,0,0,0),(39893,6427,189,1,1,4629,0,1853.69,1321.07,17.323,4.76481,86400,5,0,3018,0,1,0,0,0),(39892,4075,189,1,1,1141,0,1827.34,1330.7,18.0777,2.25148,86400,10,0,8,0,1,0,0,0),(39891,6426,189,1,1,10255,0,1787.18,1334.56,18.9709,3.80482,86400,3,0,3018,0,1,0,0,0),(39888,4308,189,1,1,5430,0,1837.76,1315.02,19.098,0.226893,86400,2,0,955,0,1,0,0,0),(39882,6426,189,1,1,10256,0,1749.6,1309.9,18.5249,3.89208,86400,3,0,3018,0,1,0,0,0),(39881,4308,189,1,1,5430,0,1773.64,1313.96,17.6021,5.91172,86400,3,0,955,0,1,0,0,0),(39877,4308,189,1,1,5430,0,1756.41,1278.62,18.2407,5.3058,86400,3,0,955,0,1,0,0,0),(39874,4308,189,1,1,5430,0,1811.79,1302.46,17.8061,5.74213,86400,3,0,955,0,1,0,0,0),(39875,4308,189,1,1,5430,0,1815.85,1300.29,17.6923,0,86400,3,0,955,0,1,0,0,0),(39876,4308,189,1,1,5430,0,1819.47,1300.64,17.5862,0,86400,3,0,955,0,1,0,0,0),(39871,4308,189,1,1,5430,0,1773.14,1307.27,17.603,1.72788,86400,3,0,955,0,1,0,0,0),(39872,4308,189,1,1,5430,0,1766.5,1309.83,18.0689,0,86400,3,0,955,0,1,0,0,0),(39870,6426,189,1,1,1196,0,1834.93,1279.38,18.2407,3.08923,86400,3,0,3018,0,1,0,0,0),(39866,4308,189,1,1,5430,0,1777.24,1262.44,17.6542,5.58505,86400,5,0,955,0,1,0,0,0),(39867,4308,189,1,1,5430,0,1781.75,1265.2,17.7005,0,86400,5,0,955,0,1,0,0,0),(39868,4308,189,1,1,5430,0,1778.28,1267.77,17.6649,0,86400,5,0,955,0,1,0,0,0),(39861,4308,189,1,1,5430,0,1798.83,1246.83,18.4078,0,86400,3,0,955,0,1,0,0,0),(39856,6547,189,1,1,1027,0,1794.24,1144.93,8.71928,5.63741,86400,0,0,713,0,0,0,0,0),(39857,4306,189,1,1,2607,1,1807.84,1165.98,6.90374,1.51844,86400,0,0,2865,0,0,0,0,0),(39853,4306,189,1,1,2607,1,1793.45,1143.31,7.57362,1.22173,86400,0,0,2865,0,0,0,0,0),(81542,5649,209,1,1,6423,1,1900.33,1166.45,8.96588,0.785398,86400,5,0,5346,0,1,0,0,0),(38013,5649,209,1,1,6424,1,1365.43,819.994,8.97416,3.71755,86400,0,0,5346,0,0,0,0,0),(38011,5650,209,1,1,6422,1,1327.73,838.162,9.23823,3.24631,86400,0,0,4278,2966,0,0,0,0),(38012,5649,209,1,1,6424,1,1357.26,817.232,8.97416,0.174533,86400,0,0,5346,0,0,0,0,0),(38010,5649,209,1,1,6423,1,1319.59,836.886,8.97416,0.418879,86400,0,0,5346,0,0,0,0,0),(38006,5649,209,1,1,6423,1,1261.55,846.373,9.28673,5.34071,86400,0,0,5346,0,0,0,0,0),(38007,5648,209,1,1,6420,1,1265.82,840.409,9.10481,2.19912,86400,0,0,3603,7150,0,0,0,0),(38003,5648,209,1,1,6420,1,1262.07,840.807,8.9959,0.383972,86400,0,0,3603,7150,0,0,0,0),(40122,4291,189,1,1,2508,1,180.105,-442.338,18.9438,5.8294,86400,0,0,2901,2014,0,0,0,0),(40121,4540,189,1,1,2604,0,183.061,-443.497,18.9388,3.03687,86400,0,0,3489,0,0,0,0,0),(40120,4540,189,1,1,2603,0,173.965,-427.5,18.6164,0.034907,86400,0,0,3489,0,0,0,0,0),(40119,4540,189,1,1,2604,0,173.977,-430.87,18.616,0,86400,0,0,3489,0,0,0,0,0),(40118,4540,189,1,1,2603,0,272.192,-430.993,18.6173,4.31096,86400,0,0,3489,0,0,0,0,0),(40117,4291,189,1,1,2508,1,270.066,-435.688,18.6203,1.06465,86400,0,0,2901,2014,0,0,0,0),(40116,4291,189,1,1,2508,1,253.05,-432.902,18.6185,4.88692,86400,0,0,2901,2014,0,0,0,0),(40115,4291,189,1,1,2508,1,277.415,-410.155,20.4948,1.0472,86400,0,0,2901,2014,0,0,0,0),(40114,4540,189,1,1,2604,0,279.506,-405.837,20.4875,4.29351,86400,0,0,3489,0,0,0,0,0),(27408,4812,48,1,1,2894,1,-822.119,-79.9384,-29.6178,1.15192,86400,0,0,1494,1088,0,0,0,0),(54284,12220,349,1,1,12348,0,917.681,-187.961,-57.216,3.14159,86400,1,0,5346,0,1,0,0,0),(54283,12219,349,1,1,12347,0,899.922,-200.105,-52.3801,0.488692,86400,3,0,8316,0,1,0,0,0),(54281,12220,349,1,1,12348,0,874.738,-231.428,-53.4259,0,86400,1,0,5346,0,1,0,0,0),(54280,12220,349,1,1,12348,0,881.613,-230.559,-52.9113,1.95477,86400,1,0,5346,0,1,0,0,0),(27407,4810,48,1,1,2900,1,-816.991,-75.5989,-29.739,0.645772,86400,0,1,1815,0,2,0,0,0),(27402,4830,48,1,1,1816,0,-746.744,-169.427,-50.6239,5.49537,86400,0,1,3255,0,2,0,0,0),(27401,4827,48,1,1,2836,0,-778.368,-94.4939,-40.1442,3.66519,86400,3,0,1686,0,1,0,0,0),(27400,4827,48,1,1,2836,0,-726.514,-118.253,-36.8979,3.75246,86400,8,0,1686,0,1,0,0,0),(27397,4809,48,1,1,2883,1,-734.182,-105.306,-29.9524,2.30383,86400,0,0,1494,544,0,0,0,0),(27396,4811,48,1,1,2888,1,-722.212,-105.695,-29.9737,1.18682,86400,0,0,1599,1162,0,0,0,0),(27390,4827,48,1,1,2836,0,-753.07,-87.3449,-40.8707,6.0912,86400,3,0,1686,0,1,0,0,0),(27352,4812,48,1,1,2896,1,-801.936,-59.8917,-29.5982,4.50295,86400,0,0,1494,1088,0,0,0,0),(26333,4812,48,1,1,2894,1,-798.28,-57.0101,-29.6816,6.23816,86400,0,0,1494,1088,0,0,0,0),(26332,4810,48,1,1,2899,1,-754.31,-58.1687,-29.9301,0.575959,86400,0,1,1815,0,2,0,0,0),(26331,4811,48,1,1,2887,1,-764.725,-61.6536,-29.8474,1.5708,86400,0,0,1599,1162,0,0,0,0),(26330,4811,48,1,1,2887,1,-798.48,-54.9876,-29.5982,0.191986,86400,0,0,1599,1162,0,0,0,0),(26329,4809,48,1,1,2884,1,-721.039,-86.4893,-37.7622,2.11185,86400,0,1,1494,544,2,0,0,0),(26328,4810,48,1,1,2899,1,-793.893,-59.3825,-29.5982,1.8326,86400,0,0,1815,0,0,0,0,0),(26327,4812,48,1,1,2895,1,-764.633,-54.1033,-29.8464,5.39307,86400,0,0,1494,1088,0,0,0,0),(26326,4823,48,1,1,9565,0,-761.466,-34.6609,-40.333,1.65806,86400,2,0,1392,0,1,0,0,0),(26325,4811,48,1,1,2887,1,-748.753,5.72824,-29.9157,0.506145,86400,0,0,1599,1162,0,0,0,0),(26324,4812,48,1,1,2896,1,-722.41,-79.0308,-37.659,5.28835,86400,0,0,1494,1088,0,0,0,0),(26323,4807,48,1,1,4762,1,-713.285,42.7616,-29.9299,3.47321,86400,1,0,2529,0,1,0,0,0),(26322,4812,48,1,1,2896,1,-719.863,4.31058,-29.95,2.93215,86400,0,0,1494,1088,0,0,0,0),(26321,4810,48,1,1,2899,1,-725.556,5.94794,-29.95,5.93412,86400,0,0,1815,0,0,0,0,0),(26318,4810,48,1,1,2898,1,-725.366,-60.1186,-37.6581,0.907571,86400,0,0,1815,0,0,0,0,0),(26317,4810,48,1,1,2898,1,-722.105,-27.4256,-37.6503,5.5676,86400,0,0,1815,0,0,0,0,0),(26316,4810,48,1,1,2898,1,-722.013,-56.5438,-37.6503,3.83972,86400,0,0,1815,0,0,0,0,0),(54202,12220,349,1,1,12348,0,938.847,-227.259,-46.4733,3.14159,86400,1,0,5346,0,1,0,0,0),(54160,12219,349,1,1,12347,0,1001.87,-216.367,-67.3711,5.07891,86400,1,0,8316,0,1,0,0,0),(54157,12220,349,1,1,12348,0,889.728,-282.184,-45.8448,3.14159,86400,1,0,5346,0,1,0,0,0),(54154,11790,349,1,1,11345,1,870.034,-329.385,-48.798,0.279253,86400,0,0,4953,0,0,0,0,0),(54150,12222,349,1,1,14350,0,966.765,-246.399,-48.7931,6.14356,86400,5,0,5148,0,1,0,0,0),(54136,12218,349,1,1,12346,0,1025.83,-245.535,-72.2404,0.013524,86400,2,0,1336,0,1,0,0,0),(81540,7269,209,1,1,7470,0,1851.06,1186.61,8.96923,4.90438,86400,5,0,1782,0,1,0,0,0),(81539,5649,209,1,1,6423,1,1849.2,1184.55,8.9883,6.19592,86400,5,0,5346,0,1,0,0,0),(81538,7246,209,1,1,6425,1,1878.71,1159.65,9.60457,3.66519,86400,5,0,4119,2864,1,0,0,0),(81537,5649,209,1,1,6424,1,1899.6,1136.85,9.09823,5.68977,86400,0,0,5346,0,0,0,0,0),(81536,5650,209,1,1,6421,1,1911.82,1153.47,9.60223,2.51327,86400,0,0,4278,2966,0,0,0,0),(81535,5649,209,1,1,6423,1,1903.87,1133.99,8.9936,2.54818,86400,0,0,5346,0,0,0,0,0),(81534,5650,209,1,1,6421,1,1926.08,1131.13,10.8489,1.90241,86400,5,0,4278,2966,1,0,0,0),(81528,7246,209,1,1,6425,1,1819.37,1116.38,28.7914,3.83083,86400,0,1,4119,2864,2,0,0,0),(40113,4540,189,1,1,2604,0,256.803,-409.171,20.4936,2.77507,86400,0,0,3489,0,0,0,0,0),(40112,4540,189,1,1,2604,0,215.304,-421.982,18.6203,1.27409,86400,0,0,3489,0,0,0,0,0),(54133,12218,349,1,1,12346,0,1035.73,-238.229,-72.2391,5.59064,86400,5,0,1336,0,1,0,0,0),(54132,12222,349,1,1,14350,0,974.51,-247.362,-48.7063,5.86431,86400,5,0,5148,0,1,0,0,0),(40111,4291,189,1,1,2507,1,231.714,-432.81,18.6163,4.5204,86400,0,0,2901,2014,0,0,0,0),(81525,7269,209,1,1,7470,0,1882.94,1117.95,9.22164,4.72984,86400,5,0,1782,0,1,0,0,0),(81522,8130,209,1,1,1073,0,1812.14,667.302,15.8964,1.62316,86400,0,0,2865,0,0,0,0,0),(81517,7246,209,1,1,6425,1,1752.93,718.564,21.2051,4.88692,86400,5,0,4119,2864,1,0,0,0),(81512,8095,209,1,1,7345,0,1802.24,738.69,14.5232,4.79092,86400,5,0,5757,0,1,0,0,0),(81509,5650,209,1,1,6422,1,1814.87,947.317,8.97432,4.74729,86400,0,0,4278,2966,0,0,0,0),(81502,7269,209,1,1,7470,0,1802.93,926.001,8.98457,3.59538,86400,5,0,1782,0,1,0,0,0),(81501,8095,209,1,1,7345,0,1856.18,854.172,21.642,1.25722,86400,5,0,5757,0,1,0,0,0),(40110,4540,189,1,1,2604,0,184.504,-414.299,18.9364,3.14159,86400,0,0,3489,0,0,0,0,0),(40109,4540,189,1,1,2603,0,265.016,-428.936,18.5347,6.27407,86400,0,1,3489,0,2,0,0,0),(40106,4540,189,1,1,2603,0,251.522,-408.955,20.4928,0.383972,86400,0,0,3489,0,0,0,0,0),(40105,4291,189,1,1,2507,1,181.98,-413.51,18.9406,5.63741,86400,0,0,2901,2014,0,0,0,0),(40104,4540,189,1,1,2604,0,182.002,-416.543,18.9408,0.925025,86400,0,0,3489,0,0,0,0,0),(40103,4291,189,1,1,2508,1,263.192,-386.943,20.1605,0.174533,86400,0,0,2901,2014,0,0,0,0),(40102,4540,189,1,1,2603,0,265.949,-386.511,20.1611,3.28122,86400,0,0,3489,0,0,0,0,0),(40101,4299,189,1,1,2501,1,253.815,-405.001,20.4863,4.69494,86400,0,0,2901,2014,0,0,0,0),(40100,4299,189,1,1,2501,1,277.677,-373.477,20.4933,0.942478,86400,0,0,2901,2014,0,0,0,0),(40099,4291,189,1,1,2507,1,279.837,-369.762,20.487,4.06662,86400,0,0,2901,2014,0,0,0,0),(40098,4299,189,1,1,2502,1,265.031,-379.047,20.078,1.56189,86400,0,1,2901,2014,2,0,0,0),(40097,4299,189,1,1,2501,1,272.568,-331.08,18.6172,1.309,86400,0,0,2901,2014,0,0,0,0),(40096,4540,189,1,1,2603,0,272.412,-326.647,18.6172,4.99164,86400,0,0,3489,0,0,0,0,0),(40095,4291,189,1,1,2507,1,253.363,-367.029,20.482,2.16421,86400,0,0,2901,2014,0,0,0,0),(40094,4540,189,1,1,2604,0,251.835,-363.646,20.4781,5.044,86400,0,0,3489,0,0,0,0,0),(40091,4304,189,1,1,2709,0,123.09,-258.452,18.6299,3.80482,86400,0,0,3330,0,0,0,0,0),(40090,4304,189,1,1,2709,0,120.958,-257.75,18.6299,4.43314,86400,0,0,3330,0,0,0,0,0),(40089,4304,189,1,1,2709,0,123.754,-261.435,18.6299,2.96706,86400,0,0,3330,0,0,0,0,0),(40088,3974,189,1,1,2040,1,119.938,-260.869,18.6299,0.10472,86400,0,0,7736,1007,0,0,0,0),(40087,4299,189,1,1,2502,1,215.679,-332.621,18.6193,5.49779,86400,0,0,2901,2014,0,0,0,0),(40086,4291,189,1,1,2507,1,232.174,-325.762,18.617,1.53589,86400,0,0,2901,2014,0,0,0,0),(40085,4291,189,1,1,2507,1,220.417,-336.332,18.6174,2.63545,86400,0,0,2901,2014,0,0,0,0),(40084,4540,189,1,1,2604,0,265.073,-312.405,20.079,1.60504,86400,0,0,3489,0,0,0,0,0),(40083,4287,189,1,1,2463,1,174.665,-312.681,18.6126,1.71042,86400,0,0,2784,1926,0,0,0,0),(40082,4287,189,1,1,2463,1,155.754,-285.667,19.2011,3.56047,86400,0,1,2784,1926,2,0,0,0),(40081,4287,189,1,1,2463,1,153.936,-268.826,19.2844,0.017453,86400,0,0,2784,1926,0,0,0,0),(40080,4287,189,1,1,2474,1,182.787,-289.654,19.2844,1.51844,86400,0,0,2784,1926,0,0,0,0),(40079,4304,189,1,1,2709,0,168.105,-268.833,18.6996,1.64061,86400,0,0,3330,0,0,0,0,0),(40078,4288,189,1,1,2498,1,166.937,-266.84,18.6979,0.733038,86400,3,0,3489,0,1,0,0,0),(40074,4287,189,1,1,2474,1,228.658,-310.084,18.6126,1.55334,86400,0,0,2784,1926,0,0,0,0),(40073,4287,189,1,1,2463,1,229.038,-304.547,18.6126,4.60767,86400,0,0,2784,1926,0,0,0,0),(40072,4287,189,1,1,2463,1,271.381,-233.791,18.614,3.10669,86400,0,0,2784,1926,0,0,0,0),(40071,4287,189,1,1,2474,1,267.888,-233.814,18.614,0.05236,86400,0,0,2784,1926,0,0,0,0),(40070,4304,189,1,1,2709,0,201.061,-230.432,18.5307,3.13901,86400,0,1,3330,0,0,0,0,0),(40068,4288,189,1,1,2497,1,201.223,-232.896,18.5307,3.14066,86400,3,1,3489,0,1,0,0,0),(40067,4287,189,1,1,2474,1,194.217,-229.353,18.614,2.35619,86400,0,0,2784,1926,0,0,0,0),(40064,4287,189,1,1,2463,1,240.84,-229.627,18.6141,4.99164,86400,0,0,2784,1926,0,0,0,0),(40063,4287,189,1,1,2463,1,181.5,-240.021,19.2844,4.72984,86400,0,0,2784,1926,0,0,0,0),(40060,4304,189,1,1,2709,0,187.05,-257.972,18.6737,3.49066,86400,0,0,3330,0,0,0,0,0),(40059,4288,189,1,1,2497,1,189.179,-259.118,18.8245,0.645772,86400,3,0,3489,0,1,0,0,0),(40058,4296,189,1,1,5725,1,201.003,-231.957,18.5308,1.50647,86400,0,1,2784,1926,2,0,0,0),(40057,4287,189,1,1,2463,1,223.34,-229.759,18.614,2.30383,86400,0,0,2784,1926,0,0,0,0),(40056,4291,189,1,1,2508,1,267.932,-303.047,20.1611,3.28122,86400,0,0,2901,2014,0,0,0,0),(40055,4299,189,1,1,2502,1,247.023,-304.425,20.1611,6.0912,86400,0,0,2901,2014,0,0,0,0),(40052,4287,189,1,1,2463,1,220.711,-288.573,19.2829,1.46608,86400,0,0,2784,1926,0,0,0,0),(40051,4296,189,1,1,5726,1,223.447,-286.047,19.2829,3.54302,86400,0,0,2784,1926,0,0,0,0),(40050,4299,189,1,1,2502,1,240.758,-301.743,20.1611,5.67232,86400,0,0,2901,2014,0,0,0,0),(40049,4287,189,1,1,2474,1,203.703,-268.734,19.2844,3.12414,86400,0,0,2784,1926,0,0,0,0),(40048,4287,189,1,1,2463,1,218.136,-286.012,19.2829,5.89921,86400,0,0,2784,1926,0,0,0,0),(40042,4299,189,1,1,2501,1,1159.59,1456.71,30.3882,4.17134,86400,1,0,2901,2014,1,0,0,0),(40039,4542,189,1,1,2605,1,1158.86,1354.27,30.389,4.69494,86400,0,0,6130,2566,0,0,0,0),(40038,4302,189,1,1,2460,1,1160.33,1438.27,30.3882,1.309,86400,1,0,3540,2472,1,0,0,0),(40037,4302,189,1,1,2460,1,1141.86,1343.3,30.387,3.38594,86400,0,0,3540,2472,0,0,0,0),(40034,4300,189,1,1,2526,1,1135.38,1459.44,30.2991,1.33446,86400,0,1,3514,5950,2,0,0,0),(26315,4810,48,1,1,2901,1,-718.32,-30.9891,-37.6503,2.35619,86400,0,0,1815,0,0,0,0,0),(26314,4827,48,1,1,2836,0,-700.743,-77.3548,-38.3356,3.59538,86400,3,0,1686,0,1,0,0,0),(26313,4812,48,1,1,2897,1,-694.532,-30.0734,-29.95,1.32645,86400,0,0,1494,1088,0,0,0,0),(26312,4811,48,1,1,2889,1,-695.441,-40.5065,-29.9526,3.10669,86400,0,0,1599,1162,0,0,0,0),(26311,4809,48,1,1,2883,1,-692.671,-45.7525,-29.9505,4.04916,86400,0,0,1494,544,0,0,0,0),(26310,4798,48,1,1,2014,0,-532.32,-43.5506,-39.6092,0.125233,86400,0,1,1494,544,2,0,0,0),(26309,4799,48,1,1,2021,0,-478.746,-86.1163,-40.6561,3.24631,86400,1,0,1494,816,1,0,0,0),(26308,4798,48,1,1,2014,0,-468.616,-40.577,-36.6384,1.37881,86400,1,0,1494,544,1,0,0,0),(26307,4798,48,1,1,2014,0,-487.371,-85.9738,-42.7338,6.19592,86400,1,0,1494,544,1,0,0,0),(26306,4799,48,1,1,2021,0,-514.26,-45.309,-42.1518,2.53691,86400,5,0,1494,816,1,0,0,0),(26305,4807,48,1,1,4762,1,-509.989,-58.5488,-41.8187,1.18682,86400,1,0,2529,0,1,0,0,0),(26304,4807,48,1,1,4762,1,-505.342,-53.0529,-42.0544,3.75246,86400,1,0,2529,0,1,0,0,0),(26303,4805,48,1,1,4982,1,-479.967,-40.9691,-40.9697,0.139626,86400,2,0,1494,1088,1,0,0,0),(26302,4805,48,1,1,4982,1,-519.014,-41.2675,-41.5278,1.88496,86400,5,0,1494,1088,1,0,0,0),(26301,4807,48,1,1,4762,1,-511.079,-33.1574,-42.9942,1.88496,86400,5,0,2529,0,1,0,0,0),(26300,4805,48,1,1,4982,1,-507.705,19.1058,-45.4344,2.07694,86400,2,0,1494,1088,1,0,0,0),(26299,4805,48,1,1,4982,1,-513.823,30.3236,-46.233,5.20108,86400,2,0,1494,1088,1,0,0,0),(26298,4799,48,1,1,2021,0,-533.166,-3.55523,-40.4189,6.18501,86400,0,1,1494,816,2,0,0,0),(26297,4805,48,1,1,4982,1,-518.229,-9.47799,-43.1508,4.20624,86400,5,0,1494,1088,1,0,0,0),(26296,4805,48,1,1,4982,1,-623.069,-45.3432,-22.3864,1.50098,86400,0,0,1494,1088,0,0,0,0),(26295,4805,48,1,1,4982,1,-580.142,-37.0436,-33.0913,3.24631,86400,1,0,1494,1088,1,0,0,0),(26294,4799,48,1,1,2021,0,-545.942,-40.8536,-39.1961,0.645772,86400,1,0,1494,816,1,0,0,0),(26293,4805,48,1,1,4982,1,-574.266,-45.378,-34.6147,4.53786,86400,1,0,1494,1088,1,0,0,0),(26292,4799,48,1,1,2021,0,-623.971,-37.308,-21.7737,4.43314,86400,1,0,1494,816,1,0,0,0),(26291,4798,48,1,1,2014,0,-546.507,-49.7815,-38.5412,0.226893,86400,1,0,1494,544,1,0,0,0),(26290,4805,48,1,1,4982,1,-544.438,-2.99869,-42.0358,3.4383,86400,2,0,1494,1088,1,0,0,0),(26289,4799,48,1,1,2021,0,-570.364,0.897712,-47.1378,3.35103,86400,2,0,1494,816,1,0,0,0),(26288,4799,48,1,1,2021,0,-624.232,-14.4385,-21.8731,0.383972,86400,0,0,1494,816,0,0,0,0),(26287,4807,48,1,1,4762,1,-618.076,-8.71146,-23.3561,1.48353,86400,1,0,2529,0,1,0,0,0),(26286,4798,48,1,1,2014,0,-562.737,-3.06629,-45.3303,1.01229,86400,2,0,1494,544,1,0,0,0),(26285,4807,48,1,1,4762,1,-657.648,-13.9641,-18.2174,4.50295,86400,1,0,2529,0,1,0,0,0),(26173,12902,48,1,1,12822,1,-622.355,-10.3501,-22.777,4.90438,86400,0,0,1713,1236,0,0,0,0),(26170,4805,48,1,1,4982,1,-666.418,5.95801,-22.9052,6.14356,86400,0,0,1494,1088,0,0,0,0),(26157,4799,48,1,1,2021,0,-672.137,8.8487,-25.2749,1.18682,86400,0,0,1494,816,0,0,0,0),(26156,4799,48,1,1,2021,0,-696.314,28.6606,-30.8672,5.88176,86400,1,0,1494,816,1,0,0,0),(26155,4799,48,1,1,2021,0,-688.951,24.0723,-30.6319,2.40855,86400,1,0,1494,816,1,0,0,0),(26154,4807,48,1,1,4762,1,-590.068,49.9016,-51.9539,5.81195,86400,1,0,2529,0,1,0,0,0),(26153,4798,48,1,1,2014,0,-612.367,27.1981,-51.7427,5.67232,86400,2,0,1494,544,1,0,0,0),(26152,4799,48,1,1,2021,0,-612.935,33.4303,-52.7348,5.41052,86400,1,0,1494,816,1,0,0,0),(26151,4798,48,1,1,2014,0,-602.882,22.8889,-50.4071,2.84489,86400,2,0,1494,544,1,0,0,0),(26150,4807,48,1,1,4762,1,-584.962,45.5463,-51.4678,2.14675,86400,1,0,2529,0,1,0,0,0),(26149,4798,48,1,1,2014,0,-607.3,47.8114,-54.9607,2.63545,86400,5,0,1494,544,1,0,0,0),(26148,4798,48,1,1,2014,0,-632.811,104.016,-57.2097,5.65487,86400,0,1,1494,544,2,0,0,0),(26147,4798,48,1,1,2014,0,-636.781,142.756,-58.2683,4.67099,86400,5,0,1494,544,1,0,0,0),(26146,4805,48,1,1,4982,1,-635.402,121.566,-58.0027,3.94444,86400,1,0,1494,1088,1,0,0,0),(26145,4805,48,1,1,4982,1,-640.456,116.714,-57.9424,0.733038,86400,1,0,1494,1088,1,0,0,0),(26144,4805,48,1,1,4982,1,-639.823,144.715,-58.029,5.89921,86400,1,0,1494,1088,1,0,0,0),(26143,4805,48,1,1,4982,1,-630.663,144.164,-58.0995,3.40339,86400,1,0,1494,1088,1,0,0,0),(26142,4807,48,1,1,4762,1,-621.184,243.938,-48.6994,0.767945,86400,1,0,2529,0,1,0,0,0),(26139,4807,48,1,1,4762,1,-608.087,229.156,-51.2429,6.21337,86400,2,0,2529,0,1,0,0,0),(26136,4787,48,1,1,4946,1,-531.6,318.992,-49.9643,5.81195,86400,0,0,484,0,0,0,0,0),(26135,4807,48,1,1,4762,1,-514.717,169.381,-73.9482,5.24776,86400,5,0,2529,0,1,0,0,0),(26134,4822,48,1,1,1001,0,-567.348,221.677,-57.4658,1.78024,86400,5,0,1686,0,1,0,0,0),(26133,4805,48,1,1,4982,1,-552.707,228.827,-61.0278,4.88692,86400,2,0,1494,1088,1,0,0,0),(26132,4822,48,1,1,1001,0,-568.336,238.632,-57.4044,3.45575,86400,5,0,1686,0,1,0,0,0),(26131,4807,48,1,1,4762,1,-534.882,220.775,-62.7386,0.733038,86400,5,0,2529,0,1,0,0,0),(26130,4822,48,1,1,1001,0,-549.004,222.12,-61.8754,6.12611,86400,5,0,1686,0,1,0,0,0),(26129,4831,48,1,1,4979,1,-299.917,413.755,-57.1229,3.60618,86400,0,0,4264,1743,0,0,0,0),(26121,4807,48,1,1,4762,1,-327.74,399.933,-55.7801,4.36332,86400,5,0,2529,0,1,0,0,0),(26118,4807,48,1,1,4762,1,-305.973,317.833,-53.9673,3.29867,86400,2,0,2529,0,1,0,0,0),(26115,4805,48,1,1,4982,1,-353.746,338.65,-53.834,4.43314,86400,2,0,1494,1088,1,0,0,0),(26112,4807,48,1,1,4762,1,-411.071,337.68,-71.3588,0.05236,86400,5,0,2529,0,1,0,0,0),(26109,4807,48,1,1,4762,1,-416.355,301.952,-68.1343,4.86947,86400,5,0,2529,0,1,0,0,0),(26108,4807,48,1,1,4762,1,-379.892,271.889,-75.3926,2.74017,86400,5,0,2529,0,1,0,0,0),(26052,4822,48,1,1,1001,0,-480.214,274.26,-65.287,3.45575,86400,5,0,1686,0,1,0,0,0),(26018,4805,48,1,1,4982,1,-411.48,285.569,-68.951,2.14675,86400,5,0,1494,1088,1,0,0,0),(26017,4822,48,1,1,1001,0,-462.53,279.641,-62.82,3.22886,86400,5,0,1686,0,1,0,0,0),(26016,4805,48,1,1,4982,1,-502.029,248.275,-63.4705,0.823047,86400,5,0,1494,1088,1,0,0,0),(26012,4805,48,1,1,4982,1,-516.284,157.908,-75.2864,6.0845,86400,5,0,1494,1088,1,0,0,0),(26008,4822,48,1,1,1001,0,-515.217,189.157,-65.3353,3.735,86400,5,0,1686,0,1,0,0,0),(26007,4822,48,1,1,1001,0,-488.703,120.092,-73.2175,4.08407,86400,5,0,1686,0,1,0,0,0),(25905,4824,48,1,1,1244,0,-463.373,223.81,-53.2553,5.11381,86400,2,0,1686,0,1,0,0,0),(25735,4805,48,1,1,4982,1,-461.413,138.002,-70.7748,6.19592,86400,5,0,1494,1088,1,0,0,0),(25732,4887,48,1,1,5027,0,-442.424,211.822,-52.6367,2.23402,86400,0,0,3630,0,0,0,0,0),(25731,4822,48,1,1,1001,0,-467.823,108.306,-72.5669,1.18682,86400,5,0,1686,0,1,0,0,0),(25730,4805,48,1,1,4982,1,-365.808,221.563,-67.7164,4.01426,86400,5,0,1494,1088,1,0,0,0),(81500,7269,209,1,1,7470,0,1824.48,881.625,8.96012,5.65487,86400,5,0,1782,0,1,0,0,0),(81499,7269,209,1,1,7470,0,1826.05,853.896,8.96012,2.53073,86400,5,0,1782,0,1,0,0,0),(81498,7269,209,1,1,7470,0,1802.22,906.063,9.03047,4.20624,86400,5,0,1782,0,1,0,0,0),(81497,7269,209,1,1,7470,0,1808.38,899.887,8.97187,5.35816,86400,5,0,1782,0,1,0,0,0),(81496,7269,209,1,1,7470,0,1824.29,870.903,8.96012,4.76475,86400,5,0,1782,0,1,0,0,0),(81495,7269,209,1,1,7470,0,1821.76,844.411,8.96013,3.49066,86400,5,0,1782,0,1,0,0,0),(81491,7269,209,1,1,7470,0,1818.52,880.216,8.96012,3.08923,86400,5,0,1782,0,1,0,0,0),(81489,7269,209,1,1,7470,0,1825.87,838.543,9.04489,4.11898,86400,5,0,1782,0,1,0,0,0),(81484,7269,209,1,1,7470,0,1815.37,898.562,8.96016,3.64774,86400,5,0,1782,0,1,0,0,0),(81479,7269,209,1,1,7470,0,1802.86,834.035,8.96012,1.72788,86400,5,0,1782,0,1,0,0,0),(81476,7269,209,1,1,7470,0,1785.51,873.028,8.96012,4.46804,86400,5,0,1782,0,1,0,0,0),(81475,7269,209,1,1,7470,0,1793.11,878.192,8.96223,4.4855,86400,5,0,1782,0,1,0,0,0),(81474,7269,209,1,1,7470,0,1784.11,865.568,8.96013,5.39307,86400,5,0,1782,0,1,0,0,0),(81472,7269,209,1,1,7470,0,1806.16,843.918,8.96286,5.75959,86400,5,0,1782,0,1,0,0,0),(81469,7269,209,1,1,7470,0,1793.46,890.488,9.01126,5.86431,86400,5,0,1782,0,1,0,0,0),(81466,7269,209,1,1,7470,0,1799.67,806.941,15.5681,0.139626,86400,5,0,1782,0,1,0,0,0),(81463,7272,209,1,1,6696,1,1778.01,859.671,8.87682,4.39971,86400,0,1,9595,0,2,0,0,0),(81460,7246,209,1,1,6426,1,1655.41,746.146,19.6866,4.36332,86400,5,0,4119,2864,1,0,0,0),(81457,5649,209,1,1,6424,1,1766.6,856.168,8.8768,3.96897,86400,0,1,5346,0,2,0,0,0),(81453,7269,209,1,1,7470,0,1773.89,861.428,8.96012,3.14159,86400,5,0,1782,0,1,0,0,0),(81448,5650,209,1,1,6422,1,1710.08,915.375,11.0054,2.49582,86400,0,0,4278,2966,0,0,0,0),(81445,7269,209,1,1,7470,0,1650.37,784.918,11.112,5.74213,86400,5,0,1782,0,1,0,0,0),(81440,5648,209,1,1,6419,1,1661.94,938.541,9.24633,2.33874,86400,0,0,3603,7150,0,0,0,0),(45708,5648,209,1,1,6420,1,1688.44,868.643,8.96012,2.87979,86400,0,0,3603,7150,0,0,0,0),(44225,5649,209,1,1,6423,1,1680.85,871.522,8.96821,5.8294,86400,0,0,5346,0,0,0,0,0),(44191,7269,209,1,1,7470,0,1685.95,887.844,8.96012,5.48033,86400,5,0,1782,0,1,0,0,0),(44169,5650,209,1,1,6422,1,1670.57,908.334,9.1404,2.56563,86400,0,0,4278,2966,0,0,0,0),(44168,5649,209,1,1,6424,1,1525.17,935.174,11.8075,5.22015,86400,5,0,5346,0,1,0,0,0),(44167,7269,209,1,1,7470,0,1520,942.808,11.4989,2.86234,86400,5,0,1782,0,1,0,0,0),(44164,5650,209,1,1,6421,1,1664.1,911.256,8.96011,4.99164,86400,0,0,4278,2966,0,0,0,0),(44163,7247,209,1,1,6428,1,1644.51,903.655,9.334,2.3911,86400,0,0,4278,2966,0,0,0,0),(44161,7269,209,1,1,7470,0,1654.45,929.097,8.96097,0.890118,86400,5,0,1782,0,1,0,0,0),(44160,7246,209,1,1,6426,1,1639.3,805.281,8.97168,4.95674,86400,0,0,4119,2864,0,0,0,0),(43704,5650,209,1,1,6422,1,1633.3,868.305,10.4543,5.02655,86400,0,0,4278,2966,0,0,0,0),(43697,5649,209,1,1,6423,1,1619.14,893.287,9.35544,2.32129,86400,0,0,5346,0,0,0,0,0),(43696,7246,209,1,1,6426,1,1644.91,804.828,8.96451,3.87463,86400,0,0,4119,2864,0,0,0,0),(42634,7269,209,1,1,7470,0,1610.28,880.92,8.97477,5.32325,86400,5,0,1782,0,1,0,0,0),(42633,5650,209,1,1,6421,1,1613.04,892.271,9.0397,6.23082,86400,0,0,4278,2966,0,0,0,0),(42632,7246,209,1,1,6426,1,1520.33,916.787,21.9712,5.0091,86400,5,0,4119,2864,1,0,0,0),(42631,7246,209,1,1,6425,1,1620.47,774.6,10.363,2.46091,86400,0,0,4119,2864,0,0,0,0),(42630,5649,209,1,1,6423,1,1620.09,773.471,11.5338,2.18166,86400,0,0,5346,0,0,0,0,0),(42621,8095,209,1,1,7345,0,1538.36,896.122,12.2658,2.6316,86400,5,0,5757,0,1,0,0,0),(42620,8095,209,1,1,7345,0,1588.65,750.514,29.347,3.5212,86400,5,0,5757,0,1,0,0,0),(42619,5649,209,1,1,6424,1,1544.7,838.938,8.8912,3.85389,86400,0,1,5346,0,2,0,0,0),(42615,8095,209,1,1,7345,0,1547.6,742.664,36.6663,2.79026,86400,5,0,5757,0,1,0,0,0),(42614,5649,209,1,1,6423,1,1535.25,825.811,8.87731,4.08407,86400,0,0,5346,0,0,0,0,0),(42612,5649,209,1,1,6423,1,1532.13,821.041,9.34458,1.13446,86400,0,0,5346,0,0,0,0,0),(42609,7269,209,1,1,7470,0,1475.02,817.334,8.97415,2.56563,86400,5,0,1782,0,1,0,0,0),(42608,5649,209,1,1,6424,1,1495.23,834.321,8.89086,3.46603,86400,0,1,5346,0,2,0,0,0),(42607,5648,209,1,1,6419,1,1505.5,846.106,9.74815,6.10865,86400,0,0,3603,7150,0,0,0,0),(42604,5648,209,1,1,6420,1,1489.73,824.167,9.08669,6.00393,86400,0,0,3603,7150,0,0,0,0),(42597,8095,209,1,1,7345,0,1473.8,859.438,18.4442,0.151279,86400,5,0,5757,0,1,0,0,0),(42596,5649,209,1,1,6423,1,1465.17,833.569,10.0631,1.91986,86400,0,0,5346,0,0,0,0,0),(22318,4805,48,1,1,4982,1,-391.153,183.328,-57.1059,3.91349,86400,5,0,1494,1088,1,0,0,0),(18992,4805,48,1,1,4982,1,-422.529,109.427,-70.6683,1.82729,86400,5,0,1494,1088,1,0,0,0),(18990,4822,48,1,1,1001,0,-361.306,200.085,-65.4363,3.61283,86400,5,0,1686,0,1,0,0,0),(18755,4805,48,1,1,4982,1,-324.953,205.232,-68.6379,3.00197,86400,5,0,1494,1088,1,0,0,0),(18754,4815,48,1,1,2835,0,-353.259,137.056,-50.8998,4.01426,86400,5,0,1686,0,1,0,0,0),(18753,4821,48,1,1,981,0,-318.432,124.281,-49.0926,0.802851,86400,5,0,1686,0,1,0,0,0),(18750,4819,48,1,1,11293,0,-461.005,8.9746,-47.966,5.2709,86400,1,0,1815,0,1,0,0,0),(18749,4819,48,1,1,11293,0,-453.411,13.0221,-47.9998,3.42085,86400,1,0,1815,0,1,0,0,0),(18748,4820,48,1,1,3617,0,-435.787,38.4254,-48.2506,1.5708,86400,1,0,1599,1162,1,0,0,0),(18747,4820,48,1,1,3617,0,-436.153,20.8745,-47.972,3.45575,86400,2,0,1599,1162,1,0,0,0),(18744,4820,48,1,1,3617,0,-429.005,4.86473,-47.9984,2.74017,86400,2,0,1599,1162,1,0,0,0),(89070,4298,189,1,1,2462,1,1851.39,-381.298,18.7611,4.20624,86400,0,0,3831,0,0,0,0,0),(89068,4295,189,1,1,2515,1,1848.72,-408.344,18.7611,1.13446,86400,0,0,3831,0,0,0,0,0),(40032,4300,189,1,1,2525,1,1137.72,1341.88,30.3849,0.488692,86400,0,0,3514,5950,0,0,0,0),(40025,4302,189,1,1,2461,1,1131.12,1393.02,30.3852,0.122173,86400,0,0,3540,2472,0,0,0,0),(40024,4540,189,1,1,2603,0,1130.96,1407.78,30.3828,6.03884,86400,0,0,3489,0,0,0,0,0),(40023,4302,189,1,1,2460,1,1123.83,1419.34,30.3907,5.65487,86400,0,0,3540,2472,0,0,0,0),(40019,4300,189,1,1,2526,1,1113.08,1380.51,30.3011,3.14111,86400,2,0,3514,5950,1,0,0,0),(40018,4303,189,1,1,2492,1,1118.56,1394.85,30.3911,0.174533,86400,0,0,3540,2472,0,0,0,0),(40017,4302,189,1,1,2460,1,1119.04,1403.42,30.3911,6.19592,86400,0,0,3540,2472,0,0,0,0),(40012,4299,189,1,1,2501,1,1079.28,1417.23,30.3849,4.7822,86400,1,0,2901,2014,1,0,0,0),(40010,4302,189,1,1,2460,1,1106.8,1379.17,30.3025,3.1506,86400,0,0,3540,2472,0,0,0,0),(40007,4303,189,1,1,2492,1,1093.89,1405.21,30.3866,6.17846,86400,0,0,3540,2472,0,0,0,0),(40005,4540,189,1,1,2604,0,1093.88,1390.98,30.3829,0.139626,86400,0,0,3489,0,0,0,0,0),(39993,4301,189,1,1,2500,1,1063.05,1382.2,30.8469,2.86234,86400,0,0,4185,0,0,0,0,0),(54125,4076,349,1,1,2177,0,928.427,-289.144,-49.7132,5.58505,86400,3,0,8,0,1,0,0,0),(54118,12222,349,1,1,14350,0,992.022,-252.179,-45.6281,3.66519,86400,1,0,5148,0,1,0,0,0),(54106,12218,349,1,1,12346,0,1065.27,-263.417,-73.2289,4.11447,86400,5,0,1336,0,1,0,0,0),(54101,12218,349,1,1,12346,0,1070.46,-269.115,-73.1791,3.82749,86400,5,0,1336,0,1,0,0,0),(54100,12222,349,1,1,14350,0,953.088,-280.79,-45.5815,0.453786,86400,1,0,5148,0,1,0,0,0),(54065,12218,349,1,1,12346,0,928.639,-379.264,-50.3402,1.11734,86400,2,0,1336,0,1,0,0,0),(54064,12218,349,1,1,12346,0,931.656,-363.487,-50.4764,1.82313,86400,5,0,1336,0,1,0,0,0),(54061,12218,349,1,1,12346,0,1071.78,-275.602,-72.7271,1.70784,86400,5,0,1336,0,1,0,0,0),(54057,12220,349,1,1,12348,0,1025.44,-297.944,-71.8533,0,86400,1,0,5346,0,1,0,0,0),(18740,4819,48,1,1,11293,0,-400.073,25.6906,-48.1241,2.30383,86400,1,0,1815,0,1,0,0,0),(18739,4821,48,1,1,981,0,-373.62,50.3974,-56.8304,5.5676,86400,2,0,1686,0,1,0,0,0),(18738,4821,48,1,1,981,0,-342.427,9.77035,-71.1098,1.78024,86400,5,0,1686,0,1,0,0,0),(18737,4815,48,1,1,2835,0,-338.096,-33.7639,-70.5845,0.575959,86400,5,0,1686,0,1,0,0,0),(18733,4821,48,1,1,981,0,-334.294,78.1841,-60.6719,3.61283,86400,5,0,1686,0,1,0,0,0),(18732,4818,48,1,1,4920,1,-319.174,-16.9382,-71.1558,2.32129,86400,5,0,1686,0,1,0,0,0),(18731,4818,48,1,1,4920,1,-316.443,-3.21443,-71.8173,6.05629,86400,5,0,1686,0,1,0,0,0),(18730,4815,48,1,1,2835,0,-306.855,-23.6657,-68.6727,5.61996,86400,5,0,1686,0,1,0,0,0),(18729,4821,48,1,1,981,0,-281.235,16.456,-56.9926,4.43314,86400,5,0,1686,0,1,0,0,0),(18728,4821,48,1,1,981,0,-302.441,70.6481,-63.5031,5.81195,86400,5,0,1686,0,1,0,0,0),(18727,4821,48,1,1,981,0,-283.729,8.44561,-56.9505,0.610865,86400,5,0,1686,0,1,0,0,0),(18726,4821,48,1,1,981,0,-290.304,87.1691,-52.0361,1.32645,86400,2,0,1686,0,1,0,0,0),(18725,4818,48,1,1,4920,1,-296.819,89.8415,-51.4581,1.51844,86400,2,0,1686,0,1,0,0,0),(18724,4818,48,1,1,4920,1,-254.322,51.9767,-53.6117,5.35816,86400,2,0,1686,0,1,0,0,0),(18723,4815,48,1,1,2835,0,-253.374,55.0195,-53.3931,4.4855,86400,5,0,1686,0,1,0,0,0),(18720,4818,48,1,1,4920,1,-277.164,43.6245,-66.9591,3.61283,86400,5,0,1686,0,1,0,0,0),(18719,4821,48,1,1,981,0,-267.936,72.5985,-57.1852,3.76991,86400,5,0,1686,0,1,0,0,0),(18718,4818,48,1,1,4920,1,-236.641,31.0125,-54.7077,0.785398,86400,5,0,1686,0,1,0,0,0),(39990,4300,189,1,1,2525,1,1017.74,1454.69,29.2298,2.82743,86400,0,0,3514,5950,0,0,0,0),(39987,721,189,1,1,4626,0,1033.28,1428.83,27.3882,2.82743,86400,10,0,1,0,1,0,0,0),(39986,4298,189,1,1,2473,1,1035.56,1418.87,27.3903,4.66003,86400,3,0,3831,0,1,0,0,0),(39985,721,189,1,1,4626,0,1037.12,1369.88,27.3872,5.20108,86400,10,0,1,0,1,0,0,0),(39984,4295,189,1,1,2515,1,1016.68,1343.52,29.2298,2.80998,86400,2,0,3831,0,1,0,0,0),(39983,4301,189,1,1,2499,1,1035.74,1378.37,27.39,1.309,86400,5,0,4185,0,1,0,0,0),(39980,4295,189,1,1,2514,1,1031.26,1363.48,27.3037,0.467584,86400,3,0,3831,0,1,0,0,0),(39979,4294,189,1,1,2524,1,1016.04,1436.88,27.3877,6.16101,86400,0,0,2910,5722,0,0,0,0),(39978,4301,189,1,1,2499,1,998.125,1343.43,29.1465,3.14447,86400,2,0,4185,0,1,0,0,0),(39975,4298,189,1,1,2462,1,991.131,1437.42,27.3819,3.33358,86400,3,0,3831,0,1,0,0,0),(39974,4301,189,1,1,2500,1,992.712,1362.11,27.3827,5.51524,86400,5,0,4185,0,1,0,0,0),(39973,4301,189,1,1,2500,1,964.298,1414.41,18.7611,2.16421,86400,0,0,4185,0,0,0,0,0),(39972,4295,189,1,1,2514,1,957.66,1437.56,18.7611,0.05236,86400,0,0,3831,0,0,0,0,0),(39971,4298,189,1,1,2473,1,962.055,1437.48,18.7611,3.03687,86400,0,0,3831,0,0,0,0,0),(39967,4300,189,1,1,2526,1,903.927,1437.55,18.6778,3.14001,86400,2,0,3514,5950,1,0,0,0),(39966,4294,189,1,1,2524,1,890.405,1434.73,18.7611,0.785398,86400,0,0,2910,5722,0,0,0,0),(39965,4295,189,1,1,2514,1,889.992,1420.7,18.7611,5.39307,86400,2,0,3831,0,1,0,0,0),(39964,4295,189,1,1,2514,1,894.761,1437.65,18.7611,3.59538,86400,0,0,3831,0,0,0,0,0),(39963,721,189,1,1,328,0,911.466,1417.71,18.0877,3.57792,86400,10,0,1,0,1,0,0,0),(39962,4298,189,1,1,2473,1,908.503,1421.89,18.0842,0.907571,86400,3,0,3831,0,1,0,0,0),(39959,4301,189,1,1,2499,1,925.633,1377.55,18.0233,0.018956,86400,3,0,4185,0,1,0,0,0),(39958,4301,189,1,1,2500,1,909.251,1378.57,18.0794,4.96092,86400,3,0,4185,0,1,0,0,0),(39957,4294,189,1,1,2524,1,931.21,1360.36,18.7611,3.03687,86400,0,0,2910,5722,0,0,0,0),(39954,4295,189,1,1,2514,1,889.978,1378.01,18.7611,4.85202,86400,0,0,3831,0,0,0,0,0),(39953,4301,189,1,1,2500,1,909.231,1399.03,18.1066,3.18328,86400,5,0,4185,0,1,0,0,0),(39952,4298,189,1,1,2462,1,876.506,1359.32,18.0893,3.10669,86400,0,0,3831,0,0,0,0,0),(39944,6426,189,1,1,1196,0,1784.84,1431.28,0.083333,1.0472,86400,2,0,3018,0,1,0,0,0),(39943,4308,189,1,1,5430,0,1848.72,1402.95,21.6375,5.25023,86400,3,0,955,0,1,0,0,0),(39942,4308,189,1,1,5430,0,1850.04,1404.56,21.6877,3.0719,86400,3,0,955,0,1,0,0,0),(39939,4308,189,1,1,5430,0,1803.6,1431.15,8.4472,3.41441,86400,1,0,955,0,1,0,0,0),(39937,4308,189,1,1,5430,0,1778.23,1434.16,0.083333,0,86400,2,0,955,0,1,0,0,0),(39935,4308,189,1,1,5430,0,1777.37,1429.7,0.083333,3.78736,86400,2,0,955,0,1,0,0,0),(39934,4543,189,1,1,11396,1,1820.34,1416.71,-7.91731,3.15905,86400,0,0,7104,2338,0,0,0,0),(39916,4308,189,1,1,5430,0,1845.47,1373.59,19.2066,0,86400,3,0,955,0,1,0,0,0),(39915,4308,189,1,1,5430,0,1843.91,1371.44,19.1904,0,86400,3,0,955,0,1,0,0,0),(39912,4308,189,1,1,5430,0,1772.51,1407.66,21.4132,0,86400,3,0,955,0,1,0,0,0),(39911,4308,189,1,1,5430,0,1773.4,1401.88,21.12,0,86400,5,0,955,0,1,0,0,0),(39907,6426,189,1,1,4631,0,1739.43,1406.42,21.4502,2.92881,86400,3,0,3018,0,1,0,0,0),(39902,4075,189,1,1,1418,0,1838.03,1401.54,21.0788,4.67748,86400,10,0,8,0,1,0,0,0),(39901,6426,189,1,1,10255,0,1761.93,1368.33,19.513,0.418879,86400,5,0,3018,0,1,0,0,0),(39895,6427,189,1,1,4629,0,1848.8,1344.06,18.4575,4.63511,86400,5,0,3018,0,1,0,0,0),(39894,6488,189,1,1,5230,1,1756.17,1345.45,19.3719,5.03576,86400,0,0,3330,0,0,0,0,0),(39890,4075,189,1,1,1418,0,1773.16,1334.5,17.9149,0.418879,86400,10,0,8,0,1,0,0,0),(39889,6427,189,1,1,4629,0,1745.48,1329.6,18.6464,3.05433,86400,3,0,3018,0,1,0,0,0),(39880,6426,189,1,1,4631,0,1802.29,1315.75,18.7903,4.42769,86400,3,0,3018,0,1,0,0,0),(39879,4308,189,1,1,5430,0,1760.09,1281.22,18.2407,0,86400,3,0,955,0,1,0,0,0),(39878,4308,189,1,1,5430,0,1755.2,1282.74,18.2407,0,86400,3,0,955,0,1,0,0,0),(39873,6427,189,1,1,4629,0,1797.23,1283.1,18.613,1.71042,86400,3,0,3018,0,1,0,0,0),(39869,4075,189,1,1,2176,0,1778.59,1275.54,17.6707,3.94444,86400,10,0,8,0,1,0,0,0),(39865,6426,189,1,1,10256,0,1837.69,1249.07,18.2407,4.55531,86400,3,0,3018,0,1,0,0,0),(39864,4308,189,1,1,5430,0,1754.07,1250.63,18.2407,3.53748,86400,3,0,955,0,1,0,0,0),(39863,4075,189,1,1,2176,0,1813.79,1252.13,17.6995,2.75762,86400,10,0,8,0,1,0,0,0),(39862,4308,189,1,1,5430,0,1800.67,1249.87,18.425,0,86400,3,0,955,0,1,0,0,0),(39860,4308,189,1,1,5430,0,1796.2,1247.53,18.4118,0.802851,86400,3,0,955,0,1,0,0,0),(39859,4308,189,1,1,5430,0,1759.29,1247.62,18.2407,0,86400,3,0,955,0,1,0,0,0),(39858,4308,189,1,1,5430,0,1754.17,1244,18.2407,4.46804,86400,3,0,955,0,1,0,0,0),(39855,4306,189,1,1,2607,1,1807.48,1170.39,6.90373,4.95674,86400,0,0,2865,0,0,0,0,0),(39854,4306,189,1,1,2607,1,1793.07,1146.38,7.57362,5.37561,86400,0,0,2865,0,0,0,0,0),(38009,5648,209,1,1,6419,1,1325.66,843.422,11.7873,4.01426,86400,0,0,3603,7150,0,0,0,0),(38008,5649,209,1,1,6423,1,1292.81,810.933,10.6402,5.72468,86400,0,0,5346,0,0,0,0,0),(38005,5648,209,1,1,6419,1,1296.55,807.73,12.1035,2.00713,86400,0,0,3603,7150,0,0,0,0),(54011,12220,349,1,1,12348,0,1073.84,-308.9,-72.4787,0,86400,1,0,5346,0,1,0,0,0),(54010,12220,349,1,1,12348,0,1068.49,-313.721,-72.4787,0,86400,1,0,5346,0,1,0,0,0),(54009,12220,349,1,1,12348,0,1073.2,-314.498,-72.4787,6.05629,86400,1,0,5346,0,1,0,0,0),(54008,12218,349,1,1,12346,0,959.547,-369.447,-49.8858,4.7595,86400,5,0,1336,0,1,0,0,0),(54007,12218,349,1,1,12346,0,953.104,-377.342,-50.0064,1.97049,86400,5,0,1336,0,1,0,0,0),(54006,12220,349,1,1,12348,0,1049.94,-326.105,-38.3124,4.40843,86400,1,0,5346,0,1,0,0,0),(54005,12220,349,1,1,12348,0,1044.79,-326.789,-38.1654,5.26045,86400,1,0,5346,0,1,0,0,0),(53994,12219,349,1,1,12347,0,1009.39,-353.802,-40.683,4.64258,86400,2,0,8316,0,1,0,0,0),(53993,12220,349,1,1,12348,0,1045.25,-331.686,-38.0173,2.74017,86400,1,0,5346,0,1,0,0,0),(53992,2914,349,1,1,2958,0,985.773,-362.54,-50.1909,1.78024,86400,10,0,8,0,1,0,0,0),(53991,11793,349,1,1,11714,1,1043.05,-368.435,-36.3261,1.83132,86400,0,0,4434,2301,0,0,0,0),(53990,11793,349,1,1,11714,1,1045.99,-368.822,-36.2759,1.82739,86400,0,0,4434,2301,2,0,0,0),(53989,12220,349,1,1,12348,0,985.241,-374.951,-49.9296,3.14159,86400,1,0,5346,0,1,0,0,0),(53988,12220,349,1,1,12348,0,985.691,-382.148,-50.0415,3.14159,86400,1,0,5346,0,1,0,0,0),(53987,12220,349,1,1,12348,0,991.006,-377.712,-50.028,3.56047,86400,1,0,5346,0,1,0,0,0),(53986,12219,349,1,1,12347,0,1049.32,-379.469,-36.1926,4.55531,86400,1,0,8316,0,1,0,0,0),(53985,12218,349,1,1,12346,0,964.631,-377.721,-49.6845,0.733038,86400,5,0,1336,0,1,0,0,0),(53984,12218,349,1,1,12346,0,971.63,-382.009,-49.7097,3.19395,86400,2,0,1336,0,1,0,0,0),(53983,12218,349,1,1,12346,0,958.061,-385.395,-49.9248,0.296706,86400,2,0,1336,0,1,0,0,0),(53973,12218,349,1,1,12346,0,955.098,-391.433,-50.0988,0.349066,86400,2,0,1336,0,1,0,0,0),(53972,12218,349,1,1,12346,0,969.816,-372.657,-49.601,2.28638,86400,5,0,1336,0,1,0,0,0),(53971,12219,349,1,1,12347,0,1062.71,-424.148,-31.5727,0.977384,86400,1,0,8316,0,1,0,0,0),(53970,12243,349,1,1,12373,1,1055.28,-423.504,-31.7805,1.75036,86400,0,0,5346,0,2,0,0,0),(39852,4075,189,1,1,1141,0,1783.95,1145.06,7.57362,6.0912,86400,3,0,8,0,1,0,0,0),(39851,4306,189,1,1,2607,1,1758.39,1147.04,7.57362,3.4383,86400,0,0,2865,0,0,0,0,0),(39850,3981,189,1,1,2046,0,1786.22,1119.48,8.75801,4.64258,86400,0,0,156,0,0,0,0,0),(39849,6547,189,1,1,1027,0,1757.23,1146.14,8.76122,0.785398,86400,0,0,713,0,0,0,0,0),(27445,4075,189,1,1,1418,0,1782.75,1121.98,7.57362,4.27606,86400,3,0,8,0,1,0,0,0),(27441,4075,189,1,1,1141,0,1757.8,1121.22,7.57362,0.907571,86400,2,0,8,0,1,0,0,0),(27440,4306,189,1,1,2607,1,1759.54,1121.24,7.49103,4.75209,86400,0,1,2865,0,2,0,0,0),(27439,4283,189,1,1,2521,1,1763.58,1103.48,6.90332,3.83972,86400,0,0,1050,0,0,0,0,0),(38002,5650,209,1,1,6421,1,1296.82,813.011,11.1528,4.50295,86400,0,0,4278,2966,0,0,0,0),(37999,7268,209,1,1,0,0,1718.64,1056.26,53.488,5.68551,86400,1,0,5544,0,1,0,0,0),(37998,7268,209,1,1,0,0,1725,1058.67,54.1025,5.60697,86400,1,0,5544,0,1,0,0,0),(37997,7797,209,1,1,0,1,1730.28,1015.17,54.9074,0.900874,86400,0,0,9240,0,0,0,0,0),(89079,4298,189,1,1,2462,1,1893.99,-383.011,18.7617,1.50098,86400,0,0,3831,0,0,0,0,0),(89035,13599,349,1,1,6368,0,54.8301,113.88,-131.073,2.80998,86400,5,0,2310,0,1,0,0,0),(27420,4813,48,1,1,2876,1,-819.479,-132.687,-25.7867,3.42085,86400,0,0,1482,2886,0,0,0,0),(27417,4814,48,1,1,2892,1,-789.71,-140.375,-25.7867,3.10669,86400,0,0,1482,2164,0,0,0,0),(88994,11789,349,1,1,13212,0,118.08,-164.622,-167.374,4.01426,86400,2,0,1919,0,1,0,0,0),(56483,13323,349,1,1,13210,0,139.83,-221.503,-108.768,5.14872,86400,2,0,5757,0,1,0,0,0),(55446,11789,349,1,1,13211,0,497.84,256.666,-93.966,5.49779,86400,2,0,1919,0,1,0,0,0),(55445,11789,349,1,1,13211,0,363.773,265.729,-94.0647,3.1204,86400,2,0,1919,0,1,0,0,0),(55443,11789,349,1,1,13212,0,357.917,261.982,-94.0766,3.98254,86400,2,0,1919,0,1,0,0,0),(55442,11789,349,1,1,12333,0,364.185,261.026,-94.0731,6.1056,86400,2,0,1919,0,1,0,0,0),(55438,11789,349,1,1,9032,0,421.065,267.795,-112.877,3.66519,86400,2,0,1919,0,1,0,0,0),(55437,11789,349,1,1,13211,0,447.359,236.82,-94.0469,6.2066,86400,2,0,1919,0,1,0,0,0),(55435,11789,349,1,1,13212,0,443.431,237.929,-94.0469,0.284811,86400,2,0,1919,0,1,0,0,0),(55432,11789,349,1,1,12333,0,413.722,262.665,-113.078,5.32325,86400,2,0,1919,0,1,0,0,0),(55346,13321,349,1,1,6297,0,294.309,24.9293,-130.919,3.57792,86400,5,0,42,0,1,0,0,0),(55344,12206,349,1,1,12309,0,73.008,-197.635,-109.857,4.45059,86400,0,0,11940,0,0,0,0,0),(81603,7246,209,1,1,6425,1,1728.63,1281.63,14.5892,2.58309,86400,0,0,4119,2864,0,0,0,0),(81601,5649,209,1,1,6423,1,1614.31,1126.9,9.00178,0.655469,86400,5,0,5346,0,1,0,0,0),(54740,2914,349,1,1,1206,0,808.974,-392.469,-58.954,3.9619,86400,10,0,8,0,1,0,0,0),(54735,13141,349,1,1,2079,0,796.36,-373.903,-59.0663,6.21337,86400,5,0,4953,0,1,0,0,0),(81600,7269,209,1,1,7470,0,1609.93,1119.82,8.96011,1.8675,86400,5,0,1782,0,1,0,0,0),(81597,7246,209,1,1,6426,1,1713.24,1247.76,9.95029,4.57276,86400,0,0,4119,2864,0,0,0,0),(81596,7269,209,1,1,7470,0,1649.01,1218.63,9.60811,1.74533,86400,5,0,1782,0,1,0,0,0),(54729,12216,349,1,1,2452,0,733.493,-333.481,-50.7962,1.49642,86400,1,0,1238,0,1,0,0,0),(81591,7269,209,1,1,7470,0,1714.41,1250.49,10.2351,0.471239,86400,5,0,1782,0,1,0,0,0),(81590,5650,209,1,1,6422,1,1666.95,1259.23,10.4681,3.35103,86400,0,0,4278,2966,0,0,0,0),(89078,4295,189,1,1,2515,1,1874.41,-382.072,18.7614,5.79449,86400,0,0,3831,0,0,0,0,0),(89077,4298,189,1,1,2462,1,1879.85,-388.085,18.762,1.93731,86400,0,0,3831,0,0,0,0,0),(89076,4298,189,1,1,2462,1,1880.71,-383.422,18.7619,3.47321,86400,0,0,3831,0,0,0,0,0),(89074,4298,189,1,1,2462,1,1872.88,-411.156,18.7612,0,86400,0,0,3831,0,0,0,0,0),(89073,4290,189,1,1,2511,1,1853.21,-428.959,18.7609,3.45575,86400,0,0,3660,0,0,0,0,0),(89072,4298,189,1,1,2473,1,1848.53,-430.005,18.7608,0.122173,86400,0,0,3831,0,0,0,0,0),(89071,4289,189,1,1,2510,1,1850.16,-426.777,18.6776,6.27325,86400,0,1,2706,5360,2,0,0,0),(27415,4811,48,1,1,2887,1,-816.204,-55.4134,-29.5982,3.87463,86400,0,0,1599,1162,0,0,0,0),(27414,4810,48,1,1,2901,1,-817.287,-57.9343,-29.6844,5.49779,86400,0,1,1815,0,2,0,0,0),(27413,4812,48,1,1,2894,1,-818.036,-75.3462,-29.6361,2.84489,86400,0,0,1494,1088,0,0,0,0),(27412,4811,48,1,1,2887,1,-822.218,-54.7079,-29.5982,6.14356,86400,0,0,1599,1162,0,0,0,0),(27411,4827,48,1,1,2836,0,-818.598,-54.6887,-38.2682,0.907571,86400,3,0,1686,0,1,0,0,0),(27410,4814,48,1,1,2890,1,-818.654,-108.217,-25.7867,4.43314,86400,0,0,1482,2164,0,0,0,0),(81588,7246,209,1,1,6425,1,1610.96,1130.39,9.46224,3.69682,86400,1,0,4119,2864,1,0,0,0),(81585,5649,209,1,1,6423,1,1622.26,1196.97,9.42084,4.69494,86400,0,0,5346,0,0,0,0,0),(81583,7246,209,1,1,6426,1,1652.63,1210.28,9.16838,0.608942,86400,5,0,4119,2864,1,0,0,0),(81582,7246,209,1,1,6426,1,1649.43,1214.94,9.54338,0.608068,86400,5,0,4119,2864,1,0,0,0),(81560,5649,209,1,1,6423,1,1713.23,1182.44,9.14993,0.837758,86400,0,0,5346,0,0,0,0,0),(81554,7606,209,1,1,6432,1,1889.62,1298.01,48.2581,3.94444,86400,0,0,4364,3680,0,0,0,0),(81553,7607,209,1,1,7222,1,1881.05,1297.36,48.419,5.41052,86400,0,0,16645,0,0,0,0,0),(81551,5649,209,1,1,6423,1,1885.64,1222.54,9.1649,4.27606,86400,3,0,5346,0,1,0,0,0),(81550,7247,209,1,1,6428,1,1757.16,1141.25,9.11206,6.2156,86400,0,1,4278,2966,2,0,0,0),(81548,7246,209,1,1,6426,1,1899.49,1211.08,8.96058,3.19395,86400,2,0,4119,2864,1,0,0,0),(81545,7246,209,1,1,6425,1,1920.28,1198.52,8.96012,3.45575,86400,0,0,4119,2864,0,0,0,0),(89066,4298,189,1,1,2473,1,1848.92,-402.19,18.7621,5.39307,86400,0,0,3831,0,0,0,0,0),(89065,4295,189,1,1,2515,1,1847.83,-385.244,18.7604,0.628319,86400,0,0,3831,0,0,0,0,0),(89064,4289,189,1,1,2509,1,1803.07,-426.691,8.01154,2.85425,86400,0,1,2706,5360,2,0,0,0),(89061,4292,189,1,1,2476,1,1802.1,-401.302,8.09548,5.88176,86400,0,0,3027,2134,0,0,0,0),(89060,4290,189,1,1,2511,1,1806.46,-404.538,8.09371,2.21657,86400,0,0,3660,0,0,0,0,0),(89058,4292,189,1,1,2476,1,1779.01,-411.284,8.09467,2.68781,86400,0,0,3027,2134,0,0,0,0),(40152,4290,189,1,1,2511,1,1773.45,-411.58,8.09441,0.558505,86400,0,0,3660,0,0,0,0,0),(40151,4292,189,1,1,2465,1,1776.81,-408.846,8.01154,4.76475,86400,0,1,3027,2134,2,0,0,0),(40150,4292,189,1,1,2465,1,1756.69,-365.143,8.09359,2.25148,86400,0,0,3027,2134,0,0,0,0),(40144,4286,189,1,1,2522,1,1751.06,-385.826,8.09396,2.63545,86400,0,0,3660,0,0,0,0,0),(40143,4292,189,1,1,2465,1,1753.6,-361.732,8.0943,5.48033,86400,0,0,3027,2134,0,0,0,0),(40142,4289,189,1,1,2510,1,1717.25,-362.902,18.6769,3.15247,86400,0,0,2706,5360,0,0,0,0),(40141,4286,189,1,1,2523,1,1708.53,-383.078,18.7611,1.15192,86400,0,0,3660,0,0,0,0,0),(40140,4286,189,1,1,2522,1,1710.51,-378.446,18.7611,4.32842,86400,0,0,3660,0,0,0,0,0),(40139,4286,189,1,1,2522,1,1710.72,-336.769,18.7611,4.55531,86400,0,0,3660,0,0,0,0,0),(40136,4286,189,1,1,2523,1,1700.57,-357.268,18.1327,6.21337,86400,0,0,3660,0,0,0,0,0),(40135,4286,189,1,1,2523,1,1710.91,-339.664,18.7611,1.79769,86400,0,0,3660,0,0,0,0,0),(54670,13142,349,1,1,13098,0,614.709,-206.536,-64.2963,4.76475,86400,5,0,5148,0,1,0,0,0),(54667,11791,349,1,1,11338,1,597.286,-159.13,-55.1057,3.87463,86400,0,0,5148,0,0,0,0,0),(54360,11790,349,1,1,11345,1,899.811,-417.652,-52.9225,2.60054,86400,0,0,4953,0,0,0,0,0),(54359,12217,349,1,1,12345,0,893.262,-406.592,-52.5785,3.92699,86400,2,0,1238,0,1,0,0,0),(54315,12220,349,1,1,12348,0,854.713,-248.638,-54.0449,3.14159,86400,1,0,5346,0,1,0,0,0),(54314,12220,349,1,1,12348,0,860.817,-245.711,-53.0562,2.30383,86400,1,0,5346,0,1,0,0,0),(40132,4286,189,1,1,2522,1,1678.26,-347.922,18.1066,1.37881,86400,0,0,3660,0,0,0,0,0),(40131,4286,189,1,1,2523,1,1630.46,-333.896,18.0909,3.05433,86400,0,0,3660,0,0,0,0,0),(40129,4286,189,1,1,2522,1,1650.1,-356.093,18.0233,5.49779,86400,0,1,3660,0,2,0,0,0),(40128,4297,189,1,1,2504,1,1644.85,-382.714,18.7611,3.10669,86400,0,0,2706,5360,0,0,0,0),(40123,4299,189,1,1,2501,1,180.243,-445.043,18.9434,0.471239,86400,0,0,2901,2014,0,0,0,0),(81543,5650,209,1,1,6421,1,1863.11,1199.95,8.96012,4.93928,86400,5,0,4278,2966,1,0,0,0),(81541,7247,209,1,1,6427,1,1821.7,1177,8.99118,0.96724,86400,0,1,4278,2966,2,0,0,0),(18716,4815,48,1,1,2835,0,-178.368,52.7392,-49.8229,1.27409,86400,5,0,1686,0,1,0,0,0),(39848,4306,189,1,1,2607,1,1757.21,1143.53,7.57362,0.558505,86400,0,0,2865,0,0,0,0,0),(27448,4306,189,1,1,2607,1,1759.29,1144.24,7.57362,3.14159,86400,0,0,2865,0,0,0,0,0),(27447,4306,189,1,1,2607,1,1755.47,1146.65,7.57362,0,86400,0,0,2865,0,0,0,0,0),(27446,4306,189,1,1,2607,1,1784.03,1118.32,7.57362,2.87979,86400,0,0,2865,0,0,0,0,0),(27444,4075,189,1,1,1418,0,1760.96,1143.3,7.57362,0.122173,86400,10,0,8,0,1,0,0,0),(27443,3983,189,1,1,2044,1,1786.55,1124.44,7.57362,4.81711,86400,0,0,5328,935,0,0,0,0),(27442,4306,189,1,1,2607,1,1754.01,1126.06,7.57362,3.92699,86400,0,0,2865,0,0,0,0,0),(27438,4283,189,1,1,2520,1,1739.87,1092.86,6.90333,1.50098,86400,0,0,1050,0,0,0,0,0),(27437,4306,189,1,1,2607,1,1751.41,1123.6,7.57362,0.750492,86400,0,0,2865,0,0,0,0,0),(38001,7268,209,1,1,0,0,1762.87,1014.21,53.4866,2.42533,86400,1,0,5544,0,1,0,0,0),(38000,7268,209,1,1,0,0,1767.91,1024.01,53.7834,2.25254,86400,1,0,5544,0,1,0,0,0),(37996,7267,209,1,1,0,1,1727.48,1017.35,54.9102,1.00614,86400,0,0,13433,0,0,0,0,0),(89043,11789,349,1,1,13211,0,-116.521,-385.825,-170.336,3.735,86400,2,0,1919,0,1,0,0,0),(89044,11789,349,1,1,13212,0,-108.174,-380.384,-170.336,2.28638,86400,2,0,1919,0,1,0,0,0),(89045,11789,349,1,1,13212,0,-126.455,-381.604,-170.419,2.77572,86400,2,0,1919,0,1,0,0,0),(89046,2914,349,1,1,2958,0,-126.047,-353.323,-170.336,4.36332,86400,10,0,8,0,1,0,0,0),(89047,11784,349,1,1,11712,0,-133.015,-363.42,-170.419,4.37615,86400,0,0,5757,0,0,0,0,0),(239021,5720,109,1,2,0,0,-458.84,127.7,-91.57,5.77,86400,0,0,11075,0,2,0,0,0),(89052,11789,349,1,1,13212,0,-143.368,-334.523,-170.336,4.08407,86400,2,0,1919,0,1,0,0,0),(89053,11789,349,1,1,12333,0,-144.237,-318.947,-170.336,1.79769,86400,2,0,1919,0,1,0,0,0),(89054,11789,349,1,1,13212,0,-142.068,-327.561,-170.336,2.21657,86400,2,0,1919,0,1,0,0,0),(89055,11789,349,1,1,12333,0,-145.74,-339.411,-170.336,1.97222,86400,2,0,1919,0,1,0,0,0),(89056,11789,349,1,1,12333,0,-147.693,-330.588,-170.336,0.558505,86400,2,0,1919,0,1,0,0,0),(89057,11789,349,1,1,12333,0,-111.448,-320.95,-170.418,1.83066,86400,2,0,1919,0,1,0,0,0),(27421,4814,48,1,1,2892,1,-837.999,-108.302,-25.7867,0.017453,86400,0,0,1482,2164,0,0,0,0),(27422,4814,48,1,1,2893,1,-805.562,-127.678,-25.7867,3.1765,86400,2,0,1482,2164,1,0,0,0),(27423,4814,48,1,1,2891,1,-833.015,-131.745,-25.7867,6.03884,86400,2,0,1482,2164,1,0,0,0),(27424,4832,48,1,1,4939,1,-818.832,-155.576,-25.7923,4.74729,86400,0,0,4568,1545,0,0,0,0),(27425,4813,48,1,1,2877,1,-847.311,-139.714,-25.7867,6.24828,86400,0,0,1482,2886,0,0,0,0),(27426,4813,48,1,1,2877,1,-784.056,-161.775,-25.8701,1.52852,86400,0,1,1482,2886,2,0,0,0),(27427,4813,48,1,1,2876,1,-846.982,-124.266,-25.7867,0.034907,86400,0,0,1482,2886,0,0,0,0),(27428,4813,48,1,1,2877,1,-848.939,-146.323,-25.87,0.43086,86400,0,1,1482,2886,2,0,0,0),(27429,4825,48,1,1,5026,0,-795.763,-214.792,-25.7867,1.32645,86400,5,0,1815,0,1,0,0,0),(27430,4825,48,1,1,5026,0,-829.36,-219.978,-25.7985,4.04916,86400,3,0,1815,0,1,0,0,0),(27431,4825,48,1,1,5026,0,-797.647,-251.394,-25.7867,3.10669,86400,1,0,1815,0,1,0,0,0),(27432,4825,48,1,1,5026,0,-828.847,-253.035,-26.1588,0.897793,86400,2,0,1815,0,1,0,0,0),(27433,4829,48,1,1,2837,0,-848.446,-453.865,-33.8922,1.5708,86400,0,0,6510,0,0,0,0,0),(27434,4825,48,1,1,5026,0,-840.931,-356.62,-33.7907,1.18682,86400,3,0,1815,0,1,0,0,0),(27435,4825,48,1,1,5026,0,-820.578,-396.224,-33.8071,2.30383,86400,2,0,1815,0,1,0,0,0),(27436,4825,48,1,1,5026,0,-852.46,-407.621,-34.0238,3.35103,86400,5,0,1815,0,1,0,0,0),(89080,4295,189,1,1,2515,1,1904.76,-407.945,18.7611,3.9968,86400,0,0,3831,0,0,0,0,0),(89081,4298,189,1,1,2462,1,1899.73,-412.501,18.7621,0.628319,86400,0,0,3831,0,0,0,0,0),(89082,4298,189,1,1,2462,1,1894.78,-378.765,18.7614,4.36332,86400,0,0,3831,0,0,0,0,0),(89083,4290,189,1,1,2511,1,1924.11,-438.246,18.0913,0.174533,86400,0,0,3660,0,0,0,0,0),(89084,4298,189,1,1,2462,1,1927.06,-440.33,18.0913,2.02458,86400,0,0,3831,0,0,0,0,0),(89085,4295,189,1,1,2514,1,1920.64,-421.962,18.0913,6.17846,86400,0,0,3831,0,0,0,0,0),(89086,4295,189,1,1,2514,1,1927.69,-437.186,18.0913,3.82227,86400,0,0,3831,0,0,0,0,0),(89087,4295,189,1,1,2515,1,1926,-394.77,18.0913,0.890118,86400,0,0,3831,0,0,0,0,0),(89088,4295,189,1,1,2514,1,1907.68,-388.676,18.7602,1.97222,86400,0,0,3831,0,0,0,0,0),(89089,4298,189,1,1,2462,1,1927.19,-391.242,18.0913,4.5204,86400,0,0,3831,0,0,0,0,0),(89090,4295,189,1,1,2515,1,1900.46,-362.276,18.7606,3.64774,86400,0,0,3831,0,0,0,0,0),(89091,4295,189,1,1,2515,1,1898.52,-365.821,18.7612,1.69297,86400,0,0,3831,0,0,0,0,0),(89092,4295,189,1,1,2515,1,1895.94,-362.592,18.7606,5.89921,86400,0,0,3831,0,0,0,0,0),(89093,4292,189,1,1,2476,1,1906.15,-384.892,18.7608,5.09636,86400,0,0,3027,2134,0,0,0,0),(89094,4298,189,1,1,2473,1,1931.72,-363.245,18.0913,2.94961,86400,0,0,3831,0,0,0,0,0),(89095,4298,189,1,1,2462,1,1931.53,-391.429,18.0913,3.1765,86400,0,0,3831,0,0,0,0,0),(89096,4289,189,1,1,2510,1,1924.99,-369.014,18.0081,4.74808,86400,0,1,2706,5360,2,0,0,0),(89097,3975,189,1,1,2041,1,1965.09,-431.607,6.26076,2.98451,86400,0,0,10688,0,0,0,0,0),(81604,5650,209,1,1,6421,1,1606.43,1106.06,8.96011,4.95674,86400,0,0,4278,2966,0,0,0,0),(81605,5650,209,1,1,6421,1,1610.38,1108.35,8.96011,3.52556,86400,0,0,4278,2966,0,0,0,0),(81606,7246,209,1,1,6426,1,1601.71,1104.41,8.96011,0.471239,86400,0,0,4119,2864,0,0,0,0),(81607,7246,209,1,1,6425,1,1608.3,1110.79,8.96011,3.94444,86400,0,0,4119,2864,0,0,0,0),(81608,7246,209,1,1,6426,1,1578.42,1085.15,9.17854,4.31096,86400,0,0,4119,2864,0,0,0,0),(81609,5650,209,1,1,6421,1,1576.17,1079.08,9.02151,1.25664,86400,0,0,4278,2966,0,0,0,0),(81610,7246,209,1,1,6426,1,1591.02,1047.66,8.96459,6.26573,86400,0,0,4119,2864,0,0,0,0),(81611,5649,209,1,1,6424,1,1585.1,1035.5,8.96012,3.03687,86400,5,0,5346,0,1,0,0,0),(81612,7269,209,1,1,7470,0,1576.09,1055.8,8.96011,5.32325,86400,5,0,1782,0,1,0,0,0),(81613,5649,209,1,1,6424,1,1515.81,1050.86,18.1446,1.36136,86400,5,0,5346,0,1,0,0,0),(81614,7269,209,1,1,7470,0,1554.53,1019.5,8.96011,0.750492,86400,5,0,1782,0,1,0,0,0),(81615,7269,209,1,1,7470,0,1581.4,1018.43,8.96011,5.89921,86400,5,0,1782,0,1,0,0,0),(81616,5649,209,1,1,6423,1,1541.13,1001.76,8.96011,5.23599,86400,0,0,5346,0,0,0,0,0),(81617,5649,209,1,1,6423,1,1527.04,1017.31,9.81576,0.959931,86400,0,0,5346,0,0,0,0,0),(81618,5650,209,1,1,6421,1,1554.3,1006.74,8.96011,4.41568,86400,0,0,4278,2966,0,0,0,0),(81619,5650,209,1,1,6421,1,1556.35,1002.31,8.96011,2.6529,86400,0,0,4278,2966,0,0,0,0),(81620,5649,209,1,1,6423,1,1525.47,1019.07,9.98873,0.436332,86400,0,0,5346,0,0,0,0,0),(81621,5650,209,1,1,6421,1,1530.26,1021.4,9.72279,3.61283,86400,0,0,4278,2966,0,0,0,0),(81622,7269,209,1,1,7470,0,1521.26,981.956,8.98845,3.57792,86400,5,0,1782,0,1,0,0,0),(81623,7247,209,1,1,6428,1,1518.59,984.925,9.12678,5.25215,86400,0,0,4278,2966,0,0,0,0),(81624,7246,209,1,1,6426,1,1545.05,995.059,8.96011,1.88496,86400,0,0,4119,2864,0,0,0,0),(81625,7269,209,1,1,7470,0,1487.51,962.706,14.4566,0.890118,86400,5,0,1782,0,1,0,0,0),(81634,5649,209,1,1,6424,1,1478.6,980.091,16.3627,5.60251,86400,5,0,5346,0,1,0,0,0),(81635,5649,209,1,1,6424,1,1455.76,945.569,26.5751,3.71755,86400,5,0,5346,0,1,0,0,0),(81636,5650,209,1,1,6421,1,1456.89,1033.27,29.3484,1.46608,86400,5,0,4278,2966,1,0,0,0),(53941,24484,0,1,1,21860,0,-9145.26,339.64,90.6757,0.052739,43200,0,0,2215,0,0,0,0,0),(85381,24484,0,1,1,21858,0,-9129.28,362.629,92.3738,4.11774,43200,0,0,2215,0,0,0,0,0),(88840,23510,0,1,1,22397,0,-9114.79,338.765,93.6277,2.9147,43200,0,0,2215,0,0,0,0,0),(88841,23511,0,1,1,22628,0,-9118.65,325.3,93.3136,1.91986,43200,0,0,2215,0,0,0,0,0),(88842,24484,0,1,1,21846,0,-9128.35,345.368,94.0594,2.68781,43200,0,0,2215,0,0,0,0,0),(88843,24484,0,1,1,21849,0,-9130.68,347.471,93.6376,5.67232,43200,0,0,2215,0,0,0,0,0),(88844,24484,0,1,1,21860,0,-9131.85,358.836,92.3964,0.976147,43200,0,0,2215,0,0,0,0,0),(88845,24484,0,1,1,21858,0,-9142.22,339.801,91.3411,3.19433,43200,0,0,2215,0,0,0,0,0),(88846,23482,0,1,1,22395,0,-9118.48,348.456,93.9492,3.78736,43200,0,0,2215,0,0,0,0,0),(88847,24484,0,1,1,21846,0,-9130.91,344.503,93.7304,0.942478,43200,0,0,2215,0,0,0,0,0),(88848,24484,0,1,1,21861,0,-9130.69,333.939,93.3105,0.837273,43200,0,0,2215,0,0,0,0,0),(88849,24484,0,1,1,21859,0,-9126.82,338.231,93.9283,3.97886,43200,0,0,2215,0,0,0,0,0),(88850,24484,0,1,1,21848,0,-9127.97,347.931,93.9306,3.87463,43200,0,0,2215,0,0,0,0,0),(47648,24484,0,1,1,21848,0,-5038.69,-793.428,495.214,2.36238,43200,0,0,2215,0,0,0,0,0),(84899,24484,0,1,1,21847,0,-5041.32,-790.831,495.211,0.350973,43200,0,0,2215,0,0,0,0,0),(86731,24484,0,1,1,21846,0,-5037.43,-789.404,495.213,3.49257,43200,0,0,2215,0,0,0,0,0),(88851,23684,0,1,1,21837,1,-5143.19,-630.371,397.294,1.62316,43200,0,0,2215,0,0,0,0,0),(88852,23696,0,1,1,22628,0,-5136.59,-581.939,397.26,3.45575,43200,0,0,2215,0,0,0,0,0),(88853,24462,0,1,1,22630,0,-5185.62,-484.172,387.13,6.27273,43200,0,0,41,60,0,0,0,0),(88854,24108,0,1,1,22162,0,-5167.23,-546.334,397.279,1.7023,43200,0,0,2215,0,2,0,0,0),(88855,24468,0,1,1,22455,1,-5200.87,-484.704,388.881,3.42085,43200,0,0,1003,0,0,0,0,0),(88856,24463,0,1,1,22631,0,-5188.04,-487.665,386.88,1.89749,43200,0,0,41,60,0,0,0,0),(88857,23558,0,1,1,22454,0,-5200.16,-491.549,388.559,3.19395,300,0,0,1003,0,0,0,0,0),(88858,24484,0,1,1,21848,0,-5210.18,-512.958,389.592,0.808568,43200,0,0,2215,0,0,0,0,0),(88859,23628,0,1,1,22451,0,-5146.56,-633.554,397.264,1.64061,43200,0,0,2215,0,0,0,0,0),(88860,24710,0,1,1,22603,0,-5184.68,-562.372,397.26,2.11185,43200,0,0,2215,0,0,0,0,0),(88861,23627,0,1,1,22450,0,-5184.13,-611.797,397.26,0.488692,43200,0,0,2215,0,0,0,0,0),(88862,24484,0,1,1,21849,0,-5195.69,-515.611,389.714,5.10018,43200,0,0,2215,0,0,0,0,0),(88863,23511,0,1,1,22628,0,-5139.07,-579.316,397.26,4.03171,43200,0,0,2215,0,0,0,0,0),(88864,23685,0,1,1,22628,1,-5136.68,-586.151,397.26,3.57792,43200,0,0,2215,0,0,0,0,0),(88865,23521,0,1,1,22385,0,-5172.94,-628.044,397.26,1.18682,43200,0,0,1003,0,0,0,0,0),(88866,23482,0,1,1,22395,0,-5185.08,-608.256,397.26,0.506145,43200,0,0,2215,0,0,0,0,0),(88867,23486,0,1,1,21574,1,-5172.92,-562.567,397.26,3.45575,43200,0,0,5914,0,0,0,0,0),(88868,23510,0,1,1,22396,0,-5149.61,-634.204,397.265,1.72788,43200,0,0,2215,0,0,0,0,0),(88869,23481,0,1,1,22390,1,-5129.6,-606.104,397.406,3.05433,43200,0,0,1003,0,0,0,0,0),(88870,24484,0,1,1,21865,0,-5210.78,-506.068,388.505,5.52483,43200,0,0,2215,0,0,0,0,0),(88871,24484,0,1,1,21848,0,-5194.19,-519.275,390.262,1.95859,43200,0,0,2215,0,0,0,0,0),(88872,23525,0,1,1,22391,1,-5164.67,-568.444,397.26,3.9619,43200,0,0,1003,0,0,0,0,0),(88873,23522,0,1,1,22384,1,-5189.09,-584.102,397.34,0.418879,43200,0,0,1003,0,0,0,0,0),(88874,23683,0,1,1,21836,1,-5181.02,-613.824,397.26,0.383972,43200,0,0,2215,0,0,0,0,0),(88875,24484,0,1,1,21850,0,-5207.01,-509.638,388.825,3.95016,43200,0,0,2215,0,0,0,0,0),(88876,23710,0,1,1,21701,0,-5177.25,-624.597,397.864,0.716281,43200,0,0,3524,0,0,0,0,0),(88877,24484,0,1,1,21849,0,-5172.55,-586.553,397.906,0.046851,43200,0,0,2215,0,0,0,0,0),(88878,24484,0,1,1,21845,0,-5166.66,-586.277,397.821,3.18844,43200,0,0,2215,0,0,0,0,0),(88879,24484,0,1,1,21846,0,-5179.54,-596.714,397.412,4.97636,43200,0,0,2215,0,0,0,0,0),(88880,24484,0,1,1,21844,0,-5178.24,-601.539,397.367,5.77101,43200,0,0,2215,0,0,0,0,0),(88881,24484,0,1,1,21843,0,-5170.15,-578.862,397.368,4.41018,43200,0,0,2215,0,0,0,0,0),(88882,24484,0,1,1,21852,0,-5165.99,-608.422,397.667,1.14204,43200,0,0,2215,0,0,0,0,0),(88883,24484,0,1,1,21851,0,-5154.86,-585.464,397.293,6.03208,43200,0,0,2215,0,0,0,0,0),(88884,24484,0,1,1,21843,0,-5141.22,-594.877,397.547,4.15292,43200,0,0,2215,0,0,0,0,0),(88885,24484,0,1,1,21852,0,-5162.54,-600.876,398.227,4.91465,43200,0,0,2215,0,0,0,0,0),(88886,24484,0,1,1,21845,0,-5149.82,-605.071,398.556,0.7283,43200,0,0,2215,0,0,0,0,0),(88887,24484,0,1,1,21851,0,-5144.81,-600.602,398.184,3.86989,43200,0,0,2215,0,0,0,0,0),(88888,24484,0,1,1,21850,0,-5142.32,-609.345,398.355,4.1853,43200,0,0,2215,0,0,0,0,0),(88889,24484,0,1,1,21842,0,-5161.28,-607.041,398.095,3.42675,43200,0,0,2215,0,0,0,0,0),(88890,24484,0,1,1,21852,0,-5159.97,-627.401,397.341,0.481445,43200,0,0,2215,0,0,0,0,0),(88891,24484,0,1,1,21852,0,-5150.19,-581.106,397.262,4.93512,43200,0,0,2215,0,0,0,0,0),(88892,24484,0,1,1,21865,0,-5148.86,-587.004,397.285,1.79353,43200,0,0,2215,0,0,0,0,0),(88893,24484,0,1,1,21849,0,-5155.71,-625.177,397.533,3.62304,43200,0,0,2215,0,0,0,0,0),(88894,24484,0,1,1,21864,0,-5160.29,-623.134,397.509,4.788,43200,0,0,2215,0,0,0,0,0),(88895,24484,0,1,1,21859,0,-5145.6,-614.992,398.375,3.93084,43200,0,0,2215,0,0,0,0,0),(88896,23698,0,1,1,22461,1,-5137.41,-627.263,397.31,2.53073,43200,0,0,2215,0,0,0,0,0),(87041,24510,1,1,1,22498,1,1285.1,-4409.89,26.5416,2.05949,43200,0,0,1003,0,0,0,0,0),(28799,24484,1,1,1,0,0,1332.88,-4360.04,28.1824,1.73972,450,0,0,1,0,0,0,0,0),(28798,24484,1,1,1,0,0,1329.54,-4360.52,27.8138,0.940035,450,0,0,1,0,0,0,0,0),(28797,24497,1,1,1,0,0,1279.69,-4411.26,26.4771,1.97222,300,0,0,1,0,0,0,0,0),(88914,24484,1,1,1,21856,0,1329.37,-4357.84,27.7139,0.362493,43200,0,0,2215,0,0,0,0,0),(88915,24484,1,1,1,21855,0,1332.31,-4356.72,28.0309,3.50409,43200,0,0,2215,0,0,0,0,0),(88916,24463,1,1,1,22631,0,1288.77,-4424.98,26.7339,3.06414,43200,0,0,41,60,0,0,0,0),(88917,24462,1,1,1,22630,0,1284.51,-4427.71,26.8589,1.15103,43200,0,0,41,60,0,0,0,0),(88918,24484,1,1,1,21854,0,1251.93,-4348.3,38.9164,5.48958,43200,0,0,2215,0,0,0,0,0),(88919,24484,1,1,1,21856,0,1236.41,-4391.01,27.9976,1.12392,43200,0,0,2215,0,0,0,0,0),(88920,24484,1,1,1,21857,0,1255.36,-4348.57,38.9164,4.40819,43200,0,0,2215,0,0,0,0,0),(88921,24484,1,1,1,21854,0,1241.27,-4393.46,28.0128,1.2666,43200,0,0,2215,0,0,0,0,0),(88922,24484,1,1,1,21855,0,1255.25,-4351.68,38.8368,2.34799,43200,0,0,2215,0,0,0,0,0),(88923,23606,1,1,1,22513,1,1222.14,-4340.41,21.3192,2.42601,43200,0,0,1003,0,0,0,0,0),(88924,24484,1,1,1,21876,0,1223.29,-4332.38,21.3789,1.63543,43200,0,0,2215,0,0,0,0,0),(88925,24711,1,1,1,22605,0,1200.99,-4372.89,24.8457,4.62512,43200,0,0,2215,0,0,0,0,0),(88926,24484,1,1,1,21856,0,1209.55,-4341.18,21.3794,1.72883,43200,0,0,2215,0,0,0,0,0),(88927,24484,1,1,1,21856,0,1223.01,-4328.08,21.3794,4.77702,43200,0,0,2215,0,0,0,0,0),(88928,24108,1,1,1,22162,0,1182,-4358.79,21.4211,4.99356,43200,0,0,2215,0,2,0,0,0),(88929,24484,1,1,1,21869,0,1190.61,-4306.22,21.3626,0.026867,43200,0,0,2215,0,0,0,0,0),(88930,24484,1,1,1,21881,0,1197.64,-4306.03,21.3378,3.16846,43200,0,0,2215,0,0,0,0,0),(88931,24484,1,1,1,21868,0,1199.02,-4319.45,21.3794,1.35732,43200,0,0,2215,0,0,0,0,0),(88932,24657,1,1,1,22553,1,1194.8,-4342.57,21.3794,0.261799,43200,0,0,3524,0,0,0,0,0),(88933,23603,1,1,1,4728,1,1192.25,-4330.81,21.3794,0.261799,43200,0,0,1003,0,0,0,0,0),(88934,24484,1,1,1,21868,0,1200.3,-4313.56,21.3793,4.49891,43200,0,0,2215,0,0,0,0,0),(88935,24484,1,1,1,21875,0,1201.95,-4337.8,21.3794,0.528083,43200,0,0,2215,0,0,0,0,0),(88936,24484,1,1,1,21855,0,1215.9,-4298.33,21.275,2.24374,43200,0,0,2215,0,0,0,0,0),(88937,24484,1,1,1,21880,0,1213.11,-4294.82,21.275,2.0657,43200,0,0,2215,0,0,0,0,0),(88938,24484,1,1,1,21839,0,1214.81,-4312.42,21.3481,6.21194,43200,0,0,2215,0,0,0,0,0),(88939,23605,1,1,1,1318,1,1224.22,-4311.05,21.275,3.08923,43200,0,0,1003,0,0,0,0,0),(88940,24484,1,1,1,21839,0,1208.41,-4334.03,21.3784,4.87042,43200,0,0,2215,0,0,0,0,0),(88941,24484,1,1,1,21839,0,1219.16,-4312.73,21.3151,3.07035,43200,0,0,2215,0,0,0,0,0),(88942,24493,1,1,1,22495,1,1196.52,-4270.07,21.32,4.83456,43200,0,0,2215,0,0,0,0,0),(88943,24484,1,1,1,21875,0,1192.61,-4276.58,21.2749,4.2107,43200,0,0,2215,0,0,0,0,0),(88944,24492,1,1,1,22494,1,1178.11,-4301.28,21.3677,0.383972,43200,0,0,2215,0,0,0,0,0),(88945,24484,1,1,1,21875,0,1182.98,-4297.22,21.3298,0.325441,43200,0,0,2215,0,0,0,0,0),(88946,24498,1,1,1,22488,0,1176.86,-4309.27,21.3625,0.628319,43200,0,0,2215,0,0,0,0,0),(88947,24484,1,1,1,21857,0,1187.86,-4295.57,21.3192,3.46703,43200,0,0,2215,0,0,0,0,0),(88948,23604,1,1,1,7358,0,1176.64,-4283.82,21.2772,5.5676,43200,0,0,1003,0,0,0,0,0),(88949,24484,1,1,1,21869,0,1189.91,-4281.48,21.275,1.06911,43200,0,0,2215,0,0,0,0,0),(88950,24499,1,1,1,22489,0,1189.05,-4267.56,21.2987,5.11381,43200,0,0,2215,0,0,0,0,0),(88951,24501,1,1,1,22491,0,1174.86,-4305.53,21.3699,0.488692,43200,0,0,2215,0,0,0,0,0),(88952,23511,1,1,1,22628,0,1222.09,-4288.5,21.3062,3.28122,43200,0,0,2215,0,0,0,0,0),(88953,24484,1,1,1,21841,0,1208.32,-4285.95,21.275,2.17921,43200,0,0,2215,0,0,0,0,0),(88954,24484,1,1,1,21866,0,1202.88,-4286.08,21.279,0.02489,43200,0,0,2215,0,0,0,0,0),(88955,23685,1,1,1,22628,1,1216.6,-4284.27,21.2903,3.78736,43200,0,0,2215,0,0,0,0,0),(88956,23696,1,1,1,22628,0,1220.62,-4284.82,21.3475,3.33358,43200,0,0,2215,0,0,0,0,0),(88957,24484,1,1,1,21874,0,1204.34,-4280.23,21.2752,5.32081,43200,0,0,2215,0,0,0,0,0),(88958,23533,1,1,1,22492,0,1193.48,-4266.56,21.2661,4.79965,43200,0,0,2215,0,0,0,0,0),(207000,23487,0,1,1,0,0,-5342.23,-533.42,392.85,4.59,120,10,0,1,0,1,0,0,0),(88960,23698,1,1,1,22545,1,1252.4,-4287.27,24.3573,0.872665,43200,0,0,2215,0,0,0,0,0),(88961,24484,1,1,1,21854,0,-1305.57,205.663,58.9481,0.366519,43200,0,0,2215,0,0,0,0,0),(88962,24501,1,1,1,22491,0,-1283.88,217.184,58.9686,5.13127,43200,0,0,2215,0,0,0,0,0),(88963,24484,1,1,1,21870,0,-1277.55,214.203,59.2336,6.16643,43200,0,0,2215,0,0,0,0,0),(88964,23533,1,1,1,22492,0,-1283.05,209.118,58.967,1.91986,43200,0,0,2215,0,0,0,0,0),(88965,23511,1,1,1,22628,0,-1310.01,193.257,59.1965,2.93215,43200,0,0,2215,0,0,0,0,0),(88966,24484,1,1,1,21854,0,-1302.95,207.49,58.9481,4.43314,43200,0,0,2215,0,0,0,0,0),(88967,24484,1,1,1,21873,0,-1327.18,190.869,60.3058,2.05172,43200,0,0,2215,0,0,0,0,0),(88968,24484,1,1,1,21871,0,-1270.95,213.429,59.9984,1.79027,43200,0,0,2215,0,0,0,0,0),(88969,24484,1,1,1,21873,0,-1323.57,197.165,59.4621,3.13102,43200,0,0,2215,0,0,0,0,0),(88970,24484,1,1,1,21870,0,-1330.5,197.238,59.9575,0.265461,43200,0,0,2215,0,0,0,0,0),(88971,24484,1,1,1,21855,0,-1300.68,205.319,58.9481,2.80998,43200,0,0,2215,0,0,0,0,0),(88972,24484,1,1,1,21870,0,-1272.24,219.213,59.4478,3.89777,43200,0,0,2215,0,0,0,0,0),(88973,24484,1,1,1,21856,0,-1302.66,203.228,58.9602,1.71042,43200,0,0,2215,0,0,0,0,0),(88976,24484,0,1,1,21856,0,1826.47,231.201,60.3244,1.71042,43200,0,0,2215,0,0,0,0,0),(88977,24484,0,1,1,21881,0,1834.12,242.622,59.9811,2.70282,43200,0,0,2215,0,0,0,0,0),(88978,24484,0,1,1,21880,0,1829.69,244.7,60.1498,4.44542,43200,0,0,2215,0,0,0,0,0),(88979,23511,0,1,1,22628,0,1826.81,257.185,59.8664,4.06662,43200,0,0,2215,0,0,0,0,0),(88980,24484,0,1,1,21880,0,1815.06,236.906,60.5297,0.263669,43200,0,0,2215,0,0,0,0,0),(88981,24484,0,1,1,21855,0,1824.81,233.503,60.3995,0.366519,43200,0,0,2215,0,0,0,0,0),(88982,24484,0,1,1,21855,0,1828.39,233.235,60.4152,2.80998,43200,0,0,2215,0,0,0,0,0),(88983,24484,0,1,1,21880,0,1813.03,233.163,60.6701,0.206939,43200,0,0,2215,0,0,0,0,0),(88984,24484,0,1,1,21879,0,1828.56,240.548,60.8235,1.30383,43200,0,0,2215,0,0,0,0,0),(88985,24501,0,1,1,22491,0,1831.31,229.27,60.3069,2.58309,43200,0,0,2215,0,0,0,0,0),(88986,24484,0,1,1,21879,0,1816.68,233.928,60.6217,2.06775,43200,0,0,2215,0,0,0,0,0),(88987,23533,0,1,1,22492,0,1823.62,219.964,60.5241,1.97222,43200,0,0,2215,0,0,0,0,0),(88988,24484,0,1,1,21854,0,1826.44,235.119,60.824,4.43314,43200,0,0,2215,0,0,0,0,0),(207598,15102,530,1,1,0,0,-1839.07,5148.27,-42.8,4.29351,120,0,0,1,0,0,0,0,0),(207597,15102,530,1,1,0,0,-1818.03,5434.83,-12.3449,4.60767,120,0,0,1,0,0,0,0,0),(8969,14849,0,1,1,0,0,-9528.68,92.4662,58.9648,6.0912,180,0,0,699,0,0,0,0,0),(8971,14849,0,1,1,0,0,-9530.22,96.3252,58.9648,0.628319,180,0,0,699,0,0,0,0,0),(46801,14849,0,1,1,14912,0,-9546.6,124.032,59.3384,4.87607,180,0,0,699,0,0,0,0,0),(10997,21962,552,3,1,0,0,453.344,30.3071,51.9656,3.94427,86400,0,0,6943,0,0,0,0,0),(1054,18528,530,1,1,0,0,-3559.68,637.633,4.14156,1.60102,25,0,0,558900,31550,0,0,0,0),(11000,23712,530,1,1,252,0,-4187.46,-12502.8,44.4447,1.25664,2,0,0,71,0,0,0,0,0),(48011,17814,560,3,1,17959,1,2016.4,1041.15,25.9121,6.24892,86400,0,0,17151,0,0,0,0,0),(48012,17814,560,3,1,17959,1,1966.17,1177.44,31.6322,3.0901,86400,0,0,17151,0,0,0,0,0),(48013,17814,560,3,1,17959,1,1999.01,1168.61,66.7264,5.78328,86400,0,0,17151,0,0,0,0,0),(48014,17814,560,3,1,17959,1,1996.01,1180.81,66.7264,1.01199,86400,0,0,17151,0,0,0,0,0),(48015,17814,560,3,1,17959,1,2041,552.11,65.436,2.46811,86400,0,0,17151,0,0,0,0,0),(48016,17814,560,3,1,17959,1,2036.05,541.417,65.4361,2.52702,86400,0,0,17151,0,0,0,0,0),(48017,17814,560,3,1,17959,1,2059.83,531.487,65.4454,2.39036,86400,0,0,17151,0,0,0,0,0),(48018,17814,560,3,1,17959,1,2051.96,533.553,73.3265,1.9152,86400,0,0,17151,0,0,0,0,0),(48019,17814,560,3,1,17959,1,2058.26,526.977,100.531,4.40884,86400,0,0,17151,0,0,0,0,0),(48020,17814,560,3,1,17959,1,2062.63,544.846,100.531,1.40784,86400,0,0,17151,0,0,0,0,0),(48021,17814,560,3,1,17959,1,2013.41,302.687,66.0954,1.14394,86400,0,0,17151,0,0,0,0,0),(48022,17814,560,3,1,17959,1,2012.27,303.211,66.0958,1.03005,86400,0,0,17151,0,0,0,0,0),(3378,14304,1,1,1,14363,1,1951.96,-4145.71,43.5485,3.22886,300,0,0,25200,0,0,0,0,0),(3377,14304,1,1,1,14360,1,1902.47,-4150.23,40.9349,3.21379,300,0,0,25200,0,2,0,0,0),(3376,14304,1,1,1,14363,1,1890.67,-4150.02,43.5458,0.087266,300,0,0,25200,0,0,0,0,0),(3375,14304,1,1,1,14362,1,1901.27,-4171.16,43.5635,0.994838,300,0,0,25200,0,0,0,0,0),(3374,14304,1,1,1,14360,1,1912.25,-4124.2,43.117,4.97419,300,0,0,25200,0,0,0,0,0),(3373,14304,1,1,1,14361,1,1930.46,-4238.26,42.0164,4.39823,300,0,0,25200,0,0,0,0,0),(3372,14304,1,1,1,14360,1,1922.2,-4204.38,42.0703,4.92183,300,0,0,25200,0,0,0,0,0),(3371,14304,1,1,1,14363,1,1927.48,-4175.91,41.0052,3.15905,300,0,0,25200,0,0,0,0,0),(3370,6446,1,1,1,5190,1,1772.94,-4279.93,7.95099,5.35816,300,0,0,484,0,0,0,0,0),(3369,13157,1,1,1,13089,1,-528.634,-5215.8,12.1806,0.593412,300,0,0,230,249,0,0,0,0),(3368,10578,1,1,1,9911,1,-848.704,-4908.38,21.3808,1.50535,300,5,0,156,0,1,0,0,0),(3367,6607,1,1,1,9213,1,587.133,-4892.9,24.9198,1.09956,200,0,0,102,0,0,0,0,0),(3366,6586,1,1,1,5307,1,608.499,-4896.18,25.7524,1.69297,300,0,0,1342,0,0,0,0,0),(3365,3106,1,1,1,1307,0,-343.063,-5313.09,-11.1287,0.186668,200,10,0,102,0,1,0,0,0),(3364,3106,1,1,1,1307,0,-117.738,-5334.21,-17.56,4.28366,200,10,0,102,0,1,0,0,0),(3363,3103,1,1,1,1940,0,-914.995,-5647.28,-8.62248,1.17353,300,10,0,120,0,1,0,0,0),(3362,3105,1,1,1,1248,0,877.412,-5154.16,-7.10624,3.73259,300,5,0,156,0,1,0,0,0),(3361,3103,1,1,1,1940,0,-1220.34,-5682.19,-3.91232,1.98237,300,10,0,120,0,1,0,0,0),(3360,3103,1,1,1,1940,0,-1452.73,-5251.27,-2.38763,5.42542,300,10,0,120,0,1,0,0,0),(3359,3103,1,1,1,1940,0,52.0649,-5411.03,-21.5256,0.60796,300,10,0,120,0,1,0,0,0),(3358,3110,1,1,1,1250,0,-87.1646,-3787.89,17.2615,4.25566,300,10,0,176,0,1,0,0,0),(3357,3110,1,1,1,1250,0,-106.542,-3804.4,20.9084,0.691155,300,10,0,176,0,1,0,0,0),(3356,3110,1,1,1,1250,0,214.049,-3739.18,15.7797,0.010067,300,10,0,176,0,1,0,0,0),(3355,3110,1,1,1,1250,0,852.626,-3797.39,16.3928,4.68798,300,10,0,176,0,1,0,0,0),(3354,3110,1,1,1,1250,0,747.129,-3825.58,19.4839,4.40915,300,10,0,176,0,1,0,0,0),(3353,3110,1,1,1,1250,0,52.5152,-3765.47,16.4437,1.6145,300,10,0,176,0,1,0,0,0),(3352,3110,1,1,1,1250,0,670.287,-3787.67,15.7302,0.368488,300,10,0,176,0,1,0,0,0),(3351,3110,1,1,1,1250,0,585.592,-3777.59,16.7543,4.21289,300,10,0,176,0,1,0,0,0),(3350,3110,1,1,1,1250,0,887.155,-3811.98,15.4663,6.27799,300,10,0,176,0,1,0,0,0),(2092,7033,0,1,1,11549,1,-7984,-2448.87,131.915,5.99131,500,5,0,3322,0,1,0,0,0),(81641,23079,530,1,1,0,0,-1729.11,5147.63,-37.1953,4.58444,25,0,0,20958,0,0,0,0,0),(30397,6329,90,1,1,976,0,-530.666,201.902,-155.156,4.45059,86400,5,0,1830,655,1,0,0,0),(30398,6329,90,1,1,976,0,-410.196,39.4883,-154.66,4.85202,86400,5,0,1830,655,1,0,0,0),(30399,6329,90,1,1,976,0,-507.703,110.804,-154.66,4.10152,86400,5,0,1830,655,1,0,0,0),(30400,6206,90,1,1,830,1,-368.251,84.5512,-154.66,5.02655,86400,3,0,2272,0,1,0,0,0),(31796,6329,90,1,1,976,0,-397.217,50.1614,-154.714,3.08923,86400,3,0,1830,655,1,0,0,0),(31797,6206,90,1,1,830,1,-515.554,52.2393,-154.168,3.9968,86400,5,0,2272,0,1,0,0,0),(31944,6329,90,1,1,976,0,-472.085,43.7858,-154.654,2.51327,86400,5,0,1830,655,1,0,0,0),(31981,6212,90,1,1,3456,1,-748.046,624.546,-312.699,5.84685,86400,2,0,2400,0,1,0,0,0),(31982,6224,90,1,1,6936,1,-588.535,691.862,-326.979,3.08923,86400,2,0,787,0,1,0,0,0),(31983,6212,90,1,1,3456,1,-726.655,651.998,-308.977,5.16617,86400,0,0,2400,0,0,0,0,0),(31984,6234,90,1,1,6979,0,-696.054,720.927,-317.977,5.44543,86400,3,0,3018,0,1,0,0,0),(31985,6212,90,1,1,3456,1,-733.927,709.049,-317.977,2.89725,86400,3,0,2400,0,1,0,0,0),(31986,6234,90,1,1,6979,0,-765.398,561.056,-290.977,4.93928,86400,3,0,3018,0,1,0,0,0),(31987,6234,90,1,1,6979,0,-745.388,625.978,-312.699,5.88176,86400,2,0,3018,0,1,0,0,0),(31988,6234,90,1,1,6979,0,-727.201,693.357,-330.699,0.10472,86400,3,0,3018,0,1,0,0,0),(31989,6212,90,1,1,3456,1,-703.428,694.964,-317.977,4.34587,86400,0,0,2400,0,0,0,0,0),(31990,6212,90,1,1,3456,1,-766.203,600.453,-290.977,2.98451,86400,0,0,2400,0,0,0,0,0),(31991,6211,90,1,1,10285,1,-550.133,18.5031,-179.652,5.21853,86400,2,0,2400,0,1,0,0,0),(31992,6329,90,1,1,976,0,-633.396,113.62,-195.992,2.82743,86400,1,0,1830,655,1,0,0,0),(31993,6206,90,1,1,830,1,-600.52,24.6008,-179.598,1.0472,86400,3,0,2272,0,1,0,0,0),(31994,6329,90,1,1,976,0,-555.172,102.537,-201.659,2.93215,86400,2,0,1830,655,1,0,0,0),(31995,6329,90,1,1,976,0,-565.925,233.393,-159.345,5.79449,86400,5,0,1830,655,1,0,0,0),(31996,6211,90,1,1,10285,1,-545.883,72.0569,-200.725,0.907571,86400,0,0,2400,0,0,0,0,0),(31997,6206,90,1,1,830,1,-594.108,96.128,-199.458,0.925298,86400,0,0,2272,0,0,0,0,0),(31998,6329,90,1,1,976,0,-630.458,132.447,-183.796,3.82227,86400,3,0,1830,655,1,0,0,0),(31999,6329,90,1,1,976,0,-606.562,193.586,-172.299,6.02139,86400,2,0,1830,655,1,0,0,0),(32000,6211,90,1,1,10285,1,-633.632,101.509,-195.888,3.87463,86400,1,0,2400,0,1,0,0,0),(32001,7603,90,1,1,6968,0,-517.836,474.413,-273.074,0.027287,86400,2,0,787,0,1,0,0,0),(32002,7603,90,1,1,6968,0,-516.484,474.45,-273.078,0.027284,86400,2,0,787,0,1,0,0,0),(32003,7603,90,1,1,6968,0,-518.543,476.394,-273.077,0.027285,86400,2,0,787,0,1,0,0,0),(32004,7603,90,1,1,6968,0,-520.488,474.34,-273.075,0.027286,86400,2,0,787,0,1,0,0,0),(32005,6233,90,1,1,6978,0,-517.611,472.418,-273.077,0.027281,86400,5,0,3412,0,1,0,0,0),(32006,6222,90,1,1,6934,1,-603.687,507.389,-273.063,5.74002,86400,2,0,787,0,1,0,0,0),(32007,6222,90,1,1,6935,1,-586.528,465.276,-273.081,4.58216,86400,2,0,787,0,1,0,0,0),(32008,6225,90,1,1,5926,0,-503.215,527.958,-273.08,5.09596,86400,5,0,2715,0,1,0,0,0),(32013,6230,90,1,1,8369,0,-480.902,456.021,-230.602,3.55663,86400,2,0,2400,0,1,0,0,0),(32014,7603,90,1,1,6968,0,-479.445,548.944,-230.518,0,86400,2,0,787,0,1,0,0,0),(32103,7603,90,1,1,6967,0,-484.079,561.437,-230.602,5.94259,86400,2,0,787,0,1,0,0,0),(32104,7603,90,1,1,6967,0,-480.532,560.66,-230.601,2.62881,86400,2,0,787,0,1,0,0,0),(33390,7603,90,1,1,6967,0,-489.812,559.961,-230.602,3.65961,86400,2,0,787,0,1,0,0,0),(33395,6233,90,1,1,6978,0,-479.992,553.159,-230.602,3.59214,86400,2,0,3412,0,1,0,0,0),(33396,7603,90,1,1,6968,0,-466.408,527.329,-230.602,6.11885,86400,2,0,787,0,1,0,0,0),(33397,7603,90,1,1,6967,0,-464.437,527.62,-230.601,0.364823,86400,2,0,787,0,1,0,0,0),(33398,7603,90,1,1,6968,0,-467.899,517.033,-230.518,2.00713,86400,2,0,787,0,1,0,0,0),(33399,7603,90,1,1,6967,0,-472.045,527.063,-230.602,0.923557,86400,2,0,787,0,1,0,0,0),(33400,6222,90,1,1,6933,1,-464.458,518.547,-230.602,5.24279,86400,0,0,787,0,0,0,0,0),(33401,6222,90,1,1,6932,1,-515.631,587.235,-230.602,6.02039,86400,2,0,787,0,1,0,0,0),(33402,6222,90,1,1,6935,1,-539.798,558.085,-273.08,1.41736,86400,2,0,787,0,1,0,0,0),(33403,7603,90,1,1,6967,0,-631.247,444.701,-272.979,0.925025,86400,3,0,787,0,1,0,0,0),(33404,7603,90,1,1,6967,0,-626.295,448.169,-272.978,3.735,86400,2,0,787,0,1,0,0,0),(33405,7603,90,1,1,6967,0,-630.799,450,-272.979,0,86400,2,0,787,0,1,0,0,0),(33421,7603,90,1,1,6968,0,-634.205,453.489,-273.063,2.70326,86400,2,0,787,0,1,0,0,0),(33422,6222,90,1,1,6935,1,-633.882,447.407,-273.063,5.88472,86400,3,0,787,0,1,0,0,0),(33423,7603,90,1,1,6968,0,-732.509,241.083,-272.997,1.65806,86400,2,0,787,0,1,0,0,0),(33426,7603,90,1,1,6967,0,-734.406,234.689,-272.403,2.49582,86400,2,0,787,0,1,0,0,0),(33427,7603,90,1,1,6967,0,-738.795,225.476,-272.997,5.49779,86400,2,0,787,0,1,0,0,0),(33428,7603,90,1,1,6968,0,-740.041,235.315,-272.997,0,86400,2,0,787,0,1,0,0,0),(33429,6233,90,1,1,6978,0,-738.034,230.835,-272.997,0.174533,86400,3,0,3412,0,1,0,0,0),(33430,6224,90,1,1,6936,1,-877.407,363.953,-316.433,1.62105,86400,3,0,787,0,1,0,0,0),(33431,6224,90,1,1,6936,1,-858.925,389.898,-316.43,3.65923,86400,3,0,787,0,1,0,0,0),(33432,6224,90,1,1,6936,1,-764.095,56.176,-257.347,4.92183,86400,2,0,787,0,1,0,0,0),(33433,7603,90,1,1,6967,0,-847.354,289.447,-272.611,2.57274,86400,2,0,787,0,1,0,0,0),(33434,7603,90,1,1,6967,0,-846.367,294.08,-272.513,5.044,86400,2,0,787,0,1,0,0,0),(33435,7603,90,1,1,6968,0,-847.694,284.091,-272.605,2.96448,86400,2,0,787,0,1,0,0,0),(33436,7603,90,1,1,6968,0,-859.787,292.404,-272.513,5.32325,86400,2,0,787,0,1,0,0,0),(33437,6233,90,1,1,6978,0,-852.587,290.918,-272.61,4.08323,86400,3,0,3412,0,1,0,0,0),(33438,7603,90,1,1,6967,0,-788.239,205.013,-272.999,3.61283,86400,3,0,787,0,1,0,0,0),(33439,7603,90,1,1,6967,0,-797.803,205.898,-272.999,2.96706,86400,3,0,787,0,1,0,0,0),(33440,7603,90,1,1,6968,0,-779.544,216.3,-272.999,0,86400,3,0,787,0,1,0,0,0),(33441,7603,90,1,1,6967,0,-791.334,202.494,-273.082,3.34306,86400,3,0,787,0,1,0,0,0),(33442,6224,90,1,1,6936,1,-784.163,210.624,-272.999,4.18879,86400,3,0,787,0,1,0,0,0),(33443,6224,90,1,1,6936,1,-867.086,332.016,-316.431,2.58111,86400,3,0,787,0,1,0,0,0),(33444,6224,90,1,1,6936,1,-742.334,235.533,-273.08,0.66947,86400,2,0,787,0,1,0,0,0),(33445,6226,90,1,1,6890,0,-867.12,333.94,-316.433,1.04478,86400,5,0,2388,0,1,0,0,0),(33446,6224,90,1,1,6936,1,-876.962,365.196,-316.433,1.62033,86400,3,0,787,0,1,0,0,0),(33447,6329,90,1,1,976,0,-486.77,159.007,-154.634,2.1293,86400,3,0,1830,655,1,0,0,0),(33448,6206,90,1,1,830,1,-367.079,101.611,-154.743,4.66665,86400,5,0,2272,0,1,0,0,0),(33449,6206,90,1,1,830,1,-507.797,105.502,-154.66,2.04204,86400,5,0,2272,0,1,0,0,0),(33450,6329,90,1,1,976,0,-506.575,182.598,-155.153,2.3911,86400,3,0,1830,655,1,0,0,0),(33451,6329,90,1,1,976,0,-455.021,38.1171,-154.66,0.506145,86400,5,0,1830,655,1,0,0,0),(33452,6329,90,1,1,976,0,-429.105,180,-154.743,3.19489,86400,5,0,1830,655,1,0,0,0),(33453,6206,90,1,1,830,1,-531.673,160.769,-155.153,4.2586,86400,5,0,2272,0,1,0,0,0),(33454,6212,90,1,1,3456,1,-724.26,698.946,-330.699,3.89208,86400,5,0,2400,0,1,0,0,0),(33455,6212,90,1,1,3456,1,-746.574,542.956,-290.977,4.03171,86400,2,0,2400,0,1,0,0,0),(33456,6234,90,1,1,6979,0,-646.241,524.73,-272.977,2.32129,86400,3,0,3018,0,1,0,0,0),(33457,6212,90,1,1,3456,1,-768.671,568.882,-291.06,1.68938,86400,3,0,2400,0,1,0,0,0),(33458,6212,90,1,1,3456,1,-688.181,704.648,-330.699,3.89208,86400,5,0,2400,0,1,0,0,0),(33459,6212,90,1,1,3456,1,-706.772,549.348,-295.519,5.3058,86400,2,0,2400,0,1,0,0,0),(33460,6232,90,1,1,6889,0,-737.309,659.8,-323.456,2.79253,86400,2,0,4000,0,1,0,0,0),(33471,6212,90,1,1,3456,1,-742.329,579.152,-290.977,0.959931,86400,0,0,2400,0,0,0,0,0),(33472,6232,90,1,1,6889,0,-721.026,703.277,-330.699,3.21141,86400,3,0,4000,0,1,0,0,0),(33473,6212,90,1,1,3456,1,-740.86,558.484,-303.699,1.36136,86400,3,0,2400,0,1,0,0,0),(33474,6211,90,1,1,10285,1,-572.245,36.1417,-196.701,4.46804,86400,2,0,2400,0,1,0,0,0),(33475,6211,90,1,1,10285,1,-640.63,60.9319,-192.837,6.05629,86400,1,0,2400,0,1,0,0,0),(33476,6206,90,1,1,830,1,-579.958,98.1969,-202.035,5.93412,86400,5,0,2272,0,1,0,0,0),(33477,6329,90,1,1,976,0,-575.288,46.7761,-200.157,4.88692,86400,3,0,1830,655,1,0,0,0),(33478,6206,90,1,1,830,1,-641.052,113.123,-192.667,2.98451,86400,0,0,2272,0,0,0,0,0),(33479,6211,90,1,1,10285,1,-594.156,94.788,-199.414,3.29641,86400,0,0,2400,0,0,0,0,0),(33480,6329,90,1,1,976,0,-546.082,137.754,-202.068,4.81711,86400,5,0,1830,655,1,0,0,0),(33481,7603,90,1,1,6967,0,-666.094,421.115,-272.981,1.11701,86400,2,0,787,0,1,0,0,0),(33482,7603,90,1,1,6967,0,-679.972,412.712,-273.064,4.5664,86400,2,0,787,0,1,0,0,0),(33483,7603,90,1,1,6968,0,-670.493,423.687,-272.981,0.820305,86400,2,0,787,0,1,0,0,0),(33484,7603,90,1,1,6968,0,-668.682,418.405,-272.981,0,86400,2,0,787,0,1,0,0,0),(33485,6222,90,1,1,6934,1,-673.195,412.989,-273.064,0.950813,86400,2,0,787,0,1,0,0,0),(33486,6224,90,1,1,6936,1,-823.78,425.54,-272.591,2.92918,86400,2,0,787,0,1,0,0,0),(33487,6226,90,1,1,6890,0,-797.001,384.529,-316.433,1.96094,86400,3,0,2388,0,1,0,0,0),(33488,6224,90,1,1,6936,1,-781.707,204.067,-273.081,3.81134,86400,3,0,787,0,1,0,0,0),(33489,6234,90,1,1,6979,0,-687.447,719.957,-317.977,2.87979,86400,3,0,3018,0,1,0,0,0),(33490,6212,90,1,1,3456,1,-725.086,648.683,-308.78,3.29867,86400,0,0,2400,0,0,0,0,0),(33491,6212,90,1,1,3456,1,-656.108,696.262,-334.045,2.85127,86400,5,0,2400,0,1,0,0,0),(33492,6234,90,1,1,6979,0,-741.779,541.255,-290.977,3.00197,86400,2,0,3018,0,1,0,0,0),(33493,6212,90,1,1,3456,1,-751.021,604.79,-306.048,2.60054,86400,0,0,2400,0,0,0,0,0),(33494,6212,90,1,1,3456,1,-755.573,580.21,-303.699,3.80482,86400,5,0,2400,0,1,0,0,0),(33495,6224,90,1,1,6936,1,-589.443,686.069,-327.001,2.94961,86400,2,0,787,0,1,0,0,0),(33496,6232,90,1,1,6889,0,-738.366,705.214,-317.977,2.00713,86400,3,0,4000,0,1,0,0,0),(33497,6212,90,1,1,3456,1,-677.469,541.743,-285.982,2.49582,86400,2,0,2400,0,1,0,0,0),(33498,6212,90,1,1,3456,1,-738.731,663.921,-325.031,6.14356,86400,2,0,2400,0,1,0,0,0),(33499,6212,90,1,1,3456,1,-742.175,581.596,-290.977,3.61283,86400,0,0,2400,0,0,0,0,0),(33500,6212,90,1,1,3456,1,-771.775,601.896,-290.977,6.12611,86400,0,0,2400,0,0,0,0,0),(16296,3877,33,1,1,3226,1,-250.506,2237.95,100.98,1.58825,86400,3,0,1563,0,1,0,0,0),(16297,3877,33,1,1,3226,1,-259.918,2242.56,100.977,3.03687,86400,3,0,1563,0,1,0,0,0),(16298,3877,33,1,1,3226,1,-232.226,2250.59,101.885,6.23082,86400,3,0,1563,0,1,0,0,0),(16299,3875,33,1,1,3230,1,-229.849,2261.64,102.84,2.46091,86400,0,0,1251,0,0,0,0,0),(16300,3875,33,1,1,3230,1,-247.221,2247.53,100.977,3.66519,86400,0,0,1251,0,0,0,0,0),(16313,3875,33,1,1,3229,1,-250.079,2262.77,100.972,2.04204,86400,0,0,1251,0,0,0,0,0),(16314,3855,33,1,1,657,0,-266.808,2314.64,95.9498,0.488692,86400,2,0,1212,912,1,0,0,0),(16315,3855,33,1,1,657,0,-278.912,2323.63,95.8664,5.92198,86400,2,0,1212,912,2,0,0,0),(16318,3855,33,1,1,657,0,-258.117,2319.79,96.9054,6.23082,86400,2,0,1212,912,1,0,0,0),(16319,3855,33,1,1,657,0,-277.793,2322.1,95.9498,3.49066,86400,2,0,1212,912,1,0,0,0),(16343,3855,33,1,1,657,0,-284.357,2277.18,95.9498,0.314159,86400,3,0,1212,912,1,0,0,0),(16406,24076,571,1,1,0,0,1010.35,-4123.36,172.163,2.08308,120,0,0,1,0,0,0,0,0),(16436,3855,33,1,1,657,0,-299.004,2295.8,93.1101,0.296706,86400,2,0,1212,912,1,0,0,0),(16437,3855,33,1,1,657,0,-186.911,2284.36,95.9823,6.21337,86400,2,0,1212,912,2,0,0,0),(16438,3855,33,1,1,657,0,-273.394,2273.13,95.9498,2.04204,86400,3,0,1212,912,1,0,0,0),(16439,3855,33,1,1,657,0,-251.357,2307.46,95.9498,3.89208,86400,2,0,1212,912,1,0,0,0),(16440,3864,33,1,1,1951,0,-234.131,2236.26,79.8619,0.296706,86400,0,0,1347,0,0,0,0,0),(16441,3864,33,1,1,1951,0,-223.612,2245.72,79.8583,5.13127,86400,0,0,1347,0,0,0,0,0),(16442,3864,33,1,1,1951,0,-217.135,2247.13,79.8579,4.88692,86400,0,0,1347,0,0,0,0,0),(16443,3873,33,1,1,3225,1,-205.822,2105.25,97.3899,1.07407,86400,3,0,1815,0,1,0,0,0),(16444,3877,33,1,1,3226,1,-248.504,2183.63,93.9309,4.4644,86400,2,0,1563,0,1,0,0,0),(16445,3873,33,1,1,3225,1,-241.873,2111.72,97.4733,5.86999,86400,0,0,1815,0,2,0,0,0),(16448,3877,33,1,1,3226,1,-255.961,2149.2,91.913,4.22951,86400,0,0,1563,0,2,0,0,0),(16449,3877,33,1,1,3226,1,-251.156,2175.53,94.02,1.61463,86400,2,0,1563,0,1,0,0,0),(17901,3873,33,1,1,3225,1,-182.666,2164.29,97.4733,4.39701,86400,0,0,1815,0,2,0,0,0),(17956,3877,33,1,1,3226,1,-252.301,2168.82,93.9366,1.09352,86400,2,0,1563,0,2,0,0,0),(18183,3873,33,1,1,3225,1,-186.698,2137.24,97.3899,4.28856,86400,0,0,1815,0,0,0,0,0),(18189,3873,33,1,1,3225,1,-191.989,2129.11,97.4733,1.29655,86400,3,0,1815,0,1,0,0,0),(18241,3873,33,1,1,3225,1,-194.844,2120.18,97.4733,1.11768,86400,3,0,1815,0,1,0,0,0),(18302,17822,33,1,1,17263,0,-239.492,2132.84,81.2629,2.87979,86400,0,0,605,0,0,0,0,0),(18304,3861,33,1,1,801,0,-204.481,2139.15,86.5832,1.42291,86400,0,0,1251,0,0,0,0,0),(18308,3851,33,1,1,729,0,-207.244,2102.16,76.9773,1.88094,86400,0,0,1131,816,0,0,0,0),(18312,3861,33,1,1,801,0,-197.316,2111.16,81.1401,5.9909,86400,0,0,1251,0,0,0,0,0),(18313,3851,33,1,1,729,0,-243.039,2129.03,87.0962,1.45932,86400,0,0,1131,816,0,0,0,0),(18316,2110,33,1,1,1141,0,-256.649,2241.38,100.892,0.181911,86400,5,0,1,0,1,0,0,0),(18392,2110,33,1,1,1141,0,-126.499,2153.87,155.678,5.60377,86400,3,0,1,0,1,0,0,0),(18401,3863,33,1,1,2446,0,-128.064,2186.77,113.215,2.67035,86400,2,0,1452,0,1,0,0,0),(18403,3859,33,1,1,736,0,-143.452,2162.7,94.1247,0.069813,86400,0,0,1452,0,0,0,0,0),(18431,3859,33,1,1,736,0,-169.686,2171.7,94.0461,5.93232,86400,0,0,1452,0,0,0,0,0),(18690,3863,33,1,1,2446,0,-150.907,2182.17,99.9595,1.01229,86400,2,0,1452,0,1,0,0,0),(18691,2529,33,1,1,1098,0,-94.8525,2150.37,145.004,3.07178,86400,5,0,1452,0,1,0,0,0),(18692,3859,33,1,1,736,0,-149.101,2174.34,99.9595,2.86234,86400,3,0,1452,0,1,0,0,0),(18693,3863,33,1,1,2446,0,-118.109,2152.18,101.603,5.72468,86400,2,0,1452,0,1,0,0,0),(18694,2529,33,1,1,1098,0,-106.86,2133.2,145.004,2.70526,86400,5,0,1452,0,1,0,0,0),(18695,2529,33,1,1,1098,0,-90.1872,2131.41,145.004,6.26573,86400,3,0,1452,0,1,0,0,0),(18696,3859,33,1,1,736,0,-164.462,2192.41,138.287,1.03908,86400,3,0,1452,0,2,0,0,0),(18697,3862,33,1,1,11421,0,-192.438,2222.95,79.8431,2.94961,86400,5,0,1251,0,1,0,0,0),(18698,3853,33,1,1,729,0,-207.099,2162.01,79.8483,0.623848,86400,0,0,1212,912,0,0,0,0),(18699,3862,33,1,1,11421,0,-169.934,2244.22,86.3592,3.1765,86400,3,0,1251,0,1,0,0,0),(18700,3853,33,1,1,729,0,-159.022,2243.51,86.0992,0.10472,86400,0,0,1212,912,0,0,0,0),(18701,3862,33,1,1,11421,0,-198.594,2153.93,79.8471,4.46288,86400,5,0,1251,0,1,0,0,0),(18702,3853,33,1,1,729,0,-195.926,2162.95,79.8327,0.456987,86400,0,0,1212,912,0,0,0,0),(18703,3862,33,1,1,11421,0,-231.866,2165.91,79.8476,2.68061,86400,0,0,1251,0,0,0,0,0),(18704,3853,33,1,1,729,0,-176.157,2250.3,86.5898,5.11381,86400,0,0,1212,912,0,0,0,0),(18705,3853,33,1,1,729,0,-223.663,2209.45,79.8438,3.46964,86400,0,0,1212,912,0,0,0,0),(18706,3853,33,1,1,729,0,-169.525,2220.66,80.5822,0.715585,86400,0,0,1212,912,0,0,0,0),(18707,3855,33,1,1,657,0,-294.707,2279.39,95.8665,6.26476,86400,2,0,1212,912,2,0,0,0),(18708,3855,33,1,1,657,0,-193.978,2271.01,90.8411,4.24008,86400,3,0,1212,912,2,0,0,0),(18709,3877,33,1,1,3226,1,-232.178,2212.89,97.3452,4.49351,86400,2,0,1563,0,2,0,0,0),(18710,2529,33,1,1,1098,0,-128.054,2179.05,112.778,1.74533,86400,1,0,1452,0,1,0,0,0),(18711,3859,33,1,1,736,0,-120.542,2161.02,101.603,6.03884,86400,2,0,1452,0,1,0,0,0),(18712,3862,33,1,1,11421,0,-204.012,2184.13,79.8488,4.31299,86400,0,0,1251,0,0,0,0,0),(18713,3853,33,1,1,729,0,-217.143,2225.19,79.8432,4.5204,86400,0,0,1212,912,0,0,0,0),(18714,4274,33,1,1,20180,0,-135.609,2168.66,128.779,2.86234,86400,0,0,2605,0,0,0,0,0),(28371,7011,70,1,1,6010,1,-70.2975,239.65,-49.7109,0.252966,86400,5,0,1674,0,1,0,0,0),(28372,7012,70,1,1,6009,1,-80.2126,237.241,-49.6289,3.05433,86400,2,0,1205,2975,1,0,0,0),(28373,7012,70,1,1,6009,1,-89.1307,232.445,-49.6289,3.29867,86400,3,0,1205,2975,1,0,0,0),(28374,7011,70,1,1,6010,1,-87.6623,240.589,-49.6289,4.2586,86400,3,0,1674,0,1,0,0,0),(28376,7011,70,1,1,6010,1,-85.255,275.884,-47.6308,1.85184,86400,0,0,1674,0,0,0,0,0),(28377,7011,70,1,1,6010,1,-91.305,281.95,-47.5474,0.645772,86400,3,0,1674,0,1,0,0,0),(28532,7011,70,1,1,6010,1,-98.2153,276.013,-47.5474,2.1293,86400,0,0,1674,0,0,0,0,0),(28533,7012,70,1,1,6009,1,-95.467,267.834,-47.5474,0.820305,86400,0,0,1205,2975,0,0,0,0),(28534,7012,70,1,1,6009,1,-88.2716,262.831,-47.6308,3.30022,86400,0,0,1205,2975,0,0,0,0),(28535,7011,70,1,1,6010,1,-78.7421,266.852,-47.6307,4.72767,86400,0,0,1674,0,0,0,0,0),(28536,7011,70,1,1,6010,1,-108.909,315.128,-48.0201,5.5676,86400,0,0,1674,0,0,0,0,0),(28537,7011,70,1,1,6010,1,-97.6881,332.306,-47.5372,1.6057,86400,0,0,1674,0,0,0,0,0),(28538,7011,70,1,1,6010,1,-101,315.478,-49.3246,4.29351,86400,0,0,1674,0,0,0,0,0),(28539,7011,70,1,1,6010,1,-110.732,324.565,-46.9314,2.28638,86400,0,0,1674,0,0,0,0,0),(28540,7012,70,1,1,6009,1,-100.29,322.715,-49.3303,1.58825,86400,0,0,1205,2975,0,0,0,0),(28541,7011,70,1,1,6010,1,-1.90834,279.235,-49.6279,6.17846,86400,0,0,1674,0,0,0,0,0),(28542,7011,70,1,1,6010,1,-8.72249,288.024,-48.0006,0.261799,86400,0,0,1674,0,0,0,0,0),(28543,7011,70,1,1,6010,1,-14.8232,289.552,-46.6865,3.49066,86400,0,0,1674,0,0,0,0,0),(28544,7011,70,1,1,6010,1,-13.8457,274.421,-48.3546,4.88692,86400,0,0,1674,0,0,0,0,0),(28545,7012,70,1,1,6009,1,-23.7722,278.45,-47.6628,1.55334,86400,0,0,1205,2975,0,0,0,0),(28546,7011,70,1,1,6010,1,-43.5592,237.275,-48.3282,2.7571,86400,2,0,1674,0,1,0,0,0),(28547,7011,70,1,1,6010,1,-43.1821,203.8,-48.3275,6.12569,86400,2,0,1674,0,1,0,0,0),(28784,7011,70,1,1,6010,1,-42.6852,255.155,-48.9355,1.90241,86400,2,0,1674,0,1,0,0,0),(76022,17211,532,1,1,0,0,-11093.3,-1882.73,220.751,0.663225,604800,0,0,1,0,0,0,0,0),(28789,7012,70,1,1,6009,1,-42.3058,263.875,-48.9355,2.96706,86400,2,0,1205,2975,1,0,0,0),(28795,7011,70,1,1,6010,1,-49.6443,201.981,-48.3253,0.987509,86400,2,0,1674,0,1,0,0,0),(76021,17211,532,1,1,0,0,-11089.7,-1887.11,220.751,0.715585,604800,0,0,1,0,0,0,0,0),(76020,17469,532,1,1,0,0,-11064.7,-1874.34,220.751,3.83972,604800,0,0,1,0,0,0,0,0),(76019,21664,532,1,1,0,0,-11104.6,-1877.51,220.751,0.680678,604800,0,0,1,0,0,0,0,0),(76018,21664,532,1,1,0,0,-11086.9,-1899.18,220.751,0.733038,604800,0,0,1,0,0,0,0,0),(29384,7011,70,1,1,6010,1,-99.3593,220.256,-43.6977,2.80998,86400,0,0,1674,0,0,0,0,0),(29488,7011,70,1,1,6010,1,-101.67,213.408,-41.9086,2.79253,86400,0,0,1674,0,0,0,0,0),(29573,7011,70,1,1,6010,1,-100.271,196.996,-39.4195,4.64258,86400,0,0,1674,0,0,0,0,0),(29574,7011,70,1,1,6010,1,-107.486,197.499,-40.3266,4.46804,86400,0,0,1674,0,0,0,0,0),(29589,7012,70,1,1,6009,1,-85.0633,214.664,-46.0615,3.83972,86400,0,0,1205,2975,0,0,0,0),(29590,6912,70,1,1,5711,0,-176.003,169.17,-47.3276,2.68781,86400,0,0,1110,1067,0,0,0,0),(29591,4847,70,1,1,6054,1,-160.858,363.96,-33.8446,4.39823,86400,5,0,3405,1186,1,0,0,0),(29592,4847,70,1,1,6054,1,-139.421,370.119,-41.6872,3.56047,86400,0,0,3405,1186,0,0,0,0),(29593,7030,70,1,1,6056,1,-139.302,393.84,-40.2474,5.79449,86400,0,0,3405,1186,0,0,0,0),(29594,4847,70,1,1,6054,1,-137.294,386.394,-40.2004,5.96903,86400,2,0,3405,1186,1,0,0,0),(29649,4847,70,1,1,6054,1,-151.839,368.456,-33.9654,5.93412,86400,0,0,3405,1186,0,0,0,0),(29650,7023,70,1,1,5285,0,-163.76,387.992,-36.3564,0.10472,86400,0,0,7620,0,0,0,0,0),(29651,4847,70,1,1,6054,1,-143.07,389.049,-39.8265,0.959931,86400,3,0,3405,1186,1,0,0,0),(29652,4852,70,1,1,160,1,-248.191,240.72,-46.5294,0.296706,86400,0,0,3279,1142,0,0,0,0),(29653,4850,70,1,1,722,1,-242.073,241.255,-47.9852,2.70526,86400,0,0,4008,0,0,0,0,0),(29654,4850,70,1,1,722,1,-246.664,245.974,-46.9168,5.44543,86400,0,0,4008,0,0,0,0,0),(29655,4852,70,1,1,160,1,-258.846,280.83,-48.5384,2.79253,86400,0,0,3279,1142,0,0,0,0),(29656,4850,70,1,1,722,1,-265.963,280.01,-48.3898,0.767945,86400,0,0,4008,0,0,0,0,0),(29657,4850,70,1,1,722,1,-267.258,286.174,-47.2355,5.51524,86400,0,0,4008,0,0,0,0,0),(29658,4852,70,1,1,160,1,-244.168,266.766,-50.3178,3.57792,86400,0,0,3279,1142,0,0,0,0),(29659,4850,70,1,1,722,1,-223.6,197.962,-44.5323,3.42085,86400,0,0,4008,0,0,0,0,0),(29773,4850,70,1,1,722,1,-211.945,247.895,-48.5138,3.89208,86400,3,0,4008,0,1,0,0,0),(30022,4850,70,1,1,722,1,-210.824,242.184,-47.8069,1.02974,86400,3,0,4008,0,1,0,0,0),(30023,7175,70,1,1,763,1,-243.165,215.393,-46.6571,5.91667,86400,0,0,1220,0,0,0,0,0),(30024,7175,70,1,1,763,1,-211.798,220.44,-46.6627,3.08923,86400,0,0,1220,0,0,0,0,0),(30025,7175,70,1,1,763,1,-213.264,215.356,-46.7294,2.18166,86400,0,0,1220,0,0,0,0,0),(30027,7175,70,1,1,763,1,-243.263,220.803,-46.3484,1.0472,86400,0,0,1220,0,0,0,0,0),(30028,7175,70,1,1,763,1,-235.294,214.836,-49.4181,0.890118,86400,0,0,1220,0,0,0,0,0),(30029,7175,70,1,1,763,1,-221.358,214.264,-49.4079,2.32129,86400,0,0,1220,0,0,0,0,0),(30030,4850,70,1,1,722,1,-230.359,255.139,-49.4661,6.12611,86400,2,0,4008,0,1,0,0,0),(30066,4850,70,1,1,722,1,-232.006,198.061,-44.532,2.94961,86400,0,0,4008,0,0,0,0,0),(30067,4850,70,1,1,722,1,-250.699,264.989,-50.2675,6.05629,86400,0,0,4008,0,0,0,0,0),(30068,4852,70,1,1,160,1,-334.994,80.9996,-51.1472,0.890118,86400,3,0,3279,1142,1,0,0,0),(30069,4852,70,1,1,160,1,-296.946,140.831,-46.5533,0.349066,86400,2,0,3279,1142,1,0,0,0),(30073,4850,70,1,1,722,1,-317.726,117.748,-49.015,0,86400,2,0,4008,0,1,0,0,0),(30074,4852,70,1,1,160,1,-350.327,100.63,-53.0457,4.71239,86400,1,0,3279,1142,1,0,0,0),(30075,4852,70,1,1,160,1,-333.309,98.8381,-56.0877,0.418879,86400,3,0,3279,1142,1,0,0,0),(30076,4850,70,1,1,722,1,-332,112.267,-54.0304,5.06145,86400,2,0,4008,0,1,0,0,0),(30077,4852,70,1,1,160,1,-342.276,86.0456,-51.8534,0.645772,86400,2,0,3279,1142,1,0,0,0),(30078,4850,70,1,1,722,1,-338.709,139.708,-49.575,4.29351,86400,3,0,4008,0,1,0,0,0),(30079,4850,70,1,1,722,1,-305.035,131.561,-46.5367,3.56047,86400,0,0,4008,0,0,0,0,0),(30080,4852,70,1,1,160,1,-331.743,119.006,-53.3566,0,86400,0,0,3279,1142,0,0,0,0),(30081,4861,70,1,1,1954,0,-116.197,317.779,-46.0844,1.14041,86400,0,0,4008,0,2,0,0,0),(30082,7022,70,1,1,2488,0,-152.951,275.119,-46.8386,4.24115,86400,5,0,4008,0,1,0,0,0),(30083,4861,70,1,1,1954,0,-69.8894,358.44,-51.3618,5.23599,86400,5,0,4008,0,1,0,0,0),(30084,4863,70,1,1,4486,0,-178.951,321.668,-52.6526,2.72271,86400,3,0,4008,0,1,0,0,0),(30085,4861,70,1,1,1954,0,-142.795,225.251,-45.7625,4.47565,86400,0,0,4008,0,2,0,0,0),(30086,7022,70,1,1,2488,0,-155.958,319.144,-49.1202,1.15192,86400,5,0,4008,0,1,0,0,0),(30087,7022,70,1,1,2488,0,-133.63,229.448,-47.8246,4.64258,86400,3,0,4008,0,1,0,0,0),(30088,4861,70,1,1,1954,0,-77.5891,373.853,-46.2722,3.1765,86400,5,0,4008,0,1,0,0,0),(30089,4863,70,1,1,4486,0,-125.943,266.856,-45.7099,3.9619,86400,5,0,4008,0,1,0,0,0),(30090,4861,70,1,1,1954,0,-112.023,353.095,-45.5119,1.93731,86400,5,0,4008,0,1,0,0,0),(30091,4855,70,1,1,11166,0,58.6503,366.721,-38.8707,0.785398,86400,0,0,4185,0,0,0,0,0),(30092,4855,70,1,1,11166,0,55.4041,379.024,-38.1699,2.18166,86400,0,0,4185,0,0,0,0,0),(30093,4853,70,1,1,1194,1,62.5257,377.912,-38.2556,2.10292,86400,2,0,3405,1186,1,0,0,0),(30094,4855,70,1,1,11166,0,55.8178,416.082,-41.0342,2.3869,86400,2,0,4185,0,1,0,0,0),(30095,7320,70,1,1,11166,1,6.94175,278.814,-37.2726,1.00828,86400,2,0,4185,0,1,0,0,0),(30096,7320,70,1,1,11166,1,25.8111,300.415,-40.3157,4.08407,86400,2,0,4185,0,1,0,0,0),(30097,7320,70,1,1,11166,1,26.1589,293.341,-39.4752,1.65806,86400,2,0,4185,0,1,0,0,0),(30098,4855,70,1,1,11166,0,49.7852,418.467,-40.9534,0.122173,86400,2,0,4185,0,1,0,0,0),(30099,4853,70,1,1,1194,1,49.4747,425.58,-40.9556,3.59538,86400,3,0,3405,1186,1,0,0,0),(30100,4855,70,1,1,11166,0,40.1434,445.185,-40.965,4.62512,86400,2,0,4185,0,1,0,0,0),(30101,4853,70,1,1,1194,1,37.5974,438.76,-40.9636,4.7822,86400,3,0,3405,1186,1,0,0,0),(30102,4855,70,1,1,11166,0,39.3714,311.03,-39.1286,2.63545,86400,0,0,4185,0,0,0,0,0),(30103,4855,70,1,1,11166,0,49.9951,309.711,-40.1848,2.26893,86400,0,0,4185,0,0,0,0,0),(30104,4853,70,1,1,1194,1,43.393,304.585,-39.5612,5.48033,86400,0,0,3405,1186,0,0,0,0),(30105,4855,70,1,1,11166,0,40.5816,359.864,-43.2524,5.74213,86400,2,0,4185,0,1,0,0,0),(30106,4855,70,1,1,11166,0,9.18573,361.806,-42.525,0.802851,86400,0,0,4185,0,2,0,0,0),(30107,4851,70,1,1,721,1,-191.578,138.187,-47.321,6.13962,86400,2,0,1469,0,1,0,0,0),(30108,4852,70,1,1,160,1,-243.784,120.961,-46.6312,4.99385,86400,3,0,3279,1142,1,0,0,0),(30109,4851,70,1,1,721,1,-176.665,143.337,-47.3272,1.65806,86400,3,0,1469,0,1,0,0,0),(30110,4851,70,1,1,721,1,-174.126,137.393,-47.4112,2.02458,86400,0,1,1469,0,2,0,0,0),(30111,4851,70,1,1,721,1,-287.446,83.2841,-48.723,0.948537,86400,2,0,1469,0,1,0,0,0),(30112,4852,70,1,1,160,1,-174.826,75.6344,-48.7268,3.2467,86400,3,0,3279,1142,1,0,0,0),(30113,4851,70,1,1,721,1,-231.575,137.174,-46.6299,3.1363,86400,2,0,1469,0,1,0,0,0),(33501,4852,70,1,1,160,1,-172.4,140.041,-47.3289,2.60054,86400,2,0,3279,1142,1,0,0,0),(33502,4851,70,1,1,721,1,-276.031,169.233,-47.3251,3.15905,86400,2,0,1469,0,1,0,0,0),(33503,4851,70,1,1,721,1,-276.377,136.472,-47.3259,5.34071,86400,2,0,1469,0,1,0,0,0),(33504,10120,70,1,1,5989,0,48.5035,251.146,-52.1147,0.558505,86400,0,0,5836,0,0,0,0,0),(33505,7396,70,1,1,6010,1,48.8237,260.62,-52.1147,5.51524,86400,2,0,1751,0,1,0,0,0),(33506,7396,70,1,1,6010,1,65.102,251.421,-52.1981,5.42025,86400,2,0,1751,0,1,0,0,0),(33507,7396,70,1,1,6010,1,59.6526,247.481,-52.198,1.62304,86400,2,0,1751,0,1,0,0,0),(33508,7396,70,1,1,6010,1,55.0334,254.895,-52.198,2.13041,86400,2,0,1751,0,1,0,0,0),(33509,7397,70,1,1,6009,1,61.976,247.81,-52.198,2.02133,86400,2,0,1248,3075,1,0,0,0),(33510,7397,70,1,1,6009,1,58.3992,254.443,-52.198,5.78542,86400,2,0,1248,3075,1,0,0,0),(33511,4860,70,1,1,2234,0,61.616,238.023,-52.198,0.140379,86400,2,0,4377,0,1,0,0,0),(33513,7396,70,1,1,6010,1,122.341,258.239,-26.5881,2.8043,86400,2,0,1751,0,1,0,0,0),(33514,7396,70,1,1,6010,1,129.495,258.71,-26.5881,1.24716,86400,2,0,1751,0,1,0,0,0),(33515,7396,70,1,1,6010,1,129.486,263.976,-26.5881,5.05695,86400,2,0,1751,0,1,0,0,0),(33516,7396,70,1,1,6010,1,112.488,244.233,-26.5047,0.593412,86400,2,0,1751,0,1,0,0,0),(33517,7397,70,1,1,6009,1,124.215,250.495,-26.5881,0.043685,86400,2,0,1248,3075,1,0,0,0),(33518,4860,70,1,1,2234,0,113.387,252.391,-26.5881,0.518236,86400,2,0,4377,0,1,0,0,0),(33519,7022,70,1,1,2488,0,-123.224,239.511,-48.3428,3.07178,86400,3,0,4008,0,1,0,0,0),(33520,4863,70,1,1,4486,0,-141.03,312.545,-44.3538,5.61996,86400,5,0,4008,0,1,0,0,0),(33521,4861,70,1,1,1954,0,-44.2284,356.997,-47.5747,0.575959,86400,3,0,4008,0,1,0,0,0),(33522,4861,70,1,1,1954,0,-34.3582,349.182,-44.7179,3.43001,86400,0,0,4008,0,2,0,0,0),(28796,23283,530,1,1,0,0,-5240.3,682.02,157.604,5.72309,900,0,0,151760,0,2,0,0,0),(33524,4851,70,1,1,721,1,-281.844,163.795,-47.3267,4.4855,86400,2,0,1469,0,1,0,0,0),(33525,4852,70,1,1,160,1,-166.57,69.4432,-48.7308,1.53746,86400,3,0,3279,1142,1,0,0,0),(33526,4852,70,1,1,160,1,-273.878,62.1223,-48.7141,3.41824,86400,3,0,3279,1142,1,0,0,0),(33527,4851,70,1,1,721,1,-212.113,120.996,-46.6312,4.60462,86400,5,0,1469,0,1,0,0,0),(33528,4851,70,1,1,721,1,-280.322,59.587,-48.7168,0.403883,86400,3,0,1469,0,1,0,0,0),(33529,4851,70,1,1,721,1,-164.516,82.1045,-48.7316,0.567649,86400,3,0,1469,0,1,0,0,0),(33530,4851,70,1,1,721,1,-244.22,90.1088,-48.0306,3.45953,86400,2,0,1469,0,1,0,0,0),(33531,4852,70,1,1,160,1,-282.683,170.546,-47.3271,2.51327,86400,2,0,3279,1142,1,0,0,0),(33532,4851,70,1,1,721,1,-212.481,88.8378,-48.0205,3.08739,86400,2,0,1469,0,1,0,0,0),(33533,4852,70,1,1,160,1,-224.209,134.803,-46.6291,3.37407,86400,2,0,3279,1142,1,0,0,0),(33534,4851,70,1,1,721,1,-230.612,129.842,-46.6282,1.46608,86400,2,0,1469,0,1,0,0,0),(33535,10120,70,1,1,5989,0,51.9748,243.765,-52.1147,0.593412,86400,0,0,5836,0,0,0,0,0),(33536,15384,70,1,1,11686,0,150.307,306.34,-52.1428,5.79449,86400,0,0,4120,0,0,0,0,0),(33537,2748,70,1,1,5988,1,104.338,272.31,-51.6959,3.64774,86400,0,0,22860,0,0,0,0,0),(33538,7309,70,1,1,6025,0,132.846,259.723,-52.1213,2.60054,86400,0,0,446,0,0,0,0,0),(33539,7309,70,1,1,6025,0,79.827,292.044,-52.1213,5.84685,86400,0,0,446,0,0,0,0,0),(33540,7309,70,1,1,6025,0,119.714,299.935,-52.1213,4.18879,86400,0,0,446,0,0,0,0,0),(33541,7309,70,1,1,6025,0,73.6493,276.098,-52.1213,6.0912,86400,0,0,446,0,0,0,0,0),(33542,7076,70,1,1,6026,1,106.737,290.618,-51.6997,4.59022,86400,0,0,349,0,0,0,0,0),(33543,7309,70,1,1,6025,0,96.1878,242.548,-52.1213,1.36136,86400,0,0,446,0,0,0,0,0),(33544,10120,70,1,1,5989,0,117.541,244.48,-52.1213,2.09439,86400,0,0,5836,0,0,0,0,0),(33545,7309,70,1,1,6025,0,85.3935,247.961,-52.1213,0.959931,86400,0,0,446,0,0,0,0,0),(33546,7309,70,1,1,6025,0,87.3029,246.851,-52.1213,1.06465,86400,0,0,446,0,0,0,0,0),(33547,7309,70,1,1,6025,0,107.897,303.66,-52.1213,4.57276,86400,0,0,446,0,0,0,0,0),(33548,7309,70,1,1,6025,0,110.552,303.294,-52.1213,4.57276,86400,0,0,446,0,0,0,0,0),(33549,10120,70,1,1,5989,0,90.9648,301.704,-52.1213,5.28835,86400,0,0,5836,0,0,0,0,0),(33550,7077,70,1,1,6025,0,125.958,296.112,-52.1213,3.9619,86400,0,0,251,2975,0,0,0,0),(33551,7076,70,1,1,6026,1,89.731,282.814,-51.6997,5.67232,86400,0,0,349,0,0,0,0,0),(33552,7309,70,1,1,6025,0,78.5479,289.994,-52.1213,5.70723,86400,0,0,446,0,0,0,0,0),(33553,7309,70,1,1,6025,0,77.1684,287.766,-52.1213,5.81195,86400,0,0,446,0,0,0,0,0),(33554,7309,70,1,1,6025,0,75.9659,285.748,-52.1213,5.65487,86400,0,0,446,0,0,0,0,0),(33555,7309,70,1,1,6025,0,74.2951,280.898,-52.1213,6.0912,86400,0,0,446,0,0,0,0,0),(33556,7309,70,1,1,6025,0,73.9196,278.483,-52.1213,6.12611,86400,0,0,446,0,0,0,0,0),(33557,7309,70,1,1,6025,0,73.2958,273.634,-52.1213,6.00393,86400,0,0,446,0,0,0,0,0),(33558,7077,70,1,1,6025,0,83.3431,249.266,-52.1213,0.837758,86400,0,0,251,2975,0,0,0,0),(33559,7077,70,1,1,6025,0,93.7888,243.029,-52.1213,1.23918,86400,0,0,251,2975,0,0,0,0),(33560,7076,70,1,1,6026,1,102.634,255.188,-51.6997,1.48353,86400,0,0,349,0,0,0,0,0),(33561,7309,70,1,1,6025,0,130.37,255.511,-52.1213,2.58309,86400,0,0,446,0,0,0,0,0),(33562,7309,70,1,1,6025,0,131.642,257.691,-52.1213,2.61799,86400,0,0,446,0,0,0,0,0),(33563,7077,70,1,1,6025,0,115.438,302.439,-52.1213,4.34587,86400,0,0,251,2975,0,0,0,0),(33577,7077,70,1,1,6025,0,103.067,304.25,-52.1213,4.74729,86400,0,0,251,2975,0,0,0,0),(33578,7309,70,1,1,6025,0,91.5691,244.263,-52.1213,1.0472,86400,0,0,446,0,0,0,0,0),(33579,7309,70,1,1,6025,0,98.6404,242.097,-52.1213,1.36136,86400,0,0,446,0,0,0,0,0),(33580,7309,70,1,1,6025,0,101.175,241.734,-52.1213,1.41372,86400,0,0,446,0,0,0,0,0),(33581,7309,70,1,1,6025,0,134.815,264.562,-52.1213,2.9147,86400,0,0,446,0,0,0,0,0),(33582,7309,70,1,1,6025,0,135.212,267.042,-52.1213,2.98451,86400,0,0,446,0,0,0,0,0),(33583,7309,70,1,1,6025,0,135.559,269.673,-52.1213,2.98451,86400,0,0,446,0,0,0,0,0),(33584,7309,70,1,1,6025,0,135.927,272.091,-52.1213,3.01942,86400,0,0,446,0,0,0,0,0),(33585,7309,70,1,1,6025,0,123.935,297.48,-52.1213,4.15388,86400,0,0,446,0,0,0,0,0),(33586,7076,70,1,1,6026,1,88.0912,265.328,-51.6997,0.436332,86400,0,0,349,0,0,0,0,0),(33587,7309,70,1,1,6025,0,117.584,301.153,-52.1213,4.24115,86400,0,0,446,0,0,0,0,0),(33588,7077,70,1,1,6025,0,127.731,251.6,-52.1213,2.40855,86400,0,0,251,2975,0,0,0,0),(33589,7077,70,1,1,6025,0,134.081,262.03,-52.1213,2.80998,86400,0,0,251,2975,0,0,0,0),(33593,7077,70,1,1,6025,0,74.8823,283.399,-52.1213,5.91667,86400,0,0,251,2975,0,0,0,0),(33594,7309,70,1,1,6025,0,103.572,241.414,-52.1213,1.36136,86400,0,0,446,0,0,0,0,0),(33595,7309,70,1,1,6025,0,121.925,298.689,-52.1213,4.15388,86400,0,0,446,0,0,0,0,0),(33596,7309,70,1,1,6025,0,112.992,302.948,-52.1213,4.50295,86400,0,0,446,0,0,0,0,0),(33597,7309,70,1,1,6025,0,105.498,304,-52.1213,4.59022,86400,0,0,446,0,0,0,0,0),(35238,7309,70,1,1,6025,0,129.047,253.491,-52.1213,2.53073,86400,0,0,446,0,0,0,0,0),(44158,7077,70,1,1,6025,0,105.984,241.057,-52.1213,1.64061,86400,0,0,251,2975,0,0,0,0),(44159,7077,70,1,1,6025,0,73.0399,271.531,-52.1213,0.017453,86400,0,0,251,2975,0,0,0,0),(44391,7077,70,1,1,6025,0,81.1552,293.988,-52.1213,5.51524,86400,0,0,251,2975,0,0,0,0),(46995,7076,70,1,1,6026,1,120.997,280.152,-51.6997,3.61283,86400,0,0,349,0,0,0,0,0),(47441,7076,70,1,1,6026,1,119.465,263.298,-51.6997,2.56563,86400,0,0,349,0,0,0,0,0),(47579,7077,70,1,1,6025,0,135.904,274.323,-52.1213,3.21141,86400,0,0,251,2975,0,0,0,0),(48034,7309,70,1,1,6025,0,89.4681,245.446,-52.1213,1.06465,86400,0,0,446,0,0,0,0,0),(52882,11073,70,1,1,10609,1,-159.803,196.172,-49.5849,1.74533,86400,0,0,3293,0,0,0,0,0),(54080,7228,70,1,1,0,1,-235.673,309.639,-47.5976,4.74317,86400,0,0,14590,0,0,0,0,0),(18131,23026,530,1,1,0,0,-1353.95,9620.58,205.148,4.19322,350,5,0,6761,0,1,0,0,0),(41809,23026,530,1,1,0,0,-1421.45,9566.93,204.574,1.2794,350,5,0,6761,0,1,0,0,0),(54119,23026,530,1,1,0,0,-1513.31,9647.82,203.217,2.3711,350,5,0,6761,0,1,0,0,0),(54419,23026,530,1,1,0,0,-1543.68,9678.47,203.09,0.0942316,350,5,0,6761,0,1,0,0,0),(56958,23026,530,1,1,0,0,-1449.14,9802.48,202.99,4.03301,350,5,0,6761,0,1,0,0,0),(63449,23026,530,1,1,0,0,-1386.68,9848.3,201.882,3.9152,350,5,0,6761,0,1,0,0,0),(81654,23026,530,1,1,0,0,-1378.22,9766.21,204.655,3.03163,350,5,0,6761,0,1,0,0,0),(81655,23026,530,1,1,0,0,-1348.71,9685.13,203.323,3.50287,350,5,0,6761,0,1,0,0,0),(81656,23026,530,1,1,0,0,-1266.64,9619.07,204.859,3.5657,350,5,0,6761,0,1,0,0,0),(81657,23026,530,1,1,0,0,-1216.48,9522.31,251.683,2.1834,350,5,0,6761,0,1,0,0,0),(81658,23026,530,1,1,0,0,-1247.98,9456.68,264.09,6.06719,350,5,0,6761,0,1,0,0,0),(81659,23026,530,1,1,0,0,-1340.01,9267.53,242.378,0.32201,350,5,0,6761,0,1,0,0,0),(81660,23026,530,1,1,0,0,-1288.07,9275.82,241.337,5.63522,350,5,0,6761,0,1,0,0,0),(81662,23026,530,1,1,0,0,-1276.19,9127.39,216.291,3.36935,350,5,0,6761,0,1,0,0,0),(81663,23026,530,1,1,0,0,-1344.78,9233.61,238.273,1.42156,350,5,0,6761,0,1,0,0,0),(81664,23026,530,1,1,0,0,-1202.4,9298.96,257.465,2.44651,350,5,0,6761,0,1,0,0,0),(81665,23026,530,1,1,0,0,-1300.57,9188.2,220.581,5.56847,350,5,0,6761,0,1,0,0,0),(81666,23026,530,1,1,0,0,-1174.48,9240.11,225.542,3.84059,350,5,0,6761,0,1,0,0,0),(81667,23026,530,1,1,0,0,-1244.35,9252.61,232.359,5.67057,350,5,0,6761,0,1,0,0,0),(81668,23026,530,1,1,0,0,-1212.68,9184.09,216.61,2.25802,350,5,0,6761,0,1,0,0,0),(81669,23020,530,1,1,0,0,-2808.09,688.305,-18.4746,0.93773,500,0,0,6761,0,0,0,0,0),(81670,23020,530,1,1,0,0,-2940.18,568.899,-10.686,6.05931,500,0,0,6761,0,0,0,0,0),(81671,23020,530,1,1,0,0,-2978.34,600.43,12.8629,3.49106,500,0,0,6761,0,0,0,0,0),(81672,23020,530,1,1,0,0,-3012.69,638.035,-0.704971,2.42685,500,0,0,6761,0,0,0,0,0),(81673,23020,530,1,1,0,0,-3050.81,585.801,-2.39146,1.35478,500,0,0,6761,0,0,0,0,0),(81674,23020,530,1,1,0,0,-2969.63,353.884,-12.3529,3.58531,500,0,0,6761,0,0,0,0,0),(81675,23020,530,1,1,0,0,-3050.75,265.055,45.7577,2.94914,500,0,0,6761,0,0,0,0,0),(81676,23020,530,1,1,0,0,-3098.89,242.107,88.0001,0.420158,500,0,0,6761,0,0,0,0,0),(81677,23020,530,1,1,0,0,-3042.33,134.842,27.9031,1.50008,500,0,0,6761,0,0,0,0,0),(81678,23020,530,1,1,0,0,-2990.1,200.768,1.14204,2.58393,500,0,0,6761,0,0,0,0,0),(81679,23020,530,1,1,0,0,-2988.45,301.434,-9.75605,2.83133,500,0,0,6761,0,0,0,0,0),(81680,23020,530,1,1,0,0,-3016.44,360.698,-3.19895,1.18592,500,0,0,6761,0,0,0,0,0),(81681,23020,530,1,1,0,0,-3047.45,437.263,-2.54522,0.757878,500,0,0,6761,0,0,0,0,0),(81682,23020,530,1,1,0,0,-3016.25,492.037,-14.3052,1.02884,500,0,0,6761,0,0,0,0,0),(81683,23020,530,1,1,0,0,-2892.97,540.099,-17.1982,2.11269,500,0,0,6761,0,0,0,0,0),(81684,23020,530,1,1,0,0,-2761.65,617.631,-31.7661,3.56961,500,0,0,6761,0,0,0,0,0),(81685,23020,530,1,1,0,0,-2826.28,596.723,-12.7553,3.09444,500,0,0,6761,0,0,0,0,0),(81686,23020,530,1,1,0,0,-2833.79,548.043,-18.1807,2.2737,500,0,0,6761,0,0,0,0,0),(81687,23020,530,1,1,0,0,-2827.74,508.938,-30.9603,2.03808,500,0,0,6761,0,0,0,0,0),(81688,23020,530,1,1,0,0,-2753.44,459.909,-33.8396,2.09306,500,0,0,6761,0,0,0,0,0),(81689,23020,530,1,1,0,0,-2732.16,497.259,-38.1076,3.71098,500,0,0,6761,0,0,0,0,0),(81690,23020,530,1,1,0,0,-2704.95,553.343,-44.187,2.76457,500,0,0,6761,0,0,0,0,0),(81691,23020,530,1,1,0,0,-2765.5,577.654,-23.8918,3.19262,500,0,0,6761,0,0,0,0,0),(81692,23020,530,1,1,0,0,-2770.94,654.839,-30.3419,3.30258,500,0,0,6761,0,0,0,0,0),(81693,23020,530,1,1,0,0,-2731.22,707.741,-18.8387,4.26076,500,0,0,6761,0,0,0,0,0),(81694,23020,530,1,1,0,0,-2752.13,722.939,-18.6453,3.65208,500,0,0,6761,0,0,0,0,0),(81695,23020,530,1,1,0,0,-2786.65,744.802,-5.49288,0.345555,500,0,0,6761,0,0,0,0,0),(81696,23020,530,1,1,0,0,-2728.6,854.907,-5.62444,4.22542,500,0,0,6761,0,0,0,0,0),(81697,23020,530,1,1,0,0,-2778.8,840.353,19.6306,1.78283,500,0,0,6761,0,0,0,0,0),(81698,23020,530,1,1,0,0,-2751.68,895.048,-5.03054,3.84843,500,0,0,6761,0,0,0,0,0),(81699,23020,530,1,1,0,0,-2444.08,1783.21,10.5143,4.99905,500,0,0,6761,0,0,0,0,0),(81700,23020,530,1,1,0,0,-2476.46,1595.35,-29.305,1.26841,500,0,0,6761,0,0,0,0,0),(81701,23020,530,1,1,0,0,-2394.07,1786.89,-3.02827,5.7334,500,0,0,6761,0,0,0,0,0),(81702,23020,530,1,1,0,0,-2435.26,1650.1,-16.1131,1.33517,500,0,0,6761,0,0,0,0,0),(81703,23020,530,1,1,0,0,-2373.26,1687.5,-24.9741,2.9688,500,0,0,6761,0,0,0,0,0),(81704,23020,530,1,1,0,0,-2364.54,1741.09,-10.0286,5.16006,500,0,0,6761,0,0,0,0,0),(81705,23020,530,1,1,0,0,-2425.48,1747.26,4.46214,4.22936,500,0,0,6761,0,0,0,0,0),(81706,23020,530,1,1,0,0,-2519.19,1679.66,15.5196,2.5329,500,0,0,6761,0,0,0,0,0),(67,2844,0,1,1,4477,0,-14361.9,372.226,24.4477,5.84685,300,0,0,2399,0,0,0,0,0),(66,7390,0,1,1,6191,0,-14332.5,425.102,6.63462,2.30658,300,0,0,42,0,0,0,0,0),(65,2622,0,1,1,4489,1,-14437.3,408.212,15.1134,1.91986,300,0,0,2399,0,0,0,0,0),(64,2832,0,1,1,7180,1,-14451.7,495.417,15.1901,3.7001,300,0,0,1604,0,0,0,0,0),(8,8123,0,1,1,7337,0,-14421.9,528.898,5.24876,5.14872,300,0,0,7842,0,0,0,0,0),(7,2482,0,1,1,4490,0,-14379.1,412.672,6.8203,5.70723,300,0,0,2059,0,0,0,0,0),(6,2626,0,1,1,4491,1,-14451.3,471.164,4.28487,5.72468,300,0,0,2059,0,0,0,0,0),(5,2839,0,1,1,4478,1,-14340.6,414.604,6.71338,2.19912,300,0,0,1902,0,0,0,0,0),(4,2838,0,1,1,7181,1,-14430.2,410.963,15.3606,3.03687,300,0,0,2399,0,0,0,0,0),(3,2499,0,1,1,7429,1,-14355.9,433.399,7.55289,1.79769,300,0,0,1604,0,0,0,0,0),(2,7853,0,1,1,7036,1,-14464.9,459.585,15.2488,3.735,300,0,0,1003,0,0,0,0,0),(1,2843,0,1,1,4481,1,-14467.8,468.374,15.1064,0.139626,300,0,0,2059,0,0,0,0,0),(1076,7035,0,1,1,10707,1,-7800.81,-2652.94,173.296,5.43544,500,2,0,3556,0,1,0,0,0),(1072,7033,0,1,1,11549,1,-8075.29,-2678.09,140.93,5.34104,500,5,0,3322,0,1,0,0,0),(948,7034,0,1,1,11550,1,-7952.03,-2452.73,133.672,4.22834,500,5,0,2751,1864,1,0,0,0),(31457,4388,1,1,1,2425,0,-3727.28,-4818.96,-36.5424,3.44927,360,10,0,1396,0,1,0,0,0),(31458,4329,1,1,1,143,1,-4751.05,-3434.24,39.9569,1.20839,360,5,0,1751,0,1,0,0,0),(31459,4331,1,1,1,8249,1,-4754.81,-3438.53,39.8953,1.20932,360,0,0,1471,1283,0,0,0,0),(31460,4388,1,1,1,2425,0,-3675.59,-4848.85,-29.8542,5.64454,360,10,0,1396,0,1,0,0,0),(31461,4388,1,1,1,2425,0,-3655.09,-4883.1,-28.1565,5.59216,360,10,0,1396,0,1,0,0,0),(31462,4388,1,1,1,2425,0,-3626.01,-4849.82,-31.5711,4.28726,360,10,0,1396,0,1,0,0,0),(31463,4328,1,1,1,8310,1,-4648.86,-3687.15,42.6316,0.688309,360,5,0,1471,1283,1,0,0,0),(31464,4334,1,1,1,8309,1,-4674.56,-3748.92,47.837,4.41236,360,5,0,1522,1332,1,0,0,0),(31465,4334,1,1,1,8309,1,-4653.64,-3718.34,44.6281,1.23251,360,5,0,1522,1332,1,0,0,0),(31466,4334,1,1,1,8309,1,-4714.32,-3646.9,46.702,0.893693,360,5,0,1522,1332,1,0,0,0),(31467,4412,1,1,1,2546,0,-3551.08,-2975.82,34.717,3.41061,360,10,0,1536,0,1,0,0,0),(31468,4344,1,1,1,2548,0,-3706.9,-3014.29,30.0417,6.13373,360,10,0,1305,1186,1,0,0,0),(31469,4343,1,1,1,814,0,-3611.47,-2970.18,33.0224,1.47979,360,10,0,1536,0,1,0,0,0),(31470,4334,1,1,1,8309,1,-4611.96,-3502.36,36.6249,0.436383,360,5,0,1522,1332,1,0,0,0),(31471,4345,1,1,1,807,0,-4579.17,-3457.65,31.8975,3.82705,360,10,0,1751,0,1,0,0,0),(31472,4334,1,1,1,8309,1,-4645.06,-3526.22,32.7861,5.40091,360,5,0,1522,1332,1,0,0,0),(31473,4328,1,1,1,8310,1,-4620.74,-3531.21,34.8332,3.24729,360,5,0,1471,1283,1,0,0,0),(31474,4347,1,1,1,2707,0,-2995.74,-3350.67,47.8381,2.56767,360,5,0,1536,0,1,0,0,0),(31475,4347,1,1,1,2707,0,-3095.25,-3285.67,50.9625,6.05803,360,5,0,1536,0,1,0,0,0),(31476,4412,1,1,1,2546,0,-3034.29,-3335.29,51.6654,2.8464,360,10,0,1536,0,1,0,0,0),(31477,4412,1,1,1,2546,0,-3356.74,-3305.6,42.7633,4.34797,360,10,0,1536,0,1,0,0,0),(31478,4412,1,1,1,2546,0,-3091.24,-3301.28,50.1489,2.7426,360,10,0,1536,0,1,0,0,0),(31479,4329,1,1,1,143,1,-4336.5,-3379.32,37.1506,-1.08017,360,0,0,1751,0,0,0,0,0),(31480,4415,1,1,1,11348,0,-3702.21,-3618.72,61.4027,1.40648,360,5,0,1751,0,1,0,0,0),(31481,14234,1,1,1,2703,0,-4233.95,-3706.17,67.8654,3.5511,3600,0,0,1902,0,0,0,0,0),(31482,4329,1,1,1,143,1,-4350.74,-3345.77,35.1284,2.43899,360,10,0,1751,0,1,0,0,0),(31483,4415,1,1,1,11348,0,-3817.98,-3824.99,54.79,4.24874,360,5,0,1751,0,1,0,0,0),(31484,4393,1,1,1,11137,0,-3855.64,-3672.31,39.9033,2.14016,360,10,0,1751,0,1,0,0,0),(31485,4331,1,1,1,8249,1,-4354.06,-3321.53,34.3784,2.82917,360,10,0,1471,1283,1,0,0,0),(31486,4390,1,1,1,6431,0,-3714.48,-3891.99,-16.6131,4.53356,360,0,0,1603,0,0,0,0,0),(31487,4329,1,1,1,143,1,-4378.92,-3504.45,37.0523,4.14716,360,0,0,1751,0,0,0,0,0),(31488,4331,1,1,1,8249,1,-4374.84,-3501.75,36.2175,4.14505,360,0,0,1471,1283,0,0,0,0),(31489,4346,1,1,1,2700,0,-2986.96,-3440.54,69.2482,1.42973,360,5,0,1403,0,1,0,0,0),(31490,23592,1,1,1,21656,1,-2526.29,-3204.11,34.6906,4.11898,360,0,0,1469,0,0,0,0,0),(31491,4323,1,1,1,715,0,-4483.32,-3262.52,31.2762,2.1454,360,0,0,1751,0,0,0,0,0),(31492,4329,1,1,1,143,1,-4464.43,-3244.39,38.2677,1.24039,360,10,0,1751,0,1,0,0,0),(31493,4331,1,1,1,8249,1,-4466.32,-3243.72,38.2725,1.66456,360,10,0,1471,1283,1,0,0,0),(31494,4323,1,1,1,715,0,-4558.01,-3377.44,29.1475,4.434,360,10,0,1751,0,1,0,0,0),(31495,4323,1,1,1,715,0,-4593.25,-3364.52,38.1033,5.49612,360,10,0,1751,0,1,0,0,0),(31496,4323,1,1,1,715,0,-4536.31,-3433.05,33.9252,2.83219,360,10,0,1751,0,1,0,0,0),(31497,4334,1,1,1,8309,1,-4594.19,-3523.14,35.3062,5.04197,360,5,0,1522,1332,1,0,0,0),(31498,4394,1,1,1,2569,0,-4048.06,-3691.18,40.78,2.07376,360,10,0,1459,0,1,0,0,0),(31499,4394,1,1,1,2569,0,-4035.04,-3732.9,41.0521,0.552515,360,5,0,1459,0,1,0,0,0),(31500,4393,1,1,1,11137,0,-3956.17,-3758.13,40.875,1.89197,360,10,0,1751,0,1,0,0,0),(31503,4323,1,1,1,715,0,-4552.37,-3626.76,35.9962,4.57519,360,10,0,1751,0,1,0,0,0),(31504,4323,1,1,1,715,0,-4491.65,-3544.56,39.3583,1.12779,360,10,0,1751,0,1,0,0,0),(31505,4323,1,1,1,715,0,-4450.02,-3600.4,37.3503,1.42973,360,10,0,1751,0,1,0,0,0),(31506,4393,1,1,1,11137,0,-4069.78,-3777.78,40.4224,2.83178,360,10,0,1751,0,1,0,0,0),(31507,4394,1,1,1,2569,0,-3989.58,-3756.86,39.2567,0.853068,360,5,0,1459,0,1,0,0,0),(31508,4394,1,1,1,2569,0,-3941.49,-3843.41,35.9831,5.26995,360,5,0,1459,0,1,0,0,0),(31509,4393,1,1,1,11137,0,-3950.73,-3770.44,37.2062,1.01805,360,10,0,1751,0,1,0,0,0),(31510,4393,1,1,1,11137,0,-4020.4,-3835.1,38.8249,4.40626,360,5,0,1751,0,1,0,0,0),(31511,4393,1,1,1,11137,0,-3959.69,-3840.89,36.1754,4.40355,360,5,0,1751,0,1,0,0,0),(31512,4393,1,1,1,11137,0,-4087.01,-3754.63,38.1112,0.825466,360,10,0,1751,0,1,0,0,0),(31513,4393,1,1,1,11137,0,-3922.2,-3846.69,36.5863,3.73935,360,5,0,1751,0,1,0,0,0),(31514,4415,1,1,1,11348,0,-4197.68,-3706,53.2112,0.36998,360,5,0,1751,0,1,0,0,0),(31515,4393,1,1,1,11137,0,-3933.98,-3745.68,38.1584,1.95246,360,10,0,1751,0,1,0,0,0),(31516,4393,1,1,1,11137,0,-4025.83,-3728.92,40.0216,0.597758,360,5,0,1751,0,1,0,0,0),(31517,4393,1,1,1,11137,0,-4078.58,-3785.77,36.8401,5.5807,360,5,0,1751,0,1,0,0,0),(31518,4324,1,1,1,397,0,-4393.01,-3415.42,35.9104,4.87049,360,10,0,1416,1236,1,0,0,0),(31519,4323,1,1,1,715,0,-4310.16,-3400.32,40.8374,-1.50731,360,10,0,1751,0,1,0,0,0),(31520,4345,1,1,1,807,0,-4196.8,-3280.36,31.8481,2.15996,360,10,0,1751,0,1,0,0,0),(31521,4329,1,1,1,143,1,-4317.82,-3046.67,29.4061,2.87101,360,10,0,1751,0,1,0,0,0),(31522,4329,1,1,1,143,1,-4279.65,-3047.42,34.6324,4.73029,360,5,0,1751,0,1,0,0,0),(31523,4331,1,1,1,8249,1,-4294.12,-3014.4,35.2926,1.4554,360,5,0,1471,1283,1,0,0,0),(31524,4348,1,1,1,2708,0,-4150.09,-3536.61,35.2845,3.69135,360,10,0,1674,0,1,0,0,0),(31525,4329,1,1,1,143,1,-4315.81,-3077.69,37.1517,4.08706,360,5,0,1751,0,1,0,0,0),(31526,4331,1,1,1,8249,1,-4319.9,-3289.7,34.3784,5.50163,360,5,0,1471,1283,1,0,0,0),(31527,4345,1,1,1,807,0,-3910.35,-3622.63,31.1034,2.08776,360,10,0,1751,0,1,0,0,0),(31528,4345,1,1,1,807,0,-4816.25,-3488.13,30.3655,3.15886,360,10,0,1751,0,1,0,0,0),(31529,4323,1,1,1,715,0,-4851.68,-3504.61,36.6567,5.02268,360,10,0,1751,0,1,0,0,0),(31530,23554,1,1,1,10771,0,-3015.4,-3780.91,41.0066,5.97132,360,10,0,1403,0,1,0,0,0),(31531,4412,1,1,1,2546,0,-4115.7,-3510.51,36.0201,1.4585,360,10,0,1536,0,1,0,0,0),(31532,4334,1,1,1,8309,1,-4781.92,-3652.35,47.7042,4.52859,360,5,0,1522,1332,1,0,0,0),(31533,4348,1,1,1,2708,0,-4140.25,-3480.42,44.5089,1.8532,360,10,0,1674,0,1,0,0,0),(31534,4345,1,1,1,807,0,-4179.35,-3421.21,36.0224,2.00858,360,10,0,1751,0,1,0,0,0),(31535,4345,1,1,1,807,0,-4244.02,-3393.57,28.6474,1.40762,360,10,0,1751,0,1,0,0,0),(31536,4348,1,1,1,2708,0,-4201.09,-3439.04,37.1674,5.35326,360,10,0,1674,0,1,0,0,0),(31537,4387,1,1,1,1549,0,-2743.72,-3114.44,37.6809,2.17279,360,10,0,1536,0,1,0,0,0),(31538,4345,1,1,1,807,0,-4218.18,-3311.66,30.8974,2.36069,360,10,0,1751,0,1,0,0,0),(31539,4389,1,1,1,2601,0,-3233.56,-3430.85,-3.31873,5.23153,360,5,0,1532,0,1,0,0,0),(31540,4345,1,1,1,807,0,-4217.63,-3381.7,28.6474,1.3028,360,10,0,1751,0,1,0,0,0),(31541,4348,1,1,1,2708,0,-4204,-3260.32,35.829,2.87483,360,5,0,1674,0,1,0,0,0),(31542,4331,1,1,1,8249,1,-4381.4,-3018.34,43.0677,4.96921,360,5,0,1471,1283,1,0,0,0),(31543,4345,1,1,1,807,0,-3961.45,-3498.28,31.8974,5.4984,360,10,0,1751,0,1,0,0,0),(31544,4345,1,1,1,807,0,-3906.71,-3492.6,28.8974,6.1898,360,10,0,1751,0,1,0,0,0),(31545,4394,1,1,1,2569,0,-3911.24,-3534.73,39.6445,1.8802,360,5,0,1459,0,1,0,0,0),(31546,4345,1,1,1,807,0,-3889.88,-3570.72,36.7724,2.0203,360,10,0,1751,0,1,0,0,0),(31547,4345,1,1,1,807,0,-3873.74,-3635.67,29.4675,0.582591,360,10,0,1751,0,1,0,0,0),(31548,4345,1,1,1,807,0,-4020.8,-3526.19,30.0022,1.57861,360,10,0,1751,0,1,0,0,0),(31549,23881,1,1,1,16062,1,-3663.91,-3453.97,37.2993,2.60054,360,0,0,1135,1186,0,0,0,0),(31550,4345,1,1,1,807,0,-4166.36,-3244.83,29.9912,6.10071,360,10,0,1751,0,1,0,0,0),(31551,4345,1,1,1,807,0,-4181.99,-3213.92,29.8974,6.0979,360,10,0,1751,0,1,0,0,0),(31552,23595,1,1,1,21658,1,-3642.91,-3422.29,37.4042,3.7001,360,0,0,1305,1186,0,0,0,0),(31553,23594,1,1,1,21663,1,-3599.68,-3473.52,51.8345,1.89922,360,5,0,1604,0,1,0,0,0),(31554,23594,1,1,1,21664,1,-3618.95,-3447.81,39.538,3.42445,360,5,0,1604,0,1,0,0,0),(31555,23979,1,1,1,21950,0,-2960.94,-4027.48,39.0224,0.097812,360,10,0,13,0,1,0,0,0),(31556,4401,1,1,1,2426,0,-3643.76,-4181.29,8.71802,2.5315,360,5,0,1403,0,1,0,0,0),(31557,23555,1,1,1,1196,0,-2892.74,-3991.67,33.7325,4.4092,360,10,0,1403,0,1,0,0,0),(31558,4401,1,1,1,2426,0,-3614.76,-4043.14,-8.43659,5.35863,360,5,0,1403,0,1,0,0,0),(31559,4401,1,1,1,2426,0,-3589.79,-4055.8,-3.78007,4.18208,360,5,0,1403,0,1,0,0,0),(31560,23554,1,1,1,10771,0,-2975.05,-4015.67,40.6697,6.21285,360,10,0,1403,0,1,0,0,0),(31561,4404,1,1,1,2600,0,-3670.68,-3938.94,8.28907,4.55735,360,5,0,1211,1067,1,0,0,0),(31562,23554,1,1,1,10771,0,-2957.36,-4062.12,37.0878,4.85954,360,10,0,1403,0,1,0,0,0),(31563,4404,1,1,1,2600,0,-3610.86,-4095.7,0.220912,5.82018,360,5,0,1211,1067,1,0,0,0),(31564,23554,1,1,1,10771,0,-2889.93,-3931.65,39.3042,3.55472,360,10,0,1403,0,1,0,0,0),(31565,4389,1,1,1,2601,0,-3674.77,-3983.09,-15.8067,3.43062,360,5,0,1532,0,1,0,0,0),(31566,23589,1,1,1,21648,1,-3030.37,-4206.77,0.340391,3.14796,360,3,0,1469,0,1,0,0,0),(31567,23589,1,1,1,21647,1,-2707,-4228.4,10.3084,2.15216,360,5,0,1469,0,1,0,0,0),(31568,23590,1,1,1,21651,0,-2694.88,-4280.01,3.68981,0.994838,360,0,0,1208,1097,0,0,0,0),(31569,4346,1,1,1,2700,0,-3383.84,-4005.33,35.7126,0.189506,360,5,0,1403,0,1,0,0,0),(31570,4414,1,1,1,2542,0,-3360.04,-4045.12,25.567,4.92623,360,10,0,1469,0,1,0,0,0),(31571,23979,1,1,1,21950,0,-2928.14,-4055.01,38.5672,0.129568,360,10,0,13,0,1,0,0,0),(31572,23979,1,1,1,21950,0,-2977.2,-3982.13,35.1516,4.74818,360,10,0,13,0,1,0,0,0),(31573,23554,1,1,1,10771,0,-2852.74,-4080.1,37.6607,2.28562,360,10,0,1403,0,1,0,0,0),(31574,23555,1,1,1,10255,0,-2909.44,-4015.62,28.6474,6.22396,360,10,0,1403,0,1,0,0,0),(31575,23589,1,1,1,21647,1,-2764.18,-4202.97,0.099875,0.682735,360,3,0,1469,0,1,0,0,0),(31576,23555,1,1,1,1196,0,-2952.53,-3975.58,31.0224,1.69869,360,10,0,1403,0,1,0,0,0),(31577,4382,1,1,1,2024,0,-2758.76,-3194.03,30.6474,4.14551,360,10,0,1469,0,1,0,0,0),(31578,23595,1,1,1,21660,1,-3638.86,-3393.31,37.233,3.24631,360,0,0,1305,1186,0,0,0,0),(31579,23594,1,1,1,21663,1,-3619.62,-3362.17,42.932,4.58449,360,5,0,1604,0,1,0,0,0),(31580,23594,1,1,1,21663,1,-3625.25,-3373.66,42.0887,1.50438,360,5,0,1604,0,1,0,0,0),(31581,23594,1,1,1,21663,1,-3623.2,-3409.3,36.9956,1.55446,360,5,0,1604,0,1,0,0,0),(31582,4412,1,1,1,2546,0,-3625.55,-3438.38,37.3427,0.183412,360,10,0,1536,0,1,0,0,0),(31583,4412,1,1,1,2546,0,-3594.11,-3417.05,40.6785,3.73098,360,10,0,1536,0,1,0,0,0),(31584,4347,1,1,1,2707,0,-3561.63,-3366.68,39.6023,1.80661,360,5,0,1536,0,1,0,0,0),(31585,4412,1,1,1,2546,0,-3478.46,-3388.4,53.5988,3.45345,360,10,0,1536,0,1,0,0,0),(31586,4412,1,1,1,2546,0,-3517.03,-3434.59,55.6962,0.893311,360,10,0,1536,0,1,0,0,0),(31587,4412,1,1,1,2546,0,-3440.13,-3386.78,50.8693,6.14647,360,10,0,1536,0,1,0,0,0),(31588,4344,1,1,1,2548,0,-3709.59,-3348.26,33.0224,0.199618,360,10,0,1305,1186,1,0,0,0),(31589,4412,1,1,1,2546,0,-3375.66,-3362.82,53.9463,3.46952,360,10,0,1536,0,1,0,0,0),(31590,4412,1,1,1,2546,0,-3324.17,-3322.34,60.1199,3.71281,360,10,0,1536,0,1,0,0,0),(31591,4344,1,1,1,2548,0,-3676.55,-3313.25,34.1907,3.27273,360,10,0,1305,1186,1,0,0,0),(31592,5057,1,1,1,21687,1,-3935.22,-2834.92,45.0582,5.61996,360,0,0,1536,0,0,0,0,0),(31593,5057,1,1,1,21687,1,-3950,-2800.72,36.1944,2.91861,360,0,0,1536,0,0,0,0,0),(31594,5057,1,1,1,21687,1,-3911.16,-2852.42,46.4658,0.246311,360,0,0,1536,0,0,0,0,0),(31595,5057,1,1,1,3016,1,-3918.25,-2857.4,46.4777,0.767945,360,0,0,1536,0,0,0,0,0),(31596,5057,1,1,1,21687,1,-3929.78,-2857.98,46.4779,1.36885,360,0,0,1536,0,0,0,0,0),(31597,23637,1,1,1,21639,1,-3909.32,-2874.8,46.3937,4.28747,360,5,0,1536,0,1,0,0,0),(31598,4357,1,1,1,2574,0,-4554.96,-2735.18,38.0825,1.86225,360,5,0,1674,0,1,0,0,0),(31599,4356,1,1,1,1962,0,-4536.94,-2804.57,32.5567,0.199401,360,5,0,1678,0,1,0,0,0),(31600,4357,1,1,1,2574,0,-4530.6,-2776.48,34.4373,2.59421,360,10,0,1674,0,1,0,0,0),(31601,5057,1,1,1,21687,1,-3918.02,-2867.88,46.4802,1.04486,360,0,0,1536,0,0,0,0,0),(31602,4356,1,1,1,1962,0,-4479.29,-2737.35,37.6754,1.28966,360,5,0,1678,0,1,0,0,0),(31603,4356,1,1,1,1962,0,-4598.83,-2779.72,41.8033,2.94496,360,5,0,1678,0,1,0,0,0),(31604,4357,1,1,1,2574,0,-4517.57,-2724.66,37.3198,5.27492,360,5,0,1674,0,1,0,0,0),(31605,4356,1,1,1,1962,0,-4448.71,-2768.33,35.2743,1.82146,360,10,0,1678,0,1,0,0,0),(31606,4329,1,1,1,143,1,-4346.94,-3048.41,31.7399,5.01189,360,5,0,1751,0,1,0,0,0),(31607,4328,1,1,1,8310,1,-4387.95,-2927.15,24.5625,2.64893,360,3,0,1471,1283,1,0,0,0),(31608,4328,1,1,1,8310,1,-4389.8,-2960.3,24.173,2.46076,360,3,0,1471,1283,1,0,0,0),(31609,4834,1,1,1,4675,1,-2858.85,-2972.78,32.0563,3.7043,360,5,0,1403,0,1,0,0,0),(31610,4334,1,1,1,8309,1,-4682.76,-3683.4,46.3789,5.8212,360,5,0,1522,1332,1,0,0,0),(31611,4334,1,1,1,8309,1,-4681.2,-3643.91,46.8421,1.27892,360,5,0,1522,1332,1,0,0,0),(31612,14230,1,1,1,391,1,-2361.28,-4074.73,6.91264,2.64602,7200,0,0,1257,1142,0,0,0,0),(31613,4339,1,1,1,6374,0,-4691.22,-3186.37,35.9148,1.40979,3600,0,0,4755,0,2,0,0,0),(31614,4380,1,1,1,2537,0,-2747.28,-2610.38,28.1879,5.68977,3600,0,0,1604,0,0,0,0,0),(31615,4331,1,1,1,8249,1,-4415.08,-3000.96,28.1032,5.01492,360,3,0,1471,1283,1,0,0,0),(31616,4329,1,1,1,143,1,-4420.04,-2937.98,23.9399,2.36125,360,3,0,1751,0,1,0,0,0),(31617,4328,1,1,1,8310,1,-4465.66,-2962.83,26.433,5.87536,360,5,0,1471,1283,1,0,0,0),(31618,4331,1,1,1,8249,1,-4429.96,-2940.88,23.4306,5.59391,360,3,0,1471,1283,1,0,0,0),(31619,4328,1,1,1,8310,1,-4421.1,-2961.46,26.299,4.58829,360,3,0,1471,1283,1,0,0,0),(31620,4331,1,1,1,8249,1,-4411.78,-2942.68,22.6479,2.14977,360,3,0,1471,1283,1,0,0,0),(31621,4331,1,1,1,8249,1,-4455.86,-2904.39,20.9774,0.7276,360,3,0,1471,1283,1,0,0,0),(31622,4328,1,1,1,8310,1,-4471.18,-2896.64,22.0799,2.42904,360,3,0,1471,1283,1,0,0,0),(31623,4329,1,1,1,143,1,-4358.76,-2985.22,29.3853,3.14846,360,3,0,1751,0,1,0,0,0),(31624,4351,1,1,1,2571,0,-2728.84,-3485.03,35.4795,4.84215,360,5,0,1469,0,1,0,0,0),(31625,4331,1,1,1,8249,1,-4382.46,-2985.77,28.854,5.23027,360,3,0,1471,1283,1,0,0,0),(31626,4329,1,1,1,143,1,-4394.25,-3001.66,29.859,4.08952,360,3,0,1751,0,1,0,0,0),(31627,4329,1,1,1,143,1,-4324.66,-3015.07,31.7836,3.41571,360,5,0,1751,0,1,0,0,0),(31628,4331,1,1,1,8249,1,-4345.12,-3022.34,33.776,6.17373,360,5,0,1471,1283,1,0,0,0),(31629,4351,1,1,1,2571,0,-2763.19,-3342.51,31.2724,5.59372,360,5,0,1469,0,1,0,0,0),(31630,23714,1,1,1,21655,1,-2515.08,-3190.14,33.0079,5.06145,360,0,0,1208,1097,0,0,0,0),(31631,4382,1,1,1,2024,0,-2590.19,-3207.59,28.8974,6.22502,360,10,0,1469,0,1,0,0,0),(31632,23592,1,1,1,21656,1,-2568.84,-3231.43,33.9725,6.10174,360,0,0,1469,0,2,0,0,0),(31633,23555,1,1,1,10255,0,-2812.59,-3921.98,31.3975,0.005299,360,10,0,1403,0,1,0,0,0),(31634,4345,1,1,1,807,0,-4451.26,-3148.99,29.8543,4.29417,360,10,0,1751,0,1,0,0,0),(31635,23592,1,1,1,21657,1,-2545.94,-3219.72,34.9072,6.03884,360,0,0,1469,0,0,0,0,0),(31636,23714,1,1,1,21654,1,-2437.69,-3201.37,33.1775,1.67552,360,0,0,1208,1097,0,0,0,0),(31637,1420,1,1,1,901,0,-2924.49,-2976.09,35.5997,2.63306,360,10,0,8,0,1,0,0,0),(31638,4834,1,1,1,19835,1,-2927.96,-2972.67,35.7247,2.73801,360,5,0,1403,0,1,0,0,0),(31639,23720,1,1,1,2977,0,-2496.14,-3176.1,33.0411,0.10472,360,0,0,1220,0,0,0,0,0),(31640,4834,1,1,1,4675,1,-2817.89,-3019.32,34.7763,2.93801,360,5,0,1403,0,1,0,0,0),(31641,23720,1,1,1,2978,0,-2487.75,-3152.82,33.0649,6.05629,360,0,0,1220,0,0,0,0,0),(31642,23592,1,1,1,21657,1,-2586.81,-3246.16,34.0571,4.15388,360,0,0,1469,0,0,0,0,0),(31643,4382,1,1,1,2024,0,-2860.7,-3002.9,29.0224,2.44864,360,10,0,1469,0,1,0,0,0),(31644,23592,1,1,1,21656,1,-2646.55,-3326.74,33.6233,4.27701,360,5,0,1469,0,1,0,0,0),(31645,23720,1,1,1,2980,0,-2444.77,-3200.49,33.1775,1.93731,360,0,0,1220,0,0,0,0,0),(31646,23714,1,1,1,21655,1,-2468.22,-3190.52,34.2757,2.51833,360,5,0,1208,1097,1,0,0,0),(31647,4385,1,1,1,697,0,-2837.39,-3043.01,39.0539,5.02919,360,10,0,1469,0,1,0,0,0),(31648,4834,1,1,1,19836,1,-2869.05,-3055.18,35.8974,0.217673,360,5,0,1403,0,1,0,0,0),(31649,23592,1,1,1,21656,1,-2483.76,-3171.9,32.9236,5.19068,360,0,0,1469,0,2,0,0,0),(31650,4414,1,1,1,2542,0,-2943.94,-3007.72,39.4991,4.8634,360,10,0,1469,0,1,0,0,0),(31651,4834,1,1,1,4675,1,-2978.86,-2947.1,32.9947,0.623366,360,5,0,1403,0,1,0,0,0),(31652,23592,1,1,1,21656,1,-2619.45,-3335.26,42.412,2.6529,360,0,0,1469,0,0,0,0,0),(31653,2914,1,1,1,1206,0,-3016.89,-2887.2,29.3543,5.78633,360,10,0,8,0,1,0,0,0),(31654,4980,1,1,1,2976,1,-3365.77,-3214.06,33.5845,1.22173,120,0,0,1110,1067,0,0,0,0),(31655,4343,1,1,1,814,0,-3245.03,-3086.59,30.2724,5.6173,360,10,0,1536,0,1,0,0,0),(31656,4344,1,1,1,2548,0,-4046.57,-3001.85,33.288,4.97727,360,10,0,1305,1186,1,0,0,0),(31657,4343,1,1,1,814,0,-3363.62,-3129.39,33.6474,4.29977,360,10,0,1536,0,1,0,0,0),(31658,4344,1,1,1,2548,0,-4055.8,-2947.47,36.8974,1.3931,360,10,0,1305,1186,1,0,0,0),(31659,4412,1,1,1,2546,0,-4048.32,-2924.62,37.832,0.86831,360,10,0,1536,0,1,0,0,0),(31660,4343,1,1,1,814,0,-3385.05,-3136.22,31.5976,1.55127,360,10,0,1536,0,1,0,0,0),(31661,4343,1,1,1,814,0,-3405.45,-3200.97,29.3974,4.6518,360,10,0,1536,0,1,0,0,0),(31662,4343,1,1,1,814,0,-3335.41,-3171.31,30.6474,1.32664,360,10,0,1536,0,1,0,0,0),(31663,4344,1,1,1,2548,0,-4119.81,-2966.51,28.6474,4.60584,360,10,0,1305,1186,1,0,0,0),(31664,4128,1,1,1,2712,0,-3726.24,-2360.6,94.7395,0.234522,360,5,0,573,0,1,0,0,0),(31665,4382,1,1,1,2024,0,-2825.5,-2958.34,30.4979,1.84243,360,10,0,1469,0,1,0,0,0),(31666,23979,1,1,1,21950,0,-3131.25,-3997.07,34.0188,0.208713,360,10,0,13,0,1,0,0,0),(31667,23979,1,1,1,21950,0,-3138.73,-4056.31,31.3512,5.29454,360,10,0,13,0,1,0,0,0),(31668,23979,1,1,1,21950,0,-3094.48,-3956.06,39.0847,4.00261,360,10,0,13,0,1,0,0,0),(31669,4401,1,1,1,2426,0,-4081.47,-4079.09,-9.80585,0.435988,360,5,0,1403,0,1,0,0,0),(31670,4345,1,1,1,807,0,-4553.33,-3059.76,29.7233,3.18657,360,10,0,1751,0,1,0,0,0),(31671,23979,1,1,1,21950,0,-3062.7,-3858.47,33.767,4.36779,360,10,0,13,0,1,0,0,0),(31672,4345,1,1,1,807,0,-4541.01,-2944.35,29.1582,4.69946,360,10,0,1751,0,1,0,0,0),(31673,4345,1,1,1,807,0,-4571.28,-2989.46,31.3759,4.99337,360,10,0,1751,0,1,0,0,0),(31674,4414,1,1,1,2542,0,-2853.99,-3579.29,37.5432,3.17021,360,10,0,1469,0,1,0,0,0),(31675,4341,1,1,1,1080,0,-2809.37,-3518.24,29.6756,0.092379,360,10,0,1403,0,1,0,0,0),(31676,4356,1,1,1,1962,0,-4483.27,-2963.3,38.4169,6.24709,360,5,0,1678,0,1,0,0,0),(31677,4341,1,1,1,1080,0,-3025.73,-2974.94,32.9514,2.46411,360,10,0,1403,0,1,0,0,0),(31678,4352,1,1,1,1962,0,-2609.35,-3507.39,36.4998,1.16812,360,10,0,1469,0,1,0,0,0),(31679,4341,1,1,1,1080,0,-2803.11,-3570.84,28.6718,0.33751,360,10,0,1403,0,1,0,0,0),(31680,4357,1,1,1,2574,0,-4449.92,-2914,40.03,5.40743,360,10,0,1674,0,1,0,0,0),(31681,4356,1,1,1,1962,0,-4470.22,-2872.69,39.9483,6.11836,360,5,0,1678,0,1,0,0,0),(31682,4352,1,1,1,1962,0,-2586.64,-3482.21,36.4708,3.26688,360,10,0,1469,0,1,0,0,0),(31683,4357,1,1,1,2574,0,-4407.9,-2945.62,55.944,3.38199,360,5,0,1674,0,1,0,0,0),(31684,4357,1,1,1,2574,0,-4346.69,-2881.11,35.4809,4.25639,360,10,0,1674,0,1,0,0,0),(31685,4352,1,1,1,1962,0,-2609.81,-3456.36,36.2103,1.12146,360,10,0,1469,0,1,0,0,0),(31686,23592,1,1,1,21656,1,-2654.17,-3327.58,33.7125,5.02655,360,0,0,1469,0,0,0,0,0),(31687,4343,1,1,1,814,0,-3472.55,-2798.83,34.1474,5.47706,360,10,0,1536,0,1,0,0,0),(31688,4352,1,1,1,1962,0,-2721.32,-3387.09,34.7813,2.95475,360,10,0,1469,0,1,0,0,0),(31689,23592,1,1,1,21656,1,-2590.33,-3269.08,35.06,0.95895,360,5,0,1469,0,1,0,0,0),(31690,4359,1,1,1,652,1,-2581.52,-3820.13,2.58815,4.48582,360,5,0,1469,0,1,0,0,0),(31691,4359,1,1,1,652,1,-2563.66,-3798.58,6.858,1.97851,360,5,0,1469,0,1,0,0,0),(31692,4347,1,1,1,2707,0,-3494.97,-2795.44,37.8009,1.40439,360,5,0,1536,0,1,0,0,0),(31693,4343,1,1,1,814,0,-3553.12,-2853.13,29.2724,6.24796,360,10,0,1536,0,1,0,0,0),(31694,4359,1,1,1,652,1,-2614.7,-3881.31,-0.002719,1.49654,360,5,0,1469,0,1,0,0,0),(31695,4359,1,1,1,652,1,-2610.29,-3848.88,2.61402,1.17381,360,5,0,1469,0,1,0,0,0),(31696,4343,1,1,1,814,0,-3580.41,-2870.24,34.3165,1.2984,360,10,0,1536,0,1,0,0,0),(31697,4362,1,1,1,11293,1,-2564.76,-3808.15,3.85025,1.81514,360,0,0,1469,0,0,0,0,0),(31698,620,1,1,1,304,0,-3647.24,-4482.5,11.7186,1.50046,360,10,0,1,0,1,0,0,0),(31699,1420,1,1,1,901,0,-2658.03,-3456.87,34.778,1.55666,360,10,0,8,0,1,0,0,0),(31700,4362,1,1,1,11293,1,-2610.23,-3961,13.5862,2.05364,360,0,0,1469,0,0,0,0,0),(31701,23873,1,1,1,21825,0,-4331.29,-2664.14,33.379,3.36805,160,0,0,2188,0,0,0,0,0),(31702,4351,1,1,1,2571,0,-2662.84,-3504.02,34.1758,0.43975,360,10,0,1469,0,1,0,0,0),(31703,4344,1,1,1,2548,0,-4004.63,-3232.78,29.8996,0.964388,360,0,0,1305,1186,0,0,0,0),(31704,4359,1,1,1,652,1,-2593.28,-3990.91,5.76175,0.366519,360,0,0,1469,0,0,0,0,0),(31705,4344,1,1,1,2548,0,-4155.38,-3133.92,34.088,4.73128,360,10,0,1305,1186,1,0,0,0),(31706,4357,1,1,1,2574,0,-4335.73,-2621.36,37.7353,5.9275,360,0,0,1674,0,0,0,0,0),(31707,4362,1,1,1,11293,1,-2603.42,-3971.21,13.3951,4.95624,360,0,0,1469,0,0,0,0,0),(31708,4356,1,1,1,1962,0,-4333.25,-2640.76,38.3023,1.69906,360,0,0,1678,0,0,0,0,0),(31709,4352,1,1,1,1962,0,-2679.59,-3454.35,35.0327,1.2405,360,10,0,1469,0,1,0,0,0),(31710,4357,1,1,1,2574,0,-4343.81,-2616.03,37.5061,4.96802,360,0,0,1674,0,0,0,0,0),(31711,4352,1,1,1,1962,0,-2677.18,-3427.82,33.6959,5.95131,360,10,0,1469,0,1,0,0,0),(31712,4356,1,1,1,1962,0,-4318.03,-2685.28,30.2217,2.86325,360,10,0,1678,0,1,0,0,0),(31713,4359,1,1,1,652,1,-2588.02,-3998.96,5.91196,6.22729,360,0,0,1469,0,0,0,0,0),(31714,4352,1,1,1,1962,0,-2642.69,-3480.5,33.8578,3.72526,360,10,0,1469,0,1,0,0,0),(31715,4362,1,1,1,11293,1,-2604.76,-3861.31,-0.757054,1.11413,360,5,0,1469,0,1,0,0,0),(31716,23592,1,1,1,21656,1,-2483.89,-3206.3,35.6416,5.57244,360,5,0,1469,0,1,0,0,0),(31717,4359,1,1,1,652,1,-2613.62,-3993.33,3.77005,4.74624,360,5,0,1469,0,1,0,0,0),(31718,4356,1,1,1,1962,0,-4302.93,-2682.01,31.4717,1.22908,360,10,0,1678,0,1,0,0,0),(31719,4357,1,1,1,2574,0,-4287.83,-2692.03,37.4869,2.53079,360,10,0,1674,0,1,0,0,0),(31720,4357,1,1,1,2574,0,-4289.35,-2711.43,35.0004,4.72013,360,10,0,1674,0,1,0,0,0),(31721,4357,1,1,1,2574,0,-4289.82,-2742.56,34.5657,5.46599,360,10,0,1674,0,1,0,0,0),(31722,4362,1,1,1,11293,1,-2622.14,-4043.14,1.86583,4.43888,360,5,0,1469,0,1,0,0,0),(31723,23979,1,1,1,21950,0,-3085.51,-3910.7,42.668,4.20083,360,10,0,13,0,1,0,0,0),(31724,4324,1,1,1,397,0,-4330.32,-3204.94,40.5147,3.22219,360,10,0,1416,1236,1,0,0,0),(31725,23979,1,1,1,21950,0,-3070.55,-3911.48,40.793,6.13358,360,10,0,13,0,1,0,0,0),(31726,23979,1,1,1,21950,0,-3064.52,-3896.19,42.0224,6.19605,360,10,0,13,0,1,0,0,0),(31727,4331,1,1,1,8249,1,-4414.59,-3193.17,40.3753,-2.97033,360,10,0,1471,1283,1,0,0,0),(31728,4343,1,1,1,814,0,-3021.7,-3197.51,34.0017,1.39245,360,10,0,1536,0,1,0,0,0),(31729,4329,1,1,1,143,1,-4337.98,-3246.46,35.013,1.8161,360,0,0,1751,0,0,0,0,0),(31730,23714,1,1,1,21655,1,-2403.04,-3128.26,36.8455,3.64774,360,0,0,1208,1097,0,0,0,0),(31731,4329,1,1,1,143,1,-4354.95,-3219.18,34.5218,0.509668,360,10,0,1751,0,1,0,0,0),(31732,4385,1,1,1,697,0,-2847.08,-3253.2,31.0376,2.83405,360,10,0,1469,0,1,0,0,0),(31733,23979,1,1,1,21950,0,-2919.41,-3867.98,34.8484,0.804656,360,10,0,13,0,1,0,0,0),(31805,23979,1,1,1,21950,0,-2901.18,-3887.21,38.6091,3.34642,360,10,0,13,0,1,0,0,0),(31937,23979,1,1,1,21950,0,-2887.84,-3866.92,41.6792,0.844797,360,10,0,13,0,1,0,0,0),(31940,23714,1,1,1,21653,1,-2418.56,-3183.14,38.8065,6.14356,360,3,0,1208,1097,1,0,0,0),(31941,23979,1,1,1,21950,0,-2857.95,-3879.8,39.6824,5.89851,360,10,0,13,0,1,0,0,0),(31942,23979,1,1,1,21950,0,-2921.75,-3911.63,38.3042,0.185127,360,10,0,13,0,1,0,0,0),(31943,23979,1,1,1,21950,0,-2931.27,-3939.6,40.034,0.805461,360,10,0,13,0,1,0,0,0),(33392,23979,1,1,1,21950,0,-2910.71,-3937.9,40.534,6.22754,360,10,0,13,0,1,0,0,0),(33393,23979,1,1,1,21950,0,-2920.32,-3964.11,38.284,0.429408,360,10,0,13,0,1,0,0,0),(33394,23979,1,1,1,21950,0,-2956.87,-3924.68,35.5803,4.73295,360,10,0,13,0,1,0,0,0),(33681,23593,1,1,1,21653,0,-2449.06,-3155.76,35.9429,1.62316,360,0,0,1208,1097,0,0,0,0),(33682,23979,1,1,1,21950,0,-2976.78,-3895,30.466,3.00246,360,10,0,13,0,1,0,0,0),(33683,4343,1,1,1,814,0,-3151.78,-3109.86,31.8476,1.71573,360,10,0,1536,0,1,0,0,0),(33684,23979,1,1,1,21950,0,-2993.38,-3935.75,30.8974,1.22116,360,10,0,13,0,1,0,0,0),(33685,4329,1,1,1,143,1,-4345.2,-3279.72,44.7534,0.073148,360,5,0,1751,0,1,0,0,0),(33686,23592,1,1,1,21657,1,-2391.5,-3175.76,37.27,1.0153,360,3,0,1469,0,1,0,0,0),(33687,23593,1,1,1,21655,0,-2449.36,-3148.96,35.9429,4.74729,360,0,0,1208,1097,0,0,0,0),(33688,23593,1,1,1,21655,0,-2536.15,-3205.1,35.01,4.97419,360,0,0,1208,1097,0,0,0,0),(33689,23592,1,1,1,21657,1,-2445.98,-3140.77,35.9372,1.57919,360,0,0,1469,0,0,0,0,0),(33690,4412,1,1,1,2546,0,-3581.83,-2946.08,38.1757,0.929641,360,10,0,1536,0,1,0,0,0),(33691,23979,1,1,1,21950,0,-2997.41,-3855.08,37.8508,1.59983,360,10,0,13,0,1,0,0,0),(33692,4323,1,1,1,715,0,-4358.56,-3290.9,39.5516,4.81808,360,10,0,1751,0,1,0,0,0),(33693,23593,1,1,1,21655,0,-2578.05,-3237.17,34.0571,0.401426,360,0,0,1208,1097,0,0,0,0),(33757,4323,1,1,1,715,0,-4289.99,-3333.87,39.4647,5.07802,360,10,0,1751,0,1,0,0,0),(33758,4382,1,1,1,2024,0,-2680.02,-2909.92,34.7639,4.4699,360,10,0,1469,0,1,0,0,0),(33759,23593,1,1,1,21655,0,-2492.76,-3162.9,33.0647,5.48033,360,0,0,1208,1097,0,0,0,0),(33760,23555,1,1,1,10255,0,-3017.52,-3914.38,30.1005,5.90087,360,10,0,1403,0,1,0,0,0),(33761,23592,1,1,1,21657,1,-2427.7,-3196.92,33.7191,3.28122,360,0,0,1469,0,0,0,0,0),(33762,4331,1,1,1,8249,1,-4297.92,-3314.58,45.0505,5.49514,360,5,0,1471,1283,1,0,0,0),(33764,4347,1,1,1,2707,0,-3616.77,-2906.52,39.4134,1.97671,360,5,0,1536,0,1,0,0,0),(33765,2914,1,1,1,6303,0,-3007.45,-3907.72,28.6377,5.3926,360,10,0,8,0,1,0,0,0),(33766,23554,1,1,1,10771,0,-2852.53,-3880.02,39.1824,1.11693,360,10,0,1403,0,1,0,0,0),(33767,23554,1,1,1,10771,0,-2912.81,-3953.09,39.034,5.09953,360,10,0,1403,0,1,0,0,0),(33768,4344,1,1,1,2548,0,-3690.98,-2837.24,30.2724,1.36417,360,10,0,1305,1186,1,0,0,0),(33769,4324,1,1,1,397,0,-4353.96,-3481.16,37.9034,3.03042,360,10,0,1416,1236,1,0,0,0),(33770,4348,1,1,1,2708,0,-3738.94,-2820.7,34.6474,0.6409,360,10,0,1674,0,1,0,0,0),(33771,4344,1,1,1,2548,0,-3682.79,-2913.79,29.5224,5.30582,360,10,0,1305,1186,1,0,0,0),(33772,4344,1,1,1,2548,0,-3732.89,-2862.23,30.4021,2.3161,360,10,0,1305,1186,1,0,0,0),(33773,4324,1,1,1,397,0,-4379.09,-3518.78,37.0455,5.8729,360,10,0,1416,1236,1,0,0,0),(33774,4323,1,1,1,715,0,-4323.18,-3427.12,38.9844,6.1573,360,10,0,1751,0,1,0,0,0),(33775,4323,1,1,1,715,0,-4384.95,-3453.36,40.6498,4.6557,360,10,0,1751,0,1,0,0,0),(33776,4344,1,1,1,2548,0,-3766.16,-2782.49,32.8419,3.81908,360,10,0,1305,1186,1,0,0,0),(33777,1420,1,1,1,901,0,-2765.23,-3441.49,29.2724,0.678766,360,10,0,8,0,1,0,0,0),(33778,4351,1,1,1,2571,0,-2614.72,-3381.36,41.8856,1.23855,360,5,0,1469,0,1,0,0,0),(33779,4351,1,1,1,2571,0,-2649.55,-3466.33,34.1504,1.24835,360,10,0,1469,0,1,0,0,0),(33780,12939,1,1,1,12930,1,-3747.27,-4532.25,11.9935,0.418879,360,0,0,2576,0,0,0,0,0),(33781,4344,1,1,1,2548,0,-3757.21,-2824.08,34.7724,6.01091,360,10,0,1305,1186,1,0,0,0),(33782,4345,1,1,1,807,0,-4511.09,-3313.64,29.376,3.68872,360,10,0,1751,0,1,0,0,0),(33783,4344,1,1,1,2548,0,-3795.29,-3087.72,29.8787,1.57666,360,10,0,1305,1186,1,0,0,0),(33784,4344,1,1,1,2548,0,-3836.22,-2930.86,35.7167,3.91656,360,10,0,1305,1186,1,0,0,0),(33786,4344,1,1,1,2548,0,-3790.02,-3037.06,33.5923,4.29853,360,10,0,1305,1186,1,0,0,0),(33791,4344,1,1,1,2548,0,-3824.73,-3057.62,31.6215,3.54711,360,10,0,1305,1186,1,0,0,0),(33792,5057,1,1,1,3016,1,-3929.25,-2821.05,40.8324,1.55334,360,0,0,1536,0,0,0,0,0),(33793,5057,1,1,1,3016,1,-3906.45,-2826.95,41.1166,1.5708,360,0,0,1536,0,0,0,0,0),(33794,23555,1,1,1,10255,0,-2885.27,-3656.8,29.3872,3.2984,360,10,0,1403,0,1,0,0,0),(33795,4348,1,1,1,2708,0,-3881.07,-3277.74,47.5041,4.11896,360,5,0,1674,0,1,0,0,0),(33797,4348,1,1,1,2708,0,-3910.2,-3309.3,43.2623,4.05015,360,5,0,1674,0,1,0,0,0),(33798,5057,1,1,1,3016,1,-3918.9,-2844.21,45.5775,0.104178,360,0,0,1536,0,0,0,0,0),(33799,1412,1,1,1,134,0,-3678.61,-4545.68,10.3822,1.17365,360,10,0,8,0,1,0,0,0),(33800,23555,1,1,1,1196,0,-2852.68,-3688.08,28.6474,2.07785,360,10,0,1403,0,1,0,0,0),(33825,4412,1,1,1,2546,0,-3937.28,-3274.18,37.9988,3.83283,360,10,0,1536,0,1,0,0,0),(33826,4412,1,1,1,2546,0,-3950.46,-2754.1,36.5352,4.6792,360,10,0,1536,0,1,0,0,0),(33827,23554,1,1,1,10771,0,-2883.98,-3715.94,39.3965,5.50884,360,10,0,1403,0,1,0,0,0),(33828,1420,1,1,1,901,0,-4197.64,-3124.68,29.6815,1.5889,360,10,0,8,0,1,0,0,0),(33829,5057,1,1,1,3016,1,-3935.73,-2845.99,46.5165,3.72999,360,0,0,1536,0,0,0,0,0),(33832,4412,1,1,1,2546,0,-3174.61,-3290.95,43.6775,5.33133,360,10,0,1536,0,1,0,0,0),(33833,23555,1,1,1,10255,0,-2816.46,-3716.13,28.7329,2.76102,360,10,0,1403,0,1,0,0,0),(33839,23554,1,1,1,10771,0,-2864.2,-3746.55,40.5068,2.67794,360,10,0,1403,0,1,0,0,0),(33840,4983,1,1,1,10704,1,-3317.64,-3125.36,33.0284,3.38594,360,0,0,1342,0,0,0,0,0),(33841,4412,1,1,1,2546,0,-3242.37,-3148.72,39.8037,4.51384,360,10,0,1536,0,1,0,0,0),(33842,5057,1,1,1,21687,1,-3912.7,-2787.49,36.8756,3.54302,360,0,0,1536,0,0,0,0,0),(33843,4387,1,1,1,1549,0,-2722.93,-3078.02,29.5029,0.70812,360,10,0,1536,0,1,0,0,0),(33844,4388,1,1,1,2425,0,-3818.25,-4720.14,-19.5339,4.63667,360,10,0,1396,0,1,0,0,0),(33845,23555,1,1,1,1196,0,-2817.2,-3785.46,29.7921,5.17036,360,10,0,1403,0,1,0,0,0),(33846,23554,1,1,1,10771,0,-2795.4,-3818.4,38.0962,5.90336,360,10,0,1403,0,1,0,0,0),(33847,4343,1,1,1,814,0,-3577.02,-2823.24,32.3585,5.67014,360,10,0,1536,0,1,0,0,0),(33848,4356,1,1,1,1962,0,-4365.18,-2803.8,45.4506,5.31286,360,5,0,1678,0,1,0,0,0),(33849,4412,1,1,1,2546,0,-3641.65,-2761.23,35.6279,4.30031,360,10,0,1536,0,1,0,0,0),(33850,5057,1,1,1,3016,1,-3949.52,-2782.31,35.2724,1.0821,360,0,0,1536,0,0,0,0,0),(33851,4388,1,1,1,2425,0,-3911.08,-4752.25,-24.0741,4.70555,360,10,0,1396,0,1,0,0,0),(33852,4357,1,1,1,2574,0,-4334.08,-2713.5,36.9902,1.64308,360,5,0,1674,0,1,0,0,0),(33853,4388,1,1,1,2425,0,-3877.51,-4748.69,-25.8337,3.3658,360,10,0,1396,0,1,0,0,0),(33854,23554,1,1,1,10771,0,-2823.67,-3840.11,31.65,1.96034,360,10,0,1403,0,1,0,0,0),(33855,4388,1,1,1,2425,0,-3856.54,-4718.37,-14.5281,0.091897,360,10,0,1396,0,1,0,0,0),(33856,4357,1,1,1,2574,0,-4312.8,-2757.97,34.7295,2.03008,360,10,0,1674,0,1,0,0,0),(33857,4344,1,1,1,2548,0,-4068.25,-3280.94,33.2163,5.52264,360,10,0,1305,1186,1,0,0,0),(33858,4388,1,1,1,2425,0,-3853.16,-4781.41,-42.028,4.97696,360,10,0,1396,0,1,0,0,0),(33859,4388,1,1,1,2425,0,-3820.93,-4757.88,-32.4699,2.37587,360,10,0,1396,0,1,0,0,0),(33860,4412,1,1,1,2546,0,-3847.79,-3183.98,40.7398,3.95966,360,10,0,1536,0,1,0,0,0),(33861,23554,1,1,1,10771,0,-2755.9,-3857.28,37.528,4.37776,360,10,0,1403,0,1,0,0,0),(33862,4357,1,1,1,2574,0,-4350.79,-2693.12,34.9157,2.90088,360,10,0,1674,0,1,0,0,0),(33863,23554,1,1,1,10771,0,-2795.17,-3888.74,37.252,3.26705,360,10,0,1403,0,1,0,0,0),(33864,4344,1,1,1,2548,0,-4015.22,-3251.92,32.0244,6.16779,360,10,0,1305,1186,1,0,0,0),(33865,4412,1,1,1,2546,0,-4035.78,-3495.44,36.8608,6.10456,360,10,0,1536,0,1,0,0,0),(33866,4356,1,1,1,1962,0,-4315.73,-2714.9,33.8446,1.34619,360,10,0,1678,0,1,0,0,0),(33867,4344,1,1,1,2548,0,-4080.37,-3250.2,31.4116,1.42393,360,10,0,1305,1186,1,0,0,0),(33868,4412,1,1,1,2546,0,-3969.05,-3434.76,40.0915,2.97676,360,10,0,1536,0,1,0,0,0),(33869,4356,1,1,1,1962,0,-4371.72,-2653.03,42.8377,3.65856,360,5,0,1678,0,1,0,0,0),(33870,4412,1,1,1,2546,0,-3787.98,-3167.16,39.953,1.88452,360,10,0,1536,0,1,0,0,0),(33871,4345,1,1,1,807,0,-4073.29,-3556.66,35.9379,3.41681,360,10,0,1751,0,1,0,0,0),(33872,4345,1,1,1,807,0,-4083.04,-3583.31,34.1562,0.807494,360,10,0,1751,0,1,0,0,0),(33873,4345,1,1,1,807,0,-4104.26,-3413.29,28.9157,3.16453,360,10,0,1751,0,1,0,0,0),(33874,4348,1,1,1,2708,0,-3845.52,-3121.64,38.5665,6.00837,360,5,0,1674,0,1,0,0,0),(33875,4345,1,1,1,807,0,-3952.03,-3446.92,28.7724,5.49779,360,10,0,1751,0,1,0,0,0),(33876,4412,1,1,1,2546,0,-3948.76,-3080.87,37.9062,3.23932,360,10,0,1536,0,1,0,0,0),(33877,4412,1,1,1,2546,0,-3882.84,-3153.17,37.5073,4.85925,360,10,0,1536,0,1,0,0,0),(33878,4323,1,1,1,715,0,-4456.5,-3236.51,37.3975,3.24419,360,10,0,1751,0,1,0,0,0),(33879,4393,1,1,1,11137,0,-4079.39,-3652.19,40.3271,6.24414,360,10,0,1751,0,1,0,0,0),(33880,4348,1,1,1,2708,0,-3911.89,-3113.88,40.2113,0.579503,360,5,0,1674,0,1,0,0,0),(33881,4412,1,1,1,2546,0,-4242.38,-3189.41,39.2921,1.07324,360,10,0,1536,0,1,0,0,0),(33882,4345,1,1,1,807,0,-3987.19,-3619.91,33.3898,4.27494,360,10,0,1751,0,1,0,0,0),(33883,4345,1,1,1,807,0,-4019.84,-3586.35,29.1474,5.10241,360,10,0,1751,0,1,0,0,0),(33884,4348,1,1,1,2708,0,-4017.26,-3085.83,36.7092,3.89109,360,5,0,1674,0,1,0,0,0),(33885,4345,1,1,1,807,0,-3947.54,-3649.67,30.8112,5.51141,360,10,0,1751,0,1,0,0,0),(33886,23723,1,1,1,2981,1,-2840.13,-3424.61,34.7885,0.837758,360,0,0,1279,0,0,0,0,0),(33887,4348,1,1,1,2708,0,-3817.99,-3145.86,41.3687,1.64308,360,5,0,1674,0,1,0,0,0),(33888,4346,1,1,1,2700,0,-2926.79,-3125.86,34.402,3.48435,360,5,0,1403,0,1,0,0,0),(33889,4379,1,1,1,2541,0,-2882.86,-2800.49,44.4566,3.48416,360,10,0,1469,0,1,0,0,0),(33890,23595,1,1,1,21660,1,-3653.68,-3399.2,37.3231,2.05949,360,0,0,1305,1186,0,0,0,0),(33891,4376,1,1,1,545,0,-2929.09,-2778.75,32.921,5.96761,360,5,0,1469,0,1,0,0,0),(33892,4345,1,1,1,807,0,-3914.41,-3393.57,30.5224,1.43423,360,10,0,1751,0,1,0,0,0),(33893,5184,1,1,1,4677,1,-2885.17,-3406.13,39.3364,0.01847,360,5,0,1403,0,1,0,0,0),(33894,4376,1,1,1,545,0,-2818.95,-2752.69,36.292,1.74616,360,10,0,1469,0,1,0,0,0),(33895,5184,1,1,1,4677,1,-2890.46,-3427.24,39.3592,3.64092,360,0,0,1403,0,0,0,0,0),(33896,23594,1,1,1,21664,1,-3795.45,-3425.15,38.2609,5.07979,360,5,0,1604,0,1,0,0,0),(33897,5184,1,1,1,19834,1,-2852.78,-3427.91,35.947,0.890118,360,0,0,1403,0,0,0,0,0),(33898,4341,1,1,1,1080,0,-3065.24,-2971.06,28.7724,1.44731,360,10,0,1403,0,1,0,0,0),(33899,4378,1,1,1,2538,0,-2877.41,-2774.3,45.1583,3.24719,360,10,0,1469,0,1,0,0,0),(33900,17119,1,1,1,16865,0,-2889.8,-3423.24,39.4438,5.63741,360,0,0,1050,1097,0,0,0,0),(33901,23594,1,1,1,21663,1,-3734.88,-3439.24,40.4353,6.12414,360,5,0,1604,0,1,0,0,0),(33902,23594,1,1,1,21664,1,-3743.8,-3425.57,37.3764,0.02882,360,5,0,1604,0,1,0,0,0),(33903,4376,1,1,1,545,0,-2884.42,-2818.96,38.7328,2.93776,360,10,0,1469,0,1,0,0,0),(33904,4331,1,1,1,8249,1,-4384.76,-3191.62,35.1105,4.37111,360,5,0,1471,1283,1,0,0,0),(33905,5184,1,1,1,4677,1,-2856.69,-3412.81,36.3208,5.95157,360,0,0,1403,0,0,0,0,0),(33906,23594,1,1,1,21664,1,-3711.37,-3445.46,37.0717,3.44249,360,5,0,1604,0,1,0,0,0),(33907,1412,1,1,1,134,0,-3756.46,-4497.34,13.8475,4.22382,360,10,0,8,0,1,0,0,0),(33908,620,1,1,1,304,0,-3806.33,-4405.18,12.378,5.00759,360,10,0,1,0,1,0,0,0),(33909,4841,1,1,1,0,0,-3949.69,-3471.04,29.1544,4.28802,360,0,0,1902,0,0,0,0,0),(33910,4414,1,1,1,2542,0,-3012.98,-2778,57.1159,5.01807,360,10,0,1469,0,1,0,0,0),(33911,4344,1,1,1,2548,0,-3886.49,-3389.57,32.9654,4.56137,360,10,0,1305,1186,1,0,0,0),(33912,23595,1,1,1,21658,1,-3709.91,-3402.8,37.2787,1.09956,360,0,0,1305,1186,0,0,0,0),(33913,23595,1,1,1,21658,1,-3698.29,-3464.93,37.3659,5.77704,360,0,0,1305,1186,0,0,0,0),(33914,4379,1,1,1,2541,0,-2842.1,-2804.72,36.2097,3.63596,360,5,0,1469,0,1,0,0,0),(33915,23594,1,1,1,21663,1,-3683.72,-3415.38,36.3109,2.50056,360,5,0,1604,0,1,0,0,0),(33916,4387,1,1,1,1549,0,-3017.78,-3170.11,30.2724,3.53521,360,10,0,1536,0,1,0,0,0),(33917,5184,1,1,1,4677,1,-2884.96,-3434.36,39.3548,0.48073,360,0,0,1403,0,0,0,0,0),(33920,4379,1,1,1,2541,0,-2842.74,-2776.87,35.8155,0.495465,360,5,0,1469,0,1,0,0,0),(33928,4331,1,1,1,8249,1,-4314.95,-3247.83,35.5034,6.19717,360,5,0,1471,1283,1,0,0,0),(33929,23595,1,1,1,21660,1,-3688.15,-3387.72,37.288,4.50295,360,0,0,1305,1186,0,0,0,0),(33930,4379,1,1,1,2541,0,-2832.46,-2802.52,35.0047,2.44996,360,5,0,1469,0,1,0,0,0),(33988,5184,1,1,1,4677,1,-2894.83,-3434.18,39.5658,3.07208,360,0,0,1403,0,0,0,0,0),(33989,5184,1,1,1,4677,1,-2886.17,-3417.74,39.4407,4.83456,360,0,0,1403,0,0,0,0,0),(33990,4323,1,1,1,715,0,-4287.24,-3269.59,39.1857,5.60684,360,10,0,1751,0,1,0,0,0),(33991,5184,1,1,1,4679,1,-2905.47,-3433.89,39.2723,4.8117,360,5,0,1403,0,1,0,0,0),(33992,4341,1,1,1,1080,0,-2957.94,-3105.54,30.7107,3.22765,360,10,0,1403,0,1,0,0,0),(33993,4376,1,1,1,545,0,-2782.68,-2785.85,34.0821,5.13174,360,10,0,1469,0,1,0,0,0),(33994,4341,1,1,1,1080,0,-2984.71,-3077.06,35.4302,0.864099,360,0,0,1403,0,0,0,0,0),(33995,4379,1,1,1,2541,0,-2814.39,-2780.8,34.5638,1.00709,360,10,0,1469,0,1,0,0,0),(34000,4378,1,1,1,2538,0,-2821.09,-2815.21,35.5216,2.10617,360,5,0,1469,0,1,0,0,0),(34001,5184,1,1,1,19834,1,-2905.62,-3437.11,39.3894,5.75959,360,0,0,1403,0,0,0,0,0),(34002,4376,1,1,1,545,0,-2786.17,-2814.47,35.9305,2.43207,360,10,0,1469,0,1,0,0,0),(34003,4379,1,1,1,2541,0,-2770.17,-2850.67,36.5261,3.61834,360,5,0,1469,0,1,0,0,0),(34004,4376,1,1,1,545,0,-2745.57,-2813.45,43.3771,0.523018,360,5,0,1469,0,1,0,0,0),(34005,4379,1,1,1,2541,0,-2780.4,-2749.71,34.4171,0.222697,360,5,0,1469,0,1,0,0,0),(34006,4379,1,1,1,2541,0,-2763.8,-2784.79,35.0239,4.64708,360,5,0,1469,0,1,0,0,0),(34007,23568,1,1,1,21623,1,-2894.49,-3422.32,44.2113,5.88176,360,0,0,1336,0,0,0,0,0),(34008,4331,1,1,1,8249,1,-4338.3,-3373.13,37.6631,0.576995,360,0,0,1471,1283,0,0,0,0),(34009,4347,1,1,1,2707,0,-3513.16,-3354.02,37.1838,6.13024,360,5,0,1536,0,1,0,0,0),(34010,4323,1,1,1,715,0,-4314.51,-3379.1,35.6607,1.07831,360,10,0,1751,0,1,0,0,0),(34011,1412,1,1,1,134,0,-3812.73,-4491.95,12.1209,5.72617,360,10,0,8,0,1,0,0,0),(34012,4331,1,1,1,8249,1,-4384.64,-3355.3,38.5471,3.1455,360,3,0,1471,1283,1,0,0,0),(34013,1412,1,1,1,134,0,-3799.73,-4430.46,14.0878,0.445414,360,10,0,8,0,1,0,0,0),(34014,4323,1,1,1,715,0,-4385.71,-3387.63,39.4944,4.2636,360,10,0,1751,0,1,0,0,0),(34015,4387,1,1,1,1549,0,-2698.56,-2963.9,33.7158,6.0512,360,0,0,1536,0,0,0,0,0),(34016,4331,1,1,1,8249,1,-4349.22,-3346.41,35.2126,4.64044,360,10,0,1471,1283,1,0,0,0),(34017,4382,1,1,1,2024,0,-2786.18,-2956.54,29.4723,0.449836,360,10,0,1469,0,1,0,0,0),(34018,4329,1,1,1,143,1,-4325.23,-3319.51,34.3532,1.8675,360,0,0,1751,0,0,0,0,0),(34019,4331,1,1,1,8249,1,-4338.3,-3243.62,34.7266,0.122173,360,0,0,1471,1283,0,0,0,0),(34020,4388,1,1,1,2425,0,-3790.14,-4720.02,-23.518,0.599346,360,10,0,1396,0,1,0,0,0),(34096,4388,1,1,1,2425,0,-3748.31,-4709.46,-27.6842,3.18956,360,10,0,1396,0,1,0,0,0),(34097,4382,1,1,1,2024,0,-2819.02,-2941.97,28.7935,0.594697,360,10,0,1469,0,1,0,0,0),(34098,4382,1,1,1,2024,0,-2851.04,-2951.04,34.3383,1.52513,360,10,0,1469,0,1,0,0,0),(34099,4346,1,1,1,2700,0,-2861.41,-2973.77,31.5523,5.89651,360,5,0,1403,0,1,0,0,0),(34100,4341,1,1,1,1080,0,-2986.62,-2886.4,30.741,3.64983,360,10,0,1403,0,1,0,0,0),(34101,6145,1,1,1,4878,0,-3779,-4750.8,-34.9099,0.264546,360,5,0,8,0,1,0,0,0),(34135,4388,1,1,1,2425,0,-3776.34,-4750.75,-35.7235,5.31748,360,10,0,1396,0,1,0,0,0),(34136,1420,1,1,1,901,0,-3488.66,-3021.47,31.7888,3.12414,360,0,0,8,0,0,0,0,0),(35225,4341,1,1,1,1080,0,-2916.18,-2939.03,28.9577,4.6518,360,10,0,1403,0,1,0,0,0),(35245,4388,1,1,1,2425,0,-3814.66,-4793.34,-41.3809,4.01656,360,10,0,1396,0,1,0,0,0),(37022,4341,1,1,1,1080,0,-3019.71,-2915.42,29.2568,4.09622,360,10,0,1403,0,1,0,0,0),(37023,4341,1,1,1,1080,0,-2939.7,-2861.57,28.9531,5.2451,360,10,0,1403,0,1,0,0,0),(37029,4414,1,1,1,2542,0,-3002.28,-2956.01,33.3417,2.44186,360,10,0,1469,0,1,0,0,0),(37030,4346,1,1,1,2700,0,-2946.79,-2958.82,36.1741,5.42589,360,5,0,1403,0,1,0,0,0),(37031,4346,1,1,1,2700,0,-2916.37,-2986.84,35.4747,4.79946,360,5,0,1403,0,1,0,0,0),(37032,23602,1,1,1,21640,0,-3675.45,-4373.1,11.4151,4.10152,360,0,0,1009,1067,0,0,0,0),(37033,23602,1,1,1,21639,0,-3732.22,-4379.73,11.3747,3.68265,360,0,0,1009,1067,0,0,0,0),(37034,4341,1,1,1,1080,0,-2955.11,-3106.83,31.3212,0.072281,360,10,0,1403,0,1,0,0,0),(37035,4382,1,1,1,2024,0,-2917.95,-3083.06,29.3396,4.16393,360,10,0,1469,0,1,0,0,0),(37036,23602,1,1,1,21639,0,-3769.36,-4349.59,11.2731,0.593412,360,0,0,1009,1067,0,0,0,0),(37037,4341,1,1,1,1080,0,-2976.87,-3083.36,30.9939,4.30791,360,10,0,1403,0,1,0,0,0),(37038,23602,1,1,1,21640,0,-3801.06,-4420.4,12.8751,5.41052,360,0,0,1009,1067,0,0,0,0),(37039,23602,1,1,1,21639,0,-3785.88,-4485.59,13.9352,1.88496,360,0,0,1009,1067,0,0,0,0),(37041,1412,1,1,1,134,0,-3676.6,-4372.1,11.7306,1.73022,360,10,0,8,0,1,0,0,0),(37042,620,1,1,1,304,0,-3694.88,-4356.64,11.5288,2.0384,360,10,0,1,0,1,0,0,0),(37043,4382,1,1,1,2024,0,-2852.63,-3147.84,28.6893,2.96488,360,10,0,1469,0,1,0,0,0),(37046,620,1,1,1,304,0,-3764.68,-4414.57,26.991,0.046932,360,10,0,1,0,1,0,0,0),(37047,1412,1,1,1,134,0,-3802.68,-4384.62,15.6618,4.61879,360,10,0,8,0,1,0,0,0),(37048,4382,1,1,1,2024,0,-2782.6,-3147.71,28.6141,3.26969,360,10,0,1469,0,1,0,0,0),(37049,4385,1,1,1,697,0,-2779.51,-3018.37,38.1869,0.173963,360,10,0,1469,0,1,0,0,0),(38328,4382,1,1,1,2024,0,-2781.81,-3082.22,28.8167,5.56968,360,10,0,1469,0,1,0,0,0),(38337,23620,1,1,1,21642,0,-4078.57,-4521.85,12.2928,6.18902,360,0,0,1220,0,0,0,0,0),(39302,4387,1,1,1,1549,0,-2691.38,-2933.64,29.7653,3.48002,360,10,0,1536,0,1,0,0,0),(39303,4834,1,1,1,19836,1,-2791.17,-3020.4,37.8591,2.09439,360,0,0,1403,0,0,0,0,0),(39304,23620,1,1,1,21643,0,-4076.27,-4511.45,6.38422,0.567002,360,0,0,1220,0,0,0,0,0),(39305,23620,1,1,1,21644,0,-4071.37,-4530.96,6.38211,4.51435,360,0,0,1220,0,0,0,0,0),(39306,23620,1,1,1,21643,0,-4084.04,-4537.78,11.4353,0.902802,360,0,0,1220,0,0,0,0,0),(39307,23620,1,1,1,21643,0,-4094.88,-4538.5,6.46144,6.03884,360,0,0,1220,0,0,0,0,0),(39308,23555,1,1,1,10255,0,-2949.75,-3647,29.4105,2.21595,360,10,0,1403,0,1,0,0,0),(39309,23841,1,1,1,5306,1,-2724.06,-4008.5,30.1463,6.02019,360,0,0,1050,1097,0,0,0,0),(39310,23555,1,1,1,10255,0,-2985.73,-3627.21,29.6873,3.91594,360,10,0,1403,0,1,0,0,0),(39311,4397,1,1,1,7836,0,-3421.5,-4373.36,1.53496,5.02975,360,10,0,1403,0,1,0,0,0),(39312,4397,1,1,1,7836,0,-3509.96,-4388.96,-3.77504,1.18231,360,10,0,1403,0,1,0,0,0),(39313,4397,1,1,1,7836,0,-3462.65,-4376.41,0.642562,2.15193,360,10,0,1403,0,1,0,0,0),(39314,4397,1,1,1,7836,0,-3369.66,-4310.66,0.679151,0.610332,360,10,0,1403,0,1,0,0,0),(39315,4397,1,1,1,7836,0,-3283.43,-4285.41,1.81794,1.55127,360,10,0,1403,0,1,0,0,0),(39316,4397,1,1,1,7836,0,-3346.67,-4293.96,0.904401,5.05949,360,10,0,1403,0,1,0,0,0),(39317,23585,1,1,1,21636,0,-2871.44,-3829.05,42.7102,5.46275,360,5,0,42,0,1,0,0,0),(39318,23585,1,1,1,21636,0,-2856.51,-3777.62,45.671,2.3427,360,5,0,42,0,1,0,0,0),(39319,23585,1,1,1,21636,0,-2874.7,-3758.94,49.4544,5.48461,360,5,0,42,0,1,0,0,0),(39320,23585,1,1,1,21636,0,-3017.02,-3752.57,56.3379,2.32129,360,5,0,42,0,1,0,0,0),(39321,23585,1,1,1,21636,0,-2882.9,-3950.05,48.7265,6.25322,360,5,0,42,0,1,0,0,0),(39322,23585,1,1,1,21636,0,-2882.24,-3817.22,40.8864,5.35816,360,5,0,42,0,1,0,0,0),(39323,23585,1,1,1,21636,0,-2848.91,-3854.21,46.7873,4.31096,360,5,0,42,0,1,0,0,0),(39324,23585,1,1,1,21636,0,-2916.66,-3984.44,47.8557,4.32842,360,5,0,42,0,1,0,0,0),(39325,23585,1,1,1,21636,0,-3015.7,-3952.67,44.5581,0.610865,360,5,0,42,0,1,0,0,0),(39326,23585,1,1,1,21636,0,-2882.9,-3950.05,48.7265,2.47837,360,5,0,42,0,1,0,0,0),(39327,23585,1,1,1,21636,0,-3058.4,-3927.24,50.4237,3.96549,360,5,0,42,0,1,0,0,0),(39328,23585,1,1,1,21636,0,-3052.09,-3982.65,48.9906,1.94845,360,5,0,42,0,1,0,0,0),(39329,23585,1,1,1,21636,0,-2983.31,-3986.33,49.8943,5.5676,360,5,0,42,0,1,0,0,0),(39330,23585,1,1,1,21636,0,-2842.2,-3925.43,46.9611,5.5206,360,5,0,42,0,1,0,0,0),(39331,23585,1,1,1,21636,0,-2976.64,-4045.37,45.4402,0.817072,360,5,0,42,0,1,0,0,0),(39332,23585,1,1,1,21636,0,-2983.31,-3986.33,49.8943,5.5676,360,5,0,42,0,1,0,0,0),(39333,23585,1,1,1,21636,0,-2957.72,-4025.09,48.6864,3.96112,360,5,0,42,0,1,0,0,0),(40170,23585,1,1,1,21636,0,-2916.66,-3984.44,47.8557,4.32842,360,5,0,42,0,1,0,0,0),(40171,23585,1,1,1,21636,0,-2814.68,-3883.07,49.7737,1.07996,360,5,0,42,0,1,0,0,0),(40227,23585,1,1,1,21636,0,-2780.29,-3915.31,49.8987,0.841641,360,5,0,42,0,1,0,0,0),(40563,23585,1,1,1,21636,0,-2852.93,-4045.68,47.4178,2.34694,360,5,0,42,0,1,0,0,0),(40564,23585,1,1,1,21636,0,-2766.2,-3899.86,49.4929,3.97022,360,5,0,42,0,1,0,0,0),(41319,23585,1,1,1,21636,0,-2918.5,-4052.8,46.9453,1.95477,360,5,0,42,0,1,0,0,0),(41322,23585,1,1,1,21636,0,-2882.32,-4016.13,40.9393,0.715585,360,5,0,42,0,1,0,0,0),(41323,23585,1,1,1,21636,0,-2882.9,-3950.05,48.7265,2.47837,360,5,0,42,0,1,0,0,0),(41324,23585,1,1,1,21636,0,-2852.73,-3985.66,48.8095,4.41568,360,5,0,42,0,1,0,0,0),(41325,23585,1,1,1,21636,0,-2846.35,-3921.37,46.745,5.53916,360,5,0,42,0,1,0,0,0),(41326,23585,1,1,1,21636,0,-2816.65,-3948.41,41.5155,4.08407,360,5,0,42,0,1,0,0,0),(41327,23585,1,1,1,21636,0,-2783.6,-3981.69,47.8974,1.46608,360,5,0,42,0,1,0,0,0),(41328,23585,1,1,1,21636,0,-2810.66,-3886.56,49.8222,5.97801,360,5,0,42,0,1,0,0,0),(41669,23585,1,1,1,21636,0,-2815.27,-4017.56,48.5707,5.65487,360,5,0,42,0,1,0,0,0),(41726,23585,1,1,1,21636,0,-2791.6,-3795.57,42.8469,4.01365,360,5,0,42,0,1,0,0,0),(42616,23585,1,1,1,21636,0,-2760.18,-3812.49,46.393,2.69584,360,5,0,42,0,1,0,0,0),(42641,23585,1,1,1,21636,0,-2812.61,-3822.44,47.2573,5.04978,360,5,0,42,0,1,0,0,0),(42668,23585,1,1,1,21636,0,-2869.47,-3817.59,42.045,6.22062,360,5,0,42,0,1,0,0,0),(42669,23585,1,1,1,21636,0,-2788.71,-3851.38,48.4962,4.15454,360,5,0,42,0,1,0,0,0),(42680,23585,1,1,1,21636,0,-2852.08,-3849.08,46.0538,2.11988,360,5,0,42,0,1,0,0,0),(42686,23585,1,1,1,21636,0,-2853.2,-3789.81,43.7233,4.13977,360,5,0,42,0,1,0,0,0),(44193,23585,1,1,1,21636,0,-2720.05,-3787.74,46.9291,3.64489,360,5,0,42,0,1,0,0,0),(44194,23585,1,1,1,21636,0,-2751.97,-3884.19,49.088,6.12611,360,5,0,42,0,1,0,0,0),(46975,23585,1,1,1,21636,0,-2718.85,-3787.09,46.9343,2.25148,360,5,0,42,0,1,0,0,0),(47413,23585,1,1,1,21636,0,-2781.91,-3785.27,41.015,4.4855,360,5,0,42,0,1,0,0,0),(47414,23585,1,1,1,21636,0,-2881.5,-3752,51.0175,2.04204,360,5,0,42,0,1,0,0,0),(47415,23585,1,1,1,21636,0,-3015.06,-3684.11,45.1986,5.42845,360,5,0,42,0,1,0,0,0),(47416,23585,1,1,1,21636,0,-2949.8,-3686.78,49.1344,3.61283,360,5,0,42,0,1,0,0,0),(47417,23585,1,1,1,21636,0,-2984.12,-3718.64,50.0816,0.645772,360,5,0,42,0,1,0,0,0),(47418,23585,1,1,1,21636,0,-3014.91,-3750.33,55.9313,0.809515,360,5,0,42,0,1,0,0,0),(47419,23585,1,1,1,21636,0,-3048.82,-3650.64,44.4375,4.01426,360,5,0,42,0,1,0,0,0),(47420,23585,1,1,1,21636,0,-3048.4,-3717.42,48.8832,0.802851,360,5,0,42,0,1,0,0,0),(47421,23585,1,1,1,21636,0,-3082.54,-3751.51,44.5594,6.12611,360,5,0,42,0,1,0,0,0),(47422,23585,1,1,1,21636,0,-3084.63,-3687.61,45.4883,0.471239,360,5,0,42,0,1,0,0,0),(47423,23585,1,1,1,21636,0,-3116.75,-3716.41,51.255,0.740467,360,5,0,42,0,1,0,0,0),(47424,23585,1,1,1,21636,0,-3151.04,-3750.89,53.119,1.98968,360,5,0,42,0,1,0,0,0),(47425,23585,1,1,1,21636,0,-3181.85,-3720.28,53.2229,3.50811,360,5,0,42,0,1,0,0,0),(47426,23585,1,1,1,21636,0,-3215.01,-3751.38,48.7713,0.15708,360,5,0,42,0,1,0,0,0),(47427,23585,1,1,1,21636,0,-3184.06,-3785.55,47.8584,4.99164,360,5,0,42,0,1,0,0,0),(47428,23585,1,1,1,21636,0,-3154.18,-3813.91,45.8842,2.28506,360,5,0,42,0,1,0,0,0),(47429,23585,1,1,1,21636,0,-3181.53,-3850.52,40.2612,5.2709,360,5,0,42,0,1,0,0,0),(47430,23585,1,1,1,21636,0,-3053.1,-3930.46,50.879,4.54663,360,5,0,42,0,1,0,0,0),(47431,23585,1,1,1,21636,0,-3083.9,-3807.89,41.4539,1.728,360,5,0,42,0,1,0,0,0),(47445,23585,1,1,1,21636,0,-3214.99,-3883.56,51.6898,2.93215,360,5,0,42,0,1,0,0,0),(47632,23585,1,1,1,21636,0,-3079.95,-3950.92,47.6381,0.640063,360,5,0,42,0,1,0,0,0),(48383,23585,1,1,1,21636,0,-3116.49,-3784.64,48.1552,5.55015,360,5,0,42,0,1,0,0,0),(49987,23585,1,1,1,21636,0,-3245.71,-3911.74,44.9813,0.77023,360,5,0,42,0,1,0,0,0),(51458,23585,1,1,1,21636,0,-3151.04,-3750.89,53.119,1.98968,360,0,0,42,0,0,0,0,0),(51751,23585,1,1,1,21636,0,-3184.06,-3785.55,47.8584,4.99164,360,0,0,42,0,0,0,0,0),(51982,23585,1,1,1,21636,0,-3186.38,-3919.04,46.1157,2.82743,360,0,0,42,0,0,0,0,0),(51983,23585,1,1,1,21636,0,-3212.37,-3943.09,49.121,0.847818,360,5,0,42,0,1,0,0,0),(52707,4397,1,1,1,7836,0,-3087.65,-4214.55,0.758639,2.84158,360,10,0,1403,0,1,0,0,0),(52926,23585,1,1,1,21636,0,-3051.42,-4050.34,50.77,2.11185,360,5,0,42,0,1,0,0,0),(52927,23585,1,1,1,21636,0,-3117.08,-4051.37,36.1639,5.81195,360,5,0,42,0,1,0,0,0),(52928,23585,1,1,1,21636,0,-3023.13,-3954.3,45.0695,3.25238,360,5,0,42,0,1,0,0,0),(52929,23585,1,1,1,21636,0,-3015.3,-4083.97,48.7557,3.78736,360,5,0,42,0,1,0,0,0),(53166,23585,1,1,1,21636,0,-2983.31,-3986.33,49.8943,5.5676,360,0,0,42,0,0,0,0,0),(53651,23585,1,1,1,21636,0,-2947.01,-4083.81,51.4348,5.79449,360,5,0,42,0,1,0,0,0),(53844,23585,1,1,1,21636,0,-3016.78,-4018.17,48.1433,4.43314,360,0,0,42,0,0,0,0,0),(53845,23585,1,1,1,21636,0,-2981.9,-4050.92,44.5492,6.21337,360,5,0,42,0,1,0,0,0),(53846,23585,1,1,1,21636,0,-2952.58,-4019.57,49.5774,0.575959,360,5,0,42,0,1,0,0,0),(53847,23585,1,1,1,21636,0,-2924.27,-4057.17,47.5692,3.78065,360,5,0,42,0,1,0,0,0),(53848,23585,1,1,1,21636,0,-2916.66,-3984.44,47.8557,4.32842,360,0,0,42,0,0,0,0,0),(53849,23585,1,1,1,21636,0,-3051.6,-3983.88,48.9834,5.81195,360,0,0,42,0,0,0,0,0),(53850,23585,1,1,1,21636,0,-2870.57,-4004.03,44.052,0.800145,360,5,0,42,0,1,0,0,0),(53851,23585,1,1,1,21636,0,-2878.2,-3945.19,48.5484,0.796354,360,5,0,42,0,1,0,0,0),(53951,23585,1,1,1,21636,0,-3083.27,-4015.99,43.925,2.11185,360,0,0,42,0,0,0,0,0),(57315,23585,1,1,1,21636,0,-3015.7,-3952.67,44.5581,0.610865,360,0,0,42,0,0,0,0,0),(68749,23585,1,1,1,21636,0,-2983.31,-3986.33,49.8943,5.5676,360,5,0,42,0,1,0,0,0),(68750,23585,1,1,1,21636,0,-3051.6,-3983.88,48.9834,5.81195,360,5,0,42,0,1,0,0,0),(68751,23585,1,1,1,21636,0,-3083.32,-3817.17,40.9094,0.715585,360,5,0,42,0,1,0,0,0),(68752,23585,1,1,1,21636,0,-3149.53,-3818.73,45.6091,3.83972,360,5,0,42,0,1,0,0,0),(68753,23585,1,1,1,21636,0,-3051.76,-3920.03,51.3565,0.261799,360,5,0,42,0,1,0,0,0),(76521,23585,1,1,1,21636,0,-3181.53,-3850.52,40.2612,5.2709,360,5,0,42,0,1,0,0,0),(79676,23585,1,1,1,21636,0,-3015.7,-3952.67,44.5581,0.610865,360,5,0,42,0,1,0,0,0),(79725,23585,1,1,1,21636,0,-3186.38,-3919.04,46.1157,2.82743,360,5,0,42,0,1,0,0,0),(79758,23585,1,1,1,21636,0,-3081.53,-3952.09,47.4523,6.05629,360,5,0,42,0,1,0,0,0),(79759,23585,1,1,1,21636,0,-3217.5,-3948.8,49.6858,1.22173,360,5,0,42,0,1,0,0,0),(79760,23585,1,1,1,21636,0,-3083.27,-4015.99,43.925,2.11185,360,5,0,42,0,1,0,0,0),(79761,23585,1,1,1,21636,0,-3186.38,-3919.04,46.1157,2.82743,360,5,0,42,0,1,0,0,0),(79762,23585,1,1,1,21636,0,-3117.08,-4051.37,36.1639,5.81195,360,5,0,42,0,1,0,0,0),(79763,23585,1,1,1,21636,0,-3083.27,-4015.99,43.925,2.11185,360,5,0,42,0,1,0,0,0),(79764,23585,1,1,1,21636,0,-3217.5,-3948.8,49.6858,1.22173,360,5,0,42,0,1,0,0,0),(79765,24007,1,1,1,89,0,-3737.91,-4332.46,9.96946,4.6036,360,0,0,955,0,0,0,0,0),(79794,620,1,1,1,304,0,-3810.2,-4525.65,9.96813,0,360,10,0,1,0,1,0,0,0),(79801,24007,1,1,1,89,0,-4065.1,-4540,9.75165,4.16027,360,0,0,955,0,2,0,0,0),(83454,24007,1,1,1,89,0,-3811.59,-4467.79,12.771,4.95141,360,0,0,955,0,2,0,0,0),(84638,24007,1,1,1,89,0,-3736.97,-4338.66,10.5359,1.99412,360,0,0,955,0,2,0,0,0),(84656,6491,1,1,4294967295,0,0,-3518,-4315,6.77,3.035,60,0,0,4120,0,0,0,0,0),(84826,6491,1,1,4294967295,0,0,-3134,-3048,34.246,5.711,60,0,0,4120,0,0,0,0,0),(84827,23746,568,1,1,19595,0,116.743,1659.94,42.1049,1.3439,7200,0,0,4979,0,0,0,0,0),(85580,23889,568,1,1,22324,1,81.7104,1515.83,21.2338,0.091743,7200,0,0,2515,0,0,0,0,0),(85618,23746,568,1,1,19595,0,91.4336,1668.38,42.1049,4.79965,7200,0,0,4979,0,0,0,0,0),(86038,25173,568,1,1,17188,0,121.179,1605.34,55.6535,3.57792,7200,0,0,6287,0,0,0,0,0),(86044,25173,568,1,1,17188,0,134.03,1642.78,42.2785,4.53786,7200,0,0,6287,0,0,0,0,0),(86074,23746,568,1,1,19595,0,89.9226,1678.82,42.1049,5.86431,7200,0,0,4979,0,0,0,0,0),(86132,23889,568,1,1,22324,1,121.549,1525.11,21.2338,3.13302,7200,0,0,2515,0,0,0,0,0),(86162,23889,568,1,1,22323,1,158.714,1527.86,21.2338,0.158039,7200,0,0,2515,0,0,0,0,0),(43491,28401,571,1,1,0,0,5746.51,-3608.83,387.191,1.39626,300,0,0,1,0,0,0,0,0),(86194,23597,568,1,1,22310,1,138.816,1587.09,43.6489,4.74729,7200,0,0,78044,0,0,0,0,0),(86195,23577,568,1,1,21632,1,370.257,1135.74,6.54913,4.76475,259200,0,0,565338,0,0,0,0,0),(86196,22517,568,1,1,16925,0,370.78,1119.51,5.78472,3.87463,7200,0,0,4120,0,0,0,0,0),(86198,24064,568,1,1,22517,0,248.641,1084.97,0.086787,0.785398,7200,0,0,18862,0,0,0,0,0),(86199,24530,568,1,1,19705,0,187.077,1172.54,0.849389,4.38078,7200,0,0,50299,0,0,0,0,0),(86200,24064,568,1,1,22517,0,148.186,1125.2,2.13474,3.19395,7200,0,0,18862,0,0,0,0,0),(86201,24064,568,1,1,22517,0,169.462,1130.48,1.09778,5.51524,7200,0,0,18862,0,0,0,0,0),(86202,24064,568,1,1,22517,0,172.895,1120.76,0.478469,6.23082,7200,0,0,18862,0,0,0,0,0),(86203,24064,568,1,1,22517,0,155.335,1130.25,1.17472,0.907571,7200,0,0,18862,0,0,0,0,0),(86204,23597,568,1,1,22309,1,346.195,1046.09,9.59506,3.14159,7200,0,0,78044,0,0,0,0,0),(86205,23597,568,1,1,22309,1,338.112,1051.79,9.60488,5.25344,7200,0,0,78044,0,0,0,0,0),(86206,24065,568,1,1,22303,1,337.652,1043.24,9.60488,0.872665,7200,0,0,78044,0,0,0,0,0),(86207,24047,568,1,1,834,0,334.262,978.604,-2.50742,5.63074,7200,5,0,25150,0,1,0,0,0),(86208,24047,568,1,1,834,0,317.741,989.672,-5.39434,2.02388,7200,5,0,25150,0,1,0,0,0),(86209,23581,568,1,1,22276,1,68.7225,1419.91,0.797359,6.25885,7200,5,0,78044,32310,1,0,0,0),(12923,23889,568,1,1,0,1,137.566,688.175,45.1114,1.51855,7200,0,0,2515,0,0,0,0,0),(86211,24059,568,1,1,22301,1,95.7619,1155.89,-3.16286,0.533555,7200,5,0,78044,0,1,0,0,0),(86212,23596,568,1,1,22307,1,94.8123,1158.76,-3.60433,0.568136,7200,0,0,78044,6462,0,0,0,0),(86213,24396,568,1,1,901,0,93.9677,1219.41,-19.3522,0.995478,7200,5,0,29,0,1,0,0,0),(86214,24396,568,1,1,6295,0,81.7418,1353.86,-24.6138,6.10071,7200,5,0,29,0,1,0,0,0),(86215,24396,568,1,1,6295,0,132.089,1209.91,-15.8916,5.39946,7200,5,0,29,0,1,0,0,0),(86216,24396,568,1,1,6295,0,91.3981,1365.58,-23.875,0.641562,7200,5,0,29,0,1,0,0,0),(86217,23746,568,1,1,19595,0,117.712,1402.44,-8.41463,0.855211,7200,0,0,4979,0,0,0,0,0),(86218,23746,568,1,1,19595,0,103.892,1357.14,-24.1421,3.49066,7200,0,0,4979,0,0,0,0,0),(86219,24396,568,1,1,6295,0,168.448,1243.36,-21.1469,3.4104,7200,5,0,29,0,1,0,0,0),(86220,24396,568,1,1,6295,0,111.002,1206.7,-21.0986,1.74257,7200,5,0,29,0,1,0,0,0),(86221,24396,568,1,1,901,0,90.9599,1378.32,-18.8055,6.18431,7200,5,0,29,0,1,0,0,0),(86222,24396,568,1,1,6295,0,137.737,1372.67,-22.0551,3.45626,7200,5,0,29,0,1,0,0,0),(86223,22515,568,1,1,16925,0,117.27,1289.97,-1.66894,5.96903,7200,0,0,4120,0,0,0,0,0),(86225,23746,568,1,1,19595,0,120.857,1605.62,43.5857,4.13643,7200,0,0,4979,0,0,0,0,0),(86239,23597,568,1,1,22309,1,249.004,1043.29,3.57493,1.79769,7200,0,0,78044,0,0,0,0,0),(86280,23597,568,1,1,22309,1,234.088,1039.92,3.55883,2.11185,7200,0,0,78044,0,0,0,0,0),(86306,23596,568,1,1,22308,1,243.45,1033.66,3.55167,1.8675,7200,0,0,78044,6462,0,0,0,0),(86307,23597,568,1,1,22309,1,254.847,1025.23,3.46834,5.57699,7200,5,0,78044,0,1,0,0,0),(86308,23597,568,1,1,22309,1,243.167,1032.67,16.5783,1.81514,7200,5,0,78044,0,1,0,0,0),(86309,1412,568,1,1,134,0,43.882,1356.5,9.27985,5.18073,7200,10,0,8,0,1,0,0,0),(86310,14881,568,1,1,9829,0,169.649,1722.02,42.0216,4.39576,7200,5,0,8,0,1,0,0,0),(86311,14881,568,1,1,2536,0,167.257,1656.94,42.0216,2.35211,7200,0,0,8,0,0,0,0,0),(86312,1412,568,1,1,134,0,161.995,1394.99,5.89833,0.362198,7200,10,0,8,0,1,0,0,0),(86313,1412,568,1,1,134,0,69.0605,1374.56,-3.80553,5.2771,7200,10,0,8,0,1,0,0,0),(86324,14881,568,1,1,1160,0,169.011,1698.04,42.0216,5.64277,7200,5,0,8,0,1,0,0,0),(86351,1412,568,1,1,134,0,-223.361,1422.71,0.008211,5.91084,7200,10,0,8,0,1,0,0,0),(86363,23746,568,1,1,19595,0,58.4526,1695.63,47.0572,3.00197,7200,0,0,4979,0,0,0,0,0),(86364,23746,568,1,1,19595,0,-78.6888,1164.77,5.52694,2.93215,7200,0,0,4979,0,0,0,0,0),(86365,23746,568,1,1,19595,0,81.8456,1648.21,45.8278,0.959931,7200,0,0,4979,0,0,0,0,0),(86375,23746,568,1,1,19595,0,342.918,1150.48,7.06588,4.39823,7200,0,0,4979,0,0,0,0,0),(86468,23746,568,1,1,19595,0,69.9182,683.547,57.1529,4.41568,7200,0,0,4979,0,0,0,0,0),(86469,23807,568,1,1,19595,0,-80.1,1366.4,40.8492,4.64258,7200,0,0,3052,0,0,0,0,0),(86470,23746,568,1,1,19595,0,182.828,1695.28,45.7485,1.62316,7200,0,0,4979,0,0,0,0,0),(86471,23746,568,1,1,19595,0,305.382,1467.21,81.5893,4.18879,7200,0,0,4979,0,0,0,0,0),(86472,23746,568,1,1,19595,0,108.12,659.957,55.3927,4.01426,7200,0,0,4979,0,0,0,0,0),(86473,23746,568,1,1,19595,0,135.517,720.719,58.2989,4.17134,7200,0,0,4979,0,0,0,0,0),(86474,21252,568,1,1,11686,0,-33.8969,1122.81,18.7948,1.58825,7200,0,0,4120,0,0,0,0,0),(86475,21252,568,1,1,11686,0,-53.6238,1150.03,18.7886,0,7200,0,0,4120,0,0,0,0,0),(86476,22515,568,1,1,16925,0,-80.6288,1150.35,5.67736,5.61996,7200,0,0,4120,0,0,0,0,0),(86477,21252,568,1,1,11686,0,-33.4373,1177.73,18.7947,4.66003,7200,0,0,4120,0,0,0,0,0),(86478,21252,568,1,1,11686,0,-10.2896,1149.98,18.7947,3.14159,7200,0,0,4120,0,0,0,0,0),(86479,24325,568,1,1,17188,0,192.938,1422.35,15.7245,5.91667,7200,0,0,8488,0,0,0,0,0),(86494,23574,568,1,1,21630,0,376.353,1407.34,75.5313,3.45575,259200,0,0,934780,84675,0,0,0,0),(86609,23576,568,1,1,21631,1,16.9616,1414.6,11.9265,6.23082,259200,0,0,1255919,0,0,0,0,0),(86610,23584,568,1,1,22467,0,-7.98126,1482.39,9.37306,5.54282,7200,5,0,75449,0,1,0,0,0),(86611,23584,568,1,1,22467,0,-18.8911,1488.05,13.9981,0.540604,7200,5,0,75449,0,1,0,0,0),(86612,23584,568,1,1,22467,0,-60.8165,1485.24,17.9836,2.65171,7200,5,0,75449,0,1,0,0,0),(86695,23584,568,1,1,22467,0,-46.7586,1474.11,13.3586,5.76827,7200,5,0,75449,0,1,0,0,0),(86696,23584,568,1,1,22467,0,26.6786,1463.02,1.69598,4.8852,7200,5,0,75449,0,1,0,0,0),(86697,23584,568,1,1,22467,0,20.6921,1482.15,3.15478,1.65682,7200,5,0,75449,0,1,0,0,0),(86698,23582,568,1,1,22272,1,19.0948,1420.57,11.973,5.8294,7200,0,0,78044,0,0,0,0,0),(86699,23542,568,1,1,22274,1,17.3455,1418.6,11.9475,6.02139,7200,0,0,78044,0,0,0,0,0),(86700,23582,568,1,1,22271,1,14.5413,1411.64,11.982,0.017453,7200,0,0,78044,0,0,0,0,0),(86701,23834,568,1,1,17547,0,-180.205,1231.06,0.502825,5.7607,7200,5,0,18862,0,1,0,0,0),(86702,23834,568,1,1,17547,0,-185.765,1222.8,1.00283,4.61955,7200,5,0,18862,0,1,0,0,0),(86750,23834,568,1,1,17547,0,-190.126,1230,0.627825,0.155582,7200,5,0,18862,0,1,0,0,0),(86859,23834,568,1,1,17547,0,-180.889,1240.78,1.77645,4.42307,7200,5,0,18862,0,1,0,0,0),(86866,24312,568,1,1,10056,0,-204.928,1136.49,0.388893,6.00393,7200,0,0,294,0,0,0,0,0),(86867,23834,568,1,1,17547,0,-198.038,1157.67,-0.133128,1.9875,7200,5,0,18862,0,1,0,0,0),(86902,23834,568,1,1,17547,0,-218.398,1155.91,-1.9117,3.07176,7200,5,0,18862,0,1,0,0,0),(86903,23834,568,1,1,17547,0,-204.363,1143.33,-1.4117,5.09194,7200,5,0,18862,0,1,0,0,0),(86904,23834,568,1,1,17547,0,-214.267,1146.52,-1.9117,0.585372,7200,5,0,18862,0,1,0,0,0),(86905,24312,568,1,1,10056,0,-222.574,1124.88,-0.057337,1.32645,7200,0,0,294,0,0,0,0,0),(86906,23597,568,1,1,22309,1,-83.8267,1196.94,5.7285,5.46288,7200,0,0,78044,0,0,0,0,0),(86907,22515,568,1,1,16925,0,-112.116,1159.57,0.083333,3.56047,7200,0,0,4120,0,0,0,0,0),(86908,24312,568,1,1,10056,0,-208.865,1116.26,0.377559,1.20428,7200,0,0,294,0,0,0,0,0),(86909,22515,568,1,1,16925,0,-173.463,1212.12,0.174226,0.383972,7200,0,0,4120,0,0,0,0,0),(86910,23597,568,1,1,22309,1,-80.5356,1197.13,5.59467,3.83972,7200,0,0,78044,0,0,0,0,0),(86911,24312,568,1,1,10056,0,-209.437,1115.29,0.264964,1.37881,7200,0,0,294,0,0,0,0,0),(86912,23746,568,1,1,19595,0,120.172,1638.11,42.3568,6.23082,7200,0,0,4979,0,0,0,0,0),(86913,23889,568,1,1,22324,1,102.504,1523.64,21.2338,2.85248,7200,0,0,2515,0,0,0,0,0),(86914,23597,568,1,1,22310,1,101.955,1588.22,43.6776,4.93928,7200,0,0,78044,0,0,0,0,0),(86915,23889,568,1,1,22322,1,167.954,1523.31,21.2338,1.51648,7200,0,0,2515,0,0,0,0,0),(86916,23889,568,1,1,22325,1,136.024,1525.09,21.2338,6.22001,7200,0,0,2515,0,0,0,0,0),(86917,23746,568,1,1,19595,0,94.9908,1656.76,42.1049,5.88176,7200,0,0,4979,0,0,0,0,0),(86918,23889,568,1,1,22324,1,83.6504,1527.7,21.2338,6.12353,7200,0,0,2515,0,0,0,0,0),(86919,23746,568,1,1,19595,0,171.535,1561.78,53.7917,2.05949,7200,0,0,4979,0,0,0,0,0),(86920,23889,568,1,1,22325,1,160.569,1514.97,21.2338,2.20896,7200,0,0,2515,0,0,0,0,0),(86921,24064,568,1,1,22517,0,247.53,1128.97,0.33017,3.19395,7200,0,0,18862,0,0,0,0,0),(86922,24064,568,1,1,22517,0,221.965,1130.85,0.083334,0.802851,7200,0,0,18862,0,0,0,0,0),(86923,24065,568,1,1,22304,1,179.738,1145.42,0.125,4.69055,7200,5,0,78044,0,1,0,0,0),(86927,24065,568,1,1,22304,1,183.726,1144.8,0.125,4.69055,7200,5,0,78044,0,1,0,0,0),(87042,24064,568,1,1,22517,0,171.733,1138.6,0.125,1.58028,7200,5,0,18862,0,1,0,0,0),(87043,24064,568,1,1,22517,0,236.318,1088.26,0.083335,2.16421,7200,0,0,18862,0,0,0,0,0),(88652,24064,568,1,1,22517,0,230.744,1066.13,0.178641,3.87463,7200,0,0,18862,0,0,0,0,0),(88812,23746,568,1,1,19595,0,124.361,1373.14,-20.883,0.506145,7200,0,0,4979,0,0,0,0,0),(89098,24396,568,1,1,6295,0,176.706,1235.97,-17.1469,1.70773,7200,5,0,29,0,1,0,0,0),(89099,24396,568,1,1,6295,0,85.0883,1222.52,-20.8522,0.55615,7200,5,0,29,0,1,0,0,0),(89100,24396,568,1,1,6295,0,141.691,1356.04,-24.8096,2.14242,7200,5,0,29,0,1,0,0,0),(89101,23746,568,1,1,19595,0,129.791,1357.97,-24.0763,6.0912,7200,0,0,4979,0,0,0,0,0),(89102,23746,568,1,1,19595,0,115.099,1245.86,-20.1063,2.58309,7200,0,0,4979,0,0,0,0,0),(89103,23746,568,1,1,19595,0,107.344,1226.04,-23.9391,0.837758,7200,0,0,4979,0,0,0,0,0),(89104,24396,568,1,1,6295,0,143.78,1220.84,-20.3664,1.83069,7200,5,0,29,0,1,0,0,0),(89105,24396,568,1,1,6295,0,144.046,1371.51,-22.5551,1.85117,7200,5,0,29,0,1,0,0,0),(89106,24396,568,1,1,901,0,74.3894,1229.84,-20.3522,0.856248,7200,5,0,29,0,1,0,0,0),(89107,1412,568,1,1,134,0,184.991,1178.33,2.055,2.98865,7200,10,0,8,0,1,0,0,0),(89108,14881,568,1,1,2536,0,85.6123,1726.32,42.0215,2.93348,7200,5,0,8,0,1,0,0,0),(89109,1412,568,1,1,134,0,-201.169,1310.07,1.4539,5.77058,7200,10,0,8,0,1,0,0,0),(89110,1412,568,1,1,134,0,-193.244,1216.61,0.627825,5.0293,7200,10,0,8,0,1,0,0,0),(89111,23746,568,1,1,19595,0,390.18,1080,6.42698,3.38594,7200,0,0,4979,0,0,0,0,0),(89112,23897,568,1,1,21893,0,250.141,996.782,10.9915,2.00713,7200,0,0,6287,0,0,0,0,0),(89113,23746,568,1,1,19595,0,104.313,1678.46,45.7201,0.383972,7200,0,0,4979,0,0,0,0,0),(89114,23746,568,1,1,19595,0,77.9453,1651.02,46.739,4.31096,7200,0,0,4979,0,0,0,0,0),(89115,23746,568,1,1,19595,0,120.432,766.113,55.1054,6.26573,7200,0,0,4979,0,0,0,0,0),(89116,23746,568,1,1,19595,0,130.957,659.718,57.0027,5.41052,7200,0,0,4979,0,0,0,0,0),(89117,23746,568,1,1,19595,0,-74.4201,1138.56,5.28276,0.767945,7200,0,0,4979,0,0,0,0,0),(89118,23746,568,1,1,19595,0,92.4965,698.917,64.2503,2.32129,7200,0,0,4979,0,0,0,0,0),(89119,23746,568,1,1,19595,0,383.222,1152.55,6.42699,4.55531,7200,0,0,4979,0,0,0,0,0),(89120,23746,568,1,1,19595,0,294.015,1457.98,81.5893,3.26377,7200,0,0,4979,0,0,0,0,0),(89121,23774,568,1,1,22314,1,-205.011,1122.03,-0.553194,1.89687,7200,5,0,94311,0,1,0,0,0),(89122,23834,568,1,1,17547,0,-95.9498,1111.12,5.63477,0.965111,7200,5,0,18862,0,1,0,0,0),(89123,23834,568,1,1,17547,0,-90.4841,1111.62,5.59396,0.962558,7200,5,0,18862,0,1,0,0,0),(89124,24312,568,1,1,10056,0,-209.218,1151.03,0.033993,1.74533,7200,0,0,294,0,0,0,0,0),(89126,24312,568,1,1,10056,0,-225.386,1153.92,-0.692664,3.75246,7200,0,0,294,0,0,0,0,0),(89127,24312,568,1,1,10056,0,-208.297,1152.33,-0.208609,2.25148,7200,0,0,294,0,0,0,0,0),(89130,24312,568,1,1,10056,0,-223.94,1153.75,-0.468028,1.79769,7200,0,0,294,0,0,0,0,0),(89131,23596,568,1,1,22307,1,-78.6729,1199.08,5.63549,1.16937,7200,0,0,78044,6462,0,0,0,0),(89132,24312,568,1,1,10056,0,-222.025,1126.66,-0.315843,3.28122,7200,0,0,294,0,0,0,0,0),(89133,23597,568,1,1,22310,1,337.235,1022.44,9.60534,4.5204,7200,0,0,78044,0,0,0,0,0),(89134,23597,568,1,1,22310,1,327.933,1030.54,9.60501,3.29867,7200,0,0,78044,0,0,0,0,0),(89135,24064,568,1,1,22517,0,221.048,1057.69,1.68041,0.907571,7200,0,0,18862,0,0,0,0,0),(89136,24065,568,1,1,22303,1,372.493,1044.07,9.58696,3.57792,7200,0,0,78044,0,0,0,0,0),(89137,24530,568,1,1,19705,0,364.396,1048.9,9.58343,4.76475,7200,0,0,50299,0,0,0,0,0),(89138,24065,568,1,1,22304,1,367.733,1042.91,9.58983,0.034907,7200,0,0,78044,0,0,0,0,0),(89139,24530,568,1,1,19705,0,375.055,1050.34,9.58932,4.60767,7200,0,0,50299,0,0,0,0,0),(89140,24530,568,1,1,19705,0,148.932,1113.78,1.30726,0.122173,7200,0,0,50299,0,0,0,0,0),(89141,24064,568,1,1,22517,0,242.575,1075.25,0.340571,2.54818,7200,0,0,18862,0,0,0,0,0),(89142,24065,568,1,1,22303,1,236.597,1115.74,0.083333,1.67552,7200,0,0,78044,0,0,0,0,0),(89143,23597,568,1,1,22310,1,358.713,1112.35,5.87011,0.733038,7200,0,0,78044,0,0,0,0,0),(89144,23596,568,1,1,22307,1,364.306,1112.51,5.76931,2.46091,7200,0,0,78044,6462,0,0,0,0),(89145,24064,568,1,1,22517,0,245.382,1138.24,0.083332,5.16617,7200,0,0,18862,0,0,0,0,0),(89146,23746,568,1,1,19595,0,124.88,1225.51,-23.9887,5.98648,7200,0,0,4979,0,0,0,0,0),(89147,24396,568,1,1,901,0,132.032,1358.28,-24.2416,6.03236,7200,5,0,29,0,1,0,0,0),(89148,23746,568,1,1,19595,0,108.058,1371.94,-21.3731,1.32645,7200,0,0,4979,0,0,0,0,0),(89149,24396,568,1,1,6295,0,160.946,1228.61,-18.7414,3.98906,7200,5,0,29,0,1,0,0,0),(89150,24396,568,1,1,901,0,94.144,1374.41,-20.6805,0.152388,7200,5,0,29,0,1,0,0,0),(89151,24396,568,1,1,6295,0,145.674,1226.8,-23.3682,6.11557,7200,5,0,29,0,1,0,0,0),(89152,23746,568,1,1,19595,0,87.4132,1703.16,45.5562,4.74729,7200,0,0,4979,0,0,0,0,0),(89153,23746,568,1,1,19595,0,110.786,734.368,49.4926,3.28122,7200,0,0,4979,0,0,0,0,0),(89154,23746,568,1,1,19595,0,-80.1067,1125.27,5.42039,3.05433,7200,0,0,4979,0,0,0,0,0),(89155,23746,568,1,1,19595,0,119.402,1680.13,47.6264,5.68977,7200,0,0,4979,0,0,0,0,0),(89156,23746,568,1,1,19595,0,-149.192,1350.13,48.2572,0.05236,7200,0,0,4979,0,0,0,0,0),(89157,23790,568,1,1,21767,0,-147.696,1333.27,48.2572,0.820305,7200,0,0,6287,0,0,0,0,0),(89158,23746,568,1,1,19595,0,-22.2064,1350.52,48.2573,3.9619,7200,0,0,4979,0,0,0,0,0),(89159,23746,568,1,1,19595,0,179.912,1657.18,47.8062,3.50811,7200,0,0,4979,0,0,0,0,0),(89160,23834,568,1,1,17547,0,-212.318,1106.67,-0.100973,1.15832,7200,5,0,18862,0,1,0,0,0),(89161,23834,568,1,1,17547,0,-195.346,1127.15,0.249147,2.81606,7200,5,0,18862,0,1,0,0,0),(89162,23834,568,1,1,17547,0,-204.952,1127.64,-1.10097,1.70847,7200,5,0,18862,0,1,0,0,0),(89163,23834,568,1,1,17547,0,-215.168,1120.53,-1.78481,6.08606,7200,5,0,18862,0,1,0,0,0),(89164,22515,568,1,1,16925,0,-178.349,1350.27,-0.023093,5.46288,7200,0,0,4120,0,0,0,0,0),(89165,23597,568,1,1,22310,1,-86.4353,1150.79,5.67736,6.24828,7200,0,0,78044,0,0,0,0,0),(89167,23834,568,1,1,17547,0,-132.169,1140.14,0.463024,5.27626,7200,0,0,18862,0,0,0,0,0),(89168,23597,568,1,1,22309,1,-78.7532,1150.4,5.49613,3.07178,7200,0,0,78044,0,0,0,0,0),(89169,23596,568,1,1,22307,1,-86.0985,1083.58,1.19911,6.05629,7200,0,0,78044,6462,0,0,0,0),(89170,23597,568,1,1,22309,1,-195.045,1323.84,0.605175,0.25652,7200,0,0,78044,0,0,0,0,0),(89171,23597,568,1,1,22309,1,-83.8775,1081.24,1.01608,1.65806,7200,0,0,78044,0,0,0,0,0),(89172,24064,568,1,1,22517,0,227.794,1136.08,0.083332,2.35619,7200,0,0,18862,0,0,0,0,0),(89173,24064,568,1,1,22517,0,237.411,1135.67,0.083334,5.86431,7200,0,0,18862,0,0,0,0,0),(89174,24065,568,1,1,22303,1,221.439,1138.82,0.125,2.53465,7200,5,0,78044,0,1,0,0,0),(89175,24064,568,1,1,22517,0,240.458,1125.04,0.083334,0.802851,7200,0,0,18862,0,0,0,0,0),(89176,24064,568,1,1,22517,0,226.897,1079.17,0.083331,3.82227,7200,0,0,18862,0,0,0,0,0),(89177,24064,568,1,1,22517,0,228.512,1126.03,0.083332,4.01426,7200,0,0,18862,0,0,0,0,0),(89178,23746,568,1,1,19595,0,65.665,1656.89,51.8595,5.95157,7200,0,0,4979,0,0,0,0,0),(89179,23746,568,1,1,19595,0,148.688,698.372,67.6114,1.01229,7200,0,0,4979,0,0,0,0,0),(89180,23746,568,1,1,19595,0,-151.682,1339.34,48.2572,2.80998,7200,0,0,4979,0,0,0,0,0),(89181,23746,568,1,1,19595,0,108.381,1632.48,47.6339,0.977384,7200,0,0,4979,0,0,0,0,0),(89182,23746,568,1,1,19595,0,290.516,1467.13,81.5893,5.41052,7200,0,0,4979,0,0,0,0,0),(89183,23746,568,1,1,19595,0,133.719,1631.77,47.752,4.08407,7200,0,0,4979,0,0,0,0,0),(89184,23746,568,1,1,19595,0,130.362,733.863,49.7089,4.34587,7200,0,0,4979,0,0,0,0,0),(89185,23746,568,1,1,19595,0,119.427,928.836,64.3938,4.66003,7200,0,0,4979,0,0,0,0,0),(89186,23746,568,1,1,19595,0,333.131,1085.87,7.72835,1.44862,7200,0,0,4979,0,0,0,0,0),(89187,23746,568,1,1,19595,0,63.9015,1735.93,47.6881,5.8294,7200,0,0,4979,0,0,0,0,0),(89188,22515,568,1,1,16925,0,-177.929,1274.98,1.5615,0.436332,7200,0,0,4120,0,0,0,0,0),(89189,23774,568,1,1,22313,1,-208.207,1130.93,-1.72597,0.452702,7200,5,0,94311,0,1,0,0,0),(89190,23774,568,1,1,22313,1,-193.362,1242.08,0.651445,5.67232,7200,0,0,94311,0,0,0,0,0),(89191,23586,568,1,1,22983,1,-186.455,1323.15,-0.033457,4.11898,7200,0,0,6287,0,0,0,0,0),(89192,23597,568,1,1,22309,1,-82.6712,1153.38,5.67735,4.66003,7200,0,0,78044,0,0,0,0,0),(89193,23774,568,1,1,22313,1,-204.005,1159.89,-0.738282,2.41081,7200,5,0,94311,0,1,0,0,0),(89194,23597,568,1,1,22309,1,-181.866,1158.57,12.0392,0.977384,7200,0,0,78044,0,0,0,0,0),(89195,23597,568,1,1,22309,1,-181.74,1164.2,12.0392,5.13127,7200,0,0,78044,0,0,0,0,0),(89196,23596,568,1,1,22308,1,-177.464,1159.71,12.0392,2.74017,7200,0,0,78044,6462,0,0,0,0),(89197,24312,568,1,1,10056,0,-206.347,1136.5,0.152328,6.17846,7200,0,0,294,0,0,0,0,0),(89199,24065,568,1,1,22304,1,234.628,1078.93,0.125,4.41342,7200,5,0,78044,0,1,0,0,0),(89200,24064,568,1,1,22517,0,215.973,1072.41,1.2816,1.69297,7200,0,0,18862,0,0,0,0,0),(89201,24064,568,1,1,22517,0,192.933,1167.76,1.29923,4.41849,7200,5,0,18862,0,1,0,0,0),(89202,24064,568,1,1,22517,0,179.434,1167.02,0.549227,5.63265,7200,5,0,18862,0,1,0,0,0),(89203,24064,568,1,1,22517,0,193.293,1173.71,2.04923,0.358979,7200,5,0,18862,0,1,0,0,0),(89204,24047,568,1,1,834,0,284.695,1033.79,-3.70402,0.800363,7200,5,0,25150,0,1,0,0,0),(89205,24047,568,1,1,834,0,298.851,1023.65,-1.39662,5.41663,7200,5,0,25150,0,1,0,0,0),(89206,24047,568,1,1,834,0,303.241,1008.27,-3.27641,1.64086,7200,5,0,25150,0,1,0,0,0),(89207,24065,568,1,1,22303,1,221.267,1067.83,0.375,1.69092,7200,5,0,78044,0,1,0,0,0),(89208,23814,568,1,1,0,0,376.693,1402.5,74.7988,3.53507,25,0,0,2136,0,0,0,0,0),(89209,23746,568,1,1,19595,0,78.3507,733.04,56.7177,3.4383,7200,0,0,4979,0,0,0,0,0),(89210,23746,568,1,1,19595,0,341.022,1310.98,81.6709,3.33358,7200,0,0,4979,0,0,0,0,0),(89211,23746,568,1,1,19595,0,133.822,1759.53,47.9103,1.72788,7200,0,0,4979,0,0,0,0,0),(89212,24444,568,1,1,22437,0,-74.9698,1158.32,5.43907,4.53526,7200,0,0,7231,0,0,0,0,0),(89213,23746,568,1,1,19595,0,423.1,1084.32,7.31664,2.54818,7200,0,0,4979,0,0,0,0,0),(89214,23746,568,1,1,19595,0,81.9872,1648.87,47.9493,1.46608,7200,0,0,4979,0,0,0,0,0),(89215,23746,568,1,1,19595,0,119.295,1711.27,47.2793,2.04204,7200,0,0,4979,0,0,0,0,0),(89216,24312,568,1,1,10056,0,-209.442,1117.17,0.41697,0.785398,7200,0,0,294,0,0,0,0,0),(89217,24312,568,1,1,10056,0,-224.442,1154.63,-0.606921,6.24828,7200,0,0,294,0,0,0,0,0),(89219,23597,568,1,1,22310,1,-225.5,1314.84,1.91045,5.63741,7200,0,0,78044,0,0,0,0,0),(89220,23597,568,1,1,22310,1,-221.845,1316.85,1.17543,3.89208,7200,0,0,78044,0,0,0,0,0),(89221,23596,568,1,1,22307,1,-222.093,1312.36,2.4422,1.64061,7200,0,0,78044,6462,0,0,0,0),(89222,22515,568,1,1,16925,0,-185.469,1292.65,1.96368,2.05949,7200,0,0,4120,0,0,0,0,0),(89223,23774,568,1,1,22313,1,-213.016,1159.9,-1.69267,0.785406,7200,5,0,94311,0,1,0,0,0),(89224,22515,568,1,1,16925,0,-166.024,1191.63,0.925669,2.80998,7200,0,0,4120,0,0,0,0,0),(89226,23817,568,1,1,10056,0,-38.8813,1084.2,18.7948,0.575959,7200,0,0,294,0,0,0,0,0),(89227,23817,568,1,1,10056,0,-40.7069,1088.51,18.7948,0.017453,7200,0,0,294,0,0,0,0,0),(89228,23817,568,1,1,10056,0,-38.9577,1207.25,18.7947,4.06662,7200,0,0,294,0,0,0,0,0),(89229,23813,568,1,1,19595,0,-51.0977,1150.07,18.7896,3.28122,7200,0,0,2136,0,0,0,0,0),(89230,24363,568,1,1,19595,0,118.832,1009.86,67.8271,4.86947,7200,5,0,2136,0,1,0,0,0),(89231,24363,568,1,1,19595,0,116.286,1277.44,-15.2687,4.59022,7200,5,0,2136,0,1,0,0,0),(89233,23596,568,1,1,22307,1,-80.9743,1194.18,5.6611,2.28638,7200,0,0,78044,6462,0,0,0,0),(89235,24312,568,1,1,10056,0,-207.601,1150.81,-0.151421,1.81514,7200,0,0,294,0,0,0,0,0),(89236,24312,568,1,1,10056,0,-205.27,1134.63,0.203882,0.366519,7200,0,0,294,0,0,0,0,0),(89237,23774,568,1,1,22313,1,-217.94,1147.27,-1.9117,3.02546,7200,5,0,94311,0,1,0,0,0),(89241,23597,568,1,1,22309,1,-130.566,1137.6,0.465736,2.53073,7200,0,0,78044,0,0,0,0,0),(89242,24312,568,1,1,10056,0,-210.534,1115.47,0.468966,1.18682,7200,0,0,294,0,0,0,0,0),(89243,23597,568,1,1,22310,1,-82.1988,1084.49,0.972757,3.7001,7200,0,0,78044,0,0,0,0,0),(89244,23586,568,1,1,22983,1,-198.805,1227.37,1.09097,1.32645,7200,0,0,6287,0,0,0,0,0),(89245,23596,568,1,1,22307,1,-190.82,1325.56,-0.033457,3.63029,7200,0,0,78044,6462,0,0,0,0),(89246,23596,568,1,1,22308,1,-82.871,1147.99,5.67737,1.55334,7200,0,0,78044,6462,0,0,0,0),(89247,22515,568,1,1,16925,0,-114.455,1125.79,0.083333,3.33358,7200,0,0,4120,0,0,0,0,0),(89248,23774,568,1,1,22314,1,-207.92,1162.87,-0.997889,4.66003,7200,0,0,94311,0,0,0,0,0),(89250,22515,568,1,1,16925,0,-127.524,1167.95,0.760725,2.56563,7200,0,0,4120,0,0,0,0,0),(89251,23596,568,1,1,22308,1,-140.903,1134.42,0.167008,1.22173,7200,0,0,78044,6462,0,0,0,0),(89252,24312,568,1,1,10056,0,-206.541,1134.73,0.344968,0.401426,7200,0,0,294,0,0,0,0,0),(89254,22515,568,1,1,16925,0,-195.533,1357.58,0.427896,2.58309,7200,0,0,4120,0,0,0,0,0),(89255,23597,568,1,1,22310,1,-133.446,1147.77,0.247097,4.24115,7200,0,0,78044,0,0,0,0,0),(89256,14881,568,1,1,9829,0,162.76,1697.51,42.1049,3.28122,7200,0,0,8,0,0,0,0,0),(89257,14881,568,1,1,1160,0,105.415,1660.29,42.0216,0.682085,7200,5,0,8,0,1,0,0,0),(89258,14881,568,1,1,1160,0,90.1453,1727.29,42.0215,3.45978,7200,5,0,8,0,1,0,0,0),(89259,23581,568,1,1,22275,1,-50.7096,1423.47,27.4899,6.17846,7200,0,0,78044,32310,0,0,0,0),(89260,23582,568,1,1,22271,1,-53.3283,1416.59,27.3666,0.017453,7200,0,0,78044,0,0,0,0,0),(89261,23542,568,1,1,22273,1,-53.39,1422.76,27.367,6.17846,7200,0,0,78044,0,0,0,0,0),(89262,23582,568,1,1,22272,1,-50.7764,1415.72,27.4538,0,7200,0,0,78044,0,0,0,0,0),(89263,23580,568,1,1,22277,1,-84.733,1375.83,40.8849,1.41372,7200,0,0,97556,0,0,0,0,0),(89264,23580,568,1,1,22278,1,-76.1125,1375.98,40.8471,1.67552,7200,0,0,97556,0,0,0,0,0),(89265,1412,568,1,1,134,0,50.0498,1422.87,1.07552,0.925025,7200,0,0,8,0,0,0,0,0),(89266,24217,568,1,1,22467,0,-92.281,1418.93,27.3781,3.10991,7200,0,0,37724,0,0,0,0,0),(89267,24217,568,1,1,22467,0,-88.112,1419.37,27.3781,2.53874,7200,0,0,37724,0,0,0,0,0),(89268,23580,568,1,1,22277,1,-84.5659,1315.04,41.201,4.85202,7200,0,0,97556,0,0,0,0,0),(89269,23581,568,1,1,22276,1,-71.6538,1315.07,41.3016,4.4855,7200,0,0,78044,32310,0,0,0,0),(89270,23581,568,1,1,22276,1,-88.9147,1314.97,41.1013,4.97419,7200,0,0,78044,32310,0,0,0,0),(89271,23580,568,1,1,22278,1,-75.9265,1315.24,41.3016,4.60767,7200,0,0,97556,0,0,0,0,0),(89272,24217,568,1,1,22467,0,-94.1759,1342.15,40.9046,1.42279,7200,0,0,37724,0,0,0,0,0),(89273,14881,568,1,1,2536,0,91.6916,1725.1,42.0215,2.8154,7200,5,0,8,0,1,0,0,0),(89274,23586,568,1,1,22983,1,-179.821,1347.53,-0.020919,0.148083,7200,5,0,6287,0,1,0,0,0),(89275,24217,568,1,1,22467,0,-98.9552,1359.19,40.8913,2.55043,7200,0,0,37724,0,0,0,0,0),(89276,14881,568,1,1,14952,0,66.6136,1692.46,42.0215,3.01154,7200,5,0,8,0,1,0,0,0),(89277,14881,568,1,1,2536,0,99.9732,1669.12,42.0216,5.83846,7200,5,0,8,0,1,0,0,0),(89278,23586,568,1,1,22983,1,-207.987,1376.99,0.006258,1.59629,7200,5,0,6287,0,1,0,0,0),(89279,24396,568,1,1,6295,0,111.421,1204.28,-21.2236,4.84312,7200,5,0,29,0,1,0,0,0),(89280,23586,568,1,1,22983,1,-197.946,1325.93,1.25821,1.76407,7200,5,0,6287,0,1,0,0,0),(12404,23889,568,1,1,0,1,108.831,688.201,45.1114,1.55981,7200,0,0,2515,0,0,0,0,0),(89282,1412,568,1,1,134,0,-229.353,1425.05,0.94149,0.488692,7200,0,0,8,0,0,0,0,0),(11906,23889,568,1,1,0,1,106.105,688.231,45.1114,1.55981,7200,0,0,2515,0,0,0,0,0),(89284,23586,568,1,1,22983,1,-134.575,1189.24,0.125,1.69314,7200,5,0,6287,0,1,0,0,0),(89285,23586,568,1,1,22983,1,-143.626,1144.37,0.202364,6.02139,7200,0,0,6287,0,0,0,0,0),(89286,23834,568,1,1,17547,0,-142.093,1141.8,0.335745,2.10754,7200,0,0,18862,0,0,0,0,0),(89287,23586,568,1,1,22983,1,-200.669,1253.68,1.28333,1.86412,7200,5,0,6287,0,1,0,0,0),(89288,23586,568,1,1,22983,1,-170.374,1239.39,1.66798,2.73909,7200,5,0,6287,0,1,0,0,0),(89289,23586,568,1,1,22983,1,-212.178,1161.06,-1.58448,1.10716,7200,5,0,6287,0,1,0,0,0),(10560,23889,568,1,1,0,1,103.164,688.263,45.1114,1.55981,7200,0,0,2515,0,0,0,0,0),(9252,23889,568,1,1,0,1,131.498,688.34,45.1114,1.54604,7200,0,0,2515,0,0,0,0,0),(89292,14881,568,1,1,9829,0,96.2507,1661.01,42.0216,1.96371,7200,5,0,8,0,1,0,0,0),(89293,23586,568,1,1,22983,1,-154.766,1196.84,0.125,0.829683,7200,5,0,6287,0,1,0,0,0),(4915,23889,568,1,1,0,1,128.088,688.424,45.1114,1.54604,7200,0,0,2515,0,0,0,0,0),(1107,24179,568,1,1,0,1,305.573,1389.8,57.135,3.45356,7200,0,0,65037,32310,0,0,0,0),(89300,23817,568,1,1,10056,0,-38.2802,1088.14,18.7948,1.27409,7200,0,0,294,0,0,0,0,0),(89301,23817,568,1,1,10056,0,-39.536,1213.3,18.7947,5.58505,7200,0,0,294,0,0,0,0,0),(89302,23817,568,1,1,10056,0,-38.5764,1218.68,18.7947,4.97419,7200,0,0,294,0,0,0,0,0),(89303,23586,568,1,1,22983,1,-171.875,1213.34,0.127825,3.7951,7200,0,0,6287,0,0,0,0,0),(89304,1412,568,1,1,134,0,55.5945,1428.36,1.0813,4.24265,7200,10,0,8,0,1,0,0,0),(86210,24179,568,1,1,22262,1,69.0978,1416.27,0.800665,6.25885,7200,0,0,65037,32310,0,0,0,0),(89311,24180,568,1,1,0,1,306.92,1383.61,57.1572,3.25813,7200,0,0,65037,32310,0,0,0,0),(89283,24549,568,1,1,0,1,302.193,1385.68,57.4693,3.4605,7200,0,0,130074,0,0,0,0,0),(89308,23586,568,1,1,22983,1,-195.518,1285.67,1.43967,1.51203,7200,5,0,6287,0,1,0,0,0),(89281,24175,568,1,1,0,1,224.41,1479.77,25.9171,4.7339,7200,0,0,75449,0,0,0,0,0),(89310,23581,568,1,1,22275,1,132.874,1410.11,-4.91132,0.345519,7200,5,0,78044,32310,1,0,0,0),(12922,23889,568,1,1,0,1,111.764,688.095,45.1114,1.5386,7200,0,0,2515,0,0,0,0,0),(89312,23586,568,1,1,22983,1,-107.676,1154.55,0.083333,3.94444,7200,0,0,6287,0,0,0,0,0),(89313,23586,568,1,1,22983,1,-167.522,1194.68,0.642452,5.3058,7200,0,0,6287,0,0,0,0,0),(89314,23817,568,1,1,10056,0,-42.8135,1085.94,18.7948,2.04204,7200,0,0,294,0,0,0,0,0),(89315,23817,568,1,1,10056,0,-37.6035,1085.87,18.7948,0.296706,7200,0,0,294,0,0,0,0,0),(89316,23817,568,1,1,10056,0,-36.2872,1218.11,18.7947,0.034907,7200,0,0,294,0,0,0,0,0),(89317,23817,568,1,1,10056,0,-39.7272,1216.09,18.7947,5.58505,7200,0,0,294,0,0,0,0,0),(89318,14881,568,1,1,1160,0,73.3515,1684.77,42.0215,0.79049,7200,5,0,8,0,1,0,0,0),(89319,23817,568,1,1,10056,0,-39.7956,1081.47,18.7948,2.74017,7200,0,0,294,0,0,0,0,0),(89320,23817,568,1,1,10056,0,-39.3636,1209.73,18.7947,0.593412,7200,0,0,294,0,0,0,0,0),(89321,23817,568,1,1,10056,0,-37.3368,1212.53,18.7947,0.314159,7200,0,0,294,0,0,0,0,0),(89322,23578,568,1,1,21633,0,-18.6421,1150.46,18.7947,3.19395,259200,0,0,939330,0,0,0,0,0),(89323,23817,568,1,1,10056,0,-41.177,1084.59,18.7948,1.06465,7200,0,0,294,0,0,0,0,0),(89324,14881,568,1,1,1160,0,104.595,1659.01,42.0216,5.65418,7200,5,0,8,0,1,0,0,0),(89326,24059,568,1,1,22301,1,81.1417,1147.26,0.197549,3.02961,7200,5,0,78044,0,1,0,0,0),(89327,23596,568,1,1,22307,1,81.7096,1144.18,0.197549,3.3227,7200,0,0,78044,6462,0,0,0,0),(89328,23817,568,1,1,10056,0,-36.4398,1209.93,18.7947,0.331613,7200,0,0,294,0,0,0,0,0),(89329,23586,568,1,1,22983,1,-117.331,1121.12,0.0878,2.26893,7200,0,0,6287,0,0,0,0,0),(89331,23597,568,1,1,22309,1,-189.317,1319.33,-0.033457,1.02974,7200,0,0,78044,0,0,0,0,0),(89332,23817,568,1,1,10056,0,-40.0005,1090.55,18.7948,1.11701,7200,0,0,294,0,0,0,0,0),(89333,23817,568,1,1,10056,0,-33.6638,1087.02,18.7948,0.959931,7200,0,0,294,0,0,0,0,0),(89334,23817,568,1,1,10056,0,-36.2434,1088.15,18.7948,1.72788,7200,0,0,294,0,0,0,0,0),(89335,23817,568,1,1,10056,0,-31.0391,1088.33,18.7948,2.70526,7200,0,0,294,0,0,0,0,0),(89336,23817,568,1,1,10056,0,-35.0347,1084.92,18.7948,5.21853,7200,0,0,294,0,0,0,0,0),(89337,23817,568,1,1,10056,0,-28.4201,1082.09,18.7948,4.01426,7200,0,0,294,0,0,0,0,0),(89338,23817,568,1,1,10056,0,-30.5146,1084.72,18.7948,1.79769,7200,0,0,294,0,0,0,0,0),(89339,23817,568,1,1,10056,0,-34.0568,1082.02,18.7947,2.67035,7200,0,0,294,0,0,0,0,0),(89340,23817,568,1,1,10056,0,-31.6647,1081.88,18.7948,6.17846,7200,0,0,294,0,0,0,0,0),(89341,23817,568,1,1,10056,0,-33.5926,1090.16,18.7948,5.13127,7200,0,0,294,0,0,0,0,0),(89342,23817,568,1,1,10056,0,-29.1757,1090.27,18.7948,0.680678,7200,0,0,294,0,0,0,0,0),(89343,23817,568,1,1,10056,0,-33.1212,1209.77,18.7947,2.77507,7200,0,0,294,0,0,0,0,0),(89344,23817,568,1,1,10056,0,-28.0851,1214.22,18.7947,3.38594,7200,0,0,294,0,0,0,0,0),(89345,23817,568,1,1,10056,0,-27.0043,1211.99,18.7947,3.94444,7200,0,0,294,0,0,0,0,0),(89346,23817,568,1,1,10056,0,-29.8651,1211.38,18.7947,2.94961,7200,0,0,294,0,0,0,0,0),(89347,23817,568,1,1,10056,0,-29.7244,1208.43,18.7947,4.93928,7200,0,0,294,0,0,0,0,0),(89348,23817,568,1,1,10056,0,-34.0586,1207.23,18.7947,4.60767,7200,0,0,294,0,0,0,0,0),(89349,23817,568,1,1,10056,0,-28.0705,1216.81,18.7947,1.39626,7200,0,0,294,0,0,0,0,0),(89350,23817,568,1,1,10056,0,-30.4304,1216.39,18.7947,4.90438,7200,0,0,294,0,0,0,0,0),(89351,23817,568,1,1,10056,0,-32.37,1212.68,18.7947,1.0472,7200,0,0,294,0,0,0,0,0),(89352,23817,568,1,1,10056,0,-32.0784,1218.55,18.7947,5.65487,7200,0,0,294,0,0,0,0,0),(89353,23817,568,1,1,10056,0,-34.4183,1213.35,18.7947,2.26893,7200,0,0,294,0,0,0,0,0),(89354,23817,568,1,1,10056,0,-32.7619,1215.33,18.7947,2.80998,7200,0,0,294,0,0,0,0,0),(89355,23817,568,1,1,10056,0,-26.5745,1084.44,18.7948,2.79253,7200,0,0,294,0,0,0,0,0),(89356,23817,568,1,1,10056,0,-27.2051,1087.54,18.7948,1.76278,7200,0,0,294,0,0,0,0,0),(89357,24239,568,1,1,22332,1,105.457,968.15,30.5099,6.28278,259200,0,0,939330,0,0,0,0,0),(89358,23863,568,1,1,0,1,120.132,664.015,51.7023,1.5806,259200,0,0,1565550,0,0,0,0,0),(89359,15760,0,1,1,15744,1,-9468.33,24.9295,56.5369,6.0912,180,0,0,955,0,0,0,0,0),(89360,15760,0,1,1,15745,1,-9465.93,24.9355,56.6126,3.12414,180,0,0,955,0,0,0,0,0),(89361,15760,0,1,1,15744,1,-8866.35,676.362,97.9864,0.034907,180,0,0,955,0,0,0,0,0),(89362,15760,0,1,1,15745,1,-8864.07,675.996,97.9864,2.87979,180,0,0,955,0,0,0,0,0),(89363,15760,0,1,1,15744,1,-10647.7,1174.96,34.4276,1.09956,180,0,0,955,0,0,0,0,0),(89364,15760,0,1,1,15745,1,-10645.7,1177.46,34.5556,4.13643,180,0,0,955,0,0,0,0,0),(89365,15760,0,1,1,15744,1,-10523.2,-1164.94,27.5597,1.5708,180,0,0,955,0,0,0,0,0),(89366,15760,0,1,1,15745,1,-10523.5,-1162.52,27.5597,4.66003,180,0,0,955,0,0,0,0,0),(89367,15760,0,1,1,15744,1,-9223.84,-2153.94,64.0168,3.01942,180,0,0,955,0,0,0,0,0),(89368,15760,0,1,1,15745,1,-9225.23,-2153.85,64.0168,6.23082,180,0,0,955,0,0,0,0,0),(89369,15760,0,1,1,15746,1,-5581.24,-525.341,400.846,1.51844,180,0,0,955,0,0,0,0,0),(89370,15760,0,1,1,15747,1,-5581.07,-523.102,400.846,4.62512,180,0,0,955,0,0,0,0,0),(89371,15760,0,1,1,15747,1,-4853.14,-870.297,501.997,4.81711,180,0,0,955,0,0,0,0,0),(89372,15760,0,1,1,15746,1,-4852.92,-872.19,501.997,1.69297,180,0,0,955,0,0,0,0,0),(89373,15760,530,1,1,21178,1,-1906.05,5773.35,131.296,3.9619,180,0,0,955,0,0,0,0,0),(89374,15760,530,1,1,21177,1,-1907.47,5771.96,131.296,0.645772,180,0,0,955,0,0,0,0,0),(89375,15760,1,1,1,15748,1,9817.05,956.271,1308.87,1.88496,180,0,0,955,0,0,0,0,0),(89376,15760,1,1,1,15758,1,9816.57,957.975,1308.88,4.88692,180,0,0,955,0,0,0,0,0),(89377,15760,530,1,1,21177,1,-4123.25,-12473.5,44.6518,4.45059,180,0,0,955,0,0,0,0,0),(89378,15760,530,1,1,21178,1,-4123.87,-12475.4,44.6513,1.25664,180,0,0,955,0,0,0,0,0),(89379,15760,0,1,1,15752,1,-14461.9,491.803,15.2063,0.837758,180,0,0,955,0,0,0,0,0),(89380,15760,0,1,1,15750,1,-14460.8,492.998,15.208,3.92699,180,0,0,955,0,0,0,0,0),(89381,15760,1,1,1,15759,1,-412.213,-2653.14,96.3063,2.63545,180,0,0,955,0,0,0,0,0),(89382,15760,1,1,1,15751,1,-414.373,-2651.99,96.3063,5.79449,180,0,0,955,0,0,0,0,0),(89383,15760,1,1,1,15751,1,1629.61,-4439.9,15.5944,0.977384,180,0,0,955,0,0,0,0,0),(89384,15760,1,1,1,15756,1,1630.71,-4438.38,15.6045,4.11898,180,0,0,955,0,0,0,0,0),(89385,15760,1,1,1,15759,1,-1291.8,46.9446,129.292,3.63029,180,0,0,955,0,0,0,0,0),(89386,15760,1,1,1,15754,1,-1294.27,45.5886,129.292,0.575959,180,0,0,955,0,0,0,0,0),(89387,15760,0,1,1,15755,1,1635.82,233.67,-43.0193,1.11701,180,0,0,955,0,0,0,0,0),(89388,15760,0,1,1,15753,1,1637.09,236.273,-43.0193,4.34587,180,0,0,955,0,0,0,0,0),(89389,15760,0,1,1,15755,1,-11.5524,-932.199,57.2556,5.84685,180,0,0,955,0,0,0,0,0),(89390,15760,0,1,1,15753,1,-9.5064,-933.083,57.2556,2.74017,180,0,0,955,0,0,0,0,0),(89391,15760,0,1,1,15755,1,2249.08,240.226,34.3437,6.14356,180,0,0,955,0,0,0,0,0),(89392,15760,0,1,1,15753,1,2251.53,240.007,34.3437,3.05433,180,0,0,955,0,0,0,0,0),(89393,15760,1,1,1,15751,1,330.857,-4689.74,16.5411,1.50098,180,0,0,955,0,0,0,0,0),(89394,15760,1,1,1,15756,1,331.185,-4687.07,16.5411,4.53786,180,0,0,955,0,0,0,0,0),(89395,15760,1,1,1,15759,1,-2375.13,-341.74,-8.87366,4.2586,180,0,0,955,0,0,0,0,0),(89396,15760,1,1,1,15754,1,-2376.24,-344.29,-8.87366,1.20428,180,0,0,955,0,0,0,0,0),(89397,15760,0,1,1,15756,1,-6665.69,-2167.53,245.456,5.67232,180,0,0,955,0,0,0,0,0),(89398,15760,0,1,1,15751,1,-6663,-2169.4,245.456,2.49582,180,0,0,955,0,0,0,0,0),(89399,15760,530,1,1,21175,1,9695.96,-7375.55,12.0052,0.314159,180,0,0,955,0,0,0,0,0),(89400,15760,530,1,1,21176,1,9697.58,-7375.01,12.0039,3.64774,180,0,0,955,0,0,0,0,0),(89401,15760,530,1,1,21176,1,9575.18,-7220.55,16.2212,4.60767,180,0,0,955,0,0,0,0,0),(89402,15760,530,1,1,21176,1,9575.22,-7222.04,16.2204,1.74533,180,0,0,955,0,0,0,0,0),(89403,15760,530,1,1,21176,1,9475.21,-6864.08,17.4482,2.30383,180,0,0,955,0,0,0,0,0),(89404,15760,530,1,1,21175,1,9473.97,-6862.7,17.4677,5.48033,180,0,0,955,0,0,0,0,0),(89405,15760,0,1,1,15744,1,-858.777,-558.361,11.7749,4.66003,180,0,0,955,0,0,0,0,0),(89406,15760,0,1,1,15745,1,-858.831,-559.944,11.7749,1.50098,180,0,0,955,0,0,0,0,0),(89407,18927,0,1,1,18800,0,-8837.9,553.154,95.9797,0.15708,180,0,0,42,0,0,3,0,0),(89408,18927,0,1,1,18800,0,-8837.23,554.917,95.7154,5.044,180,0,0,42,0,0,0,0,0),(89409,18927,0,1,1,18801,0,-8854.78,649.83,96.7417,1.43117,180,0,0,42,0,0,3,0,0),(89410,18927,0,1,1,18800,0,-8855.72,651.851,96.6895,5.70723,180,0,0,42,0,0,0,0,0),(89411,23064,530,1,1,21237,0,-1732.4,5465.62,-12.3448,3.90954,180,0,0,1003,0,0,0,0,0),(89412,23065,530,1,1,21236,0,-1972.55,5346.77,-12.3448,0.401426,180,0,0,1003,0,0,0,0,0),(89413,15732,0,1,1,13349,0,-8823.24,543.75,96.7631,2.89725,180,0,0,1003,0,0,0,0,0),(89414,15732,0,1,1,13349,0,-5046.5,-816.26,495.22,2.11185,180,0,0,1003,0,0,0,0,0),(89415,15732,530,1,1,13349,0,-3998.22,-11904.2,-1.3401,3.01942,180,0,0,1003,0,0,0,0,0),(89416,15732,0,1,1,13349,0,-14296,519.288,9.0344,3.28122,180,0,0,1003,0,0,0,0,0),(89417,15732,1,1,1,13349,0,1329.46,-4605.78,23.8204,3.71755,180,0,0,1003,0,0,0,0,0),(89418,15732,0,1,1,13349,0,2049.43,275.707,56.9202,3.10669,180,0,0,1003,0,0,0,0,0),(89419,15732,530,1,1,13349,0,9341.16,-7267.78,14.6316,4.95674,180,0,0,1003,0,0,0,0,0),(89420,19148,0,1,1,18797,0,-4900.87,-957.314,501.541,4.17134,180,0,0,42,0,0,3,0,0),(89421,19148,0,1,1,18797,0,-4901.8,-958.955,501.543,1.01229,180,0,0,42,0,0,0,0,0),(53620,13420,1,1,1,13344,0,1657.5,-4426.88,17.2108,2.80998,180,0,0,1003,0,0,0,0,0),(86236,19178,0,1,1,18811,0,1626.7,222.7,-43.0193,1.01229,180,0,0,42,0,0,0,0,0),(86355,19178,0,1,1,18811,0,1573.04,265.955,-43.0193,0.593412,180,0,0,42,0,0,3,0,0),(89422,19178,0,1,1,18811,0,1574.55,267.583,-43.0193,3.76991,180,0,0,42,0,0,0,0,0),(86180,13434,0,1,1,13350,0,-4926.36,-979.266,501.56,1.6057,180,0,0,1003,0,0,0,0,0),(89423,13636,0,1,1,13730,0,147.423,-208.914,153.49,0.15708,180,0,0,1342,0,0,0,0,0),(89424,13602,0,1,1,13644,0,235.035,-359.131,161.38,4.45075,180,0,0,3831,0,0,0,0,0),(89425,15692,0,1,1,7790,1,-6589.65,-1835.64,244.4,1.29367,180,5,0,2310,0,1,0,0,0),(89426,15692,0,1,1,7790,1,-6637.21,-1836.91,247.373,2.34234,180,5,0,2310,0,1,0,0,0),(89427,15692,0,1,1,7790,1,-6608.72,-1852.43,244.269,1.6057,180,0,0,2310,0,0,0,0,0),(89428,15692,0,1,1,7790,1,-6592.98,-1867.66,245.247,4.24115,180,0,0,2310,0,0,0,0,0),(89429,15692,0,1,1,7789,1,-6629.13,-1871.31,244.269,2.10952,180,5,0,2310,0,1,0,0,0),(89430,15692,0,1,1,7789,1,-6603.6,-1887.39,245.144,4.47091,180,5,0,2310,0,1,0,0,0),(89431,15692,0,1,1,7792,1,-6590.66,-1875.92,245.398,0.688031,180,5,0,2310,0,1,0,0,0),(89432,15664,0,1,1,15903,0,-6609.19,-1857.01,244.359,5.35816,180,0,0,102,0,0,0,0,0),(89433,15692,0,1,1,7791,1,-6613.01,-1857.67,244.269,3.22886,180,0,0,2310,0,0,0,0,0),(89434,15692,0,1,1,7790,1,-6603.86,-1856.71,244.519,0.087266,180,0,0,2310,0,0,0,0,0),(89435,15692,0,1,1,7789,1,-6608.5,-1861.86,244.394,4.86947,180,0,0,2310,0,0,0,0,0),(89437,15685,1,1,1,6950,1,-8065.21,-5317.76,1.69655,2.74004,180,0,0,2218,0,0,0,0,0),(89438,15685,1,1,1,6954,1,-8063.47,-5312.91,1.55462,-1.76068,180,0,0,2218,0,0,0,0,0),(89439,15685,1,1,1,6951,1,-8056.21,-5319.81,1.46917,0.562535,180,0,0,2218,0,0,0,0,0),(89440,15664,1,1,1,15903,0,-8086.09,-5279.64,1.30106,1.13446,180,0,0,102,0,0,0,0,0),(89441,15685,1,1,1,6954,1,-8076.72,-5284.68,0.699819,1.34912,180,0,0,2218,0,0,0,0,0),(89442,15685,1,1,1,6951,1,-8057.25,-5258.35,1.69982,1.15097,180,0,0,2218,0,0,0,0,0),(943,7033,0,1,1,11549,1,-7853.94,-2615.34,120.061,4.91873,500,3,0,3322,0,1,0,0,0),(942,7039,0,1,1,10806,0,-7778.19,-1804.87,132.168,2.23828,500,5,0,3189,0,1,0,0,0),(685,7039,0,1,1,10806,0,-7767.35,-2268.56,134.875,1.04076,500,5,0,3189,0,1,0,0,0),(251,7036,0,1,1,6649,1,-7742.63,-1914,133.564,4.67949,500,5,0,3189,0,1,0,0,0),(250,7037,0,1,1,8170,1,-7829.94,-2138.96,134.546,3.85479,500,5,0,3189,0,1,0,0,0),(249,7039,0,1,1,10806,0,-7723.03,-2055.32,133.439,4.88479,500,5,0,3189,0,1,0,0,0),(248,9046,0,1,1,8900,1,-7575.14,-1289.98,278.258,1.67552,120,0,0,3921,0,0,0,0,0),(125,9563,0,1,1,8696,1,-7495.02,-2170.95,165.536,1.50098,500,0,0,3758,0,0,0,0,0),(124,9561,0,1,1,8693,1,-8398.89,-2768.59,194.881,0.471239,500,0,0,2631,5340,0,0,0,0),(123,9565,0,1,1,8695,1,-8380.58,-2751.88,187.122,0.785398,500,0,0,2631,5340,0,0,0,0),(117,9560,0,1,1,8685,1,-8378.54,-2748.94,186.725,4.38078,500,0,0,3398,0,0,0,0,0),(10,9520,0,1,1,8697,0,-7699.62,-1444.29,139.871,4.2586,900,0,0,21592,0,0,0,0,0),(9,9459,0,1,1,2552,0,-7647.31,-3051.95,131.25,1.71042,900,0,0,7842,0,0,0,0,0),(90975,10814,229,1,1,0,1,31.706,-293.848,110.947,3.18881,7200,0,0,23688,0,0,0,0,0),(90976,10814,229,1,1,0,1,30.8434,-278.412,110.945,3.18881,7200,0,0,23688,0,0,0,0,0),(7499,424,0,1,1,551,1,-9597.7,-2508.09,59.4286,3.7001,300,0,0,356,0,0,0,0,0),(90977,17376,544,1,1,13069,0,8.79722,-19.4801,2.43646,3.07178,604800,0,0,4705,0,0,0,0,0),(90999,17375,530,1,1,0,0,-4483.39,-11627.8,11.2147,2.72271,300,0,0,120,0,0,0,0,0),(91000,17375,530,1,1,0,0,-4482.3,-11613.3,11.1803,3.47321,300,0,0,120,0,0,0,0,0),(91001,17375,530,1,1,0,0,-4610.09,-11609.3,18.7612,5.07205,300,0,0,120,0,0,0,0,0),(91002,17375,530,1,1,0,0,-4581.02,-11644.2,19.6052,2.42343,300,0,0,120,0,0,0,0,0),(91003,17375,530,1,1,0,0,-4633.37,-11546.3,16.9046,1.30338,300,0,0,120,0,0,0,0,0),(91004,17375,530,1,1,0,0,-4649.62,-11536.1,17.8001,0.64794,300,0,0,120,0,0,0,0,0),(91005,17375,530,1,1,0,0,-4635.28,-11493.6,19.7222,4.68943,300,0,0,120,0,0,0,0,0),(91006,17375,530,1,1,0,0,-4618.28,-11498.6,19.5823,4.01129,300,0,0,120,0,0,0,0,0),(91007,17375,530,1,1,0,0,-4601.52,-11519.5,19.3076,3.31505,300,0,0,120,0,0,0,0,0),(91008,17375,530,1,1,0,0,-4601.6,-11536.7,17.7557,4.23105,300,0,0,120,0,0,0,0,0),(3349,10880,1,1,1,10186,1,1568.96,-4207.38,43.4047,2.88835,200,0,0,71,0,2,0,0,0),(7500,424,0,1,1,551,1,-9606.94,-2511.6,59.3492,0,300,0,0,356,0,0,0,0,0),(7501,423,0,1,1,487,1,-9604.01,-2517.84,59.7036,1.25664,300,0,0,328,0,0,0,0,0),(7502,431,0,1,1,493,1,-9089.53,-3181.91,109.397,4.39823,300,0,0,734,0,0,0,0,0),(7503,429,0,1,1,491,1,-9338.75,-3312.22,90.4582,3.75246,300,0,0,640,655,0,0,0,0),(7510,620,0,1,1,304,0,-9246.32,-2010.21,77.1152,3.59324,300,5,0,1,0,1,0,0,0),(7511,721,0,1,1,328,0,-9716.62,-2500.04,60.7618,1.55931,300,3,0,1,0,1,0,0,0),(7512,721,0,1,1,328,0,-9695.4,-2514.26,61.3341,5.28154,300,10,0,1,0,1,0,0,0),(7513,432,0,1,1,1887,1,-9162.64,-3314.33,105.371,0.942478,300,0,0,617,0,0,0,0,0),(7514,430,0,1,1,10789,1,-9001.13,-2267.11,142.432,0.174533,300,0,0,354,1020,0,0,0,0),(7515,446,0,1,1,609,1,-8997.39,-2275.13,146.015,0.733038,300,0,0,417,0,0,0,0,0),(7516,446,0,1,1,609,1,-9000.36,-2271.87,145.062,0.471239,300,0,0,417,0,0,0,0,0),(7517,721,0,1,1,4626,0,-9174.16,-3005.37,93.5232,5.22918,300,10,0,1,0,1,0,0,0),(7518,432,0,1,1,1887,1,-9116.21,-3232.83,100.599,2.82743,300,0,0,617,0,0,0,0,0),(7519,442,0,1,1,366,0,-9808.46,-1849.79,39.5704,5.71631,300,5,0,328,0,1,0,0,0),(7520,432,0,1,1,1887,1,-9168.75,-3285.69,100.751,0.541052,300,0,0,617,0,0,0,0,0),(7521,721,0,1,1,4626,0,-9164.75,-3131.95,100.556,2.78914,300,5,0,1,0,1,0,0,0),(7522,721,0,1,1,4626,0,-9668.58,-2620.37,63.3236,2.058,300,10,0,1,0,1,0,0,0),(7523,721,0,1,1,328,0,-9554.63,-1893.61,70.6377,0.975219,300,10,0,1,0,1,0,0,0),(7524,429,0,1,1,491,1,-9246.05,-3303.4,106.243,0.418879,300,0,0,640,655,0,0,0,0),(7525,568,0,1,1,662,1,-9107.18,-3218.99,105.012,4.27606,300,0,0,664,0,0,0,0,0),(7526,568,0,1,1,662,1,-9230.71,-3305.59,101.551,0.506145,300,0,0,664,0,0,0,0,0),(7540,568,0,1,1,662,1,-9226.43,-3303.31,101.301,3.14159,300,0,0,664,0,0,0,0,0),(7541,429,0,1,1,491,1,-9229.09,-3300.47,101.301,4.67748,300,0,0,640,655,0,0,0,0),(7542,434,0,1,1,275,0,-9253.17,-3218.56,100.743,2.49582,300,0,0,531,0,0,0,0,0),(7543,434,0,1,1,275,0,-9253.66,-3212.86,101.015,4.06662,300,0,0,531,0,0,0,0,0),(7544,433,0,1,1,275,1,-9258.04,-3213.46,101.493,4.74729,300,0,0,573,0,0,0,0,0),(7545,433,0,1,1,275,1,-9263.24,-3216.68,102.041,6.07375,300,0,0,573,0,0,0,0,0),(7546,441,0,1,1,387,0,-9703.79,-2515.29,61.6603,2.39151,300,10,0,330,938,1,0,0,0),(7547,441,0,1,1,387,0,-9656.37,-2694.85,60.5456,5.11636,300,10,0,330,938,1,0,0,0),(7548,441,0,1,1,387,0,-9678.67,-2739.32,57.5843,2.11326,300,5,0,330,938,1,0,0,0),(7549,441,0,1,1,387,0,-9641.97,-2756.33,58.7697,5.42165,300,5,0,330,938,1,0,0,0),(7550,441,0,1,1,387,0,-9657.63,-2843.86,52.6266,3.81048,300,10,0,330,938,1,0,0,0),(7551,441,0,1,1,387,0,-9709.88,-2822.38,51.817,1.61849,300,10,0,330,938,1,0,0,0),(7552,428,0,1,1,490,0,-9678.88,-2809.53,51.9944,0.588012,300,10,0,417,0,1,0,0,0),(7553,441,0,1,1,387,0,-9694.52,-2827.44,51.7868,1.4471,300,10,0,330,938,1,0,0,0),(7583,428,0,1,1,490,0,-9708.37,-2890.48,52.0665,4.76025,300,10,0,417,0,1,0,0,0),(7584,431,0,1,1,493,1,-9266.8,-3354.83,105.851,0.663225,300,0,0,734,0,0,0,0,0),(7585,568,0,1,1,662,1,-9250.13,-3342.32,100.933,5.21741,300,5,0,664,0,1,0,0,0),(7586,431,0,1,1,493,1,-9278.9,-3329.47,115.809,4.41568,300,0,0,734,0,0,0,0,0),(7587,441,0,1,1,387,0,-9663.54,-2885.31,50.6445,5.94581,300,10,0,330,938,1,0,0,0),(7588,441,0,1,1,387,0,-9713.34,-2902.82,53.4733,3.65389,300,5,0,330,938,1,0,0,0),(7589,568,0,1,1,662,1,-9276.11,-3338.37,112.084,5.16617,300,0,0,664,0,0,0,0,0),(7590,428,0,1,1,490,0,-9681.56,-2906.01,51.5517,1.53756,300,10,0,417,0,1,0,0,0),(7594,431,0,1,1,493,1,-9285.2,-3328.77,115.817,4.83456,300,0,0,734,0,0,0,0,0),(7596,441,0,1,1,387,0,-9489.85,-2089.22,99.2507,1.93828,300,10,0,330,938,1,0,0,0),(7654,579,0,1,1,550,1,-9285.41,-3311.42,115.852,0.855211,300,0,0,664,0,0,0,0,0),(7655,436,0,1,1,6039,1,-9358.35,-3084.53,153.787,5.68977,300,0,0,463,1357,0,0,0,0),(7657,721,0,1,1,4626,0,-9499.36,-2126.38,101.559,0.253355,300,5,0,1,0,1,0,0,0),(7658,721,0,1,1,328,0,-9109.66,-2734.6,93.8307,2.57083,300,5,0,1,0,1,0,0,0),(7659,721,0,1,1,4626,0,-9612.94,-2252.23,85.0148,1.00015,300,10,0,1,0,1,0,0,0),(7741,441,0,1,1,387,0,-9679.82,-3002.19,52.1318,4.50198,300,0,0,330,938,0,0,0,0),(7765,441,0,1,1,387,0,-9662.78,-2922.04,50.2507,2.83833,300,10,0,330,938,1,0,0,0),(7766,721,0,1,1,4626,0,-9635.54,-2915.91,50.3531,3.78187,300,5,0,1,0,1,0,0,0),(7767,428,0,1,1,490,0,-9681.44,-2962.72,51.9669,1.57801,300,5,0,417,0,1,0,0,0),(7768,819,0,1,1,3916,0,-9272.54,-3297.95,120.518,3.97935,300,0,0,582,618,0,0,0,0),(7769,485,0,1,1,6034,1,-9800.33,-3220.85,59.1028,0.20944,300,0,0,494,0,0,0,0,0),(7770,440,0,1,1,6033,1,-9792.49,-3201.28,58.7338,3.26577,300,5,0,449,0,1,0,0,0),(7771,819,0,1,1,3916,0,-9275.99,-3287.19,123.296,3.49066,300,0,0,582,618,0,0,0,0),(8166,440,0,1,1,6033,1,-9776.07,-3212.41,58.7338,3.6975,300,5,0,449,0,1,0,0,0),(8167,431,0,1,1,493,1,-9291.78,-3301.33,129.117,0.122173,300,0,0,734,0,0,0,0,0),(8168,440,0,1,1,6033,1,-9776.01,-3229.15,58.8148,3.40073,300,5,0,449,0,1,0,0,0),(8308,4463,0,1,1,6030,1,-8789.97,-2132.73,156.699,2.06383,300,3,0,472,1357,1,0,0,0),(8309,440,0,1,1,6033,1,-9756.7,-3196.37,58.7338,2.55302,300,0,0,449,0,0,0,0,0),(8310,4463,0,1,1,6030,1,-8803.14,-2166.81,150.828,3.44501,300,0,0,472,1357,0,0,0,0),(51822,14427,1,1,1,0,1,-5446.46,-2880.48,-51.3781,1.17328,9900,0,0,896,0,0,0,0,0),(8312,435,0,1,1,6044,1,-8812.68,-2162.45,151.061,0.122173,300,0,0,664,0,0,0,0,0),(51821,5934,1,1,1,0,0,-5183.81,-1170.22,45.1108,4.18436,43200,0,0,3171,0,2,0,0,0),(8314,429,0,1,1,491,1,-9282.08,-3297.04,115.852,4.7822,300,0,0,640,655,0,0,0,0),(8315,819,0,1,1,3916,0,-9280.29,-3311.32,126.169,1.98968,300,0,0,582,618,0,0,0,0),(8316,819,0,1,1,3916,0,-9282.91,-3310.91,126.169,1.29154,300,0,0,582,618,0,0,0,0),(8317,819,0,1,1,3916,0,-9268.45,-3301.96,135.784,3.08923,300,0,0,582,618,0,0,0,0),(8654,422,0,1,1,506,0,-9320.45,-2582.09,22.2616,5.07281,300,10,0,417,0,1,0,0,0),(8655,578,0,1,1,391,0,-9312.76,-2555.84,18.925,2.1909,300,10,0,449,0,1,0,0,0),(8656,578,0,1,1,391,0,-9355.62,-2416.32,40.8724,2.94156,300,10,0,449,0,1,0,0,0),(8657,721,0,1,1,328,0,-9229.27,-3050.24,100.863,2.0931,300,10,0,1,0,1,0,0,0),(8669,1933,0,1,1,856,0,-9257.42,-1986.1,77.1864,1.35658,300,10,0,14,0,1,0,0,0),(8671,431,0,1,1,493,1,-9278.04,-3313.14,141.358,3.41041,300,0,0,734,0,2,0,0,0),(8672,819,0,1,1,3916,0,-9267.43,-3297.84,141.443,1.74533,300,0,0,582,618,0,0,0,0),(8673,819,0,1,1,3916,0,-9273.7,-3309.71,141.443,3.33358,300,0,0,582,618,0,0,0,0),(8676,819,0,1,1,3916,0,-9261.71,-3289.28,150.225,3.9968,300,0,0,582,618,0,0,0,0),(8700,819,0,1,1,3916,0,-9265.99,-3284.34,150.225,3.92699,300,0,0,582,618,0,0,0,0),(8701,429,0,1,1,491,1,-9264.64,-3287.75,150.225,4.11898,300,0,0,640,655,0,0,0,0),(8706,423,0,1,1,487,1,-9436.92,-1910.12,88.1318,5.5877,300,5,0,328,0,1,0,0,0),(8707,721,0,1,1,4626,0,-9663.12,-2086.9,58.1338,5.45578,300,5,0,1,0,1,0,0,0),(8713,721,0,1,1,328,0,-9243.07,-2259.9,64.0584,0.728615,300,5,0,1,0,1,0,0,0),(8747,712,0,1,1,489,1,-9751,-2197.41,58.7863,5.38349,300,10,0,300,0,1,0,0,0),(8748,423,0,1,1,487,1,-9796.33,-2209.32,58.6922,0.837758,300,0,0,328,0,0,0,0,0),(8749,424,0,1,1,551,1,-9786.23,-2206.33,58.7238,3.35103,300,0,0,356,0,0,0,0,0),(8750,424,0,1,1,551,1,-9796.81,-2201.91,58.6944,5.84685,300,0,0,356,0,0,0,0,0),(8751,568,0,1,1,662,1,-9121.81,-3226.07,101.099,4.15388,300,0,0,664,0,0,0,0,0),(8752,568,0,1,1,662,1,-9122.63,-3234.79,101.131,2.53073,300,0,0,664,0,0,0,0,0),(8753,568,0,1,1,662,1,-9127.42,-3228.96,101.224,5.07891,300,0,0,664,0,0,0,0,0),(8754,568,0,1,1,662,1,-9087.19,-3233.6,100.718,3.90739,300,5,0,664,0,1,0,0,0),(8755,429,0,1,1,491,1,-9076.99,-3225.82,101.795,3.64888,300,5,0,640,655,1,0,0,0),(8756,721,0,1,1,328,0,-9479.18,-2311.76,70.5857,3.10598,300,5,0,1,0,1,0,0,0),(8757,441,0,1,1,387,0,-9695.26,-2620.16,63.9601,4.75974,300,10,0,330,938,1,0,0,0),(8758,441,0,1,1,387,0,-9491.3,-2173.03,89.904,3.2296,300,5,0,330,938,1,0,0,0),(8759,721,0,1,1,328,0,-9445.47,-2315.14,66.8164,4.71825,300,5,0,1,0,1,0,0,0),(8760,441,0,1,1,387,0,-9705.64,-2658.01,62.272,0.327923,300,10,0,330,938,1,0,0,0),(8761,721,0,1,1,4626,0,-9449.66,-2232.9,70.7507,3.68725,300,5,0,1,0,1,0,0,0),(8762,721,0,1,1,4626,0,-9399.42,-1988.04,58.5099,1.82779,300,10,0,1,0,1,0,0,0),(8763,1933,0,1,1,857,0,-9186.84,-2315.71,89.2911,2.93069,300,10,0,14,0,1,0,0,0),(8764,721,0,1,1,4626,0,-9528,-2165.03,98.1932,6.17005,300,5,0,1,0,1,0,0,0),(8765,440,0,1,1,6033,1,-9231.29,-2925.42,113.094,0.715585,300,0,0,449,0,0,0,0,0),(8766,440,0,1,1,6033,1,-9235.94,-2928.61,113.094,0,300,0,0,449,0,0,0,0,0),(8767,485,0,1,1,6034,1,-9234.39,-2932.01,113.094,5.53269,300,0,0,494,0,0,0,0,0),(8768,442,0,1,1,366,0,-9742.04,-1803.77,49.293,1.03105,300,5,0,328,0,1,0,0,0),(8769,442,0,1,1,366,0,-9727.92,-1813.05,52.1567,2.76797,300,5,0,328,0,1,0,0,0),(8770,422,0,1,1,506,0,-9473.58,-2823.81,70.994,5.54988,300,0,0,417,0,0,0,0,0),(8771,548,0,1,1,1079,0,-9469.64,-2818.11,69.6798,1.13446,300,0,0,350,390,0,0,0,0),(8772,422,0,1,1,506,0,-9435.85,-2841.01,61.21,3.9433,300,5,0,417,0,1,0,0,0),(8773,721,0,1,1,328,0,-9736.48,-1805.41,50.2891,2.68977,300,5,0,1,0,1,0,0,0),(8774,442,0,1,1,366,0,-9685.2,-1784.13,56.9312,2.70054,300,5,0,328,0,1,0,0,0),(8775,422,0,1,1,506,0,-9477.99,-2873.35,81.3754,4.44346,300,0,0,417,0,0,0,0,0),(8776,548,0,1,1,1079,0,-9452.05,-2827.89,65.9558,3.18387,300,0,0,350,390,0,0,0,0),(8777,548,0,1,1,1079,0,-9449.14,-2831.65,65.9558,2.52134,300,0,0,350,390,0,0,0,0),(8778,442,0,1,1,366,0,-9764.31,-1869.49,47.5215,2.22875,300,10,0,328,0,1,0,0,0),(8779,548,0,1,1,1079,0,-9468.89,-2771.14,52.0017,0.559841,300,10,0,350,390,1,0,0,0),(8780,14357,0,1,1,14390,0,-9387.5,-2558.74,40.1086,2.10565,600,10,0,2097,0,1,0,0,0),(8781,422,0,1,1,506,0,-9360.33,-2523.19,15.713,4.3984,300,10,0,417,0,1,0,0,0),(8782,422,0,1,1,506,0,-9448.16,-2785.49,52.7319,0.918165,300,10,0,417,0,1,0,0,0),(8783,548,0,1,1,1079,0,-9444.55,-2785.03,52.986,0.997763,300,10,0,350,390,1,0,0,0),(8784,548,0,1,1,1079,0,-9448.33,-2843.2,65.6741,0.087266,300,0,0,350,390,0,0,0,0),(8785,422,0,1,1,506,0,-9472.33,-2819.64,70.0674,2.47837,300,0,0,417,0,0,0,0,0),(8786,430,0,1,1,10789,1,-8901.67,-2299.45,145.079,4.70946,300,0,0,354,1020,0,0,0,0),(8907,422,0,1,1,506,0,-9455.76,-2827.15,66.893,0.645772,300,0,0,417,0,0,0,0,0),(8908,446,0,1,1,609,1,-9016.46,-2185.59,136.916,3.05433,300,0,0,417,0,0,0,0,0),(8909,446,0,1,1,609,1,-9011.64,-2197.92,135.014,3.59538,300,0,0,417,0,0,0,0,0),(8910,441,0,1,1,387,0,-9670.7,-2238.34,63.8374,2.6072,300,10,0,330,938,1,0,0,0),(8911,430,0,1,1,10789,1,-8984.06,-2191.3,132.605,2.63545,300,0,0,354,1020,0,0,0,0),(8912,430,0,1,1,10789,1,-9034.54,-2108.23,135.29,2.58309,300,0,0,354,1020,0,0,0,0),(8913,446,0,1,1,609,1,-8971.23,-2167.7,134.312,4.10152,300,0,0,417,0,0,0,0,0),(8914,446,0,1,1,609,1,-9001.08,-2165.23,132.809,5.51524,300,0,0,417,0,0,0,0,0),(8915,446,0,1,1,609,1,-9026.62,-2219.27,137.391,2.28638,300,0,0,417,0,0,0,0,0),(8916,424,0,1,1,551,1,-9788.65,-2338.09,80.5448,0.820305,300,0,0,356,0,0,0,0,0),(8917,424,0,1,1,551,1,-9778.1,-2323.93,69.8824,0.925025,300,0,0,356,0,0,0,0,0),(8918,424,0,1,1,551,1,-9774.4,-2323.92,69.9317,1.97222,300,0,0,356,0,0,0,0,0),(8919,423,0,1,1,487,1,-9775.31,-2318.87,68.9146,4.50295,300,0,0,328,0,0,0,0,0),(8920,430,0,1,1,10789,1,-8993.24,-2179.93,133.105,1.74222,300,5,0,354,1020,1,0,0,0),(8921,426,0,1,1,500,1,-9080.4,-2091.86,128.964,6.18892,300,10,0,386,0,1,0,0,0),(8922,446,0,1,1,609,1,-9030.87,-2190.52,131.859,3.03687,300,0,0,417,0,0,0,0,0),(8923,441,0,1,1,387,0,-9084.83,-2087.52,128.787,0.976732,300,10,0,330,938,1,0,0,0),(8924,430,0,1,1,10789,1,-8958.85,-2062.95,135.461,4.81711,300,0,0,354,1020,0,0,0,0),(8925,442,0,1,1,366,0,-9806.7,-1765.23,29.9013,5.7669,300,5,0,328,0,1,0,0,0),(8926,446,0,1,1,609,1,-8888.94,-1994.86,135.626,1.11414,300,0,0,417,0,0,0,0,0),(9664,442,0,1,1,366,0,-9825.96,-1788.55,23.6652,0.92759,300,5,0,328,0,1,0,0,0),(9665,1083,0,1,1,1305,1,-9610.93,-2620.03,57.0042,5.0087,300,5,0,356,0,1,0,0,0),(9666,580,0,1,1,551,1,-8823,-1919.77,124.308,2.91731,300,0,0,494,0,0,0,0,0),(9667,422,0,1,1,506,0,-9601.31,-2663.82,59.1656,0.765713,300,5,0,417,0,1,0,0,0),(9668,548,0,1,1,1079,0,-9620.42,-2630.88,58.3792,2.13711,300,5,0,350,390,1,0,0,0),(9669,548,0,1,1,1079,0,-9620.42,-2623.75,58.6292,5.6398,300,5,0,350,390,1,0,0,0),(9670,721,0,1,1,328,0,-9182.64,-2097.79,87.8603,2.1628,300,5,0,1,0,1,0,0,0),(9671,1083,0,1,1,1305,1,-9564.15,-2607.25,53.9951,6.11436,300,5,0,356,0,1,0,0,0),(9672,1083,0,1,1,1305,1,-9590,-2630.72,60.7542,5.19776,300,5,0,356,0,1,0,0,0),(9673,422,0,1,1,506,0,-9606.21,-2606.38,56.5042,4.35914,300,5,0,417,0,1,0,0,0),(9674,441,0,1,1,387,0,-9627.7,-2360.86,64.1231,3.38325,300,10,0,330,938,1,0,0,0),(10052,548,0,1,1,1079,0,-9597.92,-2597.92,59.2067,3.25283,300,5,0,350,390,1,0,0,0),(10053,434,0,1,1,275,0,-9265.05,-3209.41,102.378,3.82735,300,0,0,531,0,2,0,0,0),(10054,433,0,1,1,275,1,-9364.7,-3250.32,90.5373,3.87381,300,5,0,573,0,1,0,0,0),(10055,548,0,1,1,1079,0,-9567.36,-2661.01,54.2981,4.84979,300,10,0,350,390,1,0,0,0),(10056,442,0,1,1,366,0,-9706.65,-1844.74,53.2409,2.67826,300,5,0,328,0,1,0,0,0),(10057,1083,0,1,1,1305,1,-9593.32,-2659.87,61.1731,3.29915,300,5,0,356,0,1,0,0,0),(10058,1083,0,1,1,1305,1,-9578.9,-2676.87,55.983,4.73583,300,10,0,356,0,1,0,0,0),(10059,431,0,1,1,493,1,-9354.9,-3244.91,92.3338,0.915454,300,5,0,734,0,1,0,0,0),(10060,548,0,1,1,1079,0,-9580.47,-2628.25,54.3792,4.45043,300,5,0,350,390,1,0,0,0),(10061,548,0,1,1,1079,0,-9550.6,-2618.56,53.6192,5.40032,300,10,0,350,390,1,0,0,0),(10062,431,0,1,1,493,1,-9378.08,-3253.93,89.7537,0.541052,300,0,0,734,0,0,0,0,0),(10063,431,0,1,1,493,1,-9341.65,-3276.9,94.1245,3.68265,300,0,0,734,0,0,0,0,0),(10064,1083,0,1,1,1305,1,-9575.58,-2574.05,54.0817,1.70354,300,5,0,356,0,1,0,0,0),(10065,1083,0,1,1,1305,1,-9533.82,-2597.37,52.3236,6.00936,300,5,0,356,0,1,0,0,0),(10066,434,0,1,1,275,0,-9298.52,-3199.46,105.035,6.07375,300,0,0,531,0,0,0,0,0),(10067,433,0,1,1,275,1,-9296.33,-3203.91,105.471,1.27409,300,0,0,573,0,0,0,0,0),(10068,434,0,1,1,275,0,-9293.82,-3199.09,105.443,3.9968,300,0,0,531,0,0,0,0,0),(10069,434,0,1,1,275,0,-9420.73,-3155.85,78.4672,0.471239,300,0,0,531,0,0,0,0,0),(10070,433,0,1,1,275,1,-9314.32,-3218.88,101.299,5.34071,300,0,0,573,0,0,0,0,0),(10071,434,0,1,1,275,0,-9360.39,-3119.73,86.1343,6.12611,300,0,0,531,0,0,0,0,0),(10072,433,0,1,1,275,1,-9330.33,-3197.1,105.392,4.39823,300,0,0,573,0,0,0,0,0),(10073,433,0,1,1,275,1,-9320.23,-3139.82,99.9838,0.872665,300,0,0,573,0,0,0,0,0),(10075,433,0,1,1,275,1,-9427.83,-3123.26,78.4761,5.65487,300,0,0,573,0,0,0,0,0),(10076,6727,0,1,1,5407,0,-9223.98,-2157.12,64.0168,3.05433,300,0,0,1003,0,0,0,0,0),(10077,6166,0,1,1,4944,0,-9222.58,-2147.87,63.814,3.92699,300,0,0,664,0,0,0,0,0),(10078,434,0,1,1,275,0,-9368.99,-3149.92,88.7154,1.25664,300,0,0,531,0,0,0,0,0),(10079,433,0,1,1,275,1,-9428.49,-3145.47,78.4672,0.418879,300,0,0,573,0,0,0,0,0),(10080,936,0,1,1,3641,1,-9245.68,-2167.47,64.0499,3.14159,300,0,0,2440,0,0,0,0,0),(10081,789,0,1,1,3369,0,-9234.49,-2158.75,64.4407,2.11185,300,0,0,484,0,0,0,0,0),(10082,859,0,1,1,3453,1,-9249.39,-2140.79,64.2329,3.78736,300,0,0,2220,0,0,0,0,0),(10083,379,0,1,1,3367,0,-9217.04,-2151.47,64.3539,4.47915,300,0,0,328,0,0,0,0,0),(10084,900,0,1,1,5009,1,-9215.92,-2215.91,66.5231,1.78024,300,0,0,1003,0,0,0,0,0),(10085,344,0,1,1,1753,0,-9218.61,-2221.8,67.6227,1.5708,500,0,0,1469,0,0,0,0,0),(10086,712,0,1,1,489,1,-9556.2,-1866.17,71.2841,2.48671,300,10,0,300,0,1,0,0,0),(10087,341,0,1,1,1748,0,-9279.22,-2268.53,67.6306,5.25344,300,0,0,484,0,0,0,0,0),(10088,934,0,1,1,3455,1,-9276.02,-2272.22,67.3066,1.98287,300,0,0,2440,0,2,0,0,0),(10089,441,0,1,1,387,0,-9053.15,-2491.32,126.266,5.6682,300,10,0,330,938,1,0,0,0),(10090,422,0,1,1,506,0,-9272.92,-2441.92,53.701,4.52793,300,10,0,417,0,1,0,0,0),(10091,578,0,1,1,391,0,-9273.21,-2442.02,54.676,4.92605,300,10,0,449,0,1,0,0,0),(10092,712,0,1,1,489,1,-9463.05,-1899.34,82.5449,1.6057,300,0,0,300,0,0,0,0,0),(10093,423,0,1,1,487,1,-9457.9,-1897.8,82.7276,2.56563,300,0,0,328,0,0,0,0,0),(10094,423,0,1,1,487,1,-9465.01,-1893.03,82.7339,4.11898,300,0,0,328,0,0,0,0,0),(10095,423,0,1,1,487,1,-9475.37,-1934.13,80.3683,1.2675,300,0,0,328,0,2,0,0,0),(10096,422,0,1,1,506,0,-9226.94,-2442.88,55.8612,0.15708,300,0,0,417,0,0,0,0,0),(10097,578,0,1,1,391,0,-9221.97,-2448.36,57.1582,0.401426,300,0,0,449,0,0,0,0,0),(10098,578,0,1,1,391,0,-9246.59,-2457.74,55.5778,2.30383,300,10,0,449,0,1,0,0,0),(10099,578,0,1,1,391,0,-9243.79,-2461.53,55.5547,3.50811,300,10,0,449,0,1,0,0,0),(10100,578,0,1,1,391,0,-9255.61,-2489.65,48.1957,0.778502,300,10,0,449,0,1,0,0,0),(10101,442,0,1,1,366,0,-9689.64,-1840.16,57.2991,3.6542,300,5,0,328,0,1,0,0,0),(10102,578,0,1,1,391,0,-9277.77,-2513.42,35.0234,0.592334,300,10,0,449,0,1,0,0,0),(10103,422,0,1,1,506,0,-9290.65,-2479.95,41.8993,5.05603,300,10,0,417,0,1,0,0,0),(10104,422,0,1,1,506,0,-9305.71,-2494.28,35.1084,1.69564,300,10,0,417,0,1,0,0,0),(10105,345,0,1,1,703,0,-9288.95,-1911.28,74.9346,2.34692,300,0,0,1139,0,0,0,0,0),(10106,422,0,1,1,506,0,-9380.57,-2455.62,29.2163,2.00002,300,10,0,417,0,1,0,0,0),(10107,545,0,1,1,5293,1,-9338.86,-2744.99,65.0039,4.15388,300,0,0,404,456,0,0,0,0),(10108,430,0,1,1,10789,1,-9085.82,-2041.06,129.401,5.11564,300,0,0,354,1020,2,0,0,0),(10109,426,0,1,1,500,1,-9129.79,-2061.26,128.702,1.56268,300,0,0,386,0,2,0,0,0),(10110,426,0,1,1,500,1,-9099.5,-2037.44,128.835,2.05949,300,0,0,386,0,0,0,0,0),(10111,426,0,1,1,500,1,-9097.62,-2031.9,128.834,4.06662,300,0,0,386,0,0,0,0,0),(10112,426,0,1,1,500,1,-9102.25,-2031.16,128.834,4.67748,300,0,0,386,0,0,0,0,0),(10113,547,0,1,1,3035,0,-9254.54,-1944.67,78.7819,0.144185,300,10,0,356,0,1,0,0,0),(10114,426,0,1,1,500,1,-9056.48,-2008.05,146.581,2.96706,300,0,0,386,0,0,0,0,0),(10115,430,0,1,1,10789,1,-9052.12,-2010.23,146.676,4.08407,300,0,0,354,1020,0,0,0,0),(10116,446,0,1,1,609,1,-8921.28,-1994.36,139.284,1.03094,300,0,0,417,0,0,0,0,0),(10117,446,0,1,1,609,1,-8796.43,-2047.03,128.337,0.674926,300,0,0,417,0,0,0,0,0),(10118,547,0,1,1,3035,0,-8822.79,-2574.16,131.618,3.65856,300,5,0,356,0,1,0,0,0),(10119,547,0,1,1,3035,0,-8781.58,-2587.95,130.887,6.09005,300,5,0,356,0,1,0,0,0),(10120,547,0,1,1,3035,0,-8725.97,-2577.49,132.657,2.98679,300,5,0,356,0,1,0,0,0),(10121,446,0,1,1,609,1,-8862.41,-1952.15,122.668,2.96281,300,0,0,417,0,0,0,0,0),(10122,446,0,1,1,609,1,-8837.81,-1975.2,122.928,2.68993,300,0,0,417,0,0,0,0,0),(10123,712,0,1,1,489,1,-9547.88,-1897.94,71.8418,1.50241,300,10,0,300,0,1,0,0,0),(10124,580,0,1,1,551,1,-8879.73,-2011.24,124.55,1.70791,300,0,0,494,0,0,0,0,0),(10125,580,0,1,1,551,1,-8881.47,-1915.72,133.626,5.35102,300,0,0,494,0,0,0,0,0),(10126,446,0,1,1,609,1,-8856.58,-1959.49,122.619,4.51326,300,0,0,417,0,2,0,0,0),(10127,580,0,1,1,551,1,-8848.17,-1917.24,126.024,3.12162,300,0,0,494,0,0,0,0,0),(10128,547,0,1,1,3035,0,-8940.86,-2624.51,132.326,6.13825,300,5,0,356,0,1,0,0,0),(10129,547,0,1,1,3035,0,-9206.77,-1972.63,110.657,1.70412,300,5,0,356,0,1,0,0,0),(10130,547,0,1,1,3035,0,-9153.69,-2001.35,121.791,5.334,300,5,0,356,0,1,0,0,0),(10131,547,0,1,1,3035,0,-8871.61,-2551.55,130.748,3.29852,300,5,0,356,0,1,0,0,0),(10132,433,0,1,1,275,1,-9230.7,-3233.01,101.509,0.201456,300,5,0,573,0,1,0,0,0),(10133,432,0,1,1,1887,1,-9245.68,-3201.98,102.128,3.00231,300,10,0,617,0,1,0,0,0),(10134,568,0,1,1,662,1,-9226.05,-3258.2,105.659,0.471239,300,0,0,664,0,0,0,0,0),(10135,547,0,1,1,3035,0,-9710.89,-2107.72,60.2623,0.905814,300,5,0,356,0,1,0,0,0),(10136,442,0,1,1,366,0,-9522.01,-2008.15,77.698,2.82355,300,5,0,328,0,1,0,0,0),(10137,442,0,1,1,366,0,-9535.8,-2057.83,73.0253,2.52975,300,5,0,328,0,1,0,0,0),(10138,4064,0,1,1,6038,1,-9284.25,-2990.19,119.661,5.25344,300,0,0,484,0,0,0,0,0),(10139,423,0,1,1,487,1,-9528.05,-1885.81,75.7695,0.746743,300,5,0,328,0,1,0,0,0),(10140,712,0,1,1,489,1,-9534.82,-1906.52,73.8987,1.61694,300,10,0,300,0,1,0,0,0),(10141,424,0,1,1,551,1,-9766.32,-2271.59,60.3345,2.67035,300,0,0,356,0,0,0,0,0),(10142,424,0,1,1,551,1,-9772.92,-2265.75,59.2384,5.28835,300,0,0,356,0,0,0,0,0),(10143,424,0,1,1,551,1,-9775.33,-2267.72,59.2384,5.88176,300,0,0,356,0,0,0,0,0),(10144,423,0,1,1,487,1,-9774.22,-2275.15,59.7384,0.959931,300,0,0,328,0,0,0,0,0),(10145,423,0,1,1,487,1,-9791.47,-2244.93,69.8174,2.18166,300,0,0,328,0,0,0,0,0),(10146,424,0,1,1,551,1,-9794.47,-2241.88,69.4882,0.05236,300,0,0,356,0,0,0,0,0),(10147,423,0,1,1,487,1,-9792.97,-2219.13,58.7108,0.610865,300,0,0,328,0,0,0,0,0),(10148,442,0,1,1,366,0,-9670.91,-1877.15,56.6459,1.92549,300,10,0,328,0,1,0,0,0),(10149,442,0,1,1,366,0,-9627.13,-1824.03,52.5922,3.00029,300,10,0,328,0,1,0,0,0),(10150,712,0,1,1,489,1,-9526.26,-1937.34,74.2911,3.86061,300,10,0,300,0,1,0,0,0),(10151,423,0,1,1,487,1,-9487.25,-1934.2,78.9822,2.44346,300,0,0,328,0,0,0,0,0),(10152,712,0,1,1,489,1,-9495.04,-1929.04,78.7979,5.84685,300,0,0,300,0,0,0,0,0),(10153,712,0,1,1,489,1,-9494.87,-1933.57,78.7322,0.942478,300,0,0,300,0,0,0,0,0),(10154,433,0,1,1,275,1,-9286.96,-3182.63,111.418,5.09636,300,0,0,573,0,0,0,0,0),(10155,505,0,1,1,520,0,-9101.7,-2736.89,93.9311,5.19703,300,5,0,449,0,1,0,0,0),(10156,433,0,1,1,275,1,-9236.79,-3062.57,101.252,0.616924,300,5,0,573,0,1,0,0,0),(10157,441,0,1,1,387,0,-9657.49,-2265.16,69.626,2.16313,300,10,0,330,938,1,0,0,0),(10158,4463,0,1,1,6030,1,-8731.73,-2166.8,159.346,5.3497,300,0,0,472,1357,0,0,0,0),(10159,435,0,1,1,6044,1,-8810.62,-2167.45,150.841,1.0472,300,0,0,664,0,0,0,0,0),(10160,547,0,1,1,3035,0,-9620.74,-2252.31,85.1398,3.37291,300,10,0,356,0,1,0,0,0),(51820,5851,1,1,1,0,1,-4040.98,-2383.34,125.299,1.98446,43200,0,0,2400,0,0,0,0,0),(10162,441,0,1,1,387,0,-9637.32,-2314.26,74.0737,1.33244,300,10,0,330,938,1,0,0,0),(10163,441,0,1,1,387,0,-9003.36,-2496.67,136.223,1.09856,300,5,0,330,938,1,0,0,0),(10164,547,0,1,1,3035,0,-9636.79,-2200.59,69.9214,1.73412,300,5,0,356,0,1,0,0,0),(10165,433,0,1,1,275,1,-9236.28,-3238.88,101.831,1.51844,300,0,0,573,0,0,0,0,0),(10166,432,0,1,1,1887,1,-9233.28,-3243.59,101.602,0.593412,300,0,0,617,0,0,0,0,0),(10167,437,0,1,1,6037,1,-8754.89,-2534.21,138.162,5.96903,300,0,0,531,0,0,0,0,0),(10168,4463,0,1,1,6030,1,-8758.51,-2528.69,138.038,0.558505,300,0,0,472,1357,0,0,0,0),(10169,14270,0,1,1,5243,1,-9390.02,-2410.67,45.8668,3.16112,9000,5,0,449,0,1,0,0,0),(10170,547,0,1,1,3035,0,-8811.43,-2488.36,132.978,0.025147,300,5,0,356,0,1,0,0,0),(10171,435,0,1,1,6044,1,-8719.21,-2162.26,157.949,4.2237,300,0,0,664,0,2,0,0,0),(10172,568,0,1,1,662,1,-9028.8,-3214.91,108.066,2.1383,300,0,0,664,0,0,0,0,0),(10173,4463,0,1,1,6030,1,-8746.27,-2187.97,163.924,5.17681,300,0,0,472,1357,0,0,0,0),(10192,568,0,1,1,662,1,-9078.26,-3257.91,114.709,2.96706,300,0,0,664,0,0,0,0,0),(10193,435,0,1,1,6044,1,-8779.75,-2213.76,142.154,4.71012,300,5,0,664,0,1,0,0,0),(10194,547,0,1,1,3035,0,-9666.22,-2172.84,60.6417,2.78709,300,5,0,356,0,1,0,0,0),(10195,14271,0,1,1,500,1,-9520.45,-1921.31,75.5956,2.0231,9000,5,0,386,0,1,0,0,0),(51819,5848,1,1,1,0,1,-4084.18,-2403.32,125.299,1.99624,9900,0,0,713,0,0,0,0,0),(10197,440,0,1,1,6033,1,-9207.73,-2852.03,108.482,1.50098,300,0,0,449,0,0,0,0,0),(10211,440,0,1,1,6033,1,-9216.93,-2861.03,109.607,1.76278,300,0,0,449,0,0,0,0,0),(10212,440,0,1,1,6033,1,-9182.41,-2868.55,112.914,0.471239,300,0,0,449,0,0,0,0,0),(10213,440,0,1,1,6033,1,-9186.1,-2864.6,112.981,1.39626,300,0,0,449,0,0,0,0,0),(10214,485,0,1,1,6034,1,-9185.07,-2878.34,112.948,1.958,300,5,0,494,0,1,0,0,0),(10215,440,0,1,1,6033,1,-9174.41,-2926.43,107.849,0.698132,300,0,0,449,0,0,0,0,0),(10216,485,0,1,1,6034,1,-9175.15,-2930.81,107.984,5.61996,300,0,0,494,0,0,0,0,0),(10258,441,0,1,1,387,0,-9166.64,-2518.35,110.556,0.097727,300,5,0,330,938,1,0,0,0),(10259,423,0,1,1,487,1,-9769.44,-2266.68,59.4884,4.08407,300,0,0,328,0,0,0,0,0),(10261,441,0,1,1,387,0,-9087.18,-2575.17,126.563,0.638421,300,10,0,330,938,1,0,0,0),(10412,721,0,1,1,328,0,-9054.36,-2623.27,126.53,5.32357,300,10,0,1,0,1,0,0,0),(10413,547,0,1,1,3035,0,-9724.1,-2153.24,59.8127,4.1799,300,10,0,356,0,1,0,0,0),(10414,505,0,1,1,520,0,-9139.37,-2719.14,92.8897,0.826811,300,10,0,449,0,1,0,0,0),(10415,505,0,1,1,520,0,-9127.57,-2738.82,93.8815,3.48619,300,10,0,449,0,1,0,0,0),(10416,712,0,1,1,489,1,-9741.46,-2162.6,58.7255,4.40214,300,10,0,300,0,1,0,0,0),(10417,428,0,1,1,490,0,-9158.19,-2750.46,90.6553,2.32019,300,10,0,417,0,1,0,0,0),(10418,505,0,1,1,520,0,-9200.28,-2740.55,88.9286,3.04979,300,10,0,449,0,1,0,0,0),(10419,505,0,1,1,520,0,-9206.27,-2739.03,89.164,3.1045,300,10,0,449,0,1,0,0,0),(10420,505,0,1,1,520,0,-9199.77,-2767.51,90.0616,3.88781,300,10,0,449,0,1,0,0,0),(10446,505,0,1,1,520,0,-9202.88,-2784.69,91.3231,4.83338,300,10,0,449,0,1,0,0,0),(10451,505,0,1,1,520,0,-9130.94,-2713.36,92.0353,4.89714,300,10,0,449,0,1,0,0,0),(10452,428,0,1,1,490,0,-9242.59,-2768.72,89.5943,1.08095,300,10,0,417,0,1,0,0,0),(10453,505,0,1,1,520,0,-9171.93,-2696.6,90.2813,1.54931,300,10,0,449,0,1,0,0,0),(10454,428,0,1,1,490,0,-9136.67,-2708.56,91.2302,2.14304,300,10,0,417,0,1,0,0,0),(10455,505,0,1,1,520,0,-9162.79,-2669.13,93.6677,1.28406,300,10,0,449,0,1,0,0,0),(10456,505,0,1,1,520,0,-9250.13,-2810.99,93.3725,5.91573,300,10,0,449,0,1,0,0,0),(10457,545,0,1,1,5293,1,-9314.87,-2806.96,73.6326,3.03687,300,0,0,404,456,0,0,0,0),(10458,428,0,1,1,490,0,-9225.42,-2814.38,93.3098,4.48779,300,0,0,417,0,0,0,0,0),(10459,14272,0,1,1,497,0,-9023.74,-2492.91,129.57,5.60712,9000,5,0,354,1020,1,0,0,0),(10481,721,0,1,1,328,0,-9202,-2279.96,89.9499,0.059304,300,10,0,1,0,1,0,0,0),(10711,426,0,1,1,500,1,-9047.37,-2094.47,130.774,5.70277,300,5,0,386,0,1,0,0,0),(10712,430,0,1,1,10789,1,-9091.3,-2153.33,140.738,1.73922,300,0,0,354,1020,0,0,0,0),(11668,430,0,1,1,10789,1,-9114.83,-2092.02,124.509,2.30046,300,10,0,354,1020,1,0,0,0),(11669,426,0,1,1,500,1,-9115,-2092.94,124.588,1.7857,300,10,0,386,0,1,0,0,0),(11670,430,0,1,1,10789,1,-9114,-2156.62,127.722,1.35651,300,5,0,354,1020,1,0,0,0),(11671,426,0,1,1,500,1,-9123.46,-2211.76,123.6,0.18237,300,5,0,386,0,1,0,0,0),(11672,578,0,1,1,391,0,-9286.42,-2422.26,54.0042,0.559841,300,10,0,449,0,1,0,0,0),(11673,578,0,1,1,391,0,-9322.46,-2419.87,51.9804,6.13934,300,10,0,449,0,1,0,0,0),(11674,422,0,1,1,506,0,-9256.88,-2420.52,54.17,1.58724,300,10,0,417,0,1,0,0,0),(11675,578,0,1,1,391,0,-9285.89,-2451.05,51.6323,5.84485,300,10,0,449,0,1,0,0,0),(11676,442,0,1,1,366,0,-9690.13,-1761.46,58.9996,2.9219,300,5,0,328,0,1,0,0,0),(11677,580,0,1,1,551,1,-8972.89,-2004.04,135.57,3.61283,300,0,0,494,0,0,0,0,0),(11678,580,0,1,1,551,1,-8917.21,-2040.44,129.415,3.48608,300,0,0,494,0,0,0,0,0),(11679,446,0,1,1,609,1,-9008.02,-2015.31,135.598,6.24163,300,0,0,417,0,2,0,0,0),(11680,446,0,1,1,609,1,-8949.78,-1991.45,137.57,6.16778,300,0,0,417,0,0,0,0,0),(11681,580,0,1,1,551,1,-8826.46,-2032.74,129.648,0.068146,300,0,0,494,0,0,0,0,0),(11837,580,0,1,1,551,1,-8872.49,-2056.09,126.45,3.22705,300,0,0,494,0,0,0,0,0),(11838,580,0,1,1,551,1,-8766.61,-2009.28,130.254,0,300,0,0,494,0,0,0,0,0),(11877,580,0,1,1,551,1,-8796.47,-1977.42,125.81,4.09946,300,0,0,494,0,0,0,0,0),(11891,580,0,1,1,551,1,-8814.67,-2053.96,128.905,5.35062,300,0,0,494,0,0,0,0,0),(11893,446,0,1,1,609,1,-8839.9,-2072.49,128.146,5.71264,300,0,0,417,0,0,0,0,0),(11897,580,0,1,1,551,1,-8795.31,-1973.39,126.736,1.88472,300,0,0,494,0,2,0,0,0),(12095,424,0,1,1,551,1,-9749.78,-2250.4,61.8218,4.83585,300,10,0,356,0,1,0,0,0),(12893,580,0,1,1,551,1,-8926.91,-1979.36,140.028,0.488692,300,0,0,494,0,0,0,0,0),(13318,711,0,1,1,603,1,-8827.31,-1941.14,133.214,4.88692,300,0,0,582,618,0,0,0,0),(13319,445,0,1,1,609,1,-8833.12,-1945.19,133.058,5.58505,300,0,0,458,0,0,0,0,0),(13320,430,0,1,1,10789,1,-8831.77,-1937.72,133.103,5.13127,300,0,0,354,1020,0,0,0,0),(13321,580,0,1,1,551,1,-8834.44,-1940.76,132.951,5.41052,300,0,0,494,0,0,0,0,0),(13322,446,0,1,1,609,1,-8909.85,-1969.12,136.705,1.23576,300,0,0,417,0,0,0,0,0),(13323,446,0,1,1,609,1,-8892.43,-1933.47,136.948,4.24115,300,0,0,417,0,0,0,0,0),(13324,441,0,1,1,387,0,-9565.94,-2327.43,63.8336,5.77058,300,10,0,330,938,1,0,0,0),(13325,721,0,1,1,328,0,-9660.25,-2372.76,63.2419,1.29917,300,10,0,1,0,1,0,0,0),(13326,547,0,1,1,3035,0,-9527.5,-2294.12,73.1432,0.710953,300,10,0,356,0,1,0,0,0),(13327,547,0,1,1,3035,0,-9459.22,-2307.58,69.6735,0.393812,300,5,0,356,0,1,0,0,0),(13328,441,0,1,1,387,0,-9544.73,-2292.84,72.6954,3.49053,300,10,0,330,938,1,0,0,0),(13329,441,0,1,1,387,0,-9487.16,-2374.11,63.3982,2.13423,300,3,0,330,938,1,0,0,0),(13330,441,0,1,1,387,0,-9491.05,-2290.11,74.458,1.16607,300,10,0,330,938,1,0,0,0),(13331,547,0,1,1,3035,0,-9606.78,-2306.57,70.7103,5.44983,300,10,0,356,0,1,0,0,0),(13332,428,0,1,1,490,0,-9591.83,-2340.67,60.8864,5.30347,300,10,0,417,0,1,0,0,0),(13333,442,0,1,1,366,0,-9662.16,-2331.09,69.1524,4.3539,300,10,0,328,0,1,0,0,0),(13334,441,0,1,1,387,0,-9681.88,-2307.25,66.4207,0.327923,300,10,0,330,938,1,0,0,0),(13368,441,0,1,1,387,0,-9628.67,-2390.41,60.461,2.25103,300,10,0,330,938,1,0,0,0),(14704,441,0,1,1,387,0,-9644.54,-2351.72,68.7737,3.02133,300,10,0,330,938,1,0,0,0),(15218,423,0,1,1,487,1,-9632.09,-2441.97,63.9838,5.48097,300,0,0,328,0,2,0,0,0),(15219,424,0,1,1,551,1,-9622.57,-2470.48,60.2736,5.49129,300,0,0,356,0,2,0,0,0),(16148,428,0,1,1,490,0,-9697.03,-2568.52,59.9396,4.25819,300,10,0,417,0,1,0,0,0),(16200,548,0,1,1,1079,0,-9521.19,-2823.86,79.7058,2.87958,300,0,0,350,390,0,0,0,0),(16207,428,0,1,1,490,0,-9637.81,-2770.34,58.5805,3.39842,300,10,0,417,0,1,0,0,0),(16224,424,0,1,1,551,1,-9605.83,-2504.1,59.8492,0.747673,300,0,0,356,0,2,0,0,0),(16226,1083,0,1,1,1305,1,-9618.42,-2653.31,58.2906,2.17588,300,10,0,356,0,1,0,0,0),(16227,423,0,1,1,0,1,-9621.85,-2534.61,59.3034,0.757781,300,0,0,356,0,2,0,0,0),(16228,424,0,1,1,551,1,-9726.02,-2274.04,62.7093,4.96305,300,10,0,356,0,1,0,0,0),(16229,547,0,1,1,3035,0,-9708.88,-2227.86,58.3406,3.71957,300,10,0,356,0,1,0,0,0),(16287,4065,0,1,1,6029,1,-9495.44,-2899.71,112.507,2.40855,300,0,0,521,0,0,0,0,0),(16320,547,0,1,1,3035,0,-9636.21,-2404.24,62.0477,0.621772,300,10,0,356,0,1,0,0,0),(16321,547,0,1,1,3035,0,-9723.79,-2185.7,59.5904,1.07659,300,5,0,356,0,1,0,0,0),(16322,424,0,1,1,551,1,-9726.1,-2243.06,61.6253,4.53579,300,10,0,356,0,1,0,0,0),(16323,442,0,1,1,366,0,-9680.27,-2065.72,65.2933,5.91755,300,5,0,328,0,1,0,0,0),(16324,424,0,1,1,551,1,-9724.77,-2186.14,59.5456,0.95032,300,5,0,356,0,1,0,0,0),(16325,423,0,1,1,487,1,-9750.76,-2229.7,59.0261,1.26267,300,10,0,328,0,1,0,0,0),(16329,547,0,1,1,3035,0,-9451.39,-2122.71,69.88,1.42458,300,5,0,356,0,1,0,0,0),(16336,721,0,1,1,4626,0,-9613.22,-2141.79,70.5096,3.37397,300,5,0,1,0,1,0,0,0),(16337,547,0,1,1,3035,0,-9375.17,-1954.55,59.1294,4.46788,300,10,0,356,0,1,0,0,0),(16338,2442,0,1,1,1060,0,-9426.95,-2107.63,65.958,5.25858,300,5,0,1,0,1,0,0,0),(16339,547,0,1,1,3035,0,-9356.52,-1909.16,66.1403,5.31015,300,5,0,356,0,1,0,0,0),(16340,547,0,1,1,3035,0,-9356.55,-1968.46,58.7977,3.12311,300,5,0,356,0,1,0,0,0),(16341,721,0,1,1,328,0,-9261.11,-1970.24,77.0614,1.95498,300,10,0,1,0,1,0,0,0),(16342,547,0,1,1,3035,0,-9332.29,-1935.76,58.4154,3.6992,300,5,0,356,0,1,0,0,0),(16344,430,0,1,1,10789,1,-9116.26,-2354.29,121.339,5.39159,300,5,0,354,1020,1,0,0,0),(16345,423,0,1,1,487,1,-9500.44,-1903.07,79.3361,1.99727,300,0,0,328,0,0,0,0,0),(16347,712,0,1,1,489,1,-9468.75,-1895.44,82.8588,0.186633,300,0,0,300,0,0,0,0,0),(16348,712,0,1,1,489,1,-9470.11,-1897.39,82.9099,0.186372,300,0,0,300,0,0,0,0,0),(16349,423,0,1,1,487,1,-9539.16,-1908.93,73.1351,3.23295,300,0,0,328,0,2,0,0,0),(16350,426,0,1,1,500,1,-9154.67,-2023.23,120.341,3.02813,300,5,0,386,0,1,0,0,0),(16351,430,0,1,1,10789,1,-8979.46,-2188.86,133.021,2.09439,300,0,0,354,1020,0,0,0,0),(16352,446,0,1,1,609,1,-8986.68,-2184.29,132.714,0.10472,300,0,0,417,0,0,0,0,0),(16353,446,0,1,1,609,1,-8977.54,-2185.35,133.029,2.84489,300,0,0,417,0,0,0,0,0),(16354,446,0,1,1,609,1,-8946.04,-2193.89,138.588,0.139626,300,0,0,417,0,0,0,0,0),(16355,430,0,1,1,10789,1,-8943.34,-2318.82,132.548,1.15192,300,0,0,354,1020,0,0,0,0),(16356,430,0,1,1,10789,1,-8939.1,-2319.45,132.649,2.75762,300,0,0,354,1020,0,0,0,0),(16401,446,0,1,1,609,1,-8940.81,-2310.87,132.63,5.41052,300,0,0,417,0,0,0,0,0),(16405,26663,571,1,1,0,0,1010.35,-4123.36,156.78,2.08308,120,0,0,1,0,2,0,0,0),(16404,24076,571,1,1,0,0,869.413,-4231.23,172.163,2.08308,120,0,0,1,0,0,0,0,0),(16403,26663,571,1,1,0,0,864.799,-4212.05,171.156,2.0834,120,0,0,1,0,2,0,0,0),(16407,446,0,1,1,609,1,-8922.84,-2263.57,132.782,4.62512,300,0,0,417,0,0,0,0,0),(16408,445,0,1,1,609,1,-8884.32,-2168.84,132.569,3.8927,300,0,0,458,0,0,0,0,0),(51818,7895,1,1,1,0,1,-4518.3,-2214.41,94.1101,4.83938,9900,0,0,1110,2134,0,0,0,0),(16410,445,0,1,1,609,1,-8887.69,-2178.1,132.819,4.46847,300,0,0,458,0,0,0,0,0),(16411,445,0,1,1,609,1,-8909.64,-2162.14,138.799,5.8294,300,0,0,458,0,0,0,0,0),(16412,430,0,1,1,10789,1,-8908.09,-2158.1,138.581,0.506145,300,0,0,354,1020,0,0,0,0),(16413,430,0,1,1,10789,1,-8915.44,-2246.08,132.899,1.06465,300,0,0,354,1020,0,0,0,0),(16414,445,0,1,1,609,1,-8882.73,-2145.15,133.686,4.43314,300,0,0,458,0,0,0,0,0),(16415,518,0,1,1,488,1,-8884.59,-2171.12,132.569,2.96706,300,0,0,494,0,0,0,0,0),(16416,445,0,1,1,609,1,-8889.88,-2166.3,132.569,5.16617,300,0,0,458,0,0,0,0,0),(16417,430,0,1,1,10789,1,-8893.27,-2171.97,132.569,0.296706,300,0,0,354,1020,0,0,0,0),(16418,445,0,1,1,609,1,-8913.98,-2129.07,135.305,2.21657,300,0,0,458,0,0,0,0,0),(16419,430,0,1,1,10789,1,-8907.27,-2127.22,137.95,2.51327,300,0,0,354,1020,0,0,0,0),(16420,446,0,1,1,609,1,-8940.42,-2082.39,135.115,4.81711,300,0,0,417,0,0,0,0,0),(16421,446,0,1,1,609,1,-8942.52,-2078.41,136.13,3.47321,300,0,0,417,0,0,0,0,0),(16422,446,0,1,1,609,1,-8996.83,-2085.87,132.569,4.81711,300,0,0,417,0,2,0,0,0),(16423,446,0,1,1,609,1,-8954.73,-2081.25,132.724,3.00197,300,0,0,417,0,0,0,0,0),(16424,446,0,1,1,609,1,-8962.32,-2076.53,132.636,5.68977,300,0,0,417,0,0,0,0,0),(16425,446,0,1,1,609,1,-8924.62,-2080.21,144.688,4.45059,300,0,0,417,0,0,0,0,0),(16426,428,0,1,1,490,0,-9043.84,-2485.98,127.266,1.57158,300,10,0,417,0,1,0,0,0),(16446,430,0,1,1,10789,1,-8971.16,-2077.71,132.642,3.50811,300,0,0,354,1020,0,0,0,0),(16447,430,0,1,1,10789,1,-9006.56,-2089.78,132.402,0.38232,300,5,0,354,1020,1,0,0,0),(16450,428,0,1,1,490,0,-9093.53,-2564.35,119.184,0.279105,300,10,0,417,0,1,0,0,0),(16451,428,0,1,1,490,0,-9066.42,-2657.99,126.92,0.315578,300,5,0,417,0,1,0,0,0),(16452,426,0,1,1,500,1,-9034.95,-2415.15,129.488,2.21657,300,0,0,386,0,0,0,0,0),(16453,426,0,1,1,500,1,-9034.69,-2407.47,129.734,4.29351,300,0,0,386,0,0,0,0,0),(16456,426,0,1,1,500,1,-9032.25,-2413.26,129.749,3.07178,300,0,0,386,0,0,0,0,0),(16457,426,0,1,1,500,1,-9038.68,-2453.33,134.902,3.67518,300,5,0,386,0,1,0,0,0),(16459,430,0,1,1,10789,1,-9066.96,-2478.43,123.383,4.04454,300,5,0,354,1020,1,0,0,0),(16460,505,0,1,1,520,0,-9131.89,-2609.04,112.042,6.14405,300,10,0,449,0,1,0,0,0),(16461,4463,0,1,1,6030,1,-8752.61,-2503.71,132.91,5.91938,300,5,0,472,1357,1,0,0,0),(51817,5847,1,1,1,0,1,-4041.05,-2140.55,90.0779,3.53562,9900,0,0,586,0,0,0,0,0),(16463,428,0,1,1,490,0,-9045.4,-2597.16,126.648,0.023563,300,10,0,417,0,1,0,0,0),(16464,428,0,1,1,490,0,-9081.06,-2626.03,124.805,3.30449,300,10,0,417,0,1,0,0,0),(16465,485,0,1,1,6034,1,-8856.23,-2537.57,138.371,4.11632,300,0,0,494,0,0,0,0,0),(47655,8916,230,1,1,9069,1,647.568,-172.909,-36.9245,3.42085,7200,0,0,2304,1807,0,0,0,0),(16467,485,0,1,1,6034,1,-8834.85,-2494.08,132.837,0.657572,300,5,0,494,0,1,0,0,0),(16468,437,0,1,1,6037,1,-8813.88,-2616.47,153.7,5.13127,300,5,0,531,0,1,0,0,0),(16469,4463,0,1,1,6030,1,-8732.19,-2472.43,133.215,3.28122,300,0,0,472,1357,0,0,0,0),(16470,437,0,1,1,6037,1,-8841.39,-2515.96,133.203,2.67035,300,0,0,531,0,0,0,0,0),(16471,437,0,1,1,6037,1,-8838.43,-2514.87,133.276,1.98968,300,0,0,531,0,0,0,0,0),(51816,5832,1,1,1,0,0,-3671.82,-2145.76,93.9451,2.78478,9900,0,0,664,0,0,0,0,0),(16473,615,0,1,1,6040,1,-8789.97,-2421.55,159.438,5.37561,300,0,0,617,0,0,0,0,0),(16474,615,0,1,1,6040,1,-8782.85,-2417.19,156.187,5.23599,300,0,0,617,0,0,0,0,0),(17087,4463,0,1,1,6030,1,-8859.22,-2523,133.914,3.96829,300,5,0,472,1357,1,0,0,0),(51815,5827,1,1,1,0,0,-3330.11,-2168.02,91.6684,4.30452,43200,0,0,3200,0,0,0,0,0),(17316,615,0,1,1,6040,1,-8726,-2374.53,157.932,1.88492,300,0,0,617,0,2,0,0,0),(17317,615,0,1,1,6040,1,-8757.97,-2367.63,157.606,4.62049,300,5,0,617,0,1,0,0,0),(17318,4463,0,1,1,6030,1,-8724.23,-2347.55,156,5.60251,300,0,0,472,1357,0,0,0,0),(17319,615,0,1,1,6040,1,-8718.67,-2342.11,156,5.63741,300,0,0,617,0,0,0,0,0),(17320,615,0,1,1,6040,1,-8731.44,-2350.1,156.307,5.11381,300,0,0,617,0,0,0,0,0),(17321,435,0,1,1,6044,1,-8715.86,-2155.98,158.518,5.32325,300,0,0,664,0,0,0,0,0),(17322,615,0,1,1,6040,1,-8759.72,-2380.98,156.724,4.04466,300,5,0,617,0,1,0,0,0),(17323,435,0,1,1,6044,1,-8693.64,-2147.79,158.445,4.79965,300,0,0,664,0,0,0,0,0),(17324,615,0,1,1,6040,1,-8707.1,-2329.1,156.791,2.28638,300,5,0,617,0,1,0,0,0),(17325,615,0,1,1,6040,1,-8697.62,-2166.55,157.133,2.98829,300,0,0,617,0,0,0,0,0),(17326,435,0,1,1,6044,1,-8685.82,-2345.84,157.181,2.6529,300,0,0,664,0,0,0,0,0),(17327,4463,0,1,1,6030,1,-8691.12,-2342.73,156.396,3.4383,300,0,0,472,1357,0,0,0,0),(17328,615,0,1,1,6040,1,-8688.94,-2351.09,157.86,2.63545,300,0,0,617,0,0,0,0,0),(51814,3253,1,1,1,0,0,-3122.22,-1741.87,92.0056,2.34818,9900,0,0,664,0,0,0,0,0),(51813,5834,1,1,1,0,0,-2685.14,-1940.75,98.2187,3.55377,9900,0,0,622,982,0,0,0,0),(17331,435,0,1,1,6044,1,-8688.63,-2318.55,156.416,5.70236,300,5,0,664,0,1,0,0,0),(17332,435,0,1,1,6044,1,-8672.24,-2318.15,156.041,4.49892,300,5,0,664,0,1,0,0,0),(17333,615,0,1,1,6040,1,-8677.03,-2269.45,155.298,4.94046,300,5,0,617,0,1,0,0,0),(17334,435,0,1,1,6044,1,-8718.72,-2229.81,154.669,1.92797,300,3,0,664,0,1,0,0,0),(17335,4463,0,1,1,6030,1,-8667.85,-2265.95,157.107,3.14159,300,0,0,472,1357,0,0,0,0),(51812,5864,1,1,1,0,1,-1439.23,-1506.82,92.5667,3.62681,43200,0,0,1686,0,0,0,0,0),(17337,435,0,1,1,6044,1,-8679.48,-2242.8,156.138,5.55015,300,0,0,664,0,0,0,0,0),(17562,435,0,1,1,6044,1,-8656.91,-2253.53,154.088,3.47321,300,0,0,664,0,0,0,0,0),(17564,435,0,1,1,6044,1,-8702.55,-2232.12,154.41,2.47837,300,0,0,664,0,0,0,0,0),(17565,4463,0,1,1,6030,1,-8711.74,-2247.49,154.723,1.37881,300,0,0,472,1357,0,0,0,0),(51811,3672,1,1,1,0,1,-677.775,-2348.93,18.8394,1.20386,9900,0,0,525,390,0,0,0,0),(17567,615,0,1,1,6040,1,-8702.1,-2214.39,153.396,4.66348,300,5,0,617,0,1,0,0,0),(17572,435,0,1,1,6044,1,-8698.52,-2211.72,152.978,5.47081,300,0,0,664,0,0,0,0,0),(17573,435,0,1,1,6044,1,-8749.44,-2207.81,153.564,2.56113,300,3,0,664,0,1,0,0,0),(17574,435,0,1,1,6044,1,-8744.25,-2191.17,152.766,5.41052,300,3,0,664,0,1,0,0,0),(17575,435,0,1,1,6044,1,-8737.43,-2213.5,149.96,1.63795,300,3,0,664,0,1,0,0,0),(17576,4463,0,1,1,6030,1,-8759.77,-2198.37,156.494,5.44543,300,0,0,472,1357,0,0,0,0),(51810,5865,1,1,1,0,0,381.22,-2538.05,92.6576,3.11894,9900,0,0,273,0,0,0,0,0),(17578,4463,0,1,1,6030,1,-8814.12,-2219.44,143.043,4.69494,300,0,0,472,1357,0,0,0,0),(51809,3295,1,1,1,0,0,1071.4,-3135.26,67.39,3.63731,9900,0,0,449,0,0,0,0,0),(17871,435,0,1,1,6044,1,-8760.77,-2253.44,152.291,5.91667,300,3,0,664,0,1,0,0,0),(17872,435,0,1,1,6044,1,-8798,-2190.77,141.994,2.26893,300,3,0,664,0,1,0,0,0),(17873,435,0,1,1,6044,1,-8824.79,-2191.59,138.558,0.925419,300,3,0,664,0,1,0,0,0),(17874,349,0,1,1,1826,1,-8756.77,-2187.12,139.975,2.96706,600,0,0,1398,0,0,0,0,0),(17875,435,0,1,1,6044,1,-8818.63,-2182.18,139.063,1.98675,300,3,0,664,0,1,0,0,0),(17876,4463,0,1,1,6030,1,-8788.47,-2187.71,142.028,3.75246,300,3,0,472,1357,1,0,0,0),(17877,1933,0,1,1,857,0,-9485.98,-2219.98,76.0553,4.14603,300,5,0,14,0,1,0,0,0),(17878,435,0,1,1,6044,1,-8776.02,-2193.54,141.011,1.97246,300,3,0,664,0,1,0,0,0),(17879,435,0,1,1,6044,1,-8798.71,-2234.86,146.048,4.95674,300,0,0,664,0,0,0,0,0),(17880,547,0,1,1,3035,0,-9604.3,-2267.13,85.2955,0.535391,300,5,0,356,0,1,0,0,0),(17903,435,0,1,1,6044,1,-8764.91,-2258.66,151.189,0.12893,300,0,0,664,0,0,0,0,0),(17913,4463,0,1,1,6030,1,-8753.45,-2236.94,153.257,0.698132,300,0,0,472,1357,0,0,0,0),(17958,615,0,1,1,6040,1,-8728.73,-2246.21,154.735,2.75708,300,3,0,617,0,1,0,0,0),(17960,428,0,1,1,490,0,-9656.15,-2670.86,60.8752,5.98986,300,10,0,417,0,1,0,0,0),(17972,437,0,1,1,6037,1,-9522.55,-2880.2,94.4276,4.76323,300,5,0,531,0,1,0,0,0),(18374,4064,0,1,1,6038,1,-9509.08,-2922.85,109.308,2.05949,300,0,0,484,0,0,0,0,0),(18375,4064,0,1,1,6038,1,-9467.05,-2968.26,126.567,4.81711,300,0,0,484,0,0,0,0,0),(18377,485,0,1,1,6034,1,-9473.49,-2972.03,126.762,5.46473,300,0,0,494,0,0,0,0,0),(18378,4065,0,1,1,6029,1,-9534.49,-2920.27,106.696,1.27409,300,0,0,521,0,0,0,0,0),(18379,4065,0,1,1,6029,1,-9283.71,-3027.75,120.66,1.28981,300,5,0,521,0,1,0,0,0),(18380,428,0,1,1,490,0,-9176.98,-2810.47,93.2177,0.231612,300,10,0,417,0,1,0,0,0),(18381,433,0,1,1,275,1,-9164.99,-3180.02,103.57,4.52764,300,5,0,573,0,1,0,0,0),(18382,334,0,1,1,6050,1,-9382.84,-3082.02,158.155,1.8326,600,0,0,2250,0,0,0,0,0),(18383,335,0,1,1,497,0,-9386.9,-3084.96,158.155,1.15192,600,0,0,1584,1545,0,0,0,0),(18384,436,0,1,1,6039,1,-9378.56,-3076.05,158.155,2.35619,300,0,0,463,1357,0,0,0,0),(18385,4464,0,1,1,6042,1,-9389.81,-3077.22,158.155,0.959931,300,0,0,699,0,0,0,0,0),(18386,434,0,1,1,275,0,-9159.48,-3139.61,100.962,2.35619,300,0,0,531,0,0,0,0,0),(18387,568,0,1,1,662,1,-9138.18,-3196.13,107.447,3.97935,300,0,0,664,0,0,0,0,0),(18388,4064,0,1,1,6038,1,-9500.56,-2918.37,109.088,2.26893,300,0,0,484,0,0,0,0,0),(18389,4065,0,1,1,6029,1,-9439.13,-3080.34,136.688,0.996597,300,0,0,521,0,0,0,0,0),(18394,436,0,1,1,6039,1,-9392.91,-3015.43,136.81,3.45096,300,5,0,463,1357,1,0,0,0),(18396,4065,0,1,1,6029,1,-9392.3,-3017.34,136.81,3.45104,300,5,0,521,0,1,0,0,0),(18397,486,0,1,1,6043,1,-9442.19,-3074.29,136.676,0.690293,600,0,0,1713,618,0,0,0,0),(18433,4462,0,1,1,6031,1,-9380.08,-3059.85,139.298,2.61799,300,0,0,605,0,0,0,0,0),(18434,436,0,1,1,6039,1,-9389.49,-3024.51,136.81,2.81873,300,5,0,463,1357,1,0,0,0),(18435,4065,0,1,1,6029,1,-9400.14,-3010.42,136.704,5.61996,300,0,0,521,0,0,0,0,0),(18436,4065,0,1,1,6029,1,-9404.86,-3009.31,136.704,5.91667,300,0,0,521,0,0,0,0,0),(18437,436,0,1,1,6039,1,-9399.29,-3006.63,136.81,4.74729,300,0,0,463,1357,0,0,0,0),(18438,4065,0,1,1,6029,1,-9350.46,-3034.49,136.307,0.541052,300,0,0,521,0,0,0,0,0),(18439,4065,0,1,1,6029,1,-9353.37,-3029.71,136.588,0.733038,300,0,0,521,0,0,0,0,0),(18440,436,0,1,1,6039,1,-9358.32,-3027.09,136.758,1.13446,300,0,0,463,1357,0,0,0,0),(18441,4065,0,1,1,6029,1,-9361.88,-3082.55,149.581,3.24631,300,0,0,521,0,0,0,0,0),(18442,4462,0,1,1,6031,1,-9410.3,-3086.12,139.856,0.139626,300,0,0,605,0,0,0,0,0),(18443,4464,0,1,1,6042,1,-9401.48,-3090.75,139.856,2.61799,300,0,0,699,0,0,0,0,0),(18444,436,0,1,1,6039,1,-9406.03,-3089.28,139.856,1.09956,300,0,0,463,1357,0,0,0,0),(18445,4464,0,1,1,6042,1,-9371.32,-3050.18,156.861,5.25344,300,0,0,699,0,0,0,0,0),(18446,436,0,1,1,6039,1,-9365.92,-3051.78,156.861,4.41568,300,0,0,463,1357,0,0,0,0),(18447,4065,0,1,1,6029,1,-9382.88,-3039.52,139.437,1.88496,300,0,0,521,0,0,0,0,0),(18448,4065,0,1,1,6029,1,-9390.65,-3039.86,139.437,1.3439,300,0,0,521,0,0,0,0,0),(18449,431,0,1,1,493,1,-9111.58,-3311.35,102.325,4.84352,300,10,0,734,0,1,0,0,0),(18450,429,0,1,1,491,1,-9134.28,-3306.48,103.051,3.20608,300,10,0,640,655,1,0,0,0),(18451,4464,0,1,1,6042,1,-9379.59,-3075.51,140.675,1.7764,300,0,0,699,0,0,0,0,0),(18452,436,0,1,1,6039,1,-9379.13,-3068.04,140.758,3.75246,300,0,0,463,1357,0,0,0,0),(18453,4462,0,1,1,6031,1,-9385.37,-3075.57,140.758,0.628319,300,0,0,605,0,0,0,0,0),(18454,4462,0,1,1,6031,1,-9382.43,-3077.34,140.762,1.5708,300,0,0,605,0,0,0,0,0),(18455,436,0,1,1,6039,1,-9360.73,-3081.39,155.48,3.18573,300,5,0,463,1357,1,0,0,0),(18456,4065,0,1,1,6029,1,-9386.2,-3051.99,156.861,5.02655,300,0,0,521,0,0,0,0,0),(18457,436,0,1,1,6039,1,-9390.71,-3053.79,156.861,5.58505,300,0,0,463,1357,0,0,0,0),(18458,4065,0,1,1,6029,1,-9367.44,-3076.13,149.58,0.506145,300,0,0,521,0,0,0,0,0),(18459,4462,0,1,1,6031,1,-9390.62,-3056.87,139.298,5.61996,300,0,0,605,0,0,0,0,0),(20703,4065,0,1,1,6029,1,-9396.15,-3074.33,140.858,2.9147,300,0,0,521,0,0,0,0,0),(20704,436,0,1,1,6039,1,-9397.55,-3069.87,140.758,3.56047,300,0,0,463,1357,0,0,0,0),(20705,4462,0,1,1,6031,1,-9377.52,-3073.93,149.58,3.01942,300,0,0,605,0,0,0,0,0),(20706,436,0,1,1,6039,1,-9377.03,-3068.71,149.58,3.7001,300,0,0,463,1357,0,0,0,0),(20707,4065,0,1,1,6029,1,-9357.78,-3000.23,137.079,4.11898,300,0,0,521,0,0,0,0,0),(20708,436,0,1,1,6039,1,-9367.85,-2991.52,138.541,1.0472,300,0,0,463,1357,0,0,0,0),(20709,568,0,1,1,662,1,-9178.1,-3230.13,105.545,2.44695,300,5,0,664,0,1,0,0,0),(20713,4065,0,1,1,6029,1,-9415.97,-3075.98,136.802,3.08923,300,0,0,521,0,0,0,0,0),(20714,436,0,1,1,6039,1,-9420.07,-3080.51,136.802,2.33874,300,0,0,463,1357,0,0,0,0),(22273,432,0,1,1,1887,1,-9083.33,-3313.57,103.142,3.1765,300,0,0,617,0,0,0,0,0),(22275,568,0,1,1,662,1,-9168.75,-3239.58,102.747,2.95838,300,5,0,664,0,1,0,0,0),(22276,432,0,1,1,1887,1,-9160.66,-3285.01,101.877,3.49066,300,0,0,617,0,0,0,0,0),(22277,568,0,1,1,662,1,-9160.84,-3289.71,102.128,2.11185,300,0,0,664,0,0,0,0,0),(22278,432,0,1,1,1887,1,-9167.37,-3290.33,101.679,1.39626,300,0,0,617,0,0,0,0,0),(51808,5835,1,1,1,0,1,1058.87,-3079.53,91.7453,4.64184,9900,0,0,314,0,0,0,0,0),(25447,4065,0,1,1,6029,1,-9288.48,-2998.13,119.47,6.21337,300,0,0,521,0,0,0,0,0),(25449,4065,0,1,1,6029,1,-9308.72,-2942.36,128.656,4.43853,300,0,0,521,0,2,0,0,0),(26003,426,0,1,1,500,1,-9081.85,-2446.57,123.615,3.01942,300,0,0,386,0,2,0,0,0),(26004,4064,0,1,1,6038,1,-9290.96,-2955.23,128.936,3.90954,300,0,0,484,0,0,0,0,0),(26039,4065,0,1,1,6029,1,-9297.52,-2952.91,128.936,4.74729,300,0,0,521,0,0,0,0,0),(26167,4065,0,1,1,6029,1,-9337.76,-3025.9,135.564,2.82787,300,5,0,521,0,1,0,0,0),(26168,432,0,1,1,1887,1,-9110.89,-3282.96,103.893,2.63545,300,0,0,617,0,0,0,0,0),(26171,4064,0,1,1,6038,1,-9310.21,-2975.37,122.699,0.27324,300,0,0,484,0,0,0,0,0),(26172,426,0,1,1,500,1,-9030.23,-2429.1,131.088,3.85438,300,5,0,386,0,1,0,0,0),(27760,430,0,1,1,10789,1,-9021.17,-2421.99,131.463,3.80642,300,3,0,354,1020,1,0,0,0),(28237,446,0,1,1,609,1,-8980.15,-2337.88,132.631,4.64258,300,0,0,417,0,0,0,0,0),(28327,430,0,1,1,10789,1,-9081.9,-2433.4,131.24,3.19395,300,0,0,354,1020,0,0,0,0),(28328,568,0,1,1,662,1,-9142.97,-3267.64,101.851,6.2556,300,5,0,664,0,1,0,0,0),(28329,430,0,1,1,10789,1,-8893.4,-2208.6,150.056,1.81514,300,0,0,354,1020,0,0,0,0),(28330,4065,0,1,1,6029,1,-9285.12,-2935.32,128.947,4.06662,300,0,0,521,0,0,0,0,0),(28331,4065,0,1,1,6029,1,-9280.19,-2940.93,128.945,3.63029,300,0,0,521,0,0,0,0,0),(28332,4064,0,1,1,6038,1,-9287.24,-2949.96,128.939,1.71042,300,0,0,484,0,0,0,0,0),(28333,446,0,1,1,609,1,-8904.88,-2243.36,133.503,4.82779,300,5,0,417,0,1,0,0,0),(28334,430,0,1,1,10789,1,-8944.72,-2289.87,132.568,5.19334,300,5,0,354,1020,1,0,0,0),(28335,446,0,1,1,609,1,-8934.06,-2309.87,132.548,3.64774,300,0,0,417,0,0,0,0,0),(28336,433,0,1,1,275,1,-9213.93,-3192.18,107.49,0.680678,300,0,0,573,0,0,0,0,0),(28337,4064,0,1,1,6038,1,-9293.2,-2943.88,163.847,0.568319,300,0,0,484,0,2,0,0,0),(28338,4065,0,1,1,6029,1,-9298.27,-2940.57,142.652,6.26573,300,0,0,521,0,0,0,0,0),(28359,429,0,1,1,491,1,-9215.73,-3306.54,100.173,0.53103,300,5,0,640,655,1,0,0,0),(28360,433,0,1,1,275,1,-9210.04,-3132.54,104.687,1.05116,300,10,0,573,0,1,0,0,0),(28361,432,0,1,1,1887,1,-9123.4,-3306.11,103.065,0.860322,300,10,0,617,0,1,0,0,0),(28362,4065,0,1,1,6029,1,-9278.73,-2939.37,134.909,1.10709,300,5,0,521,0,1,0,0,0),(28366,4064,0,1,1,6038,1,-9290.62,-2948.03,164.031,4.64258,300,0,0,484,0,0,0,0,0),(28375,432,0,1,1,1887,1,-9214.94,-3337.47,104.335,3.43308,300,5,0,617,0,1,0,0,0),(29885,568,0,1,1,662,1,-9159.75,-3346.15,105.242,2.49582,300,0,0,664,0,0,0,0,0),(29886,568,0,1,1,662,1,-9105.33,-3326.74,100.807,0.242378,300,10,0,664,0,1,0,0,0),(29887,432,0,1,1,1887,1,-9100.55,-3333.91,100.524,2.42601,300,0,0,617,0,0,0,0,0),(29888,568,0,1,1,662,1,-9089.38,-3325.75,101.942,4.27057,300,10,0,664,0,1,0,0,0),(29889,703,0,1,1,492,1,-9111.58,-3311.35,102.408,4.84352,300,0,0,787,0,0,0,0,0),(29890,14357,0,1,1,14390,0,-9508,-2490.79,37.1252,2.56227,600,10,0,2097,0,1,0,0,0),(29891,442,0,1,1,366,0,-9613.06,-1994.43,63.8306,-0.557512,300,10,0,328,0,1,0,0,0),(29892,547,0,1,1,3035,0,-9628.7,-1992.81,61.5397,0.68573,300,10,0,356,0,1,0,0,0),(29893,547,0,1,1,3035,0,-9604.07,-1959.59,64.5037,0.625925,300,5,0,356,0,1,0,0,0),(30347,442,0,1,1,366,0,-9613.65,-1964.81,62.7962,4.40484,300,0,0,328,0,0,0,0,0),(31806,616,0,1,1,821,0,-9230.09,-2702.39,89.086,5.71584,18000,5,0,617,0,1,0,0,0),(152022,32407,1,1,1,27953,1,-7123.33,-3766.68,9.40339,0,180,0,0,1,0,0,0,0,0),(31808,440,0,1,1,6033,1,-9163.74,-2416.26,104.905,0.989836,300,5,0,449,0,1,0,0,0),(31809,485,0,1,1,6034,1,-9164.03,-2442.94,110.932,4.96921,300,0,0,494,0,2,0,0,0),(31810,440,0,1,1,6033,1,-9166.05,-2418.29,105.708,2.03881,300,0,0,449,0,0,0,0,0),(31811,440,0,1,1,6033,1,-9174.09,-2452.13,118.098,5.56538,300,0,0,449,0,0,0,0,0),(31812,485,0,1,1,6034,1,-9229.9,-2375.24,91.9176,5.06145,300,0,0,494,0,0,0,0,0),(31813,485,0,1,1,6034,1,-9235,-2376.05,92.1701,5.95157,300,0,0,494,0,0,0,0,0),(31814,485,0,1,1,6034,1,-9237.37,-2378.63,92.3221,0.314159,300,0,0,494,0,0,0,0,0),(31815,712,0,1,1,489,1,-9551.51,-1917.04,70.071,5.95093,300,10,0,300,0,1,0,0,0),(31816,547,0,1,1,3035,0,-9557.83,-2247.17,85.381,6.06057,300,10,0,356,0,1,0,0,0),(31817,1933,0,1,1,857,0,-9445.63,-2314.94,66.7736,1.7138,300,5,0,14,0,1,0,0,0),(31818,441,0,1,1,387,0,-9654.18,-2165.81,62.6863,1.36171,300,5,0,330,938,1,0,0,0),(31819,442,0,1,1,366,0,-9673.07,-2147.73,61.0886,1.59618,300,5,0,328,0,1,0,0,0),(31820,441,0,1,1,387,0,-9492.16,-2348.87,68.6343,5.08854,300,5,0,330,938,1,0,0,0),(31821,442,0,1,1,366,0,-9548.67,-2053.15,69.8158,5.7759,300,10,0,328,0,1,0,0,0),(31823,485,0,1,1,6034,1,-9493.12,-2938.55,115.314,5.33656,300,0,0,494,0,2,0,0,0),(31824,437,0,1,1,6037,1,-9526.83,-2873.19,91.8719,4.91515,300,5,0,531,0,1,0,0,0),(51807,5809,1,1,1,0,1,-226.809,-5093.53,41.3468,4.39915,9900,0,0,176,0,0,0,0,0),(31827,4065,0,1,1,6029,1,-9446,-2992.99,136.895,2.51327,300,0,0,521,0,0,0,0,0),(31828,4065,0,1,1,6029,1,-9438.59,-3004.44,137.579,3.03687,300,0,0,521,0,0,0,0,0),(31829,436,0,1,1,6039,1,-9430.26,-2953.52,115.829,0.669421,300,5,0,463,1357,1,0,0,0),(31830,440,0,1,1,6033,1,-9170.93,-2400.95,104.074,5.65487,300,0,0,449,0,0,0,0,0),(31831,485,0,1,1,6034,1,-9172.25,-2402.47,104.433,0,300,0,0,494,0,0,0,0,0),(31832,485,0,1,1,6034,1,-9138.15,-2556.15,116.441,1.56103,300,5,0,494,0,1,0,0,0),(152021,31863,571,1,1,26463,0,5753.74,585.413,615.052,0,180,0,0,1,0,0,0,0,0),(31835,4065,0,1,1,6029,1,-9449.31,-3020.26,136.87,1.74533,300,0,0,521,0,0,0,0,0),(31836,4065,0,1,1,6029,1,-9420.86,-3052.87,136.777,3.21141,300,0,0,521,0,0,0,0,0),(31837,436,0,1,1,6039,1,-9429.38,-3050.43,136.776,5.48033,300,0,0,463,1357,0,0,0,0),(31838,505,0,1,1,520,0,-9184.43,-2708.43,89.315,2.08371,300,10,0,449,0,1,0,0,0),(31839,10037,0,1,1,3447,1,-9229.44,-2058.91,77.6243,3.49854,180,0,0,7048,0,0,0,0,0),(31840,4953,0,1,1,2956,0,-10540.7,-3283.58,26.627,2.95493,300,5,0,8,0,1,0,0,0),(31841,4953,0,1,1,2954,0,-10545.4,-2889.03,23.3609,4.59482,300,5,0,8,0,1,0,0,0),(31842,4953,0,1,1,2956,0,-10757.8,-3842.54,22.6241,1.63058,300,5,0,8,0,1,0,0,0),(31843,4953,0,1,1,1986,0,-10123.1,-3315.7,19.7885,5.14756,300,5,0,8,0,1,0,0,0),(31844,5261,0,1,1,6673,1,-10347.1,-4071.27,-84.2094,2.88499,900,5,0,2310,0,1,0,0,0),(31845,5353,0,1,1,19815,0,-10717.5,-2536.47,28.2923,0.034907,300,0,0,2218,0,0,0,0,0),(31846,11874,0,1,1,19851,0,-10102.1,-2829.84,22.4003,2.60054,300,0,0,2138,0,0,0,0,0),(31847,866,0,1,1,4504,1,-10377.6,-3241.58,19.8697,0.558505,300,0,0,7688,0,0,0,0,0),(31848,866,0,1,1,4503,1,-10381.1,-3308.33,22.0589,2.194,300,5,0,7688,0,2,0,0,0),(31849,866,0,1,1,4504,1,-10425.5,-3174.65,22.5074,3.21659,300,5,0,7688,0,2,0,0,0),(31850,866,0,1,1,4503,1,-10514.2,-3314.58,20.9633,0.017453,300,0,0,7688,0,0,0,0,0),(31851,866,0,1,1,4503,1,-10407.9,-3345.48,22.8363,0.638577,300,3,0,7688,0,2,0,0,0),(31852,866,0,1,1,4504,1,-10484.2,-3172.64,20.3722,6.26707,300,2,0,7688,0,2,0,0,0),(31853,866,0,1,1,4503,1,-10370.7,-3252.59,19.7447,0.680678,300,0,0,7688,0,0,0,0,0),(31854,866,0,1,1,4504,1,-10509.4,-3324.35,20.7133,0.558505,300,0,0,7688,0,0,0,0,0),(31945,866,0,1,1,4504,1,-10469.6,-3217.65,21.0671,1.25664,300,0,0,7688,0,0,0,0,0),(31946,866,0,1,1,4503,1,-10453.3,-3216.05,20.4325,1.58825,300,0,0,7688,0,0,0,0,0),(31947,6930,0,1,1,5707,1,-10487.3,-3258.84,21.1127,0.10472,300,0,0,1003,0,0,0,0,0),(31948,981,0,1,1,4561,1,-10399.5,-3270.43,21.9894,4.20624,300,0,0,2218,0,0,0,0,0),(31949,987,0,1,1,4560,1,-10437.8,-3307.04,20.4499,5.96903,300,0,0,2769,0,0,0,0,0),(31950,1386,0,1,1,4380,1,-10474.8,-3335.97,25.5541,0.279253,300,0,0,3189,0,0,0,0,0),(31951,8177,0,1,1,7389,1,-10490.5,-3264.03,27.8238,3.07178,300,0,0,2218,0,0,0,0,0),(32091,988,0,1,1,4567,1,-10471.6,-3338.83,25.5541,1.0821,300,0,0,2769,0,0,0,0,0),(32092,984,0,1,1,4565,1,-10406.9,-3256.55,22.211,2.53073,300,0,0,2218,0,0,0,0,0),(32093,6026,0,1,1,4725,1,-10459.2,-3279.76,21.5445,0.733038,900,0,0,10572,0,0,0,0,0),(32094,864,0,1,1,4502,1,-10460.3,-3241.88,20.9401,3.70601,300,0,0,2769,0,2,0,0,0),(32095,8176,0,1,1,7384,1,-10407,-3265.75,22.0295,0.506145,300,0,0,2218,0,0,0,0,0),(32096,863,0,1,1,4500,1,-10860,-4108.21,21.9055,5.5587,300,3,0,2880,0,1,0,0,0),(32097,863,0,1,1,4499,1,-10847.3,-4078.09,22.6185,5.00874,300,3,0,2880,0,1,0,0,0),(32098,868,0,1,1,4551,1,-10857.1,-4096.36,21.9338,1.3439,300,0,0,2551,1982,0,0,0,0),(32099,863,0,1,1,4499,1,-10838,-4096.47,22.1185,6.08558,300,3,0,2880,0,1,0,0,0),(32100,863,0,1,1,4500,1,-10860.7,-4081.34,22.1185,0.561759,300,3,0,2880,0,1,0,0,0),(32101,17127,0,1,1,16868,0,-10106.9,-2813.62,22.0675,3.92699,300,0,0,1747,3801,0,0,0,0),(32102,17531,0,1,1,17064,1,-10107.6,-2811.24,22.3081,4.20624,300,0,0,2772,0,0,0,0,0),(32107,17531,0,1,1,17064,1,-10103.9,-2811.83,22.3175,3.83972,300,0,0,2772,0,0,0,0,0),(32691,862,0,1,1,4495,1,-10758.8,-4056.85,23.4721,2.07903,300,0,0,1536,0,2,0,0,0),(32692,922,0,1,1,9571,0,-9701.59,-4032.88,-9.3691,2.07694,300,5,0,1829,0,1,0,0,0),(32693,1443,0,1,1,4554,1,-10458.5,-3322.33,40.037,3.38594,300,0,0,4120,0,0,0,0,0),(32694,1442,0,1,1,4549,1,-10465,-3317.89,40.037,5.02655,300,0,0,4120,0,0,0,0,0),(33135,11198,0,1,1,19841,0,-10083.9,-2801.88,29.1938,3.9968,300,0,0,1981,0,0,0,0,0),(33801,11198,0,1,1,19843,0,-10085.3,-2830.86,28.3668,2.75762,300,0,0,1981,0,0,0,0,0),(33802,1775,0,1,1,4555,1,-10459.3,-3255.5,20.5848,5.77704,300,0,0,4120,0,0,0,0,0),(33803,11198,0,1,1,19843,0,-10102.2,-2799.19,22.5713,5.21853,300,0,0,1981,0,0,0,0,0),(33804,11198,0,1,1,19841,0,-10093,-2818.93,22.4333,2.80998,300,0,0,1981,0,0,0,0,0),(33805,11198,0,1,1,19843,0,-10108.5,-2807.66,22.5874,5.02655,300,0,0,1981,0,0,0,0,0),(33806,11198,0,1,1,19843,0,-10098,-2800.98,22.6063,3.52556,300,0,0,1981,0,0,0,0,0),(33807,11198,0,1,1,19843,0,-10119.1,-2806.79,22.4468,4.64258,300,0,0,1981,0,0,0,0,0),(33808,7643,0,1,1,6570,0,-10498.1,-3254.38,21.1127,6.23082,300,0,0,2218,0,0,0,0,0),(33809,7623,0,1,1,6571,1,-10460.9,-3319.07,39.937,4.11898,300,0,0,4120,0,0,0,0,0),(33810,769,0,1,1,336,0,-10553.4,-3515.56,22.9358,1.30374,300,5,0,1829,0,1,0,0,0),(33811,769,0,1,1,336,0,-10946.1,-3986.75,26.0115,5.44126,300,5,0,1829,0,1,0,0,0),(33812,769,0,1,1,336,0,-10571,-3527.55,22.3295,1.35283,300,5,0,1829,0,1,0,0,0),(33813,767,0,1,1,632,0,-10196.1,-3082.58,23.0202,5.41063,300,10,0,1469,0,1,0,0,0),(33814,5546,0,1,1,4550,1,-10425.2,-3242.71,20.303,4.17134,300,0,0,4581,0,0,0,0,0),(33815,5547,0,1,1,4548,1,-10420.1,-3242.73,20.303,4.90438,300,0,0,4581,0,0,0,0,0),(33816,5591,0,1,1,3508,1,-10495.7,-3248.14,21.1127,4.72984,300,0,0,1753,0,0,0,0,0),(33817,5592,0,1,1,3511,1,-10859,-4088.09,22.3127,0.069813,300,0,0,2059,0,0,0,0,0),(33921,1084,0,1,1,814,0,-10216.3,-2921.17,17.7429,2.90894,300,5,0,1403,0,1,0,0,0),(33922,1084,0,1,1,814,0,-10184.5,-3042.27,17.4803,3.00851,300,10,0,1403,0,1,0,0,0),(33923,17125,0,1,1,11686,0,-9968.38,-3723.11,21.9991,0.959931,300,0,0,4120,0,0,0,0,0),(33924,17112,0,1,1,16866,0,-9983.18,-3665.7,21.7612,1.37881,300,0,0,1902,0,0,0,0,0),(33925,17126,0,1,1,11686,0,-9959.88,-3610.25,21.7963,5.044,300,0,0,4120,0,0,0,0,0),(33926,17111,0,1,1,632,0,-9968.04,-3722.69,21.9698,1.0821,300,0,0,1469,0,0,0,0,0),(33927,17113,0,1,1,831,0,-9960.04,-3610.3,21.7858,3.15905,300,0,0,1678,0,0,0,0,0),(33998,17124,0,1,1,11686,0,-9983.1,-3665.83,21.7612,3.54302,300,0,0,4120,0,0,0,0,0),(34141,17109,0,1,1,16859,1,-10461.1,-3319.65,20.9641,0.952855,300,0,0,1747,3801,0,0,0,0),(34142,18221,0,1,1,17601,1,-10116.6,-2816.33,22.1116,5.98648,300,0,0,1621,3575,0,0,0,0),(34143,4953,0,1,1,1987,0,-10155.4,-3215.15,23.0931,2.77232,300,5,0,8,0,1,0,0,0),(34144,1420,0,1,1,901,0,-10310.8,-3297.39,21.0641,4.42523,300,5,0,8,0,1,0,0,0),(34145,6653,0,1,1,5379,0,-10299.4,-2927.14,18.3195,0.127261,300,5,0,8,0,1,0,0,0),(34146,4953,0,1,1,1987,0,-10324.6,-3426.73,18.0274,5.74176,300,5,0,8,0,1,0,0,0),(34147,986,0,1,1,4552,1,-10506.9,-3328.17,20.8888,0.663225,300,0,0,2769,0,0,0,0,0),(34148,865,0,1,1,4506,1,-10357.7,-3369.77,22.4278,4.21004,300,2,0,2880,0,1,0,0,0),(34149,982,0,1,1,4563,1,-10451,-3290.11,20.3032,0.663225,300,0,0,2218,0,0,0,0,0),(34150,10049,0,1,1,9268,1,-10464.2,-3267.98,20.411,6.10865,300,0,0,1003,0,0,0,0,0),(34151,12807,0,1,1,12689,1,-10466,-3337.19,25.5541,1.72788,300,0,0,2769,0,0,0,0,0),(34152,864,0,1,1,4502,1,-10503.5,-3331.86,20.9633,2.47065,300,0,0,2769,0,2,0,0,0),(34153,865,0,1,1,4506,1,-10383.4,-3373.6,22.8654,5.20112,300,2,0,2880,0,1,0,0,0),(34154,989,0,1,1,4559,1,-10486.8,-3249.89,27.5599,2.84489,300,0,0,2769,0,0,0,0,0),(34155,864,0,1,1,4502,1,-10437.5,-3210.06,20.9154,1.36136,300,0,0,2769,0,2,0,0,0),(34156,985,0,1,1,4556,1,-10502,-3252.67,21.2127,5.98648,300,0,0,2769,0,0,0,0,0),(34157,752,0,1,1,386,1,-10910.6,-3631.49,16.4526,3.32189,300,3,0,1774,1534,1,0,0,0),(34158,922,0,1,1,9571,0,-9733.64,-4066.1,-7.65416,2.84489,300,5,0,1829,0,1,0,0,0),(34159,11198,0,1,1,19841,0,-10127.5,-2839.57,22.3175,3.67592,300,0,0,1981,0,0,0,0,0),(34160,1776,0,1,1,19854,0,-10101,-2818.9,22.1149,3.10669,300,0,0,1981,0,0,0,0,0),(34161,769,0,1,1,336,0,-10979.7,-3970.58,28.7162,1.26663,300,5,0,1829,0,1,0,0,0),(34162,1084,0,1,1,814,0,-10177.5,-2895.34,18.3741,4.47523,300,5,0,1403,0,1,0,0,0),(34163,1084,0,1,1,814,0,-10137.6,-2936.04,17.7491,0.661298,300,10,0,1403,0,1,0,0,0),(34164,1087,0,1,1,815,0,-9710.13,-3983.35,0.803726,0,300,5,0,1902,0,1,0,0,0),(34205,766,0,1,1,697,0,-10714.4,-3921.77,17.4991,3.90734,300,5,0,1471,1283,1,0,0,0),(34206,4953,0,1,1,2956,0,-10024.4,-3876.07,17.4991,1.45212,300,5,0,8,0,1,0,0,0),(34207,1420,0,1,1,901,0,-10377.5,-3446.62,18.0939,4.85732,300,5,0,8,0,1,0,0,0),(34208,1420,0,1,1,901,0,-10366.8,-2741.05,18.7491,1.13696,300,5,0,8,0,1,0,0,0),(34209,4953,0,1,1,1986,0,-10438.9,-4173.71,20.9866,4.19106,300,5,0,8,0,1,0,0,0),(34262,6653,0,1,1,5379,0,-10722.6,-3933.4,17.8844,6.08656,300,5,0,8,0,1,0,0,0),(34263,4953,0,1,1,1987,0,-9909.19,-3780.58,17.4991,3.97837,300,5,0,8,0,1,0,0,0),(34264,1420,0,1,1,901,0,-10845.8,-3979.86,19.2282,4.87227,300,5,0,8,0,1,0,0,0),(34499,744,0,1,1,7903,1,-10672.9,-3979.62,22.2757,2.86866,300,5,0,1981,0,1,0,0,0),(34500,744,0,1,1,7903,1,-10701.3,-4001.63,24.0456,0.453158,300,5,0,1981,0,1,0,0,0),(34501,3622,0,1,1,4295,1,-10429.6,-3309.04,21.5738,2.87979,300,0,0,1753,0,0,0,0,0),(34515,980,0,1,1,4562,1,-10392,-3256.97,22.0191,0,300,0,0,2218,0,0,0,0,0),(34516,867,0,1,1,4508,1,-10370.1,-3359.46,22.6802,4.74729,300,0,0,3082,0,0,0,0,0),(34517,983,0,1,1,4564,1,-10428.6,-3272.99,20.5275,3.14159,300,0,0,2218,0,0,0,0,0),(34581,769,0,1,1,336,0,-10804.8,-3977.72,22.3168,2.39076,300,5,0,1829,0,1,0,0,0),(34582,766,0,1,1,697,0,-10720.4,-4030.83,17.426,4.88105,300,5,0,1471,1283,1,0,0,0),(34583,6653,0,1,1,5379,0,-10362.7,-3162.15,17.4237,0.618739,300,5,0,8,0,1,0,0,0),(35064,4953,0,1,1,1986,0,-10164.5,-2909.72,18.183,5.65031,300,5,0,8,0,1,0,0,0),(35222,4953,0,1,1,2956,0,-10485.2,-3536.09,19.442,4.71629,300,5,0,8,0,1,0,0,0),(35223,4953,0,1,1,2956,0,-10277.8,-4145.43,17.6709,6.07938,300,5,0,8,0,1,0,0,0),(35228,6653,0,1,1,5379,0,-10459.6,-3556.09,17.5642,3.46623,300,5,0,8,0,1,0,0,0),(35230,922,0,1,1,9571,0,-9833.01,-4166.06,-3.82848,4.17134,300,5,0,1829,0,1,0,0,0),(35237,7572,0,1,1,6775,1,-10632.3,-3009.37,29.2653,6.19592,300,0,0,4120,0,0,0,0,0),(35251,922,0,1,1,9571,0,-9700.15,-3965.88,-1.28868,3.08923,300,5,0,1829,0,1,0,0,0),(35252,922,0,1,1,9571,0,-9767.1,-4100.25,-6.36123,1.69297,300,5,0,1829,0,1,0,0,0),(35253,922,0,1,1,9571,0,-9900.51,-4266.59,-4.61402,2.84489,300,5,0,1829,0,1,0,0,0),(37376,922,0,1,1,9571,0,-9700.58,-4000.34,-4.55441,1.8326,300,5,0,1829,0,1,0,0,0),(52347,23489,530,1,1,0,0,-5099.26,617.778,85.9796,4.2237,120,0,0,1,0,0,0,0,0),(37539,745,0,1,1,7976,1,-10663.8,-4011.42,22.1015,4.87707,300,5,0,2059,0,1,0,0,0),(37589,1420,0,1,1,901,0,-10040.3,-4147.11,18.8715,1.48474,300,5,0,8,0,1,0,0,0),(37590,922,0,1,1,9571,0,-11056.5,-4068.69,-5.14192,4.97419,300,5,0,1829,0,1,0,0,0),(37591,922,0,1,1,9571,0,-9666.95,-3967.06,-9.86884,3.68265,300,5,0,1829,0,1,0,0,0),(37592,757,0,1,1,152,1,-10100.1,-3232.95,20.6241,2.11185,300,5,0,1403,0,1,0,0,0),(37596,861,0,1,1,4497,1,-10391.9,-2620.49,40.4627,2.47065,300,2,0,1469,0,2,0,0,0),(37598,862,0,1,1,4495,1,-9757.26,-3979.77,21.7335,0.992539,300,5,0,1536,0,2,0,0,0),(37599,750,0,1,1,1995,0,-10511.3,-4423.21,-4.42189,5.72166,300,5,0,1981,0,1,0,0,0),(37600,767,0,1,1,632,0,-10325.4,-2557.57,25.113,2.31334,300,5,0,1469,0,1,0,0,0),(37601,5263,0,1,1,4769,0,-10254.7,-4025.53,-109.881,5.34071,900,5,0,2399,0,1,0,0,0),(37613,767,0,1,1,632,0,-10164.3,-2988.84,23.1682,3.76773,300,10,0,1469,0,1,0,0,0),(37616,769,0,1,1,336,0,-10983.8,-4083,10.1018,3.84577,300,10,0,1829,0,1,0,0,0),(37620,862,0,1,1,4495,1,-10479,-3604.31,17.5947,0.025385,300,5,0,1536,0,1,0,0,0),(37624,769,0,1,1,336,0,-10570.7,-3504.28,23.0709,4.66155,300,5,0,1829,0,1,0,0,0),(37625,769,0,1,1,336,0,-10684.5,-3736.27,23.2685,1.32624,300,5,0,1829,0,1,0,0,0),(37626,858,0,1,1,2543,0,-10378.5,-2818.65,23.4522,2.13456,300,5,0,1469,0,1,0,0,0),(37710,764,0,1,1,2024,0,-10188.2,-3298.23,17.5806,1.34334,300,10,0,1305,1186,1,0,0,0),(37711,764,0,1,1,2024,0,-10160.1,-3353.17,17.9509,3.8876,300,10,0,1305,1186,1,0,0,0),(37835,858,0,1,1,2543,0,-10137.3,-3318.67,22.5177,2.81373,300,5,0,1469,0,1,0,0,0),(37836,766,0,1,1,697,0,-9980.82,-3857.99,17.8293,3.19048,300,5,0,1471,1283,1,0,0,0),(37837,766,0,1,1,697,0,-10111.5,-3783.87,17.4991,2.64449,300,5,0,1471,1283,1,0,0,0),(38060,1087,0,1,1,815,0,-11149.6,-3887.42,-11.0665,4.43141,300,5,0,1902,0,1,0,0,0),(38202,750,0,1,1,1995,0,-11167.7,-3845.83,-7.61336,4.25718,300,5,0,1981,0,1,0,0,0),(38667,750,0,1,1,1995,0,-11102.5,-3802.82,11.9806,0.999272,300,3,0,1981,0,1,0,0,0),(38668,861,0,1,1,4498,1,-10483.4,-3097.73,20.4253,1.68344,300,0,1,1469,0,2,0,0,0),(38669,1088,0,1,1,699,0,-11126.4,-3915.7,-1.37906,3.71332,300,5,0,1716,0,1,0,0,0),(38670,5269,0,1,1,4776,1,-10349.4,-3898.5,-99.2843,6.24828,900,0,0,1919,1587,0,0,0,0),(38671,5243,0,1,1,4779,1,-10360.4,-3930.23,-99.2853,4.5204,900,0,0,2310,0,0,0,0,0),(38672,5261,0,1,1,6672,1,-10343.5,-3926.87,-99.2853,4.24115,900,0,0,2310,0,0,0,0,0),(38673,5224,0,1,1,4767,0,-10306.5,-3912.59,-93.3987,1.93939,900,3,0,2310,0,1,0,0,0),(38674,5243,0,1,1,4780,1,-10345.9,-3899.17,-99.2843,2.86234,900,0,0,2310,0,0,0,0,0),(38675,5261,0,1,1,6672,1,-10359.8,-3911.12,-99.2853,4.57276,900,0,0,2310,0,0,0,0,0),(38676,5261,0,1,1,6672,1,-10349.2,-3939.03,-99.2853,4.2586,900,0,0,2310,0,0,0,0,0),(38677,5269,0,1,1,4776,1,-10366.5,-3943.83,-99.2853,4.69494,900,0,0,1919,1587,0,0,0,0),(38678,5243,0,1,1,4780,1,-10348.9,-3953.8,-99.2851,4.10152,900,0,0,2310,0,0,0,0,0),(38679,5243,0,1,1,4780,1,-10304.7,-4042.9,-76.3541,0.857558,900,2,0,2310,0,1,0,0,0),(38680,5243,0,1,1,4780,1,-10293.7,-4013.42,-76.3541,4.46281,900,5,0,2310,0,1,0,0,0),(38681,750,0,1,1,1995,0,-10680.3,-4349.53,-5.22218,5.56039,300,5,0,1981,0,1,0,0,0),(38682,750,0,1,1,1995,0,-10671.1,-4349.99,-3.04826,3.75344,300,5,0,1981,0,1,0,0,0),(38683,5261,0,1,1,6672,1,-10308.7,-4023.67,-76.3541,1.51348,900,2,0,2310,0,1,0,0,0),(38684,922,0,1,1,9571,0,-9743.23,-4027.73,6.79941,0.818535,300,5,0,1829,0,1,0,0,0),(38685,922,0,1,1,9571,0,-9802.07,-4158.17,-2.37193,0.903072,300,5,0,1829,0,1,0,0,0),(38686,6653,0,1,1,5379,0,-9921.7,-4066.04,17.4991,4.80227,300,5,0,8,0,1,0,0,0),(38687,922,0,1,1,9571,0,-9702.47,-3912.48,3.86439,1.50631,300,5,0,1829,0,1,0,0,0),(38688,745,0,1,1,7976,1,-10619.3,-3990.6,22.1126,5.48121,300,5,0,2059,0,1,0,0,0),(38689,922,0,1,1,9571,0,-9762.35,-4084.46,0.021444,4.63486,300,5,0,1829,0,1,0,0,0),(38690,750,0,1,1,1995,0,-10874.1,-4253.54,-2.4453,4.22065,300,5,0,1981,0,1,0,0,0),(38691,922,0,1,1,9571,0,-9814.01,-4119.4,3.91088,4.39867,300,5,0,1829,0,1,0,0,0),(38692,1087,0,1,1,815,0,-11152,-3949.32,-16.3758,1.62349,300,5,0,1902,0,1,0,0,0),(38693,6653,0,1,1,5379,0,-10587,-4114.7,17.4991,2.34685,300,5,0,8,0,1,0,0,0),(38694,922,0,1,1,9571,0,-10941.7,-4207.12,0.0772,5.18489,300,5,0,1829,0,1,0,0,0),(38695,1420,0,1,1,901,0,-10492.6,-3392.28,17.6325,3.22808,300,5,0,8,0,1,0,0,0),(38696,1420,0,1,1,901,0,-10651.2,-3762.04,18.0268,2.61324,300,5,0,8,0,1,0,0,0),(38697,4953,0,1,1,1987,0,-10590.9,-3657.39,17.3429,0.318042,300,5,0,8,0,1,0,0,0),(38698,747,0,1,1,506,1,-11060.4,-4118.44,-0.210789,6.2425,300,0,0,1902,0,0,0,0,0),(38699,750,0,1,1,1995,0,-10775.6,-4290.11,-6.19537,5.89447,300,5,0,1981,0,1,0,0,0),(38700,1087,0,1,1,815,0,-11080,-4145.16,-0.961537,0.843712,300,5,0,1902,0,1,0,0,0),(38701,751,0,1,1,391,1,-11113,-3887.11,-4.61817,1.70684,300,5,0,2059,0,1,0,0,0),(38702,751,0,1,1,391,1,-11113.2,-3850.94,-3.04598,6.1084,300,5,0,2059,0,1,0,0,0),(38703,4953,0,1,1,1986,0,-10858.9,-4086.63,22.0182,4.62742,300,5,0,8,0,1,0,0,0),(38704,768,0,1,1,633,0,-10523,-4145.37,21.9028,5.84477,300,5,0,1678,0,1,0,0,0),(38705,5263,0,1,1,4770,0,-10253.8,-4005.16,-89.6429,4.62512,900,0,0,2399,0,0,0,0,0),(38706,5263,0,1,1,4769,0,-10226.5,-3988.05,-89.5822,3.50811,900,0,0,2399,0,0,0,0,0),(38707,5263,0,1,1,4770,0,-10249,-3983.36,-89.5798,0.296706,900,0,0,2399,0,0,0,0,0),(38708,5263,0,1,1,4769,0,-10209.2,-4016.04,-89.5907,3.78736,900,2,0,2399,0,1,0,0,0),(38709,5225,0,1,1,4768,0,-10205.6,-3994.98,-89.5835,5.42797,900,2,0,2399,0,1,0,0,0),(38710,5263,0,1,1,4770,0,-10216.4,-4037.6,-89.5978,3.9619,900,2,0,2399,0,1,0,0,0),(38711,752,0,1,1,386,1,-10898.9,-3619.7,15.9847,2.84345,300,3,0,1774,1534,1,0,0,0),(38712,751,0,1,1,391,1,-10915.3,-3613.01,17.2932,4.23325,300,3,0,2059,0,1,0,0,0),(38713,767,0,1,1,632,0,-10287.9,-2880.2,26.9498,3.27194,300,5,0,1469,0,1,0,0,0),(38714,768,0,1,1,633,0,-9798.91,-3813.28,23.5677,2.93039,300,5,0,1678,0,1,0,0,0),(38715,1087,0,1,1,815,0,-9626.88,-3975.74,-2.43864,3.03007,300,5,0,1902,0,1,0,0,0),(38716,1087,0,1,1,815,0,-9733.7,-4050.62,-1.42684,0.144933,300,5,0,1902,0,1,0,0,0),(38717,858,0,1,1,2543,0,-10284.1,-2857.58,26.6775,4.49182,300,5,0,1469,0,1,0,0,0),(38718,4953,0,1,1,1986,0,-10340.6,-3335.99,22.7815,3.29068,300,5,0,8,0,1,0,0,0),(38719,922,0,1,1,9571,0,-10882.8,-4187.08,5.47756,2.91632,300,5,0,1829,0,1,0,0,0),(38720,922,0,1,1,9571,0,-10891.1,-4161.32,5.41886,5.01452,300,5,0,1829,0,1,0,0,0),(38721,1088,0,1,1,699,0,-9922.54,-4318.98,-3.80129,4.8841,300,5,0,1716,0,1,0,0,0),(38722,1087,0,1,1,815,0,-10175.6,-4134.95,17.7491,2.77164,300,5,0,1902,0,1,0,0,0),(38723,1088,0,1,1,699,0,-10573.5,-4371.45,4.3654,4.30284,300,5,0,1716,0,1,0,0,0),(38724,1082,0,1,1,807,0,-9924.09,-3873.48,19.6594,0.405918,300,5,0,1604,0,1,0,0,0),(38725,6653,0,1,1,5379,0,-9836.67,-3914.69,18.0389,1.17615,300,5,0,8,0,1,0,0,0),(38726,1087,0,1,1,815,0,-9843.54,-4011.36,18.854,0.860985,300,5,0,1902,0,1,0,0,0),(38727,1087,0,1,1,815,0,-9822.35,-3989.87,18.0501,3.95531,300,5,0,1902,0,1,0,0,0),(38728,1087,0,1,1,815,0,-9917.47,-3955.28,17.68,0.965916,300,5,0,1902,0,1,0,0,0),(38729,1087,0,1,1,815,0,-9925.42,-4012.72,17.7778,0.696244,300,5,0,1902,0,1,0,0,0),(38730,1087,0,1,1,815,0,-9843.38,-3945.65,23.3557,3.15649,300,5,0,1902,0,1,0,0,0),(38731,1087,0,1,1,815,0,-9976.58,-4012.22,17.4991,0.630384,300,5,0,1902,0,1,0,0,0),(38732,769,0,1,1,336,0,-10826.6,-3769.5,24.1685,2.71723,300,3,0,1829,0,1,0,0,0),(38733,755,0,1,1,628,1,-10143.5,-3373.39,18.1241,0.931114,300,5,0,1279,0,1,0,0,0),(38734,1082,0,1,1,807,0,-9905.71,-3824.97,20.8859,1.14207,300,10,0,1604,0,1,0,0,0),(38735,1082,0,1,1,807,0,-9853.59,-3820.13,18.4991,4.82077,300,5,0,1604,0,1,0,0,0),(38736,1082,0,1,1,807,0,-9854.4,-3877.83,17.4598,0.741866,300,5,0,1604,0,1,0,0,0),(38737,1084,0,1,1,814,0,-10215.7,-2973.4,18.9678,2.7021,300,10,0,1403,0,1,0,0,0),(38738,1087,0,1,1,815,0,-10142.1,-4208.16,17.415,0.486902,300,5,0,1902,0,1,0,0,0),(38739,752,0,1,1,386,1,-10087.6,-4383.26,-5.4685,1.78257,300,5,0,1774,1534,1,0,0,0),(38740,1420,0,1,1,901,0,-10326.7,-4280.09,17.8872,4.77883,300,5,0,8,0,1,0,0,0),(38741,745,0,1,1,7976,1,-10337.4,-3979.2,17.4017,3.4528,300,10,0,2059,0,1,0,0,0),(38742,1087,0,1,1,815,0,-10093,-4118.97,17.8277,0.703809,300,5,0,1902,0,1,0,0,0),(38743,1087,0,1,1,815,0,-9923.46,-4080.62,17.499,1.34196,300,5,0,1902,0,1,0,0,0),(38744,755,0,1,1,628,1,-10148.7,-3219.68,23.0219,0.077891,300,5,0,1279,0,1,0,0,0),(38745,757,0,1,1,152,1,-10115.2,-3383.27,20.9991,2.14675,300,5,0,1403,0,1,0,0,0),(38746,767,0,1,1,632,0,-10230.6,-3069.05,22.0528,0.704589,300,10,0,1469,0,1,0,0,0),(38747,767,0,1,1,632,0,-10226.1,-3055.51,22.0185,0.318781,300,10,0,1469,0,1,0,0,0),(38748,750,0,1,1,1995,0,-10555.9,-4414.15,-4.38647,2.48089,300,5,0,1981,0,1,0,0,0),(38749,750,0,1,1,1995,0,-10583.9,-4415.41,-6.8657,5.50333,300,5,0,1981,0,1,0,0,0),(38750,764,0,1,1,2024,0,-10182.9,-3396.66,17.4991,5.97284,300,10,0,1305,1186,1,0,0,0),(38751,750,0,1,1,1995,0,-10846,-4291.79,-12.7752,5.26674,300,5,0,1981,0,1,0,0,0),(38752,766,0,1,1,697,0,-10315.4,-3575.93,17.965,1.79897,300,5,0,1471,1283,1,0,0,0),(38753,1088,0,1,1,699,0,-10690.2,-4359.12,-7.09718,5.76969,300,5,0,1716,0,1,0,0,0),(38754,922,0,1,1,9571,0,-10818.1,-4242.47,1.79609,5.70114,300,5,0,1829,0,1,0,0,0),(38755,1088,0,1,1,699,0,-10080.4,-4350.81,-4.50187,6.14319,300,5,0,1716,0,1,0,0,0),(38756,1088,0,1,1,699,0,-10120.7,-4381,-4.18061,3.15704,300,5,0,1716,0,1,0,0,0),(38757,1087,0,1,1,815,0,-9926.42,-4200.86,15.3788,5.00572,300,5,0,1902,0,1,0,0,0),(38758,1087,0,1,1,815,0,-9854.63,-4155.4,2.58277,0.1372,300,5,0,1902,0,1,0,0,0),(38759,769,0,1,1,336,0,-10670.8,-3620.64,37.2539,4.93362,300,5,0,1829,0,1,0,0,0),(38760,922,0,1,1,9571,0,-9846.63,-4158.63,0.94299,0.011718,300,5,0,1829,0,1,0,0,0),(38761,1088,0,1,1,699,0,-10328.3,-4423.99,-1.85617,1.95118,300,5,0,1716,0,1,0,0,0),(38762,922,0,1,1,9571,0,-9857.72,-4127.32,12.7739,6.02271,300,5,0,1829,0,1,0,0,0),(38763,922,0,1,1,9571,0,-9984.33,-4292.09,1.31476,5.20051,300,5,0,1829,0,1,0,0,0),(38764,922,0,1,1,9571,0,-9934.31,-4241.89,2.71027,0.479381,300,5,0,1829,0,1,0,0,0),(38765,922,0,1,1,9571,0,-9898.84,-4217.92,2.29258,1.40212,300,5,0,1829,0,1,0,0,0),(38766,922,0,1,1,9571,0,-10915.3,-4131.91,9.70558,5.95526,300,5,0,1829,0,1,0,0,0),(38767,750,0,1,1,1995,0,-10896.3,-4212.31,4.23737,0.226893,300,0,0,1981,0,0,0,0,0),(38768,766,0,1,1,697,0,-10104.4,-3911.66,17.4991,1.00411,300,5,0,1471,1283,1,0,0,0),(38769,766,0,1,1,697,0,-10093.1,-3983.83,17.4991,0.815345,300,5,0,1471,1283,1,0,0,0),(38770,769,0,1,1,336,0,-10936.6,-3999.29,25.4912,5.79771,300,5,0,1829,0,1,0,0,0),(38771,858,0,1,1,2543,0,-10092.8,-3061.25,23.2538,0.583141,300,10,0,1469,0,1,0,0,0),(38772,769,0,1,1,336,0,-10903.6,-4063.37,22.5813,5.11844,300,5,0,1829,0,1,0,0,0),(38773,858,0,1,1,2543,0,-10064.9,-3214.81,22.9256,0.230521,300,5,0,1469,0,1,0,0,0),(38774,755,0,1,1,628,1,-10042.9,-3279.24,27.5999,5.95278,300,5,0,1279,0,1,0,0,0),(38775,861,0,1,1,4497,1,-10390.5,-2693.75,21.6787,2.47065,300,5,0,1469,0,2,0,0,0),(38776,1084,0,1,1,814,0,-10170.5,-2808.6,20.7491,0.661082,300,0,0,1403,0,0,0,0,0),(38777,858,0,1,1,2543,0,-10569.6,-2872.95,22.0878,0.576174,300,10,0,1469,0,1,0,0,0),(38778,1084,0,1,1,814,0,-10147.4,-3189.19,18.7383,4.64939,300,5,0,1403,0,1,0,0,0),(38779,769,0,1,1,336,0,-10843.1,-3833.59,23.267,5.89258,300,5,0,1829,0,1,0,0,0),(38780,769,0,1,1,336,0,-10592.8,-3582.49,21.9671,0.578042,300,5,0,1829,0,1,0,0,0),(38781,767,0,1,1,632,0,-10345.9,-2829.23,24.0116,1.55182,300,5,0,1469,0,1,0,0,0),(38782,766,0,1,1,697,0,-10136.8,-3662.35,17.4991,0.784726,300,5,0,1471,1283,1,0,0,0),(38783,769,0,1,1,336,0,-10624.8,-3519.29,21.9278,1.50717,300,5,0,1829,0,1,0,0,0),(38784,757,0,1,1,152,1,-10051.9,-3597.99,19.6241,2.42601,300,5,0,1403,0,1,0,0,0),(38785,4953,0,1,1,2954,0,-10067.9,-3614.87,17.4991,1.40718,300,5,0,8,0,1,0,0,0),(38786,760,0,1,1,628,1,-10056.1,-3562.79,18.6126,2.24127,300,5,0,1469,0,1,0,0,0),(38787,760,0,1,1,628,1,-10055.8,-3619.1,20.7491,0.141069,300,5,0,1469,0,1,0,0,0),(38788,760,0,1,1,628,1,-10108.1,-3508.9,19.1241,1.27186,300,5,0,1469,0,1,0,0,0),(38789,760,0,1,1,628,1,-10078.4,-3546.36,17.8741,0.749145,300,5,0,1469,0,1,0,0,0),(38790,5224,0,1,1,4767,0,-10281,-3990.24,-70.6546,2.17177,900,2,0,2310,0,1,0,0,0),(38791,5269,0,1,1,4777,1,-10350.9,-3989.16,-77.0391,1.67552,900,5,0,1919,1587,1,0,0,0),(38792,5261,0,1,1,6673,1,-10352,-3986.08,-77.0384,4.97419,900,5,0,2310,0,1,0,0,0),(38793,14356,0,1,1,14389,0,-10422.7,-3746.09,-1.3724,0.604937,300,5,0,1534,0,1,0,0,0),(38794,760,0,1,1,628,1,-9955.35,-3678.34,22.8028,0.061641,300,5,0,1469,0,1,0,0,0),(38795,757,0,1,1,152,1,-10090.8,-3520.74,21.7168,4.2586,300,5,0,1403,0,1,0,0,0),(38796,14356,0,1,1,14389,0,-10414.7,-3923.26,0.127511,2.11339,300,5,0,1534,0,1,0,0,0),(38797,762,0,1,1,4688,1,-9967.13,-3694.96,21.7947,3.90954,300,0,0,1116,2861,0,0,0,0),(38798,767,0,1,1,632,0,-10252,-2802.84,23.8602,1.78459,300,5,0,1469,0,1,0,0,0),(38799,762,0,1,1,4688,1,-9975.01,-3692.71,22.1706,1.32645,300,0,0,1116,2861,0,0,0,0),(38800,760,0,1,1,628,1,-10021,-3706,17.4991,1.39578,300,5,0,1469,0,1,0,0,0),(38801,760,0,1,1,628,1,-10029.1,-3652.77,18.7744,5.74612,300,5,0,1469,0,1,0,0,0),(38802,767,0,1,1,632,0,-10251.5,-3221.61,22.2463,2.272,300,10,0,1469,0,1,0,0,0),(38803,755,0,1,1,628,1,-10108.6,-3346.82,17.4991,0.731904,300,5,0,1279,0,1,0,0,0),(38804,767,0,1,1,632,0,-10191.5,-3150.52,21.9128,3.14159,300,10,0,1469,0,1,0,0,0),(38805,858,0,1,1,2543,0,-10091.9,-3128.97,23.3028,4.42711,300,5,0,1469,0,1,0,0,0),(38806,1084,0,1,1,814,0,-10160.2,-3108.58,19.7073,2.72969,300,5,0,1403,0,1,0,0,0),(38807,858,0,1,1,2543,0,-10076.2,-3159.66,21.8028,3.01874,300,5,0,1469,0,1,0,0,0),(38809,767,0,1,1,632,0,-10098.4,-3138.55,23.3028,2.23945,300,5,0,1469,0,1,0,0,0),(38810,858,0,1,1,2543,0,-10058.4,-3074.85,22.4332,0.440538,300,5,0,1469,0,1,0,0,0),(38811,767,0,1,1,632,0,-10094.1,-3081.26,22.1928,5.50607,300,5,0,1469,0,1,0,0,0),(38812,755,0,1,1,628,1,-10133.6,-3410.68,23.4991,3.08936,300,5,0,1279,0,1,0,0,0),(38813,4953,0,1,1,2954,0,-10031.7,-3535.97,22.3377,3.08685,300,5,0,8,0,1,0,0,0),(51806,11734,1,1,1,12155,0,-8254.94,390.324,-88.9214,0.36578,300,3,0,3849,0,1,0,0,0),(51805,11734,1,1,1,12155,0,-8289.36,538.046,-85.4889,1.31642,300,3,0,3849,0,1,0,0,0),(38816,766,0,1,1,697,0,-10469.2,-3559.67,17.4991,0.151288,300,5,0,1471,1283,1,0,0,0),(38817,858,0,1,1,2543,0,-10063.2,-2984.62,21.9762,1.05788,300,10,0,1469,0,1,0,0,0),(38818,862,0,1,1,4496,1,-10000.3,-3495.59,23.9655,0.5354,300,5,0,1536,0,2,0,0,0),(38819,766,0,1,1,697,0,-10174.2,-3610,18.7491,4.78682,300,5,0,1471,1283,1,0,0,0),(38820,858,0,1,1,2543,0,-10111.4,-3082.44,21.8887,2.37389,300,5,0,1469,0,1,0,0,0),(38821,858,0,1,1,2543,0,-10079.1,-3861.61,21.9278,4.36635,300,5,0,1469,0,1,0,0,0),(38822,767,0,1,1,632,0,-10214.4,-3164.07,18.1241,1.16567,300,10,0,1469,0,1,0,0,0),(38823,1084,0,1,1,814,0,-10271.5,-2787.51,17.7491,5.02445,300,5,0,1403,0,1,0,0,0),(38824,1082,0,1,1,807,0,-10471.8,-3453.2,21.1241,2.60682,300,5,0,1604,0,1,0,0,0),(38825,1087,0,1,1,815,0,-10029.6,-4045.03,20.1241,5.21407,300,5,0,1902,0,1,0,0,0),(38826,1087,0,1,1,815,0,-10055.2,-4011.51,17.4991,2.35855,300,5,0,1902,0,1,0,0,0),(38827,1087,0,1,1,815,0,-9983.01,-4085.91,24.1057,1.12927,300,5,0,1902,0,1,0,0,0),(38828,4953,0,1,1,2954,0,-10496.6,-2800.21,22.6536,3.81481,300,5,0,8,0,1,0,0,0),(38829,768,0,1,1,633,0,-10023.4,-3826.1,22.4856,4.58807,300,5,0,1678,0,1,0,0,0),(38830,1087,0,1,1,815,0,-10088.2,-4051.98,17.6593,6.06282,300,5,0,1902,0,1,0,0,0),(38831,1084,0,1,1,814,0,-10342.3,-2957,17.4634,5.21935,300,5,0,1403,0,1,0,0,0),(38832,768,0,1,1,633,0,-9781.14,-3851.94,22.3028,2.94361,300,5,0,1678,0,1,0,0,0),(38833,1087,0,1,1,815,0,-10121.1,-4086.85,22.4291,3.79681,300,5,0,1902,0,1,0,0,0),(38834,768,0,1,1,633,0,-10007.6,-3923.11,23.6105,0.757781,300,5,0,1678,0,1,0,0,0),(38835,1087,0,1,1,815,0,-10130,-4151.29,17.773,3.70111,300,5,0,1902,0,1,0,0,0),(38836,6653,0,1,1,5379,0,-10427.3,-2839.57,17.4772,2.15765,300,5,0,8,0,1,0,0,0),(38837,768,0,1,1,633,0,-10658.7,-3722.93,21.9488,2.0851,300,5,0,1678,0,1,0,0,0),(38838,1087,0,1,1,815,0,-10210.9,-4225.76,18.1989,6.2187,300,5,0,1902,0,1,0,0,0),(38839,767,0,1,1,632,0,-10445.7,-3045.87,22.3741,5.74319,300,5,0,1469,0,1,0,0,0),(38840,6653,0,1,1,5379,0,-10178.8,-2521.62,28.5656,1.5991,300,5,0,8,0,1,0,0,0),(38841,1087,0,1,1,815,0,-11109.9,-3972.39,-5.43111,2.37553,300,5,0,1902,0,1,0,0,0),(38842,1420,0,1,1,901,0,-10162.4,-2467.9,27.5715,4.31519,300,5,0,8,0,1,0,0,0),(38843,768,0,1,1,633,0,-10058.3,-4224.79,22.0446,5.62239,300,5,0,1678,0,1,0,0,0),(38844,17115,0,1,1,16863,0,-10065.9,-3519.39,22.3573,2.79821,300,5,0,1257,1142,1,0,0,0),(38845,768,0,1,1,633,0,-10176.4,-4256.24,22.4067,2.73806,300,5,0,1678,0,1,0,0,0),(38846,858,0,1,1,2543,0,-10393.7,-2947.81,21.9482,3.18865,300,5,0,1469,0,1,0,0,0),(38847,17115,0,1,1,16863,0,-9854.77,-3721.43,21.8028,3.54109,300,5,0,1257,1142,1,0,0,0),(38848,858,0,1,1,2543,0,-10464.2,-3013.86,23.4454,0.301736,300,5,0,1469,0,1,0,0,0),(38849,768,0,1,1,633,0,-10303.3,-4355.1,16.6408,4.23301,300,5,0,1678,0,1,0,0,0),(38850,1087,0,1,1,815,0,-11100.6,-4071.54,-2.20516,2.55413,300,5,0,1902,0,1,0,0,0),(38851,1082,0,1,1,807,0,-10488.9,-3510.2,18.9991,3.60591,300,5,0,1604,0,1,0,0,0),(38852,1087,0,1,1,815,0,-11159.1,-4047.86,-16.902,2.54928,300,5,0,1902,0,1,0,0,0),(38853,766,0,1,1,697,0,-10035.8,-3916.83,18.1839,4.9071,300,5,0,1471,1283,1,0,0,0),(38854,759,0,1,1,152,1,-9972.89,-3708.02,23.4221,6.01561,300,5,0,1469,0,1,0,0,0),(38855,1082,0,1,1,807,0,-10109.4,-3675.71,21.6707,3.41882,300,5,0,1604,0,1,0,0,0),(38856,17115,0,1,1,16863,0,-9994.91,-3743.22,21.3832,3.34363,300,5,0,1257,1142,1,0,0,0),(38857,1082,0,1,1,807,0,-10083.7,-3651.67,19.8741,5.52743,300,5,0,1604,0,1,0,0,0),(38858,862,0,1,1,4496,1,-10085.3,-3392.55,20.5148,1.42679,300,5,0,1536,0,1,0,0,0),(38859,759,0,1,1,152,1,-10005.4,-3487.94,22.027,2.98585,300,5,0,1469,0,1,0,0,0),(38860,757,0,1,1,152,1,-10086.3,-3339.07,20.4792,2.9147,300,5,0,1403,0,1,0,0,0),(38861,743,0,1,1,7974,1,-10495.6,-3604.9,21.3741,5.4439,300,5,0,1585,1381,1,0,0,0),(38862,1087,0,1,1,815,0,-11142.9,-4117.18,-3.327,6.10698,300,5,0,1902,0,1,0,0,0),(38863,767,0,1,1,632,0,-10212.1,-2762.38,22.0303,3.00689,300,10,0,1469,0,1,0,0,0),(38864,745,0,1,1,7976,1,-10645.3,-3956.21,23.3839,5.54163,300,5,0,2059,0,1,0,0,0),(38865,769,0,1,1,336,0,-10650.3,-3814.04,22.5528,1.27194,300,5,0,1829,0,1,0,0,0),(38866,760,0,1,1,628,1,-9887.08,-3678.39,21.8323,1.7168,300,5,0,1469,0,1,0,0,0),(38867,767,0,1,1,632,0,-10275.9,-2686.88,24.3186,0.118427,300,5,0,1469,0,1,0,0,0),(38868,769,0,1,1,336,0,-10666.9,-3777.44,22.7531,3.41882,300,10,0,1829,0,1,0,0,0),(38869,769,0,1,1,336,0,-10672.7,-3858.74,22.8028,5.36416,300,5,0,1829,0,1,0,0,0),(38870,769,0,1,1,336,0,-10616.8,-3726.14,22.8028,0.916795,300,5,0,1829,0,1,0,0,0),(38871,769,0,1,1,336,0,-10654.5,-3664.89,23.0556,4.89967,300,5,0,1829,0,1,0,0,0),(38872,1087,0,1,1,815,0,-11149.8,-4015.32,-16.3968,0.056691,300,5,0,1902,0,1,0,0,0),(38873,922,0,1,1,9571,0,-10849.8,-4283.15,-11.5076,4.54949,300,5,0,1829,0,1,0,0,0),(38874,1081,0,1,1,9010,0,-10100.7,-2348.96,25.4067,4.25971,300,0,0,2476,0,0,0,0,0),(38875,858,0,1,1,2543,0,-10197.6,-2739.86,23.407,0.008642,300,10,0,1469,0,1,0,0,0),(38876,1088,0,1,1,699,0,-11121.6,-4033.55,-7.72621,1.32629,300,5,0,1716,0,1,0,0,0),(38877,1088,0,1,1,699,0,-10478.4,-4401.41,2.39286,4.00873,300,5,0,1716,0,1,0,0,0),(38878,1082,0,1,1,807,0,-10157,-3589.51,23.2607,6.12844,300,5,0,1604,0,1,0,0,0),(38879,767,0,1,1,632,0,-10281.2,-2983.48,22.1874,0.635689,300,5,0,1469,0,1,0,0,0),(38880,768,0,1,1,633,0,-10101.2,-4236.54,23.7272,1.54748,300,5,0,1678,0,1,0,0,0),(38881,5416,0,1,1,4557,0,-10422.5,-3238.74,20.2615,4.79965,300,0,0,1753,0,0,0,0,0),(38882,5263,0,1,1,4770,0,-10258.2,-4026.13,-89.6803,2.00713,900,2,0,2399,0,1,0,0,0),(38883,5476,0,1,1,3252,0,-10535.7,-2836.28,21.9401,0.506145,300,0,0,1221,0,0,0,0,0),(38884,5225,0,1,1,4768,0,-10213.2,-3990.91,-89.6637,2.92438,900,2,0,2399,0,1,0,0,0),(38885,861,0,1,1,4497,1,-10520.8,-3027.2,21.6311,1.43605,300,3,0,1469,0,2,0,0,0),(38886,762,0,1,1,4688,1,-9940.43,-3642.89,23.9278,2.23402,300,0,0,1116,2861,0,0,0,0),(51804,11734,1,1,1,12155,0,-8287.33,557.789,-85.3336,0.855462,300,3,0,3849,0,1,0,0,0),(38888,767,0,1,1,632,0,-10268.6,-2751.93,22.2491,4.46876,300,5,0,1469,0,1,0,0,0),(38889,17115,0,1,1,16863,0,-9931.62,-3667.48,22.1778,5.03257,300,5,0,1257,1142,1,0,0,0),(38890,767,0,1,1,632,0,-10083.9,-3018.6,23.2767,0.32865,300,10,0,1469,0,1,0,0,0),(38891,760,0,1,1,628,1,-9917.75,-3650.7,22.0407,3.14482,300,5,0,1469,0,1,0,0,0),(38892,767,0,1,1,632,0,-10221.1,-3121.76,21.8752,5.99976,300,10,0,1469,0,1,0,0,0),(38893,767,0,1,1,632,0,-10247.8,-3137.26,22.0528,5.06496,300,5,0,1469,0,1,0,0,0),(38894,757,0,1,1,152,1,-10210.2,-3217.5,20.7978,4.34587,300,0,0,1403,0,0,0,0,0),(38895,755,0,1,1,628,1,-10097,-3276.23,20.8935,0.010621,300,5,0,1279,0,1,0,0,0),(38896,755,0,1,1,628,1,-10061.7,-3409.28,19.9417,2.90382,300,5,0,1279,0,1,0,0,0),(38897,757,0,1,1,152,1,-10089.5,-3455.38,21.001,3.97935,300,5,0,1403,0,1,0,0,0),(38898,766,0,1,1,697,0,-10170.5,-3552.3,18.4429,5.77995,300,5,0,1471,1283,1,0,0,0),(38899,755,0,1,1,628,1,-10039.2,-3360.34,24.2521,5.65751,300,5,0,1279,0,1,0,0,0),(38900,757,0,1,1,152,1,-10079.1,-3480.19,24.5784,2.33874,300,0,0,1403,0,0,0,0,0),(38901,757,0,1,1,152,1,-10038.8,-3524.65,21.8171,3.76991,300,5,0,1403,0,1,0,0,0),(38902,759,0,1,1,152,1,-10084.5,-3487.44,23.8741,5.71972,300,0,0,1469,0,0,0,0,0),(38903,759,0,1,1,152,1,-9987.35,-3544.69,21.8028,1.15199,300,5,0,1469,0,1,0,0,0),(38904,759,0,1,1,152,1,-10066.2,-3502.27,23.0046,1.29154,300,0,0,1469,0,0,0,0,0),(38905,759,0,1,1,152,1,-9999.16,-3548.51,22.9278,1.01452,300,0,0,1469,0,0,0,0,0),(38906,759,0,1,1,152,1,-10006.6,-3525.95,22.0405,1.58918,300,5,0,1469,0,1,0,0,0),(38907,759,0,1,1,152,1,-9997.78,-3536.58,22.5528,2.39906,300,0,0,1469,0,0,0,0,0),(38908,17115,0,1,1,16863,0,-10015.3,-3594.82,22.7614,3.51157,300,5,0,1257,1142,1,0,0,0),(38909,17115,0,1,1,16863,0,-9942.39,-3586.22,22.7243,2.61857,300,5,0,1257,1142,2,0,0,0),(38910,761,0,1,1,4688,1,-9963.87,-3608.49,21.7612,2.79253,300,0,0,1257,1142,0,0,0,0),(38911,760,0,1,1,628,1,-9981.04,-3576.69,21.8534,3.4461,300,5,0,1469,0,1,0,0,0),(38913,769,0,1,1,336,0,-10542.6,-3611.58,22.6275,5.23739,300,5,0,1829,0,1,0,0,0),(38914,1087,0,1,1,815,0,-9809.33,-4121.8,0.535883,5.26353,300,5,0,1902,0,1,0,0,0),(38915,858,0,1,1,2543,0,-10194,-3113.83,21.9843,6.2187,300,10,0,1469,0,1,0,0,0),(38916,767,0,1,1,632,0,-10070.4,-2949.2,24.4438,0.64819,300,3,0,1469,0,1,0,0,0),(38917,767,0,1,1,632,0,-10226,-2841.67,22.0295,2.34599,300,5,0,1469,0,1,0,0,0),(38918,767,0,1,1,632,0,-10145.3,-2829.34,22.84,2.19945,300,0,0,1469,0,0,0,0,0),(38919,858,0,1,1,2543,0,-10364.6,-2836.59,24.4984,5.52682,300,5,0,1469,0,1,0,0,0),(38920,858,0,1,1,2543,0,-10322.6,-2829.52,24.1977,1.15323,300,5,0,1469,0,1,0,0,0),(38921,858,0,1,1,2543,0,-10435.3,-2895.97,23.0737,2.01698,300,5,0,1469,0,1,0,0,0),(38922,5224,0,1,1,4767,0,-10262.3,-3874.01,-38.7693,3.64389,900,2,0,2310,0,1,0,0,0),(38923,861,0,1,1,4498,1,-10419.4,-2563.21,23.0921,2.47065,300,3,0,1469,0,2,0,0,0),(38924,5224,0,1,1,4767,0,-10303.3,-3964.68,-70.6546,2.46061,900,2,0,2310,0,1,0,0,0),(38925,5269,0,1,1,4776,1,-10363.1,-4003.84,-77.1241,2.75343,900,3,0,1919,1587,1,0,0,0),(38926,5235,0,1,1,682,0,-10277.1,-3944.65,-70.6546,3.89452,900,0,0,2399,0,0,0,0,0),(38927,5224,0,1,1,4767,0,-10272.6,-3915.18,-55.8438,1.35488,900,2,0,2310,0,1,0,0,0),(38928,5243,0,1,1,4780,1,-10400.5,-3980.92,-83.3565,4.40055,900,2,0,2310,0,1,0,0,0),(38929,743,0,1,1,7974,1,-10593.2,-3693.25,21.8577,1.51464,300,10,0,1585,1381,1,0,0,0),(38930,5225,0,1,1,4768,0,-10327.2,-3981.19,-70.6346,1.31641,900,3,0,2399,0,1,0,0,0),(38932,740,0,1,1,9582,0,-10607.8,-2595.48,23.5637,2.41706,300,10,0,954,2553,1,0,0,0),(38933,5235,0,1,1,682,0,-10336.3,-4018.05,-76.3532,3.68259,900,2,0,2399,0,1,0,0,0),(38934,5269,0,1,1,4777,1,-10396.8,-3968.33,-83.3589,1.65247,900,5,0,1919,1587,1,0,0,0),(38935,742,0,1,1,7863,1,-10683.8,-3884.49,21.5133,5.30743,300,5,0,1902,0,1,0,0,0),(38936,1106,0,1,1,152,1,-9969.5,-3719.2,22.0471,3.63029,21600,0,0,1257,1142,0,0,0,0),(38937,740,0,1,1,9582,0,-10638.8,-2573.72,22.5634,4.77758,300,10,0,954,2553,1,0,0,0),(38938,5261,0,1,1,6672,1,-10371.1,-3986.53,-77.0383,0.610865,900,2,0,2310,0,1,0,0,0),(38939,742,0,1,1,7863,1,-10421.3,-3599.42,23.3893,0.441817,300,5,0,1902,0,1,0,0,0),(38940,743,0,1,1,7974,1,-10537.7,-3645.89,23.0995,0.219769,300,5,0,1585,1381,1,0,0,0),(38941,858,0,1,1,2543,0,-10522.7,-2734.72,25.9835,3.063,300,5,0,1469,0,1,0,0,0),(38942,5261,0,1,1,6673,1,-10367.3,-3984.94,-77.0383,3.31613,900,2,0,2310,0,1,0,0,0),(38943,1084,0,1,1,814,0,-10220.8,-2786.44,17.4991,5.06999,300,5,0,1403,0,1,0,0,0),(38944,5401,0,1,1,6694,1,-10362.2,-3966.62,-84.5882,5.92294,900,0,0,2475,3390,0,0,0,0),(38945,767,0,1,1,632,0,-10506.2,-2737.25,23.5591,3.31027,300,10,0,1469,0,1,0,0,0),(38946,1084,0,1,1,814,0,-10125.6,-3004.78,19.9479,2.43446,300,5,0,1403,0,1,0,0,0),(38947,5263,0,1,1,4770,0,-10380.3,-4063,-76.3381,3.86095,900,2,0,2399,0,1,0,0,0),(38948,5263,0,1,1,4770,0,-10331.5,-4078.55,-76.181,2.94961,900,2,0,2399,0,1,0,0,0),(38949,5263,0,1,1,4770,0,-10359.7,-4063.47,-76.179,5.06145,900,2,0,2399,0,1,0,0,0),(38950,5263,0,1,1,4769,0,-10335.2,-4077.67,-76.1814,6.03884,900,2,0,2399,0,1,0,0,0),(38951,1420,0,1,1,901,0,-10528.8,-2564.65,20.2789,2.58341,300,5,0,8,0,1,0,0,0),(38952,5243,0,1,1,4780,1,-10314.6,-4078.18,-76.1826,0.29433,900,2,0,2310,0,1,0,0,0),(38953,858,0,1,1,2543,0,-10429.1,-2676.87,22.3923,3.38068,300,5,0,1469,0,1,0,0,0),(38954,5269,0,1,1,4776,1,-10272.7,-4088.75,-76.2859,1.53141,900,2,0,1919,1587,1,0,0,0),(38955,6653,0,1,1,5379,0,-10472.6,-2560.11,19.7476,0.015856,300,5,0,8,0,1,0,0,0),(38956,5269,0,1,1,4777,1,-10296.3,-4080.02,-76.1796,2.26893,900,2,0,1919,1587,1,0,0,0),(38957,5261,0,1,1,6673,1,-10345.2,-4071.5,-76.1818,5.96402,900,0,0,2310,0,0,0,0,0),(38958,744,0,1,1,7903,1,-10222.3,-3612.62,23.6759,1.42942,300,5,0,1981,0,1,0,0,0),(38959,742,0,1,1,7863,1,-10602.9,-3744.4,22.1118,0.712091,300,10,0,1902,0,1,0,0,0),(38960,5269,0,1,1,4777,1,-10357.8,-4066.52,-76.1795,1.88496,900,2,0,1919,1587,1,0,0,0),(38961,858,0,1,1,2543,0,-10571.9,-2742.97,25.7931,5.17157,300,5,0,1469,0,1,0,0,0),(38962,743,0,1,1,7974,1,-10641.1,-3858.85,24.1778,0.711259,300,5,0,1585,1381,1,0,0,0),(38963,744,0,1,1,7903,1,-10263.5,-3702.67,23.7491,0.911166,300,10,0,1981,0,1,0,0,0),(38964,5263,0,1,1,4770,0,-10299.8,-4077.82,-76.1792,5.77704,900,0,0,2399,0,0,0,0,0),(38965,743,0,1,1,7974,1,-10433.6,-3611.04,23.093,4.05568,300,5,0,1585,1381,1,0,0,0),(38966,767,0,1,1,632,0,-10539.6,-2761.46,22.8229,5.12139,300,10,0,1469,0,1,0,0,0),(38967,858,0,1,1,2543,0,-10599.7,-2793.11,25.853,3.47579,300,5,0,1469,0,1,0,0,0),(38968,745,0,1,1,7976,1,-10302.1,-3646.93,23.9946,1.05819,300,10,0,2059,0,1,0,0,0),(38969,767,0,1,1,632,0,-10452.3,-2993.14,22.137,3.39653,300,5,0,1469,0,1,0,0,0),(38970,744,0,1,1,7903,1,-10220.6,-3683.92,21.8907,2.79204,300,10,0,1981,0,1,0,0,0),(38971,1084,0,1,1,814,0,-10463.9,-2844.54,17.655,5.56021,300,5,0,1403,0,1,0,0,0),(38972,744,0,1,1,7903,1,-10193.6,-3640.95,21.6241,2.98576,300,5,0,1981,0,1,0,0,0),(38998,1084,0,1,1,814,0,-10404.2,-3085.55,17.4991,4.85812,300,5,0,1403,0,1,0,0,0),(39202,1084,0,1,1,814,0,-10412.5,-3012.2,17.6155,1.68375,300,5,0,1403,0,1,0,0,0),(39523,744,0,1,1,7903,1,-10258.8,-3649.61,22.7768,0.130978,300,5,0,1981,0,1,0,0,0),(39535,745,0,1,1,7976,1,-10245.7,-3587.08,22.1272,0.978445,300,10,0,2059,0,1,0,0,0),(39545,744,0,1,1,7903,1,-10282.4,-3615.48,22.8712,3.35019,300,10,0,1981,0,1,0,0,0),(39546,745,0,1,1,7976,1,-10249.4,-3950.7,22.2927,0.465393,300,10,0,2059,0,1,0,0,0),(39547,745,0,1,1,7976,1,-10214.7,-3909.62,23.1413,3.71204,300,5,0,2059,0,1,0,0,0),(39549,5263,0,1,1,4770,0,-10215.6,-4015.49,-99.6279,5.37561,900,2,0,2399,0,1,0,0,0),(40156,767,0,1,1,632,0,-10598.9,-2845.86,25.3261,2.58429,300,5,0,1469,0,1,0,0,0),(40157,5263,0,1,1,4769,0,-10235.9,-4010.46,-109.881,3.64774,900,3,0,2399,0,1,0,0,0),(40158,5263,0,1,1,4770,0,-10244.2,-3990.81,-99.715,5.41052,900,2,0,2399,0,1,0,0,0),(40159,5225,0,1,1,4768,0,-10226.3,-4007.59,-109.881,2.04204,900,3,0,2399,0,1,0,0,0),(40182,764,0,1,1,2024,0,-10111.7,-3478.48,17.4991,6.12354,300,5,0,1305,1186,1,0,0,0),(40183,5263,0,1,1,4770,0,-10227.8,-4020.79,-109.798,6.05629,900,3,0,2399,0,1,0,0,0),(40184,17115,0,1,1,16863,0,-10007.7,-3665.62,23.1004,2.51446,300,5,0,1257,1142,1,0,0,0),(40185,745,0,1,1,7976,1,-10268.6,-4079.65,22.5606,2.86866,300,5,0,2059,0,1,0,0,0),(40186,5225,0,1,1,4768,0,-10237.9,-4043.2,-103.954,5.98701,900,0,0,2399,0,0,0,0,0),(40187,5225,0,1,1,4768,0,-10211,-3998.53,-99.6287,4.08407,900,2,0,2399,0,1,0,0,0),(40188,746,0,1,1,625,1,-10321.9,-4196.7,22.8896,1.38413,300,5,0,2218,0,1,0,0,0),(40189,759,0,1,1,152,1,-9980.7,-3644.95,21.8028,5.14142,300,5,0,1469,0,1,0,0,0),(40190,759,0,1,1,152,1,-9968.59,-3643.46,22.4278,4.27411,300,5,0,1469,0,1,0,0,0),(97342,6491,571,1,4294967295,0,0,3664.94,-1043.01,130.771,5.26869,60,0,0,4120,0,0,0,0,0),(40197,759,0,1,1,152,1,-9988.96,-3659.25,21.9278,5.58793,300,5,0,1469,0,1,0,0,0),(40198,745,0,1,1,7976,1,-10247.4,-4106.5,22.5275,4.03643,300,5,0,2059,0,1,0,0,0),(40199,5263,0,1,1,4770,0,-10251.4,-4016.66,-99.7104,5.07891,900,5,0,2399,0,1,0,0,0),(40200,762,0,1,1,4688,1,-9985.65,-3620.8,22.9415,2.98451,300,0,0,1116,2861,0,0,0,0),(40201,746,0,1,1,625,1,-10316,-4061.43,22.0153,6.10833,300,5,0,2218,0,1,0,0,0),(40202,759,0,1,1,152,1,-10030.1,-3555.21,21.9441,3.94537,300,5,0,1469,0,1,0,0,0),(40203,746,0,1,1,625,1,-10294.4,-4218.55,23.8326,1.94442,300,5,0,2218,0,1,0,0,0),(40204,745,0,1,1,7976,1,-10314,-4235.93,23.3741,1.07875,300,5,0,2059,0,1,0,0,0),(51803,11734,1,1,1,12155,0,-8146.03,340.089,-39.2861,4.60054,300,5,0,3849,0,1,0,0,0),(40206,760,0,1,1,628,1,-10007.3,-3625.9,21.7195,0.453245,300,5,0,1469,0,1,0,0,0),(40207,746,0,1,1,625,1,-10352.3,-4217.22,23.2781,1.7891,300,5,0,2218,0,1,0,0,0),(40208,745,0,1,1,7976,1,-10413.4,-4086.95,23.402,6.04863,300,5,0,2059,0,1,0,0,0),(40209,745,0,1,1,7976,1,-10414.3,-4148.4,22.0357,0.097606,300,5,0,2059,0,1,0,0,0),(40210,5391,0,1,1,4553,0,-9898.53,-3724.63,22.4164,3.63029,300,0,0,1536,0,0,0,0,0),(40211,744,0,1,1,7903,1,-10519.4,-4051.83,23.1979,3.03115,300,5,0,1981,0,1,0,0,0),(40212,1087,0,1,1,815,0,-10019.4,-4114.71,20.1117,2.21362,300,5,0,1902,0,1,0,0,0),(40213,862,0,1,1,4495,1,-9847.83,-3769.57,21.7637,2.69105,300,5,0,1536,0,1,0,0,0),(40214,5622,0,1,1,4688,1,-9956.73,-3715.53,21.8028,0.424781,300,0,0,1536,0,0,0,0,0),(40215,746,0,1,1,625,1,-10382.2,-4181.81,23.9974,1.60065,300,5,0,2218,0,1,0,0,0),(40216,746,0,1,1,625,1,-10461.2,-4022.35,21.9991,0.685497,300,5,0,2218,0,1,0,0,0),(40217,743,0,1,1,7974,1,-10491.4,-4296.74,22.3381,4.72801,300,5,0,1585,1381,1,0,0,0),(40237,14356,0,1,1,14389,0,-10322.3,-3793.49,3.56093,2.41852,300,5,0,1534,0,1,0,0,0),(40339,863,0,1,1,4499,1,-10842.5,-4114.68,23.0305,4.70131,300,3,0,2880,0,1,0,0,0),(40341,5593,0,1,1,3519,1,-10850.5,-4144.1,21.755,3.9619,300,0,0,2218,0,0,0,0,0),(40448,1082,0,1,1,807,0,-10113,-3610.31,22.4268,4.63217,300,5,0,1604,0,1,0,0,0),(41703,766,0,1,1,697,0,-9996.13,-3771.12,17.705,1.23421,300,10,0,1471,1283,1,0,0,0),(41704,14356,0,1,1,14389,0,-10496.6,-3750.39,-1.66687,4.9126,300,5,0,1534,0,1,0,0,0),(41705,761,0,1,1,4688,1,-9932.96,-3715.22,22.8054,2.54818,300,0,0,1257,1142,0,0,0,0),(41706,1082,0,1,1,807,0,-10378.9,-3485.55,17.4991,4.7311,300,5,0,1604,0,1,0,0,0),(41707,1082,0,1,1,807,0,-10355.1,-3520.27,23.8502,4.6462,300,5,0,1604,0,1,0,0,0),(41708,17115,0,1,1,16863,0,-9911.51,-3711.97,22.0424,4.74363,300,5,0,1257,1142,1,0,0,0),(41712,766,0,1,1,697,0,-10389.8,-3538.03,17.4991,5.32512,300,5,0,1471,1283,1,0,0,0),(41713,767,0,1,1,632,0,-10256.4,-3456.65,23.994,2.42084,300,5,0,1469,0,1,0,0,0),(41714,1082,0,1,1,807,0,-10325.7,-3546.18,22.2347,5.4191,300,5,0,1604,0,1,0,0,0),(41715,1082,0,1,1,807,0,-10420.3,-3519.46,19.8101,3.97392,300,5,0,1604,0,1,0,0,0),(41716,767,0,1,1,632,0,-10312.7,-3496.94,23.7694,5.50565,300,5,0,1469,0,1,0,0,0),(41720,1082,0,1,1,807,0,-10344,-3447.95,21.3741,1.95143,300,5,0,1604,0,1,0,0,0),(41721,767,0,1,1,632,0,-10290.7,-3527.12,23.1203,6.23931,300,5,0,1469,0,1,0,0,0),(41722,1082,0,1,1,807,0,-10269.1,-3449.97,19.6798,6.26561,300,5,0,1604,0,1,0,0,0),(41768,1082,0,1,1,807,0,-10253,-3488.29,18.1241,4.86082,300,5,0,1604,0,1,0,0,0),(41771,14356,0,1,1,14389,0,-10545.3,-3902.84,-5.17771,1.96679,300,5,0,1534,0,1,0,0,0),(41797,14356,0,1,1,14389,0,-10537.9,-3819.14,-0.565795,5.14672,300,5,0,1534,0,1,0,0,0),(41798,14356,0,1,1,14389,0,-10481.7,-3915.14,-0.954312,1.52164,300,5,0,1534,0,1,0,0,0),(41799,767,0,1,1,632,0,-10243.9,-3317.32,21.9975,4.91288,300,10,0,1469,0,1,0,0,0),(41800,14356,0,1,1,14389,0,-10347.9,-3885.63,2.09179,2.00432,300,5,0,1534,0,1,0,0,0),(41801,1082,0,1,1,807,0,-10219,-3333.4,23.4144,4.80321,300,10,0,1604,0,1,0,0,0),(41802,1082,0,1,1,807,0,-10177.3,-3472.24,20.7511,0.009765,300,10,0,1604,0,1,0,0,0),(41803,1084,0,1,1,814,0,-10418.7,-2816.55,17.4991,4.41215,300,5,0,1403,0,1,0,0,0),(41805,768,0,1,1,633,0,-9789.52,-3843.31,23.303,1.13082,300,5,0,1678,0,1,0,0,0),(41824,742,0,1,1,7863,1,-10626.2,-4267.75,23.1074,5.24946,300,5,0,1902,0,1,0,0,0),(42110,766,0,1,1,697,0,-10255.3,-3536.31,18.0114,4.47132,300,5,0,1471,1283,1,0,0,0),(42111,1087,0,1,1,815,0,-10479.9,-4210.86,17.4991,0.932645,300,5,0,1902,0,1,0,0,0),(42112,763,0,1,1,10921,1,-9944.46,-3644.22,23.6126,2.42601,50400,0,0,1678,0,0,0,0,0),(42113,743,0,1,1,7974,1,-10561.4,-4279.83,22.9278,2.80752,300,5,0,1585,1381,1,0,0,0),(42114,767,0,1,1,632,0,-10549.5,-2826.77,22.3757,2.79516,300,10,0,1469,0,1,0,0,0),(42115,766,0,1,1,697,0,-10649.7,-4174.02,17.4991,2.37459,300,5,0,1471,1283,1,0,0,0),(42116,1087,0,1,1,815,0,-10611.6,-4148.89,19.9433,0.367454,300,5,0,1902,0,1,0,0,0),(42117,1087,0,1,1,815,0,-10589.6,-4181.25,17.4991,3.48733,300,5,0,1902,0,1,0,0,0),(42122,766,0,1,1,697,0,-10735.6,-4145.76,17.7781,3.17673,300,5,0,1471,1283,1,0,0,0),(42123,750,0,1,1,1995,0,-10954.2,-4186.46,4.00805,4.03111,300,5,0,1981,0,1,0,0,0),(42125,767,0,1,1,632,0,-10540.4,-2606.91,24.0652,3.51068,300,5,0,1469,0,1,0,0,0),(42126,740,0,1,1,9582,0,-10557.8,-2551.18,19.6904,1.78815,300,10,0,954,2553,1,0,0,0),(42577,740,0,1,1,9582,0,-10535.5,-2618.63,22.9834,5.73473,300,10,0,954,2553,1,0,0,0),(42643,750,0,1,1,1995,0,-10885.7,-4221.34,0.122311,0.099354,300,0,0,1981,0,0,0,0,0),(42799,858,0,1,1,2543,0,-10528.1,-2805.01,23.0528,5.07602,300,5,0,1469,0,1,0,0,0),(42800,747,0,1,1,506,1,-10913.2,-4206.25,3.74206,3.47321,300,0,0,1902,0,0,0,0,0),(42801,750,0,1,1,1995,0,-10977.7,-4176.08,2.41155,5.90547,300,5,0,1981,0,1,0,0,0),(42802,747,0,1,1,506,1,-10920.9,-4215.73,-1.1728,3.3646,300,5,0,1902,0,1,0,0,0),(42803,741,0,1,1,621,0,-10602.2,-2555.93,23.9093,3.65722,300,5,0,1037,2680,1,0,0,0),(42804,747,0,1,1,506,1,-10974.7,-4142.45,5.65217,0.904718,300,5,0,1902,0,1,0,0,0),(42805,747,0,1,1,506,1,-10955.1,-4207.12,-0.257428,1.48863,300,5,0,1902,0,1,0,0,0),(42806,741,0,1,1,621,0,-10522.8,-2511.83,22.9056,1.16232,300,10,0,1037,2680,1,0,0,0),(42807,741,0,1,1,621,0,-10610.9,-2514.48,22.5566,0.244505,300,10,0,1037,2680,1,0,0,0),(42808,740,0,1,1,9582,0,-10528.5,-2541.92,19.845,2.56595,300,10,0,954,2553,1,0,0,0),(42809,741,0,1,1,621,0,-10527.6,-2511.35,22.7399,2.88288,300,10,0,1037,2680,1,0,0,0),(42810,767,0,1,1,632,0,-10529.4,-2499.15,22.331,0.156378,300,10,0,1469,0,1,0,0,0),(42811,741,0,1,1,621,0,-10497.3,-2484.53,28.6919,2.54304,300,5,0,1037,2680,1,0,0,0),(42812,740,0,1,1,9582,0,-10579.1,-2478.08,22.5711,1.19718,300,10,0,954,2553,1,0,0,0),(42813,740,0,1,1,9582,0,-10642.5,-2517.79,26.8394,5.6182,300,10,0,954,2553,1,0,0,0),(42814,741,0,1,1,621,0,-10480.7,-2606.07,22.6419,1.32625,300,10,0,1037,2680,1,0,0,0),(42815,764,0,1,1,2024,0,-10213.1,-2565.03,27.6206,5.03043,300,10,0,1305,1186,1,0,0,0),(42816,764,0,1,1,2024,0,-10179.8,-2585.65,28.3536,5.26976,300,10,0,1305,1186,1,0,0,0),(42817,765,0,1,1,9012,0,-10117.9,-2519.37,28.1376,5.29335,300,5,0,1357,1236,1,0,0,0),(42818,858,0,1,1,2543,0,-10568.2,-2822.18,25.6689,1.10016,300,5,0,1469,0,1,0,0,0),(42819,764,0,1,1,2024,0,-10213.9,-2609.92,28.246,1.44741,300,5,0,1305,1186,1,0,0,0),(42820,764,0,1,1,2024,0,-10151.6,-2552.57,24.9238,4.7533,300,10,0,1305,1186,1,0,0,0),(42821,1084,0,1,1,814,0,-10390.5,-2775.65,17.6807,4.29821,300,5,0,1403,0,1,0,0,0),(42822,765,0,1,1,9012,0,-10114.9,-2453.85,27.7069,5.76622,300,10,0,1357,1236,1,0,0,0),(42823,766,0,1,1,697,0,-10090.9,-2480.16,28.1235,3.03396,300,10,0,1471,1283,1,0,0,0),(42824,1084,0,1,1,814,0,-10458.3,-2918.47,18.119,6.06271,300,5,0,1403,0,1,0,0,0),(42825,766,0,1,1,697,0,-10086.5,-2419.34,27.0039,3.23543,300,10,0,1471,1283,1,0,0,0),(42826,750,0,1,1,1995,0,-10709.6,-4310.11,0.029192,0.210275,300,5,0,1981,0,1,0,0,0),(42827,1084,0,1,1,814,0,-10476.6,-2878.82,17.4304,4.09792,300,5,0,1403,0,1,0,0,0),(42828,766,0,1,1,697,0,-10146,-2416.25,27.6431,6.24624,300,5,0,1471,1283,1,0,0,0),(42829,764,0,1,1,2024,0,-10212,-2484.98,27.5489,5.9466,300,5,0,1305,1186,1,0,0,0),(42830,1088,0,1,1,699,0,-10164.1,-4369.16,-2.19779,5.43838,300,5,0,1716,0,1,0,0,0),(42831,750,0,1,1,1995,0,-10457.8,-4410.33,-0.261992,2.4887,300,5,0,1981,0,1,0,0,0),(42832,766,0,1,1,697,0,-10152,-2486.47,24.9236,4.17673,300,10,0,1471,1283,1,0,0,0),(42833,764,0,1,1,2024,0,-10187.2,-2521.16,29.3057,3.41264,300,5,0,1305,1186,1,0,0,0),(42834,766,0,1,1,697,0,-10180.3,-2454.81,28.0161,5.85801,300,5,0,1471,1283,1,0,0,0),(42835,751,0,1,1,391,1,-10405,-4403.14,2.87001,6.14356,300,0,0,2059,0,0,0,0,0),(42836,750,0,1,1,1995,0,-10425.7,-4423.66,-1.32828,2.75848,300,5,0,1981,0,1,0,0,0),(42837,750,0,1,1,1995,0,-10385.2,-4416.7,-0.457347,5.30813,300,0,0,1981,0,0,0,0,0),(42838,752,0,1,1,386,1,-10401.7,-4403.12,2.75671,3.33358,300,0,0,1774,1534,0,0,0,0),(42839,1084,0,1,1,814,0,-10308.1,-2756.53,17.9435,4.99116,300,5,0,1403,0,1,0,0,0),(42840,858,0,1,1,2543,0,-10437.7,-2626.98,22.9659,5.60118,300,5,0,1469,0,1,0,0,0),(42841,764,0,1,1,2024,0,-10244.4,-2584.61,26.9099,6.10075,300,5,0,1305,1186,1,0,0,0),(42842,767,0,1,1,632,0,-10423.5,-2911.57,23.4839,3.31465,300,5,0,1469,0,1,0,0,0),(42843,767,0,1,1,632,0,-10384.8,-2957.56,22.1982,4.73135,300,5,0,1469,0,1,0,0,0),(42844,858,0,1,1,2543,0,-10271.1,-2710.67,22.3402,3.04312,300,10,0,1469,0,1,0,0,0),(42845,766,0,1,1,697,0,-10739.3,-3984.1,18.4451,0.808709,300,5,0,1471,1283,1,0,0,0),(42846,752,0,1,1,386,1,-10539.1,-4399.5,0.767854,1.29154,300,0,0,1774,1534,0,0,0,0),(42847,769,0,1,1,336,0,-10622.2,-3647.04,22.4683,1.37178,300,5,0,1829,0,1,0,0,0),(42848,767,0,1,1,632,0,-10361.7,-3060.46,22.4744,3.71519,300,5,0,1469,0,1,0,0,0),(42849,750,0,1,1,1995,0,-10642.1,-4359.87,1.67078,2.24135,300,5,0,1981,0,1,0,0,0),(42850,769,0,1,1,336,0,-10567.1,-3609.59,22.3028,0.626232,300,5,0,1829,0,1,0,0,0),(42851,750,0,1,1,1995,0,-10588.9,-4382.33,1.93194,0.638421,300,5,0,1981,0,1,0,0,0),(42852,752,0,1,1,386,1,-10553.6,-4398.72,0.627688,5.51524,300,0,0,1774,1534,0,0,0,0),(42853,766,0,1,1,697,0,-10807.8,-4001.57,19.6658,1.21374,300,5,0,1471,1283,1,0,0,0),(42854,769,0,1,1,336,0,-10887.8,-3944.36,22.203,0.779421,300,5,0,1829,0,1,0,0,0),(42855,767,0,1,1,632,0,-10311.3,-3077.01,23.3385,4.73973,300,5,0,1469,0,1,0,0,0),(42856,750,0,1,1,1995,0,-10651.3,-4321.73,6.57644,0.682365,300,5,0,1981,0,1,0,0,0),(42857,1082,0,1,1,807,0,-10149.3,-3519.83,19.2163,2.55359,300,10,0,1604,0,1,0,0,0),(42858,1082,0,1,1,807,0,-10217.4,-3527.86,17.4991,4.05214,300,10,0,1604,0,1,0,0,0),(42859,767,0,1,1,632,0,-10344.5,-3120.8,22.3405,5.64755,300,5,0,1469,0,1,0,0,0),(42860,750,0,1,1,1995,0,-10687.3,-4320.86,1.08961,6.27733,300,5,0,1981,0,1,0,0,0),(42861,767,0,1,1,632,0,-10284.2,-3184.02,21.8168,5.98993,300,5,0,1469,0,1,0,0,0),(42862,767,0,1,1,632,0,-10313,-3148.52,21.5055,5.92148,300,5,0,1469,0,1,0,0,0),(42863,767,0,1,1,632,0,-10310.9,-3216.43,22.5257,1.86023,300,10,0,1469,0,1,0,0,0),(42864,766,0,1,1,697,0,-10860.8,-3993.63,17.9802,6.25743,300,5,0,1471,1283,1,0,0,0),(42865,769,0,1,1,336,0,-10887.1,-3891.68,23.6229,0.224602,300,10,0,1829,0,1,0,0,0),(42866,769,0,1,1,336,0,-10843,-3892.9,21.9838,5.51022,300,10,0,1829,0,1,0,0,0),(42869,766,0,1,1,697,0,-10747,-3883.74,17.4991,4.65662,300,10,0,1471,1283,1,0,0,0),(42881,1082,0,1,1,807,0,-10278.8,-3313.5,20.6241,4.68463,300,10,0,1604,0,1,0,0,0),(42882,769,0,1,1,336,0,-10846.8,-3901.48,22.7858,1.53761,300,10,0,1829,0,1,0,0,0),(42883,767,0,1,1,632,0,-10284.5,-3248.94,22.5715,3.34303,300,10,0,1469,0,1,0,0,0),(42890,1082,0,1,1,807,0,-10255.5,-3419.96,19.7491,3.25348,300,5,0,1604,0,1,0,0,0),(43424,750,0,1,1,1995,0,-10780.5,-3761.81,23.4471,2.01552,300,5,0,1981,0,1,0,0,0),(43428,767,0,1,1,632,0,-10208.5,-3443.22,22.5525,1.35234,300,10,0,1469,0,1,0,0,0),(43429,750,0,1,1,1995,0,-10939.1,-3742.6,23.8638,4.4473,300,3,0,1981,0,1,0,0,0),(43443,751,0,1,1,391,1,-10891.7,-3746.8,23.5472,5.42588,300,2,0,2059,0,1,0,0,0),(43444,750,0,1,1,1995,0,-10969.2,-3689.67,10.2818,2.17962,300,3,0,1981,0,1,0,0,0),(43445,751,0,1,1,391,1,-10981.2,-3707.64,14.7222,0.10179,300,3,0,2059,0,1,0,0,0),(43446,751,0,1,1,391,1,-11016.4,-3671.48,22.9221,4.97238,300,3,0,2059,0,1,0,0,0),(43447,750,0,1,1,1995,0,-10952.6,-3706.96,26.5824,1.32237,300,3,0,1981,0,1,0,0,0),(43448,751,0,1,1,391,1,-10974,-3675.21,27.6192,4.98762,300,3,0,2059,0,1,0,0,0),(43584,752,0,1,1,386,1,-10968.5,-3653.52,27.8933,5.9001,300,3,0,1774,1534,1,0,0,0),(43585,752,0,1,1,386,1,-10955.5,-3644.71,25.339,6.2677,300,3,0,1774,1534,1,0,0,0),(43586,751,0,1,1,391,1,-10992.6,-3665.04,25.0737,3.79194,300,3,0,2059,0,1,0,0,0),(43587,752,0,1,1,386,1,-10944.5,-3610.09,21.2261,6.00201,300,3,0,1774,1534,1,0,0,0),(43588,5477,0,1,1,10920,1,-10214.7,-3303.35,23.1034,-1.74092,300,0,0,1678,0,0,0,0,0),(43589,760,0,1,1,628,1,-10211.1,-3290.66,20.3741,3.66544,300,5,0,1469,0,1,0,0,0),(43590,760,0,1,1,628,1,-10210.5,-3287.88,19.4991,3.66686,300,5,0,1469,0,1,0,0,0),(43591,752,0,1,1,386,1,-10951.9,-3662.52,26.6084,4.69375,300,5,0,1774,1534,1,0,0,0),(43592,767,0,1,1,632,0,-10144.8,-2889.44,21.8544,2.44018,300,10,0,1469,0,1,0,0,0),(43593,751,0,1,1,391,1,-10883.3,-3645.01,12.1427,3.95498,300,3,0,2059,0,1,0,0,0),(43594,751,0,1,1,391,1,-10919.3,-3673.05,11.0245,3.80482,300,3,0,2059,0,1,0,0,0),(43595,752,0,1,1,386,1,-10947.8,-3681.48,8.40415,6.0336,300,3,0,1774,1534,1,0,0,0),(43596,950,0,1,1,5243,1,-10967.6,-3658.81,27.9808,1.61231,300,0,0,2880,0,0,0,0,0),(43597,750,0,1,1,1995,0,-10853.7,-3697.75,22.8109,0.28261,300,3,0,1981,0,1,0,0,0),(81248,24222,530,1,1,0,0,-1351.06,7200.54,209.99,5.82061,600,15,0,4979,0,1,0,0,0),(43599,750,0,1,1,1995,0,-10858.7,-3737.03,23.6398,5.39301,300,3,0,1981,0,1,0,0,0),(43600,751,0,1,1,391,1,-10861.3,-3652.41,16.7108,3.87605,300,3,0,2059,0,1,0,0,0),(43601,750,0,1,1,1995,0,-10849.1,-3692.93,22.3577,4.11045,300,5,0,1981,0,1,0,0,0),(43602,751,0,1,1,391,1,-10807.8,-3738.06,25.8873,2.88891,300,0,0,2059,0,0,0,0,0),(43603,750,0,1,1,1995,0,-10868.6,-3701.83,22.6034,2.5148,300,3,0,1981,0,1,0,0,0),(43604,14446,0,1,1,441,0,-10950.3,-3636.01,24.2375,4.54783,46800,5,0,2059,0,1,0,0,0),(43605,1088,0,1,1,699,0,-9657.04,-4042.51,-4.45573,1.73717,300,5,0,1716,0,1,0,0,0),(43606,750,0,1,1,1995,0,-10954.8,-4159.11,7.75749,4.02941,300,5,0,1981,0,1,0,0,0),(43607,747,0,1,1,506,1,-10920.1,-4193.97,3.28545,1.3758,300,0,0,1902,0,0,0,0,0),(43608,750,0,1,1,1995,0,-11005.3,-4125.55,3.82745,2.88911,300,5,0,1981,0,1,0,0,0),(43609,750,0,1,1,1995,0,-11015.5,-4084.36,3.62639,0.71271,300,5,0,1981,0,1,0,0,0),(43610,750,0,1,1,1995,0,-11051.1,-4121.6,0.789211,1.86316,300,0,0,1981,0,0,0,0,0),(43611,750,0,1,1,1995,0,-11060.4,-4085.42,-1.14109,2.48858,300,5,0,1981,0,1,0,0,0),(43612,747,0,1,1,506,1,-11053.7,-4139.58,1.03068,2.26778,300,0,0,1902,0,0,0,0,0),(43613,750,0,1,1,1995,0,-11055.4,-4121.64,0.450665,2.60054,300,0,0,1981,0,0,0,0,0),(43629,750,0,1,1,1995,0,-11011.1,-4138.84,2.44343,0.750049,300,0,0,1981,0,0,0,0,0),(43630,750,0,1,1,1995,0,-10888.8,-4180.11,5.60256,2.14157,300,5,0,1981,0,1,0,0,0),(43657,750,0,1,1,1995,0,-10997.1,-4148.32,2.52717,0.880045,300,0,0,1981,0,0,0,0,0),(43658,752,0,1,1,386,1,-10820.5,-4265.58,-3.95391,3.46433,300,5,0,1774,1534,1,0,0,0),(43663,750,0,1,1,1995,0,-10789,-4252.16,2.09987,0.36319,300,5,0,1981,0,1,0,0,0),(43701,750,0,1,1,1995,0,-10809.7,-4274.12,-5.82037,4.72755,300,5,0,1981,0,1,0,0,0),(43709,750,0,1,1,1995,0,-10991.7,-4121.9,4.14533,1.44703,300,5,0,1981,0,1,0,0,0),(43737,750,0,1,1,1995,0,-10515.6,-4396.02,1.7469,1.07156,300,5,0,1981,0,1,0,0,0),(43743,750,0,1,1,1995,0,-10538.3,-4387.02,3.47554,6.05755,300,5,0,1981,0,1,0,0,0),(43773,750,0,1,1,1995,0,-10625.8,-4343.26,6.71332,1.88266,300,5,0,1981,0,1,0,0,0),(43774,9916,0,1,1,478,1,-10416.8,-4396.86,4.05644,5.13127,300,0,0,2399,0,0,0,0,0),(43775,768,0,1,1,633,0,-10369.4,-4302.11,22.7738,3.9187,300,5,0,1678,0,1,0,0,0),(43776,750,0,1,1,1995,0,-10384.6,-4385.53,4.00143,3.54475,300,5,0,1981,0,1,0,0,0),(43778,750,0,1,1,1995,0,-10448.8,-4386.87,4.58578,5.03661,300,5,0,1981,0,1,0,0,0),(43925,751,0,1,1,391,1,-10423.9,-4388.42,5.61128,1.23428,300,0,0,2059,0,0,0,0,0),(44144,751,0,1,1,391,1,-10817.2,-4243.93,1.42109,1.70052,300,5,0,2059,0,1,0,0,0),(44171,747,0,1,1,506,1,-10854.3,-4220.8,2.57772,4.11302,300,5,0,1902,0,1,0,0,0),(44172,750,0,1,1,1995,0,-10846.9,-4245.77,-4.2003,1.87217,300,5,0,1981,0,1,0,0,0),(44173,747,0,1,1,506,1,-10926.5,-4156,8.26603,3.29639,300,5,0,1902,0,1,0,0,0),(44180,24366,0,1,1,0,0,-11340.5,-219.14,75.2143,2.04203,300,0,0,10572,0,0,0,0,0),(44231,1426,0,1,1,374,1,-10536.6,2003.7,-8.76479,2.34942,300,3,0,300,0,1,0,0,0),(44232,589,0,1,1,2339,1,-10591,1993.22,-4.84641,5.29912,300,0,0,263,710,0,0,0,0),(44233,590,0,1,1,2340,1,-10498.5,1977.48,10.9144,3.45094,300,0,0,273,0,0,0,0,0),(44289,590,0,1,1,2340,1,-10476.7,1971.51,9.78465,6.17846,300,0,0,273,0,0,0,0,0),(44290,1426,0,1,1,374,1,-10458.9,1954.29,8.32358,6.2357,300,0,0,300,0,0,0,0,0),(44291,589,0,1,1,2338,1,-10555.7,2007.65,-6.70145,4.89812,300,3,0,263,710,1,0,0,0),(44292,590,0,1,1,2341,1,-10530.2,1940.12,3.94629,0.837758,300,0,0,273,0,0,0,0,0),(44293,589,0,1,1,2339,1,-10562.2,1975.09,-4.90356,3.47642,300,3,0,263,710,1,0,0,0),(44294,590,0,1,1,2340,1,-10571.1,1980.03,-5.59783,2.13814,300,3,0,273,0,1,0,0,0),(44295,590,0,1,1,2340,1,-10570,2004.27,-6.46231,4.29351,300,3,0,273,0,1,0,0,0),(44296,842,0,1,1,308,1,-10612.1,1181.01,34.5176,5.11381,300,3,0,102,0,1,0,0,0),(44297,6670,0,1,1,3264,1,-10654.6,1176.49,46.2041,6.26573,300,0,0,102,0,0,0,0,0),(44303,6670,0,1,1,3264,1,-10661.3,1113.16,34.1967,4.15388,300,0,0,102,0,0,0,0,0),(45472,6670,0,1,1,3264,1,-10650.8,1128.61,34.1978,4.43314,300,0,0,102,0,0,0,0,0),(45477,842,0,1,1,89,1,-10645.2,1141.44,33.7257,1.20428,300,0,0,102,0,0,0,0,0),(45520,6670,0,1,1,3264,1,-10631.2,1189.67,47.6136,0.331613,300,0,0,102,0,0,0,0,0),(45521,6670,0,1,1,3264,1,-10646.3,1113.35,35.627,0.925025,300,0,0,102,0,0,0,0,0),(45522,6670,0,1,1,3264,1,-10641.3,1177.66,47.4244,3.56047,300,0,0,102,0,0,0,0,0),(45523,6670,0,1,1,3264,1,-10648.6,1165.79,46.722,1.88496,300,0,0,102,0,0,0,0,0),(45524,842,0,1,1,308,1,-10624.4,1107.64,33.8127,1.4572,300,0,0,102,0,0,0,0,0),(45525,550,0,1,1,2312,1,-11025.1,1459.74,43.0861,5.28786,300,0,0,300,0,2,0,0,0),(45526,1109,0,1,1,2305,0,-9981.23,1226.25,42.0095,3.47097,300,10,0,273,0,1,0,0,0),(45527,2620,0,1,1,1072,0,-11176.7,1226.89,84.8303,4.52572,300,5,0,8,0,1,0,0,0),(45528,2620,0,1,1,1072,0,-11077.4,1659.81,44.8357,4.66355,300,5,0,8,0,1,0,0,0),(45529,2914,0,1,1,2958,0,-10317.6,1137.38,37.9683,1.4965,300,10,0,8,0,1,0,0,0),(45530,2914,0,1,1,2957,0,-11115.2,797.275,36.2494,4.56105,300,5,0,8,0,1,0,0,0),(45531,6271,0,1,1,4960,0,-11187.2,1759.67,36.0294,0.321429,300,5,0,8,0,1,0,0,0),(45532,2914,0,1,1,2957,0,-10805.2,837.114,32.9496,2.33747,300,10,0,8,0,1,0,0,0),(45533,2620,0,1,1,1072,0,-10543.8,863.366,40.8301,2.5235,300,5,0,8,0,1,0,0,0),(45534,6271,0,1,1,4959,0,-10411.2,909.765,43.3136,4.19269,300,5,0,8,0,1,0,0,0),(45536,95,0,1,1,4419,1,-9856.29,1386.08,38.2633,0.593412,300,0,0,222,0,0,0,0,0),(45539,95,0,1,1,4418,1,-10001.2,1470.4,40.9513,3.03687,300,0,0,222,0,0,0,0,0),(45540,504,0,1,1,2332,1,-9987.65,1478.71,43.5477,2.67035,300,0,0,247,0,0,0,0,0),(45541,95,0,1,1,4419,1,-9998.19,1451.22,41.3837,2.80998,300,0,0,222,0,0,0,0,0),(45542,95,0,1,1,4418,1,-9987.12,1444.62,42.5593,3.61283,300,0,0,222,0,0,0,0,0),(45543,1236,0,1,1,373,1,-9939.55,1448.83,39.6373,0.730094,300,3,0,247,0,1,0,0,0),(45544,1236,0,1,1,373,1,-9830.73,1429.98,36.923,2.49284,300,0,0,247,0,0,0,0,0),(45545,95,0,1,1,4419,1,-10005.1,1476.44,40.7722,3.76991,300,0,0,222,0,0,0,0,0),(45546,1236,0,1,1,373,1,-9880.89,1449.9,43.6066,0.129733,300,3,0,247,0,1,0,0,0),(45547,504,0,1,1,2332,1,-9973.8,1458.38,45.0564,0.203169,300,0,0,247,0,0,0,0,0),(45548,121,0,1,1,2337,1,-11031.3,1661.02,42.9227,5.63741,300,0,0,356,0,0,0,0,0),(45549,589,0,1,1,2339,1,-11024.2,1660.14,42.8221,4.10152,300,0,0,263,710,0,0,0,0),(45550,121,0,1,1,2336,1,-11019.2,1652.34,43.0465,2.53073,300,0,0,356,0,0,0,0,0),(45551,121,0,1,1,2337,1,-11155.2,1722.11,41.322,3.49345,300,5,0,356,0,1,0,0,0),(45552,449,0,1,1,2344,0,-11169.7,1723.7,39.9144,3.27032,300,5,0,356,0,1,0,0,0),(45553,121,0,1,1,2337,1,-11158.9,1707.37,42.9868,1.69297,300,0,0,356,0,0,0,0,0),(45554,449,0,1,1,2345,0,-11157.6,1713.76,42.2156,4.53786,300,0,0,356,0,0,0,0,0),(45555,121,0,1,1,2337,1,-11166.3,1709.23,41.6794,0,300,0,0,356,0,0,0,0,0),(45556,449,0,1,1,2344,0,-11113.7,1661.62,49.1317,2.04191,300,10,0,356,0,1,0,0,0),(45557,449,0,1,1,2344,0,-11076.1,1784.68,38.4917,3.86818,300,10,0,356,0,1,0,0,0),(45558,824,0,1,1,556,1,-11141.6,1498.99,24.392,3.28122,300,0,0,328,0,0,0,0,0),(45559,824,0,1,1,2441,1,-11089.5,1531.53,31.0062,1.06465,300,0,0,328,0,0,0,0,0),(45560,824,0,1,1,556,1,-11163.1,1537.22,20.3592,0.907571,300,0,0,328,0,0,0,0,0),(45561,824,0,1,1,2441,1,-11114.5,1487.35,24.5028,5.25344,300,0,0,328,0,0,0,0,0),(45562,824,0,1,1,2441,1,-11227.5,1522.94,36.7241,0.191986,300,0,0,328,0,0,0,0,0),(45563,824,0,1,1,2441,1,-11207.5,1497.36,16.3478,3.57792,300,0,0,328,0,0,0,0,0),(45564,824,0,1,1,2441,1,-11136.6,1541.27,19.8812,0.069813,300,0,0,328,0,0,0,0,0),(45565,824,0,1,1,556,1,-11167,1522.51,19.8348,5.41052,300,0,0,328,0,0,0,0,0),(45566,824,0,1,1,2441,1,-11185.8,1486.25,16.4122,1.43117,300,0,0,328,0,0,0,0,0),(45567,824,0,1,1,556,1,-11157.7,1563.67,22.157,3.94444,300,0,0,328,0,0,0,0,0),(45568,830,0,1,1,342,0,-9648.04,1353.01,10.5873,3.50125,300,10,0,273,0,1,0,0,0),(45569,830,0,1,1,342,0,-9639.62,1338.94,8.08732,2.21497,300,10,0,273,0,1,0,0,0),(45705,830,0,1,1,342,0,-9656.92,1256.4,6.79725,1.4988,300,10,0,273,0,1,0,0,0),(45957,830,0,1,1,342,0,-9623.58,1403.36,7.36983,3.39748,300,10,0,273,0,1,0,0,0),(45960,830,0,1,1,342,0,-9639.25,1248.36,4.29725,2.57835,300,10,0,273,0,1,0,0,0),(46224,830,0,1,1,342,0,-9657.25,1240.72,8.74018,1.21701,300,10,0,273,0,1,0,0,0),(46225,830,0,1,1,342,0,-9642.94,1271.48,4.21368,4.89203,300,10,0,273,0,1,0,0,0),(46230,830,0,1,1,342,0,-9648.06,1382.84,11.7258,5.61159,300,10,0,273,0,1,0,0,0),(46237,830,0,1,1,342,0,-9675.18,1272.23,8.29307,4.29001,300,10,0,273,0,1,0,0,0),(46961,830,0,1,1,342,0,-9638.58,1391.1,10.106,2.14097,300,10,0,273,0,1,0,0,0),(46982,830,0,1,1,342,0,-9701.82,1631.36,10.5236,3.24178,300,10,0,273,0,1,0,0,0),(46993,830,0,1,1,342,0,-9687.98,1630.04,9.63132,3.2672,300,10,0,273,0,1,0,0,0),(47264,830,0,1,1,342,0,-9683.95,1581.61,12.7578,4.54881,300,10,0,273,0,1,0,0,0),(47291,830,0,1,1,342,0,-9669.31,1589.78,10.7365,3.49645,300,10,0,273,0,1,0,0,0),(47306,830,0,1,1,342,0,-9684.28,1615.04,12.3174,5.47553,300,10,0,273,0,1,0,0,0),(47311,830,0,1,1,342,0,-9660.68,1578.93,7.43825,0.938353,300,10,0,273,0,1,0,0,0),(47432,830,0,1,1,342,0,-9673.67,1613.46,11.8122,3.4426,300,10,0,273,0,1,0,0,0),(47433,831,0,1,1,979,0,-9913.61,1876.93,2.79998,6.07479,300,10,0,328,0,1,0,0,0),(47434,831,0,1,1,979,0,-9789.11,1758.25,-2.54815,0.000206,300,10,0,328,0,1,0,0,0),(47435,831,0,1,1,979,0,-9928.52,1907.84,-1.25367,1.81047,300,5,0,328,0,1,0,0,0),(47436,831,0,1,1,979,0,-9964.83,1927.16,-0.703907,5.57272,300,10,0,328,0,1,0,0,0),(47443,831,0,1,1,979,0,-9831.06,1793.77,-0.84381,4.73192,300,5,0,328,0,1,0,0,0),(47447,831,0,1,1,979,0,-9947.36,1903.2,3.36876,2.63423,300,10,0,328,0,1,0,0,0),(47458,831,0,1,1,979,0,-9777.92,1736.61,2.72388,0.273087,300,5,0,328,0,1,0,0,0),(47460,831,0,1,1,979,0,-9944.79,1917.71,-0.703907,2.14326,300,5,0,328,0,1,0,0,0),(48222,831,0,1,1,979,0,-9962.93,1910.38,3.09284,5.98104,300,5,0,328,0,1,0,0,0),(48223,831,0,1,1,979,0,-9908.38,1862.75,3.65372,2.9104,300,10,0,328,0,1,0,0,0),(48224,1216,0,1,1,9570,0,-10908.9,2121.96,2.87579,3.02509,300,10,0,386,0,1,0,0,0),(48225,1216,0,1,1,9570,0,-10885.9,2114.29,5.10303,0.83994,300,10,0,386,0,1,0,0,0),(48226,1216,0,1,1,9570,0,-10969.5,2116.61,-1.19079,3.81565,300,5,0,386,0,1,0,0,0),(48227,1216,0,1,1,9570,0,-10891.3,2130.44,0.272697,2.03881,300,10,0,386,0,1,0,0,0),(48371,1216,0,1,1,9570,0,-10928.4,2115.59,2.87579,2.89468,300,10,0,386,0,1,0,0,0),(48549,1216,0,1,1,9570,0,-10910.3,2132.37,0.15611,0.64819,300,10,0,386,0,1,0,0,0),(48550,1216,0,1,1,9570,0,-10958,2117.44,-0.24392,3.11035,300,10,0,386,0,1,0,0,0),(48551,1216,0,1,1,9570,0,-10962.4,2096.01,4.18313,0.830102,300,10,0,386,0,1,0,0,0),(48552,1216,0,1,1,9570,0,-10944.5,2109.02,3.09671,3.94166,300,10,0,386,0,1,0,0,0),(48553,1216,0,1,1,9570,0,-10933.2,2127.18,-0.455769,1.93208,300,10,0,386,0,1,0,0,0),(48554,832,0,1,1,5327,0,-11112.2,614.904,37.2079,5.55874,300,10,0,417,0,1,0,0,0),(48555,832,0,1,1,5327,0,-11802.9,-1582.82,21.0033,1.6214,300,0,0,417,0,0,0,0,0),(48556,832,0,1,1,5327,0,-10361.6,1105.06,36.2555,1.00609,300,10,0,417,0,1,0,0,0),(48557,832,0,1,1,5327,0,-10853.3,1679.12,38.9748,1.79042,300,10,0,417,0,1,0,0,0),(48558,832,0,1,1,5327,0,-10373.7,1521.29,42.7719,2.83066,300,5,0,417,0,1,0,0,0),(48872,832,0,1,1,5327,0,-10982.2,1816.11,45.1287,0.060591,300,10,0,417,0,1,0,0,0),(48873,832,0,1,1,5327,0,-10786.8,1544.01,48.879,6.07564,300,10,0,417,0,1,0,0,0),(48874,832,0,1,1,5327,0,-9895.14,1621.36,37.5592,2.50863,300,10,0,417,0,1,0,0,0),(48875,1423,0,1,1,3258,1,-9779.24,815.569,25.9716,3.52556,300,0,0,1124,0,0,0,0,0),(48876,1670,0,1,1,3262,1,-10653.3,995.395,32.9575,1.6057,300,0,0,484,0,0,0,0,0),(48877,1669,0,1,1,4423,1,-10957.7,1495.12,50.608,3.26699,300,0,0,484,0,0,0,0,0),(48878,4305,0,1,1,4417,1,-11504.3,1748.64,2.13639,1.25664,300,0,0,713,0,0,0,0,0),(48879,491,0,1,1,3342,1,-10500.6,1021.59,60.6106,1.8326,300,0,0,484,0,0,0,0,0),(48880,843,0,1,1,3260,1,-10661.2,999.356,32.9575,0.628319,300,0,0,328,0,0,0,0,0),(48881,1668,0,1,1,3259,1,-10658.5,996.851,32.9575,0.872665,300,0,0,328,0,0,0,0,0),(48882,480,0,1,1,514,0,-9986,1130.33,43.5259,4.04127,300,5,0,176,0,1,0,0,0),(48883,36,0,1,1,367,0,-10978.3,1367.97,45.9808,3.39802,300,10,0,222,0,1,0,0,0),(48884,114,0,1,1,378,0,-10516.3,1686.63,40.373,3.91594,300,10,0,300,0,1,0,0,0),(48885,480,0,1,1,514,0,-9894.26,1017.14,33.131,5.42666,300,5,0,176,0,1,0,0,0),(48886,480,0,1,1,514,0,-9973.41,1080.33,41.8958,2.81627,300,5,0,176,0,1,0,0,0),(48887,834,0,1,1,643,0,-10017.8,1354.18,42.0099,1.56494,300,10,0,198,0,1,0,0,0),(48888,834,0,1,1,643,0,-9686.46,929.745,34.1962,1.74666,300,5,0,198,0,1,0,0,0),(48889,834,0,1,1,643,0,-9652.73,950.747,39.811,4.0703,300,10,0,198,0,1,0,0,0),(48890,833,0,1,1,161,0,-9877.62,1391.86,52.3526,1.54346,300,10,0,222,0,1,0,0,0),(48891,834,0,1,1,643,0,-9921.94,1055.62,40.3448,5.67918,300,5,0,198,0,1,0,0,0),(48892,833,0,1,1,161,0,-9745.65,1355.22,42.4935,0.396221,300,10,0,222,0,1,0,0,0),(48893,834,0,1,1,643,0,-9758.03,1358.16,41.8685,0.198803,300,10,0,198,0,1,0,0,0),(48894,834,0,1,1,643,0,-9742.64,971.802,30.1428,0.19242,300,5,0,198,0,1,0,0,0),(48895,199,0,1,1,410,0,-9836.84,1181.76,40.1257,0.047901,300,10,0,198,0,1,0,0,0),(49162,199,0,1,1,410,0,-9811.64,1084.39,28.9064,4.76923,300,10,0,198,0,1,0,0,0),(49618,199,0,1,1,410,0,-9976.25,1283.29,44.1212,4.98523,300,5,0,198,0,1,0,0,0),(51321,199,0,1,1,410,0,-9973.92,1049.38,38.8119,3.20023,300,5,0,198,0,1,0,0,0),(51555,199,0,1,1,410,0,-9723.31,957.742,33.3346,4.76123,300,5,0,198,0,1,0,0,0),(51556,199,0,1,1,410,0,-9868.77,1454.1,67.5757,4.13847,300,5,0,198,0,1,0,0,0),(51558,199,0,1,1,410,0,-9825.13,1343.07,44.7054,3.12707,300,5,0,198,0,1,0,0,0),(51559,199,0,1,1,410,0,-10048.1,1322.72,44.4317,1.55101,300,5,0,198,0,1,0,0,0),(51560,454,0,1,1,8871,0,-9948.76,1275.52,41.1345,5.37519,300,5,0,247,0,1,0,0,0),(51561,454,0,1,1,8871,0,-10023.5,1121.26,42.1292,2.07862,300,10,0,247,0,1,0,0,0),(51562,454,0,1,1,8871,0,-9809.49,1182.88,40.7303,3.33261,300,10,0,247,0,1,0,0,0),(51563,454,0,1,1,8871,0,-9856.14,1082.18,33.3851,1.24939,300,10,0,247,0,1,0,0,0),(51648,454,0,1,1,8871,0,-9851.22,1385.07,51.5061,4.49533,300,10,0,247,0,1,0,0,0),(51826,454,0,1,1,8871,0,-9846.52,1311.93,44.5084,5.51988,300,5,0,247,0,1,0,0,0),(52055,454,0,1,1,8871,0,-9884.56,1053.4,34.3306,1.40688,300,5,0,247,0,1,0,0,0),(52117,454,0,1,1,8871,0,-9688.97,974.015,37.1433,4.92305,300,10,0,247,0,1,0,0,0),(52118,454,0,1,1,8871,0,-9718.81,956.568,33.7667,5.80119,300,5,0,247,0,1,0,0,0),(52120,454,0,1,1,8871,0,-9775.63,1024.41,32.5054,0.803182,300,10,0,247,0,1,0,0,0),(52547,834,0,1,1,643,0,-10325.6,876.92,40.066,4.31439,300,5,0,198,0,1,0,0,0),(52548,834,0,1,1,643,0,-10110.6,939.295,33.7459,5.28008,300,10,0,198,0,1,0,0,0),(52549,834,0,1,1,643,0,-10279.2,910.686,36.9784,3.18486,300,10,0,198,0,1,0,0,0),(52550,833,0,1,1,161,0,-9946.2,852.274,32.082,1.10821,300,10,0,222,0,1,0,0,0),(52551,834,0,1,1,643,0,-10014.1,862.448,33.1132,0.832489,300,5,0,198,0,1,0,0,0),(52552,833,0,1,1,161,0,-10379.8,837.39,39.0792,4.57726,300,10,0,222,0,1,0,0,0),(52553,834,0,1,1,643,0,-10387.9,822.711,34.6869,1.60988,300,10,0,198,0,1,0,0,0),(52554,834,0,1,1,643,0,-10055.5,957.597,37.0503,2.0388,300,10,0,198,0,1,0,0,0),(52555,834,0,1,1,643,0,-10079,856.851,34.2083,1.4626,300,5,0,198,0,1,0,0,0),(52556,834,0,1,1,643,0,-9923.83,959.985,35.8598,1.84221,300,5,0,198,0,1,0,0,0),(52557,199,0,1,1,410,0,-10154.2,922.038,37.8582,5.44942,300,10,0,198,0,1,0,0,0),(52558,199,0,1,1,410,0,-10328.6,915.115,40.6276,4.36694,300,5,0,198,0,1,0,0,0),(52559,199,0,1,1,410,0,-10337.2,871.422,41.0713,5.47293,300,5,0,198,0,1,0,0,0),(52560,199,0,1,1,410,0,-10052.6,884.181,34.4039,4.8004,300,10,0,198,0,1,0,0,0),(52561,199,0,1,1,410,0,-10084.4,881.558,34.0505,0.600729,300,10,0,198,0,1,0,0,0),(52562,199,0,1,1,410,0,-10224,852.177,38.3078,4.57326,300,10,0,198,0,1,0,0,0),(52563,199,0,1,1,410,0,-10049.5,817.679,33.4157,2.43018,300,10,0,198,0,1,0,0,0),(52564,199,0,1,1,410,0,-9964.89,912.581,39.8513,3.27176,300,5,0,198,0,1,0,0,0),(52565,454,0,1,1,8871,0,-10183.2,916.852,38.4371,0.00462,300,10,0,247,0,1,0,0,0),(52566,454,0,1,1,8871,0,-10291.9,805.747,51.7576,5.82861,300,5,0,247,0,1,0,0,0),(52567,454,0,1,1,8871,0,-10049.6,849.514,33.7985,1.71974,300,5,0,247,0,1,0,0,0),(52568,454,0,1,1,8871,0,-10100.1,895.816,35.8331,2.24828,300,10,0,247,0,1,0,0,0),(52569,454,0,1,1,8871,0,-9950.22,814.661,31.8721,0.202251,300,10,0,247,0,1,0,0,0),(52570,454,0,1,1,8871,0,-10250.6,875.627,37.8229,0.058641,300,10,0,247,0,1,0,0,0),(52571,454,0,1,1,8871,0,-10153.7,907.713,39.3463,4.22915,300,10,0,247,0,1,0,0,0),(52572,834,0,1,1,643,0,-10349.6,1090.5,37.2508,2.87531,300,10,0,198,0,1,0,0,0),(52573,834,0,1,1,643,0,-10216.5,1565.8,45.1973,1.40404,300,5,0,198,0,1,0,0,0),(52574,834,0,1,1,643,0,-10291.9,1150.99,39.7536,4.75854,300,10,0,198,0,1,0,0,0),(52575,834,0,1,1,643,0,-10080.7,1240.87,38.4358,4.60874,300,10,0,198,0,1,0,0,0),(52576,834,0,1,1,643,0,-10046.1,1106.56,40.5197,5.19995,300,10,0,198,0,1,0,0,0),(52577,834,0,1,1,643,0,-10126.6,1398.59,40.1143,4.20681,300,5,0,198,0,1,0,0,0),(52578,199,0,1,1,410,0,-10236.7,1304.16,39.5538,4.7886,300,10,0,198,0,1,0,0,0),(52579,199,0,1,1,410,0,-10046.1,1201.38,40.6739,4.61855,300,10,0,198,0,1,0,0,0),(52580,199,0,1,1,410,0,-10232.9,1170.96,34.7181,0.454037,300,10,0,198,0,1,0,0,0),(52581,199,0,1,1,410,0,-10077.1,1406.89,43.9664,1.34775,300,5,0,198,0,1,0,0,0),(52582,199,0,1,1,410,0,-10268.8,1287.45,40.0604,0.562734,300,10,0,198,0,1,0,0,0),(52583,199,0,1,1,410,0,-10385.4,1218.91,44.382,5.96236,300,5,0,198,0,1,0,0,0),(52588,454,0,1,1,8871,0,-10354.6,1130.82,35.5919,1.88637,300,10,0,247,0,1,0,0,0),(52589,454,0,1,1,8871,0,-10315.1,1019.2,41.0904,2.00677,300,5,0,247,0,1,0,0,0),(52590,454,0,1,1,8871,0,-10384.7,1120.4,37.9755,5.43352,300,10,0,247,0,1,0,0,0),(52591,454,0,1,1,8871,0,-10110.6,1465.42,41.9599,0.972077,300,5,0,247,0,1,0,0,0),(52592,454,0,1,1,8871,0,-10330.1,1172.23,39.0594,3.66961,300,10,0,247,0,1,0,0,0),(52593,454,0,1,1,8871,0,-10391.3,1048.83,36.9131,1.5241,300,5,0,247,0,1,0,0,0),(52594,1109,0,1,1,2305,0,-10988.2,1600.1,45.6427,5.37523,300,5,0,273,0,1,0,0,0),(52595,1109,0,1,1,2305,0,-10958.9,1603.63,47.8132,1.78282,300,5,0,273,0,1,0,0,0),(52596,1109,0,1,1,2305,0,-10976.4,1610.5,46.0335,1.98,300,5,0,273,0,1,0,0,0),(52597,590,0,1,1,2340,1,-11048.5,1406.83,44.8628,4.51084,300,10,0,273,0,1,0,0,0),(52811,590,0,1,1,2340,1,-11059.4,1406.41,46.4878,0.731283,300,10,0,273,0,1,0,0,0),(52851,590,0,1,1,2340,1,-11042,1424.21,44.4411,0.593412,300,0,0,273,0,0,0,0,0),(52881,589,0,1,1,2339,1,-11041.4,1427.7,44.4443,6.16101,300,0,0,263,710,0,0,0,0),(53858,590,0,1,1,2340,1,-11015.7,1475.3,43.8808,4.29351,300,0,0,273,0,0,0,0,0),(53859,590,0,1,1,2341,1,-10980,1463.59,43.385,5.8294,300,0,0,273,0,0,0,0,0),(53860,589,0,1,1,2339,1,-10971.5,1461.66,43.4908,2.89725,300,0,0,263,710,0,0,0,0),(53861,589,0,1,1,2338,1,-11001.2,1466.05,43.2363,3.56047,300,0,0,263,710,0,0,0,0),(53862,589,0,1,1,2338,1,-11003.8,1447.38,43.6113,5.06677,300,5,0,263,710,1,0,0,0),(53957,590,0,1,1,2340,1,-10973.7,1442.25,45.3329,3.44821,300,10,0,273,0,1,0,0,0),(53958,590,0,1,1,2341,1,-10980.8,1483.29,43.285,2.49582,300,0,0,273,0,0,0,0,0),(53959,589,0,1,1,2338,1,-10989.1,1490.65,43.837,4.72984,300,0,0,263,710,0,0,0,0),(53960,590,0,1,1,2340,1,-10976,1488.09,43.8335,3.26377,300,0,0,273,0,0,0,0,0),(53961,590,0,1,1,2340,1,-10960.8,1494.93,36.665,6.03884,300,0,0,273,0,0,0,0,0),(53962,589,0,1,1,2338,1,-10949.5,1485.77,36.6659,2.11185,300,0,0,263,710,0,0,0,0),(54037,590,0,1,1,2340,1,-10988.2,1496.67,50.6914,4.41568,300,0,0,273,0,0,0,0,0),(54045,589,0,1,1,2339,1,-10992.4,1491.23,50.6914,0.261799,300,0,0,263,710,0,0,0,0),(54046,590,0,1,1,2340,1,-10988.4,1479.16,50.6914,2.93215,300,0,0,273,0,0,0,0,0),(54047,589,0,1,1,2339,1,-10995,1480.09,50.6914,0.139626,300,0,0,263,710,0,0,0,0),(54048,590,0,1,1,2340,1,-11020.7,1542.33,44.3337,2.63545,300,0,0,273,0,0,0,0,0),(54051,589,0,1,1,2338,1,-11023.1,1547.48,44.4936,4.57276,300,0,0,263,710,0,0,0,0),(54078,590,0,1,1,2340,1,-11045.5,1538.39,43.5363,4.18879,300,0,0,273,0,0,0,0,0),(54110,589,0,1,1,2339,1,-11023.6,1500.94,43.285,4.27606,300,0,0,263,710,0,0,0,0),(54111,589,0,1,1,2339,1,-11052.1,1495.5,44.3616,0.942478,300,0,0,263,710,0,0,0,0),(54124,589,0,1,1,2339,1,-11052.4,1511.68,43.1816,1.57669,300,5,0,263,710,1,0,0,0),(54436,590,0,1,1,2341,1,-11029.5,1563.98,45.0767,1.19866,300,5,0,273,0,1,0,0,0),(54437,590,0,1,1,2341,1,-11024.7,1548.45,49.1068,5.11381,300,0,0,273,0,0,0,0,0),(54438,589,0,1,1,2338,1,-11021.7,1552.02,49.1041,4.36332,300,0,0,263,710,0,0,0,0),(54439,589,0,1,1,2339,1,-11020.9,1537.18,49.0095,4.14119,300,0,0,263,710,0,0,0,0),(54440,122,0,1,1,2342,1,-11226.8,1393.29,89.1562,3.10513,300,5,0,386,0,1,0,0,0),(54441,122,0,1,1,2343,1,-11156.1,1191.27,75.4143,1.15192,300,0,0,386,0,0,0,0,0),(54442,122,0,1,1,2342,1,-11121,1177.36,62.4712,6.01474,300,5,0,386,0,1,0,0,0),(54596,122,0,1,1,2343,1,-11100.4,1194.48,59.2212,0.707664,300,5,0,386,0,1,0,0,0),(54598,122,0,1,1,2342,1,-11229.9,1173.59,89.6933,0.337154,300,5,0,386,0,1,0,0,0),(54599,122,0,1,1,2343,1,-11242.7,1152.28,89.3165,1.36136,300,0,0,386,0,0,0,0,0),(54600,122,0,1,1,2343,1,-11237.4,1159.95,89.2145,3.83972,300,0,0,386,0,0,0,0,0),(54601,122,0,1,1,2342,1,-11245.7,1157.22,89.2269,0,300,0,0,386,0,0,0,0,0),(54604,449,0,1,1,2344,0,-11241.5,1282.92,89.6235,1.11701,300,0,0,356,0,0,0,0,0),(54605,449,0,1,1,2344,0,-11240.8,1292.41,90.1562,5.21365,300,5,0,356,0,1,0,0,0),(54606,122,0,1,1,2342,1,-11155,1237.28,79.8552,2.88377,300,5,0,386,0,1,0,0,0),(54607,449,0,1,1,2344,0,-11224.2,1210.91,89.2226,4.27719,300,5,0,356,0,1,0,0,0),(54685,122,0,1,1,2343,1,-11186.8,1289.19,88.7771,2.51536,300,5,0,386,0,1,0,0,0),(54686,122,0,1,1,2342,1,-11292.4,1374.8,95.8735,0.296706,300,0,0,386,0,0,0,0,0),(54689,449,0,1,1,2345,0,-11300.1,1384.48,95.5298,1.0472,300,0,0,356,0,0,0,0,0),(54690,121,0,1,1,2337,1,-11204.4,1289.99,91.8471,0,300,10,0,356,0,1,0,0,0),(56314,121,0,1,1,2337,1,-11114.6,1170.27,59.8462,3.74392,300,5,0,356,0,1,0,0,0),(56317,121,0,1,1,2336,1,-11154.3,1224.8,78.8006,0,300,0,0,356,0,0,0,0,0),(57019,122,0,1,1,2342,1,-11260.5,1501.06,82.7884,4.216,300,5,0,386,0,1,0,0,0),(59384,121,0,1,1,2336,1,-11230.5,1253.95,89.2896,0,300,0,0,356,0,0,0,0,0),(59385,122,0,1,1,2342,1,-11250.6,1651,50.5303,0.588815,300,5,0,386,0,1,0,0,0),(61984,122,0,1,1,2343,1,-11279,1544.79,74.2196,0.028735,300,10,0,386,0,1,0,0,0),(62085,121,0,1,1,2336,1,-11248.1,1400.41,89.609,0,300,0,0,356,0,0,0,0,0),(62086,122,0,1,1,2342,1,-11254.2,1581.25,66.2747,3.48607,300,5,0,386,0,1,0,0,0),(62836,237,0,1,1,1944,1,-9851.68,918.296,30.5143,4.64258,300,0,0,484,0,0,0,0,0),(62837,235,0,1,1,1691,1,-10112.1,1042.1,37.5542,2.42601,300,0,0,484,0,0,0,0,0),(62838,233,0,1,1,1943,1,-10128.7,1055.21,36.4333,2.44346,300,0,0,484,0,0,0,0,0),(62839,238,0,1,1,1692,0,-9853.05,919.542,30.4614,4.7822,300,0,0,484,0,0,0,0,0),(62840,239,0,1,1,3265,1,-11272.6,1455.03,89.6325,5.37561,300,0,0,484,0,0,0,0,0),(66972,820,0,1,1,2374,1,-10504.8,1033.25,95.7958,4.43314,300,0,0,1003,0,0,0,0,0),(66973,878,0,1,1,2373,1,-10636.3,1127.26,33.8767,5.91667,300,0,0,1003,0,0,0,0,0),(66974,821,0,1,1,2372,1,-10511.2,1041.84,60.7013,1.50098,300,0,0,1221,0,0,0,0,0),(66975,234,0,1,1,1690,1,-10508.8,1045.23,60.7013,1.95477,600,0,0,2440,0,0,0,0,0),(66976,10045,0,1,1,9265,0,-10638.3,1163.87,33.5578,5.51524,300,0,0,1003,0,0,0,0,0),(66977,8934,0,1,1,8186,0,-10632.6,1188.78,35.3057,3.33358,300,0,0,1003,0,0,0,0,0),(66978,8931,0,1,1,8185,0,-10653.4,1166.52,34.4647,5.74519,300,0,0,1003,0,0,0,0,0),(66979,6182,0,1,1,4894,1,-11482.3,1557.41,48.7058,4.28651,300,0,0,484,0,2,0,0,0),(66980,834,0,1,1,643,0,-10047.2,1586.38,43.5193,0.276073,300,10,0,198,0,1,0,0,0),(66981,834,0,1,1,643,0,-10007.5,1741.95,34.123,3.48961,300,10,0,198,0,1,0,0,0),(66982,834,0,1,1,643,0,-10083.9,1619.16,42.2527,1.79943,300,5,0,198,0,1,0,0,0),(66983,834,0,1,1,643,0,-9886.34,1632.12,36.3031,5.62797,300,10,0,198,0,1,0,0,0),(66984,834,0,1,1,643,0,-10033,1726.21,37.538,2.19184,300,10,0,198,0,1,0,0,0),(66985,834,0,1,1,643,0,-9955.25,1679.98,33.9662,4.92894,300,10,0,198,0,1,0,0,0),(66986,833,0,1,1,161,0,-10022.9,1556.61,44.9144,2.5923,300,5,0,222,0,1,0,0,0),(66987,833,0,1,1,161,0,-10019,1625.89,45.3409,1.4965,300,5,0,222,0,1,0,0,0),(66988,7052,0,1,1,5811,1,-11152.3,552.681,55.8918,4.20945,300,0,0,617,0,2,0,0,0),(66989,7050,0,1,1,5812,1,-11065.3,505.894,23.0502,2.43091,300,0,0,573,0,0,0,0,0),(66990,7050,0,1,1,5812,1,-11064.2,505.057,22.6275,2.41344,300,0,0,573,0,0,0,0,0),(66991,7052,0,1,1,5811,1,-11149.7,554.126,55.8372,0.515589,300,0,0,617,0,2,0,0,0),(66992,7067,0,1,1,5832,1,-11102.7,542.765,33.5222,4.66351,300,5,0,573,0,1,0,0,0),(66993,7067,0,1,1,5832,1,-11101.8,546.144,33.5665,4.6753,300,5,0,573,0,1,0,0,0),(66994,7056,0,1,1,5807,1,-11155.1,537.708,61.6125,6.08912,300,0,0,664,0,2,0,0,0),(66995,7056,0,1,1,5806,1,-11141.5,527.507,61.6513,5.98733,300,0,0,664,0,0,0,0,0),(66996,7053,0,1,1,5805,1,-11133.4,550.86,70.3957,2.27306,300,0,0,605,0,0,0,0,0),(66997,513,0,1,1,1994,1,-9789.81,1816.33,7.88402,0,300,3,0,300,0,1,0,0,0),(67002,513,0,1,1,1994,1,-9790.02,1836.2,-2.06848,2.6375,300,5,0,300,0,1,0,0,0),(68754,456,0,1,1,486,1,-9800.66,1822.51,4.03045,3.7869,300,5,0,276,295,1,0,0,0),(68755,513,0,1,1,1994,1,-9788.99,1823.17,-8.06371,0.632272,300,0,0,300,0,0,0,0,0),(68756,456,0,1,1,486,1,-9770.04,1818.43,-4.82148,4.45059,300,0,0,276,295,0,0,0,0),(68757,513,0,1,1,1994,1,-9770.69,1807.24,1.94291,1.81514,300,0,0,300,0,0,0,0,0),(69492,456,0,1,1,486,1,-9776.22,1828.67,0.233093,4.64258,300,0,0,276,295,0,0,0,0),(81708,513,0,1,1,1994,1,-9818.31,1842.65,1.81078,0,300,3,0,300,0,1,0,0,0),(81709,456,0,1,1,486,1,-9776.35,1812.31,10.7871,4.69768,300,3,0,276,295,1,0,0,0),(81710,833,0,1,1,161,0,-9821.91,1577.27,38.3083,2.9189,300,10,0,222,0,1,0,0,0),(81711,834,0,1,1,643,0,-9842.71,1559.68,43.6983,3.03449,300,10,0,198,0,1,0,0,0),(81744,833,0,1,1,161,0,-10012,1577.74,43.0575,5.18603,300,10,0,222,0,1,0,0,0),(84018,834,0,1,1,643,0,-10015.8,1574.58,43.8843,4.68896,300,10,0,198,0,1,0,0,0),(84019,833,0,1,1,161,0,-10095.7,1760.02,35.7319,2.97099,300,10,0,222,0,1,0,0,0),(84020,834,0,1,1,643,0,-10074.1,1757.77,37.4793,5.05916,300,10,0,198,0,1,0,0,0),(84021,199,0,1,1,410,0,-9838.69,1491.27,46.3646,3.99889,300,5,0,198,0,1,0,0,0),(84022,199,0,1,1,410,0,-9864.85,1680.95,38.4324,1.10882,300,5,0,198,0,1,0,0,0),(84023,1109,0,1,1,2305,0,-10206,1679.12,34.1769,4.25093,300,5,0,273,0,1,0,0,0),(84024,1109,0,1,1,2305,0,-9984.24,1649.61,38.8085,4.18235,300,10,0,273,0,1,0,0,0),(84025,199,0,1,1,410,0,-10149.4,1683.88,38.235,5.45499,300,5,0,198,0,1,0,0,0),(84026,1109,0,1,1,2305,0,-9960.74,1621.87,40.0652,0.013671,300,10,0,273,0,1,0,0,0),(84078,199,0,1,1,410,0,-9986.13,1513.89,50.3167,3.91594,300,5,0,198,0,1,0,0,0),(84081,454,0,1,1,8871,0,-10058.7,1519.88,46.9411,2.62116,300,5,0,247,0,1,0,0,0),(84263,454,0,1,1,8871,0,-9952.6,1540.52,45.0792,0.83101,300,10,0,247,0,1,0,0,0),(84278,454,0,1,1,8871,0,-10188,1637.21,43.1175,1.71186,300,5,0,247,0,1,0,0,0),(84327,454,0,1,1,8871,0,-10101.2,1583.87,42.693,0.337505,300,5,0,247,0,1,0,0,0),(84363,157,0,1,1,3027,0,-10123.3,1835.87,37.5725,4.88508,300,10,0,300,0,1,0,0,0),(84595,454,0,1,1,8871,0,-10115.9,1709.38,33.7452,4.91687,300,5,0,247,0,1,0,0,0),(84596,454,0,1,1,8871,0,-10005.3,1694.73,36.131,1.8397,300,10,0,247,0,1,0,0,0),(84612,157,0,1,1,3027,0,-10050.2,1647.15,40.9424,4.55157,300,10,0,300,0,1,0,0,0),(84637,833,0,1,1,161,0,-10291,1949.16,36.9406,6.15786,300,10,0,222,0,1,0,0,0),(84640,834,0,1,1,643,0,-10316.6,1938.28,35.3574,4.58733,300,10,0,198,0,1,0,0,0),(84641,833,0,1,1,161,0,-10106.3,1860.35,35.9594,6.12969,300,10,0,222,0,1,0,0,0),(84642,833,0,1,1,161,0,-10250.9,1737.43,37.1281,1.29196,300,10,0,222,0,1,0,0,0),(84834,833,0,1,1,161,0,-10183.9,1756.71,35.4559,4.83372,300,5,0,222,0,1,0,0,0),(85882,833,0,1,1,161,0,-10312.6,1792.61,35.9927,5.60842,300,5,0,222,0,1,0,0,0),(86042,833,0,1,1,161,0,-10137.9,1852.07,37.8068,4.33224,300,10,0,222,0,1,0,0,0),(86140,833,0,1,1,161,0,-10337.2,1876.12,37.662,3.36428,300,10,0,222,0,1,0,0,0),(86141,833,0,1,1,161,0,-10249.4,1950.36,36.6119,1.89471,300,10,0,222,0,1,0,0,0),(86142,1109,0,1,1,2305,0,-10293.3,1969.12,35.0587,1.71974,300,10,0,273,0,1,0,0,0),(86143,1109,0,1,1,2305,0,-10287.6,1750.95,35.598,3.07199,300,10,0,273,0,1,0,0,0),(86144,1109,0,1,1,2305,0,-10259.5,1858.67,36.5242,5.28105,300,10,0,273,0,1,0,0,0),(86145,1109,0,1,1,2305,0,-10083.3,1644.91,44.5045,5.13101,300,5,0,273,0,1,0,0,0),(86146,1109,0,1,1,2305,0,-10361.4,1774.84,35.8187,5.04464,300,5,0,273,0,1,0,0,0),(86147,157,0,1,1,3027,0,-10357.1,1692.54,36.419,5.36761,300,5,0,300,0,1,0,0,0),(86148,454,0,1,1,8871,0,-10211.8,1815.94,38.1194,1.45141,300,10,0,247,0,1,0,0,0),(86150,157,0,1,1,3027,0,-10174.2,1575.4,45.3646,2.68056,300,5,0,300,0,1,0,0,0),(86151,454,0,1,1,8871,0,-10215.7,1750.9,35.8143,1.39919,300,5,0,247,0,1,0,0,0),(86197,157,0,1,1,3027,0,-10254.5,1778.81,36.4493,4.12603,300,10,0,300,0,1,0,0,0),(86226,454,0,1,1,8871,0,-10204,1842.7,36.4561,3.43398,300,10,0,247,0,1,0,0,0),(86383,157,0,1,1,3027,0,-10283.5,1839.51,39.1168,1.57641,300,10,0,300,0,1,0,0,0),(86384,620,0,1,1,304,0,-9897.53,1311.06,42.2721,2.52486,300,5,0,1,0,1,0,0,0),(86385,620,0,1,1,304,0,-10119.9,1069.4,36.5335,0.124861,300,5,0,1,0,1,0,0,0),(86390,620,0,1,1,304,0,-10145.4,1059.4,36.4085,3.94727,300,5,0,1,0,1,0,0,0),(86391,620,0,1,1,304,0,-10128.8,1206.65,35.6332,5.28986,300,5,0,1,0,1,0,0,0),(86392,620,0,1,1,304,0,-10731.8,1678.61,45.4163,3.35598,300,10,0,1,0,1,0,0,0),(86395,620,0,1,1,304,0,-10729.9,1657.28,44.3767,4.40374,300,5,0,1,0,1,0,0,0),(86467,620,0,1,1,304,0,-11023.7,1429.76,43.6226,3.60857,300,10,0,1,0,1,0,0,0),(86480,392,0,1,1,1279,0,-11407.1,1966.15,10.5123,3.14159,300,0,0,1003,0,0,0,0,0),(86491,391,0,1,1,5243,1,-11360.7,1826.72,7.58232,3.97765,300,0,0,581,0,2,0,0,0),(86613,481,0,1,1,2335,1,-9847.35,1053.16,33.5892,6.22413,300,0,0,198,0,0,0,0,0),(86614,117,0,1,1,175,1,-9708.85,991.146,35.455,2.58023,300,10,0,222,0,1,0,0,0),(86615,117,0,1,1,175,1,-9697.01,1045.47,35.5871,4.5204,300,0,0,222,0,0,0,0,0),(86616,500,0,1,1,374,1,-9693.65,1039.18,36.5322,2.68781,300,0,0,247,0,0,0,0,0),(86617,117,0,1,1,175,1,-9702.18,1037.13,36.3156,0.750492,300,0,0,222,0,0,0,0,0),(86618,117,0,1,1,175,1,-9702.44,1024.31,37.4612,2.01768,300,10,0,222,0,1,0,0,0),(86619,117,0,1,1,175,1,-9712.12,1046.45,35.5443,3.66519,300,0,0,222,0,0,0,0,0),(86620,500,0,1,1,374,1,-9717.01,1046.13,35.5496,5.98648,300,0,0,247,0,0,0,0,0),(86621,117,0,1,1,175,1,-9714.64,1039.9,36.0748,1.50098,300,0,0,222,0,0,0,0,0),(86622,117,0,1,1,175,1,-9728.1,1184.99,42.8952,1.76744,300,5,0,222,0,1,0,0,0),(86623,117,0,1,1,175,1,-9752.58,1198.58,41.1622,1.50098,300,0,0,222,0,0,0,0,0),(86624,500,0,1,1,374,1,-9754.68,1191.72,41.163,5.88176,300,0,0,247,0,0,0,0,0),(86657,500,0,1,1,374,1,-9746.86,1189.25,41.1622,3.71755,300,0,0,247,0,0,0,0,0),(86658,117,0,1,1,175,1,-9745.11,1192.77,41.1622,3.14159,300,0,0,222,0,0,0,0,0),(86659,117,0,1,1,175,1,-9729.14,1191.11,42.4429,4.01128,300,5,0,222,0,1,0,0,0),(86660,117,0,1,1,175,1,-9725.44,1450.94,45.0245,4.60767,300,0,0,222,0,0,0,0,0),(86661,500,0,1,1,374,1,-9727.61,1443.45,45.0189,5.88176,300,0,0,247,0,0,0,0,0),(86662,500,0,1,1,374,1,-9719.46,1440.99,45.0733,2.60054,300,0,0,247,0,0,0,0,0),(86781,117,0,1,1,175,1,-9717.8,1445,45.0707,3.22886,300,0,0,222,0,0,0,0,0),(86782,117,0,1,1,175,1,-9778.9,1454.55,43.9253,1.3021,300,5,0,222,0,1,0,0,0),(86783,500,0,1,1,374,1,-9786.71,1481.27,44.4093,3.96594,300,5,0,247,0,1,0,0,0),(86784,117,0,1,1,175,1,-9746.34,1456.44,43.6676,2.89254,300,5,0,222,0,1,0,0,0),(86785,500,0,1,1,374,1,-9730.34,1451.46,44.7221,1.97851,300,5,0,247,0,1,0,0,0),(86786,500,0,1,1,374,1,-9752.63,1392.23,43.7283,1.73152,300,10,0,247,0,1,0,0,0),(86787,117,0,1,1,175,1,-9734.74,1442.46,44.5614,1.54734,300,5,0,222,0,1,0,0,0),(86788,500,0,1,1,374,1,-9913.61,1541.23,42.8939,2.62696,300,10,0,247,0,1,0,0,0),(86789,117,0,1,1,175,1,-9882.65,1581.65,44.0934,4.25646,300,10,0,222,0,1,0,0,0),(86790,117,0,1,1,175,1,-9878.79,1549.26,44.2709,2.49582,300,0,0,222,0,0,0,0,0),(86791,500,0,1,1,374,1,-9882.69,1555,44.0723,3.92699,300,0,0,247,0,0,0,0,0),(86792,1065,0,1,1,204,1,-9885.01,1558.94,44.0372,4.81711,300,0,0,230,249,0,0,0,0),(86793,500,0,1,1,374,1,-9887.56,1548.39,44.3756,0.925025,300,0,0,247,0,0,0,0,0),(87024,500,0,1,1,374,1,-9877.14,1553.13,44.4818,2.96706,300,0,0,247,0,0,0,0,0),(87025,117,0,1,1,175,1,-9914.18,1587.79,42.2181,2.75372,300,10,0,222,0,1,0,0,0),(87026,123,0,1,1,383,1,-9999.85,1823.85,37.64,4.57992,300,5,0,300,0,1,0,0,0),(87027,123,0,1,1,383,1,-10085.4,1868.63,36.1966,3.18704,300,5,0,300,0,1,0,0,0),(87028,123,0,1,1,383,1,-10024.6,1812.34,37.8161,1.62316,300,0,0,300,0,0,0,0,0),(87029,123,0,1,1,383,1,-10020.6,1815.65,37.8547,3.49066,300,0,0,300,0,0,0,0,0),(87030,123,0,1,1,383,1,-10027.2,1821.16,37.8078,5.89921,300,0,0,300,0,0,0,0,0),(87031,123,0,1,1,383,1,-10036,1816.85,37.344,2.37829,300,5,0,300,0,1,0,0,0),(87032,123,0,1,1,383,1,-10016,1828.7,37.6354,2.94769,300,5,0,300,0,1,0,0,0),(87033,123,0,1,1,383,1,-10195.7,1704.38,34.2766,2.87765,300,0,0,300,0,0,0,0,0),(87034,123,0,1,1,383,1,-10141.6,1775.06,34.4807,0.30238,300,5,0,300,0,1,0,0,0),(87035,123,0,1,1,383,1,-10137.2,1735.44,32.0995,3.50811,300,0,0,300,0,0,0,0,0),(87036,500,0,1,1,374,1,-10139.7,1740.45,31.7987,4.18879,300,0,0,247,0,0,0,0,0),(87037,500,0,1,1,374,1,-10144.2,1735.28,32.0098,4.79965,300,0,0,247,0,0,0,0,0),(87083,123,0,1,1,383,1,-10149.9,1734.81,32.108,5.95157,300,0,0,300,0,0,0,0,0),(87084,123,0,1,1,383,1,-10140.7,1647.29,37.8315,3.31613,300,0,0,300,0,0,0,0,0),(87085,500,0,1,1,374,1,-10145.6,1652.06,38.214,1.23918,300,0,0,247,0,0,0,0,0),(88748,500,0,1,1,374,1,-10174.4,1610.72,44.8507,2.84194,300,5,0,247,0,1,0,0,0),(88749,500,0,1,1,374,1,-10059.5,1717.35,37.8225,0.002869,300,10,0,247,0,1,0,0,0),(88750,123,0,1,1,383,1,-10066.1,1681.58,34.683,5.42797,300,0,0,300,0,0,0,0,0),(88751,500,0,1,1,374,1,-10060.7,1683.25,34.719,4.66003,300,0,0,247,0,0,0,0,0),(88910,454,0,1,1,8871,0,-9942.86,1219.5,42.6485,5.44803,300,10,0,247,0,1,0,0,0),(89436,454,0,1,1,8871,0,-9878.81,1192.85,41.2376,2.45716,300,10,0,247,0,1,0,0,0),(89443,454,0,1,1,8871,0,-9872.46,1225.01,41.6656,1.27099,300,5,0,247,0,1,0,0,0),(89444,502,0,1,1,4422,1,-9843.2,1285.32,41.9,2.93215,300,0,0,328,0,0,0,0,0),(89445,504,0,1,1,2332,1,-9875.14,1308.65,43.1871,2.40855,300,0,0,247,0,0,0,0,0),(89446,504,0,1,1,2331,1,-9848.13,1325.39,43.3237,1.45052,300,5,0,247,0,1,0,0,0),(89447,95,0,1,1,4418,1,-9873.43,1324.17,43.2108,4.57276,300,0,0,222,0,0,0,0,0),(89448,95,0,1,1,4419,1,-9863.31,1321.89,43.2868,3.92699,300,0,0,222,0,0,0,0,0),(89449,504,0,1,1,2332,1,-9886.71,1311.43,42.4926,3.97935,300,0,0,247,0,0,0,0,0),(89450,504,0,1,1,2331,1,-9882.46,1307.67,42.5123,3.61283,300,0,0,247,0,0,0,0,0),(89451,504,0,1,1,2331,1,-10168.3,1906.93,35.1377,5.76076,300,5,0,247,0,1,0,0,0),(89452,504,0,1,1,2331,1,-10189.1,1917.47,37.52,6.03884,300,0,0,247,0,0,0,0,0),(89453,504,0,1,1,2332,1,-10186.8,1920.14,37.4566,1.11701,300,0,0,247,0,0,0,0,0),(89454,504,0,1,1,2332,1,-10184.5,1920.47,37.3642,2.14675,300,0,0,247,0,0,0,0,0),(89455,504,0,1,1,2331,1,-10159.4,1920.36,35.2296,0.243558,300,5,0,247,0,1,0,0,0),(89456,504,0,1,1,2331,1,-10172.2,1934.17,37.3743,2.71352,300,5,0,247,0,1,0,0,0),(89457,504,0,1,1,2331,1,-10190.7,1895.74,35.9227,2.1912,300,0,0,247,0,0,0,0,0),(89458,126,0,1,1,983,1,-9584.96,1479.4,-1.20599,4.55879,300,5,0,247,0,1,0,0,0),(89459,126,0,1,1,983,1,-9590.79,1445.04,2.42173,6.04542,300,5,0,247,0,1,0,0,0),(89460,515,0,1,1,441,1,-9639.4,1190.66,7.14707,0.407779,300,10,0,222,0,1,0,0,0),(89461,126,0,1,1,983,1,-9659.42,1153.12,5.43155,0.942478,300,10,0,247,0,1,0,0,0),(89462,515,0,1,1,441,1,-9663.76,1162.71,6.64513,5.67232,300,0,0,222,0,0,0,0,0),(89463,456,0,1,1,486,1,-9672.34,1513.39,14.1054,1.44367,300,5,0,276,295,1,0,0,0),(89464,126,0,1,1,983,1,-9606.73,1156.97,1.7901,0.04429,300,10,0,247,0,1,0,0,0),(89465,456,0,1,1,486,1,-9667.69,1538.59,10.589,4.09138,300,10,0,276,295,1,0,0,0),(89466,126,0,1,1,983,1,-9623.52,1122.75,1.82536,0.06547,300,10,0,247,0,1,0,0,0),(89467,513,0,1,1,1994,1,-9780.57,1684.74,7.60068,5.81254,300,10,0,300,0,1,0,0,0),(89468,513,0,1,1,1994,1,-9768.37,1714.89,3.45522,3.26533,300,10,0,300,0,1,0,0,0),(89469,513,0,1,1,1994,1,-9759.5,1650.8,9.76584,0,300,10,0,300,0,1,0,0,0),(89470,456,0,1,1,486,1,-9733.4,1669.21,3.39156,2.96751,300,10,0,276,295,1,0,0,0),(89471,513,0,1,1,1994,1,-9755.74,1697.16,1.89156,5.2734,300,10,0,300,0,1,0,0,0),(89472,513,0,1,1,1994,1,-9777.88,1658.88,10.8996,4.15871,300,10,0,300,0,1,0,0,0),(89473,456,0,1,1,486,1,-9743.09,1656.23,7.69151,3.75443,300,10,0,276,295,1,0,0,0),(89474,513,0,1,1,1994,1,-9756.8,1675.25,6.26656,5.44003,300,10,0,300,0,1,0,0,0),(89475,513,0,1,1,1994,1,-9783.95,1708.12,8.11724,5.87923,300,10,0,300,0,1,0,0,0),(89476,171,0,1,1,1305,1,-10168.6,1992.49,11.0159,1.16288,300,10,0,328,0,1,0,0,0),(89477,171,0,1,1,1305,1,-10009.4,1905.04,6.49229,2.49088,300,5,0,328,0,1,0,0,0),(89478,171,0,1,1,1305,1,-10346.9,2088.33,-0.453275,1.5303,300,10,0,328,0,1,0,0,0),(89479,513,0,1,1,1994,1,-9913.16,1806.25,8.41198,4.09218,300,10,0,300,0,1,0,0,0),(89480,171,0,1,1,1305,1,-10311.9,2047.36,7.46994,4.91898,300,10,0,328,0,1,0,0,0),(89481,513,0,1,1,1994,1,-9926.85,1762.97,13.6785,2.50359,300,5,0,300,0,1,0,0,0),(89482,458,0,1,1,757,1,-10236.2,2006.92,12.7829,6.21337,300,0,0,356,0,0,0,0,0),(89483,171,0,1,1,1305,1,-10227.7,2008.73,12.6365,3.80482,300,0,0,328,0,0,0,0,0),(89484,171,0,1,1,1305,1,-10230,2002.24,12.1719,1.71042,300,0,0,328,0,0,0,0,0),(89485,171,0,1,1,1305,1,-10179.6,2021.87,5.75055,5.06145,300,0,0,328,0,0,0,0,0),(89486,171,0,1,1,1305,1,-10166.5,2021.28,8.30312,3.22886,300,0,0,328,0,0,0,0,0),(89487,171,0,1,1,1305,1,-10169.8,2024.2,7.6383,4.90438,300,0,0,328,0,0,0,0,0),(89488,513,0,1,1,1994,1,-9928.7,1807.57,9.71079,1.49786,300,10,0,300,0,1,0,0,0),(89489,458,0,1,1,757,1,-10039.4,1999.03,-6.70686,5.08187,300,10,0,356,0,1,0,0,0),(89490,171,0,1,1,1305,1,-10036.3,1988.82,-5.92553,0,300,10,0,328,0,1,0,0,0),(89491,458,0,1,1,757,1,-10034.2,2011.04,-8.92252,3.27273,300,10,0,356,0,1,0,0,0),(89492,171,0,1,1,1305,1,-10022,1952.12,-2.53806,3.63044,300,10,0,328,0,1,0,0,0),(89493,458,0,1,1,757,1,-10067.3,1954.65,4.22568,4.61916,300,10,0,356,0,1,0,0,0),(89494,171,0,1,1,1305,1,-10067.9,1988.08,-3.45053,4.03755,300,5,0,328,0,1,0,0,0),(89495,458,0,1,1,757,1,-10042.1,1959.59,-0.571766,1.12089,300,10,0,356,0,1,0,0,0),(89496,458,0,1,1,757,1,-9992.33,1957.59,-4.18619,2.89188,300,10,0,356,0,1,0,0,0),(89497,171,0,1,1,1305,1,-10044.9,2002.07,-6.44576,1.85252,300,10,0,328,0,1,0,0,0),(89498,154,0,1,1,1105,0,-10389.3,2068.9,6.80879,3.35814,300,5,0,356,0,1,0,0,0),(89499,154,0,1,1,1105,0,-10429.1,2086.53,5.15393,0.190696,300,10,0,356,0,1,0,0,0),(89500,154,0,1,1,1105,0,-10393.3,2092.19,1.81073,2.01752,300,5,0,356,0,1,0,0,0),(89501,517,0,1,1,1079,1,-11004.6,2046.43,10.9429,1.63759,300,10,0,350,390,1,0,0,0),(89502,127,0,1,1,1995,0,-11041,2021.3,11.2134,5.06834,300,5,0,377,408,1,0,0,0),(89503,517,0,1,1,1079,1,-10691.3,2072.81,6.17765,4.21772,300,10,0,350,390,1,0,0,0),(89504,517,0,1,1,1079,1,-10664.9,2074.58,7.22251,0,300,10,0,350,390,1,0,0,0),(89505,517,0,1,1,1079,1,-11340.9,1835.32,8.96161,3.19625,300,10,0,350,390,1,0,0,0),(89506,458,0,1,1,757,1,-10807.6,2086.28,7.45641,3.33431,300,5,0,356,0,1,0,0,0),(89507,517,0,1,1,1079,1,-11033.9,2047.56,9.52603,4.16563,300,10,0,350,390,1,0,0,0),(89508,517,0,1,1,1079,1,-11038.3,2079.93,1.87699,0.377924,300,5,0,350,390,1,0,0,0),(89509,458,0,1,1,757,1,-10719.7,2133.94,21.7865,3.94444,300,0,0,356,0,0,0,0,0),(89510,458,0,1,1,757,1,-10712.1,2133.02,21.8445,5.39307,300,0,0,356,0,0,0,0,0),(89511,517,0,1,1,1079,1,-10624.3,2057.91,12.6655,0.945001,300,10,0,350,390,1,0,0,0),(89512,517,0,1,1,1079,1,-11137,2102.61,-6.99985,2.53837,300,10,0,350,390,1,0,0,0),(89513,517,0,1,1,1079,1,-11104.8,2035.63,0.80971,1.06958,300,10,0,350,390,1,0,0,0),(89514,127,0,1,1,1995,0,-11107.2,2077.05,-2.15916,5.33135,300,10,0,377,408,1,0,0,0),(89515,127,0,1,1,1995,0,-11120.2,2110.28,-5.86168,3.31613,300,10,0,377,408,1,0,0,0),(89516,127,0,1,1,1995,0,-11139.3,2039.28,0.277747,4.6518,300,10,0,377,408,1,0,0,0),(89517,127,0,1,1,1995,0,-11123,2084.76,-6.8155,0.314159,300,0,0,377,408,0,0,0,0),(89518,517,0,1,1,1079,1,-11097.3,2067.77,1.10995,5.79449,300,0,0,350,390,0,0,0,0),(89519,517,0,1,1,1079,1,-11085.8,2106.8,-1.1961,5.84485,300,10,0,350,390,1,0,0,0),(89520,127,0,1,1,1995,0,-11072.9,2099.11,1.1694,5.79449,300,10,0,377,408,1,0,0,0),(89521,127,0,1,1,1995,0,-11144.9,2090.64,-7.18677,3.71755,300,10,0,377,408,1,0,0,0),(89522,523,0,1,1,3263,0,-10628.3,1037.27,34.1915,2.28638,600,0,0,10572,0,0,0,0,0),(89523,1109,0,1,1,2305,0,-10477.2,877.086,41.4187,2.44167,300,5,0,273,0,1,0,0,0),(89524,157,0,1,1,3027,0,-10448.9,871.968,39.9274,4.12564,300,5,0,300,0,1,0,0,0),(89525,1109,0,1,1,2305,0,-10418.1,892.858,44.469,5.1373,300,5,0,273,0,1,0,0,0),(89526,157,0,1,1,3027,0,-10512.2,884.859,40.1483,5.53019,300,5,0,300,0,1,0,0,0),(89527,157,0,1,1,3027,0,-10461.2,913.626,38.7056,2.80233,300,5,0,300,0,1,0,0,0),(89528,157,0,1,1,3027,0,-10392.1,925.329,42.4526,6.05899,300,5,0,300,0,1,0,0,0),(89529,157,0,1,1,3027,0,-10418.4,948.747,38.266,1.90924,300,5,0,300,0,1,0,0,0),(89530,1109,0,1,1,2305,0,-10489.1,923.33,37.9113,2.34998,300,5,0,273,0,1,0,0,0),(89531,490,0,1,1,2367,1,-10524.7,1058.13,56.1558,1.309,300,0,0,1910,0,0,0,0,0),(89532,869,0,1,1,2366,1,-10279.5,967.536,31.1856,3.65243,300,0,0,1910,0,0,0,0,0),(89533,870,0,1,1,2365,1,-10657.4,1090.46,34.4981,5.34071,300,0,0,1910,0,0,0,0,0),(89534,489,0,1,1,2364,1,-10517.9,1035,60.5174,4.43679,300,0,0,1910,0,2,0,0,0),(89535,876,0,1,1,2370,1,-10641.6,1093.47,34.043,4.74729,300,0,0,1910,0,0,0,0,0),(89536,488,0,1,1,2371,1,-10494.1,1028.51,95.6123,5.4417,300,0,0,1910,0,0,0,0,0),(89537,487,0,1,1,2368,1,-10506.2,1066.91,55.439,2.6529,300,0,0,1910,0,0,0,0,0),(89538,874,0,1,1,2369,1,-10914.6,898.65,32.1358,4.6557,300,0,0,1910,0,2,0,0,0),(89539,594,0,1,1,2323,1,-11093.9,1515.71,29.6174,1.54702,300,3,0,328,0,1,0,0,0),(89540,594,0,1,1,2323,1,-11230.2,1552.32,34.8106,4.01685,300,3,0,328,0,1,0,0,0),(89541,594,0,1,1,2324,1,-11115.3,1478.69,32.7343,0.663225,300,0,0,328,0,0,0,0,0),(89542,619,0,1,1,2330,1,-11134.2,1487.29,34.4006,4.76952,300,3,0,285,790,1,0,0,0),(89543,619,0,1,1,2330,1,-11225.8,1599.39,32.4871,4.57128,300,3,0,285,790,1,0,0,0),(89544,619,0,1,1,2329,1,-11175.1,1557.35,20.8878,4.47539,300,3,0,285,790,1,0,0,0),(89545,594,0,1,1,2323,1,-11197.1,1483.13,14.7718,5.35683,300,5,0,328,0,1,0,0,0),(89546,594,0,1,1,2323,1,-11138.2,1539.52,19.8687,1.03873,300,3,0,328,0,1,0,0,0),(89547,1726,0,1,1,2321,1,-11248.1,1540.79,30.374,4.05791,300,3,0,307,856,1,0,0,0),(89548,1725,0,1,1,184,1,-11243.6,1645.14,28.492,5.21458,300,3,0,356,0,1,0,0,0),(89549,1725,0,1,1,184,1,-11209.6,1630.75,27.714,6.08786,300,3,0,356,0,1,0,0,0),(89550,1725,0,1,1,184,1,-11218.9,1617.71,33.4905,4.34587,300,3,0,356,0,1,0,0,0),(89551,1725,0,1,1,184,1,-11231.2,1618.41,33.1879,4.97419,300,3,0,356,0,1,0,0,0),(89552,1725,0,1,1,184,1,-11267.9,1509.91,37.5807,5.74718,300,3,0,356,0,1,0,0,0),(89553,1726,0,1,1,2322,1,-11244.5,1524.48,28.6207,5.37314,300,3,0,307,856,1,0,0,0),(89554,1727,0,1,1,341,1,-11232.7,1597.98,32.4094,2.49582,300,0,0,386,0,0,0,0,0),(89555,1727,0,1,1,341,1,-11238,1538.91,28.1736,5.93412,300,0,0,386,0,0,0,0,0),(89556,1727,0,1,1,2528,1,-11176.2,1622.23,27.1787,5.32325,300,0,0,386,0,0,0,0,0),(89557,1727,0,1,1,341,1,-11271,1542.75,29.0529,2.96706,300,0,0,386,0,0,0,0,0),(89558,1727,0,1,1,341,1,-11261.7,1644.11,33.3916,4.01426,300,0,0,386,0,0,0,0,0),(89559,1727,0,1,1,341,1,-11173.9,1636.76,25.7854,2.61799,300,0,0,386,0,0,0,0,0),(89560,1727,0,1,1,341,1,-11240.4,1588.7,34.2185,4.93928,300,0,0,386,0,0,0,0,0),(89561,1727,0,1,1,341,1,-11209,1624.12,28.4209,4.85202,300,0,0,386,0,0,0,0,0),(89562,1727,0,1,1,2528,1,-11263.7,1559.31,34.4233,5.8294,300,0,0,386,0,0,0,0,0),(89563,1727,0,1,1,2528,1,-11249.8,1476.44,24.141,3.10669,300,0,0,386,0,0,0,0,0),(89564,623,0,1,1,11402,1,-11308.8,1591.97,36.365,5.61331,300,3,0,386,0,1,0,0,0),(89565,623,0,1,1,11402,1,-11298.1,1563.58,35.8481,3.68829,300,3,0,386,0,1,0,0,0),(89566,625,0,1,1,829,1,-11289,1579.03,36.2713,4.26374,300,3,0,386,0,1,0,0,0),(89567,625,0,1,1,829,1,-11330.7,1581.66,34.5925,0.560167,300,3,0,386,0,1,0,0,0),(89568,623,0,1,1,11402,1,-11305.7,1560.36,36.4148,0.611958,300,3,0,386,0,1,0,0,0),(89569,625,0,1,1,829,1,-11342.7,1555.72,30.7678,0.012107,300,3,0,386,0,1,0,0,0),(89570,624,0,1,1,10630,0,-11336.1,1541.77,29.1302,3.4324,300,3,0,386,0,1,0,0,0),(89571,623,0,1,1,11402,1,-11292.3,1573.64,36.3852,2.48481,300,3,0,386,0,1,0,0,0),(89572,626,0,1,1,10628,1,-11327.6,1539.12,28.4979,2.95187,300,0,0,500,0,0,0,0,0),(89573,596,0,1,1,3267,1,-11227.8,1477.54,18.7152,0.415105,3600,0,0,531,2040,0,0,0,0),(89574,599,0,1,1,2355,1,-11264.2,1539.52,28.0596,1.52972,3600,0,0,531,2040,0,0,0,0),(89575,95,0,1,1,4419,1,-10326.2,1394.63,41.1257,2.26524,300,5,0,222,0,1,0,0,0),(89576,95,0,1,1,4419,1,-10347.1,1567.01,41.3426,2.16421,300,0,0,222,0,0,0,0,0),(89577,504,0,1,1,2331,1,-10357.9,1562.52,42.0098,5.93412,300,0,0,247,0,0,0,0,0),(89578,95,0,1,1,4419,1,-10278,1389.65,40.1833,2.96706,300,0,0,222,0,0,0,0,0),(89579,95,0,1,1,4418,1,-10282.5,1386.53,40.2983,1.309,300,0,0,222,0,0,0,0,0),(89580,504,0,1,1,2331,1,-10311.3,1378.07,40.3432,1.09613,300,5,0,247,0,1,0,0,0),(89581,504,0,1,1,2332,1,-10291,1407.07,40.1771,4.69494,300,0,0,247,0,0,0,0,0),(89582,95,0,1,1,4418,1,-10374.7,1576.87,41.7279,4.84872,300,5,0,222,0,1,0,0,0),(89583,504,0,1,1,2332,1,-10261.4,1392.5,39.5841,0,300,0,0,247,0,0,0,0,0),(89584,504,0,1,1,2331,1,-10247.4,1358.18,41.7648,0.750646,300,5,0,247,0,1,0,0,0),(89585,504,0,1,1,2331,1,-10317.5,1244.23,39.3501,0,300,0,0,247,0,0,0,0,0),(89586,95,0,1,1,4418,1,-10645,1385.82,41.7622,5.02655,300,0,0,222,0,0,0,0,0),(89587,95,0,1,1,4418,1,-10497.6,1328.48,42.6518,5.93412,300,0,0,222,0,0,0,0,0),(89588,504,0,1,1,2332,1,-10490.1,1330.69,42.6935,4.72984,300,0,0,247,0,0,0,0,0),(89589,95,0,1,1,4419,1,-10487.5,1328.78,42.6935,3.52556,300,0,0,222,0,0,0,0,0),(89590,589,0,1,1,2339,1,-10424.3,1905.8,7.17894,5.26966,300,5,0,263,710,1,0,0,0),(89591,590,0,1,1,2341,1,-10404,1906.28,10.4289,2.738,300,5,0,273,0,1,0,0,0),(89592,589,0,1,1,2339,1,-10426.1,1893.55,7.07512,5.16608,300,5,0,263,710,1,0,0,0),(89593,589,0,1,1,2338,1,-10404.3,1934.98,10.0287,3.00433,300,5,0,263,710,1,0,0,0),(89594,590,0,1,1,2341,1,-10441.6,1923.86,11.059,5.2709,300,0,0,273,0,0,0,0,0),(89595,589,0,1,1,2338,1,-10447,1910.94,9.48856,0.314159,300,0,0,263,710,0,0,0,0),(89596,501,0,1,1,413,0,-10556.9,1954.35,36.2894,1.58825,300,0,0,300,0,0,0,0,0),(89597,123,0,1,1,383,1,-10552.8,1962.29,35.8334,4.17134,300,0,0,300,0,0,0,0,0),(89598,123,0,1,1,383,1,-10551.2,1959.08,36.215,3.35103,300,0,0,300,0,0,0,0,0),(89599,501,0,1,1,413,0,-10542.3,1921.08,37.4216,5.98756,300,5,0,300,0,1,0,0,0),(89600,123,0,1,1,383,1,-10562,1963.49,35.2138,5.81195,300,0,0,300,0,0,0,0,0),(89601,123,0,1,1,383,1,-10563.3,1960.53,35.602,5.53269,300,0,0,300,0,0,0,0,0),(89602,123,0,1,1,383,1,-10583.9,1950.41,35.8802,2.98415,300,5,0,300,0,1,0,0,0),(89603,501,0,1,1,413,0,-10585.7,1981.66,37.4979,2.34169,300,5,0,300,0,1,0,0,0),(89604,123,0,1,1,383,1,-10521.4,1974.86,33.9444,0.3988,300,5,0,300,0,1,0,0,0),(89605,123,0,1,1,383,1,-10519.7,1951.81,38.8867,4.88738,300,5,0,300,0,1,0,0,0),(89606,501,0,1,1,413,0,-10586.4,1914.42,39.4557,1.8171,300,5,0,300,0,1,0,0,0),(89607,501,0,1,1,413,0,-10607.4,1948.86,37.8717,3.4383,300,0,0,300,0,0,0,0,0),(89608,123,0,1,1,383,1,-10583.1,1972.37,35.4011,2.94496,300,5,0,300,0,1,0,0,0),(89609,123,0,1,1,383,1,-10622.7,1953.05,37.924,5.77704,300,0,0,300,0,0,0,0,0),(89610,123,0,1,1,383,1,-10613.6,1952.42,37.8717,4.92183,300,0,0,300,0,0,0,0,0),(89611,123,0,1,1,383,1,-10609.8,1942.86,37.8717,2.1293,300,0,0,300,0,0,0,0,0),(89612,501,0,1,1,413,0,-10615.6,1943.44,37.8717,0.925025,300,0,0,300,0,0,0,0,0),(89613,501,0,1,1,413,0,-10620.8,1909.5,43.7343,4.51166,300,5,0,300,0,1,0,0,0),(89614,589,0,1,1,2339,1,-10767,1853.74,34.7544,0,300,0,0,263,710,0,0,0,0),(89615,589,0,1,1,2339,1,-10726.8,1836.81,37.1433,1.06958,300,5,0,263,710,1,0,0,0),(89616,589,0,1,1,2339,1,-10721.7,1856.2,33.4464,1.50098,300,0,0,263,710,0,0,0,0),(89617,589,0,1,1,2339,1,-10722.1,1869.44,32.328,4.90438,300,0,0,263,710,0,0,0,0),(89618,589,0,1,1,2339,1,-10746.6,1893.8,41.8806,5.68439,300,5,0,263,710,1,0,0,0),(89619,123,0,1,1,383,1,-10720.2,1967.69,37.2306,1.52781,300,5,0,300,0,1,0,0,0),(89620,123,0,1,1,383,1,-10751.8,1957.72,37.4189,4.59022,300,0,0,300,0,0,0,0,0),(89621,123,0,1,1,383,1,-10751.3,1952.26,37.4264,1.97222,300,0,0,300,0,0,0,0,0),(89622,501,0,1,1,413,0,-10754.3,1947.14,37.4602,0.994838,300,0,0,300,0,0,0,0,0),(89623,123,0,1,1,383,1,-10755.7,1955.64,37.423,6.10865,300,0,0,300,0,0,0,0,0),(89624,123,0,1,1,383,1,-10747.2,1952.37,37.5037,2.67035,300,0,0,300,0,0,0,0,0),(89625,501,0,1,1,413,0,-10741.8,1957.92,38.1532,5.74213,300,10,0,300,0,1,0,0,0),(89626,123,0,1,1,383,1,-10910,2004.19,36.0668,2.5673,300,10,0,300,0,1,0,0,0),(89627,123,0,1,1,383,1,-10926.7,2014.56,37.6918,2.71584,300,10,0,300,0,1,0,0,0),(89628,123,0,1,1,383,1,-10941.8,1995.06,34.5282,5.90704,300,10,0,300,0,1,0,0,0),(89629,123,0,1,1,383,1,-10926.8,1987.95,34.231,1.0472,300,0,0,300,0,0,0,0,0),(89630,123,0,1,1,383,1,-10923.8,1985.43,34.8503,1.72788,300,0,0,300,0,0,0,0,0),(89631,501,0,1,1,413,0,-10923.2,1997.37,35.1273,4.38078,300,0,0,300,0,0,0,0,0),(89632,123,0,1,1,383,1,-10888.4,1975.34,39.1995,5.74625,300,5,0,300,0,1,0,0,0),(89633,123,0,1,1,383,1,-10945.9,1969.18,35.2149,0.120117,300,10,0,300,0,1,0,0,0),(89634,501,0,1,1,413,0,-10929.1,1996.21,34.1005,5.25344,300,0,0,300,0,0,0,0,0),(89635,124,0,1,1,384,1,-11029.4,1941.58,35.3864,0.766334,300,5,0,328,0,1,0,0,0),(89636,501,0,1,1,413,0,-11048,1922.27,36.0711,4.6694,300,10,0,300,0,1,0,0,0),(89637,124,0,1,1,384,1,-11010.7,1891.26,39.9277,0.052063,300,10,0,328,0,1,0,0,0),(89638,124,0,1,1,384,1,-10979.1,1919.45,44.2695,1.63724,300,10,0,328,0,1,0,0,0),(89639,124,0,1,1,384,1,-11018,1931.1,34.7418,4.90438,300,0,0,328,0,0,0,0,0),(89640,124,0,1,1,384,1,-11019.3,1924.54,35.5034,0.802851,300,0,0,328,0,0,0,0,0),(89641,124,0,1,1,384,1,-10998.8,1874.51,41.5471,0.401426,300,0,0,328,0,0,0,0,0),(89642,501,0,1,1,413,0,-10996.4,1870.37,41.5086,1.5708,300,0,0,300,0,0,0,0,0),(89643,124,0,1,1,384,1,-10990.4,1874.07,42.0952,2.89725,300,0,0,328,0,0,0,0,0),(89644,124,0,1,1,384,1,-10998.8,1878.56,41.557,5.41052,300,0,0,328,0,0,0,0,0),(89645,124,0,1,1,384,1,-10993.5,1878.24,41.6037,3.89208,300,0,0,328,0,0,0,0,0),(89646,501,0,1,1,413,0,-10986.2,1868.68,43.5143,3.91366,300,10,0,300,0,1,0,0,0),(89647,124,0,1,1,384,1,-11013.2,1867.53,40.1777,4.87758,300,10,0,328,0,1,0,0,0),(89648,124,0,1,1,384,1,-11064.2,1913.7,32.7518,3.46788,300,5,0,328,0,1,0,0,0),(89649,501,0,1,1,413,0,-11120.1,1880.28,37.5749,3.01814,300,10,0,300,0,1,0,0,0),(89650,124,0,1,1,384,1,-11101.9,1923.5,33.7903,1.94826,300,5,0,328,0,1,0,0,0),(89651,123,0,1,1,383,1,-11088.7,1914.05,33.5659,0.715585,300,0,0,300,0,0,0,0,0),(89652,123,0,1,1,383,1,-11082,1920.61,32.5775,4.01426,300,0,0,300,0,0,0,0,0),(89653,123,0,1,1,383,1,-11081.6,1914.59,33.2307,2.26893,300,0,0,300,0,0,0,0,0),(89654,501,0,1,1,413,0,-11086.2,1912.33,33.5449,1.23918,300,0,0,300,0,0,0,0,0),(89655,124,0,1,1,384,1,-11089,1921.77,33.4035,5.58505,300,0,0,328,0,0,0,0,0),(89656,501,0,1,1,413,0,-11085.3,1886.05,36.1845,1.20658,300,10,0,300,0,1,0,0,0),(89657,501,0,1,1,413,0,-10826.5,1765.29,36.8491,4.04916,300,0,0,300,0,0,0,0,0),(89658,123,0,1,1,383,1,-10835.5,1773.65,36.4599,5.3058,300,0,0,300,0,0,0,0,0),(89659,123,0,1,1,383,1,-10837.1,1758.84,36.5616,0.436332,300,0,0,300,0,0,0,0,0),(89660,590,0,1,1,2340,1,-10738.3,1688.48,45.9575,1.45606,300,5,0,273,0,1,0,0,0),(89661,590,0,1,1,2341,1,-10726.7,1663.81,44.0017,1.90754,300,5,0,273,0,1,0,0,0),(89662,589,0,1,1,2339,1,-10726.4,1659.12,44.0017,5.9406,300,5,0,263,710,1,0,0,0),(89663,590,0,1,1,2340,1,-10744.7,1668.05,45.1801,3.08528,300,5,0,273,0,1,0,0,0),(89664,590,0,1,1,2341,1,-10752.9,1658.42,45.2544,1.20428,300,0,0,273,0,0,0,0,0),(89665,589,0,1,1,2339,1,-10747.4,1658.41,45.2267,2.09439,300,0,0,263,710,0,0,0,0),(89666,590,0,1,1,2341,1,-10755.9,1663.99,45.3004,5.51524,300,0,0,273,0,0,0,0,0),(89667,589,0,1,1,2339,1,-10705.3,1717.95,43.1775,5.42101,300,5,0,263,710,1,0,0,0),(89668,590,0,1,1,2341,1,-10753.9,1718.44,42.1873,1.23934,300,5,0,273,0,1,0,0,0),(89669,590,0,1,1,2341,1,-10672.3,1714.36,41.7563,5.02033,300,5,0,273,0,1,0,0,0),(89670,590,0,1,1,2341,1,-10676.6,1755.42,39.3004,0.418879,300,0,0,273,0,0,0,0,0),(89671,590,0,1,1,2340,1,-10674.6,1757.24,39.1768,4.11898,300,0,0,273,0,0,0,0,0),(89672,590,0,1,1,2341,1,-10694.1,1744.91,41.6433,2.66775,300,5,0,273,0,1,0,0,0),(89673,590,0,1,1,2340,1,-10661.7,1737.62,39.6819,4.81711,300,0,0,273,0,0,0,0,0),(89674,589,0,1,1,2339,1,-10655,1733.03,39.589,6.0912,300,0,0,263,710,0,0,0,0),(89675,590,0,1,1,2340,1,-10659.9,1731.15,39.6012,1.18682,300,0,0,273,0,0,0,0,0),(89676,590,0,1,1,2340,1,-10653.5,1765.57,37.1809,5.96148,300,5,0,273,0,1,0,0,0),(89677,589,0,1,1,2339,1,-10640.1,1761.17,37.842,0.366519,300,0,0,263,710,0,0,0,0),(89678,589,0,1,1,2339,1,-10638.7,1755.37,38.3279,5.44543,300,0,0,263,710,0,0,0,0),(89679,589,0,1,1,2339,1,-10654.8,1787.99,35.6386,0.541052,300,0,0,263,710,0,0,0,0),(89680,589,0,1,1,2339,1,-10654.6,1791.67,35.6386,5.21853,300,0,0,263,710,0,0,0,0),(89681,452,0,1,1,383,1,-10856.7,1346.85,37.4837,3.72077,300,10,0,356,0,1,0,0,0),(89682,124,0,1,1,384,1,-10844.9,1330.66,35.8844,1.09405,300,10,0,328,0,1,0,0,0),(89683,124,0,1,1,384,1,-10820.9,1328.4,34.2793,3.66519,300,0,0,328,0,0,0,0,0),(89684,452,0,1,1,383,1,-10828.4,1330.76,34.2492,5.20108,300,0,0,356,0,0,0,0,0),(89685,452,0,1,1,383,1,-10829.8,1322.76,34.6568,0.610865,300,0,0,356,0,0,0,0,0),(89686,124,0,1,1,384,1,-10819.4,1324.43,34.3925,2.86234,300,0,0,328,0,0,0,0,0),(89687,124,0,1,1,384,1,-10855,1314.23,37.02,3.86548,300,10,0,328,0,1,0,0,0),(89688,124,0,1,1,384,1,-10818.5,1150.59,41.9775,5.16701,300,5,0,328,0,1,0,0,0),(89689,452,0,1,1,383,1,-10878.1,1146.33,37.5661,0.72159,300,10,0,356,0,1,0,0,0),(89690,124,0,1,1,384,1,-10853,1163.02,37.2741,3.03687,300,0,0,328,0,0,0,0,0),(89691,452,0,1,1,383,1,-10862.8,1158.13,38.062,1.02974,300,0,0,356,0,0,0,0,0),(89692,452,0,1,1,383,1,-10855.3,1168.46,37.1341,3.97935,300,0,0,356,0,0,0,0,0),(89693,124,0,1,1,384,1,-10865,1165.22,38.0317,6.03884,300,0,0,328,0,0,0,0,0),(89694,452,0,1,1,383,1,-10853.2,1115.39,46.3243,1.7332,300,10,0,356,0,1,0,0,0),(89695,452,0,1,1,383,1,-11049.2,1014.04,37.2962,5.42864,300,10,0,356,0,1,0,0,0),(89696,452,0,1,1,383,1,-11016.2,1038.41,39.74,0.324223,300,10,0,356,0,1,0,0,0),(89697,452,0,1,1,383,1,-11027,1063.49,38.8182,3.27043,300,10,0,356,0,1,0,0,0),(89698,452,0,1,1,383,1,-11056.6,1048.57,36.4431,1.76149,300,10,0,356,0,1,0,0,0),(89699,98,0,1,1,376,1,-11036,1038.74,37.0751,0.593412,300,0,0,386,0,0,0,0,0),(89700,452,0,1,1,383,1,-11037.2,1044.42,36.8946,5.74213,300,0,0,356,0,0,0,0,0),(89701,452,0,1,1,383,1,-11033.7,1046.25,37.1172,5.02655,300,0,0,356,0,0,0,0,0),(89702,452,0,1,1,383,1,-11027.8,1043.61,37.694,3.61283,300,0,0,356,0,0,0,0,0),(89703,452,0,1,1,383,1,-11028.2,1038.62,37.319,2.53073,300,0,0,356,0,0,0,0,0),(89704,452,0,1,1,383,1,-11114.7,1048.03,34.3642,2.93588,300,5,0,356,0,1,0,0,0),(89705,452,0,1,1,383,1,-11104,1014.02,34.4008,4.24515,300,10,0,356,0,1,0,0,0),(89706,98,0,1,1,376,1,-11135.5,1045.39,34.3724,5.21853,300,0,0,386,0,0,0,0,0),(89707,452,0,1,1,383,1,-11131.1,1047.09,34.6142,4.60767,300,0,0,356,0,0,0,0,0),(89708,98,0,1,1,376,1,-11127.9,1040.89,33.8642,3.12414,300,0,0,386,0,0,0,0,0),(89709,98,0,1,1,376,1,-11137.8,1042.93,34.1224,5.96903,300,0,0,386,0,0,0,0,0),(89710,452,0,1,1,383,1,-11133.9,1037.42,33.6224,1.88496,300,0,0,356,0,0,0,0,0),(89711,98,0,1,1,376,1,-11013.6,917.431,36.2185,5.291,300,10,0,386,0,1,0,0,0),(89712,98,0,1,1,376,1,-11053.2,902.13,36.2726,5.55015,300,0,0,386,0,0,0,0,0),(89713,452,0,1,1,383,1,-11045.1,896.894,36.2052,2.79253,300,0,0,356,0,0,0,0,0),(89714,452,0,1,1,383,1,-11049.2,893.74,36.207,1.53589,300,0,0,356,0,0,0,0,0),(89715,452,0,1,1,383,1,-11031.8,917.192,36.8968,1.78544,300,10,0,356,0,1,0,0,0),(89716,98,0,1,1,376,1,-11129,936.59,36.8307,2.04204,300,0,0,386,0,0,0,0,0),(89717,452,0,1,1,383,1,-11136,937.957,37.8574,0.139626,300,0,0,356,0,0,0,0,0),(89718,452,0,1,1,383,1,-11133.6,933.748,37.5845,0.994838,300,0,0,356,0,0,0,0,0),(89719,452,0,1,1,383,1,-11128.1,941.045,36.7315,3.92699,300,0,0,356,0,0,0,0,0),(89720,452,0,1,1,383,1,-11133.6,942.207,37.4156,5.48033,300,0,0,356,0,0,0,0,0),(89721,98,0,1,1,376,1,-11137.6,883.772,38.8406,0.645772,300,0,0,386,0,0,0,0,0),(89722,453,0,1,1,502,1,-11129.3,890.087,39.1656,3.75246,300,0,0,377,408,0,0,0,0),(89723,98,0,1,1,376,1,-11131.7,880.888,39.3081,1.93731,300,0,0,386,0,0,0,0,0),(89724,98,0,1,1,376,1,-11128.3,885.072,39.4498,2.86234,300,0,0,386,0,0,0,0,0),(89725,98,0,1,1,376,1,-11138.1,888.626,38.8328,5.77704,300,0,0,386,0,0,0,0,0),(89726,453,0,1,1,502,1,-11198.2,865.46,44.3149,1.9807,300,10,0,377,408,1,0,0,0),(89727,98,0,1,1,376,1,-11216,852.347,47.5718,1.036,300,10,0,386,0,1,0,0,0),(89728,125,0,1,1,10790,1,-11215,885.427,53.5537,5.42797,300,0,0,449,0,0,0,0,0),(89729,453,0,1,1,502,1,-11210,879.943,51.2052,2.46091,300,0,0,377,408,0,0,0,0),(89730,98,0,1,1,376,1,-11207.6,885.008,51.1514,0,300,0,0,386,0,0,0,0,0),(89731,98,0,1,1,376,1,-11210.4,888.536,52.4697,4.62512,300,0,0,386,0,0,0,0,0),(89732,98,0,1,1,376,1,-11215.6,880.659,53.1758,0.05236,300,0,0,386,0,0,0,0,0),(89733,98,0,1,1,376,1,-11197.3,819.211,40.9588,6.15592,300,5,0,386,0,1,0,0,0),(89734,98,0,1,1,376,1,-11183.9,859.87,41.0649,3.51926,300,10,0,386,0,1,0,0,0),(89735,453,0,1,1,502,1,-11212.5,820.833,43.9706,4.59382,300,5,0,377,408,1,0,0,0),(89736,453,0,1,1,502,1,-11167,854.821,39.3149,6.26945,300,10,0,377,408,1,0,0,0),(89737,98,0,1,1,376,1,-11171.8,823.136,39.3878,4.45648,300,10,0,386,0,1,0,0,0),(89738,98,0,1,1,376,1,-11199.3,848.857,41.1899,5.14825,300,10,0,386,0,1,0,0,0),(89739,98,0,1,1,376,1,-11178.1,837.517,40.8149,2.63388,300,5,0,386,0,1,0,0,0),(89740,453,0,1,1,502,1,-11185.3,809.635,39.1378,0.282035,300,10,0,377,408,1,0,0,0),(89741,98,0,1,1,376,1,-11187,774.36,36.3165,1.88226,300,5,0,386,0,1,0,0,0),(89742,125,0,1,1,10790,1,-11209.7,794.785,41.0024,0.296706,300,0,0,449,0,0,0,0,0),(89743,453,0,1,1,502,1,-11201.9,791.336,39.5312,2.21657,300,0,0,377,408,0,0,0,0),(89744,98,0,1,1,376,1,-11207.1,799.9,40.4373,5.79449,300,0,0,386,0,0,0,0,0),(89745,98,0,1,1,376,1,-11207.2,792.221,40.5779,0.994838,300,0,0,386,0,0,0,0,0),(89746,98,0,1,1,376,1,-11200.6,798.831,39.3318,3.31613,300,0,0,386,0,0,0,0,0),(89747,98,0,1,1,376,1,-11205.1,817.189,42.2206,2.53488,300,5,0,386,0,1,0,0,0),(89748,98,0,1,1,376,1,-11037.7,788.199,37.7787,4.67748,300,0,0,386,0,0,0,0,0),(89749,452,0,1,1,383,1,-11035.4,777.645,37.9759,2.09439,300,0,0,356,0,0,0,0,0),(89750,452,0,1,1,383,1,-11042.9,783.679,38.4771,5.95157,300,0,0,356,0,0,0,0,0),(89751,452,0,1,1,383,1,-11041.2,779.525,38.6334,0.610865,300,0,0,356,0,0,0,0,0),(89752,452,0,1,1,383,1,-11034.1,783.808,37.4935,3.61283,300,0,0,356,0,0,0,0,0),(89753,98,0,1,1,376,1,-11103.2,782.834,37.4628,1.50098,300,0,0,386,0,0,0,0,0),(89754,98,0,1,1,376,1,-11099,794.745,37.8541,4.10152,300,0,0,386,0,0,0,0,0),(89755,98,0,1,1,376,1,-11096.5,787.918,37.7178,2.89725,300,0,0,386,0,0,0,0,0),(89756,453,0,1,1,502,1,-11107,793.103,37.4741,5.5676,300,0,0,377,408,0,0,0,0),(89757,453,0,1,1,502,1,-11189.3,713.191,32.8943,3.31704,300,5,0,377,408,1,0,0,0),(89758,98,0,1,1,376,1,-11160.2,682.184,34.7952,3.567,300,10,0,386,0,1,0,0,0),(89759,98,0,1,1,376,1,-11154.2,729.619,33.4567,1.74533,300,0,0,386,0,0,0,0,0),(89760,453,0,1,1,502,1,-11151.8,738.899,32.7101,4.04916,300,0,0,377,408,0,0,0,0),(89761,98,0,1,1,376,1,-11156.6,731.167,33.0209,1.16937,300,0,0,386,0,0,0,0,0),(89762,98,0,1,1,376,1,-11160.5,732.27,32.7587,0.401426,300,0,0,386,0,0,0,0,0),(89763,98,0,1,1,376,1,-11158.3,738.956,32.7027,5.44543,300,0,0,386,0,0,0,0,0),(89764,98,0,1,1,376,1,-11187.6,756.093,36.1961,1.76368,300,5,0,386,0,1,0,0,0),(89765,449,0,1,1,2344,0,-11273.3,1747.98,36.6272,5.62599,300,10,0,356,0,1,0,0,0),(89766,122,0,1,1,2343,1,-11322.5,1727.94,37.1565,4.69494,300,0,0,386,0,0,0,0,0),(89767,122,0,1,1,2343,1,-11325.5,1718.05,37.5173,0.785398,300,0,0,386,0,0,0,0,0),(89768,122,0,1,1,2342,1,-11313.9,1719.66,37.2277,2.98451,300,0,0,386,0,0,0,0,0),(89769,122,0,1,1,2343,1,-11277.8,1718.89,39.7573,3.7346,300,5,0,386,0,1,0,0,0),(89770,122,0,1,1,2343,1,-11296.2,1685.95,44.1172,2.49809,300,10,0,386,0,1,0,0,0),(89771,122,0,1,1,2342,1,-11281.7,1683.59,44.6798,3.8169,300,10,0,386,0,1,0,0,0),(89772,122,0,1,1,2343,1,-11276.3,1708.89,41.1053,6.14374,300,5,0,386,0,1,0,0,0),(89773,582,0,1,1,236,0,-9853.19,924.884,31.0435,5.42797,300,0,0,55,0,0,0,0,0),(89774,157,0,1,1,3027,0,-10579.3,1437.71,40.9645,4.95529,300,5,0,300,0,1,0,0,0),(89775,157,0,1,1,3027,0,-10452.1,1463.89,47.751,2.12608,300,5,0,300,0,1,0,0,0),(89776,157,0,1,1,3027,0,-10392.8,1683.26,38.6156,3.33385,300,5,0,300,0,1,0,0,0),(89777,157,0,1,1,3027,0,-10304.6,1549.36,42.2111,3.1455,300,5,0,300,0,1,0,0,0),(89778,157,0,1,1,3027,0,-10617.1,1481.21,47.3366,1.00609,300,5,0,300,0,1,0,0,0),(89779,157,0,1,1,3027,0,-10728.3,1451.99,47.461,3.21994,300,5,0,300,0,1,0,0,0),(89780,157,0,1,1,3027,0,-10627.6,1326.26,38.0802,5.444,300,10,0,300,0,1,0,0,0),(89781,157,0,1,1,3027,0,-10693.1,1421.44,41.2332,2.29473,300,10,0,300,0,1,0,0,0),(89782,157,0,1,1,3027,0,-10324.8,1477.63,37.9519,3.00439,300,5,0,300,0,1,0,0,0),(89783,157,0,1,1,3027,0,-10542.1,1513.26,63.1523,6.03631,300,5,0,300,0,1,0,0,0),(89784,1109,0,1,1,2305,0,-10329.1,1628.67,38.5157,5.57244,300,5,0,273,0,1,0,0,0),(89785,1109,0,1,1,2305,0,-10314.1,1551.7,42.6229,1.53744,300,5,0,273,0,1,0,0,0),(89786,1109,0,1,1,2305,0,-10298,1635.3,44.6783,2.02358,300,5,0,273,0,1,0,0,0),(89787,1109,0,1,1,2305,0,-10381,1640.85,34.7321,2.65261,300,5,0,273,0,1,0,0,0),(89788,1109,0,1,1,2305,0,-10596.4,1375.39,41.7846,3.82867,300,10,0,273,0,1,0,0,0),(89789,1109,0,1,1,2305,0,-10585.1,1310.83,39.6822,1.64704,300,5,0,273,0,1,0,0,0),(89790,1109,0,1,1,2305,0,-10653.2,1451.57,46.6992,3.51901,300,5,0,273,0,1,0,0,0),(89791,157,0,1,1,3027,0,-10781.3,1017.42,32.7895,0.353578,300,10,0,300,0,1,0,0,0),(89792,157,0,1,1,3027,0,-10851.1,1364.86,37.9532,5.21797,300,10,0,300,0,1,0,0,0),(89793,157,0,1,1,3027,0,-10705.9,1391.74,39.7334,0.205241,300,10,0,300,0,1,0,0,0),(89794,157,0,1,1,3027,0,-10849.1,1429.58,43.6413,2.54574,300,10,0,300,0,1,0,0,0),(89795,157,0,1,1,3027,0,-10777.3,1224.51,40.8045,0.46627,300,5,0,300,0,1,0,0,0),(89796,157,0,1,1,3027,0,-10777.4,1122.17,39.0558,4.81389,300,10,0,300,0,1,0,0,0),(89797,157,0,1,1,3027,0,-10914.1,1130.88,42.5645,2.40083,300,10,0,300,0,1,0,0,0),(89798,157,0,1,1,3027,0,-10739.9,1421.28,36.9333,0.996604,300,10,0,300,0,1,0,0,0),(89799,1109,0,1,1,2305,0,-10679.3,1321.49,38.4965,0.891986,300,10,0,273,0,1,0,0,0),(89800,1109,0,1,1,2305,0,-10843.2,1258.9,33.0545,2.71771,300,10,0,273,0,1,0,0,0),(89801,1109,0,1,1,2305,0,-10778.9,1185.32,47.4174,0.050837,300,10,0,273,0,1,0,0,0),(89802,1109,0,1,1,2305,0,-10821.9,1066.92,38.2393,4.0478,300,10,0,273,0,1,0,0,0),(89803,1109,0,1,1,2305,0,-11011.7,1723.3,41.239,6.00837,300,10,0,273,0,1,0,0,0),(89804,1109,0,1,1,2305,0,-10854.2,1651.09,43.2753,6.11047,300,10,0,273,0,1,0,0,0),(89805,1109,0,1,1,2305,0,-10781.4,1612.1,40.8662,1.63529,300,10,0,273,0,1,0,0,0),(89806,1109,0,1,1,2305,0,-10916.7,1785.74,58.7211,1.11807,300,5,0,273,0,1,0,0,0),(89807,1109,0,1,1,2305,0,-10939.1,1702.83,40.2991,2.7435,300,10,0,273,0,1,0,0,0),(89808,1109,0,1,1,2305,0,-10848.6,1629.16,46.7968,4.76513,300,10,0,273,0,1,0,0,0),(89809,1109,0,1,1,2305,0,-10792.2,1584.07,42.8623,3.1328,300,10,0,273,0,1,0,0,0),(89810,157,0,1,1,3027,0,-10744.4,1572.03,45.0209,5.38089,300,10,0,300,0,1,0,0,0),(89811,157,0,1,1,3027,0,-11078.9,1712.91,43.5134,1.98889,300,10,0,300,0,1,0,0,0),(89812,157,0,1,1,3027,0,-10820.8,1636.21,40.2313,4.69215,300,10,0,300,0,1,0,0,0),(89813,157,0,1,1,3027,0,-11169.9,1906.9,33.943,5.38479,300,10,0,300,0,1,0,0,0),(89814,157,0,1,1,3027,0,-10885.2,1715.25,36.3352,1.60073,300,10,0,300,0,1,0,0,0),(89815,157,0,1,1,3027,0,-11285.2,1767.75,38.9165,0.552496,300,10,0,300,0,1,0,0,0),(89816,157,0,1,1,3027,0,-11018.1,1784.19,43.9677,6.16876,300,10,0,300,0,1,0,0,0),(89817,157,0,1,1,3027,0,-10804.3,1715.78,40.0546,1.73161,300,10,0,300,0,1,0,0,0),(89818,157,0,1,1,3027,0,-10850.3,1486.77,45.2139,4.51978,300,10,0,300,0,1,0,0,0),(89819,157,0,1,1,3027,0,-10947.4,1682.69,44.196,2.88809,300,10,0,300,0,1,0,0,0),(89820,547,0,1,1,3035,0,-10993.6,1105.98,39.0421,1.5364,300,5,0,356,0,1,0,0,0),(89821,547,0,1,1,3035,0,-11054.6,652.899,34.2431,3.06137,300,10,0,356,0,1,0,0,0),(89822,547,0,1,1,3035,0,-10776.3,959.516,43.0739,2.88571,300,10,0,356,0,1,0,0,0),(89823,547,0,1,1,3035,0,-10602,831.624,49.6781,0.82339,300,5,0,356,0,1,0,0,0),(89824,547,0,1,1,3035,0,-11003.5,1278.4,43.1867,3.69882,300,10,0,356,0,1,0,0,0),(89825,547,0,1,1,3035,0,-10854.7,982.644,33.8116,3.19292,300,5,0,356,0,1,0,0,0),(89826,547,0,1,1,3035,0,-10978.9,1019.41,37.3854,2.98575,300,10,0,356,0,1,0,0,0),(89827,547,0,1,1,3035,0,-10987,965.955,35.0471,4.52065,300,10,0,356,0,1,0,0,0),(89828,547,0,1,1,3035,0,-10976.4,887.5,36.1314,2.70993,300,5,0,356,0,1,0,0,0),(89829,154,0,1,1,1105,0,-10549.1,849.111,44.7617,1.36632,300,10,0,356,0,1,0,0,0),(89830,154,0,1,1,1105,0,-10580.7,822.654,49.4535,3.14946,300,10,0,356,0,1,0,0,0),(89831,154,0,1,1,1105,0,-10620.8,937.5,39.2805,0.416194,300,5,0,356,0,1,0,0,0),(89832,171,0,1,1,1305,1,-10520.3,2129.9,-3.88919,4.50295,300,10,0,328,0,1,0,0,0),(89833,171,0,1,1,1305,1,-10527.6,2155.14,-13.2537,5.5493,300,10,0,328,0,1,0,0,0),(89834,171,0,1,1,1305,1,-10540.7,2151.46,-12.8998,2.77507,300,0,0,328,0,0,0,0,0),(89835,171,0,1,1,1305,1,-10561.7,2133.36,-5.84559,4.34276,300,10,0,328,0,1,0,0,0),(89836,171,0,1,1,1305,1,-10505.9,2106.29,4.49234,5.67232,300,10,0,328,0,1,0,0,0),(89837,458,0,1,1,757,1,-10526.1,2086.56,7.36017,2.57863,300,5,0,356,0,1,0,0,0),(89838,458,0,1,1,757,1,-10526.2,2147.46,-10.7805,0.349066,300,10,0,356,0,1,0,0,0),(89839,458,0,1,1,757,1,-10496.1,2122.96,-0.118076,3.9619,300,0,0,356,0,0,0,0,0),(89840,1216,0,1,1,9570,0,-11310.5,1941.79,7.45594,2.55754,300,5,0,386,0,1,0,0,0),(89841,1216,0,1,1,9570,0,-11329.5,1895.79,9.26459,0.699444,300,10,0,386,0,1,0,0,0),(89842,1216,0,1,1,9570,0,-11301.9,1969.26,3.42733,1.2142,300,10,0,386,0,1,0,0,0),(89843,1216,0,1,1,9570,0,-11249.8,1985.64,8.97135,1.07896,300,10,0,386,0,1,0,0,0),(89844,1216,0,1,1,9570,0,-11451.1,1762.04,5.94979,5.42914,300,10,0,386,0,1,0,0,0),(89845,1216,0,1,1,9570,0,-11336.6,1944.38,0.880763,2.20304,300,10,0,386,0,1,0,0,0),(89846,1216,0,1,1,9570,0,-11278.6,1964.82,9.09304,3.16943,300,10,0,386,0,1,0,0,0),(89847,1216,0,1,1,9570,0,-11229.9,1984.26,10.2792,4.17918,300,10,0,386,0,1,0,0,0),(89848,1216,0,1,1,9570,0,-11278.7,1995.99,1.87621,1.02656,300,10,0,386,0,1,0,0,0),(89849,1216,0,1,1,9570,0,-11215,2009.66,5.86436,5.77569,300,5,0,386,0,1,0,0,0),(89850,1426,0,1,1,374,1,-10474.9,1990.84,9.42142,2.22722,300,0,0,300,0,0,0,0,0),(89851,590,0,1,1,2341,1,-10470.3,1968.84,9.50174,5.52403,300,0,0,273,0,0,0,0,0),(89852,589,0,1,1,2339,1,-10502.6,1979.35,10.7098,0.420007,300,0,0,263,710,0,0,0,0),(89853,1426,0,1,1,374,1,-10581.5,2003.62,-6.388,3.13363,300,3,0,300,0,1,0,0,0),(89854,590,0,1,1,2341,1,-10559.6,1963.24,-4.16075,2.22827,300,3,0,273,0,1,0,0,0),(89855,1426,0,1,1,374,1,-10580.1,1979.05,-4.34703,5.98916,300,3,0,300,0,1,0,0,0),(89856,1426,0,1,1,374,1,-10509.5,1957.69,6.82292,1.67018,300,3,0,300,0,1,0,0,0),(89857,1426,0,1,1,374,1,-10477.8,1939.67,8.05988,3.05218,300,0,0,300,0,0,0,0,0),(89858,1426,0,1,1,374,1,-10558.5,1957.18,-3.27676,1.06297,300,3,0,300,0,1,0,0,0),(89859,124,0,1,1,384,1,-10545.9,2001.94,-7.51245,6.23082,300,0,0,328,0,0,0,0,0),(89860,6670,0,1,1,3264,1,-10656.2,1126.87,34.1967,5.60251,300,0,0,102,0,0,0,0,0),(89861,842,0,1,1,308,1,-10584.8,1144.22,40.2974,3.85718,300,5,0,102,0,1,0,0,0),(89862,2914,0,1,1,2957,0,-10646.6,1388.98,41.7955,4.8006,300,10,0,8,0,1,0,0,0),(89863,2620,0,1,1,1072,0,-9992.22,1301.7,43.5822,0.448789,300,5,0,8,0,1,0,0,0),(89864,2914,0,1,1,2958,0,-11074.1,1404.84,49.0041,1.60218,300,10,0,8,0,1,0,0,0),(89865,6271,0,1,1,4960,0,-11074.9,1878.98,35.1735,5.69518,300,10,0,8,0,1,0,0,0),(89866,2620,0,1,1,1072,0,-10892,1213.97,35.0613,6.13825,300,5,0,8,0,1,0,0,0),(89867,2914,0,1,1,2957,0,-9743.07,967.388,31.2126,4.57132,300,5,0,8,0,1,0,0,0),(89868,2914,0,1,1,2958,0,-10622.5,1891.97,41.1911,3.32538,300,5,0,8,0,1,0,0,0),(89869,2914,0,1,1,6303,0,-10031.1,1714.57,37.4611,0.089953,300,10,0,8,0,1,0,0,0),(89870,2914,0,1,1,2958,0,-10847.8,1583.65,45.0126,4.9872,300,5,0,8,0,1,0,0,0),(89871,95,0,1,1,4418,1,-9906.87,1424.68,38.4851,2.35883,300,5,0,222,0,1,0,0,0),(89872,95,0,1,1,4418,1,-9853.1,1406.65,38.1029,5.11381,300,0,0,222,0,0,0,0,0),(89873,504,0,1,1,2331,1,-9914.22,1448.96,40.6289,4.69494,300,0,0,247,0,0,0,0,0),(89874,95,0,1,1,4418,1,-9894.66,1429.43,39.6725,0.139626,300,0,0,222,0,0,0,0,0),(89875,504,0,1,1,2332,1,-10037.7,1384.16,42.9747,5.71699,300,10,0,247,0,1,0,0,0),(89876,1236,0,1,1,373,1,-9866.47,1455.02,41.4509,3.70767,300,3,0,247,0,1,0,0,0),(89877,95,0,1,1,4419,1,-9902.5,1458.1,40.731,5.95157,300,0,0,222,0,0,0,0,0),(89878,95,0,1,1,4418,1,-10013,1451.55,41.5273,3.7001,300,0,0,222,0,0,0,0,0),(89879,95,0,1,1,4418,1,-10027.7,1431.94,41.0688,2.18166,300,0,0,222,0,0,0,0,0),(89880,504,0,1,1,2331,1,-9922.57,1448.01,39.5639,5.77704,300,0,0,247,0,0,0,0,0),(89881,449,0,1,1,2344,0,-11153.5,1698.4,44.6863,2.28195,300,5,0,356,0,1,0,0,0),(89882,824,0,1,1,2441,1,-11199,1518.77,19.8861,2.46091,300,0,0,328,0,0,0,0,0),(89883,824,0,1,1,556,1,-11198.6,1504.76,18.3513,5.95157,300,0,0,328,0,0,0,0,0),(89884,824,0,1,1,556,1,-11177.9,1564.25,22.7379,3.14159,300,0,0,328,0,0,0,0,0),(89885,824,0,1,1,2441,1,-11120.7,1513.22,23.5516,1.06465,300,0,0,328,0,0,0,0,0),(89886,824,0,1,1,2441,1,-11131.7,1489.31,34.6491,6.26573,300,0,0,328,0,0,0,0,0),(89887,824,0,1,1,2441,1,-11149.4,1548.48,20.8182,4.06662,300,0,0,328,0,0,0,0,0),(89888,824,0,1,1,2441,1,-11143.7,1566.78,21.7933,1.02974,300,0,0,328,0,0,0,0,0),(89889,824,0,1,1,556,1,-11215.5,1553.02,34.4511,6.16101,300,0,0,328,0,0,0,0,0),(89890,824,0,1,1,556,1,-11166,1573.65,22.664,1.5708,300,0,0,328,0,0,0,0,0),(89891,824,0,1,1,2441,1,-11203.3,1583.09,28.3189,2.51327,300,0,0,328,0,0,0,0,0),(89892,831,0,1,1,979,0,-9899.47,1880.21,-0.380554,4.25933,300,10,0,328,0,1,0,0,0),(89893,831,0,1,1,979,0,-9928.51,1884.94,4.29558,5.24219,300,10,0,328,0,1,0,0,0),(89894,1423,0,1,1,3257,1,-9787.54,809.795,26.0386,0.837758,300,0,0,1124,0,0,0,0,0),(89895,114,0,1,1,378,0,-10678.8,1652.12,42.4109,0.232001,300,10,0,300,0,1,0,0,0),(89896,114,0,1,1,378,0,-9896.86,1270.81,41.9403,5.14313,300,10,0,300,0,1,0,0,0),(89897,114,0,1,1,378,0,-10550.5,1651.41,41.5258,3.79391,300,10,0,300,0,1,0,0,0),(89898,480,0,1,1,514,0,-9997.03,1113.03,43.474,4.51271,300,5,0,176,0,1,0,0,0),(89899,36,0,1,1,367,0,-10470.9,1763.37,35.4886,4.23995,300,5,0,222,0,1,0,0,0),(89900,36,0,1,1,367,0,-10474.4,1810.54,36.8419,4.37889,300,5,0,222,0,1,0,0,0),(89901,36,0,1,1,367,0,-10248.3,1878.83,35.7099,3.17189,300,10,0,222,0,1,0,0,0),(89902,834,0,1,1,643,0,-9924.48,1150.64,42.326,4.07946,300,10,0,198,0,1,0,0,0),(89903,833,0,1,1,161,0,-10157.2,844.637,25.3668,5.70511,300,10,0,222,0,1,0,0,0),(89904,834,0,1,1,643,0,-10080.1,1497.98,45.3276,1.84775,300,5,0,198,0,1,0,0,0),(89905,199,0,1,1,410,0,-10328.2,1120.76,36.7664,3.20459,300,10,0,198,0,1,0,0,0),(89906,199,0,1,1,410,0,-10121.2,1308.85,40.3543,0.812974,300,10,0,198,0,1,0,0,0),(89907,454,0,1,1,8871,0,-10371,1295.77,40.1368,0.907954,300,5,0,247,0,1,0,0,0),(89908,454,0,1,1,8871,0,-10420.1,1083.8,48.8493,0.08898,300,5,0,247,0,1,0,0,0),(89909,454,0,1,1,8871,0,-10257.8,1270.85,37.8478,1.50105,300,10,0,247,0,1,0,0,0),(89910,122,0,1,1,2342,1,-11202.4,1331.91,89.3128,4.37965,300,5,0,386,0,1,0,0,0),(89911,449,0,1,1,2344,0,-11234.4,1236.32,89.6562,2.71868,300,5,0,356,0,1,0,0,0),(89912,449,0,1,1,2345,0,-11237.6,1249.72,89.7604,0.261799,300,0,0,356,0,0,0,0,0),(89913,122,0,1,1,2343,1,-11201.6,1208.63,87.8476,1.16124,300,5,0,386,0,1,0,0,0),(89914,513,0,1,1,1994,1,-9809.17,1864.33,-16.7733,3.44019,300,5,0,300,0,1,0,0,0),(89915,456,0,1,1,486,1,-9790.04,1830.64,-10.198,2.89725,300,0,0,276,295,0,0,0,0),(89916,513,0,1,1,1994,1,-9795.21,1790.53,-4.07209,5.38692,300,5,0,300,0,1,0,0,0),(89917,456,0,1,1,486,1,-9798.57,1842.76,-3.44893,0.590037,300,3,0,276,295,1,0,0,0),(89918,456,0,1,1,486,1,-9791.47,1826.97,5.37233,2.79253,300,0,0,276,295,0,0,0,0),(89919,456,0,1,1,486,1,-9753.35,1845.93,-16.4015,2.75221,300,10,0,276,295,1,0,0,0),(89920,513,0,1,1,1994,1,-9836.86,1828.98,-6.16082,3.48381,300,5,0,300,0,1,0,0,0),(89921,456,0,1,1,486,1,-9766.46,1813.28,2.43849,3.03687,300,5,0,276,295,1,0,0,0),(89922,456,0,1,1,486,1,-9781.9,1830.19,-11.1869,4.17388,300,5,0,276,295,1,0,0,0),(89923,456,0,1,1,486,1,-9811.94,1843.51,-4.54433,2.87803,300,0,0,276,295,0,0,0,0),(89924,620,0,1,1,304,0,-10722.7,1653.89,43.7517,1.0455,300,10,0,1,0,1,0,0,0),(89925,620,0,1,1,304,0,-10314.4,1417.72,40.3659,1.51624,300,5,0,1,0,1,0,0,0),(89926,620,0,1,1,304,0,-10303.4,1414.66,40.7905,0.566039,300,5,0,1,0,1,0,0,0),(89927,620,0,1,1,304,0,-9854.85,1275.5,40.9487,3.8068,300,5,0,1,0,1,0,0,0),(89928,620,0,1,1,304,0,-11031.6,1436.69,43.8064,0.632789,300,10,0,1,0,1,0,0,0),(89929,620,0,1,1,304,0,-10129.8,1213.53,36.1332,2.53744,300,5,0,1,0,1,0,0,0),(89930,620,0,1,1,304,0,-9877.59,1295.1,42.1903,3.43758,300,5,0,1,0,1,0,0,0),(89931,620,0,1,1,304,0,-9885.44,1302.93,42.0221,6.12205,300,5,0,1,0,1,0,0,0),(89932,117,0,1,1,175,1,-9787.43,1420.45,41.7238,1.38407,300,5,0,222,0,1,0,0,0),(89933,515,0,1,1,441,1,-9647.55,1155.92,5.14084,2.44989,300,10,0,222,0,1,0,0,0),(89934,126,0,1,1,983,1,-9591.53,1428.6,3.17173,0.613265,300,10,0,247,0,1,0,0,0),(89935,515,0,1,1,441,1,-9587.05,1070.63,0.944414,1.85005,300,0,0,222,0,0,0,0,0),(89936,126,0,1,1,983,1,-9576.78,1059.79,5.28867,3.14159,300,0,0,247,0,0,0,0,0),(89937,515,0,1,1,441,1,-9570.48,1066.8,3.59947,4.2237,300,0,0,222,0,0,0,0,0),(89938,126,0,1,1,983,1,-9604.28,1460.37,6.65136,3.8011,300,5,0,247,0,1,0,0,0),(89939,126,0,1,1,983,1,-9682.83,1546.78,12.964,3.78795,300,10,0,247,0,1,0,0,0),(89940,126,0,1,1,983,1,-9618.88,1357.34,3.4901,0.749965,300,10,0,247,0,1,0,0,0),(89941,458,0,1,1,757,1,-10219.3,2051.07,9.31934,2.49182,300,5,0,356,0,1,0,0,0),(89942,171,0,1,1,1305,1,-10021.8,1890.43,11.6347,1.0472,300,0,0,328,0,0,0,0,0),(89943,513,0,1,1,1994,1,-10021.4,1881.92,12.797,3.35103,300,0,0,300,0,0,0,0,0),(89944,513,0,1,1,1994,1,-10012.6,1879.26,12.801,0,300,0,0,300,0,0,0,0,0),(89945,171,0,1,1,1305,1,-10203.6,1990.78,11.6211,3.20151,300,10,0,328,0,1,0,0,0),(89946,171,0,1,1,1305,1,-10289.8,2082.53,-2.08995,0.108323,300,10,0,328,0,1,0,0,0),(89947,513,0,1,1,1994,1,-9876.75,1797.56,3.47668,2.27391,300,10,0,300,0,1,0,0,0),(89948,171,0,1,1,1305,1,-10185.8,2046.64,0.721725,3.9667,300,5,0,328,0,1,0,0,0),(89949,171,0,1,1,1305,1,-10174.3,2029.62,5.89085,5.84378,300,0,0,328,0,0,0,0,0),(89950,458,0,1,1,757,1,-10286.3,2044.33,9.70826,5.25709,300,5,0,356,0,1,0,0,0),(89951,458,0,1,1,757,1,-10047.6,1980.06,-4.07457,3.22863,300,10,0,356,0,1,0,0,0),(89952,171,0,1,1,1305,1,-10086.5,2025.19,-6.0156,3.02522,300,5,0,328,0,1,0,0,0),(89953,458,0,1,1,757,1,-10016.7,1992.66,-7.37872,4.08862,300,10,0,356,0,1,0,0,0),(89954,171,0,1,1,1305,1,-10057.7,2027.42,-9.66458,3.53498,300,5,0,328,0,1,0,0,0),(89955,517,0,1,1,1079,1,-10799.8,2038.96,11.2187,0.575959,300,0,0,350,390,0,0,0,0),(89956,458,0,1,1,757,1,-10798.5,2054.77,10.7607,5.14872,300,0,0,356,0,0,0,0,0),(89957,458,0,1,1,757,1,-10797.9,2045.54,10.5618,1.50098,300,0,0,356,0,0,0,0,0),(89958,127,0,1,1,1995,0,-11014.4,2036.97,10.2512,4.88692,300,0,0,377,408,0,0,0,0),(89959,127,0,1,1,1995,0,-11016.8,2030.12,10.7599,0.314159,300,0,0,377,408,0,0,0,0),(89960,517,0,1,1,1079,1,-11009.9,2030.85,11.0509,3.03687,300,0,0,350,390,0,0,0,0),(89961,517,0,1,1,1079,1,-10787.3,2078.2,8.63765,6.25157,300,10,0,350,390,1,0,0,0),(89962,458,0,1,1,757,1,-10767.5,2046.83,15.0832,4.12782,300,10,0,356,0,1,0,0,0),(89963,517,0,1,1,1079,1,-10776.5,2103.37,1.69464,1.05163,300,10,0,350,390,1,0,0,0),(89964,127,0,1,1,1995,0,-11414.4,1821.84,-1.18796,-2.7221,300,5,0,377,408,1,0,0,0),(89965,127,0,1,1,1995,0,-11367.2,1806.27,8.11069,4.27606,300,10,0,377,408,1,0,0,0),(89966,127,0,1,1,1995,0,-11371.4,1796.91,8.50641,1.16937,300,0,0,377,408,0,0,0,0),(89967,127,0,1,1,1995,0,-11365.1,1799.64,8.41003,2.51327,300,0,0,377,408,0,0,0,0),(89968,517,0,1,1,1079,1,-10647,2074.4,7.70761,1.93206,300,10,0,350,390,1,0,0,0),(89969,517,0,1,1,1079,1,-10770.8,2062.44,10.7035,1.05815,300,10,0,350,390,1,0,0,0),(89970,458,0,1,1,757,1,-10751.9,2057.75,12.6267,3.5091,300,10,0,356,0,1,0,0,0),(89971,127,0,1,1,1995,0,-11127.7,2123.97,-10.9382,5.35312,300,10,0,377,408,1,0,0,0),(89972,517,0,1,1,1079,1,-11162.7,2061.85,-3.56641,5.26506,300,10,0,350,390,1,0,0,0),(89973,127,0,1,1,1995,0,-11082.8,2079.71,11.3781,4.32842,300,0,0,377,408,0,0,0,0),(89974,517,0,1,1,1079,1,-11118.6,2103.77,-6.40406,5.09636,300,10,0,350,390,1,0,0,0),(89975,517,0,1,1,1079,1,-11135.5,2065.5,-4.70716,3.9968,300,10,0,350,390,1,0,0,0),(89976,127,0,1,1,1995,0,-11073.6,2069.53,6.38764,1.55908,300,10,0,377,408,1,0,0,0),(89977,127,0,1,1,1995,0,-11079.7,2085.96,9.63451,6.12611,300,0,0,377,408,0,0,0,0),(89978,127,0,1,1,1995,0,-11165.7,2037.17,0.362662,3.68265,300,0,0,377,408,0,0,0,0),(89979,1727,0,1,1,341,1,-11233.1,1514.79,28.65,0.122173,300,0,0,386,0,0,0,0,0),(89980,1727,0,1,1,341,1,-11277.4,1505.73,39.0168,4.27606,300,0,0,386,0,0,0,0,0),(89981,1727,0,1,1,2528,1,-11261.4,1572.71,34.6407,3.19395,300,0,0,386,0,0,0,0,0),(89982,1727,0,1,1,2528,1,-11228.7,1504.32,26.4833,6.05629,300,0,0,386,0,0,0,0,0),(89983,1727,0,1,1,2528,1,-11221.4,1607.43,33.11,6.19592,300,0,0,386,0,0,0,0,0),(89984,1727,0,1,1,2528,1,-11208.6,1648.46,27.5595,0.10472,300,0,0,386,0,0,0,0,0),(89985,1727,0,1,1,2528,1,-11218,1640.98,27.4693,2.68781,300,0,0,386,0,0,0,0,0),(89986,1727,0,1,1,341,1,-11232.9,1627.22,26.9836,5.34071,300,0,0,386,0,0,0,0,0),(89987,1727,0,1,1,341,1,-11241.8,1666.51,33.6692,2.00713,300,0,0,386,0,0,0,0,0),(89988,1727,0,1,1,2528,1,-11252.8,1593.14,33.9067,1.32645,300,0,0,386,0,0,0,0,0),(89989,623,0,1,1,11402,1,-11343.3,1564.1,31.9432,3.85718,300,3,0,386,0,1,0,0,0),(89990,623,0,1,1,11402,1,-11320.1,1592.46,35.7475,2.57781,300,3,0,386,0,1,0,0,0),(89991,623,0,1,1,11402,1,-11285.5,1586.7,36.6121,3.68821,300,3,0,386,0,1,0,0,0),(89992,625,0,1,1,829,1,-11300.3,1551.89,35.2044,4.68193,300,3,0,386,0,1,0,0,0),(89993,624,0,1,1,10630,0,-11287.9,1596.96,36.2807,1.01229,300,0,0,386,0,0,0,0,0),(89994,624,0,1,1,10630,0,-11326.8,1588.6,35.1702,4.13746,300,3,0,386,0,1,0,0,0),(89995,623,0,1,1,11402,1,-11341.5,1573.82,33.4517,2.72048,300,3,0,386,0,1,0,0,0),(89996,624,0,1,1,10630,0,-11324.6,1545.31,28.7448,4.65358,300,3,0,386,0,1,0,0,0),(89997,95,0,1,1,4418,1,-10324.6,1413.14,40.4493,3.32955,300,5,0,222,0,1,0,0,0),(89998,95,0,1,1,4419,1,-10353.7,1588.67,40.625,5.73731,300,5,0,222,0,1,0,0,0),(89999,95,0,1,1,4419,1,-10344.4,1552.39,41.7656,5.2704,300,5,0,222,0,1,0,0,0),(90000,95,0,1,1,4419,1,-10311.5,1400.06,41.407,0.401426,300,0,0,222,0,0,0,0,0),(90001,504,0,1,1,2331,1,-10311.5,1402.89,41.407,0.017453,300,0,0,247,0,0,0,0,0),(90002,504,0,1,1,2331,1,-10625.2,1382.13,42.1773,1.39626,300,0,0,247,0,0,0,0,0),(90003,157,0,1,1,3027,0,-10608.2,1395.27,41.2804,5.20177,300,10,0,300,0,1,0,0,0),(90004,157,0,1,1,3027,0,-10548.3,1450.02,48.1918,0.056691,300,5,0,300,0,1,0,0,0),(90005,157,0,1,1,3027,0,-10416.7,1516.67,48.2655,3.9664,300,5,0,300,0,1,0,0,0),(90006,157,0,1,1,3027,0,-10445.9,1584.95,54.7778,2.96296,300,5,0,300,0,1,0,0,0),(90007,1109,0,1,1,2305,0,-10401.1,1619.26,39.3244,6.15883,300,5,0,273,0,1,0,0,0),(90008,1109,0,1,1,2305,0,-10545.3,1503.85,63.8104,1.30806,300,5,0,273,0,1,0,0,0),(90009,1109,0,1,1,2305,0,-10584.8,1520.36,48.0619,4.65762,300,5,0,273,0,1,0,0,0),(90010,157,0,1,1,3027,0,-11223.4,1907.86,35.1899,5.50884,300,10,0,300,0,1,0,0,0),(90011,157,0,1,1,3027,0,-10896.7,1534.49,48.3628,1.04244,300,10,0,300,0,1,0,0,0),(90012,157,0,1,1,3027,0,-11252.7,1801.26,36.7896,4.6831,300,10,0,300,0,1,0,0,0),(90013,157,0,1,1,3027,0,-11215.5,1817.73,36.4939,2.39403,300,10,0,300,0,1,0,0,0),(90014,547,0,1,1,3035,0,-10988.6,1108.85,39.6838,5.57535,300,5,0,356,0,1,0,0,0),(90015,547,0,1,1,3035,0,-10977,1207.59,43.4901,5.12189,300,10,0,356,0,1,0,0,0),(90016,547,0,1,1,3035,0,-10578.1,908.086,38.957,5.18259,300,5,0,356,0,1,0,0,0),(90017,547,0,1,1,3035,0,-10545.4,953.413,43.8703,0.153911,300,5,0,356,0,1,0,0,0),(90018,547,0,1,1,3035,0,-10955.7,767.409,41.0726,4.43141,300,10,0,356,0,1,0,0,0),(90019,547,0,1,1,3035,0,-10989.2,682.318,34.6875,0.001575,300,10,0,356,0,1,0,0,0),(90020,458,0,1,1,757,1,-10544.8,2113.78,1.57785,3.97935,300,10,0,356,0,1,0,0,0),(90021,458,0,1,1,757,1,-10534.9,2135.05,-5.07052,0.698132,300,10,0,356,0,1,0,0,0),(90022,171,0,1,1,1305,1,-10540.5,2141.99,-8.15187,4.13643,300,10,0,328,0,1,0,0,0),(90023,458,0,1,1,757,1,-10493.1,2118.64,1.1146,2.43522,300,5,0,356,0,1,0,0,0),(90024,171,0,1,1,1305,1,-10568.2,2109.97,0.991297,6.19592,300,0,0,328,0,0,0,0,0),(90025,458,0,1,1,757,1,-10541.1,2126.69,-1.71408,4.83456,300,10,0,356,0,1,0,0,0),(90026,171,0,1,1,1305,1,-10518.8,2113.9,1.36634,4.08407,300,10,0,328,0,1,0,0,0),(90027,171,0,1,1,1305,1,-10555.8,2101.33,4.38844,3.34558,300,10,0,328,0,1,0,0,0),(90028,1216,0,1,1,9570,0,-11235.3,2003.17,3.58551,0.840992,300,5,0,386,0,1,0,0,0),(90029,1216,0,1,1,9570,0,-11462.9,1731.1,9.79707,5.56708,300,10,0,386,0,1,0,0,0),(90030,589,0,1,1,2338,1,-10473.2,1952.74,10.5862,2.31881,300,0,0,263,710,0,0,0,0),(90031,2914,0,1,1,2957,0,-11245,1398.16,89.7176,1.46102,300,5,0,8,0,1,0,0,0),(90032,2620,0,1,1,1072,0,-10548,1730.23,40.6448,1.61963,300,5,0,8,0,1,0,0,0),(90033,6271,0,1,1,4959,0,-10658.5,1202.97,34.9344,4.57919,300,10,0,8,0,1,0,0,0),(90034,2620,0,1,1,1072,0,-10117.1,1279.88,39.6322,1.03155,300,5,0,8,0,1,0,0,0),(90035,95,0,1,1,4418,1,-9878.41,1415.76,43.64,1.76278,300,3,0,222,0,1,0,0,0),(90036,95,0,1,1,4419,1,-10026.2,1479.52,41.4131,5.45774,300,5,0,222,0,1,0,0,0),(90037,95,0,1,1,4419,1,-9889.67,1423.62,40.0303,0.874795,300,5,0,222,0,1,0,0,0),(90038,95,0,1,1,4418,1,-9852.84,1453.07,40.9059,5.62883,300,3,0,222,0,1,0,0,0),(90039,504,0,1,1,2332,1,-9959.92,1452.94,43.3409,5.33184,300,0,0,247,0,0,0,0,0),(90040,95,0,1,1,4418,1,-9840.47,1406.74,38.5635,4.99164,300,0,0,222,0,0,0,0,0),(90041,95,0,1,1,4419,1,-9979.01,1457.29,44.6146,6.19725,300,0,0,222,0,0,0,0,0),(90042,1236,0,1,1,373,1,-9877.37,1430.55,44.0194,1.30677,300,0,0,247,0,0,0,0,0),(90043,95,0,1,1,4418,1,-9821.38,1422.96,36.7884,2.71233,300,0,0,222,0,0,0,0,0),(90044,824,0,1,1,2441,1,-11219.8,1538.33,34.7055,5.77704,300,0,0,328,0,0,0,0,0),(90045,824,0,1,1,556,1,-11126.9,1476.99,34.6331,4.76475,300,0,0,328,0,0,0,0,0),(90046,824,0,1,1,556,1,-11082.8,1519.86,29.9805,0.261799,300,0,0,328,0,0,0,0,0),(90047,824,0,1,1,2441,1,-11185.6,1581.68,26.6417,0.925025,300,0,0,328,0,0,0,0,0),(90048,824,0,1,1,556,1,-11147.4,1530.6,20.0244,1.78024,300,0,0,328,0,0,0,0,0),(90049,824,0,1,1,556,1,-11195.8,1493.12,15.7827,0.453786,300,0,0,328,0,0,0,0,0),(90050,824,0,1,1,2441,1,-11191,1564.17,27.7931,6.03884,300,0,0,328,0,0,0,0,0),(90051,824,0,1,1,2441,1,-11144.5,1512.24,22.915,3.63029,300,0,0,328,0,0,0,0,0),(90052,824,0,1,1,556,1,-11192.8,1540.06,19.8363,2.67035,300,0,0,328,0,0,0,0,0),(90053,824,0,1,1,556,1,-11186.7,1549.27,19.785,2.53073,300,0,0,328,0,0,0,0,0),(90054,36,0,1,1,367,0,-10189.2,1302.29,36.7473,3.75987,300,10,0,222,0,1,0,0,0),(90055,114,0,1,1,378,0,-9926.43,1263.58,42.1853,2.55257,300,10,0,300,0,1,0,0,0),(90056,114,0,1,1,378,0,-9939.18,1161.9,41.7314,0.443139,300,10,0,300,0,1,0,0,0),(90057,480,0,1,1,514,0,-9862.75,1007.32,32.2554,3.51236,300,10,0,176,0,1,0,0,0),(90058,480,0,1,1,514,0,-9868.64,1018.64,32.881,0.371185,300,10,0,176,0,1,0,0,0),(90059,114,0,1,1,378,0,-10617.7,1590.22,42.518,3.13085,300,10,0,300,0,1,0,0,0),(90060,456,0,1,1,486,1,-9829.85,1803.09,-1.85927,1.31527,300,5,0,276,295,1,0,0,0),(90061,513,0,1,1,1994,1,-9807.28,1838.85,-8.1311,2.12705,300,0,0,300,0,0,0,0,0),(90062,513,0,1,1,1994,1,-9798.47,1844.69,4.57742,4.51365,300,3,0,300,0,1,0,0,0),(90063,513,0,1,1,1994,1,-9777.56,1822.77,10.1445,4.17703,300,3,0,300,0,1,0,0,0),(90064,456,0,1,1,486,1,-9771.19,1816.85,1.46678,4.54742,300,5,0,276,295,1,0,0,0),(90065,513,0,1,1,1994,1,-9765.1,1808.33,-4.73589,4.86476,300,0,0,300,0,0,0,0,0),(90066,513,0,1,1,1994,1,-9802.37,1846.35,-14.8858,2.34933,300,5,0,300,0,1,0,0,0),(90067,456,0,1,1,486,1,-9806.18,1826.43,-4.46597,1.69297,300,3,0,276,295,1,0,0,0),(90068,620,0,1,1,304,0,-9861.1,1290.83,41.8237,1.62479,300,5,0,1,0,1,0,0,0),(90069,620,0,1,1,304,0,-10988.5,1451.04,43.3267,1.11714,300,5,0,1,0,1,0,0,0),(90070,620,0,1,1,304,0,-10722.2,1669.9,44.0413,1.1882,300,10,0,1,0,1,0,0,0),(90071,620,0,1,1,304,0,-9842.73,1269.92,41.3237,0.834495,300,5,0,1,0,1,0,0,0),(90072,620,0,1,1,304,0,-11023.9,1426.91,43.8726,6.2012,300,10,0,1,0,1,0,0,0),(90073,620,0,1,1,304,0,-10324,1419.24,39.9909,1.01209,300,5,0,1,0,1,0,0,0),(90074,620,0,1,1,304,0,-10997.5,1451.06,43.3267,3.21287,300,5,0,1,0,1,0,0,0),(90075,456,0,1,1,486,1,-9578.58,1449.17,-0.086853,0.942478,300,0,0,276,295,0,0,0,0),(90076,126,0,1,1,983,1,-9632,1358.23,6.48876,0,300,0,0,247,0,0,0,0,0),(90077,126,0,1,1,983,1,-9583.74,1452.6,0.441286,3.47321,300,0,0,247,0,0,0,0,0),(90078,456,0,1,1,486,1,-9588.13,1442.72,2.24347,2.32129,300,0,0,276,295,0,0,0,0),(90079,126,0,1,1,983,1,-9687.95,1529.92,13.8549,5.53269,300,0,0,247,0,0,0,0,0),(90080,126,0,1,1,983,1,-9687.61,1522.07,14.2513,0.959931,300,0,0,247,0,0,0,0,0),(90081,126,0,1,1,983,1,-9605.56,1040.35,7.66496,3.73299,300,5,0,247,0,1,0,0,0),(90082,456,0,1,1,486,1,-9590.83,1511.04,0.098443,2.30383,300,0,0,276,295,0,0,0,0),(90083,126,0,1,1,983,1,-9626.67,1547.82,0.748849,4.38078,300,10,0,247,0,1,0,0,0),(90084,126,0,1,1,983,1,-9589.85,1503.48,-0.147509,4.11898,300,0,0,247,0,0,0,0,0),(90085,456,0,1,1,486,1,-9637.87,1573.42,0.748535,2.86234,300,0,0,276,295,0,0,0,0),(90086,126,0,1,1,983,1,-9609.7,1519.33,2.38142,2.07611,300,5,0,247,0,1,0,0,0),(90087,126,0,1,1,983,1,-9664.42,1137.08,6.87928,3.71475,300,10,0,247,0,1,0,0,0),(90088,126,0,1,1,983,1,-9607.37,1441.13,5.89246,2.22129,300,10,0,247,0,1,0,0,0),(90089,126,0,1,1,983,1,-9665.49,1527.82,10.6811,2.47558,300,5,0,247,0,1,0,0,0),(90090,126,0,1,1,983,1,-9608.78,1066.64,3.48331,3.47321,300,0,0,247,0,0,0,0,0),(90091,515,0,1,1,441,1,-9601.35,1066.62,2.86092,4.7822,300,0,0,222,0,0,0,0,0),(90092,171,0,1,1,1305,1,-9908.63,1778.59,10.2314,0.820305,300,0,0,328,0,0,0,0,0),(90093,513,0,1,1,1994,1,-9915.69,1772.7,10.6439,0,300,0,0,300,0,0,0,0,0),(90094,513,0,1,1,1994,1,-9903.3,1763.72,10.3332,0,300,0,0,300,0,0,0,0,0),(90095,458,0,1,1,757,1,-10348.7,2051.27,6.15983,0.824728,300,10,0,356,0,1,0,0,0),(90096,458,0,1,1,757,1,-10251.8,2085.64,-3.92631,5.8398,300,5,0,356,0,1,0,0,0),(90097,458,0,1,1,757,1,-10310.1,2082.67,-1.76199,0.150643,300,10,0,356,0,1,0,0,0),(90098,171,0,1,1,1305,1,-10143.4,1996.15,9.69244,3.97671,300,10,0,328,0,1,0,0,0),(90099,513,0,1,1,1994,1,-9992.74,1887.8,11.3672,2.66741,300,5,0,300,0,1,0,0,0),(90100,171,0,1,1,1305,1,-9884.45,1769.04,8.8866,4.76958,300,10,0,328,0,1,0,0,0),(90101,171,0,1,1,1305,1,-9888.16,1795.33,5.69883,0.791609,300,10,0,328,0,1,0,0,0),(90102,458,0,1,1,757,1,-10691.1,2135.19,20.938,3.1765,300,0,0,356,0,0,0,0,0),(90103,458,0,1,1,757,1,-10684.1,2134.39,20.3029,5.74213,300,0,0,356,0,0,0,0,0),(90104,458,0,1,1,757,1,-10737.5,2187.64,17.1083,2.30383,300,0,0,356,0,0,0,0,0),(90105,517,0,1,1,1079,1,-10732.2,2188.65,16.507,1.09956,300,0,0,350,390,0,0,0,0),(90106,517,0,1,1,1079,1,-11379.6,1829.08,2.5493,0.989493,300,10,0,350,390,1,0,0,0),(90107,517,0,1,1,1079,1,-10757.5,2082.63,5.41489,2.36822,300,10,0,350,390,1,0,0,0),(90108,517,0,1,1,1079,1,-10651.7,2053.26,7.76899,3.94444,300,10,0,350,390,1,0,0,0),(90109,458,0,1,1,757,1,-10659.6,2042.48,8.33358,2.96706,300,0,0,356,0,0,0,0,0),(90110,458,0,1,1,757,1,-10665.5,2042.45,7.97644,0,300,0,0,356,0,0,0,0,0),(90111,458,0,1,1,757,1,-10678.2,2061.01,7.84587,3.7286,300,10,0,356,0,1,0,0,0),(90112,517,0,1,1,1079,1,-11390.7,1805.56,7.73824,3.9329,300,10,0,350,390,1,0,0,0),(90113,517,0,1,1,1079,1,-10634.2,2045.94,11.2488,5.18695,300,10,0,350,390,1,0,0,0),(90114,517,0,1,1,1079,1,-11404.5,1773.51,9.03428,0.141069,300,10,0,350,390,1,0,0,0),(90115,127,0,1,1,1995,0,-11365.7,1779.55,9.82954,6.03528,300,10,0,377,408,1,0,0,0),(90116,1727,0,1,1,2528,1,-11258.5,1654.6,33.6242,2.33874,300,0,0,386,0,0,0,0,0),(90117,1727,0,1,1,2528,1,-11266.7,1533.88,30.5158,3.66519,300,0,0,386,0,0,0,0,0),(90118,1727,0,1,1,341,1,-11240,1509.02,37.8079,4.79965,300,0,0,386,0,0,0,0,0),(90119,1727,0,1,1,2528,1,-11245.1,1492.22,23.8821,1.50098,300,0,0,386,0,0,0,0,0),(90120,1727,0,1,1,341,1,-11194.8,1630.83,28.1775,1.6057,300,0,0,386,0,0,0,0,0),(90121,1727,0,1,1,341,1,-11255.3,1518.75,31.698,3.35103,300,0,0,386,0,0,0,0,0),(90122,1727,0,1,1,341,1,-11242,1635.24,27.6542,3.9619,300,0,0,386,0,0,0,0,0),(90123,1727,0,1,1,341,1,-11257.5,1502.36,38.0122,4.59022,300,0,0,386,0,0,0,0,0),(90124,625,0,1,1,829,1,-11343.8,1531.26,28.5596,2.57697,300,3,0,386,0,1,0,0,0),(90125,625,0,1,1,829,1,-11325.9,1562.39,26.4165,5.30071,300,3,0,386,0,1,0,0,0),(90126,95,0,1,1,4419,1,-9944.64,1473.77,39.5663,4.48298,300,3,0,222,0,1,0,0,0),(90127,1236,0,1,1,373,1,-9852.63,1401.42,37.4865,2.87751,300,0,0,247,0,0,0,0,0),(90128,95,0,1,1,4419,1,-10020.1,1413.72,40.8387,0.800858,300,5,0,222,0,1,0,0,0),(90129,1236,0,1,1,373,1,-9826.66,1404.08,37.3115,1.82128,300,0,0,247,0,0,0,0,0),(90130,95,0,1,1,4418,1,-9997.87,1411.76,40.8543,2.72271,300,0,0,222,0,0,0,0,0),(90131,824,0,1,1,2441,1,-11132,1514.27,24.5622,1.39626,300,0,0,328,0,0,0,0,0),(90132,824,0,1,1,556,1,-11220.9,1486.6,17.7838,1.71042,300,0,0,328,0,0,0,0,0),(90133,824,0,1,1,2441,1,-11208.1,1482.61,15.3275,4.97419,300,0,0,328,0,0,0,0,0),(90134,824,0,1,1,2441,1,-11240,1559.42,34.576,0.820305,300,0,0,328,0,0,0,0,0),(90135,824,0,1,1,2441,1,-11193.4,1530.52,19.9293,3.36848,300,0,0,328,0,0,0,0,0),(90136,824,0,1,1,2441,1,-11184.2,1517.98,20.3053,5.02655,300,0,0,328,0,0,0,0,0),(90137,824,0,1,1,556,1,-11169,1553.15,20.8527,6.14356,300,0,0,328,0,0,0,0,0),(90138,824,0,1,1,556,1,-11198.5,1470.89,16.7919,2.86234,300,0,0,328,0,0,0,0,0),(90139,824,0,1,1,556,1,-11089.8,1511.6,29.3671,5.16617,300,0,0,328,0,0,0,0,0),(90140,824,0,1,1,2441,1,-11215,1574.51,30.2629,2.09439,300,0,0,328,0,0,0,0,0),(90141,36,0,1,1,367,0,-10270.2,1864.45,36.9199,0.951106,300,10,0,222,0,1,0,0,0),(90142,36,0,1,1,367,0,-10233.4,1027.19,34.6941,-1.34613,300,0,0,222,0,0,0,0,0),(90143,114,0,1,1,378,0,-9980.81,1214.99,42.1345,1.7927,300,10,0,300,0,1,0,0,0),(90144,36,0,1,1,367,0,-10495.1,1752.18,36.6136,4.88771,300,5,0,222,0,1,0,0,0),(90145,513,0,1,1,1994,1,-9783.84,1836.71,-1.26479,3.45575,300,0,0,300,0,0,0,0,0),(90146,515,0,1,1,441,1,-9623.69,1172.35,4.58092,5.29361,300,10,0,222,0,1,0,0,0),(90147,456,0,1,1,486,1,-9615.7,1493.02,6.76234,1.60868,300,10,0,276,295,1,0,0,0),(90148,517,0,1,1,1079,1,-11405.3,1807.93,4.98193,5.72468,300,0,0,350,390,0,0,0,0),(90149,127,0,1,1,1995,0,-11390,1789.89,8.38229,1.67552,300,0,0,377,408,0,0,0,0),(90150,127,0,1,1,1995,0,-11392.9,1790.27,8.36698,0.925025,300,0,0,377,408,0,0,0,0),(90151,127,0,1,1,1995,0,-11411,1806.41,4.07039,5.53269,300,0,0,377,408,0,0,0,0),(90152,36,0,1,1,367,0,-10181,1340.99,37.9607,3.78997,300,10,0,222,0,1,0,0,0),(90153,36,0,1,1,367,0,-11011.9,1387.64,46.0683,1.37031,300,5,0,222,0,1,0,0,0),(90154,114,0,1,1,378,0,-10585,1681.76,40.9741,3.71265,300,10,0,300,0,1,0,0,0),(90155,36,0,1,1,367,0,-10192.3,1255.63,36.367,-0.818217,300,10,0,222,0,1,0,0,0),(90156,114,0,1,1,378,0,-10550.8,1706.12,42.2933,4.67254,300,10,0,300,0,1,0,0,0),(90157,36,0,1,1,367,0,-10515,1815.21,40.4497,4.55058,300,5,0,222,0,1,0,0,0),(90158,36,0,1,1,367,0,-10501.3,1779.26,35.6794,2.26868,300,5,0,222,0,1,0,0,0),(90159,114,0,1,1,378,0,-9940.51,1232.25,42.5235,3.29838,300,10,0,300,0,1,0,0,0),(90160,480,0,1,1,514,0,-9968.55,1113.79,39.724,4.61517,300,5,0,176,0,1,0,0,0),(90161,114,0,1,1,378,0,-10648.5,1685,42.1497,0.355062,300,10,0,300,0,1,0,0,0),(90162,114,0,1,1,378,0,-10586.4,1751.89,40.6899,2.13163,300,10,0,300,0,1,0,0,0),(90163,36,0,1,1,367,0,-10244.5,1846.91,36.7264,1.76402,300,10,0,222,0,1,0,0,0),(90164,480,0,1,1,514,0,-9889.75,1036.26,33.7268,2.39705,300,10,0,176,0,1,0,0,0),(90165,114,0,1,1,378,0,-10589.7,1616.2,42.472,2.25475,300,10,0,300,0,1,0,0,0),(90166,114,0,1,1,378,0,-10615.4,1646.88,42.9668,4.9417,300,10,0,300,0,1,0,0,0),(90167,480,0,1,1,514,0,-9985.16,1092.43,40.8958,4.9189,300,5,0,176,0,1,0,0,0),(90168,114,0,1,1,378,0,-10648.4,1620.54,43.2723,0.842895,300,10,0,300,0,1,0,0,0),(90169,114,0,1,1,378,0,-9946.99,1196.47,42.6531,1.24975,300,10,0,300,0,1,0,0,0),(90170,480,0,1,1,514,0,-9996.34,1148.45,43.6892,2.86226,300,5,0,176,0,1,0,0,0),(90171,114,0,1,1,378,0,-10619.5,1716.48,41.4147,3.41182,300,10,0,300,0,1,0,0,0),(90172,114,0,1,1,378,0,-9907.13,1207.03,42.196,5.66322,300,10,0,300,0,1,0,0,0),(90173,480,0,1,1,514,0,-9983.16,1146.94,43.077,4.34982,300,5,0,176,0,1,0,0,0),(90174,36,0,1,1,367,0,-10154.5,1310.82,38.5669,0.559332,300,10,0,222,0,1,0,0,0),(90175,114,0,1,1,378,0,-9869.38,1228.47,41.6656,5.91486,300,10,0,300,0,1,0,0,0),(90176,480,0,1,1,514,0,-9788.23,978.021,29.2029,2.15055,300,10,0,176,0,1,0,0,0),(90177,883,0,1,1,347,0,-9859.77,943.055,31.875,3.86644,300,10,0,1,0,1,0,0,0),(90178,2442,0,1,1,1060,0,-9952.78,930.388,43.3613,1.70399,300,5,0,1,0,1,0,0,0),(90198,454,0,1,1,8871,0,-10084.9,1251.91,39.6124,0.262512,300,10,0,247,0,1,0,0,0),(90199,454,0,1,1,8871,0,-10385,1283.8,41.7525,3.16503,300,5,0,247,0,1,0,0,0),(90200,833,0,1,1,161,0,-10219.2,1198.03,39.6837,3.97602,300,5,0,222,0,1,0,0,0),(90201,454,0,1,1,8871,0,-10477.3,1163.17,48.357,1.29384,300,5,0,247,0,1,0,0,0),(90202,834,0,1,1,643,0,-10146.3,1551.37,44.0582,0.973038,300,5,0,198,0,1,0,0,0),(90203,833,0,1,1,161,0,-10249.9,913.865,40.4789,4.3915,300,10,0,222,0,1,0,0,0),(90204,154,0,1,1,1105,0,-10679.8,876.593,37.6284,5.22935,300,5,0,356,0,1,0,0,0),(90205,154,0,1,1,1105,0,-10685.6,781.467,48.1836,3.9263,300,10,0,356,0,1,0,0,0),(90206,519,0,1,1,540,0,-10005.5,1912.19,5.09257,5.65101,3600,0,0,328,0,2,0,0,0),(90207,520,0,1,1,652,1,-10439.3,2062.36,9.27596,5.8943,3600,0,0,449,0,2,0,0,0),(90208,834,0,1,1,643,0,-10249.1,822.796,50.05,0.424199,300,10,0,198,0,1,0,0,0),(90209,506,0,1,1,383,1,-10143.2,1725.84,32.8832,1.79769,3600,0,0,417,0,0,0,0,0),(90210,123,0,1,1,383,1,-10139.6,1729.12,32.5282,1.3439,300,0,0,300,0,0,0,0,0),(90211,123,0,1,1,383,1,-10147,1728.78,32.5492,2.09439,300,0,0,300,0,0,0,0,0),(90212,1424,0,1,1,774,1,-9843.01,1390.73,38.1707,5.66296,3600,0,0,328,0,0,0,0,0),(90213,834,0,1,1,643,0,-9756.36,924.189,28.1601,2.75311,300,10,0,198,0,1,0,0,0),(90214,467,0,1,1,2311,0,-10508.4,1068,55.2111,2.1293,300,0,0,328,0,0,0,0,0),(90215,2442,0,1,1,1060,0,-9747.45,928.978,27.7093,5.75465,300,10,0,1,0,1,0,0,0),(90216,1109,0,1,1,2305,0,-10885.9,1415.6,44.7171,1.685,300,5,0,273,0,1,0,0,0),(90217,834,0,1,1,643,0,-9825.14,1022.24,29.8273,1.62158,300,5,0,198,0,1,0,0,0),(90218,480,0,1,1,514,0,-9825.74,949.581,29.2542,3.42373,300,10,0,176,0,1,0,0,0),(90219,589,0,1,1,2339,1,-10971.4,1397.4,45.1017,4.25722,300,5,0,263,710,1,0,0,0),(90220,454,0,1,1,8871,0,-10451.1,1136.71,39.2304,4.78864,300,5,0,247,0,1,0,0,0),(90221,590,0,1,1,2340,1,-11016.8,1413.82,44.1946,5.77704,300,0,0,273,0,0,0,0,0),(90222,480,0,1,1,514,0,-9823.44,1005.16,29.2554,3.70021,300,10,0,176,0,1,0,0,0),(90223,834,0,1,1,643,0,-9788.76,985.814,29.2505,5.01376,300,10,0,198,0,1,0,0,0),(90224,481,0,1,1,2335,1,-9850.21,1038.59,34.0218,1.91723,300,0,0,198,0,0,0,0,0),(90225,199,0,1,1,410,0,-10424.1,1137.91,39.1297,4.905,300,10,0,198,0,1,0,0,0),(90226,481,0,1,1,2335,1,-9841.22,1033.61,33.0888,4.67748,300,0,0,198,0,0,0,0,0),(90227,481,0,1,1,2333,1,-9846.95,1027.69,33.3076,6.05629,300,0,0,198,0,0,0,0,0),(90228,481,0,1,1,2333,1,-9861.72,1030.42,33.8804,6.00205,300,0,0,198,0,0,0,0,0),(90229,199,0,1,1,410,0,-9780.47,1246.5,41.7554,3.25796,300,10,0,198,0,1,0,0,0),(90230,95,0,1,1,4419,1,-9830.08,1263.53,40.8442,4.15555,300,5,0,222,0,1,0,0,0),(90231,504,0,1,1,2331,1,-9861.08,1272.64,40.8237,4.19504,300,5,0,247,0,1,0,0,0),(90232,95,0,1,1,4418,1,-9847.75,1287.47,41.8973,4.36761,300,5,0,222,0,1,0,0,0),(90234,154,0,1,1,1105,0,-10809.8,963.494,34.1271,1.61121,300,10,0,356,0,1,0,0,0),(90235,157,0,1,1,3027,0,-10328.8,1589.05,40.8687,1.82899,300,5,0,300,0,1,0,0,0),(90236,154,0,1,1,1105,0,-10862.7,937.159,41.1782,0.790923,300,5,0,356,0,1,0,0,0),(90237,115,0,1,1,379,0,-10825.6,715.884,37.8314,5.61478,300,3,0,386,0,1,0,0,0),(90238,2914,0,1,1,2957,0,-10518.4,1294.1,55.9647,5.0861,300,5,0,8,0,1,0,0,0),(90239,504,0,1,1,2331,1,-10513,1316.94,46.1071,4.32572,300,5,0,247,0,1,0,0,0),(90240,98,0,1,1,376,1,-11149,780.719,33.0292,4.41906,300,10,0,386,0,1,0,0,0),(90241,124,0,1,1,384,1,-11107.1,744.047,34.7981,3.41506,300,10,0,328,0,1,0,0,0),(90242,452,0,1,1,383,1,-11045.8,755.628,38.8671,6.01891,300,10,0,356,0,1,0,0,0),(90243,504,0,1,1,2331,1,-10477.5,1366.4,51.2746,0.401556,300,0,0,247,0,0,0,0,0),(90244,1109,0,1,1,2305,0,-10482,1492.08,57.3609,1.54346,300,5,0,273,0,1,0,0,0),(90245,1109,0,1,1,2305,0,-10459.7,1410.88,53.753,0.324223,300,5,0,273,0,1,0,0,0),(90246,1109,0,1,1,2305,0,-10421.9,1491.08,51.9053,4.84171,300,5,0,273,0,1,0,0,0),(90247,98,0,1,1,376,1,-11168.8,792.768,35.1847,3.04607,300,10,0,386,0,1,0,0,0),(90248,1109,0,1,1,2305,0,-10381,1478.89,40.2725,5.19066,300,5,0,273,0,1,0,0,0),(90249,98,0,1,1,376,1,-11011,752.482,39.2166,2.57383,300,10,0,386,0,1,0,0,0),(90250,98,0,1,1,376,1,-10981.3,827.232,36.5928,3.1831,300,10,0,386,0,1,0,0,0),(90251,452,0,1,1,383,1,-11023.5,811.251,37.1062,1.77228,300,5,0,356,0,1,0,0,0),(90252,452,0,1,1,383,1,-11013.2,889.149,36.1101,0.68792,300,10,0,356,0,1,0,0,0),(90253,547,0,1,1,3035,0,-10685,778.717,48.4887,6.13825,300,10,0,356,0,1,0,0,0),(90254,98,0,1,1,376,1,-11042.2,874.464,36.5218,2.817,300,10,0,386,0,1,0,0,0),(90255,454,0,1,1,8871,0,-10360.7,1193.49,40.3355,5.49779,300,5,0,247,0,1,0,0,0),(90256,452,0,1,1,383,1,-11051.2,825.797,37.7813,3.13964,300,5,0,356,0,1,0,0,0),(90257,453,0,1,1,502,1,-11093.7,887.162,41.7937,0.338426,300,5,0,377,408,1,0,0,0),(90258,98,0,1,1,376,1,-11104.2,853.003,40.413,5.92134,300,10,0,386,0,1,0,0,0),(90259,98,0,1,1,376,1,-11084.7,857.196,42.3772,3.68039,300,10,0,386,0,1,0,0,0),(90260,98,0,1,1,376,1,-11081.9,816.313,40.0446,5.04543,300,5,0,386,0,1,0,0,0),(90261,452,0,1,1,383,1,-11060.6,878.282,37.1468,3.85476,300,10,0,356,0,1,0,0,0),(90262,98,0,1,1,376,1,-11103.1,898.998,40.0269,5.66702,300,5,0,386,0,1,0,0,0),(90263,199,0,1,1,410,0,-10187.4,1512.87,42.9605,0.873183,300,5,0,198,0,1,0,0,0),(90264,98,0,1,1,376,1,-11099.5,938.161,35.9443,0.719797,300,10,0,386,0,1,0,0,0),(90265,452,0,1,1,383,1,-11123.6,961.716,37.9487,5.23528,300,10,0,356,0,1,0,0,0),(90266,98,0,1,1,376,1,-11187.9,885.047,45.5467,5.67054,300,10,0,386,0,1,0,0,0),(90267,453,0,1,1,502,1,-11160.4,896.277,40.7638,0.456426,300,10,0,377,408,1,0,0,0),(90268,452,0,1,1,383,1,-11157.1,1045.45,35.6022,0.125899,300,5,0,356,0,1,0,0,0),(90269,114,0,1,1,378,0,-10219.6,1488.85,41.4034,1.09786,300,5,0,300,0,1,0,0,0),(90270,114,0,1,1,378,0,-10176.5,1440.33,40.6278,5.52133,300,5,0,300,0,1,0,0,0),(90271,452,0,1,1,383,1,-10871.1,1198.07,33.3257,4.4995,300,10,0,356,0,1,0,0,0),(90272,124,0,1,1,384,1,-11045.5,1010.78,37.7962,3.36731,300,10,0,328,0,1,0,0,0),(90273,2914,0,1,1,2957,0,-10187.1,1489.11,39.3756,1.48084,300,5,0,8,0,1,0,0,0),(90274,114,0,1,1,378,0,-10174.8,1420.15,40.1521,1.06299,300,5,0,300,0,1,0,0,0),(90275,36,0,1,1,367,0,-10952.3,1355.52,44.7959,3.8157,300,10,0,222,0,1,0,0,0),(90276,114,0,1,1,378,0,-10219.4,1374.71,39.7396,4.47695,300,5,0,300,0,1,0,0,0),(90277,36,0,1,1,367,0,-10938.2,1382.03,42.1795,4.01717,300,10,0,222,0,1,0,0,0),(90278,36,0,1,1,367,0,-10964,1376.26,46.3728,3.86414,300,10,0,222,0,1,0,0,0),(90279,1109,0,1,1,2305,0,-10990.2,1623.08,45.1017,4.4604,300,5,0,273,0,1,0,0,0),(90280,1109,0,1,1,2305,0,-10962.3,1625.83,46.4382,3.24442,300,5,0,273,0,1,0,0,0),(90286,589,0,1,1,2339,1,-10989.6,1512.52,43.6183,5.11844,300,5,0,263,710,1,0,0,0),(90287,114,0,1,1,378,0,-10243.3,1410.25,40.7007,5.79725,300,5,0,300,0,1,0,0,0),(90290,590,0,1,1,2340,1,-11016,1487.04,43.5332,3.71755,300,0,0,273,0,0,0,0,0),(90291,589,0,1,1,2339,1,-11006,1497.93,44.0323,2.53073,300,0,0,263,710,0,0,0,0),(90292,449,0,1,1,2344,0,-11140,1742.47,38.605,3.05747,300,10,0,356,0,1,0,0,0),(90293,121,0,1,1,2336,1,-11195.1,1755.91,36.7794,5.69701,300,5,0,356,0,1,0,0,0),(90294,114,0,1,1,378,0,-10252.2,1483.53,40.6493,0.165064,300,5,0,300,0,1,0,0,0),(90295,501,0,1,1,413,0,-11112.3,1905.27,36.5998,1.36012,300,10,0,300,0,1,0,0,0),(90297,124,0,1,1,384,1,-10981.3,1953.69,33.8409,0.873237,300,10,0,328,0,1,0,0,0),(90298,501,0,1,1,413,0,-11024.8,1930.2,35.3572,4.8671,300,5,0,300,0,1,0,0,0),(90299,114,0,1,1,378,0,-10220.3,1130.18,36.2865,4.47113,300,5,0,300,0,1,0,0,0),(90300,114,0,1,1,378,0,-10155.8,1188.61,36.3941,1.4046,300,10,0,300,0,1,0,0,0),(90301,504,0,1,1,2331,1,-10322.8,1589.55,41.1589,1.47984,300,5,0,247,0,1,0,0,0),(90302,833,0,1,1,161,0,-10397.1,1783.93,34.8076,3.21986,300,5,0,222,0,1,0,0,0),(90303,834,0,1,1,643,0,-10383.5,1778.99,35.3814,4.99575,300,5,0,198,0,1,0,0,0),(90304,123,0,1,1,383,1,-10790.6,1969.87,36.1528,0.369073,300,10,0,300,0,1,0,0,0),(90305,501,0,1,1,413,0,-10619.6,1979.42,38.2408,4.66854,300,5,0,300,0,1,0,0,0),(90306,114,0,1,1,378,0,-10122.9,1126.23,36.9085,1.48005,300,10,0,300,0,1,0,0,0),(90307,114,0,1,1,378,0,-10240.5,1510.21,40.2542,0.064589,300,5,0,300,0,1,0,0,0),(90308,501,0,1,1,413,0,-10652.7,1952.89,34.9043,2.10524,300,5,0,300,0,1,0,0,0),(90309,123,0,1,1,383,1,-10559,1985.01,34.501,2.7272,300,5,0,300,0,1,0,0,0),(90310,36,0,1,1,367,0,-10199.4,1026.92,36.2049,5.96341,300,0,0,222,0,0,0,0,0),(90311,620,0,1,1,304,0,-10142.5,1048.42,36.8772,2.92152,300,5,0,1,0,1,0,0,0),(90312,36,0,1,1,367,0,-10488.7,1842.12,38.4167,1.64574,300,5,0,222,0,1,0,0,0),(90313,114,0,1,1,378,0,-10151.2,1114.41,36.8488,0.178735,300,5,0,300,0,1,0,0,0),(90314,833,0,1,1,161,0,-9985.95,1712.09,34.5036,5.36701,300,10,0,222,0,1,0,0,0),(90315,114,0,1,1,378,0,-10114.8,1156.42,36.4085,1.75826,300,10,0,300,0,1,0,0,0),(90316,620,0,1,1,304,0,-10134.1,1068.69,36.4085,5.22293,300,5,0,1,0,1,0,0,0),(90317,504,0,1,1,2332,1,-10207.9,1888.38,36.2056,4.00779,300,5,0,247,0,1,0,0,0),(90318,1109,0,1,1,2305,0,-10315.2,1850.47,36.4893,0.036117,300,5,0,273,0,1,0,0,0),(90319,114,0,1,1,378,0,-10184.7,1151.63,36.8419,3.01928,300,5,0,300,0,1,0,0,0),(90320,504,0,1,1,2331,1,-10206.8,1908.32,37.0127,1.84446,300,0,0,247,0,0,0,0,0),(90321,36,0,1,1,367,0,-10228.7,1864.02,37.0376,4.62633,300,10,0,222,0,1,0,0,0),(90322,504,0,1,1,2331,1,-10179.3,1877.76,33.6748,5.42797,300,10,0,247,0,1,0,0,0),(90323,2914,0,1,1,1206,0,-10191.5,1790.67,35.3037,3.38515,300,5,0,8,0,1,0,0,0),(90324,199,0,1,1,410,0,-10017.6,1747.71,34.9165,4.98113,300,10,0,198,0,1,0,0,0),(90325,157,0,1,1,3027,0,-10439.9,927.02,38.7766,1.55022,300,5,0,300,0,1,0,0,0),(90326,500,0,1,1,374,1,-10081.2,1826.57,34.9028,2.86911,300,10,0,247,0,1,0,0,0),(90327,117,0,1,1,175,1,-9864.96,1535.47,46.3233,2.64043,300,5,0,222,0,1,0,0,0),(90328,500,0,1,1,374,1,-10059.2,1836.53,35.7428,1.60156,300,5,0,247,0,1,0,0,0),(90329,199,0,1,1,410,0,-9784.17,1548.49,42.1891,3.36566,300,10,0,198,0,1,0,0,0),(90330,117,0,1,1,175,1,-9852.19,1557.01,47.0733,3.81742,300,10,0,222,0,1,0,0,0),(90331,7051,0,1,1,5813,1,-11147.3,512.539,32.6186,5.62169,300,0,0,617,0,2,0,0,0),(90332,500,0,1,1,374,1,-9747.39,1514.89,44.2356,6.16084,300,10,0,247,0,1,0,0,0),(90333,590,0,1,1,2341,1,-10933.8,1460.47,48.7216,1.89286,300,5,0,273,0,1,0,0,0),(90334,589,0,1,1,2338,1,-10991.4,1470.56,43.2791,6.26153,300,5,0,263,710,1,0,0,0),(90335,500,0,1,1,374,1,-9694.54,1440,48.7878,0.244346,300,0,0,247,0,0,0,0,0),(90336,117,0,1,1,175,1,-9704.73,1430.36,46.9241,5.28899,300,5,0,222,0,1,0,0,0),(90337,834,0,1,1,643,0,-10024.4,1048.16,37.4913,0.518662,300,10,0,198,0,1,0,0,0),(90338,154,0,1,1,1105,0,-10898,957.335,37.7209,1.81891,300,5,0,356,0,1,0,0,0),(90339,117,0,1,1,175,1,-9713.75,990.32,35.08,5.4891,300,10,0,222,0,1,0,0,0),(90340,117,0,1,1,175,1,-9731.63,1015.78,37.9612,3.29885,300,10,0,222,0,1,0,0,0),(90341,834,0,1,1,643,0,-10104,1078.55,37.6146,3.36202,300,5,0,198,0,1,0,0,0),(90342,115,0,1,1,379,0,-10848.5,719.3,34.3037,3.79626,300,5,0,386,0,1,0,0,0),(90343,95,0,1,1,4419,1,-10503.9,1246.24,69.0145,2.11859,300,5,0,222,0,1,0,0,0),(90344,95,0,1,1,4418,1,-10488.6,1211.17,66.7095,1.08532,300,0,0,222,0,0,0,0,0),(90345,2620,0,1,1,1072,0,-10422.7,1280.78,40.0873,0.034699,300,5,0,8,0,1,0,0,0),(90346,1109,0,1,1,2305,0,-10714.9,1286.64,50.1084,4.79845,300,5,0,273,0,1,0,0,0),(90347,114,0,1,1,378,0,-10286.1,1453.6,40.0664,2.13085,300,5,0,300,0,1,0,0,0),(90348,504,0,1,1,2331,1,-10411.8,1346.22,55.3489,5.57445,300,0,0,247,0,0,0,0,0),(90349,199,0,1,1,410,0,-10332.6,1321,54.9631,2.99763,300,5,0,198,0,1,0,0,0),(90350,95,0,1,1,4418,1,-10352.5,1255.29,41.1085,1.37881,300,0,0,222,0,0,0,0,0),(90351,589,0,1,1,2339,1,-11036.1,1508.33,43.285,3.01942,300,0,0,263,710,0,0,0,0),(90352,115,0,1,1,379,0,-10843.4,755.434,33.8382,4.18403,300,10,0,386,0,1,0,0,0),(90353,504,0,1,1,2332,1,-10319.7,1229.1,37.8693,5.39307,300,0,0,247,0,0,0,0,0),(90354,95,0,1,1,4419,1,-10335.1,1239.62,39.4897,0,300,0,0,222,0,0,0,0,0),(90355,95,0,1,1,4418,1,-10343.6,1223.4,40.3074,6.24828,300,0,0,222,0,0,0,0,0),(90356,589,0,1,1,2338,1,-11062.2,1563.69,45.2017,1.58828,300,5,0,263,710,1,0,0,0),(90357,114,0,1,1,378,0,-10186.4,1081.39,36.6235,0.454942,300,5,0,300,0,1,0,0,0),(90358,589,0,1,1,2339,1,-11024.3,1514.33,43.1204,0.872665,300,0,0,263,710,0,0,0,0),(90359,547,0,1,1,3035,0,-10728.1,952.895,47.0933,4.45072,300,5,0,356,0,1,0,0,0),(90360,157,0,1,1,3027,0,-10887,1053.63,36.5773,2.93496,300,10,0,300,0,1,0,0,0),(90361,157,0,1,1,3027,0,-10740.5,1283.42,43.0943,1.35901,300,10,0,300,0,1,0,0,0),(90362,115,0,1,1,379,0,-10849.3,722.031,33.641,4.15077,300,5,0,386,0,1,0,0,0),(90363,157,0,1,1,3027,0,-10778.6,1456.15,45.4044,2.87577,300,5,0,300,0,1,0,0,0),(90364,624,0,1,1,10630,0,-11300.9,1586.12,34.9946,0.226893,300,3,0,386,0,1,0,0,0),(90365,157,0,1,1,3027,0,-10752.2,1778.75,38.51,5.58414,300,10,0,300,0,1,0,0,0),(90366,623,0,1,1,11402,1,-11294.7,1590.64,34.3271,4.99164,300,3,0,386,0,1,0,0,0),(90367,124,0,1,1,384,1,-10845.6,1282.6,35.1159,6.26711,300,10,0,328,0,1,0,0,0),(90368,154,0,1,1,1105,0,-10815.1,826.974,33.4187,4.97632,300,10,0,356,0,1,0,0,0),(90369,157,0,1,1,3027,0,-10814.5,1217.77,34.5545,1.01204,300,5,0,300,0,1,0,0,0),(90370,124,0,1,1,384,1,-10872.8,1191.88,33.6896,3.22245,300,10,0,328,0,1,0,0,0),(90371,452,0,1,1,383,1,-10819,1278.98,33.0545,3.99741,300,10,0,356,0,1,0,0,0),(90372,1109,0,1,1,2305,0,-10780.6,1250.47,33.246,0.03123,300,10,0,273,0,1,0,0,0),(90373,115,0,1,1,379,0,-10821.3,884.51,33.1676,5.73659,300,10,0,386,0,1,0,0,0),(90374,115,0,1,1,379,0,-10745.8,812.736,32.7199,1.74168,300,10,0,386,0,1,0,0,0),(90375,1109,0,1,1,2305,0,-10852.8,1248.95,33.0545,3.60209,300,10,0,273,0,1,0,0,0),(90376,452,0,1,1,383,1,-10808,1262.64,35.8889,2.97681,300,5,0,356,0,1,0,0,0),(90381,36,0,1,1,367,0,-10225.2,1011.39,35.008,-0.341727,300,0,0,222,0,0,0,0,0),(90382,515,0,1,1,441,1,-9622.4,1081.33,2.7283,3.61305,300,5,0,222,0,1,0,0,0),(90383,1109,0,1,1,2305,0,-10881.8,1412.65,44.8244,4.65375,300,5,0,273,0,1,0,0,0),(90384,154,0,1,1,1105,0,-10784.4,949.373,38.8371,2.61243,300,10,0,356,0,1,0,0,0),(90385,126,0,1,1,983,1,-9623.71,1047.03,7.05488,4.99311,300,10,0,247,0,1,0,0,0),(90386,115,0,1,1,379,0,-10781.4,836.458,33.0699,4.9312,300,10,0,386,0,1,0,0,0),(90387,115,0,1,1,379,0,-10807.6,740.564,35.0015,0.021521,300,10,0,386,0,1,0,0,0),(90388,449,0,1,1,2345,0,-10771.5,893.62,34.8924,3.28122,300,0,0,356,0,0,0,0,0),(90389,449,0,1,1,2344,0,-10782.6,899.167,34.0699,4.59022,300,0,0,356,0,0,0,0,0),(90390,126,0,1,1,983,1,-9592.13,1063.12,3.48064,3.70854,300,0,0,247,0,0,0,0,0),(90391,8096,0,1,1,7311,1,-10669.1,991.895,32.9575,1.7549,300,5,0,3048,0,1,0,0,0),(90392,8096,0,1,1,7308,1,-10659.2,1152.01,33.6756,2.27942,300,5,0,3048,0,1,0,0,0),(90393,8096,0,1,1,7309,1,-10612.4,1160.15,35.6722,4.09628,300,5,0,3048,0,1,0,0,0),(90394,122,0,1,1,2342,1,-10758.7,889.913,36.1414,3.35103,300,0,0,386,0,0,0,0,0),(90395,122,0,1,1,2342,1,-10758.1,895.212,36.1414,3.75246,300,0,0,386,0,0,0,0,0),(90396,115,0,1,1,379,0,-10831.6,789.238,33.2247,2.21633,300,10,0,386,0,1,0,0,0),(90397,480,0,1,1,514,0,-9843.64,979.916,29.2554,5.84814,300,10,0,176,0,1,0,0,0),(90398,515,0,1,1,441,1,-9624.76,1130.52,2.57536,5.0729,300,5,0,222,0,1,0,0,0),(90399,115,0,1,1,379,0,-10846.7,861.362,32.9449,0.96971,300,5,0,386,0,1,0,0,0),(90400,515,0,1,1,441,1,-9635.75,1082.39,5.24759,3.01097,300,5,0,222,0,1,0,0,0),(90401,480,0,1,1,514,0,-9884.94,1005.74,33.131,2.5922,300,5,0,176,0,1,0,0,0),(90402,620,0,1,1,304,0,-10093.3,1053.26,37.1329,5.03173,300,5,0,1,0,1,0,0,0),(90403,2620,0,1,1,1072,0,-10347.6,887.11,43.2591,2.59588,300,5,0,8,0,1,0,0,0),(90404,620,0,1,1,304,0,-10090.8,1049.47,38.0079,2.01546,300,5,0,1,0,1,0,0,0),(90405,126,0,1,1,983,1,-9615.98,1197.08,3.70593,5.01723,300,10,0,247,0,1,0,0,0),(90406,2914,0,1,1,2957,0,-9881.45,1115.07,33.5527,1.65077,300,5,0,8,0,1,0,0,0),(90407,199,0,1,1,410,0,-10326.8,1016.52,39.4294,6.27635,300,5,0,198,0,1,0,0,0),(90408,620,0,1,1,304,0,-10101.1,1053.31,36.5544,1.38766,300,5,0,1,0,1,0,0,0),(90409,504,0,1,1,2331,1,-10491.7,1217.69,67.2554,2.16764,300,5,0,247,0,1,0,0,0),(90410,834,0,1,1,643,0,-10451.8,1248.44,51.8239,4.14907,300,5,0,198,0,1,0,0,0),(90411,620,0,1,1,304,0,-10137.3,1213.84,36.7591,4.26919,300,5,0,1,0,1,0,0,0),(90412,36,0,1,1,367,0,-10192.7,1015.97,38.2403,0,300,0,0,222,0,0,0,0,0),(90413,573,0,1,1,548,0,-10225.6,1448.09,40.8255,4.23996,7200,5,0,484,0,1,0,0,0),(90414,95,0,1,1,4419,1,-10483.3,1283.47,56.5457,1.22109,300,5,0,222,0,1,0,0,0),(90415,504,0,1,1,2332,1,-10501.7,1243.17,69.58,2.62484,300,5,0,247,0,1,0,0,0),(90416,36,0,1,1,367,0,-10219.1,1038.4,35.8961,4.10137,300,5,0,222,0,1,0,0,0),(90417,36,0,1,1,367,0,-10238.5,1044.9,37.9416,3.62362,300,5,0,222,0,1,0,0,0),(90418,36,0,1,1,367,0,-10246.4,1022.69,36.2457,2.97195,300,5,0,222,0,1,0,0,0),(90419,504,0,1,1,2332,1,-10469.8,1345.15,45.7896,4.59022,300,0,0,247,0,0,0,0,0),(90420,454,0,1,1,8871,0,-10447.7,1186.26,42.4983,0.674755,300,10,0,247,0,1,0,0,0),(90421,95,0,1,1,4418,1,-10452.8,1317.79,44.2652,5.69995,300,5,0,222,0,1,0,0,0),(90422,504,0,1,1,2331,1,-10455.7,1318.1,45.0161,1.61784,300,5,0,247,0,1,0,0,0),(90423,834,0,1,1,643,0,-10476.7,1221.47,66.3223,4.20027,300,5,0,198,0,1,0,0,0),(90424,454,0,1,1,8871,0,-10152.2,1482.07,41.8596,3.95675,300,5,0,247,0,1,0,0,0),(90425,834,0,1,1,643,0,-10088,1088.4,38.4085,1.10722,300,5,0,198,0,1,0,0,0),(90431,199,0,1,1,410,0,-10104.4,1322.3,42.5532,6.27733,300,10,0,198,0,1,0,0,0),(90432,2914,0,1,1,1206,0,-10126.7,1266.86,38.3463,4.74168,300,5,0,8,0,1,0,0,0),(90433,883,0,1,1,347,0,-9873.07,923.558,31.03,4.00715,300,10,0,1,0,1,0,0,0),(90434,199,0,1,1,410,0,-10047.3,1182.14,39.5793,1.21699,300,10,0,198,0,1,0,0,0),(90435,36,0,1,1,367,0,-10169.2,1278.08,37.2355,4.91583,300,10,0,222,0,1,0,0,0),(90436,36,0,1,1,367,0,-10151.2,1313.34,38.8169,1.00027,300,10,0,222,0,1,0,0,0),(90437,834,0,1,1,643,0,-9884.34,852.013,31.8458,0,300,10,0,198,0,1,0,0,0),(2473,68,0,1,1,0,1,-8857,937.947,102.143,0.53,430,0,0,15952,0,0,0,0,0),(19272,68,0,1,1,0,1,-8817,810.273,99.022,3.975,430,0,0,15952,0,0,0,0,0),(19273,68,0,1,1,0,1,-8803,862.081,98.887,2.161,430,0,0,15952,0,0,0,0,0),(26833,68,0,1,1,0,1,-8799,865.216,98.958,2.381,430,0,0,15952,0,0,0,0,0),(26834,297,0,1,1,0,0,-8834,983.482,98.47,5.327,310,0,0,1003,0,0,0,0,0),(26835,331,0,1,1,0,1,-9012,867.595,29.621,0.776,490,0,0,4120,0,0,0,0,0),(26836,338,0,1,1,0,1,-8856,822.813,98.4,0.73,540,0,0,2138,0,0,0,0,0),(26838,461,0,1,1,0,1,-8980,1041.09,101.487,4.485,490,0,0,4120,0,0,0,0,0),(38225,1141,0,1,1,0,1,-9080.1,823.091,108.503,0.558505,490,0,0,4120,0,0,0,0,0),(43441,1304,0,1,1,0,0,-8887,985.503,124.541,4.677,310,0,0,1003,0,0,0,0,0),(48276,1305,0,1,1,0,1,-8954,993.725,122.209,0.698,310,0,0,1003,0,0,0,0,0),(52920,1307,0,1,1,0,1,-8995,948.303,117.279,4.276,430,0,0,2769,0,0,0,0,0),(52921,1308,0,1,1,0,1,-8951,898.995,108.103,5.264,310,0,0,1003,0,0,0,0,0),(52922,1309,0,1,1,0,0,-8963,822.517,109.447,3.846,310,0,0,1003,0,0,0,0,0),(52923,1310,0,1,1,0,0,-8965,808.006,109.446,1.278,310,0,0,1003,0,0,0,0,0),(52924,1311,0,1,1,0,1,-9086,829.043,108.604,0.454,310,0,0,1003,0,0,0,0,0),(52925,1312,0,1,1,0,1,-8863,805.137,97.422,2.945,310,0,0,1003,0,0,0,0,0),(53686,1316,0,1,1,0,1,-8866,822.286,98.4,0.576,490,0,0,4120,0,0,0,0,0),(61960,1318,0,1,1,0,1,-8856,805.48,96.517,5.201,310,0,0,1003,0,0,0,0,0),(86152,1412,0,1,1,0,0,-9001,852.79,105.561,0.054,180,5,0,8,0,1,0,0,0),(86153,1412,0,1,1,0,0,-8972,858.785,106.162,1.383,180,5,0,8,0,1,0,0,0),(86558,1412,0,1,1,0,0,-8959,880.379,105.577,2.595,180,5,0,8,0,1,0,0,0),(86559,1412,0,1,1,0,0,-8942,956.923,116.963,2.472,180,5,0,8,0,1,0,0,0),(86560,1412,0,1,1,0,0,-8902,959.482,117.361,0.599,180,5,0,8,0,1,0,0,0),(86561,1412,0,1,1,0,0,-8895,888.598,103.007,5.454,180,5,0,8,0,1,0,0,0),(86596,1413,0,1,1,0,0,-8992.48,859.067,105.647,5.51011,250,0,0,713,0,2,0,0,0),(86597,1414,0,1,1,0,0,-8989.59,858.133,105.605,3.46022,250,0,0,713,0,2,0,0,0),(89294,1415,0,1,1,0,1,-8992.66,856.234,105.775,0.595873,250,0,0,713,0,2,0,0,0),(89298,1429,0,1,1,0,0,-8962,809.712,109.446,2.087,180,0,0,55,0,0,0,0,0),(89299,1435,0,1,1,0,1,-8984,1025.49,101.587,0.279,490,0,0,4120,0,0,0,0,0),(89325,1719,0,1,1,0,1,-8799,827.703,97.635,0.738,310,0,0,1003,0,0,0,0,0),(89330,1733,0,1,1,0,0,-8984,1024.26,101.587,0.384,180,0,0,102,0,0,0,0,0),(90438,1976,0,1,1,0,1,-8853.4,934.071,102.148,0.549144,350,0,0,11828,0,2,0,0,0),(90439,2330,0,1,1,0,0,-8856.26,741.91,100.666,2.15696,25,0,0,713,0,2,0,0,0),(90441,2485,0,1,1,0,1,-8991,845.411,29.621,1.752,430,0,0,2769,0,0,0,0,0),(90442,2708,0,1,1,0,1,-9009,846.395,105.842,0.048,540,0,0,1753,0,0,0,0,0),(90440,2331,0,1,1,0,0,-8855.95,739.398,100.652,2.15696,25,0,0,42,0,2,0,0,0),(90445,3627,0,1,1,0,0,-9028.74,889.187,110.196,4.19386,180,0,0,102,0,2,0,0,0),(90446,3628,0,1,1,0,1,-9084,823.965,108.503,0.401,180,0,0,102,0,0,0,0,0),(90447,4075,0,1,1,0,0,-8989,1030.99,101.404,3.247,180,5,0,8,0,1,0,0,0),(90448,4075,0,1,1,0,0,-8983,1023.42,101.404,3.979,180,5,0,8,0,1,0,0,0),(90449,4075,0,1,1,0,0,-8969,1035.15,101.404,1.622,180,5,0,8,0,1,0,0,0),(90450,4075,0,1,1,0,0,-8842,983.172,98.477,5.702,180,5,0,8,0,1,0,0,0),(95346,26112,571,1,1,23037,1,4496.23,5690,81.4918,4.2237,300,0,0,6116,0,0,0,0,0),(90452,4984,0,1,1,0,1,-8779,1093.35,92.611,4.817,190,0,0,484,0,0,0,0,0),(90453,4995,0,1,1,0,1,-8793,831.376,97.643,0.113,540,0,0,3696,0,0,0,0,0),(90454,4995,0,1,1,0,1,-8790,828.412,97.643,0.567,540,0,0,3696,0,0,0,0,0),(90455,4995,0,1,1,0,1,-8787,823.427,97.642,0.976,540,0,0,3696,0,0,0,0,0),(90456,4995,0,1,1,0,1,-8785,819.921,97.641,1.198,540,0,0,3696,0,0,0,0,0),(90457,4996,0,1,1,0,0,-8756.34,814.008,97.6346,2.08007,540,0,0,3696,0,0,0,0,0),(90458,5042,0,1,1,0,0,-8760,814.872,97.635,6.156,310,0,0,1003,0,0,0,0,0),(90459,5386,0,1,1,0,1,-8851,830.246,104.696,2.193,180,0,0,328,0,0,0,0,0),(90460,5495,0,1,1,0,1,-8971,1029.9,101.487,2.967,540,0,0,1410,1283,0,0,0,0),(90461,5496,0,1,1,0,1,-8989,1033.89,101.487,6.056,430,0,0,2215,1807,0,0,0,0),(90462,5497,0,1,1,0,1,-8990,862.929,29.621,4.858,540,0,0,1753,0,0,0,0,0),(90463,5498,0,1,1,0,1,-9007,885.181,29.621,3.938,430,0,0,2769,0,0,0,0,0),(90464,5502,0,1,1,0,1,-8721,1175.5,98.342,3.626,310,0,0,1342,0,0,0,0,0),(90465,5504,0,1,1,0,1,-8776,1100.09,92.626,4.904,490,0,0,4120,0,0,0,0,0),(90466,5505,0,1,1,0,1,-8742,1095.41,93.711,5.353,430,0,0,2215,1807,0,0,0,0),(90467,5506,0,1,1,0,1,-8751,1124.52,92.634,1.536,540,0,0,1410,1283,0,0,0,0),(90468,5520,0,1,1,0,1,-8975,1035.97,101.487,3.875,540,0,0,1410,1283,0,0,0,0),(90469,5567,0,1,1,0,0,-8958,815.571,109.447,3.762,310,0,0,1107,0,0,0,0,0),(90470,5694,0,1,1,0,1,-9011,876.722,148.617,5.538,500,0,0,3059,6015,0,0,0,0),(90471,6122,0,1,1,0,1,-8983,1041.52,101.487,4.66,430,0,0,2215,1807,0,0,0,0),(90472,6237,0,1,1,0,1,-8792,829.447,97.642,0.311,540,0,0,3696,0,0,0,0,0),(90473,6237,0,1,1,0,1,-8787,836.693,98.196,0.305,540,0,0,3696,0,0,0,0,0),(90474,6237,0,1,1,0,1,-8786,822.293,97.725,1.03,540,0,0,3696,0,0,0,0,0),(90475,6237,0,1,1,0,1,-8782,823.13,100.482,1.047,540,0,0,3696,0,0,0,0,0),(90476,6267,0,1,1,0,1,-8962.71,1043.58,53.548,3.93008,190,0,0,433,490,0,0,0,0),(90477,7295,0,1,1,0,1,-8756.84,972.561,98.7865,1.06461,310,0,1,1342,0,2,0,0,0),(90478,9584,0,1,1,0,0,-8976,1021.77,101.487,1.292,540,0,0,2218,0,0,0,0,0),(90479,9977,0,1,1,0,0,-8738,983.207,97.586,0.611,310,0,0,1003,0,0,0,0,0),(90480,11397,0,1,1,0,0,-8728,1102.96,92.603,3.875,310,0,0,852,852,0,0,0,0),(90481,11827,0,1,1,0,0,-8744.17,1060.43,90.0196,3.14535,310,0,0,1342,0,2,0,0,0),(90482,11828,0,1,1,0,0,-8745.13,1063.95,89.9337,3.15163,540,0,0,1753,0,2,0,0,0),(90483,11916,0,1,1,0,0,-8721,1137.16,90.761,3.481,250,0,0,713,0,0,0,0,0),(90484,14438,0,1,1,0,1,-8752.66,984.545,97.9592,0.523878,350,0,1,50400,0,2,0,0,0),(90485,18162,0,1,1,0,0,-11172.9,-1898.83,-17.7893,5.93761,60,0,0,6722,0,0,0,0,0),(3348,10556,1,1,1,10038,1,-507.436,-4376.15,46.3391,6.2194,200,5,0,86,0,1,0,0,0),(47658,8896,230,1,1,8794,1,651.877,-172.598,-35.5238,3.40339,7200,0,0,2304,1807,0,0,0,0),(47659,8902,230,1,1,8800,1,650.484,-168.606,-35.5156,3.47321,7200,0,0,1834,1864,0,0,0,0),(47664,8902,230,1,1,8801,1,658.992,-186.378,-34.0766,3.07178,7200,0,0,1834,1864,0,0,0,0),(47665,8904,230,1,1,8826,1,653.344,-190.509,-35.5261,3.12414,7200,0,0,2394,4896,0,0,0,0),(47666,8893,230,1,1,8757,1,659.228,-181.813,-34.0787,3.24631,7200,0,0,6645,0,0,0,0,0),(47667,8916,230,1,1,9070,1,628.883,-236.882,-35.5437,2.18166,7200,0,0,2304,1807,0,0,0,0),(47668,8916,230,1,1,9072,1,629.115,-232.726,-36.89,2.21657,7200,0,0,2304,1807,0,0,0,0),(47669,8895,230,1,1,8753,1,633.597,-227.325,-36.9129,2.33874,7200,0,0,5502,3728,0,0,0,0),(47670,8896,230,1,1,8795,1,626.613,-244.684,-34.0836,2.09439,7200,0,0,2304,1807,0,0,0,0),(47671,8896,230,1,1,8796,1,633.121,-232.962,-35.4894,2.26893,7200,0,0,2304,1807,0,0,0,0),(47672,8902,230,1,1,8799,1,636.298,-239.461,-34.0903,2.25148,7200,0,0,1834,1864,0,0,0,0),(47673,8902,230,1,1,8798,1,640.897,-225.034,-35.1749,2.49582,7200,0,0,1834,1864,0,0,0,0),(47674,8904,230,1,1,8826,1,638.203,-229.41,-35.3931,2.37365,7200,0,0,2394,4896,0,0,0,0),(47675,8893,230,1,1,8757,1,625.097,-235.386,-36.8931,2.14675,7200,0,0,6645,0,0,0,0,0),(47676,8916,230,1,1,9072,1,572.808,-140.939,-36.8044,5.18363,7200,0,0,2304,1807,0,0,0,0),(47677,8916,230,1,1,9070,1,558.88,-137.183,-34.0844,5.34071,7200,0,0,2304,1807,0,0,0,0),(47678,8916,230,1,1,9071,1,578.281,-139.209,-36.7895,5.09636,7200,0,0,2304,1807,0,0,0,0),(47679,8916,230,1,1,9070,1,581.317,-133.988,-35.456,4.99164,7200,0,0,2304,1807,0,0,0,0),(47680,8916,230,1,1,9069,1,574.24,-136.707,-35.4314,5.13127,7200,0,0,2304,1807,0,0,0,0),(47681,8916,230,1,1,9071,1,580.626,-138.046,-36.7586,5.06145,7200,0,0,2304,1807,0,0,0,0),(47682,8916,230,1,1,9070,1,564.922,-132.282,-34.0677,5.23599,7200,0,0,2304,1807,0,0,0,0),(47683,8893,230,1,1,8757,1,568.816,-142.538,-36.8602,5.25344,7200,0,0,6645,0,0,0,0,0),(47684,8894,230,1,1,8752,1,571.426,-137.882,-35.4362,5.18363,7200,0,0,4653,8786,0,0,0,0),(47685,8916,230,1,1,9069,1,570.107,-244.451,-34.0701,1.11701,7200,0,0,2304,1807,0,0,0,0),(47686,8916,230,1,1,9070,1,571.724,-237.314,-36.847,1.0821,7200,0,0,2304,1807,0,0,0,0),(47687,8916,230,1,1,9069,1,564.052,-232.826,-36.8618,0.942478,7200,0,0,2304,1807,0,0,0,0),(47688,8916,230,1,1,9069,1,559.582,-242.593,-34.094,0.977384,7200,0,0,2304,1807,0,0,0,0),(47689,8916,230,1,1,9069,1,573.1,-245.279,-34.0668,1.16937,7200,0,0,2304,1807,0,0,0,0),(47690,8916,230,1,1,9071,1,560.295,-235.085,-35.4579,0.925025,7200,0,0,2304,1807,0,0,0,0),(47691,8916,230,1,1,9070,1,577.724,-242.723,-35.4771,1.41372,7200,0,0,2304,1807,0,0,0,0),(47692,8893,230,1,1,8757,1,575.489,-238.36,-36.8509,1.15192,7200,0,0,6645,0,0,0,0,0),(47693,8894,230,1,1,8752,1,565.406,-238.728,-35.5046,1.01229,7200,0,0,4653,8786,0,0,0,0),(47694,8916,230,1,1,9069,1,630.548,-141.538,-35.5298,4.11898,7200,0,0,2304,1807,0,0,0,0),(47695,8916,230,1,1,9070,1,638.577,-149.822,-35.5189,3.94444,7200,0,0,2304,1807,0,0,0,0),(47696,8916,230,1,1,9070,1,633.551,-150.085,-36.9221,4.01426,7200,0,0,2304,1807,0,0,0,0),(47697,8894,230,1,1,8752,1,639.042,-143.629,-34.0727,3.9968,7200,0,0,4653,8786,0,0,0,0),(47698,8896,230,1,1,8793,1,633.191,-144.662,-35.5235,4.06662,7200,0,0,2304,1807,0,0,0,0),(47699,8896,230,1,1,8796,1,635.871,-147.005,-35.5167,4.01426,7200,0,0,2304,1807,0,0,0,0),(47700,8902,230,1,1,8799,1,644.298,-149.025,-34.0718,3.89208,7200,0,0,1834,1864,0,0,0,0),(47701,8902,230,1,1,8799,1,638.765,-155.361,-36.9171,3.63029,7200,0,0,1834,1864,0,0,0,0),(47702,8894,230,1,1,8752,1,630.439,-147.045,-36.9195,4.08407,7200,0,0,4653,8786,0,0,0,0),(47703,9499,230,1,1,8652,1,888.472,-177.929,-42.9623,2.40195,43200,0,0,10455,16936,2,0,0,0),(47704,8905,230,1,1,8289,0,959.443,-390.747,-60.7544,5.89921,7200,0,0,7359,0,0,0,0,0),(47705,8897,230,1,1,8804,1,969.437,-403.373,-60.9193,3.68265,7200,0,0,2980,0,0,0,0,0),(47706,8897,230,1,1,8806,1,985.43,-409.616,-60.7129,4.20624,7200,0,0,2980,0,0,0,0,0),(47707,8897,230,1,1,8804,1,981.085,-414.095,-60.1468,0.663225,7200,0,0,2980,0,0,0,0,0),(47708,8905,230,1,1,8289,0,945.165,-425.228,-54.8845,1.91986,7200,0,0,7359,0,0,0,0,0),(47709,8897,230,1,1,8805,1,955.358,-430.303,-54.8118,1.0472,7200,0,0,2980,0,0,0,0,0),(47710,8897,230,1,1,8803,1,955.864,-438.159,-54.6837,5.07891,7200,0,0,2980,0,0,0,0,0),(47711,8897,230,1,1,8804,1,952.459,-437.602,-54.6447,3.52556,7200,0,0,2980,0,0,0,0,0),(47712,8905,230,1,1,8289,0,988.673,-358.838,-65.4518,3.07178,7200,0,0,7359,0,0,0,0,0),(47713,8897,230,1,1,8803,1,1002.15,-351.505,-65.0669,0.959931,7200,0,0,2980,0,0,0,0,0),(47714,8897,230,1,1,8805,1,1006.13,-351.509,-65.0843,2.05949,7200,0,0,2980,0,0,0,0,0),(47715,8897,230,1,1,8805,1,996.526,-368.222,-66.9922,5.07891,7200,0,0,2980,0,0,0,0,0),(47716,8905,230,1,1,8289,0,909.471,-388.878,-49.4017,2.26375,7200,0,0,7359,0,2,0,0,0),(47717,8905,230,1,1,8289,0,967.01,-339.211,-71.3893,3.22886,7200,0,0,7359,0,0,0,0,0),(47718,8897,230,1,1,8805,1,969.065,-333.381,-70.9416,2.05949,7200,0,0,2980,0,0,0,0,0),(47719,8897,230,1,1,8806,1,979.27,-328.244,-71.0935,0.366519,7200,0,0,2980,0,0,0,0,0),(47720,8897,230,1,1,8804,1,981.705,-332.186,-71.4592,0.750492,7200,0,0,2980,0,0,0,0,0),(47721,8905,230,1,1,8289,0,903.416,-392.39,-48.8122,2.25148,7200,0,0,7359,0,0,0,0,0),(47722,8897,230,1,1,8804,1,901.873,-409.445,-49.3758,5.63741,7200,0,0,2980,0,0,0,0,0),(47723,8897,230,1,1,8805,1,899.9,-412.124,-49.5308,4.83456,7200,0,0,2980,0,0,0,0,0),(47724,8897,230,1,1,8805,1,894.684,-410.535,-49.6516,2.6529,7200,0,0,2980,0,0,0,0,0),(47725,8905,230,1,1,8289,0,985.728,-377.65,-66.2052,3.15905,7200,0,0,7359,0,0,0,0,0),(47726,8897,230,1,1,8804,1,993.384,-375.561,-66.6038,0.715585,7200,0,0,2980,0,0,0,0,0),(47727,8897,230,1,1,8803,1,1005.06,-386.346,-65.2483,4.55531,7200,0,0,2980,0,0,0,0,0),(47728,8897,230,1,1,8805,1,1001.8,-391.221,-64.3762,0.226893,7200,0,0,2980,0,0,0,0,0),(47729,8905,230,1,1,8289,0,930.502,-426.247,-55.9066,0.802851,7200,0,0,7359,0,0,0,0,0),(47730,8897,230,1,1,8803,1,915.034,-434.328,-55.4015,3.76991,7200,0,0,2980,0,0,0,0,0),(47731,8897,230,1,1,8803,1,914.96,-438.185,-54.9931,2.82743,7200,0,0,2980,0,0,0,0,0),(47732,8897,230,1,1,8805,1,925.591,-438.393,-55.6162,3.83972,7200,0,0,2980,0,0,0,0,0),(47733,9017,230,1,1,1204,0,893.546,-267.056,-71.9002,3.10204,43200,0,0,15944,0,2,0,0,0),(47734,8896,230,1,1,8794,1,630.846,-285.909,-43.0244,1.6057,7200,0,0,2304,1807,0,0,0,0),(47735,8896,230,1,1,8794,1,628.49,-284.308,-43.0244,0.680678,7200,0,0,2304,1807,0,0,0,0),(47736,8913,230,1,1,8776,1,631.131,-279.136,-43.0245,4.59022,7200,0,0,4812,9012,0,0,0,0),(47737,8922,230,1,1,8181,0,632.809,-280.728,-43.033,3.85718,7200,0,0,3082,0,0,0,0,0),(47738,8911,230,1,1,5488,0,698.151,-279.812,-43.0803,3.25592,7200,5,0,7599,0,1,0,0,0),(47739,8896,230,1,1,8796,1,793.023,-217.264,-43.1991,5.68977,7200,0,0,2304,1807,0,0,0,0),(47740,8896,230,1,1,8794,1,798.309,-219.397,-43.205,3.38594,7200,0,0,2304,1807,0,0,0,0),(47741,8913,230,1,1,8772,1,795.951,-222.922,-43.2055,1.3439,7200,0,0,4812,9012,0,0,0,0),(47742,8914,230,1,1,8773,1,790.083,-221.171,-43.2,0.069813,7200,0,0,5691,3846,0,0,0,0),(47743,8910,230,1,1,1070,0,716.227,-268.919,-42.7891,6.05629,7200,0,0,5691,3846,0,0,0,0),(47744,8910,230,1,1,1070,0,717.782,-286.231,-42.7901,0.418879,7200,0,0,5691,3846,0,0,0,0),(47745,8896,230,1,1,8795,1,809.962,-296.043,-43.21,5.32325,7200,0,0,2304,1807,0,0,0,0),(47746,8896,230,1,1,8793,1,810.917,-304.768,-43.21,1.64061,7200,0,0,2304,1807,0,0,0,0),(47747,8896,230,1,1,8793,1,813.46,-303.433,-43.21,1.98968,7200,0,0,2304,1807,0,0,0,0),(47748,8922,230,1,1,8181,0,822.183,-298.627,-43.21,3.19395,7200,0,0,3082,0,0,0,0,0),(47749,8896,230,1,1,8796,1,792.565,-302.191,-43.2122,4.53786,7200,0,0,2304,1807,0,0,0,0),(47750,8896,230,1,1,8793,1,795.884,-307.063,-43.2105,2.9147,7200,0,0,2304,1807,0,0,0,0),(47751,8913,230,1,1,8772,1,788.43,-303.527,-43.2129,5.79449,7200,0,0,4812,9012,0,0,0,0),(47754,8922,230,1,1,8181,0,792.948,-309.464,-43.2108,1.8675,7200,0,0,3082,0,0,0,0,0),(47755,8894,230,1,1,8752,1,764.839,-253.071,-43.2781,5.67232,7200,0,0,4653,8786,0,0,0,0),(47757,8892,230,1,1,8718,1,797.023,-259.111,-43.132,4.36332,7200,0,0,6645,0,0,0,0,0),(47758,8896,230,1,1,8796,1,766.611,-259.733,-43.3173,5.60251,7200,0,0,2304,1807,0,0,0,0),(47759,8896,230,1,1,8796,1,773.667,-254.504,-43.2704,1.50098,7200,0,0,2304,1807,0,0,0,0),(47760,8913,230,1,1,8776,1,771.564,-249.073,-43.245,0.802851,7200,0,0,4812,9012,0,0,0,0),(47761,8922,230,1,1,8181,0,774.474,-245.2,-43.22,4.53786,7200,0,0,3082,0,0,0,0,0),(47762,8896,230,1,1,8794,1,853.433,-300.133,-50.1871,5.37561,7200,0,0,2304,1807,0,0,0,0),(47763,8896,230,1,1,8796,1,867.158,-295.355,-49.8527,5.58505,7200,0,0,2304,1807,0,0,0,0),(47764,8896,230,1,1,8796,1,855.435,-301.573,-50.0656,2.68781,7200,0,0,2304,1807,0,0,0,0),(47765,8913,230,1,1,8777,1,866.252,-307.02,-49.8661,0.331613,7200,0,0,4812,9012,0,0,0,0),(47766,8913,230,1,1,8774,1,868.4,-306.332,-49.8527,3.42085,7200,0,0,4812,9012,0,0,0,0),(47767,8914,230,1,1,9347,1,868.993,-296.69,-49.8527,2.58309,7200,0,0,5691,3846,0,0,0,0),(47771,9024,230,1,1,8762,1,530.168,-243.93,-43.018,2.23402,43200,0,0,8300,23250,0,0,0,0),(47772,8913,230,1,1,8774,1,530.708,-246.967,-43.018,2.09439,7200,0,0,4812,9012,0,0,0,0),(47773,8913,230,1,1,8776,1,534.511,-244.984,-43.018,2.68781,7200,0,0,4812,9012,0,0,0,0),(47774,9041,230,1,1,9089,1,823.387,-342.278,-50.1077,0.785398,43200,0,0,8104,10205,0,0,0,0),(47775,9042,230,1,1,9019,0,821.706,-340.384,-50.1076,0.750492,43200,0,0,9812,0,0,0,0,0),(47777,8908,230,1,1,8179,0,1125.21,-196.285,-65.3843,2.41971,7200,0,0,11500,4234,2,0,0,0),(47778,9156,230,1,1,8329,1,1009.75,-239.017,-61.3038,2.30383,43200,0,0,26140,0,0,0,0,0),(47779,12944,230,1,1,14666,1,912.52,-185.856,-43.6204,3.735,7200,0,0,4120,0,0,0,0,0),(47780,16079,230,1,1,11686,0,590.631,-181.061,-53.9102,3.97935,7200,0,0,4120,0,0,0,0,0),(47781,8895,230,1,1,8753,1,734.28,158.037,-72.3178,0.244346,7200,5,0,5502,3728,1,0,0,0),(47782,8893,230,1,1,8757,1,734.955,163.812,-72.2567,3.28122,7200,0,0,6645,0,0,0,0,0),(47783,8894,230,1,1,8752,1,739.96,161.639,-72.322,3.28122,7200,0,0,4653,8786,0,0,0,0),(47784,8892,230,1,1,8718,1,738.746,170.782,-72.1842,3.28122,7200,5,0,6645,0,1,0,0,0),(47785,8892,230,1,1,8718,1,744.502,168.011,-72.1961,3.28122,7200,0,0,6645,0,0,0,0,0),(47786,8895,230,1,1,8753,1,668.3,138.553,-73.2312,4.17134,7200,0,0,5502,3728,0,0,0,0),(47787,8893,230,1,1,8757,1,665.705,140.585,-73.2315,4.18879,7200,0,0,6645,0,0,0,0,0),(47788,8893,230,1,1,8757,1,671.007,137.07,-73.231,4.13643,7200,0,0,6645,0,0,0,0,0),(47789,8894,230,1,1,8752,1,673.808,135.532,-73.2308,4.11898,7200,0,0,4653,8786,0,0,0,0),(47790,8894,230,1,1,8752,1,663.061,142.184,-73.2318,4.20624,7200,0,0,4653,8786,0,0,0,0),(47791,8921,230,1,1,8180,0,647.963,142.464,-73.8694,4.10217,7200,5,0,2672,0,1,0,0,0),(47792,8921,230,1,1,8180,0,608.963,13.1572,-74.0233,2.76571,7200,5,0,2672,0,1,0,0,0),(47793,8910,230,1,1,1070,0,641.05,-2.70842,-73.2487,5.11964,7200,5,0,5691,3846,1,0,0,0),(47794,8921,230,1,1,8180,0,637.966,-53.1863,-73.8695,6.06573,7200,5,0,2672,0,1,0,0,0),(47795,8910,230,1,1,1070,0,542.424,31.4633,-70.6123,5.95078,7200,0,0,5691,3846,2,0,0,0),(47796,8910,230,1,1,1070,0,789.975,-147.427,-73.3867,2.58309,7200,0,0,5691,3846,0,0,0,0),(47797,8910,230,1,1,1070,0,767.305,-173.728,-73.3501,2.16421,7200,0,0,5691,3846,0,0,0,0),(47798,8921,230,1,1,8180,0,641.268,-54.6402,-73.7828,0.191986,7200,0,0,2672,0,0,0,0,0),(47799,8895,230,1,1,8753,1,681.767,-64.1832,-72.5281,2.3911,7200,0,0,5502,3728,0,0,0,0),(47800,8893,230,1,1,8757,1,680.664,-65.7233,-72.5145,2.36762,7200,0,0,6645,0,0,0,0,0),(47801,8894,230,1,1,8752,1,683.131,-62.7205,-72.5312,2.25304,7200,0,0,4653,8786,0,0,0,0),(47802,8893,230,1,1,8757,1,680.313,-67.5517,-72.4683,2.80691,7200,0,0,6645,0,0,0,0,0),(47803,8892,230,1,1,8718,1,684.718,-60.6937,-72.545,2.3911,7200,0,0,6645,0,0,0,0,0),(47804,8912,230,1,1,9350,1,374.112,-193.686,-70.8861,0.366519,7200,0,0,5316,3614,0,0,0,0),(47805,8890,230,1,1,8758,1,408.814,-202.181,-65.4244,0.820305,7200,0,0,6414,0,0,0,0,0),(47806,8921,230,1,1,8180,0,399.758,-118.348,-65.0811,2.58309,7200,0,0,2672,0,0,0,0,0),(47807,8912,230,1,1,8790,1,431.149,-121.091,-65.3562,1.41372,7200,0,0,5316,3614,0,0,0,0),(47808,8921,230,1,1,8180,0,376.838,-76.3056,-64.6609,1.36136,7200,3,0,2672,0,1,0,0,0),(47809,8921,230,1,1,8180,0,407.217,-51.017,-63.8686,0.628253,7200,3,0,2672,0,1,0,0,0),(47810,8912,230,1,1,8792,1,320.767,-210.933,-78.0466,5.14872,7200,0,0,5316,3614,0,0,0,0),(47811,8890,230,1,1,8758,1,295.44,-115.542,-69.9608,4.15388,7200,0,0,6414,0,0,0,0,0),(47812,8921,230,1,1,8180,0,365.441,-214.539,-73.1542,4.50295,7200,0,0,2672,0,0,0,0,0),(47813,8890,230,1,1,8758,1,337.164,-196.97,-78.1487,2.25148,7200,0,0,6414,0,0,0,0,0),(47814,8892,230,1,1,8718,1,648.02,-189.836,-75.6377,4.86947,7200,0,0,6645,0,0,0,0,0),(47815,8891,230,1,1,8750,1,650.114,-224.158,-82.6135,5.3058,7200,0,0,6645,0,0,0,0,0),(47816,8891,230,1,1,8750,1,634.132,-153.048,-70.7033,4.81711,7200,0,0,6645,0,0,0,0,0),(47817,8891,230,1,1,8750,1,519.394,-241.991,-65.3693,1.97222,7200,0,0,6645,0,0,0,0,0),(47818,8892,230,1,1,8718,1,588.94,-137.7,-68.5618,5.79449,7200,0,0,6645,0,0,0,0,0),(47819,8891,230,1,1,8750,1,659.148,-150.016,-72.6521,5.51524,7200,0,0,6645,0,0,0,0,0),(47820,8892,230,1,1,8718,1,589.265,-287.606,-82.5056,3.00197,7200,0,0,6645,0,0,0,0,0),(47821,8892,230,1,1,8718,1,635.626,-156.738,-71.06,2.81399,7200,5,0,6645,0,1,0,0,0),(47822,8892,230,1,1,8718,1,666.733,-198.565,-78.186,1.3439,7200,0,0,6645,0,0,0,0,0),(47823,8892,230,1,1,8718,1,600.741,-263.019,-83.2753,0.20944,7200,0,0,6645,0,0,0,0,0),(47824,8890,230,1,1,8758,1,493.624,-60.0595,-62.3808,0.750492,7200,0,0,6414,0,0,0,0,0),(47825,8890,230,1,1,8758,1,504.334,-124.74,-62.2873,3.3539,7200,5,0,6414,0,1,0,0,0),(47826,8921,230,1,1,8180,0,506.21,-126.368,-61.9919,3.60864,7200,0,0,2672,0,0,0,0,0),(47827,8921,230,1,1,8180,0,507.096,-123.682,-61.9944,3.60864,7200,0,0,2672,0,0,0,0,0),(47828,8889,230,1,1,8754,1,473.529,-88.3264,-62.8351,5.23599,7200,0,0,6183,0,0,0,0,0),(47829,8890,230,1,1,8758,1,510.965,-123.116,-62.5922,1.90241,7200,0,0,6414,0,0,0,0,0),(47830,8921,230,1,1,8180,0,519.55,-68.0224,-62.0111,2.3229,7200,5,0,2672,0,1,0,0,0),(47831,8921,230,1,1,8180,0,520.168,-71.6099,-62.0318,2.20067,7200,0,0,2672,0,0,0,0,0),(47832,8921,230,1,1,8180,0,522.995,-71.7041,-62.1196,2.16334,7200,0,0,2672,0,0,0,0,0),(47833,8892,230,1,1,8718,1,630.753,-81.0635,-45.7456,1.22173,7200,0,0,6645,0,0,0,0,0),(47834,8892,230,1,1,8718,1,558.759,-86.3946,-44.9377,1.93731,7200,0,0,6645,0,0,0,0,0),(47835,8892,230,1,1,8718,1,634.336,-74.7301,-45.6399,4.03171,7200,0,0,6645,0,0,0,0,0),(47836,8909,230,1,1,2172,0,595.242,-85.3328,-45.456,1.54788,7200,0,0,5316,3614,2,0,0,0),(47837,8891,230,1,1,8750,1,668.63,-142.33,-46.1504,4.15388,7200,0,0,6645,0,0,0,0,0),(47838,8892,230,1,1,8718,1,691.71,-126.73,-46.3482,2.21657,7200,0,0,6645,0,0,0,0,0),(47839,8891,230,1,1,8750,1,625.561,-52.1923,-59.9762,0.366519,7200,0,0,6645,0,0,0,0,0),(47840,8891,230,1,1,8750,1,612.218,-99.9253,-45.8613,3.08923,7200,0,0,6645,0,0,0,0,0),(47841,8892,230,1,1,8718,1,623.13,-120.324,-46.106,5.60251,7200,0,0,6645,0,0,0,0,0),(47842,8891,230,1,1,8750,1,569.366,-100.759,-44.9377,6.0912,7200,0,0,6645,0,0,0,0,0),(47843,8899,230,1,1,8822,1,682.865,-9.60982,-59.9754,2.56563,7200,0,0,7359,0,0,0,0,0),(47844,8911,230,1,1,5488,0,692.248,-12.2783,-45.5771,4.60767,7200,0,0,7599,0,0,0,0,0),(47845,8911,230,1,1,5488,0,715.954,31.2373,-45.3576,1.27409,7200,0,0,7599,0,0,0,0,0),(47846,8898,230,1,1,8751,1,689.226,57.376,-45.3839,5.13127,7200,0,0,5886,3964,0,0,0,0),(47847,8899,230,1,1,8820,1,732.85,-14.5486,-46.0667,0.401426,7200,0,0,7359,0,0,0,0,0),(47848,8898,230,1,1,8751,1,694.733,-12.6555,-45.5882,4.93928,7200,0,0,5886,3964,0,0,0,0),(47849,8898,230,1,1,8751,1,701.977,25.4987,-45.3759,4.69494,7200,0,0,5886,3964,0,0,0,0),(47850,8911,230,1,1,5488,0,678.88,55.816,-59.9536,4.85202,7200,0,0,7599,0,0,0,0,0),(47868,8899,230,1,1,8822,1,762.155,-49.4341,-46.1504,1.91986,7200,0,0,7359,0,0,0,0,0),(47877,8899,230,1,1,8822,1,737.059,-16.7554,-46.1504,1.8675,7200,0,0,7359,0,0,0,0,0),(47878,8902,230,1,1,8798,1,902.036,-233.051,-49.8527,4.74729,7200,0,0,1834,1864,0,0,0,0),(47881,8902,230,1,1,8801,1,901.834,-227.637,-50.0352,5.44543,7200,0,0,1834,1864,0,0,0,0),(47882,8902,230,1,1,8800,1,905.382,-230.302,-49.8965,2.67035,7200,0,0,1834,1864,0,0,0,0),(47948,8900,230,1,1,8815,1,898.066,-235.703,-49.8527,1.53589,7200,0,0,2305,4896,0,0,0,0),(47950,8911,230,1,1,5488,0,898.096,-232.077,-49.8527,4.76475,7200,0,0,7599,0,0,0,0,0),(47951,8911,230,1,1,5488,0,902.047,-238.54,-49.8527,1.5708,7200,0,0,7599,0,0,0,0,0),(47952,8911,230,1,1,5488,0,886.74,-327.905,-116.12,5.21696,7200,5,0,7599,0,1,0,0,0),(47995,8911,230,1,1,5488,0,1009.73,-235.89,-104.863,0.180177,7200,5,0,7599,0,1,0,0,0),(47996,8911,230,1,1,5488,0,1209.99,-442.035,-102.026,1.85005,7200,0,0,7599,0,0,0,0,0),(47997,8911,230,1,1,5488,0,1118.19,-358.505,-120.342,2.67035,7200,0,0,7599,0,0,0,0,0),(48037,8911,230,1,1,5488,0,1150.9,-323.904,-105.601,0.855211,7200,3,0,7599,0,1,0,0,0),(48039,8911,230,1,1,5488,0,851.683,-281.675,-116.122,5.61394,7200,5,0,7599,0,1,0,0,0),(48040,8911,230,1,1,5488,0,1012.17,-239.351,-104.863,2.11793,7200,5,0,7599,0,1,0,0,0),(48090,8911,230,1,1,5488,0,1139.25,-241.24,-116.368,1.4164,7200,0,0,7599,0,2,0,0,0),(48091,8911,230,1,1,5488,0,1165.08,-327.249,-104.616,4.61086,7200,3,0,7599,0,1,0,0,0),(48092,9547,230,1,1,8679,1,877.047,-200.616,-43.6204,4.85932,7200,0,0,1443,4140,0,0,0,0),(48093,9547,230,1,1,8679,1,870.104,-167.366,-49.6738,5.38127,7200,0,0,1443,4140,0,0,0,0),(48094,9545,230,1,1,8673,1,858.437,-196.42,-43.6204,4.80094,7200,0,0,2061,0,0,0,0,0),(48152,9545,230,1,1,8676,1,866.51,-142.174,-49.6736,3.18714,7200,0,0,2061,0,0,0,0,0),(48153,9554,230,1,1,8683,1,826.493,-176.204,-49.6699,2.19405,7200,0,0,6183,0,0,0,0,0),(48168,9545,230,1,1,8673,1,884.002,-209.763,-42.7176,0.521002,7200,0,0,2061,0,0,0,0,0),(48169,9547,230,1,1,8678,1,875.471,-161.67,-49.6744,6.03025,7200,0,0,1443,4140,0,0,0,0),(48170,9554,230,1,1,8681,1,874.506,-210.514,-43.6204,3.2657,7200,0,0,6183,0,0,0,0,0),(48171,9547,230,1,1,8678,1,872.532,-137.667,-49.6753,4.36103,7200,0,0,1443,4140,0,0,0,0),(48172,9545,230,1,1,8676,1,891.181,-202.894,-43.6204,3.79794,7200,0,0,2061,0,0,0,0,0),(48173,8901,230,1,1,9290,1,1381.23,-432.56,-94.6746,1.51663,300,5,0,711,0,1,0,0,0),(48174,8901,230,1,1,9288,1,1381.96,-434.549,-94.6746,1.51698,300,5,0,711,0,1,0,0,0),(48203,8901,230,1,1,8755,1,1379.43,-435.989,-94.6746,1.654,300,5,0,711,0,1,0,0,0),(17650,6491,0,1,4294967295,0,0,-9554.16,-1367.13,51.202,4.91271,60,0,0,4120,0,0,0,0,0),(48209,8901,230,1,1,9290,1,1383.58,-433.686,-94.6746,1.52719,300,5,0,711,0,1,0,0,0),(88903,8901,230,1,1,9289,1,1383.94,-437.583,-94.6746,1.63536,300,5,0,711,0,1,0,0,0),(88904,8901,230,1,1,9289,1,1379.96,-432.732,-94.6746,1.58454,300,5,0,711,0,1,0,0,0),(88905,8901,230,1,1,8755,1,1474.54,-429.184,-91.9711,4.90438,300,0,0,711,0,0,0,0,0),(88906,8901,230,1,1,8755,1,1472.5,-431.129,-91.9711,5.95157,300,0,0,711,0,0,0,0,0),(88907,8901,230,1,1,9289,1,1474.94,-436.152,-91.9711,1.55334,300,0,0,711,0,0,0,0,0),(88908,8901,230,1,1,9289,1,1467.29,-442.55,-91.9711,3.59538,300,0,0,711,0,0,0,0,0),(88909,8901,230,1,1,8755,1,1465.29,-446.614,-91.9693,1.79769,300,0,0,711,0,0,0,0,0),(88911,8901,230,1,1,9289,1,1456.69,-455.008,-91.959,2.35619,300,0,0,711,0,0,0,0,0),(90487,8901,230,1,1,9288,1,1477.09,-433.062,-91.9711,2.67035,300,0,0,711,0,0,0,0,0),(90489,8901,230,1,1,8755,1,1454.87,-451.984,-91.952,5.13127,300,0,0,711,0,0,0,0,0),(90491,8901,230,1,1,9288,1,1461.99,-444.457,-91.9634,0.226893,300,0,0,711,0,0,0,0,0),(90513,8901,230,1,1,8755,1,1463.49,-441.138,-91.9661,5.11381,300,0,0,711,0,0,0,0,0),(90514,8911,230,1,1,5488,0,1330.29,-499.318,-89.8003,1.46608,7200,0,0,7599,0,0,0,0,0),(90515,8901,230,1,1,9289,1,1385.07,-442.853,-94.5913,4.5204,300,0,0,711,0,0,0,0,0),(90516,8901,230,1,1,9288,1,1372.44,-443.276,-94.5913,0.471239,300,0,0,711,0,0,0,0,0),(90517,8901,230,1,1,9290,1,1387.54,-441.535,-94.5913,0.558505,300,0,0,711,0,0,0,0,0),(90519,8901,230,1,1,9289,1,1387.39,-445.746,-94.5913,2.09439,300,0,0,711,0,0,0,0,0),(90520,8901,230,1,1,8755,1,1372.36,-429.011,-94.5913,0.558505,300,0,0,711,0,0,0,0,0),(90521,8901,230,1,1,9290,1,1370.7,-426.248,-94.5913,1.41372,300,0,0,711,0,0,0,0,0),(90522,8901,230,1,1,9289,1,1390.35,-444.429,-94.5913,4.17134,300,0,0,711,0,0,0,0,0),(90523,8901,230,1,1,9288,1,1374.89,-426.135,-94.5913,2.51327,300,0,0,711,0,0,0,0,0),(90524,8901,230,1,1,9289,1,1375.37,-446.558,-94.5913,5.55015,300,0,0,711,0,0,0,0,0),(90525,8901,230,1,1,9288,1,1371.32,-445.236,-94.5913,1.97222,300,0,0,711,0,0,0,0,0),(90526,8901,230,1,1,8755,1,1329.97,-448.636,-91.9246,4.46804,300,0,0,711,0,0,0,0,0),(90527,8901,230,1,1,9289,1,1326.77,-443.608,-91.9312,3.28122,300,0,0,711,0,0,0,0,0),(90528,8901,230,1,1,8755,1,1350.6,-446.162,-91.9467,6.14356,300,0,0,711,0,0,0,0,0),(90529,8901,230,1,1,9289,1,1311.74,-461.614,-91.9524,3.28122,300,0,0,711,0,0,0,0,0),(90530,8901,230,1,1,9288,1,1331.03,-443.818,-91.9295,6.03884,300,0,0,711,0,0,0,0,0),(90531,8901,230,1,1,9289,1,1313.48,-442.15,-91.9254,2.47837,300,0,0,711,0,0,0,0,0),(90532,8901,230,1,1,9290,1,1314.36,-458.797,-91.9436,5.48033,300,0,0,711,0,0,0,0,0),(90533,8901,230,1,1,9288,1,1314.22,-438.777,-91.9259,6.00393,300,0,0,711,0,0,0,0,0),(90534,8901,230,1,1,9289,1,1316.99,-439.793,-91.9165,1.53589,300,0,0,711,0,0,0,0,0),(90535,8901,230,1,1,9290,1,1346.16,-449.806,-91.9373,2.54818,300,0,0,711,0,0,0,0,0),(90536,8901,230,1,1,9290,1,1416.32,-433.632,-91.9349,1.85005,300,0,0,711,0,0,0,0,0),(90537,8901,230,1,1,9289,1,1413.81,-432.722,-91.9394,1.06465,300,0,0,711,0,0,0,0,0),(90538,8901,230,1,1,9289,1,1415.35,-429.179,-91.9433,4.60767,300,0,0,711,0,0,0,0,0),(90539,8901,230,1,1,9289,1,1432.75,-437.7,-91.9339,3.31613,300,0,0,711,0,0,0,0,0),(90540,8901,230,1,1,8755,1,1428.77,-411.007,-91.9347,0.453786,300,0,0,711,0,0,0,0,0),(90541,8901,230,1,1,9290,1,1432.3,-408.596,-91.9337,3.90954,300,0,0,711,0,0,0,0,0),(90542,8901,230,1,1,9288,1,1439.81,-425.127,-91.9286,3.00197,300,0,0,711,0,0,0,0,0),(90543,8901,230,1,1,8755,1,1435.43,-422.761,-91.9284,5.74213,300,0,0,711,0,0,0,0,0),(90544,8901,230,1,1,9289,1,1435.38,-426.302,-91.9223,0.331613,300,0,0,711,0,0,0,0,0),(90545,8901,230,1,1,9288,1,1429.61,-437.877,-91.9352,6.24828,300,0,0,711,0,0,0,0,0),(90546,8901,230,1,1,9288,1,1398.6,-541.89,-91.9433,5.65487,300,0,0,711,0,0,0,0,0),(90547,8901,230,1,1,9290,1,1396.37,-521.767,-91.9285,0.977384,300,0,0,711,0,0,0,0,0),(90548,8901,230,1,1,9288,1,1395.9,-537.116,-91.9296,5.0091,300,0,0,711,0,0,0,0,0),(90549,8901,230,1,1,9288,1,1399.43,-519.463,-91.9285,5.70723,300,0,0,711,0,0,0,0,0),(90550,8901,230,1,1,9288,1,1399.03,-524.913,-91.9285,3.1765,300,0,0,711,0,0,0,0,0),(90551,8901,230,1,1,9290,1,1415.01,-520.726,-91.939,2.96706,300,0,0,711,0,0,0,0,0),(90552,8901,230,1,1,9289,1,1412.68,-543.524,-91.948,0.244346,300,0,0,711,0,0,0,0,0),(90553,8901,230,1,1,9288,1,1419.59,-524.833,-91.9493,0.610865,300,0,0,711,0,0,0,0,0),(90554,8901,230,1,1,9288,1,1400.04,-537.496,-91.9307,3.71755,300,0,0,711,0,0,0,0,0),(90555,8901,230,1,1,8755,1,1415.75,-540.3,-91.9501,3.92699,300,0,0,711,0,0,0,0,0),(90556,8901,230,1,1,9290,1,1363.6,-374.809,-91.9429,3.12414,300,0,0,711,0,0,0,0,0),(90557,8901,230,1,1,9290,1,1345.22,-359.163,-91.9198,1.20428,300,0,0,711,0,0,0,0,0),(90558,8901,230,1,1,9290,1,1345.74,-343.003,-91.9495,2.46091,300,0,0,711,0,0,0,0,0),(90559,8901,230,1,1,8755,1,1362.47,-378.021,-91.9411,0.925025,300,0,0,711,0,0,0,0,0),(90560,8901,230,1,1,9289,1,1344.97,-340.83,-91.9575,5.13127,300,0,0,711,0,0,0,0,0),(90561,8901,230,1,1,9288,1,1358.46,-357.282,-91.9277,4.85202,300,0,0,711,0,0,0,0,0),(90562,8901,230,1,1,9288,1,1346.5,-376.991,-91.9222,2.00713,300,0,0,711,0,0,0,0,0),(90563,8901,230,1,1,9290,1,1347.79,-374.283,-91.9199,5.95157,300,0,0,711,0,0,0,0,0),(90564,8901,230,1,1,8755,1,1362.02,-361.091,-91.9255,3.56047,300,0,0,711,0,0,0,0,0),(90565,8901,230,1,1,8755,1,1344.27,-362.935,-91.928,5.06145,300,0,0,711,0,0,0,0,0),(90566,8901,230,1,1,9288,1,1288.89,-443.535,-91.9711,1.55334,300,0,0,711,0,0,0,0,0),(90567,8901,230,1,1,9290,1,1293.76,-448.941,-91.9711,3.35103,300,0,0,711,0,0,0,0,0),(90568,8901,230,1,1,9289,1,1290.45,-449.343,-91.9711,6.26573,300,0,0,711,0,0,0,0,0),(90569,8901,230,1,1,9290,1,1298.25,-441.673,-91.9653,3.36848,300,0,0,711,0,0,0,0,0),(90570,8901,230,1,1,9290,1,1284.06,-437.056,-91.9711,3.03687,300,0,0,711,0,0,0,0,0),(90571,8901,230,1,1,8755,1,1294.32,-442.919,-91.9711,0.541052,300,0,0,711,0,0,0,0,0),(90572,8901,230,1,1,9290,1,1297.13,-440.224,-91.9673,3.97935,300,0,0,711,0,0,0,0,0),(90573,8901,230,1,1,8755,1,1281.69,-439.124,-91.9711,1.85005,300,0,0,711,0,0,0,0,0),(90574,8901,230,1,1,9288,1,1289.53,-441.673,-91.9711,4.13643,300,0,0,711,0,0,0,0,0),(90575,8901,230,1,1,9290,1,1280.16,-436.085,-91.9711,5.60251,300,0,0,711,0,0,0,0,0),(90576,8901,230,1,1,9289,1,1446.07,-509.547,-91.9542,4.85202,300,0,0,711,0,0,0,0,0),(90577,8901,230,1,1,9290,1,1449.34,-512.27,-91.9598,1.88496,300,0,0,711,0,0,0,0,0),(90578,8901,230,1,1,9288,1,1432.87,-528.623,-91.9624,5.02655,300,0,0,711,0,0,0,0,0),(90579,8901,230,1,1,9290,1,1445.12,-525.361,-91.9604,1.48353,300,0,0,711,0,0,0,0,0),(90580,8901,230,1,1,9289,1,1449.1,-523.051,-91.9613,5.88176,300,0,0,711,0,0,0,0,0),(90581,8901,230,1,1,9289,1,1431.91,-523.971,-91.9542,0.383972,300,0,0,711,0,0,0,0,0),(90582,8901,230,1,1,9290,1,1446.47,-497.064,-91.9478,2.40855,300,0,0,711,0,0,0,0,0),(90583,8901,230,1,1,8755,1,1448.77,-527.128,-91.9636,6.0912,300,0,0,711,0,0,0,0,0),(90584,8901,230,1,1,9290,1,1450.16,-495.335,-91.9548,1.06465,300,0,0,711,0,0,0,0,0),(90585,8901,230,1,1,8755,1,1450.44,-508.672,-91.9619,0.314159,300,0,0,711,0,0,0,0,0),(90586,8906,230,1,1,8177,0,807.141,52.1214,-53.5713,3.1765,7200,0,0,7599,0,0,0,0,0),(90587,8900,230,1,1,8814,1,804.537,50.8482,-53.5804,0.139626,7200,0,0,2305,4896,0,0,0,0),(90588,8920,230,1,1,8897,1,788.368,-0.498707,-53.6518,3.01942,7200,0,0,2453,0,0,0,0,0),(90589,8920,230,1,1,8894,1,778.715,47.5265,-53.6518,4.7822,7200,0,0,2453,0,0,0,0,0),(90590,8906,230,1,1,8177,0,779.212,44.9612,-53.6518,3.19395,7200,0,0,7599,0,0,0,0,0),(90591,8920,230,1,1,8895,1,800.774,35.1317,-53.6643,5.67365,7200,5,0,2453,0,1,0,0,0),(90592,8920,230,1,1,8896,1,793.538,-34.395,-53.631,5.28835,7200,0,0,2453,0,0,0,0,0),(90593,8900,230,1,1,8812,1,774.173,-9.61347,-53.7318,1.59027,7200,3,0,2305,4896,1,0,0,0),(90594,8900,230,1,1,8814,1,760.166,55.6209,-53.6182,3.24631,7200,0,0,2305,4896,0,0,0,0),(90595,8906,230,1,1,8177,0,780.244,-9.44037,-53.6513,1.72788,7200,0,0,7599,0,0,0,0,0),(90596,8904,230,1,1,8828,1,1406.05,-821.902,-91.8983,2.93215,7200,0,0,2394,4896,0,0,0,0),(90597,8904,230,1,1,8828,1,1395.39,-816.384,-91.8982,5.67232,7200,0,0,2394,4896,0,0,0,0),(90598,8915,230,1,1,8778,1,1398.54,-823.968,-91.8983,0.698132,7200,0,0,2634,2041,0,0,0,0),(90599,8915,230,1,1,9025,1,1406.05,-816.533,-91.8983,3.97935,7200,0,0,2634,2041,0,0,0,0),(90600,8903,230,1,1,8749,1,1354.93,-796.008,-85.0636,6.24828,7200,0,0,7842,0,0,0,0,0),(90601,8899,230,1,1,8822,1,1380.99,-793.052,-92.6402,5.88176,7200,0,0,7359,0,0,0,0,0),(90602,8904,230,1,1,8826,1,1411.75,-799.675,-85.0696,3.66519,7200,0,0,2394,4896,0,0,0,0),(90603,8904,230,1,1,8827,1,1406.5,-798.135,-85.0654,5.18363,7200,0,0,2394,4896,0,0,0,0),(90604,8915,230,1,1,9025,1,1411.87,-804.099,-85.0692,2.54818,7200,0,0,2634,2041,0,0,0,0),(90605,8915,230,1,1,8778,1,1406.52,-801.503,-85.0678,6.16101,7200,0,0,2634,2041,0,0,0,0),(90606,8904,230,1,1,8828,1,1406.73,-722.535,-91.8983,3.92699,7200,0,0,2394,4896,0,0,0,0),(90607,8904,230,1,1,8827,1,1401.37,-728.191,-91.8983,0.436332,7200,0,0,2394,4896,0,0,0,0),(90608,8904,230,1,1,8825,1,1408.14,-728.471,-91.8983,2.75762,7200,0,0,2394,4896,0,0,0,0),(90609,8904,230,1,1,8827,1,1404.44,-731.368,-91.8983,1.32645,7200,0,0,2394,4896,0,0,0,0),(90610,8915,230,1,1,8779,1,1402.53,-723.347,-91.8983,5.25344,7200,0,0,2634,2041,0,0,0,0),(90611,8899,230,1,1,8820,1,1408.95,-743.275,-85.0691,5.61996,7200,0,0,7359,0,0,0,0,0),(90612,8904,230,1,1,8828,1,1352.93,-732.719,-91.8983,0.698132,7200,0,0,2394,4896,0,0,0,0),(90613,8904,230,1,1,8825,1,1352.36,-726.895,-91.8983,0.034907,7200,0,0,2394,4896,0,0,0,0),(90614,8904,230,1,1,8828,1,1358.75,-726.641,-91.8983,3.49066,7200,0,0,2394,4896,0,0,0,0),(90615,8904,230,1,1,8828,1,1354.74,-723.03,-91.8983,5.39307,7200,0,0,2394,4896,0,0,0,0),(90616,8904,230,1,1,8827,1,1356.95,-733.003,-91.8983,1.74533,7200,0,0,2394,4896,0,0,0,0),(90617,8904,230,1,1,8825,1,1345.59,-799.74,-85.07,5.55015,7200,0,0,2394,4896,0,0,0,0),(90618,8904,230,1,1,8827,1,1351.93,-802.79,-85.069,3.15905,7200,0,0,2394,4896,0,0,0,0),(90619,8904,230,1,1,8825,1,1350.21,-799.457,-85.0696,4.36332,7200,0,0,2394,4896,0,0,0,0),(90620,8915,230,1,1,8778,1,1349.8,-806.159,-85.0689,1.79769,7200,0,0,2634,2041,0,0,0,0),(90621,8899,230,1,1,8820,1,1406.38,-791.195,-85.0604,5.32325,7200,0,0,7359,0,0,0,0,0),(90622,8894,230,1,1,8752,1,804.024,-272.105,-43.1346,2.53073,7200,0,0,4653,8786,0,0,0,0),(90623,8892,230,1,1,8718,1,769.13,-306.203,-43.3014,4.32842,7200,5,0,6645,0,1,0,0,0),(90624,8896,230,1,1,8795,1,564.61,-273.643,-43.018,3.36848,7200,0,0,2304,1807,0,0,0,0),(90625,8896,230,1,1,8793,1,556.481,-276.268,-43.018,0.401426,7200,0,0,2304,1807,0,0,0,0),(90626,8896,230,1,1,8796,1,561.447,-270.267,-43.018,4.46804,7200,0,0,2304,1807,0,0,0,0),(90627,8896,230,1,1,8796,1,552.692,-265.121,-43.018,5.35816,7200,0,0,2304,1807,0,0,0,0),(90628,8897,230,1,1,8805,1,555.384,-268.208,-43.018,2.32129,7200,0,0,2980,0,0,0,0,0),(90629,8894,230,1,1,8752,1,560.114,-279.083,-43.018,1.50098,7200,0,0,4653,8786,0,0,0,0),(90630,8892,230,1,1,8718,1,818.215,-301.775,-43.21,2.70526,7200,0,0,6645,0,0,0,0,0),(90631,8896,230,1,1,8793,1,913.611,-306.681,-49.854,4.06662,7200,0,0,2304,1807,0,0,0,0),(90632,8896,230,1,1,8793,1,910.232,-309.776,-49.852,0.488692,7200,0,0,2304,1807,0,0,0,0),(90633,8913,230,1,1,8776,1,913.444,-310.126,-49.856,2.3911,7200,0,0,4812,9012,0,0,0,0),(90634,8897,230,1,1,8805,1,910.457,-307.054,-49.8484,5.44543,7200,0,0,2980,0,0,0,0,0),(90635,8895,230,1,1,8753,1,907.283,-303.749,-49.8527,0.436332,7200,0,0,5502,3728,0,0,0,0),(90636,8913,230,1,1,8777,1,910.216,-302.067,-49.8437,3.75246,7200,0,0,4812,9012,0,0,0,0),(90637,8894,230,1,1,8752,1,795.499,-303.18,-43.2113,4.2586,7200,0,0,4653,8786,0,0,0,0),(90638,8910,230,1,1,1070,0,654.851,-271.714,-43.0998,6.24828,7200,0,0,5691,3846,0,0,0,0),(90639,8910,230,1,1,1070,0,657.492,-295.114,-43.2001,0.244346,7200,0,0,5691,3846,0,0,0,0),(90640,8893,230,1,1,8757,1,782.223,-241.044,-43.2994,4.11218,7200,5,0,6645,0,1,0,0,0),(90641,8896,230,1,1,8794,1,844.938,-332.622,-50.1994,3.40339,7200,0,0,2304,1807,0,0,0,0),(90642,8896,230,1,1,8796,1,834.484,-314.541,-50.1949,6.03884,7200,0,0,2304,1807,0,0,0,0),(90643,8896,230,1,1,8796,1,828.176,-326.792,-50.1981,2.07694,7200,0,0,2304,1807,0,0,0,0),(90644,8913,230,1,1,8776,1,826.355,-321.649,-50.1874,4.90438,7200,0,0,4812,9012,0,0,0,0),(90645,8913,230,1,1,8776,1,840.275,-333.673,-50.1994,0.191986,7200,0,0,4812,9012,0,0,0,0),(90646,8914,230,1,1,9349,1,840.412,-316.446,-50.201,2.74017,7200,0,0,5691,3846,0,0,0,0),(90647,8896,230,1,1,8795,1,798.29,-262.88,-43.1369,4.39823,7200,0,0,2304,1807,0,0,0,0),(90648,8896,230,1,1,8796,1,794.885,-266.32,-43.1952,5.95157,7200,0,0,2304,1807,0,0,0,0),(90649,8913,230,1,1,8772,1,802.795,-267.726,-43.1161,2.77507,7200,0,0,4812,9012,0,0,0,0),(90650,8914,230,1,1,9347,1,797.579,-270.536,-43.1938,1.72788,7200,0,0,5691,3846,0,0,0,0),(90651,8921,230,1,1,8180,0,605.192,44.4749,-74.0454,2.07537,7200,5,0,2672,0,1,0,0,0),(90652,8921,230,1,1,8180,0,638.745,-50.3329,-73.8678,2.76303,7200,5,0,2672,0,1,0,0,0),(90653,8895,230,1,1,8753,1,679.383,-126.595,-72.0897,4.34226,7200,0,0,5502,3728,0,0,0,0),(90654,8893,230,1,1,8757,1,679.73,-127.493,-72.0882,3.87625,7200,0,0,6645,0,0,0,0,0),(90655,8893,230,1,1,8757,1,680.267,-126.248,-72.0773,5.45412,7200,0,0,6645,0,0,0,0,0),(90656,8893,230,1,1,8757,1,681.029,-125.095,-72.0637,4.13096,7200,0,0,6645,0,0,0,0,0),(90657,8894,230,1,1,8752,1,677.519,-125.871,-72.1111,5.13357,7200,0,0,4653,8786,0,0,0,0),(90658,8895,230,1,1,8753,1,662.677,192.024,-72.1815,4.99164,7200,0,0,5502,3728,0,0,0,0),(90659,8893,230,1,1,8757,1,657.677,192.518,-72.1776,4.99164,7200,0,0,6645,0,0,0,0,0),(90660,8894,230,1,1,8752,1,660.719,197.776,-72.105,4.99164,7200,0,0,4653,8786,0,0,0,0),(90661,8893,230,1,1,8757,1,652.635,196.035,-72.1328,4.99164,7200,0,0,6645,0,0,0,0,0),(90662,8892,230,1,1,8718,1,655.096,201.248,-72.1411,4.99164,7200,0,0,6645,0,0,0,0,0),(90663,8910,230,1,1,1070,0,844.957,-204.539,-72.1765,4.06662,7200,0,0,5691,3846,0,0,0,0),(90664,8910,230,1,1,1070,0,831.207,-228.417,-71.9635,1.13446,7200,0,0,5691,3846,0,0,0,0),(90665,8910,230,1,1,1070,0,821.661,-174.748,-73.1141,4.08407,7200,0,0,5691,3846,0,0,0,0),(90666,8910,230,1,1,1070,0,802.117,-207.665,-72.7428,1.13446,7200,0,0,5691,3846,0,0,0,0),(90667,8895,230,1,1,8753,1,667.863,101.598,-73.7868,5.81195,7200,0,0,5502,3728,0,0,0,0),(90668,8893,230,1,1,8757,1,675.326,103.708,-73.7868,2.51327,7200,0,0,6645,0,0,0,0,0),(90669,8893,230,1,1,8757,1,673.552,100.529,-73.7868,2.58309,7200,0,0,6645,0,0,0,0,0),(90670,8894,230,1,1,8752,1,671.665,97.1954,-73.7868,2.60054,7200,0,0,4653,8786,0,0,0,0),(90671,8894,230,1,1,8752,1,669.753,93.8376,-73.7868,2.56563,7200,0,0,4653,8786,0,0,0,0),(90672,8921,230,1,1,8180,0,743.215,-60.3527,-71.9954,2.42601,7200,0,0,2672,0,0,0,0,0),(90673,8921,230,1,1,8180,0,741.428,-56.4887,-71.7187,2.89725,7200,0,0,2672,0,0,0,0,0),(90674,8921,230,1,1,8180,0,741.113,-52.3226,-71.7261,3.52556,7200,0,0,2672,0,0,0,0,0),(90675,8895,230,1,1,8753,1,651.705,61.2399,-73.8701,2.74017,7200,0,0,5502,3728,0,0,0,0),(90676,8893,230,1,1,8757,1,648.766,68.2939,-73.8704,5.93412,7200,0,0,6645,0,0,0,0,0),(90677,8893,230,1,1,8757,1,647.31,64.983,-73.8704,5.91667,7200,0,0,6645,0,0,0,0,0),(90678,8894,230,1,1,8752,1,646.111,61.6754,-73.8704,5.8294,7200,0,0,4653,8786,0,0,0,0),(90679,8894,230,1,1,8752,1,644.751,58.9224,-73.8704,5.81195,7200,0,0,4653,8786,0,0,0,0),(90680,8895,230,1,1,8753,1,736.497,-58.9588,-71.8597,3.92699,7200,5,0,5502,3728,1,0,0,0),(90681,8893,230,1,1,8757,1,737.386,-59.6062,-71.8446,5.31331,7200,5,0,6645,0,1,0,0,0),(90682,8894,230,1,1,8752,1,735.496,-58.2871,-71.899,2.0785,7200,0,0,4653,8786,0,0,0,0),(90683,8893,230,1,1,8757,1,739.326,-61.7872,-71.8094,5.29402,7200,0,0,6645,0,0,0,0,0),(90684,8892,230,1,1,8718,1,733.669,-56.1304,-71.9675,2.07851,7200,0,0,6645,0,0,0,0,0),(90685,8890,230,1,1,8758,1,291.353,-117.947,-69.8506,0.558505,7200,0,0,6414,0,0,0,0,0),(90686,8921,230,1,1,8180,0,405.437,-73.7528,-62.0672,2.82692,7200,5,0,2672,0,1,0,0,0),(90687,8921,230,1,1,8180,0,412.444,-78.1369,-62.4241,2.82692,7200,3,0,2672,0,1,0,0,0),(90688,8921,230,1,1,8180,0,414.982,-76.8596,-62.6671,2.82692,7200,3,0,2672,0,1,0,0,0),(90689,8891,230,1,1,8750,1,398.49,-111.579,-65.0967,4.81711,7200,0,0,6645,0,0,0,0,0),(90690,8890,230,1,1,8758,1,393.839,-143.637,-64.8657,4.62512,7200,0,0,6414,0,0,0,0,0),(90691,8890,230,1,1,8758,1,432.875,-116.073,-65.2243,3.90954,7200,0,0,6414,0,0,0,0,0),(90692,8891,230,1,1,8750,1,379.509,-191.971,-69.718,3.40339,7200,0,0,6645,0,0,0,0,0),(90693,8921,230,1,1,8180,0,460.844,-136.703,-63.6951,3.05433,7200,0,0,2672,0,0,0,0,0),(90694,8921,230,1,1,8180,0,444.096,-82.7896,-63.7208,5.16617,7200,0,0,2672,0,0,0,0,0),(90695,8912,230,1,1,9351,1,360.983,-162.008,-64.8657,3.03687,7200,0,0,5316,3614,0,0,0,0),(90696,8890,230,1,1,8758,1,448.214,-90.3091,-62.1132,0,7200,0,0,6414,0,0,0,0,0),(90697,8890,230,1,1,8758,1,447.884,-79.9526,-62.8283,6.16101,7200,0,0,6414,0,0,0,0,0),(90698,8892,230,1,1,8718,1,589.415,-272.04,-81.5141,3.66308,7200,5,0,6645,0,1,0,0,0),(90699,8921,230,1,1,8180,0,513.93,-205.457,-59.078,0.645772,7200,0,0,2672,0,0,0,0,0),(90700,8921,230,1,1,8180,0,509.652,-193.653,-59.2962,3.87463,7200,0,0,2672,0,0,0,0,0),(90701,8921,230,1,1,8180,0,512.527,-199.283,-59.5497,3.14159,7200,0,0,2672,0,0,0,0,0),(90702,8891,230,1,1,8750,1,520.722,-241.035,-65.6437,2.28638,7200,0,0,6645,0,0,0,0,0),(90703,8892,230,1,1,8718,1,517.187,-236.456,-64.4333,5.06145,7200,0,0,6645,0,0,0,0,0),(90704,8891,230,1,1,8750,1,626.673,-125.045,-72.7928,2.9147,7200,0,0,6645,0,0,0,0,0),(90705,8892,230,1,1,8718,1,501.992,-158.544,-61.9997,1.93731,7200,0,0,6645,0,0,0,0,0),(90706,8891,230,1,1,8750,1,511.715,-155.045,-61.7997,1.93731,7200,0,0,6645,0,0,0,0,0),(90707,8891,230,1,1,8750,1,625.554,-278.916,-83.8756,0.575959,7200,0,0,6645,0,0,0,0,0),(90708,8891,230,1,1,8750,1,620.166,-123.232,-72.5403,5.95157,7200,0,0,6645,0,0,0,0,0),(90709,8891,230,1,1,8750,1,668.684,-192.317,-77.4771,5.07891,7200,0,0,6645,0,0,0,0,0),(90710,8892,230,1,1,8718,1,658.197,-230.126,-83.2209,2.82743,7200,0,0,6645,0,0,0,0,0),(90711,8891,230,1,1,8750,1,628.884,-77.5238,-45.6328,6.24828,7200,0,0,6645,0,0,0,0,0),(90712,8892,230,1,1,8718,1,610.951,-41.0554,-59.9744,0.506145,7200,0,0,6645,0,0,0,0,0),(90713,8892,230,1,1,8718,1,572.037,-100.758,-44.9377,3.29867,7200,0,0,6645,0,0,0,0,0),(90714,8891,230,1,1,8750,1,609.395,-99.6979,-45.7306,6.17846,7200,0,0,6645,0,0,0,0,0),(90715,8892,230,1,1,8718,1,587.833,-37.9909,-59.9752,2.53073,7200,0,0,6645,0,0,0,0,0),(90716,8909,230,1,1,2172,0,634.676,-77.5651,-45.6522,3.1765,7200,0,0,5316,3614,0,0,0,0),(90717,8892,230,1,1,8718,1,582.3,-34.5938,-59.976,5.95157,7200,0,0,6645,0,0,0,0,0),(90718,8891,230,1,1,8750,1,587.621,-35.401,-59.9758,3.03687,7200,0,0,6645,0,0,0,0,0),(90719,8891,230,1,1,8750,1,631.341,-109.559,-45.947,1.50098,7200,0,0,6645,0,0,0,0,0),(90720,8891,230,1,1,8750,1,669.019,-144.754,-46.1504,2.21657,7200,0,0,6645,0,0,0,0,0),(90721,8899,230,1,1,8821,1,755.36,-52.1277,-46.1504,2.11185,7200,0,0,7359,0,0,0,0,0),(90722,8898,230,1,1,8751,1,702.121,18.8661,-45.3756,1.6057,7200,0,0,5886,3964,0,0,0,0),(90723,8911,230,1,1,5488,0,736.264,-12.5603,-46.1349,4.29351,7200,0,0,7599,0,0,0,0,0),(90724,8911,230,1,1,5488,0,719.362,61.1917,-44.9377,4.53786,7200,0,0,7599,0,0,0,0,0),(90725,8898,230,1,1,8751,1,718.242,57.3913,-44.9377,1.25664,7200,0,0,5886,3964,0,0,0,0),(90726,8898,230,1,1,8751,1,677.94,-8.26589,-59.9756,6.0912,7200,0,0,5886,3964,0,0,0,0),(90727,8911,230,1,1,5488,0,695.816,-15.7533,-45.6037,1.98968,7200,0,0,7599,0,0,0,0,0),(90728,8911,230,1,1,5488,0,706.555,13.0863,-45.5852,1.76109,7200,0,0,7599,0,2,0,0,0),(90729,8911,230,1,1,5488,0,983.66,-278.923,-116.411,2.10731,7200,5,0,7599,0,1,0,0,0),(90730,8911,230,1,1,5488,0,1153.99,-313.59,-104.33,4.20332,7200,3,0,7599,0,1,0,0,0),(90731,8911,230,1,1,5488,0,1140.18,-449.129,-104.768,1.11701,7200,0,0,7599,0,0,0,0,0),(90732,8911,230,1,1,5488,0,1133.1,-444.435,-103.302,0.820305,7200,0,0,7599,0,0,0,0,0),(90733,8911,230,1,1,5488,0,1129.12,-437.422,-102.162,0.523599,7200,0,0,7599,0,0,0,0,0),(90734,8911,230,1,1,5488,0,941.022,-310.532,-116.235,1.64001,7200,5,0,7599,0,1,0,0,0),(90735,8911,230,1,1,5488,0,1067.93,-264.695,-116.356,3.96163,7200,5,0,7599,0,1,0,0,0),(90736,8911,230,1,1,5488,0,932.497,-250.361,-116.329,3.49474,7200,5,0,7599,0,1,0,0,0),(90737,9554,230,1,1,8684,1,827.466,-163.1,-49.6699,5.48649,7200,0,0,6183,0,0,0,0,0),(90738,9554,230,1,1,8682,1,873.906,-213.638,-42.6273,5.28143,7200,0,0,6183,0,0,0,0,0),(90739,9547,230,1,1,8680,1,881.549,-209.784,-43.6204,5.08309,7200,0,0,1443,4140,0,0,0,0),(90740,9545,230,1,1,8673,1,870.151,-144.163,-49.6742,2.64149,7200,0,0,2061,0,0,0,0,0),(90741,9547,230,1,1,8679,1,889.815,-205.893,-42.6204,0.153653,7200,0,0,1443,4140,0,0,0,0),(90742,9547,230,1,1,8678,1,880.795,-180.049,-43.8419,0.199057,7200,0,0,1443,4140,0,0,0,0),(90743,9554,230,1,1,8684,1,817.96,-178.674,-49.6699,5.18238,7200,0,0,6183,0,0,0,0,0),(90744,9545,230,1,1,8676,1,814.555,-172.168,-49.6699,2.39913,7200,0,0,2061,0,0,0,0,0),(90745,9547,230,1,1,8678,1,882.36,-211.872,-43.6204,1.9415,7200,0,0,1443,4140,0,0,0,0),(90746,9545,230,1,1,8675,1,831.84,-156.663,-49.6699,4.1155,7200,0,0,2061,0,0,0,0,0),(90747,8901,230,1,1,9290,1,1449.1,-356.933,-91.9516,0.698132,300,0,0,711,0,0,0,0,0),(90748,8901,230,1,1,9289,1,1451.08,-359.821,-91.9507,2.16421,300,0,0,711,0,0,0,0,0),(90749,8901,230,1,1,8755,1,1451.37,-373.793,-91.9522,1.11701,300,0,0,711,0,0,0,0,0),(90750,8901,230,1,1,8755,1,1446.42,-358.629,-91.9447,3.15905,300,0,0,711,0,0,0,0,0),(90751,8901,230,1,1,8755,1,1449.33,-376.14,-91.9423,5.70723,300,0,0,711,0,0,0,0,0),(90752,8901,230,1,1,9290,1,1434.49,-345.97,-91.9494,6.00393,300,0,0,711,0,0,0,0,0),(90753,8901,230,1,1,9290,1,1437.55,-347.443,-91.9498,3.33358,300,0,0,711,0,0,0,0,0),(90754,8901,230,1,1,9290,1,1447.86,-362.157,-91.9352,3.52556,300,0,0,711,0,0,0,0,0),(90755,8901,230,1,1,9289,1,1437.16,-344.403,-91.9564,1.74533,300,0,0,711,0,0,0,0,0),(90756,8901,230,1,1,9290,1,1439.42,-345.833,-91.9542,3.21141,300,0,0,711,0,0,0,0,0),(90757,8901,230,1,1,8755,1,1387.19,-340.844,-91.9594,1.36136,300,0,0,711,0,0,0,0,0),(90758,8901,230,1,1,9288,1,1388.51,-344.325,-91.9437,1.88496,300,0,0,711,0,0,0,0,0),(90759,8901,230,1,1,8755,1,1408.35,-317.216,-91.9711,6.17846,300,0,0,711,0,0,0,0,0),(90760,8901,230,1,1,8755,1,1411.07,-340.772,-91.9624,1.85005,300,0,0,711,0,0,0,0,0),(90761,8901,230,1,1,9288,1,1402.7,-321.739,-91.9711,1.71042,300,0,0,711,0,0,0,0,0),(90762,8901,230,1,1,9290,1,1404.83,-335.749,-91.9711,0.20944,300,0,0,711,0,0,0,0,0),(90763,8901,230,1,1,8755,1,1384.89,-345.137,-91.9401,1.88496,300,0,0,711,0,0,0,0,0),(90764,8901,230,1,1,9289,1,1403.56,-316.788,-91.9711,3.59538,300,0,0,711,0,0,0,0,0),(90765,8901,230,1,1,8755,1,1406.49,-322.95,-91.9711,0.733038,300,0,0,711,0,0,0,0,0),(90766,8901,230,1,1,9289,1,1411.33,-335.588,-91.9711,3.7001,300,0,0,711,0,0,0,0,0),(90767,8911,230,1,1,5488,0,1431.44,-500.01,-89.4362,1.6057,7200,0,0,7599,0,0,0,0,0),(90768,8901,230,1,1,9289,1,1460.5,-398.741,-91.9575,5.5676,300,0,0,711,0,0,0,0,0),(90769,8901,230,1,1,8755,1,1463.34,-401.115,-91.9648,2.46091,300,0,0,711,0,0,0,0,0),(90770,8901,230,1,1,8755,1,1473.22,-407.831,-91.9711,5.51524,300,0,0,711,0,0,0,0,0),(90771,8901,230,1,1,9290,1,1458.13,-410.033,-91.9568,5.68977,300,0,0,711,0,0,0,0,0),(90772,8901,230,1,1,8755,1,1472.62,-410.55,-91.9711,0.418879,300,0,0,711,0,0,0,0,0),(90773,8901,230,1,1,9288,1,1476.19,-409.867,-91.9711,2.87979,300,0,0,711,0,0,0,0,0),(90774,8901,230,1,1,9288,1,1453.25,-402.258,-91.9396,4.2586,300,0,0,711,0,0,0,0,0),(90775,8901,230,1,1,9288,1,1460.94,-410.054,-91.9618,3.42085,300,0,0,711,0,0,0,0,0),(90776,8901,230,1,1,9289,1,1459.87,-412.546,-91.9599,1.98968,300,0,0,711,0,0,0,0,0),(90777,8901,230,1,1,9290,1,1451.35,-405.777,-91.94,1.0472,300,0,0,711,0,0,0,0,0),(90778,8901,230,1,1,9290,1,1414.42,-379.054,-92.0089,1.29743,300,5,0,711,0,1,0,0,0),(90779,8901,230,1,1,9288,1,1410.26,-400.791,-92.0192,2.49214,300,5,0,711,0,1,0,0,0),(90780,8901,230,1,1,8755,1,1411.16,-390.771,-92.028,1.60551,300,5,0,711,0,1,0,0,0),(5721,6491,1,1,4294967295,0,0,-4637.91,-3139.22,34.9469,0.761173,60,0,0,4120,0,0,0,0,0),(5719,6491,1,1,4294967295,0,0,-8146.14,-4608.99,-125.103,4.16259,60,0,0,4120,0,0,0,0,0),(90784,8901,230,1,1,9289,1,1409.72,-405.018,-92.0262,2.53054,300,5,0,711,0,1,0,0,0),(5718,6491,1,1,4294967295,0,0,2734.82,1279.54,295.79,2.00745,60,0,0,4120,0,0,0,0,0),(90786,8901,230,1,1,9289,1,1412.69,-403.34,-92.0274,2.31446,300,5,0,711,0,1,0,0,0),(90787,8901,230,1,1,9288,1,1288.26,-422.558,-91.9711,1.64061,300,0,0,711,0,0,0,0,0),(90788,8901,230,1,1,9288,1,1299.73,-410.206,-91.9629,1.76278,300,0,0,711,0,0,0,0,0),(90789,8901,230,1,1,9288,1,1287.83,-411.418,-91.9711,0.436332,300,0,0,711,0,0,0,0,0),(90790,8901,230,1,1,9289,1,1297.11,-407.795,-91.9676,0.174533,300,0,0,711,0,0,0,0,0),(90791,8901,230,1,1,9288,1,1289.59,-418.553,-91.9711,4.24115,300,0,0,711,0,0,0,0,0),(90792,8901,230,1,1,8755,1,1298.68,-405.128,-91.9648,4.93928,300,0,0,711,0,0,0,0,0),(90793,8901,230,1,1,9289,1,1287.11,-419.346,-91.9711,5.20108,300,0,0,711,0,0,0,0,0),(90794,8901,230,1,1,9289,1,1290.35,-409.823,-91.9711,3.9968,300,0,0,711,0,0,0,0,0),(90795,8901,230,1,1,9288,1,1301.29,-406.926,-91.9601,3.36848,300,0,0,711,0,0,0,0,0),(90796,8901,230,1,1,9288,1,1289.27,-412.676,-91.9711,1.37881,300,0,0,711,0,0,0,0,0),(90797,8901,230,1,1,9289,1,1321.94,-408.211,-91.9303,5.07891,300,0,0,711,0,0,0,0,0),(90798,8901,230,1,1,8755,1,1342.11,-412.866,-91.9267,2.9147,300,0,0,711,0,0,0,0,0),(90799,8901,230,1,1,8755,1,1346.39,-416.705,-91.9305,3.10669,300,0,0,711,0,0,0,0,0),(90800,8901,230,1,1,9290,1,1321.19,-411.758,-91.9271,4.57276,300,0,0,711,0,0,0,0,0),(90801,8901,230,1,1,9288,1,1348.39,-413.741,-91.9281,1.50098,300,0,0,711,0,0,0,0,0),(90802,8901,230,1,1,8755,1,1345.47,-411.218,-91.8676,2.68781,300,0,0,711,0,0,0,0,0),(90803,8901,230,1,1,9290,1,1328.63,-391.593,-91.9182,1.5708,300,0,0,711,0,0,0,0,0),(90804,8901,230,1,1,9288,1,1343.56,-416.644,-91.9291,1.6057,300,0,0,711,0,0,0,0,0),(90806,8901,230,1,1,9288,1,1330.69,-397.53,-91.9254,4.83456,300,0,0,711,0,0,0,0,0),(90807,8901,230,1,1,8755,1,1325.71,-394.043,-91.9178,6.24828,300,0,0,711,0,0,0,0,0),(90808,8920,230,1,1,8897,1,755.999,61.6141,-53.5721,6.21337,7200,0,0,2453,0,0,0,0,0),(90809,8920,230,1,1,8895,1,806.096,54.2448,-53.5767,5.48033,7200,0,0,2453,0,0,0,0,0),(90810,8920,230,1,1,8894,1,763.269,22.2708,-53.664,3.10291,7200,5,0,2453,0,1,0,0,0),(90811,8920,230,1,1,8897,1,794.78,-35.9308,-53.6368,2.04204,7200,0,0,2453,0,0,0,0,0),(90812,8906,230,1,1,8177,0,793.348,-9.29995,-53.6518,3.07178,7200,0,0,7599,0,0,0,0,0),(90813,8920,230,1,1,8897,1,759.862,58.2598,-53.6085,3.9619,7200,0,0,2453,0,0,0,0,0),(90814,8920,230,1,1,8897,1,786.798,-42.1107,-53.6505,0.366519,7200,0,0,2453,0,0,0,0,0),(90815,8920,230,1,1,8897,1,787.464,-40.3752,-53.6493,5.23599,7200,0,0,2453,0,0,0,0,0),(90816,8900,230,1,1,8814,1,757.366,59.5952,-53.5933,0.837758,7200,0,0,2305,4896,0,0,0,0),(90817,8900,230,1,1,8813,1,791.143,-40.9252,-53.6506,3.85718,7200,0,0,2305,4896,0,0,0,0),(90818,8896,230,1,1,8795,1,855.581,-259.655,-49.8527,2.16421,7200,0,0,2304,1807,0,0,0,0),(90819,8896,230,1,1,8796,1,850.493,-257.247,-49.8662,0.314159,7200,0,0,2304,1807,0,0,0,0),(90820,8913,230,1,1,8774,1,858.027,-255.867,-49.8766,3.22886,7200,0,0,4812,9012,0,0,0,0),(90821,8897,230,1,1,8805,1,855.256,-254.566,-49.8781,3.87463,7200,0,0,2980,0,0,0,0,0),(90822,8895,230,1,1,8753,1,852.219,-258.57,-49.8635,1.11701,7200,0,0,5502,3728,0,0,0,0),(90823,8913,230,1,1,8774,1,851.562,-253.153,-49.8903,5.23599,7200,0,0,4812,9012,0,0,0,0),(90824,8896,230,1,1,8795,1,753.228,-273.44,-42.7627,3.63029,7200,0,0,2304,1807,0,0,0,0),(90825,8913,230,1,1,8777,1,741.527,-274.972,-42.7518,6.17846,7200,0,0,4812,9012,0,0,0,0),(90826,8910,230,1,1,1070,0,753.022,-277.616,-42.7704,2.72271,7200,0,0,5691,3846,0,0,0,0),(90827,8922,230,1,1,8181,0,745.672,-277.552,-42.7518,0.506145,7200,0,0,3082,0,0,0,0,0),(90828,8910,230,1,1,1070,0,855.155,-284.038,-49.936,1.98067,7200,5,0,5691,3846,1,0,0,0),(90829,8896,230,1,1,8793,1,592.506,-280.569,-43.018,5.48033,7200,0,0,2304,1807,0,0,0,0),(90830,8896,230,1,1,8795,1,597.112,-279.821,-43.0185,4.50295,7200,0,0,2304,1807,0,0,0,0),(90831,8896,230,1,1,8795,1,595.024,-289.124,-43.021,1.32645,7200,0,0,2304,1807,0,0,0,0),(90832,8913,230,1,1,8776,1,592.006,-285.288,-43.0193,0.20944,7200,0,0,4812,9012,0,0,0,0),(90833,8913,230,1,1,8776,1,600.961,-282.715,-43.02,3.47321,7200,0,0,4812,9012,0,0,0,0),(90834,8914,230,1,1,9346,1,600.32,-288.004,-43.0215,2.42601,7200,0,0,5691,3846,0,0,0,0),(90835,8896,230,1,1,8795,1,774.097,-303.192,-43.2171,4.99164,7200,0,0,2304,1807,0,0,0,0),(90836,8896,230,1,1,8793,1,779.096,-311.473,-43.2155,2.14675,7200,0,0,2304,1807,0,0,0,0),(90837,8896,230,1,1,8796,1,770.35,-310.941,-43.2168,1.02974,7200,0,0,2304,1807,0,0,0,0),(90838,8922,230,1,1,8181,0,774.727,-316.716,-43.216,1.58825,7200,0,0,3082,0,0,0,0,0),(90839,8895,230,1,1,8753,1,671.831,-34.9277,-73.3114,0.244346,7200,5,0,5502,3728,1,0,0,0),(90840,8893,230,1,1,8757,1,667.567,-33.3695,-73.3112,3.28122,7200,5,0,6645,0,1,0,0,0),(90841,8893,230,1,1,8757,1,671.155,-30.151,-73.3134,3.28122,7200,0,0,6645,0,0,0,0,0),(90842,8893,230,1,1,8757,1,664.043,-28.4768,-73.2895,3.28122,7200,0,0,6645,0,0,0,0,0),(90843,8894,230,1,1,8752,1,667.517,-25.1782,-73.8748,3.28122,7200,0,0,4653,8786,0,0,0,0),(90844,8910,230,1,1,1070,0,870.18,-239.327,-71.6776,4.06662,7200,0,0,5691,3846,0,0,0,0),(90845,8910,230,1,1,1070,0,863.806,-250.834,-71.6756,1.29154,7200,0,0,5691,3846,0,0,0,0),(90846,8921,230,1,1,8180,0,361.558,-58.3851,-66.7057,2.49582,7200,3,0,2672,0,1,0,0,0),(90847,8890,230,1,1,8758,1,411.087,-167.735,-63.4654,1.24097,7200,5,0,6414,0,1,0,0,0),(90848,8921,230,1,1,8180,0,457.554,-140.79,-63.8145,1.78024,7200,0,0,2672,0,0,0,0,0),(90849,8921,230,1,1,8180,0,324.618,-212.014,-78.2142,0.698132,7200,0,0,2672,0,0,0,0,0),(90850,8890,230,1,1,8758,1,355.669,-161.649,-64.8657,6.24828,7200,0,0,6414,0,0,0,0,0),(90851,8921,230,1,1,8180,0,357.462,-58.0399,-67.3812,1.20428,7200,3,0,2672,0,1,0,0,0),(90852,8921,230,1,1,8180,0,384.864,-78.3217,-63.991,1.65806,7200,3,0,2672,0,1,0,0,0),(90853,8921,230,1,1,8180,0,339.123,-76.1179,-70.3924,4.71239,7200,3,0,2672,0,1,0,0,0),(90854,8912,230,1,1,8792,1,264.449,-149.725,-72.5408,0.907571,7200,0,0,5316,3614,0,0,0,0),(90855,8921,230,1,1,8180,0,409.205,-184.321,-63.7488,3.89351,7200,3,0,2672,0,1,0,0,0),(90856,8921,230,1,1,8180,0,413.92,-181.62,-63.0163,4.07896,7200,3,0,2672,0,1,0,0,0),(90857,8921,230,1,1,8180,0,413.496,-178.817,-62.9655,4.07896,7200,3,0,2672,0,1,0,0,0),(90858,8892,230,1,1,8718,1,555.58,-274.545,-75.6066,2.77507,7200,0,0,6645,0,0,0,0,0),(90859,8891,230,1,1,8750,1,635.098,-158.922,-70.9624,2.53073,7200,0,0,6645,0,0,0,0,0),(90860,8921,230,1,1,8180,0,620.124,-276.787,-83.7964,1.32645,7200,0,0,2672,0,0,0,0,0),(90861,8921,230,1,1,8180,0,626.244,-272.318,-83.9212,5.46288,7200,0,0,2672,0,0,0,0,0),(90862,8909,230,1,1,2172,0,633.261,-267.149,-83.2195,1.8675,7200,0,0,5316,3614,0,0,0,0),(90863,8892,230,1,1,8718,1,648.608,-195.776,-76.3168,1.62316,7200,0,0,6645,0,0,0,0,0),(90864,8891,230,1,1,8750,1,632.435,-154.188,-70.7046,5.23599,7200,0,0,6645,0,0,0,0,0),(90865,8892,230,1,1,8718,1,606.65,-262.916,-83.4854,2.9147,7200,0,0,6645,0,0,0,0,0),(90866,8891,230,1,1,8750,1,634.684,-252.648,-83.508,4.04995,7200,0,0,6645,0,0,0,0,0),(90867,8921,230,1,1,8180,0,627.172,-261.771,-83.8865,3.85347,7200,5,0,2672,0,1,0,0,0),(90868,8921,230,1,1,8180,0,627.38,-258.95,-83.75,3.85346,7200,5,0,2672,0,1,0,0,0),(90869,8891,230,1,1,8750,1,605.884,-264.782,-83.2414,2.79253,7200,0,0,6645,0,0,0,0,0),(90870,8892,230,1,1,8718,1,556.167,-248.163,-70.6092,2.49582,7200,0,0,6645,0,0,0,0,0),(90872,8892,230,1,1,8718,1,663.407,-154.398,-73.7731,2.30383,7200,0,0,6645,0,0,0,0,0),(90874,8891,230,1,1,8750,1,594.625,-54.522,-59.9678,3.56047,7200,0,0,6645,0,0,0,0,0),(90875,8891,230,1,1,8750,1,594.451,-56.6109,-59.96,3.00197,7200,0,0,6645,0,0,0,0,0),(90876,8891,230,1,1,8750,1,666.213,-142.887,-46.1504,6.02139,7200,0,0,6645,0,0,0,0,0),(90877,8892,230,1,1,8718,1,609.441,-97.7691,-45.7332,5.5676,7200,0,0,6645,0,0,0,0,0),(90878,8909,230,1,1,2172,0,628.139,-57.0865,-59.9761,0.820305,7200,0,0,5316,3614,0,0,0,0),(90879,8909,230,1,1,2172,0,629.227,-73.7156,-45.5453,5.34071,7200,0,0,5316,3614,0,0,0,0),(90880,8892,230,1,1,8718,1,630.975,-105.554,-45.9517,5.0091,7200,0,0,6645,0,0,0,0,0),(90881,9545,230,1,1,8673,1,824.958,-166.388,-49.6699,4.27777,7200,0,0,2061,0,0,0,0,0),(90882,9545,230,1,1,8673,1,881.499,-163.228,-49.6754,3.72741,7200,0,0,2061,0,0,0,0,0),(90883,9545,230,1,1,8673,1,857.768,-162.738,-49.6717,6.04803,7200,0,0,2061,0,0,0,0,0),(90884,9547,230,1,1,8679,1,877.84,-205.968,-43.6204,2.24715,7200,0,0,1443,4140,0,0,0,0),(90885,9545,230,1,1,8676,1,866.556,-195.949,-43.6204,5.48534,7200,0,0,2061,0,0,0,0,0),(90886,9547,230,1,1,8680,1,887.628,-208.3,-43.6204,2.07571,7200,0,0,1443,4140,0,0,0,0),(90887,9545,230,1,1,8673,1,830.263,-157.607,-49.6699,0.53946,7200,0,0,2061,0,0,0,0,0),(90888,9554,230,1,1,8683,1,872.504,-210.763,-42.6134,2.4924,7200,0,0,6183,0,0,0,0,0),(90889,9545,230,1,1,8675,1,861.362,-167.823,-49.6724,2.18598,7200,0,0,2061,0,0,0,0,0),(90890,9547,230,1,1,8680,1,862.89,-200.193,-43.6204,3.4411,7200,0,0,1443,4140,0,0,0,0),(90892,8920,230,1,1,8896,1,755.346,51.0896,-53.57,1.0472,7200,0,0,2453,0,0,0,0,0),(90894,8920,230,1,1,8897,1,759.628,61.429,-53.5742,3.21141,7200,0,0,2453,0,0,0,0,0),(90895,8920,230,1,1,8895,1,783.224,-5.08509,-53.6516,2.3911,7200,0,0,2453,0,0,0,0,0),(90896,8921,230,1,1,8180,0,414.346,-166.139,-63.4666,3.40339,7200,0,0,2672,0,0,0,0,0),(90897,8912,230,1,1,8790,1,379.964,-81.4252,-64.2487,6.02139,7200,0,0,5316,3614,0,0,0,0),(90898,8921,230,1,1,8180,0,401.246,-113.082,-65.2232,4.45059,7200,0,0,2672,0,0,0,0,0),(90899,8912,230,1,1,8792,1,340.143,-117.05,-64.8657,5.09636,7200,0,0,5316,3614,0,0,0,0),(90900,8921,230,1,1,8180,0,409.773,-196.003,-64.7748,4.15388,7200,0,0,2672,0,0,0,0,0),(90901,8890,230,1,1,8758,1,333.292,-195.188,-78.2226,0.087266,7200,0,0,6414,0,0,0,0,0),(90902,8912,230,1,1,8790,1,375.964,-107.817,-64.8657,2.75762,7200,0,0,5316,3614,0,0,0,0),(90903,8890,230,1,1,8758,1,318.265,-62.8067,-75.1536,3.35103,7200,0,0,6414,0,0,0,0,0),(90904,8890,230,1,1,8758,1,407.555,-200.144,-65.3298,0.122173,7200,0,0,6414,0,0,0,0,0),(90905,8921,230,1,1,8180,0,288.343,-92.9883,-75.5968,0.610865,7200,0,0,2672,0,0,0,0,0),(90906,8892,230,1,1,8718,1,583.082,-286.592,-82.1588,6.0912,7200,0,0,6645,0,0,0,0,0),(90907,8892,230,1,1,8718,1,587.938,-289.647,-82.7068,2.21657,7200,0,0,6645,0,0,0,0,0),(90908,8909,230,1,1,2172,0,616.278,-125.476,-71.6701,2.07694,7200,0,0,5316,3614,0,0,0,0),(90910,8909,230,1,1,2172,0,621.573,-127.696,-72.6036,1.67552,7200,0,0,5316,3614,0,0,0,0),(90911,8909,230,1,1,2172,0,544.167,-246.6,-69.259,2.47837,7200,0,0,5316,3614,0,0,0,0),(90912,8891,230,1,1,8750,1,554.463,-276.653,-75.6805,2.49582,7200,0,0,6645,0,0,0,0,0),(90913,8892,230,1,1,8718,1,506.061,-196.933,-60.0154,4.99164,7200,0,0,6645,0,0,0,0,0),(90914,8892,230,1,1,8718,1,668.841,-197.608,-78.1925,1.5708,7200,0,0,6645,0,0,0,0,0),(90915,8892,230,1,1,8718,1,549.315,-272.307,-74.053,5.53269,7200,0,0,6645,0,0,0,0,0),(90916,8921,230,1,1,8180,0,587.865,-124.758,-68.555,5.95941,7200,5,0,2672,0,1,0,0,0),(90917,8921,230,1,1,8180,0,569.831,-120.727,-63.9959,1.65336,7200,5,0,2672,0,1,0,0,0),(90918,8921,230,1,1,8180,0,569.464,-124.601,-64.0841,4.46512,7200,5,0,2672,0,1,0,0,0),(90919,8892,230,1,1,8718,1,670.192,-196.127,-78.0563,1.95477,7200,0,0,6645,0,0,0,0,0),(91010,9547,230,1,1,8680,1,868.526,-161.386,-49.6733,5.34704,7200,0,0,1443,4140,0,0,0,0),(91011,9545,230,1,1,8674,1,885.785,-208.74,-42.6968,3.6626,7200,0,0,2061,0,0,0,0,0),(91012,9545,230,1,1,8676,1,855.058,-206.511,-43.6204,2.05573,7200,0,0,2061,0,0,0,0,0),(91013,9545,230,1,1,8673,1,886.978,-178.802,-43.8419,5.17016,7200,0,0,2061,0,0,0,0,0),(91014,9545,230,1,1,8674,1,822.791,-171.055,-49.6699,1.18745,7200,0,0,2061,0,0,0,0,0),(91015,9545,230,1,1,8676,1,832.374,-162.472,-49.6699,3.26892,7200,0,0,2061,0,0,0,0,0),(91016,9545,230,1,1,8674,1,879.558,-181.069,-43.8419,0.68901,7200,0,0,2061,0,0,0,0,0),(91017,9545,230,1,1,8676,1,854.052,-204.601,-43.6204,1.73405,7200,0,0,2061,0,0,0,0,0),(91018,9545,230,1,1,8674,1,861.847,-141.616,-49.6727,3.48803,7200,0,0,2061,0,0,0,0,0),(91019,9545,230,1,1,8674,1,874.108,-205.199,-43.6204,4.78717,7200,0,0,2061,0,0,0,0,0),(91020,9039,230,1,1,8687,1,1281.14,-282.151,-78.1359,2.25148,43200,0,0,12954,17304,0,0,0,0),(91021,9034,230,1,1,8690,1,1246.18,-189.969,-85.5895,4.66003,43200,0,0,9410,10585,0,0,0,0),(91022,9037,230,1,1,8689,1,1226.69,-246.124,-85.5903,0.820305,43200,0,0,12146,0,0,0,0,0),(91023,9040,230,1,1,8688,1,1236.55,-291.534,-78.1351,0.750492,43200,0,0,9716,4326,0,0,0,0),(91024,9036,230,1,1,8692,1,1272.32,-199.817,-85.5905,3.92699,43200,0,0,9716,12978,0,0,0,0),(91025,9035,230,1,1,8686,1,1215.05,-220.656,-85.5903,0.034907,43200,0,0,11763,0,0,0,0,0),(91026,9038,230,1,1,8691,1,1286.56,-253.331,-78.0612,3.00197,43200,0,0,9716,10815,0,0,0,0),(91027,8912,230,1,1,8792,1,428.594,-110.903,-65.2933,3.7001,7200,0,0,5316,3614,0,0,0,0),(91028,8912,230,1,1,8792,1,292.555,-119.086,-69.6539,0.767945,7200,0,0,5316,3614,0,0,0,0),(91029,8912,230,1,1,9351,1,269.104,-144.251,-71.4673,3.90954,7200,0,0,5316,3614,0,0,0,0),(91030,8921,230,1,1,8180,0,377.659,-197.328,-70.0497,3.4383,7200,0,0,2672,0,0,0,0,0),(91031,8912,230,1,1,9350,1,322.894,-214.787,-77.9576,2.72271,7200,0,0,5316,3614,0,0,0,0),(91032,8921,230,1,1,8180,0,408.616,-120.045,-65.5316,3.44326,7200,5,0,2672,0,1,0,0,0),(91033,8921,230,1,1,8180,0,411.14,-121.354,-65.6602,3.44326,7200,5,0,2672,0,1,0,0,0),(91034,8921,230,1,1,8180,0,412.455,-118.851,-65.7562,3.59174,7200,5,0,2672,0,1,0,0,0),(91035,8921,230,1,1,8180,0,314.176,-67.12,-76.779,2.75762,7200,3,0,2672,0,1,0,0,0),(91036,8891,230,1,1,8750,1,412.821,-198.187,-64.484,3.89208,7200,0,0,6645,0,0,0,0,0),(91037,8890,230,1,1,8758,1,350.881,-114.001,-64.8657,2.75762,7200,0,0,6414,0,0,0,0,0),(91038,8891,230,1,1,8750,1,369.105,-217.883,-72.9747,3.40339,7200,0,0,6645,0,0,0,0,0),(91039,8892,230,1,1,8718,1,551.262,-244.794,-70.0144,5.72468,7200,0,0,6645,0,0,0,0,0),(91040,8891,230,1,1,8750,1,630.827,-155.526,-70.8703,5.55015,7200,0,0,6645,0,0,0,0,0),(91041,8892,230,1,1,8718,1,584.481,-284.765,-82.188,5.74213,7200,0,0,6645,0,0,0,0,0),(91042,8891,230,1,1,8750,1,508.853,-203.9,-59.7728,2.05949,7200,0,0,6645,0,0,0,0,0),(91043,9547,230,1,1,8680,1,824.328,-169.636,-49.6699,3.88715,7200,0,0,1443,4140,0,0,0,0),(91044,9547,230,1,1,8679,1,872.038,-166.157,-49.674,3.70043,7200,0,0,1443,4140,0,0,0,0),(91045,9545,230,1,1,8676,1,886.146,-205.619,-43.6204,4.59701,7200,0,0,2061,0,0,0,0,0),(91046,9547,230,1,1,8678,1,879.805,-164.352,-49.6752,2.58739,7200,0,0,1443,4140,0,0,0,0),(91047,9547,230,1,1,8679,1,824.262,-167.408,-49.6699,0.972107,7200,0,0,1443,4140,0,0,0,0),(91048,9554,230,1,1,8683,1,871.039,-209.651,-43.6204,6.03945,7200,0,0,6183,0,0,0,0,0),(91049,9545,230,1,1,8673,1,878.393,-158.174,-49.6749,4.01626,7200,0,0,2061,0,0,0,0,0),(91050,9547,230,1,1,8680,1,825.521,-183.547,-49.6699,2.56911,7200,0,0,1443,4140,0,0,0,0),(91051,9547,230,1,1,8678,1,872.964,-170.985,-49.6743,1.7603,7200,0,0,1443,4140,0,0,0,0),(91052,9547,230,1,1,8680,1,860.675,-161.887,-49.6721,3.42633,7200,0,0,1443,4140,0,0,0,0),(91053,8912,230,1,1,8792,1,268.93,-148.171,-72.0263,2.09439,7200,0,0,5316,3614,0,0,0,0),(91054,8890,230,1,1,8758,1,367.161,-152.572,-64.8657,4.50295,7200,0,0,6414,0,0,0,0,0),(91055,8921,230,1,1,8180,0,296.548,-178.945,-75.7617,1.20428,7200,0,0,2672,0,0,0,0,0),(91056,8921,230,1,1,8180,0,361.272,-216.971,-73.9869,5.46288,7200,0,0,2672,0,0,0,0,0),(91057,8891,230,1,1,8750,1,363.466,-219.268,-73.5822,0.226893,7200,0,0,6645,0,0,0,0,0),(91058,8890,230,1,1,8758,1,463.29,-141.633,-61.7728,0.628319,7200,0,0,6414,0,0,0,0,0),(91059,8890,230,1,1,8758,1,457.141,-134.561,-63.3908,0.541052,7200,0,0,6414,0,0,0,0,0),(91060,8891,230,1,1,8750,1,336.952,-79.8091,-70.5937,0.174533,7200,0,0,6645,0,0,0,0,0),(91061,8921,230,1,1,8180,0,310.019,-68.7645,-77.1066,3.92699,7200,3,0,2672,0,1,0,0,0),(91062,8891,230,1,1,8750,1,368.065,-106.67,-64.8657,5.81195,7200,0,0,6645,0,0,0,0,0),(91063,8921,230,1,1,8180,0,299.555,-181.906,-75.8201,2.60054,7200,0,0,2672,0,0,0,0,0),(91064,9547,230,1,1,8679,1,853.469,-201.064,-43.6204,6.21552,7200,0,0,1443,4140,0,0,0,0),(91065,9547,230,1,1,8679,1,829.004,-164.674,-49.6699,0.578797,7200,0,0,1443,4140,0,0,0,0),(91066,9547,230,1,1,8680,1,875.766,-203.385,-42.6759,5.38874,7200,0,0,1443,4140,0,0,0,0),(91067,9547,230,1,1,8679,1,819.488,-161.968,-49.6699,5.60345,7200,0,0,1443,4140,0,0,0,0),(91068,9547,230,1,1,8679,1,858.882,-201.43,-43.6204,4.06716,7200,0,0,1443,4140,0,0,0,0),(91069,9547,230,1,1,8679,1,887.81,-180.491,-43.8419,3.0787,7200,0,0,1443,4140,0,0,0,0),(91070,9545,230,1,1,8674,1,889.16,-204.451,-43.6204,3.51151,7200,0,0,2061,0,0,0,0,0),(91071,9554,230,1,1,8683,1,811.107,-169.004,-49.6699,0.698433,7200,0,0,6183,0,0,0,0,0),(91072,8912,230,1,1,8792,1,390.639,-149.944,-64.8657,1.02974,7200,0,0,5316,3614,0,0,0,0),(91073,8921,230,1,1,8180,0,322.011,-64.4407,-74.6726,0.715585,7200,3,0,2672,0,1,0,0,0),(91074,8921,230,1,1,8180,0,317.751,-66.824,-75.8529,1.16937,7200,3,0,2672,0,1,0,0,0),(91075,8891,230,1,1,8750,1,425.896,-112.526,-65.4491,0.523599,7200,0,0,6645,0,0,0,0,0),(91076,8921,230,1,1,8180,0,346.808,-117.731,-64.8657,0,7200,0,0,2672,0,0,0,0,0),(91077,8890,230,1,1,8758,1,285.181,-91.5213,-75.9695,1.11701,7200,0,0,6414,0,0,0,0,0),(91078,8921,230,1,1,8180,0,292.127,-113.515,-70.4735,1.8675,7200,0,0,2672,0,0,0,0,0),(91079,8921,230,1,1,8180,0,444.406,-87.2027,-63.5874,3.01942,7200,0,0,2672,0,0,0,0,0),(91080,8891,230,1,1,8750,1,333.729,-193.407,-78.0487,5.5676,7200,0,0,6645,0,0,0,0,0),(91081,8912,230,1,1,9350,1,398.882,-115.906,-65.0732,1.65806,7200,0,0,5316,3614,0,0,0,0),(91082,8912,230,1,1,9350,1,366.36,-159.031,-64.8657,1.55334,7200,0,0,5316,3614,0,0,0,0),(91083,8891,230,1,1,8750,1,428.882,-117.745,-65.4328,0.20944,7200,0,0,6645,0,0,0,0,0),(91084,8890,230,1,1,8758,1,418.939,-78.2689,-63.3344,2.68535,7200,5,0,6414,0,1,0,0,0),(91085,8921,230,1,1,8180,0,417.213,-79.65,-63.078,2.68535,7200,3,0,2672,0,1,0,0,0),(91086,8921,230,1,1,8180,0,419.908,-78.7446,-63.5041,2.68535,7200,3,0,2672,0,1,0,0,0),(91087,8912,230,1,1,9351,1,341.329,-121.958,-64.8657,1.98968,7200,0,0,5316,3614,0,0,0,0),(91088,8890,230,1,1,8758,1,301.846,-179.006,-76.5046,2.30383,7200,0,0,6414,0,0,0,0,0),(91089,8890,230,1,1,8758,1,409.59,-166.914,-63.3368,0.959931,7200,0,0,6414,0,0,0,0,0),(91090,8891,230,1,1,8750,1,265.419,-141.633,-72.2014,5.20108,7200,0,0,6645,0,0,0,0,0),(91091,8912,230,1,1,8790,1,342.093,-78.5387,-70.1344,3.4383,7200,0,0,5316,3614,0,0,0,0),(91092,8912,230,1,1,9351,1,288.483,-85.904,-76.8867,4.08407,7200,0,0,5316,3614,0,0,0,0),(91093,8921,230,1,1,8180,0,305.766,-184.201,-76.1861,2.19912,7200,0,0,2672,0,0,0,0,0),(91094,8912,230,1,1,8790,1,298.077,-174.663,-76.2563,5.39307,7200,0,0,5316,3614,0,0,0,0),(91095,8912,230,1,1,9350,1,395.502,-148.546,-64.8657,2.02458,7200,0,0,5316,3614,0,0,0,0),(91096,8891,230,1,1,8750,1,337.919,-194.808,-77.8851,3.22886,7200,0,0,6645,0,0,0,0,0),(91097,8890,230,1,1,8758,1,312.018,-64.6422,-76.3635,0.349066,7200,0,0,6414,0,0,0,0,0),(91098,8912,230,1,1,9351,1,369.389,-110.626,-64.8657,0.872665,7200,0,0,5316,3614,0,0,0,0),(91099,8890,230,1,1,8758,1,381.634,-128.1,-64.949,0.267563,7200,5,0,6414,0,1,0,0,0),(91100,8921,230,1,1,8180,0,379.1,-126.667,-64.949,0.284797,7200,0,0,2672,0,2,0,0,0),(91101,8921,230,1,1,8180,0,377.742,-129.148,-64.949,0.284794,7200,0,0,2672,0,2,0,0,0),(91102,8891,230,1,1,8750,1,409.172,-48.9517,-63.8794,2.46091,7200,0,0,6645,0,0,0,0,0),(91103,8921,230,1,1,8180,0,383.455,-192.244,-68.4789,2.3911,7200,0,0,2672,0,0,0,0,0),(91104,8921,230,1,1,8180,0,402.918,-108.497,-65.1381,1.65806,7200,0,0,2672,0,0,0,0,0),(91105,8891,230,1,1,8750,1,319.164,-212.623,-77.9837,5.65487,7200,0,0,6645,0,0,0,0,0),(91106,8891,230,1,1,8750,1,642.366,-274.516,-43.1092,0.471239,7200,0,0,6645,0,0,0,0,0),(91107,8891,230,1,1,8750,1,740.114,-283.345,-42.7508,2.86234,7200,0,0,6645,0,0,0,0,0),(91108,8901,230,1,1,9290,1,1331.46,-527.201,-91.9598,2.6529,300,0,0,711,0,0,0,0,0),(91109,8901,230,1,1,8755,1,1316.12,-523.707,-91.9594,0.366519,300,0,0,711,0,0,0,0,0),(91110,8901,230,1,1,9290,1,1432.48,-414.189,-91.9976,1.80106,300,5,0,711,0,1,0,0,0),(5717,6491,1,1,4294967295,0,0,466.735,1466.16,12.8983,0.112288,60,0,0,4120,0,0,0,0,0),(91112,8901,230,1,1,9289,1,1429.08,-415.548,-91.9992,1.72027,300,5,0,711,0,1,0,0,0),(5729,6491,0,1,4294967295,0,0,-6863.62,-1537.06,241.746,3.72703,60,0,0,4120,0,0,0,0,0),(5749,6491,1,1,4294967295,0,0,-7348.79,-1316.54,-260.86,2.90753,60,0,0,4120,0,0,0,0,0),(5723,6491,1,1,4294967295,0,0,-4031.16,-3422.71,38.8247,1.69815,60,0,0,4120,0,0,0,0,0),(5724,6491,1,1,4294967295,0,0,-3973.19,-2017.75,96.0305,0.966001,60,0,0,4120,0,0,0,0,0),(5725,6491,0,1,4294967295,0,0,790.751,-418.588,136.861,5.48565,60,0,0,4120,0,0,0,0,0),(91119,9956,230,1,1,9309,1,1431.38,-462.241,-91.9348,5.18363,600,0,0,760,0,0,0,0,0),(91120,9956,230,1,1,9309,1,1382,-528.688,-91.9619,2.00053,600,0,0,760,0,2,0,0,0),(83326,4076,557,3,1,2177,0,-357.006,-58.2662,-0.958768,1.45726,86400,5,0,8,0,1,0,0,0),(83327,14881,557,3,1,2536,0,-349.628,-227.574,-0.958779,4.06159,86400,5,0,8,0,1,0,0,0),(83328,14881,557,3,1,14952,0,-368.572,-236.88,-0.956436,5.09738,86400,5,0,8,0,1,0,0,0),(83329,18317,557,3,1,21005,1,-373.487,-200.457,-0.958741,4.71823,86400,0,0,11600,31145,0,0,0,0),(83330,18314,557,3,1,20468,1,-370.804,-197.49,-0.959255,4.77872,86400,0,0,17151,0,0,0,0,0),(83331,18314,557,3,1,20468,1,-370.712,-191.2,-0.99997,1.57663,86400,0,0,17151,0,0,0,0,0),(83332,18331,557,3,1,20987,1,-391.753,-171.917,-0.875433,0.122173,86400,0,0,12006,6443,0,0,0,0),(83333,18313,557,3,1,21004,1,-395.757,-168.362,-0.875432,0.523599,86400,0,0,11600,31145,0,0,0,0),(83334,19307,557,3,1,18050,0,-370.539,-91.8821,-0.958763,5.80378,86400,5,0,30004,0,1,0,0,0),(83335,18331,557,3,1,20987,1,-351.811,-168.769,-0.875438,3.64774,86400,0,0,12006,6443,0,0,0,0),(83336,18313,557,3,1,21004,1,-353.883,-174.866,-0.875439,2.79253,86400,0,0,11600,31145,0,0,0,0),(83337,14881,557,3,1,9829,0,-381.3,-174.79,-0.95342,1.86325,86400,5,0,8,0,1,0,0,0),(83338,18331,557,3,1,20987,1,-299.195,-205.596,-1.43628,0.471239,86400,0,0,12006,6443,0,0,0,0),(83339,18331,557,3,1,20987,1,-294.206,-203.307,-1.90027,0.767945,86400,0,0,12006,6443,0,0,0,0),(83340,18317,557,3,1,21005,1,-181.468,-229.24,-0.871819,0.453786,86400,0,0,11600,31145,0,0,0,0),(83341,18331,557,3,1,20987,1,-181.588,-217.674,-0.871864,5.96903,86400,0,0,12006,6443,0,0,0,0),(83342,18313,557,3,1,21004,1,-189.265,-218.946,-0.872109,0.05236,86400,0,0,11600,31145,0,0,0,0),(83343,18309,557,3,1,19778,1,-188.778,-226.132,-0.872381,6.16101,86400,0,0,16574,0,0,0,0,0),(83344,18331,557,3,1,20987,1,-221.975,-200.975,-0.227811,5.88254,86400,0,0,12006,6443,0,0,0,0),(83345,18331,557,3,1,20987,1,-209.475,-204.015,1.09204,5.53188,86400,0,0,12006,6443,0,0,0,0),(83346,19307,557,3,1,18050,0,-207.631,-258.483,-0.964534,1.57884,86400,0,0,30004,0,2,0,0,0),(83347,18317,557,3,1,21005,1,-258.398,-163.34,-1.11519,4.25308,86400,5,0,11600,31145,1,0,0,0),(83348,18331,557,3,1,20987,1,-247.868,-155.745,-0.95344,5.41272,86400,0,0,12006,6443,0,0,0,0),(86396,18331,557,3,1,20987,1,-252.239,-178.32,-0.869823,5.67232,86400,0,0,12006,6443,0,0,0,0),(91121,18317,557,3,1,21005,1,-252.497,-188.106,-0.867767,6.26573,86400,0,0,11600,31145,0,0,0,0),(91122,18313,557,3,1,21004,1,-255.713,-184.388,-0.868398,6.10865,86400,0,0,11600,31145,0,0,0,0),(91123,14881,557,3,1,1160,0,-284.135,-172.869,-2.02379,1.41923,86400,5,0,8,0,1,0,0,0),(91124,18331,557,3,1,20987,1,-220.62,-217.393,-0.578685,0.017453,86400,0,0,12006,6443,0,0,0,0),(91125,18317,557,3,1,21005,1,-221.111,-229.191,-0.870442,0.05236,86400,0,0,11600,31145,0,0,0,0),(91126,18313,557,3,1,21004,1,-215.436,-223.383,-0.872229,0.069813,86400,0,0,11600,31145,0,0,0,0),(91127,14881,557,3,1,9829,0,-305.686,-187.61,-0.630343,3.63029,86400,0,0,8,0,0,0,0,0),(91128,14881,557,3,1,1160,0,-256.133,-187.711,-0.904484,4.0228,86400,5,0,8,0,1,0,0,0),(91129,14881,557,3,1,9829,0,-97.7995,-41.5142,16.7875,5.6583,86400,5,0,8,0,1,0,0,0),(91130,4076,557,3,1,2177,0,-260.138,-12.721,16.7853,2.51056,86400,5,0,8,0,1,0,0,0),(91131,18431,557,3,1,16946,0,-179.433,9.06982,16.7108,5.13499,86400,3,0,3548,2790,1,0,0,0),(91132,18431,557,3,1,16946,0,-187.271,15.3965,16.7227,1.21272,86400,3,0,3548,2790,1,0,0,0),(91133,18431,557,3,1,16946,0,-188.619,5.124,16.771,3.24971,86400,3,0,3548,2790,1,0,0,0),(91134,19306,557,3,1,16217,0,-227.722,-7.84817,17.0254,1.4391,86400,3,0,4572,2705,1,0,0,0),(91135,19306,557,3,1,16217,0,-223.528,-7.16711,16.7343,5.29432,86400,3,0,4572,2705,1,0,0,0),(91136,19306,557,3,1,16217,0,-222.373,-9.60735,16.7198,1.84962,86400,3,0,4572,2705,1,0,0,0),(91137,19306,557,3,1,16217,0,-222.044,-2.65712,17.127,2.81858,86400,3,0,4572,2705,1,0,0,0),(91138,19306,557,3,1,16217,0,-218.428,-7.09061,16.7351,4.11056,86400,3,0,4572,2705,1,0,0,0),(91139,19306,557,3,1,16217,0,-228.266,27.6937,17.4812,1.76408,86400,3,0,4572,2705,1,0,0,0),(91140,19306,557,3,1,16217,0,-225.287,29.535,16.8096,3.85384,86400,3,0,4572,2705,1,0,0,0),(91141,19306,557,3,1,16217,0,-222.826,27.6137,16.8019,2.15511,86400,3,0,4572,2705,1,0,0,0),(91142,19306,557,3,1,16217,0,-219.396,30.1998,16.8002,5.08662,86400,3,0,4572,2705,1,0,0,0),(91143,19306,557,3,1,16217,0,-222.662,19.0589,17.0274,4.67522,86400,3,0,4572,2705,1,0,0,0),(91144,14881,557,3,1,9829,0,-110.774,12.0316,16.7932,5.03552,86400,5,0,8,0,1,0,0,0),(91145,4076,557,3,1,2177,0,-313.069,29.6364,16.7887,4.75044,86400,5,0,8,0,1,0,0,0),(91146,4076,557,3,1,2177,0,-223.753,36.9397,16.8765,5.02907,86400,5,0,8,0,1,0,0,0),(91147,4075,557,3,1,1141,0,-132.436,-235.061,-0.837656,2.61799,86400,0,0,8,0,0,0,0,0),(91148,4076,557,3,1,2177,0,-52.7426,-248.427,-0.342114,5.71542,86400,3,0,8,0,1,0,0,0),(91149,3300,557,3,1,1987,0,-167.945,-219.049,-0.955184,2.24635,86400,5,0,1,0,1,0,0,0),(91150,4075,557,3,1,1418,0,-106.434,-221.349,-0.327391,1.56844,86400,5,0,8,0,1,0,0,0),(91151,18317,557,3,1,21005,1,-111.255,-196.593,-1.08792,4.41568,86400,0,0,11600,31145,0,0,0,0),(91152,18317,557,3,1,21005,1,-120.675,-197.878,-0.815505,5.42797,86400,0,0,11600,31145,0,0,0,0),(91153,18313,557,3,1,21004,1,-115.255,-199.527,-1.26219,4.92183,86400,0,0,11600,31145,0,0,0,0),(91154,18313,557,3,1,21004,1,-37.6795,-230.105,-0.206448,3.51569,86400,5,0,11600,31145,1,0,0,0),(91155,18313,557,3,1,21004,1,-29.0976,-219.602,0.065326,5.39465,86400,5,0,11600,31145,1,0,0,0),(91156,18317,557,3,1,21005,1,-27.9476,-219.871,0.127813,2.02268,86400,5,0,11600,31145,1,0,0,0),(91157,4076,557,3,1,2177,0,-78.0714,-203.72,-2.18549,0.510209,86400,5,0,8,0,1,0,0,0),(91158,4075,557,3,1,1418,0,-109.154,-245.159,-0.877707,2.00713,86400,0,0,8,0,0,0,0,0),(91159,4076,557,3,1,2177,0,-31.8792,-200.34,-0.096381,2.06846,86400,5,0,8,0,1,0,0,0),(91160,19307,557,3,1,18050,0,-115.799,-204.359,-1.28942,2.40573,86400,0,0,30004,0,2,0,0,0),(91161,18343,557,3,1,19332,0,-321.717,-222.183,-0.777635,0.366519,86400,0,0,91740,0,0,0,0,0),(91162,18344,557,3,1,19780,1,-184.366,9.33347,16.8174,2.94961,86400,0,0,88056,28460,0,0,0,0),(91163,18341,557,3,1,19338,0,-67.9913,-118.934,-1.1978,3.91872,86400,0,0,73392,0,0,0,0,0),(91164,18314,557,3,1,20468,1,-370.222,-132.95,-0.87542,3.92699,86400,0,0,17151,0,0,0,0,0),(91165,18314,557,3,1,20468,1,-376.182,-133.235,-0.875428,4.57276,86400,0,0,17151,0,0,0,0,0),(91166,18315,557,3,1,21004,1,-372.96,-128.455,-0.875433,4.60767,86400,0,0,12415,32940,0,0,0,0),(91167,18311,557,3,1,20466,1,-376.534,-42.4344,-0.875429,5.18363,86400,0,0,16574,0,0,0,0,0),(91168,18311,557,3,1,20466,1,-368.995,-43.6087,-0.87543,4.13643,86400,0,0,16574,0,0,0,0,0),(91169,18317,557,3,1,21005,1,-370.425,-37.1676,-0.875545,4.45059,86400,0,0,11600,31145,0,0,0,0),(91170,18312,557,3,1,20986,1,-375.576,-37.7328,-0.875593,4.85202,86400,0,0,12006,32215,0,0,0,0),(91171,14881,557,3,1,1160,0,-357.909,-174.616,-0.963162,5.4589,86400,5,0,8,0,1,0,0,0),(91172,18314,557,3,1,20468,1,-362.925,-170.397,-0.958768,1.03307,86400,0,0,17151,0,2,0,0,0),(91173,18331,557,3,1,20987,1,-365.002,-171.794,-0.958768,0.555512,86400,0,0,12006,6443,2,0,0,0),(91174,18312,557,3,1,20986,1,-353.013,-70.3003,-0.971305,2.16339,86400,0,0,12006,32215,0,0,0,0),(91175,18312,557,3,1,20986,1,-350.154,-70.4616,-0.975357,0.499545,86400,0,0,12006,32215,0,0,0,0),(91176,18314,557,3,1,20468,1,-355.889,-64.566,-0.973143,1.59343,86400,0,0,17151,0,0,0,0,0),(91177,14881,557,3,1,2536,0,-359.879,-129.787,-0.875448,4.72984,86400,0,0,8,0,0,0,0,0),(91178,14881,557,3,1,14952,0,-397.591,-141.71,-0.875414,2.58309,86400,0,0,8,0,0,0,0,0),(91179,18312,557,3,1,20986,1,-370.63,-111.675,-0.875497,4.5204,86400,0,0,12006,32215,0,0,0,0),(91180,18312,557,3,1,20986,1,-376.577,-112.053,-0.875482,4.99164,86400,0,0,12006,32215,0,0,0,0),(91181,14881,557,3,1,9829,0,-380.746,-118.221,-0.958706,2.85805,86400,5,0,8,0,1,0,0,0),(91182,18312,557,3,1,20986,1,-388.684,-62.1238,-0.875438,5.81195,86400,0,0,12006,32215,0,0,0,0),(91183,18312,557,3,1,20986,1,-396.181,-68.5921,-0.875436,6.19592,86400,0,0,12006,32215,0,0,0,0),(91184,18314,557,3,1,20468,1,-389.196,-73.2266,-0.875436,5.96903,86400,0,0,17151,0,0,0,0,0),(91185,19307,557,3,1,18050,0,-261.64,-185.142,-0.560481,2.92994,86400,0,0,30004,0,2,0,0,0),(91186,18331,557,3,1,20987,1,-220.07,-177.662,-0.980976,0.867449,86400,0,0,12006,6443,0,0,0,0),(91187,18331,557,3,1,20987,1,-213.82,-182.69,-0.726174,2.51996,86400,0,0,12006,6443,0,0,0,0),(91188,19306,557,3,1,16217,0,-235.101,-175.894,-0.953743,2.07142,86400,3,0,4572,2705,1,0,0,0),(91189,19306,557,3,1,16217,0,-237.909,-173.929,-0.953745,2.57018,86400,3,0,4572,2705,1,0,0,0),(91190,19306,557,3,1,16217,0,-226.888,-175.681,-1.08653,5.70626,86400,3,0,4572,2705,1,0,0,0),(91191,14881,557,3,1,1160,0,-199.944,-230.552,-0.955697,2.56202,86400,5,0,8,0,1,0,0,0),(91192,14881,557,3,1,1160,0,-94.1764,-13.9732,16.7906,2.03256,86400,5,0,8,0,1,0,0,0),(91193,4076,557,3,1,2177,0,-293.38,36.0122,16.8706,0.872665,86400,0,0,8,0,0,0,0,0),(91194,19307,557,3,1,18050,0,-242.362,9.28667,16.7983,3.15574,86400,0,0,30004,0,2,0,0,0),(91195,4076,557,3,1,2177,0,-316.03,-6.83241,16.8607,2.68775,86400,5,0,8,0,1,0,0,0),(91196,4076,557,3,1,2177,0,-210.438,-15.8727,16.9463,2.46178,86400,5,0,8,0,1,0,0,0),(91197,18315,557,3,1,21004,1,-258.087,13.0255,17.1581,3.63029,86400,0,0,12415,32940,0,0,0,0),(91198,18315,557,3,1,21004,1,-259.228,2.10484,16.8695,2.60054,86400,0,0,12415,32940,0,0,0,0),(91199,18312,557,3,1,20986,1,-251.152,12.3595,17.035,3.63029,86400,0,0,12006,32215,0,0,0,0),(91200,18312,557,3,1,20986,1,-253.225,5.28209,16.8681,2.61799,86400,0,0,12006,32215,0,0,0,0),(91201,19307,557,3,1,18050,0,-304.462,8.63538,16.7904,5.85776,86400,5,0,30004,0,1,0,0,0),(91202,18312,557,3,1,20986,1,-305.399,13.2821,16.839,5.75958,86400,5,0,12006,32215,1,0,0,0),(91203,18312,557,3,1,20986,1,-306.651,8.00188,16.791,5.97163,86400,5,0,12006,32215,1,0,0,0),(91204,18312,557,3,1,20986,1,-283.411,-8.19136,16.6854,5.96874,86400,5,0,12006,32215,1,0,0,0),(91205,18312,557,3,1,20986,1,-282.122,-13.5559,16.685,3.09364,86400,5,0,12006,32215,1,0,0,0),(91206,18315,557,3,1,21004,1,-277.118,-4.83042,16.6846,5.82539,86400,0,0,12415,32940,0,0,0,0),(91207,4075,557,3,1,1141,0,-80.9963,-247.669,-0.981655,3.095,86400,3,0,8,0,1,0,0,0),(91208,18313,557,3,1,21004,1,-149.215,-228.594,-0.737461,6.24828,86400,0,0,11600,31145,0,0,0,0),(91209,18313,557,3,1,21004,1,-149.423,-216.702,-0.696873,6.0912,86400,0,0,11600,31145,0,0,0,0),(91210,18317,557,3,1,21005,1,-156.482,-222.924,-0.871843,0,86400,0,0,11600,31145,0,0,0,0),(91211,3300,557,3,1,1206,0,-64.9214,-152.803,-0.954621,5.24954,86400,5,0,1,0,1,0,0,0),(91212,18309,557,3,1,19778,1,-104.22,-232.65,1.24996,1.16937,86400,0,0,16574,0,0,0,0,0),(91213,18317,557,3,1,21005,1,-103.364,-240.135,0.547421,1.0821,86400,0,0,11600,31145,0,0,0,0),(91214,18313,557,3,1,21004,1,-95.4604,-239.609,0.136311,1.25664,86400,0,0,11600,31145,0,0,0,0),(91215,18317,557,3,1,21005,1,-123.452,-211.153,-0.155386,0.221979,86400,0,0,11600,31145,2,0,0,0),(91216,18317,557,3,1,21005,1,-140.441,-209.664,-0.584043,0.777947,86400,0,0,11600,31145,0,0,0,0),(91217,4076,557,3,1,2177,0,-117.197,-197.153,-0.876427,1.85005,86400,0,0,8,0,0,0,0,0),(91218,19306,557,3,1,16217,0,-14.7249,-228.225,2.0624,3.07177,86400,3,0,4572,2705,1,0,0,0),(91219,19306,557,3,1,16217,0,-8.77906,-227.244,1.90264,3.63575,86400,3,0,4572,2705,1,0,0,0),(91220,19306,557,3,1,16217,0,-13.7841,-219.52,0.561817,2.60924,86400,3,0,4572,2705,1,0,0,0),(91221,19306,557,3,1,16217,0,-8.2826,-216.339,1.06373,3.07125,86400,3,0,4572,2705,1,0,0,0),(91222,19306,557,3,1,16217,0,-3.38083,-221.256,1.82014,4.50011,86400,3,0,4572,2705,1,0,0,0),(91223,19306,557,3,1,16217,0,-52.1267,-243.826,-0.643876,2.82645,86400,3,0,4572,2705,1,0,0,0),(91224,19306,557,3,1,16217,0,-60.3636,-237.137,-0.279891,0.925377,86400,3,0,4572,2705,1,0,0,0),(91225,19306,557,3,1,16217,0,-59.1449,-246.561,-0.479103,4.95654,86400,3,0,4572,2705,1,0,0,0),(91226,18311,557,3,1,20466,1,-69.126,-192.387,-1.93268,1.5708,86400,0,0,16574,0,0,0,0,0),(91227,18309,557,3,1,19778,1,-61.5001,-188.772,-1.46905,1.76278,86400,0,0,16574,0,0,0,0,0),(91228,18313,557,3,1,21004,1,-71.2226,-188.406,-1.73088,1.53589,86400,0,0,11600,31145,0,0,0,0),(91229,18317,557,3,1,21005,1,-64.7507,-193.183,-1.75949,1.69297,86400,0,0,11600,31145,0,0,0,0),(91230,19307,557,3,1,18050,0,-372.193,6.12651,7.91805,5.22501,86400,5,0,30004,0,1,0,0,0),(91231,19306,557,3,1,16217,0,-376.279,-216.61,-0.957973,1.53744,86400,3,0,4572,2705,1,0,0,0),(91232,19306,557,3,1,16217,0,-380.248,-211.073,-0.958662,1.91085,86400,3,0,4572,2705,1,0,0,0),(91233,19306,557,3,1,16217,0,-379.793,-215.366,-0.958244,3.11079,86400,3,0,4572,2705,1,0,0,0),(91234,19307,557,3,1,18050,0,-384.325,-69.7276,-0.958768,4.28878,86400,0,0,30004,0,2,0,0,0),(91235,19307,557,3,1,18050,0,-372.748,-147.504,-0.979576,1.17386,86400,0,0,30004,0,2,0,0,0),(91236,4076,557,3,1,2177,0,-383.227,-34.5537,-0.587377,1.38789,86400,5,0,8,0,1,0,0,0),(91237,4076,557,3,1,2177,0,-44.6584,-227.59,-0.23824,0.56071,86400,5,0,8,0,1,0,0,0),(91238,18311,557,3,1,20466,1,-62.6304,-171.056,-0.872021,1.69297,86400,0,0,16574,0,0,0,0,0),(91239,18313,557,3,1,21004,1,-72.2145,-171.142,-0.872516,1.27409,86400,0,0,11600,31145,0,0,0,0),(91240,18317,557,3,1,21005,1,-37.7229,-222.832,-0.349562,2.99589,86400,0,0,11600,31145,2,0,0,0),(91241,18317,557,3,1,21005,1,-31.5714,-218.681,-0.06615,6.13744,86400,0,0,11600,31145,2,0,0,0),(91242,18317,557,3,1,21005,1,-39.049,-199.532,-0.14847,5.71687,86400,5,0,11600,31145,1,0,0,0),(91243,18317,557,3,1,21005,1,-29.0415,-198.211,-0.237882,5.72736,86400,5,0,11600,31145,1,0,0,0),(91244,18313,557,3,1,21004,1,-32.9747,-197.769,-0.282741,5.79297,86400,5,0,11600,31145,1,0,0,0),(91245,18429,557,3,1,19702,0,-76.8306,-20.2146,-0.865239,1.62139,86400,0,0,1600,13525,0,0,0,0),(91246,18429,557,3,1,19702,0,-59.405,-18.6035,-0.864968,1.62139,86400,0,0,1600,13525,0,0,0,0),(90986,18829,544,1,1,11440,1,2.69777,-60.936,22.8984,4.95674,604800,0,0,132160,99270,0,0,0,0),(90987,18829,544,1,1,11440,1,5.55054,-64.0838,22.9179,2.86234,604800,0,0,132160,99270,0,0,0,0),(90988,18829,544,1,1,11440,1,34.5866,-3.04499,45.1226,0.069813,604800,0,0,132160,99270,0,0,0,0),(90989,18829,544,1,1,11440,1,36.4493,2.02954,45.1387,0.034907,604800,0,0,132160,99270,0,0,0,0),(90990,18829,544,1,1,11440,1,34.3106,6.95704,45.1233,0.017453,604800,0,0,132160,99270,0,0,0,0),(90991,18829,544,1,1,11440,1,-47.9732,60.5261,5.79901,0.249972,604800,0,0,132160,99270,2,0,0,0),(90992,18829,544,1,1,11440,1,-55.3381,61.663,3.19827,0.257027,604800,0,0,132160,99270,2,0,0,0),(90993,18829,544,1,1,11440,1,-52.7902,56.2308,3.26089,0.246907,604800,0,0,132160,99270,2,0,0,0),(91247,18829,544,1,1,11440,1,-0.181343,67.1853,22.8294,1.5708,604800,0,0,132160,99270,0,0,0,0),(91248,18829,544,1,1,11440,1,6.12531,69.0678,22.9075,2.07694,604800,0,0,132160,99270,0,0,0,0),(91249,18829,544,1,1,11440,1,-8.90767,68.377,22.6632,1.16937,604800,0,0,132160,99270,0,0,0,0),(91250,19871,544,1,1,11686,0,3.16924,-63.2071,22.8882,2.14675,604800,0,0,4120,0,0,0,0,0),(91251,17376,544,1,1,13069,0,-54.2772,2.34374,2.30456,1.3439,604800,0,0,4705,0,0,0,0,0),(91252,17376,544,1,1,13069,0,-31.8918,38.4303,2.18647,5.07891,604800,0,0,4705,0,0,0,0,0),(91253,17376,544,1,1,13069,0,9.3589,23.2286,2.24895,3.89208,604800,0,0,4705,0,0,0,0,0),(91254,17257,544,1,1,18527,1,-18.7012,2.24051,-0.320873,3.00197,604800,0,0,3369310,0,0,0,0,0),(91255,21252,544,1,1,11686,0,-16.683,2.34519,-0.320923,1.29154,604800,0,0,4120,0,0,0,0,0),(56682,11662,409,1,1,12030,1,613.861,-1178.12,-195.602,2.53073,7200,0,0,67980,72180,0,0,0,0),(56683,11982,409,1,1,10193,0,1144.63,-1020.48,-185.663,2.93215,604800,0,0,1879840,0,0,0,0,0),(56684,11988,409,1,1,11986,0,793.248,-998.265,-206.762,6.12611,604800,0,0,1879840,0,0,0,0,0),(56685,11672,409,1,1,11997,0,785.579,-974.27,-207.111,5.95157,7200,0,0,80925,0,0,0,0,0),(56699,11672,409,1,1,11997,0,783.448,-1017.07,-205.389,0.558505,7200,0,0,80925,0,0,0,0,0),(56700,11659,409,1,1,12162,0,695.551,-570.771,-210.663,0.174533,7200,0,0,149895,0,0,0,0,0),(56701,11659,409,1,1,12162,0,680.575,-553.066,-209.453,0.925025,7200,0,0,149895,0,0,0,0,0),(56702,11658,409,1,1,8269,0,955.057,-656.78,-199.603,4.81711,7200,0,0,129480,0,0,0,0,0),(56703,11659,409,1,1,12162,0,961.912,-646.348,-199.603,0.139626,7200,0,0,149895,0,0,0,0,0),(56704,11658,409,1,1,8269,0,1123.9,-546.339,-107.569,1.85005,7200,0,0,129480,0,0,0,0,0),(56705,11658,409,1,1,8269,0,1135.25,-536.02,-107.222,2.67035,7200,0,0,129480,0,0,0,0,0),(56706,11658,409,1,1,8269,0,968.041,-572.857,-202.527,5.11381,7200,0,0,129480,0,0,0,0,0),(56707,11658,409,1,1,8269,0,957.504,-580.835,-205.38,4.93928,7200,0,0,129480,0,0,0,0,0),(56708,11658,409,1,1,8269,0,862.148,-589.327,-203.503,5.53269,7200,0,0,129480,0,0,0,0,0),(56709,11659,409,1,1,12162,0,857.964,-573.673,-204.033,0.593412,7200,0,0,149895,0,0,0,0,0),(56710,11658,409,1,1,8269,0,818.509,-609.092,-201.258,6.19592,7200,0,0,129480,0,0,0,0,0),(56711,11659,409,1,1,12162,0,811.666,-599.488,-202.372,0.820305,7200,0,0,149895,0,0,0,0,0),(56712,11659,409,1,1,12162,0,760.44,-499.878,-212.702,3.63029,7200,0,0,149895,0,0,0,0,0),(56713,11659,409,1,1,12162,0,768.657,-512.394,-212.44,4.18879,7200,0,0,149895,0,0,0,0,0),(56714,11658,409,1,1,8269,0,1172.47,-561.812,-112.378,2.9147,7200,0,0,129480,0,0,0,0,0),(56715,11658,409,1,1,8269,0,1172.05,-575.496,-113.249,2.42601,7200,0,0,129480,0,0,0,0,0),(56716,11658,409,1,1,8269,0,1081.99,-772.752,-151.437,1.62316,7200,0,0,129480,0,0,0,0,0),(56717,11658,409,1,1,8269,0,1069.84,-766.122,-151.549,0.191986,7200,0,0,129480,0,0,0,0,0),(56718,11658,409,1,1,8269,0,798.749,-547.507,-212.361,5.70723,7200,0,0,129480,0,0,0,0,0),(56719,11659,409,1,1,12162,0,787.113,-553.212,-213.331,4.32842,7200,0,0,149895,0,0,0,0,0),(56720,11668,409,1,1,12231,0,1150.96,-764.344,-139.851,2.46091,7200,0,0,94320,0,0,0,0,0),(56721,11668,409,1,1,12231,0,970.091,-662.586,-199.52,2.14675,7200,0,0,94320,0,0,0,0,0),(56722,11666,409,1,1,1070,0,661.078,-863.043,-207.943,6.05629,7200,0,0,78600,0,0,0,0,0),(56723,12100,409,1,1,12163,0,651.842,-862.057,-208.33,6.07375,7200,0,0,80925,0,0,0,0,0),(56724,11667,409,1,1,5488,0,644.141,-855.789,-208.355,6.00393,7200,0,0,78600,0,0,0,0,0),(56727,11665,409,1,1,12164,0,701.531,-553.726,-213.79,6.26573,7200,0,0,94320,0,0,0,0,0),(56728,11668,409,1,1,12231,0,1128.52,-776.993,-147.171,2.3911,7200,0,0,94320,0,0,0,0,0),(56729,11666,409,1,1,1070,0,679.924,-1088.4,-185.929,5.61996,7200,0,0,78600,0,0,0,0,0),(56730,12076,409,1,1,5781,0,674.067,-1082.78,-186.741,5.0091,7200,0,0,78600,0,0,0,0,0),(56731,11667,409,1,1,5488,0,663.237,-1091.76,-190.272,1.79769,7200,0,0,78600,0,0,0,0,0),(56732,12076,409,1,1,5781,0,663.621,-1102.22,-191.753,6.02572,7200,5,0,78600,0,1,0,0,0),(56733,11665,409,1,1,12164,0,1140.43,-570.256,-112.552,3.10669,7200,0,0,94320,0,0,0,0,0),(56734,11665,409,1,1,12164,0,782.023,-585.019,-211.214,0.20944,7200,0,0,94320,0,0,0,0,0),(56735,11665,409,1,1,12164,0,690.012,-843.639,-208.398,3.76991,7200,0,0,94320,0,0,0,0,0),(56736,11665,409,1,1,12164,0,1056.5,-801.492,-151.717,2.14675,7200,0,0,94320,0,0,0,0,0),(56737,12259,409,1,1,13030,1,898.074,-545.87,-203.405,4.81711,604800,0,0,801240,50805,0,0,0,0),(56738,11661,409,1,1,12030,1,905.754,-542.433,-202.798,3.97935,7200,0,0,77700,25680,0,0,0,0),(56739,11661,409,1,1,12030,1,890.958,-539.14,-203.051,5.44543,7200,0,0,77700,25680,0,0,0,0),(56740,12101,409,1,1,12239,0,667.934,-1066.05,-188.389,4.51819,7200,0,0,94320,0,2,0,0,0),(56741,12101,409,1,1,12239,0,1055.82,-833.265,-154.468,5.479,7200,0,0,94320,0,2,0,0,0),(56742,11673,409,1,1,12189,0,619.315,-1131.17,-201.625,1.52315,7200,0,0,113295,0,2,0,0,0),(56743,11673,409,1,1,12189,0,1039.67,-791.097,-151.01,0.959931,7200,0,0,113295,0,2,0,0,0),(56744,11673,409,1,1,12189,0,862.483,-1025.39,-193.773,0.935524,7200,0,0,113295,0,2,0,0,0),(56745,11673,409,1,1,12189,0,820.886,-1133.54,-153.956,0.911084,7200,0,0,113295,0,2,0,0,0),(56746,11673,409,1,1,12189,0,706.599,-608.756,-209.786,5.28897,7200,0,0,113295,0,2,0,0,0),(56747,11658,409,1,1,8269,0,1047.24,-718.871,-154.33,5.81195,7200,0,0,129480,0,0,0,0,0),(56748,11659,409,1,1,12162,0,1040.62,-704.714,-160.49,0.750492,7200,0,0,149895,0,0,0,0,0),(56749,11668,409,1,1,12231,0,692.237,-1115.81,-138.776,6.05629,7200,0,0,94320,0,0,0,0,0),(56750,11666,409,1,1,1070,0,886.037,-995.401,-196.256,4.50295,7200,0,0,78600,0,0,0,0,0),(56751,12076,409,1,1,5781,0,891.348,-988.805,-197.254,4.97419,7200,0,0,78600,0,0,0,0,0),(56775,11667,409,1,1,5488,0,881.334,-987.008,-197.514,0.314159,7200,0,0,78600,0,0,0,0,0),(56776,12076,409,1,1,5781,0,890.065,-978.625,-197.771,3.07178,7200,0,0,78600,0,0,0,0,0),(56777,11668,409,1,1,12231,0,1156.39,-557.653,-111.91,0.295383,7200,5,0,94320,0,1,0,0,0),(56778,11665,409,1,1,12164,0,746.785,-503.634,-214.709,5.12988,7200,5,0,94320,0,1,0,0,0),(56779,11668,409,1,1,12231,0,896.718,-631.05,-199.603,4.0833,7200,5,0,94320,0,1,0,0,0),(56780,11665,409,1,1,12164,0,761.491,-531.788,-214.413,5.84679,7200,5,0,94320,0,1,0,0,0),(56781,11666,409,1,1,1070,0,705.099,-863.132,-203.246,4.34587,7200,0,0,78600,0,0,0,0,0),(56782,12100,409,1,1,12163,0,708.437,-868.978,-201.662,3.64774,7200,0,0,80925,0,0,0,0,0),(56783,11667,409,1,1,5488,0,711.677,-873.951,-200.25,3.03687,7200,0,0,78600,0,0,0,0,0),(56784,11668,409,1,1,12231,0,855.88,-1030.09,-193.706,5.35816,7200,0,0,94320,0,0,0,0,0),(56785,11668,409,1,1,12231,0,638.292,-1047.19,-200.079,6.23082,7200,0,0,94320,0,0,0,0,0),(56786,11665,409,1,1,12164,0,1205.35,-633.135,-125.321,3.88314,7200,5,0,94320,0,1,0,0,0),(56787,11668,409,1,1,12231,0,721.228,-945.115,-188.781,3.7001,7200,0,0,94320,0,0,0,0,0),(56788,11665,409,1,1,12164,0,851.241,-601.516,-203.147,5.1118,7200,5,0,94320,0,1,0,0,0),(56789,11665,409,1,1,12164,0,696.688,-852.352,-206.596,3.6748,7200,0,0,94320,0,0,0,0,0),(56790,11665,409,1,1,12164,0,836.949,-1024.23,-199.867,6.16101,7200,0,0,94320,0,0,0,0,0),(56791,11665,409,1,1,12164,0,766.722,-576.593,-213.671,4.94359,7200,5,0,94320,0,1,0,0,0),(56792,11666,409,1,1,1070,0,734.617,-1037.41,-175.59,2.36404,7200,5,0,78600,0,1,0,0,0),(56793,12076,409,1,1,5781,0,741.298,-1042.58,-173.995,5.85072,7200,5,0,78600,0,1,0,0,0),(56794,11667,409,1,1,5488,0,738.521,-1027.86,-176.741,4.59022,7200,0,0,78600,0,0,0,0,0),(56795,12076,409,1,1,5781,0,744.067,-1035.18,-175.028,3.34283,7200,5,0,78600,0,1,0,0,0),(56796,11665,409,1,1,12164,0,1197.7,-618.907,-123.179,5.90362,7200,5,0,94320,0,1,0,0,0),(56797,11666,409,1,1,1070,0,846.864,-986.669,-203.75,3.42085,7200,0,0,78600,0,0,0,0,0),(56798,12100,409,1,1,12163,0,854.437,-982.424,-202.242,4.69494,7200,0,0,80925,0,0,0,0,0),(56799,11667,409,1,1,5488,0,841.219,-983.197,-205.101,3.87463,7200,0,0,78600,0,0,0,0,0),(56800,11665,409,1,1,12164,0,1160.36,-657.862,-130.633,3.73828,7200,5,0,94320,0,1,0,0,0),(56801,11668,409,1,1,12231,0,838.139,-547.931,-202.562,4.33349,7200,5,0,94320,0,1,0,0,0),(91256,11668,409,1,1,12231,0,1186.97,-657.141,-128.659,6.27447,7200,5,0,94320,0,1,0,0,0),(91257,11666,409,1,1,1070,0,591.331,-1117.53,-201.014,4.48725,7200,5,0,78600,0,1,0,0,0),(91258,12076,409,1,1,5781,0,596.868,-1115.3,-201.147,5.83845,7200,5,0,78600,0,1,0,0,0),(91259,11667,409,1,1,5488,0,602.164,-1108.45,-200.179,4.88692,7200,0,0,78600,0,0,0,0,0),(91260,12076,409,1,1,5781,0,601.514,-1097.16,-199.893,4.83456,7200,0,0,78600,0,0,0,0,0),(91261,11666,409,1,1,1070,0,642.003,-786.758,-208.58,2.44346,7200,0,0,78600,0,0,0,0,0),(91262,12076,409,1,1,5781,0,643.823,-794.082,-208.566,5.63741,7200,0,0,78600,0,0,0,0,0),(91263,11667,409,1,1,5488,0,637.097,-798.358,-208.49,0.131364,7200,5,0,78600,0,1,0,0,0),(91264,12076,409,1,1,5781,0,633.751,-791.522,-208.518,1.46613,7200,5,0,78600,0,1,0,0,0),(91265,11666,409,1,1,1070,0,729.186,-906.097,-191.914,4.13643,7200,0,0,78600,0,0,0,0,0),(91266,12100,409,1,1,12163,0,726.876,-917.076,-190.949,3.71755,7200,0,0,80925,0,0,0,0,0),(91267,11667,409,1,1,5488,0,733.841,-924.863,-189.597,2.94961,7200,0,0,78600,0,0,0,0,0),(91268,11666,409,1,1,1070,0,590.424,-853.008,-207.868,5.26646,7200,5,0,78600,0,1,0,0,0),(91269,12076,409,1,1,5781,0,597.516,-850.352,-207.671,1.9327,7200,5,0,78600,0,1,0,0,0),(91270,11667,409,1,1,5488,0,602.401,-854.669,-207.867,1.20428,7200,0,0,78600,0,0,0,0,0),(91271,12076,409,1,1,5781,0,607.364,-853.57,-207.906,0.837758,7200,0,0,78600,0,0,0,0,0),(91272,11668,409,1,1,12231,0,639.971,-1131.11,-198.953,5.8294,7200,0,0,94320,0,0,0,0,0),(91273,11665,409,1,1,12164,0,1100.03,-669.224,-154.407,1.87077,7200,5,0,94320,0,1,0,0,0),(91274,11668,409,1,1,12231,0,1140.03,-583.332,-112.802,0.156878,7200,5,0,94320,0,1,0,0,0),(91275,11668,409,1,1,12231,0,900.52,-1029.9,-190.77,3.64774,7200,0,0,94320,0,0,0,0,0),(91276,11665,409,1,1,12164,0,664.365,-1149.93,-128.038,4.55531,7200,0,0,94320,0,0,0,0,0),(91277,11666,409,1,1,1070,0,679.887,-801.288,-209.007,5.0091,7200,0,0,78600,0,0,0,0,0),(91278,12100,409,1,1,12163,0,675.76,-809.343,-208.948,1.82725,7200,5,0,80925,0,1,0,0,0),(91279,11667,409,1,1,5488,0,678.907,-819.517,-208.923,6.04179,7200,5,0,78600,0,1,0,0,0),(91280,11668,409,1,1,12231,0,1092.77,-648.297,-152.55,2.1293,7200,0,0,94320,0,0,0,0,0),(91281,11665,409,1,1,12164,0,829.7,-639.79,-203.339,0.855211,7200,0,0,94320,0,0,0,0,0),(91282,11665,409,1,1,12164,0,857.474,-555.603,-202.618,5.93412,7200,0,0,94320,0,0,0,0,0),(91283,11665,409,1,1,12164,0,984.985,-674.37,-195.695,2.23402,7200,0,0,94320,0,0,0,0,0),(91284,11668,409,1,1,12231,0,862.858,-627.298,-201.089,1.09956,7200,0,0,94320,0,0,0,0,0),(91285,11668,409,1,1,12231,0,874.957,-550.344,-203.103,5.67232,7200,0,0,94320,0,0,0,0,0),(91286,11666,409,1,1,1070,0,646.236,-753.202,-208.774,2.59938,7200,5,0,78600,0,1,0,0,0),(91287,12076,409,1,1,5781,0,654.018,-756.168,-208.804,6.14356,7200,0,0,78600,0,0,0,0,0),(91288,11667,409,1,1,5488,0,656.034,-746.308,-208.809,2.63545,7200,0,0,78600,0,0,0,0,0),(91289,12076,409,1,1,5781,0,660.771,-750.896,-208.888,1.48353,7200,0,0,78600,0,0,0,0,0),(91290,11666,409,1,1,1070,0,607.937,-765.307,-208.098,5.42797,7200,0,0,78600,0,0,0,0,0),(91291,12100,409,1,1,12163,0,603.954,-771.479,-207.873,5.10807,7200,5,0,80925,0,1,0,0,0),(91292,11667,409,1,1,5488,0,598.65,-775.852,-207.261,0.471749,7200,5,0,78600,0,1,0,0,0),(91293,11668,409,1,1,12231,0,1016.78,-751.844,-156.017,2.1293,7200,0,0,94320,0,0,0,0,0),(48912,4075,289,1,1,2176,0,151.059,18.9816,90.3063,3.71755,86400,0,0,8,0,0,0,0,0),(48913,4075,289,1,1,2176,0,151.242,16.0744,91.9559,0.15708,86400,0,0,8,0,0,0,0,0),(48914,4075,289,1,1,1141,0,135.858,2.82568,85.3117,0.680678,86400,0,0,8,0,0,0,0,0),(48915,4075,289,1,1,1418,0,254.405,82.5685,97.8099,5.84685,86400,0,0,8,0,0,0,0,0),(48916,4075,289,1,1,1418,0,192.484,10.3403,75.6057,2.32129,86400,0,0,8,0,0,0,0,0),(48917,4075,289,1,1,1418,0,195.918,198.53,109.921,1.62316,86400,0,0,8,0,0,0,0,0),(48918,4075,289,1,1,1418,0,143.15,-8.25727,89.0338,1.55334,86400,0,0,8,0,0,0,0,0),(48919,4075,289,1,1,1141,0,180.838,-36.5398,89.0359,3.42085,86400,0,0,8,0,0,0,0,0),(48920,4075,289,1,1,2176,0,143.027,-3.99631,75.4812,3.1765,86400,0,0,8,0,0,0,0,0),(48921,10495,289,1,1,519,0,192.739,-69.0465,85.3117,4.81711,86400,0,0,8613,0,0,0,0,0),(48922,10495,289,1,1,519,0,174.745,-65.2907,85.3117,0.314159,86400,0,0,8613,0,0,0,0,0),(48923,10495,289,1,1,519,0,180.708,-75.8177,84.9242,1.39626,86400,0,0,8613,0,0,0,0,0),(48924,10495,289,1,1,519,0,185.679,-64.6271,84.9242,5.55015,86400,0,0,8613,0,0,0,0,0),(48925,11261,289,1,1,10901,1,182.246,-95.4371,85.3117,4.72984,86400,0,0,30520,0,0,0,0,0),(48926,10495,289,1,1,519,0,170.005,-78.1506,85.3117,4.27606,86400,0,0,8613,0,0,0,0,0),(48927,10678,289,1,1,10007,0,106.696,161.245,109.571,5.98648,86400,8,0,3758,0,1,0,0,0),(48928,11257,289,1,1,11124,1,112.043,153.284,109.491,3.53422,86400,5,0,7107,4738,1,0,0,0),(48929,10678,289,1,1,10007,0,142.782,183.829,109.688,0.331613,86400,8,0,3758,0,1,0,0,0),(48930,10678,289,1,1,10007,0,107.526,176.268,109.557,3.29867,86400,8,0,3758,0,1,0,0,0),(48931,10678,289,1,1,10007,0,142.354,169.091,109.678,4.04916,86400,8,0,3758,0,1,0,0,0),(48932,10678,289,1,1,10007,0,122.632,153.995,109.608,4.55531,86400,8,0,3758,0,1,0,0,0),(48933,10678,289,1,1,10007,0,146.318,179.439,109.67,4.08407,86400,8,0,3758,0,1,0,0,0),(48934,10678,289,1,1,10007,0,155.987,149.97,109.592,0.436332,86400,8,0,3758,0,1,0,0,0),(48935,10678,289,1,1,10007,0,118.005,164.643,109.602,3.05433,86400,8,0,3758,0,1,0,0,0),(48936,10678,289,1,1,10007,0,150.568,182.894,109.683,4.90438,86400,8,0,3758,0,1,0,0,0),(48937,16047,289,1,1,11686,0,-24.898,141.242,84.0468,0.890118,7200,0,0,57,0,0,0,0,0),(48938,10480,289,1,1,10978,0,256.289,0.651584,84.9242,4.76475,86400,0,0,3876,0,0,0,0,0),(48939,10480,289,1,1,10972,0,270.093,2.26855,85.3117,3.26377,86400,0,0,3876,0,0,0,0,0),(48940,10481,289,1,1,10975,0,235.624,-16.6919,85.3117,3.87463,86400,0,0,1436,0,0,0,0,0),(48941,10480,289,1,1,10972,0,234.723,5.20269,84.9242,1.44862,86400,0,0,3876,0,0,0,0,0),(48942,10480,289,1,1,10978,0,250.387,-0.470486,84.9242,5.77704,86400,0,0,3876,0,0,0,0,0),(48943,10481,289,1,1,10975,0,263.733,-4.28961,84.9242,0.418879,86400,0,0,1436,0,0,0,0,0),(48944,10480,289,1,1,10972,0,243.638,8.32758,85.3117,4.55531,86400,0,0,3876,0,0,0,0,0),(48945,10480,289,1,1,10972,0,245.009,-2.31836,84.9242,3.35103,86400,0,0,3876,0,0,0,0,0),(48946,10901,289,1,1,11492,1,274.877,1.33366,85.3117,3.22886,86400,0,0,27468,0,0,0,0,0),(48947,10480,289,1,1,10972,0,256.567,-8.36057,85.3117,3.52556,86400,0,0,3876,0,0,0,0,0),(48948,10475,289,1,1,11134,1,112.661,86.179,99.6562,3.08923,86400,0,0,17226,0,0,0,0,0),(48949,10475,289,1,1,11161,1,114.324,103.698,99.837,1.65405,86400,0,0,17226,0,2,0,0,0),(48950,10475,289,1,1,11161,1,110.434,101.785,100.11,3.28122,86400,0,0,17226,0,0,0,0,0),(48951,10475,289,1,1,11161,1,143.114,65.1004,103.226,1.90241,86400,0,0,17226,0,0,0,0,0),(48952,10475,289,1,1,11136,1,144.228,68.1884,103.473,3.735,86400,0,0,17226,0,0,0,0,0),(48953,10475,289,1,1,11134,1,105.327,110.351,98.8685,4.88692,86400,0,0,17226,0,0,0,0,0),(48954,10475,289,1,1,11161,1,96.7977,93.9028,97.416,1.16937,86400,0,0,17226,0,0,0,0,0),(48955,10475,289,1,1,11135,1,131.626,86.589,102.056,5.95157,86400,0,0,17226,0,0,0,0,0),(48956,10475,289,1,1,11136,1,139.847,68.5642,103.207,5.96903,86400,0,0,17226,0,0,0,0,0),(48957,10475,289,1,1,11134,1,99.9902,95.1306,97.7582,2.79253,86400,0,0,17226,0,0,0,0,0),(48958,10469,289,1,1,11150,1,175.394,172.18,109.663,2.9147,86400,0,0,6891,6867,0,0,0,0),(48959,10498,289,1,1,3942,0,213.02,168.756,109.723,0.314159,86400,0,0,6891,6867,0,0,0,0),(48960,10498,289,1,1,3942,0,170.96,132.657,109.667,0.733038,86400,0,0,6891,6867,0,0,0,0),(48961,10477,289,1,1,11155,1,210.077,145.658,109.817,1.27409,86400,0,0,6891,6867,0,0,0,0),(48963,10487,289,1,1,11489,1,259.834,164.623,109.848,4.81711,86400,0,0,6891,6867,0,0,0,0),(48964,10469,289,1,1,11150,1,186.345,171.551,109.738,1.09956,86400,0,0,6891,6867,0,0,0,0),(48965,10469,289,1,1,11149,1,184.448,116.57,109.723,4.53786,86400,0,0,6891,6867,0,0,0,0),(48966,10498,289,1,1,3942,0,231.218,143.303,109.723,4.81711,86400,0,0,6891,6867,0,0,0,0),(48967,10469,289,1,1,11149,1,272.357,155.6,109.865,5.67232,86400,0,0,6891,6867,0,0,0,0),(48968,10476,289,1,1,11152,1,243.871,82.9685,109.917,6.00393,86400,0,0,6681,6723,0,0,0,0),(48969,10476,289,1,1,11152,1,249.25,118.011,109.987,2.40855,86400,0,0,6681,6723,0,0,0,0),(48970,10476,289,1,1,11152,1,243.635,101.195,109.883,0.139626,86400,0,0,6681,6723,0,0,0,0),(48971,11582,289,1,1,11128,1,275.279,124.641,109.842,5.11381,86400,0,0,6891,6867,0,0,0,0),(48972,10476,289,1,1,11151,1,277.33,78.4843,109.982,1.13446,86400,0,0,6681,6723,0,0,0,0),(48973,10476,289,1,1,11151,1,279.041,124.33,109.775,4.06662,86400,0,0,6681,6723,0,0,0,0),(48974,10476,289,1,1,11152,1,273.637,101.085,110.033,0.226893,86400,0,0,6681,6723,0,0,0,0),(48975,10489,289,1,1,7848,1,260.888,130.607,110.057,1.67552,86400,0,0,8352,0,2,0,0,0),(48976,10488,289,1,1,12074,0,122.651,137.86,93.1686,1.44862,86400,3,0,14355,0,1,0,0,0),(48977,10488,289,1,1,12074,0,103.966,195.693,93.8625,1.44862,86400,3,0,14355,0,1,0,0,0),(48978,10481,289,1,1,10976,0,236.007,94.437,95.9061,0.034907,86400,0,0,1436,0,0,0,0,0),(48979,10481,289,1,1,10975,0,233.139,87.9702,95.906,4.57276,86400,0,0,1436,0,0,0,0,0),(48980,10485,289,1,1,7550,0,230.98,96.4101,95.906,3.85718,86400,0,0,2088,0,0,0,0,0),(48981,10485,289,1,1,7550,0,239.97,100.049,95.9061,2.35619,86400,0,0,2088,0,0,0,0,0),(48982,10485,289,1,1,9786,0,243.083,94.631,95.9061,1.41372,86400,0,0,2088,0,0,0,0,0),(48983,10495,289,1,1,519,0,241.468,89.0642,95.9061,4.24115,86400,0,0,8613,0,0,0,0,0),(48984,10481,289,1,1,10976,0,245.677,89.6127,95.9061,5.06145,86400,0,0,1436,0,0,0,0,0),(48985,10481,289,1,1,10976,0,250.808,142.462,95.9059,0.575959,86400,0,0,1436,0,0,0,0,0),(48986,10485,289,1,1,9786,0,252.943,149.551,95.9059,0.191986,86400,0,0,2088,0,0,0,0,0),(48987,10495,289,1,1,519,0,256.456,136.235,95.9059,4.03171,86400,0,0,8613,0,0,0,0,0),(48988,10481,289,1,1,10975,0,274.728,120.556,95.9059,3.4383,86400,0,0,1436,0,0,0,0,0),(48989,10481,289,1,1,10975,0,278.28,125.318,95.9059,5.88176,86400,0,0,1436,0,0,0,0,0),(48990,10485,289,1,1,7550,0,280.182,117.704,95.9059,6.07375,86400,0,0,2088,0,0,0,0,0),(48991,10485,289,1,1,7550,0,272.15,125.055,95.9059,1.67552,86400,0,0,2088,0,0,0,0,0),(48992,10485,289,1,1,9786,0,268.777,119.552,95.9059,5.68977,86400,0,0,2088,0,0,0,0,0),(48993,10495,289,1,1,519,0,272.368,114.152,95.9059,4.41568,86400,0,0,8613,0,0,0,0,0),(48994,10481,289,1,1,10976,0,252.421,118.261,95.8225,0.032734,86400,5,0,1436,0,1,0,0,0),(48995,10481,289,1,1,10975,0,277.144,149.866,95.9059,1.11701,86400,0,0,1436,0,0,0,0,0),(48996,10485,289,1,1,7550,0,279.281,143.438,95.8587,3.32769,86400,5,0,2088,0,1,0,0,0),(48997,10485,289,1,1,9786,0,276.612,137.261,95.9059,1.5708,86400,0,0,2088,0,0,0,0,0),(48998,10485,289,1,1,9786,0,269.936,148.813,95.9059,3.00197,86400,0,0,2088,0,0,0,0,0),(48999,10495,289,1,1,519,0,269.97,139.975,95.9059,6.19592,86400,0,0,8613,0,0,0,0,0),(49000,10485,289,1,1,9786,0,246.028,169.426,95.906,0.890118,86400,0,0,2088,0,0,0,0,0),(49001,10485,289,1,1,9786,0,264.459,124.197,95.9059,1.88496,86400,0,0,2088,0,0,0,0,0),(49002,10489,289,1,1,7848,1,210.576,8.04275,115.791,1.74533,86400,0,0,8352,0,0,0,0,0),(49003,10499,289,1,1,3942,0,175.677,29.6364,115.708,0.026647,86400,0,0,6891,6867,0,0,0,0),(49004,10471,289,1,1,11146,1,240.778,45.3544,115.791,0.767945,86400,0,0,6681,6723,0,0,0,0),(49005,10499,289,1,1,3942,0,241.602,48.3987,115.791,4.43314,86400,0,0,6891,6867,0,0,0,0),(49006,10471,289,1,1,11145,1,184.212,-18.913,115.791,2.87979,86400,0,0,6681,6723,0,0,0,0),(49007,10489,289,1,1,7848,1,200.353,54.1937,128.86,5.02655,86400,0,0,8352,0,2,0,0,0),(49008,10471,289,1,1,11145,1,195.37,-2.93425,115.791,3.9619,86400,0,0,6681,6723,0,0,0,0),(49009,10470,289,1,1,11164,1,240.293,27.8336,115.8,4.83456,86400,0,0,5847,16020,0,0,0,0),(49010,10489,289,1,1,7848,1,209.808,79.8682,128.518,2.58309,86400,0,0,8352,0,0,0,0,0),(49011,10470,289,1,1,11133,1,241.015,52.0705,115.791,1.72788,86400,0,0,5847,16020,0,0,0,0),(49012,4075,289,1,1,1141,0,178.01,43.6494,88.8371,4.13643,86400,0,0,8,0,0,0,0,0),(49013,4075,289,1,1,1141,0,268.927,162.778,109.863,3.94444,86400,0,0,8,0,0,0,0,0),(49014,4075,289,1,1,1418,0,285.492,170.962,97.8099,3.89208,86400,0,0,8,0,0,0,0,0),(49015,4075,289,1,1,1141,0,208.759,-9.23768,115.791,0.942478,86400,0,0,8,0,0,0,0,0),(49016,4075,289,1,1,2176,0,150.256,9.80024,91.9559,0.628319,86400,0,0,8,0,0,0,0,0),(49017,4075,289,1,1,1418,0,228.746,179.058,112.689,0.575959,86400,0,0,8,0,0,0,0,0),(49018,4075,289,1,1,1418,0,182.771,69.4884,104.798,0.820305,86400,0,0,8,0,0,0,0,0),(49019,4075,289,1,1,1141,0,234.386,1.64269,84.9242,4.7822,86400,0,0,8,0,0,0,0,0),(49020,4075,289,1,1,2176,0,243.176,155.95,97.8099,2.23402,86400,0,0,8,0,0,0,0,0),(49022,4075,289,1,1,1418,0,193.379,28.866,91.9559,4.45059,86400,0,0,8,0,0,0,0,0),(91294,10678,289,1,1,10007,0,149.884,149.281,109.646,5.48033,86400,8,0,3758,0,1,0,0,0),(91295,11257,289,1,1,11161,1,146.752,178.424,109.562,0.046656,86400,5,0,7107,4738,1,0,0,0),(91296,11257,289,1,1,11123,1,149.615,156.854,109.651,0.959931,86400,0,0,7107,4738,0,0,0,0),(91297,10678,289,1,1,10007,0,104.586,186.871,109.534,5.09636,86400,8,0,3758,0,1,0,0,0),(91298,10678,289,1,1,10007,0,122.315,173.168,109.598,1.25664,86400,8,0,3758,0,1,0,0,0),(91299,10678,289,1,1,10007,0,130.224,182.606,109.626,2.9147,86400,8,0,3758,0,1,0,0,0),(91300,10678,289,1,1,10007,0,120.882,183.79,109.581,4.29351,86400,8,0,3758,0,1,0,0,0),(91301,10678,289,1,1,10007,0,137.731,166.521,109.659,0.226893,86400,8,0,3758,0,1,0,0,0),(91302,11257,289,1,1,11123,1,129.537,166.542,109.543,4.11946,86400,5,0,7107,4738,1,0,0,0),(91303,10678,289,1,1,10007,0,144.941,153.085,109.687,3.63029,86400,8,0,3758,0,1,0,0,0),(91304,10481,289,1,1,10976,0,241.345,4.23123,84.9242,5.06145,86400,0,0,1436,0,0,0,0,0),(91305,10480,289,1,1,10978,0,238.547,-0.144423,84.9242,1.90241,86400,0,0,3876,0,0,0,0,0),(91306,10481,289,1,1,10976,0,251.031,7.45606,85.1254,1.44862,86400,0,0,1436,0,0,0,0,0),(91307,10480,289,1,1,10972,0,240.676,11.1521,85.3117,4.97419,86400,0,0,3876,0,0,0,0,0),(91308,10480,289,1,1,10972,0,233.106,0.343533,84.9242,0.10472,86400,0,0,3876,0,0,0,0,0),(91309,10480,289,1,1,10978,0,246.748,3.51986,84.9242,5.09636,86400,0,0,3876,0,0,0,0,0),(91310,10480,289,1,1,10978,0,240.238,-5.23893,84.9242,0.872665,86400,0,0,3876,0,0,0,0,0),(91311,10480,289,1,1,10978,0,237.612,-10.2393,85.3117,1.0821,86400,0,0,3876,0,0,0,0,0),(91312,10475,289,1,1,11161,1,118.303,115.577,101.587,4.92183,86400,0,0,17226,0,0,0,0,0),(91313,10475,289,1,1,11161,1,126.328,81.184,101.868,3.7001,86400,0,0,17226,0,0,0,0,0),(91314,10475,289,1,1,11134,1,113.776,68.9133,99.8338,3.89208,86400,0,0,17226,0,0,0,0,0),(91315,10475,289,1,1,11134,1,120.956,97.073,101.359,0.349066,86400,0,0,17226,0,0,0,0,0),(91316,10475,289,1,1,11135,1,118.181,113.647,101.827,1.51844,86400,0,0,17226,0,0,0,0,0),(91317,10475,289,1,1,11161,1,123.5,99.3146,102.006,4.2586,86400,0,0,17226,0,0,0,0,0),(91318,10475,289,1,1,11136,1,133.769,82.9655,102.423,1.32645,86400,0,0,17226,0,0,0,0,0),(91319,10475,289,1,1,11136,1,105.698,88.6083,98.2769,1.65846,86400,0,0,17226,0,0,0,0,0),(91320,10475,289,1,1,11135,1,95.2852,76.5092,97.7875,5.37561,86400,0,0,17226,0,0,0,0,0),(91321,10475,289,1,1,11134,1,107.033,106.829,99.1358,2.35619,86400,0,0,17226,0,0,0,0,0),(91322,10469,289,1,1,11161,1,213.422,145.911,109.723,2.47837,86400,0,0,6891,6867,0,0,0,0),(91323,10477,289,1,1,11163,1,214.567,171.183,109.723,4.10152,86400,0,0,6891,6867,0,0,0,0),(91324,10498,289,1,1,3942,0,183.815,113.239,109.723,1.8675,86400,0,0,6891,6867,0,0,0,0),(91325,10477,289,1,1,11154,1,189.25,171.59,109.847,2.09439,86400,0,0,6891,6867,0,0,0,0),(91326,10477,289,1,1,11163,1,276.195,150.866,109.868,2.61799,86400,0,0,6891,6867,0,0,0,0),(91327,11551,289,1,1,11178,0,219.244,134.258,109.723,6.26573,86400,0,0,8613,0,2,0,0,0),(91328,10469,289,1,1,11148,1,242.655,165.943,109.739,0.349066,86400,0,0,6891,6867,0,0,0,0),(91329,10469,289,1,1,11161,1,237.077,166.516,109.729,1.53589,86400,0,0,6891,6867,0,0,0,0),(91330,10477,289,1,1,11163,1,243.902,164.119,109.742,1.15192,86400,0,0,6891,6867,0,0,0,0),(91331,10477,289,1,1,11156,1,173.588,169.633,109.642,2.26893,86400,0,0,6891,6867,0,0,0,0),(91332,10487,289,1,1,11489,1,198.665,172.76,109.879,4.34587,86400,0,0,6891,6867,2,0,0,0),(91333,10469,289,1,1,11161,1,235.725,141.804,109.728,3.49066,86400,0,0,6891,6867,0,0,0,0),(91334,10477,289,1,1,11163,1,230.069,140.256,109.723,0.925025,86400,0,0,6891,6867,0,0,0,0),(91335,10477,289,1,1,11156,1,232.765,140.263,109.724,2.6529,86400,0,0,6891,6867,0,0,0,0),(91336,10476,289,1,1,11152,1,249.607,103.293,110.033,3.33358,86400,0,0,6681,6723,0,0,0,0),(91337,10476,289,1,1,11161,1,246.102,124.054,109.808,4.86947,86400,0,0,6681,6723,0,0,0,0),(91338,11582,289,1,1,11129,1,273.496,102.927,110.055,5.96903,86400,0,0,6891,6867,0,0,0,0),(91339,10489,289,1,1,7848,1,240.817,75.5046,110.056,4.76475,86400,0,0,8352,0,2,0,0,0),(91340,11582,289,1,1,11128,1,243.487,80.5749,110.055,0,86400,0,0,6891,6867,0,0,0,0),(91341,10471,289,1,1,11146,1,196.023,19.6622,115.048,4.99164,86400,0,0,6681,6723,0,0,0,0),(91342,10471,289,1,1,11173,1,167.219,25.5763,115.791,5.41052,86400,0,0,6681,6723,0,0,0,0),(91343,10470,289,1,1,11164,1,223.767,-17.6511,115.791,4.31096,86400,0,0,5847,16020,0,0,0,0),(91344,10471,289,1,1,11145,1,239.267,25.2639,115.805,0.593412,86400,0,0,6681,6723,0,0,0,0),(91345,10471,289,1,1,11146,1,204.741,-9.72721,115.791,3.49066,86400,0,0,6681,6723,0,0,0,0),(91346,10470,289,1,1,11131,1,202.461,-9.18804,115.791,4.90438,86400,0,0,5847,16020,0,0,0,0),(91347,10470,289,1,1,11132,1,200.975,-11.6222,115.791,0.593412,86400,0,0,5847,16020,0,0,0,0),(91348,10470,289,1,1,11131,1,193.834,-5.09538,115.791,1.09956,86400,0,0,5847,16020,0,0,0,0),(91349,10499,289,1,1,3942,0,180.948,-18.5781,115.791,6.23082,86400,0,0,6891,6867,0,0,0,0),(91350,10499,289,1,1,3942,0,196.108,16.1789,115.079,1.91986,86400,0,0,6891,6867,0,0,0,0),(91351,10499,289,1,1,3942,0,192.673,-7.89915,115.703,6.24093,86400,0,0,6891,6867,2,0,0,0),(91352,10489,289,1,1,7848,1,198.386,64.2557,128.518,1.44862,86400,0,0,8352,0,0,0,0,0),(91353,4075,289,1,1,1418,0,171.185,175.499,109.692,4.34587,86400,0,0,8,0,0,0,0,0),(91354,4075,289,1,1,1141,0,268.033,132.074,97.8099,3.83972,86400,0,0,8,0,0,0,0,0),(91355,4075,289,1,1,1418,0,231.545,5.2781,74.4135,4.88692,86400,0,0,8,0,0,0,0,0),(91356,4075,289,1,1,1418,0,161.914,51.8159,115.791,2.89725,86400,3,0,8,0,1,0,0,0),(91357,4075,289,1,1,1141,0,162.617,29.4026,90.3063,3.33358,86400,0,0,8,0,0,0,0,0),(91358,4075,289,1,1,1418,0,137.01,45.3373,102.825,2.75762,86400,0,0,8,0,0,0,0,0),(91359,4075,289,1,1,1141,0,185.247,126.31,140.785,0.00236,86400,0,0,8,0,0,0,0,0),(91360,4075,289,1,1,1418,0,143.032,5.50201,89.0359,4.92183,86400,0,0,8,0,0,0,0,0),(91361,4075,289,1,1,2176,0,187.813,111.283,110.953,2.1293,86400,0,0,8,0,0,0,0,0),(91362,4075,289,1,1,1141,0,212.551,129.168,109.742,0.296706,86400,0,0,8,0,0,0,0,0),(91363,10678,289,1,1,10007,0,153.062,163.835,109.625,1.44862,86400,8,0,3758,0,1,0,0,0),(91364,10678,289,1,1,10007,0,129.969,160.768,109.626,2.72271,86400,8,0,3758,0,1,0,0,0),(91365,11257,289,1,1,11122,1,112.373,178.641,109.518,1.13787,86400,5,0,7107,4738,1,0,0,0),(91366,10678,289,1,1,10007,0,130.652,149.997,109.623,3.78736,86400,8,0,3758,0,1,0,0,0),(91367,10678,289,1,1,10007,0,151.169,174.608,109.679,5.8294,86400,8,0,3758,0,1,0,0,0),(91368,10678,289,1,1,10007,0,114.498,148.609,109.6,5.48033,86400,8,0,3758,0,1,0,0,0),(91369,10678,289,1,1,10007,0,112.499,167.13,109.591,4.18879,86400,8,0,3758,0,1,0,0,0),(91370,10475,289,1,1,11135,1,123.571,95.8893,101.615,1.98968,86400,0,0,17226,0,0,0,0,0),(91371,10475,289,1,1,11136,1,110.395,87.146,99.8255,5.75959,86400,0,0,17226,0,0,0,0,0),(91372,10469,289,1,1,11149,1,216.049,168.212,109.723,3.01942,86400,0,0,6891,6867,0,0,0,0),(91373,10470,289,1,1,11131,1,170.584,25.0902,115.791,3.52556,86400,0,0,5847,16020,0,0,0,0),(91374,14861,289,1,1,10925,0,164.891,-1.12663,115.791,0.117518,86400,0,0,15090,14916,2,0,0,0),(91375,10489,289,1,1,7848,1,203.679,64.6575,128.518,1.53589,86400,0,0,8352,0,0,0,0,0),(91376,10489,289,1,1,7848,1,191.084,79.743,128.518,0.628319,86400,0,0,8352,0,0,0,0,0),(91377,10499,289,1,1,3942,0,201.055,60.2982,115.791,0.471239,86400,0,0,6891,6867,0,0,0,0),(91378,10471,289,1,1,11145,1,218.686,-8.55881,115.791,2.93215,86400,0,0,6681,6723,0,0,0,0),(91379,10470,289,1,1,11133,1,181.189,-17.0533,115.791,5.72468,86400,0,0,5847,16020,0,0,0,0),(91380,10471,289,1,1,11173,1,230.383,-1.70041,115.791,0.087266,86400,0,0,6681,6723,0,0,0,0),(91381,10499,289,1,1,3942,0,212.651,9.72721,115.791,2.51327,86400,0,0,6891,6867,0,0,0,0),(91382,10470,289,1,1,11133,1,174.938,5.5529,115.791,3.47321,86400,0,0,5847,16020,0,0,0,0),(91383,4075,289,1,1,2176,0,224.044,143.561,97.8099,5.20108,86400,0,0,8,0,0,0,0,0),(91384,4075,289,1,1,1418,0,216.771,75.3716,104.798,3.12414,86400,0,0,8,0,0,0,0,0),(91385,4075,289,1,1,1418,0,192.153,-29.1752,90.3064,6.00393,86400,0,0,8,0,0,0,0,0),(91386,4075,289,1,1,2176,0,123.75,107.031,101.668,6.16101,86400,0,0,8,0,0,0,0,0),(91387,4075,289,1,1,1418,0,203.548,-1.26436,89.0165,1.5975,86400,5,0,8,0,1,0,0,0),(91388,4075,289,1,1,1141,0,194.77,-12.3419,75.646,1.18682,86400,0,0,8,0,0,0,0,0),(91389,4075,289,1,1,1141,0,280.445,97.9125,95.8223,1.51915,86400,5,0,8,0,1,0,0,0),(91390,4075,289,1,1,1418,0,212.519,120.629,110.953,1.8326,86400,0,0,8,0,0,0,0,0),(91391,4075,289,1,1,1418,0,167.056,-14.5257,75.6153,1.32645,86400,0,0,8,0,0,0,0,0),(91392,4075,289,1,1,1141,0,269.691,-1.02604,75.3334,0.471239,86400,0,0,8,0,0,0,0,0),(91393,10470,289,1,1,11131,1,161.358,45.2051,115.791,2.98451,86400,0,0,5847,16020,0,0,0,0),(91394,4075,289,1,1,1418,0,235.544,137.169,110.953,3.14773,86400,5,0,8,0,1,0,0,0),(91395,4075,289,1,1,1418,0,151.034,17.9137,90.3063,4.79965,86400,0,0,8,0,0,0,0,0),(91396,4075,289,1,1,1418,0,168.2,10.1825,75.645,5.72468,86400,0,0,8,0,0,0,0,0),(91397,4075,289,1,1,2176,0,77.3862,103.767,97.5706,6.21337,86400,0,0,8,0,0,0,0,0),(91398,4075,289,1,1,1418,0,177.147,143.539,109.649,1.58773,86400,5,0,8,0,1,0,0,0),(91399,4075,289,1,1,1418,0,119.767,89.9694,101.058,1.2437,86400,5,0,8,0,1,0,0,0),(91400,4075,289,1,1,1141,0,172.88,104.369,108.119,0.820305,86400,0,0,8,0,0,0,0,0),(91401,4075,289,1,1,1141,0,245.641,145.761,95.9059,0.042627,86400,5,0,8,0,1,0,0,0),(91402,4075,289,1,1,1418,0,210.642,99.2762,104.798,2.99596,86400,5,0,8,0,1,0,0,0),(91403,4075,289,1,1,2176,0,84.7035,-1.61551,85.3117,2.89725,86400,0,0,8,0,0,0,0,0),(91404,4075,289,1,1,1418,0,209.988,11.7605,90.3063,3.89208,86400,0,0,8,0,0,0,0,0),(91408,10485,289,1,1,9786,0,219.002,70.5227,104.715,4.14758,86400,5,0,2088,0,1,0,0,0),(91409,10485,289,1,1,9786,0,180.612,100.176,104.798,0.465572,86400,3,0,2088,0,1,0,0,0),(91410,10485,289,1,1,7550,0,185.926,100.079,104.798,3.5243,86400,3,0,2088,0,1,0,0,0),(91411,10495,289,1,1,519,0,185.168,95.0084,104.799,2.84489,86400,3,0,8613,0,1,0,0,0),(91412,10495,289,1,1,519,0,179.117,95.5166,104.8,2.14675,86400,3,0,8613,0,1,0,0,0),(91413,10485,289,1,1,9786,0,216.722,96.5785,104.798,1.8817,86400,3,0,2088,0,1,0,0,0),(91414,10481,289,1,1,10976,0,221.917,96.4046,104.798,3.82625,86400,3,0,1436,0,1,0,0,0),(91415,10495,289,1,1,519,0,221.956,103.89,104.798,3.4383,86400,3,0,8613,0,1,0,0,0),(91416,10485,289,1,1,9786,0,214.574,101.917,104.798,2.70261,86400,0,0,2088,0,0,0,0,0),(91417,10485,289,1,1,7550,0,180.483,74.1536,104.799,2.8371,86400,3,0,2088,0,1,0,0,0),(91418,10485,289,1,1,7550,0,181.214,80.6029,104.799,0.386879,86400,3,0,2088,0,1,0,0,0),(91419,10495,289,1,1,519,0,185.903,70.4123,104.798,1.36245,86400,3,0,8613,0,1,0,0,0),(91420,11551,289,1,1,11178,0,210.082,82.1787,104.244,0.372459,86400,0,0,8613,0,2,0,0,0),(91423,4075,289,1,1,2176,0,226.839,196.682,98.6458,3.94444,86400,0,0,8,0,0,0,0,0),(91424,4075,289,1,1,1418,0,224.257,194.92,100.434,3.15905,86400,0,0,8,0,0,0,0,0),(91425,4075,289,1,1,1141,0,221.989,192.827,102.011,2.89725,86400,0,0,8,0,0,0,0,0),(91426,4075,289,1,1,1141,0,220.478,190.889,103.067,3.00197,86400,0,0,8,0,0,0,0,0),(49671,11352,309,1,1,14832,0,-11806.6,-1622.62,21.2285,5.49779,7200,0,0,48555,0,0,0,0,0),(49673,11374,309,1,1,15101,0,-11673.7,-1623.4,8.63866,4.58763,7200,0,0,9156,0,2,0,0,0),(152154,29720,571,1,2,0,0,8505.87,2684.41,654.01,4.31096,300,0,0,12175,0,0,0,0,0),(152155,29720,571,1,2,0,0,8493.93,2656.29,653.637,4.39823,300,0,0,12175,0,0,0,0,0),(49675,11340,309,1,1,11221,1,-11771.9,-1618.82,21.2208,4.29351,7200,0,0,15090,12430,0,0,0,0),(49676,11352,309,1,1,14832,0,-11736.1,-1651.65,21.2108,0.174533,7200,0,0,48555,0,0,0,0,0),(49677,11352,309,1,1,14832,0,-11736.7,-1636.54,21.2108,6.23082,7200,0,0,48555,0,0,0,0,0),(49678,14834,309,1,1,15295,0,-11787.4,-1649.34,54.1017,4.76475,259200,0,0,719550,262000,0,0,0,0),(49679,14758,309,1,1,11686,0,-11789.5,-1620.9,73.8948,5.81195,7200,0,0,4120,0,0,0,0,0),(49680,4075,309,1,1,1418,0,-11584,-1265.31,77.6076,1.40767,7200,5,0,8,0,1,0,0,0),(49681,4075,309,1,1,2176,0,-11618.4,-1353.27,77.7979,1.5708,7200,0,0,8,0,0,0,0,0),(49682,4075,309,1,1,1418,0,-11569.4,-1266.36,77.6208,2.51327,7200,0,0,8,0,0,0,0,0),(49683,13321,309,1,1,901,0,-11611.1,-1238.78,80.4106,4.45059,7200,0,0,42,0,0,0,0,0),(49684,4075,309,1,1,1141,0,-11598.4,-1240.72,77.847,5.75959,7200,0,0,8,0,0,0,0,0),(49685,4075,309,1,1,2176,0,-11532.7,-1257.06,82.0085,2.30383,7200,0,0,8,0,0,0,0,0),(49686,13321,309,1,1,6295,0,-11624.7,-1367.77,77.3574,4.5204,7200,0,0,42,0,0,0,0,0),(49687,4075,309,1,1,1141,0,-11588.6,-1263.02,78.6657,5.28835,7200,0,0,8,0,0,0,0,0),(49688,2914,309,1,1,2958,0,-12259.9,-1849.64,133.428,4.16186,7200,5,0,8,0,1,0,0,0),(49689,13321,309,1,1,6295,0,-11827.4,-1510.56,15.03,0.689255,7200,5,0,42,0,1,0,0,0),(49690,2914,309,1,1,1206,0,-11559.7,-1468.44,66.9285,1.70606,7200,5,0,8,0,1,0,0,0),(49691,2914,309,1,1,2957,0,-12234.5,-1969.26,133.057,4.52276,7200,5,0,8,0,1,0,0,0),(49692,13321,309,1,1,6297,0,-11832.5,-1759.44,12.1525,6.15871,7200,5,0,42,0,1,0,0,0),(49693,2914,309,1,1,2958,0,-11700.8,-1372.22,61.4042,1.17796,7200,5,0,8,0,1,0,0,0),(49694,2914,309,1,1,1206,0,-11554.5,-1512.89,56.4605,0.566879,7200,5,0,8,0,1,0,0,0),(49695,2914,309,1,1,6303,0,-12152.9,-1820.68,89.8341,2.68126,7200,5,0,8,0,1,0,0,0),(49696,2914,309,1,1,2957,0,-12375.2,-1931.24,133.189,0.428727,7200,5,0,8,0,1,0,0,0),(49697,13321,309,1,1,1924,0,-11872.2,-1761.27,10.0581,0.420804,7200,5,0,42,0,1,0,0,0),(49698,11352,309,1,1,14832,0,-11954.2,-1805.99,53.222,1.51931,7200,0,0,48555,0,2,0,0,0),(49699,11361,309,1,1,11031,0,-11591.7,-1756.43,40.0162,3.39848,7200,0,0,9156,0,0,0,0,0),(49700,11361,309,1,1,11031,0,-11598.9,-1764.43,39.9138,0.610865,7200,0,0,9156,0,0,0,0,0),(49701,11351,309,1,1,11109,1,-11657.7,-1546.31,40.038,3.15905,7200,0,0,21364,0,0,0,0,0),(49702,11830,309,1,1,11761,1,-11666.8,-1545.98,42.7417,6.19592,7200,0,0,17094,12170,0,0,0,0),(49703,11339,309,1,1,11225,1,-11640.7,-1488.52,44.4881,3.26377,7200,0,0,25150,14916,0,0,0,0),(49704,11353,309,1,1,11080,1,-11650.6,-1488.65,47.9501,0.017453,7200,0,0,18312,0,0,0,0,0),(49705,11352,309,1,1,14832,0,-12329.9,-1870.84,130.349,0.978481,7200,0,0,48555,0,2,0,0,0),(49706,15043,309,1,1,833,0,-11712.2,-1728.12,13.0381,5.88176,7200,5,0,9156,0,1,0,0,0),(49707,15043,309,1,1,833,0,-11726.1,-1736.4,15.7301,0.174533,7200,5,0,9156,0,1,0,0,0),(49708,15043,309,1,1,833,0,-11730.4,-1743.03,15.3551,5.18363,7200,5,0,9156,0,1,0,0,0),(49709,15043,309,1,1,833,0,-11723.1,-1730.79,15.2881,2.87979,7200,5,0,9156,0,1,0,0,0),(49710,15043,309,1,1,833,0,-11830.2,-1522.1,12.682,2.89725,7200,5,0,9156,0,1,0,0,0),(49711,15043,309,1,1,833,0,-11827.8,-1504.08,13.807,0.977384,7200,5,0,9156,0,1,0,0,0),(49712,15043,309,1,1,833,0,-11814.2,-1501.94,16.182,5.42797,7200,5,0,9156,0,1,0,0,0),(49713,15043,309,1,1,833,0,-11817.2,-1513.66,19.432,1.309,7200,5,0,9156,0,1,0,0,0),(49714,11372,309,1,1,15150,0,-11556.7,-1487.4,68.982,6.24828,7200,0,0,15260,0,0,0,0,0),(49715,11371,309,1,1,15182,0,-11563.9,-1490.02,69.832,4.32842,7200,0,0,15260,0,0,0,0,0),(49716,11361,309,1,1,11031,0,-11603.5,-1739.6,39.4761,5.02655,7200,0,0,9156,0,0,0,0,0),(49717,11361,309,1,1,11031,0,-11601.3,-1729.95,39.7037,5.93412,7200,0,0,9156,0,0,0,0,0),(49718,15043,309,1,1,833,0,-11823.6,-1764.53,11.6762,4.97419,7200,5,0,9156,0,1,0,0,0),(49719,15043,309,1,1,833,0,-11833.2,-1762.04,12.6214,4.81012,7200,5,0,9156,0,1,0,0,0),(49720,15043,309,1,1,833,0,-11839.3,-1760.3,13.1136,0.598846,7200,5,0,9156,0,1,0,0,0),(49721,15043,309,1,1,833,0,-11834.3,-1768.71,13.8219,5.59656,7200,5,0,9156,0,1,0,0,0),(49722,11374,309,1,1,15101,0,-11851.6,-1486.17,8.63866,1.16937,7200,0,0,9156,0,0,0,0,0),(49723,11374,309,1,1,15101,0,-11922.8,-1591.78,8.63866,1.22173,7200,0,0,9156,0,0,0,0,0),(49724,11374,309,1,1,15101,0,-11935.1,-1466.74,8.63866,4.59022,7200,0,0,9156,0,0,0,0,0),(49725,11374,309,1,1,15101,0,-11678.6,-1692.92,8.63866,0.453786,7200,0,0,9156,0,0,0,0,0),(49726,11374,309,1,1,15101,0,-11679.6,-1607.96,8.63866,0.314159,7200,0,0,9156,0,2,0,0,0),(49727,11374,309,1,1,15101,0,-12044.6,-1581.38,8.63866,2.87979,7200,0,0,9156,0,0,0,0,0),(49728,11374,309,1,1,15101,0,-11873.9,-1553.86,8.63866,2.93215,7200,0,0,9156,0,0,0,0,0),(49729,11374,309,1,1,15101,0,-11676.5,-1727.6,8.63866,1.58825,7200,0,0,9156,0,0,0,0,0),(49730,11374,309,1,1,15101,0,-11744.6,-1788.97,8.63866,2.86234,7200,0,0,9156,0,0,0,0,0),(49731,11374,309,1,1,15101,0,-12018.9,-1584.4,8.63866,3.9968,7200,0,0,9156,0,0,0,0,0),(49732,11350,309,1,1,11077,1,-11903.7,-1327.2,77.621,0.750492,7200,0,0,21364,0,0,0,0,0),(49733,11350,309,1,1,11074,1,-11910.8,-1322.43,77.5587,0.680678,7200,0,0,21364,0,0,0,0,0),(49734,11371,309,1,1,15182,0,-11961.8,-1804.01,54.4115,2.58405,7200,5,0,15260,0,1,0,0,0),(49735,11371,309,1,1,15182,0,-11963.7,-1805.17,55.1322,2.59025,7200,5,0,15260,0,1,0,0,0),(49736,11350,309,1,1,11076,1,-11981.4,-1707.25,32.3669,2.80998,7200,0,0,21364,0,0,0,0,0),(49737,11830,309,1,1,11761,1,-11987.5,-1705.43,32.3669,0,7200,0,0,17094,12170,0,0,0,0),(49738,11387,309,1,1,11314,1,-11981.1,-1705.5,32.3669,3.19395,7200,0,0,3144,0,0,0,0,0),(49739,11372,309,1,1,15150,0,-11934.3,-1328.75,78.7419,2.72271,7200,0,0,15260,0,0,0,0,0),(49740,11372,309,1,1,15150,0,-11925.9,-1337.49,78.4218,3.38594,7200,0,0,15260,0,0,0,0,0),(49741,11350,309,1,1,11077,1,-11875.6,-1415.3,61.1701,5.5676,7200,0,0,21364,0,0,0,0,0),(49742,11830,309,1,1,11758,1,-11867.9,-1420.47,61.0251,2.68781,7200,0,0,17094,12170,0,0,0,0),(49743,11371,309,1,1,15182,0,-12068.8,-1691.19,44.4278,5.68977,7200,0,0,15260,0,0,0,0,0),(49744,11371,309,1,1,15182,0,-12083.1,-1694.73,47.5376,0.331613,7200,0,0,15260,0,0,0,0,0),(49745,11371,309,1,1,15182,0,-12068.8,-1701.61,45.4398,0.628319,7200,0,0,15260,0,0,0,0,0),(49746,11372,309,1,1,15150,0,-12077.5,-1690.05,46.669,1.11701,7200,0,0,15260,0,0,0,0,0),(49747,11372,309,1,1,15150,0,-11741.8,-1323.33,63.4595,0.471239,7200,0,0,15260,0,0,0,0,0),(49748,11372,309,1,1,15150,0,-11737.5,-1329.37,63.4688,2.02458,7200,0,0,15260,0,0,0,0,0),(49749,11372,309,1,1,15150,0,-11727.9,-1338.77,63.8019,2.79253,7200,0,0,15260,0,0,0,0,0),(49750,11371,309,1,1,15182,0,-11737.7,-1335.71,63.7414,2.86234,7200,0,0,15260,0,0,0,0,0),(49751,11350,309,1,1,11076,1,-12059.1,-1670.91,42.4278,4.01488,7200,5,0,21364,0,1,0,0,0),(49752,11830,309,1,1,11758,1,-12054.8,-1686,43.075,1.60662,7200,0,0,17094,12170,2,0,0,0),(49753,11350,309,1,1,11075,1,-11969.4,-1557.64,40.2843,1.11701,7200,0,0,21364,0,0,0,0,0),(49754,11830,309,1,1,11758,1,-11964.8,-1549.77,41.5586,4.11898,7200,0,0,17094,12170,0,0,0,0),(49755,11372,309,1,1,15150,0,-11990.6,-1825.16,58.6344,0,7200,0,0,15260,0,0,0,0,0),(49756,11372,309,1,1,15150,0,-11989.2,-1836.3,57.7291,5.51524,7200,0,0,15260,0,0,0,0,0),(49757,11371,309,1,1,15182,0,-11988.6,-1822.82,58.6127,3.64774,7200,0,0,15260,0,0,0,0,0),(49758,11371,309,1,1,15182,0,-11989.6,-1815.7,58.8855,0.331613,7200,0,0,15260,0,0,0,0,0),(49759,11371,309,1,1,15182,0,-11988.4,-1829,58.4375,1.20428,7200,0,0,15260,0,0,0,0,0),(49760,11371,309,1,1,15182,0,-11993.5,-1837.69,57.7444,0,7200,0,0,15260,0,0,0,0,0),(49761,11352,309,1,1,14832,0,-12101,-1478.76,128.789,0.171365,7200,0,0,48555,0,2,0,0,0),(49762,14880,309,1,1,15072,0,-12120.4,-1755.58,80.2268,2.14157,7200,0,0,4048,0,0,0,0,0),(49763,14880,309,1,1,15072,0,-12121.8,-1781.8,80.2511,1.47591,7200,5,0,4048,0,2,0,0,0),(7715,6491,1,1,4294967295,0,0,-6154.23,-1142.67,-216.588,2.99628,60,0,0,4120,0,0,0,0,0),(6876,6491,1,1,4294967295,0,0,5633.21,-4765.75,777.907,1.47459,60,0,0,4120,0,0,0,0,0),(49766,14880,309,1,1,15072,0,-12359.1,-1664.31,130.494,2.61807,7200,5,0,4048,0,1,0,0,0),(49767,14880,309,1,1,15072,0,-12335.7,-1645.88,130.792,1.98902,7200,5,0,4048,0,1,0,0,0),(6875,6491,0,1,4294967295,0,0,-7105.79,-3488.52,242.318,0.00187445,60,0,0,4120,0,0,0,0,0),(6858,6491,0,1,4294967295,0,0,1840.76,-2149.67,67.4929,2.38151,60,0,0,4120,0,0,0,0,0),(49770,11370,309,1,1,963,0,-12312.8,-1686.91,131.308,4.6604,7200,5,0,31440,0,1,0,0,0),(49771,14532,309,1,1,14950,0,-12288.7,-1687.73,133.104,4.89839,7200,5,0,12208,0,1,0,0,0),(49772,14532,309,1,1,14950,0,-12301.3,-1692.08,131.708,3.59538,7200,0,0,12208,0,0,0,0,0),(49773,14532,309,1,1,14950,0,-12311,-1684.61,131.058,3.7001,7200,0,0,12208,0,0,0,0,0),(49774,14532,309,1,1,14950,0,-12283,-1689.28,131.896,2.46108,7200,5,0,12208,0,1,0,0,0),(49775,14532,309,1,1,14950,0,-12298.9,-1679.9,131.81,4.88692,7200,0,0,12208,0,0,0,0,0),(49776,11353,309,1,1,11082,1,-12264.8,-1862.98,132.538,2.68781,7200,0,0,18312,0,0,0,0,0),(49777,11353,309,1,1,11080,1,-12267.4,-1861.41,131.826,5.70723,7200,0,0,18312,0,0,0,0,0),(49778,11353,309,1,1,11081,1,-12298.9,-1843.2,130.432,6.05629,7200,0,0,18312,0,0,0,0,0),(49779,11353,309,1,1,11082,1,-12294.2,-1846.53,130.355,2.40855,7200,0,0,18312,0,0,0,0,0),(49780,11830,309,1,1,11760,1,-12292.9,-1842.97,130.411,3.24631,7200,0,0,17094,12170,0,0,0,0),(49781,11353,309,1,1,11081,1,-12363.7,-1935.86,132.47,0.15708,7200,0,0,18312,0,0,0,0,0),(49782,11353,309,1,1,11081,1,-12354.6,-1936.65,132.493,2.6529,7200,0,0,18312,0,0,0,0,0),(49783,11830,309,1,1,11760,1,-12360.1,-1930.85,132.438,5.21853,7200,0,0,17094,12170,0,0,0,0),(49784,11830,309,1,1,11759,1,-12271.4,-1857.96,130.846,4.13643,7200,0,0,17094,12170,0,0,0,0),(49785,11830,309,1,1,11760,1,-12273.9,-1861.77,130.836,0.959931,7200,0,0,17094,12170,0,0,0,0),(49786,11830,309,1,1,11761,1,-12326.2,-1905.07,130.62,3.80482,7200,0,0,17094,12170,0,0,0,0),(49787,11830,309,1,1,11758,1,-12328.7,-1907.03,130.477,0.698132,7200,0,0,17094,12170,0,0,0,0),(49788,11356,309,1,1,11101,1,-12391.2,-1942.1,132.081,4.24115,7200,0,0,31440,0,0,0,0,0),(49789,11353,309,1,1,11083,1,-12347,-1847.58,131.092,2.3911,7200,0,0,18312,0,0,0,0,0),(49790,11353,309,1,1,11081,1,-12349.6,-1845.43,131.042,5.67232,7200,0,0,18312,0,0,0,0,0),(49791,11353,309,1,1,11083,1,-12267.7,-1865.83,132.445,2.23402,7200,0,0,18312,0,0,0,0,0),(49792,11353,309,1,1,11081,1,-12270,-1863.72,131.597,5.79449,7200,0,0,18312,0,0,0,0,0),(49793,11356,309,1,1,11100,1,-12222.1,-1910.29,133.499,2.67035,7200,0,0,31440,0,0,0,0,0),(49794,11356,309,1,1,11102,1,-12217.4,-1905.82,133.499,2.68781,7200,0,0,31440,0,0,0,0,0),(49795,11356,309,1,1,11101,1,-12215.3,-1911.08,133.499,0.017453,7200,0,0,31440,0,0,0,0,0),(49796,11356,309,1,1,11101,1,-12212.8,-1914.35,133.499,1.53589,7200,0,0,31440,0,0,0,0,0),(49797,11353,309,1,1,11081,1,-12252.6,-1957.54,132.868,2.46091,7200,0,0,18312,0,0,0,0,0),(49798,11356,309,1,1,11100,1,-12252.2,-1956.25,131.841,2.96706,7200,0,0,31440,0,0,0,0,0),(49799,11830,309,1,1,11759,1,-12255.2,-1955.45,131.898,5.53269,7200,0,0,17094,12170,0,0,0,0),(49800,11360,309,1,1,15151,0,-11811.4,-1899.16,49.1025,2.5948,7200,5,0,3052,0,1,0,0,0),(49801,11361,309,1,1,11031,0,-11725,-1938.05,56.5905,0.15708,7200,0,0,9156,0,0,0,0,0),(49802,11361,309,1,1,11031,0,-11733.2,-1940.66,57.593,5.96903,7200,0,0,9156,0,0,0,0,0),(49803,11361,309,1,1,11031,0,-11733.1,-1929.62,56.5639,2.58309,7200,0,0,9156,0,0,0,0,0),(49804,11361,309,1,1,11031,0,-11745.2,-1922.21,56.6405,2.67035,7200,0,0,9156,0,0,0,0,0),(49805,11361,309,1,1,11031,0,-11750.4,-1916.03,56.5897,1.58825,7200,0,0,9156,0,0,0,0,0),(152158,29720,571,1,2,0,0,8312.52,2676.2,689.168,3.89319,300,0,0,12175,0,0,0,0,0),(49807,11361,309,1,1,11031,0,-11689.6,-1831.24,40.5991,4.88692,7200,0,0,9156,0,0,0,0,0),(49808,11361,309,1,1,11031,0,-11703.5,-1836.96,42.6274,5.75959,7200,0,0,9156,0,0,0,0,0),(49809,11361,309,1,1,11031,0,-11697.6,-1827.12,41.2645,3.94444,7200,0,0,9156,0,0,0,0,0),(49810,11360,309,1,1,15151,0,-11811.6,-1888.58,47.0457,2.02458,7200,0,0,3052,0,0,0,0,0),(49811,11350,309,1,1,11074,1,-11637.3,-1885.53,57.2217,1.3622,7200,5,0,21364,0,1,0,0,0),(49812,11350,309,1,1,11074,1,-11647.7,-1885.87,57.3467,6.15927,7200,5,0,21364,0,1,0,0,0),(49813,11350,309,1,1,11076,1,-11655.8,-1892.26,56.9461,4.53786,7200,0,0,21364,0,0,0,0,0),(49814,11360,309,1,1,15151,0,-11685,-1914.06,56.075,5.28835,7200,0,0,3052,0,0,0,0,0),(51344,11360,309,1,1,15151,0,-11736.7,-1907.64,56.2351,0.855211,7200,0,0,3052,0,0,0,0,0),(51345,11350,309,1,1,11076,1,-11694.4,-1832.29,41.5242,3.64774,7200,0,0,21364,0,0,0,0,0),(51347,11350,309,1,1,11075,1,-11699.7,-1834.12,42.7127,2.77507,7200,0,0,21364,0,0,0,0,0),(51348,11361,309,1,1,11031,0,-11653,-1910.85,57.5342,3.45575,7200,0,0,9156,0,0,0,0,0),(51349,11361,309,1,1,11031,0,-11642.4,-1890.35,57.4213,2.40855,7200,0,0,9156,0,0,0,0,0),(51350,11361,309,1,1,11031,0,-11653.5,-1899.54,56.6081,1.16937,7200,0,0,9156,0,0,0,0,0),(51351,11361,309,1,1,11031,0,-11650.4,-1895.66,56.9303,3.59538,7200,0,0,9156,0,0,0,0,0),(51352,11361,309,1,1,11031,0,-11656,-1880.3,56.7794,4.31096,7200,0,0,9156,0,0,0,0,0),(51353,11339,309,1,1,11226,1,-11511.3,-1613.84,71.4066,3.36848,7200,0,0,25150,14916,0,0,0,0),(51354,11339,309,1,1,11226,1,-11518.3,-1629.19,71.4066,1.43117,7200,0,0,25150,14916,0,0,0,0),(51355,11365,309,1,1,633,0,-11587,-1580.33,51.4009,6.13104,7200,0,0,21364,0,0,0,0,0),(51356,11365,309,1,1,633,0,-11584.2,-1576.76,50.7188,5.43724,7200,5,0,21364,0,1,0,0,0),(51357,11365,309,1,1,633,0,-11586.7,-1576.85,51.2061,5.67895,7200,5,0,21364,0,1,0,0,0),(51358,11365,309,1,1,633,0,-11583.4,-1578.33,50.5416,5.53787,7200,5,0,21364,0,1,0,0,0),(51359,11365,309,1,1,633,0,-11453.8,-1611.1,49.2878,1.69817,7200,0,0,21364,0,0,0,0,0),(51360,11365,309,1,1,633,0,-11455.8,-1606.51,49.4163,1.60445,7200,5,0,21364,0,1,0,0,0),(51361,11365,309,1,1,633,0,-11454.6,-1613.08,49.0983,1.6476,7200,5,0,21364,0,1,0,0,0),(51362,11365,309,1,1,633,0,-11454.1,-1609.09,49.5681,1.69753,7200,5,0,21364,0,1,0,0,0),(51363,11339,309,1,1,11226,1,-11511.4,-1628.43,71.4067,2.96706,7200,0,0,25150,14916,0,0,0,0),(51364,11339,309,1,1,11225,1,-11518.3,-1613.51,71.4067,4.59022,7200,0,0,25150,14916,0,0,0,0),(51365,11339,309,1,1,11226,1,-11511.8,-1643.48,49.6276,1.74533,7200,0,0,25150,14916,0,0,0,0),(51366,11339,309,1,1,11227,1,-11526.9,-1643.49,49.6044,1.46608,7200,0,0,25150,14916,0,0,0,0),(51367,11353,309,1,1,11083,1,-11580.1,-1581.38,49.6853,2.29565,7200,0,0,18312,0,0,0,0,0),(51369,11365,309,1,1,633,0,-11492,-1607.23,71.4067,4.41948,7200,0,0,21364,0,0,0,0,0),(51370,11365,309,1,1,633,0,-11491.2,-1612.34,71.3234,4.20817,7200,0,0,21364,0,0,0,0,0),(51372,11365,309,1,1,633,0,-11491.8,-1609.3,71.3234,4.36473,7200,0,0,21364,0,0,0,0,0),(51373,11339,309,1,1,11226,1,-11519.9,-1685.07,50.0721,0.286186,7200,5,0,25150,14916,1,0,0,0),(51374,11339,309,1,1,11226,1,-11521.2,-1684.87,49.9866,3.74128,7200,5,0,25150,14916,1,0,0,0),(51375,11365,309,1,1,633,0,-11519.3,-1642.37,49.5332,1.97147,7200,0,0,21364,0,0,0,0,0),(51381,11365,309,1,1,633,0,-11522.6,-1636.72,49.5283,2.2845,7200,0,0,21364,0,0,0,0,0),(51382,11365,309,1,1,633,0,-11520.7,-1639.37,49.5312,6.22186,7200,0,0,21364,0,0,0,0,0),(51383,11365,309,1,1,633,0,-11514.8,-1632.89,49.5414,0.632592,7200,0,0,21364,0,0,0,0,0),(51384,11365,309,1,1,633,0,-11568.5,-1559.21,49.7218,1.88666,7200,5,0,21364,0,1,0,0,0),(51385,11365,309,1,1,633,0,-11559.7,-1565.21,49.5515,2.87652,7200,5,0,21364,0,1,0,0,0),(51386,11365,309,1,1,633,0,-11559.4,-1563.97,49.5531,3.03895,7200,5,0,21364,0,1,0,0,0),(51387,15091,309,1,1,11686,0,-11516.9,-1606.04,41.3826,6.24828,7200,0,0,4120,0,0,0,0,0),(51388,11340,309,1,1,11221,1,-11835,-1689.55,40.7472,1.19462,7200,5,0,15090,12430,1,0,0,0),(51389,11350,309,1,1,11076,1,-11838.2,-1689.4,40.7473,1.19453,7200,0,0,21364,0,0,0,0,0),(51390,11359,309,1,1,7829,0,-11843.6,-1593.21,40.7503,1.19454,7200,0,0,44016,0,0,0,0,0),(51391,11338,309,1,1,11229,1,-11837.8,-1692.37,40.7479,1.19463,7200,0,0,25150,14916,0,0,0,0),(51392,11831,309,1,1,11765,1,-11836.5,-1693.3,40.748,1.19461,7200,0,0,24420,12170,0,0,0,0),(51394,11350,309,1,1,11074,1,-11833.6,-1692.85,40.7477,1.19455,7200,0,0,21364,0,0,0,0,0),(51395,11352,309,1,1,14832,0,-11777.1,-1581.52,20.9976,1.6214,7200,0,0,48555,0,0,0,0,0),(51396,11352,309,1,1,14832,0,-11814.6,-1581.56,21.1734,0.382538,7200,0,0,48555,0,0,0,0,0),(51397,11359,309,1,1,7829,0,-11857.6,-1597.06,21.1082,4.62612,7200,5,0,44016,0,2,0,0,0),(51398,11357,309,1,1,15275,0,-11853.1,-1689.83,21.1694,1.73108,7200,0,0,15260,0,0,0,0,0),(51402,11357,309,1,1,15275,0,-11859.3,-1602.1,21.1267,4.62603,7200,5,0,15260,0,1,0,0,0),(51403,11340,309,1,1,11223,1,-11739.7,-1669.73,36.9982,1.60711,7200,5,0,15090,12430,1,0,0,0),(51414,11830,309,1,1,11758,1,-11742.4,-1677.77,39.9884,1.60727,7200,5,0,17094,12170,1,0,0,0),(51415,11359,309,1,1,7829,0,-11741.8,-1679.3,40.6688,1.60721,7200,5,0,44016,0,1,0,0,0),(51416,11356,309,1,1,11103,1,-11740.2,-1680.33,40.7082,1.60699,7200,0,0,31440,0,0,0,0,0),(51417,11830,309,1,1,11758,1,-11738.4,-1680.27,40.7086,1.60699,7200,5,0,17094,12170,1,0,0,0),(51418,11359,309,1,1,7829,0,-11736.9,-1679.12,40.6699,1.60705,7200,5,0,44016,0,1,0,0,0),(51419,11352,309,1,1,14832,0,-11842.7,-1640.89,21.2108,3.40339,7200,0,0,48555,0,0,0,0,0),(51420,11352,309,1,1,14832,0,-11842,-1655.23,21.2108,2.94961,7200,0,0,48555,0,0,0,0,0),(51421,11359,309,1,1,7829,0,-11762.9,-1722.02,19.5759,0.047909,7200,5,0,44016,0,2,0,0,0),(51422,11357,309,1,1,15275,0,-11764.5,-1719.53,19.5753,3.042,7200,5,0,15260,0,1,0,0,0),(51423,11357,309,1,1,15275,0,-11764.6,-1724.3,19.6253,3.57792,7200,0,0,15260,0,0,0,0,0),(51424,11359,309,1,1,7829,0,-11839.1,-1697.36,40.7492,1.72169,7200,5,0,44016,0,1,0,0,0),(51425,11357,309,1,1,15275,0,-11844.6,-1589.2,40.7503,0.459823,7200,0,0,15260,0,0,0,0,0),(51426,11357,309,1,1,15275,0,-11846.2,-1594.91,40.7503,3.71178,7200,0,0,15260,0,0,0,0,0),(51427,11359,309,1,1,7829,0,-11735.8,-1585.88,40.7507,1.83708,7200,0,0,44016,0,0,0,0,0),(51428,11357,309,1,1,15275,0,-11738.8,-1586.25,40.7507,1.94557,7200,0,0,15260,0,0,0,0,0),(51429,11357,309,1,1,15275,0,-11732.5,-1591.2,40.7507,1.81315,7200,0,0,15260,0,0,0,0,0),(51430,11356,309,1,1,11102,1,-11775.2,-1622.36,21.2321,0.820305,7200,0,0,31440,0,0,0,0,0),(51431,11356,309,1,1,11103,1,-11772.2,-1625.23,21.2319,1.5708,7200,0,0,31440,0,0,0,0,0),(51432,1420,309,1,1,901,0,-11722.7,-1739.81,13.0519,3.80482,7200,0,0,8,0,0,0,0,0),(51433,2914,309,1,1,2957,0,-11643.5,-1852.48,40.8151,6.00771,7200,5,0,8,0,1,0,0,0),(51434,2914,309,1,1,1206,0,-12187.2,-1819.68,107.471,3.21792,7200,5,0,8,0,1,0,0,0),(51435,2914,309,1,1,1206,0,-11984.6,-1524.13,49.618,2.118,7200,5,0,8,0,1,0,0,0),(51436,2914,309,1,1,6303,0,-11914.6,-1544.07,35.6675,0.761486,7200,5,0,8,0,1,0,0,0),(51437,2914,309,1,1,6303,0,-11547.3,-1720.08,41.2549,2.64911,7200,5,0,8,0,1,0,0,0),(51438,2914,309,1,1,2958,0,-12077.7,-1688.02,46.36,3.78431,7200,5,0,8,0,1,0,0,0),(51439,2914,309,1,1,2958,0,-11938.5,-1771.78,51.909,4.61785,7200,5,0,8,0,1,0,0,0),(51440,2914,309,1,1,1206,0,-11654.4,-1812.63,42.3694,1.52785,7200,5,0,8,0,1,0,0,0),(51441,2914,309,1,1,2958,0,-11651.8,-1500.65,43.4884,4.16828,7200,5,0,8,0,1,0,0,0),(51442,11374,309,1,1,15101,0,-11771.5,-1433.48,8.63866,2.26893,7200,0,0,9156,0,0,0,0,0),(51443,11374,309,1,1,15101,0,-11818.4,-1744.63,8.63866,0.191986,7200,0,0,9156,0,0,0,0,0),(51444,11374,309,1,1,15101,0,-11774.5,-1787.13,8.63866,2.18166,7200,0,0,9156,0,0,0,0,0),(51445,11374,309,1,1,15101,0,-11702,-1519.88,8.63866,3.59538,7200,0,0,9156,0,0,0,0,0),(51446,11374,309,1,1,15101,0,-11902.9,-1650.85,8.63866,5.02655,7200,0,0,9156,0,0,0,0,0),(51447,11374,309,1,1,15101,0,-11911.4,-1693.87,8.63866,3.28122,7200,0,0,9156,0,0,0,0,0),(51448,11374,309,1,1,15101,0,-11819.2,-1383.93,8.63866,0.750492,7200,0,0,9156,0,0,0,0,0),(51449,11374,309,1,1,15101,0,-11713,-1542.8,8.63866,6.21337,7200,0,0,9156,0,0,0,0,0),(51450,11374,309,1,1,15101,0,-11899.9,-1620.04,8.63866,5.58505,7200,0,0,9156,0,0,0,0,0),(51451,11372,309,1,1,15150,0,-12026.8,-1635.3,38.2631,0.358097,7200,5,0,15260,0,1,0,0,0),(51452,11371,309,1,1,15182,0,-12029.4,-1634.11,38.1586,0.217637,7200,0,0,15260,0,0,0,0,0),(51453,14821,309,1,1,2571,0,-12160.1,-1952.02,134.905,2.02458,7200,0,0,15260,0,0,0,0,0),(51454,14821,309,1,1,2571,0,-12154.2,-1948.8,134.675,4.43314,7200,0,0,15260,0,0,0,0,0),(51455,14821,309,1,1,2571,0,-12156.7,-1960.58,132.61,2.79253,7200,0,0,15260,0,0,0,0,0),(51456,11353,309,1,1,11082,1,-12362.4,-1827.53,130.339,2.51327,7200,0,0,18312,0,0,0,0,0),(51457,11353,309,1,1,11081,1,-12364.4,-1829.42,130.354,2.09439,7200,0,0,18312,0,0,0,0,0),(51459,11830,309,1,1,11761,1,-12368.2,-1822.81,130.369,5.2709,7200,0,0,17094,12170,0,0,0,0),(51460,11356,309,1,1,11102,1,-12288,-1895.71,130.493,2.32129,7200,0,0,31440,0,0,0,0,0),(51461,11356,309,1,1,11100,1,-12299.9,-1905.53,131.343,2.1293,7200,0,0,31440,0,0,0,0,0),(51462,14821,309,1,1,2571,0,-12172.2,-1899.2,132.144,1.20428,7200,0,0,15260,0,0,0,0,0),(51564,14821,309,1,1,2571,0,-12179.5,-1905.82,131.446,3.47321,7200,0,0,15260,0,0,0,0,0),(51565,14821,309,1,1,2571,0,-12185.2,-1894.29,133.572,1.65806,7200,0,0,15260,0,0,0,0,0),(51566,14821,309,1,1,2571,0,-12394.3,-1909.13,130.385,1.52368,7200,5,0,15260,0,1,0,0,0),(51567,14821,309,1,1,2571,0,-12383.3,-1898.94,131.257,2.86234,7200,0,0,15260,0,0,0,0,0),(51568,14821,309,1,1,2571,0,-12369.8,-1831.55,131.003,3.59538,7200,0,0,15260,0,0,0,0,0),(51569,14821,309,1,1,2571,0,-12363.3,-1817.14,131.024,2.79253,7200,0,0,15260,0,0,0,0,0),(51570,14821,309,1,1,2571,0,-12248.8,-1909.26,130.932,1.98968,7200,0,0,15260,0,0,0,0,0),(51571,14821,309,1,1,2571,0,-12250.2,-1900.48,131.79,5.18363,7200,0,0,15260,0,0,0,0,0),(51572,14821,309,1,1,2571,0,-12243.5,-1912.09,130.685,3.03687,7200,0,0,15260,0,0,0,0,0),(51573,11353,309,1,1,11082,1,-12346.7,-1958.36,132.932,4.64258,7200,0,0,18312,0,0,0,0,0),(51574,11353,309,1,1,11083,1,-12347.7,-1961.11,132.849,1.02974,7200,0,0,18312,0,0,0,0,0),(51575,14821,309,1,1,2571,0,-12368.6,-1932.08,133.385,3.28954,7200,5,0,15260,0,1,0,0,0),(51576,14821,309,1,1,2571,0,-12358.3,-1937.95,132.371,5.28459,7200,0,0,15260,0,0,0,0,0),(51577,14821,309,1,1,2571,0,-12350.1,-1929.23,133.228,1.98968,7200,0,0,15260,0,0,0,0,0),(51578,11353,309,1,1,11081,1,-12352,-1843.97,130.966,1.71042,7200,0,0,18312,0,0,0,0,0),(51579,11353,309,1,1,11081,1,-12352.5,-1841.72,131.105,5.0091,7200,0,0,18312,0,0,0,0,0),(51580,11360,309,1,1,15151,0,-11799.3,-1890.95,47.0202,3.07178,7200,0,0,3052,0,0,0,0,0),(51581,11360,309,1,1,15151,0,-11803.6,-1883.74,45.6479,0.785398,7200,0,0,3052,0,0,0,0,0),(51582,11350,309,1,1,11074,1,-11709.6,-1956.15,57.1976,6.17767,7200,5,0,21364,0,1,0,0,0),(51583,11350,309,1,1,11075,1,-11744.1,-1919,56.3862,3.59538,7200,0,0,21364,0,0,0,0,0),(51584,11350,309,1,1,11075,1,-11727.6,-1932.4,56.6076,1.30805,7200,5,0,21364,0,1,0,0,0),(51585,11361,309,1,1,11031,0,-11813.3,-1803.43,51.3092,3.66519,7200,0,0,9156,0,0,0,0,0),(51586,11361,309,1,1,11031,0,-11826.9,-1802.68,52.0076,5.53269,7200,0,0,9156,0,0,0,0,0),(51587,11361,309,1,1,11031,0,-11809.5,-1810.02,51.5274,1.90241,7200,0,0,9156,0,0,0,0,0),(51588,11365,309,1,1,633,0,-11511.2,-1580.07,71.4067,2.33874,7200,0,0,21364,0,0,0,0,0),(51589,11365,309,1,1,633,0,-11523.6,-1573.28,71.4067,3.76991,7200,0,0,21364,0,0,0,0,0),(51590,11365,309,1,1,633,0,-11525.1,-1582.7,71.4067,5.5676,7200,0,0,21364,0,0,0,0,0),(51591,11365,309,1,1,633,0,-11511.8,-1573.41,71.4067,2.87979,7200,0,0,21364,0,0,0,0,0),(51592,11353,309,1,1,11081,1,-11588,-1663.91,51.7205,5.91174,7200,0,0,18312,0,0,0,0,0),(51593,11353,309,1,1,11082,1,-11585.8,-1663.11,51.231,5.80136,7200,5,0,18312,0,1,0,0,0),(51594,11353,309,1,1,11081,1,-11498.4,-1641.72,60.4915,0.373932,7200,0,0,18312,0,0,0,0,0),(51596,14758,309,1,1,11686,0,-11505.8,-1553.69,52.3677,1.37881,7200,0,0,4120,0,0,0,0,0),(51597,11339,309,1,1,11226,1,-11496.8,-1621.54,71.4067,1.0213,7200,0,0,25150,14916,0,0,0,0),(51599,11339,309,1,1,11225,1,-11545.4,-1549.98,51.6079,4.25193,7200,0,0,25150,14916,0,0,0,0),(51601,11357,309,1,1,15275,0,-11801.9,-1628.01,21.1491,4.97787,7200,5,0,15260,0,1,0,0,0),(51602,11357,309,1,1,15275,0,-11796.7,-1623.35,21.2323,6.16101,7200,0,0,15260,0,0,0,0,0),(51603,2914,309,1,1,6303,0,-11815.3,-1888.35,47.8812,5.76622,7200,5,0,8,0,1,0,0,0),(51604,2914,309,1,1,1206,0,-11790.3,-1885.91,47.0478,5.95093,7200,5,0,8,0,1,0,0,0),(51605,13321,309,1,1,901,0,-11896.6,-1726.76,10.9919,0.692738,7200,5,0,42,0,1,0,0,0),(51606,1420,309,1,1,901,0,-11911.8,-1490.85,11.4457,2.73824,7200,5,0,8,0,1,0,0,0),(51629,2914,309,1,1,2958,0,-11968.3,-1810.08,56.6467,2.43604,7200,5,0,8,0,1,0,0,0),(51630,2914,309,1,1,2957,0,-11594.3,-1454.77,56.925,1.89255,7200,5,0,8,0,1,0,0,0),(51631,2914,309,1,1,6303,0,-11647.6,-1413.19,59.7141,2.02788,7200,5,0,8,0,1,0,0,0),(51632,2914,309,1,1,2957,0,-11525.9,-1485.9,78.531,5.89056,7200,5,0,8,0,1,0,0,0),(51633,2914,309,1,1,1206,0,-11979.8,-1711.83,32.3599,4.50064,7200,5,0,8,0,1,0,0,0),(51872,2914,309,1,1,2958,0,-11576.4,-1488.76,56.2523,5.74114,7200,5,0,8,0,1,0,0,0),(51873,11368,309,1,1,14562,0,-11564.6,-1736.66,39.1476,0.226893,7200,0,0,5341,0,0,0,0,0),(51874,11368,309,1,1,14562,0,-11553.9,-1740.82,38.8256,4.4425,7200,5,0,5341,0,1,0,0,0),(51875,11351,309,1,1,11110,1,-11652.1,-1453.79,59.4568,5.5676,7200,0,0,21364,0,0,0,0,0),(51880,11830,309,1,1,11759,1,-11646,-1460.02,62.202,2.21657,7200,0,0,17094,12170,0,0,0,0),(51881,11372,309,1,1,15150,0,-11533.1,-1512.37,63.3527,5.98368,7200,5,0,15260,0,1,0,0,0),(51946,11371,309,1,1,15182,0,-11536.9,-1511.2,62.9404,6.03434,7200,5,0,15260,0,1,0,0,0),(51947,11352,309,1,1,14832,0,-11871.3,-1811.38,51.1542,3.15686,7200,0,0,48555,0,2,0,0,0),(51948,11352,309,1,1,14832,0,-11721.2,-1349.94,62.3459,5.45638,7200,0,0,48555,0,2,0,0,0),(51949,11372,309,1,1,15150,0,-11615.8,-1847.66,41.4099,1.0472,7200,0,0,15260,0,0,0,0,0),(51950,11372,309,1,1,15150,0,-11615.4,-1851.05,42.0551,3.94444,7200,0,0,15260,0,0,0,0,0),(51951,11372,309,1,1,15150,0,-11637,-1489.19,45.4126,3.07178,7200,0,0,15260,0,0,0,0,0),(51952,11371,309,1,1,15182,0,-11647.5,-1496.57,43.8596,5.72468,7200,0,0,15260,0,0,0,0,0),(51953,11361,309,1,1,11031,0,-11940.9,-1763.15,52.483,0.453786,7200,0,0,9156,0,0,0,0,0),(51954,11361,309,1,1,11031,0,-11939.3,-1750.69,52.8272,0.017453,7200,0,0,9156,0,0,0,0,0),(51955,15043,309,1,1,833,0,-11900.7,-1739.61,13.883,4.13643,7200,5,0,9156,0,1,0,0,0),(51956,15043,309,1,1,833,0,-11906.2,-1729.76,13.6116,4.81711,7200,5,0,9156,0,1,0,0,0),(51957,15043,309,1,1,833,0,-11908.1,-1738.33,14.5083,1.46608,7200,5,0,9156,0,1,0,0,0),(51960,15043,309,1,1,833,0,-11901.3,-1733.02,13.3616,3.01942,7200,5,0,9156,0,1,0,0,0),(51961,15043,309,1,1,833,0,-11896.4,-1739.52,13.1136,1.81514,7200,5,0,9156,0,1,0,0,0),(51962,11352,309,1,1,14832,0,-12174.3,-1681.34,100.199,6.27537,7200,0,0,48555,0,2,0,0,0),(51963,11374,309,1,1,15101,0,-11895.7,-1473.57,8.63866,1.44862,7200,0,0,9156,0,0,0,0,0),(51964,11374,309,1,1,15101,0,-11819.9,-1448.73,8.63866,0.506145,7200,0,0,9156,0,0,0,0,0),(51965,11356,309,1,1,11100,1,-12391.7,-1850.09,129.413,0.977384,7200,0,0,31440,0,0,0,0,0),(51966,11356,309,1,1,11100,1,-12389.4,-1847.39,129.877,3.94444,7200,0,0,31440,0,0,0,0,0),(51967,14821,309,1,1,2571,0,-12245.9,-1903.01,131.051,1.81514,7200,0,0,15260,0,0,0,0,0),(51968,14821,309,1,1,2571,0,-12238.6,-1901.74,131.191,1.74533,7200,0,0,15260,0,0,0,0,0),(51969,14821,309,1,1,2571,0,-12241.4,-1896.13,133.204,5.70723,7200,0,0,15260,0,0,0,0,0),(51970,14821,309,1,1,2571,0,-12391,-1837.95,132.299,3.7001,7200,0,0,15260,0,0,0,0,0),(51971,14821,309,1,1,2571,0,-12401.5,-1839.05,134.551,2.00162,7200,5,0,15260,0,1,0,0,0),(51972,14821,309,1,1,2571,0,-12402.3,-1830.9,132.908,4.95342,7200,5,0,15260,0,1,0,0,0),(51973,11356,309,1,1,11102,1,-12294.9,-1902.03,130.362,2.14675,7200,0,0,31440,0,0,0,0,0),(51974,11356,309,1,1,11100,1,-12284,-1891.46,131.061,2.51327,7200,0,0,31440,0,0,0,0,0),(51975,11353,309,1,1,11083,1,-12393.2,-1940.51,132.513,2.05949,7200,0,0,18312,0,0,0,0,0),(51976,11353,309,1,1,11083,1,-12394.8,-1936.3,133.142,5.11381,7200,0,0,18312,0,0,0,0,0),(51977,14821,309,1,1,2571,0,-12299.2,-1850.66,131.406,4.34587,7200,0,0,15260,0,0,0,0,0),(51978,14821,309,1,1,2571,0,-12147.3,-1941.83,134.184,5.14872,7200,0,0,15260,0,0,0,0,0),(51979,14821,309,1,1,2571,0,-12154.6,-1967.22,132.775,3.01942,7200,0,0,15260,0,0,0,0,0),(51980,14821,309,1,1,2571,0,-12156.3,-1943.35,134.124,4.01426,7200,0,0,15260,0,0,0,0,0),(51985,11830,309,1,1,11759,1,-12323.9,-1883.92,131.513,5.04798,7200,5,0,17094,12170,1,0,0,0),(51986,11830,309,1,1,11758,1,-12328.2,-1865.28,130.382,5.23959,7200,5,0,17094,12170,1,0,0,0),(52059,11356,309,1,1,11100,1,-12251.9,-1959.7,134.07,0.925025,7200,0,0,31440,0,0,0,0,0),(52104,11356,309,1,1,11100,1,-12258.5,-1954.66,131.734,0.820305,7200,0,0,31440,0,0,0,0,0),(52105,2914,309,1,1,2957,0,-11646.3,-1581.05,40.9073,2.512,7200,5,0,8,0,1,0,0,0),(52116,2914,309,1,1,2958,0,-11737.4,-1326.55,63.8004,5.83264,7200,5,0,8,0,1,0,0,0),(52119,2914,309,1,1,1206,0,-12338,-1922.84,132.405,4.57021,7200,5,0,8,0,1,0,0,0),(91428,2914,309,1,1,2957,0,-11618.8,-1515.97,42.3573,2.34954,7200,5,0,8,0,1,0,0,0),(91429,2914,309,1,1,2958,0,-11585,-1745.93,39.0946,3.07512,7200,5,0,8,0,1,0,0,0),(91430,2914,309,1,1,2958,0,-12318.7,-1895.15,131.885,3.72564,7200,5,0,8,0,1,0,0,0),(91431,13321,309,1,1,901,0,-11815.9,-1311.57,60.2826,1.56394,7200,5,0,42,0,1,0,0,0),(91432,2914,309,1,1,1206,0,-12239.2,-1903.64,130.896,0.29478,7200,5,0,8,0,1,0,0,0),(91433,2914,309,1,1,2957,0,-12100.6,-1801.78,81.2352,5.80062,7200,5,0,8,0,1,0,0,0),(91434,1420,309,1,1,901,0,-11702,-1764.4,10.2326,2.22875,7200,5,0,8,0,1,0,0,0),(91435,11352,309,1,1,14832,0,-11611.7,-1736.6,38.7837,4.9382,7200,0,0,48555,0,2,0,0,0),(91436,15043,309,1,1,833,0,-11873.7,-1695.64,12.9281,4.01426,7200,5,0,9156,0,1,0,0,0),(91437,15043,309,1,1,833,0,-11881.4,-1685.63,14.5531,5.05547,7200,5,0,9156,0,1,0,0,0),(91438,15043,309,1,1,833,0,-11875.7,-1689.96,14.0531,4.79605,7200,5,0,9156,0,1,0,0,0),(91439,15043,309,1,1,833,0,-11870.3,-1708.36,10.4216,1.65806,7200,0,0,9156,0,0,0,0,0),(91440,11351,309,1,1,11111,1,-11606.1,-1513.56,45.2936,0.05474,7200,0,0,21364,0,0,0,0,0),(91441,11830,309,1,1,11758,1,-11612.5,-1515.44,43.5781,5.15845,7200,0,0,17094,12170,0,0,0,0),(91442,11350,309,1,1,11074,1,-11535.5,-1495.57,77.9503,4.97419,7200,0,0,21364,0,0,0,0,0),(91443,11831,309,1,1,11763,1,-11533.9,-1501.74,77.9503,1.81514,7200,0,0,24420,12170,0,0,0,0),(91444,11352,309,1,1,14832,0,-11565.6,-1478.67,65.0101,3.92298,7200,0,0,48555,0,2,0,0,0),(91445,14532,309,1,1,14950,0,-11654.5,-1459.82,60.7145,0.785398,7200,0,0,12208,0,0,0,0,0),(91446,14532,309,1,1,14950,0,-11653.8,-1450.25,58.7934,3.7001,7200,0,0,12208,0,0,0,0,0),(91447,13321,309,1,1,6295,0,-11765.1,-1301.81,58.6226,2.0587,7200,5,0,42,0,1,0,0,0),(91448,2914,309,1,1,2957,0,-12073,-1713.62,48.3076,2.58689,7200,5,0,8,0,1,0,0,0),(91449,2914,309,1,1,6303,0,-12319,-1812.26,131.135,0.388483,7200,5,0,8,0,1,0,0,0),(91450,2914,309,1,1,6303,0,-11613.7,-1821.83,40.898,1.42365,7200,5,0,8,0,1,0,0,0),(91451,2914,309,1,1,1206,0,-12188.5,-1903.77,133.927,0.663513,7200,5,0,8,0,1,0,0,0),(91452,13321,309,1,1,901,0,-11775.4,-1414,9.79819,6.07598,7200,5,0,42,0,1,0,0,0),(91453,2914,309,1,1,2957,0,-11994.1,-1709.9,32.3599,0.255775,7200,5,0,8,0,1,0,0,0),(91454,2914,309,1,1,1206,0,-11816,-1808.63,51.482,4.97538,7200,5,0,8,0,1,0,0,0),(91455,2914,309,1,1,6303,0,-12153.8,-1943.27,133.844,3.20803,7200,5,0,8,0,1,0,0,0),(91456,2914,309,1,1,6303,0,-12212.1,-1821.49,119.646,6.17555,7200,5,0,8,0,1,0,0,0),(91457,11351,309,1,1,11111,1,-11625.6,-1488.06,45.3629,4.20245,7200,0,0,21364,0,2,0,0,0),(91458,11830,309,1,1,11759,1,-11623.7,-1488.89,45.4706,4.19151,7200,0,0,17094,12170,2,0,0,0),(91459,15043,309,1,1,833,0,-11873.2,-1633.76,12.8975,1.0821,7200,0,0,9156,0,0,0,0,0),(91460,15043,309,1,1,833,0,-11874.6,-1653.27,14.0225,1.97222,7200,0,0,9156,0,0,0,0,0),(91461,15043,309,1,1,833,0,-11872,-1642.35,13.8975,4.13643,7200,0,0,9156,0,0,0,0,0),(91462,15043,309,1,1,833,0,-11872.8,-1617.81,14.6531,4.45059,7200,0,0,9156,0,0,0,0,0),(91463,15043,309,1,1,833,0,-11872.4,-1625.05,14.1531,1.58825,7200,0,0,9156,0,0,0,0,0),(91464,11350,309,1,1,11074,1,-11596.8,-1757.02,39.8711,5.51524,7200,0,0,21364,0,0,0,0,0),(91465,11831,309,1,1,11762,1,-11591.8,-1763.43,43.3102,2.07694,7200,0,0,24420,12170,0,0,0,0),(91466,2914,309,1,1,2957,0,-11885.7,-1413.49,60.2263,3.8731,7200,5,0,8,0,1,0,0,0),(91467,2914,309,1,1,2957,0,-12069.3,-1793.35,72.397,2.89928,7200,5,0,8,0,1,0,0,0),(91468,2914,309,1,1,1206,0,-12012,-1639.97,36.2836,4.74421,7200,5,0,8,0,1,0,0,0),(91469,13321,309,1,1,1924,0,-11883.7,-1685.52,14.3972,5.8394,7200,5,0,42,0,1,0,0,0),(91470,2914,309,1,1,1206,0,-11844.7,-1304.98,66.7188,4.14986,7200,5,0,8,0,1,0,0,0),(91471,2914,309,1,1,2957,0,-12206.4,-1923.66,133.095,2.81367,7200,5,0,8,0,1,0,0,0),(91472,2914,309,1,1,2958,0,-11622.8,-1747.27,39.9706,0.048885,7200,5,0,8,0,1,0,0,0),(91473,2914,309,1,1,1206,0,-11584.1,-1513.57,51.0803,2.60184,7200,5,0,8,0,1,0,0,0),(91474,2914,309,1,1,6303,0,-11909.3,-1342.06,77.489,2.40649,7200,5,0,8,0,1,0,0,0),(91475,2914,309,1,1,2958,0,-12295.8,-1863.3,131.629,4.58145,7200,5,0,8,0,1,0,0,0),(91476,11350,309,1,1,11077,1,-11649,-1568.68,39.3923,4.20624,7200,0,0,21364,0,0,0,0,0),(91477,11830,309,1,1,11758,1,-11652.8,-1574.88,41.4328,0.942478,7200,0,0,17094,12170,0,0,0,0),(91478,11350,309,1,1,11076,1,-11938.4,-1757.27,51.845,2.79253,7200,0,0,21364,0,0,0,0,0),(91479,11831,309,1,1,11762,1,-11946.1,-1754.6,55.5362,5.96903,7200,0,0,24420,12170,0,0,0,0),(91480,15043,309,1,1,833,0,-11903.1,-1490.94,12.5739,1.91973,7200,5,0,9156,0,1,0,0,0),(91481,15043,309,1,1,833,0,-11895.3,-1503.19,15.1803,5.42918,7200,5,0,9156,0,1,0,0,0),(91482,15043,309,1,1,833,0,-11892.8,-1498.98,13.7794,4.75143,7200,5,0,9156,0,1,0,0,0),(91483,15043,309,1,1,833,0,-11912.7,-1494.4,12.0913,3.05153,7200,5,0,9156,0,1,0,0,0),(91484,15043,309,1,1,833,0,-11903,-1502.04,14.7285,0.400987,7200,5,0,9156,0,1,0,0,0),(91485,15043,309,1,1,833,0,-11780.9,-1397.63,13.3884,1.71042,7200,0,0,9156,0,0,0,0,0),(91486,15043,309,1,1,833,0,-11789.2,-1394.14,12.6841,3.45575,7200,0,0,9156,0,0,0,0,0),(91487,15043,309,1,1,833,0,-11785,-1402.72,13.2982,1.29154,7200,0,0,9156,0,0,0,0,0),(91488,15043,309,1,1,833,0,-11776.8,-1401.87,13.0835,1.49921,7200,5,0,9156,0,1,0,0,0),(91489,15043,309,1,1,833,0,-11780.2,-1389.11,13.0134,0.610865,7200,0,0,9156,0,0,0,0,0),(91490,11350,309,1,1,11077,1,-11555.6,-1492.36,68.8893,3.9619,7200,0,0,21364,0,0,0,0,0),(91491,11830,309,1,1,11761,1,-11558.9,-1496.57,68.8893,0.959931,7200,0,0,17094,12170,0,0,0,0),(91492,14821,309,1,1,2571,0,-11658.1,-1541.89,39.6578,4.92183,7200,0,0,15260,0,0,0,0,0),(91493,11352,309,1,1,14832,0,-12145.2,-1818.32,86.2209,6.28123,7200,0,0,48555,0,2,0,0,0),(91494,14821,309,1,1,2571,0,-11530.3,-1492.59,78.5372,2.02458,7200,0,0,15260,0,0,0,0,0),(91495,11350,309,1,1,11075,1,-11563.3,-1733.07,38.3489,0,7200,0,0,21364,0,0,0,0,0),(91496,11830,309,1,1,11761,1,-11554,-1733.13,41.3323,3.10669,7200,0,0,17094,12170,0,0,0,0),(91497,11372,309,1,1,15150,0,-11584.3,-1817.37,41.5385,5.95157,7200,0,0,15260,0,0,0,0,0),(91498,11372,309,1,1,15150,0,-11590.6,-1812.11,41.5742,2.44346,7200,0,0,15260,0,0,0,0,0),(91499,13321,309,1,1,6295,0,-11824.4,-1492.95,11.4211,3.67213,7200,5,0,42,0,1,0,0,0),(91500,2914,309,1,1,1206,0,-11640.4,-1448.13,61.178,0.194296,7200,5,0,8,0,1,0,0,0),(91501,2914,309,1,1,2958,0,-12012.9,-1670.66,32.4086,0.619654,7200,5,0,8,0,1,0,0,0),(91502,1420,309,1,1,901,0,-11888.2,-1491.94,11.0643,0.074227,7200,5,0,8,0,1,0,0,0),(91503,2914,309,1,1,2957,0,-11589.6,-1819.03,41.3511,3.25578,7200,5,0,8,0,1,0,0,0),(91504,2914,309,1,1,6303,0,-12001.2,-1679.75,32.3928,2.82496,7200,5,0,8,0,1,0,0,0),(91505,14881,309,1,1,1160,0,-12346.2,-1656.72,130.449,5.78197,7200,5,0,8,0,1,0,0,0),(91506,1420,309,1,1,901,0,-11735.8,-1421.87,12.7935,2.83332,7200,5,0,8,0,1,0,0,0),(91507,2914,309,1,1,2957,0,-11695.1,-1828.77,40.8739,1.36821,7200,5,0,8,0,1,0,0,0),(91508,14881,309,1,1,14952,0,-12322.5,-1590.89,132.51,5.71796,7200,5,0,8,0,1,0,0,0),(91509,11371,309,1,1,15182,0,-11544.7,-1788.09,65.0068,3.6944,7200,5,0,15260,0,1,0,0,0),(91510,11371,309,1,1,15182,0,-11556,-1795.03,57.8967,0.552799,7200,5,0,15260,0,1,0,0,0),(91511,11350,309,1,1,11074,1,-11601.8,-1744,40.3132,0.802851,7200,0,0,21364,0,0,0,0,0),(91512,11830,309,1,1,11759,1,-11596,-1738.28,43.4556,3.89208,7200,0,0,17094,12170,0,0,0,0),(91513,15043,309,1,1,833,0,-11693.5,-1656.15,14.4505,4.18879,7200,5,0,9156,0,1,0,0,0),(91514,15043,309,1,1,833,0,-11700.7,-1655.62,15.9441,5.13127,7200,5,0,9156,0,1,0,0,0),(91515,15043,309,1,1,833,0,-11703,-1667.77,14.5721,1.71042,7200,5,0,9156,0,1,0,0,0),(91516,15043,309,1,1,833,0,-11688.6,-1644.38,14.3255,1.65806,7200,5,0,9156,0,1,0,0,0),(91517,15043,309,1,1,833,0,-11698.2,-1664.22,14.2033,1.15192,7200,5,0,9156,0,1,0,0,0),(91518,2914,309,1,1,1206,0,-11657.1,-1555.14,40.312,1.14821,7200,5,0,8,0,1,0,0,0),(91519,2914,309,1,1,6303,0,-11882.3,-1382.29,66.0623,0.147967,7200,5,0,8,0,1,0,0,0),(91520,2914,309,1,1,2957,0,-11633.6,-1622.6,39.7341,5.81318,7200,5,0,8,0,1,0,0,0),(91521,2914,309,1,1,2958,0,-11909.6,-1421.99,51.0637,1.14821,7200,5,0,8,0,1,0,0,0),(91522,2914,309,1,1,2958,0,-11937.7,-1786.32,52.9463,2.05967,7200,5,0,8,0,1,0,0,0),(91523,2914,309,1,1,1206,0,-12030.6,-1764.97,57.5933,2.97676,7200,5,0,8,0,1,0,0,0),(91524,2914,309,1,1,2958,0,-12164.7,-1962.66,133.199,1.44741,7200,5,0,8,0,1,0,0,0),(91525,2914,309,1,1,2957,0,-11989.4,-1641.88,34.3422,3.08212,7200,5,0,8,0,1,0,0,0),(91526,14881,309,1,1,9829,0,-12290.1,-1656.85,130.763,3.65856,7200,5,0,8,0,1,0,0,0),(91527,2914,309,1,1,1206,0,-11724.4,-1350.83,61.8102,2.31388,7200,5,0,8,0,1,0,0,0),(91528,2914,309,1,1,6303,0,-11680.1,-1396.89,59.4186,1.68426,7200,5,0,8,0,1,0,0,0),(91529,14881,309,1,1,1160,0,-12346.6,-1619.19,130.757,1.82524,7200,5,0,8,0,1,0,0,0),(91530,2914,309,1,1,2957,0,-12405.4,-1829.42,133.356,3.49854,7200,5,0,8,0,1,0,0,0),(91531,2914,309,1,1,1206,0,-11950.4,-1542.23,39.6678,0.173008,7200,5,0,8,0,1,0,0,0),(91532,2914,309,1,1,2957,0,-12267.9,-1937.16,134.127,3.73054,7200,5,0,8,0,1,0,0,0),(91533,2914,309,1,1,1206,0,-11881.8,-1351.68,73.0003,5.90695,7200,5,0,8,0,1,0,0,0),(91534,1420,309,1,1,901,0,-11696.1,-1661.09,14.3397,1.35043,7200,5,0,8,0,1,0,0,0),(91535,2914,309,1,1,2958,0,-11618.5,-1842.27,41.1348,1.88266,7200,5,0,8,0,1,0,0,0),(91536,2914,309,1,1,2957,0,-11997.3,-1771.12,57.7779,4.22691,7200,5,0,8,0,1,0,0,0),(91537,2914,309,1,1,6303,0,-11976.6,-1689.73,32.3784,6.07514,7200,5,0,8,0,1,0,0,0),(91538,2914,309,1,1,2957,0,-12280,-1810.64,131.279,3.80023,7200,5,0,8,0,1,0,0,0),(91539,2914,309,1,1,1206,0,-12048.8,-1736.73,51.8978,1.24905,7200,5,0,8,0,1,0,0,0),(91540,2914,309,1,1,2957,0,-11962,-1745,53.1181,5.64046,7200,5,0,8,0,1,0,0,0),(91541,2914,309,1,1,2958,0,-12378.3,-1842.5,131.652,5.36072,7200,5,0,8,0,1,0,0,0),(91542,2914,309,1,1,2958,0,-11881.8,-1310.85,78.2792,1.16913,7200,5,0,8,0,1,0,0,0),(91543,2914,309,1,1,1206,0,-11554.8,-1752.71,40.9137,4.56939,7200,5,0,8,0,1,0,0,0),(91544,2914,309,1,1,2958,0,-12255.5,-1804.85,131.438,1.14018,7200,5,0,8,0,1,0,0,0),(91545,13321,309,1,1,901,0,-11787.6,-1382.22,10.9178,4.84159,7200,5,0,42,0,1,0,0,0),(91546,2914,309,1,1,1206,0,-11997,-1743.07,54.7099,4.83456,7200,0,0,8,0,0,0,0,0),(91547,2914,309,1,1,6303,0,-11645.4,-1752.75,29.6354,1.9012,7200,5,0,8,0,1,0,0,0),(91548,11368,309,1,1,14562,0,-12193.7,-1470.71,147.973,0.718845,7200,5,0,5341,0,1,0,0,0),(91549,11368,309,1,1,14562,0,-12150.4,-1468.93,160.553,0.188655,7200,5,0,5341,0,1,0,0,0),(91550,11368,309,1,1,14562,0,-12214.6,-1414.05,156.978,0.240646,7200,5,0,5341,0,1,0,0,0),(91551,11368,309,1,1,14562,0,-12263.2,-1452.55,143.499,4.92516,7200,5,0,5341,0,1,0,0,0),(91552,11368,309,1,1,14562,0,-12226.3,-1429,148.674,5.70749,7200,5,0,5341,0,1,0,0,0),(91553,11368,309,1,1,14562,0,-12284,-1456.87,159.373,4.08001,7200,5,0,5341,0,1,0,0,0),(91554,11368,309,1,1,14562,0,-12277.8,-1408.08,144.63,4.88027,7200,5,0,5341,0,1,0,0,0),(91555,11368,309,1,1,14562,0,-12300.1,-1370.16,144.891,5.4159,7200,5,0,5341,0,2,0,0,0),(91556,11368,309,1,1,14562,0,-12319.3,-1352.99,143.958,0.855211,7200,0,0,5341,0,0,0,0,0),(91557,11368,309,1,1,14562,0,-12316,-1348.71,144.088,3.00197,7200,0,0,5341,0,0,0,0,0),(91558,11368,309,1,1,14562,0,-12313.7,-1350.58,143.917,1.71042,7200,0,0,5341,0,0,0,0,0),(91559,11368,309,1,1,14562,0,-12316.7,-1352.18,143.871,3.1765,7200,0,0,5341,0,0,0,0,0),(91560,11368,309,1,1,14562,0,-12309.9,-1348.91,144.447,0.314159,7200,0,0,5341,0,0,0,0,0),(91561,15067,309,1,1,14572,0,-11464,-1650.71,49.6302,2.94961,7200,0,0,22008,0,0,0,0,0),(91562,15576,0,1,1,15648,0,-14424.6,531.775,24.88,5.16617,180,0,0,2563,5751,0,0,0,0),(91563,19176,1,1,1,18871,0,-1240.55,90.6357,129.002,4.83456,180,0,0,42,0,0,3,0,0),(91564,19176,1,1,1,18872,0,-1240.74,88.4645,129.187,2.23402,180,0,0,42,0,0,0,0,0),(91565,19173,1,1,1,18867,0,9921.56,2499.58,1317.77,5.61996,180,0,0,42,0,0,3,0,0),(91566,19173,1,1,1,18867,0,9922.97,2498.76,1317.86,2.44346,180,0,0,42,0,0,0,0,0),(91567,19169,530,1,1,18841,1,9374.67,-7155.09,9.33675,4.95674,180,0,0,42,0,0,0,0,0),(91568,19169,530,1,1,18841,1,9375.07,-7157.06,9.25588,1.6057,180,0,0,42,0,0,0,0,0),(91569,19169,530,1,1,18841,1,9689.33,-7345.39,11.9144,4.20624,180,0,0,42,0,0,0,0,0),(91570,19169,530,1,1,18841,1,9687.96,-7346.09,11.956,1.50098,180,0,0,42,0,0,0,0,0),(91571,22229,530,1,1,20878,0,-3980.32,-11639.4,-138.904,5.65487,180,0,0,955,0,0,0,0,0),(91572,15895,0,1,1,15865,0,1647.51,243.693,62.6749,5.8294,180,0,0,1830,5013,0,0,0,0),(91573,19178,0,1,1,18876,0,1573.04,265.955,-43.0193,0.593412,180,0,0,42,0,0,3,0,0),(91574,19178,0,1,1,18875,0,1574.55,267.583,-43.0193,3.76991,180,0,0,42,0,0,0,0,0),(91575,19178,0,1,1,18875,0,1627.8,224.57,-43.0193,4.15388,180,0,0,42,0,0,3,0,0),(91576,19178,0,1,1,18876,0,1626.7,222.7,-43.0193,1.01229,180,0,0,42,0,0,0,0,0),(91577,19172,0,1,1,18847,0,-4829.88,-1173.25,502.277,2.49582,180,0,0,42,0,0,3,0,0),(91578,19172,0,1,1,18846,0,-4831.74,-1172.58,502.278,6.19592,180,0,0,42,0,0,0,0,0),(91579,20102,0,1,1,19341,1,-14313.5,508.853,8.69121,4.27606,180,0,0,42,0,0,0,0,0),(91580,20102,0,1,1,19341,1,-14314,507.109,8.68829,1.22173,180,0,0,42,0,0,0,0,0),(91581,20102,0,1,1,19341,1,-14440.1,509.034,26.2717,1.3439,180,0,0,42,0,0,0,0,0),(91582,20102,0,1,1,19341,1,-14440.2,510.301,26.2619,5.07891,180,0,0,42,0,0,0,0,0),(91583,20102,0,1,1,21067,1,-14468.7,463.642,36.9241,4.13643,180,0,0,42,0,0,0,0,0),(91584,20102,0,1,1,21067,1,-14469.6,462.223,36.9248,0.279253,180,0,0,42,0,0,0,0,0),(91585,19171,530,1,1,18842,1,-4045.58,-11785,9.10616,5.60251,180,0,0,42,0,0,0,0,0),(91586,19171,530,1,1,18842,1,-4044.45,-11786,9.11559,2.53073,180,0,0,42,0,0,0,0,0),(91587,19171,530,1,1,18842,1,-3810.52,-11710.6,-106.411,2.28638,180,0,0,42,0,0,0,0,0),(91588,19171,530,1,1,18842,1,-3811.42,-11709.2,-106.409,4.64258,180,0,0,42,0,0,0,0,0),(91589,19171,530,1,1,18843,1,-3909.22,-11614.8,-138.101,3.1765,180,0,0,42,0,0,0,0,0),(91590,19171,530,1,1,18843,1,-3910.78,-11615.7,-138.115,0.820305,180,0,0,42,0,0,0,0,0),(91591,19171,530,1,1,18843,1,-3954.31,-11702.2,-138.799,2.6529,180,0,0,42,0,0,0,0,0),(91592,19171,530,1,1,18842,1,-3955.85,-11701.5,-138.82,5.72468,180,0,0,42,0,0,0,0,0),(91593,15898,1,1,1,15869,0,1971.18,-4259.45,32.2156,4.01426,180,0,0,1830,5013,0,0,0,0),(91594,15897,0,1,1,15294,0,1642.07,239.839,62.6749,0.802851,180,0,0,4120,0,0,0,0,0),(91595,15891,1,1,1,15875,0,1614.23,-4395.6,10.3837,3.29867,180,0,0,2614,0,0,0,0,0),(91596,15897,1,1,1,15294,0,-1031.95,-230.513,160.243,3.9619,180,0,0,4120,0,0,0,0,0),(91597,15891,1,1,1,15863,0,-1036.33,-233.698,160.017,0.680678,180,0,0,2614,0,0,0,0,0),(91598,15564,0,1,1,15606,0,1633.3,233.931,62.6749,0.401426,180,0,0,2563,5751,0,0,0,0),(91599,15891,1,1,1,15877,0,-1291.3,116.18,131.217,5.14872,180,0,0,2614,0,0,0,0,0),(91600,15898,1,1,1,15869,0,-1043.66,-219.752,159.862,2.68781,180,0,0,1830,5013,0,0,0,0),(91601,15891,0,1,1,15876,0,1638,239.886,62.6749,6.26573,180,0,0,2614,0,0,0,0,0),(91602,15898,0,1,1,15869,0,1647.37,235.685,62.6749,0.471239,180,0,0,1830,5013,0,0,0,0),(91603,15580,1,1,1,15627,0,-1012.62,-245.095,159.361,0.244346,180,0,0,2563,5751,0,0,0,0),(91604,15891,1,1,1,15877,0,-1032.32,-224.263,160.518,4.76475,180,0,0,2614,0,0,0,0,0),(91605,15891,0,1,1,15877,0,1600.35,232.99,-52.0698,5.25344,180,0,0,2614,0,0,0,0,0),(91606,15891,0,1,1,15876,0,1643.96,243.095,62.6749,4.18879,180,0,0,2614,0,0,0,0,0),(91607,15891,0,1,1,15877,0,1643.94,236.545,62.6749,2.11185,180,0,0,2614,0,0,0,0,0),(91608,15895,1,1,1,15865,0,1974.7,-4264.86,32.1957,3.54302,180,0,0,1830,5013,0,0,0,0),(91609,15891,1,1,1,15875,0,1976.96,-4253.48,31.8491,5.91667,180,0,0,2614,0,0,0,0,0),(91610,15579,1,1,1,15607,0,1957.36,-4257.51,31.384,1.23918,180,0,0,2563,5751,0,0,0,0),(91611,15891,1,1,1,15875,0,1988.41,-4252.62,31.6401,3.7001,180,0,0,2614,0,0,0,0,0),(91612,15897,1,1,1,15294,0,1983.05,-4255.89,31.7698,2.07694,180,0,0,4120,0,0,0,0,0),(91613,15895,1,1,1,15865,0,-1046.25,-225.606,160.053,2.86234,180,0,0,1830,5013,0,0,0,0),(91614,15891,1,1,1,15876,0,-1027.03,-233.016,160.063,2.58309,180,0,0,2614,0,0,0,0,0),(91615,15891,1,1,1,15877,0,1983.66,-4262.07,32.1407,1.67552,180,0,0,2614,0,0,0,0,0),(91616,19148,0,1,1,18844,0,-4900.87,-957.314,501.541,4.17134,180,0,0,42,0,0,3,0,0),(91617,19148,0,1,1,18845,0,-4901.8,-958.955,501.543,1.01229,180,0,0,42,0,0,0,0,0),(91618,18927,0,1,1,18860,0,-8837.9,553.154,95.9797,0.15708,180,0,0,42,0,0,3,0,0),(91619,18927,0,1,1,18858,0,-8837.23,554.917,95.7154,5.044,180,0,0,42,0,0,0,0,0),(91620,18927,0,1,1,18860,0,-8854.78,649.83,96.7417,1.43117,180,0,0,42,0,0,3,0,0),(91621,18927,0,1,1,18860,0,-8855.72,651.851,96.6895,5.70723,180,0,0,42,0,0,0,0,0),(91622,15892,0,1,1,15872,0,-8745.4,1078.03,90.8636,4.06662,180,0,0,2614,0,0,0,0,0),(91623,15892,0,1,1,15873,0,-4894.18,-958.153,501.535,2.86234,180,0,0,2614,0,0,0,0,0),(91624,15892,0,1,1,15873,0,-4657.51,-957.597,500.461,2.79253,180,0,0,2614,0,0,0,0,0),(91625,15898,0,1,1,15870,0,-8737.67,1074.78,90.7919,4.66003,180,0,0,1830,5013,0,0,0,0),(91626,15895,0,1,1,15871,0,-4654.88,-941.656,502.229,1.29154,180,0,0,1830,5013,0,0,0,0),(91627,15897,0,1,1,15294,0,-4663.16,-956.235,500.46,0.05236,180,0,0,4120,0,0,0,0,0),(91628,15892,0,1,1,15873,0,-4663.47,-949.994,500.461,4.69494,180,0,0,2614,0,0,0,0,0),(91629,15892,0,1,1,15872,0,-8873.01,650.289,96.108,4.97419,180,0,0,2614,0,0,0,0,0),(91630,15562,0,1,1,15614,0,-8761.99,1092.71,94.8771,5.13127,180,0,0,2563,5751,0,0,0,0),(91631,15871,0,1,1,15625,0,-4659.2,-944.427,500.461,4.24115,180,0,0,2563,5751,0,0,0,0),(91632,15895,0,1,1,15871,0,-8756.05,1068.8,90.6075,5.53269,180,0,0,1830,5013,0,0,0,0),(91633,15892,0,1,1,15874,0,-8747.97,1069.06,90.2179,1.6057,180,0,0,2614,0,0,0,0,0),(91634,15892,0,1,1,15864,0,-4667.18,-959.822,500.46,0.680678,180,0,0,2614,0,0,0,0,0),(91635,15897,0,1,1,15294,0,-8748.48,1074.25,90.6194,0.471239,180,0,0,4120,0,0,0,0,0),(91636,15898,0,1,1,15870,0,-4644.21,-950.137,501.744,0.959931,180,0,0,1830,5013,0,0,0,0),(91637,15892,0,1,1,15873,0,-8752.71,1077.18,90.8636,5.65487,180,0,0,2614,0,0,0,0,0),(91638,22234,530,1,1,20884,0,-1849.86,5447.83,-12.3448,0.837758,180,0,0,955,0,0,0,0,0),(91639,15905,1,1,1,15883,1,7607.19,-2229.44,468.269,1.09956,180,0,0,42,0,0,0,0,0),(91640,15908,1,1,1,15891,1,7598.31,-2251.26,467.362,1.32645,180,0,0,42,0,0,0,0,0),(91641,15897,1,1,1,15294,0,7570.15,-2220.81,473.521,3.85718,180,0,0,4120,0,0,0,0,0),(91642,15905,1,1,1,15886,1,7610.34,-2232.98,467.61,0.314159,180,0,0,42,0,0,0,0,0),(91643,15897,1,1,1,15294,0,7610.8,-2228.96,468.761,1.27409,180,0,0,4120,0,0,0,0,0),(91644,15694,1,1,1,15768,1,7583.06,-2208.44,474.489,2.05949,180,0,0,42,0,0,0,0,0),(91645,15897,1,1,1,15294,0,7575.25,-2238.94,469.853,1.02974,180,0,0,4120,0,0,0,0,0),(91646,15905,1,1,1,15886,1,7613.68,-2226.41,469.712,1.64061,180,0,0,42,0,0,0,0,0),(91647,15961,1,1,1,15305,1,7561.18,-2206.26,475.007,0.15708,180,0,0,24416,0,0,0,0,0),(91648,15907,1,1,1,15895,1,7575.94,-2234.72,471.166,3.59538,180,0,0,42,0,0,0,0,0),(91649,15897,1,1,1,15294,0,7603.55,-2211.26,471.745,3.12414,180,0,0,4120,0,0,0,0,0),(91650,15897,1,1,1,15294,0,7585.15,-2205.24,475.369,0.959931,180,0,0,4120,0,0,0,0,0),(91651,15719,1,1,1,15770,1,7603.09,-2215.73,470.813,0.750492,180,0,0,42,0,0,0,0,0),(91652,15905,1,1,1,15885,1,7609.15,-2225.59,469.877,4.18879,180,0,0,42,0,0,0,0,0),(91653,15907,1,1,1,15897,1,7577.27,-2241.35,469.361,1.22173,180,0,0,42,0,0,0,0,0),(91654,15906,1,1,1,15889,1,7566.18,-2220.2,473.457,0.925025,180,0,0,71,0,0,0,0,0),(91655,15694,1,1,1,15767,1,7588.73,-2203.75,475.703,4.4855,180,0,0,42,0,0,0,0,0),(91656,15908,1,1,1,15893,1,7591.39,-2245.13,467.385,0.645772,180,0,0,42,0,0,0,0,0),(91657,15719,1,1,1,15773,1,7607.03,-2212.25,470.957,3.78736,180,0,0,42,0,0,0,0,0),(91658,15905,1,1,1,15886,1,7614.68,-2231.26,468.271,3.54302,180,0,0,42,0,0,0,0,0),(91659,15907,1,1,1,15895,1,7572.57,-2240.85,468.851,3.82227,180,0,0,42,0,0,0,0,0),(91660,15897,1,1,1,15294,0,7595.64,-2247.22,466.956,4.32842,180,0,0,4120,0,0,0,0,0),(91661,15719,1,1,1,15771,1,7598.6,-2213.04,471.369,1.48353,180,0,0,42,0,0,0,0,0),(91662,15719,1,1,1,15773,1,7599.17,-2208.41,473.579,4.59022,180,0,0,42,0,0,0,0,0),(91663,15694,1,1,1,15768,1,7585,-2201.84,476.036,1.71042,180,0,0,42,0,0,0,0,0),(91664,15694,1,1,1,15769,1,7581.1,-2204.7,475.249,5.16617,180,0,0,42,0,0,0,0,0),(91665,15906,1,1,1,15889,1,7568.56,-2224.18,472.863,4.03171,180,0,0,71,0,0,0,0,0),(91666,15908,1,1,1,15893,1,7599.75,-2244.76,467.983,4.55531,180,0,0,42,0,0,0,0,0),(91667,15961,1,1,1,15305,1,7580.5,-2249.01,466.905,4.31096,180,0,0,24416,0,0,0,0,0),(91668,15906,1,1,1,15890,1,7573.9,-2222.97,473.304,1.64061,180,0,0,71,0,0,0,0,0),(91669,15694,1,1,1,15768,1,7587.71,-2208.04,474.678,1.32645,180,0,0,42,0,0,0,0,0),(91670,15908,1,1,1,15893,1,7596.35,-2241.3,467.411,3.85718,180,0,0,42,0,0,0,0,0),(91671,15906,1,1,1,15888,1,7573.53,-2217.99,473.929,4.86947,180,0,0,71,0,0,0,0,0),(91672,15906,1,1,1,15889,1,7568.87,-2216.7,474.083,4.04916,180,0,0,71,0,0,0,0,0),(91673,15907,1,1,1,15895,1,7578.7,-2237.17,470.803,4.46804,180,0,0,42,0,0,0,0,0),(91674,15908,1,1,1,15891,1,7592.76,-2251.52,465.842,4.36332,180,0,0,42,0,0,0,0,0),(91675,15907,1,1,1,15895,1,7572.27,-2236.66,470.207,0.471239,180,0,0,42,0,0,0,0,0),(91676,15719,1,1,1,15771,1,7604.99,-2207.93,472.641,1.0472,180,0,0,42,0,0,0,0,0),(91677,15898,1,1,1,15869,0,7597.22,-2225.74,468.635,5.61996,180,0,0,1830,5013,0,0,0,0),(91678,15961,1,1,1,15306,1,7587.5,-2196.28,476.198,1.5708,180,0,0,24416,0,0,0,0,0),(91679,15864,1,1,1,15862,1,7948.88,-2619.7,492.72,2.30383,180,0,0,2614,0,0,0,0,0),(91680,15961,1,1,1,15306,1,7605.22,-2257.09,465.672,4.17134,180,0,0,24416,0,0,0,0,0),(91681,15961,1,1,1,15305,1,7586.66,-2221.23,471.323,5.51524,180,0,0,24416,0,0,0,0,0),(91682,15961,1,1,1,15307,1,7630.92,-2227.69,465.714,3.00197,180,0,0,24416,0,0,0,0,0),(91683,15961,1,1,1,15304,1,7949.62,-2616.5,492.466,2.77507,180,0,0,24416,0,0,0,0,0),(91684,15961,1,1,1,15305,1,7558.42,-2223.76,472.257,0.331613,180,0,0,24416,0,0,0,0,0),(91685,15961,1,1,1,15307,1,7604.86,-2204.07,473.214,0.628319,180,0,0,24416,0,0,0,0,0),(91686,15961,1,1,1,15307,1,7946.97,-2628.27,492.398,3.08923,180,0,0,24416,0,0,0,0,0),(91687,15909,1,1,1,15899,0,7947.82,-2622.94,492.851,2.80998,180,0,0,2563,5751,0,0,0,0),(91688,15892,1,1,1,15864,0,9927.99,2492.17,1317.66,0.959931,180,0,0,2614,0,0,0,0,0),(91689,15898,1,1,1,15870,0,7590.56,-2219.2,470.212,2.6529,180,0,0,1830,5013,0,0,0,0),(244635,37671,1,1,1,0,1,1395.8,-4495.27,31.5498,2.42998,180,0,0,12600,0,0,0,0,0),(244634,37671,1,1,1,0,1,1395.09,-4482.19,31.3414,3.41801,180,0,0,12600,0,0,0,0,0),(244633,38065,0,1,1,0,0,-9033.66,352.778,93.0811,4.03171,180,0,0,12600,0,0,0,0,0),(244632,38065,0,1,1,0,0,-9033.74,358.078,93.4561,3.12414,180,0,0,12600,0,0,0,0,0),(244631,38065,0,1,1,0,0,-9028.75,351.111,93.004,4.99164,180,0,0,12600,0,0,0,0,0),(244630,37715,0,1,1,0,0,-8401.37,1246.34,5.2303,5.97131,300,0,0,1003,0,0,0,0,0),(244629,37715,1,1,1,0,0,1349.47,-4641.45,53.5287,3.1282,300,0,0,1003,0,0,0,0,0),(57474,16537,530,1,1,0,0,-4643.64,-13941,85.343,5.24678,300,0,0,71,0,0,0,0,0),(57446,16537,530,1,1,0,0,-4404.58,-13749.7,53.7626,0.49418,300,5,0,71,0,1,0,0,0),(57445,16537,530,1,1,0,0,-4468.01,-13668.7,47.7971,5.28835,300,0,0,71,0,0,0,0,0),(57444,16537,530,1,1,0,0,-4455.99,-13677.1,46.9902,4.58655,300,5,0,71,0,1,0,0,0),(57443,16537,530,1,1,0,0,-4489.69,-13660.9,48.7265,4.22701,300,5,0,71,0,1,0,0,0),(60847,17190,530,1,1,0,1,-5033.99,-10767,-0.947792,6.13214,300,5,0,156,0,1,0,0,0),(60846,17190,530,1,1,0,1,-4854.59,-10834.4,-4.9846,1.5708,300,5,0,156,0,1,0,0,0),(60845,17190,530,1,1,0,1,-4849.38,-10820.6,-6.80166,1.18576,300,5,0,156,0,1,0,0,0),(60844,17190,530,1,1,0,1,-4754.11,-10929.8,-2.4867,4.35274,300,5,0,156,0,1,0,0,0),(60843,17190,530,1,1,0,1,-3524.83,-11866.7,1.9891,3.92458,300,5,0,156,0,1,0,0,0),(60842,17190,530,1,1,0,1,-3496.99,-11875.1,0.657692,4.91083,300,5,0,156,0,1,0,0,0),(60841,17190,530,1,1,0,1,-3495.32,-11813.3,1.44694,3.61829,300,5,0,156,0,1,0,0,0),(60840,17190,530,1,1,0,1,-3511.03,-11826.9,1.18247,3.66275,300,5,0,156,0,1,0,0,0),(60839,17190,530,1,1,0,1,-3324.96,-11868.4,0.197534,4.2378,300,5,0,156,0,1,0,0,0),(60838,17190,530,1,1,0,1,-3400.13,-11915.2,1.77873,4.94618,300,5,0,156,0,1,0,0,0),(60837,17190,530,1,1,0,1,-3413.83,-11888.6,-0.713675,3.19633,300,5,0,156,0,1,0,0,0),(60836,17190,530,1,1,0,1,-3416.06,-11903.2,0.29742,1.27129,300,5,0,156,0,1,0,0,0),(61225,17197,530,1,1,0,0,-3019.96,-12386,18.9995,0.334483,300,5,0,137,0,1,0,0,0),(61637,17202,530,1,1,0,0,-3595.32,-12625.8,20.2223,2.59045,300,5,0,137,0,1,0,0,0),(62063,17279,530,1,1,0,1,-4583.65,-12864.5,6.16147,4.31096,300,0,0,115,126,0,0,0,0),(61020,17195,530,1,1,0,0,-5028.61,-11595,0.95253,2.08659,300,5,0,126,289,1,0,0,0),(61021,17195,530,1,1,0,0,-4957.26,-11616.7,13.0016,1.84208,300,5,0,126,289,1,0,0,0),(61022,17195,530,1,1,0,0,-5038.21,-11691.2,1.49065,3.05731,300,5,0,126,289,1,0,0,0),(61023,17195,530,1,1,0,0,-4860.96,-11694.5,16.7733,5.52274,300,5,0,126,289,1,0,0,0),(61024,17195,530,1,1,0,0,-4986.65,-11810.2,9.574,4.00164,300,5,0,126,289,1,0,0,0),(61025,17195,530,1,1,0,0,-4981.23,-11849.1,4.4402,0.83782,300,5,0,126,289,1,0,0,0),(61026,17195,530,1,1,0,0,-4931.25,-11877.1,12.5441,4.24892,300,5,0,126,289,1,0,0,0),(61027,17195,530,1,1,0,0,-5020.89,-11945.5,1.08575,2.69365,300,5,0,126,289,1,0,0,0),(61028,17195,530,1,1,0,0,-4990.47,-11958.2,2.55288,4.12865,300,5,0,126,289,1,0,0,0),(61029,17195,530,1,1,0,0,-4882.11,-11961.1,20.3435,4.67172,300,5,0,126,289,1,0,0,0),(61030,17195,530,1,1,0,0,-4959.32,-12088.9,1.66792,0.836584,300,5,0,126,289,1,0,0,0),(61031,17195,530,1,1,0,0,-4989.6,-12129.3,-0.940349,3.39028,300,5,0,126,289,1,0,0,0),(38975,18328,556,3,1,0,1,-52.9985,110.334,0.00738084,2.51247,86400,0,0,12844,33745,0,0,0,0),(38931,18327,556,3,1,0,1,-244.07,157.547,0.0649488,1.22676,86400,0,0,12844,33745,0,0,0,0),(91713,15594,0,1,1,15620,0,1261.16,-2558.27,118.29,0.506145,315,0,0,2563,5751,0,0,0,0),(91710,15566,0,1,1,15636,0,2237.86,-5340.41,84.7113,1.13446,345,0,0,2563,5751,0,0,0,0),(91711,15592,0,1,1,15646,0,1853.99,-3721.45,162.308,1.27409,345,0,0,2563,5751,0,0,0,0),(91703,23559,530,1,1,0,0,6774.26,-7604.58,128.62,5.35,300,0,0,6287,0,0,0,0,0),(6849,6491,1,1,4294967295,0,0,-7748.02,-4978.67,6.00826,2.27058,60,0,0,4120,0,0,0,0,0),(3347,10556,1,1,1,10038,1,-231.575,-4452.83,63.9721,4.08368,200,0,0,86,0,0,0,0,0),(3346,10556,1,1,1,10038,1,-334.475,-4439.37,54.7496,4.52331,200,0,0,86,0,0,0,0,0),(3345,10556,1,1,1,10038,1,-227.913,-4277.76,65.3336,5.04721,200,0,0,86,0,0,0,0,0),(3256,10682,1,1,1,10010,1,295.658,-4740.84,9.33192,3.21144,300,0,0,2440,0,2,0,0,0),(3254,10676,1,1,1,10009,1,293.208,-4746.92,9.39871,3.16327,300,0,0,2440,0,2,0,0,0),(91780,23428,530,1,1,0,1,2278.7,7330.6,366.763,5.46139,25,0,0,6986,0,0,0,0,0),(91781,23112,530,1,1,0,1,2308.44,7263.41,365.553,1.83285,25,0,0,7181,0,0,0,0,0),(91782,22266,530,1,1,0,1,2302.08,7335.93,366.857,4.38933,25,0,0,7181,0,0,0,0,0),(91783,23110,530,1,1,0,1,2324.68,7336.14,366.89,5.24934,25,0,0,7181,0,0,0,0,0),(91784,22270,530,1,1,0,1,2292.5,7335.65,366.858,5.04121,25,0,0,7181,0,0,0,0,0),(91785,22264,530,1,1,0,1,2331.76,7242.9,365.668,0.446133,180,0,0,7181,0,0,0,0,0),(91786,22271,530,1,1,0,1,2363.78,7288.47,365.958,3.41936,25,0,0,7181,0,0,0,0,0),(91787,23233,530,1,1,0,1,2335.24,7285.18,365.617,2.7536,25,0,0,6986,0,0,0,0,0),(91788,23347,530,1,1,0,1,2324.72,7307.82,365.622,4.25764,25,0,0,5914,0,0,0,0,0),(91789,23362,530,1,1,0,1,2285.18,7279.5,365.762,0.353965,25,0,0,5914,0,0,0,0,0),(91790,23253,530,1,1,0,0,2313.07,7276.83,365.462,1.14747,25,0,0,5589,3155,0,0,0,0),(91791,23300,530,1,1,0,1,2308.34,7300.44,365.617,5.86771,25,0,0,6986,0,0,0,0,0),(91792,23256,530,1,1,0,1,2280.05,7310.23,365.158,5.40825,25,0,0,7181,0,0,0,0,0),(91793,23316,530,1,1,0,1,2315.89,7304.39,366.92,5.01167,25,0,0,6986,0,0,0,0,0),(91797,23115,530,1,1,0,1,2391.88,7330.96,365.924,0.0652802,25,0,0,71810,0,0,0,0,0),(91798,33933,530,1,1,0,1,3073.99,3633.34,143.779,2.09012,120,0,0,42,0,0,0,0,0),(15308,2368,0,1,1,4763,1,-1446.44,-1078.33,13.3182,2.61799,300,0,0,896,0,0,0,0,0),(18047,3578,0,1,1,3539,1,-87.5395,824.111,63.984,3.97935,275,0,0,328,0,0,0,0,0),(18048,1913,0,1,1,3593,1,-80.0281,815.495,63.8981,2.77507,275,0,0,356,0,0,0,0,0),(18049,1913,0,1,1,3592,1,-108.178,815.185,63.6545,3.68265,275,0,0,356,0,0,0,0,0),(18050,1915,0,1,1,3583,1,-84.3951,794.16,63.8357,4.8033,275,0,0,330,938,0,0,0,0),(32696,21180,530,1,1,0,1,-3725.13,464.207,104.056,2.76754,25,0,0,5589,3155,0,0,0,0),(18052,1912,0,1,1,3603,1,-180.069,925.579,65.6446,0.523599,275,0,0,300,0,0,0,0,0),(32695,21180,530,1,1,0,1,-3732.71,468.205,104.064,5.71749,25,0,0,5589,3155,0,0,0,0),(18055,4075,0,1,1,1418,0,-292.914,1125.88,66.7137,4.2402,275,10,0,8,0,1,0,0,0),(18056,1914,0,1,1,3559,1,-226.993,817.121,74.1054,2.54818,275,0,0,285,790,0,0,0,0),(18057,1914,0,1,1,3559,1,-222.062,820.535,74.0288,4.40418,275,3,0,285,790,1,0,0,0),(18058,1912,0,1,1,3603,1,-104.41,891.058,63.8079,2.7096,275,10,0,300,0,1,0,0,0),(18059,1766,0,1,1,246,0,955.883,1579.43,30.7286,1.26286,275,5,0,222,0,1,0,0,0),(18060,1781,0,1,1,760,0,1390.68,1976.36,18.5118,4.4781,275,3,0,273,0,1,0,0,0),(18061,1781,0,1,1,760,0,1380.4,1992.43,17.9904,1.5239,275,3,0,273,0,1,0,0,0),(18062,1781,0,1,1,760,0,1396.89,1970,18.2535,4.15763,275,3,0,273,0,1,0,0,0),(18063,1772,0,1,1,848,1,1007.36,1593.55,26.5158,3.72211,275,10,0,222,0,1,0,0,0),(18064,1772,0,1,1,848,1,1107.3,1604.9,27.9556,1.18725,275,10,0,222,0,1,0,0,0),(18065,1772,0,1,1,848,1,1034.08,1571.19,28.1631,0.669862,275,5,0,222,0,1,0,0,0),(18066,1773,0,1,1,10854,1,1118.05,1586.37,28.985,1.0169,275,10,0,230,249,1,0,0,0),(18067,1773,0,1,1,10854,1,1058.85,1598.03,29.0771,4.97659,275,0,0,230,249,0,0,0,0),(18068,1939,0,1,1,10851,1,953.352,612.313,55.0449,1.39626,275,0,0,356,0,0,0,0,0),(18069,1940,0,1,1,10855,1,956.433,607.742,55.0338,1.88496,275,0,0,350,390,0,0,0,0),(18070,1909,0,1,1,757,1,511.231,738.303,28.5022,5.84685,275,0,0,377,408,0,0,0,0),(18071,1920,0,1,1,3589,1,-107.002,781.137,66.0233,1.16937,43200,0,0,441,1272,0,0,0,0),(18072,1782,0,1,1,574,0,912.601,1762.26,15.8188,1.76095,275,10,0,273,0,1,0,0,0),(18073,1782,0,1,1,574,0,978.272,1822.41,10.9461,2.61884,275,10,0,273,0,1,0,0,0),(18074,1782,0,1,1,574,0,1053.51,1905.08,9.49361,0.95814,275,10,0,273,0,1,0,0,0),(18075,1782,0,1,1,574,0,953.021,1838.8,6.41229,6.09028,275,10,0,273,0,1,0,0,0),(18076,6033,0,1,1,7449,0,625.185,771.986,15.4978,0.558505,275,0,0,328,0,0,0,0,0),(18077,2914,0,1,1,6303,0,1409.84,958.628,51.3889,1.8804,275,10,0,8,0,1,0,0,0),(18078,1923,0,1,1,741,0,-628.259,1395.75,21.7743,3.1193,275,10,0,356,0,1,0,0,0),(18079,1923,0,1,1,741,0,-645.012,1374.01,29.1305,0.834997,275,10,0,356,0,1,0,0,0),(18080,1923,0,1,1,741,0,-592.858,1577.36,9.8251,2.60017,275,10,0,356,0,1,0,0,0),(18081,2053,0,1,1,3553,1,-706.528,1547.19,18.7441,1.69297,275,0,0,417,0,0,0,0,0),(18082,2054,0,1,1,3554,1,-706.334,1550.06,18.8794,4.66003,275,0,0,404,456,0,0,0,0),(18083,1779,0,1,1,1947,0,843.526,1679.71,23.2317,3.72958,275,10,0,247,0,1,0,0,0),(18084,1779,0,1,1,1947,0,871.648,1716.79,16.0956,0.506252,275,3,0,247,0,1,0,0,0),(18085,2173,0,1,1,245,0,975.085,2047.94,-11.6763,3.0771,275,5,0,300,0,1,0,0,0),(18086,1782,0,1,1,574,0,980.309,1870.71,10.4914,3.77379,275,10,0,273,0,1,0,0,0),(18087,1779,0,1,1,1947,0,1011.12,1784.7,13.7342,1.72197,275,5,0,247,0,1,0,0,0),(18088,1940,0,1,1,10855,1,739.083,581.533,41.3139,1.21701,275,10,0,350,390,1,0,0,0),(18089,1940,0,1,1,10855,1,717.042,551.65,40.6375,2.96068,275,5,0,350,390,1,0,0,0),(18090,1939,0,1,1,10851,1,784.646,585.051,34.6981,0.953683,275,10,0,356,0,1,0,0,0),(18091,1940,0,1,1,10855,1,786.231,610.956,36.9481,4.50408,275,3,0,350,390,1,0,0,0),(18092,1773,0,1,1,10854,1,1040.01,1596.94,27.5647,0.555736,275,10,0,230,249,1,0,0,0),(18093,1778,0,1,1,1006,0,1248.44,1306.71,45.5006,3.20413,275,10,0,266,0,1,0,0,0),(18094,1779,0,1,1,1947,0,820.897,1720.3,23.9366,1.12871,275,10,0,247,0,1,0,0,0),(18095,1779,0,1,1,1947,0,855.532,1747.86,15.0012,1.98768,275,10,0,247,0,1,0,0,0),(18096,1779,0,1,1,1947,0,835.687,1736.94,17.864,0.95895,275,10,0,247,0,1,0,0,0),(18097,1797,0,1,1,820,0,1064.33,1909.29,10.0951,0.167716,275,10,0,296,0,1,0,0,0),(18098,1766,0,1,1,246,0,1413.51,887.719,48.642,5.90226,275,10,0,222,0,1,0,0,0),(18099,1914,0,1,1,3559,1,-85.1178,875.349,65.3902,3.24631,275,0,0,285,790,0,0,0,0),(18100,1778,0,1,1,1006,0,214.446,1558.48,127.136,2.79174,275,5,0,266,0,1,0,0,0),(18101,1778,0,1,1,1006,0,210.656,1598.12,135.288,5.07585,275,5,0,266,0,1,0,0,0),(18102,1765,0,1,1,11421,0,200.122,1636.22,141.043,6.25142,275,5,0,198,0,1,0,0,0),(18103,1909,0,1,1,757,1,1217.04,349.684,33.346,2.07544,275,5,0,377,408,1,0,0,0),(18104,1909,0,1,1,757,1,1173.96,317.709,33.9523,5.59495,275,5,0,377,408,1,0,0,0),(18105,1420,0,1,1,901,0,608.341,598.949,33.7812,3.53699,275,10,0,8,0,1,0,0,0),(18106,1765,0,1,1,11421,0,1490.29,580.927,53.0487,1.17979,275,10,0,198,0,1,0,0,0),(18107,1765,0,1,1,11421,0,1448.39,548.308,50.9762,2.01786,275,5,0,198,0,1,0,0,0),(18108,1765,0,1,1,11421,0,1458.65,774.804,50.1241,4.09448,275,10,0,198,0,1,0,0,0),(18109,1766,0,1,1,246,0,1332.39,877.62,49.4472,0.389757,275,5,0,222,0,1,0,0,0),(18110,1958,0,1,1,2597,0,823.563,267.295,32.365,0.575553,275,10,0,350,390,1,0,0,0),(18111,1955,0,1,1,2567,0,851.132,191.857,34.2103,1.6079,275,10,0,386,0,1,0,0,0),(18112,1865,0,1,1,732,1,103.547,1455.79,115.536,5.96903,275,0,0,247,0,0,0,0,0),(18113,1865,0,1,1,732,1,87.7216,1535.05,121.328,1.55132,275,10,0,247,0,1,0,0,0),(18114,1778,0,1,1,1006,0,343.385,1564.34,126.46,3.38136,275,5,0,266,0,1,0,0,0),(18115,1778,0,1,1,1006,0,318.339,1592.09,126.596,6.22043,275,5,0,266,0,1,0,0,0),(18116,1865,0,1,1,732,1,125.574,1525.23,114.735,5.58974,275,10,0,247,0,1,0,0,0),(18117,1865,0,1,1,732,1,108.307,1512.08,114.598,0.552227,275,10,0,247,0,1,0,0,0),(18118,1865,0,1,1,732,1,111.626,1478.86,117.315,4.57194,275,3,0,247,0,1,0,0,0),(18119,1866,0,1,1,829,0,151.835,1477.5,114.641,3.37221,275,10,0,222,0,1,0,0,0),(18120,1915,0,1,1,3583,1,-176.025,769.203,63.9622,1.55334,275,0,0,330,938,0,0,0,0),(17336,22861,530,1,1,0,1,-3544.02,499.071,22.1278,4.68217,25,0,0,5589,3155,0,0,0,0),(18122,1889,0,1,1,3586,1,-161.48,786.765,69.5125,2.02458,275,0,0,379,1118,0,0,0,0),(18123,1889,0,1,1,3585,1,-169.495,787.796,69.531,0.785398,275,0,0,379,1118,0,0,0,0),(18124,1889,0,1,1,3587,1,-167.467,797.787,69.6033,5.28835,275,0,0,379,1118,0,0,0,0),(18125,1769,0,1,1,11180,0,972.376,1257.55,46.1319,1.34483,275,10,0,186,191,1,0,0,0),(18126,1772,0,1,1,848,1,1022.44,1584.24,26.7533,1.24071,275,10,0,222,0,1,0,0,0),(18127,1773,0,1,1,10854,1,1059.63,1589.45,28.1978,5.044,275,0,0,230,249,0,0,0,0),(18128,1767,0,1,1,441,1,1289.64,898.541,39.5331,2.3521,275,10,0,247,0,1,0,0,0),(18129,1766,0,1,1,246,0,1105.15,1394.29,37.533,1.66367,275,10,0,222,0,1,0,0,0),(18130,1779,0,1,1,1947,0,1141.49,1358.21,34.0249,4.64498,275,10,0,247,0,1,0,0,0),(18132,1779,0,1,1,1947,0,1097.36,1348.64,39.3295,3.85553,275,5,0,247,0,1,0,0,0),(18133,1914,0,1,1,3559,1,-211.753,970.463,72.5899,0.506145,275,0,0,285,790,0,0,0,0),(18134,2914,0,1,1,2957,0,1135.52,1353.25,34.3567,4.0642,275,10,0,8,0,1,0,0,0),(18135,1866,0,1,1,829,0,1213.36,1223.18,52.5121,3.10929,275,10,0,222,0,1,0,0,0),(18136,1766,0,1,1,246,0,1165.65,1327.35,38.0234,2.65017,275,10,0,222,0,1,0,0,0),(18137,1779,0,1,1,1947,0,1193.48,1306.75,34.6931,1.38664,275,10,0,247,0,1,0,0,0),(18138,1912,0,1,1,3602,1,-178.504,922.603,65.7264,0.879689,275,0,0,300,0,0,0,0,0),(18139,1866,0,1,1,829,0,1238.27,1227.75,52.7714,4.57433,275,5,0,222,0,1,0,0,0),(18140,1940,0,1,1,10855,1,927.508,719.039,55.0173,0.789443,275,5,0,350,390,1,0,0,0),(18141,1779,0,1,1,1947,0,770.775,1574.2,26.6154,4.35161,275,3,0,247,0,1,0,0,0),(18142,1779,0,1,1,1947,0,781.592,1594.3,33.7554,6.27928,275,10,0,247,0,1,0,0,0),(18143,1782,0,1,1,574,0,795.67,1637.95,31.1689,4.82197,275,3,0,273,0,1,0,0,0),(18144,1942,0,1,1,858,1,984.881,664.617,61.1583,1.5708,275,0,0,417,0,0,0,0,0),(18145,1779,0,1,1,1947,0,779.325,1621.32,30.2561,2.21657,275,0,0,247,0,0,0,0,0),(18146,1779,0,1,1,1947,0,789.687,1622.89,29.3811,2.46091,275,0,0,247,0,0,0,0,0),(18147,1782,0,1,1,574,0,766.651,1621.53,32.4912,0.471239,275,0,0,273,0,0,0,0,0),(18148,1779,0,1,1,1947,0,1162.36,1432.22,35.1344,1.48682,275,10,0,247,0,1,0,0,0),(18149,1782,0,1,1,574,0,779.664,1633.04,30.0061,3.84481,275,0,0,273,0,0,0,0,0),(18150,1782,0,1,1,574,0,818.304,1783,14.68,2.57592,275,10,0,273,0,1,0,0,0),(18151,1766,0,1,1,246,0,1285.76,1347.71,47.5153,6.1658,275,3,0,222,0,1,0,0,0),(18152,1779,0,1,1,1947,0,1259.68,1320.69,44.5622,5.14677,275,10,0,247,0,1,0,0,0),(18153,1943,0,1,1,10856,1,968.779,711.299,60.975,0.157496,275,5,0,417,0,1,0,0,0),(18154,1781,0,1,1,760,0,1375.92,1965.52,14.337,2.33496,275,3,0,273,0,1,0,0,0),(18155,1865,0,1,1,732,1,176.167,1494.53,115.664,5.4045,275,3,0,247,0,1,0,0,0),(18156,1781,0,1,1,760,0,1363.66,1963.45,13.2481,4.82929,275,5,0,273,0,1,0,0,0),(18157,1781,0,1,1,760,0,1372.14,1957.79,13.4641,1.06032,275,3,0,273,0,1,0,0,0),(18158,1781,0,1,1,760,0,1378.12,1976.69,13.9847,2.93972,275,3,0,273,0,1,0,0,0),(18159,1781,0,1,1,760,0,1385.26,1968.33,14.5251,0.237459,275,3,0,273,0,1,0,0,0),(18160,1780,0,1,1,827,0,1310.57,1988.27,14.2705,0.273908,275,5,0,247,0,1,0,0,0),(18161,1870,0,1,1,732,1,645.223,990.724,43.3139,3.07613,275,10,0,328,0,1,0,0,0),(18162,1780,0,1,1,827,0,1312.86,1984.43,14.0761,4.24556,275,5,0,247,0,1,0,0,0),(18163,2053,0,1,1,3553,1,-729.866,1483.81,15.706,2.35619,275,0,0,417,0,0,0,0,0),(18164,2054,0,1,1,3554,1,-729.988,1487.35,15.476,4.32842,275,0,0,404,456,0,0,0,0),(18165,2053,0,1,1,3553,1,-743.867,1449.57,17.9504,5.61272,275,5,0,417,0,1,0,0,0),(18166,2053,0,1,1,3553,1,-733.06,1486.35,16.2382,5.86431,275,0,0,417,0,0,0,0,0),(18167,1869,0,1,1,732,1,754.066,1044.75,47.0964,4.72221,275,5,0,300,0,1,0,0,0),(18168,1939,0,1,1,10851,1,818.708,647.859,53.68,6.1691,275,5,0,356,0,1,0,0,0),(18169,1939,0,1,1,10851,1,742.502,649.924,46.6694,0.377968,275,10,0,356,0,1,0,0,0),(18170,1939,0,1,1,10851,1,713.889,660.435,44.3449,1.45272,275,10,0,356,0,1,0,0,0),(18171,1940,0,1,1,10855,1,687.332,659.061,42.1965,1.77739,275,10,0,350,390,1,0,0,0),(18172,1940,0,1,1,10855,1,649.888,620.029,39.5832,4.47287,275,10,0,350,390,1,0,0,0),(18173,1939,0,1,1,10851,1,666.554,576.749,44.0254,1.18848,275,10,0,356,0,1,0,0,0),(18174,1939,0,1,1,10851,1,727.572,598.062,47.1101,0.156583,275,10,0,356,0,1,0,0,0),(18175,1939,0,1,1,10851,1,714.617,618.063,45.1369,3.46516,275,10,0,356,0,1,0,0,0),(18176,1939,0,1,1,10851,1,653.368,550.229,41.3251,0.020912,275,10,0,356,0,1,0,0,0),(18177,1766,0,1,1,246,0,1177.67,1254.62,45.3736,2.17068,275,5,0,222,0,1,0,0,0),(18178,1940,0,1,1,10855,1,928.125,642.609,53.9754,3.49066,275,0,0,350,390,0,0,0,0),(18179,1939,0,1,1,10851,1,939.583,635.416,53.556,2.52385,275,0,0,356,0,2,0,0,0),(18180,1766,0,1,1,246,0,1181.7,1118.1,39.6091,6.11242,275,10,0,222,0,1,0,0,0),(18181,1939,0,1,1,10851,1,925.357,642,54.7378,0.017453,275,0,0,356,0,0,0,0,0),(18182,1939,0,1,1,10851,1,980.56,639.112,54.1331,1.88496,275,0,0,356,0,0,0,0,0),(18184,1940,0,1,1,10855,1,981.654,608.015,54.5663,3.0435,275,5,0,350,390,1,0,0,0),(18185,1940,0,1,1,10855,1,967.342,598.497,53.7351,4.97401,275,5,0,350,390,1,0,0,0),(18186,1765,0,1,1,11421,0,1355.76,769.309,36.7444,2.31713,275,10,0,198,0,1,0,0,0),(18187,1779,0,1,1,1947,0,897.812,1495.21,37.6528,1.87082,275,10,0,247,0,1,0,0,0),(18188,1770,0,1,1,729,0,937.467,1235.54,47.3208,1.33822,275,10,0,222,0,1,0,0,0),(18190,1770,0,1,1,729,0,986.948,1230.92,50.1766,4.70404,275,10,0,222,0,1,0,0,0),(18191,1770,0,1,1,729,0,981.147,1197.89,48.6621,2.47837,275,0,0,222,0,0,0,0,0),(18192,1770,0,1,1,729,0,906.183,1187.85,46.8932,2.2255,275,10,0,222,0,1,0,0,0),(18193,1769,0,1,1,11180,0,983.548,1205.11,48.4279,1.86867,275,3,0,186,191,1,0,0,0),(18194,1770,0,1,1,729,0,964.183,1215.48,48.2436,2.49582,275,0,0,222,0,0,0,0,0),(18195,1866,0,1,1,829,0,1246.99,1206.65,52.7385,3.22594,275,10,0,222,0,1,0,0,0),(18196,1866,0,1,1,829,0,1234.36,1182.34,52.4549,5.33,275,0,0,222,0,0,0,0,0),(18197,1866,0,1,1,829,0,1261.06,1256.56,52.5649,2.34941,275,10,0,222,0,1,0,0,0),(18198,12433,0,1,1,368,0,1435.59,1950.61,9.99076,6.10486,43200,0,0,301,326,2,0,0,0),(18199,1923,0,1,1,741,0,-473.138,1283.93,43.4618,3.28653,275,10,0,356,0,1,0,0,0),(18200,1923,0,1,1,741,0,-514.948,1288.37,53.547,5.47084,275,10,0,356,0,1,0,0,0),(18201,1923,0,1,1,741,0,-480.753,1274.21,46.4167,1.37015,275,10,0,356,0,1,0,0,0),(18202,1765,0,1,1,11421,0,1511.81,691.075,50.0853,5.2451,275,5,0,198,0,1,0,0,0),(18203,1765,0,1,1,11421,0,1415.35,662.39,50.4851,0.019529,275,10,0,198,0,1,0,0,0),(18204,2173,0,1,1,245,0,831.323,1986.92,-16.8529,2.03588,275,5,0,300,0,1,0,0,0),(18205,1766,0,1,1,246,0,1371.92,975.914,48.8512,6.26116,275,10,0,222,0,1,0,0,0),(18206,2173,0,1,1,245,0,744.277,1911.04,-3.12703,4.92491,275,5,0,300,0,1,0,0,0),(18207,2173,0,1,1,245,0,412.177,1986.89,-20.5666,1.36823,275,5,0,300,0,1,0,0,0),(18208,1766,0,1,1,246,0,1223.92,1038.87,38.1017,1.50354,275,10,0,222,0,1,0,0,0),(18209,1766,0,1,1,246,0,1272.04,1017.19,45.1266,4.30828,275,10,0,222,0,1,0,0,0),(18210,1767,0,1,1,441,1,1180.22,990.22,35.3635,0.116481,275,10,0,247,0,1,0,0,0),(18211,1767,0,1,1,441,1,1203.35,923.596,34.0127,4.55901,275,10,0,247,0,1,0,0,0),(18212,1767,0,1,1,441,1,1178.17,932.995,33.3193,2.96104,275,0,0,247,0,0,0,0,0),(18213,1768,0,1,1,346,1,1171.86,933.894,32.8878,0,275,0,0,253,264,0,0,0,0),(18214,1767,0,1,1,441,1,1231.38,910.736,35.0038,4.90595,275,10,0,247,0,1,0,0,0),(18215,1768,0,1,1,346,1,1167.65,945.993,33.2895,0.093841,275,10,0,253,264,1,0,0,0),(18216,1767,0,1,1,441,1,1177.81,956.698,34.5514,4.39394,275,10,0,247,0,1,0,0,0),(18217,1923,0,1,1,741,0,-404.406,1357.07,36.5356,4.26097,275,10,0,356,0,1,0,0,0),(18218,1924,0,1,1,574,0,-470.231,1388.74,33.1013,0.79885,275,5,0,328,0,1,0,0,0),(18219,1924,0,1,1,574,0,-452.769,1429.38,29.1619,1.18265,275,10,0,328,0,1,0,0,0),(18220,1895,0,1,1,2535,1,-391.907,1432.23,27.0313,6.07375,600,0,0,276,295,0,0,0,0),(18221,1895,0,1,1,2535,1,-344.082,1504.01,18.7918,4.18879,600,0,0,276,295,0,0,0,0),(18222,1797,0,1,1,820,0,1119.25,1972.27,0.818851,0.736203,275,5,0,296,0,1,0,0,0),(18223,1778,0,1,1,1006,0,1148.69,1332.77,33.1924,4.13847,275,10,0,266,0,1,0,0,0),(18224,1778,0,1,1,1006,0,1179.34,1376.32,34.0849,0.456231,275,10,0,266,0,1,0,0,0),(18225,1778,0,1,1,1006,0,1200.33,1293.98,39.5579,5.6057,275,5,0,266,0,1,0,0,0),(18226,1778,0,1,1,1006,0,976.378,1581.2,32.2575,6.28129,275,5,0,266,0,1,0,0,0),(18227,1797,0,1,1,820,0,1287.42,1811.21,23.1797,4.26272,275,5,0,296,0,1,0,0,0),(18228,1797,0,1,1,820,0,1140.42,1619.07,31.8286,5.92099,275,5,0,296,0,1,0,0,0),(18229,1766,0,1,1,246,0,1375.96,940.455,49.5197,2.23972,275,10,0,222,0,1,0,0,0),(18230,1797,0,1,1,820,0,1184.34,1961.32,9.59904,5.55792,275,10,0,296,0,1,0,0,0),(18231,1797,0,1,1,820,0,1171.82,1892.13,18.8476,2.84826,275,5,0,296,0,1,0,0,0),(18232,1766,0,1,1,246,0,1360.21,798.544,44.4944,0.93097,275,10,0,222,0,1,0,0,0),(18233,1412,0,1,1,134,0,439.678,1218.8,87.4069,0.054687,275,10,0,8,0,1,0,0,0),(18234,1866,0,1,1,829,0,1255.8,1194.59,52.7049,4.40008,275,10,0,222,0,1,0,0,0),(18235,3530,0,1,1,3352,1,-360.278,1495.03,17.196,0.830526,600,0,0,328,0,0,0,0,0),(18236,1894,0,1,1,3551,1,-333.219,1548.41,25.2864,4.7729,600,0,0,300,0,0,0,0,0),(18237,1894,0,1,1,3551,1,-339.031,1547.76,30.0369,3.83411,600,3,0,300,0,1,0,0,0),(18238,1895,0,1,1,2535,1,-329.456,1545.74,30.1367,2.26893,600,0,0,276,295,0,0,0,0),(18239,1894,0,1,1,3551,1,-341.711,1553.34,24.5273,3.26377,600,0,0,300,0,0,0,0,0),(18240,1867,0,1,1,3768,1,-176.531,1275.7,46.6877,0.325149,275,10,0,241,601,1,0,0,0),(18242,1867,0,1,1,3767,1,-192.458,1259.47,49.3421,2.18079,275,10,0,241,601,1,0,0,0),(18243,1782,0,1,1,574,0,849.932,1537.99,36.0744,5.45115,275,3,0,273,0,1,0,0,0),(18244,1779,0,1,1,1947,0,903.441,1547.8,30.2481,0.218899,275,10,0,247,0,1,0,0,0),(18245,1923,0,1,1,741,0,-709.184,1340.15,45.0187,2.00211,275,10,0,356,0,1,0,0,0),(18246,1924,0,1,1,574,0,-642.581,1480.71,8.13521,3.3385,275,10,0,328,0,1,0,0,0),(18250,1779,0,1,1,1947,0,883.947,1597.09,36.8462,1.5761,275,3,0,247,0,1,0,0,0),(18251,1868,0,1,1,828,0,670.471,1137.69,56.2187,3.10059,275,10,0,253,264,1,0,0,0),(18252,10779,0,1,1,10090,0,144.673,1289.87,69.2119,2.51123,275,10,0,8,0,1,0,0,0),(18253,1870,0,1,1,732,1,696.413,1071.24,50.1966,1.73952,275,10,0,328,0,1,0,0,0),(18254,1870,0,1,1,732,1,689.231,1024.35,43.3737,5.92631,275,10,0,328,0,1,0,0,0),(18255,1870,0,1,1,732,1,717.989,1056.45,46.9303,4.28216,275,10,0,328,0,1,0,0,0),(18256,1870,0,1,1,732,1,680.926,1092.54,54.8569,4.77493,275,10,0,328,0,1,0,0,0),(18257,1769,0,1,1,11180,0,1088.11,1103.3,39.746,6.1915,275,10,0,186,191,1,0,0,0),(18258,1766,0,1,1,246,0,1428.44,840.574,51.1224,1.33898,275,10,0,222,0,1,0,0,0),(18259,6570,0,1,1,10834,1,716.412,948.538,34.7558,2.04436,275,0,0,356,0,0,0,0,0),(18260,1942,0,1,1,858,1,995.346,696.292,69.9801,5.79449,275,0,0,417,0,0,0,0,0),(18261,1940,0,1,1,10855,1,907.823,708.313,55.5173,2.03447,275,5,0,350,390,1,0,0,0),(18262,5897,0,1,1,5493,0,437.459,1855.12,10.7267,4.86947,275,0,0,449,0,0,0,0,0),(18263,5897,0,1,1,5493,0,412.113,1850.11,11.5968,2.93215,275,0,0,449,0,0,0,0,0),(18264,5897,0,1,1,5492,0,393.33,1849.11,12.1038,3.08923,275,0,0,449,0,0,0,0,0),(18265,5897,0,1,1,4907,0,401.524,1862.79,11.5299,1.01229,275,0,0,449,0,0,0,0,0),(18266,1939,0,1,1,10851,1,944.285,667.636,59.3527,1.84614,275,0,0,356,0,2,0,0,0),(18267,1772,0,1,1,848,1,1001.64,1562.91,28.9955,2.84123,275,3,0,222,0,1,0,0,0),(18268,1942,0,1,1,858,1,993.851,690.06,74.8984,3.18315,275,0,0,417,0,0,0,0,0),(18269,1939,0,1,1,10851,1,893.477,701.999,55.1423,3.23253,275,0,0,356,0,0,0,0,0),(18270,1943,0,1,1,10856,1,1007.22,695.686,76.2753,5.44543,275,0,0,417,0,0,0,0,0),(18271,1943,0,1,1,10856,1,998.584,682.441,69.7968,4.8834,275,0,0,417,0,2,0,0,0),(18272,1943,0,1,1,10856,1,1016.86,713.434,74.0034,4.23157,275,0,0,417,0,0,0,0,0),(18273,5897,0,1,1,5492,0,437.831,1832,12.4852,4.34587,275,0,0,449,0,0,0,0,0),(18274,5897,0,1,1,5492,0,401.918,1834.85,12.5727,1.0472,275,0,0,449,0,0,0,0,0),(18275,5897,0,1,1,5492,0,414.936,1820.7,12.6619,2.58309,275,0,0,449,0,0,0,0,0),(18276,5897,0,1,1,4907,0,428.181,1842.13,12.4641,3.21141,275,0,0,449,0,0,0,0,0),(18277,1947,0,1,1,4430,1,1003.79,690.011,76.3756,3.15905,275,0,0,405,1202,0,0,0,0),(51802,11734,1,1,1,12155,0,-8244.46,341.037,-90.4684,4.49899,300,5,0,3849,0,1,0,0,0),(18279,1942,0,1,1,858,1,1008.03,706.617,78.2085,4.71857,275,0,0,417,0,2,0,0,0),(18280,1943,0,1,1,10856,1,977.482,669.613,75.0818,0.174533,275,0,0,417,0,0,0,0,0),(18281,1943,0,1,1,10856,1,975.836,709.503,75.0818,6.05629,275,0,0,417,0,0,0,0,0),(18282,1765,0,1,1,11421,0,1431.55,611.792,43.0209,3.70578,275,10,0,198,0,1,0,0,0),(18283,1942,0,1,1,858,1,1010.99,708.863,69.9808,3.14159,275,0,0,417,0,0,0,0,0),(18284,1942,0,1,1,858,1,971.399,709.432,85.0009,1.36876,275,0,0,417,0,0,0,0,0),(18285,1939,0,1,1,10851,1,964.658,731.549,59.6171,1.49938,275,0,0,356,0,2,0,0,0),(18286,1939,0,1,1,10851,1,993.956,734.178,59.3528,5.18143,275,0,0,356,0,2,0,0,0),(18287,1943,0,1,1,10856,1,998.402,711.789,85.0559,0.039863,275,0,0,417,0,2,0,0,0),(18288,1866,0,1,1,829,0,165.653,1469.78,114.641,1.81377,275,10,0,222,0,1,0,0,0),(18289,1924,0,1,1,574,0,-541.537,1276.85,55.4996,6.05083,275,10,0,328,0,1,0,0,0),(18290,1923,0,1,1,741,0,-558.62,1279.91,55.817,5.18477,275,10,0,356,0,1,0,0,0),(18291,1894,0,1,1,3551,1,-380.605,1435.24,25.7369,5.98648,600,0,0,300,0,0,0,0,0),(18292,1866,0,1,1,829,0,183.43,1478.05,114.876,1.22011,275,10,0,222,0,1,0,0,0),(18293,1778,0,1,1,1006,0,1108.68,1351.27,38.0459,5.40503,275,10,0,266,0,1,0,0,0),(18294,1779,0,1,1,1947,0,360.729,1114.63,106.575,0,275,10,0,247,0,1,0,0,0),(18295,1769,0,1,1,11180,0,918.659,1160.17,47.4461,2.39061,275,10,0,186,191,1,0,0,0),(18296,1779,0,1,1,1947,0,380.963,1104.08,106.252,4.2586,275,0,0,247,0,0,0,0,0),(18297,1867,0,1,1,3768,1,-132.726,1283.73,50.7134,2.26141,275,10,0,241,601,1,0,0,0),(18298,1924,0,1,1,574,0,-562.349,1316.29,50.6811,2.53442,275,3,0,328,0,1,0,0,0),(18299,1779,0,1,1,1947,0,365.967,1076.89,105.931,5.35816,275,0,0,247,0,0,0,0,0),(18300,1923,0,1,1,741,0,-508.56,1359.29,37.7463,5.73178,275,10,0,356,0,1,0,0,0),(18301,1779,0,1,1,1947,0,393.234,1086.76,106.627,3.14159,275,0,0,247,0,0,0,0,0),(18303,1779,0,1,1,1947,0,382.032,1089.13,106.174,2.47837,275,0,0,247,0,0,0,0,0),(18305,1924,0,1,1,574,0,-588.722,1356.23,36.3627,5.67326,275,10,0,328,0,1,0,0,0),(18306,1894,0,1,1,3551,1,-378.287,1655.98,10.346,2.89725,600,3,0,300,0,1,0,0,0),(18307,3528,0,1,1,3349,1,-345.967,1501.4,18.9875,0.942478,600,0,0,328,0,0,0,0,0),(18309,3532,0,1,1,3365,1,-408.091,1604.03,18.2868,5.5676,600,0,0,300,0,0,0,0,0),(18310,1895,0,1,1,2535,1,-414.124,1581.03,19.7275,6.10865,600,0,0,276,295,0,0,0,0),(18311,1779,0,1,1,1947,0,344.098,1098.59,103.733,0,275,10,0,247,0,1,0,0,0),(18315,1912,0,1,1,3603,1,-194.257,991.621,65.7035,6.15697,275,10,0,300,0,1,0,0,0),(18317,4075,0,1,1,1141,0,-589.378,953.987,91.0206,1.01125,275,10,0,8,0,1,0,0,0),(18319,1924,0,1,1,574,0,-642.497,1219.92,76.1978,0.588542,275,3,0,328,0,1,0,0,0),(18320,1923,0,1,1,741,0,-691.049,1363.66,33.2018,1.12461,275,10,0,356,0,1,0,0,0),(18322,1923,0,1,1,741,0,-625.002,1246.08,71.2473,3.46859,275,3,0,356,0,1,0,0,0),(18323,4075,0,1,1,1141,0,511.093,1419.41,101.674,5.18084,275,10,0,8,0,1,0,0,0),(18324,1924,0,1,1,574,0,-522.881,1491.23,14.9334,2.27988,275,10,0,328,0,1,0,0,0),(18325,1923,0,1,1,741,0,-595.596,1455.91,9.30226,3.92316,275,5,0,356,0,1,0,0,0),(18326,1924,0,1,1,574,0,-504.241,1463.71,20.5913,1.20368,275,10,0,328,0,1,0,0,0),(18327,1923,0,1,1,741,0,-492.366,1489.22,22.1323,5.03113,275,10,0,356,0,1,0,0,0),(18328,1924,0,1,1,574,0,-558.637,1485.28,11.5136,0.418232,275,10,0,328,0,1,0,0,0),(18329,1923,0,1,1,741,0,-498.437,1422.29,31.5416,1.5708,275,5,0,356,0,1,0,0,0),(18330,1797,0,1,1,820,0,1189.8,1585.62,26.7093,5.70094,275,10,0,296,0,1,0,0,0),(18331,1797,0,1,1,820,0,1214.8,1548.08,33.4479,0.244505,275,5,0,296,0,1,0,0,0),(18332,1766,0,1,1,246,0,1390.56,1019.86,52.6699,6.02181,275,5,0,222,0,1,0,0,0),(18333,4075,0,1,1,1418,0,717.821,1204.64,62.7562,1.33719,275,10,0,8,0,1,0,0,0),(18334,1868,0,1,1,828,0,659.416,1219.39,78.0118,0.154876,275,5,0,253,264,1,0,0,0),(18335,2914,0,1,1,2957,0,448.156,1310.19,80.8115,2.35826,275,10,0,8,0,1,0,0,0),(18336,1765,0,1,1,11421,0,1443.68,744.701,44.6805,3.60057,275,10,0,198,0,1,0,0,0),(18337,1766,0,1,1,246,0,916.337,1579.98,34.9687,2.81768,275,5,0,222,0,1,0,0,0),(18338,1797,0,1,1,820,0,1249.31,1782.21,12.7217,0.275291,275,10,0,296,0,1,0,0,0),(18339,1797,0,1,1,820,0,1220.21,1807.42,15.3095,4.78769,275,10,0,296,0,1,0,0,0),(18340,1778,0,1,1,1006,0,937.697,1517.39,40.0309,0.315881,275,5,0,266,0,1,0,0,0),(18341,1779,0,1,1,1947,0,1113.5,1288.84,39.1146,1.76756,275,10,0,247,0,1,0,0,0),(18342,1778,0,1,1,1006,0,1063.05,1269.72,43.7426,3.64063,275,5,0,266,0,1,0,0,0),(18343,1778,0,1,1,1006,0,1118.02,1259.46,41.3504,1.51118,275,5,0,266,0,1,0,0,0),(18344,1797,0,1,1,820,0,1184.25,1880.68,17.1796,3.65603,275,5,0,296,0,1,0,0,0),(18345,1797,0,1,1,820,0,1201.2,1867.42,18.4268,1.84279,275,5,0,296,0,1,0,0,0),(18346,1797,0,1,1,820,0,1231.25,1857.81,10.502,2.89664,275,5,0,296,0,1,0,0,0),(18347,1972,0,1,1,564,0,410.687,989.72,108.119,1.36136,275,0,0,328,0,0,0,0,0),(18348,1779,0,1,1,1947,0,416.393,1007.11,108.598,2.80998,275,3,0,247,0,1,0,0,0),(18349,1888,0,1,1,3566,1,-445.433,818.329,97.4096,4.64305,275,10,0,354,1326,1,0,0,0),(18350,1894,0,1,1,3551,1,-411.642,1509.01,19.8575,1.55334,600,0,0,300,0,0,0,0,0),(18351,1889,0,1,1,3585,1,-452.913,681.75,91.1258,0.2407,275,5,0,379,1118,1,0,0,0),(18352,2058,0,1,1,1679,1,-416.182,1496.91,19.8534,0.314159,275,0,0,1251,0,0,0,0,0),(18353,1888,0,1,1,3566,1,-474.193,809.023,95.7396,1.35425,275,0,0,354,1326,0,0,0,0),(18354,1895,0,1,1,2535,1,-413.706,1579.64,24.2994,2.9861,600,0,0,276,295,0,0,0,0),(18355,1895,0,1,1,2535,1,-423.094,1578.33,24.3098,2.98749,600,0,0,276,295,0,0,0,0),(18356,1782,0,1,1,574,0,386.81,1048.1,106.101,2.11708,275,3,0,273,0,1,0,0,0),(18357,1889,0,1,1,3586,1,-403.629,756.781,102.403,1.36811,275,5,0,379,1118,1,0,0,0),(18358,1782,0,1,1,574,0,407.88,1004.99,107.441,4.36145,275,3,0,273,0,1,0,0,0),(18359,1782,0,1,1,574,0,386.886,1045.17,106.525,1.72788,275,0,0,273,0,2,0,0,0),(18360,1779,0,1,1,1947,0,381.092,1058.83,107.2,4.13818,275,3,0,247,0,1,0,0,0),(18361,1782,0,1,1,574,0,415.968,1020.94,107.6,5.80582,275,3,0,273,0,1,0,0,0),(18362,1782,0,1,1,574,0,407.462,1034.32,106.938,4.85226,275,3,0,273,0,1,0,0,0),(18363,1889,0,1,1,3585,1,-445.884,738.417,93.5903,6.14668,275,5,0,379,1118,1,0,0,0),(18364,1782,0,1,1,574,0,404.433,1012.95,109.129,0.837758,275,3,0,273,0,1,0,0,0),(18365,1779,0,1,1,1947,0,398.815,1001.17,108.122,0,275,3,0,247,0,1,0,0,0),(18366,1888,0,1,1,3566,1,-589.36,976.123,89.6548,3.18497,275,10,0,354,1326,1,0,0,0),(18367,1888,0,1,1,3569,1,-495.4,777.425,91.5306,3.15074,275,10,0,354,1326,1,0,0,0),(18368,1889,0,1,1,3585,1,-406.383,718.241,103.684,4.69481,275,5,0,379,1118,1,0,0,0),(18369,1889,0,1,1,3586,1,-470.813,728.077,88.2848,1.6451,275,5,0,379,1118,1,0,0,0),(18370,1888,0,1,1,3568,1,-472.702,793.781,94.9056,0.930005,275,10,0,354,1326,1,0,0,0),(18371,1765,0,1,1,11421,0,1536.16,510.723,47.0692,3.25904,275,10,0,198,0,1,0,0,0),(18372,1765,0,1,1,11421,0,1489.73,653.891,45.6981,0.192607,275,10,0,198,0,1,0,0,0),(18373,1955,0,1,1,2567,0,935.809,235.386,28.6108,1.95822,275,5,0,386,0,1,0,0,0),(18376,1955,0,1,1,2567,0,892.549,234.88,29.0054,1.92591,275,5,0,386,0,1,0,0,0),(18390,1953,0,1,1,863,0,726.953,509.806,32.4373,0.71721,275,10,0,328,0,1,0,0,0),(18391,1958,0,1,1,2597,0,747.181,288.794,34.9358,0.479357,275,10,0,350,390,1,0,0,0),(18398,1769,0,1,1,11180,0,508.039,1177.53,89.9191,5.29591,275,5,0,186,191,1,0,0,0),(18399,1766,0,1,1,246,0,1364.59,1052.02,53.9194,1.6318,275,5,0,222,0,1,0,0,0),(18400,1894,0,1,1,3551,1,-390.535,1466.63,25.9869,5.34071,600,0,0,300,0,0,0,0,0),(18404,1891,0,1,1,2565,1,-350.427,1448.5,24.3665,4.72984,600,0,0,300,0,0,0,0,0),(18405,1895,0,1,1,2535,1,-411.947,1517.76,19.7711,4.86947,600,0,0,276,295,0,0,0,0),(18406,1769,0,1,1,11180,0,912.561,1254.27,46.1064,4.96593,275,10,0,186,191,1,0,0,0),(18407,1895,0,1,1,2535,1,-424.202,1543.84,18.5687,6.17846,600,0,0,276,295,0,0,0,0),(18408,1891,0,1,1,2565,1,-370.983,1576.35,16.981,1.98656,600,0,0,300,0,2,0,0,0),(18409,1895,0,1,1,2535,1,-397.475,1543.61,17.1712,3.0459,600,5,0,276,295,1,0,0,0),(18410,12431,0,1,1,11413,0,1452.7,949.916,60.6819,1.01447,43200,0,0,273,0,2,0,0,0),(18411,1894,0,1,1,3551,1,-391.615,1601.72,17.1706,4.86947,600,0,0,300,0,0,0,0,0),(18412,1769,0,1,1,11180,0,777.135,1412.05,60.9628,0.650337,275,0,0,186,191,0,0,0,0),(18413,1894,0,1,1,3551,1,-355.263,1580.06,18.0622,0.078739,600,0,0,300,0,0,0,0,0),(18414,2054,0,1,1,3554,1,-734.846,1519.7,14.3509,2.71553,275,10,0,404,456,1,0,0,0),(18415,2053,0,1,1,3553,1,-727.164,1496.1,14.2845,1.04947,275,5,0,417,0,1,0,0,0),(18416,1773,0,1,1,10854,1,1030.05,1530.52,31.9197,2.28094,275,10,0,230,249,1,0,0,0),(18417,1797,0,1,1,820,0,1205.11,1776.17,15.4958,1.60052,275,10,0,296,0,1,0,0,0),(18418,1797,0,1,1,820,0,1160.67,1475.3,34.6033,6.24931,275,10,0,296,0,1,0,0,0),(18419,1797,0,1,1,820,0,1239.04,2002.68,14.1142,0.24895,275,5,0,296,0,1,0,0,0),(18420,1797,0,1,1,820,0,1155.47,1519.06,37.2919,1.6118,275,10,0,296,0,1,0,0,0),(18421,1797,0,1,1,820,0,1120.89,1664.6,29.5052,0.846912,275,10,0,296,0,1,0,0,0),(18422,1797,0,1,1,820,0,1162.88,1702.64,18.5242,6.23337,275,10,0,296,0,1,0,0,0),(18423,1797,0,1,1,820,0,1158.75,1665.98,24.9131,1.74654,275,10,0,296,0,1,0,0,0),(18424,2529,0,1,1,1098,0,-561.897,1561.63,11.6189,3.13476,600,0,0,1452,0,0,0,0,0),(18425,1797,0,1,1,820,0,1058.35,1682.05,28.1638,6.14695,275,5,0,296,0,1,0,0,0),(18426,1769,0,1,1,11180,0,456.084,1187.95,89.8521,4.32868,275,5,0,186,191,1,0,0,0),(18427,1778,0,1,1,1006,0,931.5,1401,42.4984,4.4674,275,5,0,266,0,1,0,0,0),(18428,1866,0,1,1,829,0,1270.7,1223.98,52.6321,5.93723,275,5,0,222,0,1,0,0,0),(18429,4075,0,1,1,1418,0,1092.22,1639.89,28.9572,2.39557,275,10,0,8,0,1,0,0,0),(18430,1866,0,1,1,829,0,1287.26,1252.55,53.1402,3.82892,275,10,0,222,0,1,0,0,0),(18460,1971,0,1,1,1065,0,1277.38,1286.28,52.9912,4.66003,275,0,0,273,0,0,0,0,0),(18461,1770,0,1,1,729,0,994.134,1398.76,40.9475,4.53376,275,5,0,222,0,1,0,0,0),(18462,1866,0,1,1,829,0,1283.06,1279.4,52.905,4.6107,275,0,0,222,0,0,0,0,0),(18463,1779,0,1,1,1947,0,978.183,1400.5,42.3911,2.98453,275,0,0,247,0,2,0,0,0),(18464,1866,0,1,1,829,0,1272.37,1277.54,52.8371,2.97767,275,5,0,222,0,1,0,0,0),(18465,1866,0,1,1,829,0,1276.98,1264.19,52.6648,4.41568,275,0,0,222,0,0,0,0,0),(18466,1866,0,1,1,829,0,1282.73,1268.57,52.8494,5.7594,275,3,0,222,0,1,0,0,0),(18467,1769,0,1,1,11180,0,931.249,1264.38,45.9499,2.65146,275,10,0,186,191,1,0,0,0),(18468,1780,0,1,1,827,0,1260.01,1977.84,16.4491,4.16876,275,10,0,247,0,1,0,0,0),(18469,1772,0,1,1,848,1,1009.11,1510.65,36.5447,3.07963,275,10,0,222,0,1,0,0,0),(18470,1773,0,1,1,10854,1,1004.87,1556.2,29.1257,0.715585,275,0,0,230,249,0,0,0,0),(18471,1770,0,1,1,729,0,969.219,1398.04,42.6967,5.54723,275,5,0,222,0,1,0,0,0),(18472,1797,0,1,1,820,0,1155.99,1721.3,17.7316,0.036915,275,10,0,296,0,1,0,0,0),(18473,1766,0,1,1,246,0,1037.75,1385.14,41.8531,3.03104,275,10,0,222,0,1,0,0,0),(18474,1770,0,1,1,729,0,980.128,1420.3,38.6953,5.32325,275,0,0,222,0,0,0,0,0),(18475,1779,0,1,1,1947,0,987.48,1419.74,38.8203,0.767945,275,0,0,247,0,0,0,0,0),(18476,1770,0,1,1,729,0,1017.69,1405.57,43.0668,2.86488,275,5,0,222,0,1,0,0,0),(18477,1770,0,1,1,729,0,959.72,1445.88,42.2783,2.57008,275,10,0,222,0,1,0,0,0),(18478,1412,0,1,1,134,0,1217.43,1968.97,10.5966,6.06568,275,10,0,8,0,1,0,0,0),(18479,1766,0,1,1,246,0,974.363,1447.91,41.6928,0.989836,275,10,0,222,0,1,0,0,0),(18480,1778,0,1,1,1006,0,1015.48,1436.06,47.1773,5.57316,275,5,0,266,0,1,0,0,0),(18481,1780,0,1,1,827,0,1240.55,2014.81,13.7392,2.11356,275,5,0,247,0,1,0,0,0),(18482,1770,0,1,1,729,0,980.265,1413.77,38.7463,0.488692,275,0,0,222,0,0,0,0,0),(18483,1766,0,1,1,246,0,1055.58,1455.59,42.5689,4.85746,275,5,0,222,0,1,0,0,0),(18484,1913,0,1,1,3592,1,-123.217,825.03,63.5796,1.76278,275,0,0,356,0,0,0,0,0),(18485,3577,0,1,1,3538,1,-154.772,820.215,64.1667,5.5676,275,0,0,328,0,0,0,0,0),(18486,1913,0,1,1,3593,1,-76.1783,805.225,64.905,5.10396,275,0,0,356,0,0,0,0,0),(18487,1913,0,1,1,3593,1,-122.85,761.712,63.8145,0.204509,275,0,0,356,0,0,0,0,0),(18488,1915,0,1,1,3582,1,-142.854,816.478,63.9601,1.36136,275,0,0,330,938,0,0,0,0),(18489,6033,0,1,1,7449,0,1035.1,906.114,18.1123,4.03171,275,0,0,328,0,0,0,0,0),(32690,21180,530,1,1,0,1,-3775.73,496.528,90.5705,1.62562,25,0,0,5589,3155,0,0,0,0),(18491,1915,0,1,1,3584,1,-161.931,797.487,64.7645,1.49602,275,0,0,330,938,0,0,0,0),(18493,1914,0,1,1,3561,1,-190.309,1012.36,65.4447,3.99798,275,10,0,285,790,1,0,0,0),(18494,1866,0,1,1,829,0,1240.36,1263.49,50.8149,2.42665,275,10,0,222,0,1,0,0,0),(18495,1912,0,1,1,3602,1,-223.113,1032.29,65.9498,1.71394,275,10,0,300,0,1,0,0,0),(18496,1912,0,1,1,3602,1,-158.407,979.455,65.0678,4.82706,275,10,0,300,0,1,0,0,0),(18497,1912,0,1,1,3602,1,-170.949,1012.29,65.5697,3.16566,275,10,0,300,0,1,0,0,0),(18498,1867,0,1,1,3768,1,-177.028,1068.98,61.1024,1.90861,275,5,0,241,601,1,0,0,0),(18499,1782,0,1,1,574,0,306.223,1096.62,93.55,1.72567,275,3,0,273,0,1,0,0,0),(18500,1779,0,1,1,1947,0,331.301,1080.21,101.021,0,275,10,0,247,0,1,0,0,0),(18501,1924,0,1,1,574,0,-545.267,1387.47,27.9099,0.20201,275,10,0,328,0,1,0,0,0),(18502,1912,0,1,1,3602,1,-159.913,944.71,65.2106,4.98007,275,10,0,300,0,1,0,0,0),(18503,1780,0,1,1,827,0,1221.11,1887.73,11.5197,5.95613,275,10,0,247,0,1,0,0,0),(18504,1914,0,1,1,3560,1,-171.156,961.793,64.8819,4.72657,275,5,0,285,790,1,0,0,0),(18505,1912,0,1,1,3603,1,-153.515,893.097,63.0928,6.06112,275,5,0,300,0,1,0,0,0),(18506,1780,0,1,1,827,0,1245.92,1951.19,12.3655,4.71969,275,5,0,247,0,1,0,0,0),(18507,1914,0,1,1,3559,1,-160.344,922.395,65.5657,3.15605,275,0,0,285,790,0,0,0,0),(18508,1923,0,1,1,741,0,-582.64,1416.73,16.929,3.90695,275,10,0,356,0,1,0,0,0),(18509,1780,0,1,1,827,0,1248.04,1919.41,13.3078,5.15477,275,10,0,247,0,1,0,0,0),(18510,1914,0,1,1,3559,1,-196.633,941.087,65.79,1.6668,275,0,0,285,790,0,0,0,0),(18511,1780,0,1,1,827,0,1272.14,1932.78,15.725,1.58952,275,10,0,247,0,1,0,0,0),(18512,1780,0,1,1,827,0,1282.84,1942.04,16.1744,0.608538,275,0,0,247,0,0,0,0,0),(18513,1780,0,1,1,827,0,1270.67,1953.39,15.1186,2.16097,275,3,0,247,0,1,0,0,0),(18514,1780,0,1,1,827,0,1300.42,1957.1,19.0124,4.3395,275,3,0,247,0,1,0,0,0),(18515,1780,0,1,1,827,0,1317.13,1963.29,15.2581,4.12758,275,3,0,247,0,1,0,0,0),(18516,1781,0,1,1,760,0,1341.72,1959.05,13.4341,5.12549,275,3,0,273,0,1,0,0,0),(18517,1781,0,1,1,760,0,1345.53,1975.56,14.5076,3.24619,275,3,0,273,0,1,0,0,0),(18518,1912,0,1,1,3603,1,-250.936,812.737,74.1881,5.76403,275,5,0,300,0,1,0,0,0),(18519,1924,0,1,1,574,0,-724.068,1284.04,68.1531,4.36345,275,3,0,328,0,1,0,0,0),(18520,1780,0,1,1,827,0,1181.55,2015.41,10.9859,2.91299,275,10,0,247,0,1,0,0,0),(18521,1888,0,1,1,3567,1,-388.491,819.671,97.9254,3.47256,275,5,0,354,1326,1,0,0,0),(18522,1924,0,1,1,574,0,-752.006,1245.28,69.6447,4.589,275,10,0,328,0,1,0,0,0),(18523,1780,0,1,1,827,0,1217.04,1951.05,10.6037,5.09695,275,10,0,247,0,1,0,0,0),(18524,1914,0,1,1,3560,1,-282.813,811.979,79.1949,6.11465,275,5,0,285,790,1,0,0,0),(18993,1912,0,1,1,3602,1,-24.8028,1142.06,64.9329,4.175,275,10,0,300,0,1,0,0,0),(18994,1924,0,1,1,574,0,-705.65,1203.43,90.3259,3.58819,275,3,0,328,0,1,0,0,0),(18995,1912,0,1,1,3602,1,-45.7433,1120.69,66.846,3.91042,275,10,0,300,0,1,0,0,0),(18996,1894,0,1,1,3551,1,-442.388,1539.5,19.6376,4.53468,600,5,0,300,0,1,0,0,0),(18997,2529,0,1,1,1098,0,1241.81,1847.95,9.58249,5.1235,600,0,0,1452,0,2,0,0,0),(18998,1924,0,1,1,574,0,-488.787,1176.95,62.5426,1.21165,275,10,0,328,0,1,0,0,0),(18999,1867,0,1,1,3768,1,-92.7974,1079.32,65.9836,3.48173,275,10,0,241,601,1,0,0,0),(19000,1912,0,1,1,3603,1,-112.332,1044.59,66.9791,2.4024,275,10,0,300,0,1,0,0,0),(19001,1912,0,1,1,3602,1,-85.8231,1012.69,66.1179,4.82003,275,10,0,300,0,1,0,0,0),(19002,1891,0,1,1,2565,1,-377.63,1491.95,18.4887,5.32325,600,0,0,300,0,0,0,0,0),(19003,1912,0,1,1,3603,1,-102.869,986.781,68.1818,6.19144,275,10,0,300,0,1,0,0,0),(19004,1939,0,1,1,10851,1,851.96,693.668,53.5139,1.50609,275,5,0,356,0,1,0,0,0),(19005,1891,0,1,1,2565,1,-381.301,1653.14,17.7911,4.4855,600,0,0,300,0,0,0,0,0),(19006,1912,0,1,1,3603,1,-65.5206,1012.21,65.1428,2.63545,275,0,0,300,0,0,0,0,0),(19007,1895,0,1,1,2535,1,-378.435,1625.51,16.8077,0.694863,600,3,0,276,295,1,0,0,0),(19008,1894,0,1,1,3551,1,-389.73,1634.41,17.4309,6.20095,600,0,0,300,0,0,0,0,0),(19009,1779,0,1,1,1947,0,1177.26,1234.25,51.1829,3.9726,275,10,0,247,0,1,0,0,0),(19010,1939,0,1,1,10851,1,803.068,717.876,52.9881,1.11921,275,10,0,356,0,1,0,0,0),(19011,1766,0,1,1,246,0,1416.48,949.669,51.8731,3.90628,275,10,0,222,0,1,0,0,0),(19012,1894,0,1,1,3551,1,-385.558,1618.24,24.2887,4.07713,600,3,0,300,0,1,0,0,0),(19013,1939,0,1,1,10851,1,814.853,686.977,53.6461,4.16122,275,10,0,356,0,1,0,0,0),(19014,1939,0,1,1,10851,1,871.699,692.057,53.6579,4.99591,275,10,0,356,0,1,0,0,0),(19015,1894,0,1,1,3551,1,-385.776,1632.95,24.2887,3.83402,600,0,0,300,0,0,0,0,0),(19016,1939,0,1,1,10851,1,907.572,679.438,53.6066,1.20428,275,0,0,356,0,0,0,0,0),(19017,1912,0,1,1,3602,1,-65.723,967.583,67.516,1.29154,275,0,0,300,0,0,0,0,0),(19018,1939,0,1,1,10851,1,810.19,664.919,56.0866,1.29628,275,10,0,356,0,1,0,0,0),(19019,1894,0,1,1,3551,1,-384.391,1560.98,17.1156,2.65866,600,5,0,300,0,1,0,0,0),(19020,1914,0,1,1,3559,1,-80.5932,974.126,68.4387,1.517,275,10,0,285,790,1,0,0,0),(19021,2106,0,1,1,574,0,-387.331,1648.79,24.3721,1.5708,600,0,0,356,0,0,0,0,0),(19022,1914,0,1,1,3561,1,-65.066,969.799,67.4811,4.60767,275,0,0,285,790,0,0,0,0),(19023,1942,0,1,1,858,1,965.551,684.154,59.9198,3.01942,275,0,0,417,0,0,0,0,0),(19024,1914,0,1,1,3561,1,-66.2251,955.202,67.868,1.91607,275,10,0,285,790,1,0,0,0),(19025,1914,0,1,1,3559,1,-80.1489,935.549,69.0073,0.331613,275,0,0,285,790,0,0,0,0),(19026,1940,0,1,1,10855,1,883.612,669.743,55.3795,2.6529,275,0,0,350,390,0,0,0,0),(19027,1942,0,1,1,858,1,964.771,692.943,59.9198,3.56047,275,0,0,417,0,0,0,0,0),(19028,1914,0,1,1,3561,1,-104.213,946.987,68.5021,0.863511,275,5,0,285,790,1,0,0,0),(19029,1939,0,1,1,10851,1,917.43,665.154,53.5591,5.45052,275,0,0,356,0,2,0,0,0),(19030,721,0,1,1,328,0,770.822,1459.2,58.3441,0.900462,275,10,0,1,0,1,0,0,0),(19031,1940,0,1,1,10855,1,949.602,701.223,59.6211,0.236936,275,5,0,350,390,1,0,0,0),(19032,1943,0,1,1,10856,1,996.733,675.884,60.975,1.59524,275,5,0,417,0,1,0,0,0),(19033,1912,0,1,1,3602,1,-76.8341,935.707,69.4504,2.33874,275,0,0,300,0,0,0,0,0),(19034,1914,0,1,1,3560,1,-79.1993,938.274,69.0175,5.72468,275,0,0,285,790,0,0,0,0),(19035,1942,0,1,1,858,1,973.794,667.548,60.975,3.2815,275,0,0,417,0,0,0,0,0),(19036,1942,0,1,1,858,1,1013.64,696.036,60.975,1.90104,275,0,0,417,0,0,0,0,0),(19037,1912,0,1,1,3603,1,-83.4462,898.394,65.73,5.88176,275,0,0,300,0,0,0,0,0),(19038,1942,0,1,1,858,1,1014,682.239,65.087,2.25148,275,0,0,417,0,0,0,0,0),(19039,1867,0,1,1,3767,1,-213.289,1379.17,33.8032,1.69612,275,3,0,241,601,1,0,0,0),(19040,1914,0,1,1,3560,1,-83.2189,896.125,65.6719,0.558505,275,0,0,285,790,0,0,0,0),(19041,1767,0,1,1,441,1,890.516,1094.11,31.6513,0,275,0,0,247,0,0,0,0,0),(19042,1943,0,1,1,10856,1,1000.02,673.188,69.7968,0.382239,275,0,0,417,0,0,0,0,0),(19043,1768,0,1,1,346,1,905.944,1098.89,33.4272,5.02886,275,5,0,253,264,1,0,0,0),(19044,1865,0,1,1,732,1,138.507,1453.93,114.825,0.68888,275,10,0,247,0,1,0,0,0),(19045,1768,0,1,1,346,1,892.108,1087.21,34.1139,1.33096,275,3,0,253,264,1,0,0,0),(19046,1912,0,1,1,3603,1,21.7272,1078.48,72.5767,5.5292,275,3,0,300,0,1,0,0,0),(19047,1912,0,1,1,3603,1,89.9114,1120.4,68.7467,0.841984,275,10,0,300,0,1,0,0,0),(19048,1940,0,1,1,10855,1,714.435,682.241,44.0485,1.93934,275,10,0,350,390,1,0,0,0),(19049,1953,0,1,1,863,0,602.256,393.83,30.5363,5.87368,275,10,0,328,0,1,0,0,0),(19050,1940,0,1,1,10855,1,686.242,584.288,42.9228,6.25601,275,10,0,350,390,1,0,0,0),(19051,1767,0,1,1,441,1,871.314,1094,43.3956,4.99337,275,5,0,247,0,1,0,0,0),(19052,1912,0,1,1,3603,1,143.376,1146.11,71.7651,3.40706,275,5,0,300,0,1,0,0,0),(19053,1767,0,1,1,441,1,958.015,1065.96,34.9291,3.8641,275,10,0,247,0,1,0,0,0),(19054,1768,0,1,1,346,1,896.736,1089.1,34.2388,0,275,0,0,253,264,0,0,0,0),(19055,1767,0,1,1,441,1,882.25,1094.81,34.7358,0,275,0,0,247,0,0,0,0,0),(19056,1767,0,1,1,441,1,1049.78,1050.56,32.6697,0.687441,275,10,0,247,0,1,0,0,0),(19057,721,0,1,1,328,0,126.376,1156.39,74.3161,4.39911,275,10,0,1,0,1,0,0,0),(19058,1866,0,1,1,829,0,149.525,1456.7,114.732,0.851048,275,10,0,222,0,1,0,0,0),(19059,1953,0,1,1,863,0,658.685,445.789,38.504,0.011886,275,10,0,328,0,1,0,0,0),(19060,1953,0,1,1,863,0,621.705,486.075,37.5874,5.43838,275,10,0,328,0,1,0,0,0),(19061,1954,0,1,1,9009,0,679.521,352.099,36.1314,5.07984,275,10,0,325,357,1,0,0,0),(19062,1767,0,1,1,441,1,1009.07,1024.79,31.5236,3.6415,275,10,0,247,0,1,0,0,0),(19063,1939,0,1,1,10851,1,794.065,686.597,51.8497,5.42176,275,0,0,356,0,2,0,0,0),(19064,1769,0,1,1,11180,0,882.06,1248.85,46.8588,1.797,275,0,0,186,191,0,0,0,0),(19065,1923,0,1,1,741,0,-522.316,1259.1,67.192,1.34087,275,5,0,356,0,1,0,0,0),(19066,1939,0,1,1,10851,1,666.861,603.643,44.2561,1.48279,275,10,0,356,0,1,0,0,0),(19067,1953,0,1,1,863,0,619.296,567.976,37.4897,0.435769,275,10,0,328,0,1,0,0,0),(19068,1953,0,1,1,863,0,594.326,521.123,33.4953,4.49125,275,10,0,328,0,1,0,0,0),(19069,1953,0,1,1,863,0,616.706,420.399,35.8737,2.72773,275,10,0,328,0,1,0,0,0),(19070,1770,0,1,1,729,0,872.115,1229.03,48.007,0,275,0,0,222,0,0,0,0,0),(19071,1769,0,1,1,11180,0,877.837,1269.29,48.6476,4.82991,275,5,0,186,191,1,0,0,0),(19072,1954,0,1,1,9009,0,690.543,329.669,31.6889,1.66949,275,10,0,325,357,1,0,0,0),(19073,1770,0,1,1,729,0,892.512,1228.66,46.9676,0,275,0,0,222,0,0,0,0,0),(19074,1954,0,1,1,9009,0,746.615,295.719,34.1363,1.91882,275,10,0,325,357,1,0,0,0),(19075,1953,0,1,1,863,0,656.248,377.268,37.9674,5.41193,275,10,0,328,0,1,0,0,0),(19076,1769,0,1,1,11180,0,867.822,1232.21,53.3354,3.59945,275,3,0,186,191,1,0,0,0),(19077,1770,0,1,1,729,0,883.011,1237.49,52.7901,5.044,275,3,0,222,0,1,0,0,0),(19078,1954,0,1,1,9009,0,683.156,343.492,34.6763,1.22323,275,0,0,325,357,2,0,0,0),(19079,1953,0,1,1,863,0,694.693,416.48,37.0935,3.45717,275,10,0,328,0,1,0,0,0),(19080,1953,0,1,1,863,0,710.438,458.013,32.1665,1.51769,275,10,0,328,0,1,0,0,0),(19081,1954,0,1,1,9009,0,700.636,299.803,34.8179,4.847,275,10,0,325,357,1,0,0,0),(19082,1953,0,1,1,863,0,679.016,486.673,35.9425,1.91736,275,10,0,328,0,1,0,0,0),(19083,1953,0,1,1,863,0,701.494,377.789,34.4557,4.45833,275,10,0,328,0,1,0,0,0),(19084,1891,0,1,1,2565,1,-354.378,1421.62,28.2597,5.14872,600,0,0,300,0,0,0,0,0),(19085,1923,0,1,1,741,0,-473.697,1349.23,36.1245,3.00502,275,5,0,356,0,1,0,0,0),(19086,1955,0,1,1,2567,0,862.624,231.434,29.3591,0.176709,275,5,0,386,0,1,0,0,0),(19087,1955,0,1,1,2567,0,890.696,198.327,38.4588,0.43166,275,10,0,386,0,1,0,0,0),(19088,1956,0,1,1,631,0,997.82,131.216,32.8863,0.858495,275,10,0,417,0,1,0,0,0),(19089,1955,0,1,1,2567,0,961.354,160.383,38.0475,3.6006,275,5,0,386,0,1,0,0,0),(19090,1955,0,1,1,2567,0,922.37,214.537,35.5636,2.69602,275,5,0,386,0,1,0,0,0),(19091,1955,0,1,1,2567,0,862.088,203.809,36.7185,0.51149,275,10,0,386,0,1,0,0,0),(19092,1956,0,1,1,631,0,974.12,217.732,32.4333,6.03514,275,10,0,417,0,1,0,0,0),(19093,1955,0,1,1,2567,0,909.998,173.176,37.7708,5.36252,275,10,0,386,0,1,0,0,0),(19094,1955,0,1,1,2567,0,935.482,163.085,39.1328,2.24952,275,10,0,386,0,1,0,0,0),(19095,1955,0,1,1,2567,0,960.153,193.529,37.3031,2.42869,275,5,0,386,0,1,0,0,0),(19096,1956,0,1,1,631,0,1023.25,205.31,31.6235,2.14805,275,10,0,417,0,1,0,0,0),(19097,1956,0,1,1,631,0,1057.43,315.643,35.2235,1.54608,275,10,0,417,0,1,0,0,0),(19098,1956,0,1,1,631,0,1035.68,248.139,36.8721,2.77554,275,10,0,417,0,1,0,0,0),(19099,1956,0,1,1,631,0,1019.05,282.072,32.7273,3.79155,275,10,0,417,0,1,0,0,0),(19100,1956,0,1,1,631,0,1018.33,176.233,37.4029,0.909325,275,10,0,417,0,1,0,0,0),(19101,1956,0,1,1,631,0,1011.09,228.467,32.6543,5.51327,275,10,0,417,0,1,0,0,0),(19102,1908,0,1,1,540,0,1119.91,618.064,42.3502,4.39064,275,10,0,404,456,1,0,0,0),(19103,1769,0,1,1,11180,0,925.483,1292.81,44.2352,6.23687,275,10,0,186,191,1,0,0,0),(19104,1769,0,1,1,11180,0,978.455,1172.52,48.3191,0.332266,275,10,0,186,191,1,0,0,0),(19105,1766,0,1,1,246,0,1420.15,854.708,48.3319,6.27049,275,10,0,222,0,1,0,0,0),(19106,1866,0,1,1,829,0,1273.46,1196.49,52.6464,2.44072,275,10,0,222,0,1,0,0,0),(19107,1978,0,1,1,2684,1,1409.68,1090.26,53.7694,5.95157,275,0,0,222,0,0,0,0,0),(19108,1766,0,1,1,246,0,1442.89,1080.62,58.2144,0,275,10,0,222,0,1,0,0,0),(19109,1950,0,1,1,3540,1,1290.69,1204.7,52.8049,2.98451,275,0,0,328,0,0,0,0,0),(19110,1766,0,1,1,246,0,1476.29,994.063,62.73,3.55958,275,5,0,222,0,1,0,0,0),(19111,1765,0,1,1,11421,0,1434.15,1015.51,52.3332,0.120903,275,10,0,198,0,1,0,0,0),(19112,1766,0,1,1,246,0,1384.23,1054.62,52.7702,3.11649,275,5,0,222,0,1,0,0,0),(19113,1866,0,1,1,829,0,1258.45,1235.81,52.6899,4.01463,275,5,0,222,0,1,0,0,0),(19114,1766,0,1,1,246,0,1420.99,1027.37,52.4924,4.49403,275,10,0,222,0,1,0,0,0),(19115,5748,0,1,1,7689,1,1166.96,2063.99,5.4826,1.29154,275,0,0,417,0,0,0,0,0),(19116,1780,0,1,1,827,0,1214.18,1979.05,10.2781,4.22844,275,10,0,247,0,1,0,0,0),(19117,1766,0,1,1,246,0,1212.91,1079.86,38.7098,0.853803,275,10,0,222,0,1,0,0,0),(19118,1766,0,1,1,246,0,1308.41,1161.43,52.835,2.05291,275,10,0,222,0,1,0,0,0),(19119,1779,0,1,1,1947,0,286.048,1117.92,79.9577,4.60767,275,10,0,247,0,1,0,0,0),(19120,1779,0,1,1,1947,0,286.181,1147.99,78.2759,2.62843,275,5,0,247,0,1,0,0,0),(19121,1765,0,1,1,11421,0,319.861,1437.96,125.322,2.2434,275,10,0,198,0,1,0,0,0),(19122,1766,0,1,1,246,0,1120.63,1314.01,36.7478,1.88091,275,10,0,222,0,1,0,0,0),(19123,1766,0,1,1,246,0,1056.95,1314.21,38.0561,1.93291,275,5,0,222,0,1,0,0,0),(19124,4075,0,1,1,1141,0,-217.983,1352.78,35.5777,0.459281,275,10,0,8,0,1,0,0,0),(19125,1867,0,1,1,3768,1,-109.942,1312.12,55.4393,0.022768,275,10,0,241,601,1,0,0,0),(19126,1769,0,1,1,11180,0,603.292,1229.87,80.7245,3.06652,275,10,0,186,191,1,0,0,0),(19127,1769,0,1,1,11180,0,537.5,1129.17,89.83,1.3522,275,3,0,186,191,1,0,0,0),(19128,1779,0,1,1,1947,0,314.381,1156,82.2896,1.88667,275,5,0,247,0,1,0,0,0),(19129,1866,0,1,1,829,0,230.973,1431.45,112.053,5.05428,275,10,0,222,0,1,0,0,0),(19130,1769,0,1,1,11180,0,460.237,1287.35,82.9161,2.96777,275,10,0,186,191,1,0,0,0),(19131,1772,0,1,1,848,1,1056.38,1498.18,33.3464,4.41719,275,5,0,222,0,1,0,0,0),(19132,1773,0,1,1,10854,1,1025.63,1560.62,28.8183,0,275,0,0,230,249,0,0,0,0),(19133,1772,0,1,1,848,1,1134.89,1532.24,32.19,1.23501,275,10,0,222,0,1,0,0,0),(19134,1772,0,1,1,848,1,1010.49,1531.9,32.5447,4.81805,275,10,0,222,0,1,0,0,0),(19135,1773,0,1,1,10854,1,1126.04,1536.02,31.0416,0.513866,275,10,0,230,249,1,0,0,0),(19136,1778,0,1,1,1006,0,1126.55,1421.06,37.941,3.16307,275,10,0,266,0,1,0,0,0),(19137,1778,0,1,1,1006,0,1097.76,1425.74,38.4663,2.34261,275,10,0,266,0,1,0,0,0),(19138,1772,0,1,1,848,1,1096.55,1572.08,28.2997,3.30081,275,5,0,222,0,1,0,0,0),(19139,883,0,1,1,347,0,1131.71,1468.4,35.5572,0.636474,275,5,0,1,0,1,0,0,0),(19140,1778,0,1,1,1006,0,1114.85,1456.54,35.0071,4.71434,275,10,0,266,0,1,0,0,0),(19141,1867,0,1,1,3767,1,-39.2264,1325.9,59.8806,5.70347,275,10,0,241,601,1,0,0,0),(19142,1772,0,1,1,848,1,1113.45,1542.11,29.2795,1.25419,275,5,0,222,0,1,0,0,0),(19143,1912,0,1,1,3602,1,-206.45,859.368,70.2265,0.170603,275,0,0,300,0,2,0,0,0),(19144,1912,0,1,1,3602,1,-135.69,1014.55,68.0678,4.71627,275,0,0,300,0,2,0,0,0),(19145,1914,0,1,1,3561,1,-133.746,1028.93,68.4001,4.71626,275,0,0,285,790,2,0,0,0),(19146,1954,0,1,1,9009,0,636.219,426.171,39.0266,0.076322,275,10,0,325,357,1,0,0,0),(19147,1765,0,1,1,11421,0,1462.88,726.477,44.6103,6.10342,275,10,0,198,0,1,0,0,0),(19148,1923,0,1,1,741,0,-595.76,1403.48,19.1661,3.16307,275,5,0,356,0,1,0,0,0),(19149,2054,0,1,1,3554,1,-719.31,1479.04,13.1132,4.92678,275,5,0,404,456,1,0,0,0),(19150,2332,0,1,1,3555,1,-704.939,1574.82,17.1868,1.74533,275,0,0,531,0,0,0,0,0),(19151,5682,0,1,1,3981,1,-731.464,1450.76,15.0758,4.905,275,0,0,433,490,2,0,0,0),(19152,2053,0,1,1,3553,1,-686.778,1520.47,9.16737,1.9985,275,10,0,417,0,1,0,0,0),(19153,1766,0,1,1,246,0,1217.52,949.942,37.5159,6.11568,275,10,0,222,0,1,0,0,0),(19154,1868,0,1,1,828,0,663.382,1246.28,76.6903,2.0742,275,5,0,253,264,1,0,0,0),(19155,1867,0,1,1,3767,1,-94.3065,1131.94,64.825,1.87905,275,5,0,241,601,1,0,0,0),(19156,1769,0,1,1,11180,0,362.98,1275.41,79.9665,1.69806,275,10,0,186,191,1,0,0,0),(19157,1769,0,1,1,11180,0,497.609,1257.68,83.9165,5.94474,275,10,0,186,191,1,0,0,0),(19158,1769,0,1,1,11180,0,529.198,1428.69,101.262,1.66961,275,10,0,186,191,1,0,0,0),(19159,1769,0,1,1,11180,0,532.946,1359.04,86.7746,2.45802,275,10,0,186,191,1,0,0,0),(19160,1769,0,1,1,11180,0,569.186,1341.02,87.2185,0.044482,275,10,0,186,191,1,0,0,0),(19161,1867,0,1,1,3768,1,-267.755,1372.27,36.444,2.23667,275,5,0,241,601,1,0,0,0),(19162,1924,0,1,1,574,0,-443.369,1218.88,48.8139,0.116746,275,10,0,328,0,1,0,0,0),(19163,1769,0,1,1,11180,0,711.729,1442.76,62.7848,5.93488,275,10,0,186,191,1,0,0,0),(19164,1769,0,1,1,11180,0,639.004,1397.63,84.17,1.42813,275,10,0,186,191,1,0,0,0),(19165,1769,0,1,1,11180,0,557.588,1386.03,88.8295,3.25214,275,10,0,186,191,1,0,0,0),(19166,1769,0,1,1,11180,0,710.012,1378.31,72.4412,0.83515,275,10,0,186,191,1,0,0,0),(19167,1924,0,1,1,574,0,-419.563,1255.32,42.8428,3.38964,275,10,0,328,0,1,0,0,0),(19168,1924,0,1,1,574,0,-412.5,1304.17,40.1942,3.2651,275,10,0,328,0,1,0,0,0),(19169,1769,0,1,1,11180,0,688.636,1373.47,73.0081,5.1927,275,5,0,186,191,1,0,0,0),(19170,1924,0,1,1,574,0,-399.199,1361.04,36.1349,3.0269,275,10,0,328,0,1,0,0,0),(19171,1924,0,1,1,574,0,-438.393,1310.07,45.2276,2.78031,275,10,0,328,0,1,0,0,0),(19172,1923,0,1,1,741,0,-443.381,1363.99,36.9669,2.20375,275,10,0,356,0,1,0,0,0),(19173,1769,0,1,1,11180,0,681.392,1414.9,66.7925,4.78486,275,10,0,186,191,1,0,0,0),(19174,1867,0,1,1,3768,1,-273.217,1289.04,42.6929,1.89471,275,10,0,241,601,1,0,0,0),(19175,1867,0,1,1,3768,1,-287.733,1337.65,42.925,1.00895,275,5,0,241,601,1,0,0,0),(19176,1867,0,1,1,3768,1,-317.825,1242.07,46.0522,5.77648,275,10,0,241,601,1,0,0,0),(19177,1867,0,1,1,3767,1,-257.384,1218.95,48.6229,5.06967,275,10,0,241,601,1,0,0,0),(19178,1867,0,1,1,3768,1,-322.495,1290.36,39.4016,2.66834,275,10,0,241,601,1,0,0,0),(19179,1867,0,1,1,3768,1,-305.432,1217.55,48.6793,3.6857,275,10,0,241,601,1,0,0,0),(19180,1867,0,1,1,3768,1,-241.157,1243.95,47.3205,0.028271,275,10,0,241,601,1,0,0,0),(19181,1769,0,1,1,11180,0,328.962,1318.76,78.1197,5.71942,275,10,0,186,191,1,0,0,0),(19182,1867,0,1,1,3767,1,-172.561,1223.64,52.589,5.90539,275,10,0,241,601,1,0,0,0),(19183,2529,0,1,1,1098,0,714.037,1461.88,61.7703,2.93108,600,10,0,1452,0,1,0,0,0),(19184,1867,0,1,1,3767,1,-58.1607,1325.65,60.8368,2.28413,275,10,0,241,601,1,0,0,0),(19185,1769,0,1,1,11180,0,408.561,1274.91,82.0275,5.43284,275,10,0,186,191,1,0,0,0),(19186,1797,0,1,1,820,0,-233.982,1310.88,44.6871,5.17926,275,5,0,296,0,1,0,0,0),(19187,1778,0,1,1,1006,0,581.754,1296.32,87.0757,1.69087,275,10,0,266,0,1,0,0,0),(19188,1765,0,1,1,11421,0,1421.18,675.368,50.8068,2.47935,275,10,0,198,0,1,0,0,0),(19189,1866,0,1,1,829,0,182.671,1448.97,114.519,0.427353,275,10,0,222,0,1,0,0,0),(19190,1865,0,1,1,732,1,185.323,1434.78,113.311,2.94865,275,10,0,247,0,1,0,0,0),(19191,1866,0,1,1,829,0,193.924,1433.27,112.256,2.97027,275,10,0,222,0,1,0,0,0),(19192,1867,0,1,1,3767,1,45.4134,1266.96,63.5395,4.74633,275,0,0,241,601,2,0,0,0),(19193,1867,0,1,1,3767,1,78.2874,1252.12,65.4119,0.547897,275,10,0,241,601,1,0,0,0),(19194,1867,0,1,1,3768,1,-1.10583,1311.91,61.3136,4.02897,275,10,0,241,601,1,0,0,0),(19195,1867,0,1,1,3767,1,23.0671,1339.68,62.1224,1.37672,275,10,0,241,601,1,0,0,0),(19196,1867,0,1,1,3767,1,-7.27941,1341.17,60.1616,3.85718,275,0,0,241,601,0,0,0,0),(19197,1867,0,1,1,3768,1,-6.21723,1351.14,60.301,3.92699,275,0,0,241,601,0,0,0,0),(19198,1867,0,1,1,3767,1,-21.0524,1343.38,59.3085,0.610865,275,0,0,241,601,0,0,0,0),(19199,1867,0,1,1,3768,1,-20.0647,1357.38,60.0333,4.88692,275,0,0,241,601,0,0,0,0),(19200,1867,0,1,1,3768,1,-119.458,1249.38,53.4653,2.57851,275,10,0,241,601,1,0,0,0),(19201,1412,0,1,1,134,0,-77.5867,1284.17,57.5194,1.86121,275,10,0,8,0,1,0,0,0),(19202,1867,0,1,1,3767,1,-34.2119,1369.12,63.8766,3.02522,275,10,0,241,601,1,0,0,0),(19203,1867,0,1,1,3767,1,-93.3536,1219.56,59.2291,4.3007,275,10,0,241,601,1,0,0,0),(19204,1912,0,1,1,3602,1,-231.862,1132.84,58.9774,1.98981,275,5,0,300,0,1,0,0,0),(19205,1867,0,1,1,3768,1,-247.427,1116,62.3329,5.38072,275,5,0,241,601,1,0,0,0),(19206,1888,0,1,1,3567,1,-537.096,1023.58,98.2979,4.86718,275,3,0,354,1326,1,0,0,0),(19207,1888,0,1,1,3566,1,-457.812,879.688,99.0823,1.66156,275,5,0,354,1326,1,0,0,0),(19208,1888,0,1,1,3568,1,-566.525,937.234,89.5777,2.23759,275,10,0,354,1326,1,0,0,0),(19209,1888,0,1,1,3569,1,-566.052,880.626,88.9518,2.19701,275,10,0,354,1326,1,0,0,0),(19210,1888,0,1,1,3567,1,-490.764,849.439,94.6555,4.15018,275,5,0,354,1326,1,0,0,0),(19211,1888,0,1,1,3566,1,-481.483,825.465,95.7536,0.314159,275,0,0,354,1326,0,0,0,0),(19212,1888,0,1,1,3569,1,-497.404,801.064,92.4144,4.1711,275,10,0,354,1326,1,0,0,0),(19213,1889,0,1,1,3586,1,-478.66,826.406,96.0895,3.57792,275,0,0,379,1118,0,0,0,0),(19214,1888,0,1,1,3567,1,-494.516,832.085,93.8851,2.97388,275,10,0,354,1326,1,0,0,0),(19215,1889,0,1,1,3585,1,-473.613,832.846,97.0009,1.79769,275,0,0,379,1118,0,0,0,0),(19216,1888,0,1,1,3569,1,-575.6,840.105,90.9519,4.73389,275,10,0,354,1326,1,0,0,0),(19217,1888,0,1,1,3569,1,-462.53,927.437,96.266,3.57933,275,10,0,354,1326,1,0,0,0),(19218,1888,0,1,1,3569,1,-469.09,953.318,91.9062,4.05506,275,10,0,354,1326,1,0,0,0),(19219,1891,0,1,1,2565,1,-432.435,1531.27,18.7313,4.20121,600,5,0,300,0,1,0,0,0),(19220,1894,0,1,1,3551,1,-420.551,1544.65,18.3187,2.70724,600,0,0,300,0,2,0,0,0),(19222,1891,0,1,1,2565,1,-350.822,1606.93,18.0028,3.78911,600,0,0,300,0,0,0,0,0),(19223,1891,0,1,1,2565,1,-416.268,1576.92,19.5441,3.61468,600,0,0,300,0,0,0,0,0),(19224,1891,0,1,1,2565,1,-439.617,1517.84,19.5619,3.33314,600,5,0,300,0,1,0,0,0),(19227,1891,0,1,1,2565,1,-358.11,1528.2,24.9468,1.18862,600,0,0,300,0,0,0,0,0),(19228,1894,0,1,1,3551,1,-372.427,1611.08,24.3721,1.32645,600,0,0,300,0,0,0,0,0),(19229,1891,0,1,1,2565,1,-433.404,1564.13,19.7291,1.48262,600,5,0,300,0,1,0,0,0),(19316,1891,0,1,1,2565,1,-363.818,1545.45,24.4813,3.24746,600,0,0,300,0,0,0,0,0),(19343,1891,0,1,1,2565,1,-345.242,1601.84,17.0845,2.23485,600,0,0,300,0,0,0,0,0),(19344,1778,0,1,1,1006,0,1030.93,1362.06,38.9237,1.89779,275,10,0,266,0,1,0,0,0),(22308,1778,0,1,1,1006,0,1145.95,1298.7,35.0787,4.1867,275,10,0,266,0,1,0,0,0),(22333,2914,0,1,1,6303,0,1225.68,1363.93,38.5034,4.95714,275,10,0,8,0,1,0,0,0),(22334,1778,0,1,1,1006,0,591.82,1307.2,87.3272,3.45658,275,10,0,266,0,1,0,0,0),(22335,1778,0,1,1,1006,0,523.086,1325.6,85.5067,4.84959,275,10,0,266,0,1,0,0,0),(22336,1867,0,1,1,3767,1,-280.413,1376.34,36.069,5.1734,275,10,0,241,601,1,0,0,0),(22337,1765,0,1,1,11421,0,1467.96,501.709,40.902,4.50102,275,10,0,198,0,1,0,0,0),(22338,1867,0,1,1,3767,1,-55.2049,1286.6,59.8505,1.21555,275,10,0,241,601,1,0,0,0),(24618,1797,0,1,1,820,0,219.528,1114.58,75.2298,0,275,3,0,296,0,1,0,0,0),(24619,1797,0,1,1,820,0,-211.737,1093.68,60.6197,2.90514,275,5,0,296,0,1,0,0,0),(24713,1797,0,1,1,820,0,-278.768,1153.32,64.3192,2.88195,275,10,0,296,0,1,0,0,0),(25728,1797,0,1,1,820,0,-154.203,1124.6,58.5677,2.44461,275,5,0,296,0,1,0,0,0),(25729,1797,0,1,1,820,0,-320.852,1117.41,74.8466,4.88923,275,10,0,296,0,1,0,0,0),(26020,1778,0,1,1,1006,0,409.543,1317.3,78.2445,3.84582,275,5,0,266,0,1,0,0,0),(26021,1778,0,1,1,1006,0,437.713,1159.52,93.4748,0.176778,275,10,0,266,0,1,0,0,0),(26022,1867,0,1,1,3767,1,-190.862,1325.08,40.1285,2.50029,275,10,0,241,601,1,0,0,0),(26023,1778,0,1,1,1006,0,451.615,1340.94,85.1817,3.19536,275,10,0,266,0,1,0,0,0),(26024,1797,0,1,1,820,0,-48.8666,1246.44,60.6744,5.43838,275,10,0,296,0,1,0,0,0),(26025,1797,0,1,1,820,0,217.217,1227.29,68.8747,0.263938,275,5,0,296,0,1,0,0,0),(26026,1797,0,1,1,820,0,92.6028,1171.89,67.6928,3.24048,275,5,0,296,0,1,0,0,0),(26027,1797,0,1,1,820,0,156.96,1285.44,69.5698,4.4701,275,10,0,296,0,1,0,0,0),(26029,1797,0,1,1,820,0,155.145,1217.37,67.9373,0.914298,275,5,0,296,0,1,0,0,0),(26030,1778,0,1,1,1006,0,477.756,1305.02,84.1691,2.74875,275,10,0,266,0,1,0,0,0),(26031,1778,0,1,1,1006,0,396.282,1295.85,77.3397,2.36224,275,10,0,266,0,1,0,0,0),(26032,1778,0,1,1,1006,0,653.726,1344.84,80.0022,6.24912,275,10,0,266,0,1,0,0,0),(26033,1778,0,1,1,1006,0,745.082,1402.35,67.4938,1.37176,275,10,0,266,0,1,0,0,0),(26034,1778,0,1,1,1006,0,742.907,1462.7,63.4623,0.124355,275,10,0,266,0,1,0,0,0),(26035,1778,0,1,1,1006,0,597.697,1170.5,84.7169,3.04576,275,5,0,266,0,1,0,0,0),(26036,1778,0,1,1,1006,0,560.667,1202.25,84.6172,0.261806,275,10,0,266,0,1,0,0,0),(26037,1778,0,1,1,1006,0,729.804,1479.67,62.1422,1.26715,275,10,0,266,0,1,0,0,0),(26038,1778,0,1,1,1006,0,430.434,1132.63,95.647,3.34109,275,10,0,266,0,1,0,0,0),(26040,1797,0,1,1,820,0,13.2094,1282.69,61.6673,4.65375,275,10,0,296,0,1,0,0,0),(26041,1797,0,1,1,820,0,-210.926,1228.94,55.0969,2.96777,275,10,0,296,0,1,0,0,0),(26042,1797,0,1,1,820,0,118.75,1293.75,69.4602,3.00272,275,10,0,296,0,1,0,0,0),(26043,1797,0,1,1,820,0,39.4396,1275.63,63.4846,4.84533,275,10,0,296,0,1,0,0,0),(26044,1797,0,1,1,820,0,187.751,1288.45,70.7082,5.3586,275,10,0,296,0,1,0,0,0),(26045,10780,0,1,1,10091,0,-483.713,1281.92,46.6344,4.93489,275,0,0,20,0,0,0,0,0),(26046,1797,0,1,1,820,0,-302.147,1375.94,34.8876,0.700368,275,5,0,296,0,1,0,0,0),(26047,1797,0,1,1,820,0,-82.8995,1284.23,56.8944,1.32105,275,10,0,296,0,1,0,0,0),(26048,1797,0,1,1,820,0,-214.962,1327.58,37.5295,1.13293,275,10,0,296,0,1,0,0,0),(26049,1797,0,1,1,820,0,-201.677,1281.97,43.3835,6.19129,275,10,0,296,0,1,0,0,0),(26050,1797,0,1,1,820,0,-275.778,1342.36,36.05,1.03657,275,10,0,296,0,1,0,0,0),(26123,1797,0,1,1,820,0,-152.705,1205.62,57.5753,5.75047,275,10,0,296,0,1,0,0,0),(26124,1869,0,1,1,732,1,735.347,1093.81,48.1717,0.753086,275,10,0,300,0,1,0,0,0),(26125,12432,0,1,1,982,0,212.523,1188.48,69.7485,1.24495,43200,0,0,375,0,0,0,0,0),(26160,1869,0,1,1,732,1,774.16,1117.51,52.8465,0.792179,275,0,0,300,0,0,0,0,0),(26161,1868,0,1,1,828,0,712.101,1227.01,62.5407,4.41417,275,10,0,253,264,1,0,0,0),(26162,1868,0,1,1,828,0,686.881,1246.61,73.9435,3.59087,275,10,0,253,264,1,0,0,0),(26163,1869,0,1,1,732,1,778.168,1220.01,55.6695,2.51764,275,10,0,300,0,1,0,0,0),(26366,1869,0,1,1,732,1,670.994,1179.05,65.6631,4.75109,275,10,0,300,0,1,0,0,0),(27351,1868,0,1,1,828,0,711.707,1279.47,70.4829,4.61918,275,10,0,253,264,1,0,0,0),(27391,1868,0,1,1,828,0,752.429,1185.54,55.7302,0.614355,275,10,0,253,264,1,0,0,0),(27493,1869,0,1,1,732,1,758.673,1146.76,49.2632,3.71148,275,10,0,300,0,1,0,0,0),(27561,1868,0,1,1,828,0,809.338,1244.26,55.9657,5.22654,275,10,0,253,264,1,0,0,0),(27562,1868,0,1,1,828,0,745.331,1249.33,60.5594,0.905387,275,10,0,253,264,1,0,0,0),(27771,1869,0,1,1,732,1,723.2,1193.85,60.3411,0.814424,275,10,0,300,0,1,0,0,0),(27797,1888,0,1,1,3569,1,-518.141,1099.53,81.3403,5.62445,275,10,0,354,1326,1,0,0,0),(27799,1797,0,1,1,820,0,-29.7372,1219.67,61.6027,3.19363,275,10,0,296,0,1,0,0,0),(27801,1867,0,1,1,3767,1,-221.949,1154.68,59.0596,3.15079,275,10,0,241,601,1,0,0,0),(27802,1924,0,1,1,574,0,-611.139,1139.6,80.9624,3.11328,275,3,0,328,0,1,0,0,0),(28231,1923,0,1,1,741,0,-581.999,1138.87,78.6239,4.42209,275,5,0,356,0,1,0,0,0),(28232,1866,0,1,1,829,0,261.411,1423.8,113.997,0.964189,275,10,0,222,0,1,0,0,0),(28233,1778,0,1,1,1006,0,365.424,1477.24,124.662,2.03881,275,10,0,266,0,1,0,0,0),(28234,1765,0,1,1,11421,0,382.513,1499.01,125.727,2.095,275,10,0,198,0,1,0,0,0),(28235,1909,0,1,1,757,1,1144.24,301.694,27.566,2.29781,275,5,0,377,408,1,0,0,0),(28236,1909,0,1,1,757,1,1211.46,314.035,33.5416,0.222445,275,5,0,377,408,1,0,0,0),(28318,1889,0,1,1,3586,1,-502.2,1030.44,94.0043,1.40597,275,0,0,379,1118,2,0,0,0),(28319,1888,0,1,1,3567,1,-506.316,1023.98,93.78,1.40597,275,0,0,354,1326,2,0,0,0),(28320,1889,0,1,1,3587,1,-369.952,804.072,93.2169,3.39092,275,0,0,379,1118,2,0,0,0),(28321,1889,0,1,1,3588,1,-516.892,712.155,87.6163,2.35219,275,10,0,379,1118,1,0,0,0),(28322,1766,0,1,1,246,0,1380.17,1091.26,52.4141,1.62316,275,10,0,222,0,1,0,0,0),(28323,1766,0,1,1,246,0,1317.18,1090.6,50.4066,0.244346,275,10,0,222,0,1,0,0,0),(28324,1766,0,1,1,246,0,1285.47,1145.11,51.8388,1.41372,275,10,0,222,0,1,0,0,0),(28325,1766,0,1,1,246,0,1312.46,1126.45,52.5574,1.74533,275,10,0,222,0,1,0,0,0),(28326,1888,0,1,1,3567,1,-415.372,829.486,94.8417,3.5738,275,10,0,354,1326,1,0,0,0),(28378,1889,0,1,1,3585,1,-523.053,664.967,88.7776,0.116362,275,3,0,379,1118,1,0,0,0),(28379,1983,0,1,1,915,0,1073.84,1543.37,28.6752,0.174533,275,0,0,300,0,0,0,0,0),(28380,1974,0,1,1,828,0,-405.515,915.922,118.82,3.46048,275,3,0,449,0,1,0,0,0),(28381,1974,0,1,1,828,0,-316.002,1037.61,117.749,2.28638,275,0,0,449,0,0,0,0,0),(28382,1973,0,1,1,370,1,-321.882,1051.01,118.255,3.84304,275,5,0,494,0,1,0,0,0),(28383,1973,0,1,1,370,1,-336.214,1031.54,118.971,1.02319,275,5,0,494,0,1,0,0,0),(28384,1973,0,1,1,370,1,-317.944,1039.05,117.534,5.72468,275,0,0,494,0,0,0,0,0),(28385,1973,0,1,1,370,1,-288.228,1024.13,115.024,4.43293,275,5,0,494,0,1,0,0,0),(28386,1974,0,1,1,828,0,-288.096,1025.36,115.146,4.84051,275,5,0,449,0,1,0,0,0),(28387,1973,0,1,1,370,1,-290.375,1044.4,115.962,3.54302,275,0,0,494,0,0,0,0,0),(28388,1973,0,1,1,370,1,-342.395,981.975,128.003,0,275,0,0,494,0,0,0,0,0),(28389,1974,0,1,1,828,0,-305.307,1066.69,117.554,5.77938,275,5,0,449,0,1,0,0,0),(28390,1974,0,1,1,828,0,-290.14,1011.5,113.612,5.4312,275,5,0,449,0,1,0,0,0),(28391,1973,0,1,1,370,1,-338.293,985.598,127.584,5.95002,275,5,0,494,0,1,0,0,0),(28392,1973,0,1,1,370,1,-317.504,973.757,133.245,3.04738,275,5,0,494,0,1,0,0,0),(28393,1973,0,1,1,370,1,-329.55,986.071,129.479,5.60251,275,0,0,494,0,0,0,0,0),(28394,1974,0,1,1,828,0,-349.574,1001.24,125.808,3.99575,275,5,0,449,0,1,0,0,0),(28395,1973,0,1,1,370,1,-324.499,928.591,130.929,0.133254,275,5,0,494,0,1,0,0,0),(28396,1973,0,1,1,370,1,-289.926,944.468,130.69,2.30383,275,0,0,494,0,0,0,0,0),(28397,1974,0,1,1,828,0,-314.677,944.923,131.839,0.627119,275,5,0,449,0,1,0,0,0),(28398,1974,0,1,1,828,0,-307.473,966.274,126.965,4.02522,275,0,0,449,0,0,0,0,0),(28399,1974,0,1,1,828,0,-359.615,905.576,133.589,3.68265,275,0,0,449,0,0,0,0,0),(28400,1974,0,1,1,828,0,-351.749,929.615,131.371,1.5947,275,3,0,449,0,1,0,0,0),(28401,1973,0,1,1,370,1,-342.676,947.602,131.54,4.43314,275,0,0,494,0,0,0,0,0),(28403,1888,0,1,1,3567,1,-427.931,911.598,107.515,3.9194,275,3,0,354,1326,1,0,0,0),(28404,1974,0,1,1,828,0,-366.251,902.298,131.968,0.202716,275,0,0,449,0,2,0,0,0),(49223,1837,0,1,1,0,1,2836.36,-1398.27,147.549,3.78187,72000,0,0,7326,2434,0,0,0,0),(95029,17527,530,1,1,0,0,-2169.14,-11131,53.2817,1.85855,300,5,0,356,0,1,0,0,0),(49222,1533,0,1,1,0,0,2885.04,973.306,116.879,0.199966,72000,0,0,187,0,0,0,0,0),(49204,1112,0,1,1,0,0,-3780.03,-2344.52,34.4869,2.78063,72000,0,0,664,0,0,0,0,0),(28409,1889,0,1,1,3587,1,39.0142,782.545,69.8046,3.31613,275,0,0,379,1118,0,0,0,0),(28410,721,0,1,1,328,0,-484.7,1281.47,46.8949,2.33092,275,10,0,1,0,1,0,0,0),(49203,1037,0,1,1,0,1,-3371.96,-2264.64,53.6157,4.37813,72000,0,0,684,0,2,0,0,0),(28412,10665,0,1,1,9999,1,2326.31,398.818,33.6847,6.25477,300,0,0,484,0,2,0,0,0),(28413,10666,0,1,1,10006,0,2242.45,599.449,33.3335,2.52821,300,0,0,1910,0,2,0,0,0),(28414,12943,0,1,1,12975,1,1737.1,-730.883,59.7414,2.42601,300,0,0,3398,0,0,0,0,0),(28415,11057,0,1,1,10552,1,1751.82,-729.987,60.1524,2.51327,300,0,0,2714,5461,0,0,0,0),(28416,11194,0,1,1,11408,1,1772.2,-726.041,59.5096,1.85005,300,0,0,7048,0,0,0,0,0),(28417,11194,0,1,1,11406,1,1783.48,-719.895,59.386,2.91158,300,0,0,7048,0,2,0,0,0),(28418,11194,0,1,1,11408,1,1778.95,-725.659,59.3983,1.8326,300,0,0,7048,0,0,0,0,0),(28419,10856,0,1,1,10212,1,1784.72,-729.107,59.4701,1.8675,300,0,0,3876,0,0,0,0,0),(28420,10839,0,1,1,10210,1,1775.48,-725.93,59.4157,1.72788,300,0,0,4120,0,0,0,0,0),(28421,10837,0,1,1,10150,1,1760.79,-723.177,59.9819,2.46091,300,0,0,4244,0,0,0,0,0),(28422,11055,0,1,1,10550,1,1671.19,-718.813,58.2996,1.32645,300,0,0,3297,2434,0,0,0,0),(28423,1554,0,1,1,8808,0,2821.08,-216.271,48.1429,0.365529,300,10,0,156,0,1,0,0,0),(28424,1554,0,1,1,8808,0,2784.72,60.5524,29.307,4.53664,300,5,0,156,0,1,0,0,0),(28425,1554,0,1,1,8808,0,2882.99,43.5775,15.8697,1.29075,300,10,0,156,0,1,0,0,0),(28426,1554,0,1,1,8808,0,2816.05,-296.522,63.1928,1.60594,300,5,0,156,0,1,0,0,0),(28427,1548,0,1,1,9020,0,2912.45,-51.8019,21.0566,3.01227,300,5,0,137,0,1,0,0,0),(28428,1548,0,1,1,9020,0,2747.53,-49.4095,33.4922,0.767611,300,5,0,137,0,1,0,0,0),(28429,1554,0,1,1,8808,0,2924.55,-418.408,81.1767,1.34144,300,10,0,156,0,1,0,0,0),(28430,1554,0,1,1,8808,0,2917.02,-256.824,40.8321,5.0675,300,10,0,156,0,1,0,0,0),(28431,1545,0,1,1,346,1,3085.17,-132.469,0,5.10808,300,5,0,176,0,1,0,0,0),(28432,1545,0,1,1,346,1,3071.71,-70.864,-0.854803,4.65863,300,5,0,176,0,1,0,0,0),(28433,1545,0,1,1,346,1,3084.85,-285.962,-1.81276,5.57775,300,5,0,176,0,1,0,0,0),(28434,1545,0,1,1,346,1,2979.87,-26.037,7.20216,0.954091,300,10,0,176,0,1,0,0,0),(28435,1545,0,1,1,346,1,2961.8,116.946,-0.105331,4.21289,300,5,0,176,0,1,0,0,0),(28436,1545,0,1,1,346,1,3014.85,-20.1467,5.02948,4.04806,300,10,0,176,0,1,0,0,0),(28437,1545,0,1,1,346,1,3046.45,11.1085,0.234004,4.4855,300,0,0,176,0,0,0,0,0),(28438,1545,0,1,1,346,1,3042.34,-335.774,4.19988,2.31064,300,5,0,176,0,1,0,0,0),(28439,1544,0,1,1,1005,1,3037.88,-361.711,1.91953,2.21657,300,0,0,148,165,0,0,0,0),(28440,1545,0,1,1,346,1,3041.92,-251.275,6.71752,0.855763,300,10,0,176,0,1,0,0,0),(28441,1917,0,1,1,3668,1,1967.96,1374.59,64.3015,4.84732,300,5,0,55,0,1,0,0,0),(28442,1916,0,1,1,11405,1,1971.99,1386.87,63.3015,1.27456,300,0,0,71,0,0,0,0,0),(28443,1934,0,1,1,3532,1,2311.7,1321.29,32.6429,5.0549,300,5,0,120,0,1,0,0,0),(28444,1934,0,1,1,3532,1,2333.36,1317.66,34.0506,5.77704,300,0,0,120,0,0,0,0,0),(28445,1934,0,1,1,3532,1,2320.64,1311.52,33.3476,2.74017,300,0,0,120,0,0,0,0,0),(28446,1538,0,1,1,2477,1,2563.66,-895.477,55.6279,2.46091,300,0,0,166,178,0,0,0,0),(28447,1537,0,1,1,2483,1,2554.68,-952.893,74.2141,0.20944,300,0,0,156,0,0,0,0,0),(28448,1538,0,1,1,2477,1,2540.38,-886.911,55.5066,4.88814,300,3,0,166,178,1,0,0,0),(28449,1537,0,1,1,2483,1,2544.87,-918.002,56.2483,0.750492,300,3,0,156,0,1,0,0,0),(28450,1537,0,1,1,2483,1,2534.89,-903.189,56.889,2.56563,300,0,0,156,0,0,0,0,0),(28451,1538,0,1,1,2466,1,2517.75,-898.981,56.1185,1.98968,300,0,0,166,178,0,0,0,0),(28452,1537,0,1,1,2483,1,2529.11,-918.49,56.4659,2.814,300,3,0,156,0,1,0,0,0),(28453,1537,0,1,1,2472,1,2560.15,-902.125,55.6462,3.90369,300,3,0,156,0,1,0,0,0),(28454,1537,0,1,1,2483,1,2564.65,-890.231,55.5182,3.59538,300,0,0,156,0,0,0,0,0),(28455,1538,0,1,1,2477,1,2528.36,-904.647,57.0912,0.977384,300,0,0,166,178,0,0,0,0),(28457,1909,0,1,1,757,1,1189.64,283.557,29.8825,4.89664,300,5,0,377,408,1,0,0,0),(28460,5749,0,1,1,4175,1,1836.77,1641.04,97.7113,5.13127,300,0,0,178,382,0,0,0,0),(28461,2115,0,1,1,1577,1,1866.02,1574.45,94.3969,3.49066,300,0,0,102,0,0,0,0,0),(28462,2116,0,1,1,1575,1,1842.44,1570.19,96.6652,2.42601,300,0,0,102,0,0,0,0,0),(28463,2124,0,1,1,1592,1,1847.39,1635.52,97.0169,3.87463,300,0,0,102,0,0,0,0,0),(28464,2119,0,1,1,1578,1,1862.46,1556.33,94.879,2.49582,300,0,0,102,0,0,0,0,0),(28465,2117,0,1,1,1576,1,1836.24,1569.16,96.5949,0.992606,300,0,0,102,0,0,0,0,0),(28466,2122,0,1,1,1580,1,1859.65,1563.3,94.39,5.81195,300,0,0,102,0,0,0,0,0),(28467,2126,0,1,1,1581,1,1839.03,1636.54,97.0169,5.20108,300,0,0,102,0,0,0,0,0),(28468,2113,0,1,1,1574,1,1859.39,1568.82,94.3135,1.15402,300,0,0,102,0,0,0,0,0),(28469,2123,0,1,1,1579,1,1848.32,1627.63,97.0169,3.33358,300,0,0,102,0,0,0,0,0),(28470,2114,0,1,1,3520,1,2267.3,331.635,35.2078,6.24828,300,0,0,102,0,0,0,0,0),(28471,2118,0,1,1,1632,1,2259.73,275.571,34.8637,2.49285,300,0,0,176,0,0,0,0,0),(28472,4731,0,1,1,2789,1,2250.38,328.108,35.2725,5.67232,300,0,0,1003,0,0,0,0,0),(28473,2137,0,1,1,1634,1,2246.33,308.24,35.2725,5.58505,300,0,0,247,0,0,0,0,0),(28474,5688,0,1,1,8190,1,2269.51,244.944,34.3402,3.75246,300,0,0,1003,0,0,0,0,0),(28475,5750,0,1,1,4176,1,2252.7,251.922,41.1981,5.14872,300,0,0,178,382,0,0,0,0),(28476,2128,0,1,1,1600,1,2256.81,233.219,41.1981,1.06465,300,0,0,300,0,0,0,0,0),(28477,2129,0,1,1,1602,1,2265.2,251.054,41.1981,5.34071,300,0,0,386,0,0,0,0,0),(28478,10055,0,1,1,9274,1,2266.06,320.66,34.4421,5.48033,300,0,0,1003,0,0,0,0,0),(28479,2130,0,1,1,1603,1,2271.04,242.997,41.1981,2.19912,300,0,0,273,0,0,0,0,0),(28481,36213,0,1,1,0,1,1612.13,189.217,-43.0189,0.471239,300,0,0,15952,0,0,0,0,0),(28482,13839,0,1,1,13807,1,1382.09,433.115,-52.8504,6.23082,900,0,0,4400,0,0,0,0,0),(28483,13839,0,1,1,13854,1,1246.15,336.818,-63.5777,5.98648,900,0,0,4400,0,0,0,0,0),(28484,13839,0,1,1,13807,1,1312.74,377.39,-66.653,1.46608,900,0,0,4400,0,0,0,0,0),(28485,36213,0,1,1,0,1,1423.53,323.279,-62.1024,1.02974,300,0,0,15952,0,0,0,0,0),(28486,36213,0,1,1,0,1,1466.46,97.3513,-61.3621,2.35619,300,0,0,15952,0,0,0,0,0),(28487,36213,0,1,1,0,1,1756.48,348.171,-62.1424,5.044,300,0,0,15952,0,0,0,0,0),(28488,36213,0,1,1,0,1,1579.34,291.169,-43.0189,3.52556,300,0,0,15952,0,0,0,0,0),(28489,36213,0,1,1,0,1,1591.16,203.881,55.3257,0.10472,300,0,0,15952,0,0,0,0,0),(28490,36213,0,1,1,0,1,1572.02,287.895,-43.0191,0.453786,300,0,0,15952,0,0,0,0,0),(28491,5651,0,1,1,6228,1,1566.8,275.302,-43.0192,5.37561,300,0,0,328,0,0,0,0,0),(28492,5667,0,1,1,3944,1,1836.94,1633.43,97.0169,5.86431,300,0,0,198,0,0,0,0,0),(28493,6784,0,1,1,5509,1,2126.65,1305.98,53.9885,2.83146,300,0,0,102,0,0,0,0,0),(28494,6411,0,1,1,5235,1,1627.44,277.051,-43.0192,4.34587,300,0,0,2218,0,0,0,0,0),(28495,13158,0,1,1,13090,0,2514.5,-908.417,56.2159,2.86234,300,0,0,230,249,0,0,0,0),(28496,6467,0,1,1,5206,1,1435.6,71.9724,-62.1954,1.01229,300,0,0,1003,0,0,0,0,0),(28497,11835,0,1,1,11756,1,1417.66,428.868,-84.8821,3.21141,300,0,0,2769,0,0,0,0,0),(28498,1741,0,1,1,1587,1,1876.15,1582.36,91.7599,4.2409,300,2,0,7048,0,1,0,0,0),(28705,1739,0,1,1,1589,1,1847.25,1572.01,95.0795,4.79961,300,0,0,11828,0,2,0,0,0),(28706,1737,0,1,1,1588,1,1827.71,1609.54,95.8829,1.60734,300,0,0,11828,0,2,0,0,0),(28707,7980,0,1,1,7117,1,2147.6,1283.62,53.8881,0.139626,300,0,0,21270,0,0,0,0,0),(28708,1740,0,1,1,3523,1,1861.17,1605.02,94.9238,3.5194,300,5,0,274,0,1,0,0,0),(28709,7980,0,1,1,14369,1,2162.66,1309.14,54.2936,4.18879,300,0,0,21270,0,0,0,0,0),(28710,7980,0,1,1,7118,1,2155.33,1270.88,52.5395,5.49779,300,0,0,21270,0,0,0,0,0),(28711,1736,0,1,1,1590,1,1882.95,1590.8,89.8312,5.86672,300,0,0,11828,0,0,0,0,0),(28712,7980,0,1,1,7118,1,2166.48,1275.31,53.3102,4.79965,300,0,0,21270,0,0,0,0,0),(28713,7980,0,1,1,14369,1,2156.34,1312.44,53.9032,4.69494,300,0,0,21270,0,0,0,0,0),(29774,2209,0,1,1,2856,1,2288.87,243.432,27.1719,5.044,300,0,0,1302,0,0,0,0,0),(29775,1735,0,1,1,2852,1,2240.14,609.873,33.4997,4.39823,300,0,0,1124,0,0,0,0,0),(29776,16096,0,1,1,7102,1,2070.67,289.674,97.1149,1.58825,900,0,0,31905,0,0,0,0,0),(29777,1745,0,1,1,2859,1,2259.59,312.751,34.8431,5.28835,300,0,0,1124,0,0,0,0,0),(29778,7980,0,1,1,7117,1,2074.89,282.039,59.3904,6.07375,300,0,0,21270,0,0,0,0,0),(29779,1738,0,1,1,2862,1,2133.82,165.34,38.0079,3.69342,300,0,0,1042,0,2,0,0,0),(29780,1743,0,1,1,2857,1,2288.33,387.875,34.363,2.11185,300,0,0,1124,0,0,0,0,0),(29781,7980,0,1,1,7117,1,2057.72,285.63,59.4004,2.98451,300,0,0,21270,0,0,0,0,0),(29782,16096,0,1,1,7102,1,2061.22,238.249,99.8488,5.02655,900,0,0,31905,0,0,0,0,0),(29783,2210,0,1,1,2861,1,2295.68,246.425,27.5413,3.7001,300,0,0,1302,0,0,0,0,0),(29784,1765,0,1,1,11421,0,1458.97,539.176,48.0651,2.57332,300,5,0,198,0,1,0,0,0),(29785,1765,0,1,1,11421,0,1516.98,687.972,50.7996,0.499035,300,5,0,198,0,1,0,0,0),(29786,1765,0,1,1,11421,0,1529.37,559.778,50.3755,0.558799,300,5,0,198,0,1,0,0,0),(29787,1547,0,1,1,9021,0,2624.53,1287.23,49.479,3.04077,300,5,0,102,0,1,0,0,0),(29788,1553,0,1,1,4734,0,2107.86,1148.63,34.0916,5.39812,300,5,0,120,0,1,0,0,0),(29789,1547,0,1,1,9021,0,2546.37,1195.78,67.5728,0.415125,300,5,0,102,0,1,0,0,0),(29790,1547,0,1,1,9021,0,2342.73,1165.76,35.577,3.71985,300,5,0,102,0,1,0,0,0),(29791,1547,0,1,1,9021,0,2250.88,1194.67,34.3002,1.66191,300,10,0,102,0,1,0,0,0),(29792,1553,0,1,1,4734,0,2622.98,1145.87,83.5926,3.41641,300,10,0,120,0,1,0,0,0),(29793,10781,0,1,1,10130,1,1601.69,203.622,-55.2596,2.33874,300,0,0,1753,0,0,0,0,0),(29794,1519,0,1,1,1648,1,2205.75,1184.52,32.328,1.16937,300,0,0,1210,0,0,0,0,0),(29795,1521,0,1,1,3515,0,2249.06,236.785,41.2981,0,300,0,0,156,0,0,0,0,0),(29796,1496,0,1,1,2855,1,2287.66,403.372,34.0048,3.10669,300,0,0,1124,0,0,0,0,0),(29797,1515,0,1,1,1649,1,2278.08,295.587,35.3301,1.93731,300,0,0,300,0,0,0,0,0),(29798,1652,0,1,1,1666,1,2270.7,279.998,35.3226,2.70526,300,0,0,1302,0,0,0,0,0),(29799,1497,0,1,1,3518,1,2574.63,-48.2606,33.7965,2.39245,300,0,0,3189,0,0,0,0,0),(29800,1560,0,1,1,3517,0,2252.83,250.671,34.3437,5.67232,300,0,0,328,0,0,0,0,0),(29801,1500,0,1,1,3516,1,2262.26,244.257,33.717,3.42085,300,0,0,328,0,0,0,0,0),(29803,1568,0,1,1,1582,1,1671.89,1678.29,120.802,0.0349066,300,0,0,102,0,0,0,0,0),(29804,1569,0,1,1,1584,1,1843.32,1639.9,97.8113,4.60767,300,0,0,102,0,0,0,0,0),(29805,1570,0,1,1,1583,1,1848.82,1580.47,94.7451,1.79769,300,0,0,102,0,0,0,0,0),(29806,1661,0,1,1,1593,1,1847.73,1638.65,97.0169,4.15388,300,0,0,71,0,0,0,0,0),(29807,1508,0,1,1,447,0,1808.2,1541.72,97.2886,3.88889,120,10,0,42,0,1,0,0,0),(29808,1508,0,1,1,447,0,1770.32,1517.16,111.011,4.28476,120,10,0,42,0,1,0,0,0),(29809,1506,0,1,1,2403,1,1875.67,1303.86,90.4382,1.06303,300,0,0,71,0,2,0,0,0),(29810,1507,0,1,1,2467,1,1719.75,1294.1,127.224,3.61536,300,5,0,67,174,1,0,0,0),(29811,1506,0,1,1,2407,1,1862.37,1327.33,76.739,3.44423,300,10,0,71,0,1,0,0,0),(29812,1506,0,1,1,2403,1,1804.3,1333.56,88.0722,4.86114,300,10,0,71,0,1,0,0,0),(29879,1506,0,1,1,2407,1,1678.79,1330.88,130.01,3.76314,300,5,0,71,0,1,0,0,0),(29881,1506,0,1,1,2403,1,1790.39,1345.21,89.3329,0.891939,300,0,0,71,0,0,0,0,0),(29883,1502,0,1,1,829,0,1853.81,1487.77,91.1091,1.3634,120,5,0,42,0,1,0,0,0),(29884,1501,0,1,1,10973,0,1946.66,1470.27,76.7557,3.95143,120,10,0,42,0,1,0,0,0),(29894,1505,0,1,1,30,0,2011.61,1950.18,102.784,4.99225,300,3,0,71,0,1,0,0,0),(29895,1505,0,1,1,30,0,2031.67,1982.41,99.4994,5.47444,300,5,0,71,0,1,0,0,0),(29896,1505,0,1,1,30,0,2062.19,1975.57,100.636,2.90281,300,5,0,71,0,1,0,0,0),(29897,1535,0,1,1,2471,1,2298.38,1595.04,39.7552,5.18259,300,10,0,120,0,1,0,0,0),(29898,1535,0,1,1,2482,1,2434.53,1638.51,35.0626,0.004955,300,3,0,120,0,1,0,0,0),(29899,1535,0,1,1,2471,1,2357.33,1660.23,34.544,2.34507,300,10,0,120,0,1,0,0,0),(29900,1535,0,1,1,2471,1,2473.13,1514.15,33.913,3.70284,300,5,0,120,0,1,0,0,0),(29901,1520,0,1,1,200,1,2504.66,831.001,120.961,1.46048,300,5,0,120,0,1,0,0,0),(29902,1536,0,1,1,2479,1,1874.17,1079.71,25.4531,4.06983,300,10,0,137,0,1,0,0,0),(29903,1536,0,1,1,2479,1,1850.2,882.255,28.0977,3.93582,300,5,0,137,0,1,0,0,0),(29904,1536,0,1,1,2479,1,1826.04,825.973,26.0906,1.11701,300,0,0,137,0,0,0,0,0),(29905,1536,0,1,1,2468,1,1879.72,1024.23,28.5879,1.34822,300,5,0,137,0,1,0,0,0),(29906,1548,0,1,1,9020,0,1774.21,986.453,47.6117,2.98078,300,10,0,137,0,1,0,0,0),(29907,1548,0,1,1,9020,0,1805.37,1136.43,46.6953,1.26052,300,5,0,137,0,1,0,0,0),(29908,1548,0,1,1,9020,0,1929.47,877.028,36.2013,0.751548,300,5,0,137,0,1,0,0,0),(29909,1554,0,1,1,8808,0,2035.3,813.816,34.8428,0.580144,300,0,0,156,0,0,0,0,0),(29910,1554,0,1,1,8808,0,1952.77,1025.85,36.3107,2.97676,300,5,0,156,0,1,0,0,0),(29911,1548,0,1,1,9020,0,2077.61,1199.84,44.5364,2.66353,300,10,0,137,0,1,0,0,0),(29912,1548,0,1,1,9020,0,1981.47,1181.1,45.4234,3.25613,300,5,0,137,0,1,0,0,0),(29913,1554,0,1,1,8808,0,1817.25,1084.9,39.5664,1.30572,300,10,0,156,0,1,0,0,0),(29914,1548,0,1,1,9020,0,1957.55,1100.77,33.0673,4.12086,300,10,0,137,0,1,0,0,0),(29915,1548,0,1,1,9020,0,2327.3,915.242,59.903,0.672606,300,10,0,137,0,1,0,0,0),(29916,1553,0,1,1,4734,0,2348.89,1018.03,51.2574,1.15346,300,5,0,120,0,1,0,0,0),(29917,1547,0,1,1,9021,0,2411.07,774.032,42.7019,6.09154,300,5,0,102,0,1,0,0,0),(29918,1553,0,1,1,4734,0,2375.14,774.735,38.5911,2.87484,300,5,0,120,0,1,0,0,0),(29919,1525,0,1,1,1200,0,2440.72,486.974,44.588,4.4855,300,10,0,102,0,1,0,0,0),(29920,1543,0,1,1,441,1,2506.99,1482.76,0.690869,1.45366,300,5,0,137,0,1,0,0,0),(29921,1543,0,1,1,441,1,2523.79,1672.26,3.77214,4.98783,300,0,0,137,0,0,0,0,0),(29922,1543,0,1,1,441,1,2490.99,1455.66,5.48871,1.22403,300,5,0,137,0,1,0,0,0),(29923,1544,0,1,1,1005,1,2608.13,1463.97,3.01951,5.21853,300,0,0,148,165,0,0,0,0),(29924,1543,0,1,1,441,1,2493.95,1645.91,14.9423,0.279253,300,0,0,137,0,0,0,0,0),(29925,1543,0,1,1,441,1,2541.35,1400.19,5.73272,4.41568,300,0,0,137,0,0,0,0,0),(29926,1543,0,1,1,441,1,2483.33,1693.55,24.4366,4.4855,300,0,0,137,0,0,0,0,0),(29927,1543,0,1,1,441,1,3008.54,181.054,0.674664,3.4383,300,0,0,137,0,0,0,0,0),(29928,1544,0,1,1,1005,1,2999.37,168.352,0.830552,2.47837,300,0,0,148,165,0,0,0,0),(29929,1553,0,1,1,4734,0,2233.52,56.4329,34.7082,0.528356,300,10,0,120,0,1,0,0,0),(29930,1553,0,1,1,4734,0,2133.75,3.84652,42.3952,0.186668,300,5,0,120,0,1,0,0,0),(30031,1553,0,1,1,4734,0,2579.18,210.064,40.1261,6.05075,300,5,0,120,0,1,0,0,0),(30032,1547,0,1,1,9021,0,2383.73,122.852,29.5404,0.281948,300,5,0,102,0,1,0,0,0),(30033,1553,0,1,1,4734,0,2525.86,209.735,40.5732,5.53644,300,10,0,120,0,1,0,0,0),(30034,1553,0,1,1,4734,0,2675.13,77.0714,35.3429,4.55944,300,5,0,120,0,1,0,0,0),(30035,1539,0,1,1,2480,1,3021.42,-541.854,119.423,2.86234,300,0,0,186,191,0,0,0,0),(30036,1540,0,1,1,2470,1,2849.83,-475.367,99.6665,1.67552,300,0,0,198,0,0,0,0,0),(30037,1540,0,1,1,2470,1,3101.32,-548.31,126.898,0.925025,300,0,0,198,0,0,0,0,0),(30038,1539,0,1,1,2480,1,3094.44,-568.945,126.898,1.09956,300,0,0,186,191,0,0,0,0),(30039,4281,0,1,1,2516,1,2907.7,-712.391,153.768,3.56004,300,5,0,950,0,1,0,0,0),(30040,4282,0,1,1,2512,1,2950.94,-750.413,155.123,4.22931,300,5,0,739,2068,1,0,0,0),(30041,4282,0,1,1,2513,1,2947.81,-680.172,152.392,4.18235,300,0,0,739,2068,0,0,0,0),(30042,4282,0,1,1,2512,1,2923.59,-651.342,143.589,1.88414,300,5,0,739,2068,1,0,0,0),(30043,1554,0,1,1,8808,0,2429,-186.018,32.3604,2.7347,300,5,0,156,0,1,0,0,0),(30044,1548,0,1,1,9020,0,2703.52,-335.2,91.9474,6.12738,300,5,0,137,0,1,0,0,0),(30045,1548,0,1,1,9020,0,1984.15,-258.23,34.397,3.09276,300,5,0,137,0,1,0,0,0),(30046,1554,0,1,1,8808,0,1959.39,-585.361,55.1541,3.4761,300,10,0,156,0,1,0,0,0),(30047,1548,0,1,1,9020,0,1612.67,-454.806,49.4669,3.91017,300,5,0,137,0,1,0,0,0),(30048,1554,0,1,1,8808,0,1625.84,-517.552,49.3711,5.72117,300,5,0,156,0,1,0,0,0),(30049,1548,0,1,1,9020,0,1888.41,-643.062,47.7455,3.99264,300,10,0,137,0,1,0,0,0),(30050,1554,0,1,1,8808,0,1600.61,-669.31,55.2824,5.33911,300,5,0,156,0,1,0,0,0),(30051,1554,0,1,1,8808,0,2505.49,-344.446,79.1171,5.63964,300,5,0,156,0,1,0,0,0),(30052,1548,0,1,1,9020,0,2202.54,-392.724,74.1951,3.9999,300,10,0,137,0,1,0,0,0),(30053,1555,0,1,1,368,0,2254.7,-851.399,74.9942,6.12831,300,10,0,176,0,1,0,0,0),(30054,1549,0,1,1,3916,0,2580.58,-954.517,75.2265,3.14355,300,5,0,176,0,1,0,0,0),(30055,1549,0,1,1,3916,0,2659.85,-888.487,68.3556,6.2539,300,10,0,176,0,1,0,0,0),(30056,1555,0,1,1,368,0,2258.81,-747.746,66.9329,0.070362,300,10,0,176,0,1,0,0,0),(30057,1554,0,1,1,8808,0,2380.01,-743.394,71.7807,2.96681,300,5,0,156,0,1,0,0,0),(30058,1555,0,1,1,368,0,2215.33,-921.249,75.9841,2.74875,300,5,0,176,0,1,0,0,0),(30059,1537,0,1,1,2483,1,2139.68,-577.814,80.5028,1.18866,300,5,0,156,0,1,0,0,0),(30060,1538,0,1,1,2477,1,2237.77,-653.93,78.261,2.04207,300,0,0,166,178,0,0,0,0),(30061,1537,0,1,1,2483,1,2117.76,-594.826,78.691,2.74017,300,0,0,156,0,0,0,0,0),(30062,1529,0,1,1,1198,0,2046.02,-483.616,40.8892,1.74654,300,3,0,176,0,1,0,0,0),(30063,1532,0,1,1,3228,0,2015.62,-425.206,35.3274,4.70848,300,10,0,198,0,1,0,0,0),(30064,1513,0,1,1,9535,0,2135.03,1371.75,67.4462,4.45096,300,10,0,71,0,1,0,0,0),(30065,1513,0,1,1,9535,0,1970.83,1358.35,67.2825,1.81564,300,10,0,71,0,1,0,0,0),(30070,1513,0,1,1,9535,0,2090.58,1329.68,60.4422,0.530042,300,10,0,71,0,1,0,0,0),(30071,1513,0,1,1,9535,0,2036.83,1351.34,63.8865,3.64032,300,5,0,71,0,1,0,0,0),(30072,1513,0,1,1,9535,0,1898.02,1365.08,69.6885,0.751152,300,10,0,71,0,1,0,0,0),(30405,4559,0,1,1,2653,1,1623.77,272.448,-43.0192,4.55531,300,0,0,1003,0,0,0,0,0),(31760,7395,0,1,1,2177,0,1594.66,226.601,-62.1087,0.946598,120,1,0,42,0,1,0,0,0),(31804,8403,0,1,1,7632,1,1595.27,224.662,-62.0162,1.62316,300,0,0,1003,0,0,0,0,0),(31855,10879,0,1,1,10187,1,1570.35,214.672,-59.2606,3.91497,300,0,0,71,0,2,0,0,0),(31856,5190,0,1,1,3130,1,1591.05,208.098,-55.2596,4.76475,300,0,0,713,0,0,0,0,0),(31857,4556,0,1,1,2629,1,1610.45,283.261,-43.0189,4.92183,300,0,0,1003,0,0,0,0,0),(31858,2458,0,1,1,2645,1,1599.96,240.65,-52.0596,0.087266,300,0,0,5544,0,0,0,0,0),(31859,4555,0,1,1,2660,1,1564.76,209.601,-43.019,0.767945,300,0,0,1003,0,0,0,0,0),(31860,4580,0,1,1,2668,1,1688.55,190.278,-62.0902,0.453786,300,0,0,1003,0,0,0,0,0),(31861,4574,0,1,1,2667,1,1681.1,95.7271,-62.0858,0.610865,300,0,0,1003,0,0,0,0,0),(31862,5754,0,1,1,4150,1,1705.5,205.857,-62.0755,4.32842,300,0,0,198,0,0,0,0,0),(31863,4565,0,1,1,2646,1,1776.4,20.2543,-47.305,1.93731,300,0,0,1753,0,0,0,0,0),(31864,5700,0,1,1,4057,1,1661.57,172.84,-62.054,2.77507,300,0,0,484,0,0,0,0,0),(31865,4608,0,1,1,2618,1,1756.95,416.858,-57.1312,3.40339,300,0,0,2769,0,0,0,0,0),(31866,4606,0,1,1,10723,0,1768.37,400.57,-57.1312,4.39823,300,0,0,4120,0,0,0,0,0),(31867,4572,0,1,1,2650,1,1754.99,58.0787,-59.2538,2.44346,300,0,0,1003,0,0,0,0,0),(31868,4578,0,1,1,2664,1,1736.6,41.8543,-59.2337,2.05949,300,0,0,2218,0,0,0,0,0),(31869,4566,0,1,1,10733,1,1788.19,57.5156,-61.4064,3.92699,300,0,0,4120,0,0,0,0,0),(31870,5734,0,1,1,4111,1,1402.29,364.749,-84.868,4.03171,300,0,0,484,0,0,0,0,0),(31871,4614,0,1,1,2669,1,1560.8,355.098,-62.0798,3.97935,300,0,0,1342,0,0,0,0,0),(31872,5732,0,1,1,4109,1,1535.91,275.839,-62.1765,0.022364,300,0,0,484,0,2,0,0,0),(31873,5735,0,1,1,3979,0,1401.93,361.817,-84.868,0.122173,300,0,0,102,0,0,0,0,0),(31874,4617,0,1,1,2651,1,1487.59,274.728,-62.0687,1.55334,300,0,0,1003,0,0,0,0,0),(31875,5738,0,1,1,4118,0,1403.85,376.678,-84.868,5.79449,300,0,0,102,0,0,0,0,0),(31876,11044,0,1,1,10576,1,1403.69,426.071,-80.276,5.28835,300,0,0,713,0,0,0,0,0),(31877,5736,0,1,1,3976,0,1404.78,378.398,-84.868,5.28835,300,0,0,102,0,0,0,0,0),(31878,11067,0,1,1,10590,1,1491.66,273.176,-62.0752,5.75959,300,0,0,617,0,0,0,0,0),(31879,4616,0,1,1,12955,0,1482.38,273.868,-62.0769,3.19395,300,0,0,1342,0,0,0,0,0),(31880,4592,0,1,1,2642,1,1560.27,129.819,-62.0742,2.80998,300,0,0,1003,0,0,0,0,0),(31881,4589,0,1,1,2635,1,1503.84,201.001,-62.0558,3.61283,300,0,0,1003,0,0,0,0,0),(31882,2799,0,1,1,2610,1,1396.69,136.603,-62.2791,5.86431,300,0,0,1342,0,0,0,0,0),(31883,4585,0,1,1,2625,1,1550.34,151.732,-62.0923,4.32842,300,0,0,1003,0,0,0,0,0),(31884,4588,0,1,1,2613,1,1510.37,199.943,-62.0539,3.89208,300,0,0,1342,0,0,0,0,0),(31885,4583,0,1,1,2639,1,1419.8,55.7021,-62.1954,2.18166,300,0,0,2215,1807,0,0,0,0),(31886,4590,0,1,1,2633,1,1486.12,208.881,-62.0689,4.97419,300,0,0,1003,0,0,0,0,0),(31887,223,0,1,1,10619,1,1504.04,192.7,-62.0571,2.94961,300,0,0,617,0,0,0,0,0),(31888,5820,0,1,1,4379,1,1505.25,198.394,-62.0594,3.50811,300,0,0,1003,0,0,0,0,0),(31889,4584,0,1,1,2631,1,1407.3,58.854,-62.1954,0.453786,300,0,0,4120,0,0,0,0,0),(31890,5664,0,1,1,3880,1,1693.74,422.657,-62.2149,1.85005,300,0,0,484,0,0,0,0,0),(31891,4598,0,1,1,2617,1,1638.21,335.638,-62.0999,0.628319,300,0,0,1342,0,0,0,0,0),(31892,5656,0,1,1,3862,1,1727,382.076,-61.5645,6.02139,300,0,0,484,0,0,0,0,0),(31893,5660,0,1,1,3863,1,1730.09,370.859,-60.4981,0.925025,300,0,0,484,0,0,0,0,0),(31894,5654,0,1,1,3854,1,1734.12,374.919,-61.6634,1.13446,300,0,0,968,0,0,0,0,0),(31895,5661,0,1,1,3876,1,1739.17,385.329,-62.208,3.9619,300,0,0,484,0,0,0,0,0),(31896,4604,0,1,1,2656,1,1629.87,348.382,-62.0687,6.05629,300,0,0,1003,0,0,0,0,0),(31897,4593,0,1,1,2620,1,1780.46,422.932,-57.1143,3.94444,300,0,0,4120,0,0,0,0,0),(31898,4597,0,1,1,2649,1,1685.39,284.042,-62.0594,0.366519,300,0,0,1003,0,0,0,0,0),(31899,5652,0,1,1,3019,0,1693.44,424.105,-62.2149,4.95674,300,0,0,2097,0,0,0,0,0),(31900,2055,0,1,1,1680,1,1434.48,404.854,-85.1753,2.26893,300,0,0,2215,1807,0,0,0,0),(31901,36273,0,1,1,0,1,1287.7,333.589,-59.9998,4.86748,120,0,0,1,0,0,0,0,0),(31902,7683,0,1,1,6837,1,1527.93,310.864,-62.0622,2.56563,300,0,0,1342,0,0,0,0,0),(31903,14729,0,1,1,14756,0,1690.83,185.738,-62.0883,5.58505,300,0,0,1220,0,0,0,0,0),(31904,8390,0,1,1,7597,1,1420.98,405.895,-85.163,6.07375,300,0,0,774,2175,0,0,0,0),(31905,8393,0,1,1,7599,0,1424.72,402.709,-85.1689,2.30383,300,0,0,2218,0,0,0,0,0),(31906,12342,0,1,1,10672,0,2256.13,329.335,35.2725,5.5676,120,0,0,42,0,0,0,0,0),(31907,12341,0,1,1,10671,0,2245.02,326.546,35.2725,5.55015,120,0,0,42,0,0,0,0,0),(31909,12343,0,1,1,10670,0,2250.26,322.025,35.2725,5.63741,120,0,0,55,0,0,0,0,0),(31910,11156,0,1,1,10720,0,2250.74,333.748,35.2725,5.58505,120,0,0,42,0,0,0,0,0),(31911,14558,0,1,1,10721,0,2248.66,331.206,35.2725,5.58505,120,0,0,55,0,0,0,0,0),(31915,2307,0,1,1,3522,1,1694.6,1555.3,123.439,3.62917,300,0,0,102,0,0,0,0,0),(31916,2315,0,1,1,1594,0,1860.44,1588.64,92.439,6.15239,300,0,0,102,0,2,0,0,0),(31918,2311,0,1,1,3529,0,2255.06,307.46,34.8617,4.01849,300,3,0,102,0,1,0,0,0),(31919,2314,0,1,1,3521,0,2281.65,342.214,34.2132,4.31047,300,0,0,102,0,2,0,0,0),(31920,2309,0,1,1,3533,1,2259.99,325.122,35.2341,5.2709,300,0,0,102,0,0,0,0,0),(31921,2310,0,1,1,3528,1,2316.01,287.033,37.3107,1.46239,300,5,0,102,0,1,0,0,0),(31922,2408,0,1,1,1244,0,1349.77,-40.2324,30.0306,0.645454,300,5,0,1050,0,1,0,0,0),(31923,11945,0,1,1,11904,0,2286.34,247.798,41.1148,3.00922,300,0,0,102,0,0,0,0,0),(31924,11615,0,1,1,12469,1,1658.37,-730.493,59.2481,5.74213,300,0,0,2379,5013,0,0,0,0),(31925,11608,0,1,1,11456,1,1677.06,-733.695,59.1794,2.30383,300,0,0,2215,1807,0,0,0,0),(31926,1522,0,1,1,11398,1,2824.46,1117.89,85.417,4.50567,300,5,0,126,289,1,0,0,0),(31927,1523,0,1,1,535,1,2885.03,815.624,115.433,2.28923,300,10,0,148,165,1,0,0,0),(31928,1522,0,1,1,11398,1,2957.32,876.261,108.849,4.98913,300,10,0,126,289,1,0,0,0),(31929,1530,0,1,1,10255,0,2991.03,714.877,93.9233,4.25843,300,5,0,198,0,1,0,0,0),(31930,1534,0,1,1,10752,0,2954.36,652.892,104.727,3.08328,300,5,0,176,0,1,0,0,0),(31932,1530,0,1,1,4631,0,2893.39,560.467,105.805,3.1058,300,5,0,198,0,1,0,0,0),(31933,1530,0,1,1,10256,0,2922.04,619.839,96.9735,1.83474,300,5,0,198,0,1,0,0,0),(32020,1530,0,1,1,1196,0,2847.81,679.248,137.388,4.81906,300,5,0,198,0,1,0,0,0),(32021,4486,0,1,1,4012,1,1561.39,260.797,-43.0193,5.25344,300,0,0,1163,0,0,0,0,0),(32022,4488,0,1,1,10197,1,1459.2,318.665,-50.7676,4.15388,300,0,0,1342,0,0,0,0,0),(32023,1526,0,1,1,1201,0,2054.74,556.232,41.381,0.861167,300,5,0,120,0,1,0,0,0),(32024,2308,0,1,1,1585,1,1664.75,162.794,-62.0528,0.331613,300,0,0,1753,0,0,0,0,0),(32025,1545,0,1,1,346,1,2483.06,1460.22,7.14018,0.89819,300,5,0,176,0,1,0,0,0),(32026,1545,0,1,1,346,1,2948.79,1312.65,-4.42557,2.69621,300,5,0,176,0,1,0,0,0),(32027,1544,0,1,1,1005,1,2584.39,1476.61,-10.2658,5.322,300,5,0,148,165,1,0,0,0),(32028,5725,0,1,1,10192,1,2310.22,398.027,33.8948,3.33325,300,0,0,656,0,2,0,0,0),(32029,5724,0,1,1,4107,1,2250.62,248.955,41.1981,6.02139,300,0,0,328,0,0,0,0,0),(32030,1504,0,1,1,513,0,2121.06,1779.07,93.371,5.43961,300,5,0,55,0,1,0,0,0),(32031,1504,0,1,1,513,0,2136.25,1651.92,78.8605,3.70541,300,10,0,55,0,1,0,0,0),(32032,1504,0,1,1,513,0,2107.5,1753.77,78.5072,4.27949,300,5,0,55,0,1,0,0,0),(32033,1504,0,1,1,513,0,2175.56,1773.06,106.256,5.15284,300,5,0,55,0,1,0,0,0),(32034,7825,0,1,1,7002,1,1667.69,172.243,-62.0689,4.69494,300,0,0,2769,0,0,0,0,0),(32035,23713,0,1,1,8848,1,1556.82,206.279,-60.7725,1.4197,300,0,0,2218,0,2,0,0,0),(32036,9566,0,1,1,8849,1,2064.01,288.57,97.1146,4.34587,300,0,0,2218,0,0,0,0,0),(32037,3150,0,1,1,11911,1,2054.57,241.679,99.8521,1.32645,300,0,0,2218,0,0,0,0,0),(32038,10136,0,1,1,9353,1,1408.45,417.941,-84.8823,5.88176,300,0,0,774,2175,0,0,0,0),(32039,10181,0,1,1,28213,1,1290.41,316.247,-57.2376,1.309,7200,0,0,5578000,85160,0,0,0,0),(32040,6566,0,1,1,10732,1,1389.83,122.755,-62.3697,6.24828,300,0,0,713,0,0,0,0,0),(32041,6522,0,1,1,5346,1,1389.34,347.315,-65.9567,0.715585,300,0,0,328,0,0,0,0,0),(32042,6785,0,1,1,5508,1,2265.17,238.836,34.3402,2.46091,300,0,0,137,0,0,0,0,0),(32044,6395,0,1,1,5576,1,1713.39,406.11,-62.2149,2.94961,300,0,0,4370,0,0,0,0,0),(32045,4075,0,1,1,1418,0,2385.77,379.859,35.9823,2.30579,120,5,0,8,0,1,0,0,0),(32046,4075,0,1,1,2176,0,2509.67,-988.976,79.4672,2.6529,120,10,0,8,0,1,0,0,0),(32047,721,0,1,1,328,0,2672.41,250.565,32.5797,3.71334,120,5,0,1,0,1,0,0,0),(32048,4075,0,1,1,1418,0,1689.63,1597.86,124.533,3.93528,120,5,0,8,0,1,0,0,0),(32049,2227,0,1,1,10731,0,1277.51,320.32,-59.9998,1.46608,300,0,0,713,0,0,0,0,0),(32050,5204,0,1,1,4056,1,1442.86,392.127,-84.8985,2.3911,300,0,0,950,0,0,0,0,0),(32051,2050,0,1,1,4011,1,1604.32,278.268,-55.2596,3.61283,300,0,0,300,0,0,0,0,0),(32052,1498,0,1,1,4055,1,1766.27,66.6262,-46.2381,5.39307,300,0,0,4120,0,0,0,0,0),(32053,2934,0,1,1,5751,1,1529.36,357.607,-61.4169,4.99164,300,0,0,1981,0,0,0,0,0),(32054,16287,0,1,1,16112,1,1298.25,319.007,-58.67,3.48013,300,0,0,3658,5751,0,0,0,0),(32055,17099,0,1,1,16851,1,1688.86,-727.09,58.3251,0.890118,300,0,0,2297,2289,0,0,0,0),(32056,6293,0,1,1,4987,1,1635.4,144.883,-62.0546,6.03884,300,0,0,433,490,0,0,0,0),(32057,11022,0,1,1,10456,1,1680.5,-719.773,58.0663,5.84685,900,0,0,12208,0,0,0,0,0),(32058,15682,0,1,1,15780,0,1648.17,224.173,-56.7948,4.2237,300,0,0,2769,0,0,0,0,0),(32059,8721,0,1,1,7994,0,1542.45,255.202,-56.7948,1.01229,300,0,0,2769,0,0,0,0,0),(32060,15676,0,1,1,15784,0,1609.71,187.175,-56.7907,0.05236,300,0,0,2769,0,0,0,0,0),(32061,15683,0,1,1,7995,0,1648.73,255.379,-56.7888,1.8675,300,0,0,2769,0,0,0,0,0),(32062,15684,0,1,1,15783,0,1610.68,292.85,-56.7948,6.05629,300,0,0,2769,0,0,0,0,0),(32063,15675,0,1,1,15782,0,1579.11,187.979,-56.7948,2.63545,300,0,0,2769,0,0,0,0,0),(32064,15686,0,1,1,15781,0,1580.66,293.062,-56.7877,3.35103,300,0,0,2769,0,0,0,0,0),(32065,8672,0,1,1,7995,0,1542.4,225.162,-56.7902,5.23599,300,0,0,2769,0,0,0,0,0),(32066,20406,0,1,1,19596,1,1298.99,316.802,-58.4492,6.0912,300,0,0,6722,0,0,0,0,0),(32069,19909,0,1,1,18290,0,1320.44,294.078,-63.6294,2.42601,300,0,0,6986,0,0,0,0,0),(207565,15105,530,1,1,0,0,-1689.12,5527.93,-40.3166,1.50098,120,0,0,1,0,0,0,0,0),(207566,15105,530,1,1,0,0,-1738.01,5147.58,-37.1216,4.04916,120,0,0,1,0,0,0,0,0),(203436,18815,530,1,1,0,0,-4076.55,-11906.5,-0.976349,6.02139,120,0,0,1,0,0,0,0,0),(203435,17530,530,1,1,0,0,-3927.86,-11922.4,1.37048,4.03171,120,0,0,1,0,0,0,0,0),(203420,36225,0,1,1,0,1,1586.99,247.521,-52.1514,1.81803,120,0,0,1,0,2,0,0,0),(1903,5639,1,1,1,3758,1,1844.49,-4400.1,4.67796,3.51219,300,0,0,1342,0,2,0,0,0),(32076,15768,0,1,1,15725,0,1587.89,279.28,-43.0193,4.85202,300,0,0,2614,0,0,0,0,0),(32077,1548,0,1,1,9020,0,2850.26,94.7335,19.9566,1.55029,300,5,0,137,0,1,0,0,0),(32078,1554,0,1,1,8808,0,2812.84,-16.4504,32.4144,3.02617,300,5,0,156,0,1,0,0,0),(32079,1548,0,1,1,9020,0,2842.19,-381.487,77.003,0.307178,300,5,0,137,0,1,0,0,0),(32080,1548,0,1,1,9020,0,2883.7,-277.524,46.8063,1.66075,300,10,0,137,0,1,0,0,0),(32081,1554,0,1,1,8808,0,2789.59,-114.53,33.0318,0.291176,300,10,0,156,0,1,0,0,0),(32082,1548,0,1,1,9020,0,2949.77,-223.311,30.2738,4.45179,300,10,0,137,0,1,0,0,0),(32083,1548,0,1,1,9020,0,2978,-115.186,18.1899,2.82787,300,5,0,137,0,1,0,0,0),(32084,1548,0,1,1,9020,0,2753.82,-330.549,77.8045,3.8267,300,10,0,137,0,1,0,0,0),(32085,1548,0,1,1,9020,0,2789.63,17.9031,30.6347,4.69872,300,5,0,137,0,1,0,0,0),(32086,1545,0,1,1,346,1,3016.6,-220.574,7.44219,3.95625,300,5,0,176,0,1,0,0,0),(32087,1545,0,1,1,346,1,3049.15,-314.106,5.27871,2.75023,300,5,0,176,0,1,0,0,0),(32088,1545,0,1,1,346,1,2990.24,18.4292,1.4472,0.323912,300,5,0,176,0,1,0,0,0),(33379,1545,0,1,1,346,1,2920.8,86.4658,4.24989,1.41864,300,10,0,176,0,1,0,0,0),(33384,1545,0,1,1,346,1,2940.1,43.7624,6.06985,0.892573,300,10,0,176,0,1,0,0,0),(33385,1545,0,1,1,346,1,2948.93,-18.7436,7.72405,4.14629,300,10,0,176,0,1,0,0,0),(33386,1545,0,1,1,346,1,2975.71,81.9219,2.92232,2.80628,300,5,0,176,0,1,0,0,0),(33695,1545,0,1,1,346,1,3012.86,52.7821,0,2.32029,300,5,0,176,0,1,0,0,0),(33696,1545,0,1,1,346,1,3065.7,-235.469,2.52976,0.453205,300,5,0,176,0,1,0,0,0),(33697,1545,0,1,1,346,1,3021.46,-346.883,6.98492,0.578412,300,5,0,176,0,1,0,0,0),(33698,1941,0,1,1,10853,1,2449.13,480.421,44.652,4.22613,300,10,0,120,0,1,0,0,0),(33699,1537,0,1,1,2472,1,2530.44,-890.327,55.7939,0.349307,300,0,0,156,0,0,0,0,0),(33700,1537,0,1,1,2483,1,2587.16,-897.513,61.5298,1.81514,300,0,0,156,0,0,0,0,0),(33701,1537,0,1,1,2483,1,2577.09,-855.484,60.1559,0.127261,300,5,0,156,0,1,0,0,0),(33702,1537,0,1,1,2483,1,2528.36,-843.548,59.2939,0.919282,300,5,0,156,0,1,0,0,0),(33703,1537,0,1,1,2483,1,2514.22,-936.122,66.0034,4.13643,300,0,0,156,0,0,0,0,0),(33704,1537,0,1,1,2472,1,2581.11,-913.99,69.4303,5.74213,300,0,0,156,0,0,0,0,0),(33705,1538,0,1,1,2466,1,2484.22,-879.037,60.3536,0.033223,300,5,0,166,178,1,0,0,0),(33706,1538,0,1,1,2466,1,2550.38,-905.022,56.928,0.959931,300,3,0,166,178,1,0,0,0),(33707,5690,0,1,1,4007,1,2301.52,-1.88889,23.258,5.60251,300,0,0,356,0,0,0,0,0),(33708,2132,0,1,1,1601,1,2265.17,347.628,36.104,4.59022,300,0,0,713,0,0,0,0,0),(33709,6289,0,1,1,4993,1,2029.08,69.7176,34.4594,0.820305,300,0,0,273,0,0,0,0,0),(33710,3548,0,1,1,1639,1,2330.42,242.518,28.4739,5.16617,300,0,0,247,0,0,0,0,0),(33711,4773,0,1,1,3945,1,2253.9,318.385,35.2725,5.51524,300,0,0,1003,0,0,0,0,0),(33720,2131,0,1,1,1599,1,2254.76,238.445,33.717,0.506145,300,0,0,356,0,0,0,0,0),(33740,5695,0,1,1,4039,1,2284.17,242.129,41.1978,2.44346,300,0,0,1107,0,0,0,0,0),(33741,5759,0,1,1,4179,1,2246.09,239.849,34.3437,0.715585,300,0,0,198,0,0,0,0,0),(33752,2127,0,1,1,1604,1,2259.05,250.317,41.1981,3.87463,300,0,0,328,0,0,0,0,0),(33818,3523,0,1,1,1606,1,2164.95,656.903,34.6258,3.10669,300,0,0,664,0,0,0,0,0),(33819,6033,0,1,1,7449,0,1311.75,379.124,16.8386,3.29867,300,0,0,328,0,0,0,0,0),(33823,36213,0,1,1,0,1,1485.13,83.6795,-62.2117,5.79449,300,0,0,15952,0,0,0,0,0),(33824,13839,0,1,1,13856,1,1306.3,276.605,-63.5773,1.8675,900,0,0,4400,0,0,0,0,0),(33831,36213,0,1,1,0,1,1722.7,96.7601,-61.1554,0.750492,300,0,0,15952,0,0,0,0,0),(33944,13839,0,1,1,13856,1,1324.69,408.225,-61.0472,0.942478,900,0,0,4400,0,0,0,0,0),(33999,13839,0,1,1,13855,1,1447.42,401.276,-57.8705,5.25344,900,0,0,4400,0,0,0,0,0),(34102,36213,0,1,1,0,1,1591.86,276.605,55.3256,0.017453,300,0,0,15952,0,0,0,0,0),(34103,36213,0,1,1,0,1,1774.37,216.364,-62.1759,1.32631,300,0,0,15952,0,2,0,0,0),(34104,36213,0,1,1,0,1,1527.94,73.1943,-62.2001,2.85779,300,0,0,15952,0,2,0,0,0),(34105,36213,0,1,1,0,1,1600.24,276.667,55.3257,3.12414,300,0,0,15952,0,0,0,0,0),(34106,36213,0,1,1,0,1,1703.69,80.5655,-62.2086,3.57792,300,0,0,15952,0,0,0,0,0),(34107,7980,0,1,1,7117,1,2073.73,276.662,59.4107,0,300,0,0,21270,0,0,0,0,0),(34108,7980,0,1,1,14369,1,2056.52,280.259,59.4098,2.94961,300,0,0,21270,0,0,0,0,0),(34109,16096,0,1,1,11375,1,2053.39,239.438,99.8519,4.79965,900,0,0,31905,0,0,0,0,0),(34110,16096,0,1,1,10747,1,2064.36,290.916,97.1146,1.55334,900,0,0,31905,0,0,0,0,0),(34111,1742,0,1,1,2853,1,2289.3,391.421,34.2001,3.60377,300,0,0,1124,0,2,0,0,0),(34112,1746,0,1,1,2854,1,2272.98,290.231,35.3461,3.24631,300,0,0,1042,0,0,0,0,0),(34113,1744,0,1,1,2860,1,2239.48,257.287,34.1308,2.58309,300,0,0,1302,0,2,0,0,0),(34114,1765,0,1,1,11421,0,1513.36,728.35,47.0631,1.5913,300,5,0,198,0,1,0,0,0),(34115,1547,0,1,1,9021,0,2483.16,1191.77,60.9595,3.7388,300,5,0,102,0,1,0,0,0),(34116,1553,0,1,1,4734,0,2050.3,733.522,37.5362,5.4736,300,10,0,120,0,1,0,0,0),(34117,1553,0,1,1,4734,0,2041,809.833,35.5015,4.16461,300,5,0,120,0,1,0,0,0),(34125,1553,0,1,1,4734,0,2408.59,1174.75,46.551,1.7669,300,5,0,120,0,1,0,0,0),(34140,1547,0,1,1,9021,0,2521.57,1283.98,42.9961,5.23513,300,5,0,102,0,1,0,0,0),(34777,1553,0,1,1,4734,0,2122.77,1160.49,36.3169,4.84559,300,10,0,120,0,1,0,0,0),(34778,1495,0,1,1,2858,1,2022.33,74.046,36.5297,0,300,0,0,1124,0,0,0,0,0),(34779,1499,0,1,1,3514,1,2305.91,265.164,38.7532,0.837758,300,0,0,300,0,0,0,0,0),(35231,1518,0,1,1,1565,1,2259.04,347.048,36.1025,4.86947,300,0,0,484,0,0,0,0,0),(35241,1512,0,1,1,4732,0,1744.75,1569.49,115.228,4.6735,120,10,0,42,0,1,0,0,0),(35242,1512,0,1,1,4732,0,1707.87,1483.11,146.563,1.67292,120,10,0,42,0,1,0,0,0),(35244,1512,0,1,1,4732,0,1751.15,1421.9,113.95,0.140387,120,10,0,42,0,1,0,0,0),(35247,1506,0,1,1,2407,1,1835.88,1340.23,81.4634,4.07856,300,5,0,71,0,1,0,0,0),(37702,1506,0,1,1,2403,1,1775.13,1303.42,104.451,4.84573,300,5,0,71,0,1,0,0,0),(37868,1502,0,1,1,829,0,1976.31,1515.04,86.8198,6.13592,120,5,0,42,0,1,0,0,0),(37869,1501,0,1,1,10973,0,1969,1611.12,88.1992,4.22559,120,2,0,42,0,1,0,0,0),(37870,1502,0,1,1,829,0,1965.1,1598.7,88.1981,3.6461,120,2,0,42,0,1,0,0,0),(37871,1501,0,1,1,10973,0,1945.65,1455.6,73.3928,0.320091,120,10,0,42,0,1,0,0,0),(37872,1505,0,1,1,30,0,2081.13,1968.83,101.196,5.56363,300,3,0,71,0,1,0,0,0),(37873,1505,0,1,1,30,0,2038.75,1927.25,107.053,1.66668,300,5,0,71,0,1,0,0,0),(37874,1505,0,1,1,30,0,2022.56,1972.36,99.8971,4.71197,300,5,0,71,0,1,0,0,0),(37875,1688,0,1,1,368,0,2084.57,1950.06,98.4014,2.56563,300,0,0,102,0,0,0,0,0),(37876,1505,0,1,1,30,0,2056.81,1972.36,100.747,5.48545,300,3,0,71,0,1,0,0,0),(37877,1535,0,1,1,2471,1,2403.3,1648.76,32.0077,1.99185,300,10,0,120,0,1,0,0,0),(37878,1535,0,1,1,2482,1,2332.26,1680.09,43.4751,0.662421,300,5,0,120,0,1,0,0,0),(37879,1520,0,1,1,200,1,2805.35,949.789,116.959,0.436489,300,5,0,120,0,1,0,0,0),(37880,1536,0,1,1,2479,1,1908.12,923.946,29.7386,0.006932,300,5,0,137,0,1,0,0,0),(37881,1536,0,1,1,2479,1,1837.85,855.646,25.2396,2.89931,300,5,0,137,0,1,0,0,0),(37882,1548,0,1,1,9020,0,1912.57,842.721,41.9045,0.060886,300,5,0,137,0,1,0,0,0),(37883,1554,0,1,1,8808,0,1929.02,1152.29,38.4958,1.53708,300,10,0,156,0,1,0,0,0),(37884,1548,0,1,1,9020,0,1854.96,787.717,26.9099,4.4742,300,5,0,137,0,1,0,0,0),(37885,1554,0,1,1,8808,0,1964.14,885.901,34.2882,3.46216,300,5,0,156,0,1,0,0,0),(37886,1548,0,1,1,9020,0,2002.38,768.478,39.6332,2.10133,300,10,0,137,0,1,0,0,0),(37887,1548,0,1,1,9020,0,1902.73,963.29,29.1254,5.09049,300,5,0,137,0,1,0,0,0),(37888,1554,0,1,1,8808,0,1922.58,836.244,41.6266,3.33018,300,0,0,156,0,0,0,0,0),(37889,1554,0,1,1,8808,0,2020.88,1012.5,30.5955,3.14159,300,5,0,156,0,1,0,0,0),(37890,1548,0,1,1,9020,0,1930.55,618.796,54.2126,1.86076,300,10,0,137,0,1,0,0,0),(37891,1553,0,1,1,4734,0,2344.95,712.518,36.8012,0.251609,300,0,0,120,0,0,0,0,0),(37892,1553,0,1,1,4734,0,2322.83,918.127,60.1364,5.34104,300,10,0,120,0,1,0,0,0),(37893,1548,0,1,1,9020,0,2379.37,865.692,57.992,1.02803,300,10,0,137,0,1,0,0,0),(37894,1547,0,1,1,9021,0,2315.17,724.557,35.1217,5.1804,300,10,0,102,0,1,0,0,0),(37895,1548,0,1,1,9020,0,2358.62,892.098,59.187,1.64109,300,10,0,137,0,1,0,0,0),(37896,1553,0,1,1,4734,0,2306.03,920.721,58.1964,0.858021,300,10,0,120,0,1,0,0,0),(37897,1674,0,1,1,10852,0,2821.03,376.412,22.7921,5.27871,300,10,0,120,0,1,0,0,0),(37898,1674,0,1,1,10852,0,2818.14,452.105,18.0361,5.86456,300,10,0,120,0,1,0,0,0),(37899,1544,0,1,1,1005,1,2488.6,1685.35,14.8781,1.15482,300,5,0,148,165,1,0,0,0),(37900,1544,0,1,1,1005,1,2494.73,1390.3,6.57287,1.28458,300,5,0,148,165,1,0,0,0),(37901,1543,0,1,1,441,1,2541.55,1410.08,5.10788,1.06614,300,5,0,137,0,1,0,0,0),(37902,1543,0,1,1,441,1,2464.12,1662.4,14.5767,3.06407,300,10,0,137,0,1,0,0,0),(37903,1544,0,1,1,1005,1,2545.33,1408.11,6.07028,1.22173,300,0,0,148,165,0,0,0,0),(37904,1543,0,1,1,441,1,2533.43,1657.31,5.56166,2.05949,300,0,0,137,0,0,0,0,0),(37905,1544,0,1,1,1005,1,2456.27,1715.87,24.5339,2.94092,300,5,0,148,165,1,0,0,0),(37906,1544,0,1,1,1005,1,2483.72,1641.12,15.7732,1.74533,300,0,0,148,165,0,0,0,0),(37907,1543,0,1,1,441,1,2567.5,1424.39,-1.19598,2.64526,300,5,0,137,0,1,0,0,0),(37908,1543,0,1,1,441,1,3018.69,289.98,0.184674,6.16101,300,0,0,137,0,0,0,0,0),(37909,1543,0,1,1,441,1,3025.98,239.058,-0.925396,5.22211,300,5,0,137,0,1,0,0,0),(37910,1544,0,1,1,1005,1,2969.76,189.275,12.6575,3.29867,300,0,0,148,165,0,0,0,0),(37911,1544,0,1,1,1005,1,2949.23,182.639,2.95665,3.94979,300,5,0,148,165,1,0,0,0),(37912,1544,0,1,1,1005,1,3017.71,280.209,-1.31983,0.164568,300,5,0,148,165,1,0,0,0),(37913,1553,0,1,1,4734,0,2580.05,88.1848,26.5534,5.92149,300,5,0,120,0,1,0,0,0),(37914,1553,0,1,1,4734,0,2276.98,2.35094,23.6575,4.81323,300,10,0,120,0,1,0,0,0),(37915,1553,0,1,1,4734,0,2132.05,74.0662,33.4684,1.15168,300,5,0,120,0,1,0,0,0),(37916,1553,0,1,1,4734,0,2419.84,173.863,32.5952,4.69774,300,5,0,120,0,1,0,0,0),(37917,1547,0,1,1,9021,0,2619.1,298.591,40.1173,5.63091,300,5,0,102,0,1,0,0,0),(37918,1547,0,1,1,9021,0,2224.5,116.798,44.6802,2.84238,300,10,0,102,0,1,0,0,0),(37919,1540,0,1,1,2481,1,2870.57,-497.285,101.174,5.39186,300,10,0,198,0,1,0,0,0),(37920,1540,0,1,1,2470,1,2943.75,-554.264,109.317,3.22052,300,5,0,198,0,1,0,0,0),(37921,1538,0,1,1,2477,1,3097.16,-552.221,126.705,2.99377,300,0,0,166,178,0,0,0,0),(37922,1538,0,1,1,2477,1,3051.71,-551.006,126.513,3.26377,300,0,0,166,178,0,0,0,0),(37923,1539,0,1,1,2480,1,2977.94,-537.431,112.447,5.61996,300,0,0,186,191,0,0,0,0),(37924,4282,0,1,1,2513,1,2953.57,-720.191,154.858,4.47836,300,5,0,739,2068,1,0,0,0),(37925,5406,0,1,1,2408,0,2879.21,-637.771,137.922,1.36136,120,0,0,42,0,0,0,0,0),(37926,1548,0,1,1,9020,0,2200.67,-335.787,77.222,0.06449,300,5,0,137,0,1,0,0,0),(37927,1554,0,1,1,8808,0,1736.9,-522.7,39.1957,5.4161,300,5,0,156,0,1,0,0,0),(37928,1554,0,1,1,8808,0,2157.01,-385.053,76.1391,0.085692,300,5,0,156,0,1,0,0,0),(38019,1548,0,1,1,9020,0,1666.37,-642.773,46.3329,2.93309,300,5,0,137,0,1,0,0,0),(38020,1554,0,1,1,8808,0,1849.37,-682.474,51.7183,0.429133,300,5,0,156,0,1,0,0,0),(38021,1554,0,1,1,8808,0,2725.52,-181.852,33.9557,5.27844,300,5,0,156,0,1,0,0,0),(38022,1548,0,1,1,9020,0,2692.92,-210.395,35.4957,0.066438,300,5,0,137,0,1,0,0,0),(38023,1554,0,1,1,8808,0,2750.29,-285.453,65.5412,4.96116,300,10,0,156,0,1,0,0,0),(38024,1554,0,1,1,8808,0,1869.89,-250.965,35.468,0.499035,300,10,0,156,0,1,0,0,0),(38025,1549,0,1,1,3916,0,2588.09,-781.904,70.3601,5.42313,300,10,0,176,0,1,0,0,0),(38026,1555,0,1,1,368,0,2294.67,-911.819,74.7889,5.52833,300,5,0,176,0,1,0,0,0),(38027,1549,0,1,1,3916,0,2648.45,-846.21,74.0381,3.7849,300,10,0,176,0,1,0,0,0),(38028,1555,0,1,1,368,0,2254.68,-1011.59,78.3674,0.375635,300,5,0,176,0,1,0,0,0),(38029,1554,0,1,1,8808,0,2283.27,-750.751,66.4682,5.73904,300,10,0,156,0,1,0,0,0),(38030,1549,0,1,1,3916,0,2410.82,-726.188,71.9845,5.79021,300,10,0,176,0,1,0,0,0),(38031,1538,0,1,1,2466,1,2112.78,-625.056,93.5988,3.4383,300,0,0,166,178,0,0,0,0),(38032,1538,0,1,1,2466,1,2177.13,-610.977,80.7263,5.22851,300,5,0,166,178,1,0,0,0),(38033,1537,0,1,1,2483,1,2168.74,-626.872,87.957,1.21185,300,0,0,156,0,0,0,0,0),(38034,1532,0,1,1,3228,0,2007.81,-422.719,35.4582,3.07848,300,10,0,198,0,1,0,0,0),(38035,1532,0,1,1,3227,0,2048.61,-512.023,43.3537,3.52147,300,5,0,198,0,1,0,0,0),(38036,1532,0,1,1,3228,0,2070.6,-462.606,39.4806,5.28183,300,3,0,198,0,1,0,0,0),(38037,1529,0,1,1,1198,0,2042.24,-423.988,35.5727,1.8838,300,3,0,176,0,1,0,0,0),(38038,1532,0,1,1,3228,0,2068.19,-423.546,39.014,4.12169,300,5,0,198,0,1,0,0,0),(38039,1513,0,1,1,9535,0,1970.4,1323.13,78.7402,4.20651,300,5,0,71,0,1,0,0,0),(38040,1509,0,1,1,604,0,1925.76,1366.68,68.2069,4.54467,300,10,0,55,0,1,0,0,0),(38052,1509,0,1,1,604,0,2067.9,1343.68,63.2778,5.74856,300,5,0,55,0,1,0,0,0),(38053,4775,0,1,1,2811,1,1554.3,257.968,-43.0198,5.93412,300,0,0,1003,0,0,0,0,0),(38054,7395,0,1,1,2177,0,1597.62,223.966,-62.1203,3.37374,120,1,0,42,0,1,0,0,0),(38055,4613,0,1,1,2621,1,1591.25,204.498,-55.2596,1.72788,300,0,0,2769,0,0,0,0,0),(38056,4558,0,1,1,2666,1,1634.87,260.828,-43.0197,4.04916,300,0,0,1003,0,0,0,0,0),(38057,4551,0,1,1,2638,1,1567.12,266.345,-43.0194,0.820305,900,0,0,10572,0,0,0,0,0),(38058,5052,0,1,1,2998,1,1594.48,203.449,-55.2596,1.50098,300,0,0,713,0,0,0,0,0),(38059,7395,0,1,1,2177,0,1597.15,226.008,-62.1117,1.48547,120,1,0,42,0,1,0,0,0),(38061,4557,0,1,1,2636,1,1616.24,286.537,-43.019,4.20624,300,0,0,1003,0,0,0,0,0),(38062,4560,0,1,1,2654,1,1630.4,275.131,-43.019,3.90954,300,0,0,1003,0,0,0,0,0),(38063,5703,0,1,1,4060,1,1789.69,122.007,-63.7599,1.11701,300,0,0,484,0,0,0,0,0),(38064,4570,0,1,1,2673,1,1702.31,206.812,-62.0739,4.76475,300,0,0,1003,0,0,0,0,0),(38065,5821,0,1,1,4381,1,1692.84,198.143,-62.0907,5.28835,300,0,0,1003,0,0,0,0,0),(38066,11048,0,1,1,10580,1,1686.99,200.905,-62.0883,5.16617,300,0,0,664,0,0,0,0,0),(38067,4576,0,1,1,2634,1,1681.49,194.356,-62.0865,0.458519,300,0,0,2218,0,0,0,0,0),(38068,4577,0,1,1,2671,1,1684.99,196.001,-62.083,5.70723,300,0,0,1003,0,0,0,0,0),(38069,11049,0,1,1,10581,1,1682.31,201.275,-62.0883,5.42797,300,0,0,1163,0,0,0,0,0),(38070,4581,0,1,1,2648,1,1626.63,130.468,-62.0695,0.226893,300,0,0,1003,0,0,0,0,0),(38071,4564,0,1,1,2637,1,1780.31,44.0374,-61.4091,1.32645,300,0,0,2769,0,0,0,0,0),(38072,2492,0,1,1,2810,1,1778.19,65.4829,-46.2368,2.79253,300,0,0,1342,0,0,0,0,0),(38073,4611,0,1,1,2623,1,1408.49,414.871,-84.8822,3.64774,300,0,0,2769,0,0,0,0,0),(38090,5731,0,1,1,4108,1,1529.73,210.666,-62.1813,5.3557,300,0,0,484,0,2,0,0,0),(38091,4612,0,1,1,1201,1,1467.61,340.737,-61.9681,2.56563,300,0,0,1003,0,0,0,0,0),(38092,4615,0,1,1,2665,1,1564.79,348.156,-62.0733,3.22886,300,0,0,1003,0,0,0,0,0),(38093,5733,0,1,1,4110,1,1543.31,362.002,-62.1596,3.72629,300,0,0,484,0,2,0,0,0),(38094,5735,0,1,1,3980,0,1405.82,375.381,-84.868,4.83456,300,0,0,102,0,0,0,0,0),(38095,4582,0,1,1,2659,1,1416.64,68.6927,-62.1954,4.64258,300,0,0,1410,1283,0,0,0,0),(38096,4586,0,1,1,2630,1,1409.82,150.423,-62.3224,4.93928,300,0,0,787,0,0,0,0,0),(38097,7297,0,1,1,6065,1,1457.91,69.3455,-62.2023,4.41568,300,0,0,1342,0,0,0,0,0),(38098,7087,0,1,1,5845,1,1499.16,200.116,-62.0551,4.34587,300,0,0,1342,0,0,0,0,0),(38099,4569,0,1,1,2619,1,1561.75,133.745,-62.0671,2.93215,300,0,0,1003,0,0,0,0,0),(38100,5747,0,1,1,4123,1,1514.81,238.436,-62.1777,1.81138,300,0,0,405,1202,2,0,0,0),(38101,2802,0,1,1,10563,1,1442.49,36.327,-62.0263,5.4319,300,0,0,3398,0,2,0,0,0),(38102,4587,0,1,1,2661,1,1402.06,149.05,-62.3705,5.60251,300,0,0,1003,0,0,0,0,0),(38103,11031,0,1,1,10572,1,1404.08,142.911,-62.2217,0.017453,300,0,0,1221,0,0,0,0,0),(38104,5744,0,1,1,4120,1,1485.35,160.439,-60.7826,2.26821,300,0,0,405,1202,2,0,0,0),(38105,5679,0,1,1,4009,1,1741.54,383.161,-62.208,3.735,300,0,0,774,2175,0,0,0,0),(38106,5665,0,1,1,3883,1,1702.21,424.583,-62.2676,1.8675,300,0,0,484,0,0,0,0,0),(38107,5674,0,1,1,3020,0,1719.97,279.43,-62.0962,1.85005,120,0,0,2097,0,0,0,0,0),(38108,5652,0,1,1,3019,0,1701.8,425.977,-62.2667,5.07891,300,0,0,2097,0,0,0,0,0),(38109,4601,0,1,1,2627,1,1669.39,307.177,-62.064,0.837758,300,0,0,1003,0,0,0,0,0),(38111,5699,0,1,1,4053,1,1655.61,365.46,-60.6794,2.67035,300,0,0,1753,0,0,0,0,0),(38112,5698,0,1,1,4052,1,1653.56,365.232,-60.6772,0.977384,300,0,0,1753,0,0,0,0,0),(38128,4595,0,1,1,2614,1,1767.26,418.445,-57.1143,0.122173,300,0,0,1753,0,0,0,0,0),(38129,11870,0,1,1,11805,1,1668.21,323.349,-62.0677,0.541052,900,0,0,15505,0,0,0,0,0),(38130,5653,0,1,1,3853,1,1732.01,378.016,-61.7878,0.027743,300,0,0,968,0,0,0,0,0),(38206,1522,0,1,1,11398,1,2811.55,869.971,111.951,2.97899,300,5,0,126,289,1,0,0,0),(38207,1522,0,1,1,11398,1,2813.15,728.139,139.449,3.9431,300,5,0,126,289,1,0,0,0),(38208,1522,0,1,1,11398,1,2857,1075.72,117.989,5.26917,300,5,0,126,289,1,0,0,0),(38228,1523,0,1,1,535,1,2960.58,828.33,102.422,4.84923,300,10,0,148,165,1,0,0,0),(38234,1523,0,1,1,535,1,2927.72,952.835,121.812,6.03625,300,5,0,148,165,1,0,0,0),(38235,1523,0,1,1,535,1,2979.51,980.653,115.069,5.74269,300,5,0,148,165,1,0,0,0),(38236,1534,0,1,1,10752,0,2935.07,540.967,92.7755,2.67245,300,5,0,176,0,1,0,0,0),(38237,1530,0,1,1,10256,0,2925.77,784.724,109.504,0.643665,300,5,0,198,0,1,0,0,0),(38239,1530,0,1,1,4631,0,2902.62,626.543,102.824,3.00246,300,5,0,198,0,1,0,0,0),(38240,1530,0,1,1,10256,0,2976.15,785.938,93.0196,1.79137,300,5,0,198,0,1,0,0,0),(38243,1534,0,1,1,10752,0,3022.88,644.454,90.3023,1.44018,300,5,0,176,0,1,0,0,0),(38244,1530,0,1,1,10255,0,2957.71,576.902,94.2604,4.92012,300,10,0,198,0,1,0,0,0),(38245,1534,0,1,1,10752,0,2947.86,559.876,91.2755,5.08789,300,5,0,176,0,1,0,0,0),(38246,1530,0,1,1,4631,0,3053.54,653.235,95.928,0.491913,300,5,0,198,0,1,0,0,0),(38247,1530,0,1,1,1196,0,2830.37,702.647,142.748,5.73204,300,10,0,198,0,1,0,0,0),(38248,16096,0,1,1,10747,1,2057.77,241.072,99.7687,1.3926,900,0,0,31905,0,2,0,0,0),(38249,1545,0,1,1,346,1,2559.34,1459.21,-4.4321,0.987018,300,5,0,176,0,1,0,0,0),(38250,1545,0,1,1,346,1,2587.41,1684.32,-1.64021,0.798327,300,5,0,176,0,1,0,0,0),(38251,1545,0,1,1,346,1,2411.02,1889.93,11.1815,1.83165,300,0,0,176,0,0,0,0,0),(38252,1544,0,1,1,1005,1,2441.38,1847.58,26.8344,2.67008,300,0,0,148,165,0,0,0,0),(38253,1544,0,1,1,1005,1,2532.33,1424.5,0.276119,0.659143,300,5,0,148,165,1,0,0,0),(38254,1544,0,1,1,1005,1,2647.73,1415.97,-4.97315,2.71522,300,5,0,148,165,1,0,0,0),(38255,1545,0,1,1,346,1,2380.86,1858.5,1.05226,3.38658,300,0,0,176,0,0,0,0,0),(38256,1504,0,1,1,513,0,2117.58,1758.96,85.0072,4.05153,300,5,0,55,0,1,0,0,0),(38258,1504,0,1,1,513,0,2076.64,1692.99,69.985,1.1692,300,10,0,55,0,1,0,0,0),(38259,1504,0,1,1,513,0,2134.59,1745.12,83.5088,3.76549,300,10,0,55,0,1,0,0,0),(38260,1504,0,1,1,513,0,2121.55,1685.13,75.985,3.94828,300,10,0,55,0,1,0,0,0),(38261,1504,0,1,1,513,0,2107.56,1680.35,71.61,6.00689,300,5,0,55,0,1,0,0,0),(38262,4075,0,1,1,1141,0,2359.88,473.208,34.4804,1.61606,120,5,0,8,0,1,0,0,0),(38263,4075,0,1,1,1418,0,2048.71,-379.601,35.5497,1.57383,120,5,0,8,0,1,0,0,0),(38264,4075,0,1,1,1141,0,2409.3,419.29,36.1368,4.86495,120,5,0,8,0,1,0,0,0),(38265,4075,0,1,1,1418,0,1703.63,1570.47,125.778,6.2081,120,5,0,8,0,1,0,0,0),(38266,1554,0,1,1,8808,0,2794.76,-177.556,42.0034,0.182648,300,0,0,156,0,0,0,0,0),(38267,1548,0,1,1,9020,0,2883.1,-82.0583,31.2244,3.74068,300,5,0,137,0,1,0,0,0),(38268,1554,0,1,1,8808,0,2821.24,-149.805,37.7036,0.376152,300,10,0,156,0,1,0,0,0),(38269,1548,0,1,1,9020,0,2751.19,-146.416,31.1943,5.85842,300,10,0,137,0,1,0,0,0),(38270,1554,0,1,1,8808,0,2986.29,-64.4061,15.7969,2.63165,300,5,0,156,0,1,0,0,0),(38271,1548,0,1,1,9020,0,2979.98,-254.353,19.3121,5.37035,300,10,0,137,0,1,0,0,0),(38272,1554,0,1,1,8808,0,2884.74,-436.988,77.0619,0.033223,300,5,0,156,0,1,0,0,0),(38273,1548,0,1,1,9020,0,2784.4,46.2677,28.9935,5.13534,300,5,0,137,0,1,0,0,0),(38274,1545,0,1,1,346,1,3042.45,-375.972,0.348958,6.26573,300,0,0,176,0,0,0,0,0),(38275,1544,0,1,1,1005,1,3026.25,-362.391,4.42938,5.98648,300,0,0,148,165,0,0,0,0),(38276,1545,0,1,1,346,1,3005.21,-354.38,7.48492,1.66088,300,10,0,176,0,1,0,0,0),(38277,1545,0,1,1,346,1,2974.59,-39.6916,7.70835,2.05949,300,0,0,176,0,0,0,0,0),(38278,1545,0,1,1,346,1,3050.43,-385.369,-0.552454,3.47168,300,5,0,176,0,1,0,0,0),(38279,1545,0,1,1,346,1,3051.38,-244.431,5.39526,2.3911,300,0,0,176,0,0,0,0,0),(38280,1545,0,1,1,346,1,3019.24,-279.257,7.50958,1.96253,300,5,0,176,0,1,0,0,0),(38281,1544,0,1,1,1005,1,3100.43,-13.3247,4.23771,3.59538,300,0,0,148,165,0,0,0,0),(38282,1544,0,1,1,1005,1,3088.75,-9.778,0.234817,2.42601,300,0,0,148,165,0,0,0,0),(38283,1545,0,1,1,346,1,3053.86,-112.032,5.22749,1.37325,300,10,0,176,0,1,0,0,0),(38284,1909,0,1,1,757,1,1221,383.484,29.7465,0.268599,300,5,0,377,408,1,0,0,0),(38285,1908,0,1,1,540,0,1198.81,378.829,35.2755,3.78216,300,5,0,404,456,1,0,0,0),(38286,3522,0,1,1,1633,1,2157.34,656.666,34.6295,0.471239,300,0,0,222,0,0,0,0,0),(38287,3550,0,1,1,1636,1,2040.91,57.4618,33.9527,3.78736,300,0,0,328,0,0,0,0,0),(38288,2135,0,1,1,1631,1,2237.77,312.294,36.8049,3.15905,300,0,0,300,0,0,0,0,0),(38289,3549,0,1,1,1607,1,2026.28,76.7832,35.4923,5.93421,300,0,0,713,0,0,0,0,0),(38290,2136,0,1,1,1638,1,2228.85,316.131,36.6975,3.72187,300,0,0,273,0,0,0,0,0),(38291,2134,0,1,1,1637,1,2252.78,269.656,34.3637,2.56664,300,0,0,198,0,0,0,0,0),(38292,3547,0,1,1,1635,1,2282.38,343.513,34.21,4.52215,300,0,0,198,0,2,0,0,0),(38293,6033,0,1,1,7449,0,1273.19,262.87,-6.4508,3.68265,300,0,0,328,0,0,0,0,0),(38294,6033,0,1,1,7449,0,1282.79,183.962,-8.17527,0.191986,300,0,0,328,0,0,0,0,0),(38295,6033,0,1,1,7449,0,1314.07,313.413,-12.103,1.43117,300,0,0,328,0,0,0,0,0),(38296,36213,0,1,1,0,1,1619.36,192.508,-43.0191,3.63029,300,0,0,15952,0,0,0,0,0),(38297,36213,0,1,1,0,1,1427.76,176.943,-62.1615,4.98419,300,0,0,15952,0,2,0,0,0),(38298,36213,0,1,1,0,1,1512.26,68.1908,-62.2185,2.51327,300,0,0,15952,0,0,0,0,0),(38299,36213,0,1,1,0,1,1543.83,222.605,-42.9843,4.97419,300,0,0,15952,0,0,0,0,0),(38300,13839,0,1,1,13854,1,1412.84,421.47,-55.1115,5.67232,900,0,0,4400,0,0,0,0,0),(38301,36213,0,1,1,0,1,1559.28,244.735,55.3256,4.83456,300,0,0,15952,0,0,0,0,0),(38302,36213,0,1,1,0,1,1452.27,113.711,-61.0702,5.42797,300,0,0,15952,0,0,0,0,0),(38304,13839,0,1,1,13856,1,1326.72,358.623,-63.5786,3.94444,900,0,0,4400,0,0,0,0,0),(38305,36213,0,1,1,0,1,1691.67,428.218,0.338584,5.79449,300,0,0,15952,0,0,0,0,0),(38306,1765,0,1,1,11421,0,1585.98,629.889,61.4021,0.144534,300,5,0,198,0,1,0,0,0),(38307,1553,0,1,1,4734,0,2251.2,1223.16,33.3678,4.12435,300,10,0,120,0,1,0,0,0),(38308,1553,0,1,1,4734,0,2413.41,1384.35,35.8526,4.77841,300,5,0,120,0,1,0,0,0),(38309,1553,0,1,1,4734,0,2514.65,1319.34,29.2068,5.99509,300,5,0,120,0,1,0,0,0),(38310,1547,0,1,1,9021,0,2477.51,1339.41,21.8734,1.75248,300,5,0,102,0,1,0,0,0),(38311,1553,0,1,1,4734,0,2527.56,1347.19,22.1488,4.8565,300,5,0,120,0,1,0,0,0),(38314,1512,0,1,1,4732,0,1685.72,1420.38,135.348,4.97205,120,10,0,42,0,1,0,0,0),(38315,1512,0,1,1,4732,0,1952.75,1751.16,114.005,5.14466,120,10,0,42,0,1,0,0,0),(38316,1512,0,1,1,4732,0,1652.08,1611.92,148.002,1.53477,120,10,0,42,0,1,0,0,0),(38317,1512,0,1,1,4732,0,1920.77,1754.41,95.3078,6.25479,120,10,0,42,0,1,0,0,0),(38318,1506,0,1,1,2407,1,1702.63,1363.19,118.611,3.81337,300,5,0,71,0,1,0,0,0),(38319,1507,0,1,1,2467,1,1781.26,1293.31,110.75,5.42494,300,5,0,67,174,1,0,0,0),(38320,1507,0,1,1,2478,1,1877.66,1285.81,97.7998,2.32532,300,5,0,67,174,1,0,0,0),(38321,1506,0,1,1,2407,1,1798.14,1299.33,103.75,5.12213,300,5,0,71,0,1,0,0,0),(38322,1507,0,1,1,2467,1,1795.91,1342.81,89.0869,2.22754,300,0,0,67,174,0,0,0,0),(38323,1506,0,1,1,2403,1,1814.61,1284.95,97.8504,0.336726,300,5,0,71,0,1,0,0,0),(38324,1506,0,1,1,2407,1,1844.64,1290.78,102.226,3.62851,300,0,0,71,0,0,0,0,0),(38325,1507,0,1,1,2478,1,1829.73,1327.49,86.4345,3.30384,300,5,0,67,174,1,0,0,0),(38330,1502,0,1,1,829,0,1952.19,1608.97,83.4339,0.955828,120,0,0,42,0,0,0,0,0),(38331,1501,0,1,1,10973,0,1886.93,1455.56,78.448,0.274813,120,5,0,42,0,1,0,0,0),(38332,1505,0,1,1,30,0,2077.16,1960.47,96.9296,5.54291,300,5,0,71,0,1,0,0,0),(38333,1505,0,1,1,30,0,2040.99,1986.86,99.6467,0.843757,300,0,0,71,0,0,0,0,0),(38334,1505,0,1,1,30,0,2077.16,1950.38,98.1403,3.59272,300,5,0,71,0,1,0,0,0),(38335,1535,0,1,1,2471,1,2347.13,1690.52,40.6449,3.84261,300,5,0,120,0,1,0,0,0),(38336,1535,0,1,1,2482,1,2319.13,1614.74,35.7619,3.14159,300,0,0,120,0,0,0,0,0),(38338,1535,0,1,1,2471,1,2292.91,1656.76,46.7055,3.11114,300,5,0,120,0,1,0,0,0),(38339,1520,0,1,1,200,1,2508.95,834.081,120.886,0.750492,300,0,0,120,0,0,0,0,0),(38340,1537,0,1,1,2483,1,1843.92,827.205,25.3005,4.74278,300,5,0,156,0,1,0,0,0),(38341,1548,0,1,1,9020,0,2086.34,1098.25,40.1123,5.17886,300,5,0,137,0,1,0,0,0),(38342,1548,0,1,1,9020,0,1894.89,1156.29,42.8164,2.25728,300,5,0,137,0,1,0,0,0),(38343,1554,0,1,1,8808,0,1787.85,1047.19,41.7189,6.24508,300,5,0,156,0,1,0,0,0),(38344,1554,0,1,1,8808,0,1935.08,1003.15,34.0244,0.651706,300,5,0,156,0,1,0,0,0),(38345,1548,0,1,1,9020,0,2004.95,996.133,32.8124,3.56725,300,5,0,137,0,1,0,0,0),(38346,1554,0,1,1,8808,0,1933.32,847.162,40.6721,4.17834,300,5,0,156,0,1,0,0,0),(38348,1554,0,1,1,8808,0,1840.69,984.311,32.1624,1.99686,300,5,0,156,0,1,0,0,0),(38349,1548,0,1,1,9020,0,1927.47,733.786,34.2673,1.12485,300,10,0,137,0,1,0,0,0),(38350,1554,0,1,1,8808,0,1945.01,975.056,32.879,1.4562,300,5,0,156,0,1,0,0,0),(38351,1553,0,1,1,4734,0,2327.29,1024.23,49.4035,2.81747,300,5,0,120,0,1,0,0,0),(38352,1548,0,1,1,9020,0,2334.72,776.21,33.6496,5.93613,300,10,0,137,0,1,0,0,0),(38353,1547,0,1,1,9021,0,2338.47,775.926,34.2746,3.40924,300,10,0,102,0,1,0,0,0),(38354,1553,0,1,1,4734,0,2295.08,989.557,47.8182,5.80992,300,5,0,120,0,1,0,0,0),(38355,1548,0,1,1,9020,0,2468.66,909.434,80.7078,3.00097,300,10,0,137,0,1,0,0,0),(38356,1525,0,1,1,1200,0,2216.58,716.134,37.0888,4.99164,300,10,0,102,0,1,0,0,0),(38357,1543,0,1,1,441,1,2593.81,1470.22,-8.54959,1.5708,300,0,0,137,0,0,0,0,0),(38358,1544,0,1,1,1005,1,2537.03,1629.5,-6.38857,3.25516,300,5,0,148,165,1,0,0,0),(38359,1544,0,1,1,1005,1,2609.04,1361.12,3.41598,1.72788,300,0,0,148,165,0,0,0,0),(38360,1543,0,1,1,441,1,2492.68,1671.93,10.0031,2.37369,300,5,0,137,0,1,0,0,0),(38361,1544,0,1,1,1005,1,2523.36,1648.3,7.24392,2.98451,300,0,0,148,165,0,0,0,0),(38362,1544,0,1,1,1005,1,2609.56,1453.66,0.118947,2.70526,300,0,0,148,165,0,0,0,0),(38363,1544,0,1,1,1005,1,2527.2,1414.4,1.95821,3.35103,300,0,0,148,165,0,0,0,0),(38364,1543,0,1,1,441,1,2996.71,177.15,0.54427,3.27865,300,5,0,137,0,1,0,0,0),(38365,1544,0,1,1,1005,1,2985.44,220.067,-0.127221,4.80623,300,5,0,148,165,1,0,0,0),(38366,1544,0,1,1,1005,1,2985.71,197.312,0.16927,4.18072,300,5,0,148,165,1,0,0,0),(38367,1553,0,1,1,4734,0,2758.81,191.009,31.0955,3.05245,300,5,0,120,0,1,0,0,0),(38368,1553,0,1,1,4734,0,2451.51,128.414,29.3831,1.22271,300,5,0,120,0,1,0,0,0),(38369,1547,0,1,1,9021,0,2690.06,193.751,31.9494,3.14405,300,5,0,102,0,1,0,0,0),(38370,1553,0,1,1,4734,0,2508.2,133.763,28.731,2.68886,300,5,0,120,0,1,0,0,0),(38371,1547,0,1,1,9021,0,2321.37,47.0512,30.0518,1.8138,300,10,0,102,0,1,0,0,0),(38372,4280,0,1,1,2464,1,2927.04,-760.854,154.036,2.37365,300,0,0,812,811,0,0,0,0),(38373,4282,0,1,1,2512,1,2912.36,-759.919,154.067,1.06465,300,0,0,739,2068,0,0,0,0),(38374,4281,0,1,1,2516,1,2788.7,-837.222,154.263,4.21996,300,5,0,950,0,1,0,0,0),(38375,5403,0,1,1,2410,0,2874.34,-629.611,137.922,4.55531,120,0,0,42,0,0,0,0,0),(38376,1554,0,1,1,8808,0,2081.41,-254.862,41.0105,6.17361,300,5,0,156,0,1,0,0,0),(38377,1548,0,1,1,9020,0,1812.84,-583.966,40.2057,4.27668,300,5,0,137,0,1,0,0,0),(38378,1548,0,1,1,9020,0,2354.08,-246.207,41.907,3.19633,300,5,0,137,0,1,0,0,0),(38379,1554,0,1,1,8808,0,1721.58,-499.748,38.7615,1.37755,300,5,0,156,0,1,0,0,0),(38380,1548,0,1,1,9020,0,1891.93,-375.499,36.3996,2.77814,300,5,0,137,0,1,0,0,0),(38382,1554,0,1,1,8808,0,1836.57,-612.305,44.031,0.17119,300,5,0,156,0,1,0,0,0),(38383,1554,0,1,1,8808,0,2078.89,-173.13,42.0254,3.36407,300,5,0,156,0,1,0,0,0),(38384,1555,0,1,1,368,0,2345.02,-1112.76,93.5659,2.9689,300,5,0,176,0,1,0,0,0),(38385,1555,0,1,1,368,0,2254.49,-837.668,73.3509,1.56298,300,10,0,176,0,1,0,0,0),(38386,1549,0,1,1,3916,0,2420.76,-670.181,72.7342,2.35067,300,5,0,176,0,1,0,0,0),(38387,1555,0,1,1,368,0,2163.65,-735.857,70.4138,0.794899,300,5,0,176,0,1,0,0,0),(38388,1555,0,1,1,368,0,2353.04,-1047.84,83.0572,0.245507,300,5,0,176,0,1,0,0,0),(38389,1549,0,1,1,3916,0,2319.77,-716.583,70.1699,4.09888,300,10,0,176,0,1,0,0,0),(38390,1554,0,1,1,8808,0,2487.74,-1050.97,93.5811,5.58282,300,10,0,156,0,1,0,0,0),(38391,1538,0,1,1,2466,1,2123.34,-632.033,93.5874,5.07891,300,0,0,166,178,0,0,0,0),(38392,1537,0,1,1,2472,1,2124.61,-625.896,93.3734,5.79139,300,5,0,156,0,1,0,0,0),(38393,1532,0,1,1,3227,0,2084.26,-365.957,38.775,5.10916,300,5,0,198,0,1,0,0,0),(38394,1529,0,1,1,1198,0,2043.45,-382.295,35.5497,4.96575,300,5,0,176,0,1,0,0,0),(38395,1529,0,1,1,1198,0,2026.6,-434.382,35.275,0.545954,300,3,0,176,0,1,0,0,0),(38396,1509,0,1,1,604,0,1940.73,1325.73,77.602,1.12098,300,10,0,55,0,1,0,0,0),(38397,1513,0,1,1,9535,0,2061.17,1445.77,67.4551,2.32901,300,10,0,71,0,1,0,0,0),(38398,1509,0,1,1,604,0,1912.71,1305.85,90.6524,3.2054,300,10,0,55,0,1,0,0,0),(38399,1513,0,1,1,9535,0,1988.39,1454.82,72.0954,4.04741,300,5,0,71,0,1,0,0,0),(38400,4561,0,1,1,2622,1,1638.71,258.739,-43.0198,3.80482,300,0,0,1003,0,0,0,0,0),(38401,4552,0,1,1,2662,1,1590.47,277.014,-55.2596,5.44543,300,0,0,1342,0,0,0,0,0),(38402,4549,0,1,1,2655,1,1591.49,240.328,-52.0596,3.03687,300,0,0,5544,0,0,0,0,0),(38405,7395,0,1,1,2177,0,1593.1,226.823,-62.1075,1.82117,120,1,0,42,0,1,0,0,0),(38406,2459,0,1,1,2641,1,1595.89,236.068,-52.0596,4.86947,300,0,0,5544,0,0,0,0,0),(38407,6741,0,1,1,5449,1,1635.4,223.331,-43.0198,2.84489,300,0,0,1003,0,0,0,0,0),(38408,4554,0,1,1,2674,1,1622.25,263.732,-43.1027,2.32365,300,0,0,1003,0,2,0,0,0),(38409,4553,0,1,1,2647,1,1602.12,275.442,-55.2596,5.72468,300,0,0,1003,0,0,0,0,0),(38410,10053,0,1,1,9273,1,1637.35,226.357,-43.02,4.17134,300,0,0,1003,0,0,0,0,0),(38411,4562,0,1,1,2652,1,1627.97,204.567,-43.0191,2.23402,300,0,0,1003,0,0,0,0,0),(38412,4573,0,1,1,2612,1,1677.83,99.0023,-61.9458,2.11185,300,0,0,1342,0,0,0,0,0),(38413,5705,0,1,1,4062,1,1786.89,132.604,-63.7599,5.84685,300,0,0,484,0,0,0,0,0),(38414,5753,0,1,1,4149,1,1775,50.9962,-61.4065,6.21337,300,0,0,405,1202,0,0,0,0),(38415,5675,0,1,1,3948,1,1711.59,57.1672,-62.2059,4.88692,300,0,0,2769,0,0,0,0,0),(38416,4567,0,1,1,2644,1,1791.48,53.4081,-61.4092,2.94961,300,0,0,2769,0,0,0,0,0),(38417,5702,0,1,1,4059,1,1796.8,134.712,-63.7599,4.13643,300,0,0,1753,0,0,0,0,0),(38418,5704,0,1,1,4061,1,1800.1,124.788,-63.7599,2.58309,300,0,0,484,0,0,0,0,0),(38421,4571,0,1,1,2640,1,1764.38,120.86,-62.2913,0.773067,300,0,0,1003,0,2,0,0,0),(38422,4568,0,1,1,2657,1,1813.74,56.4138,-47.3038,3.05433,300,0,0,1753,0,0,0,0,0),(38423,4575,0,1,1,2663,1,1776.6,79.0493,-59.2532,2.28638,300,0,0,1003,0,0,0,0,0),(38424,4591,0,1,1,2670,1,1524.95,171.353,-62.0668,3.90954,300,0,0,1342,0,0,0,0,0),(38425,5696,0,1,1,4050,1,1653.95,367.087,-60.6816,4.93928,300,0,0,1753,0,0,0,0,0),(38426,4602,0,1,1,2616,1,1667.85,308.892,-62.0674,0.820305,300,0,0,1003,0,0,0,0,0),(38427,5658,0,1,1,3860,1,1733.66,368.939,-60.725,1.36136,300,0,0,484,0,0,0,0,0),(38428,4605,0,1,1,2615,1,1691.73,295.928,-62.0609,0.733038,300,0,0,787,0,0,0,0,0),(38429,5668,0,1,1,4004,1,1717.82,303.114,-61.4799,1.54469,300,0,0,484,0,2,0,0,0),(38430,5670,0,1,1,4005,1,1596.62,340.43,-62.1777,1.53766,300,0,0,484,0,0,0,0,0),(38431,5655,0,1,1,3864,1,1725.88,379.122,-61.0246,0.244346,300,0,0,484,0,0,0,0,0),(38432,5663,0,1,1,3882,1,1685.33,421.181,-62.2149,1.8675,300,0,0,484,0,0,0,0,0),(38433,4599,0,1,1,2672,1,1641.5,329.046,-62.1017,1.09956,300,0,0,1003,0,0,0,0,0),(38434,5657,0,1,1,3861,1,1738.02,370.122,-61.4697,2.26893,300,0,0,484,0,0,0,0,0),(38435,5662,0,1,1,3879,1,1684.96,417.041,-62.2979,0.069381,300,0,0,1753,0,0,0,0,0),(38436,1523,0,1,1,535,1,2837.73,714.801,136.565,3.58022,300,5,0,148,165,1,0,0,0),(38437,1522,0,1,1,11398,1,2951.57,947.009,120.63,4.05554,300,5,0,126,289,1,0,0,0),(38438,1522,0,1,1,11398,1,2874.36,927.755,119.83,5.04834,300,5,0,126,289,1,0,0,0),(38439,1523,0,1,1,535,1,2997.01,851.393,99.1303,4.33007,300,5,0,148,165,1,0,0,0),(38440,1530,0,1,1,1196,0,2961.33,747.602,100.3,3.52083,300,5,0,198,0,1,0,0,0),(38441,1534,0,1,1,10752,0,2939.07,595.123,92.9127,2.30763,300,5,0,176,0,1,0,0,0),(38442,1534,0,1,1,10752,0,2889.14,689.437,121.601,2.70838,300,5,0,176,0,1,0,0,0),(38444,1534,0,1,1,10752,0,2994.05,614.819,97.5554,2.7085,300,5,0,176,0,1,0,0,0),(38445,1544,0,1,1,1005,1,2548.09,1512.43,-6.61852,4.81148,300,5,0,148,165,1,0,0,0),(38446,1545,0,1,1,346,1,2549.2,1654.6,-1.7113,2.47317,300,5,0,176,0,1,0,0,0),(38447,1544,0,1,1,1005,1,2519.55,1615.84,-3.95729,0.435177,300,5,0,148,165,1,0,0,0),(38448,1545,0,1,1,346,1,2524.34,1483.69,-0.385753,3.35221,300,5,0,176,0,1,0,0,0),(38449,1504,0,1,1,513,0,2016.1,1770.89,105.347,4.71727,300,5,0,55,0,1,0,0,0),(38454,1504,0,1,1,513,0,2161.98,1758.57,96.4834,0.738468,300,10,0,55,0,1,0,0,0),(38455,1504,0,1,1,513,0,2091.88,1795.68,104.667,2.48413,300,5,0,55,0,1,0,0,0),(38456,1504,0,1,1,513,0,2035.08,1760.78,101.64,0.380443,300,5,0,55,0,1,0,0,0),(38457,4075,0,1,1,1141,0,1849.71,-735.742,64.2611,5.82427,120,10,0,8,0,1,0,0,0),(38458,4075,0,1,1,1418,0,2689.27,1340.44,37.9345,5.40415,120,5,0,8,0,1,0,0,0),(38459,721,0,1,1,4626,0,2858.18,274.818,29.5139,4.63734,120,10,0,1,0,1,0,0,0),(38460,4075,0,1,1,1418,0,2072.32,-432.012,39.5339,6.0285,120,5,0,8,0,1,0,0,0),(38461,1548,0,1,1,9020,0,2748.74,-196.749,39.755,4.9228,300,10,0,137,0,1,0,0,0),(38462,1548,0,1,1,9020,0,2854.03,-180.119,42.1251,0.510482,300,10,0,137,0,1,0,0,0),(38463,1548,0,1,1,9020,0,2944.74,-85.6328,23.5569,3.05359,300,5,0,137,0,1,0,0,0),(38490,1554,0,1,1,8808,0,2853.94,-317.892,64.2488,5.90739,300,5,0,156,0,1,0,0,0),(38496,1548,0,1,1,9020,0,2885.34,-21.3686,23.3415,4.64206,300,5,0,137,0,1,0,0,0),(38912,1554,0,1,1,8808,0,2886.92,-212.806,50.2699,0.465681,300,10,0,156,0,1,0,0,0),(38973,1554,0,1,1,8808,0,2919.47,-116.169,33.701,0.960295,300,5,0,156,0,1,0,0,0),(39001,1548,0,1,1,9020,0,2789.06,-434.212,80.8521,3.77645,300,10,0,137,0,1,0,0,0),(39003,1544,0,1,1,1005,1,3062.05,-154.26,4.00341,3.08923,300,0,0,148,165,0,0,0,0),(39004,1545,0,1,1,346,1,3031.48,-359.656,3.42649,4.41604,300,0,0,176,0,0,0,0,0),(39005,1544,0,1,1,1005,1,3060.82,-15.7454,0.476488,5.55015,300,0,0,148,165,0,0,0,0),(39006,1545,0,1,1,346,1,3042.76,-381.41,0.110239,0.989067,300,0,0,176,0,0,0,0,0),(39007,1545,0,1,1,346,1,2945.12,116.061,6.11059,5.51524,300,0,0,176,0,0,0,0,0),(39008,1545,0,1,1,346,1,2922.19,111.395,4.87489,3.7001,300,0,0,176,0,0,0,0,0),(39009,1545,0,1,1,346,1,2922.86,108.657,4.62489,2.75762,300,0,0,176,0,0,0,0,0),(39010,1545,0,1,1,346,1,3012.27,-363.233,7.23492,5.24215,300,5,0,176,0,1,0,0,0),(39011,1545,0,1,1,346,1,3070.76,-87.2641,0.458018,3.98744,300,10,0,176,0,1,0,0,0),(39012,1545,0,1,1,346,1,3065.32,-137.46,0.259779,1.25551,300,5,0,176,0,1,0,0,0),(39013,1909,0,1,1,757,1,1210.1,313.236,33.9268,0.131261,300,5,0,377,408,1,0,0,0),(39014,1909,0,1,1,757,1,1221.14,346.769,31.846,0.467115,300,5,0,377,408,1,0,0,0),(39015,6033,0,1,1,7449,0,1344.02,450.613,9.81482,4.88692,300,0,0,328,0,0,0,0,0),(39016,6033,0,1,1,7449,0,1288.64,54.7773,-11.8312,4.64258,300,0,0,328,0,0,0,0,0),(39017,13839,0,1,1,13807,1,1475.56,376.338,-59.3511,5.39307,900,0,0,4400,0,0,0,0,0),(39018,13839,0,1,1,13855,1,1462.01,362.806,-59.3489,5.61996,900,0,0,4400,0,0,0,0,0),(39019,36213,0,1,1,0,1,1737.21,110.932,-61.1708,3.82227,300,0,0,15952,0,0,0,0,0),(39020,36213,0,1,1,0,1,1559.61,236.575,55.3256,1.64061,300,0,0,15952,0,0,0,0,0),(39021,13839,0,1,1,13856,1,1439.81,393.827,-57.8694,5.65487,900,0,0,4400,0,0,0,0,0),(39022,36213,0,1,1,0,1,1635.1,421.806,-62.0939,4.45059,300,0,0,15952,0,0,0,0,0),(39023,36213,0,1,1,0,1,1768.21,156.172,-62.2184,4.17134,300,0,0,15952,0,0,0,0,0),(39024,36213,0,1,1,0,1,1437.55,132.92,-62.2087,2.02458,300,0,0,15952,0,0,0,0,0),(39025,36213,0,1,1,0,1,1545.49,214.664,-42.9842,2.02458,300,0,0,15952,0,0,0,0,0),(39026,36213,0,1,1,0,1,1421.48,160.056,-62.2018,5.2709,300,0,0,15952,0,0,0,0,0),(39027,1547,0,1,1,9021,0,2610.21,1272.37,55.7273,4.08646,300,5,0,102,0,1,0,0,0),(39028,1548,0,1,1,9020,0,2544.41,1057.35,85.4139,1.73562,300,10,0,137,0,1,0,0,0),(39029,1553,0,1,1,4734,0,2025.08,924.534,35.2985,2.0255,300,5,0,120,0,1,0,0,0),(39030,1548,0,1,1,9020,0,2422.23,1122.36,54.762,3.0291,300,5,0,137,0,1,0,0,0),(39031,1548,0,1,1,9020,0,2548.42,1126.95,79.708,1.15257,300,10,0,137,0,1,0,0,0),(39032,1547,0,1,1,9021,0,2367.42,1157.52,41.5128,2.54031,300,5,0,102,0,1,0,0,0),(39033,1547,0,1,1,9021,0,2119.8,1024.15,32.939,6.1756,300,5,0,102,0,1,0,0,0),(39034,1547,0,1,1,9021,0,2492.37,1281.16,37.0641,1.90221,300,5,0,102,0,1,0,0,0),(39035,1512,0,1,1,4732,0,1756.74,1740.44,139.604,5.22366,120,10,0,42,0,1,0,0,0),(39036,1512,0,1,1,4732,0,1717.72,1445.41,123.975,2.961,120,10,0,42,0,1,0,0,0),(39037,1512,0,1,1,4732,0,1706.1,1415.02,127.267,3.20901,120,10,0,42,0,1,0,0,0),(39038,1512,0,1,1,4732,0,1745.25,1481.93,130.337,4.96211,120,10,0,42,0,1,0,0,0),(39541,1506,0,1,1,2407,1,1747.31,1282.72,112.219,0.209708,300,5,0,71,0,1,0,0,0),(40168,1507,0,1,1,2478,1,1789.48,1335.2,89.7295,1.36136,300,0,0,67,174,0,0,0,0),(40231,1535,0,1,1,2471,1,2482.01,1580.47,36.8568,0.86674,300,5,0,120,0,1,0,0,0),(40235,1522,0,1,1,11398,1,2706.49,852.049,112.419,4.78475,300,5,0,126,289,1,0,0,0),(40449,1522,0,1,1,11398,1,2754.03,1005.29,111.655,2.99748,300,10,0,126,289,1,0,0,0),(40450,1548,0,1,1,9020,0,1797.18,938.541,41.9494,0.743267,300,5,0,137,0,1,0,0,0),(40465,1548,0,1,1,9020,0,2059.38,848.958,36.2982,0.001335,300,5,0,137,0,1,0,0,0),(40474,1548,0,1,1,9020,0,1973.2,1037.1,39.6773,4.53376,300,5,0,137,0,1,0,0,0),(40477,1554,0,1,1,8808,0,1810.82,960.08,37.1006,2.75035,300,5,0,156,0,1,0,0,0),(40478,1548,0,1,1,9020,0,1688.11,665.287,45.8873,5.21853,300,0,0,137,0,0,0,0,0),(40479,1548,0,1,1,9020,0,2012.78,1051.25,31.9038,3.60979,300,5,0,137,0,1,0,0,0),(40480,1554,0,1,1,8808,0,2049.16,1132.47,34.008,1.21205,300,5,0,156,0,1,0,0,0),(40513,1554,0,1,1,8808,0,1755.96,1005.22,51.2938,4.19106,300,10,0,156,0,1,0,0,0),(40597,1553,0,1,1,4734,0,2340.46,796.87,35.2987,2.99459,300,10,0,120,0,1,0,0,0),(40598,1548,0,1,1,9020,0,2448.57,943.104,74.7156,2.06843,300,5,0,137,0,1,0,0,0),(40599,1548,0,1,1,9020,0,2400.94,993.575,66.2804,6.12029,300,5,0,137,0,1,0,0,0),(40600,1526,0,1,1,1201,0,2206.06,744.945,38.7574,0.143037,300,10,0,120,0,1,0,0,0),(40607,1526,0,1,1,1201,0,2247.62,712.36,35.3892,4.71451,300,10,0,120,0,1,0,0,0),(41294,1525,0,1,1,1200,0,2402.65,500.504,39.7787,5.41052,300,0,0,102,0,0,0,0,0),(41295,1526,0,1,1,1201,0,2217.13,687.886,35.6444,2.75492,300,10,0,120,0,1,0,0,0),(41296,1543,0,1,1,441,1,2604.81,1466.91,-8.54959,2.14675,300,0,0,137,0,0,0,0,0),(41297,1543,0,1,1,441,1,2481.31,1648.42,15.1975,3.04617,300,5,0,137,0,1,0,0,0),(41298,1544,0,1,1,1005,1,2503.82,1426.54,4.81029,3.49057,300,5,0,148,165,1,0,0,0),(41299,1543,0,1,1,441,1,2479.43,1702.89,24.6397,1.0183,300,3,0,137,0,1,0,0,0),(41300,1543,0,1,1,441,1,2656.3,1398.33,-3.25286,5.16577,300,5,0,137,0,1,0,0,0),(41301,1544,0,1,1,1005,1,2526.72,1469.03,-1.80913,2.2517,300,5,0,148,165,1,0,0,0),(41302,1544,0,1,1,1005,1,2530.86,1656.53,5.77004,3.29867,300,2,0,148,165,1,0,0,0),(41668,1544,0,1,1,1005,1,2479.13,1369.2,13.3845,4.13327,300,0,0,148,165,0,0,0,0),(41672,1544,0,1,1,1005,1,2535.55,1646.73,3.36458,0.436332,300,0,0,148,165,0,0,0,0),(41673,1543,0,1,1,441,1,2998.12,247.214,-0.407396,0.244346,300,0,0,137,0,0,0,0,0),(41676,1544,0,1,1,1005,1,2973.36,139.908,1.40939,4.19148,300,5,0,148,165,1,0,0,0),(41718,1553,0,1,1,4734,0,2514.82,217.964,42.5614,3.42829,300,10,0,120,0,1,0,0,0),(41727,1553,0,1,1,4734,0,2453.1,188.033,33.525,0.935894,300,5,0,120,0,1,0,0,0),(41728,1553,0,1,1,4734,0,2326.87,106.511,35.8591,5.17254,300,10,0,120,0,1,0,0,0),(41729,1553,0,1,1,4734,0,2537.68,301.928,40.8648,0.883556,300,5,0,120,0,1,0,0,0),(41734,1553,0,1,1,4734,0,2183.87,139.524,51.4741,4.95744,300,5,0,120,0,1,0,0,0),(41736,1553,0,1,1,4734,0,2619.37,108.48,33.0504,4.48512,300,5,0,120,0,1,0,0,0),(41739,4281,0,1,1,2517,1,2764.63,-891.382,147.599,3.87511,300,5,0,950,0,1,0,0,0),(41741,5403,0,1,1,2410,0,2877.43,-630.238,137.922,4.43314,120,0,0,42,0,0,0,0,0),(41742,5406,0,1,1,2408,0,2871.59,-628.901,137.922,4.59022,120,0,0,42,0,0,0,0,0),(41743,1554,0,1,1,8808,0,1901.26,-589.837,48.6169,2.3113,300,5,0,156,0,1,0,0,0),(41744,1554,0,1,1,8808,0,1683.55,-319.12,54.1702,3.28948,300,5,0,156,0,1,0,0,0),(41745,1548,0,1,1,9020,0,1732.34,-347.517,36.8038,2.42258,300,10,0,137,0,1,0,0,0),(41746,1554,0,1,1,8808,0,2717.09,-249.036,54.9964,0.037807,300,10,0,156,0,1,0,0,0),(41747,1554,0,1,1,8808,0,2069.76,-336.926,38.025,4.77827,300,0,0,156,0,0,0,0,0),(41748,1554,0,1,1,8808,0,1677.75,-519.032,43.4189,4.06974,300,0,0,156,0,0,0,0,0),(41749,1548,0,1,1,9020,0,2589.88,-264.998,52.9115,6.13303,300,5,0,137,0,1,0,0,0),(41750,1549,0,1,1,3916,0,2483.61,-982.437,75.8406,3.66951,300,10,0,176,0,1,0,0,0),(41754,1549,0,1,1,3916,0,2580.09,-729.736,70.0364,3.72526,300,5,0,176,0,1,0,0,0),(41756,1549,0,1,1,3916,0,2450.9,-916.043,63.7258,3.84471,300,10,0,176,0,1,0,0,0),(41760,1555,0,1,1,368,0,2327.89,-784.389,71.6932,6.23825,300,10,0,176,0,1,0,0,0),(41761,1554,0,1,1,8808,0,2547.33,-974.783,79.6675,5.63226,300,5,0,156,0,1,0,0,0),(41776,1509,0,1,1,604,0,2005.83,1377.9,61.7779,1.27262,300,10,0,55,0,1,0,0,0),(41808,1513,0,1,1,9535,0,2046.75,1333.03,69.1161,1.97851,300,10,0,71,0,1,0,0,0),(41825,1509,0,1,1,604,0,2010.67,1330.47,76.1351,4.3355,300,5,0,55,0,1,0,0,0),(41826,7395,0,1,1,2177,0,1597.88,226.795,-62.1085,3.11733,120,1,0,42,0,1,0,0,0),(41827,7395,0,1,1,2177,0,1593.4,224.571,-62.1169,5.83773,120,1,0,42,0,1,0,0,0),(41828,4550,0,1,1,3942,0,1595.84,244.236,-52.0596,1.50098,300,0,0,5544,0,0,0,0,0),(41829,23103,0,1,1,11466,0,1773.32,333.295,-62.2049,1.50098,300,0,0,2871,0,0,0,0,0),(41830,5706,0,1,1,4063,1,1595.9,130.349,-62.1777,1.59303,300,0,0,484,0,2,0,0,0),(41831,5701,0,1,1,4058,1,1594.51,129.267,-62.1777,1.59302,300,0,0,484,0,0,0,0,0),(41832,5707,0,1,1,4064,1,1597.35,128.684,-62.1777,1.59389,300,0,0,484,0,0,0,0,0),(41833,5693,0,1,1,4020,1,1782.99,59.5277,-61.4065,3.14937,300,0,0,328,0,0,0,0,0),(41834,4563,0,1,1,2675,1,1775.98,46.1265,-61.4063,0.890118,300,0,0,4120,0,0,0,0,0),(41835,4607,0,1,1,2626,1,1784.45,401.799,-57.1312,5.41052,300,0,0,1753,0,0,0,0,0),(41836,5659,0,1,1,3859,1,1725.73,375.72,-60.5538,0.453786,300,0,0,484,0,0,0,0,0),(41837,4600,0,1,1,2628,1,1666.31,310.363,-62.0695,0.785398,300,0,0,1003,0,0,0,0,0),(41838,5819,0,1,1,4378,1,1692.65,281.799,-62.0574,1.29154,300,0,0,1003,0,0,0,0,0),(41839,4603,0,1,1,2643,1,1706.63,271.476,-62.0714,1.85005,300,0,0,1003,0,0,0,0,0),(41840,5697,0,1,1,4054,1,1655.74,367.394,-60.7665,4.27606,300,0,0,102,0,0,0,0,0),(41841,4594,0,1,1,2658,1,1775.77,409.607,-57.1143,1.58825,300,0,0,2769,0,0,0,0,0),(41842,5652,0,1,1,3019,0,1684.97,422.634,-62.2149,4.88692,300,0,0,2097,0,0,0,0,0),(41843,4596,0,1,1,2632,1,1681.91,285.452,-62.0548,1.74533,300,0,0,1342,0,0,0,0,0),(41844,5669,0,1,1,4010,1,1717.1,290.181,-62.1068,5.02655,300,0,0,484,0,2,0,0,0),(41845,1522,0,1,1,11398,1,2911.28,877.134,118.975,3.1522,300,5,0,126,289,1,0,0,0),(41846,1522,0,1,1,11398,1,2922.8,854.711,111.968,4.1739,300,5,0,126,289,1,0,0,0),(41847,1522,0,1,1,11398,1,2864.41,904.538,118.588,0.894464,300,5,0,126,289,1,0,0,0),(41848,1523,0,1,1,535,1,2993.27,905.525,106.625,5.51358,300,5,0,148,165,1,0,0,0),(41849,1544,0,1,1,1005,1,2413.31,1855.42,0.806177,4.09161,300,5,0,148,165,1,0,0,0),(41850,1545,0,1,1,346,1,2588.9,1417.37,-1.57098,5.30332,300,5,0,176,0,1,0,0,0),(41851,1545,0,1,1,346,1,2428.51,1821.75,22.9221,1.71974,300,0,0,176,0,0,0,0,0),(41852,1545,0,1,1,346,1,2377.49,1881.8,0.722556,3.60169,300,3,0,176,0,1,0,0,0),(41853,4075,0,1,1,1141,0,1672.19,1633.83,139.027,5.24057,120,5,0,8,0,1,0,0,0),(41854,4075,0,1,1,1418,0,2868.24,416.16,21.1971,5.37935,120,5,0,8,0,1,0,0,0),(41855,4075,0,1,1,1418,0,2017.95,1518.06,77.5416,3.92699,120,5,0,8,0,1,0,0,0),(41856,620,0,1,1,304,0,2364.21,1314.57,33.4123,1.35871,120,10,0,1,0,1,0,0,0),(41857,4075,0,1,1,1418,0,2093.35,604.085,35.0535,2.21625,120,10,0,8,0,1,0,0,0),(41858,1554,0,1,1,8808,0,2918.8,-186.002,37.8195,5.0299,300,5,0,156,0,1,0,0,0),(41859,1548,0,1,1,9020,0,2764.71,-87.276,34.935,0.109133,300,5,0,137,0,1,0,0,0),(41860,1554,0,1,1,8808,0,2848.38,-48.0335,30.1793,2.69541,300,5,0,156,0,1,0,0,0),(41861,1554,0,1,1,8808,0,2847.92,-116.487,32.288,3.26885,300,10,0,156,0,1,0,0,0),(41862,1548,0,1,1,9020,0,2902.91,-421.642,81.4762,1.91211,300,10,0,137,0,1,0,0,0),(41863,1554,0,1,1,8808,0,2819.11,74.3523,27.48,0.141203,300,5,0,156,0,1,0,0,0),(41864,1548,0,1,1,9020,0,2815.17,-81.3475,32.2269,2.83591,300,5,0,137,0,1,0,0,0),(41865,1554,0,1,1,8808,0,2736.27,119.118,33.4145,3.47085,300,5,0,156,0,1,0,0,0),(41866,1548,0,1,1,9020,0,2974.19,-312.483,21.139,2.9509,300,10,0,137,0,1,0,0,0),(41867,1545,0,1,1,346,1,3026.85,-373.202,2.72663,0.733038,300,0,0,176,0,0,0,0,0),(41868,1545,0,1,1,346,1,2943.25,121.338,6.32456,4.2237,300,0,0,176,0,0,0,0,0),(41869,1545,0,1,1,346,1,3020.63,-148.949,5.32065,0.889039,300,10,0,176,0,1,0,0,0),(41870,1544,0,1,1,1005,1,2939.94,117.125,6.51909,0.645772,300,0,0,148,165,0,0,0,0),(41871,1544,0,1,1,1005,1,2941.69,102.462,6.31055,6.05629,300,0,0,148,165,0,0,0,0),(41872,1545,0,1,1,346,1,3049.16,-185.279,3.10857,3.81163,300,10,0,176,0,1,0,0,0),(41873,1545,0,1,1,346,1,3049.05,6.10373,0.300488,2.98451,300,0,0,176,0,0,0,0,0),(41874,1545,0,1,1,346,1,3077.85,-220.726,0.524573,4.59791,300,5,0,176,0,1,0,0,0),(41879,1545,0,1,1,346,1,3052.38,-49.299,4.66287,2.56563,300,0,0,176,0,0,0,0,0),(41880,1544,0,1,1,1005,1,3072.19,-34.8902,0.475697,2.84489,300,0,0,148,165,0,0,0,0),(41882,1909,0,1,1,757,1,1178.49,347.982,33.9388,2.6951,300,5,0,377,408,1,0,0,0),(41883,13839,0,1,1,13854,1,1420.34,428.313,-55.1515,5.3058,900,0,0,4400,0,0,0,0,0),(41884,36213,0,1,1,0,1,1763.17,328.739,-62.1422,3.21141,300,0,0,15952,0,0,0,0,0),(41885,13839,0,1,1,13807,1,1347.12,438.301,-55.8386,0.034907,900,0,0,4400,0,0,0,0,0),(41886,13839,0,1,1,13856,1,1384.79,443.291,-52.8399,5.81195,900,0,0,4400,0,0,0,0,0),(41887,36213,0,1,1,0,1,1599.45,203.725,55.3256,3.14159,300,0,0,15952,0,0,0,0,0),(41888,36213,0,1,1,0,1,1558.44,421.562,-62.0937,4.95674,300,0,0,15952,0,0,0,0,0),(41889,36213,0,1,1,0,1,1515.46,413.822,-62.1024,3.7001,300,0,0,15952,0,0,0,0,0),(41890,36213,0,1,1,0,1,1679.78,413.498,-62.2157,5.81195,300,0,0,15952,0,0,0,0,0),(41891,36213,0,1,1,0,1,1705.98,396.834,-62.209,2.56563,300,0,0,15952,0,0,0,0,0),(41892,36213,0,1,1,0,1,1751.47,130.047,-62.2117,0.994838,300,0,0,15952,0,0,0,0,0),(41893,1547,0,1,1,9021,0,2444.26,1230.08,46.1397,2.93998,300,10,0,102,0,1,0,0,0),(41894,1553,0,1,1,4734,0,2565.89,1176.99,73.7179,1.16744,300,5,0,120,0,1,0,0,0),(41895,1553,0,1,1,4734,0,2506.14,1120.82,72.4293,1.218,300,5,0,120,0,1,0,0,0),(41896,1547,0,1,1,9021,0,2412.49,1295.11,29.6979,0.993357,300,10,0,102,0,1,0,0,0),(41897,1512,0,1,1,4732,0,1911.89,1753.78,96.3078,2.50895,120,10,0,42,0,1,0,0,0),(41898,1512,0,1,1,4732,0,1742.24,1453.97,131.84,3.14648,120,10,0,42,0,1,0,0,0),(41899,1512,0,1,1,4732,0,1686.45,1448.19,133.05,1.56201,120,10,0,42,0,1,0,0,0),(41900,1512,0,1,1,4732,0,1884.93,1772.64,117.067,3.13433,120,10,0,42,0,1,0,0,0),(41901,1512,0,1,1,4732,0,1922.86,1778.06,117.337,2.14774,120,10,0,42,0,1,0,0,0),(41902,1512,0,1,1,4732,0,1806.62,1774.72,132.974,3.13085,120,10,0,42,0,1,0,0,0),(41903,1512,0,1,1,4732,0,1679.99,1586.57,128.822,1.13599,120,10,0,42,0,1,0,0,0),(41904,1512,0,1,1,4732,0,1653.94,1706.35,148.898,4.31429,120,10,0,42,0,1,0,0,0),(41905,1502,0,1,1,829,0,1973.7,1597.14,82.3567,3.85391,120,5,0,42,0,1,0,0,0),(41906,1501,0,1,1,10973,0,1905.06,1462.11,82.1722,5.87028,120,5,0,42,0,1,0,0,0),(41907,1554,0,1,1,8808,0,2003.88,1152.09,41.0463,3.39936,300,5,0,156,0,1,0,0,0),(41908,1548,0,1,1,9020,0,1819.7,1014.79,38.0631,0.403329,300,10,0,137,0,1,0,0,0),(41909,1554,0,1,1,8808,0,1983.36,942.584,36.3713,0.603444,300,5,0,156,0,1,0,0,0),(41910,1548,0,1,1,9020,0,2010.61,921.467,37.0247,2.08397,300,5,0,137,0,1,0,0,0),(41911,1548,0,1,1,9020,0,1969.45,1053.52,39.7116,1.26943,300,5,0,137,0,1,0,0,0),(41912,1554,0,1,1,8808,0,1938.18,1079.53,35.8189,1.98684,300,10,0,156,0,1,0,0,0),(41913,1547,0,1,1,9021,0,2356.72,89.3276,27.6658,4.28231,300,10,0,102,0,1,0,0,0),(41914,1547,0,1,1,9021,0,2499.05,276.281,44.7329,5.22063,300,5,0,102,0,1,0,0,0),(41915,1553,0,1,1,4734,0,2671.99,179.293,32.6444,1.646,300,5,0,120,0,1,0,0,0),(41916,1553,0,1,1,4734,0,2580.74,174.037,34.465,5.89355,300,0,0,120,0,0,0,0,0),(41917,1553,0,1,1,4734,0,2590.86,242.142,41.9305,1.2086,300,5,0,120,0,1,0,0,0),(41918,4281,0,1,1,2517,1,2973.33,-747.917,156.341,3.14159,300,0,0,950,0,0,0,0,0),(41919,4282,0,1,1,2512,1,2947.79,-649.427,154.773,6.18455,300,5,0,739,2068,1,0,0,0),(41920,4282,0,1,1,2513,1,2978.08,-711.854,159.094,2.87491,300,0,0,739,2068,0,0,0,0),(41921,1554,0,1,1,8808,0,1917.92,-407.395,36.68,4.61068,300,5,0,156,0,1,0,0,0),(41922,1548,0,1,1,9020,0,1974.92,-217.133,34.1384,3.08886,300,5,0,137,0,1,0,0,0),(41923,1554,0,1,1,8808,0,2293.27,-391.075,75.127,4.52764,300,5,0,156,0,1,0,0,0),(41924,1554,0,1,1,8808,0,1706.95,-551.731,42.7104,4.20415,300,5,0,156,0,1,0,0,0),(41925,1554,0,1,1,8808,0,2010.13,-120.391,35.213,3.37538,300,10,0,156,0,1,0,0,0),(41926,1554,0,1,1,8808,0,2242.01,-355.225,74.7539,4.97923,300,5,0,156,0,1,0,0,0),(41927,1548,0,1,1,9020,0,1749.49,-576.745,40.4943,3.31297,300,5,0,137,0,1,0,0,0),(41928,1554,0,1,1,8808,0,1956.35,-529.432,45.3321,5.07893,300,5,0,156,0,1,0,0,0),(41929,1554,0,1,1,8808,0,2442.93,-708.928,68.2445,4.37606,300,5,0,156,0,1,0,0,0),(41930,1555,0,1,1,368,0,2148.56,-917.96,92.3778,3.29855,300,5,0,176,0,1,0,0,0),(41931,1554,0,1,1,8808,0,2679.28,-911.239,75.8615,1.9513,300,10,0,156,0,1,0,0,0),(41932,1554,0,1,1,8808,0,2659.54,-800.647,72.0753,4.79261,300,0,0,156,0,0,0,0,0),(41933,1549,0,1,1,3916,0,2578.3,-1024.22,94.6768,3.20803,300,5,0,176,0,1,0,0,0),(41934,1549,0,1,1,3916,0,2417.97,-1047.28,89.5408,2.55757,300,10,0,176,0,1,0,0,0),(41935,1509,0,1,1,604,0,2150.73,1410.96,71.0966,1.05952,300,10,0,55,0,1,0,0,0),(41936,1522,0,1,1,11398,1,2888.27,753.724,120.32,0.464281,300,10,0,126,289,1,0,0,0),(41937,1522,0,1,1,11398,1,2806.51,1097.83,86.2252,2.11234,300,0,0,126,289,2,0,0,0),(41938,1522,0,1,1,11398,1,2928.26,894.673,118.6,2.85835,300,5,0,126,289,1,0,0,0),(41939,1523,0,1,1,535,1,2827.05,948.958,120.77,0,300,5,0,148,165,1,0,0,0),(41940,1523,0,1,1,535,1,2846.18,797.829,113.769,0.402073,300,5,0,148,165,1,0,0,0),(41941,1522,0,1,1,11398,1,2997.71,812.124,90.8305,3.16898,300,5,0,126,289,1,0,0,0),(41942,1522,0,1,1,11398,1,2975.95,1063.43,89.1266,3.37308,300,5,0,126,289,1,0,0,0),(41943,4075,0,1,1,1418,0,2820.35,-792.232,147.374,4.10611,120,5,0,8,0,1,0,0,0),(41944,4075,0,1,1,2176,0,2598.18,570.78,15.2937,3.16698,120,10,0,8,0,1,0,0,0),(41945,4075,0,1,1,1141,0,2682.82,428.711,20.81,0.148938,120,5,0,8,0,1,0,0,0),(41946,620,0,1,1,304,0,2143.53,676.102,35.4279,1.15347,120,5,0,1,0,1,0,0,0),(41947,4075,0,1,1,1418,0,2221.7,631.798,24.8213,3.40247,120,5,0,8,0,1,0,0,0),(41948,4075,0,1,1,1418,0,2358.51,271.472,35.1723,1.98955,120,5,0,8,0,1,0,0,0),(41949,721,0,1,1,4626,0,1900.96,1640.33,92.183,4.87294,120,10,0,1,0,1,0,0,0),(41950,721,0,1,1,4626,0,2336.77,1641.64,37.1435,1.22528,120,10,0,1,0,1,0,0,0),(41951,1554,0,1,1,8808,0,2957.27,-277.563,25.0322,0.578702,300,10,0,156,0,1,0,0,0),(41952,1548,0,1,1,9020,0,2948.43,-145.955,24.2124,1.94598,300,5,0,137,0,1,0,0,0),(41953,1548,0,1,1,9020,0,2793.67,-41.5503,33.9207,0.891763,300,5,0,137,0,1,0,0,0),(41954,1544,0,1,1,1005,1,3076.12,-150.204,2.44024,0,300,5,0,148,165,1,0,0,0),(41955,1545,0,1,1,346,1,3059.1,-30.1828,2.14751,2.87359,300,5,0,176,0,1,0,0,0),(41956,36213,0,1,1,0,1,1664.33,475.199,-11.807,1.5708,300,0,0,15952,0,0,0,0,0),(41957,13839,0,1,1,13856,1,1350.39,428.46,-55.7485,0.436332,900,0,0,4400,0,0,0,0,0),(41958,13839,0,1,1,13856,1,1258.26,289.543,-63.5786,0.785398,900,0,0,4400,0,0,0,0,0),(41959,13839,0,1,1,13854,1,1341.65,310.214,-63.5786,2.89725,900,0,0,4400,0,0,0,0,0),(41960,36213,0,1,1,0,1,1675.57,66.9335,-62.2018,0.453786,300,0,0,15952,0,0,0,0,0),(41961,36213,0,1,1,0,1,1494.32,401.674,-62.1024,0.541052,300,0,0,15952,0,0,0,0,0),(41962,13839,0,1,1,13854,1,1317.43,415.171,-61.1117,0.575959,900,0,0,4400,0,0,0,0,0),(41963,13839,0,1,1,13856,1,1302.77,380.188,-66.6448,1.0821,900,0,0,4400,0,0,0,0,0),(41964,36213,0,1,1,0,1,1714.91,415.04,0.33849,2.61799,300,0,0,15952,0,0,0,0,0),(41965,13839,0,1,1,13854,1,1281.1,370.935,-63.5786,4.93928,900,0,0,4400,0,0,0,0,0),(41966,1548,0,1,1,9020,0,2515.7,1001.48,78.5695,0.421696,300,5,0,137,0,1,0,0,0),(41967,1547,0,1,1,9021,0,2579.47,1288.98,48.4159,2.69629,300,5,0,102,0,1,0,0,0),(41968,1548,0,1,1,9020,0,2620.87,1018.6,101.768,2.74849,300,5,0,137,0,1,0,0,0),(41969,1553,0,1,1,4734,0,2144.7,1077.43,32.4219,1.80843,300,5,0,120,0,1,0,0,0),(41970,1553,0,1,1,4734,0,2439.71,1341.4,27.7677,6.19064,300,5,0,120,0,1,0,0,0),(41971,1548,0,1,1,9020,0,2474.97,1075.1,67.3738,3.03555,300,5,0,137,0,1,0,0,0),(41972,1547,0,1,1,9021,0,2061.68,820.331,36.1265,0.510793,300,5,0,102,0,1,0,0,0),(41973,1508,0,1,1,447,0,2162.2,1630.77,85.8424,6.14599,120,5,0,42,0,1,0,0,0),(41974,1512,0,1,1,4732,0,2143.49,1608.08,79.0285,5.89356,120,10,0,42,0,1,0,0,0),(41975,1502,0,1,1,829,0,1903.94,1489.82,93.9509,1.08002,120,2,0,42,0,1,0,0,0),(41976,1501,0,1,1,10973,0,1963.58,1606.24,88.201,1.12033,120,3,0,42,0,1,0,0,0),(41977,1554,0,1,1,8808,0,2028.77,1197.94,47.2429,5.93642,300,5,0,156,0,1,0,0,0),(41978,1554,0,1,1,8808,0,1794.47,866.693,36.8164,0.937838,300,5,0,156,0,1,0,0,0),(41979,1548,0,1,1,9020,0,2003.8,1200.61,55.3113,2.57258,300,5,0,137,0,1,0,0,0),(41980,1548,0,1,1,9020,0,1961.98,746.116,35.2365,1.18273,300,10,0,137,0,1,0,0,0),(41981,1548,0,1,1,9020,0,1942.83,810.931,38.2196,1.53869,300,5,0,137,0,1,0,0,0),(41982,1548,0,1,1,9020,0,1787.25,1080.61,47.9656,4.23879,300,10,0,137,0,1,0,0,0),(41983,1548,0,1,1,9020,0,1864.1,1159.19,47.2985,2.71464,300,10,0,137,0,1,0,0,0),(41984,1553,0,1,1,4734,0,2727.43,222.35,34.6677,4.55599,300,0,0,120,0,0,0,0,0),(41985,1547,0,1,1,9021,0,2619.22,249.018,37.4058,2.16497,300,5,0,102,0,1,0,0,0),(41986,1553,0,1,1,4734,0,2678.07,281.15,28.8312,3.22571,300,10,0,120,0,1,0,0,0),(41987,1553,0,1,1,4734,0,2735.88,126.442,33.1411,3.71334,300,5,0,120,0,1,0,0,0),(41988,1547,0,1,1,9021,0,2251.77,-18.539,26.2334,0.052965,300,10,0,102,0,1,0,0,0),(41989,1554,0,1,1,8808,0,2653.78,-267.149,58.9951,3.42326,300,5,0,156,0,1,0,0,0),(41990,1554,0,1,1,8808,0,1891.22,-673.426,49.8949,5.94075,300,10,0,156,0,1,0,0,0),(41991,1554,0,1,1,8808,0,1843.9,-419.367,33.2209,0.119728,300,5,0,156,0,1,0,0,0),(41992,1554,0,1,1,8808,0,2385.19,-183.087,33.3422,4.96494,300,5,0,156,0,1,0,0,0),(41993,1554,0,1,1,8808,0,1752.01,-562.644,38.4403,4.04009,300,5,0,156,0,1,0,0,0),(41994,1554,0,1,1,8808,0,1992.96,-153.278,34.5125,2.00396,300,5,0,156,0,1,0,0,0),(41995,1554,0,1,1,8808,0,2052.06,-604.47,60.1224,3.27879,300,5,0,156,0,1,0,0,0),(41996,1549,0,1,1,3916,0,2515.4,-1011.53,88.0203,1.36043,300,10,0,176,0,1,0,0,0),(41997,1555,0,1,1,368,0,2119.96,-887.133,110.45,1.35043,300,5,0,176,0,1,0,0,0),(41998,1555,0,1,1,368,0,2218.74,-983.596,81,4.81827,300,5,0,176,0,1,0,0,0),(41999,1549,0,1,1,3916,0,2614,-1049.52,101.931,4.25311,300,5,0,176,0,1,0,0,0),(42000,1555,0,1,1,368,0,2111.77,-847.17,109.022,0.457986,300,5,0,176,0,1,0,0,0),(42001,1555,0,1,1,368,0,2220.31,-850.34,78.8495,6.2617,300,10,0,176,0,1,0,0,0),(42002,1522,0,1,1,11398,1,2778.75,1104.72,85.2753,6.01869,300,5,0,126,289,1,0,0,0),(42003,1522,0,1,1,11398,1,2917.86,1050.78,100.829,0.055307,300,5,0,126,289,1,0,0,0),(42004,1523,0,1,1,535,1,2955.24,1006.79,109.175,4.60993,300,10,0,148,165,1,0,0,0),(42005,721,0,1,1,4626,0,2796.75,-78.4389,33.5406,4.60748,120,5,0,1,0,1,0,0,0),(42006,620,0,1,1,304,0,2141.23,640.716,34.2212,5.15441,120,5,0,1,0,1,0,0,0),(42007,4075,0,1,1,2176,0,2656.08,-258.31,52.8551,6.27237,120,5,0,8,0,1,0,0,0),(42008,4075,0,1,1,1418,0,2218.56,1230.82,40.9532,2.39557,120,10,0,8,0,1,0,0,0),(42009,1547,0,1,1,9021,0,2588.72,1317.82,39.6488,2.8959,300,5,0,102,0,1,0,0,0),(42010,1547,0,1,1,9021,0,2467.98,1282.64,33.4375,2.10756,300,5,0,102,0,1,0,0,0),(42011,1553,0,1,1,4734,0,2670.05,1338.81,33.9428,0.481113,300,5,0,120,0,1,0,0,0),(42012,1547,0,1,1,9021,0,2559.32,1141.15,76.7329,5.72417,300,10,0,102,0,1,0,0,0),(42013,1548,0,1,1,9020,0,2475.49,1021.8,68.9588,2.10189,300,5,0,137,0,1,0,0,0),(42014,1501,0,1,1,10973,0,1965.06,1610.41,83.4242,0.315183,120,0,0,42,0,0,0,0,0),(42015,1502,0,1,1,829,0,1913.02,1501.98,89.1851,1.12645,120,5,0,42,0,1,0,0,0),(42016,1501,0,1,1,10973,0,1902.39,1491.73,89.1655,5.23592,120,0,0,42,0,0,0,0,0),(42017,1553,0,1,1,4734,0,2686.78,101.531,35.8526,5.79883,300,5,0,120,0,1,0,0,0),(42018,1553,0,1,1,4734,0,2511.5,192.229,36.3517,4.02865,300,10,0,120,0,1,0,0,0),(42019,1553,0,1,1,4734,0,2699.78,137.402,33.9065,5.38911,300,5,0,120,0,1,0,0,0),(42020,1547,0,1,1,9021,0,2616.87,194.178,32.2176,0.674741,300,5,0,102,0,1,0,0,0),(42021,1553,0,1,1,4734,0,1962.01,20.7182,16.5384,2.66484,300,5,0,120,0,1,0,0,0),(42022,1554,0,1,1,8808,0,1833.56,-639.377,42.7803,0.461779,300,5,0,156,0,1,0,0,0),(42023,1548,0,1,1,9020,0,1833.36,-516.158,40.1865,4.36437,300,5,0,137,0,1,0,0,0),(42024,1548,0,1,1,9020,0,2691,-274.529,65.5054,3.52593,300,10,0,137,0,1,0,0,0),(42025,1548,0,1,1,9020,0,2450.64,-350.306,72.5602,4.52061,300,5,0,137,0,1,0,0,0),(42026,1548,0,1,1,9020,0,1652.07,-484.422,45.4857,6.16961,300,10,0,137,0,1,0,0,0),(42027,1554,0,1,1,8808,0,2419.3,-251.48,50.9036,4.68115,300,5,0,156,0,1,0,0,0),(42028,1548,0,1,1,9020,0,2403.25,-247.553,46.4789,2.87671,300,5,0,137,0,1,0,0,0),(42029,1548,0,1,1,9020,0,1982.56,-545.947,50.3998,3.15655,300,5,0,137,0,1,0,0,0),(42030,1555,0,1,1,368,0,2169.2,-752.18,73.659,2.15094,300,10,0,176,0,1,0,0,0),(42031,1549,0,1,1,3916,0,2697.17,-856.186,79.3438,0.390871,300,5,0,176,0,1,0,0,0),(42032,1554,0,1,1,8808,0,2417.8,-376.11,70.3854,1.37632,300,5,0,156,0,1,0,0,0),(42033,1554,0,1,1,8808,0,2502.51,-719.957,66.0479,0.580961,300,5,0,156,0,1,0,0,0),(42034,1555,0,1,1,368,0,2280.01,-1019.41,77.7253,5.0925,300,5,0,176,0,1,0,0,0),(42035,4075,0,1,1,1418,0,2810.85,379.2,22.594,5.21633,120,5,0,8,0,1,0,0,0),(42036,4075,0,1,1,2176,0,1822.5,1114.12,42.0064,2.02672,120,5,0,8,0,1,0,0,0),(42037,4075,0,1,1,2176,0,2030.56,-480.638,38.9,0.946627,120,3,0,8,0,1,0,0,0),(42038,4075,0,1,1,1141,0,2156.51,611.58,35.6106,3.56955,120,5,0,8,0,1,0,0,0),(42039,4075,0,1,1,1418,0,1743.19,1688.86,123.943,3.05748,120,10,0,8,0,1,0,0,0),(42040,4075,0,1,1,1141,0,1984.71,-493.957,34.6207,3.52052,120,5,0,8,0,1,0,0,0),(42041,1547,0,1,1,9021,0,2519.88,1226.52,56.2916,3.12206,300,10,0,102,0,1,0,0,0),(42042,1553,0,1,1,4734,0,2220.87,1139.76,36.6167,5.69962,300,5,0,120,0,1,0,0,0),(42043,1553,0,1,1,4734,0,2161.45,1220.09,47.1151,0.03068,300,5,0,120,0,1,0,0,0),(42044,1553,0,1,1,4734,0,2675.43,1294.6,48.5679,2.34929,300,5,0,120,0,1,0,0,0),(42045,1553,0,1,1,4734,0,2372.05,1211.64,35.8553,2.40028,300,5,0,120,0,1,0,0,0),(42046,1553,0,1,1,4734,0,2561.23,1114.3,84.8773,0.295197,300,10,0,120,0,1,0,0,0),(42047,1502,0,1,1,829,0,1903.63,1504.34,93.9357,6.1759,120,2,0,42,0,1,0,0,0),(42048,1501,0,1,1,10973,0,1897.77,1493.79,93.9501,1.81434,120,2,0,42,0,1,0,0,0),(42049,1553,0,1,1,4734,0,2577.03,323.101,39.7199,4.60281,300,5,0,120,0,1,0,0,0),(42050,1547,0,1,1,9021,0,2515.5,255.284,47.1736,0.373197,300,10,0,102,0,1,0,0,0),(42051,1553,0,1,1,4734,0,2193.49,93.1966,37.5979,0.818535,300,10,0,120,0,1,0,0,0),(42052,1548,0,1,1,9020,0,1621.75,-390.972,45.3384,4.99564,300,10,0,137,0,1,0,0,0),(42053,1548,0,1,1,9020,0,2045.16,-181.377,36.3115,1.10453,300,5,0,137,0,1,0,0,0),(42054,1548,0,1,1,9020,0,1688.02,-469.922,44.0814,3.81146,300,5,0,137,0,1,0,0,0),(42055,1554,0,1,1,8808,0,1808.82,-309.396,36.8131,6.24104,300,10,0,156,0,1,0,0,0),(42056,1554,0,1,1,8808,0,2393.91,-388.474,69.6596,5.1244,300,5,0,156,0,1,0,0,0),(42057,1554,0,1,1,8808,0,1839.31,-746.696,68.6534,4.14986,300,10,0,156,0,1,0,0,0),(42058,1554,0,1,1,8808,0,1713.37,-613.398,44.8726,3.1703,300,5,0,156,0,1,0,0,0),(42059,1548,0,1,1,9020,0,1909.89,-537.167,43.7312,1.04076,300,10,0,137,0,1,0,0,0),(42060,1555,0,1,1,368,0,2220.65,-942.049,75.1152,2.85754,300,5,0,176,0,1,0,0,0),(42061,1549,0,1,1,3916,0,2367.13,-716.426,74.2817,3.11816,300,10,0,176,0,1,0,0,0),(42062,1555,0,1,1,368,0,2315.15,-1081.06,80.6716,2.38105,300,5,0,176,0,1,0,0,0),(42063,1555,0,1,1,368,0,2217.89,-881.002,78.1769,0.431316,300,5,0,176,0,1,0,0,0),(42064,1549,0,1,1,3916,0,2517.66,-952.736,71.5761,4.86244,300,10,0,176,0,1,0,0,0),(42065,1549,0,1,1,3916,0,2439.95,-950.552,70.0778,3.31638,300,10,0,176,0,1,0,0,0),(42066,1555,0,1,1,368,0,2245.9,-793.033,73.6554,2.31838,300,5,0,176,0,1,0,0,0),(42067,4075,0,1,1,1141,0,2141.09,549.867,42.9889,2.56497,120,5,0,8,0,1,0,0,0),(42068,721,0,1,1,328,0,2213,717.382,37.2731,5.47845,120,10,0,1,0,1,0,0,0),(42069,4075,0,1,1,1141,0,2821.64,-180.728,47.0327,2.38381,120,5,0,8,0,1,0,0,0),(42070,4075,0,1,1,2176,0,2369.77,-1065.88,86.6374,0.020467,120,5,0,8,0,1,0,0,0),(42071,4075,0,1,1,1141,0,2327.27,102.226,35.2148,5.27927,120,10,0,8,0,1,0,0,0),(42072,4075,0,1,1,1141,0,2539.64,495.943,24.5441,0.125324,120,5,0,8,0,1,0,0,0),(42073,4075,0,1,1,1141,0,1781.61,1440.51,94.3112,1.32506,120,10,0,8,0,1,0,0,0),(42074,4075,0,1,1,1418,0,2139.45,756.124,33.2734,4.99692,120,5,0,8,0,1,0,0,0),(42075,1502,0,1,1,829,0,1921.09,1487.49,87.5093,0.832834,120,5,0,42,0,1,0,0,0),(42076,1502,0,1,1,829,0,1961.64,1603.7,83.4338,2.0583,120,0,0,42,0,0,0,0,0),(42077,1554,0,1,1,8808,0,2035.2,-223.878,35.7451,3.15917,300,5,0,156,0,1,0,0,0),(42078,1554,0,1,1,8808,0,1655.69,-377.126,45.0213,2.69558,300,10,0,156,0,1,0,0,0),(42079,1548,0,1,1,9020,0,2123.69,-259.117,52.4861,0.088007,300,10,0,137,0,1,0,0,0),(42080,1548,0,1,1,9020,0,1846.85,-568.116,39.861,1.79445,300,5,0,137,0,1,0,0,0),(42081,1548,0,1,1,9020,0,1722.55,-424.21,34.646,5.56549,300,5,0,137,0,1,0,0,0),(42082,1548,0,1,1,9020,0,1787.53,-443.286,33.3978,2.03561,300,5,0,137,0,1,0,0,0),(42083,1554,0,1,1,8808,0,1952.39,-254.878,36.3384,3.93022,300,5,0,156,0,1,0,0,0),(42084,1554,0,1,1,8808,0,1644.03,-585.304,45.1872,5.88972,300,10,0,156,0,1,0,0,0),(42085,1554,0,1,1,8808,0,2613.41,-910.495,59.8369,1.72374,300,10,0,156,0,1,0,0,0),(42086,1554,0,1,1,8808,0,2548.85,-1050.31,100.668,4.10835,300,5,0,156,0,1,0,0,0),(42087,1554,0,1,1,8808,0,2608.87,-790.742,70.0149,4.18755,300,5,0,156,0,1,0,0,0),(42088,1555,0,1,1,368,0,2177.6,-826.715,81.1248,3.528,300,5,0,176,0,1,0,0,0),(42089,1555,0,1,1,368,0,2337.1,-991.114,74.0947,5.75047,300,5,0,176,0,1,0,0,0),(42090,1555,0,1,1,368,0,2234.77,-886.223,76.0049,3.26885,300,5,0,176,0,1,0,0,0),(42091,1555,0,1,1,368,0,2318.02,-1024.3,76.1473,4.82934,300,5,0,176,0,1,0,0,0),(42092,4075,0,1,1,1418,0,2372.35,461.04,34.7763,5.87902,120,10,0,8,0,1,0,0,0),(42093,4075,0,1,1,1418,0,2005,-299.032,39.3418,1.29087,120,5,0,8,0,1,0,0,0),(42094,620,0,1,1,304,0,2279.84,1312.77,32.5179,6.04756,120,5,0,1,0,1,0,0,0),(42095,4075,0,1,1,1141,0,1813.78,1617.07,97.1351,0.107772,120,5,0,8,0,1,0,0,0),(42096,1548,0,1,1,9020,0,2414.32,-213.115,41.2042,1.14385,300,5,0,137,0,1,0,0,0),(42097,1554,0,1,1,8808,0,2360.03,-206.675,39.1958,0.940276,300,5,0,156,0,1,0,0,0),(42098,1548,0,1,1,9020,0,1909.72,-620.365,50.9364,2.99652,300,10,0,137,0,1,0,0,0),(42099,1554,0,1,1,8808,0,2414.04,-335.328,68.8014,2.69919,300,5,0,156,0,1,0,0,0),(42100,1554,0,1,1,8808,0,1690.37,-443.809,43.4174,3.34818,300,10,0,156,0,1,0,0,0),(42101,1554,0,1,1,8808,0,1796.74,-597.748,40.2708,5.21096,300,5,0,156,0,1,0,0,0),(42102,1548,0,1,1,9020,0,1883.2,-442.467,39.2225,4.2445,300,5,0,137,0,1,0,0,0),(42103,1554,0,1,1,8808,0,2329.31,-186.766,34.1861,1.46607,300,5,0,156,0,1,0,0,0),(42104,1549,0,1,1,3916,0,2395.81,-1007.27,80.1368,3.37194,300,10,0,176,0,1,0,0,0),(42105,1555,0,1,1,368,0,2301.88,-812.625,70.4841,0.180727,300,10,0,176,0,1,0,0,0),(42106,1549,0,1,1,3916,0,2345.86,-563,81.8322,3.11023,300,5,0,176,0,1,0,0,0),(42107,1555,0,1,1,368,0,2181.99,-951.31,87.1705,3.62971,300,5,0,176,0,1,0,0,0),(42108,1549,0,1,1,3916,0,2471.74,-896.42,61.5998,0.710108,300,5,0,176,0,1,0,0,0),(42109,1555,0,1,1,368,0,2300.73,-783.712,68.2987,3.31514,300,10,0,176,0,1,0,0,0),(42118,1549,0,1,1,3916,0,2429.66,-985.082,76.5702,3.77943,300,10,0,176,0,1,0,0,0),(42119,1549,0,1,1,3916,0,2376.47,-950.449,69.6505,2.71907,300,10,0,176,0,1,0,0,0),(42120,4075,0,1,1,1418,0,1712.44,679.645,44.7523,0.820305,120,0,0,8,0,0,0,0,0),(42121,4075,0,1,1,1418,0,2424.74,340.343,35.706,1.2956,120,5,0,8,0,1,0,0,0),(42124,4075,0,1,1,1141,0,1708.7,1689.15,133.817,4.84565,120,10,0,8,0,1,0,0,0),(42128,4075,0,1,1,1418,0,2918.08,-262.821,40.4747,1.56353,120,10,0,8,0,1,0,0,0),(42129,4075,0,1,1,1418,0,2388.78,1248.94,36.459,4.65868,120,10,0,8,0,1,0,0,0),(42130,1548,0,1,1,9020,0,1772.84,-469.776,35.9266,1.08095,300,5,0,137,0,1,0,0,0),(42131,1554,0,1,1,8808,0,2049.6,-282.117,37.7761,1.19464,300,5,0,156,0,1,0,0,0),(42132,1548,0,1,1,9020,0,2437.69,-250.688,50.3988,0.013671,300,5,0,137,0,1,0,0,0),(42133,1548,0,1,1,9020,0,2504.47,-339.535,77.4101,1.19627,300,5,0,137,0,1,0,0,0),(42134,1554,0,1,1,8808,0,1891.37,-524.258,39.6179,0.760541,300,10,0,156,0,1,0,0,0),(42135,1554,0,1,1,8808,0,2614.63,-277.275,62.2164,4.52575,300,5,0,156,0,1,0,0,0),(42136,4075,0,1,1,1418,0,1751.47,1581.63,112.728,4.54457,120,5,0,8,0,1,0,0,0),(42137,4075,0,1,1,2176,0,2152.91,1557.48,81.1316,4.86269,120,5,0,8,0,1,0,0,0),(42138,4075,0,1,1,1141,0,2340.08,331.204,36.298,4.19373,120,5,0,8,0,1,0,0,0),(42139,721,0,1,1,328,0,2732.23,462.884,22.5416,1.15783,120,10,0,1,0,1,0,0,0),(42140,4075,0,1,1,1418,0,1795.41,869.919,34.6667,0.51604,120,5,0,8,0,1,0,0,0),(42141,10357,0,1,1,9750,0,1802.04,1096.59,42.1426,5.13934,300,0,0,278,0,0,0,0,0),(42142,10356,0,1,1,7892,0,2567.3,1230.28,65.7738,0.452651,300,0,0,198,0,0,0,0,0),(42143,10358,0,1,1,5430,0,2013.67,-353.764,35.5772,3.17405,300,0,0,230,249,0,0,0,0),(42144,1911,0,1,1,1994,1,3009.79,173.515,0.398306,2.30383,300,0,0,230,374,0,0,0,0),(42145,1553,0,1,1,4734,0,2063.08,975.478,35.4176,3.50783,300,5,0,120,0,1,0,0,0),(42146,1934,0,1,1,3532,1,2275.16,1317.45,33.3862,5.88176,300,0,0,120,0,0,0,0,0),(42147,1934,0,1,1,3532,1,2277.63,1305.24,33.0179,0.778991,300,5,0,120,0,1,0,0,0),(42148,1935,0,1,1,3534,1,2279.28,1310.58,32.5179,3.90673,300,0,0,102,0,2,0,0,0); -INSERT INTO `creature` VALUES (42149,1934,0,1,1,3532,1,2310.84,1416.31,33.4583,3.65836,300,10,0,120,0,1,0,0,0),(42150,1935,0,1,1,3534,1,2284.06,1445.74,33.4583,3.95795,300,10,0,102,0,1,0,0,0),(42151,1934,0,1,1,3532,1,2276.99,1382.05,33.4583,2.66739,300,10,0,120,0,1,0,0,0),(42152,1934,0,1,1,3532,1,2282.15,1339.1,33.4775,6.20779,300,5,0,120,0,1,0,0,0),(42184,1544,0,1,1,1005,1,2990.21,396.962,8.04452,5.23599,300,0,0,148,165,0,0,0,0),(51801,11734,1,1,1,12155,0,-8267.37,314.835,-102.019,2.33967,300,3,0,3849,0,1,0,0,0),(42646,1543,0,1,1,441,1,2970.28,389.261,15.7945,5.32325,300,0,0,137,0,0,0,0,0),(42665,1543,0,1,1,441,1,2969.13,386.905,15.9195,5.96903,300,0,0,137,0,0,0,0,0),(42666,1553,0,1,1,4734,0,2397.83,1264.81,36.1853,2.18832,300,5,0,120,0,1,0,0,0),(42667,1545,0,1,1,346,1,2916.44,1289.88,1.84693,1.67153,300,5,0,176,0,1,0,0,0),(42795,1547,0,1,1,9021,0,2271.2,1254.55,35.7271,1.2437,300,5,0,102,0,1,0,0,0),(42796,1545,0,1,1,346,1,2790.8,1246.18,-0.301244,4.92301,300,5,0,176,0,1,0,0,0),(42867,1548,0,1,1,9020,0,2500.41,1169.19,67.6298,2.25591,300,5,0,137,0,1,0,0,0),(42872,1545,0,1,1,346,1,2780.05,1315.81,-5.11268,3.13342,300,5,0,176,0,1,0,0,0),(42873,1545,0,1,1,346,1,2784.47,1186.17,-0.594686,0.804733,300,5,0,176,0,1,0,0,0),(43425,1544,0,1,1,1005,1,2754.65,1382.76,2.20305,0.890564,300,5,0,148,165,1,0,0,0),(43426,1545,0,1,1,346,1,2681.12,1382.48,-0.289437,4.36963,300,5,0,176,0,1,0,0,0),(43427,1545,0,1,1,346,1,2613.4,1382.5,0.861164,2.7506,300,10,0,176,0,1,0,0,0),(43614,1544,0,1,1,1005,1,2614.28,1387.11,0.370335,2.12618,300,10,0,148,165,1,0,0,0),(43662,1543,0,1,1,441,1,2574.27,1361.5,10.6797,1.18682,300,0,0,137,0,0,0,0,0),(43668,1544,0,1,1,1005,1,2571.51,1375.09,10.4084,1.85005,300,0,0,148,165,0,0,0,0),(43669,1526,0,1,1,1201,0,2261.59,672.42,34.7255,4.00091,300,5,0,120,0,1,0,0,0),(43689,1553,0,1,1,4734,0,2222.45,26.9671,31.884,2.43883,300,5,0,120,0,1,0,0,0),(43691,1545,0,1,1,346,1,2553.42,1386.88,5.48245,5.28045,300,5,0,176,0,1,0,0,0),(43708,1523,0,1,1,535,1,2772,1054.61,109.789,4.87979,300,5,0,148,165,1,0,0,0),(43727,1522,0,1,1,11398,1,2784.39,1048.44,110.164,4.83468,300,5,0,126,289,1,0,0,0),(43729,1523,0,1,1,535,1,2888.89,1006.85,111.243,0.073326,300,5,0,148,165,1,0,0,0),(43730,1522,0,1,1,11398,1,2920.7,971.591,119.246,5.36691,300,5,0,126,289,1,0,0,0),(43731,1523,0,1,1,535,1,2854.63,1052.78,113.315,1.0674,300,10,0,148,165,1,0,0,0),(43732,1530,0,1,1,10256,0,2874.11,837.247,111.366,6.20288,300,10,0,198,0,1,0,0,0),(43733,1553,0,1,1,4734,0,2565.64,1257.08,56.3347,0.11152,300,5,0,120,0,1,0,0,0),(43736,1534,0,1,1,10752,0,3033.27,683.12,66.6006,-3.12625,300,0,0,176,0,0,0,0,0),(43909,1910,0,1,1,2597,1,2560.56,1384.3,4.44448,1.98845,3600,0,0,186,286,2,0,0,0),(43910,1534,0,1,1,10752,0,3044.19,678.489,65.078,1.48391,300,0,0,176,0,0,0,0,0),(43911,1530,0,1,1,1196,0,3027.96,669.401,73.5604,1.48557,300,0,0,198,0,0,0,0,0),(43912,1530,0,1,1,4631,0,3039.66,665.585,58.1085,0.799702,300,0,0,198,0,0,0,0,0),(43913,1526,0,1,1,1201,0,2480.54,596.032,32.2197,4.60534,300,5,0,120,0,1,0,0,0),(43914,1941,0,1,1,10853,1,2515.76,538.398,34.5602,5.89921,300,0,0,120,0,0,0,0,0),(43915,1941,0,1,1,10853,1,2482.21,465.683,41.2163,2.13594,300,10,0,120,0,1,0,0,0),(43916,721,0,1,1,328,0,2748.29,368.229,25.7244,1.4651,120,10,0,1,0,1,0,0,0),(43917,1547,0,1,1,9021,0,2554.72,1266.41,50.3286,4.82596,300,5,0,102,0,1,0,0,0),(43918,1553,0,1,1,4734,0,1880.15,609.948,45.7189,4.90289,300,10,0,120,0,1,0,0,0),(51800,11734,1,1,1,12155,0,-8352.79,371.046,-89.4943,2.00665,300,3,0,3849,0,1,0,0,0),(43921,1513,0,1,1,9535,0,1977.07,1423.22,64.3089,3.1681,300,5,0,71,0,1,0,0,0),(43922,1553,0,1,1,4734,0,2354.88,156.207,36.5644,4.37581,300,5,0,120,0,1,0,0,0),(43923,1502,0,1,1,829,0,1945.01,1506.9,87.3372,5.93766,120,5,0,42,0,1,0,0,0),(43981,1547,0,1,1,9021,0,2650.55,205.745,29.8304,4.98104,300,5,0,102,0,1,0,0,0),(44060,1554,0,1,1,8808,0,1837.61,916.219,38.4245,0.199502,300,5,0,156,0,1,0,0,0),(44062,1548,0,1,1,9020,0,2470.7,-384.806,76.1276,4.42336,300,5,0,137,0,1,0,0,0),(44063,1548,0,1,1,9020,0,1765.83,-355.961,33.8679,2.36257,300,10,0,137,0,1,0,0,0),(44064,1553,0,1,1,4734,0,2153.34,13.387,41.753,1.74531,300,5,0,120,0,1,0,0,0),(44065,1522,0,1,1,11398,1,2572.32,909.858,101.599,2.65978,300,10,0,126,289,1,0,0,0),(44066,1520,0,1,1,200,1,2531.97,956.779,92.0752,2.7106,300,10,0,120,0,1,0,0,0),(44067,1522,0,1,1,11398,1,2545.96,987.505,87.909,2.77729,300,10,0,126,289,1,0,0,0),(44068,1522,0,1,1,11398,1,2588.33,982.431,100.894,6.2539,300,5,0,126,289,1,0,0,0),(44069,1547,0,1,1,9021,0,2595.07,1206.02,69.9978,2.81861,300,10,0,102,0,1,0,0,0),(44070,1522,0,1,1,11398,1,2684.36,889.531,110.317,0.016653,300,10,0,126,289,1,0,0,0),(44071,1522,0,1,1,11398,1,2706.47,921.022,112.705,0.015624,300,10,0,126,289,1,0,0,0),(44072,1522,0,1,1,11398,1,2684.37,1027.61,108.846,5.15828,300,5,0,126,289,1,0,0,0),(44073,1548,0,1,1,9020,0,2396.26,996.841,64.2827,3.98045,300,5,0,137,0,1,0,0,0),(44074,1548,0,1,1,9020,0,2424.35,957.313,71.8265,0.777745,300,5,0,137,0,1,0,0,0),(44075,1522,0,1,1,11398,1,2644.35,983.503,111.978,1.32227,300,5,0,126,289,1,0,0,0),(44076,1520,0,1,1,200,1,2637.76,1049.97,102.771,1.12534,300,5,0,120,0,1,0,0,0),(44140,1520,0,1,1,200,1,2593.74,1019.98,99.434,6.28148,300,5,0,120,0,1,0,0,0),(44145,1547,0,1,1,9021,0,2641.94,1213.8,69.3121,4.48874,300,10,0,102,0,1,0,0,0),(44146,1548,0,1,1,9020,0,2556.33,1214.11,65.8785,4.17398,300,5,0,137,0,1,0,0,0),(44147,1554,0,1,1,8808,0,1970.56,832.231,39.3912,1.32581,300,0,0,156,0,0,0,0,0),(44155,1548,0,1,1,9020,0,1652.38,-604.238,46.4238,1.6726,300,10,0,137,0,1,0,0,0),(44156,4075,0,1,1,1141,0,2049.02,1107.39,35.6426,2.73914,120,10,0,8,0,1,0,0,0),(44157,1525,0,1,1,1200,0,2282.84,716.69,34.4655,0.069813,300,10,0,102,0,1,0,0,0),(44222,1548,0,1,1,9020,0,2071.48,-592.252,60.8234,4.27494,300,5,0,137,0,1,0,0,0),(44223,1554,0,1,1,8808,0,2553.01,-259.133,41.6946,0.996058,300,5,0,156,0,1,0,0,0),(44224,1547,0,1,1,9021,0,2143.87,1144.27,33.7075,1.16308,300,10,0,102,0,1,0,0,0),(44229,1535,0,1,1,2482,1,2288.95,1490.48,32.8677,0.525752,300,10,0,120,0,1,0,0,0),(44230,4075,0,1,1,1418,0,2075.3,3.16128,42.6668,3.38018,120,10,0,8,0,1,0,0,0),(44258,1535,0,1,1,2471,1,2321.23,1542.97,34.2747,2.36095,300,10,0,120,0,1,0,0,0),(44259,1535,0,1,1,2471,1,2378.45,1619.78,33.7167,1.73658,300,10,0,120,0,1,0,0,0),(44260,1535,0,1,1,2471,1,2294.95,1559.29,37.4996,1.55029,300,5,0,120,0,1,0,0,0),(44261,1535,0,1,1,2471,1,2351.25,1582.08,34.8732,0.950547,300,5,0,120,0,1,0,0,0),(44262,1549,0,1,1,3916,0,2381.96,-682.61,75.7777,2.3113,300,10,0,176,0,1,0,0,0),(44263,1525,0,1,1,1200,0,2201.67,569.425,28.7941,1.47459,300,5,0,102,0,1,0,0,0),(44264,1526,0,1,1,1201,0,2207.29,612.532,24.8213,2.02159,300,5,0,120,0,1,0,0,0),(44265,1525,0,1,1,1200,0,2210.83,643.242,24.8583,5.58453,300,5,0,102,0,1,0,0,0),(44266,1675,0,1,1,847,0,2778.04,413.688,19.9735,6.14503,300,5,0,137,0,1,0,0,0),(44267,1553,0,1,1,4734,0,1999.87,514.151,40.8483,6.28123,300,5,0,120,0,1,0,0,0),(44273,1553,0,1,1,4734,0,1941.58,475.956,38.0183,1.52785,300,10,0,120,0,1,0,0,0),(44274,1554,0,1,1,8808,0,2780.44,-373.084,79.1459,1.04076,300,5,0,156,0,1,0,0,0),(44275,1554,0,1,1,8808,0,1978.4,741.834,35.1912,2.55425,300,10,0,156,0,1,0,0,0),(44276,1537,0,1,1,2483,1,1849.31,608.528,48.1101,1.76196,300,5,0,156,0,1,0,0,0),(44277,1548,0,1,1,9020,0,1919.22,577.806,47.0311,5.25733,300,10,0,137,0,1,0,0,0),(44278,1553,0,1,1,4734,0,2379.79,689.46,35.7589,4.11073,300,5,0,120,0,1,0,0,0),(44280,1544,0,1,1,1005,1,2914.98,139.63,6.63987,3.31477,300,5,0,148,165,1,0,0,0),(44281,1547,0,1,1,9021,0,2220.54,836.449,44.1278,0.307439,300,5,0,102,0,1,0,0,0),(44282,1553,0,1,1,4734,0,2255.35,918.345,48.3092,1.90397,300,5,0,120,0,1,0,0,0),(44283,1553,0,1,1,4734,0,1908.74,545.586,47.2015,4.10326,300,5,0,120,0,1,0,0,0),(44284,1675,0,1,1,847,0,2750.22,325.737,29.3423,4.75042,300,10,0,137,0,1,0,0,0),(44285,1543,0,1,1,441,1,2984.86,426.09,21.2527,5.42797,300,0,0,137,0,0,0,0,0),(44286,4075,0,1,1,1141,0,2249.06,947.128,46.3209,1.51021,120,5,0,8,0,1,0,0,0),(44287,1548,0,1,1,9020,0,1589.73,662.294,85.3657,2.38866,300,5,0,137,0,1,0,0,0),(44288,1553,0,1,1,4734,0,1926.66,525.619,47.4764,4.14108,300,5,0,120,0,1,0,0,0),(44298,1522,0,1,1,11398,1,2648.84,849.539,110.334,3.92368,300,10,0,126,289,1,0,0,0),(44302,1529,0,1,1,1198,0,1946.39,-439.002,35.525,1.89252,300,5,0,176,0,1,0,0,0),(44357,1529,0,1,1,1198,0,1949.91,-409.971,35.5772,2.66689,300,5,0,176,0,1,0,0,0),(44379,1548,0,1,1,9020,0,2305.45,951.288,57.5243,4.74265,300,10,0,137,0,1,0,0,0),(44389,1553,0,1,1,4734,0,2439.29,898.408,74.5187,2.33553,300,5,0,120,0,1,0,0,0),(44392,1553,0,1,1,4734,0,1853.48,583.181,42.7662,4.6557,300,10,0,120,0,1,0,0,0),(44402,1547,0,1,1,9021,0,2231.06,1028.35,36.2459,5.73307,300,5,0,102,0,1,0,0,0),(44410,1553,0,1,1,4734,0,2479.22,867.721,84.8567,0.244682,300,0,0,120,0,0,0,0,0),(44417,1547,0,1,1,9021,0,2205.75,999.427,36.8751,5.21142,300,5,0,102,0,1,0,0,0),(44418,1520,0,1,1,200,1,2720.96,879.571,113.488,2.47125,300,5,0,120,0,1,0,0,0),(44419,1548,0,1,1,9020,0,2301.85,894.466,53.5478,4.90491,300,5,0,137,0,1,0,0,0),(44423,1548,0,1,1,9020,0,2199.24,1009.85,37.2576,2.2671,300,5,0,137,0,1,0,0,0),(44425,1548,0,1,1,9020,0,2331.25,852.817,48.4703,0.470198,300,10,0,137,0,1,0,0,0),(44426,1523,0,1,1,535,1,2802.35,880.452,111.925,4.27606,300,0,0,148,165,0,0,0,0),(44427,1553,0,1,1,4734,0,2254.8,968.584,41.7256,2.31033,300,5,0,120,0,1,0,0,0),(44428,1529,0,1,1,1198,0,2044.89,-336.63,35.5635,4.14321,300,5,0,176,0,1,0,0,0),(44429,620,0,1,1,304,0,2293.08,310.279,35.611,3.29253,120,0,0,1,0,0,0,0,0),(44430,1548,0,1,1,9020,0,1821.76,590.629,42.5656,3.15611,300,10,0,137,0,1,0,0,0),(44431,1529,0,1,1,1198,0,1945.91,-317.989,34.8625,0.891588,300,5,0,176,0,1,0,0,0),(44432,1532,0,1,1,3227,0,2056.21,-359.206,35.447,3.2501,300,5,0,198,0,1,0,0,0),(44433,4075,0,1,1,2176,0,2027.08,-307.025,36.7316,1.09875,120,5,0,8,0,1,0,0,0),(44434,1674,0,1,1,10852,0,2550.24,377.552,33.7382,6.2148,300,5,0,120,0,1,0,0,0),(44435,1532,0,1,1,3228,0,1988.21,-381.867,35.5772,3.66628,300,10,0,198,0,1,0,0,0),(44436,1941,0,1,1,10853,1,2574.9,425.176,30.487,4.35874,300,5,0,120,0,1,0,0,0),(44437,1532,0,1,1,3227,0,1985.62,-320.691,36.8912,0.463216,300,5,0,198,0,1,0,0,0),(44438,1529,0,1,1,1198,0,2036.95,-351.639,35.5721,3.98287,300,10,0,176,0,1,0,0,0),(44439,1532,0,1,1,3227,0,2015.57,-356.234,35.5772,2.84128,300,10,0,198,0,1,0,0,0),(44440,1553,0,1,1,4734,0,2110.45,1091.01,34.864,3.13322,300,5,0,120,0,1,0,0,0),(44441,1529,0,1,1,1198,0,1980.63,-349.823,35.5772,5.51277,300,10,0,176,0,1,0,0,0),(44442,1765,0,1,1,11421,0,1481.58,583.226,53.5268,4.04694,300,5,0,198,0,1,0,0,0),(44443,1548,0,1,1,9020,0,1898.77,474.694,37.27,3.04377,300,5,0,137,0,1,0,0,0),(44444,4075,0,1,1,1141,0,2596.04,504.565,21.8001,5.60182,120,10,0,8,0,1,0,0,0),(44445,1548,0,1,1,9020,0,2723.41,-42.2911,30.1924,2.22449,300,5,0,137,0,1,0,0,0),(44446,1675,0,1,1,847,0,2822.06,487.284,30.9346,2.33242,300,10,0,137,0,1,0,0,0),(44447,1548,0,1,1,9020,0,2854.97,-248.525,51.7207,1.06521,300,10,0,137,0,1,0,0,0),(44448,1548,0,1,1,9020,0,2853.05,-492.425,101.247,3.33018,300,10,0,137,0,1,0,0,0),(44449,1548,0,1,1,9020,0,2775.37,-317.052,71.9948,3.57344,300,10,0,137,0,1,0,0,0),(44453,1548,0,1,1,9020,0,2887.7,-153.281,35.3354,5.14719,300,10,0,137,0,1,0,0,0),(44454,1675,0,1,1,847,0,2887.28,419.892,23.4468,0.998987,300,5,0,137,0,1,0,0,0),(44459,1548,0,1,1,9020,0,1857.63,593.463,46.8154,4.71629,300,10,0,137,0,1,0,0,0),(44460,1675,0,1,1,847,0,2858.26,416.594,20.8228,5.8294,300,0,0,137,0,0,0,0,0),(44461,1675,0,1,1,847,0,2852.9,343.432,24.5927,1.58453,300,10,0,137,0,1,0,0,0),(44462,1547,0,1,1,9021,0,2179.79,-15.0453,38.2403,2.71289,300,5,0,102,0,1,0,0,0),(44463,1553,0,1,1,4734,0,2669.9,247.325,33.2147,5.73204,300,5,0,120,0,1,0,0,0),(44466,1547,0,1,1,9021,0,2463.9,240.053,44.5706,3.73664,300,10,0,102,0,1,0,0,0),(44470,4075,0,1,1,1141,0,2257.38,396.451,39.6083,0.05474,120,5,0,8,0,1,0,0,0),(44471,4075,0,1,1,2176,0,1793.44,-521.48,40.3178,0.785794,120,5,0,8,0,1,0,0,0),(44472,721,0,1,1,328,0,2817.34,118.544,26.1918,4.00691,120,5,0,1,0,1,0,0,0),(44473,4075,0,1,1,1141,0,2817.32,74.2523,27.3169,6.14212,120,5,0,8,0,1,0,0,0),(44474,1674,0,1,1,10852,0,2651.25,430.792,24.2771,5.67838,300,10,0,120,0,1,0,0,0),(44475,1675,0,1,1,847,0,2749.73,384.845,24.1979,4.26793,300,10,0,137,0,1,0,0,0),(44476,1675,0,1,1,847,0,2720.04,349.111,28.2431,0.992596,300,10,0,137,0,1,0,0,0),(44477,1504,0,1,1,513,0,2152.72,1794.58,111.83,4.76015,300,5,0,55,0,1,0,0,0),(44478,1504,0,1,1,513,0,2145.54,1820.88,114.179,0.348416,300,5,0,55,0,1,0,0,0),(44479,1504,0,1,1,513,0,2131.42,1811,106.238,1.02082,300,5,0,55,0,1,0,0,0),(44480,1544,0,1,1,1005,1,2934.09,263.472,8.08521,6.26573,300,0,0,148,165,0,0,0,0),(44481,1543,0,1,1,441,1,2951.85,251.139,7.99564,2.9119,300,5,0,137,0,1,0,0,0),(44482,1543,0,1,1,441,1,2912.85,203.016,7.75457,4.61628,300,10,0,137,0,1,0,0,0),(44483,1537,0,1,1,2483,1,1790.21,746.825,49.162,1.0821,300,0,0,156,0,0,0,0,0),(44484,1505,0,1,1,30,0,2023.87,1847.88,102.957,5.65308,300,3,0,71,0,1,0,0,0),(44485,1505,0,1,1,30,0,2017.35,1852.36,102.716,5.50816,300,3,0,71,0,1,0,0,0),(44486,1536,0,1,1,2468,1,1764.18,767.065,56.7175,4.69923,300,5,0,137,0,1,0,0,0),(44487,1544,0,1,1,1005,1,2988.07,244.116,1.0926,4.89775,300,5,0,148,165,1,0,0,0),(44488,1536,0,1,1,2479,1,1796.67,749.434,49.1112,2.23402,300,0,0,137,0,0,0,0,0),(44489,1553,0,1,1,4734,0,2587.07,1078.31,88.4918,1.91231,300,5,0,120,0,1,0,0,0),(44490,1547,0,1,1,9021,0,2538.36,115.142,27.3084,2.7542,300,10,0,102,0,1,0,0,0),(44491,1547,0,1,1,9021,0,2528.18,154.865,31.8311,6.27614,300,10,0,102,0,1,0,0,0),(44492,1553,0,1,1,4734,0,2195.27,38.1541,36.1324,5.05607,300,5,0,120,0,1,0,0,0),(44493,1547,0,1,1,9021,0,1916.13,-111.6,36.4091,1.47501,300,10,0,102,0,1,0,0,0),(44494,1547,0,1,1,9021,0,2628.22,124.612,31.5387,0.311563,300,5,0,102,0,1,0,0,0),(44495,1553,0,1,1,4734,0,2404.06,174.349,33.5899,4.0564,300,10,0,120,0,1,0,0,0),(44496,1548,0,1,1,9020,0,2522.29,-247.761,36.8111,5.76186,300,5,0,137,0,1,0,0,0),(44497,1548,0,1,1,9020,0,2268.32,-220.716,46.7279,0.192607,300,5,0,137,0,1,0,0,0),(44498,1548,0,1,1,9020,0,2011.91,-608.493,62.5063,4.83793,300,5,0,137,0,1,0,0,0),(44499,1509,0,1,1,604,0,2151.19,1334.45,57.6619,5.49917,300,5,0,55,0,1,0,0,0),(44500,1509,0,1,1,604,0,2123.4,1367.94,63.8943,5.80867,300,10,0,55,0,1,0,0,0),(44501,1513,0,1,1,9535,0,2072.39,1385.9,59.9138,4.20885,300,5,0,71,0,1,0,0,0),(44502,1509,0,1,1,604,0,2045.57,1421.05,64.7015,3.89872,300,10,0,55,0,1,0,0,0),(44503,1513,0,1,1,9535,0,2082.41,1423.86,61.7008,2.1382,300,5,0,71,0,1,0,0,0),(44504,1509,0,1,1,604,0,2112.76,1421.79,61.8798,1.97195,300,10,0,55,0,1,0,0,0),(44505,1513,0,1,1,9535,0,2128.17,1443.86,66.8825,1.17082,300,10,0,71,0,1,0,0,0),(44506,620,0,1,1,304,0,2222.98,282.697,35.2775,5.41645,120,5,0,1,0,1,0,0,0),(44507,1506,0,1,1,2403,1,1861.87,1379.92,75.753,5.0045,300,10,0,71,0,1,0,0,0),(44508,1529,0,1,1,1198,0,2022.44,-515.686,42.6241,1.61769,300,5,0,176,0,1,0,0,0),(44509,1506,0,1,1,2407,1,1873.37,1361.32,70.4063,1.29634,300,10,0,71,0,1,0,0,0),(44510,1506,0,1,1,2403,1,1836.48,1365.1,74.2134,4.4619,300,5,0,71,0,1,0,0,0),(44511,1532,0,1,1,3227,0,1991.21,-488.365,34.7926,5.14194,300,5,0,198,0,1,0,0,0),(44512,4075,0,1,1,1141,0,1997.22,-427.446,35.5179,5.98478,120,10,0,8,0,1,0,0,0),(44513,1529,0,1,1,1198,0,1993.22,-451.676,34.65,4.84612,300,5,0,176,0,1,0,0,0),(44514,1506,0,1,1,2403,1,1810.6,1360.75,83.6972,3.52339,300,10,0,71,0,1,0,0,0),(44515,1506,0,1,1,2403,1,1939.19,1366.7,68.0464,3.61504,300,5,0,71,0,1,0,0,0),(44516,1532,0,1,1,3227,0,1998.01,-367.762,35.5772,2.96288,300,10,0,198,0,1,0,0,0),(44517,1537,0,1,1,2472,1,2187.19,-657.243,89.5613,5.3548,300,0,0,156,0,0,0,0,0),(44518,1502,0,1,1,829,0,1956.25,1553.19,87.6134,5.95711,120,0,0,42,0,0,0,0,0),(44519,1548,0,1,1,9020,0,1649.15,-353.607,45.2139,3.04023,300,10,0,137,0,1,0,0,0),(44520,1554,0,1,1,8808,0,2060.81,-547.746,54.2997,1.43957,300,0,0,156,0,0,0,0,0),(44521,1765,0,1,1,11421,0,1474.03,516.741,39.3069,0.785369,300,5,0,198,0,1,0,0,0),(44522,1765,0,1,1,11421,0,1545.62,512.725,48.2212,4.83675,300,5,0,198,0,1,0,0,0),(44523,1513,0,1,1,9535,0,1977.85,1501.1,85.6051,5.32992,300,5,0,71,0,1,0,0,0),(44524,1890,0,1,1,11400,1,1898.19,1467.73,83.6047,5.35794,300,5,0,55,0,1,0,0,0),(44525,4282,0,1,1,2513,1,2761.7,-752.207,136.135,0.757017,300,5,0,739,2068,1,0,0,0),(44526,1890,0,1,1,11400,1,1889.25,1488.25,88.0136,1.7437,300,5,0,55,0,1,0,0,0),(44527,1513,0,1,1,9535,0,1868.23,1493.3,87.9405,2.52543,300,5,0,71,0,1,0,0,0),(44528,1509,0,1,1,604,0,1873.88,1471.85,83.2394,4.16876,300,5,0,55,0,1,0,0,0),(44529,1513,0,1,1,9535,0,1888.64,1441.52,74.6557,0.588003,300,5,0,71,0,1,0,0,0),(44530,1509,0,1,1,604,0,1855.75,1424.46,80.4898,0.858159,300,10,0,55,0,1,0,0,0),(44531,1513,0,1,1,9535,0,1843.14,1447.2,80.4335,6.05085,300,10,0,71,0,1,0,0,0),(44532,1513,0,1,1,9535,0,1825.97,1456.64,85.6311,3.85075,300,10,0,71,0,1,0,0,0),(44533,1508,0,1,1,447,0,1814.55,1485.2,90.6575,4.44157,120,10,0,42,0,1,0,0,0),(44534,1512,0,1,1,4732,0,1782.28,1487.95,105.568,0.22365,120,10,0,42,0,1,0,0,0),(44535,1512,0,1,1,4732,0,1826.59,1523.79,90.4232,3.8309,120,10,0,42,0,1,0,0,0),(44536,1554,0,1,1,8808,0,2443.49,-611.384,70.3959,3.20608,300,10,0,156,0,1,0,0,0),(44537,1890,0,1,1,11400,1,1877.55,1480.87,85.4797,0.325998,300,5,0,55,0,1,0,0,0),(44538,1513,0,1,1,9535,0,1940.31,1433.42,67.7195,3.77771,300,10,0,71,0,1,0,0,0),(44539,1935,0,1,1,3534,1,2316.83,1353.98,33.4583,1.36602,300,10,0,102,0,1,0,0,0),(44540,1554,0,1,1,8808,0,2503.34,-274.26,47.9136,0.494669,300,5,0,156,0,1,0,0,0),(44541,1509,0,1,1,604,0,1953.2,1471.71,79.2557,3.9418,300,10,0,55,0,1,0,0,0),(44542,1553,0,1,1,4734,0,1915.09,-175.58,35.963,0.548966,300,10,0,120,0,1,0,0,0),(44543,1509,0,1,1,604,0,1960.13,1419.92,67.1177,4.95589,300,5,0,55,0,1,0,0,0),(44544,1509,0,1,1,604,0,1922.27,1384.12,68.8264,5.88265,300,10,0,55,0,1,0,0,0),(44545,1548,0,1,1,9020,0,2057.54,-531.448,50.3675,0.244933,300,5,0,137,0,1,0,0,0),(44546,1935,0,1,1,3534,1,2351.02,1436.95,33.3439,2.7621,300,10,0,102,0,1,0,0,0),(44547,1935,0,1,1,3534,1,2346.78,1380.79,33.4437,3.85151,300,10,0,102,0,1,0,0,0),(44548,1931,0,1,1,11428,0,2292.45,233.122,27.2733,1.71042,300,0,0,176,0,0,0,0,0),(44549,1934,0,1,1,3532,1,2311.19,1468.48,33.4491,3.71581,300,10,0,120,0,1,0,0,0),(44550,1554,0,1,1,8808,0,1658.46,-428.594,45.0793,4.45554,300,10,0,156,0,1,0,0,0),(44551,1554,0,1,1,8808,0,2116.76,-295.797,52.6619,2.02396,300,5,0,156,0,1,0,0,0),(44552,1547,0,1,1,9021,0,1877.48,-157.65,37.7468,4.22341,300,10,0,102,0,1,0,0,0),(44553,1548,0,1,1,9020,0,1939.71,436.481,34.9743,1.45535,300,5,0,137,0,1,0,0,0),(44554,1553,0,1,1,4734,0,2110.34,120.4,38.328,0.601608,300,5,0,120,0,1,0,0,0),(44555,620,0,1,1,304,0,2326.63,1351.72,33.4583,5.00745,120,5,0,1,0,1,0,0,0),(44556,1553,0,1,1,4734,0,1944.06,-51.0565,26.2771,1.69999,300,5,0,120,0,1,0,0,0),(44557,12428,0,1,1,12475,1,2436.81,359.072,33.352,0.122173,300,0,0,310,0,0,0,0,0),(44558,1553,0,1,1,4734,0,2110.72,980.951,36.4171,4.79455,300,5,0,120,0,1,0,0,0),(44559,1548,0,1,1,9020,0,1722.14,720.163,48.0424,4.62512,300,0,0,137,0,0,0,0,0),(44560,1504,0,1,1,513,0,2042.12,1781,97.8739,4.16728,300,5,0,55,0,1,0,0,0),(44561,1674,0,1,1,10852,0,2505.43,348.753,33.778,0.710108,300,5,0,120,0,1,0,0,0),(44562,1553,0,1,1,4734,0,2090.11,928.302,37.6835,1.25886,300,5,0,120,0,1,0,0,0),(44563,1554,0,1,1,8808,0,2072.64,1127.6,36.1753,1.34832,300,5,0,156,0,1,0,0,0),(44564,1548,0,1,1,9020,0,1658.35,683.251,76.2178,1.68232,300,5,0,137,0,1,0,0,0),(44565,1548,0,1,1,9020,0,1846.36,521.123,35.5051,1.6507,300,10,0,137,0,1,0,0,0),(44566,1548,0,1,1,9020,0,2083.04,1033.25,34.0872,2.93616,300,10,0,137,0,1,0,0,0),(44567,1525,0,1,1,1200,0,2388.28,538.51,39.0321,2.26893,300,0,0,102,0,0,0,0,0),(44568,1525,0,1,1,1200,0,2442.07,614.041,30.8747,3.59538,300,0,0,102,0,0,0,0,0),(44569,1936,0,1,1,3535,1,2264.66,1314.69,34.0705,0.226893,300,0,0,156,0,0,0,0,0),(44570,1941,0,1,1,10853,1,2560.54,553.2,14.5145,3.13167,300,0,0,120,0,0,0,0,0),(44571,1548,0,1,1,9020,0,1674.43,580.359,35.7674,0.501252,300,10,0,137,0,1,0,0,0),(44572,1548,0,1,1,9020,0,1874.76,637.734,40.0103,6.00341,300,5,0,137,0,1,0,0,0),(44573,1537,0,1,1,2483,1,1742.31,685.26,46.9681,6.18161,300,5,0,156,0,1,0,0,0),(44574,1537,0,1,1,2483,1,1750.54,577.734,34.1766,4.96333,300,5,0,156,0,1,0,0,0),(44575,1548,0,1,1,9020,0,1653.91,645.626,64.0748,0.965158,300,5,0,137,0,1,0,0,0),(44576,1547,0,1,1,9021,0,2393.22,190.59,35.3175,5.58562,300,10,0,102,0,1,0,0,0),(44577,1536,0,1,1,2468,1,1785.77,621.786,41.2207,5.30692,300,10,0,137,0,1,0,0,0),(44578,1537,0,1,1,2472,1,1824.64,601.603,41.8646,1.82762,300,10,0,156,0,1,0,0,0),(44579,1536,0,1,1,2479,1,1806.51,648.498,38.3679,0.713298,300,10,0,137,0,1,0,0,0),(44580,1537,0,1,1,2472,1,1808.29,653.912,38.8679,4.62242,300,10,0,156,0,1,0,0,0),(44581,1662,0,1,1,1738,1,1795.12,722.655,48.9865,1.57718,300,0,0,176,0,0,0,0,0),(44582,1537,0,1,1,2472,1,1801.12,720.519,48.9854,3.17016,300,0,0,156,0,0,0,0,0),(44583,1536,0,1,1,2468,1,1737.49,726.49,48.5953,3.07021,300,10,0,137,0,1,0,0,0),(44584,1548,0,1,1,9020,0,2081.91,398.728,52.8649,0.528356,300,5,0,137,0,1,0,0,0),(44585,1554,0,1,1,8808,0,1977.1,711.174,37.8315,0.998736,300,10,0,156,0,1,0,0,0),(44586,1553,0,1,1,4734,0,2214.81,-86.7683,27.553,0.278753,300,5,0,120,0,1,0,0,0),(44587,1554,0,1,1,8808,0,1920.07,643.74,44.4402,0.139135,300,5,0,156,0,1,0,0,0),(44588,1548,0,1,1,9020,0,2821.61,169.303,21.8793,4.41009,300,5,0,137,0,1,0,0,0),(44589,1547,0,1,1,9021,0,2441.92,162.789,32.2517,3.37614,300,5,0,102,0,1,0,0,0),(44590,1553,0,1,1,4734,0,2401.47,1101.47,52.0606,2.06546,300,5,0,120,0,1,0,0,0),(44591,1941,0,1,1,10853,1,2525.38,491.596,34.1417,0.911752,300,0,0,120,0,0,0,0,0),(44592,1674,0,1,1,10852,0,2511.96,389.683,34.1707,1.37608,300,5,0,120,0,1,0,0,0),(44593,1553,0,1,1,4734,0,2099.69,827.802,30.4089,0.21655,300,0,0,120,0,0,0,0,0),(44594,1941,0,1,1,10853,1,2544.66,400.84,33.1233,4.0312,300,5,0,120,0,1,0,0,0),(44595,1554,0,1,1,8808,0,1928.45,687.012,40.3612,3.12695,300,5,0,156,0,1,0,0,0),(44596,1548,0,1,1,9020,0,2029.05,708.48,41.2072,2.95448,300,10,0,137,0,1,0,0,0),(44597,1674,0,1,1,10852,0,2685.98,460.299,18.9912,0.629687,300,10,0,120,0,1,0,0,0),(44598,4075,0,1,1,1141,0,1945.67,1584.99,81.8555,1.40357,120,5,0,8,0,1,0,0,0),(44599,4075,0,1,1,1418,0,2765.03,70.7647,29.4801,1.98554,120,5,0,8,0,1,0,0,0),(44600,4075,0,1,1,1418,0,2674.56,-902.621,73.8753,5.50331,120,10,0,8,0,1,0,0,0),(44601,1537,0,1,1,2483,1,1887.97,753.349,39.6658,5.67622,300,5,0,156,0,1,0,0,0),(44602,1941,0,1,1,10853,1,2587.42,625.511,20.8314,4.9071,300,3,0,120,0,1,0,0,0),(44603,1547,0,1,1,9021,0,2613.37,1107.23,93.3081,0.996877,300,5,0,102,0,1,0,0,0),(44604,1553,0,1,1,4734,0,1905.43,621.052,50.0717,4.9389,300,10,0,120,0,1,0,0,0),(44605,1526,0,1,1,1201,0,2206.13,561.797,29.877,4.99789,300,5,0,120,0,1,0,0,0),(44606,1553,0,1,1,4734,0,2198.26,961.743,34.9045,5.60646,300,5,0,120,0,1,0,0,0),(44607,1553,0,1,1,4734,0,2139.4,961.102,30.2701,3.32772,300,5,0,120,0,1,0,0,0),(44608,1674,0,1,1,10852,0,2771.15,470.771,23.1846,4.78056,300,10,0,120,0,1,0,0,0),(44609,1674,0,1,1,10852,0,2716.82,417.426,21.8937,2.7844,300,10,0,120,0,1,0,0,0),(44610,1674,0,1,1,10852,0,2748.52,441.91,20.8982,1.90579,300,10,0,120,0,1,0,0,0),(44611,1657,0,1,1,11399,1,2609.08,894.035,107.834,0.633537,300,0,0,176,0,0,0,0,0),(44612,1547,0,1,1,9021,0,2139.97,1217.64,48.6557,4.87417,300,5,0,102,0,1,0,0,0),(44613,1675,0,1,1,847,0,2822.45,351.395,24.0855,5.89025,300,10,0,137,0,1,0,0,0),(44614,1674,0,1,1,10852,0,2812.64,321.992,25.5702,1.62607,300,10,0,120,0,1,0,0,0),(44615,1675,0,1,1,847,0,2813.39,401.439,20.1807,0.869056,300,10,0,137,0,1,0,0,0),(44616,1674,0,1,1,10852,0,2782.76,346.148,26.265,3.38323,300,10,0,120,0,1,0,0,0),(44617,1522,0,1,1,11398,1,2612.04,891.02,108.83,2.57336,300,10,0,126,289,1,0,0,0),(44618,1520,0,1,1,200,1,2619.51,961.959,109.587,1.50699,300,10,0,120,0,1,0,0,0),(44619,1941,0,1,1,10853,1,2566.37,539.25,15.7236,5.07891,300,0,0,120,0,0,0,0,0),(44620,1941,0,1,1,10853,1,2555.51,538.088,15.3385,2.23402,300,0,0,120,0,0,0,0,0),(44621,1520,0,1,1,200,1,2660.42,952.083,114.075,0.352163,300,5,0,120,0,1,0,0,0),(44622,1522,0,1,1,11398,1,2636.82,920.125,109.705,3.63509,300,10,0,126,289,1,0,0,0),(44623,1520,0,1,1,200,1,2668.64,952.139,114.213,6.01835,300,5,0,120,0,1,0,0,0),(44624,1522,0,1,1,11398,1,2616.74,981.006,107.628,5.55095,300,5,0,126,289,1,0,0,0),(44625,1941,0,1,1,10853,1,2547.95,524.373,15.4836,3.06674,300,0,0,120,0,0,0,0,0),(44626,1654,0,1,1,646,0,2954.67,921.348,114.453,0.277897,300,0,0,198,0,2,0,0,0),(44627,1522,0,1,1,11398,1,2706.5,993.236,110.94,1.84367,300,10,0,126,289,1,0,0,0),(44628,1520,0,1,1,200,1,2682.71,981.226,114.691,6.02197,300,5,0,120,0,1,0,0,0),(44629,1522,0,1,1,11398,1,2704.83,1026.03,110.718,3.21753,300,5,0,126,289,1,0,0,0),(44630,1523,0,1,1,535,1,2794.61,997.672,113.346,1.36393,300,10,0,148,165,1,0,0,0),(44631,1523,0,1,1,535,1,2816.5,1014.4,115.709,0.797595,300,10,0,148,165,1,0,0,0),(44632,1522,0,1,1,11398,1,2860.98,988.148,118.154,0.612915,300,5,0,126,289,1,0,0,0),(44633,1522,0,1,1,11398,1,2883.14,946.142,119.348,4.43252,300,5,0,126,289,1,0,0,0),(44634,1522,0,1,1,11398,1,2786.73,987.587,112.346,0.519976,300,10,0,126,289,1,0,0,0),(44635,1523,0,1,1,535,1,2929.03,911.332,116.386,6.08905,300,5,0,148,165,1,0,0,0),(44636,1548,0,1,1,9020,0,2011.45,414.993,38.2466,0.029288,300,10,0,137,0,1,0,0,0),(44637,1547,0,1,1,9021,0,2229.25,534.198,41.6742,4.644,300,5,0,102,0,1,0,0,0),(44638,1543,0,1,1,441,1,3052.36,426.242,7.28626,4.06662,300,0,0,137,0,0,0,0,0),(44639,1543,0,1,1,441,1,3028.4,386.323,1.10682,3.40339,300,0,0,137,0,0,0,0,0),(44640,1543,0,1,1,441,1,3039.24,407.424,0.567485,2.80968,300,5,0,137,0,1,0,0,0),(44641,1501,0,1,1,10973,0,1912.97,1516.68,87.0453,0.608325,120,5,0,42,0,1,0,0,0),(44642,1544,0,1,1,1005,1,3045.31,417.43,0.656645,5.65487,300,0,0,148,165,0,0,0,0),(44643,1544,0,1,1,1005,1,3006.45,392.162,6.95733,1.16655,300,5,0,148,165,1,0,0,0),(44644,1553,0,1,1,4734,0,1978.08,589.801,49.1093,6.08253,300,5,0,120,0,1,0,0,0),(44645,1554,0,1,1,8808,0,2220.51,-137.756,25.0541,0.435793,300,5,0,156,0,1,0,0,0),(44646,1543,0,1,1,441,1,3021.07,371.17,1.64792,2.30383,300,0,0,137,0,0,0,0,0),(44647,1553,0,1,1,4734,0,1952.57,548.301,51.0032,4.96728,300,10,0,120,0,1,0,0,0),(44648,1548,0,1,1,9020,0,2258.89,-409.302,76.9831,3.05748,300,5,0,137,0,1,0,0,0),(44649,1537,0,1,1,2472,1,2175.42,-563.354,78.7361,1.12538,300,5,0,156,0,1,0,0,0),(44650,1548,0,1,1,9020,0,2033.77,-86.1085,34.9677,0.606965,300,10,0,137,0,1,0,0,0),(44651,1548,0,1,1,9020,0,2481.09,1141.28,63.3353,1.61203,300,5,0,137,0,1,0,0,0),(44652,1548,0,1,1,9020,0,1958.33,441.666,34.5993,2.07104,300,10,0,137,0,1,0,0,0),(44654,1543,0,1,1,441,1,2990.07,387.358,7.91952,4.68613,300,5,0,137,0,1,0,0,0),(44655,1553,0,1,1,4734,0,1924.66,661.319,40.7566,3.86694,300,0,0,120,0,0,0,0,0),(44657,1544,0,1,1,1005,1,3021.8,373.901,1.666,3.45575,300,0,0,148,165,0,0,0,0),(44658,1544,0,1,1,1005,1,3015.75,315.477,-1.26234,4.20651,300,5,0,148,165,1,0,0,0),(44659,1547,0,1,1,9021,0,2582.09,157.675,32.6812,3.83778,300,5,0,102,0,1,0,0,0),(44660,1547,0,1,1,9021,0,2198.69,-65.8595,32.8837,0.80373,300,5,0,102,0,1,0,0,0),(44661,1675,0,1,1,847,0,2859.19,281.739,28.7644,1.4445,300,10,0,137,0,1,0,0,0),(44662,1675,0,1,1,847,0,2712.27,279.399,28.1998,1.83629,300,10,0,137,0,1,0,0,0),(44663,1675,0,1,1,847,0,2667.94,300.786,28.223,5.65155,300,10,0,137,0,1,0,0,0),(44664,4075,0,1,1,1141,0,1972.61,1701.55,80.5943,3.55007,120,0,0,8,0,0,0,0,0),(44665,1675,0,1,1,847,0,2681.66,314.028,31.3697,0.035123,300,3,0,137,0,1,0,0,0),(44666,1675,0,1,1,847,0,2822.92,286.522,28.1714,2.30554,300,5,0,137,0,1,0,0,0),(44667,1674,0,1,1,10852,0,2573.43,381.306,32.486,5.62034,300,5,0,120,0,1,0,0,0),(44668,1674,0,1,1,10852,0,2654.45,357.149,28.8096,0.67579,300,10,0,120,0,1,0,0,0),(44669,1508,0,1,1,447,0,1909.98,1670.88,82.4885,0.008789,120,5,0,42,0,1,0,0,0),(44670,1918,0,1,1,569,1,1972.42,1371.21,64.3015,2.6682,300,5,0,71,0,1,0,0,0),(44671,1674,0,1,1,10852,0,2676.81,377.288,28.0318,5.28197,300,10,0,120,0,1,0,0,0),(44672,1674,0,1,1,10852,0,2614.68,389.739,36.7814,3.72345,300,5,0,120,0,1,0,0,0),(44673,1941,0,1,1,10853,1,2590.94,549.06,17.1286,0.632215,300,3,0,120,0,1,0,0,0),(44674,1554,0,1,1,8808,0,2447.39,-375.721,69.1685,1.46316,300,5,0,156,0,1,0,0,0),(44675,1549,0,1,1,3916,0,2505.93,-757.507,69.1937,1.45129,300,5,0,176,0,1,0,0,0),(44676,1941,0,1,1,10853,1,2622.93,451.535,26.6044,1.27267,300,10,0,120,0,1,0,0,0),(44677,1941,0,1,1,10853,1,2616.3,513.188,19.5454,1.81797,300,10,0,120,0,1,0,0,0),(44678,1512,0,1,1,4732,0,1863.35,1669.13,93.6798,4.36509,120,10,0,42,0,1,0,0,0),(44679,1941,0,1,1,10853,1,2575.37,528.241,15.5423,1.90241,300,0,0,120,0,0,0,0,0),(44680,1501,0,1,1,10973,0,1904.37,1645.94,90.5127,2.69251,120,5,0,42,0,1,0,0,0),(44681,1554,0,1,1,8808,0,2540.37,-768.07,71.2226,4.53529,300,10,0,156,0,1,0,0,0),(44682,1675,0,1,1,847,0,2855.61,427.809,20.0945,1.46608,300,0,0,137,0,0,0,0,0),(44683,1941,0,1,1,10853,1,2656.85,518.697,15.5769,1.13075,300,10,0,120,0,1,0,0,0),(44684,1502,0,1,1,829,0,1987.96,1614.69,82.1956,4.82802,120,3,0,42,0,1,0,0,0),(44685,1941,0,1,1,10853,1,2640.22,474.843,17.0662,4.72112,300,10,0,120,0,1,0,0,0),(44686,1501,0,1,1,10973,0,1872.06,1503.12,87.9231,2.66062,120,5,0,42,0,1,0,0,0),(44687,4075,0,1,1,1141,0,2483.63,-894.873,60.5115,2.73786,120,5,0,8,0,1,0,0,0),(44688,1502,0,1,1,829,0,1852.51,1507.48,88.8269,1.75722,120,5,0,42,0,1,0,0,0),(44689,1504,0,1,1,513,0,2146.59,1717.63,89.1338,5.35081,300,10,0,55,0,1,0,0,0),(44690,1504,0,1,1,513,0,2162.69,1707.07,93.3838,5.43568,300,3,0,55,0,1,0,0,0),(44691,1549,0,1,1,3916,0,2450.52,-745.689,67.4664,3.30449,300,10,0,176,0,1,0,0,0),(44692,1504,0,1,1,513,0,2154.07,1687.37,86.1918,1.59658,300,3,0,55,0,1,0,0,0),(44693,1522,0,1,1,11398,1,2617.39,1018.56,101.671,1.23861,300,5,0,126,289,1,0,0,0),(44694,4075,0,1,1,2176,0,1882.33,1527.86,88.1731,5.94189,120,5,0,8,0,1,0,0,0),(44695,1501,0,1,1,10973,0,1977.14,1647.29,75.3515,-1.24838,120,0,0,42,0,0,0,0,0),(44696,1890,0,1,1,11400,1,2052.56,1577.75,73.5502,0.24773,300,5,0,55,0,1,0,0,0),(44697,1502,0,1,1,829,0,2013.66,1581.97,77.1212,1.63115,120,5,0,42,0,1,0,0,0),(44698,1502,0,1,1,829,0,2008.93,1567.19,79.1212,3.27444,120,5,0,42,0,1,0,0,0),(44699,1505,0,1,1,30,0,2048.13,1912.95,102.649,3.79019,300,5,0,71,0,1,0,0,0),(44700,1505,0,1,1,30,0,2039.22,1912.87,102.587,5.07578,300,3,0,71,0,1,0,0,0),(44701,1505,0,1,1,30,0,2008.12,1940.49,104.097,5.63867,300,3,0,71,0,1,0,0,0),(44702,1513,0,1,1,9535,0,2043.27,1477.44,67.522,0.802797,300,5,0,71,0,1,0,0,0),(44703,1509,0,1,1,604,0,2064.27,1471.29,67.2453,3.27782,300,10,0,55,0,1,0,0,0),(44704,4075,0,1,1,1418,0,1995.55,1586.11,80.9817,2.10261,120,5,0,8,0,1,0,0,0),(44705,1512,0,1,1,4732,0,2083.27,1495.55,65.6588,0.075686,120,10,0,42,0,1,0,0,0),(44706,1508,0,1,1,447,0,2093.58,1457.08,62.7387,2.25568,120,10,0,42,0,1,0,0,0),(44707,1504,0,1,1,513,0,2054.82,1808.77,103.198,1.65094,300,5,0,55,0,1,0,0,0),(44708,1509,0,1,1,604,0,2107.9,1448.62,62.5113,5.08433,300,10,0,55,0,1,0,0,0),(44709,1504,0,1,1,513,0,2064.3,1789.2,91.4989,5.12211,300,5,0,55,0,1,0,0,0),(44710,1509,0,1,1,604,0,2125.38,1475.69,66.6393,5.21998,300,5,0,55,0,1,0,0,0),(44711,1508,0,1,1,447,0,2121.84,1487.26,68.8893,2.98184,120,5,0,42,0,1,0,0,0),(44712,1512,0,1,1,4732,0,2112.1,1507.17,68.1521,4.413,120,10,0,42,0,1,0,0,0),(44713,1513,0,1,1,9535,0,2110.26,1494.62,68.0143,6.06376,300,5,0,71,0,1,0,0,0),(44714,1512,0,1,1,4732,0,2144.38,1565.63,78.172,5.06625,120,10,0,42,0,1,0,0,0),(44715,1919,0,1,1,10977,1,1982.9,1376.01,63.0515,5.61537,300,5,0,102,0,1,0,0,0),(44716,1512,0,1,1,4732,0,2088.06,1552.17,72.9855,3.90605,120,10,0,42,0,1,0,0,0),(44717,1508,0,1,1,447,0,2104.47,1587.31,75.5794,5.99224,120,10,0,42,0,1,0,0,0),(44718,1508,0,1,1,447,0,2077.32,1612.44,71.0952,0.553885,120,5,0,42,0,1,0,0,0),(44719,1512,0,1,1,4732,0,2091.39,1627.63,72.5215,3.77039,120,10,0,42,0,1,0,0,0),(44720,4075,0,1,1,1141,0,1684.71,1677.58,137.098,5.94206,120,10,0,8,0,1,0,0,0),(44721,1890,0,1,1,11400,1,1939.61,1542.91,90.165,3.40744,300,0,0,55,0,0,0,0,0),(44722,1512,0,1,1,4732,0,2038.18,1636.35,70.768,4.91933,120,10,0,42,0,1,0,0,0),(44723,4075,0,1,1,1418,0,1739.54,1643.06,119.607,3.20316,120,5,0,8,0,1,0,0,0),(44724,1508,0,1,1,447,0,1965.3,1636.79,78.0914,0.786779,120,10,0,42,0,1,0,0,0),(44725,1890,0,1,1,11400,1,1954.62,1517.1,88.0872,0.896311,300,0,0,55,0,0,0,0,0),(44726,4075,0,1,1,1418,0,1761.01,1596.9,110.942,0.274813,120,10,0,8,0,1,0,0,0),(44727,1890,0,1,1,11400,1,1943.36,1484.81,81.5057,4.65508,300,10,0,55,0,1,0,0,0),(44728,1508,0,1,1,447,0,1973.37,1701.88,80.4712,3.54931,120,5,0,42,0,1,0,0,0),(44729,1512,0,1,1,4732,0,1963.8,1696.27,79.4307,4.90902,120,10,0,42,0,1,0,0,0),(44730,1512,0,1,1,4732,0,1921.42,1686.98,80.0345,3.56188,120,10,0,42,0,1,0,0,0),(44731,1512,0,1,1,4732,0,1907.38,1691.07,85.1595,5.04437,120,10,0,42,0,1,0,0,0),(44732,1512,0,1,1,4732,0,1984.6,1673.92,77.7889,5.38853,120,10,0,42,0,1,0,0,0),(44733,1512,0,1,1,4732,0,1998.52,1702.09,79.2207,5.47174,120,10,0,42,0,1,0,0,0),(44734,1525,0,1,1,1200,0,2290.26,531.412,36.6697,0.523599,300,0,0,102,0,0,0,0,0),(44735,1890,0,1,1,11400,1,1980.03,1590.94,82.489,3.36789,300,0,0,55,0,0,0,0,0),(44736,1525,0,1,1,1200,0,2342.35,564.935,28.19,2.3911,300,0,0,102,0,0,0,0,0),(44737,1526,0,1,1,1201,0,2367.52,524.861,31.5716,5.56482,300,5,0,120,0,1,0,0,0),(44738,6497,0,1,1,5237,0,1608.22,564.291,36.0963,6.02447,300,0,0,273,0,0,0,0,0),(44739,1665,0,1,1,1739,1,3079.98,-560.104,126.807,2.70526,300,0,0,247,0,0,0,0,0),(44740,1660,0,1,1,3145,1,3080.8,-556.315,126.807,3.80482,300,0,0,156,0,0,0,0,0),(44741,1660,0,1,1,3144,1,3076.84,-557.445,126.803,5.48033,300,0,0,156,0,0,0,0,0),(44742,1537,0,1,1,2483,1,2176.89,-452.169,75.7226,3.41451,300,3,0,156,0,1,0,0,0),(44743,1526,0,1,1,1201,0,2245.43,641.433,24.8747,5.43462,300,5,0,120,0,1,0,0,0),(44744,1553,0,1,1,4734,0,2445.78,1085.87,58.6103,4.86087,300,5,0,120,0,1,0,0,0),(44745,1526,0,1,1,1201,0,2284.97,584.211,33.7497,3.72898,300,10,0,120,0,1,0,0,0),(44746,1525,0,1,1,1200,0,2329.34,574.766,26.3381,5.40517,300,10,0,102,0,1,0,0,0),(44747,1538,0,1,1,2466,1,2184.19,-450.619,75.4925,2.49582,300,0,0,166,178,0,0,0,0),(44748,1526,0,1,1,1201,0,2370.98,679.181,35.2148,5.54725,300,5,0,120,0,1,0,0,0),(44749,1540,0,1,1,2470,1,2848.74,-511.46,106.835,5.12463,300,10,0,198,0,1,0,0,0),(44750,1537,0,1,1,2472,1,2187.72,-428.981,76.3403,1.24629,300,3,0,156,0,1,0,0,0),(44751,1525,0,1,1,1200,0,2441.02,676.87,33.3577,1.97222,300,0,0,102,0,0,0,0,0),(44752,1525,0,1,1,1200,0,2324.44,622.718,33.8684,3.24631,300,10,0,102,0,1,0,0,0),(44753,1525,0,1,1,1200,0,2408.2,687.692,33.2312,2.84489,300,0,0,102,0,0,0,0,0),(44754,1526,0,1,1,1201,0,2317.22,655.728,31.9779,2.03095,300,10,0,120,0,1,0,0,0),(44755,1537,0,1,1,2483,1,2174.43,-412.127,71.5903,3.23935,300,10,0,156,0,1,0,0,0),(44756,1525,0,1,1,1200,0,2319.54,679.173,37.4399,3.35103,300,10,0,102,0,1,0,0,0),(44757,1537,0,1,1,2483,1,2144.59,-440.731,73.7041,1.42556,300,0,0,156,0,0,0,0,0),(44758,1540,0,1,1,2481,1,3052.12,-565.528,126.397,2.72271,300,0,0,198,0,0,0,0,0),(44759,1526,0,1,1,1201,0,2469.52,683.397,42.0381,4.69015,300,5,0,120,0,1,0,0,0),(44760,1537,0,1,1,2472,1,2127.3,-454.208,75.1479,2.42601,300,3,0,156,0,1,0,0,0),(44761,1526,0,1,1,1201,0,2454.05,650.523,33.097,2.78248,300,5,0,120,0,1,0,0,0),(44762,1539,0,1,1,2469,1,3066.25,-538.546,126.624,3.39442,300,0,0,186,191,0,0,0,0),(44763,1538,0,1,1,2466,1,3054.79,-558.513,125.749,4.58007,300,0,0,166,178,0,0,0,0),(44764,1538,0,1,1,2466,1,2142.8,-505.647,81.7233,1.98477,300,5,0,166,178,1,0,0,0),(44765,1538,0,1,1,2477,1,2113.39,-405.729,71.3364,3.102,300,5,0,166,178,1,0,0,0),(44766,1664,0,1,1,1737,1,2146.47,-528.42,81.7803,5.25344,300,0,0,222,0,0,0,0,0),(44767,1538,0,1,1,2477,1,2143.57,-529.984,81.7805,5.60251,300,0,0,166,178,0,0,0,0),(44768,1525,0,1,1,1200,0,2410.67,612.571,30.9438,3.92699,300,0,0,102,0,0,0,0,0),(44769,1526,0,1,1,1201,0,2414.02,650.323,32.7641,2.55596,300,5,0,120,0,1,0,0,0),(44770,1538,0,1,1,2466,1,2169.06,-520.564,81.5963,4.86947,300,0,0,166,178,0,0,0,0),(44771,1539,0,1,1,2480,1,2858.72,-512.137,107.163,3.52556,300,0,0,186,191,0,0,0,0),(44772,1538,0,1,1,2466,1,2896.56,-537.532,106.566,3.24631,300,0,0,166,178,0,0,0,0),(44773,1538,0,1,1,2477,1,2165.17,-556.663,79.3422,5.44543,300,0,0,166,178,0,0,0,0),(44774,1526,0,1,1,1201,0,2375.76,585.386,32.6571,2.20658,300,5,0,120,0,1,0,0,0),(44775,1526,0,1,1,1201,0,2373.78,613.487,31.9903,1.86604,300,5,0,120,0,1,0,0,0),(44776,1525,0,1,1,1200,0,2351.05,649.239,33.7291,5.74213,300,0,0,102,0,0,0,0,0),(44777,1538,0,1,1,2466,1,2143.29,-554.631,81.5568,5.79449,300,0,0,166,178,0,0,0,0),(44778,1526,0,1,1,1201,0,2388.23,653.21,31.005,5.7609,300,5,0,120,0,1,0,0,0),(44779,1502,0,1,1,829,0,1945.58,1591.01,82.4922,5.30879,120,5,0,42,0,1,0,0,0),(44780,1538,0,1,1,2477,1,2149.27,-513.366,81.8476,2.1293,300,0,0,166,178,0,0,0,0),(44781,1941,0,1,1,10853,1,2514.16,602.187,28.324,4.59512,300,5,0,120,0,1,0,0,0),(44782,1941,0,1,1,10853,1,2601.44,529.022,16.9239,0.409505,300,3,0,120,0,1,0,0,0),(44783,1537,0,1,1,2472,1,2149.49,-508.654,81.7641,2.53073,300,0,0,156,0,0,0,0,0),(44784,1941,0,1,1,10853,1,2598.09,485.616,23.6649,0.375557,300,10,0,120,0,1,0,0,0),(44785,1941,0,1,1,10853,1,2548.98,579.057,20.8189,3.67349,300,5,0,120,0,1,0,0,0),(44786,1753,0,1,1,848,1,2910.7,382.547,31.4823,3.31613,300,0,0,198,0,0,0,0,0),(44787,4280,0,1,1,2475,1,2881.74,-676.742,137.259,3.59844,300,5,0,812,811,1,0,0,0),(44788,1501,0,1,1,10973,0,1940.97,1562.82,86.8106,-1.29707,120,0,0,42,0,0,0,0,0),(44789,1554,0,1,1,8808,0,2370.62,-548.914,79.4124,2.72079,300,0,0,156,0,0,0,0,0),(44790,1554,0,1,1,8808,0,2553.91,-712.668,64.9528,3.36256,300,10,0,156,0,1,0,0,0),(44791,1502,0,1,1,829,0,1930.99,1498.88,86.3843,5.12447,120,5,0,42,0,1,0,0,0),(44792,1549,0,1,1,3916,0,2588.68,-757.805,72.8464,3.13573,300,10,0,176,0,1,0,0,0),(44793,1554,0,1,1,8808,0,2549.14,-695.336,67.3417,3.36619,300,10,0,156,0,1,0,0,0),(44794,1675,0,1,1,847,0,2903.08,379.265,30.3527,2.77507,300,0,0,137,0,0,0,0,0),(44795,1675,0,1,1,847,0,2875.27,344.206,26.4604,4.21393,300,5,0,137,0,1,0,0,0),(44796,1675,0,1,1,847,0,2893.32,388.279,27.2642,5.60251,300,0,0,137,0,0,0,0,0),(44797,1549,0,1,1,3916,0,2510.85,-813.33,65.0498,2.94094,300,5,0,176,0,1,0,0,0),(44798,1537,0,1,1,2483,1,2549.74,-822.971,64.3074,4.77404,300,5,0,156,0,1,0,0,0),(44799,1544,0,1,1,1005,1,2961.62,347.765,8.25802,0.471239,300,0,0,148,165,0,0,0,0),(44800,1554,0,1,1,8808,0,2485.09,-779.33,63.9923,0.954623,300,5,0,156,0,1,0,0,0),(44801,1501,0,1,1,10973,0,1922.85,1593.8,84.4355,2.93639,120,10,0,42,0,1,0,0,0),(44802,1549,0,1,1,3916,0,2452.01,-810.543,64.7745,1.01095,300,5,0,176,0,1,0,0,0),(44803,1512,0,1,1,4732,0,1718.94,1680.23,132.086,1.4374,120,10,0,42,0,1,0,0,0),(44804,1543,0,1,1,441,1,2983.1,287.302,2.29035,1.67076,300,5,0,137,0,1,0,0,0),(44805,1512,0,1,1,4732,0,1753.65,1709.56,126.965,4.75733,120,10,0,42,0,1,0,0,0),(44806,1508,0,1,1,447,0,1782.39,1725.9,118.701,1.24428,120,5,0,42,0,1,0,0,0),(44807,1543,0,1,1,441,1,2968.38,335.047,8.08459,0.401426,300,0,0,137,0,0,0,0,0),(44808,1502,0,1,1,829,0,1923.08,1547.92,87.3368,1.8731,120,0,0,42,0,2,0,0,0),(44809,1544,0,1,1,1005,1,2967.57,333.307,7.97689,5.68977,300,0,0,148,165,0,0,0,0),(44810,1512,0,1,1,4732,0,1794.08,1721.54,113.701,2.23537,120,10,0,42,0,1,0,0,0),(44811,4075,0,1,1,1418,0,2615.9,234.802,35.0632,2.8464,120,5,0,8,0,1,0,0,0),(44812,1553,0,1,1,4734,0,2141.51,272.239,48.8777,3.06924,300,5,0,120,0,1,0,0,0),(44813,1512,0,1,1,4732,0,1827.94,1716.68,102.677,5.09471,120,10,0,42,0,1,0,0,0),(44814,1549,0,1,1,3916,0,2480.09,-851.642,56.9514,4.21818,300,5,0,176,0,1,0,0,0),(44815,1508,0,1,1,447,0,1812.15,1703.88,105.545,3.63478,120,10,0,42,0,1,0,0,0),(44816,1508,0,1,1,447,0,1859.24,1704.64,93.9552,2.30812,120,5,0,42,0,1,0,0,0),(44817,1555,0,1,1,368,0,2381.23,-815.678,73.1249,3.41238,300,10,0,176,0,1,0,0,0),(44818,1501,0,1,1,10973,0,1914.18,1533.72,86.9618,6.27027,120,0,0,42,0,2,0,0,0),(44819,1555,0,1,1,368,0,2416.64,-786.896,69.1077,4.69872,300,10,0,176,0,1,0,0,0),(44820,1555,0,1,1,368,0,2352.56,-915.006,70.6382,5.49164,300,10,0,176,0,1,0,0,0),(44821,1512,0,1,1,4732,0,1842.48,1680.36,97.5541,4.1205,120,10,0,42,0,1,0,0,0),(44822,1544,0,1,1,1005,1,2983.52,349.6,7.94133,1.46289,300,5,0,148,165,1,0,0,0),(44823,1501,0,1,1,10973,0,1901.45,1524.82,87.7641,0.146859,120,10,0,42,0,1,0,0,0),(44824,1547,0,1,1,9021,0,2096.28,-57.3671,38.85,3.24714,300,0,0,102,0,0,0,0,0),(44825,1508,0,1,1,447,0,1888.92,1729.84,94.5244,4.74942,120,5,0,42,0,1,0,0,0),(44826,1553,0,1,1,4734,0,2207.26,-38.7598,32.2208,4.44228,300,5,0,120,0,1,0,0,0),(44827,1501,0,1,1,10973,0,1893.58,1540.56,88.2019,1.38298,120,5,0,42,0,1,0,0,0),(44828,1555,0,1,1,368,0,2353.68,-848.584,71.915,0.18287,300,10,0,176,0,1,0,0,0),(44829,1508,0,1,1,447,0,1942.02,1673.68,77.8776,1.86114,120,5,0,42,0,1,0,0,0),(44830,1501,0,1,1,10973,0,1888.04,1520.42,88.1731,1.82163,120,0,0,42,0,2,0,0,0),(44831,1502,0,1,1,829,0,1930.21,1662.69,79.1377,3.80412,120,5,0,42,0,1,0,0,0),(44832,1909,0,1,1,757,1,1170.7,320.083,33.5773,2.3112,300,5,0,377,408,1,0,0,0),(44833,1502,0,1,1,829,0,1881.17,1526.82,88.1731,4.49383,120,5,0,42,0,1,0,0,0),(44834,1544,0,1,1,1005,1,3006.8,283.051,1.03949,3.50811,300,0,0,148,165,0,0,0,0),(44835,1508,0,1,1,447,0,2006.38,1643.12,73.2069,4.64239,120,10,0,42,0,1,0,0,0),(44836,1555,0,1,1,368,0,2380.15,-885.107,68.7078,3.53225,300,10,0,176,0,1,0,0,0),(44837,1547,0,1,1,9021,0,2710.98,90.4149,34.7407,5.67406,300,5,0,102,0,1,0,0,0),(44838,1555,0,1,1,368,0,2315.15,-885.782,75.1833,3.98233,300,5,0,176,0,1,0,0,0),(44839,1502,0,1,1,829,0,1898.78,1504.84,89.1851,1.96264,120,0,0,42,0,0,0,0,0),(44840,1890,0,1,1,11400,1,2005.93,1631.66,73.0787,3.75139,300,5,0,55,0,1,0,0,0),(44841,1547,0,1,1,9021,0,2123.99,29.5543,39.8536,2.39134,300,0,0,102,0,0,0,0,0),(44842,1890,0,1,1,11400,1,2020.85,1610.26,71.7037,0.621895,300,5,0,55,0,1,0,0,0),(44843,2211,0,1,1,11424,0,2288.94,234.303,27.1723,0.663225,300,0,0,176,0,0,0,0,0),(44844,1508,0,1,1,447,0,2041.26,1591.73,71.0407,4.28768,120,5,0,42,0,1,0,0,0),(44845,1502,0,1,1,829,0,1864.55,1528.08,88.5208,1.35432,120,2,0,42,0,1,0,0,0),(44846,1890,0,1,1,11400,1,2027.26,1585.13,73.9962,0.552396,300,5,0,55,0,1,0,0,0),(44847,1502,0,1,1,829,0,1858.38,1527.96,88.5499,0.646406,120,2,0,42,0,1,0,0,0),(44848,1512,0,1,1,4732,0,1750.19,1646.8,118.698,6.19436,120,10,0,42,0,1,0,0,0),(44849,1890,0,1,1,11400,1,1998.59,1588.13,79.8567,6.15124,300,3,0,55,0,1,0,0,0),(44850,1502,0,1,1,829,0,1934.1,1518.73,88.0872,3.57589,120,5,0,42,0,1,0,0,0),(44851,1890,0,1,1,11400,1,2015.96,1553.96,79.0252,3.49227,300,10,0,55,0,1,0,0,0),(44852,1547,0,1,1,9021,0,2161.89,45.0957,39.0002,4.68213,300,5,0,102,0,1,0,0,0),(44853,1544,0,1,1,1005,1,2982.52,318.865,5.94336,1.3481,300,5,0,148,165,1,0,0,0),(44854,1890,0,1,1,11400,1,2040.73,1539.46,78.1985,3.52835,300,10,0,55,0,1,0,0,0),(44855,1555,0,1,1,368,0,2318.99,-949,74.5468,5.65669,300,5,0,176,0,1,0,0,0),(44856,1890,0,1,1,11400,1,2025.7,1531.22,79.1395,1.7135,300,10,0,55,0,1,0,0,0),(44857,1890,0,1,1,11400,1,2006.65,1503.75,73.3895,4.31804,300,10,0,55,0,1,0,0,0),(44858,1890,0,1,1,11400,1,1977.45,1578.14,79.9817,2.80789,300,5,0,55,0,1,0,0,0),(44859,1890,0,1,1,11400,1,1981.18,1546.04,86.4956,2.82386,300,0,0,55,0,0,0,0,0),(44860,1890,0,1,1,11400,1,1980.11,1529.24,87.1908,1.05178,300,5,0,55,0,1,0,0,0),(44861,1890,0,1,1,11400,1,1974.18,1499.69,86.4142,3.75379,300,5,0,55,0,1,0,0,0),(44862,1553,0,1,1,4734,0,2154.5,1055.65,35.4677,1.25859,300,5,0,120,0,1,0,0,0),(44863,1531,0,1,1,985,0,2380.35,630.252,30.2444,1.33931,300,0,0,120,0,0,0,0,0),(44864,1531,0,1,1,985,0,2463.78,623.208,29.7211,4.7822,300,0,0,120,0,0,0,0,0),(44865,1537,0,1,1,2472,1,1757.8,642.308,40.5509,4.71578,300,10,0,156,0,1,0,0,0),(44866,1504,0,1,1,513,0,2047.39,1704.61,76.1127,4.95543,300,10,0,55,0,1,0,0,0),(44867,1504,0,1,1,513,0,2046.48,1729.1,80.2377,4.63342,300,10,0,55,0,1,0,0,0),(44868,1547,0,1,1,9021,0,2329.7,1105.8,36.4571,0.757035,300,5,0,102,0,1,0,0,0),(44869,1547,0,1,1,9021,0,2158.49,1179.54,40.9233,0.8189,300,5,0,102,0,1,0,0,0),(44870,4075,0,1,1,2176,0,1866.89,-348.928,39.2461,0.836554,120,5,0,8,0,1,0,0,0),(44871,1553,0,1,1,4734,0,2145.18,387.603,52.2243,3.21589,300,10,0,120,0,1,0,0,0),(44872,1554,0,1,1,8808,0,2455.19,-535.351,72.2975,3.74771,300,10,0,156,0,1,0,0,0),(44873,1547,0,1,1,9021,0,2109.69,949.156,34.4249,3.73393,300,5,0,102,0,1,0,0,0),(44874,1537,0,1,1,2472,1,1772.14,676.709,44.102,4.41272,300,0,0,156,0,0,0,0,0),(44875,1547,0,1,1,9021,0,2072.82,865.083,34.4453,1.89563,300,5,0,102,0,1,0,0,0),(44876,1535,0,1,1,2482,1,2354.26,1513.07,35.3082,5.02473,300,5,0,120,0,1,0,0,0),(44877,1547,0,1,1,9021,0,2123.44,345.153,47.6532,4.94695,300,10,0,102,0,1,0,0,0),(44878,1540,0,1,1,2470,1,2769.89,-485.563,107.248,3.78736,300,0,0,198,0,0,0,0,0),(44879,1538,0,1,1,2466,1,2750.02,-531.186,104.635,2.79253,300,0,0,166,178,0,0,0,0),(44880,1540,0,1,1,2481,1,2750.31,-521.581,106.324,2.35619,300,0,0,198,0,0,0,0,0),(44881,1553,0,1,1,4734,0,2173.58,413.141,59.6291,4.96021,300,5,0,120,0,1,0,0,0),(44882,1547,0,1,1,9021,0,2161.12,326.91,42.6405,1.41689,300,10,0,102,0,1,0,0,0),(44883,1504,0,1,1,513,0,2086.22,1716.26,67.4429,1.78024,300,10,0,55,0,1,0,0,0),(44884,1504,0,1,1,513,0,2100.58,1714.56,67.1622,2.3911,300,10,0,55,0,1,0,0,0),(44885,1540,0,1,1,2481,1,2791.81,-473.694,101.753,1.25664,300,0,0,198,0,0,0,0,0),(44886,1504,0,1,1,513,0,2118.23,1721.56,73.341,0.593412,300,0,0,55,0,0,0,0,0),(44887,1504,0,1,1,513,0,2081.53,1751.82,77.104,0,300,10,0,55,0,1,0,0,0),(44888,1504,0,1,1,513,0,2057.6,1745.27,81.8896,3.9467,300,5,0,55,0,1,0,0,0),(44889,1504,0,1,1,513,0,2055.19,1763.6,87.0146,0.292013,300,5,0,55,0,1,0,0,0),(44890,1505,0,1,1,30,0,2040.29,1847.27,104.237,1.92848,300,0,0,71,0,0,0,0,0),(44891,1505,0,1,1,30,0,2037.48,1849.06,103.849,2.98668,300,0,0,71,0,0,0,0,0),(44892,1505,0,1,1,30,0,2046.79,1875.41,101.913,5.74451,300,5,0,71,0,1,0,0,0),(44893,1505,0,1,1,30,0,2034.48,1884.76,103.2,0.153222,300,0,0,71,0,0,0,0,0),(44894,1935,0,1,1,3534,1,2313.74,1281.47,31.5054,0.418303,300,5,0,102,0,1,0,0,0),(44895,4281,0,1,1,2517,1,2861.59,-653.858,137.899,5.71699,300,5,0,950,0,1,0,0,0),(44896,1505,0,1,1,30,0,2044.02,1896.49,101.832,1.2159,300,5,0,71,0,1,0,0,0),(44897,1505,0,1,1,30,0,2019.25,1896.62,103.749,2.33423,300,0,0,71,0,0,0,0,0),(44898,1935,0,1,1,3534,1,2362.6,1320.62,33.4123,1.66033,300,5,0,102,0,1,0,0,0),(44899,721,0,1,1,328,0,2088.33,955.714,38.3537,3.78353,120,5,0,1,0,1,0,0,0),(44900,4280,0,1,1,2475,1,2821.58,-643.329,142.472,1.76411,300,5,0,812,811,1,0,0,0),(44901,1935,0,1,1,3534,1,2354.36,1288.5,33.0915,0.119907,300,10,0,102,0,1,0,0,0),(44902,1505,0,1,1,30,0,2053.58,1905.14,101.29,6.00857,300,3,0,71,0,1,0,0,0),(44903,1505,0,1,1,30,0,2020.14,1910.72,105.691,3.74741,300,3,0,71,0,1,0,0,0),(44904,4282,0,1,1,2513,1,2947.97,-629.745,155.293,0.731508,300,5,0,739,2068,1,0,0,0),(44905,1505,0,1,1,30,0,2010.72,1927.25,105.34,4.63097,300,5,0,71,0,1,0,0,0),(44906,1535,0,1,1,2471,1,2400.38,1343.11,34.0297,5.17516,300,5,0,120,0,1,0,0,0),(44907,1505,0,1,1,30,0,2028.45,1919.79,107.109,4.76898,300,5,0,71,0,1,0,0,0),(44908,721,0,1,1,328,0,1915.55,1364.77,68.8814,4.15472,120,5,0,1,0,1,0,0,0),(44909,1535,0,1,1,2482,1,2386.05,1364.57,34.4887,1.59686,300,0,0,120,0,2,0,0,0),(44910,4075,0,1,1,1141,0,2126.5,1355.23,60.3195,0.537071,120,10,0,8,0,1,0,0,0),(44911,1505,0,1,1,30,0,2043.83,1862.4,102.728,4.18525,300,3,0,71,0,1,0,0,0),(44912,1547,0,1,1,9021,0,2162.23,273.459,44.3304,3.12616,300,10,0,102,0,1,0,0,0),(44913,1535,0,1,1,2471,1,2410.67,1518.02,34.2359,3.82045,300,10,0,120,0,1,0,0,0),(44914,1505,0,1,1,30,0,2045.1,1831.24,107.779,3.3988,300,5,0,71,0,1,0,0,0),(44915,1535,0,1,1,2471,1,2409.22,1398.8,33.7258,6.02541,300,5,0,120,0,1,0,0,0),(44916,1535,0,1,1,2471,1,2432.66,1544.21,34.5419,3.46242,300,5,0,120,0,1,0,0,0),(44917,1535,0,1,1,2471,1,2446.01,1643.89,33.5626,5.40014,300,0,0,120,0,0,0,0,0),(44918,1535,0,1,1,2471,1,2396.4,1485.82,34.2861,0.899563,300,5,0,120,0,1,0,0,0),(44919,1535,0,1,1,2482,1,2348.33,1475.9,33.3439,2.45032,300,10,0,120,0,1,0,0,0),(44920,1520,0,1,1,200,1,2562.51,806.422,108.875,0.28466,300,5,0,120,0,1,0,0,0),(44921,1522,0,1,1,11398,1,2547.27,823.258,106.523,4.23214,300,5,0,126,289,1,0,0,0),(44922,1535,0,1,1,2471,1,2384.73,1552.59,31.7073,0.580064,300,10,0,120,0,1,0,0,0),(44923,1535,0,1,1,2471,1,2430.09,1577.92,37.2447,3.80482,300,0,0,120,0,0,0,0,0),(44924,1535,0,1,1,2471,1,2379.34,1514.88,35.9603,4.88692,300,0,0,120,0,0,0,0,0),(44925,1535,0,1,1,2471,1,2439.16,1599.61,50.9602,5.86431,300,0,0,120,0,0,0,0,0),(44926,1501,0,1,1,10973,0,1905.41,1601.54,86.3339,4.53082,120,5,0,42,0,1,0,0,0),(44927,1502,0,1,1,829,0,1928.76,1603.64,83.3339,4.93894,120,5,0,42,0,1,0,0,0),(44928,1507,0,1,1,2467,1,1730.29,1367.5,104.448,1.2161,300,5,0,67,174,1,0,0,0),(44929,4075,0,1,1,1141,0,1859.03,1681.66,93.5264,1.61573,120,10,0,8,0,1,0,0,0),(44930,1501,0,1,1,10973,0,1940.15,1629.43,80.1276,5.53251,120,10,0,42,0,1,0,0,0),(44931,1520,0,1,1,200,1,2536.4,770.158,110.861,0.626665,300,5,0,120,0,1,0,0,0),(44932,1522,0,1,1,11398,1,2527.26,810.881,110.736,4.06415,300,5,0,126,289,1,0,0,0),(44933,1535,0,1,1,2471,1,2442.86,1601.82,37.1504,4.93928,300,0,0,120,0,0,0,0,0),(44934,1520,0,1,1,200,1,2547.93,805.158,110.758,1.58825,300,0,0,120,0,0,0,0,0),(44935,1501,0,1,1,10973,0,1919.49,1623.68,85.5839,4.92853,120,5,0,42,0,1,0,0,0),(44936,1501,0,1,1,10973,0,1966.14,1636.96,78.0026,1.17677,120,10,0,42,0,1,0,0,0),(44937,1520,0,1,1,200,1,2513.17,741.334,120.865,4.57276,300,0,0,120,0,0,0,0,0),(44938,721,0,1,1,328,0,2083.1,225.98,52.7019,0.482801,120,5,0,1,0,1,0,0,0),(44939,1520,0,1,1,200,1,2529.87,802.584,110.849,0.607663,300,5,0,120,0,1,0,0,0),(44940,1507,0,1,1,2478,1,1741.45,1342.81,104.04,4.259,300,5,0,67,174,1,0,0,0),(44941,1501,0,1,1,10973,0,1983.2,1641.61,76.1643,1.18989,120,5,0,42,0,1,0,0,0),(44942,1501,0,1,1,10973,0,1901.98,1571.76,89.0864,6.02667,120,0,0,42,0,0,0,0,0),(44943,1535,0,1,1,2482,1,2409.44,1583.88,32.9756,4.27606,300,0,0,120,0,0,0,0,0),(44944,1535,0,1,1,2482,1,2438.09,1595.84,72.3399,3.03687,300,0,0,120,0,0,0,0,0),(44945,1506,0,1,1,2403,1,1752.96,1325,99.9812,4.63906,300,10,0,71,0,1,0,0,0),(44946,1535,0,1,1,2471,1,2450.47,1592.6,37.1535,2.86234,300,0,0,120,0,0,0,0,0),(44947,1520,0,1,1,200,1,2689,817.73,109.697,4.96615,300,10,0,120,0,1,0,0,0),(68453,22991,530,1,1,0,0,-4018.35,3076.7,375.29,-0.733038,180,0,0,4120,0,0,0,0,0),(44949,1506,0,1,1,2403,1,1728.35,1327.06,108.116,1.90598,300,5,0,71,0,1,0,0,0),(44950,1520,0,1,1,200,1,2727.97,795.706,112.262,0.5145,300,5,0,120,0,1,0,0,0),(44951,1535,0,1,1,2471,1,2455.31,1601.84,72.3392,0.698132,300,0,0,120,0,0,0,0,0),(44952,1555,0,1,1,368,0,2187.51,-691.316,67.1164,1.2086,300,10,0,176,0,1,0,0,0),(44953,1535,0,1,1,2482,1,2444.51,1601.66,66.7561,4.72984,300,0,0,120,0,0,0,0,0),(44954,1506,0,1,1,2403,1,1768.75,1336.7,90.3585,3.8317,300,5,0,71,0,1,0,0,0),(44955,4075,0,1,1,1141,0,2292.39,-708.573,70.9157,5.53854,120,5,0,8,0,1,0,0,0),(44956,1502,0,1,1,829,0,1990.45,1549.62,79.9522,0.586652,120,5,0,42,0,1,0,0,0),(44957,1506,0,1,1,2403,1,1770.16,1376.83,90.0053,1.41803,300,0,0,71,0,0,0,0,0),(44958,1502,0,1,1,829,0,1905.9,1561.9,88.1273,4.92183,120,0,0,42,0,0,0,0,0),(44959,1535,0,1,1,2471,1,2454.38,1588.08,72.3392,5.37561,300,0,0,120,0,0,0,0,0),(44960,1502,0,1,1,829,0,1994.96,1532.48,78.382,0,120,0,0,42,0,0,0,0,0),(44961,1501,0,1,1,10973,0,1899.31,1547.72,89.1474,0.296706,120,0,0,42,0,0,0,0,0),(44962,1502,0,1,1,829,0,1926.79,1522.18,87.3504,2.68243,120,5,0,42,0,1,0,0,0),(44963,1502,0,1,1,829,0,2008.63,1478.11,69.4733,4.57726,120,5,0,42,0,1,0,0,0),(44964,1507,0,1,1,2478,1,1777.73,1385.49,91.8299,1.7109,300,0,0,67,174,0,0,0,0),(44965,1502,0,1,1,829,0,1934.11,1579.17,82.536,3.29743,120,5,0,42,0,1,0,0,0),(44966,1549,0,1,1,3916,0,2477.31,-648.409,71.826,2.37345,300,10,0,176,0,1,0,0,0),(44967,1502,0,1,1,829,0,1964.68,1550.69,85.6722,1.5365,120,5,0,42,0,1,0,0,0),(44968,1549,0,1,1,3916,0,2559.14,-589.498,83.5296,1.27466,300,10,0,176,0,1,0,0,0),(44969,1502,0,1,1,829,0,1962.82,1559.83,84.6423,5.9083,120,5,0,42,0,1,0,0,0),(44970,1522,0,1,1,11398,1,2728.23,779.251,112.336,2.28638,300,0,0,126,289,0,0,0,0),(44971,1502,0,1,1,829,0,1946.86,1561.32,87.4658,0.24497,120,2,0,42,0,1,0,0,0),(44972,1520,0,1,1,200,1,2514.29,917.689,81.6984,2.06918,300,10,0,120,0,1,0,0,0),(44973,1554,0,1,1,8808,0,2248.14,-682.196,66.0762,2.09999,300,10,0,156,0,1,0,0,0),(44974,1501,0,1,1,10973,0,1939.47,1571.19,83.0324,0,120,0,0,42,0,0,0,0,0),(44975,1506,0,1,1,2403,1,1814.35,1395.29,78.5285,1.24603,300,10,0,71,0,1,0,0,0),(44976,1506,0,1,1,2403,1,1771.12,1409.43,95.1356,1.09421,300,0,0,71,0,0,0,0,0),(44977,4075,0,1,1,1418,0,2511.46,1260.32,46.814,2.56767,120,5,0,8,0,1,0,0,0),(44978,1554,0,1,1,8808,0,2484.09,-520.017,83.693,4.99767,300,5,0,156,0,1,0,0,0),(44979,1501,0,1,1,10973,0,1920.66,1574.64,85.9355,3.70597,120,5,0,42,0,1,0,0,0),(44980,1507,0,1,1,2467,1,1745.93,1385.38,98.6645,0.979422,300,5,0,67,174,1,0,0,0),(44981,1549,0,1,1,3916,0,2525.28,-676.791,71.1505,0.63817,300,10,0,176,0,1,0,0,0),(44982,1522,0,1,1,11398,1,2582.66,850.86,98.2156,2.2952,300,5,0,126,289,1,0,0,0),(44983,1522,0,1,1,11398,1,2547.25,883.511,91.3032,2.79174,300,0,0,126,289,0,0,0,0),(44984,1554,0,1,1,8808,0,2385.92,-633.249,71.5223,4.37581,300,5,0,156,0,1,0,0,0),(44985,4075,0,1,1,1418,0,1935.17,1480.43,80.6678,5.33264,120,10,0,8,0,1,0,0,0),(44986,1667,0,1,1,3531,1,1772.91,1381.26,91.0356,5.66646,300,0,0,102,0,0,0,0,0),(44987,4075,0,1,1,2176,0,1957.62,1479.64,82.6762,4.12222,120,10,0,8,0,1,0,0,0),(44988,1656,0,1,1,1196,0,2824.05,1044.97,111.324,6.21383,300,0,0,198,0,2,0,0,0),(44989,4075,0,1,1,1141,0,2023.1,1722.01,82.4207,4.82391,120,5,0,8,0,1,0,0,0),(44990,1655,0,1,1,10702,0,2742.71,785.519,119.133,0.453786,300,0,0,198,0,0,0,0,0),(44991,1522,0,1,1,11398,1,2752.48,792.334,119.218,1.72788,300,0,0,126,289,0,0,0,0),(44992,1523,0,1,1,535,1,2845.14,854.156,113.202,5.18363,300,0,0,148,165,0,0,0,0),(44993,1522,0,1,1,11398,1,2816.98,809.352,113.586,5.61802,300,0,0,126,289,0,0,0,0),(44994,1522,0,1,1,11398,1,2810.39,831.537,111.966,2.89722,300,3,0,126,289,1,0,0,0),(44995,1522,0,1,1,11398,1,2809.32,818.412,112.829,1.79769,300,0,0,126,289,0,0,0,0),(44996,1522,0,1,1,11398,1,2896.32,879.26,119.078,6.20127,300,5,0,126,289,1,0,0,0),(44997,1523,0,1,1,535,1,2821.73,823.122,113.577,1.51844,300,0,0,148,165,0,0,0,0),(44998,1522,0,1,1,11398,1,2775.24,818.082,112.625,2.74466,300,5,0,126,289,1,0,0,0),(45000,1523,0,1,1,535,1,2834.94,812.294,113.671,4.27606,300,0,0,148,165,0,0,0,0),(45001,1520,0,1,1,200,1,2750.05,948.125,113.033,6.14599,300,5,0,120,0,1,0,0,0),(45002,1522,0,1,1,11398,1,2827.17,809.824,113.597,2.42349,300,0,0,126,289,0,0,0,0),(45003,1523,0,1,1,535,1,2847.75,844.061,112.27,4.59094,300,10,0,148,165,1,0,0,0),(45004,1522,0,1,1,11398,1,2831.88,915.415,121.014,4.64692,300,5,0,126,289,1,0,0,0),(45005,1553,0,1,1,4734,0,2117.95,411.895,58.2963,0.346768,300,10,0,120,0,1,0,0,0),(45006,1553,0,1,1,4734,0,2077.22,375.254,41.22,3.88834,300,5,0,120,0,1,0,0,0),(45007,1553,0,1,1,4734,0,2133.22,221.593,51.5336,3.45717,300,5,0,120,0,1,0,0,0),(45008,1553,0,1,1,4734,0,2004.5,306.59,44.0392,1.96979,300,10,0,120,0,1,0,0,0),(45009,1553,0,1,1,4734,0,2120.36,392.657,51.2868,1.54151,300,5,0,120,0,1,0,0,0),(45010,1522,0,1,1,11398,1,2786.67,913.802,115.726,5.23632,300,5,0,126,289,1,0,0,0),(45011,1522,0,1,1,11398,1,2745.51,808.08,113.205,1.16937,300,0,0,126,289,0,0,0,0),(45012,1553,0,1,1,4734,0,2158.27,464.108,66.4453,1.40212,300,5,0,120,0,1,0,0,0),(45013,1523,0,1,1,535,1,2783.29,847.928,111.864,3.53961,300,0,0,148,165,2,0,0,0),(45014,1523,0,1,1,535,1,2893.92,1075.21,105.695,1.61281,300,5,0,148,165,1,0,0,0),(45015,1522,0,1,1,11398,1,2750.74,887.705,113.151,0.548966,300,5,0,126,289,1,0,0,0),(45016,1522,0,1,1,11398,1,2865.45,1104.06,116.02,1.27731,300,0,0,126,289,0,0,0,0),(45017,1553,0,1,1,4734,0,2172.95,893.333,43.0353,0.335338,300,5,0,120,0,1,0,0,0),(45018,1523,0,1,1,535,1,2784.93,791.135,114.629,3.75304,300,5,0,148,165,1,0,0,0),(45019,1520,0,1,1,200,1,2754.9,807.562,113.174,1.67552,300,0,0,120,0,0,0,0,0),(45020,1522,0,1,1,11398,1,2746.75,781.911,114.928,1.53589,300,0,0,126,289,0,0,0,0),(45021,1530,0,1,1,10256,0,2889.68,716.17,119.588,4.50389,300,10,0,198,0,1,0,0,0),(45022,1548,0,1,1,9020,0,1964.61,312.468,41.4046,2.94496,300,5,0,137,0,1,0,0,0),(45023,1530,0,1,1,10256,0,3028.63,652.552,75.3498,2.98388,300,0,0,198,0,0,0,0,0),(45024,1534,0,1,1,10752,0,2917.76,729.489,106.569,0.078195,300,5,0,176,0,1,0,0,0),(45025,1534,0,1,1,10752,0,2956.17,709.748,105.899,1.33051,300,5,0,176,0,1,0,0,0),(45026,1534,0,1,1,10752,0,3010.55,673.161,90.4979,2.10172,300,5,0,176,0,1,0,0,0),(45027,1526,0,1,1,1201,0,2116.84,511.179,54.4878,6.2441,300,10,0,120,0,1,0,0,0),(45028,1530,0,1,1,4631,0,3027.88,658.689,75.3494,-2.38752,300,0,0,198,0,0,0,0,0),(45029,1530,0,1,1,4631,0,2916.55,682.552,110.007,3.96219,300,10,0,198,0,1,0,0,0),(45030,1534,0,1,1,10752,0,2971.09,689.421,98.9592,1.14077,300,10,0,176,0,1,0,0,0),(45031,721,0,1,1,328,0,2080.27,470.836,53.2531,6.2074,120,5,0,1,0,1,0,0,0),(45032,1530,0,1,1,1196,0,3043.34,672.834,81.047,2.41767,300,3,0,198,0,1,0,0,0),(45033,1526,0,1,1,1201,0,2043.91,685.556,41.9728,2.78179,300,10,0,120,0,1,0,0,0),(45034,1525,0,1,1,1200,0,2111.53,549.018,40.6193,4.57229,300,10,0,102,0,1,0,0,0),(45035,1530,0,1,1,1196,0,3030.07,684.772,66.4938,1.79679,300,0,0,198,0,0,0,0,0),(45036,1525,0,1,1,1200,0,2149.72,784.085,35.7567,4.06662,300,0,0,102,0,0,0,0,0),(45037,1525,0,1,1,1200,0,2088.71,689.753,37.6499,0.499673,300,10,0,102,0,1,0,0,0),(45038,1658,0,1,1,733,0,3043.63,646.906,59.1434,1.55334,300,0,0,273,0,0,0,0,0),(45039,1553,0,1,1,4734,0,2192.69,984.905,35.1464,3.36312,300,5,0,120,0,1,0,0,0),(45040,1526,0,1,1,1201,0,2163.4,808.123,40.3986,3.84416,300,5,0,120,0,1,0,0,0),(45041,1534,0,1,1,10752,0,3033.86,655.376,75.3499,1.69381,300,0,0,176,0,0,0,0,0),(45042,1530,0,1,1,10255,0,3024.26,655.026,75.4332,0.244346,300,0,0,198,0,0,0,0,0),(45043,1534,0,1,1,10752,0,3053.68,685.129,66.4508,3.74396,300,2,0,176,0,1,0,0,0),(45044,1534,0,1,1,10752,0,3065.51,682.102,66.534,2.75762,300,0,0,176,0,0,0,0,0),(45045,1530,0,1,1,10255,0,3024.02,693.483,66.0472,5.46288,300,0,0,198,0,0,0,0,0),(45046,1530,0,1,1,10255,0,3059.17,688.299,66.0472,3.90954,300,0,0,198,0,0,0,0,0),(45047,1547,0,1,1,9021,0,1976.02,103.24,23.2516,0.223646,300,5,0,102,0,1,0,0,0),(45048,4075,0,1,1,1141,0,2209.09,273.666,36.407,6.27625,120,10,0,8,0,1,0,0,0),(45049,1547,0,1,1,9021,0,2632.13,56.3634,27.778,4.65634,300,5,0,102,0,1,0,0,0),(45050,1547,0,1,1,9021,0,1924.34,-3.55897,12.3541,3.70225,300,5,0,102,0,1,0,0,0),(45051,4075,0,1,1,1418,0,2342.34,834.478,47.5054,2.04536,120,5,0,8,0,1,0,0,0),(45052,4075,0,1,1,1418,0,1995.48,596.686,46.3917,0.939086,120,5,0,8,0,1,0,0,0),(45053,1525,0,1,1,1200,0,2217.66,781.878,33.9091,0.436332,300,10,0,102,0,1,0,0,0),(45054,1536,0,1,1,2468,1,1821.38,763.342,43.3882,1.58573,300,5,0,137,0,1,0,0,0),(45055,1536,0,1,1,2479,1,1828.24,699.349,45.1569,0.436332,300,0,0,137,0,0,0,0,0),(45056,721,0,1,1,4626,0,2090.8,947.166,37.6353,0.017097,120,5,0,1,0,1,0,0,0),(45057,1537,0,1,1,2483,1,1846.42,694.88,40.0404,3.45977,300,10,0,156,0,1,0,0,0),(45058,1525,0,1,1,1200,0,2151.18,590.995,37.4913,1.54898,300,10,0,102,0,1,0,0,0),(45059,1537,0,1,1,2472,1,1815.13,676.727,43.727,4.45206,300,5,0,156,0,1,0,0,0),(45060,1525,0,1,1,1200,0,2154.3,609.987,35.5916,2.04405,300,10,0,102,0,1,0,0,0),(45061,1554,0,1,1,8808,0,2496.29,-583.433,76.4063,0.633537,300,5,0,156,0,1,0,0,0),(45062,1553,0,1,1,4734,0,2038.52,438.273,44.865,0.777111,300,5,0,120,0,1,0,0,0),(45063,1548,0,1,1,9020,0,1949.45,393.285,36.7743,3.21784,300,10,0,137,0,1,0,0,0),(45064,1526,0,1,1,1201,0,2120.42,621.272,34.9725,0.561849,300,10,0,120,0,1,0,0,0),(45065,1537,0,1,1,2472,1,1858.1,722.105,37.6762,4.33504,300,10,0,156,0,1,0,0,0),(45066,1548,0,1,1,9020,0,2031.36,393.702,42.254,3.32424,300,10,0,137,0,1,0,0,0),(45067,1537,0,1,1,2483,1,1801.29,705.476,48.9744,4.32842,300,0,0,156,0,0,0,0,0),(45068,1548,0,1,1,9020,0,2042.62,455.149,45.4707,0.271616,300,5,0,137,0,1,0,0,0),(45069,1553,0,1,1,4734,0,2106.51,488.121,58.2988,6.00623,300,10,0,120,0,1,0,0,0),(45070,1525,0,1,1,1200,0,2123.08,576.127,36.6854,2.32582,300,10,0,102,0,1,0,0,0),(45071,1526,0,1,1,1201,0,2102.39,604.735,35.2568,1.69219,300,10,0,120,0,1,0,0,0),(45072,1525,0,1,1,1200,0,2117.5,650.875,34.7979,5.91032,300,10,0,102,0,1,0,0,0),(45073,1547,0,1,1,9021,0,2063.84,135.254,35.3976,1.12814,300,5,0,102,0,1,0,0,0),(43471,24935,647,1,1,0,0,10.2871,-12.0272,-23.4942,3.10669,180,0,0,1,0,0,0,0,0),(45078,1553,0,1,1,4734,0,1981.6,352.888,39.7094,0.04852,300,5,0,120,0,1,0,0,0),(45079,1547,0,1,1,9021,0,2423.12,215.144,35.4579,5.68381,300,10,0,102,0,1,0,0,0),(45080,1548,0,1,1,9020,0,2625.34,-229.493,36.755,3.00633,300,5,0,137,0,1,0,0,0),(45081,1526,0,1,1,1201,0,2134.45,674.491,35.317,2.82787,300,5,0,120,0,1,0,0,0),(45082,1548,0,1,1,9020,0,1927.53,-479.968,36.025,0.236365,300,10,0,137,0,1,0,0,0),(45083,1554,0,1,1,8808,0,1908.57,-350.692,37.992,3.0207,300,5,0,156,0,1,0,0,0),(45084,1547,0,1,1,9021,0,2210.27,184.116,47.5927,0.98902,300,10,0,102,0,1,0,0,0),(45085,4282,0,1,1,2513,1,2784.96,-744.029,134.115,0.786395,300,5,0,739,2068,1,0,0,0),(45086,1525,0,1,1,1200,0,2040.55,576.133,34.7067,4.63803,300,5,0,102,0,1,0,0,0),(45087,4282,0,1,1,2513,1,2811.79,-785.548,144.624,3.47193,300,5,0,739,2068,1,0,0,0),(45088,1526,0,1,1,1201,0,2039.58,676.989,41.3478,3.65191,300,10,0,120,0,1,0,0,0),(45089,4282,0,1,1,2512,1,2753.53,-797.493,145.781,0.944561,300,0,0,739,2068,0,0,0,0),(45090,1525,0,1,1,1200,0,2082.1,612.547,34.5395,4.77549,300,10,0,102,0,1,0,0,0),(45096,4281,0,1,1,2516,1,2818.66,-747.898,145.441,2.04931,300,5,0,950,0,1,0,0,0),(45097,1525,0,1,1,1200,0,2049.1,647.243,36.935,4.65601,300,5,0,102,0,1,0,0,0),(45098,1526,0,1,1,1201,0,2011.99,610.176,40.0855,0.048837,300,5,0,120,0,1,0,0,0),(43470,24934,647,1,1,0,0,10.321,-3.57351,-23.4941,3.1765,180,0,0,1,0,0,0,0,0),(45103,4075,0,1,1,1141,0,2022.15,743.707,41.6294,0.522296,120,10,0,8,0,1,0,0,0),(45111,1553,0,1,1,4734,0,2204.33,453.73,60.6053,1.98456,300,5,0,120,0,1,0,0,0),(45112,4282,0,1,1,2512,1,2951.87,-621.782,157.396,5.91356,300,5,0,739,2068,1,0,0,0),(45113,1528,0,1,1,1197,0,2478.51,19.1697,25.7809,0.454413,300,0,0,156,0,0,0,0,0),(45114,1547,0,1,1,9021,0,2249.69,421.204,40.2005,2.04204,300,10,0,102,0,1,0,0,0),(45115,1528,0,1,1,1197,0,2487.86,18.6828,26.1559,1.67701,300,0,0,156,0,0,0,0,0),(45116,1527,0,1,1,1202,0,2525.79,-43.9199,28.2046,3.74604,300,5,0,137,0,1,0,0,0),(45117,1528,0,1,1,1197,0,2512.96,-37.3931,26.0322,0.042984,300,5,0,156,0,1,0,0,0),(45118,4075,0,1,1,1141,0,1891.88,757.146,40.2985,0.81852,120,0,0,8,0,0,0,0,0),(45119,4280,0,1,1,2475,1,2815.95,-683.044,137.601,3.59538,300,0,0,812,811,0,0,0,0),(45120,1527,0,1,1,1202,0,2556.27,-46.1772,28.6477,1.44717,300,5,0,137,0,1,0,0,0),(45121,1554,0,1,1,8808,0,2445.88,-476.272,75.9326,3.27092,300,10,0,156,0,1,0,0,0),(45122,1554,0,1,1,8808,0,2382.77,-436.542,73.2287,4.19809,300,10,0,156,0,1,0,0,0),(45123,1528,0,1,1,1197,0,2525.17,-72.7583,35.4884,2.61061,300,5,0,156,0,1,0,0,0),(45124,1548,0,1,1,9020,0,2945.83,-420.904,81.0726,4.55238,300,5,0,137,0,1,0,0,0),(45125,4283,0,1,1,2520,1,2895.16,-757.138,160.333,3.21141,300,0,0,1050,0,0,0,0,0),(45126,4284,0,1,1,2496,1,2879.51,-743.71,160.416,3.64774,300,0,0,892,1704,0,0,0,0),(45127,1527,0,1,1,1202,0,2519.45,-18.7093,26.4906,3.18036,300,5,0,137,0,1,0,0,0),(45128,1527,0,1,1,1202,0,2567,-28.3954,30.0712,0.885141,300,5,0,137,0,1,0,0,0),(45129,1554,0,1,1,8808,0,2821.73,-350.251,75.6999,5.46465,300,5,0,156,0,1,0,0,0),(45130,1547,0,1,1,9021,0,2221.69,477.485,43.9162,1.99249,300,5,0,102,0,1,0,0,0),(45131,4075,0,1,1,2176,0,1920.76,492.019,41.4115,0,120,10,0,8,0,1,0,0,0),(45132,1527,0,1,1,1202,0,2557.35,-22.06,28.0644,3.86008,300,5,0,137,0,1,0,0,0),(45133,1547,0,1,1,9021,0,2182.99,205.522,47.0929,0.172693,300,5,0,102,0,1,0,0,0),(43469,3084,647,1,1,0,1,-5.20674,-11.3432,-17.6101,4.71239,180,0,0,1,0,0,0,0,0),(45138,1527,0,1,1,1202,0,2579.78,-109.441,30.5484,2.82384,300,3,0,137,0,1,0,0,0),(45139,4285,0,1,1,2505,1,2875.58,-745.699,160.416,0.436332,300,0,0,892,1704,0,0,0,0),(45140,1527,0,1,1,1202,0,2598.88,-114.654,34.5484,1.79853,300,3,0,137,0,1,0,0,0),(45141,1527,0,1,1,1202,0,2564.14,-7.71104,26.4977,0.863101,300,5,0,137,0,1,0,0,0),(45142,1547,0,1,1,9021,0,2094.57,43.9203,35.2253,0.474564,300,5,0,102,0,1,0,0,0),(45143,1527,0,1,1,1202,0,2540.63,-17.4988,27.9188,2.15175,300,5,0,137,0,1,0,0,0),(45144,1527,0,1,1,1202,0,2588.11,-59.5868,27.1153,5.87983,300,5,0,137,0,1,0,0,0),(45145,4075,0,1,1,1418,0,2479.81,-330.832,70.3086,5.55719,120,5,0,8,0,1,0,0,0),(45147,1526,0,1,1,1201,0,2280.51,640.495,24.8747,0.323717,300,10,0,120,0,1,0,0,0),(45148,1525,0,1,1,1200,0,2225.41,638.287,24.8583,2.78981,300,5,0,102,0,1,0,0,0),(45149,1526,0,1,1,1201,0,2222.15,568.755,33.2636,0.56254,300,5,0,120,0,1,0,0,0),(45150,4282,0,1,1,2513,1,2828.31,-712.965,138.438,3.05433,300,0,0,739,2068,0,0,0,0),(45151,4281,0,1,1,2517,1,2726.56,-784.142,135.27,2.42873,300,5,0,950,0,1,0,0,0),(45152,4283,0,1,1,2520,1,2852.58,-775.148,160.416,0.575959,300,0,0,1050,0,0,0,0,0),(45153,4075,0,1,1,1141,0,2187.53,274.695,41.4099,3.36469,120,10,0,8,0,1,0,0,0),(45154,4283,0,1,1,2520,1,2869.32,-787.137,160.333,1.99344,300,0,0,1050,0,2,0,0,0),(45155,1553,0,1,1,4734,0,2339.8,178.099,37.8681,5.57731,300,5,0,120,0,1,0,0,0),(45156,1553,0,1,1,4734,0,2186.22,963.972,34.3213,3.99751,300,5,0,120,0,1,0,0,0),(45157,1525,0,1,1,1200,0,2321.84,582.691,24.753,2.40762,300,10,0,102,0,1,0,0,0),(45158,1526,0,1,1,1201,0,2293.56,589.856,30.7497,1.0361,300,10,0,120,0,1,0,0,0),(45159,4075,0,1,1,1418,0,2212.77,637.844,24.8583,2.68044,120,5,0,8,0,1,0,0,0),(45160,4281,0,1,1,2516,1,2795,-778.473,141.633,2.53518,300,5,0,950,0,1,0,0,0),(45161,4283,0,1,1,2520,1,2862.53,-799.897,160.416,0.959931,300,0,0,1050,0,0,0,0,0),(45162,4281,0,1,1,2516,1,2729.29,-753.198,132.862,5.50815,300,0,0,950,0,0,0,0,0),(45163,1526,0,1,1,1201,0,2321.42,569.707,25.1275,3.21266,300,10,0,120,0,1,0,0,0),(45164,1526,0,1,1,1201,0,2264.27,672.911,33.8604,1.07309,300,5,0,120,0,1,0,0,0),(45165,4281,0,1,1,2516,1,2780.37,-777.357,139.941,1.33228,300,5,0,950,0,1,0,0,0),(45167,1525,0,1,1,1200,0,2315.87,551.03,30.3656,2.3911,300,0,0,102,0,0,0,0,0),(45168,1525,0,1,1,1200,0,2154.51,580.692,39.5968,6.26377,300,10,0,102,0,1,0,0,0),(45169,1548,0,1,1,9020,0,2008.09,347.696,40.8089,4.54852,300,10,0,137,0,1,0,0,0),(45170,4075,0,1,1,1418,0,2609.72,-775.089,77.3169,4.49312,120,5,0,8,0,1,0,0,0),(45171,4075,0,1,1,1418,0,2243.03,-243.808,54.0014,3.63358,120,5,0,8,0,1,0,0,0),(45172,4285,0,1,1,2506,1,2857.66,-753.65,160.416,3.40339,300,0,0,892,1704,0,0,0,0),(45173,721,0,1,1,328,0,2185.84,-123.033,34.1016,0.564707,120,5,0,1,0,1,0,0,0),(45174,4283,0,1,1,2521,1,2884.61,-762.783,160.332,5.09448,300,0,0,1050,0,2,0,0,0),(45175,4284,0,1,1,2495,1,2853.36,-755.751,160.416,0.418879,300,0,0,892,1704,0,0,0,0),(45176,4075,0,1,1,2176,0,2400.64,-595.054,71.9719,0.448789,120,5,0,8,0,1,0,0,0),(45177,1553,0,1,1,4734,0,2179.94,825.692,41.3981,1.32819,300,5,0,120,0,1,0,0,0),(45178,1525,0,1,1,1200,0,2203.76,630.98,24.8213,2.60363,300,5,0,102,0,1,0,0,0),(45179,4075,0,1,1,2176,0,2436.44,231.019,40.9451,2.19975,120,10,0,8,0,1,0,0,0),(45180,1526,0,1,1,1201,0,2175.98,805.809,40.5386,6.16054,300,5,0,120,0,1,0,0,0),(45181,1525,0,1,1,1200,0,2081.1,683.142,38.8764,0.863729,300,10,0,102,0,1,0,0,0),(45182,1525,0,1,1,1200,0,2137.79,636.345,34.3417,0.478293,300,5,0,102,0,1,0,0,0),(45183,1525,0,1,1,1200,0,2143.48,622.057,34.8244,5.83732,300,10,0,102,0,1,0,0,0),(45184,1526,0,1,1,1201,0,2099.71,700.538,35.8355,3.17876,300,10,0,120,0,1,0,0,0),(45185,1548,0,1,1,9020,0,2130.31,836.886,33.5899,2.34654,300,5,0,137,0,1,0,0,0),(45187,1674,0,1,1,10852,0,2505.63,351.373,34.1197,3.55448,300,5,0,120,0,1,0,0,0),(45188,1547,0,1,1,9021,0,2201.41,805.998,36.7559,1.48871,300,5,0,102,0,1,0,0,0),(45189,1553,0,1,1,4734,0,2142.93,890.77,34.7697,2.04536,300,5,0,120,0,1,0,0,0),(45190,1553,0,1,1,4734,0,2147.96,355.483,43.7588,1.49427,300,10,0,120,0,1,0,0,0),(45191,4075,0,1,1,1141,0,2244.62,396.215,43.1555,2.17396,120,5,0,8,0,1,0,0,0),(45192,1941,0,1,1,10853,1,2491.33,449.53,38.2049,2.55305,300,10,0,120,0,1,0,0,0),(45193,1941,0,1,1,10853,1,2520.97,489.4,35.552,0.627888,300,0,0,120,0,0,0,0,0),(45194,1941,0,1,1,10853,1,2512.94,498.76,42.6359,4.2586,300,0,0,120,0,0,0,0,0),(45195,4285,0,1,1,2505,1,2894.34,-809.559,160.416,3.76991,300,0,0,892,1704,0,0,0,0),(45196,4282,0,1,1,2513,1,2779.81,-684.106,132.636,4.4855,300,0,0,739,2068,0,0,0,0),(45197,1553,0,1,1,4734,0,1986.35,150.616,21.4207,3.60131,300,5,0,120,0,1,0,0,0),(45198,4282,0,1,1,2512,1,2750.84,-681.42,128.108,1.98968,300,0,0,739,2068,0,0,0,0),(45199,1941,0,1,1,10853,1,2447.11,474.622,44.5674,1.47679,300,10,0,120,0,1,0,0,0),(45200,4281,0,1,1,2516,1,2714.5,-718.295,129.235,1.98968,300,0,0,950,0,0,0,0,0),(45201,1553,0,1,1,4734,0,2076.63,108.631,36.8307,5.94693,300,10,0,120,0,1,0,0,0),(45202,1547,0,1,1,9021,0,2306.39,171.583,35.1592,4.00172,300,10,0,102,0,1,0,0,0),(45203,4281,0,1,1,2516,1,2718.97,-687.082,119.393,1.68912,300,5,0,950,0,1,0,0,0),(45205,1547,0,1,1,9021,0,2133.45,135.185,42.4659,1.64113,300,5,0,102,0,1,0,0,0),(43468,3084,647,1,1,0,1,-4.83257,-4.31233,-17.6322,1.62316,180,0,0,1,0,0,0,0,0),(45210,4075,0,1,1,1418,0,2065.89,89.146,36.9195,4.66448,120,10,0,8,0,1,0,0,0),(44457,32838,571,1,1,0,1,5877.88,662.895,644.53,1.66366,300,0,0,3367,8139,0,0,0,0),(45221,18896,530,1,1,0,0,-4119.59,-11467.8,-129.183,6.05629,120,0,0,1,0,0,0,0,0),(240024,23537,0,1,1,0,0,2240.27,487.806,38.1347,2.64068,300,0,0,2835,7196,0,0,0,0),(79263,36217,0,1,1,0,0,1438.03,403.83,-85.2626,3.12414,120,0,0,1,0,0,0,0,0),(45217,1548,0,1,1,9020,0,1691.98,510.147,37.6366,0.497324,300,10,0,137,0,1,0,0,0),(45218,5736,0,1,1,3975,0,1400.85,363.242,-84.868,1.11701,120,0,0,102,0,0,0,0,0),(45219,1548,0,1,1,9020,0,1620.91,516.839,40.604,5.08601,300,10,0,137,0,1,0,0,0),(79267,36213,0,1,1,0,0,1419.08,389.021,-84.9804,0.698132,120,0,0,1,0,0,0,0,0),(79266,36213,0,1,1,0,0,1414.68,448.16,-77.1543,4.67748,120,0,0,1,0,0,0,0,0),(79265,36213,0,1,1,0,0,1446.22,415.606,-84.9055,3.85718,120,0,0,1,0,0,0,0,0),(79264,36213,0,1,1,0,0,1388.43,421.595,-77.1538,6.0912,120,0,0,1,0,0,0,0,0),(45225,11610,0,1,1,11458,1,2562.35,-1815.91,33.5166,3.92699,315,0,0,3189,0,0,0,0,0),(45226,11613,0,1,1,11462,1,2331.89,-2070.1,168.541,1.81514,315,0,0,3644,0,0,0,0,0),(45227,1794,0,1,1,10626,0,1377.89,-1280.29,58.7789,1.36752,315,10,0,2634,2041,1,0,0,0),(45228,1789,0,1,1,9790,1,1546.1,-1713.64,67.7887,2.37365,315,0,0,2823,2117,0,0,0,0),(45229,1795,0,1,1,414,0,1400.91,-1420.72,56.6534,2.46364,315,5,0,2823,2117,1,0,0,0),(45230,1795,0,1,1,414,0,1222.05,-1577.23,64.5488,4.36513,315,5,0,2823,2117,1,0,0,0),(45231,1789,0,1,1,9790,1,1419.35,-1297.95,68.5218,0.998692,315,3,0,2823,2117,1,0,0,0),(45232,1787,0,1,1,11401,1,1439.48,-1550.49,56.0838,2.82147,315,5,0,3293,0,1,0,0,0),(45233,1787,0,1,1,11401,1,1294.96,-1276.5,63.0234,2.19004,315,10,0,3293,0,1,0,0,0),(45234,1789,0,1,1,9790,1,1311.58,-1610.1,62.1412,4.06023,315,0,0,2823,2117,0,0,0,0),(45235,1795,0,1,1,414,0,1453.5,-1754.52,64.603,5.96903,315,3,0,2823,2117,1,0,0,0),(45236,1794,0,1,1,10626,0,1417.24,-1215.97,75.4773,1.50108,315,3,0,2634,2041,1,0,0,0),(45237,10857,0,1,1,10213,1,966.826,-1425.31,65.3258,3.83972,315,0,0,3876,0,0,0,0,0),(45238,11053,0,1,1,10549,1,944.298,-1431.14,64.0076,1.01229,315,0,0,3297,2434,0,0,0,0),(45239,10838,0,1,1,10151,1,957.713,-1419.47,66.347,4.74729,315,0,0,3395,2486,0,0,0,0),(45240,11194,0,1,1,11407,1,971.502,-1428.11,65.1687,3.03687,315,0,0,7048,0,0,0,0,0),(45241,10840,0,1,1,10211,1,971.654,-1430.91,65.1563,3.26377,315,0,0,4120,0,0,0,0,0),(45242,11056,0,1,1,10551,1,965.135,-1417.87,66.7977,4.18879,315,0,0,2714,5461,0,0,0,0),(45243,11194,0,1,1,11409,1,971.043,-1433.61,65.1771,3.1765,315,0,0,7048,0,0,0,0,0),(45244,12942,0,1,1,12957,1,949.885,-1435.65,62.6731,1.44862,315,0,0,3398,0,0,0,0,0),(45245,11872,0,1,1,11800,1,1134.97,-1767.47,64.7515,6.16101,315,0,0,3876,0,0,0,0,0),(45246,17238,0,1,1,16930,1,944.456,-1428.37,64.6131,5.42797,315,0,0,2211,5461,0,0,0,0),(45247,11873,0,1,1,146,0,1384.48,-1542.65,58.9161,5.55015,315,0,0,1587,2434,0,0,0,0),(45248,1788,0,1,1,775,1,1395.88,-1523.36,58.7168,0.541052,315,0,0,3374,0,0,0,0,0),(45249,1788,0,1,1,775,1,1372.65,-1524.92,58.7586,2.46091,315,0,0,3374,0,0,0,0,0),(45250,11873,0,1,1,146,0,1375.18,-1541.48,58.2008,4.79965,315,0,0,1587,2434,0,0,0,0),(45251,1852,0,1,1,7919,0,1382.75,-1529.9,59.7361,4.72984,660,0,0,8300,7458,0,0,0,0),(45252,11873,0,1,1,146,0,1379.68,-1546.74,58.6859,1.50098,315,0,0,1587,2434,0,0,0,0),(45253,1815,0,1,1,1082,0,1579.96,-1184.58,75.1089,4.22221,315,10,0,3438,0,1,0,0,0),(45254,1815,0,1,1,1082,0,1488.42,-1214.02,63.246,0.249729,315,5,0,3438,0,1,0,0,0),(45255,1815,0,1,1,1082,0,1543.82,-1151.3,73.3075,3.24524,315,10,0,3438,0,1,0,0,0),(45256,1815,0,1,1,1082,0,1783.76,-988.284,76.2161,4.58383,315,5,0,3438,0,1,0,0,0),(45257,1822,0,1,1,1087,0,1605.54,-1020.58,85.3555,4.84449,315,3,0,2880,0,1,0,0,0),(45258,1822,0,1,1,1087,0,1582.05,-1121.27,69.2231,4.81751,315,10,0,2880,0,1,0,0,0),(45259,1815,0,1,1,1082,0,1586.35,-1054.97,69.8932,5.26871,315,10,0,3438,0,1,0,0,0),(45260,1822,0,1,1,1087,0,1816.6,-1010.37,90.3207,1.30591,315,5,0,2880,0,1,0,0,0),(45261,1822,0,1,1,1087,0,1609.42,-1214.16,67.6089,2.57689,315,10,0,2880,0,1,0,0,0),(45262,1822,0,1,1,1087,0,1450.39,-1111.86,71.6048,1.85365,315,10,0,2880,0,1,0,0,0),(45263,1824,0,1,1,1088,0,1985.22,-2473.04,62.2665,0.670469,315,10,0,3293,0,1,0,0,0),(45264,1824,0,1,1,1088,0,2035.89,-2305.16,65.9569,1.4789,315,3,0,3293,0,1,0,0,0),(45265,1824,0,1,1,1088,0,1913.23,-1947.4,78.9758,2.08074,315,10,0,3293,0,1,0,0,0),(45266,1816,0,1,1,1083,0,2045.22,-2488.06,62.902,3.20331,315,5,0,3921,0,1,0,0,0),(45267,1816,0,1,1,1083,0,1996.97,-2432.29,60.6732,0.489864,315,10,0,3921,0,1,0,0,0),(45268,1816,0,1,1,1083,0,1544.69,-1982.64,62.3916,2.77784,315,10,0,3921,0,1,0,0,0),(45269,1824,0,1,1,1088,0,1903.5,-2199.84,64.145,3.91594,315,10,0,3293,0,1,0,0,0),(45270,1816,0,1,1,1083,0,1829.69,-2409.41,59.2156,4.21416,315,10,0,3921,0,1,0,0,0),(45271,1824,0,1,1,1088,0,1917.45,-1878.1,77.2776,1.01333,315,10,0,3293,0,1,0,0,0),(45272,1817,0,1,1,4124,0,1347.15,-1842.09,69.1583,1.77221,315,10,0,3189,0,1,0,0,0),(45273,1817,0,1,1,4124,0,2211.85,-1516.09,73.8812,2.49614,315,10,0,3189,0,1,0,0,0),(45274,1821,0,1,1,1091,0,1650,-1578.85,61.9657,1.59423,315,5,0,3082,0,1,0,0,0),(45275,1817,0,1,1,4124,0,1845.01,-1782.22,60.6733,2.96631,315,10,0,3189,0,1,0,0,0),(45276,1821,0,1,1,1091,0,2314.52,-1688.29,102.416,4.63622,315,10,0,3082,0,1,0,0,0),(45277,1817,0,1,1,4124,0,1785.49,-1452.08,62.3533,0.432048,315,5,0,3189,0,1,0,0,0),(45278,1817,0,1,1,4124,0,2011.65,-1648.5,61.6532,3.08859,315,10,0,3189,0,1,0,0,0),(45279,1817,0,1,1,4124,0,2048.07,-1552.11,65.0068,3.89464,315,10,0,3189,0,1,0,0,0),(45280,1821,0,1,1,1091,0,1521.91,-1780.06,60.8657,0.256826,315,5,0,3082,0,1,0,0,0),(45281,1817,0,1,1,4124,0,2112.99,-1622.25,67.3304,3.6618,315,5,0,3189,0,1,0,0,0),(45282,1791,0,1,1,570,0,1783.24,-1254.47,59.8564,5.01334,315,5,0,2880,0,1,0,0,0),(45283,1784,0,1,1,11403,1,1755.67,-1120.25,62.4782,2.97425,315,5,0,2384,1864,1,0,0,0),(45284,1784,0,1,1,11403,1,1746.35,-1113.02,63.2282,5.12288,315,5,0,2384,1864,1,0,0,0),(45285,1783,0,1,1,733,1,1748.61,-1229.87,59.776,1.54038,315,10,0,2880,0,1,0,0,0),(45286,1784,0,1,1,11403,1,1792.55,-1272.58,60.8942,0.48906,315,5,0,2384,1864,1,0,0,0),(45287,1791,0,1,1,570,0,1755.85,-1177.83,59.5505,5.83498,315,10,0,2880,0,1,0,0,0),(45288,1784,0,1,1,11403,1,1819.69,-1240.62,59.6902,4.29384,315,5,0,2384,1864,1,0,0,0),(45289,1791,0,1,1,570,0,1792.8,-1163.52,60.0441,5.39235,315,5,0,2880,0,1,0,0,0),(45290,1784,0,1,1,11403,1,1816.35,-1196.66,59.7774,0.99643,315,10,0,2384,1864,1,0,0,0),(45291,1783,0,1,1,733,1,1824.06,-1222.59,59.4233,1.88464,315,5,0,2880,0,1,0,0,0),(45292,1783,0,1,1,733,1,1036.06,-1702.13,62.9725,5.0093,315,10,0,2880,0,1,0,0,0),(45293,1791,0,1,1,570,0,1059.46,-1748.46,61.6662,0.180913,315,5,0,2880,0,1,0,0,0),(45294,1783,0,1,1,733,1,1170.24,-1716.64,61.1124,5.20108,315,10,0,2880,0,1,0,0,0),(45295,1783,0,1,1,733,1,992.87,-1652.63,74.4687,0.004975,315,5,0,2880,0,1,0,0,0),(45296,1791,0,1,1,570,0,1180.93,-1729.29,60.8177,2.38752,315,10,0,2880,0,1,0,0,0),(45297,1791,0,1,1,570,0,1163,-1745.42,62.05,6.19999,315,10,0,2880,0,1,0,0,0),(45298,1791,0,1,1,570,0,993.784,-1716.74,70.201,6.1084,315,3,0,2880,0,1,0,0,0),(45299,1791,0,1,1,570,0,1139.81,-1735.93,62.05,2.82776,315,10,0,2880,0,1,0,0,0),(45300,1783,0,1,1,733,1,1157.44,-1707.67,60.6673,5.88308,315,10,0,2880,0,1,0,0,0),(45301,1783,0,1,1,733,1,1185.09,-1767.31,61.6531,1.74135,315,10,0,2880,0,1,0,0,0),(45302,1854,0,1,1,11395,1,979.659,-1821.63,80.4872,2.46366,315,0,0,3101,4578,2,0,0,0),(45303,4472,0,1,1,146,0,1704.83,-2354.79,60.5769,0.558975,315,0,0,3006,2241,0,0,0,0),(45304,1802,0,1,1,4629,0,1639.5,-2270.31,58.8691,0.897238,315,5,0,3644,0,1,0,0,0),(45305,4472,0,1,1,146,0,1687.71,-2319.81,59.2419,2.13969,315,10,0,3006,2241,1,0,0,0),(45306,1804,0,1,1,10690,0,1754.3,-2337.45,59.8283,5.1598,315,0,0,3644,0,0,0,0,0),(45307,4472,0,1,1,146,0,1612.87,-2295.11,59.6191,3.50631,315,3,0,3006,2241,1,0,0,0),(45308,4472,0,1,1,146,0,1752.96,-2300.99,60.4681,0.004016,315,0,0,3006,2241,0,0,0,0),(45309,1802,0,1,1,4629,0,1765.12,-2315.79,60.0931,1.15621,315,10,0,3644,0,1,0,0,0),(45310,1802,0,1,1,4629,0,1696.06,-2192.56,60.9834,2.96987,315,0,0,3644,0,0,0,0,0),(45311,1804,0,1,1,10690,0,1621.93,-2267.38,59.7595,5.32325,315,0,0,3644,0,0,0,0,0),(45312,1802,0,1,1,4629,0,1664.81,-2371.87,61.6589,3.0262,315,0,0,3644,0,0,0,0,0),(45313,1785,0,1,1,11404,1,1876,-1519.93,59.0076,4.291,315,5,0,3082,0,1,0,0,0),(45314,4475,0,1,1,10971,0,1872.98,-1552.7,59.1326,4.30515,315,5,0,3082,0,1,0,0,0),(45315,4474,0,1,1,4631,0,1820.67,-1548.7,59.0078,0.499675,315,10,0,3189,0,1,0,0,0),(45316,4475,0,1,1,10971,0,1863.86,-1581.56,59.4253,3.82227,315,0,0,3082,0,0,0,0,0),(45317,4475,0,1,1,10970,0,1796.99,-1584.02,59.4426,3.18318,315,10,0,3082,0,1,0,0,0),(45318,1785,0,1,1,11404,1,1898.92,-1651.54,60.3045,3.50811,315,0,0,3082,0,0,0,0,0),(45319,4474,0,1,1,4631,0,1864.02,-1564.27,59.2714,1.53589,315,0,0,3189,0,0,0,0,0),(45320,1785,0,1,1,11404,1,1935.11,-1636.34,60.157,1.78024,315,10,0,3082,0,1,0,0,0),(45321,4475,0,1,1,10970,0,1899.09,-1539.69,59.7576,5.89595,315,10,0,3082,0,1,0,0,0),(45322,4474,0,1,1,4631,0,1875.43,-1585.63,59.6683,5.27049,315,5,0,3189,0,1,0,0,0),(45323,1793,0,1,1,137,0,1472.79,-1931.67,60.2077,0.878641,315,5,0,3293,0,1,0,0,0),(45324,1793,0,1,1,137,0,1494.52,-1895.06,60.0306,4.48874,315,3,0,3293,0,1,0,0,0),(45325,1793,0,1,1,137,0,1479.98,-1903.58,59.7526,1.74908,315,3,0,3293,0,1,0,0,0),(45326,10580,0,1,1,10256,0,1411.43,-1888.26,61.2644,0.618257,315,3,0,3420,0,1,0,0,0),(45327,1796,0,1,1,10487,0,1439.15,-1864.47,58.8058,0.108495,315,10,0,3529,0,1,0,0,0),(45328,1793,0,1,1,137,0,1523.57,-1849.63,60.9699,1.24154,315,5,0,3293,0,1,0,0,0),(45329,1796,0,1,1,10487,0,1449.13,-1846.6,58.6686,2.11309,315,10,0,3529,0,1,0,0,0),(45330,1793,0,1,1,137,0,1514.06,-1868.82,59.2271,4.43728,315,5,0,3293,0,1,0,0,0),(45331,1793,0,1,1,137,0,1512.2,-1833.83,61.7444,1.03373,315,5,0,3293,0,1,0,0,0),(45332,1793,0,1,1,137,0,1444.68,-1910.35,60.1867,3.39459,315,10,0,3293,0,1,0,0,0),(45333,1808,0,1,1,11139,0,2338.49,-2328.77,48.9351,3.75533,315,3,0,3529,0,1,0,0,0),(45334,1812,0,1,1,8389,0,2381.03,-2336.72,54.0679,1.19901,315,3,0,3529,0,1,0,0,0),(45335,1812,0,1,1,8389,0,2348.45,-2239.6,57.0222,0.507552,315,3,0,3529,0,1,0,0,0),(45336,1806,0,1,1,681,0,2290.82,-2300.68,60.4228,3.40305,315,3,0,3293,0,1,0,0,0),(45337,1808,0,1,1,11139,0,2365.25,-2246.97,56.4647,6.00328,315,3,0,3529,0,1,0,0,0),(45338,1806,0,1,1,681,0,2157.53,-2423.77,59.8985,4.60655,315,10,0,3293,0,1,0,0,0),(45339,1806,0,1,1,681,0,2231.74,-2394.02,59.4885,2.60832,315,10,0,3293,0,1,0,0,0),(45340,1812,0,1,1,8389,0,2315.8,-2356.2,59.203,1.70648,315,3,0,3529,0,1,0,0,0),(45341,1808,0,1,1,11139,0,2340.9,-2309.15,48.0096,3.93339,315,3,0,3529,0,1,0,0,0),(45342,1806,0,1,1,681,0,2211.45,-2418.36,58.9644,3.32577,315,3,0,3293,0,1,0,0,0),(45343,10605,0,1,1,10311,1,1893.33,-1326.18,59.8258,2.21863,315,10,0,2466,1923,1,0,0,0),(45344,1831,0,1,1,10277,1,1863.54,-1346.68,60.5846,4.24662,315,0,0,3082,0,0,0,0,0),(45345,10605,0,1,1,10314,1,1871.43,-1314.84,60.0947,1.09956,315,10,0,2466,1923,1,0,0,0),(45346,1835,0,1,1,10321,1,1859.66,-1321.53,61.7102,4.54326,315,10,0,2551,1982,1,0,0,0),(45347,1831,0,1,1,10277,1,1858.34,-1334.8,61.3346,4.81018,315,0,0,3082,0,0,0,0,0),(45348,1831,0,1,1,10280,1,1762.2,-1244.8,60.2191,3.95808,315,5,0,3082,0,1,0,0,0),(45349,1835,0,1,1,10322,1,1761.48,-1245.43,60.2453,4.0943,315,5,0,2551,1982,1,0,0,0),(45350,10605,0,1,1,10311,1,1763.01,-1246.06,60.3214,3.90833,315,5,0,2466,1923,1,0,0,0),(45351,10605,0,1,1,10314,1,1878.15,-1337.87,60.1733,2.60246,315,5,0,2466,1923,1,0,0,0),(45352,1831,0,1,1,10279,1,1893.67,-1618.53,60.6432,4.54727,315,0,0,3082,0,0,0,0,0),(45353,1835,0,1,1,10322,1,1895.23,-1619.77,60.6432,4.80438,315,0,0,2551,1982,0,0,0,0),(45354,10605,0,1,1,10314,1,1896.56,-1616.52,60.5759,4.91907,315,5,0,2466,1923,1,0,0,0),(45355,1835,0,1,1,10322,1,1883.58,-1318.12,60.7731,3.71755,315,0,0,2551,1982,0,0,0,0),(45356,1831,0,1,1,10281,1,1870.9,-1333.11,60.1979,3.35103,315,0,0,3082,0,0,0,0,0),(45357,10605,0,1,1,10314,1,2082.33,-1821.67,60.2251,2.67035,315,0,0,2466,1923,0,0,0,0),(45358,1831,0,1,1,10281,1,2101.41,-1795.61,57.289,6.00342,315,0,0,3082,0,0,0,0,0),(45359,1835,0,1,1,10321,1,2112.49,-1813.31,59.0745,0.193426,315,0,0,2551,1982,0,0,0,0),(45360,10605,0,1,1,10313,1,2087.77,-1814.55,57.8245,3.32096,315,0,0,2466,1923,0,0,0,0),(45361,1831,0,1,1,10279,1,2104.43,-1806.43,57.4495,4.76122,315,0,0,3082,0,0,0,0,0),(45362,1831,0,1,1,10279,1,2090.26,-1803.43,56.9495,3.99032,315,0,0,3082,0,0,0,0,0),(45363,10605,0,1,1,10314,1,2081.61,-1808.95,58.5745,3.91197,315,0,0,2466,1923,0,0,0,0),(45364,1831,0,1,1,10280,1,2088.16,-1829.79,59.8245,1.38347,315,5,0,3082,0,1,0,0,0),(45365,1831,0,1,1,10277,1,2106.37,-1828.04,57.9198,3.31613,315,0,0,3082,0,0,0,0,0),(45366,1835,0,1,1,10322,1,2099.64,-1826.7,57.4495,1.13003,315,5,0,2551,1982,1,0,0,0),(45367,1833,0,1,1,10294,1,2189.58,-1751.7,59.5013,6.18013,315,10,0,3293,0,1,0,0,0),(45368,4494,0,1,1,10310,1,2348.84,-1918.51,101.571,5.75701,315,0,0,2631,5340,2,0,0,0),(45369,4494,0,1,1,10308,1,2691.96,-1945.11,107.239,5.17082,315,2,0,2631,5340,1,0,0,0),(45370,4494,0,1,1,10309,1,2694.52,-1940.48,72.1459,0.048214,315,2,0,2631,5340,1,0,0,0),(45371,1826,0,1,1,10288,1,2344.72,-2058.66,164.659,6.04053,315,0,0,2470,5013,0,0,0,0),(45372,1826,0,1,1,10289,1,2206.17,-1789.29,63.9466,1.34631,315,0,0,2470,5013,0,0,0,0),(45373,4494,0,1,1,10307,1,2700.29,-1945.7,72.3331,2.1293,315,2,0,2631,5340,1,0,0,0),(45374,4494,0,1,1,10310,1,2382.12,-1965.49,119.581,1.97325,315,0,0,2631,5340,2,0,0,0),(45375,1833,0,1,1,10292,1,2293.58,-1873.52,87.9875,4.98709,315,0,0,3293,0,2,0,0,0),(45376,4494,0,1,1,10309,1,2689.96,-1950.87,72.1546,3.27295,315,2,0,2631,5340,1,0,0,0),(45377,1833,0,1,1,10293,1,2415.34,-1716.52,108.241,4.33739,315,0,0,3293,0,2,0,0,0),(45378,1884,0,1,1,10301,1,2444.18,-1584.16,108.788,5.81195,315,0,0,3420,0,0,0,0,0),(45379,1833,0,1,1,10293,1,2379.45,-1551.25,108.307,2.26554,315,10,0,3293,0,1,0,0,0),(45380,1884,0,1,1,10302,1,2409.18,-1501.01,104.138,5.77704,315,0,0,3420,0,0,0,0,0),(45381,1833,0,1,1,10293,1,2378.74,-1680.58,105.243,2.83003,315,10,0,3293,0,1,0,0,0),(45382,1884,0,1,1,10299,1,2432.9,-1632.73,105.102,2.36232,315,5,0,3420,0,1,0,0,0),(45383,1884,0,1,1,10299,1,2482.56,-1629.64,106.211,0.453786,315,0,0,3420,0,0,0,0,0),(45384,1884,0,1,1,10300,1,2393.89,-1480.27,103.383,1.22173,315,0,0,3420,0,0,0,0,0),(45385,1884,0,1,1,10300,1,2449.33,-1668.7,103.127,2.55794,315,3,0,3420,0,1,0,0,0),(45386,1884,0,1,1,10302,1,2408.06,-1572.86,110.882,3.9968,315,0,0,3420,0,0,0,0,0),(45387,1834,0,1,1,10324,1,2906.14,-1410.65,152.02,3.92092,315,5,0,2614,2117,1,0,0,0),(45388,1834,0,1,1,10327,1,2844.54,-1419.55,147.63,0.15708,315,0,0,2614,2117,0,0,0,0),(45389,1883,0,1,1,10304,1,3012.25,-1566.34,147.999,1.69297,315,0,0,3529,0,0,0,0,0),(45390,1834,0,1,1,10325,1,2819.4,-1564.48,151.12,1.30247,315,5,0,2614,2117,1,0,0,0),(45391,1827,0,1,1,10350,1,2781.21,-1600.6,130.836,5.00539,315,0,0,3268,0,0,0,0,0),(45392,1834,0,1,1,10325,1,2773.69,-1443.69,146.095,6.17168,315,3,0,2614,2117,1,0,0,0),(45393,1827,0,1,1,10351,1,2970.99,-1395.62,176.129,2.70526,315,0,0,3268,0,0,0,0,0),(45394,1883,0,1,1,10306,1,3004.13,-1537.84,147.119,4.18879,315,0,0,3529,0,0,0,0,0),(45395,1827,0,1,1,10350,1,2797.33,-1455.68,145.97,2.36788,315,3,0,3268,0,1,0,0,0),(45396,1827,0,1,1,10351,1,2900.03,-1439.67,147.192,1.5708,315,0,0,3268,0,0,0,0,0),(45397,2110,0,1,1,1141,0,1370.75,-1549.55,57.7947,3.60198,315,10,0,1,0,1,0,0,0),(45398,2110,0,1,1,1141,0,1613.72,-1392.71,66.888,2.91106,315,10,0,1,0,1,0,0,0),(45399,2110,0,1,1,1141,0,1770.39,-1204.02,59.5956,5.43287,315,10,0,1,0,1,0,0,0),(45400,4076,0,1,1,2177,0,1714.14,-1730.68,60.1878,0.149179,315,10,0,8,0,1,0,0,0),(45401,4076,0,1,1,2177,0,2763.13,-1539.22,142.422,3.08673,315,10,0,8,0,1,0,0,0),(45402,4076,0,1,1,2177,0,1118.22,-1150.55,60.5692,5.3376,315,10,0,8,0,1,0,0,0),(45403,2110,0,1,1,1141,0,1694.27,-2330.47,59.6169,2.44901,315,10,0,1,0,1,0,0,0),(45404,10780,0,1,1,10091,0,1037.85,-1464.78,64.3293,5.22499,315,5,0,20,0,1,0,0,0),(45405,4076,0,1,1,2177,0,1644.18,-1746.55,60.4774,3.33387,315,10,0,8,0,1,0,0,0),(45406,10780,0,1,1,10091,0,2829.29,-1502.31,146.25,3.10537,315,5,0,20,0,1,0,0,0),(45407,1784,0,1,1,11403,1,1078.15,-1914.53,63.1367,0.760242,315,0,0,2384,1864,0,0,0,0),(45408,1783,0,1,1,733,1,1048.02,-1928.66,39.2634,5.92341,315,0,0,2880,0,2,0,0,0),(45409,1783,0,1,1,733,1,1082.69,-1932.42,39.1671,5.03138,315,0,0,2880,0,0,0,0,0),(45410,1791,0,1,1,570,0,1043.22,-1940.89,38.6803,0.484982,315,0,0,2880,0,0,0,0,0),(45411,1784,0,1,1,11403,1,1090.62,-1911.5,62.2564,1.98389,315,3,0,2384,1864,1,0,0,0),(45412,1791,0,1,1,570,0,1060.47,-1896.18,31.8598,4.66003,315,0,0,2880,0,0,0,0,0),(45413,1783,0,1,1,733,1,1068.33,-1902.07,48.1506,5.91667,315,0,0,2880,0,0,0,0,0),(45414,1783,0,1,1,733,1,1075,-1904.78,48.066,2.59195,315,0,0,2880,0,2,0,0,0),(45415,1784,0,1,1,11403,1,1063.46,-1904.11,48.152,1.32645,315,0,0,2384,1864,2,0,0,0),(45416,1791,0,1,1,570,0,1045.75,-1934.72,38.6803,4.80528,315,5,0,2880,0,1,0,0,0),(45417,11023,0,1,1,10457,1,966.428,-1451.72,63.7999,4.20624,660,0,0,12208,0,0,0,0,0),(45418,17253,0,1,1,11686,0,972.97,-1824.72,82.5407,2.96706,315,0,0,4120,0,0,0,0,0),(45419,11152,0,1,1,7804,0,1680.6,-2282.77,59.1679,5.88176,315,0,0,42,0,0,0,0,0),(45420,11152,0,1,1,7804,0,1726.79,-1179,59.3389,5.63741,315,0,0,42,0,0,0,0,0),(45421,11152,0,1,1,7804,0,1867.25,-1563.51,59.4606,2.53073,315,0,0,42,0,0,0,0,0),(45422,11152,0,1,1,7804,0,1474.86,-1867.65,58.6227,1.72788,315,0,0,42,0,0,0,0,0),(45423,11217,0,1,1,10896,0,1253.96,-2604.14,91.5909,3.1765,315,0,0,3398,0,0,0,0,0),(45424,11216,0,1,1,10895,0,1253.55,-2602.62,91.5884,3.36848,315,0,0,3293,0,0,0,0,0),(45425,12387,0,1,1,4754,0,2302.98,-2303.92,60.8146,2.73974,315,0,0,3006,4482,0,0,0,0),(45426,10905,0,1,1,7804,0,1329.93,-1587.96,61.1981,2.46091,315,0,0,42,0,0,0,0,0),(45427,10903,0,1,1,7804,0,1467.73,-1403.47,67.0566,5.14872,315,0,0,42,0,0,0,0,0),(45428,10904,0,1,1,7804,0,1553.46,-1488.11,67.7152,2.11185,315,0,0,42,0,0,0,0,0),(45429,10902,0,1,1,7804,0,1314.08,-1305.33,63.7871,1.32645,315,0,0,42,0,0,0,0,0),(45430,10927,0,1,1,10232,0,1114.2,-1697.44,67.5886,0.569946,315,0,0,198,0,0,0,0,0),(45431,10976,0,1,1,19817,1,1452.32,-1276.43,68.6052,3.38594,315,0,0,3876,0,0,0,0,0),(45432,11611,0,1,1,11459,1,2689.51,-1954.99,107.239,3.89208,315,0,0,3006,2241,2,0,0,0),(45433,12425,0,1,1,5908,1,944.157,-1458.45,62.6499,4.88692,660,0,0,9156,0,0,0,0,0),(45434,10801,0,1,1,10487,1,1697.65,-1167.22,59.7525,3.42698,315,0,0,3293,0,0,0,0,0),(45435,12596,0,1,1,12911,0,928.273,-1429.08,64.8343,5.72468,660,0,0,10572,0,0,0,0,0),(45436,1842,0,1,1,10341,1,2942.58,-1390.09,167.421,4.2586,660,0,0,26650,5240,0,0,0,0),(45437,11616,0,1,1,14953,1,934.77,-1450.32,62.7314,4.10152,315,0,0,2379,5013,0,0,0,0),(45438,883,0,1,1,347,0,980.216,-1500.93,67.6863,4.44216,315,10,0,1,0,1,0,0,0),(45439,10739,0,1,1,10069,0,1513.06,-1893.84,60.5976,2.44346,315,0,0,2718,2117,0,0,0,0),(45440,10778,0,1,1,10129,0,1817.14,-1234.57,65.1924,2.42601,315,0,0,102,0,0,0,0,0),(45441,10816,0,1,1,7550,0,1952.71,-1641.09,62.5544,3.07905,315,0,0,3398,0,0,0,0,0),(45442,1787,0,1,1,11401,1,1398.84,-1496.11,55.1429,1.18682,315,0,0,3293,0,0,0,0,0),(45443,1789,0,1,1,9790,1,1380.63,-1558.68,58.8425,4.95674,315,0,0,2823,2117,0,0,0,0),(45444,1787,0,1,1,11401,1,1401.83,-1501.03,55.7768,1.48353,315,0,0,3293,0,0,0,0,0),(45445,1795,0,1,1,414,0,1393.87,-1534.93,58.9197,3.27241,315,10,0,2823,2117,1,0,0,0),(45446,1789,0,1,1,9790,1,1370.98,-1497.44,56.9143,2.51327,315,0,0,2823,2117,0,0,0,0),(45447,1795,0,1,1,414,0,1369.11,-1502.66,57.1426,2.44346,315,0,0,2823,2117,0,0,0,0),(45448,1787,0,1,1,11401,1,1392.38,-1497.51,55.5874,1.309,315,0,0,3293,0,0,0,0,0),(45449,1794,0,1,1,10626,0,1396.39,-1501.01,55.7401,1.32645,315,0,0,2634,2041,0,0,0,0),(45450,1787,0,1,1,11401,1,1376.44,-1555.22,58.3682,4.69494,315,0,0,3293,0,0,0,0,0),(45451,1794,0,1,1,10626,0,1411.78,-1521.35,57.4569,0.057505,315,10,0,2634,2041,1,0,0,0),(45452,11609,0,1,1,11457,1,958.662,-1427.81,64.6484,5.93412,315,0,0,2384,1864,0,0,0,0),(45453,10667,0,1,1,10008,1,1452.81,-1279.91,68.6052,3.19395,315,0,0,4497,0,0,0,0,0),(45454,1847,0,1,1,519,0,1863.7,-1572.83,59.1449,1.22739,43200,0,0,3082,0,0,0,0,0),(45455,1789,0,1,1,9790,1,1321.62,-1415.4,46.5345,0.361778,315,10,0,2823,2117,1,0,0,0),(45456,1795,0,1,1,414,0,1449.57,-1247.65,69.8898,1.34891,315,3,0,2823,2117,1,0,0,0),(45457,1795,0,1,1,414,0,1387.67,-1392.5,56.33,1.25527,315,0,0,2823,2117,0,0,0,0),(45458,1794,0,1,1,10626,0,1279.41,-1414.14,52.4046,1.81558,315,10,0,2634,2041,1,0,0,0),(45459,1795,0,1,1,414,0,1265.94,-1570.99,59.4841,1.57506,315,3,0,2823,2117,1,0,0,0),(45460,1789,0,1,1,9790,1,1238.74,-1593.33,68.9581,3.65619,315,5,0,2823,2117,1,0,0,0),(45461,1789,0,1,1,9790,1,1517.68,-1452.22,63.0147,2.58639,315,5,0,2823,2117,1,0,0,0),(45462,1795,0,1,1,414,0,1510.37,-1710.45,68.9048,0.661563,315,5,0,2823,2117,1,0,0,0),(45463,1795,0,1,1,414,0,1517.02,-1642.81,64.7502,1.57233,315,5,0,2823,2117,1,0,0,0),(45464,1794,0,1,1,10626,0,1291.8,-1338.2,64.1967,4.10702,315,0,0,2634,2041,0,0,0,0),(45465,1822,0,1,1,1087,0,1619.22,-873.045,64.3331,4.02865,315,10,0,2880,0,1,0,0,0),(45466,1815,0,1,1,1082,0,1485.67,-1146.2,75.6753,0.61353,315,5,0,3438,0,1,0,0,0),(45467,1822,0,1,1,1087,0,1761.34,-827.675,63.6541,5.6859,315,3,0,2880,0,1,0,0,0),(45468,1815,0,1,1,1082,0,1448.42,-1177.22,70.2881,1.08053,315,10,0,3438,0,1,0,0,0),(45469,1809,0,1,1,1105,0,1799.09,-868.624,64.8857,1.90155,315,5,0,2880,0,1,0,0,0),(45479,1822,0,1,1,1087,0,1512.01,-1180.51,73.1403,2.61324,315,5,0,2880,0,1,0,0,0),(45480,1822,0,1,1,1087,0,1581.79,-977.945,66.5011,1.78925,315,10,0,2880,0,1,0,0,0),(45481,1815,0,1,1,1082,0,1598.6,-953.296,67.2133,2.44104,315,10,0,3438,0,1,0,0,0),(45482,1822,0,1,1,1087,0,1518.66,-1055.6,72.6541,5.12883,315,10,0,2880,0,1,0,0,0),(45483,1822,0,1,1,1087,0,1587.26,-1298.3,65.2191,1.37999,315,5,0,2880,0,1,0,0,0),(45484,1824,0,1,1,1088,0,1818.64,-1976.28,77.8121,3.80718,315,3,0,3293,0,1,0,0,0),(45485,1816,0,1,1,1083,0,1977.3,-2512.08,60.1856,2.96638,315,10,0,3921,0,1,0,0,0),(45486,1824,0,1,1,1088,0,1659.23,-2125.07,62.2864,3.61345,315,10,0,3293,0,1,0,0,0),(45487,1824,0,1,1,1088,0,1885.2,-1848.39,89.6968,1.15083,315,3,0,3293,0,1,0,0,0),(45488,1824,0,1,1,1088,0,1582.79,-1945.17,66.4387,1.08618,315,10,0,3293,0,1,0,0,0),(45517,1824,0,1,1,1088,0,1976.91,-2258.33,67.3431,1.73367,315,10,0,3293,0,1,0,0,0),(45572,1816,0,1,1,1083,0,1687.07,-1982.78,68.1713,4.64887,315,5,0,3921,0,1,0,0,0),(45706,1816,0,1,1,1083,0,1848.76,-2070.97,74.9777,3.76768,315,5,0,3921,0,1,0,0,0),(45725,1816,0,1,1,1083,0,1946.99,-1856.38,70.0017,4.60864,315,10,0,3921,0,1,0,0,0),(45726,1816,0,1,1,1083,0,1643.29,-2079.42,60.9107,4.0044,315,10,0,3921,0,1,0,0,0),(45727,1817,0,1,1,4124,0,2020.43,-1812.65,66.8084,0.618887,315,5,0,3189,0,1,0,0,0),(45728,1817,0,1,1,4124,0,2445.93,-1516.91,101.945,2.39628,315,3,0,3189,0,1,0,0,0),(45729,1821,0,1,1,1091,0,1651.54,-1516.35,60.6607,0.768003,315,5,0,3082,0,1,0,0,0),(45730,1821,0,1,1,1091,0,1631.76,-1798.07,62.3947,2.8217,315,5,0,3082,0,1,0,0,0),(45731,1817,0,1,1,4124,0,1752.92,-1414.71,64.0683,0.232197,315,5,0,3189,0,1,0,0,0),(45732,1821,0,1,1,1091,0,2143.93,-1581.34,68.313,2.79351,315,5,0,3082,0,1,0,0,0),(45733,1817,0,1,1,4124,0,2109.02,-1547.54,66.7829,2.91699,315,10,0,3189,0,1,0,0,0),(45735,1817,0,1,1,4124,0,2051.84,-1492.14,86.1811,4.48684,315,5,0,3189,0,1,0,0,0),(45736,1817,0,1,1,4124,0,2314.37,-1556.12,95.6517,4.30814,315,10,0,3189,0,1,0,0,0),(45737,1821,0,1,1,1091,0,2047.72,-1614.38,63.0904,2.27671,315,10,0,3082,0,1,0,0,0),(45738,1791,0,1,1,570,0,1723.61,-1256.71,59.925,4.90893,315,5,0,2880,0,1,0,0,0),(45739,1784,0,1,1,11403,1,1729.2,-1172.24,59.3638,4.95674,315,0,0,2384,1864,0,0,0,0),(45740,1784,0,1,1,11403,1,1725.5,-1190.47,59.7376,5.71821,315,5,0,2384,1864,1,0,0,0),(45873,1791,0,1,1,570,0,1734.1,-1199.72,59.8638,2.30383,315,0,0,2880,0,0,0,0,0),(45918,1783,0,1,1,733,1,1786.79,-1222.26,59.651,1.9367,315,5,0,2880,0,1,0,0,0),(45919,1791,0,1,1,570,0,1771.46,-1237.55,59.9791,5.19998,315,5,0,2880,0,1,0,0,0),(45920,1783,0,1,1,733,1,1785.72,-1210.18,59.526,4.23793,315,10,0,2880,0,1,0,0,0),(45921,1791,0,1,1,570,0,1777.13,-1265.08,60.3541,3.46671,315,5,0,2880,0,1,0,0,0),(45922,1791,0,1,1,570,0,1801.08,-1238.34,60.3152,2.459,315,5,0,2880,0,1,0,0,0),(46226,1784,0,1,1,11403,1,1721.9,-1140.79,60.801,2.67889,315,10,0,2384,1864,1,0,0,0),(46227,1783,0,1,1,733,1,1021.9,-1620.34,63.8074,3.72472,315,10,0,2880,0,1,0,0,0),(46228,1791,0,1,1,570,0,1176.83,-1785.79,62.4031,3.5482,315,10,0,2880,0,1,0,0,0),(46229,1791,0,1,1,570,0,1186.94,-1713.62,61.1927,0.4232,315,10,0,2880,0,1,0,0,0),(46231,1783,0,1,1,733,1,1136.66,-1710.72,62.4173,4.27272,315,5,0,2880,0,1,0,0,0),(46232,1791,0,1,1,570,0,1061.77,-1677.36,62.4129,4.0583,315,10,0,2880,0,1,0,0,0),(46233,1791,0,1,1,570,0,1217.54,-1744.98,62.7556,4.1149,315,0,0,2880,0,0,0,0,0),(46234,1791,0,1,1,570,0,1071.76,-1732.52,61.9333,0.696964,315,10,0,2880,0,1,0,0,0),(46235,1791,0,1,1,570,0,1071.92,-1666.04,63.3236,4.66403,315,10,0,2880,0,1,0,0,0),(46257,1791,0,1,1,570,0,1168.22,-1779.19,61.4031,5.71138,315,10,0,2880,0,1,0,0,0),(46274,1791,0,1,1,570,0,1141.86,-1724.32,61.7923,4.81068,315,10,0,2880,0,1,0,0,0),(46275,4472,0,1,1,146,0,1749.18,-2330.15,59.7734,1.79091,315,0,0,3006,2241,0,0,0,0),(46276,1804,0,1,1,10690,0,1706.71,-2348.47,60.4519,4.36878,315,0,0,3644,0,0,0,0,0),(46277,4472,0,1,1,146,0,1737.16,-2340.91,59.5482,6.17833,315,5,0,3006,2241,1,0,0,0),(46278,1804,0,1,1,10690,0,1647.24,-2371.34,61.1943,2.95575,315,3,0,3644,0,1,0,0,0),(46279,1802,0,1,1,4629,0,1669.92,-2351.84,60.7589,3.04631,315,0,0,3644,0,0,0,0,0),(46280,1804,0,1,1,10690,0,1743.49,-2310.41,60.0931,5.91364,315,10,0,3644,0,1,0,0,0),(46282,1802,0,1,1,4629,0,1716.08,-2336.94,59.9696,4.99164,315,0,0,3644,0,0,0,0,0),(46286,1804,0,1,1,10690,0,1706.73,-2269.58,58.9941,3.37377,315,3,0,3644,0,1,0,0,0),(46287,1802,0,1,1,4629,0,1703.27,-2278.88,59.1191,2.71692,315,5,0,3644,0,1,0,0,0),(46288,1802,0,1,1,4629,0,1711.29,-2311.89,59.2179,3.84899,315,10,0,3644,0,1,0,0,0),(46289,1785,0,1,1,11404,1,1930.77,-1614.94,66.0194,6.21337,315,0,0,3082,0,0,0,0,0),(46290,4475,0,1,1,10971,0,1833.56,-1660.53,61.8221,4.17516,315,10,0,3082,0,1,0,0,0),(46291,4474,0,1,1,4631,0,1926.84,-1626.81,60.6545,2.16397,315,5,0,3189,0,1,0,0,0),(46292,4475,0,1,1,10970,0,1853.52,-1628.89,59.2576,1.81679,315,10,0,3082,0,1,0,0,0),(46293,4474,0,1,1,4631,0,1907.03,-1638.69,60.3937,1.85917,315,3,0,3189,0,1,0,0,0),(46294,1785,0,1,1,11404,1,1885.42,-1553.4,59.1002,1.48353,315,0,0,3082,0,0,0,0,0),(46295,4474,0,1,1,4631,0,1934.27,-1573.85,60.9218,1.37753,315,5,0,3189,0,1,0,0,0),(46308,4475,0,1,1,10970,0,1891.76,-1574.51,59.405,1.32645,315,0,0,3082,0,0,0,0,0),(46605,4474,0,1,1,4631,0,1891.37,-1640.19,61.2927,2.14675,315,0,0,3189,0,0,0,0,0),(46606,1796,0,1,1,10487,0,1561.66,-1904.53,58.2853,3.70413,315,10,0,3529,0,1,0,0,0),(46609,10580,0,1,1,4631,0,1497.53,-1852.06,58.7447,3.5699,315,5,0,3420,0,1,0,0,0),(46684,1793,0,1,1,137,0,1420.06,-1897.65,62.5144,1.12198,315,3,0,3293,0,1,0,0,0),(46685,10580,0,1,1,4631,0,1427.59,-1839.7,58.872,0.535579,315,10,0,3420,0,1,0,0,0),(46686,1793,0,1,1,137,0,1490.67,-1816.92,60.5182,6.16703,315,5,0,3293,0,1,0,0,0),(46692,1793,0,1,1,137,0,1469.97,-1877.12,58.8102,3.26165,315,3,0,3293,0,1,0,0,0),(46746,1796,0,1,1,10487,0,1417.97,-1876.85,59.1394,5.85434,315,3,0,3529,0,1,0,0,0),(46747,1796,0,1,1,10487,0,1460.6,-1961.98,59.6732,0.623199,315,10,0,3529,0,1,0,0,0),(46748,1796,0,1,1,10487,0,1498.21,-1872.28,58.7943,1.51247,315,3,0,3529,0,1,0,0,0),(46749,1793,0,1,1,137,0,1453.64,-1818.3,58.6678,1.46384,315,10,0,3293,0,1,0,0,0),(46750,1806,0,1,1,681,0,2256.42,-2374.21,59.9344,0.020859,315,0,0,3293,0,0,0,0,0),(46751,1812,0,1,1,8389,0,2245.96,-2445.57,76.2884,4.57861,315,5,0,3529,0,1,0,0,0),(46752,1812,0,1,1,8389,0,2433.56,-2317.89,52.9452,4.16239,315,3,0,3529,0,1,0,0,0),(46753,1812,0,1,1,8389,0,2309.48,-2225.55,50.9598,2.52674,315,3,0,3529,0,1,0,0,0),(46754,1812,0,1,1,8389,0,2344.97,-2214.91,48.1226,2.2134,315,3,0,3529,0,1,0,0,0),(46755,1808,0,1,1,11139,0,2337.09,-2269.27,46.5503,1.17991,315,3,0,3529,0,1,0,0,0),(46756,1812,0,1,1,8389,0,2414.61,-2248.82,52.4973,5.61127,315,3,0,3529,0,1,0,0,0),(46757,1806,0,1,1,681,0,2184.11,-2379.59,66.1796,4.02515,315,10,0,3293,0,1,0,0,0),(46758,1812,0,1,1,8389,0,2415.57,-2327.34,52.5582,0.163054,315,3,0,3529,0,1,0,0,0),(46759,1808,0,1,1,11139,0,2409.33,-2355.18,52.0326,4.89453,315,5,0,3529,0,1,0,0,0),(46760,1831,0,1,1,10281,1,1423.2,-1461.11,53.9645,0.905316,315,0,0,3082,0,0,0,0,0),(46761,1835,0,1,1,10320,1,1423.2,-1461.11,53.9645,1.35144,315,0,0,2551,1982,0,0,0,0),(46762,10605,0,1,1,10311,1,1423.2,-1461.11,53.9645,3.11639,315,0,0,2466,1923,0,0,0,0),(46763,10605,0,1,1,10314,1,1878.6,-1347.77,61.1733,0.003487,315,10,0,2466,1923,1,0,0,0),(46764,1835,0,1,1,10320,1,1891.14,-1340.86,60.0483,0.550967,315,10,0,2551,1982,1,0,0,0),(46765,4494,0,1,1,10309,1,2695.73,-1957.16,107.422,5.91667,315,2,0,2631,5340,1,0,0,0),(46766,1826,0,1,1,10288,1,2315.94,-1854.88,92.1702,3.88307,315,0,0,2470,5013,0,0,0,0),(46767,1833,0,1,1,10291,1,2206.99,-1747.41,62.9829,5.35279,315,3,0,3293,0,1,0,0,0),(46768,4494,0,1,1,10309,1,2713.57,-1961.73,72.1523,1.13121,315,0,0,2631,5340,2,0,0,0),(46769,1826,0,1,1,10288,1,2213.95,-1777.66,63.3216,5.75896,315,0,0,2470,5013,0,0,0,0),(46770,1833,0,1,1,10292,1,2183.89,-1764.19,60.2513,1.13611,315,3,0,3293,0,1,0,0,0),(46771,1826,0,1,1,10287,1,2289.82,-1852.5,88.243,4.30833,315,0,0,2470,5013,0,0,0,0),(46772,1833,0,1,1,10291,1,2173.83,-1725.94,61.3841,5.96186,315,5,0,3293,0,1,0,0,0),(46773,1826,0,1,1,10287,1,2286.85,-1888.27,93.7002,4.60767,315,0,0,2470,5013,0,0,0,0),(46774,4493,0,1,1,10298,1,2687.6,-1918.44,70.4547,2.44346,315,0,0,3644,0,0,0,0,0),(46775,1884,0,1,1,10301,1,2352.23,-1484.94,96.6563,2.49582,315,0,0,3420,0,0,0,0,0),(46776,1884,0,1,1,10300,1,2362.82,-1530.24,103.844,2.70526,315,0,0,3420,0,0,0,0,0),(46777,1884,0,1,1,10299,1,2467.63,-1707.84,100.948,3.31613,315,0,0,3420,0,0,0,0,0),(46778,1884,0,1,1,10302,1,2455.15,-1658.74,103.211,5.96903,315,3,0,3420,0,1,0,0,0),(46779,1884,0,1,1,10301,1,2419.65,-1672.84,102.684,4.45487,315,10,0,3420,0,1,0,0,0),(46780,1845,0,1,1,10345,1,2403.89,-1681.41,103.514,0.001953,315,0,0,3198,2369,2,0,0,0),(46781,1884,0,1,1,10299,1,2386.75,-1522.13,102.807,2.56563,315,0,0,3420,0,0,0,0,0),(46782,1884,0,1,1,10301,1,2384.93,-1488.58,101.881,3.89208,315,0,0,3420,0,0,0,0,0),(46783,1884,0,1,1,10301,1,2383.7,-1519.72,102.669,5.53269,315,0,0,3420,0,0,0,0,0),(46784,1884,0,1,1,10301,1,2406.53,-1586.18,112.145,2.44346,315,0,0,3420,0,0,0,0,0),(46785,1834,0,1,1,10326,1,2840.45,-1432.7,145.708,1.60329,315,5,0,2614,2117,1,0,0,0),(46786,1883,0,1,1,10305,1,3055.97,-1551.45,149.871,5.08923,315,3,0,3529,0,1,0,0,0),(46787,1836,0,1,1,10337,1,2924.21,-1375.12,152.02,4.44046,660,0,0,8352,0,0,0,0,0),(46788,1883,0,1,1,10305,1,3032.71,-1553.66,150.765,3.09809,315,0,0,3529,0,0,0,0,0),(46789,1834,0,1,1,10325,1,2845.03,-1568.12,151.176,3.62257,315,5,0,2614,2117,1,0,0,0),(46790,1883,0,1,1,10304,1,2903.49,-1559.74,145.805,0.197219,315,0,0,3529,0,0,0,0,0),(46791,1883,0,1,1,10303,1,3062.37,-1547.02,150.567,5.84685,315,0,0,3529,0,0,0,0,0),(46792,1883,0,1,1,10303,1,2871.76,-1557.7,145.715,0.761847,315,3,0,3529,0,1,0,0,0),(46793,1883,0,1,1,10305,1,3112.29,-1541.83,151.227,6.17682,315,3,0,3529,0,1,0,0,0),(46794,1883,0,1,1,10305,1,3002.59,-1540.46,147.28,1.02974,315,0,0,3529,0,0,0,0,0),(46795,2110,0,1,1,1141,0,1203.07,-1733.37,60.6869,1.26419,315,10,0,1,0,1,0,0,0),(46796,2110,0,1,1,1141,0,1453.47,-1707.45,69.4391,4.88699,315,10,0,1,0,1,0,0,0),(46797,10780,0,1,1,10091,0,1206.72,-1136.13,61.4367,5.16495,315,10,0,20,0,1,0,0,0),(46798,4076,0,1,1,2177,0,3038.18,-1468.59,147.311,0.658703,315,10,0,8,0,1,0,0,0),(46799,2110,0,1,1,1141,0,1124.85,-1720.22,62.1223,5.66751,315,10,0,1,0,1,0,0,0),(46800,4076,0,1,1,2177,0,2388.24,-1920.35,109.275,6.15641,315,10,0,8,0,1,0,0,0),(46810,2110,0,1,1,1141,0,2083.66,-1895.94,61.4997,0.837758,315,0,0,1,0,0,0,0,0),(46859,4076,0,1,1,2177,0,1014.55,-1812.08,77.393,3.48145,315,10,0,8,0,1,0,0,0),(46860,2110,0,1,1,1141,0,1464.59,-1462.36,57.6013,2.1932,315,10,0,1,0,1,0,0,0),(46861,2110,0,1,1,1141,0,1838.12,-1569.55,59.1462,5.1986,315,10,0,1,0,1,0,0,0),(46862,1783,0,1,1,733,1,1043.89,-1933.64,38.6803,4.65511,315,0,0,2880,0,0,0,0,0),(46863,1783,0,1,1,733,1,1065.38,-1904.68,30.7783,1.93731,315,3,0,2880,0,1,0,0,0),(46864,1791,0,1,1,570,0,1048.15,-1906.66,30.825,2.07813,315,3,0,2880,0,1,0,0,0),(46865,1783,0,1,1,733,1,1044.97,-1903.34,48.0695,0.055837,315,3,0,2880,0,1,0,0,0),(46866,1784,0,1,1,11403,1,1068.34,-1935.53,63.4374,2.9588,315,3,0,2384,1864,1,0,0,0),(46867,1784,0,1,1,11403,1,1075.59,-1901.99,48.0661,2.82862,315,5,0,2384,1864,1,0,0,0),(46868,1784,0,1,1,11403,1,1075.62,-1936.35,63.4374,4.84868,315,10,0,2384,1864,1,0,0,0),(46869,1791,0,1,1,570,0,1068.32,-1909.39,30.695,2.98717,315,3,0,2880,0,1,0,0,0),(46870,1791,0,1,1,570,0,1069.82,-1901.13,62.1314,2.93256,315,3,0,2880,0,1,0,0,0),(46871,1784,0,1,1,11403,1,1074.05,-1903.01,62.2564,2.19313,315,3,0,2384,1864,1,0,0,0),(46872,11936,0,1,1,11890,0,1206.14,-2411.52,61.2246,2.63031,315,0,0,247,0,0,0,0,0),(46873,1794,0,1,1,10626,0,1361.98,-1522.74,57.7671,3.25249,315,10,0,2634,2041,1,0,0,0),(46874,1787,0,1,1,11401,1,1384.99,-1556.22,59.5549,4.95674,315,0,0,3293,0,0,0,0,0),(46875,1787,0,1,1,11401,1,1363.41,-1505.24,57.2589,2.53073,315,0,0,3293,0,0,0,0,0),(46876,1787,0,1,1,11401,1,1365.16,-1498.69,56.9228,2.32129,315,0,0,3293,0,0,0,0,0),(46877,1795,0,1,1,414,0,1380.68,-1553.87,58.8128,4.76475,315,0,0,2823,2117,0,0,0,0),(46878,1787,0,1,1,11401,1,1215.68,-1547.1,66.2343,2.36192,315,5,0,3293,0,1,0,0,0),(46879,1795,0,1,1,414,0,1343.54,-1346.84,49.398,0.61174,315,10,0,2823,2117,1,0,0,0),(46894,1789,0,1,1,9790,1,1320.77,-1298.85,62.1464,1.22708,315,0,0,2823,2117,0,0,0,0),(46900,1787,0,1,1,11401,1,1419.25,-1750.47,67.9089,3.97504,315,3,0,3293,0,1,0,0,0),(46956,1794,0,1,1,10626,0,1217.86,-1514.82,64.5582,0.998647,315,3,0,2634,2041,1,0,0,0),(46959,1789,0,1,1,9790,1,1508.05,-1690,69.3891,3.94833,315,3,0,2823,2117,1,0,0,0),(46964,1788,0,1,1,775,1,1558.74,-1468.04,68.3996,1.22748,315,0,0,3374,0,0,0,0,0),(46976,1794,0,1,1,10626,0,1247.6,-1416.84,57.4562,1.38553,315,0,0,2634,2041,0,0,0,0),(46980,1795,0,1,1,414,0,1315.98,-1337.01,64.2151,6.065,315,0,0,2823,2117,0,0,0,0),(46983,1795,0,1,1,414,0,1586.34,-1582.45,63.996,3.22925,315,3,0,2823,2117,1,0,0,0),(46984,1822,0,1,1,1087,0,1452.58,-1055.66,71.6163,5.21096,315,10,0,2880,0,1,0,0,0),(46985,1822,0,1,1,1087,0,1517.81,-1245.03,60.7022,1.3173,315,5,0,2880,0,1,0,0,0),(46986,1815,0,1,1,1082,0,1742.91,-951.218,72.6479,3.6328,315,10,0,3438,0,1,0,0,0),(46988,1815,0,1,1,1082,0,1854.22,-1041.49,63.2885,0.878059,315,5,0,3438,0,1,0,0,0),(46989,1815,0,1,1,1082,0,1554.37,-1213.86,70.5041,0.350773,315,5,0,3438,0,1,0,0,0),(47025,1822,0,1,1,1087,0,1513.39,-1112.62,75.4199,2.18968,315,5,0,2880,0,1,0,0,0),(47026,1815,0,1,1,1082,0,1600.99,-844.621,71.4955,6.20694,315,5,0,3438,0,1,0,0,0),(47027,1815,0,1,1,1082,0,1417.96,-1145.36,67.5406,1.38928,315,10,0,3438,0,1,0,0,0),(47032,1815,0,1,1,1082,0,1755.39,-1020.62,73.5313,5.26436,315,10,0,3438,0,1,0,0,0),(47033,1822,0,1,1,1087,0,1675.44,-1020.87,77.2044,4.28019,315,3,0,2880,0,1,0,0,0),(47034,1816,0,1,1,1083,0,1877.5,-2183.5,62.7534,1.81333,315,10,0,3921,0,1,0,0,0),(47035,1816,0,1,1,1083,0,1586.95,-2022.55,62.8267,5.69517,315,10,0,3921,0,1,0,0,0),(47036,1824,0,1,1,1088,0,1821.31,-2115.17,68.9933,6.04407,315,10,0,3293,0,1,0,0,0),(47040,1824,0,1,1,1088,0,1917.96,-2112.43,70.85,4.96921,315,3,0,3293,0,1,0,0,0),(47041,1824,0,1,1,1088,0,2071.69,-2316.19,76.155,5.08328,315,3,0,3293,0,1,0,0,0),(47042,1816,0,1,1,1083,0,1815.51,-2182.37,66.971,3.07362,315,10,0,3921,0,1,0,0,0),(47043,1816,0,1,1,1083,0,2053.07,-1946.66,58.8896,0.860792,315,3,0,3921,0,1,0,0,0),(47063,1816,0,1,1,1083,0,1786.3,-2399.63,65.186,1.41689,315,10,0,3921,0,1,0,0,0),(47064,1816,0,1,1,1083,0,1748.66,-2445.79,67.4189,2.00913,315,3,0,3921,0,1,0,0,0),(47065,1821,0,1,1,1091,0,1639.85,-1672.35,59.6733,0.427575,315,10,0,3082,0,1,0,0,0),(47066,1821,0,1,1,1091,0,2026.02,-1438.24,80.1285,0.637839,315,5,0,3082,0,1,0,0,0),(47067,1821,0,1,1,1091,0,2148.33,-1514.34,65.0893,3.02099,315,10,0,3082,0,1,0,0,0),(47068,1821,0,1,1,1091,0,2248.64,-1680.98,89.1168,2.28154,315,10,0,3082,0,1,0,0,0),(47069,1817,0,1,1,4124,0,2018.44,-1509.06,83.4021,1.38579,315,5,0,3189,0,1,0,0,0),(47070,1821,0,1,1,1091,0,2288.05,-1516.2,86.0625,0.021481,315,10,0,3082,0,1,0,0,0),(47071,1817,0,1,1,4124,0,1659.48,-1706.59,60.8218,0.556088,315,10,0,3189,0,1,0,0,0),(47072,1817,0,1,1,4124,0,2247.66,-1619.88,88.8751,3.93775,315,5,0,3189,0,1,0,0,0),(47073,1821,0,1,1,1091,0,2345.92,-1725.19,101.293,4.50962,315,10,0,3082,0,1,0,0,0),(47074,1821,0,1,1,1091,0,1915.12,-1786.32,62.277,4.72899,315,10,0,3082,0,1,0,0,0),(47075,1783,0,1,1,733,1,1739.69,-1252.4,60.7774,0.063136,315,5,0,2880,0,1,0,0,0),(47076,1783,0,1,1,733,1,1693.79,-1177.14,59.9448,2.5126,315,10,0,2880,0,1,0,0,0),(47082,1783,0,1,1,733,1,1803.07,-1167.93,59.7774,0.802001,315,5,0,2880,0,1,0,0,0),(47083,1791,0,1,1,570,0,1802.53,-1224.37,60.3427,2.45057,315,5,0,2880,0,1,0,0,0),(47084,1791,0,1,1,570,0,1716.88,-1177.87,59.6126,4.7445,315,10,0,2880,0,1,0,0,0),(47085,1791,0,1,1,570,0,1815.8,-1179.8,60.212,0,315,10,0,2880,0,1,0,0,0),(47089,1783,0,1,1,733,1,1690.04,-1200.54,60.2702,5.45494,315,10,0,2880,0,1,0,0,0),(47090,1784,0,1,1,11403,1,1806.2,-1180.43,59.8035,0,315,0,0,2384,1864,0,0,0,0),(47091,1791,0,1,1,570,0,1819.74,-1207.69,59.7983,3.16397,315,5,0,2880,0,1,0,0,0),(47092,1783,0,1,1,733,1,1771.04,-1156.26,59.6691,5.70652,315,10,0,2880,0,1,0,0,0),(47093,1791,0,1,1,570,0,1087.91,-1681.74,61.6021,5.66214,315,5,0,2880,0,1,0,0,0),(47094,1791,0,1,1,570,0,1156.87,-1728.92,62.4173,0.806217,315,10,0,2880,0,1,0,0,0),(47095,1783,0,1,1,733,1,1052.79,-1649.86,61.1114,0.27712,315,5,0,2880,0,1,0,0,0),(47096,1783,0,1,1,733,1,1021.89,-1687.28,62.4467,5.97538,315,10,0,2880,0,1,0,0,0),(47097,1791,0,1,1,570,0,1072.02,-1748.98,61.6265,2.51757,315,10,0,2880,0,1,0,0,0),(47098,1783,0,1,1,733,1,1113.46,-1653.57,64.3451,3.47734,315,3,0,2880,0,1,0,0,0),(47099,1791,0,1,1,570,0,1168.93,-1730.42,61.5677,4.96885,315,10,0,2880,0,1,0,0,0),(47100,1791,0,1,1,570,0,1197.91,-1773.08,60.7781,5.52064,315,10,0,2880,0,1,0,0,0),(47101,1783,0,1,1,733,1,1057.57,-1766.61,63.1662,4.7452,315,5,0,2880,0,1,0,0,0),(47102,1783,0,1,1,733,1,1206.63,-1752,62.7556,5.52269,315,0,0,2880,0,0,0,0,0),(47103,4472,0,1,1,146,0,1634.47,-2282.06,58.8691,0.737047,315,10,0,3006,2241,1,0,0,0),(47104,1802,0,1,1,4629,0,1673.46,-2384.4,61.1978,1.22173,315,0,0,3644,0,0,0,0,0),(47105,1804,0,1,1,10690,0,1629.67,-2292.18,59.484,2.1293,315,0,0,3644,0,0,0,0,0),(47106,4472,0,1,1,146,0,1629.77,-2254.7,59.7634,4.59694,315,10,0,3006,2241,1,0,0,0),(47107,1804,0,1,1,10690,0,1655.56,-2296.46,59.6191,2.46949,315,10,0,3644,0,1,0,0,0),(47108,4472,0,1,1,146,0,1676.22,-2306.86,59.2419,5.01219,315,10,0,3006,2241,1,0,0,0),(47109,4472,0,1,1,146,0,1661.46,-2359.38,60.4698,0.354675,315,3,0,3006,2241,1,0,0,0),(47110,1804,0,1,1,10690,0,1712.11,-2238.95,58.8691,3.21099,315,10,0,3644,0,1,0,0,0),(47111,1802,0,1,1,4629,0,1719.3,-2350.92,60.5769,1.20078,315,5,0,3644,0,1,0,0,0),(47112,1804,0,1,1,10690,0,1623.11,-2305.5,59.6652,1.8675,315,0,0,3644,0,0,0,0,0),(47113,4475,0,1,1,10971,0,1947.89,-1634.12,60.9233,4.23045,315,10,0,3082,0,1,0,0,0),(47114,4475,0,1,1,10971,0,1904.17,-1625.52,60.2795,2.58112,315,5,0,3082,0,1,0,0,0),(47115,4474,0,1,1,4631,0,1922.23,-1548.48,60.9575,4.73,315,5,0,3189,0,1,0,0,0),(47116,4475,0,1,1,10971,0,1890.1,-1648.44,61.0379,6.10926,315,10,0,3082,0,1,0,0,0),(47117,4474,0,1,1,4631,0,1939.51,-1607.07,61.0685,1.51587,315,5,0,3189,0,1,0,0,0),(47118,4474,0,1,1,4631,0,1835.6,-1590.55,59.7354,3.03687,315,10,0,3189,0,1,0,0,0),(47119,4475,0,1,1,10970,0,1845.73,-1544.74,58.9492,0.786115,315,10,0,3082,0,1,0,0,0),(47120,4475,0,1,1,10971,0,1913.21,-1636.18,60.3772,2.19717,315,3,0,3082,0,1,0,0,0),(47121,4474,0,1,1,4631,0,1801.14,-1516.18,59.7616,0.27738,315,10,0,3189,0,1,0,0,0),(47122,4474,0,1,1,4631,0,1844.95,-1517.24,58.9761,4.05194,315,10,0,3189,0,1,0,0,0),(47123,1796,0,1,1,10487,0,1486.4,-1933.12,61.1098,1.43821,315,3,0,3529,0,1,0,0,0),(47124,1796,0,1,1,10487,0,1444.57,-1879.98,58.8036,3.20198,315,10,0,3529,0,1,0,0,0),(47125,1796,0,1,1,10487,0,1476.47,-1850.78,58.8697,5.58922,315,3,0,3529,0,1,0,0,0),(47126,1793,0,1,1,137,0,1430.74,-1889.53,59.3894,5.26617,315,3,0,3293,0,1,0,0,0),(47127,1796,0,1,1,10487,0,1539.68,-1860.39,60.2235,6.01369,315,5,0,3529,0,1,0,0,0),(47128,1796,0,1,1,10487,0,1532.36,-1825.93,61.6615,0.542148,315,5,0,3529,0,1,0,0,0),(47129,1793,0,1,1,137,0,1420.16,-1851.68,58.997,5.72422,315,10,0,3293,0,1,0,0,0),(47130,1793,0,1,1,137,0,1544.94,-1875.5,58.3936,1.21911,315,10,0,3293,0,1,0,0,0),(47131,1793,0,1,1,137,0,1508.95,-1917.18,59.4825,5.46288,315,3,0,3293,0,1,0,0,0),(47132,1806,0,1,1,681,0,2324.96,-2315.51,59.5706,2.6455,315,5,0,3293,0,1,0,0,0),(47133,1806,0,1,1,681,0,2190.16,-2448.72,71.2319,6.0641,315,5,0,3293,0,1,0,0,0),(47134,1812,0,1,1,8389,0,2289.9,-2253.93,59.4816,1.1703,315,3,0,3529,0,1,0,0,0),(47135,1808,0,1,1,11139,0,2386.88,-2361.25,52.2508,3.09834,315,3,0,3529,0,1,0,0,0),(47136,1812,0,1,1,8389,0,2439.4,-2263.74,54.1031,5.40433,315,3,0,3529,0,1,0,0,0),(47137,1812,0,1,1,8389,0,2364.06,-2271.44,47.2143,0.252366,315,3,0,3529,0,1,0,0,0),(47138,1812,0,1,1,8389,0,2350.5,-2266.69,46.5537,0.77911,315,3,0,3529,0,1,0,0,0),(47139,1808,0,1,1,11139,0,2364.8,-2219.69,48.8751,1.1872,315,3,0,3529,0,1,0,0,0),(47140,1808,0,1,1,11139,0,2333.64,-2330.46,48.9787,3.48744,315,5,0,3529,0,1,0,0,0),(47141,1806,0,1,1,681,0,2282.54,-2327.38,63.9156,5.88658,315,3,0,3293,0,1,0,0,0),(47142,4493,0,1,1,10295,1,2316.36,-1868.55,91.048,2.47837,315,0,0,3644,0,0,0,0,0),(47143,4493,0,1,1,10298,1,2201.32,-1781.99,61.9679,2.16421,315,0,0,3644,0,0,0,0,0),(47144,1833,0,1,1,10291,1,2306.77,-1870.13,90.6983,1.35402,315,0,0,3293,0,0,0,0,0),(47145,1826,0,1,1,10288,1,2332.1,-2052.06,165.813,5.40931,315,0,0,2470,5013,0,0,0,0),(47146,1833,0,1,1,10292,1,2206.48,-1765.84,62.1079,2.49867,315,0,0,3293,0,0,0,0,0),(47147,4493,0,1,1,10298,1,2266.11,-1846.93,80.2447,2.09148,315,0,0,3644,0,2,0,0,0),(47148,1833,0,1,1,10293,1,2323.04,-2064.5,168.938,3.92481,315,0,0,3293,0,0,0,0,0),(47149,4494,0,1,1,10309,1,2703.36,-1944.54,107.239,0.482272,315,2,0,2631,5340,1,0,0,0),(47150,4493,0,1,1,10298,1,2675.14,-1926.99,70.875,2.32129,315,0,0,3644,0,0,0,0,0),(47151,1833,0,1,1,10294,1,2156.5,-1743.13,59.5948,2.02001,315,5,0,3293,0,1,0,0,0),(47152,1884,0,1,1,10300,1,2396.69,-1511.35,102.482,5.70723,315,0,0,3420,0,0,0,0,0),(47156,1884,0,1,1,10301,1,2414.61,-1535.46,106.983,5.02655,315,0,0,3420,0,0,0,0,0),(47157,1833,0,1,1,10294,1,2380.57,-1606.64,113.626,2.05627,315,10,0,3293,0,1,0,0,0),(47158,1884,0,1,1,10299,1,2443.74,-1657.42,104.562,5.74131,315,0,0,3420,0,0,0,0,0),(47159,1884,0,1,1,10299,1,2349.36,-1575.88,107.518,2.93215,315,0,0,3420,0,0,0,0,0),(47160,1833,0,1,1,10293,1,2452.48,-1619.56,106.891,5.8191,315,5,0,3293,0,1,0,0,0),(47161,1884,0,1,1,10301,1,2384.16,-1707.2,101.601,4.90438,315,0,0,3420,0,0,0,0,0),(47162,1884,0,1,1,10300,1,2381.79,-1491.28,101.62,0.733038,315,0,0,3420,0,0,0,0,0),(47163,1884,0,1,1,10300,1,2399.67,-1511.11,102.236,2.75762,315,0,0,3420,0,0,0,0,0),(47164,1884,0,1,1,10299,1,2340.84,-1669.67,111.397,3.52556,315,0,0,3420,0,0,0,0,0),(47165,10608,0,1,1,10332,1,2780.54,-1462.73,146.595,3.86935,315,3,0,2288,5013,1,0,0,0),(47166,1883,0,1,1,10305,1,3097.97,-1530.82,151.62,2.05949,315,0,0,3529,0,0,0,0,0),(47167,1883,0,1,1,10306,1,3052.11,-1555.13,149.32,4.7822,315,0,0,3529,0,0,0,0,0),(47168,1883,0,1,1,10306,1,2900.26,-1544.91,145.804,3.19117,315,3,0,3529,0,1,0,0,0),(47169,1832,0,1,1,10331,1,2916.44,-1517.71,152.12,3.8088,315,3,0,2361,5206,1,0,0,0),(47170,1883,0,1,1,10306,1,2873.96,-1459.38,145.654,2.23889,315,5,0,3529,0,1,0,0,0),(47171,1883,0,1,1,10305,1,3087.84,-1546.47,152.195,3.22886,315,0,0,3529,0,0,0,0,0),(47172,1834,0,1,1,10327,1,2976.96,-1601.37,150.159,2.42601,315,0,0,2614,2117,0,0,0,0),(47173,1883,0,1,1,10304,1,3100.66,-1531.81,151.366,1.25664,315,0,0,3529,0,0,0,0,0),(47174,1883,0,1,1,10304,1,2879.87,-1477.48,146.371,1.23948,315,0,0,3529,0,0,0,0,0),(47175,2110,0,1,1,1141,0,1112.54,-1850.07,60.8047,1.63139,315,10,0,1,0,1,0,0,0),(47176,10779,0,1,1,10090,0,2260.68,-1831.74,78.1471,1.66107,315,10,0,8,0,1,0,0,0),(47177,10780,0,1,1,10091,0,1054.73,-1362.3,68.7729,1.60619,315,10,0,20,0,1,0,0,0),(47178,10779,0,1,1,10090,0,1992.51,-1691.03,59.645,2.12441,315,10,0,8,0,1,0,0,0),(47179,4076,0,1,1,2177,0,2060.7,-1687.71,60.6958,4.11444,315,10,0,8,0,1,0,0,0),(47180,10780,0,1,1,10091,0,1890.48,-1405,59.2618,5.04518,315,10,0,20,0,1,0,0,0),(47181,10780,0,1,1,10091,0,2341.53,-1908.37,98.352,0.816598,315,10,0,20,0,1,0,0,0),(47182,2110,0,1,1,1141,0,1691.22,-2235.55,59.091,1.12019,315,10,0,1,0,1,0,0,0),(47183,10779,0,1,1,10090,0,2137.87,-1672.9,64.2316,6.24811,315,10,0,8,0,1,0,0,0),(47184,2110,0,1,1,1141,0,1522.49,-1627.74,64.9795,5.91055,315,10,0,1,0,1,0,0,0),(47185,1784,0,1,1,11403,1,1080.58,-1938.73,38.6803,1.26046,315,0,0,2384,1864,0,0,0,0),(47186,1784,0,1,1,11403,1,1075.29,-1938.72,38.6803,1.0492,315,0,0,2384,1864,0,0,0,0),(47187,1784,0,1,1,11403,1,1046.99,-1901.58,48.0689,2.37109,315,3,0,2384,1864,1,0,0,0),(47188,1784,0,1,1,11403,1,1048.32,-1939.69,38.6803,1.90925,315,0,0,2384,1864,0,0,0,0),(47189,1784,0,1,1,11403,1,1076.55,-1932.1,38.6803,5.29556,315,0,0,2384,1864,0,0,0,0),(47190,1791,0,1,1,570,0,1054.99,-1904.93,30.7783,1.02974,315,3,0,2880,0,1,0,0,0),(47191,1795,0,1,1,414,0,1344.07,-1411.5,48.9271,2.90364,315,5,0,2823,2117,1,0,0,0),(47192,1789,0,1,1,9790,1,1461.32,-1396.45,65.0907,1.94124,315,5,0,2823,2117,1,0,0,0),(47193,1787,0,1,1,11401,1,1379.62,-1588.25,60.7068,3.90968,315,10,0,3293,0,1,0,0,0),(47194,1794,0,1,1,10626,0,1322.79,-1383.91,46.0366,1.63665,315,5,0,2634,2041,1,0,0,0),(47195,1787,0,1,1,11401,1,1386.58,-1681.6,66.3124,1.56103,315,10,0,3293,0,1,0,0,0),(47196,1794,0,1,1,10626,0,1486.29,-1679.54,68.8208,2.67035,315,0,0,2634,2041,0,0,0,0),(47197,1794,0,1,1,10626,0,1614.04,-1444.54,63.5273,2.59821,315,10,0,2634,2041,1,0,0,0),(47198,1789,0,1,1,9790,1,1548.16,-1680.13,71.3618,4.78607,315,10,0,2823,2117,1,0,0,0),(47199,1789,0,1,1,9790,1,1490.63,-1655.87,68.9901,0.894522,315,5,0,2823,2117,1,0,0,0),(47200,1795,0,1,1,414,0,1293.32,-1593.1,61.8097,5.86991,315,0,0,2823,2117,0,0,0,0),(47201,1822,0,1,1,1087,0,1513.74,-983.993,65.9307,4.09078,315,3,0,2880,0,1,0,0,0),(47202,1815,0,1,1,1082,0,1813.07,-1078.93,65.8441,2.17721,315,10,0,3438,0,1,0,0,0),(47203,1815,0,1,1,1082,0,1642.86,-928.296,68.6817,4.4092,315,3,0,3438,0,1,0,0,0),(47204,1815,0,1,1,1082,0,1805.97,-881.229,73.2733,2.3341,315,5,0,3438,0,1,0,0,0),(47218,1815,0,1,1,1082,0,1677.94,-816.703,69.8412,5.8606,315,3,0,3438,0,1,0,0,0),(47219,1815,0,1,1,1082,0,1816.27,-944.769,75.1027,1.03021,315,5,0,3438,0,1,0,0,0),(47220,1815,0,1,1,1082,0,1481.83,-1020.89,75.8141,6.23435,315,10,0,3438,0,1,0,0,0),(47221,1822,0,1,1,1087,0,1545.96,-965.278,69.7681,4.49488,315,3,0,2880,0,1,0,0,0),(47222,1809,0,1,1,1105,0,1578.14,-970.7,65.5767,0.514304,315,10,0,2880,0,1,0,0,0),(47223,1816,0,1,1,1083,0,1940.48,-2323.74,61.1383,3.22613,315,10,0,3921,0,1,0,0,0),(47224,1816,0,1,1,1083,0,1904.62,-2040.5,75.8924,2.24554,315,10,0,3921,0,1,0,0,0),(47225,1816,0,1,1,1083,0,1996.77,-2450.71,63.294,2.74658,315,5,0,3921,0,1,0,0,0),(47226,1816,0,1,1,1083,0,1879.51,-1922.16,80.6656,4.59288,315,3,0,3921,0,1,0,0,0),(47227,1816,0,1,1,1083,0,2018.5,-2244.36,62.9875,1.29263,315,10,0,3921,0,1,0,0,0),(47228,1816,0,1,1,1083,0,1809.96,-1829.47,63.5155,1.88545,315,10,0,3921,0,1,0,0,0),(47229,1824,0,1,1,1088,0,1646.9,-2015.5,61.8782,2.5628,315,10,0,3293,0,1,0,0,0),(47230,1824,0,1,1,1088,0,1834.74,-1990.93,75.4207,4.74074,315,10,0,3293,0,1,0,0,0),(47231,1824,0,1,1,1088,0,1924.26,-2279.97,59.8266,5.32053,315,10,0,3293,0,1,0,0,0),(47232,1824,0,1,1,1088,0,2035.77,-2383.41,61.6824,1.94604,315,10,0,3293,0,1,0,0,0),(47233,1821,0,1,1,1091,0,2422.76,-1777.28,103.803,5.9693,315,3,0,3082,0,1,0,0,0),(47234,1821,0,1,1,1091,0,2282.83,-1587.93,93.5677,4.6953,315,10,0,3082,0,1,0,0,0),(47235,1821,0,1,1,1091,0,1690.4,-1671.7,60.2008,1.02929,315,5,0,3082,0,1,0,0,0),(47236,1821,0,1,1,1091,0,1979.26,-1351.82,75.6026,3.36005,315,5,0,3082,0,1,0,0,0),(47237,1817,0,1,1,4124,0,1982.24,-1548.24,62.2392,1.23947,315,10,0,3189,0,1,0,0,0),(47238,1817,0,1,1,4124,0,2555.94,-1616.53,95.2556,1.26139,315,5,0,3189,0,1,0,0,0),(47239,1821,0,1,1,1091,0,2082.86,-1510.45,74.091,2.66703,315,5,0,3082,0,1,0,0,0),(47240,1817,0,1,1,4124,0,1815.43,-1412.13,59.576,1.41619,315,10,0,3189,0,1,0,0,0),(47241,1821,0,1,1,1091,0,2554.52,-1687,94.3187,4.01839,315,3,0,3082,0,1,0,0,0),(47242,1817,0,1,1,4124,0,2214.91,-1453.66,82.9084,0.732185,315,5,0,3189,0,1,0,0,0),(47243,1784,0,1,1,11403,1,1762.36,-1250.16,60.6525,0,315,0,0,2384,1864,0,0,0,0),(47244,1784,0,1,1,11403,1,1751.94,-1189.94,59.6755,3.29843,315,5,0,2384,1864,1,0,0,0),(47245,1783,0,1,1,733,1,1729.4,-1242.95,60.55,4.20951,315,5,0,2880,0,1,0,0,0),(47246,1784,0,1,1,11403,1,1813.77,-1217.02,60.3427,6.02696,315,5,0,2384,1864,1,0,0,0),(47247,1784,0,1,1,11403,1,1659.38,-1198.7,61.3709,2.96606,315,5,0,2384,1864,1,0,0,0),(47248,1783,0,1,1,733,1,1764.17,-1262.6,60.1524,1.41965,315,5,0,2880,0,1,0,0,0),(47261,1783,0,1,1,733,1,1664.34,-1186.3,59.9959,0.91807,315,5,0,2880,0,1,0,0,0),(47276,1791,0,1,1,570,0,1670.89,-1200.71,61.1631,0,315,10,0,2880,0,1,0,0,0),(47305,1783,0,1,1,733,1,1739.17,-1165.18,59.6716,3.04991,315,5,0,2880,0,1,0,0,0),(47307,1791,0,1,1,570,0,1748.09,-1131.1,61.6032,4.10561,315,5,0,2880,0,1,0,0,0),(47308,1791,0,1,1,570,0,1068.68,-1684.8,63.0424,5.99004,315,0,0,2880,0,0,0,0,0),(47318,1791,0,1,1,570,0,1056.56,-1729.2,62.5975,1.53602,315,5,0,2880,0,1,0,0,0),(47437,1791,0,1,1,570,0,1129.5,-1728.47,62.4358,2.42338,315,10,0,2880,0,1,0,0,0),(47438,1791,0,1,1,570,0,1040.4,-1739.04,62.4896,5.49779,315,0,0,2880,0,0,0,0,0),(47439,1783,0,1,1,733,1,950.121,-1620.24,67.6254,2.51327,315,0,0,2880,0,0,0,0,0),(47440,1783,0,1,1,733,1,1059.09,-1617.29,62.3236,3.62534,315,5,0,2880,0,1,0,0,0),(47444,4472,0,1,1,146,0,1686.17,-2381.43,60.5465,4.14322,315,5,0,3006,2241,1,0,0,0),(47451,1802,0,1,1,4629,0,1686.64,-2352.53,60.2575,1.53589,315,10,0,3644,0,1,0,0,0),(47453,4472,0,1,1,146,0,1676.44,-2376.72,61.6675,3.6927,315,5,0,3006,2241,1,0,0,0),(47455,1802,0,1,1,4629,0,1769.54,-2330.04,60.004,3.03852,315,10,0,3644,0,1,0,0,0),(47456,1802,0,1,1,4629,0,1641.17,-2257.78,59.3691,5.89044,315,5,0,3644,0,1,0,0,0),(47459,4472,0,1,1,146,0,1694.66,-2288.13,59.4139,5.33914,315,3,0,3006,2241,1,0,0,0),(47462,1804,0,1,1,10690,0,1656.61,-2382.72,61.0693,5.33204,315,5,0,3644,0,1,0,0,0),(47463,4472,0,1,1,146,0,1749.22,-2342.61,59.8659,4.72678,315,5,0,3006,2241,1,0,0,0),(47476,1802,0,1,1,4629,0,1674.23,-2365.77,61.6675,2.15888,315,0,0,3644,0,0,0,0,0),(47479,4472,0,1,1,146,0,1773.03,-2302,60.504,6.12206,315,10,0,3006,2241,1,0,0,0),(47570,1785,0,1,1,11404,1,1918.04,-1556.72,60.4575,2.61846,315,5,0,3082,0,1,0,0,0),(47597,4475,0,1,1,10970,0,1928.6,-1563.65,60.7075,1.19675,315,5,0,3082,0,1,0,0,0),(47600,4474,0,1,1,4631,0,1904.64,-1616.46,60.7192,3.71755,315,0,0,3189,0,0,0,0,0),(47605,1785,0,1,1,11404,1,1894.44,-1627.61,60.7682,5.56142,315,5,0,3082,0,1,0,0,0),(47618,1785,0,1,1,11404,1,1918.6,-1608.91,60.8597,0.558505,315,0,0,3082,0,0,0,0,0),(47635,4474,0,1,1,4631,0,1824.97,-1613.25,58.8826,1.66727,315,10,0,3189,0,1,0,0,0),(47636,4475,0,1,1,10971,0,1940.85,-1621.23,65.8336,5.55244,315,5,0,3082,0,1,0,0,0),(47637,1785,0,1,1,11404,1,1916.29,-1643.49,60.4308,3.76025,315,3,0,3082,0,1,0,0,0),(47638,1806,0,1,1,681,0,2300.97,-2315.92,63.107,2.48433,315,3,0,3293,0,1,0,0,0),(47871,1813,0,1,1,2832,0,2396.68,-2248.28,50.5932,4.22288,315,3,0,3644,0,1,0,0,0),(47872,1806,0,1,1,681,0,2277.07,-2412.02,65.4476,2.19758,315,5,0,3293,0,1,0,0,0),(47873,1806,0,1,1,681,0,2266.89,-2348.47,60.7635,6.17362,315,3,0,3293,0,1,0,0,0),(47874,1812,0,1,1,8389,0,2327.84,-2214.87,49.2919,3.24835,315,3,0,3529,0,1,0,0,0),(47885,1808,0,1,1,11139,0,2314.13,-2226.33,50.645,3.59931,315,0,0,3529,0,2,0,0,0),(47886,1813,0,1,1,2832,0,2328.74,-2233.44,49.213,6.02887,315,3,0,3644,0,1,0,0,0),(47887,1812,0,1,1,8389,0,2291.06,-2269.86,61.7794,4.74611,315,3,0,3529,0,1,0,0,0),(47888,1808,0,1,1,11139,0,2293.84,-2240.85,56.9244,4.17134,315,0,0,3529,0,2,0,0,0),(47889,1833,0,1,1,10293,1,2326.57,-1870.59,92.2079,2.58309,315,0,0,3293,0,0,0,0,0),(47890,4493,0,1,1,10298,1,2390.97,-1943.49,112.713,0.866302,315,0,0,3644,0,0,0,0,0),(47891,1884,0,1,1,10302,1,2421.48,-1646.7,103.789,2.39822,315,5,0,3420,0,1,0,0,0),(47892,1827,0,1,1,10350,1,2910.23,-1611.37,149.748,2.75762,315,0,0,3268,0,0,0,0,0),(47943,1883,0,1,1,10305,1,3021.46,-1513.28,146.382,5.79449,315,0,0,3529,0,0,0,0,0),(47944,1883,0,1,1,10303,1,2873.57,-1555.76,145.84,3.1264,315,0,0,3529,0,0,0,0,0),(47945,1834,0,1,1,10327,1,2803.82,-1439.32,145.873,1.82428,315,3,0,2614,2117,1,0,0,0),(47974,10608,0,1,1,10333,1,2950.41,-1596.89,184.632,0.10472,315,0,0,2288,5013,0,0,0,0),(47975,1834,0,1,1,10324,1,2968.51,-1604.53,154.826,3.35103,315,0,0,2614,2117,0,0,0,0),(47976,1834,0,1,1,10326,1,2897.55,-1432.65,147.598,1.95477,315,0,0,2614,2117,0,0,0,0),(47977,1883,0,1,1,10306,1,3094.05,-1539.85,150.445,1.7407,315,3,0,3529,0,1,0,0,0),(47978,1827,0,1,1,10352,1,2973.92,-1390.42,176.129,2.44346,315,0,0,3268,0,0,0,0,0),(47979,1883,0,1,1,10304,1,3058,-1544.24,149.79,2.47837,315,0,0,3529,0,0,0,0,0),(47980,2110,0,1,1,1141,0,1365.2,-1616.56,58.0897,0.390078,315,10,0,1,0,1,0,0,0),(47981,2110,0,1,1,1141,0,2063.39,-1723.13,62.165,0.176715,315,10,0,1,0,1,0,0,0),(47982,10779,0,1,1,10090,0,2469.56,-1953.81,108.96,4.16626,315,10,0,8,0,1,0,0,0),(47983,10779,0,1,1,10090,0,1799.39,-1720.61,59.5549,4.60391,315,10,0,8,0,1,0,0,0),(47984,4076,0,1,1,2177,0,2612.24,-1936.14,81.6123,4.59288,315,10,0,8,0,1,0,0,0),(47985,10780,0,1,1,10091,0,2535.32,-1925.44,95.1636,5.17691,315,5,0,20,0,1,0,0,0),(47986,10779,0,1,1,10090,0,1097.74,-1258.45,62.2299,3.70894,315,10,0,8,0,1,0,0,0),(47987,10780,0,1,1,10091,0,1788.79,-1361.35,63.5684,4.98104,315,5,0,20,0,1,0,0,0),(47988,2110,0,1,1,1141,0,1298.83,-1227.64,63.2791,2.29054,315,10,0,1,0,1,0,0,0),(47989,4076,0,1,1,2177,0,2229.74,-1805.94,67.3421,3.763,315,10,0,8,0,1,0,0,0),(47990,1789,0,1,1,9790,1,1220.4,-1449.58,64.8208,4.37489,315,5,0,2823,2117,1,0,0,0),(47991,1794,0,1,1,10626,0,1545.84,-1552.33,64.3046,1.42487,315,10,0,2634,2041,1,0,0,0),(47992,1795,0,1,1,414,0,1463.56,-1343.76,62.2752,1.99205,315,5,0,2823,2117,1,0,0,0),(47993,1794,0,1,1,10626,0,1344.3,-1213.78,73.961,1.37814,315,0,0,2634,2041,0,0,0,0),(47994,1789,0,1,1,9790,1,1411.56,-1384.74,54.3753,1.0113,315,10,0,2823,2117,1,0,0,0),(47998,1794,0,1,1,10626,0,1351.56,-1648.44,61.2657,4.45631,315,10,0,2634,2041,1,0,0,0),(47999,1794,0,1,1,10626,0,1415.76,-1649.27,67.9841,5.19543,315,10,0,2634,2041,1,0,0,0),(48000,1787,0,1,1,11401,1,1484.94,-1312.79,74.1114,2.12641,315,5,0,3293,0,1,0,0,0),(48001,1787,0,1,1,11401,1,1332.77,-1589.15,60.9033,3.59781,315,0,0,3293,0,0,0,0,0),(48002,1815,0,1,1,1082,0,1579.51,-1258.95,60.1175,4.54082,315,10,0,3438,0,1,0,0,0),(48003,1815,0,1,1,1082,0,1543.43,-1020.91,71.6429,4.56706,315,10,0,3438,0,1,0,0,0),(48004,1822,0,1,1,1087,0,1668.44,-835.897,65.2679,0.69196,315,10,0,2880,0,1,0,0,0),(48005,1815,0,1,1,1082,0,1784.95,-918.256,70.5084,6.14599,315,10,0,3438,0,1,0,0,0),(48036,1822,0,1,1,1087,0,1577.18,-922.547,66.313,4.46077,315,10,0,2880,0,1,0,0,0),(48095,1815,0,1,1,1082,0,1545.83,-1082.58,72.7679,2.22426,315,10,0,3438,0,1,0,0,0),(48096,1822,0,1,1,1087,0,1716.71,-1057.25,72.4111,5.87765,315,10,0,2880,0,1,0,0,0),(48097,1815,0,1,1,1082,0,1681.67,-1080.68,65.9985,1.90305,315,10,0,3438,0,1,0,0,0),(48098,1822,0,1,1,1087,0,1741.85,-863.966,63.7472,2.05978,315,10,0,2880,0,1,0,0,0),(48099,1815,0,1,1,1082,0,1569.45,-1276.35,63.949,0.322059,315,10,0,3438,0,1,0,0,0),(48100,1816,0,1,1,1083,0,1834.31,-2039.4,75.1438,0.207997,315,5,0,3921,0,1,0,0,0),(48101,1816,0,1,1,1083,0,1836.49,-2453.09,62.4055,1.69903,315,10,0,3921,0,1,0,0,0),(48102,1816,0,1,1,1083,0,1999.11,-2354.85,61.6609,5.7684,315,10,0,3921,0,1,0,0,0),(48103,1816,0,1,1,1083,0,1887.08,-2120.78,69.8986,2.40117,315,10,0,3921,0,1,0,0,0),(48104,1816,0,1,1,1083,0,1880.96,-2244.53,62.0652,2.98723,315,10,0,3921,0,1,0,0,0),(48105,1824,0,1,1,1088,0,1831.78,-2197.49,63.6852,2.43148,315,10,0,3293,0,1,0,0,0),(48106,1824,0,1,1,1088,0,1945.5,-1982.97,87.4675,1.9779,315,5,0,3293,0,1,0,0,0),(48119,1816,0,1,1,1083,0,1936.4,-2286.12,60.4859,4.7177,315,10,0,3921,0,1,0,0,0),(48120,1816,0,1,1,1083,0,1780.73,-2483.22,67.0962,3.57946,315,3,0,3921,0,1,0,0,0),(48121,1816,0,1,1,1083,0,1846.49,-2379.33,65.144,0.894289,315,10,0,3921,0,1,0,0,0),(48122,1821,0,1,1,1091,0,2016.46,-1585.8,60.7909,5.84974,315,10,0,3082,0,1,0,0,0),(48123,1817,0,1,1,4124,0,2283.62,-1718.34,96.4451,5.81299,315,10,0,3189,0,1,0,0,0),(48124,1821,0,1,1,1091,0,2183.59,-1619.42,74.8749,4.29506,315,10,0,3082,0,1,0,0,0),(48125,1817,0,1,1,4124,0,2585.82,-1652.69,80.0716,5.30034,315,3,0,3189,0,1,0,0,0),(48126,1817,0,1,1,4124,0,1981.08,-1614.91,60.2598,2.4522,315,10,0,3189,0,1,0,0,0),(48127,1817,0,1,1,4124,0,2516.21,-1586.25,105.376,5.1437,315,5,0,3189,0,1,0,0,0),(48128,1817,0,1,1,4124,0,2021.17,-1747.39,64.0588,0.598003,315,10,0,3189,0,1,0,0,0),(48129,1817,0,1,1,4124,0,2585.37,-1717.98,73.8188,1.28311,315,5,0,3189,0,1,0,0,0),(48130,1817,0,1,1,4124,0,2618.07,-1679.99,82.7831,1.61374,315,5,0,3189,0,1,0,0,0),(48131,1821,0,1,1,1091,0,2216.53,-1649.3,82.9269,2.32511,315,10,0,3082,0,1,0,0,0),(48132,1783,0,1,1,733,1,1805.12,-1259.95,61.8152,4.92458,315,5,0,2880,0,1,0,0,0),(48133,1791,0,1,1,570,0,1819.45,-1172.29,60.6524,5.44747,315,5,0,2880,0,1,0,0,0),(48134,1783,0,1,1,733,1,1689.83,-1133.44,62.9822,3.91551,315,10,0,2880,0,1,0,0,0),(48135,1791,0,1,1,570,0,1802.71,-1223.96,65.1039,2.8793,315,5,0,2880,0,1,0,0,0),(48136,1784,0,1,1,11403,1,1789.06,-1246.67,59.8019,1.97868,315,5,0,2384,1864,1,0,0,0),(48137,1783,0,1,1,733,1,1786.7,-1191.62,59.901,5.8712,315,10,0,2880,0,1,0,0,0),(48138,1784,0,1,1,11403,1,1719.26,-1239.61,60.05,1.97318,315,5,0,2384,1864,1,0,0,0),(48139,1784,0,1,1,11403,1,1802.59,-1206.49,59.6568,0,315,10,0,2384,1864,1,0,0,0),(48140,1783,0,1,1,733,1,1745.69,-1198.49,59.6755,1.7194,315,5,0,2880,0,1,0,0,0),(48141,1783,0,1,1,733,1,1814.89,-1232.29,60.6663,5.37911,315,5,0,2880,0,1,0,0,0),(48142,1804,0,1,1,10690,0,1697.11,-2235.64,59.354,4.45487,315,10,0,3644,0,1,0,0,0),(48143,4472,0,1,1,146,0,1728.39,-2325.61,59.6233,2.667,315,5,0,3006,2241,1,0,0,0),(48144,1804,0,1,1,10690,0,1643.24,-2282.31,58.9941,0.813526,315,10,0,3644,0,1,0,0,0),(48150,1802,0,1,1,4629,0,1712.81,-2364.28,60.6462,4.60767,315,0,0,3644,0,0,0,0,0),(48154,4472,0,1,1,146,0,1611.42,-2282.04,60.2441,3.24991,315,3,0,3006,2241,1,0,0,0),(48155,1802,0,1,1,4629,0,1678.25,-2265.81,59.8691,4.54579,315,3,0,3644,0,1,0,0,0),(48156,4472,0,1,1,146,0,1694.2,-2255.49,59.1191,0.727167,315,3,0,3006,2241,1,0,0,0),(48158,1804,0,1,1,10690,0,1741.81,-2351.25,60.0482,1.78576,315,5,0,3644,0,1,0,0,0),(48159,1802,0,1,1,4629,0,1657.83,-2259.66,58.9941,6.19775,315,5,0,3644,0,1,0,0,0),(48176,1802,0,1,1,4629,0,1731.9,-2281.86,59.1191,5.85146,315,5,0,3644,0,1,0,0,0),(48177,4474,0,1,1,4631,0,1941.92,-1625.37,61.5619,1.68753,315,5,0,3189,0,1,0,0,0),(48178,4475,0,1,1,10971,0,1936.24,-1551.4,60.6054,3.13748,315,5,0,3082,0,1,0,0,0),(48179,4474,0,1,1,4631,0,1817.75,-1519.92,59.4434,2.28422,315,10,0,3189,0,1,0,0,0),(48180,1785,0,1,1,11404,1,1889.53,-1584.79,59.2943,5.32325,315,0,0,3082,0,0,0,0,0),(48181,4475,0,1,1,10971,0,1752.55,-1564.34,62.3886,1.98835,315,5,0,3082,0,1,0,0,0),(48182,4475,0,1,1,10970,0,1791.35,-1528.32,59.5981,4.81828,315,5,0,3082,0,1,0,0,0),(48183,1785,0,1,1,11404,1,1938.63,-1620.33,61.0606,3.77909,315,5,0,3082,0,1,0,0,0),(48184,4474,0,1,1,4631,0,1883.02,-1508.76,60.0076,1.96897,315,5,0,3189,0,1,0,0,0),(48186,4474,0,1,1,4631,0,1794.79,-1509.38,60.2231,5.63137,315,5,0,3189,0,1,0,0,0),(48187,1785,0,1,1,11404,1,1948.58,-1565.93,60.8554,4.68779,315,5,0,3082,0,1,0,0,0),(48188,1836,0,1,1,10337,1,2937.88,-1384.28,167.421,5.13127,660,0,0,8352,0,0,0,0,0),(48189,1883,0,1,1,10303,1,2869.02,-1480.94,146.496,5.04865,315,0,0,3529,0,0,0,0,0),(48190,1836,0,1,1,10337,1,2951.89,-1389.69,167.421,3.40339,660,0,0,8352,0,0,0,0,0),(48192,1883,0,1,1,10303,1,2998.66,-1512.92,146.003,5.2709,315,0,0,3529,0,0,0,0,0),(48193,1883,0,1,1,10304,1,2891.47,-1557.55,147.236,5.30962,315,0,0,3529,0,0,0,0,0),(48196,1883,0,1,1,10306,1,2978.94,-1484.09,147.126,1.20428,315,0,0,3529,0,0,0,0,0),(48205,1834,0,1,1,10327,1,2981.87,-1421.38,146.276,2.98451,315,0,0,2614,2117,0,0,0,0),(48206,1834,0,1,1,10326,1,2987.24,-1452.73,146.515,3.70178,315,0,0,2614,2117,0,0,0,0),(48218,1836,0,1,1,10336,1,2924.85,-1385.33,160.842,2.68328,660,0,0,8352,0,2,0,0,0),(48219,1827,0,1,1,10352,1,2910.7,-1397.42,152.103,5.81195,315,0,0,3268,0,0,0,0,0),(48220,2110,0,1,1,1141,0,1458.27,-1872.7,58.8036,5.72223,315,10,0,1,0,1,0,0,0),(48221,4076,0,1,1,2177,0,2693.92,-1766.25,105.89,6.21337,315,0,0,8,0,0,0,0,0),(48260,4076,0,1,1,2177,0,1930.58,-1714.77,61.6941,0.689086,315,10,0,8,0,1,0,0,0),(48261,10780,0,1,1,10091,0,2713.71,-1828.34,79.2936,2.64901,315,5,0,20,0,1,0,0,0),(48262,4076,0,1,1,2177,0,2646.7,-1897.01,73.6817,1.32644,315,10,0,8,0,1,0,0,0),(48263,2110,0,1,1,1141,0,1344.56,-1351.65,48.7683,3.73719,315,10,0,1,0,1,0,0,0),(48264,4076,0,1,1,2177,0,2794.41,-1398.09,147.157,3.17509,315,10,0,8,0,1,0,0,0),(48265,2110,0,1,1,1141,0,1279.71,-1355.21,51.318,0,315,10,0,1,0,1,0,0,0),(48274,4076,0,1,1,2177,0,1722.47,-1320.54,61.6134,0.188587,315,10,0,8,0,1,0,0,0),(48275,1787,0,1,1,11401,1,1451.03,-1718.26,69.6344,5.09542,315,10,0,3293,0,1,0,0,0),(48277,1787,0,1,1,11401,1,1353.17,-1680.14,62.0583,5.27941,315,3,0,3293,0,1,0,0,0),(48278,1789,0,1,1,9790,1,1268.85,-1378.08,49.8951,1.2161,315,3,0,2823,2117,1,0,0,0),(48279,1787,0,1,1,11401,1,1277.72,-1367.85,49.8634,3.95732,315,3,0,3293,0,1,0,0,0),(48280,1794,0,1,1,10626,0,1470.37,-1430.04,67.847,4.45059,315,0,0,2634,2041,0,0,0,0),(48281,1794,0,1,1,10626,0,1548.09,-1586.14,64.8641,0.262317,315,10,0,2634,2041,1,0,0,0),(48282,1795,0,1,1,414,0,1410.12,-1563.66,55.39,1.86547,315,5,0,2823,2117,1,0,0,0),(48283,1795,0,1,1,414,0,1414.53,-1688.59,67.5779,4.99448,315,10,0,2823,2117,1,0,0,0),(48284,1795,0,1,1,414,0,1300.52,-1429.35,49.9779,1.44504,315,0,0,2823,2117,0,0,0,0),(48285,1795,0,1,1,414,0,1462.42,-1332.71,62.3045,4.40001,315,5,0,2823,2117,1,0,0,0),(48286,1822,0,1,1,1087,0,1779.74,-1047.48,77.8497,2.22328,315,5,0,2880,0,1,0,0,0),(48287,1815,0,1,1,1082,0,1716.78,-986.997,74.9773,4.70946,315,10,0,3438,0,1,0,0,0),(48288,1824,0,1,1,1088,0,1935,-2455.91,67.4178,3.87521,315,10,0,3293,0,1,0,0,0),(48289,1816,0,1,1,1083,0,1691.31,-2064.83,60.6333,4.47688,315,10,0,3921,0,1,0,0,0),(48290,1824,0,1,1,1088,0,2015.83,-1916.86,68.9198,3.19773,315,10,0,3293,0,1,0,0,0),(48291,1824,0,1,1,1088,0,1950.21,-1919.42,75.2951,5.53199,315,10,0,3293,0,1,0,0,0),(48292,1824,0,1,1,1088,0,1893.41,-1992.98,79.2888,5.80207,315,10,0,3293,0,1,0,0,0),(48293,1816,0,1,1,1083,0,1585.2,-2084.42,60.0987,0.154876,315,10,0,3921,0,1,0,0,0),(48294,1816,0,1,1,1083,0,2018.95,-2352.3,61.4749,5.4957,315,10,0,3921,0,1,0,0,0),(48295,1816,0,1,1,1083,0,1912.99,-2016.71,79.4603,3.60742,315,10,0,3921,0,1,0,0,0),(48297,1824,0,1,1,1088,0,1618.78,-1988.29,61.701,5.13319,315,10,0,3293,0,1,0,0,0),(48300,1824,0,1,1,1088,0,1941.23,-2351.53,60.4232,2.81438,315,10,0,3293,0,1,0,0,0),(48301,1821,0,1,1,1091,0,1547.86,-1746.73,60.0006,2.03532,315,5,0,3082,0,1,0,0,0),(48302,1821,0,1,1,1091,0,1591.75,-1685.74,63.565,1.38853,315,10,0,3082,0,1,0,0,0),(48303,1821,0,1,1,1091,0,2321.95,-1749.67,102.602,5.30754,315,5,0,3082,0,1,0,0,0),(48347,1821,0,1,1,1091,0,2385.87,-1820.65,92.0735,4.13847,315,5,0,3082,0,1,0,0,0),(48354,1817,0,1,1,4124,0,2377.89,-1748.1,96.7352,2.94638,315,10,0,3189,0,1,0,0,0),(48355,1817,0,1,1,4124,0,2213.81,-1587.34,78.1321,3.50503,315,5,0,3189,0,1,0,0,0),(48362,1817,0,1,1,4124,0,1947.32,-1513.36,64.5364,2.19672,315,10,0,3189,0,1,0,0,0),(48364,1821,0,1,1,1091,0,2479.37,-1784.03,87.8163,2.41284,315,5,0,3082,0,1,0,0,0),(48365,1821,0,1,1,1091,0,2079.12,-1583.65,66.1705,3.11426,315,5,0,3082,0,1,0,0,0),(48366,1817,0,1,1,4124,0,1977.36,-1287.7,79.5745,5.16118,315,5,0,3189,0,1,0,0,0),(48367,1783,0,1,1,733,1,1792.12,-1255.36,59.8665,2.29647,315,5,0,2880,0,1,0,0,0),(48369,1783,0,1,1,733,1,1702.49,-1202.47,59.6598,4.94347,315,10,0,2880,0,1,0,0,0),(48370,1804,0,1,1,10690,0,1722.97,-2360.42,62.0769,5.53866,315,3,0,3644,0,1,0,0,0),(48376,1804,0,1,1,10690,0,1688.24,-2368.42,60.6093,2.30383,315,3,0,3644,0,1,0,0,0),(48379,4472,0,1,1,146,0,1678.48,-2277.54,58.9139,1.19878,315,3,0,3006,2241,1,0,0,0),(48380,1804,0,1,1,10690,0,1706.46,-2197.1,61.9684,3.56729,315,0,0,3644,0,0,0,0,0),(48384,1802,0,1,1,4629,0,1671.84,-2242.42,58.8691,5.89715,315,10,0,3644,0,1,0,0,0),(48386,1804,0,1,1,10690,0,1760.94,-2303.65,60.4681,5.64628,315,0,0,3644,0,0,0,0,0),(48387,1804,0,1,1,10690,0,1664.16,-2361.27,66.4471,3.42047,315,3,0,3644,0,1,0,0,0),(48388,1802,0,1,1,4629,0,1669.86,-2365.77,66.4246,1.62974,315,3,0,3644,0,1,0,0,0),(48390,1804,0,1,1,10690,0,1766.15,-2291.15,59.9941,3.62309,315,0,0,3644,0,0,0,0,0),(48422,1802,0,1,1,4629,0,1764.91,-2344.91,59.6732,1.40034,315,5,0,3644,0,1,0,0,0),(48430,4475,0,1,1,10971,0,1936.07,-1594.74,60.9218,3.07892,315,5,0,3082,0,1,0,0,0),(48431,4475,0,1,1,10970,0,1862.19,-1608.55,59.8794,5.56926,315,10,0,3082,0,1,0,0,0),(48432,4475,0,1,1,10970,0,1923.29,-1652.93,59.7983,5.87017,315,5,0,3082,0,1,0,0,0),(48433,4474,0,1,1,4631,0,1894.74,-1565.87,59.5076,3.92259,315,5,0,3189,0,1,0,0,0),(48440,4474,0,1,1,4631,0,1787.15,-1547.98,59.4613,1.17204,315,10,0,3189,0,1,0,0,0),(48442,4474,0,1,1,4631,0,1910.49,-1656.63,60.7983,1.76358,315,5,0,3189,0,1,0,0,0),(48443,4475,0,1,1,10970,0,1890.96,-1518.34,59.8826,1.01563,315,5,0,3082,0,1,0,0,0),(48444,4475,0,1,1,10971,0,1927.35,-1614.65,61.0685,3.05389,315,5,0,3082,0,1,0,0,0),(48445,1785,0,1,1,11404,1,1899.8,-1525.58,60.2576,4.92833,315,10,0,3082,0,1,0,0,0),(48446,1785,0,1,1,11404,1,1903.01,-1633.31,60.3539,2.23489,315,5,0,3082,0,1,0,0,0),(48447,1834,0,1,1,10325,1,2974.49,-1584.8,163.235,2.64992,315,0,0,2614,2117,2,0,0,0),(48448,1834,0,1,1,10327,1,2852.27,-1534.77,151.38,1.23918,315,0,0,2614,2117,0,0,0,0),(48474,1883,0,1,1,10304,1,2870.11,-1469.73,145.746,6.27348,315,0,0,3529,0,0,0,0,0),(48482,1883,0,1,1,10304,1,2969.84,-1514.16,146.239,4.11898,315,0,0,3529,0,0,0,0,0),(48483,1883,0,1,1,10306,1,3006.25,-1496.58,146.68,1.48353,315,0,0,3529,0,0,0,0,0),(48484,1883,0,1,1,10303,1,2880.35,-1565.85,147.429,3.14159,315,0,0,3529,0,0,0,0,0),(48485,1883,0,1,1,10306,1,3011.63,-1563.09,147.667,4.93928,315,0,0,3529,0,0,0,0,0),(48531,1883,0,1,1,10306,1,2857.15,-1477.65,145.629,4.39148,315,5,0,3529,0,1,0,0,0),(48532,1883,0,1,1,10304,1,2886.1,-1469.97,146.496,2.31315,315,3,0,3529,0,1,0,0,0),(48533,1832,0,1,1,10330,1,2925.27,-1527.27,152.129,3.78035,315,3,0,2361,5206,1,0,0,0),(48534,1795,0,1,1,414,0,1289.02,-1448.26,50.009,6.25426,315,0,0,2823,2117,0,0,0,0),(48535,1789,0,1,1,9790,1,1219.66,-1380.59,53.4605,0.934393,315,10,0,2823,2117,1,0,0,0),(48536,1787,0,1,1,11401,1,1409.48,-1248.23,61.986,5.044,315,3,0,3293,0,1,0,0,0),(48537,1789,0,1,1,9790,1,1612.55,-1611.32,74.427,6.21043,315,5,0,2823,2117,1,0,0,0),(48538,1795,0,1,1,414,0,1421.97,-1522.14,55.7069,5.67457,315,10,0,2823,2117,1,0,0,0),(48539,1789,0,1,1,9790,1,1385.36,-1312.97,57.8709,6.24515,315,10,0,2823,2117,1,0,0,0),(48540,1794,0,1,1,10626,0,1250.27,-1511.59,59.9013,1.99805,315,0,0,2634,2041,0,0,0,0),(48541,1789,0,1,1,9790,1,1308.4,-1570.35,61.437,2.10301,315,0,0,2823,2117,0,0,0,0),(48542,1795,0,1,1,414,0,1588.74,-1513.78,63.3998,5.76831,315,5,0,2823,2117,1,0,0,0),(48543,1795,0,1,1,414,0,1350.09,-1382.61,48.9083,3.71707,315,10,0,2823,2117,1,0,0,0),(48544,1824,0,1,1,1088,0,1720.24,-2419.83,61.8858,0.172718,315,10,0,3293,0,1,0,0,0),(48545,1816,0,1,1,1083,0,1645.11,-1879.67,91.4789,3.28251,315,3,0,3921,0,1,0,0,0),(48546,1816,0,1,1,1083,0,1692.19,-1842.18,73.9358,0.785398,315,5,0,3921,0,1,0,0,0),(48559,1824,0,1,1,1088,0,1613.78,-1912.29,76.0502,3.17088,315,3,0,3293,0,1,0,0,0),(48560,1824,0,1,1,1088,0,1588.48,-1877.63,68.3329,0.210616,315,3,0,3293,0,1,0,0,0),(48579,1824,0,1,1,1088,0,1717.68,-2018.6,64.02,0.081499,315,10,0,3293,0,1,0,0,0),(48580,1816,0,1,1,1083,0,1617.6,-2119.83,58.1956,4.89198,315,10,0,3921,0,1,0,0,0),(48581,1824,0,1,1,1088,0,1803.02,-2438.77,61.3101,5.13587,315,10,0,3293,0,1,0,0,0),(48582,1816,0,1,1,1083,0,1949.65,-2186.03,64.353,0.830654,315,3,0,3921,0,1,0,0,0),(48583,1816,0,1,1,1083,0,1847.45,-1964.21,74.7305,2.12981,315,3,0,3921,0,1,0,0,0),(48584,1817,0,1,1,4124,0,1617.8,-1817.27,63.6306,6.15592,315,5,0,3189,0,1,0,0,0),(48587,1821,0,1,1,1091,0,1746.73,-1481.54,63.0236,2.92504,315,5,0,3082,0,1,0,0,0),(48588,1821,0,1,1,1091,0,2179.27,-1550.2,70.7888,3.12409,315,10,0,3082,0,1,0,0,0),(48589,4472,0,1,1,146,0,1656.4,-2370.88,66.4334,0.315987,315,3,0,3006,2241,1,0,0,0),(48590,1804,0,1,1,10690,0,1669.16,-2363.57,61.6675,6.15634,315,0,0,3644,0,0,0,0,0),(48591,1883,0,1,1,10303,1,3095.7,-1546.81,150.529,4.88093,315,3,0,3529,0,1,0,0,0),(48592,1883,0,1,1,10306,1,3023.41,-1514.51,146.304,2.49582,315,0,0,3529,0,0,0,0,0),(48593,1827,0,1,1,10353,1,2753.85,-1687.85,134.907,3.52556,315,0,0,3268,0,0,0,0,0),(48594,1883,0,1,1,10306,1,3000.91,-1515.24,145.92,2.18166,315,0,0,3529,0,0,0,0,0),(48595,1834,0,1,1,10325,1,2843.01,-1528.43,151.38,0.383972,315,0,0,2614,2117,0,0,0,0),(48596,1827,0,1,1,10351,1,2912.4,-1393.96,152.103,5.77704,315,0,0,3268,0,0,0,0,0),(48597,1834,0,1,1,10325,1,2860.65,-1415.43,146.333,3.75648,315,5,0,2614,2117,1,0,0,0),(48598,1834,0,1,1,10325,1,2903.27,-1512.22,146.07,5.68977,315,0,0,2614,2117,0,0,0,0),(48599,1883,0,1,1,10306,1,2896.72,-1544.95,145.804,3.39278,315,3,0,3529,0,1,0,0,0),(48600,10608,0,1,1,10335,1,2790.56,-1427.04,146.699,2.82868,315,3,0,2288,5013,1,0,0,0),(48601,1787,0,1,1,11401,1,1360.23,-1418.66,48.9525,4.94763,315,5,0,3293,0,1,0,0,0),(48602,1787,0,1,1,11401,1,1578.64,-1473.1,68.3387,5.53934,315,0,0,3293,0,0,0,0,0),(48603,1795,0,1,1,414,0,1418.87,-1620.5,67.4476,5.21257,315,10,0,2823,2117,1,0,0,0),(48604,1794,0,1,1,10626,0,1352.47,-1320.15,52.5326,3.34713,315,10,0,2634,2041,1,0,0,0),(48605,1787,0,1,1,11401,1,1571.35,-1552.74,62.4854,2.80573,315,10,0,3293,0,1,0,0,0),(48606,1787,0,1,1,11401,1,1369.97,-1674.9,65.4491,3.45184,315,0,0,3293,0,0,0,0,0),(48607,1787,0,1,1,11401,1,1515.14,-1479.79,64.1201,5.78779,315,5,0,3293,0,1,0,0,0),(48608,1795,0,1,1,414,0,1243.56,-1381.24,50.5293,5.69669,315,10,0,2823,2117,1,0,0,0),(48609,1789,0,1,1,9790,1,1378.7,-1381.85,55.0965,2.10952,315,3,0,2823,2117,1,0,0,0),(48610,1816,0,1,1,1083,0,1516.61,-1955.33,60.1991,4.10246,315,10,0,3921,0,1,0,0,0),(48611,1824,0,1,1,1088,0,2053.53,-2426.22,61.5483,4.25066,315,10,0,3293,0,1,0,0,0),(48612,1816,0,1,1,1083,0,1925.11,-2391.42,66.1269,0.429354,315,10,0,3921,0,1,0,0,0),(48613,1816,0,1,1,1083,0,2104.8,-2415.81,59.4232,0.076518,315,10,0,3921,0,1,0,0,0),(48614,1824,0,1,1,1088,0,2061.46,-2509.5,64.2822,1.5708,315,5,0,3293,0,1,0,0,0),(48615,1834,0,1,1,10326,1,2972.54,-1456.59,146.265,5.56162,315,0,0,2614,2117,0,0,0,0),(48616,1846,0,1,1,10338,1,2857.62,-1515.51,145.785,4.42498,660,0,0,7545,2486,2,0,0,0),(48617,1827,0,1,1,10353,1,2780.07,-1657.04,154.426,3.38594,315,0,0,3268,0,0,0,0,0),(48618,1827,0,1,1,10353,1,2748.04,-1663.36,127.733,3.85718,315,0,0,3268,0,0,0,0,0),(48619,1883,0,1,1,10306,1,2880.27,-1568.97,147.228,5.89253,315,0,0,3529,0,0,0,0,0),(48620,1883,0,1,1,10304,1,3088.08,-1548.63,152.195,3.61283,315,0,0,3529,0,0,0,0,0),(48621,1827,0,1,1,10351,1,2921.22,-1370.92,176.129,6.02139,315,0,0,3268,0,0,0,0,0),(48622,1834,0,1,1,10324,1,2972.77,-1588.85,150.059,2.93215,315,0,0,2614,2117,0,0,0,0),(48623,1883,0,1,1,10305,1,2983.01,-1494.09,147.126,5.35816,315,0,0,3529,0,0,0,0,0),(48624,1827,0,1,1,10353,1,2893.56,-1437.57,147.279,6.23082,315,0,0,3268,0,0,0,0,0),(48625,1789,0,1,1,9790,1,1288.88,-1614.84,59.7052,1.37838,315,3,0,2823,2117,1,0,0,0),(48626,1789,0,1,1,9790,1,1219.55,-1350.99,53.328,5.11705,315,5,0,2823,2117,1,0,0,0),(48627,1789,0,1,1,9790,1,1285.79,-1503.3,59.7004,3.9585,315,0,0,2823,2117,0,0,0,0),(48628,1789,0,1,1,9790,1,1443.18,-1489.36,56.8896,0.803065,315,5,0,2823,2117,1,0,0,0),(48629,1787,0,1,1,11401,1,1543.88,-1439.7,64.7888,4.77258,315,5,0,3293,0,1,0,0,0),(48630,1789,0,1,1,9790,1,1539.38,-1465.45,68.3338,4.71295,315,0,0,2823,2117,2,0,0,0),(48631,1795,0,1,1,414,0,1499.02,-1682.77,69.3067,2.31933,315,3,0,2823,2117,1,0,0,0),(48632,1789,0,1,1,9790,1,1443.78,-1418.56,59.5867,2.22521,315,5,0,2823,2117,1,0,0,0),(48633,1789,0,1,1,9790,1,1515.65,-1381.54,76.827,4.02314,315,5,0,2823,2117,1,0,0,0),(48634,1794,0,1,1,10626,0,1481.26,-1553.53,60.8994,3.60188,315,5,0,2634,2041,1,0,0,0),(48635,1883,0,1,1,10303,1,2902.79,-1562.06,145.804,0.819191,315,0,0,3529,0,0,0,0,0),(49418,1834,0,1,1,10327,1,2905.2,-1425.31,149.412,4.34587,315,0,0,2614,2117,0,0,0,0),(49593,1834,0,1,1,10324,1,2834.2,-1418.84,146.645,1.60562,315,0,0,2614,2117,0,0,0,0),(49594,1836,0,1,1,10337,1,2936.41,-1395.9,166.027,4.72984,660,0,0,8352,0,0,0,0,0),(49595,1883,0,1,1,10303,1,2865.95,-1570.01,145.644,6.16415,315,0,0,3529,0,0,0,0,0),(49596,1832,0,1,1,10330,1,2971.66,-1575.94,184.632,5.09636,315,0,0,2361,5206,0,0,0,0),(49597,1883,0,1,1,10304,1,3080.77,-1533.23,150.856,4.67748,315,0,0,3529,0,0,0,0,0),(49598,1883,0,1,1,10306,1,3064.47,-1530.25,150.247,2.14675,315,0,0,3529,0,0,0,0,0),(49599,1827,0,1,1,10351,1,2955.67,-1420.1,152.103,2.68781,315,0,0,3268,0,0,0,0,0),(49600,1883,0,1,1,10303,1,3081.34,-1525.05,150.532,1.06465,315,0,0,3529,0,0,0,0,0),(49601,1789,0,1,1,9790,1,1498.65,-1425.75,67.6996,3.49121,315,5,0,2823,2117,1,0,0,0),(49602,1795,0,1,1,414,0,1490.69,-1397.43,67.6856,6.27052,315,5,0,2823,2117,1,0,0,0),(49603,1794,0,1,1,10626,0,1377.86,-1246.92,61.6562,5.73504,315,3,0,2634,2041,1,0,0,0),(49604,1794,0,1,1,10626,0,1573.79,-1675.01,64.815,4.41551,315,10,0,2634,2041,1,0,0,0),(49605,1794,0,1,1,10626,0,1451.35,-1284.24,61.6474,0.730191,315,3,0,2634,2041,1,0,0,0),(49606,1795,0,1,1,414,0,1363.9,-1366.71,51.1531,2.99424,315,3,0,2823,2117,1,0,0,0),(49607,1794,0,1,1,10626,0,1291.11,-1394.41,49.5696,1.47679,315,5,0,2634,2041,1,0,0,0),(49608,1789,0,1,1,9790,1,1547.14,-1620.24,64.3889,4.50476,315,10,0,2823,2117,1,0,0,0),(49619,1788,0,1,1,775,1,1483.12,-1417.11,67.7705,2.52699,315,0,0,3374,0,0,0,0,0),(49989,1795,0,1,1,414,0,1332.71,-1511.9,59.0698,2.4879,315,5,0,2823,2117,1,0,0,0),(49990,1883,0,1,1,10304,1,2892.37,-1577.63,146.137,2.00713,315,0,0,3529,0,0,0,0,0),(49992,1827,0,1,1,10352,1,2739.22,-1619.46,154.426,4.34587,315,0,0,3268,0,0,0,0,0),(49996,1834,0,1,1,10324,1,2898.3,-1422.4,149.571,5.8294,315,0,0,2614,2117,0,0,0,0),(51323,1827,0,1,1,10351,1,2735.11,-1651.2,127.719,4.11898,315,0,0,3268,0,0,0,0,0),(51477,1827,0,1,1,10353,1,2714.55,-1647.75,131.947,4.74729,315,0,0,3268,0,0,0,0,0),(51479,1834,0,1,1,10324,1,2822.78,-1534.44,151.172,1.67098,315,5,0,2614,2117,1,0,0,0),(51480,1883,0,1,1,10305,1,3006.66,-1493.47,146.552,4.5204,315,0,0,3529,0,0,0,0,0),(51610,1834,0,1,1,10324,1,2980.41,-1585.76,175.658,2.74903,315,0,0,2614,2117,2,0,0,0),(51644,1834,0,1,1,10326,1,2903.97,-1432.07,148.269,3.45575,315,0,0,2614,2117,0,0,0,0),(51646,1834,0,1,1,10326,1,2845,-1412.03,147.631,5.09636,315,0,0,2614,2117,0,0,0,0),(51647,1794,0,1,1,10626,0,1479.75,-1744.31,64.3249,4.72093,315,3,0,2634,2041,1,0,0,0),(51649,1787,0,1,1,11401,1,1589.54,-1382.56,65.5875,6.17984,315,5,0,3293,0,1,0,0,0),(51651,1795,0,1,1,414,0,1517.68,-1616.02,64.8651,0.963345,315,10,0,2823,2117,1,0,0,0),(51734,1795,0,1,1,414,0,1291.96,-1476.07,55.5169,2.4352,315,5,0,2823,2117,1,0,0,0),(51735,1787,0,1,1,11401,1,1288.89,-1550.19,59.3581,2.42207,315,0,0,3293,0,0,0,0,0),(51736,1789,0,1,1,9790,1,1568.71,-1418.27,65.2315,2.07533,315,10,0,2823,2117,1,0,0,0),(51737,1795,0,1,1,414,0,1593.07,-1551.77,62.0161,5.48979,315,3,0,2823,2117,1,0,0,0),(51738,1794,0,1,1,10626,0,1588.34,-1660.22,63.9201,5.02179,315,3,0,2634,2041,1,0,0,0),(51739,1794,0,1,1,10626,0,1419.89,-1414.38,55.6373,1.93744,315,10,0,2634,2041,1,0,0,0),(51740,1789,0,1,1,9790,1,1414.85,-1712.12,70.0552,1.85413,315,5,0,2823,2117,1,0,0,0),(51741,1832,0,1,1,10329,1,2963.03,-1587.98,160.476,5.53269,315,0,0,2361,5206,0,0,0,0),(51742,1832,0,1,1,10328,1,2991.08,-1596.67,184.632,2.98451,315,0,0,2361,5206,0,0,0,0),(51743,1883,0,1,1,10303,1,2975.34,-1494.16,147.225,3.87463,315,0,0,3529,0,0,0,0,0),(51744,1827,0,1,1,10351,1,2939.61,-1633.49,147.247,2.43676,315,5,0,3268,0,1,0,0,0),(51745,1827,0,1,1,10353,1,2896.49,-1517.91,146.048,4.83456,315,0,0,3268,0,0,0,0,0),(51746,1834,0,1,1,10326,1,2817.99,-1407.9,147.731,6.0912,315,0,0,2614,2117,0,0,0,0),(51747,10608,0,1,1,10332,1,2787.08,-1442.82,146.47,4.65285,315,3,0,2288,5013,1,0,0,0),(51748,1834,0,1,1,10325,1,2978.85,-1608,157.603,1.6057,315,0,0,2614,2117,0,0,0,0),(51749,1834,0,1,1,10326,1,2926.71,-1370.37,152.02,2.16393,315,5,0,2614,2117,1,0,0,0),(51750,1832,0,1,1,10329,1,2921.04,-1519.27,147.364,5.72534,315,0,0,2361,5206,0,0,0,0),(51856,1795,0,1,1,414,0,1252.9,-1347.71,50.8574,0.59656,315,10,0,2823,2117,1,0,0,0),(51864,1794,0,1,1,10626,0,1481.72,-1583.72,67.5162,0.731501,315,10,0,2634,2041,1,0,0,0),(51989,1789,0,1,1,9790,1,1478.77,-1367.29,62.0536,0.714409,315,5,0,2823,2117,1,0,0,0),(51990,1787,0,1,1,11401,1,1326.1,-1496.87,59.027,2.15011,315,0,0,3293,0,0,0,0,0),(51991,1787,0,1,1,11401,1,1385.2,-1615.37,64.7159,6.17018,315,5,0,3293,0,1,0,0,0),(51992,1787,0,1,1,11401,1,1406.93,-1381.47,54.0003,3.24527,315,10,0,3293,0,1,0,0,0),(51993,1794,0,1,1,10626,0,1547.83,-1497.26,65.6127,4.20477,315,0,0,2634,2041,0,0,0,0),(51994,1794,0,1,1,10626,0,1254.36,-1480.38,60.5548,4.16541,315,3,0,2634,2041,1,0,0,0),(51995,1794,0,1,1,10626,0,1409.3,-1480.49,53.99,3.00166,315,5,0,2634,2041,1,0,0,0),(51996,1787,0,1,1,11401,1,1429.8,-1290.16,61.0407,6.0019,315,3,0,3293,0,1,0,0,0),(51997,1834,0,1,1,10324,1,2967.09,-1391.96,152.02,4.50306,315,5,0,2614,2117,1,0,0,0),(51998,1832,0,1,1,10331,1,2927.64,-1525.16,147.351,5.85067,315,0,0,2361,5206,0,0,0,0),(51999,1834,0,1,1,10326,1,2977.87,-1453.44,146.015,6.17928,315,0,0,2614,2117,0,0,0,0),(52000,1834,0,1,1,10324,1,2897.38,-1513.55,145.769,1.51844,315,0,0,2614,2117,0,0,0,0),(52001,1827,0,1,1,10351,1,2939,-1384.46,152.103,5.0091,315,0,0,3268,0,0,0,0,0),(52002,1883,0,1,1,10306,1,3001.95,-1514.26,145.8,2.80998,315,0,0,3529,0,0,0,0,0),(52003,1883,0,1,1,10304,1,3067.33,-1526.43,150.066,2.60054,315,0,0,3529,0,0,0,0,0),(52004,1834,0,1,1,10327,1,2981.4,-1448.04,146.015,2.65929,315,0,0,2614,2117,0,0,0,0),(52005,1836,0,1,1,10337,1,2941.6,-1398.7,166.027,3.94444,660,0,0,8352,0,0,0,0,0),(52006,1883,0,1,1,10303,1,3071.48,-1528.21,149.819,2.97615,315,3,0,3529,0,1,0,0,0),(52007,1789,0,1,1,9790,1,1351.07,-1557.44,59.7066,4.91094,315,0,0,2823,2117,0,0,0,0),(52008,1787,0,1,1,11401,1,1555.33,-1650.76,68.328,4.37776,315,10,0,3293,0,1,0,0,0),(52123,1795,0,1,1,414,0,1407.44,-1329.17,59.2991,5.64902,315,3,0,2823,2117,1,0,0,0),(52145,1794,0,1,1,10626,0,1246.55,-1314.9,56.5861,1.28431,315,5,0,2634,2041,1,0,0,0),(52178,1787,0,1,1,11401,1,1381.27,-1647.94,65.8361,2.43582,315,0,0,3293,0,0,0,0,0),(52238,1794,0,1,1,10626,0,1288.63,-1308.35,64.2574,3.17025,315,0,0,2634,2041,0,0,0,0),(52239,1789,0,1,1,9790,1,1419.62,-1284.3,68.5218,4.47445,315,3,0,2823,2117,1,0,0,0),(52240,1789,0,1,1,9790,1,1480.88,-1713.67,69.9369,3.20215,315,10,0,2823,2117,1,0,0,0),(52241,1795,0,1,1,414,0,1312.68,-1545.57,58.6575,3.2497,315,10,0,2823,2117,1,0,0,0),(52242,1789,0,1,1,9790,1,1347.62,-1281.66,56.7077,3.01523,315,10,0,2823,2117,1,0,0,0),(52243,1832,0,1,1,10328,1,2970.82,-1617.53,184.632,1.25664,315,0,0,2361,5206,0,0,0,0),(52244,1832,0,1,1,10328,1,2929.61,-1511.56,147.364,0.189213,315,0,0,2361,5206,0,0,0,0),(52245,1827,0,1,1,10350,1,2940.33,-1388.64,152.103,1.88496,315,0,0,3268,0,0,0,0,0),(52246,1834,0,1,1,10327,1,2949.25,-1428.98,152.02,0.474248,315,5,0,2614,2117,1,0,0,0),(52247,1827,0,1,1,10350,1,2791.21,-1608.97,130.984,4.88692,315,0,0,3268,0,0,0,0,0),(52250,1883,0,1,1,10303,1,3048.32,-1555.74,148.846,5.02655,315,0,0,3529,0,0,0,0,0),(52251,1834,0,1,1,10327,1,2968.39,-1453.46,146.015,6.05487,315,0,0,2614,2117,0,0,0,0),(52252,1883,0,1,1,10304,1,2889.45,-1547.57,145.804,2.02868,315,0,0,3529,0,0,0,0,0),(52253,1883,0,1,1,10303,1,3010.63,-1566.18,147.831,1.0472,315,0,0,3529,0,0,0,0,0),(52254,1883,0,1,1,10303,1,3115.6,-1540.56,150.447,0.575959,315,0,0,3529,0,0,0,0,0),(52255,1789,0,1,1,9790,1,1463.39,-1596.72,67.8622,4.64653,315,0,0,2823,2117,0,0,0,0),(52256,1789,0,1,1,9790,1,1487.85,-1521.16,56.3268,3.20398,315,5,0,2823,2117,1,0,0,0),(52257,1795,0,1,1,414,0,1561.41,-1450.29,68.3187,4.14845,315,0,0,2823,2117,0,0,0,0),(52471,1787,0,1,1,11401,1,1218.57,-1416.66,62.5148,1.32645,315,0,0,3293,0,0,0,0,0),(52473,1805,0,1,1,1693,0,1380.2,-1629.36,60.5584,5.78991,660,0,0,8097,0,2,0,0,0),(52474,1794,0,1,1,10626,0,1445.4,-1313.58,61.4974,3.68529,315,5,0,2634,2041,1,0,0,0),(52475,1794,0,1,1,10626,0,1246.74,-1453.32,60.0713,2.93091,315,0,0,2634,2041,0,0,0,0),(52476,1789,0,1,1,9790,1,1482.38,-1489.92,56.7476,2.70526,315,0,0,2823,2117,0,0,0,0),(52477,1787,0,1,1,11401,1,1382.46,-1351.58,53.8061,2.93837,315,10,0,3293,0,1,0,0,0),(52496,1789,0,1,1,9790,1,1576.77,-1624.04,64.3037,1.34921,315,10,0,2823,2117,1,0,0,0),(52498,1883,0,1,1,10306,1,2966.23,-1519.6,146.413,0.994838,315,0,0,3529,0,0,0,0,0),(52499,1883,0,1,1,10304,1,2909.11,-1552.29,145.805,5.19553,315,0,0,3529,0,0,0,0,0),(52500,1827,0,1,1,10350,1,2924.2,-1365.03,176.129,5.61996,315,0,0,3268,0,0,0,0,0),(52501,1883,0,1,1,10304,1,2982.59,-1487.56,147.126,0.558505,315,0,0,3529,0,0,0,0,0),(52508,1834,0,1,1,10327,1,2963.61,-1596.07,150.159,1.62316,315,0,0,2614,2117,0,0,0,0),(52509,1834,0,1,1,10326,1,2821.37,-1415.33,147.731,0.750492,315,0,0,2614,2117,0,0,0,0),(52510,1827,0,1,1,10352,1,2957.01,-1417.22,152.103,2.61799,315,0,0,3268,0,0,0,0,0),(52511,1787,0,1,1,11401,1,1447.88,-1518.1,55.6985,1.91525,315,10,0,3293,0,1,0,0,0),(52512,1788,0,1,1,775,1,1312.55,-1592.46,61.8881,5.87276,315,0,0,3374,0,0,0,0,0),(52513,1789,0,1,1,9790,1,1382.73,-1415.23,52.7609,0.160284,315,5,0,2823,2117,1,0,0,0),(52514,1789,0,1,1,9790,1,1262.68,-1552.51,59.4525,1.34192,315,3,0,2823,2117,1,0,0,0),(52515,1789,0,1,1,9790,1,1617.33,-1547.77,63.7251,0.056332,315,5,0,2823,2117,1,0,0,0),(52516,1794,0,1,1,10626,0,1514.86,-1518.22,56.846,4.70504,315,5,0,2634,2041,1,0,0,0),(52517,1789,0,1,1,9790,1,1594.82,-1541.78,62.0032,1.77148,315,5,0,2823,2117,1,0,0,0),(52542,1787,0,1,1,11401,1,872.479,65.8434,112.741,2.18618,315,0,0,3293,0,2,0,0,0),(52543,1795,0,1,1,414,0,1311.41,-1451.09,50.737,2.57377,315,5,0,2823,2117,1,0,0,0),(52545,1794,0,1,1,10626,0,1386.61,-1716.44,68.1558,1.77489,315,5,0,2634,2041,1,0,0,0),(52546,1787,0,1,1,11401,1,1503.93,-1494.04,57.2976,1.99598,315,5,0,3293,0,1,0,0,0),(52585,1789,0,1,1,9790,1,1219.25,-1487.01,72.2224,0.335434,315,5,0,2823,2117,1,0,0,0),(52586,1787,0,1,1,11401,1,1324.22,-1649.39,58.7755,1.21577,315,10,0,3293,0,1,0,0,0),(52587,1787,0,1,1,11401,1,1357.88,-1247.12,61.6783,4.42914,315,0,0,3293,0,0,0,0,0),(52625,1795,0,1,1,414,0,1347.92,-1623.18,57.4243,4.16173,315,10,0,2823,2117,1,0,0,0),(52627,1788,0,1,1,775,1,1306.85,-1322.21,64.3095,2.3969,315,0,0,3374,0,0,0,0,0),(52630,1789,0,1,1,9790,1,1515.96,-1586.19,64.2823,1.11899,315,10,0,2823,2117,1,0,0,0),(52631,1794,0,1,1,10626,0,1429.05,-1349.13,61.0309,2.09439,315,0,0,2634,2041,0,0,0,0),(52632,1789,0,1,1,9790,1,1452.43,-1649.42,69.2995,0.011617,315,10,0,2823,2117,1,0,0,0),(52636,4474,0,1,1,4631,0,1940.55,-1628.27,65.8347,5.56524,315,5,0,3189,0,1,0,0,0),(52638,4475,0,1,1,10970,0,1922.59,-1599.93,60.9274,0.750492,315,0,0,3082,0,0,0,0,0),(52639,1785,0,1,1,11404,1,1950.01,-1615.23,60.09,2.17992,315,5,0,3082,0,1,0,0,0),(52640,11614,0,1,1,3203,0,2328.98,-2070.82,168.621,1.81514,315,0,0,3293,0,0,0,0,0),(52642,1783,0,1,1,733,1,1711.48,-1158.92,59.8751,0,315,10,0,2880,0,1,0,0,0),(52657,1783,0,1,1,733,1,1795.75,-1153.57,60.5746,0,315,0,0,2880,0,0,0,0,0),(52658,1783,0,1,1,733,1,1765.04,-1129.17,62.4713,0,315,10,0,2880,0,1,0,0,0),(52659,1783,0,1,1,733,1,1732.31,-1115.52,62.718,0,315,10,0,2880,0,1,0,0,0),(52660,1784,0,1,1,11403,1,1809.88,-1156.74,60.1861,1.4269,315,5,0,2384,1864,1,0,0,0),(52661,4474,0,1,1,4631,0,1910.16,-1588.46,60.0382,2.75762,315,10,0,3189,0,1,0,0,0),(52663,4474,0,1,1,4631,0,1837.23,-1485.58,59.992,5.19082,315,10,0,3189,0,1,0,0,0),(52669,4076,0,1,1,2177,0,2134.43,-1672.73,64.3117,5.82569,315,10,0,8,0,1,0,0,0),(52670,2110,0,1,1,1141,0,2058.49,-1726.31,61.9306,4.20644,315,10,0,1,0,1,0,0,0),(52671,1816,0,1,1,1083,0,1982.09,-1879.76,73.1652,1.57275,315,10,0,3921,0,1,0,0,0),(52672,1816,0,1,1,1083,0,1918.48,-2170.85,76.6136,4.82682,315,10,0,3921,0,1,0,0,0),(52673,1805,0,1,1,1693,0,1403.77,-1380.02,54.0682,5.37112,660,0,0,8097,0,2,0,0,0),(52674,16225,0,1,1,14547,0,2299.58,-5294.74,82.0796,6.24828,345,0,0,42,0,0,0,0,0),(52675,16225,0,1,1,14551,0,2300.05,-5292.09,82.0796,5.39307,345,0,0,42,0,0,0,0,0),(52676,16225,0,1,1,14547,0,2302.86,-5292.66,82.0796,4.41568,345,0,0,42,0,0,0,0,0),(52677,16228,0,1,1,16094,1,2691.61,-4029.12,93.0275,3.03687,345,0,0,5922,0,0,0,0,0),(52680,16228,0,1,1,16093,1,2687.02,-4025.65,92.9093,4.92183,345,0,0,5922,0,0,0,0,0),(52696,16228,0,1,1,16094,1,2705.15,-4004.7,92.1943,1.02974,345,0,0,5922,0,0,0,0,0),(52698,16228,0,1,1,16095,1,2708.28,-4004.2,92.2141,2.79253,345,0,0,5922,0,0,0,0,0),(52699,16228,0,1,1,16094,1,2750.24,-4042.46,95.6495,4.39156,345,0,0,5922,0,2,0,0,0),(52701,16228,0,1,1,16094,1,2754.62,-4040.86,96.2454,4.26289,345,0,0,5922,0,2,0,0,0),(52702,16229,0,1,1,16077,0,2672.35,-4001.94,99.6952,1.74533,345,0,0,5922,0,0,0,0,0),(52849,16229,0,1,1,16078,0,2680.15,-3995.33,99.6952,5.49779,345,0,0,5922,0,0,0,0,0),(52884,16229,0,1,1,16078,0,2676.31,-3997.96,99.6883,5.65487,345,0,0,5922,0,0,0,0,0),(52931,17690,0,1,1,11686,0,2562.09,-4796.25,110.296,0.506145,345,0,0,42,0,0,0,0,0),(52932,17698,0,1,1,11686,0,2973.23,-3037.31,120.381,2.35619,345,0,0,42,0,0,0,0,0),(52933,17696,0,1,1,11686,0,3169.98,-4374.98,139.715,2.84489,345,0,0,42,0,0,0,0,0),(52937,17689,0,1,1,11686,0,1853.88,-3722.89,162.308,4.76475,345,0,0,42,0,0,0,0,0),(52956,17069,0,1,1,16793,0,2267.96,-5332.84,87.2677,1.27409,345,0,0,2614,0,0,0,0,0),(52958,17072,0,1,1,16806,0,2317.35,-5283.65,81.8859,3.40339,345,0,0,2614,0,0,0,0,0),(52959,8519,0,1,1,5497,0,1653.28,-4618.3,56.1017,2.99266,345,5,0,3293,0,1,0,0,0),(52960,8520,0,1,1,5563,0,1679.83,-4581.64,73.5203,5.03043,345,10,0,3529,0,1,0,0,0),(52961,8520,0,1,1,5563,0,1714.88,-4684.15,51.5656,1.81776,345,10,0,3529,0,1,0,0,0),(52962,8519,0,1,1,5497,0,1762.64,-4488.14,56.9172,3.3123,345,5,0,3293,0,1,0,0,0),(52963,8519,0,1,1,5497,0,1799.99,-4552.22,68.5475,0.174431,345,5,0,3293,0,1,0,0,0),(52964,8520,0,1,1,5563,0,1740.22,-4460.51,70.4341,4.65305,345,10,0,3529,0,1,0,0,0),(52965,8519,0,1,1,5497,0,1753.93,-4646.06,64.7818,2.66407,345,5,0,3293,0,1,0,0,0),(52966,8520,0,1,1,5563,0,1712.45,-4495.74,64.9258,4.22561,345,10,0,3529,0,1,0,0,0),(52967,8519,0,1,1,5497,0,1646.38,-4542.88,54.7797,5.4895,345,5,0,3293,0,1,0,0,0),(52968,9447,0,1,1,10380,1,1801.26,-5204.33,113.18,3.49066,610,0,0,5886,1982,0,0,0,0),(53036,6547,0,1,1,1027,0,1594.97,-5312.56,70.1631,2.74017,345,0,0,713,0,0,0,0,0),(53038,9447,0,1,1,10377,1,1610.01,-4810.47,94.4305,3.71591,610,2,0,5886,1982,1,0,0,0),(53118,12262,0,1,1,10627,0,3227.72,-3096.21,161.423,3.47321,345,0,0,3589,0,0,0,0,0),(53136,12254,0,1,1,7804,0,3292.53,-3643.52,148.938,1.0821,345,0,0,42,0,0,0,0,0),(53155,12244,0,1,1,7804,0,3234.35,-3094.78,161.423,5.5676,345,0,0,42,0,0,0,0,0),(53157,12247,0,1,1,12271,0,2855.49,-3232.32,134.27,1.39626,345,0,0,42,0,0,0,0,0),(53168,12247,0,1,1,12271,0,3006.06,-3433.58,149.791,2.46091,345,0,0,42,0,0,0,0,0),(53169,11896,0,1,1,11828,0,2978.59,-4307.63,78.2263,4.72411,345,0,0,6288,0,2,0,0,0),(53170,12202,0,1,1,7804,0,1842.79,-3220.87,121.129,3.59538,345,5,0,42,0,1,0,0,0),(53171,11878,0,1,1,11814,1,1870.97,-3212.71,125.243,5.0091,610,0,0,38850,28248,0,0,0,0),(53172,12202,0,1,1,7804,0,1849.51,-3204.82,126.432,3.03687,345,5,0,42,0,1,0,0,0),(53173,12202,0,1,1,7804,0,1853.68,-3226.13,121.928,5.53269,345,5,0,42,0,1,0,0,0),(53174,12384,0,1,1,12470,1,2935.74,-2744.64,109.691,3.54302,345,0,0,3398,0,0,0,0,0),(53175,11706,0,1,1,18908,1,3362.56,-4446.57,127.746,3.14159,345,0,0,4120,0,0,0,0,0),(53176,12941,0,1,1,12954,1,2313.88,-5305,82.0796,2.3911,345,0,0,3644,0,0,0,0,0),(53177,12617,0,1,1,12549,1,2269.85,-5345.39,87.0242,1.76278,610,0,0,10572,0,0,0,0,0),(53178,12636,0,1,1,12569,1,2328.48,-5290.72,81.8744,2.9147,610,0,0,10572,0,0,0,0,0),(53679,11140,0,1,1,10644,1,2929.07,-2744.69,109.697,5.5676,345,0,0,3997,0,0,0,0,0),(53730,8542,0,1,1,8783,0,3015.59,-4885.45,105.235,3.10472,345,10,0,3758,0,1,0,0,0),(53731,8542,0,1,1,8783,0,2984.14,-5012.01,104.68,0.53474,345,10,0,3758,0,1,0,0,0),(53734,8542,0,1,1,8783,0,2986.54,-4974.8,106.98,2.8581,345,10,0,3758,0,1,0,0,0),(53735,8527,0,1,1,370,1,2887.09,-4712.76,96.0142,3.82259,345,5,0,3758,0,1,0,0,0),(53736,10926,0,1,1,10445,0,1456.32,-3596.44,86.9627,0.041027,345,0,0,42,0,0,0,0,0),(53737,11063,0,1,1,10476,1,2257.31,-5340.87,86.8037,1.48353,345,0,0,3876,0,0,0,0,0),(53738,11704,0,1,1,19819,0,3230.48,-4254.18,98.0389,4.20624,345,0,0,4120,0,0,0,0,0),(53739,10304,0,1,1,18910,1,3232.15,-4256.49,98.206,3.78736,345,0,0,4370,0,0,0,0,0),(53740,8521,0,1,1,11171,0,2962.54,-4918.34,99.5224,1.63529,345,10,0,3644,0,1,0,0,0),(53741,8522,0,1,1,11172,0,2891.76,-5002.24,101.357,4.55462,345,10,0,3876,0,1,0,0,0),(53742,8561,0,1,1,10439,1,3460.19,-4946.9,182.589,4.7822,345,0,0,3876,0,0,0,0,0),(53743,8561,0,1,1,10440,1,3432.53,-5036.13,183.602,0.750492,345,0,0,3876,0,0,0,0,0),(53744,8564,0,1,1,19822,1,3331.99,-4178.55,156.321,2.44346,345,0,0,3997,0,0,0,0,0),(53745,8563,0,1,1,19828,1,3313.58,-4275.27,159.223,3.07178,345,0,0,3876,0,0,0,0,0),(53746,8563,0,1,1,19827,1,3380.37,-4270.27,159.419,1.50098,345,0,0,3876,0,0,0,0,0),(53747,8563,0,1,1,19828,1,3284.85,-4231.15,158.397,3.24631,345,0,0,3876,0,0,0,0,0),(53748,8565,0,1,1,19820,1,3314.02,-4264.94,159.223,3.10669,345,0,0,3758,0,0,0,0,0),(53749,8603,0,1,1,7898,0,2216.17,-4769.83,91.253,0.703117,345,3,0,3293,0,1,0,0,0),(53750,8603,0,1,1,7898,0,2400.51,-4541.34,74.4222,4.17968,345,10,0,3293,0,1,0,0,0),(53751,8598,0,1,1,9022,0,2947.36,-4713.27,99.3967,5.81954,345,5,0,3758,0,1,0,0,0),(53752,8602,0,1,1,7897,0,2928.23,-5120.59,119.508,2.50896,345,3,0,3644,0,1,0,0,0),(53753,8602,0,1,1,7897,0,2861.16,-2929.17,100.38,1.74654,345,10,0,3644,0,1,0,0,0),(53754,8598,0,1,1,9022,0,2812.68,-4154.12,91.7327,1.86825,345,10,0,3758,0,1,0,0,0),(53755,8598,0,1,1,9022,0,3036.12,-4515.49,106.127,2.62245,345,3,0,3758,0,1,0,0,0),(53757,8598,0,1,1,9022,0,2948.31,-4606.65,77.0554,4.65277,345,10,0,3758,0,1,0,0,0),(53758,8598,0,1,1,9022,0,2724.95,-4609.68,90.6552,6.05053,345,10,0,3758,0,1,0,0,0),(53837,1855,0,1,1,9477,1,2672.04,-2478.26,72.6985,6.03506,610,0,0,25150,2486,0,0,0,0),(53838,11710,0,1,1,2325,0,2677.24,-2470.89,72.4485,2.11891,345,0,0,2769,0,0,0,0,0),(53839,8603,0,1,1,7898,0,1479.58,-3152.78,108.927,1.30029,345,5,0,3293,0,1,0,0,0),(53840,8600,0,1,1,7894,0,1851.85,-2766.02,89.6741,1.76322,345,5,0,3189,0,1,0,0,0),(53855,8546,0,1,1,10408,1,2509.67,-3645.45,186.692,4.46804,345,0,0,3876,0,0,0,0,0),(53856,8606,0,1,1,681,0,2090.27,-4391.35,15.054,1.26511,345,3,0,3529,0,1,0,0,0),(53857,16378,0,1,1,16150,1,2308.77,-5344.67,91.6577,2.32129,610,0,0,209580,0,0,0,0,0),(53863,16378,0,1,1,16149,1,2182.43,-5303.38,101.613,2.0615,610,0,0,209580,0,0,0,0,0),(53864,16378,0,1,1,16148,1,2275.17,-5394.57,86.5703,0.447865,610,3,0,209580,0,1,0,0,0),(53865,16378,0,1,1,16148,1,2280.05,-5292.46,83.7396,4.77984,610,0,0,209580,0,2,0,0,0),(53866,16378,0,1,1,16147,1,2284.01,-5291.78,83.7781,4.78055,610,0,0,209580,0,2,0,0,0),(53867,11036,0,1,1,10474,1,2307.24,-5348.9,91.6577,2.72271,345,0,0,4120,0,0,0,0,0),(53868,16378,0,1,1,16147,1,2342.51,-5371.9,86.1964,2.32234,610,3,0,209580,0,1,0,0,0),(53869,16378,0,1,1,16148,1,2213.99,-5308.82,87.046,0.848268,610,5,0,209580,0,1,0,0,0),(53875,16378,0,1,1,16149,1,2263.06,-5346.17,87.0119,1.6057,610,0,0,209580,0,0,0,0,0),(53895,16378,0,1,1,16150,1,2354.78,-5315.54,86.4626,1.5814,610,3,0,209580,0,1,0,0,0),(53896,16378,0,1,1,16147,1,2287.33,-5281.58,82.3207,1.69297,610,0,0,209580,0,0,0,0,0),(53897,16284,0,1,1,16108,0,2309.51,-5305.87,82.0796,0.122173,345,0,0,6726,8964,0,0,0,0),(53898,16284,0,1,1,16107,0,2678.16,-3999.29,99.7264,2.77507,345,0,0,6726,8964,0,0,0,0),(53938,8557,0,1,1,6841,0,2981.68,-2680.12,101.819,0.281422,345,0,0,3758,0,2,0,0,0),(53995,8557,0,1,1,6841,0,2889.24,-2565.42,88.3898,3.57792,345,0,0,3758,0,0,0,0,0),(54015,8557,0,1,1,6841,0,2890.03,-2571.24,89.2364,2.86234,345,0,0,3758,0,0,0,0,0),(54016,8557,0,1,1,6841,0,2887.93,-2636.99,88.164,0.436332,345,2,0,3758,0,1,0,0,0),(54017,8558,0,1,1,9758,0,2891.12,-2631.56,89.3438,6.02139,345,0,0,3876,0,2,0,0,0),(54024,8557,0,1,1,6841,0,2997.33,-2703.77,102.758,0.928029,345,2,0,3758,0,1,0,0,0),(54025,8556,0,1,1,11178,0,2868.08,-2544.9,87.8341,2.30246,345,0,0,3529,0,2,0,0,0),(54033,8557,0,1,1,6841,0,2759.4,-2516.71,78.6361,2.33874,345,0,0,3758,0,0,0,0,0),(54035,8558,0,1,1,9758,0,2793.46,-2523.29,83.7006,1.41372,345,0,0,3876,0,0,0,0,0),(54036,8555,0,1,1,3004,0,2977.84,-2746.88,98.9196,5.77704,345,2,0,3189,0,1,0,0,0),(54107,8557,0,1,1,6841,0,2868.93,-2535.94,87.6115,5.42797,345,0,0,3758,0,0,0,0,0),(54108,8557,0,1,1,6841,0,2856.41,-2539.46,85.7428,4.83456,345,0,0,3758,0,0,0,0,0),(54109,8556,0,1,1,11178,0,2994.12,-2764.2,98.5751,1.39626,345,3,0,3529,0,1,0,0,0),(54112,16184,0,1,1,14698,0,2814.19,-2498.43,84.6337,2.44151,43200,0,0,18312,0,2,0,0,0),(54120,16131,0,1,1,16026,0,2289.73,-5337.32,90.9632,5.70723,610,0,0,152600,0,0,0,0,0),(54145,16134,0,1,1,16029,0,2276.66,-5325.3,88.7947,4.81711,610,0,0,122100,9736,0,0,0,0),(54163,16132,0,1,1,16027,0,2288.55,-5340.35,90.9632,0.575959,610,0,0,122100,9736,0,0,0,0),(54164,16376,0,1,1,16144,1,2261.17,-5321.3,81.9491,4.86947,345,0,0,8352,0,0,0,0,0),(54186,16135,0,1,1,16030,0,2277.14,-5328.59,88.8296,2.00713,610,0,0,122100,9736,0,0,0,0),(54188,16256,0,1,1,16104,0,2300.9,-5345.09,90.8799,2.16421,345,0,0,2490,0,0,0,0,0),(54190,16133,0,1,1,16028,0,2296.98,-5335.87,90.9632,5.25344,610,0,0,122100,9736,0,0,0,0),(54192,16116,0,1,1,16016,0,2296.01,-5340.98,90.8799,0.610865,610,0,0,158730,73020,0,0,0,0),(54193,16114,0,1,1,16014,0,2296.2,-5337.89,90.8799,-0.977384,610,0,0,122100,9736,0,0,0,0),(54194,16117,0,1,1,6121,0,2926.27,-2913.64,101.776,5.52883,345,5,0,3968,0,1,0,0,0),(54195,16117,0,1,1,6121,0,2900.8,-2879.93,98.4798,2.64957,345,5,0,3968,0,1,0,0,0),(54196,16117,0,1,1,6121,0,2929.71,-2753.13,108.209,0.986927,345,5,0,3968,0,1,0,0,0),(54197,16117,0,1,1,6121,0,3011.98,-2878.7,102.014,5.48657,345,5,0,3968,0,1,0,0,0),(54198,16117,0,1,1,6121,0,2911.8,-2870.99,98.4798,3.33249,345,5,0,3968,0,1,0,0,0),(54199,16117,0,1,1,6121,0,2888.54,-2884.38,97.8768,1.06231,345,5,0,3968,0,1,0,0,0),(54209,16117,0,1,1,6121,0,2929.06,-2730.47,107.383,3.30942,345,10,0,3968,0,1,0,0,0),(54254,16117,0,1,1,6121,0,2971.88,-2892.71,102.467,3.19276,345,5,0,3968,0,1,0,0,0),(54255,16117,0,1,1,6121,0,2946.64,-2888.2,100.897,4.0211,345,10,0,3968,0,1,0,0,0),(54256,16117,0,1,1,6121,0,2947.92,-2768.75,109.903,0.533472,345,10,0,3968,0,1,0,0,0),(54257,8520,0,1,1,5563,0,1698.19,-4743.91,65.8731,1.3168,345,10,0,3529,0,1,0,0,0),(54258,8520,0,1,1,5563,0,1744.59,-4715.11,67.9095,2.73641,345,10,0,3529,0,1,0,0,0),(54259,8520,0,1,1,5563,0,1818.79,-4511.99,66.621,1.58837,345,10,0,3529,0,1,0,0,0),(54260,8519,0,1,1,5497,0,1697.31,-4515.4,60.7798,5.16547,345,5,0,3293,0,1,0,0,0),(54261,8519,0,1,1,5497,0,1784.4,-4603.08,69.2389,1.41303,345,5,0,3293,0,1,0,0,0),(54262,8520,0,1,1,5563,0,1746.27,-4574.87,58.0473,4.71629,345,10,0,3529,0,1,0,0,0),(54263,8519,0,1,1,5497,0,1687.45,-4637.4,60.6683,1.02893,345,5,0,3293,0,1,0,0,0),(54264,9452,0,1,1,10403,1,1648.96,-4804.17,85.3308,5.75959,610,0,0,5151,4765,0,0,0,0),(54265,9450,0,1,1,10398,1,1678.21,-5543.46,102.229,1.52001,610,5,0,6273,2117,1,0,0,0),(54266,9450,0,1,1,10401,1,1678.87,-5567.77,100.94,2.9147,610,0,0,6273,2117,0,0,0,0),(54267,9451,0,1,1,10415,1,1659.56,-5503.08,100.805,3.32521,610,0,0,5490,5013,0,0,0,0),(54269,9447,0,1,1,10380,1,1758.84,-5205.04,108.282,1.8675,610,0,0,5886,1982,0,0,0,0),(54270,12247,0,1,1,12271,0,3292.43,-3643.53,148.938,3.85718,345,0,0,42,0,0,0,0,0),(54271,12247,0,1,1,12271,0,2803.04,-3759.51,125.506,2.30383,345,0,0,42,0,0,0,0,0),(54272,12253,0,1,1,7804,0,3006.15,-3433.54,149.791,5.18363,345,0,0,42,0,0,0,0,0),(54273,12202,0,1,1,7804,0,1889.25,-3203.56,125.663,4.79965,345,5,0,42,0,1,0,0,0),(54274,12202,0,1,1,7804,0,1885.75,-3228.78,120.675,5.46288,345,5,0,42,0,1,0,0,0),(54275,12202,0,1,1,7804,0,1894.42,-3217.24,123.061,0.20944,345,5,0,42,0,1,0,0,0),(54277,8539,0,1,1,7857,0,3021.49,-4952.03,102.374,1.82162,345,0,0,3758,0,0,0,0,0),(54288,8527,0,1,1,370,1,2880.26,-4789.36,94.7277,3.99237,345,10,0,3758,0,1,0,0,0),(54594,8561,0,1,1,10440,1,3492.42,-4974.96,184.025,3.9619,345,0,0,3876,0,0,0,0,0),(54611,8564,0,1,1,19822,1,3297.62,-4239.64,158.412,4.50295,345,0,0,3997,0,0,0,0,0),(54612,8564,0,1,1,19822,1,3352.21,-4174.53,159.176,2.74017,345,0,0,3997,0,0,0,0,0),(54616,8565,0,1,1,19820,1,3397.34,-4269.82,159.673,1.65806,345,0,0,3758,0,0,0,0,0),(54617,8564,0,1,1,19822,1,3298.55,-4224.3,158.412,1.55334,345,0,0,3997,0,0,0,0,0),(54620,8523,0,1,1,5231,1,2917.14,-3638.91,118.769,1.24039,345,5,0,3189,0,1,0,0,0),(54624,8543,0,1,1,1693,0,3027.83,-3438.11,150.926,3.01942,345,0,0,3758,0,0,0,0,0),(54638,8598,0,1,1,9022,0,2951.29,-4249.62,93.2872,6.11484,345,10,0,3758,0,1,0,0,0),(54639,8605,0,1,1,7900,0,3082.33,-4717.32,97.049,1.94986,345,10,0,3644,0,1,0,0,0),(54702,8605,0,1,1,7900,0,2986.53,-4775.66,99.8841,2.69936,345,10,0,3644,0,1,0,0,0),(54705,8598,0,1,1,9022,0,3029.94,-4047.74,101.633,2.51079,345,10,0,3758,0,1,0,0,0),(54719,8605,0,1,1,7900,0,2872.64,-4856.63,100.109,4.74117,345,10,0,3644,0,1,0,0,0),(54744,8605,0,1,1,7900,0,2599.31,-4905.96,75.9319,3.64983,345,10,0,3644,0,1,0,0,0),(54745,8603,0,1,1,7898,0,1865.83,-2826.49,85.219,1.32297,345,5,0,3293,0,1,0,0,0),(54746,8596,0,1,1,7890,0,1563.8,-3929.91,174.954,5.25381,345,5,0,3189,0,1,0,0,0),(54747,8603,0,1,1,7898,0,1782.71,-4300.01,78.3849,0.562534,345,10,0,3293,0,1,0,0,0),(54748,8546,0,1,1,10410,1,2473.87,-3731.26,183.611,5.74213,345,0,0,3876,0,0,0,0,0),(54749,11038,0,1,1,10560,1,2151.72,-5264.51,95.873,1.31182,345,0,0,3082,0,2,0,0,0),(54751,16378,0,1,1,16148,1,2222.83,-5356.57,93.6498,1.26527,610,5,0,209580,0,1,0,0,0),(54752,16378,0,1,1,16150,1,2317.23,-5353.55,87.8866,3.64935,610,3,0,209580,0,1,0,0,0),(54753,16378,0,1,1,16148,1,2297.88,-5352.6,91.6577,2.07694,610,0,0,209580,0,0,0,0,0),(54754,11039,0,1,1,10468,1,2255.89,-5337.72,86.2628,0.593412,345,0,0,4120,0,0,0,0,0),(54755,16378,0,1,1,16147,1,2320.16,-5295.26,82.0207,3.78736,610,0,0,209580,0,0,0,0,0),(54756,16378,0,1,1,16147,1,2226,-5292.55,81.349,1.24343,610,5,0,209580,0,1,0,0,0),(54757,16378,0,1,1,16150,1,2323,-5326.13,82.0478,2.51327,610,0,0,209580,0,0,0,0,0),(54758,16378,0,1,1,16147,1,2245.63,-5341.06,86.6369,1.44862,610,0,0,209580,0,0,0,0,0),(54759,8556,0,1,1,11178,0,2931.89,-2693.33,95.6385,6.17846,345,0,0,3529,0,0,0,0,0),(54760,8558,0,1,1,9758,0,2967.31,-2674.48,99.5009,5.95157,345,0,0,3876,0,0,0,0,0),(54761,8558,0,1,1,9758,0,2972.36,-2671.38,99.9904,4.67748,345,0,0,3876,0,0,0,0,0),(54762,8557,0,1,1,6841,0,2855.04,-2564.61,88.2165,1.33656,345,5,0,3758,0,1,0,0,0),(54763,8556,0,1,1,11178,0,2915.54,-2647.01,92.146,1.77334,345,2,0,3529,0,1,0,0,0),(54764,8555,0,1,1,3004,0,3012.34,-2741.36,98.955,4.46025,345,3,0,3189,0,1,0,0,0),(54765,16112,0,1,1,16012,1,2300.91,-5351.64,91.6577,1.8326,610,0,0,610400,0,0,0,0,0),(54766,16115,0,1,1,16015,0,2298.86,-5341.83,90.8799,2.16421,610,0,0,244200,12170,0,0,0,0),(54768,16212,0,1,1,16066,0,2314.55,-5322.86,82.0478,2.18166,345,0,0,6104,0,0,0,0,0),(54805,16283,0,1,1,16106,1,2302.23,-5296.91,82.0796,1.85005,345,0,0,8883,0,0,0,0,0),(54807,16113,0,1,1,16013,0,2298.9,-5339.02,90.8799,-2.49582,610,0,0,256410,243400,0,0,0,0),(54809,16117,0,1,1,6121,0,2975.9,-2761.93,112.671,1.98933,345,5,0,3968,0,1,0,0,0),(54859,16117,0,1,1,6121,0,3036.55,-2819.72,105.965,5.49066,345,10,0,3968,0,1,0,0,0),(55363,16117,0,1,1,6121,0,2913.54,-2915.63,100.151,5.85664,345,5,0,3968,0,1,0,0,0),(56312,16117,0,1,1,6121,0,2948.03,-2718.71,109.051,1.54509,345,10,0,3968,0,1,0,0,0),(56313,16117,0,1,1,6121,0,3018.01,-2813.85,105.456,4.89064,345,10,0,3968,0,1,0,0,0),(56318,16117,0,1,1,6121,0,2943.02,-2785.87,111.278,3.01693,345,10,0,3968,0,1,0,0,0),(56319,9450,0,1,1,10398,1,1715.73,-5581.03,107.49,0.669862,610,2,0,6273,2117,1,0,0,0),(56320,9449,0,1,1,10387,1,1760.92,-5243.8,90.7254,0.329248,610,5,0,6078,2041,1,0,0,0),(56321,9450,0,1,1,10401,1,1654.75,-5539.3,100.979,1.37881,610,0,0,6273,2117,0,0,0,0),(56554,9448,0,1,1,10395,1,1617.85,-5613.11,101.479,1.19906,610,0,0,6477,2163,0,0,0,0),(56645,9448,0,1,1,10397,1,1568.73,-5434.4,97.6451,1.13446,610,0,0,6477,2163,0,0,0,0),(56663,9447,0,1,1,10378,1,1767.7,-5444.96,81.0199,0.767945,610,0,0,5886,1982,0,0,0,0),(56687,12249,0,1,1,7804,0,2855.62,-3232.57,134.27,0.331613,345,0,0,42,0,0,0,0,0),(56688,12256,0,1,1,7804,0,2802.79,-3759.63,125.506,5.07891,345,0,0,42,0,0,0,0,0),(56689,12247,0,1,1,12271,0,3234.96,-3095.31,161.423,6.03884,345,0,0,42,0,0,0,0,0),(56690,11885,0,1,1,2715,0,1877.39,-3212.11,125.743,3.34291,610,3,0,34452,0,1,0,0,0),(56691,11885,0,1,1,2715,0,1862.87,-3212.54,125.173,2.59376,610,3,0,34452,0,1,0,0,0),(56692,8542,0,1,1,8783,0,3013.11,-5004.62,104.227,1.90334,345,3,0,3758,0,1,0,0,0),(56693,8542,0,1,1,8783,0,2963.37,-4960.26,109.308,3.74071,345,0,0,3758,0,0,0,0,0),(56694,8539,0,1,1,7857,0,3019.38,-4949.81,102.364,1.09934,345,0,0,3758,0,0,0,0,0),(56695,8550,0,1,1,10423,1,2766.32,-5418.98,158.694,3.29867,345,0,0,2799,5598,0,0,0,0),(56696,8561,0,1,1,10440,1,3403.27,-5004.05,184.712,6.26573,345,0,0,3876,0,0,0,0,0),(56697,8523,0,1,1,5231,1,2886.74,-3476.34,114.876,4.99861,345,5,0,3189,0,1,0,0,0),(57024,8603,0,1,1,7898,0,2108.32,-4842.02,74.1475,3.03007,345,10,0,3293,0,1,0,0,0),(59514,8602,0,1,1,7897,0,2696.25,-4346.65,138.243,4.19015,345,5,0,3644,0,1,0,0,0),(60857,8598,0,1,1,9022,0,2850.65,-4576.73,102.111,5.15879,345,5,0,3758,0,1,0,0,0),(62988,8602,0,1,1,7897,0,2841.46,-3046.97,103.367,0.227025,345,10,0,3644,0,1,0,0,0),(63138,8605,0,1,1,7900,0,2645.02,-4797.3,90.9286,2.5975,345,2,0,3644,0,1,0,0,0),(63140,8605,0,1,1,7900,0,3115.54,-4719.84,97.3233,2.62007,345,10,0,3644,0,1,0,0,0),(63143,8598,0,1,1,9022,0,2685.36,-3530.78,123.396,3.8731,345,3,0,3758,0,1,0,0,0),(63144,8602,0,1,1,7897,0,2840.42,-3024.28,104.1,3.14892,345,10,0,3644,0,1,0,0,0),(63145,8600,0,1,1,7894,0,1781.38,-2939.41,73.4536,5.52155,345,5,0,3189,0,1,0,0,0),(64959,8546,0,1,1,10409,1,2406.19,-3801.31,185.555,0.628319,345,0,0,3876,0,0,0,0,0),(65527,8606,0,1,1,681,0,2019.36,-4149.61,13.5239,3.42394,345,3,0,3529,0,1,0,0,0),(68491,16378,0,1,1,16150,1,2274.5,-5340.08,87.6035,2.20322,610,0,0,209580,0,0,0,0,0),(68499,11536,0,1,1,11352,1,2251.3,-5344.98,87.0119,1.88496,345,0,0,3876,0,0,0,0,0),(68500,16378,0,1,1,16147,1,2330.09,-5302.7,82.0478,3.78736,610,0,0,209580,0,0,0,0,0),(68543,11102,0,1,1,10562,1,2345.25,-5295.37,83.4182,5.48989,610,0,0,24416,0,2,0,0,0),(68922,11102,0,1,1,10562,1,2348.42,-5291.46,83.5432,5.49667,610,0,0,24416,0,2,0,0,0),(68930,11033,0,1,1,10471,1,2303.41,-5305.53,82.0796,2.19912,345,0,0,3398,0,0,0,0,0),(68931,16378,0,1,1,16148,1,2317.07,-5288.9,82.1457,3.63029,610,0,0,209580,0,0,0,0,0),(68963,16378,0,1,1,16147,1,2288.8,-5319.14,88.9963,2.19912,610,0,0,209580,0,0,0,0,0),(69677,16378,0,1,1,16147,1,2281.74,-5323.96,89.2463,2.21657,610,0,0,209580,0,0,0,0,0),(69678,11034,0,1,1,10469,1,2303.82,-5349.5,91.6577,2.11185,345,0,0,4370,0,0,0,0,0),(69679,16378,0,1,1,16147,1,2272.92,-5280.93,82.1957,1.67552,610,0,0,209580,0,0,0,0,0),(69680,11035,0,1,1,10465,1,2260.14,-5338.98,86.842,2.14675,345,0,0,3758,0,0,0,0,0),(69681,8555,0,1,1,3004,0,2950.29,-2715,97.0207,0.767945,345,0,0,3189,0,0,0,0,0),(69682,8557,0,1,1,6841,0,2926.24,-2623.36,95.2648,0.460142,345,2,0,3758,0,1,0,0,0),(69683,8556,0,1,1,11178,0,2936.86,-2666.81,97.2542,3.9968,345,2,0,3529,0,1,0,0,0),(69684,8556,0,1,1,11178,0,2938.84,-2697.49,95.8161,2.30429,345,5,0,3529,0,1,0,0,0),(69685,9448,0,1,1,10395,1,1740.64,-5560.16,118.459,3.60824,610,0,0,6477,2163,0,0,0,0),(69686,9448,0,1,1,10395,1,1675.48,-5567.38,101.004,6.16101,610,0,0,6477,2163,0,0,0,0),(69687,8539,0,1,1,7857,0,3014.82,-4915.39,102.683,3.663,345,5,0,3758,0,1,0,0,0),(69688,8542,0,1,1,8783,0,2980.4,-4886.6,106.491,2.88243,345,5,0,3758,0,1,0,0,0),(69689,8542,0,1,1,8783,0,3051.11,-4880.63,105.687,3.32826,345,10,0,3758,0,1,0,0,0),(69690,8558,0,1,1,9758,0,2760.79,-5420.71,157.944,0.314159,345,0,0,3876,0,0,0,0,0),(69691,8543,0,1,1,1693,0,3024.63,-3421.3,150.926,3.7001,345,0,0,3758,0,0,0,0,0),(69692,8534,0,1,1,7854,0,3334.86,-3061.88,148.511,-2.87755,345,5,0,3420,0,1,0,0,0),(69693,8603,0,1,1,7898,0,2128.8,-4721.31,75.3611,3.37608,345,10,0,3293,0,1,0,0,0),(69694,8602,0,1,1,7897,0,3127.33,-4637.46,103.068,4.14204,345,10,0,3644,0,1,0,0,0),(69695,8602,0,1,1,7897,0,2654.17,-4187.5,81.736,1.22589,345,10,0,3644,0,1,0,0,0),(69696,8602,0,1,1,7897,0,2801.8,-4184,92.0459,2.30846,345,10,0,3644,0,1,0,0,0),(69697,8602,0,1,1,7897,0,3031.08,-4513.74,105.576,6.25585,345,3,0,3644,0,1,0,0,0),(69698,8600,0,1,1,7894,0,1640.12,-4970.62,83.6006,2.35368,345,10,0,3189,0,1,0,0,0),(69699,8596,0,1,1,7890,0,2490.42,-2528.57,101.029,1.41206,345,5,0,3189,0,1,0,0,0),(69700,8600,0,1,1,7894,0,1511.35,-3156.7,111.378,2.19672,345,0,0,3189,0,0,0,0,0),(69701,8603,0,1,1,7898,0,1573.48,-4573.93,85.7049,1.0886,345,10,0,3293,0,1,0,0,0),(69702,8558,0,1,1,9758,0,2562.62,-3810.43,185.141,2.47837,345,0,0,3876,0,0,0,0,0),(69703,9449,0,1,1,10388,1,1654.58,-4808.12,85.4558,2.42601,610,0,0,6078,2041,0,0,0,0),(69704,9447,0,1,1,10378,1,1804.81,-5214.66,113.18,3.36848,610,0,0,5886,1982,0,0,0,0),(69705,8542,0,1,1,8783,0,3005.47,-4984.79,107.799,5.52677,345,3,0,3758,0,1,0,0,0),(69706,8542,0,1,1,8783,0,3080.49,-4915.33,99.4775,1.68932,345,10,0,3758,0,1,0,0,0),(69707,8539,0,1,1,7857,0,3036.84,-4914.1,102.493,2.99845,345,5,0,3758,0,1,0,0,0),(69708,8542,0,1,1,8783,0,3002.54,-4896.78,108.41,5.12842,345,0,0,3758,0,0,0,0,0),(69709,8542,0,1,1,8783,0,3043.99,-4947.86,104.887,0.842222,345,5,0,3758,0,1,0,0,0),(69710,8561,0,1,1,10441,1,3462.65,-4959.52,189.941,4.74729,345,0,0,3876,0,0,0,0,0),(76583,8562,0,1,1,10436,1,3158.71,-4704.41,101.119,5.19108,345,5,0,3006,2241,1,0,0,0),(78268,8540,0,1,1,984,0,3053.15,-3910.86,115.504,5.54106,345,10,0,3189,0,1,0,0,0),(78269,8523,0,1,1,5231,1,3006.73,-3210.69,142.123,4.24922,345,3,0,3189,0,1,0,0,0),(78682,8543,0,1,1,1693,0,2969.88,-3177.61,117.52,3.38587,345,10,0,3758,0,1,0,0,0),(78683,8603,0,1,1,7898,0,2225.07,-4814.16,109.766,5.63011,345,5,0,3293,0,1,0,0,0),(78684,8601,0,1,1,7896,0,1936.93,-5211.9,85.289,2.85257,345,10,0,3420,0,1,0,0,0),(78791,8605,0,1,1,7900,0,2727.63,-4209.21,88.9657,2.79025,345,10,0,3644,0,1,0,0,0),(81640,8602,0,1,1,7897,0,3203.89,-2924.62,129.121,3.38231,345,5,0,3644,0,1,0,0,0),(81888,8598,0,1,1,9022,0,3131.9,-2981.91,125.18,3.52678,345,10,0,3758,0,1,0,0,0),(81897,8605,0,1,1,7900,0,2920.16,-4583.75,91.6705,3.71551,345,10,0,3644,0,1,0,0,0),(82913,8602,0,1,1,7897,0,2875.34,-2953.9,101.759,4.25835,345,10,0,3644,0,1,0,0,0),(84080,8600,0,1,1,7894,0,1607.83,-4683.33,84.1828,0,345,10,0,3189,0,1,0,0,0),(84364,9450,0,1,1,10399,1,1656.08,-5514.15,100.805,5.50126,610,0,0,6273,2117,0,0,0,0),(84367,9448,0,1,1,10396,1,1682.57,-5521.22,99.4052,2.66703,610,5,0,6477,2163,1,0,0,0),(84383,8548,0,1,1,10953,1,1996.84,-4491.36,68.3662,5.31966,345,5,0,2915,2163,1,0,0,0),(84394,8524,0,1,1,11397,0,3183.63,-3719.32,135.658,5.41126,345,10,0,2305,4896,1,0,0,0),(84416,8524,0,1,1,11397,0,2902.11,-2898.96,105.636,0.579066,345,3,0,2305,4896,1,0,0,0),(84417,8603,0,1,1,7898,0,2517.87,-4313.28,77.0395,3.35412,345,10,0,3293,0,1,0,0,0),(84482,8603,0,1,1,7898,0,2054.68,-4754.67,80.3184,5.26622,345,10,0,3293,0,1,0,0,0),(84508,8603,0,1,1,7898,0,2051.18,-4828.65,77.6397,0.978462,345,10,0,3293,0,1,0,0,0),(84593,8605,0,1,1,7900,0,2920.58,-4845.69,105.741,3.39685,345,10,0,3644,0,1,0,0,0),(84774,8598,0,1,1,9022,0,2645.62,-4911.1,83.0449,5.62737,345,10,0,3758,0,1,0,0,0),(84775,8602,0,1,1,7897,0,2792.02,-4892.47,95.693,4.54887,345,5,0,3644,0,1,0,0,0),(84776,8602,0,1,1,7897,0,3207.49,-2968.32,125.512,5.85405,345,10,0,3644,0,1,0,0,0),(84777,8598,0,1,1,9022,0,2956.5,-4549.27,77.3744,0.505581,345,10,0,3758,0,1,0,0,0),(84778,8535,0,1,1,7855,0,3023.69,-4654.56,104.213,1.86777,345,10,0,3644,0,1,0,0,0),(84779,8598,0,1,1,9022,0,3131.58,-2944.65,121.038,1.13334,345,10,0,3758,0,1,0,0,0),(84780,8602,0,1,1,7897,0,2989.01,-4511.2,83.2877,1.98723,345,0,0,3644,0,0,0,0,0),(84781,8596,0,1,1,7890,0,1736.15,-2765.63,64.4961,0,345,5,0,3189,0,1,0,0,0),(84782,8600,0,1,1,7894,0,1766.8,-2780.88,68.7698,0.164828,345,10,0,3189,0,1,0,0,0),(84783,9451,0,1,1,10416,1,1662.01,-5588.31,101.979,5.39307,610,0,0,5490,5013,0,0,0,0),(84784,9451,0,1,1,10413,1,1545.98,-5561.83,100.912,4.69494,610,0,0,5490,5013,0,0,0,0),(84785,8524,0,1,1,11397,0,3185.8,-3786.87,142.588,4.07943,345,5,0,2305,4896,1,0,0,0),(84786,8530,0,1,1,10626,0,3318.01,-3053.9,153.269,4.53786,345,0,0,3293,0,0,0,0,0),(84787,8597,0,1,1,7891,0,2281.1,-4738.01,95.8788,6.24785,345,10,0,3529,0,1,0,0,0),(84788,8605,0,1,1,7900,0,2959.13,-4663.77,91.9137,3.60721,345,10,0,3644,0,1,0,0,0),(84789,8602,0,1,1,7897,0,2690.36,-3870.17,120.798,0.596964,345,5,0,3644,0,1,0,0,0),(84790,8598,0,1,1,9022,0,2880.99,-4168.59,95.9941,1.05649,345,10,0,3758,0,1,0,0,0),(84791,8602,0,1,1,7897,0,3073.22,-4678.43,98.4937,1.36116,345,5,0,3644,0,1,0,0,0),(84792,8598,0,1,1,9022,0,2846.03,-4061.92,101.843,4.63816,345,10,0,3758,0,1,0,0,0),(84793,8535,0,1,1,7855,0,2809.12,-3432.3,98.23,3.56891,345,10,0,3644,0,1,0,0,0),(84794,8602,0,1,1,7897,0,2782.68,-3482.71,101.042,4.44434,345,10,0,3644,0,1,0,0,0),(84795,8600,0,1,1,7894,0,1688.1,-2911.66,126.158,1.67638,345,10,0,3189,0,1,0,0,0),(84796,8600,0,1,1,7894,0,1803.9,-4355.89,93.5313,3.34225,345,10,0,3189,0,1,0,0,0),(84797,8600,0,1,1,7894,0,1758.68,-2835.92,71.0252,2.7087,345,10,0,3189,0,1,0,0,0),(84798,9447,0,1,1,10380,1,1671.58,-4816.94,87.3413,0.855211,610,0,0,5886,1982,0,0,0,0),(84799,9448,0,1,1,10396,1,1698.21,-5510.18,99.4015,1.16937,610,0,0,6477,2163,0,0,0,0),(84800,8540,0,1,1,984,0,2872.29,-3280.55,123.168,3.50204,345,5,0,3189,0,1,0,0,0),(84801,8540,0,1,1,984,0,2943.37,-3351.67,113.825,3.02956,345,10,0,3189,0,1,0,0,0),(84802,8603,0,1,1,7898,0,2380.8,-4449.02,81.5254,1.01261,345,3,0,3293,0,1,0,0,0),(84803,8603,0,1,1,7898,0,2212.24,-4029.47,102.172,5.75081,345,3,0,3293,0,1,0,0,0),(84804,8598,0,1,1,9022,0,2831.01,-3978.63,102.856,0.232432,345,10,0,3758,0,1,0,0,0),(84805,8602,0,1,1,7897,0,2726.82,-3476.13,105.694,5.90522,345,10,0,3644,0,1,0,0,0),(84806,8605,0,1,1,7900,0,2634.76,-3434.54,129.893,2.51351,345,5,0,3644,0,1,0,0,0),(84807,8598,0,1,1,9022,0,2718.1,-3391.75,96.7218,0.224602,345,10,0,3758,0,1,0,0,0),(84808,8602,0,1,1,7897,0,2883.93,-4054.99,101.098,4.72061,345,10,0,3644,0,1,0,0,0),(84809,8605,0,1,1,7900,0,2776.82,-3990.13,98.8639,4.7273,345,10,0,3644,0,1,0,0,0),(84810,8602,0,1,1,7897,0,2974.97,-5095.94,121.712,1.07044,345,5,0,3644,0,1,0,0,0),(84811,8600,0,1,1,7894,0,2149.01,-3234.56,110.019,2.99859,345,5,0,3189,0,1,0,0,0),(84812,8596,0,1,1,7890,0,1859.9,-2741.14,94.2524,2.03968,345,5,0,3189,0,1,0,0,0),(84813,9452,0,1,1,10406,1,1569.16,-5231.53,96.3666,1.32655,610,0,0,5151,4765,0,0,0,0),(84814,9447,0,1,1,10376,1,1617.04,-4782.71,89.9459,1.6057,610,0,0,5886,1982,0,0,0,0),(84815,8603,0,1,1,7898,0,2403.27,-4512.39,77.7142,4.32341,345,10,0,3293,0,1,0,0,0),(97831,6491,571,1,4294967295,0,0,3546.86,272.988,45.5817,3.22276,60,0,0,4120,0,0,0,0,0),(84817,8605,0,1,1,7900,0,2777.73,-3571.37,100.322,0.612827,345,10,0,3644,0,1,0,0,0),(84818,8602,0,1,1,7897,0,2857.47,-3973.21,103.598,3.18848,345,10,0,3644,0,1,0,0,0),(84819,8535,0,1,1,7855,0,3063.2,-4728.75,95.4559,5.65815,345,10,0,3644,0,1,0,0,0),(84820,8596,0,1,1,7890,0,2214.78,-3406.16,171.099,4.84619,345,5,0,3189,0,1,0,0,0),(84821,8600,0,1,1,7894,0,1581.98,-4530.64,84.2545,1.60594,345,5,0,3189,0,1,0,0,0),(84822,8600,0,1,1,7894,0,1632.77,-5050.5,77.6834,2.42534,345,10,0,3189,0,1,0,0,0),(84823,9447,0,1,1,10380,1,1622.17,-4845.07,88.8868,1.40328,610,2,0,5886,1982,1,0,0,0),(84824,9449,0,1,1,10388,1,1799.8,-5432.78,89.6826,1.02974,610,0,0,6078,2041,0,0,0,0),(84825,6547,0,1,1,1027,0,1598.16,-5314.38,70.0242,2.68781,345,0,0,713,0,0,0,0,0),(84943,9452,0,1,1,10403,1,1771.01,-5442.07,81.0199,3.76991,610,0,0,5151,4765,0,0,0,0),(84944,9449,0,1,1,10387,1,1801.78,-5430.02,89.6831,4.03171,610,0,0,6078,2041,0,0,0,0),(84945,9449,0,1,1,10388,1,1824,-5153.79,110.898,1.48688,610,3,0,6078,2041,1,0,0,0),(84946,9447,0,1,1,10380,1,1726.63,-5212.41,95.7519,1.53589,610,0,0,5886,1982,0,0,0,0),(84954,8530,0,1,1,10626,0,2991.86,-3389.73,149.206,3.28721,345,5,0,3293,0,1,0,0,0),(84955,8543,0,1,1,1693,0,2983.91,-3428.92,150.926,6.10865,345,0,0,3758,0,0,0,0,0),(84956,8603,0,1,1,7898,0,2177.17,-4923.76,86.4575,3.09337,345,5,0,3293,0,1,0,0,0),(84957,8598,0,1,1,9022,0,3163.14,-2970.81,126.103,0.01792,345,10,0,3758,0,1,0,0,0),(84958,8605,0,1,1,7900,0,2548.83,-4449.36,78.4587,0.743031,345,10,0,3644,0,1,0,0,0),(84959,8602,0,1,1,7897,0,2915.75,-4644.53,82.6179,1.98432,345,10,0,3644,0,1,0,0,0),(84960,8598,0,1,1,9022,0,2785.63,-4221.01,90.2142,1.18356,345,10,0,3758,0,1,0,0,0),(84961,8600,0,1,1,7894,0,1546.36,-4555.27,88.6982,3.16207,345,5,0,3189,0,1,0,0,0),(84962,8600,0,1,1,7894,0,1993.71,-2860.42,83.5169,5.52548,345,5,0,3189,0,1,0,0,0),(84963,9451,0,1,1,10414,1,1703.87,-5550.47,103.223,4.18879,610,0,0,5490,5013,0,0,0,0),(84964,9450,0,1,1,10401,1,1545.66,-5566.35,101.121,1.27409,610,0,0,6273,2117,0,0,0,0),(84965,8540,0,1,1,984,0,2949.7,-2956.04,106.206,0.216852,345,10,0,3189,0,1,0,0,0),(84966,8603,0,1,1,7898,0,2275.33,-4879.13,101.271,5.75047,345,5,0,3293,0,1,0,0,0),(84967,8598,0,1,1,9022,0,2795.58,-4023.46,99.4489,3.16504,345,10,0,3758,0,1,0,0,0),(84968,8598,0,1,1,9022,0,2713.15,-4876.47,88.4554,4.63412,345,10,0,3758,0,1,0,0,0),(84969,8605,0,1,1,7900,0,2735.65,-3928.11,96.1657,1.92606,345,10,0,3644,0,1,0,0,0),(84970,8598,0,1,1,9022,0,2805.79,-4229.25,89.6826,0.244742,345,10,0,3758,0,1,0,0,0),(84971,8598,0,1,1,9022,0,2682.85,-4917.16,85.0514,2.92504,345,10,0,3758,0,1,0,0,0),(85489,8600,0,1,1,7894,0,1591.1,-4012.31,149.952,2.48092,345,5,0,3189,0,1,0,0,0),(85490,9450,0,1,1,10400,1,1737.15,-5528.96,121.044,5.90442,610,5,0,6273,2117,1,0,0,0),(85491,9450,0,1,1,10398,1,1554.47,-5459.44,98.9206,4.42478,610,2,0,6273,2117,1,0,0,0),(85492,9449,0,1,1,10387,1,1778.59,-5222.84,104.095,0.810963,610,5,0,6078,2041,1,0,0,0),(85493,8541,0,1,1,10751,0,3218.19,-3657.55,141.866,5.80974,345,10,0,3529,0,1,0,0,0),(85494,8556,0,1,1,11178,0,3234.84,-3095.61,161.422,3.28122,345,0,0,3529,0,0,0,0,0),(85495,8543,0,1,1,1693,0,2990.08,-3123.35,112.288,2.97915,345,10,0,3758,0,1,0,0,0),(85496,8540,0,1,1,984,0,2939.49,-3744.34,117.156,0.989098,345,10,0,3189,0,1,0,0,0),(85497,8603,0,1,1,7898,0,2214.75,-4475.41,102.522,5.8715,345,3,0,3293,0,1,0,0,0),(85498,8602,0,1,1,7897,0,2723.99,-4235.95,103.473,4.53568,345,5,0,3644,0,1,0,0,0),(85499,8598,0,1,1,9022,0,2877.34,-4647.07,86.3591,1.61871,345,10,0,3758,0,1,0,0,0),(85500,8598,0,1,1,9022,0,2922.7,-4781.82,97.5393,2.2135,345,10,0,3758,0,1,0,0,0),(85501,8602,0,1,1,7897,0,3264.68,-4324.32,102.904,1.2475,345,3,0,3644,0,1,0,0,0),(85502,8605,0,1,1,7900,0,3053.5,-2910.79,111.224,0.887452,345,10,0,3644,0,1,0,0,0),(85503,8605,0,1,1,7900,0,3110.49,-4850.88,99.8581,5.84969,345,3,0,3644,0,1,0,0,0),(85504,8603,0,1,1,7898,0,1602.95,-4677,83.7651,4.60281,345,10,0,3293,0,1,0,0,0),(85505,8534,0,1,1,7854,0,1449.25,-3165.58,114.267,3.10642,345,5,0,3420,0,1,0,0,0),(85506,9449,0,1,1,10390,1,1857.16,-5220.95,107.331,4.42613,610,3,0,6078,2041,1,0,0,0),(85507,9448,0,1,1,10396,1,1672.75,-5473.34,99.3463,0.907571,610,0,0,6477,2163,0,0,0,0),(85508,8540,0,1,1,984,0,3154.25,-3162.75,162.607,4.70946,345,5,0,3189,0,1,0,0,0),(85509,8540,0,1,1,984,0,2977.83,-3724.85,124.408,3.01233,345,10,0,3189,0,1,0,0,0),(85510,8523,0,1,1,5231,1,2878.02,-2867.66,102.195,4.43758,345,5,0,3189,0,1,0,0,0),(85511,8603,0,1,1,7898,0,2296.69,-4480.7,96.246,2.37946,345,10,0,3293,0,1,0,0,0),(85512,8598,0,1,1,9022,0,3048.31,-4387,104.831,4.12628,345,10,0,3758,0,1,0,0,0),(85513,8605,0,1,1,7900,0,2724.17,-4864.8,88.5932,1.19192,345,10,0,3644,0,1,0,0,0),(85573,8602,0,1,1,7897,0,3153.64,-4102.27,99.0492,1.54892,345,3,0,3644,0,1,0,0,0),(85586,8602,0,1,1,7897,0,3035.91,-4769.15,95.8939,3.64765,345,10,0,3644,0,1,0,0,0),(85946,8605,0,1,1,7900,0,2656.18,-4970.52,110.203,1.12373,345,3,0,3644,0,1,0,0,0),(86134,8605,0,1,1,7900,0,2661.41,-3457.87,124.7,5.03172,345,3,0,3644,0,1,0,0,0),(86135,8600,0,1,1,7894,0,1714.09,-4343.63,73.9473,0.395016,345,10,0,3189,0,1,0,0,0),(86149,6547,0,1,1,1027,0,1603.16,-5306.71,70.045,4.60767,345,0,0,713,0,0,0,0,0),(86192,9452,0,1,1,10406,1,1860.67,-5466.59,124.091,1.06521,610,5,0,5151,4765,1,0,0,0),(86294,8543,0,1,1,1693,0,3119.79,-3548.96,151.979,3.14225,345,10,0,3758,0,1,0,0,0),(86295,8543,0,1,1,1693,0,3346.18,-3080.24,162.445,4.15388,345,0,0,3758,0,0,0,0,0),(86296,8524,0,1,1,11397,0,2943.1,-3420.65,135.176,3.28473,345,3,0,2305,4896,1,0,0,0),(86297,8540,0,1,1,984,0,2997.82,-3753.81,129.461,3.18727,345,10,0,3189,0,1,0,0,0),(86298,8598,0,1,1,9022,0,2989.17,-4183.97,94.7974,1.14821,345,10,0,3758,0,1,0,0,0),(86299,8598,0,1,1,9022,0,2820.48,-4986.62,100.932,5.69518,345,10,0,3758,0,1,0,0,0),(86328,8602,0,1,1,7897,0,2814.16,-4594.25,91.1752,2.16313,345,5,0,3644,0,1,0,0,0),(86377,8598,0,1,1,9022,0,2792.32,-4192.92,91.2221,0.151015,345,10,0,3758,0,1,0,0,0),(86388,8598,0,1,1,9022,0,2754.28,-3557.57,103.638,5.8239,345,10,0,3758,0,1,0,0,0),(86389,8596,0,1,1,7890,0,1726.95,-2964.93,82.7918,4.22864,345,5,0,3189,0,1,0,0,0),(86398,8596,0,1,1,7890,0,1767.54,-2823.71,68.7225,5.37321,345,10,0,3189,0,1,0,0,0),(86399,9448,0,1,1,10397,1,1719.67,-5549.52,108.223,0.112595,610,0,0,6477,2163,0,0,0,0),(86400,9449,0,1,1,10388,1,1787.18,-5479.25,74.3925,0.19919,610,2,0,6078,2041,1,0,0,0),(86401,9449,0,1,1,10387,1,1816.28,-5447.62,78.0308,1.6202,610,2,0,6078,2041,1,0,0,0),(86402,9449,0,1,1,10388,1,1871.4,-5196.87,113.135,6.14018,610,0,0,6078,2041,0,0,0,0),(86403,9452,0,1,1,10403,1,1631.04,-4822.19,85.5555,0.680678,610,0,0,5151,4765,0,0,0,0),(86404,8543,0,1,1,1693,0,2910.51,-3796.48,117.185,4.36577,345,10,0,3758,0,1,0,0,0),(86405,8524,0,1,1,11397,0,2992.35,-3253.13,135.578,0.000117,345,3,0,2305,4896,1,0,0,0),(86406,8605,0,1,1,7900,0,3192.46,-4558.9,111.182,0.435436,345,10,0,3644,0,1,0,0,0),(86407,8598,0,1,1,9022,0,3213.52,-2958.26,126.243,5.71796,345,10,0,3758,0,1,0,0,0),(86408,8602,0,1,1,7897,0,2716.65,-4178.54,87.6087,4.40053,345,10,0,3644,0,1,0,0,0),(86409,8605,0,1,1,7900,0,2964.88,-4569.66,78.5516,0.546281,345,10,0,3644,0,1,0,0,0),(86410,8598,0,1,1,9022,0,2777.17,-4268.04,90.3684,0.992539,345,5,0,3758,0,1,0,0,0),(86411,8603,0,1,1,7898,0,1742.03,-2877.62,87.3468,2.57037,345,5,0,3293,0,1,0,0,0),(86412,8603,0,1,1,7898,0,1327.92,-3159.27,132.33,0.395054,345,5,0,3293,0,1,0,0,0),(86413,8600,0,1,1,7894,0,1562.22,-4583.69,89.9564,4.38817,345,10,0,3189,0,1,0,0,0),(86414,9451,0,1,1,10414,1,1654.88,-5535.27,100.979,4.86947,610,0,0,5490,5013,0,0,0,0),(86416,8523,0,1,1,5231,1,2821.93,-3676.3,106.319,6.09054,345,10,0,3189,0,1,0,0,0),(86417,8547,0,1,1,10392,1,2917.01,-3708.26,116.688,6.21337,345,0,0,2634,2041,0,0,0,0),(86510,8523,0,1,1,5231,1,2985.72,-2988.04,111.963,6.26394,345,10,0,3189,0,1,0,0,0),(86562,8605,0,1,1,7900,0,2954.42,-4471.15,86.1111,0.422587,345,5,0,3644,0,1,0,0,0),(86794,8602,0,1,1,7897,0,2680.91,-3420.92,106.631,3.13769,345,3,0,3644,0,1,0,0,0),(86795,8598,0,1,1,9022,0,3065.6,-4361.92,108.222,0.328238,345,10,0,3758,0,1,0,0,0),(86796,8605,0,1,1,7900,0,2710.75,-3432.42,100.598,1.62261,345,10,0,3644,0,1,0,0,0),(86797,8602,0,1,1,7897,0,2721.03,-4186.01,89.1819,1.36752,345,10,0,3644,0,1,0,0,0),(86798,8598,0,1,1,9022,0,3250.44,-4425.31,109.819,0.081124,345,10,0,3758,0,1,0,0,0),(86799,8598,0,1,1,9022,0,3079.14,-4637.29,119.76,4.58126,345,5,0,3758,0,1,0,0,0),(86862,8603,0,1,1,7898,0,1724.14,-4919.47,90.9628,3.45345,345,10,0,3293,0,1,0,0,0),(86863,8603,0,1,1,7898,0,1805.04,-2686.58,76.8433,4.23478,345,5,0,3293,0,1,0,0,0),(86864,9452,0,1,1,10406,1,1717.38,-5228.49,94.1349,0.963025,610,5,0,5151,4765,1,0,0,0),(86865,8543,0,1,1,1693,0,3011.78,-3340.25,140.918,3.76752,345,3,0,3758,0,1,0,0,0),(86880,8524,0,1,1,11397,0,3279.92,-3155.48,152.7,2.78248,345,10,0,2305,4896,1,0,0,0),(87040,8534,0,1,1,7854,0,2975.2,-3581.06,145.462,1.30082,345,5,0,3420,0,1,0,0,0),(90488,8543,0,1,1,1693,0,2993.5,-3414.74,150.926,5.37561,345,0,0,3758,0,0,0,0,0),(90949,8605,0,1,1,7900,0,2797.16,-4364.2,110.099,5.8108,345,5,0,3644,0,1,0,0,0),(90950,8598,0,1,1,9022,0,2903.81,-4436.71,92.4263,6.0964,345,10,0,3758,0,1,0,0,0),(90951,8605,0,1,1,7900,0,3022.37,-4657.69,104.42,3.42472,345,2,0,3644,0,1,0,0,0),(90952,8598,0,1,1,9022,0,2921.14,-4743.69,92.997,4.11654,345,10,0,3758,0,1,0,0,0),(90953,8603,0,1,1,7898,0,2160.88,-3434.14,134.903,2.04668,345,5,0,3293,0,1,0,0,0),(90954,15162,0,1,1,10343,1,1600.94,-5310.35,68.8158,5.88176,610,0,0,9432,0,0,0,0,0),(90955,9451,0,1,1,10415,1,1663.3,-5589.9,101.873,2.25148,610,0,0,5490,5013,0,0,0,0),(90956,15162,0,1,1,10343,1,1590.73,-5303.4,68.7325,4.67248,610,0,0,9432,0,0,0,0,0),(90957,9449,0,1,1,10388,1,1633.8,-4819.98,85.2058,3.80482,610,0,0,6078,2041,0,0,0,0),(90958,9447,0,1,1,10378,1,1548.28,-5256.06,114.1,3.44915,610,5,0,5886,1982,1,0,0,0),(90959,8602,0,1,1,7897,0,2932.84,-4808.11,97.6322,5.85969,345,10,0,3644,0,1,0,0,0),(90960,8602,0,1,1,7897,0,3039.67,-4595.09,127.985,4.82488,345,5,0,3644,0,1,0,0,0),(90961,8605,0,1,1,7900,0,2801.62,-4268.73,90.5152,2.05325,345,10,0,3644,0,1,0,0,0),(90962,8605,0,1,1,7900,0,3081.34,-4080.8,100.457,6.20204,345,10,0,3644,0,1,0,0,0),(90963,8598,0,1,1,9022,0,3066.33,-4487.64,112.663,3.23349,345,10,0,3758,0,1,0,0,0),(90964,8605,0,1,1,7900,0,2829.96,-4641.01,90.0825,5.21626,345,10,0,3644,0,1,0,0,0),(90965,8534,0,1,1,7854,0,1976.21,-3969.38,124.619,2.51079,345,10,0,3420,0,1,0,0,0),(90966,8596,0,1,1,7890,0,1529.17,-3145.83,104.608,3.1121,345,5,0,3189,0,1,0,0,0),(90967,9447,0,1,1,10376,1,1658.46,-5211.95,95.7524,1.65806,610,0,0,5886,1982,0,0,0,0),(90968,9448,0,1,1,10396,1,1547.64,-5561.78,100.884,4.27606,610,0,0,6477,2163,0,0,0,0),(90969,8598,0,1,1,9022,0,3020.79,-4600.44,110.05,4.49488,345,0,0,3758,0,0,0,0,0),(90970,8600,0,1,1,7894,0,1794.45,-2721.07,87.324,5.58557,345,5,0,3189,0,1,0,0,0),(90971,8596,0,1,1,7890,0,1746.07,-2679.6,75.8655,0.986825,345,5,0,3189,0,1,0,0,0),(90972,8600,0,1,1,7894,0,1504.1,-3911.78,156.512,1.36707,345,5,0,3189,0,1,0,0,0),(90973,8600,0,1,1,7894,0,1722.54,-2850.23,81.8359,1.69632,345,3,0,3189,0,1,0,0,0),(90974,8600,0,1,1,7894,0,1736.7,-4849.7,93.6362,4.18052,345,5,0,3189,0,1,0,0,0),(91709,9448,0,1,1,10397,1,1702.3,-5553.33,103.098,1.0821,610,0,0,6477,2163,0,0,0,0),(91802,9448,0,1,1,10397,1,1613.42,-5442.63,97.8287,1.67552,610,0,0,6477,2163,0,0,0,0),(91803,8603,0,1,1,7898,0,1671.79,-4904.22,90.5766,5.34886,345,5,0,3293,0,1,0,0,0),(91804,8606,0,1,1,681,0,2221.68,-4997.71,55.1475,1.59389,345,3,0,3529,0,1,0,0,0),(91805,8606,0,1,1,681,0,2057,-4224.18,20.4282,1.43735,345,5,0,3529,0,1,0,0,0),(91806,8605,0,1,1,7900,0,3093.39,-2887.59,114.888,3.7464,345,10,0,3644,0,1,0,0,0),(91807,8600,0,1,1,7894,0,1402.2,-3128.48,107.983,1.79866,345,5,0,3189,0,1,0,0,0),(91808,8605,0,1,1,7900,0,2944.34,-5093.29,124.506,1.15962,345,3,0,3644,0,1,0,0,0),(91809,8602,0,1,1,7897,0,2917.48,-4532.97,92.3402,0.280828,345,10,0,3644,0,1,0,0,0),(91810,8598,0,1,1,9022,0,2731.88,-4987.48,90.7816,6.24762,345,5,0,3758,0,1,0,0,0),(91811,8598,0,1,1,9022,0,2823.27,-4660.48,88.8834,1.85889,345,3,0,3758,0,1,0,0,0),(91812,8601,0,1,1,7896,0,1978.12,-5312.89,92.8527,2.37553,345,5,0,3420,0,1,0,0,0),(91813,8603,0,1,1,7898,0,1892.92,-5106.7,77.4215,4.77688,345,10,0,3293,0,1,0,0,0),(91814,8597,0,1,1,7891,0,1943.99,-5289.06,92.3617,0,345,5,0,3529,0,1,0,0,0),(91815,8603,0,1,1,7898,0,2243.81,-4058.38,84.2843,6.2617,345,3,0,3293,0,1,0,0,0),(91816,8603,0,1,1,7898,0,1928.56,-5207.73,79.9399,5.4123,345,10,0,3293,0,1,0,0,0),(91817,8603,0,1,1,7898,0,1713.38,-4408.81,76.4247,0.148938,345,10,0,3293,0,1,0,0,0),(91818,8603,0,1,1,7898,0,1451.54,-3909.85,136.993,4.27791,345,5,0,3293,0,1,0,0,0),(91819,8596,0,1,1,7890,0,2153.36,-3228.31,109.13,0.752099,345,5,0,3189,0,1,0,0,0),(91820,8600,0,1,1,7894,0,1500.4,-3220.49,109.866,0.544719,345,5,0,3189,0,1,0,0,0),(91821,8603,0,1,1,7898,0,2115.71,-3778.16,138.322,0.091897,345,10,0,3293,0,1,0,0,0),(91822,8603,0,1,1,7898,0,1766.74,-4338.17,78.7069,3.87034,345,10,0,3293,0,1,0,0,0),(91823,8603,0,1,1,7898,0,1898.56,-4011.78,111.748,5.8715,345,10,0,3293,0,1,0,0,0),(91824,8534,0,1,1,7854,0,1795.2,-2733.51,85.1002,5.54616,345,5,0,3420,0,1,0,0,0),(91825,8521,0,1,1,11171,0,2919.13,-4955.64,98.089,1.83662,345,10,0,3644,0,1,0,0,0),(91826,8521,0,1,1,11171,0,2877.32,-4940.63,100.279,3.14159,345,10,0,3644,0,1,0,0,0),(91827,8540,0,1,1,984,0,3184.34,-3035.05,141.406,1.04511,345,10,0,3189,0,1,0,0,0),(91828,8540,0,1,1,984,0,3181.64,-3122.53,154.613,2.01698,345,10,0,3189,0,1,0,0,0),(91829,8540,0,1,1,984,0,3136.69,-3081.85,153.877,2.44712,345,10,0,3189,0,1,0,0,0),(91830,8534,0,1,1,7854,0,3316.41,-3129.8,156.879,0.058077,345,5,0,3420,0,1,0,0,0),(91831,8540,0,1,1,984,0,3209.64,-3134.44,161.768,1.62261,345,10,0,3189,0,1,0,0,0),(91832,8525,0,1,1,612,1,3190.44,-3209.37,160.646,4.68017,345,3,0,2823,2117,1,0,0,0),(91833,8543,0,1,1,1693,0,3178.56,-3268.32,164.929,5.15156,345,5,0,3758,0,1,0,0,0),(91834,8605,0,1,1,7900,0,2940.7,-4295.03,90.6739,0.985585,345,10,0,3644,0,1,0,0,0),(91835,8602,0,1,1,7897,0,2541,-4591.12,78.8445,4.77575,345,10,0,3644,0,1,0,0,0),(91836,8542,0,1,1,8783,0,3046.87,-4983.57,101.557,4.27057,345,5,0,3758,0,1,0,0,0),(91837,8605,0,1,1,7900,0,2778.94,-4079.07,97.8488,6.13024,345,10,0,3644,0,1,0,0,0),(91838,8598,0,1,1,9022,0,2753.92,-5004.61,90.7803,4.59385,345,5,0,3758,0,1,0,0,0),(91839,8527,0,1,1,370,1,2745.64,-4854.03,95.2011,5.8063,345,0,0,3758,0,0,0,0,0),(91840,8527,0,1,1,370,1,2806.93,-4839.91,97.0263,5.27646,345,5,0,3758,0,1,0,0,0),(91841,8527,0,1,1,370,1,2814.58,-4814.58,93.8555,1.8225,345,5,0,3758,0,1,0,0,0),(91842,8602,0,1,1,7897,0,2858.13,-4145.94,95.9113,4.53764,345,10,0,3644,0,1,0,0,0),(91843,8598,0,1,1,9022,0,2649.26,-4720.56,85.6279,4.19542,345,10,0,3758,0,1,0,0,0),(91844,8598,0,1,1,9022,0,2987.6,-4329.44,80.707,0.741887,345,10,0,3758,0,1,0,0,0),(91845,8523,0,1,1,5231,1,2851.03,-3851.83,106.079,0.796981,345,10,0,3189,0,1,0,0,0),(91846,8598,0,1,1,9022,0,2612.66,-4879.86,79.7736,2.26003,345,0,0,3758,0,0,0,0,0),(91847,8543,0,1,1,1693,0,2888.09,-3872.99,114.548,1.9709,345,10,0,3758,0,1,0,0,0),(91848,8523,0,1,1,5231,1,2807.19,-3828.71,103.625,3.68012,345,10,0,3189,0,1,0,0,0),(91849,8523,0,1,1,5231,1,2880.34,-3824.89,110.515,4.45462,345,10,0,3189,0,1,0,0,0),(91850,8540,0,1,1,984,0,2913.06,-3908.3,114.471,0.180242,345,10,0,3189,0,1,0,0,0),(91851,8598,0,1,1,9022,0,3011.43,-4749.05,94.1856,4.31247,345,10,0,3758,0,1,0,0,0),(91852,8543,0,1,1,1693,0,2954.93,-3891.39,121.572,3.50014,345,10,0,3758,0,1,0,0,0),(91853,8600,0,1,1,7894,0,1387.67,-3201.38,140.43,4.77883,345,5,0,3189,0,1,0,0,0),(91854,8541,0,1,1,10751,0,3153.18,-3251.39,164.594,4.14903,345,10,0,3529,0,1,0,0,0),(91855,8605,0,1,1,7900,0,2536.12,-4890.91,77.2576,5.24862,345,10,0,3644,0,1,0,0,0),(91856,8535,0,1,1,7855,0,2725.33,-3300.82,98.0541,2.15029,345,5,0,3644,0,1,0,0,0),(91857,8555,0,1,1,3004,0,2762.68,-2494.09,77.8183,2.57758,345,3,0,3189,0,1,0,0,0),(91858,8598,0,1,1,9022,0,2859.65,-3904.61,105.813,3.50505,345,10,0,3758,0,1,0,0,0),(91859,8556,0,1,1,11178,0,2831.96,-2528.18,84.7218,3.38594,345,2,0,3529,0,1,0,0,0),(91860,8555,0,1,1,3004,0,2815.56,-2547.53,78.9078,0.069813,345,2,0,3189,0,1,0,0,0),(91861,8555,0,1,1,3004,0,2795.34,-2493.56,83.4455,2.98305,345,3,0,3189,0,1,0,0,0),(91862,8527,0,1,1,370,1,2749.18,-4830.37,80.2913,2.18493,345,10,0,3758,0,1,0,0,0),(91863,8527,0,1,1,370,1,2758.93,-4813.67,77.7907,5.74835,345,10,0,3758,0,1,0,0,0),(91864,8555,0,1,1,3004,0,2832.42,-2577.52,85.0079,5.2348,345,2,0,3189,0,1,0,0,0),(91865,8557,0,1,1,6841,0,2783.7,-2499.99,82.652,0.413468,345,3,0,3758,0,1,0,0,0),(91866,8527,0,1,1,370,1,2772.3,-4869.48,99.3061,1.10815,345,5,0,3758,0,1,0,0,0),(91867,8556,0,1,1,11178,0,2903.11,-2614.67,89.8071,5.33746,345,2,0,3529,0,1,0,0,0),(91868,8602,0,1,1,7897,0,2681.47,-4955.69,89.5717,4.35583,345,0,0,3644,0,0,0,0,0),(91869,8605,0,1,1,7900,0,3116.37,-4512.62,131.623,4.75241,345,5,0,3644,0,1,0,0,0),(91870,8602,0,1,1,7897,0,2575.22,-4512.7,89.2584,3.98437,345,5,0,3644,0,1,0,0,0),(91871,8598,0,1,1,9022,0,2812.71,-4862.33,96.2763,2.89401,345,5,0,3758,0,1,0,0,0),(91872,8530,0,1,1,10626,0,3247.21,-3048.84,157.579,5.56757,345,5,0,3293,0,1,0,0,0),(91873,8543,0,1,1,1693,0,3289.7,-3021.25,135.705,5.94306,345,5,0,3758,0,1,0,0,0),(91874,8540,0,1,1,984,0,3204.96,-3751.97,146.41,3.48152,345,5,0,3189,0,1,0,0,0),(91875,8524,0,1,1,11397,0,3032.59,-3316.9,143.295,5.3766,345,10,0,2305,4896,1,0,0,0),(91876,8605,0,1,1,7900,0,2648.94,-4619.46,87.3278,3.72952,345,10,0,3644,0,1,0,0,0),(91877,8524,0,1,1,11397,0,2946.25,-3945.32,107.523,3.9806,345,5,0,2305,4896,1,0,0,0),(91878,8598,0,1,1,9022,0,2864.92,-4848.76,99.2325,0.260602,345,10,0,3758,0,1,0,0,0),(91879,8523,0,1,1,5231,1,3034.65,-3186.98,144.405,3.68713,345,3,0,3189,0,1,0,0,0),(91880,8605,0,1,1,7900,0,3056.98,-4740.48,96.1669,5.59181,345,10,0,3644,0,1,0,0,0),(91881,8535,0,1,1,7855,0,2831.51,-2957.5,101.995,3.91386,345,10,0,3644,0,1,0,0,0),(91882,8605,0,1,1,7900,0,2488.41,-4909.71,77.7033,1.81259,345,10,0,3644,0,1,0,0,0),(91883,8598,0,1,1,9022,0,2797.81,-3971.19,100.42,3.48219,345,10,0,3758,0,1,0,0,0),(91884,17795,0,1,1,16925,0,2963.02,-3041.9,155.965,4.27606,345,0,0,42,0,0,0,0,0),(91886,8602,0,1,1,7897,0,2720.1,-3331.29,94.0079,1.81056,345,10,0,3644,0,1,0,0,0),(91887,8523,0,1,1,5231,1,3279.94,-3079.47,161.598,3.57291,345,5,0,3189,0,1,0,0,0),(91888,8524,0,1,1,11397,0,2852.54,-3526.08,106.861,3.55176,345,5,0,2305,4896,1,0,0,0),(91889,8540,0,1,1,984,0,2853.56,-3590.86,105.3,4.57519,345,10,0,3189,0,1,0,0,0),(91890,8564,0,1,1,19822,1,3370.26,-4154.72,145.722,2.98451,345,0,0,3997,0,0,0,0,0),(91891,8563,0,1,1,19827,1,3369.39,-4142.97,144.847,4.29351,345,0,0,3876,0,0,0,0,0),(91892,8540,0,1,1,984,0,3211.32,-3801.17,139.195,2.12679,345,10,0,3189,0,1,0,0,0),(91893,8523,0,1,1,5231,1,3156.03,-3948.38,116.243,3.47506,345,10,0,3189,0,1,0,0,0),(91894,8543,0,1,1,1693,0,2909.38,-3851.38,117.719,2.65968,345,10,0,3758,0,1,0,0,0),(91895,8563,0,1,1,19828,1,3382.15,-4270.09,159.166,5.37486,345,0,0,3876,0,2,0,0,0),(91896,8565,0,1,1,19820,1,3380.37,-4261.32,157.954,5.49276,345,0,0,3758,0,2,0,0,0),(91897,8564,0,1,1,19822,1,3374.07,-4266.25,158.704,5.42535,345,0,0,3997,0,0,0,0,0),(91898,8564,0,1,1,19822,1,3360.18,-4227.14,156.713,6.21337,345,0,0,3997,0,0,0,0,0),(91899,8530,0,1,1,10626,0,2948,-3813.81,125.338,1.1153,345,5,0,3293,0,1,0,0,0),(91900,8598,0,1,1,9022,0,3030.31,-4202.48,95.9397,5.81517,345,10,0,3758,0,1,0,0,0),(91901,8543,0,1,1,1693,0,2882.52,-3754.58,109.893,0.035134,345,10,0,3758,0,1,0,0,0),(91902,8563,0,1,1,19827,1,3312.9,-4242.69,159.045,3.66519,345,0,0,3876,0,0,0,0,0),(91903,12322,0,1,1,21017,1,3325.1,-4205.1,159.223,1.44862,345,0,0,4884,2434,0,0,0,0),(91904,12322,0,1,1,21017,1,3325.36,-4202.29,159.223,4.60767,345,0,0,4884,2434,0,0,0,0),(91905,8565,0,1,1,19820,1,3318.5,-4267.02,159.14,4.71408,345,0,0,3758,0,0,0,0,0),(91906,8564,0,1,1,19822,1,3318.49,-4258.08,159.14,4.71409,345,0,0,3997,0,0,0,0,0),(91907,8530,0,1,1,10626,0,2959.77,-3207.01,111.561,1.71823,345,10,0,3293,0,1,0,0,0),(91908,8598,0,1,1,9022,0,3008.73,-4108.14,96.5911,3.90629,345,10,0,3758,0,1,0,0,0),(91909,8543,0,1,1,1693,0,3017.74,-3141.74,117.467,1.15997,345,10,0,3758,0,1,0,0,0),(91910,8564,0,1,1,19822,1,3312.81,-4223.32,159.105,2.19912,345,0,0,3997,0,0,0,0,0),(91911,8564,0,1,1,19822,1,3359.14,-4244.89,156.443,0.087266,345,0,0,3997,0,0,0,0,0),(91912,8562,0,1,1,10437,1,3177.27,-4743.06,122.815,3.19828,345,5,0,3006,2241,1,0,0,0),(91913,8564,0,1,1,19822,1,3240.08,-4173.83,96.3856,3.40339,345,0,0,3997,0,0,0,0,0),(91914,8563,0,1,1,19828,1,3240.28,-4189.5,94.5669,3.35103,345,0,0,3876,0,0,0,0,0),(91915,8564,0,1,1,19822,1,3281,-4174.07,111.143,3.36848,345,0,0,3997,0,0,0,0,0),(91916,8564,0,1,1,19822,1,3280.18,-4160.36,114.088,3.40339,345,0,0,3997,0,0,0,0,0),(91917,8563,0,1,1,19828,1,3323.52,-4158.17,128.774,3.38594,345,0,0,3876,0,0,0,0,0),(91918,8563,0,1,1,19828,1,3322.95,-4146.46,130.352,3.56047,345,0,0,3876,0,0,0,0,0),(91919,8565,0,1,1,19820,1,3253.3,-4179.08,99.47,0.371801,345,0,0,3758,0,2,0,0,0),(91920,17795,0,1,1,16925,0,2574,-4794.79,145.881,1.95477,345,0,0,42,0,0,0,0,0),(91921,8546,0,1,1,10410,1,2387.77,-3758.78,180.588,2.04204,345,0,0,3876,0,0,0,0,0),(91922,8546,0,1,1,10408,1,2384.11,-3752.1,179.97,5.11381,345,0,0,3876,0,0,0,0,0),(91923,8598,0,1,1,9022,0,2915,-3111.76,111.34,2.50863,345,10,0,3758,0,1,0,0,0),(91924,8550,0,1,1,10423,1,2494.88,-3768.02,177.632,5.74213,345,0,0,2799,5598,0,0,0,0),(91925,8542,0,1,1,8783,0,2448.51,-3809.9,178.333,0,345,10,0,3758,0,1,0,0,0),(91926,17795,0,1,1,16925,0,3180.48,-4379.07,174.995,2.74017,345,0,0,42,0,0,0,0,0),(91927,8550,0,1,1,10421,1,2471.1,-3708.02,177.949,0.610865,345,0,0,2799,5598,0,0,0,0),(91928,8532,0,1,1,571,0,2515.28,-3726.28,179.105,1.48279,345,10,0,3876,0,1,0,0,0),(91929,8546,0,1,1,10411,1,2478.43,-3703.71,178.074,3.64774,345,0,0,3876,0,0,0,0,0),(91930,8532,0,1,1,571,0,2458.1,-3717.22,177.696,6.23815,345,0,0,3876,0,2,0,0,0),(91931,8545,0,1,1,7858,0,2455.05,-3648.15,178.205,2.4217,345,10,0,3997,0,1,0,0,0),(91932,8605,0,1,1,7900,0,2770.73,-3416.67,93.0242,5.30912,345,10,0,3644,0,1,0,0,0),(91933,8522,0,1,1,11172,0,2559.32,-4189.08,56.2636,3.15842,345,10,0,3876,0,1,0,0,0),(91934,8522,0,1,1,11172,0,2580.23,-4146.2,65.9439,3.70143,345,10,0,3876,0,1,0,0,0),(91935,8602,0,1,1,7897,0,2876.04,-5090.18,110.087,0.315447,345,10,0,3644,0,1,0,0,0),(91936,8522,0,1,1,11172,0,2515.91,-4141.22,47.9239,5.10313,345,10,0,3876,0,1,0,0,0),(91937,8521,0,1,1,11171,0,2491.34,-4198.53,64.0495,2.09999,345,10,0,3644,0,1,0,0,0),(91938,8598,0,1,1,9022,0,2748.47,-3435.04,96.0625,1.97948,345,10,0,3758,0,1,0,0,0),(91939,8524,0,1,1,11397,0,2790.16,-3852.24,100.805,5.37463,345,10,0,2305,4896,1,0,0,0),(91940,8553,0,1,1,10427,1,2814.52,-3757.79,122.507,3.35103,345,0,0,2305,4896,0,0,0,0),(91941,12262,0,1,1,10627,0,2794.86,-3761.12,125.507,3.36848,345,0,0,3589,0,0,0,0,0),(91942,8530,0,1,1,10626,0,2914.44,-3447.37,116.548,3.12597,345,5,0,3293,0,1,0,0,0),(91943,8543,0,1,1,1693,0,2784.08,-3247.22,102.94,2.86736,345,0,0,3758,0,2,0,0,0),(91944,8530,0,1,1,10626,0,2842.27,-3177.04,116.633,0.135132,345,10,0,3293,0,1,0,0,0),(91945,8543,0,1,1,1693,0,2927.13,-3192.55,120.196,5.53267,345,10,0,3758,0,1,0,0,0),(91946,8553,0,1,1,10427,1,2855.31,-3232.34,134.27,6.26573,345,0,0,2305,4896,0,0,0,0),(91947,12262,0,1,1,10627,0,2862.1,-3232.82,134.27,0.034907,345,0,0,3589,0,0,0,0,0),(91948,8523,0,1,1,5231,1,2906.6,-3257.25,127.513,5.53357,345,5,0,3189,0,1,0,0,0),(91949,8524,0,1,1,11397,0,2946.14,-3279.08,116.603,2.385,345,10,0,2305,4896,1,0,0,0),(91950,8530,0,1,1,10626,0,3114.21,-3782.15,130.813,3.22631,345,5,0,3293,0,1,0,0,0),(91951,8534,0,1,1,7854,0,2964.02,-3169.52,115.162,4.22896,345,10,0,3420,0,1,0,0,0),(91952,8540,0,1,1,984,0,2992.14,-3317.72,125.118,4.45621,345,10,0,3189,0,1,0,0,0),(91953,8523,0,1,1,5231,1,2906.42,-3317.48,122.619,0.352942,345,5,0,3189,0,1,0,0,0),(91954,8561,0,1,1,10441,1,3251.25,-4779.73,170.751,4.1969,345,5,0,3876,0,1,0,0,0),(91955,8562,0,1,1,10437,1,3250.71,-4752.38,163.421,0.492813,345,0,0,3006,2241,2,0,0,0),(91956,8561,0,1,1,10438,1,3312.27,-4954.05,170.737,4.42381,345,5,0,3876,0,1,0,0,0),(91957,8560,0,1,1,10446,1,3330.3,-4938.93,170.677,1.53589,345,0,0,3758,0,0,0,0,0),(91958,8560,0,1,1,10444,1,3330.66,-4934.28,170.677,4.60767,345,0,0,3758,0,0,0,0,0),(91959,8561,0,1,1,10439,1,3389.99,-5003.94,167.727,6.26573,345,0,0,3876,0,0,0,0,0),(91960,8562,0,1,1,10434,1,3389.73,-5032.56,170.329,0.541052,345,0,0,3006,2241,0,0,0,0),(91961,8562,0,1,1,10437,1,3393.82,-5029.98,170.014,3.735,345,0,0,3006,2241,0,0,0,0),(91962,8561,0,1,1,10438,1,3446.65,-5021.23,197.374,0.628319,345,0,0,3876,0,0,0,0,0),(91963,8561,0,1,1,10438,1,3480.66,-4987.98,198.403,3.9619,345,0,0,3876,0,0,0,0,0),(91964,8561,0,1,1,10438,1,3416.23,-5004.01,191.051,6.24828,345,0,0,3876,0,0,0,0,0),(91965,8561,0,1,1,10441,1,3461.96,-4971.2,197.948,4.76475,345,0,0,3876,0,0,0,0,0),(91966,8561,0,1,1,10440,1,3427.83,-5005.36,195.751,0,345,0,0,3876,0,0,0,0,0),(91967,8534,0,1,1,7854,0,1826.07,-4374.11,97.2128,5.95974,345,10,0,3420,0,1,0,0,0),(91968,8562,0,1,1,10434,1,3405.16,-4863.62,168.198,3.15905,345,0,0,3006,2241,0,0,0,0),(91969,8562,0,1,1,10437,1,3401.05,-4863.65,168.198,0,345,0,0,3006,2241,0,0,0,0),(91970,8561,0,1,1,10439,1,3285.11,-4836.27,170.67,3.01942,345,0,0,3876,0,0,0,0,0),(91971,8560,0,1,1,10447,1,3280.85,-4835.83,171.17,0.034907,345,0,0,3758,0,0,0,0,0),(91972,8562,0,1,1,10435,1,3276.88,-4852.11,171.889,3.1455,345,0,0,3006,2241,2,0,0,0),(91973,8561,0,1,1,10438,1,3361.14,-4952.69,159.503,4.06662,345,0,0,3876,0,0,0,0,0),(91974,8562,0,1,1,10435,1,3345.05,-4922.13,159.378,4.56497,345,5,0,3006,2241,1,0,0,0),(91975,8560,0,1,1,10444,1,3422.18,-4904.87,159.378,3.1765,345,0,0,3758,0,0,0,0,0),(91976,8560,0,1,1,10446,1,3410.66,-4908.06,159.378,0.715585,345,0,0,3758,0,0,0,0,0),(91977,8560,0,1,1,10444,1,3356.99,-4958.69,159.753,0.994838,345,0,0,3758,0,0,0,0,0),(91978,8561,0,1,1,10440,1,3396.84,-4936.79,162.394,0.844912,345,5,0,3876,0,1,0,0,0),(91979,8560,0,1,1,10442,1,3414.06,-4900,159.503,5.2709,345,0,0,3758,0,0,0,0,0),(91980,8561,0,1,1,10439,1,3417.9,-4957.37,166.295,2.09662,345,0,0,3876,0,2,0,0,0),(91981,8560,0,1,1,10446,1,3352.88,-4878.46,160.003,1.07747,345,0,0,3758,0,0,0,0,0),(91982,12248,0,1,1,12390,1,3373.4,-4921.86,159.846,3.95893,345,0,0,4120,0,2,0,0,0),(91983,8603,0,1,1,7898,0,2325.66,-4758.07,84.3097,6.11836,345,3,0,3293,0,1,0,0,0),(91984,8598,0,1,1,9022,0,3278.86,-4428.36,114.313,1.9513,345,10,0,3758,0,1,0,0,0),(91985,8534,0,1,1,7854,0,2416.82,-4220.05,80.1016,2.57906,345,5,0,3420,0,1,0,0,0),(91986,8534,0,1,1,7854,0,2303.05,-4434,95.7682,1.01965,345,10,0,3420,0,1,0,0,0),(91987,8601,0,1,1,7896,0,2259.36,-5050.98,71.2762,3.39415,345,5,0,3420,0,1,0,0,0),(91988,8534,0,1,1,7854,0,1580.42,-4647.03,81.9652,5.65429,345,10,0,3420,0,1,0,0,0),(91989,8603,0,1,1,7898,0,2613.32,-2411.26,55.7567,2.3982,345,3,0,3293,0,1,0,0,0),(91990,8596,0,1,1,7890,0,2385.18,-2507.07,73.5685,0.284179,345,10,0,3189,0,1,0,0,0),(91991,8598,0,1,1,9022,0,2520.92,-4889.79,77.9902,5.69156,345,10,0,3758,0,1,0,0,0),(91992,8601,0,1,1,7896,0,2198.07,-4864.76,86.2701,4.15772,345,5,0,3420,0,1,0,0,0),(91993,8601,0,1,1,7896,0,2216.16,-5033.64,54.799,1.6423,345,5,0,3420,0,1,0,0,0),(91994,8601,0,1,1,7896,0,2428.07,-4325.07,74.2913,0.009765,345,10,0,3420,0,1,0,0,0),(91995,8601,0,1,1,7896,0,2483.95,-4332.3,74.9994,5.78408,345,10,0,3420,0,1,0,0,0),(91996,8596,0,1,1,7890,0,2293.08,-2602.85,73.6654,0.203527,345,5,0,3189,0,1,0,0,0),(91997,8603,0,1,1,7898,0,2302.69,-2572.1,74.0264,3.34014,345,5,0,3293,0,1,0,0,0),(91998,8601,0,1,1,7896,0,2463.36,-4256.89,74.3751,0.695489,345,10,0,3420,0,1,0,0,0),(91999,8525,0,1,1,612,1,2992.3,-3612.3,143.678,4.25223,345,10,0,2823,2117,1,0,0,0),(92000,8597,0,1,1,7891,0,2231.86,-4443.39,118.847,6.21285,345,0,0,3529,0,0,0,0,0),(92001,8541,0,1,1,10751,0,3119.07,-3691.56,133.42,3.12402,345,10,0,3529,0,1,0,0,0),(92002,8603,0,1,1,7898,0,2710.85,-2448.35,65.6443,1.53566,345,10,0,3293,0,1,0,0,0),(92003,8530,0,1,1,10626,0,2946.3,-3629.25,131.938,4.81614,345,10,0,3293,0,1,0,0,0),(92004,8596,0,1,1,7890,0,2407.77,-2484.65,73.3236,3.85953,345,10,0,3189,0,1,0,0,0),(92005,8601,0,1,1,7896,0,2230.6,-4112.16,78.0304,4.28892,345,10,0,3420,0,1,0,0,0),(92006,8543,0,1,1,1693,0,3075.81,-3592.56,133.063,3.95333,345,10,0,3758,0,1,0,0,0),(92007,8541,0,1,1,10751,0,3236.47,-3683.02,140.595,5.81473,345,10,0,3529,0,1,0,0,0),(92008,12263,0,1,1,7864,0,3286.53,-3637.22,148.855,4.39539,345,0,0,3589,0,2,0,0,0),(92009,8543,0,1,1,1693,0,3270.81,-3639,150.073,5.96903,345,0,0,3758,0,0,0,0,0),(92010,8603,0,1,1,7898,0,2606.8,-2485.3,74.3591,3.82396,345,10,0,3293,0,1,0,0,0),(92011,8596,0,1,1,7890,0,2118.1,-2788.84,76.1045,1.54525,345,10,0,3189,0,1,0,0,0),(92012,8543,0,1,1,1693,0,3314.21,-3648.01,150.073,3.05433,345,0,0,3758,0,0,0,0,0),(92013,8543,0,1,1,1693,0,3310.93,-3631.46,150.073,3.735,345,0,0,3758,0,0,0,0,0),(92014,8534,0,1,1,7854,0,3245.26,-3695.89,141.207,2.18536,345,10,0,3420,0,1,0,0,0),(92015,8543,0,1,1,1693,0,3280.25,-3624.86,150.073,5.28835,345,0,0,3758,0,0,0,0,0),(92016,8525,0,1,1,612,1,3154.76,-3647.36,142.192,1.35329,345,5,0,2823,2117,1,0,0,0),(92017,8524,0,1,1,11397,0,3100.56,-3490.57,144.139,3.41242,345,10,0,2305,4896,1,0,0,0),(92018,8524,0,1,1,11397,0,3110.83,-3605.53,134.925,2.43789,345,10,0,2305,4896,1,0,0,0),(92019,8601,0,1,1,7896,0,2378.57,-4367.84,76.5574,1.76551,345,5,0,3420,0,1,0,0,0),(92020,8603,0,1,1,7898,0,2095.2,-4102.19,84.3144,4.85152,345,10,0,3293,0,1,0,0,0),(92021,8601,0,1,1,7896,0,2183.11,-4895.56,89.4718,0.262741,345,5,0,3420,0,1,0,0,0),(92022,8601,0,1,1,7896,0,2474.13,-4258.14,74.4633,0.404704,345,10,0,3420,0,1,0,0,0),(92023,9452,0,1,1,10405,1,1743.64,-5356.64,74.5472,2.58309,610,0,0,5151,4765,0,0,0,0),(92024,8601,0,1,1,7896,0,2166.11,-4230.51,75.6432,0.847559,345,10,0,3420,0,1,0,0,0),(92025,9447,0,1,1,10380,1,1740.53,-5354.84,74.4455,5.77704,610,0,0,5886,1982,0,0,0,0),(92026,9452,0,1,1,10405,1,1781.67,-5384.8,79.8129,5.36571,610,2,0,5151,4765,1,0,0,0),(92027,8547,0,1,1,10392,1,3054.3,-3232.23,148.673,3.24631,345,0,0,2634,2041,0,0,0,0),(92028,8540,0,1,1,984,0,3082.26,-3098.47,128.72,4.86672,345,5,0,3189,0,1,0,0,0),(92029,8602,0,1,1,7897,0,3281.98,-2989.53,135.257,5.01167,345,5,0,3644,0,1,0,0,0),(92030,8598,0,1,1,9022,0,2888.09,-3069.75,105.634,1.75842,345,10,0,3758,0,1,0,0,0),(92031,8598,0,1,1,9022,0,2851.24,-3105.83,104.799,4.19809,345,10,0,3758,0,1,0,0,0),(92032,9449,0,1,1,10387,1,1733.15,-5412.42,82.3916,2.9147,610,0,0,6078,2041,0,0,0,0),(92033,9449,0,1,1,10388,1,1776.42,-5413.44,89.6829,3.33358,610,0,0,6078,2041,0,0,0,0),(92034,9452,0,1,1,10406,1,1744.56,-5432.38,89.5371,4.08407,610,0,0,5151,4765,0,0,0,0),(92035,16117,0,1,1,6121,0,2993.79,-2847.64,101.745,2.2225,345,10,0,3968,0,1,0,0,0),(92036,8602,0,1,1,7897,0,3157.8,-4177.61,95.8055,4.0169,345,10,0,3644,0,1,0,0,0),(92037,9449,0,1,1,10389,1,1730.58,-5412.21,82.3915,0.069813,610,0,0,6078,2041,0,0,0,0),(92038,9452,0,1,1,10406,1,1774.53,-5414.07,89.6816,0.541052,610,0,0,5151,4765,0,0,0,0),(92039,8602,0,1,1,7897,0,3260.5,-4420.22,109.851,4.31202,345,10,0,3644,0,1,0,0,0),(92040,9447,0,1,1,10380,1,1751.32,-5404.26,98.0558,0.526363,610,0,0,5886,1982,2,0,0,0),(92041,9449,0,1,1,10388,1,1749.14,-5463.99,89.5411,0.366519,610,0,0,6078,2041,0,0,0,0),(92042,9452,0,1,1,10405,1,1743.24,-5434.36,89.5346,1.02974,610,0,0,5151,4765,0,0,0,0),(92043,9452,0,1,1,10406,1,1736.49,-5459.58,89.6199,5.39307,610,0,0,5151,4765,0,0,0,0),(92044,9452,0,1,1,10403,1,1751.7,-5462.42,89.6249,3.83972,610,0,0,5151,4765,0,0,0,0),(92045,8605,0,1,1,7900,0,2749.95,-3879.61,97.1214,3.65966,345,10,0,3644,0,1,0,0,0),(92046,9447,0,1,1,10378,1,1704.07,-5447.56,73.695,1.37881,610,0,0,5886,1982,0,0,0,0),(92047,9452,0,1,1,10405,1,1738.15,-5461.6,89.6184,2.25148,610,0,0,5151,4765,0,0,0,0),(92048,9449,0,1,1,10390,1,1704.44,-5443.29,73.7868,4.72984,610,0,0,6078,2041,0,0,0,0),(92049,9449,0,1,1,10388,1,1626.51,-5338.56,75.9702,4.4855,610,0,0,6078,2041,0,0,0,0),(92050,9447,0,1,1,10378,1,1606.48,-5336.73,75.9702,1.09956,610,0,0,5886,1982,0,0,0,0),(92051,9447,0,1,1,10377,1,1610.88,-5338.72,75.9702,1.25664,610,0,0,5886,1982,0,0,0,0),(92052,9449,0,1,1,10388,1,1580.94,-5324.97,75.9702,1.79769,610,0,0,6078,2041,0,0,0,0),(92053,9449,0,1,1,10388,1,1625.77,-5342.24,75.9702,1.39626,610,0,0,6078,2041,0,0,0,0),(92054,9447,0,1,1,10377,1,1580.15,-5321.76,75.9702,4.97419,610,0,0,5886,1982,0,0,0,0),(92055,8540,0,1,1,984,0,2999.57,-2871.35,93.6038,1.98694,345,3,0,3189,0,1,0,0,0),(92056,8540,0,1,1,984,0,2989.59,-2866.92,100.76,5.65382,345,0,0,3189,0,0,0,0,0),(92057,9452,0,1,1,10404,1,1636.88,-5305,99.9961,1.78024,610,0,0,5151,4765,0,0,0,0),(92058,9449,0,1,1,10390,1,1623.03,-5292.62,99.9683,2.66432,610,0,0,6078,2041,2,0,0,0),(92059,9449,0,1,1,10388,1,1636.39,-5301.58,99.9961,4.7822,610,0,0,6078,2041,0,0,0,0),(92060,8598,0,1,1,9022,0,2662.98,-4678.62,80.1909,5.6814,345,10,0,3758,0,1,0,0,0),(92061,9449,0,1,1,10387,1,1630.7,-5349.35,74.9122,3.64774,610,0,0,6078,2041,0,0,0,0),(92062,9452,0,1,1,10405,1,1628.98,-5350.39,75.0511,0.575959,610,0,0,5151,4765,0,0,0,0),(92063,8602,0,1,1,7897,0,3152.42,-2914.11,121.814,0.604803,345,10,0,3644,0,1,0,0,0),(92064,8523,0,1,1,5231,1,2968.51,-2754.77,112.841,3.99514,345,0,0,3189,0,0,0,0,0),(92065,8598,0,1,1,9022,0,2848.63,-3389.4,96.2651,4.63622,345,10,0,3758,0,1,0,0,0),(92066,17878,0,1,1,9788,0,3225.21,-4562.78,108.809,4.90438,345,0,0,3052,0,0,0,0,0),(92067,17878,0,1,1,9789,0,3219.52,-4571.79,109.834,1.43117,345,0,0,3052,0,0,0,0,0),(92068,8543,0,1,1,1693,0,3053.05,-3020.49,126.079,3.86272,345,0,0,3758,0,2,0,0,0),(92069,8530,0,1,1,10626,0,2946.58,-3159.84,112.359,1.01284,345,10,0,3293,0,1,0,0,0),(92070,8519,0,1,1,5497,0,1718.34,-4618.59,56.7168,6.1916,345,5,0,3293,0,1,0,0,0),(92071,8543,0,1,1,1693,0,3107.5,-3049.48,135.132,4.14986,345,5,0,3758,0,1,0,0,0),(92072,17878,0,1,1,9789,0,3217.72,-4566.05,109.435,6.03884,345,0,0,3052,0,0,0,0,0),(92073,8520,0,1,1,5563,0,1753.96,-4516.92,39.1088,0.828249,345,10,0,3529,0,1,0,0,0),(92074,8520,0,1,1,5563,0,1724.83,-4541.82,62.1611,0.565318,345,10,0,3529,0,1,0,0,0),(92075,17878,0,1,1,9789,0,3227.12,-4569.34,109.334,3.14159,345,0,0,3052,0,0,0,0,0),(92076,8524,0,1,1,11397,0,2904,-2898.08,100.858,4.9229,345,0,0,2305,4896,0,0,0,0),(92077,8530,0,1,1,10626,0,2915.88,-2903.53,100.871,3.28644,345,0,0,3293,0,0,0,0,0),(92078,8523,0,1,1,5231,1,2911.61,-2889.76,105.636,2.65103,345,3,0,3189,0,1,0,0,0),(92079,8603,0,1,1,7898,0,2424.58,-4341.68,74.569,5.23423,345,10,0,3293,0,1,0,0,0),(92080,8524,0,1,1,11397,0,2959.66,-2862.72,107.63,2.40756,345,0,0,2305,4896,0,0,0,0),(92081,8524,0,1,1,11397,0,2957.57,-2877.24,107.63,2.2644,345,3,0,2305,4896,1,0,0,0),(92082,8540,0,1,1,984,0,2982.81,-2910.77,104.119,5.1673,345,10,0,3189,0,1,0,0,0),(92083,17878,0,1,1,9788,0,3231.18,-4499.37,111.761,2.32129,345,0,0,3052,0,0,0,0,0),(92084,8521,0,1,1,11171,0,2483.51,-4119.6,65.5202,6.20565,345,10,0,3644,0,1,0,0,0),(92085,8522,0,1,1,11172,0,2460.08,-4152.49,46.8052,4.89104,345,10,0,3876,0,1,0,0,0),(92086,8530,0,1,1,10626,0,2903.24,-3384.21,115.5,2.58782,345,5,0,3293,0,1,0,0,0),(92087,8540,0,1,1,984,0,3016.32,-2830.38,110.94,1.64845,345,3,0,3189,0,1,0,0,0),(92088,8530,0,1,1,10626,0,3002.71,-2831.88,110.935,4.07943,345,3,0,3293,0,1,0,0,0),(92089,8598,0,1,1,9022,0,2775.94,-4094.98,98.5301,4.12542,345,10,0,3758,0,1,0,0,0),(92090,8540,0,1,1,984,0,2978.66,-2867.53,100.772,1.25535,345,3,0,3189,0,1,0,0,0),(92091,8523,0,1,1,5231,1,2967.58,-2870.65,100.149,2.75083,345,3,0,3189,0,1,0,0,0),(92092,8530,0,1,1,10626,0,2970.24,-2875.12,107.63,5.24046,345,0,0,3293,0,0,0,0,0),(92093,8530,0,1,1,10626,0,2993.32,-2863.39,107.63,5.10482,345,3,0,3293,0,1,0,0,0),(92094,8523,0,1,1,5231,1,2979.24,-2863.68,107.63,4.32478,345,3,0,3189,0,1,0,0,0),(92095,8530,0,1,1,10626,0,2854.81,-3654.9,113.487,5.74907,345,10,0,3293,0,1,0,0,0),(92096,8602,0,1,1,7897,0,2769.98,-3956.97,98.5566,2.47875,345,10,0,3644,0,1,0,0,0),(92097,8598,0,1,1,9022,0,2611.91,-4366.74,79.3155,2.3997,345,5,0,3758,0,1,0,0,0),(92098,17878,0,1,1,9788,0,3265.75,-4515.55,108.427,1.23918,345,0,0,3052,0,0,0,0,0),(92099,17878,0,1,1,9789,0,3247.6,-4540.93,107.465,1.98968,345,0,0,3052,0,0,0,0,0),(92100,17878,0,1,1,9788,0,3250.61,-4529.12,107.88,4.74729,345,0,0,3052,0,0,0,0,0),(92101,17878,0,1,1,9789,0,3254.11,-4536.09,107.694,3.29867,345,0,0,3052,0,0,0,0,0),(92102,17878,0,1,1,775,0,3273.11,-4516.7,108.297,2.6529,345,0,0,3052,0,0,0,0,0),(92103,17878,0,1,1,9789,0,3244.32,-4529.37,108.039,5.84685,345,0,0,3052,0,0,0,0,0),(92104,17878,0,1,1,9788,0,3242.85,-4536.05,107.75,0.750492,345,0,0,3052,0,0,0,0,0),(92105,17878,0,1,1,775,0,3243.05,-4554.17,106.554,3.7001,345,0,0,3052,0,0,0,0,0),(92106,17878,0,1,1,775,0,3234.55,-4553.37,106.888,0.20944,345,0,0,3052,0,0,0,0,0),(92107,17878,0,1,1,775,0,3236.42,-4562.58,106.303,1.43117,345,0,0,3052,0,0,0,0,0),(92108,17878,0,1,1,9789,0,3190.97,-4522.22,109.289,6.14356,345,10,0,3052,0,1,0,0,0),(92109,17878,0,1,1,11489,0,3200.99,-4555.45,108.152,0.174533,345,0,0,3052,0,0,0,0,0),(92110,17878,0,1,1,9788,0,3198.84,-4529.81,109.601,2.3911,345,10,0,3052,0,1,0,0,0),(92111,17878,0,1,1,9789,0,3208.6,-4561.11,107.515,2.49582,345,0,0,3052,0,0,0,0,0),(92112,8603,0,1,1,7898,0,2410.84,-4165.4,75.5256,3.94916,345,5,0,3293,0,1,0,0,0),(92113,8605,0,1,1,7900,0,2821.11,-4257.54,88.574,2.91206,345,10,0,3644,0,1,0,0,0),(92114,8601,0,1,1,7896,0,2246.86,-4076.01,80.7282,2.53191,345,10,0,3420,0,1,0,0,0),(92115,8603,0,1,1,7898,0,2267.93,-4322.31,74.8087,3.79252,345,10,0,3293,0,1,0,0,0),(92116,8597,0,1,1,7891,0,2222.34,-4938,77.5105,5.4895,345,5,0,3529,0,1,0,0,0),(92117,8601,0,1,1,7896,0,2191.66,-4993.54,79.3725,4.22341,345,5,0,3420,0,1,0,0,0),(92118,8601,0,1,1,7896,0,2102,-3973.26,135.075,0.632959,345,10,0,3420,0,1,0,0,0),(92119,8603,0,1,1,7898,0,2347.6,-4324.54,77.2734,2.45648,345,10,0,3293,0,1,0,0,0),(92120,9449,0,1,1,10389,1,1667.73,-5214.4,95.6034,1.63451,610,5,0,6078,2041,1,0,0,0),(92121,8597,0,1,1,7891,0,2312.26,-4288.92,78.2225,5.32855,345,5,0,3529,0,1,0,0,0),(92122,8603,0,1,1,7898,0,2091.67,-4025,125.148,5.48592,345,5,0,3293,0,1,0,0,0),(92123,8598,0,1,1,9022,0,2781.71,-3925.92,101.74,1.33899,345,5,0,3758,0,1,0,0,0),(92124,8561,0,1,1,10440,1,3459.29,-4934.36,171.895,4.7822,345,0,0,3876,0,0,0,0,0),(92125,8602,0,1,1,7897,0,2828.65,-3395.66,96.023,3.71604,345,10,0,3644,0,1,0,0,0),(92126,8602,0,1,1,7897,0,2783.82,-3382.72,93.6394,1.93117,345,10,0,3644,0,1,0,0,0),(92127,8535,0,1,1,7855,0,3077.72,-4512.63,114.359,0.564185,345,10,0,3644,0,1,0,0,0),(92128,8605,0,1,1,7900,0,2793.08,-3078.74,101.996,1.23329,345,3,0,3644,0,1,0,0,0),(92129,8602,0,1,1,7897,0,2487.31,-4804.37,83.9896,1.09937,345,5,0,3644,0,1,0,0,0),(92130,8598,0,1,1,9022,0,3169.48,-4605.87,105.276,5.28631,345,10,0,3758,0,1,0,0,0),(92131,8602,0,1,1,7897,0,3076.39,-2939.52,118.353,0.905814,345,10,0,3644,0,1,0,0,0),(92132,8602,0,1,1,7897,0,2819.31,-2983.82,98.6304,1.35139,345,10,0,3644,0,1,0,0,0),(92133,8602,0,1,1,7897,0,3199.58,-4239.13,94.5764,2.21352,345,10,0,3644,0,1,0,0,0),(92134,8602,0,1,1,7897,0,2687.58,-3450.05,110.738,4.38817,345,3,0,3644,0,1,0,0,0),(92135,8602,0,1,1,7897,0,3176.36,-4227.64,94.9118,4.06694,345,10,0,3644,0,1,0,0,0),(92136,8598,0,1,1,9022,0,2753.39,-4128.72,95.8102,4.6596,345,10,0,3758,0,1,0,0,0),(92137,8603,0,1,1,7898,0,2176.14,-4176.71,78.369,6.24215,345,10,0,3293,0,1,0,0,0),(92138,10824,0,1,1,19824,1,3322.89,-4204.41,159.128,4.53426,43200,0,0,4120,0,2,0,0,0),(92139,8607,0,1,1,11141,0,2218.21,-5044.74,54.6477,4.71533,345,3,0,3293,0,1,0,0,0),(92140,8546,0,1,1,10409,1,2597.64,-5356.64,175.951,5.51524,345,0,0,3876,0,0,0,0,0),(92141,8598,0,1,1,9022,0,2687.34,-4209.32,89.3648,1.59716,345,5,0,3758,0,1,0,0,0),(92142,8560,0,1,1,10447,1,3186.69,-4668.48,117.84,4.49362,345,0,0,3758,0,2,0,0,0),(92143,8550,0,1,1,10423,1,2502.1,-3809.92,177.881,0.087266,345,0,0,2799,5598,0,0,0,0),(92144,9447,0,1,1,10378,1,1721.67,-5335.45,74.1769,1.20428,610,0,0,5886,1982,0,0,0,0),(92145,8603,0,1,1,7898,0,2346.08,-4177.79,101.426,1.55029,345,5,0,3293,0,1,0,0,0),(92146,9449,0,1,1,10388,1,1717.68,-5482.17,80.1111,3.46535,610,2,0,6078,2041,1,0,0,0),(92147,9447,0,1,1,10380,1,1723.19,-5331.86,73.9422,4.27606,610,0,0,5886,1982,0,0,0,0),(92148,8560,0,1,1,10446,1,3232.75,-4682.35,136.718,5.12357,345,0,0,3758,0,2,0,0,0),(92149,9447,0,1,1,10377,1,1730.17,-5192.84,73.7223,2.46091,610,0,0,5886,1982,0,0,0,0),(92150,8534,0,1,1,7854,0,2937.36,-3764.81,117.885,3.01033,345,10,0,3420,0,1,0,0,0),(92151,8524,0,1,1,11397,0,2848.92,-3708.38,108.921,0.147007,345,10,0,2305,4896,1,0,0,0),(92152,8602,0,1,1,7897,0,2951.7,-4338.81,87.1554,4.05443,345,10,0,3644,0,1,0,0,0),(92153,8530,0,1,1,10626,0,2930.25,-3588.69,117.973,4.06615,345,5,0,3293,0,1,0,0,0),(92154,8523,0,1,1,5231,1,2910.32,-3520.23,112.461,1.85959,345,5,0,3189,0,1,0,0,0),(92155,8605,0,1,1,7900,0,2645.63,-4144.45,82.9665,1.22712,345,10,0,3644,0,1,0,0,0),(92156,8524,0,1,1,11397,0,3013.59,-3579.01,128.792,1.86786,345,5,0,2305,4896,1,0,0,0),(92157,8524,0,1,1,11397,0,2889.52,-3635.25,117.228,5.4403,345,5,0,2305,4896,1,0,0,0),(92158,8530,0,1,1,10626,0,2883.32,-3678.68,116.991,5.73864,345,5,0,3293,0,1,0,0,0),(92159,8602,0,1,1,7897,0,3085.99,-4164.89,96.5421,1.03021,345,10,0,3644,0,1,0,0,0),(92160,8598,0,1,1,9022,0,2751.73,-3530.91,105.891,1.69515,345,10,0,3758,0,1,0,0,0),(92161,8523,0,1,1,5231,1,2886.49,-3550.06,118.288,5.22178,345,5,0,3189,0,1,0,0,0),(92162,8598,0,1,1,9022,0,2725.88,-4142.16,92.5487,5.05515,345,10,0,3758,0,1,0,0,0),(92163,8602,0,1,1,7897,0,3098.45,-4109.47,101.185,4.1884,345,10,0,3644,0,1,0,0,0),(92164,8543,0,1,1,1693,0,3152.77,-3587.73,146.093,5.8501,345,10,0,3758,0,1,0,0,0),(92165,8543,0,1,1,1693,0,2953.68,-3545.52,129.608,1.47696,345,5,0,3758,0,1,0,0,0),(92166,8524,0,1,1,11397,0,3248.42,-3632.37,153.55,1.3481,345,3,0,2305,4896,1,0,0,0),(92167,8530,0,1,1,10626,0,3188.24,-3620.6,163.911,5.41614,345,5,0,3293,0,1,0,0,0),(92168,8543,0,1,1,1693,0,3277.02,-3752.51,149.675,3.24445,345,3,0,3758,0,1,0,0,0),(92169,8530,0,1,1,10626,0,3225.54,-3864.76,139.116,0.277316,345,3,0,3293,0,1,0,0,0),(92170,8530,0,1,1,10626,0,3251.38,-3779.88,142.553,4.32606,345,5,0,3293,0,1,0,0,0),(92171,8524,0,1,1,11397,0,3193.95,-3922.19,134.221,6.23045,345,5,0,2305,4896,1,0,0,0),(92172,8561,0,1,1,10440,1,3300.08,-4893.36,173.297,2.01349,345,5,0,3876,0,1,0,0,0),(92173,8601,0,1,1,7896,0,2124.47,-4692.52,75.3879,6.13527,345,10,0,3420,0,1,0,0,0),(92174,8560,0,1,1,10444,1,3188.67,-4643.51,119.916,5.0091,345,0,0,3758,0,0,0,0,0),(92175,8562,0,1,1,10435,1,3192.56,-4646.55,119.947,2.58309,345,0,0,3006,2241,0,0,0,0),(92176,8550,0,1,1,10423,1,2502.8,-3770.04,177.625,2.70526,345,0,0,2799,5598,0,0,0,0),(92177,8539,0,1,1,7857,0,2535.59,-3768.37,178.143,4.65413,345,5,0,3758,0,1,0,0,0),(92178,8558,0,1,1,9758,0,2415.15,-3694.29,179.242,4.03171,345,0,0,3876,0,0,0,0,0),(92179,8598,0,1,1,9022,0,3033.04,-4320.53,99.4552,0.477345,345,10,0,3758,0,1,0,0,0),(92180,8598,0,1,1,9022,0,3107.23,-2975.52,123.215,3.14131,345,10,0,3758,0,1,0,0,0),(92181,8561,0,1,1,10440,1,3237.44,-4708.58,151.897,2.65156,345,5,0,3876,0,1,0,0,0),(92182,8532,0,1,1,571,0,2747.75,-4717.19,75.3358,0.250837,345,10,0,3876,0,1,0,0,0),(92183,8527,0,1,1,370,1,2788.38,-4744.71,76.901,5.95639,345,10,0,3758,0,1,0,0,0),(92184,8527,0,1,1,370,1,2745.32,-4747.23,76.632,3.09757,345,10,0,3758,0,1,0,0,0),(92185,8532,0,1,1,571,0,2745.72,-4783.77,75.8856,4.9564,345,10,0,3876,0,1,0,0,0),(92186,8532,0,1,1,571,0,2774.05,-4722.28,76.3707,2.45225,345,10,0,3876,0,1,0,0,0),(92187,8546,0,1,1,10410,1,2826.7,-4739.58,76.0103,2.42601,345,0,0,3876,0,0,0,0,0),(92188,8561,0,1,1,10439,1,3250.04,-4691.9,143.893,5.59807,345,5,0,3876,0,1,0,0,0),(92189,8532,0,1,1,571,0,2812.01,-4719.99,78.1058,2.77185,345,10,0,3876,0,1,0,0,0),(92190,8546,0,1,1,10409,1,2823.03,-4735.66,75.9236,5.35816,345,0,0,3876,0,0,0,0,0),(92191,8527,0,1,1,370,1,2850.77,-4735.13,81.8455,4.29545,345,10,0,3758,0,1,0,0,0),(92192,8546,0,1,1,10408,1,2836.47,-4764.76,83.1531,0.314159,345,0,0,3876,0,0,0,0,0),(92193,8546,0,1,1,10408,1,2840.86,-4762.46,82.6267,3.735,345,0,0,3876,0,0,0,0,0),(92194,8532,0,1,1,571,0,2872.44,-4739.01,84.7576,0.33225,345,5,0,3876,0,1,0,0,0),(92195,8532,0,1,1,571,0,2788.19,-4678.02,98.532,1.60104,345,5,0,3876,0,1,0,0,0),(92196,8527,0,1,1,370,1,2753.39,-4687.49,78.9855,2.31421,345,10,0,3758,0,1,0,0,0),(92197,8532,0,1,1,571,0,2810.97,-4688.84,98.5347,5.21741,345,5,0,3876,0,1,0,0,0),(92198,8527,0,1,1,370,1,2848.39,-4697.08,96.4548,4.79234,345,10,0,3758,0,1,0,0,0),(92199,8557,0,1,1,6841,0,2777.46,-4811.48,79.9999,1.43117,345,0,0,3758,0,0,0,0,0),(92200,8557,0,1,1,6841,0,2779.05,-4805.75,80.2152,4.55531,345,0,0,3758,0,0,0,0,0),(92201,8527,0,1,1,370,1,2812.37,-4789.63,96.0928,6.16126,345,5,0,3758,0,1,0,0,0),(92202,8532,0,1,1,571,0,2771.28,-4784.96,78.8405,2.34736,345,10,0,3876,0,1,0,0,0),(92203,8602,0,1,1,7897,0,3073.57,-4023.21,104.063,3.03007,345,10,0,3644,0,1,0,0,0),(92204,8539,0,1,1,7857,0,2648.14,-5405.01,160.288,5.22499,345,10,0,3758,0,1,0,0,0),(92205,8606,0,1,1,681,0,2154.19,-5060.62,50.3725,4.9448,345,10,0,3529,0,1,0,0,0),(92206,9447,0,1,1,10380,1,1727.79,-5191.16,73.7369,5.60251,610,0,0,5886,1982,0,0,0,0),(92207,8596,0,1,1,7890,0,2683.78,-2425.31,62.8708,1.15693,345,10,0,3189,0,1,0,0,0),(92208,8530,0,1,1,10626,0,3020.83,-3277.01,142.284,4.0189,345,3,0,3293,0,1,0,0,0),(92209,8530,0,1,1,10626,0,3114.07,-3242.49,146.176,3.33612,345,5,0,3293,0,1,0,0,0),(92210,8541,0,1,1,10751,0,3089.29,-3178.84,141.781,3.48153,345,10,0,3529,0,1,0,0,0),(92211,8524,0,1,1,11397,0,3052.79,-3113.27,129.645,1.19496,345,0,0,2305,4896,2,0,0,0),(92212,8555,0,1,1,3004,0,2978.03,-2828.08,105.686,0.618434,345,10,0,3189,0,1,0,0,0),(92213,8556,0,1,1,11178,0,2938.21,-2878.71,99.2725,1.9324,345,10,0,3529,0,1,0,0,0),(92214,8555,0,1,1,3004,0,2947.38,-2844.13,104.719,0.975752,345,5,0,3189,0,1,0,0,0),(92215,8530,0,1,1,10626,0,3014.24,-2830.02,106.161,1.41792,345,0,0,3293,0,0,0,0,0),(92216,8523,0,1,1,5231,1,3003.82,-2829.85,106.174,4.3918,345,0,0,3189,0,0,0,0,0),(92217,8555,0,1,1,3004,0,2946.7,-2808.76,106.573,2.1261,345,5,0,3189,0,1,0,0,0),(92218,8530,0,1,1,10626,0,2962.68,-2735.41,115.565,5.8662,345,10,0,3293,0,1,0,0,0),(92219,8555,0,1,1,3004,0,2965.59,-2783.07,110.778,5.23169,345,10,0,3189,0,1,0,0,0),(92220,10826,0,1,1,7847,1,2953.25,-3200.92,113.18,5.38088,43200,0,0,3758,0,2,0,0,0),(92221,8523,0,1,1,5231,1,3049.47,-2881.51,109.534,0.585295,345,10,0,3189,0,1,0,0,0),(92222,8601,0,1,1,7896,0,2135.13,-4688.31,76.8424,3.29053,345,10,0,3420,0,1,0,0,0),(92223,8561,0,1,1,10441,1,3444.63,-4886.93,166.214,2.47458,345,5,0,3876,0,1,0,0,0),(92224,8562,0,1,1,10435,1,3379.26,-4847.99,166.468,6.21559,345,5,0,3006,2241,1,0,0,0),(92225,8562,0,1,1,10435,1,3460.56,-4919.15,170.539,1.71042,345,0,0,3006,2241,0,0,0,0),(92226,8560,0,1,1,10444,1,3461.63,-4914.65,170.539,4.2237,345,0,0,3758,0,0,0,0,0),(92227,8540,0,1,1,984,0,3079.46,-3941.73,115.92,5.62482,345,10,0,3189,0,1,0,0,0),(92228,8523,0,1,1,5231,1,3102.82,-3914.5,125.478,6.20694,345,3,0,3189,0,1,0,0,0),(92229,8543,0,1,1,1693,0,3185.1,-3842.97,130.932,3.71546,345,0,0,3758,0,2,0,0,0),(92230,8530,0,1,1,10626,0,3156.45,-3812.18,130.071,0.628079,345,10,0,3293,0,1,0,0,0),(92231,8530,0,1,1,10626,0,3075,-3837.5,125.726,3.7291,345,10,0,3293,0,1,0,0,0),(92232,12247,0,1,1,12271,0,3124.36,-3868.76,138.446,0.994838,345,0,0,42,0,0,0,0,0),(92233,12255,0,1,1,7804,0,3124.34,-3868.78,138.446,2.70526,345,0,0,42,0,0,0,0,0),(92234,8540,0,1,1,984,0,3050.58,-3848.98,119.515,0.718371,345,10,0,3189,0,1,0,0,0),(92235,8553,0,1,1,10429,1,3135.96,-3867.93,135.447,3.33358,345,0,0,2305,4896,0,0,0,0),(92236,12262,0,1,1,10627,0,3117.6,-3870.24,138.447,3.29867,345,0,0,3589,0,0,0,0,0),(92237,8534,0,1,1,7854,0,3148.88,-3803.62,131.041,6.19323,345,10,0,3420,0,1,0,0,0),(92238,8561,0,1,1,10439,1,3333,-5000.86,168.796,0.733038,345,0,0,3876,0,0,0,0,0),(92239,8561,0,1,1,10441,1,3336.11,-4999.15,168.796,3.38594,345,0,0,3876,0,0,0,0,0),(92240,8541,0,1,1,10751,0,2093.66,-4509.98,78.4174,5.41554,345,0,0,3529,0,0,0,0,0),(92241,8558,0,1,1,9758,0,2544.98,-3705.43,179.726,2.6529,345,0,0,3876,0,0,0,0,0),(92242,8558,0,1,1,9758,0,2537.94,-3702.79,179.667,6.02139,345,0,0,3876,0,0,0,0,0),(92243,8543,0,1,1,1693,0,3188.29,-3421.94,164.979,2.66484,345,0,0,3758,0,0,0,0,0),(92244,11288,0,1,1,10938,1,2515.42,-4165.8,48.4042,0.558505,345,0,0,1114,0,0,0,0,0),(92245,11288,0,1,1,10935,1,2507.5,-4161.34,47.2829,2.51327,345,0,0,1114,0,0,0,0,0),(92246,11288,0,1,1,10935,1,2509.99,-4160.89,47.1341,0.174533,345,0,0,1114,0,0,0,0,0),(92247,11288,0,1,1,10938,1,2512.14,-4162.29,47.5487,1.81514,345,0,0,1114,0,0,0,0,0),(92248,11288,0,1,1,10935,1,2515.1,-4167.76,48.8744,5.32325,345,0,0,1114,0,0,0,0,0),(92249,11288,0,1,1,10936,1,2514.5,-4163.62,47.987,4.50295,345,0,0,1114,0,0,0,0,0),(92250,8541,0,1,1,10751,0,3183.98,-3554.36,152.852,2.65611,345,10,0,3529,0,1,0,0,0),(92251,8530,0,1,1,10626,0,3213.11,-3595.36,149.782,0.655273,345,10,0,3293,0,1,0,0,0),(92252,8525,0,1,1,612,1,3143.41,-3358.27,156.996,0.96871,345,5,0,2823,2117,1,0,0,0),(92253,12251,0,1,1,7804,0,3180.14,-3320.52,165.243,0.05236,345,0,0,42,0,0,0,0,0),(92254,12247,0,1,1,12271,0,3179.95,-3320.36,165.243,0.366519,345,0,0,42,0,0,0,0,0),(92255,8548,0,1,1,10956,1,2030.31,-4423.48,76.4772,0.21448,345,0,0,2915,2163,0,0,0,0),(92256,8556,0,1,1,11178,0,3183.35,-3324.72,163.548,2.44346,345,0,0,3529,0,0,0,0,0),(92257,8526,0,1,1,9788,0,2024.81,-4430.5,76.4772,2.72061,345,0,0,2550,5206,0,0,0,0),(92258,12262,0,1,1,10627,0,3175.24,-3315.21,165.244,2.28638,345,0,0,3589,0,0,0,0,0),(92259,8541,0,1,1,10751,0,3121.33,-3307.31,141.537,4.9877,345,0,0,3529,0,2,0,0,0),(92260,8601,0,1,1,7896,0,2399.82,-4125.26,86.1,0.862064,345,3,0,3420,0,1,0,0,0),(92261,8529,0,1,1,7847,1,2539.73,-3752.12,178.789,3.01882,345,10,0,3997,0,1,0,0,0),(92262,12247,0,1,1,12271,0,3182.83,-3461.3,167.478,3.24631,345,0,0,42,0,0,0,0,0),(92263,12252,0,1,1,7804,0,3182.85,-3461.13,167.478,5.77704,345,0,0,42,0,0,0,0,0),(92264,8553,0,1,1,10427,1,3185.53,-3456.8,165.529,4.13643,345,0,0,2305,4896,0,0,0,0),(92265,8525,0,1,1,612,1,3214.54,-3493.96,153.802,4.71636,345,5,0,2823,2117,1,0,0,0),(92266,12262,0,1,1,10627,0,3178.88,-3468.25,167.479,4.27606,345,0,0,3589,0,0,0,0,0),(92267,8543,0,1,1,1693,0,3147.86,-3521.45,156.482,1.53646,345,0,0,3758,0,2,0,0,0),(92268,8524,0,1,1,11397,0,3121.22,-3416.78,138.9,1.62735,345,10,0,2305,4896,1,0,0,0),(92269,8553,0,1,1,10430,1,3075.49,-3368.79,154.443,0,345,0,0,2305,4896,0,0,0,0),(92270,8530,0,1,1,10626,0,3045.88,-3547.27,127.715,2.50102,345,10,0,3293,0,1,0,0,0),(92271,8553,0,1,1,10429,1,3083.83,-3368.92,154.443,3.22886,345,0,0,2305,4896,0,0,0,0),(92272,8543,0,1,1,1693,0,3052.18,-3487.22,132.574,3.48219,345,0,0,3758,0,2,0,0,0),(247229,16031,329,1,1,0,0,4044.05,-3334.55,115.54,4.12,86400,0,0,6104,0,0,0,0,0),(92274,8553,0,1,1,10429,1,3259.74,-3390.09,143.522,1.71042,345,0,0,2305,4896,0,0,0,0),(92275,8543,0,1,1,1693,0,3085.75,-3453.26,136.028,4.93622,345,0,0,3758,0,2,0,0,0),(52146,14646,329,1,1,11686,0,3492.34,-3065.4,135.646,4.72984,86400,0,0,57,0,0,0,0,0),(247226,10516,329,1,1,0,0,3706.78,-3412.97,132.05,2.08,86400,0,0,11136,0,0,0,0,0),(92278,8543,0,1,1,1693,0,2996.2,-3507.77,146.54,2.93373,345,0,0,3758,0,2,0,0,0),(92279,8553,0,1,1,10430,1,3258.43,-3373.41,144.274,4.67748,345,0,0,2305,4896,0,0,0,0),(247225,10393,329,1,1,0,0,3481.68,-3318.06,130.78,0,86400,0,0,13065,10922,0,0,0,0),(92281,8530,0,1,1,10626,0,3040.34,-3613.83,123.9,1.90483,345,10,0,3293,0,1,0,0,0),(92282,12263,0,1,1,7864,0,3013.67,-3435.91,149.708,0.994854,345,0,0,3589,0,2,0,0,0),(92283,8561,0,1,1,10441,1,3225.5,-4721.81,154.733,5.2709,345,0,0,3876,0,0,0,0,0),(92284,8562,0,1,1,10435,1,3229.44,-4725.53,154.905,2.54818,345,0,0,3006,2241,0,0,0,0),(92285,8530,0,1,1,10626,0,2980.72,-3181.93,127.335,3.25117,345,5,0,3293,0,1,0,0,0),(92286,8605,0,1,1,7900,0,2779.06,-5044.27,90.9328,1.84204,345,5,0,3644,0,1,0,0,0),(92287,12337,0,1,1,10502,1,2814.72,-4466.88,89.9556,3.96079,610,0,0,14652,4868,2,0,0,0),(92288,13118,0,1,1,10494,1,2807.56,-4474.55,89.9657,4.01185,610,0,0,8352,0,2,0,0,0),(92289,13118,0,1,1,10492,1,2821.24,-4460.42,89.9439,3.94116,610,0,0,8352,0,2,0,0,0),(92290,13118,0,1,1,10492,1,2818.17,-4463.67,89.9566,3.94901,610,0,0,8352,0,2,0,0,0),(92291,13118,0,1,1,10492,1,2810.57,-4471.33,89.9647,3.96079,610,0,0,8352,0,2,0,0,0),(92292,8597,0,1,1,7891,0,2195.61,-4210.71,76.8386,3.16488,345,3,0,3529,0,1,0,0,0),(92293,8601,0,1,1,7896,0,2501.91,-4248.48,77.235,2.92081,345,10,0,3420,0,1,0,0,0),(92294,8597,0,1,1,7891,0,2353.49,-4094.84,77.046,4.98438,345,10,0,3529,0,1,0,0,0),(92295,8603,0,1,1,7898,0,2282.31,-4151.71,94.8817,1.93376,345,5,0,3293,0,1,0,0,0),(92296,8607,0,1,1,11141,0,2189.1,-5076.95,50.6731,0.654311,345,5,0,3293,0,1,0,0,0),(92297,8606,0,1,1,681,0,2244.26,-5085.14,54.3628,0.645819,345,5,0,3529,0,1,0,0,0),(92298,8597,0,1,1,7891,0,2284.92,-4323.77,74.4438,1.72015,345,10,0,3529,0,1,0,0,0),(92299,8600,0,1,1,7894,0,1792.53,-4231.64,90.7105,1.57275,345,10,0,3189,0,1,0,0,0),(92300,8600,0,1,1,7894,0,1846.52,-4312.6,90.51,0.429133,345,5,0,3189,0,1,0,0,0),(92301,8600,0,1,1,7894,0,1990.99,-3979.5,119.454,0.068386,345,10,0,3189,0,1,0,0,0),(92302,8600,0,1,1,7894,0,1961.34,-3958.26,132.585,2.78248,345,10,0,3189,0,1,0,0,0),(92303,8600,0,1,1,7894,0,2142.24,-3393.13,133.97,5.89645,345,5,0,3189,0,1,0,0,0),(92304,8603,0,1,1,7898,0,2044.93,-3853.08,130.78,5.9709,345,0,0,3293,0,0,0,0,0),(92305,8603,0,1,1,7898,0,1772.8,-4174.29,85.9585,3.24604,345,10,0,3293,0,1,0,0,0),(92306,8603,0,1,1,7898,0,1643.61,-3856.19,131.228,2.49071,345,10,0,3293,0,1,0,0,0),(92307,8603,0,1,1,7898,0,2373.64,-4302.37,77.8021,1.17885,345,10,0,3293,0,1,0,0,0),(92308,8601,0,1,1,7896,0,2109.35,-4104.61,85.0634,2.02396,345,10,0,3420,0,1,0,0,0),(92309,8603,0,1,1,7898,0,1752.49,-4111.56,97.2032,0.537071,345,10,0,3293,0,1,0,0,0),(92310,8596,0,1,1,7890,0,1736.36,-3090.21,78.1675,0.653904,345,10,0,3189,0,1,0,0,0),(92311,8600,0,1,1,7894,0,1818.63,-4281.16,86.1573,0.708626,345,5,0,3189,0,1,0,0,0),(92312,8603,0,1,1,7898,0,1665.04,-3584.25,120.158,5.68598,345,10,0,3293,0,1,0,0,0),(92313,8603,0,1,1,7898,0,1594.36,-3388.78,128.776,2.94707,345,5,0,3293,0,1,0,0,0),(92314,8597,0,1,1,7891,0,2306.72,-4240.5,101.017,5.03043,345,5,0,3529,0,1,0,0,0),(92315,8601,0,1,1,7896,0,2346.61,-4203.31,100.713,0.781947,345,5,0,3420,0,1,0,0,0),(92316,8601,0,1,1,7896,0,2286.51,-4076.3,78.3465,5.21671,345,10,0,3420,0,1,0,0,0),(92317,8597,0,1,1,7891,0,2147.46,-4817.17,81.718,0.561038,345,3,0,3529,0,1,0,0,0),(92318,8601,0,1,1,7896,0,2125.7,-3941.41,135.315,4.91113,345,10,0,3420,0,1,0,0,0),(92319,8550,0,1,1,10421,1,2665.49,-5503.45,162.39,0.279253,345,0,0,2799,5598,0,0,0,0),(92320,8550,0,1,1,10421,1,2612.87,-5503.44,158.134,4.45059,345,0,0,2799,5598,0,0,0,0),(92321,8546,0,1,1,10409,1,2672.47,-5501.75,162.213,3.35103,345,0,0,3876,0,0,0,0,0),(92322,8558,0,1,1,9758,0,2714.66,-5421.47,161.407,5.70723,345,0,0,3876,0,0,0,0,0),(92323,8606,0,1,1,681,0,2212.24,-5177.29,55.1209,1.94642,345,5,0,3529,0,1,0,0,0),(92324,8545,0,1,1,7858,0,2147.63,-3558.4,145.358,4.955,345,5,0,3997,0,1,0,0,0),(92325,8603,0,1,1,7898,0,1654.41,-3510.64,128.128,1.31019,345,10,0,3293,0,1,0,0,0),(92326,9448,0,1,1,10397,1,1585.18,-5486.64,101.036,4.36009,610,5,0,6477,2163,1,0,0,0),(92327,9450,0,1,1,10400,1,1576.56,-5497.92,100.879,3.66519,610,0,0,6273,2117,0,0,0,0),(92328,9448,0,1,1,10397,1,1584.01,-5455.42,100.847,3.60873,610,0,0,6477,2163,0,0,0,0),(92329,9450,0,1,1,10398,1,1553.15,-5491.36,101.272,5.6245,610,5,0,6273,2117,1,0,0,0),(92330,9451,0,1,1,10414,1,1553.8,-5520.7,101.252,0.329303,610,5,0,5490,5013,1,0,0,0),(92331,8520,0,1,1,5563,0,1680.97,-4707.97,62.0369,4.96116,345,10,0,3529,0,1,0,0,0),(92332,8600,0,1,1,7894,0,1674.01,-3422.26,136.526,1.11152,345,10,0,3189,0,1,0,0,0),(92333,9448,0,1,1,10395,1,1573.52,-5500.25,100.854,0.733038,610,0,0,6477,2163,0,0,0,0),(92334,8546,0,1,1,10408,1,2610.83,-5508.66,158.759,1.27409,345,0,0,3876,0,0,0,0,0),(92335,9447,0,1,1,10377,1,1635.92,-4785.59,87.2311,0.645772,610,0,0,5886,1982,0,0,0,0),(92336,8597,0,1,1,7891,0,2351.08,-4663.2,76.1008,5.70101,345,10,0,3529,0,1,0,0,0),(92337,8600,0,1,1,7894,0,2029.87,-3383.75,109.513,2.71645,345,10,0,3189,0,1,0,0,0),(92338,8600,0,1,1,7894,0,1620,-3484.2,132.202,1.88036,345,5,0,3189,0,1,0,0,0),(92339,9449,0,1,1,10390,1,1617.85,-5365.8,74.1991,2.18166,610,0,0,6078,2041,0,0,0,0),(92340,9447,0,1,1,10376,1,1616.29,-5363.12,74.2627,5.18363,610,0,0,5886,1982,0,0,0,0),(92341,9447,0,1,1,10377,1,1572.41,-5416.13,75.0134,3.9968,610,0,0,5886,1982,0,0,0,0),(92342,9452,0,1,1,10403,1,1569.64,-5419.08,75.4552,0.785398,610,0,0,5151,4765,0,0,0,0),(92343,9447,0,1,1,10376,1,1556.43,-5400.71,78.2931,5.60251,610,0,0,5886,1982,0,0,0,0),(92344,9447,0,1,1,10377,1,1562.96,-5393.36,78.3511,5.49779,610,0,0,5886,1982,0,0,0,0),(92345,8600,0,1,1,7894,0,1621.1,-3423.57,134.103,3.34627,345,10,0,3189,0,1,0,0,0),(92346,8600,0,1,1,7894,0,1624.31,-3550.88,120.741,2.47661,345,5,0,3189,0,1,0,0,0),(92347,8600,0,1,1,7894,0,1676.37,-3490.37,130.884,2.03008,345,10,0,3189,0,1,0,0,0),(92348,8597,0,1,1,7891,0,1951,-5120.7,77.8774,4.39249,345,10,0,3529,0,1,0,0,0),(92349,8601,0,1,1,7896,0,2252.28,-4580.34,73.7361,2.24188,345,10,0,3420,0,1,0,0,0),(92350,8603,0,1,1,7898,0,1945.39,-3900.84,129.294,0.631383,345,10,0,3293,0,1,0,0,0),(92351,8597,0,1,1,7891,0,2169.97,-5116.6,52.797,4.93096,345,5,0,3529,0,1,0,0,0),(92352,8596,0,1,1,7890,0,1675.31,-3378.01,124.305,6.18652,345,10,0,3189,0,1,0,0,0),(92353,8606,0,1,1,681,0,2061.56,-4209.06,20.4282,4.3231,345,5,0,3529,0,1,0,0,0),(92354,8597,0,1,1,7891,0,2222.54,-4280.76,75.7712,0.023433,345,10,0,3529,0,1,0,0,0),(92355,8606,0,1,1,681,0,1980.06,-4295.74,16.374,1.84503,345,5,0,3529,0,1,0,0,0),(92356,8607,0,1,1,11141,0,2017.49,-4376.62,21.2891,4.64313,345,3,0,3293,0,1,0,0,0),(92357,8607,0,1,1,11141,0,2017.81,-4284.57,10.8653,1.97682,345,5,0,3293,0,1,0,0,0),(92358,8603,0,1,1,7898,0,1979.49,-3532.35,113.296,1.24895,345,10,0,3293,0,1,0,0,0),(92359,8596,0,1,1,7890,0,2146.57,-2871.95,89.444,4.61563,345,10,0,3189,0,1,0,0,0),(92360,8596,0,1,1,7890,0,2193.41,-2843.31,91.3492,0.414257,345,3,0,3189,0,1,0,0,0),(92361,8596,0,1,1,7890,0,2095.73,-2966.34,92.3586,0.900328,345,10,0,3189,0,1,0,0,0),(92362,8600,0,1,1,7894,0,2090.76,-2889.27,82.1505,4.93985,345,10,0,3189,0,1,0,0,0),(92363,8601,0,1,1,7896,0,2054.1,-4084.83,88.9267,5.0851,345,5,0,3420,0,1,0,0,0),(92364,8526,0,1,1,9788,0,2077.5,-4512.76,76.8726,1.68039,345,10,0,2550,5206,1,0,0,0),(92365,8601,0,1,1,7896,0,2193.14,-4075.67,86.0414,4.13225,345,10,0,3420,0,1,0,0,0),(92366,8603,0,1,1,7898,0,1829.2,-2847.64,81.6507,1.50241,345,10,0,3293,0,1,0,0,0),(92367,8601,0,1,1,7896,0,2144.78,-4064.61,93.7588,1.81957,345,10,0,3420,0,1,0,0,0),(92368,8551,0,1,1,10420,1,1969.5,-4522.47,75.5379,2.35553,345,5,0,2470,5013,1,0,0,0),(92369,8548,0,1,1,10953,1,1971.35,-4508.92,74.9112,1.98614,345,5,0,2915,2163,1,0,0,0),(92370,8526,0,1,1,9788,0,1981.1,-4501.74,75.5344,1.62436,345,5,0,2550,5206,1,0,0,0),(92371,8543,0,1,1,1693,0,1908.96,-4478.82,79.104,2.67459,345,0,0,3758,0,2,0,0,0),(92372,8551,0,1,1,10418,1,1991.47,-4494.67,75.5214,5.74802,345,5,0,2470,5013,1,0,0,0),(92373,8548,0,1,1,10954,1,1974.43,-4505.11,82.3923,5.35496,345,5,0,2915,2163,1,0,0,0),(92374,8532,0,1,1,571,0,2151.34,-3416.27,135.448,4.09254,345,5,0,3876,0,1,0,0,0),(92375,8548,0,1,1,10954,1,1962.92,-4512.34,82.3923,0.8636,345,5,0,2915,2163,1,0,0,0),(92376,8548,0,1,1,10956,1,1971.49,-4522.69,82.3923,1.38738,345,5,0,2915,2163,1,0,0,0),(92377,8548,0,1,1,10954,1,1985.07,-4490.84,82.3923,0.114867,345,5,0,2915,2163,1,0,0,0),(92378,8542,0,1,1,8783,0,2447.04,-3632.91,178.807,4.68092,345,10,0,3758,0,1,0,0,0),(92379,8600,0,1,1,7894,0,1729.45,-2962.25,80.4487,5.65361,345,5,0,3189,0,1,0,0,0),(92380,8532,0,1,1,571,0,2416.68,-3628.24,178.524,3.31881,345,10,0,3876,0,1,0,0,0),(92381,8596,0,1,1,7890,0,1839.79,-4252.9,89.5712,3.76576,345,5,0,3189,0,1,0,0,0),(92382,8596,0,1,1,7890,0,2121.96,-2769.42,78.6896,1.10373,345,10,0,3189,0,1,0,0,0),(92383,8600,0,1,1,7894,0,1887.79,-2890.06,85.5281,2.79265,345,10,0,3189,0,1,0,0,0),(92384,8600,0,1,1,7894,0,1783.64,-4374.41,82.2632,2.52055,345,10,0,3189,0,1,0,0,0),(92385,8548,0,1,1,10954,1,2098.77,-4546.95,76.4691,6.11065,345,0,0,2915,2163,0,0,0,0),(92386,9452,0,1,1,10405,1,1747.88,-5463.74,82.3928,0.698132,610,0,0,5151,4765,0,0,0,0),(92387,9452,0,1,1,10404,1,1750.96,-5461.69,82.3928,3.35103,610,0,0,5151,4765,0,0,0,0),(92388,9452,0,1,1,10403,1,1755.04,-5442.33,82.3928,1.39626,610,0,0,5151,4765,0,0,0,0),(92389,9449,0,1,1,10389,1,1755.28,-5437.58,82.3928,4.81711,610,0,0,6078,2041,0,0,0,0),(92390,9452,0,1,1,10404,1,1746.64,-5461.96,82.3928,0.034907,610,0,0,5151,4765,0,0,0,0),(92391,8602,0,1,1,7897,0,2664.18,-4706.55,81.8228,3.81687,345,10,0,3644,0,1,0,0,0),(92392,9447,0,1,1,10378,1,1704.58,-5387.28,73.9117,4.45059,610,0,0,5886,1982,0,0,0,0),(92393,9452,0,1,1,10403,1,1739.18,-5424.84,82.3916,5.58505,610,0,0,5151,4765,0,0,0,0),(92394,9452,0,1,1,10403,1,1741.17,-5426.89,82.3916,2.25148,610,0,0,5151,4765,0,0,0,0),(92395,9447,0,1,1,10376,1,1703.63,-5390.73,73.7923,1.29154,610,0,0,5886,1982,0,0,0,0),(92396,8596,0,1,1,7890,0,1671.79,-3582.72,120.833,4.61758,345,10,0,3189,0,1,0,0,0),(92397,9452,0,1,1,10403,1,1759.51,-5395.4,82.3917,3.03687,610,0,0,5151,4765,0,0,0,0),(92398,9452,0,1,1,10405,1,1757.08,-5395.54,82.3917,0.261799,610,0,0,5151,4765,0,0,0,0),(92399,9447,0,1,1,10376,1,1627.84,-5388.02,74.0229,0.715585,610,0,0,5886,1982,0,0,0,0),(92400,9449,0,1,1,10389,1,1605.73,-5409.32,76.4823,0.663225,610,0,0,6078,2041,0,0,0,0),(92401,9452,0,1,1,10405,1,1647.72,-5392.43,74.2033,4.88692,610,0,0,5151,4765,0,0,0,0),(92402,9452,0,1,1,10403,1,1649,-5395.93,74.3717,2.14675,610,0,0,5151,4765,0,0,0,0),(92403,9447,0,1,1,10378,1,1632.19,-5394.35,73.9124,0.785398,610,0,0,5886,1982,0,0,0,0),(92404,9452,0,1,1,10405,1,1608.78,-5402.47,75.7878,4.15388,610,0,0,5151,4765,0,0,0,0),(92405,9447,0,1,1,10377,1,1627.97,-5291.14,75.9702,4.29351,610,0,0,5886,1982,0,0,0,0),(92406,9447,0,1,1,10376,1,1610.85,-5410.22,75.7878,3.36848,610,0,0,5886,1982,0,0,0,0),(92407,9449,0,1,1,10390,1,1642.86,-5299.14,75.9702,4.7822,610,0,0,6078,2041,0,0,0,0),(92408,8546,0,1,1,10408,1,2508.98,-3809.27,178.101,3.19395,345,0,0,3876,0,0,0,0,0),(92409,8597,0,1,1,7891,0,2008.71,-5072.57,85.8598,1.50144,345,10,0,3529,0,1,0,0,0),(92410,9447,0,1,1,10376,1,1615.37,-5311.45,74.4712,5.84685,610,0,0,5886,1982,0,0,0,0),(92411,9452,0,1,1,10405,1,1644.81,-5301.05,75.9702,3.80482,610,0,0,5151,4765,0,0,0,0),(92412,9447,0,1,1,10376,1,1614.05,-5314.02,74.4712,5.88176,610,0,0,5886,1982,0,0,0,0),(92413,9452,0,1,1,10405,1,1642.71,-5303.42,75.9702,1.23918,610,0,0,5151,4765,0,0,0,0),(92414,9449,0,1,1,10388,1,1599.11,-5280.8,75.9702,1.5708,610,0,0,6078,2041,0,0,0,0),(92415,9447,0,1,1,10378,1,1631.98,-5293.08,75.9702,4.20624,610,0,0,5886,1982,0,0,0,0),(92416,9452,0,1,1,10406,1,1592.06,-5309.36,75.9702,2.33874,610,0,0,5151,4765,0,0,0,0),(92417,9452,0,1,1,10405,1,1589.49,-5306.12,75.9702,5.37561,610,0,0,5151,4765,0,0,0,0),(92418,9449,0,1,1,10389,1,1599.64,-5277.89,75.9702,4.46804,610,0,0,6078,2041,0,0,0,0),(92419,9447,0,1,1,10377,1,1598.17,-5279.28,75.9702,5.60251,610,0,0,5886,1982,0,0,0,0),(92420,9449,0,1,1,10387,1,1612.89,-5315.04,89.8936,2.61799,610,0,0,6078,2041,0,0,0,0),(92421,9452,0,1,1,10404,1,1588.97,-5307.71,75.9702,5.88176,610,0,0,5151,4765,0,0,0,0),(92422,9449,0,1,1,10389,1,1607.78,-5287.93,84.7919,6.17846,610,0,0,6078,2041,0,0,0,0),(92423,8601,0,1,1,7896,0,2283.21,-4667.56,74.645,1.48863,345,10,0,3420,0,1,0,0,0),(92424,9447,0,1,1,10377,1,1610.38,-5287.87,84.7919,3.28122,610,0,0,5886,1982,0,0,0,0),(92425,8597,0,1,1,7891,0,2284.56,-4825.25,119.313,2.29752,345,5,0,3529,0,1,0,0,0),(92426,9449,0,1,1,10388,1,1594.57,-5300.28,91.1874,4.2586,610,0,0,6078,2041,0,0,0,0),(92427,9447,0,1,1,10377,1,1593.2,-5303.4,91.1874,1.20428,610,0,0,5886,1982,0,0,0,0),(92428,9447,0,1,1,10378,1,1610.9,-5313.9,89.8936,5.75959,610,0,0,5886,1982,0,0,0,0),(92429,9447,0,1,1,10376,1,1576.13,-5321.84,88.9986,5.11381,610,0,0,5886,1982,0,0,0,0),(92430,9447,0,1,1,10380,1,1577.41,-5324.44,88.9986,2.07694,610,0,0,5886,1982,0,0,0,0),(92431,9449,0,1,1,10387,1,1579.2,-5324.41,99.9128,5.96524,610,0,0,6078,2041,2,0,0,0),(92432,11898,0,1,1,11836,1,1651.43,-5492.02,101.95,1.98555,610,0,0,7326,9736,2,0,0,0),(92433,9448,0,1,1,10397,1,1642.38,-5488.23,101.356,2.47997,610,0,0,6477,2163,2,0,0,0),(92434,9451,0,1,1,10415,1,1572.53,-5486.02,101.131,0.617553,610,0,0,5490,5013,2,0,0,0),(92435,9448,0,1,1,10395,1,1537.24,-5474.58,99.7218,4.01065,610,2,0,6477,2163,1,0,0,0),(92436,9451,0,1,1,10414,1,1615.58,-5478.06,100.921,1.67852,610,5,0,5490,5013,1,0,0,0),(92437,9450,0,1,1,10400,1,1576.23,-5587.76,111.254,4.32842,610,0,0,6273,2117,0,0,0,0),(92438,9448,0,1,1,10396,1,1610.27,-5509.77,106.815,1.16937,610,0,0,6477,2163,0,0,0,0),(92439,9448,0,1,1,10395,1,1625.15,-5517.64,106.869,1.23918,610,0,0,6477,2163,0,0,0,0),(92440,9448,0,1,1,10395,1,1613.98,-5530.8,111.252,1.22173,610,0,0,6477,2163,0,0,0,0),(92441,9448,0,1,1,10397,1,1605.82,-5526.18,111.251,1.18682,610,0,0,6477,2163,0,0,0,0),(92442,9448,0,1,1,10395,1,1581.67,-5575.31,111.254,4.32842,610,0,0,6477,2163,0,0,0,0),(92443,9448,0,1,1,10396,1,1578.84,-5598.91,111.254,4.06662,610,0,0,6477,2163,0,0,0,0),(92444,9451,0,1,1,10416,1,1585.1,-5584.34,111.254,4.11898,610,0,0,5490,5013,0,0,0,0),(92445,9448,0,1,1,10396,1,1604.1,-5575.29,111.253,0.593412,610,0,0,6477,2163,0,0,0,0),(92446,9450,0,1,1,10400,1,1585.24,-5611.23,111.254,0.628319,610,0,0,6273,2117,0,0,0,0),(92447,9448,0,1,1,10396,1,1606.6,-5573.69,111.254,3.52556,610,0,0,6477,2163,0,0,0,0),(92448,9450,0,1,1,10398,1,1576.33,-5555.26,111.254,4.24115,610,0,0,6273,2117,0,0,0,0),(92449,9448,0,1,1,10396,1,1557.1,-5592.93,111.254,4.60767,610,0,0,6477,2163,0,0,0,0),(92450,9448,0,1,1,10395,1,1586.85,-5611.75,111.254,1.01229,610,0,0,6477,2163,0,0,0,0),(92451,9448,0,1,1,10396,1,1573.82,-5560.28,111.254,1.09956,610,0,0,6477,2163,0,0,0,0),(92452,9451,0,1,1,10414,1,1579.15,-5556.9,111.254,3.61283,610,0,0,5490,5013,0,0,0,0),(92453,9450,0,1,1,10401,1,1589.36,-5607.69,111.254,4.17134,610,0,0,6273,2117,0,0,0,0),(92454,9448,0,1,1,10395,1,1556.89,-5596.22,111.254,1.55334,610,0,0,6477,2163,0,0,0,0),(92455,8597,0,1,1,7891,0,2199.06,-4244.9,75.4295,2.79699,345,10,0,3529,0,1,0,0,0),(92456,8601,0,1,1,7896,0,2252.63,-4765.01,98.3641,4.1542,345,3,0,3420,0,1,0,0,0),(92457,8601,0,1,1,7896,0,2326.1,-4545.37,81.8834,2.79482,345,10,0,3420,0,1,0,0,0),(92458,9449,0,1,1,10389,1,1748.43,-5445.19,85.9244,2.98472,610,5,0,6078,2041,1,0,0,0),(92459,9447,0,1,1,10378,1,1728.19,-5388.36,81.0628,2.07694,610,0,0,5886,1982,0,0,0,0),(92460,9449,0,1,1,10389,1,1746.19,-5407.06,82.3915,0.453786,610,0,0,6078,2041,0,0,0,0),(92461,9449,0,1,1,10389,1,1803.24,-5422.34,82.3951,2.54818,610,0,0,6078,2041,0,0,0,0),(92462,9452,0,1,1,10404,1,1748.58,-5405.63,82.3916,3.75246,610,0,0,5151,4765,0,0,0,0),(92463,8597,0,1,1,7891,0,1945.35,-5090.71,87.0653,1.1084,345,10,0,3529,0,1,0,0,0),(92464,9452,0,1,1,10403,1,1800.24,-5424.14,82.3926,1.37881,610,0,0,5151,4765,0,0,0,0),(92465,8603,0,1,1,7898,0,2156.52,-5191.72,81.3271,4.77351,345,10,0,3293,0,1,0,0,0),(92466,9447,0,1,1,10378,1,1739.43,-5380.87,81.0414,2.30383,610,0,0,5886,1982,0,0,0,0),(92467,9449,0,1,1,10388,1,1780.65,-5425.06,82.3914,2.23402,610,0,0,6078,2041,0,0,0,0),(92468,9449,0,1,1,10387,1,1778.98,-5422.72,82.3946,5.3058,610,0,0,6078,2041,0,0,0,0),(92469,9452,0,1,1,10406,1,1800.55,-5419.82,82.3986,5.07891,610,0,0,5151,4765,0,0,0,0),(92470,8596,0,1,1,7890,0,1637.61,-4420.62,95.4439,0.797928,345,5,0,3189,0,1,0,0,0),(92471,8521,0,1,1,11171,0,2506.72,-4193.38,61.0156,0.101886,345,10,0,3644,0,1,0,0,0),(92472,8600,0,1,1,7894,0,1625.79,-3635.2,108.892,4.7407,345,10,0,3189,0,1,0,0,0),(92473,8528,0,1,1,11396,0,2679.56,-5469.57,157.067,5.06479,345,10,0,2714,5461,1,0,0,0),(92474,8542,0,1,1,8783,0,2480.36,-5184.73,76.112,2.3682,345,0,0,3758,0,0,0,0,0),(92475,8542,0,1,1,8783,0,2443.26,-5215.05,73.7353,6.04434,345,5,0,3758,0,1,0,0,0),(92476,8542,0,1,1,8783,0,2446.79,-5148.63,80.0468,5.25092,345,10,0,3758,0,1,0,0,0),(92477,8534,0,1,1,7854,0,1741.02,-4422.18,74.9123,2.16102,345,10,0,3420,0,1,0,0,0),(92478,8597,0,1,1,7891,0,1979.3,-5271.38,86.3963,5.74202,345,5,0,3529,0,1,0,0,0),(92479,8606,0,1,1,681,0,2021.59,-4347.6,6.69596,5.75104,345,10,0,3529,0,1,0,0,0),(92480,8606,0,1,1,681,0,2074.01,-4344.92,12.0691,5.16991,345,5,0,3529,0,1,0,0,0),(92481,8606,0,1,1,681,0,1986.29,-4186.02,13.1463,3.64976,345,5,0,3529,0,1,0,0,0),(92482,8521,0,1,1,11171,0,2462.23,-4153.38,46.3769,4.73961,345,10,0,3644,0,1,0,0,0),(92483,8597,0,1,1,7891,0,2402.22,-5021.43,76.4145,2.87668,345,10,0,3529,0,1,0,0,0),(92484,8597,0,1,1,7891,0,2164.26,-5151.2,74.0244,1.81957,345,5,0,3529,0,1,0,0,0),(92485,8601,0,1,1,7896,0,2246.17,-5146.08,62.4112,4.99243,345,0,0,3420,0,0,0,0,0),(92486,8606,0,1,1,681,0,2334.67,-5127.65,53.8121,3.37552,345,5,0,3529,0,1,0,0,0),(92487,8606,0,1,1,681,0,2282.18,-5143.97,53.7672,5.74349,345,5,0,3529,0,1,0,0,0),(92488,8603,0,1,1,7898,0,2393.76,-4987.01,71.2813,5.87737,345,10,0,3293,0,1,0,0,0),(92489,8534,0,1,1,7854,0,2162.83,-5179.83,81.7658,1.80154,345,10,0,3420,0,1,0,0,0),(92490,8603,0,1,1,7898,0,2281.19,-5110.87,75.1932,0.222481,345,5,0,3293,0,1,0,0,0),(92491,8603,0,1,1,7898,0,2023.02,-5285.4,87.1893,6.13811,345,10,0,3293,0,1,0,0,0),(92492,8601,0,1,1,7896,0,2164.03,-4148.06,74.3823,3.02074,345,10,0,3420,0,1,0,0,0),(92493,8601,0,1,1,7896,0,2209.3,-4125.93,79.2515,2.83648,345,10,0,3420,0,1,0,0,0),(92494,8601,0,1,1,7896,0,2102.27,-4795.61,75.3284,4.58416,345,10,0,3420,0,1,0,0,0),(92495,9447,0,1,1,10378,1,1657.94,-4850.38,84.2001,1.13695,610,10,0,5886,1982,1,0,0,0),(92496,8600,0,1,1,7894,0,1599.93,-3143.43,90.0316,3.99062,345,5,0,3189,0,1,0,0,0),(92497,8596,0,1,1,7890,0,1934.45,-2941.46,75.9477,3.57509,345,5,0,3189,0,1,0,0,0),(92498,8600,0,1,1,7894,0,1867,-3814.15,137.447,6.01239,345,10,0,3189,0,1,0,0,0),(92499,8596,0,1,1,7890,0,1623.31,-3441.69,135.291,2.84855,345,10,0,3189,0,1,0,0,0),(92500,9447,0,1,1,10377,1,1674.33,-4831.99,89.1391,6.24828,610,0,0,5886,1982,0,0,0,0),(92501,8534,0,1,1,7854,0,1668.18,-3538.13,124.707,4.07842,345,10,0,3420,0,1,0,0,0),(92502,8601,0,1,1,7896,0,2337.18,-4840.32,93.9747,0.544105,345,2,0,3420,0,1,0,0,0),(92503,8606,0,1,1,681,0,2170.97,-5128.59,53.2152,2.03129,345,5,0,3529,0,1,0,0,0),(92504,8596,0,1,1,7890,0,1653.14,-4438.58,88.669,1.28364,345,5,0,3189,0,1,0,0,0),(92505,9447,0,1,1,10377,1,1840.46,-5423.79,84.3416,2.71413,610,2,0,5886,1982,1,0,0,0),(92506,8596,0,1,1,7890,0,1794.84,-2889.4,69.5286,0.833047,345,10,0,3189,0,1,0,0,0),(92507,8596,0,1,1,7890,0,2086.09,-3022.37,78.3033,0.874558,345,10,0,3189,0,1,0,0,0),(92508,8603,0,1,1,7898,0,1745.72,-2871.81,85.4035,4.01615,345,5,0,3293,0,1,0,0,0),(92509,8600,0,1,1,7894,0,1584.07,-3846.89,127.821,2.90894,345,5,0,3189,0,1,0,0,0),(92510,8534,0,1,1,7854,0,1948.86,-3128.21,90.7465,5.43765,345,10,0,3420,0,1,0,0,0),(92511,8596,0,1,1,7890,0,2070.46,-3178.55,80.1001,3.93598,345,10,0,3189,0,1,0,0,0),(92512,8596,0,1,1,7890,0,1757.43,-2916.97,75.6366,4.66741,345,5,0,3189,0,1,0,0,0),(92513,8545,0,1,1,7858,0,2086.57,-3488.72,116.702,1.02451,345,10,0,3997,0,1,0,0,0),(92514,8532,0,1,1,571,0,2155.47,-3500.42,123.2,2.00736,345,10,0,3876,0,1,0,0,0),(92515,8529,0,1,1,7847,1,2105.31,-3505.09,119.456,2.91802,345,10,0,3997,0,1,0,0,0),(92516,8529,0,1,1,7847,1,2313.11,-3585.9,160.851,1.32297,345,0,0,3997,0,2,0,0,0),(92517,8542,0,1,1,8783,0,2254.88,-3503.27,141.643,2.29679,345,3,0,3758,0,1,0,0,0),(92518,8539,0,1,1,7857,0,2247.46,-3525.35,139.529,5.35159,345,5,0,3758,0,1,0,0,0),(92519,8532,0,1,1,571,0,2318.47,-3637.28,181.135,1.60402,345,2,0,3876,0,1,0,0,0),(92520,8542,0,1,1,8783,0,2386.91,-3628.38,181.97,2.35609,345,5,0,3758,0,1,0,0,0),(92521,8532,0,1,1,571,0,2349.01,-3663.31,184.497,1.63252,345,5,0,3876,0,1,0,0,0),(92522,8541,0,1,1,10751,0,1987.32,-4451.75,73.708,0.613295,345,10,0,3529,0,1,0,0,0),(92523,8541,0,1,1,10751,0,1948.37,-4448.59,77.0522,3.71009,345,0,0,3529,0,0,0,0,0),(92524,8526,0,1,1,9788,0,1968.05,-4476,74.3057,1.83958,345,0,0,2550,5206,0,0,0,0),(92525,8541,0,1,1,10751,0,2018.17,-4451.54,75.3462,2.6873,345,10,0,3529,0,1,0,0,0),(92526,8526,0,1,1,9788,0,2040.45,-4477,74.8191,4.83276,345,0,0,2550,5206,0,0,0,0),(92527,8538,0,1,1,4629,0,2044.3,-4428.91,74.2102,1.41978,345,5,0,3529,0,1,0,0,0),(92528,8541,0,1,1,10751,0,2053.5,-4497.17,74.8191,3.90754,345,6,0,3529,0,1,0,0,0),(92529,8526,0,1,1,9788,0,2050.53,-4464.59,74.9968,1.06789,345,0,0,2550,5206,0,0,0,0),(92530,8548,0,1,1,10956,1,2055.42,-4478.48,75.8946,4.24874,345,0,0,2915,2163,0,0,0,0),(92531,8548,0,1,1,10954,1,2058.37,-4453.84,75.8988,1.35838,345,5,0,2915,2163,1,0,0,0),(92532,8548,0,1,1,10955,1,2065.18,-4461.37,75.8988,3.04512,345,0,0,2915,2163,0,0,0,0),(92533,8531,0,1,1,10487,0,2020.03,-4481.07,73.7653,6.08223,345,10,0,3644,0,1,0,0,0),(92534,8526,0,1,1,9788,0,2077.21,-4470.32,77.258,2.01612,345,5,0,2550,5206,1,0,0,0),(92535,8548,0,1,1,10956,1,2038.97,-4536.08,74.7476,0.462065,345,5,0,2915,2163,1,0,0,0),(92536,8541,0,1,1,10751,0,2015.08,-4555.27,74.9889,0.490918,345,0,0,3529,0,0,0,0,0),(92537,8548,0,1,1,10953,1,2022.53,-4564.35,74.974,5.03374,345,0,0,2915,2163,0,0,0,0),(92538,8548,0,1,1,10955,1,2013.04,-4556.79,79.7481,4.23677,345,3,0,2915,2163,1,0,0,0),(92539,8600,0,1,1,7894,0,1833.71,-3470.16,118.847,5.76205,345,5,0,3189,0,1,0,0,0),(92540,8551,0,1,1,10420,1,2021.77,-4568.32,79.7546,0.476076,345,3,0,2470,5013,1,0,0,0),(92541,8596,0,1,1,7890,0,1719.72,-4849.11,92.5166,5.85624,345,5,0,3189,0,1,0,0,0),(92542,11291,0,1,1,4769,0,1596.92,-3242.14,66.8295,1.28059,345,3,0,3293,0,1,0,0,0),(92543,11291,0,1,1,4769,0,1596.16,-3254.41,66.8295,4.71239,345,3,0,3293,0,1,0,0,0),(92544,12250,0,1,1,10275,0,1609.43,-3248.63,68.053,3.15905,345,0,0,3398,0,0,0,0,0),(92545,11291,0,1,1,4769,0,1576.33,-3249.07,73.2314,1.80577,345,2,0,3293,0,1,0,0,0),(92546,11290,0,1,1,4778,0,1604.87,-3248.29,67.0182,0.636446,345,3,0,3189,0,1,0,0,0),(92547,8542,0,1,1,8783,0,2511.56,-5184.98,75.8612,4.00261,345,3,0,3758,0,1,0,0,0),(92548,11290,0,1,1,4778,0,1576.51,-3263.31,78.7768,4.93634,345,2,0,3189,0,1,0,0,0),(92549,11291,0,1,1,4769,0,1544.76,-3254.2,82.2041,5.1917,345,10,0,3293,0,1,0,0,0),(92550,11291,0,1,1,4769,0,1595.68,-3263.83,88.1491,6.20201,345,0,0,3293,0,0,0,0,0),(92551,11290,0,1,1,4778,0,1624.02,-3254.4,87.1756,5.30329,345,5,0,3189,0,1,0,0,0),(92552,11291,0,1,1,4769,0,1581.2,-3239.66,85.8314,2.77955,345,10,0,3293,0,1,0,0,0),(92553,11290,0,1,1,4778,0,1649.32,-3218.48,82.0858,2.99652,345,10,0,3189,0,1,0,0,0),(92554,11290,0,1,1,4778,0,1579.49,-3221.88,81.4548,3.03274,345,10,0,3189,0,1,0,0,0),(92555,11291,0,1,1,4769,0,1614.76,-3213.74,84.5545,2.01921,345,10,0,3293,0,1,0,0,0),(92556,11291,0,1,1,4769,0,1651.68,-3248.84,82.9006,2.73497,345,10,0,3293,0,1,0,0,0),(92557,11290,0,1,1,4778,0,1653.37,-3279.51,87.5124,3.3342,345,10,0,3189,0,1,0,0,0),(92558,11290,0,1,1,4778,0,1656.96,-3289.67,89.6626,1.57959,345,10,0,3189,0,1,0,0,0),(92559,11291,0,1,1,4769,0,1616.83,-3285.57,90.5804,3.13964,345,5,0,3293,0,1,0,0,0),(92560,8550,0,1,1,10422,1,2792.23,-5402.22,162.53,4.24115,345,0,0,2799,5598,0,0,0,0),(92561,8542,0,1,1,8783,0,2402.98,-5189.86,74.3611,3.52856,345,10,0,3758,0,1,0,0,0),(92562,8542,0,1,1,8783,0,2449.19,-5167.07,79.4992,2.0224,345,10,0,3758,0,1,0,0,0),(92563,9452,0,1,1,10404,1,1874,-5463.31,120.191,6.18934,610,5,0,5151,4765,1,0,0,0),(92564,11291,0,1,1,4769,0,1611.06,-3312.8,97.1058,2.73862,345,10,0,3293,0,1,0,0,0),(92565,11290,0,1,1,4778,0,1548.28,-3281.65,85.312,6.07498,345,5,0,3189,0,1,0,0,0),(92566,8550,0,1,1,10421,1,2789.47,-5407.67,162.673,1.09956,345,0,0,2799,5598,0,0,0,0),(92567,8534,0,1,1,7854,0,2092.14,-5214.68,84.9673,5.95093,345,10,0,3420,0,1,0,0,0),(5715,6491,1,1,4294967295,0,0,-8591.09,-3623.91,13.478,4.54902,60,0,0,4120,0,0,0,0,0),(92569,8534,0,1,1,7854,0,2220.16,-4416.01,96.3101,1.71186,345,3,0,3420,0,1,0,0,0),(92570,8601,0,1,1,7896,0,2369.79,-5018.75,72.4468,1.5708,345,5,0,3420,0,1,0,0,0),(92571,8534,0,1,1,7854,0,2242.62,-4093.51,78.6236,0.692738,345,10,0,3420,0,1,0,0,0),(92572,8601,0,1,1,7896,0,2385.41,-4923.03,73.9975,5.33261,345,10,0,3420,0,1,0,0,0),(92573,8597,0,1,1,7891,0,2006.67,-4758.64,94.7629,3.95977,345,5,0,3529,0,1,0,0,0),(92574,8601,0,1,1,7896,0,2243.74,-4227.2,94.9451,1.35043,345,3,0,3420,0,1,0,0,0),(92575,8601,0,1,1,7896,0,2245.99,-4168.2,104.881,1.5848,345,5,0,3420,0,1,0,0,0),(92576,8601,0,1,1,7896,0,2343.27,-4888.2,79.9356,5.26436,345,5,0,3420,0,1,0,0,0),(92577,8603,0,1,1,7898,0,1958.27,-4744.36,96.3715,3.46807,345,5,0,3293,0,1,0,0,0),(92578,8603,0,1,1,7898,0,1747.67,-4297.55,91.0505,0.927333,345,10,0,3293,0,1,0,0,0),(92579,8597,0,1,1,7891,0,2409.26,-4306.41,75.6122,1.34004,345,10,0,3529,0,1,0,0,0),(92580,8601,0,1,1,7896,0,2088.05,-4816.11,75.0681,4.07331,345,10,0,3420,0,1,0,0,0),(92581,8606,0,1,1,681,0,2165.74,-5035.06,52.6225,2.42154,345,3,0,3529,0,1,0,0,0),(92582,8596,0,1,1,7890,0,1757.64,-2980.05,74.0344,5.73255,345,5,0,3189,0,1,0,0,0),(92583,8606,0,1,1,681,0,2159.52,-4997.81,56.0813,2.89921,345,5,0,3529,0,1,0,0,0),(92584,8597,0,1,1,7891,0,2072.18,-4895.64,75.7407,1.78387,345,10,0,3529,0,1,0,0,0),(92585,8534,0,1,1,7854,0,2312.11,-4928.24,85.1969,3.07429,345,5,0,3420,0,1,0,0,0),(92586,8596,0,1,1,7890,0,1749.9,-2822.07,70.2383,4.33533,345,10,0,3189,0,1,0,0,0),(92587,8600,0,1,1,7894,0,1772.12,-2840.13,69.0439,2.40457,345,10,0,3189,0,1,0,0,0),(92588,8600,0,1,1,7894,0,1978.48,-3581.48,121.144,4.8981,345,5,0,3189,0,1,0,0,0),(92589,8600,0,1,1,7894,0,1711.41,-4304.18,87.6435,2.76079,345,10,0,3189,0,1,0,0,0),(92590,8600,0,1,1,7894,0,1598.43,-3450.32,135.679,0.223659,345,3,0,3189,0,1,0,0,0),(92591,8534,0,1,1,7854,0,1654.12,-3905.8,131.014,5.08436,345,10,0,3420,0,1,0,0,0),(92592,8600,0,1,1,7894,0,1837.71,-2930.81,82.1656,0.000219,345,10,0,3189,0,1,0,0,0),(92593,8531,0,1,1,10487,0,2120.25,-4523.94,74.4363,1.62773,345,10,0,3644,0,1,0,0,0),(92594,8606,0,1,1,681,0,2103.95,-5038.86,50.6141,4.42912,345,5,0,3529,0,1,0,0,0),(92595,8541,0,1,1,10751,0,2122.88,-4546.13,76.4202,6.19143,345,10,0,3529,0,1,0,0,0),(92596,8541,0,1,1,10751,0,2056.1,-4555.02,75.8018,5.94072,345,5,0,3529,0,1,0,0,0),(92597,8548,0,1,1,10955,1,2088.75,-4538.84,75.6898,2.38292,345,10,0,2915,2163,1,0,0,0),(92598,8600,0,1,1,7894,0,2044.2,-3319.07,108.221,5.96134,345,5,0,3189,0,1,0,0,0),(92599,8541,0,1,1,10751,0,2077.66,-4608.35,75.6573,2.07579,345,10,0,3529,0,1,0,0,0),(92600,8606,0,1,1,681,0,2059.95,-4977.81,64.2205,1.42457,345,5,0,3529,0,1,0,0,0),(92601,8603,0,1,1,7898,0,1744.07,-3986.82,130.289,6.0925,345,10,0,3293,0,1,0,0,0),(92602,8541,0,1,1,10751,0,2019.63,-4509.09,74.5393,3.33531,345,10,0,3529,0,1,0,0,0),(92603,8541,0,1,1,10751,0,1981.5,-4531.75,75.1226,2.18475,345,5,0,3529,0,1,0,0,0),(92604,8541,0,1,1,10751,0,2012.67,-4542.42,74.2893,2.7103,345,5,0,3529,0,1,0,0,0),(92605,8541,0,1,1,10751,0,2000.33,-4511.79,76.1643,1.64813,345,5,0,3529,0,1,0,0,0),(92606,8596,0,1,1,7890,0,2146.07,-3076.44,77.8531,6.09255,345,5,0,3189,0,1,0,0,0),(92607,8534,0,1,1,7854,0,2087.61,-2833.86,81.6054,0.746906,345,10,0,3420,0,1,0,0,0),(92608,8541,0,1,1,10751,0,2051.91,-4512.46,74.2893,0.534471,345,10,0,3529,0,1,0,0,0),(92609,8548,0,1,1,10955,1,1948.84,-4527.16,74.9973,2.01275,345,5,0,2915,2163,1,0,0,0),(92610,8596,0,1,1,7890,0,1694.03,-4883.98,89.6576,6.25585,345,10,0,3189,0,1,0,0,0),(92611,8600,0,1,1,7894,0,1795.97,-4203.06,89.8252,0.01754,345,10,0,3189,0,1,0,0,0),(92612,8531,0,1,1,10487,0,1900.44,-4513.21,82.5129,3.27785,345,10,0,3644,0,1,0,0,0),(92613,8541,0,1,1,10751,0,1953.86,-4551.99,74.5251,4.7446,345,5,0,3529,0,1,0,0,0),(92614,8596,0,1,1,7890,0,1691.44,-4954.48,78.5323,4.22427,345,10,0,3189,0,1,0,0,0),(92615,8603,0,1,1,7898,0,1883.91,-3616.33,117.57,2.38933,345,10,0,3293,0,1,0,0,0),(92616,8521,0,1,1,11171,0,2517.4,-4149.3,46.5015,2.27074,345,10,0,3644,0,1,0,0,0),(92617,8596,0,1,1,7890,0,1723.87,-4409.49,76.9314,4.13913,345,10,0,3189,0,1,0,0,0),(92618,8596,0,1,1,7890,0,1778.29,-4230.69,86.6411,3.55328,345,10,0,3189,0,1,0,0,0),(92619,8531,0,1,1,10487,0,1916.12,-4543.34,82.6737,1.43194,345,10,0,3644,0,1,0,0,0),(92620,11620,0,1,1,12332,1,2102.55,-4292.21,10.997,6.24943,345,5,0,1114,0,1,0,0,0),(92621,11621,0,1,1,11475,1,2099.51,-4277.23,20.229,6.17846,345,0,0,3758,0,0,0,0,0),(92622,11620,0,1,1,12331,1,2098.08,-4297.51,9.6299,0.237065,345,5,0,1114,0,1,0,0,0),(92623,11621,0,1,1,11478,1,2097.09,-4275.74,20.4198,1.09956,345,0,0,3758,0,0,0,0,0),(92624,11620,0,1,1,12330,1,2094.78,-4278.88,19.3799,2.75519,345,0,0,1114,0,0,0,0,0),(92625,11621,0,1,1,11478,1,2096.3,-4300.67,8.7785,1.81514,345,0,0,3758,0,0,0,0,0),(92626,11621,0,1,1,11476,1,2100.17,-4280.67,19.3218,1.06465,345,0,0,3758,0,0,0,0,0),(92627,11621,0,1,1,11475,1,2099.51,-4294.53,10.4298,5.32325,345,0,0,3758,0,0,0,0,0),(92628,11621,0,1,1,11476,1,2099.5,-4292.48,11.398,1.8675,345,0,0,3758,0,0,0,0,0),(92629,11620,0,1,1,12331,1,2093.6,-4287.33,14.8799,3.4523,345,5,0,1114,0,1,0,0,0),(92630,8543,0,1,1,1693,0,2019.56,-4590.61,75.5556,6.0835,345,0,0,3758,0,2,0,0,0),(92631,8531,0,1,1,10487,0,2049.5,-4592.93,74.1111,0.141897,345,10,0,3644,0,1,0,0,0),(92632,8603,0,1,1,7898,0,1786.5,-3383.88,123.685,0.781947,345,10,0,3293,0,1,0,0,0),(92633,8603,0,1,1,7898,0,1955.24,-3485.72,113.04,1.69999,345,10,0,3293,0,1,0,0,0),(92634,8600,0,1,1,7894,0,2198.14,-3029.78,103.614,1.91712,345,5,0,3189,0,1,0,0,0),(92635,8541,0,1,1,10751,0,2090.13,-4452.74,75.4701,5.49191,345,10,0,3529,0,1,0,0,0),(92636,8543,0,1,1,1693,0,2157.86,-4438.34,74.0555,0.761192,345,0,0,3758,0,0,0,0,0),(92637,8534,0,1,1,7854,0,1919.39,-3590.77,117.934,5.61618,345,10,0,3420,0,1,0,0,0),(92638,8606,0,1,1,681,0,1981.49,-4248.5,8.19372,1.10011,345,5,0,3529,0,1,0,0,0),(92639,8600,0,1,1,7894,0,1999.97,-3311.07,104.855,3.46149,345,5,0,3189,0,1,0,0,0),(92640,8543,0,1,1,1693,0,2044.04,-4387.87,74.5194,3.49945,345,5,0,3758,0,1,0,0,0),(92641,8606,0,1,1,681,0,2003.65,-4224.73,13.8751,3.3819,345,5,0,3529,0,1,0,0,0),(92642,8607,0,1,1,11141,0,2110.81,-4305.94,9.90187,3.11427,345,5,0,3293,0,1,0,0,0),(92643,8603,0,1,1,7898,0,2002.37,-3354.58,109.823,2.17017,345,10,0,3293,0,1,0,0,0),(92644,8600,0,1,1,7894,0,1957.47,-3282.22,104.239,5.98181,345,5,0,3189,0,1,0,0,0),(92645,8541,0,1,1,10751,0,2122.06,-4486.85,73.9703,0.655831,345,10,0,3529,0,1,0,0,0),(92646,8596,0,1,1,7890,0,2038.89,-3002.73,79.9425,6.17761,345,10,0,3189,0,1,0,0,0),(92647,8603,0,1,1,7898,0,1918.43,-3079.27,82.0036,1.83234,345,10,0,3293,0,1,0,0,0),(92648,8600,0,1,1,7894,0,2079.95,-3122.32,77.6654,1.78216,345,10,0,3189,0,1,0,0,0),(92649,8600,0,1,1,7894,0,1981.3,-3261.54,98.3767,6.14683,345,5,0,3189,0,1,0,0,0),(92650,8528,0,1,1,11396,0,2495.83,-5112.5,81.1112,3.64293,345,10,0,2714,5461,1,0,0,0),(92651,8532,0,1,1,571,0,2486.57,-5111.52,81.0318,1.56463,345,10,0,3876,0,1,0,0,0),(92652,8529,0,1,1,7847,1,2456.64,-5122.11,76.7955,6.26536,345,10,0,3997,0,1,0,0,0),(92653,8529,0,1,1,7847,1,2488.82,-5147.48,76.552,5.81449,345,10,0,3997,0,1,0,0,0),(92654,8529,0,1,1,7847,1,2553.47,-5148.17,74.2434,0.64272,345,10,0,3997,0,1,0,0,0),(92655,8600,0,1,1,7894,0,1863.34,-2846.44,81.3592,3.59547,345,5,0,3189,0,1,0,0,0),(92656,11291,0,1,1,4769,0,1578.39,-3285.74,90.7588,2.69654,345,5,0,3293,0,1,0,0,0),(92657,10828,0,1,1,10431,1,1567,-5611.38,114.273,1.06465,43200,0,0,8292,4738,0,0,0,0),(92658,8603,0,1,1,7898,0,1983.28,-3784.57,124.314,4.29417,345,10,0,3293,0,1,0,0,0),(92659,8532,0,1,1,571,0,2714.37,-5350.4,162.531,5.83801,345,5,0,3876,0,1,0,0,0),(92660,8529,0,1,1,7847,1,2821.88,-5389.11,163.997,5.89869,345,10,0,3997,0,1,0,0,0),(92661,8603,0,1,1,7898,0,1738.73,-3100.48,80.5853,0.358865,345,10,0,3293,0,1,0,0,0),(92662,8542,0,1,1,8783,0,2753.48,-5400.65,158.194,2.20226,345,10,0,3758,0,1,0,0,0),(92663,8542,0,1,1,8783,0,2833.85,-5454.69,157.977,0.4225,345,3,0,3758,0,1,0,0,0),(92664,8596,0,1,1,7890,0,1957.07,-3151.15,87.9872,0.029288,345,5,0,3189,0,1,0,0,0),(92665,8545,0,1,1,7858,0,2789.03,-5532.77,162.954,3.05433,345,0,0,3997,0,0,0,0,0),(92666,8529,0,1,1,7847,1,2744.88,-5463.14,157.09,0.563868,345,10,0,3997,0,1,0,0,0),(92667,8532,0,1,1,571,0,2719.39,-5482.15,160.19,4.65375,345,10,0,3876,0,1,0,0,0),(92668,8600,0,1,1,7894,0,2156.7,-2801.21,79.5377,1.30686,345,10,0,3189,0,1,0,0,0),(92669,8544,0,1,1,10613,0,2765.9,-5553.61,162.954,1.55334,345,0,0,3876,0,0,0,0,0),(92670,8545,0,1,1,7858,0,2783.5,-5516.94,162.954,3.82227,345,0,0,3997,0,0,0,0,0),(92671,8545,0,1,1,7858,0,2750.63,-5546.38,162.954,0.767945,345,0,0,3997,0,0,0,0,0),(92672,8542,0,1,1,8783,0,2184.41,-3515.06,134.527,0.830289,345,0,0,3758,0,0,0,0,0),(92673,8600,0,1,1,7894,0,1827.54,-4375.49,97.0312,6.07871,345,10,0,3189,0,1,0,0,0),(92674,8529,0,1,1,7847,1,2222,-3483.2,131.889,4.12006,345,2,0,3997,0,1,0,0,0),(92675,8528,0,1,1,11396,0,2671.68,-5533.59,159.627,1.98573,345,10,0,2714,5461,1,0,0,0),(92676,8529,0,1,1,7847,1,2661.21,-5554.85,159.886,6.10054,345,10,0,3997,0,1,0,0,0),(92677,8542,0,1,1,8783,0,2653.89,-5458.21,157.059,5.25643,345,10,0,3758,0,1,0,0,0),(92678,8528,0,1,1,11396,0,2622.7,-5451.31,160.054,1.08033,345,5,0,2714,5461,1,0,0,0),(92679,8529,0,1,1,7847,1,2663.47,-5284.92,148.473,1.25615,345,5,0,3997,0,1,0,0,0),(92680,8529,0,1,1,7847,1,2678.57,-5312.74,154.537,3.77171,345,10,0,3997,0,1,0,0,0),(92681,8532,0,1,1,571,0,2664.91,-5355.3,158.676,3.70361,345,10,0,3876,0,1,0,0,0),(92682,8558,0,1,1,9758,0,2686.7,-5399.67,157.217,3.71755,345,0,0,3876,0,0,0,0,0),(92683,8529,0,1,1,7847,1,2748.04,-5347.93,157.828,3.84279,345,10,0,3997,0,1,0,0,0),(92684,8546,0,1,1,10410,1,2679.24,-5403.77,157.153,0.453786,345,0,0,3876,0,0,0,0,0),(92685,9447,0,1,1,10380,1,1650.76,-5337.11,74.3611,5.89921,610,0,0,5886,1982,0,0,0,0),(92686,9452,0,1,1,10406,1,1609.17,-5383.05,74.115,0.488216,610,0,0,5151,4765,2,0,0,0),(92687,9452,0,1,1,10405,1,1678.48,-5421.4,75.239,4.17369,610,0,0,5151,4765,0,0,0,0),(92688,9447,0,1,1,10376,1,1652.32,-5379.99,74.7361,4.02002,610,5,0,5886,1982,1,0,0,0),(92689,9447,0,1,1,10378,1,1657.71,-5168.02,76.6485,1.20428,610,0,0,5886,1982,0,0,0,0),(92690,9452,0,1,1,10405,1,1733.98,-5181.14,75.1608,6.21946,610,0,0,5151,4765,0,0,0,0),(92691,9449,0,1,1,10390,1,1652.71,-5181.39,73.9861,6.07378,610,5,0,6078,2041,1,0,0,0),(92692,9447,0,1,1,10380,1,1611.7,-5187.67,79.6203,1.05905,610,0,0,5886,1982,0,0,0,0),(92693,9449,0,1,1,10389,1,1712.18,-5177.74,74.1028,4.49543,610,0,0,6078,2041,0,0,0,0),(92694,9447,0,1,1,10377,1,1678.74,-5190.23,73.6964,1.5708,610,0,0,5886,1982,0,0,0,0),(92695,9447,0,1,1,10377,1,1730.33,-5173.75,76.598,1.64061,610,0,0,5886,1982,0,0,0,0),(92696,9447,0,1,1,10380,1,1705.63,-5215.61,74.1948,3.10669,610,0,0,5886,1982,0,0,0,0),(92697,9447,0,1,1,10376,1,1706.78,-5190.01,73.6948,1.72788,610,0,0,5886,1982,0,0,0,0),(92698,9447,0,1,1,10376,1,1679.7,-5216.19,73.9095,0.069813,610,0,0,5886,1982,0,0,0,0),(92699,9449,0,1,1,10390,1,1646.01,-5279.02,81.1111,3.26692,610,5,0,6078,2041,1,0,0,0),(92700,9447,0,1,1,10378,1,1721.9,-5287.23,74.0439,5.67242,610,0,0,5886,1982,0,0,0,0),(92701,9447,0,1,1,10376,1,1656.14,-5325.58,74.4807,5.86431,610,0,0,5886,1982,0,0,0,0),(92702,8597,0,1,1,7891,0,2277.01,-4385.49,92.3705,0.049155,345,10,0,3529,0,1,0,0,0),(92703,8525,0,1,1,612,1,1986.58,-4550.29,73.7361,5.27392,345,10,0,2823,2117,1,0,0,0),(92704,8598,0,1,1,9022,0,2567.7,-4599.89,80.965,5.94877,345,10,0,3758,0,1,0,0,0),(92705,8542,0,1,1,8783,0,2280.8,-3588.88,161.615,3.37728,345,5,0,3758,0,1,0,0,0),(92706,8532,0,1,1,571,0,2336.61,-3619.06,174.284,0.880808,345,5,0,3876,0,1,0,0,0),(92707,8545,0,1,1,7858,0,2285.7,-3552.82,152.321,5.37943,345,0,0,3997,0,2,0,0,0),(92708,8529,0,1,1,7847,1,2319.63,-3616.25,171.097,2.15609,345,0,0,3997,0,2,0,0,0),(92709,8542,0,1,1,8783,0,2368.26,-3650.19,179.867,0.44351,345,10,0,3758,0,1,0,0,0),(92710,8558,0,1,1,9758,0,2405.3,-3704.04,178.612,0.820305,345,0,0,3876,0,0,0,0,0),(92711,8598,0,1,1,9022,0,2561.76,-4630.81,79.5436,5.82172,345,10,0,3758,0,1,0,0,0),(92712,8531,0,1,1,10487,0,2071.54,-4554.92,73.5648,3.06212,345,10,0,3644,0,1,0,0,0),(92713,8538,0,1,1,4629,0,1926,-4510.7,80.0314,1.98541,345,10,0,3529,0,1,0,0,0),(92714,8600,0,1,1,7894,0,2130.67,-3018.94,83.2425,1.73974,345,5,0,3189,0,1,0,0,0),(92715,8531,0,1,1,10487,0,2112.3,-4582.05,73.623,5.99386,345,10,0,3644,0,1,0,0,0),(92716,8526,0,1,1,9788,0,2072.6,-4573.06,75.8973,5.55114,345,0,0,2550,5206,0,0,0,0),(92717,8603,0,1,1,7898,0,2017.74,-3612.44,124.008,3.08295,345,10,0,3293,0,1,0,0,0),(92718,8541,0,1,1,10751,0,1987.21,-4579.22,73.7361,1.86969,345,10,0,3529,0,1,0,0,0),(92719,8603,0,1,1,7898,0,2058.71,-5119.05,80.9723,6.28275,345,10,0,3293,0,1,0,0,0),(92720,8601,0,1,1,7896,0,2327.08,-4873.95,87.2884,0.146773,345,0,0,3420,0,0,0,0,0),(92721,8601,0,1,1,7896,0,2192.11,-4790.01,105.03,5.81844,345,5,0,3420,0,1,0,0,0),(92722,8606,0,1,1,681,0,2304.17,-5169.74,54.4374,0.172547,345,5,0,3529,0,1,0,0,0),(92723,8600,0,1,1,7894,0,2043.5,-2929.4,83.7015,1.30497,345,10,0,3189,0,1,0,0,0),(92724,8600,0,1,1,7894,0,2058.84,-3255.36,89.0469,2.56767,345,10,0,3189,0,1,0,0,0),(92725,8607,0,1,1,11141,0,2287.71,-5151.84,54.0039,2.30303,345,0,0,3293,0,2,0,0,0),(92726,8534,0,1,1,7854,0,1746.47,-2976.24,74.5937,4.15764,345,5,0,3420,0,1,0,0,0),(92727,8596,0,1,1,7890,0,2076.31,-3006.15,83.1861,1.70193,345,10,0,3189,0,1,0,0,0),(92728,8603,0,1,1,7898,0,2118.96,-2853.83,85.6215,5.90098,345,10,0,3293,0,1,0,0,0),(92729,8534,0,1,1,7854,0,2034.1,-2928.03,82.4236,2.56984,345,10,0,3420,0,1,0,0,0),(92730,17795,0,1,1,16925,0,1860.48,-3731.34,197.778,2.42601,345,0,0,42,0,0,0,0,0),(92731,8603,0,1,1,7898,0,1873.59,-2833.6,84.8167,0.926123,345,5,0,3293,0,1,0,0,0),(92732,8600,0,1,1,7894,0,2092.4,-2815.25,83.0961,0.833047,345,10,0,3189,0,1,0,0,0),(92733,8600,0,1,1,7894,0,2033.3,-3007.48,77.7169,0.509708,345,10,0,3189,0,1,0,0,0),(92734,8600,0,1,1,7894,0,1719.73,-4143.9,105.099,4.16393,345,10,0,3189,0,1,0,0,0),(92735,8596,0,1,1,7890,0,1930.34,-3123.19,91.5828,5.83877,345,10,0,3189,0,1,0,0,0),(92736,8596,0,1,1,7890,0,1890.17,-4630.22,86.3205,6.2187,345,10,0,3189,0,1,0,0,0),(92737,8603,0,1,1,7898,0,1878.22,-3493,112.32,1.51118,345,10,0,3293,0,1,0,0,0),(92738,8600,0,1,1,7894,0,1720.63,-4129.77,106.744,1.68407,345,10,0,3189,0,1,0,0,0),(92739,8600,0,1,1,7894,0,1974.04,-3291.45,102.086,2.9607,345,5,0,3189,0,1,0,0,0),(92740,8596,0,1,1,7890,0,1728.78,-3901.19,126.847,2.03095,345,10,0,3189,0,1,0,0,0),(92741,8600,0,1,1,7894,0,1669.74,-3904.47,131.321,1.0468,345,10,0,3189,0,1,0,0,0),(92742,8603,0,1,1,7898,0,1945.95,-3013.04,75.8015,0.285591,345,10,0,3293,0,1,0,0,0),(92743,8534,0,1,1,7854,0,1738.86,-4080.07,104.266,1.86076,345,10,0,3420,0,1,0,0,0),(92744,8603,0,1,1,7898,0,2014.2,-2988.19,79.1339,0.775032,345,10,0,3293,0,1,0,0,0),(92745,8597,0,1,1,7891,0,1989.97,-4710.97,99.6578,5.33958,345,5,0,3529,0,1,0,0,0),(92746,8600,0,1,1,7894,0,1954.27,-3562.56,117.051,1.75039,345,5,0,3189,0,1,0,0,0),(92747,8601,0,1,1,7896,0,2196.35,-4363.14,81.5466,2.34308,345,10,0,3420,0,1,0,0,0),(92748,8601,0,1,1,7896,0,2383.37,-4512.04,76.1623,1.13771,345,10,0,3420,0,1,0,0,0),(92749,8601,0,1,1,7896,0,2448.71,-4387.58,74.31,4.85346,345,10,0,3420,0,1,0,0,0),(92750,8603,0,1,1,7898,0,1688.72,-3726.32,125.649,4.46694,345,10,0,3293,0,1,0,0,0),(92751,8600,0,1,1,7894,0,1964.44,-4051.47,89.8236,3.30241,345,10,0,3189,0,1,0,0,0),(92752,8596,0,1,1,7890,0,1870.07,-3912.21,129.161,4.07397,345,10,0,3189,0,1,0,0,0),(92753,8600,0,1,1,7894,0,1667.61,-3815.01,133.272,0.845533,345,5,0,3189,0,1,0,0,0),(92754,8603,0,1,1,7898,0,2092.2,-2932.47,88.5263,5.48604,345,10,0,3293,0,1,0,0,0),(92755,8600,0,1,1,7894,0,1678.5,-3812.98,133.143,5.34986,345,10,0,3189,0,1,0,0,0),(92756,8596,0,1,1,7890,0,1949.95,-3807.66,128.494,4.16662,345,10,0,3189,0,1,0,0,0),(92757,8600,0,1,1,7894,0,2079.55,-3765.91,134.121,1.77921,345,10,0,3189,0,1,0,0,0),(92758,8596,0,1,1,7890,0,2109.82,-3833.89,139.611,1.65394,345,5,0,3189,0,1,0,0,0),(92759,8603,0,1,1,7898,0,1751.44,-3035.91,77.8623,1.18667,345,10,0,3293,0,1,0,0,0),(92760,8603,0,1,1,7898,0,1988.27,-3184.78,86.4224,6.08883,345,10,0,3293,0,1,0,0,0),(92761,8600,0,1,1,7894,0,2041.14,-3733.06,131.256,3.27079,345,5,0,3189,0,1,0,0,0),(92762,8596,0,1,1,7890,0,1992.11,-3892.65,128.026,0.501217,345,5,0,3189,0,1,0,0,0),(92763,8600,0,1,1,7894,0,1813.7,-4719.19,86.7642,4.58634,345,5,0,3189,0,1,0,0,0),(92764,8600,0,1,1,7894,0,1808.38,-3901.21,134.537,3.33018,345,10,0,3189,0,1,0,0,0),(92765,8600,0,1,1,7894,0,1985.6,-3847.62,122.783,2.5059,345,10,0,3189,0,1,0,0,0),(92766,8600,0,1,1,7894,0,1914.97,-3496.53,109.714,1.68037,345,10,0,3189,0,1,0,0,0),(92767,8603,0,1,1,7898,0,2005.24,-3759.08,127.825,2.45483,345,10,0,3293,0,1,0,0,0),(92768,8600,0,1,1,7894,0,1978.97,-2911.5,79.0958,0.443999,345,5,0,3189,0,1,0,0,0),(92769,8596,0,1,1,7890,0,1869.88,-3940.3,122.085,2.61591,345,10,0,3189,0,1,0,0,0),(92770,8600,0,1,1,7894,0,1929.15,-3609.73,119.618,2.89496,345,10,0,3189,0,1,0,0,0),(92771,8600,0,1,1,7894,0,1619.58,-3810.42,138.61,2.93625,345,5,0,3189,0,1,0,0,0),(92772,8534,0,1,1,7854,0,1813.51,-3824.32,130.802,5.20964,345,10,0,3420,0,1,0,0,0),(92773,8600,0,1,1,7894,0,2017.82,-3811.51,127.57,0.655815,345,10,0,3189,0,1,0,0,0),(92774,8600,0,1,1,7894,0,1850.19,-3547.29,111.95,1.45323,345,5,0,3189,0,1,0,0,0),(92775,12202,0,1,1,7804,0,1853.38,-3213.82,124.85,2.33874,345,5,0,42,0,1,0,0,0),(92776,8532,0,1,1,571,0,2350.47,-5250.95,83.8319,4.18586,345,6,0,3876,0,1,0,0,0),(92777,8528,0,1,1,11396,0,2380.6,-5216.35,76.0877,5.26474,345,5,0,2714,5461,1,0,0,0),(92778,8607,0,1,1,11141,0,2181.33,-5140.28,53.1583,5.48037,345,5,0,3293,0,1,0,0,0),(92779,8541,0,1,1,10751,0,1945.71,-4587.23,77.1835,3.16205,345,10,0,3529,0,1,0,0,0),(92780,9452,0,1,1,10403,1,1676.92,-5353.63,73.7361,2.55445,610,5,0,5151,4765,1,0,0,0),(92781,9449,0,1,1,10390,1,1692.79,-5261.53,73.7361,1.48556,610,0,0,6078,2041,2,0,0,0),(92782,9447,0,1,1,10376,1,1687.06,-5279.87,73.8354,3.76777,610,5,0,5886,1982,1,0,0,0),(92783,9452,0,1,1,10405,1,1686.35,-5179.42,73.8611,1.2447,610,0,0,5151,4765,2,0,0,0),(92784,9452,0,1,1,10406,1,1681.69,-5377.67,74.141,3.60529,610,5,0,5151,4765,1,0,0,0),(92785,9448,0,1,1,10395,1,1655.88,-5444.78,87.6499,1.32645,610,0,0,6477,2163,0,0,0,0),(92786,9448,0,1,1,10395,1,1642.17,-5438.99,88.2749,1.18682,610,0,0,6477,2163,0,0,0,0),(92787,8600,0,1,1,7894,0,2043.74,-3584.88,128.443,5.30037,345,5,0,3189,0,1,0,0,0),(92788,8600,0,1,1,7894,0,2016.26,-3475.76,110.603,1.45734,345,5,0,3189,0,1,0,0,0),(92789,8596,0,1,1,7890,0,1823.84,-4121.19,99.9733,0.856558,345,10,0,3189,0,1,0,0,0),(92790,9452,0,1,1,10405,1,1852.72,-5496.2,104.723,5.25029,610,5,0,5151,4765,1,0,0,0),(92791,8601,0,1,1,7896,0,2159.24,-4760,78.1475,1.30607,345,5,0,3420,0,1,0,0,0),(92792,8597,0,1,1,7891,0,2078.53,-5189.65,80.8774,2.20825,345,10,0,3529,0,1,0,0,0),(92793,8542,0,1,1,8783,0,2113.37,-3444.76,119.751,1.94257,345,3,0,3758,0,1,0,0,0),(92794,8601,0,1,1,7896,0,2279.51,-4419.97,106.063,1.01799,345,5,0,3420,0,1,0,0,0),(92795,8601,0,1,1,7896,0,2148.82,-3954.21,132.26,5.06842,345,10,0,3420,0,1,0,0,0),(92796,8601,0,1,1,7896,0,2426.79,-4417.24,74.493,0.123386,345,10,0,3420,0,1,0,0,0),(92797,8601,0,1,1,7896,0,2225.68,-4542.88,74.7726,0.954632,345,3,0,3420,0,1,0,0,0),(92798,8601,0,1,1,7896,0,2174.82,-4604.05,74.0289,5.6952,345,10,0,3420,0,1,0,0,0),(92799,8534,0,1,1,7854,0,2284.68,-4554.12,84.2975,0.182743,345,2,0,3420,0,1,0,0,0),(92800,8601,0,1,1,7896,0,2263.55,-4513.65,96.1827,1.82857,345,10,0,3420,0,1,0,0,0),(92801,8603,0,1,1,7898,0,1994.36,-5229.54,79.7268,4.05015,345,10,0,3293,0,1,0,0,0),(92802,8601,0,1,1,7896,0,2053.85,-3919.58,127.483,4.946,345,10,0,3420,0,1,0,0,0),(92803,8601,0,1,1,7896,0,2016.33,-4704.98,93.0851,4.12357,345,5,0,3420,0,1,0,0,0),(92804,8597,0,1,1,7891,0,2181.33,-3979.92,126.945,1.85178,345,10,0,3529,0,1,0,0,0),(92805,8597,0,1,1,7891,0,2052.04,-4756.54,81.5141,2.85165,345,10,0,3529,0,1,0,0,0),(92806,8597,0,1,1,7891,0,2180.76,-4051.49,96.7477,4.12872,345,3,0,3529,0,1,0,0,0),(92807,8603,0,1,1,7898,0,1947.38,-5009.15,74.6954,1.12638,345,10,0,3293,0,1,0,0,0),(92808,8532,0,1,1,571,0,2577.64,-5185.73,75.212,3.41641,345,10,0,3876,0,1,0,0,0),(92809,8528,0,1,1,11396,0,2642.18,-5249.86,117.155,1.9803,345,0,0,2714,5461,2,0,0,0),(92810,8528,0,1,1,11396,0,2618.44,-5223.35,96.8697,3.01227,345,0,0,2714,5461,2,0,0,0),(92811,8601,0,1,1,7896,0,2153.07,-4014.49,115.376,0.291585,345,3,0,3420,0,1,0,0,0),(92812,8603,0,1,1,7898,0,1882.43,-4896.48,89.8204,1.19718,345,10,0,3293,0,1,0,0,0),(92813,9447,0,1,1,10376,1,1815.62,-5478.13,95.4997,3.41161,610,5,0,5886,1982,1,0,0,0),(92814,8597,0,1,1,7891,0,2042.56,-5145.09,81.4191,2.92102,345,10,0,3529,0,1,0,0,0),(92815,8601,0,1,1,7896,0,2154.97,-4885.64,90.744,5.4488,345,5,0,3420,0,1,0,0,0),(92816,8601,0,1,1,7896,0,1953.94,-4840.71,101.148,1.11588,345,5,0,3420,0,1,0,0,0),(92817,8597,0,1,1,7891,0,1926.22,-4913.38,86.4924,3.40433,345,10,0,3529,0,1,0,0,0),(92818,8603,0,1,1,7898,0,1828.13,-4987.43,91.0013,3.70847,345,10,0,3293,0,1,0,0,0),(92819,8601,0,1,1,7896,0,2314.58,-4444.99,87.2594,1.08532,345,10,0,3420,0,1,0,0,0),(92820,8597,0,1,1,7891,0,2386.46,-4311.64,78.5234,1.32718,345,10,0,3529,0,1,0,0,0),(92821,8597,0,1,1,7891,0,2230.85,-4677.28,73.8547,3.25192,345,10,0,3529,0,1,0,0,0),(92822,8603,0,1,1,7898,0,1965.93,-4845,97.3497,4.92216,345,0,0,3293,0,0,0,0,0),(92823,11288,0,1,1,10936,1,2510.03,-4164.97,48.65,4.00361,345,0,0,1114,0,0,0,0,0),(92824,11288,0,1,1,10935,1,2508.49,-4163.12,48.018,-2.16164,345,0,0,1114,0,0,0,0,0),(92825,8601,0,1,1,7896,0,1921.47,-4981.47,76.5366,0.454914,345,10,0,3420,0,1,0,0,0),(92827,11288,0,1,1,10935,1,2506.36,-4162.76,47.9597,5.79449,345,0,0,1114,0,0,0,0,0),(92830,11289,0,1,1,10941,1,2506.55,-4166.01,49.1651,0.087266,345,0,0,3758,0,0,0,0,0),(92831,11288,0,1,1,10937,1,2509.52,-4164.03,48.3071,-2.55359,345,0,0,1114,0,0,0,0,0),(92832,11289,0,1,1,10942,1,2513.17,-4168.81,48.9467,2.54424,345,0,0,3758,0,0,0,0,0),(92833,11289,0,1,1,10941,1,2507.93,-4167.42,49.153,0.862014,345,0,0,3758,0,0,0,0,0),(92834,9449,0,1,1,10390,1,1778.67,-5218.59,104.92,1.6057,610,0,0,6078,2041,0,0,0,0),(92835,8543,0,1,1,1693,0,1982.13,-4412.56,73.7361,0.710203,345,10,0,3758,0,1,0,0,0),(92836,10698,0,1,1,10030,0,1972.52,-4512.72,74.9946,6.0568,345,0,0,2550,5206,0,0,0,0),(92837,8531,0,1,1,10487,0,1916.99,-4446.22,79.5834,4.08407,345,10,0,3644,0,1,0,0,0),(92838,10698,0,1,1,10030,0,1984.91,-4489.18,82.4756,1.07675,345,0,0,2550,5206,0,0,0,0),(92839,8541,0,1,1,10751,0,1916.21,-4482.93,78.0146,6.26573,345,10,0,3529,0,1,0,0,0),(92840,8541,0,1,1,10751,0,1928.08,-4506.89,79.9064,1.06903,345,10,0,3529,0,1,0,0,0),(92841,8525,0,1,1,612,1,1918.9,-4549.98,81.6737,1.22379,345,10,0,2823,2117,1,0,0,0),(92842,8541,0,1,1,10751,0,1948.42,-4526.67,75.1223,3.34805,345,5,0,3529,0,1,0,0,0),(92843,8541,0,1,1,10751,0,1973.66,-4503.76,82.4756,3.735,345,0,0,3529,0,0,0,0,0),(92844,8551,0,1,1,10420,1,1971.8,-4510.33,74.9946,5.044,345,0,0,2470,5013,0,0,0,0),(92845,10940,0,1,1,10453,0,1410.57,-3680.54,77.3351,-0.890118,345,0,0,3398,0,0,0,0,0),(92846,12202,0,1,1,7804,0,1868.19,-3228.62,124.546,3.36848,345,5,0,42,0,1,0,0,0),(92847,11897,0,1,1,11829,0,1999.46,-3378.49,107.305,2.87054,345,0,0,4578,0,2,0,0,0),(92848,5634,0,1,1,3874,1,219.598,-2612.21,160.449,1.15192,350,0,0,2138,0,0,0,0,0),(92849,5635,0,1,1,7005,1,266.603,-2029.53,171.866,4.15388,350,0,0,2769,0,0,0,0,0),(92850,5636,0,1,1,7007,1,325.182,-1950.5,197.708,4.69494,350,0,0,2138,0,0,0,0,0),(92851,7884,0,1,1,7001,0,322.773,-2146.14,123.311,1.18682,350,0,0,4120,0,0,0,0,0),(92852,9660,0,1,1,8929,0,347.076,-2119.98,104.701,5.93412,350,0,0,2488,0,0,0,0,0),(92853,11810,0,1,1,11740,0,256.418,-2202.8,120.608,1.50331,350,0,0,2218,0,2,0,0,0),(92854,11812,0,1,1,11739,0,244.689,-2205.45,132.378,3.97935,350,0,0,2059,0,0,0,0,0),(92855,11813,0,1,1,11741,0,260.728,-2188.92,119.343,3.00197,350,0,0,1902,0,0,0,0,0),(92856,12479,0,1,1,625,0,827.619,-4091.5,92.7523,5.7259,600,0,0,76300,0,0,0,0,0),(92857,12478,0,1,1,7974,0,827.541,-4088.95,93.1538,5.72609,600,0,0,62875,24860,0,0,0,0),(92858,12477,0,1,1,12509,1,825.202,-4092.49,92.7523,5.72486,600,0,0,80925,0,0,0,0,0),(92859,12478,0,1,1,7974,0,1058.77,-3943.05,111.211,1.87505,600,0,0,62875,24860,0,0,0,0),(92860,12477,0,1,1,12509,1,1057.52,-3946.17,110.926,1.87517,600,0,0,80925,0,0,0,0,0),(92861,12477,0,1,1,12509,1,1061.6,-3945.02,111.9,1.86648,600,0,0,80925,0,0,0,0,0),(92862,12478,0,1,1,7974,0,994.793,-3832.74,112.163,4.37489,600,0,0,62875,24860,0,0,0,0),(92863,12477,0,1,1,12509,1,994.759,-3832.09,112.38,2.57641,600,0,0,80925,0,0,0,0,0),(92865,12478,0,1,1,7974,0,679.63,-3842.83,116.657,1.67031,600,0,0,62875,24860,0,0,0,0),(92866,12477,0,1,1,12509,1,681.952,-3844.73,116.157,1.84855,600,5,0,80925,0,1,0,0,0),(92867,12477,0,1,1,12509,1,677.73,-3845.15,116.282,1.57271,600,0,0,80925,0,0,0,0,0),(92868,12479,0,1,1,625,0,1093.88,-4257.64,171.341,1.69191,600,0,0,76300,0,0,0,0,0),(92869,12478,0,1,1,7974,0,1092.03,-4260,171.591,1.52197,600,0,0,62875,24860,0,0,0,0),(92870,12477,0,1,1,12509,1,1096.24,-4259.49,173.341,4.8335,600,0,0,80925,0,0,0,0,0),(92871,12478,0,1,1,7974,0,753.983,-3944.69,102.342,1.78121,600,0,0,62875,24860,0,0,0,0),(92872,12477,0,1,1,12509,1,752.272,-3946.57,101.849,1.80129,600,0,0,80925,0,0,0,0,0),(92873,12477,0,1,1,12509,1,756.219,-3945.75,102.081,1.72487,600,0,0,80925,0,0,0,0,0),(92874,12478,0,1,1,7974,0,605.254,-4073.04,112.983,1.4799,600,0,0,62875,24860,0,0,0,0),(92875,12477,0,1,1,12509,1,602.93,-4075.23,114.645,1.48231,600,0,0,80925,0,0,0,0,0),(92876,12477,0,1,1,12509,1,607.148,-4075.68,113.814,1.48043,600,0,0,80925,0,0,0,0,0),(92877,2688,0,1,1,6545,0,497.455,-2896.63,165.914,3.24631,350,0,0,3082,0,0,0,0,0),(92878,12958,0,1,1,12935,1,476.271,-2901.61,165.232,5.53269,350,0,0,3082,0,0,0,0,0),(92879,2691,0,1,1,19810,1,383.643,-2851,120.9,3.3282,350,0,0,2059,0,0,0,0,0),(92880,8276,0,1,1,1149,0,274.23,-2162.32,159.94,3.227,350,5,0,1524,0,2,0,0,0),(92881,8276,0,1,1,1149,0,272.772,-2096.04,160.767,4.9824,350,5,0,1524,0,2,0,0,0),(92882,7778,0,1,1,6845,0,361.638,-2088.14,120.535,2.93215,350,0,0,2218,0,0,0,0,0),(92883,7801,0,1,1,19837,0,219.417,-2603.37,160.356,5.35816,350,0,0,2218,0,0,0,0,0),(92884,14731,0,1,1,10714,0,-622.033,-4583.4,11.7704,5.51524,350,0,0,2061,0,0,0,0,0),(92885,17598,0,1,1,12956,0,-622.67,-4533.81,11.8626,6.03884,350,0,0,1919,0,0,0,0,0),(92886,14734,0,1,1,14765,1,-562.74,-4633.94,30.4836,1.8326,350,0,0,2880,0,0,0,0,0),(92887,14734,0,1,1,14764,1,-560.995,-4632.43,30.4295,1.13446,350,0,0,2880,0,0,0,0,0),(92888,14734,0,1,1,14765,1,-559.672,-4633.37,30.4392,0.820305,350,0,0,2880,0,0,0,0,0),(92889,4314,0,1,1,4311,1,-631.736,-4720.6,5.48226,5.55015,600,0,0,10572,0,0,0,0,0),(92890,8885,0,1,1,6468,0,-599.365,-4579.15,9.93336,3.56047,350,0,0,42,0,0,0,0,0),(92891,14730,0,1,1,0,1,-608.34,-4569.29,12.4115,0.767945,350,0,0,1,0,0,0,0,0),(92892,14730,0,1,1,0,1,-569.228,-4659.8,10.1363,4.81711,350,0,0,1,0,0,0,0,0),(92893,14730,0,1,1,0,1,-576.372,-4523.69,21.4261,4.50295,350,0,0,1,0,0,0,0,0),(92894,14730,0,1,1,0,1,-513.547,-4547.22,11.368,0.366519,350,0,0,1,0,0,0,0,0),(92895,14730,0,1,1,0,1,-517.662,-4524.58,11.2717,0.191986,350,0,0,1,0,0,0,0,0),(92896,14730,0,1,1,0,1,-573.963,-4589.06,10.5275,1.01229,350,0,0,1,0,0,0,0,0),(92897,14730,0,1,1,0,1,-582.846,-4587.14,10.7909,1.55334,350,0,0,1,0,0,0,0,0),(92898,14730,0,1,1,0,1,-621.969,-4670.08,5.06115,4.25376,350,0,0,1,0,2,0,0,0),(92899,14730,0,1,1,0,1,-619.393,-4664.69,5.05786,4.25313,350,0,0,1,0,2,0,0,0),(92900,14730,0,1,1,0,1,-643.396,-4533.99,10.9435,2.80998,350,0,0,1,0,0,0,0,0),(92901,14730,0,1,1,0,1,-640.617,-4556.09,10.1777,3.47321,350,0,0,1,0,0,0,0,0),(92902,14730,0,1,1,0,1,-623.709,-4524.41,11.7006,2.30383,350,0,0,1,0,0,0,0,0),(92903,14730,0,1,1,0,1,-587.959,-4565.16,9.16149,1.2556,350,0,0,1,0,2,0,0,0),(92904,14730,0,1,1,0,1,-563.785,-4572.2,9.48031,1.26076,350,0,0,1,0,2,0,0,0),(92905,14730,0,1,1,0,1,-644.358,-4719.91,5.33326,4.31096,350,0,0,1,0,0,0,0,0),(92906,14730,0,1,1,0,1,-617.628,-4643.52,5.48348,1.18682,350,0,0,1,0,0,0,0,0),(92907,14730,0,1,1,0,1,-603.77,-4650.45,6.01921,1.02974,350,0,0,1,0,0,0,0,0),(92908,14730,0,1,1,0,1,-634.605,-4596.83,12.3989,3.90954,350,0,0,1,0,0,0,0,0),(92909,14737,0,1,1,14769,1,-589.954,-4548.46,9.16149,3.22886,350,0,0,1990,0,2,0,0,0),(92910,14736,0,1,1,14768,1,-616.891,-4585.67,27.8052,2.74017,350,0,0,3968,0,0,0,0,0),(92911,14739,0,1,1,14771,1,-541.708,-4608.89,13.1227,2.86234,350,0,0,2061,0,2,0,0,0),(92912,14738,0,1,1,14770,1,-563.159,-4631.15,13.3094,1.85005,350,0,0,2061,0,0,0,0,0),(92913,14740,0,1,1,14772,1,-626.071,-4667.71,6.50807,2.75762,350,0,0,1651,0,0,0,0,0),(92914,14741,0,1,1,14773,1,-574.573,-4622.76,9.69658,1.36136,350,0,0,1848,0,0,0,0,0),(92915,5598,0,1,1,6590,0,-463.676,-2874.4,96.8502,0.733038,350,0,0,2218,0,0,0,0,0),(92916,7865,0,1,1,7861,1,253.803,-2034.02,170.98,4.04916,350,0,0,4581,0,0,0,0,0),(92917,7865,0,1,1,7859,1,271.936,-2176.18,120.01,1.69297,350,0,0,4581,0,0,0,0,0),(92918,7865,0,1,1,7861,1,258.417,-2009.81,177.514,4.24115,350,0,0,4581,0,0,0,0,0),(92919,7865,0,1,1,7860,1,226.607,-2069.68,126.247,5.20659,350,0,0,4581,0,2,0,0,0),(92920,7865,0,1,1,7861,1,203.118,-1998.54,145.515,4.46804,350,0,0,4581,0,0,0,0,0),(92921,10061,0,1,1,9283,0,305.911,-2129.69,121.92,1.81514,350,0,0,1003,0,0,0,0,0),(92922,8161,0,1,1,7383,0,333.705,-2091.51,131.647,5.84685,350,0,0,2672,0,0,0,0,0),(92923,7744,0,1,1,6568,1,399.725,-2119.74,131.563,4.93049,350,0,0,1003,0,0,0,0,0),(92924,7865,0,1,1,7859,1,295.987,-2006.17,194.823,3.735,350,0,0,4581,0,0,0,0,0),(92925,8018,0,1,1,7250,1,282.096,-2001.28,194.127,5.60251,600,0,0,10572,0,0,0,0,0),(92926,12479,0,1,1,625,0,744.375,-4131.01,94.1768,5.56928,600,0,0,76300,0,0,0,0,0),(92927,12478,0,1,1,7974,0,744.549,-4128.35,94.9812,5.57006,600,0,0,62875,24860,0,0,0,0),(92928,12477,0,1,1,12509,1,741.917,-4131.69,93.5518,5.56962,600,5,0,80925,0,1,0,0,0),(92929,12478,0,1,1,7974,0,749.581,-4209.15,113.855,1.13862,600,0,0,62875,24860,0,0,0,0),(92930,12477,0,1,1,12509,1,750.596,-4212.02,114.221,1.13861,600,0,0,80925,0,0,0,0,0),(92931,12477,0,1,1,12509,1,746.61,-4210.53,114.21,1.13927,600,0,0,80925,0,0,0,0,0),(92932,12478,0,1,1,7974,0,1008.11,-4143.04,116.816,4.86896,600,0,0,62875,24860,0,0,0,0),(92933,12477,0,1,1,12509,1,1009.9,-4140.81,117.084,4.87276,600,0,0,80925,0,0,0,0,0),(92934,12477,0,1,1,12509,1,1005.69,-4141.33,116.693,4.86878,600,0,0,80925,0,0,0,0,0),(92935,12479,0,1,1,625,0,666.828,-3909.8,106.231,1.95822,600,0,0,76300,0,0,0,0,0),(92936,12478,0,1,1,7974,0,665.474,-3912.1,106.439,1.95715,600,0,0,62875,24860,0,0,0,0),(92937,12477,0,1,1,12509,1,669.433,-3910.57,106.07,1.9573,600,5,0,80925,0,1,0,0,0),(92938,12478,0,1,1,7974,0,677.972,-4175.15,108.645,2.2707,600,0,0,62875,24860,0,0,0,0),(92939,12477,0,1,1,12509,1,677.632,-4178.04,109.212,2.27069,600,0,0,80925,0,0,0,0,0),(92940,12477,0,1,1,12509,1,680.725,-4175.12,107.834,2.27063,600,0,0,80925,0,0,0,0,0),(92941,2505,0,1,1,5027,0,302.187,-4844.87,-23.1115,2.97742,350,10,0,2228,0,1,0,0,0),(92942,14730,0,1,1,0,1,-562.673,-4512.68,28.6456,5.81195,350,0,0,1,0,0,0,0,0),(92943,14730,0,1,1,0,1,-593.14,-4605.77,10.0254,5.44543,350,0,0,1,0,0,0,0,0),(92944,14730,0,1,1,0,1,-597.571,-4609.94,9.752,5.65487,350,0,0,1,0,0,0,0,0),(92945,14730,0,1,1,0,1,-520.152,-4611.92,14.7856,5.53269,350,0,0,1,0,0,0,0,0),(92946,14730,0,1,1,0,1,-583.728,-4567.89,9.12072,3.57722,350,0,0,1,0,2,0,0,0),(92947,4782,0,1,1,7009,1,380.805,-2128.05,121.09,3.52556,350,0,0,2769,0,0,0,0,0),(92948,11097,0,1,1,10622,1,350.42,-2090.4,113.868,6.26573,350,0,0,3398,0,0,0,0,0),(92949,8160,0,1,1,7382,0,353.505,-2086.86,113.868,4.4855,350,0,0,2769,0,0,0,0,0),(92950,7865,0,1,1,7861,1,263.397,-2043.03,170.73,3.38594,350,0,0,4581,0,0,0,0,0),(92951,7865,0,1,1,7862,1,287.381,-2035.83,178.211,3.76991,350,0,0,4581,0,0,0,0,0),(92952,7865,0,1,1,7860,1,283.321,-2116.8,120.74,3.48725,350,0,0,4581,0,0,0,0,0),(92953,7865,0,1,1,7860,1,286.588,-2135.95,120.625,2.96706,350,0,0,4581,0,0,0,0,0),(92954,2505,0,1,1,5027,0,392.586,-4859.38,-13.263,6.03567,350,10,0,2228,0,1,0,0,0),(92955,2928,0,1,1,12238,0,182.039,-3549.64,126.636,1.98968,350,0,0,2138,0,0,0,0,0),(92956,2505,0,1,1,5027,0,-379.925,-4665.08,-9.57356,1.70823,350,10,0,2228,0,1,0,0,0),(92957,2505,0,1,1,5027,0,-15.465,-4853.16,-16.6703,6.01399,350,10,0,2228,0,1,0,0,0),(92958,2505,0,1,1,5027,0,-313.444,-4681.32,-6.66424,0.810481,350,10,0,2228,0,1,0,0,0),(92959,2505,0,1,1,5027,0,-517.037,-4676.53,-8.88548,0.126125,350,10,0,2228,0,1,0,0,0),(92960,2505,0,1,1,5027,0,-119.453,-4884.3,-16.8463,3.46045,350,10,0,2228,0,1,0,0,0),(92961,2505,0,1,1,5027,0,-752.72,-4553.87,-18.7259,4.25035,350,10,0,2228,0,1,0,0,0),(92962,2505,0,1,1,5027,0,-453.86,-4674.8,-9.82564,2.5265,350,10,0,2228,0,1,0,0,0),(92963,2648,0,1,1,6997,1,-528.012,-3841.78,230.712,2.58309,350,0,0,2658,0,0,0,0,0),(92964,2505,0,1,1,5027,0,54.5881,-4852.3,-19.0851,4.54055,350,10,0,2228,0,1,0,0,0),(92965,2656,0,1,1,11137,0,374.251,-3752.94,158.711,0.06817,350,3,0,2488,0,1,0,0,0),(92966,2926,0,1,1,11418,0,112.595,-4216.86,120.07,4.89906,350,5,0,2488,0,1,0,0,0),(92967,2505,0,1,1,5027,0,-191.058,-4810.76,-7.5348,2.93142,350,10,0,2228,0,1,0,0,0),(92968,2928,0,1,1,12238,0,376.136,-3170.1,146.36,5.42038,350,5,0,2138,0,1,0,0,0),(92969,2924,0,1,1,11419,0,311.847,-2954.5,112.283,0.243124,350,10,0,2059,0,1,0,0,0),(92970,2924,0,1,1,11419,0,337.197,-2963.14,116.99,0.001953,350,10,0,2059,0,1,0,0,0),(92971,2505,0,1,1,5027,0,405.627,-4760.84,-9.67976,1.3694,350,10,0,2228,0,1,0,0,0),(92972,2505,0,1,1,5027,0,491.681,-4746.69,-9.6381,5.73809,350,10,0,2228,0,1,0,0,0),(92973,2505,0,1,1,5027,0,442.759,-4790.35,-10.0811,1.70862,350,10,0,2228,0,1,0,0,0),(92974,2505,0,1,1,5027,0,-120.499,-4681.16,-6.34757,5.43241,350,10,0,2228,0,1,0,0,0),(92975,2505,0,1,1,5027,0,173.13,-4772.56,-6.07365,2.38705,350,10,0,2228,0,1,0,0,0),(92976,2926,0,1,1,11418,0,218.316,-4449.47,121.09,3.93839,350,5,0,2488,0,1,0,0,0),(92977,2505,0,1,1,5027,0,464.511,-4718.72,4.05409,5.95845,350,10,0,2228,0,1,0,0,0),(92978,2505,0,1,1,5027,0,-122.84,-4824.25,-4.66291,3.78641,350,10,0,2228,0,1,0,0,0),(92979,2505,0,1,1,5027,0,-195.581,-4885.19,-16.5459,4.27974,350,10,0,2228,0,1,0,0,0),(92980,2505,0,1,1,5027,0,315.712,-4777.15,-31.05,5.27449,350,10,0,2228,0,1,0,0,0),(92981,2926,0,1,1,11418,0,145.343,-4169.34,121.99,4.96305,350,5,0,2488,0,1,0,0,0),(92982,2924,0,1,1,11419,0,190.246,-3010.89,123.753,4.57519,350,5,0,2059,0,1,0,0,0),(92983,17223,0,1,1,16917,1,254.952,-2156.55,120.151,1.51844,350,0,0,1373,1432,0,0,0,0),(92984,2656,0,1,1,11137,0,418.245,-3844.48,142.764,1.51359,350,5,0,2488,0,1,0,0,0),(92985,2926,0,1,1,11418,0,83.4658,-4240.07,120.577,2.1149,350,5,0,2488,0,1,0,0,0),(92986,2924,0,1,1,11419,0,335.966,-2921.4,115.268,0.757781,350,5,0,2059,0,1,0,0,0),(92987,2924,0,1,1,11419,0,282.95,-2886.99,107.503,0.648329,350,10,0,2059,0,1,0,0,0),(92988,2926,0,1,1,11418,0,201.409,-4024.96,117.63,1.20576,350,5,0,2488,0,1,0,0,0),(92989,2655,0,1,1,1145,0,419.692,-3756.2,155.12,4.81613,350,5,0,2399,0,1,0,0,0),(92990,2681,0,1,1,782,0,-665.257,-3961.27,238.073,3.97254,350,5,0,2292,0,1,0,0,0),(92991,2926,0,1,1,11418,0,48.0097,-3892.95,140.115,1.44353,350,5,0,2488,0,1,0,0,0),(92992,2639,0,1,1,6491,1,-286.071,-3249.44,119.152,5.36368,350,10,0,2310,0,1,0,0,0),(92993,2656,0,1,1,11137,0,376.69,-3897.29,101.433,6.08565,350,3,0,2488,0,1,0,0,0),(92994,2655,0,1,1,1145,0,363.363,-3876.68,105.661,4.04597,350,3,0,2399,0,1,0,0,0),(92995,2655,0,1,1,1145,0,367.486,-3892.53,103.393,3.30468,350,0,0,2399,0,2,0,0,0),(92996,2656,0,1,1,11137,0,356.16,-3854.42,106.73,3.10852,350,3,0,2488,0,1,0,0,0),(92997,8023,0,1,1,7268,0,-255.549,-3630.32,239.599,5.77704,350,0,0,102,0,0,0,0,0),(92998,2505,0,1,1,5027,0,-221.012,-4645.19,-8.76627,5.51871,350,10,0,2228,0,1,0,0,0),(92999,2505,0,1,1,5027,0,283.124,-4754.02,-15.6798,4.80248,350,10,0,2228,0,1,0,0,0),(93000,2505,0,1,1,5027,0,214.391,-4747.57,-12.4037,5.31015,350,10,0,2228,0,1,0,0,0),(93001,2505,0,1,1,5027,0,244.776,-4773.49,-15.9578,3.0044,350,10,0,2228,0,1,0,0,0),(93002,2925,0,1,1,11417,0,-256.591,-3165.67,118.453,1.26663,350,3,0,2310,0,1,0,0,0),(93003,2656,0,1,1,11137,0,373.638,-3821.84,163.075,5.79702,350,5,0,2488,0,1,0,0,0),(93004,2926,0,1,1,11418,0,28.2872,-3634.6,124.439,0.555147,350,5,0,2488,0,1,0,0,0),(93005,4467,0,1,1,6536,1,-244.456,-3320.75,128.854,1.16263,350,10,0,1679,3923,1,0,0,0),(93006,2639,0,1,1,6492,1,-251.153,-3356.7,140.57,4.28929,350,5,0,2310,0,1,0,0,0),(93007,2505,0,1,1,5027,0,86.2432,-4759.21,-5.06178,0.174785,350,10,0,2228,0,1,0,0,0),(93008,2656,0,1,1,11137,0,447.166,-3817.51,133.466,4.39867,350,5,0,2488,0,1,0,0,0),(93009,2656,0,1,1,11137,0,370.157,-3730.58,105.54,2.00936,350,3,0,2488,0,1,0,0,0),(93010,2655,0,1,1,1145,0,337.009,-3713.52,106.598,2.62939,350,3,0,2399,0,1,0,0,0),(93011,2655,0,1,1,1145,0,321.75,-3719.41,106.689,2.59196,350,3,0,2399,0,1,0,0,0),(93012,2656,0,1,1,11137,0,311.443,-3750.14,106.844,4.80814,350,3,0,2488,0,1,0,0,0),(93013,2655,0,1,1,1145,0,329.688,-3767.2,106.808,5.92148,350,3,0,2399,0,1,0,0,0),(93014,2655,0,1,1,1145,0,346.737,-3764.54,106.86,1.65636,350,5,0,2399,0,1,0,0,0),(93015,2928,0,1,1,12238,0,355.787,-3060.43,126.447,4.79845,350,3,0,2138,0,1,0,0,0),(93016,2655,0,1,1,1145,0,45.5432,-3456.15,117.155,6.26772,350,10,0,2399,0,1,0,0,0),(93017,2924,0,1,1,11419,0,54.7256,-3022.88,132.503,4.88181,350,10,0,2059,0,1,0,0,0),(93018,2926,0,1,1,11418,0,246.485,-3840.29,139.686,1.90704,350,10,0,2488,0,1,0,0,0),(93019,2924,0,1,1,11419,0,104.55,-3043.58,130.498,4.07459,350,10,0,2059,0,1,0,0,0),(93020,2926,0,1,1,11418,0,122.412,-4005.43,127.83,1.86399,350,5,0,2488,0,1,0,0,0),(93021,2680,0,1,1,781,0,-212.043,-3293.93,125.269,6.05243,350,10,0,2399,0,1,0,0,0),(93022,2653,0,1,1,6490,1,-364.873,-2753.67,88.0951,0.712348,350,3,0,2138,0,1,0,0,0),(93023,2656,0,1,1,11137,0,352.208,-3750.89,150.263,3.44483,350,5,0,2488,0,1,0,0,0),(93024,4467,0,1,1,6536,1,-213.949,-3291,124.325,4.94591,350,10,0,1679,3923,1,0,0,0),(93025,2926,0,1,1,11418,0,19.7264,-4361.74,133.726,0.056691,350,5,0,2488,0,1,0,0,0),(93026,2656,0,1,1,11137,0,322.403,-3783,162.759,1.30297,350,3,0,2488,0,1,0,0,0),(93027,2926,0,1,1,11418,0,58.8971,-4254.37,120.258,1.47696,350,5,0,2488,0,1,0,0,0),(93028,2505,0,1,1,5027,0,109.187,-4770.13,-4.13647,1.96534,350,10,0,2228,0,1,0,0,0),(93029,2505,0,1,1,5027,0,387.477,-4724.52,-5.0523,0.552813,350,10,0,2228,0,1,0,0,0),(93030,2505,0,1,1,5027,0,359.375,-4737.5,-4.1239,0,350,10,0,2228,0,1,0,0,0),(93031,2505,0,1,1,5027,0,175.944,-4708.37,12.9576,3.28694,350,10,0,2228,0,1,0,0,0),(93032,2646,0,1,1,6495,1,-641.043,-4083.91,247.215,0.56703,350,0,0,2138,0,0,0,0,0),(93033,2646,0,1,1,6496,1,-642.005,-4062.1,247.204,4.29692,350,0,0,2138,0,0,0,0,0),(93034,2505,0,1,1,5027,0,46.835,-4788.89,-5.67404,5.09748,350,10,0,2228,0,1,0,0,0),(93035,2505,0,1,1,5027,0,315.914,-4706.9,5.3171,5.12625,350,10,0,2228,0,1,0,0,0),(93036,2653,0,1,1,6490,1,-478.176,-2808.8,110.572,2.83772,350,3,0,2138,0,1,0,0,0),(93037,2654,0,1,1,6487,1,-492.383,-2826.32,116.737,2.09122,350,3,0,1618,3801,1,0,0,0),(93038,2646,0,1,1,6496,1,-537.012,-4156.35,215.916,5.77717,350,0,0,2138,0,0,0,0,0),(93039,2646,0,1,1,6495,1,-521.354,-4185.94,215.981,0.773089,350,0,0,2138,0,0,0,0,0),(93040,2647,0,1,1,6540,1,-535.365,-4181.22,215.894,3.44057,350,0,0,2052,1750,0,0,0,0),(93041,2646,0,1,1,6496,1,-522.396,-4164.06,215.939,0.471307,350,0,0,2138,0,0,0,0,0),(93042,2646,0,1,1,6495,1,-647.264,-4115.35,238.601,5.88832,350,0,0,2138,0,0,0,0,0),(93043,2656,0,1,1,11137,0,414.104,-3716.34,130.002,3.2581,350,10,0,2488,0,1,0,0,0),(93044,2646,0,1,1,6495,1,-579.352,-4019.88,238.476,2.56883,350,0,0,2138,0,0,0,0,0),(93045,2647,0,1,1,6541,1,-592.693,-4011.17,238.476,1.41066,350,0,0,2052,1750,0,0,0,0),(93046,2681,0,1,1,782,0,-557.485,-3909.38,230.615,2.79285,350,3,0,2292,0,1,0,0,0),(93047,12478,0,1,1,7974,0,812.679,-3877.12,108.127,5.24237,600,0,0,62875,24860,0,0,0,0),(93048,12479,0,1,1,625,0,813.364,-3874.13,108.613,5.42016,600,0,0,76300,0,0,0,0,0),(93049,12479,0,1,1,625,0,809.65,-3876.07,108.021,5.11981,600,0,0,76300,0,0,0,0,0),(93050,2927,0,1,1,12238,0,-155.771,-2879.57,117.037,2.57202,350,10,0,1981,0,1,0,0,0),(93051,12478,0,1,1,7974,0,875.383,-4106.46,96.4208,2.97003,600,0,0,62875,24860,0,0,0,0),(93052,12477,0,1,1,12509,1,877.254,-4108.94,96.7537,2.97107,600,0,0,80925,0,0,0,0,0),(93053,12477,0,1,1,12509,1,877.34,-4104.65,96.4047,2.97065,600,0,0,80925,0,0,0,0,0),(93054,2656,0,1,1,11137,0,379.804,-3845.46,146.291,3.15896,350,10,0,2488,0,1,0,0,0),(93055,2639,0,1,1,6491,1,-185.168,-3519.14,135.503,4.49543,350,10,0,2310,0,1,0,0,0),(93056,4466,0,1,1,6512,1,-224.47,-3522.15,145.822,1.40982,350,10,0,2399,0,1,0,0,0),(93057,2680,0,1,1,781,0,-203.499,-3362.46,137.974,4.99786,350,3,0,2399,0,1,0,0,0),(93058,2926,0,1,1,11418,0,-98.6431,-3542.54,120.054,4.90051,350,5,0,2488,0,1,0,0,0),(93059,2505,0,1,1,5027,0,-52.4953,-4755.58,-3.90083,5.90956,350,10,0,2228,0,1,0,0,0),(93060,2656,0,1,1,11137,0,465.284,-3738.32,123.67,4.57813,350,5,0,2488,0,1,0,0,0),(93061,2927,0,1,1,12238,0,-296.254,-2590.43,119.89,6.01213,350,10,0,1981,0,1,0,0,0),(93062,2656,0,1,1,11137,0,413.841,-3768.62,124.15,0.161028,350,5,0,2488,0,1,0,0,0),(93063,4468,0,1,1,11141,0,-505.119,-3971.93,215.915,3.70957,350,5,0,1990,0,1,0,0,0),(93064,2655,0,1,1,1145,0,334.977,-3776.91,126.882,4.07016,350,5,0,2399,0,1,0,0,0),(93065,2656,0,1,1,11137,0,363.287,-3765.47,126.819,4.36163,350,5,0,2488,0,1,0,0,0),(93066,2656,0,1,1,11137,0,370.197,-3801.64,111.834,5.30814,350,3,0,2488,0,1,0,0,0),(93067,2655,0,1,1,1145,0,384.108,-3758.34,126.833,2.9762,350,5,0,2399,0,1,0,0,0),(93068,2656,0,1,1,11137,0,353.279,-3775.15,126.799,5.08941,350,0,0,2488,0,2,0,0,0),(93069,2656,0,1,1,11137,0,384.398,-3825.92,98.8949,1.39341,350,3,0,2488,0,1,0,0,0),(93070,2656,0,1,1,11137,0,399.594,-3821.37,118.458,2.66298,350,3,0,2488,0,1,0,0,0),(93071,2655,0,1,1,1145,0,421.233,-3812.69,120.369,0.221678,350,3,0,2399,0,1,0,0,0),(93072,2655,0,1,1,1145,0,392.043,-3789.65,102.343,2.0987,350,5,0,2399,0,1,0,0,0),(93073,2924,0,1,1,11419,0,-315.778,-2648.61,118.915,0.755021,350,5,0,2059,0,1,0,0,0),(93074,2926,0,1,1,11418,0,109.882,-4193.18,121.722,3.25916,350,5,0,2488,0,1,0,0,0),(93075,2924,0,1,1,11419,0,209.292,-2953.07,110.389,1.40982,350,10,0,2059,0,1,0,0,0),(93076,2680,0,1,1,781,0,-322.525,-3366.88,148.848,0.937838,350,10,0,2399,0,1,0,0,0),(93077,2639,0,1,1,6491,1,-317.732,-3319.46,138.428,5.75293,350,10,0,2310,0,1,0,0,0),(93078,2655,0,1,1,1145,0,241.2,-3507.67,159.764,4.12296,350,5,0,2399,0,1,0,0,0),(93079,2928,0,1,1,12238,0,18.337,-3127.68,133.382,4.78522,350,5,0,2138,0,1,0,0,0),(93080,2926,0,1,1,11418,0,211.797,-4046.42,118.499,0.632959,350,5,0,2488,0,1,0,0,0),(93081,2656,0,1,1,11137,0,417.197,-3815.24,161.361,4.51856,350,5,0,2488,0,1,0,0,0),(93082,2926,0,1,1,11418,0,94.5354,-4517.43,136.444,0.599372,350,5,0,2488,0,1,0,0,0),(93083,2656,0,1,1,11137,0,395.467,-3804.06,169.325,1.11474,350,5,0,2488,0,1,0,0,0),(93084,2926,0,1,1,11418,0,176.128,-3980.24,125.33,4.57713,350,5,0,2488,0,1,0,0,0),(93085,2926,0,1,1,11418,0,312.808,-4245.85,120.965,2.3203,350,5,0,2488,0,1,0,0,0),(93086,2649,0,1,1,6481,1,-14.8095,-2438.44,125.778,1.01118,350,10,0,1829,0,1,0,0,0),(93087,2928,0,1,1,12238,0,-66.4598,-3282.32,120.604,5.90268,350,10,0,2138,0,1,0,0,0),(93088,2649,0,1,1,6479,1,-10.207,-2412.44,127.921,0.125324,350,3,0,1829,0,1,0,0,0),(93089,2926,0,1,1,11418,0,62.7171,-3820.61,131.509,1.37723,350,5,0,2488,0,1,0,0,0),(93090,2926,0,1,1,11418,0,76.9397,-3872.76,136.151,4.47301,350,5,0,2488,0,1,0,0,0),(93091,2650,0,1,1,6480,1,11.4317,-2414.07,125.617,1.93057,350,10,0,1902,0,1,0,0,0),(93092,2926,0,1,1,11418,0,174.196,-4156.08,123.576,3.36619,350,5,0,2488,0,1,0,0,0),(93093,2926,0,1,1,11418,0,-22.8571,-4290.83,120.806,5.37737,350,5,0,2488,0,1,0,0,0),(93094,2655,0,1,1,1145,0,216.845,-3462.08,157.402,0.434881,350,3,0,2399,0,1,0,0,0),(93095,2656,0,1,1,11137,0,219.915,-3481.17,156.419,4.25726,350,3,0,2488,0,1,0,0,0),(93096,2639,0,1,1,6492,1,-159.01,-3420.26,131.918,3.07664,350,10,0,2310,0,1,0,0,0),(93097,2680,0,1,1,781,0,-175.935,-3436.92,136.013,1.8777,350,10,0,2399,0,1,0,0,0),(93098,2926,0,1,1,11418,0,53.2051,-4039.06,127.986,4.86533,350,5,0,2488,0,1,0,0,0),(93099,2925,0,1,1,11417,0,-72.2921,-3570.44,119.317,5.84887,350,10,0,2310,0,1,0,0,0),(93100,4467,0,1,1,6535,1,-268.719,-3386.25,149.368,0.233467,350,10,0,1679,3923,1,0,0,0),(93101,4467,0,1,1,6535,1,-282.396,-3342.65,143.023,1.04354,350,10,0,1679,3923,1,0,0,0),(93102,4466,0,1,1,6513,1,-213.586,-3478.93,154.672,0.048885,350,0,0,2399,0,0,0,0,0),(93103,2926,0,1,1,11418,0,369.266,-3661.23,129.095,4.33624,350,10,0,2488,0,1,0,0,0),(93104,4467,0,1,1,6535,1,-151.606,-3381.3,129.319,3.4411,350,10,0,1679,3923,1,0,0,0),(93105,2640,0,1,1,6543,1,-316.805,-3405.96,165.361,5.73832,350,0,0,1919,1587,0,0,0,0),(93106,2505,0,1,1,5027,0,-688.59,-4507.64,10.2782,1.9809,350,10,0,2228,0,1,0,0,0),(93107,2928,0,1,1,12238,0,305.758,-3221.97,115.309,5.95368,350,10,0,2138,0,1,0,0,0),(93108,2926,0,1,1,11418,0,-88.3811,-4140.74,120.703,1.00075,350,5,0,2488,0,1,0,0,0),(93109,2924,0,1,1,11419,0,241.331,-2941.78,106.881,3.1362,350,10,0,2059,0,1,0,0,0),(93110,2926,0,1,1,11418,0,134.636,-3824.18,126.354,0.007812,350,5,0,2488,0,1,0,0,0),(93111,2927,0,1,1,12238,0,331.656,-3006.1,119.94,0.192794,350,3,0,1981,0,1,0,0,0),(93112,2927,0,1,1,12238,0,293.016,-2981.72,113.509,5.70927,350,10,0,1981,0,1,0,0,0),(93113,2928,0,1,1,12238,0,352.247,-3097.83,128.786,1.89872,350,5,0,2138,0,1,0,0,0),(93114,2654,0,1,1,6487,1,-254.232,-2809.08,115.927,5.92429,350,3,0,1618,3801,1,0,0,0),(93115,2653,0,1,1,6489,1,-253.845,-2829.42,109.764,0.922841,350,3,0,2138,0,1,0,0,0),(93116,2926,0,1,1,11418,0,29.3276,-3635.01,124.596,0.54042,350,5,0,2488,0,1,0,0,0),(93117,2653,0,1,1,6490,1,-275.111,-2795.7,110.474,3.84421,350,3,0,2138,0,1,0,0,0),(93118,2926,0,1,1,11418,0,366.618,-4001.53,125.539,3.81884,350,5,0,2488,0,1,0,0,0),(93119,2686,0,1,1,1157,0,-322.721,-2755.25,86.3118,4.73932,350,10,0,2138,0,1,0,0,0),(93120,2655,0,1,1,1145,0,61.1937,-3510.48,118.942,1.70291,350,3,0,2399,0,1,0,0,0),(93121,2926,0,1,1,11418,0,189.191,-4243.91,118.521,3.94901,350,5,0,2488,0,1,0,0,0),(93122,2927,0,1,1,12238,0,47.3584,-2964.73,121.358,1.91106,350,10,0,1981,0,1,0,0,0),(93123,2686,0,1,1,1157,0,-346.831,-2710.01,108.211,0.074964,350,5,0,2138,0,1,0,0,0),(93124,2686,0,1,1,1157,0,-365.564,-2806.85,76.6431,5.55865,350,10,0,2138,0,1,0,0,0),(93125,2686,0,1,1,1157,0,-247.874,-2897.92,95.3389,4.76863,350,5,0,2138,0,1,0,0,0),(93126,2686,0,1,1,1157,0,-346.536,-2766.7,78.088,1.53566,350,3,0,2138,0,1,0,0,0),(93127,2928,0,1,1,12238,0,295.56,-3065.45,118.455,4.1542,350,10,0,2138,0,1,0,0,0),(93128,2653,0,1,1,6489,1,-230.735,-2987.26,117.813,0.981135,350,5,0,2138,0,1,0,0,0),(93129,2927,0,1,1,12238,0,238.965,-2984.09,110.537,1.8314,350,10,0,1981,0,1,0,0,0),(93130,2928,0,1,1,12238,0,197.521,-3052.44,131.686,4.54272,350,5,0,2138,0,1,0,0,0),(93131,2686,0,1,1,1157,0,-443.297,-2940.08,94.0191,3.64462,350,5,0,2138,0,1,0,0,0),(93132,2686,0,1,1,1157,0,-394.304,-2767.98,83.2624,0.944778,350,10,0,2138,0,1,0,0,0),(93133,2653,0,1,1,6490,1,-236.678,-3103.51,126.417,3.41415,350,5,0,2138,0,1,0,0,0),(93134,2686,0,1,1,1157,0,-414.368,-2809.81,79.5546,3.27879,350,10,0,2138,0,1,0,0,0),(93135,2654,0,1,1,6487,1,-221.56,-3114.49,127.542,5.76851,350,5,0,1618,3801,1,0,0,0),(93136,2686,0,1,1,1157,0,-435.951,-2780.89,85.9245,5.21532,350,3,0,2138,0,1,0,0,0),(93137,2928,0,1,1,12238,0,-166.135,-3046.49,120.979,6.20701,350,10,0,2138,0,1,0,0,0),(93138,2686,0,1,1,1157,0,-423.391,-2754.14,97.6229,1.52997,350,3,0,2138,0,1,0,0,0),(93139,2653,0,1,1,6489,1,-228.285,-3125.55,127.667,3.41572,350,5,0,2138,0,1,0,0,0),(93140,2686,0,1,1,1157,0,-269.733,-3027.28,117.492,6.15919,350,5,0,2138,0,1,0,0,0),(93141,2645,0,1,1,6538,1,-210.325,-3980.79,195.183,6.17128,350,5,0,1650,1695,1,0,0,0),(93142,2928,0,1,1,12238,0,-113.866,-3153.73,121.238,1.61374,350,10,0,2138,0,1,0,0,0),(93143,2686,0,1,1,1157,0,-424.86,-2926.4,85.5042,3.76574,350,5,0,2138,0,1,0,0,0),(93144,2653,0,1,1,6489,1,-275.678,-2820.46,109.515,1.48646,350,3,0,2138,0,1,0,0,0),(93145,2928,0,1,1,12238,0,312.779,-3081.97,118.866,3.21777,350,10,0,2138,0,1,0,0,0),(93146,2926,0,1,1,11418,0,99.3065,-4091.21,164.011,3.55546,350,5,0,2488,0,1,0,0,0),(93147,2926,0,1,1,11418,0,32.0518,-4422.68,150.152,4.95054,350,5,0,2488,0,1,0,0,0),(93148,2928,0,1,1,12238,0,-9.61401,-3061.67,135.698,1.16928,350,10,0,2138,0,1,0,0,0),(93149,2926,0,1,1,11418,0,-19.5781,-4399.59,145.291,1.93825,350,5,0,2488,0,1,0,0,0),(93150,2926,0,1,1,11418,0,206.832,-4008.22,119.129,0.475011,350,5,0,2488,0,1,0,0,0),(93151,2926,0,1,1,11418,0,26.6744,-4405.46,145.152,2.89424,350,5,0,2488,0,1,0,0,0),(93152,2926,0,1,1,11418,0,72.0643,-3556.33,121.575,2.54383,350,5,0,2488,0,1,0,0,0),(93153,2656,0,1,1,11137,0,109.615,-3545.15,120.021,1.38659,350,10,0,2488,0,1,0,0,0),(93154,2656,0,1,1,11137,0,155.866,-3503.29,125.227,1.39802,350,5,0,2488,0,1,0,0,0),(93155,2928,0,1,1,12238,0,9.41855,-3176.41,123.896,4.59699,350,10,0,2138,0,1,0,0,0),(93156,4466,0,1,1,6513,1,-156.068,-3510.53,128.679,0.609076,350,10,0,2399,0,1,0,0,0),(93157,2655,0,1,1,1145,0,85.9186,-3412.32,117.686,1.27481,350,10,0,2399,0,1,0,0,0),(93158,2655,0,1,1,1145,0,145.146,-3473.67,109.429,5.81779,350,5,0,2399,0,1,0,0,0),(93159,2656,0,1,1,11137,0,349.018,-3824.66,161.895,5.93981,350,5,0,2488,0,1,0,0,0),(93160,2656,0,1,1,11137,0,352.196,-3860.36,139.473,5.3702,350,10,0,2488,0,1,0,0,0),(93161,2655,0,1,1,1145,0,343.86,-3801.48,169.895,3.98386,350,5,0,2399,0,1,0,0,0),(93162,2655,0,1,1,1145,0,368.652,-3789.78,171.146,3.56479,350,5,0,2399,0,1,0,0,0),(93163,2656,0,1,1,11137,0,142.225,-3406.58,117.566,1.12172,350,5,0,2488,0,1,0,0,0),(93164,2656,0,1,1,11137,0,318.484,-3818.24,161.386,3.12597,350,5,0,2488,0,1,0,0,0),(93165,2655,0,1,1,1145,0,137.105,-3439.54,109.599,0.469264,350,10,0,2399,0,1,0,0,0),(93166,2656,0,1,1,11137,0,288.822,-3788.65,144.999,3.97392,350,5,0,2488,0,1,0,0,0),(93167,2656,0,1,1,11137,0,104.152,-3477.42,109.005,1.48498,350,10,0,2488,0,1,0,0,0),(93168,2656,0,1,1,11137,0,294.665,-3811.07,153.007,0.831236,350,5,0,2488,0,1,0,0,0),(93169,2655,0,1,1,1145,0,104.42,-3450.89,108.814,3.15075,350,10,0,2399,0,1,0,0,0),(93170,2656,0,1,1,11137,0,233.358,-3431.02,131.259,6.1522,350,3,0,2488,0,1,0,0,0),(93171,2655,0,1,1,1145,0,183.932,-3430.45,121.55,3.8104,350,5,0,2399,0,1,0,0,0),(93172,2928,0,1,1,12238,0,63.7096,-3272.42,118.732,0.585295,350,10,0,2138,0,1,0,0,0),(93173,2655,0,1,1,1145,0,257.94,-3456.68,152.768,5.75408,350,5,0,2399,0,1,0,0,0),(93174,2925,0,1,1,11417,0,-10.6717,-3492.79,117.821,4.32572,350,10,0,2310,0,1,0,0,0),(93175,2655,0,1,1,1145,0,273.981,-3479.56,158.094,1.94194,350,10,0,2399,0,1,0,0,0),(93176,2655,0,1,1,1145,0,247.835,-3486.69,162.69,4.67041,350,10,0,2399,0,1,0,0,0),(93177,2925,0,1,1,11417,0,-43.9125,-3518.53,119.674,4.44196,350,10,0,2310,0,1,0,0,0),(93178,2928,0,1,1,12238,0,53.6844,-3224.75,121.003,0.177823,350,10,0,2138,0,1,0,0,0),(93179,2656,0,1,1,11137,0,459.562,-3855.04,121.497,5.63333,350,10,0,2488,0,1,0,0,0),(93180,2686,0,1,1,1157,0,-287.434,-2981.09,94.7218,4.29595,350,3,0,2138,0,1,0,0,0),(93181,2686,0,1,1,1157,0,-364.684,-2935.96,75.2529,3.26853,350,5,0,2138,0,1,0,0,0),(93182,2926,0,1,1,11418,0,277.251,-3960.16,129.103,1.2494,350,5,0,2488,0,1,0,0,0),(93183,2686,0,1,1,1157,0,-311.297,-2855.44,80.0946,5.76356,350,10,0,2138,0,1,0,0,0),(93184,2647,0,1,1,6540,1,-650.545,-4102.68,238.476,5.01987,350,0,0,2052,1750,0,0,0,0),(93185,2681,0,1,1,782,0,-584.769,-3953.43,238.238,4.26699,350,10,0,2292,0,1,0,0,0),(93186,2505,0,1,1,5027,0,385.539,-4784.49,0.529967,2.15588,350,10,0,2228,0,1,0,0,0),(93187,2646,0,1,1,6496,1,-619.758,-4139.62,238.476,0.834047,350,3,0,2138,0,1,0,0,0),(93188,2505,0,1,1,5027,0,-365.828,-4491.5,11.5453,-1.36177,350,0,0,2228,0,0,0,0,0),(93189,2924,0,1,1,11419,0,-113.611,-2921.02,119.167,1.36809,350,10,0,2059,0,1,0,0,0),(93190,4466,0,1,1,6512,1,-185.618,-3351.1,133.71,4.76518,350,0,0,2399,0,2,0,0,0),(93191,4466,0,1,1,6513,1,-143.578,-3318.79,121.546,6.11893,350,5,0,2399,0,1,0,0,0),(93192,2680,0,1,1,781,0,-228.305,-3394.7,148.036,1.75327,350,10,0,2399,0,1,0,0,0),(93193,2928,0,1,1,12238,0,325.196,-3241.44,116.042,0.828568,350,10,0,2138,0,1,0,0,0),(93194,7780,0,1,1,6485,0,262.982,-2758.03,122.636,2.9147,350,0,0,2149,1587,0,0,0,0),(93195,2925,0,1,1,11417,0,281.402,-3172.74,121.237,1.8542,350,10,0,2310,0,1,0,0,0),(93196,2505,0,1,1,5027,0,51.9774,-4714.43,9.05748,1.89095,350,10,0,2228,0,1,0,0,0),(93197,2926,0,1,1,11418,0,234.604,-3931.34,131.004,1.76551,350,5,0,2488,0,1,0,0,0),(93198,4465,0,1,1,6509,1,-172.414,-4118.2,118.603,4.45088,350,10,0,2218,0,1,0,0,0),(93199,2927,0,1,1,12238,0,-113.725,-2887.76,123.327,3.57032,350,10,0,1981,0,1,0,0,0),(93200,4465,0,1,1,6509,1,-148.859,-4048.55,122.277,3.70966,350,3,0,2218,0,1,0,0,0),(93201,2640,0,1,1,6543,1,-73.9987,-4010.92,122.534,6.23548,350,0,0,1919,1587,0,0,0,0),(93202,4465,0,1,1,6509,1,-94.3603,-4001.5,123.527,4.95529,350,5,0,2218,0,1,0,0,0),(93203,4465,0,1,1,6509,1,-120.092,-4081.23,123.103,4.41361,350,10,0,2218,0,1,0,0,0),(93204,2643,0,1,1,6493,1,-376.563,-4135.94,174.418,0.697313,350,3,0,2388,0,1,0,0,0),(93205,2644,0,1,1,6511,1,-490.135,-4172.97,196.94,0.82782,350,3,0,2473,0,1,0,0,0),(93206,2643,0,1,1,6493,1,-378.044,-4158.43,174.168,0.253726,350,3,0,2388,0,1,0,0,0),(93207,2645,0,1,1,6538,1,-478.725,-4192.92,195.19,4.6335,350,0,0,1650,1695,0,0,0,0),(93208,2645,0,1,1,6539,1,-450.365,-4193.01,195.114,5.74664,350,0,0,1650,1695,0,0,0,0),(93209,14757,0,1,1,14786,0,-531.294,-3873.08,232.593,3.94444,350,0,0,6183,0,0,0,0,0),(93210,2924,0,1,1,11419,0,-100.992,-2891.62,126.573,1.99338,350,5,0,2059,0,1,0,0,0),(93211,2644,0,1,1,6510,1,-511.699,-4078.15,215.911,4.90245,350,0,0,2473,0,0,0,0,0),(93212,2646,0,1,1,6496,1,-596.838,-4111.66,238.601,0.318568,350,3,0,2138,0,1,0,0,0),(93213,2647,0,1,1,6541,1,-584.876,-4120.46,238.476,2.66268,350,0,0,2052,1750,0,0,0,0),(93214,2646,0,1,1,6495,1,-585.595,-4146.74,238.476,2.18892,350,3,0,2138,0,1,0,0,0),(93215,2647,0,1,1,6540,1,-593.175,-4167.88,238.476,1.3875,350,0,0,2052,1750,0,0,0,0),(93216,2646,0,1,1,6496,1,-608.736,-4156.35,238.476,0.849667,350,0,0,2138,0,0,0,0,0),(93217,2646,0,1,1,6496,1,-539.534,-3994.96,215.986,0.999576,350,0,0,2138,0,0,0,0,0),(93218,2646,0,1,1,6495,1,-280.348,-3823.68,238.435,0.281983,350,0,0,2138,0,0,0,0,0),(93219,2646,0,1,1,6495,1,-529.744,-3997.86,215.915,5.41187,350,0,0,2138,0,0,0,0,0),(93220,2647,0,1,1,6541,1,-256.803,-3835.88,238.465,2.48415,350,0,0,2052,1750,0,0,0,0),(93221,2646,0,1,1,6495,1,-286.458,-3838.54,238.472,3.63153,350,0,0,2138,0,0,0,0,0),(93222,4468,0,1,1,11141,0,-462.255,-3927,215.81,3.9037,350,5,0,1990,0,1,0,0,0),(93223,4468,0,1,1,11141,0,-437.829,-3938.69,215.744,1.76335,350,5,0,1990,0,1,0,0,0),(93224,4468,0,1,1,11141,0,-425.966,-3959.26,216.229,2.95408,350,5,0,1990,0,1,0,0,0),(93225,4468,0,1,1,11141,0,-489.325,-3947.74,215.928,2.83886,350,5,0,1990,0,1,0,0,0),(93226,4468,0,1,1,11141,0,-422.347,-3922.83,215.558,2.69612,350,5,0,1990,0,1,0,0,0),(93227,4468,0,1,1,11141,0,-444.792,-3981.77,208.044,2.83905,350,3,0,1990,0,1,0,0,0),(93228,4468,0,1,1,11141,0,-467.243,-4005.46,215.944,4.41296,350,5,0,1990,0,1,0,0,0),(93229,2655,0,1,1,1145,0,332.484,-3335.41,115.766,0.181307,350,5,0,2399,0,1,0,0,0),(93230,2648,0,1,1,6998,1,-638.837,-3730.62,235.154,3.73073,350,5,0,2658,0,1,0,0,0),(93231,2647,0,1,1,6541,1,-403.217,-3938.97,215.87,3.576,350,0,0,2052,1750,0,0,0,0),(93232,2646,0,1,1,6496,1,-386.817,-3934.25,215.951,3.64497,350,0,0,2138,0,0,0,0,0),(93233,2681,0,1,1,782,0,-519.332,-3915.33,230.674,4.19607,350,3,0,2292,0,1,0,0,0),(93234,2927,0,1,1,12238,0,-174.36,-2583.46,118.363,1.53796,350,10,0,1981,0,1,0,0,0),(93235,2927,0,1,1,12238,0,48.3302,-2719.36,129.966,1.5747,350,5,0,1981,0,1,0,0,0),(93236,2927,0,1,1,12238,0,-149.082,-2773.96,120.468,1.53175,350,10,0,1981,0,1,0,0,0),(93237,2924,0,1,1,11419,0,-161.063,-2810.6,118.383,1.21134,350,10,0,2059,0,1,0,0,0),(93238,2924,0,1,1,11419,0,107.151,-2950.18,114.29,4.48969,350,10,0,2059,0,1,0,0,0),(93239,2924,0,1,1,11419,0,-191.577,-2768.67,120.765,1.74383,350,10,0,2059,0,1,0,0,0),(93240,2655,0,1,1,1145,0,410.546,-3302.56,135.292,5.46798,350,5,0,2399,0,1,0,0,0),(93241,2639,0,1,1,6492,1,-252.072,-3250.49,125.277,0.842672,350,10,0,2310,0,1,0,0,0),(93242,2646,0,1,1,6495,1,-255.699,-3823.88,238.366,0.040903,350,0,0,2138,0,0,0,0,0),(93243,2926,0,1,1,11418,0,341.675,-3666.8,126.865,1.8153,350,10,0,2488,0,1,0,0,0),(93244,2639,0,1,1,6492,1,-211.391,-3244.01,120.811,1.39002,350,10,0,2310,0,1,0,0,0),(93245,2656,0,1,1,11137,0,318.606,-3755.3,141.623,4.65972,350,5,0,2488,0,1,0,0,0),(93246,2680,0,1,1,781,0,-273.953,-3252.31,121.319,0.109579,350,3,0,2399,0,1,0,0,0),(93247,12479,0,1,1,625,0,675.854,-3994.41,97.3366,4.22612,600,0,0,76300,0,0,0,0,0),(93248,12478,0,1,1,7974,0,678.609,-3993.74,97.2018,4.22624,600,0,0,62875,24860,0,0,0,0),(93249,12477,0,1,1,12509,1,674.884,-3991.71,96.9033,4.22602,600,0,0,80925,0,0,0,0,0),(93250,2653,0,1,1,6489,1,-238.443,-2552.76,118.982,4.29351,350,0,0,2138,0,0,0,0,0),(93251,2653,0,1,1,6489,1,-225.984,-2560.45,119.826,4.06662,350,0,0,2138,0,0,0,0,0),(93252,17236,0,1,1,955,0,-213.84,-2525.19,118.404,4.15388,350,0,0,2138,0,0,0,0,0),(93253,17235,0,1,1,6540,1,-216.613,-2523.13,118.367,4.43314,350,0,0,1688,1587,0,0,0,0),(93254,2655,0,1,1,1145,0,342.543,-3261.45,120.257,1.17692,350,5,0,2399,0,1,0,0,0),(93255,12496,0,1,1,7553,0,803.387,-3996.83,122.005,3.47321,600,0,0,80925,0,0,0,0,0),(93256,2656,0,1,1,11137,0,365.171,-3294.56,115.828,4.45793,350,5,0,2488,0,1,0,0,0),(93257,2655,0,1,1,1145,0,388.701,-3304.82,117.715,4.57964,350,3,0,2399,0,1,0,0,0),(93258,2655,0,1,1,1145,0,362.008,-3336.98,119.604,3.03556,350,5,0,2399,0,1,0,0,0),(93259,2655,0,1,1,1145,0,373.103,-3313.36,116.333,1.27718,350,10,0,2399,0,1,0,0,0),(93260,2692,0,1,1,19813,1,322.596,-2852.32,114.743,5.24172,350,5,0,2138,0,1,0,0,0),(93261,2693,0,1,1,19808,1,370.758,-2816.77,122.563,4.59955,350,0,0,2310,0,0,0,0,0),(93262,5718,0,1,1,7553,0,948.975,-4122.25,109.037,0.397731,600,0,0,80925,0,2,0,0,0),(93263,2693,0,1,1,19808,1,353.317,-2784.43,119.734,2.86788,350,5,0,2310,0,1,0,0,0),(93264,2692,0,1,1,19813,1,286.494,-2853.12,114.057,0.13959,350,5,0,2138,0,1,0,0,0),(93265,2924,0,1,1,11419,0,115.74,-2988.38,122.335,0.150882,350,10,0,2059,0,1,0,0,0),(93266,2693,0,1,1,19807,1,249.283,-2819.15,121.237,1.63181,350,5,0,2310,0,1,0,0,0),(93267,2692,0,1,1,19814,1,228.857,-2857.77,110.373,4.72984,350,0,0,2138,0,0,0,0,0),(93268,2692,0,1,1,19813,1,226.024,-2800.45,121.4,2.38498,350,3,0,2138,0,1,0,0,0),(93269,2691,0,1,1,19810,1,214.366,-2887.09,106.137,4.63968,350,10,0,2059,0,1,0,0,0),(93270,2691,0,1,1,19810,1,144.349,-2846.95,113.152,1.71771,350,5,0,2059,0,1,0,0,0),(93271,2691,0,1,1,19809,1,145.946,-2819.28,106.308,3.0743,350,5,0,2059,0,1,0,0,0),(93272,2692,0,1,1,19814,1,228.939,-2862.09,110.32,1.58825,350,0,0,2138,0,0,0,0,0),(93273,2691,0,1,1,19810,1,251.604,-2858.2,111.61,3.74106,350,10,0,2059,0,1,0,0,0),(93274,2691,0,1,1,19809,1,182.071,-2879.69,104.688,2.96296,350,10,0,2059,0,1,0,0,0),(93275,2928,0,1,1,12238,0,278.747,-3119.24,120.231,0.112642,350,10,0,2138,0,1,0,0,0),(93276,2692,0,1,1,19813,1,176.296,-2813.96,111.868,3.05849,350,5,0,2138,0,1,0,0,0),(93277,2692,0,1,1,19814,1,181.583,-2845.65,105.135,3.1481,350,10,0,2138,0,1,0,0,0),(93278,2925,0,1,1,11417,0,425.123,-3541,120.833,5.97988,350,10,0,2310,0,1,0,0,0),(93279,2925,0,1,1,11417,0,278.863,-3212.22,114.467,0.104841,350,10,0,2310,0,1,0,0,0),(93280,2694,0,1,1,19812,1,352.193,-2751.07,119.89,5.01289,350,0,0,1919,1587,0,0,0,0),(93281,2925,0,1,1,11417,0,52.7209,-3151.71,128.249,5.56446,350,10,0,2310,0,1,0,0,0),(93282,2693,0,1,1,19807,1,354.35,-2812.31,120.665,6.23915,350,5,0,2310,0,1,0,0,0),(93283,2691,0,1,1,19810,1,140.385,-2776.09,109.933,2.46336,350,5,0,2059,0,1,0,0,0),(93284,2693,0,1,1,19808,1,280.979,-2807.42,121.576,5.69955,350,5,0,2310,0,1,0,0,0),(93285,2928,0,1,1,12238,0,286.859,-3162.31,122.197,3.9176,350,10,0,2138,0,1,0,0,0),(93286,2694,0,1,1,19811,1,355.701,-2722.03,118.537,3.99595,350,0,0,1919,1587,0,0,0,0),(93287,2928,0,1,1,12238,0,311.812,-3214.37,118.184,5.86395,350,10,0,2138,0,1,0,0,0),(93288,2925,0,1,1,11417,0,89.2906,-3232.33,119.538,5.50055,350,10,0,2310,0,1,0,0,0),(93289,2691,0,1,1,19810,1,357.189,-2881.45,118.247,0.243629,350,10,0,2059,0,1,0,0,0),(93290,2691,0,1,1,19810,1,322.042,-2885.63,114.181,0.232413,350,10,0,2059,0,1,0,0,0),(93291,2652,0,1,1,6486,1,-6.69076,-2774.38,131.722,0.240215,350,5,0,2059,0,1,0,0,0),(93292,2692,0,1,1,19813,1,349.677,-2851.57,116.143,2.53285,350,10,0,2138,0,1,0,0,0),(93293,2928,0,1,1,12238,0,-46.9368,-3042.9,129.225,2.8464,350,10,0,2138,0,1,0,0,0),(93294,2694,0,1,1,19812,1,248.577,-2767.34,122.573,3.86398,350,10,0,1919,1587,1,0,0,0),(93295,2928,0,1,1,12238,0,-171.151,-3141.46,117.099,3.04285,350,10,0,2138,0,1,0,0,0),(93296,2655,0,1,1,1145,0,345.614,-3378.69,119.589,5.08769,350,5,0,2399,0,1,0,0,0),(93297,2692,0,1,1,19813,1,195.942,-2803.87,117.493,1.12359,350,5,0,2138,0,1,0,0,0),(93298,2926,0,1,1,11418,0,132.386,-4388.78,120.48,0.762917,350,5,0,2488,0,1,0,0,0),(93299,2926,0,1,1,11418,0,219.018,-4144.76,119.398,3.92699,350,5,0,2488,0,1,0,0,0),(93300,2926,0,1,1,11418,0,59.302,-4325.83,124.29,0.764921,350,5,0,2488,0,1,0,0,0),(93301,7806,0,1,1,6909,0,500.159,-3475.07,116.513,3.36848,350,0,0,1981,0,0,0,0,0),(93302,8216,0,1,1,6512,1,-179.28,-3520.98,134.464,4.72997,43200,0,0,2576,0,2,0,0,0),(93303,2656,0,1,1,11137,0,477.272,-3820.96,117.416,6.24956,350,10,0,2488,0,1,0,0,0),(93304,2924,0,1,1,11419,0,205.745,-2969.61,112.068,1.25336,350,10,0,2059,0,1,0,0,0),(93305,2927,0,1,1,12238,0,132.015,-2889.54,114.135,6.06115,350,10,0,1981,0,1,0,0,0),(93306,2925,0,1,1,11417,0,-99.3962,-3014.57,119.097,3.21387,350,10,0,2310,0,1,0,0,0),(93307,2925,0,1,1,11417,0,-180.791,-3136.97,118.467,5.37189,350,3,0,2310,0,1,0,0,0),(93308,2928,0,1,1,12238,0,115.47,-3079.83,130.386,1.11576,350,10,0,2138,0,1,0,0,0),(93309,2928,0,1,1,12238,0,80.6285,-3345.64,117.804,6.03864,350,10,0,2138,0,1,0,0,0),(93310,2926,0,1,1,11418,0,14.9445,-3990.48,131.151,0.79955,350,5,0,2488,0,1,0,0,0),(93311,2926,0,1,1,11418,0,342.623,-3723.5,135.892,4.45399,350,10,0,2488,0,1,0,0,0),(93312,2927,0,1,1,12238,0,158.149,-2891.76,110.819,1.59313,350,10,0,1981,0,1,0,0,0),(93313,2655,0,1,1,1145,0,471.539,-3786.87,121.509,5.18915,350,0,0,2399,0,0,0,0,0),(93314,2927,0,1,1,12238,0,-146.483,-2560.6,121.311,0.851782,350,3,0,1981,0,1,0,0,0),(93315,2656,0,1,1,11137,0,441.702,-3792,120.971,0.687347,350,5,0,2488,0,1,0,0,0),(93316,2655,0,1,1,1145,0,324.818,-3723.87,107.039,0.12883,350,3,0,2399,0,1,0,0,0),(93317,2656,0,1,1,11137,0,379.784,-3742.38,104.99,0.129459,350,3,0,2488,0,1,0,0,0),(93318,2656,0,1,1,11137,0,348.059,-3786.18,126.822,5.06114,350,5,0,2488,0,1,0,0,0),(93319,2655,0,1,1,1145,0,414.498,-3785.82,101.845,0.072929,350,5,0,2399,0,1,0,0,0),(93320,2655,0,1,1,1145,0,389.17,-3864.46,96.0874,5.75345,350,3,0,2399,0,1,0,0,0),(93321,2655,0,1,1,1145,0,384.535,-3851.28,96.4615,5.29383,350,3,0,2399,0,1,0,0,0),(93322,2928,0,1,1,12238,0,-192.448,-3196.11,123.393,1.68426,350,10,0,2138,0,1,0,0,0),(93323,2655,0,1,1,1145,0,406.591,-3879.87,97.7752,1.72552,350,5,0,2399,0,1,0,0,0),(93324,2653,0,1,1,6490,1,-402.438,-2921.1,80.2542,6.19088,350,5,0,2138,0,1,0,0,0),(93325,2654,0,1,1,6487,1,-403.055,-2961.89,94.1765,1.52225,350,0,0,1618,3801,0,0,0,0),(93326,2657,0,1,1,1149,0,101.859,-2265.82,104.091,5.79973,350,10,0,1829,0,1,0,0,0),(93327,2657,0,1,1,1149,0,176.625,-2219.59,100.604,2.9076,350,10,0,1829,0,1,0,0,0),(93328,2923,0,1,1,11413,0,245.741,-2409.22,129.106,1.59004,350,5,0,1902,0,1,0,0,0),(93329,2927,0,1,1,12238,0,162.383,-2952.99,115.701,5.30953,350,10,0,1981,0,1,0,0,0),(93330,2924,0,1,1,11419,0,140.824,-2991,123.67,3.08988,350,10,0,2059,0,1,0,0,0),(93331,2923,0,1,1,11413,0,76.3837,-2156.37,103.981,0.991264,350,10,0,1902,0,1,0,0,0),(93332,2657,0,1,1,1149,0,164.038,-2200.09,99.4782,2.20364,350,10,0,1829,0,1,0,0,0),(93333,2923,0,1,1,11413,0,38.9945,-2158.36,111.859,3.76048,350,3,0,1902,0,1,0,0,0),(93334,2923,0,1,1,11413,0,62.7463,-2205.18,105.637,6.02963,350,10,0,1902,0,1,0,0,0),(93335,2657,0,1,1,1149,0,203.624,-2160.77,107.339,5.36606,350,5,0,1829,0,1,0,0,0),(93336,2657,0,1,1,1149,0,201.923,-2173.55,107.119,5.10019,350,10,0,1829,0,1,0,0,0),(93337,2927,0,1,1,12238,0,198.741,-2487.11,128.86,5.71796,350,3,0,1981,0,1,0,0,0),(93338,2650,0,1,1,6480,1,-3.80677,-2486.6,120.549,4.60412,350,0,0,1902,0,0,0,0,0),(93339,2923,0,1,1,11413,0,153.571,-2441.92,126.785,2.38205,350,3,0,1902,0,1,0,0,0),(93340,2923,0,1,1,11413,0,106.387,-2412.99,125.854,3.12261,350,10,0,1902,0,1,0,0,0),(93341,2923,0,1,1,11413,0,138.742,-2483.4,124.284,5.61546,350,10,0,1902,0,1,0,0,0),(93342,2686,0,1,1,1157,0,-422.652,-2858.79,79.8762,1.19718,350,10,0,2138,0,1,0,0,0),(93343,2657,0,1,1,1149,0,229.771,-2360.23,117.135,1.9916,350,0,0,1829,0,2,0,0,0),(93344,2657,0,1,1,1149,0,106.223,-2278.37,105.784,6.11451,350,0,0,1829,0,2,0,0,0),(93345,2649,0,1,1,6481,1,-18.897,-2461.35,122.403,2.50304,350,0,0,1829,0,0,0,0,0),(93346,2650,0,1,1,6480,1,-30.7026,-2453.52,121.403,4.1827,350,0,0,1902,0,0,0,0,0),(93347,2505,0,1,1,5027,0,-321.94,-4602.19,11.1763,0.487838,350,10,0,2228,0,1,0,0,0),(93348,2649,0,1,1,6479,1,-34.0145,-2464.96,121.562,0.867587,350,0,0,1829,0,0,0,0,0),(93349,2928,0,1,1,12238,0,125.695,-3151.74,124.209,0.46364,350,10,0,2138,0,1,0,0,0),(93350,2926,0,1,1,11418,0,1.96076,-4274.1,119.399,0.555494,350,0,0,2488,0,0,0,0,0),(93351,2926,0,1,1,11418,0,-112.484,-4319.53,133.359,5.97748,350,5,0,2488,0,1,0,0,0),(93352,2928,0,1,1,12238,0,-22.9306,-3245.77,123.383,1.19428,350,10,0,2138,0,1,0,0,0),(93353,2928,0,1,1,12238,0,122.668,-3061.94,131.222,0.387927,350,10,0,2138,0,1,0,0,0),(93354,2925,0,1,1,11417,0,-118.628,-3267.82,118.179,5.5884,350,10,0,2310,0,1,0,0,0),(93355,2928,0,1,1,12238,0,-107.075,-3039.98,119.226,0.1372,350,10,0,2138,0,1,0,0,0),(93356,2925,0,1,1,11417,0,-143.722,-3219.86,122.463,0.430885,350,10,0,2310,0,1,0,0,0),(93357,2928,0,1,1,12238,0,253.466,-3202.41,116.365,1.77547,350,10,0,2138,0,1,0,0,0),(93358,2925,0,1,1,11417,0,168.294,-3109.53,124.198,0.424537,350,10,0,2310,0,1,0,0,0),(93359,2928,0,1,1,12238,0,225.42,-3099.34,121.443,4.40061,350,10,0,2138,0,1,0,0,0),(93360,2925,0,1,1,11417,0,-148.901,-3091.62,122.685,2.51021,350,10,0,2310,0,1,0,0,0),(93361,2928,0,1,1,12238,0,11.0299,-3390.02,121.031,4.85925,350,10,0,2138,0,1,0,0,0),(93362,2928,0,1,1,12238,0,79.3138,-3338.78,118.723,0.935108,350,10,0,2138,0,1,0,0,0),(93363,2928,0,1,1,12238,0,242.72,-3133.26,118.805,4.59699,350,10,0,2138,0,1,0,0,0),(93364,2925,0,1,1,11417,0,286.184,-3086.77,121.489,0.057343,350,10,0,2310,0,1,0,0,0),(93365,2926,0,1,1,11418,0,163.442,-3871.31,134.627,5.84137,350,5,0,2488,0,1,0,0,0),(93366,2650,0,1,1,6480,1,-34.9182,-2486.33,119.836,5.20098,350,0,0,1902,0,0,0,0,0),(93367,2650,0,1,1,6480,1,23.2434,-2451.16,122.621,0.539879,350,10,0,1902,0,1,0,0,0),(93368,2651,0,1,1,6483,1,-20.945,-2651.82,125.263,4.99525,350,5,0,1981,0,1,0,0,0),(93369,2651,0,1,1,6484,1,-46.1941,-2653.39,135.547,5.75848,350,5,0,1981,0,1,0,0,0),(93370,2651,0,1,1,6484,1,-35.9666,-2773.51,122.888,1.12811,350,5,0,1981,0,1,0,0,0),(93371,2686,0,1,1,1157,0,-156.592,-2915.18,120.078,2.0841,350,5,0,2138,0,1,0,0,0),(93372,2686,0,1,1,1157,0,-285.583,-2913.34,83.2746,0.418998,350,10,0,2138,0,1,0,0,0),(93373,2653,0,1,1,6490,1,-367.395,-2985.06,105.494,2.33718,350,3,0,2138,0,1,0,0,0),(93374,2654,0,1,1,6487,1,-370.821,-3000.01,109.567,2.65476,350,3,0,1618,3801,1,0,0,0),(93375,2653,0,1,1,6490,1,-385.732,-2993.95,105.535,1.24423,350,3,0,2138,0,1,0,0,0),(93376,2653,0,1,1,6489,1,-349.653,-2997.4,106.291,2.42756,350,3,0,2138,0,1,0,0,0),(93377,2691,0,1,1,19809,1,147.142,-2747.45,109.819,4.87592,350,5,0,2059,0,1,0,0,0),(93378,2692,0,1,1,19813,1,179.757,-2745.51,116.005,4.32658,350,5,0,2138,0,1,0,0,0),(93379,2691,0,1,1,19809,1,151.643,-2680.62,118.798,1.48333,350,5,0,2059,0,1,0,0,0),(93380,2692,0,1,1,19813,1,209.429,-2755.17,121.055,2.6779,350,0,0,2138,0,0,0,0,0),(93381,2923,0,1,1,11413,0,211.225,-2279.68,104.428,0.005536,350,5,0,1902,0,1,0,0,0),(93382,2924,0,1,1,11419,0,155.73,-2525.83,124.739,4.76779,350,3,0,2059,0,1,0,0,0),(93383,2927,0,1,1,12238,0,102.163,-2597.47,114.893,2.15382,350,5,0,1981,0,1,0,0,0),(93384,2927,0,1,1,12238,0,-256.26,-2584.64,118.841,1.30247,350,10,0,1981,0,1,0,0,0),(93385,2653,0,1,1,6489,1,-476.303,-2843.52,110.557,3.63642,350,3,0,2138,0,1,0,0,0),(93386,2653,0,1,1,6490,1,-466.438,-2833.82,110.092,6.03577,350,3,0,2138,0,1,0,0,0),(93387,2648,0,1,1,10660,1,-616.292,-3793.3,239.183,4.32193,350,0,0,2658,0,2,0,0,0),(93388,2505,0,1,1,5027,0,107.592,-4726.92,7.97352,4.35177,350,10,0,2228,0,1,0,0,0),(93389,2505,0,1,1,5027,0,-421.896,-4651.29,-6.98523,5.22579,350,10,0,2228,0,1,0,0,0),(93390,2505,0,1,1,5027,0,148.88,-4744.64,0.938893,1.55981,350,10,0,2228,0,1,0,0,0),(93391,2505,0,1,1,5027,0,-344.722,-4588.3,9.07936,5.88419,350,10,0,2228,0,1,0,0,0),(93392,2505,0,1,1,5027,0,-287.282,-4529.42,12.7129,3.66831,350,10,0,2228,0,1,0,0,0),(93393,2505,0,1,1,5027,0,-207.013,-4505.71,13.2281,0.679118,350,10,0,2228,0,1,0,0,0),(93394,2505,0,1,1,5027,0,-290.947,-4584.65,11.1629,3.18657,350,10,0,2228,0,1,0,0,0),(93395,2923,0,1,1,11413,0,174.651,-2378.92,132.779,3.47211,350,5,0,1902,0,1,0,0,0),(93396,2924,0,1,1,11419,0,95.2935,-2645.96,114.384,1.31236,350,10,0,2059,0,1,0,0,0),(93397,2924,0,1,1,11419,0,89.7413,-2872.87,115.778,4.96116,350,10,0,2059,0,1,0,0,0),(93398,2655,0,1,1,1145,0,415.605,-3445.31,120.154,5.20536,350,5,0,2399,0,1,0,0,0),(93399,2655,0,1,1,1145,0,382.287,-3422.42,118.512,5.4625,350,5,0,2399,0,1,0,0,0),(93400,2640,0,1,1,6543,1,-71.6749,-4029.45,122.409,3.57055,350,0,0,1919,1587,0,0,0,0),(93401,2655,0,1,1,1145,0,421.182,-3412.36,117.451,5.99485,350,5,0,2399,0,1,0,0,0),(93402,2656,0,1,1,11137,0,397.87,-3405.19,122.512,4.79041,350,5,0,2488,0,1,0,0,0),(93403,2927,0,1,1,12238,0,111.821,-2769.23,107.77,4.69676,350,5,0,1981,0,1,0,0,0),(93404,2655,0,1,1,1145,0,402.177,-3385.31,120.083,2.22717,350,5,0,2399,0,1,0,0,0),(93405,2924,0,1,1,11419,0,128.986,-3020.73,131.086,5.14686,350,5,0,2059,0,1,0,0,0),(93406,2655,0,1,1,1145,0,378.736,-3392.86,119.492,0.285082,350,5,0,2399,0,1,0,0,0),(93407,2639,0,1,1,6492,1,-154.448,-3450.14,132.24,3.3268,350,10,0,2310,0,1,0,0,0),(93408,4467,0,1,1,6536,1,-217.602,-3424.61,149.054,5.17333,350,0,0,1679,3923,0,0,0,0),(93409,4467,0,1,1,6536,1,-239.917,-3406.03,152.394,0.001684,350,0,0,1679,3923,2,0,0,0),(93410,4467,0,1,1,6536,1,-213.375,-3386.03,144.193,1.44353,350,3,0,1679,3923,1,0,0,0),(93411,2655,0,1,1,1145,0,442.236,-3360.18,120.171,2.77596,350,10,0,2399,0,1,0,0,0),(93412,4467,0,1,1,6535,1,-148.208,-3483.46,127.82,5.70465,350,10,0,1679,3923,1,0,0,0),(93413,4467,0,1,1,6535,1,-186.247,-3454.91,140.888,1.80481,350,5,0,1679,3923,1,0,0,0),(93414,2651,0,1,1,6484,1,15.9034,-2792.05,123.09,0.295693,350,5,0,1981,0,1,0,0,0),(93415,4467,0,1,1,6536,1,-253.575,-3417.42,163.666,2.95398,350,0,0,1679,3923,2,0,0,0),(93416,2656,0,1,1,11137,0,430.95,-3325.61,121.042,0.871265,350,5,0,2488,0,1,0,0,0),(93417,2656,0,1,1,11137,0,457.404,-3331.26,120.131,1.38743,350,5,0,2488,0,1,0,0,0),(93418,2651,0,1,1,6483,1,-28.882,-2845.15,122.448,2.09265,350,5,0,1981,0,1,0,0,0),(93419,4467,0,1,1,6535,1,-263.072,-3428.76,177.933,4.25047,350,0,0,1679,3923,2,0,0,0),(93420,2652,0,1,1,6485,1,-19.5158,-2820.35,125.036,4.5464,350,3,0,2059,0,1,0,0,0),(93421,2651,0,1,1,6483,1,-11.2229,-2803.14,124.161,5.70995,350,3,0,1981,0,1,0,0,0),(93422,2656,0,1,1,11137,0,482.837,-3327.61,122.13,3.97935,350,3,0,2488,0,1,0,0,0),(93423,2656,0,1,1,11137,0,451.24,-3348.18,119.658,3.46327,350,10,0,2488,0,1,0,0,0),(93424,4467,0,1,1,6535,1,-286.894,-3470.17,190.951,3.18911,350,3,0,1679,3923,1,0,0,0),(93425,4467,0,1,1,6535,1,-278.436,-3444.1,187.479,0.153162,350,3,0,1679,3923,1,0,0,0),(93426,2655,0,1,1,1145,0,371.89,-3358.4,121.066,2.67636,350,5,0,2399,0,1,0,0,0),(93427,4467,0,1,1,6535,1,-303.637,-3452.61,191.688,0.856552,350,3,0,1679,3923,1,0,0,0),(93428,7996,0,1,1,7122,1,-285.042,-3447.88,188.545,4.58799,350,0,0,2326,4393,0,0,0,0),(93429,2651,0,1,1,6484,1,-45.0445,-2838.35,123.411,3.546,350,0,0,1981,0,0,0,0,0),(93430,2929,0,1,1,12238,0,328.814,-3947.7,129.173,3.51719,350,5,0,2399,0,1,0,0,0),(93431,2656,0,1,1,11137,0,437.392,-3377.3,120.64,3.88067,350,5,0,2488,0,1,0,0,0),(93432,2651,0,1,1,6484,1,-27.8324,-2795.07,122.097,6.19898,350,0,0,1981,0,0,0,0,0),(93433,2651,0,1,1,6483,1,-38.5188,-2816.08,122.161,3.3596,350,0,0,1981,0,0,0,0,0),(93434,2929,0,1,1,12238,0,390.781,-3942.29,128.657,0.735838,350,5,0,2399,0,1,0,0,0),(93435,4466,0,1,1,6512,1,-284.727,-3325.95,136.893,4.70607,350,10,0,2399,0,1,0,0,0),(93436,4466,0,1,1,6512,1,-254.155,-3279.33,122.141,1.9888,350,10,0,2399,0,1,0,0,0),(93437,2924,0,1,1,11419,0,115.498,-2928.71,113.197,6.04635,350,10,0,2059,0,1,0,0,0),(93438,2929,0,1,1,12238,0,272.227,-3919.88,130.583,0.465134,350,10,0,2399,0,1,0,0,0),(93439,2686,0,1,1,1157,0,-171.738,-2997.77,120.214,1.07659,350,10,0,2138,0,1,0,0,0),(93440,2655,0,1,1,1145,0,416.847,-3355.08,119.336,0.448789,350,5,0,2399,0,1,0,0,0),(93441,2652,0,1,1,6485,1,-20.8429,-2794.4,122.097,3.35331,350,0,0,2059,0,0,0,0,0),(93442,2651,0,1,1,6484,1,-5.04677,-2833.18,122.161,5.1754,350,5,0,1981,0,1,0,0,0),(93443,4466,0,1,1,6513,1,-325.012,-3383.15,152.982,4.01413,350,5,0,2399,0,1,0,0,0),(93444,2686,0,1,1,1157,0,-193.627,-2954.72,111.563,6.2578,350,5,0,2138,0,1,0,0,0),(93445,2652,0,1,1,6485,1,-32.6918,-2806.73,122.411,6.17651,350,0,0,2059,0,0,0,0,0),(93446,2653,0,1,1,6490,1,-150.562,-2981.3,117.794,0.041772,350,0,0,2138,0,0,0,0,0),(93447,2653,0,1,1,6489,1,-163.277,-2935.03,119.715,1.10598,350,0,0,2138,0,0,0,0,0),(93448,2923,0,1,1,11413,0,206.899,-2297.43,105.468,0.272933,350,10,0,1902,0,1,0,0,0),(93449,4466,0,1,1,6512,1,476.768,-3650.62,121.602,0.947597,350,5,0,2399,0,1,0,0,0),(93450,2926,0,1,1,11418,0,280.81,-3746.21,137.945,2.42809,350,10,0,2488,0,1,0,0,0),(93451,4466,0,1,1,6513,1,447.26,-3584.12,118.498,4.22251,350,10,0,2399,0,1,0,0,0),(93452,2653,0,1,1,6490,1,-224.933,-2948.18,99.6736,4.64489,350,0,0,2138,0,0,0,0,0),(93453,8636,0,1,1,7918,1,-287.602,-3453.63,190.13,4.96782,350,0,0,2326,4393,0,0,0,0),(93454,2923,0,1,1,11413,0,178.293,-2346.44,121.211,6.21568,350,5,0,1902,0,1,0,0,0),(93455,4466,0,1,1,6512,1,436.393,-3619.72,119.611,4.1941,350,5,0,2399,0,1,0,0,0),(93456,2928,0,1,1,12238,0,18.4082,-3251.26,118.782,5.21189,350,10,0,2138,0,1,0,0,0),(93457,4466,0,1,1,6512,1,446.829,-3647.26,122.964,1.82868,350,5,0,2399,0,1,0,0,0),(93458,2653,0,1,1,6489,1,-336.265,-2805.79,81.2646,5.1227,350,5,0,2138,0,1,0,0,0),(93459,2651,0,1,1,6483,1,-70.4262,-2789.35,123.932,4.54555,350,5,0,1981,0,1,0,0,0),(93460,2928,0,1,1,12238,0,92.3121,-3293.77,119.554,4.88806,350,10,0,2138,0,1,0,0,0),(93461,2928,0,1,1,12238,0,-17.134,-3536.18,119.279,4.55366,350,10,0,2138,0,1,0,0,0),(93462,2928,0,1,1,12238,0,-13.3278,-2999.14,130.035,0.903072,350,10,0,2138,0,1,0,0,0),(93463,2652,0,1,1,6486,1,-67.53,-2829.68,124.469,1.5234,350,5,0,2059,0,1,0,0,0),(93464,2924,0,1,1,11419,0,76.2674,-2713.64,114.159,2.77414,350,10,0,2059,0,1,0,0,0),(93465,2928,0,1,1,12238,0,143.96,-3334.23,116.902,4.80324,350,5,0,2138,0,1,0,0,0),(93466,2652,0,1,1,6485,1,-113.231,-2743.13,129.249,4.07397,350,5,0,2059,0,1,0,0,0),(93467,2927,0,1,1,12238,0,42.8246,-2898.57,115.063,3.23823,350,10,0,1981,0,1,0,0,0),(93468,2924,0,1,1,11419,0,-164.41,-2835.62,117.658,0.136795,350,10,0,2059,0,1,0,0,0),(93469,2928,0,1,1,12238,0,-163.286,-3570.57,120.111,4.05263,350,3,0,2138,0,1,0,0,0),(93470,2928,0,1,1,12238,0,3.97839,-3354.39,119.054,6.13546,350,10,0,2138,0,1,0,0,0),(93471,2928,0,1,1,12238,0,-60.0974,-2965.99,119.258,5.12883,350,10,0,2138,0,1,0,0,0),(93472,2924,0,1,1,11419,0,47.8665,-2811.85,117.198,0.089083,350,10,0,2059,0,1,0,0,0),(93473,2927,0,1,1,12238,0,-288.528,-2573.99,120.182,1.45734,350,10,0,1981,0,1,0,0,0),(93474,2925,0,1,1,11417,0,-48.7088,-3415.6,118.796,2.36724,350,10,0,2310,0,1,0,0,0),(93475,2928,0,1,1,12238,0,-69.1481,-3479.73,118.627,3.24923,350,10,0,2138,0,1,0,0,0),(93476,2928,0,1,1,12238,0,382.51,-3552.44,119.659,1.34588,350,10,0,2138,0,1,0,0,0),(93477,2651,0,1,1,6483,1,-106.18,-2723.37,135.857,5.1069,350,5,0,1981,0,1,0,0,0),(93478,2651,0,1,1,6483,1,-81.4726,-2718.43,141.549,5.4895,350,5,0,1981,0,1,0,0,0),(93479,2651,0,1,1,6484,1,-75.3673,-2748.45,151.131,0.90254,350,5,0,1981,0,1,0,0,0),(93480,2924,0,1,1,11419,0,-41.9601,-2899.64,120.534,1.85608,350,10,0,2059,0,1,0,0,0),(93481,2924,0,1,1,11419,0,-90.2747,-2797.96,123.648,6.2187,350,3,0,2059,0,1,0,0,0),(93482,2651,0,1,1,6483,1,-23.1278,-2713.82,153.658,3.12206,350,5,0,1981,0,1,0,0,0),(93483,2652,0,1,1,6485,1,-45.4033,-2717.97,155.601,0.006681,350,5,0,2059,0,1,0,0,0),(93484,2650,0,1,1,6482,1,10.1984,-2521.51,121.661,3.88024,350,10,0,1902,0,1,0,0,0),(93485,2924,0,1,1,11419,0,48.2234,-2600.8,111.969,4.61118,350,10,0,2059,0,1,0,0,0),(93486,2649,0,1,1,6479,1,13.5397,-2486.89,124.015,3.77443,350,10,0,1829,0,1,0,0,0),(93487,2651,0,1,1,6483,1,15.3371,-2681.5,130.645,1.25895,350,5,0,1981,0,1,0,0,0),(93488,2924,0,1,1,11419,0,-23.4599,-2609.89,119.588,3.8119,350,10,0,2059,0,1,0,0,0),(93489,2651,0,1,1,6484,1,10.6359,-2751.95,151.053,4.76217,350,5,0,1981,0,1,0,0,0),(93490,2927,0,1,1,12238,0,-63.5175,-2606.23,119.579,5.70656,350,10,0,1981,0,1,0,0,0),(93491,2651,0,1,1,6483,1,-13.9668,-2752.59,145.515,0.013088,350,5,0,1981,0,1,0,0,0),(93492,2652,0,1,1,6486,1,13.1248,-2725.77,151.39,5.05015,350,5,0,2059,0,1,0,0,0),(93493,2927,0,1,1,12238,0,73.2341,-2586.76,110.94,4.89219,350,10,0,1981,0,1,0,0,0),(93494,2927,0,1,1,12238,0,-45.648,-2876.26,121.89,0.804673,350,10,0,1981,0,1,0,0,0),(93495,2927,0,1,1,12238,0,-107.23,-2595.14,120.614,1.42586,350,5,0,1981,0,1,0,0,0),(93496,2639,0,1,1,6492,1,-121.082,-3376.69,125.209,5.20771,350,10,0,2310,0,1,0,0,0),(93497,2649,0,1,1,6481,1,49.3675,-2419.95,124.272,5.9979,350,10,0,1829,0,1,0,0,0),(93498,2691,0,1,1,19810,1,147.053,-2714.6,114.923,0.104724,350,10,0,2059,0,1,0,0,0),(93499,2927,0,1,1,12238,0,-160.674,-2619.33,120.013,0.24497,350,10,0,1981,0,1,0,0,0),(93500,2649,0,1,1,6479,1,46.6611,-2510.11,124.38,2.9428,350,5,0,1829,0,1,0,0,0),(93501,2649,0,1,1,6479,1,50.8771,-2454.9,122.935,4.33561,350,10,0,1829,0,1,0,0,0),(93502,2693,0,1,1,19807,1,222.989,-2721.53,120.671,0.114718,350,5,0,2310,0,1,0,0,0),(93503,2649,0,1,1,6479,1,27.2924,-2555.64,118.067,2.45167,350,10,0,1829,0,1,0,0,0),(93504,2650,0,1,1,6480,1,45.5611,-2481.74,124.884,4.60699,350,10,0,1902,0,1,0,0,0),(93505,2929,0,1,1,12238,0,212.597,-3646.83,131.96,4.88327,350,10,0,2399,0,1,0,0,0),(93506,2693,0,1,1,19808,1,194.217,-2702.47,115.096,3.37648,350,5,0,2310,0,1,0,0,0),(93507,2693,0,1,1,19807,1,222.528,-2700.61,117.421,0.42528,350,5,0,2310,0,1,0,0,0),(93508,2692,0,1,1,19813,1,181.936,-2717.07,115.346,6.21694,350,10,0,2138,0,1,0,0,0),(93509,2649,0,1,1,6479,1,-20.951,-2544.37,117.501,2.30643,350,10,0,1829,0,1,0,0,0),(93510,2693,0,1,1,19808,1,279.318,-2665.74,119.329,5.15441,350,5,0,2310,0,1,0,0,0),(93511,2923,0,1,1,11413,0,13.7449,-2349.84,122.794,4.02632,350,10,0,1902,0,1,0,0,0),(93512,2693,0,1,1,19808,1,273.068,-2677.86,119.689,2.0919,350,5,0,2310,0,1,0,0,0),(93513,2923,0,1,1,11413,0,245.398,-2307.23,112.645,5.18886,350,10,0,1902,0,1,0,0,0),(93514,2650,0,1,1,6480,1,-46.7419,-2549.25,118.158,1.18224,350,10,0,1902,0,1,0,0,0),(93515,2649,0,1,1,6479,1,-81.1611,-2542.76,118.416,0.612817,350,10,0,1829,0,1,0,0,0),(93516,2923,0,1,1,11413,0,43.5905,-2382.1,124.973,0.450548,350,10,0,1902,0,1,0,0,0),(93517,2650,0,1,1,6482,1,-78.1976,-2518.87,118.415,4.60336,350,5,0,1902,0,1,0,0,0),(93518,2923,0,1,1,11413,0,-2.10629,-2355.13,123.64,3.31187,350,10,0,1902,0,1,0,0,0),(93519,2694,0,1,1,19812,1,300.587,-2670.91,115.037,0.640996,350,3,0,1919,1587,1,0,0,0),(93520,2694,0,1,1,19812,1,286.511,-2682.07,118.689,1.90289,350,5,0,1919,1587,1,0,0,0),(93521,2694,0,1,1,19812,1,224.68,-2753.92,123.361,5.51074,350,0,0,1919,1587,0,0,0,0),(93522,2694,0,1,1,19812,1,215.499,-2739.63,123.37,4.82082,350,0,0,1919,1587,0,0,0,0),(93523,2649,0,1,1,6479,1,-49.0778,-2521.24,121.755,1.4122,350,5,0,1829,0,1,0,0,0),(93524,2923,0,1,1,11413,0,55.6141,-2413.36,124.563,0.655219,350,10,0,1902,0,1,0,0,0),(93525,2925,0,1,1,11417,0,-111.714,-3424,125.279,3.13573,350,10,0,2310,0,1,0,0,0),(93526,2649,0,1,1,6479,1,-42.9739,-2501.81,121.505,2.25048,350,0,0,1829,0,0,0,0,0),(93527,2694,0,1,1,19811,1,244.638,-2760.87,122.572,3.80507,350,10,0,1919,1587,1,0,0,0),(93528,2693,0,1,1,19807,1,248.612,-2788.87,123.357,1.55802,350,0,0,2310,0,0,0,0,0),(93529,2693,0,1,1,19807,1,237.986,-2771.67,123.301,5.67532,350,0,0,2310,0,0,0,0,0),(93530,2923,0,1,1,11413,0,230.515,-2252.23,103.242,0.588039,350,5,0,1902,0,1,0,0,0),(93531,2693,0,1,1,19807,1,226.252,-2778.97,123.355,4.69321,350,0,0,2310,0,0,0,0,0),(93532,2694,0,1,1,19812,1,258.367,-2799.82,123.37,2.30145,350,0,0,1919,1587,0,0,0,0),(93533,2692,0,1,1,19814,1,211.269,-2787.34,122.442,1.3367,350,0,0,2138,0,0,0,0,0),(93534,2925,0,1,1,11417,0,-59.6082,-3377.9,119.954,4.85346,350,10,0,2310,0,1,0,0,0),(93535,2924,0,1,1,11419,0,-155.877,-2685.72,120.943,4.21175,350,10,0,2059,0,1,0,0,0),(93536,2927,0,1,1,12238,0,-225.534,-2649.67,121.35,4.61954,350,10,0,1981,0,1,0,0,0),(93537,2923,0,1,1,11413,0,145.477,-2332.67,112.812,0.62434,350,5,0,1902,0,1,0,0,0),(93538,2923,0,1,1,11413,0,72.7992,-2318.33,114.02,1.22436,350,10,0,1902,0,1,0,0,0),(93539,2923,0,1,1,11413,0,196.417,-2236.27,99.5926,3.34627,350,10,0,1902,0,1,0,0,0),(93540,2923,0,1,1,11413,0,123.339,-2327.84,111.024,1.55322,350,10,0,1902,0,1,0,0,0),(93541,2923,0,1,1,11413,0,118.1,-2275.74,103.871,6.20297,350,10,0,1902,0,1,0,0,0),(93542,4466,0,1,1,6513,1,256.04,-4343.34,117.849,1.07437,350,5,0,2399,0,1,0,0,0),(93543,2925,0,1,1,11417,0,239.418,-3374.82,117.444,1.81043,350,10,0,2310,0,1,0,0,0),(93544,4466,0,1,1,6512,1,219.883,-4353.14,120.054,4.15984,350,5,0,2399,0,1,0,0,0),(93545,4469,0,1,1,358,0,-226.403,-4077.76,152.658,1.08697,350,3,0,1535,1587,1,0,0,0),(93546,2927,0,1,1,12238,0,99.9032,-2549.84,112.612,2.58879,350,5,0,1981,0,1,0,0,0),(93547,2505,0,1,1,5027,0,-55.3526,-4623.72,10.357,4.93275,350,10,0,2228,0,1,0,0,0),(93548,2505,0,1,1,5027,0,-90.0739,-4585.37,10.9502,1.5344,350,10,0,2228,0,1,0,0,0),(93549,2643,0,1,1,6493,1,-242.084,-4010.54,174.834,1.8813,350,5,0,2388,0,1,0,0,0),(93550,2658,0,1,1,935,0,138.441,-3310.63,115.738,1.23146,350,0,0,2059,0,0,0,0,0),(93551,2505,0,1,1,5027,0,-83.5953,-4643.64,10.127,0.470641,350,10,0,2228,0,1,0,0,0),(93552,2642,0,1,1,6515,1,-381.004,-4107.44,174.03,5.75158,350,5,0,1672,4031,1,0,0,0),(93553,2643,0,1,1,6494,1,-376.684,-4198.7,174.69,4.22281,350,0,0,2388,0,0,0,0,0),(93554,2642,0,1,1,6515,1,-411.32,-4194.07,174.17,4.83667,350,0,0,1672,4031,0,0,0,0),(93555,2643,0,1,1,6493,1,-396.637,-4200.68,174.077,0.90094,350,0,0,2388,0,0,0,0,0),(93556,2645,0,1,1,6539,1,-444.145,-4137.79,195.165,2.03868,350,5,0,1650,1695,1,0,0,0),(93557,2644,0,1,1,6510,1,-230.129,-3852.62,238.264,2.1189,350,0,0,2473,0,2,0,0,0),(93558,2648,0,1,1,10663,1,-648.565,-3819.18,228.799,4.64332,350,3,0,2658,0,1,0,0,0),(93559,2648,0,1,1,6998,1,-577.491,-3802.91,235.025,1.55953,350,3,0,2658,0,1,0,0,0),(93560,2648,0,1,1,6997,1,-667.672,-3802.88,222.918,0.053385,350,3,0,2658,0,1,0,0,0),(93561,2648,0,1,1,6997,1,-604.991,-3792.57,238.454,0.074444,350,5,0,2658,0,1,0,0,0),(93562,2681,0,1,1,782,0,-189.257,-3830.27,238.464,2.11703,350,3,0,2292,0,1,0,0,0),(93563,2681,0,1,1,782,0,-199.02,-3837.25,238.447,2.0496,350,3,0,2292,0,1,0,0,0),(93564,2681,0,1,1,782,0,-482.968,-3824.6,238.19,4.34796,350,10,0,2292,0,1,0,0,0),(93565,2648,0,1,1,10663,1,-688.91,-3672.63,233.244,5.23982,350,3,0,2658,0,1,0,0,0),(93566,2648,0,1,1,6998,1,-625.372,-3795.01,236.637,2.50559,350,5,0,2658,0,1,0,0,0),(93567,2648,0,1,1,6998,1,-681.823,-3736.61,218.922,0.010654,350,3,0,2658,0,1,0,0,0),(93568,2648,0,1,1,6997,1,-704.912,-3779.25,226.488,0.07495,350,3,0,2658,0,1,0,0,0),(93569,2648,0,1,1,10660,1,-712.379,-3744.74,235.906,5.78367,350,3,0,2658,0,1,0,0,0),(93570,2648,0,1,1,10660,1,-675.272,-3764.68,220.944,1.6932,350,3,0,2658,0,1,0,0,0),(93571,2648,0,1,1,10663,1,-596.054,-3887.12,243.376,4.77851,350,0,0,2658,0,0,0,0,0),(93572,2646,0,1,1,6495,1,-673.006,-4005.67,238.396,5.67532,350,0,0,2138,0,0,0,0,0),(93573,2647,0,1,1,6540,1,-654.835,-4012.22,238.396,3.37651,350,0,0,2052,1750,0,0,0,0),(93574,2648,0,1,1,10663,1,-692.683,-3780.56,227.506,4.74745,350,3,0,2658,0,1,0,0,0),(93575,2648,0,1,1,10663,1,-500.325,-3806.08,242.771,0.496977,350,0,0,2658,0,0,0,0,0),(93576,2648,0,1,1,10660,1,-708.797,-3720.29,238.213,0.278396,350,5,0,2658,0,1,0,0,0),(93577,2646,0,1,1,6495,1,-691.053,-4021.59,238.271,1.05845,350,0,0,2138,0,0,0,0,0),(93578,2681,0,1,1,782,0,-581.705,-3914.32,238.339,4.91442,350,5,0,2292,0,1,0,0,0),(93579,2645,0,1,1,6538,1,-518.021,-4138.04,216.217,2.75033,350,0,0,1650,1695,2,0,0,0),(93580,2648,0,1,1,6998,1,-737.782,-3778.65,230.627,1.30573,350,3,0,2658,0,1,0,0,0),(93581,2648,0,1,1,6998,1,-631.904,-4073.4,238.648,5.07802,350,3,0,2658,0,1,0,0,0),(93582,10802,0,1,1,10659,1,-757.128,-3781.86,230.867,3.41122,350,0,0,2406,4506,2,0,0,0),(93583,2648,0,1,1,10660,1,-754.787,-3782.8,230.867,2.9789,350,0,0,2658,0,2,0,0,0),(93584,2648,0,1,1,6997,1,-755.357,-3781.35,230.867,2.52651,350,0,0,2658,0,2,0,0,0),(93585,2646,0,1,1,6495,1,-642.064,-4021.31,238.396,5.42997,350,3,0,2138,0,1,0,0,0),(93586,2648,0,1,1,6997,1,-625.835,-3952.28,238.88,2.48545,350,0,0,2658,0,0,0,0,0),(17330,23699,530,1,1,0,1,-1851.25,5160.96,-47.1641,2.67546,120,0,0,5158,0,2,0,0,0),(93588,2648,0,1,1,6998,1,-629.269,-3938.59,238.13,4.63333,350,0,0,2658,0,0,0,0,0),(93589,2646,0,1,1,6495,1,-668.263,-4043.78,238.851,5.75383,350,5,0,2138,0,1,0,0,0),(93590,2644,0,1,1,6510,1,-594.604,-4148.2,238.476,4.00404,350,3,0,2473,0,1,0,0,0),(93591,2924,0,1,1,11419,0,-113.498,-2649.46,120.621,2.87671,350,10,0,2059,0,1,0,0,0),(93592,2926,0,1,1,11418,0,50.2581,-4480.91,141.686,1.13576,350,5,0,2488,0,1,0,0,0),(93593,4468,0,1,1,11141,0,-474.75,-3979.63,206.053,4.86057,350,10,0,1990,0,1,0,0,0),(93594,4468,0,1,1,11141,0,-499.031,-4003.55,216.271,1.96231,350,10,0,1990,0,1,0,0,0),(93595,4468,0,1,1,11141,0,-454.452,-3958.26,205.369,6.21004,350,3,0,1990,0,1,0,0,0),(93596,2926,0,1,1,11418,0,126.33,-4579.81,119.263,1.91106,350,5,0,2488,0,1,0,0,0),(93597,2926,0,1,1,11418,0,-17.9534,-4380.72,142.268,0.394641,350,5,0,2488,0,1,0,0,0),(93598,2644,0,1,1,6511,1,-551.292,-4040.74,218.611,4.83086,350,3,0,2473,0,1,0,0,0),(93599,2646,0,1,1,6495,1,-393.26,-3946.9,215.951,1.61966,350,3,0,2138,0,1,0,0,0),(93600,4465,0,1,1,6508,1,-180.017,-4150.36,118.239,3.31982,350,10,0,2218,0,1,0,0,0),(93601,2640,0,1,1,6542,1,-226.186,-4181.79,120.798,5.02028,350,0,0,1919,1587,0,0,0,0),(93602,4465,0,1,1,6509,1,-248.196,-4176.2,122.235,0.2902,350,3,0,2218,0,1,0,0,0),(93603,4465,0,1,1,6508,1,-240.423,-4185.19,121.86,2.7306,350,0,0,2218,0,0,0,0,0),(93604,2505,0,1,1,5027,0,-17.0068,-4794,-3.96567,4.42144,350,10,0,2228,0,1,0,0,0),(93605,8210,0,1,1,5927,0,303.136,-3002,115.324,6.11451,43200,0,0,2138,0,2,0,0,0),(93606,2505,0,1,1,5027,0,-252.931,-4554.48,12.678,0.691901,350,10,0,2228,0,1,0,0,0),(93607,2505,0,1,1,5027,0,-50.0403,-4816.81,-4.68518,4.77948,350,10,0,2228,0,1,0,0,0),(93608,2505,0,1,1,5027,0,-121.381,-4619.14,11.1672,1.42752,350,10,0,2228,0,1,0,0,0),(93609,2505,0,1,1,5027,0,-85.2066,-4711.84,-4.41027,2.47661,350,10,0,2228,0,1,0,0,0),(17329,19164,530,1,1,0,1,-1868.04,5162.44,-48.332,1.96635,120,0,0,42,0,2,0,0,0),(93611,2505,0,1,1,5027,0,-118.053,-4551.34,10.7356,1.27911,350,10,0,2228,0,1,0,0,0),(93612,2659,0,1,1,1148,0,133.356,-4032.63,127.874,3.52646,350,0,0,2399,0,0,0,0,0),(93613,2926,0,1,1,11418,0,-61.296,-4331.49,123.538,0.587931,350,5,0,2488,0,1,0,0,0),(93614,2926,0,1,1,11418,0,35.3008,-3932.88,142.178,3.53305,350,5,0,2488,0,1,0,0,0),(93615,2659,0,1,1,1148,0,200.395,-3662.88,133.817,3.43305,350,0,0,2399,0,2,0,0,0),(93616,2505,0,1,1,5027,0,-180.779,-4551.25,13.1604,5.96381,350,10,0,2228,0,1,0,0,0),(93617,4465,0,1,1,6509,1,-290.162,-4190.17,136.197,3.54817,350,0,0,2218,0,2,0,0,0),(93618,2929,0,1,1,12238,0,86.8647,-3902.08,139.138,5.93049,350,10,0,2399,0,1,0,0,0),(93619,4465,0,1,1,6508,1,-213.438,-4132.92,117.895,5.85674,350,0,0,2218,0,2,0,0,0),(93620,2505,0,1,1,5027,0,-20.7911,-4653.66,12.0987,4.70123,350,10,0,2228,0,1,0,0,0),(93621,2929,0,1,1,12238,0,418.075,-3984.33,126.782,5.07891,350,0,0,2399,0,0,0,0,0),(93622,2929,0,1,1,12238,0,140.457,-3726.17,128.693,4.38776,350,10,0,2399,0,1,0,0,0),(93623,2929,0,1,1,12238,0,276.8,-3585.14,123.115,0.533696,350,10,0,2399,0,1,0,0,0),(93624,4465,0,1,1,6508,1,-277.436,-4211.53,136.472,2.26133,350,5,0,2218,0,1,0,0,0),(93625,2926,0,1,1,11418,0,206.152,-3585.18,126.379,1.64308,350,5,0,2488,0,1,0,0,0),(93626,2929,0,1,1,12238,0,187.794,-3610.15,127.871,1.73177,350,10,0,2399,0,1,0,0,0),(93627,2680,0,1,1,781,0,-346.365,-4192.34,152.134,-1.69035,350,0,0,2399,0,0,0,0,0),(93628,4466,0,1,1,6513,1,335.612,-4148.2,118.894,6.20363,350,0,0,2399,0,2,0,0,0),(93629,2680,0,1,1,781,0,-336.652,-4108.69,152.331,-1.56424,350,0,0,2399,0,2,0,0,0),(93630,2926,0,1,1,11418,0,-54.4927,-4346.08,127.858,5.23342,350,5,0,2488,0,1,0,0,0),(93631,4466,0,1,1,6512,1,363.442,-4117.3,121.788,0.858445,350,10,0,2399,0,1,0,0,0),(93632,4466,0,1,1,6512,1,324.393,-4153.05,119.588,1.85081,350,5,0,2399,0,1,0,0,0),(93633,4467,0,1,1,6535,1,460.087,-3618.24,119.026,5.70723,350,0,0,1679,3923,0,0,0,0),(93634,2641,0,1,1,6498,1,-304.242,-4087.69,152.297,2.74346,350,0,0,2303,0,2,0,0,0),(93635,2680,0,1,1,781,0,-207.749,-4021.17,177.682,3.05556,350,5,0,2399,0,1,0,0,0),(93636,2643,0,1,1,6494,1,-242.897,-4052.04,174.375,3.07242,350,5,0,2388,0,1,0,0,0),(93637,4467,0,1,1,6536,1,470.916,-3629.79,118.974,4.88692,350,0,0,1679,3923,0,0,0,0),(93638,2642,0,1,1,6514,1,-220.518,-4049.34,174.377,1.94176,350,0,0,1672,4031,0,0,0,0),(17315,24437,530,1,1,0,1,-1785.32,5142.36,-40.2088,0.471438,120,0,0,3331,0,0,0,0,0),(93640,2642,0,1,1,6514,1,-221.851,-4018.92,174.259,5.61859,350,0,0,1672,4031,0,0,0,0),(93641,2643,0,1,1,6493,1,-329.197,-4021.88,174.167,0.24497,350,0,0,2388,0,2,0,0,0),(93642,2642,0,1,1,6514,1,-363.431,-4076.18,174.133,0.042252,350,3,0,1672,4031,1,0,0,0),(93643,2643,0,1,1,6493,1,-344.363,-4039.04,174.134,4.63955,350,5,0,2388,0,1,0,0,0),(93644,2643,0,1,1,6494,1,-343.842,-4060.47,174.259,4.61306,350,3,0,2388,0,1,0,0,0),(93645,2643,0,1,1,6493,1,-326.699,-4049.57,174.341,3.86961,350,5,0,2388,0,1,0,0,0),(16472,15350,530,1,1,0,1,-1966.88,5260.62,-38.8442,4.10239,120,0,0,126000,0,0,0,0,0),(93647,2680,0,1,1,781,0,-301.702,-4021.13,174.636,1.37065,350,5,0,2399,0,1,0,0,0),(93648,2642,0,1,1,6515,1,-364.938,-4027.4,174.198,0.311877,350,0,0,1672,4031,0,0,0,0),(93649,2643,0,1,1,6493,1,-399.746,-4061.63,174.319,2.28038,350,0,0,2388,0,0,0,0,0),(93650,2643,0,1,1,6493,1,-372.741,-4047.48,174.194,2.44525,350,0,0,2388,0,0,0,0,0),(93651,2643,0,1,1,6494,1,-419.553,-4118.54,174.266,5.13498,350,0,0,2388,0,0,0,0,0),(16462,19163,530,1,1,0,0,-1921.22,5147.19,-37.5288,5.11924,120,0,0,42,0,0,0,0,0),(93653,2926,0,1,1,11418,0,209.202,-3863.8,138.904,2.36314,350,5,0,2488,0,1,0,0,0),(93654,2643,0,1,1,6494,1,-404.974,-4136.85,174.149,3.14615,350,10,0,2388,0,1,0,0,0),(93655,4466,0,1,1,6513,1,199.593,-4266.42,119.895,2.76974,350,10,0,2399,0,1,0,0,0),(93656,2642,0,1,1,6514,1,-385.764,-4047.24,174.194,6.15161,350,0,0,1672,4031,0,0,0,0),(93657,4466,0,1,1,6513,1,204.367,-4260.86,120.776,2.45309,350,10,0,2399,0,1,0,0,0),(93658,2929,0,1,1,12238,0,-17.6523,-4099.59,119.245,1.46316,350,10,0,2399,0,1,0,0,0),(93659,2642,0,1,1,6514,1,-417.309,-4088.01,174.543,2.83736,350,0,0,1672,4031,0,0,0,0),(93660,4467,0,1,1,6535,1,219.947,-4308.61,117.883,0.296706,350,0,0,1679,3923,0,0,0,0),(93661,4467,0,1,1,6535,1,227.279,-4320.21,117.748,2.00713,350,0,0,1679,3923,0,0,0,0),(93662,2648,0,1,1,10660,1,-610.472,-3747.99,231.064,2.23603,350,3,0,2658,0,1,0,0,0),(93663,4466,0,1,1,6513,1,247.858,-4287.32,118.768,0.21655,350,5,0,2399,0,1,0,0,0),(93664,2645,0,1,1,6538,1,-442.692,-4075.83,195.146,4.4244,350,5,0,1650,1695,1,0,0,0),(93665,2644,0,1,1,6510,1,-434.617,-4055.02,195.158,4.81195,350,5,0,2473,0,1,0,0,0),(93666,2644,0,1,1,6511,1,-446.285,-4117.1,195.305,0.328574,350,0,0,2473,0,0,0,0,0),(93667,2644,0,1,1,6510,1,-474.04,-4092.56,195.19,4.83087,350,5,0,2473,0,1,0,0,0),(93668,4467,0,1,1,6535,1,330.197,-4122.34,119.571,2.19912,350,0,0,1679,3923,0,0,0,0),(93669,4466,0,1,1,6513,1,316.866,-4088.75,119.212,4.69163,350,5,0,2399,0,1,0,0,0),(93670,2680,0,1,1,781,0,-390.475,-4143.92,174.043,1.04841,350,10,0,2399,0,1,0,0,0),(93671,4467,0,1,1,6536,1,317.747,-4124.55,119.542,4.62512,350,0,0,1679,3923,0,0,0,0),(93672,2645,0,1,1,6538,1,-407.505,-4007.42,195.147,1.49095,350,0,0,1650,1695,0,0,0,0),(93673,2645,0,1,1,6539,1,-472.205,-4115.56,195.19,5.35575,350,5,0,1650,1695,1,0,0,0),(93674,2645,0,1,1,6539,1,-479.949,-4078.13,195.19,0.702456,350,5,0,1650,1695,1,0,0,0),(93675,2645,0,1,1,6539,1,-424.381,-4026.18,195.272,2.81211,350,0,0,1650,1695,0,0,0,0),(93676,2926,0,1,1,11418,0,214.313,-4522.59,120.717,5.17429,350,5,0,2488,0,1,0,0,0),(93677,2644,0,1,1,6511,1,-410.455,-4021.67,195.272,6.03342,350,0,0,2473,0,2,0,0,0),(93678,2644,0,1,1,6511,1,-465.457,-4205.04,195.149,3.97708,350,0,0,2473,0,0,0,0,0),(93679,2645,0,1,1,6538,1,-385.498,-3980.42,195.141,5.68273,350,0,0,1650,1695,0,0,0,0),(93680,2926,0,1,1,11418,0,218.037,-4176.66,119.679,2.76215,350,5,0,2488,0,1,0,0,0),(93681,2505,0,1,1,5027,0,-206.878,-4598.11,8.06654,5.17968,350,10,0,2228,0,1,0,0,0),(93682,2505,0,1,1,5027,0,-327.085,-4477.49,11.252,2.57295,350,10,0,2228,0,1,0,0,0),(93683,7977,0,1,1,5127,0,-27.8003,-4670.38,10.3255,0.687028,350,0,0,2370,0,2,0,0,0),(93684,2505,0,1,1,5027,0,-355.079,-4452.56,11.6532,3.366,350,10,0,2228,0,1,0,0,0),(93685,2505,0,1,1,5027,0,-319.379,-4551.75,12.2517,3.61038,350,10,0,2228,0,1,0,0,0),(93686,2926,0,1,1,11418,0,-151.502,-4348.89,132.655,2.91171,350,5,0,2488,0,1,0,0,0),(93687,2505,0,1,1,5027,0,-286.143,-4448.27,14.0909,1.90166,350,10,0,2228,0,1,0,0,0),(93688,2926,0,1,1,11418,0,80.3878,-3913.68,141.264,2.01085,350,5,0,2488,0,1,0,0,0),(93689,2647,0,1,1,6541,1,-368.026,-3884.09,216.111,1.49024,350,0,0,2052,1750,0,0,0,0),(93690,2929,0,1,1,12238,0,284.373,-3734.43,135.766,4.71044,350,10,0,2399,0,1,0,0,0),(93691,2926,0,1,1,11418,0,-80.2793,-4219.33,118.082,5.68814,350,5,0,2488,0,1,0,0,0),(93692,2648,0,1,1,6997,1,-565.001,-3833.32,234.78,5.05924,350,0,0,2658,0,0,0,0,0),(93693,2646,0,1,1,6495,1,-296.055,-3913.94,215.986,5.72657,350,0,0,2138,0,0,0,0,0),(93694,2647,0,1,1,6540,1,-436.363,-3882.18,216.611,2.96144,350,0,0,2052,1750,0,0,0,0),(16409,19163,530,1,1,0,0,-1921.44,5143.04,-37.5198,0.545077,120,0,0,42,0,0,0,0,0),(93696,7995,0,1,1,7121,1,-542.119,-3864.6,230.69,5.01911,350,0,0,2406,4506,2,0,0,0),(93697,2645,0,1,1,6538,1,-410.078,-3886.97,216.142,6.0873,350,5,0,1650,1695,1,0,0,0),(93698,2646,0,1,1,6496,1,-432.063,-3901.35,216.07,6.21337,350,3,0,2138,0,1,0,0,0),(93699,2644,0,1,1,6510,1,-243.44,-3793.04,237.925,5.15016,350,0,0,2473,0,2,0,0,0),(93700,2647,0,1,1,6540,1,-268.176,-3906.1,215.986,5.99916,350,0,0,2052,1750,0,0,0,0),(93701,2648,0,1,1,10660,1,-298.188,-3771.96,238.889,4.52171,350,0,0,2658,0,0,0,0,0),(93702,2648,0,1,1,10660,1,-278.797,-3775.13,239.713,4.38078,350,0,0,2658,0,0,0,0,0),(93703,2646,0,1,1,6495,1,-273.754,-3915.61,215.986,4.2206,350,0,0,2138,0,0,0,0,0),(93704,2646,0,1,1,6496,1,-284.375,-3903.13,215.986,4.29931,350,0,0,2138,0,0,0,0,0),(93705,2505,0,1,1,5027,0,105.877,-4712.27,11.2235,2.80914,350,10,0,2228,0,1,0,0,0),(93706,2645,0,1,1,6539,1,-364,-3850.23,238.468,4.98992,350,5,0,1650,1695,1,0,0,0),(93707,2926,0,1,1,11418,0,19.921,-4261.37,121.631,2.30607,350,5,0,2488,0,1,0,0,0),(93708,2648,0,1,1,6998,1,-560.278,-3871.58,232.816,0,350,0,0,2658,0,0,0,0,0),(93709,2681,0,1,1,782,0,-518.504,-3887.84,227.615,4.28219,350,5,0,2292,0,1,0,0,0),(93710,2681,0,1,1,782,0,-472.285,-3843.13,237.964,1.29946,350,5,0,2292,0,1,0,0,0),(93711,2505,0,1,1,5027,0,64.9501,-4718.96,7.48582,0.468629,350,10,0,2228,0,1,0,0,0),(93712,2681,0,1,1,782,0,-483.886,-3884.42,230.805,6.18919,350,3,0,2292,0,1,0,0,0),(93713,4466,0,1,1,6512,1,223.068,-4344.02,118.179,1.35557,350,0,0,2399,0,2,0,0,0),(93714,2647,0,1,1,6540,1,-373.746,-3807.25,238.383,5.28482,350,0,0,2052,1750,0,0,0,0),(93715,4466,0,1,1,6512,1,264.906,-4331.19,118.349,3.20023,350,0,0,2399,0,0,0,0,0),(93716,2647,0,1,1,6541,1,-402.071,-3807.22,238.448,0.991578,350,0,0,2052,1750,0,0,0,0),(93717,2644,0,1,1,6511,1,-276.938,-3934.69,215.958,6.07759,350,5,0,2473,0,1,0,0,0),(93718,2647,0,1,1,6540,1,-189.259,-3913.75,215.948,0.389048,350,0,0,2052,1750,0,0,0,0),(93719,2646,0,1,1,6495,1,-401.671,-3818.51,238.323,1.8592,350,0,0,2138,0,0,0,0,0),(93720,2645,0,1,1,6539,1,-205.298,-3884.48,215.986,0.203745,350,5,0,1650,1695,1,0,0,0),(93721,2647,0,1,1,6540,1,-217.34,-3915.24,215.948,3.88179,350,0,0,2052,1750,0,0,0,0),(93722,2646,0,1,1,6496,1,-190.68,-3903.34,216.073,3.78305,350,0,0,2138,0,0,0,0,0),(93723,2926,0,1,1,11418,0,-16.8767,-4146.16,118.858,1.81151,350,5,0,2488,0,1,0,0,0),(93724,2645,0,1,1,6538,1,-335.068,-3967.38,195.314,1.21508,350,5,0,1650,1695,1,0,0,0),(93725,4467,0,1,1,6536,1,220.818,-4293.25,117.721,2.93309,350,5,0,1679,3923,1,0,0,0),(93726,2645,0,1,1,6538,1,-369.422,-3976.23,195.141,2.81749,350,0,0,1650,1695,0,0,0,0),(93727,2645,0,1,1,6538,1,-226.441,-3983.62,195.433,0.030771,350,0,0,1650,1695,0,0,0,0),(93728,2505,0,1,1,5027,0,-151.401,-4579.6,12.6319,2.01584,350,10,0,2228,0,1,0,0,0),(93729,2644,0,1,1,6510,1,-238.317,-3964.55,195.94,5.89375,350,3,0,2473,0,1,0,0,0),(93730,2644,0,1,1,6511,1,-350.866,-3990.01,195.189,5.33457,350,5,0,2473,0,1,0,0,0),(93731,2644,0,1,1,6510,1,-309.184,-3965.62,195.44,2.10925,350,0,0,2473,0,0,0,0,0),(93732,2645,0,1,1,6539,1,-286.345,-3963.37,195.716,1.86794,350,0,0,1650,1695,0,0,0,0),(93733,2645,0,1,1,6539,1,-296.221,-3988.55,195.249,1.52887,350,0,0,1650,1695,0,0,0,0),(14490,19163,530,1,1,0,0,-1930.87,5143.17,-37.4845,4.5404,120,0,0,42,0,0,0,0,0),(93735,4469,0,1,1,358,0,-228.1,-4080.71,152.011,4.50295,350,0,0,1535,1587,0,0,0,0),(93736,4469,0,1,1,358,0,-243.772,-4090.31,152.046,3.05975,350,3,0,1535,1587,1,0,0,0),(93737,4469,0,1,1,358,0,-202.107,-4078.22,152.122,5.23599,350,3,0,1535,1587,1,0,0,0),(93738,4465,0,1,1,6509,1,-185.66,-4215.61,120.864,1.68015,350,5,0,2218,0,1,0,0,0),(93739,4469,0,1,1,358,0,-213.572,-4089.46,152.283,5.71056,350,3,0,1535,1587,1,0,0,0),(93740,4465,0,1,1,6509,1,-213.06,-4147.29,118.484,0.718521,350,0,0,2218,0,2,0,0,0),(93741,4465,0,1,1,6509,1,-179.977,-4146.7,117.533,1.16923,350,0,0,2218,0,2,0,0,0),(93742,4465,0,1,1,6508,1,-300.881,-4190.36,136.562,1.74982,350,0,0,2218,0,2,0,0,0),(93743,4465,0,1,1,6508,1,-179.27,-4180.59,119.856,2.24428,350,10,0,2218,0,1,0,0,0),(93744,4465,0,1,1,6508,1,-273.436,-4122.12,137.21,0.066614,350,0,0,2218,0,2,0,0,0),(93745,4465,0,1,1,6508,1,-310.425,-4135.22,136.812,6.03809,350,5,0,2218,0,1,0,0,0),(93746,2640,0,1,1,6543,1,-236.375,-4167.37,121.637,3.76991,350,0,0,1919,1587,0,0,0,0),(93747,2641,0,1,1,6498,1,-334.77,-4118.18,152.151,3.31985,350,0,0,2303,0,2,0,0,0),(93748,4465,0,1,1,6508,1,-301.665,-4216.17,136.469,4.49501,350,5,0,2218,0,1,0,0,0),(93749,2641,0,1,1,6497,1,-350.812,-4181.92,152.113,4.39193,350,0,0,2303,0,2,0,0,0),(93750,4465,0,1,1,6508,1,-261.606,-4142.46,130.301,6.16636,350,0,0,2218,0,2,0,0,0),(93751,2680,0,1,1,781,0,-336.997,-4083.11,153.518,2.07694,350,3,0,2399,0,1,0,0,0),(93752,2680,0,1,1,781,0,-296.461,-4202.47,136.659,0.701451,350,5,0,2399,0,1,0,0,0),(93753,2640,0,1,1,6542,1,-297.1,-4167.92,136.447,3.55098,350,5,0,1919,1587,1,0,0,0),(93754,2641,0,1,1,6497,1,-346.44,-4221.49,152.19,1.32696,350,3,0,2303,0,1,0,0,0),(93755,2641,0,1,1,6498,1,-334.77,-4118.18,152.151,3.51878,350,0,0,2303,0,2,0,0,0),(93756,2640,0,1,1,6543,1,-336.481,-4213.14,152.19,6.11811,350,3,0,1919,1587,1,0,0,0),(93757,2640,0,1,1,6543,1,-293.462,-4110.76,137.6,0.718501,350,5,0,1919,1587,1,0,0,0),(93758,2640,0,1,1,6542,1,-313.939,-4229.26,137.062,4.21547,350,3,0,1919,1587,1,0,0,0),(93759,2680,0,1,1,781,0,-344.74,-4207.41,152.093,3.40339,350,10,0,2399,0,1,0,0,0),(93760,2641,0,1,1,6498,1,-352.7,-4205.66,152.093,5.8294,350,3,0,2303,0,1,0,0,0),(93761,2643,0,1,1,6494,1,-266.849,-4051.89,174.349,4.10152,350,0,0,2388,0,0,0,0,0),(49330,1838,0,1,1,0,1,2928.93,-1524.92,152.129,0.363815,72000,0,0,9432,0,0,0,0,0),(49764,1839,0,1,1,0,1,2368.75,-2031.66,141.801,3.96408,72000,0,0,7995,2620,0,0,0,0),(49765,1841,0,1,1,0,1,2828.34,-1548.94,186.291,4.05126,72000,0,0,9156,0,0,0,0,0),(49768,1843,0,1,1,0,0,3102.58,-1542.3,151.381,5.50425,72000,0,0,9711,0,0,0,0,0),(49769,1844,0,1,1,0,1,2428.46,-1692.12,102.641,5.4964,72000,0,0,3876,0,0,0,0,0),(52725,1848,0,1,1,0,1,1061.03,-1912.26,31.1128,4.71571,72000,0,0,2915,2163,0,0,0,0),(53783,1850,0,1,1,0,0,1434.86,-1649.6,69.5874,4.42903,72000,0,0,3589,0,0,0,0,0),(53933,1851,0,1,1,0,0,2325.76,-2255.95,47.0159,1.90398,72000,0,0,4370,0,0,0,0,0),(61634,1885,0,1,1,0,1,2996.78,-1459.34,145.885,3.02789,72000,0,0,8613,0,0,0,0,0),(63913,2258,0,1,1,0,0,624.192,-1459.2,75.7076,5.21757,72000,0,0,1536,0,0,0,0,0),(69113,2453,0,1,1,0,0,623.855,-675.236,152.814,2.53936,72000,0,0,1357,1236,0,0,0,0),(69114,2744,0,1,1,0,1,-6336.26,-3119.93,310.836,1.12561,46800,0,0,1753,0,0,0,0,0),(69115,2749,0,1,1,0,0,-6827.86,-2573.3,240.744,2.53933,100800,40,0,5334,0,1,0,0,0),(69116,2751,0,1,1,0,0,-6212.7,-3382.75,239.279,0.17921,50400,40,0,1469,0,1,0,0,0),(27546,2753,0,1,1,0,0,-7122.2,-3229.7,242.496,4.04023,100800,30,0,1046,0,1,0,0,0),(27567,2754,0,1,1,0,1,-7119.41,-2668.77,241.7,5.62691,72000,0,0,8316,0,0,0,0,0),(69117,8211,0,1,1,0,0,88.476,-2033.78,115.998,5.96604,72000,0,0,1981,0,0,0,0,0),(69118,8212,0,1,1,0,0,359.87,-3841.89,107.097,2.21027,72000,0,0,2672,0,0,0,0,0),(69119,8213,0,1,1,0,0,204.115,-4712.17,4.82577,0.363795,72000,0,0,2980,0,0,0,0,0),(72002,8214,0,1,1,0,1,236.067,-2739.72,116.361,4.62301,72000,0,0,2672,0,0,0,0,0),(77480,8215,0,1,1,0,0,45.7322,-4276.31,121.934,4.22167,72000,0,0,6645,0,2,0,0,0),(82469,8217,0,1,1,0,0,-525.307,-4033.5,215.861,4.73139,72000,0,0,5691,3846,0,0,0,0),(85478,8218,0,1,1,0,1,-337.534,-2849.99,77.1062,1.57174,72000,0,0,2218,0,0,0,0,0),(86257,8219,0,1,1,0,1,6.16813,-2823.02,120.508,4.36383,72000,0,0,2059,0,0,0,0,0),(86600,8279,0,1,1,0,0,-7109.14,-1346.71,241.706,1.9387,50400,30,0,2399,0,1,0,0,0),(86601,8280,0,1,1,0,0,-6941.22,-1629.85,242.823,1.94629,72000,0,0,2488,0,2,0,0,0),(86602,8281,0,1,1,0,0,-6796.7,-1464.24,172.987,5.7217,100800,0,0,2672,0,2,0,0,0),(86603,8283,0,1,1,0,1,-6443.68,-1269.57,180.882,1.46903,21600,20,0,2769,0,1,0,0,0),(86604,10359,0,1,1,0,0,2287.72,-950.596,78.0218,2.84331,72000,0,0,341,0,0,0,0,0),(86605,10817,0,1,1,0,1,1980.55,-3706.26,124.345,5.30866,72000,0,0,3398,0,0,0,0,0),(86606,10821,0,1,1,0,0,2482.06,-4815.67,79.2057,0.688947,72000,0,0,3758,0,0,0,0,0),(86607,10822,0,1,1,0,1,3314,-4855.85,167.322,2.50322,72000,0,0,3876,0,0,0,0,0),(86625,10823,0,1,1,0,1,3363.57,-4979.87,159.273,3.51245,72000,0,0,2799,5598,0,0,0,0),(86626,10825,0,1,1,0,0,2479.69,-4462.68,66.4145,1.16412,72000,0,0,3644,0,0,0,0,0),(86755,10827,0,1,1,0,1,2631.4,-5500.92,158.014,4.8437,72000,0,0,2550,5206,0,0,0,0),(86756,14221,0,1,1,0,1,692.679,-934.641,164.951,2.86531,72000,0,0,1469,0,0,0,0,0),(90511,14223,0,1,1,0,0,730.262,6.73695,33.0022,2.26447,72000,0,0,1163,0,0,0,0,0),(90782,14224,0,1,1,0,0,-7276.23,-3448.95,305.128,1.234,151200,40,0,1585,0,1,0,0,0),(90783,14275,0,1,1,0,1,-1338.05,-1230.47,49.9036,0.681901,72000,0,0,2196,756,0,0,0,0),(90785,14279,0,1,1,0,0,-845.132,-168.46,34.0456,3.46221,72000,0,0,664,0,0,0,0,0),(91111,14281,0,1,1,0,1,206.328,-857.004,154.551,3.46221,72000,0,0,617,0,0,0,0,0),(91113,14424,0,1,1,0,0,-2959.56,-1368.08,9.03206,1.69779,39600,15,0,734,0,1,0,0,0),(91114,14433,0,1,1,0,0,-4008.25,-911.646,9.2131,0.598236,72000,0,0,974,0,0,0,0,0),(1722,5640,1,1,1,3759,1,1781.55,-3997.07,53.1638,2.3911,300,0,0,1604,0,0,0,0,0),(711,5606,1,1,1,3604,1,1634.16,-4447.18,15.4898,1.64061,300,0,0,247,0,0,0,0,0),(710,5613,1,1,1,3608,1,1638.28,-4445,15.4898,5.58505,300,0,0,222,0,0,0,0,0),(709,5610,1,1,1,7137,1,1640.71,-4442.19,15.4898,2.96706,300,0,0,247,0,0,0,0,0),(708,5614,1,1,1,3609,1,1639.56,-4443.74,15.4898,5.18363,300,0,0,713,0,0,0,0,0),(707,5609,1,1,1,3605,1,1633.94,-4445.62,15.4898,4.86947,300,0,0,300,0,0,0,0,0),(706,5611,1,1,1,3606,1,1640.83,-4446.99,15.4898,1.97222,300,0,0,273,0,0,0,0,0),(705,11814,1,1,1,11734,1,-808.565,-4930.14,23.0651,3.66519,300,0,0,247,0,0,0,0,0),(84720,24416,530,1,1,0,0,-1615.9,5326.2,-40.2091,1.12942,180,0,0,3524,0,0,0,0,0),(82965,21301,548,1,1,0,1,48.7995,-301.712,1.58652,3.63038,604800,0,0,125668,0,2,0,0,0),(82966,21301,548,1,1,0,1,-50.6257,-366.299,1.58652,2.93772,604800,0,0,125668,0,2,0,0,0),(82967,21253,548,1,1,0,0,-249.266,-340.785,-1.62312,0.927012,604800,0,0,7540,0,2,0,0,0),(82968,21220,548,1,1,0,1,226.217,-512.608,-11.5372,4.08713,604800,0,0,100520,48465,0,0,0,0),(82969,21339,548,1,1,0,1,220.235,-506.33,-11.5372,3.32137,604800,0,0,100520,48465,0,0,0,0),(82970,21221,548,1,1,0,1,221.82,-511.329,-11.5372,4.08399,604800,0,0,175934,0,0,0,0,0),(82971,21246,548,1,1,0,0,195.903,-616.158,-11.836,0.0038476,604800,0,0,75400,0,0,0,0,0),(82972,21221,548,1,1,0,1,198.961,-621.699,-11.8213,5.74511,604800,0,0,175934,0,0,0,0,0),(82973,21339,548,1,1,0,1,199.691,-625.077,-11.8164,6.13074,604800,0,0,100520,48465,0,0,0,0),(82974,21213,548,1,1,0,0,355.821,-721.004,-13.8746,3.14,604800,0,0,3979500,0,0,0,0,0),(1976933,21689,548,1,1,0,0,-132.099,-218.245,-21.4845,1.77209,300,0,0,81000,0,0,0,0,0),(1976932,21689,548,1,1,0,0,-123.904,-252.683,-21.4845,1.83885,300,0,0,81000,0,0,0,0,0),(93766,21214,548,1,1,0,1,452.834,-539.863,-7.54675,6.00741,604800,0,0,1274700,254025,0,0,0,0),(93767,21231,548,1,1,0,1,388.119,-503.084,27.3857,3.27422,604800,0,0,125668,0,2,0,0,0),(93768,21230,548,1,1,0,1,392.107,-497.182,28.4324,3.21532,604800,0,0,100520,48465,2,0,0,0),(93769,21230,548,1,1,0,1,392.8,-507.631,28.3207,3.4313,604800,0,0,100520,48465,2,0,0,0),(1976931,21689,548,1,1,0,0,-125.636,-296.87,-21.4845,1.33619,300,0,0,81000,0,0,0,0,0),(1976930,21689,548,1,1,0,0,-136.571,-325.019,-21.4845,1.08879,300,0,0,81000,0,0,0,0,0),(93773,21215,548,1,1,0,1,370.117,-430.482,29.5196,2.22414,604800,0,0,2653000,0,0,0,0,0),(93774,21229,548,1,1,0,1,330.81,-350.956,21.3821,2.61292,604800,0,0,100520,48465,0,0,0,0),(93775,21229,548,1,1,0,1,314.319,-329.828,19.6541,0.443651,604800,0,0,100520,48465,0,0,0,0),(93776,21229,548,1,1,0,1,308.572,-367.721,22.3129,1.02799,604800,0,0,100520,48465,0,0,0,0),(93777,21229,548,1,1,0,1,330.573,-424.161,29.6462,0.68634,604800,0,0,100520,48465,2,0,0,0),(93778,21230,548,1,1,0,1,334.692,-431.241,28.8718,0.989504,604800,0,0,100520,48465,0,0,0,0),(93779,21230,548,1,1,0,1,334.326,-427.819,28.8718,0.694979,604800,0,0,100520,48465,0,0,0,0),(93780,21863,548,1,1,0,0,332.411,-365.21,21.902,3.10493,604800,0,0,73353,0,2,0,0,0),(93781,21229,548,1,1,0,1,420.953,-422.09,9.95454,4.39803,604800,0,0,100520,48465,2,0,0,0),(93782,21229,548,1,1,0,1,507.136,-452.777,-13.1582,1.86512,604800,0,0,100520,48465,2,0,0,0),(93783,21229,548,1,1,0,1,492.09,-451.508,-13.1582,1.60594,604800,0,0,100520,48465,2,0,0,0),(93784,21231,548,1,1,0,1,399.131,-502.009,26.6054,3.26705,604800,0,0,125668,0,2,0,0,0),(93785,21229,548,1,1,0,1,562.242,-481.268,-13.1582,3.86789,604800,0,0,100520,48465,0,0,0,0),(93786,21229,548,1,1,0,1,430.602,-422.303,10.1528,4.27236,604800,0,0,100520,48465,2,0,0,0),(93788,21260,548,1,1,0,0,-146.703,-383.952,-1.61637,2.13968,604800,0,0,7540,0,2,0,0,0),(93790,21230,548,1,1,0,1,329.482,-346.314,21.3023,2.87367,604800,0,0,100520,48465,0,0,0,0),(93791,21231,548,1,1,0,1,315.756,-324.118,19.0598,6.01055,604800,0,0,125668,0,0,0,0,0),(93792,21231,548,1,1,0,1,304.69,-367.878,22.4158,0.591305,604800,0,0,125668,0,0,0,0,0),(93793,21231,548,1,1,0,1,394.402,-373.301,23.3723,2.44877,604800,0,0,125668,0,0,0,0,0),(93794,21231,548,1,1,0,1,372.981,-350.218,21.8563,5.19217,604800,0,0,125668,0,0,0,0,0),(93795,21230,548,1,1,0,1,398.971,-353.772,24.5034,2.1189,604800,0,0,100520,48465,2,0,0,0),(93796,21230,548,1,1,0,1,395.955,-359.42,23.4242,2.47233,604800,0,0,100520,48465,0,0,0,0),(93797,21229,548,1,1,0,1,395.807,-354.966,23.4089,2.34588,604800,0,0,100520,48465,0,0,0,0),(93798,21232,548,1,1,0,1,353.108,-317.78,18.5355,1.37513,604800,0,0,125668,0,0,0,0,0),(93799,21230,548,1,1,0,1,369.047,-316.758,18.5364,2.30504,604800,0,0,100520,48465,0,0,0,0),(93800,21229,548,1,1,0,1,358.323,-317.66,18.4688,1.61074,604800,0,0,100520,48465,0,0,0,0),(93801,21230,548,1,1,0,1,338.74,-314.708,18.3184,0.969861,604800,0,0,100520,48465,0,0,0,0),(93802,21863,548,1,1,0,0,314.688,-258.809,13.6322,2.91328,604800,0,0,73353,0,2,0,0,0),(93803,21231,548,1,1,0,1,313.666,-262.427,14.0867,2.89016,604800,0,0,125668,0,2,0,0,0),(93804,21231,548,1,1,0,1,315.598,-255.441,13.6739,2.89959,604800,0,0,125668,0,2,0,0,0),(93805,21246,548,1,1,0,0,212.462,-254.724,-2.0276,4.84345,604800,0,0,75400,0,0,0,0,0),(93806,21218,548,1,1,0,1,210.036,-255.579,-2.02761,4.88271,604800,0,0,175934,0,0,0,0,0),(93807,21339,548,1,1,0,1,220.903,-252.724,-2.02758,4.90235,604800,0,0,100520,48465,0,0,0,0),(93808,21246,548,1,1,0,0,217.908,-255.354,-1.45572,4.83167,604800,0,0,75400,0,0,0,0,0),(93810,21221,548,1,1,0,1,215.15,-256.481,-2.0276,4.86073,604800,0,0,175934,0,0,0,0,0),(93812,21218,548,1,1,0,1,228.127,-432.901,-4.43266,2.47421,604800,0,0,175934,0,0,0,0,0),(93813,21218,548,1,1,0,1,225.189,-436.682,-4.43271,2.69696,604800,0,0,175934,0,0,0,0,0),(93814,21212,548,1,1,0,1,29.4155,-924.128,42.9019,1.58012,604800,0,0,3399200,1693500,0,0,0,0),(93815,21301,548,1,1,0,1,148.812,-352.885,1.58651,2.62507,604800,0,0,125668,0,2,0,0,0),(93816,21301,548,1,1,0,1,38.4724,-549.527,1.58654,0.389827,604800,0,0,125668,0,2,0,0,0),(93817,21301,548,1,1,0,1,42.7181,-559.861,1.58654,0.389827,604800,0,0,125668,0,2,0,0,0),(93818,21220,548,1,1,0,1,35.34,-557.921,1.58654,0.543765,604800,0,0,100520,48465,2,0,0,0),(93819,21220,548,1,1,0,1,149.076,-510.077,1.58652,1.51687,604800,0,0,100520,48465,2,0,0,0),(93820,21301,548,1,1,0,1,136.872,-352.259,1.58651,2.63293,604800,0,0,125668,0,2,0,0,0),(93821,21301,548,1,1,0,1,141.376,-503.619,1.58652,1.53651,604800,0,0,125668,0,2,0,0,0),(93822,21220,548,1,1,0,1,134.229,-509.275,1.58652,1.51687,604800,0,0,100520,48465,2,0,0,0),(93823,21301,548,1,1,0,1,138.005,-516.308,1.58652,1.88994,604800,0,0,125668,0,2,0,0,0),(93824,21220,548,1,1,0,1,139.372,-359.034,1.58651,2.88425,604800,0,0,100520,48465,2,0,0,0),(93825,21220,548,1,1,0,1,142.651,-348.354,1.58651,2.84498,604800,0,0,100520,48465,2,0,0,0),(93826,21220,548,1,1,0,1,-62.6375,-479.013,1.58657,5.71953,604800,0,0,100520,48465,2,0,0,0),(93827,21220,548,1,1,0,1,37.1789,-553.628,1.58654,0.520203,604800,0,0,100520,48465,2,0,0,0),(93828,21339,548,1,1,0,1,-143.441,-128.986,-5.07545,0.110535,604800,0,0,100520,48465,0,0,0,0),(93829,21301,548,1,1,0,1,35.5786,-307.192,1.58652,3.66023,604800,0,0,125668,0,2,0,0,0),(93830,21220,548,1,1,0,1,37.2912,-299.594,1.58652,3.76626,604800,0,0,100520,48465,2,0,0,0),(93832,21246,548,1,1,0,0,-127.016,-223.907,1.58925,1.60097,604800,0,0,75400,0,0,0,0,0),(93833,21301,548,1,1,0,1,44.8692,-298.992,1.58652,3.66808,604800,0,0,125668,0,2,0,0,0),(93834,21220,548,1,1,0,1,42.8187,-308.68,1.58652,3.66808,604800,0,0,100520,48465,2,0,0,0),(93835,21251,548,1,1,0,0,226.817,-419.063,-4.43266,0.992942,604800,0,0,387450,0,2,0,0,0),(93836,21301,548,1,1,0,1,144.862,-515.966,1.58652,1.53651,604800,0,0,125668,0,2,0,0,0),(93837,21301,548,1,1,0,1,-54.6712,-377.789,1.58652,2.45705,604800,0,0,125668,0,2,0,0,0),(93838,21217,548,1,1,0,0,40.4058,-417.108,-21.5911,3.03312,604800,0,0,2653000,0,0,0,0,0),(93839,21251,548,1,1,0,0,210.727,-476.589,-7.96688,4.7448,604800,0,0,387450,0,2,0,0,0),(93840,21220,548,1,1,0,1,-58.8617,-363.325,1.58787,2.42522,604800,0,0,100520,48465,2,0,0,0),(93841,21220,548,1,1,0,1,-63.0672,-375.108,1.58787,3.34571,604800,0,0,100520,48465,2,0,0,0),(93842,21301,548,1,1,0,1,-61.6699,-487.895,1.58657,5.72346,604800,0,0,125668,0,2,0,0,0),(93843,21301,548,1,1,0,1,-50.9487,-371.896,1.58652,3.05867,604800,0,0,125668,0,2,0,0,0),(93844,21220,548,1,1,0,1,-53.576,-485.277,1.58657,5.64492,604800,0,0,100520,48465,2,0,0,0),(93845,21246,548,1,1,0,0,-215.609,-232.179,-5.4074,0.109746,604800,0,0,75400,0,0,0,0,0),(93846,21216,548,1,1,0,0,-239.439,-363.481,-0.827308,1.19517,604800,0,0,2387700,0,0,0,0,0),(93847,21339,548,1,1,0,1,-219.176,-238.306,-5.40735,5.82431,604800,0,0,100520,48465,0,0,0,0),(93848,21221,548,1,1,0,1,-137.211,-223.917,1.58923,1.33733,604800,0,0,175934,0,0,0,0,0),(93849,21221,548,1,1,0,1,-215.466,-235.237,-5.40735,0.0162864,604800,0,0,175934,0,0,0,0,0),(93850,21339,548,1,1,0,1,-129.449,-225.514,1.58925,1.34807,604800,0,0,100520,48465,0,0,0,0),(93851,21339,548,1,1,0,1,-142.059,-123.701,-5.40738,6.0992,604800,0,0,100520,48465,0,0,0,0),(93852,21339,548,1,1,0,1,-132.447,-225.107,1.58923,1.21166,604800,0,0,100520,48465,0,0,0,0),(93853,21221,548,1,1,0,1,-144.503,-133.347,-5.40739,0.0477029,604800,0,0,175934,0,0,0,0,0),(93854,21230,548,1,1,0,1,309.366,-371.816,22.3256,0.790794,604800,0,0,100520,48465,2,0,0,0),(93855,21221,548,1,1,0,1,516.844,-734.692,-7.1441,1.98846,604800,0,0,175934,0,0,0,0,0),(93856,21339,548,1,1,0,1,538.25,-719.588,-7.1441,2.16517,604800,0,0,100520,48465,0,0,0,0),(93857,21339,548,1,1,0,1,545.695,-681.689,-7.14424,2.55002,604800,0,0,100520,48465,0,0,0,0),(93858,21221,548,1,1,0,1,545.351,-674.606,-7.14429,3.13121,604800,0,0,175934,0,0,0,0,0),(93859,21339,548,1,1,0,1,491.879,-716.069,-7.14424,4.85909,604800,0,0,100520,48465,0,0,0,0),(93860,21301,548,1,1,0,1,393.278,-771.494,-7.33017,1.10881,604800,0,0,125668,0,0,0,0,0),(93861,21339,548,1,1,0,1,401.818,-771.828,-7.21648,0.837849,604800,0,0,100520,48465,0,0,0,0),(93862,21221,548,1,1,0,1,421.364,-671.406,-7.14447,4.73736,604800,0,0,175934,0,0,0,0,0),(93863,21339,548,1,1,0,1,430.309,-672.379,-7.14447,4.61954,604800,0,0,100520,48465,0,0,0,0),(93864,21339,548,1,1,0,1,440.527,-694.834,-7.14395,2.88302,604800,0,0,100520,48465,0,0,0,0),(93865,21301,548,1,1,0,1,443.623,-682.262,-7.14395,3.74696,604800,0,0,125668,0,0,0,0,0),(93866,21221,548,1,1,0,1,393.387,-671.794,-7.41727,5.0036,604800,0,0,175934,0,0,0,0,0),(93867,21339,548,1,1,0,1,399.476,-671.048,-7.23582,4.82295,604800,0,0,100520,48465,0,0,0,0),(93868,21301,548,1,1,0,1,367.937,-774.69,-13.1581,1.72456,604800,0,0,125668,0,0,0,0,0),(93869,21339,548,1,1,0,1,358.351,-773.124,-12.2892,1.08838,604800,0,0,100520,48465,0,0,0,0),(93870,21221,548,1,1,0,1,337.937,-773.218,-13.1581,1.63031,604800,0,0,175934,0,0,0,0,0),(93871,21339,548,1,1,0,1,328.888,-773.171,-13.1582,1.16692,604800,0,0,100520,48465,0,0,0,0),(93872,21301,548,1,1,0,1,329.393,-675.511,-13.1582,4.73263,604800,0,0,125668,0,0,0,0,0),(93873,21221,548,1,1,0,1,336.998,-675.673,-13.1582,4.85829,604800,0,0,175934,0,0,0,0,0),(93874,21339,548,1,1,0,1,333.927,-669.787,-13.1582,4.43418,604800,0,0,100520,48465,0,0,0,0),(93875,21339,548,1,1,0,1,368.359,-669.699,-13.1582,4.6266,604800,0,0,100520,48465,0,0,0,0),(93876,21221,548,1,1,0,1,361.671,-676.215,-13.1581,4.92112,604800,0,0,175934,0,0,0,0,0),(93877,21301,548,1,1,0,1,453.595,-723.177,-7.14426,6.23274,604800,0,0,125668,0,2,0,0,0),(93878,21339,548,1,1,0,1,452.351,-718.41,-7.14426,6.13063,604800,0,0,100520,48465,2,0,0,0),(93879,21339,548,1,1,0,1,452.399,-727.263,-7.14426,0.0555778,604800,0,0,100520,48465,2,0,0,0),(93882,21228,548,1,1,0,0,393.08,-682.573,-7.48923,5.4544,604800,0,0,100520,48465,0,0,0,0),(93883,21228,548,1,1,0,0,324.026,-688.422,-13.1581,4.92426,604800,0,0,100520,48465,0,0,0,0),(93884,21228,548,1,1,0,0,315.104,-761.948,-13.1581,0.577081,604800,0,0,100520,48465,0,0,0,0),(93885,21227,548,1,1,0,1,316.874,-756.787,-13.1581,0.0390811,604800,0,0,125668,0,0,0,0,0),(93893,21226,548,1,1,0,0,315.683,-691.921,-13.1581,6.0246,604800,0,0,100520,48465,0,0,0,0),(93896,21251,548,1,1,0,0,-6.8355,-68.9604,-71.2866,0.146053,604800,0,0,387450,0,0,0,0,0),(93897,21339,548,1,1,0,1,-43.6058,-75.2014,-68.5459,0.165687,604800,0,0,100520,48465,0,0,0,0),(93898,21339,548,1,1,0,1,-46.5663,-56.08,-69.3078,0.0932453,604800,0,0,100520,48465,0,0,0,0),(93899,21221,548,1,1,0,1,-45.1706,-66.1577,-69.3743,0.150992,604800,0,0,175934,0,0,0,0,0),(1976851,22057,548,1,1,0,0,-51.9814,-970.032,21.6648,2.40859,300,0,0,30,0,0,0,33554432,0),(1976850,22057,548,1,1,0,0,-38.4449,-984.24,21.5365,2.40859,300,0,0,30,0,0,0,33554432,0),(1976849,22057,548,1,1,0,0,-26.2718,-995.2,22.0379,2.40859,300,0,0,30,0,0,0,33554432,0),(1976848,22057,548,1,1,0,0,-14.983,-1005.36,21.8261,2.4243,300,0,0,30,0,0,0,33554432,0),(1976847,22057,548,1,1,0,0,-2.52387,-1008.62,21.8745,2.85627,300,0,0,30,0,0,0,33554432,0),(1976846,22057,548,1,1,0,0,10.8429,-1012.54,21.6831,2.85627,300,0,0,30,0,0,0,33554432,0),(1976845,22057,548,1,1,0,0,27.7717,-1016.93,21.7621,3.36678,300,0,0,30,0,0,0,33554432,0),(1976844,22057,548,1,1,0,0,40.2583,-1014.07,22.085,3.36678,300,0,0,30,0,0,0,33554432,0),(1976843,22057,548,1,1,0,0,52.7449,-1011.21,21.8111,3.36678,300,0,0,30,0,0,0,33554432,0),(1976842,22057,548,1,1,0,0,65.2315,-1008.35,21.5371,3.36678,300,0,0,30,0,0,0,33554432,0),(68541,22991,530,1,1,0,0,-3846.43,3430.29,363.729,0.488692,180,0,0,4120,0,0,0,0,0),(84741,21795,530,1,1,0,0,-3892.13,2100.24,95.1088,0.90553,480,5,0,1,0,1,0,0,0),(84740,21795,530,1,1,0,0,-3966.98,2160.54,104.705,3.26172,480,5,0,1,0,1,0,0,0),(84739,21795,530,1,1,0,0,-3950.79,2266.09,99.2415,0.890606,480,5,0,1,0,1,0,0,0),(84738,21795,530,1,1,0,0,-3929.96,2210.2,101.933,1.76318,480,5,0,1,0,1,0,0,0),(84737,21795,530,1,1,0,0,-3939.01,2154.67,100.745,1.08224,480,5,0,1,0,1,0,0,0),(84736,21795,530,1,1,0,0,-3989.01,2116.11,105.126,0.262288,480,5,0,1,0,1,0,0,0),(84735,21795,530,1,1,0,0,-4007.03,2105.62,137.243,4.19556,480,5,0,1,0,1,0,0,0),(84734,21795,530,1,1,0,0,-4046.92,2107.45,138.079,4.35107,480,5,0,1,0,1,0,0,0),(84733,21795,530,1,1,0,0,-4049.37,2132.63,137.253,3.54289,480,5,0,1,0,1,0,0,0),(84732,21795,530,1,1,0,0,-4044.66,2152.21,108.146,4.31965,480,5,0,1,0,1,0,0,0),(84731,21795,530,1,1,0,0,-4051.06,2200.57,110.708,3.07951,480,5,0,1,0,1,0,0,0),(84730,21795,530,1,1,0,0,-4070.37,2295.86,110.659,1.44117,480,5,0,1,0,1,0,0,0),(84729,21795,530,1,1,0,0,-4103.53,2258.98,110.66,3.49577,480,5,0,1,0,1,0,0,0),(84728,21795,530,1,1,0,0,-4077.47,2254.09,112.048,3.96544,480,5,0,1,0,1,0,0,0),(84727,21795,530,1,1,0,0,-4051.57,2277.83,112.048,2.95698,480,5,0,1,0,1,0,0,0),(84726,21795,530,1,1,0,0,-4046.21,2234.56,112.046,2.92792,480,5,0,1,0,1,0,0,0),(84725,21795,530,1,1,0,0,-4016.17,2245.35,110.039,2.44962,480,5,0,1,0,1,0,0,0),(84724,21795,530,1,1,0,0,-3999.24,2243.2,103.018,1.51342,480,5,0,1,0,1,0,0,0),(84723,21795,530,1,1,0,0,-3971.69,2241.54,101.887,2.21792,480,5,0,1,0,1,0,0,0),(84900,21795,530,1,1,0,0,-3956.72,2238.32,101.939,4.24115,480,5,0,1,0,1,0,0,0),(70550,20086,530,1,1,0,0,4199.7,1766.39,133.21,3.70335,60,0,0,57,0,0,0,0,0),(70528,20889,530,1,1,0,0,3846.19,6157.38,270.081,1.03236,600,0,0,42,0,0,0,0,0),(94506,27705,0,1,1,0,0,-10469.9,-3321.37,20.9642,1.12915,120,0,0,1268,1332,0,0,0,0),(94505,27703,1,1,1,0,1,-3750.09,-4442.59,30.5687,0.810732,120,0,0,1939,4393,0,0,0,0),(94504,25967,530,1,1,0,1,-1747.77,5160.32,-37.2045,0.0125163,25,0,0,6986,0,0,0,0,0),(94503,23948,530,1,1,0,0,-1765.38,5152.51,-37.2043,3.42272,25,0,0,5588,6882,0,0,0,0),(94502,13016,369,1,1,0,0,27.0473,1.40549,-4.29616,5.5639,1,10,0,1,0,1,0,0,0),(94501,13016,369,1,1,0,0,-40.713,-32.7486,-4.29735,4.30648,1,10,0,1,0,1,0,0,0),(94500,13016,369,1,1,0,0,-43.0466,-5.68566,-13.8634,1.77597,1,10,0,1,0,1,0,0,0),(94499,13016,369,1,1,0,0,-64.5688,12.0402,-4.29735,6.01711,1,10,0,1,0,1,0,0,0),(94498,13016,369,1,1,0,0,-74.642,23.6852,-4.29736,1.85529,1,10,0,1,0,1,0,0,0),(94497,13016,369,1,1,0,0,-72.5352,-21.7311,-4.29736,3.14963,1,10,0,1,0,1,0,0,0),(94492,13016,369,1,1,0,0,13.6699,80.6694,-4.29734,4.79662,1,0,0,1,0,2,0,0,0),(94496,13016,369,1,1,0,0,-56.91,-14.3913,-4.29736,2.53387,1,10,0,1,0,1,0,0,0),(94495,13016,369,1,1,0,0,28.3432,-18.4329,-4.29664,1.57099,1,10,0,1,0,1,0,0,0),(94493,13016,369,1,1,0,0,35.2117,16.0156,-4.29664,1.87101,1,10,0,1,0,1,0,0,0),(94491,13016,369,1,1,0,0,-33.0721,71.5201,-4.29736,1.48675,1,0,0,1,0,2,0,0,0),(94494,13016,369,1,1,0,0,21.3299,25.4681,-4.29735,2.55038,1,10,0,1,0,1,0,0,0),(94490,16033,0,1,1,0,1,-7534.79,-1212.62,285.44,5.2131,25,0,0,6968,5751,0,0,0,0),(12738,23330,564,1,1,21546,1,603.913,788.877,95.5409,1.9333,604800,50,0,140728,48465,1,0,0,0),(704,9796,1,1,1,9151,0,-561.628,-4221.8,41.6737,3.03687,300,0,0,156,0,0,0,0,0),(703,13842,1,1,1,13843,1,1607.92,-4376.44,9.65736,4.06662,300,0,0,3052,0,0,0,0,0),(94484,23718,530,1,1,0,0,6743.03,-7551.57,126.327,3.40335,900,0,0,6287,0,2,0,0,0),(94483,23565,530,1,1,0,0,6797.41,-7537.59,126.194,3.1079,900,0,0,210,0,0,0,0,0),(94481,23764,530,1,1,0,0,6739.72,-7559.07,126.472,2.10952,900,0,0,4890,0,0,0,0,0),(94480,23748,530,1,1,0,1,6788.71,-7538.12,126.109,3.25117,900,0,1,6287,0,0,0,0,0),(47028,25770,580,1,1,0,0,1802.91,591.566,78.5747,1.25664,604800,0,0,40,0,0,0,0,0),(87081,24972,530,1,1,0,0,12809.9,-6820.77,11.3109,3.75724,450,8,0,5589,3155,1,0,0,0),(87544,24972,530,1,1,0,0,12925.5,-6766.89,9.92207,0.205662,450,8,0,5589,3155,1,0,0,0),(87545,24972,530,1,1,0,0,13022,-6724.36,0.82918,0.768008,450,8,0,5589,3155,1,0,0,0),(87546,24972,530,1,1,0,0,13091.2,-6843.87,0.474743,3.16739,450,8,0,5589,3155,1,0,0,0),(87547,24972,530,1,1,0,0,12922.7,-6639.28,12.2029,2.2469,450,8,0,5589,3155,1,0,0,0),(87548,24972,530,1,1,0,0,12837.1,-6559.89,9.24182,2.31445,450,8,0,5589,3155,1,0,0,0),(87549,24972,530,1,1,0,0,12569.9,-6423.84,9.29875,1.11043,450,8,0,5589,3155,1,0,0,0),(87550,24972,530,1,1,0,0,12576.3,-6485.92,5.81085,5.0492,450,8,0,5589,3155,1,0,0,0),(87551,24972,530,1,1,0,0,12478,-6508.93,8.04349,3.71245,450,8,0,5589,3155,1,0,0,0),(87552,24972,530,1,1,0,0,12535.3,-6586.92,14.6124,5.95712,450,8,0,5589,3155,1,0,0,0),(87553,24972,530,1,1,0,0,12632.6,-6396.63,4.80103,0.975339,450,8,0,5589,3155,1,0,0,0),(87554,24972,530,1,1,0,0,12692.8,-6372.53,3.34742,6.01995,450,8,0,5589,3155,1,0,0,0),(87555,24972,530,1,1,0,0,12727.8,-6514.55,4.15694,4.04074,450,8,0,5589,3155,1,0,0,0),(87556,24972,530,1,1,0,0,12806.2,-6645.1,0.287019,3.84126,450,8,0,5589,3155,1,0,0,0),(87557,24972,530,1,1,0,0,12869.7,-6460.56,0.792148,5.46232,450,8,0,5589,3155,1,0,0,0),(87558,24972,530,1,1,0,0,12729.5,-6591.48,10.0598,1.82494,450,7,0,5589,3155,1,0,0,0),(88065,24972,530,1,1,0,0,12678.6,-6553.68,7.88563,5.92856,450,7,0,5589,3155,1,0,0,0),(88066,24972,530,1,1,0,0,13023.5,-6617.85,0.860966,4.35354,450,8,0,5589,3155,1,0,0,0),(88067,24966,530,1,1,0,1,13058.9,-6828.91,2.27351,5.96832,700,0,0,5409,1540,0,0,0,0),(90444,24966,530,1,1,0,1,12671.8,-6565.27,8.66896,0.0459249,700,3,0,5409,1540,1,0,0,0),(90928,24966,530,1,1,0,1,12694,-6548.08,7.6178,2.84194,700,3,0,5409,1540,1,0,0,0),(90929,24966,530,1,1,0,1,12673.8,-6519.28,6.07817,2.76576,700,3,0,5409,1540,1,0,0,0),(90930,24966,530,1,1,0,1,12715.8,-6572.5,9.03772,6.00945,700,3,0,5409,1540,1,0,0,0),(90931,24966,530,1,1,0,1,13020.2,-6861.82,2.28979,3.16053,700,3,0,5409,1540,1,0,0,0),(90932,24966,530,1,1,0,1,12980.4,-6829.91,8.30555,1.984,600,0,0,5409,1540,0,0,0,0),(90933,24966,530,1,1,0,1,12934.3,-6845.1,8.84219,3.6836,600,3,0,5409,1540,1,0,0,0),(90934,24966,530,1,1,0,1,12909.3,-6810.11,8.50484,0.854595,600,0,0,5409,1540,0,0,0,0),(90935,24966,530,1,1,0,1,12825.5,-6797.61,10.7407,3.12125,600,3,0,5409,1540,1,0,0,0),(90936,24966,530,1,1,0,1,12883.3,-6735.15,12.2649,1.27007,600,0,0,5409,1540,0,0,0,0),(90937,24966,530,1,1,0,1,12881.2,-6730.15,12.2649,5.79789,600,0,0,5409,1540,0,0,0,0),(90938,24966,530,1,1,0,1,12884.1,-6749.97,11.8963,0.590692,600,0,0,5409,1540,0,0,0,0),(90939,24966,530,1,1,0,1,12935.2,-6732.26,12.546,2.55026,600,0,0,5409,1540,0,0,0,0),(94462,22822,530,1,1,0,0,3600.72,2044.21,103.371,1.67373,360,0,0,6761,0,0,0,0,0),(94461,22822,530,1,1,0,0,3676.62,1902.61,119.987,2.72223,360,0,0,6761,0,0,0,0,0),(94460,22822,530,1,1,0,0,3612.29,1851.63,113.282,4.77211,360,0,0,6761,0,0,0,0,0),(94459,22822,530,1,1,0,0,3574.25,1826.95,109.534,1.23389,360,0,0,6761,0,0,0,0,0),(94458,22822,530,1,1,0,0,3663.2,1787.57,126.156,0.574154,360,0,0,6761,0,0,0,0,0),(94457,22822,530,1,1,0,0,3564.44,2231.77,91.075,4.92125,360,0,0,6761,0,0,0,0,0),(94456,22822,530,1,1,0,0,3738.92,1724.65,143.465,3.42908,360,0,0,6761,0,0,0,0,0),(94455,22822,530,1,1,0,0,3754.7,1728.55,147.159,6.02482,360,0,0,6761,0,0,0,0,0),(94454,22822,530,1,1,0,0,3741.09,1684.48,139.013,0.538806,360,0,0,6761,0,0,0,0,0),(94453,22822,530,1,1,0,0,3798.23,1654.34,137.78,3.78642,360,0,0,6761,0,0,0,0,0),(94452,22822,530,1,1,0,0,4286.84,1705.55,110.233,1.55196,360,0,0,6761,0,0,0,0,0),(94451,22822,530,1,1,0,0,4304.44,1721.33,111.923,2.71042,360,0,0,6761,0,0,0,0,0),(94450,22822,530,1,1,0,0,4226.86,1796.83,136.298,4.68962,360,0,0,6761,0,0,0,0,0),(94449,22822,530,1,1,0,0,4298.99,1754.72,116.626,3.92386,360,0,0,6761,0,0,0,0,0),(94448,22822,530,1,1,0,0,4168.84,1824.39,147.881,0.17751,360,0,0,6761,0,0,0,0,0),(94447,22822,530,1,1,0,0,4291.2,2009.75,128.247,3.91208,360,0,0,6761,0,0,0,0,0),(94446,22822,530,1,1,0,0,4304.71,2082.27,133.99,6.11512,360,0,0,6761,0,0,0,0,0),(94445,22822,530,1,1,0,0,4361.1,2038.16,115.131,3.15416,360,0,0,6761,0,0,0,0,0),(94444,22822,530,1,1,0,0,3865.85,1805.37,229.494,0.31496,360,0,0,6761,0,0,0,0,0),(94443,22822,530,1,1,0,0,4306.48,1880.22,128.064,3.62933,360,0,0,6761,0,0,0,0,0),(94442,22822,530,1,1,0,0,3640.48,2346.34,92.6645,3.4447,360,0,0,6761,0,0,0,0,0),(94441,22822,530,1,1,0,0,3656.92,2373.05,88.5391,4.31649,360,0,0,6761,0,0,0,0,0),(94440,22822,530,1,1,0,0,3602.21,2320.32,84.6047,4.827,360,0,0,6761,0,0,0,0,0),(94438,25115,530,1,1,22753,1,12802.1,-7085.75,5.79984,5.53684,600,0,0,10479,0,0,0,0,0),(94437,25115,530,1,1,22753,1,12807.3,-7087.94,7.5728,5.42532,600,0,0,10479,0,0,0,0,0),(94436,25115,530,1,1,22753,1,12805.1,-7090.44,7.57268,5.49051,600,0,0,10479,0,0,0,0,0),(94435,25115,530,1,1,22753,1,12795.6,-7117.78,5.41688,3.85416,600,0,0,10479,0,0,0,0,0),(94434,25115,530,1,1,22753,1,12791.8,-7113.58,5.41688,3.87929,600,0,0,10479,0,0,0,0,0),(94433,25115,530,1,1,22753,1,12791.8,-6983.53,18.6969,2.3878,600,0,0,10479,0,0,0,0,0),(94432,25115,530,1,1,22753,1,12798.7,-6976.59,18.6969,2.44749,600,0,0,10479,0,0,0,0,0),(94431,24938,530,1,1,22911,1,12813.4,-7024.65,71.4962,3.75928,600,0,0,6986,0,0,0,0,0),(94430,24938,530,1,1,22911,1,12824.5,-7030.75,71.4883,4.60359,600,0,0,6986,0,0,0,0,0),(94429,24938,530,1,1,22911,1,12843.8,-7027.08,71.3697,0.664819,600,0,0,6986,0,0,0,0,0),(94428,24938,530,1,1,22911,1,12836.4,-7032.06,71.3394,3.89281,600,0,0,6986,0,0,0,0,0),(94427,24938,530,1,1,22911,1,12845.9,-7016.31,71.2065,5.88772,600,0,0,6986,0,0,0,0,0),(94426,24938,530,1,1,22911,1,12843.8,-7002.13,71.2075,0.366371,600,0,0,6986,0,0,0,0,0),(94425,24938,530,1,1,22911,1,12816.4,-6996.21,71.1693,2.22776,600,0,0,6986,0,0,0,0,0),(94424,24938,530,1,1,22911,1,12841.5,-7039.79,47.8495,4.05931,600,0,0,6986,0,0,0,0,0),(94423,24938,530,1,1,22911,1,12849.4,-7042.26,47.7683,5.23349,600,0,0,6986,0,0,0,0,0),(94422,24938,530,1,1,22911,1,12850.4,-7034.92,47.8346,0.391501,600,0,0,6986,0,0,0,0,0),(37059,20619,530,1,1,0,0,3959.36,2356.85,110.921,4.07195,120,2,0,1582,0,1,0,0,0),(94420,24938,530,1,1,22911,1,12795.2,-6998.43,47.3655,3.43807,600,0,0,6986,0,0,0,0,0),(94419,24938,530,1,1,22911,1,12794.8,-6988.47,47.5893,3.72081,600,0,0,6986,0,0,0,0,0),(94418,24938,530,1,1,22911,1,12796.3,-6979.2,47.536,2.25997,600,0,0,6986,0,0,0,0,0),(94417,24938,530,1,1,22911,1,12803.4,-6981.09,47.5908,0.846249,600,0,0,6986,0,0,0,0,0),(94416,24938,530,1,1,22911,1,12834.7,-7049.65,19.1077,3.74044,600,0,0,6986,0,0,0,0,0),(94415,24938,530,1,1,22911,1,12857.7,-7042.47,18.9762,0.70095,600,0,0,6986,0,0,0,0,0),(94414,24938,530,1,1,22911,1,12857.6,-7052.45,18.9502,5.41334,600,0,0,6986,0,0,0,0,0),(94413,24938,530,1,1,22911,1,12849.8,-7050.08,18.9649,4.19283,600,0,0,6986,0,0,0,0,0),(94412,24938,530,1,1,22911,1,12883.5,-7010.71,3.00433,6.0644,600,0,0,6986,0,0,0,0,0),(94411,24938,530,1,1,22911,1,12881.2,-7028.98,3.26899,6.01571,600,0,0,6986,0,0,0,0,0),(94410,24938,530,1,1,22911,1,12874.9,-7044.66,3.2928,5.52483,600,0,0,6986,0,0,0,0,0),(94409,24938,530,1,1,22911,1,12849.8,-7065.3,3.28482,5.02139,600,0,0,6986,0,0,0,0,0),(94408,24938,530,1,1,22911,1,12839.6,-7108.11,5.33743,0.623151,600,0,0,6986,0,0,0,0,0),(94407,24938,530,1,1,22911,1,12851.4,-7125.42,6.75772,5.57194,600,0,0,6986,0,0,0,0,0),(94406,24994,530,1,1,0,0,12811.6,-6984.88,18.6622,2.49833,600,0,0,69860,0,0,0,0,0),(94405,18562,530,1,1,22862,0,12619.4,-6637.9,5.52388,3.90954,180,0,0,42,0,0,0,0,0),(94404,18562,530,1,1,22862,0,12599.2,-6669.15,5.41298,0.890118,180,0,0,42,0,0,0,0,0),(94403,24994,530,1,1,0,0,12813.2,-7013.24,71.5302,6.18567,600,0,0,69860,0,0,0,0,0),(94402,24994,530,1,1,0,0,12838.7,-7014.98,71.5165,3.25614,600,0,0,69860,0,0,0,0,0),(94401,24994,530,1,1,0,0,12797.4,-6996.79,18.6664,1.43165,600,0,0,69860,0,0,0,0,0),(94400,24976,530,1,1,0,1,12744.9,-6787.73,5.42303,1.4628,600,0,0,5589,3155,2,0,0,0),(94399,24980,530,1,1,0,0,12912.5,-6939.06,3.77427,4.26303,180,0,0,57,0,0,0,0,0),(94398,24980,530,1,1,0,0,12821,-6967.57,10.4511,0.335245,180,0,0,57,0,0,0,0,0),(94397,24980,530,1,1,0,0,12819.3,-6883.41,12.7846,3.19049,180,0,0,57,0,0,0,0,0),(94396,24980,530,1,1,0,0,12789.2,-6919.12,13.6691,3.54314,180,0,0,57,0,0,0,0,0),(94395,24980,530,1,1,0,0,12785,-6853.72,14.1508,4.7605,180,0,0,57,0,0,0,0,0),(94394,24980,530,1,1,0,0,12775.8,-7005.19,13.0259,1.59974,360,0,0,57,0,0,0,0,0),(94393,24980,530,1,1,0,0,12765,-7090.63,6.44272,3.73053,180,0,0,57,0,0,0,0,0),(94392,24980,530,1,1,0,0,12751.4,-6882.72,13.5636,3.62094,180,0,0,57,0,0,0,0,0),(94391,24980,530,1,1,0,0,12723.2,-6973.3,18.3323,4.26419,180,0,0,57,0,0,0,0,0),(94390,24980,530,1,1,0,0,12696.5,-6929.97,14.5332,0.387862,180,0,0,57,0,0,0,0,0),(94389,24980,530,1,1,0,0,12690.1,-7007.15,21.3425,3.49842,180,0,0,57,0,0,0,0,0),(94388,24980,530,1,1,0,0,12630.3,-6973.65,15.8386,4.40555,180,0,0,57,0,0,0,0,0),(94387,25115,530,1,1,22753,1,12750.8,-6925.88,12.2379,4.35963,600,0,0,10479,0,2,0,0,0),(94386,25950,530,1,1,0,0,12846.6,-7016.71,18.5936,0.776903,600,0,0,6986,0,0,0,0,0),(94385,25163,530,1,1,0,1,12834.1,-7004.53,71.5241,3.77854,600,0,0,5589,3155,0,0,0,0),(94384,25112,530,1,1,0,0,12732.2,-6910.18,12.2357,2.10209,600,0,0,6986,0,0,0,0,0),(94383,25088,530,1,1,0,1,12808.6,-7091.09,7.26203,5.4638,600,0,0,6986,0,0,0,0,0),(94382,25045,530,1,1,0,0,12782.3,-6983.42,15.7889,2.35551,600,0,0,6986,0,0,0,0,0),(94381,25043,530,1,1,0,1,12806.4,-7032.2,20.2524,0.891575,600,0,0,5589,3155,0,0,0,0),(94380,25037,530,1,1,0,1,12782.5,-6975.85,15.6433,2.16798,600,0,0,5589,3155,0,0,0,0),(94379,25036,530,1,1,0,1,12817,-7004.92,18.5937,2.21166,600,0,0,6986,0,0,0,0,0),(94378,24975,530,1,1,0,0,12848.4,-7015.24,18.5931,3.28139,600,0,0,6986,0,0,0,0,0),(94377,24994,530,1,1,0,0,12902.6,-6935.12,3.89913,3.77508,600,0,0,69860,0,2,0,0,0),(94376,25132,530,1,1,0,1,12660.3,-7210.45,32.1156,5.89921,920,0,0,5589,3155,0,0,0,0),(94375,25132,530,1,1,0,1,12669.3,-7222.97,32.1155,6.26573,920,0,0,5589,3155,0,0,0,0),(94374,25132,530,1,1,0,1,12658.2,-7177.6,32.1156,0.261799,920,0,0,5589,3155,0,0,0,0),(94373,25132,530,1,1,0,1,12672.4,-7182.06,32.1156,5.95157,920,0,0,5589,3155,0,0,0,0),(94372,25132,530,1,1,0,1,12674,-7202.18,32.1155,0.139626,920,0,0,5589,3155,0,0,0,0),(94371,25132,530,1,1,0,1,12683.9,-7175.38,32.1155,5.46288,920,0,0,5589,3155,0,0,0,0),(94370,25132,530,1,1,0,1,12663.1,-7197.13,32.1156,4.31096,920,0,0,5589,3155,0,0,0,0),(94369,25132,530,1,1,0,1,12639.6,-7209.45,32.1155,0.296706,920,0,0,5589,3155,0,0,0,0),(94368,25132,530,1,1,0,1,12654,-7187.21,32.1156,5.49779,920,0,0,5589,3155,0,0,0,0),(94367,25132,530,1,1,0,1,12654.7,-7163.87,32.0938,0.221469,920,0,0,5589,3155,0,0,0,0),(94366,25132,530,1,1,0,1,12680.8,-7190.65,32.1155,0.593412,920,0,0,5589,3155,0,0,0,0),(94365,25132,530,1,1,0,1,12650.4,-7227.82,32.1155,4.36332,920,0,0,5589,3155,0,0,0,0),(94364,25158,530,1,1,22711,0,12221.2,-7096.87,24.4145,3.28266,12660,0,0,7580000,0,0,0,0,0),(94363,25160,530,1,1,22965,0,12164.9,-7066.29,72.0305,1.32201,12660,0,0,424900,3387,0,0,0,0),(94362,24991,530,1,1,20559,0,12915.4,-6646.39,10.7231,0.993928,180,0,0,57,0,0,0,0,0),(94361,25091,530,1,1,21072,0,13317.5,-6988.85,4.13809,3.11521,180,0,0,57,0,0,0,0,0),(94360,25090,530,1,1,0,0,13200.6,-7048.38,3.82285,3.17961,180,0,0,57,0,0,0,0,0),(94359,25092,530,1,1,0,0,13272.2,-7144.51,4.93783,3.72311,180,0,0,57,0,0,0,0,0),(94358,25049,530,1,1,0,0,12691.2,-6650.54,4.31934,3.07149,425,0,0,6761,0,0,0,0,0),(94357,25049,530,1,1,0,0,12690.4,-6647.67,4.46614,3.52309,425,0,0,6761,0,0,0,0,0),(94356,25049,530,1,1,0,0,12689,-6644.74,4.60986,3.55058,425,0,0,6761,0,0,0,0,0),(94355,25049,530,1,1,0,0,12689.1,-6653.9,4.27622,2.54134,450,0,0,6761,0,0,0,0,0),(94354,25027,530,1,1,0,0,12216.1,-6753.44,4.46701,6.21892,250,0,0,6761,0,0,0,0,0),(94353,25027,530,1,1,0,0,12041.9,-6811.55,2.31816,2.02804,250,0,0,6761,0,0,0,0,0),(94352,25027,530,1,1,0,0,11879.9,-6900.78,7.64539,0.801244,250,0,0,6761,0,0,0,0,0),(94351,25027,530,1,1,0,0,11667.1,-6938.93,9.42426,2.59981,250,0,0,6761,0,0,0,0,0),(94350,25027,530,1,1,0,0,11583.2,-6960.08,7.47485,5.28272,250,0,0,6761,0,0,0,0,0),(94349,25027,530,1,1,0,0,11684,-7220.82,5.47795,3.37735,250,0,0,6761,0,0,0,0,0),(94348,25027,530,1,1,0,0,11835.8,-7240.97,1.81198,5.07695,250,0,0,6761,0,0,0,0,0),(94347,25027,530,1,1,0,0,11620.3,-7104.92,3.18779,2.70506,250,0,0,6761,0,0,0,0,0),(94346,25027,530,1,1,0,0,11653.3,-7090,10.4912,3.05456,250,0,0,6761,0,0,0,0,0),(94345,25027,530,1,1,0,0,11648.1,-7051.55,6.70706,3.68995,250,0,0,6761,0,0,0,0,0),(94344,25027,530,1,1,0,0,11634.2,-7020.59,4.10396,3.98211,250,0,0,6761,0,0,0,0,0),(94343,25027,530,1,1,0,0,11680.7,-7025.95,15.0012,4.2303,250,0,0,6761,0,0,0,0,0),(94342,25027,530,1,1,0,0,11691.6,-7054.25,18.0676,2.71919,250,0,0,6761,0,0,0,0,0),(94341,25027,530,1,1,0,0,11709.9,-7090.31,21.0734,3.06791,250,0,0,6761,0,0,0,0,0),(94340,25027,530,1,1,0,0,11802.3,-7035.26,24.996,4.14548,250,0,0,6761,0,0,0,0,0),(94339,25027,530,1,1,0,0,11800.7,-7055.26,24.9745,3.75356,250,0,0,6761,0,0,0,0,0),(94338,25027,530,1,1,0,0,11796.5,-7071.92,26.267,2.9179,250,0,0,6761,0,0,0,0,0),(94337,25027,530,1,1,0,0,11805.1,-7086.47,25.9899,2.47808,250,0,0,6761,0,0,0,0,0),(94336,25027,530,1,1,0,0,11850.3,-7098.35,28.5336,2.40111,250,0,0,6761,0,0,0,0,0),(94335,25027,530,1,1,0,0,11863,-7074.91,27.6166,2.65558,250,0,0,6761,0,0,0,0,0),(94334,25027,530,1,1,0,0,11865.7,-7058.24,25.7891,3.05142,250,0,0,6761,0,0,0,0,0),(94333,25027,530,1,1,0,0,11865,-7033.55,25.7658,3.79912,250,0,0,6761,0,0,0,0,0),(94332,25027,530,1,1,0,0,11919.9,-7050.33,30.6959,4.2248,250,0,0,6761,0,0,0,0,0),(94331,25027,530,1,1,0,0,11928.5,-7056.43,32.2871,3.47082,250,0,0,6761,0,0,0,0,0),(94330,25027,530,1,1,0,0,11992.8,-7070.29,38.0136,5.66915,250,0,0,6761,0,0,0,0,0),(94329,25027,530,1,1,0,0,12021.1,-7068.54,34.982,1.53874,250,0,0,6761,0,0,0,0,0),(94328,25027,530,1,1,0,0,12110.9,-7102.05,27.7219,0.948905,250,0,0,6761,0,0,0,0,0),(94327,25027,530,1,1,0,0,12106.7,-7073.89,29.4297,0.986605,250,0,0,6761,0,0,0,0,0),(94326,6491,530,1,4294967295,0,0,12843.1,-6850.85,12.8124,5.87178,60,0,0,4120,0,0,0,0,0),(94325,24976,530,1,1,0,1,12691.8,-6648.18,4.38754,6.19757,700,0,0,5589,3155,2,0,0,0),(94324,24976,530,1,1,0,1,12694.5,-6790.08,7.08134,2.85578,700,0,0,5589,3155,0,0,0,0),(94323,24976,530,1,1,0,1,12706,-6808.94,7.08167,4.58681,700,0,0,5589,3155,0,0,0,0),(94322,24976,530,1,1,0,1,12724.6,-6797.18,7.08191,5.64003,700,0,0,5589,3155,0,0,0,0),(94321,24976,530,1,1,0,1,12712.9,-6778.41,7.08046,1.1397,700,0,0,5589,3155,0,0,0,0),(94320,24976,530,1,1,0,1,12748.7,-6698.04,2.72258,3.75404,700,0,0,5589,3155,0,0,0,0),(94319,24976,530,1,1,0,1,12762.1,-6726.29,2.71863,3.28396,700,0,0,5589,3155,0,0,0,0),(94318,24976,530,1,1,0,1,12812.5,-6745.93,0.461605,3.91325,700,0,0,5589,3155,0,0,0,0),(94317,24976,530,1,1,0,1,12776.3,-6732.34,2.28927,0.308268,700,0,0,5589,3155,0,0,0,0),(94316,24976,530,1,1,0,1,12799.8,-6720.97,2.28866,3.76559,700,0,0,5589,3155,0,0,0,0),(94315,24976,530,1,1,0,1,12818.3,-6698.67,2.67482,3.84743,700,0,0,5589,3155,0,0,0,0),(94314,24976,530,1,1,0,1,12805.5,-6671.8,2.67589,3.76498,700,0,0,5589,3155,0,0,0,0),(94313,24976,530,1,1,0,1,12775.7,-6672.63,2.28771,3.49952,700,0,0,5589,3155,0,0,0,0),(94312,24976,530,1,1,0,1,12753.2,-6682.36,2.28874,0.498508,700,0,0,5589,3155,0,0,0,0),(94311,24976,530,1,1,0,1,12670.1,-6646.14,7.02252,5.19382,700,0,0,5589,3155,0,0,0,0),(94310,24976,530,1,1,0,1,12676.1,-6643.3,7.0243,5.30614,700,0,0,5589,3155,0,0,0,0),(94309,24976,530,1,1,0,1,12689.2,-6627.58,4.6838,6.2007,700,0,0,5589,3155,2,0,0,0),(94308,24976,530,1,1,0,1,12699,-6683.05,2.54011,4.49639,700,0,0,5589,3155,0,0,0,0),(94307,24976,530,1,1,0,1,12698.5,-6686.15,3.19096,1.3705,700,0,0,5589,3155,0,0,0,0),(94306,24976,530,1,1,0,1,12690.6,-6686.43,3.89516,2.80385,700,0,0,5589,3155,2,0,0,0),(94305,24976,530,1,1,0,1,12684.6,-6698.61,3.82967,1.11446,700,0,0,5589,3155,0,0,0,0),(94304,24976,530,1,1,0,1,12686.7,-6694.69,3.97621,4.12646,700,0,0,5589,3155,0,0,0,0),(94303,24976,530,1,1,0,1,12668.8,-6685.63,4.89474,0.96366,700,0,0,5589,3155,0,0,0,0),(94302,24976,530,1,1,0,1,12670.8,-6682.64,4.77111,3.94188,700,0,0,5589,3155,0,0,0,0),(94301,24976,530,1,1,0,1,12626.7,-6697,7.41318,6.23325,700,0,0,5589,3155,0,0,0,0),(94300,24976,530,1,1,0,1,12626.8,-6702.56,7.40842,0.12207,700,0,0,5589,3155,0,0,0,0),(94299,24978,530,1,1,0,1,12730.4,-6832.68,6.05992,2.18295,600,0,0,5589,3155,0,0,0,0),(94298,24978,530,1,1,0,1,12717.5,-6787.1,7.03369,3.90926,600,0,0,5589,3155,0,0,0,0),(94297,24978,530,1,1,0,1,12701.7,-6800.56,7.03341,0.97894,600,0,0,5589,3155,0,0,0,0),(94296,24978,530,1,1,0,1,12716.4,-6801.53,7.03396,2.45627,600,0,0,5589,3155,0,0,0,0),(94295,24978,530,1,1,0,1,12702.9,-6786.36,7.03549,5.40937,600,0,0,5589,3155,0,0,0,0),(94294,24978,530,1,1,0,1,12670.2,-6812.42,5.5193,6.26546,600,0,0,5589,3155,0,0,0,0),(94293,24978,530,1,1,0,1,12838,-6722.7,1.03416,5.75338,600,0,0,5589,3155,0,0,0,0),(94292,24978,530,1,1,0,1,12820.6,-6760.14,1.39103,3.58568,600,0,0,5589,3155,0,0,0,0),(94291,24978,530,1,1,0,1,12764,-6795.94,6.09497,3.19691,600,0,0,5589,3155,0,0,0,0),(94290,24978,530,1,1,0,1,12775.1,-6774.4,2.69635,4.25719,600,0,0,5589,3155,0,0,0,0),(94289,24978,530,1,1,0,1,12781.5,-6754.72,1.64079,5.09757,600,0,0,5589,3155,0,0,0,0),(94288,24978,530,1,1,0,1,12759.5,-6696.21,18.7513,5.18789,600,0,0,5589,3155,0,0,0,0),(94287,24978,530,1,1,0,1,12782.6,-6686.01,18.7504,5.17611,600,0,0,5589,3155,0,0,0,0),(94286,24978,530,1,1,0,1,12770,-6718.51,18.7513,1.96384,600,0,0,5589,3155,0,0,0,0),(94285,24978,530,1,1,0,1,12793,-6707.21,18.7516,2.0306,600,0,0,5589,3155,0,0,0,0),(94284,24978,530,1,1,0,1,12826.2,-6683.58,5.00234,2.88668,600,0,0,5589,3155,0,0,0,0),(94283,24978,530,1,1,0,1,12822.7,-6674.9,5.00234,4.01765,600,0,0,5589,3155,0,0,0,0),(94282,24978,530,1,1,0,1,12772.4,-6712.68,2.27262,1.10697,600,0,0,5589,3155,0,0,0,0),(94281,24978,530,1,1,0,1,12786.9,-6705.36,2.26545,2.6542,600,0,0,5589,3155,0,0,0,0),(94280,24978,530,1,1,0,1,12780.9,-6691.22,2.2614,4.33103,600,0,0,5589,3155,0,0,0,0),(94279,24978,530,1,1,0,1,12766.2,-6696.76,2.27275,5.89004,600,0,0,5589,3155,0,0,0,0),(94278,24978,530,1,1,0,1,12736.2,-6744.13,0.319372,0.65929,600,0,0,5589,3155,0,0,0,0),(94277,24978,530,1,1,0,1,12720.1,-6707,0.325278,5.7958,600,0,0,5589,3155,0,0,0,0),(94276,24978,530,1,1,0,1,12664.2,-6628.15,7.01759,5.22403,600,0,0,5589,3155,0,0,0,0),(94275,24978,530,1,1,0,1,12604.6,-6673.48,5.011,2.22381,600,0,0,5589,3155,0,0,0,0),(94274,24978,530,1,1,0,1,12614.6,-6632.94,4.908,2.42408,600,0,0,5589,3155,0,0,0,0),(94273,24978,530,1,1,0,1,12624.3,-6642.6,5.645,5.85235,600,0,0,5589,3155,0,0,0,0),(94272,24978,530,1,1,0,1,12593.9,-6665.05,5.446,5.39682,600,0,0,5589,3155,0,0,0,0),(94271,24978,530,1,1,0,1,12637,-6681.78,4.71687,2.12564,600,0,0,5589,3155,0,0,0,0),(94270,24978,530,1,1,0,1,12650.3,-6671.85,4.57117,5.96231,600,0,0,5589,3155,0,0,0,0),(94269,24978,530,1,1,0,1,12640.9,-6732.42,5.08842,2.66364,600,0,0,5589,3155,0,0,0,0),(94268,24978,530,1,1,0,1,12617.9,-6724.08,5.5832,6.11546,600,0,0,5589,3155,0,0,0,0),(94267,24978,530,1,1,0,1,12601.9,-6696.23,7.36708,5.89006,600,0,0,5589,3155,0,0,0,0),(94266,24978,530,1,1,0,1,12601.8,-6704.28,7.36639,0.524215,600,0,0,5589,3155,0,0,0,0),(94265,24978,530,1,1,0,1,12667.9,-6729.69,4.53948,1.57979,600,0,0,5589,3155,0,0,0,0),(94264,24978,530,1,1,0,1,12666.9,-6632.91,22.9112,2.28037,600,0,0,5589,3155,0,0,0,0),(94263,24979,530,1,1,0,1,12661.7,-6647.33,22.9033,4.69233,700,0,0,5589,3155,0,0,0,0),(94262,24979,530,1,1,0,1,12680.4,-6636.73,22.9025,5.9961,700,0,0,5589,3155,0,0,0,0),(94261,24979,530,1,1,0,1,12688.4,-6624.05,22.9022,5.62303,700,0,0,5589,3155,0,0,0,0),(94260,24979,530,1,1,0,1,12646.4,-6647.75,22.9036,4.99393,700,0,0,5589,3155,0,0,0,0),(94259,24979,530,1,1,0,1,12692.8,-6655.74,3.91284,0.026384,700,0,0,5589,3155,2,0,0,0),(94258,24979,530,1,1,0,1,12660.7,-6596.05,4.56759,5.20923,700,0,0,5589,3155,0,0,0,0),(94257,24979,530,1,1,0,1,12666.4,-6592.96,5.02305,4.87543,700,0,0,5589,3155,0,0,0,0),(94256,24979,530,1,1,0,1,12675,-6591.64,5.38248,4.51965,700,0,0,5589,3155,0,0,0,0),(94255,24979,530,1,1,0,1,12682.2,-6592.91,5.41698,4.24397,700,0,0,5589,3155,0,0,0,0),(94254,24979,530,1,1,0,1,12796,-6737.25,18.8756,5.38358,700,0,0,5589,3155,0,0,0,0),(94253,24979,530,1,1,0,1,12761.7,-6663.98,18.8759,1.865,700,0,0,5589,3155,0,0,0,0),(94252,24979,530,1,1,0,1,12761.7,-6649.4,-0.789808,0.0860729,700,0,0,5589,3155,0,0,0,0),(94251,24979,530,1,1,0,1,12706.6,-6741.57,4.11793,3.68712,700,0,0,5589,3155,0,0,0,0),(94250,24979,530,1,1,0,1,12707.7,-6747.59,4.15349,3.64,700,0,0,5589,3155,0,0,0,0),(94249,24979,530,1,1,0,1,12709.2,-6754.35,4.34263,3.48685,700,0,0,5589,3155,0,0,0,0),(94248,25225,530,1,1,0,0,12735.7,-6630.99,2.32646,3.12085,90,0,0,2097,0,0,0,0,0),(94247,25225,530,1,1,0,0,12733.2,-6645.98,1.12147,3.1719,90,0,0,2097,0,0,0,0,0),(94246,5202,530,1,1,0,0,12685.1,-6753.48,5.03629,0.442888,180,0,0,42,0,0,0,0,0),(94245,5202,530,1,1,0,0,12671.4,-6613.1,5.18267,1.22098,180,0,0,42,0,0,0,0,0),(94244,5202,530,1,1,0,0,12675.9,-6612.5,5.29466,1.67965,180,0,0,42,0,0,0,0,0),(94243,5202,530,1,1,0,0,12679.4,-6612.92,5.32855,1.7739,180,0,0,42,0,0,0,0,0),(94242,5202,530,1,1,0,0,12686.8,-6758.03,5.11337,0.431894,180,0,0,42,0,0,0,0,0),(94241,5202,530,1,1,0,0,12689.3,-6762.36,4.98655,0.459904,180,0,0,42,0,0,0,0,0),(94240,25028,530,1,1,0,0,11577.5,-7009.4,0.701381,5.6248,250,4,0,6761,0,1,0,0,0),(94239,25028,530,1,1,0,0,11546.3,-7000.11,6.91098,5.94681,250,4,0,6761,0,1,0,0,0),(94238,25028,530,1,1,0,0,11841.1,-6985.97,27.9641,0.802462,250,4,0,6761,0,1,0,0,0),(94237,25028,530,1,1,0,0,11828,-6989.72,28.1304,0.00528288,250,4,0,6761,0,1,0,0,0),(94236,25028,530,1,1,0,0,11769.9,-6978.49,26.5486,6.00965,250,4,0,6761,0,1,0,0,0),(94235,25028,530,1,1,0,0,11791.3,-7122.6,66.8166,0.146655,250,4,0,6761,0,1,0,0,0),(94234,25028,530,1,1,0,0,11784.4,-7123.62,66.8166,0.146655,250,4,0,6761,0,1,0,0,0),(94233,25028,530,1,1,0,0,11777.4,-7124.65,66.8166,0.146655,250,4,0,6761,0,1,0,0,0),(94232,25028,530,1,1,0,0,11772.8,-7125.33,66.8166,0.170217,250,4,0,6761,0,1,0,0,0),(94231,25028,530,1,1,0,0,11791.3,-7127.77,66.8166,0.62182,250,4,0,6761,0,1,0,0,0),(94230,25028,530,1,1,0,0,11786.7,-7128.23,66.8166,0.0995304,250,4,0,6761,0,1,0,0,0),(94229,25028,530,1,1,0,0,11779.8,-7128.92,66.8166,0.0995304,250,4,0,6761,0,1,0,0,0),(94228,25028,530,1,1,0,0,11775.1,-7129.39,66.8166,0.00920963,250,4,0,6761,0,1,0,0,0),(94227,25028,530,1,1,0,0,11790.9,-7132.92,66.8166,0.0641885,250,4,0,6761,0,1,0,0,0),(94226,25028,530,1,1,0,0,11788.6,-7133.06,66.8166,6.27669,250,4,0,6761,0,1,0,0,0),(94225,25028,530,1,1,0,0,11781.6,-7133.96,66.8166,0.162364,250,4,0,6761,0,1,0,0,0),(94224,25028,530,1,1,0,0,11775.8,-7134.13,66.8166,6.27669,250,4,0,6761,0,1,0,0,0),(94223,25028,530,1,1,0,0,12065.2,-7054.52,35.0453,1.34046,250,4,0,6761,0,1,0,0,0),(94222,25028,530,1,1,0,0,12058.6,-7076.96,34.5177,0.213413,250,4,0,6761,0,1,0,0,0),(94221,25028,530,1,1,0,0,11885.4,-7036.03,28.8217,6.11176,250,4,0,6761,0,1,0,0,0),(94220,25028,530,1,1,0,0,11867.1,-7038.26,26.3575,0.37835,250,4,0,6761,0,1,0,0,0),(94219,25028,530,1,1,0,0,11852.7,-7054.89,25.9019,1.16768,250,4,0,6761,0,1,0,0,0),(94218,25028,530,1,1,0,0,11839.1,-7076.4,27.6426,5.62874,250,4,0,6761,0,1,0,0,0),(94217,25028,530,1,1,0,0,11826.6,-7066.04,25.5344,5.89185,250,4,0,6761,0,1,0,0,0),(94216,25028,530,1,1,0,0,11742.4,-7086.28,24.888,2.50286,250,4,0,6761,0,1,0,0,0),(94215,25028,530,1,1,0,0,11857,-7170.42,29.4202,5.01613,250,4,0,6761,0,1,0,0,0),(94214,25028,530,1,1,0,0,11828.8,-7156.63,28.3188,5.76619,250,4,0,6761,0,1,0,0,0),(94213,25028,530,1,1,0,0,11778.8,-7150.09,28.2676,0.413696,250,4,0,6761,0,1,0,0,0),(94212,25028,530,1,1,0,0,11736.1,-7153.78,28.5588,6.09213,250,4,0,6761,0,1,0,0,0),(94211,25028,530,1,1,0,0,11709.2,-7146.72,26.4529,0.445112,250,4,0,6761,0,1,0,0,0),(94210,25028,530,1,1,0,0,11745.6,-7185.94,6.7963,3.09583,250,4,0,6761,0,1,0,0,0),(94209,25028,530,1,1,0,0,11840.1,-7196.06,9.91402,5.29102,250,4,0,6761,0,1,0,0,0),(94208,25028,530,1,1,0,0,11824.4,-7183.04,10.0349,5.87221,250,4,0,6761,0,1,0,0,0),(94207,25028,530,1,1,0,0,11785.3,-7179.01,9.7016,6.26491,250,4,0,6761,0,1,0,0,0),(94206,25028,530,1,1,0,0,11762.3,-7182.23,5.9203,0.174147,250,4,0,6761,0,1,0,0,0),(94205,25028,530,1,1,0,0,11602.6,-7131.55,6.12904,5.00042,250,4,0,6761,0,1,0,0,0),(94204,25028,530,1,1,0,0,11589.4,-7124.32,1.32514,5.87221,250,4,0,6761,0,1,0,0,0),(94203,25028,530,1,1,0,0,11586.8,-7116.88,0.635812,4.57631,250,4,0,6761,0,1,0,0,0),(94202,25028,530,1,1,0,0,11599.6,-7106.68,-0.292655,4.13648,250,4,0,6761,0,1,0,0,0),(94201,25028,530,1,1,0,0,11609.6,-7090.19,0.706613,0.680731,250,4,0,6761,0,1,0,0,0),(94200,25028,530,1,1,0,0,11658.7,-7076.3,11.2887,4.17575,250,4,0,6761,0,1,0,0,0),(94199,25028,530,1,1,0,0,11666.1,-7067.34,12.4642,3.66132,250,4,0,6761,0,1,0,0,0),(94197,25028,530,1,1,0,0,11692.6,-7043.17,18.6606,4.00297,250,4,0,6761,0,1,0,0,0),(94195,25028,530,1,1,0,0,11706,-7026.97,21.1193,4.94937,250,4,0,6761,0,1,0,0,0),(94194,25028,530,1,1,0,0,11703.5,-7018.08,20.0001,5.92326,250,4,0,6761,0,1,0,0,0),(94193,25028,530,1,1,0,0,11693.8,-7014.31,16.7984,5.60518,250,4,0,6761,0,1,0,0,0),(94192,25028,530,1,1,0,0,11681.5,-7000.25,16.4063,5.55412,250,4,0,6761,0,1,0,0,0),(94191,25028,530,1,1,0,0,11656,-6997.67,13.4677,6.27276,250,4,0,6761,0,1,0,0,0),(94190,25028,530,1,1,0,0,11630.7,-7008.88,7.90234,0.629677,250,4,0,6761,0,1,0,0,0),(94189,25028,530,1,1,0,0,11665.3,-7033.33,11.4882,5.35385,250,4,0,6761,0,1,0,0,0),(94188,25028,530,1,1,0,0,11661.2,-7027.77,10.7442,0.594333,250,4,0,6761,0,1,0,0,0),(94187,25028,530,1,1,0,0,11663.5,-7040.4,11.4449,0.947762,250,4,0,6761,0,1,0,0,0),(94186,25028,530,1,1,0,0,11659.1,-7044.35,10.2188,2.31043,250,4,0,6761,0,1,0,0,0),(94185,25028,530,1,1,0,0,11667,-7039.52,12.3736,4.20716,250,4,0,6761,0,1,0,0,0),(94184,25028,530,1,1,0,0,11671.5,-7031.35,13.3447,5.16928,250,4,0,6761,0,1,0,0,0),(94183,25028,530,1,1,0,0,11658.5,-7035.75,10.007,6.24134,250,4,0,6761,0,1,0,0,0),(94182,25028,530,1,1,0,0,11637.7,-7038.04,5.45243,1.37973,250,4,0,6761,0,1,0,0,0),(94181,25028,530,1,1,0,0,11650.4,-7061.36,6.68844,1.28548,250,4,0,6761,0,1,0,0,0),(94180,25028,530,1,1,0,0,11637.3,-7079.45,4.27198,3.69273,250,4,0,6761,0,1,0,0,0),(94179,25028,530,1,1,0,0,11638.1,-7073.09,3.74414,0.519715,250,4,0,6761,0,1,0,0,0),(94177,25028,530,1,1,0,0,11629.1,-7068.99,2.40853,2.35362,250,4,0,6761,0,1,0,0,0),(94176,25028,530,1,1,0,0,11634.4,-7075.11,3.45872,2.85235,250,4,0,6761,0,1,0,0,0),(94175,25028,530,1,1,0,0,11641.2,-7076.84,4.91647,3.6456,250,4,0,6761,0,1,0,0,0),(94174,25028,530,1,1,0,0,11636.5,-7071.64,3.33639,0.0877462,250,4,0,6761,0,1,0,0,0),(94173,25028,530,1,1,0,0,11628.5,-7072.39,2.74036,0.621817,250,4,0,6761,0,1,0,0,0),(94172,25028,530,1,1,0,0,11631.5,-7080.01,3.51235,1.45041,250,4,0,6761,0,1,0,0,0),(94171,25028,530,1,1,0,0,11631,-7118.33,6.94662,4.33282,250,4,0,6761,0,1,0,0,0),(94170,25028,530,1,1,0,0,11636.6,-7120.03,8.10461,2.84057,250,4,0,6761,0,1,0,0,0),(94169,25028,530,1,1,0,0,11643.3,-7122.13,9.2821,2.07873,250,4,0,6761,0,1,0,0,0),(94166,25028,530,1,1,0,0,11638.2,-7117.36,8.12915,3.13117,250,4,0,6761,0,1,0,0,0),(94165,25028,530,1,1,0,0,11640,-7124.06,8.89896,1.07735,250,4,0,6761,0,1,0,0,0),(94164,25028,530,1,1,0,0,11636.5,-7128.56,7.78726,6.25705,250,4,0,6761,0,1,0,0,0),(94163,25028,530,1,1,0,0,11634.2,-7121.98,7.82697,4.31319,250,4,0,6761,0,1,0,0,0),(94162,25028,530,1,1,0,0,11638.1,-7114.81,7.84212,4.25822,250,4,0,6761,0,1,0,0,0),(94161,25028,530,1,1,0,0,11655.2,-7098.12,10.6854,3.70451,250,4,0,6761,0,1,0,0,0),(94160,25028,530,1,1,0,0,11662,-7093.63,12.1011,6.07641,250,4,0,6761,0,1,0,0,0),(94159,25028,530,1,1,0,0,11653.3,-7096.68,10.4227,0.759267,250,4,0,6761,0,1,0,0,0),(94158,25028,530,1,1,0,0,11648,-7101.2,9.19327,2.11408,250,4,0,6761,0,1,0,0,0),(94157,25028,530,1,1,0,0,11650.4,-7109.11,9.58227,2.26723,250,4,0,6761,0,1,0,0,0),(94156,25028,530,1,1,0,0,11658.9,-7105.41,11.1334,4.14041,250,4,0,6761,0,1,0,0,0),(94155,25028,530,1,1,0,0,11660.2,-7098.61,11.4496,3.65739,250,4,0,6761,0,1,0,0,0),(94154,25028,530,1,1,0,0,11672.5,-7091.64,13.6588,3.5278,250,4,0,6761,0,1,0,0,0),(94153,25028,530,1,1,0,0,11679.4,-7096.1,14.5509,2.98587,250,4,0,6761,0,1,0,0,0),(94152,25028,530,1,1,0,0,11689.8,-7098.1,16.2818,4.1247,250,4,0,6761,0,1,0,0,0),(94151,25028,530,1,1,0,0,11686.7,-7090.93,15.7985,6.13532,250,4,0,6761,0,1,0,0,0),(94150,25028,530,1,1,0,0,11677.3,-7090.68,14.0569,0.790681,250,4,0,6761,0,1,0,0,0),(94149,25028,530,1,1,0,0,11675,-7098.55,13.8775,1.89024,250,4,0,6761,0,1,0,0,0),(94148,25028,530,1,1,0,0,11687.8,-7098.4,16.1647,2.68742,250,4,0,6761,0,1,0,0,0),(94147,25028,530,1,1,0,0,11726.9,-7073.09,24.6411,4.95329,250,4,0,6761,0,1,0,0,0),(94146,25028,530,1,1,0,0,11727.3,-7059.18,24.7135,2.07088,250,4,0,6761,0,1,0,0,0),(94145,25028,530,1,1,0,0,11725.9,-7078.94,25.2402,1.47398,250,4,0,6761,0,1,0,0,0),(94144,25028,530,1,1,0,0,11723,-7090.19,24.6167,1.73709,250,4,0,6761,0,1,0,0,0),(94143,25028,530,1,1,0,0,11736.2,-7094.91,25.0706,4.36032,250,4,0,6761,0,1,0,0,0),(94142,25028,530,1,1,0,0,11732.2,-7073.28,25.2117,4.45457,250,4,0,6761,0,1,0,0,0),(94141,25028,530,1,1,0,0,11753.8,-7059.24,26.0138,1.03808,250,4,0,6761,0,1,0,0,0),(94140,25028,530,1,1,0,0,11744.7,-7077.95,24.4372,1.64284,250,4,0,6761,0,1,0,0,0),(94139,25028,530,1,1,0,0,11745.9,-7091.89,25.1825,2.40075,250,4,0,6761,0,1,0,0,0),(94138,25028,530,1,1,0,0,11759,-7084.7,23.9929,4.67448,250,4,0,6761,0,1,0,0,0),(94137,25028,530,1,1,0,0,11759.4,-7073.08,23.8028,4.64699,250,4,0,6761,0,1,0,0,0),(94136,25028,530,1,1,0,0,11766.9,-7051.36,25.0756,3.80661,250,4,0,6761,0,1,0,0,0),(94135,25028,530,1,1,0,0,11773.7,-7059.19,24.6661,1.45827,250,4,0,6761,0,1,0,0,0),(94134,25028,530,1,1,0,0,11772.4,-7070.81,24.17,2.37326,250,4,0,6761,0,1,0,0,0),(94133,25028,530,1,1,0,0,11780.4,-7079.23,25.4105,2.34577,250,4,0,6761,0,1,0,0,0),(94132,25028,530,1,1,0,0,11788,-7076.17,25.8581,4.74124,250,4,0,6761,0,1,0,0,0),(94131,25028,530,1,1,0,0,11786.5,-7069.33,25.7913,3.42962,250,4,0,6761,0,1,0,0,0),(94130,25028,530,1,1,0,0,11812,-7079.91,26.8844,5.62088,250,4,0,6761,0,1,0,0,0),(94129,25028,530,1,1,0,0,11798.9,-7066.96,25.4191,5.12608,250,4,0,6761,0,1,0,0,0),(94128,25028,530,1,1,0,0,11810.1,-7044.25,23.2578,3.9794,250,4,0,6761,0,1,0,0,0),(94127,25028,530,1,1,0,0,11819.2,-7035.25,22.9764,3.20971,250,4,0,6761,0,1,0,0,0),(94126,25028,530,1,1,0,0,11832.8,-7043.87,23.9972,1.77243,250,4,0,6761,0,1,0,0,0),(94125,25028,530,1,1,0,0,11825.6,-7080.94,27.6912,2.05125,250,4,0,6761,0,1,0,0,0),(94124,25028,530,1,1,0,0,11832.5,-7090.27,28.1429,3.60241,250,4,0,6761,0,1,0,0,0),(94123,25028,530,1,1,0,0,11863.9,-7088.22,29.2451,3.43748,250,4,0,6761,0,1,0,0,0),(94121,25028,530,1,1,0,0,11869.5,-7086.52,28.7933,5.00042,250,4,0,6761,0,1,0,0,0),(94120,25028,530,1,1,0,0,11867,-7077.53,27.8645,5.08289,250,4,0,6761,0,1,0,0,0),(94119,25028,530,1,1,0,0,11863.2,-7071.73,27.1758,6.23349,250,4,0,6761,0,1,0,0,0),(94118,25028,530,1,1,0,0,11857.5,-7077.16,28.5833,1.50147,250,4,0,6761,0,1,0,0,0),(94117,25028,530,1,1,0,0,11862.5,-7083.56,29.8636,3.50816,250,4,0,6761,0,1,0,0,0),(94116,25028,530,1,1,0,0,11874.2,-7078.31,29.125,3.95191,250,4,0,6761,0,1,0,0,0),(94115,25028,530,1,1,0,0,11882.8,-7058.46,26.2301,3.68488,250,4,0,6761,0,1,0,0,0),(94114,25028,530,1,1,0,0,11905.9,-7048.15,29.4801,2.28294,250,4,0,6761,0,1,0,0,0),(94113,25028,530,1,1,0,0,11909.7,-7052.56,28.5497,4.61165,250,4,0,6761,0,1,0,0,0),(94112,25028,530,1,1,0,0,11905.5,-7053.97,28.4391,0.158439,250,4,0,6761,0,1,0,0,0),(94111,25028,530,1,1,0,0,11897.4,-7055.25,27.6059,0.900641,250,4,0,6761,0,1,0,0,0),(94110,25028,530,1,1,0,0,11893.7,-7061.16,27.7986,2.12979,250,4,0,6761,0,1,0,0,0),(94109,25028,530,1,1,0,0,11904.1,-7062.58,26.8451,3.00551,250,4,0,6761,0,1,0,0,0),(94108,25028,530,1,1,0,0,11910.9,-7063.95,28.2988,2.68742,250,4,0,6761,0,1,0,0,0),(94107,25028,530,1,1,0,0,11940.3,-7080.91,31.4697,0.452964,250,4,0,6761,0,1,0,0,0),(94106,25028,530,1,1,0,0,11931,-7076.18,31.3614,2.45966,250,4,0,6761,0,1,0,0,0),(94105,25028,530,1,1,0,0,11940.2,-7075.12,32.619,1.83919,250,4,0,6761,0,1,0,0,0),(94104,25028,530,1,1,0,0,11941.3,-7084.33,31.1251,0.0445566,250,4,0,6761,0,1,0,0,0),(94103,25028,530,1,1,0,0,11935.1,-7077.29,31.623,4.8669,250,4,0,6761,0,1,0,0,0),(94102,25028,530,1,1,0,0,11934,-7066.87,32.9442,4.87083,250,4,0,6761,0,1,0,0,0),(94101,25028,530,1,1,0,0,11932,-7052.02,33.0531,3.0762,250,4,0,6761,0,1,0,0,0),(94100,25028,530,1,1,0,0,11943.2,-7064.56,34.6727,1.96486,250,4,0,6761,0,1,0,0,0),(94099,25028,530,1,1,0,0,11948.9,-7077.41,33.4396,3.86552,250,4,0,6761,0,1,0,0,0),(94098,25028,530,1,1,0,0,11965.3,-7068.54,36.5758,2.80524,250,4,0,6761,0,1,0,0,0),(94097,25028,530,1,1,0,0,11978.8,-7072.58,37.74,3.18223,250,4,0,6761,0,1,0,0,0),(94096,25028,530,1,1,0,0,12004.8,-7084.14,37.7587,2.47144,250,4,0,6761,0,1,0,0,0),(94095,25028,530,1,1,0,0,12010,-7088.69,37.636,0.390137,250,4,0,6761,0,1,0,0,0),(94094,25028,530,1,1,0,0,11998.4,-7088.8,37.9005,5.84866,250,4,0,6761,0,1,0,0,0),(94093,25028,530,1,1,0,0,12000,-7080.89,38.1275,4.7059,250,4,0,6761,0,1,0,0,0),(94092,25028,530,1,1,0,0,12003.9,-7056.98,36.3579,3.21757,250,4,0,6761,0,1,0,0,0),(94091,25028,530,1,1,0,0,12007.2,-7060.33,36.0737,0.0367103,250,4,0,6761,0,1,0,0,0),(94090,25028,530,1,1,0,0,11998.3,-7057.52,36.628,5.04362,250,4,0,6761,0,1,0,0,0),(94089,25028,530,1,1,0,0,12003.3,-7046.01,37.6835,3.39822,250,4,0,6761,0,1,0,0,0),(94088,25028,530,1,1,0,0,12008.9,-7055.21,36.2704,3.09584,250,4,0,6761,0,1,0,0,0),(94087,25028,530,1,1,0,0,12057.3,-7060.05,34.2542,0.519732,250,4,0,6761,0,1,0,0,0),(94086,25028,530,1,1,0,0,12046.1,-7066.45,33.314,1.96094,250,4,0,6761,0,1,0,0,0),(94085,25028,530,1,1,0,0,12055.8,-7091.44,34.5041,0.751424,250,4,0,6761,0,1,0,0,0),(94084,25028,530,1,1,0,0,12042.5,-7087.15,35.5152,5.90364,250,4,0,6761,0,1,0,0,0),(94083,25028,530,1,1,0,0,12034.5,-7082.5,35.1996,5.59733,250,4,0,6761,0,1,0,0,0),(94082,25028,530,1,1,0,0,12032.2,-7071.28,33.9069,4.76874,250,4,0,6761,0,1,0,0,0),(94081,25028,530,1,1,0,0,12040.1,-7063.01,33.0841,3.28041,250,4,0,6761,0,1,0,0,0),(94080,25028,530,1,1,0,0,12060.7,-7041.87,38.5643,1.88554,250,4,0,6761,0,1,0,0,0),(94079,25028,530,1,1,0,0,12066.3,-7082.45,34.6702,1.26508,250,4,0,6761,0,1,0,0,0),(94078,25028,530,1,1,0,0,12066.4,-7091.05,35.5074,0.365796,250,4,0,6761,0,1,0,0,0),(94077,25028,530,1,1,0,0,12044.5,-7071.19,73.4503,3.44063,250,4,0,6761,0,1,0,0,0),(94076,25028,530,1,1,0,0,12049.2,-7071.36,73.4534,5.31381,250,4,0,6761,0,1,0,0,0),(94075,25028,530,1,1,0,0,12044.8,-7063.21,73.1162,1.15905,250,4,0,6761,0,1,0,0,0),(94074,25028,530,1,1,0,0,12042,-7069.62,73.4536,2.04812,250,4,0,6761,0,1,0,0,0),(94073,25028,530,1,1,0,0,12046.3,-7077.95,73.4546,2.25861,250,4,0,6761,0,1,0,0,0),(94072,25028,530,1,1,0,0,12046.4,-7083.71,72.6806,1.58631,250,4,0,6761,0,1,0,0,0),(94071,25028,530,1,1,0,0,12110.9,-7060.39,28.7036,6.22801,250,4,0,6761,0,1,0,0,0),(94070,25028,530,1,1,0,0,12100.5,-7057.83,30.6785,2.26567,250,4,0,6761,0,1,0,0,0),(94069,25028,530,1,1,0,0,12100.5,-7069.07,30.5221,2.65916,250,4,0,6761,0,1,0,0,0),(94068,25028,530,1,1,0,0,12120,-7049.18,28.7001,2.45888,250,4,0,6761,0,1,0,0,0),(94067,25028,530,1,1,0,0,12121.2,-7060.87,27.7496,1.67662,250,4,0,6761,0,1,0,0,0),(94066,25028,530,1,1,0,0,12111.6,-7078.67,28.4515,5.78661,250,4,0,6761,0,1,0,0,0),(94065,25028,530,1,1,0,0,12106.1,-7052.51,30.018,4.05795,250,4,0,6761,0,1,0,0,0),(94064,25028,530,1,1,0,0,12113.2,-7043.25,29.4367,3.11547,250,4,0,6761,0,1,0,0,0),(94063,25028,530,1,1,0,0,12124.8,-7043.56,28.4173,2.17613,250,4,0,6761,0,1,0,0,0),(94062,25028,530,1,1,0,0,12131.8,-7054.28,25.4305,1.54703,250,4,0,6761,0,1,0,0,0),(94061,25028,530,1,1,0,0,12128,-7072.59,24.4959,1.36325,250,4,0,6761,0,1,0,0,0),(94060,25028,530,1,1,0,0,12124.6,-7088.48,24.4658,1.36325,250,4,0,6761,0,1,0,0,0),(94059,25028,530,1,1,0,0,12119.2,-7096.03,25.2891,0.945415,250,4,0,6761,0,1,0,0,0),(94058,25028,530,1,1,0,0,12111.4,-7101.15,27.5291,6.02694,250,4,0,6761,0,1,0,0,0),(94057,25028,530,1,1,0,0,12104.6,-7091.6,29.2507,5.31851,250,4,0,6761,0,1,0,0,0),(94056,25028,530,1,1,0,0,12101,-7085.65,30.5565,3.43277,250,4,0,6761,0,1,0,0,0),(94055,25028,530,1,1,0,0,12114.3,-7081.28,27.6969,3.9582,250,4,0,6761,0,1,0,0,0),(94054,25028,530,1,1,0,0,12123,-7071.95,25.9334,4.63679,250,4,0,6761,0,1,0,0,0),(94053,25028,530,1,1,0,0,12124.5,-7052.12,27.5656,4.63679,250,4,0,6761,0,1,0,0,0),(94052,25028,530,1,1,0,0,12240.4,-7166.59,27.5898,2.0167,250,4,0,6761,0,1,0,0,0),(94051,25028,530,1,1,0,0,12244.4,-7174.99,26.6102,2.85236,250,4,0,6761,0,1,0,0,0),(94050,25028,530,1,1,0,0,12251.1,-7176.97,26.734,4.26608,250,4,0,6761,0,1,0,0,0),(94049,25028,530,1,1,0,0,12255.6,-7167.5,28.8693,5.31616,250,4,0,6761,0,1,0,0,0),(94048,25028,530,1,1,0,0,12252.9,-7151.75,30.924,0.56293,250,4,0,6761,0,1,0,0,0),(94047,25028,530,1,1,0,0,12245,-7156.7,29.1814,2.92541,250,4,0,6761,0,1,0,0,0),(94046,25028,530,1,1,0,0,12258.7,-7159.7,30.8322,1.51169,250,4,0,6761,0,1,0,0,0),(94045,25028,530,1,1,0,0,12247.3,-7162.93,28.6691,5.96019,250,4,0,6761,0,1,0,0,0),(94044,25028,530,1,1,0,0,12237.3,-7159.59,27.586,5.96019,250,4,0,6761,0,1,0,0,0),(94043,25028,530,1,1,0,0,12210.1,-7148.82,24.3643,5.97197,250,4,0,6761,0,1,0,0,0),(94042,25028,530,1,1,0,0,12210.2,-7141.58,23.4145,6.18795,250,4,0,6761,0,1,0,0,0),(94041,25028,530,1,1,0,0,12203.6,-7146.43,22.8233,2.20127,250,4,0,6761,0,1,0,0,0),(94040,25028,530,1,1,0,0,12208.4,-7152.99,24.1548,1.67034,250,4,0,6761,0,1,0,0,0),(94039,25028,530,1,1,0,0,12209.3,-7162.25,23.0809,2.7699,250,4,0,6761,0,1,0,0,0),(94038,25028,530,1,1,0,0,12213.7,-7163.96,23.3222,3.97313,250,4,0,6761,0,1,0,0,0),(94037,25028,530,1,1,0,0,12216.2,-7152.64,24.8415,5.26197,250,4,0,6761,0,1,0,0,0),(94036,25028,530,1,1,0,0,12213.2,-7147.68,24.6599,4.79073,250,4,0,6761,0,1,0,0,0),(94035,25028,530,1,1,0,0,12227.3,-7051.33,22.6639,5.29339,250,4,0,6761,0,1,0,0,0),(94033,25028,530,1,1,0,0,12215.8,-7046.37,21.0047,1.84078,250,4,0,6761,0,1,0,0,0),(94034,25028,530,1,1,0,0,12222.2,-7043.49,21.3704,0.423923,250,4,0,6761,0,1,0,0,0),(94031,25028,530,1,1,0,0,12225.8,-7057.7,22.7745,3.776,250,4,0,6761,0,1,0,0,0),(94032,25028,530,1,1,0,0,12217.7,-7053.11,21.2521,2.62618,250,4,0,6761,0,1,0,0,0),(94029,25028,530,1,1,0,0,12222.5,-7047.86,21.5475,5.71437,250,4,0,6761,0,1,0,0,0),(94030,25028,530,1,1,0,0,12231.4,-7053.55,23.8914,5.71437,250,4,0,6761,0,1,0,0,0),(94028,25028,530,1,1,0,0,12206.4,-7032.32,20.1665,1.27216,250,4,0,6761,0,1,0,0,0),(94027,25028,530,1,1,0,0,12204,-7040.02,20.5402,1.27216,250,4,0,6761,0,1,0,0,0),(94026,25028,530,1,1,0,0,12202,-7046.65,20.3496,5.93742,250,4,0,6761,0,1,0,0,0),(94025,25028,530,1,1,0,0,12191.1,-7039.97,19.0697,4.64544,250,4,0,6761,0,1,0,0,0),(94024,25028,530,1,1,0,0,12195,-7031.52,19.9269,3.44535,250,4,0,6761,0,1,0,0,0),(94023,25028,530,1,1,0,0,12204.9,-7028.4,19.8296,1.30278,250,4,0,6761,0,1,0,0,0),(94022,25028,530,1,1,0,0,12201.9,-7039.41,20.2854,0.636766,250,4,0,6761,0,1,0,0,0),(94021,25028,530,1,1,0,0,12187.7,-7049.86,19.0879,5.71672,250,4,0,6761,0,1,0,0,0),(94020,25028,530,1,1,0,0,12180.1,-7047.05,17.9921,0.646191,250,4,0,6761,0,1,0,0,0),(94019,25028,530,1,1,0,0,12177.9,-7056.09,17.2716,2.37407,250,4,0,6761,0,1,0,0,0),(94018,25028,530,1,1,0,0,12184.9,-7062.12,18.2623,3.61892,250,4,0,6761,0,1,0,0,0),(94017,25028,530,1,1,0,0,12196.3,-7056.23,19.8011,3.63463,250,4,0,6761,0,1,0,0,0),(94016,25030,530,1,1,0,1,12249.1,-7160.28,29.3579,6.03796,1,3,0,6491,3080,1,0,0,0),(94015,25030,530,1,1,0,1,12210.5,-7152.12,24.593,4.42397,1,3,0,6491,3080,1,0,0,0),(94014,25030,530,1,1,0,1,12223.6,-7053.35,22.0234,5.8102,1,3,0,6491,3080,1,0,0,0),(94013,25030,530,1,1,0,1,12200.3,-7036.8,20.0714,0.68234,1,3,0,6491,3080,1,0,0,0),(94012,25030,530,1,1,0,1,12187.7,-7055.41,19.1018,1.18892,1,3,0,6491,3080,1,0,0,0),(94011,25030,530,1,1,0,1,12002.8,-7086.44,37.8136,5.09628,1,3,0,6491,3080,1,0,0,0),(94010,25030,530,1,1,0,1,12005.9,-7055.34,36.3564,1.03813,1,3,0,6491,3080,1,0,0,0),(94009,25030,530,1,1,0,1,11937.1,-7075.02,32.2254,5.39002,1,3,0,6491,3080,1,0,0,0),(94008,25030,530,1,1,0,1,11900.3,-7059.85,27.0343,5.36961,1,3,0,6491,3080,1,0,0,0),(94007,25030,530,1,1,0,1,11865.5,-7080.68,28.6349,6.16757,1,3,0,6491,3080,1,0,0,0),(94006,25030,530,1,1,0,1,11784,-7072.25,25.5529,0.771883,1,3,0,6491,3080,1,0,0,0),(94005,25030,530,1,1,0,1,11730.5,-7079.22,25.4133,0.905399,1,3,0,6491,3080,1,0,0,0),(94004,25030,530,1,1,0,1,11680.8,-7092.85,14.6685,2.41808,1,3,0,6491,3080,1,0,0,0),(94003,25030,530,1,1,0,1,11663.5,-7037.3,11.2245,1.23449,1,3,0,6491,3080,1,0,0,0),(94002,25030,530,1,1,0,1,11657,-7099.12,10.9323,1.28554,1,3,0,6491,3080,1,0,0,0),(94001,25030,530,1,1,0,1,11637.4,-7121.87,8.33953,4.59207,1,3,0,6491,3080,1,0,0,0),(94000,25030,530,1,1,0,1,11634.5,-7076.38,3.58185,6.17072,1,3,0,6491,3080,1,0,0,0),(93999,25033,530,1,1,0,1,11766.8,-7096.56,55.6564,2.42044,1,0,0,6986,0,0,0,0,0),(93998,25033,530,1,1,0,1,11717.2,-7021.81,39.8711,3.72814,1,0,0,6986,0,0,0,0,0),(93997,25033,530,1,1,0,1,11774.6,-7036.13,54.2206,4.42871,1,0,0,6986,0,0,0,0,0),(93996,25033,530,1,1,0,1,11739.6,-7074.08,82.1196,1.50389,1,0,0,6986,0,0,0,0,0),(93995,25033,530,1,1,0,1,11828.6,-7024.85,66.8174,4.17032,1,0,0,6986,0,0,0,0,0),(93994,25033,530,1,1,0,1,12046.8,-7040.89,48.5351,4.71854,1,0,0,6986,0,0,0,0,0),(93993,25033,530,1,1,0,1,12045.5,-7071.58,73.4483,3.09513,1,0,0,6986,0,0,0,0,0),(93992,25031,530,1,1,0,1,12113.3,-7086.85,27.1612,3.09513,1,1,0,17232,32310,1,0,0,0),(93991,25031,530,1,1,0,1,12114.8,-7058.9,28.7152,3.20116,1,1,0,17232,32310,1,0,0,0),(93990,25031,530,1,1,0,1,12040,-7074.81,33.9972,3.07002,1,1,0,17232,32310,1,0,0,0),(93989,25031,530,1,1,0,1,11755.2,-7073.52,23.8761,3.01268,1,1,0,17232,32310,1,0,0,0),(93988,25031,530,1,1,0,1,11807.8,-7128.04,66.817,3.11479,1,1,0,17232,32310,1,0,0,0),(93987,25002,530,1,1,0,1,12557.8,-6842.75,15.4964,5.36267,450,0,0,5589,3155,0,0,0,0),(93986,25002,530,1,1,0,1,12672.8,-6879.03,4.60156,3.35677,450,0,0,5589,3155,0,0,0,0),(93985,25002,530,1,1,0,1,12644,-6857.34,4.60158,4.904,450,0,0,5589,3155,0,0,0,0),(93984,25002,530,1,1,0,1,12601.7,-6888.89,4.60264,0.749246,450,0,0,5589,3155,0,0,0,0),(93983,25002,530,1,1,0,1,12667.5,-7094.47,18.3963,1.39092,450,0,0,5589,3155,0,0,0,0),(93982,25002,530,1,1,0,1,12614.2,-7004.2,19.2205,1.23541,450,0,0,5589,3155,0,0,0,0),(93981,25002,530,1,1,0,1,12608.9,-6951.37,4.61639,1.559,450,0,0,5589,3155,0,0,0,0),(93980,25002,530,1,1,0,1,12580,-6948.72,4.69724,0.793238,450,0,0,5589,3155,0,0,0,0),(93979,25002,530,1,1,0,1,12572.3,-6915.23,4.60232,6.19285,450,0,0,5589,3155,0,0,0,0),(93978,25002,530,1,1,0,1,12588.6,-6910.22,4.60232,5.69019,450,0,0,5589,3155,0,0,0,0),(93977,25002,530,1,1,0,1,12588.4,-6923.11,4.60061,0.388752,450,0,0,5589,3155,0,0,0,0),(94439,22822,530,1,1,0,0,3623.95,2224.99,105.777,0.687946,360,0,0,6761,0,0,0,0,0),(93975,24999,530,1,1,0,0,12566,-6900.14,4.77854,1.80039,500,0,0,5589,3155,0,0,0,0),(93974,24999,530,1,1,0,0,12553.7,-6930.43,5.07072,0.638006,500,0,0,5589,3155,0,0,0,0),(93973,24999,530,1,1,0,0,12614.1,-6909.74,4.60176,4.05214,500,0,0,5589,3155,0,0,0,0),(93972,24999,530,1,1,0,0,12614.5,-6926.89,4.60176,2.02581,500,0,0,5589,3155,0,0,0,0),(93971,24999,530,1,1,0,0,12679,-6917.06,4.94273,2.65806,500,0,0,5589,3155,0,0,0,0),(93970,24999,530,1,1,0,0,12663.5,-6927.35,5.09172,1.69594,500,0,0,5589,3155,0,0,0,0),(93969,25001,530,1,1,0,0,12636.8,-7073.24,16.4142,1.16187,500,0,0,6986,0,0,0,0,0),(93968,25001,530,1,1,0,0,12635.1,-6888.74,4.94535,4.63768,500,0,0,6986,0,0,0,0,0),(93967,25001,530,1,1,0,0,12616,-6826.48,13.3063,4.86425,500,0,0,6986,0,2,0,0,0),(93966,25001,530,1,1,0,0,12488.7,-6887.34,16.4079,1.25534,500,0,0,6986,0,2,0,0,0),(93965,25001,530,1,1,0,0,12683.1,-7043.16,19.7468,4.36159,500,0,0,6986,0,0,0,0,0),(93964,25046,530,1,1,0,1,12664.3,-6984.76,14.5446,4.93263,600,0,0,6986,0,0,0,0,0),(93963,26253,530,1,1,0,1,12912.7,-6879.51,7.6554,2.02588,600,0,0,69860,0,0,0,0,0),(93962,26253,530,1,1,0,1,12913.7,-6881.79,7.72066,5.79972,600,0,0,69860,0,0,0,0,0),(93961,26253,530,1,1,0,1,12683,-6957.72,15.5545,0.582321,600,0,0,69860,0,2,0,0,0),(93960,26089,530,1,1,0,1,12686.7,-6972.61,36.2519,1.84288,600,0,0,7185,7196,0,0,0,0),(93959,26091,530,1,1,0,1,12678.7,-6972.44,36.2525,1.9392,600,0,0,7185,7196,0,0,0,0),(93958,26092,530,1,1,0,1,12687,-6942.73,36.2523,4.49695,600,0,0,7185,7196,0,0,0,0),(93957,25069,530,1,1,0,1,12672.9,-6942.86,36.2541,5.37236,600,0,0,6986,0,0,0,0,0),(93956,26090,530,1,1,0,1,12669,-6955.39,36.2519,6.25358,600,0,0,7185,7196,0,0,0,0),(93955,25108,530,1,1,0,1,12703.5,-6984.97,25.6016,5.87737,600,0,0,98802,3155,0,0,0,0),(93954,25035,530,1,1,0,1,12689.2,-6964.2,15.5547,2.01714,600,0,0,6986,0,0,0,0,0),(93953,25133,530,1,1,0,0,12784.4,-6882.24,13.3887,4.37037,600,0,0,6986,0,0,0,0,0),(93952,25034,530,1,1,0,1,12791.6,-6874.57,13.3886,4.01614,600,0,0,6986,0,0,0,0,0),(93951,25057,530,1,1,0,0,12790.7,-6883.16,13.3886,3.74832,600,0,0,6986,0,0,0,0,0),(93950,25061,530,1,1,0,1,12791.2,-6886.97,13.3885,2.9158,600,0,0,61479,3155,0,0,0,0),(93949,25162,530,1,1,0,1,12925.3,-6875.31,7.52808,6.03317,600,0,0,24451,0,0,0,0,0),(93948,25976,530,1,1,0,1,12938,-6971.36,18.9576,5.56743,600,0,0,7185,7196,0,0,0,0),(93947,25169,530,1,1,0,0,12942.3,-6970.19,19.0298,4.07517,600,0,0,7432,7332,0,0,0,0),(93946,25977,530,1,1,0,1,12942.7,-6974.54,18.991,2.58684,600,0,0,7185,7196,0,0,0,0),(93945,25170,530,1,1,0,1,12938,-6975.96,18.9591,0.878596,600,0,0,7185,7196,0,0,0,0),(93944,25164,530,1,1,0,0,13004.5,-6906.68,9.58451,2.60878,300,0,0,2665,2620,2,0,0,0),(93943,25164,530,1,1,0,0,13002.5,-6907.53,9.58451,2.38887,300,0,0,2665,2620,2,0,0,0),(93942,25164,530,1,1,0,0,13002.1,-6910.43,9.58451,2.52238,300,0,0,2665,2620,2,0,0,0),(93941,24960,530,1,1,0,1,12929.5,-6702.01,11.7265,3.92594,600,4,0,5409,1540,1,0,0,0),(93940,24960,530,1,1,0,1,12967.2,-6662.53,12.6927,4.3854,600,4,0,5409,1540,1,0,0,0),(93939,24960,530,1,1,0,1,13003.7,-6774.46,9.74154,5.52816,600,4,0,5409,1540,1,0,0,0),(93938,24960,530,1,1,0,1,12912.9,-6770.59,9.70877,4.68778,600,4,0,5409,1540,1,0,0,0),(93937,24960,530,1,1,0,1,12902.3,-6690.72,12.1034,3.36438,600,0,0,5409,1540,0,0,0,0),(93936,24960,530,1,1,0,1,12849.1,-6594.59,5.17459,4.62259,600,4,0,5409,1540,1,0,0,0),(93935,24960,530,1,1,0,1,12880,-6635.86,10.0333,2.27425,600,4,0,5409,1540,1,0,0,0),(93934,24960,530,1,1,0,1,12944.6,-6549.15,5.17741,1.42916,600,4,0,5409,1540,1,0,0,0),(93933,24960,530,1,1,0,1,12928.9,-6498.44,0.410185,1.14485,600,0,0,5409,1540,0,0,0,0),(93932,24960,530,1,1,0,1,12856.3,-6513.54,8.44505,3.38717,600,0,0,5409,1540,0,0,0,0),(93931,24960,530,1,1,0,1,12882.4,-6538.66,8.59911,0.0641465,600,4,0,5409,1540,1,0,0,0),(93930,24960,530,1,1,0,1,12810.3,-6611.48,8.79787,2.28996,600,4,0,5409,1540,1,0,0,0),(93929,24960,530,1,1,0,1,12803.2,-6604.13,9.1974,5.12761,600,4,0,5409,1540,1,0,0,0),(93928,24960,530,1,1,0,1,12811.2,-6541.07,8.487,2.61276,600,4,0,5409,1540,1,0,0,0),(93927,24960,530,1,1,0,1,12757.5,-6513.67,3.54686,5.80148,600,4,0,5409,1540,1,0,0,0),(93926,24960,530,1,1,0,1,12719.6,-6456.24,11.3224,6.20203,600,4,0,5409,1540,1,0,0,0),(93925,24960,530,1,1,0,1,12634.1,-6438.12,9.61691,1.42132,600,4,0,5409,1540,1,0,0,0),(93924,24960,530,1,1,0,1,12514.6,-6467.48,7.11409,1.68992,600,4,0,5409,1540,1,0,0,0),(93923,24960,530,1,1,0,1,12512.8,-6525.45,8.97557,1.86271,600,4,0,5409,1540,1,0,0,0),(93922,24960,530,1,1,0,1,12536.2,-6609.16,16.8551,5.45905,600,4,0,5409,1540,1,0,0,0),(93921,24960,530,1,1,0,1,12651.2,-6553.38,7.11687,0.102632,600,4,0,5409,1540,1,0,0,0),(93920,24960,530,1,1,0,1,12634.8,-6474.38,11.0038,5.66718,600,4,0,5409,1540,1,0,0,0),(93919,24960,530,1,1,0,1,12572.5,-6616.64,14.0252,4.61082,600,0,0,5409,1540,0,0,0,0),(93918,24966,530,1,1,0,1,12657.9,-6419.86,8.05706,1.31843,600,0,0,5409,1540,0,0,0,0),(93917,24966,530,1,1,0,1,12603.2,-6369.12,0.492099,1.37687,600,0,0,5409,1540,0,0,0,0),(93916,24966,530,1,1,0,1,12549.4,-6398.57,7.04997,0.677863,600,3,0,5409,1540,1,0,0,0),(93915,24966,530,1,1,0,1,12438.3,-6495.17,0.110122,2.79059,600,3,0,5409,1540,1,0,0,0),(93914,24966,530,1,1,0,1,12543.5,-6615.83,17.2293,2.42537,600,3,0,5409,1540,1,0,0,0),(37058,20619,530,1,1,0,0,3902.08,2416.36,114.987,4.37039,120,2,0,1582,0,1,0,0,0),(93912,24966,530,1,1,0,1,12592.2,-6611.09,12.0839,5.5489,600,0,0,5409,1540,0,0,0,0),(93911,24966,530,1,1,0,1,12565.6,-6574.99,14.4147,4.60328,600,3,0,5409,1540,1,0,0,0),(93910,24966,530,1,1,0,1,12527.9,-6505.3,5.24037,6.00758,600,3,0,5409,1540,1,0,0,0),(90948,24966,530,1,1,0,1,12543.8,-6496.3,4.66083,4.69832,600,3,0,5409,1540,1,0,0,0),(90947,24966,530,1,1,0,1,12771.8,-6585.68,11.4256,2.60523,600,3,0,5409,1540,1,0,0,0),(90946,24966,530,1,1,0,1,12841.5,-6646.38,7.42791,2.43166,600,0,0,5409,1540,0,0,0,0),(90945,24966,530,1,1,0,1,12912.5,-6586.79,11.684,5.34392,600,0,0,5409,1540,0,0,0,0),(90944,24966,530,1,1,0,1,12956.6,-6599.57,9.0259,1.95571,600,3,0,5409,1540,1,0,0,0),(90943,24966,530,1,1,0,1,13038.4,-6762.34,0.380007,0.841233,600,0,0,5409,1540,0,0,0,0),(90942,24966,530,1,1,0,1,13100,-6810.88,0.437475,0.605614,600,0,0,5409,1540,0,0,0,0),(90941,24966,530,1,1,0,1,13053.1,-6683.54,0.270741,0.089762,600,3,0,5409,1540,1,0,0,0),(90940,24966,530,1,1,0,1,12961.3,-6786.39,7.76078,1.78003,600,0,0,5409,1540,0,0,0,0),(87080,25084,530,1,1,0,1,11835.7,-7323.36,0.000864357,2.16682,600,2,0,763,0,1,0,0,0),(87079,25084,530,1,1,0,1,11839.1,-7327.15,-0.372534,3.23967,600,2,0,763,0,1,0,0,0),(87078,25084,530,1,1,0,1,11843,-7323.55,0.157183,4.86309,600,2,0,763,0,1,0,0,0),(86938,25084,530,1,1,0,1,11838.6,-7320.03,0.33236,3.45801,600,2,0,763,0,1,0,0,0),(86937,25084,530,1,1,0,1,11846.7,-7320.58,0.418539,3.86249,600,2,0,763,0,1,0,0,0),(86936,25084,530,1,1,0,1,11872.5,-7304.24,0.825783,0.0925814,600,2,0,763,0,1,0,0,0),(86935,25084,530,1,1,0,1,11868.4,-7308.5,0.808729,1.32252,600,2,0,763,0,1,0,0,0),(86934,25084,530,1,1,0,1,11876.1,-7310.65,-0.298671,2.48962,600,2,0,763,0,1,0,0,0),(86871,25084,530,1,1,0,1,11913.3,-7340.69,0.567312,5.62336,600,2,0,763,0,1,0,0,0),(86627,25084,530,1,1,0,1,11908.3,-7336.85,0.438099,6.11894,600,2,0,763,0,1,0,0,0),(86482,25084,530,1,1,0,1,11902.7,-7339.66,-0.40795,0.535548,600,2,0,763,0,1,0,0,0),(86481,25084,530,1,1,0,1,11904.8,-7347.33,-0.58174,1.49688,600,2,0,763,0,1,0,0,0),(86397,25084,530,1,1,0,1,11912.4,-7348.02,0.00341299,3.27894,600,2,0,763,0,1,0,0,0),(86326,25084,530,1,1,0,1,11920.2,-7345.41,0.438685,3.83029,600,2,0,763,0,1,0,0,0),(86161,25084,530,1,1,0,1,11979.8,-7306.15,0.309107,3.54519,600,2,0,763,0,1,0,0,0),(86130,25084,530,1,1,0,1,11981.9,-7304.01,0.774388,2.18803,600,2,0,763,0,1,0,0,0),(86129,25084,530,1,1,0,1,11986.2,-7309.14,-0.757014,2.67497,600,2,0,763,0,1,0,0,0),(86128,25084,530,1,1,0,1,12050.3,-7370.96,-0.554271,5.3359,600,2,0,763,0,1,0,0,0),(86127,25084,530,1,1,0,1,12041.9,-7361.78,-0.624412,5.72939,600,2,0,763,0,1,0,0,0),(86126,25084,530,1,1,0,1,12043.6,-7354.77,0.0125002,2.06786,600,2,0,763,0,1,0,0,0),(86125,25084,530,1,1,0,1,12050,-7359.85,0.215348,2.78807,600,2,0,763,0,1,0,0,0),(86124,25084,530,1,1,0,1,12057.3,-7367.21,0.201145,2.76372,600,2,0,763,0,1,0,0,0),(86123,25084,530,1,1,0,1,12104.8,-7396.86,-0.349692,6.17942,600,2,0,763,0,1,0,0,0),(86122,25084,530,1,1,0,1,12095,-7397.96,-0.612862,0.969086,600,2,0,763,0,1,0,0,0),(86121,25084,530,1,1,0,1,12094.4,-7389.71,0.465381,2.18095,600,2,0,763,0,1,0,0,0),(86114,25084,530,1,1,0,1,12097.5,-7392.56,0.338231,2.9907,600,2,0,763,0,1,0,0,0),(86100,25084,530,1,1,0,1,12107,-7392.28,0.331598,3.19098,600,2,0,763,0,1,0,0,0),(86043,25084,530,1,1,0,1,12151,-7388.22,-0.0240877,0.621937,600,2,0,763,0,1,0,0,0),(86041,25084,530,1,1,0,1,12151.3,-7379.42,0.0633689,5.13955,600,2,0,763,0,1,0,0,0),(86040,25084,530,1,1,0,1,12275.5,-7350.02,0.124617,5.17253,600,2,0,763,0,1,0,0,0),(86016,25084,530,1,1,0,1,12270.4,-7343.48,0.0729893,3.39125,600,2,0,763,0,1,0,0,0),(86015,25084,530,1,1,0,1,12274.1,-7344.4,0.325529,2.89252,600,2,0,763,0,1,0,0,0),(86014,25084,530,1,1,0,1,12271.5,-7348.73,0.0025348,0.191534,600,2,0,763,0,1,0,0,0),(86009,25084,530,1,1,0,1,12275.2,-7355.83,-0.223647,2.16917,600,2,0,763,0,1,0,0,0),(85985,25084,530,1,1,0,1,12306.3,-7388.78,0.24541,1.07511,600,2,0,763,0,1,0,0,0),(85984,25084,530,1,1,0,1,12298.3,-7384.85,-0.205152,6.00741,600,2,0,763,0,1,0,0,0),(85983,25084,530,1,1,0,1,12294.4,-7380.38,-0.254241,5.39401,600,2,0,763,0,1,0,0,0),(85982,25084,530,1,1,0,1,12297.9,-7375.74,0.333433,2.88466,600,2,0,763,0,1,0,0,0),(85981,25084,530,1,1,0,1,12304.5,-7378.14,0.549608,2.98991,600,2,0,763,0,1,0,0,0),(85980,25084,530,1,1,0,1,12308.5,-7380.9,0.545283,2.49118,600,2,0,763,0,1,0,0,0),(85579,25084,530,1,1,0,1,12368.8,-7411.31,-0.408994,1.10731,600,2,0,763,0,1,0,0,0),(85450,25084,530,1,1,0,1,12363.9,-7413.96,-0.420385,0.450713,600,2,0,763,0,1,0,0,0),(85449,25084,530,1,1,0,1,12358.1,-7409.08,-0.154494,3.74389,600,2,0,763,0,1,0,0,0),(85448,25084,530,1,1,0,1,12363.1,-7405.26,0.0703276,4.12088,600,2,0,763,0,1,0,0,0),(85447,25084,530,1,1,0,1,12366.7,-7401.93,0.244847,4.46096,600,2,0,763,0,1,0,0,0),(85446,25084,530,1,1,0,1,12379.4,-7346.07,-0.975087,1.35942,600,2,0,763,0,1,0,0,0),(85445,25084,530,1,1,0,1,12377.8,-7352.9,-0.104543,0.837127,600,2,0,763,0,1,0,0,0),(85444,25084,530,1,1,0,1,12373.9,-7346.88,-0.020678,5.39165,600,2,0,763,0,1,0,0,0),(85443,25084,530,1,1,0,1,12372,-7339.99,-0.034546,4.14915,600,2,0,763,0,1,0,0,0),(85442,25084,530,1,1,0,1,12375.9,-7333.76,-0.656714,4.91099,600,2,0,763,0,1,0,0,0),(85441,25084,530,1,1,0,1,12435.7,-7333.37,0.182378,4.90706,600,2,0,763,0,1,0,0,0),(85440,25084,530,1,1,0,1,12421.2,-7328.68,-0.90498,5.77571,600,2,0,763,0,1,0,0,0),(85439,25084,530,1,1,0,1,12416.3,-7323.73,-0.511799,3.98422,600,2,0,763,0,1,0,0,0),(85438,25084,530,1,1,0,1,12423.1,-7319.25,0.201678,3.01975,600,2,0,763,0,1,0,0,0),(85437,25084,530,1,1,0,1,12428.6,-7331.88,-0.470127,1.89506,600,2,0,763,0,1,0,0,0),(85436,25084,530,1,1,0,1,12435,-7340.52,-0.349992,1.89663,600,2,0,763,0,1,0,0,0),(85435,25084,530,1,1,0,1,12414.8,-7395.22,0.0938978,4.68008,600,2,0,763,0,1,0,0,0),(85434,25084,530,1,1,0,1,12419.5,-7387.46,-0.0335927,4.2646,600,2,0,763,0,1,0,0,0),(85433,25084,530,1,1,0,1,12425.1,-7384.57,0.735295,2.95456,600,2,0,763,0,1,0,0,0),(85432,25084,530,1,1,0,1,12423.4,-7391.62,1.01851,1.57697,600,2,0,763,0,1,0,0,0),(85431,25084,530,1,1,0,1,12419.7,-7398.38,1.12209,1.75997,600,2,0,763,0,1,0,0,0),(85430,25084,530,1,1,0,1,12446.2,-7468.53,-0.403588,1.16385,600,2,0,763,0,1,0,0,0),(85429,25084,530,1,1,0,1,12439.7,-7465.92,-0.440938,0.113773,600,2,0,763,0,1,0,0,0),(85428,25084,530,1,1,0,1,12435.8,-7459.84,-0.172999,5.07592,600,2,0,763,0,1,0,0,0),(85427,25084,530,1,1,0,1,12440.6,-7456.91,0.396649,2.79748,600,2,0,763,0,1,0,0,0),(85426,25084,530,1,1,0,1,12445.1,-7460.34,0.459271,3.73996,600,2,0,763,0,1,0,0,0),(85425,25084,530,1,1,0,1,12474.9,-7463.04,0.491216,0.883462,600,2,0,763,0,1,0,0,0),(85424,25084,530,1,1,0,1,12476.1,-7469.18,-0.309632,2.93414,600,2,0,763,0,1,0,0,0),(85423,25084,530,1,1,0,1,12484.1,-7469.51,-0.442996,3.95987,600,2,0,763,0,1,0,0,0),(85422,25084,530,1,1,0,1,12492,-7463.06,0.483126,5.49375,600,2,0,763,0,1,0,0,0),(85421,25084,530,1,1,0,1,12485.7,-7460.12,0.549933,4.18606,600,2,0,763,0,1,0,0,0),(85420,25084,530,1,1,0,1,12531.5,-7447.76,-1.24001,1.83223,600,2,0,763,0,1,0,0,0),(85419,25084,530,1,1,0,1,12527.2,-7456.04,-1.72351,5.38301,600,2,0,763,0,1,0,0,0),(85418,25084,530,1,1,0,1,12526.9,-7450.79,-0.73286,6.06081,600,2,0,763,0,1,0,0,0),(85417,25084,530,1,1,0,1,12520.1,-7452.16,0.298182,1.12694,600,2,0,763,0,1,0,0,0),(85416,25084,530,1,1,0,1,12518.6,-7458.92,-0.267732,0.739738,600,2,0,763,0,1,0,0,0),(85415,25084,530,1,1,0,1,12523.9,-7447.32,0.371532,4.62196,600,2,0,763,0,1,0,0,0),(85414,25084,530,1,1,0,1,12536.9,-7345.86,-0.274418,0.672978,600,2,0,763,0,1,0,0,0),(85413,25084,530,1,1,0,1,12542.1,-7349.66,-0.0434351,0.53789,600,2,0,763,0,1,0,0,0),(85412,25084,530,1,1,0,1,12538.5,-7351.79,0.0828348,2.10555,600,2,0,763,0,1,0,0,0),(85411,25084,530,1,1,0,1,12546.7,-7351.55,-0.274908,2.00423,600,2,0,763,0,1,0,0,0),(85410,25084,530,1,1,0,1,12540.8,-7410.36,0.284434,2.35766,600,2,0,763,0,1,0,0,0),(85409,25084,530,1,1,0,1,12539,-7414.1,0.388992,4.77197,600,2,0,763,0,1,0,0,0),(85408,25084,530,1,1,0,1,12530.3,-7403.9,1.23995,0.685544,600,2,0,763,0,1,0,0,0),(85407,25084,530,1,1,0,1,12530.7,-7411.58,1.11035,2.63019,600,2,0,763,0,1,0,0,0),(85138,25084,530,1,1,0,1,12542.1,-7405.38,0.262524,3.33469,600,2,0,763,0,1,0,0,0),(85137,25060,530,1,1,0,1,12701.3,-7451.38,-0.682114,6.00426,600,5,0,6986,0,1,0,0,0),(84947,25060,530,1,1,0,1,12620.4,-7469.6,0.796419,4.60939,600,5,0,6986,0,1,0,0,0),(84765,25060,530,1,1,0,1,12615.6,-7407.13,3.83442,5.35395,600,5,0,6986,0,1,0,0,0),(84764,25060,530,1,1,0,1,12597.7,-7331.4,0.175781,4.27795,600,5,0,6986,0,1,0,0,0),(84749,25060,530,1,1,0,1,12536.8,-7328.87,-0.99031,1.0963,600,5,0,6986,0,1,0,0,0),(84748,25060,530,1,1,0,1,12530.3,-7382.32,1.8523,5.45605,600,5,0,6986,0,1,0,0,0),(84747,25060,530,1,1,0,1,12490.8,-7337.95,1.84042,5.26048,600,5,0,6986,0,1,0,0,0),(84746,25060,530,1,1,0,1,12422.1,-7273.6,0.800745,4.30387,600,5,0,6986,0,1,0,0,0),(84745,25060,530,1,1,0,1,12383.7,-7323.44,-0.846219,4.27717,600,5,0,6986,0,1,0,0,0),(84644,25060,530,1,1,0,1,12389.8,-7288.75,3.73313,2.94435,600,5,0,6986,0,1,0,0,0),(84643,25060,530,1,1,0,1,12405.4,-7344.3,-4.74973,0.417721,600,5,0,6986,0,1,0,0,0),(84631,25060,530,1,1,0,1,12380.2,-7398.01,-0.0926816,3.57895,600,5,0,6986,0,1,0,0,0),(84485,25060,530,1,1,0,1,12335.9,-7401.03,0.427933,5.943,600,5,0,6986,0,1,0,0,0),(83288,25060,530,1,1,0,1,12272.3,-7382.83,-1.70579,4.15858,600,5,0,6986,0,1,0,0,0),(83277,25060,530,1,1,0,1,12295.6,-7328.9,4.87015,0.464848,600,5,0,6986,0,1,0,0,0),(83276,25060,530,1,1,0,1,12182.6,-7312.6,-0.500418,4.26146,600,5,0,6986,0,1,0,0,0),(83275,25060,530,1,1,0,1,12144.3,-7357.03,0.243587,2.1079,600,5,0,6986,0,1,0,0,0),(83274,25060,530,1,1,0,1,12132.2,-7393.33,0.34414,6.02547,600,5,0,6986,0,1,0,0,0),(83273,25060,530,1,1,0,1,12071.3,-7383.54,0.17178,5.95007,600,5,0,6986,0,1,0,0,0),(83272,25060,530,1,1,0,1,12064.5,-7316.13,8.08898,2.0647,600,5,0,6986,0,1,0,0,0),(83271,25060,530,1,1,0,1,12025.2,-7337.2,-0.235646,5.58015,600,5,0,6986,0,1,0,0,0),(81439,25060,530,1,1,0,1,11955.9,-7346.94,-0.772672,6.22417,600,5,0,6986,0,1,0,0,0),(81438,25060,530,1,1,0,1,11905.8,-7320.94,0.630542,4.72485,600,5,0,6986,0,1,0,0,0),(81437,25060,530,1,1,0,1,11905.7,-7271.3,-1.07254,0.749167,600,5,0,6986,0,1,0,0,0),(81436,25060,530,1,1,0,1,11856,-7316.9,0.563613,0.809642,600,5,0,6986,0,1,0,0,0),(78949,25060,530,1,1,0,1,11815.6,-7318.41,-1.91814,4.87015,600,5,0,6986,0,1,0,0,0),(78551,25060,530,1,1,0,1,11808.2,-7197.47,8.39841,0.0234525,600,5,0,6986,0,1,0,0,0),(78550,25060,530,1,1,0,1,11787.5,-7259.81,1.60674,0.193884,600,5,0,6986,0,1,0,0,0),(78549,25060,530,1,1,0,1,11752.5,-7266.27,2.0155,5.15053,600,5,0,6986,0,1,0,0,0),(78548,25060,530,1,1,0,1,12641.5,-7319.7,0.75396,5.4215,600,5,0,6986,0,1,0,0,0),(78547,25073,530,1,1,0,1,11747.9,-7225.19,8.76475,1.85814,600,4,0,4890,7196,1,0,0,0),(78546,25073,530,1,1,0,1,11832.2,-7204.84,8.33156,1.94768,600,4,0,4890,7196,1,0,0,0),(78545,25073,530,1,1,0,1,11849.5,-7274.5,3.73191,2.59956,600,4,0,4890,7196,1,0,0,0),(78544,25073,530,1,1,0,1,11937.9,-7319.12,1.64456,2.84932,600,4,0,4890,7196,1,0,0,0),(78543,25073,530,1,1,0,1,12109.3,-7365.18,0.748135,4.35571,600,4,0,4890,7196,1,0,0,0),(78542,25073,530,1,1,0,1,12116.3,-7315.88,4.99978,3.77373,600,4,0,4890,7196,1,0,0,0),(78541,25073,530,1,1,0,1,12225.4,-7349.74,-1.87945,3.03153,600,4,0,4890,7196,1,0,0,0),(78540,25073,530,1,1,0,1,12370.7,-7376.96,1.13245,2.09141,600,4,0,4890,7196,1,0,0,0),(78539,25073,530,1,1,0,1,12315.8,-7368.8,0.503497,3.88748,600,4,0,4890,7196,1,0,0,0),(78538,25073,530,1,1,0,1,12343.3,-7318.42,6.13054,3.88984,600,4,0,4890,7196,1,0,0,0),(78537,25073,530,1,1,0,1,12514.7,-7451.32,0.740595,5.20381,600,4,0,4890,7196,1,0,0,0),(78536,25073,530,1,1,0,1,12459.1,-7431.94,0.504508,4.67288,600,4,0,4890,7196,1,0,0,0),(78535,25073,530,1,1,0,1,12426.3,-7306.36,0.599607,1.16215,600,4,0,4890,7196,1,0,0,0),(78534,25073,530,1,1,0,1,12458.3,-7264.55,5.04765,2.14783,600,4,0,4890,7196,1,0,0,0),(78533,25073,530,1,1,0,1,12499.1,-7380.97,0.620093,4.2095,600,4,0,4890,7196,1,0,0,0),(78532,25073,530,1,1,0,1,12505.3,-7301.55,0.0337529,3.49714,600,4,0,4890,7196,1,0,0,0),(78531,25073,530,1,1,0,1,12569.3,-7315.6,0.00291209,5.60122,600,4,0,4890,7196,1,0,0,0),(78530,25073,530,1,1,0,1,12579.2,-7425.33,0.298493,4.1451,600,4,0,4890,7196,1,0,0,0),(78529,25073,530,1,1,0,1,12654.8,-7426.56,1.72821,5.42334,600,4,0,4890,7196,1,0,0,0),(78528,25073,530,1,1,0,1,12660,-7340.04,4.35034,4.72041,600,4,0,4890,7196,1,0,0,0),(78527,25073,530,1,1,0,1,12629.7,-7307.74,2.11799,3.84077,600,4,0,4890,7196,1,0,0,0),(78526,25087,530,1,1,0,1,13257,-7147.58,6.18486,4.00255,600,0,0,8982,3155,0,0,0,0),(78525,25087,530,1,1,0,1,13257.7,-7140.75,6.17595,2.16865,600,0,0,8982,3155,0,0,0,0),(78524,25087,530,1,1,0,1,13274.4,-7138.96,4.83264,1.4775,600,0,0,8982,3155,0,0,0,0),(78523,25087,530,1,1,0,1,13273.2,-7152.25,4.8516,4.68978,600,0,0,8982,3155,0,0,0,0),(78522,25087,530,1,1,0,1,13281.3,-7146.08,4.32403,3.07186,600,0,0,8982,3155,0,0,0,0),(78521,25087,530,1,1,0,1,13296.3,-7156.24,3.98197,4.65051,600,0,0,8982,3155,0,0,0,0),(78520,25087,530,1,1,22782,1,13297.8,-7138.37,3.98102,1.49321,600,0,0,8982,3155,0,0,0,0),(78519,25087,530,1,1,0,1,13321.4,-7141.24,4.53553,1.48536,600,0,0,8982,3155,0,0,0,0),(78515,25087,530,1,1,22782,1,13320,-7157.21,4.53115,4.69764,600,0,0,8982,3155,0,0,0,0),(78514,25087,530,1,1,22782,1,13317.7,-7148.96,6.38785,3.09149,600,0,0,8982,3155,0,0,0,0),(78513,25087,530,1,1,22782,1,13366.2,-6983.5,3.75932,1.93697,600,0,0,8982,3155,0,0,0,0),(78512,25087,530,1,1,22782,1,13365.1,-6999.54,3.75512,4.91363,600,0,0,8982,3155,0,0,0,0),(78511,25087,530,1,1,0,1,13362.6,-6991.31,5.60708,3.09936,600,0,0,8982,3155,0,0,0,0),(78510,25087,530,1,1,0,1,13341.6,-6998.81,3.21236,4.66152,600,0,0,8982,3155,0,0,0,0),(78508,25087,530,1,1,0,1,13342.8,-6981.01,3.21321,1.49636,600,0,0,8982,3155,0,0,0,0),(78403,25087,530,1,1,0,1,13319.2,-6982.03,4.06546,1.54741,600,0,0,8982,3155,0,0,0,0),(78402,25087,530,1,1,0,1,13318.4,-6995.21,4.07232,4.59476,600,0,0,8982,3155,0,0,0,0),(78401,25087,530,1,1,22782,1,13326.4,-6988.84,3.55386,3.07894,600,0,0,8982,3155,0,0,0,0),(78400,25087,530,1,1,22782,1,13304.4,-6984.17,5.16431,2.27391,600,0,0,8982,3155,0,0,0,0),(78399,25087,530,1,1,22782,1,13304,-6991.09,5.15827,4.25122,600,0,0,8982,3155,0,0,0,0),(78398,25087,530,1,1,0,1,13209.6,-7049.95,3.20542,2.92783,600,0,0,8982,3155,0,0,0,0),(78397,25087,530,1,1,0,1,13198.6,-7042.44,4.00408,1.46699,600,0,0,8982,3155,0,0,0,0),(78396,25087,530,1,1,0,1,13197.4,-7054.25,3.9766,4.43187,600,0,0,8982,3155,0,0,0,0),(78395,25087,530,1,1,0,1,13215.6,-7058.45,3.00346,4.54183,600,0,0,8982,3155,0,0,0,0),(78394,25087,530,1,1,22782,1,13217.5,-7042.69,3.00477,1.46433,600,0,0,8982,3155,0,0,0,0),(78393,25087,530,1,1,0,1,13231,-7061.18,2.80893,4.58629,600,0,0,8982,3155,0,0,0,0),(78392,25087,530,1,1,0,1,13233.1,-7044.16,2.80542,1.50361,600,0,0,8982,3155,0,0,0,0),(78391,25087,530,1,1,0,1,13245.2,-7054.56,5.18296,3.06812,600,0,0,8982,3155,0,0,0,0),(78390,25236,530,1,1,0,0,13182.1,-7046.39,7.09177,6.17751,600,0,0,17964,3155,0,0,0,0),(78389,24994,530,1,1,0,0,12694.8,-6965.15,36.2517,2.70604,600,0,0,69860,0,0,0,0,0),(78388,24994,530,1,1,0,0,12673.7,-6956.33,15.5553,0.039927,600,0,0,69860,0,0,0,0,0),(78387,24994,530,1,1,0,0,12773.5,-6914.23,12.2413,3.15649,600,0,0,69860,0,0,0,0,0),(78386,24994,530,1,1,0,0,12716.5,-6971.41,17.6263,4.45397,600,0,0,69860,0,2,0,0,0),(78385,24994,530,1,1,0,0,12627.6,-6983.43,17.3992,4.55922,600,0,0,69860,0,2,0,0,0),(77479,24994,530,1,1,0,0,12645.2,-6984.1,14.5803,0.746108,600,0,0,69860,0,0,0,0,0),(76582,24994,530,1,1,0,0,12871,-6897.76,8.89026,3.29787,600,0,0,69860,0,2,0,0,0),(76581,24994,530,1,1,0,0,12767.8,-6840.21,14.2391,0.345556,600,0,0,69860,0,2,0,0,0),(76580,24994,530,1,1,0,0,12726.7,-6907.8,12.2365,2.34204,600,0,0,69860,0,2,0,0,0),(76579,24994,530,1,1,0,0,12703.9,-6952.95,15.5653,1.31618,600,0,0,69860,0,0,0,0,0),(76578,24994,530,1,1,0,0,12781.4,-6876.23,13.3886,5.2738,600,0,0,69860,0,0,0,0,0),(76577,24994,530,1,1,0,0,12807.5,-6870.31,12.3562,0.764831,600,0,0,69860,0,0,0,0,0),(76576,24994,530,1,1,0,0,12756.9,-6890.52,12.293,4.74759,600,0,0,69860,0,0,0,0,0),(76575,24994,530,1,1,0,0,12903,-6859.41,7.7871,2.01675,600,0,0,69860,0,0,0,0,0),(76574,24994,530,1,1,0,0,12907.6,-6888.87,7.47258,3.9724,600,0,0,69860,0,0,0,0,0),(72989,25115,530,1,1,22753,1,12668.2,-6972.63,14.57,3.86166,600,0,0,10479,0,0,0,0,0),(72677,25115,530,1,1,22753,1,12664.2,-6967.43,14.5645,3.68966,600,0,0,10479,0,0,0,0,0),(71928,25115,530,1,1,22753,1,12699.6,-6949.89,15.5593,0.616394,600,0,0,10479,0,0,0,0,0),(71927,25115,530,1,1,22753,1,12696,-6944.83,15.559,0.719284,600,0,0,10479,0,0,0,0,0),(71926,25115,530,1,1,22753,1,12766.2,-6897.72,13.3786,3.82632,600,0,0,10479,0,0,0,0,0),(71925,25115,530,1,1,22753,1,12769.9,-6902.31,13.3916,3.82632,600,0,0,10479,0,0,0,0,0),(71920,25115,530,1,1,22753,1,12905.2,-6889.54,7.51444,3.84674,600,0,0,10479,0,0,0,0,0),(71919,25115,530,1,1,22753,1,12922.9,-6927.93,3.88082,3.94413,600,0,0,10479,0,0,0,0,0),(71917,25115,530,1,1,22753,1,12925.4,-6930.31,3.88082,3.95591,600,0,0,10479,0,0,0,0,0),(71916,25115,530,1,1,22753,1,12927.3,-6932.03,3.88082,3.79883,600,0,0,10479,0,0,0,0,0),(70088,25115,530,1,1,22753,1,12950.3,-6974.24,19.0951,5.65552,600,0,0,10479,0,0,0,0,0),(69909,25115,530,1,1,22753,1,12936.6,-6962.85,19.0193,2.34899,600,0,0,10479,0,0,0,0,0),(68746,25115,530,1,1,22753,1,12950.7,-6958.5,14.6474,0.714041,600,0,0,10479,0,0,0,0,0),(65804,25115,530,1,1,22753,1,12964.9,-6943.02,8.64083,4.19179,600,0,0,10479,0,0,0,0,0),(65803,25115,530,1,1,22753,1,12942.4,-6930.77,4.21306,2.43792,600,0,0,10479,0,0,0,0,0),(65802,25115,530,1,1,22753,1,12939.3,-6935.45,3.97957,2.35379,600,0,0,10479,0,0,0,0,0),(65709,25115,530,1,1,22753,1,12971.3,-6899.97,6.44309,1.66305,600,0,0,10479,0,0,0,0,0),(65708,25115,530,1,1,22753,1,12925,-6880.22,7.16147,0.536357,600,0,0,10479,0,0,0,0,0),(65707,25115,530,1,1,22753,1,12922.6,-6881.68,7.15929,0.579554,600,0,0,10479,0,0,0,0,0),(65706,25115,530,1,1,22753,1,12922.5,-6875.68,7.72595,0.493161,600,0,0,10479,0,0,0,0,0),(65705,25115,530,1,1,22753,1,12920.1,-6877.09,7.73399,0.511508,600,0,0,10479,0,0,0,0,0),(65704,25115,530,1,1,22753,1,12918.9,-6880.55,7.68833,0.600033,600,0,0,10479,0,0,0,0,0),(65703,25115,530,1,1,22753,1,12902.3,-6856.36,8.08843,1.40415,600,0,0,10479,0,0,0,0,0),(65702,24938,530,1,1,22911,1,12700.2,-6865.85,12.5483,0.742416,600,0,0,6986,0,0,0,0,0),(65701,24938,530,1,1,22911,1,12905.1,-6891.62,7.30957,3.6661,600,0,0,6986,0,0,0,0,0),(65700,24938,530,1,1,22911,1,12690.9,-6874.34,12.4344,3.88401,600,0,0,6986,0,0,0,0,0),(65699,24938,530,1,1,22911,1,12658,-6841.25,12.4231,3.90757,600,0,0,6986,0,0,0,0,0),(65698,24938,530,1,1,22911,1,12667.8,-6831.93,12.5473,0.809175,600,0,0,6986,0,0,0,0,0),(65697,24938,530,1,1,22911,1,12670.4,-6854.46,12.422,3.89579,600,0,0,6986,0,0,0,0,0),(65696,24938,530,1,1,22911,1,12678.7,-6862.69,12.4261,3.89579,600,0,0,6986,0,0,0,0,0),(65695,24938,530,1,1,22911,1,12688.8,-6853.61,12.5505,0.734558,600,0,0,6986,0,0,0,0,0),(65694,24938,530,1,1,22911,1,12680.7,-6845.13,12.5501,0.707069,600,0,0,6986,0,0,0,0,0),(65693,24938,530,1,1,22911,1,12682.1,-6930.29,36.2296,1.59536,600,0,0,6986,0,0,0,0,0),(65692,24938,530,1,1,22911,1,12692.3,-6932.35,36.2315,1.19481,600,0,0,6986,0,0,0,0,0),(65691,24938,530,1,1,22911,1,12701.9,-6938.17,36.2298,0.684298,600,0,0,6986,0,0,0,0,0),(65690,24938,530,1,1,22911,1,12707.5,-6947.1,36.2325,0.487951,600,0,0,6986,0,0,0,0,0),(65689,24938,530,1,1,22911,1,12701.9,-6976.18,36.232,5.57733,600,0,0,6986,0,0,0,0,0),(65688,24938,530,1,1,22911,1,12693.9,-6982.56,36.2314,5.35349,600,0,0,6986,0,0,0,0,0),(65687,24938,530,1,1,22911,1,12684.5,-6984.73,36.2314,4.85869,600,0,0,6986,0,0,0,0,0),(65686,24938,530,1,1,22911,1,12658.7,-6947.37,36.2338,2.73419,600,0,0,6986,0,0,0,0,0),(65685,24938,530,1,1,22911,1,12656.6,-6958.53,36.2309,3.17794,600,0,0,6986,0,0,0,0,0),(65684,24938,530,1,1,22911,1,12650.6,-6975.45,36.2363,3.11118,600,0,0,6986,0,0,0,0,0),(65683,24938,530,1,1,22911,1,12653.2,-6982.73,36.2363,4.41101,600,0,0,6986,0,0,0,0,0),(65682,24938,530,1,1,22911,1,12670,-6940.37,23.4912,2.31322,600,0,0,6986,0,0,0,0,0),(65681,24938,530,1,1,22911,1,12777.6,-6864.85,40.2953,2.11765,600,0,0,6986,0,0,0,0,0),(65680,24938,530,1,1,22911,1,12779.4,-6906.03,40.2951,4.18718,600,0,0,6986,0,0,0,0,0),(56315,24938,530,1,1,22911,1,12789,-6907.87,40.2951,4.57595,600,0,0,6986,0,0,0,0,0),(54185,24938,530,1,1,22911,1,12801.5,-6912.46,41.1143,3.85653,600,0,0,6986,0,0,0,0,0),(54184,24938,530,1,1,22911,1,12808.3,-6906.81,41.1163,0.959192,600,0,0,6986,0,0,0,0,0),(54183,24938,530,1,1,22911,1,12808.2,-6914.55,41.1163,5.24354,600,0,0,6986,0,0,0,0,0),(54182,24938,530,1,1,22911,1,12808.7,-6892.19,40.2949,5.98967,600,0,0,6986,0,0,0,0,0),(54181,24938,530,1,1,22911,1,12810.2,-6884.42,40.2951,0.0858385,600,0,0,6986,0,0,0,0,0),(54178,24938,530,1,1,22911,1,12807.4,-6875.51,40.2951,0.498174,600,0,0,6986,0,0,0,0,0),(54177,24938,530,1,1,22911,1,12802,-6868.65,40.2951,0.883018,600,0,0,6986,0,0,0,0,0),(54176,24938,530,1,1,22911,1,12786.5,-6863.01,40.2951,2.09075,600,0,0,6986,0,0,0,0,0),(54165,24938,530,1,1,22911,1,12794.4,-6864.34,40.2951,1.6148,600,0,0,6986,0,0,0,0,0),(54143,24938,530,1,1,22911,1,12770.8,-6870.07,40.2951,2.41591,600,0,0,6986,0,0,0,0,0),(54114,24938,530,1,1,22911,1,12766.3,-6878.14,40.2951,2.71043,600,0,0,6986,0,0,0,0,0),(54113,24938,530,1,1,22911,1,12765.3,-6885.82,40.2951,3.06779,600,0,0,6986,0,0,0,0,0),(54092,24938,530,1,1,22911,1,12920.2,-6883.16,7.18029,0.501858,600,0,0,6986,0,0,0,0,0),(54049,24938,530,1,1,22911,1,12923.2,-6877.61,7.60696,0.600033,600,0,0,6986,0,0,0,0,0),(54038,24938,530,1,1,22911,1,12921,-6879.1,7.53825,0.600033,600,0,0,6986,0,0,0,0,0),(54034,24938,530,1,1,22911,1,12917.6,-6878.1,7.76374,0.431172,600,0,0,6986,0,0,0,0,0),(54032,24938,530,1,1,22911,1,12900.8,-6857.34,7.84174,2.54665,600,0,0,6986,0,0,0,0,0),(54031,24938,530,1,1,22911,1,12926.1,-6926.92,3.88093,3.99643,600,0,0,6986,0,0,0,0,0),(54030,24938,530,1,1,22911,1,12928.2,-6929.16,3.88093,3.88804,600,0,0,6986,0,0,0,0,0),(54029,24938,530,1,1,22911,1,12966.7,-6952.63,8.84554,5.7133,600,0,0,6986,0,0,0,0,0),(54028,24938,530,1,1,22911,1,12959.6,-6962.5,14.7312,6.06673,600,0,0,6986,0,0,0,0,0),(54023,24938,530,1,1,22911,1,12946.1,-6983.61,19.0217,5.09283,600,0,0,6986,0,0,0,0,0),(54004,24938,530,1,1,22911,1,13004.7,-6915.27,9.58418,4.11268,600,0,0,6986,0,0,0,0,0),(53982,24938,530,1,1,22911,1,12984.4,-6927.63,10.2318,5.55622,600,0,0,6986,0,0,0,0,0),(53981,24938,530,1,1,22911,1,12956.7,-6905.94,5.8758,5.3481,600,0,0,6986,0,0,0,0,0),(53980,25059,530,1,1,0,1,13009.1,-6916.25,9.58312,2.11293,600,0,0,69860,0,0,0,0,0),(53979,24965,530,1,1,0,1,12886.5,-6869.97,10.5939,0.18419,600,0,0,6986,0,0,0,0,0),(53967,25032,530,1,1,0,1,12885.6,-6874.22,10.6047,0.125286,600,0,0,6986,0,0,0,0,0),(63141,26741,0,1,1,24019,0,1824.35,1598.46,95.6184,5.74213,180,0,0,8982,0,0,0,0,0),(95049,26751,0,1,1,24019,0,1822.94,1585.59,95.4653,1.23918,180,0,0,8982,0,0,0,0,0),(143599,23289,530,1,1,0,0,-5141.08,637.882,36.1892,0,300,0,0,4299,0,2,0,0,0),(95051,26324,0,1,1,24029,0,1822.94,1585.59,99.1486,1.23918,180,0,0,8982,3155,0,0,0,0),(95052,26741,0,1,1,24019,0,1831.2,1604.03,95.8251,5.07891,180,0,0,8982,0,0,0,0,0),(95053,26741,0,1,1,24019,0,1827.45,1601.66,95.7715,5.41052,180,0,0,8982,0,0,0,0,0),(143600,23289,530,1,1,0,0,-5158.64,727.454,45.572,0,300,0,0,4299,0,2,0,0,0),(95056,26755,0,1,1,24019,0,1844.78,1584.39,93.7803,1.55334,180,0,0,8982,0,0,0,0,0),(95057,26748,0,1,1,24019,0,1831.8,1585.04,94.5606,1.37881,180,0,0,8982,0,0,0,0,0),(95058,26756,0,1,1,24019,0,1849.13,1584.51,93.6114,1.6057,180,0,0,8982,0,0,0,0,0),(95059,26758,0,1,1,24019,0,1857.48,1583.89,93.0529,1.72788,180,0,0,8982,0,0,0,0,0),(95060,26328,0,1,1,24033,0,1844.78,1584.39,97.4636,1.55334,180,0,0,7185,7196,0,0,0,0),(95061,26757,0,1,1,24019,0,1853.34,1584.24,93.3405,1.67552,180,0,0,8982,0,0,0,0,0),(95062,26752,0,1,1,24019,0,1827.36,1585.33,94.8897,1.309,180,0,0,8982,0,0,0,0,0),(95063,26759,0,1,1,24019,0,1861.66,1583.77,92.6004,1.78024,180,0,0,8982,0,0,0,0,0),(95064,26754,0,1,1,24019,0,1840.5,1584.8,94.0707,1.50098,180,0,0,8982,0,0,0,0,0),(95065,26753,0,1,1,24019,0,1836.01,1584.78,94.2721,1.43117,180,0,0,8982,0,0,0,0,0),(95066,26307,0,1,1,24028,0,1831.8,1585.04,98.244,1.37881,180,0,0,8982,3155,0,0,0,0),(95067,26329,0,1,1,23777,0,1849.13,1584.51,97.2947,1.6057,180,0,0,8982,0,0,0,0,0),(95068,26331,0,1,1,24035,0,1857.48,1583.89,96.7362,1.72788,180,0,0,7185,7196,0,0,0,0),(95069,26330,0,1,1,24034,0,1853.34,1584.24,97.0238,1.67552,180,0,0,8982,3155,0,0,0,0),(95070,26325,0,1,1,24030,0,1827.36,1585.33,98.573,1.309,180,0,0,8982,3155,0,0,0,0),(95071,26332,0,1,1,24036,0,1861.66,1583.77,96.2838,1.78024,180,0,0,8982,0,0,0,0,0),(95072,26327,0,1,1,24032,0,1840.5,1584.8,97.7541,1.50098,180,0,0,8982,3155,0,0,0,0),(95073,26326,0,1,1,24031,0,1836.01,1584.78,97.9554,1.43117,180,0,0,7185,7196,0,0,0,0),(95074,26744,0,1,1,24019,0,1881.94,1596.48,91.2659,3.35103,180,0,0,8982,0,0,0,0,0),(245551,16592,0,1,1,11686,0,-9434.3,-2110.36,65.8038,0.349066,300,0,0,42,0,0,0,0,0),(95076,26745,0,1,1,24019,0,1874.34,1583.65,91.012,1.51844,180,0,0,8982,0,0,0,0,0),(95077,26745,0,1,1,24019,0,1869.63,1583.73,91.564,1.44862,180,0,0,8982,0,0,0,0,0),(95078,26747,0,1,1,24019,0,1892.58,1583.76,88.4827,2.82743,180,0,0,8982,0,0,0,0,0),(95079,26745,0,1,1,24019,0,1879.11,1583.15,90.7216,1.58825,180,0,0,8982,0,0,0,0,0),(95080,26749,0,1,1,24019,0,1894.39,1591.51,87.9352,3.26377,180,0,0,8982,0,0,0,0,0),(95081,26765,0,1,1,24019,0,1893.62,1587.59,88.2195,3.05433,180,0,0,8982,0,0,0,0,0),(16195,23397,564,1,1,21563,1,525.814,265.923,271.546,4.88692,604800,0,0,165200,49635,0,0,0,0),(95084,26012,0,1,1,24023,0,1892.58,1583.76,92.166,2.82743,180,0,0,8982,0,0,0,0,0),(16194,23397,564,1,1,21562,1,566.037,288.195,271.99,4.15388,604800,0,0,165200,49635,0,0,0,0),(95086,26075,0,1,1,23780,1,1894.39,1591.51,91.6185,3.26377,180,0,0,7185,7196,0,0,0,0),(95087,26760,0,1,1,23659,0,1893.62,1587.59,91.9029,3.05433,180,0,0,8982,0,0,0,0,0),(95088,26740,0,1,1,24019,0,1858.47,1606.61,95.4174,5.2709,180,0,0,8982,0,0,0,0,0),(95089,26739,0,1,1,24019,0,1835.75,1604.99,95.6788,4.72984,180,0,0,8982,0,0,0,0,0),(95090,26739,0,1,1,24019,0,1845.04,1605.12,94.6448,4.92183,180,0,0,8982,0,0,0,0,0),(95091,26739,0,1,1,24019,0,1840.38,1604.84,94.9566,4.38078,180,0,0,8982,0,0,0,0,0),(95092,26738,0,1,1,24019,0,1862.45,1608.12,95.2067,4.99164,180,0,0,8982,0,0,0,0,0),(95093,26740,0,1,1,24019,0,1854.38,1605.15,95.3961,4.53786,180,0,0,8982,0,0,0,0,0),(95094,26740,0,1,1,24019,0,1849.59,1605.1,95.0324,4.74729,180,0,0,8982,0,0,0,0,0),(79844,21127,547,3,1,0,0,-197.818,-765.534,42.9912,4.60784,86400,3,0,1,0,1,0,0,0),(47088,17407,530,1,1,17055,0,-3787.35,1253.11,88.8691,0,3600,0,0,4979,0,0,0,0,0),(41637,17407,530,1,1,17055,0,-4204.32,676.51,23.4218,0,3600,0,0,4979,0,0,0,0,0),(42968,17407,530,1,1,17055,0,-3925.41,1142.87,27.5269,0,3600,0,0,4979,0,0,0,0,0),(95100,26738,0,1,1,24019,0,1866.6,1608.57,94.916,4.69494,180,0,0,8982,0,0,0,0,0),(79845,21127,547,3,1,0,0,-168.996,-778.172,42.3661,0.575959,86400,3,0,1,0,1,0,0,0),(80260,17942,547,3,1,0,0,-281.096,-667.138,9.40212,5.84685,86400,0,0,1,0,0,0,0,0),(95104,26738,0,1,1,24019,0,1871.28,1608.02,94.4118,4.39823,180,0,0,8982,0,0,0,0,0),(95105,26724,0,1,1,24019,0,1875.51,1606.74,93.7437,4.11898,180,0,0,8982,0,0,0,0,0),(95106,26743,0,1,1,24019,0,1880.67,1600.91,92.1805,3.63029,180,0,0,8982,0,0,0,0,0),(96488,26309,1,1,1,23757,1,9850.05,1059.94,1310.18,6.21337,180,0,0,8982,0,0,0,0,0),(95108,26742,0,1,1,24019,0,1878.89,1604.54,92.9749,3.87463,180,0,0,8982,0,0,0,0,0),(95845,26309,0,1,1,23757,1,-5657.15,-487.392,400.061,1.69297,180,0,0,8982,0,0,0,0,0),(52094,23264,530,1,1,0,0,-4924.91,375.725,84.607,0.841059,300,0,0,6986,0,0,0,0,0),(52095,23264,530,1,1,0,0,-5033.75,387.807,170.647,4.44133,300,0,0,6986,0,0,0,0,0),(95112,26753,0,1,1,24019,0,1811.61,194.03,70.483,1.64061,180,0,0,8982,0,0,0,0,0),(95113,26752,0,1,1,24019,0,1820.68,194.205,70.483,1.72788,180,0,0,8982,0,0,0,0,0),(95114,26748,0,1,1,24019,0,1816.32,194.068,70.483,1.69297,180,0,0,8982,0,0,0,0,0),(95115,26755,0,1,1,24019,0,1802.41,193.896,70.483,1.55334,180,0,0,8982,0,0,0,0,0),(95116,26757,0,1,1,24019,0,1793.01,193.961,70.483,1.44862,180,0,0,8982,0,0,0,0,0),(95117,26759,0,1,1,24019,0,1783.21,194.112,70.483,1.32645,180,0,0,8982,0,0,0,0,0),(95118,26751,0,1,1,24019,0,1824.95,194.258,70.483,1.78024,180,0,0,8982,0,0,0,0,0),(95119,26756,0,1,1,24019,0,1797.49,193.892,70.483,1.48353,180,0,0,8982,0,0,0,0,0),(95120,26758,0,1,1,24019,0,1787.91,193.918,70.483,1.37881,180,0,0,8982,0,0,0,0,0),(95121,26754,0,1,1,24019,0,1807.14,194.02,70.483,1.58825,180,0,0,8982,0,0,0,0,0),(95122,26326,0,1,1,24031,0,1811.61,194.03,74.1663,1.64061,180,0,0,7185,7196,0,0,0,0),(95123,26325,0,1,1,24030,0,1820.68,194.205,74.1663,1.72788,180,0,0,8982,3155,0,0,0,0),(95124,26307,0,1,1,24028,0,1816.32,194.068,74.1663,1.69297,180,0,0,8982,3155,0,0,0,0),(95125,26328,0,1,1,24033,0,1802.41,193.896,74.1663,1.55334,180,0,0,7185,7196,0,0,0,0),(95126,26330,0,1,1,24034,0,1793.01,193.961,74.1663,1.44862,180,0,0,8982,3155,0,0,0,0),(95127,26332,0,1,1,24036,0,1783.21,194.112,74.1663,1.32645,180,0,0,8982,0,0,0,0,0),(95128,26324,0,1,1,24029,0,1824.95,194.258,74.1663,1.78024,180,0,0,8982,3155,0,0,0,0),(95129,26329,0,1,1,23777,0,1797.49,193.892,74.1663,1.48353,180,0,0,8982,0,0,0,0,0),(95130,26331,0,1,1,24035,0,1787.91,193.918,74.1663,1.37881,180,0,0,7185,7196,0,0,0,0),(95131,26327,0,1,1,24032,0,1807.14,194.02,74.1663,1.58825,180,0,0,8982,3155,0,0,0,0),(95132,26765,0,1,1,24019,0,1814.6,238.413,60.5633,6.26573,180,0,0,8982,0,0,0,0,0),(95133,26749,0,1,1,24019,0,1812.39,231.916,60.6701,0.191986,180,0,0,8982,0,0,0,0,0),(95134,26760,0,1,1,23659,0,1814.6,238.413,64.2466,6.26573,180,0,0,8982,0,0,0,0,0),(95135,26747,0,1,1,24019,0,1812.11,245.365,60.6701,6.05629,180,0,0,8982,0,0,0,0,0),(95136,26075,0,1,1,23780,1,1812.39,231.916,64.3534,0.191986,180,0,0,7185,7196,0,0,0,0),(95137,26012,0,1,1,24023,0,1812.11,245.365,64.3534,6.05629,180,0,0,8982,0,0,0,0,0),(95138,26739,0,1,1,24019,0,1772.21,284.914,70.483,4.93928,180,0,0,8982,0,0,0,0,0),(95139,26739,0,1,1,24019,0,1780.97,284.972,70.483,4.85202,180,0,0,8982,0,0,0,0,0),(95140,26740,0,1,1,24019,0,1789.77,284.753,70.483,4.76475,180,0,0,8982,0,0,0,0,0),(95141,26741,0,1,1,24019,0,1757.85,285.368,70.483,5.07891,180,0,0,8982,0,0,0,0,0),(95142,26740,0,1,1,24019,0,1785.63,284.86,70.483,4.81711,180,0,0,8982,0,0,0,0,0),(95143,26741,0,1,1,24019,0,1762.79,285.141,70.483,5.044,180,0,0,8982,0,0,0,0,0),(95144,26738,0,1,1,24019,0,1798.89,284.425,70.483,4.66003,180,0,0,8982,0,0,0,0,0),(95145,26739,0,1,1,24019,0,1776.41,284.918,70.483,4.90438,180,0,0,8982,0,0,0,0,0),(95146,26738,0,1,1,24019,0,1803.06,284.255,70.483,4.60767,180,0,0,8982,0,0,0,0,0),(95147,26741,0,1,1,24019,0,1767.37,285.362,70.483,4.99164,180,0,0,8982,0,0,0,0,0),(95148,26740,0,1,1,24019,0,1794.44,284.529,70.483,4.69494,180,0,0,8982,0,0,0,0,0),(40558,17407,530,1,1,17055,0,-4287.04,805.089,22.9139,0,3600,0,0,4979,0,0,0,0,0),(40552,17407,530,1,1,17055,0,-4084.65,855.649,7.45207,0,3600,0,0,4979,0,0,0,0,0),(143601,23287,530,1,1,0,0,-5229.83,626.327,48.9302,4.2237,300,0,0,4299,0,0,0,0,0),(143602,23287,530,1,1,0,0,-5160.78,616.745,36.2415,5.044,300,0,0,4299,0,0,0,0,0),(40531,17407,530,1,1,17055,0,-3669.82,1074.14,68.2889,0,3600,0,0,4979,0,0,0,0,0),(40532,17407,530,1,1,17055,0,-3645.01,738.124,-3.39476,0,3600,0,0,4979,0,0,0,0,0),(95702,26309,1,1,1,23757,1,343.084,-4739.37,13.3583,1.74533,180,0,0,8982,0,0,0,0,0),(143603,23287,530,1,1,0,0,-5160.42,658.833,38.7361,3.10669,300,0,0,4299,0,0,0,0,0),(95160,26007,0,1,1,23766,0,1641.98,239.803,62.6749,0.034907,180,0,0,8982,0,0,0,0,0),(95161,26007,0,1,1,23766,0,1720.57,335.589,-49.023,3.90954,180,0,0,8982,0,0,0,0,0),(95162,26742,0,1,1,24019,0,1817.09,283.71,70.483,4.46804,180,0,0,8982,0,0,0,0,0),(95163,26738,0,1,1,24019,0,1807.6,284.146,70.483,4.55531,180,0,0,8982,0,0,0,0,0),(95164,26724,0,1,1,24019,0,1812.21,283.873,70.483,4.5204,180,0,0,8982,0,0,0,0,0),(95165,26743,0,1,1,24019,0,1821.55,283.656,70.483,4.41568,180,0,0,8982,0,0,0,0,0),(95166,26744,0,1,1,24019,0,1826.07,283.764,70.483,4.38078,180,0,0,8982,0,0,0,0,0),(52264,23150,530,1,1,21284,0,-5121.2,532.319,85.3588,2.64879,300,0,0,6761,0,0,0,0,0),(95773,26309,1,1,1,23757,1,-599.671,-4276.86,41.7691,2.07694,180,0,0,8982,0,0,0,0,0),(52093,23264,530,1,1,0,0,-4922.88,216.524,63.3957,0.804148,300,0,0,6986,0,0,0,0,0),(95172,26007,0,1,1,23766,0,1596.09,240.204,-52.0596,0.10472,180,0,0,8982,0,0,0,0,0),(95173,26745,0,1,1,24019,0,1835.63,283.499,70.483,4.29351,180,0,0,8982,0,0,0,0,0),(95174,26745,0,1,1,24019,0,1830.92,283.602,70.483,4.32842,180,0,0,8982,0,0,0,0,0),(16193,23397,564,1,1,21563,1,560.511,281.83,271.815,0.994838,604800,0,0,165200,49635,0,0,0,0),(95177,26745,0,1,1,24019,0,1840.09,283.23,70.483,4.24115,180,0,0,8982,0,0,0,0,0),(95179,26007,530,1,1,23766,0,9816.18,-7267.55,26.312,4.01426,180,0,0,8982,0,0,0,0,0),(95180,26738,530,1,1,24019,0,9567.51,-7281.38,14.084,1.53589,180,0,0,8982,0,0,0,0,0),(95181,26738,530,1,1,24019,0,9572.19,-7281.35,14.0835,1.8326,180,0,0,8982,0,0,0,0,0),(95182,26740,530,1,1,24019,0,9550.38,-7281.02,14.0816,1.27409,180,0,0,8982,0,0,0,0,0),(95183,26745,530,1,1,24019,0,9598.18,-7281.77,14.086,1.55334,180,0,0,8982,0,0,0,0,0),(95184,26745,530,1,1,24019,0,9594,-7281.68,14.0854,1.25664,180,0,0,8982,0,0,0,0,0),(95185,26743,530,1,1,24019,0,9585.25,-7281.74,14.0864,1.72788,180,0,0,8982,0,0,0,0,0),(95186,26740,530,1,1,24019,0,9559.01,-7281.31,14.0838,1.8675,180,0,0,8982,0,0,0,0,0),(95187,26740,530,1,1,24019,0,9554.8,-7281.12,14.0823,1.5708,180,0,0,8982,0,0,0,0,0),(95188,26744,530,1,1,24019,0,9589.66,-7281.58,14.0847,2.00713,180,0,0,8982,0,0,0,0,0),(95189,26758,530,1,1,24019,0,9560.71,-7320.98,14.2086,4.11898,180,0,0,8982,0,0,0,0,0),(95190,26742,530,1,1,24019,0,9581.06,-7281.64,14.0857,1.44862,180,0,0,8982,0,0,0,0,0),(95191,26739,530,1,1,24019,0,9546.12,-7280.99,14.0815,1.8326,180,0,0,8982,0,0,0,0,0),(95192,26759,530,1,1,24019,0,9565.17,-7321.02,14.2118,3.9968,180,0,0,8982,0,0,0,0,0),(95193,26757,530,1,1,24019,0,9556.23,-7320.85,14.2062,4.24115,180,0,0,8982,0,0,0,0,0),(95194,26724,530,1,1,24019,0,9576.63,-7281.49,14.0845,1.15192,180,0,0,8982,0,0,0,0,0),(96468,26309,1,1,1,23757,1,9854.1,1068.35,1310.95,5.55015,180,0,0,8982,0,0,0,0,0),(96461,26309,1,1,1,23757,1,9946.86,2180.83,1331.47,0.244346,180,0,0,8982,0,0,0,0,0),(76278,28547,602,3,1,0,0,1175.45,-260.06,52.3494,3.60509,7200,5,0,1,0,1,0,0,0),(95199,26738,530,1,1,24019,0,9563.2,-7281.29,14.0834,1.23918,180,0,0,8982,0,0,0,0,0),(95200,26756,530,1,1,24019,0,9551.52,-7320.85,14.204,4.39823,180,0,0,8982,0,0,0,0,0),(16192,23397,564,1,1,21563,1,556.271,309.963,271.697,2.96706,604800,0,0,165200,49635,0,0,0,0),(52091,23264,530,1,1,0,0,-5054.68,-88.0717,66.4088,5.42544,300,0,0,6986,0,0,0,0,0),(52092,23264,530,1,1,0,0,-5009.07,130.602,77.0179,6.26581,300,0,0,6986,0,0,0,0,0),(245550,16592,1,1,1,11686,0,9778.64,1019.38,1299.79,0.261799,300,0,0,42,0,0,0,0,0),(95206,26331,530,1,1,24035,0,9560.71,-7320.98,17.892,4.11898,180,0,0,7185,7196,0,0,0,0),(52263,23150,530,1,1,21284,0,-5130.06,525.152,85.6852,2.06209,300,0,0,6761,0,0,0,0,0),(95209,26332,530,1,1,24036,0,9565.17,-7321.02,17.8952,3.9968,180,0,0,8982,0,0,0,0,0),(95210,26330,530,1,1,24034,0,9556.23,-7320.85,17.8895,4.24115,180,0,0,8982,3155,0,0,0,0),(95771,26309,1,1,1,23757,1,-603.758,-4277.35,41.6331,1.97222,180,0,0,8982,0,0,0,0,0),(95213,26329,530,1,1,23777,0,9551.52,-7320.85,17.8874,4.39823,180,0,0,8982,0,0,0,0,0),(95214,26745,530,1,1,24019,0,9602.14,-7281.89,14.0869,1.8326,180,0,0,8982,0,0,0,0,0),(95216,26007,530,1,1,23766,0,9593.79,-7134.21,14.3742,4.67748,180,0,0,8982,0,0,0,0,0),(95217,26751,530,1,1,24019,0,9524.75,-7319.78,14.2025,5.34071,180,0,0,8982,0,0,0,0,0),(95218,26748,530,1,1,24019,0,9533.16,-7320.12,14.208,5.09636,180,0,0,8982,0,0,0,0,0),(95219,26741,530,1,1,24019,0,9529.76,-7280.84,14.0818,1.5708,180,0,0,8982,0,0,0,0,0),(95220,26752,530,1,1,24019,0,9529.04,-7319.91,14.2055,5.21853,180,0,0,8982,0,0,0,0,0),(95221,26754,530,1,1,24019,0,9541.87,-7320.59,14.2045,4.7822,180,0,0,8982,0,0,0,0,0),(95222,26749,530,1,1,24019,0,9514.48,-7296.24,14.5,3.35103,180,0,0,8982,0,0,0,0,0),(95223,26755,530,1,1,24019,0,9546.75,-7320.65,14.208,4.57276,180,0,0,8982,0,0,0,0,0),(95224,26739,530,1,1,24019,0,9542.08,-7280.83,14.0803,1.5708,180,0,0,8982,0,0,0,0,0),(95225,26765,530,1,1,24019,0,9514.43,-7300.57,14.5415,3.15905,180,0,0,8982,0,0,0,0,0),(95226,26324,530,1,1,24029,0,9524.75,-7319.78,17.8859,5.34071,180,0,0,8982,3155,0,0,0,0),(95227,26307,530,1,1,24028,0,9533.16,-7320.12,17.8914,5.09636,180,0,0,8982,3155,0,0,0,0),(95228,26325,530,1,1,24030,0,9529.04,-7319.91,17.8889,5.21853,180,0,0,8982,3155,0,0,0,0),(95229,26741,530,1,1,24019,0,9534.04,-7280.74,14.0802,1.88496,180,0,0,8982,0,0,0,0,0),(95230,26747,530,1,1,24019,0,9514.55,-7304.63,14.5456,2.98451,180,0,0,8982,0,0,0,0,0),(95231,26741,530,1,1,24019,0,9525.61,-7280.67,14.0809,1.29154,180,0,0,8982,0,0,0,0,0),(95232,26739,530,1,1,24019,0,9537.96,-7280.78,14.08,1.27409,180,0,0,8982,0,0,0,0,0),(95233,26753,530,1,1,24019,0,9537.32,-7320.32,14.2026,4.95674,180,0,0,8982,0,0,0,0,0),(95234,26327,530,1,1,24032,0,9541.87,-7320.59,17.8879,4.7822,180,0,0,8982,3155,0,0,0,0),(95235,26075,530,1,1,23780,1,9514.48,-7296.24,18.1833,3.35103,180,0,0,7185,7196,0,0,0,0),(95236,26328,530,1,1,24033,0,9546.75,-7320.65,17.8913,4.57276,180,0,0,7185,7196,0,0,0,0),(35871,17407,530,1,1,17055,0,-3312.02,795.035,-19.3869,0,3600,0,0,4979,0,0,0,0,0),(95238,26760,530,1,1,23659,0,9514.43,-7300.57,18.2249,3.15905,180,0,0,8982,0,0,0,0,0),(143604,23287,530,1,1,0,0,-5163.11,651.53,37.3971,2.46091,300,0,0,4299,0,0,0,0,0),(95240,26012,530,1,1,24023,0,9514.55,-7304.63,18.229,2.98451,180,0,0,8982,0,0,0,0,0),(143605,23287,530,1,1,0,0,-5160.55,678.992,41.0232,2.79253,300,0,0,4299,0,0,0,0,0),(95243,26326,530,1,1,24031,0,9537.32,-7320.32,17.886,4.95674,180,0,0,7185,7196,0,0,0,0),(95244,26007,530,1,1,23766,0,9280.18,-6960.89,5.4896,3.15905,180,0,0,8982,0,0,0,0,0),(95245,26741,530,1,1,24019,0,9485.75,-6814.39,16.5769,0.471239,180,0,0,8982,0,0,0,0,0),(95246,26741,530,1,1,24019,0,9487.75,-6817.6,16.5769,0.785398,180,0,0,8982,0,0,0,0,0),(95247,26741,530,1,1,24019,0,9485.1,-6810.26,16.5769,0.10472,180,0,0,8982,0,0,0,0,0),(95248,26739,530,1,1,24019,0,9483.99,-6805.93,16.5769,0.715585,180,0,0,8982,0,0,0,0,0),(95249,26739,530,1,1,24019,0,9481.38,-6802.79,16.5769,0.349066,180,0,0,8982,0,0,0,0,0),(143606,23287,530,1,1,0,0,-5161.21,668.851,40.5012,3.28122,300,0,0,4299,0,0,0,0,0),(143607,23287,530,1,1,0,0,-5152.85,621.456,35.8735,5.16617,300,0,0,4299,0,0,0,0,0),(35870,17407,530,1,1,17055,0,-2690.47,1403.7,97.6697,0,3600,0,0,4979,0,0,0,0,0),(95255,26740,530,1,1,24019,0,9486.57,-6773.35,16.5769,5.3058,180,0,0,8982,0,0,0,0,0),(95256,26739,530,1,1,24019,0,9481.37,-6798.37,16.5769,6.24828,180,0,0,8982,0,0,0,0,0),(95257,26740,530,1,1,24019,0,9490.43,-6771.74,16.5769,4.90438,180,0,0,8982,0,0,0,0,0),(52364,17962,547,3,1,0,1,127.398,-299.944,3.03642,1.17352,86400,1,0,15489,0,1,0,0,0),(95260,26740,530,1,1,24019,0,9494.93,-6772.12,16.5769,4.46804,180,0,0,8982,0,0,0,0,0),(52363,17962,547,3,1,0,1,135.692,-464.558,3.0339,2.38563,86400,5,0,15489,0,1,0,0,0),(52362,17962,547,3,1,0,1,43.2334,-362.787,3.03565,0.253619,86400,1,0,15489,0,1,0,0,0),(95263,26752,530,1,1,24019,0,9547.04,-6812.6,16.5441,3.4383,180,0,0,8982,0,0,0,0,0),(95264,26755,530,1,1,24019,0,9544.78,-6829.37,16.5759,2.61799,180,0,0,8982,0,0,0,0,0),(95265,26765,530,1,1,24019,0,9493.56,-6835.23,16.5769,0.802851,180,0,0,8982,0,0,0,0,0),(95266,26747,530,1,1,24019,0,9490.31,-6832.23,16.5769,0.628319,180,0,0,8982,0,0,0,0,0),(95267,26754,530,1,1,24019,0,9546.56,-6825.37,16.5759,2.82743,180,0,0,8982,0,0,0,0,0),(95268,26756,530,1,1,24019,0,9542.14,-6833.07,16.576,2.40855,180,0,0,8982,0,0,0,0,0),(95269,26759,530,1,1,24019,0,9531.15,-6841.11,16.5768,1.76278,180,0,0,8982,0,0,0,0,0),(95270,26757,530,1,1,24019,0,9539.04,-6836.32,16.5768,2.19912,180,0,0,8982,0,0,0,0,0),(95271,26758,530,1,1,24019,0,9535.18,-6839.05,16.5768,1.97222,180,0,0,8982,0,0,0,0,0),(95272,26749,530,1,1,24019,0,9496.39,-6838.44,16.5769,0.959931,180,0,0,8982,0,0,0,0,0),(95273,26325,530,1,1,24030,0,9547.04,-6812.6,20.2275,3.4383,180,0,0,8982,3155,0,0,0,0),(95274,26328,530,1,1,24033,0,9544.78,-6829.37,20.2592,2.61799,180,0,0,7185,7196,0,0,0,0),(95275,26760,530,1,1,23659,0,9493.56,-6835.23,20.2602,0.802851,180,0,0,8982,0,0,0,0,0),(95276,26751,530,1,1,24019,0,9546.18,-6808.82,16.4958,3.61283,180,0,0,8982,0,0,0,0,0),(95277,26748,530,1,1,24019,0,9547.34,-6816.89,16.5695,3.24631,180,0,0,8982,0,0,0,0,0),(95278,26753,530,1,1,24019,0,9547.14,-6821.23,16.5759,3.03687,180,0,0,8982,0,0,0,0,0),(95279,26012,530,1,1,24023,0,9490.31,-6832.23,20.2602,0.628319,180,0,0,8982,0,0,0,0,0),(95280,26327,530,1,1,24032,0,9546.56,-6825.37,20.2592,2.82743,180,0,0,8982,3155,0,0,0,0),(95281,26329,530,1,1,23777,0,9542.14,-6833.07,20.2593,2.40855,180,0,0,8982,0,0,0,0,0),(95282,26332,530,1,1,24036,0,9531.15,-6841.11,20.2601,1.76278,180,0,0,8982,0,0,0,0,0),(95283,26330,530,1,1,24034,0,9539.04,-6836.32,20.2601,2.19912,180,0,0,8982,3155,0,0,0,0),(95284,26331,530,1,1,24035,0,9535.18,-6839.05,20.2601,1.97222,180,0,0,7185,7196,0,0,0,0),(95285,26075,530,1,1,23780,1,9496.39,-6838.44,20.2602,0.959931,180,0,0,7185,7196,0,0,0,0),(95286,26324,530,1,1,24029,0,9546.18,-6808.82,20.1791,3.61283,180,0,0,8982,3155,0,0,0,0),(95287,26307,530,1,1,24028,0,9547.34,-6816.89,20.2528,3.24631,180,0,0,8982,3155,0,0,0,0),(95288,26326,530,1,1,24031,0,9547.14,-6821.23,20.2593,3.03687,180,0,0,7185,7196,0,0,0,0),(95289,26738,530,1,1,24019,0,9499.53,-6772.75,16.5766,4.83456,180,0,0,8982,0,0,0,0,0),(95290,26745,530,1,1,24019,0,9539.34,-6785.59,16.2836,2.74017,180,0,0,8982,0,0,0,0,0),(95291,26742,530,1,1,24019,0,9522.62,-6774.18,16.5054,5.2709,180,0,0,8982,0,0,0,0,0),(95292,26724,530,1,1,24019,0,9518.53,-6775.67,16.5727,5.5676,180,0,0,8982,0,0,0,0,0),(95293,26745,530,1,1,24019,0,9541.05,-6781.55,15.8346,3.08923,180,0,0,8982,0,0,0,0,0),(95294,26738,530,1,1,24019,0,9507.46,-6774.56,16.5766,4.10152,180,0,0,8982,0,0,0,0,0),(95295,26738,530,1,1,24019,0,9503.36,-6773.53,16.5764,4.46804,180,0,0,8982,0,0,0,0,0),(95296,26744,530,1,1,24019,0,9530.67,-6770.66,15.7356,4.64258,180,0,0,8982,0,0,0,0,0),(95297,26745,530,1,1,24019,0,9537.87,-6789.84,16.5007,2.3911,180,0,0,8982,0,0,0,0,0),(95298,26743,530,1,1,24019,0,9526.6,-6772.73,16.2769,4.95674,180,0,0,8982,0,0,0,0,0),(96457,26309,1,1,1,23757,1,9946.51,2171.36,1331.23,0.331613,180,0,0,8982,0,0,0,0,0),(52259,23150,530,1,1,21284,0,-5145.34,560.053,83.7917,4.86383,300,0,0,6761,0,0,0,0,0),(52260,23150,530,1,1,21284,0,-5143.63,545.003,73.6164,5.54116,300,0,0,6761,0,0,0,0,0),(52261,23150,530,1,1,21284,0,-5143.59,525.125,83.6451,1.25336,300,0,0,6761,0,0,0,0,0),(52262,23150,530,1,1,21284,0,-5135.65,537.691,73.6029,2.36501,300,0,0,6761,0,0,0,0,0),(52090,23264,530,1,1,0,0,-5159.08,-91.113,71.6623,3.74625,300,0,0,6986,0,0,0,0,0),(95309,26007,530,1,1,23766,0,10073.4,-6340.78,5.45281,5.74213,180,0,0,8982,0,0,0,0,0),(95310,26740,530,1,1,24019,0,10381.8,-6411.2,38.6156,3.29867,180,0,0,8982,0,0,0,0,0),(95311,26724,530,1,1,24019,0,10339.4,-6416.34,38.6156,0.087266,180,0,0,8982,0,0,0,0,0),(95312,26740,530,1,1,24019,0,10381.3,-6407.14,38.6156,3.45575,180,0,0,8982,0,0,0,0,0),(95313,26752,530,1,1,24019,0,10377.4,-6400.49,49.7988,5.96903,180,0,0,8982,0,0,0,0,0),(95314,26755,530,1,1,24019,0,10380.4,-6411.47,49.7988,0.872665,180,0,0,8982,0,0,0,0,0),(95315,26738,530,1,1,24019,0,10380.7,-6419.44,38.6156,2.98451,180,0,0,8982,0,0,0,0,0),(95316,26743,530,1,1,24019,0,10339.4,-6408.97,38.6156,6.10865,180,0,0,8982,0,0,0,0,0),(95317,26748,530,1,1,24019,0,10376.7,-6403.38,49.7989,6.24828,180,0,0,8982,0,0,0,0,0),(95318,26754,530,1,1,24019,0,10378.2,-6409.42,49.7988,0.593412,180,0,0,8982,0,0,0,0,0),(95319,26738,530,1,1,24019,0,10378.7,-6423.19,38.6156,2.80998,180,0,0,8982,0,0,0,0,0),(95320,26742,530,1,1,24019,0,10339.3,-6412.58,38.6156,6.23082,180,0,0,8982,0,0,0,0,0),(95321,26765,530,1,1,24019,0,10358.9,-6408.13,38.6149,1.85005,180,0,0,8982,0,0,0,0,0),(95322,26753,530,1,1,24019,0,10377.2,-6406.48,49.7985,0.279253,180,0,0,8982,0,0,0,0,0),(95323,26747,530,1,1,24019,0,10355.8,-6409.77,38.6155,1.53589,180,0,0,8982,0,0,0,0,0),(95324,26749,530,1,1,24019,0,10362.4,-6407.15,38.6155,2.21657,180,0,0,8982,0,0,0,0,0),(95325,26744,530,1,1,24019,0,10340.4,-6405.23,38.6156,5.95157,180,0,0,8982,0,0,0,0,0),(76279,28825,602,3,1,0,0,1176.09,-249.283,52.3536,4.02161,7200,5,0,1,0,1,0,0,0),(76280,28825,602,3,1,0,0,1166.92,-254.841,52.3435,3.00589,7200,5,0,1,0,1,0,0,0),(95329,26325,530,1,1,24030,0,10377.4,-6400.49,53.4821,5.96903,180,0,0,8982,3155,0,0,0,0),(95330,26328,530,1,1,24033,0,10380.4,-6411.47,53.4821,0.872665,180,0,0,7185,7196,0,0,0,0),(96456,26309,1,1,1,23757,1,9946.86,2176.09,1331.33,0.296706,180,0,0,8982,0,0,0,0,0),(95332,26745,530,1,1,24019,0,10342,-6401.89,38.6156,5.81195,180,0,0,8982,0,0,0,0,0),(95333,26738,530,1,1,24019,0,10381.8,-6415.43,38.6156,3.14159,180,0,0,8982,0,0,0,0,0),(52089,23264,530,1,1,0,0,-5209.89,-72.5772,67.4847,0.338408,300,0,0,6986,0,0,0,0,0),(95335,26307,530,1,1,24028,0,10376.7,-6403.38,53.4822,6.24828,180,0,0,8982,3155,0,0,0,0),(95336,26327,530,1,1,24032,0,10378.2,-6409.42,53.4821,0.593412,180,0,0,8982,3155,0,0,0,0),(96380,26309,530,1,1,23757,1,-4121.41,-13729.8,78.4289,4.66003,180,0,0,8982,0,0,0,0,0),(52237,23150,530,1,1,21284,0,-5152.51,553.331,83.562,5.34214,300,0,0,6761,0,0,0,0,0),(95339,26760,530,1,1,23659,0,10358.9,-6408.13,42.2982,1.85005,180,0,0,8982,0,0,0,0,0),(95340,26326,530,1,1,24031,0,10377.2,-6406.48,53.4818,0.279253,180,0,0,7185,7196,0,0,0,0),(95341,26012,530,1,1,24023,0,10355.8,-6409.77,42.2989,1.53589,180,0,0,8982,0,0,0,0,0),(95342,26075,530,1,1,23780,1,10362.4,-6407.15,42.2989,2.21657,180,0,0,7185,7196,0,0,0,0),(245549,16592,0,1,1,11686,0,188.243,-2132.53,102.674,-1.37881,300,0,0,42,0,0,0,0,0),(96379,26309,530,1,1,23757,1,-4131.41,-13731.5,78.403,5.18363,180,0,0,8982,0,0,0,0,0),(95347,26759,530,1,1,24019,0,10408.1,-6401.21,52.1757,3.19395,180,0,0,8982,0,0,0,0,0),(95348,26332,530,1,1,24036,0,10408.1,-6401.21,55.859,3.19395,180,0,0,8982,0,0,0,0,0),(95349,26739,530,1,1,24019,0,10378.1,-6399.95,38.6156,3.735,180,0,0,8982,0,0,0,0,0),(95350,26741,530,1,1,24019,0,10369.7,-6392.55,38.6156,4.15388,180,0,0,8982,0,0,0,0,0),(95351,26745,530,1,1,24019,0,10346.3,-6395.76,38.6156,5.53269,180,0,0,8982,0,0,0,0,0),(95352,26751,530,1,1,24019,0,10379,-6397.45,49.8006,5.61996,180,0,0,8982,0,0,0,0,0),(95353,26741,530,1,1,24019,0,10365.9,-6391.32,38.6156,4.29351,180,0,0,8982,0,0,0,0,0),(95354,26745,530,1,1,24019,0,10344,-6398.57,38.6156,5.67232,180,0,0,8982,0,0,0,0,0),(95355,26739,530,1,1,24019,0,10373.2,-6394.57,38.6156,3.9968,180,0,0,8982,0,0,0,0,0),(95356,26739,530,1,1,24019,0,10376,-6396.96,38.6156,3.87463,180,0,0,8982,0,0,0,0,0),(95357,26741,530,1,1,24019,0,10362,-6390.17,38.6154,4.45059,180,0,0,8982,0,0,0,0,0),(32594,17407,530,1,1,17055,0,-2647.31,1086.09,53.6028,0,3600,0,0,4979,0,0,0,0,0),(143608,23287,530,1,1,0,0,-5157.46,707.981,42.9782,2.75762,300,0,0,4299,0,0,0,0,0),(95361,26324,530,1,1,24029,0,10379,-6397.45,53.4839,5.61996,180,0,0,8982,3155,0,0,0,0),(95700,26309,1,1,1,23757,1,347.945,-4739.01,13.3807,1.91986,180,0,0,8982,0,0,0,0,0),(143611,23287,530,1,1,0,0,-5144.96,630.149,35.9286,5.61996,300,0,0,4299,0,0,0,0,0),(143609,23287,530,1,1,0,0,-5156.38,687.075,41.2775,2.80998,300,0,0,4299,0,0,0,0,0),(143610,23287,530,1,1,0,0,-5138.04,646.656,36.6503,0.244346,300,0,0,4299,0,0,0,0,0),(95367,26757,530,1,1,24019,0,10410,-6393.97,52.1757,3.56047,180,0,0,8982,0,0,0,0,0),(95368,26756,530,1,1,24019,0,10405.9,-6392.93,52.1757,3.735,180,0,0,8982,0,0,0,0,0),(95369,26330,530,1,1,24034,0,10410,-6393.97,55.859,3.56047,180,0,0,8982,3155,0,0,0,0),(95370,26331,530,1,1,24035,0,10411,-6397.91,55.859,3.35103,180,0,0,7185,7196,0,0,0,0),(95371,26329,530,1,1,23777,0,10405.9,-6392.93,55.859,3.735,180,0,0,8982,0,0,0,0,0),(95372,26007,0,1,1,23766,0,2034.28,165.406,33.9506,5.98648,180,0,0,8982,0,0,0,0,0),(95373,26747,0,1,1,24019,0,2234.47,247.96,33.3015,3.08923,180,0,0,8982,0,0,0,0,0),(95374,26765,0,1,1,24019,0,2234.76,252.124,33.6871,2.93215,180,0,0,8982,0,0,0,0,0),(95375,26012,0,1,1,24023,0,2234.47,247.96,36.9848,3.08923,180,0,0,8982,0,0,0,0,0),(95376,26760,0,1,1,23659,0,2234.76,252.124,37.3704,2.93215,180,0,0,8982,0,0,0,0,0),(95377,26741,0,1,1,24019,0,2244.25,264.65,34.202,2.02458,180,0,0,8982,0,0,0,0,0),(95378,26749,0,1,1,24019,0,2235.55,256.273,34.1446,2.87979,180,0,0,8982,0,0,0,0,0),(95380,26075,0,1,1,23780,1,2235.55,256.273,37.828,2.87979,180,0,0,7185,7196,0,0,0,0),(95381,26757,0,1,1,24019,0,2252.92,308.318,35.0816,5.21853,180,0,0,8982,0,0,0,0,0),(95382,26741,0,1,1,24019,0,2247.12,267.583,34.2157,2.33874,180,0,0,8982,0,0,0,0,0),(95383,26741,0,1,1,24019,0,2249.84,270.683,34.197,2.67035,180,0,0,8982,0,0,0,0,0),(95384,26740,0,1,1,24019,0,2263.54,291.336,34.2739,2.93215,180,0,0,8982,0,0,0,0,0),(95385,26738,0,1,1,24019,0,2265.49,295.103,34.3142,2.26893,180,0,0,8982,0,0,0,0,0),(95386,26756,0,1,1,24019,0,2249.42,306.416,35.2411,5.35816,180,0,0,8982,0,0,0,0,0),(95387,26753,0,1,1,24019,0,2241.34,296.581,35.2725,5.8294,180,0,0,8982,0,0,0,0,0),(95388,26752,0,1,1,24019,0,2240.44,289.174,35.2639,6.0912,180,0,0,8982,0,0,0,0,0),(95389,26739,0,1,1,24019,0,2252.6,273.708,34.197,2.09439,180,0,0,8982,0,0,0,0,0),(95390,26330,0,1,1,24034,0,2252.92,308.318,38.765,5.21853,180,0,0,8982,3155,0,0,0,0),(143612,23287,530,1,1,0,0,-5158.1,699.126,42.5282,3.47321,300,0,0,4299,0,0,0,0,0),(95698,26309,1,1,1,23757,1,352.552,-4739.69,13.5357,2.05949,180,0,0,8982,0,0,0,0,0),(143613,23287,530,1,1,0,0,-5139.44,637.25,36.1637,5.68977,300,0,0,4299,0,0,0,0,0),(95394,26755,0,1,1,24019,0,2246.44,303.898,35.2646,5.49779,180,0,0,8982,0,0,0,0,0),(95395,26751,0,1,1,24019,0,2240.62,285.491,35.1826,6.23082,180,0,0,8982,0,0,0,0,0),(95396,26754,0,1,1,24019,0,2243.16,299.951,35.2725,5.68977,180,0,0,8982,0,0,0,0,0),(95397,26758,0,1,1,24019,0,2256.61,309.504,34.8409,5.07891,180,0,0,8982,0,0,0,0,0),(95398,26740,0,1,1,24019,0,2259.86,283.647,34.2228,2.28638,180,0,0,8982,0,0,0,0,0),(95399,26739,0,1,1,24019,0,2257.51,280.381,34.197,2.75762,180,0,0,8982,0,0,0,0,0),(95400,26748,0,1,1,24019,0,2240.78,292.767,35.2725,5.96903,180,0,0,8982,0,0,0,0,0),(95401,26740,0,1,1,24019,0,2261.62,287.647,34.2584,2.60054,180,0,0,8982,0,0,0,0,0),(95402,26759,0,1,1,24019,0,2260.3,310.291,34.5559,4.93928,180,0,0,8982,0,0,0,0,0),(96377,26309,530,1,1,23757,1,-4126.28,-13730.6,78.4293,4.92183,180,0,0,8982,0,0,0,0,0),(95404,26329,0,1,1,23777,0,2249.42,306.416,38.9244,5.35816,180,0,0,8982,0,0,0,0,0),(79435,17957,547,3,1,0,0,-158.523,-447.859,3.04078,3.66519,86400,0,0,1,0,0,0,0,0),(95406,26326,0,1,1,24031,0,2241.34,296.581,38.9558,5.8294,180,0,0,7185,7196,0,0,0,0),(95407,26325,0,1,1,24030,0,2240.44,289.174,38.9472,6.0912,180,0,0,8982,3155,0,0,0,0),(79440,17890,547,3,1,0,0,-294.504,-380.871,30.5819,1.32645,86400,0,0,1,0,0,0,0,0),(95409,26328,0,1,1,24033,0,2246.44,303.898,38.9479,5.49779,180,0,0,7185,7196,0,0,0,0),(95410,26324,0,1,1,24029,0,2240.62,285.491,38.866,6.23082,180,0,0,8982,3155,0,0,0,0),(95411,26327,0,1,1,24032,0,2243.16,299.951,38.9558,5.68977,180,0,0,8982,3155,0,0,0,0),(95412,26331,0,1,1,24035,0,2256.61,309.504,38.5242,5.07891,180,0,0,7185,7196,0,0,0,0),(52358,17962,547,3,1,0,1,47.6951,-371.659,3.03565,3.24992,86400,1,0,15489,0,1,0,0,0),(95415,26307,0,1,1,24028,0,2240.78,292.767,38.9558,5.96903,180,0,0,8982,3155,0,0,0,0),(95417,26332,0,1,1,24036,0,2260.3,310.291,38.2392,4.93928,180,0,0,8982,0,0,0,0,0),(95418,26738,0,1,1,24019,0,2267.51,299.041,34.2777,2.60054,180,0,0,8982,0,0,0,0,0),(95419,26745,0,1,1,24019,0,2279.35,322.9,34.197,2.28638,180,0,0,8982,0,0,0,0,0),(95420,26743,0,1,1,24019,0,2275.6,314.185,34.2052,2.86234,180,0,0,8982,0,0,0,0,0),(95421,26738,0,1,1,24019,0,2269.63,302.673,34.2115,2.9147,180,0,0,8982,0,0,0,0,0),(95422,26724,0,1,1,24019,0,2271.53,306.353,34.197,2.18166,180,0,0,8982,0,0,0,0,0),(96310,26309,530,1,1,23757,1,-4177.66,-12470.9,47.9964,4.57276,180,0,0,8982,0,0,0,0,0),(52088,23264,530,1,1,0,0,-5194.02,35.3885,71.2372,5.95086,300,0,0,6986,0,0,0,0,0),(95426,26744,0,1,1,24019,0,2277.56,318.539,34.2089,3.21141,180,0,0,8982,0,0,0,0,0),(95427,26742,0,1,1,24019,0,2273.61,310.174,34.2566,2.49582,180,0,0,8982,0,0,0,0,0),(95428,26745,0,1,1,24019,0,2281.16,327.07,34.197,2.74017,180,0,0,8982,0,0,0,0,0),(96296,26309,530,1,1,23757,1,-4186.1,-12472.7,49.1084,4.86947,180,0,0,8982,0,0,0,0,0),(95768,26309,1,1,1,23757,1,-596.086,-4276.05,41.7667,2.18166,180,0,0,8982,0,0,0,0,0),(79425,21128,547,3,1,0,0,-72.7437,-553.587,-0.803235,1.35787,86400,1,0,16574,0,1,0,0,0),(95434,26745,0,1,1,24019,0,2282.7,331.084,34.2343,3.1765,180,0,0,8982,0,0,0,0,0),(15217,23397,564,1,1,21560,1,549.777,315.551,271.467,5.42797,604800,0,0,165200,49635,0,0,0,0),(95436,26007,1,1,1,23766,0,-985.829,280.746,137.674,4.2586,180,0,0,8982,0,0,0,0,0),(95437,26740,1,1,1,24019,0,-1207.35,127.185,134.669,3.56047,180,0,0,8982,0,0,0,0,0),(95438,26738,1,1,1,24019,0,-1204.74,118.892,134.761,3.22886,180,0,0,8982,0,0,0,0,0),(76282,28825,602,3,1,0,0,1166.59,-266.738,52.3458,6.25894,7200,5,0,1,0,1,0,0,0),(76281,28825,602,3,1,0,0,1185.57,-258.923,52.3549,1.94418,7200,5,0,1,0,1,0,0,0),(95441,26738,1,1,1,24019,0,-1206.36,109.654,134.381,2.87979,180,0,0,8982,0,0,0,0,0),(95442,26744,1,1,1,24019,0,-1217.12,93.4787,133.035,2.40855,180,0,0,8982,0,0,0,0,0),(95443,26740,1,1,1,24019,0,-1209.88,130.798,134.544,3.735,180,0,0,8982,0,0,0,0,0),(95444,26724,1,1,1,24019,0,-1208.63,105.408,134.284,2.70526,180,0,0,8982,0,0,0,0,0),(95445,26740,1,1,1,24019,0,-1205.89,123.184,134.657,3.40339,180,0,0,8982,0,0,0,0,0),(95446,26745,1,1,1,24019,0,-1220.38,89.8357,132.181,2.19912,180,0,0,8982,0,0,0,0,0),(95447,26742,1,1,1,24019,0,-1211.18,101.686,134.248,2.51327,180,0,0,8982,0,0,0,0,0),(96291,26309,530,1,1,23757,1,-4181.76,-12471.6,48.4961,4.72984,180,0,0,8982,0,0,0,0,0),(79424,21128,547,3,1,0,0,-131.436,-138.875,-1.92874,5.59713,86400,1,0,16574,0,1,0,0,0),(52084,23285,530,1,1,0,0,-5012.64,527.072,-4.42936,4.9158,300,0,0,6986,0,2,0,0,0),(52085,23285,530,1,1,0,0,-5082.33,474.295,-7.78404,4.8844,300,0,0,6986,0,2,0,0,0),(52086,23285,530,1,1,0,0,-5100.12,472.324,-8.88636,5.63443,300,0,0,6986,0,2,0,0,0),(52087,23264,530,1,1,0,0,-5230.63,64.2247,64.7511,6.18962,300,0,0,6986,0,0,0,0,0),(95457,26739,1,1,1,24019,0,-1216.32,135.667,133.949,4.04916,180,0,0,8982,0,0,0,0,0),(95458,26741,1,1,1,24019,0,-1229.33,138.976,133.333,4.60767,180,0,0,8982,0,0,0,0,0),(79441,17893,547,3,1,0,0,-192.156,-799.579,43.8916,1.23918,86400,0,0,1,0,0,0,0,0),(143614,23287,530,1,1,0,0,-5131.76,701.312,41.2674,0.523599,300,0,0,4299,0,0,0,0,0),(95461,26739,1,1,1,24019,0,-1212.81,133.77,134.26,3.89208,180,0,0,8982,0,0,0,0,0),(95462,26741,1,1,1,24019,0,-1233.68,138.719,133.191,4.81711,180,0,0,8982,0,0,0,0,0),(95463,26739,1,1,1,24019,0,-1220.24,137.372,133.649,4.20624,180,0,0,8982,0,0,0,0,0),(95464,26741,1,1,1,24019,0,-1224.74,138.483,133.456,4.41568,180,0,0,8982,0,0,0,0,0),(79449,17960,547,3,1,0,0,-79.0804,-584.692,1.51208,1.0821,86400,0,0,1,0,0,0,0,0),(143615,23287,530,1,1,0,0,-5156.7,715.892,43.4573,3.10669,300,0,0,4299,0,0,0,0,0),(95655,26309,1,1,1,23757,1,1602.25,-4333.92,5.13907,5.16617,180,0,0,8982,0,0,0,0,0),(95469,26745,1,1,1,24019,0,-1226.87,83.3364,130.878,1.8675,180,0,0,8982,0,0,0,0,0),(95471,26745,1,1,1,24019,0,-1223.56,86.6204,131.497,2.02458,180,0,0,8982,0,0,0,0,0),(15215,22884,564,1,1,17528,0,272.72,808.871,-26.6521,3.33358,604800,0,0,387450,0,0,0,0,0),(95473,26756,1,1,1,24019,0,-1280.32,87.0381,128.887,0.698132,180,0,0,8982,0,0,0,0,0),(95474,26752,1,1,1,24019,0,-1291.06,106.705,131.153,0.15708,180,0,0,8982,0,0,0,0,0),(95475,26329,1,1,1,23777,0,-1280.32,87.0381,132.57,0.698132,180,0,0,8982,0,0,0,0,0),(95476,26325,1,1,1,24030,0,-1291.06,106.705,134.837,0.15708,180,0,0,8982,3155,0,0,0,0),(95477,26749,1,1,1,24019,0,-1271.29,123.7,131.351,2.35619,180,0,0,8982,0,0,0,0,0),(95478,26759,1,1,1,24019,0,-1271.37,77.4551,128.185,0.994838,180,0,0,8982,0,0,0,0,0),(95479,26748,1,1,1,24019,0,-1290.65,102.317,130.969,0.261799,180,0,0,8982,0,0,0,0,0),(95480,26747,1,1,1,24019,0,-1277.8,118.812,131.236,1.97222,180,0,0,8982,0,0,0,0,0),(95481,26765,1,1,1,24019,0,-1274.74,121.512,131.294,2.16421,180,0,0,8982,0,0,0,0,0),(95482,26753,1,1,1,24019,0,-1288.62,97.9486,130.487,0.366519,180,0,0,8982,0,0,0,0,0),(95483,26758,1,1,1,24019,0,-1274.1,80.5777,128.446,0.907571,180,0,0,8982,0,0,0,0,0),(95484,26757,1,1,1,24019,0,-1276.87,83.7532,128.64,0.802851,180,0,0,8982,0,0,0,0,0),(95485,26751,1,1,1,24019,0,-1290.34,110.918,131.213,0.069813,180,0,0,8982,0,0,0,0,0),(95486,26755,1,1,1,24019,0,-1283.54,90.7213,129.403,0.575959,180,0,0,8982,0,0,0,0,0),(95487,26754,1,1,1,24019,0,-1286.33,94.1843,130.035,0.471239,180,0,0,8982,0,0,0,0,0),(95488,26075,1,1,1,23780,1,-1271.29,123.7,135.034,2.35619,180,0,0,7185,7196,0,0,0,0),(95489,26332,1,1,1,24036,0,-1271.37,77.4551,131.868,0.994838,180,0,0,8982,0,0,0,0,0),(95490,26307,1,1,1,24028,0,-1290.65,102.317,134.652,0.261799,180,0,0,8982,3155,0,0,0,0),(95491,26012,1,1,1,24023,0,-1277.8,118.812,134.919,1.97222,180,0,0,8982,0,0,0,0,0),(95492,26760,1,1,1,23659,0,-1274.74,121.512,134.977,2.16421,180,0,0,8982,0,0,0,0,0),(95493,26326,1,1,1,24031,0,-1288.62,97.9486,134.17,0.366519,180,0,0,7185,7196,0,0,0,0),(95494,26331,1,1,1,24035,0,-1274.1,80.5777,132.13,0.907571,180,0,0,7185,7196,0,0,0,0),(95495,26330,1,1,1,24034,0,-1276.87,83.7532,132.323,0.802851,180,0,0,8982,3155,0,0,0,0),(95496,26324,1,1,1,24029,0,-1290.34,110.918,134.896,0.069813,180,0,0,8982,3155,0,0,0,0),(95497,26328,1,1,1,24033,0,-1283.54,90.7213,133.086,0.575959,180,0,0,7185,7196,0,0,0,0),(95498,26327,1,1,1,24032,0,-1286.33,94.1843,133.718,0.471239,180,0,0,8982,3155,0,0,0,0),(95499,26007,1,1,1,23766,0,-1194.94,27.9959,177.033,3.15905,180,0,0,8982,0,0,0,0,0),(95500,26007,1,1,1,23766,0,-1448.1,64.52,14.9269,0.733038,180,0,0,8982,0,0,0,0,0),(95501,26007,1,1,1,23766,0,-2035.25,-323.459,-8.78813,4.2237,180,0,0,8982,0,0,0,0,0),(95502,26740,1,1,1,24019,0,-2320.6,-400.793,-8.2731,1.98968,180,0,0,8982,0,0,0,0,0),(76283,28825,602,3,1,0,0,1183.48,-274.816,52.3588,5.94552,7200,5,0,1,0,1,0,0,0),(95504,26738,1,1,1,24019,0,-2325.14,-402.066,-8.26459,1.71042,180,0,0,8982,0,0,0,0,0),(95505,26738,1,1,1,24019,0,-2329.61,-402.991,-8.27451,1.44862,180,0,0,8982,0,0,0,0,0),(96271,26309,530,1,1,23757,1,-3931.4,-11946.8,1.25584,4.95674,180,0,0,8982,0,0,0,0,0),(96266,26309,530,1,1,23757,1,-3926.76,-11946,1.09044,4.97419,180,0,0,8982,0,0,0,0,0),(95508,26740,1,1,1,24019,0,-2316.45,-398.629,-8.42762,2.28638,180,0,0,8982,0,0,0,0,0),(95509,26739,1,1,1,24019,0,-2309.51,-392.719,-8.88856,2.77507,180,0,0,8982,0,0,0,0,0),(95510,26739,1,1,1,24019,0,-2305.58,-384.99,-8.99918,3.1765,180,0,0,8982,0,0,0,0,0),(52354,17962,547,3,1,0,1,131.953,-302.688,3.03642,2.12777,86400,1,0,15489,0,1,0,0,0),(79461,18206,547,3,1,0,0,-190.947,-693.82,40.8833,3.78736,86400,0,0,1,0,0,0,0,0),(95514,26739,1,1,1,24019,0,-2307.31,-389.074,-8.95912,2.98451,180,0,0,8982,0,0,0,0,0),(95515,26740,1,1,1,24019,0,-2312.41,-396.284,-8.72939,2.53073,180,0,0,8982,0,0,0,0,0),(79463,18206,547,3,1,0,0,-43.7605,9.13253,1.37165,4.43314,86400,0,0,1,0,0,0,0,0),(79469,18206,547,3,1,0,0,-28.6516,8.89823,1.75265,3.63029,86400,0,0,1,0,0,0,0,0),(95518,26738,1,1,1,24019,0,-2334.21,-403.043,-8.32674,1.20428,180,0,0,8982,0,0,0,0,0),(95519,26724,1,1,1,24019,0,-2338.73,-402.06,-8.41727,0.977384,180,0,0,8982,0,0,0,0,0),(96263,26309,530,1,1,23757,1,-3935.95,-11947.2,1.37436,4.85202,180,0,0,8982,0,0,0,0,0),(95522,26759,1,1,1,24019,0,-2286.5,-360.229,-9.34159,2.70526,180,0,0,8982,0,0,0,0,0),(95523,26741,1,1,1,24019,0,-2305.24,-380.286,-9.07223,3.38594,180,0,0,8982,0,0,0,0,0),(95524,26748,1,1,1,24019,0,-2299.78,-337.335,-9.34159,4.57276,180,0,0,8982,0,0,0,0,0),(95525,26765,1,1,1,24019,0,-2339.6,-360.538,-8.51153,5.84685,180,0,0,8982,0,0,0,0,0),(95526,26756,1,1,1,24019,0,-2286.49,-346.895,-9.34159,3.52556,180,0,0,8982,0,0,0,0,0),(95527,26753,1,1,1,24019,0,-2295.89,-338.757,-9.34159,4.31096,180,0,0,8982,0,0,0,0,0),(95528,26332,1,1,1,24036,0,-2286.5,-360.229,-5.65826,2.70526,180,0,0,8982,0,0,0,0,0),(143616,23287,530,1,1,0,0,-5121.37,693.678,38.9288,1.36136,300,0,0,4299,0,0,0,0,0),(95530,26307,1,1,1,24028,0,-2299.78,-337.335,-5.65826,4.57276,180,0,0,8982,3155,0,0,0,0),(95531,26760,1,1,1,23659,0,-2339.6,-360.538,-4.8282,5.84685,180,0,0,8982,0,0,0,0,0),(95532,26329,1,1,1,23777,0,-2286.49,-346.895,-5.65826,3.52556,180,0,0,8982,0,0,0,0,0),(95533,26326,1,1,1,24031,0,-2295.89,-338.757,-5.65826,4.31096,180,0,0,7185,7196,0,0,0,0),(95534,26741,1,1,1,24019,0,-2306.13,-375.656,-9.19857,3.57792,180,0,0,8982,0,0,0,0,0),(95535,26741,1,1,1,24019,0,-2308.03,-371.264,-9.30709,3.78736,180,0,0,8982,0,0,0,0,0),(95536,26757,1,1,1,24019,0,-2285.33,-351.372,-9.34159,3.24631,180,0,0,8982,0,0,0,0,0),(95537,26743,1,1,1,24019,0,-2345.68,-396.185,-8.23578,0.523599,180,0,0,8982,0,0,0,0,0),(95538,26745,1,1,1,24019,0,-2349.54,-383.41,-7.61136,6.17846,180,0,0,8982,0,0,0,0,0),(95539,26751,1,1,1,24019,0,-2308.86,-337.557,-9.34159,5.13127,180,0,0,8982,0,0,0,0,0),(95540,26758,1,1,1,24019,0,-2285.22,-356.114,-9.34159,2.96706,180,0,0,8982,0,0,0,0,0),(95541,26755,1,1,1,24019,0,-2288.53,-343.051,-9.34159,3.78736,180,0,0,8982,0,0,0,0,0),(95542,26745,1,1,1,24019,0,-2348.75,-379.007,-7.63009,5.96903,180,0,0,8982,0,0,0,0,0),(95543,26742,1,1,1,24019,0,-2342.49,-399.435,-8.37736,0.733038,180,0,0,8982,0,0,0,0,0),(95544,26749,1,1,1,24019,0,-2341.53,-364.844,-8.33903,6.16101,180,0,0,8982,0,0,0,0,0),(95545,26744,1,1,1,24019,0,-2347.88,-392.132,-8.00182,0.296706,180,0,0,8982,0,0,0,0,0),(95546,26754,1,1,1,24019,0,-2291.83,-340.173,-9.34159,4.04916,180,0,0,8982,0,0,0,0,0),(95547,26752,1,1,1,24019,0,-2304.1,-336.648,-9.34159,4.85202,180,0,0,8982,0,0,0,0,0),(95548,26745,1,1,1,24019,0,-2349.09,-388.164,-7.76641,0.10472,180,0,0,8982,0,0,0,0,0),(95653,26309,1,1,1,23757,1,1605.88,-4332.04,5.26869,5.09636,180,0,0,8982,0,0,0,0,0),(143617,23287,530,1,1,0,0,-5097.45,680.238,32.8894,3.00197,300,0,0,4299,0,0,0,0,0),(95551,26330,1,1,1,24034,0,-2285.33,-351.372,-5.65826,3.24631,180,0,0,8982,3155,0,0,0,0),(52061,23285,530,1,1,0,0,-5015.72,393.48,-13.5635,2.03573,300,0,0,6986,0,2,0,0,0),(52083,23285,530,1,1,0,0,-5142.95,424.272,-10.0708,6.20778,300,0,0,6986,0,2,0,0,0),(95554,26324,1,1,1,24029,0,-2308.86,-337.557,-5.65826,5.13127,180,0,0,8982,3155,0,0,0,0),(95555,26331,1,1,1,24035,0,-2285.22,-356.114,-5.65826,2.96706,180,0,0,7185,7196,0,0,0,0),(95556,26328,1,1,1,24033,0,-2288.53,-343.051,-5.65826,3.78736,180,0,0,7185,7196,0,0,0,0),(95559,26075,1,1,1,23780,1,-2341.53,-364.844,-4.6557,6.16101,180,0,0,7185,7196,0,0,0,0),(79423,21128,547,3,1,0,0,-123.412,-596.11,9.09754,6.15645,86400,1,0,16574,0,1,0,0,0),(95561,26327,1,1,1,24032,0,-2291.83,-340.173,-5.65826,4.04916,180,0,0,8982,3155,0,0,0,0),(95562,26325,1,1,1,24030,0,-2304.1,-336.648,-5.65826,4.85202,180,0,0,8982,3155,0,0,0,0),(14869,22884,564,1,1,17528,0,259.476,1059.17,-62.4917,2.74017,604800,0,0,387450,0,0,0,0,0),(95564,26007,1,1,1,23766,0,-2682.29,-121.955,-7.93843,2.60054,180,0,0,8982,0,0,0,0,0),(95565,26007,1,1,1,23766,0,-3035.13,145.042,70.8958,4.24115,180,0,0,8982,0,0,0,0,0),(95566,26745,1,1,1,24019,0,-3001.02,-248.134,49.42,1.13446,180,0,0,8982,0,0,0,0,0),(95567,26744,1,1,1,24019,0,-2992.09,-251.763,49.8458,1.18682,180,0,0,8982,0,0,0,0,0),(95568,26745,1,1,1,24019,0,-3005.56,-246.407,49.2669,1.09956,180,0,0,8982,0,0,0,0,0),(95569,26724,1,1,1,24019,0,-2978.34,-258.11,50.845,1.29154,180,0,0,8982,0,0,0,0,0),(95570,26738,1,1,1,24019,0,-2966.13,-260.356,51.7546,1.36136,180,0,0,8982,0,0,0,0,0),(95571,26745,1,1,1,24019,0,-2996.73,-249.914,49.5993,1.16937,180,0,0,8982,0,0,0,0,0),(95572,26738,1,1,1,24019,0,-2970.36,-260.017,51.5383,1.3439,180,0,0,8982,0,0,0,0,0),(95573,26743,1,1,1,24019,0,-2987.64,-253.813,50.0937,1.22173,180,0,0,8982,0,0,0,0,0),(95574,26742,1,1,1,24019,0,-2983,-256.118,50.4652,1.25664,180,0,0,8982,0,0,0,0,0),(95575,26738,1,1,1,24019,0,-2974.12,-259.088,51.1928,1.32645,180,0,0,8982,0,0,0,0,0),(95576,26740,1,1,1,24019,0,-2961.41,-260.284,51.7621,1.39626,180,0,0,8982,0,0,0,0,0),(79530,21128,547,3,1,0,0,-87.7426,-507.42,-1.59256,1.01829,86400,1.6,0,16574,0,1,0,0,0),(52403,24222,530,1,1,0,0,-2369.1,6513.95,25.7825,4.41778,600,0,0,4979,0,2,0,0,0),(52404,24222,530,1,1,0,0,-1518.15,7065.83,14.6125,2.7433,600,0,0,4979,0,2,0,0,0),(245548,16592,0,1,1,11686,0,-3448.2,-938.102,10.6583,0.034907,300,0,0,42,0,0,0,0,0),(52046,23285,530,1,1,0,0,-5153.81,343.983,-19.236,5.86454,300,0,0,6986,0,2,0,0,0),(52054,23285,530,1,1,0,0,-5097.48,383.49,-13.3539,6.22583,300,0,0,6986,0,2,0,0,0),(95588,26740,1,1,1,24019,0,-2957.15,-260.474,52.0171,1.43117,180,0,0,8982,0,0,0,0,0),(95589,26739,1,1,1,24019,0,-2939.73,-259.979,53.1103,1.53589,180,0,0,8982,0,0,0,0,0),(95590,26739,1,1,1,24019,0,-2943.99,-260.252,52.9876,1.51844,180,0,0,8982,0,0,0,0,0),(95591,26741,1,1,1,24019,0,-2935.34,-259.848,53.1439,1.5708,180,0,0,8982,0,0,0,0,0),(95592,26740,1,1,1,24019,0,-2952.57,-260.412,52.4423,1.44862,180,0,0,8982,0,0,0,0,0),(95593,26739,1,1,1,24019,0,-2948.32,-260.24,52.7602,1.48353,180,0,0,8982,0,0,0,0,0),(76284,28825,602,3,1,0,0,1173.51,-320.646,52.3378,3.10993,7200,5,0,1,0,1,0,0,0),(143619,23287,530,1,1,0,0,-5159.91,725.414,45.5504,3.33358,300,0,0,4299,0,0,0,0,0),(143618,23287,530,1,1,0,0,-5135.89,721.686,44.3576,0.0872665,300,0,0,4299,0,0,0,0,0),(95599,26752,1,1,1,24019,0,-2909.63,-244.459,53.0821,5.2709,180,0,0,8982,0,0,0,0,0),(95600,26758,1,1,1,24019,0,-2900.25,-263.965,53.114,1.91986,180,0,0,8982,0,0,0,0,0),(95601,26751,1,1,1,24019,0,-2913.19,-247.467,53.1739,5.72468,180,0,0,8982,0,0,0,0,0),(95602,26748,1,1,1,24019,0,-2905.86,-242.538,53.0397,4.86947,180,0,0,8982,0,0,0,0,0),(95603,26741,1,1,1,24019,0,-2931.21,-259.689,53.121,1.5708,180,0,0,8982,0,0,0,0,0),(95604,26759,1,1,1,24019,0,-2904.65,-264.127,53.1229,1.55334,180,0,0,8982,0,0,0,0,0),(95605,26753,1,1,1,24019,0,-2901.19,-241.828,53.0782,4.43314,180,0,0,8982,0,0,0,0,0),(95606,26741,1,1,1,24019,0,-2926.59,-259.622,53.0941,1.6057,180,0,0,8982,0,0,0,0,0),(95607,26325,1,1,1,24030,0,-2909.63,-244.459,56.7654,5.2709,180,0,0,8982,3155,0,0,0,0),(95608,26324,1,1,1,24029,0,-2913.19,-247.467,56.8572,5.72468,180,0,0,8982,3155,0,0,0,0),(95609,26307,1,1,1,24028,0,-2905.86,-242.538,56.7231,4.86947,180,0,0,8982,3155,0,0,0,0),(95611,26332,1,1,1,24036,0,-2904.65,-264.127,56.8062,1.55334,180,0,0,8982,0,0,0,0,0),(95612,26326,1,1,1,24031,0,-2901.19,-241.828,56.7615,4.43314,180,0,0,7185,7196,0,0,0,0),(143620,23287,530,1,1,0,0,-5140.92,729.52,45.3102,0.872665,300,0,0,4299,0,0,0,0,0),(95614,26755,1,1,1,24019,0,-2893.81,-253.339,53.0866,3.12414,180,0,0,8982,0,0,0,0,0),(95615,26756,1,1,1,24019,0,-2894.01,-257.916,53.0886,2.70526,180,0,0,8982,0,0,0,0,0),(95616,26757,1,1,1,24019,0,-2896.22,-261.72,53.0777,2.32129,180,0,0,8982,0,0,0,0,0),(95617,26754,1,1,1,24019,0,-2894.28,-248.745,53.0374,3.54302,180,0,0,8982,0,0,0,0,0),(95618,26328,1,1,1,24033,0,-2893.81,-253.339,56.77,3.12414,180,0,0,7185,7196,0,0,0,0),(95619,26329,1,1,1,23777,0,-2894.01,-257.916,56.772,2.70526,180,0,0,8982,0,0,0,0,0),(95620,26330,1,1,1,24034,0,-2896.22,-261.72,56.761,2.32129,180,0,0,8982,3155,0,0,0,0),(95621,26327,1,1,1,24032,0,-2894.28,-248.745,56.7207,3.54302,180,0,0,8982,3155,0,0,0,0),(95622,26749,1,1,1,24019,0,-2890.76,-231.364,53.9997,4.06662,180,0,0,8982,0,0,0,0,0),(95623,26765,1,1,1,24019,0,-2887.97,-234.382,53.9997,3.9619,180,0,0,8982,0,0,0,0,0),(95624,26747,1,1,1,24019,0,-2885.01,-237.176,53.9997,3.85718,180,0,0,8982,0,0,0,0,0),(95625,26075,1,1,1,23780,1,-2890.76,-231.364,57.683,4.06662,180,0,0,7185,7196,0,0,0,0),(95626,26760,1,1,1,23659,0,-2887.97,-234.382,57.683,3.9619,180,0,0,8982,0,0,0,0,0),(95627,26012,1,1,1,24023,0,-2885.01,-237.176,57.683,3.85718,180,0,0,8982,0,0,0,0,0),(95628,26738,1,1,1,24019,0,1576.82,-4353.83,0.892591,5.60251,180,0,0,8982,0,0,0,0,0),(95629,26738,1,1,1,24019,0,1581.06,-4346.48,0.768773,5.48033,180,0,0,8982,0,0,0,0,0),(95630,26745,1,1,1,24019,0,1598.84,-4335.97,1.24127,5.21853,180,0,0,8982,0,0,0,0,0),(95631,26740,1,1,1,24019,0,1573.81,-4362.05,1.25473,5.72468,180,0,0,8982,0,0,0,0,0),(96156,26309,0,1,1,23757,1,-8989.3,-88.5705,89.1801,3.50811,180,0,0,8982,0,0,0,0,0),(96164,26309,0,1,1,23757,1,-8986.93,-91.8995,89.2725,3.12414,180,0,0,8982,0,0,0,0,0),(52351,17938,547,3,1,0,1,-67.0058,-554.223,-1.1282,2.07651,86400,0,0,12395,2568,0,0,0,0),(95636,26744,1,1,1,24019,0,1595.47,-4337.9,1.12252,5.25344,180,0,0,8982,0,0,0,0,0),(95637,26724,1,1,1,24019,0,1583.83,-4343.4,0.836344,5.42797,180,0,0,8982,0,0,0,0,0),(95638,26742,1,1,1,24019,0,1587.73,-4341.39,0.910742,5.37561,180,0,0,8982,0,0,0,0,0),(95639,26743,1,1,1,24019,0,1591.71,-4339.64,0.970358,5.3058,180,0,0,8982,0,0,0,0,0),(95640,26738,1,1,1,24019,0,1578.53,-4349.45,0.782174,5.53269,180,0,0,8982,0,0,0,0,0),(95641,26740,1,1,1,24019,0,1572.38,-4366.08,1.33766,5.44543,180,0,0,8982,0,0,0,0,0),(95642,26740,1,1,1,24019,0,1575.29,-4357.85,1.1136,5.67232,180,0,0,8982,0,0,0,0,0),(95643,26739,1,1,1,24019,0,1570.12,-4369.15,1.12524,5.51524,180,0,0,8982,0,0,0,0,0),(52353,17938,547,3,1,0,0,-127.142,-144.428,-1.80314,0.855211,86400,0,0,1,0,0,0,0,0),(79795,21127,547,3,1,0,1,42.1779,-378.45,3.03567,3.7706,86400,2,0,16028,0,1,0,0,0),(52352,17938,547,3,1,0,0,-119.428,-595.805,8.45653,5.32325,86400,0,0,1,0,0,0,0,0),(79830,21127,547,3,1,0,1,-65.9616,-548.477,-1.40048,2.29386,86400,0,0,16028,0,0,0,0,0),(52359,17962,547,3,1,0,0,33.9016,-379.372,3.11885,1.6057,86400,0,0,1,0,0,0,0,0),(95652,26745,1,1,1,24019,0,1605.88,-4332.04,1.58535,5.09636,180,0,0,8982,0,0,0,0,0),(14856,22884,564,1,1,17528,0,435.851,852.742,12.324,4.88692,604800,0,0,387450,0,0,0,0,0),(95654,26745,1,1,1,24019,0,1602.25,-4333.92,1.45573,5.16617,180,0,0,8982,0,0,0,0,0),(95656,26741,1,1,1,24019,0,1562.99,-4378.84,2.23168,5.70723,180,0,0,8982,0,0,0,0,0),(95658,26741,1,1,1,24019,0,1560.89,-4382.27,2.96347,5.77704,180,0,0,8982,0,0,0,0,0),(95659,26739,1,1,1,24019,0,1567.68,-4372.28,1.09497,5.58505,180,0,0,8982,0,0,0,0,0),(95660,26739,1,1,1,24019,0,1565.23,-4375.63,1.56832,5.63741,180,0,0,8982,0,0,0,0,0),(95634,26309,1,1,1,23757,1,1598.84,-4335.97,4.92461,5.21853,180,0,0,8982,0,0,0,0,0),(143622,23287,530,1,1,0,0,-5133.99,712.609,42.6104,0.226893,300,0,0,4299,0,0,0,0,0),(143621,23287,530,1,1,0,0,-5079.6,669.657,33.3003,3.12414,300,0,0,4299,0,0,0,0,0),(95664,26741,1,1,1,24019,0,1558.68,-4385.49,3.47783,5.8294,180,0,0,8982,0,0,0,0,0),(143623,23287,530,1,1,0,0,-5063.48,624.726,27.5628,2.33874,300,0,0,4299,0,0,0,0,0),(95666,26751,1,1,1,24019,0,1568.31,-4420.21,7.23139,4.2586,180,0,0,8982,0,0,0,0,0),(95667,26324,1,1,1,24029,0,1568.31,-4420.21,10.9147,4.2586,180,0,0,8982,3155,0,0,0,0),(95668,26752,1,1,1,24019,0,1572.17,-4420.56,7.04804,4.06662,180,0,0,8982,0,0,0,0,0),(95669,26753,1,1,1,24019,0,1578.31,-4425.67,6.98972,3.66519,180,0,0,8982,0,0,0,0,0),(95670,26747,1,1,1,24019,0,1563.45,-4410.4,7.48746,3.4383,180,0,0,8982,0,0,0,0,0),(95671,26754,1,1,1,24019,0,1580.32,-4429.26,6.76802,3.45575,180,0,0,8982,0,0,0,0,0),(95672,26765,1,1,1,24019,0,1562,-4407.08,6.96449,3.68265,180,0,0,8982,0,0,0,0,0),(95673,26749,1,1,1,24019,0,1560.31,-4403.62,6.70488,3.92699,180,0,0,8982,0,0,0,0,0),(95674,26748,1,1,1,24019,0,1575.6,-4422.6,7.16937,3.87463,180,0,0,8982,0,0,0,0,0),(95675,26325,1,1,1,24030,0,1572.17,-4420.56,10.7314,4.06662,180,0,0,8982,3155,0,0,0,0),(95676,26326,1,1,1,24031,0,1578.31,-4425.67,10.6731,3.66519,180,0,0,7185,7196,0,0,0,0),(95677,26012,1,1,1,24023,0,1563.45,-4410.4,11.1708,3.4383,180,0,0,8982,0,0,0,0,0),(95678,26327,1,1,1,24032,0,1580.32,-4429.26,10.4514,3.45575,180,0,0,8982,3155,0,0,0,0),(95679,26760,1,1,1,23659,0,1562,-4407.08,10.6478,3.68265,180,0,0,8982,0,0,0,0,0),(95680,26075,1,1,1,23780,1,1560.31,-4403.62,10.3882,3.92699,180,0,0,7185,7196,0,0,0,0),(95681,26307,1,1,1,24028,0,1575.6,-4422.6,10.8527,3.87463,180,0,0,8982,3155,0,0,0,0),(95682,26759,1,1,1,24019,0,1574.87,-4447.16,5.13098,2.46091,180,0,0,8982,0,0,0,0,0),(95683,26755,1,1,1,24019,0,1581.43,-4433.43,6.48656,3.24631,180,0,0,8982,0,0,0,0,0),(95684,26756,1,1,1,24019,0,1582.2,-4437.63,5.73546,3.05433,180,0,0,8982,0,0,0,0,0),(95685,26758,1,1,1,24019,0,1578.49,-4444.73,5.27467,2.67035,180,0,0,8982,0,0,0,0,0),(95686,26757,1,1,1,24019,0,1581.8,-4441.98,5.15732,2.84489,180,0,0,8982,0,0,0,0,0),(95687,26332,1,1,1,24036,0,1574.87,-4447.16,8.81431,2.46091,180,0,0,8982,0,0,0,0,0),(95688,26328,1,1,1,24033,0,1581.43,-4433.43,10.1699,3.24631,180,0,0,7185,7196,0,0,0,0),(95689,26329,1,1,1,23777,0,1582.2,-4437.63,9.41879,3.05433,180,0,0,8982,0,0,0,0,0),(95690,26331,1,1,1,24035,0,1578.49,-4444.73,8.95801,2.67035,180,0,0,7185,7196,0,0,0,0),(95691,26330,1,1,1,24034,0,1581.8,-4441.98,8.84065,2.84489,180,0,0,8982,3155,0,0,0,0),(95692,26007,1,1,1,23766,0,710.398,-4676.05,-6.57409,3.80482,180,0,0,8982,0,0,0,0,0),(95693,26745,1,1,1,24019,0,352.552,-4739.69,9.85239,2.05949,180,0,0,8982,0,0,0,0,0),(95694,26743,1,1,1,24019,0,334.49,-4743.67,9.67436,2.40855,180,0,0,8982,0,0,0,0,0),(95695,26745,1,1,1,24019,0,347.945,-4739.01,9.69742,1.91986,180,0,0,8982,0,0,0,0,0),(95696,26744,1,1,1,24019,0,338.563,-4740.95,9.69125,1.5708,180,0,0,8982,0,0,0,0,0),(95697,26745,1,1,1,24019,0,343.084,-4739.37,9.67501,1.74533,180,0,0,8982,0,0,0,0,0),(14147,22884,564,1,1,17528,0,247.985,1078.24,-62.547,5.70723,604800,0,0,387450,0,0,0,0,0),(52365,17963,547,3,1,0,0,-54.64,-280.233,-1.28337,3.9968,86400,0,0,1,0,0,0,0,0),(52361,17962,547,3,1,0,0,39.1513,-395.502,3.11888,4.79965,86400,0,0,1,0,0,0,0,0),(95703,26755,1,1,1,24019,0,257.529,-4747.89,10.1854,1.09956,180,0,0,8982,0,0,0,0,0),(95704,26753,1,1,1,24019,0,264.797,-4750.92,10.028,1.44862,180,0,0,8982,0,0,0,0,0),(95705,26754,1,1,1,24019,0,261.132,-4749.86,10.1228,1.27409,180,0,0,8982,0,0,0,0,0),(95706,26328,1,1,1,24033,0,257.529,-4747.89,13.8688,1.09956,180,0,0,7185,7196,0,0,0,0),(95707,26326,1,1,1,24031,0,264.797,-4750.92,13.7113,1.44862,180,0,0,7185,7196,0,0,0,0),(95708,26327,1,1,1,24032,0,261.132,-4749.86,13.8062,1.27409,180,0,0,8982,3155,0,0,0,0),(95709,26738,1,1,1,24019,0,321.018,-4755.74,9.64285,1.97222,180,0,0,8982,0,0,0,0,0),(95710,26741,1,1,1,24019,0,282.872,-4747.7,9.65221,0.977384,180,0,0,8982,0,0,0,0,0),(95711,26740,1,1,1,24019,0,308.237,-4760.01,9.54309,1.65806,180,0,0,8982,0,0,0,0,0),(95712,26741,1,1,1,24019,0,286.518,-4749.72,9.57837,1.09956,180,0,0,8982,0,0,0,0,0),(95713,26740,1,1,1,24019,0,303.829,-4760.29,9.4973,1.5708,180,0,0,8982,0,0,0,0,0),(95714,26739,1,1,1,24019,0,296.008,-4757.9,9.48199,1.39626,180,0,0,8982,0,0,0,0,0),(96154,26309,0,1,1,23757,1,-8992.38,-84.9667,89.1692,4.04916,180,0,0,8982,0,0,0,0,0),(95716,26742,1,1,1,24019,0,330.87,-4746.95,9.64285,2.28638,180,0,0,8982,0,0,0,0,0),(95717,26739,1,1,1,24019,0,299.79,-4759.67,9.48198,1.48353,180,0,0,8982,0,0,0,0,0),(95718,26738,1,1,1,24019,0,317.098,-4757.91,9.64285,1.8675,180,0,0,8982,0,0,0,0,0),(95719,26739,1,1,1,24019,0,292.665,-4755.71,9.50548,1.29154,180,0,0,8982,0,0,0,0,0),(95720,26741,1,1,1,24019,0,289.538,-4752.76,9.48198,1.20428,180,0,0,8982,0,0,0,0,0),(95721,26765,1,1,1,24019,0,313.645,-4726.9,10.3448,3.9619,180,0,0,8982,0,0,0,0,0),(95722,26747,1,1,1,24019,0,322.34,-4738.39,9.77869,5.63741,180,0,0,8982,0,0,0,0,0),(95723,26740,1,1,1,24019,0,312.746,-4759.15,9.64285,1.76278,180,0,0,8982,0,0,0,0,0),(95724,26749,1,1,1,24019,0,309.892,-4723.24,10.394,4.17134,180,0,0,8982,0,0,0,0,0),(95725,26748,1,1,1,24019,0,268.889,-4750.95,9.94,1.6057,180,0,0,8982,0,0,0,0,0),(95726,26747,1,1,1,24019,0,318.204,-4729.88,10.3047,3.76991,180,0,0,8982,0,0,0,0,0),(95727,26738,1,1,1,24019,0,324.55,-4752.82,9.64285,2.07694,180,0,0,8982,0,0,0,0,0),(95728,26751,1,1,1,24019,0,276.874,-4749.19,9.7728,1.95477,180,0,0,8982,0,0,0,0,0),(95729,26752,1,1,1,24019,0,273.007,-4750.42,9.86359,1.78024,180,0,0,8982,0,0,0,0,0),(95730,26724,1,1,1,24019,0,327.624,-4750.06,9.64285,2.18166,180,0,0,8982,0,0,0,0,0),(143624,23287,530,1,1,0,0,-5080.88,644.967,32.681,2.42601,300,0,0,4299,0,0,0,0,0),(143625,23287,530,1,1,0,0,-5100.42,654.442,33.4944,2.30383,300,0,0,4299,0,0,0,0,0),(143626,23287,530,1,1,0,0,-5164.48,734.237,47.0397,3.4383,300,0,0,4299,0,0,0,0,0),(52230,23146,530,1,1,21281,0,-5089.07,616.179,85.793,1.0821,300,0,0,143620,0,0,0,0,0),(52231,23146,530,1,1,21281,0,-5079.46,538.143,86.4158,5.5676,300,0,0,143620,0,0,0,0,0),(52232,23150,530,1,1,21284,0,-5155.46,545.921,82.4144,5.95711,300,0,0,6761,0,0,0,0,0),(52236,23150,530,1,1,21284,0,-5153.63,533.852,83.8562,0.379207,300,0,0,6761,0,0,0,0,0),(95741,26760,1,1,1,23659,0,313.645,-4726.9,14.0282,3.9619,180,0,0,8982,0,0,0,0,0),(95742,26012,1,1,1,24023,0,322.34,-4738.39,13.462,5.63741,180,0,0,8982,0,0,0,0,0),(52350,14888,0,1,1,0,0,753.619,-4012,93.043,3.193,868400,0,0,832750,0,0,0,0,0),(95744,26075,1,1,1,23780,1,309.892,-4723.24,14.0773,4.17134,180,0,0,7185,7196,0,0,0,0),(95745,26307,1,1,1,24028,0,268.889,-4750.95,13.6233,1.6057,180,0,0,8982,3155,0,0,0,0),(95746,26012,1,1,1,24023,0,318.204,-4729.88,13.988,3.76991,180,0,0,8982,0,0,0,0,0),(96131,26309,0,1,1,23757,1,-9489.32,97.2272,60.2317,6.03884,180,0,0,8982,0,0,0,0,0),(95748,26324,1,1,1,24029,0,276.874,-4749.19,13.4561,1.95477,180,0,0,8982,3155,0,0,0,0),(95749,26325,1,1,1,24030,0,273.007,-4750.42,13.5469,1.78024,180,0,0,8982,3155,0,0,0,0),(95751,26759,1,1,1,24019,0,244.669,-4740.82,10.1855,0.523599,180,0,0,8982,0,0,0,0,0),(95752,26756,1,1,1,24019,0,254.21,-4746.04,10.1854,0.942478,180,0,0,8982,0,0,0,0,0),(95753,26758,1,1,1,24019,0,248.145,-4742.57,10.1855,0.645772,180,0,0,8982,0,0,0,0,0),(95754,26757,1,1,1,24019,0,251.27,-4744.21,10.1855,0.785398,180,0,0,8982,0,0,0,0,0),(95755,26332,1,1,1,24036,0,244.669,-4740.82,13.8688,0.523599,180,0,0,8982,0,0,0,0,0),(95756,26329,1,1,1,23777,0,254.21,-4746.04,13.8688,0.942478,180,0,0,8982,0,0,0,0,0),(95757,26331,1,1,1,24035,0,248.145,-4742.57,13.8688,0.645772,180,0,0,7185,7196,0,0,0,0),(95758,26330,1,1,1,24034,0,251.27,-4744.21,13.8688,0.785398,180,0,0,8982,3155,0,0,0,0),(95759,26007,1,1,1,23766,0,-217.186,-4786.32,24.7486,3.33358,180,0,0,8982,0,0,0,0,0),(95760,26007,1,1,1,23766,0,-598.579,-4697.46,36.8211,1.85005,180,0,0,8982,0,0,0,0,0),(95761,26745,1,1,1,24019,0,-596.086,-4276.05,38.0833,2.18166,180,0,0,8982,0,0,0,0,0),(95762,26742,1,1,1,24019,0,-585.289,-4271.11,38.0925,2.46091,180,0,0,8982,0,0,0,0,0),(95763,26724,1,1,1,24019,0,-582.346,-4268.21,38.0512,2.56563,180,0,0,8982,0,0,0,0,0),(95764,26745,1,1,1,24019,0,-603.758,-4277.35,37.9498,1.97222,180,0,0,8982,0,0,0,0,0),(95765,26743,1,1,1,24019,0,-588.552,-4273.33,37.9518,2.37365,180,0,0,8982,0,0,0,0,0),(95766,26745,1,1,1,24019,0,-599.671,-4276.86,38.0858,2.07694,180,0,0,8982,0,0,0,0,0),(95767,26744,1,1,1,24019,0,-592.368,-4274.93,37.9084,2.26893,180,0,0,8982,0,0,0,0,0),(52115,23146,530,1,1,21281,0,-5094.56,596.686,86.2102,2.61799,300,0,0,143620,0,0,0,0,0),(52121,23146,530,1,1,21281,0,-5087.27,530.456,86.0208,5.53811,300,0,0,143620,0,0,0,0,0),(245547,16592,0,1,1,11686,0,-14288.1,61.8062,0.68836,1.37881,300,0,0,42,0,0,0,0,0),(79412,21127,547,3,1,0,1,-79.9384,-723.398,37.2368,1.7726,86400,0,0,16028,0,2,0,0,0),(95775,26738,1,1,1,24019,0,-579.889,-4264.7,38.018,2.67035,180,0,0,8982,0,0,0,0,0),(95776,26740,1,1,1,24019,0,-576.384,-4248.45,38.0741,3.07178,180,0,0,8982,0,0,0,0,0),(95777,26738,1,1,1,24019,0,-578.24,-4260.91,38.0068,2.75762,180,0,0,8982,0,0,0,0,0),(95778,26740,1,1,1,24019,0,-576.533,-4252.67,38.0934,2.96706,180,0,0,8982,0,0,0,0,0),(95779,26740,1,1,1,24019,0,-577.059,-4244.48,38.2442,3.15905,180,0,0,8982,0,0,0,0,0),(95780,26738,1,1,1,24019,0,-576.983,-4256.77,38.0283,2.86234,180,0,0,8982,0,0,0,0,0),(96104,26309,0,1,1,23757,1,-9490.4,93.0475,60.1863,0.174533,180,0,0,8982,0,0,0,0,0),(52349,6109,1,1,1,0,0,2622.22,-5977.93,100.76,4.21209,868400,0,0,916025,0,0,0,0,0),(52348,12864,1,1,1,0,1,2616.19,-3019,161.171,2.304,120,0,1,852,852,2,0,0,0),(14575,2738,0,1,1,4145,1,-1531.2,-1845.85,67.8759,1.53044,400,0,0,958,0,0,0,0,0),(95787,26739,1,1,1,24019,0,-578.255,-4240.23,38.2963,3.28122,180,0,0,8982,0,0,0,0,0),(95788,26741,1,1,1,24019,0,-586.946,-4226.74,38.4689,3.7001,180,0,0,8982,0,0,0,0,0),(95789,26757,1,1,1,24019,0,-622.56,-4220.12,38.2173,5.68977,180,0,0,8982,0,0,0,0,0),(95790,26758,1,1,1,24019,0,-620.715,-4217.12,38.2173,5.63741,180,0,0,8982,0,0,0,0,0),(95791,26739,1,1,1,24019,0,-581.352,-4232.77,38.1419,3.47321,180,0,0,8982,0,0,0,0,0),(95792,26759,1,1,1,24019,0,-618.811,-4214.17,38.2173,5.5676,180,0,0,8982,0,0,0,0,0),(95793,26751,1,1,1,24019,0,-630.591,-4243.73,38.3007,6.14356,180,0,0,8982,0,0,0,0,0),(95794,26741,1,1,1,24019,0,-583.83,-4229.45,38.2367,3.57792,180,0,0,8982,0,0,0,0,0),(95795,26755,1,1,1,24019,0,-625.939,-4226.52,38.2489,5.8294,180,0,0,8982,0,0,0,0,0),(95796,26753,1,1,1,24019,0,-628.679,-4233.32,38.3678,5.95157,180,0,0,8982,0,0,0,0,0),(95797,26756,1,1,1,24019,0,-624.391,-4223.21,38.2173,5.75959,180,0,0,8982,0,0,0,0,0),(95798,26749,1,1,1,24019,0,-607.721,-4207.81,38.2971,4.74729,180,0,0,8982,0,0,0,0,0),(95799,26765,1,1,1,24019,0,-604.14,-4208.08,38.2894,4.67748,180,0,0,8982,0,0,0,0,0),(95800,26752,1,1,1,24019,0,-630.447,-4240.14,38.2831,6.0912,180,0,0,8982,0,0,0,0,0),(95801,26741,1,1,1,24019,0,-590.54,-4224.5,38.3722,3.80482,180,0,0,8982,0,0,0,0,0),(95802,26739,1,1,1,24019,0,-579.395,-4236.42,38.113,3.36848,180,0,0,8982,0,0,0,0,0),(95803,26747,1,1,1,24019,0,-600.332,-4208.37,38.4735,4.62512,180,0,0,8982,0,0,0,0,0),(95804,26754,1,1,1,24019,0,-627.102,-4229.93,38.3532,5.88176,180,0,0,8982,0,0,0,0,0),(95805,26748,1,1,1,24019,0,-629.848,-4236.59,38.3067,6.02139,180,0,0,8982,0,0,0,0,0),(95582,26309,1,1,1,23757,1,-2996.73,-249.914,53.2827,1.16937,180,0,0,8982,0,0,0,0,0),(95808,26330,1,1,1,24034,0,-622.56,-4220.12,41.9006,5.68977,180,0,0,8982,3155,0,0,0,0),(95809,26331,1,1,1,24035,0,-620.715,-4217.12,41.9006,5.63741,180,0,0,7185,7196,0,0,0,0),(79471,18206,547,3,1,0,0,-22.3681,-585.034,1.16364,3.80482,86400,0,0,1,0,0,0,0,0),(95811,26332,1,1,1,24036,0,-618.811,-4214.17,41.9006,5.5676,180,0,0,8982,0,0,0,0,0),(95812,26324,1,1,1,24029,0,-630.591,-4243.73,41.984,6.14356,180,0,0,8982,3155,0,0,0,0),(95814,26328,1,1,1,24033,0,-625.939,-4226.52,41.9322,5.8294,180,0,0,7185,7196,0,0,0,0),(95815,26326,1,1,1,24031,0,-628.679,-4233.32,42.0512,5.95157,180,0,0,7185,7196,0,0,0,0),(95816,26329,1,1,1,23777,0,-624.391,-4223.21,41.9006,5.75959,180,0,0,8982,0,0,0,0,0),(95817,26075,1,1,1,23780,1,-607.721,-4207.81,41.9804,4.74729,180,0,0,7185,7196,0,0,0,0),(95818,26760,1,1,1,23659,0,-604.14,-4208.08,41.9728,4.67748,180,0,0,8982,0,0,0,0,0),(95819,26325,1,1,1,24030,0,-630.447,-4240.14,41.9664,6.0912,180,0,0,8982,3155,0,0,0,0),(143627,23287,530,1,1,0,0,-5058.13,647.351,29.3678,2.80998,300,0,0,4299,0,0,0,0,0),(95822,26012,1,1,1,24023,0,-600.332,-4208.37,42.1568,4.62512,180,0,0,8982,0,0,0,0,0),(95823,26327,1,1,1,24032,0,-627.102,-4229.93,42.0365,5.88176,180,0,0,8982,3155,0,0,0,0),(95824,26307,1,1,1,24028,0,-629.848,-4236.59,41.9901,6.02139,180,0,0,8982,3155,0,0,0,0),(95825,26745,0,1,1,24019,0,-5657.15,-487.392,396.377,1.69297,180,0,0,8982,0,0,0,0,0),(95826,26742,0,1,1,24019,0,-5647.54,-477.844,396.465,4.60767,180,0,0,8982,0,0,0,0,0),(95827,26741,0,1,1,24019,0,-5618.59,-487.296,397.064,1.78024,180,0,0,8982,0,0,0,0,0),(95828,26740,0,1,1,24019,0,-5643.59,-488.297,396.646,1.5708,180,0,0,8982,0,0,0,0,0),(95829,26739,0,1,1,24019,0,-5626.75,-488.638,397.064,1.78024,180,0,0,8982,0,0,0,0,0),(95830,26741,0,1,1,24019,0,-5614.17,-486.701,397.064,1.97222,180,0,0,8982,0,0,0,0,0),(95831,26738,0,1,1,24019,0,-5615.52,-477.492,397.064,4.60767,180,0,0,8982,0,0,0,0,0),(95832,26740,0,1,1,24019,0,-5639.34,-488.456,396.752,1.76278,180,0,0,8982,0,0,0,0,0),(95833,26747,0,1,1,24019,0,-5604.06,-487.239,397.3,1.309,180,0,0,8982,0,0,0,0,0),(95834,26738,0,1,1,24019,0,-5619.72,-477.859,397.064,4.85202,180,0,0,8982,0,0,0,0,0),(95835,26724,0,1,1,24019,0,-5643.41,-477.903,396.727,4.50295,180,0,0,8982,0,0,0,0,0),(95836,26739,0,1,1,24019,0,-5635.02,-488.46,396.752,1.37881,180,0,0,8982,0,0,0,0,0),(95837,26739,0,1,1,24019,0,-5630.85,-488.784,397.054,1.58825,180,0,0,8982,0,0,0,0,0),(95838,26738,0,1,1,24019,0,-5623.49,-478.744,397.064,5.044,180,0,0,8982,0,0,0,0,0),(95839,26743,0,1,1,24019,0,-5651.99,-477.605,396.168,4.72984,180,0,0,8982,0,0,0,0,0),(95840,26740,0,1,1,24019,0,-5648.43,-488.054,396.492,1.32645,180,0,0,8982,0,0,0,0,0),(95841,26741,0,1,1,24019,0,-5622.51,-488.079,397.064,1.58825,180,0,0,8982,0,0,0,0,0),(95842,26745,0,1,1,24019,0,-5653.02,-487.688,396.444,1.8675,180,0,0,8982,0,0,0,0,0),(95843,26745,0,1,1,24019,0,-5661.48,-487.052,396.338,1.51844,180,0,0,8982,0,0,0,0,0),(95844,26744,0,1,1,24019,0,-5656.17,-477.286,396.223,4.81711,180,0,0,8982,0,0,0,0,0),(13774,22883,564,1,1,5492,0,227.931,1085.87,-60.7486,4.69494,604800,0,0,44012,0,0,0,0,0),(52110,23146,530,1,1,21281,0,-5146.52,639.384,81.875,2.32129,300,0,0,143620,0,0,0,0,0),(52111,23146,530,1,1,21281,0,-5133.73,591.611,84.3408,0.0872665,300,0,0,143620,0,0,0,0,0),(52112,23146,530,1,1,21281,0,-5128.69,579.838,85.2557,0.261799,300,0,0,143620,0,0,0,0,0),(52113,23146,530,1,1,21281,0,-5102.3,623.472,86.0759,1.41372,300,0,0,143620,0,0,0,0,0),(52114,23146,530,1,1,21281,0,-5103.69,585.688,85.7974,2.11185,300,0,0,143620,0,0,0,0,0),(95853,26012,0,1,1,24023,0,-5604.06,-487.239,400.983,1.309,180,0,0,8982,0,0,0,0,0),(96099,26309,0,1,1,23757,1,-9488.42,101.054,60.2788,5.65487,180,0,0,8982,0,0,0,0,0),(7202,24222,530,1,1,0,0,-972.757,7128.15,38.0172,3.71719,600,0,0,4979,0,2,0,0,0),(79475,18206,547,3,1,0,0,-29.9655,-534.069,1.16365,2.56563,86400,0,0,1,0,0,0,0,0),(79472,18206,547,3,1,0,0,-178.758,-698.342,40.8833,3.28122,86400,0,0,1,0,0,0,0,0),(52029,23287,530,1,1,0,1,-5240.64,72.2711,62.2666,5.74516,300,0,0,6986,0,0,0,0,0),(95579,26309,1,1,1,23757,1,-3005.56,-246.407,52.9502,1.09956,180,0,0,8982,0,0,0,0,0),(143629,23287,530,1,1,0,0,-5040.08,627.726,19.7563,2.37365,300,0,0,4299,0,0,0,0,0),(143628,23287,530,1,1,0,0,-5219.05,621.868,47.9706,4.31096,300,0,0,4299,0,0,0,0,0),(79791,21127,547,3,1,0,1,-71.5076,-547.018,-1.22686,5.1912,86400,0,0,16028,0,0,0,0,0),(95865,26756,0,1,1,24019,0,-5575.26,-485.474,397.609,1.64061,180,0,0,8982,0,0,0,0,0),(95866,26757,0,1,1,24019,0,-5579.38,-485.863,397.781,1.5708,180,0,0,8982,0,0,0,0,0),(95867,26753,0,1,1,24019,0,-5580.08,-477.343,397.76,4.95674,180,0,0,8982,0,0,0,0,0),(95868,26755,0,1,1,24019,0,-5571.07,-485.184,397.762,1.69297,180,0,0,8982,0,0,0,0,0),(95869,26758,0,1,1,24019,0,-5583.73,-486.444,397.468,1.53589,180,0,0,8982,0,0,0,0,0),(95870,26759,0,1,1,24019,0,-5587.79,-487.178,397.188,1.48353,180,0,0,8982,0,0,0,0,0),(95871,26751,0,1,1,24019,0,-5567.64,-476.814,397.976,4.69494,180,0,0,8982,0,0,0,0,0),(95872,26752,0,1,1,24019,0,-5571.98,-476.419,398.044,4.79965,180,0,0,8982,0,0,0,0,0),(95873,26765,0,1,1,24019,0,-5599.99,-487.468,397.279,1.5708,180,0,0,8982,0,0,0,0,0),(95874,26748,0,1,1,24019,0,-5575.92,-476.865,397.803,4.86947,180,0,0,8982,0,0,0,0,0),(95875,26749,0,1,1,24019,0,-5595.96,-487.75,397.273,1.81514,180,0,0,8982,0,0,0,0,0),(95876,26754,0,1,1,24019,0,-5566.71,-484.882,397.671,1.76278,180,0,0,8982,0,0,0,0,0),(95877,26329,0,1,1,23777,0,-5575.26,-485.474,401.292,1.64061,180,0,0,8982,0,0,0,0,0),(95878,26330,0,1,1,24034,0,-5579.38,-485.863,401.465,1.5708,180,0,0,8982,3155,0,0,0,0),(95879,26326,0,1,1,24031,0,-5580.08,-477.343,401.443,4.95674,180,0,0,7185,7196,0,0,0,0),(95880,26328,0,1,1,24033,0,-5571.07,-485.184,401.445,1.69297,180,0,0,7185,7196,0,0,0,0),(95881,26331,0,1,1,24035,0,-5583.73,-486.444,401.151,1.53589,180,0,0,7185,7196,0,0,0,0),(95882,26332,0,1,1,24036,0,-5587.79,-487.178,400.871,1.48353,180,0,0,8982,0,0,0,0,0),(95883,26324,0,1,1,24029,0,-5567.64,-476.814,401.66,4.69494,180,0,0,8982,3155,0,0,0,0),(95884,26325,0,1,1,24030,0,-5571.98,-476.419,401.727,4.79965,180,0,0,8982,3155,0,0,0,0),(95885,26760,0,1,1,23659,0,-5599.99,-487.468,400.963,1.5708,180,0,0,8982,0,0,0,0,0),(95886,26307,0,1,1,24028,0,-5575.92,-476.865,401.486,4.86947,180,0,0,8982,3155,0,0,0,0),(95887,26075,0,1,1,23780,1,-5595.96,-487.75,400.956,1.81514,180,0,0,7185,7196,0,0,0,0),(95888,26327,0,1,1,24032,0,-5566.71,-484.882,401.354,1.76278,180,0,0,8982,3155,0,0,0,0),(95889,26007,0,1,1,23766,0,-5461.37,-474.834,397.068,5.8294,180,0,0,8982,0,0,0,0,0),(95890,26007,0,1,1,23766,0,-5368.54,-521.638,391.577,3.21141,180,0,0,8982,0,0,0,0,0),(95891,26007,0,1,1,23766,0,-5477.95,-666.351,392.757,0.383972,180,0,0,8982,0,0,0,0,0),(95892,26007,0,1,1,23766,0,-5241.78,-567.743,403.8,4.88692,180,0,0,8982,0,0,0,0,0),(95893,26757,0,1,1,24019,0,-4945.4,-999.564,501.524,1.93731,180,0,0,8982,0,0,0,0,0),(95894,26758,0,1,1,24019,0,-4950.26,-1000.45,501.524,1.51844,180,0,0,8982,0,0,0,0,0),(95895,26759,0,1,1,24019,0,-4955.18,-999.319,501.529,1.13446,180,0,0,8982,0,0,0,0,0),(95896,26329,0,1,1,23777,0,-4941.62,-996.549,505.21,2.00713,180,0,0,8982,0,0,0,0,0),(95897,26330,0,1,1,24034,0,-4945.4,-999.564,505.207,1.93731,180,0,0,8982,3155,0,0,0,0),(95898,26331,0,1,1,24035,0,-4950.26,-1000.45,505.207,1.51844,180,0,0,7185,7196,0,0,0,0),(95899,26332,0,1,1,24036,0,-4955.18,-999.319,505.212,1.13446,180,0,0,8982,0,0,0,0,0),(95900,26754,0,1,1,24019,0,-4934.24,-990.692,501.536,2.18166,180,0,0,8982,0,0,0,0,0),(95901,26755,0,1,1,24019,0,-4937.98,-993.686,501.532,2.09439,180,0,0,8982,0,0,0,0,0),(95902,26327,0,1,1,24032,0,-4934.24,-990.692,505.219,2.18166,180,0,0,8982,3155,0,0,0,0),(95903,26328,0,1,1,24033,0,-4937.98,-993.686,505.216,2.09439,180,0,0,7185,7196,0,0,0,0),(95904,26741,0,1,1,24019,0,-4892.33,-954.386,501.55,2.14675,180,0,0,8982,0,0,0,0,0),(95905,26747,0,1,1,24019,0,-4911.45,-973.228,501.537,1.76278,180,0,0,8982,0,0,0,0,0),(95906,26753,0,1,1,24019,0,-4931.04,-988.047,501.54,2.25148,180,0,0,8982,0,0,0,0,0),(95907,26752,0,1,1,24019,0,-4923.92,-982.482,501.549,2.42601,180,0,0,8982,0,0,0,0,0),(95908,26741,0,1,1,24019,0,-4895.82,-957.056,501.538,2.05949,180,0,0,8982,0,0,0,0,0),(95909,26765,0,1,1,24019,0,-4908.17,-970.986,501.542,2.23402,180,0,0,8982,0,0,0,0,0),(95910,26740,0,1,1,24019,0,-4874.79,-942.861,501.538,2.47837,180,0,0,8982,0,0,0,0,0),(95911,26739,0,1,1,24019,0,-4885.77,-948.848,501.549,2.33874,180,0,0,8982,0,0,0,0,0),(95912,26739,0,1,1,24019,0,-4882.06,-947.097,501.545,2.40855,180,0,0,8982,0,0,0,0,0),(95913,26740,0,1,1,24019,0,-4872.34,-939.629,501.535,2.75762,180,0,0,8982,0,0,0,0,0),(95914,26748,0,1,1,24019,0,-4927.41,-985.327,501.544,2.33874,180,0,0,8982,0,0,0,0,0),(95915,26740,0,1,1,24019,0,-4871.83,-935.368,501.53,3.07178,180,0,0,8982,0,0,0,0,0),(95916,26741,0,1,1,24019,0,-4888.91,-951.421,501.551,2.25148,180,0,0,8982,0,0,0,0,0),(95917,26749,0,1,1,24019,0,-4904.92,-968.211,501.537,2.74017,180,0,0,8982,0,0,0,0,0),(95918,26751,0,1,1,24019,0,-4920.3,-980.048,501.544,2.49582,180,0,0,8982,0,0,0,0,0),(95919,26012,0,1,1,24023,0,-4911.45,-973.228,505.221,1.76278,180,0,0,8982,0,0,0,0,0),(95920,26326,0,1,1,24031,0,-4931.04,-988.047,505.223,2.25148,180,0,0,7185,7196,0,0,0,0),(95921,26325,0,1,1,24030,0,-4923.92,-982.482,505.232,2.42601,180,0,0,8982,3155,0,0,0,0),(143630,23287,530,1,1,0,0,-5018.82,584.21,22.7073,2.05949,300,0,0,4299,0,0,0,0,0),(95923,26760,0,1,1,23659,0,-4908.17,-970.986,505.226,2.23402,180,0,0,8982,0,0,0,0,0),(23430,23149,530,1,1,0,0,-5165.22,757.301,49.7909,2.93215,25,0,0,104790,0,0,0,0,0),(79482,18206,547,3,1,0,0,-14.3681,-548.778,1.16364,4.4855,86400,0,0,1,0,0,0,0,0),(95577,26309,1,1,1,23757,1,-3001.02,-248.134,53.1033,1.13446,180,0,0,8982,0,0,0,0,0),(95928,26307,0,1,1,24028,0,-4927.41,-985.327,505.227,2.33874,180,0,0,8982,3155,0,0,0,0),(79488,18206,547,3,1,0,0,-18.7948,-577.867,18.7641,2.72271,86400,0,0,1,0,0,0,0,0),(52336,23345,530,1,1,0,0,-5066.31,640.214,86.4967,1.55334,30,0,0,1,0,0,0,0,0),(95932,26075,0,1,1,23780,1,-4904.92,-968.211,505.22,2.74017,180,0,0,7185,7196,0,0,0,0),(95933,26324,0,1,1,24029,0,-4920.3,-980.048,505.227,2.49582,180,0,0,8982,3155,0,0,0,0),(95934,26745,0,1,1,24019,0,-4901.62,-926.433,501.675,5.34071,180,0,0,8982,0,0,0,0,0),(95935,26744,0,1,1,24019,0,-4893.59,-922.028,501.696,5.28835,180,0,0,8982,0,0,0,0,0),(95936,26738,0,1,1,24019,0,-4876,-923.299,501.727,3.9968,180,0,0,8982,0,0,0,0,0),(95937,26738,0,1,1,24019,0,-4872.78,-931.252,501.528,3.38594,180,0,0,8982,0,0,0,0,0),(95938,26742,0,1,1,24019,0,-4884.55,-919.899,501.728,4.64258,180,0,0,8982,0,0,0,0,0),(95939,26738,0,1,1,24019,0,-4874.17,-926.993,501.572,3.71755,180,0,0,8982,0,0,0,0,0),(95940,26745,0,1,1,24019,0,-4897.61,-924.569,501.674,5.21853,180,0,0,8982,0,0,0,0,0),(95941,26743,0,1,1,24019,0,-4889.27,-920.325,501.715,4.97419,180,0,0,8982,0,0,0,0,0),(95942,26745,0,1,1,24019,0,-4905.75,-929.033,501.671,5.46288,180,0,0,8982,0,0,0,0,0),(95943,26724,0,1,1,24019,0,-4880.06,-921.187,501.73,4.31096,180,0,0,8982,0,0,0,0,0),(79460,21126,547,3,1,0,1,-75.1943,-550.764,-0.962245,0.283242,86400,0,0,12395,2568,0,0,0,0),(96081,26309,0,1,1,23757,1,-8816.93,606.846,99.6239,0.977384,180,0,0,8982,0,0,0,0,0),(52108,23146,530,1,1,21281,0,-5162.11,629.679,79.6626,2.19912,300,0,0,143620,0,0,0,0,0),(52109,23146,530,1,1,21281,0,-5146.48,517.653,85.1688,3.35103,300,0,0,143620,0,0,0,0,0),(52028,23287,530,1,1,0,1,-5189.11,159.168,71.3405,1.82995,300,0,0,6986,0,0,0,0,0),(51024,17408,530,1,1,0,0,4238.31,2317.43,135.443,0,3600,0,0,4979,0,0,0,0,0),(95954,26007,0,1,1,23766,0,-4852.5,-1038.39,502.273,5.48033,180,0,0,8982,0,0,0,0,0),(95955,26007,0,1,1,23766,0,-6033.88,47.54,406.364,3.38594,180,0,0,8982,0,0,0,0,0),(95956,26745,0,1,1,24019,0,-6252.34,288.583,383.855,2.93215,180,0,0,8982,0,0,0,0,0),(95957,26745,0,1,1,24019,0,-6253.34,297.043,383.541,3.12414,180,0,0,8982,0,0,0,0,0),(95958,26743,0,1,1,24019,0,-6254.32,306.279,383.357,3.33358,180,0,0,8982,0,0,0,0,0),(95959,26742,0,1,1,24019,0,-6253.39,310.545,383.208,3.42085,180,0,0,8982,0,0,0,0,0),(95960,26744,0,1,1,24019,0,-6254.21,301.477,383.469,3.22886,180,0,0,8982,0,0,0,0,0),(95961,26745,0,1,1,24019,0,-6252.98,292.937,383.569,3.01942,180,0,0,8982,0,0,0,0,0),(13429,22883,564,1,1,5492,0,224.405,1088.67,-60.7744,4.72984,604800,0,0,44012,0,0,0,0,0),(52107,23146,530,1,1,21281,0,-5166.38,563.994,80.5891,3.21141,300,0,0,143620,0,0,0,0,0),(52394,17963,547,3,1,0,0,-60.1675,-176.938,-4.0791,4.66003,86400,0,0,1,0,0,0,0,0),(95967,26741,0,1,1,24019,0,-6217.83,338.042,383.286,3.49066,180,0,0,8982,0,0,0,0,0),(95968,26740,0,1,1,24019,0,-6229.77,321.706,383.134,1.78024,180,0,0,8982,0,0,0,0,0),(95969,26739,0,1,1,24019,0,-6218.2,326.969,383.302,2.74017,180,0,0,8982,0,0,0,0,0),(95970,26738,0,1,1,24019,0,-6238.51,318.976,382.779,1.74533,180,0,0,8982,0,0,0,0,0),(95971,26738,0,1,1,24019,0,-6243.11,318.229,382.799,1.71042,180,0,0,8982,0,0,0,0,0),(95972,26724,0,1,1,24019,0,-6250.81,313.922,383.03,2.72271,180,0,0,8982,0,0,0,0,0),(95973,26741,0,1,1,24019,0,-6216.18,334.557,383.47,3.24631,180,0,0,8982,0,0,0,0,0),(95974,26741,0,1,1,24019,0,-6221.25,340.015,383.273,3.71755,180,0,0,8982,0,0,0,0,0),(95975,26738,0,1,1,24019,0,-6247.38,316.789,382.852,2.11185,180,0,0,8982,0,0,0,0,0),(95976,26740,0,1,1,24019,0,-6233.81,319.853,382.959,1.8326,180,0,0,8982,0,0,0,0,0),(95977,26739,0,1,1,24019,0,-6216.15,330.42,383.392,2.98451,180,0,0,8982,0,0,0,0,0),(95978,26739,0,1,1,24019,0,-6221.56,324.475,383.29,2.47837,180,0,0,8982,0,0,0,0,0),(95979,26740,0,1,1,24019,0,-6226.13,323.36,383.222,2.1293,180,0,0,8982,0,0,0,0,0),(95563,26309,1,1,1,23757,1,-2349.09,-388.164,-4.08308,0.10472,180,0,0,8982,0,0,0,0,0),(143635,23287,530,1,1,0,0,-4959.94,591.927,12.991,1.98968,300,0,0,4299,0,0,0,0,0),(143634,23287,530,1,1,0,0,-4969.86,654.936,20.9275,3.42085,300,0,0,4299,0,0,0,0,0),(143632,23287,530,1,1,0,0,-5019.4,638.628,23.4191,3.28122,300,0,0,4299,0,0,0,0,0),(143633,23287,530,1,1,0,0,-5043.95,595.392,18.2402,2.09439,300,0,0,4299,0,0,0,0,0),(52337,23346,530,1,1,0,0,-5060.33,640.436,86.6616,1.50098,30,0,0,1,0,0,0,0,0),(79490,18206,547,3,1,0,0,-33.7518,-585.913,23.7909,2.96706,86400,0,0,1,0,0,0,0,0),(95557,26309,1,1,1,23757,1,-2348.75,-379.007,-3.94676,5.96903,180,0,0,8982,0,0,0,0,0),(95993,26751,0,1,1,24019,0,-6188.09,392.323,393.403,4.74729,180,0,0,8982,0,0,0,0,0),(95994,26748,0,1,1,24019,0,-6196.34,397.191,390.865,3.9968,180,0,0,8982,0,0,0,0,0),(95995,26765,0,1,1,24019,0,-6170.98,384.593,398.528,3.08923,180,0,0,8982,0,0,0,0,0),(95996,26747,0,1,1,24019,0,-6170.96,380.191,398.58,2.6529,180,0,0,8982,0,0,0,0,0),(95997,26749,0,1,1,24019,0,-6170.89,388.75,398.586,3.52556,180,0,0,8982,0,0,0,0,0),(95998,26752,0,1,1,24019,0,-6192.39,394.322,392.075,4.50295,180,0,0,8982,0,0,0,0,0),(95999,26324,0,1,1,24029,0,-6188.09,392.323,397.086,4.74729,180,0,0,8982,3155,0,0,0,0),(96000,26307,0,1,1,24028,0,-6196.34,397.191,394.548,3.9968,180,0,0,8982,3155,0,0,0,0),(96001,26760,0,1,1,23659,0,-6170.98,384.593,402.211,3.08923,180,0,0,8982,0,0,0,0,0),(96002,26012,0,1,1,24023,0,-6170.96,380.191,402.263,2.6529,180,0,0,8982,0,0,0,0,0),(96003,26075,0,1,1,23780,1,-6170.89,388.75,402.269,3.52556,180,0,0,7185,7196,0,0,0,0),(96004,26753,0,1,1,24019,0,-6199.4,400.842,389.692,3.71755,180,0,0,8982,0,0,0,0,0),(96005,26754,0,1,1,24019,0,-6201.95,405.488,388.688,3.59538,180,0,0,8982,0,0,0,0,0),(96006,26756,0,1,1,24019,0,-6203.43,416.209,387.895,2.96706,180,0,0,8982,0,0,0,0,0),(96007,26326,0,1,1,24031,0,-6199.4,400.842,393.375,3.71755,180,0,0,7185,7196,0,0,0,0),(96008,26327,0,1,1,24032,0,-6201.95,405.488,392.372,3.59538,180,0,0,8982,3155,0,0,0,0),(96009,26328,0,1,1,24033,0,-6203.39,410.54,391.83,3.21141,180,0,0,7185,7196,0,0,0,0),(96010,26329,0,1,1,23777,0,-6203.43,416.209,391.578,2.96706,180,0,0,8982,0,0,0,0,0),(96011,26757,0,1,1,24019,0,-6201.86,421.338,387.879,2.82743,180,0,0,8982,0,0,0,0,0),(96012,26759,0,1,1,24019,0,-6198.21,431.115,387.609,2.87979,180,0,0,8982,0,0,0,0,0),(96013,26758,0,1,1,24019,0,-6199.56,426.252,387.7,2.84489,180,0,0,8982,0,0,0,0,0),(96014,26330,0,1,1,24034,0,-6201.86,421.338,391.562,2.82743,180,0,0,8982,3155,0,0,0,0),(96015,26332,0,1,1,24036,0,-6198.21,431.115,391.292,2.87979,180,0,0,8982,0,0,0,0,0),(96016,26331,0,1,1,24035,0,-6199.56,426.252,391.383,2.84489,180,0,0,7185,7196,0,0,0,0),(96017,26007,0,1,1,23766,0,-8928.64,962.263,117.356,2.14675,180,0,0,8982,0,0,0,0,0),(96018,26007,0,1,1,23766,0,-8827.65,860.801,99.0844,4.55531,180,0,0,8982,0,0,0,0,0),(96019,26740,0,1,1,24019,0,-8853.55,660.798,97.0824,5.3058,180,0,0,8982,0,0,0,0,0),(52338,23348,530,1,1,0,0,-5074.88,625.449,85.9117,1.5708,30,0,0,1,0,0,0,0,0),(96021,26740,0,1,1,24019,0,-8856.87,658.125,96.715,5.39307,180,0,0,8982,0,0,0,0,0),(96022,26738,0,1,1,24019,0,-8847.28,656.933,97.2669,3.82227,180,0,0,8982,0,0,0,0,0),(96023,26740,0,1,1,24019,0,-8860.38,655.895,96.4102,5.49779,180,0,0,8982,0,0,0,0,0),(52339,23291,530,1,1,0,1,-5105.28,548.874,85.7276,0.453786,120,0,0,1,0,0,0,0,0),(52340,23340,530,1,1,0,0,-5088.56,640.836,86.6143,1.48353,30,0,0,1,0,0,0,0,0),(96027,26745,0,1,1,24019,0,-8824.41,612.461,94.7415,0.767945,180,0,0,8982,0,0,0,0,0),(96028,26755,0,1,1,24019,0,-8811.97,637.778,94.312,3.68265,180,0,0,8982,0,0,0,0,0),(96029,26742,0,1,1,24019,0,-8809.25,608.436,95.8367,4.06662,180,0,0,8982,0,0,0,0,0),(96030,26724,0,1,1,24019,0,-8811.91,611.805,95.4816,4.18879,180,0,0,8982,0,0,0,0,0),(96031,26751,0,1,1,24019,0,-8832.04,642.686,94.6964,5.0091,180,0,0,8982,0,0,0,0,0),(96032,26759,0,1,1,24019,0,-8814.35,620.236,94.6133,2.60054,180,0,0,8982,0,0,0,0,0),(96033,26757,0,1,1,24019,0,-8809.81,628.563,94.312,3.15905,180,0,0,8982,0,0,0,0,0),(96034,26754,0,1,1,24019,0,-8814.35,641.563,94.312,3.92699,180,0,0,8982,0,0,0,0,0),(96035,26743,0,1,1,24019,0,-8806.46,604.994,96.2103,3.92699,180,0,0,8982,0,0,0,0,0),(96036,26741,0,1,1,24019,0,-8848.47,640.706,96.1925,0.767945,180,0,0,8982,0,0,0,0,0),(96037,26753,0,1,1,24019,0,-8818.5,643.579,94.312,4.17134,180,0,0,8982,0,0,0,0,0),(96038,26739,0,1,1,24019,0,-8859.81,641.328,96.33,1.20428,180,0,0,8982,0,0,0,0,0),(96039,26745,0,1,1,24019,0,-8820.51,609.938,95.404,0.872665,180,0,0,8982,0,0,0,0,0),(96040,26756,0,1,1,24019,0,-8809.86,633.433,94.312,3.42085,180,0,0,8982,0,0,0,0,0),(96041,26328,0,1,1,24033,0,-8811.97,637.778,97.9953,3.68265,180,0,0,7185,7196,0,0,0,0),(52106,23146,530,1,1,21281,0,-5165,534.031,82.9017,3.85718,300,0,0,143620,0,0,0,0,0),(96044,26324,0,1,1,24029,0,-8832.04,642.686,98.3797,5.0091,180,0,0,8982,3155,0,0,0,0),(96045,26332,0,1,1,24036,0,-8814.35,620.236,98.2966,2.60054,180,0,0,8982,0,0,0,0,0),(96046,26330,0,1,1,24034,0,-8809.81,628.563,97.9953,3.15905,180,0,0,8982,3155,0,0,0,0),(96047,26744,0,1,1,24019,0,-8803.56,601.48,96.5967,3.80482,180,0,0,8982,0,0,0,0,0),(96048,26739,0,1,1,24019,0,-8855.8,642.586,96.5424,1.32645,180,0,0,8982,0,0,0,0,0),(96049,26749,0,1,1,24019,0,-8828.32,633.228,94.3538,4.17134,180,0,0,8982,0,0,0,0,0),(96050,26758,0,1,1,24019,0,-8811.17,624.093,94.4087,2.89725,180,0,0,8982,0,0,0,0,0),(96051,26741,0,1,1,24019,0,-8846.42,637.212,95.6423,0.837758,180,0,0,8982,0,0,0,0,0),(96052,26738,0,1,1,24019,0,-8841.77,649.336,96.5427,3.56047,180,0,0,8982,0,0,0,0,0),(96053,26765,0,1,1,24019,0,-8825.53,630.162,94.1602,3.76991,180,0,0,8982,0,0,0,0,0),(96054,26738,0,1,1,24019,0,-8844.97,653.237,97.0213,3.7001,180,0,0,8982,0,0,0,0,0),(96055,26752,0,1,1,24019,0,-8827.85,644.388,94.5321,4.72984,180,0,0,8982,0,0,0,0,0),(96056,26748,0,1,1,24019,0,-8823.3,644.591,94.4528,4.45059,180,0,0,8982,0,0,0,0,0),(96057,26741,0,1,1,24019,0,-8844.81,633.665,95.1091,0.890118,180,0,0,8982,0,0,0,0,0),(96058,26747,0,1,1,24019,0,-8822.71,626.831,93.8889,3.38594,180,0,0,8982,0,0,0,0,0),(96059,26739,0,1,1,24019,0,-8851.51,643.122,96.5483,1.48353,180,0,0,8982,0,0,0,0,0),(96060,26745,0,1,1,24019,0,-8816.93,606.846,95.9405,0.977384,180,0,0,8982,0,0,0,0,0),(96061,26327,0,1,1,24032,0,-8814.35,641.563,97.9953,3.92699,180,0,0,8982,3155,0,0,0,0),(52027,23287,530,1,1,0,1,-5263.4,326.199,73.8625,0.30392,300,0,0,6986,0,0,0,0,0),(95553,26309,1,1,1,23757,1,-2349.54,-383.41,-3.92803,6.17846,180,0,0,8982,0,0,0,0,0),(96064,26326,0,1,1,24031,0,-8818.5,643.579,97.9953,4.17134,180,0,0,7185,7196,0,0,0,0),(79547,17957,547,3,1,0,0,-118.958,-152.85,-1.95728,0.488692,86400,0,0,1,0,0,0,0,0),(96067,26329,0,1,1,23777,0,-8809.86,633.433,97.9953,3.42085,180,0,0,8982,0,0,0,0,0),(52376,17964,547,3,1,0,0,-108.384,-755.407,37.9846,5.07891,86400,0,0,1,0,0,0,0,0),(96070,26075,0,1,1,23780,1,-8828.32,633.228,98.0372,4.17134,180,0,0,7185,7196,0,0,0,0),(96071,26331,0,1,1,24035,0,-8811.17,624.093,98.0921,2.89725,180,0,0,7185,7196,0,0,0,0),(143636,23287,530,1,1,0,0,-4968.71,620.063,16.1749,2.67035,300,0,0,4299,0,0,0,0,0),(96074,26760,0,1,1,23659,0,-8825.53,630.162,97.8435,3.76991,180,0,0,8982,0,0,0,0,0),(96076,26325,0,1,1,24030,0,-8827.85,644.388,98.2154,4.72984,180,0,0,8982,3155,0,0,0,0),(96077,26307,0,1,1,24028,0,-8823.3,644.591,98.1362,4.45059,180,0,0,8982,3155,0,0,0,0),(95470,26309,1,1,1,23757,1,-1226.87,83.3364,134.561,1.8675,180,0,0,8982,0,0,0,0,0),(96079,26012,0,1,1,24023,0,-8822.71,626.831,97.5723,3.38594,180,0,0,8982,0,0,0,0,0),(79701,17938,547,3,1,0,0,-84.8779,-503.343,-1.50917,3.28122,86400,0,0,1,0,0,0,0,0),(79699,21126,547,3,1,0,0,-88.2256,-497.443,-1.50776,2.72271,86400,0,0,1,0,0,0,0,0),(96082,26007,0,1,1,23766,0,-9179.79,275.865,75.4225,1.5708,180,0,0,8982,0,0,0,0,0),(96083,26745,0,1,1,24019,0,-9488.42,101.054,56.5955,5.65487,180,0,0,8982,0,0,0,0,0),(96084,26744,0,1,1,24019,0,-9490.11,87.7993,56.3354,5.53269,180,0,0,8982,0,0,0,0,0),(96085,26743,0,1,1,24019,0,-9490.87,83.9578,56.2398,5.89921,180,0,0,8982,0,0,0,0,0),(96086,26759,0,1,1,24019,0,-9496.1,35.9651,56.7234,2.40855,180,0,0,8982,0,0,0,0,0),(96087,26738,0,1,1,24019,0,-9496.91,62.7053,56.3357,0.20944,180,0,0,8982,0,0,0,0,0),(96088,26745,0,1,1,24019,0,-9490.4,93.0475,56.503,0.174533,180,0,0,8982,0,0,0,0,0),(96089,26753,0,1,1,24019,0,-9482.3,54.6745,56.51,1.76278,180,0,0,8982,0,0,0,0,0),(96090,26756,0,1,1,24019,0,-9491.31,45.9254,56.6653,2.82743,180,0,0,8982,0,0,0,0,0),(96091,26742,0,1,1,24019,0,-9491.81,79.92,56.1378,0.05236,180,0,0,8982,0,0,0,0,0),(96092,26739,0,1,1,24019,0,-9467.02,70.7817,56.5051,4.74729,180,0,0,8982,0,0,0,0,0),(96093,26751,0,1,1,24019,0,-9468.05,55.424,56.8632,1.32645,180,0,0,8982,0,0,0,0,0),(96094,26739,0,1,1,24019,0,-9471.24,70.7968,56.5656,4.81711,180,0,0,8982,0,0,0,0,0),(96095,26758,0,1,1,24019,0,-9494.5,39.2546,56.7962,2.54818,180,0,0,8982,0,0,0,0,0),(96096,26748,0,1,1,24019,0,-9477.4,55.8905,56.6753,1.48353,180,0,0,8982,0,0,0,0,0),(96097,26752,0,1,1,24019,0,-9472.66,55.798,56.8277,1.53589,180,0,0,8982,0,0,0,0,0),(96098,26724,0,1,1,24019,0,-9492.72,75.6383,56.1841,0.436332,180,0,0,8982,0,0,0,0,0),(13418,22883,564,1,1,5492,0,305.223,975.352,-59.7491,3.07178,604800,0,0,44012,0,0,0,0,0),(52393,17964,547,3,1,0,0,-73.6177,-182.158,-5.11198,5.14872,86400,0,0,1,0,0,0,0,0),(79414,21126,547,3,1,0,1,-82.4584,-723.883,36.8106,1.76082,86400,0,0,12395,2568,2,0,0,0),(96102,26332,0,1,1,24036,0,-9496.1,35.9651,60.4067,2.40855,180,0,0,8982,0,0,0,0,0),(95966,26309,0,1,1,23757,1,-6252.98,292.937,387.252,3.01942,180,0,0,8982,0,0,0,0,0),(96066,26309,0,1,1,23757,1,-8820.51,609.938,99.0873,0.872665,180,0,0,8982,0,0,0,0,0),(96105,26326,0,1,1,24031,0,-9482.3,54.6745,60.1933,1.76278,180,0,0,7185,7196,0,0,0,0),(96106,26329,0,1,1,23777,0,-9491.31,45.9254,60.3487,2.82743,180,0,0,8982,0,0,0,0,0),(52103,23264,530,1,1,0,0,-4896.16,554.051,42.3303,5.51025,300,0,0,6986,0,0,0,0,0),(96108,26755,0,1,1,24019,0,-9489.17,49.2949,56.5557,2.47837,180,0,0,8982,0,0,0,0,0),(96109,26738,0,1,1,24019,0,-9495.13,70.8716,56.3498,5.88176,180,0,0,8982,0,0,0,0,0),(96110,26754,0,1,1,24019,0,-9486.22,52.9084,56.4601,2.23402,180,0,0,8982,0,0,0,0,0),(96111,26740,0,1,1,24019,0,-9480.14,77.5936,56.796,3.71755,180,0,0,8982,0,0,0,0,0),(96112,26757,0,1,1,24019,0,-9492.86,42.564,56.8246,2.68781,180,0,0,8982,0,0,0,0,0),(96113,26740,0,1,1,24019,0,-9475.55,71.6653,56.6052,4.32842,180,0,0,8982,0,0,0,0,0),(96114,26740,0,1,1,24019,0,-9478.96,73.6922,56.6646,3.97935,180,0,0,8982,0,0,0,0,0),(96115,26745,0,1,1,24019,0,-9489.32,97.2272,56.5484,6.03884,180,0,0,8982,0,0,0,0,0),(96116,26738,0,1,1,24019,0,-9495.88,66.8677,56.4189,6.17846,180,0,0,8982,0,0,0,0,0),(79703,17940,547,3,1,0,0,122.697,-297.858,3.11904,3.7001,86400,0,0,1,0,0,0,0,0),(96118,26324,0,1,1,24029,0,-9468.05,55.424,60.5465,1.32645,180,0,0,8982,3155,0,0,0,0),(79709,17957,547,3,1,0,0,-83.7987,-585.32,1.377,1.37881,86400,0,0,1,0,0,0,0,0),(96120,26331,0,1,1,24035,0,-9494.5,39.2546,60.4795,2.54818,180,0,0,7185,7196,0,0,0,0),(96121,26307,0,1,1,24028,0,-9477.4,55.8905,60.3586,1.48353,180,0,0,8982,3155,0,0,0,0),(96122,26325,0,1,1,24030,0,-9472.66,55.798,60.511,1.53589,180,0,0,8982,3155,0,0,0,0),(49401,17408,530,1,1,0,0,3820.25,1586.07,119.717,0,3600,0,0,4979,0,0,0,0,0),(96124,26328,0,1,1,24033,0,-9489.17,49.2949,60.2391,2.47837,180,0,0,7185,7196,0,0,0,0),(95963,26309,0,1,1,23757,1,-6253.34,297.043,387.225,3.12414,180,0,0,8982,0,0,0,0,0),(96126,26327,0,1,1,24032,0,-9486.22,52.9084,60.1434,2.23402,180,0,0,8982,3155,0,0,0,0),(95472,26309,1,1,1,23757,1,-1223.56,86.6204,135.18,2.02458,180,0,0,8982,0,0,0,0,0),(96128,26330,0,1,1,24034,0,-9492.86,42.564,60.5079,2.68781,180,0,0,8982,3155,0,0,0,0),(52341,23342,530,1,1,0,0,-5081.62,640.932,86.6143,1.5708,30,0,0,1,0,0,0,0,0),(95962,26309,0,1,1,23757,1,-6252.34,288.583,387.539,2.93215,180,0,0,8982,0,0,0,0,0),(96133,26741,0,1,1,24019,0,-9450.26,70.7579,56.5996,4.50295,180,0,0,8982,0,0,0,0,0),(96134,26739,0,1,1,24019,0,-9462.74,70.7093,56.4867,4.67748,180,0,0,8982,0,0,0,0,0),(96135,26749,0,1,1,24019,0,-9454.69,49.0365,56.7012,1.72788,180,0,0,8982,0,0,0,0,0),(143637,23287,530,1,1,0,0,-4942.41,582.11,9.91461,2.1293,300,0,0,4299,0,0,0,0,0),(96137,26741,0,1,1,24019,0,-9454.38,70.6657,56.5605,4.55531,180,0,0,8982,0,0,0,0,0),(96138,26741,0,1,1,24019,0,-9458.63,70.7116,56.5462,4.60767,180,0,0,8982,0,0,0,0,0),(96139,26765,0,1,1,24019,0,-9458.72,49.5112,56.6896,1.43117,180,0,0,8982,0,0,0,0,0),(96140,26747,0,1,1,24019,0,-9462.39,50.1898,56.5971,1.11701,180,0,0,8982,0,0,0,0,0),(79710,17957,547,3,1,0,0,-77.8852,-592.529,2.31032,5.95157,86400,0,0,1,0,0,0,0,0),(96142,26075,0,1,1,23780,1,-9454.69,49.0365,60.3845,1.72788,180,0,0,7185,7196,0,0,0,0),(95454,26309,1,1,1,23757,1,-1220.38,89.8357,135.864,2.19912,180,0,0,8982,0,0,0,0,0),(245546,16592,0,1,1,11686,0,-8241.63,-2624.58,133.184,2.53448,300,0,0,42,0,0,0,0,0),(96145,26760,0,1,1,23659,0,-9458.72,49.5112,60.3729,1.43117,180,0,0,8982,0,0,0,0,0),(96146,26007,0,1,1,23766,0,-9089.17,-57.177,85.6382,0.593412,180,0,0,8982,0,0,0,0,0),(96147,26740,0,1,1,24019,0,-8953.89,-109.362,83.6246,4.43314,180,0,0,8982,0,0,0,0,0),(96148,26745,0,1,1,24019,0,-8992.38,-84.9667,85.4858,4.04916,180,0,0,8982,0,0,0,0,0),(96149,26744,0,1,1,24019,0,-8984.37,-95.2103,85.588,2.87979,180,0,0,8982,0,0,0,0,0),(96150,26745,0,1,1,24019,0,-8989.3,-88.5705,85.4968,3.50811,180,0,0,8982,0,0,0,0,0),(96151,26743,0,1,1,24019,0,-8981.07,-98.9376,85.3565,2.74017,180,0,0,8982,0,0,0,0,0),(96152,26724,0,1,1,24019,0,-8974.38,-105.229,84.9119,2.61799,180,0,0,8982,0,0,0,0,0),(52342,23344,530,1,1,0,0,-5072.99,640.034,86.4893,1.60313,30,0,0,1,0,0,0,0,0),(52385,17964,547,3,1,0,0,-47.4728,3.60573,-1.50723,1.69297,86400,0,0,1,0,0,0,0,0),(96158,26740,0,1,1,24019,0,-8958.03,-109.478,83.9612,4.59022,180,0,0,8982,0,0,0,0,0),(96159,26742,0,1,1,24019,0,-8977.45,-102.396,85.0659,2.6529,180,0,0,8982,0,0,0,0,0),(96160,26738,0,1,1,24019,0,-8966.78,-108.445,84.6024,4.92183,180,0,0,8982,0,0,0,0,0),(96161,26738,0,1,1,24019,0,-8962.49,-109.136,84.2406,4.76475,180,0,0,8982,0,0,0,0,0),(96162,26738,0,1,1,24019,0,-8970.78,-107.208,84.7896,5.044,180,0,0,8982,0,0,0,0,0),(48270,17408,530,1,1,0,0,3226.19,2688.29,145.962,0,3600,0,0,4979,0,0,0,0,0),(49108,17408,530,1,1,0,0,3300.19,1898.28,120.51,0,3600,0,0,4979,0,0,0,0,0),(95435,26309,0,1,1,23757,1,2282.7,331.084,37.9177,3.1765,180,0,0,8982,0,0,0,0,0),(52101,23264,530,1,1,0,0,-5119.12,668.285,85.0648,1.47565,300,0,0,6986,0,0,0,0,0),(52102,23264,530,1,1,0,0,-4957.43,524.511,78.8385,2.17623,300,0,0,6986,0,0,0,0,0),(96170,26740,0,1,1,24019,0,-8949.77,-109.315,83.3478,4.29351,180,0,0,8982,0,0,0,0,0),(96171,26739,0,1,1,24019,0,-8940.67,-109.28,83.0322,5.25344,180,0,0,8982,0,0,0,0,0),(52343,23370,530,1,1,0,0,-5104.8,683.6,104.505,5.5676,120,0,0,1,0,0,0,0,0),(96173,26739,0,1,1,24019,0,-8945.23,-109.018,83.1666,4.15388,180,0,0,8982,0,0,0,0,0),(96174,26739,0,1,1,24019,0,-8936.53,-109.448,83.0332,4.92183,180,0,0,8982,0,0,0,0,0),(79711,21126,547,3,1,0,0,-175.445,-771.766,42.2175,4.7964,86400,3,0,1,0,1,0,0,0),(79713,17938,547,3,1,0,0,-187.012,-762.941,41.797,5.73458,86400,3,0,1,0,1,0,0,0),(96177,26756,0,1,1,24019,0,-8946.19,-158.145,82.0022,1.64061,180,0,0,8982,0,0,0,0,0),(96178,26755,0,1,1,24019,0,-8941.99,-157.029,81.9415,1.85005,180,0,0,8982,0,0,0,0,0),(96179,26758,0,1,1,24019,0,-8954.95,-158.161,81.9178,1.25664,180,0,0,8982,0,0,0,0,0),(96180,26329,0,1,1,23777,0,-8946.19,-158.145,85.6855,1.64061,180,0,0,8982,0,0,0,0,0),(96181,26759,0,1,1,24019,0,-8959.42,-156.478,81.8673,1.0472,180,0,0,8982,0,0,0,0,0),(96182,26753,0,1,1,24019,0,-8934.39,-153.62,81.8587,2.25148,180,0,0,8982,0,0,0,0,0),(96183,26757,0,1,1,24019,0,-8950.7,-158.655,81.9764,1.44862,180,0,0,8982,0,0,0,0,0),(96184,26328,0,1,1,24033,0,-8941.99,-157.029,85.6248,1.85005,180,0,0,7185,7196,0,0,0,0),(96185,26331,0,1,1,24035,0,-8954.95,-158.161,85.6012,1.25664,180,0,0,7185,7196,0,0,0,0),(96186,26332,0,1,1,24036,0,-8959.42,-156.478,85.5506,1.0472,180,0,0,8982,0,0,0,0,0),(96187,26326,0,1,1,24031,0,-8934.39,-153.62,85.5421,2.25148,180,0,0,7185,7196,0,0,0,0),(96188,26327,0,1,1,24032,0,-8937.71,-155.704,85.3754,2.05949,180,0,0,8982,3155,0,0,0,0),(96189,26330,0,1,1,24034,0,-8950.7,-158.655,85.6598,1.44862,180,0,0,8982,3155,0,0,0,0),(96190,26747,0,1,1,24019,0,-8918.51,-135.146,80.5303,1.64061,180,0,0,8982,0,0,0,0,0),(96191,26752,0,1,1,24019,0,-8928.83,-147.713,81.7991,2.61799,180,0,0,8982,0,0,0,0,0),(96192,26748,0,1,1,24019,0,-8931.29,-150.839,82.0391,2.44346,180,0,0,8982,0,0,0,0,0),(96193,26765,0,1,1,24019,0,-8914.73,-133.636,80.6375,1.95477,180,0,0,8982,0,0,0,0,0),(96194,26012,0,1,1,24023,0,-8918.51,-135.146,84.2136,1.64061,180,0,0,8982,0,0,0,0,0),(96195,26751,0,1,1,24019,0,-8926.41,-144.356,81.722,2.80998,180,0,0,8982,0,0,0,0,0),(96196,26325,0,1,1,24030,0,-8928.83,-147.713,85.4824,2.61799,180,0,0,8982,3155,0,0,0,0),(96197,26307,0,1,1,24028,0,-8931.29,-150.839,85.7225,2.44346,180,0,0,8982,3155,0,0,0,0),(96198,26760,0,1,1,23659,0,-8914.73,-133.636,84.3208,1.95477,180,0,0,8982,0,0,0,0,0),(96199,26324,0,1,1,24029,0,-8926.41,-144.356,85.4053,2.80998,180,0,0,8982,3155,0,0,0,0),(96200,26741,0,1,1,24019,0,-8932.46,-110.112,83.0476,4.53786,180,0,0,8982,0,0,0,0,0),(96201,26749,0,1,1,24019,0,-8911.02,-131.912,80.7432,2.28638,180,0,0,8982,0,0,0,0,0),(96202,26741,0,1,1,24019,0,-8924.32,-112.928,82.9834,3.76991,180,0,0,8982,0,0,0,0,0),(95433,26309,0,1,1,23757,1,2281.16,327.07,37.8804,2.74017,180,0,0,8982,0,0,0,0,0),(96204,26075,0,1,1,23780,1,-8911.02,-131.912,84.4265,2.28638,180,0,0,7185,7196,0,0,0,0),(143639,23287,530,1,1,0,0,-4944.88,561.502,7.63682,2.09439,300,0,0,4299,0,0,0,0,0),(52410,22807,530,1,1,0,0,-4333.12,4703.91,-64.038,2.39063,480,5,0,6986,0,1,0,0,0),(96207,26007,530,1,1,23766,0,-4150,-11495.8,9.55713,3.47321,180,0,0,8982,0,0,0,0,0),(96208,26007,530,1,1,23766,0,-3817.16,-11711.8,-106.49,2.49582,180,0,0,8982,0,0,0,0,0),(96209,26749,530,1,1,24019,0,-4006.12,-11872.2,-0.400892,4.36332,180,0,0,8982,0,0,0,0,0),(96210,26765,530,1,1,24019,0,-4002.43,-11874.4,-0.586958,4.10152,180,0,0,8982,0,0,0,0,0),(96211,26075,530,1,1,23780,1,-4006.12,-11872.2,3.28244,4.36332,180,0,0,7185,7196,0,0,0,0),(96212,26760,530,1,1,23659,0,-4002.43,-11874.4,3.09637,4.10152,180,0,0,8982,0,0,0,0,0),(96213,26747,530,1,1,24019,0,-3998.91,-11877.5,-0.234778,3.80482,180,0,0,8982,0,0,0,0,0),(96214,26012,530,1,1,24023,0,-3998.91,-11877.5,3.44855,3.80482,180,0,0,8982,0,0,0,0,0),(96215,26753,530,1,1,24019,0,-4034.34,-11891.9,-1.52391,4.79965,180,0,0,8982,0,0,0,0,0),(96216,26741,530,1,1,24019,0,-4009.64,-11918.7,-1.39634,3.40339,180,0,0,8982,0,0,0,0,0),(96217,26752,530,1,1,24019,0,-4025.27,-11889.6,-1.15395,5.32325,180,0,0,8982,0,0,0,0,0),(96218,26754,530,1,1,24019,0,-4039.13,-11891.9,-1.71353,4.79965,180,0,0,8982,0,0,0,0,0),(96219,26756,530,1,1,24019,0,-4048.9,-11890.9,-1.7412,4.55531,180,0,0,8982,0,0,0,0,0),(96220,26741,530,1,1,24019,0,-4003.98,-11928.1,-1.51885,3.76991,180,0,0,8982,0,0,0,0,0),(96221,26739,530,1,1,24019,0,-4000.44,-11932.4,-1.71048,3.78736,180,0,0,8982,0,0,0,0,0),(96222,26741,530,1,1,24019,0,-4007.14,-11923.4,-1.44951,3.7001,180,0,0,8982,0,0,0,0,0),(96223,26751,530,1,1,24019,0,-4020.82,-11887.3,-1.08871,5.49779,180,0,0,8982,0,0,0,0,0),(96224,26757,530,1,1,24019,0,-4053.3,-11889.7,-1.53277,4.41568,180,0,0,8982,0,0,0,0,0),(96225,26748,530,1,1,24019,0,-4029.72,-11891.5,-1.37214,5.11381,180,0,0,8982,0,0,0,0,0),(96226,26326,530,1,1,24031,0,-4034.34,-11891.9,2.15943,4.79965,180,0,0,7185,7196,0,0,0,0),(143640,23287,530,1,1,0,0,-4921.92,547.607,6.50163,2.04204,300,0,0,4299,0,0,0,0,0),(96228,26325,530,1,1,24030,0,-4025.27,-11889.6,2.52938,5.32325,180,0,0,8982,3155,0,0,0,0),(96229,26327,530,1,1,24032,0,-4039.13,-11891.9,1.96981,4.79965,180,0,0,8982,3155,0,0,0,0),(96230,26329,530,1,1,23777,0,-4048.9,-11890.9,1.94213,4.55531,180,0,0,8982,0,0,0,0,0),(96232,26758,530,1,1,24019,0,-4057.95,-11888.4,-1.38516,4.31096,180,0,0,8982,0,0,0,0,0),(96233,26755,530,1,1,24019,0,-4044.21,-11891.7,-1.82966,4.69494,180,0,0,8982,0,0,0,0,0),(96236,26324,530,1,1,24029,0,-4020.82,-11887.3,2.59462,5.49779,180,0,0,8982,3155,0,0,0,0),(96237,26330,530,1,1,24034,0,-4053.3,-11889.7,2.15056,4.41568,180,0,0,8982,3155,0,0,0,0),(96238,26307,530,1,1,24028,0,-4029.72,-11891.5,2.3112,5.11381,180,0,0,8982,3155,0,0,0,0),(96239,26331,530,1,1,24035,0,-4057.95,-11888.4,2.29818,4.31096,180,0,0,7185,7196,0,0,0,0),(96240,26328,530,1,1,24033,0,-4044.21,-11891.7,1.85367,4.69494,180,0,0,7185,7196,0,0,0,0),(96241,26738,530,1,1,24019,0,-3961.16,-11947.9,-1.99844,4.5204,180,0,0,8982,0,0,0,0,0),(96242,26739,530,1,1,24019,0,-3993.53,-11940.1,-2.30652,3.97935,180,0,0,8982,0,0,0,0,0),(96243,26740,530,1,1,24019,0,-3988.68,-11943.8,-2.50542,4.20624,180,0,0,8982,0,0,0,0,0),(96244,26740,530,1,1,24019,0,-3978.12,-11946.2,-2.37189,4.62512,180,0,0,8982,0,0,0,0,0),(96245,26740,530,1,1,24019,0,-3983.42,-11945.5,-2.43154,4.45059,180,0,0,8982,0,0,0,0,0),(95952,26309,0,1,1,23757,1,-4905.75,-929.033,505.355,5.46288,180,0,0,8982,0,0,0,0,0),(79718,17958,547,3,1,0,0,-6.49847,-296.844,3.15944,2.93215,86400,0,0,1,0,0,0,0,0),(96248,26738,530,1,1,24019,0,-3966.9,-11947.5,-2.0321,4.66003,180,0,0,8982,0,0,0,0,0),(96249,26738,530,1,1,24019,0,-3972.52,-11947,-2.30972,4.55531,180,0,0,8982,0,0,0,0,0),(52409,22807,530,1,1,0,0,-4364.99,4579.53,-50.5461,1.81493,480,5,0,6986,0,1,0,0,0),(52344,23376,530,1,1,0,1,-5129.35,681.345,40.0699,1.04193,120,0,0,1,0,0,0,0,0),(52345,23376,530,1,1,0,1,-5197.53,620.542,44.5623,6.20232,120,0,0,1,0,0,0,0,0),(52346,23427,530,1,1,0,0,-5092.04,581.663,86.9588,1.18682,120,0,0,1,0,0,0,0,0),(95950,26309,0,1,1,23757,1,-4897.61,-924.569,505.357,5.21853,180,0,0,8982,0,0,0,0,0),(96256,26759,530,1,1,24019,0,-4062.19,-11886.1,-1.25455,4.04916,180,0,0,8982,0,0,0,0,0),(96257,26332,530,1,1,24036,0,-4062.19,-11886.1,2.42878,4.04916,180,0,0,8982,0,0,0,0,0),(96258,26745,530,1,1,24019,0,-3935.95,-11947.2,-2.30897,4.85202,180,0,0,8982,0,0,0,0,0),(96259,26745,530,1,1,24019,0,-3926.76,-11946,-2.59289,4.97419,180,0,0,8982,0,0,0,0,0),(96260,26742,530,1,1,24019,0,-3950.83,-11948.1,-2.12612,4.76475,180,0,0,8982,0,0,0,0,0),(96261,26724,530,1,1,24019,0,-3955.86,-11948.3,-2.14786,4.7822,180,0,0,8982,0,0,0,0,0),(96262,26743,530,1,1,24019,0,-3945.9,-11947.7,-1.88613,4.74729,180,0,0,8982,0,0,0,0,0),(96264,26744,530,1,1,24019,0,-3940.84,-11947.7,-2.24889,4.95674,180,0,0,8982,0,0,0,0,0),(96265,26745,530,1,1,24019,0,-3931.4,-11946.8,-2.42749,4.95674,180,0,0,8982,0,0,0,0,0),(13416,22883,564,1,1,5492,0,307.713,972.534,-59.657,2.93215,604800,0,0,44012,0,0,0,0,0),(52099,23264,530,1,1,0,0,-5107.16,249.876,148.188,5.35161,300,0,0,6986,0,0,0,0,0),(52100,23264,530,1,1,0,0,-5181.54,133.403,73.1526,3.71797,300,0,0,6986,0,0,0,0,0),(52026,23287,530,1,1,0,1,-5119.77,716.04,79.2502,1.05005,300,0,0,6986,0,0,0,0,0),(52389,17964,547,3,1,0,0,-61.5123,-20.1761,-2.66396,4.18879,86400,0,0,1,0,0,0,0,0),(52387,17964,547,3,1,0,0,-96.449,-62.1541,-1.79204,0.139626,86400,0,0,1,0,0,0,0,0),(96272,26007,530,1,1,23766,0,-4113.6,-12144.9,-1.53159,4.17134,180,0,0,8982,0,0,0,0,0),(96273,26738,530,1,1,24019,0,-4206.28,-12488.7,44.6963,5.81195,180,0,0,8982,0,0,0,0,0),(96274,26724,530,1,1,24019,0,-4200.58,-12482.8,45.1839,5.51524,180,0,0,8982,0,0,0,0,0),(96275,26738,530,1,1,24019,0,-4203.47,-12485.6,44.8886,5.65487,180,0,0,8982,0,0,0,0,0),(95944,26309,0,1,1,23757,1,-4901.62,-926.433,505.359,5.34071,180,0,0,8982,0,0,0,0,0),(48267,17408,530,1,1,0,0,3013.18,3667.87,130.374,0,3600,0,0,4979,0,0,0,0,0),(48269,17408,530,1,1,0,0,3126.14,3234.31,108.699,0,3600,0,0,4979,0,0,0,0,0),(96279,26744,530,1,1,24019,0,-4190.36,-12474.6,45.8575,5.02655,180,0,0,8982,0,0,0,0,0),(96280,26745,530,1,1,24019,0,-4181.76,-12471.6,44.8128,4.72984,180,0,0,8982,0,0,0,0,0),(96281,26738,530,1,1,24019,0,-4208.55,-12492.5,44.513,5.96903,180,0,0,8982,0,0,0,0,0),(96282,26740,530,1,1,24019,0,-4210.3,-12505.5,45.4742,0.139626,180,0,0,8982,0,0,0,0,0),(96283,26743,530,1,1,24019,0,-4194.03,-12477.2,45.897,5.18363,180,0,0,8982,0,0,0,0,0),(96284,26745,530,1,1,24019,0,-4186.1,-12472.7,45.425,4.86947,180,0,0,8982,0,0,0,0,0),(96285,26739,530,1,1,24019,0,-4209.24,-12510,45.2798,0.314159,180,0,0,8982,0,0,0,0,0),(96286,26740,530,1,1,24019,0,-4210.54,-12501.1,44.6897,0,180,0,0,8982,0,0,0,0,0),(96287,26742,530,1,1,24019,0,-4197.12,-12479.8,45.7916,5.34071,180,0,0,8982,0,0,0,0,0),(96288,26739,530,1,1,24019,0,-4207.9,-12513.9,45.3909,0.453786,180,0,0,8982,0,0,0,0,0),(96289,26739,530,1,1,24019,0,-4205.8,-12517.3,46.03,0.593412,180,0,0,8982,0,0,0,0,0),(52382,17963,547,3,1,0,0,-83.5101,-290.583,-1.38112,5.39307,86400,0,0,1,0,0,0,0,0),(52384,17964,547,3,1,0,0,-38.7431,3.08924,-1.20455,1.85005,86400,0,0,1,0,0,0,0,0),(52025,23287,530,1,1,0,1,-5235.82,506.63,59.7766,3.94345,300,0,0,6986,0,0,0,0,0),(96295,26740,530,1,1,24019,0,-4210.04,-12496.7,44.4818,6.12611,180,0,0,8982,0,0,0,0,0),(23428,23144,530,1,1,0,0,-5119.8,624.766,86.8275,1.25664,300,0,0,3858,0,0,0,0,0),(52096,23264,530,1,1,0,0,-5167.71,313.147,74.7626,3.22318,300,0,0,6986,0,0,0,0,0),(52097,23264,530,1,1,0,0,-5199.88,260.577,71.3678,3.58053,300,0,0,6986,0,0,0,0,0),(96303,26741,530,1,1,24019,0,-4199.44,-12527.4,45.0593,0.977384,180,0,0,8982,0,0,0,0,0),(96304,26741,530,1,1,24019,0,-4203.82,-12520.8,46.0709,0.733038,180,0,0,8982,0,0,0,0,0),(96305,26741,530,1,1,24019,0,-4201.87,-12524.2,45.5742,0.855211,180,0,0,8982,0,0,0,0,0),(96306,26745,530,1,1,24019,0,-4177.66,-12470.9,44.3131,4.57276,180,0,0,8982,0,0,0,0,0),(52282,22253,530,1,1,0,1,-5026.08,30.3253,78.8116,1.42613,300,0,0,110700,0,2,0,0,0),(52281,22253,530,1,1,0,1,-5285.74,354.305,58.6303,4.30382,300,0,0,110700,0,2,0,0,0),(96311,26765,530,1,1,24019,0,-4153.89,-12489.6,44.4431,3.85718,180,0,0,8982,0,0,0,0,0),(96312,26755,530,1,1,24019,0,-4160.23,-12529.5,45.4965,2.09439,180,0,0,8982,0,0,0,0,0),(96313,26747,530,1,1,24019,0,-4151.15,-12492.6,44.768,3.57792,180,0,0,8982,0,0,0,0,0),(96314,26752,530,1,1,24019,0,-4150.57,-12516.9,45.281,2.79253,180,0,0,8982,0,0,0,0,0),(96315,26757,530,1,1,24019,0,-4167.54,-12532.4,44.9659,1.76278,180,0,0,8982,0,0,0,0,0),(96316,26754,530,1,1,24019,0,-4156.45,-12527.3,45.0675,2.28638,180,0,0,8982,0,0,0,0,0),(96317,26751,530,1,1,24019,0,-4149.73,-12513.3,45.2441,2.94961,180,0,0,8982,0,0,0,0,0),(96318,26749,530,1,1,24019,0,-4156.68,-12486.6,45.0049,4.15388,180,0,0,8982,0,0,0,0,0),(96319,26756,530,1,1,24019,0,-4163.85,-12531,45.5187,1.93731,180,0,0,8982,0,0,0,0,0),(96320,26759,530,1,1,24019,0,-4175.38,-12532.2,44.5484,1.44862,180,0,0,8982,0,0,0,0,0),(96321,26748,530,1,1,24019,0,-4151.92,-12520.7,45.2141,2.61799,180,0,0,8982,0,0,0,0,0),(96322,26760,530,1,1,23659,0,-4153.89,-12489.6,48.1264,3.85718,180,0,0,8982,0,0,0,0,0),(96323,26328,530,1,1,24033,0,-4160.23,-12529.5,49.1798,2.09439,180,0,0,7185,7196,0,0,0,0),(96324,26012,530,1,1,24023,0,-4151.15,-12492.6,48.4513,3.57792,180,0,0,8982,0,0,0,0,0),(96325,26325,530,1,1,24030,0,-4150.57,-12516.9,48.9643,2.79253,180,0,0,8982,3155,0,0,0,0),(96326,26753,530,1,1,24019,0,-4153.99,-12524.3,44.9896,2.44346,180,0,0,8982,0,0,0,0,0),(96327,26758,530,1,1,24019,0,-4171.55,-12532.8,44.6047,1.6057,180,0,0,8982,0,0,0,0,0),(96328,26330,530,1,1,24034,0,-4167.54,-12532.4,48.6492,1.76278,180,0,0,8982,3155,0,0,0,0),(96329,26327,530,1,1,24032,0,-4156.45,-12527.3,48.7508,2.28638,180,0,0,8982,3155,0,0,0,0),(96330,26324,530,1,1,24029,0,-4149.73,-12513.3,48.9274,2.94961,180,0,0,8982,3155,0,0,0,0),(96331,26075,530,1,1,23780,1,-4156.68,-12486.6,48.6882,4.15388,180,0,0,7185,7196,0,0,0,0),(96332,26329,530,1,1,23777,0,-4163.85,-12531,49.2021,1.93731,180,0,0,8982,0,0,0,0,0),(96333,26332,530,1,1,24036,0,-4175.38,-12532.2,48.2318,1.44862,180,0,0,8982,0,0,0,0,0),(96334,26307,530,1,1,24028,0,-4151.92,-12520.7,48.8974,2.61799,180,0,0,8982,3155,0,0,0,0),(96335,26326,530,1,1,24031,0,-4153.99,-12524.3,48.6729,2.44346,180,0,0,7185,7196,0,0,0,0),(96336,26331,530,1,1,24035,0,-4171.55,-12532.8,48.288,1.6057,180,0,0,7185,7196,0,0,0,0),(96337,26007,530,1,1,23766,0,-4233.91,-12766.1,20.9753,4.39823,180,0,0,8982,0,0,0,0,0),(96338,26007,530,1,1,23766,0,-4150.06,-13490.1,47.4972,5.67232,180,0,0,8982,0,0,0,0,0),(96339,26739,530,1,1,24019,0,-4094.76,-13748.1,74.7776,3.64774,180,0,0,8982,0,0,0,0,0),(96340,26724,530,1,1,24019,0,-4131.43,-13752.9,74.709,6.14356,180,0,0,8982,0,0,0,0,0),(96341,26741,530,1,1,24019,0,-4103.87,-13770.1,74.7745,1.79769,180,0,0,8982,0,0,0,0,0),(96342,26740,530,1,1,24019,0,-4097.08,-13744.7,74.7571,3.9968,180,0,0,8982,0,0,0,0,0),(96343,26744,530,1,1,24019,0,-4122.95,-13740.4,74.6971,5.3058,180,0,0,8982,0,0,0,0,0),(96344,26739,530,1,1,24019,0,-4093.6,-13752,74.8065,3.28122,180,0,0,8982,0,0,0,0,0),(96345,26738,530,1,1,24019,0,-4131.46,-13757.5,74.6948,0.10472,180,0,0,8982,0,0,0,0,0),(96346,26747,530,1,1,24019,0,-4082.3,-13758.7,74.8726,5.58505,180,0,0,8982,0,0,0,0,0),(96347,26739,530,1,1,24019,0,-4093.19,-13755.6,74.7933,2.94961,180,0,0,8982,0,0,0,0,0),(96348,26743,530,1,1,24019,0,-4127.12,-13743.8,74.6941,5.58505,180,0,0,8982,0,0,0,0,0),(96349,26752,530,1,1,24019,0,-4076.08,-13752.8,74.8734,4.72984,180,0,0,8982,0,0,0,0,0),(96350,26741,530,1,1,24019,0,-4100.32,-13768.3,74.7963,2.18166,180,0,0,8982,0,0,0,0,0),(96351,26738,530,1,1,24019,0,-4130.31,-13762.1,74.7028,0.366519,180,0,0,8982,0,0,0,0,0),(96352,26751,530,1,1,24019,0,-4079.3,-13754,74.9247,4.95674,180,0,0,8982,0,0,0,0,0),(96353,26740,530,1,1,24019,0,-4104.15,-13742.2,74.721,4.66003,180,0,0,8982,0,0,0,0,0),(96354,26741,530,1,1,24019,0,-4108.06,-13770.8,74.7458,1.41372,180,0,0,8982,0,0,0,0,0),(79722,21126,547,3,1,0,0,-121.849,-147.45,-1.98127,1.0821,86400,0,0,1,0,0,0,0,0),(79719,17958,547,3,1,0,0,-11.2796,-312.923,2.95958,2.86234,86400,0,0,1,0,0,0,0,0),(52280,22253,530,1,1,0,1,-5210.22,418.937,73.921,4.30382,300,0,0,110700,0,2,0,0,0),(52408,22807,530,1,1,0,0,-4335.35,4603.06,-44.7981,2.64986,480,5,0,6986,0,1,0,0,0),(96360,26742,530,1,1,24019,0,-4129.86,-13748,74.6953,5.86431,180,0,0,8982,0,0,0,0,0),(52381,17964,547,3,1,0,0,-77.1895,-284.429,-1.24173,5.65487,86400,0,0,1,0,0,0,0,0),(52380,17964,547,3,1,0,0,-101.754,-14.1398,-7.86887,4.67748,86400,0,0,1,0,0,0,0,0),(96364,26012,530,1,1,24023,0,-4082.3,-13758.7,78.5559,5.58505,180,0,0,8982,0,0,0,0,0),(79745,17961,547,3,1,0,0,-76.5347,-588.374,1.94564,0.436332,86400,0,0,1,0,0,0,0,0),(245545,16592,1,1,1,11686,0,-7216.68,-3859.39,11.4943,-2.72271,300,0,0,42,0,0,0,0,0),(96367,26325,530,1,1,24030,0,-4076.08,-13752.8,78.5567,4.72984,180,0,0,8982,3155,0,0,0,0),(52407,22807,530,1,1,0,0,-4288.24,4586.01,-56.3142,4.1994,480,5,0,6986,0,1,0,0,0),(52278,22253,530,1,1,0,1,-5004.89,702.881,82.044,4.27476,300,0,0,110700,0,2,0,0,0),(52279,22253,530,1,1,0,1,-5022.06,479.931,87.0028,4.69259,300,0,0,110700,0,2,0,0,0),(96371,26324,530,1,1,24029,0,-4079.3,-13754,78.6081,4.95674,180,0,0,8982,3155,0,0,0,0),(143596,23146,530,1,1,0,0,-5143.49,515.507,84.5049,4.83456,300,0,0,88860,0,0,0,0,0),(52277,22253,530,1,1,0,1,-4898.73,216.78,54.7499,4.27476,300,0,0,110700,0,2,0,0,0),(96375,26745,530,1,1,24019,0,-4126.28,-13730.6,74.7459,4.92183,180,0,0,8982,0,0,0,0,0),(96376,26745,530,1,1,24019,0,-4131.41,-13731.5,74.7197,5.18363,180,0,0,8982,0,0,0,0,0),(13415,22883,564,1,1,5492,0,469.634,936.326,14.4428,4.39823,604800,0,0,44012,0,0,0,0,0),(96378,26745,530,1,1,24019,0,-4121.41,-13729.8,74.7455,4.66003,180,0,0,8982,0,0,0,0,0),(13414,22883,564,1,1,5492,0,471.542,940.37,14.4428,4.72984,604800,0,0,44012,0,0,0,0,0),(96381,26756,530,1,1,24019,0,-4069.76,-13775.4,74.8366,2.00713,180,0,0,8982,0,0,0,0,0),(96382,26748,530,1,1,24019,0,-4072.6,-13752.7,74.8474,4.50295,180,0,0,8982,0,0,0,0,0),(96383,26755,530,1,1,24019,0,-4063.82,-13759,74.8365,3.80482,180,0,0,8982,0,0,0,0,0),(96384,26753,530,1,1,24019,0,-4069.15,-13754,74.8365,4.27606,180,0,0,8982,0,0,0,0,0),(96385,26754,530,1,1,24019,0,-4066.17,-13756.3,74.8365,4.03171,180,0,0,8982,0,0,0,0,0),(96386,26757,530,1,1,24019,0,-4073.09,-13776.2,74.8365,1.71042,180,0,0,8982,0,0,0,0,0),(96387,26759,530,1,1,24019,0,-4081.16,-13776.3,74.8571,1.0821,180,0,0,8982,0,0,0,0,0),(96388,26749,530,1,1,24019,0,-4087.26,-13770.5,74.8742,0.034907,180,0,0,8982,0,0,0,0,0),(96389,26329,530,1,1,23777,0,-4069.76,-13775.4,78.5199,2.00713,180,0,0,8982,0,0,0,0,0),(96390,26307,530,1,1,24028,0,-4072.6,-13752.7,78.5307,4.50295,180,0,0,8982,3155,0,0,0,0),(96391,26328,530,1,1,24033,0,-4063.82,-13759,78.5199,3.80482,180,0,0,7185,7196,0,0,0,0),(96392,26765,530,1,1,24019,0,-4084.56,-13764.8,74.8706,5.96903,180,0,0,8982,0,0,0,0,0),(96393,26758,530,1,1,24019,0,-4077.01,-13775.8,74.8366,1.37881,180,0,0,8982,0,0,0,0,0),(96394,26326,530,1,1,24031,0,-4069.15,-13754,78.5199,4.27606,180,0,0,7185,7196,0,0,0,0),(96395,26327,530,1,1,24032,0,-4066.17,-13756.3,78.5198,4.03171,180,0,0,8982,3155,0,0,0,0),(96396,26330,530,1,1,24034,0,-4073.09,-13776.2,78.5199,1.71042,180,0,0,8982,3155,0,0,0,0),(96397,26332,530,1,1,24036,0,-4081.16,-13776.3,78.5404,1.0821,180,0,0,8982,0,0,0,0,0),(96398,26075,530,1,1,23780,1,-4087.26,-13770.5,78.5575,0.034907,180,0,0,7185,7196,0,0,0,0),(96399,26760,530,1,1,23659,0,-4084.56,-13764.8,78.554,5.96903,180,0,0,8982,0,0,0,0,0),(96400,26331,530,1,1,24035,0,-4077.01,-13775.8,78.5199,1.37881,180,0,0,7185,7196,0,0,0,0),(96401,26007,1,1,1,23766,0,9948.88,2484.54,1316.35,4.76475,180,0,0,8982,0,0,0,0,0),(96402,26007,1,1,1,23766,0,9860.41,2383.86,1316.44,1.44862,180,0,0,8982,0,0,0,0,0),(96403,26739,1,1,1,24019,0,9947.22,2235.13,1332.58,5.96903,180,0,0,8982,0,0,0,0,0),(96404,26740,1,1,1,24019,0,9947.05,2226.66,1331.2,6.05629,180,0,0,8982,0,0,0,0,0),(96405,26740,1,1,1,24019,0,9946.91,2218.24,1330.08,6.14356,180,0,0,8982,0,0,0,0,0),(96406,26739,1,1,1,24019,0,9946.91,2239.45,1333.16,5.93412,180,0,0,8982,0,0,0,0,0),(96407,26739,1,1,1,24019,0,9947.13,2230.98,1331.93,6.02139,180,0,0,8982,0,0,0,0,0),(96408,26740,1,1,1,24019,0,9947.01,2222.29,1330.55,6.10865,180,0,0,8982,0,0,0,0,0),(96409,26741,1,1,1,24019,0,9947.14,2244.1,1333.93,5.89921,180,0,0,8982,0,0,0,0,0),(96410,26741,1,1,1,24019,0,9946.87,2248.06,1334.61,5.86431,180,0,0,8982,0,0,0,0,0),(52406,22807,530,1,1,0,0,-4208.24,4573.14,-86.2463,3.71245,480,0,0,6986,0,2,0,0,0),(52331,22253,530,1,1,0,1,-4941.29,35.2024,62.7353,3.61283,300,0,0,110700,0,0,0,0,0),(52276,22253,530,1,1,0,1,-5218.91,565.366,50.8523,4.90465,300,0,0,110700,0,2,0,0,0),(79790,21127,547,3,1,0,0,-82.1729,-494.006,-1.5095,2.3911,86400,0,0,1,0,0,0,0,0),(52275,22253,530,1,1,0,1,-5195.86,90.1292,70.2266,3.56791,300,0,0,110700,0,2,0,0,0),(96419,26759,1,1,1,24019,0,9999.29,2285.66,1341.48,4.50295,180,0,0,8982,0,0,0,0,0),(96420,26752,1,1,1,24019,0,9967.38,2282.98,1341.48,4.95674,180,0,0,8982,0,0,0,0,0),(96421,26753,1,1,1,24019,0,9974.4,2283.29,1341.48,4.85202,180,0,0,8982,0,0,0,0,0),(96422,26758,1,1,1,24019,0,9994.92,2284.93,1341.48,4.55531,180,0,0,8982,0,0,0,0,0),(96423,26755,1,1,1,24019,0,9982.41,2283.94,1341.48,4.74729,180,0,0,8982,0,0,0,0,0),(96424,26749,1,1,1,24019,0,9947.89,2282.74,1341.48,5.23599,180,0,0,8982,0,0,0,0,0),(96425,26751,1,1,1,24019,0,9963.89,2282.99,1341.48,4.99164,180,0,0,8982,0,0,0,0,0),(96426,26748,1,1,1,24019,0,9971.09,2283.12,1341.48,4.90438,180,0,0,8982,0,0,0,0,0),(96427,26747,1,1,1,24019,0,9955.84,2283.01,1341.48,4.24115,180,0,0,8982,0,0,0,0,0),(96428,26757,1,1,1,24019,0,9990.69,2284.74,1341.48,4.60767,180,0,0,8982,0,0,0,0,0),(96429,26754,1,1,1,24019,0,9978.35,2283.57,1341.48,4.79965,180,0,0,8982,0,0,0,0,0),(96430,26756,1,1,1,24019,0,9986.43,2284.39,1341.48,4.67748,180,0,0,8982,0,0,0,0,0),(96431,26765,1,1,1,24019,0,9951.88,2282.82,1341.48,4.72984,180,0,0,8982,0,0,0,0,0),(96432,26332,1,1,1,24036,0,9999.29,2285.66,1345.16,4.50295,180,0,0,8982,0,0,0,0,0),(96433,26325,1,1,1,24030,0,9967.38,2282.98,1345.16,4.95674,180,0,0,8982,3155,0,0,0,0),(96434,26326,1,1,1,24031,0,9974.4,2283.29,1345.16,4.85202,180,0,0,7185,7196,0,0,0,0),(96435,26328,1,1,1,24033,0,9982.41,2283.94,1345.16,4.74729,180,0,0,7185,7196,0,0,0,0),(96436,26075,1,1,1,23780,1,9947.89,2282.74,1345.16,5.23599,180,0,0,7185,7196,0,0,0,0),(96437,26324,1,1,1,24029,0,9963.89,2282.99,1345.16,4.99164,180,0,0,8982,3155,0,0,0,0),(96438,26307,1,1,1,24028,0,9971.09,2283.12,1345.16,4.90438,180,0,0,8982,3155,0,0,0,0),(96439,26012,1,1,1,24023,0,9955.84,2283.01,1345.16,4.24115,180,0,0,8982,0,0,0,0,0),(96440,26330,1,1,1,24034,0,9990.69,2284.74,1345.16,4.60767,180,0,0,8982,3155,0,0,0,0),(96441,26327,1,1,1,24032,0,9978.35,2283.57,1345.16,4.79965,180,0,0,8982,3155,0,0,0,0),(96442,26329,1,1,1,23777,0,9986.43,2284.39,1345.16,4.67748,180,0,0,8982,0,0,0,0,0),(96443,26760,1,1,1,23659,0,9951.88,2282.82,1345.16,4.72984,180,0,0,8982,0,0,0,0,0),(96444,26738,1,1,1,24019,0,9946.83,2209.25,1329.24,6.24828,180,0,0,8982,0,0,0,0,0),(96445,26724,1,1,1,24019,0,9946.55,2200.09,1328.2,0.05236,180,0,0,8982,0,0,0,0,0),(96446,26745,1,1,1,24019,0,9946.86,2176.09,1327.65,0.296706,180,0,0,8982,0,0,0,0,0),(96447,26745,1,1,1,24019,0,9946.51,2171.36,1327.55,0.331613,180,0,0,8982,0,0,0,0,0),(96448,26738,1,1,1,24019,0,9946.78,2213.88,1329.65,6.19592,180,0,0,8982,0,0,0,0,0),(96449,26743,1,1,1,24019,0,9946.63,2190.64,1327.69,0.15708,180,0,0,8982,0,0,0,0,0),(96450,26742,1,1,1,24019,0,9946.5,2195.42,1327.81,0.10472,180,0,0,8982,0,0,0,0,0),(96451,26745,1,1,1,24019,0,9946.86,2180.83,1327.79,0.244346,180,0,0,8982,0,0,0,0,0),(96452,26744,1,1,1,24019,0,9946.83,2186.01,1327.78,0.191986,180,0,0,8982,0,0,0,0,0),(96453,26738,1,1,1,24019,0,9946.75,2204.64,1328.75,0,180,0,0,8982,0,0,0,0,0),(95863,26309,0,1,1,23757,1,-5661.48,-487.052,400.021,1.51844,180,0,0,8982,0,0,0,0,0),(47279,17408,530,1,1,0,0,2218.62,2252.56,94.7763,0,3600,0,0,4979,0,0,0,0,0),(47349,17408,530,1,1,0,0,2664.67,3085.93,125.92,0,3600,0,0,4979,0,0,0,0,0),(95862,26309,0,1,1,23757,1,-5653.02,-487.688,400.128,1.8675,180,0,0,8982,0,0,0,0,0),(245544,16592,0,1,1,11686,0,2273.88,453.352,33.9364,3.35914,300,0,0,42,0,0,0,0,0),(79339,17991,547,3,1,0,0,-34.3742,-458.817,-1.95241,3.3803,86400,0,0,97155,0,2,0,0,0),(96464,26007,1,1,1,23766,0,9984.65,1953.18,1325.76,4.69494,180,0,0,8982,0,0,0,0,0),(96465,26007,1,1,1,23766,0,10109.1,1558.65,1324.29,5.5676,180,0,0,8982,0,0,0,0,0),(96466,26745,1,1,1,24019,0,9852.27,1064.15,1306.82,5.88176,180,0,0,8982,0,0,0,0,0),(96467,26745,1,1,1,24019,0,9854.1,1068.35,1307.26,5.55015,180,0,0,8982,0,0,0,0,0),(96469,26739,1,1,1,24019,0,9843.22,1008.91,1305.81,5.96903,180,0,0,8982,0,0,0,0,0),(96470,26738,1,1,1,24019,0,9843.37,1026.84,1305.03,0.488692,180,0,0,8982,0,0,0,0,0),(96471,26739,1,1,1,24019,0,9843.45,1000.51,1305.76,0.418879,180,0,0,8982,0,0,0,0,0),(96472,26740,1,1,1,24019,0,9843.38,1013.21,1305.87,0.401426,180,0,0,8982,0,0,0,0,0),(96473,26724,1,1,1,24019,0,9843.63,1041.14,1304.92,0.10472,180,0,0,8982,0,0,0,0,0),(96474,26740,1,1,1,24019,0,9842.86,1022.19,1305.33,5.96903,180,0,0,8982,0,0,0,0,0),(96475,26741,1,1,1,24019,0,9843.09,991.019,1305.6,6.26573,180,0,0,8982,0,0,0,0,0),(96476,26740,1,1,1,24019,0,9843.24,1017.71,1305.67,0.034907,180,0,0,8982,0,0,0,0,0),(96477,26738,1,1,1,24019,0,9843.03,1036.2,1304.92,5.86431,180,0,0,8982,0,0,0,0,0),(96478,26738,1,1,1,24019,0,9843.38,1031.35,1304.92,0.05236,180,0,0,8982,0,0,0,0,0),(96479,26739,1,1,1,24019,0,9843.5,1004.64,1305.96,0.05236,180,0,0,8982,0,0,0,0,0),(96480,26743,1,1,1,24019,0,9847.55,1050.44,1305.41,5.86431,180,0,0,8982,0,0,0,0,0),(96481,26741,1,1,1,24019,0,9842.98,986.626,1305.57,0.366519,180,0,0,8982,0,0,0,0,0),(96482,26744,1,1,1,24019,0,9849.19,1055.3,1305.93,5.60251,180,0,0,8982,0,0,0,0,0),(96483,26741,1,1,1,24019,0,9843.46,995.831,1305.65,5.84685,180,0,0,8982,0,0,0,0,0),(96484,26742,1,1,1,24019,0,9845.99,1045.91,1305.19,6.12611,180,0,0,8982,0,0,0,0,0),(79842,21127,547,3,1,0,0,-116.916,-585.936,5.48318,0.383972,86400,0,0,1,0,0,0,0,0),(52405,22807,530,1,1,0,0,-4249.24,4623.46,-70.1857,5.47645,480,0,0,6986,0,2,0,0,0),(143597,23146,530,1,1,0,0,-5162.25,534.28,82.7886,5.18363,300,0,0,88860,0,0,0,0,0),(52330,22253,530,1,1,0,1,-4932.89,22.4055,62.2445,3.61283,300,0,0,110700,0,0,0,0,0),(143598,23146,530,1,1,0,0,-5160.02,561.378,82.4765,0.0523599,300,0,0,88860,0,0,0,0,0),(136184,23311,530,1,1,0,0,-5214.68,221.543,72.5394,4.38078,120,0,0,1,0,0,0,0,0),(136183,23311,530,1,1,0,0,-4979.63,-99.6888,42.1347,4.04916,120,0,0,1,0,0,0,0,0),(79386,17962,547,3,1,0,1,-292.936,-378.154,30.4904,6.27707,86400,0,0,15489,0,2,0,0,0),(79147,17962,547,3,1,0,1,75.6859,-408.286,36.5226,0.270867,86400,0,0,15489,0,2,0,0,0),(96500,26749,1,1,1,24019,0,9845.75,963.094,1306.94,0.436332,180,0,0,8982,0,0,0,0,0),(96501,26765,1,1,1,24019,0,9844.2,967.527,1306.89,0.279253,180,0,0,8982,0,0,0,0,0),(96502,26747,1,1,1,24019,0,9843.11,972.087,1306.89,0.10472,180,0,0,8982,0,0,0,0,0),(96503,26751,1,1,1,24019,0,9856.33,954.043,1306.86,0.750492,180,0,0,8982,0,0,0,0,0),(96504,26075,1,1,1,23780,1,9845.75,963.094,1310.63,0.436332,180,0,0,7185,7196,0,0,0,0),(96505,26760,1,1,1,23659,0,9844.2,967.527,1310.57,0.279253,180,0,0,8982,0,0,0,0,0),(96506,26012,1,1,1,24023,0,9843.11,972.087,1310.58,0.10472,180,0,0,8982,0,0,0,0,0),(96507,26324,1,1,1,24029,0,9856.33,954.043,1310.54,0.750492,180,0,0,8982,3155,0,0,0,0),(96508,26759,1,1,1,24019,0,9881.24,923.237,1307.62,0.226893,180,0,0,8982,0,0,0,0,0),(96509,26757,1,1,1,24019,0,9877.81,931.323,1307.63,0.558505,180,0,0,8982,0,0,0,0,0),(96510,26758,1,1,1,24019,0,9879.82,927.522,1307.6,0.453786,180,0,0,8982,0,0,0,0,0),(96511,26332,1,1,1,24036,0,9881.24,923.237,1311.3,0.226893,180,0,0,8982,0,0,0,0,0),(96512,26330,1,1,1,24034,0,9877.81,931.323,1311.31,0.558505,180,0,0,8982,3155,0,0,0,0),(96513,26331,1,1,1,24035,0,9879.82,927.522,1311.28,0.453786,180,0,0,7185,7196,0,0,0,0),(96514,26748,1,1,1,24019,0,9862.4,947.614,1307.33,4.10152,180,0,0,8982,0,0,0,0,0),(96515,26752,1,1,1,24019,0,9859.23,950.768,1306.99,0.837758,180,0,0,8982,0,0,0,0,0),(96516,26753,1,1,1,24019,0,9865.51,944.611,1307.23,0.785398,180,0,0,8982,0,0,0,0,0),(96517,26307,1,1,1,24028,0,9862.4,947.614,1311.01,4.10152,180,0,0,8982,3155,0,0,0,0),(96518,26325,1,1,1,24030,0,9859.23,950.768,1310.68,0.837758,180,0,0,8982,3155,0,0,0,0),(96519,26326,1,1,1,24031,0,9865.51,944.611,1310.91,0.785398,180,0,0,7185,7196,0,0,0,0),(96520,26754,1,1,1,24019,0,9869.34,941.552,1307.4,0.785398,180,0,0,8982,0,0,0,0,0),(96521,26755,1,1,1,24019,0,9872.72,938.617,1307.48,0.907571,180,0,0,8982,0,0,0,0,0),(96522,26756,1,1,1,24019,0,9875.56,935.112,1307.62,0.767945,180,0,0,8982,0,0,0,0,0),(96523,26327,1,1,1,24032,0,9869.34,941.552,1311.08,0.785398,180,0,0,8982,3155,0,0,0,0),(96524,26328,1,1,1,24033,0,9872.72,938.617,1311.17,0.907571,180,0,0,7185,7196,0,0,0,0),(96525,26329,1,1,1,23777,0,9875.56,935.112,1311.31,0.767945,180,0,0,8982,0,0,0,0,0),(96526,26007,1,1,1,23766,0,9922.74,690.508,1309.83,5.58505,180,0,0,8982,0,0,0,0,0),(96527,26765,1,1,1,24019,0,10317,824.078,1326.46,1.02974,180,0,0,8982,0,0,0,0,0),(96528,26749,1,1,1,24019,0,10321,822.351,1326.46,1.58825,180,0,0,8982,0,0,0,0,0),(96529,26760,1,1,1,23659,0,10317,824.078,1330.14,1.02974,180,0,0,8982,0,0,0,0,0),(96530,26075,1,1,1,23780,1,10321,822.351,1330.14,1.58825,180,0,0,7185,7196,0,0,0,0),(96531,26739,1,1,1,24019,0,10349.5,841.729,1325.64,2.32129,180,0,0,8982,0,0,0,0,0),(96532,26738,1,1,1,24019,0,10377.2,867.459,1324.78,1.93731,180,0,0,8982,0,0,0,0,0),(96533,26747,1,1,1,24019,0,10313.3,827.044,1326.48,0.418879,180,0,0,8982,0,0,0,0,0),(96534,26740,1,1,1,24019,0,10355.9,847.41,1325.31,2.47837,180,0,0,8982,0,0,0,0,0),(96535,26741,1,1,1,24019,0,10342.2,836.357,1326.07,2.14675,180,0,0,8982,0,0,0,0,0),(96536,26741,1,1,1,24019,0,10338.2,833.167,1326.18,2.04204,180,0,0,8982,0,0,0,0,0),(96537,26740,1,1,1,24019,0,10362.4,854.077,1325.13,2.6529,180,0,0,8982,0,0,0,0,0),(96538,26738,1,1,1,24019,0,10380.9,870.1,1324.53,2.11185,180,0,0,8982,0,0,0,0,0),(96539,26724,1,1,1,24019,0,10384.6,872.375,1324.07,2.28638,180,0,0,8982,0,0,0,0,0),(96540,26739,1,1,1,24019,0,10352.8,844.434,1325.37,2.3911,180,0,0,8982,0,0,0,0,0),(96541,26739,1,1,1,24019,0,10346,839.289,1325.86,2.23402,180,0,0,8982,0,0,0,0,0),(96542,26740,1,1,1,24019,0,10358.9,850.828,1325.24,2.56563,180,0,0,8982,0,0,0,0,0),(96543,26738,1,1,1,24019,0,10373.6,865.03,1324.9,1.78024,180,0,0,8982,0,0,0,0,0),(96544,26741,1,1,1,24019,0,10334.3,830.251,1326.31,1.95477,180,0,0,8982,0,0,0,0,0),(79843,21127,547,3,1,0,0,-114.484,-592.073,6.5819,6.16101,86400,0,0,1,0,0,0,0,0),(96547,26012,1,1,1,24023,0,10313.3,827.044,1330.17,0.418879,180,0,0,8982,0,0,0,0,0),(136182,23311,530,1,1,0,0,-5091.08,-114.714,64.3569,1.23918,120,0,0,1,0,0,0,0,0),(136181,23311,530,1,1,0,0,-5275.49,149.132,58.5314,2.44346,120,0,0,1,0,0,0,0,0),(136180,23311,530,1,1,0,0,-5185.78,143.912,71.6619,1.69297,120,0,0,1,0,0,0,0,0),(200010,29069,571,1,1,0,0,4979.46,4592.82,157.565,0,120,0,0,6722,0,0,0,0,0),(136179,23311,530,1,1,0,0,-5233.17,64.5307,64.4112,0.767945,120,0,0,1,0,0,0,0,0),(1976475,30065,571,1,2,0,0,7345.35,-865.466,924.236,5.71593,300,0,0,121750,0,0,0,0,0),(136178,23311,530,1,1,0,0,-5076.11,25.0966,80.3505,6.23635,120,0,0,1,0,0,0,0,0),(96558,26751,1,1,1,24019,0,10315.7,852.533,1330.89,5.65487,180,0,0,8982,0,0,0,0,0),(96559,26744,1,1,1,24019,0,10396.1,879.66,1321.78,1.44862,180,0,0,8982,0,0,0,0,0),(96560,26742,1,1,1,24019,0,10388.3,874.923,1323.37,2.46091,180,0,0,8982,0,0,0,0,0),(96561,26758,1,1,1,24019,0,10345.8,866.887,1327.04,4.53786,180,0,0,8982,0,0,0,0,0),(96562,26756,1,1,1,24019,0,10336.4,867.745,1328.24,4.83456,180,0,0,8982,0,0,0,0,0),(96563,26754,1,1,1,24019,0,10327.5,865.276,1329.94,5.11381,180,0,0,8982,0,0,0,0,0),(96564,26752,1,1,1,24019,0,10317,856.41,1331.24,5.53269,180,0,0,8982,0,0,0,0,0),(96565,26755,1,1,1,24019,0,10331.9,866.841,1329.01,4.97419,180,0,0,8982,0,0,0,0,0),(96566,26743,1,1,1,24019,0,10392,877.285,1322.63,2.61799,180,0,0,8982,0,0,0,0,0),(96567,26753,1,1,1,24019,0,10323.3,862.708,1330.75,5.2709,180,0,0,8982,0,0,0,0,0),(96568,26757,1,1,1,24019,0,10341.4,867.568,1327.71,4.67748,180,0,0,8982,0,0,0,0,0),(96569,26759,1,1,1,24019,0,10350.1,865.876,1325.93,4.39823,180,0,0,8982,0,0,0,0,0),(96570,26748,1,1,1,24019,0,10319.9,859.775,1331.19,5.39307,180,0,0,8982,0,0,0,0,0),(96571,26324,1,1,1,24029,0,10315.7,852.533,1334.57,5.65487,180,0,0,8982,3155,0,0,0,0),(79357,17962,547,3,1,0,1,-152.223,-346.586,72.0306,5.92306,86400,0,0,15489,0,2,0,0,0),(79371,17962,547,3,1,0,1,-152.261,-353.445,72.0172,6.01338,86400,0,0,15489,0,2,0,0,0),(96574,26331,1,1,1,24035,0,10345.8,866.887,1330.72,4.53786,180,0,0,7185,7196,0,0,0,0),(96575,26329,1,1,1,23777,0,10336.4,867.745,1331.93,4.83456,180,0,0,8982,0,0,0,0,0),(96576,26327,1,1,1,24032,0,10327.5,865.276,1333.63,5.11381,180,0,0,8982,3155,0,0,0,0),(96577,26325,1,1,1,24030,0,10317,856.41,1334.92,5.53269,180,0,0,8982,3155,0,0,0,0),(96578,26328,1,1,1,24033,0,10331.9,866.841,1332.7,4.97419,180,0,0,7185,7196,0,0,0,0),(245543,16592,1,1,1,11686,0,6860.03,-4767.11,696.833,-2.63545,300,0,0,42,0,0,0,0,0),(96580,26326,1,1,1,24031,0,10323.3,862.708,1334.43,5.2709,180,0,0,7185,7196,0,0,0,0),(96581,26330,1,1,1,24034,0,10341.4,867.568,1331.39,4.67748,180,0,0,8982,3155,0,0,0,0),(96582,26332,1,1,1,24036,0,10350.1,865.876,1329.62,4.39823,180,0,0,8982,0,0,0,0,0),(96583,26307,1,1,1,24028,0,10319.9,859.775,1334.87,5.39307,180,0,0,8982,3155,0,0,0,0),(96584,26745,1,1,1,24019,0,10409.5,881.895,1320,2.25148,180,0,0,8982,0,0,0,0,0),(96585,26745,1,1,1,24019,0,10400.5,880.827,1321.16,1.72788,180,0,0,8982,0,0,0,0,0),(96586,26745,1,1,1,24019,0,10404.9,881.778,1320.54,2.02458,180,0,0,8982,0,0,0,0,0),(96589,26309,1,1,1,23757,1,10404.9,881.778,1324.22,2.02458,180,0,0,8982,0,0,0,0,0),(96588,26309,1,1,1,23757,1,10400.5,880.827,1324.84,1.72788,180,0,0,8982,0,0,0,0,0),(96587,26309,1,1,1,23757,1,10409.5,881.895,1323.68,2.25148,180,0,0,8982,0,0,0,0,0),(96981,17845,530,1,1,17279,0,9853.54,-7527.49,-9.07447,1.78024,180,0,0,1551,4393,0,0,0,0),(96982,17845,530,1,1,17278,0,9857.25,-7522.78,-8.69932,2.84489,180,0,0,1551,4393,0,0,0,0),(96643,25153,530,1,1,22957,0,-1907.75,5428.67,-12.4283,6.05629,180,0,0,5233,2991,0,0,0,0),(96644,25153,530,1,1,22957,0,-1894.72,5465.17,-12.4282,4.86947,180,0,0,5233,2991,0,0,0,0),(96645,25153,530,1,1,22957,0,-1858.24,5388.41,-12.4281,4.86542,180,0,0,5233,2991,0,0,0,0),(96646,25153,530,1,1,22957,0,-1826.29,5442.46,-12.4283,3.19395,180,0,0,5233,2991,0,0,0,0),(96647,25155,530,1,1,22956,0,-1891.7,5463.4,-12.4282,2.82743,180,0,0,5233,2991,0,0,0,0),(96648,25155,530,1,1,22955,0,-1825.47,5457.96,-12.4284,3.87463,180,0,0,5233,2991,0,0,0,0),(96649,25155,530,1,1,22956,0,-1904.82,5431.21,-12.4282,4.29351,180,0,0,5233,2991,0,0,0,0),(96650,25155,530,1,1,22956,0,-1857.54,5385.29,-12.4281,1.65806,180,0,0,5233,2991,0,0,0,0),(96651,25155,530,1,1,22956,0,-1895.3,5461.38,-12.4281,0.558505,180,0,0,5233,2991,0,0,0,0),(96652,25155,530,1,1,22956,0,-1829.09,5444.69,-12.4282,4.92183,180,0,0,5233,2991,0,0,0,0),(96653,25167,530,1,1,22968,1,-1854.02,5435.06,-10.4762,3.75246,180,0,0,5589,3155,0,0,0,0),(96654,18525,530,1,1,17870,0,-1841.98,5471.1,1.01826,4.39823,180,0,0,7380,0,0,0,0,0),(96655,24932,530,1,1,22747,1,-1843.86,5494.1,-12.3448,4.4855,180,0,0,24451,0,0,0,0,0),(96656,24938,530,1,1,22911,1,-1840.99,5493.67,-12.4281,1.39402,180,0,0,6986,0,0,0,0,0),(96657,24938,530,1,1,22911,1,-1831.94,5459.1,-12.4283,2.39292,180,0,0,6986,0,0,0,0,0),(96658,24938,530,1,1,22911,1,-1941.19,5486.9,-12.3448,0.593412,180,0,0,6986,0,0,0,0,0),(96659,20331,530,1,1,19132,1,-1838.96,5466.96,1.2443,3.90954,180,0,0,13972,0,0,0,0,0),(96660,20331,530,1,1,19130,1,-1844.29,5475.24,0.940471,1.39626,180,0,0,13972,0,0,0,0,0),(96661,20331,530,1,1,19132,1,-1846.48,5470.35,0.940442,2.74017,180,0,0,13972,0,0,0,0,0),(96662,20331,530,1,1,19132,1,-1836.19,5472.1,1.29797,5.55015,180,0,0,13972,0,0,0,0,0),(40645,23269,530,1,1,0,0,-5028.41,385.658,171.015,2.01292,300,0,0,29520,0,2,0,0,0),(151937,32357,571,1,1,0,0,3733.24,6779.39,156.379,2.8011,28800,0,0,13936,3231,0,0,0,0),(96665,18593,530,1,1,18017,0,-2015.68,5489.26,3.81239,5.48033,180,0,0,4422,2620,0,0,0,0),(96666,21432,530,1,1,20290,0,-1837.07,5469.41,-12.3449,4.08407,180,0,0,6986,0,0,0,0,0),(96667,19144,530,1,1,18544,0,-1867.28,5477.18,-12.3448,2.32129,180,0,0,3662,0,0,0,0,0),(96668,18893,530,1,1,20659,1,-1868.95,5478.97,-12.3448,4.83456,180,0,0,5589,3155,0,0,0,0),(96669,22497,530,1,1,17072,0,-1901.39,5397.81,1.99144,1.309,180,0,0,7380,0,0,0,0,0),(96670,19170,530,1,1,18616,1,-1870.21,5477.06,-12.3448,0.977384,180,0,0,3662,0,0,0,0,0),(96672,23091,530,1,1,17868,1,-2438.97,4755.73,153.135,2.38042,180,0,0,6986,0,0,0,0,0),(96673,23092,530,1,1,17869,1,-2502.14,4736.15,153.407,1.81271,180,0,0,6986,0,0,0,0,0),(96674,23093,530,1,1,21261,0,-2528.15,4661.22,170.58,5.55015,180,0,0,6986,0,0,0,0,0),(96675,23094,530,1,1,18485,1,-2452.38,4760.84,153.167,5.68977,180,0,0,6986,0,0,0,0,0),(96676,23094,530,1,1,17864,1,-2430.96,4701.74,175.406,3.9619,180,0,0,6986,0,0,0,0,0),(96677,23094,530,1,1,17864,1,-2424.75,4658.27,160.435,4.10152,180,0,0,6986,0,0,0,0,0),(96678,23094,530,1,1,17006,1,-2419.45,4562.04,160.518,1.58825,180,0,0,6986,0,0,0,0,0),(96679,24920,530,1,1,22734,0,-1472.81,3947.02,220.299,2.19829,180,5,0,7181,0,1,0,0,0),(96680,24920,530,1,1,22734,0,-1418.12,3857.38,210.826,1.7411,180,0,0,7181,0,0,0,0,0),(96681,24920,530,1,1,22734,0,-1489.54,3921.51,215.247,3.38594,180,0,0,7181,0,0,0,0,0),(96682,24920,530,1,1,22734,0,-1466.02,3914.08,217.089,2.05508,180,0,0,7181,0,0,0,0,0),(96683,24920,530,1,1,22734,0,-1383.62,3859.38,217.133,0.100693,180,0,0,7181,0,0,0,0,0),(96684,24920,530,1,1,22734,0,-1062.35,4660.93,208.049,3.55892,180,5,0,7181,0,1,0,0,0),(96685,24920,530,1,1,22734,0,-1449.89,4237.15,226.547,4.10791,180,0,0,7181,0,0,0,0,0),(96686,24920,530,1,1,22734,0,-1460.29,4125.44,214.106,2.01698,180,5,0,7181,0,1,0,0,0),(96687,24920,530,1,1,22734,0,-1265.1,4537.6,205.167,3.01942,180,0,0,7181,0,0,0,0,0),(96688,24920,530,1,1,22734,0,-1323.21,4415.06,222.898,5.44135,180,5,0,7181,0,1,0,0,0),(96689,24920,530,1,1,22734,0,-1294.78,4429.39,218.465,5.16412,180,0,0,7181,0,0,0,0,0),(96690,24920,530,1,1,22734,0,-1379.74,4351.79,236.347,1.22833,180,0,0,7181,0,0,0,0,0),(96691,24920,530,1,1,22734,0,-1170.15,4598.29,194.348,3.21777,180,5,0,7181,0,1,0,0,0),(96692,24920,530,1,1,22734,0,-1149.02,4575.91,202.169,3.32118,180,5,0,7181,0,1,0,0,0),(96693,24920,530,1,1,22734,0,-1367.7,3835.66,215.633,0.12342,180,0,0,7181,0,0,0,0,0),(96694,24920,530,1,1,22734,0,-1227.48,4594.45,196.691,0.593143,180,5,0,7181,0,1,0,0,0),(96695,24920,530,1,1,22734,0,-1487.61,4068.61,213.113,1.07877,180,5,0,7181,0,1,0,0,0),(96696,24922,530,1,1,16631,0,-1478.51,3958.12,219.953,0.271536,180,5,0,6986,0,1,0,0,0),(96697,24922,530,1,1,16631,0,-1463.44,3949.78,222.26,1.94431,180,5,0,6986,0,1,0,0,0),(96698,24922,530,1,1,16631,0,-1457.07,3935.26,218.51,5.69065,180,5,0,6986,0,1,0,0,0),(96699,24922,530,1,1,16631,0,-1508.86,4068.15,214.408,4.90609,180,5,0,6986,0,1,0,0,0),(96700,24922,530,1,1,16631,0,-1505.57,3993.18,223.416,2.34646,180,5,0,6986,0,1,0,0,0),(96701,24922,530,1,1,16631,0,-1502.2,3976.58,219.572,3.13983,180,5,0,6986,0,1,0,0,0),(96702,24922,530,1,1,16631,0,-1478.63,3990.95,216.146,5.99283,180,5,0,6986,0,1,0,0,0),(96703,24922,530,1,1,16631,0,-1385.61,3864.38,217.238,3.6064,180,5,0,6986,0,1,0,0,0),(96704,24922,530,1,1,16631,0,-1394.35,3843.26,216.008,2.89136,180,5,0,6986,0,1,0,0,0),(96705,24922,530,1,1,16631,0,-1410.59,3879.44,215.419,3.23169,180,5,0,6986,0,1,0,0,0),(96706,24922,530,1,1,16631,0,-1448.29,3921.01,218.588,0.499654,180,5,0,6986,0,1,0,0,0),(96707,24922,530,1,1,16631,0,-1421.62,3915.41,220.197,0.867939,180,5,0,6986,0,1,0,0,0),(96708,24922,530,1,1,16631,0,-1441.32,3943.74,222.26,3.64338,180,5,0,6986,0,1,0,0,0),(96709,24922,530,1,1,16631,0,-1424.69,3836.06,210.951,5.75782,180,5,0,6986,0,1,0,0,0),(96710,24922,530,1,1,16631,0,-1454.68,3863.29,209.671,2.53203,180,5,0,6986,0,1,0,0,0),(96711,24922,530,1,1,16631,0,-1445.27,3839.68,212.671,3.38733,180,5,0,6986,0,1,0,0,0),(96712,24922,530,1,1,16631,0,-1503.22,3959.61,220.042,1.5293,180,5,0,6986,0,1,0,0,0),(96713,24922,530,1,1,16631,0,-1507.51,3944.62,218.917,1.02682,180,5,0,6986,0,1,0,0,0),(96714,24922,530,1,1,16631,0,-1498.32,3925.19,217.122,2.38993,180,5,0,6986,0,1,0,0,0),(96715,24922,530,1,1,16631,0,-1405.61,3808.32,213.973,4.70335,180,5,0,6986,0,1,0,0,0),(96716,24922,530,1,1,16631,0,-1415.88,3794.96,210.336,3.69835,180,5,0,6986,0,1,0,0,0),(96717,24922,530,1,1,16631,0,-1454.46,4214.28,231.409,2.25374,180,5,0,6986,0,1,0,0,0),(96718,24922,530,1,1,16631,0,-1449.74,4228.77,228.284,2.46091,180,5,0,6986,0,1,0,0,0),(96719,24922,530,1,1,16631,0,-1447.31,4191.4,227.094,2.3961,180,5,0,6986,0,1,0,0,0),(96720,24922,530,1,1,16631,0,-1463.19,4036.16,218.298,0.438991,180,5,0,6986,0,1,0,0,0),(96721,24922,530,1,1,16631,0,-1508.62,4085.57,214.908,2.82969,180,5,0,6986,0,1,0,0,0),(96722,24922,530,1,1,16631,0,-1511.65,4056.8,209.171,2.94495,180,5,0,6986,0,1,0,0,0),(96723,24922,530,1,1,16631,0,-1468.99,4048.9,218.294,0.669104,180,5,0,6986,0,1,0,0,0),(96724,24922,530,1,1,16631,0,-1368.7,3785.65,220.92,4.33232,180,5,0,6986,0,1,0,0,0),(96725,24922,530,1,1,16631,0,-1286.6,4491.42,215.208,4.2657,180,5,0,6986,0,1,0,0,0),(96726,24922,530,1,1,16631,0,-1283.98,4469.91,213.583,5.6772,180,5,0,6986,0,1,0,0,0),(96727,24922,530,1,1,16631,0,-1305.86,4473.86,214.618,4.28745,180,5,0,6986,0,1,0,0,0),(96728,24922,530,1,1,16631,0,-1289.02,4448.72,219.302,4.87917,180,5,0,6986,0,1,0,0,0),(96729,24922,530,1,1,16631,0,-1269.85,4440.15,219.177,2.60694,180,5,0,6986,0,1,0,0,0),(96730,24922,530,1,1,16631,0,-1287.85,4430.42,218.965,3.2892,180,5,0,6986,0,1,0,0,0),(96731,24922,530,1,1,16631,0,-1298.29,4413.72,223.34,3.92795,180,5,0,6986,0,1,0,0,0),(96732,24922,530,1,1,16631,0,-1241.88,4568.72,203.915,6.25725,180,5,0,6986,0,1,0,0,0),(96733,24922,530,1,1,16631,0,-1237.39,4553.3,204.042,2.93398,180,5,0,6986,0,1,0,0,0),(96734,24922,530,1,1,16631,0,-1236.26,4504.37,212.83,0.768402,180,5,0,6986,0,1,0,0,0),(96735,24922,530,1,1,16631,0,-1218.28,4505.71,212.81,5.25409,180,5,0,6986,0,1,0,0,0),(96736,24922,530,1,1,16631,0,-1222.55,4481.6,212.946,4.75786,180,5,0,6986,0,1,0,0,0),(96737,24922,530,1,1,16631,0,-1330.43,4408.37,223.29,3.86147,180,5,0,6986,0,1,0,0,0),(96738,24922,530,1,1,16631,0,-1312.35,4422.97,222.165,2.09942,180,5,0,6986,0,1,0,0,0),(96739,24922,530,1,1,16631,0,-1343.69,3807.72,219.446,5.31839,180,5,0,6986,0,1,0,0,0),(96740,24922,530,1,1,16631,0,-1197.02,4612.5,196.523,3.99034,180,5,0,6986,0,1,0,0,0),(96741,24922,530,1,1,16631,0,-1202.99,4627.46,195.904,4.74377,180,5,0,6986,0,1,0,0,0),(96742,24922,530,1,1,16631,0,-1181.55,4620.98,194.648,1.0605,180,5,0,6986,0,1,0,0,0),(96743,24922,530,1,1,16631,0,-1178.85,4552.55,200.118,4.92503,180,5,0,6986,0,1,0,0,0),(96744,24922,530,1,1,16631,0,-1162.15,4576.42,200.713,2.37318,180,5,0,6986,0,1,0,0,0),(96745,24922,530,1,1,16631,0,-1178.46,4572.8,201.162,5.21562,180,5,0,6986,0,1,0,0,0),(96746,24922,530,1,1,16631,0,-1228.5,4570.53,204.037,1.18228,180,5,0,6986,0,1,0,0,0),(96747,24922,530,1,1,16631,0,-1461.91,4064.73,215.409,1.54009,180,5,0,6986,0,1,0,0,0),(70527,20889,530,1,1,0,0,3640.78,6177.41,273.62,2.67463,600,0,0,42,0,0,0,0,0),(68515,22991,530,1,1,0,0,-3892.47,3674,374.478,-2.14675,180,0,0,4120,0,0,0,0,0),(53966,24813,530,1,1,0,1,12886.9,-6879.34,10.6031,0.600454,600,0,0,8982,0,0,0,0,0),(53965,24967,530,1,1,0,1,12890.7,-6881.36,10.5983,0.626942,600,0,0,6986,0,0,0,0,0),(53964,25175,530,1,1,0,0,13015,-6911.84,9.58312,2.58495,600,0,0,16767,9465,0,0,0,0),(53928,29376,571,1,1,0,1,8073.41,-296.033,901.671,5.37561,300,0,0,1,0,0,0,0,0),(51857,26560,530,1,1,0,1,13012.7,-6910.98,9.58312,2.48128,600,0,0,69860,0,0,0,0,0),(12719,24994,530,1,1,0,0,12848.6,-7040.74,18.6604,2.20449,300,0,0,69860,0,2,0,0,0),(96756,23271,530,1,1,0,1,-1752.74,5671.48,129.142,2.7181,25,0,0,5589,3155,0,0,0,0),(96757,24727,530,1,1,0,1,-1715.53,5727.81,130.735,4.0682,25,0,0,5589,3155,0,0,0,0),(96758,24728,530,1,1,0,0,-1713.97,5726.71,130.846,3.92368,25,0,0,6986,0,0,0,0,0),(96759,24886,530,1,1,0,0,-2675.42,4396.44,35.9739,0.636524,25,0,0,76846,0,0,0,0,0),(96760,24885,530,1,1,0,1,-2906.68,4027.85,0.395868,3.62679,25,0,0,1,0,0,0,0,0),(96761,25580,530,1,1,0,1,-1409.14,5046.16,-9.00264,5.22907,25,0,0,8982,0,0,0,0,0),(96762,24664,585,3,1,22906,0,148.549,186.981,-16.6441,4.74729,86400,0,0,288300,330900,0,0,0,0),(96763,24683,585,3,1,23084,1,123.614,15.5512,-2.72199,1.78024,86400,0,0,20232,15775,0,0,0,0),(96764,24683,585,3,1,23084,1,76.2893,7.97526,-2.61646,4.76475,86400,0,0,20232,15775,0,0,0,0),(96765,24683,585,3,1,22580,1,75.6812,-7.43229,-2.62998,1.6057,86400,0,0,20232,15775,0,0,0,0),(96766,24683,585,3,1,22580,1,123.054,-133.242,-20.4616,1.01229,86400,0,0,20232,15775,0,0,0,0),(96767,24683,585,3,1,23085,1,115.205,-112.538,-21.1177,2.32129,86400,0,0,20232,15775,0,0,0,0),(96768,24683,585,3,1,23085,1,114.281,-157.688,-21.1274,0.925025,86400,0,0,20232,15775,0,0,0,0),(96769,24683,585,3,1,23085,1,107.5,-22.8487,-21.47,4.7822,86400,0,0,20232,15775,0,0,0,0),(96770,24683,585,3,1,23086,1,153.766,143.965,-14.2982,3.64774,86400,0,0,20232,15775,0,0,0,0),(96771,24683,585,3,1,22580,1,100.688,27.3909,-21.3234,4.45059,86400,0,0,20232,15775,0,0,0,0),(96772,24683,585,3,1,23085,1,160.145,40.1504,-19.9215,1.48353,86400,0,0,20232,15775,0,0,0,0),(96773,24683,585,3,1,23085,1,146.148,-25.4421,-21.1913,0.558505,86400,0,0,20232,15775,0,0,0,0),(96774,24683,585,3,1,23084,1,146.792,-125.139,-21.1119,5.70723,86400,0,0,20232,15775,0,0,0,0),(96775,24684,585,3,1,22583,1,179.406,7.82726,-2.63407,3.21141,86400,0,0,20232,15775,0,0,0,0),(96776,24684,585,3,1,22583,1,129.976,-17.3516,-2.71493,5.84685,86400,0,0,20232,15775,0,0,0,0),(96777,24684,585,3,1,22583,1,130.697,-124.201,-20.4403,3.94444,86400,0,0,20232,15775,0,0,0,0),(96778,24684,585,3,1,22583,1,118.426,-151.497,-21.082,4.08407,86400,0,0,20232,15775,0,0,0,0),(96779,24684,585,3,1,22583,1,163.718,16.7789,-21.4571,2.05949,86400,0,0,20232,15775,0,0,0,0),(96780,24684,585,3,1,22583,1,136.383,-108.144,-21.1205,0.226893,86400,0,0,20232,15775,0,0,0,0),(96781,24684,585,3,1,22583,1,146.674,141.353,-14.2982,0.226893,86400,0,0,20232,15775,0,0,0,0),(96782,24684,585,3,1,22583,1,75.1007,32.1688,-19.9215,3.9619,86400,0,0,20232,15775,0,0,0,0),(96783,24684,585,3,1,22583,1,170.35,-35.5744,-19.9215,5.28835,86400,0,0,20232,15775,0,0,0,0),(96784,24684,585,3,1,22583,1,151.534,-28.7057,-21.3511,1.27409,86400,0,0,20232,15775,0,0,0,0),(96785,24685,585,3,1,22584,1,179.02,-7.97548,-2.63198,3.07178,86400,0,0,16208,15775,0,0,0,0),(96786,24685,585,3,1,22584,1,102.555,1.9654,-2.83644,3.11182,86400,0,0,16208,15775,2,0,0,0),(96787,24685,585,3,1,22584,1,134.141,-14.3624,-2.61992,3.63029,86400,0,0,16208,15775,0,0,0,0),(96788,24685,585,3,1,22584,1,121.86,20.9076,-2.65126,5.06145,86400,0,0,16208,15775,0,0,0,0),(96789,24685,585,3,1,22584,1,121.066,-155.713,-21.2479,2.94961,86400,0,0,16208,15775,0,0,0,0),(96790,24685,585,3,1,22584,1,158.938,23.0321,-21.3174,5.74213,86400,0,0,16208,15775,0,0,0,0),(96791,24685,585,3,1,22584,1,144.084,-107.015,-20.3717,4.24115,86400,0,0,16208,15775,0,0,0,0),(96792,24685,585,3,1,22584,1,126.872,-90.3879,-21.7558,1.57759,86400,0,0,16208,15775,2,0,0,0),(96793,24685,585,3,1,22584,1,89.6106,19.9734,-21.2475,6.21337,86400,0,0,16208,15775,0,0,0,0),(96794,24685,585,3,1,22584,1,164.913,40.5666,-19.9189,2.82743,86400,0,0,16208,15775,0,0,0,0),(96795,24685,585,3,1,22584,1,159.784,-19.1137,-21.3869,3.19395,86400,0,0,16208,15775,0,0,0,0),(96796,24685,585,3,1,22584,1,146.191,-134.354,-20.9302,0.767945,86400,0,0,16208,15775,0,0,0,0),(96797,24686,585,3,1,22585,1,181.945,-5.65386,-2.68607,3.08923,86400,0,0,16767,15775,0,0,0,0),(96799,24686,585,3,1,22585,1,134.47,-18.9078,-2.63779,2.77507,86400,0,0,16767,15775,0,0,0,0),(96801,24686,585,3,1,22585,1,119.231,16.7309,-2.60522,0.837758,86400,0,0,16767,15775,0,0,0,0),(96802,24686,585,3,1,22585,1,121.436,-126.018,-20.4443,5.61996,86400,0,0,16767,15775,0,0,0,0),(96803,24686,585,3,1,22585,1,110.819,-106.344,-20.4945,5.02655,86400,0,0,16767,15775,0,0,0,0),(96804,24686,585,3,1,22585,1,82.4492,-43.1439,-19.9157,3.24631,86400,0,0,16767,15775,0,0,0,0),(96805,24686,585,3,1,22585,1,113.574,-152.613,-21.056,5.5676,86400,0,0,16767,15775,0,0,0,0),(96806,24686,585,3,1,22585,1,103.32,-27.6471,-21.3479,6.12611,86400,0,0,16767,15775,0,0,0,0),(96807,24686,585,3,1,22585,1,162.435,24.899,-21.255,4.62512,86400,0,0,16767,15775,0,0,0,0),(96808,24686,585,3,1,22585,1,139.396,-114.105,-21.0648,1.50098,86400,0,0,16767,15775,0,0,0,0),(96809,24686,585,3,1,22585,1,151.475,146.126,-14.2982,4.50295,86400,0,0,16767,15775,0,0,0,0),(96810,24686,585,3,1,22585,1,93.0802,24.6153,-21.2537,5.37561,86400,0,0,16767,15775,0,0,0,0),(96811,24686,585,3,1,22585,1,156.363,-25.4282,-21.3028,2.49582,86400,0,0,16767,15775,0,0,0,0),(96812,24686,585,3,1,22585,1,157.719,-132.213,-20.9939,2.89725,86400,0,0,16767,15775,0,0,0,0),(96813,24687,585,3,1,22586,1,182.344,4.85482,-2.65856,3.1765,86400,0,0,16767,15775,0,0,0,0),(96814,24687,585,3,1,22586,1,104.822,4.04122,-2.83807,2.97136,86400,0,0,16767,15775,2,0,0,0),(96815,24687,585,3,1,22586,1,129.307,-22.258,-2.73682,1.64061,86400,0,0,16767,15775,0,0,0,0),(96816,24687,585,3,1,22586,1,127.152,19.6207,-2.73584,2.84489,86400,0,0,16767,15775,0,0,0,0),(96817,24687,585,3,1,22586,1,130.966,-132.129,-20.4205,2.63545,86400,0,0,16767,15775,0,0,0,0),(96818,24687,585,3,1,22586,1,108.236,-111.122,-20.1856,6.12611,86400,0,0,16767,15775,0,0,0,0),(96819,24687,585,3,1,22586,1,80.3522,-37.3335,-19.9206,2.89725,86400,0,0,16767,15775,0,0,0,0),(96820,24687,585,3,1,22586,1,105.238,-33.2005,-21.2998,1.41372,86400,0,0,16767,15775,0,0,0,0),(96821,24687,585,3,1,22586,1,92.4054,14.6526,-21.5157,0.872665,86400,0,0,16767,15775,0,0,0,0),(96822,24687,585,3,1,22586,1,85.9102,39.378,-19.9215,5.55015,86400,0,0,16767,15775,0,0,0,0),(96823,24687,585,3,1,22586,1,177.832,-30.1345,-19.9215,1.50098,86400,0,0,16767,15775,0,0,0,0),(96824,24687,585,3,1,22586,1,152.717,-138.124,-20.6077,2.02458,86400,0,0,16767,15775,0,0,0,0),(96825,24688,585,3,1,22845,1,231.695,2.63455,-2.88275,5.61996,86400,0,0,19960,0,2,0,0,0),(96826,24688,585,3,1,22845,1,222.655,-20.811,-2.97405,0.331613,86400,0,0,19960,0,0,0,0,0),(96827,24688,585,3,1,22845,1,230.533,-20.9382,-2.96935,2.84489,86400,0,0,19960,0,0,0,0,0),(96828,24688,585,3,1,22845,1,225.519,16.98,-2.91139,1.55334,86400,0,0,19960,0,0,0,0,0),(96829,24688,585,3,1,22845,1,230.188,19.7086,-2.98412,2.68781,86400,0,0,19960,0,0,0,0,0),(96830,24689,585,3,1,22843,1,231.616,-1.85525,-2.8658,1.02974,86400,0,0,19960,0,2,0,0,0),(96831,24689,585,3,1,22843,1,224.413,-16.2721,-2.97049,5.3058,86400,0,0,19960,0,0,0,0,0),(96832,24689,585,3,1,22843,1,222.322,-18.0104,-2.97457,5.8294,86400,0,0,19960,0,0,0,0,0),(96833,24689,585,3,1,22843,1,228.035,23.75,-2.99818,3.66519,86400,0,0,19960,0,0,0,0,0),(96834,24689,585,3,1,22843,1,228.518,17.9162,-2.95376,2.32129,86400,0,0,19960,0,0,0,0,0),(96835,24690,585,3,1,22844,0,228.56,-16.6547,-2.96664,3.59538,86400,0,0,13522,15400,0,0,0,0),(96836,24690,585,3,1,22844,0,227.311,-22.9692,-2.9727,1.91986,86400,0,0,13522,15400,0,0,0,0),(96837,24690,585,3,1,22844,0,224.134,23.2921,-3.01788,5.3058,86400,0,0,13522,15400,0,0,0,0),(96838,24690,585,3,1,22844,0,222.501,20.4638,-2.95555,6.05629,86400,0,0,13522,15400,0,0,0,0),(96839,24696,585,3,1,22590,1,116.117,-107.237,-20.9436,3.75246,86400,0,0,17232,16155,0,0,0,0),(96840,24696,585,3,1,22590,1,110.795,-32.949,-21.1777,2.42601,86400,0,0,17232,16155,0,0,0,0),(96841,24696,585,3,1,22590,1,148.201,145.58,-14.2982,5.34071,86400,0,0,17232,16155,0,0,0,0),(96842,24697,585,3,1,10927,0,110.489,-114.372,-20.697,1.13446,86400,0,0,17232,16155,0,0,0,0),(96843,24697,585,3,1,10927,0,118.869,-159.344,-21.2232,1.8326,86400,0,0,17232,16155,0,0,0,0),(96844,24697,585,3,1,10927,0,113.071,-27.3819,-21.4874,3.47321,86400,0,0,17232,16155,0,0,0,0),(96845,24697,585,3,1,10927,0,159.43,17.8394,-21.4006,0.575959,86400,0,0,17232,16155,0,0,0,0),(96846,24697,585,3,1,10927,0,139.101,-104.644,-20.9245,5.60251,86400,0,0,17232,16155,0,0,0,0),(96847,24697,585,3,1,10927,0,153.396,140.058,-14.2982,2.47837,86400,0,0,17232,16155,0,0,0,0),(96848,24698,585,3,1,20419,1,166.922,21.5442,-21.2514,3.33358,86400,0,0,21543,0,0,0,0,0),(96849,24698,585,3,1,20419,1,144.706,-113.339,-20.4641,2.67035,86400,0,0,21543,0,0,0,0,0),(96850,24698,585,3,1,20419,1,148.912,138.571,-14.2982,1.13446,86400,0,0,21543,0,0,0,0,0),(96851,1412,585,3,1,134,0,139.556,-101.403,-13.9709,5.95431,86400,0,0,8,0,0,0,0,0),(96852,1412,585,3,1,134,0,109.733,-36.5786,-21.2349,1.7957,86400,0,0,8,0,0,0,0,0),(96853,1412,585,3,1,134,0,197.682,-265.872,-8.5821,1.06465,86400,0,0,8,0,0,0,0,0),(96854,1412,585,3,1,134,0,148.438,22.0538,-19.9982,5.93412,86400,0,0,8,0,0,0,0,0),(96855,1412,585,3,1,134,0,134.021,47.4722,-21.4756,2.1293,86400,0,0,8,0,0,0,0,0),(96856,1412,585,3,1,134,0,98.5469,-124.059,-21.1714,1.78024,86400,0,0,8,0,0,0,0,0),(96857,1412,585,3,1,134,0,175.807,-246.604,-9.06912,3.60034,86400,0,0,8,0,0,0,0,0),(96858,1412,585,3,1,134,0,247.642,-270.87,2.08333,2.38431,86400,0,0,8,0,0,0,0,0),(96859,1412,585,3,1,134,0,147.858,-17.8837,-19.9947,3.85718,86400,0,0,8,0,0,0,0,0),(96860,1412,585,3,1,134,0,151.122,-143.222,-20.4543,1.06465,86400,0,0,8,0,0,0,0,0),(96861,1412,585,3,1,134,0,139.556,-101.403,2.08333,0.925025,86400,0,0,8,0,0,0,0,0),(96862,1412,585,3,1,134,0,106.811,-32.7257,2.08333,5.86431,86400,0,0,8,0,0,0,0,0),(96863,1412,585,3,1,134,0,147.858,-17.8837,2.08333,5.13253,86400,0,0,8,0,0,0,0,0),(68521,22991,530,1,1,0,0,-3917.21,2981.62,396.483,0.733038,180,0,0,4120,0,0,0,0,0),(68520,22991,530,1,1,0,0,-4019.32,3079.74,375.109,-1.25664,180,0,0,4120,0,0,0,0,0),(68519,22991,530,1,1,0,0,-4020.07,3077.84,374.391,1.53589,180,0,0,4120,0,0,0,0,0),(68518,22991,530,1,1,0,0,-4196.54,3167.69,356.348,-0.541052,180,0,0,4120,0,0,0,0,0),(68517,22991,530,1,1,0,0,-4197.01,3170.04,356.117,-1.15192,180,0,0,4120,0,0,0,0,0),(68516,22991,530,1,1,0,0,-4198.53,3168.91,355.847,-0.383972,180,0,0,4120,0,0,0,0,0),(1971541,19507,553,3,3,0,0,-174.991,389.917,-17.6883,4.31705,300,0,0,19681,7332,0,0,33948422,40),(1971526,18721,553,3,1,0,0,-1.35389,510.222,1.95983,2.80125,300,0,0,4121,0,0,0,0,0),(1971525,18721,553,3,1,0,0,19.8099,600.293,-7.91073,0.162296,300,0,0,4121,0,0,0,0,0),(1971524,18721,553,3,1,0,0,-18.2439,510.529,1.55322,2.2122,300,0,0,4121,0,0,0,0,0),(1971387,24861,585,3,1,17188,0,233.956,0.047,-2.976,0,300,0,0,8982,0,0,0,0,0),(96875,24723,585,3,1,22642,0,242.075,0.300781,1.83991,3.19395,86400,0,0,157960,32310,0,0,0,0),(96876,24744,585,3,1,22731,0,231.367,-214.346,-6.32328,1.51844,86400,0,0,143600,64620,0,0,0,0),(96877,24761,585,3,1,16217,0,218.588,-159.082,-0.530826,2.61809,86400,5,0,4471,3155,1,0,0,0),(96878,24761,585,3,1,16217,0,221.016,-162.381,-3.51716,4.83488,86400,5,0,4471,3155,1,0,0,0),(96879,24761,585,3,1,16217,0,220.727,-163.799,-9.47437,1.21739,86400,5,0,4471,3155,1,0,0,0),(96880,24761,585,3,1,16217,0,217.303,-161.039,-2.87405,2.2913,86400,5,0,4471,3155,1,0,0,0),(96881,24761,585,3,1,16217,0,221.016,-163.203,-1.16898,3.09909,86400,5,0,4471,3155,1,0,0,0),(96882,24761,585,3,1,16217,0,218.942,-160.655,-4.28967,1.63534,86400,5,0,4471,3155,1,0,0,0),(96883,24761,585,3,1,16217,0,222.919,-163.824,-2.98457,5.61676,86400,5,0,4471,3155,1,0,0,0),(96884,24761,585,3,1,16217,0,220.835,-165.823,-1.47897,5.1039,86400,5,0,4471,3155,1,0,0,0),(96885,24761,585,3,1,16217,0,219.764,-159.1,-2.44644,2.23043,86400,5,0,4471,3155,1,0,0,0),(96887,24761,585,3,1,16217,0,229.829,-133.022,-1.36782,5.36926,86400,5,0,4471,3155,1,0,0,0),(96888,24761,585,3,1,16217,0,227.128,-122.76,-1.24108,6.2025,86400,5,0,4471,3155,1,0,0,0),(96889,24761,585,3,1,16217,0,223.694,-123.791,-0.959295,3.49779,86400,5,0,4471,3155,1,0,0,0),(96890,24761,585,3,1,16217,0,225.084,-125.527,-0.483269,5.167,86400,5,0,4471,3155,1,0,0,0),(96891,24761,585,3,1,16217,0,224.299,-126.692,-3.3973,3.57202,86400,5,0,4471,3155,1,0,0,0),(96892,24761,585,3,1,16217,0,225.55,-127.991,-2.65591,0.326793,86400,5,0,4471,3155,1,0,0,0),(96893,24761,585,3,1,16217,0,227.232,-124.173,-2.53186,5.81502,86400,5,0,4471,3155,1,0,0,0),(96894,24761,585,3,1,16217,0,231.505,-131.758,-0.901225,-1.48987,86400,5,0,4471,3155,1,0,0,0),(96895,24761,585,3,1,16217,0,232.919,-131.87,-1.111,-1.89616,86400,5,0,4471,3155,1,0,0,0),(96896,24761,585,3,1,16217,0,227.195,-128.46,-2.14681,5.09555,86400,5,0,4471,3155,1,0,0,0),(96897,24761,585,3,1,16217,0,233.701,-75.1085,-6.03205,1.23444,86400,5,0,4471,3155,1,0,0,0),(96898,24761,585,3,1,16217,0,242.446,-76.6081,-6.03824,3.18161,86400,5,0,4471,3155,1,0,0,0),(96899,24761,585,3,1,16217,0,258.961,-77.9208,-4.83064,4.89869,86400,5,0,4471,3155,1,0,0,0),(96900,24761,585,3,1,16217,0,254.805,-58.008,-3.39399,4.82406,86400,5,0,4471,3155,1,0,0,0),(96901,24761,585,3,1,16217,0,230.866,-86.2418,-6.01723,2.22432,86400,5,0,4471,3155,1,0,0,0),(96902,24761,585,3,1,16217,0,234.748,-133.243,-1.19441,-2.55138,86400,5,0,4471,3155,1,0,0,0),(96903,24761,585,3,1,16217,0,231.335,-133.87,-1.12578,4.15631,86400,5,0,4471,3155,1,0,0,0),(96904,24761,585,3,1,16217,0,229.771,-131.735,-1.82298,4.10846,86400,5,0,4471,3155,1,0,0,0),(96905,24761,585,3,1,16217,0,234.742,-130.193,-2.98208,0.222408,86400,5,0,4471,3155,1,0,0,0),(96906,24761,585,3,1,16217,0,229.881,-129.861,-1.2212,2.17735,86400,5,0,4471,3155,1,0,0,0),(96907,24761,585,3,1,16217,0,230.093,-132.613,-0.119058,-0.996196,86400,5,0,4471,3155,1,0,0,0),(96908,24761,585,3,1,16217,0,231.838,-132.962,0.462333,4.15935,86400,5,0,4471,3155,1,0,0,0),(96910,24761,585,3,1,16217,0,232.122,-132.531,-2.66195,4.02086,86400,5,0,4471,3155,1,0,0,0),(96911,24761,585,3,1,16217,0,232.932,-133.243,-0.763945,4.08292,86400,5,0,4471,3155,1,0,0,0),(96912,24761,585,3,1,16217,0,220.358,-122.491,-2.77657,2.45328,86400,5,0,4471,3155,1,0,0,0),(96914,24761,585,3,1,16217,0,223.758,-125.492,-3.22362,2.40412,86400,5,0,4471,3155,1,0,0,0),(96915,24761,585,3,1,16217,0,221.685,-125.015,-0.420589,2.41882,86400,5,0,4471,3155,1,0,0,0),(96916,24761,585,3,1,16217,0,221.534,-126.344,-2.00798,2.53447,86400,5,0,4471,3155,1,0,0,0),(96917,24761,585,3,1,16217,0,219.916,-125.653,-1.80761,2.36683,86400,5,0,4471,3155,1,0,0,0),(96918,24761,585,3,1,16217,0,235.198,-135.268,-0.71129,3.12964,86400,5,0,4471,3155,1,0,0,0),(96919,24761,585,3,1,16217,0,223.723,-127.985,-1.44847,3.77507,86400,5,0,4471,3155,1,0,0,0),(96921,24761,585,3,1,16217,0,221.263,-124.048,-2.14589,2.45763,86400,5,0,4471,3155,1,0,0,0),(96922,24761,585,3,1,16217,0,227.807,-169.226,-4.01549,2.23541,86400,5,0,4471,3155,1,0,0,0),(96923,24761,585,3,1,16217,0,231.408,-168.165,-1.7345,5.8749,86400,5,0,4471,3155,1,0,0,0),(96924,24761,585,3,1,16217,0,232.789,-170.109,-4.10039,1.05414,86400,5,0,4471,3155,1,0,0,0),(96925,24761,585,3,1,16217,0,230.624,-171.453,-0.569683,0.527839,86400,5,0,4471,3155,1,0,0,0),(96926,24761,585,3,1,16217,0,234.198,-176.032,-2.33716,5.1463,86400,5,0,4471,3155,1,0,0,0),(96927,24761,585,3,1,16217,0,231.655,-170.441,-1.18418,1.13049,86400,5,0,4471,3155,1,0,0,0),(96928,24761,585,3,1,16217,0,234.567,-171.82,-3.32392,4.67481,86400,5,0,4471,3155,1,0,0,0),(96929,24761,585,3,1,16217,0,228.087,-169.012,-2.72234,2.60035,86400,5,0,4471,3155,1,0,0,0),(96930,24761,585,3,1,16217,0,236.812,-168.893,-2.45995,1.36278,86400,5,0,4471,3155,1,0,0,0),(96932,24761,585,3,1,16217,0,220.251,-156.035,-0.174919,1.86283,86400,5,0,4471,3155,1,0,0,0),(96933,24761,585,3,1,16217,0,224.35,-155.379,-3.11985,0.889851,86400,5,0,4471,3155,1,0,0,0),(96934,24761,585,3,1,16217,0,226.733,-152.344,-1.2195,0.716494,86400,5,0,4471,3155,1,0,0,0),(96935,24761,585,3,1,16217,0,223.584,-155.276,0.725664,0.4699,86400,5,0,4471,3155,1,0,0,0),(96936,24761,585,3,1,16217,0,227.247,-157.704,-0.615545,2.32793,86400,5,0,4471,3155,1,0,0,0),(96937,24761,585,3,1,16217,0,225.09,-159.037,-1.71865,2.32616,86400,5,0,4471,3155,1,0,0,0),(96938,24761,585,3,1,16217,0,225.482,-155.594,-1.55711,5.95175,86400,5,0,4471,3155,1,0,0,0),(96940,24761,585,3,1,16217,0,227.43,-160.49,0.67344,6.06578,86400,5,0,4471,3155,1,0,0,0),(96941,24761,585,3,1,16217,0,227.342,-155.948,-1.45113,3.36994,86400,5,0,4471,3155,1,0,0,0),(68539,22991,530,1,1,0,0,-3839.35,3344.85,337.834,2.75762,180,0,0,4120,0,0,0,0,0),(68522,22991,530,1,1,0,0,-3918.45,2982.44,397.24,-1.72788,180,0,0,4120,0,0,0,0,0),(96944,24777,585,3,1,22733,0,186.466,-214.098,-9.51207,0.018043,86400,0,0,66065,0,2,0,0,0),(96945,24777,585,3,1,22733,0,137.13,-214.666,-21.344,0.010964,86400,0,0,66065,0,2,0,0,0),(96946,24777,585,3,1,22733,0,127.167,-48.4153,-21.5855,1.56328,86400,0,0,66065,0,2,0,0,0),(68514,22991,530,1,1,0,0,-3893.09,3677.17,374.516,-1.23918,180,0,0,4120,0,0,0,0,0),(96948,24808,585,3,1,22646,0,151.232,-131.86,-21.039,4.11898,86400,0,0,26048,15775,0,0,0,0),(96949,24808,585,3,1,22646,0,151.645,-19.5972,-21.3513,3.21141,86400,0,0,26048,15775,0,0,0,0),(96950,24808,585,3,1,22646,0,100.368,19.7939,-21.2107,0.645772,86400,0,0,26048,15775,0,0,0,0),(202719,25994,1,1,1,0,1,140.061,-4733.57,15.639,0,120,0,0,1,0,0,0,0,0),(245581,16592,571,1,1,11686,0,5370.74,4842.57,-197.512,0.00267172,300,0,0,42,0,0,0,0,0),(202717,16781,1,1,1,0,0,136.676,-4729.85,16.67,0,120,0,0,1,0,0,0,0,0),(202716,16781,1,1,1,0,0,131.35,-4731.75,16.76,0,120,0,0,1,0,0,0,0,0),(202715,16781,1,1,1,0,0,131.17,-4725.84,17.8,0,120,0,0,1,0,0,0,0,0),(202714,16781,1,1,1,0,0,127.08,-4722.96,18.601,0,120,0,0,1,0,0,0,0,0),(203437,18815,530,1,1,0,0,-4081.75,-11912.2,-1.11105,6.05629,120,0,0,1,0,0,0,0,0),(203438,18815,530,1,1,0,0,-4082.02,-11906.7,-1.46944,6.23083,120,0,0,1,0,0,0,0,0),(203439,18815,530,1,1,0,0,-4087.57,-11912.3,-1.30055,6.19592,120,0,0,1,0,0,0,0,0),(202771,37915,0,1,1,0,0,1730.37,-743.194,59.4174,2.11185,120,0,0,1,0,0,0,0,0),(96966,24560,585,3,1,22596,0,126.901,19.1547,-19.9215,4.74729,86400,0,0,24592,12620,0,0,0,0),(65607,5828,1,1,1,0,0,-611,-3615,91.664,4.937,39600,0,0,1815,0,0,0,0,0),(96968,22515,585,3,1,16925,0,127.024,13.8454,-19.9215,4.4855,86400,0,0,4120,0,0,0,0,0),(96969,22515,585,3,1,16925,0,231.83,-135.194,-1.05556,3.68265,86400,0,0,4120,0,0,0,0,0),(96970,22515,585,3,1,16925,0,232.682,-174.523,-4.64583,1.06465,86400,0,0,4120,0,0,0,0,0),(96971,22515,585,3,1,16925,0,244.76,-123.047,-0.979167,3.4383,86400,0,0,4120,0,0,0,0,0),(96972,22515,585,3,1,16925,0,244.965,-148.085,-2.95139,4.36332,86400,0,0,4120,0,0,0,0,0),(96973,22515,585,3,1,16925,0,218.017,-157.776,0.145833,5.86431,86400,0,0,4120,0,0,0,0,0),(96974,22515,585,3,1,16925,0,217.887,-120.462,-3.13194,3.71755,86400,0,0,4120,0,0,0,0,0),(96975,24822,585,3,1,22586,0,240.689,-97.0838,-5.93179,4.06662,86400,0,0,16767,15775,0,0,0,0),(96983,24851,530,1,1,0,0,6789.91,-7749.43,126.619,1.05213,25,0,0,3524,0,0,0,0,0),(97035,24918,530,1,1,22979,1,747.793,2368.04,275.142,3.90954,360,0,0,16767,9465,0,0,0,0),(97036,24919,530,1,1,18448,1,882.204,2252.73,299.886,3.19395,360,0,0,5409,3080,0,0,0,0),(97037,24919,530,1,1,18448,1,883.136,2289.25,298.047,3.28122,360,0,0,5409,3080,0,0,0,0),(97038,24919,530,1,1,18448,1,870.983,2529.8,297.404,4.17968,360,0,0,5409,3080,0,0,0,0),(97039,24919,530,1,1,18448,1,841.577,2313.24,289.348,3.00197,360,0,0,5409,3080,0,0,0,0),(97040,24919,530,1,1,18448,1,719.738,2387.9,274.226,3.70694,360,5,0,5409,3080,1,0,0,0),(97041,24919,530,1,1,18448,1,836.349,2442.66,290.308,6.26329,360,5,0,5409,3080,1,0,0,0),(97042,24919,530,1,1,18448,1,796.243,2156.71,272.98,1.48066,360,0,0,5409,3080,0,0,0,0),(97043,24919,530,1,1,18448,1,812.737,2481.07,292.992,-2.13886,360,0,0,5409,3080,0,0,0,0),(97044,24919,530,1,1,18448,1,834.115,2196.89,281.442,5.27096,360,5,0,5409,3080,1,0,0,0),(97045,24919,530,1,1,18448,1,807.045,2510.67,294.644,4.5535,360,0,0,5409,3080,0,0,0,0),(97046,24919,530,1,1,18448,1,714.109,2544.45,280.063,1.07044,360,5,0,5409,3080,1,0,0,0),(97047,24919,530,1,1,18448,1,843.658,2364.89,281.511,0.710029,360,5,0,5409,3080,1,0,0,0),(97048,24919,530,1,1,18448,1,837.602,2162.71,278.099,0.744647,360,0,0,5409,3080,0,0,0,0),(97049,24921,530,1,1,21072,0,839.199,2112.72,271.515,3.92699,360,0,0,12126,0,0,0,0,0),(97050,24921,530,1,1,21072,0,806.786,2269.26,286.382,6.0912,360,0,0,12126,0,0,0,0,0),(97051,24921,530,1,1,21072,0,728.921,2531.76,280.673,5.41052,360,0,0,12126,0,0,0,0,0),(97052,24921,530,1,1,21072,0,738.45,2353.67,282.383,5.20108,360,0,0,12126,0,0,0,0,0),(97053,24921,530,1,1,21072,0,733.725,2443.29,283.536,0.244346,360,0,0,12126,0,0,0,0,0),(97054,24921,530,1,1,21072,0,684.388,2352.74,281.519,4.20624,360,0,0,12126,0,0,0,0,0),(97055,24921,530,1,1,21072,0,682.097,2447.26,281.683,1.29154,360,0,0,12126,0,0,0,0,0),(97056,24921,530,1,1,21072,0,828.401,2120.01,274.743,1.3439,360,0,0,12126,0,0,0,0,0),(97057,24933,530,1,1,20919,0,735.538,2444.05,288.98,3.85718,360,0,0,5589,3155,0,0,0,0),(97058,24933,530,1,1,20919,0,687.177,2352.59,287.359,3.56047,360,0,0,5589,3155,0,0,0,0),(97059,24933,530,1,1,20919,0,805.793,2270.14,288.513,5.35816,360,0,0,5589,3155,0,0,0,0),(97060,24933,530,1,1,20919,0,682.854,2448.49,286.943,4.38078,360,0,0,5589,3155,0,0,0,0),(97061,24933,530,1,1,20919,0,739.496,2355.65,288.63,4.06662,360,0,0,5589,3155,0,0,0,0),(97062,24937,530,1,1,18905,0,875.694,2535.02,298.075,2.86234,360,0,0,8982,0,0,0,0,0),(97063,19324,530,1,1,18736,0,292.135,1497.6,-14.8134,0.802851,360,0,0,6986,0,0,0,0,0),(97064,24959,530,1,1,21072,0,828.737,2509.1,294,3.03687,360,0,0,12126,0,0,0,0,0),(97065,19399,530,1,1,18820,0,787.09,1781.88,126.904,0.959931,360,0,0,20958,0,0,0,0,0),(97066,22323,530,1,1,22748,0,829.674,2094.12,273.802,0.704021,360,0,0,6986,0,0,0,0,0),(97067,22323,530,1,1,22748,0,864.135,2108.52,272.138,0.905083,360,0,0,6986,0,0,0,0,0),(97068,22323,530,1,1,22748,0,889.086,2091.61,273.994,4.93103,360,0,0,6986,0,0,0,0,0),(97069,22323,530,1,1,22748,0,831.612,2138.19,273.544,3.0987,360,0,0,6986,0,0,0,0,0),(97070,24919,530,1,1,18448,1,810.162,2131.8,272.102,5.50987,360,0,0,5409,3080,0,0,0,0),(97071,24919,530,1,1,18448,1,792.549,2092.3,273.805,4.74568,360,0,0,5409,3080,0,0,0,0),(97072,24919,530,1,1,18448,1,808.198,2058.06,272.633,2.40755,360,0,0,5409,3080,0,0,0,0),(97073,24918,530,1,1,22979,1,754.144,2438.25,274.62,2.9273,360,0,0,16767,9465,0,0,0,0),(97074,24918,530,1,1,22979,1,754.176,2452.07,275.06,3.51242,360,0,0,16767,9465,0,0,0,0),(97075,24918,530,1,1,22979,1,742.747,2461.31,275.059,4.25855,360,0,0,16767,9465,0,0,0,0),(97076,24918,530,1,1,22979,1,723.978,2458.27,275.059,5.39031,360,0,0,16767,9465,0,0,0,0),(97077,24918,530,1,1,22980,1,699.547,2445.8,275.06,3.05689,360,0,0,16767,9465,0,0,0,0),(97078,24918,530,1,1,22979,1,693.09,2458.03,275.059,3.88549,360,0,0,16767,9465,0,0,0,0),(97079,24918,530,1,1,22980,1,723.702,2340.94,275.058,0.69991,360,0,0,16767,9465,0,0,0,0),(97080,24918,530,1,1,22980,1,660.08,2353.48,274.377,6.27231,360,0,0,16767,9465,0,0,0,0),(97081,24918,530,1,1,22980,1,694.831,2333.75,275.008,2.12148,360,0,0,16767,9465,0,0,0,0),(97083,24881,530,1,1,22710,0,-1286.16,7378.25,40.9519,5.51524,180,0,0,8982,0,0,0,0,0),(97082,24866,530,1,1,22709,0,-2673.13,7204.22,25.7696,1.53589,180,0,0,8982,0,0,0,0,0),(66688,22922,530,1,1,0,0,3023.56,5435.18,146.617,2.21423,25,0,0,7335,0,0,0,0,0),(70553,15605,1,1,1,0,0,2793.12,-350.333,107.189,1.97254,25,0,0,2563,5751,0,0,0,0),(70554,15557,0,1,1,0,0,-7955.99,-2701.6,190.629,0.144826,25,0,0,2563,5751,0,0,0,0),(70555,15558,0,1,1,0,0,-5339.71,-2900.36,343.356,4.41858,25,0,0,2563,5751,0,0,0,0),(70556,15574,1,1,1,0,0,6743.79,-4679.7,725.17,1.94712,25,0,0,2563,5751,0,0,0,0),(70557,15565,0,1,1,0,0,-9391.43,142.467,61.1422,3.02569,25,0,0,2563,5751,0,0,0,0),(70561,15583,1,1,1,0,0,-7842.99,-1329.69,-265.086,6.04205,25,0,0,2563,5751,0,0,0,0),(70562,15582,1,1,1,0,0,-869.407,-3730.32,22.565,4.41703,25,0,0,2563,5751,0,0,0,0),(70560,15595,1,1,1,0,0,9768.83,897.046,1296.84,0.946345,25,0,0,2563,5751,0,0,0,0),(70563,15600,1,1,1,0,0,2459.51,-6956.14,111.238,1.76124,25,0,0,2563,5751,0,0,0,0),(70564,15588,1,1,1,0,0,-2300.68,-1946.13,96.2758,4.13115,25,0,0,2563,5751,0,0,0,0),(70565,15597,1,1,1,0,0,-462.663,-2587.77,100.312,5.77342,25,0,0,2563,5751,0,0,0,0),(70566,15601,1,1,1,0,0,6290.95,530.87,16.2558,5.47417,25,0,0,2563,5751,0,0,0,0),(70567,15598,1,1,1,0,0,10136.2,2583.11,1325.39,4.19868,25,0,0,2563,5751,0,0,0,0),(70568,15572,1,1,1,0,0,268.438,-4775.68,11.8795,1.9594,25,0,0,2563,5751,0,0,0,0),(70573,15603,1,1,1,0,0,5101.63,-522.688,335.5,4.53718,25,0,0,2563,5751,0,0,0,0),(70570,15581,1,1,1,0,0,-4122.88,109.93,75.8011,5.80234,25,0,0,2563,5751,0,0,0,0),(70571,15587,1,1,1,0,0,-3801.35,1092.59,131.969,6.24522,25,0,0,2563,5751,0,0,0,0),(70572,15575,1,1,1,0,0,-2104.57,-446.089,-8.08031,4.41213,25,0,0,2563,5751,0,0,0,0),(70574,15599,1,1,1,0,0,-6833.13,831.946,49.4559,2.3294,25,0,0,2563,5751,0,0,0,0),(70575,15570,1,1,1,0,0,-6202.55,1801.27,19.3972,0.65965,25,0,0,2563,5751,0,0,0,0),(70576,15586,1,1,1,0,0,-7155.89,-3770.23,9.0816,2.38788,25,0,0,2563,5751,0,0,0,0),(70578,15573,1,1,1,0,0,-9560.5,-2700.24,12.281,0.920799,25,0,0,2563,5751,0,0,0,0),(72236,15584,1,1,1,0,0,-5433.37,-2425.91,89.6587,0.485213,25,0,0,2563,5751,0,0,0,0),(72237,15604,1,1,1,0,0,-6234.48,-3941.96,-58.751,0.972934,25,0,0,2563,5751,0,0,0,0),(72238,15606,1,1,1,0,0,6467.13,-4264.75,663.742,0.854343,25,0,0,2563,5751,0,0,0,0),(72239,15563,0,1,1,0,0,-11793.4,-3181.84,-30.2682,1.15489,25,0,0,2563,5751,0,0,0,0),(75117,15585,0,1,1,0,0,-7498.78,-2154.67,146.658,3.10499,25,0,0,2563,5751,0,0,0,0),(78371,15569,0,1,1,0,0,-5570.76,-497.917,401.813,1.74258,25,0,0,2563,5751,0,0,0,0),(78372,15596,0,1,1,0,0,-11953.6,-1166.55,77.6702,0.826759,25,0,0,2563,5751,0,0,0,0),(78373,15568,0,1,1,0,0,2215.68,238.288,34.1166,1.70684,25,0,0,2563,5751,0,0,0,0),(78374,15577,0,1,1,0,0,-10499.3,1033.81,95.6127,4.99,25,0,0,2563,5751,0,0,0,0),(78375,15549,230,1,1,0,0,592.67,-190.145,-54.0991,0.222688,25,0,0,2563,5751,0,0,0,0),(78381,15556,349,1,1,0,0,-7.67095,-246.622,-168.102,3.28483,86400,0,0,2563,5751,0,0,0,0),(78382,15578,209,1,1,0,0,1689.15,1147.89,8.87702,2.41196,86400,0,0,2563,5751,0,0,0,0),(78383,15560,229,1,1,0,0,31.5467,-401.319,48.6986,1.68414,25,0,0,2563,5751,0,0,0,0),(78384,15593,109,1,1,0,0,-415.042,7.16811,-90.854,2.2162,86400,0,0,2563,5751,0,0,0,0),(68542,22991,530,1,1,0,0,-3864.13,3439.06,363.679,-0.05236,180,0,0,4120,0,0,0,0,0),(68554,22991,530,1,1,0,0,-3863.24,3440.42,363.655,0.349066,180,0,0,4120,0,0,0,0,0),(68555,22991,530,1,1,0,0,-3846.35,3439.34,363.628,-0.122173,180,0,0,4120,0,0,0,0,0),(68556,22991,530,1,1,0,0,-3847.32,3441.39,363.648,0.453786,180,0,0,4120,0,0,0,0,0),(68557,22991,530,1,1,0,0,-3686.21,3301,320.513,0.837758,180,0,0,4120,0,0,0,0,0),(68572,22991,530,1,1,0,0,-3687.77,3299.85,320.307,2.75762,180,0,0,4120,0,0,0,0,0),(68573,22991,530,1,1,0,0,-3692.64,3302.07,320.396,-0.226893,180,0,0,4120,0,0,0,0,0),(68574,22991,530,1,1,0,0,-3661.91,3379.15,320.377,0.890118,180,0,0,4120,0,0,0,0,0),(68575,22991,530,1,1,0,0,-3660.65,3381.9,320.182,1.18682,180,0,0,4120,0,0,0,0,0),(68576,22991,530,1,1,0,0,-3665.48,3380.11,320.365,-0.471239,180,0,0,4120,0,0,0,0,0),(68728,22991,530,1,1,0,0,-3685.07,3305.97,320.198,-2.87979,180,0,0,4120,0,0,0,0,0),(68737,22991,530,1,1,0,0,-3688.3,3308.93,320.337,1.65806,180,0,0,4120,0,0,0,0,0),(68837,22991,530,1,1,0,0,-3690.65,3306.77,320.43,-2.79253,180,0,0,4120,0,0,0,0,0),(68932,22991,530,1,1,0,0,-3879.37,3665.22,374.393,-2.30383,180,0,0,4120,0,0,0,0,0),(68933,22991,530,1,1,0,0,-3990.42,3139.13,372.878,-2.61799,180,0,0,4120,0,0,0,0,0),(68934,22991,530,1,1,0,0,-3991.59,3134.33,372.703,-0.017453,180,0,0,4120,0,0,0,0,0),(68935,22991,530,1,1,0,0,-3884.89,3684.98,374.492,-2.53073,180,0,0,4120,0,0,0,0,0),(68936,16016,0,1,1,0,1,3367.63,-3379.76,144.98,3.04182,250,0,0,9958,0,0,0,0,0),(207568,15105,530,1,1,0,0,-1799.63,5482.91,-12.3448,5.18363,120,0,0,1,0,0,0,0,0),(68938,19911,0,1,1,0,0,-8401.95,264.45,120.886,0.932609,250,0,0,6986,0,0,0,0,0),(68939,23141,530,1,1,0,1,-5117.53,593.779,85.0404,2.09615,300,0,0,139720,0,0,0,0,0),(68940,23280,530,1,1,0,0,2441.4,6027.56,154.114,5.17346,25,0,0,6326,0,0,0,0,0),(702,8659,1,1,1,7921,1,1955.1,-4459.36,54.7776,2.6529,300,0,0,2769,0,0,0,0,0),(68942,23268,530,1,1,0,0,-2488.01,7234.48,16.2379,5.6808,25,0,0,5060,2933,0,0,0,0),(68946,4880,1,1,1,4684,1,-2646.43,-3436.07,35.3732,4.55531,180,0,0,1342,0,0,0,0,0),(68943,23761,530,1,1,0,1,6750.4,-7626.49,126.564,0.126456,25,0,0,6287,0,0,0,0,0),(68944,23724,530,1,1,0,1,6757.14,-7631.21,126.866,5.23704,25,0,0,6287,0,0,0,0,0),(68945,23560,530,1,1,0,1,6736.1,-7611.46,125.848,0.10918,25,0,0,6287,0,0,0,0,0),(12737,23330,564,1,1,21547,1,795.613,702.976,101.393,4.34564,604800,50,0,140728,48465,1,0,0,0),(12736,14881,564,1,1,1160,0,496.335,336.244,112.784,3.66823,604800,5,0,8,0,1,0,0,0),(12735,14881,564,1,1,2536,0,505.295,460.725,112.784,5.9277,604800,5,0,8,0,1,0,0,0),(12734,14881,564,1,1,2536,0,425.652,370.77,125.702,6.10865,604800,0,0,8,0,0,0,0,0),(12733,14881,564,1,1,2536,0,543.893,352.336,112.784,3.07957,604800,5,0,8,0,1,0,0,0),(12732,14881,564,1,1,1160,0,481.773,446.307,112.784,4.69548,604800,5,0,8,0,1,0,0,0),(12731,14881,564,1,1,1160,0,422.22,420.351,118.538,5.65105,604800,0,0,8,0,0,0,0,0),(12730,14881,564,1,1,14952,0,428.439,921.373,25.1557,2.03325,604800,0,0,8,0,0,0,0,0),(12729,14881,564,1,1,14952,0,448.15,932.538,32.4083,5.32043,604800,5,0,8,0,1,0,0,0),(12728,14881,564,1,1,9829,0,538.23,451.701,112.784,2.28438,604800,5,0,8,0,1,0,0,0),(12727,14881,564,1,1,2536,0,484.2,933.394,45.096,2.09439,604800,0,0,8,0,0,0,0,0),(12726,23049,564,1,1,21380,1,454.345,190.091,164.065,3.07178,604800,0,0,258300,0,0,0,0,0),(12725,23047,564,1,1,21384,1,442.478,195.178,164.065,0.10472,604800,0,0,25830,0,0,0,0,0),(12724,23047,564,1,1,21386,1,443.843,182.041,164.065,0.122173,604800,0,0,25830,0,0,0,0,0),(12723,23047,564,1,1,21384,1,443.344,186.511,164.065,0.087266,604800,0,0,25830,0,0,0,0,0),(12722,23047,564,1,1,21384,1,442.897,191.007,164.065,0.122173,604800,0,0,25830,0,0,0,0,0),(12721,23047,564,1,1,21384,1,448.259,195.735,164.065,0.05236,604800,0,0,25830,0,0,0,0,0),(12720,23047,564,1,1,21384,1,449.499,182.922,164.065,0.139626,604800,0,0,25830,0,0,0,0,0),(12718,23047,564,1,1,21385,1,449.336,187.124,164.065,0.15708,604800,0,0,25830,0,0,0,0,0),(7400,23047,564,1,1,21386,1,448.664,191.274,164.065,0.139626,604800,0,0,25830,0,0,0,0,0),(94467,22822,530,1,1,0,0,3604.69,1978.68,108.104,5.54955,360,0,0,6761,0,0,0,0,0),(94466,22822,530,1,1,0,0,3591.4,1810.96,111.546,2.67902,360,0,0,6761,0,0,0,0,0),(94465,22822,530,1,1,0,0,3587.82,2181.7,95.407,6.17407,360,0,0,6761,0,0,0,0,0),(94464,22822,530,1,1,0,0,3636.18,2164.9,114.142,2.40023,360,0,0,6761,0,0,0,0,0),(94463,22822,530,1,1,0,0,3608.25,2046.67,105.723,1.21428,360,0,0,6761,0,0,0,0,0),(6090,23625,530,1,1,0,0,-2219.26,5124.72,-16.5406,6.08812,25,0,0,6100,0,0,0,0,0),(7727,23619,530,1,1,0,0,-2221.88,5122.5,-16.52,6.08419,25,0,0,5900,7196,0,0,0,0),(9411,23626,530,1,1,0,0,-2220.87,5128.07,-16.5431,6.07022,25,0,0,6400,3155,0,0,0,0),(26009,23624,530,1,1,0,0,-2220.98,5130.86,-16.5221,6.01916,25,0,0,7200,3155,0,0,0,0),(34055,23623,530,1,1,0,0,-2226.86,5127.81,-12.9949,5.91769,25,0,0,11000,3155,0,0,0,0),(38214,23830,530,1,1,0,0,-2208.33,5123.95,-20.1186,2.94598,25,0,0,4120,0,0,0,0,0),(39821,23721,530,1,1,0,1,-2197.05,5130.85,-20.4891,3.4576,25,0,0,26946,0,0,0,0,0),(39822,23721,530,1,1,0,1,-2200.36,5113.89,-20.2293,2.32662,25,0,0,26946,0,0,0,0,0),(39883,23721,530,1,1,0,1,-2215.1,5117.98,-20.106,0.230397,25,0,0,26946,0,0,0,0,0),(39884,23721,530,1,1,0,1,-2211.77,5131.87,-20.1147,5.22553,25,0,0,26946,0,0,0,0,0),(46689,25770,580,1,1,0,0,1803.18,657.192,78.5476,4.06662,604800,0,0,40,0,0,0,0,0),(46688,25770,580,1,1,0,0,1775.98,635.201,78.5586,0.069813,604800,0,0,40,0,0,0,0,0),(46687,25770,580,1,1,0,0,1849.18,641.002,78.6183,3.56047,604800,0,0,40,0,0,0,0,0),(46679,25770,580,1,1,0,0,1852.49,623.461,78.6198,3.03687,604800,0,0,40,0,0,0,0,0),(46303,25770,580,1,1,0,0,1839.93,652.875,78.5929,3.9619,604800,0,0,40,0,0,0,0,0),(46283,25770,580,1,1,0,0,1824.05,653.748,78.5587,5.044,604800,0,0,40,0,0,0,0,0),(45712,25770,580,1,1,0,0,1794.84,604.343,78.549,0.087266,604800,0,0,40,0,0,0,0,0),(45580,25770,580,1,1,0,0,1824.17,588.977,78.621,1.79769,604800,0,0,40,0,0,0,0,0),(45574,25770,580,1,1,0,0,1781.65,621.09,78.5541,1.15192,604800,0,0,40,0,0,0,0,0),(45571,25507,580,1,1,0,0,1689.93,1016.3,17.0946,3.29867,604800,0,0,504525,0,0,0,0,0),(45570,25507,580,1,1,0,0,1783.86,1037.21,17.6266,2.68781,604800,0,0,504525,0,0,0,0,0),(45537,25507,580,1,1,0,0,1615.63,971.505,17.4464,0.279253,604800,0,0,504525,0,0,0,0,0),(45516,25506,580,1,1,0,1,1773.15,493.723,74.1421,2.12672,604800,0,0,227630,16155,0,0,0,0),(45515,25506,580,1,1,0,1,1601.58,581.995,84.9258,5.11435,604800,0,0,227630,16155,0,0,0,0),(45500,25506,580,1,1,0,1,1648.87,501.346,50.5755,2.40002,604800,0,0,227630,16155,0,0,0,0),(45489,25506,580,1,1,0,1,1695.3,493.935,85.2734,1.15127,604800,0,0,227630,16155,0,0,0,0),(45106,25506,580,1,1,0,1,1579.38,535.831,36.0805,5.03031,604800,0,0,227630,16155,0,0,0,0),(45105,25506,580,1,1,0,1,1681.34,540.624,85.2142,2.28853,604800,0,0,227630,16155,0,0,0,0),(44948,25486,580,1,1,0,1,1777.35,500.853,74.1503,2.45659,604800,0,0,227630,0,0,0,0,0),(247107,25837,580,1,1,0,1,1684.47,533.048,85.2745,1.99645,604800,0,0,175935,0,0,0,0,0),(44328,25597,580,1,1,0,0,1853.52,687.853,32.0322,2.02292,604800,0,0,227630,323100,0,0,0,0),(44464,25486,580,1,1,0,1,1767.12,495.657,74.1535,2.18956,604800,0,0,227630,0,0,0,0,0),(44458,25486,580,1,1,0,1,1752.21,572.303,85.0853,3.94492,604800,0,0,227630,0,0,0,0,0),(44421,25486,580,1,1,0,1,1762.15,562.401,85.2012,3.5208,604800,0,0,227630,0,0,0,0,0),(44420,25486,580,1,1,0,1,1702.57,509.6,85.2732,4.34548,604800,0,0,227630,0,0,0,0,0),(44414,25486,580,1,1,0,1,1646.99,511.35,50.5755,2.77701,604800,0,0,227630,0,0,0,0,0),(44413,25486,580,1,1,0,1,1674.63,543.066,85.177,2.27282,604800,0,0,227630,0,0,0,0,0),(44411,25486,580,1,1,0,1,1641.87,501.807,50.5755,2.34112,604800,0,0,227630,0,0,0,0,0),(44408,25486,580,1,1,0,1,1586.01,532.125,32.4398,4.84967,604800,0,0,227630,0,0,0,0,0),(44407,25486,580,1,1,0,1,1574.4,527.36,33.6723,5.41988,604800,0,0,227630,0,0,0,0,0),(44401,25486,580,1,1,0,1,1605.43,580.424,84.1585,5.13399,604800,0,0,227630,0,0,0,0,0),(44399,25486,580,1,1,0,1,1686.26,549.445,85.1472,2.45346,604800,0,0,227630,0,0,0,0,0),(44395,25486,580,1,1,0,1,1595.34,574.232,83.5089,5.3107,604800,0,0,227630,0,0,0,0,0),(44390,25486,580,1,1,0,1,1691.28,508.229,85.2733,5.45681,604800,0,0,227630,0,0,0,0,0),(44373,25484,580,1,1,0,1,1594.15,573.435,50.5757,3.35506,604800,5,0,227630,0,1,0,0,0),(44358,25484,580,1,1,0,1,1597.26,562.922,50.5757,2.28692,604800,5,0,227630,0,1,0,0,0),(44465,25597,580,1,1,0,0,1834.33,698.825,32.0323,6.20674,604800,0,0,227630,323100,0,0,0,0),(44279,25484,580,1,1,0,1,1855.06,627.606,34.2081,2.63319,604800,8,0,227630,0,1,0,0,0),(44268,25484,580,1,1,0,1,1776.02,540.351,62.0931,4.74886,604800,5,0,227630,0,1,0,0,0),(44239,25484,580,1,1,0,1,1651.84,546,85.2186,1.38926,604800,5,0,227630,0,1,0,0,0),(44175,25484,580,1,1,0,1,1605.03,608.398,85.1339,5.08062,604800,0,0,227630,0,0,0,0,0),(44148,25484,580,1,1,0,1,1787.6,649.55,34.5243,5.87296,604800,8,0,227630,0,1,0,0,0),(44079,25484,580,1,1,0,1,1636.04,559.705,85.2222,0.48212,604800,5,0,227630,0,1,0,0,0),(44061,25484,580,1,1,0,1,1745.31,533.252,85.2734,2.16018,604800,5,0,227630,0,1,0,0,0),(44059,25484,580,1,1,0,1,1749.45,536.557,85.2734,2.60786,604800,5,0,227630,0,1,0,0,0),(44050,25484,580,1,1,0,1,1780.7,555.539,59.9632,1.65267,604800,5,0,227630,0,1,0,0,0),(44049,25483,580,1,1,0,1,1706.86,502.682,85.2734,3.30483,604800,0,0,227630,30694,0,0,0,0),(44046,25483,580,1,1,0,1,1651.46,507.416,50.5755,2.76523,604800,0,0,227630,30694,0,0,0,0),(44040,25483,580,1,1,0,1,1684.79,543.639,85.2027,2.2689,604800,0,0,227630,30694,0,0,0,0),(44025,25483,580,1,1,0,1,1595.77,578.698,84.9197,5.13006,604800,0,0,227630,30694,0,0,0,0),(44024,25483,580,1,1,0,1,1761.59,568.803,85.1576,3.78391,604800,0,0,227630,30694,0,0,0,0),(44023,25483,580,1,1,0,1,1575.15,531.259,35.2354,5.04759,604800,0,0,227630,30694,0,0,0,0),(44021,25483,580,1,1,0,1,1776.93,496.069,74.1421,2.10709,604800,0,0,227630,30694,0,0,0,0),(44018,25373,580,1,1,0,1,1703.8,494.424,85.2732,2.1448,604800,0,0,227630,16155,0,0,0,0),(43772,25373,580,1,1,0,1,1555.86,565.109,50.573,5.39238,604800,0,0,227630,16155,0,0,0,0),(43770,25373,580,1,1,0,1,1689.19,499.386,85.2732,0.277112,604800,0,0,227630,16155,0,0,0,0),(43769,25373,580,1,1,0,1,1626.43,590.699,84.9696,2.77077,604800,0,0,227630,16155,0,0,0,0),(43742,25592,580,1,1,0,0,1846.26,698.348,32.0308,4.24952,604800,0,0,260148,0,0,0,0,0),(43741,25373,580,1,1,0,1,1562.25,568.742,50.5784,4.67085,604800,0,0,227630,16155,0,0,0,0),(43740,25373,580,1,1,0,1,1759.07,571.664,85.1277,3.86638,604800,0,0,227630,16155,0,0,0,0),(43739,25371,580,1,1,0,1,1668.31,992.29,16.0698,0.314159,604800,0,0,220059,31550,0,0,0,0),(43738,25371,580,1,1,0,1,1740.64,1000.65,16.0708,1.79769,604800,0,0,220059,31550,0,0,0,0),(43661,25371,580,1,1,0,1,1653.93,1047.86,16.069,0.453786,604800,0,0,220059,31550,0,0,0,0),(43655,25371,580,1,1,0,1,1744.38,1054.49,16.0691,0.349066,604800,0,0,220059,31550,0,0,0,0),(43654,25371,580,1,1,0,1,1622.07,1027.1,36.1547,3.68265,604800,0,0,220059,31550,0,0,0,0),(43440,25371,580,1,1,0,1,1754.31,1002.02,16.0691,1.36136,604800,0,0,220059,31550,0,0,0,0),(43439,25371,580,1,1,0,1,1805.41,1025.04,36.1547,4.38078,604800,0,0,220059,31550,0,0,0,0),(42894,25371,580,1,1,0,1,1798.13,1009.51,36.1547,1.309,604800,0,0,220059,31550,0,0,0,0),(42874,25371,580,1,1,0,1,1621.56,926.559,16.5861,5.35816,604800,0,0,220059,31550,0,0,0,0),(42871,25371,580,1,1,0,1,1652.32,925.714,16.5821,6.03884,604800,0,0,220059,31550,0,0,0,0),(42870,25371,580,1,1,0,1,1657.57,730.234,53.4861,0.541052,604800,0,0,220059,31550,0,0,0,0),(42661,25371,580,1,1,0,1,1682.59,982.975,16.0691,3.28122,604800,0,0,220059,31550,0,0,0,0),(42660,25371,580,1,1,0,1,1601.44,852.251,36.1547,5.2709,604800,0,0,220059,31550,0,0,0,0),(42659,25371,580,1,1,0,1,1789.79,830.674,36.1109,0.680678,604800,0,0,220059,31550,0,0,0,0),(42658,25371,580,1,1,0,1,1746.26,1070.93,16.0691,4.5204,604800,0,0,220059,31550,0,0,0,0),(42657,25370,580,1,1,0,1,1602.75,831.129,36.1547,1.16937,604800,0,0,220059,31550,0,0,0,0),(42656,25370,580,1,1,0,1,1600.45,1025.7,36.1547,5.75959,604800,0,0,220059,31550,0,0,0,0),(42655,25370,580,1,1,0,1,1744.91,996.582,16.0691,3.61283,604800,0,0,220059,31550,0,0,0,0),(42647,25370,580,1,1,0,1,1799.24,1025.19,36.1547,4.88692,604800,0,0,220059,31550,0,0,0,0),(42645,25370,580,1,1,0,1,1665.59,926.209,17.0798,4.60767,604800,0,0,220059,31550,0,0,0,0),(42644,25370,580,1,1,0,1,1662.47,748.085,53.4822,5.79449,604800,0,0,220059,31550,0,0,0,0),(42640,25370,580,1,1,0,1,1809.88,833.402,36.0993,2.98451,604800,0,0,220059,31550,0,0,0,0),(42595,25370,580,1,1,0,1,1671.6,994.735,16.0692,4.2586,604800,0,0,220059,31550,0,0,0,0),(42594,25370,580,1,1,0,1,1750.62,1052.44,16.0691,2.6529,604800,0,0,220059,31550,0,0,0,0),(42593,25369,580,1,1,0,1,1757.44,995.046,16.0957,0.715585,604800,0,0,220059,0,0,0,0,0),(42592,25369,580,1,1,0,1,1620.7,840.905,36.1547,3.14159,604800,0,0,220059,0,0,0,0,0),(42591,25369,580,1,1,0,1,1616.22,850.013,36.1547,4.15388,604800,0,0,220059,0,0,0,0,0),(42590,25369,580,1,1,0,1,1747.61,1066.37,16.0691,2.74017,604800,0,0,220059,0,0,0,0,0),(42589,25369,580,1,1,0,1,1656.33,1053.61,16.069,4.55531,604800,0,0,220059,0,0,0,0,0),(42588,25369,580,1,1,0,1,1624.7,927.245,17.1643,4.79965,604800,0,0,220059,0,0,0,0,0),(42587,25369,580,1,1,0,1,1799.57,851.053,36.1153,4.62512,604800,0,0,220059,0,0,0,0,0),(42586,25369,580,1,1,0,1,1790.5,844.511,36.0968,5.81195,604800,0,0,220059,0,0,0,0,0),(42585,25369,580,1,1,0,1,1650.83,739.078,53.4865,0.296706,604800,0,0,220059,0,0,0,0,0),(42584,25369,580,1,1,0,1,1656.75,741.823,53.4846,4.60767,604800,0,0,220059,0,0,0,0,0),(42583,25369,580,1,1,0,1,1654.78,927.183,17.1608,4.38078,604800,0,0,220059,0,0,0,0,0),(42582,25369,580,1,1,0,1,1806.78,1008.49,36.1547,1.76278,604800,0,0,220059,0,0,0,0,0),(42574,25369,580,1,1,0,1,1610.04,1005.99,36.1547,1.5708,604800,0,0,220059,0,0,0,0,0),(42573,25369,580,1,1,0,1,1620.54,1011.62,36.1547,2.53073,604800,0,0,220059,0,0,0,0,0),(41817,25369,580,1,1,0,1,1669.23,980.834,16.0691,0.994838,604800,0,0,220059,0,0,0,0,0),(40534,15351,530,1,1,0,0,-1768.81,5254.77,-38.849,5.17695,120,0,0,30520,0,0,0,0,0),(44251,25109,0,1,1,0,0,-14403.3,415.198,10.3524,0.601206,180,0,0,42,0,0,0,0,0),(44252,23363,530,1,1,0,0,-3867.47,3463.91,275.433,3.13289,60,0,0,6986,0,0,0,0,0),(44253,27666,530,1,1,0,1,-1829.72,5500.5,-12.4278,3.8107,25,0,0,6986,0,0,0,0,0),(44255,23335,530,1,1,0,1,2547.77,7330.44,373.423,3.81759,60,0,0,6986,0,0,0,0,0),(44256,23120,530,1,1,0,1,2495.25,7350.9,380.233,5.69904,60,0,0,6986,0,0,0,0,0),(44257,23413,530,1,1,0,1,2524.86,7311.75,373.445,0.953105,30,0,0,6986,0,0,0,0,0),(47651,22987,530,1,1,0,0,2528.21,7310.32,373.696,1.46416,300,0,0,6761,0,0,0,0,0),(48165,22987,530,1,1,0,0,2534.98,7310.9,373.45,1.82466,300,0,0,6761,0,0,0,0,0),(48166,23208,530,1,1,0,0,2506.56,7361.19,380.36,5.11258,300,0,0,6986,0,0,0,0,0),(48167,23334,530,1,1,0,1,2503.06,7360.36,380.352,4.82768,60,0,0,6986,0,0,0,0,0),(52535,23473,530,1,1,0,1,2522.06,7332.36,373.524,5.43538,60,0,0,6986,0,0,0,0,0),(74807,23257,530,1,1,0,1,2502.67,7331.64,376.373,5.58225,300,0,0,43086,0,0,0,0,0),(79487,23257,530,1,1,0,1,2491.85,7325.25,369.115,3.03598,300,0,0,43086,0,0,0,0,0),(79497,23257,530,1,1,0,1,2484.03,7326.19,367.487,2.71554,300,0,0,43086,0,0,0,0,0),(79503,23257,530,1,1,0,1,2571.51,7314.14,365.5,5.5524,300,0,0,43086,0,0,0,0,0),(79512,23257,530,1,1,0,1,2562.23,7303.61,365.908,5.90897,300,0,0,43086,0,0,0,0,0),(79522,4996,0,1,1,0,0,-8762.22,812.437,97.6346,0.559538,25,0,0,3696,0,0,0,0,0),(79550,4996,0,1,1,0,0,-8764.68,815.497,97.6346,0.716612,25,0,0,3696,0,0,0,0,0),(79558,4996,0,1,1,0,0,-8757.83,812.716,97.6346,2.36203,25,0,0,3696,0,0,0,0,0),(79580,4996,0,1,1,0,0,-8763.38,813.832,97.6346,0.80458,25,0,0,3696,0,0,0,0,0),(79581,21788,530,1,1,0,0,-3094.11,2535.37,61.8849,2.30357,400,0,0,6542,0,0,0,0,0),(79590,21788,530,1,1,0,0,-3101.66,2540.88,61.784,5.63994,400,0,0,6542,0,0,0,0,0),(79594,21788,530,1,1,0,0,-3098.58,2550.85,61.7364,5.14043,400,0,0,6542,0,0,0,0,0),(85945,21788,530,1,1,0,0,-3081.72,2572.94,62.2378,3.57906,400,0,0,6542,0,0,0,0,0),(85979,21788,530,1,1,0,0,-3070.08,2607.4,61.769,3.87829,400,0,0,6542,0,0,0,0,0),(86320,21788,530,1,1,0,0,-3025.69,2568.54,78.9851,6.17401,400,0,0,6542,0,0,0,0,0),(86330,21788,530,1,1,0,0,-2988.36,2564.45,76.5434,2.86591,400,0,0,6542,0,0,0,0,0),(86331,21788,530,1,1,0,0,-2962.9,2588.47,78.255,3.46989,400,0,0,6542,0,0,0,0,0),(86332,21788,530,1,1,0,0,-2978.7,2546.47,76.543,3.15337,400,0,0,6542,0,0,0,0,0),(86333,21788,530,1,1,0,0,-2952.23,2532.63,76.543,2.75753,400,0,0,6542,0,0,0,0,0),(86334,21788,530,1,1,0,0,-2975.14,2529.71,76.2715,0.958973,400,0,0,6542,0,0,0,0,0),(86335,21788,530,1,1,0,0,-2986.91,2509.1,61.4276,3.0874,400,0,0,6542,0,0,0,0,0),(93976,21788,530,1,1,0,0,-2974.18,2484.29,60.9802,2.91069,400,0,0,6542,0,0,0,0,0),(94476,21788,530,1,1,0,0,-2984.36,2481.35,61.1027,0.00707,400,0,0,6542,0,0,0,0,0),(94478,21788,530,1,1,0,0,-3007.99,2480.32,63.1565,0.860798,400,0,0,6542,0,0,0,0,0),(94482,21788,530,1,1,0,0,-3024.4,2491.95,62.7355,2.92797,400,0,0,6542,0,0,0,0,0),(94507,21788,530,1,1,0,0,-3053.05,2486.3,65.4947,2.28708,400,0,0,6542,0,0,0,0,0),(94508,21788,530,1,1,0,0,-3072.55,2458.69,65.0271,0.44925,400,0,0,6542,0,0,0,0,0),(516,3336,1,1,1,3884,1,271.805,-4650.83,11.7894,4.81711,300,0,0,1003,0,0,0,0,0),(515,3304,1,1,1,4086,1,-813.994,-4920.57,19.4341,2.94961,300,0,0,222,0,0,0,0,0),(449,3294,1,1,1,1654,1,352.948,-4837.45,10.8906,1.29154,300,0,0,198,0,0,0,0,0),(256,5875,1,1,1,4492,1,1850.31,-4357.3,-14.7982,5.32325,300,0,0,1753,0,0,0,0,0),(170,5893,1,1,1,0,0,-246.258,-4009.98,187.293,1.81609,180,0,0,230,249,0,0,0,0),(79505,20634,530,1,1,0,0,4980.62,3050.79,100.061,1.15517,300,0,0,6542,0,0,0,0,0),(79548,20634,530,1,1,0,0,5039.96,3025.05,89.2698,5.4945,300,0,0,6542,0,0,0,0,0),(79551,20634,530,1,1,0,0,5045.5,2896.52,84.2687,6.16208,300,5,0,6542,0,1,0,0,0),(79552,20634,530,1,1,0,0,5085.38,2863.38,69.2324,5.41203,300,0,0,6542,0,0,0,0,0),(79554,20634,530,1,1,0,0,5112.58,2897.45,76.2821,0.962745,300,5,0,6542,0,1,0,0,0),(79555,20634,530,1,1,0,0,5152.91,2916.3,73.4798,0.34228,300,0,0,6542,0,0,0,0,0),(79556,20634,530,1,1,0,0,5112.73,2945.94,81.6453,0.409038,300,5,0,6542,0,1,0,0,0),(79557,20634,530,1,1,0,0,4909.34,2921.29,155.684,4.21429,300,5,0,6542,0,1,0,0,0),(244628,38035,0,1,1,0,0,-402.274,163.143,75.6627,3.65071,60,0,0,1,0,0,0,0,0),(79587,22083,530,1,1,11686,0,-4635.23,1384.89,138.077,5.30617,25,0,0,12140,6774,0,0,0,0),(35289,6188,1,1,1,2000,1,4615.91,-5516.97,101.812,2.70527,333,10,0,2016,4393,1,0,0,0),(35290,6188,1,1,1,2000,1,4482.32,-5484.82,111.946,1.79682,333,10,0,2016,4393,1,0,0,0),(35291,6188,1,1,1,2000,1,4421.69,-5519.01,104.476,2.57181,333,5,0,2016,4393,1,0,0,0),(35292,6188,1,1,1,2000,1,4424.37,-5573.89,107.996,4.52173,333,10,0,2016,4393,1,0,0,0),(35293,6188,1,1,1,2000,1,4283.01,-5685.31,101.094,0.69726,333,5,0,2016,4393,1,0,0,0),(35294,6188,1,1,1,2000,1,4690.01,-5391.03,112.363,5.21444,333,0,0,2016,4393,0,0,0,0),(35295,6189,1,1,1,6746,1,4349.87,-5744.34,107.031,1.23648,333,5,0,2980,0,1,0,0,0),(35296,6189,1,1,1,6746,1,4618.14,-5420.34,107.237,2.21696,333,5,0,2980,0,1,0,0,0),(35297,6189,1,1,1,6746,1,4646.47,-5446.67,108.422,2.04553,333,10,0,2980,0,1,0,0,0),(35298,6189,1,1,1,6746,1,4714.34,-5519.73,108.689,4.3579,333,5,0,2980,0,1,0,0,0),(35299,6189,1,1,1,6746,1,4682.24,-5412.3,107.343,1.41909,333,5,0,2980,0,1,0,0,0),(35300,6189,1,1,1,6746,1,4348.49,-5652.53,109.173,1.98043,333,5,0,2980,0,1,0,0,0),(35301,6189,1,1,1,6746,1,4550.78,-5547.88,104.007,6.07054,333,10,0,2980,0,1,0,0,0),(35302,6189,1,1,1,6746,1,4478.11,-5554.45,112.39,0.951909,333,0,0,2980,0,0,0,0,0),(35303,6189,1,1,1,6746,1,4714.68,-5481.44,108.07,2.33433,333,10,0,2980,0,1,0,0,0),(35304,6189,1,1,1,6746,1,4281.62,-5747.43,102.274,0.903072,333,5,0,2980,0,1,0,0,0),(35305,6189,1,1,1,6746,1,4383.18,-5646.49,120.587,3.18826,333,5,0,2980,0,1,0,0,0),(35306,6189,1,1,1,6746,1,4274.81,-5711.68,93.9338,2.81457,333,5,0,2980,0,1,0,0,0),(35307,6189,1,1,1,6746,1,4379.71,-5608.34,111.245,2.86409,333,3,0,2980,0,1,0,0,0),(35308,6189,1,1,1,6746,1,4622.12,-5547.7,99.0598,0.688218,333,3,0,2980,0,1,0,0,0),(35309,6189,1,1,1,6746,1,4514.35,-5596.59,105.873,3.78738,333,3,0,2980,0,1,0,0,0),(35310,6189,1,1,1,6746,1,4579.07,-5518.34,106.706,3.37938,333,10,0,2980,0,1,0,0,0),(35311,6189,1,1,1,6746,1,4382.32,-5583.66,109.447,4.90896,333,10,0,2980,0,1,0,0,0),(35312,6189,1,1,1,6746,1,4650.88,-5409.54,108.06,1.38593,333,5,0,2980,0,1,0,0,0),(35313,6189,1,1,1,6746,1,4621.94,-5360.66,122.748,5.52383,333,0,0,2980,0,0,0,0,0),(35314,6189,1,1,1,6746,1,4551.08,-5514.05,107.812,1.22219,333,10,0,2980,0,1,0,0,0),(35315,6189,1,1,1,6746,1,4456.95,-5575.46,103.793,1.53133,333,3,0,2980,0,1,0,0,0),(35316,6189,1,1,1,6746,1,4349.35,-5716.76,102.613,6.20186,333,5,0,2980,0,1,0,0,0),(35317,6189,1,1,1,6746,1,4681.93,-5451.78,109.543,3.44668,333,10,0,2980,0,1,0,0,0),(35318,6189,1,1,1,6746,1,4709.96,-5414.76,105.648,2.53762,333,0,0,2980,0,0,0,0,0),(35319,6189,1,1,1,6746,1,4349.13,-5683.46,101.424,5.76186,333,5,0,2980,0,1,0,0,0),(35320,6189,1,1,1,6746,1,4515.58,-5519.69,109.437,1.7973,333,10,0,2980,0,1,0,0,0),(35321,6189,1,1,1,6746,1,4352.25,-5618.91,116.931,1.34709,333,5,0,2980,0,1,0,0,0),(35322,6189,1,1,1,6746,1,4681.29,-5511.36,111.732,1.98561,333,10,0,2980,0,1,0,0,0),(35323,6189,1,1,1,6746,1,4677.85,-5311.68,127.487,2.0127,333,2,0,2980,0,1,0,0,0),(35324,6190,1,1,1,6747,1,3555.06,-4724.38,109.426,0.58096,333,5,0,2399,0,1,0,0,0),(35325,6190,1,1,1,6747,1,3652.45,-4617.32,109.702,1.13081,333,3,0,2399,0,1,0,0,0),(35326,6190,1,1,1,6747,1,3656.37,-4943.18,130.571,1.59493,333,3,0,2399,0,1,0,0,0),(35327,6190,1,1,1,6747,1,3377.31,-4745.55,107.156,5.7684,333,10,0,2399,0,1,0,0,0),(35328,6190,1,1,1,6747,1,3893.1,-5216.2,104.148,6.18511,333,5,0,2399,0,1,0,0,0),(35329,6190,1,1,1,6747,1,3289.65,-4923.18,120.911,5.69735,333,10,0,2399,0,1,0,0,0),(35330,6190,1,1,1,6747,1,3330.88,-4994.42,90.6919,1.78095,333,3,0,2399,0,1,0,0,0),(35331,6190,1,1,1,6747,1,3658.17,-4745.88,123.006,2.30413,333,5,0,2399,0,1,0,0,0),(35332,6190,1,1,1,6747,1,3484.41,-4575.13,111.983,0.168679,333,3,0,2399,0,1,0,0,0),(35333,6190,1,1,1,6747,1,3502.96,-4811.58,123.17,3.12402,333,5,0,2399,0,1,0,0,0),(35334,6190,1,1,1,6747,1,3245.4,-5012.63,128.483,2.70832,333,3,0,2399,0,1,0,0,0),(35335,6190,1,1,1,6747,1,3524.78,-4758.06,108.296,5.88421,333,5,0,2399,0,1,0,0,0),(35336,6190,1,1,1,6747,1,3340.55,-4895.44,108.711,1.47793,333,5,0,2399,0,1,0,0,0),(35337,6190,1,1,1,6747,1,3394.13,-4955.65,138.584,1.58935,333,5,0,2399,0,1,0,0,0),(35338,6190,1,1,1,6747,1,3793.02,-5178.35,141.048,0.433499,333,5,0,2399,0,1,0,0,0),(35339,6190,1,1,1,6747,1,3220.82,-5088.6,86.6488,5.9025,333,5,0,2399,0,1,0,0,0),(35340,6190,1,1,1,6747,1,3478.82,-4848.55,128.847,5.2847,333,0,0,2399,0,2,0,0,0),(35341,6190,1,1,1,6747,1,3258.85,-4587.86,101.022,1.5708,333,5,0,2399,0,1,0,0,0),(35342,6190,1,1,1,6747,1,3621.69,-4923.16,127.677,5.10373,333,5,0,2399,0,1,0,0,0),(35343,6190,1,1,1,6747,1,3638.59,-5027.31,92.3481,0.50757,333,3,0,2399,0,1,0,0,0),(35344,6190,1,1,1,6747,1,3417.32,-4991.63,137.222,4.91827,333,5,0,2399,0,1,0,0,0),(35345,6190,1,1,1,6747,1,3571.99,-4824.39,120.682,3.59199,333,10,0,2399,0,1,0,0,0),(35346,6190,1,1,1,6747,1,3345.83,-4521.06,98.2802,3.95162,333,10,0,2399,0,1,0,0,0),(35347,6190,1,1,1,6747,1,3257.36,-5065.21,130.599,3.07014,333,5,0,2399,0,1,0,0,0),(35348,6190,1,1,1,6747,1,3320.92,-4740.56,99.4274,0.714404,333,5,0,2399,0,1,0,0,0),(35349,6190,1,1,1,6747,1,3503.73,-4609.27,101.606,3.02055,333,10,0,2399,0,1,0,0,0),(35350,6190,1,1,1,6747,1,3442.79,-4667.6,103.936,2.82636,333,10,0,2399,0,1,0,0,0),(35351,6190,1,1,1,6747,1,3581.1,-4561.41,105.799,0.312436,333,10,0,2399,0,1,0,0,0),(35352,6193,1,1,1,6749,1,3294.4,-4798.27,106.613,3.38653,333,3,0,2488,0,1,0,0,0),(35353,6193,1,1,1,6749,1,3583.28,-4772.17,114.809,4.67509,333,5,0,2488,0,1,0,0,0),(35354,6193,1,1,1,6749,1,3279.73,-4854.65,112.526,3.96633,333,3,0,2488,0,1,0,0,0),(35355,6193,1,1,1,6749,1,3284.92,-4976.66,129.169,0.611762,333,3,0,2488,0,1,0,0,0),(35356,6193,1,1,1,6749,1,3310.44,-4960.86,130.542,5.88509,333,5,0,2488,0,1,0,0,0),(35357,6193,1,1,1,6749,1,3665.24,-4992.83,108.893,0.076248,333,5,0,2488,0,1,0,0,0),(35358,6193,1,1,1,6749,1,3553.33,-4853.63,121.657,2.38657,333,10,0,2488,0,1,0,0,0),(35359,6193,1,1,1,6749,1,3460.21,-4980.87,139.206,2.06013,333,5,0,2488,0,1,0,0,0),(35360,6193,1,1,1,6749,1,3559.82,-4921.58,142.202,2.99652,333,0,0,2488,0,0,0,0,0),(35361,6193,1,1,1,6749,1,3524.66,-4882.86,131.407,4.02941,333,3,0,2488,0,1,0,0,0),(35362,6193,1,1,1,6749,1,3679.06,-5054.11,135.854,4.51736,333,2,0,2488,0,1,0,0,0),(35363,6193,1,1,1,6749,1,3376.01,-5008.19,89.2527,1.68329,333,0,0,2488,0,2,0,0,0),(35364,6193,1,1,1,6749,1,3407.95,-4599.14,103.257,3.48499,333,0,0,2488,0,0,0,0,0),(35365,6193,1,1,1,6749,1,3550.84,-4786.26,117.26,0.400551,333,5,0,2488,0,1,0,0,0),(35366,6193,1,1,1,6749,1,3780.97,-5132.69,135.53,1.90446,333,3,0,2488,0,1,0,0,0),(35367,6193,1,1,1,6749,1,3585.55,-4883.33,125.782,6.28294,333,5,0,2488,0,1,0,0,0),(35368,6193,1,1,1,6749,1,3448.67,-4876.99,138.764,3.12447,333,3,0,2488,0,1,0,0,0),(35369,6193,1,1,1,6749,1,3319.95,-4680.53,100.358,1.32203,333,5,0,2488,0,1,0,0,0),(35370,6193,1,1,1,6749,1,3312.58,-4481.67,100.546,0.273622,333,10,0,2488,0,1,0,0,0),(35371,6193,1,1,1,6749,1,3830.3,-5247.25,99.4957,4.61466,333,5,0,2488,0,1,0,0,0),(35372,6193,1,1,1,6749,1,3619.49,-4579.1,107.66,1.01882,333,5,0,2488,0,1,0,0,0),(35373,6193,1,1,1,6749,1,3493.64,-4649.79,102.972,1.14278,333,10,0,2488,0,1,0,0,0),(35374,6193,1,1,1,6749,1,3443.97,-4614.21,103.711,5.40664,333,0,0,2488,0,0,0,0,0),(35375,6194,1,1,1,6748,1,3658.19,-5197.36,83.4303,1.30069,333,5,0,2062,1695,1,0,0,0),(35376,6194,1,1,1,6748,1,3660.58,-5321.46,102.303,0.28313,333,2,0,2062,1695,1,0,0,0),(35377,6194,1,1,1,6748,1,3585.89,-5185.01,83.4738,2.90562,333,5,0,2062,1695,1,0,0,0),(35378,6194,1,1,1,6748,1,3525.97,-5378.15,106.218,0.106957,333,0,0,2062,1695,0,0,0,0),(35379,6194,1,1,1,6748,1,3515.31,-5350.61,107.469,3.6073,333,0,0,2062,1695,0,0,0,0),(35380,6194,1,1,1,6748,1,3679.43,-5345.73,109.177,2.31843,333,5,0,2062,1695,1,0,0,0),(35381,6194,1,1,1,6748,1,3622.92,-5302.08,92.0078,4.72357,333,2,0,2062,1695,1,0,0,0),(35382,6194,1,1,1,6748,1,3249.1,-5177.08,88.11,4.0502,333,3,0,2062,1695,1,0,0,0),(35383,6194,1,1,1,6748,1,3620.26,-5215.98,82.8043,0.912138,333,5,0,2062,1695,1,0,0,0),(35384,6194,1,1,1,6748,1,3549.49,-5329.91,105.75,4.48043,333,0,0,2062,1695,0,0,0,0),(35385,6194,1,1,1,6748,1,3186.47,-5506.42,103.68,1.95255,333,3,0,2062,1695,1,0,0,0),(35386,6194,1,1,1,6748,1,3272.92,-5289.58,86.9777,4.43366,333,5,0,2062,1695,1,0,0,0),(35387,6194,1,1,1,6748,1,3622.89,-5073.88,87.5676,0.465187,333,10,0,2062,1695,1,0,0,0),(35388,6194,1,1,1,6748,1,3383.33,-5123.45,84.1512,4.83279,333,0,0,2062,1695,0,0,0,0),(35389,6194,1,1,1,6748,1,3515.98,-5101.65,82.6914,3.14601,333,0,0,2062,1695,2,0,0,0),(35390,6194,1,1,1,6748,1,3503.79,-5189.65,85.966,4.17013,333,5,0,2062,1695,1,0,0,0),(35391,6194,1,1,1,6748,1,3612.71,-5152.82,80.3716,4.66496,333,0,0,2062,1695,2,0,0,0),(35392,6194,1,1,1,6748,1,3703.65,-5188.19,84.1926,3.51894,333,5,0,2062,1695,1,0,0,0),(35393,6194,1,1,1,6748,1,3578.92,-5391.27,109.596,0.540398,333,2,0,2062,1695,1,0,0,0),(35394,6194,1,1,1,6748,1,3653.35,-5387.53,115.514,1.45226,333,5,0,2062,1695,1,0,0,0),(35395,6194,1,1,1,6748,1,3386.34,-5253.51,85.53,5.35159,333,5,0,2062,1695,1,0,0,0),(35396,6194,1,1,1,6748,1,3264.73,-5156.21,91.0059,3.4105,333,3,0,2062,1695,1,0,0,0),(35397,6194,1,1,1,6748,1,3779.46,-5324.14,89.2899,3.25117,333,5,0,2062,1695,1,0,0,0),(35398,6194,1,1,1,6748,1,3680.58,-5280.8,88.8447,0.757781,333,0,0,2062,1695,0,0,0,0),(35399,6194,1,1,1,6748,1,3360.31,-5293.28,96.7234,5.23608,333,5,0,2062,1695,1,0,0,0),(35400,6194,1,1,1,6748,1,3178.02,-5314.08,87.1305,3.16929,333,10,0,2062,1695,1,0,0,0),(35401,6194,1,1,1,6748,1,3636.05,-5354.57,111.546,0.33216,333,5,0,2062,1695,1,0,0,0),(35402,6194,1,1,1,6748,1,3772.25,-5385.6,87.5251,1.01764,333,5,0,2062,1695,1,0,0,0),(35403,6194,1,1,1,6748,1,3719.43,-5301.33,87.382,4.78467,333,5,0,2062,1695,1,0,0,0),(35404,6194,1,1,1,6748,1,3320.98,-5120.71,89.2142,3.13624,333,0,0,2062,1695,0,0,0,0),(35405,6194,1,1,1,6748,1,3553.33,-5084.24,85.2295,2.9755,333,5,0,2062,1695,1,0,0,0),(35406,6194,1,1,1,6748,1,3505.07,-5361.91,109.543,4.26509,333,0,0,2062,1695,0,0,0,0),(35407,6194,1,1,1,6748,1,3473.42,-5361.22,111.546,1.00294,333,5,0,2062,1695,1,0,0,0),(35408,6194,1,1,1,6748,1,3485.86,-5279.65,93.2829,4.88454,333,5,0,2062,1695,1,0,0,0),(35409,6194,1,1,1,6748,1,3346.87,-5160.42,88.974,4.12435,333,5,0,2062,1695,1,0,0,0),(35410,6194,1,1,1,6748,1,3259.5,-5250.88,85.2658,5.07367,333,5,0,2062,1695,1,0,0,0),(35411,6194,1,1,1,6748,1,3257.43,-5394.86,97.9972,5.48317,333,5,0,2062,1695,1,0,0,0),(35412,6194,1,1,1,6748,1,3478.14,-5078.26,85.6029,4.88647,333,5,0,2062,1695,1,0,0,0),(35413,6194,1,1,1,6748,1,3617.74,-5358.31,111.546,2.60371,333,5,0,2062,1695,1,0,0,0),(35414,6194,1,1,1,6748,1,3424.87,-5138.09,82.2574,1.02987,333,5,0,2062,1695,1,0,0,0),(35415,6194,1,1,1,6748,1,3412.97,-5085.19,82.1449,3.62037,333,10,0,2062,1695,1,0,0,0),(35416,6195,1,1,1,11266,1,3647.17,-5106.19,88.4226,5.71414,333,3,0,2384,1864,1,0,0,0),(35417,6195,1,1,1,11266,1,3869.6,-5546.74,24.1653,5.63861,333,3,0,2384,1864,1,0,0,0),(35419,6195,1,1,1,11266,1,3723.64,-5249.76,84.8455,0.282971,333,10,0,2384,1864,1,0,0,0),(35420,6195,1,1,1,11266,1,3718.06,-5119.4,94.173,1.77018,333,5,0,2384,1864,1,0,0,0),(35421,6195,1,1,1,11266,1,3686.36,-5155.4,84.4473,6.10806,333,10,0,2384,1864,1,0,0,0),(35422,6195,1,1,1,11266,1,3455.3,-5713.17,5.01098,2.65196,333,10,0,2384,1864,1,0,0,0),(35423,6195,1,1,1,11266,1,3517.52,-5063.17,84.1196,4.7603,333,10,0,2384,1864,1,0,0,0),(35424,6195,1,1,1,11266,1,3281.57,-5214.93,84.109,2.89374,333,10,0,2384,1864,1,0,0,0),(35425,6195,1,1,1,11266,1,3556.74,-5753.04,1.10697,5.64701,333,5,0,2384,1864,1,0,0,0),(35426,6195,1,1,1,11266,1,3648.18,-5252.6,87.8476,0.521326,333,10,0,2384,1864,1,0,0,0),(35427,6195,1,1,1,11266,1,3509.15,-5362.01,129.062,5.92366,333,3,0,2384,1864,1,0,0,0),(35428,6195,1,1,1,11266,1,3459.04,-5121.61,82.1628,0.199497,333,10,0,2384,1864,1,0,0,0),(35429,6195,1,1,1,11266,1,3997.68,-5629.81,35.2709,2.65539,333,5,0,2384,1864,1,0,0,0),(35430,6195,1,1,1,11266,1,3154.16,-5487.56,95.3826,2.48149,333,3,0,2384,1864,1,0,0,0),(35431,6195,1,1,1,11266,1,3746.45,-5301.1,86.2597,5.7384,333,5,0,2384,1864,1,0,0,0),(35432,6195,1,1,1,11266,1,3580.51,-5330.72,109.148,5.16352,333,2,0,2384,1864,1,0,0,0),(35433,6195,1,1,1,11266,1,3648.84,-5517.21,24.8214,0.755021,333,10,0,2384,1864,1,0,0,0),(35434,6195,1,1,1,11266,1,3349.59,-5610.91,10.1082,0.702681,333,10,0,2384,1864,1,0,0,0),(35435,6195,1,1,1,11266,1,3416.64,-5487.97,32.1243,2.71505,333,5,0,2384,1864,1,0,0,0),(35436,6195,1,1,1,11266,1,3306.34,-5786.53,15.9296,3.61397,333,5,0,2384,1864,1,0,0,0),(35437,6195,1,1,1,11266,1,3186.5,-5715.03,19.6333,2.90704,333,10,0,2384,1864,1,0,0,0),(35438,6195,1,1,1,11266,1,3250.73,-5651.16,15.268,5.60244,333,10,0,2384,1864,1,0,0,0),(35439,6195,1,1,1,11266,1,3454.24,-5255.3,85.9285,4.76214,333,5,0,2384,1864,1,0,0,0),(35440,6195,1,1,1,11266,1,3548.09,-5210.23,84.266,4.74851,333,0,0,2384,1864,2,0,0,0),(35441,6195,1,1,1,11266,1,3737.26,-5587.05,11.9456,6.04237,333,10,0,2384,1864,1,0,0,0),(35442,6195,1,1,1,11266,1,3649.66,-5668.21,9.32263,3.20023,333,5,0,2384,1864,1,0,0,0),(35443,6195,1,1,1,11266,1,3456.3,-5362.57,111.546,2.44831,333,5,0,2384,1864,1,0,0,0),(35444,6195,1,1,1,11266,1,3593.39,-5375.16,129.062,4.51084,333,3,0,2384,1864,1,0,0,0),(35445,6195,1,1,1,11266,1,3745.28,-5694.34,5.76665,3.65654,333,10,0,2384,1864,1,0,0,0),(35446,6195,1,1,1,11266,1,3120.89,-5636.63,44.907,1.76784,333,5,0,2384,1864,1,0,0,0),(35447,6195,1,1,1,11266,1,3447.51,-5314.82,105.829,4.65261,333,5,0,2384,1864,1,0,0,0),(35448,6195,1,1,1,11266,1,3754.34,-5479.4,30.6202,6.27689,333,0,0,2384,1864,2,0,0,0),(35449,6195,1,1,1,11266,1,3682.14,-5213.15,81.572,0.193284,333,5,0,2384,1864,1,0,0,0),(35450,6195,1,1,1,11266,1,3653.06,-5724.78,6.62234,1.59423,333,5,0,2384,1864,1,0,0,0),(35451,6195,1,1,1,11266,1,3887.25,-5619.04,20.9964,0.501032,333,10,0,2384,1864,1,0,0,0),(35452,6195,1,1,1,11266,1,3811.75,-5467.36,40.5235,4.83644,333,3,0,2384,1864,1,0,0,0),(35453,6195,1,1,1,11266,1,3415.84,-5282.86,100.842,3.06715,333,5,0,2384,1864,1,0,0,0),(35454,6195,1,1,1,11266,1,3783.54,-5705.94,1.51189,3.12676,333,3,0,2384,1864,1,0,0,0),(35455,6195,1,1,1,11266,1,3470.26,-5149.82,84.5423,3.74251,333,5,0,2384,1864,1,0,0,0),(35456,6195,1,1,1,11266,1,3518.03,-5527.21,21.476,2.06414,333,5,0,2384,1864,1,0,0,0),(35457,6195,1,1,1,11266,1,3320.13,-5255.01,82.4645,0.729074,333,3,0,2384,1864,1,0,0,0),(35458,6195,1,1,1,11266,1,3671.97,-5745.8,6.53347,4.03088,333,5,0,2384,1864,1,0,0,0),(35459,6195,1,1,1,11266,1,3251.65,-5317,89.3281,5.87111,333,3,0,2384,1864,1,0,0,0),(35460,6195,1,1,1,11266,1,3353.85,-5536.48,20.9583,1.0361,333,10,0,2384,1864,1,0,0,0),(35461,6195,1,1,1,11266,1,3190.62,-5439.68,92.6264,0.149754,333,5,0,2384,1864,1,0,0,0),(35462,6195,1,1,1,11266,1,3355.06,-5078.16,91.6108,1.06872,333,3,0,2384,1864,1,0,0,0),(35463,6195,1,1,1,11266,1,3515.14,-5245.57,90.6062,1.82762,333,5,0,2384,1864,1,0,0,0),(35464,6195,1,1,1,11266,1,3573.15,-5247,89.7546,0.062541,333,5,0,2384,1864,1,0,0,0),(35465,6195,1,1,1,11266,1,3221.88,-5271.32,86.5468,1.66879,333,10,0,2384,1864,1,0,0,0),(35466,6195,1,1,1,11266,1,3549.36,-5025.41,87.8936,5.05558,333,5,0,2384,1864,1,0,0,0),(35467,6195,1,1,1,11266,1,3406.58,-5209.5,84.297,2.38056,333,5,0,2384,1864,1,0,0,0),(35468,6195,1,1,1,11266,1,3180.18,-5385.36,87.79,5.1673,333,10,0,2384,1864,1,0,0,0),(35469,6195,1,1,1,11266,1,3583.13,-5052.05,88.3957,2.48591,333,0,0,2384,1864,0,0,0,0),(35470,6195,1,1,1,11266,1,3920.75,-5484.43,38.1127,4.38857,333,3,0,2384,1864,1,0,0,0),(35471,6195,1,1,1,11266,1,3788.02,-5772.14,3.98754,4.95199,333,3,0,2384,1864,1,0,0,0),(35472,6195,1,1,1,11266,1,3207.81,-5680.58,19.2508,5.9893,333,10,0,2384,1864,1,0,0,0),(35473,6195,1,1,1,11266,1,3583.25,-5109.29,84.5046,2.42656,333,5,0,2384,1864,1,0,0,0),(35474,6195,1,1,1,11266,1,3624.77,-5613.56,10.6333,0.568129,333,5,0,2384,1864,1,0,0,0),(35475,6195,1,1,1,11266,1,3313.88,-5642.97,10.0872,3.68766,333,5,0,2384,1864,1,0,0,0),(35476,6195,1,1,1,11266,1,3415.51,-5613.45,7.64083,1.6382,333,10,0,2384,1864,1,0,0,0),(35477,6195,1,1,1,11266,1,3884.75,-5820.65,1.68007,4.11295,333,10,0,2384,1864,1,0,0,0),(35478,6195,1,1,1,11266,1,3887.43,-5691.69,16.332,5.504,333,10,0,2384,1864,1,0,0,0),(35479,6195,1,1,1,11266,1,3589.16,-5361.04,108.659,0.551075,333,2,0,2384,1864,1,0,0,0),(35480,6195,1,1,1,11266,1,3921.13,-5581.75,35.5548,1.50826,333,3,0,2384,1864,1,0,0,0),(35481,6195,1,1,1,11266,1,3488.99,-5216.3,87.1435,5.95259,333,5,0,2384,1864,1,0,0,0),(35482,6195,1,1,1,11266,1,3779.98,-5254.09,88.0863,5.05426,333,5,0,2384,1864,1,0,0,0),(35483,6195,1,1,1,11266,1,3810.6,-5695.11,6.66573,3.13183,333,3,0,2384,1864,1,0,0,0),(35484,6195,1,1,1,11266,1,3445,-5184.39,82.9401,1.07745,333,5,0,2384,1864,1,0,0,0),(35485,6195,1,1,1,11266,1,3618.86,-5681.5,3.75253,4.55917,333,5,0,2384,1864,1,0,0,0),(35486,6195,1,1,1,11266,1,3480.2,-5021.99,88.8823,2.97876,333,5,0,2384,1864,1,0,0,0),(35487,6195,1,1,1,11266,1,3442.41,-5049.36,86.098,0.336599,333,0,0,2384,1864,0,0,0,0),(35488,6195,1,1,1,11266,1,3619.22,-5552.9,19.3215,5.52408,333,10,0,2384,1864,1,0,0,0),(35489,6195,1,1,1,11266,1,3589.82,-5515.05,23.8814,0.19957,333,3,0,2384,1864,1,0,0,0),(35490,6195,1,1,1,11266,1,3549.51,-5550.01,15.0503,3.09861,333,10,0,2384,1864,1,0,0,0),(35491,6195,1,1,1,11266,1,3482.73,-5553.9,17.0755,4.62438,333,10,0,2384,1864,1,0,0,0),(35492,6195,1,1,1,11266,1,3415.45,-5548.76,14.7173,0.064958,333,10,0,2384,1864,1,0,0,0),(35493,6195,1,1,1,11266,1,3446.29,-5583.85,14.3138,3.00246,333,10,0,2384,1864,1,0,0,0),(35494,6195,1,1,1,11266,1,3281.46,-5617.01,15.5614,3.63585,333,5,0,2384,1864,1,0,0,0),(35495,6195,1,1,1,11266,1,3243.14,-5569.12,33.5387,2.14487,333,5,0,2384,1864,1,0,0,0),(35496,6195,1,1,1,11266,1,3178.09,-5658.25,30.1069,3.96866,333,10,0,2384,1864,1,0,0,0),(35497,6195,1,1,1,11266,1,3086.8,-5750.03,20.5473,0.597209,333,3,0,2384,1864,1,0,0,0),(35498,6195,1,1,1,11266,1,3119.39,-5720.91,25.6705,4.47783,333,5,0,2384,1864,1,0,0,0),(35499,6195,1,1,1,11266,1,3188.62,-5784.87,2.96993,5.74612,333,10,0,2384,1864,1,0,0,0),(35500,6195,1,1,1,11266,1,3144.89,-5817.87,-1.33036,4.03531,333,10,0,2384,1864,1,0,0,0),(35501,6195,1,1,1,11266,1,3221.45,-5747.06,6.72402,0.759209,333,5,0,2384,1864,1,0,0,0),(35502,6195,1,1,1,11266,1,3384.17,-5713.63,5.80448,1.4362,333,10,0,2384,1864,1,0,0,0),(35503,6195,1,1,1,11266,1,3446.58,-5781.25,0.990142,3.15829,333,5,0,2384,1864,1,0,0,0),(35504,6195,1,1,1,11266,1,3353.45,-5749.75,-0.47678,5.72552,333,5,0,2384,1864,1,0,0,0),(35505,6195,1,1,1,11266,1,3521.56,-5790.91,0.949771,4.89705,333,5,0,2384,1864,1,0,0,0),(35506,6195,1,1,1,11266,1,3551.91,-5685.42,6.83775,5.53457,333,5,0,2384,1864,1,0,0,0),(35507,6195,1,1,1,11266,1,3650.63,-5715.43,7.575,1.81019,333,5,0,2384,1864,1,0,0,0),(35508,6196,1,1,1,11265,1,3819.17,-5622.47,10.248,1.76044,333,10,0,2880,0,1,0,0,0),(35509,6196,1,1,1,11265,1,3596.14,-5579.52,14.5765,3.54097,333,10,0,2880,0,1,0,0,0),(35510,6196,1,1,1,11265,1,3726.6,-5665.42,7.89494,5.58113,333,10,0,2880,0,1,0,0,0),(35511,6196,1,1,1,11265,1,3864.84,-5779.91,2.46881,6.16823,333,5,0,2880,0,1,0,0,0),(35512,8756,1,1,1,1913,0,3073.97,-6364.02,2.65216,2.49819,600,0,0,11075,0,0,0,0,0),(35513,6196,1,1,1,11265,1,3856.58,-5580.97,19.0955,0.89698,333,5,0,2880,0,1,0,0,0),(35514,6196,1,1,1,11265,1,3706.84,-5724.8,4.78205,4.55002,333,10,0,2880,0,1,0,0,0),(35515,6196,1,1,1,11265,1,3447.79,-5646.52,6.14766,5.56489,333,10,0,2880,0,1,0,0,0),(35516,6196,1,1,1,11265,1,3691.28,-5617.97,7.72424,0.305126,333,10,0,2880,0,1,0,0,0),(35517,6196,1,1,1,11265,1,3349.03,-5482.14,38.5862,1.87603,333,5,0,2880,0,1,0,0,0),(35518,6196,1,1,1,11265,1,3582.36,-5358.96,129.062,3.10952,333,2,0,2880,0,1,0,0,0),(35519,6196,1,1,1,11265,1,3686.3,-5686.34,10.2117,2.59985,333,5,0,2880,0,1,0,0,0),(35520,6196,1,1,1,11265,1,3752.84,-5625.06,10.1328,4.94637,333,10,0,2880,0,1,0,0,0),(35521,6196,1,1,1,11265,1,3885.26,-5760.4,11.801,5.40863,333,3,0,2880,0,1,0,0,0),(35522,6196,1,1,1,11265,1,3395.55,-5781.58,-4.99572,1.95138,333,5,0,2880,0,1,0,0,0),(35523,6196,1,1,1,11265,1,3619.65,-5492.58,47.4846,1.9426,333,5,0,2880,0,1,0,0,0),(35524,6196,1,1,1,11265,1,3288.53,-5556.25,25.8606,0,333,5,0,2880,0,1,0,0,0),(35525,6196,1,1,1,11265,1,3713.86,-5379.1,63.4758,1.63721,333,5,0,2880,0,1,0,0,0),(35526,6196,1,1,1,11265,1,3224.36,-5821.3,-4.7275,4.90384,333,5,0,2880,0,1,0,0,0),(35527,6196,1,1,1,11265,1,3949.31,-5562.08,37.6197,1.64308,333,5,0,2880,0,1,0,0,0),(35528,6196,1,1,1,11265,1,3489.62,-5665.67,5.97166,0.945653,333,5,0,2880,0,1,0,0,0),(35529,6196,1,1,1,11265,1,3850.77,-5644.56,14.5973,4.82621,333,10,0,2880,0,1,0,0,0),(35530,6196,1,1,1,11265,1,3618.14,-5749.81,-1.15164,1.93954,333,5,0,2880,0,1,0,0,0),(35531,6196,1,1,1,11265,1,3261.26,-5510.22,42.2057,1.21745,333,10,0,2880,0,1,0,0,0),(35532,6196,1,1,1,11265,1,3548.66,-5616.11,8.54101,2.42911,333,10,0,2880,0,1,0,0,0),(35533,6196,1,1,1,11265,1,3772.99,-5656.46,3.44115,3.20646,333,3,0,2880,0,1,0,0,0),(35534,6196,1,1,1,11265,1,3246.9,-5464.43,45.8842,0.391243,333,3,0,2880,0,1,0,0,0),(35535,6196,1,1,1,11265,1,3920.97,-5787.55,13.6231,5.49402,333,0,0,2880,0,0,0,0,0),(35536,6196,1,1,1,11265,1,3313.84,-5516.28,33.4849,5.54826,333,5,0,2880,0,1,0,0,0),(35537,6196,1,1,1,11265,1,3546.98,-5315.63,134.253,1.88678,333,3,0,2880,0,1,0,0,0),(35538,6196,1,1,1,11265,1,3394.65,-5649.23,6.3446,1.9788,333,0,0,2880,0,0,0,0,0),(35539,6196,1,1,1,11265,1,3945.93,-5651.75,25.6904,2.90491,333,5,0,2880,0,1,0,0,0),(35540,6196,1,1,1,11265,1,3585.72,-5791.59,-2.95189,0.382406,333,5,0,2880,0,1,0,0,0),(35541,6196,1,1,1,11265,1,3910.09,-5707.4,19.6718,5.2897,333,0,0,2880,0,0,0,0,0),(35542,6196,1,1,1,11265,1,3438.14,-5513.98,22.6822,0.069734,333,5,0,2880,0,1,0,0,0),(35543,6196,1,1,1,11265,1,3379.06,-5529.82,18.0399,4.9942,333,10,0,2880,0,1,0,0,0),(35544,6196,1,1,1,11265,1,3504.45,-5657.67,6.68052,2.71786,333,10,0,2880,0,1,0,0,0),(35545,6196,1,1,1,11265,1,3073.34,-5606.97,61.7529,2.30028,333,5,0,2880,0,1,0,0,0),(35546,6196,1,1,1,11265,1,3162.35,-5740.16,19.0917,0.682044,333,10,0,2880,0,1,0,0,0),(35547,6196,1,1,1,11265,1,3852.57,-5730.47,13.351,5.09055,333,10,0,2880,0,1,0,0,0),(35548,6196,1,1,1,11265,1,3708.06,-5505.38,26.2535,1.69999,333,5,0,2880,0,1,0,0,0),(35549,6196,1,1,1,11265,1,3408.73,-5677.43,6.52235,1.59025,333,5,0,2880,0,1,0,0,0),(35550,6196,1,1,1,11265,1,3480.18,-5611.65,9.50535,1.20243,333,10,0,2880,0,1,0,0,0),(35551,6196,1,1,1,11265,1,3712.94,-5449.11,43.2035,5.43563,333,5,0,2880,0,1,0,0,0),(35552,6196,1,1,1,11265,1,3560.22,-5400.26,129.082,1.01377,333,0,0,2880,0,2,0,0,0),(35553,6196,1,1,1,11265,1,3685.16,-5547.69,16.6078,1.66075,333,10,0,2880,0,1,0,0,0),(35554,6196,1,1,1,11265,1,3652.61,-5584.48,14.648,5.59532,333,10,0,2880,0,1,0,0,0),(35555,6196,1,1,1,11265,1,3514.77,-5583.03,13.7836,2.49198,333,10,0,2880,0,1,0,0,0),(35556,6196,1,1,1,11265,1,3383.06,-5583.01,8.71054,2.26699,333,10,0,2880,0,1,0,0,0),(35557,6196,1,1,1,11265,1,3310.3,-5578.12,20.2949,2.09043,333,5,0,2880,0,1,0,0,0),(35558,6196,1,1,1,11265,1,3203.45,-5619.68,31.9062,2.94003,333,5,0,2880,0,1,0,0,0),(35559,6196,1,1,1,11265,1,3147.36,-5688.14,26.442,5.15056,333,10,0,2880,0,1,0,0,0),(35560,6196,1,1,1,11265,1,3115.38,-5784.25,13.9783,2.41853,333,10,0,2880,0,1,0,0,0),(35561,6196,1,1,1,11265,1,3052.24,-5781.68,25.6153,0.88386,333,3,0,2880,0,1,0,0,0),(35562,6196,1,1,1,11265,1,3085.27,-5820.17,10.5392,5.97097,333,10,0,2880,0,1,0,0,0),(35563,6196,1,1,1,11265,1,3245.31,-5719.35,4.71805,3.9455,333,3,0,2880,0,1,0,0,0),(35564,6196,1,1,1,11265,1,3284.1,-5683.24,0.932797,4.9479,333,10,0,2880,0,1,0,0,0),(35565,6196,1,1,1,11265,1,3318.01,-5717.97,3.26553,0.05236,333,10,0,2880,0,1,0,0,0),(35566,6196,1,1,1,11265,1,3348.3,-5687.94,8.26114,4.61563,333,10,0,2880,0,1,0,0,0),(35567,6196,1,1,1,11265,1,3413.79,-5748.11,1.95674,2.28779,333,5,0,2880,0,1,0,0,0),(35568,6196,1,1,1,11265,1,3517.87,-5720.2,4.23263,5.77058,333,5,0,2880,0,1,0,0,0),(35569,6196,1,1,1,11265,1,3585,-5717.93,1.21409,5.25289,333,5,0,2880,0,1,0,0,0),(35570,6196,1,1,1,11265,1,3620.57,-5680.66,4.12084,0.477434,333,5,0,2880,0,1,0,0,0),(35571,6196,1,1,1,11265,1,3678.95,-5747.72,5.96471,2.8464,333,5,0,2880,0,1,0,0,0),(35572,6196,1,1,1,11265,1,3817.38,-5753.75,10.8038,4.23914,333,3,0,2880,0,1,0,0,0),(35573,8757,1,1,1,1913,0,3112.91,-6323.64,7.09764,4.72444,600,0,0,11075,0,0,0,0,0),(35574,6198,1,1,1,18982,1,4378.46,-6256.47,95.8116,1.43117,333,0,0,2384,1864,0,0,0,0),(35575,6198,1,1,1,18983,1,4414.71,-6257.53,95.4695,4.69107,333,10,0,2384,1864,1,0,0,0),(35576,6198,1,1,1,18982,1,4300.86,-6107.45,132.068,2.13506,333,3,0,2384,1864,1,0,0,0),(35577,6198,1,1,1,18982,1,4380.79,-6256.24,95.545,4.07811,333,0,0,2384,1864,0,0,0,0),(35578,8758,1,1,1,1913,0,3108.69,-6347.81,1.73517,1.68984,600,0,0,11075,0,0,0,0,0),(35579,6198,1,1,1,18982,1,4347.27,-6111.74,122.877,4.52216,333,0,0,2384,1864,0,0,0,0),(35580,6198,1,1,1,18982,1,4388.9,-6219.31,96.4133,0.28224,333,10,0,2384,1864,1,0,0,0),(35581,6198,1,1,1,18983,1,4447.19,-6083.57,97.3807,5.77036,333,10,0,2384,1864,1,0,0,0),(35582,6198,1,1,1,18982,1,4344.04,-6089.29,118.837,1.77617,333,5,0,2384,1864,1,0,0,0),(35583,6198,1,1,1,18983,1,4330.24,-6124.74,127.161,5.53269,333,0,0,2384,1864,0,0,0,0),(35584,6198,1,1,1,18982,1,4447.22,-6215.66,98.83,4.36149,333,10,0,2384,1864,1,0,0,0),(35585,6198,1,1,1,18982,1,4393.23,-6152.6,124.352,1.44046,333,5,0,2384,1864,1,0,0,0),(35586,6198,1,1,1,18982,1,4288,-6230.4,108.677,2.77622,333,0,0,2384,1864,0,0,0,0),(35587,6199,1,1,1,18981,1,4456.79,-6113.3,92.1796,4.37403,333,10,0,2158,4650,1,0,0,0),(35588,6199,1,1,1,18981,1,4375.72,-6278.77,95.1406,2.5869,333,0,0,2158,4650,0,0,0,0),(35589,6199,1,1,1,18980,1,4480.45,-6148.88,95.881,1.70208,333,10,0,2158,4650,1,0,0,0),(35590,6199,1,1,1,18981,1,4451.83,-6187.2,93.7812,2.83414,333,5,0,2158,4650,1,0,0,0),(35591,6199,1,1,1,18981,1,4428.37,-6112.3,94.4389,6.15652,333,3,0,2158,4650,1,0,0,0),(35592,6199,1,1,1,18981,1,4334.82,-6127.65,126.597,2.72271,333,0,0,2158,4650,0,0,0,0),(35593,8759,1,1,1,8013,0,3605.93,-4212.33,97.4197,2.14831,333,10,0,2310,0,1,0,0,0),(35594,8759,1,1,1,8013,0,3026.26,-4326.69,97.7136,1.12373,333,5,0,2310,0,1,0,0,0),(35595,8759,1,1,1,8013,0,3355.24,-4231.83,110.386,5.6432,333,10,0,2310,0,1,0,0,0),(35596,8759,1,1,1,8013,0,3395.21,-4366.55,116.677,1.45734,333,5,0,2310,0,1,0,0,0),(35597,8759,1,1,1,8013,0,3553.53,-4087.59,103.575,5.43899,333,10,0,2310,0,1,0,0,0),(35598,6199,1,1,1,18981,1,4366.2,-6136.52,123.846,3.56047,333,0,0,2158,4650,0,0,0,0),(35599,6199,1,1,1,18981,1,4322.85,-6096.33,123.948,3.2433,333,3,0,2158,4650,1,0,0,0),(35600,6199,1,1,1,18981,1,4357.11,-6278.42,96.0323,5.88518,333,3,0,2158,4650,1,0,0,0),(35601,6199,1,1,1,18981,1,4378.69,-6250.9,95.7512,4.7822,333,0,0,2158,4650,0,0,0,0),(35602,6199,1,1,1,18980,1,4411.59,-6220.24,95.882,3.05176,333,10,0,2158,4650,1,0,0,0),(35603,6199,1,1,1,18981,1,4312.54,-6214.07,108.803,3.81598,333,0,0,2158,4650,2,0,0,0),(35604,8759,1,1,1,8013,0,3446.03,-4444.12,135.18,4.78662,333,5,0,2310,0,1,0,0,0),(35605,8759,1,1,1,8013,0,3263,-4437.69,101.771,4.86533,333,10,0,2310,0,1,0,0,0),(35606,6199,1,1,1,18980,1,4378.73,-6090.06,110.188,2.27328,333,0,0,2158,4650,2,0,0,0),(35607,6199,1,1,1,18980,1,4312.64,-6162.54,132.412,1.57216,333,3,0,2158,4650,1,0,0,0),(35608,6199,1,1,1,18981,1,4419.36,-6154.57,124.727,5.63059,333,5,0,2158,4650,1,0,0,0),(35609,6199,1,1,1,18980,1,4327.08,-6149.07,130.662,0.159485,333,3,0,2158,4650,1,0,0,0),(35610,6199,1,1,1,18980,1,4356.43,-6258.9,97.1714,5.29659,333,5,0,2158,4650,1,0,0,0),(35611,6199,1,1,1,18981,1,4408.91,-6080.76,101.88,4.122,333,0,0,2158,4650,2,0,0,0),(35612,8759,1,1,1,8013,0,3500.64,-4412.04,119.45,5.05266,333,5,0,2310,0,1,0,0,0),(35613,8759,1,1,1,8013,0,3682.58,-4325.08,102.139,2.74752,333,10,0,2310,0,1,0,0,0),(35614,8759,1,1,1,8013,0,3405.8,-4414.42,107.552,4.87432,333,5,0,2310,0,1,0,0,0),(35615,8759,1,1,1,8013,0,3090.37,-4266.72,97.5689,1.62261,333,10,0,2310,0,1,0,0,0),(35616,8759,1,1,1,8013,0,3138.86,-4311.28,101.413,2.83003,333,10,0,2310,0,1,0,0,0),(35617,8759,1,1,1,8013,0,3172.98,-4397.63,103.24,1.0265,333,0,0,2310,0,2,0,0,0),(35618,8759,1,1,1,8013,0,3221.95,-4418.61,101.107,0.073953,333,10,0,2310,0,1,0,0,0),(35619,8759,1,1,1,8013,0,3064,-4250.69,96.8779,3.39306,333,10,0,2310,0,1,0,0,0),(35620,8759,1,1,1,8013,0,3475.24,-4381.57,120.019,0.035176,333,10,0,2310,0,1,0,0,0),(35621,8759,1,1,1,8013,0,3759.65,-4442.64,143.911,5.99416,333,5,0,2310,0,1,0,0,0),(35622,8759,1,1,1,8013,0,2795.14,-3919.09,102.1,2.80317,333,5,0,2310,0,1,0,0,0),(35623,8759,1,1,1,8013,0,3252.36,-4418.83,101.739,5.91573,333,0,0,2310,0,2,0,0,0),(35624,8759,1,1,1,8013,0,3620.79,-4279.16,103.696,1.53761,333,10,0,2310,0,1,0,0,0),(35625,8759,1,1,1,8013,0,3509.61,-4317.86,121.862,0.070334,333,5,0,2310,0,1,0,0,0),(35626,8759,1,1,1,8013,0,3507.65,-4222.8,97.0523,4.16477,333,0,0,2310,0,2,0,0,0),(35627,8759,1,1,1,8013,0,2992.08,-4338.04,104.926,2.41771,333,2,0,2310,0,1,0,0,0),(35628,8759,1,1,1,8013,0,3520.27,-4348.97,125.96,2.18084,333,10,0,2310,0,1,0,0,0),(35629,8759,1,1,1,8013,0,3430.52,-4317.37,104.181,3.79552,333,5,0,2310,0,1,0,0,0),(35630,8759,1,1,1,8013,0,3322.31,-4182.61,108.624,2.88099,333,5,0,2310,0,1,0,0,0),(35631,8759,1,1,1,8013,0,3378.06,-4421.35,102.1,5.84394,333,5,0,2310,0,1,0,0,0),(35632,8759,1,1,1,8013,0,2944.72,-4277.43,106.372,2.4461,333,5,0,2310,0,1,0,0,0),(35633,8759,1,1,1,8013,0,3554.71,-4210.81,105.055,3.59475,333,10,0,2310,0,1,0,0,0),(35634,6200,1,1,1,2878,0,4784.38,-6621.88,112.6,0.290729,333,5,0,2384,1864,1,0,0,0),(35635,6200,1,1,1,2878,0,4748.1,-6615.15,114.199,4.29546,333,5,0,2384,1864,1,0,0,0),(35636,6200,1,1,1,2878,0,4518.61,-6322.1,118.789,5.31286,333,5,0,2384,1864,1,0,0,0),(35637,8760,1,1,1,2161,0,2784.61,-4308.36,97.5012,0.944013,333,10,0,2672,0,1,0,0,0),(35638,8760,1,1,1,2161,0,2565.31,-3973.61,128.026,2.2225,333,5,0,2672,0,1,0,0,0),(35639,6200,1,1,1,2878,0,4489.59,-6391.58,125.936,5.28568,333,5,0,2384,1864,1,0,0,0),(35640,6200,1,1,1,2878,0,4476.75,-6352.65,122.061,3.63807,333,5,0,2384,1864,1,0,0,0),(35641,6200,1,1,1,2878,0,4754.88,-6584.63,105.079,1.49754,333,5,0,2384,1864,1,0,0,0),(35642,8760,1,1,1,2161,0,2670.68,-4992.12,126.991,1.94403,333,5,0,2672,0,1,0,0,0),(35643,8760,1,1,1,2161,0,2586.39,-4588.8,137.03,5.87983,333,5,0,2672,0,1,0,0,0),(35644,8760,1,1,1,2161,0,2597.06,-5002.29,120.498,2.06267,333,5,0,2672,0,1,0,0,0),(35645,6200,1,1,1,2878,0,4676.2,-6642.27,117.854,3.12757,333,10,0,2384,1864,1,0,0,0),(35646,6200,1,1,1,2878,0,4435.42,-6414.58,126.658,0.525167,333,5,0,2384,1864,1,0,0,0),(35647,6200,1,1,1,2878,0,4813.7,-6620.57,97.339,0.074137,333,10,0,2384,1864,1,0,0,0),(35648,6200,1,1,1,2878,0,4518.27,-6452.42,112.695,4.70473,333,5,0,2384,1864,1,0,0,0),(35649,6200,1,1,1,2878,0,4743.43,-6684.68,109.832,6.13689,333,10,0,2384,1864,1,0,0,0),(35650,6200,1,1,1,2878,0,4543.87,-6410.45,118.125,2.37279,333,5,0,2384,1864,1,0,0,0),(35651,6200,1,1,1,2878,0,4512.85,-6413.11,123.549,2.89798,333,5,0,2384,1864,1,0,0,0),(35652,6200,1,1,1,2878,0,4724.6,-5884.66,112.135,-0.214796,333,0,0,2384,1864,0,0,0,0),(35653,6200,1,1,1,2878,0,4710.88,-5917.46,108.198,0.521859,333,10,0,2384,1864,1,0,0,0),(35654,6200,1,1,1,2878,0,4698.57,-5937.83,108.564,0.809714,333,10,0,2384,1864,1,0,0,0),(35655,6201,1,1,1,6743,1,4479.79,-6460.45,127.018,4.43362,333,5,0,2980,0,1,0,0,0),(35656,6201,1,1,1,6743,1,4772.61,-6644.58,111.793,1.32073,333,5,0,2980,0,1,0,0,0),(35657,6201,1,1,1,6743,1,4770.17,-6618.18,111.85,4.29353,333,5,0,2980,0,1,0,0,0),(35658,8761,1,1,1,10957,0,4791.18,-6487.9,108.856,5.62308,333,3,0,3082,0,1,0,0,0),(35659,8761,1,1,1,10957,0,4454.07,-5746.29,103.096,1.14385,333,5,0,3082,0,1,0,0,0),(35660,8761,1,1,1,10957,0,4617.65,-6198.21,101.428,4.58934,333,10,0,3082,0,1,0,0,0),(35661,8761,1,1,1,10957,0,4474.64,-5850.01,104.85,2.95685,333,5,0,3082,0,1,0,0,0),(35662,8761,1,1,1,10957,0,4529.8,-6120.75,99.2614,0.69061,333,10,0,3082,0,1,0,0,0),(35663,8761,1,1,1,10957,0,4225.17,-5919.21,97.5427,6.24801,333,10,0,3082,0,1,0,0,0),(35664,8761,1,1,1,10957,0,4486.56,-7247.32,99.2792,1.10628,333,5,0,3082,0,1,0,0,0),(35665,8761,1,1,1,10957,0,2558.89,-6247.6,106.326,0.220576,333,10,0,3082,0,1,0,0,0),(35666,8761,1,1,1,10957,0,2951.42,-5170.24,124.468,0.455568,333,0,0,3082,0,2,0,0,0),(35667,8761,1,1,1,10957,0,2418.99,-6178.51,100.612,1.52624,333,5,0,3082,0,1,0,0,0),(35668,8761,1,1,1,10957,0,2744.04,-6243.05,102.125,1.6903,333,3,0,3082,0,1,0,0,0),(35669,8761,1,1,1,10957,0,2522.16,-5615.56,118.884,5.6475,333,10,0,3082,0,1,0,0,0),(35670,8761,1,1,1,10957,0,3076.4,-5150.65,136.747,2.90894,333,10,0,3082,0,1,0,0,0),(35671,8761,1,1,1,10957,0,3113.39,-5059.71,141.451,4.6312,333,10,0,3082,0,1,0,0,0),(35672,6201,1,1,1,6743,1,4711.5,-6613.27,117.47,0.183163,333,10,0,2980,0,1,0,0,0),(35673,6201,1,1,1,6743,1,4514.29,-6352.76,125.639,3.79085,333,5,0,2980,0,1,0,0,0),(35674,6201,1,1,1,6743,1,4497.49,-6392.61,126.811,5.36053,333,5,0,2980,0,1,0,0,0),(35675,6201,1,1,1,6743,1,4640.81,-5905.74,132.102,2.66571,333,0,0,2980,0,0,0,0,0),(35676,8761,1,1,1,10957,0,4769.25,-6078.89,93.1542,2.87592,333,10,0,3082,0,1,0,0,0),(35677,8761,1,1,1,10957,0,4305.52,-5828.38,98.2134,5.08259,333,10,0,3082,0,1,0,0,0),(35678,8761,1,1,1,10957,0,4296.39,-5957.95,97.5894,0.080141,333,10,0,3082,0,1,0,0,0),(35679,8761,1,1,1,10957,0,4521.54,-6544.15,95.135,0.912065,333,5,0,3082,0,1,0,0,0),(35680,8761,1,1,1,10957,0,4713.57,-7392.45,72.6127,4.52093,333,10,0,3082,0,1,0,0,0),(35681,8761,1,1,1,10957,0,4459.74,-7233.65,97.7616,5.24226,333,10,0,3082,0,1,0,0,0),(35682,8761,1,1,1,10957,0,4383.1,-7144.98,119.559,1.23811,333,10,0,3082,0,1,0,0,0),(35683,8761,1,1,1,10957,0,3117.7,-5109.28,134.026,1.8153,333,10,0,3082,0,1,0,0,0),(35684,8761,1,1,1,10957,0,3010.38,-5214.1,132.045,2.81119,333,10,0,3082,0,1,0,0,0),(35685,8761,1,1,1,10957,0,2488.6,-5650.22,106.397,5.80162,333,5,0,3082,0,1,0,0,0),(35686,8761,1,1,1,10957,0,2679.04,-6043.27,103.645,1.76226,333,5,0,3082,0,1,0,0,0),(35687,8761,1,1,1,10957,0,2943.65,-5422.13,122.866,4.76211,333,10,0,3082,0,1,0,0,0),(35688,8761,1,1,1,10957,0,2420.06,-6117.69,104.12,0.096537,333,10,0,3082,0,1,0,0,0),(35689,6201,1,1,1,6743,1,4495.39,-6356.19,125.061,5.45249,333,5,0,2980,0,1,0,0,0),(35690,6201,1,1,1,6743,1,4447.4,-6376.73,119.831,2.1382,333,5,0,2980,0,1,0,0,0),(35691,8761,1,1,1,10957,0,4723.3,-6414.57,105.75,0.483296,333,5,0,3082,0,1,0,0,0),(35692,8761,1,1,1,10957,0,4350.96,-6852.76,94.9397,5.334,333,5,0,3082,0,1,0,0,0),(35693,8761,1,1,1,10957,0,4215.63,-6987.27,92.1723,3.3342,333,3,0,3082,0,1,0,0,0),(35694,8761,1,1,1,10957,0,4414.97,-6645.99,99.6549,2.66048,333,5,0,3082,0,1,0,0,0),(35695,8761,1,1,1,10957,0,2618.57,-5856.9,93.1245,4.85056,333,10,0,3082,0,1,0,0,0),(35696,8761,1,1,1,10957,0,2548.3,-5590.31,111.43,4.25747,333,10,0,3082,0,1,0,0,0),(35697,8761,1,1,1,10957,0,2611.74,-5583.4,109.891,3.16112,333,5,0,3082,0,1,0,0,0),(35698,8761,1,1,1,10957,0,2783.66,-5779.14,105.089,1.32629,333,10,0,3082,0,1,0,0,0),(35699,8761,1,1,1,10957,0,2622.08,-6319.06,94.9479,0.072351,333,10,0,3082,0,1,0,0,0),(35700,8761,1,1,1,10957,0,2976.25,-5335.87,135.083,4.90481,333,10,0,3082,0,1,0,0,0),(35701,8761,1,1,1,10957,0,2617.06,-6052.58,101.314,3.32211,333,10,0,3082,0,1,0,0,0),(35702,6201,1,1,1,6743,1,4686.76,-6661.94,120.979,0.354964,333,10,0,2980,0,1,0,0,0),(35703,6201,1,1,1,6743,1,4821.28,-6655.09,95.192,5.11431,333,10,0,2980,0,1,0,0,0),(35704,8761,1,1,1,10957,0,4613.71,-6147.71,102.029,4.57125,333,10,0,3082,0,1,0,0,0),(35705,8761,1,1,1,10957,0,4518.1,-5954.35,107.493,4.63607,333,5,0,3082,0,1,0,0,0),(35706,8761,1,1,1,10957,0,4448.35,-5686.47,104.448,3.42817,333,5,0,3082,0,1,0,0,0),(35707,8761,1,1,1,10957,0,4748.99,-6451.66,107.462,2.97869,333,10,0,3082,0,1,0,0,0),(35708,8761,1,1,1,10957,0,4644.79,-5735.94,104.984,0,333,5,0,3082,0,1,0,0,0),(35709,8761,1,1,1,10957,0,4420.66,-7386.04,77.2064,6.02233,333,10,0,3082,0,1,0,0,0),(35710,8761,1,1,1,10957,0,4285.98,-6975.06,116.707,1.65686,333,10,0,3082,0,1,0,0,0),(35711,8761,1,1,1,10957,0,4545.48,-6647.79,99.084,2.38979,333,5,0,3082,0,1,0,0,0),(35712,8761,1,1,1,10957,0,4591.56,-6981.39,95.9116,4.53857,333,10,0,3082,0,1,0,0,0),(35713,8761,1,1,1,10957,0,2917.11,-5318.99,124.462,2.3179,333,10,0,3082,0,1,0,0,0),(35714,8761,1,1,1,10957,0,2482.57,-6045.98,101.312,2.09212,333,3,0,3082,0,1,0,0,0),(35715,8761,1,1,1,10957,0,2613.43,-5717.11,113.396,3.94166,333,5,0,3082,0,1,0,0,0),(35716,8761,1,1,1,10957,0,2784.22,-5851.81,90.0999,5.5803,333,5,0,3082,0,1,0,0,0),(35717,8761,1,1,1,10957,0,2998.09,-5133.25,127.736,3.95737,333,3,0,3082,0,1,0,0,0),(35718,8761,1,1,1,10957,0,2583.33,-5553.51,109.819,4.89618,333,10,0,3082,0,1,0,0,0),(35719,8761,1,1,1,10957,0,2815.37,-5713.84,125.817,2.33134,333,10,0,3082,0,1,0,0,0),(35720,8761,1,1,1,10957,0,2933.15,-5190.11,125.189,0.159969,333,10,0,3082,0,1,0,0,0),(35721,6201,1,1,1,6743,1,4550.03,-6382.39,123.99,2.22201,333,5,0,2980,0,1,0,0,0),(35722,6201,1,1,1,6743,1,4776.22,-6636.32,111.793,2.81892,333,5,0,2980,0,1,0,0,0),(35723,6201,1,1,1,6743,1,4745.16,-6651.89,114.397,3.09666,333,5,0,2980,0,1,0,0,0),(35724,8761,1,1,1,10957,0,4751.04,-6514.99,100.281,2.93109,333,10,0,3082,0,1,0,0,0),(35725,8761,1,1,1,10957,0,4756.91,-6241.36,119.322,0.853803,333,5,0,3082,0,1,0,0,0),(35726,8761,1,1,1,10957,0,4423.95,-5780.82,105.16,0.720707,333,5,0,3082,0,1,0,0,0),(35727,8761,1,1,1,10957,0,4313.15,-5974.75,98.1037,2.82665,333,10,0,3082,0,1,0,0,0),(35728,8761,1,1,1,10957,0,4855.21,-5929.96,97.1978,1.28155,333,10,0,3082,0,1,0,0,0),(35729,8761,1,1,1,10957,0,4498.73,-5762.21,102.397,0.604248,333,5,0,3082,0,1,0,0,0),(35730,8761,1,1,1,10957,0,4718.69,-6143.25,99.7125,1.45944,333,10,0,3082,0,1,0,0,0),(35731,8761,1,1,1,10957,0,4580.88,-6552.31,102.762,3.30362,333,5,0,3082,0,1,0,0,0),(35732,8761,1,1,1,10957,0,4525.33,-7485.52,73.6466,6.26952,333,5,0,3082,0,1,0,0,0),(35733,8761,1,1,1,10957,0,2746.79,-6178.56,101.688,1.70336,333,5,0,3082,0,1,0,0,0),(35734,8761,1,1,1,10957,0,2753.02,-5911.53,100.94,0.865321,333,10,0,3082,0,1,0,0,0),(35735,8761,1,1,1,10957,0,3005.25,-5327.89,140.629,4.74461,333,3,0,3082,0,1,0,0,0),(35736,8761,1,1,1,10957,0,2678.77,-5504.78,107.517,1.39601,333,5,0,3082,0,1,0,0,0),(35737,8761,1,1,1,10957,0,2438.8,-5688.79,112.639,3.34958,333,3,0,3082,0,1,0,0,0),(35738,8761,1,1,1,10957,0,2684.24,-5863.2,95.0624,4.80526,333,10,0,3082,0,1,0,0,0),(35739,8761,1,1,1,10957,0,4699.83,-6076.46,102.683,1.18322,333,5,0,3082,0,1,0,0,0),(35740,8761,1,1,1,10957,0,4811.49,-6380.28,108.968,2.92504,333,10,0,3082,0,1,0,0,0),(35741,8761,1,1,1,10957,0,4402.88,-5865.99,98.7401,4.38199,333,5,0,3082,0,1,0,0,0),(35742,8761,1,1,1,10957,0,4390.81,-6851.86,102.654,3.13623,333,0,0,3082,0,0,0,0,0),(35743,8761,1,1,1,10957,0,4826.41,-6746.34,95.3469,3.76864,333,10,0,3082,0,1,0,0,0),(35744,8761,1,1,1,10957,0,2676.84,-5992.79,97.1266,4.25191,333,5,0,3082,0,1,0,0,0),(35745,8761,1,1,1,10957,0,2549.55,-5847.06,97.6008,1.8586,333,10,0,3082,0,1,0,0,0),(35746,8761,1,1,1,10957,0,2548.47,-5972.75,100.03,1.80443,333,10,0,3082,0,1,0,0,0),(35747,8761,1,1,1,10957,0,2491.78,-5783.23,99.8686,6.17373,333,10,0,3082,0,1,0,0,0),(35748,8761,1,1,1,10957,0,3022.76,-5075.2,139.933,1.01098,333,3,0,3082,0,1,0,0,0),(35749,8761,1,1,1,10957,0,2558.13,-6051,100.869,6.04905,333,5,0,3082,0,1,0,0,0),(35750,8761,1,1,1,10957,0,4643.48,-6412.89,111.261,3.01433,333,5,0,3082,0,1,0,0,0),(35751,8761,1,1,1,10957,0,4878.7,-6384.99,113.635,4.03567,333,5,0,3082,0,1,0,0,0),(35752,8761,1,1,1,10957,0,4447.33,-5824.69,107.317,4.36437,333,5,0,3082,0,1,0,0,0),(35753,8761,1,1,1,10957,0,4481.19,-7315.82,93.5033,2.88705,333,10,0,3082,0,1,0,0,0),(35754,8761,1,1,1,10957,0,4579.11,-7113.99,96.359,3.21175,333,10,0,3082,0,1,0,0,0),(35755,8761,1,1,1,10957,0,4451.71,-6743.29,93.2445,1.64308,333,10,0,3082,0,1,0,0,0),(35756,8761,1,1,1,10957,0,2809.48,-5645.05,122.767,2.21182,333,10,0,3082,0,1,0,0,0),(35757,8761,1,1,1,10957,0,2640.82,-5553.15,102.826,3.60725,333,10,0,3082,0,1,0,0,0),(35758,8761,1,1,1,10957,0,2473.55,-6180.84,100.35,2.82591,333,5,0,3082,0,1,0,0,0),(35759,8761,1,1,1,10957,0,2747.28,-5585.22,125.524,3.49879,333,10,0,3082,0,1,0,0,0),(35760,8761,1,1,1,10957,0,2685.18,-6247.72,90.1994,1.26061,333,3,0,3082,0,1,0,0,0),(35761,8761,1,1,1,10957,0,2620.64,-5904.98,97.7599,1.58544,333,5,0,3082,0,1,0,0,0),(35762,8761,1,1,1,10957,0,2551.05,-5713.35,99.471,1.8595,333,5,0,3082,0,1,0,0,0),(35763,8761,1,1,1,10957,0,2678.8,-5645.7,131.427,2.73765,333,5,0,3082,0,1,0,0,0),(35764,8761,1,1,1,10957,0,4144.93,-5919.24,100.68,2.01936,333,10,0,3082,0,1,0,0,0),(35765,8761,1,1,1,10957,0,4318.18,-6877.79,95.6833,1.54541,333,10,0,3082,0,1,0,0,0),(35766,8761,1,1,1,10957,0,2490.94,-6114.32,100.415,0.338432,333,10,0,3082,0,1,0,0,0),(35767,8761,1,1,1,10957,0,2542.69,-5650.64,106.219,3.20715,333,5,0,3082,0,1,0,0,0),(35768,8761,1,1,1,10957,0,2675.05,-6187.33,92.3105,3.88524,333,10,0,3082,0,1,0,0,0),(35769,8761,1,1,1,10957,0,2908.98,-5283.49,129.894,2.79699,333,10,0,3082,0,1,0,0,0),(35770,8761,1,1,1,10957,0,2625.45,-6247.33,89.5599,0.208191,333,5,0,3082,0,1,0,0,0),(35771,8761,1,1,1,10957,0,2676.78,-5778.59,104.578,2.42559,333,5,0,3082,0,1,0,0,0),(35772,8761,1,1,1,10957,0,4684.12,-6244.53,112.941,1.3173,333,10,0,3082,0,1,0,0,0),(35773,8761,1,1,1,10957,0,4275.13,-5862.76,95.885,0.078195,333,3,0,3082,0,1,0,0,0),(35774,8761,1,1,1,10957,0,4354.1,-5949.22,101.946,3.19775,333,10,0,3082,0,1,0,0,0),(35775,8761,1,1,1,10957,0,2919.49,-5464.73,139.179,0.559841,333,5,0,3082,0,1,0,0,0),(35776,8761,1,1,1,10957,0,2611.27,-5790.82,100.378,3.88651,333,5,0,3082,0,1,0,0,0),(35777,8761,1,1,1,10957,0,2490.81,-6250.83,102.15,5.70493,333,5,0,3082,0,1,0,0,0),(35778,8761,1,1,1,10957,0,2549.77,-5783.84,103.389,2.74017,333,10,0,3082,0,1,0,0,0),(35779,8761,1,1,1,10957,0,4495.33,-5894.79,101.424,3.4222,333,5,0,3082,0,1,0,0,0),(35780,8761,1,1,1,10957,0,4781.72,-6152.65,93.3171,2.74896,333,10,0,3082,0,1,0,0,0),(35781,8761,1,1,1,10957,0,4834.11,-5995.96,96.1885,4.62761,333,5,0,3082,0,1,0,0,0),(35782,8761,1,1,1,10957,0,4454.57,-5949.73,102.962,0.143141,333,5,0,3082,0,1,0,0,0),(35783,8761,1,1,1,10957,0,2610.55,-5985.8,103.032,3.70362,333,5,0,3082,0,1,0,0,0),(35784,8761,1,1,1,10957,0,3084.75,-5091.39,135.774,5.02088,333,10,0,3082,0,1,0,0,0),(35785,8761,1,1,1,10957,0,2347.37,-6181.62,112.265,2.19837,333,5,0,3082,0,1,0,0,0),(35786,8761,1,1,1,10957,0,2549.56,-5911.78,95.2124,1.69607,333,10,0,3082,0,1,0,0,0),(35787,8761,1,1,1,10957,0,2852.79,-5348.8,126.041,6.14999,333,10,0,3082,0,1,0,0,0),(35788,8761,1,1,1,10957,0,2481.02,-5984.52,98.7082,3.53596,333,3,0,3082,0,1,0,0,0),(35789,8761,1,1,1,10957,0,4713.22,-5618.98,114.516,6.23442,333,3,0,3082,0,1,0,0,0),(35790,6201,1,1,1,6743,1,4696.39,-5916.74,108.81,2.52649,333,10,0,2980,0,1,0,0,0),(35791,6201,1,1,1,6743,1,4745.59,-5852.48,110.098,2.10492,333,10,0,2980,0,1,0,0,0),(35792,6201,1,1,1,6743,1,4652.28,-5918.06,116.852,1.08689,333,0,0,2980,0,0,0,0,0),(35793,8761,1,1,1,10957,0,2547.78,-6320.15,104.654,3.59651,333,10,0,3082,0,1,0,0,0),(35794,6202,1,1,1,11338,1,4527.6,-6369.74,128.607,3.19607,333,5,0,2158,4650,1,0,0,0),(35795,6202,1,1,1,11338,1,4717.75,-6676.46,117.367,1.8627,333,10,0,2158,4650,1,0,0,0),(35796,6202,1,1,1,11338,1,4550.63,-6453.3,113.013,5.29277,333,5,0,2158,4650,1,0,0,0),(35797,8762,1,1,1,8014,0,3951.05,-5229.38,116.899,1.7428,333,3,0,2488,0,1,0,0,0),(35798,8762,1,1,1,8014,0,4079.17,-5241,108.111,2.28549,333,10,0,2488,0,1,0,0,0),(35799,8762,1,1,1,8014,0,3963.49,-5153.92,119.284,2.9689,333,10,0,2488,0,1,0,0,0),(35800,8762,1,1,1,8014,0,4207.83,-5661.64,127.604,4.02789,333,5,0,2488,0,1,0,0,0),(35801,8762,1,1,1,8014,0,4005.83,-5184.47,112.513,3.17872,333,10,0,2488,0,1,0,0,0),(35802,6202,1,1,1,11338,1,4715.93,-6645.54,120.168,0.639448,333,10,0,2158,4650,1,0,0,0),(35803,6202,1,1,1,11338,1,4790.06,-6684.99,95.6006,6.03186,333,10,0,2158,4650,1,0,0,0),(35804,6202,1,1,1,11338,1,4466.11,-6426.49,137.702,5.35714,333,5,0,2158,4650,1,0,0,0),(35805,8762,1,1,1,8014,0,3711.52,-4542.57,142.02,4.12791,333,5,0,2488,0,1,0,0,0),(35806,8762,1,1,1,8014,0,4134.82,-5344.52,110.259,6.11242,333,10,0,2488,0,1,0,0,0),(35807,8762,1,1,1,8014,0,4193.59,-5325.59,115.876,3.15497,333,10,0,2488,0,1,0,0,0),(35808,8762,1,1,1,8014,0,4127.65,-5563.73,99.2965,3.61616,333,10,0,2488,0,1,0,0,0),(35809,8762,1,1,1,8014,0,3707.13,-4817.47,128.641,4.49764,333,3,0,2488,0,1,0,0,0),(35810,6202,1,1,1,11338,1,4680.16,-5816.06,115.024,6.24724,333,5,0,2158,4650,1,0,0,0),(35811,6202,1,1,1,11338,1,4786.65,-6586.37,100.253,2.56937,333,10,0,2158,4650,1,0,0,0),(35812,6202,1,1,1,11338,1,4452.12,-6439.36,138.219,1.3783,333,5,0,2158,4650,1,0,0,0),(35813,8762,1,1,1,8014,0,3793.33,-4782.31,166.478,3.12597,333,5,0,2488,0,1,0,0,0),(35814,8762,1,1,1,8014,0,3679.39,-4835.75,121.408,4.59154,333,5,0,2488,0,1,0,0,0),(35815,8762,1,1,1,8014,0,3921.09,-5151.4,124.015,5.88812,333,10,0,2488,0,1,0,0,0),(35816,6202,1,1,1,11338,1,4550.49,-6356.08,125.388,4.57326,333,5,0,2158,4650,1,0,0,0),(35817,6202,1,1,1,11338,1,4750.67,-5879.33,108.915,4.20557,333,5,0,2158,4650,1,0,0,0),(35818,8762,1,1,1,8014,0,4363.94,-5373.21,126.949,4.36779,333,10,0,2488,0,1,0,0,0),(35819,8762,1,1,1,8014,0,3697.74,-4916.33,128.255,2.77814,333,10,0,2488,0,1,0,0,0),(35820,8762,1,1,1,8014,0,3656.95,-4513.39,116.995,6.2034,333,5,0,2488,0,1,0,0,0),(35821,8762,1,1,1,8014,0,3692.9,-4898.2,123.599,5.12189,333,10,0,2488,0,1,0,0,0),(35822,8762,1,1,1,8014,0,3896.17,-5365.9,137.962,4.10668,333,5,0,2488,0,1,0,0,0),(35823,8762,1,1,1,8014,0,4012.79,-5320.7,114.322,3.90004,333,3,0,2488,0,1,0,0,0),(35824,6202,1,1,1,11338,1,4722.71,-6754.77,121.114,3.92699,333,3,0,2158,4650,1,0,0,0),(35825,6202,1,1,1,11338,1,4744.17,-6726.73,106.288,1.35484,333,3,0,2158,4650,1,0,0,0),(35826,8762,1,1,1,8014,0,3658.01,-4883.7,125.113,4.17799,333,10,0,2488,0,1,0,0,0),(35827,8762,1,1,1,8014,0,4285.73,-5615.47,124.783,0.305389,333,5,0,2488,0,1,0,0,0),(35828,8762,1,1,1,8014,0,3719.89,-4577.79,130.47,3.08809,333,5,0,2488,0,1,0,0,0),(35829,8762,1,1,1,8014,0,3685.79,-4836.36,122.623,2.38358,333,5,0,2488,0,1,0,0,0),(35830,8762,1,1,1,8014,0,3682.94,-4539.97,122.664,4.11654,333,5,0,2488,0,1,0,0,0),(35831,6202,1,1,1,11338,1,4763.09,-5925.16,98.6818,2.89491,333,10,0,2158,4650,1,0,0,0),(35832,6202,1,1,1,11338,1,4719.27,-5850.23,110.559,2.58309,333,0,0,2158,4650,0,0,0,0),(35833,8763,1,1,1,12682,0,2576.61,-4908.51,138.077,5.2631,333,10,0,2138,1750,1,0,0,0),(35834,8763,1,1,1,12682,0,2612.32,-4547.19,133.558,2.5167,333,0,0,2138,1750,0,0,0,0),(35835,8763,1,1,1,12682,0,2564.02,-5075.54,119.368,3.42257,333,10,0,2138,1750,1,0,0,0),(35836,8763,1,1,1,12682,0,2655.87,-4293.09,118.522,3.0771,333,10,0,2138,1750,1,0,0,0),(35837,8763,1,1,1,12682,0,3021.06,-5150.6,133.587,0.2491,333,10,0,2138,1750,1,0,0,0),(35838,8763,1,1,1,12682,0,2616.95,-4762.77,144.252,3.71334,333,10,0,2138,1750,1,0,0,0),(35839,8763,1,1,1,12682,0,2524.71,-5133.83,115.95,4.92512,333,10,0,2138,1750,1,0,0,0),(35840,8764,1,1,1,4269,0,4460.91,-6545.76,107.631,0.640571,333,5,0,2466,1923,1,0,0,0),(35841,8764,1,1,1,4269,0,4772.06,-7450.5,88.9134,3.10056,333,10,0,2466,1923,1,0,0,0),(35842,8764,1,1,1,4269,0,4427.09,-7245.29,97.3536,0.521326,333,10,0,2466,1923,1,0,0,0),(35843,8764,1,1,1,4269,0,4378.97,-7007.69,122.943,4.61155,333,10,0,2466,1923,1,0,0,0),(35844,8764,1,1,1,4269,0,4532.97,-6757.64,127.769,5.69247,333,3,0,2466,1923,1,0,0,0),(35845,8764,1,1,1,4269,0,4773.63,-7049.6,97.7908,3.20413,333,5,0,2466,1923,1,0,0,0),(35846,8764,1,1,1,4269,0,4396.01,-7203.52,110.628,0.715817,333,10,0,2466,1923,1,0,0,0),(35847,8764,1,1,1,4269,0,4585.15,-6609.02,98.2412,5.59304,333,5,0,2466,1923,1,0,0,0),(35848,8764,1,1,1,4269,0,4212.65,-7055.96,103.657,4.69526,333,0,0,2466,1923,2,0,0,0),(35849,8764,1,1,1,4269,0,4437.73,-6882.73,122.21,3.18848,333,5,0,2466,1923,1,0,0,0),(35850,8766,1,1,1,1306,0,4477.79,-6645.03,98.316,2.1325,333,5,0,3082,0,1,0,0,0),(35851,8766,1,1,1,1306,0,4287.45,-6855.17,94.9983,5.98415,333,3,0,3082,0,1,0,0,0),(35852,8766,1,1,1,1306,0,4421.17,-6783.83,96.9316,0.154876,333,10,0,3082,0,1,0,0,0),(35853,8766,1,1,1,1306,0,3047.04,-5110.84,132.272,1.97535,333,5,0,3082,0,1,0,0,0),(35854,8766,1,1,1,1306,0,4911.64,-7066.33,95.8758,0.382735,333,5,0,3082,0,1,0,0,0),(35855,8766,1,1,1,1306,0,2936.21,-5531.23,149.817,5.62452,333,5,0,3082,0,1,0,0,0),(35856,8766,1,1,1,1306,0,4345.18,-6914.16,99.9526,2.85631,333,10,0,3082,0,1,0,0,0),(35857,8766,1,1,1,1306,0,4345.43,-6712.21,96.2752,5.20659,333,3,0,3082,0,1,0,0,0),(35858,8766,1,1,1,1306,0,2980.55,-5395.35,136.173,4.85249,333,10,0,3082,0,1,0,0,0),(35859,8766,1,1,1,1306,0,4344.61,-7058.46,131.464,4.21908,333,10,0,3082,0,1,0,0,0),(35860,8766,1,1,1,1306,0,4481.29,-7172.04,102.208,4.74637,333,10,0,3082,0,1,0,0,0),(35861,8766,1,1,1,1306,0,4519.39,-6906.98,113.247,1.61081,333,10,0,3082,0,1,0,0,0),(35862,8766,1,1,1,1306,0,4513.72,-7354.64,89.8257,4.8319,333,10,0,3082,0,1,0,0,0),(35863,8766,1,1,1,1306,0,2930.8,-5242.71,128.514,0,333,3,0,3082,0,1,0,0,0),(35864,13896,1,1,1,7046,0,3740.01,-5943.91,-13.5142,2.58175,43200,0,0,8298,0,2,0,0,0),(35865,7783,1,1,1,6879,1,3098.16,-6361.3,8.19374,1.90241,333,0,0,4120,0,0,0,0,0),(35866,10361,1,1,1,9761,1,3614.14,-4403.95,114.468,3.54302,333,0,0,3082,0,0,0,0,0),(35867,15481,1,1,1,15473,0,2651.77,-6098.25,98.7651,1.72953,180,0,0,916025,0,0,0,0,0),(51799,11733,1,1,1,12154,0,-8273.11,541.472,-84.9831,2.85675,300,3,0,3849,0,1,0,0,0),(51798,11733,1,1,1,12154,0,-8221.74,340.17,-92.3752,5.53214,300,5,0,3849,0,1,0,0,0),(51797,11733,1,1,1,12154,0,-8287.45,398.209,-92.5784,6.06426,300,5,0,3849,0,1,0,0,0),(51796,11733,1,1,1,12154,0,-8083.94,356.977,-34.9322,0.457524,300,5,0,3849,0,1,0,0,0),(35872,8576,1,1,1,7871,1,3601.08,-4405.69,115.398,5.37561,333,0,0,2218,0,0,0,0,0),(35873,8586,1,1,1,7875,1,3614.83,-4419.53,112.151,2.87979,333,0,0,2218,0,0,0,0,0),(35874,8587,1,1,1,7876,1,3603.02,-4421.08,112.075,1.309,333,0,0,2672,0,0,0,0,0),(35875,12957,1,1,1,12915,1,2269.97,-5569.55,21.2302,3.9968,333,0,0,3398,0,0,0,0,0),(35876,8610,1,1,1,7904,1,3664.02,-4390.45,113.169,3.24631,600,0,0,10572,0,0,0,0,0),(35877,7864,1,1,1,146,0,3781.73,-5319.41,86.7338,5.91837,333,5,0,2576,0,1,0,0,0),(35878,7864,1,1,1,146,0,3293.54,-5246.09,84.552,0.921828,333,5,0,2576,0,1,0,0,0),(35879,7864,1,1,1,146,0,3640.04,-5274.13,91.0871,0.83101,333,5,0,2576,0,1,0,0,0),(35880,7864,1,1,1,146,0,3470.99,-5259.1,87.7445,5.7575,333,5,0,2576,0,1,0,0,0),(35881,7864,1,1,1,146,0,3719.67,-5118.49,93.6406,1.4721,333,5,0,2576,0,1,0,0,0),(35882,7864,1,1,1,146,0,3591.43,-5064.07,86.8957,2.85284,333,10,0,2576,0,1,0,0,0),(35883,11705,1,1,1,19825,0,3983.15,-4799.06,304.888,1.20428,333,0,0,3398,0,0,0,0,0),(35884,8378,1,1,1,7590,1,2375.46,-5965.83,10.1861,2.04204,333,0,0,1553,3801,0,0,0,0),(35885,7866,1,1,1,6917,1,3129.73,-5183.02,138.337,2.9147,333,0,0,2769,0,0,0,0,0),(35886,8379,1,1,1,7591,0,3971.69,-4783.48,295.969,0.347593,333,0,0,2884,5751,0,0,0,0),(35887,11707,1,1,1,19818,1,3984.45,-4799.17,304.888,1.74533,333,0,0,3997,0,0,0,0,0),(35888,8380,1,1,1,7592,1,2373.58,-5968.04,10.5334,1.67552,333,0,0,2769,0,0,0,0,0),(35889,11708,1,1,1,11670,1,3943.25,-4780.64,275.614,1.3439,333,0,0,2769,0,0,0,0,0),(35890,8381,1,1,1,7593,1,2371.18,-5968.04,10.3731,0.977384,333,0,0,1741,4031,0,0,0,0),(35891,8382,1,1,1,7594,1,2376.44,-5965.19,10.0051,3.10669,333,0,0,1919,1587,0,0,0,0),(35892,193,1,1,1,196,1,2758.97,-5279.88,114.726,5.68456,600,10,0,6645,0,1,0,0,0),(35893,193,1,1,1,196,1,2681.07,-5147.34,108.513,0.224029,600,3,0,6645,0,1,0,0,0),(35894,193,1,1,1,196,1,2777.86,-5147.42,104.971,0.274714,600,10,0,6645,0,1,0,0,0),(35895,193,1,1,1,196,1,2848.23,-5180.53,114.059,2.49809,600,10,0,6645,0,1,0,0,0),(35896,193,1,1,1,196,1,2877.47,-5120.67,119.557,3.15917,600,3,0,6645,0,1,0,0,0),(35897,193,1,1,1,196,1,2849.36,-5122.28,110.618,5.83264,600,3,0,6645,0,1,0,0,0),(35898,193,1,1,1,196,1,2817.79,-5121.1,111.589,6.24893,600,10,0,6645,0,1,0,0,0),(35899,8386,1,1,1,7608,1,2380.69,-5962.21,10.0771,2.43043,333,0,0,1981,0,0,0,0,0),(35900,8386,1,1,1,7595,1,2371.07,-5966.42,10.0684,0.069813,333,0,0,1981,0,0,0,0,0),(35901,8386,1,1,1,7607,1,2238.55,-5801.98,2.75612,5.34071,333,0,0,1981,0,0,0,0,0),(35902,8386,1,1,1,7596,1,2368.87,-5958.14,9.07305,1.18682,333,0,0,1981,0,0,0,0,0),(35903,8386,1,1,1,7607,1,2377.5,-5961.39,9.62108,3.68265,333,0,0,1981,0,0,0,0,0),(35904,8386,1,1,1,7607,1,2377.44,-5963.19,9.7312,2.16421,333,0,0,1981,0,0,0,0,0),(35905,8386,1,1,1,7607,1,2370.82,-5961.05,9.29439,5.49779,333,0,0,1981,0,0,0,0,0),(35906,8386,1,1,1,7595,1,2371.38,-5962.43,9.4958,1.43117,333,0,0,1981,0,0,0,0,0),(35907,8395,1,1,1,19840,1,3648.01,-4702.71,121.058,2.54818,333,0,0,2769,0,0,0,0,0),(35908,6347,1,1,1,10900,0,4941.68,-7545.11,1.9863,3.03794,333,5,0,2980,0,1,0,0,0),(35909,6347,1,1,1,10900,0,4752.4,-7747.41,5.03004,0.745956,333,5,0,2980,0,1,0,0,0),(35910,6347,1,1,1,10900,0,5006.79,-6217.88,-17.0931,3.27142,333,5,0,2980,0,1,0,0,0),(35911,6347,1,1,1,10900,0,4946.42,-7614.62,-11.8431,0.750523,333,5,0,2980,0,1,0,0,0),(35912,6347,1,1,1,10900,0,5058.16,-7550.65,-17.9547,0.001243,333,5,0,2980,0,1,0,0,0),(35913,6347,1,1,1,10900,0,4915.16,-7653.69,-11.5208,5.0369,333,5,0,2980,0,1,0,0,0),(35914,6347,1,1,1,10900,0,4811.55,-7749.29,-12.0752,2.53951,333,5,0,2980,0,1,0,0,0),(35915,6347,1,1,1,10900,0,4884.79,-7754.67,-18.2862,4.8782,333,5,0,2980,0,1,0,0,0),(35916,6347,1,1,1,10900,0,4912.25,-7513.39,11.0755,2.20582,333,5,0,2980,0,1,0,0,0),(35917,6347,1,1,1,10900,0,4949.43,-7487.87,7.26994,3.78431,333,5,0,2980,0,1,0,0,0),(35918,6348,1,1,1,10899,0,4079.67,-7918.32,-14.7513,3.76123,333,10,0,3082,0,1,0,0,0),(35919,6348,1,1,1,10899,0,4242.64,-7887.19,-9.54983,3.41823,333,10,0,3082,0,1,0,0,0),(35920,6348,1,1,1,10899,0,4290.92,-7853.46,1.99057,6.26244,333,10,0,3082,0,1,0,0,0),(35921,6348,1,1,1,10899,0,3921.93,-5941.55,-18.2248,1.03493,333,10,0,3082,0,1,0,0,0),(35922,6348,1,1,1,10899,0,4290.25,-7646.85,1.3076,0.364215,333,10,0,3082,0,1,0,0,0),(35923,6348,1,1,1,10899,0,4082.04,-7786.49,-16.362,2.88423,333,10,0,3082,0,1,0,0,0),(35924,6348,1,1,1,10899,0,4358.76,-7784.62,-0.245332,6.05265,333,10,0,3082,0,1,0,0,0),(35925,6348,1,1,1,10899,0,4476.99,-7652.82,35.4759,4.07045,333,10,0,3082,0,1,0,0,0),(35926,6348,1,1,1,10899,0,4220.84,-6714.37,-10.3509,0.636577,333,10,0,3082,0,1,0,0,0),(35927,6348,1,1,1,10899,0,4353.69,-7516.73,10.8994,6.14661,333,10,0,3082,0,1,0,0,0),(35928,6348,1,1,1,10899,0,4257.33,-7749.56,14.5774,5.93208,333,10,0,3082,0,1,0,0,0),(35929,6348,1,1,1,10899,0,4115.62,-7947.52,-15.5262,2.95786,333,10,0,3082,0,1,0,0,0),(35930,6348,1,1,1,10899,0,4049.69,-7887.56,-12.4709,4.74753,333,10,0,3082,0,1,0,0,0),(35931,6348,1,1,1,10899,0,4249.63,-7543.03,-13.538,1.81395,333,10,0,3082,0,1,0,0,0),(35932,6348,1,1,1,10899,0,4583.56,-7821.72,-12.7322,4.69824,333,10,0,3082,0,1,0,0,0),(35933,6348,1,1,1,10899,0,3912.13,-6024.27,-8.50275,4.64492,333,10,0,3082,0,1,0,0,0),(35934,6348,1,1,1,10899,0,4446.82,-7684.65,34.6297,4.43516,333,10,0,3082,0,1,0,0,0),(35935,6348,1,1,1,10899,0,4378.42,-7749.63,11.7833,3.10837,333,10,0,3082,0,1,0,0,0),(35936,6349,1,1,1,10897,0,2153.02,-6317.85,-17.0774,5.26126,333,10,0,3189,0,1,0,0,0),(35937,8397,1,1,1,7603,1,3243.39,-4321.19,132.399,0.349066,333,0,0,2138,0,0,0,0,0),(35938,6349,1,1,1,10897,0,2476.65,-7283.42,-23.8227,6.15437,180,5,0,3189,0,1,0,0,0),(35939,6349,1,1,1,10897,0,2648.52,-7319.07,-26.307,3.71583,180,5,0,3189,0,1,0,0,0),(35940,6349,1,1,1,10897,0,2918.68,-6613.63,-11.5816,1.62944,333,10,0,3189,0,1,0,0,0),(35941,7885,1,1,1,11267,1,2246.15,-6654.38,124.193,3.93517,333,3,0,3189,0,1,0,0,0),(35942,7885,1,1,1,11267,1,2519.79,-6785.11,103.292,0.60001,333,10,0,3189,0,1,0,0,0),(35943,7885,1,1,1,11267,1,2735.45,-6625.92,105.305,3.1765,333,0,0,3189,0,0,0,0,0),(35944,7885,1,1,1,11267,1,2280.32,-6814.11,121.059,2.09463,333,10,0,3189,0,1,0,0,0),(35945,7885,1,1,1,11267,1,2543.41,-6758.16,103.596,3.92578,333,10,0,3189,0,1,0,0,0),(35946,7885,1,1,1,11267,1,2231.57,-6634.78,127.456,2.74554,333,3,0,3189,0,1,0,0,0),(35947,6349,1,1,1,10897,0,2086.63,-6459,-7.34939,5.15183,333,10,0,3189,0,1,0,0,0),(35948,6349,1,1,1,10897,0,2345.23,-7252.42,-26.4488,3.73306,180,5,0,3189,0,1,0,0,0),(35949,6349,1,1,1,10897,0,2237.23,-7337.98,-35.7656,2.34791,180,5,0,3189,0,1,0,0,0),(35950,7885,1,1,1,11267,1,2381.82,-6854.15,121.214,4.51654,333,5,0,3189,0,1,0,0,0),(35951,7885,1,1,1,11267,1,2277.94,-6685.21,114.512,3.46625,333,10,0,3189,0,1,0,0,0),(35952,7885,1,1,1,11267,1,2242.64,-6591.13,130.386,4.24725,333,3,0,3189,0,1,0,0,0),(35953,7885,1,1,1,11267,1,2252.45,-6784.96,126.406,3.4383,333,3,0,3189,0,1,0,0,0),(35954,7885,1,1,1,11267,1,2552.88,-6816.1,112.858,4.86299,333,5,0,3189,0,1,0,0,0),(35955,7885,1,1,1,11267,1,2519.47,-6721.64,103.79,5.88027,333,5,0,3189,0,1,0,0,0),(35956,6349,1,1,1,10897,0,2203.31,-7295.84,-22.9484,3.47201,180,5,0,3189,0,1,0,0,0),(35957,7885,1,1,1,11267,1,2321.52,-6651.29,114.327,0.088204,333,10,0,3189,0,1,0,0,0),(35958,7885,1,1,1,11267,1,2315.12,-6854.59,122.115,4.26265,333,0,0,3189,0,2,0,0,0),(35959,7885,1,1,1,11267,1,2310.32,-6854.41,121.978,6.02615,333,10,0,3189,0,1,0,0,0),(35960,7885,1,1,1,11267,1,2520.59,-6927.49,113.15,5.2174,333,3,0,3189,0,1,0,0,0),(35961,7885,1,1,1,11267,1,2245.8,-6712.87,121.821,2.63243,333,3,0,3189,0,1,0,0,0),(35962,7885,1,1,1,11267,1,2616.38,-6838.5,125.174,2.09016,333,3,0,3189,0,1,0,0,0),(35963,7885,1,1,1,11267,1,2739.67,-6610.86,103.837,0.570134,333,3,0,3189,0,1,0,0,0),(35964,6349,1,1,1,10897,0,2386.71,-7314.9,-38.4587,0.212526,180,5,0,3189,0,1,0,0,0),(35965,6349,1,1,1,10897,0,2917.09,-6109.86,2.20935,0.729765,333,10,0,3189,0,1,0,0,0),(35966,6349,1,1,1,10897,0,3014.37,-6005.1,-10.3557,3.10395,333,10,0,3189,0,1,0,0,0),(35967,6349,1,1,1,10897,0,2509.59,-7373.97,-43.774,2.09727,180,5,0,3189,0,1,0,0,0),(35968,6349,1,1,1,10897,0,2355.92,-6756.79,15.3215,0.96567,333,10,0,3189,0,1,0,0,0),(35969,6349,1,1,1,10897,0,2404.85,-6377.31,6.5,3.46214,333,10,0,3189,0,1,0,0,0),(35970,6349,1,1,1,10897,0,2273.9,-7138.23,-13.8048,2.17844,180,5,0,3189,0,1,0,0,0),(35971,6349,1,1,1,10897,0,2801.7,-6785.23,-0.282512,3.02572,333,10,0,3189,0,1,0,0,0),(35972,6349,1,1,1,10897,0,2173.68,-5616.82,-8.04881,3.12204,333,10,0,3189,0,1,0,0,0),(35973,6349,1,1,1,10897,0,2431.81,-6695.42,14.0858,0.610865,333,0,0,3189,0,0,0,0,0),(35974,6349,1,1,1,10897,0,2046.2,-6538.11,-10.063,1.85186,333,10,0,3189,0,1,0,0,0),(35975,6349,1,1,1,10897,0,2872.29,-6784.97,-6.39701,3.44512,333,10,0,3189,0,1,0,0,0),(35976,6349,1,1,1,10897,0,2371.29,-6738.35,13.1639,5.79537,333,10,0,3189,0,1,0,0,0),(35977,6349,1,1,1,10897,0,2156.03,-7215.78,-27.1158,3.29545,180,5,0,3189,0,1,0,0,0),(35978,6349,1,1,1,10897,0,2123.4,-5942.28,-16.8218,0.949147,333,10,0,3189,0,1,0,0,0),(35979,6349,1,1,1,10897,0,2095.34,-6520.37,0.775123,5.82755,333,10,0,3189,0,1,0,0,0),(35980,6349,1,1,1,10897,0,2041.8,-6490.61,-5.47578,3.81125,333,10,0,3189,0,1,0,0,0),(35981,6349,1,1,1,10897,0,2262.38,-7138.08,-16.9404,2.75887,180,5,0,3189,0,1,0,0,0),(35982,6349,1,1,1,10897,0,2110.23,-5828.01,-13.067,4.10041,333,10,0,3189,0,1,0,0,0),(35983,6349,1,1,1,10897,0,2176.54,-6356.75,-7.31626,3.9405,333,10,0,3189,0,1,0,0,0),(35984,6349,1,1,1,10897,0,2122.9,-6211.89,-6.27838,0.625441,333,10,0,3189,0,1,0,0,0),(35985,6349,1,1,1,10897,0,2791.59,-7224.96,-13.5919,5.46394,180,5,0,3189,0,1,0,0,0),(35986,6350,1,1,1,1247,0,2813.55,-6853.37,-4.26267,4.78564,333,10,0,3293,0,1,0,0,0),(35987,6350,1,1,1,1247,0,2583.97,-7229.83,-18.6029,3.30835,180,5,0,3293,0,1,0,0,0),(35988,7886,1,1,1,11268,1,2459.36,-6841.18,103.853,0.123451,333,10,0,2634,2041,1,0,0,0),(35989,7886,1,1,1,11268,1,2587.82,-6852.69,124.349,4.47463,333,5,0,2634,2041,1,0,0,0),(35990,7886,1,1,1,11268,1,2488.27,-6817.42,102.007,0.013052,333,10,0,2634,2041,1,0,0,0),(35991,7886,1,1,1,11268,1,2546.12,-6677.88,107.398,2.12922,333,10,0,2634,2041,1,0,0,0),(35992,6350,1,1,1,1247,0,2910.67,-6552.15,-8.77687,3.42178,333,10,0,3293,0,1,0,0,0),(35993,6350,1,1,1,1247,0,2922.16,-6411.43,-15.2737,0.558766,333,10,0,3293,0,1,0,0,0),(35994,7886,1,1,1,11268,1,2283.89,-6878.49,117.314,4.15388,333,3,0,2634,2041,1,0,0,0),(35995,7886,1,1,1,11268,1,2251.29,-6624.22,130.569,5.8294,333,0,0,2634,2041,0,0,0,0),(35996,7886,1,1,1,11268,1,2612.21,-6817.57,125.528,3.7505,333,3,0,2634,2041,1,0,0,0),(35997,7886,1,1,1,11268,1,2623.33,-6816.96,123.877,4.30468,333,0,0,2634,2041,2,0,0,0),(35998,6350,1,1,1,1247,0,2986.43,-5996.2,-3.02492,2.47875,333,10,0,3293,0,1,0,0,0),(35999,7886,1,1,1,11268,1,2711.11,-6634.64,98.5445,4.09389,333,3,0,2634,2041,1,0,0,0),(36000,7886,1,1,1,11268,1,2313.18,-6889.55,123.283,3.40772,333,0,0,2634,2041,0,0,0,0),(36001,7886,1,1,1,11268,1,2447.28,-6919,108.549,4.84817,333,3,0,2634,2041,1,0,0,0),(36002,6350,1,1,1,1247,0,2374.85,-7385.67,-46.8652,3.71777,180,5,0,3293,0,1,0,0,0),(36003,6350,1,1,1,1247,0,2318.76,-7313.78,-42.7618,1.70412,180,5,0,3293,0,1,0,0,0),(36004,6350,1,1,1,1247,0,2879.95,-6319.36,-15.0894,4.02329,333,10,0,3293,0,1,0,0,0),(36005,6350,1,1,1,1247,0,2355.77,-6389.47,1.57826,3.81146,333,10,0,3293,0,1,0,0,0),(36006,6350,1,1,1,1247,0,2418.29,-6615.46,2.42067,3.69848,333,10,0,3293,0,1,0,0,0),(36007,6350,1,1,1,1247,0,2871.9,-6453.14,-14.689,3.57506,333,10,0,3293,0,1,0,0,0),(36008,6350,1,1,1,1247,0,2950.12,-6316.1,-13.2532,6.01636,333,10,0,3293,0,1,0,0,0),(36009,6350,1,1,1,1247,0,2944.56,-6511.53,1.29201,2.1648,333,10,0,3293,0,1,0,0,0),(36010,6350,1,1,1,1247,0,2834.39,-6754.54,-4.80981,3.28858,333,10,0,3293,0,1,0,0,0),(36011,6350,1,1,1,1247,0,2091.21,-6175.66,-14.4098,0.905606,333,10,0,3293,0,1,0,0,0),(36012,6350,1,1,1,1247,0,2821.19,-6708.66,2.42935,1.10529,333,10,0,3293,0,1,0,0,0),(36013,6350,1,1,1,1247,0,2181.09,-6415.03,2.95961,0.593412,333,0,0,3293,0,0,0,0,0),(36014,6350,1,1,1,1247,0,2165.1,-7279.12,-25.8822,3.47569,180,5,0,3293,0,1,0,0,0),(36015,6350,1,1,1,1247,0,2960.82,-6086.36,3.92076,1.80523,333,10,0,3293,0,1,0,0,0),(36016,6350,1,1,1,1247,0,2849.28,-7021.68,-9.26655,5.93237,180,5,0,3293,0,1,0,0,0),(36017,6350,1,1,1,1247,0,2652.46,-7248.6,-14.7477,0.299033,180,5,0,3293,0,1,0,0,0),(36018,6350,1,1,1,1247,0,3046.96,-6040.66,-11.0972,1.85868,333,10,0,3293,0,1,0,0,0),(36019,6350,1,1,1,1247,0,2114.88,-5877.67,-8.06087,2.60519,333,10,0,3293,0,1,0,0,0),(36020,6350,1,1,1,1247,0,2095.58,-6244.3,-8.77934,0.509764,333,10,0,3293,0,1,0,0,0),(36021,8399,1,1,1,7614,1,3777.06,-4619.17,227.405,0.872665,333,0,0,1678,0,0,0,0,0),(36022,6351,1,1,1,386,1,2500.62,-7245.97,-20.5106,5.96282,180,5,0,2634,2041,1,0,0,0),(36023,6351,1,1,1,386,1,2093.11,-6649.2,-3.80649,0.261869,333,10,0,2634,2041,1,0,0,0),(36024,6351,1,1,1,386,1,2751.19,-6354.06,-19.0066,4.07045,333,10,0,2634,2041,1,0,0,0),(36025,6351,1,1,1,386,1,2918.21,-6476.16,-14.8288,1.65102,333,10,0,2634,2041,1,0,0,0),(36026,6351,1,1,1,386,1,2583.34,-7346.16,-35.8938,0.660545,180,5,0,2634,2041,1,0,0,0),(36027,6351,1,1,1,386,1,2147.05,-6453.51,-7.51899,3.58182,333,10,0,2634,2041,1,0,0,0),(36028,6351,1,1,1,386,1,2919.92,-6343.01,-16.3262,1.114,333,10,0,2634,2041,1,0,0,0),(36029,6351,1,1,1,386,1,2676.95,-6684.8,13.6649,4.93948,333,10,0,2634,2041,1,0,0,0),(36030,6351,1,1,1,386,1,2909.14,-6753.69,-1.04064,2.96877,333,10,0,2634,2041,1,0,0,0),(36031,6351,1,1,1,386,1,2316.49,-7346.31,-45.4558,1.03661,180,5,0,2634,2041,1,0,0,0),(36032,6351,1,1,1,386,1,2837.15,-6479.12,-15.8848,3.1438,333,10,0,2634,2041,1,0,0,0),(36033,6351,1,1,1,386,1,2697.63,-6535.22,-19.4401,5.97931,333,10,0,2634,2041,1,0,0,0),(36034,6351,1,1,1,386,1,2231.88,-5724.76,-14.5442,5.60595,333,10,0,2634,2041,1,0,0,0),(36035,6351,1,1,1,386,1,2453.76,-6602.09,10.0302,0.156957,333,10,0,2634,2041,1,0,0,0),(36036,6351,1,1,1,386,1,2525.76,-7318.54,-21.2479,0.092918,180,5,0,2634,2041,1,0,0,0),(36037,6351,1,1,1,386,1,2939.89,-6590.8,-8.06448,3.51027,333,10,0,2634,2041,1,0,0,0),(36038,6351,1,1,1,386,1,2477.08,-6594.74,13.11,4.9408,333,10,0,2634,2041,1,0,0,0),(36039,6351,1,1,1,386,1,2105.35,-6147.66,-12.5961,2.98218,333,10,0,2634,2041,1,0,0,0),(36040,6351,1,1,1,386,1,2501.61,-7231.38,-17.9592,4.00543,180,5,0,2634,2041,1,0,0,0),(36041,6351,1,1,1,386,1,2223.68,-5660.57,-14.4121,5.20546,333,10,0,2634,2041,1,0,0,0),(36042,6351,1,1,1,386,1,2159.83,-5848.78,-6.15575,0.414124,333,10,0,2634,2041,1,0,0,0),(36043,6351,1,1,1,386,1,2079.72,-6572.41,-7.47841,1.96836,333,10,0,2634,2041,1,0,0,0),(36044,6351,1,1,1,386,1,2126.02,-6422.26,-3.88977,5.7016,333,10,0,2634,2041,1,0,0,0),(36045,6351,1,1,1,386,1,2118.71,-6081.55,-11.7419,2.35619,333,0,0,2634,2041,0,0,0,0),(36046,6351,1,1,1,386,1,2109.09,-6683.11,-7.93909,3.25517,333,10,0,2634,2041,1,0,0,0),(36047,6351,1,1,1,386,1,2650.48,-7382.01,-45.1731,2.23278,180,5,0,2634,2041,1,0,0,0),(36048,6352,1,1,1,10947,0,4177.26,-7942.54,-18.5057,2.35964,333,10,0,3189,0,1,0,0,0),(36049,6352,1,1,1,10947,0,2855.54,-6941.34,-11.1953,4.9884,180,5,0,3189,0,1,0,0,0),(36050,6352,1,1,1,10947,0,4405.1,-7650.75,23.5307,2.96681,333,10,0,3189,0,1,0,0,0),(36051,6352,1,1,1,10947,0,4113.6,-6886.37,-11.1483,2.90576,333,10,0,3189,0,1,0,0,0),(36052,6352,1,1,1,10947,0,2124.41,-6017.37,-17.3436,5.51024,333,10,0,3189,0,1,0,0,0),(36053,6352,1,1,1,10947,0,2120.03,-6274.45,-10.5674,1.62175,333,10,0,3189,0,1,0,0,0),(36054,6352,1,1,1,10947,0,2119.18,-6475.98,0.432647,1.22094,333,10,0,3189,0,1,0,0,0),(36055,6352,1,1,1,10947,0,2913.01,-6988.15,-21.9793,3.48985,180,5,0,3189,0,1,0,0,0),(36056,6352,1,1,1,10947,0,2809.26,-6921.16,-4.21173,3.43492,333,10,0,3189,0,1,0,0,0),(36057,6352,1,1,1,10947,0,2781.43,-6745.77,1.35996,1.85178,333,10,0,3189,0,1,0,0,0),(36058,6352,1,1,1,10947,0,2519.02,-6473.89,12.7344,0.245061,333,10,0,3189,0,1,0,0,0),(36059,6352,1,1,1,10947,0,4183.68,-6744.64,-9.27974,0.724099,333,10,0,3189,0,1,0,0,0),(36060,6352,1,1,1,10947,0,4450.92,-7622.91,47.4294,4.82876,333,10,0,3189,0,1,0,0,0),(36061,6352,1,1,1,10947,0,2185.33,-5676.04,-13.5281,1.7027,333,10,0,3189,0,1,0,0,0),(36062,6352,1,1,1,10947,0,2713.61,-7278.35,-17.4856,1.47598,180,5,0,3189,0,1,0,0,0),(36063,6352,1,1,1,10947,0,4108.33,-6818.89,-12.8726,3.50722,333,10,0,3189,0,1,0,0,0),(36064,6352,1,1,1,10947,0,2457.68,-7349.9,-38.0928,0.163307,180,5,0,3189,0,1,0,0,0),(36065,6352,1,1,1,10947,0,2717.83,-7228.2,-14.4466,5.10164,180,5,0,3189,0,1,0,0,0),(36066,6352,1,1,1,10947,0,2882.11,-6394.61,-13.2611,4.48646,333,10,0,3189,0,1,0,0,0),(36067,6352,1,1,1,10947,0,2997.66,-6052.98,-1.3787,3.78383,333,10,0,3189,0,1,0,0,0),(36068,6352,1,1,1,10947,0,4459.31,-7748.24,10.1636,0.21132,333,10,0,3189,0,1,0,0,0),(36069,6352,1,1,1,10947,0,2114,-6352.46,-15.324,3.83757,333,10,0,3189,0,1,0,0,0),(36070,6352,1,1,1,10947,0,2821.84,-7089.03,-12.0784,4.57535,180,5,0,3189,0,1,0,0,0),(36071,6352,1,1,1,10947,0,3021.26,-6079.83,-14.0973,0.348491,333,10,0,3189,0,1,0,0,0),(36072,6352,1,1,1,10947,0,2891.11,-6126.66,3.05916,0.509943,333,10,0,3189,0,1,0,0,0),(36073,6352,1,1,1,10947,0,4577.73,-7743.39,18.1682,2.21976,333,10,0,3189,0,1,0,0,0),(36074,6352,1,1,1,10947,0,2857.49,-6148.98,3.43578,0.783898,333,3,0,3189,0,1,0,0,0),(36075,6352,1,1,1,10947,0,2468.75,-6514.58,13.0987,1.44004,333,10,0,3189,0,1,0,0,0),(36076,6352,1,1,1,10947,0,2422.98,-7289.42,-23.6562,5.05953,180,5,0,3189,0,1,0,0,0),(36077,6352,1,1,1,10947,0,3004.1,-6126.75,-15.9777,0.562871,333,10,0,3189,0,1,0,0,0),(36078,6352,1,1,1,10947,0,4309.14,-7681.67,8.54701,3.09492,333,10,0,3189,0,1,0,0,0),(36079,6352,1,1,1,10947,0,4348.26,-7650.65,14.7917,0.331613,333,0,0,3189,0,0,0,0,0),(36080,6352,1,1,1,10947,0,4315.79,-7556.17,6.96378,4.4885,333,10,0,3189,0,1,0,0,0),(36081,6352,1,1,1,10947,0,2097.3,-5981.78,-10.3064,0.103198,333,10,0,3189,0,1,0,0,0),(36082,6352,1,1,1,10947,0,2889.97,-6591.6,-6.57477,5.40552,333,10,0,3189,0,1,0,0,0),(36083,6352,1,1,1,10947,0,2060.72,-6612.58,-13.0624,0.829236,333,10,0,3189,0,1,0,0,0),(36084,6352,1,1,1,10947,0,4181.38,-7685.58,-20.6119,3.29294,333,10,0,3189,0,1,0,0,0),(36085,6352,1,1,1,10947,0,4412.2,-7787.64,6.73472,4.11734,333,10,0,3189,0,1,0,0,0),(36086,6352,1,1,1,10947,0,3841.38,-5942.58,-14.2152,3.16055,333,10,0,3189,0,1,0,0,0),(36087,6352,1,1,1,10947,0,4314.82,-7622.91,6.58064,4.61369,333,10,0,3189,0,1,0,0,0),(36088,6352,1,1,1,10947,0,2219.95,-5573.99,-11.8298,1.25724,333,10,0,3189,0,1,0,0,0),(36089,6352,1,1,1,10947,0,3896.89,-5924.09,-10.2678,1.22278,333,10,0,3189,0,1,0,0,0),(36090,6352,1,1,1,10947,0,4274.14,-7779.35,8.91011,4.58222,333,10,0,3189,0,1,0,0,0),(36091,6352,1,1,1,10947,0,2549.57,-7282.69,-18.8227,1.65053,180,5,0,3189,0,1,0,0,0),(36092,6352,1,1,1,10947,0,2375.13,-7224.09,-21.5775,3.76171,180,5,0,3189,0,1,0,0,0),(36093,8660,1,1,1,10807,0,3123.43,-4183.26,106.98,4.81808,7200,0,0,2576,0,2,0,0,0),(36094,8405,1,1,1,1012,0,3900.59,-5427.08,154.49,0.15708,333,0,0,1774,1534,0,0,0,0),(36095,8408,1,1,1,11271,1,3547.77,-5357.27,107.565,2.18166,333,0,0,3398,0,0,0,0,0),(36096,8409,1,1,1,4765,0,3431.77,-5498.01,28.407,5.28835,333,0,0,2551,1982,0,0,0,0),(36097,14301,1,1,1,14353,1,2691.34,-3885.63,109.247,0.715585,333,0,0,2218,0,0,0,0,0),(36098,13278,1,1,1,10849,0,2849.59,-7297.15,20.3987,4.97738,180,0,0,5600,0,0,0,0,0),(36099,6369,1,1,1,2308,0,4845.49,-7720.13,-8.91375,3.52609,333,5,0,2880,0,1,0,0,0),(36100,6369,1,1,1,2308,0,4911.74,-7579.6,4.97866,2.59263,333,5,0,2880,0,1,0,0,0),(36101,6369,1,1,1,2308,0,5075.29,-6752.27,1.91538,2.7571,333,5,0,2880,0,1,0,0,0),(36102,6369,1,1,1,2308,0,4885.58,-7609.46,4.71307,1.51118,333,5,0,2880,0,1,0,0,0),(36103,6369,1,1,1,2308,0,4986.15,-7520.75,-15.6598,5.66572,333,5,0,2880,0,1,0,0,0),(36104,6369,1,1,1,2308,0,4783.18,-7715.1,8.26863,1.88359,333,5,0,2880,0,1,0,0,0),(36105,6369,1,1,1,2308,0,4975.62,-7581.71,-14.0103,3.16503,333,5,0,2880,0,1,0,0,0),(36106,6369,1,1,1,2308,0,5042.68,-7448.13,-20.3943,3.24524,333,5,0,2880,0,1,0,0,0),(36107,6370,1,1,1,10922,0,4187.15,-7747.14,-5.83461,1.30925,333,10,0,2158,4650,1,0,0,0),(36108,6370,1,1,1,10922,0,4281.13,-7517.83,-11.6137,4.26533,333,10,0,2158,4650,1,0,0,0),(36109,6370,1,1,1,10922,0,4480.5,-7719.85,19.6475,4.14731,333,10,0,2158,4650,1,0,0,0),(36110,6370,1,1,1,10922,0,4153.56,-6852.19,-11.4105,5.44408,333,10,0,2158,4650,1,0,0,0),(36111,6370,1,1,1,10922,0,4353.05,-7583.54,12.1803,5.82827,333,10,0,2158,4650,1,0,0,0),(36112,6370,1,1,1,10922,0,4413,-7713.08,19.6681,1.95312,333,10,0,2158,4650,1,0,0,0),(36113,6370,1,1,1,10922,0,3986.18,-6074.89,-5.68063,1.30925,333,10,0,2158,4650,1,0,0,0),(36114,6370,1,1,1,10922,0,4413.11,-7574.95,28.878,1.41978,333,10,0,2158,4650,1,0,0,0),(36115,6370,1,1,1,10922,0,3818.41,-7016.41,-18.4944,2.14645,333,10,0,2158,4650,1,0,0,0),(36116,6370,1,1,1,10922,0,4619.87,-7781.63,-1.1842,0.450641,333,10,0,2158,4650,1,0,0,0),(36117,6370,1,1,1,10922,0,4053.91,-6887.24,-14.0388,5.12625,333,10,0,2158,4650,1,0,0,0),(36118,6370,1,1,1,10922,0,4223.25,-7781.65,5.29031,5.68863,333,10,0,2158,4650,1,0,0,0),(36119,6370,1,1,1,10922,0,4247.49,-7619.14,-14.7128,3.38134,333,10,0,2158,4650,1,0,0,0),(36120,6370,1,1,1,10922,0,3940.38,-6001.13,-13.9201,4.89717,333,10,0,2158,4650,1,0,0,0),(36121,6370,1,1,1,10922,0,4247.07,-7678.14,-16.4289,2.56063,333,10,0,2158,4650,1,0,0,0),(36122,6370,1,1,1,10922,0,4555.59,-7787.78,11.4448,5.62582,333,10,0,2158,4650,1,0,0,0),(36123,6370,1,1,1,10922,0,4079.65,-7854.55,-15.1305,4.76127,333,10,0,2158,4650,1,0,0,0),(36124,6370,1,1,1,10922,0,4349.43,-7711.25,12.2971,1.53549,333,10,0,2158,4650,1,0,0,0),(36125,6371,1,1,1,506,1,4214.02,-7718.57,-16.1894,3.935,333,5,0,2980,0,1,0,0,0),(36126,6371,1,1,1,506,1,4682.03,-7823.76,-10.6104,4.39288,333,5,0,2980,0,1,0,0,0),(36127,6371,1,1,1,506,1,3817.36,-7354.17,-30.6563,4.85954,333,5,0,2980,0,1,0,0,0),(36128,6371,1,1,1,506,1,5078.95,-7486.98,-20.4583,3.84331,333,5,0,2980,0,1,0,0,0),(36129,6371,1,1,1,506,1,4313.81,-7757.86,7.11477,4.39156,333,5,0,2980,0,1,0,0,0),(36130,6371,1,1,1,506,1,4757.73,-7816.17,-14.5472,6.2516,333,5,0,2980,0,1,0,0,0),(36131,6371,1,1,1,506,1,4841.98,-5656.84,-20.7083,4.97428,333,5,0,2980,0,1,0,0,0),(36132,6371,1,1,1,506,1,4542.33,-7724.33,21.5703,4.08726,333,5,0,2980,0,1,0,0,0),(36133,6371,1,1,1,506,1,4295.6,-7710.41,7.10346,0.062541,333,5,0,2980,0,1,0,0,0),(36134,6371,1,1,1,506,1,4157.06,-7717.63,-17.7288,6.1653,333,5,0,2980,0,1,0,0,0),(36135,6371,1,1,1,506,1,4891.62,-7682.8,-3.32317,0.179525,333,5,0,2980,0,1,0,0,0),(36136,6371,1,1,1,506,1,5047.76,-6319.69,-20.7083,6.01344,333,5,0,2980,0,1,0,0,0),(36137,6371,1,1,1,506,1,4520.97,-7749.1,14.4416,0.722943,333,5,0,2980,0,1,0,0,0),(36138,6371,1,1,1,506,1,4022.84,-6111.51,-5.01672,1.00706,333,5,0,2980,0,1,0,0,0),(36139,6371,1,1,1,506,1,4081.87,-6839.17,-15.2635,1.72179,333,5,0,2980,0,1,0,0,0),(36140,6371,1,1,1,506,1,4778.2,-7782.84,-15.7399,2.87885,333,5,0,2980,0,1,0,0,0),(36141,6371,1,1,1,506,1,4813.75,-7690.95,7.64686,3.11259,333,5,0,2980,0,1,0,0,0),(36142,6371,1,1,1,506,1,3993.06,-5992.48,-9.38453,5.55719,333,5,0,2980,0,1,0,0,0),(36143,6371,1,1,1,506,1,4381.01,-7687.17,16.2181,4.5861,333,5,0,2980,0,1,0,0,0),(36144,6371,1,1,1,506,1,5046.38,-6250.66,-19.1053,3.04103,333,5,0,2980,0,1,0,0,0),(36145,6371,1,1,1,506,1,4310.07,-7819.18,5.34084,3.17636,333,5,0,2980,0,1,0,0,0),(36146,6371,1,1,1,506,1,4051.01,-7819.37,-15.9273,4.68505,333,5,0,2980,0,1,0,0,0),(36147,6371,1,1,1,506,1,4383.23,-7611.93,20.809,2.03658,333,5,0,2980,0,1,0,0,0),(36148,6371,1,1,1,506,1,4290,-7586.33,-4.38883,5.70493,333,5,0,2980,0,1,0,0,0),(36149,6371,1,1,1,506,1,5052.98,-6949.18,9.31719,4.58792,333,5,0,2980,0,1,0,0,0),(36150,6116,1,1,1,10702,0,2995.09,-4117.54,100.019,0.287889,333,5,0,2310,0,1,0,0,0),(36151,6116,1,1,1,10702,0,2950.91,-4152.91,100.174,2.90278,333,10,0,2310,0,1,0,0,0),(36152,6116,1,1,1,10702,0,2882.41,-4116.16,95.7186,5.32944,333,10,0,2310,0,1,0,0,0),(36153,6116,1,1,1,10702,0,2857.27,-4022.44,139.656,2.75927,333,3,0,2310,0,1,0,0,0),(36154,6116,1,1,1,10702,0,3051.2,-4181.58,97.516,0.968139,333,10,0,2310,0,1,0,0,0),(36155,6116,1,1,1,10702,0,3114.76,-4145.25,103.617,0.290338,333,5,0,2310,0,1,0,0,0),(36156,6372,1,1,1,2600,0,5015.94,-7478.22,-20.6328,0.987472,333,5,0,203,0,1,0,0,0),(36157,6372,1,1,1,2600,0,4718.33,-7786.9,-6.54011,5.42387,333,5,0,203,0,1,0,0,0),(36158,8420,1,1,1,7670,0,4603.83,-5987.55,169.724,0.034907,333,0,0,2399,0,0,0,0,0),(36159,6116,1,1,1,10702,0,3013.74,-4184.4,99.3006,2.31276,333,5,0,2310,0,1,0,0,0),(36160,6116,1,1,1,10702,0,2897.16,-4012.72,133.912,2.97647,333,3,0,2310,0,1,0,0,0),(36161,6116,1,1,1,10702,0,3016.63,-4111.79,100.509,0.190571,333,5,0,2310,0,1,0,0,0),(36162,6116,1,1,1,10702,0,2913.13,-3984.83,118.194,0.726588,333,3,0,2310,0,1,0,0,0),(36163,6116,1,1,1,10702,0,2852.99,-4079.29,114.365,3.28073,333,3,0,2310,0,1,0,0,0),(36164,6372,1,1,1,2600,0,4976.13,-7459.5,1.1954,4.14551,333,5,0,203,0,1,0,0,0),(36165,6372,1,1,1,2600,0,4850.55,-7655.79,7.89677,4.05324,333,5,0,203,0,1,0,0,0),(36166,6372,1,1,1,2600,0,5048.07,-6791.48,8.49126,4.11796,333,5,0,203,0,1,0,0,0),(36167,6372,1,1,1,2600,0,4809.82,-5354.05,-17.5303,0.760541,333,5,0,203,0,1,0,0,0),(36168,6117,1,1,1,10700,0,2867.18,-3960.38,102.039,5.83003,333,0,0,1679,3923,2,0,0,0),(36169,6117,1,1,1,10700,0,2886.11,-4016.66,137.06,3.75832,333,3,0,1679,3923,1,0,0,0),(36170,6117,1,1,1,10700,0,2948.44,-4122.4,104.186,4.22519,333,5,0,1679,3923,1,0,0,0),(36171,6117,1,1,1,10700,0,3051.62,-4113.75,101.499,3.88966,333,10,0,1679,3923,1,0,0,0),(36172,6117,1,1,1,10700,0,3023.85,-4153.2,102.921,0.358303,333,10,0,1679,3923,1,0,0,0),(36173,6117,1,1,1,10700,0,3054.68,-4153.71,101.124,5.58345,333,10,0,1679,3923,1,0,0,0),(36174,6117,1,1,1,10700,0,2976.22,-4182.46,100.52,5.40523,333,10,0,1679,3923,1,0,0,0),(36175,6117,1,1,1,10700,0,3089.54,-4144.9,101.035,3.20366,333,10,0,1679,3923,1,0,0,0),(36176,6117,1,1,1,10700,0,2918.78,-4120.62,100.481,2.3504,333,10,0,1679,3923,1,0,0,0),(36177,6117,1,1,1,10700,0,3082.4,-4176.7,98.6494,2.99396,333,10,0,1679,3923,1,0,0,0),(36178,8678,1,1,1,7969,1,2266.45,-5573,21.7302,5.75959,333,0,0,3398,0,0,0,0,0),(36179,6375,1,1,1,6757,0,3579.93,-4132.55,105.131,4.00616,333,10,0,2399,0,1,0,0,0),(36180,6375,1,1,1,6757,0,3377.08,-4286.77,99.2541,3.64397,333,10,0,2399,0,1,0,0,0),(36181,6375,1,1,1,6757,0,3122.34,-4253.24,102.295,1.48668,333,5,0,2399,0,1,0,0,0),(36182,6375,1,1,1,6757,0,3483.79,-4235.39,93.4421,4.62827,333,10,0,2399,0,1,0,0,0),(36183,6375,1,1,1,6757,0,3588.71,-4217.56,100.282,4.87112,333,10,0,2399,0,1,0,0,0),(36184,6375,1,1,1,6757,0,3554.96,-4252.77,103.485,3.59651,333,0,0,2399,0,2,0,0,0),(36185,6375,1,1,1,6757,0,3674.16,-4245.56,120.965,0.127261,333,5,0,2399,0,1,0,0,0),(36186,6375,1,1,1,6757,0,3489.07,-4190.09,96.9805,2.83219,333,10,0,2399,0,1,0,0,0),(36187,6375,1,1,1,6757,0,3441.91,-4107.02,108.406,2.686,333,5,0,2399,0,1,0,0,0),(36188,6375,1,1,1,6757,0,3414.08,-4181.69,100.482,2.0231,333,3,0,2399,0,1,0,0,0),(36189,6375,1,1,1,6757,0,3679.81,-4089.08,107.834,4.41633,333,5,0,2399,0,1,0,0,0),(36190,6375,1,1,1,6757,0,3561.14,-4144.32,105.036,3.31429,333,10,0,2399,0,1,0,0,0),(36191,6375,1,1,1,6757,0,3583.19,-4039.43,94.1898,1.83234,333,3,0,2399,0,1,0,0,0),(36192,6375,1,1,1,6757,0,3527.11,-4192.53,103.636,3.39357,333,10,0,2399,0,1,0,0,0),(36193,6375,1,1,1,6757,0,3203.32,-4197.67,102.837,3.9111,333,5,0,2399,0,1,0,0,0),(36194,6375,1,1,1,6757,0,3250.22,-4188.59,103.997,0.238584,333,5,0,2399,0,1,0,0,0),(36195,6375,1,1,1,6757,0,3349.57,-4187.26,105.604,4.57035,333,10,0,2399,0,1,0,0,0),(36196,6375,1,1,1,6757,0,3409.13,-4350.14,115.114,0.05474,333,5,0,2399,0,1,0,0,0),(36197,6375,1,1,1,6757,0,3455.05,-4247.1,95.5258,3.14159,333,5,0,2399,0,1,0,0,0),(36198,6375,1,1,1,6757,0,3630.69,-4119.08,102.1,1.17901,333,5,0,2399,0,1,0,0,0),(36199,6375,1,1,1,6757,0,3509.82,-4347.61,126.085,0.577563,333,10,0,2399,0,1,0,0,0),(36200,6377,1,1,1,10894,0,2679.72,-4326.51,103.823,2.74222,333,10,0,2576,0,1,0,0,0),(36201,6377,1,1,1,10894,0,2605.03,-4837.45,138.751,4.09078,333,3,0,2576,0,1,0,0,0),(36202,6377,1,1,1,10894,0,2564.43,-5083.83,119.957,4.21468,333,5,0,2576,0,1,0,0,0),(36203,6377,1,1,1,10894,0,2618.51,-4941.25,125.886,1.52785,333,10,0,2576,0,1,0,0,0),(36204,6377,1,1,1,10894,0,2649.96,-4993.95,127.458,1.3911,333,10,0,2576,0,1,0,0,0),(36205,6377,1,1,1,10894,0,2669.33,-4586.73,133.522,0.290631,333,0,0,2576,0,0,0,0,0),(36206,6377,1,1,1,10894,0,2642.26,-4914.01,132.907,0.371801,333,10,0,2576,0,1,0,0,0),(36207,6377,1,1,1,10894,0,4406.97,-5389.39,120.081,6.02258,333,3,0,2576,0,1,0,0,0),(36208,6377,1,1,1,10894,0,4103.02,-5531.58,102.031,3.77513,333,5,0,2576,0,1,0,0,0),(36209,6377,1,1,1,10894,0,3892.09,-5115.43,129.184,0.319898,333,10,0,2576,0,1,0,0,0),(36210,6377,1,1,1,10894,0,3927.22,-5268.23,128.402,0.768147,333,5,0,2576,0,1,0,0,0),(36211,6377,1,1,1,10894,0,4104.54,-5463.23,108.771,4.24175,333,10,0,2576,0,1,0,0,0),(36212,6377,1,1,1,10894,0,2491.65,-5041.86,138.082,2.8981,333,0,0,2576,0,0,0,0,0),(36213,6377,1,1,1,10894,0,2647.57,-4555.11,132.825,3.98639,333,5,0,2576,0,1,0,0,0),(36214,6377,1,1,1,10894,0,2644.81,-4173.08,128.816,2.23708,333,10,0,2576,0,1,0,0,0),(36215,6377,1,1,1,10894,0,2679.07,-4158,120.597,3.76818,333,10,0,2576,0,1,0,0,0),(36216,6377,1,1,1,10894,0,2655.97,-4649.28,139.27,0.583361,333,10,0,2576,0,1,0,0,0),(36217,6377,1,1,1,10894,0,2656.14,-4245.9,128.301,0.952705,333,10,0,2576,0,1,0,0,0),(36218,6377,1,1,1,10894,0,2479.99,-5143.93,132.107,2.209,333,10,0,2576,0,1,0,0,0),(36219,6377,1,1,1,10894,0,4555.81,-5424.28,103.121,4.29763,333,3,0,2576,0,1,0,0,0),(36220,6377,1,1,1,10894,0,4028.08,-5246.49,108.698,0.070403,333,10,0,2576,0,1,0,0,0),(36221,6377,1,1,1,10894,0,4151.37,-5549.6,104.579,1.405,333,10,0,2576,0,1,0,0,0),(36222,6377,1,1,1,10894,0,3846.49,-5093.77,134.388,4.38447,333,10,0,2576,0,1,0,0,0),(36223,6377,1,1,1,10894,0,3958.96,-5334.84,128.764,5.19264,333,10,0,2576,0,1,0,0,0),(36224,6377,1,1,1,10894,0,2644.08,-4120.7,117.272,4.14551,333,10,0,2576,0,1,0,0,0),(36225,6377,1,1,1,10894,0,2545.83,-5012.5,126.069,2.13697,333,5,0,2576,0,1,0,0,0),(36226,6377,1,1,1,10894,0,2643.52,-4620.04,136.592,5.65999,333,10,0,2576,0,1,0,0,0),(36227,6377,1,1,1,10894,0,2572.77,-4992.83,123.364,4.704,333,5,0,2576,0,1,0,0,0),(36228,6377,1,1,1,10894,0,4162.49,-5555.64,106.818,5.94476,333,0,0,2576,0,2,0,0,0),(36229,6377,1,1,1,10894,0,3954.96,-5180.14,120.498,0.190504,333,10,0,2576,0,1,0,0,0),(36230,6377,1,1,1,10894,0,3984.29,-5274.51,121.212,1.60789,333,3,0,2576,0,1,0,0,0),(36231,6377,1,1,1,10894,0,3850.82,-5053.9,131.987,6.18345,333,10,0,2576,0,1,0,0,0),(36232,6377,1,1,1,10894,0,4164.72,-5694.64,125.741,6.21278,333,3,0,2576,0,1,0,0,0),(36233,6377,1,1,1,10894,0,4247.3,-5343.73,124.872,1.18141,333,10,0,2576,0,1,0,0,0),(36234,6377,1,1,1,10894,0,4079.97,-5328.22,110.564,4.90481,333,10,0,2576,0,1,0,0,0),(36235,6377,1,1,1,10894,0,4249.34,-5541.13,121.787,5.50331,333,5,0,2576,0,1,0,0,0),(36236,6377,1,1,1,10894,0,4203.16,-5609.73,117.46,3.33708,333,10,0,2576,0,1,0,0,0),(36237,6377,1,1,1,10894,0,4168.1,-5501.21,110.61,0.345625,333,5,0,2576,0,1,0,0,0),(36238,6377,1,1,1,10894,0,4179.99,-5351.45,113.671,1.50937,333,10,0,2576,0,1,0,0,0),(36239,6377,1,1,1,10894,0,3923.76,-5349.35,136.13,1.38509,333,5,0,2576,0,1,0,0,0),(36240,6377,1,1,1,10894,0,4288.29,-5367.8,121.032,4.66058,333,10,0,2576,0,1,0,0,0),(36241,6378,1,1,1,10893,0,4688.18,-6173.74,106.838,0.747407,333,10,0,2304,1807,1,0,0,0),(36242,6378,1,1,1,10893,0,4707.35,-5725.74,100.173,0.575904,333,10,0,2304,1807,1,0,0,0),(36243,6378,1,1,1,10893,0,4476.52,-5721.04,105.031,3.64887,333,5,0,2304,1807,1,0,0,0),(36244,6378,1,1,1,10893,0,4857.9,-6080.45,85.8631,0.309406,333,3,0,2304,1807,1,0,0,0),(36245,6378,1,1,1,10893,0,4658.57,-6218.89,105.916,6.06473,333,10,0,2304,1807,1,0,0,0),(36246,6378,1,1,1,10893,0,4390.77,-5784.08,103.373,4.0099,333,5,0,2304,1807,1,0,0,0),(36247,6378,1,1,1,10893,0,4366.99,-5913.19,100.991,2.92617,333,10,0,2304,1807,1,0,0,0),(36248,6378,1,1,1,10893,0,4082.91,-5911.5,99.6842,1.9426,333,3,0,2304,1807,1,0,0,0),(36249,6378,1,1,1,10893,0,4575.93,-6174.96,99.0746,0.334096,333,10,0,2304,1807,1,0,0,0),(36250,6378,1,1,1,10893,0,4751.25,-6326.74,112.034,4.77103,333,10,0,2304,1807,1,0,0,0),(36251,6378,1,1,1,10893,0,4678.37,-6527.64,110.281,2.08449,333,5,0,2304,1807,1,0,0,0),(36252,6378,1,1,1,10893,0,4625.96,-6451.09,114.795,6.11138,333,5,0,2304,1807,1,0,0,0),(36253,6378,1,1,1,10893,0,4655.92,-6357.44,113.04,5.14279,333,5,0,2304,1807,1,0,0,0),(36254,6378,1,1,1,10893,0,4489.82,-5915.15,98.5033,0.180083,333,5,0,2304,1807,1,0,0,0),(36255,6378,1,1,1,10893,0,4192.47,-5949.9,94.7578,0.156957,333,3,0,2304,1807,1,0,0,0),(36256,6378,1,1,1,10893,0,4676.48,-5681.93,100.499,3.23349,333,10,0,2304,1807,1,0,0,0),(36257,6378,1,1,1,10893,0,4589.95,-6078.73,101.468,6.01428,333,10,0,2304,1807,1,0,0,0),(36258,6378,1,1,1,10893,0,4344.16,-5876.68,99.6682,5.75545,333,10,0,2304,1807,1,0,0,0),(36259,6378,1,1,1,10893,0,4745.72,-6077.13,95.5378,4.61058,333,10,0,2304,1807,1,0,0,0),(36260,6378,1,1,1,10893,0,4682.91,-6440.65,114.928,1.39794,333,5,0,2304,1807,1,0,0,0),(36261,6378,1,1,1,10893,0,4774.73,-6043.9,90.6494,5.09594,333,10,0,2304,1807,1,0,0,0),(36262,6378,1,1,1,10893,0,4687.2,-5715.65,97.5555,0.135132,333,10,0,2304,1807,1,0,0,0),(36263,6378,1,1,1,10893,0,4417.73,-5991.41,101.718,1.405,333,5,0,2304,1807,1,0,0,0),(36264,6378,1,1,1,10893,0,4619,-6391.84,116.519,4.644,333,5,0,2304,1807,1,0,0,0),(36265,6378,1,1,1,10893,0,4534.29,-5843.75,119.712,2.96296,333,5,0,2304,1807,1,0,0,0),(36266,6378,1,1,1,10893,0,4706.13,-6348.97,115.577,3.24729,333,10,0,2304,1807,1,0,0,0),(36267,6378,1,1,1,10893,0,4235.46,-5972.61,95.6805,4.09706,333,3,0,2304,1807,1,0,0,0),(36268,6378,1,1,1,10893,0,4756.92,-6177.48,99.6863,0.911293,333,3,0,2304,1807,1,0,0,0),(36269,6378,1,1,1,10893,0,4658.41,-6150.83,101.102,5.90094,333,10,0,2304,1807,1,0,0,0),(36270,6378,1,1,1,10893,0,4517.08,-5815.57,104.542,3.98339,333,5,0,2304,1807,1,0,0,0),(36271,6378,1,1,1,10893,0,4683.84,-6326.1,115.495,4.74558,333,10,0,2304,1807,1,0,0,0),(36272,6378,1,1,1,10893,0,4616.44,-6259.56,107.047,4.70458,333,10,0,2304,1807,1,0,0,0),(36273,6378,1,1,1,10893,0,4398.4,-5900.9,101.637,0.768825,333,10,0,2304,1807,1,0,0,0),(36274,6378,1,1,1,10893,0,4593.73,-6126.38,105.474,1.07116,333,10,0,2304,1807,1,0,0,0),(36275,6378,1,1,1,10893,0,4562.38,-6246.86,101.159,0.24261,333,10,0,2304,1807,1,0,0,0),(36276,6378,1,1,1,10893,0,4853.96,-6006.91,98.0477,1.01095,333,10,0,2304,1807,1,0,0,0),(36277,6378,1,1,1,10893,0,4697.81,-6379.46,111.128,0.405533,333,10,0,2304,1807,1,0,0,0),(36278,6378,1,1,1,10893,0,4644.54,-6283.35,113.319,3.16112,333,10,0,2304,1807,1,0,0,0),(36279,6378,1,1,1,10893,0,4580.36,-5716.53,96.6015,3.1123,333,10,0,2304,1807,1,0,0,0),(36280,6378,1,1,1,10893,0,4177.21,-5810.37,116.515,1.35763,333,2,0,2304,1807,1,0,0,0),(36281,6378,1,1,1,10893,0,4695.44,-5681.71,100.093,6.27733,333,0,0,2304,1807,2,0,0,0),(36282,6378,1,1,1,10893,0,4616.21,-6082.48,100.636,6.04247,333,10,0,2304,1807,1,0,0,0),(36283,6378,1,1,1,10893,0,4716.59,-6292.34,114.874,4.65424,333,10,0,2304,1807,1,0,0,0),(36284,6378,1,1,1,10893,0,4843.41,-6414.58,120.096,2.33195,333,5,0,2304,1807,1,0,0,0),(36285,6378,1,1,1,10893,0,4056.84,-5901.82,102.057,1.70193,333,3,0,2304,1807,1,0,0,0),(36286,6378,1,1,1,10893,0,4370.71,-5841.44,98.4653,1.87403,333,5,0,2304,1807,1,0,0,0),(36287,6378,1,1,1,10893,0,4537.53,-6029.78,102.302,2.14309,333,3,0,2304,1807,1,0,0,0),(36288,6378,1,1,1,10893,0,4523.8,-5663.76,108.766,1.20354,333,10,0,2304,1807,1,0,0,0),(36289,6378,1,1,1,10893,0,4569.16,-5679.37,101.274,2.76979,333,10,0,2304,1807,1,0,0,0),(36290,6378,1,1,1,10893,0,4800.58,-5733.07,105.038,3.70611,333,5,0,2304,1807,1,0,0,0),(36291,6378,1,1,1,10893,0,4449.87,-5874.98,100.386,1.56396,333,5,0,2304,1807,1,0,0,0),(36292,6378,1,1,1,10893,0,4858.66,-6345.86,116.821,0.611846,333,3,0,2304,1807,1,0,0,0),(36293,6378,1,1,1,10893,0,4778.68,-6343.77,115.768,2.4111,333,10,0,2304,1807,1,0,0,0),(36294,6378,1,1,1,10893,0,4513.44,-6232.3,101.413,4.25398,333,10,0,2304,1807,1,0,0,0),(36295,6378,1,1,1,10893,0,4789.81,-6280.55,119.503,0.495519,333,5,0,2304,1807,1,0,0,0),(36296,6378,1,1,1,10893,0,4250.59,-5912.65,95.9475,0.730857,333,10,0,2304,1807,1,0,0,0),(36297,6378,1,1,1,10893,0,4715.15,-6216.67,111.601,2.25142,333,10,0,2304,1807,1,0,0,0),(36298,6378,1,1,1,10893,0,4479.53,-5765.8,104.618,0.158887,333,5,0,2304,1807,1,0,0,0),(36299,6378,1,1,1,10893,0,4814.98,-6055.05,93.0379,3.97576,333,3,0,2304,1807,1,0,0,0),(36300,6378,1,1,1,10893,0,4606.7,-5720.96,96.8228,3.68048,333,10,0,2304,1807,1,0,0,0),(36301,6378,1,1,1,10893,0,4753.1,-6122.72,95.5246,5.46118,333,10,0,2304,1807,1,0,0,0),(36302,6378,1,1,1,10893,0,4592.73,-6218.72,101.274,0.011718,333,10,0,2304,1807,1,0,0,0),(36303,6378,1,1,1,10893,0,4819.62,-6109.76,94.9748,0.886303,333,10,0,2304,1807,1,0,0,0),(36304,6378,1,1,1,10893,0,4473.98,-5968.16,98.6867,0.82293,333,5,0,2304,1807,1,0,0,0),(36305,6378,1,1,1,10893,0,4528.5,-6010.45,107.942,3.66559,333,3,0,2304,1807,1,0,0,0),(36306,6379,1,1,1,10892,0,4557.28,-7524.65,68.9689,5.66361,333,5,0,3082,0,1,0,0,0),(36307,6379,1,1,1,10892,0,2360.54,-6243.62,107.188,6.24996,333,10,0,3082,0,1,0,0,0),(36308,6379,1,1,1,10892,0,4418.8,-6723.24,96.3092,5.12357,333,10,0,3082,0,1,0,0,0),(36309,6379,1,1,1,10892,0,4377.24,-6959.85,112.216,3.23365,333,10,0,3082,0,1,0,0,0),(36310,6379,1,1,1,10892,0,2581.74,-5757.14,102.881,4.59538,333,10,0,3082,0,1,0,0,0),(36311,6379,1,1,1,10892,0,2712.57,-5610.56,127.867,2.40181,333,10,0,3082,0,1,0,0,0),(36312,6379,1,1,1,10892,0,4387.69,-6676.3,101.318,1.21941,333,10,0,3082,0,1,0,0,0),(36313,6379,1,1,1,10892,0,2974.67,-5785.12,137.935,1.53566,333,0,0,3082,0,2,0,0,0),(36314,6379,1,1,1,10892,0,4344.72,-7114.71,125.665,2.77379,333,5,0,3082,0,1,0,0,0),(36315,6379,1,1,1,10892,0,4785.11,-7187.06,85.2539,5.01376,333,5,0,3082,0,1,0,0,0),(36316,6379,1,1,1,10892,0,4311.88,-6944.29,106.298,1.93734,333,10,0,3082,0,1,0,0,0),(36317,6379,1,1,1,10892,0,2649.2,-6081.68,98.1617,1.48182,333,10,0,3082,0,1,0,0,0),(36318,6379,1,1,1,10892,0,4452.03,-6672.21,97.7934,1.30497,333,10,0,3082,0,1,0,0,0),(36319,6379,1,1,1,10892,0,4453.05,-7360.09,83.2805,4.93275,333,10,0,3082,0,1,0,0,0),(36320,6379,1,1,1,10892,0,4721.06,-7505.33,80.1437,1.25429,333,10,0,3082,0,1,0,0,0),(36321,6379,1,1,1,10892,0,2549.49,-6366.39,108.095,1.63821,333,10,0,3082,0,1,0,0,0),(36322,6379,1,1,1,10892,0,2811.76,-6012.42,104.563,3.62584,333,5,0,3082,0,1,0,0,0),(36323,6379,1,1,1,10892,0,4550.4,-6584.97,99.8465,4.22515,333,5,0,3082,0,1,0,0,0),(36324,6379,1,1,1,10892,0,2636.47,-5817.37,99.4544,3.63464,333,10,0,3082,0,1,0,0,0),(36325,6379,1,1,1,10892,0,4449.21,-6825.27,113.724,4.49298,333,5,0,3082,0,1,0,0,0),(36326,6379,1,1,1,10892,0,4505.94,-7240.23,100.657,5.4667,333,10,0,3082,0,1,0,0,0),(36327,6379,1,1,1,10892,0,4484.07,-6792.42,116.759,4.54371,333,10,0,3082,0,1,0,0,0),(36328,6379,1,1,1,10892,0,2571.73,-5879.45,94.1603,2.75963,333,10,0,3082,0,1,0,0,0),(36329,6379,1,1,1,10892,0,2650.72,-5956.24,98.296,5.57826,333,10,0,3082,0,1,0,0,0),(36330,6379,1,1,1,10892,0,2376.86,-6470.56,102.284,2.50502,333,10,0,3082,0,1,0,0,0),(36331,6379,1,1,1,10892,0,2509.61,-6202.02,106.323,1.86231,333,5,0,3082,0,1,0,0,0),(36332,6380,1,1,1,10891,0,4479,-6581.7,98.8087,3.09245,333,5,0,2466,1923,1,0,0,0),(36333,6380,1,1,1,10891,0,4385.08,-7277.41,100.936,0.37437,333,5,0,2466,1923,1,0,0,0),(36334,6380,1,1,1,10891,0,4314.04,-7006.93,129.732,2.37293,333,3,0,2466,1923,1,0,0,0),(36335,6380,1,1,1,10891,0,4452.51,-7149,116.944,4.5376,333,5,0,2466,1923,1,0,0,0),(36336,6380,1,1,1,10891,0,4651.23,-6908.66,125.424,1.48668,333,10,0,2466,1923,1,0,0,0),(36337,6380,1,1,1,10891,0,2382.24,-6557.64,114.374,3.86824,333,3,0,2466,1923,1,0,0,0),(36338,6380,1,1,1,10891,0,2650.17,-6207.89,90.4609,1.58056,333,10,0,2466,1923,1,0,0,0),(36339,6380,1,1,1,10891,0,4382.75,-6826.05,95.745,4.92961,333,5,0,2466,1923,1,0,0,0),(36340,6380,1,1,1,10891,0,4445.42,-7285.42,95.6764,3.71387,333,10,0,2466,1923,1,0,0,0),(36341,6380,1,1,1,10891,0,4259.48,-6945.37,96.2022,0.422587,333,10,0,2466,1923,1,0,0,0),(36342,6380,1,1,1,10891,0,4419.16,-7175.88,110.595,2.99731,333,10,0,2466,1923,1,0,0,0),(36343,6380,1,1,1,10891,0,2644.76,-6355.23,102.644,3.69804,333,3,0,2466,1923,1,0,0,0),(36344,6380,1,1,1,10891,0,4765.74,-6899.47,98.0491,2.47144,333,10,0,2466,1923,1,0,0,0),(36345,6380,1,1,1,10891,0,4287.56,-6922.32,99.6699,5.86675,333,10,0,2466,1923,1,0,0,0),(36346,6380,1,1,1,10891,0,4192.21,-7019.42,96.3888,5.94909,333,10,0,2466,1923,1,0,0,0),(36347,6380,1,1,1,10891,0,2515.14,-5958.62,98.277,4.52188,333,10,0,2466,1923,1,0,0,0),(36348,6380,1,1,1,10891,0,2775.88,-6206.79,104.418,1.89162,333,3,0,2466,1923,1,0,0,0),(36349,6380,1,1,1,10891,0,4187.13,-7094,106.762,5.24075,333,5,0,2466,1923,1,0,0,0),(36350,6380,1,1,1,10891,0,4513.9,-7280.08,101.324,2.13227,333,10,0,2466,1923,1,0,0,0),(36351,6380,1,1,1,10891,0,4905.72,-6701.79,96.1763,4.19022,333,3,0,2466,1923,1,0,0,0),(36352,6380,1,1,1,10891,0,2466.11,-6270.67,101.46,0.18266,333,10,0,2466,1923,1,0,0,0),(36353,6380,1,1,1,10891,0,4519.92,-7023.91,107.381,4.23564,333,10,0,2466,1923,1,0,0,0),(36354,6380,1,1,1,10891,0,4431.4,-7183.47,105.885,0.389643,333,10,0,2466,1923,1,0,0,0),(36355,6380,1,1,1,10891,0,4543.9,-6514.18,96.0594,2.98595,333,5,0,2466,1923,1,0,0,0),(36356,6380,1,1,1,10891,0,4659.46,-7593.06,62.874,1.41329,333,10,0,2466,1923,1,0,0,0),(36357,6380,1,1,1,10891,0,4368.95,-6983.95,119.236,3.16698,333,10,0,2466,1923,1,0,0,0),(36358,6380,1,1,1,10891,0,2448.76,-5749.44,95.5393,1.69297,333,10,0,2466,1923,1,0,0,0),(36359,6380,1,1,1,10891,0,2843.66,-5636.91,123.291,4.30557,333,10,0,2466,1923,1,0,0,0),(36360,6380,1,1,1,10891,0,2588.3,-5623.45,114.35,5.41125,333,10,0,2466,1923,1,0,0,0),(36361,6380,1,1,1,10891,0,4317.43,-6827.14,92.0794,4.53088,333,5,0,2466,1923,1,0,0,0),(36362,6380,1,1,1,10891,0,4543.4,-6685.34,102.429,0.359113,333,5,0,2466,1923,1,0,0,0),(36363,6380,1,1,1,10891,0,4525.2,-7421.74,83.6105,5.38749,333,10,0,2466,1923,1,0,0,0),(36364,6380,1,1,1,10891,0,4425.56,-6976.66,109.775,2.44404,333,10,0,2466,1923,1,0,0,0),(36365,6380,1,1,1,10891,0,4441.65,-7407.99,72.0778,2.65116,333,10,0,2466,1923,1,0,0,0),(36366,6380,1,1,1,10891,0,4645.69,-6585.68,102.407,2.39142,333,5,0,2466,1923,1,0,0,0),(36367,6380,1,1,1,10891,0,4621.72,-7449.71,82.9174,3.14745,333,10,0,2466,1923,1,0,0,0),(36368,6380,1,1,1,10891,0,2598.33,-6575.19,109.917,3.356,333,3,0,2466,1923,1,0,0,0),(36369,6380,1,1,1,10891,0,2501.31,-5680.12,101.251,2.95984,333,10,0,2466,1923,1,0,0,0),(36370,6380,1,1,1,10891,0,2837.58,-5747.69,120.894,5.10639,333,10,0,2466,1923,1,0,0,0),(36371,6380,1,1,1,10891,0,2504.59,-5552.08,107.486,3.41644,333,5,0,2466,1923,1,0,0,0),(36372,6380,1,1,1,10891,0,2449.39,-6163.97,104.593,4.66741,333,5,0,2466,1923,1,0,0,0),(36373,6380,1,1,1,10891,0,2695.48,-5585.73,118.192,5.65679,333,10,0,2466,1923,1,0,0,0),(36374,6125,1,1,1,11331,0,3188.1,-4311.78,104.515,5.65942,333,5,0,2310,0,1,0,0,0),(36375,6125,1,1,1,11331,0,3282.01,-4285.86,126.09,3.28192,333,3,0,2310,0,1,0,0,0),(36376,6125,1,1,1,11331,0,3252.23,-4341.69,131.014,1.91176,333,0,0,2310,0,0,0,0,0),(36377,6125,1,1,1,11331,0,3239.86,-4279.33,127.017,3.21438,333,5,0,2310,0,1,0,0,0),(36378,6125,1,1,1,11331,0,3222.77,-4251.91,103.778,4.40063,333,5,0,2310,0,1,0,0,0),(36379,6125,1,1,1,11331,0,3287.68,-4321.38,131.123,3.53707,333,3,0,2310,0,1,0,0,0),(36380,6125,1,1,1,11331,0,3298.17,-4356.99,125.354,1.42305,333,3,0,2310,0,1,0,0,0),(36381,6126,1,1,1,11332,1,3251.6,-4258.48,116.472,4.89198,333,0,0,2310,0,2,0,0,0),(36382,6126,1,1,1,11332,1,3317.23,-4336.92,131.277,1.31458,333,0,0,2310,0,0,0,0,0),(36383,6126,1,1,1,11332,1,3183.02,-4275.75,100.424,1.39216,333,5,0,2310,0,1,0,0,0),(36384,6126,1,1,1,11332,1,3237.43,-4305.15,131.005,2.59381,333,5,0,2310,0,1,0,0,0),(36385,6127,1,1,1,2020,1,3272.26,-4318.78,132.295,4.30401,333,3,0,1679,3923,1,0,0,0),(36386,6127,1,1,1,2020,1,3282.71,-4252.87,116.934,0.422587,333,0,0,1679,3923,0,0,0,0),(36387,6127,1,1,1,2020,1,3176.16,-4245.36,98.2849,2.10084,333,5,0,1679,3923,1,0,0,0),(36388,6127,1,1,1,2020,1,3293.53,-4299.55,131.105,0.148355,333,0,0,1679,3923,0,0,0,0),(36389,6129,1,1,1,6762,1,2756.68,-5395.01,116.277,1.50213,600,0,0,5151,9530,0,0,0,0),(36390,6129,1,1,1,6762,1,2502.58,-5426.76,133.154,0.826795,600,5,0,5151,9530,1,0,0,0),(36391,6129,1,1,1,6762,1,2809.28,-5441.52,98.7783,0.014311,600,5,0,5151,9530,1,0,0,0),(36392,6129,1,1,1,6762,1,2570.63,-5480.27,122.173,1.64926,600,0,0,5151,9530,0,0,0,0),(36393,6129,1,1,1,6762,1,2472.89,-5280.82,124.686,2.3911,600,0,0,5151,9530,0,0,0,0),(36394,6130,1,1,1,6760,1,2553.61,-5453.37,117.891,2.42322,600,10,0,7469,0,1,0,0,0),(36395,6130,1,1,1,6760,1,2549.44,-5484.53,116.454,6.09247,600,3,0,7469,0,1,0,0,0),(36396,6130,1,1,1,6760,1,2478.59,-5414.96,131.112,3.53884,600,5,0,7469,0,1,0,0,0),(36397,6130,1,1,1,6760,1,2580.31,-5514.01,108.985,2.82427,600,10,0,7469,0,1,0,0,0),(36398,6130,1,1,1,6760,1,2455.17,-5451.67,130.591,1.61845,600,3,0,7469,0,1,0,0,0),(36399,6130,1,1,1,6760,1,2780.41,-5419.1,103.789,2.01646,600,5,0,7469,0,1,0,0,0),(36400,6130,1,1,1,6760,1,2783.54,-5489.76,100.237,4.22341,600,10,0,7469,0,1,0,0,0),(36401,6130,1,1,1,6760,1,2480.33,-5388.97,130.054,4.35332,600,5,0,7469,0,1,0,0,0),(36402,6130,1,1,1,6760,1,2447.2,-5281.89,127.73,2.99539,600,3,0,7469,0,1,0,0,0),(36403,6130,1,1,1,6760,1,2508.55,-5274.99,111.811,2.2344,600,10,0,7469,0,1,0,0,0),(36404,6130,1,1,1,6760,1,2482.6,-5454.16,126.084,4.45867,600,3,0,7469,0,1,0,0,0),(36405,6130,1,1,1,6760,1,2725.77,-5377.92,108.655,5.30391,600,10,0,7469,0,1,0,0,0),(36406,6130,1,1,1,6760,1,2837.07,-5451.65,103.478,0.479523,600,5,0,7469,0,1,0,0,0),(36407,6130,1,1,1,6760,1,2778.61,-5380.24,113.772,2.45414,600,5,0,7469,0,1,0,0,0),(36408,6130,1,1,1,6760,1,2606.57,-5479.42,113.268,0.67423,600,10,0,7469,0,1,0,0,0),(36409,6130,1,1,1,6760,1,2498.72,-5318.79,113.139,4.10857,600,10,0,7469,0,1,0,0,0),(36410,6130,1,1,1,6760,1,2529.48,-5423.22,126.35,2.02764,600,5,0,7469,0,1,0,0,0),(36411,6131,1,1,1,6761,1,2479.52,-5248.74,117.062,2.42386,600,10,0,5502,3728,1,0,0,0),(36412,6131,1,1,1,6761,1,2809.38,-5419.94,103.935,4.71239,600,5,0,5502,3728,1,0,0,0),(36413,6131,1,1,1,6761,1,2642.79,-5151.82,111.091,2.78978,600,5,0,5502,3728,1,0,0,0),(36414,6131,1,1,1,6761,1,2615.34,-5455.3,114.12,0.394973,600,10,0,5502,3728,1,0,0,0),(36415,6131,1,1,1,6761,1,2785.11,-5444.57,97.6376,0.372404,600,5,0,5502,3728,1,0,0,0),(36416,6131,1,1,1,6761,1,2514.98,-5459.12,123.673,1.11669,600,10,0,5502,3728,1,0,0,0),(36417,6131,1,1,1,6761,1,2444.84,-5252.76,124.949,5.07615,600,5,0,5502,3728,1,0,0,0),(36418,6131,1,1,1,6761,1,2758.62,-5418.23,108.289,6.17959,600,5,0,5502,3728,1,0,0,0),(36419,6131,1,1,1,6761,1,2612.46,-5179.53,106.132,2.03707,600,5,0,5502,3728,1,0,0,0),(36420,6131,1,1,1,6761,1,2613.85,-5213.18,112.528,6.25976,600,5,0,5502,3728,1,0,0,0),(36421,6131,1,1,1,6761,1,2708.33,-5408.33,105.541,2.26515,600,0,0,5502,3728,2,0,0,0),(36422,6131,1,1,1,6761,1,2748.79,-5328.01,114.271,0.376152,600,3,0,5502,3728,1,0,0,0),(36423,6131,1,1,1,6761,1,2740.59,-5359.59,112.819,2.59497,600,10,0,5502,3728,1,0,0,0),(36424,6131,1,1,1,6761,1,2751.08,-5446.86,107.38,0.420019,600,10,0,5502,3728,1,0,0,0),(36425,6131,1,1,1,6761,1,2584.38,-5467.71,113.85,5.75277,600,5,0,5502,3728,1,0,0,0),(36426,6131,1,1,1,6761,1,2810.04,-5480.52,99.0158,4.18469,600,5,0,5502,3728,1,0,0,0),(36427,6131,1,1,1,6761,1,2456.99,-5319.61,121.01,6.00673,600,0,0,5502,3728,0,0,0,0),(36428,6131,1,1,1,6761,1,2651.26,-5455.28,116.738,3.91179,600,5,0,5502,3728,1,0,0,0),(36429,6131,1,1,1,6761,1,2814.44,-5221.51,113.512,0.83372,600,3,0,5502,3728,1,0,0,0),(36430,6131,1,1,1,6761,1,2852.12,-5219.37,120.773,0.965271,600,10,0,5502,3728,1,0,0,0),(36431,6131,1,1,1,6761,1,2824.27,-5159.8,111.338,5.8341,600,10,0,5502,3728,1,0,0,0),(36432,6131,1,1,1,6761,1,2849.75,-5145.27,110.778,0.32261,600,5,0,5502,3728,1,0,0,0),(36433,6134,1,1,1,170,0,3894.71,-7188.03,50.8848,2.87979,600,0,0,9156,0,0,0,0,0),(36434,6135,1,1,1,2599,0,4119.79,-7240.47,17.1675,1.36437,333,10,0,3189,0,1,0,0,0),(36435,6135,1,1,1,2599,0,4019.3,-6946.19,-21.7006,1.63212,333,5,0,3189,0,1,0,0,0),(36436,6135,1,1,1,2599,0,4219.34,-7150.86,33.6014,2.90531,333,3,0,3189,0,1,0,0,0),(36437,6135,1,1,1,2599,0,3841.38,-7158.75,22.8746,5.18762,333,2,0,3189,0,1,0,0,0),(36438,6135,1,1,1,2599,0,3774.85,-7147.39,26.4807,1.84625,333,3,0,3189,0,1,0,0,0),(36439,6135,1,1,1,2599,0,4057.44,-7385.18,4.12027,5.32942,333,10,0,3189,0,1,0,0,0),(36440,6135,1,1,1,2599,0,4277.95,-7345.79,8.85309,2.11842,333,10,0,3189,0,1,0,0,0),(36441,6135,1,1,1,2599,0,3984.57,-6987.34,-22.5898,4.11734,333,5,0,3189,0,1,0,0,0),(36442,6135,1,1,1,2599,0,4252.85,-7119.46,34.7159,5.62933,333,10,0,3189,0,1,0,0,0),(36443,6135,1,1,1,2599,0,4274.66,-7285.48,12.0445,3.72905,333,5,0,3189,0,1,0,0,0),(36444,6135,1,1,1,2599,0,4212.21,-7278.82,17.1528,2.25653,333,3,0,3189,0,1,0,0,0),(36445,6135,1,1,1,2599,0,4158.71,-7418.74,-0.015326,5.74255,333,5,0,3189,0,1,0,0,0),(36446,6135,1,1,1,2599,0,4083.98,-7206.65,6.24268,1.13602,333,5,0,3189,0,1,0,0,0),(36447,6135,1,1,1,2599,0,4221.04,-7338.73,9.09478,1.23391,333,10,0,3189,0,1,0,0,0),(36448,6135,1,1,1,2599,0,3816.21,-7172.52,25.1418,2.07957,333,2,0,3189,0,1,0,0,0),(36449,6135,1,1,1,2599,0,4035.65,-7247.46,2.18951,5.94384,333,0,0,3189,0,2,0,0,0),(36450,6135,1,1,1,2599,0,4090.26,-7087.31,14.0809,5.5471,333,5,0,3189,0,1,0,0,0),(36451,6135,1,1,1,2599,0,4086.96,-7148.01,2.24349,0.421339,333,5,0,3189,0,1,0,0,0),(36452,6135,1,1,1,2599,0,4101.4,-7118.62,11.7356,3.2433,333,5,0,3189,0,1,0,0,0),(36453,6135,1,1,1,2599,0,4242.21,-7311.56,7.63566,2.77132,333,10,0,3189,0,1,0,0,0),(36454,6135,1,1,1,2599,0,4046.3,-7053.72,-3.58489,3.65578,333,5,0,3189,0,1,0,0,0),(36455,6135,1,1,1,2599,0,4054.17,-7120.83,-0.77795,5.13965,333,5,0,3189,0,1,0,0,0),(36456,6135,1,1,1,2599,0,4052.9,-7180.5,-7.21943,0.688854,333,5,0,3189,0,1,0,0,0),(36457,6135,1,1,1,2599,0,4163.32,-7274.71,26.2784,5.21797,333,3,0,3189,0,1,0,0,0),(36458,6136,1,1,1,5025,1,3846.96,-7133.58,25.3257,0.233101,333,3,0,3189,0,1,0,0,0),(36459,6136,1,1,1,5025,1,3929.94,-7160.23,26.4809,4.61788,333,0,0,3189,0,2,0,0,0),(36460,6136,1,1,1,5025,1,4254.96,-7245.27,11.533,0.604926,333,10,0,3189,0,1,0,0,0),(36461,6136,1,1,1,5025,1,4115.9,-6975.6,10.1941,1.87303,333,5,0,3189,0,1,0,0,0),(36462,6136,1,1,1,5025,1,3900.34,-7232.22,26.481,0.414715,333,2,0,3189,0,1,0,0,0),(36463,6136,1,1,1,5025,1,3855.48,-7084.68,26.4807,0.167248,333,0,0,3189,0,2,0,0,0),(36464,6136,1,1,1,5025,1,4115.9,-7394.74,7.81284,4.70848,333,10,0,3189,0,1,0,0,0),(36465,6136,1,1,1,5025,1,4052.27,-7313.7,7.70957,1.21491,333,10,0,3189,0,1,0,0,0),(36466,6136,1,1,1,5025,1,4216.37,-7219.34,22.3,4.96494,333,0,0,3189,0,0,0,0,0),(36467,6136,1,1,1,5025,1,4251.45,-7176.93,23.2618,1.19039,333,10,0,3189,0,1,0,0,0),(36468,6136,1,1,1,5025,1,4024.63,-7011.22,-11.8814,0.416439,333,5,0,3189,0,1,0,0,0),(36469,6136,1,1,1,5025,1,4119.42,-7172.8,15.2297,1.14534,333,5,0,3189,0,1,0,0,0),(36470,6136,1,1,1,5025,1,4078.96,-7291.46,31.0927,4.2199,333,5,0,3189,0,1,0,0,0),(36471,6136,1,1,1,5025,1,4178.51,-7396.78,6.12598,4.19967,333,5,0,3189,0,1,0,0,0),(36472,6136,1,1,1,5025,1,4288.86,-7217.44,23.5503,6.14972,333,5,0,3189,0,1,0,0,0),(36473,6136,1,1,1,5025,1,3853.18,-7219.63,45.6107,2.9138,333,3,0,3189,0,1,0,0,0),(36474,6136,1,1,1,5025,1,4091.61,-7013.61,9.1801,6.21675,333,5,0,3189,0,1,0,0,0),(36475,6136,1,1,1,5025,1,4026.27,-7352.52,-11.5174,5.85126,333,5,0,3189,0,1,0,0,0),(36476,6137,1,1,1,1817,0,3852.26,-7084.55,26.4807,2.67493,333,5,0,3293,0,1,0,0,0),(36477,6137,1,1,1,1817,0,3892.6,-7095.74,28.0943,5.88389,333,5,0,3293,0,1,0,0,0),(36478,6137,1,1,1,1817,0,4256.19,-7298.26,8.90849,1.646,333,10,0,3293,0,1,0,0,0),(36479,6137,1,1,1,1817,0,3937.24,-7156.15,26.4816,5.08292,333,3,0,3293,0,1,0,0,0),(36480,6137,1,1,1,1817,0,3893.64,-7154.44,25.1369,1.1225,333,2,0,3293,0,1,0,0,0),(36481,6137,1,1,1,1817,0,3924.37,-7110.04,26.7566,0.584099,333,3,0,3293,0,1,0,0,0),(36482,6137,1,1,1,1817,0,3875.12,-7199.69,22.4043,4.65689,333,5,0,3293,0,1,0,0,0),(36483,6137,1,1,1,1817,0,3880.22,-7177.83,22.3198,4.49637,333,2,0,3293,0,1,0,0,0),(36484,6137,1,1,1,1817,0,3780.53,-7191.29,26.4805,1.55839,333,3,0,3293,0,1,0,0,0),(36485,6137,1,1,1,1817,0,3987.91,-7313.38,-18.5133,1.43698,333,5,0,3293,0,1,0,0,0),(36486,6137,1,1,1,1817,0,3967.86,-7165.03,-0.413033,3.10251,333,5,0,3293,0,1,0,0,0),(36487,6137,1,1,1,1817,0,3852.17,-7195.86,22.8787,0.810434,333,2,0,3293,0,1,0,0,0),(36488,6137,1,1,1,1817,0,3875.17,-7140.75,45.6107,5.43381,333,3,0,3293,0,1,0,0,0),(36489,6137,1,1,1,1817,0,3951.25,-7000.04,-23.8704,5.59725,333,5,0,3293,0,1,0,0,0),(36490,6137,1,1,1,1817,0,3929.28,-7228.32,26.7719,5.3567,333,2,0,3293,0,1,0,0,0),(36491,6137,1,1,1,1817,0,4019.1,-7078.87,-8.29245,0.712649,333,5,0,3293,0,1,0,0,0),(36492,6137,1,1,1,1817,0,3862.96,-7210.27,24.8797,3.12596,333,2,0,3293,0,1,0,0,0),(36493,6137,1,1,1,1817,0,3826.44,-7144.69,25.7002,4.03738,333,3,0,3293,0,1,0,0,0),(36494,6137,1,1,1,1817,0,3784.13,-7134.57,26.4807,1.40345,333,0,0,3293,0,2,0,0,0),(36495,6137,1,1,1,1817,0,3849.76,-7134.47,24.9911,2.66317,333,3,0,3293,0,1,0,0,0),(36496,6137,1,1,1,1817,0,4008.39,-7281.07,-16.9097,2.78249,333,5,0,3293,0,1,0,0,0),(36497,6137,1,1,1,1817,0,3789.38,-7233.6,26.4807,3.68205,333,3,0,3293,0,1,0,0,0),(36498,6137,1,1,1,1817,0,3974.74,-7222.16,14.4655,6.02862,333,0,0,3293,0,2,0,0,0),(36499,6138,1,1,1,11293,1,3840.68,-7205.99,45.6107,1.28327,333,0,0,2634,2041,0,0,0,0),(36500,6138,1,1,1,11293,1,3825.03,-7250.36,28.0943,1.04303,333,5,0,2634,2041,1,0,0,0),(36501,6138,1,1,1,11293,1,4073.3,-7011.78,1.50188,0.098832,333,5,0,2634,2041,1,0,0,0),(36502,6138,1,1,1,11293,1,3941.82,-7180.96,26.4812,0.735185,333,5,0,2634,2041,1,0,0,0),(36503,6138,1,1,1,11293,1,3953.74,-7215.41,22.3208,5.74147,333,2,0,2634,2041,1,0,0,0),(36504,6138,1,1,1,11293,1,3837.29,-7171.35,23.0448,0.321293,333,2,0,2634,2041,1,0,0,0),(36505,6138,1,1,1,11293,1,3849.29,-7251.55,26.4807,1.87388,333,5,0,2634,2041,1,0,0,0),(36506,6138,1,1,1,11293,1,3931.64,-7265.55,-2.62994,3.23012,333,5,0,2634,2041,1,0,0,0),(36507,6138,1,1,1,11293,1,3808.41,-7165.15,45.6132,3.46255,333,3,0,2634,2041,1,0,0,0),(36508,6138,1,1,1,11293,1,4023.43,-7219.9,-6.63725,6.10152,333,5,0,2634,2041,1,0,0,0),(36509,6138,1,1,1,11293,1,3895.18,-7247.87,26.565,1.58825,333,0,0,2634,2041,2,0,0,0),(36510,6138,1,1,1,11293,1,3845.41,-7157.18,22.894,5.41628,333,2,0,2634,2041,1,0,0,0),(36511,6138,1,1,1,11293,1,4048.71,-7258.69,3.73061,4.30322,333,5,0,2634,2041,1,0,0,0),(36512,6138,1,1,1,11293,1,3814.23,-7189.42,26.1661,4.18889,333,3,0,2634,2041,1,0,0,0),(36513,6138,1,1,1,11293,1,3901.4,-7190.05,25.8187,5.83869,333,2,0,2634,2041,1,0,0,0),(36514,6138,1,1,1,11293,1,4091.53,-7116.17,9.23443,1.69321,333,5,0,2634,2041,1,0,0,0),(36515,6138,1,1,1,11293,1,3983.31,-7054.94,-9.9943,5.16291,333,5,0,2634,2041,1,0,0,0),(36516,6138,1,1,1,11293,1,3815.92,-7094.39,26.4808,1.32358,333,5,0,2634,2041,1,0,0,0),(36517,6138,1,1,1,11293,1,3958.15,-6963.47,-23.8296,5.27953,333,5,0,2634,2041,1,0,0,0),(36518,6138,1,1,1,11293,1,3880.8,-7152.01,23.3986,5.21972,333,2,0,2634,2041,1,0,0,0),(36519,6651,1,1,1,1012,0,4256.82,-5217.69,124.213,3.49066,7200,0,0,2672,0,0,0,0,0),(36520,6140,1,1,1,4872,0,3827.25,-6153.95,4.54625,5.26044,333,0,0,3921,0,0,0,0,0),(36521,6143,1,1,1,12812,1,3007.09,-6549.45,-5.98735,3.42257,600,10,0,7972,0,1,0,0,0),(36522,6143,1,1,1,12812,1,3816.54,-6010.06,-8.59705,1.20682,600,10,0,7972,0,1,0,0,0),(36523,6143,1,1,1,12812,1,3779.28,-6146.22,-11.8313,2.57807,600,10,0,7972,0,1,0,0,0),(36524,6143,1,1,1,12812,1,3391.2,-6416.39,-17.2007,5.28105,600,10,0,7972,0,1,0,0,0),(36525,6143,1,1,1,12812,1,3945.62,-6275.12,3.4226,2.49609,600,10,0,7972,0,1,0,0,0),(36526,6143,1,1,1,12812,1,3242.28,-6414.89,1.70905,3.10268,600,10,0,7972,0,1,0,0,0),(36527,6143,1,1,1,12812,1,2882.99,-7095.66,-10.3996,1.71186,180,5,0,7972,0,1,0,0,0),(36528,6143,1,1,1,12812,1,2975.47,-6426.54,-14.1067,4.02246,600,10,0,7972,0,1,0,0,0),(36529,6143,1,1,1,12812,1,3270.55,-6277.34,-17.2859,2.69702,600,10,0,7972,0,1,0,0,0),(36530,6143,1,1,1,12812,1,2841.87,-7241.16,-13.2602,4.55366,180,5,0,7972,0,1,0,0,0),(36531,6143,1,1,1,12812,1,3004.59,-7088.64,-19.5842,3.1545,180,5,0,7972,0,1,0,0,0),(36532,6143,1,1,1,12812,1,3919.1,-6425.3,-18.682,5.11574,600,10,0,7972,0,1,0,0,0),(36533,3584,1,1,1,2723,0,4519.74,410.481,33.8577,2.48947,275,0,0,386,0,0,0,0,0),(36534,6145,1,1,1,4878,0,7547.16,257.815,-42.3373,1.86076,275,5,0,8,0,1,0,0,0),(36535,6145,1,1,1,4878,0,6822.86,760.587,-34.7773,1.42555,275,5,0,8,0,1,0,0,0),(36536,6145,1,1,1,4878,0,6417.4,870.99,-36.977,4.01828,275,5,0,8,0,1,0,0,0),(36537,3841,1,1,1,1932,1,6343.2,561.651,16.1047,5.0091,500,0,0,10572,0,0,0,0,0),(36538,6145,1,1,1,4878,0,4489.42,951.568,-8.39585,6.03377,275,10,0,8,0,1,0,0,0),(36539,6145,1,1,1,4878,0,5909.12,877.006,-13.8596,0.586001,275,5,0,8,0,1,0,0,0),(36540,6145,1,1,1,4878,0,5786.17,817.887,-23.6523,1.48313,275,5,0,8,0,1,0,0,0),(36541,6145,1,1,1,4878,0,6787.67,648.726,-13.0987,6.11655,275,5,0,8,0,1,0,0,0),(36542,6145,1,1,1,4878,0,5585.61,836.885,-18.9804,1.76272,275,5,0,8,0,1,0,0,0),(36543,6145,1,1,1,4878,0,6431.98,1034,-64.205,3.99775,275,5,0,8,0,1,0,0,0),(36544,6145,1,1,1,4878,0,7101.99,386.819,-40.2471,3.36294,275,5,0,8,0,1,0,0,0),(36545,6145,1,1,1,4878,0,4954.36,663.999,-13.4365,1.258,275,5,0,8,0,1,0,0,0),(36546,6145,1,1,1,4878,0,7380.96,417.251,-12.1992,4.81795,275,5,0,8,0,1,0,0,0),(36547,6145,1,1,1,4878,0,7237.97,504.995,-43.3892,1.97097,275,5,0,8,0,1,0,0,0),(36548,6145,1,1,1,4878,0,7048.74,717.365,-11.6035,5.33532,275,5,0,8,0,1,0,0,0),(36549,6145,1,1,1,4878,0,4602.07,852.546,-5.90157,2.98768,275,5,0,8,0,1,0,0,0),(36550,6145,1,1,1,4878,0,6608.3,753.343,-16.7379,0.121518,275,5,0,8,0,1,0,0,0),(36551,6145,1,1,1,4878,0,4793.91,851.16,-5.98752,1.88329,275,5,0,8,0,1,0,0,0),(36552,6145,1,1,1,4878,0,7367.51,337.198,-13.4412,2.2843,275,5,0,8,0,1,0,0,0),(36553,6145,1,1,1,4878,0,7173.04,591.41,-16.2601,4.35636,275,5,0,8,0,1,0,0,0),(36554,6145,1,1,1,4878,0,6658.72,990.317,-45.9486,3.73761,275,5,0,8,0,1,0,0,0),(36555,6145,1,1,1,4878,0,7511.36,113.452,-10.051,1.73755,275,5,0,8,0,1,0,0,0),(36556,6145,1,1,1,4878,0,5452.53,746.771,-35.4351,5.47388,275,5,0,8,0,1,0,0,0),(36557,6145,1,1,1,4878,0,5102.48,949.671,-34.6049,0.177528,275,5,0,8,0,1,0,0,0),(36558,6145,1,1,1,4878,0,7652.56,-1.56871,-10.4895,1.96544,275,5,0,8,0,1,0,0,0),(36559,6145,1,1,1,4878,0,7342.34,277.247,-6.25759,4.39867,275,5,0,8,0,1,0,0,0),(36560,6145,1,1,1,4878,0,7591.1,-584.588,-2.0171,3.21304,275,5,0,8,0,1,0,0,0),(36561,6145,1,1,1,4878,0,6469.27,682.581,-30.2156,3.41811,275,5,0,8,0,1,0,0,0),(36562,6145,1,1,1,4878,0,6021.96,1045.64,-36.6818,3.60449,275,5,0,8,0,1,0,0,0),(36563,6145,1,1,1,4878,0,6819.5,737.836,-34.7773,1.54602,275,5,0,8,0,1,0,0,0),(36564,6145,1,1,1,4878,0,7116.66,411.205,-41.5537,1.37838,275,5,0,8,0,1,0,0,0),(36565,6145,1,1,1,4878,0,6198.03,1040.04,-42.5012,2.56334,275,5,0,8,0,1,0,0,0),(36566,12298,1,1,1,10091,0,7269.77,27.9562,13.3109,4.75143,275,5,0,20,0,1,0,0,0),(36567,12298,1,1,1,10091,0,4435.53,637.919,35.0263,6.17198,275,10,0,20,0,1,0,0,0),(36568,12298,1,1,1,10091,0,7243.1,-108.041,13.9549,2.71214,275,5,0,20,0,1,0,0,0),(36569,12298,1,1,1,10091,0,4523.28,677.035,25.8096,2.48149,275,5,0,20,0,1,0,0,0),(36570,12298,1,1,1,10091,0,4948.17,429.169,33.4967,4.66945,275,10,0,20,0,1,0,0,0),(36571,12298,1,1,1,10091,0,4755.19,571.116,27.334,4.3588,275,10,0,20,0,1,0,0,0),(36572,12298,1,1,1,10091,0,7127.31,22.7077,10.7386,0.869802,275,10,0,20,0,1,0,0,0),(36573,12298,1,1,1,10091,0,5537.57,79.1183,31.2559,1.06693,275,5,0,20,0,1,0,0,0),(36574,12298,1,1,1,10091,0,6098.39,-124.308,62.0201,1.81957,275,0,0,20,0,0,0,0,0),(36575,12298,1,1,1,10091,0,6225.21,-82.6921,45.5174,1.42268,275,10,0,20,0,1,0,0,0),(36576,12298,1,1,1,10091,0,5291.94,193.978,33.0975,0.164828,275,10,0,20,0,1,0,0,0),(36577,12298,1,1,1,10091,0,6398.27,-7.34218,32.5755,4.98344,275,5,0,20,0,1,0,0,0),(36578,12298,1,1,1,10091,0,5631.67,380.922,19.0587,0.609126,275,5,0,20,0,1,0,0,0),(36579,12298,1,1,1,10091,0,6407.44,-135.959,38.117,0.096066,275,10,0,20,0,1,0,0,0),(36580,12298,1,1,1,10091,0,6960.52,84.4612,15.4081,4.38903,275,5,0,20,0,1,0,0,0),(36581,12298,1,1,1,10091,0,6526.31,-71.1848,36.0261,1.7738,275,5,0,20,0,1,0,0,0),(36582,12298,1,1,1,10091,0,6667.9,200.799,28.6874,4.98669,275,5,0,20,0,1,0,0,0),(36583,12298,1,1,1,10091,0,6023.96,61.6047,36.7795,2.13543,275,5,0,20,0,1,0,0,0),(36584,12298,1,1,1,10091,0,5283.37,316.385,31.6557,0.222656,275,5,0,20,0,1,0,0,0),(36585,12298,1,1,1,10091,0,5129.63,177.649,42.6205,2.84617,275,5,0,20,0,1,0,0,0),(36586,12298,1,1,1,10091,0,5037.66,120.329,45.947,3.26692,275,5,0,20,0,1,0,0,0),(36587,12298,1,1,1,10091,0,4834.03,61.3844,53.9166,1.68771,275,10,0,20,0,1,0,0,0),(36588,12298,1,1,1,10091,0,6490.19,-146.132,38.5303,4.44134,275,10,0,20,0,1,0,0,0),(36589,12298,1,1,1,10091,0,6531.1,-147.98,37.3322,1.30789,275,5,0,20,0,1,0,0,0),(36590,12298,1,1,1,10091,0,6521.4,-59.7521,34.2153,0.979553,275,5,0,20,0,1,0,0,0),(36591,12298,1,1,1,10091,0,6758.42,416.056,22.8095,2.85659,275,5,0,20,0,1,0,0,0),(36592,12298,1,1,1,10091,0,6526.31,74.9438,37.3158,0.599527,275,10,0,20,0,1,0,0,0),(36593,12298,1,1,1,10091,0,6849.95,-210.776,43.9536,0.041033,275,5,0,20,0,1,0,0,0),(36594,12298,1,1,1,10091,0,6852.51,-131.293,37.2475,5.27657,275,10,0,20,0,1,0,0,0),(36595,12298,1,1,1,10091,0,6949.82,-42.3877,18.5599,4.52092,275,5,0,20,0,1,0,0,0),(36596,12298,1,1,1,10091,0,4472.72,113.573,63.4402,5.92407,275,5,0,20,0,1,0,0,0),(36597,12298,1,1,1,10091,0,4407.5,379.791,59.4345,0.568866,275,5,0,20,0,1,0,0,0),(36598,12298,1,1,1,10091,0,4410.62,277.734,60.7945,4.54193,275,10,0,20,0,1,0,0,0),(36599,12298,1,1,1,10091,0,4935.79,254.885,43.4508,4.68274,275,10,0,20,0,1,0,0,0),(36600,12298,1,1,1,10091,0,6795.97,-299.128,40.057,5.78139,275,5,0,20,0,1,0,0,0),(36601,12298,1,1,1,10091,0,6757.94,-275.143,38.7485,5.43124,275,5,0,20,0,1,0,0,0),(36602,12298,1,1,1,10091,0,6032.84,227.279,22.7904,1.21151,275,5,0,20,0,1,0,0,0),(36603,12298,1,1,1,10091,0,6813.66,253.488,23.2532,4.77298,275,5,0,20,0,1,0,0,0),(36604,12298,1,1,1,10091,0,6869.15,-405.28,46.6785,4.46987,275,5,0,20,0,1,0,0,0),(36605,12298,1,1,1,10091,0,6903.13,-458.882,45.0749,2.5861,275,10,0,20,0,1,0,0,0),(36606,12298,1,1,1,10091,0,6223.62,240.984,38.4224,5.12532,275,5,0,20,0,1,0,0,0),(36607,12298,1,1,1,10091,0,5747.91,415.558,12.4955,4.18403,275,10,0,20,0,1,0,0,0),(36608,12298,1,1,1,10091,0,4759.49,302.131,50.8684,0.511523,275,5,0,20,0,1,0,0,0),(36609,12298,1,1,1,10091,0,5261.11,392.084,27.9939,4.66546,275,10,0,20,0,1,0,0,0),(36610,12298,1,1,1,10091,0,7032.54,-410.501,41.2851,1.19734,275,10,0,20,0,1,0,0,0),(36611,12298,1,1,1,10091,0,7085.47,-299.134,38.524,4.16125,275,10,0,20,0,1,0,0,0),(36612,12298,1,1,1,10091,0,6321,223.18,36.715,3.56646,275,5,0,20,0,1,0,0,0),(36613,12298,1,1,1,10091,0,5952.1,407.968,18.7636,4.49775,275,10,0,20,0,1,0,0,0),(36614,12298,1,1,1,10091,0,5706.38,266.455,24.0448,2.01698,275,10,0,20,0,1,0,0,0),(36615,12298,1,1,1,10091,0,7132.48,-181.493,30.1647,5.31571,275,5,0,20,0,1,0,0,0),(36616,12298,1,1,1,10091,0,4690.85,90.4262,53.3569,6.22626,275,10,0,20,0,1,0,0,0),(36617,12298,1,1,1,10091,0,6552.13,102.028,37.2439,1.74558,275,10,0,20,0,1,0,0,0),(36618,12298,1,1,1,10091,0,6604.02,170.806,33.0778,0.948713,275,10,0,20,0,1,0,0,0),(36619,12298,1,1,1,10091,0,6049.63,299.131,27.3928,5.45842,275,10,0,20,0,1,0,0,0),(36620,12298,1,1,1,10091,0,5410.11,106.913,33.5857,5.47064,275,5,0,20,0,1,0,0,0),(36621,12298,1,1,1,10091,0,4350.99,514.417,59.3039,3.96843,275,10,0,20,0,1,0,0,0),(36622,12298,1,1,1,10091,0,6243.84,381.193,30.8581,3.46334,275,10,0,20,0,1,0,0,0),(36623,12298,1,1,1,10091,0,6227.59,72.3469,42.9452,0.593412,275,0,0,20,0,0,0,0,0),(36624,12298,1,1,1,10091,0,6631.1,-213.545,37.6405,3.49562,275,5,0,20,0,1,0,0,0),(36625,6667,1,1,1,5485,1,7744.51,-769.238,5.44451,3.69623,275,0,0,417,0,0,0,0,0),(36626,6669,1,1,1,5386,0,7534.7,-713.642,3.36286,1.79769,275,0,0,484,0,0,0,0,0),(36627,2321,1,1,1,1042,0,7134.98,-30.7195,11.6997,1.05649,275,10,0,222,0,1,0,0,0),(36628,2321,1,1,1,1042,0,6540.65,-194.262,37.5723,4.35202,275,10,0,222,0,1,0,0,0),(36629,2321,1,1,1,1042,0,5896.76,41.6667,31.5897,0,275,5,0,222,0,1,0,0,0),(36630,2321,1,1,1,1042,0,6528.88,-155.563,37.0822,1.67923,275,10,0,222,0,1,0,0,0),(36631,2321,1,1,1,1042,0,5328.24,386.83,29.0164,1.86633,275,10,0,222,0,1,0,0,0),(36632,2321,1,1,1,1042,0,5468.83,366.184,21.1599,5.93304,275,5,0,222,0,1,0,0,0),(36633,2321,1,1,1,1042,0,5247.2,71.5227,40.9219,3.71082,275,3,0,222,0,1,0,0,0),(36634,2321,1,1,1,1042,0,6472.68,-152.637,40.1489,2.32787,275,10,0,222,0,1,0,0,0),(36635,2321,1,1,1,1042,0,6377.43,-147.509,33.5234,5.67134,275,5,0,222,0,1,0,0,0),(36636,2321,1,1,1,1042,0,5597.69,441.879,20.5556,1.85272,275,10,0,222,0,1,0,0,0),(36637,2321,1,1,1,1042,0,7073.96,23.6581,16.5192,4.71239,275,5,0,222,0,1,0,0,0),(36638,2321,1,1,1,1042,0,7210.16,18.504,9.79192,0.783555,275,5,0,222,0,1,0,0,0),(36639,2321,1,1,1,1042,0,6396.79,21.9752,28.1692,4.58997,275,10,0,222,0,1,0,0,0),(36640,2321,1,1,1,1042,0,5253.28,118.769,42.9824,3.68084,275,10,0,222,0,1,0,0,0),(36641,2321,1,1,1,1042,0,7338.5,-262.911,10.3835,0.921363,275,5,0,222,0,1,0,0,0),(36642,2321,1,1,1,1042,0,6389.12,105.274,35.4388,1.54444,275,10,0,222,0,1,0,0,0),(36643,2321,1,1,1,1042,0,6596.87,330.209,28.1372,5.58027,275,5,0,222,0,1,0,0,0),(36644,2321,1,1,1,1042,0,5942.44,-52.328,42.7115,5.68326,275,2,0,222,0,1,0,0,0),(36645,2321,1,1,1,1042,0,6018.12,-77.9431,57.4557,2.57007,275,5,0,222,0,1,0,0,0),(36646,2321,1,1,1,1042,0,5402.13,330.199,28.9699,1.00521,275,5,0,222,0,1,0,0,0),(36647,2321,1,1,1,1042,0,6459.9,-42.1875,37.1926,1.43676,275,5,0,222,0,1,0,0,0),(36648,2321,1,1,1,1042,0,5326.31,40.085,54.7726,5.54616,275,5,0,222,0,1,0,0,0),(36649,2321,1,1,1,1042,0,6580.67,-178.569,36.44,2.5823,275,5,0,222,0,1,0,0,0),(36650,2321,1,1,1,1042,0,6731.51,286.796,26.1645,1.92956,275,5,0,222,0,1,0,0,0),(36651,2321,1,1,1,1042,0,5395.61,65.4296,39.1696,4.37499,275,2,0,222,0,1,0,0,0),(36652,2321,1,1,1,1042,0,5361.19,111.686,33.4911,0.377203,275,10,0,222,0,1,0,0,0),(36653,2321,1,1,1,1042,0,7331.96,-30.6303,10.8918,1.29598,275,10,0,222,0,1,0,0,0),(36654,2321,1,1,1,1042,0,5541.51,447.866,18.7464,2.13685,275,10,0,222,0,1,0,0,0),(36655,2321,1,1,1,1042,0,6556.77,97.7185,37.2307,5.80616,275,10,0,222,0,1,0,0,0),(36656,2321,1,1,1,1042,0,6805.12,295.421,24.2668,1.45129,275,5,0,222,0,1,0,0,0),(36657,2321,1,1,1,1042,0,6531.1,298.875,34.1623,0.129179,275,5,0,222,0,1,0,0,0),(36658,2321,1,1,1,1042,0,6735.29,343.503,25.9049,4.23651,275,5,0,222,0,1,0,0,0),(36659,2321,1,1,1,1042,0,6522.77,235.417,29.0267,1.24693,275,5,0,222,0,1,0,0,0),(36660,2321,1,1,1,1042,0,6652.62,370.642,29.0148,3.16307,275,5,0,222,0,1,0,0,0),(36661,2321,1,1,1,1042,0,6819.65,220.531,20.1396,5.22851,275,5,0,222,0,1,0,0,0),(36662,2321,1,1,1,1042,0,7244.77,-60.0102,14.4286,2.54532,275,5,0,222,0,1,0,0,0),(36663,2321,1,1,1,1042,0,5603.36,353.127,25.677,4.73582,275,5,0,222,0,1,0,0,0),(36664,2321,1,1,1,1042,0,6859.59,198.296,12.1421,0.278131,275,5,0,222,0,1,0,0,0),(36665,2321,1,1,1,1042,0,6473.9,11.51,33.2876,5.73473,275,5,0,222,0,1,0,0,0),(36666,2321,1,1,1,1042,0,6928.74,-32.7908,19.54,4.52036,275,5,0,222,0,1,0,0,0),(36667,2321,1,1,1,1042,0,6800.59,167.587,20.7779,2.40003,275,5,0,222,0,1,0,0,0),(36668,2321,1,1,1,1042,0,6874.18,23.3443,21.9416,4.41998,275,5,0,222,0,1,0,0,0),(36669,2321,1,1,1,1042,0,6471.27,137.162,40.6334,1.59524,275,5,0,222,0,1,0,0,0),(36670,2321,1,1,1,1042,0,5726.13,347.465,23.0554,4.25261,275,5,0,222,0,1,0,0,0),(36671,2321,1,1,1,1042,0,6599.13,149.062,34.9477,0.072351,275,10,0,222,0,1,0,0,0),(36672,2321,1,1,1,1042,0,5407.21,399.608,19.6576,4.68833,275,10,0,222,0,1,0,0,0),(36673,2321,1,1,1,1042,0,5271.43,177.132,37.5938,5.35238,275,10,0,222,0,1,0,0,0),(36674,2321,1,1,1,1042,0,5684.1,378.88,13.8449,1.09499,275,10,0,222,0,1,0,0,0),(36675,2321,1,1,1,1042,0,5461.19,213.721,29.4056,4.1832,275,10,0,222,0,1,0,0,0),(36676,2321,1,1,1,1042,0,6538.3,-31.026,37.7735,4.74317,275,5,0,222,0,1,0,0,0),(36677,2321,1,1,1,1042,0,6445.05,65.4094,32.6673,3.37246,275,5,0,222,0,1,0,0,0),(36678,2321,1,1,1,1042,0,5827.81,337.5,23.9363,3.14159,275,5,0,222,0,1,0,0,0),(36679,2321,1,1,1,1042,0,5385.73,212.365,30.006,1.94081,275,5,0,222,0,1,0,0,0),(36680,2321,1,1,1,1042,0,5792.06,417.317,12.9581,2.44207,275,10,0,222,0,1,0,0,0),(36681,2321,1,1,1,1042,0,7183.26,48.7793,12.2401,4.52956,275,10,0,222,0,1,0,0,0),(36682,2321,1,1,1,1042,0,6654.83,287.004,32.4325,1.29215,275,5,0,222,0,1,0,0,0),(36683,2321,1,1,1,1042,0,6525.7,35.9856,34.508,2.72515,275,5,0,222,0,1,0,0,0),(36684,2321,1,1,1,1042,0,6448.04,251.12,34.1798,2.38227,275,5,0,222,0,1,0,0,0),(36685,2321,1,1,1,1042,0,6812.32,368.923,19.7894,3.00846,275,5,0,222,0,1,0,0,0),(36686,2321,1,1,1,1042,0,6326.41,195.298,32.9998,4.37922,275,10,0,222,0,1,0,0,0),(36687,2321,1,1,1,1042,0,5999.28,102.24,26.6181,1.58349,275,10,0,222,0,1,0,0,0),(36688,2321,1,1,1,1042,0,5919.52,129.454,32.176,5.67953,275,5,0,222,0,1,0,0,0),(36689,2321,1,1,1,1042,0,6955.54,60.1361,16.5172,1.00309,275,5,0,222,0,1,0,0,0),(36690,2321,1,1,1,1042,0,7365.36,-61.8171,13.3703,4.90736,275,10,0,222,0,1,0,0,0),(36691,2321,1,1,1,1042,0,7027.5,23.9574,16.3463,3.99815,275,10,0,222,0,1,0,0,0),(36692,2321,1,1,1,1042,0,4521.43,661.648,24.6657,4.95142,275,0,0,222,0,0,0,0,0),(36694,2321,1,1,1,1042,0,6871.63,138.021,13.7961,0,275,5,0,222,0,1,0,0,0),(36695,2321,1,1,1,1042,0,6261.01,164.722,38.1742,2.93309,275,5,0,222,0,1,0,0,0),(36696,2321,1,1,1,1042,0,5861.12,439.657,16.1832,4.13163,275,10,0,222,0,1,0,0,0),(36697,2321,1,1,1,1042,0,5737.41,438.503,11.0785,0.859312,275,10,0,222,0,1,0,0,0),(36698,2321,1,1,1,1042,0,5339.45,230.016,30.3132,3.99062,275,5,0,222,0,1,0,0,0),(36699,2321,1,1,1,1042,0,7053.83,68.3311,17.3742,3.0653,275,10,0,222,0,1,0,0,0),(36700,2321,1,1,1,1042,0,5358.3,425.998,26.423,5.75903,275,5,0,222,0,1,0,0,0),(36701,2321,1,1,1,1042,0,5929.47,88.521,31.9249,5.0755,275,5,0,222,0,1,0,0,0),(36702,2321,1,1,1,1042,0,5799.09,-17.7311,38.3694,5.58756,275,10,0,222,0,1,0,0,0),(36703,2321,1,1,1,1042,0,6851.51,350.122,18.8306,3.9111,275,5,0,222,0,1,0,0,0),(36704,2321,1,1,1,1042,0,5509.79,420.279,20.548,1.04774,275,10,0,222,0,1,0,0,0),(36705,2321,1,1,1,1042,0,7350.6,-142.366,12.4047,3.07905,275,5,0,222,0,1,0,0,0),(36706,2321,1,1,1,1042,0,7208.43,-123.868,16.5956,1.46812,275,5,0,222,0,1,0,0,0),(36707,2321,1,1,1,1042,0,5445.85,105.22,34.7077,4.22427,275,10,0,222,0,1,0,0,0),(36708,2321,1,1,1,1042,0,5478.04,419.295,23.0279,1.8703,275,10,0,222,0,1,0,0,0),(36709,2321,1,1,1,1042,0,6870.67,418.552,14.8537,2.62245,275,5,0,222,0,1,0,0,0),(36710,2321,1,1,1,1042,0,7263.38,23.5843,11.5681,4.43946,275,5,0,222,0,1,0,0,0),(36711,2321,1,1,1,1042,0,7181.95,135.177,12.6987,2.63577,275,5,0,222,0,1,0,0,0),(36712,2321,1,1,1,1042,0,7310.18,-45.8215,9.209,4.29069,275,10,0,222,0,1,0,0,0),(36713,2321,1,1,1,1042,0,6872.79,71.1162,16.9864,3.30633,275,5,0,222,0,1,0,0,0),(36714,2321,1,1,1,1042,0,7208.85,76.2363,11.4583,6.20314,275,5,0,222,0,1,0,0,0),(36715,2321,1,1,1,1042,0,5393.92,139.371,35.1161,2.26229,275,5,0,222,0,1,0,0,0),(36716,2321,1,1,1,1042,0,5473.15,193.578,30.8983,0.189937,275,5,0,222,0,1,0,0,0),(36717,2321,1,1,1,1042,0,6743.04,399.136,23.1014,5.95124,275,5,0,222,0,1,0,0,0),(36718,2321,1,1,1,1042,0,5344.02,170.722,33.5065,3.42257,275,5,0,222,0,1,0,0,0),(36719,2321,1,1,1,1042,0,7107.76,76.4364,15.1635,5.86431,275,5,0,222,0,1,0,0,0),(36720,2321,1,1,1,1042,0,7264.31,-129.492,15.9805,2.0327,275,5,0,222,0,1,0,0,0),(36721,2321,1,1,1,1042,0,7310.88,45.9119,11.1627,2.85659,275,10,0,222,0,1,0,0,0),(36722,2321,1,1,1,1042,0,6207.45,390.236,30.5306,4.93413,275,5,0,222,0,1,0,0,0),(36723,2321,1,1,1,1042,0,6259.79,438.038,23.7918,0.617761,275,10,0,222,0,1,0,0,0),(36724,2321,1,1,1,1042,0,7301.8,-198.342,14.5519,1.00559,275,5,0,222,0,1,0,0,0),(36725,2322,1,1,1,178,0,7140.19,-260.057,34.4533,4.46745,275,10,0,300,0,1,0,0,0),(36726,2322,1,1,1,178,0,7122.83,-309.411,38.2988,4.72457,275,10,0,300,0,1,0,0,0),(36727,2322,1,1,1,178,0,7092.25,-307.219,38.0366,2.15799,275,10,0,300,0,1,0,0,0),(36728,2322,1,1,1,178,0,6929.15,-237.548,37.3352,2.4934,275,5,0,300,0,1,0,0,0),(36729,2322,1,1,1,178,0,6995.95,-223.012,38.2258,5.07207,275,10,0,300,0,1,0,0,0),(36730,2322,1,1,1,178,0,6818.59,-240.586,40.634,4.0272,275,5,0,300,0,1,0,0,0),(36731,2322,1,1,1,178,0,5254.23,80.0111,38.6155,4.58029,275,2,0,300,0,1,0,0,0),(36732,2322,1,1,1,178,0,5267.39,365.306,31.31,2.38866,275,10,0,300,0,1,0,0,0),(36733,2322,1,1,1,178,0,7072.92,-559.216,44.8491,4.71239,275,10,0,300,0,1,0,0,0),(36734,2322,1,1,1,178,0,6864.36,-129.336,36.8271,3.60076,275,10,0,300,0,1,0,0,0),(36735,2322,1,1,1,178,0,6973.12,-264.346,34.526,2.81387,275,10,0,300,0,1,0,0,0),(36736,2322,1,1,1,178,0,6926.41,-325.649,41.9126,0.951909,275,10,0,300,0,1,0,0,0),(36737,2322,1,1,1,178,0,6863.06,-201.519,45.9781,2.37863,275,5,0,300,0,1,0,0,0),(36738,2322,1,1,1,178,0,7000.22,-321.752,37.2727,2.0281,275,10,0,300,0,1,0,0,0),(36739,2322,1,1,1,178,0,7001.22,-600.074,49.7457,4.97538,275,5,0,300,0,1,0,0,0),(36740,2322,1,1,1,178,0,6868.24,-265.304,39.1497,3.417,275,5,0,300,0,1,0,0,0),(36741,2322,1,1,1,178,0,6976.68,-129.93,33.7444,4.78125,275,10,0,300,0,1,0,0,0),(36742,2322,1,1,1,178,0,7193.75,-590.148,38.7208,4.71239,275,5,0,300,0,1,0,0,0),(36743,2322,1,1,1,178,0,6789.49,-504.258,41.8348,4.3764,275,5,0,300,0,1,0,0,0),(36744,2322,1,1,1,178,0,6817.85,-451.055,42.5104,3.85996,275,10,0,300,0,1,0,0,0),(36745,2322,1,1,1,178,0,6858.27,-406.828,45.8446,3.31081,275,10,0,300,0,1,0,0,0),(36746,2322,1,1,1,178,0,6940.03,-362.871,43.4146,4.05366,275,10,0,300,0,1,0,0,0),(36747,2322,1,1,1,178,0,7090.01,-161.427,30.0658,0.167778,275,10,0,300,0,1,0,0,0),(36748,2322,1,1,1,178,0,6854.06,-324.147,39.934,0.981982,275,10,0,300,0,1,0,0,0),(36749,2322,1,1,1,178,0,6939.77,-150.627,34.0588,1.75842,275,5,0,300,0,1,0,0,0),(36750,2322,1,1,1,178,0,7198.11,-312.101,29.115,0.51042,275,10,0,300,0,1,0,0,0),(36751,2322,1,1,1,178,0,7062.83,-254.04,40.4654,2.982,275,5,0,300,0,1,0,0,0),(36752,2322,1,1,1,178,0,7163.35,-205.108,30.4996,5.05174,275,10,0,300,0,1,0,0,0),(36753,2322,1,1,1,178,0,4890.63,478.125,27.3416,4.03816,275,5,0,300,0,1,0,0,0),(36754,2322,1,1,1,178,0,5056.91,383.406,31.0015,0.21655,275,10,0,300,0,1,0,0,0),(36755,2322,1,1,1,178,0,4997.81,328.549,36.6577,3.57291,275,10,0,300,0,1,0,0,0),(36756,2322,1,1,1,178,0,5241.15,174.729,39.0438,0.592334,275,10,0,300,0,1,0,0,0),(36757,2322,1,1,1,178,0,4988.62,428.054,26.4922,5.13061,275,10,0,300,0,1,0,0,0),(36758,2322,1,1,1,178,0,5243.54,291.921,32.3793,2.98271,275,10,0,300,0,1,0,0,0),(36759,2322,1,1,1,178,0,5318.52,160.921,33.0539,6.03085,275,10,0,300,0,1,0,0,0),(36760,2322,1,1,1,178,0,4957.76,275.283,41.4388,5.23287,275,5,0,300,0,1,0,0,0),(36761,2322,1,1,1,178,0,7115.48,-510.606,42.2792,1.21043,275,10,0,300,0,1,0,0,0),(36762,2322,1,1,1,178,0,6913.71,-406.736,45.0974,2.47875,275,10,0,300,0,1,0,0,0),(36763,2322,1,1,1,178,0,7011.42,-361.19,33.9646,2.89687,275,10,0,300,0,1,0,0,0),(36764,2322,1,1,1,178,0,6738.36,-299.629,38.4853,1.65414,275,10,0,300,0,1,0,0,0),(36765,2322,1,1,1,178,0,7055.39,-370.696,38.8774,5.03661,275,10,0,300,0,1,0,0,0),(36766,2322,1,1,1,178,0,6735.38,-277.146,37.4117,4.24871,275,10,0,300,0,1,0,0,0),(36767,2322,1,1,1,178,0,6807.31,-294.07,39.5625,0.862805,275,5,0,300,0,1,0,0,0),(36768,2322,1,1,1,178,0,5289.67,71.6772,40.1372,4.92608,275,3,0,300,0,1,0,0,0),(36769,2322,1,1,1,178,0,7191.38,-507.601,37.7843,4.12338,275,10,0,300,0,1,0,0,0),(36770,2322,1,1,1,178,0,5172.71,457.041,20.7799,2.98672,275,10,0,300,0,1,0,0,0),(36771,2322,1,1,1,178,0,5113.77,439.03,25.687,1.07223,275,10,0,300,0,1,0,0,0),(36772,2322,1,1,1,178,0,5254.58,408.864,27.0246,2.8105,275,10,0,300,0,1,0,0,0),(36773,2323,1,1,1,1283,0,4786.87,444.263,31.5129,4.48043,275,10,0,386,0,1,0,0,0),(36774,2323,1,1,1,1283,0,4743.63,103.188,55.5208,5.7304,275,10,0,386,0,1,0,0,0),(36775,2323,1,1,1,1283,0,4335.8,561.656,58.42,4.14545,275,3,0,386,0,1,0,0,0),(36776,2323,1,1,1,1283,0,4488.64,663.661,27.4444,2.99265,275,10,0,386,0,1,0,0,0),(36777,2323,1,1,1,1283,0,4333.76,548.018,58.17,2.07715,275,10,0,386,0,1,0,0,0),(36778,2323,1,1,1,1283,0,4325.65,-0.240875,65.324,1.71891,275,5,0,386,0,1,0,0,0),(36779,2323,1,1,1,1283,0,4707.08,443.317,39.0695,3.20023,275,10,0,386,0,1,0,0,0),(36780,2323,1,1,1,1283,0,4216.32,551.917,60.1162,4.91476,275,3,0,386,0,1,0,0,0),(36781,2323,1,1,1,1283,0,4543.52,688.476,25.4545,0.480331,275,10,0,386,0,1,0,0,0),(36782,2323,1,1,1,1283,0,4483.09,514.934,43.8908,2.80402,275,5,0,386,0,1,0,0,0),(36783,2323,1,1,1,1283,0,4419.01,583.857,44.0997,4.37067,275,10,0,386,0,1,0,0,0),(36784,2323,1,1,1,1283,0,4442.36,468.996,50.5491,1.00392,275,3,0,386,0,1,0,0,0),(36785,2323,1,1,1,1283,0,4245.03,538.41,58.5345,3.40462,275,10,0,386,0,1,0,0,0),(36786,2323,1,1,1,1283,0,4335.35,19.7,59.7845,1.87648,275,10,0,386,0,1,0,0,0),(36787,2323,1,1,1,1283,0,4402.74,477.624,59.5541,4.47783,275,10,0,386,0,1,0,0,0),(36788,2323,1,1,1,1283,0,4203.07,517.952,58.6559,5.62249,275,10,0,386,0,1,0,0,0),(36789,2323,1,1,1,1283,0,4399.75,396.842,58.2832,5.87983,275,5,0,386,0,1,0,0,0),(36790,2323,1,1,1,1283,0,4838.79,594.591,7.04069,0.548832,275,0,0,386,0,0,0,0,0),(36791,2323,1,1,1,1283,0,4425.23,289.032,60.0113,1.51898,275,10,0,386,0,1,0,0,0),(36792,2323,1,1,1,1283,0,4831.74,112.116,49.2377,4.745,275,0,0,386,0,0,0,0,0),(36793,2323,1,1,1,1283,0,4813.69,503.153,32.0359,3.34416,275,5,0,386,0,1,0,0,0),(36794,2323,1,1,1,1283,0,4410.69,462.159,58.0521,5.16206,275,5,0,386,0,1,0,0,0),(36795,2323,1,1,1,1283,0,4158.82,508.703,65.9411,4.97111,275,2,0,386,0,1,0,0,0),(36796,2323,1,1,1,1283,0,4442.7,588.175,39.6417,1.98575,275,10,0,386,0,1,0,0,0),(36797,2323,1,1,1,1283,0,4821.76,386.5,43.945,2.13936,275,10,0,386,0,1,0,0,0),(36798,2323,1,1,1,1283,0,4303.19,418.273,63.0767,2.93903,275,10,0,386,0,1,0,0,0),(36799,2323,1,1,1,1283,0,4418.17,171.217,55.8924,1.64776,275,5,0,386,0,1,0,0,0),(36800,2323,1,1,1,1283,0,4343.81,-69.0556,82.9622,4.79358,275,5,0,386,0,1,0,0,0),(36801,2323,1,1,1,1283,0,4159.12,441.525,58.768,2.57636,275,2,0,386,0,1,0,0,0),(36802,2323,1,1,1,1283,0,4320.6,317.099,60.213,2.46036,275,10,0,386,0,1,0,0,0),(36803,2323,1,1,1,1283,0,4755.36,355.646,52.5475,1.38413,275,5,0,386,0,1,0,0,0),(36804,2323,1,1,1,1283,0,4281.44,525.724,56.804,1.65986,275,10,0,386,0,1,0,0,0),(36805,2323,1,1,1,1283,0,4343.11,453.701,60.7767,2.24401,275,10,0,386,0,1,0,0,0),(36806,2323,1,1,1,1283,0,4247.71,291.395,60.4347,0.121328,275,5,0,386,0,1,0,0,0),(36807,2323,1,1,1,1283,0,4247.85,348.237,59.5944,3.15917,275,5,0,386,0,1,0,0,0),(36808,2323,1,1,1,1283,0,4683.05,517.822,28.7967,5.48106,275,5,0,386,0,1,0,0,0),(36809,2323,1,1,1,1283,0,4291.65,264.834,57.9445,1.03021,275,10,0,386,0,1,0,0,0),(36810,2323,1,1,1,1283,0,4770.68,515.014,31.7379,0.838558,275,10,0,386,0,1,0,0,0),(36811,2323,1,1,1,1283,0,4793.66,285.453,51.543,0.448365,275,5,0,386,0,1,0,0,0),(36812,2323,1,1,1,1283,0,4201.56,349.901,58.4025,1.5708,275,3,0,386,0,1,0,0,0),(36813,2323,1,1,1,1283,0,4734.28,586.381,27.6126,4.4633,275,10,0,386,0,1,0,0,0),(36814,2323,1,1,1,1283,0,4275.33,481.515,61.5433,1.92087,275,10,0,386,0,1,0,0,0),(36815,2323,1,1,1,1283,0,4738.97,649.884,19.6573,0.048837,275,10,0,386,0,1,0,0,0),(36816,2323,1,1,1,1283,0,4315.55,282.467,57.3835,1.44179,275,10,0,386,0,1,0,0,0),(36817,2323,1,1,1,1283,0,4193.41,397.748,58.8981,5.54064,275,3,0,386,0,1,0,0,0),(36818,2323,1,1,1,1283,0,4346.93,380.717,62.3124,1.66852,275,10,0,386,0,1,0,0,0),(36819,2323,1,1,1,1283,0,7684.02,-1068.46,39.3032,3.76321,275,10,0,386,0,1,0,0,0),(36820,2323,1,1,1,1283,0,7712.71,-1095.75,44.3643,0.910096,275,2,0,386,0,1,0,0,0),(36821,2323,1,1,1,1283,0,7929.43,-1160.12,42.2273,3.19443,275,5,0,386,0,1,0,0,0),(36822,2323,1,1,1,1283,0,7811.43,-1107.65,44.3659,1.79985,275,3,0,386,0,1,0,0,0),(36823,2323,1,1,1,1283,0,7798.23,-1094.36,39.8684,0.019545,275,10,0,386,0,1,0,0,0),(36824,2323,1,1,1,1283,0,4819.61,173.699,51.3165,5.00048,275,10,0,386,0,1,0,0,0),(36825,2323,1,1,1,1283,0,4740.92,260.128,53.7259,5.33834,275,5,0,386,0,1,0,0,0),(36826,2323,1,1,1,1283,0,7883.13,-1045.51,30.4041,3.06845,275,10,0,386,0,1,0,0,0),(36827,2323,1,1,1,1283,0,4435.69,173.555,59.5037,6.0919,275,5,0,386,0,1,0,0,0),(36828,2323,1,1,1,1283,0,4695.25,242.91,56.9477,1.59228,275,10,0,386,0,1,0,0,0),(36829,2323,1,1,1,1283,0,4488.46,221.84,61.2269,1.60064,275,5,0,386,0,1,0,0,0),(36830,2323,1,1,1,1283,0,7945.35,-1094.61,34.4843,5.93858,275,5,0,386,0,1,0,0,0),(36831,2323,1,1,1,1283,0,7752.15,-916.563,24.5972,0.289026,275,5,0,386,0,1,0,0,0),(36832,2323,1,1,1,1283,0,7712.82,-883.953,15.3808,2.64037,275,10,0,386,0,1,0,0,0),(36833,2323,1,1,1,1283,0,7782.48,-955.146,32.8177,4.84256,275,10,0,386,0,1,0,0,0),(36834,2324,1,1,1,6820,1,5858.15,363.54,21.261,6.22004,275,0,0,273,0,0,0,0,0),(36835,2324,1,1,1,6820,1,5885.96,313.458,21.0823,1.78204,275,0,0,273,0,0,0,0,0),(36836,2324,1,1,1,6820,1,5959.16,326.598,21.1812,3.09383,275,0,0,273,0,0,0,0,0),(36837,2324,1,1,1,6820,1,5959.09,306.403,24.3429,0.407906,275,3,0,273,0,1,0,0,0),(36838,2324,1,1,1,6820,1,5909.25,325.439,20.9471,5.40165,275,0,0,273,0,2,0,0,0),(36839,2324,1,1,1,6820,1,6028.08,313.77,27.445,5.6927,275,10,0,273,0,1,0,0,0),(36840,2324,1,1,1,6820,1,5881.9,338.275,21.2963,4.82987,275,0,0,273,0,0,0,0,0),(36841,2324,1,1,1,6820,1,5973.37,346.792,21.5029,3.72228,275,0,0,273,0,0,0,0,0),(36842,2324,1,1,1,6820,1,6034.99,383.143,24.602,4.72291,275,5,0,273,0,1,0,0,0),(36843,2324,1,1,1,6820,1,6007.34,363.002,21.7828,3.96903,275,5,0,273,0,1,0,0,0),(36844,2324,1,1,1,6820,1,5993.11,352.683,21.5993,3.36849,275,0,0,273,0,0,0,0,0),(36845,2324,1,1,1,6820,1,5985.42,387.378,24.4804,1.94696,275,5,0,273,0,1,0,0,0),(36846,2324,1,1,1,6820,1,5982.48,313.692,21.399,5.70437,275,0,0,273,0,0,0,0,0),(36847,2324,1,1,1,6820,1,5948.68,325.617,21.2179,4.33291,275,0,0,273,0,2,0,0,0),(36848,2069,1,1,1,321,0,7397.34,-668.393,20.7836,4.83965,275,5,0,300,0,1,0,0,0),(36849,2069,1,1,1,321,0,7423.1,-688.581,18.1917,0.930226,275,5,0,300,0,1,0,0,0),(36850,2069,1,1,1,321,0,7392.19,-693.924,19.1114,1.97851,275,5,0,300,0,1,0,0,0),(36851,2069,1,1,1,321,0,7375.55,-639.33,23.0965,5.09545,275,5,0,300,0,1,0,0,0),(36852,2069,1,1,1,321,0,5390.73,36.4457,54.5446,5.23384,275,3,0,300,0,1,0,0,0),(36853,2069,1,1,1,321,0,5279.77,86.6736,38.9713,3.85215,275,10,0,300,0,1,0,0,0),(36854,2069,1,1,1,321,0,5333.32,23.4559,67.1131,1.28084,275,5,0,300,0,1,0,0,0),(36855,2069,1,1,1,321,0,5387.81,312.154,26.5827,5.49986,275,10,0,300,0,1,0,0,0),(36856,2069,1,1,1,321,0,5185.42,147.725,53.016,3.43894,275,5,0,300,0,1,0,0,0),(36857,2069,1,1,1,321,0,5275.46,283.466,33.7439,5.24079,275,10,0,300,0,1,0,0,0),(36858,2069,1,1,1,321,0,5305.25,320.044,31.9287,2.72166,275,10,0,300,0,1,0,0,0),(36859,2069,1,1,1,321,0,5170.5,385.744,33.4712,0.06802,275,10,0,300,0,1,0,0,0),(36860,2069,1,1,1,321,0,5306.25,341.374,31.2429,5.88637,275,10,0,300,0,1,0,0,0),(36861,2069,1,1,1,321,0,5249.44,325.984,30.3833,0.494669,275,10,0,300,0,1,0,0,0),(36862,2069,1,1,1,321,0,7048.51,-512.797,41.8241,3.33905,275,5,0,300,0,1,0,0,0),(36863,2069,1,1,1,321,0,5373.93,90.1339,34.6037,0.268908,275,10,0,300,0,1,0,0,0),(36864,2069,1,1,1,321,0,5565.6,487.459,22.6344,3.50105,275,5,0,300,0,1,0,0,0),(36865,2069,1,1,1,321,0,5391.66,256,32.4319,0.305683,275,5,0,300,0,1,0,0,0),(36866,2069,1,1,1,321,0,5310.36,374.927,29.4643,1.40906,275,10,0,300,0,1,0,0,0),(36867,2069,1,1,1,321,0,5452.08,318.75,32.3636,5.30108,275,5,0,300,0,1,0,0,0),(36868,2069,1,1,1,321,0,4884.21,487.295,24.2968,5.46741,275,5,0,300,0,1,0,0,0),(36869,2069,1,1,1,321,0,5374.49,358.481,20.8842,5.49667,275,10,0,300,0,1,0,0,0),(36870,2069,1,1,1,321,0,7252.17,18.0581,8.94817,5.12536,275,5,0,300,0,1,0,0,0),(36871,2069,1,1,1,321,0,5418.24,388.537,17.717,5.69519,275,10,0,300,0,1,0,0,0),(36872,2069,1,1,1,321,0,5515.96,413.667,20.1214,4.60678,275,10,0,300,0,1,0,0,0),(36873,2069,1,1,1,321,0,5378.34,199.174,30.5345,3.92699,275,5,0,300,0,1,0,0,0),(36874,2069,1,1,1,321,0,5724.56,454.47,12.8287,4.91093,275,10,0,300,0,1,0,0,0),(36875,2069,1,1,1,321,0,5385.81,116.074,34.2791,6.0028,275,10,0,300,0,1,0,0,0),(36876,2069,1,1,1,321,0,5449,54.6802,38.7376,1.89594,275,10,0,300,0,1,0,0,0),(36877,2069,1,1,1,321,0,7316.36,-693.353,21.0635,2.88904,275,5,0,300,0,1,0,0,0),(36878,2069,1,1,1,321,0,7152.39,-369.127,40.8371,0.361285,275,10,0,300,0,1,0,0,0),(36879,2069,1,1,1,321,0,4951.06,449.427,32.9371,0.04381,275,10,0,300,0,1,0,0,0),(36880,2069,1,1,1,321,0,5248.82,386.026,29.6963,2.02396,275,10,0,300,0,1,0,0,0),(36881,2069,1,1,1,321,0,7121.61,-266.708,36.464,4.85506,275,5,0,300,0,1,0,0,0),(36882,2069,1,1,1,321,0,7169.48,-291.372,33.4397,0.810255,275,10,0,300,0,1,0,0,0),(36883,2069,1,1,1,321,0,5212.09,205.989,41.2251,1.56689,275,10,0,300,0,1,0,0,0),(36884,2069,1,1,1,321,0,5545.83,362.5,26.9742,1.11324,275,10,0,300,0,1,0,0,0),(36885,2069,1,1,1,321,0,4959.91,482.653,24.6426,4.92058,275,5,0,300,0,1,0,0,0),(36886,2069,1,1,1,321,0,5529.23,167.334,30.3679,2.77379,275,10,0,300,0,1,0,0,0),(36887,2069,1,1,1,321,0,7145.54,-546.688,41.1057,0.536949,275,10,0,300,0,1,0,0,0),(36888,2069,1,1,1,321,0,7117.33,-581.329,44.2988,2.76733,275,10,0,300,0,1,0,0,0),(36889,2069,1,1,1,321,0,7018.78,-656.693,51.3585,4.72553,275,5,0,300,0,1,0,0,0),(36890,2069,1,1,1,321,0,7086.13,-384.541,40.9672,0.31017,275,10,0,300,0,1,0,0,0),(36891,2069,1,1,1,321,0,5466.6,71.8987,35.0538,3.71334,275,10,0,300,0,1,0,0,0),(36892,2069,1,1,1,321,0,7221.32,-259.505,26.1202,3.54931,275,10,0,300,0,1,0,0,0),(36893,2069,1,1,1,321,0,5391.62,177.376,30.0763,2.08717,275,5,0,300,0,1,0,0,0),(36894,2069,1,1,1,321,0,4948.85,416.65,31.9011,3.35008,275,10,0,300,0,1,0,0,0),(36895,2069,1,1,1,321,0,6915.75,-280.625,43.8465,2.38987,275,5,0,300,0,1,0,0,0),(36896,2069,1,1,1,321,0,7214.13,-447.559,34.4682,2.2635,275,10,0,300,0,1,0,0,0),(36897,2070,1,1,1,11449,0,6549.72,-150.468,36.2202,1.81575,275,10,0,198,0,1,0,0,0),(36898,2070,1,1,1,11449,0,7764.06,-1056.25,34.9201,0.785457,275,5,0,198,0,1,0,0,0),(36899,2070,1,1,1,11449,0,6389.11,-153.002,33.0549,2.56616,275,10,0,198,0,1,0,0,0),(36900,2070,1,1,1,11449,0,6419.79,51.041,32.9831,2.38174,275,5,0,198,0,1,0,0,0),(36901,2070,1,1,1,11449,0,6470.78,5.66437,32.6407,1.5874,275,5,0,198,0,1,0,0,0),(36902,2070,1,1,1,11449,0,7069.11,87.8302,14.7941,4.20411,275,10,0,198,0,1,0,0,0),(36903,2070,1,1,1,11449,0,7110.34,-16.9708,10.8384,0.700365,275,10,0,198,0,1,0,0,0),(36904,2070,1,1,1,11449,0,4389.41,131.828,59.1667,5.68381,275,10,0,198,0,1,0,0,0),(36905,2070,1,1,1,11449,0,6627.44,360.148,27.8494,4.37302,275,5,0,198,0,1,0,0,0),(36906,2070,1,1,1,11449,0,6453.71,256.03,35.8088,4.6871,275,5,0,198,0,1,0,0,0),(36907,2070,1,1,1,11449,0,4272.68,487.114,61.9458,2.7426,275,10,0,198,0,1,0,0,0),(36908,2070,1,1,1,11449,0,6581.56,-196.875,39.1713,0,275,5,0,198,0,1,0,0,0),(36909,2070,1,1,1,11449,0,7125.63,39.1845,10.5984,4.86203,275,5,0,198,0,1,0,0,0),(36910,2070,1,1,1,11449,0,6533.81,10.4112,34.1619,2.11968,275,5,0,198,0,1,0,0,0),(36911,2070,1,1,1,11449,0,7274.08,-245.704,17.9434,3.06729,275,5,0,198,0,1,0,0,0),(36912,2070,1,1,1,11449,0,6533.44,289.796,33.5432,3.09081,275,5,0,198,0,1,0,0,0),(36913,2070,1,1,1,11449,0,5966.62,-104.134,60.7698,2.55846,275,10,0,198,0,1,0,0,0),(36914,2070,1,1,1,11449,0,6639,-219.452,40.3466,5.95709,275,5,0,198,0,1,0,0,0),(36915,2070,1,1,1,11449,0,6539.66,304.809,32.9047,5.69518,275,5,0,198,0,1,0,0,0),(36916,2070,1,1,1,11449,0,6043.75,-97.916,57.3611,4.80053,275,10,0,198,0,1,0,0,0),(36917,2070,1,1,1,11449,0,6447.58,148.471,38.471,4.26535,275,5,0,198,0,1,0,0,0),(36918,2070,1,1,1,11449,0,6873.26,346.828,16.0161,3.67431,275,5,0,198,0,1,0,0,0),(36919,2070,1,1,1,11449,0,6229.53,190.202,43.5263,0.047053,275,5,0,198,0,1,0,0,0),(36920,2070,1,1,1,11449,0,6493.58,-96.5158,36.6605,4.46745,275,5,0,198,0,1,0,0,0),(36921,2070,1,1,1,11449,0,5899.61,62.1079,32.9493,0.508316,275,5,0,198,0,1,0,0,0),(36922,2070,1,1,1,11449,0,5766.24,-22.1199,38.3871,4.83645,275,3,0,198,0,1,0,0,0),(36923,2070,1,1,1,11449,0,6882.98,317.039,12.9897,6.13142,275,5,0,198,0,1,0,0,0),(36924,2070,1,1,1,11449,0,4417.24,638.129,36.1623,3.27082,275,3,0,198,0,1,0,0,0),(36925,2070,1,1,1,11449,0,5902.14,20.9271,28.8328,2.4336,275,5,0,198,0,1,0,0,0),(36926,2070,1,1,1,11449,0,5833.71,-7.17288,36.802,5.58495,275,3,0,198,0,1,0,0,0),(36927,2070,1,1,1,11449,0,5953.97,188.058,29.3531,2.1315,275,5,0,198,0,1,0,0,0),(36928,2070,1,1,1,11449,0,6568.17,339.125,32.1761,6.03319,275,5,0,198,0,1,0,0,0),(36929,2070,1,1,1,11449,0,6600.12,360.734,31.0143,5.26436,275,5,0,198,0,1,0,0,0),(36930,2070,1,1,1,11449,0,6147.21,316.294,26.6679,5.89466,275,5,0,198,0,1,0,0,0),(36931,2070,1,1,1,11449,0,5817.53,-23.0798,40.8657,4.354,275,3,0,198,0,1,0,0,0),(36932,2070,1,1,1,11449,0,5792.19,25.1651,38.0819,0.787534,275,5,0,198,0,1,0,0,0),(36933,2070,1,1,1,11449,0,7192.72,125.719,12.9497,2.72337,275,5,0,198,0,1,0,0,0),(36934,2070,1,1,1,11449,0,7297.36,-82.6328,8.30879,6.26366,275,10,0,198,0,1,0,0,0),(36935,2070,1,1,1,11449,0,7202.25,147.113,12.0854,0.405533,275,5,0,198,0,1,0,0,0),(36936,2070,1,1,1,11449,0,6836.03,375.226,17.3306,2.71901,275,5,0,198,0,1,0,0,0),(36937,2070,1,1,1,11449,0,5947.16,115.228,29.7714,4.13143,275,5,0,198,0,1,0,0,0),(36938,2070,1,1,1,11449,0,4368.54,545.515,58.7787,3.33393,275,10,0,198,0,1,0,0,0),(36939,2070,1,1,1,11449,0,6684.67,349.072,25.8967,1.78384,275,5,0,198,0,1,0,0,0),(36940,2070,1,1,1,11449,0,7271.99,16.222,12.3747,5.66646,275,5,0,198,0,1,0,0,0),(36941,2070,1,1,1,11449,0,6880.28,-37.9276,24.0953,2.39052,275,5,0,198,0,1,0,0,0),(36942,2070,1,1,1,11449,0,4416.26,519.325,47.4678,3.71755,275,10,0,198,0,1,0,0,0),(36943,2070,1,1,1,11449,0,4325.95,337.154,62.4771,1.09842,275,10,0,198,0,1,0,0,0),(36944,2070,1,1,1,11449,0,4379.65,351.249,61.0918,2.69324,275,10,0,198,0,1,0,0,0),(36945,2070,1,1,1,11449,0,6356.63,186.705,29.3125,6.09541,275,0,0,198,0,0,0,0,0),(36946,2070,1,1,1,11449,0,7251.71,-12.1289,10.2841,4.24551,275,5,0,198,0,1,0,0,0),(36947,2070,1,1,1,11449,0,6948.25,-50.9259,19.7706,2.34811,275,5,0,198,0,1,0,0,0),(36948,2070,1,1,1,11449,0,7054.57,3.30961,14.7081,4.97821,275,10,0,198,0,1,0,0,0),(36949,2070,1,1,1,11449,0,7285.6,-88.5576,8.451,5.61486,275,10,0,198,0,1,0,0,0),(36950,2070,1,1,1,11449,0,5882.34,-16.188,37.1422,4.04039,275,10,0,198,0,1,0,0,0),(36951,2070,1,1,1,11449,0,6118.29,402.146,29.3716,4.79872,275,5,0,198,0,1,0,0,0),(36952,2070,1,1,1,11449,0,6723.99,448.513,21.4035,5.94882,275,5,0,198,0,1,0,0,0),(36953,2070,1,1,1,11449,0,7274.43,89.1784,13.304,2.41138,275,10,0,198,0,1,0,0,0),(36954,2070,1,1,1,11449,0,6203.25,395.397,28.9365,2.57689,275,5,0,198,0,1,0,0,0),(36955,2070,1,1,1,11449,0,6147.53,450.078,23.72,2.48149,275,10,0,198,0,1,0,0,0),(36956,2070,1,1,1,11449,0,7815.66,-1053.9,29.1376,4.14364,275,0,0,198,0,0,0,0,0),(36957,2070,1,1,1,11449,0,7820.16,-962.762,35.2742,1.72953,275,10,0,198,0,1,0,0,0),(36958,2070,1,1,1,11449,0,8027.94,-1159.38,41.3362,3.49671,275,10,0,198,0,1,0,0,0),(36959,2071,1,1,1,3031,0,7747.78,-1048.77,37.9201,3.63582,275,5,0,484,0,1,0,0,0),(36960,2071,1,1,1,3031,0,4369.55,123.092,56.7004,6.21278,275,10,0,484,0,1,0,0,0),(36961,2071,1,1,1,3031,0,4254.7,504.735,61.0804,0.477196,275,10,0,484,0,1,0,0,0),(36962,2071,1,1,1,3031,0,4453.93,649.813,30.0802,4.39054,275,5,0,484,0,1,0,0,0),(36963,2071,1,1,1,3031,0,4383.68,552.926,54.9459,1.12461,275,10,0,484,0,1,0,0,0),(36964,2071,1,1,1,3031,0,4417.51,525.078,47.6421,1.35425,275,10,0,484,0,1,0,0,0),(36965,2071,1,1,1,3031,0,4324.93,360.631,63.5803,2.74178,275,10,0,484,0,1,0,0,0),(36966,2071,1,1,1,3031,0,4388.52,331.415,59.1262,4.82682,275,10,0,484,0,1,0,0,0),(36967,2071,1,1,1,3031,0,7818.77,-982.033,32.4169,0.899669,275,10,0,484,0,1,0,0,0),(36968,2071,1,1,1,3031,0,7815.01,-1050.97,29.4348,4.14364,275,5,0,484,0,1,0,0,0),(36969,2071,1,1,1,3031,0,8014.06,-1179.29,39.3563,2.04144,275,0,0,484,0,0,0,0,0),(36970,2071,1,1,1,3031,0,8042.01,-1151.9,44.3125,3.49671,275,0,0,484,0,0,0,0,0),(36971,15384,1,1,1,11686,0,6578.69,760.533,6.09923,4.01426,275,0,0,4120,0,0,0,0,0),(36972,15384,1,1,1,11686,0,6422.57,826.152,6.1902,6.23082,275,0,0,4120,0,0,0,0,0),(36973,15384,1,1,1,11686,0,6550.78,924.922,6.23285,0.05236,275,0,0,4120,0,0,0,0,0),(36974,11037,1,1,1,10575,1,6537.81,432.833,7.48059,2.00713,275,0,0,787,0,0,0,0,0),(36975,2336,1,1,1,4217,1,7190.87,-711.852,58.0363,2.42725,275,5,0,356,0,1,0,0,0),(36976,2336,1,1,1,4217,1,7208.51,-759.146,58.0945,2.34578,275,5,0,356,0,1,0,0,0),(36977,2336,1,1,1,4217,1,7201.81,-709.983,57.9314,6.2821,275,5,0,356,0,1,0,0,0),(36978,2336,1,1,1,4411,1,7141.2,-796.39,66.7608,4.9558,275,5,0,356,0,1,0,0,0),(36979,2336,1,1,1,4217,1,7223.87,-735.52,54.8445,4.76031,275,5,0,356,0,1,0,0,0),(36980,3616,1,1,1,1455,0,5002.01,88.8183,52.7788,1.74533,275,0,0,3398,0,0,0,0,0),(36981,2336,1,1,1,4217,1,7183.43,-811.752,39.8938,3.79256,275,5,0,356,0,1,0,0,0),(36982,2336,1,1,1,4217,1,7129.7,-781.143,66.7349,5.59763,275,5,0,356,0,1,0,0,0),(36983,2336,1,1,1,4411,1,7206.52,-845.26,36.086,5.60109,275,0,0,356,0,0,0,0,0),(36984,2336,1,1,1,4411,1,7214.95,-848.573,36.336,2.35216,275,0,0,356,0,0,0,0,0),(36985,2336,1,1,1,4217,1,7170.7,-797.303,48.5581,4.33637,275,0,0,356,0,0,0,0,0),(36986,2336,1,1,1,4217,1,7189.31,-792.874,40.0581,1.24755,275,0,0,356,0,2,0,0,0),(36987,2336,1,1,1,4217,1,7141.91,-763.569,53.0828,4.29089,275,3,0,356,0,1,0,0,0),(36988,2336,1,1,1,4411,1,7155.65,-713.149,51.5208,5.37133,275,3,0,356,0,1,0,0,0),(36989,2336,1,1,1,4411,1,7173.5,-728.865,61.0363,5.42589,275,0,0,356,0,0,0,0,0),(36990,2336,1,1,1,4217,1,7152.41,-738.498,54.5828,2.75702,275,5,0,356,0,1,0,0,0),(36991,2336,1,1,1,4217,1,7169.26,-710.728,48.9113,0.901737,275,0,0,356,0,0,0,0,0),(36992,2336,1,1,1,4217,1,7160.57,-777.683,56.0108,2.34268,275,0,0,356,0,0,0,0,0),(36993,2336,1,1,1,4411,1,7160.07,-760.539,54.2078,4.58923,275,0,0,356,0,0,0,0,0),(36994,2336,1,1,1,4217,1,7178.05,-788.148,47.7364,4.90958,275,0,0,356,0,0,0,0,0),(36995,2336,1,1,1,4411,1,7138.2,-730.673,60.2708,4.92615,275,3,0,356,0,1,0,0,0),(36996,2336,1,1,1,4217,1,7175.35,-762.584,59.5561,2.22929,275,0,0,356,0,0,0,0,0),(36997,2336,1,1,1,4217,1,7113.26,-667.512,45.9777,2.16146,275,0,0,356,0,0,0,0,0),(36998,2336,1,1,1,4217,1,7122.69,-659.712,45.9093,2.29899,275,10,0,356,0,1,0,0,0),(36999,2336,1,1,1,4411,1,7153.39,-686.744,47.4428,0.195912,275,0,0,356,0,0,0,0,0),(37000,2336,1,1,1,4411,1,7173.92,-673.713,43.1123,2.17223,275,5,0,356,0,1,0,0,0),(37001,2336,1,1,1,4217,1,7171.81,-683.546,43.4529,2.46091,275,0,0,356,0,0,0,0,0),(37002,2337,1,1,1,4230,1,7196.7,-732.406,59.6499,2.93528,275,0,0,702,1977,0,0,0,0),(37003,2337,1,1,1,4412,1,7205.66,-744.501,94.0292,6.1212,275,5,0,702,1977,1,0,0,0),(37004,2337,1,1,1,4230,1,7191.29,-725.432,65.3968,0.496014,275,0,0,702,1977,0,0,0,0),(37005,2337,1,1,1,4412,1,7196.82,-755.613,94.1232,3.06074,275,5,0,702,1977,1,0,0,0),(37006,2337,1,1,1,4230,1,7197.96,-721.542,94.0889,1.24458,275,0,0,702,1977,0,0,0,0),(37007,2337,1,1,1,4230,1,7181.96,-740.085,94.0926,3.76177,275,3,0,702,1977,1,0,0,0),(37008,2337,1,1,1,4230,1,7212.78,-735.093,94.1232,2.05473,275,0,0,702,1977,0,0,0,0),(37009,2337,1,1,1,4230,1,7201.94,-727.711,76.1857,0.883339,275,0,0,702,1977,0,0,0,0),(37010,2338,1,1,1,2874,1,4525.24,439.07,32.7327,5.7549,275,5,0,325,357,1,0,0,0),(37011,2338,1,1,1,2873,1,4563.79,436.898,33.3577,1.97503,275,5,0,325,357,1,0,0,0),(37012,2338,1,1,1,2874,1,4591.16,441.81,31.6077,5.88087,275,5,0,325,357,1,0,0,0),(37013,2338,1,1,1,2874,1,4488.33,354.692,31.6077,2.27947,275,5,0,325,357,1,0,0,0),(37014,2338,1,1,1,2874,1,4490.91,381.987,31.6077,2.62687,275,5,0,325,357,1,0,0,0),(37015,2338,1,1,1,2873,1,4606.53,404.076,31.6077,4.89473,275,5,0,325,357,1,0,0,0),(37016,2339,1,1,1,2871,1,4540.47,447.668,32.6077,6.05698,275,5,0,386,0,1,0,0,0),(37017,2339,1,1,1,2872,1,4567.82,450.44,31.6077,4.23346,275,5,0,386,0,1,0,0,0),(37018,2339,1,1,1,2870,1,6765.94,-686.861,70.0664,3.22886,275,0,0,386,0,0,0,0,0),(37019,2339,1,1,1,2870,1,6762.88,-693.251,69.7819,2.02458,275,0,0,386,0,0,0,0,0),(37020,2339,1,1,1,2870,1,4501.4,396.829,31.9258,5.70927,275,5,0,386,0,1,0,0,0),(37021,2339,1,1,1,2869,1,4506.08,364.965,31.6077,0.509734,275,5,0,386,0,1,0,0,0),(37024,2339,1,1,1,2872,1,4513.11,417.75,32.3577,4.21613,275,5,0,386,0,1,0,0,0),(37025,2339,1,1,1,2871,1,4593.27,359.268,34.9827,3.04198,275,5,0,386,0,1,0,0,0),(37026,2339,1,1,1,2869,1,4579.02,345.738,39.1077,6.07659,275,0,0,386,0,2,0,0,0),(37027,2339,1,1,1,2869,1,4612.84,368.821,31.6077,5.70878,275,5,0,386,0,1,0,0,0),(37028,2339,1,1,1,2870,1,4569.82,383.936,32.0736,2.71028,275,5,0,386,0,1,0,0,0),(37040,2339,1,1,1,2869,1,4553.06,377.936,31.6077,2.33695,275,0,0,386,0,2,0,0,0),(37044,2339,1,1,1,2872,1,4565.64,416.6,33.7967,1.42321,275,0,0,386,0,0,0,0,0),(37045,2339,1,1,1,2872,1,4574.1,421.671,33.8577,6.27715,275,0,0,386,0,0,0,0,0),(37050,2339,1,1,1,2872,1,6802.4,-752.996,69.6144,5.09636,275,0,0,386,0,0,0,0,0),(37051,2339,1,1,1,2872,1,6799.46,-762.584,69.757,0.523599,275,0,0,386,0,0,0,0,0),(12967,25991,530,1,1,0,0,-1961.11,5176.77,-37.8594,0.470746,120,0,0,6986,0,0,0,0,0),(12274,25992,530,1,1,0,1,-1960.07,5170.35,-37.8282,0.940848,120,0,0,20958,0,0,0,0,0),(12273,25992,530,1,1,0,1,-1964.49,5178.98,-37.8593,0.469609,120,0,0,20958,0,0,0,0,0),(12272,19076,530,1,1,0,0,-1711.09,5170.09,-40.2085,1.47431,120,0,0,3662,0,0,0,0,0),(12271,24370,530,1,1,0,1,-1797.29,5148.59,-40.2085,2.23405,120,0,0,6986,0,0,0,0,0),(12270,24369,530,1,1,0,1,-1792.34,5152.46,-40.2085,2.23405,120,0,0,7185,7196,0,0,0,0),(12269,24437,530,1,1,0,1,-1786.34,5154.88,-40.2078,1.80811,120,0,0,3331,0,0,0,0,0),(12268,24437,530,1,1,0,1,-1802.79,5141.51,-40.2086,1.10989,120,0,0,3331,0,0,0,0,0),(37060,8997,1,1,1,8229,1,6453.96,431.299,13.7312,4.24115,275,0,0,484,0,0,0,0,0),(37061,3639,1,1,1,1750,1,5725.03,301.931,21.0405,2.46091,275,0,0,198,0,0,0,0,0),(37062,3644,1,1,1,1757,1,6424.76,600.451,9.65306,0.690706,275,0,0,328,0,0,0,0,0),(37063,3649,1,1,1,1770,1,6580.97,492.292,8.31743,0.331613,275,0,0,328,0,0,0,0,0),(37064,3650,1,1,1,1771,0,6748.64,48.6158,48.7179,4.2586,275,0,0,328,0,0,0,0,0),(37065,3657,1,1,1,2529,1,6431.5,384.179,23.4134,1.98968,275,0,0,484,0,0,0,0,0),(37066,3660,1,1,1,4413,1,7183.49,-727.623,94.0635,5.67232,275,0,0,1107,0,0,0,0,0),(37067,3661,1,1,1,2530,1,7246.63,-658.966,34.622,1.76278,275,0,0,328,0,0,0,0,0),(37068,3662,1,1,1,467,0,7132.67,-823.83,60.2618,4.66411,275,0,0,330,938,0,0,0,0),(37069,6737,1,1,1,5441,0,6406.51,515.367,8.72571,1.27409,275,0,0,1003,0,0,0,0,0),(37070,3666,1,1,1,4474,1,6406.11,519.815,23.9674,0.436332,275,0,0,328,0,0,0,0,0),(37071,3667,1,1,1,1937,0,5681.28,203.113,26.7769,3.03396,275,0,0,356,0,2,0,0,0),(37072,4182,1,1,1,4404,0,6564.99,488.889,8.33558,4.57276,275,0,0,386,0,0,0,0,0),(37073,4183,1,1,1,4408,1,6571.59,480.527,8.33259,2.80998,275,0,0,484,0,0,0,0,0),(37074,4185,1,1,1,4402,0,6568.22,439.552,9.14274,2.6529,275,0,0,328,0,0,0,0,0),(37075,4186,1,1,1,4406,0,6534.43,518.322,9.14274,4.50295,275,0,0,417,0,0,0,0,0),(37076,4187,1,1,1,4407,0,6528.26,515.126,9.14274,5.60251,275,0,0,713,0,0,0,0,0),(37077,4189,1,1,1,4401,0,6560.45,442.669,9.14274,0.244346,275,0,0,300,0,0,0,0,0),(37078,4190,1,1,1,4399,1,6385.84,524.491,8.73531,0.628319,275,0,0,273,0,0,0,0,0),(37079,4191,1,1,1,4403,0,6428.75,510.32,8.73342,2.14675,275,0,0,328,0,0,0,0,0),(37080,4192,1,1,1,4405,0,6415.99,529.098,8.7366,4.90438,275,0,0,356,0,0,0,0,0),(37081,4193,1,1,1,4400,0,6563.51,436.932,9.14274,1.5708,275,0,0,950,0,0,0,0,0),(37082,2913,1,1,1,1286,1,6506.35,489.304,6.8245,4.31096,275,0,0,247,0,0,0,0,0),(37083,4194,1,1,1,4409,0,4998.98,72.8715,52.7886,1.95477,275,0,0,328,0,0,0,0,0),(37084,4195,1,1,1,4410,0,4986.99,80.0395,52.8232,0.401426,275,0,0,328,0,0,0,0,0),(37085,2917,1,1,1,1277,1,4678.63,601.614,18.4972,2.21657,275,0,0,356,0,0,0,0,0),(37086,10085,1,1,1,9294,0,6399.89,491.802,8.12578,1.58825,275,0,0,1003,0,0,0,0,0),(37087,4456,1,1,1,19804,1,6482.97,729.743,8.40589,1.8326,275,0,0,787,0,0,0,0,0),(37088,4200,1,1,1,9549,1,6399.57,533.387,8.73894,4.04916,275,0,0,300,0,0,0,0,0),(37089,7017,1,1,1,4762,1,6807.76,-765.586,68.9631,3.0329,7200,0,0,328,0,0,0,0,0),(37090,2156,1,1,1,10799,0,4579.38,584.232,1.24415,2.20783,275,3,0,354,0,1,0,0,0),(37091,2156,1,1,1,10799,0,4599.96,583.594,1.32809,4.4401,275,3,0,354,0,1,0,0,0),(37092,2156,1,1,1,10799,0,4624.61,642.974,6.69941,0.945663,275,3,0,354,0,1,0,0,0),(37093,2156,1,1,1,10799,0,4662.05,612.126,9.29389,0.095303,275,5,0,354,0,1,0,0,0),(37094,2156,1,1,1,10799,0,4643.69,627.042,8.41889,2.06404,275,3,0,354,0,1,0,0,0),(37095,2156,1,1,1,10799,0,4592.41,604.546,1.50847,2.78521,275,3,0,354,0,1,0,0,0),(37096,3692,1,1,1,1899,0,4608.44,-6.32595,69.7473,1.85005,275,0,0,449,0,0,0,0,0),(37097,3693,1,1,1,1956,0,6434.59,362.807,14.0243,1.09956,275,0,0,328,0,0,0,0,0),(37098,2157,1,1,1,473,0,4560.95,571.699,1.47901,2.13726,275,5,0,382,0,1,0,0,0),(37099,2157,1,1,1,473,0,4582.15,568.842,1.07809,1.12217,275,0,0,382,0,2,0,0,0),(37100,2157,1,1,1,473,0,4620.32,617.183,5.4568,0.931292,275,3,0,382,0,1,0,0,0),(37101,3695,1,1,1,913,0,4773.25,207.805,50.987,2.17813,275,0,0,273,0,0,0,0,0),(37102,12656,1,1,1,14954,0,6494.46,801.751,8.1358,4.43314,275,0,0,328,0,0,0,0,0),(37103,2930,1,1,1,2865,1,6438.62,471.896,8.12515,1.91474,275,0,0,2218,0,0,0,0,0),(37104,883,1,1,1,347,0,7168.18,-694.047,45.7373,2.5013,275,10,0,1,0,1,0,0,0),(37105,883,1,1,1,347,0,5273.67,323.022,30.6557,2.64425,275,10,0,1,0,1,0,0,0),(37106,883,1,1,1,347,0,6038.46,48.4677,36.0453,0.799813,275,5,0,1,0,1,0,0,0),(37107,2163,1,1,1,1006,0,6952.43,30.7177,15.1094,0.918315,275,10,0,278,0,1,0,0,0),(37108,883,1,1,1,347,0,5062.61,115.147,44.2793,1.67552,275,0,0,1,0,0,0,0,0),(37109,2163,1,1,1,1006,0,7147.37,4.19446,10.2681,3.79681,275,10,0,278,0,1,0,0,0),(37110,2163,1,1,1,1006,0,6510.52,-60.6708,34.5754,0.559841,275,5,0,278,0,1,0,0,0),(37111,2163,1,1,1,1006,0,6403.39,112.84,36.0033,4.69152,275,10,0,278,0,1,0,0,0),(37112,883,1,1,1,347,0,7354.59,-733.314,15.7977,1.78024,275,0,0,1,0,0,0,0,0),(37113,2163,1,1,1,1006,0,6923.3,-10.2967,20.7932,4.16144,275,5,0,278,0,1,0,0,0),(37114,2163,1,1,1,1006,0,7073.01,-50.1616,16.3863,3.04425,275,10,0,278,0,1,0,0,0),(37115,2163,1,1,1,1006,0,7082.81,18.2285,16.4387,3.33924,275,5,0,278,0,1,0,0,0),(37116,2163,1,1,1,1006,0,7297.03,-154.166,13.603,3.1415,275,5,0,278,0,1,0,0,0),(37117,2163,1,1,1,1006,0,6446.69,20.2979,29.1625,1.65783,275,10,0,278,0,1,0,0,0),(37118,2163,1,1,1,1006,0,6876.25,23.4208,22.2693,0.240713,275,5,0,278,0,1,0,0,0),(37119,2163,1,1,1,1006,0,5896.86,153.815,33.3209,5.19873,275,5,0,278,0,1,0,0,0),(37120,2163,1,1,1,1006,0,7295.18,-179.016,14.9421,0.619617,275,5,0,278,0,1,0,0,0),(37121,2163,1,1,1,1006,0,6843.06,250.148,17.7492,0.807494,275,5,0,278,0,1,0,0,0),(37122,2163,1,1,1,1006,0,6520.11,-50.3446,33.9653,2.56236,275,5,0,278,0,1,0,0,0),(37123,2163,1,1,1,1006,0,5919.21,-50.4607,43.8068,3.08072,275,3,0,278,0,1,0,0,0),(37124,2163,1,1,1,1006,0,7364.27,-246.737,10.0085,0.157446,275,5,0,278,0,1,0,0,0),(37125,2163,1,1,1,1006,0,5869.78,111.83,31.7887,3.30835,275,5,0,278,0,1,0,0,0),(37126,2163,1,1,1,1006,0,6739.36,311.01,24.0622,2.0485,275,5,0,278,0,1,0,0,0),(37127,2163,1,1,1,1006,0,6724.76,308.587,24.5658,2.07467,275,5,0,278,0,1,0,0,0),(37128,2163,1,1,1,1006,0,6853.91,219.44,12.9635,1.18623,275,5,0,278,0,1,0,0,0),(37129,2163,1,1,1,1006,0,6608.81,327.811,28.9928,1.13334,275,5,0,278,0,1,0,0,0),(37130,2163,1,1,1,1006,0,6648.36,426.383,26.7427,4.79972,275,5,0,278,0,1,0,0,0),(37131,2163,1,1,1,1006,0,6656.02,288.861,32.1827,3.56777,275,5,0,278,0,1,0,0,0),(37132,2163,1,1,1,1006,0,6662.83,410.104,26.2989,4.15172,275,5,0,278,0,1,0,0,0),(37133,2163,1,1,1,1006,0,7048.54,80.9535,16.9582,4.88621,275,10,0,278,0,1,0,0,0),(37134,2163,1,1,1,1006,0,6820,97.5871,19.6779,4.57631,275,5,0,278,0,1,0,0,0),(37135,2163,1,1,1,1006,0,6572.81,298.632,32.0814,5.05515,275,5,0,278,0,1,0,0,0),(37136,2163,1,1,1,1006,0,6916.55,50.5651,17.2194,5.13004,275,5,0,278,0,1,0,0,0),(37137,2163,1,1,1,1006,0,6659.38,-270.631,47.0861,6.03121,275,5,0,278,0,1,0,0,0),(37138,2163,1,1,1,1006,0,6468.98,76.1526,34.9721,3.01033,275,10,0,278,0,1,0,0,0),(37139,2163,1,1,1,1006,0,6813.57,216.138,20.1,2.33756,275,5,0,278,0,1,0,0,0),(37140,2163,1,1,1,1006,0,5940.99,-91.4186,57.7381,3.37212,275,10,0,278,0,1,0,0,0),(37141,2163,1,1,1,1006,0,6431.76,-44.0037,37.0905,2.16151,275,5,0,278,0,1,0,0,0),(37142,2163,1,1,1,1006,0,6505.71,-139.835,36.4572,4.42872,275,10,0,278,0,1,0,0,0),(37143,2163,1,1,1,1006,0,6472.22,113.158,38.6066,4.33063,275,10,0,278,0,1,0,0,0),(37144,2163,1,1,1,1006,0,7200.72,33.2228,10.448,2.54268,275,10,0,278,0,1,0,0,0),(37145,2163,1,1,1,1006,0,6421.98,-9.86445,30.3185,4.97885,275,5,0,278,0,1,0,0,0),(37146,2163,1,1,1,1006,0,6467.01,78.6208,35.3671,2.65459,275,10,0,278,0,1,0,0,0),(37147,2163,1,1,1,1006,0,6504.04,91.3375,35.8166,0.230532,275,10,0,278,0,1,0,0,0),(37148,2163,1,1,1,1006,0,6640.41,429.545,27.8345,3.28593,275,5,0,278,0,1,0,0,0),(37149,2163,1,1,1,1006,0,6504.41,248.525,29.4294,4.177,275,5,0,278,0,1,0,0,0),(37150,2163,1,1,1,1006,0,7029.24,-41.0434,19.6464,3.15039,275,5,0,278,0,1,0,0,0),(37151,2163,1,1,1,1006,0,6920.07,76.1889,14.1604,2.83182,275,5,0,278,0,1,0,0,0),(37152,2163,1,1,1,1006,0,5704.81,16.947,39.2277,0.509943,275,3,0,278,0,1,0,0,0),(37153,2163,1,1,1,1006,0,7173.6,-70.2085,15.8925,5.08075,275,5,0,278,0,1,0,0,0),(37154,2163,1,1,1,1006,0,6977.61,41.8601,15.855,1.08734,275,5,0,278,0,1,0,0,0),(37155,2163,1,1,1,1006,0,6876.34,100.906,14.3866,2.65611,275,5,0,278,0,1,0,0,0),(37156,2163,1,1,1,1006,0,7024.54,92.4182,15.1654,0.670053,275,10,0,278,0,1,0,0,0),(37157,2163,1,1,1,1006,0,7330.21,-59.5434,11.1063,1.5708,275,10,0,278,0,1,0,0,0),(37158,2163,1,1,1,1006,0,6277.86,193.395,35.1029,4.60073,275,5,0,278,0,1,0,0,0),(37159,2163,1,1,1,1006,0,7244.56,129.521,10.8882,4.47168,275,10,0,278,0,1,0,0,0),(37160,2163,1,1,1,1006,0,7207.38,91.6158,11.956,2.50863,275,10,0,278,0,1,0,0,0),(37161,2163,1,1,1,1006,0,6241.67,148.66,39.1281,1.41436,275,5,0,278,0,1,0,0,0),(37162,2163,1,1,1,1006,0,7157.91,99.3053,13.3836,1.02011,275,10,0,278,0,1,0,0,0),(37163,2163,1,1,1,1006,0,7029.72,21.5478,16.5202,1.39195,275,10,0,278,0,1,0,0,0),(37164,2163,1,1,1,1006,0,6987.45,5.71158,13.2148,3.69491,275,10,0,278,0,1,0,0,0),(37165,2163,1,1,1,1006,0,7180.34,-66.9861,15.41,0.128326,275,5,0,278,0,1,0,0,0),(37166,2163,1,1,1,1006,0,7332.71,119.902,11.7834,1.20082,275,10,0,278,0,1,0,0,0),(37167,2163,1,1,1,1006,0,7291.88,-47.4621,8.17893,5.72299,275,10,0,278,0,1,0,0,0),(37168,2163,1,1,1,1006,0,7346.64,-122.564,13.6169,2.84453,275,10,0,278,0,1,0,0,0),(37169,883,1,1,1,347,0,4700.78,134.819,54.0428,6.14356,275,10,0,1,0,1,0,0,0),(37170,2163,1,1,1,1006,0,7301.18,-17.649,11.7287,4.99861,275,10,0,278,0,1,0,0,0),(37171,2163,1,1,1,1006,0,6238.67,218.854,40.5209,3.33163,275,5,0,278,0,1,0,0,0),(37172,2163,1,1,1,1006,0,7347.09,94.1124,12.9812,3.165,275,10,0,278,0,1,0,0,0),(37173,2163,1,1,1,1006,0,5939.81,130.066,29.9255,5.57985,275,5,0,278,0,1,0,0,0),(37174,2163,1,1,1,1006,0,6209.82,450.424,23.1752,0.896725,275,10,0,278,0,1,0,0,0),(37175,2163,1,1,1,1006,0,7181.8,-22.3868,9.92127,0.266077,275,5,0,278,0,1,0,0,0),(37176,2163,1,1,1,1006,0,6851.94,-2.32602,21.8626,1.67108,275,5,0,278,0,1,0,0,0),(37177,2163,1,1,1,1006,0,7256.2,30.1272,10.4305,1.65978,275,5,0,278,0,1,0,0,0),(37178,2163,1,1,1,1006,0,6710.89,376.755,25.9951,3.44084,275,5,0,278,0,1,0,0,0),(37179,2163,1,1,1,1006,0,6746.27,354.115,28.7608,0.568194,275,5,0,278,0,1,0,0,0),(37180,2163,1,1,1,1006,0,6673.2,290.389,30.8061,1.81698,275,5,0,278,0,1,0,0,0),(37181,2163,1,1,1,1006,0,5934.2,88.4144,31.9707,6.10632,275,5,0,278,0,1,0,0,0),(37182,2163,1,1,1,1006,0,7197.92,-43.75,12.6035,5.77159,275,5,0,278,0,1,0,0,0),(37183,2163,1,1,1,1006,0,7222.81,-120.275,14.7227,0.550557,275,5,0,278,0,1,0,0,0),(37184,2163,1,1,1,1006,0,6804.94,297.139,23.9473,1.9916,275,5,0,278,0,1,0,0,0),(37185,2163,1,1,1,1006,0,6552.46,-213.007,39.1891,4.58126,275,3,0,278,0,1,0,0,0),(37186,2163,1,1,1,1006,0,7309.57,-199.452,13.175,4.73661,275,5,0,278,0,1,0,0,0),(37187,2163,1,1,1,1006,0,7246.89,-82.7165,13.2468,2.86469,275,5,0,278,0,1,0,0,0),(37188,2163,1,1,1,1006,0,5846.97,214.47,32.5401,3.94979,275,10,0,278,0,1,0,0,0),(37189,2163,1,1,1,1006,0,6216.91,254.894,37.5754,1.74462,275,5,0,278,0,1,0,0,0),(37190,2163,1,1,1,1006,0,6280.19,446.94,25.3244,4.13061,275,5,0,278,0,1,0,0,0),(37191,2164,1,1,1,8840,0,6893.56,11.6143,24.1377,0.547067,275,5,0,341,0,1,0,0,0),(37192,2164,1,1,1,8840,0,5415.72,-5.03956,76.7753,4.45554,275,5,0,341,0,1,0,0,0),(37193,2164,1,1,1,8840,0,5022.85,335.164,30.7111,5.44738,275,10,0,341,0,1,0,0,0),(37194,2164,1,1,1,8840,0,6782.16,-413.72,43.9,6.00614,275,5,0,341,0,1,0,0,0),(37195,2164,1,1,1,8840,0,6869.89,-119.05,34.9622,6.2363,275,10,0,341,0,1,0,0,0),(37196,2164,1,1,1,8840,0,6778.4,-231.362,35.1045,1.43263,275,10,0,341,0,1,0,0,0),(37197,2164,1,1,1,8840,0,7051.93,13.7403,14.5466,5.5807,275,10,0,341,0,1,0,0,0),(37198,2164,1,1,1,8840,0,7222.85,76.8756,11.4584,6.11569,275,10,0,341,0,1,0,0,0),(37199,2164,1,1,1,8840,0,5021.72,281.857,31.0216,5.67575,275,10,0,341,0,1,0,0,0),(37200,2164,1,1,1,8840,0,6795.72,-241.52,39.0949,3.31027,275,10,0,341,0,1,0,0,0),(37201,2164,1,1,1,8840,0,6873.13,-293.039,40.3794,3.8142,275,10,0,341,0,1,0,0,0),(37202,2164,1,1,1,8840,0,6973.75,-40.3627,21.0226,1.38637,275,5,0,341,0,1,0,0,0),(37203,2164,1,1,1,8840,0,6830.28,-120.329,34.5408,6.13024,275,10,0,341,0,1,0,0,0),(37204,2164,1,1,1,8840,0,5375.88,447.166,21.5353,1.16398,275,10,0,341,0,1,0,0,0),(37205,2164,1,1,1,8840,0,6975.77,-390.593,38.3023,1.91927,275,10,0,341,0,1,0,0,0),(37206,2164,1,1,1,8840,0,5582.44,17.9314,60.4998,6.07531,275,5,0,341,0,1,0,0,0),(37207,2164,1,1,1,8840,0,6844.95,-169.339,38.6128,0.611155,275,5,0,341,0,1,0,0,0),(37208,2164,1,1,1,8840,0,7262.8,-182.151,18.2242,3.62489,275,5,0,341,0,1,0,0,0),(37209,2164,1,1,1,8840,0,5449.35,394.829,19.9966,2.89709,275,10,0,341,0,1,0,0,0),(37210,2164,1,1,1,8840,0,5353.58,419.512,27.0407,2.50806,275,5,0,341,0,1,0,0,0),(37211,2164,1,1,1,8840,0,6975.94,56.9724,14.105,1.78468,275,5,0,341,0,1,0,0,0),(37212,2164,1,1,1,8840,0,5152.55,409.436,29.0444,0.244505,275,10,0,341,0,1,0,0,0),(37213,2164,1,1,1,8840,0,7216.42,-516.437,34.9261,5.49779,275,10,0,341,0,1,0,0,0),(37214,2164,1,1,1,8840,0,7244.82,-107.733,14.0145,1.17525,275,5,0,341,0,1,0,0,0),(37215,2164,1,1,1,8840,0,6785.75,-281.894,39.807,2.82358,275,5,0,341,0,1,0,0,0),(37216,2164,1,1,1,8840,0,7124.54,-519.055,40.1513,5.95093,275,10,0,341,0,1,0,0,0),(37217,2164,1,1,1,8840,0,5461.95,414.838,22.0017,5.75265,275,10,0,341,0,1,0,0,0),(37218,2164,1,1,1,8840,0,6829.07,-410.867,43.8074,4.88032,275,10,0,341,0,1,0,0,0),(37219,2164,1,1,1,8840,0,7213.51,-582.357,37.2638,3.88202,275,5,0,341,0,1,0,0,0),(37220,2164,1,1,1,8840,0,5647.92,388.542,17.8947,3.14159,275,5,0,341,0,1,0,0,0),(37221,2164,1,1,1,8840,0,5725.8,373.666,19.6151,1.96454,275,10,0,341,0,1,0,0,0),(37222,2164,1,1,1,8840,0,5787.23,316.036,26.3305,3.04832,275,5,0,341,0,1,0,0,0),(37223,2164,1,1,1,8840,0,6823.93,-196.094,42.5724,2.18146,275,5,0,341,0,1,0,0,0),(37224,2164,1,1,1,8840,0,6980.51,-337.852,34.5561,0.003807,275,10,0,341,0,1,0,0,0),(37225,2164,1,1,1,8840,0,5862.11,447.216,16.0025,3.50198,275,10,0,341,0,1,0,0,0),(37226,2164,1,1,1,8840,0,5641.01,434.717,17.4823,0.401694,275,10,0,341,0,1,0,0,0),(37227,2164,1,1,1,8840,0,7076.62,-502.422,44.7216,2.16856,275,3,0,341,0,1,0,0,0),(37228,2164,1,1,1,8840,0,7016.29,-387.172,34.7628,3.44296,275,10,0,341,0,1,0,0,0),(37229,2164,1,1,1,8840,0,5681.58,421.719,14.5412,4.6293,275,10,0,341,0,1,0,0,0),(37230,2164,1,1,1,8840,0,5634.32,348.899,17.6915,0.485478,275,10,0,341,0,1,0,0,0),(37231,2164,1,1,1,8840,0,5784.3,431.188,13.3199,3.00842,275,10,0,341,0,1,0,0,0),(37232,2164,1,1,1,8840,0,5103.33,473.215,22.277,0.905814,275,10,0,341,0,1,0,0,0),(37233,2164,1,1,1,8840,0,7054.81,-282.581,42.5628,5.38433,275,5,0,341,0,1,0,0,0),(37234,2164,1,1,1,8840,0,4984.2,384.201,30.2642,5.97939,275,5,0,341,0,1,0,0,0),(37235,2164,1,1,1,8840,0,5298.56,448.815,21.9092,2.194,275,10,0,341,0,1,0,0,0),(37236,2164,1,1,1,8840,0,7068.23,-553.646,44.2623,1.66925,275,10,0,341,0,1,0,0,0),(37237,2164,1,1,1,8840,0,5350.57,348.811,31.7041,1.02189,275,5,0,341,0,1,0,0,0),(37238,2164,1,1,1,8840,0,5250.19,442.391,24.6019,5.24159,275,10,0,341,0,1,0,0,0),(37239,2164,1,1,1,8840,0,5480.11,372.692,23.7244,1.17499,275,10,0,341,0,1,0,0,0),(37240,2164,1,1,1,8840,0,4995.83,287.5,36.2307,5.62652,275,10,0,341,0,1,0,0,0),(37241,2164,1,1,1,8840,0,5677.75,355.562,16.4702,4.47472,275,10,0,341,0,1,0,0,0),(37242,2164,1,1,1,8840,0,5735.44,355.611,23.7582,3.01744,275,5,0,341,0,1,0,0,0),(37243,2164,1,1,1,8840,0,7088.42,-166.975,30.0149,5.55732,275,10,0,341,0,1,0,0,0),(37244,2164,1,1,1,8840,0,7339.49,124.662,12.3745,1.25326,275,10,0,341,0,1,0,0,0),(37245,2164,1,1,1,8840,0,5569.27,366.712,28.6159,1.11413,275,10,0,341,0,1,0,0,0),(37246,2164,1,1,1,8840,0,7118.45,-357.402,34.6239,5.22063,275,10,0,341,0,1,0,0,0),(37247,2164,1,1,1,8840,0,6890.36,-175.174,36.1546,0.503399,275,5,0,341,0,1,0,0,0),(37248,2164,1,1,1,8840,0,6873.61,-230.556,38.5052,2.1756,275,5,0,341,0,1,0,0,0),(37249,2164,1,1,1,8840,0,7186.52,-227.243,30.3096,4.56842,275,10,0,341,0,1,0,0,0),(37250,2164,1,1,1,8840,0,6969.87,-146.264,34.9754,1.73163,275,10,0,341,0,1,0,0,0),(37251,2164,1,1,1,8840,0,6919.34,-146.04,32.2637,3.89504,275,10,0,341,0,1,0,0,0),(37252,2164,1,1,1,8840,0,7267.32,-67.0925,11.8039,3.2049,275,5,0,341,0,1,0,0,0),(37253,2164,1,1,1,8840,0,6976.69,-264.547,34.8024,5.88599,275,10,0,341,0,1,0,0,0),(37254,2164,1,1,1,8840,0,4883.3,417.62,42.322,3.31249,275,5,0,341,0,1,0,0,0),(37255,2164,1,1,1,8840,0,7212.46,-345.634,34.0061,6.03218,275,5,0,341,0,1,0,0,0),(37256,2164,1,1,1,8840,0,7304.1,34.6782,10.7147,5.26168,275,10,0,341,0,1,0,0,0),(37257,2164,1,1,1,8840,0,6913.97,-454.03,45.1456,0.954632,275,10,0,341,0,1,0,0,0),(37258,2164,1,1,1,8840,0,5137.47,478.432,19.6879,4.45548,275,10,0,341,0,1,0,0,0),(37259,2164,1,1,1,8840,0,7149.51,-242.423,30.6958,4.87336,275,10,0,341,0,1,0,0,0),(37260,2164,1,1,1,8840,0,5762.38,405.391,12.8129,4.77785,275,10,0,341,0,1,0,0,0),(37261,2164,1,1,1,8840,0,5268.18,411.734,27.2628,3.4411,275,10,0,341,0,1,0,0,0),(37262,2164,1,1,1,8840,0,7177.01,-14.9773,8.79741,0.915491,275,5,0,341,0,1,0,0,0),(37263,2164,1,1,1,8840,0,5440.79,254.209,35.9679,2.78431,275,10,0,341,0,1,0,0,0),(37264,2164,1,1,1,8840,0,5252.41,53.2146,47.8759,2.24203,275,3,0,341,0,1,0,0,0),(37265,2164,1,1,1,8840,0,5508.21,125.635,32.5706,0.416044,275,10,0,341,0,1,0,0,0),(37266,2164,1,1,1,8840,0,5176.26,462.573,19.4816,3.76809,275,10,0,341,0,1,0,0,0),(37267,2164,1,1,1,8840,0,5312.18,51.7446,49.8243,2.75927,275,2,0,341,0,1,0,0,0),(37268,2164,1,1,1,8840,0,5350.99,163.637,34.3708,1.40837,275,5,0,341,0,1,0,0,0),(37269,2164,1,1,1,8840,0,7136.65,-310.182,39.2247,5.30032,275,10,0,341,0,1,0,0,0),(37270,2164,1,1,1,8840,0,5232.59,351.666,30.6399,0.152946,275,10,0,341,0,1,0,0,0),(37271,2164,1,1,1,8840,0,7215.1,-314.461,28.2808,2.81356,275,10,0,341,0,1,0,0,0),(37272,2164,1,1,1,8840,0,5472.99,169.11,28.8357,5.2451,275,5,0,341,0,1,0,0,0),(37273,2164,1,1,1,8840,0,5083.56,425.453,25.6348,5.2434,275,10,0,341,0,1,0,0,0),(37274,2164,1,1,1,8840,0,7102.08,-153.421,28.1857,4.71239,275,5,0,341,0,1,0,0,0),(37275,2164,1,1,1,8840,0,6036.95,439.119,14.8222,0.726348,275,10,0,341,0,1,0,0,0),(37276,2164,1,1,1,8840,0,5059.45,425.531,25.046,6.21064,275,10,0,341,0,1,0,0,0),(37277,2164,1,1,1,8840,0,5472.23,438.637,20.2963,3.93874,275,10,0,341,0,1,0,0,0),(37278,2164,1,1,1,8840,0,6981.47,-226.466,39.1752,1.56006,275,10,0,341,0,1,0,0,0),(37279,2164,1,1,1,8840,0,5247.16,118.643,43.6682,2.80035,275,10,0,341,0,1,0,0,0),(37280,2164,1,1,1,8840,0,5198.33,428.405,26.9767,0.28313,275,10,0,341,0,1,0,0,0),(37281,2164,1,1,1,8840,0,5527.03,385.201,22.3685,2.586,275,10,0,341,0,1,0,0,0),(37282,2164,1,1,1,8840,0,5230.77,289.851,33.813,0.589596,275,10,0,341,0,1,0,0,0),(37283,2164,1,1,1,8840,0,5318.03,116.29,35.0763,5.22764,275,10,0,341,0,1,0,0,0),(37284,2164,1,1,1,8840,0,5813.06,416.818,15.271,3.6897,275,10,0,341,0,1,0,0,0),(37285,2164,1,1,1,8840,0,5485.79,212.097,31.316,3.50517,275,10,0,341,0,1,0,0,0),(37286,2164,1,1,1,8840,0,5571.79,229.609,33.6743,0.500659,275,10,0,341,0,1,0,0,0),(37287,2164,1,1,1,8840,0,5948.09,415.306,17.581,3.69274,275,10,0,341,0,1,0,0,0),(37288,2164,1,1,1,8840,0,7046.4,-619.931,51.4931,3.62534,275,5,0,341,0,1,0,0,0),(37289,2164,1,1,1,8840,0,6946.11,-449.92,47.3035,3.11035,275,10,0,341,0,1,0,0,0),(37290,2164,1,1,1,8840,0,5448.08,183.604,29.6006,3.50071,275,5,0,341,0,1,0,0,0),(37291,2164,1,1,1,8840,0,7184.51,-544.569,39.8491,1.16924,275,10,0,341,0,1,0,0,0),(37292,2165,1,1,1,14316,0,4778.49,-9.23115,78.5812,3.96289,275,5,0,445,0,1,0,0,0),(37293,2165,1,1,1,14316,0,5019.98,302.86,33.1113,6.2402,275,10,0,445,0,1,0,0,0),(37294,3701,1,1,1,4485,0,6437.48,397.48,11.7883,3.05529,275,0,0,417,0,0,0,0,0),(37295,2165,1,1,1,14316,0,4750.62,449.749,33.9574,3.27673,275,10,0,445,0,1,0,0,0),(37296,2165,1,1,1,14316,0,4751.34,483.056,27.4332,4.37016,275,10,0,445,0,1,0,0,0),(37297,2165,1,1,1,14316,0,4762.67,291.049,50.8001,2.97525,275,5,0,445,0,1,0,0,0),(37298,2165,1,1,1,14316,0,4849.5,316.719,50.4823,4.461,275,5,0,445,0,1,0,0,0),(37299,2165,1,1,1,14316,0,4790.71,293.438,51.4038,3.9774,275,5,0,445,0,1,0,0,0),(37300,2165,1,1,1,14316,0,4733.5,412.839,40.2516,3.13769,275,10,0,445,0,1,0,0,0),(37301,2165,1,1,1,14316,0,5228.53,437.596,24.2772,4.26477,275,10,0,445,0,1,0,0,0),(37302,2165,1,1,1,14316,0,5278.42,382.891,28.409,3.94149,275,10,0,445,0,1,0,0,0),(37303,2165,1,1,1,14316,0,4806.22,335.029,50.4551,2.47326,275,5,0,445,0,1,0,0,0),(37304,2165,1,1,1,14316,0,4750.36,339.867,54.1263,1.75482,275,5,0,445,0,1,0,0,0),(37305,2165,1,1,1,14316,0,4780.62,367.483,45.1961,4.60961,275,10,0,445,0,1,0,0,0),(37306,2165,1,1,1,14316,0,5000.14,377.673,31.4428,3.60524,275,10,0,445,0,1,0,0,0),(37307,2165,1,1,1,14316,0,4900.6,463.742,30.9726,2.89496,275,5,0,445,0,1,0,0,0),(37308,2165,1,1,1,14316,0,4818.6,413.45,40.2038,5.75041,275,10,0,445,0,1,0,0,0),(37309,2165,1,1,1,14316,0,4784.31,252.049,53.4726,2.28208,275,5,0,445,0,1,0,0,0),(37310,2165,1,1,1,14316,0,4847.65,474.197,29.1275,6.09879,275,5,0,445,0,1,0,0,0),(37311,2165,1,1,1,14316,0,4733.14,127.721,53.8771,4.07749,275,10,0,445,0,1,0,0,0),(37312,3702,1,1,1,4487,0,6557.88,472.97,9.0979,2.61799,275,0,0,417,0,0,0,0,0),(37313,2167,1,1,1,1010,1,5874.7,349.144,21.0463,2.68764,275,0,0,230,249,0,0,0,0),(37314,2167,1,1,1,1010,1,5874.57,306.466,21.0411,2.43449,275,0,0,230,249,0,0,0,0),(37315,2167,1,1,1,1010,1,5871.39,376.547,19.3613,5.74458,275,0,0,230,249,0,0,0,0),(37316,2167,1,1,1,1010,1,6052.02,364.6,21.7352,2.53679,275,0,0,230,249,2,0,0,0),(37317,2167,1,1,1,1010,1,6014.83,345.881,27.7206,1.6913,275,0,0,230,249,0,0,0,0),(37318,2167,1,1,1,1010,1,5871.88,329.135,21.2911,0.004879,275,0,0,230,249,0,0,0,0),(37319,2167,1,1,1,1010,1,6018.6,373.455,22.3549,4.84936,275,5,0,230,249,1,0,0,0),(37320,2167,1,1,1,1010,1,5989.82,365.361,21.3779,0.554553,275,0,0,230,249,0,0,0,0),(37321,2167,1,1,1,1010,1,6001.66,333.823,21.8611,1.11045,275,5,0,230,249,1,0,0,0),(37322,2167,1,1,1,1010,1,6001.03,381.789,23.4799,3.03768,275,5,0,230,249,1,0,0,0),(37323,2167,1,1,1,1010,1,5959.84,344.082,23.0414,5.84375,275,0,0,230,249,0,0,0,0),(37324,2167,1,1,1,1010,1,5977.89,332.234,22.649,2.07852,275,0,0,230,249,0,0,0,0),(37325,2168,1,1,1,1011,1,4645.19,135.847,58.9155,4.83055,275,5,0,356,0,1,0,0,0),(37326,2168,1,1,1,1011,1,4562.07,156.775,59.0941,2.00613,275,5,0,356,0,1,0,0,0),(37327,2168,1,1,1,1011,1,4600.5,146.465,62.6421,1.95823,275,5,0,356,0,1,0,0,0),(37328,2168,1,1,1,1011,1,6826.79,-385.98,40.3288,2.08857,275,0,0,356,0,0,0,0,0),(37329,2168,1,1,1,1011,1,6835.76,-369.98,40.5588,1.9566,275,3,0,356,0,1,0,0,0),(37330,2168,1,1,1,1011,1,6824.37,-356.835,40.3763,4.8692,275,10,0,356,0,1,0,0,0),(37331,2168,1,1,1,1011,1,6796.71,-414.173,41.9,5.2313,275,3,0,356,0,1,0,0,0),(37332,2168,1,1,1,1011,1,6825.25,-405.751,42.7215,3.49825,275,3,0,356,0,1,0,0,0),(37333,2168,1,1,1,1011,1,6805.2,-397.202,40.3288,3.04603,275,0,0,356,0,0,0,0,0),(37334,2168,1,1,1,1011,1,4879.07,329.094,43.8928,3.5755,275,3,0,356,0,1,0,0,0),(37335,2168,1,1,1,1011,1,4944.98,329.659,35.9194,1.41019,275,10,0,356,0,1,0,0,0),(37336,2168,1,1,1,1011,1,4890.13,307.784,39.2678,0.037224,275,0,0,356,0,0,0,0,0),(37337,2168,1,1,1,1011,1,6844.76,-515.136,44.1436,5.70179,275,5,0,356,0,1,0,0,0),(37338,2168,1,1,1,1011,1,6839.64,-492.768,41.7686,0.670665,275,10,0,356,0,1,0,0,0),(37339,2168,1,1,1,1011,1,6853.05,-466.271,41.0186,3.34353,275,10,0,356,0,1,0,0,0),(37340,2168,1,1,1,1011,1,6870.82,-535.031,43.0532,0.601884,275,10,0,356,0,1,0,0,0),(37341,2168,1,1,1,1011,1,6869.07,-498.697,40.2686,4.89339,275,10,0,356,0,1,0,0,0),(37342,2168,1,1,1,1011,1,6888.15,-472.005,42.8936,3.1209,275,3,0,356,0,1,0,0,0),(37343,2168,1,1,1,1011,1,6893.05,-514.037,42.3936,1.07719,275,10,0,356,0,1,0,0,0),(37344,2168,1,1,1,1011,1,6881.39,-450.153,41.2686,0.593235,275,10,0,356,0,1,0,0,0),(37345,2168,1,1,1,1011,1,4928.68,351.872,35.5085,3.24074,275,10,0,356,0,1,0,0,0),(37346,2168,1,1,1,1011,1,4905.09,363.326,39.5382,3.85787,275,10,0,356,0,1,0,0,0),(37347,2168,1,1,1,1011,1,4931.14,309.166,37.8694,0.105208,275,10,0,356,0,1,0,0,0),(37348,2168,1,1,1,1011,1,4893.95,340.619,38.0942,2.04971,275,5,0,356,0,1,0,0,0),(37349,2168,1,1,1,1011,1,4937.81,276.577,41.7011,0.680847,275,0,0,356,0,2,0,0,0),(37350,2168,1,1,1,1011,1,6904.99,-488.851,41.9953,1.96411,275,10,0,356,0,1,0,0,0),(37351,2168,1,1,1,1011,1,6796.15,-378.958,41.8431,1.9399,275,0,0,356,0,0,0,0,0),(37352,2169,1,1,1,6821,1,4597.23,155.6,62.5205,4.90599,275,5,0,350,390,1,0,0,0),(37353,2169,1,1,1,6821,1,4553.24,146.589,59.6339,2.07148,275,5,0,350,390,1,0,0,0),(37354,2169,1,1,1,6821,1,4442.89,-8.8541,85.7232,2.59885,275,0,0,350,390,0,0,0,0),(37355,2169,1,1,1,6821,1,4446.77,25.5621,75.4904,6.2346,275,0,0,350,390,2,0,0,0),(37356,2169,1,1,1,6821,1,4472.54,2.01303,90.4975,4.92957,275,5,0,350,390,1,0,0,0),(37357,2169,1,1,1,6821,1,6810.67,-409.233,40.1824,2.1577,275,0,0,350,390,0,0,0,0),(37358,2169,1,1,1,6821,1,6888.04,-497.424,40.2686,4.13034,275,0,0,350,390,0,0,0,0),(37359,2169,1,1,1,6821,1,6878.19,-478.066,40.2686,3.34835,275,0,0,350,390,0,0,0,0),(37360,2169,1,1,1,6821,1,6865.33,-517.251,40.2686,4.55318,275,0,0,350,390,0,0,0,0),(37361,2169,1,1,1,6821,1,6853.17,-484.074,40.2686,4.3529,275,0,0,350,390,0,0,0,0),(37362,2169,1,1,1,6821,1,6867.44,-459.709,40.2686,4.26117,275,10,0,350,390,1,0,0,0),(37363,2169,1,1,1,6821,1,4927.9,279.875,41.9928,2.87268,275,10,0,350,390,1,0,0,0),(37364,2169,1,1,1,6821,1,4909.9,340.104,36.9393,5.944,275,0,0,350,390,0,0,0,0),(37365,2169,1,1,1,6821,1,6815.54,-370.415,40.2038,5.26216,275,0,0,350,390,0,0,0,0),(37366,2170,1,1,1,5773,1,4560.06,165.156,59.2191,2.39922,275,5,0,377,408,1,0,0,0),(37367,2170,1,1,1,5773,1,4552.73,138.727,60.4691,3.30284,275,5,0,377,408,1,0,0,0),(37368,2170,1,1,1,5773,1,4517.31,6.17701,90.3334,2.25796,275,0,0,377,408,0,0,0,0),(37369,2170,1,1,1,5773,1,4681.83,55.9737,62.8627,0.635603,275,5,0,377,408,1,0,0,0),(37370,2170,1,1,1,5773,1,4661.61,39.9738,65.9223,0.768246,275,0,0,377,408,0,0,0,0),(37371,2170,1,1,1,5773,1,4496.09,12.1586,90.7475,3.78682,275,5,0,377,408,1,0,0,0),(37372,2170,1,1,1,5773,1,4535.29,20.3027,88.426,3.23811,275,0,0,377,408,0,0,0,0),(37373,2170,1,1,1,5773,1,4615.77,64.5214,68.2743,4.42196,275,5,0,377,408,1,0,0,0),(37374,2170,1,1,1,5773,1,4642.37,82.77,61.0284,2.29464,275,0,0,377,408,2,0,0,0),(37375,2170,1,1,1,5773,1,4597.04,44.378,73.2624,6.2643,275,5,0,377,408,1,0,0,0),(37377,2170,1,1,1,5773,1,4627.6,43.8167,68.6493,4.50998,275,5,0,377,408,1,0,0,0),(37378,2170,1,1,1,5773,1,4629.54,27.3749,69.748,1.16068,275,0,0,377,408,0,0,0,0),(37379,2171,1,1,1,6822,1,4530.73,5.72852,89.2084,3.16716,275,0,0,404,456,0,0,0,0),(37380,2171,1,1,1,6822,1,4521.24,14.8599,89.2084,3.90564,275,5,0,404,456,1,0,0,0),(37381,2171,1,1,1,6822,1,4571.66,145.858,59.8983,2.0935,275,5,0,404,456,1,0,0,0),(37382,2171,1,1,1,6822,1,4542.45,150.76,60.2191,3.34056,275,5,0,404,456,1,0,0,0),(37383,2171,1,1,1,6822,1,4630.27,61.0788,66.8993,1.14095,275,0,0,404,456,0,0,0,0),(37384,2171,1,1,1,6822,1,4647.15,43.0141,65.7973,3.79783,275,0,0,404,456,0,0,0,0),(37385,2172,1,1,1,38,0,4520.81,660.807,24.7804,4.72302,7200,0,0,484,0,0,0,0,0),(37386,2174,1,1,1,245,0,5583.24,848.135,-20.2323,1.25431,275,10,0,300,0,1,0,0,0),(37387,2174,1,1,1,245,0,5256.52,779.165,-10.732,3.52288,275,10,0,300,0,1,0,0,0),(37388,2174,1,1,1,245,0,4998.83,716.437,-10.6144,0.020135,275,10,0,300,0,1,0,0,0),(37389,2174,1,1,1,245,0,5114.06,649.675,-7.48067,3.04183,275,10,0,300,0,1,0,0,0),(37390,2174,1,1,1,245,0,5206.87,812.58,-11.3017,6.11116,275,10,0,300,0,1,0,0,0),(37391,2174,1,1,1,245,0,7383.33,350,-13.7822,1.55784,275,10,0,300,0,1,0,0,0),(37392,2174,1,1,1,245,0,5052.19,835.075,-22.1365,4.64733,275,10,0,300,0,1,0,0,0),(37393,2174,1,1,1,245,0,5250.55,882.907,-13.6198,1.40631,275,10,0,300,0,1,0,0,0),(37394,2174,1,1,1,245,0,7238.62,318.755,-16.9073,0.129206,275,10,0,300,0,1,0,0,0),(37395,2174,1,1,1,245,0,5654.28,846.819,-19.5882,5.90951,275,10,0,300,0,1,0,0,0),(37396,2174,1,1,1,245,0,5380.29,783.994,-19.7026,2.71262,275,10,0,300,0,1,0,0,0),(37397,2174,1,1,1,245,0,7508.32,255.752,-43.1023,6.17351,275,10,0,300,0,1,0,0,0),(37398,2174,1,1,1,245,0,5577.86,882.335,-19.7809,3.58885,275,10,0,300,0,1,0,0,0),(37399,2174,1,1,1,245,0,5370.86,644.516,-17.7484,2.79482,275,10,0,300,0,1,0,0,0),(37400,2174,1,1,1,245,0,5265.76,642.889,-15.4016,3.03988,275,10,0,300,0,1,0,0,0),(37401,2174,1,1,1,245,0,5520.06,856.922,-22.8354,1.72567,275,10,0,300,0,1,0,0,0),(37402,2174,1,1,1,245,0,7657.33,45.732,-27.1116,5.81864,275,10,0,300,0,1,0,0,0),(37403,2174,1,1,1,245,0,5309.24,745.456,-13.6213,3.5727,275,10,0,300,0,1,0,0,0),(37404,2174,1,1,1,245,0,5440.06,826.1,-36.2267,3.21705,275,10,0,300,0,1,0,0,0),(37405,2174,1,1,1,245,0,7251.62,248.676,-8.80081,4.97058,275,10,0,300,0,1,0,0,0),(37406,2174,1,1,1,245,0,4863.59,882.166,-11.0496,6.13701,275,10,0,300,0,1,0,0,0),(37407,2174,1,1,1,245,0,7224.01,495.052,-40.2905,0.521357,275,10,0,300,0,1,0,0,0),(37408,2174,1,1,1,245,0,7349.76,413.334,-14.7107,5.32175,275,10,0,300,0,1,0,0,0),(37409,2174,1,1,1,245,0,7651.77,-80.6562,-13.959,0.637853,275,10,0,300,0,1,0,0,0),(37410,2174,1,1,1,245,0,7248.92,472.972,-20.2931,1.2532,275,10,0,300,0,1,0,0,0),(37411,2174,1,1,1,245,0,7595.87,219.198,-42.4343,3.01433,275,10,0,300,0,1,0,0,0),(37412,2174,1,1,1,245,0,5514.13,740.611,-14.3731,1.49962,275,10,0,300,0,1,0,0,0),(37413,2174,1,1,1,245,0,5542.91,782.822,-16.7243,1.95591,275,10,0,300,0,1,0,0,0),(37414,2174,1,1,1,245,0,5466.24,774.732,-36.8013,1.25246,275,10,0,300,0,1,0,0,0),(37415,2174,1,1,1,245,0,5667.77,777.121,-10.8919,3.62184,275,10,0,300,0,1,0,0,0),(37416,2174,1,1,1,245,0,5117.95,855.087,-12.7449,1.93106,275,10,0,300,0,1,0,0,0),(37417,2174,1,1,1,245,0,7652.21,135.628,-31.7069,1.52983,275,10,0,300,0,1,0,0,0),(37418,2174,1,1,1,245,0,5663.74,726.992,-8.3074,5.59888,275,10,0,300,0,1,0,0,0),(37419,2174,1,1,1,245,0,5165.65,892.631,-13.3926,6.21772,275,10,0,300,0,1,0,0,0),(37420,2174,1,1,1,245,0,7602.27,259.578,-41.8583,5.6622,275,10,0,300,0,1,0,0,0),(37421,2174,1,1,1,245,0,5120.31,706.809,-12.0713,4.65865,275,10,0,300,0,1,0,0,0),(37422,2174,1,1,1,245,0,7253.28,394.802,-7.20539,5.89352,275,10,0,300,0,1,0,0,0),(37423,2174,1,1,1,245,0,7449.22,397.184,-18.2124,1.35711,275,10,0,300,0,1,0,0,0),(37424,2174,1,1,1,245,0,7649.59,-17.229,-12.6182,6.25969,275,10,0,300,0,1,0,0,0),(37425,2174,1,1,1,245,0,5004.12,849.781,-15.5159,6.2139,275,10,0,300,0,1,0,0,0),(37426,2174,1,1,1,245,0,7589.48,42.1571,-13.2111,5.35706,275,10,0,300,0,1,0,0,0),(37427,2174,1,1,1,245,0,5514.75,916.961,-19.7328,3.16408,275,10,0,300,0,1,0,0,0),(37428,2174,1,1,1,245,0,7474.7,283.161,-17.3887,2.63465,275,10,0,300,0,1,0,0,0),(37429,2174,1,1,1,245,0,5468.29,676.95,-11.8309,6.19119,275,10,0,300,0,1,0,0,0),(37430,2174,1,1,1,245,0,7290.76,357.566,-17.4114,2.99355,275,10,0,300,0,1,0,0,0),(37431,2174,1,1,1,245,0,7515.89,185.962,-19.1305,2.07997,275,10,0,300,0,1,0,0,0),(37432,2175,1,1,1,3030,0,6563.79,302.533,31.4362,2.00627,7200,0,0,205,0,0,0,0,0),(37433,2176,1,1,1,985,0,5748.9,211.481,29.9254,1.13096,275,10,0,198,0,1,0,0,0),(37434,2176,1,1,1,985,0,5729.43,215.662,28.3874,1.57177,275,5,0,198,0,1,0,0,0),(37435,2176,1,1,1,985,0,5818.3,111.036,31.7998,2.957,275,5,0,198,0,1,0,0,0),(37436,2176,1,1,1,985,0,5772.85,224.487,30.4732,1.59228,275,10,0,198,0,1,0,0,0),(37437,2176,1,1,1,985,0,5811.09,210.878,30.2659,0.119296,275,10,0,198,0,1,0,0,0),(37438,2176,1,1,1,985,0,5782.12,187.381,36.0202,5.04862,275,2,0,198,0,1,0,0,0),(37439,2176,1,1,1,985,0,5806.83,175.647,31.2169,4.68305,275,5,0,198,0,1,0,0,0),(37440,2176,1,1,1,985,0,5829,155.022,33.8485,2.26139,275,5,0,198,0,1,0,0,0),(37441,2176,1,1,1,985,0,5830.17,196.53,31.0919,1.41377,275,10,0,198,0,1,0,0,0),(37442,2176,1,1,1,985,0,5811.14,143.961,31.0387,0.99834,275,5,0,198,0,1,0,0,0),(37443,2176,1,1,1,985,0,5781.77,113.827,35.3145,2.26993,275,5,0,198,0,1,0,0,0),(37444,2176,1,1,1,985,0,5790.76,79.8623,33.6611,1.94039,275,5,0,198,0,1,0,0,0),(37445,2176,1,1,1,985,0,5756.21,78.1608,34.2755,0.186668,275,5,0,198,0,1,0,0,0),(37446,2177,1,1,1,5430,0,5765.03,152.151,33.2846,6.27127,275,0,0,222,0,2,0,0,0),(37447,2177,1,1,1,5430,0,5744.63,176.355,32.8978,5.14634,275,5,0,222,0,1,0,0,0),(37448,2177,1,1,1,5430,0,5702.23,205.098,26.3253,2.96507,275,0,0,222,0,2,0,0,0),(37449,2177,1,1,1,5430,0,5563.02,160.715,28.3487,4.61719,275,5,0,222,0,1,0,0,0),(37450,2177,1,1,1,5430,0,5563.05,139.151,28.8487,4.8204,275,5,0,222,0,1,0,0,0),(37451,2177,1,1,1,5430,0,5627.08,100,29.7989,4.63826,275,10,0,222,0,1,0,0,0),(37452,2177,1,1,1,5430,0,5566.03,106.709,28.8876,4.68567,275,10,0,222,0,1,0,0,0),(37453,2177,1,1,1,5430,0,5593.58,85.0794,26.5489,3.24782,275,10,0,222,0,1,0,0,0),(37454,2177,1,1,1,5430,0,5588.34,170.264,27.841,1.78536,275,5,0,222,0,1,0,0,0),(37455,2177,1,1,1,5430,0,5591.37,139.551,27.773,2.10696,275,5,0,222,0,1,0,0,0),(37456,2177,1,1,1,5430,0,5623.24,210.835,25.5435,4.2594,275,5,0,222,0,1,0,0,0),(37457,2177,1,1,1,5430,0,5602.8,194.599,28.5009,6.15509,275,5,0,222,0,1,0,0,0),(37458,2177,1,1,1,5430,0,5638.79,237.164,24.4008,5.24519,275,5,0,222,0,1,0,0,0),(37459,2177,1,1,1,5430,0,5676.48,210.065,28.0328,0.12084,275,10,0,222,0,1,0,0,0),(37460,2177,1,1,1,5430,0,5655.01,215.821,27.9185,5.00274,275,5,0,222,0,1,0,0,0),(37461,2177,1,1,1,5430,0,5760.63,127.902,34.6052,0.95522,275,5,0,222,0,1,0,0,0),(37462,2177,1,1,1,5430,0,5728.76,97.1113,31.4331,4.11111,275,10,0,222,0,1,0,0,0),(37463,2177,1,1,1,5430,0,5782.21,153.968,35.1295,2.9853,275,5,0,222,0,1,0,0,0),(37464,2177,1,1,1,5430,0,5729.38,145.837,34.3068,1.33787,275,5,0,222,0,1,0,0,0),(37465,2177,1,1,1,5430,0,5589.69,250.92,31.9087,4.24525,275,10,0,222,0,1,0,0,0),(37466,2177,1,1,1,5430,0,5694.11,87.5983,31.3819,5.19415,275,10,0,222,0,1,0,0,0),(37467,2178,1,1,1,10690,0,5705.44,137.489,34.4815,3.30496,275,5,0,247,0,1,0,0,0),(37468,2178,1,1,1,10690,0,5652.01,57.4705,34.482,4.4336,275,3,0,247,0,1,0,0,0),(37469,2178,1,1,1,10690,0,5625.85,57.3835,34.5736,2.06083,275,10,0,247,0,1,0,0,0),(37470,2178,1,1,1,10690,0,5686.32,165.072,29.2256,5.69735,275,10,0,247,0,1,0,0,0),(37471,2178,1,1,1,10690,0,5660.79,176.496,30.789,3.90052,275,5,0,247,0,1,0,0,0),(37472,2178,1,1,1,10690,0,5672.79,143.998,30.2603,1.43372,275,10,0,247,0,1,0,0,0),(37473,2178,1,1,1,10690,0,5769.87,113.209,35.3458,0.164555,275,5,0,247,0,1,0,0,0),(37474,2178,1,1,1,10690,0,5714.42,76.3898,35.5806,1.22756,275,10,0,247,0,1,0,0,0),(37475,2178,1,1,1,10690,0,5690.14,54.6447,32.7647,5.02938,275,10,0,247,0,1,0,0,0),(37476,2178,1,1,1,10690,0,5673.57,104.205,34.1019,1.04059,275,10,0,247,0,1,0,0,0),(37477,2178,1,1,1,10690,0,5671.54,65.5622,30.6397,5.16431,275,5,0,247,0,1,0,0,0),(37478,2178,1,1,1,10690,0,5626.68,179.812,30.1259,0.773791,275,5,0,247,0,1,0,0,0),(37479,2178,1,1,1,10690,0,5635.49,116.087,30.4525,5.3641,275,10,0,247,0,1,0,0,0),(37480,2178,1,1,1,10690,0,5639.17,144.814,31.7515,1.53663,275,10,0,247,0,1,0,0,0),(37481,2178,1,1,1,10690,0,5637.13,157.361,32.6353,4.75473,275,5,0,247,0,1,0,0,0),(37482,2179,1,1,1,4036,1,6822,-742.601,59.5608,0.913565,275,2,0,328,0,1,0,0,0),(37483,2179,1,1,1,4036,1,6727.77,-639.681,69.216,6.0669,275,3,0,328,0,1,0,0,0),(37484,2179,1,1,1,4036,1,6768.9,-698.216,89.3329,0.429304,275,5,0,328,0,1,0,0,0),(37485,2179,1,1,1,4036,1,6796.29,-662.288,89.3403,0.80219,275,5,0,328,0,1,0,0,0),(37486,2179,1,1,1,4036,1,6816.01,-693.89,64.6604,3.8432,275,10,0,328,0,1,0,0,0),(37487,2179,1,1,1,4036,1,6829.59,-791.553,66.1385,0.052199,275,3,0,328,0,1,0,0,0),(37488,2179,1,1,1,4036,1,6861.47,-769.111,60.2263,5.14379,275,2,0,328,0,1,0,0,0),(37489,2179,1,1,1,4036,1,6845.43,-699.335,83.0478,5.51028,275,2,0,328,0,1,0,0,0),(37490,2179,1,1,1,4036,1,6805.05,-674.063,64.8785,0.495349,275,0,0,328,0,2,0,0,0),(37491,2179,1,1,1,4036,1,6837.26,-668.826,84.2968,3.7927,275,5,0,328,0,1,0,0,0),(37492,2179,1,1,1,4036,1,6788.77,-682.095,68.6448,1.60065,275,2,0,328,0,1,0,0,0),(37493,2179,1,1,1,4036,1,6774.67,-652.405,67.9675,4.70371,275,3,0,328,0,1,0,0,0),(37494,2179,1,1,1,4036,1,6734.67,-688.26,69.6207,1.70393,275,3,0,328,0,1,0,0,0),(37495,2179,1,1,1,4036,1,6813.67,-719.695,77.7448,1.21807,275,2,0,328,0,1,0,0,0),(37496,2179,1,1,1,4036,1,6872.36,-662.366,83.2885,4.81179,275,0,0,328,0,0,0,0,0),(37497,2179,1,1,1,4036,1,6765.16,-703.23,89.4781,4.31399,275,5,0,328,0,1,0,0,0),(37498,2179,1,1,1,4036,1,6894.95,-659.951,84.5326,3.6327,275,0,0,328,0,2,0,0,0),(37499,1412,1,1,1,134,0,7838.23,-1065.28,29.3173,5.79991,275,10,0,8,0,1,0,0,0),(37500,1412,1,1,1,134,0,5910.66,-65.6321,47.7267,0.526106,275,10,0,8,0,1,0,0,0),(37501,1412,1,1,1,134,0,5868.12,100.609,31.3179,3.00105,275,10,0,8,0,1,0,0,0),(37502,2180,1,1,1,4980,1,6752.36,-642.956,68.4889,0.013569,275,3,0,325,357,1,0,0,0),(37503,2180,1,1,1,4980,1,6717.81,-659.385,69.3153,4.44819,275,3,0,325,357,1,0,0,0),(37504,2180,1,1,1,4980,1,6759.99,-688.643,69.5054,5.7528,275,3,0,325,357,1,0,0,0),(37505,1412,1,1,1,134,0,6706.73,-227.274,41.7977,2.42601,275,0,0,8,0,0,0,0,0),(37506,2180,1,1,1,4980,1,6775.84,-675.97,89.3371,3.49881,275,5,0,325,357,1,0,0,0),(37507,1412,1,1,1,134,0,6667.06,255.947,28.6872,5.57821,275,10,0,8,0,1,0,0,0),(37508,2180,1,1,1,4980,1,6752.49,-701.778,89.4436,2.88407,275,5,0,325,357,1,0,0,0),(37509,1412,1,1,1,134,0,6146.2,239.656,24.4825,5.77704,275,10,0,8,0,1,0,0,0),(37510,2180,1,1,1,4980,1,6804.54,-759.648,69.2443,3.65919,275,5,0,325,357,1,0,0,0),(37511,2180,1,1,1,4980,1,6816.05,-778.028,68.4249,5.30338,275,5,0,325,357,1,0,0,0),(37512,2180,1,1,1,4980,1,6840.64,-758.653,58.6655,3.74034,275,2,0,325,357,1,0,0,0),(37513,2180,1,1,1,4980,1,6811.94,-675.961,64.8785,5.99244,275,0,0,325,357,2,0,0,0),(37514,2180,1,1,1,4980,1,6829.02,-681.803,64.432,1.33809,275,2,0,325,357,1,0,0,0),(37515,2180,1,1,1,4980,1,6814.19,-764.243,68.7716,2.17623,275,0,0,325,357,2,0,0,0),(37516,2180,1,1,1,4980,1,6818.08,-716.038,62.0426,4.71805,275,2,0,325,357,1,0,0,0),(37517,2180,1,1,1,4980,1,6852.49,-792.504,62.3495,4.22746,275,3,0,325,357,1,0,0,0),(37518,2180,1,1,1,4980,1,6836.41,-714.265,81.777,3.90124,275,2,0,325,357,1,0,0,0),(37519,2180,1,1,1,4980,1,6795.02,-708.01,74.4555,5.20282,275,2,0,325,357,1,0,0,0),(37520,2180,1,1,1,4980,1,6876.71,-640.125,87.4076,5.6687,275,0,0,325,357,0,0,0,0),(37521,2180,1,1,1,4980,1,6820.15,-661.903,86.8166,4.12894,275,5,0,325,357,1,0,0,0),(37522,2180,1,1,1,4980,1,6739.15,-676.224,67.1845,5.99476,275,10,0,325,357,1,0,0,0),(37523,6788,1,1,1,1007,0,6662.71,-430.466,75.2149,5.88236,275,0,0,521,0,0,0,0,0),(37524,2180,1,1,1,4980,1,6856.99,-675.304,83.3371,4.85339,275,2,0,325,357,1,0,0,0),(37525,2181,1,1,1,4036,1,7250.81,-922.296,37.8349,4.79629,275,10,0,417,0,1,0,0,0),(37526,2181,1,1,1,4036,1,7304.57,-1010.67,32.3594,3.12906,275,10,0,417,0,1,0,0,0),(37527,2181,1,1,1,4036,1,7328.5,-1028.09,33.4844,0.98052,275,10,0,417,0,1,0,0,0),(37528,2181,1,1,1,4036,1,7344.3,-873.378,32.3509,2.50224,275,5,0,417,0,1,0,0,0),(37529,2181,1,1,1,4036,1,7613.96,-972.772,33.7723,0.922347,275,5,0,417,0,1,0,0,0),(37530,2181,1,1,1,4036,1,7438.9,-856.532,3.75861,3.03933,275,3,0,417,0,1,0,0,0),(37531,2181,1,1,1,4036,1,7513.53,-870.832,22.8864,2.40851,275,10,0,417,0,1,0,0,0),(37532,2181,1,1,1,4036,1,7247.96,-955.031,37.2608,4.68894,275,0,0,417,0,0,0,0,0),(37533,2181,1,1,1,4036,1,7304.47,-944.379,32.9276,3.3256,275,3,0,417,0,1,0,0,0),(37534,2181,1,1,1,4036,1,7278.71,-911.129,33.4619,2.9653,275,10,0,417,0,1,0,0,0),(37535,2181,1,1,1,4036,1,7386.94,-946.44,32.3609,4.38809,275,5,0,417,0,1,0,0,0),(37536,2181,1,1,1,4036,1,7378.12,-982.291,32.0115,0.995087,275,5,0,417,0,1,0,0,0),(37537,2181,1,1,1,4036,1,7420.59,-917.966,12.8604,0.519424,275,5,0,417,0,1,0,0,0),(37542,2181,1,1,1,4036,1,7401.17,-886.93,14.0067,4.27663,275,5,0,417,0,1,0,0,0),(37543,2181,1,1,1,4036,1,7477.11,-899.335,16.4703,2.2603,275,5,0,417,0,1,0,0,0),(37544,2181,1,1,1,4036,1,7492.25,-851.759,13.4455,2.48599,275,3,0,417,0,1,0,0,0),(37545,2181,1,1,1,4036,1,7401.97,-835.432,19.0676,1.8481,275,10,0,417,0,1,0,0,0),(37546,2181,1,1,1,4036,1,7475.58,-804.207,14.3856,0.78647,275,2,0,417,0,1,0,0,0),(37547,2181,1,1,1,4036,1,7421.7,-813.67,13.4124,2.3207,275,2,0,417,0,1,0,0,0),(37548,2181,1,1,1,4036,1,7383.24,-812.358,11.1497,5.25174,275,5,0,417,0,1,0,0,0),(37549,2181,1,1,1,4036,1,7659.72,-996.281,36.6492,1.7189,275,10,0,417,0,1,0,0,0),(37550,2181,1,1,1,4036,1,7697.74,-956.343,28.0469,1.42664,275,10,0,417,0,1,0,0,0),(37551,2181,1,1,1,4036,1,7599.11,-1033.07,38.0698,1.10294,275,5,0,417,0,1,0,0,0),(37552,2181,1,1,1,4036,1,7603.27,-1002.88,36.7848,2.64212,275,5,0,417,0,1,0,0,0),(37553,2181,1,1,1,4036,1,7652.74,-1014.38,39.7564,1.76313,275,10,0,417,0,1,0,0,0),(37557,2181,1,1,1,4036,1,7591.66,-1063.05,38.9173,3.00906,275,10,0,417,0,1,0,0,0),(37558,2181,1,1,1,4036,1,7352.51,-781.695,7.96978,5.44553,275,3,0,417,0,1,0,0,0),(37559,2181,1,1,1,4036,1,7268.92,-836.029,28.3271,3.36261,275,5,0,417,0,1,0,0,0),(37560,2181,1,1,1,4036,1,7339.45,-814.487,18.219,4.94508,275,0,0,417,0,2,0,0,0),(37561,2181,1,1,1,4036,1,7293.36,-873.147,30.2752,1.70466,275,10,0,417,0,1,0,0,0),(37562,2181,1,1,1,4036,1,7303.7,-889.883,31.7125,1.41619,275,5,0,417,0,1,0,0,0),(37563,2181,1,1,1,4036,1,7240.57,-893.747,36.1869,0.330717,275,10,0,417,0,1,0,0,0),(37564,2181,1,1,1,4036,1,7259.76,-861.938,31.9551,0.312142,275,5,0,417,0,1,0,0,0),(37565,2181,1,1,1,4036,1,7302.76,-814.133,20.5995,5.09388,275,0,0,417,0,2,0,0,0),(37566,6789,1,1,1,5510,0,6666.74,-431.073,74.8505,2.75188,275,2,0,278,0,1,0,0,0),(37567,6789,1,1,1,5510,0,6681.54,-436.387,74.5616,3.76725,275,2,0,278,0,1,0,0,0),(37568,6789,1,1,1,5510,0,6659.15,-426.739,77.0539,5.79449,275,2,0,278,0,1,0,0,0),(37569,6789,1,1,1,5510,0,6661.73,-435.371,75.1241,1.98968,275,2,0,278,0,1,0,0,0),(37570,2182,1,1,1,4973,1,7305.55,-977.196,31.9844,3.3713,275,10,0,379,1118,1,0,0,0),(37572,2182,1,1,1,4973,1,7357.83,-1050.96,36.511,0.543228,275,10,0,379,1118,1,0,0,0),(37573,2182,1,1,1,4973,1,7335.42,-997.916,31.6554,1.41118,275,10,0,379,1118,1,0,0,0),(37574,2182,1,1,1,4973,1,7409.53,-1093.45,43.5366,3.97695,275,10,0,379,1118,1,0,0,0),(37575,2182,1,1,1,4973,1,7660.05,-957.327,27.3848,5.97665,275,10,0,379,1118,1,0,0,0),(37576,2182,1,1,1,4973,1,7350.21,-981.386,32.2804,5.63957,275,5,0,379,1118,1,0,0,0),(37577,2182,1,1,1,4973,1,7506.08,-987.29,-9.75635,6.19686,275,5,0,379,1118,1,0,0,0),(37578,2182,1,1,1,4973,1,7457.88,-858.64,1.25861,5.60899,275,3,0,379,1118,1,0,0,0),(37579,2182,1,1,1,4973,1,7466.14,-983.503,-7.49843,0.54365,275,5,0,379,1118,1,0,0,0),(37580,2182,1,1,1,4973,1,7278.5,-950.113,34.2543,2.42268,275,10,0,379,1118,1,0,0,0),(37581,2182,1,1,1,4973,1,7329.82,-889.928,32.3375,6.27315,275,5,0,379,1118,1,0,0,0),(37582,2182,1,1,1,4973,1,7368.3,-901.803,32.3373,4.78021,275,5,0,379,1118,1,0,0,0),(37583,2182,1,1,1,4973,1,7417.1,-1118.77,40.5964,1.96477,275,10,0,379,1118,1,0,0,0),(37584,2182,1,1,1,4973,1,7443.12,-905.454,11.338,3.5061,275,0,0,379,1118,2,0,0,0),(37595,2182,1,1,1,4973,1,7486.07,-821.3,14.6356,3.97431,275,2,0,379,1118,1,0,0,0),(37614,2182,1,1,1,4973,1,7377.18,-841.848,18.077,1.7701,275,0,0,379,1118,2,0,0,0),(37615,2182,1,1,1,4973,1,7628.4,-1002.74,37.7353,2.18198,275,0,0,379,1118,2,0,0,0),(37627,2182,1,1,1,4973,1,7577.87,-1081.61,41.3153,4.71222,275,5,0,379,1118,1,0,0,0),(37701,2182,1,1,1,4973,1,7482.22,-1109.47,34.6743,5.91491,275,10,0,379,1118,1,0,0,0),(37703,2182,1,1,1,4973,1,7357.16,-1090.96,38.2491,6.05886,275,10,0,379,1118,1,0,0,0),(37704,2182,1,1,1,4973,1,7386.86,-792.971,8.59671,5.26557,275,10,0,379,1118,1,0,0,0),(37705,2182,1,1,1,4973,1,7267.95,-880.176,33.7943,4.02361,275,10,0,379,1118,1,0,0,0),(37706,2182,1,1,1,4973,1,7254.61,-887.389,34.4369,1.38457,275,10,0,379,1118,1,0,0,0),(37707,2183,1,1,1,11269,1,7370.23,-1071.53,38.9667,3.85662,275,0,0,494,0,2,0,0,0),(37709,2183,1,1,1,11269,1,7370.76,-1120.69,42.7017,5.49972,275,5,0,494,0,1,0,0,0),(37712,2183,1,1,1,11269,1,7424.59,-1072.14,38.5301,4.08368,275,5,0,494,0,1,0,0,0),(37713,2183,1,1,1,11269,1,7358.01,-1007.05,31.31,2.36315,275,0,0,494,0,2,0,0,0),(37714,2183,1,1,1,11269,1,7513.31,-995.103,-9.75635,1.56868,275,5,0,494,0,1,0,0,0),(37716,2183,1,1,1,11269,1,7477.85,-1019.35,-9.63135,0.054363,275,5,0,494,0,1,0,0,0),(37717,2183,1,1,1,11269,1,7506.33,-1018.65,-9.75635,2.80109,275,5,0,494,0,1,0,0,0),(37718,2183,1,1,1,11269,1,7450.99,-1006.57,-9.75634,4.72875,275,5,0,494,0,1,0,0,0),(37719,2183,1,1,1,11269,1,7394.6,-1055.38,39.033,5.0858,275,5,0,494,0,1,0,0,0),(37720,2183,1,1,1,11269,1,7379.69,-1028.65,33.8865,0.459978,275,5,0,494,0,1,0,0,0),(37721,2183,1,1,1,11269,1,7397.71,-1116.72,41.2383,4.05787,275,10,0,494,0,1,0,0,0),(37722,2183,1,1,1,11269,1,7439.72,-1131.35,40.5149,3.4298,275,3,0,494,0,1,0,0,0),(37723,2183,1,1,1,11269,1,7544.47,-1076.79,39.614,0.688111,275,5,0,494,0,1,0,0,0),(37724,2183,1,1,1,11269,1,7495.04,-1080.98,36.555,1.69232,275,10,0,494,0,1,0,0,0),(37725,2183,1,1,1,11269,1,7559.15,-1055.25,37.4961,3.33939,275,5,0,494,0,1,0,0,0),(37726,2183,1,1,1,11269,1,7469.64,-1069.91,34.93,1.2225,275,5,0,494,0,1,0,0,0),(37727,2183,1,1,1,11269,1,7520.77,-1066.37,35.4488,2.03707,275,0,0,494,0,0,0,0,0),(37728,2183,1,1,1,11269,1,7460.62,-1096.84,36.1425,0.46866,275,5,0,494,0,1,0,0,0),(37729,2183,1,1,1,11269,1,7323.82,-1059.67,38.0261,4.23056,275,5,0,494,0,1,0,0,0),(37730,2184,1,1,1,5774,1,5664.94,126.206,32.2468,3.74098,7200,0,0,386,0,0,0,0,0),(37731,2185,1,1,1,992,0,5746.15,922.843,-18.2912,3.01488,275,10,0,247,0,1,0,0,0),(37732,2185,1,1,1,992,0,6789.42,680.604,-27.909,6.09046,275,10,0,247,0,1,0,0,0),(37733,2185,1,1,1,992,0,6663.59,596.16,-10.3398,3.86208,275,10,0,247,0,1,0,0,0),(37734,2185,1,1,1,992,0,6309.83,1008.78,-44.4061,3.89045,275,10,0,247,0,1,0,0,0),(37735,2185,1,1,1,992,0,5713.89,851.823,-20.2656,4.95699,275,10,0,247,0,1,0,0,0),(37736,2185,1,1,1,992,0,6778,740.203,-34.5273,3.17362,275,10,0,247,0,1,0,0,0),(37737,2185,1,1,1,992,0,5714.7,754.214,-16.7576,1.64974,275,10,0,247,0,1,0,0,0),(37738,2185,1,1,1,992,0,6653.7,857.141,-15.7232,1.2213,275,10,0,247,0,1,0,0,0),(37739,2185,1,1,1,992,0,6657.6,730.019,-12.9932,1.0508,275,10,0,247,0,1,0,0,0),(37740,2185,1,1,1,992,0,5820.24,618.388,-34.7773,4.54963,275,10,0,247,0,1,0,0,0),(37741,2185,1,1,1,992,0,6713.7,658.957,-9.9615,1.19734,275,10,0,247,0,1,0,0,0),(37742,2185,1,1,1,992,0,6909.76,744.666,-14.07,3.18839,275,10,0,247,0,1,0,0,0),(37743,2185,1,1,1,992,0,5845.77,818.367,-18.0439,3.62859,275,10,0,247,0,1,0,0,0),(37744,2185,1,1,1,992,0,5915.55,918.766,-17.8076,3.12109,275,10,0,247,0,1,0,0,0),(37745,2185,1,1,1,992,0,6853.41,812.37,-24.4938,4.94197,275,10,0,247,0,1,0,0,0),(37746,2185,1,1,1,992,0,5700.63,879.243,-17.9483,3.28409,275,10,0,247,0,1,0,0,0),(37747,2185,1,1,1,992,0,6764.31,801.469,-18.5054,5.56206,275,10,0,247,0,1,0,0,0),(37748,2185,1,1,1,992,0,6772.52,737.924,-28.5823,5.88993,275,10,0,247,0,1,0,0,0),(37749,2185,1,1,1,992,0,6033.18,656.707,-5.21723,6.15743,275,10,0,247,0,1,0,0,0),(37750,2185,1,1,1,992,0,6977.1,652.885,-11.6587,3.72469,275,10,0,247,0,1,0,0,0),(37751,2185,1,1,1,992,0,7080.35,742.736,-12.6556,2.48062,275,10,0,247,0,1,0,0,0),(37752,2185,1,1,1,992,0,5767.19,672.799,-34.7773,3.3456,275,10,0,247,0,1,0,0,0),(37753,2185,1,1,1,992,0,6761.2,812.47,-17.898,4.09622,275,10,0,247,0,1,0,0,0),(37754,2185,1,1,1,992,0,6716.05,688.357,-15.5645,4.68443,275,10,0,247,0,1,0,0,0),(37755,2185,1,1,1,992,0,6758.96,676.669,-16.5916,5.74473,275,10,0,247,0,1,0,0,0),(37756,2185,1,1,1,992,0,5866.62,691.433,-12.1936,0.466719,275,10,0,247,0,1,0,0,0),(37757,2185,1,1,1,992,0,5851.5,881.733,-10.1599,5.47707,275,10,0,247,0,1,0,0,0),(37758,2185,1,1,1,992,0,5787.13,841.996,-35.175,5.54103,275,10,0,247,0,1,0,0,0),(37759,2185,1,1,1,992,0,5780.34,799.786,-27.0677,1.4376,275,10,0,247,0,1,0,0,0),(37760,2185,1,1,1,992,0,5759.3,714.744,-34.7773,1.98693,275,10,0,247,0,1,0,0,0),(37761,2185,1,1,1,992,0,6652.51,832.834,-15.7232,4.69386,275,10,0,247,0,1,0,0,0),(37762,2185,1,1,1,992,0,6579.77,765.857,-16.4625,4.21597,275,10,0,247,0,1,0,0,0),(37763,2185,1,1,1,992,0,6613.36,848.444,-18.6048,3.84609,275,10,0,247,0,1,0,0,0),(37764,2185,1,1,1,992,0,7274.73,590.327,-40.0684,0.321203,275,10,0,247,0,1,0,0,0),(37765,2185,1,1,1,992,0,5988.66,677.868,-9.44389,0.749366,275,10,0,247,0,1,0,0,0),(37766,2185,1,1,1,992,0,6841.69,719.27,-34.0784,3.52849,275,10,0,247,0,1,0,0,0),(37767,2185,1,1,1,992,0,7056.49,554.681,-15.6541,5.96732,275,10,0,247,0,1,0,0,0),(37768,2185,1,1,1,992,0,7125.98,531.111,-12.0596,0.503102,275,10,0,247,0,1,0,0,0),(37769,2185,1,1,1,992,0,6848.51,652.003,-14.2022,2.75121,275,10,0,247,0,1,0,0,0),(37770,2185,1,1,1,992,0,6985.62,580.318,-14.3637,4.81328,275,10,0,247,0,1,0,0,0),(37771,2185,1,1,1,992,0,7039.37,689.164,-11.357,1.69179,275,10,0,247,0,1,0,0,0),(37772,2185,1,1,1,992,0,6976,724.644,-13.5918,3.61998,275,10,0,247,0,1,0,0,0),(37773,2185,1,1,1,992,0,7107.44,589.21,-12.3306,6.21296,275,10,0,247,0,1,0,0,0),(37774,2185,1,1,1,992,0,6588.14,721.077,-17.2888,3.68572,275,10,0,247,0,1,0,0,0),(37775,2185,1,1,1,992,0,6444.97,829.194,-26.6989,0.88987,275,10,0,247,0,1,0,0,0),(37776,2185,1,1,1,992,0,6532.3,808.465,-23.6761,0.145074,275,10,0,247,0,1,0,0,0),(37777,2185,1,1,1,992,0,6518.87,741.531,-24.8456,0.544444,275,10,0,247,0,1,0,0,0),(37778,2185,1,1,1,992,0,7046.66,620.643,-14.566,1.43159,275,10,0,247,0,1,0,0,0),(37779,2185,1,1,1,992,0,6740.04,585.56,-10.1881,2.41495,275,10,0,247,0,1,0,0,0),(37780,2185,1,1,1,992,0,7034.01,343.694,-12.7714,2.59749,275,10,0,247,0,1,0,0,0),(37781,2185,1,1,1,992,0,5743.75,718.731,-34.7773,2.23056,275,10,0,247,0,1,0,0,0),(37782,2187,1,1,1,994,0,4724,915.087,-8.33389,4.49787,275,10,0,356,0,1,0,0,0),(37783,2187,1,1,1,994,0,4459.27,979.571,-6.17995,1.21232,275,10,0,356,0,1,0,0,0),(37784,2187,1,1,1,994,0,7877.01,-720.456,-12.8464,0.134159,275,10,0,356,0,1,0,0,0),(37785,2187,1,1,1,994,0,7915.33,-837.337,-17.88,4.76459,275,10,0,356,0,1,0,0,0),(37786,2187,1,1,1,994,0,4615.37,949.824,-5.23623,4.67076,275,10,0,356,0,1,0,0,0),(37787,2187,1,1,1,994,0,7510.92,-440.201,-19.4025,1.92195,275,10,0,356,0,1,0,0,0),(37788,2187,1,1,1,994,0,4785.25,920.239,-13.2929,6.17337,275,10,0,356,0,1,0,0,0),(37789,2187,1,1,1,994,0,4882.26,947.72,-12.0059,1.34099,275,10,0,356,0,1,0,0,0),(37790,2187,1,1,1,994,0,4822.29,926.788,-14.8808,1.27868,275,10,0,356,0,1,0,0,0),(37791,2187,1,1,1,994,0,7586.91,-585.291,-6.51322,0.353111,275,10,0,356,0,1,0,0,0),(37792,2187,1,1,1,994,0,5149.61,910.338,-13.0697,2.88863,275,10,0,356,0,1,0,0,0),(37793,2187,1,1,1,994,0,4754.33,879.044,-3.36609,1.25821,275,10,0,356,0,1,0,0,0),(37794,2187,1,1,1,994,0,4990.9,944.397,-27.4185,2.2593,275,10,0,356,0,1,0,0,0),(37795,2187,1,1,1,994,0,4480.99,937.473,-6.84908,1.10237,275,10,0,356,0,1,0,0,0),(37796,2187,1,1,1,994,0,4873.8,921.911,-11.3212,3.31332,275,10,0,356,0,1,0,0,0),(37797,2187,1,1,1,994,0,5082.55,966.201,-27.3016,1.66172,275,10,0,356,0,1,0,0,0),(37798,2187,1,1,1,994,0,4578.03,779.202,-5.19351,6.21794,275,10,0,356,0,1,0,0,0),(37799,2187,1,1,1,994,0,4631.69,929.5,-6.62335,0.758429,275,10,0,356,0,1,0,0,0),(37800,2187,1,1,1,994,0,7875.44,-282.672,-35.227,5.59268,275,10,0,356,0,1,0,0,0),(37801,2187,1,1,1,994,0,7786.42,-228.197,-12.084,4.19501,275,10,0,356,0,1,0,0,0),(37802,2187,1,1,1,994,0,7774.77,-251.869,-13.2432,2.30593,275,10,0,356,0,1,0,0,0),(37803,2187,1,1,1,994,0,7841.29,-293.892,-26.1047,1.0523,275,10,0,356,0,1,0,0,0),(37804,2187,1,1,1,994,0,7822.3,-219.919,-21.6348,4.8431,275,10,0,356,0,1,0,0,0),(37805,2187,1,1,1,994,0,7857.49,-240.289,-30.2567,5.50941,275,10,0,356,0,1,0,0,0),(37806,2187,1,1,1,994,0,7520.42,-180.717,-16.8138,4.72751,275,10,0,356,0,1,0,0,0),(37807,2187,1,1,1,994,0,7803.44,-287.294,-14.3107,4.70072,275,10,0,356,0,1,0,0,0),(37808,2187,1,1,1,994,0,7923.36,-296.306,-39.5422,5.08634,275,10,0,356,0,1,0,0,0),(37809,2189,1,1,1,2452,1,6694.17,29.4701,43.3069,4.25164,275,5,0,198,0,1,0,0,0),(37810,2189,1,1,1,2452,1,6627.44,27.4245,35.5472,3.95722,275,10,0,198,0,1,0,0,0),(37811,2189,1,1,1,2452,1,6647.55,14.2975,38.0206,3.73984,275,3,0,198,0,1,0,0,0),(37812,2189,1,1,1,2452,1,6631.41,2.83593,35.4222,0.273425,275,3,0,198,0,1,0,0,0),(37813,2189,1,1,1,2452,1,6599.39,2.82322,29.4032,0.40957,275,10,0,198,0,1,0,0,0),(37814,2189,1,1,1,2452,1,6678.29,-14.7127,43.0639,2.83931,275,10,0,198,0,1,0,0,0),(37815,2189,1,1,1,2452,1,6687.43,10.7584,42.8069,5.13322,275,0,0,198,0,2,0,0,0),(37816,2189,1,1,1,2452,1,6669.33,32.5651,43.3069,1.77036,275,5,0,198,0,1,0,0,0),(37817,2189,1,1,1,2452,1,6654.61,57.1451,30.8271,1.89516,275,5,0,198,0,1,0,0,0),(37818,2189,1,1,1,2452,1,6752.08,6.25,40.2259,3.26278,275,0,0,198,0,2,0,0,0),(37819,2189,1,1,1,2452,1,6710.18,14.2073,42.948,2.71824,275,5,0,198,0,1,0,0,0),(37820,2189,1,1,1,2452,1,6754,-130.845,30.8167,2.04055,275,5,0,198,0,1,0,0,0),(37821,2189,1,1,1,2452,1,6756.13,-170.504,32.9811,0.279253,275,10,0,198,0,1,0,0,0),(37822,2189,1,1,1,2452,1,6714.11,-137.225,36.1164,1.44176,275,0,0,198,0,2,0,0,0),(37823,2189,1,1,1,2452,1,6735.76,22.7679,43.8509,4.7184,275,5,0,198,0,1,0,0,0),(37824,2189,1,1,1,2452,1,6738.58,-77.4975,43.0341,4.88692,275,0,0,198,0,0,0,0,0),(37825,2189,1,1,1,2452,1,6747.27,-20.0509,43.2118,4.84044,275,10,0,198,0,1,0,0,0),(37826,2190,1,1,1,1015,1,6580.97,-31.5124,35.7285,3.01623,275,10,0,222,0,1,0,0,0),(37827,2190,1,1,1,1015,1,6579.04,-55.4279,31.5893,0.737842,275,10,0,222,0,1,0,0,0),(37828,2190,1,1,1,1015,1,6603.19,-91.4537,33.538,3.63643,275,5,0,222,0,1,0,0,0),(37829,2190,1,1,1,1015,1,6603.12,-67.709,30.913,5.25177,275,10,0,222,0,1,0,0,0),(37830,2190,1,1,1,1015,1,6640.83,-44.5692,35.7518,4.18319,275,5,0,222,0,1,0,0,0),(37831,2190,1,1,1,1015,1,6613.08,-25.1326,34.3558,1.79283,275,10,0,222,0,1,0,0,0),(37832,2190,1,1,1,1015,1,6647.52,-131.152,33.7237,3.12001,275,5,0,222,0,1,0,0,0),(37833,2190,1,1,1,1015,1,6621.26,-131.381,35.4454,4.54403,275,5,0,222,0,1,0,0,0),(37834,2190,1,1,1,1015,1,6664.96,-147.545,34.258,0.350005,275,10,0,222,0,1,0,0,0),(37838,2190,1,1,1,1015,1,6643.13,-23.8369,38.4311,4.44196,275,0,0,222,0,2,0,0,0),(37839,2190,1,1,1,1015,1,6643.35,-101.404,27.0987,0.420156,275,5,0,222,0,1,0,0,0),(37840,2190,1,1,1,1015,1,6628.09,-71.5836,30.913,0.755956,275,10,0,222,0,1,0,0,0),(37841,2190,1,1,1,1015,1,6668.55,-106.5,22.8487,4.28654,275,5,0,222,0,1,0,0,0),(37842,2190,1,1,1,1015,1,6678.39,-84.9567,22.8487,4.83127,275,5,0,222,0,1,0,0,0),(37843,2190,1,1,1,1015,1,6659.95,-71.1717,23.0987,0.684661,275,5,0,222,0,1,0,0,0),(37844,2190,1,1,1,1015,1,6722.99,-115.414,41.6461,3.24923,275,5,0,222,0,1,0,0,0),(37845,2190,1,1,1,1015,1,6734.35,-218.328,34.6649,0.597661,275,10,0,222,0,1,0,0,0),(37846,2190,1,1,1,1015,1,6714.18,-166.007,32.2414,1.89042,275,10,0,222,0,1,0,0,0),(37847,2190,1,1,1,1015,1,6685.07,-168.425,33.2374,1.19668,275,10,0,222,0,1,0,0,0),(37848,2190,1,1,1,1015,1,6732.86,-196.181,31.9646,4.31315,275,10,0,222,0,1,0,0,0),(37849,2190,1,1,1,1015,1,6697.98,-190.032,35.7374,4.49866,275,5,0,222,0,1,0,0,0),(37850,2190,1,1,1,1015,1,6692.07,-146.837,32.3505,1.07993,275,10,0,222,0,1,0,0,0),(37851,2190,1,1,1,1015,1,6754.57,-43.6185,43.3769,4.91276,275,10,0,222,0,1,0,0,0),(37852,2192,1,1,1,5772,1,4506.22,407.356,31.7327,2.35504,7200,0,0,379,1118,2,0,0,0),(37853,6297,1,1,1,5019,1,6542.64,436.392,7.61732,4.86947,275,0,0,1342,0,0,0,0,0),(37854,2201,1,1,1,346,1,6123.33,575.978,-1.76735,5.51542,275,0,0,222,0,0,0,0,0),(37855,2202,1,1,1,3619,1,7379.56,408.603,-0.637796,5.32769,275,5,0,247,0,1,0,0,0),(37856,2202,1,1,1,3619,1,7158.67,260.317,-13.2258,2.8431,275,5,0,247,0,1,0,0,0),(37857,2202,1,1,1,3619,1,7069.48,413.461,-40.5286,5.34069,275,5,0,247,0,1,0,0,0),(37858,2202,1,1,1,3619,1,7139.59,330.723,-24.0411,4.34888,275,5,0,247,0,1,0,0,0),(37859,2202,1,1,1,3619,1,6976.7,189.272,-0.812714,5.12427,275,5,0,247,0,1,0,0,0),(37860,2202,1,1,1,3619,1,6949.22,182.554,0.179427,5.71312,275,5,0,247,0,1,0,0,0),(37861,2202,1,1,1,3619,1,6928.24,180.558,1.82411,4.63805,275,5,0,247,0,1,0,0,0),(37862,2202,1,1,1,3619,1,6116.13,585.874,-4.14235,0.077556,275,5,0,247,0,1,0,0,0),(37863,2202,1,1,1,3619,1,7145.83,299.751,-34.7133,2.31174,275,5,0,247,0,1,0,0,0),(37864,2202,1,1,1,3619,1,7142.06,313.551,-34.781,4.61495,275,5,0,247,0,1,0,0,0),(37865,6298,1,1,1,5020,1,6534.42,437.945,7.36371,5.89921,275,0,0,1003,0,0,0,0,0),(37866,2202,1,1,1,3619,1,7058.62,405.874,-6.66263,0.194124,275,2,0,247,0,1,0,0,0),(37867,2202,1,1,1,3619,1,7067.24,421.064,-4.45901,3.84001,275,5,0,247,0,1,0,0,0),(37930,2202,1,1,1,3619,1,7068.95,420.613,-14.3975,5.45704,275,5,0,247,0,1,0,0,0),(37931,2202,1,1,1,3619,1,7071.18,432.281,-21.8855,3.06401,275,5,0,247,0,1,0,0,0),(37932,2202,1,1,1,3619,1,7039.57,407.25,-14.3531,1.54251,275,5,0,247,0,1,0,0,0),(37933,2202,1,1,1,3619,1,7089.47,446.476,-22.9681,2.51572,275,5,0,247,0,1,0,0,0),(37934,2202,1,1,1,3619,1,6972.25,209.263,-0.705522,0.333344,275,5,0,247,0,1,0,0,0),(37935,2202,1,1,1,3619,1,7137.51,311.078,-39.9594,6.02989,275,5,0,247,0,1,0,0,0),(37936,2202,1,1,1,3619,1,7029.96,435.876,-21.8221,5.82134,275,5,0,247,0,1,0,0,0),(37937,2202,1,1,1,3619,1,6120.03,555.353,1.9681,1.01872,275,5,0,247,0,1,0,0,0),(37938,2202,1,1,1,3619,1,6106.17,543.677,2.5931,1.95276,275,5,0,247,0,1,0,0,0),(37939,2202,1,1,1,3619,1,6106.89,573.122,-0.89235,4.4622,275,5,0,247,0,1,0,0,0),(37940,2202,1,1,1,3619,1,6102.79,557.35,1.5931,0.617162,275,5,0,247,0,1,0,0,0),(37941,2202,1,1,1,3619,1,5640.76,523.388,1.55423,4.68951,275,5,0,247,0,1,0,0,0),(37942,2202,1,1,1,3619,1,5640.63,534.375,-1.44506,5.35897,275,10,0,247,0,1,0,0,0),(37943,2202,1,1,1,3619,1,5615.68,523.598,1.81754,6.05484,275,3,0,247,0,1,0,0,0),(37944,2202,1,1,1,3619,1,5613.83,501.413,4.31754,0.017342,275,5,0,247,0,1,0,0,0),(37945,2203,1,1,1,3940,1,7144.76,340.26,-28.9234,0.637172,275,5,0,253,264,1,0,0,0),(37946,2203,1,1,1,3940,1,7175.84,322.183,-42.3932,0.735586,275,5,0,253,264,1,0,0,0),(37947,2203,1,1,1,3940,1,7106.64,319.313,-40.6059,1.59053,275,5,0,253,264,1,0,0,0),(37948,2203,1,1,1,3940,1,7132.67,336.642,-31.4938,1.64629,275,5,0,253,264,1,0,0,0),(37949,2203,1,1,1,3940,1,7137.09,313.784,-21.1934,4.10084,275,5,0,253,264,1,0,0,0),(37950,2203,1,1,1,3940,1,7138.54,301.215,-19.6593,3.45352,275,5,0,253,264,1,0,0,0),(37951,2203,1,1,1,3940,1,5229.26,593.396,0.241886,4.89102,275,0,0,253,264,0,0,0,0),(37952,2203,1,1,1,3940,1,6985.78,199.721,-1.2928,0.495382,275,5,0,253,264,1,0,0,0),(37953,2203,1,1,1,3940,1,7132.17,334.142,-41.4268,5.35457,275,5,0,253,264,1,0,0,0),(37954,6299,1,1,1,5021,1,6545.89,440.145,7.65281,4.90438,275,0,0,713,0,0,0,0,0),(37955,2203,1,1,1,3940,1,7031.98,403.298,-6.39551,0.507623,275,0,0,253,264,0,0,0,0),(37956,2203,1,1,1,3940,1,7073.69,437.231,-3.75144,5.45766,275,2,0,253,264,1,0,0,0),(37957,2203,1,1,1,3940,1,7059.3,408.267,-14.5234,0.391694,275,5,0,253,264,1,0,0,0),(37958,2203,1,1,1,3940,1,7040.99,397.704,-13.8551,3.01404,275,5,0,253,264,1,0,0,0),(37959,2203,1,1,1,3940,1,7044.31,408.762,-22.0947,5.44967,275,5,0,253,264,1,0,0,0),(37960,2203,1,1,1,3940,1,7119.89,369.168,-41.4425,1.8984,275,5,0,253,264,1,0,0,0),(37961,2203,1,1,1,3940,1,6953.98,205.103,0.953374,4.16698,275,5,0,253,264,1,0,0,0),(37962,2203,1,1,1,3940,1,6937.84,197.578,1.80443,0.248633,275,5,0,253,264,1,0,0,0),(37963,2203,1,1,1,3940,1,7008.75,395.88,-9.79006,4.81561,275,5,0,253,264,1,0,0,0),(37964,2203,1,1,1,3940,1,5634.01,510.388,5.17923,3.06123,275,10,0,253,264,1,0,0,0),(37965,2203,1,1,1,3940,1,5627.8,531.891,-0.807462,0.184169,275,5,0,253,264,1,0,0,0),(37966,2203,1,1,1,3940,1,5244.47,573.633,1.35491,5.29995,275,5,0,253,264,1,0,0,0),(37967,2203,1,1,1,3940,1,5214.25,591.047,1.99416,6.26756,275,0,0,253,264,0,0,0,0),(37968,2203,1,1,1,3940,1,5207.14,602.259,1.67546,3.08685,275,0,0,253,264,0,0,0,0),(37969,2204,1,1,1,2597,1,7444.57,46.9616,1.61016,2.03179,275,5,0,300,0,1,0,0,0),(37970,2204,1,1,1,2597,1,7445.21,70.5394,1.75787,3.50324,275,5,0,300,0,1,0,0,0),(37971,6300,1,1,1,5022,1,6538.29,443.297,7.224,4.46804,275,0,0,1003,0,0,0,0,0),(37972,2204,1,1,1,2597,1,5231.15,568.063,3.80882,0.931504,275,5,0,300,0,1,0,0,0),(37973,2204,1,1,1,2597,1,5255.47,584.749,-1.52009,2.57169,275,5,0,300,0,1,0,0,0),(37974,2204,1,1,1,2597,1,5221.4,596.018,1.01469,4.58997,275,0,0,300,0,0,0,0,0),(37975,2205,1,1,1,540,1,4830.79,813.307,-2.78355,0.443306,275,5,0,328,0,1,0,0,0),(37976,2205,1,1,1,540,1,7427.23,43.166,2.57304,3.73253,275,5,0,328,0,1,0,0,0),(37977,2205,1,1,1,540,1,7457.05,67.7084,-0.617127,5.52877,275,5,0,328,0,1,0,0,0),(37978,2205,1,1,1,540,1,7452.11,54.5537,0.23516,3.84436,275,5,0,328,0,1,0,0,0),(37979,2205,1,1,1,540,1,7428.38,69.6697,3.11166,1.89803,275,5,0,328,0,1,0,0,0),(37980,6301,1,1,1,5023,1,6535.77,445.551,7.12758,4.36332,275,0,0,1003,0,0,0,0,0),(37981,2205,1,1,1,540,1,5005.5,551.875,4.77554,1.122,275,3,0,328,0,1,0,0,0),(37982,2205,1,1,1,540,1,4776.73,767.224,2.26282,1.18014,275,3,0,328,0,1,0,0,0),(37983,2205,1,1,1,540,1,7414.85,54.4275,2.82304,3.27297,275,5,0,328,0,1,0,0,0),(37984,2205,1,1,1,540,1,4987.13,535.932,6.40979,4.77012,275,3,0,328,0,1,0,0,0),(37985,2205,1,1,1,540,1,4999.71,534.458,6.15979,5.91839,275,3,0,328,0,1,0,0,0),(37986,2205,1,1,1,540,1,4977,538.907,7.28479,5.19715,275,3,0,328,0,1,0,0,0),(37987,2206,1,1,1,652,1,4801.28,807.187,0.385285,-2.59143,275,3,0,356,0,1,0,0,0),(37988,2206,1,1,1,652,1,4823.6,804.647,-1.22579,0.494468,275,5,0,356,0,1,0,0,0),(37989,2206,1,1,1,652,1,4988.55,540.98,5.71478,1.87403,275,0,0,356,0,0,0,0,0),(37990,2206,1,1,1,652,1,4985.02,548.381,5.37413,2.83807,275,0,0,356,0,0,0,0,0),(37991,2206,1,1,1,652,1,4806.68,789.584,0.787679,0.721443,275,3,0,356,0,1,0,0,0),(37992,2206,1,1,1,652,1,4789.12,782.784,1.67119,3.16112,275,3,0,356,0,1,0,0,0),(37993,2206,1,1,1,652,1,4993.71,549.704,5.03479,2.97235,275,0,0,356,0,0,0,0,0),(37994,2206,1,1,1,652,1,4992.42,560.697,4.15979,0.744287,275,3,0,356,0,1,0,0,0),(37995,2207,1,1,1,4920,1,7818.4,-638.766,-27.9735,1.43649,275,5,0,377,408,1,0,0,0),(38088,2207,1,1,1,4920,1,7827.22,-653.083,-24.6011,2.62118,275,5,0,377,408,1,0,0,0),(38110,2207,1,1,1,4920,1,4504.95,908.405,3.14511,0.939051,275,0,0,377,408,0,0,0,0),(38131,2207,1,1,1,4920,1,4596.74,920.727,1.063,1.52214,275,0,0,377,408,0,0,0,0),(38149,2207,1,1,1,4920,1,4590.38,909.937,1.688,0.751454,275,0,0,377,408,0,0,0,0),(38150,2207,1,1,1,4920,1,4525.96,882.266,-1.3168,3.54712,275,0,0,377,408,0,0,0,0),(38151,2207,1,1,1,4920,1,4609.36,913.667,0.811804,5.398,275,0,0,377,408,0,0,0,0),(38152,2207,1,1,1,4920,1,7782.17,-691.085,-8.92414,6.08933,275,5,0,377,408,1,0,0,0),(38153,2207,1,1,1,4920,1,7786.5,-661.654,-19.3308,3.31422,275,5,0,377,408,1,0,0,0),(38154,2207,1,1,1,4920,1,4669.05,869.903,1.21204,1.17585,275,3,0,377,408,1,0,0,0),(38155,2207,1,1,1,4920,1,4669.98,883.959,-1.03256,1.90241,275,10,0,377,408,1,0,0,0),(38156,2207,1,1,1,4920,1,4612.23,902.473,0.436804,1.12867,275,10,0,377,408,1,0,0,0),(38157,2207,1,1,1,4920,1,4495.58,902.892,10.2698,4.85442,275,0,0,377,408,0,0,0,0),(38158,2207,1,1,1,4920,1,4511.78,884.784,-1.8168,5.18703,275,0,0,377,408,0,0,0,0),(38159,2208,1,1,1,478,1,7815.03,-653.185,-21.7243,4.66176,275,5,0,404,456,1,0,0,0),(38160,2208,1,1,1,478,1,7800.96,-649.572,-26.2598,3.41849,275,5,0,404,456,1,0,0,0),(38161,2208,1,1,1,478,1,4701.61,885.933,-1.79313,0.385374,275,3,0,404,456,1,0,0,0),(38162,2208,1,1,1,478,1,4688.08,888.269,-1.28796,4.63112,275,3,0,404,456,1,0,0,0),(38163,2208,1,1,1,478,1,4525.94,906.189,6.02011,2.3718,275,0,0,404,456,0,0,0,0),(38164,2208,1,1,1,478,1,4696.18,870.938,0.087038,3.99177,275,3,0,404,456,1,0,0,0),(38165,2208,1,1,1,478,1,7784.09,-679.191,-11.6741,3.31019,275,5,0,404,456,1,0,0,0),(38166,2208,1,1,1,478,1,7770.85,-674.001,-12.1741,3.39092,275,5,0,404,456,1,0,0,0),(38167,2208,1,1,1,478,1,7801.31,-670.994,-16.9548,2.62898,275,5,0,404,456,1,0,0,0),(38169,2208,1,1,1,478,1,7805.19,-660.025,-23.3306,0.868725,275,5,0,404,456,1,0,0,0),(38170,2208,1,1,1,478,1,4687.95,863.727,2.52746,4.18103,275,3,0,404,456,1,0,0,0),(38171,2208,1,1,1,478,1,4675.84,857.685,0.652459,2.92042,275,3,0,404,456,1,0,0,0),(38172,2208,1,1,1,478,1,4588.99,894.729,1.18516,4.96324,275,0,0,404,456,0,0,0,0),(38173,2208,1,1,1,478,1,4599.3,890.433,1.18516,3.43009,275,0,0,404,456,0,0,0,0),(38174,2208,1,1,1,478,1,4492.86,880.785,-1.56278,2.51213,275,0,0,404,456,0,0,0,0),(38175,2208,1,1,1,478,1,4493.62,894.452,2.06222,1.23625,275,0,0,404,456,0,0,0,0),(38176,2212,1,1,1,1013,1,6598.28,-32.0527,34.4785,2.43279,275,0,0,247,0,2,0,0,0),(38177,2212,1,1,1,1013,1,6622.05,-113.395,33.254,3.54033,275,5,0,247,0,1,0,0,0),(38178,2212,1,1,1,1013,1,6732.49,-168.291,32.1132,5.92292,275,10,0,247,0,1,0,0,0),(38179,2212,1,1,1,1013,1,6714.17,-198.985,36.3805,0.522628,275,10,0,247,0,1,0,0,0),(38180,2212,1,1,1,1013,1,6688.06,-155.065,31.9239,1.17933,275,10,0,247,0,1,0,0,0),(38181,2212,1,1,1,1013,1,6739.34,-35.7338,43.1269,5.42964,275,0,0,247,0,2,0,0,0),(38183,10157,1,1,1,12236,0,6013.84,-45.659,21.7033,0.996915,275,3,0,253,264,1,0,0,0),(38184,10157,1,1,1,12236,0,6333.75,-120.255,25.4351,0.260307,275,3,0,253,264,1,0,0,0),(38185,10157,1,1,1,12236,0,6137.91,-68.9714,36.0625,0.677245,275,5,0,253,264,1,0,0,0),(38186,10158,1,1,1,5927,0,6054.28,106.751,31.7157,1.02502,275,5,0,247,0,1,0,0,0),(38187,10158,1,1,1,5927,0,6325.18,56.2202,33.3632,0.505082,275,5,0,247,0,1,0,0,0),(38188,10158,1,1,1,5927,0,6119.84,-81.9406,56.3046,6.21095,275,5,0,247,0,1,0,0,0),(38189,10158,1,1,1,5927,0,6395.72,118.459,33.9858,0.234604,275,10,0,247,0,1,0,0,0),(38190,10158,1,1,1,5927,0,6041.23,44.2576,34.4006,3.57613,275,10,0,247,0,1,0,0,0),(38191,10158,1,1,1,5927,0,6382.67,-63.3626,36.0136,2.08516,275,5,0,247,0,1,0,0,0),(38192,10158,1,1,1,5927,0,6309.23,-143.616,41.2041,2.97291,275,10,0,247,0,1,0,0,0),(38193,10158,1,1,1,5927,0,6021.52,-58.315,47.6192,3.67431,275,3,0,247,0,1,0,0,0),(38194,10158,1,1,1,5927,0,6033.86,164.068,21.2415,5.03127,275,3,0,247,0,1,0,0,0),(38195,10158,1,1,1,5927,0,6085.99,114.848,33.7741,4.47664,275,2,0,247,0,1,0,0,0),(38196,10158,1,1,1,5927,0,6010.89,138.28,30.6624,3.52174,275,5,0,247,0,1,0,0,0),(38197,10158,1,1,1,5927,0,6225.75,141.634,42.3851,2.42838,275,5,0,247,0,1,0,0,0),(38198,10158,1,1,1,5927,0,6278.58,211.596,33.9799,5.36487,275,10,0,247,0,1,0,0,0),(38199,10158,1,1,1,5927,0,6196.17,90.6668,30.9991,6.02034,275,5,0,247,0,1,0,0,0),(38200,10158,1,1,1,5927,0,6212.52,-50.9241,40.129,2.85595,275,5,0,247,0,1,0,0,0),(38201,10158,1,1,1,5927,0,6384.79,190.732,25.8178,2.07467,275,10,0,247,0,1,0,0,0),(38203,10158,1,1,1,5927,0,6120.76,124.731,26.2649,3.45695,275,3,0,247,0,1,0,0,0),(38204,10158,1,1,1,5927,0,6127.65,106.902,25.0898,0.925025,275,0,0,247,0,0,0,0,0),(38205,10158,1,1,1,5927,0,6181.19,125,31.7945,2.69317,275,5,0,247,0,1,0,0,0),(38209,10158,1,1,1,5927,0,6111.59,180.216,25.972,2.06736,275,10,0,247,0,1,0,0,0),(38210,10158,1,1,1,5927,0,6387.99,148.215,27.5364,5.88001,275,10,0,247,0,1,0,0,0),(38211,10158,1,1,1,5927,0,6191.39,55.2648,37.0805,3.0458,275,5,0,247,0,1,0,0,0),(38212,10158,1,1,1,5927,0,6216.64,30.2042,36.4602,5.03977,275,5,0,247,0,1,0,0,0),(38213,10158,1,1,1,5927,0,6214.87,216.482,40.5875,1.40886,275,5,0,247,0,1,0,0,0),(38215,10158,1,1,1,5927,0,6144.86,204.454,27.9898,4.56186,275,10,0,247,0,1,0,0,0),(38216,10158,1,1,1,5927,0,6132.53,66.7425,24.7725,4.11118,275,3,0,247,0,1,0,0,0),(38217,10159,1,1,1,9390,0,6352.57,85.8313,32.4939,5.17334,275,3,0,222,0,1,0,0,0),(38218,10159,1,1,1,9390,0,6287.61,77.8242,38.9081,4.38014,275,5,0,222,0,1,0,0,0),(38219,10159,1,1,1,9390,0,6053.11,141.057,22.4978,3.97935,275,0,0,222,0,2,0,0,0),(38220,10159,1,1,1,9390,0,6003.15,88.3407,27.2549,4.86913,275,10,0,222,0,1,0,0,0),(38221,10159,1,1,1,9390,0,6249.8,120.76,39.3474,0.042984,275,5,0,222,0,1,0,0,0),(38222,10159,1,1,1,9390,0,6158.53,144.808,26.3463,2.36978,275,5,0,222,0,1,0,0,0),(38223,10159,1,1,1,9390,0,6176.42,178.009,29.6372,3.09571,275,10,0,222,0,1,0,0,0),(38224,10159,1,1,1,9390,0,6367.46,57.0351,33.5215,2.39625,275,5,0,222,0,1,0,0,0),(38226,10159,1,1,1,9390,0,6049.72,193.481,26.8926,1.79546,275,5,0,222,0,1,0,0,0),(38227,10159,1,1,1,9390,0,6348.7,145.127,23.7057,3.75288,275,10,0,222,0,1,0,0,0),(38229,10159,1,1,1,9390,0,6319.27,176.619,28.6875,4.16223,275,10,0,222,0,1,0,0,0),(38230,10159,1,1,1,9390,0,6347.5,126.799,22.4559,1.06465,275,0,0,222,0,2,0,0,0),(38231,10160,1,1,1,12237,0,6034.59,-16.1968,32.2058,2.51314,275,5,0,247,0,1,0,0,0),(38232,10160,1,1,1,12237,0,6259.9,-69.2715,44.477,6.28276,275,10,0,247,0,1,0,0,0),(38233,10160,1,1,1,12237,0,6344.17,24.1823,28.2764,1.50826,275,10,0,247,0,1,0,0,0),(38241,10160,1,1,1,12237,0,6318.58,-10.7444,36.1743,0.656773,275,10,0,247,0,1,0,0,0),(38242,10160,1,1,1,12237,0,6108.89,44.821,37.4352,3.11737,275,10,0,247,0,1,0,0,0),(38327,10160,1,1,1,12237,0,5948.32,-10.6898,27.0633,1.59413,275,5,0,247,0,1,0,0,0),(38329,10160,1,1,1,12237,0,6227.32,-111.618,41.376,3.01448,275,10,0,247,0,1,0,0,0),(38443,10160,1,1,1,12237,0,6268.47,10.0644,33.9306,4.63427,275,5,0,247,0,1,0,0,0),(38477,10160,1,1,1,12237,0,6375.13,-25.672,28.6635,5.38648,275,10,0,247,0,1,0,0,0),(38478,10160,1,1,1,12237,0,5979.92,15.7198,26.8368,2.86025,275,10,0,247,0,1,0,0,0),(38479,10160,1,1,1,12237,0,6124.29,-17.2168,38.5916,3.25516,275,3,0,247,0,1,0,0,0),(38480,10160,1,1,1,12237,0,6068.69,-46.3102,43.6627,1.75413,275,10,0,247,0,1,0,0,0),(38481,10160,1,1,1,12237,0,6290.52,-115.841,39.6368,5.27492,275,10,0,247,0,1,0,0,0),(38482,10160,1,1,1,12237,0,6243.72,40.584,35.3153,5.17254,275,10,0,247,0,1,0,0,0),(38483,10160,1,1,1,12237,0,6185,-82.8412,47.6497,2.31754,275,5,0,247,0,1,0,0,0),(38484,10160,1,1,1,12237,0,6344.1,-47.3413,28.0359,1.92723,275,0,0,247,0,0,0,0,0),(38485,10160,1,1,1,12237,0,6298.11,-57.7363,38.94,0.096892,275,10,0,247,0,1,0,0,0),(38486,10160,1,1,1,12237,0,6213.59,-155.208,79.3315,0,275,0,0,247,0,0,0,0,0),(38487,10160,1,1,1,12237,0,6226.96,-141.646,52.9686,6.2187,275,2,0,247,0,1,0,0,0),(38488,10160,1,1,1,12237,0,6207.86,-150.799,78.6087,2.09915,275,0,0,247,0,0,0,0,0),(38489,10160,1,1,1,12237,0,6374.99,-146.969,34.3697,2.31162,275,3,0,247,0,1,0,0,0),(38491,10160,1,1,1,12237,0,6184.61,-12.2838,45.2704,3.03293,275,10,0,247,0,1,0,0,0),(38492,2231,1,1,1,1000,0,6572.55,490.47,-4.35711,1.31463,275,10,0,176,0,1,0,0,0),(38493,2231,1,1,1,1000,0,6099.47,620.175,-8.0773,3.3342,275,10,0,176,0,1,0,0,0),(38494,2231,1,1,1,1000,0,6508.04,528.085,-5.66787,2.39485,275,10,0,176,0,1,0,0,0),(38495,2231,1,1,1,1000,0,6559.33,503.889,-2.90703,3.72689,275,10,0,176,0,1,0,0,0),(38498,2231,1,1,1,1000,0,6746.3,538.098,-3.61134,4.74168,275,10,0,176,0,1,0,0,0),(38499,2231,1,1,1,1000,0,6766.5,528.856,-1.39557,5.49296,275,10,0,176,0,1,0,0,0),(38500,2231,1,1,1,1000,0,6564.36,525.848,1.24242,2.98551,275,10,0,176,0,1,0,0,0),(38501,2231,1,1,1,1000,0,6613.53,548.947,-1.11178,4.51928,275,10,0,176,0,1,0,0,0),(38502,2231,1,1,1,1000,0,6535.43,616.204,-22.141,0.007812,275,10,0,176,0,1,0,0,0),(38503,2231,1,1,1,1000,0,6688.7,555.761,-3.86529,3.76048,275,10,0,176,0,1,0,0,0),(38504,2231,1,1,1,1000,0,6694.48,551.599,-2.27471,5.68598,275,10,0,176,0,1,0,0,0),(38505,2231,1,1,1,1000,0,6454.92,638.559,-22.167,5.31096,275,10,0,176,0,1,0,0,0),(38506,2231,1,1,1,1000,0,6569.49,563.417,-6.04293,2.08691,275,10,0,176,0,1,0,0,0),(38507,2231,1,1,1,1000,0,6528.23,589.51,-24.2829,2.68668,275,10,0,176,0,1,0,0,0),(38509,2231,1,1,1,1000,0,6595.42,578.453,-10.1972,0.409894,275,10,0,176,0,1,0,0,0),(38510,2231,1,1,1,1000,0,6177.05,643.039,-14.548,2.25103,275,10,0,176,0,1,0,0,0),(38512,2231,1,1,1,1000,0,6151.58,603.786,-8.51736,0.928076,275,10,0,176,0,1,0,0,0),(38513,2231,1,1,1,1000,0,6394.72,649.759,-15.8482,3.13769,275,10,0,176,0,1,0,0,0),(38514,2231,1,1,1,1000,0,6384.17,620.565,-5.54881,3.86548,275,10,0,176,0,1,0,0,0),(38515,2231,1,1,1,1000,0,6118.29,612.486,-8.6752,4.99243,275,10,0,176,0,1,0,0,0),(38516,2231,1,1,1,1000,0,6146.14,583.713,-1.89235,3.78725,275,10,0,176,0,1,0,0,0),(38517,2231,1,1,1,1000,0,6174.79,621.448,-13.7537,0.196629,275,10,0,176,0,1,0,0,0),(38518,2231,1,1,1,1000,0,6217.46,644.942,-8.73857,5.13756,275,10,0,176,0,1,0,0,0),(38519,2231,1,1,1,1000,0,6275.68,607.261,-6.5261,4.81517,275,10,0,176,0,1,0,0,0),(38520,2231,1,1,1,1000,0,6293.37,649.345,-15.5534,3.11621,275,10,0,176,0,1,0,0,0),(38521,2231,1,1,1,1000,0,6233.96,607.499,-0.889753,0.412075,275,10,0,176,0,1,0,0,0),(38522,2231,1,1,1,1000,0,6316.48,630.372,-12.0277,3.66995,275,10,0,176,0,1,0,0,0),(38523,2231,1,1,1,1000,0,6223.96,592.709,0.91362,0.806158,275,10,0,176,0,1,0,0,0),(38524,2231,1,1,1,1000,0,6219.98,539.372,6.82679,5.80861,275,10,0,176,0,1,0,0,0),(38525,2231,1,1,1,1000,0,6188.76,558.592,4.5108,1.37838,275,10,0,176,0,1,0,0,0),(38526,2231,1,1,1,1000,0,6258.68,623.398,-10.079,4.3607,275,10,0,176,0,1,0,0,0),(38527,2231,1,1,1,1000,0,6734.56,517.94,-0.043476,2.6917,275,10,0,176,0,1,0,0,0),(38528,2231,1,1,1,1000,0,6637.23,554.577,-3.7509,5.91138,275,10,0,176,0,1,0,0,0),(38529,2231,1,1,1,1000,0,6781.98,518.284,0.137367,0.877517,275,10,0,176,0,1,0,0,0),(38530,2231,1,1,1,1000,0,6238.31,669.399,-16.0795,0.779873,275,10,0,176,0,1,0,0,0),(38531,2231,1,1,1,1000,0,6724.72,543.251,-1.80785,2.35684,275,10,0,176,0,1,0,0,0),(38532,2231,1,1,1,1000,0,6187.59,551.989,5.2469,4.82362,275,10,0,176,0,1,0,0,0),(38533,2231,1,1,1,1000,0,6771.32,469.764,9.03506,4.37632,275,10,0,176,0,1,0,0,0),(38534,2231,1,1,1,1000,0,6159.18,547.081,5.7858,5.64997,275,10,0,176,0,1,0,0,0),(38535,2231,1,1,1,1000,0,6391.15,570.254,-1.17991,1.6862,275,10,0,176,0,1,0,0,0),(38536,2231,1,1,1,1000,0,6600.4,494.107,-1.85818,2.73824,275,10,0,176,0,1,0,0,0),(38537,2231,1,1,1,1000,0,6282.93,586.061,-0.445736,2.3333,275,10,0,176,0,1,0,0,0),(38538,2231,1,1,1,1000,0,6328.1,587.972,0.998501,3.29285,275,10,0,176,0,1,0,0,0),(38539,2231,1,1,1,1000,0,6749.33,536.175,-2.91572,5.69302,275,10,0,176,0,1,0,0,0),(38540,2231,1,1,1,1000,0,6247.81,555.3,8.34744,4.6831,275,10,0,176,0,1,0,0,0),(38541,2231,1,1,1,1000,0,6645.31,505.729,4.55806,4.90962,275,10,0,176,0,1,0,0,0),(38542,2231,1,1,1,1000,0,6714.96,511.258,2.26345,0.592822,275,10,0,176,0,1,0,0,0),(38543,2232,1,1,1,979,0,5485.05,614.6,-8.4595,0.04652,275,10,0,247,0,1,0,0,0),(38544,2232,1,1,1,979,0,7159.56,224.882,-4.4699,3.59214,275,10,0,247,0,1,0,0,0),(38545,2232,1,1,1,979,0,7470.16,118.819,-7.15201,6.21278,275,10,0,247,0,1,0,0,0),(38546,2232,1,1,1,979,0,7415.87,177.015,2.55636,3.20998,275,10,0,247,0,1,0,0,0),(38547,2232,1,1,1,979,0,7226.5,215.887,0.56713,2.7899,275,10,0,247,0,1,0,0,0),(38548,2232,1,1,1,979,0,5322.87,617.749,-14.3266,3.83708,275,10,0,247,0,1,0,0,0),(38549,2232,1,1,1,979,0,7084.82,243.991,-8.41044,4.44657,275,10,0,247,0,1,0,0,0),(38550,2232,1,1,1,979,0,7250.87,182.259,2.56458,3.02151,275,10,0,247,0,1,0,0,0),(38551,2232,1,1,1,979,0,7277.51,218.143,0.894862,2.99236,275,10,0,247,0,1,0,0,0),(38552,2232,1,1,1,979,0,7165.11,198.724,1.00445,2.46208,275,10,0,247,0,1,0,0,0),(38553,2232,1,1,1,979,0,7318.2,153.032,11.1121,1.21752,275,10,0,247,0,1,0,0,0),(38554,2232,1,1,1,979,0,7347.46,173.447,4.85493,4.40557,275,10,0,247,0,1,0,0,0),(38555,2232,1,1,1,979,0,7326.83,213.331,1.47634,2.1379,275,10,0,247,0,1,0,0,0),(38556,2232,1,1,1,979,0,7435.52,139.818,0.18494,2.28779,275,10,0,247,0,1,0,0,0),(38557,2232,1,1,1,979,0,7097.69,169.132,1.41687,4.1075,275,10,0,247,0,1,0,0,0),(38558,2232,1,1,1,979,0,7019.74,217.1,-2.49168,0.420804,275,10,0,247,0,1,0,0,0),(38559,2232,1,1,1,979,0,5594.72,585,-2.67353,0.363457,275,10,0,247,0,1,0,0,0),(38560,2232,1,1,1,979,0,7050.03,181.216,0.665451,4.68213,275,10,0,247,0,1,0,0,0),(38561,2232,1,1,1,979,0,5573.73,566.93,0.870574,0.457097,275,10,0,247,0,1,0,0,0),(38562,2232,1,1,1,979,0,5423.9,525.176,2.35559,1.69515,275,10,0,247,0,1,0,0,0),(38563,2232,1,1,1,979,0,5284.28,543.616,7.53996,0.859312,275,10,0,247,0,1,0,0,0),(38564,2232,1,1,1,979,0,5461.77,610.585,-9.49295,3.09679,275,10,0,247,0,1,0,0,0),(38565,2232,1,1,1,979,0,5357.15,538.697,2.16564,4.43328,275,10,0,247,0,1,0,0,0),(38566,2232,1,1,1,979,0,5459.6,536.773,3.35419,5.94693,275,10,0,247,0,1,0,0,0),(38567,2232,1,1,1,979,0,5397.4,508.373,6.47441,0.613263,275,10,0,247,0,1,0,0,0),(38568,2232,1,1,1,979,0,5510.5,599.033,-5.56005,0.212636,275,10,0,247,0,1,0,0,0),(38569,2232,1,1,1,979,0,5457.48,557.074,1.76796,2.94532,275,10,0,247,0,1,0,0,0),(38570,2233,1,1,1,9566,0,4714.18,783.671,0.886395,2.13768,275,10,0,417,0,1,0,0,0),(38571,2233,1,1,1,9566,0,4678.15,824.061,-2.171,3.15283,275,10,0,417,0,1,0,0,0),(38572,2233,1,1,1,9566,0,7558.02,-519.46,-6.76809,3.23253,275,10,0,417,0,1,0,0,0),(38573,2233,1,1,1,9566,0,7506.1,-597.448,0.663445,5.56968,275,10,0,417,0,1,0,0,0),(38574,2233,1,1,1,9566,0,7522.8,-479.126,-4.18449,5.10087,275,10,0,417,0,1,0,0,0),(38575,2233,1,1,1,9566,0,7523.01,-551.681,1.50696,4.57395,275,10,0,417,0,1,0,0,0),(38576,2233,1,1,1,9566,0,7421.35,-480.235,0.394992,6.21083,275,10,0,417,0,1,0,0,0),(38577,2233,1,1,1,9566,0,7417.44,-445.863,0.504548,1.21419,275,10,0,417,0,1,0,0,0),(38578,2233,1,1,1,9566,0,7319.82,-418.397,2.51611,5.46116,275,10,0,417,0,1,0,0,0),(38579,2233,1,1,1,9566,0,7349.17,-446.684,0.929095,2.38105,275,10,0,417,0,1,0,0,0),(38580,2233,1,1,1,9566,0,7480.8,-517.403,2.44313,3.52719,275,10,0,417,0,1,0,0,0),(38581,2233,1,1,1,9566,0,4778.52,799.762,1.94116,1.85701,275,10,0,417,0,1,0,0,0),(38582,2233,1,1,1,9566,0,4756.58,863.255,-0.773573,3.41667,275,10,0,417,0,1,0,0,0),(38583,2233,1,1,1,9566,0,4809.2,842.942,-8.70428,4.00853,275,10,0,417,0,1,0,0,0),(38584,2233,1,1,1,9566,0,7315.41,-483.859,2.54779,3.89432,275,10,0,417,0,1,0,0,0),(38585,2234,1,1,1,999,0,6991.72,394.905,-5.63333,3.0497,275,10,0,198,0,1,0,0,0),(38586,2234,1,1,1,999,0,6834.84,520.179,-3.66349,2.26063,275,10,0,198,0,1,0,0,0),(38587,2234,1,1,1,999,0,6894.54,489.162,-4.1755,0.82319,275,10,0,198,0,1,0,0,0),(38588,2234,1,1,1,999,0,6961.3,311.627,1.16066,5.65238,275,10,0,198,0,1,0,0,0),(38589,2234,1,1,1,999,0,5958.07,658.632,-4.98125,0.324251,275,10,0,198,0,1,0,0,0),(38590,2234,1,1,1,999,0,6973.71,265.817,2.16963,3.62707,275,10,0,198,0,1,0,0,0),(38591,2234,1,1,1,999,0,6955.8,352.731,5.91561,3.7063,275,10,0,198,0,1,0,0,0),(38592,2234,1,1,1,999,0,6034.25,633.265,-5.5436,5.47407,275,10,0,198,0,1,0,0,0),(38593,2234,1,1,1,999,0,5884.12,645.211,-1.29504,2.85808,275,10,0,198,0,1,0,0,0),(38594,2234,1,1,1,999,0,5957.33,634.988,0.643752,2.92177,275,10,0,198,0,1,0,0,0),(38595,2234,1,1,1,999,0,5990.25,591.47,-1.44282,0.218457,275,10,0,198,0,1,0,0,0),(38596,2234,1,1,1,999,0,6943.29,283.04,3.41064,1.08613,275,10,0,198,0,1,0,0,0),(38597,2234,1,1,1,999,0,5987.9,681.392,-9.4929,0.584247,275,10,0,198,0,1,0,0,0),(38598,2234,1,1,1,999,0,6852.23,464.843,1.94415,0.759869,275,10,0,198,0,1,0,0,0),(38599,2234,1,1,1,999,0,6917.95,447.981,4.2401,6.16961,275,10,0,198,0,1,0,0,0),(38600,2234,1,1,1,999,0,6956.1,418,2.94982,5.77761,275,10,0,198,0,1,0,0,0),(38601,2234,1,1,1,999,0,6054.01,551.915,2.64771,0.670469,275,10,0,198,0,1,0,0,0),(38602,2235,1,1,1,981,0,5177.08,656.25,-3.081,3.14159,275,10,0,328,0,1,0,0,0),(38603,2235,1,1,1,981,0,7458.92,-30.3249,-2.33704,2.38038,275,10,0,328,0,1,0,0,0),(38604,2235,1,1,1,981,0,7381.41,10.0535,2.27419,3.31914,275,10,0,328,0,1,0,0,0),(38605,2235,1,1,1,981,0,7349.97,-377.051,-0.381231,5.49771,275,10,0,328,0,1,0,0,0),(38606,2235,1,1,1,981,0,7429.99,-219.886,0.645116,5.39613,275,10,0,328,0,1,0,0,0),(38607,2235,1,1,1,981,0,7353.63,-369.981,0.864872,2.28393,275,10,0,328,0,1,0,0,0),(38609,2235,1,1,1,981,0,7414.77,-105.539,2.15747,4.687,275,10,0,328,0,1,0,0,0),(38610,2235,1,1,1,981,0,7456.51,-261.499,-1.13327,0.658308,275,10,0,328,0,1,0,0,0),(38611,2235,1,1,1,981,0,7418.3,-214.887,0.482855,4.3306,275,10,0,328,0,1,0,0,0),(38612,2235,1,1,1,981,0,7393.67,-173.923,1.88673,3.62159,275,10,0,328,0,1,0,0,0),(38613,2235,1,1,1,981,0,7444.96,-122.236,0.719887,1.47822,275,10,0,328,0,1,0,0,0),(38614,2235,1,1,1,981,0,7433.7,-80.5608,2.44965,3.19433,275,10,0,328,0,1,0,0,0),(38615,2235,1,1,1,981,0,7429.09,-41.0434,2.63094,3.84471,275,10,0,328,0,1,0,0,0),(38616,2235,1,1,1,981,0,5173.78,637.29,1.83553,5.7169,275,0,0,328,0,0,0,0,0),(38617,2235,1,1,1,981,0,5152.7,595.219,0.962325,0.499229,275,0,0,328,0,0,0,0,0),(38618,2235,1,1,1,981,0,5121.14,606.425,-0.781259,0.27079,275,10,0,328,0,1,0,0,0),(38619,2235,1,1,1,981,0,4947.26,618.213,-3.15061,2.26429,275,10,0,328,0,1,0,0,0),(38620,2235,1,1,1,981,0,5050.06,583.091,1.27912,4.64011,275,10,0,328,0,1,0,0,0),(38621,2236,1,1,1,1001,0,4448.58,911.636,-0.263899,3.01739,275,10,0,494,0,1,0,0,0),(38622,2236,1,1,1,1001,0,4418.38,937.926,2.57354,5.4738,275,10,0,494,0,1,0,0,0),(38623,2236,1,1,1,1001,0,4367.04,1007.41,8.2474,4.57937,275,10,0,494,0,1,0,0,0),(38624,2236,1,1,1,1001,0,4419.75,999.289,-0.466364,5.76333,275,10,0,494,0,1,0,0,0),(38625,2236,1,1,1,1001,0,4367.94,1067.15,-1.71109,5.49503,275,10,0,494,0,1,0,0,0),(38626,2236,1,1,1,1001,0,4353.82,991.688,11.5847,5.04288,275,10,0,494,0,1,0,0,0),(38627,2236,1,1,1,1001,0,7835.42,-763.564,-1.93268,2.0161,275,10,0,494,0,1,0,0,0),(38628,2236,1,1,1,1001,0,7699.03,-823.468,4.94882,3.46237,275,10,0,494,0,1,0,0,0),(38629,2236,1,1,1,1001,0,7786.86,-751.7,-0.309082,4.90385,275,10,0,494,0,1,0,0,0),(38630,2236,1,1,1,1001,0,7623.45,-750.59,9.08062,3.0084,275,10,0,494,0,1,0,0,0),(38631,2236,1,1,1,1001,0,7763.44,-785.157,1.82189,0.359966,275,10,0,494,0,1,0,0,0),(38632,2236,1,1,1,1001,0,7607.01,-712.96,3.383,6.1188,275,10,0,494,0,1,0,0,0),(38633,2236,1,1,1,1001,0,7571.28,-726.714,7.0546,5.57059,275,10,0,494,0,1,0,0,0),(38634,2236,1,1,1,1001,0,7683.08,-723.056,2.76287,4.71434,275,10,0,494,0,1,0,0,0),(38635,2236,1,1,1,1001,0,7590.81,-752.936,10.2608,0.070334,275,10,0,494,0,1,0,0,0),(38636,2236,1,1,1,1001,0,7587.64,-683.714,0.030111,1.58585,275,10,0,494,0,1,0,0,0),(38637,2236,1,1,1,1001,0,7699.53,-746.183,5.54649,0.03124,275,10,0,494,0,1,0,0,0),(38638,2236,1,1,1,1001,0,7534.89,-645.374,3.78397,2.85229,275,10,0,494,0,1,0,0,0),(38639,2236,1,1,1,1001,0,7493.78,-696.109,0.285518,3.45316,275,10,0,494,0,1,0,0,0),(38640,2236,1,1,1,1001,0,4448.33,786.788,0.062527,2.1756,275,10,0,494,0,1,0,0,0),(38641,2237,1,1,1,11450,0,4759.33,76.0357,55.6342,6.10648,275,10,0,386,0,1,0,0,0),(38642,2237,1,1,1,11450,0,4747.72,572.731,27.4772,0.553911,275,10,0,386,0,1,0,0,0),(38643,2237,1,1,1,11450,0,4206.72,366.227,59.2983,4.04891,275,10,0,386,0,1,0,0,0),(38644,2237,1,1,1,11450,0,4314.88,17.055,61.9113,6.19712,275,10,0,386,0,1,0,0,0),(38645,2237,1,1,1,11450,0,7749.37,-992.791,27.9891,1.91448,275,10,0,386,0,1,0,0,0),(38646,2237,1,1,1,11450,0,4337.75,545.042,58.4253,0.39259,275,10,0,386,0,1,0,0,0),(38647,2237,1,1,1,11450,0,5246.48,334.735,29.2159,1.33909,275,10,0,386,0,1,0,0,0),(38648,2237,1,1,1,11450,0,4669.49,478.692,33.3969,0.29849,275,10,0,386,0,1,0,0,0),(38649,2237,1,1,1,11450,0,4780.74,328.672,50.7063,1.17846,275,5,0,386,0,1,0,0,0),(38650,2237,1,1,1,11450,0,4714.76,312.52,51.7135,1.81919,275,5,0,386,0,1,0,0,0),(38651,2237,1,1,1,11450,0,4781.87,54.6986,55.8266,0.16502,275,3,0,386,0,1,0,0,0),(38652,2237,1,1,1,11450,0,4693.96,212.418,57.6977,1.69465,275,10,0,386,0,1,0,0,0),(38653,2237,1,1,1,11450,0,4703.67,71.6339,58.6952,5.22233,275,10,0,386,0,1,0,0,0),(38654,2237,1,1,1,11450,0,4841.53,60.7727,53.9166,2.11685,275,10,0,386,0,1,0,0,0),(38655,2237,1,1,1,11450,0,4381.55,417.766,58.3067,4.38547,275,10,0,386,0,1,0,0,0),(38656,2237,1,1,1,11450,0,4367.32,296.307,58.6614,5.85842,275,10,0,386,0,1,0,0,0),(38657,2237,1,1,1,11450,0,4486.83,154.658,65.1157,5.99074,275,5,0,386,0,1,0,0,0),(38658,2237,1,1,1,11450,0,4319.08,483.413,60.6432,5.97564,275,10,0,386,0,1,0,0,0),(38659,2237,1,1,1,11450,0,7845.89,-1079.96,35.2203,2.77414,275,5,0,386,0,1,0,0,0),(38660,2237,1,1,1,11450,0,4753.05,109.342,54.9989,3.30415,275,10,0,386,0,1,0,0,0),(38661,2237,1,1,1,11450,0,4715.47,111.88,54.1575,4.46734,275,3,0,386,0,1,0,0,0),(38662,2237,1,1,1,11450,0,4963.71,432.011,31.6837,3.59015,275,10,0,386,0,1,0,0,0),(38663,11711,1,1,1,11663,1,4390.68,-67.312,86.7177,2.32129,275,0,0,484,0,0,0,0,0),(38665,4802,1,1,1,4983,1,4343.09,886.194,-20.731,4.03568,275,5,0,433,980,1,0,0,0),(38666,4802,1,1,1,4983,1,4335.15,880.066,-21.1304,1.43845,275,5,0,433,980,1,0,0,0),(38808,4803,1,1,1,4976,1,4254.68,665.892,-29.0503,5.43088,275,5,0,464,1020,1,0,0,0),(38974,4803,1,1,1,4976,1,4246.8,680.789,-28.8136,5.91464,275,5,0,464,1020,1,0,0,0),(38976,4803,1,1,1,4976,1,4338.85,854.846,-20.8787,2.98074,275,5,0,464,1020,1,0,0,0),(38977,4803,1,1,1,4976,1,4321.61,916.241,-16.6674,2.61225,275,5,0,464,1020,1,0,0,0),(38978,6086,1,1,1,4845,1,6371.8,364.402,22.1813,3.75246,275,0,0,3048,0,0,0,0,0),(38979,6086,1,1,1,4845,1,6373.28,349.72,21.5563,3.00197,275,0,0,3048,0,0,0,0,0),(38980,6086,1,1,1,4847,1,6507.69,376.658,32.7664,4.92011,275,5,0,3048,0,1,0,0,0),(38981,6086,1,1,1,4846,1,6325.06,553.752,15.882,0.663225,275,0,0,3048,0,0,0,0,0),(38982,6086,1,1,1,4845,1,6423.37,391.827,12.0793,2.05949,275,0,0,3048,0,0,0,0,0),(38983,6086,1,1,1,4847,1,6577.25,774.863,5.5784,5.95157,275,0,0,3048,0,0,0,0,0),(38984,6086,1,1,1,4847,1,6573.76,764.22,5.60878,6.05629,275,0,0,3048,0,0,0,0,0),(38985,6086,1,1,1,4847,1,6263.59,487.481,16.291,3.35588,275,5,0,3048,0,1,0,0,0),(38986,6086,1,1,1,4845,1,6429.49,810.801,5.56357,2.77507,275,0,0,3048,0,0,0,0,0),(38987,6086,1,1,1,4848,1,6432.18,820.014,5.5882,2.94961,275,0,0,3048,0,0,0,0,0),(38988,6086,1,1,1,4846,1,6424.5,556.206,13.7729,1.3439,275,0,0,3048,0,0,0,0,0),(38989,6086,1,1,1,4847,1,6415.16,558.115,13.677,1.16937,275,0,0,3048,0,0,0,0,0),(38990,6086,1,1,1,4847,1,6425.89,560.788,13.2681,2.98451,275,0,0,3048,0,0,0,0,0),(38991,6086,1,1,1,4847,1,6405,478.819,8.32467,0.715585,275,0,0,3048,0,0,0,0,0),(38992,6086,1,1,1,4847,1,6417.4,393.537,11.9895,4.04192,275,0,0,3048,0,2,0,0,0),(38993,6086,1,1,1,4845,1,6424.08,488.709,7.92509,0.338426,275,0,0,3048,0,2,0,0,0),(38994,6086,1,1,1,4846,1,6513.09,471.341,7.15168,3.80482,275,0,0,3048,0,0,0,0,0),(38995,6086,1,1,1,4848,1,6520.55,454.258,7.2584,3.33358,275,0,0,3048,0,0,0,0,0),(38996,6086,1,1,1,4848,1,6493.33,428.603,6.76502,3.34139,275,0,0,3048,0,2,0,0,0),(38997,6086,1,1,1,4846,1,6510.06,829.247,6.7191,4.56115,275,0,0,3048,0,2,0,0,0),(38999,721,1,1,1,4626,0,5999.48,300.184,20.899,3.75325,275,10,0,1,0,1,0,0,0),(39000,721,1,1,1,4626,0,4555.26,66.5481,68.2387,5.15587,275,10,0,1,0,1,0,0,0),(39045,721,1,1,1,4626,0,4461.71,292.114,61.8686,1.16608,275,10,0,1,0,1,0,0,0),(39046,721,1,1,1,4626,0,5147.23,101.858,50.8071,5.39307,275,10,0,1,0,1,0,0,0),(39047,721,1,1,1,4626,0,5552.84,433.308,22.525,3.5592,275,10,0,1,0,1,0,0,0),(39048,721,1,1,1,4626,0,4929.07,171.306,52.7329,1.93731,275,0,0,1,0,0,0,0,0),(39049,721,1,1,1,328,0,6629.47,162.932,32.3704,1.90422,275,10,0,1,0,1,0,0,0),(39050,721,1,1,1,328,0,4900.23,268.293,47.6671,3.57671,275,10,0,1,0,1,0,0,0),(39051,721,1,1,1,4626,0,4359.75,323.439,61.858,2.13534,275,10,0,1,0,1,0,0,0),(39052,721,1,1,1,4626,0,6297.28,250.81,33.406,3.78736,275,0,0,1,0,0,0,0,0),(39053,721,1,1,1,328,0,6799.06,-54.1303,29.4188,2.37365,275,0,0,1,0,0,0,0,0),(39054,721,1,1,1,4626,0,6337.27,439.576,20.4351,4.64258,275,0,0,1,0,0,0,0,0),(39055,721,1,1,1,328,0,5686.72,266.409,26.1769,0.751766,275,10,0,1,0,1,0,0,0),(39056,721,1,1,1,328,0,7187.91,-865.466,48.5248,0.767945,275,0,0,1,0,0,0,0,0),(39057,721,1,1,1,4626,0,6403.49,202.948,28.1256,5.76502,275,10,0,1,0,1,0,0,0),(39058,721,1,1,1,4626,0,7146.74,-104.364,17.4879,1.36136,275,0,0,1,0,0,0,0,0),(39059,11218,1,1,1,2281,1,4995.83,33.5645,51.5915,2.49582,275,0,0,484,0,0,0,0,0),(39060,4307,1,1,1,4415,1,5872.68,519.849,9.13095,1.51844,275,0,0,713,0,0,0,0,0),(39061,6887,1,1,1,5745,1,6360.38,490.548,18.2588,0.314159,275,0,0,1834,1864,0,0,0,0),(39062,10216,1,1,1,9550,1,6371.34,577.405,0.162417,0.959931,275,0,0,328,0,0,0,0,0),(39063,10219,1,1,1,9551,0,6342.4,543.005,16.073,0.15708,275,0,0,531,0,0,0,0,0),(39064,3583,1,1,1,4414,0,6427.71,497.148,8.10494,4.74729,275,0,0,300,0,0,0,0,0),(39065,11555,1,1,1,1012,0,7030.72,-2106.32,587.465,4.34587,300,0,0,3398,0,0,0,0,0),(39066,10306,1,1,1,9779,1,5109.6,-355.176,357.205,5.23599,300,0,0,3398,0,0,0,0,0),(39067,2803,1,1,1,2241,1,6150.43,-1941.85,574.65,2.44346,300,0,0,3398,0,0,0,0,0),(39068,15315,1,1,1,15377,1,6145.19,-1946.77,574.663,1.90241,300,0,0,3398,0,0,0,0,0),(39069,12578,1,1,1,12927,1,6204.08,-1951.43,571.581,0.663225,600,0,0,10572,0,0,0,0,0),(39070,10017,1,1,1,2177,0,5899.02,-1290.7,409.886,3.33612,300,10,0,8,0,1,0,0,0),(39071,10017,1,1,1,2177,0,4161.97,-1111.92,299.612,0.214434,300,10,0,8,0,1,0,0,0),(39072,10016,1,1,1,1141,0,5611.13,-1046.91,376.932,5.03229,300,10,0,8,0,1,0,0,0),(39073,10016,1,1,1,1141,0,4344.83,-691.909,270.152,2.90916,300,10,0,8,0,1,0,0,0),(39074,10017,1,1,1,2177,0,5977.12,-702.985,387.303,4.33436,300,10,0,8,0,1,0,0,0),(39075,10016,1,1,1,1141,0,6477.82,-1225.92,407.099,4.03567,300,10,0,8,0,1,0,0,0),(39076,10017,1,1,1,2177,0,6607.4,-948.555,474.263,5.19772,300,10,0,8,0,1,0,0,0),(39077,11019,1,1,1,10412,1,3989.55,-1310.75,253.62,2.56563,300,0,0,2215,1807,0,0,0,0),(39078,11024,1,1,1,1030,0,3990.44,-1308.74,253.76,3.12414,300,0,0,2672,0,0,0,0,0),(39079,11180,1,1,1,10734,1,5112.07,-341.132,359.176,0.349066,300,0,0,7048,0,0,0,0,0),(39080,11180,1,1,1,10734,1,5123,-350.563,356.122,3.71281,300,0,0,7048,0,2,0,0,0),(39081,2806,1,1,1,2128,1,5092.96,-356.463,357.396,0.15708,300,0,0,3398,0,0,0,0,0),(39082,11180,1,1,1,10737,1,5181.35,-337.72,338.092,5.18363,300,0,0,7048,0,0,0,0,0),(39083,11180,1,1,1,10734,1,5116.39,-366.32,359.115,1.16937,300,0,0,7048,0,0,0,0,0),(39084,11180,1,1,1,10736,1,5171.36,-350.738,341.032,6.0912,300,0,0,7048,0,0,0,0,0),(39085,11900,1,1,1,11849,1,5064.72,-338.845,367.463,0.05236,600,0,0,10572,0,0,0,0,0),(39086,11180,1,1,1,10734,1,5160.31,-366.163,355.653,0.785398,300,0,0,7048,0,0,0,0,0),(39087,10379,1,1,1,9770,1,5095.58,-360.128,357.379,0.855211,300,0,0,3398,0,0,0,0,0),(39088,9620,1,1,1,8890,1,5112.19,-359.287,357.621,2.93215,300,0,0,2769,0,0,0,0,0),(39089,8959,1,1,1,4124,0,3614.9,-1596.22,188.194,3.79467,300,10,0,2488,0,1,0,0,0),(39090,8959,1,1,1,4124,0,3997.32,-772.413,288.746,4.88258,300,10,0,2488,0,1,0,0,0),(39091,9528,1,1,1,8657,1,3804.74,-1471.87,210.386,2.15627,300,0,0,3297,2434,0,0,0,0),(39092,9529,1,1,1,8660,1,3946.78,-1046.39,246.118,3.41762,300,0,0,3297,2434,0,0,0,0),(39093,11516,1,1,1,6825,0,7021.83,-2128.33,586.66,2.98451,300,0,0,3189,0,0,0,0,0),(39094,11020,1,1,1,10425,0,5200.79,-572.024,289.175,0.855211,300,0,0,5316,1807,0,0,0,0),(39095,7098,1,1,1,10831,0,6122.24,-1620.36,482.164,5.88348,300,10,0,3082,0,1,0,0,0),(39096,9996,1,1,1,9343,1,5126.82,-325.127,358.926,4.99164,300,0,0,3758,0,0,0,0,0),(39097,8960,1,1,1,9278,0,5844.42,-1210.4,404.677,2.83391,300,10,0,2672,0,1,0,0,0),(39098,9116,1,1,1,9136,1,4008.81,-1310.94,254.58,2.72271,300,0,0,3758,0,0,0,0,0),(39099,10920,1,1,1,10649,1,3999.43,-1298.66,254.258,3.38594,300,0,0,3006,2241,0,0,0,0),(39100,10922,1,1,1,10253,1,3985.84,-1303.03,251.154,2.70343,300,0,0,3198,2369,0,0,0,0),(39101,10921,1,1,1,10254,1,4004.65,-1284.46,254.349,3.71755,300,0,0,2215,1807,0,0,0,0),(39102,10923,1,1,1,10647,1,3970.1,-1291.54,241.405,2.59966,300,0,0,3496,2568,2,0,0,0),(39103,10924,1,1,1,10646,1,4006.03,-1288.36,254.368,2.93215,300,0,0,4497,0,0,0,0,0),(39104,22931,1,1,1,21139,1,3981.74,-1321.47,251.124,2.00713,600,0,0,10572,0,0,0,0,0),(39105,14470,1,1,1,4449,0,5407.59,-736.618,344.249,1.86412,300,0,0,2159,2163,0,0,0,0),(39106,14469,1,1,1,14532,1,5413.9,-737.721,344.624,1.6537,300,0,0,2699,0,0,0,0,0),(39107,11554,1,1,1,5851,0,3874.76,-1286.59,220.49,4.03171,300,0,0,3398,0,0,0,0,0),(39108,15395,1,1,1,5851,0,6821.85,-2082.51,623.27,3.15905,300,0,0,3398,0,0,0,0,0),(39109,10017,1,1,1,2177,0,4232.68,-763.743,259.556,3.31027,300,10,0,8,0,1,0,0,0),(39110,10017,1,1,1,2177,0,3554.28,-1121.11,221.327,1.80879,300,10,0,8,0,1,0,0,0),(39111,10016,1,1,1,1141,0,4954.5,-722.571,303.324,0.925342,300,10,0,8,0,1,0,0,0),(39112,10016,1,1,1,1141,0,3788.68,-973.41,249.946,0.852374,300,10,0,8,0,1,0,0,0),(39113,10017,1,1,1,2177,0,4287.53,-1101.12,322.938,1.30591,300,10,0,8,0,1,0,0,0),(39114,7109,1,1,1,11334,0,3821.08,-897.164,302.569,6.09112,300,5,0,2304,1807,1,0,0,0),(39115,11516,1,1,1,6825,0,7034,-2122.26,587.611,3.21141,300,0,0,3189,0,0,0,0,0),(39116,11516,1,1,1,6825,0,7021.73,-2113.71,587.076,3.82227,300,0,0,3189,0,0,0,0,0),(39117,11516,1,1,1,6825,0,7033.93,-2113.89,587.397,3.50811,300,0,0,3189,0,0,0,0,0),(39118,7098,1,1,1,10831,0,6387.95,-1950.94,553.132,5.2714,300,10,0,3082,0,1,0,0,0),(39119,7098,1,1,1,10831,0,6311.65,-1598.56,457.195,4.26995,300,5,0,3082,0,1,0,0,0),(39120,7098,1,1,1,10831,0,6096.78,-1447.22,425.793,0.156957,300,10,0,3082,0,1,0,0,0),(39121,7099,1,1,1,10829,0,6000.71,-1328.54,413.228,6.18731,300,10,0,2880,0,1,0,0,0),(39122,8958,1,1,1,1083,0,6509,-1215.3,423.885,4.70475,300,5,0,3207,0,1,0,0,0),(39123,7099,1,1,1,10829,0,4702.41,-840.105,317.243,2.89093,300,3,0,2880,0,1,0,0,0),(39124,8960,1,1,1,9278,0,5912.9,-1342.33,418.319,4.10759,300,10,0,2672,0,1,0,0,0),(39125,10017,1,1,1,2177,0,6608.34,-1894.31,545.121,1.51793,300,10,0,8,0,1,0,0,0),(39126,10017,1,1,1,2177,0,4006.76,-1100.8,266.512,1.63724,300,10,0,8,0,1,0,0,0),(39127,10017,1,1,1,2177,0,3909.31,-1612.1,260.41,3.76695,300,10,0,8,0,1,0,0,0),(39128,10017,1,1,1,2177,0,6132.33,-1105.28,376.366,0.005859,300,10,0,8,0,1,0,0,0),(39129,10017,1,1,1,2177,0,6514.71,-1418.29,439.274,5.05174,300,10,0,8,0,1,0,0,0),(39136,7105,1,1,1,2019,0,3838.01,-902.735,315.472,0.103963,300,5,0,2672,0,1,0,0,0),(39139,8959,1,1,1,4124,0,3713.24,-1526.82,195.995,4.79748,300,3,0,2488,0,1,0,0,0),(39140,7098,1,1,1,10831,0,6238.46,-1552.59,444.331,3.35412,300,10,0,3082,0,1,0,0,0),(39141,7093,1,1,1,1306,0,5405.71,-492.069,248.302,2.4984,300,5,0,3189,0,1,0,0,0),(39142,10017,1,1,1,2177,0,4140.85,-735.621,276.033,3.38622,300,10,0,8,0,1,0,0,0),(39143,10017,1,1,1,2177,0,5874.84,-1186.6,402.208,3.33822,300,10,0,8,0,1,0,0,0),(39144,10017,1,1,1,2177,0,6708.53,-1549.61,474.198,0.297953,300,10,0,8,0,1,0,0,0),(39145,10016,1,1,1,1141,0,3795.33,-1611.07,218.525,1.78448,300,10,0,8,0,1,0,0,0),(39146,8956,1,1,1,9276,0,3880.55,-949.032,259.906,2.1474,300,10,0,2985,0,1,0,0,0),(39147,7097,1,1,1,4877,0,4010.5,-918.522,258.128,2.94496,300,10,0,2576,0,1,0,0,0),(39148,7097,1,1,1,4877,0,4343.95,-523.12,295.964,3.23747,300,10,0,2576,0,1,0,0,0),(39149,7098,1,1,1,10831,0,6295.03,-2023.3,572.374,1.71701,300,10,0,3082,0,1,0,0,0),(39150,8960,1,1,1,9278,0,5774.28,-1201.44,404.254,1.99147,300,10,0,2672,0,1,0,0,0),(39151,7099,1,1,1,10829,0,5819.6,-690.619,375.317,4.69188,300,10,0,2880,0,1,0,0,0),(39152,7099,1,1,1,10829,0,5846.71,-1204.41,404.382,0.303526,300,10,0,2880,0,1,0,0,0),(39153,7099,1,1,1,10829,0,4658.58,-810.208,304.457,6.03063,300,10,0,2880,0,1,0,0,0),(39154,10016,1,1,1,1141,0,6035.74,-1204.54,374.127,0.696551,300,10,0,8,0,1,0,0,0),(39155,10017,1,1,1,2177,0,4478.11,-936.743,317.794,5.66181,300,10,0,8,0,1,0,0,0),(39156,10017,1,1,1,2177,0,4093.64,-878.737,259.169,4.56373,300,10,0,8,0,1,0,0,0),(39157,10017,1,1,1,2177,0,6362.66,-1164.68,380.483,2.63819,300,10,0,8,0,1,0,0,0),(39158,7109,1,1,1,11334,0,3725.89,-889.261,334.154,6.02044,300,5,0,2304,1807,1,0,0,0),(39159,8959,1,1,1,4124,0,3647.14,-1616.11,207.014,4.9138,300,10,0,2488,0,1,0,0,0),(39160,8959,1,1,1,4124,0,3987.5,-784.388,287.496,4.41989,300,10,0,2488,0,1,0,0,0),(39161,7098,1,1,1,10831,0,6523.39,-1664.14,504.21,4.51289,300,10,0,3082,0,1,0,0,0),(39162,8960,1,1,1,9278,0,5989.44,-1346.26,420.033,0.975752,300,10,0,2672,0,1,0,0,0),(39163,7099,1,1,1,10829,0,4569.86,-947.915,326.891,0.635689,300,3,0,2880,0,1,0,0,0),(39164,8958,1,1,1,1083,0,5755.33,-1180.85,403.225,3.96243,300,10,0,3207,0,1,0,0,0),(39165,10017,1,1,1,2177,0,3963.32,-1416.84,243.15,4.20206,300,10,0,8,0,1,0,0,0),(39166,10016,1,1,1,1141,0,6435.76,-1209.16,391.288,6.07468,300,10,0,8,0,1,0,0,0),(39167,8959,1,1,1,4124,0,3958.6,-1439.83,243.326,2.07553,300,10,0,2488,0,1,0,0,0),(39168,7098,1,1,1,10831,0,6514.22,-1305.06,439.779,2.81552,300,3,0,3082,0,1,0,0,0),(39169,8960,1,1,1,9278,0,6213.58,-946.88,407.452,3.31921,300,3,0,2672,0,1,0,0,0),(39170,7099,1,1,1,10829,0,6521.4,-1242.22,433.623,1.12373,300,5,0,2880,0,1,0,0,0),(39171,8960,1,1,1,9278,0,5883,-1249.87,404.206,5.25273,300,10,0,2672,0,1,0,0,0),(39172,10017,1,1,1,2177,0,4535.74,-865.951,300.908,4.86244,300,10,0,8,0,1,0,0,0),(39173,10016,1,1,1,1141,0,5710,-617.366,366.078,3.9117,300,10,0,8,0,1,0,0,0),(39174,10017,1,1,1,2177,0,6504.6,-1961.22,552.144,3.55982,300,10,0,8,0,1,0,0,0),(39175,10016,1,1,1,1141,0,6164.86,-1627.38,482.811,3.3842,300,10,0,8,0,1,0,0,0),(39176,10017,1,1,1,2177,0,5645.88,-523.173,375.329,5.08897,300,10,0,8,0,1,0,0,0),(39177,10017,1,1,1,2177,0,5685.97,-1150.96,391.573,5.62094,300,10,0,8,0,1,0,0,0),(39178,7097,1,1,1,4877,0,4486.98,-650.563,264.002,5.42038,300,10,0,2576,0,1,0,0,0),(39179,7097,1,1,1,4877,0,4010.78,-782.981,286.633,0.236456,300,10,0,2576,0,1,0,0,0),(39180,8956,1,1,1,9276,0,4116.34,-742.049,278.868,2.40457,300,10,0,2985,0,1,0,0,0),(39181,7098,1,1,1,10831,0,6719.37,-1562.42,475.15,5.03864,300,10,0,3082,0,1,0,0,0),(39182,8960,1,1,1,9278,0,5912.29,-1319.13,414.402,4.44899,300,10,0,2672,0,1,0,0,0),(39183,7099,1,1,1,10829,0,6458.44,-955.533,422.887,1.72471,300,3,0,2880,0,1,0,0,0),(39184,10017,1,1,1,2177,0,6258.11,-1080.48,373.85,4.73973,300,10,0,8,0,1,0,0,0),(39185,10017,1,1,1,2177,0,4240.9,-1116.34,319.212,2.85846,300,10,0,8,0,1,0,0,0),(39186,10017,1,1,1,2177,0,5412.06,-538.565,362.973,2.99059,300,10,0,8,0,1,0,0,0),(39187,10017,1,1,1,2177,0,3766.67,-1129.91,229.311,4.71239,300,10,0,8,0,1,0,0,0),(39188,10017,1,1,1,2177,0,6422.64,-2049.84,570.312,6.0285,300,10,0,8,0,1,0,0,0),(39189,10017,1,1,1,2177,0,4035.94,-1203.52,278.528,3.35814,300,10,0,8,0,1,0,0,0),(39190,8956,1,1,1,9276,0,3777.09,-978.705,246.89,0.294697,300,5,0,2985,0,1,0,0,0),(39191,8959,1,1,1,4124,0,4042.79,-1314.79,277.119,3.11453,300,5,0,2488,0,1,0,0,0),(39192,8956,1,1,1,9276,0,3691.44,-1608.52,215.595,3.87112,300,10,0,2985,0,1,0,0,0),(39193,8960,1,1,1,9278,0,5885.11,-1192.16,402.432,0.178383,300,10,0,2672,0,1,0,0,0),(39194,10017,1,1,1,2177,0,3743.18,-1258.11,211.671,3.54713,300,10,0,8,0,1,0,0,0),(39195,10017,1,1,1,2177,0,5488.61,-961.474,370.038,4.58191,300,0,0,8,0,0,0,0,0),(39196,10017,1,1,1,2177,0,6080.63,-704.493,401.143,3.04618,300,10,0,8,0,1,0,0,0),(39197,10017,1,1,1,2177,0,6003.75,-1137.27,387.996,4.77103,300,10,0,8,0,1,0,0,0),(39198,10017,1,1,1,2177,0,5345.38,-937.115,376.33,4.33272,300,10,0,8,0,1,0,0,0),(39212,8959,1,1,1,4124,0,3941.54,-1441.12,235.201,3.61678,300,3,0,2488,0,1,0,0,0),(39213,8959,1,1,1,4124,0,4046.34,-920.062,256.988,4.83059,300,10,0,2488,0,1,0,0,0),(39214,8956,1,1,1,9276,0,3917.52,-915.237,268.665,3.31638,300,5,0,2985,0,1,0,0,0),(39215,8959,1,1,1,4124,0,3937.82,-1417.09,233.15,3.16637,300,10,0,2488,0,1,0,0,0),(39216,8959,1,1,1,4124,0,4001.81,-746.755,287.049,2.05944,300,10,0,2488,0,1,0,0,0),(39217,8960,1,1,1,9278,0,6544.06,-1249.5,440.095,4.40671,300,5,0,2672,0,1,0,0,0),(39218,10017,1,1,1,2177,0,6898.59,-1832.55,567.644,2.12898,300,10,0,8,0,1,0,0,0),(39219,10017,1,1,1,2177,0,4601.64,-202.267,299.402,5.15073,300,10,0,8,0,1,0,0,0),(39220,10017,1,1,1,2177,0,4358.86,-579.86,267.933,4.58126,300,10,0,8,0,1,0,0,0),(39221,10016,1,1,1,1141,0,5522.75,-567.883,359.695,4.11153,300,10,0,8,0,1,0,0,0),(39222,7097,1,1,1,4877,0,3650,-1616.67,207.775,4.41524,300,10,0,2576,0,1,0,0,0),(39223,8959,1,1,1,4124,0,4213.35,-774.033,258.653,4.41789,300,10,0,2488,0,1,0,0,0),(39224,8960,1,1,1,9278,0,5923.79,-1308.69,412.152,1.24774,300,5,0,2672,0,1,0,0,0),(39225,8960,1,1,1,9278,0,5960.8,-1365.2,423.141,3.9323,300,10,0,2672,0,1,0,0,0),(39226,10017,1,1,1,2177,0,6465.67,-830.177,474.977,5.5495,300,10,0,8,0,1,0,0,0),(39227,10017,1,1,1,2177,0,6216.61,-1009.2,390.277,4.11111,300,10,0,8,0,1,0,0,0),(39229,10017,1,1,1,2177,0,5934.41,-759.007,398.982,0.782636,300,10,0,8,0,1,0,0,0),(39230,10017,1,1,1,2177,0,3897.11,-1498.82,223.188,0.178631,300,10,0,8,0,1,0,0,0),(39231,10017,1,1,1,2177,0,3621.13,-1515.49,174.307,0.252798,300,10,0,8,0,1,0,0,0),(39232,10017,1,1,1,2177,0,6517.82,-1393.14,438.44,6.22737,300,10,0,8,0,1,0,0,0),(39233,7097,1,1,1,4877,0,3958.67,-920.589,264.702,0.11939,300,10,0,2576,0,1,0,0,0),(39234,7097,1,1,1,4877,0,3772.93,-1030.35,230.669,2.94899,300,10,0,2576,0,1,0,0,0),(39235,8960,1,1,1,9278,0,5947.13,-1362.67,421.891,4.78153,300,10,0,2672,0,1,0,0,0),(39236,8960,1,1,1,9278,0,5910.04,-1278.9,405.891,1.67455,300,10,0,2672,0,1,0,0,0),(39237,7099,1,1,1,10829,0,4955.54,-631,293.189,5.51368,300,10,0,2880,0,1,0,0,0),(39238,10017,1,1,1,2177,0,5280.89,-870.312,357.346,0.25553,300,10,0,8,0,1,0,0,0),(39239,10017,1,1,1,2177,0,4203.53,-1110.93,311.291,1.72525,300,10,0,8,0,1,0,0,0),(39240,10016,1,1,1,1141,0,4222.12,-1008.52,295.443,5.14522,300,10,0,8,0,1,0,0,0),(39241,10017,1,1,1,2177,0,6787.99,-1594.12,485.523,5.41413,300,10,0,8,0,1,0,0,0),(39242,10017,1,1,1,2177,0,4643.91,-833.31,308.472,4.1103,300,10,0,8,0,1,0,0,0),(39243,10017,1,1,1,2177,0,4236.22,-1021.01,299.254,2.34514,300,10,0,8,0,1,0,0,0),(39244,10017,1,1,1,2177,0,6207.63,-1526.43,440.554,2.08636,300,10,0,8,0,1,0,0,0),(39245,10017,1,1,1,2177,0,6555.82,-1028.46,448.821,3.9111,300,10,0,8,0,1,0,0,0),(39246,10017,1,1,1,2177,0,4223.53,-1019.96,295.216,0.0743,300,10,0,8,0,1,0,0,0),(39247,10017,1,1,1,2177,0,5624.34,-560.825,364.42,3.94457,300,10,0,8,0,1,0,0,0),(39248,10017,1,1,1,2177,0,6283.06,-913.294,414.987,1.67551,300,10,0,8,0,1,0,0,0),(39249,10017,1,1,1,2177,0,6479.01,-1692.17,504.421,2.73668,300,10,0,8,0,1,0,0,0),(39250,10017,1,1,1,2177,0,5879.85,-637.272,380.65,4.22864,300,10,0,8,0,1,0,0,0),(39251,10017,1,1,1,2177,0,5963.01,-1267.7,382.253,1.36325,300,10,0,8,0,1,0,0,0),(39252,10016,1,1,1,1141,0,5548.98,-993.019,373.454,3.72959,300,10,0,8,0,1,0,0,0),(39253,10017,1,1,1,2177,0,4256.94,-516.714,307.48,1.63236,300,10,0,8,0,1,0,0,0),(39254,10017,1,1,1,2177,0,5950.59,-1209.88,381.731,0.245768,300,10,0,8,0,1,0,0,0),(39255,10017,1,1,1,2177,0,6223.25,-948.625,406.584,1.24657,300,10,0,8,0,1,0,0,0),(39256,10017,1,1,1,2177,0,4018.47,-749.797,286.772,5.78877,300,10,0,8,0,1,0,0,0),(39257,1412,1,1,1,134,0,7419.88,-2235.86,489.208,1.6079,300,5,0,8,0,1,0,0,0),(39258,8956,1,1,1,9276,0,3958.29,-875.887,274.535,1.40845,300,10,0,2985,0,1,0,0,0),(39259,8956,1,1,1,9276,0,3985.86,-914.985,263.011,1.07659,300,10,0,2985,0,1,0,0,0),(39260,8959,1,1,1,4124,0,4050.23,-849.656,267.934,3.82836,300,10,0,2488,0,1,0,0,0),(39261,8959,1,1,1,4124,0,4019.6,-815.193,285.439,1.72848,300,10,0,2488,0,1,0,0,0),(39262,10017,1,1,1,2177,0,3788.62,-1027.68,232.084,5.07635,300,10,0,8,0,1,0,0,0),(39263,10016,1,1,1,1141,0,6029.17,-1112.5,393.984,0.205206,300,10,0,8,0,1,0,0,0),(39264,10017,1,1,1,2177,0,3836.88,-1023.46,239.281,0.887816,300,10,0,8,0,1,0,0,0),(39265,10017,1,1,1,2177,0,3748.92,-1471.92,197.307,1.22186,300,10,0,8,0,1,0,0,0),(39266,8959,1,1,1,4124,0,4049.07,-721.533,285.347,1.43267,300,10,0,2488,0,1,0,0,0),(39267,8956,1,1,1,9276,0,3816.98,-1019.41,236.699,5.11312,300,10,0,2985,0,1,0,0,0),(39268,10016,1,1,1,1141,0,6298.04,-1270.27,371.592,1.47321,300,10,0,8,0,1,0,0,0),(39269,10016,1,1,1,1141,0,4382.39,-585.617,267.399,3.94979,300,10,0,8,0,1,0,0,0),(39270,10017,1,1,1,2177,0,5414.15,-899.454,368.945,2.84826,300,10,0,8,0,1,0,0,0),(39271,10016,1,1,1,1141,0,6544.97,-1808.98,529.729,4.44939,300,10,0,8,0,1,0,0,0),(39272,10017,1,1,1,2177,0,5791.04,-743.539,387.178,3.46329,300,10,0,8,0,1,0,0,0),(39273,10017,1,1,1,2177,0,6809.23,-1830.22,559.135,0.98902,300,10,0,8,0,1,0,0,0),(39274,10017,1,1,1,2177,0,4234.94,-778.944,261.037,0.005859,300,10,0,8,0,1,0,0,0),(39275,10017,1,1,1,2177,0,5087.18,-644.904,305.866,3.709,300,10,0,8,0,1,0,0,0),(39276,8959,1,1,1,4124,0,4313.79,-503.374,302.563,4.80123,300,10,0,2488,0,1,0,0,0),(39277,8959,1,1,1,4124,0,4274.48,-524.413,301.02,0.141608,300,10,0,2488,0,1,0,0,0),(39278,8959,1,1,1,4124,0,3722.48,-1379.04,208.03,4.83811,300,3,0,2488,0,1,0,0,0),(39279,10017,1,1,1,2177,0,5693.78,-738.01,377.047,4.61855,300,10,0,8,0,1,0,0,0),(39280,7097,1,1,1,4877,0,3900.39,-1450.82,218.181,4.00864,300,10,0,2576,0,1,0,0,0),(39281,7099,1,1,1,10829,0,5522.75,-556.604,361.557,5.33614,300,10,0,2880,0,1,0,0,0),(39282,10016,1,1,1,1141,0,5975.63,-1231.28,378.159,1.0584,300,10,0,8,0,1,0,0,0),(39283,10017,1,1,1,2177,0,3767.9,-1208.45,213.632,3.50505,300,10,0,8,0,1,0,0,0),(39284,7105,1,1,1,2019,0,3790.25,-886.322,303.225,3.76644,300,5,0,2672,0,1,0,0,0),(39285,10017,1,1,1,2177,0,3956.12,-895.597,270.66,3.54966,300,10,0,8,0,1,0,0,0),(39286,10017,1,1,1,2177,0,3951.34,-1417.67,238.817,4.46694,300,10,0,8,0,1,0,0,0),(39287,8959,1,1,1,4124,0,4027.2,-754.927,287.299,6.00213,300,10,0,2488,0,1,0,0,0),(39288,7109,1,1,1,11334,0,3917.71,-827.547,324.338,6.24063,300,5,0,2304,1807,1,0,0,0),(39289,7109,1,1,1,11334,0,3941.83,-811.354,316.193,5.87639,300,5,0,2304,1807,1,0,0,0),(39290,8956,1,1,1,9276,0,3988.29,-977.489,250.287,5.78307,300,10,0,2985,0,1,0,0,0),(39291,8959,1,1,1,4124,0,4021.51,-945.672,253.702,0.61285,300,10,0,2488,0,1,0,0,0),(39292,10017,1,1,1,2177,0,6355.81,-1563.94,446.43,3.21392,300,10,0,8,0,1,0,0,0),(39293,7099,1,1,1,10829,0,5211.47,-760.364,346.287,2.50532,300,10,0,2880,0,1,0,0,0),(39294,10016,1,1,1,1141,0,4330.27,-956.77,305.938,4.76225,300,10,0,8,0,1,0,0,0),(39295,10017,1,1,1,2177,0,3677.93,-1469.83,186.007,5.04648,300,10,0,8,0,1,0,0,0),(39296,8958,1,1,1,1083,0,5436.68,-588.137,355.52,0.412444,300,10,0,3207,0,1,0,0,0),(39297,8957,1,1,1,9277,0,6214.11,-1600,456.532,4.9071,300,5,0,3553,0,1,0,0,0),(39299,8958,1,1,1,1083,0,6442.27,-915.941,423.439,1.64697,300,3,0,3207,0,1,0,0,0),(39300,7086,1,1,1,11137,0,4415.64,-726.783,265.013,1.2098,300,5,0,2672,0,1,0,0,0),(39301,8958,1,1,1,1083,0,6535.72,-1017.43,440.286,0.416044,300,5,0,3207,0,1,0,0,0),(39334,8960,1,1,1,9278,0,6423.3,-972.682,423.08,4.50143,300,10,0,2672,0,1,0,0,0),(39335,7086,1,1,1,11137,0,4401.86,-695.602,259.402,3.36464,300,5,0,2672,0,1,0,0,0),(39336,7086,1,1,1,11137,0,4377.32,-699.738,263.19,4.7446,300,10,0,2672,0,1,0,0,0),(39337,8960,1,1,1,9278,0,5327.72,-558.082,343.176,2.54222,300,10,0,2672,0,1,0,0,0),(39338,8956,1,1,1,9276,0,4078.45,-1179.63,287.924,4.82706,300,10,0,2985,0,1,0,0,0),(39339,7086,1,1,1,11137,0,4409.83,-613.529,264.483,3.50948,300,10,0,2672,0,1,0,0,0),(39340,7086,1,1,1,11137,0,4403.14,-639.289,264.318,3.48416,300,10,0,2672,0,1,0,0,0),(39341,7086,1,1,1,11137,0,4354.65,-654.818,265.829,2.38381,300,10,0,2672,0,1,0,0,0),(39342,8956,1,1,1,9276,0,4175.87,-1025.87,289.239,1.91837,300,10,0,2985,0,1,0,0,0),(39343,7086,1,1,1,11137,0,4345.12,-583.047,265.769,4.45868,300,10,0,2672,0,1,0,0,0),(39344,8959,1,1,1,4124,0,4122.03,-1025.73,280.104,1.8243,300,10,0,2488,0,1,0,0,0),(39345,7086,1,1,1,11137,0,4354.81,-680.31,267.11,0.840127,300,10,0,2672,0,1,0,0,0),(39346,7086,1,1,1,11137,0,4418.68,-668.367,265.565,4.55269,300,5,0,2672,0,1,0,0,0),(39347,8959,1,1,1,4124,0,4058.54,-1217.67,281.45,4.82186,300,10,0,2488,0,1,0,0,0),(39348,10017,1,1,1,2177,0,5789.65,-1213.51,403.807,5.26519,300,10,0,8,0,1,0,0,0),(39349,11557,1,1,1,11363,0,7025.63,-2135.69,586.408,2.32129,300,0,0,3398,0,0,0,0,0),(39350,8957,1,1,1,9277,0,6614.74,-1919.12,547.613,4.95338,300,10,0,3553,0,1,0,0,0),(39351,8959,1,1,1,4124,0,3908.96,-1450.97,218.325,2.22847,300,3,0,2488,0,1,0,0,0),(39352,10016,1,1,1,1141,0,3827.6,-1082.81,232.618,5.27974,300,10,0,8,0,1,0,0,0),(39353,11553,1,1,1,1999,0,7291.5,-2149.29,551.815,3.17401,300,0,0,3082,0,2,0,0,0),(39354,11553,1,1,1,1999,0,7215.2,-2189.85,565.78,6.20856,300,0,0,3082,0,2,0,0,0),(39355,11516,1,1,1,6825,0,7202.31,-2180.13,566.095,4.24115,300,0,0,3189,0,0,0,0,0),(39356,11516,1,1,1,6825,0,7151.84,-2170.72,566.615,0.785398,300,6,0,3189,0,1,0,0,0),(39357,11516,1,1,1,6825,0,7194.13,-2196.03,565.399,1.09956,300,6,0,3189,0,1,0,0,0),(39358,11516,1,1,1,6825,0,7165.77,-2153.57,565.828,4.15388,300,6,0,3189,0,1,0,0,0),(39359,11558,1,1,1,1997,0,7005.4,-2123.12,587.959,0.151413,300,0,0,3398,0,0,0,0,0),(39360,11553,1,1,1,1999,0,7095.02,-2120.98,579.485,2.53409,300,0,0,3082,0,2,0,0,0),(39361,7097,1,1,1,4877,0,3927.03,-1623.06,265.185,2.57191,300,10,0,2576,0,1,0,0,0),(39362,8957,1,1,1,9277,0,6283.69,-1581.49,461.227,1.49692,300,10,0,3553,0,1,0,0,0),(39363,8957,1,1,1,9277,0,6325.15,-1558.03,446.153,1.55334,300,10,0,3553,0,1,0,0,0),(39364,8957,1,1,1,9277,0,6177.5,-1617.82,477.741,4.76518,300,10,0,3553,0,1,0,0,0),(39365,10016,1,1,1,1141,0,6536.24,-2096.72,578.066,1.07831,300,10,0,8,0,1,0,0,0),(39366,10017,1,1,1,2177,0,4011.29,-900,261.554,0,300,10,0,8,0,1,0,0,0),(39367,8956,1,1,1,9276,0,3810.87,-1690.71,257.647,1.74044,300,10,0,2985,0,1,0,0,0),(39368,8956,1,1,1,9276,0,3805.27,-1703.01,264.027,2.00448,300,10,0,2985,0,1,0,0,0),(39369,8956,1,1,1,9276,0,3779.61,-1678.97,250.668,4.99218,300,10,0,2985,0,1,0,0,0),(39370,8956,1,1,1,9276,0,3789.06,-1710.81,264.533,1.26045,300,5,0,2985,0,1,0,0,0),(39371,8956,1,1,1,9276,0,3924.16,-1591.73,259.49,5.37902,300,10,0,2985,0,1,0,0,0),(39372,8957,1,1,1,9277,0,6057.81,-1431.71,422.346,4.75276,300,10,0,3553,0,1,0,0,0),(39373,8956,1,1,1,9276,0,3945.18,-1547.99,255.447,1.5564,300,3,0,2985,0,1,0,0,0),(39374,8957,1,1,1,9277,0,6054.6,-1488.48,439.855,6.1289,300,3,0,3553,0,1,0,0,0),(39375,8957,1,1,1,9277,0,6117.08,-1617.07,481.282,3.58601,300,10,0,3553,0,1,0,0,0),(39376,8959,1,1,1,4124,0,3882.95,-1478.39,219.555,3.12758,300,10,0,2488,0,1,0,0,0),(39377,8956,1,1,1,9276,0,3920.73,-1516.46,244.726,1.63334,300,10,0,2985,0,1,0,0,0),(39378,8961,1,1,1,9280,0,6319.74,-1608.8,462.353,1.79127,300,5,0,2980,0,1,0,0,0),(39379,8959,1,1,1,4124,0,3845.47,-1522.34,225.428,2.19074,300,10,0,2488,0,1,0,0,0),(39380,10017,1,1,1,2177,0,6143.53,-1459.2,432.5,5.43752,300,10,0,8,0,1,0,0,0),(39381,10017,1,1,1,2177,0,3921.88,-1590.02,257.732,5.30824,300,10,0,8,0,1,0,0,0),(39382,8957,1,1,1,9277,0,6342.7,-1592.47,453.65,4.09701,300,10,0,3553,0,1,0,0,0),(39383,8957,1,1,1,9277,0,6209.72,-1526.46,440.405,4.51536,300,10,0,3553,0,1,0,0,0),(39384,8961,1,1,1,9280,0,6387.95,-1613.56,471.03,0.990643,300,10,0,2980,0,1,0,0,0),(39385,8959,1,1,1,4124,0,3882.82,-1427.12,213.86,4.91679,300,10,0,2488,0,1,0,0,0),(39386,8959,1,1,1,4124,0,3859.64,-1470.9,215.928,1.79299,300,10,0,2488,0,1,0,0,0),(39387,8959,1,1,1,4124,0,3986.14,-1156.07,265.528,0.706558,300,10,0,2488,0,1,0,0,0),(39388,10017,1,1,1,2177,0,6475.46,-1940.74,546.982,4.47986,300,10,0,8,0,1,0,0,0),(39389,10016,1,1,1,1141,0,3913.4,-1549.35,248.749,4.26683,300,10,0,8,0,1,0,0,0),(39390,10017,1,1,1,2177,0,4009.74,-848.175,272.254,4.11654,300,10,0,8,0,1,0,0,0),(39391,8957,1,1,1,9277,0,6516.59,-1353.36,439.622,3.8946,300,10,0,3553,0,1,0,0,0),(39392,8956,1,1,1,9276,0,4375.7,-508.136,301.84,2.76711,300,10,0,2985,0,1,0,0,0),(39393,8957,1,1,1,9277,0,6542.23,-1309.8,441.614,1.89365,300,10,0,3553,0,1,0,0,0),(39394,10017,1,1,1,2177,0,5587.57,-1023.97,376.202,1.79826,300,10,0,8,0,1,0,0,0),(39395,7092,1,1,1,11141,0,5309.27,-810.188,338.433,1.08637,300,5,0,2980,0,1,0,0,0),(39396,8956,1,1,1,9276,0,3864.34,-987.939,246.569,2.78031,300,10,0,2985,0,1,0,0,0),(39397,10017,1,1,1,2177,0,4065.72,-741.413,282.812,4.7407,300,10,0,8,0,1,0,0,0),(39398,10016,1,1,1,1141,0,3788.26,-1677.22,250.053,3.25904,300,10,0,8,0,1,0,0,0),(39399,7099,1,1,1,10829,0,5076.02,-747.347,326.111,3.96332,300,10,0,2880,0,1,0,0,0),(39400,7092,1,1,1,11141,0,5352.43,-784.759,334.135,2.18988,300,10,0,2980,0,1,0,0,0),(39401,8957,1,1,1,9277,0,6519.95,-1417.04,439.879,0.278481,300,10,0,3553,0,1,0,0,0),(39402,7139,1,1,1,6351,0,6322.5,-1148.18,373.968,1.94193,300,5,0,3082,0,1,0,0,0),(39403,7138,1,1,1,2078,0,6303.59,-1166.12,371.056,5.47569,300,5,0,3082,0,1,0,0,0),(39404,8960,1,1,1,9278,0,5982.15,-1324.27,414.204,2.86499,300,10,0,2672,0,1,0,0,0),(39405,7139,1,1,1,6351,0,6360.44,-1189.23,379.082,5.63047,300,5,0,3082,0,1,0,0,0),(39406,7139,1,1,1,6351,0,6388.32,-1163.12,386.192,6.21968,300,5,0,3082,0,1,0,0,0),(39407,7139,1,1,1,6351,0,6426.08,-1191.06,391.624,5.81313,300,5,0,3082,0,1,0,0,0),(39408,10017,1,1,1,2177,0,4891.1,-762.404,298.028,2.34308,300,10,0,8,0,1,0,0,0),(39409,10017,1,1,1,2177,0,6292.74,-1611.85,469.416,1.51044,300,10,0,8,0,1,0,0,0),(39410,10017,1,1,1,2177,0,4219.79,-1045.03,303.375,4.73517,300,10,0,8,0,1,0,0,0),(39411,7139,1,1,1,6351,0,6337.84,-1265.63,374.892,0.856392,300,5,0,3082,0,1,0,0,0),(39412,7097,1,1,1,4877,0,4174.46,-1106.72,302.634,3.23941,300,10,0,2576,0,1,0,0,0),(39413,7139,1,1,1,6351,0,6302.59,-1319.32,373.325,0.949368,300,5,0,3082,0,1,0,0,0),(39414,7139,1,1,1,6351,0,6419.94,-1252.67,382.517,4.39064,300,5,0,3082,0,1,0,0,0),(39415,10017,1,1,1,2177,0,4182.54,-1125.91,309.679,4.95595,300,10,0,8,0,1,0,0,0),(39416,7093,1,1,1,1306,0,5364.22,-470.449,248.302,2.93782,300,10,0,3189,0,1,0,0,0),(39417,7093,1,1,1,1306,0,5334.5,-462.939,248.302,4.17762,300,5,0,3189,0,1,0,0,0),(39418,7105,1,1,1,2019,0,3925.67,-788.39,321.312,3.64886,300,5,0,2672,0,1,0,0,0),(39419,7093,1,1,1,1306,0,5319.58,-485.433,248.302,4.87848,300,5,0,3189,0,1,0,0,0),(39420,7093,1,1,1,1306,0,5416.87,-503.494,248.302,2.51527,300,5,0,3189,0,1,0,0,0),(39421,7093,1,1,1,1306,0,5389.28,-478.064,248.302,0.345189,300,10,0,3189,0,1,0,0,0),(39422,7086,1,1,1,11137,0,4612.98,-671.614,259.098,1.62261,300,5,0,2672,0,1,0,0,0),(39423,7105,1,1,1,2019,0,3798.11,-776.231,314.826,5.38631,300,6,0,2672,0,1,0,0,0),(39424,7105,1,1,1,2019,0,3798.44,-766.652,318.158,4.88523,300,6,0,2672,0,1,0,0,0),(39425,7105,1,1,1,2019,0,3793.39,-758.857,321.783,1.03287,300,6,0,2672,0,1,0,0,0),(39426,7092,1,1,1,11141,0,4984.95,-657.641,292.457,1.2499,300,10,0,2980,0,1,0,0,0),(39427,7092,1,1,1,11141,0,4997.94,-686.841,294.595,1.79757,300,5,0,2980,0,1,0,0,0),(39428,7092,1,1,1,11141,0,5029.49,-642.252,290.953,0.224093,300,5,0,2980,0,1,0,0,0),(39429,7092,1,1,1,11141,0,5045.07,-617.175,293.339,3.49566,300,5,0,2980,0,1,0,0,0),(39430,7092,1,1,1,11141,0,5010.45,-663.646,288.578,0.294702,300,5,0,2980,0,1,0,0,0),(39431,7105,1,1,1,2019,0,3805.36,-696.553,344.04,4.88023,300,5,0,2672,0,1,0,0,0),(39432,10017,1,1,1,2177,0,6852.07,-1586.72,493.989,2.85631,300,10,0,8,0,1,0,0,0),(39433,7092,1,1,1,11141,0,5035.66,-664.214,291.352,1.85159,300,5,0,2980,0,1,0,0,0),(39434,7092,1,1,1,11141,0,5061.87,-631.955,295.339,2.11819,300,5,0,2980,0,1,0,0,0),(39435,7092,1,1,1,11141,0,5040.8,-608.846,293.714,2.16212,300,5,0,2980,0,1,0,0,0),(39436,7092,1,1,1,11141,0,5057.78,-684.166,293.185,0.285378,300,5,0,2980,0,1,0,0,0),(39437,10017,1,1,1,2177,0,4870.5,-764.647,295.262,3.94562,300,0,0,8,0,0,0,0,0),(39438,7132,1,1,1,5498,0,6115.07,-1181.11,372.293,2.23195,300,5,0,3189,0,1,0,0,0),(39439,10017,1,1,1,2177,0,3715.91,-1582.01,202.529,1.0911,300,10,0,8,0,1,0,0,0),(39440,10017,1,1,1,2177,0,4954.44,-585.638,317.901,3.53045,300,10,0,8,0,1,0,0,0),(39441,7086,1,1,1,11137,0,4545.13,-661.82,259.34,3.0685,300,5,0,2672,0,1,0,0,0),(39442,7086,1,1,1,11137,0,4543.61,-685.408,258.508,1.07732,300,10,0,2672,0,1,0,0,0),(39443,7086,1,1,1,11137,0,4598.35,-711.091,258.566,4.80178,300,5,0,2672,0,1,0,0,0),(39444,7086,1,1,1,11137,0,4558.97,-764.464,257.936,1.73801,300,5,0,2672,0,1,0,0,0),(39466,7086,1,1,1,11137,0,4568.78,-721.635,250.608,0.363321,300,10,0,2672,0,1,0,0,0),(39467,7086,1,1,1,11137,0,4576.53,-748.527,258.616,0.067373,300,5,0,2672,0,1,0,0,0),(39468,7086,1,1,1,11137,0,4530.02,-755.663,257.953,3.65398,300,10,0,2672,0,1,0,0,0),(39469,7132,1,1,1,5498,0,6248.27,-1202.01,371.053,1.69307,300,5,0,3189,0,1,0,0,0),(39470,7139,1,1,1,6351,0,6443.62,-1203.12,394.224,2.38445,300,5,0,3082,0,1,0,0,0),(39471,7132,1,1,1,5498,0,6188.19,-1170.89,370.52,4.23738,300,5,0,3189,0,1,0,0,0),(39472,7132,1,1,1,5498,0,6200.25,-1137.86,366.636,3.81969,300,5,0,3189,0,1,0,0,0),(39473,10017,1,1,1,2177,0,5288.74,-544.257,328.687,0.463648,300,10,0,8,0,1,0,0,0),(39474,7132,1,1,1,5498,0,6220.18,-1123.06,370.549,3.32773,300,5,0,3189,0,1,0,0,0),(39475,7086,1,1,1,11137,0,4539.6,-786.054,266.992,2.05429,300,5,0,2672,0,1,0,0,0),(39476,8959,1,1,1,4124,0,4044.96,-784.956,282.758,1.61381,300,10,0,2488,0,1,0,0,0),(39477,10016,1,1,1,1141,0,3856.87,-1645.06,252.002,1.03459,300,10,0,8,0,1,0,0,0),(39478,7139,1,1,1,6351,0,6393.12,-1291.56,377.599,6.24996,300,5,0,3082,0,1,0,0,0),(39479,8956,1,1,1,9276,0,4289.37,-1047.79,319.809,4.39798,300,10,0,2985,0,1,0,0,0),(39480,8959,1,1,1,4124,0,4180.13,-1081.58,298.689,0.931773,300,10,0,2488,0,1,0,0,0),(39481,8956,1,1,1,9276,0,4189.11,-1149.51,314.466,4.60826,300,5,0,2985,0,1,0,0,0),(39482,8956,1,1,1,9276,0,4221.14,-1120.19,315.666,5.12165,300,10,0,2985,0,1,0,0,0),(39483,8956,1,1,1,9276,0,4113.67,-1143.22,289.939,1.07956,300,10,0,2985,0,1,0,0,0),(39484,8959,1,1,1,4124,0,4083.02,-1120.43,276.538,4.22605,300,10,0,2488,0,1,0,0,0),(39485,8956,1,1,1,9276,0,4354.38,-1040.32,325.652,2.64935,300,10,0,2985,0,1,0,0,0),(39486,7136,1,1,1,4200,0,5653.93,-871.476,378.981,4.47743,300,10,0,2964,0,1,0,0,0),(39487,10016,1,1,1,1141,0,4516.69,-552.691,294.57,5.64476,300,10,0,8,0,1,0,0,0),(39488,10017,1,1,1,2177,0,5921.08,-680.009,380.766,2.24548,300,10,0,8,0,1,0,0,0),(39489,7149,1,1,1,12929,0,6272.21,-1118.91,371.784,1.88791,300,0,0,4318,0,0,0,0,0),(39490,8958,1,1,1,1083,0,4703.37,-894.585,338.272,3.52308,300,3,0,3207,0,1,0,0,0),(39491,8958,1,1,1,1083,0,4706.73,-929.707,352.841,2.41244,300,3,0,3207,0,1,0,0,0),(39492,8960,1,1,1,9278,0,4921.31,-796.813,301.261,1.66143,300,10,0,2672,0,1,0,0,0),(39493,8958,1,1,1,1083,0,4888.2,-771.191,297.03,0.285005,300,10,0,3207,0,1,0,0,0),(39494,8958,1,1,1,1083,0,5394.92,-586.559,353.963,0.492046,300,10,0,3207,0,1,0,0,0),(39495,8960,1,1,1,9278,0,5318.45,-614.955,327.914,0.442235,300,5,0,2672,0,1,0,0,0),(39496,8958,1,1,1,1083,0,5475.75,-536.161,364.221,3.42435,300,10,0,3207,0,1,0,0,0),(39497,8958,1,1,1,1083,0,5408.19,-525.545,363.955,1.37327,300,3,0,3207,0,1,0,0,0),(39498,8958,1,1,1,1083,0,5435.42,-577.084,356.766,0.208982,300,3,0,3207,0,1,0,0,0),(39499,8958,1,1,1,1083,0,5451.85,-539.136,362.971,3.0273,300,10,0,3207,0,1,0,0,0),(39500,8958,1,1,1,1083,0,5430.8,-559.734,359.706,2.86113,300,10,0,3207,0,1,0,0,0),(39501,8958,1,1,1,1083,0,5405.43,-553.131,359.581,4.49412,300,0,0,3207,0,0,0,0,0),(39502,8960,1,1,1,9278,0,5610.46,-559.654,364.761,4.29763,300,10,0,2672,0,1,0,0,0),(39503,8960,1,1,1,9278,0,5625.44,-485.953,378.34,4.28544,300,3,0,2672,0,1,0,0,0),(39504,8960,1,1,1,9278,0,5847.82,-727.41,385.581,2.3859,300,10,0,2672,0,1,0,0,0),(39505,8960,1,1,1,9278,0,5852.08,-735.416,388.71,5.64032,300,0,0,2672,0,0,0,0,0),(39506,8958,1,1,1,1083,0,5489.39,-519.397,367.617,3.63159,300,5,0,3207,0,1,0,0,0),(39507,8960,1,1,1,9278,0,5819.25,-675.438,373.962,1.71061,300,10,0,2672,0,1,0,0,0),(39508,8960,1,1,1,9278,0,5640.28,-522.703,374.189,3.34971,300,10,0,2672,0,1,0,0,0),(39509,8960,1,1,1,9278,0,5820.08,-747.226,390.617,2.74658,300,5,0,2672,0,1,0,0,0),(39510,8958,1,1,1,1083,0,5946.55,-617.445,395.242,0.951909,300,10,0,3207,0,1,0,0,0),(39511,8960,1,1,1,9278,0,5370.63,-587.462,351.963,6.21278,300,10,0,2672,0,1,0,0,0),(39512,10017,1,1,1,2177,0,6086.18,-1592.22,470.057,6.26661,300,10,0,8,0,1,0,0,0),(39513,7132,1,1,1,5498,0,6118.68,-1214.41,374.216,3.76198,300,5,0,3189,0,1,0,0,0),(39514,7132,1,1,1,5498,0,6097.2,-1277.57,383.126,5.51987,300,5,0,3189,0,1,0,0,0),(39515,8956,1,1,1,9276,0,3821.44,-1145.44,241.179,0.058059,300,10,0,2985,0,1,0,0,0),(39516,7132,1,1,1,5498,0,6087.92,-1261.93,380.069,5.32494,300,5,0,3189,0,1,0,0,0),(39517,7132,1,1,1,5498,0,6082.95,-1219.71,369.759,5.26273,300,5,0,3189,0,1,0,0,0),(39518,8956,1,1,1,9276,0,3788.93,-1120.25,236.217,1.35225,300,5,0,2985,0,1,0,0,0),(39519,10017,1,1,1,2177,0,6254.69,-843.171,416.931,5.43844,300,10,0,8,0,1,0,0,0),(39520,10017,1,1,1,2177,0,6395.6,-1939.22,551.835,6.17555,300,10,0,8,0,1,0,0,0),(39521,10016,1,1,1,1141,0,4638.79,-852.573,319.493,0.818418,300,0,0,8,0,0,0,0,0),(39522,8956,1,1,1,9276,0,4275.33,-1113.77,320.914,1.3401,300,10,0,2985,0,1,0,0,0),(39524,8956,1,1,1,9276,0,4331.97,-1064.98,326.027,1.40673,300,10,0,2985,0,1,0,0,0),(39525,7097,1,1,1,4877,0,4303.08,-1056.95,322.523,5.67105,300,10,0,2576,0,1,0,0,0),(39526,10016,1,1,1,1141,0,6352.16,-1169.16,378.142,5.28197,300,10,0,8,0,1,0,0,0),(39527,10017,1,1,1,2177,0,3625.04,-1594.85,191.484,4.82391,300,10,0,8,0,1,0,0,0),(39528,7097,1,1,1,4877,0,3851.95,-1318.36,215.176,6.1022,300,10,0,2576,0,1,0,0,0),(39529,8956,1,1,1,9276,0,3920.8,-988.088,248.071,3.92216,300,10,0,2985,0,1,0,0,0),(39530,7092,1,1,1,11141,0,4874.42,-675.623,290.679,1.48416,300,10,0,2980,0,1,0,0,0),(39531,7092,1,1,1,11141,0,4856.1,-694.121,289.489,1.83641,300,10,0,2980,0,1,0,0,0),(39532,10017,1,1,1,2177,0,6057.02,-1471.94,435.175,3.09995,300,10,0,8,0,1,0,0,0),(39550,10016,1,1,1,1141,0,4566.01,-598.46,282.138,1.15951,300,10,0,8,0,1,0,0,0),(39551,10017,1,1,1,2177,0,4019.26,-1259.9,266.382,3.14159,300,10,0,8,0,1,0,0,0),(39552,10017,1,1,1,2177,0,6417.04,-1664.26,491.531,4.71239,300,10,0,8,0,1,0,0,0),(39553,7092,1,1,1,11141,0,5289.71,-659.179,326.936,1.26232,300,10,0,2980,0,1,0,0,0),(39554,7098,1,1,1,10831,0,6512.14,-1454.21,438.812,3.84144,300,10,0,3082,0,1,0,0,0),(39555,7092,1,1,1,11141,0,5245.6,-629.582,326.606,1.85419,300,10,0,2980,0,1,0,0,0),(39556,7092,1,1,1,11141,0,5279.89,-635.973,325.388,2.48423,300,10,0,2980,0,1,0,0,0),(39557,7092,1,1,1,11141,0,5281.49,-612.621,326.381,1.1554,300,10,0,2980,0,1,0,0,0),(39558,8959,1,1,1,4124,0,4048.83,-1085.07,266.071,3.83371,300,10,0,2488,0,1,0,0,0),(39559,7101,1,1,1,2832,0,6274.42,-1718.88,432.781,5.40789,300,3,0,3189,0,1,0,0,0),(39560,7100,1,1,1,8389,0,6292.31,-1648.93,427.944,2.91521,300,3,0,3082,0,1,0,0,0),(39561,7100,1,1,1,8389,0,6273.09,-1692.71,432.489,5.45225,300,3,0,3082,0,1,0,0,0),(39562,7101,1,1,1,2832,0,6327.26,-1748.7,421.673,4.03519,300,2,0,3189,0,1,0,0,0),(39563,7099,1,1,1,10829,0,5716.16,-612.174,367.703,4.12709,300,10,0,2880,0,1,0,0,0),(39564,7101,1,1,1,2832,0,6289.23,-1697.38,428.733,5.56538,300,2,0,3189,0,1,0,0,0),(39565,7100,1,1,1,8389,0,6370.71,-1756.7,421.521,4.86139,300,3,0,3082,0,1,0,0,0),(39566,7101,1,1,1,2832,0,6377.33,-1779.47,420.797,1.33317,300,2,0,3189,0,1,0,0,0),(39567,7101,1,1,1,2832,0,6320.99,-1761.07,422.676,4.69553,300,3,0,3189,0,1,0,0,0),(39568,7100,1,1,1,8389,0,6357.09,-1765.57,421.595,3.58797,300,3,0,3082,0,1,0,0,0),(39569,7101,1,1,1,2832,0,6311.54,-1785.58,420.574,4.52656,300,3,0,3189,0,1,0,0,0),(39570,8958,1,1,1,1083,0,5954.66,-645.275,390.586,2.92102,300,10,0,3207,0,1,0,0,0),(39571,10017,1,1,1,2177,0,3834.49,-1523.53,222.992,5.12972,300,10,0,8,0,1,0,0,0),(39572,7101,1,1,1,2832,0,6300.06,-1658.39,427.857,3.27611,300,2,0,3189,0,1,0,0,0),(39573,7099,1,1,1,10829,0,4948.02,-734.891,308.593,2.64644,300,5,0,2880,0,1,0,0,0),(39574,7098,1,1,1,10831,0,6689.37,-1417.1,477.397,5.6176,300,5,0,3082,0,1,0,0,0),(39575,7100,1,1,1,8389,0,6380.74,-1520.77,441.44,2.28056,300,10,0,3082,0,1,0,0,0),(39576,7109,1,1,1,11334,0,3765.6,-840.981,308.876,6.19906,300,6,0,2304,1807,1,0,0,0),(39577,7109,1,1,1,11334,0,3754.48,-823.2,313.942,4.15156,300,10,0,2304,1807,1,0,0,0),(39578,7105,1,1,1,2019,0,3786.98,-853.904,301.823,6.1742,300,5,0,2672,0,1,0,0,0),(39579,7105,1,1,1,2019,0,3813.25,-810.038,299.419,6.16083,300,10,0,2672,0,1,0,0,0),(39580,7105,1,1,1,2019,0,3724.92,-846.007,312.838,6.12611,300,6,0,2672,0,1,0,0,0),(39581,7105,1,1,1,2019,0,3801.56,-858.854,300.417,4.67265,300,5,0,2672,0,1,0,0,0),(39582,7105,1,1,1,2019,0,3781.13,-821.533,309.216,3.15722,300,10,0,2672,0,1,0,0,0),(39583,7109,1,1,1,11334,0,3755.37,-838.038,310.001,1.06854,300,6,0,2304,1807,1,0,0,0),(39584,7105,1,1,1,2019,0,3745.01,-878.309,321.345,3.87623,300,5,0,2672,0,1,0,0,0),(39585,7109,1,1,1,11334,0,3727.76,-837.299,314.304,4.85202,300,6,0,2304,1807,1,0,0,0),(39586,7105,1,1,1,2019,0,3841,-724.709,323.386,4.89923,300,10,0,2672,0,1,0,0,0),(39587,7105,1,1,1,2019,0,3815.79,-753.011,320.302,0.706201,300,10,0,2672,0,1,0,0,0),(39588,7105,1,1,1,2019,0,3853.29,-675.377,328.396,1.94567,300,10,0,2672,0,1,0,0,0),(39589,7109,1,1,1,11334,0,3854.29,-696.104,325.021,3.90923,300,10,0,2304,1807,1,0,0,0),(39590,7109,1,1,1,11334,0,3893.37,-671.715,329.442,6.07114,300,10,0,2304,1807,1,0,0,0),(39591,10017,1,1,1,2177,0,6526.57,-1253.86,438.252,3.75288,300,10,0,8,0,1,0,0,0),(39592,10017,1,1,1,2177,0,3730.7,-1555.95,203.431,0.258715,300,10,0,8,0,1,0,0,0),(39593,10017,1,1,1,2177,0,3666.8,-1449.67,181.44,2.36656,300,10,0,8,0,1,0,0,0),(39594,10017,1,1,1,2177,0,3973.39,-1166.13,259.654,5.38439,300,10,0,8,0,1,0,0,0),(39595,7105,1,1,1,2019,0,3850.38,-703.389,325.386,4.85373,300,10,0,2672,0,1,0,0,0),(39596,10016,1,1,1,1141,0,4529.21,-523.906,301.905,4.03143,300,0,0,8,0,0,0,0,0),(39597,10016,1,1,1,1141,0,5102.09,-760.858,329.411,5.14672,300,10,0,8,0,1,0,0,0),(39598,7105,1,1,1,2019,0,3929.48,-600.873,341.463,2.77729,300,5,0,2672,0,1,0,0,0),(39599,7105,1,1,1,2019,0,3867.76,-647.175,334.13,1.42151,300,6,0,2672,0,1,0,0,0),(39600,7105,1,1,1,2019,0,3875.58,-643.728,335.88,1.27691,300,6,0,2672,0,1,0,0,0),(39601,7109,1,1,1,11334,0,3966.15,-594.023,339.725,0.197124,300,5,0,2304,1807,1,0,0,0),(39602,7109,1,1,1,11334,0,4012.49,-579.375,337.001,2.44949,300,5,0,2304,1807,1,0,0,0),(39603,7105,1,1,1,2019,0,3986.37,-607.467,335.906,5.66098,300,5,0,2672,0,1,0,0,0),(39604,7105,1,1,1,2019,0,3953.17,-619.879,336.743,2.3818,300,10,0,2672,0,1,0,0,0),(39605,7109,1,1,1,11334,0,3980.65,-611.83,335.156,6.15644,300,5,0,2304,1807,1,0,0,0),(39606,7105,1,1,1,2019,0,4023.53,-542.896,347.26,2.99528,300,6,0,2672,0,1,0,0,0),(39607,7105,1,1,1,2019,0,4042.72,-547.201,351.733,3.4608,300,6,0,2672,0,1,0,0,0),(39608,8958,1,1,1,1083,0,5873.89,-657.382,377.802,4.51909,300,10,0,3207,0,1,0,0,0),(39609,7105,1,1,1,2019,0,4054.74,-581.416,361.588,5.51577,300,6,0,2672,0,1,0,0,0),(39610,7109,1,1,1,11334,0,3921.2,-698.251,323.252,0.318612,300,6,0,2304,1807,1,0,0,0),(39611,8956,1,1,1,9276,0,4124.67,-725.128,280.161,5.65194,300,10,0,2985,0,1,0,0,0),(39612,8956,1,1,1,9276,0,4248.03,-747.019,269.047,0.36693,300,10,0,2985,0,1,0,0,0),(39613,7110,1,1,1,11336,0,4597.95,-194.047,300.32,3.47941,300,5,0,3082,0,1,0,0,0),(39614,7097,1,1,1,4877,0,4007.62,-1173.03,272.1,3.14355,300,10,0,2576,0,1,0,0,0),(39615,7086,1,1,1,11137,0,4427.11,-694.305,264.19,4.41181,300,5,0,2672,0,1,0,0,0),(39616,8956,1,1,1,9276,0,4447.27,-751.277,262.921,0.992539,300,5,0,2985,0,1,0,0,0),(39617,10016,1,1,1,1141,0,6410.45,-1507.29,440.326,0.582441,300,10,0,8,0,1,0,0,0),(39618,7086,1,1,1,11137,0,4393.83,-587.317,265.393,5.28724,300,10,0,2672,0,1,0,0,0),(39619,7099,1,1,1,10829,0,6543.59,-1114.42,437.749,3.18458,300,10,0,2880,0,1,0,0,0),(39620,7086,1,1,1,11137,0,4375.64,-597.276,265.768,5.8781,300,10,0,2672,0,1,0,0,0),(39621,7086,1,1,1,11137,0,4350.79,-601.711,265.824,2.26995,300,10,0,2672,0,1,0,0,0),(39622,8959,1,1,1,4124,0,4009.76,-1178.86,272.321,1.88452,300,10,0,2488,0,1,0,0,0),(39623,8959,1,1,1,4124,0,4006.27,-1112.1,269.061,3.22198,300,10,0,2488,0,1,0,0,0),(39624,7137,1,1,1,7029,0,5546.75,-837.558,357.03,1.08492,43200,0,0,8097,0,2,0,0,0),(39625,14523,1,1,1,14563,1,5277.13,-701.938,268.772,0.855211,300,0,0,2895,2241,0,0,0,0),(39626,7118,1,1,1,6393,1,5279.63,-701.01,268.532,2.93215,300,0,0,2551,1982,0,0,0,0),(39627,7114,1,1,1,11274,1,5276.17,-685.883,269.007,2.44346,300,0,0,3082,0,0,0,0,0),(39628,7114,1,1,1,6398,1,5273.65,-687.763,269.012,1.81514,300,0,0,3082,0,0,0,0,0),(51795,11733,1,1,1,12154,0,-8327.71,369.679,-89.7271,0.021024,300,3,0,3849,0,1,0,0,0),(39630,7120,1,1,1,11292,1,5261.37,-670.296,250.837,6.25241,300,2,0,2551,1982,1,0,0,0),(51794,11733,1,1,1,12154,0,-8230.33,396.068,-83.1144,2.60648,300,3,0,3849,0,1,0,0,0),(39632,9862,1,1,1,9129,0,5375.1,-441.792,273.182,3.26377,300,0,0,3398,0,0,0,0,0),(39633,7118,1,1,1,6394,1,5376.74,-529.716,273.685,3.4383,300,0,0,2551,1982,0,0,0,0),(39634,9862,1,1,1,9129,0,5373.73,-525.695,273.968,4.43314,300,0,0,3398,0,0,0,0,0),(39635,9862,1,1,1,9129,0,5359.28,-433.128,273.072,5.79449,300,0,0,3398,0,0,0,0,0),(39636,7118,1,1,1,6394,1,5298.5,-517.621,274.118,0.13757,300,5,0,2551,1982,1,0,0,0),(39637,14522,1,1,1,14564,1,5429.15,-438.717,273.079,2.94961,300,0,0,2634,2041,0,0,0,0),(39638,9516,1,1,1,8611,0,5430.72,-424.11,272.622,3.35103,600,0,0,7107,4738,0,0,0,0),(39639,7100,1,1,1,8389,0,6531.3,-1515.82,439.395,5.76622,300,3,0,3082,0,1,0,0,0),(39640,8957,1,1,1,9277,0,6544.69,-1460.16,440.169,2.59992,300,10,0,3553,0,1,0,0,0),(39641,10017,1,1,1,2177,0,4460.68,-677.593,267.614,4.89537,300,10,0,8,0,1,0,0,0),(39642,7092,1,1,1,11141,0,5277.59,-362.383,326.875,0.105427,300,3,0,2980,0,1,0,0,0),(39643,7092,1,1,1,11141,0,5275.76,-323.398,327.913,2.18332,300,2,0,2980,0,1,0,0,0),(39644,7100,1,1,1,8389,0,6484.85,-1485.49,438.246,1.08619,300,10,0,3082,0,1,0,0,0),(39645,10017,1,1,1,2177,0,6077.64,-1440.3,424.211,2.14553,300,10,0,8,0,1,0,0,0),(39646,8956,1,1,1,9276,0,4142.39,-682.449,284.797,3.02795,300,3,0,2985,0,1,0,0,0),(39647,8956,1,1,1,9276,0,4173.35,-704.389,280.673,6.21083,300,5,0,2985,0,1,0,0,0),(39648,7139,1,1,1,6351,0,6322.83,-1275.87,374.623,1.32443,300,5,0,3082,0,1,0,0,0),(39649,7132,1,1,1,5498,0,6235.69,-1294.39,371.549,4.84878,300,5,0,3189,0,1,0,0,0),(39650,7132,1,1,1,5498,0,6219.77,-1255.34,366.724,5.69031,300,5,0,3189,0,1,0,0,0),(39651,7132,1,1,1,5498,0,6272.76,-1267.69,367.443,4.29327,300,5,0,3189,0,1,0,0,0),(39652,8959,1,1,1,4124,0,3944.19,-1180.12,245.881,2.86449,300,10,0,2488,0,1,0,0,0),(39653,10016,1,1,1,1141,0,5223.53,-735.844,343.557,1.21986,300,10,0,8,0,1,0,0,0),(39654,8961,1,1,1,9280,0,6638.23,-1620.49,477.701,3.91075,300,5,0,2980,0,1,0,0,0),(39655,8961,1,1,1,9280,0,6615.92,-1452.73,466.929,0.892373,300,10,0,2980,0,1,0,0,0),(39656,8957,1,1,1,9277,0,6686.2,-1585.26,474.636,5.47831,300,10,0,3553,0,1,0,0,0),(39657,8957,1,1,1,9277,0,6719.68,-1542.5,474.88,0.248386,300,5,0,3553,0,1,0,0,0),(39658,8957,1,1,1,9277,0,6878.98,-1592.86,498.958,1.77485,300,10,0,3553,0,1,0,0,0),(39659,8957,1,1,1,9277,0,6451.44,-1670.35,499.315,1.81622,300,10,0,3553,0,1,0,0,0),(39660,8961,1,1,1,9280,0,6419.15,-1651.15,489.931,2.25728,300,10,0,2980,0,1,0,0,0),(39661,8957,1,1,1,9277,0,6478.11,-1843.2,536.895,2.24478,300,3,0,3553,0,1,0,0,0),(39662,8957,1,1,1,9277,0,6377.41,-1980.89,557.131,3.05823,300,10,0,3553,0,1,0,0,0),(39663,11181,1,1,1,11452,0,6223.84,-1912.11,563.137,3.79961,300,0,0,3644,0,0,0,0,0),(39664,543,1,1,1,12749,1,6199.03,-1935.11,569.718,0.191986,300,0,0,1753,0,0,0,0,0),(39665,9465,1,1,1,10738,1,6192.75,-1919.04,569.568,5.84685,300,0,0,4120,0,0,0,0,0),(39666,5501,1,1,1,3299,1,6229.31,-1917.08,563.134,0.261799,300,0,0,3758,0,0,0,0,0),(39667,8957,1,1,1,9277,0,6378.83,-2072.6,572.318,2.65163,300,10,0,3553,0,1,0,0,0),(39668,7098,1,1,1,10831,0,6431.64,-2038.81,569.658,2.0187,300,10,0,3082,0,1,0,0,0),(39669,8961,1,1,1,9280,0,6351.85,-2083.67,573.575,0.829261,300,10,0,2980,0,1,0,0,0),(39670,7098,1,1,1,10831,0,6521.62,-1949.91,548.317,1.18757,300,5,0,3082,0,1,0,0,0),(39671,8957,1,1,1,9277,0,6515,-1948.52,548.87,3.39681,300,5,0,3553,0,1,0,0,0),(39672,8957,1,1,1,9277,0,6478.72,-1913.48,543.462,5.57974,300,10,0,3553,0,1,0,0,0),(39673,8961,1,1,1,9280,0,6486.1,-1708.06,506.605,1.61895,300,10,0,2980,0,1,0,0,0),(39674,8959,1,1,1,4124,0,3992.23,-1211.5,263.642,3.90766,300,10,0,2488,0,1,0,0,0),(39675,7112,1,1,1,6392,1,4750.5,-550.487,283.622,3.12679,300,5,0,2085,4506,1,0,0,0),(39676,7115,1,1,1,6390,1,4753.5,-545.315,284.959,0.228407,300,5,0,2085,4506,1,0,0,0),(39677,8959,1,1,1,4124,0,4061.63,-1250.02,278.595,5.61879,300,3,0,2488,0,1,0,0,0),(39678,10017,1,1,1,2177,0,4556.05,-492.917,302.926,3.10446,300,10,0,8,0,1,0,0,0),(39679,8959,1,1,1,4124,0,3830.45,-1302.06,208.511,1.66852,300,10,0,2488,0,1,0,0,0),(39680,7120,1,1,1,6406,1,5198.24,-579.388,287.41,1.22173,300,0,0,2551,1982,0,0,0,0),(51793,11732,1,1,1,9229,0,-8269.72,484.756,-76.3614,5.88583,300,3,0,3849,0,1,0,0,0),(39682,9862,1,1,1,9129,0,5182.75,-577.787,287.41,0.488692,300,0,0,3398,0,0,0,0,0),(39683,8957,1,1,1,9277,0,6614.98,-2015.93,551.795,1.54712,300,10,0,3553,0,1,0,0,0),(39684,8958,1,1,1,1083,0,4736.37,-790.864,305.276,1.06787,300,10,0,3207,0,1,0,0,0),(39685,11553,1,1,1,1999,0,6991.29,-2208.1,586.293,1.17908,300,0,0,3082,0,2,0,0,0),(39686,7092,1,1,1,11141,0,4843.45,-699.937,290.701,5.14448,300,10,0,2980,0,1,0,0,0),(39687,7118,1,1,1,6393,1,5034.52,-552.711,313.221,4.36891,300,0,0,2551,1982,2,0,0,0),(39688,7086,1,1,1,11137,0,4518.08,-665.083,260.707,4.86653,300,10,0,2672,0,1,0,0,0),(39689,8956,1,1,1,9276,0,4446.11,-642.478,272.046,1.98722,300,10,0,2985,0,1,0,0,0),(39690,7156,1,1,1,6825,1,6901.48,-2020.1,583.248,2.40877,300,3,0,3189,0,1,0,0,0),(39691,7158,1,1,1,6746,1,6873.22,-2039.05,581.747,3.32449,300,3,0,2551,1982,1,0,0,0),(39692,8960,1,1,1,9278,0,5645.12,-615.656,364.793,0.36233,300,5,0,2672,0,1,0,0,0),(39693,8960,1,1,1,9278,0,5855.51,-697.155,379.387,3.5204,300,10,0,2672,0,1,0,0,0),(39694,8960,1,1,1,9278,0,5870.43,-695.667,380.399,1.87558,300,3,0,2672,0,1,0,0,0),(39695,8960,1,1,1,9278,0,6163.99,-681.228,408.096,0.775032,300,10,0,2672,0,1,0,0,0),(39696,8958,1,1,1,1083,0,6193.3,-753.963,411.018,3.56101,300,10,0,3207,0,1,0,0,0),(39697,8958,1,1,1,1083,0,6230.07,-726.565,411.372,6.20694,300,10,0,3207,0,1,0,0,0),(39698,8960,1,1,1,9278,0,6208.33,-825,423.78,1.6494,300,3,0,2672,0,1,0,0,0),(39699,7086,1,1,1,11137,0,4578.87,-681.616,250.246,5.8528,300,10,0,2672,0,1,0,0,0),(39700,8960,1,1,1,9278,0,6283.63,-850.556,417.998,2.21762,300,10,0,2672,0,1,0,0,0),(39701,7092,1,1,1,11141,0,4868.88,-689.67,289.607,2.00676,300,10,0,2980,0,1,0,0,0),(39702,8960,1,1,1,9278,0,6272.62,-906.522,415.298,1.64581,300,10,0,2672,0,1,0,0,0),(39703,7092,1,1,1,11141,0,4870.42,-709.301,291.452,2.41846,300,10,0,2980,0,1,0,0,0),(39704,10658,1,1,1,9990,0,5114.05,-325.22,360.301,2.40376,300,0,0,42,0,0,0,0,0),(39705,8956,1,1,1,9276,0,3879.24,-1623.65,251.758,4.62438,300,10,0,2985,0,1,0,0,0),(39706,10017,1,1,1,2177,0,4743.75,-747.916,298.262,2.79235,300,10,0,8,0,1,0,0,0),(39707,10016,1,1,1,1141,0,3830.37,-1020.33,239.074,5.08835,300,10,0,8,0,1,0,0,0),(39708,7097,1,1,1,4877,0,3984.32,-1271.98,251.817,6.2617,300,10,0,2576,0,1,0,0,0),(39709,8958,1,1,1,1083,0,6380.44,-1048.91,425.784,4.13769,300,10,0,3207,0,1,0,0,0),(39710,8959,1,1,1,4124,0,3955.31,-1351.53,230.82,2.03273,300,2,0,2488,0,1,0,0,0),(39711,8960,1,1,1,9278,0,6521.11,-1098.03,435.534,3.31424,300,10,0,2672,0,1,0,0,0),(39712,8959,1,1,1,4124,0,3977.26,-1389.87,244.264,2.72713,300,10,0,2488,0,1,0,0,0),(39713,8957,1,1,1,9277,0,6564.05,-1819.46,536.947,3.23941,300,5,0,3553,0,1,0,0,0),(39714,10017,1,1,1,2177,0,6054.9,-708.046,395.555,0.100212,300,10,0,8,0,1,0,0,0),(39715,14467,1,1,1,14520,0,5780.34,-964.844,412.694,3.50811,300,0,0,3268,0,0,0,0,0),(39716,7136,1,1,1,4200,0,5512.87,-695.517,341.02,5.2503,300,10,0,2964,0,1,0,0,0),(39717,11516,1,1,1,6825,0,6879.96,-2107.38,618.405,2.60054,300,6,0,3189,0,1,0,0,0),(39718,11516,1,1,1,6825,0,6919.41,-2091.9,617.412,3.38594,300,6,0,3189,0,1,0,0,0),(39719,7100,1,1,1,8389,0,6453.82,-1521.1,438.607,0.432184,300,10,0,3082,0,1,0,0,0),(39720,7112,1,1,1,6392,1,4782.52,-527.412,283.624,1.17337,300,5,0,2085,4506,1,0,0,0),(39721,11553,1,1,1,1999,0,6961.41,-2077.73,610.675,0.01468,300,0,0,3082,0,2,0,0,0),(39722,11516,1,1,1,6825,0,6988.59,-2080.7,608.748,2.05949,300,6,0,3189,0,1,0,0,0),(39723,7125,1,1,1,6172,0,4792.15,-565.158,285.087,5.44543,300,0,0,2880,0,0,0,0,0),(39724,7113,1,1,1,11273,1,4781.55,-540.811,284.361,0.767945,300,0,0,2880,0,0,0,0,0),(39725,11516,1,1,1,6825,0,7019.37,-2099.3,601.546,5.0091,300,0,0,3189,0,0,0,0,0),(39726,11516,1,1,1,6825,0,6985.3,-2061.78,608.094,0.680678,300,6,0,3189,0,1,0,0,0),(39727,7115,1,1,1,6391,1,4786.12,-523.577,283.96,3.06246,300,5,0,2085,4506,1,0,0,0),(39728,11516,1,1,1,6825,0,6997.42,-2183.03,587.644,-0.881542,300,0,0,3189,0,0,0,0,0),(39729,11516,1,1,1,6825,0,7002.13,-2201.5,586.974,1.65806,300,0,0,3189,0,0,0,0,0),(39730,7112,1,1,1,6392,1,4774.06,-583.119,280.288,3.86117,300,5,0,2085,4506,1,0,0,0),(39731,7100,1,1,1,8389,0,6353.32,-1696.92,440.042,5.32464,300,3,0,3082,0,1,0,0,0),(39732,7125,1,1,1,6172,0,4761.73,-583.714,279.782,0.401426,300,0,0,2880,0,0,0,0,0),(40155,7112,1,1,1,6392,1,4767.34,-570.026,278.062,5.92397,300,5,0,2085,4506,1,0,0,0),(40160,7115,1,1,1,6390,1,4777.93,-557.573,275.15,0.772631,300,5,0,2085,4506,1,0,0,0),(40163,7101,1,1,1,2832,0,6454.82,-1703.89,418.226,4.65187,300,3,0,3189,0,1,0,0,0),(40164,7112,1,1,1,6392,1,4749.07,-597.87,280.253,2.85515,300,5,0,2085,4506,1,0,0,0),(40165,7112,1,1,1,6392,1,4790.02,-551.925,274.459,4.58159,300,5,0,2085,4506,1,0,0,0),(40166,7115,1,1,1,6390,1,4756.2,-597.928,279.563,0.842618,300,5,0,2085,4506,1,0,0,0),(40167,7125,1,1,1,6172,0,4779.26,-572.04,275.844,1.3439,300,0,0,2880,0,0,0,0,0),(40172,7113,1,1,1,6399,1,4805.13,-547.412,272.959,3.4383,300,0,0,2880,0,0,0,0,0),(40173,7101,1,1,1,2832,0,6399.97,-1713.32,418.026,2.80937,300,2,0,3189,0,1,0,0,0),(40174,7100,1,1,1,8389,0,6427.75,-1714.86,418.226,5.74737,300,2,0,3082,0,1,0,0,0),(40175,7100,1,1,1,8389,0,6328.16,-1645.5,428.71,6.24828,300,3,0,3082,0,1,0,0,0),(40176,7136,1,1,1,4200,0,5595.64,-846.147,377.084,3.46767,300,10,0,2964,0,1,0,0,0),(40177,7106,1,1,1,8575,0,4599.52,-507.243,294.876,6.26567,300,5,0,2880,0,1,0,0,0),(40178,7101,1,1,1,2832,0,6402.97,-1688.29,418.955,2.01227,300,2,0,3189,0,1,0,0,0),(40179,8958,1,1,1,1083,0,5655.96,-1116.48,381.995,4.25469,300,10,0,3207,0,1,0,0,0),(40180,7100,1,1,1,8389,0,6424.47,-1683.25,418.431,2.90135,300,2,0,3082,0,1,0,0,0),(40181,7100,1,1,1,8389,0,6379.43,-1652.13,437.57,4.01343,300,2,0,3082,0,1,0,0,0),(40192,7101,1,1,1,2832,0,6460.16,-1642.57,433.56,0.141925,300,2,0,3189,0,1,0,0,0),(40193,7107,1,1,1,11337,0,6523.57,-813.494,473.944,4.96855,300,10,0,2466,1923,1,0,0,0),(40194,7107,1,1,1,11337,0,6484.12,-819.725,474.125,0.974997,300,10,0,2466,1923,1,0,0,0),(40195,7107,1,1,1,11337,0,6535.05,-835.165,474.694,5.14702,300,10,0,2466,1923,1,0,0,0),(40196,7108,1,1,1,11333,0,6580.91,-803.787,474.824,2.76873,300,6,0,3189,0,1,0,0,0),(40230,7111,1,1,1,11335,0,6577.9,-798.936,474.935,5.24425,300,6,0,2232,4765,1,0,0,0),(40232,7100,1,1,1,8389,0,6446.9,-1610.2,434.125,3.36428,300,2,0,3082,0,1,0,0,0),(40238,7100,1,1,1,8389,0,6432.62,-1644.77,434.939,0.984601,300,2,0,3082,0,1,0,0,0),(40239,7101,1,1,1,2832,0,6475.82,-1643.4,433.323,1.47261,300,2,0,3189,0,1,0,0,0),(40240,7107,1,1,1,11337,0,6552.89,-842.578,473.694,0.316013,300,6,0,2466,1923,1,0,0,0),(40241,7107,1,1,1,11337,0,6569.07,-806.169,475.699,1.98336,300,6,0,2466,1923,1,0,0,0),(40242,7107,1,1,1,11337,0,6516.08,-853.598,474.612,6.26263,300,10,0,2466,1923,1,0,0,0),(40283,7111,1,1,1,11335,0,6585.36,-847.513,474.696,1.78122,300,6,0,2232,4765,1,0,0,0),(40284,7107,1,1,1,11337,0,6581.5,-1016.23,463.002,4.62925,300,10,0,2466,1923,1,0,0,0),(40285,7100,1,1,1,8389,0,6496.26,-1547.65,438.686,3.90116,300,10,0,3082,0,1,0,0,0),(40286,7111,1,1,1,11335,0,6558.72,-822.778,475.694,2.56019,300,10,0,2232,4765,1,0,0,0),(40287,7111,1,1,1,11335,0,6580.23,-848.725,473.957,4.50688,300,6,0,2232,4765,1,0,0,0),(40288,7107,1,1,1,11337,0,6425.39,-803.426,472.069,0.924188,300,10,0,2466,1923,1,0,0,0),(40289,7107,1,1,1,11337,0,6605.03,-890.441,476.402,1.74269,300,3,0,2466,1923,1,0,0,0),(40290,7108,1,1,1,11333,0,6583.47,-952.907,473.909,4.0642,300,3,0,3189,0,1,0,0,0),(40291,7107,1,1,1,11337,0,6597.99,-937.824,473.773,0.20944,300,10,0,2466,1923,1,0,0,0),(40292,7100,1,1,1,8389,0,6481.28,-1581.22,439.045,0.123729,300,6,0,3082,0,1,0,0,0),(40293,8961,1,1,1,9280,0,6404.43,-1922.35,550.818,2.63037,300,10,0,2980,0,1,0,0,0),(40294,8961,1,1,1,9280,0,6353.31,-1930.01,554.451,3.41453,300,10,0,2980,0,1,0,0,0),(40295,7100,1,1,1,8389,0,6453.18,-1546.32,440.071,3.92207,300,5,0,3082,0,1,0,0,0),(40296,7107,1,1,1,11337,0,6443.95,-812.685,473.476,1.67746,300,10,0,2466,1923,1,0,0,0),(40297,7111,1,1,1,11335,0,6301.95,-756.593,468.317,2.69428,300,6,0,2232,4765,1,0,0,0),(40298,7111,1,1,1,11335,0,6297.18,-618.142,471.689,3.55669,300,3,0,2232,4765,1,0,0,0),(40299,7111,1,1,1,11335,0,6280.63,-651.381,489.845,6.10183,300,6,0,2232,4765,1,0,0,0),(40300,7111,1,1,1,11335,0,6289.79,-636.02,483.845,4.29777,300,6,0,2232,4765,1,0,0,0),(40301,7108,1,1,1,11333,0,6279.44,-614.379,472.573,1.58825,300,0,0,3189,0,0,0,0,0),(40302,7108,1,1,1,11333,0,6288.15,-598.156,466.618,1.23801,300,5,0,3189,0,1,0,0,0),(40303,7158,1,1,1,6746,1,6795.32,-1829.39,559.952,2.26579,300,2,0,2551,1982,1,0,0,0),(40304,7157,1,1,1,2003,1,6810.62,-1860.13,551.045,1.50365,300,10,0,3293,0,1,0,0,0),(40305,7156,1,1,1,6825,1,6821.03,-1812.37,564.751,1.26109,300,5,0,3189,0,1,0,0,0),(40306,7158,1,1,1,6746,1,6705.94,-1892.44,549.714,2.90319,300,2,0,2551,1982,1,0,0,0),(40307,7157,1,1,1,2003,1,6786.71,-1871.71,550.807,4.84912,300,10,0,3293,0,1,0,0,0),(40308,7156,1,1,1,6825,1,6748.33,-1890.33,549.724,4.94976,300,10,0,3189,0,1,0,0,0),(40309,7113,1,1,1,6399,1,4856.33,-369.072,352.084,6.2076,300,10,0,2880,0,1,0,0,0),(40310,7113,1,1,1,6400,1,4740.15,-451.848,349.006,0.226893,300,6,0,2880,0,1,0,0,0),(40311,7125,1,1,1,6172,0,4818.86,-591.139,290.55,6.24828,300,0,0,2880,0,0,0,0,0),(40312,7113,1,1,1,6400,1,4789.91,-574.192,285.208,4.29422,300,5,0,2880,0,1,0,0,0),(40313,7113,1,1,1,6400,1,4824.17,-586.954,290.604,4.81711,300,0,0,2880,0,0,0,0,0),(40314,7157,1,1,1,2003,1,6820.06,-2019.6,569.76,3.29973,300,2,0,3293,0,1,0,0,0),(40315,7115,1,1,1,6390,1,4811.07,-576.129,286.274,1.12678,300,5,0,2085,4506,1,0,0,0),(40316,8957,1,1,1,9277,0,6645.09,-1284.68,458.381,1.92706,300,10,0,3553,0,1,0,0,0),(40317,8957,1,1,1,9277,0,6664.34,-1287.7,462.131,2.97591,300,10,0,3553,0,1,0,0,0),(40318,8957,1,1,1,9277,0,6671.3,-1328.01,465.892,2.9413,300,10,0,3553,0,1,0,0,0),(40319,8957,1,1,1,9277,0,6629.45,-1229.28,454.752,1.87775,300,10,0,3553,0,1,0,0,0),(40320,8957,1,1,1,9277,0,6651.19,-1259.01,456.436,1.79843,300,3,0,3553,0,1,0,0,0),(40321,8957,1,1,1,9277,0,6667.1,-1211.8,468.06,4.55885,300,3,0,3553,0,1,0,0,0),(40322,8961,1,1,1,9280,0,6070.07,-1452.38,427.48,4.66945,300,10,0,2980,0,1,0,0,0),(40323,8961,1,1,1,9280,0,6079.94,-1390,405.225,0.934322,300,10,0,2980,0,1,0,0,0),(40324,8961,1,1,1,9280,0,6115.54,-1491.99,437.416,3.37218,300,10,0,2980,0,1,0,0,0),(40325,8957,1,1,1,9277,0,6084.28,-1586.81,467.988,5.04027,300,10,0,3553,0,1,0,0,0),(40326,8961,1,1,1,9280,0,6100.58,-1552.04,458.117,3.9187,300,10,0,2980,0,1,0,0,0),(40327,8957,1,1,1,9277,0,6237.59,-1556.86,444.42,3.75027,300,10,0,3553,0,1,0,0,0),(40328,8957,1,1,1,9277,0,6119.87,-1420.34,412.875,3.98714,300,5,0,3553,0,1,0,0,0),(40329,8957,1,1,1,9277,0,6181.99,-1490.6,438.642,4.36871,300,10,0,3553,0,1,0,0,0),(40330,8958,1,1,1,1083,0,5404.17,-620.834,353.663,6.02604,300,10,0,3207,0,1,0,0,0),(40331,8959,1,1,1,4124,0,3786.37,-1381.29,202.512,1.69405,300,10,0,2488,0,1,0,0,0),(40332,8959,1,1,1,4124,0,3623.04,-1475.05,178.168,5.88381,300,10,0,2488,0,1,0,0,0),(40333,8959,1,1,1,4124,0,3851.26,-1320.1,214.824,4.62475,300,10,0,2488,0,1,0,0,0),(40334,8959,1,1,1,4124,0,3652.4,-1446.46,182.128,1.61578,300,10,0,2488,0,1,0,0,0),(40335,8959,1,1,1,4124,0,3774.03,-1253.54,209.376,4.9408,300,10,0,2488,0,1,0,0,0),(40336,9464,1,1,1,8589,1,3519.21,-1131.52,223.943,0.017453,300,0,0,2980,0,0,0,0,0),(40337,9877,1,1,1,11335,0,4961.54,-475.352,319.332,1.62316,300,0,0,2718,2117,0,0,0,0),(40338,7111,1,1,1,11335,0,4967.61,-471.679,319.332,2.25148,300,0,0,2232,4765,0,0,0,0),(40365,7107,1,1,1,11337,0,4956.05,-466.867,319.332,0.942478,300,0,0,2466,1923,0,0,0,0),(40366,11516,1,1,1,6825,0,6951.14,-2262.22,590.666,6.23082,300,6,0,3189,0,1,0,0,0),(40367,7114,1,1,1,6398,1,5147.38,-433.102,301.309,3.22886,300,0,0,3082,0,0,0,0,0),(40368,7092,1,1,1,11141,0,5389.43,-738.763,343.259,0.546625,300,10,0,2980,0,1,0,0,0),(40369,8958,1,1,1,1083,0,5527.74,-555.165,361.557,0.148349,300,10,0,3207,0,1,0,0,0),(40370,7136,1,1,1,4200,0,5494.43,-924.123,363.589,1.9063,300,10,0,2964,0,1,0,0,0),(40371,7139,1,1,1,6351,0,6210.11,-1005.02,392.141,1.02586,300,5,0,3082,0,1,0,0,0),(40372,7138,1,1,1,2078,0,6212.95,-1059.89,382.915,5.9778,300,5,0,3082,0,1,0,0,0),(40373,7139,1,1,1,6351,0,6171.5,-1044.39,384.751,0.084082,300,5,0,3082,0,1,0,0,0),(40374,7139,1,1,1,6351,0,6119.57,-1109.19,378.739,1.01243,300,5,0,3082,0,1,0,0,0),(40375,7139,1,1,1,6351,0,6257.05,-1065.37,374.9,1.40948,300,5,0,3082,0,1,0,0,0),(40376,7139,1,1,1,6351,0,6216.82,-1048.38,384.101,6.0063,300,5,0,3082,0,1,0,0,0),(40377,7139,1,1,1,6351,0,6017.84,-1223.8,376.052,0.368852,300,5,0,3082,0,1,0,0,0),(40378,7139,1,1,1,6351,0,6060.92,-1117.6,386.146,4.48684,300,5,0,3082,0,1,0,0,0),(40379,7139,1,1,1,6351,0,5989.62,-1147.5,385.852,5.53438,300,5,0,3082,0,1,0,0,0),(40380,7139,1,1,1,6351,0,6015.49,-1142.91,383.068,3.0222,300,5,0,3082,0,1,0,0,0),(40381,8957,1,1,1,9277,0,6754.35,-1576.99,479.753,0.728061,300,10,0,3553,0,1,0,0,0),(40382,7139,1,1,1,6351,0,6157.03,-1334.67,379.8,1.00204,300,5,0,3082,0,1,0,0,0),(40383,7139,1,1,1,6351,0,6177.76,-1290.55,375.689,3.15162,300,5,0,3082,0,1,0,0,0),(40384,7139,1,1,1,6351,0,6191.48,-1378.7,379.825,4.69676,300,5,0,3082,0,1,0,0,0),(40385,7139,1,1,1,6351,0,6206.94,-1335.38,374.45,0.697753,300,5,0,3082,0,1,0,0,0),(40386,7156,1,1,1,6825,1,6627.08,-1954.44,550.976,1.29449,300,10,0,3189,0,1,0,0,0),(40387,8961,1,1,1,9280,0,6817.23,-1586.37,487.607,5.23723,300,10,0,2980,0,1,0,0,0),(40388,7157,1,1,1,2003,1,6637.04,-1996.57,551.863,5.90986,300,10,0,3293,0,1,0,0,0),(40389,7158,1,1,1,6746,1,6660.46,-2018.97,552.197,0.267369,300,10,0,2551,1982,1,0,0,0),(40390,7158,1,1,1,6746,1,6690.2,-1950.99,551.087,5.75979,300,5,0,2551,1982,1,0,0,0),(40391,7157,1,1,1,2003,1,6689.16,-2005.93,559.684,1.13286,300,3,0,3293,0,1,0,0,0),(40392,7139,1,1,1,6351,0,6228.56,-1410.84,373.012,0.321488,300,5,0,3082,0,1,0,0,0),(40393,7157,1,1,1,2003,1,6688.92,-1984.1,556.339,1.16977,300,5,0,3293,0,1,0,0,0),(40394,7158,1,1,1,6746,1,6703.37,-1959.58,553.755,5.07582,300,0,0,2551,1982,2,0,0,0),(40395,7139,1,1,1,6351,0,6285.6,-1418.8,370.489,1.50998,300,5,0,3082,0,1,0,0,0),(40396,7139,1,1,1,6351,0,6319.65,-1381.95,370.717,2.57968,300,5,0,3082,0,1,0,0,0),(40397,7158,1,1,1,6746,1,6715.44,-1984.38,559.357,3.34923,300,5,0,2551,1982,1,0,0,0),(40398,7158,1,1,1,6746,1,6680.91,-1952.51,551.178,0.93605,300,5,0,2551,1982,1,0,0,0),(40399,10017,1,1,1,2177,0,4797.68,-718.081,298.631,1.48807,300,10,0,8,0,1,0,0,0),(40400,10016,1,1,1,1141,0,5958.2,-643.117,392.027,1.57958,300,10,0,8,0,1,0,0,0),(40401,7158,1,1,1,6746,1,6647.07,-1947.72,549.699,4.76997,300,10,0,2551,1982,1,0,0,0),(40402,7113,1,1,1,6400,1,4875.99,-401.766,350.87,2.9147,300,0,0,2880,0,0,0,0,0),(40403,7156,1,1,1,6825,1,6739.87,-1955.28,550.604,6.0381,300,6,0,3189,0,1,0,0,0),(40404,7138,1,1,1,2078,0,6181.5,-1321.19,376.58,4.52476,300,5,0,3082,0,1,0,0,0),(40405,7114,1,1,1,6398,1,4915.93,-393.372,333.712,3.08923,300,0,0,3082,0,0,0,0,0),(40408,7157,1,1,1,2003,1,6756.26,-1988.75,551.045,5.61988,300,5,0,3293,0,1,0,0,0),(40409,7156,1,1,1,6825,1,6752.15,-1961.74,551.003,2.89725,300,6,0,3189,0,1,0,0,0),(40410,7120,1,1,1,6405,1,4932.62,-405.566,331.392,1.81514,300,0,0,2551,1982,0,0,0,0),(40412,10017,1,1,1,2177,0,3822.43,-1347.43,203.15,2.55359,300,10,0,8,0,1,0,0,0),(40413,7157,1,1,1,2003,1,6747.61,-1965.11,551.003,1.46608,300,6,0,3293,0,1,0,0,0),(40414,7157,1,1,1,2003,1,6836.26,-1958.33,551.022,5.00216,300,6,0,3293,0,1,0,0,0),(40415,7157,1,1,1,2003,1,6809.44,-1962.03,551.159,3.10944,300,5,0,3293,0,1,0,0,0),(40416,7092,1,1,1,11141,0,5356.53,-887.5,371.195,5.92141,300,10,0,2980,0,1,0,0,0),(40417,7158,1,1,1,6746,1,6778.94,-1942.47,550.796,1.52611,300,5,0,2551,1982,1,0,0,0),(40418,7120,1,1,1,6406,1,4952.72,-412.98,327.49,2.59335,300,2,0,2551,1982,1,0,0,0),(40419,7118,1,1,1,6394,1,4969.07,-432.379,325.199,5.91378,300,0,0,2551,1982,2,0,0,0),(40420,7092,1,1,1,11141,0,5235.35,-769.126,343.244,1.0587,300,10,0,2980,0,1,0,0,0),(40421,7157,1,1,1,2003,1,6852.53,-1978.53,551.514,5.32241,300,3,0,3293,0,1,0,0,0),(40422,7126,1,1,1,6173,0,4972.51,-457.431,316.202,0.767945,300,0,0,3082,0,0,0,0,0),(40423,7092,1,1,1,11141,0,5271.08,-880.408,356.921,2.20974,300,10,0,2980,0,1,0,0,0),(40424,7156,1,1,1,6825,1,6826.35,-1967.14,551.7,0.994838,300,6,0,3189,0,1,0,0,0),(40425,7092,1,1,1,11141,0,5200.12,-807.614,354.126,1.70372,300,3,0,2980,0,1,0,0,0),(40426,7092,1,1,1,11141,0,5280.55,-858.031,354.958,5.13061,300,10,0,2980,0,1,0,0,0),(40427,9462,1,1,1,8589,1,6836.57,-1966.58,551.481,1.55334,300,0,0,3644,0,0,0,0,0),(40428,11016,1,1,1,10407,0,5007.17,-440.187,319.142,3.7001,300,0,0,6183,0,0,0,0,0),(40429,7118,1,1,1,6393,1,5029.93,-488.642,317.958,4.76156,300,0,0,2551,1982,0,0,0,0),(40430,7158,1,1,1,6746,1,6859.79,-1964.3,555.897,2.98287,300,3,0,2551,1982,1,0,0,0),(40431,7126,1,1,1,6173,0,4966.35,-448.538,316.286,0.296706,300,0,0,3082,0,0,0,0,0),(40432,10017,1,1,1,2177,0,6790.74,-2019.43,568.515,2.48637,300,10,0,8,0,1,0,0,0),(40433,9862,1,1,1,9129,0,5000.33,-447.795,318.176,2.32129,300,0,0,3398,0,0,0,0,0),(40434,7092,1,1,1,11141,0,5316.78,-728.279,342.942,0.023449,300,10,0,2980,0,1,0,0,0),(40435,7092,1,1,1,11141,0,5175.78,-819.106,358.596,2.40522,300,5,0,2980,0,1,0,0,0),(40436,7092,1,1,1,11141,0,5259.79,-758.235,334.443,0.007812,300,10,0,2980,0,1,0,0,0),(40437,7092,1,1,1,11141,0,5207.86,-738.611,345.259,1.87478,300,10,0,2980,0,1,0,0,0),(40438,7120,1,1,1,6405,1,5022.7,-463.554,321.7,-1.18255,300,6,0,2551,1982,1,0,0,0),(40439,7126,1,1,1,6173,0,5053.89,-524.924,297.885,4.04916,300,0,0,3082,0,0,0,0,0),(40440,9862,1,1,1,9129,0,5037.23,-537.516,297.885,0.017453,300,0,0,3398,0,0,0,0,0),(40441,7118,1,1,1,6393,1,5047.22,-518.848,313.221,6.16307,300,0,0,2551,1982,2,0,0,0),(40442,7118,1,1,1,6394,1,5030.07,-491.113,317.574,4.77759,300,0,0,2551,1982,2,0,0,0),(40443,7120,1,1,1,6405,1,5063.82,-542.005,313.221,1.51004,300,2,0,2551,1982,1,0,0,0),(51792,11732,1,1,1,9229,0,-8168.13,372.277,-78.7163,2.71947,300,3,0,3849,0,1,0,0,0),(51791,11732,1,1,1,9229,0,-8241.77,446.978,-79.8471,1.28051,300,3,0,3849,0,1,0,0,0),(40447,7092,1,1,1,11141,0,5248.85,-569.623,326.577,0.797162,300,10,0,2980,0,1,0,0,0),(40463,7126,1,1,1,6173,0,5036.33,-510.11,314.551,2.14675,300,0,0,3082,0,0,0,0,0),(40464,7156,1,1,1,6825,1,6849.12,-1881.07,550.926,5.97636,300,6,0,3189,0,1,0,0,0),(40472,7157,1,1,1,2003,1,6836.28,-1875.91,550.551,4.65606,300,6,0,3293,0,1,0,0,0),(40473,10916,1,1,1,6829,0,6912.84,-1821.66,570.909,2.82743,300,0,0,3758,0,0,0,0,0),(40511,7099,1,1,1,10829,0,5240.11,-577.03,327.356,0.22061,300,10,0,2880,0,1,0,0,0),(40512,7092,1,1,1,11141,0,5382.11,-712.604,346.852,0.239743,300,10,0,2980,0,1,0,0,0),(40588,8960,1,1,1,9278,0,5186.43,-553.364,329.254,1.60691,300,10,0,2672,0,1,0,0,0),(40589,7118,1,1,1,11281,1,5092.58,-467.271,298.416,4.2237,300,0,0,2551,1982,0,0,0,0),(40590,8958,1,1,1,1083,0,5154.17,-637.5,318.184,6.08478,300,10,0,3207,0,1,0,0,0),(40604,7157,1,1,1,2003,1,6885.92,-1814.21,569.498,0.674302,300,10,0,3293,0,1,0,0,0),(40605,7158,1,1,1,6746,1,6850.08,-1816.49,563.952,5.29347,300,10,0,2551,1982,1,0,0,0),(40606,7114,1,1,1,6397,1,5085.53,-467.76,298.526,4.7822,300,0,0,3082,0,0,0,0,0),(40608,7158,1,1,1,6746,1,6726.55,-1887.21,549.45,3.54117,300,10,0,2551,1982,1,0,0,0),(40609,7118,1,1,1,6393,1,5095.82,-488.113,296.677,0.919379,300,5,0,2551,1982,1,0,0,0),(40610,7156,1,1,1,6825,1,6911.47,-1814.63,571.66,4.05395,300,6,0,3189,0,1,0,0,0),(40611,7157,1,1,1,2003,1,6895.94,-1798.89,572.062,0.883542,300,3,0,3293,0,1,0,0,0),(40612,7157,1,1,1,2003,1,6920.17,-1834.09,571.927,4.36332,300,3,0,3293,0,1,0,0,0),(40613,7158,1,1,1,6746,1,6906.97,-1823.86,569.785,2.30556,300,6,0,2551,1982,1,0,0,0),(40614,8960,1,1,1,9278,0,5111.23,-545.379,331.057,1.38701,300,10,0,2672,0,1,0,0,0),(40615,7156,1,1,1,6825,1,6909.4,-1873.78,569.415,5.16379,300,5,0,3189,0,1,0,0,0),(40616,7099,1,1,1,10829,0,5022.52,-574.65,328.172,5.28009,300,3,0,2880,0,1,0,0,0),(40617,9862,1,1,1,9129,0,5091.97,-529.253,296.76,1.67552,300,0,0,3398,0,0,0,0,0),(40618,7120,1,1,1,6405,1,5109.68,-514.548,296.677,4.41069,300,2,0,2551,1982,1,0,0,0),(51790,11732,1,1,1,9229,0,-8295.06,378.225,-94.8111,4.30701,300,3,0,3849,0,1,0,0,0),(40620,8958,1,1,1,1083,0,4986.33,-551.506,337.472,0.776427,300,10,0,3207,0,1,0,0,0),(40621,7156,1,1,1,6825,1,6891.18,-1908.45,568.078,3.39048,300,3,0,3189,0,1,0,0,0),(40622,8960,1,1,1,9278,0,5047.07,-544.369,335.742,4.08854,300,10,0,2672,0,1,0,0,0),(40623,7156,1,1,1,6825,1,6860.34,-1927.96,550.942,0.029331,300,2,0,3189,0,1,0,0,0),(40624,7099,1,1,1,10829,0,5073.24,-547.195,334.629,2.87671,300,10,0,2880,0,1,0,0,0),(40625,7158,1,1,1,6746,1,6891.35,-1947.14,572.786,6.27928,300,5,0,2551,1982,1,0,0,0),(40626,7112,1,1,1,6389,1,4903.13,-627.692,308.042,1.22611,300,5,0,2085,4506,1,0,0,0),(40627,7158,1,1,1,6746,1,6784.02,-2017.53,567.445,2.76586,300,10,0,2551,1982,1,0,0,0),(40628,7115,1,1,1,6391,1,4891.47,-610.452,308.385,5.78513,300,0,0,2085,4506,2,0,0,0),(40629,7157,1,1,1,2003,1,6787.67,-1987.02,563.427,3.10417,300,10,0,3293,0,1,0,0,0),(40630,7125,1,1,1,6172,0,4864.79,-605.092,307.287,5.89921,300,0,0,2880,0,0,0,0,0),(40631,7157,1,1,1,2003,1,6817.92,-2000.9,566.034,2.86249,300,3,0,3293,0,1,0,0,0),(40632,7115,1,1,1,6391,1,4808.32,-542.274,317.543,5.06647,300,0,0,2085,4506,2,0,0,0),(40633,7113,1,1,1,6399,1,4921.08,-569.78,324.417,2.07486,300,5,0,2880,0,1,0,0,0),(40634,7113,1,1,1,6399,1,4861.5,-615.428,306.902,6.03884,300,0,0,2880,0,0,0,0,0),(40635,7113,1,1,1,6399,1,4855.6,-563.086,311.618,5.42797,300,0,0,2880,0,0,0,0,0),(40636,7115,1,1,1,11277,1,4818.02,-556.761,315.293,4.59376,300,5,0,2085,4506,1,0,0,0),(40637,7113,1,1,1,6400,1,4784.1,-481.415,330.696,3.15289,300,10,0,2880,0,1,0,0,0),(40638,7093,1,1,1,1306,0,5138.58,-512.768,295.993,6.07375,300,0,0,3189,0,0,0,0,0),(40639,7112,1,1,1,6392,1,4779.17,-454.654,339.033,4.72801,300,0,0,2085,4506,2,0,0,0),(40640,7113,1,1,1,11273,1,4779.73,-514.656,323.069,6.0912,300,6,0,2880,0,1,0,0,0),(40641,7118,1,1,1,6393,1,5155.55,-455.462,301.225,5.69524,300,0,0,2551,1982,2,0,0,0),(40642,7113,1,1,1,6400,1,4752.94,-433.626,343.456,0.069813,300,6,0,2880,0,1,0,0,0),(40643,7093,1,1,1,1306,0,5124.27,-486.773,295.993,5.93412,300,0,0,3189,0,0,0,0,0),(40644,7125,1,1,1,6172,0,4812.16,-415.851,349.219,2.47837,300,0,0,2880,0,0,0,0,0),(51789,11731,1,1,1,12156,0,-8296.38,480.803,-74.695,2.26893,300,3,0,3849,0,1,0,0,0),(40646,7112,1,1,1,6392,1,4780.37,-421.717,345.074,3.33702,300,10,0,2085,4506,1,0,0,0),(40647,7115,1,1,1,11276,1,4781.81,-448.352,341.033,3.74648,300,0,0,2085,4506,2,0,0,0),(40648,7125,1,1,1,6172,0,4762.54,-454.811,339.333,0.925025,300,0,0,2880,0,0,0,0,0),(40649,7113,1,1,1,11273,1,4807.13,-421.758,347.96,2.18166,300,0,0,2880,0,0,0,0,0),(40650,7118,1,1,1,6394,1,5166.67,-481.773,301.225,3.49122,300,5,0,2551,1982,1,0,0,0),(40651,7093,1,1,1,1306,0,5111.1,-455.159,295.993,5.70723,300,0,0,3189,0,0,0,0,0),(40652,7112,1,1,1,6389,1,4787,-378.244,351.558,3.60872,300,6,0,2085,4506,1,0,0,0),(40653,8959,1,1,1,4124,0,3985.55,-1368.59,245.514,0.935691,300,3,0,2488,0,1,0,0,0),(40654,7118,1,1,1,6393,1,5187.81,-534.61,291.08,5.15965,300,2,0,2551,1982,1,0,0,0),(40655,7112,1,1,1,11283,1,4831.45,-394.72,350.759,4.40971,300,5,0,2085,4506,1,0,0,0),(40656,14339,1,1,1,11412,0,4177.33,-1235.07,343.258,4.47783,7200,0,0,2672,0,0,0,0,0),(40657,7114,1,1,1,11274,1,5237.04,-638.291,261.358,2.40855,300,0,0,3082,0,0,0,0,0),(40658,7115,1,1,1,6391,1,4781.2,-392.744,348.088,4.74137,300,5,0,2085,4506,1,0,0,0),(40659,7118,1,1,1,6393,1,5210.24,-573.691,286.829,2.74017,300,6,0,2551,1982,1,0,0,0),(40660,9518,1,1,1,10191,0,5197.1,-560.756,287.182,5.32325,300,0,0,3238,3244,0,0,0,0),(40661,7118,1,1,1,6394,1,5194.24,-569.927,287.361,6.26573,300,0,0,2551,1982,0,0,0,0),(40662,7125,1,1,1,6172,0,4817.1,-340.465,355.421,5.07891,300,0,0,2880,0,0,0,0,0),(40663,7115,1,1,1,6390,1,4843.86,-343.95,355.357,2.99564,300,5,0,2085,4506,1,0,0,0),(40664,7112,1,1,1,6389,1,4820.98,-365.362,350.966,4.65123,300,5,0,2085,4506,1,0,0,0),(40665,7118,1,1,1,6393,1,5205.97,-564.198,286.871,4.08407,300,6,0,2551,1982,1,0,0,0),(40666,7125,1,1,1,6172,0,4828.39,-340.162,354.769,4.2237,300,0,0,2880,0,0,0,0,0),(40667,9862,1,1,1,9129,0,5249.38,-658.771,258.834,1.71042,300,0,0,3398,0,0,0,0,0),(40668,7111,1,1,1,11335,0,6342.24,-727.847,470.212,4.63629,300,6,0,2232,4765,1,0,0,0),(40669,7120,1,1,1,11292,1,5326.8,-644.789,250.448,4.03302,300,2,0,2551,1982,1,0,0,0),(40670,7118,1,1,1,6394,1,5270.44,-652.326,257.495,0.525914,300,3,0,2551,1982,1,0,0,0),(40671,7108,1,1,1,11333,0,6377.46,-799.804,457.78,4.85632,300,6,0,3189,0,1,0,0,0),(40672,9861,1,1,1,10926,0,5336.63,-589.824,247.141,5.11381,300,0,0,2466,1923,0,0,0,0),(40673,7120,1,1,1,6406,1,5336.3,-608.349,247.057,0.970833,300,6,0,2551,1982,1,0,0,0),(40674,7111,1,1,1,11335,0,6410.34,-718.921,474.795,5.37625,300,6,0,2232,4765,1,0,0,0),(40675,9517,1,1,1,10198,1,5340.07,-590.364,247.141,4.83456,300,0,0,2631,5340,0,0,0,0),(40676,7118,1,1,1,6393,1,5291.14,-666.533,255.674,0.88921,300,5,0,2551,1982,1,0,0,0),(40677,7107,1,1,1,11337,0,6351.05,-717.265,472.237,5.79449,300,6,0,2466,1923,1,0,0,0),(40678,7107,1,1,1,11337,0,6373.81,-699.547,476.86,1.16937,300,10,0,2466,1923,1,0,0,0),(40679,7126,1,1,1,6173,0,5305.82,-587.59,247.141,5.46288,300,0,0,3082,0,0,0,0,0),(40680,7108,1,1,1,11333,0,6479.59,-794.824,473.694,4.94831,300,10,0,3189,0,1,0,0,0),(40681,7153,1,1,1,2000,0,3753.17,-1217.82,209.753,5.79751,300,10,0,2576,0,1,0,0,0),(40682,9860,1,1,1,10927,0,5343.08,-588.853,247.141,4.88692,300,0,0,3293,0,0,0,0,0),(40683,7118,1,1,1,6393,1,5340.5,-576.447,252.036,4.89329,300,0,0,2551,1982,2,0,0,0),(40684,9878,1,1,1,9449,0,5568.85,-882.877,377.43,4.17782,300,10,0,2980,0,1,0,0,0),(40685,9878,1,1,1,9449,0,5562.34,-925.108,377.145,3.60369,300,10,0,2980,0,1,0,0,0),(40686,7114,1,1,1,6398,1,5375.06,-591.665,247.141,4.13643,300,0,0,3082,0,0,0,0,0),(40687,9878,1,1,1,9449,0,5546.28,-817.698,353.535,3.56854,300,5,0,2980,0,1,0,0,0),(40688,7120,1,1,1,6405,1,5392.02,-516.342,265.93,2.0781,300,5,0,2551,1982,1,0,0,0),(40689,9878,1,1,1,9449,0,5683.37,-729.215,376.707,2.61174,300,3,0,2980,0,1,0,0,0),(40690,9878,1,1,1,9449,0,5669.46,-811.385,377.576,2.26429,300,10,0,2980,0,1,0,0,0),(40691,7126,1,1,1,6173,0,5368.28,-506.087,261.326,3.28122,300,0,0,3082,0,0,0,0,0),(40692,9879,1,1,1,9449,0,5653.56,-986.303,377.195,5.34377,300,10,0,3189,0,1,0,0,0),(40693,9879,1,1,1,9449,0,5563,-951.885,376.765,5.33728,300,10,0,3189,0,1,0,0,0),(40694,7118,1,1,1,6393,1,5361,-548.223,273.446,2.49853,300,5,0,2551,1982,1,0,0,0),(40695,7109,1,1,1,11334,0,4494.96,-474.628,310.894,4.95674,300,0,0,2304,1807,0,0,0,0),(40696,9878,1,1,1,9449,0,5638.94,-677.163,343.312,6.02052,300,10,0,2980,0,1,0,0,0),(40697,9879,1,1,1,9449,0,5647.88,-850.98,379.829,3.28569,300,10,0,3189,0,1,0,0,0),(40698,7110,1,1,1,11336,0,4494.58,-508.303,301.759,4.47593,300,0,0,3082,0,0,0,0,0),(40699,7153,1,1,1,2000,0,3607.32,-1039.43,220.976,2.27664,300,10,0,2576,0,1,0,0,0),(40700,9879,1,1,1,9449,0,5554.77,-678.227,335.743,0.804782,300,10,0,3189,0,1,0,0,0),(40701,7120,1,1,1,6405,1,5332.74,-499.964,250.735,5.55015,300,0,0,2551,1982,0,0,0,0),(40702,9878,1,1,1,9449,0,5653.83,-914.993,377.607,1.48353,300,10,0,2980,0,1,0,0,0),(51788,11731,1,1,1,12156,0,-8171.47,424.943,-80.5953,3.28122,300,3,0,3849,0,1,0,0,0),(40704,7110,1,1,1,11336,0,4521.83,-488.169,306.232,3.8184,300,5,0,3082,0,1,0,0,0),(40705,7120,1,1,1,6406,1,5317.06,-548.419,273.14,5.45581,300,3,0,2551,1982,1,0,0,0),(40706,7111,1,1,1,11335,0,6328.41,-623.201,476.66,0.289752,300,0,0,2232,4765,2,0,0,0),(40707,7114,1,1,1,11275,1,5327.11,-518.15,274.24,3.12414,300,0,0,3082,0,0,0,0,0),(40708,10648,1,1,1,2879,0,6276.51,-604.761,468.638,3.53443,300,0,0,2718,2117,0,0,0,0),(40709,9878,1,1,1,9449,0,5547.54,-751.743,342.279,4.01306,300,10,0,2980,0,1,0,0,0),(40710,9878,1,1,1,9449,0,5594.06,-757.935,341.63,2.17288,300,10,0,2980,0,1,0,0,0),(40711,9878,1,1,1,9449,0,5686.8,-775.682,371.368,3.71755,300,0,0,2980,0,0,0,0,0),(40712,7108,1,1,1,11333,0,6417.54,-781.662,472.18,0.301996,300,10,0,3189,0,1,0,0,0),(40713,7107,1,1,1,11337,0,6417.72,-817.236,470.441,1.10795,300,10,0,2466,1923,1,0,0,0),(40714,7107,1,1,1,11337,0,6351.64,-735.974,471.65,5.16393,300,6,0,2466,1923,1,0,0,0),(40715,7108,1,1,1,11333,0,6382.08,-751.85,468.798,4.03842,300,5,0,3189,0,1,0,0,0),(51787,11730,1,1,1,11106,0,-8120.49,386.97,-68.6953,2.80834,300,5,0,3849,0,1,0,0,0),(40717,9878,1,1,1,9449,0,5456.25,-730.061,343.815,4.83287,300,10,0,2980,0,1,0,0,0),(40718,7108,1,1,1,11333,0,6400.13,-760.769,470.9,3.31423,300,10,0,3189,0,1,0,0,0),(40719,9879,1,1,1,9449,0,5613.32,-714.615,343.297,2.53073,300,10,0,3189,0,1,0,0,0),(40720,9878,1,1,1,9449,0,5585.55,-856.632,379.887,3.11539,300,10,0,2980,0,1,0,0,0),(40721,7154,1,1,1,3028,1,3659.64,-1020.65,221.612,1.23883,300,10,0,2062,1695,1,0,0,0),(40722,7153,1,1,1,2000,0,3609.52,-1156.05,215.7,2.94967,300,10,0,2576,0,1,0,0,0),(40723,9879,1,1,1,9449,0,5516.64,-685.3,342.304,5.96946,300,10,0,3189,0,1,0,0,0),(40724,9454,1,1,1,2880,0,4560.85,-211.739,299.941,5.09636,300,0,0,3293,0,0,0,0,0),(51786,11730,1,1,1,11106,0,-8180.74,411.391,-80.3843,0.187484,300,3,0,3849,0,1,0,0,0),(40726,9878,1,1,1,9449,0,5584.9,-914.382,378.549,0.635279,300,10,0,2980,0,1,0,0,0),(51785,11730,1,1,1,11106,0,-8279.18,357.264,-95.3615,2.92785,300,3,0,3849,0,1,0,0,0),(40728,7155,1,1,1,2000,1,3552.57,-1084.76,223.412,5.95157,300,0,0,2672,0,0,0,0,0),(51784,11730,1,1,1,11106,0,-8230.25,363.893,-88.3284,2.76503,300,5,0,3849,0,1,0,0,0),(40730,7109,1,1,1,11334,0,4554.88,-214.781,299.898,0.20944,300,0,0,2304,1807,0,0,0,0),(40731,9878,1,1,1,9449,0,5555.16,-799.852,347.878,4.11027,300,0,0,2980,0,0,0,0,0),(40732,9878,1,1,1,9449,0,5467.81,-666.655,348.114,0.279253,300,10,0,2980,0,1,0,0,0),(40733,7106,1,1,1,8575,0,4566.84,-193.845,299.695,2.36731,300,3,0,2880,0,1,0,0,0),(40734,7153,1,1,1,2000,0,3621.24,-1214.55,217.544,5.44568,300,3,0,2576,0,1,0,0,0),(40735,7109,1,1,1,11334,0,4563.84,-393.162,304.293,2.60696,300,5,0,2304,1807,1,0,0,0),(40736,7106,1,1,1,8575,0,4570.74,-479.976,303.931,5.41276,300,0,0,2880,0,2,0,0,0),(40737,7153,1,1,1,2000,0,3570.23,-1127.83,219.991,3.48599,300,10,0,2576,0,1,0,0,0),(40738,7109,1,1,1,11334,0,4546.54,-509.759,298.36,3.90089,300,10,0,2304,1807,1,0,0,0),(40739,7106,1,1,1,8575,0,4574.13,-400.651,305.706,4.70186,300,0,0,2880,0,2,0,0,0),(51783,11730,1,1,1,11106,0,-8285.05,426.974,-89.7966,2.66486,300,3,0,3849,0,1,0,0,0),(40741,8959,1,1,1,4124,0,3824.58,-1350.43,203.699,4.74558,300,10,0,2488,0,1,0,0,0),(40743,7110,1,1,1,11336,0,4553.74,-493.49,302.945,5.66661,300,5,0,3082,0,1,0,0,0),(40744,7153,1,1,1,2000,0,3646.26,-1174.93,211.019,4.63289,300,10,0,2576,0,1,0,0,0),(40745,8956,1,1,1,9276,0,3886.93,-1212.38,227.595,5.47843,300,10,0,2985,0,1,0,0,0),(40746,8960,1,1,1,9278,0,5186.44,-613.725,324.251,3.34014,300,10,0,2672,0,1,0,0,0),(40747,7109,1,1,1,11334,0,4558.18,-515.012,296.027,2.42601,300,0,0,2304,1807,0,0,0,0),(40748,7106,1,1,1,8575,0,4577.54,-505.157,296.001,3.29187,300,10,0,2880,0,1,0,0,0),(40749,8956,1,1,1,9276,0,3857.73,-1191.7,231.485,2.32446,300,10,0,2985,0,1,0,0,0),(40750,7153,1,1,1,2000,0,3583.42,-1159.47,220.827,1.21154,300,10,0,2576,0,1,0,0,0),(40751,7153,1,1,1,2000,0,3540.49,-1123.77,221.583,4.19628,300,10,0,2576,0,1,0,0,0),(40752,7153,1,1,1,2000,0,3529.01,-1104.07,223.715,1.94376,300,5,0,2576,0,1,0,0,0),(40753,7106,1,1,1,8575,0,4590,-513.92,293.833,2.87979,300,0,0,2880,0,0,0,0,0),(40754,8956,1,1,1,9276,0,4347.08,-954.107,307.018,1.82018,300,3,0,2985,0,1,0,0,0),(40755,7153,1,1,1,2000,0,3531.52,-1151.99,222.03,3.4655,300,5,0,2576,0,1,0,0,0),(40756,7154,1,1,1,3028,1,3584.86,-1175.01,219.842,4.3019,300,10,0,2062,1695,1,0,0,0),(40757,7109,1,1,1,11334,0,4579.14,-388.036,304.284,4.63966,300,0,0,2304,1807,0,0,0,0),(40758,7154,1,1,1,3028,1,3582.85,-1082.78,221.176,0.944733,300,10,0,2062,1695,1,0,0,0),(40759,7110,1,1,1,11336,0,4582.93,-519.227,293.777,2.04204,300,0,0,3082,0,0,0,0,0),(40760,8956,1,1,1,9276,0,4342.33,-980.755,309.964,2.42912,300,10,0,2985,0,1,0,0,0),(40761,8956,1,1,1,9276,0,4315.22,-952.617,303.185,1.03582,300,3,0,2985,0,1,0,0,0),(40762,8956,1,1,1,9276,0,4317.11,-985.768,307.608,2.33063,300,10,0,2985,0,1,0,0,0),(40763,7110,1,1,1,11336,0,4594.12,-241.836,300.015,3.03687,300,0,0,3082,0,0,0,0,0),(40764,7109,1,1,1,11334,0,4587.01,-253.236,299.626,4.44674,300,10,0,2304,1807,1,0,0,0),(40765,7110,1,1,1,11336,0,4606.25,-218.75,300.626,4.92975,300,5,0,3082,0,1,0,0,0),(40766,8956,1,1,1,9276,0,4240.14,-1021.15,301.162,3.75616,300,10,0,2985,0,1,0,0,0),(40767,7110,1,1,1,11336,0,4578.99,-308.264,299.94,5.00918,300,0,0,3082,0,0,0,0,0),(40768,7155,1,1,1,2000,1,3688.21,-1011.26,223.954,3.51503,300,10,0,2672,0,1,0,0,0),(40769,7109,1,1,1,11334,0,4575.9,-277.97,299.376,3.99602,300,10,0,2304,1807,1,0,0,0),(40770,8956,1,1,1,9276,0,4289,-989.934,303.462,2.41284,300,10,0,2985,0,1,0,0,0),(40771,8960,1,1,1,9278,0,4448.86,-986.17,327.426,0.9559,300,3,0,2672,0,1,0,0,0),(40772,7154,1,1,1,3028,1,3718.73,-1172.03,207.628,3.89176,300,10,0,2062,1695,1,0,0,0),(40773,7154,1,1,1,3028,1,3627.95,-1189.24,212.881,1.90241,300,0,0,2062,1695,0,0,0,0),(40774,7155,1,1,1,2000,1,3618.7,-1188.61,213.385,1.11701,300,0,0,2672,0,0,0,0,0),(40775,7154,1,1,1,3028,1,3726.31,-1162.8,207.789,3.35103,300,0,0,2062,1695,0,0,0,0),(40776,7154,1,1,1,3028,1,3689.48,-1142.75,207.892,0.598474,300,5,0,2062,1695,1,0,0,0),(40777,8960,1,1,1,9278,0,4519.99,-974.521,328.39,5.69031,300,3,0,2672,0,1,0,0,0),(40778,8958,1,1,1,1083,0,4630.73,-899.588,326.148,2.05768,300,10,0,3207,0,1,0,0,0),(40779,8958,1,1,1,1083,0,4644.59,-909.827,330.507,2.73527,300,3,0,3207,0,1,0,0,0),(40780,8958,1,1,1,1083,0,4609.57,-868.549,313.062,3.20212,300,3,0,3207,0,1,0,0,0),(40781,8958,1,1,1,1083,0,4635.91,-872.944,320.354,3.57544,300,10,0,3207,0,1,0,0,0),(40782,8958,1,1,1,1083,0,4649.66,-888.604,327.854,1.14432,300,3,0,3207,0,1,0,0,0),(40783,7105,1,1,1,2019,0,3909.24,-761.013,314.601,3.33358,300,0,0,2672,0,0,0,0,0),(40784,7105,1,1,1,2019,0,3906.38,-771.449,314.937,5.9813,300,6,0,2672,0,1,0,0,0),(40785,7105,1,1,1,2019,0,3884.14,-762.683,312.228,2.98544,300,10,0,2672,0,1,0,0,0),(40786,8958,1,1,1,1083,0,4620.91,-850.178,310.169,6.14805,300,10,0,3207,0,1,0,0,0),(40787,8958,1,1,1,1083,0,4705.18,-816.947,309.399,0.158481,300,10,0,3207,0,1,0,0,0),(40788,8958,1,1,1,1083,0,4721.16,-864.208,325.262,0.976272,300,3,0,3207,0,1,0,0,0),(40789,7105,1,1,1,2019,0,3904.74,-753.31,315.124,4.43314,300,0,0,2672,0,0,0,0,0),(40790,8958,1,1,1,1083,0,4690.3,-828.352,311.812,0.795154,300,10,0,3207,0,1,0,0,0),(40791,7105,1,1,1,2019,0,3864.67,-773.707,313.317,4.79965,300,10,0,2672,0,1,0,0,0),(40792,8958,1,1,1,1083,0,4721.67,-827.317,313.13,4.04208,300,10,0,3207,0,1,0,0,0),(40793,7153,1,1,1,2000,0,3712.55,-1018.3,228.066,5.00235,300,10,0,2576,0,1,0,0,0),(40794,8958,1,1,1,1083,0,4621.45,-926.126,327.515,0.744294,300,10,0,3207,0,1,0,0,0),(40795,7109,1,1,1,11334,0,3873.18,-775.208,312.204,4.83456,300,10,0,2304,1807,1,0,0,0),(40796,7105,1,1,1,2019,0,3849.07,-750.947,314.874,4.33332,300,10,0,2672,0,1,0,0,0),(40797,7154,1,1,1,3028,1,3748.13,-1046.98,225.89,5.14984,300,10,0,2062,1695,1,0,0,0),(40798,7154,1,1,1,3028,1,3683.94,-1017,223.145,2.60049,300,10,0,2062,1695,1,0,0,0),(40799,7109,1,1,1,11334,0,3822.76,-787.318,307.629,3.95877,300,5,0,2304,1807,1,0,0,0),(40800,7109,1,1,1,11334,0,3842.77,-644.618,334.477,0.923017,300,5,0,2304,1807,1,0,0,0),(40801,8958,1,1,1,1083,0,4552.77,-942.154,322.886,0.85509,300,10,0,3207,0,1,0,0,0),(40802,7109,1,1,1,11334,0,3820.61,-680.599,341.04,5.88619,300,5,0,2304,1807,1,0,0,0),(40803,8960,1,1,1,9278,0,4513.01,-917.369,306.435,3.21349,300,10,0,2672,0,1,0,0,0),(40804,7153,1,1,1,2000,0,3649.36,-1137.83,208.631,1.5533,300,5,0,2576,0,1,0,0,0),(40805,8960,1,1,1,9278,0,4471.31,-913.819,309.776,2.85888,300,5,0,2672,0,1,0,0,0),(40806,7109,1,1,1,11334,0,3847.82,-655.821,333.727,2.65011,300,5,0,2304,1807,1,0,0,0),(40807,8958,1,1,1,1083,0,4543.38,-878.689,304.829,1.24039,300,10,0,3207,0,1,0,0,0),(40808,8960,1,1,1,9278,0,4442.06,-911.443,303.769,3.04572,300,5,0,2672,0,1,0,0,0),(40809,7099,1,1,1,10829,0,4454.47,-940.613,313.963,6.01025,300,3,0,2880,0,1,0,0,0),(40810,7105,1,1,1,2019,0,3856.83,-656.405,332.977,3.53919,300,6,0,2672,0,1,0,0,0),(40811,7154,1,1,1,3028,1,3627.89,-1133.12,210.807,5.25344,300,0,0,2062,1695,0,0,0,0),(40812,7105,1,1,1,2019,0,3911.41,-620.544,338.015,3.59489,300,10,0,2672,0,1,0,0,0),(40813,7153,1,1,1,2000,0,3664.73,-1167.42,208.997,3.41844,300,10,0,2576,0,1,0,0,0),(40814,8960,1,1,1,9278,0,4459.72,-957.344,323.761,5.59317,300,10,0,2672,0,1,0,0,0),(40815,8960,1,1,1,9278,0,4427.78,-977.531,323.805,2.28356,300,10,0,2672,0,1,0,0,0),(40816,7153,1,1,1,2000,0,3628.7,-1174.01,211.205,4.28722,300,10,0,2576,0,1,0,0,0),(40817,8960,1,1,1,9278,0,4416.19,-948.369,315.386,2.0243,300,10,0,2672,0,1,0,0,0),(40818,8960,1,1,1,9278,0,4471.51,-942.511,320.208,1.88845,300,10,0,2672,0,1,0,0,0),(40819,7105,1,1,1,2019,0,3955.82,-600.603,339.368,3.30674,300,0,0,2672,0,2,0,0,0),(40820,7109,1,1,1,11334,0,3952.41,-593.659,341.225,1.54385,300,5,0,2304,1807,1,0,0,0),(40821,8960,1,1,1,9278,0,4436.18,-959.869,318.636,1.6385,300,10,0,2672,0,1,0,0,0),(40822,7153,1,1,1,2000,0,3629.53,-1140.75,210.613,1.33126,300,5,0,2576,0,1,0,0,0),(40823,7155,1,1,1,2000,1,3704.07,-1135.35,207.948,5.61996,300,0,0,2672,0,0,0,0,0),(40824,7109,1,1,1,11334,0,3944.04,-592.132,341.725,5.33306,300,5,0,2304,1807,1,0,0,0),(40825,7153,1,1,1,2000,0,3724.62,-1162,207.664,5.38548,300,0,0,2576,0,2,0,0,0),(40826,7153,1,1,1,2000,0,3710.73,-1113.61,209.025,6.00759,300,6,0,2576,0,1,0,0,0),(40827,7106,1,1,1,8575,0,4504.51,-523.672,296.507,5.21853,300,10,0,2880,0,1,0,0,0),(40828,7155,1,1,1,2000,1,3724.05,-1024.52,226.88,6.16622,300,10,0,2672,0,1,0,0,0),(40829,7109,1,1,1,11334,0,4454.98,-494.69,304.502,1.56058,300,5,0,2304,1807,1,0,0,0),(40830,7106,1,1,1,8575,0,4470.64,-550.305,290.372,3.38594,300,10,0,2880,0,1,0,0,0),(40831,7154,1,1,1,3028,1,3731,-1100.16,212.806,2.57471,300,10,0,2062,1695,1,0,0,0),(40832,7110,1,1,1,11336,0,4484.77,-543.835,291.727,4.55636,300,10,0,3082,0,1,0,0,0),(40833,7110,1,1,1,11336,0,4484.58,-483.17,308.469,5.42797,300,0,0,3082,0,0,0,0,0),(40834,7110,1,1,1,11336,0,4478.32,-527.531,296.032,0.698132,300,0,0,3082,0,0,0,0,0),(40835,7109,1,1,1,11334,0,4470.12,-534.334,294.221,5.95157,300,0,0,2304,1807,0,0,0,0),(40836,8959,1,1,1,4124,0,3950.64,-1249.67,237.747,1.54541,300,5,0,2488,0,1,0,0,0),(40837,10016,1,1,1,1141,0,4156.71,-917.509,265.932,1.81056,300,10,0,8,0,1,0,0,0),(40838,7428,1,1,1,6209,0,5253.9,-4978.84,844.916,2.40213,600,5,0,8883,0,1,0,0,0),(40839,7428,1,1,1,6209,0,5144.13,-4845.53,853.797,3.46613,600,3,0,8883,0,1,0,0,0),(40840,7428,1,1,1,6209,0,5397.74,-4880.57,839.034,0.292146,600,5,0,8883,0,1,0,0,0),(40841,7428,1,1,1,6209,0,5345.38,-4448.07,841.243,0.220576,600,5,0,8883,0,1,0,0,0),(40842,7428,1,1,1,6209,0,5253.54,-4486.15,839.311,1.39409,600,5,0,8883,0,1,0,0,0),(40843,7428,1,1,1,6209,0,5281.36,-4438.59,848.206,6.2042,600,5,0,8883,0,1,0,0,0),(40844,7428,1,1,1,6209,0,5240.74,-4543.61,836.754,4.77201,600,5,0,8883,0,1,0,0,0),(40845,7428,1,1,1,6209,0,5452.22,-4619.83,802.156,1.80915,600,5,0,8883,0,1,0,0,0),(40846,7428,1,1,1,6209,0,5220.72,-4782.86,692.314,4.29069,600,15,0,8883,0,1,0,0,0),(40847,7428,1,1,1,6209,0,5345.85,-4651.97,691.926,1.81658,600,15,0,8883,0,1,0,0,0),(40848,7428,1,1,1,6209,0,5241.49,-4758.37,691.936,3.9072,600,15,0,8883,0,1,0,0,0),(40849,7428,1,1,1,6209,0,5250.98,-4820.29,690.783,4.31572,600,15,0,8883,0,1,0,0,0),(40850,7428,1,1,1,6209,0,5270.64,-4879.95,692.423,4.87765,600,15,0,8883,0,1,0,0,0),(40851,7429,1,1,1,12815,0,5117.56,-4875.78,864.303,0.564323,600,10,0,7107,2369,1,0,0,0),(40852,7429,1,1,1,12815,0,5356.56,-4848.84,816.478,0.443999,600,5,0,7107,2369,1,0,0,0),(40853,7429,1,1,1,12815,0,5114.51,-4818.55,854.869,1.50826,600,5,0,7107,2369,1,0,0,0),(40854,7429,1,1,1,12815,0,5339.96,-4455.73,835.071,3.20998,600,5,0,7107,2369,1,0,0,0),(40855,7429,1,1,1,12815,0,5211.18,-4576.94,834.724,6.216,600,5,0,7107,2369,1,0,0,0),(40856,7429,1,1,1,12815,0,5078.97,-4711.61,847.226,1.70908,600,10,0,7107,2369,1,0,0,0),(40857,7429,1,1,1,12815,0,5183.64,-4964.32,861.329,6.13875,600,5,0,7107,2369,1,0,0,0),(40858,7429,1,1,1,12815,0,5444.47,-4563.59,815.064,2.8464,600,5,0,7107,2369,1,0,0,0),(40859,7429,1,1,1,12815,0,5312.13,-4674.25,692.199,2.3931,600,15,0,7107,2369,1,0,0,0),(40860,7429,1,1,1,12815,0,5277.2,-4781.89,690.439,5.71116,600,15,0,7107,2369,1,0,0,0),(40861,7429,1,1,1,12815,0,5322.92,-4608.33,693.754,1.57038,600,15,0,7107,2369,1,0,0,0),(40862,7429,1,1,1,12815,0,5349.94,-4588.3,692.311,4.73763,600,15,0,7107,2369,1,0,0,0),(40863,7429,1,1,1,12815,0,5291.87,-4709,691.345,0.325443,600,15,0,7107,2369,1,0,0,0),(40864,7429,1,1,1,12815,0,5258.06,-4810.54,690.948,1.37092,600,0,0,7107,2369,2,0,0,0),(40865,7430,1,1,1,9958,0,7641.57,-3787.52,693.351,5.92826,333,2,0,3529,0,1,0,0,0),(40866,7430,1,1,1,9958,0,7634.54,-3790.94,692.726,2.92051,333,2,0,3529,0,1,0,0,0),(40867,7430,1,1,1,9958,0,7725.63,-3882.59,691.025,3.37685,333,2,0,3529,0,1,0,0,0),(40868,7430,1,1,1,9958,0,7727.61,-3889.11,691.4,1.84634,333,2,0,3529,0,1,0,0,0),(40869,7430,1,1,1,9958,0,8026.56,-4196.35,705.216,4.76406,333,2,0,3529,0,1,0,0,0),(40870,7430,1,1,1,9958,0,8024.09,-4197.16,705.341,4.90719,333,2,0,3529,0,1,0,0,0),(40871,7430,1,1,1,9958,0,8163.42,-3759.92,699.696,0.772427,333,2,0,3529,0,1,0,0,0),(40872,7430,1,1,1,9958,0,8157.32,-3761.65,700.071,3.60879,333,2,0,3529,0,1,0,0,0),(40873,7430,1,1,1,9958,0,7993.31,-3789.48,698.195,2.09353,333,2,0,3529,0,1,0,0,0),(40874,7430,1,1,1,9958,0,7999.14,-3984.25,694.384,5.61451,333,2,0,3529,0,1,0,0,0),(40875,7430,1,1,1,9958,0,7996.34,-3983.95,694.759,2.88255,333,2,0,3529,0,1,0,0,0),(40876,7430,1,1,1,9958,0,8113.23,-3839.53,694.763,0.709547,333,2,0,3529,0,1,0,0,0),(40877,7430,1,1,1,9958,0,8118.33,-3836.96,694.763,1.57786,333,2,0,3529,0,1,0,0,0),(40878,7430,1,1,1,9958,0,8094.72,-4000.85,689.288,0.049826,333,2,0,3529,0,1,0,0,0),(40879,7430,1,1,1,9958,0,8092.55,-4002.98,689.663,0.444292,333,2,0,3529,0,1,0,0,0),(40880,7430,1,1,1,9958,0,8201.09,-3844.97,707.816,5.92935,333,2,0,3529,0,1,0,0,0),(40881,7430,1,1,1,9958,0,8201.05,-3839.75,708.191,1.85713,333,2,0,3529,0,1,0,0,0),(40882,7430,1,1,1,9958,0,7845.46,-4271.31,684.294,1.68275,333,2,0,3529,0,1,0,0,0),(40883,7430,1,1,1,9958,0,7840.91,-4271.28,684.544,5.53019,333,2,0,3529,0,1,0,0,0),(40884,7430,1,1,1,9958,0,7988.9,-3790.06,697.82,2.22713,333,15,0,3529,0,1,0,0,0),(40885,7430,1,1,1,9958,0,7837.09,-4015.03,695.874,3.45575,333,0,0,3529,0,0,0,0,0),(40886,7430,1,1,1,9958,0,7832.92,-4019.4,695.133,5.79449,333,0,0,3529,0,0,0,0,0),(40887,7431,1,1,1,9953,0,7979.49,-4318.91,740.281,4.11192,333,5,0,3644,0,1,0,0,0),(40888,7431,1,1,1,9953,0,7675.61,-4126.9,750.373,1.25787,333,5,0,3644,0,1,0,0,0),(40889,7431,1,1,1,9953,0,7871.22,-4355.13,711.187,4.05853,333,15,0,3644,0,1,0,0,0),(40890,7431,1,1,1,9953,0,7917.86,-4316.04,719.369,3.96084,333,5,0,3644,0,1,0,0,0),(40891,7431,1,1,1,9953,0,7942.73,-4348.69,731.074,1.40458,333,5,0,3644,0,1,0,0,0),(40892,7431,1,1,1,9953,0,7738.69,-4086.34,700.927,3.95808,333,5,0,3644,0,1,0,0,0),(40893,7431,1,1,1,9953,0,7583.25,-3903.79,683.094,5.02889,333,10,0,3644,0,1,0,0,0),(40894,7431,1,1,1,9953,0,7718.53,-4183.5,693.248,2.28505,333,5,0,3644,0,1,0,0,0),(40895,7431,1,1,1,9953,0,7722.97,-4259.04,689.164,6.23315,333,5,0,3644,0,1,0,0,0),(40896,7431,1,1,1,9953,0,7810.57,-4346.21,709.222,3.40838,333,15,0,3644,0,1,0,0,0),(40897,7431,1,1,1,9953,0,7894.79,-4214.79,686.14,5.47677,333,15,0,3644,0,1,0,0,0),(40898,7431,1,1,1,9953,0,7909.83,-4190.4,683.753,1.43803,333,15,0,3644,0,1,0,0,0),(40899,7431,1,1,1,9953,0,7815.62,-4216.31,675.409,4.9881,333,15,0,3644,0,1,0,0,0),(40900,7431,1,1,1,9953,0,7926.83,-4257.93,698.791,3.11426,333,15,0,3644,0,1,0,0,0),(40901,7431,1,1,1,9953,0,7957.26,-4210.85,695.155,0.680202,333,15,0,3644,0,1,0,0,0),(40902,7431,1,1,1,9953,0,7646.08,-3847.19,684.721,3.17633,333,15,0,3644,0,1,0,0,0),(40903,7431,1,1,1,9953,0,7519.92,-3916.38,716.411,5.81211,333,5,0,3644,0,1,0,0,0),(40904,7431,1,1,1,9953,0,7477.61,-3941.63,709.192,0.442859,333,5,0,3644,0,1,0,0,0),(40905,7431,1,1,1,9953,0,7821.13,-4154.91,682.2,4.80604,333,5,0,3644,0,1,0,0,0),(40906,7431,1,1,1,9953,0,7788.01,-4188.64,679.699,4.07551,333,15,0,3644,0,1,0,0,0),(40907,7431,1,1,1,9953,0,7812,-4084.64,687.382,3.487,333,15,0,3644,0,1,0,0,0),(40908,7432,1,1,1,11445,0,7719.53,-4336.46,725.724,3.14159,333,5,0,3997,0,1,0,0,0),(40909,7432,1,1,1,11445,0,7548.96,-3875.97,683.701,0.218769,333,15,0,3997,0,1,0,0,0),(40910,7432,1,1,1,11445,0,7813.33,-3748.58,706.741,5.06191,333,5,0,3997,0,1,0,0,0),(40911,7432,1,1,1,11445,0,7746.64,-4283.35,693.697,5.05791,333,10,0,3997,0,1,0,0,0),(40912,7432,1,1,1,11445,0,7693.23,-3751.41,731.086,2.52702,333,5,0,3997,0,1,0,0,0),(40913,7432,1,1,1,11445,0,7774.83,-3791.48,701.987,3.93095,333,5,0,3997,0,1,0,0,0),(40914,7432,1,1,1,11445,0,7887.68,-4150.03,684.92,2.88226,333,15,0,3997,0,1,0,0,0),(40915,7432,1,1,1,11445,0,7744.96,-4341.46,718.924,0.003906,333,5,0,3997,0,1,0,0,0),(40916,7432,1,1,1,11445,0,7729.86,-3787.25,726.719,2.67358,333,5,0,3997,0,1,0,0,0),(40917,7432,1,1,1,11445,0,7751.93,-4222.54,682.321,2.33892,333,15,0,3997,0,1,0,0,0),(40918,7432,1,1,1,11445,0,7786.45,-4055.18,688.302,3.49029,333,15,0,3997,0,1,0,0,0),(40919,7432,1,1,1,11445,0,7794.21,-3856.64,699.956,2.51021,333,5,0,3997,0,1,0,0,0),(40920,7432,1,1,1,11445,0,7954.25,-4087.44,689.309,2.62222,333,15,0,3997,0,1,0,0,0),(40921,7432,1,1,1,11445,0,7587.21,-3852.67,685.853,4.53472,333,15,0,3997,0,1,0,0,0),(40922,7432,1,1,1,11445,0,7858.36,-4254.96,682.744,5.00396,333,5,0,3997,0,1,0,0,0),(40923,7432,1,1,1,11445,0,7761.23,-3820.53,713.112,5.77339,333,5,0,3997,0,1,0,0,0),(40924,7432,1,1,1,11445,0,7842.98,-3779.77,704.279,1.2819,333,5,0,3997,0,1,0,0,0),(40925,7432,1,1,1,11445,0,7871.26,-3747.29,717.691,4.23041,333,5,0,3997,0,1,0,0,0),(40926,7432,1,1,1,11445,0,7617.63,-3957.34,692.227,4.03241,333,15,0,3997,0,1,0,0,0),(40927,7432,1,1,1,11445,0,7515.95,-3974.81,724.905,5.38637,333,5,0,3997,0,1,0,0,0),(40928,7432,1,1,1,11445,0,7713.3,-3848.95,694.025,5.74549,333,5,0,3997,0,1,0,0,0),(40929,7432,1,1,1,11445,0,7751.77,-4153.62,688.531,5.27509,333,5,0,3997,0,1,0,0,0),(40930,7432,1,1,1,11445,0,7782.03,-4310.85,703.075,2.02255,333,15,0,3997,0,1,0,0,0),(40931,7432,1,1,1,11445,0,7814,-3873.2,698.209,3.79681,333,5,0,3997,0,1,0,0,0),(40932,7432,1,1,1,11445,0,7710.14,-3917.55,694.216,5.97045,333,15,0,3997,0,1,0,0,0),(40933,7432,1,1,1,11445,0,7653.14,-3912.93,688.939,3.48836,333,15,0,3997,0,1,0,0,0),(40934,7432,1,1,1,11445,0,7683.59,-3872.02,686.338,4.99253,333,15,0,3997,0,1,0,0,0),(40935,7432,1,1,1,11445,0,7615.4,-3881.44,683.456,1.48931,333,15,0,3997,0,1,0,0,0),(40936,7432,1,1,1,11445,0,7954.04,-4151.59,684.873,0.238584,333,15,0,3997,0,1,0,0,0),(40937,7432,1,1,1,11445,0,7917.6,-4112.01,688.531,0.839173,333,15,0,3997,0,1,0,0,0),(40938,7432,1,1,1,11445,0,7976.98,-4120.74,695.155,5.6643,333,5,0,3997,0,1,0,0,0),(40939,7432,1,1,1,11445,0,8022.35,-4146.63,693.552,0.735011,333,5,0,3997,0,1,0,0,0),(40940,7432,1,1,1,11445,0,7860.28,-3981.42,698.007,6.12899,333,5,0,3997,0,1,0,0,0),(40941,7432,1,1,1,11445,0,7852.65,-3846.1,695.051,4.5384,333,15,0,3997,0,1,0,0,0),(40942,7432,1,1,1,11445,0,7908.41,-3927.73,705.286,4.2898,333,5,0,3997,0,1,0,0,0),(40943,7432,1,1,1,11445,0,7843.2,-4044.97,690.219,0.746616,333,0,0,3997,0,0,0,0,0),(40944,7432,1,1,1,11445,0,7850.19,-4320.11,706.312,4.65375,333,15,0,3997,0,1,0,0,0),(40945,7432,1,1,1,11445,0,7811.57,-4270.23,691.378,1.47202,333,5,0,3997,0,1,0,0,0),(40946,7432,1,1,1,11445,0,7880.8,-3886.3,696.802,3.11944,333,15,0,3997,0,1,0,0,0),(40947,7432,1,1,1,11445,0,7812.05,-3946.04,701.143,1.50098,333,15,0,3997,0,1,0,0,0),(40948,7432,1,1,1,11445,0,7813.55,-4017.96,691.866,2.59899,333,15,0,3997,0,1,0,0,0),(40949,7432,1,1,1,11445,0,7783.69,-4119.98,684.084,4.99646,333,5,0,3997,0,1,0,0,0),(40950,7433,1,1,1,11444,0,7962.68,-3765.51,709.258,5.33516,333,15,0,3876,0,1,0,0,0),(40951,7433,1,1,1,11444,0,7777.63,-3921.63,705.465,4.12293,333,15,0,3876,0,1,0,0,0),(40952,7433,1,1,1,11444,0,7918.45,-3768.89,708.131,3.76785,333,15,0,3876,0,1,0,0,0),(40953,7433,1,1,1,11444,0,7875.07,-3951.85,712.087,2.71945,333,5,0,3876,0,1,0,0,0),(40954,7433,1,1,1,11444,0,7860.52,-4079.22,688.199,2.70601,333,15,0,3876,0,1,0,0,0),(40955,7433,1,1,1,11444,0,8008.24,-4216.63,713.719,5.91573,333,15,0,3876,0,1,0,0,0),(40956,7433,1,1,1,11444,0,7746.09,-3895.26,701.348,3.72474,333,15,0,3876,0,1,0,0,0),(40957,7433,1,1,1,11444,0,7817.72,-3814.17,698.8,3.27052,333,10,0,3876,0,1,0,0,0),(40958,7433,1,1,1,11444,0,8150.89,-3814.62,699.86,5.80618,333,15,0,3876,0,1,0,0,0),(40959,7433,1,1,1,11444,0,8184.83,-3773.11,699.483,1.31114,333,15,0,3876,0,1,0,0,0),(40960,7433,1,1,1,11444,0,8013.17,-4084.85,705.033,6.27758,333,10,0,3876,0,1,0,0,0),(40961,7433,1,1,1,11444,0,7981.01,-4049.27,719.714,1.5831,333,15,0,3876,0,1,0,0,0),(40962,7433,1,1,1,11444,0,7961.66,-4007.55,711.041,6.18874,333,5,0,3876,0,1,0,0,0),(40963,7433,1,1,1,11444,0,8019.78,-4020.56,706.809,1.65213,333,15,0,3876,0,1,0,0,0),(40964,7433,1,1,1,11444,0,8152.13,-3880.65,698.438,4.54911,333,15,0,3876,0,1,0,0,0),(40965,7433,1,1,1,11444,0,8051.53,-3985.53,693.309,5.4124,333,15,0,3876,0,1,0,0,0),(40966,7433,1,1,1,11444,0,8079.91,-4038.29,694.475,4.93225,333,5,0,3876,0,1,0,0,0),(40967,7433,1,1,1,11444,0,8177.43,-3855.27,702.005,1.10476,333,15,0,3876,0,1,0,0,0),(40968,7433,1,1,1,11444,0,8155.21,-3961.46,685.98,5.49779,333,5,0,3876,0,1,0,0,0),(40969,7433,1,1,1,11444,0,8216.49,-3897.85,723.465,4.49619,333,5,0,3876,0,1,0,0,0),(40970,7433,1,1,1,11444,0,8015.29,-3821.08,697.705,5.01374,333,5,0,3876,0,1,0,0,0),(40971,7433,1,1,1,11444,0,7884.8,-3811.76,696.188,0.45899,333,15,0,3876,0,1,0,0,0),(40972,7433,1,1,1,11444,0,7849.41,-3926.03,700.168,4.37172,333,15,0,3876,0,1,0,0,0),(40973,7433,1,1,1,11444,0,7783.22,-3981.51,691.218,1.97957,333,5,0,3876,0,1,0,0,0),(40974,7433,1,1,1,11444,0,7853.93,-4050.98,689.641,0.12837,333,5,0,3876,0,1,0,0,0),(40975,7434,1,1,1,9954,0,8083.49,-3743.43,723.941,3.20897,333,15,0,3997,0,1,0,0,0),(40976,7434,1,1,1,9954,0,8117.83,-3915.39,692.304,5.69364,333,5,0,3997,0,1,0,0,0),(40977,7434,1,1,1,9954,0,8113.01,-3988.99,686.233,4.7865,333,5,0,3997,0,1,0,0,0),(40978,7434,1,1,1,9954,0,8184.89,-3914.13,706.105,2.52271,333,5,0,3997,0,1,0,0,0),(40979,7434,1,1,1,9954,0,7949.45,-3814.17,693.693,1.70041,333,15,0,3997,0,1,0,0,0),(40980,7435,1,1,1,6761,1,6122.17,-4662.4,717.625,2.3203,600,5,0,7842,0,1,0,0,0),(40981,7435,1,1,1,6761,1,6175.45,-4628.05,717.123,1.71756,600,5,0,7842,0,1,0,0,0),(40982,7435,1,1,1,6761,1,6077.67,-4340.06,723.865,2.95671,600,15,0,7842,0,1,0,0,0),(40983,7435,1,1,1,6761,1,6048.05,-4376.12,713.257,2.18948,600,15,0,7842,0,1,0,0,0),(40984,7435,1,1,1,6761,1,6175.98,-4317.57,737.832,6.15797,600,10,0,7842,0,1,0,0,0),(40985,7435,1,1,1,6761,1,6085.44,-4341.59,700.95,1.40069,600,5,0,7842,0,1,0,0,0),(40986,7435,1,1,1,6761,1,5980.69,-4517.89,710.198,3.31429,600,15,0,7842,0,1,0,0,0),(40987,7435,1,1,1,6761,1,6088.32,-4490.82,677.535,4.89571,600,5,0,7842,0,1,0,0,0),(40988,7435,1,1,1,6761,1,6191.48,-4264.78,658.283,1.56828,600,10,0,7842,0,1,0,0,0),(40989,7435,1,1,1,6761,1,6155.78,-4280.85,657.401,5.54701,600,10,0,7842,0,1,0,0,0),(40990,7435,1,1,1,6761,1,6166.48,-4242.34,653.4,4.50334,600,10,0,7842,0,1,0,0,0),(40991,7435,1,1,1,6761,1,6144.38,-4236.29,653.311,4.89697,600,5,0,7842,0,1,0,0,0),(40992,7435,1,1,1,6761,1,6083.43,-4199.18,632.228,2.54152,600,10,0,7842,0,1,0,0,0),(40993,7435,1,1,1,6761,1,5933.79,-4177.81,608.8,4.59794,600,5,0,7842,0,1,0,0,0),(40994,7435,1,1,1,6761,1,6164.96,-4329.24,660.721,3.87725,600,10,0,7842,0,1,0,0,0),(40995,14348,1,1,1,19802,0,4254.92,-4148.9,945.768,1.27409,600,0,0,9711,0,0,0,0,0),(40996,7436,1,1,1,6760,1,5997.91,-4619.51,716.934,0.212526,600,5,0,8097,0,1,0,0,0),(40997,7436,1,1,1,6760,1,6111.7,-4452.66,664.979,4.07045,600,5,0,8097,0,1,0,0,0),(40998,7436,1,1,1,6760,1,6178.99,-4299.8,660.975,6.23531,600,5,0,8097,0,1,0,0,0),(40999,7436,1,1,1,6760,1,6157.83,-4341.05,660.702,1.15981,600,5,0,8097,0,1,0,0,0),(41000,7436,1,1,1,6760,1,6170.89,-4171.33,641.894,5.9357,600,5,0,8097,0,1,0,0,0),(41001,7436,1,1,1,6760,1,6024.49,-4196.14,625.113,5.02866,600,5,0,8097,0,1,0,0,0),(41002,7436,1,1,1,6760,1,5925.48,-4062.11,595.162,4.39755,600,5,0,8097,0,1,0,0,0),(41003,7437,1,1,1,8316,1,6203.44,-4554.94,714.903,5.68891,600,5,0,5847,5340,1,0,0,0),(41004,7437,1,1,1,8316,1,6022.41,-4391.67,713.502,1.94786,600,15,0,5847,5340,1,0,0,0),(41005,7437,1,1,1,8316,1,5952.26,-4487.15,711.624,4.47262,600,15,0,5847,5340,1,0,0,0),(41006,7437,1,1,1,8316,1,6112.49,-4501.82,677.739,1.94877,600,5,0,5847,5340,1,0,0,0),(41007,7437,1,1,1,8316,1,6076.7,-4545.29,686.98,2.97484,600,5,0,5847,5340,1,0,0,0),(41008,7437,1,1,1,8316,1,6023.3,-4549.01,702.395,0.091897,600,5,0,5847,5340,1,0,0,0),(41009,7437,1,1,1,8316,1,6251.57,-4465.59,687.813,4.5269,600,5,0,5847,5340,1,0,0,0),(41010,7437,1,1,1,8316,1,6190.19,-4442.61,667.163,0.783713,600,0,0,5847,5340,2,0,0,0),(41011,7437,1,1,1,8316,1,6201.13,-4414.5,673.944,3.92699,600,5,0,5847,5340,1,0,0,0),(41012,7437,1,1,1,8316,1,6048.75,-4209.7,630.169,0.083059,600,0,0,5847,5340,2,0,0,0),(41013,7437,1,1,1,8316,1,6061.34,-4203.67,632.137,0.26728,600,5,0,5847,5340,1,0,0,0),(41014,7437,1,1,1,8316,1,5952.37,-4146.63,607.764,6.07022,600,5,0,5847,5340,1,0,0,0),(41015,7437,1,1,1,8316,1,6142.6,-4172.77,640.49,3.95867,600,5,0,5847,5340,1,0,0,0),(41016,7437,1,1,1,8316,1,6169.3,-4184.36,641.894,4.78363,600,0,0,5847,5340,2,0,0,0),(41017,7438,1,1,1,6829,0,6743.74,-4949.02,770.322,5.09906,333,15,0,3758,0,1,0,0,0),(41018,7438,1,1,1,6829,0,6667.84,-5122.11,779.651,4.56938,333,5,0,3758,0,1,0,0,0),(41019,7438,1,1,1,6829,0,6693.75,-5047.92,781.343,0.556379,333,5,0,3758,0,1,0,0,0),(41020,7438,1,1,1,6829,0,6773.63,-4939.62,764.797,1.74482,333,10,0,3758,0,1,0,0,0),(41021,7438,1,1,1,6829,0,6641.84,-5094.33,788.351,4.51438,333,5,0,3758,0,1,0,0,0),(41022,7438,1,1,1,6829,0,6710.97,-5005.29,762.83,2.41929,333,10,0,3758,0,1,0,0,0),(41023,7438,1,1,1,6829,0,6751.49,-4987.51,772.903,2.40522,333,5,0,3758,0,1,0,0,0),(41024,7438,1,1,1,6829,0,6778.65,-5049.48,722.848,2.78183,333,0,0,3758,0,0,0,0,0),(41025,7438,1,1,1,6829,0,6780.07,-5062.27,722.848,3.61498,333,0,0,3758,0,0,0,0,0),(41026,7438,1,1,1,6829,0,6788.56,-5150.12,731.911,3.02306,333,0,0,3758,0,0,0,0,0),(41027,7438,1,1,1,6829,0,6742.09,-5201.08,761.459,2.06304,333,0,0,3758,0,0,0,0,0),(41028,7438,1,1,1,6829,0,6732.37,-5144.41,732.351,0.515683,333,0,0,3758,0,0,0,0,0),(41029,7439,1,1,1,6830,0,6649.67,-5109.21,783.095,2.58175,333,0,0,2915,2163,0,0,0,0),(41030,7439,1,1,1,6830,0,6865.62,-5101.04,692.819,4.98616,333,0,0,2915,2163,0,0,0,0),(41031,7439,1,1,1,6830,0,6731.89,-5134.97,733.104,3.80482,333,0,0,2915,2163,0,0,0,0),(41032,7439,1,1,1,6830,0,6785.71,-5161.02,732.786,2.38011,333,0,0,2915,2163,0,0,0,0),(41033,7439,1,1,1,6830,0,6718.93,-5252.01,778.708,5.08865,333,0,0,2915,2163,2,0,0,0),(41034,7439,1,1,1,6830,0,6845.32,-5115.65,694.404,2.42601,333,0,0,2915,2163,0,0,0,0),(41035,7440,1,1,1,6828,0,6906.65,-5144.72,695.65,3.25311,333,15,0,3529,0,1,0,0,0),(41036,7440,1,1,1,6828,0,6514.72,-3269.61,574.519,1.87968,333,0,0,3529,0,0,0,0,0),(41037,7440,1,1,1,6828,0,6878.17,-4999.09,694.566,1.04427,333,10,0,3529,0,1,0,0,0),(41038,7440,1,1,1,6828,0,6813.83,-2470.48,557.479,4.01415,333,0,0,3529,0,0,0,0,0),(41039,7440,1,1,1,6828,0,6847.1,-2490.14,561.889,1.20292,333,0,0,3529,0,0,0,0,0),(41040,7440,1,1,1,6828,0,6785.76,-2482.31,547.7,0.39057,333,15,0,3529,0,1,0,0,0),(41041,7440,1,1,1,6828,0,6909.6,-5018.78,693.376,4.44967,333,15,0,3529,0,1,0,0,0),(41042,7440,1,1,1,6828,0,6853.81,-5012.27,694.734,5.55542,333,5,0,3529,0,1,0,0,0),(41043,7440,1,1,1,6828,0,6921.3,-5079.48,695.389,0.582965,333,5,0,3529,0,1,0,0,0),(41044,7440,1,1,1,6828,0,6900.74,-5071.65,693.514,1.06693,333,15,0,3529,0,1,0,0,0),(41045,7440,1,1,1,6828,0,6845.4,-5153.76,708.626,4.18897,333,5,0,3529,0,1,0,0,0),(41046,7440,1,1,1,6828,0,6872.62,-5183.2,723.78,5.39812,333,5,0,3529,0,1,0,0,0),(41047,7440,1,1,1,6828,0,6818.08,-5083.12,693.565,5.67232,333,0,0,3529,0,0,0,0,0),(41048,7440,1,1,1,6828,0,6833.61,-5110.16,693.819,4.56888,333,0,0,3529,0,0,0,0,0),(41049,7440,1,1,1,6828,0,6833.2,-5041.2,690.799,1.38894,333,0,0,3529,0,0,0,0,0),(41050,7441,1,1,1,6818,0,6418.35,-3115.4,580.961,3.06924,333,10,0,2634,2041,1,0,0,0),(41051,7441,1,1,1,6818,0,6451.47,-3161.82,572.104,0.653051,333,0,0,2634,2041,0,0,0,0),(41052,7441,1,1,1,6818,0,6453.58,-3176.64,572.206,4.95878,333,0,0,2634,2041,0,0,0,0),(41053,7441,1,1,1,6818,0,6513.78,-3138.88,572.996,3.86033,333,0,0,2634,2041,0,0,0,0),(41054,7441,1,1,1,6818,0,6496.59,-3138.79,571.354,3.46483,333,0,0,2634,2041,0,0,0,0),(41055,7441,1,1,1,6818,0,6478.48,-3161.56,570.479,3.96463,333,15,0,2634,2041,1,0,0,0),(41056,7441,1,1,1,6818,0,6446.09,-3111.55,573.651,4.46716,333,10,0,2634,2041,1,0,0,0),(41057,7441,1,1,1,6818,0,6513.49,-3258.93,573.908,3.53739,333,0,0,2634,2041,0,0,0,0),(41058,7441,1,1,1,6818,0,6835.56,-2489.84,559.639,4.90419,333,0,0,2634,2041,0,0,0,0),(41059,7441,1,1,1,6818,0,6790.55,-2672.69,544.295,4.23917,333,0,0,2634,2041,0,0,0,0),(41060,7441,1,1,1,6818,0,6809.68,-2684.17,549.512,2.85888,333,5,0,2634,2041,1,0,0,0),(41061,7441,1,1,1,6818,0,6790.15,-2661.73,544.675,4.8164,333,0,0,2634,2041,0,0,0,0),(41062,7441,1,1,1,6818,0,6781.82,-2425.84,551.684,4.03918,333,5,0,2634,2041,1,0,0,0),(41063,7441,1,1,1,6818,0,6818.43,-2447.51,551.026,0.824129,333,15,0,2634,2041,1,0,0,0),(41064,7441,1,1,1,6818,0,6751.28,-2617.88,546.646,5.42511,333,15,0,2634,2041,1,0,0,0),(41065,7442,1,1,1,6211,1,6413.54,-3295.41,592.913,3.6602,333,5,0,3189,0,1,0,0,0),(41066,7442,1,1,1,6211,1,6447.59,-3328.85,590.462,1.39601,333,5,0,3189,0,1,0,0,0),(41067,7442,1,1,1,6211,1,6496.07,-3338.02,588.009,1.45392,333,5,0,3189,0,1,0,0,0),(41068,7442,1,1,1,6211,1,6882.35,-2513.31,581.347,4.18403,333,5,0,3189,0,1,0,0,0),(41069,7442,1,1,1,6211,1,6875.04,-2548.72,589.002,0.898798,333,5,0,3189,0,1,0,0,0),(41070,7442,1,1,1,6211,1,6458.72,-3209.85,572.51,1.00952,333,15,0,3189,0,1,0,0,0),(41071,7442,1,1,1,6211,1,6484.81,-3250.19,571.963,1.59838,333,15,0,3189,0,1,0,0,0),(41072,7442,1,1,1,6211,1,6509.51,-3088.86,592.102,4.85954,333,0,0,3189,0,0,0,0,0),(41073,7442,1,1,1,6211,1,6511.49,-3188.22,571.96,4.94688,333,0,0,3189,0,2,0,0,0),(41074,7442,1,1,1,6211,1,6520.89,-3217.33,572.87,2.04361,333,10,0,3189,0,1,0,0,0),(41075,7442,1,1,1,6211,1,6518.03,-3320.77,579.026,4.70262,333,0,0,3189,0,2,0,0,0),(41076,7442,1,1,1,6211,1,6794.94,-2509.29,551.925,2.23848,333,15,0,3189,0,1,0,0,0),(41077,7442,1,1,1,6211,1,6784,-2781.81,578.696,0.848291,333,5,0,3189,0,1,0,0,0),(41078,7442,1,1,1,6211,1,6783.61,-2715.65,563.487,6.17749,333,15,0,3189,0,1,0,0,0),(41079,7442,1,1,1,6211,1,6821.92,-2714.66,565.02,3.91551,333,0,0,3189,0,2,0,0,0),(41080,7442,1,1,1,6211,1,6747.72,-2685.25,543.371,4.08296,333,15,0,3189,0,1,0,0,0),(41081,7442,1,1,1,6211,1,6848.03,-2450.36,556.759,3.04183,333,5,0,3189,0,1,0,0,0),(41082,7442,1,1,1,6211,1,6779.26,-2613.91,556.767,1.94801,333,5,0,3189,0,1,0,0,0),(41083,7442,1,1,1,6211,1,6815,-2547.88,557.656,3.18263,333,5,0,3189,0,1,0,0,0),(41084,7443,1,1,1,8842,0,6248.12,-5214.07,871.927,0.158887,333,15,0,4182,0,1,0,0,0),(41085,7443,1,1,1,8842,0,6381.83,-4192.04,705.911,0.245884,333,15,0,4182,0,1,0,0,0),(41086,7443,1,1,1,8842,0,6156.03,-5153.56,828.425,3.30013,333,15,0,4182,0,1,0,0,0),(41087,7443,1,1,1,8842,0,5987.2,-5211.77,905.78,5.84395,333,0,0,4182,0,0,0,0,0),(41088,7443,1,1,1,8842,0,6362.95,-4484.39,765.008,4.14986,333,15,0,4182,0,1,0,0,0),(41089,7443,1,1,1,8842,0,7178.23,-5146.49,789.945,2.90704,333,15,0,4182,0,1,0,0,0),(41090,7443,1,1,1,8842,0,6255.62,-4702.45,745.252,5.6475,333,15,0,4182,0,1,0,0,0),(41091,7443,1,1,1,8842,0,6101.73,-5008.83,788.277,5.82827,333,15,0,4182,0,1,0,0,0),(41092,7443,1,1,1,8842,0,6350.16,-4405.71,742.576,5.83489,333,15,0,4182,0,1,0,0,0),(41093,7443,1,1,1,8842,0,6406.33,-4754.67,756.649,6.26561,333,15,0,4182,0,1,0,0,0),(41094,7443,1,1,1,8842,0,6273.13,-4781.89,756.561,1.8172,333,15,0,4182,0,1,0,0,0),(41095,7443,1,1,1,8842,0,6385.49,-4601.4,778.091,4.19373,333,15,0,4182,0,1,0,0,0),(41096,7443,1,1,1,8842,0,6416.48,-4590.08,763.955,2.9689,333,15,0,4182,0,1,0,0,0),(41097,7443,1,1,1,8842,0,6988.12,-4004.48,733.163,1.25183,333,15,0,4182,0,1,0,0,0),(41098,7443,1,1,1,8842,0,6357.38,-4447.28,756.302,4.89427,333,15,0,4182,0,1,0,0,0),(41099,7443,1,1,1,8842,0,6030.42,-5085.21,806.449,3.17088,333,0,0,4182,0,0,0,0,0),(41100,7443,1,1,1,8842,0,6714.52,-4328.96,717.411,1.7818,333,15,0,4182,0,1,0,0,0),(41101,7443,1,1,1,8842,0,6249.27,-5023.76,774.665,2.64663,333,15,0,4182,0,1,0,0,0),(41102,7443,1,1,1,8842,0,5960.42,-5052.6,808.854,1.62456,333,15,0,4182,0,1,0,0,0),(41103,7443,1,1,1,8842,0,6703.4,-4331.97,714.288,2.17288,333,15,0,4182,0,1,0,0,0),(41104,7443,1,1,1,8842,0,6414.42,-4744.39,753.333,1.86937,333,15,0,4182,0,1,0,0,0),(41105,7443,1,1,1,8842,0,6217.97,-5032.33,778.929,2.77147,333,15,0,4182,0,1,0,0,0),(41106,7443,1,1,1,8842,0,6258.69,-4755.47,754.097,5.72283,333,15,0,4182,0,1,0,0,0),(41107,7443,1,1,1,8842,0,6577.67,-4455.94,708.664,1.83756,333,15,0,4182,0,1,0,0,0),(41108,7443,1,1,1,8842,0,6411.83,-4518.61,744.082,0.823339,333,15,0,4182,0,1,0,0,0),(41109,7443,1,1,1,8842,0,7020.94,-4888.75,696.075,5.12972,333,15,0,4182,0,1,0,0,0),(41110,7443,1,1,1,8842,0,6977.79,-5184.37,711.057,5.23638,333,15,0,4182,0,1,0,0,0),(41111,7443,1,1,1,8842,0,6578.81,-4558.91,696.586,4.0314,333,15,0,4182,0,1,0,0,0),(41112,7443,1,1,1,8842,0,6993.99,-5163.72,705.775,2.21547,333,15,0,4182,0,1,0,0,0),(41113,7443,1,1,1,8842,0,6688.25,-4373.01,713.731,2.89368,333,15,0,4182,0,1,0,0,0),(41114,7443,1,1,1,8842,0,6984.08,-5134.46,699.141,1.54736,333,15,0,4182,0,1,0,0,0),(41115,7443,1,1,1,8842,0,6213.32,-4171.97,725.299,5.24594,333,15,0,4182,0,1,0,0,0),(41116,7443,1,1,1,8842,0,6618.66,-4417.85,707.414,4.42882,333,15,0,4182,0,1,0,0,0),(41117,7443,1,1,1,8842,0,6625.72,-4411.61,707.328,3.37536,333,15,0,4182,0,1,0,0,0),(41118,7443,1,1,1,8842,0,7280.81,-4866.54,700.846,4.16745,333,15,0,4182,0,1,0,0,0),(41119,7443,1,1,1,8842,0,6460.05,-4451.13,729.462,2.92907,333,15,0,4182,0,1,0,0,0),(41120,7443,1,1,1,8842,0,6338.29,-4737.98,779.506,3.87651,333,15,0,4182,0,1,0,0,0),(41121,7443,1,1,1,8842,0,7046.42,-5089.13,707.488,4.54275,333,15,0,4182,0,1,0,0,0),(41122,7443,1,1,1,8842,0,6541.19,-4613.64,710.51,3.34225,333,15,0,4182,0,1,0,0,0),(41123,7443,1,1,1,8842,0,6357.19,-4324,729.803,3.17199,333,15,0,4182,0,1,0,0,0),(41124,7443,1,1,1,8842,0,6718.63,-4285.5,709.895,6.10374,333,15,0,4182,0,1,0,0,0),(41125,7443,1,1,1,8842,0,6247.28,-4215.33,733.263,4.89566,333,15,0,4182,0,1,0,0,0),(41126,7443,1,1,1,8842,0,7303.02,-5002.02,726.759,4.35911,333,15,0,4182,0,1,0,0,0),(41127,7443,1,1,1,8842,0,7075.35,-4985.64,719.664,0.060591,333,15,0,4182,0,1,0,0,0),(41128,7443,1,1,1,8842,0,6517.01,-4561.84,714.517,4.7902,333,15,0,4182,0,1,0,0,0),(41129,7443,1,1,1,8842,0,7223.85,-4923.02,720.927,3.47866,333,15,0,4182,0,1,0,0,0),(41130,7443,1,1,1,8842,0,6555.65,-4545.17,705.711,3.91594,333,15,0,4182,0,1,0,0,0),(41131,7443,1,1,1,8842,0,7032.3,-4787.07,745.534,2.61978,333,15,0,4182,0,1,0,0,0),(41132,7443,1,1,1,8842,0,7184.02,-4388.92,649.731,3.45531,333,15,0,4182,0,1,0,0,0),(41133,7443,1,1,1,8842,0,7077.56,-4337.58,678.795,5.56693,333,15,0,4182,0,1,0,0,0),(41134,7443,1,1,1,8842,0,6453.91,-4693.81,779.8,1.7138,333,15,0,4182,0,1,0,0,0),(41135,7443,1,1,1,8842,0,6953.17,-4746.64,701.628,5.18893,333,15,0,4182,0,1,0,0,0),(41136,7443,1,1,1,8842,0,6908.33,-4558.33,711.849,3.09841,333,15,0,4182,0,1,0,0,0),(41137,7443,1,1,1,8842,0,7034.03,-4695.98,739.846,5.66182,333,2,0,4182,0,1,0,0,0),(41138,7443,1,1,1,8842,0,7174.02,-4859.46,697.433,3.68034,333,15,0,4182,0,1,0,0,0),(41139,7444,1,1,1,865,0,6672.18,-2855.86,633.868,3.84683,333,15,0,3680,0,1,0,0,0),(41140,7444,1,1,1,865,0,6321.24,-3737.14,724.907,6.13618,333,15,0,3680,0,1,0,0,0),(41141,7444,1,1,1,865,0,6335.41,-3763.54,719.791,3.14159,333,3,0,3680,0,1,0,0,0),(41142,7444,1,1,1,865,0,6368.84,-3728.68,720.162,1.68917,333,15,0,3680,0,1,0,0,0),(41143,7444,1,1,1,865,0,6323.65,-3604.1,747.172,6.23526,333,15,0,3680,0,1,0,0,0),(41144,7444,1,1,1,865,0,6364.15,-3543.25,706.571,4.12168,333,15,0,3680,0,1,0,0,0),(41145,7444,1,1,1,865,0,6435.62,-3707.71,718.805,2.64708,333,15,0,3680,0,1,0,0,0),(41146,7444,1,1,1,865,0,6300.96,-2463.27,555.153,4.31339,333,15,0,3680,0,1,0,0,0),(41147,7444,1,1,1,865,0,6548.64,-3579.81,704.828,3.35049,333,15,0,3680,0,1,0,0,0),(41148,7444,1,1,1,865,0,6677.2,-3915.42,692.508,1.81246,333,15,0,3680,0,1,0,0,0),(41149,7444,1,1,1,865,0,6921.62,-3345.78,742.149,2.97822,333,15,0,3680,0,1,0,0,0),(41150,7444,1,1,1,865,0,6747.78,-4214.29,705.548,4.98702,333,15,0,3680,0,1,0,0,0),(41151,7444,1,1,1,865,0,6770.83,-3187.5,583.208,0.949074,333,15,0,3680,0,1,0,0,0),(41152,7444,1,1,1,865,0,6884.96,-3732.32,744.676,4.6135,333,15,0,3680,0,1,0,0,0),(41153,7444,1,1,1,865,0,6669.38,-2475.35,537.505,3.17286,333,15,0,3680,0,1,0,0,0),(41154,7444,1,1,1,865,0,6782.92,-3316.36,671.55,5.25088,333,15,0,3680,0,1,0,0,0),(41155,7444,1,1,1,865,0,6693.59,-3119.25,576.471,0.202567,333,15,0,3680,0,1,0,0,0),(41156,7444,1,1,1,865,0,6735.21,-3114.93,573.008,0.076248,333,15,0,3680,0,1,0,0,0),(41157,7444,1,1,1,865,0,6660.94,-3918.35,687.34,5.27346,333,15,0,3680,0,1,0,0,0),(41158,7444,1,1,1,865,0,6498.8,-3453.31,617.675,0.212526,333,15,0,3680,0,1,0,0,0),(41159,7444,1,1,1,865,0,6781.67,-3665.43,731.876,5.3188,333,15,0,3680,0,1,0,0,0),(41160,7444,1,1,1,865,0,6781.83,-4106.54,727.343,1.55127,333,15,0,3680,0,1,0,0,0),(41161,7444,1,1,1,865,0,6815.21,-3285.01,667.627,0.975752,333,15,0,3680,0,1,0,0,0),(41162,7444,1,1,1,865,0,6737.1,-3485.46,681.136,1.17839,333,15,0,3680,0,1,0,0,0),(41163,7444,1,1,1,865,0,6675.1,-2563.59,526.518,4.05092,333,15,0,3680,0,1,0,0,0),(41164,7444,1,1,1,865,0,6449.1,-3529.63,649.478,4.9138,333,15,0,3680,0,1,0,0,0),(41165,7444,1,1,1,865,0,6834.61,-3696.3,734.282,5.01714,333,15,0,3680,0,1,0,0,0),(41166,7444,1,1,1,865,0,6702.2,-4010.03,690.948,5.88637,333,15,0,3680,0,1,0,0,0),(41167,7444,1,1,1,865,0,6456.22,-2757.83,553.302,5.7369,333,15,0,3680,0,1,0,0,0),(41168,7444,1,1,1,865,0,6679.61,-3081.41,574.895,2.53463,333,15,0,3680,0,1,0,0,0),(41169,7444,1,1,1,865,0,6687.95,-2710.15,549.446,5.66157,333,3,0,3680,0,1,0,0,0),(41170,7444,1,1,1,865,0,6686.34,-2481.57,538.3,3.13655,333,15,0,3680,0,1,0,0,0),(41171,7444,1,1,1,865,0,6908.3,-3763.85,720.063,1.93391,333,15,0,3680,0,1,0,0,0),(41172,7444,1,1,1,865,0,6880.04,-3576.97,741.509,1.6726,333,15,0,3680,0,1,0,0,0),(41173,7445,1,1,1,8837,0,5669.85,-4458.38,781.368,0.64272,333,15,0,4454,0,1,0,0,0),(41174,7445,1,1,1,8837,0,7811.53,-4482.42,675.395,2.90936,333,15,0,4454,0,1,0,0,0),(41175,7445,1,1,1,8837,0,7851.04,-4615.31,707.623,2.29587,333,15,0,4454,0,1,0,0,0),(41176,7445,1,1,1,8837,0,7878.97,-4483.67,692.457,2.95685,333,15,0,4454,0,1,0,0,0),(41177,7445,1,1,1,8837,0,7934.18,-4594.49,715.165,1.12898,333,15,0,4454,0,1,0,0,0),(41178,7445,1,1,1,8837,0,7753.27,-4519.37,660.234,0.220576,333,15,0,4454,0,1,0,0,0),(41179,7445,1,1,1,8837,0,7962.42,-4513.85,709.352,3.30048,333,15,0,4454,0,1,0,0,0),(41180,7445,1,1,1,8837,0,7546.5,-4466.3,603.853,4.9318,333,15,0,4454,0,1,0,0,0),(41181,7445,1,1,1,8837,0,7611.42,-4406.25,613.101,5.34183,333,15,0,4454,0,1,0,0,0),(41182,7445,1,1,1,8837,0,7524.62,-4508.92,604.03,5.45115,333,15,0,4454,0,1,0,0,0),(41183,7445,1,1,1,8837,0,7387.65,-4651.79,616.601,1.77317,333,15,0,4454,0,1,0,0,0),(41184,7445,1,1,1,8837,0,7807.76,-4430.53,664.813,4.77688,333,15,0,4454,0,1,0,0,0),(41185,7445,1,1,1,8837,0,7871.2,-4452.35,690.064,6.2324,333,15,0,4454,0,1,0,0,0),(41186,7445,1,1,1,8837,0,7937.47,-4418.55,725.636,5.36058,333,15,0,4454,0,1,0,0,0),(41187,7445,1,1,1,8837,0,7742.91,-4438.38,655.222,3.84746,333,15,0,4454,0,1,0,0,0),(41188,7445,1,1,1,8837,0,7281.51,-4338.81,670.593,6.2363,333,15,0,4454,0,1,0,0,0),(41189,7445,1,1,1,8837,0,7786.8,-4480.03,661.296,6.03844,333,15,0,4454,0,1,0,0,0),(41190,7445,1,1,1,8837,0,7881.71,-4591.82,705.673,4.86437,333,15,0,4454,0,1,0,0,0),(41191,7445,1,1,1,8837,0,7749.07,-4523.81,660.61,3.98639,333,15,0,4454,0,1,0,0,0),(41192,7445,1,1,1,8837,0,7686.96,-4561.29,656.774,5.21446,333,15,0,4454,0,1,0,0,0),(41193,7445,1,1,1,8837,0,7885.61,-4550.87,697.342,6.14405,333,15,0,4454,0,1,0,0,0),(41194,7445,1,1,1,8837,0,7576.61,-4201.69,668.902,1.38043,333,15,0,4454,0,1,0,0,0),(41195,7445,1,1,1,8837,0,5924.96,-4770.47,758.047,4.05991,333,15,0,4454,0,1,0,0,0),(41196,7445,1,1,1,8837,0,5506.12,-4635.64,800.231,4.22691,333,15,0,4454,0,1,0,0,0),(41197,7445,1,1,1,8837,0,5930.78,-4821.86,755.329,3.07321,333,15,0,4454,0,1,0,0,0),(41198,7445,1,1,1,8837,0,7369.23,-4608.28,599.227,5.33826,333,15,0,4454,0,1,0,0,0),(41199,7445,1,1,1,8837,0,7242.19,-4685.53,717.497,4.18598,333,15,0,4454,0,1,0,0,0),(41200,7445,1,1,1,8837,0,7293.21,-4769.12,676.801,5.01283,333,15,0,4454,0,1,0,0,0),(41201,7445,1,1,1,8837,0,7820.95,-4540.87,687.5,0.93321,333,15,0,4454,0,1,0,0,0),(41202,7445,1,1,1,8837,0,7137.11,-4738.69,715.029,5.66439,333,15,0,4454,0,1,0,0,0),(41203,7445,1,1,1,8837,0,7261.16,-4708.66,704.671,0.611846,333,15,0,4454,0,1,0,0,0),(41204,7445,1,1,1,8837,0,7815.79,-4619.87,701.944,4.29417,333,15,0,4454,0,1,0,0,0),(41205,7445,1,1,1,8837,0,7675.67,-4601.93,676.244,4.73485,333,15,0,4454,0,1,0,0,0),(41206,7445,1,1,1,8837,0,7514.93,-4688.13,656.754,4.92608,333,15,0,4454,0,1,0,0,0),(41207,7445,1,1,1,8837,0,7534.93,-4623.43,640.716,6.14212,333,15,0,4454,0,1,0,0,0),(41208,7445,1,1,1,8837,0,7385.93,-4568.41,595.639,4.26709,333,15,0,4454,0,1,0,0,0),(41209,7445,1,1,1,8837,0,7413.29,-4526.19,598.568,6.14057,333,15,0,4454,0,1,0,0,0),(41210,7445,1,1,1,8837,0,7570.83,-4562.5,625.418,2.11502,333,15,0,4454,0,1,0,0,0),(41211,7445,1,1,1,8837,0,7352.41,-4761.96,666.656,3.42043,333,15,0,4454,0,1,0,0,0),(41212,7445,1,1,1,8837,0,7306.79,-4527.58,589.831,4.73229,333,15,0,4454,0,1,0,0,0),(41213,7445,1,1,1,8837,0,5755.73,-4658.07,778.356,3.04775,333,15,0,4454,0,1,0,0,0),(41214,7445,1,1,1,8837,0,7483.05,-4279.2,653.413,1.54053,333,15,0,4454,0,1,0,0,0),(41215,7445,1,1,1,8837,0,7615.83,-4297.88,639.576,5.50363,333,15,0,4454,0,1,0,0,0),(41216,7445,1,1,1,8837,0,7416.83,-4280.07,672.82,0.091897,333,15,0,4454,0,1,0,0,0),(41217,7445,1,1,1,8837,0,7352.49,-4356.27,673.808,4.79845,333,15,0,4454,0,1,0,0,0),(41218,7446,1,1,1,3200,0,5180.83,-4408.39,882.78,1.28364,333,5,0,4738,0,1,0,0,0),(41219,7446,1,1,1,3200,0,5112.89,-4466.6,866.283,4.11463,333,5,0,4738,0,1,0,0,0),(41220,7446,1,1,1,3200,0,5254.56,-4345.19,903.529,0.781757,333,5,0,4738,0,1,0,0,0),(41221,7446,1,1,1,3200,0,5151.54,-4372.55,910.179,2.63601,333,5,0,4738,0,1,0,0,0),(41222,7446,1,1,1,3200,0,5231.4,-5079.27,917.768,5.98059,333,5,0,4738,0,1,0,0,0),(41223,7446,1,1,1,3200,0,5132.74,-4460.95,867.11,3.73709,333,5,0,4738,0,1,0,0,0),(41224,7446,1,1,1,3200,0,5193.13,-5051.26,903.432,5.6182,333,5,0,4738,0,1,0,0,0),(41225,7446,1,1,1,3200,0,5223.06,-4379.17,887.699,0.121011,333,5,0,4738,0,1,0,0,0),(41226,7446,1,1,1,3200,0,5265.99,-5077.61,906.274,3.27929,333,5,0,4738,0,1,0,0,0),(41227,7446,1,1,1,3200,0,5255.2,-5060.64,902.838,6.18934,333,5,0,4738,0,1,0,0,0),(41228,7446,1,1,1,3200,0,5150.24,-4520.41,843.69,6.20176,333,15,0,4738,0,1,0,0,0),(41229,7446,1,1,1,3200,0,5282.96,-4386.32,878.94,6.13024,333,5,0,4738,0,1,0,0,0),(41230,7446,1,1,1,3200,0,5177.41,-4346.16,912.681,2.58232,333,5,0,4738,0,1,0,0,0),(41231,7446,1,1,1,3200,0,5153.3,-4320.11,938.014,2.95091,333,5,0,4738,0,1,0,0,0),(41232,7446,1,1,1,3200,0,5193.96,-4478.04,852.171,4.78897,333,15,0,4738,0,1,0,0,0),(41233,7446,1,1,1,3200,0,5080.87,-4655.3,848.344,1.46441,333,15,0,4738,0,1,0,0,0),(41234,7446,1,1,1,3200,0,5117.38,-4558.05,843.094,5.69247,333,15,0,4738,0,1,0,0,0),(41235,7446,1,1,1,3200,0,5149.69,-4580.8,842.398,4.1871,333,15,0,4738,0,1,0,0,0),(41236,7446,1,1,1,3200,0,5114.44,-4431.4,894.559,4.18937,333,5,0,4738,0,1,0,0,0),(41237,7446,1,1,1,3200,0,5029.65,-4484.93,891.539,3.62238,333,5,0,4738,0,1,0,0,0),(41238,7446,1,1,1,3200,0,5012.53,-4820.09,870.109,5.82609,333,10,0,4738,0,1,0,0,0),(41239,7447,1,1,1,10807,0,6237.88,-2415.24,582.725,1.47713,333,15,0,3189,0,1,0,0,0),(41240,7447,1,1,1,10807,0,6395.84,-3762.7,721.44,4.69091,333,15,0,3189,0,1,0,0,0),(41241,7447,1,1,1,10807,0,6406.21,-3566.21,701.13,2.43847,333,15,0,3189,0,1,0,0,0),(41242,7447,1,1,1,10807,0,6460.05,-3420.2,617.849,4.9512,333,15,0,3189,0,1,0,0,0),(41243,7447,1,1,1,10807,0,6509.88,-3731.2,698.799,6.07659,333,15,0,3189,0,1,0,0,0),(41244,7447,1,1,1,10807,0,6601.79,-3794.1,662.804,0.403353,333,15,0,3189,0,1,0,0,0),(41245,7447,1,1,1,10807,0,6746.99,-4093.82,706.578,4.70555,333,15,0,3189,0,1,0,0,0),(41246,7447,1,1,1,10807,0,6703.82,-3971,694.92,3.97804,333,15,0,3189,0,1,0,0,0),(41247,7447,1,1,1,10807,0,6428.72,-2956.42,586.429,3.50034,333,3,0,3189,0,1,0,0,0),(41248,7447,1,1,1,10807,0,6709.58,-3051.48,575.688,2.81953,333,15,0,3189,0,1,0,0,0),(41249,7447,1,1,1,10807,0,6535.1,-3503.19,645.019,3.79332,333,0,0,3189,0,0,0,0,0),(41250,7447,1,1,1,10807,0,6420.24,-2716.69,550.381,5.60509,333,0,0,3189,0,2,0,0,0),(41251,7447,1,1,1,10807,0,6814.71,-3509.87,701.854,2.6869,333,15,0,3189,0,1,0,0,0),(41252,7447,1,1,1,10807,0,6877.92,-3355.3,724.166,1.31208,333,15,0,3189,0,1,0,0,0),(41253,7448,1,1,1,10810,0,6034.82,-5179.02,866.623,1.72181,333,15,0,3529,0,1,0,0,0),(41254,7448,1,1,1,10810,0,6082.77,-5156.01,870.203,1.44547,333,15,0,3529,0,1,0,0,0),(41255,7448,1,1,1,10810,0,6012.81,-5143.63,848.952,0.359113,333,15,0,3529,0,1,0,0,0),(41256,7448,1,1,1,10810,0,7100.05,-5158.99,750.515,0.145074,333,15,0,3529,0,1,0,0,0),(41257,7448,1,1,1,10810,0,6303.35,-4819.47,755.203,6.10054,333,15,0,3529,0,1,0,0,0),(41258,7448,1,1,1,10810,0,6365.43,-4818.65,731.948,3.60742,333,15,0,3529,0,1,0,0,0),(41259,7448,1,1,1,10810,0,6178.16,-5052.81,784.262,1.68456,333,0,0,3529,0,2,0,0,0),(41260,7448,1,1,1,10810,0,6226.26,-5117.54,804.194,2.21307,333,15,0,3529,0,1,0,0,0),(41261,7448,1,1,1,10810,0,6018.31,-4962.66,763.326,0.020405,333,15,0,3529,0,1,0,0,0),(41262,7448,1,1,1,10810,0,6108.92,-5039.26,791.782,5.86116,333,15,0,3529,0,1,0,0,0),(41263,7448,1,1,1,10810,0,6047.95,-5020.54,782.391,4.33213,333,15,0,3529,0,1,0,0,0),(41264,7448,1,1,1,10810,0,6185.01,-5043.39,782.657,4.66448,333,15,0,3529,0,1,0,0,0),(41265,7448,1,1,1,10810,0,6288.99,-5061.84,772.809,2.18344,333,15,0,3529,0,1,0,0,0),(41266,7448,1,1,1,10810,0,6009.36,-5048.81,788.427,3.08886,333,15,0,3529,0,1,0,0,0),(41267,7448,1,1,1,10810,0,6312,-4303.82,740.957,4.65371,333,15,0,3529,0,1,0,0,0),(41268,7448,1,1,1,10810,0,6237.97,-4254.53,735.807,0.317737,333,15,0,3529,0,1,0,0,0),(41269,7448,1,1,1,10810,0,6362.5,-4557.77,747.848,3.19238,333,0,0,3529,0,2,0,0,0),(41270,7448,1,1,1,10810,0,6474.88,-4494.19,726.521,6.06547,333,15,0,3529,0,1,0,0,0),(41271,7448,1,1,1,10810,0,6326.43,-4235.78,724.933,1.60789,333,15,0,3529,0,1,0,0,0),(41272,7448,1,1,1,10810,0,6424.27,-4434.93,729.323,1.14732,333,15,0,3529,0,1,0,0,0),(41273,7448,1,1,1,10810,0,6547.24,-4552.93,708.493,3.52609,333,15,0,3529,0,1,0,0,0),(41274,7448,1,1,1,10810,0,6563.46,-4410.48,705.453,5.71631,333,15,0,3529,0,1,0,0,0),(41275,7448,1,1,1,10810,0,6779.17,-4263.95,718.815,0.392838,333,15,0,3529,0,1,0,0,0),(41276,7448,1,1,1,10810,0,6640.05,-4373.21,707.87,4.23295,333,15,0,3529,0,1,0,0,0),(41277,7448,1,1,1,10810,0,7079.77,-4974.21,722.582,5.37309,333,15,0,3529,0,1,0,0,0),(41278,7448,1,1,1,10810,0,7265.9,-5012.27,731.379,5.74126,333,15,0,3529,0,1,0,0,0),(41279,7448,1,1,1,10810,0,7226.3,-5010.02,734.061,4.64294,333,15,0,3529,0,1,0,0,0),(41280,7448,1,1,1,10810,0,7122.02,-4990.15,718.4,6.12237,333,15,0,3529,0,1,0,0,0),(41281,7448,1,1,1,10810,0,7370.26,-4922.52,721.135,0.818926,333,15,0,3529,0,1,0,0,0),(41282,7448,1,1,1,10810,0,6559.62,-4661.44,695.58,1.455,333,15,0,3529,0,1,0,0,0),(41283,7448,1,1,1,10810,0,7077.63,-5080.1,712.096,2.69064,333,15,0,3529,0,1,0,0,0),(41284,7449,1,1,1,10809,0,7500.73,-4602.13,622.756,2.35136,333,15,0,3758,0,1,0,0,0),(41285,7449,1,1,1,10809,0,7631.33,-4437.19,622.996,0.285005,333,15,0,3758,0,1,0,0,0),(41286,7449,1,1,1,10809,0,7591.36,-4447.35,608.337,6.23435,333,15,0,3758,0,1,0,0,0),(41287,7449,1,1,1,10809,0,7500,-4179.04,680.128,3.40836,333,15,0,3758,0,1,0,0,0),(41288,7449,1,1,1,10809,0,7516.24,-4282.75,646.952,2.45098,333,15,0,3758,0,1,0,0,0),(41289,7449,1,1,1,10809,0,7514.91,-4475.78,603.569,3.94979,333,15,0,3758,0,1,0,0,0),(41290,7449,1,1,1,10809,0,7559.39,-4369.5,615.956,4.83481,333,15,0,3758,0,1,0,0,0),(41291,7449,1,1,1,10809,0,5595.3,-4814.01,787.654,1.71573,333,15,0,3758,0,1,0,0,0),(41292,7449,1,1,1,10809,0,7856.73,-4508.5,687.657,1.38928,333,0,0,3758,0,2,0,0,0),(41293,7449,1,1,1,10809,0,7323.74,-4331.95,692.588,5.01915,333,15,0,3758,0,1,0,0,0),(41303,7449,1,1,1,10809,0,7441.32,-4541.89,599.298,0.976561,333,15,0,3758,0,1,0,0,0),(41304,7449,1,1,1,10809,0,7873.72,-4687.53,736.356,3.75832,333,15,0,3758,0,1,0,0,0),(41305,7449,1,1,1,10809,0,7774.13,-4460.8,656.322,5.71848,333,15,0,3758,0,1,0,0,0),(41306,7449,1,1,1,10809,0,7834.35,-4604.57,701.248,5.94839,333,15,0,3758,0,1,0,0,0),(41307,7449,1,1,1,10809,0,7711.86,-4569.2,669.819,2.96488,333,15,0,3758,0,1,0,0,0),(41308,7449,1,1,1,10809,0,5955.44,-4774.13,766.212,1.76226,333,15,0,3758,0,1,0,0,0),(41309,7449,1,1,1,10809,0,7892.57,-4424.89,697.234,5.60004,333,15,0,3758,0,1,0,0,0),(41310,7449,1,1,1,10809,0,7787.26,-4651.29,708.474,5.95927,333,15,0,3758,0,1,0,0,0),(41311,7449,1,1,1,10809,0,7706.91,-4481.67,637.273,6.24215,333,0,0,3758,0,2,0,0,0),(41312,7449,1,1,1,10809,0,7595.35,-4205.59,669.522,4.94589,333,15,0,3758,0,1,0,0,0),(41313,7449,1,1,1,10809,0,7115.89,-4718.26,707.271,5.14232,333,15,0,3758,0,1,0,0,0),(41314,7449,1,1,1,10809,0,5945.55,-4710.43,766.308,4.97916,333,15,0,3758,0,1,0,0,0),(41315,7449,1,1,1,10809,0,7305.31,-4708.86,670.775,3.37279,333,15,0,3758,0,1,0,0,0),(41316,7449,1,1,1,10809,0,7534.47,-4644.74,646.439,5.9219,333,15,0,3758,0,1,0,0,0),(41317,7449,1,1,1,10809,0,7444.56,-4438.07,677.61,0.11939,333,15,0,3758,0,1,0,0,0),(41318,7449,1,1,1,10809,0,7987.42,-4581.18,734.03,0.070403,333,15,0,3758,0,1,0,0,0),(41321,7449,1,1,1,10809,0,7520.96,-4577.61,620.996,4.8663,333,15,0,3758,0,1,0,0,0),(41329,7449,1,1,1,10809,0,7489.34,-4574.84,611.64,0.844803,333,15,0,3758,0,1,0,0,0),(41330,7449,1,1,1,10809,0,7916.73,-4470.65,707.356,2.05891,333,0,0,3758,0,2,0,0,0),(41331,7449,1,1,1,10809,0,7427.28,-4582.94,602.817,3.16503,333,15,0,3758,0,1,0,0,0),(41332,7449,1,1,1,10809,0,7614.76,-4529.77,626.911,4.76127,333,0,0,3758,0,2,0,0,0),(41333,7449,1,1,1,10809,0,7421.81,-4478.81,616.848,0.786387,333,15,0,3758,0,1,0,0,0),(41334,7449,1,1,1,10809,0,7949.73,-4546.46,709.484,1.88977,333,15,0,3758,0,1,0,0,0),(41335,7449,1,1,1,10809,0,7351.43,-4476.54,637.659,0.894671,333,15,0,3758,0,1,0,0,0),(41336,7449,1,1,1,10809,0,7450.49,-4246.89,670.152,1.77738,333,15,0,3758,0,1,0,0,0),(41337,7449,1,1,1,10809,0,7390.24,-4312.8,681.765,0.676442,333,15,0,3758,0,1,0,0,0),(41338,7449,1,1,1,10809,0,7452.1,-4380.39,673.023,0.68724,333,15,0,3758,0,1,0,0,0),(41339,7449,1,1,1,10809,0,7418.24,-4544.2,598.598,1.62749,333,15,0,3758,0,1,0,0,0),(41340,7449,1,1,1,10809,0,7325.99,-4467.38,636.92,5.13587,333,15,0,3758,0,1,0,0,0),(41341,11546,1,1,1,11351,1,6720.55,-4688.5,721.797,2.49582,333,0,0,2769,0,0,0,0,0),(41342,7450,1,1,1,12235,0,6336.91,-3735.25,725.655,4.1625,333,3,0,3189,0,1,0,0,0),(41343,7450,1,1,1,12235,0,6339.7,-3556.75,721.211,2.92349,333,15,0,3189,0,1,0,0,0),(41344,7450,1,1,1,12235,0,6509.06,-3475.4,630.242,2.95685,333,15,0,3189,0,1,0,0,0),(41345,7450,1,1,1,12235,0,6749.81,-4215.74,706.659,5.32696,333,15,0,3189,0,1,0,0,0),(41346,7450,1,1,1,12235,0,6508.49,-3680.8,720.98,4.14281,333,3,0,3189,0,1,0,0,0),(41347,7450,1,1,1,12235,0,6501.44,-3548.21,656.713,2.04405,333,15,0,3189,0,1,0,0,0),(41348,7450,1,1,1,12235,0,6672.48,-3973.56,690.832,2.97676,333,15,0,3189,0,1,0,0,0),(41349,7450,1,1,1,12235,0,6833.7,-3543.88,730.406,0.446604,333,15,0,3189,0,1,0,0,0),(41350,7450,1,1,1,12235,0,6920.33,-3265.33,716.433,1.11588,333,15,0,3189,0,1,0,0,0),(41351,7450,1,1,1,12235,0,6613.64,-2998.01,580.751,1.73177,333,15,0,3189,0,1,0,0,0),(41352,7450,1,1,1,12235,0,6752.84,-3442.09,680.699,4.49579,333,15,0,3189,0,1,0,0,0),(41353,7450,1,1,1,12235,0,6848.32,-2946.26,598.182,5.88451,333,15,0,3189,0,1,0,0,0),(41354,7450,1,1,1,12235,0,6870.85,-3820.52,701.338,3.48032,333,0,0,3189,0,0,0,0,0),(41355,7450,1,1,1,12235,0,6671.8,-2661.29,532.988,5.33207,333,15,0,3189,0,1,0,0,0),(41356,7450,1,1,1,12235,0,6720.72,-3494.89,679.56,1.84033,333,15,0,3189,0,1,0,0,0),(41357,7450,1,1,1,12235,0,6247.99,-2345.12,575.181,1.8802,333,15,0,3189,0,1,0,0,0),(41358,7450,1,1,1,12235,0,6643.22,-3848.34,654.845,0.839288,333,15,0,3189,0,1,0,0,0),(41359,7450,1,1,1,12235,0,6852.96,-3711.96,741.36,5.1804,333,15,0,3189,0,1,0,0,0),(41360,7450,1,1,1,12235,0,6771.54,-4152.76,718.023,2.24401,333,15,0,3189,0,1,0,0,0),(41361,7450,1,1,1,12235,0,6814.52,-3081.16,583.468,5.49037,333,15,0,3189,0,1,0,0,0),(41362,7450,1,1,1,12235,0,6789.7,-3344.21,672.671,0.140388,333,15,0,3189,0,1,0,0,0),(41363,7450,1,1,1,12235,0,6437.42,-2888.2,574.647,4.9767,333,15,0,3189,0,1,0,0,0),(41364,7450,1,1,1,12235,0,6728.68,-4045.28,693.699,6.1084,333,15,0,3189,0,1,0,0,0),(41365,7450,1,1,1,12235,0,6710.07,-3081.55,572.453,3.22571,333,15,0,3189,0,1,0,0,0),(41366,7450,1,1,1,12235,0,6758.46,-3642.16,724.996,6.2539,333,0,0,3189,0,0,0,0,0),(41367,7450,1,1,1,12235,0,6401.84,-2375.2,573.756,3.39834,333,15,0,3189,0,1,0,0,0),(41368,7450,1,1,1,12235,0,6753.03,-3047.62,572.421,5.00154,333,0,0,3189,0,0,0,0,0),(41369,7450,1,1,1,12235,0,6655.73,-2687.76,536.667,5.46118,333,15,0,3189,0,1,0,0,0),(41370,7450,1,1,1,12235,0,6861.98,-3201.65,637.95,1.48571,333,15,0,3189,0,1,0,0,0),(41371,7450,1,1,1,12235,0,6900.15,-3382.17,753.074,3.40433,333,15,0,3189,0,1,0,0,0),(41372,7451,1,1,1,12235,0,6976.34,-4709.22,716.001,1.42294,333,15,0,3420,0,1,0,0,0),(41373,7451,1,1,1,12235,0,7122.82,-4661.99,638.525,0.772645,333,0,0,3420,0,0,0,0,0),(41374,7451,1,1,1,12235,0,7197.48,-4218.32,708.487,3.98353,333,15,0,3420,0,1,0,0,0),(41375,7451,1,1,1,12235,0,6791.44,-4555.81,727.993,0.101709,333,15,0,3420,0,1,0,0,0),(41376,7451,1,1,1,12235,0,7209.75,-4540.12,600.083,1.61578,333,15,0,3420,0,1,0,0,0),(41377,7451,1,1,1,12235,0,7013.55,-4337.13,753.474,3.21394,333,15,0,3420,0,1,0,0,0),(41378,7451,1,1,1,12235,0,6932.25,-3960.13,738.835,1.83234,333,15,0,3420,0,1,0,0,0),(41379,7451,1,1,1,12235,0,7116.27,-4621.75,638.81,3.92723,333,15,0,3420,0,1,0,0,0),(41380,7451,1,1,1,12235,0,7124.27,-4637.78,639.655,3.08236,333,15,0,3420,0,1,0,0,0),(41381,7451,1,1,1,12235,0,7029.73,-4730.09,736.914,2.42111,333,15,0,3420,0,1,0,0,0),(41382,7451,1,1,1,12235,0,6929.04,-4612.62,725.063,5.85624,333,15,0,3420,0,1,0,0,0),(41383,7451,1,1,1,12235,0,7033.2,-4564.82,689.39,5.99388,333,15,0,3420,0,1,0,0,0),(41384,7451,1,1,1,12235,0,7209.54,-4486.21,617.154,1.88452,333,15,0,3420,0,1,0,0,0),(41385,7451,1,1,1,12235,0,7179.94,-4259.88,699.965,5.26168,333,15,0,3420,0,1,0,0,0),(41386,7451,1,1,1,12235,0,7198.79,-4293.36,690.025,1.33339,333,15,0,3420,0,1,0,0,0),(41387,7451,1,1,1,12235,0,6903.13,-4458.61,722.513,4.99431,333,15,0,3420,0,1,0,0,0),(41388,7451,1,1,1,12235,0,7185.73,-4297.45,679.726,3.11726,333,15,0,3420,0,1,0,0,0),(41389,7451,1,1,1,12235,0,6884.63,-4434.93,734.567,1.4278,333,15,0,3420,0,1,0,0,0),(41390,7451,1,1,1,12235,0,6993.97,-4233.03,699.741,3.45316,333,15,0,3420,0,1,0,0,0),(41391,7451,1,1,1,12235,0,6957.66,-4602.41,734.66,6.08062,333,15,0,3420,0,1,0,0,0),(41392,7451,1,1,1,12235,0,7039.06,-4213.95,696.851,1.58056,333,15,0,3420,0,1,0,0,0),(41393,7451,1,1,1,12235,0,6915,-4501.95,714.278,4.52956,333,15,0,3420,0,1,0,0,0),(41394,7452,1,1,1,12237,0,5643.33,-4851.29,850.424,2.8697,333,5,0,3644,0,1,0,0,0),(41395,7452,1,1,1,12237,0,5801.2,-4986.72,853.462,0.577019,333,5,0,3644,0,1,0,0,0),(41396,7452,1,1,1,12237,0,7694.29,-4708.62,787.022,0.502355,333,3,0,3644,0,1,0,0,0),(41397,7452,1,1,1,12237,0,7749.07,-4711.63,767.36,3.7482,333,3,0,3644,0,1,0,0,0),(41398,7452,1,1,1,12237,0,5454.64,-4920.52,869.765,2.83039,333,5,0,3644,0,1,0,0,0),(41399,7452,1,1,1,12237,0,5486.73,-4862.56,862.224,2.71246,333,5,0,3644,0,1,0,0,0),(41400,7452,1,1,1,12237,0,7597.61,-5052.99,731.241,6.26756,333,5,0,3644,0,1,0,0,0),(41401,7452,1,1,1,12237,0,5760.38,-4992.58,809.051,4.94012,333,3,0,3644,0,1,0,0,0),(41402,7452,1,1,1,12237,0,5641.82,-4931.1,807.639,6.11836,333,5,0,3644,0,1,0,0,0),(41403,7452,1,1,1,12237,0,5682.75,-4955.65,804.29,0.501005,333,15,0,3644,0,1,0,0,0),(41404,7452,1,1,1,12237,0,5678.59,-4480.78,766.256,0.060006,333,3,0,3644,0,1,0,0,0),(41405,7452,1,1,1,12237,0,5758.26,-4495.61,759.731,2.00383,333,3,0,3644,0,1,0,0,0),(41406,7452,1,1,1,12237,0,5604.25,-4952.87,820.938,0.83377,333,10,0,3644,0,1,0,0,0),(41407,7452,1,1,1,12237,0,7350.76,-4881.77,730.472,0.048837,333,3,0,3644,0,1,0,0,0),(41408,7452,1,1,1,12237,0,7656.43,-4962.65,719.834,2.77826,333,3,0,3644,0,1,0,0,0),(41409,7452,1,1,1,12237,0,7715.02,-4786.35,696.447,1.59383,333,5,0,3644,0,1,0,0,0),(41410,7452,1,1,1,12237,0,5703.21,-4535.1,762.992,6.24431,333,5,0,3644,0,1,0,0,0),(41411,7452,1,1,1,12237,0,5735.47,-4839.21,778.256,1.09313,333,5,0,3644,0,1,0,0,0),(41412,7452,1,1,1,12237,0,7465.78,-5114.9,741.009,2.98078,333,5,0,3644,0,1,0,0,0),(41413,7452,1,1,1,12237,0,7548.82,-4982.3,699.454,2.64702,333,15,0,3644,0,1,0,0,0),(41414,7452,1,1,1,12237,0,7418.25,-4949.13,708.087,0.973038,333,15,0,3644,0,1,0,0,0),(41415,7452,1,1,1,12237,0,7381.2,-4981.51,713.432,0.489843,333,5,0,3644,0,1,0,0,0),(41416,7452,1,1,1,12237,0,7453.02,-5049.83,729.105,5.86272,333,5,0,3644,0,1,0,0,0),(41417,7452,1,1,1,12237,0,7547.55,-5018.57,708.858,3.62081,333,15,0,3644,0,1,0,0,0),(41418,7452,1,1,1,12237,0,7554.77,-4888.21,694.183,5.64203,333,15,0,3644,0,1,0,0,0),(41419,7453,1,1,1,12237,0,7691.51,-4925.28,747.139,3.58074,333,3,0,3006,2241,1,0,0,0),(41420,7453,1,1,1,12237,0,7795.76,-4728.46,775.948,1.78166,333,3,0,3006,2241,1,0,0,0),(41421,7453,1,1,1,12237,0,5793.15,-4955.75,832.644,5.17751,333,3,0,3006,2241,1,0,0,0),(41422,7453,1,1,1,12237,0,5582.44,-4890.33,844.137,5.01519,333,5,0,3006,2241,1,0,0,0),(41423,7453,1,1,1,12237,0,7591.82,-4807.01,736.494,3.49053,333,5,0,3006,2241,1,0,0,0),(41424,7453,1,1,1,12237,0,5675.77,-4999.81,807.178,6.10239,333,15,0,3006,2241,1,0,0,0),(41425,7453,1,1,1,12237,0,5693.92,-5046.95,807.243,5.22818,333,3,0,3006,2241,1,0,0,0),(41426,7453,1,1,1,12237,0,5641.75,-4977.44,809.187,3.41653,333,10,0,3006,2241,1,0,0,0),(41427,7453,1,1,1,12237,0,5586.11,-4923.65,829.287,2.84238,333,10,0,3006,2241,1,0,0,0),(41428,7453,1,1,1,12237,0,5564.86,-4971.58,840.486,5.82582,333,5,0,3006,2241,1,0,0,0),(41429,7453,1,1,1,12237,0,5610.38,-5026.66,808.581,0.548932,333,3,0,3006,2241,1,0,0,0),(41430,7453,1,1,1,12237,0,5638.35,-4898.31,804.887,0.743149,333,3,0,3006,2241,1,0,0,0),(41431,7453,1,1,1,12237,0,5681.22,-4521.27,766.219,5.90739,333,5,0,3006,2241,1,0,0,0),(41432,7453,1,1,1,12237,0,5739.2,-4501.91,759.551,1.78057,333,0,0,3006,2241,0,0,0,0),(41433,7453,1,1,1,12237,0,5784.17,-4887.54,831.324,0.842775,333,3,0,3006,2241,1,0,0,0),(41434,7453,1,1,1,12237,0,7355.75,-5067.33,722.156,4.08488,333,15,0,3006,2241,1,0,0,0),(41435,7453,1,1,1,12237,0,7753.01,-4852.56,698.251,6.26552,333,5,0,3006,2241,1,0,0,0),(41436,7453,1,1,1,12237,0,7719.86,-4855.44,696.587,3.83384,333,5,0,3006,2241,1,0,0,0),(41437,7453,1,1,1,12237,0,5709.8,-4513.29,762.244,4.07906,333,0,0,3006,2241,0,0,0,0),(41438,7453,1,1,1,12237,0,5679.48,-4927.79,803.912,3.46907,333,15,0,3006,2241,1,0,0,0),(41439,7453,1,1,1,12237,0,5712.77,-4853.18,786.631,1.358,333,2,0,3006,2241,1,0,0,0),(41440,7453,1,1,1,12237,0,5717.49,-4914.25,800.549,4.55966,333,5,0,3006,2241,1,0,0,0),(41441,7453,1,1,1,12237,0,7676.48,-4995.66,717.952,0.409894,333,5,0,3006,2241,1,0,0,0),(41442,7453,1,1,1,12237,0,7493.01,-5142.59,748.725,5.13718,333,5,0,3006,2241,1,0,0,0),(41443,7453,1,1,1,12237,0,7499.83,-4865.42,688.612,0.741887,333,5,0,3006,2241,1,0,0,0),(41444,7453,1,1,1,12237,0,7491.6,-4922.12,689.849,1.29169,333,5,0,3006,2241,1,0,0,0),(41445,7453,1,1,1,12237,0,7449.28,-4871.26,692.094,2.44398,333,3,0,3006,2241,1,0,0,0),(41446,7453,1,1,1,12237,0,7476.1,-4976.81,697.535,4.45556,333,15,0,3006,2241,1,0,0,0),(41447,7453,1,1,1,12237,0,7446.64,-4980.57,701.406,2.77414,333,3,0,3006,2241,1,0,0,0),(41448,7453,1,1,1,12237,0,7516.48,-5050.63,718.48,3.07415,333,15,0,3006,2241,1,0,0,0),(41449,7453,1,1,1,12237,0,7579.53,-4982.1,700.837,3.23349,333,15,0,3006,2241,1,0,0,0),(41450,7453,1,1,1,12237,0,7551.88,-4818.26,707.253,5.78197,333,5,0,3006,2241,1,0,0,0),(41451,7453,1,1,1,12237,0,7513.95,-4848.9,690.241,2.70373,333,5,0,3006,2241,1,0,0,0),(41452,7453,1,1,1,12237,0,7485.99,-4818.99,686.34,5.40407,333,15,0,3006,2241,1,0,0,0),(41453,7453,1,1,1,12237,0,7504.28,-4896.52,689.244,5.75486,333,5,0,3006,2241,1,0,0,0),(41454,7453,1,1,1,12237,0,7451.53,-4853.41,686.199,5.02179,333,15,0,3006,2241,1,0,0,0),(41455,7454,1,1,1,12236,0,7632.01,-4829.64,779.258,6.06964,333,3,0,3876,0,1,0,0,0),(41456,7454,1,1,1,12236,0,5720.69,-4979.07,808.197,6.16256,333,5,0,3876,0,1,0,0,0),(41457,7454,1,1,1,12236,0,5486.5,-4961.5,851.092,5.06648,333,3,0,3876,0,1,0,0,0),(41458,7454,1,1,1,12236,0,5722.02,-4456.3,763.781,5.78197,333,15,0,3876,0,1,0,0,0),(41459,7454,1,1,1,12236,0,7323.38,-5093.51,726.533,4.1828,333,5,0,3876,0,1,0,0,0),(41460,7454,1,1,1,12236,0,7773.64,-4812.74,698.276,5.8715,333,5,0,3876,0,1,0,0,0),(41461,7454,1,1,1,12236,0,7617.4,-5029.52,713.504,1.12638,333,10,0,3876,0,1,0,0,0),(41462,7454,1,1,1,12236,0,7422.84,-5090.7,752.729,1.58667,333,5,0,3876,0,1,0,0,0),(41463,7454,1,1,1,12236,0,7427.58,-4809.02,673.195,1.45099,333,5,0,3876,0,1,0,0,0),(41464,7454,1,1,1,12236,0,7460.27,-4907.62,701.827,0.413864,333,15,0,3876,0,1,0,0,0),(41465,7454,1,1,1,12236,0,7415.04,-5019.05,726.022,3.75776,333,5,0,3876,0,1,0,0,0),(41466,7454,1,1,1,12236,0,7484.11,-5088.23,731.908,4.83868,333,5,0,3876,0,1,0,0,0),(41467,7454,1,1,1,12236,0,7619.81,-4951.53,698.888,5.98334,333,15,0,3876,0,1,0,0,0),(41468,7454,1,1,1,12236,0,7547.1,-4915.11,692.348,6.11836,333,15,0,3876,0,1,0,0,0),(41469,7454,1,1,1,12236,0,7514.79,-4786.47,685.629,5.35433,333,5,0,3876,0,1,0,0,0),(41470,7454,1,1,1,12236,0,7418.95,-4817.26,676.916,0.959931,333,0,0,3876,0,0,0,0,0),(41471,7454,1,1,1,12236,0,7533.59,-4984.14,702.281,0.145074,333,15,0,3876,0,1,0,0,0),(41472,7454,1,1,1,12236,0,7478.87,-4979.47,698.762,4.71825,333,15,0,3876,0,1,0,0,0),(41473,7455,1,1,1,6212,0,7051.5,-5167.85,727.486,5.10015,333,15,0,2533,0,1,0,0,0),(41474,7455,1,1,1,6212,0,6478.03,-4413.61,726.473,1.95965,333,15,0,2533,0,1,0,0,0),(41475,7455,1,1,1,6212,0,6345.03,-4513.07,779.025,3.44914,333,15,0,2533,0,1,0,0,0),(41476,7455,1,1,1,6212,0,6075.02,-5033.41,788.39,4.51672,333,15,0,2533,0,1,0,0,0),(41477,7455,1,1,1,6212,0,7231.07,-4812.84,688.784,1.13557,333,15,0,2533,0,1,0,0,0),(41478,7455,1,1,1,6212,0,6382.3,-4780.32,745.53,0.072849,333,15,0,2533,0,1,0,0,0),(41479,7455,1,1,1,6212,0,6093.54,-5164.7,873.531,1.25026,333,15,0,2533,0,1,0,0,0),(41480,7455,1,1,1,6212,0,6245.9,-4822.9,757.802,6.19518,333,15,0,2533,0,1,0,0,0),(41481,7455,1,1,1,6212,0,7146.3,-5087.98,741.941,5.07276,333,15,0,2533,0,1,0,0,0),(41482,7455,1,1,1,6212,0,6895.92,-4319.63,739.492,1.15729,333,15,0,2533,0,1,0,0,0),(41483,7455,1,1,1,6212,0,6323.38,-4255.7,729.377,0.790229,333,15,0,2533,0,1,0,0,0),(41484,7455,1,1,1,6212,0,7247.97,-4813.93,687.211,2.42809,333,15,0,2533,0,1,0,0,0),(41485,7455,1,1,1,6212,0,6453.11,-4802.73,716.76,0.843313,333,15,0,2533,0,1,0,0,0),(41486,7455,1,1,1,6212,0,6975.84,-4369.93,759.809,5.5413,333,15,0,2533,0,1,0,0,0),(41487,7455,1,1,1,6212,0,7146.34,-4280.71,674.351,3.58345,333,15,0,2533,0,1,0,0,0),(41488,7455,1,1,1,6212,0,6973.45,-4922.62,692.766,0.459281,333,15,0,2533,0,1,0,0,0),(41489,7455,1,1,1,6212,0,7159.16,-4892.67,703.307,4.56649,333,15,0,2533,0,1,0,0,0),(41490,7455,1,1,1,6212,0,7171.56,-4935.95,717.096,5.22669,333,15,0,2533,0,1,0,0,0),(41491,7455,1,1,1,6212,0,7020.62,-5092.52,705.958,5.46083,333,15,0,2533,0,1,0,0,0),(41492,7455,1,1,1,6212,0,6754.6,-4379.19,750.081,1.38797,333,15,0,2533,0,1,0,0,0),(41493,7455,1,1,1,6212,0,6190.02,-5092.26,787.998,5.36487,333,15,0,2533,0,1,0,0,0),(41494,7455,1,1,1,6212,0,7257.34,-4970.51,728.324,4.38786,333,15,0,2533,0,1,0,0,0),(41495,7455,1,1,1,6212,0,6299.45,-4247.65,735.966,2.10703,333,15,0,2533,0,1,0,0,0),(41496,7455,1,1,1,6212,0,6973.15,-4763.49,715.74,5.58832,333,15,0,2533,0,1,0,0,0),(41497,7455,1,1,1,6212,0,6976.46,-4663.1,740.552,4.31339,333,15,0,2533,0,1,0,0,0),(41498,7455,1,1,1,6212,0,7041.33,-4822.92,725.965,6.28307,333,15,0,2533,0,1,0,0,0),(41499,7455,1,1,1,6212,0,6919.19,-4805.24,694.987,2.69323,333,15,0,2533,0,1,0,0,0),(41500,7455,1,1,1,6212,0,7164.46,-4508.33,607.478,3.14163,333,15,0,2533,0,1,0,0,0),(41501,7455,1,1,1,6212,0,6936.22,-4531.34,711.442,2.90088,333,0,0,2533,0,0,0,0,0),(41502,7455,1,1,1,6212,0,7124.18,-4234.48,691.641,5.03754,333,15,0,2533,0,1,0,0,0),(41503,7455,1,1,1,6212,0,6926.08,-3929.08,729.749,2.45373,333,15,0,2533,0,1,0,0,0),(41504,7455,1,1,1,6212,0,5966.71,-5012.5,794.238,0.056691,333,15,0,2533,0,1,0,0,0),(41505,7455,1,1,1,6212,0,6640.47,-4445.25,710.885,0.760456,333,15,0,2533,0,1,0,0,0),(41506,7455,1,1,1,6212,0,6960.62,-4671.66,727.258,0.03124,333,3,0,2533,0,1,0,0,0),(41507,7455,1,1,1,6212,0,6471.92,-4525.51,720.985,6.24606,333,15,0,2533,0,1,0,0,0),(41508,7455,1,1,1,6212,0,6789.92,-4875.69,772.987,1.9916,333,15,0,2533,0,1,0,0,0),(41509,7455,1,1,1,6212,0,6584.37,-4626.09,693.807,1.5708,333,15,0,2533,0,1,0,0,0),(41510,7455,1,1,1,6212,0,6909.83,-4402.59,722.904,1.31491,333,15,0,2533,0,1,0,0,0),(41511,7455,1,1,1,6212,0,7110.18,-4445.09,639.707,3.29261,333,15,0,2533,0,1,0,0,0),(41512,7455,1,1,1,6212,0,6928.95,-4640.99,723.803,0.260854,333,15,0,2533,0,1,0,0,0),(41513,7455,1,1,1,6212,0,7068.5,-4509.57,651.973,4.84823,333,15,0,2533,0,1,0,0,0),(41514,7455,1,1,1,6212,0,6981.47,-3920.66,748.62,0.058641,333,15,0,2533,0,1,0,0,0),(41515,7455,1,1,1,6212,0,6852.35,-4521.6,731.735,1.55127,333,15,0,2533,0,1,0,0,0),(41516,7455,1,1,1,6212,0,7117.74,-4499.55,616.63,4.77688,333,15,0,2533,0,1,0,0,0),(41517,7456,1,1,1,10833,0,5481.4,-4597.71,819.951,5.72065,333,15,0,3758,0,1,0,0,0),(41518,7456,1,1,1,10833,0,7538.17,-4664.95,652.69,1.41496,333,15,0,3758,0,1,0,0,0),(41519,16416,1,1,1,16172,0,6652.99,-4560.46,717.597,6.14356,333,0,0,2614,0,0,0,0,0),(41520,7456,1,1,1,10833,0,5979.98,-4725.79,779.162,1.50144,333,15,0,3758,0,1,0,0,0),(41521,7456,1,1,1,10833,0,7973.74,-4515.99,715.382,5.45218,333,15,0,3758,0,1,0,0,0),(41522,7456,1,1,1,10833,0,7256.38,-4419.01,642.722,5.86278,333,15,0,3758,0,1,0,0,0),(41523,7456,1,1,1,10833,0,7910.66,-4371.07,716.281,1.28981,333,15,0,3758,0,1,0,0,0),(41524,7456,1,1,1,10833,0,7696.46,-4462.66,634.714,2.33976,333,15,0,3758,0,1,0,0,0),(41525,7456,1,1,1,10833,0,7392.43,-4676.77,626.465,4.12561,333,15,0,3758,0,1,0,0,0),(41526,7456,1,1,1,10833,0,7432.74,-4212.81,677.641,5.75265,333,15,0,3758,0,1,0,0,0),(41527,7456,1,1,1,10833,0,7540.26,-4422.43,605.659,1.93542,333,15,0,3758,0,1,0,0,0),(41528,7456,1,1,1,10833,0,7516.76,-4477.4,603.695,4.52625,333,15,0,3758,0,1,0,0,0),(41529,7456,1,1,1,10833,0,5709.81,-4423.19,775.738,2.96698,333,15,0,3758,0,1,0,0,0),(41530,7456,1,1,1,10833,0,5697.12,-4586.71,767.425,3.14948,333,15,0,3758,0,1,0,0,0),(41531,7456,1,1,1,10833,0,5894.47,-4622.73,736.896,1.76874,333,15,0,3758,0,1,0,0,0),(41532,11808,1,1,1,11733,1,7099.18,-3820.1,734.583,0.872665,333,0,0,2379,5013,0,0,0,0),(41533,7456,1,1,1,10833,0,6026.38,-4746.54,802.058,0.009765,333,15,0,3758,0,1,0,0,0),(41534,7456,1,1,1,10833,0,5522.41,-4789.04,797.16,0.952633,333,15,0,3758,0,1,0,0,0),(41535,7456,1,1,1,10833,0,7558,-4191.56,668.621,5.2479,333,15,0,3758,0,1,0,0,0),(41536,7456,1,1,1,10833,0,5777.47,-4597.36,763.35,2.00648,333,15,0,3758,0,1,0,0,0),(41537,7456,1,1,1,10833,0,7340.5,-4418.61,649.495,3.04572,333,15,0,3758,0,1,0,0,0),(41538,7456,1,1,1,10833,0,5750.28,-4596.47,766.529,1.39697,333,15,0,3758,0,1,0,0,0),(41539,7456,1,1,1,10833,0,7213.78,-4757.51,716.611,2.82787,333,15,0,3758,0,1,0,0,0),(41540,7456,1,1,1,10833,0,5618.57,-4575.29,770.434,1.33814,333,15,0,3758,0,1,0,0,0),(41541,7456,1,1,1,10833,0,5702.86,-4632.19,771.273,1.70674,333,15,0,3758,0,1,0,0,0),(41542,7456,1,1,1,10833,0,5586.34,-4684.77,785.49,1.09929,333,15,0,3758,0,1,0,0,0),(41543,7456,1,1,1,10833,0,5789.82,-4602.76,761.598,0.204678,333,15,0,3758,0,1,0,0,0),(41544,7456,1,1,1,10833,0,7277.34,-4463.99,624.375,2.08376,333,15,0,3758,0,1,0,0,0),(41545,7456,1,1,1,10833,0,5922.47,-4722.53,772.41,4.78441,333,15,0,3758,0,1,0,0,0),(41546,7456,1,1,1,10833,0,5638.73,-4607.87,772.024,3.05164,333,15,0,3758,0,1,0,0,0),(41547,7456,1,1,1,10833,0,7613.93,-4526.48,625.811,0.610072,333,15,0,3758,0,1,0,0,0),(41548,7456,1,1,1,10833,0,7633.55,-4521.24,628.936,4.23802,333,15,0,3758,0,1,0,0,0),(41549,7456,1,1,1,10833,0,5677.08,-4619.39,770.804,1.50728,333,15,0,3758,0,1,0,0,0),(41550,7456,1,1,1,10833,0,5916.99,-4587.26,721.457,1.52883,333,15,0,3758,0,1,0,0,0),(41551,7456,1,1,1,10833,0,5663.8,-4655.5,773.718,3.51492,333,15,0,3758,0,1,0,0,0),(41552,7456,1,1,1,10833,0,7781.15,-4582.95,682.947,2.32071,333,15,0,3758,0,1,0,0,0),(41553,7456,1,1,1,10833,0,5898.83,-4755.42,760.155,0.072351,333,15,0,3758,0,1,0,0,0),(41554,7456,1,1,1,10833,0,5620.27,-4591.27,773.895,2.6281,333,15,0,3758,0,1,0,0,0),(41555,7456,1,1,1,10833,0,7851.32,-4580.38,699.22,0.456223,333,15,0,3758,0,1,0,0,0),(41556,7457,1,1,1,6767,0,6315.83,-3792.92,726.666,5.49785,333,3,0,3189,0,1,0,0,0),(41557,7457,1,1,1,6767,0,6859.73,-3509,717.776,2.75746,333,15,0,3189,0,1,0,0,0),(41558,7457,1,1,1,6767,0,6825.83,-3237.49,640.964,4.19542,333,15,0,3189,0,1,0,0,0),(41559,7457,1,1,1,6767,0,6904.12,-3806.12,706.249,2.22875,333,15,0,3189,0,1,0,0,0),(41560,7457,1,1,1,6767,0,6908.41,-3770.09,719.792,2.52402,333,0,0,3189,0,0,0,0,0),(41561,7457,1,1,1,6767,0,6745.54,-3136.78,573.806,0.085359,333,15,0,3189,0,1,0,0,0),(41562,7457,1,1,1,6767,0,6760.51,-3142.86,575.964,2.90003,333,15,0,3189,0,1,0,0,0),(41563,7457,1,1,1,6767,0,6672.29,-3168.57,603.352,5.6643,333,15,0,3189,0,1,0,0,0),(41564,7457,1,1,1,6767,0,6449.13,-2715.76,550.722,1.25949,333,15,0,3189,0,1,0,0,0),(41565,7457,1,1,1,6767,0,6456.97,-3689.39,724.941,5.4981,333,15,0,3189,0,1,0,0,0),(41566,7457,1,1,1,6767,0,6430.16,-3634.92,700.682,3.10642,333,3,0,3189,0,1,0,0,0),(41567,7457,1,1,1,6767,0,6439.7,-3726.97,704.853,4.27322,333,3,0,3189,0,1,0,0,0),(41568,7457,1,1,1,6767,0,6585.76,-3492.87,667.998,5.96113,333,15,0,3189,0,1,0,0,0),(41569,7457,1,1,1,6767,0,6427.27,-3473.99,647.072,5.46207,333,15,0,3189,0,1,0,0,0),(41570,7457,1,1,1,6767,0,6500.38,-3655.96,732.988,2.96296,333,3,0,3189,0,1,0,0,0),(41571,7457,1,1,1,6767,0,6641.04,-2616.41,523.059,3.13573,333,15,0,3189,0,1,0,0,0),(41572,7457,1,1,1,6767,0,6636.51,-3922.2,678.54,5.50607,333,15,0,3189,0,1,0,0,0),(41573,7457,1,1,1,6767,0,6814.92,-4181.07,715.937,4.56475,333,15,0,3189,0,1,0,0,0),(41574,7457,1,1,1,6767,0,6741.96,-3962.63,700.089,2.46356,333,15,0,3189,0,1,0,0,0),(41575,7457,1,1,1,6767,0,6330.21,-2369.62,571.21,4.71239,333,3,0,3189,0,1,0,0,0),(41576,7457,1,1,1,6767,0,6831.93,-4093.32,701.759,2.3711,333,15,0,3189,0,1,0,0,0),(41577,7457,1,1,1,6767,0,6583.07,-3049.48,596.665,3.02582,333,15,0,3189,0,1,0,0,0),(41578,7457,1,1,1,6767,0,6627.19,-2717.59,542.39,4.39435,333,15,0,3189,0,1,0,0,0),(41579,7457,1,1,1,6767,0,6710.65,-3411.61,667.706,5.21558,333,15,0,3189,0,1,0,0,0),(41580,7457,1,1,1,6767,0,6961.07,-3395.67,765.474,4.8319,333,15,0,3189,0,1,0,0,0),(41581,7457,1,1,1,6767,0,6730.72,-3572.56,703.835,1.93299,333,15,0,3189,0,1,0,0,0),(41582,7457,1,1,1,6767,0,6749.46,-3709.77,717.875,4.40391,333,15,0,3189,0,1,0,0,0),(41583,7457,1,1,1,6767,0,6758.79,-3385.99,681.998,2.93711,333,15,0,3189,0,1,0,0,0),(41584,7457,1,1,1,6767,0,6846.96,-3489.31,716.273,0.151015,333,15,0,3189,0,1,0,0,0),(41585,7457,1,1,1,6767,0,6678.1,-2468.07,540.028,1.92065,333,15,0,3189,0,1,0,0,0),(41586,7457,1,1,1,6767,0,6763.19,-3568.7,706.823,5.57583,333,15,0,3189,0,1,0,0,0),(41587,7458,1,1,1,10579,0,6997.91,-4037.82,715.858,4.09782,333,15,0,3529,0,1,0,0,0),(41588,7458,1,1,1,10579,0,6448.01,-5119.95,782.301,5.95609,333,15,0,3529,0,1,0,0,0),(41589,7458,1,1,1,10579,0,6962.76,-4238.02,725.842,5.17604,333,15,0,3529,0,1,0,0,0),(41590,7458,1,1,1,10579,0,6935.34,-4044.82,721.77,0.308758,333,15,0,3529,0,1,0,0,0),(41591,7458,1,1,1,10579,0,6345.32,-4988.93,759.324,4.687,333,15,0,3529,0,1,0,0,0),(41592,7458,1,1,1,10579,0,6347.77,-5058.38,760.103,5.65535,333,15,0,3529,0,1,0,0,0),(41593,7458,1,1,1,10579,0,6377.04,-5076.14,754.596,3.25117,333,15,0,3529,0,1,0,0,0),(41594,7458,1,1,1,10579,0,6402.15,-5117.43,764.771,1.16757,333,15,0,3529,0,1,0,0,0),(41595,7458,1,1,1,10579,0,6658.38,-4953.3,716.707,2.12277,333,15,0,3529,0,1,0,0,0),(41596,7458,1,1,1,10579,0,6648.13,-4864.07,714.947,1.92645,333,15,0,3529,0,1,0,0,0),(41597,7458,1,1,1,10579,0,6925.61,-4490.06,715.836,0.413864,333,15,0,3529,0,1,0,0,0),(41598,7458,1,1,1,10579,0,7051.56,-4663.97,748.795,5.41688,333,15,0,3529,0,1,0,0,0),(41599,7458,1,1,1,10579,0,6984.35,-4642.79,749.223,4.57132,333,15,0,3529,0,1,0,0,0),(41600,7458,1,1,1,10579,0,7046.56,-4712.98,728.397,2.33339,333,3,0,3529,0,1,0,0,0),(41601,7458,1,1,1,10579,0,6958.24,-4419.61,735.11,1.4956,333,15,0,3529,0,1,0,0,0),(41602,7458,1,1,1,10579,0,6696.41,-5357.36,770.033,2.42462,333,2,0,3529,0,1,0,0,0),(41603,7458,1,1,1,10579,0,6553.84,-5107.75,769.852,5.536,333,0,0,3529,0,0,0,0,0),(41604,7458,1,1,1,10579,0,6580.53,-5108.79,768.992,2.60636,333,0,0,3529,0,0,0,0,0),(41605,7458,1,1,1,10579,0,6567.96,-5143.51,769.996,5.84006,333,2,0,3529,0,1,0,0,0),(41606,7458,1,1,1,10579,0,7106.81,-4203.48,703.734,2.2225,333,15,0,3529,0,1,0,0,0),(41607,7458,1,1,1,10579,0,6572.7,-5183.42,768.972,4.3361,333,2,0,3529,0,1,0,0,0),(41608,7458,1,1,1,10579,0,6631.56,-5412.49,760.71,6.01034,333,2,0,3529,0,1,0,0,0),(41609,7458,1,1,1,10579,0,6581.68,-5280.21,752.666,3.14546,333,2,0,3529,0,1,0,0,0),(41610,7458,1,1,1,10579,0,6642.69,-5233.7,755.991,5.33701,333,2,0,3529,0,1,0,0,0),(41611,7458,1,1,1,10579,0,6668.3,-5342.59,771.983,6.15338,333,2,0,3529,0,1,0,0,0),(41612,7458,1,1,1,10579,0,6632.95,-5280.92,753.529,3.52882,333,2,0,3529,0,1,0,0,0),(41613,7458,1,1,1,10579,0,6504.5,-5120.59,767.663,4.19584,333,3,0,3529,0,1,0,0,0),(41614,7458,1,1,1,10579,0,6479.5,-5079.67,755.486,4.51871,333,3,0,3529,0,1,0,0,0),(41615,7458,1,1,1,10579,0,7158.78,-4421.41,638.04,3.20998,333,15,0,3529,0,1,0,0,0),(41616,7458,1,1,1,10579,0,6377.21,-5032.92,749.466,3.75681,333,15,0,3529,0,1,0,0,0),(41617,7458,1,1,1,10579,0,6484.11,-5047.99,745.645,2.24816,333,10,0,3529,0,1,0,0,0),(41618,7458,1,1,1,10579,0,6441.67,-5075,749.606,2.31005,333,15,0,3529,0,1,0,0,0),(41619,7458,1,1,1,10579,0,6622.77,-4982.15,706.648,1.36707,333,15,0,3529,0,1,0,0,0),(41620,7458,1,1,1,10579,0,6557.66,-4991.79,713.988,6.14609,333,15,0,3529,0,1,0,0,0),(41621,7458,1,1,1,10579,0,6586.76,-5021.95,714.403,4.11026,333,15,0,3529,0,1,0,0,0),(41622,7458,1,1,1,10579,0,6457.94,-5021.66,736.342,4.6383,333,15,0,3529,0,1,0,0,0),(41623,7458,1,1,1,10579,0,6420.43,-4992.32,742.723,5.23488,333,15,0,3529,0,1,0,0,0),(41624,7458,1,1,1,10579,0,6527.12,-4948.95,715.614,0.005349,333,15,0,3529,0,1,0,0,0),(41625,7458,1,1,1,10579,0,6588.97,-5016.63,713.073,4.58506,333,15,0,3529,0,1,0,0,0),(41626,7458,1,1,1,10579,0,6515.07,-5011.46,731.107,1.50287,333,15,0,3529,0,1,0,0,0),(41627,7459,1,1,1,10945,0,6698.1,-5303.39,749.158,3.43174,333,2,0,3644,0,1,0,0,0),(41628,7459,1,1,1,10945,0,6561.96,-5202.56,764.172,4.59596,333,2,0,3644,0,1,0,0,0),(41629,7459,1,1,1,10945,0,6581.35,-5287.64,752.47,3.25577,333,2,0,3644,0,1,0,0,0),(41630,7459,1,1,1,10945,0,6694.71,-5341.35,748.793,1.05431,333,2,0,3644,0,1,0,0,0),(41631,7459,1,1,1,10945,0,6756.21,-5351.48,766.961,0.761036,333,2,0,3644,0,1,0,0,0),(41632,7459,1,1,1,10945,0,6589.16,-5167.14,765.908,5.89863,333,2,0,3644,0,1,0,0,0),(41633,7459,1,1,1,10945,0,6606.4,-5369.42,761.163,4.51233,333,2,0,3644,0,1,0,0,0),(41634,7459,1,1,1,10945,0,6685.57,-5398.21,763.416,0.598206,333,2,0,3644,0,1,0,0,0),(41635,7459,1,1,1,10945,0,6661.28,-5403.45,760.239,1.94254,333,2,0,3644,0,1,0,0,0),(41636,7459,1,1,1,10945,0,6594.32,-5208.95,767.141,5.93697,333,2,0,3644,0,1,0,0,0),(245542,16592,0,1,1,11686,0,-1134.84,-3531.81,51.0719,-0.820305,300,0,0,42,0,0,0,0,0),(41639,7459,1,1,1,10945,0,6471.11,-4994.14,732.804,3.66521,333,0,0,3644,0,0,0,0,0),(41640,7459,1,1,1,10945,0,6621.69,-4923.25,705.026,0.827529,333,15,0,3644,0,1,0,0,0),(41641,7459,1,1,1,10945,0,6553.07,-5050.06,722.443,1.28537,333,15,0,3644,0,1,0,0,0),(41642,11556,1,1,1,6829,0,6900.44,-2285.77,586.148,4.29351,333,0,0,3398,0,0,0,0,0),(41643,2084,1,1,1,4243,1,7073.94,-3969.67,745.713,5.28835,333,0,0,3758,0,0,0,0,0),(41644,7460,1,1,1,10946,0,6342.02,-5119.59,781.353,4.9038,333,5,0,3758,0,1,0,0,0),(41645,7460,1,1,1,10946,0,6564.4,-5264.12,753.709,4.84026,333,5,0,3758,0,1,0,0,0),(41646,7460,1,1,1,10946,0,6542.3,-5297.31,755.144,4.48013,333,2,0,3758,0,1,0,0,0),(41647,7460,1,1,1,10946,0,6538.03,-5269.09,752.677,6.10932,333,2,0,3758,0,1,0,0,0),(41648,7460,1,1,1,10946,0,6720.51,-5327.45,750.828,4.94919,333,2,0,3758,0,1,0,0,0),(41649,7460,1,1,1,10946,0,6752.53,-5322.79,748.355,0.692079,333,2,0,3758,0,1,0,0,0),(41650,7460,1,1,1,10946,0,6650.65,-5283.56,753.521,4.02772,333,2,0,3758,0,1,0,0,0),(41651,7460,1,1,1,10946,0,6613.29,-5308.83,753.695,3.30819,333,2,0,3758,0,1,0,0,0),(41652,7460,1,1,1,10946,0,6614.75,-5382.59,761.815,4.87503,333,2,0,3758,0,1,0,0,0),(41653,7460,1,1,1,10946,0,6702.17,-5367.94,769.321,3.79123,333,2,0,3758,0,1,0,0,0),(41656,7460,1,1,1,10946,0,6406.12,-5062.72,749.77,3.57195,333,15,0,3758,0,1,0,0,0),(245541,16592,1,1,1,11686,0,2014.65,-2337.84,89.5211,2.37365,300,0,0,42,0,0,0,0,0),(41658,7460,1,1,1,10946,0,6612.03,-4910.32,704.757,1.53109,333,15,0,3758,0,1,0,0,0),(41659,7460,1,1,1,10946,0,6591.75,-5061.57,739.001,1.81514,333,0,0,3758,0,0,0,0,0),(41660,7461,1,1,1,10924,0,4546.76,-4254.31,906.088,4.69481,600,0,0,12438,11196,2,0,0,0),(41661,7461,1,1,1,10924,0,4376.45,-4465.75,896.768,1.98991,600,5,0,12438,11196,1,0,0,0),(41662,7461,1,1,1,10924,0,4575.75,-4676.58,881.164,1.62526,600,5,0,12438,11196,1,0,0,0),(41663,7461,1,1,1,10924,0,4748.6,-4271.48,893.643,1.2166,600,5,0,12438,11196,1,0,0,0),(41664,7461,1,1,1,10924,0,4734.27,-4307.8,897.287,2.86061,600,5,0,12438,11196,1,0,0,0),(41665,7461,1,1,1,10924,0,4803.43,-4897.79,883.507,1.01447,600,5,0,12438,11196,1,0,0,0),(41666,7461,1,1,1,10924,0,4783.66,-4833.72,880.177,4.87818,600,15,0,12438,11196,1,0,0,0),(41667,7461,1,1,1,10924,0,4334.71,-4411.15,900.284,4.82682,600,5,0,12438,11196,1,0,0,0),(41670,7461,1,1,1,10924,0,4908.41,-4558.28,857.96,3.70367,600,5,0,12438,11196,1,0,0,0),(41671,7461,1,1,1,10924,0,4837.38,-4586.33,861.424,2.73407,600,0,0,12438,11196,2,0,0,0),(41675,7461,1,1,1,10924,0,4577.65,-4610.45,891.684,6.18536,600,5,0,12438,11196,1,0,0,0),(41678,7461,1,1,1,10924,0,4523.42,-4026.22,936.356,3.65856,600,15,0,12438,11196,1,0,0,0),(41679,7461,1,1,1,10924,0,4553.42,-4073.26,940.752,5.1321,600,5,0,12438,11196,1,0,0,0),(41680,7461,1,1,1,10924,0,4768.45,-4216.32,897.622,5.25381,600,15,0,12438,11196,1,0,0,0),(41681,7461,1,1,1,10924,0,4596.4,-4600.65,885.26,5.30472,600,15,0,12438,11196,1,0,0,0),(41682,7461,1,1,1,10924,0,4757.73,-4265.32,894.689,4.34429,600,15,0,12438,11196,1,0,0,0),(41683,7461,1,1,1,10924,0,4564.2,-4510.07,886.451,6.26491,600,5,0,12438,11196,1,0,0,0),(41684,7462,1,1,1,6172,0,4366.4,-4362.22,898.161,6.08656,600,5,0,17766,0,1,0,0,0),(41685,7462,1,1,1,6172,0,4781.61,-4272.84,892.429,1.21932,600,15,0,17766,0,1,0,0,0),(41686,7462,1,1,1,6172,0,4387.07,-4422.84,895.963,4.67671,600,5,0,17766,0,1,0,0,0),(41687,7462,1,1,1,6172,0,4793.2,-4344.82,896.235,0.38232,600,10,0,17766,0,1,0,0,0),(41688,7462,1,1,1,6172,0,4421.87,-4439.98,900.037,1.24997,600,5,0,17766,0,1,0,0,0),(41689,7462,1,1,1,6172,0,4517.34,-4328.33,909.556,2.72734,600,5,0,17766,0,1,0,0,0),(41690,7462,1,1,1,6172,0,4539.68,-4693.72,885.506,0.79991,600,5,0,17766,0,1,0,0,0),(41691,7462,1,1,1,6172,0,4520.09,-4108.89,934.929,1.32297,600,15,0,17766,0,1,0,0,0),(41692,7462,1,1,1,6172,0,4260.33,-4023.68,933.502,4.93343,600,15,0,17766,0,1,0,0,0),(41693,7462,1,1,1,6172,0,4741.53,-4874.94,882.012,3.27092,600,15,0,17766,0,1,0,0,0),(41694,7462,1,1,1,6172,0,4260.99,-4047.13,934.205,5.14459,600,15,0,17766,0,1,0,0,0),(41695,7462,1,1,1,6172,0,4354.34,-4467.95,899.2,1.80244,600,5,0,17766,0,1,0,0,0),(41696,7462,1,1,1,6172,0,4872.02,-4495.88,890.235,1.86644,600,5,0,17766,0,1,0,0,0),(41697,7462,1,1,1,6172,0,4624.27,-4623.9,881.188,2.42809,600,15,0,17766,0,1,0,0,0),(41698,7462,1,1,1,6172,0,4334.21,-4367.93,900.768,0.429133,600,5,0,17766,0,1,0,0,0),(41699,7462,1,1,1,6172,0,4323.97,-4037.87,936.674,5.50098,600,5,0,17766,0,1,0,0,0),(41700,7462,1,1,1,6172,0,4290,-4036.5,929.151,1.16551,600,5,0,17766,0,1,0,0,0),(41701,7462,1,1,1,6172,0,4447.12,-4346.33,901.551,1.67843,600,5,0,17766,0,1,0,0,0),(41702,7462,1,1,1,6172,0,4788.18,-4248.38,895.521,2.96681,600,15,0,17766,0,1,0,0,0),(41709,7462,1,1,1,6172,0,4410.59,-4523.87,901.261,1.29814,600,5,0,17766,0,1,0,0,0),(41710,7462,1,1,1,6172,0,4588.74,-4460.17,883.878,1.76243,600,5,0,17766,0,1,0,0,0),(41711,7463,1,1,1,9018,1,4756.88,-4412.52,894.109,4.98081,600,5,0,17766,0,1,0,0,0),(41717,7463,1,1,1,9018,1,4486.78,-4037.77,941.486,1.35848,600,5,0,17766,0,1,0,0,0),(41719,7463,1,1,1,9018,1,4793.47,-4309.48,893.17,3.4839,600,15,0,17766,0,1,0,0,0),(41724,7463,1,1,1,9018,1,4359.38,-3932.29,946.718,1.1071,600,5,0,17766,0,1,0,0,0),(41725,7463,1,1,1,9018,1,4428.17,-4390.12,899.634,3.53356,600,5,0,17766,0,1,0,0,0),(41730,7463,1,1,1,9018,1,4283.74,-3999.9,930.424,1.51046,600,3,0,17766,0,1,0,0,0),(41731,7463,1,1,1,9018,1,4761.92,-4927.4,884.428,5.45842,600,15,0,17766,0,1,0,0,0),(41732,7463,1,1,1,9018,1,4479.55,-4094.89,934.137,1.64293,600,0,0,17766,0,2,0,0,0),(41733,7463,1,1,1,9018,1,4977.08,-4533.53,854.93,5.91667,600,0,0,17766,0,0,0,0,0),(41735,7463,1,1,1,9018,1,4975.87,-4560.05,856.159,0,600,0,0,17766,0,0,0,0,0),(41737,7463,1,1,1,9018,1,4818.15,-4611.45,864.13,0.33225,600,0,0,17766,0,2,0,0,0),(41738,7463,1,1,1,9018,1,4365.48,-4520.29,903.849,2.07558,600,5,0,17766,0,1,0,0,0),(41740,7463,1,1,1,9018,1,4576.96,-4742.38,884.505,3.01033,600,5,0,17766,0,1,0,0,0),(41751,7463,1,1,1,9018,1,4596.59,-4601.78,885.367,4.57326,600,0,0,17766,0,2,0,0,0),(41752,7463,1,1,1,9018,1,4817.67,-4617.98,864.267,4.51672,600,0,0,17766,0,2,0,0,0),(41753,7463,1,1,1,9018,1,4512.09,-4037.77,934.073,4.20415,600,0,0,17766,0,2,0,0,0),(41755,7463,1,1,1,9018,1,4757.4,-4648.85,876.658,0.785515,600,0,0,17766,0,2,0,0,0),(41757,10806,1,1,1,10618,0,7390.74,-4861.3,717.809,5.33415,333,0,0,3374,0,2,0,0,0),(41758,10807,1,1,1,12683,0,5792.93,-4757.32,776.796,3.51011,333,0,0,3589,0,0,0,0,0),(41759,10300,1,1,1,9775,1,5717.89,-4794.96,778.147,1.36136,333,0,0,3876,0,0,0,0,0),(41762,10301,1,1,1,9773,1,7093.02,-4018.56,744.888,4.53786,333,0,0,13070,0,0,0,0,0),(41763,10303,1,1,1,9776,1,6716.85,-4713.84,721.702,1.27409,333,0,0,4120,0,0,0,0,0),(41764,10305,1,1,1,9780,1,6752.67,-4639.33,721.837,2.21657,333,0,0,3758,0,0,0,0,0),(41765,10307,1,1,1,9774,1,6720.53,-4712.91,721.976,1.85005,333,0,0,2379,5013,0,0,0,0),(41766,11079,1,1,1,10645,1,7094.94,-4006.68,744.901,0.15708,333,0,0,16185,0,0,0,0,0),(41767,5198,1,1,1,1166,0,6735.04,-4609.86,720.786,4.85202,333,0,0,198,0,0,0,0,0),(41769,9298,1,1,1,8949,1,6395.57,-2536.75,541.548,2.63731,333,0,0,11075,0,0,0,0,0),(41770,13917,1,1,1,13969,1,6783.17,-4679.94,723.974,2.6529,333,0,0,7842,0,0,0,0,0),(41772,7523,1,1,1,10701,0,6371.48,-3951.64,686.315,2.82229,333,15,0,2634,2041,1,0,0,0),(41773,7523,1,1,1,10701,0,6521.01,-4120.7,662.283,4.6234,333,15,0,2634,2041,1,0,0,0),(41774,7523,1,1,1,10701,0,6496.88,-4343.11,672.613,2.3574,333,10,0,2634,2041,1,0,0,0),(41777,7523,1,1,1,10701,0,6554.88,-4156.67,662.707,5.13825,333,5,0,2634,2041,1,0,0,0),(41778,7523,1,1,1,10701,0,6542.59,-4115.34,664.449,3.39196,333,15,0,2634,2041,1,0,0,0),(41782,7523,1,1,1,10701,0,6407.23,-4003.54,667.126,4.8053,333,5,0,2634,2041,1,0,0,0),(41784,7523,1,1,1,10701,0,6423.96,-3988.54,665.628,4.90978,333,15,0,2634,2041,1,0,0,0),(41785,7523,1,1,1,10701,0,6521.15,-3912.29,662.937,0.296323,333,15,0,2634,2041,1,0,0,0),(41786,7523,1,1,1,10701,0,6615.45,-4037.97,662.536,4.67015,333,5,0,2634,2041,1,0,0,0),(41787,7523,1,1,1,10701,0,6648.23,-4047.21,661.302,3.20793,333,5,0,2634,2041,1,0,0,0),(41788,7523,1,1,1,10701,0,6614.52,-4114.43,658.408,3.42151,333,15,0,2634,2041,1,0,0,0),(41789,7523,1,1,1,10701,0,6587.59,-4080.57,658.408,1.66249,333,5,0,2634,2041,1,0,0,0),(41793,7523,1,1,1,10701,0,6449.06,-4014.05,658.379,4.50861,333,15,0,2634,2041,1,0,0,0),(41794,7523,1,1,1,10701,0,6487.39,-4330.48,667.044,6.16203,333,10,0,2634,2041,1,0,0,0),(41795,7523,1,1,1,10701,0,6452.89,-4318.47,665.492,3.45969,333,10,0,2634,2041,1,0,0,0),(41796,7523,1,1,1,10701,0,6357.31,-3984.51,692.722,1.91314,333,10,0,2634,2041,1,0,0,0),(41804,7523,1,1,1,10701,0,6578.85,-4048,659.592,3.02933,333,5,0,2634,2041,1,0,0,0),(41806,7523,1,1,1,10701,0,6545.18,-3914.22,661.893,3.55349,333,15,0,2634,2041,1,0,0,0),(41807,7523,1,1,1,10701,0,6578.39,-3878.74,662.739,0.088134,333,15,0,2634,2041,1,0,0,0),(41810,7523,1,1,1,10701,0,6592.4,-3986.66,663.972,2.95301,333,15,0,2634,2041,1,0,0,0),(41815,7523,1,1,1,10701,0,6484.43,-4283.33,665.705,4.53822,333,0,0,2634,2041,0,0,0,0),(41816,7523,1,1,1,10701,0,6455.34,-4185.03,660.799,0.169239,333,15,0,2634,2041,1,0,0,0),(41818,7523,1,1,1,10701,0,6434.86,-4130.79,666.343,1.04622,333,5,0,2634,2041,1,0,0,0),(41878,7523,1,1,1,10701,0,6446.21,-4122.08,665.093,1.0059,333,15,0,2634,2041,1,0,0,0),(42127,7523,1,1,1,10701,0,6446.73,-4083.28,662.119,3.95441,333,15,0,2634,2041,1,0,0,0),(42163,7523,1,1,1,10701,0,6475.26,-4121.2,658.783,3.72296,333,15,0,2634,2041,1,0,0,0),(42164,7524,1,1,1,10702,0,6353.48,-3945.67,685.443,1.96039,333,10,0,2823,2117,1,0,0,0),(42165,7524,1,1,1,10702,0,6511.37,-3888.83,661.073,1.6255,333,10,0,2823,2117,1,0,0,0),(42166,7524,1,1,1,10702,0,6452.12,-4289.91,666.752,6.06575,333,5,0,2823,2117,1,0,0,0),(42167,7524,1,1,1,10702,0,6450.19,-4253.65,665.643,5.74453,333,5,0,2823,2117,1,0,0,0),(42168,7524,1,1,1,10702,0,6621.08,-4018.8,659.688,3.19117,333,5,0,2823,2117,1,0,0,0),(42169,7524,1,1,1,10702,0,6312.21,-3951.03,701.698,4.52,333,5,0,2823,2117,1,0,0,0),(42170,7524,1,1,1,10702,0,6322.67,-3927.75,696.217,6.0968,333,5,0,2823,2117,1,0,0,0),(42171,7524,1,1,1,10702,0,6419.16,-4352.31,667.974,1.65594,333,5,0,2823,2117,1,0,0,0),(42172,7524,1,1,1,10702,0,6521.79,-4355.02,675.703,0.197287,333,5,0,2823,2117,1,0,0,0),(42173,7524,1,1,1,10702,0,6419.05,-4018.97,664.626,2.3774,333,15,0,2823,2117,1,0,0,0),(42174,7524,1,1,1,10702,0,6384.66,-3913.36,684.777,1.91232,333,15,0,2823,2117,1,0,0,0),(42175,7524,1,1,1,10702,0,6521.27,-4316.59,669.229,5.84573,333,10,0,2823,2117,1,0,0,0),(42176,7524,1,1,1,10702,0,6417.71,-4280.28,666.254,1.84839,333,15,0,2823,2117,1,0,0,0),(42177,7524,1,1,1,10702,0,6648.33,-4110.88,658.472,4.22479,333,10,0,2823,2117,1,0,0,0),(42178,7524,1,1,1,10702,0,6481.54,-4245.83,660.724,3.27879,333,15,0,2823,2117,1,0,0,0),(42179,7524,1,1,1,10702,0,6553.95,-4012.39,658.539,5.30958,333,5,0,2823,2117,1,0,0,0),(42180,11629,1,1,1,11512,1,6688.23,-4667.66,721.734,0.261799,333,0,0,2769,0,0,0,0,0),(42181,11118,1,1,1,10654,1,6695.15,-4673.04,721.65,0.541052,333,0,0,1003,0,0,0,0,0),(42182,11119,1,1,1,10656,1,6738.57,-4604.24,720.539,2.93215,333,0,0,1003,0,0,0,0,0),(42183,12150,1,1,1,12240,0,6745.14,-4609.39,720.848,4.60767,333,0,0,42,0,0,0,0,0),(247310,30352,712,3,1,0,1,16.5684,2.46962,20.4252,3.1329,120,0,0,1,0,0,0,0,0),(247309,30352,712,3,1,0,1,-17.337,3.98796,20.7652,3.1541,120,0,0,1,0,0,0,0,0),(247308,30352,712,3,1,0,1,48.8649,-8.72834,40.0818,3.12642,120,0,0,1,0,0,0,0,0),(247307,30351,712,3,1,0,1,1.44228,9.63379,20.4566,3.15096,120,0,0,1,0,0,0,0,0),(247306,30351,712,3,1,0,1,-36.1811,-6.90251,20.4501,1.6483,120,0,0,1,0,0,0,0,0),(247305,30351,712,3,1,0,1,-36.4471,6.81573,20.4485,4.73177,120,0,0,1,0,0,0,0,0),(247304,30351,712,3,1,0,1,39.976,44.3876,25.0331,3.16019,120,0,0,1,0,0,0,0,0),(247303,30351,712,3,1,0,1,0.773476,22.5004,22.5503,3.2248,120,0,0,1,0,0,0,0,0),(247302,30351,712,3,1,0,1,1.29162,-9.37181,20.458,3.17295,120,0,0,1,0,0,0,0,0),(247301,30351,712,3,1,0,1,2.42088,-23.0053,22.5625,0.046087,120,0,0,1,0,0,0,0,0),(53880,34947,571,1,1,25633,1,9430.09,1180.24,0.212892,0.125641,120,0,0,1,0,0,0,0,0),(53874,34947,571,1,1,25633,1,9602.27,932.437,0.351324,3.36934,120,0,0,1,0,0,0,0,0),(53876,34947,571,1,1,25632,1,9603.91,929.085,0.354932,3.06303,120,0,0,1,0,0,0,0,0),(42201,10618,1,1,1,10190,1,8067.48,-3862.44,763.086,1.62316,333,0,0,3496,2568,0,0,0,0),(42202,10619,1,1,1,9954,0,8068.7,-3862.2,762.76,1.53589,333,0,0,4430,0,0,0,0,0),(42203,9857,1,1,1,9132,0,6772.35,-4679.5,723.853,0.907571,333,0,0,6645,0,0,0,0,0),(42204,11138,1,1,1,10657,1,6800.54,-4742.35,701.62,3.1765,600,0,0,10572,0,0,0,0,0),(42205,11139,1,1,1,10658,1,6815.12,-4610.12,710.759,3.49066,600,0,0,10572,0,0,0,0,0),(42206,8588,1,1,1,9757,1,7235.04,-5131.35,732.843,1.50098,333,0,0,1939,4393,0,0,0,0),(42207,10637,1,1,1,9969,1,6697.55,-4647.11,721.089,3.12414,333,0,0,3997,0,0,0,0,0),(42208,16015,1,1,1,10815,0,4822.68,-4496.45,892.362,6.05629,333,0,0,9958,0,0,0,0,0),(42209,14742,1,1,1,14775,1,6753.64,-4660.54,724.349,1.25664,333,0,0,3104,0,0,0,0,0),(42210,10659,1,1,1,10585,0,6084.1,-4417.01,692.92,5.46946,333,5,0,3398,0,1,0,0,0),(42211,10659,1,1,1,10585,0,5897.74,-4103.98,594.154,1.0334,333,3,0,3398,0,1,0,0,0),(42212,10659,1,1,1,10585,0,6137.59,-4587.13,707.291,5.9008,333,5,0,3398,0,1,0,0,0),(42213,10659,1,1,1,10585,0,6156.68,-4599.62,714.432,1.84749,333,5,0,3398,0,1,0,0,0),(42214,10659,1,1,1,10585,0,6189.17,-4588.83,715.55,0.27183,333,5,0,3398,0,1,0,0,0),(42215,10659,1,1,1,10585,0,6164.27,-4587.95,714.27,3.09306,333,5,0,3398,0,1,0,0,0),(42216,10659,1,1,1,10585,0,5871.04,-4042.79,591.787,5.73749,333,3,0,3398,0,1,0,0,0),(42217,10659,1,1,1,10585,0,5879.44,-4040.87,593.06,3.18881,333,15,0,3398,0,1,0,0,0),(42218,10659,1,1,1,10585,0,6232.81,-4349.48,710.382,0.257681,333,3,0,3398,0,1,0,0,0),(42219,10659,1,1,1,10585,0,6200.83,-4346.64,729.852,0.278836,333,3,0,3398,0,1,0,0,0),(42220,10659,1,1,1,10585,0,5953,-4449.71,713.435,3.29449,333,15,0,3398,0,1,0,0,0),(42221,10659,1,1,1,10585,0,6175.84,-4378.05,666.183,0.160627,333,3,0,3398,0,1,0,0,0),(42222,10659,1,1,1,10585,0,6126.95,-4189.62,638.559,4.61528,333,3,0,3398,0,1,0,0,0),(42223,10659,1,1,1,10585,0,6122.81,-4181.4,638.512,1.53395,333,3,0,3398,0,1,0,0,0),(42224,10659,1,1,1,10585,0,6107.55,-4209.37,634.286,4.64802,333,3,0,3398,0,1,0,0,0),(42225,10659,1,1,1,10585,0,6112.74,-4204.5,635.702,2.16415,333,3,0,3398,0,1,0,0,0),(42226,10659,1,1,1,10585,0,5967.74,-4190.63,615.054,1.03825,333,3,0,3398,0,1,0,0,0),(42227,10659,1,1,1,10585,0,5970.08,-4189.13,615.316,4.27897,333,3,0,3398,0,1,0,0,0),(42228,10660,1,1,1,10584,0,6086.55,-4421.84,689.446,1.04794,333,5,0,2823,2117,1,0,0,0),(42229,10660,1,1,1,10584,0,5892.07,-4102.9,594.027,4.43014,333,3,0,2823,2117,1,0,0,0),(42230,10660,1,1,1,10584,0,5886.22,-4107.2,594.277,0.519578,333,3,0,2823,2117,1,0,0,0),(42231,10660,1,1,1,10584,0,6148.89,-4551.18,710.221,4.32916,333,5,0,2823,2117,1,0,0,0),(42232,10660,1,1,1,10584,0,6153.31,-4553.59,711.056,5.63988,333,5,0,2823,2117,1,0,0,0),(42233,10660,1,1,1,10584,0,6130.65,-4636.77,711.806,6.03063,333,5,0,2823,2117,1,0,0,0),(42234,10660,1,1,1,10584,0,6173.6,-4623.88,716.779,1.45323,333,5,0,2823,2117,1,0,0,0),(42235,10660,1,1,1,10584,0,6179.22,-4579.96,714.3,3.91831,333,5,0,2823,2117,1,0,0,0),(42236,10660,1,1,1,10584,0,6142.38,-4522.75,702.17,4.58503,333,5,0,2823,2117,1,0,0,0),(42237,10660,1,1,1,10584,0,6137.26,-4503.93,687.184,1.13771,333,5,0,2823,2117,1,0,0,0),(42238,10660,1,1,1,10584,0,6118.87,-4335.41,732.441,0.441227,333,3,0,2823,2117,1,0,0,0),(42239,10660,1,1,1,10584,0,6122.07,-4301.77,731.255,1.52949,333,3,0,2823,2117,1,0,0,0),(42240,10660,1,1,1,10584,0,5980.98,-4435.27,709.986,4.69774,333,15,0,2823,2117,1,0,0,0),(42241,10660,1,1,1,10584,0,6105.68,-4710.8,734.031,4.46039,333,3,0,2823,2117,1,0,0,0),(42242,10660,1,1,1,10584,0,6108.14,-4742.79,749.502,4.72411,333,3,0,2823,2117,1,0,0,0),(42243,10660,1,1,1,10584,0,6150.22,-4418.32,661.471,2.27953,333,3,0,2823,2117,1,0,0,0),(42244,10660,1,1,1,10584,0,6150.63,-4429.69,661.887,5.93777,333,3,0,2823,2117,1,0,0,0),(42245,10660,1,1,1,10584,0,6166.7,-4381.99,665.096,5.22346,333,3,0,2823,2117,1,0,0,0),(42246,10660,1,1,1,10584,0,6172.13,-4208.91,644.47,5.34229,333,3,0,2823,2117,1,0,0,0),(42247,10660,1,1,1,10584,0,6164.48,-4205.96,642.44,3.9253,333,3,0,2823,2117,1,0,0,0),(42248,10660,1,1,1,10584,0,6121.11,-4187.73,638.071,2.51346,333,3,0,2823,2117,1,0,0,0),(42249,10660,1,1,1,10584,0,6106.58,-4200.32,634.89,0.942428,333,3,0,2823,2117,1,0,0,0),(42250,10916,1,1,1,6829,0,6886.71,-4085.93,690.912,5.64808,333,0,0,3758,0,2,0,0,0),(42251,10916,1,1,1,6829,0,6896.69,-4094.36,691.715,5.58132,333,0,0,3758,0,2,0,0,0),(42252,10916,1,1,1,6829,0,6891.28,-4089.79,691.189,5.58132,333,0,0,3758,0,2,0,0,0),(42253,10661,1,1,1,10583,0,6085.23,-4425.32,688.744,5.49848,333,5,0,3420,0,1,0,0,0),(42254,10661,1,1,1,10583,0,5875.66,-4048.99,592.755,1.2575,333,3,0,3420,0,1,0,0,0),(42255,10661,1,1,1,10583,0,6218.1,-4341.52,720.856,2.14037,333,3,0,3420,0,1,0,0,0),(42256,10661,1,1,1,10583,0,6117.86,-4316.04,732.491,5.4577,333,3,0,3420,0,1,0,0,0),(42257,10661,1,1,1,10583,0,5985.6,-4423.26,711.522,1.4387,333,15,0,3420,0,1,0,0,0),(42258,10661,1,1,1,10583,0,6123.14,-4732.53,742.411,2.66048,333,3,0,3420,0,1,0,0,0),(42259,10661,1,1,1,10583,0,6165.43,-4492.74,685.851,2.08946,333,5,0,3420,0,1,0,0,0),(42260,10661,1,1,1,10583,0,6151.47,-4427.07,661.981,5.67302,333,3,0,3420,0,1,0,0,0),(42261,10661,1,1,1,10583,0,6164.73,-4375.12,663.892,0.61323,333,3,0,3420,0,1,0,0,0),(42262,10661,1,1,1,10583,0,6173.84,-4204.27,642.614,3.25983,333,3,0,3420,0,1,0,0,0),(42263,10661,1,1,1,10583,0,5963.93,-4192.41,614.276,6.04548,333,3,0,3420,0,1,0,0,0),(42264,10918,1,1,1,11513,0,5042.13,-4845.89,869.714,0.699623,333,0,0,4244,0,0,0,0,0),(42265,10662,1,1,1,9995,0,6282.77,-4491.71,721.254,4.67879,600,0,0,16194,0,0,0,0,0),(42266,10663,1,1,1,9996,0,5966.88,-4093.09,598.823,1.36743,600,0,0,17226,0,0,0,0,0),(42267,10664,1,1,1,6373,0,5887.75,-4058.83,594.695,0.951846,600,0,0,36624,0,2,0,0,0),(42268,4779,1,1,1,2785,0,6741.7,-4608.93,720.738,4.83456,333,0,0,42,0,0,0,0,0),(42269,11182,1,1,1,10739,1,6740.85,-4691.69,721.453,4.29351,333,0,0,3293,0,0,0,0,0),(42270,11183,1,1,1,10740,1,6742.89,-4694.97,721.453,3.12414,333,0,0,3398,0,0,0,0,0),(42271,11184,1,1,1,10741,1,6733.39,-4699.04,721.453,0.610865,333,0,0,3189,0,0,0,0,0),(42272,11696,1,1,1,11662,1,7243.25,-5131.11,732.957,0.191986,333,0,0,3189,0,0,0,0,0),(42273,11185,1,1,1,10742,1,6706.15,-4633.79,721.869,5.58505,333,0,0,3758,0,0,0,0,0),(42274,11186,1,1,1,10744,1,6706.53,-4703.55,721.682,0.977384,333,0,0,3293,0,0,0,0,0),(42275,11187,1,1,1,10743,1,6679.62,-4670.89,721.797,3.26377,333,0,0,4120,0,0,0,0,0),(42276,11188,1,1,1,10745,1,6745.13,-4630.21,721.675,4.18879,333,0,0,3876,0,0,0,0,0),(42277,11189,1,1,1,10746,1,6772.05,-4662.02,723.979,5.37561,333,0,0,2980,0,0,0,0,0),(42278,11190,1,1,1,10748,1,6738,-4674.85,722.069,5.59426,333,0,0,22758,0,0,0,0,0),(42279,11190,1,1,1,10748,1,6768.34,-4668.52,723.748,6.23082,333,0,0,22758,0,0,0,0,0),(42280,11190,1,1,1,10747,1,6719.97,-4702.69,721.832,0.95876,333,0,0,22758,0,0,0,0,0),(42281,11190,1,1,1,10748,1,6718.4,-4629.9,721.785,3.08778,333,0,0,22758,0,0,0,0,0),(42282,11190,1,1,1,10748,1,6768.52,-4673.63,723.748,0,333,0,0,22758,0,0,0,0,0),(42283,11190,1,1,1,10748,1,6730.23,-4611.55,720.785,1.74533,333,0,0,22758,0,0,0,0,0),(42284,11190,1,1,1,10747,1,6686.82,-4677.92,721.715,3.46504,333,0,0,22758,0,0,0,0,0),(42285,11190,1,1,1,10748,1,6702.67,-4648.39,721.115,3.91285,333,0,0,22758,0,0,0,0,0),(42286,11190,1,1,1,10748,1,6712.55,-4679.95,721.349,4.38982,333,0,0,22758,0,0,0,0,0),(42287,11190,1,1,1,10747,1,6700.61,-4694.59,722.099,5.07187,333,0,0,22758,0,0,0,0,0),(42288,11190,1,1,1,10747,1,6730.38,-4629.39,721.41,3.11139,333,0,0,22758,0,0,0,0,0),(42289,11190,1,1,1,10747,1,6712.8,-4640,721.365,5.27548,333,0,0,22758,0,2,0,0,0),(42290,11190,1,1,1,10748,1,6726.46,-4654.4,720.99,3.5595,333,0,0,22758,0,0,0,0,0),(42291,11190,1,1,1,10747,1,6749.09,-4713.45,721.298,4.33475,333,0,0,22758,0,0,0,0,0),(42292,11190,1,1,1,10748,1,6779.05,-4681.28,723.978,1.62316,333,0,0,22758,0,0,0,0,0),(42293,11190,1,1,1,10747,1,6725.81,-4623.57,720.936,1.6697,333,0,0,22758,0,2,0,0,0),(42294,11190,1,1,1,10747,1,6783.28,-4664.83,723.966,3.45575,333,0,0,22758,0,0,0,0,0),(42295,11190,1,1,1,10747,1,6718.92,-4612.77,721.41,1.50098,333,0,0,22758,0,0,0,0,0),(42296,11191,1,1,1,10725,1,6776.04,-4671.03,723.894,2.26893,333,0,0,3398,0,0,0,0,0),(42297,11192,1,1,1,10726,1,6778.65,-4668.73,723.929,4.01426,333,0,0,3876,0,0,0,0,0),(42298,11193,1,1,1,10724,1,6773.18,-4671.16,723.858,6.19592,333,0,0,3758,0,0,0,0,0),(42299,10684,1,1,1,11423,0,6433.67,-4302.5,666.743,6.0915,333,0,0,2915,2163,0,0,0,0),(42300,10431,1,1,1,9792,1,6688.56,-4672.37,721.742,5.96903,333,0,0,3398,0,0,0,0,0),(42301,14531,1,1,1,14580,0,7909.71,-4598.67,710.318,0.643306,600,0,0,24416,0,0,0,0,0),(42302,3779,1,1,1,1916,1,7122.51,-3977.65,745.698,2.84489,333,0,0,3398,0,0,0,0,0),(42303,11718,1,1,1,11673,1,7928.07,-4455.82,711.498,3.89208,333,0,0,4906,0,0,0,0,0),(42304,10197,1,1,1,3208,0,6764.5,-3514.1,686.782,2.27956,19900,0,0,3398,0,0,0,0,0),(42305,10198,1,1,1,10317,0,5211.14,-4815.45,701.077,0.733038,43200,0,0,9156,0,0,0,0,0),(42306,10199,1,1,1,9491,0,6848.33,-5066.45,689.427,5.38911,19900,0,0,3198,2369,2,0,0,0),(42307,10201,1,1,1,10925,0,4733.43,-4933.86,885.823,0.959931,43200,0,0,27665,9944,0,0,0,0),(42308,10978,1,1,1,10651,1,6705.61,-4686.18,721.974,0.436332,333,0,0,3758,0,0,0,0,0),(42309,10468,1,1,1,10655,1,6705.58,-4692.07,721.272,2.1293,333,0,0,3293,0,0,0,0,0),(42310,11751,1,1,1,11674,1,7924.14,-4453.44,711.23,4.64258,333,0,0,484,0,0,0,0,0),(42311,11753,1,1,1,11675,0,6705.41,-4662.46,722.028,6.23082,333,0,0,3876,0,0,0,0,0),(42312,11754,1,1,1,11676,0,6726.73,-4623.79,721.061,1.62203,333,0,0,2884,5751,2,0,0,0),(42313,11755,1,1,1,11679,0,6714.13,-4655.94,721.72,0,333,0,0,3293,0,0,0,0,0),(42314,11757,1,1,1,11690,0,6723.88,-4715.68,722.038,2.93694,333,0,0,1981,0,0,0,0,0),(42315,10738,1,1,1,9491,0,6720,-5255.57,777.95,5.00198,333,0,0,3554,2369,2,0,0,0),(42316,2303,1,1,1,10749,1,7147.01,-4005.61,745.713,2.79253,333,0,0,3644,0,0,0,0,0),(42317,10929,1,1,1,19806,1,6109.63,-4189.44,850.446,5.14872,300,0,0,3496,2568,0,0,0,0),(42318,11822,1,1,1,11777,1,7879.36,-2419.45,497.273,5.79449,300,0,0,1,2790,0,0,0,0),(42319,12022,1,1,1,12033,1,7873.69,-2494.83,489.361,4.32842,300,0,0,2980,0,0,0,0,0),(42320,11822,1,1,1,11775,1,7948.36,-2371.89,486.781,1.62316,300,0,0,1,2790,0,0,0,0),(42321,11822,1,1,1,11776,1,7803.22,-2421.13,488.602,5.07891,300,0,0,1,2790,0,0,0,0),(42322,11822,1,1,1,11775,1,7961.83,-2370.75,486.552,1.8326,300,0,0,1,2790,0,0,0,0),(42323,11822,1,1,1,11775,1,7799.91,-2407.41,488.05,3.61283,300,0,0,1,2790,0,0,0,0),(42324,11822,1,1,1,11776,1,7838.02,-2442.74,487.195,1.58825,300,0,0,1,2790,0,0,0,0),(42325,12025,1,1,1,12047,1,7768.57,-2429.68,487.31,4.85202,300,0,0,2980,0,0,0,0,0),(42326,11822,1,1,1,11774,1,7787.79,-2413.56,489.011,0.558505,300,0,0,1,2790,0,0,0,0),(42327,11822,1,1,1,11776,1,7990.63,-2691.08,510.865,0.383972,300,0,0,1,2790,0,0,0,0),(42328,11716,1,1,1,11684,1,7944.3,-2638.42,492.936,2.26893,300,0,0,4120,0,0,0,0,0),(42329,11939,1,1,1,11893,0,7943.56,-2417.24,494.055,4.85202,300,0,0,3398,0,0,0,0,0),(42330,11796,1,1,1,11771,0,8002.22,-2492.85,491.951,2.4917,300,0,0,3297,2434,0,0,0,0),(42331,11795,1,1,1,11770,0,7990.11,-2576.35,502.513,0.017453,300,0,0,3297,2434,0,0,0,0),(42332,11801,1,1,1,11768,0,7797.39,-2574.32,488.562,0.017453,300,0,0,3297,2434,0,0,0,0),(42333,11799,1,1,1,11766,1,7874.23,-2224.18,469.159,3.57792,300,0,0,3297,2434,0,0,0,0),(42334,11802,1,1,1,11769,0,8020,-2678.74,524.532,5.88176,300,0,0,3297,2434,0,0,0,0),(42335,11797,1,1,1,11772,0,7826.03,-2530.64,489.384,5.18363,300,0,0,3297,2434,0,0,0,0),(42336,10897,1,1,1,10196,1,7454.85,-2491.61,462.699,1.15192,600,0,0,10572,0,0,0,0,0),(42337,11798,1,1,1,11773,0,7785.46,-2403.46,489.626,5.86431,300,0,0,1,2790,0,0,0,0),(42338,11800,1,1,1,11767,0,7795.36,-2400.29,489.52,4.32842,300,0,0,1,2790,0,0,0,0),(42339,12740,1,1,1,12629,1,7466.15,-2122.08,492.427,5.88176,600,0,0,10572,0,0,0,0,0),(42340,11832,1,1,1,11906,0,7848.3,-2216.35,470.888,3.90954,600,0,0,119770,115815,0,0,0,0),(42341,721,1,1,1,328,0,7608.12,-2225.69,469.839,0.061484,300,5,0,1,0,1,0,0,0),(42342,883,1,1,1,347,0,7524.31,-2193.02,476.397,4.20073,300,5,0,1,0,1,0,0,0),(42343,1412,1,1,1,134,0,7625.93,-2208,468.214,1.31655,300,10,0,8,0,1,0,0,0),(42344,1412,1,1,1,134,0,7574.53,-2215.41,474.143,2.40816,300,10,0,8,0,1,0,0,0),(42345,883,1,1,1,347,0,7592.45,-2194.54,475.698,0.247466,300,5,0,1,0,1,0,0,0),(42346,1412,1,1,1,134,0,7592.41,-2184.6,475.299,2.22524,300,10,0,8,0,1,0,0,0),(42347,11957,1,1,1,11910,0,7359.77,-2729.17,461.181,6.21553,300,0,0,9431,0,0,0,0,0),(42348,1412,1,1,1,134,0,7534.41,-2143.83,483.908,3.15722,300,10,0,8,0,1,0,0,0),(42349,883,1,1,1,347,0,7565.45,-2361.3,453.986,6.00408,300,10,0,1,0,1,0,0,0),(42350,1412,1,1,1,134,0,8000.31,-2276.89,490.687,3.41993,300,10,0,8,0,1,0,0,0),(42351,883,1,1,1,347,0,7962.98,-2266.01,480.19,4.51289,300,5,0,1,0,1,0,0,0),(42352,883,1,1,1,347,0,7774.37,-2887.24,466.091,4.63816,300,10,0,1,0,1,0,0,0),(42353,1412,1,1,1,134,0,7620.92,-2896.15,465.532,0.174319,300,10,0,8,0,1,0,0,0),(42354,721,1,1,1,4626,0,7376.25,-2698.62,462.837,3.35066,300,5,0,1,0,1,0,0,0),(42355,883,1,1,1,347,0,7509.89,-2952.18,461.268,0.369294,300,5,0,1,0,1,0,0,0),(42356,11956,1,1,1,11909,0,8068.29,-2284.12,497.074,1.09579,300,0,0,9431,0,0,0,0,0),(42357,22889,1,1,1,21126,0,7497.61,-3104.43,435.345,2.96706,300,0,0,4192,3155,0,0,0,0),(42358,22889,1,1,1,21125,0,7473.7,-3057.61,427.129,3.66519,300,0,0,4192,3155,0,0,0,0),(42359,22902,1,1,1,19034,0,7467.01,-3103.62,429.772,0.942478,300,0,0,4192,3155,0,0,0,0),(42360,22834,1,1,1,21107,0,7459.48,-3123.03,438.398,5.51524,300,0,0,6986,0,0,0,0,0),(42361,22835,1,1,1,21108,1,7537.46,-3029.42,463.543,1.23918,300,0,0,8383,0,0,0,0,0),(42362,22837,1,1,1,21111,1,7517.58,-3054.21,444.818,4.88692,300,0,0,7181,0,0,0,0,0),(42363,22835,1,1,1,21108,1,7505.75,-3070.82,443.129,2.96706,300,0,0,8383,0,0,0,0,0),(42364,11822,1,1,1,11774,1,7918.04,-2492.09,488.53,0.05236,300,0,0,1,2790,0,0,0,0),(42365,4184,1,1,1,11907,0,7985.27,-2581.48,493.124,2.40855,300,0,0,2980,0,0,0,0,0),(42366,7940,1,1,1,7016,0,7979.74,-2569.33,493.124,4.67748,300,0,0,4906,0,0,0,0,0),(42367,11822,1,1,1,11775,1,7571.55,-2900.22,460.274,1.48353,300,0,0,1,2790,0,0,0,0),(42368,11822,1,1,1,11777,1,7561.52,-2899.31,460.247,1.44862,300,0,0,1,2790,0,0,0,0),(42369,12023,1,1,1,12034,0,8030.57,-2687.78,515.143,0.628319,300,0,0,2980,0,0,0,0,0),(42370,11822,1,1,1,11774,1,7888.12,-2575.61,487.058,1.90241,300,0,0,1,2790,0,0,0,0),(42371,12021,1,1,1,12045,1,7956.8,-2424.43,489.03,5.8294,300,0,0,2980,0,0,0,0,0),(42372,11822,1,1,1,11777,1,7620.78,-3025.96,483.009,2.30383,300,0,0,1,2790,0,0,0,0),(42373,11822,1,1,1,11777,1,7468.21,-2791.69,461.972,4.70428,300,0,0,1,2790,2,0,0,0),(42374,1412,1,1,1,134,0,7655.68,-2203.19,466.828,2.85874,300,10,0,8,0,1,0,0,0),(42375,1412,1,1,1,134,0,8060.94,-2716.67,518.772,6.28293,300,10,0,8,0,1,0,0,0),(42376,1412,1,1,1,134,0,7335.35,-2643.57,491.67,6.03204,300,10,0,8,0,1,0,0,0),(42377,1412,1,1,1,134,0,7521.72,-2489.4,454.6,3.25516,300,10,0,8,0,1,0,0,0),(42378,1412,1,1,1,134,0,7714.08,-2886.8,465.58,1.60646,300,10,0,8,0,1,0,0,0),(42379,1412,1,1,1,134,0,7723.12,-2813.36,460.252,6.16101,300,10,0,8,0,1,0,0,0),(42380,1412,1,1,1,134,0,7804.25,-2152.69,478.866,4.41195,300,10,0,8,0,1,0,0,0),(42381,883,1,1,1,347,0,7509.51,-2436.65,456.828,1.44378,300,5,0,1,0,1,0,0,0),(42382,22902,1,1,1,19033,0,7487.06,-3087.76,439.674,0.401426,300,0,0,4192,3155,0,0,0,0),(42383,22889,1,1,1,21125,0,7469.02,-3051.6,427.351,5.5676,300,0,0,4192,3155,0,0,0,0),(42384,22889,1,1,1,21125,0,7442.24,-3085.73,438.405,0.20944,300,0,0,4192,3155,0,0,0,0),(42385,22902,1,1,1,19033,0,7480.59,-3108.27,432.005,5.72468,300,0,0,4192,3155,0,0,0,0),(42386,22835,1,1,1,21108,1,7567.17,-3003.5,459.959,1.48353,300,0,0,8383,0,0,0,0,0),(42387,22835,1,1,1,21109,1,7546.75,-3034.87,463.543,1.02974,300,0,0,8383,0,0,0,0,0),(42388,11822,1,1,1,11775,1,7868.76,-2557.35,487.11,0.05236,300,0,0,1,2790,0,0,0,0),(42389,11822,1,1,1,11776,1,7975.65,-2495.48,487.399,3.33358,300,0,0,1,2790,0,0,0,0),(42390,11822,1,1,1,11776,1,7919.44,-2501.1,488.41,0.191986,300,0,0,1,2790,0,0,0,0),(42391,11822,1,1,1,11774,1,7843.47,-2230.49,467.772,3.9968,300,0,0,1,2790,0,0,0,0),(42392,12024,1,1,1,12031,1,7840.32,-2562.68,489.369,4.74729,300,0,0,2980,0,0,0,0,0),(42393,11822,1,1,1,11776,1,7607.1,-2972.36,461.17,3.28266,300,0,0,1,2790,0,0,0,0),(42394,11822,1,1,1,11776,1,7810.99,-2567.44,488.578,4.7822,300,0,0,1,2790,0,0,0,0),(42395,11822,1,1,1,11775,1,7825.73,-2442.33,487.746,1.50098,300,0,0,1,2790,0,0,0,0),(42396,11822,1,1,1,11776,1,7680.14,-2961.24,465.808,3.52556,300,0,0,1,2790,0,0,0,0),(42397,12026,1,1,1,12050,1,7970,-2408.71,489.017,3.31613,300,0,0,2980,0,0,0,0,0),(42398,721,1,1,1,4626,0,7477.69,-2530.84,457.948,3.18263,300,5,0,1,0,1,0,0,0),(42399,1412,1,1,1,134,0,7661.07,-2235.09,461.686,1.30215,300,10,0,8,0,1,0,0,0),(42400,883,1,1,1,347,0,7566.29,-2324.07,465.892,2.20024,300,5,0,1,0,1,0,0,0),(42401,883,1,1,1,347,0,7779.4,-2355.34,455.628,5.44593,300,5,0,1,0,1,0,0,0),(42402,1412,1,1,1,134,0,7569.56,-2178.33,477.645,5.68326,300,10,0,8,0,1,0,0,0),(42403,883,1,1,1,347,0,7825.86,-2169.29,476.164,0.611286,300,10,0,1,0,1,0,0,0),(42404,1412,1,1,1,134,0,7664.42,-2952.8,464.797,5.18363,300,0,0,8,0,0,0,0,0),(42405,721,1,1,1,328,0,7638.93,-2940.33,462.736,0.362405,300,5,0,1,0,1,0,0,0),(42406,883,1,1,1,347,0,7663.18,-2239.95,462.749,1.44741,300,10,0,1,0,1,0,0,0),(42407,22889,1,1,1,21125,0,7510.24,-3132.62,434.403,2.74017,300,0,0,4192,3155,0,0,0,0),(42408,22916,1,1,1,17188,0,7459.59,-3122.03,438.366,0.610865,300,0,0,3633,3155,0,0,0,0),(42409,22889,1,1,1,21125,0,7448.97,-3083.59,438.036,5.16617,300,0,0,4192,3155,0,0,0,0),(42410,11822,1,1,1,11777,1,7812.21,-2579.67,488.578,1.74533,300,0,0,1,2790,0,0,0,0),(42411,11822,1,1,1,11774,1,7837.17,-2225.48,467.486,4.11898,300,0,0,1,2790,0,0,0,0),(42412,11822,1,1,1,11776,1,7628.34,-3019.38,483.009,2.11185,300,0,0,1,2790,0,0,0,0),(42413,12019,1,1,1,12044,0,7888.76,-2509.42,489.351,1.62316,300,0,0,2980,0,0,0,0,0),(42414,11822,1,1,1,11776,1,7986.36,-2669.34,512.286,0.314159,300,0,0,1,2790,0,0,0,0),(42415,12042,1,1,1,12053,1,7867.13,-2593.73,486.92,0.680678,300,0,0,2980,0,0,0,0,0),(42416,11822,1,1,1,11774,1,8008.61,-2667.19,512.183,2.68781,300,0,0,1,2790,0,0,0,0),(42417,11822,1,1,1,11777,1,7889.49,-2213.62,474.329,0.795509,300,0,0,1,2790,0,0,0,0),(42418,11822,1,1,1,11775,1,7955.89,-2600.95,489.784,1.53589,300,0,0,1,2790,0,0,0,0),(42419,11822,1,1,1,11775,1,7795.4,-2423.64,488.176,5.11381,300,0,0,1,2790,0,0,0,0),(42420,883,1,1,1,347,0,7629.2,-2925.48,462.361,6.09492,300,5,0,1,0,1,0,0,0),(42421,883,1,1,1,347,0,7954.47,-2236.68,481.873,5.24243,300,5,0,1,0,1,0,0,0),(42422,1412,1,1,1,134,0,7624.78,-2291.01,459.681,3.69027,300,10,0,8,0,1,0,0,0),(42423,1412,1,1,1,134,0,7390.14,-2584.9,458.608,1.64439,300,10,0,8,0,1,0,0,0),(42424,883,1,1,1,347,0,7818.99,-2235.69,463.321,5.30743,300,5,0,1,0,1,0,0,0),(42425,1412,1,1,1,134,0,7669.2,-2088.1,480.678,1.51801,300,10,0,8,0,1,0,0,0),(42426,883,1,1,1,347,0,7425.22,-2890.8,472.59,1.28364,300,5,0,1,0,1,0,0,0),(42427,1412,1,1,1,134,0,7954.75,-2358.13,486.97,0.241126,300,10,0,8,0,1,0,0,0),(42428,883,1,1,1,347,0,7633.23,-2975.48,468.894,3.17427,300,5,0,1,0,1,0,0,0),(42429,12029,1,1,1,12040,1,7834.28,-2612.63,489.384,1.74533,300,0,0,2980,0,0,0,0,0),(42430,11822,1,1,1,11774,1,7954.49,-2569.43,490.164,2.40855,300,0,0,1,2790,0,0,0,0),(42431,11822,1,1,1,11777,1,8031.08,-2646.01,512.205,3.22886,300,0,0,1,2790,0,0,0,0),(42432,11822,1,1,1,11775,1,7685.39,-2970.33,465.808,3.59538,300,0,0,1,2790,0,0,0,0),(42433,1412,1,1,1,134,0,7527.71,-2250.76,474.589,4.58862,300,10,0,8,0,1,0,0,0),(42434,1412,1,1,1,134,0,8000.02,-2500.99,490.724,3.20998,300,0,0,8,0,0,0,0,0),(42435,1412,1,1,1,134,0,7715.85,-3011.06,469.191,5.32477,300,10,0,8,0,1,0,0,0),(42436,883,1,1,1,347,0,8047.73,-2301.39,498.517,0.734267,300,10,0,1,0,1,0,0,0),(42437,721,1,1,1,4626,0,7568.76,-2162.24,480.291,2.48657,300,5,0,1,0,1,0,0,0),(42438,1412,1,1,1,134,0,7473.39,-2680.11,454.268,2.58177,300,10,0,8,0,1,0,0,0),(42439,1412,1,1,1,134,0,7810.66,-2281.19,457.681,1.00722,300,10,0,8,0,1,0,0,0),(42440,883,1,1,1,347,0,7556.08,-2429.15,454.417,4.63217,300,5,0,1,0,1,0,0,0),(42441,1412,1,1,1,134,0,7428.54,-2871.55,465.777,0.073347,300,10,0,8,0,1,0,0,0),(42442,721,1,1,1,328,0,7755.02,-2814.88,462.777,3.5151,300,10,0,1,0,1,0,0,0),(42443,883,1,1,1,347,0,7745.78,-2102.08,476.098,1.29169,300,5,0,1,0,1,0,0,0),(42444,721,1,1,1,328,0,7721.35,-2857.9,463.624,1.24085,300,5,0,1,0,1,0,0,0),(42445,1412,1,1,1,134,0,7596.75,-2120.33,482.193,6.16772,300,10,0,8,0,1,0,0,0),(42446,1412,1,1,1,134,0,7987.27,-2335.7,492.045,6.21051,300,10,0,8,0,1,0,0,0),(42447,1412,1,1,1,134,0,7523.45,-2327.7,469.703,6.23825,300,10,0,8,0,1,0,0,0),(42448,883,1,1,1,347,0,7328.84,-2709.83,465.438,5.41413,300,5,0,1,0,1,0,0,0),(42449,883,1,1,1,347,0,7900.65,-2585.79,486.271,5.76426,300,5,0,1,0,1,0,0,0),(42450,883,1,1,1,347,0,7441.35,-2912.39,476.949,4.80526,300,5,0,1,0,1,0,0,0),(42451,883,1,1,1,347,0,7757.51,-2291.69,459.283,3.49369,300,5,0,1,0,1,0,0,0),(42452,1412,1,1,1,134,0,7830.84,-2515.59,486.695,6.16577,300,10,0,8,0,1,0,0,0),(42453,883,1,1,1,347,0,7431.77,-2722.1,463.337,1.99635,300,5,0,1,0,1,0,0,0),(42454,883,1,1,1,347,0,7595.2,-2385.53,457.111,3.11412,300,5,0,1,0,1,0,0,0),(42455,1412,1,1,1,134,0,7820.36,-2239.44,463.636,5.63649,300,10,0,8,0,1,0,0,0),(42456,1412,1,1,1,134,0,7620.96,-3012.62,479.442,0.488849,300,10,0,8,0,1,0,0,0),(42457,1412,1,1,1,134,0,7795.88,-2238.43,462.725,4.13738,300,10,0,8,0,1,0,0,0),(42458,1412,1,1,1,134,0,7741.67,-2108.33,475.744,5.98985,300,10,0,8,0,1,0,0,0),(42459,1412,1,1,1,134,0,7597.07,-2159.02,480.425,5.71144,300,10,0,8,0,1,0,0,0),(42460,883,1,1,1,347,0,7547.87,-2170.48,481.182,0.377968,300,5,0,1,0,1,0,0,0),(42461,1412,1,1,1,134,0,7962.19,-2285.81,480.459,3.02339,300,10,0,8,0,1,0,0,0),(42462,883,1,1,1,347,0,7945.55,-2147.86,500.146,4.9872,300,5,0,1,0,1,0,0,0),(42463,721,1,1,1,4626,0,7696.92,-2254.88,459.184,5.62094,300,5,0,1,0,1,0,0,0),(42464,1412,1,1,1,134,0,7928.51,-2238.54,483.772,4.59417,300,10,0,8,0,1,0,0,0),(42465,1412,1,1,1,134,0,7555.89,-2297.35,468.625,5.22754,300,10,0,8,0,1,0,0,0),(42466,883,1,1,1,347,0,7755.53,-2791.56,458.725,4.99002,300,10,0,1,0,1,0,0,0),(42467,883,1,1,1,347,0,7694.27,-3005.64,464.738,4.01042,300,5,0,1,0,1,0,0,0),(42468,883,1,1,1,347,0,7808.94,-2851.93,459.709,4.09444,300,10,0,1,0,1,0,0,0),(42469,1412,1,1,1,134,0,7611.49,-2320.19,464.071,1.28516,300,10,0,8,0,1,0,0,0),(42470,721,1,1,1,4626,0,7447.93,-2794.27,464.689,2.56978,300,5,0,1,0,1,0,0,0),(42471,883,1,1,1,347,0,8010.76,-2695.97,512.278,2.53963,300,2,0,1,0,1,0,0,0),(42472,1412,1,1,1,134,0,7495.41,-2202.35,481.366,4.99764,300,10,0,8,0,1,0,0,0),(42473,721,1,1,1,4626,0,7407.73,-2413.88,462.187,0.097919,300,5,0,1,0,1,0,0,0),(42474,1412,1,1,1,134,0,8013.17,-2595.33,499.645,5.59045,300,10,0,8,0,1,0,0,0),(42475,1412,1,1,1,134,0,7624.93,-2121,481.668,2.4516,300,10,0,8,0,1,0,0,0),(42476,721,1,1,1,328,0,8021.2,-2242.02,496.16,1.5542,300,5,0,1,0,1,0,0,0),(42477,721,1,1,1,4626,0,7774.66,-2136.47,475.456,6.09463,300,5,0,1,0,1,0,0,0),(42478,1412,1,1,1,134,0,7504.12,-2578.75,457.165,3.48356,300,10,0,8,0,1,0,0,0),(42479,1412,1,1,1,134,0,7779.02,-2849.11,465.06,2.00913,300,10,0,8,0,1,0,0,0),(42480,883,1,1,1,347,0,7555.47,-2900.06,461.417,6.01239,300,5,0,1,0,1,0,0,0),(42481,721,1,1,1,328,0,7478.59,-2752.32,461.775,1.84136,300,5,0,1,0,1,0,0,0),(42482,721,1,1,1,4626,0,7554.27,-2861.11,458.86,0.634898,300,5,0,1,0,1,0,0,0),(42483,883,1,1,1,347,0,7707.97,-2209.12,459.958,4.95465,300,10,0,1,0,1,0,0,0),(42484,1412,1,1,1,134,0,7995.28,-2129.64,501.595,5.38935,300,10,0,8,0,1,0,0,0),(42485,883,1,1,1,347,0,7702.32,-2385.49,452.101,0.352942,300,2,0,1,0,1,0,0,0),(42486,1412,1,1,1,134,0,7668.45,-2358.72,456.936,0.227829,300,10,0,8,0,1,0,0,0),(42487,1412,1,1,1,134,0,7497.54,-2831.42,461.219,4.47973,300,10,0,8,0,1,0,0,0),(42488,1412,1,1,1,134,0,7676.27,-2127.05,479.672,5.65942,300,10,0,8,0,1,0,0,0),(42489,883,1,1,1,347,0,7496.75,-2882.35,457.74,2.87489,300,5,0,1,0,1,0,0,0),(42490,883,1,1,1,347,0,7980.8,-2656.97,514.521,3.37828,300,5,0,1,0,1,0,0,0),(42491,721,1,1,1,4626,0,7867.82,-2208.28,471.191,1.48571,300,5,0,1,0,1,0,0,0),(42492,883,1,1,1,347,0,7748.83,-2921.49,474.596,5.99416,300,5,0,1,0,1,0,0,0),(42493,1412,1,1,1,134,0,7484.72,-2213.3,482.47,3.0084,300,10,0,8,0,1,0,0,0),(42494,883,1,1,1,347,0,7390.45,-2558.62,462.232,3.09276,300,5,0,1,0,1,0,0,0),(42495,883,1,1,1,347,0,7683.87,-2980.71,465.116,0.785398,300,5,0,1,0,1,0,0,0),(42496,1412,1,1,1,134,0,7461.83,-2569.21,457.605,1.92513,300,10,0,8,0,1,0,0,0),(42497,721,1,1,1,4626,0,7869.37,-2257.86,475.635,4.86051,300,5,0,1,0,1,0,0,0),(42498,1412,1,1,1,134,0,7935.13,-2548.68,485.306,3.13552,300,10,0,8,0,1,0,0,0),(42499,883,1,1,1,347,0,7459.72,-2820.69,463.506,0.610853,300,5,0,1,0,1,0,0,0),(42500,883,1,1,1,347,0,7654.53,-2866.12,466.414,0.982963,300,10,0,1,0,1,0,0,0),(42501,1412,1,1,1,134,0,7888.26,-2584.11,487.028,5.31273,300,10,0,8,0,1,0,0,0),(42502,1412,1,1,1,134,0,7590.17,-2342.1,456.839,5.94354,300,10,0,8,0,1,0,0,0),(42503,883,1,1,1,347,0,7765.76,-2378.71,470.098,4.19106,300,5,0,1,0,1,0,0,0),(42504,1412,1,1,1,134,0,7563.91,-2414.75,453.49,4.92185,300,10,0,8,0,1,0,0,0),(42505,721,1,1,1,4626,0,7805.92,-2338.95,457.319,4.00479,300,5,0,1,0,1,0,0,0),(42506,1412,1,1,1,134,0,7804.33,-2305.82,455.494,1.62912,300,10,0,8,0,1,0,0,0),(42507,721,1,1,1,328,0,7826.4,-2424.23,488.733,2.63245,300,5,0,1,0,1,0,0,0),(42508,883,1,1,1,347,0,7455.33,-2296.08,474.839,0.614895,300,10,0,1,0,1,0,0,0),(42509,883,1,1,1,347,0,8075.92,-2237.89,515.601,4.17448,300,5,0,1,0,1,0,0,0),(42510,721,1,1,1,328,0,7993.7,-2659.89,512.514,0.863548,300,5,0,1,0,1,0,0,0),(42511,721,1,1,1,328,0,7438.2,-2322.83,476.973,6.15386,300,5,0,1,0,1,0,0,0),(42512,1412,1,1,1,134,0,7694.48,-2221.56,456.351,0.34493,300,10,0,8,0,1,0,0,0),(42513,883,1,1,1,347,0,7511.05,-2529.04,455.107,6.0446,300,5,0,1,0,1,0,0,0),(42514,883,1,1,1,347,0,7352.22,-2601.39,482.341,1.92661,300,5,0,1,0,1,0,0,0),(42515,883,1,1,1,347,0,7643.06,-2108.36,479.713,5.91799,300,10,0,1,0,1,0,0,0),(42516,721,1,1,1,4626,0,7410.48,-2890.33,473.289,6.04691,300,5,0,1,0,1,0,0,0),(42517,1412,1,1,1,134,0,7497.25,-2482.17,457.538,4.58148,300,10,0,8,0,1,0,0,0),(42518,883,1,1,1,347,0,7882.01,-2120.12,492.99,1.86734,300,5,0,1,0,1,0,0,0),(42519,721,1,1,1,4626,0,8010.92,-2556.88,492.227,5.52507,300,5,0,1,0,1,0,0,0),(42520,883,1,1,1,347,0,7690.51,-2895.17,463.019,2.85444,300,10,0,1,0,1,0,0,0),(42521,883,1,1,1,347,0,7454.91,-2863.6,469.151,3.58348,300,5,0,1,0,1,0,0,0),(42522,721,1,1,1,4626,0,8011.76,-2624.69,506.3,3.31638,300,5,0,1,0,1,0,0,0),(42523,883,1,1,1,347,0,7460.41,-2886.8,469.487,1.9426,300,5,0,1,0,1,0,0,0),(42524,883,1,1,1,347,0,7669.25,-2939.91,465.834,6.15884,300,5,0,1,0,1,0,0,0),(42525,883,1,1,1,347,0,7700.28,-2162.31,469.827,5.04391,300,5,0,1,0,1,0,0,0),(42526,883,1,1,1,347,0,7453.83,-2338.38,470.97,2.39904,300,10,0,1,0,1,0,0,0),(42527,883,1,1,1,347,0,7770.58,-2278.8,455.08,4.72492,300,10,0,1,0,1,0,0,0),(42528,721,1,1,1,328,0,8029.03,-2208.55,510.369,5.44114,300,5,0,1,0,1,0,0,0),(42529,1412,1,1,1,134,0,7872.56,-2136.1,488.754,2.49675,300,10,0,8,0,1,0,0,0),(42530,883,1,1,1,347,0,7381.3,-2784.19,461.266,4.20801,300,5,0,1,0,1,0,0,0),(42531,883,1,1,1,347,0,7480.06,-2722.6,457.841,2.58123,300,5,0,1,0,1,0,0,0),(42532,1412,1,1,1,134,0,7417.99,-2819.24,464.394,1.39626,300,0,0,8,0,0,0,0,0),(42533,721,1,1,1,328,0,7675.07,-2332.22,456.451,3.74856,300,5,0,1,0,1,0,0,0),(42534,883,1,1,1,347,0,7751.46,-2893.79,467.067,3.11698,300,10,0,1,0,1,0,0,0),(42535,883,1,1,1,347,0,7871.1,-2173.72,478.932,0.860792,300,5,0,1,0,1,0,0,0),(42536,883,1,1,1,347,0,7733.68,-2856.2,465.005,2.41219,300,5,0,1,0,1,0,0,0),(42537,1412,1,1,1,134,0,7647.92,-2152.64,474.809,4.38647,300,10,0,8,0,1,0,0,0),(42538,1412,1,1,1,134,0,7753.17,-2204.33,464.043,4.59505,300,10,0,8,0,1,0,0,0),(42539,721,1,1,1,4626,0,7525.12,-2907.75,460.335,5.5973,300,5,0,1,0,1,0,0,0),(42540,1412,1,1,1,134,0,7885.12,-2193.27,480.193,3.28073,300,10,0,8,0,1,0,0,0),(42541,883,1,1,1,347,0,7480.78,-2261.4,476.573,2.40667,300,0,0,1,0,2,0,0,0),(42542,1412,1,1,1,134,0,7563.65,-3030.6,461.476,1.69709,300,10,0,8,0,1,0,0,0),(42543,883,1,1,1,347,0,7442.48,-2468.92,459.243,2.98085,300,5,0,1,0,1,0,0,0),(42544,1412,1,1,1,134,0,7522.61,-2870.54,456.952,3.79955,300,10,0,8,0,1,0,0,0),(42545,883,1,1,1,347,0,7987.93,-2147.14,503.472,1.29263,300,5,0,1,0,1,0,0,0),(42546,1412,1,1,1,134,0,7442.77,-2285.4,476.214,4.10902,300,10,0,8,0,1,0,0,0),(42547,1412,1,1,1,134,0,7966.71,-2486.31,487.772,5.36815,300,0,0,8,0,0,0,0,0),(42548,1412,1,1,1,134,0,7478.31,-2788.52,463.512,0.195434,300,10,0,8,0,1,0,0,0),(42549,1412,1,1,1,134,0,7778.63,-2577.18,465.143,4.23824,300,10,0,8,0,1,0,0,0),(42550,883,1,1,1,347,0,7388.35,-2885.12,474.39,2.81768,300,5,0,1,0,1,0,0,0),(42551,883,1,1,1,347,0,7643.33,-2319.48,458.534,3.65773,300,5,0,1,0,1,0,0,0),(42552,721,1,1,1,328,0,7400.94,-2513.84,464.682,1.54659,300,5,0,1,0,1,0,0,0),(42553,883,1,1,1,347,0,7841.45,-2340.24,460.81,5.28505,300,5,0,1,0,1,0,0,0),(42554,1412,1,1,1,134,0,7990.08,-2546.69,490.073,5.3641,300,10,0,8,0,1,0,0,0); -INSERT INTO `creature` VALUES (42555,721,1,1,1,4626,0,7536.29,-2282.1,471.04,0.703117,300,5,0,1,0,1,0,0,0),(42556,1412,1,1,1,134,0,7871.55,-2321.65,464.257,3.00646,300,10,0,8,0,1,0,0,0),(42557,1412,1,1,1,134,0,8025.18,-2656.18,512.108,5.57635,300,10,0,8,0,1,0,0,0),(42558,721,1,1,1,4626,0,7500.77,-2847.64,461.866,4.91611,300,5,0,1,0,1,0,0,0),(42559,1412,1,1,1,134,0,7804.73,-2442.17,488.074,3.07974,300,10,0,8,0,1,0,0,0),(42560,1412,1,1,1,134,0,7477.2,-2274.4,474.059,6.14702,300,10,0,8,0,1,0,0,0),(42561,1412,1,1,1,134,0,7587.59,-2395.66,457.486,4.4825,300,10,0,8,0,1,0,0,0),(42562,883,1,1,1,347,0,7418.86,-2854.58,467.283,6.03868,300,5,0,1,0,1,0,0,0),(42563,1412,1,1,1,134,0,7720.17,-2910.28,471.17,6.16789,300,10,0,8,0,1,0,0,0),(42564,721,1,1,1,328,0,7811.46,-2888.41,471.172,0.271768,300,10,0,1,0,1,0,0,0),(42565,721,1,1,1,328,0,7660.69,-2975.26,466.408,2.24661,300,5,0,1,0,1,0,0,0),(42578,721,1,1,1,328,0,7389.19,-2736.24,459.491,4.83302,300,5,0,1,0,1,0,0,0),(42579,883,1,1,1,347,0,7560.07,-2118.34,485.286,3.51557,300,10,0,1,0,1,0,0,0),(42581,883,1,1,1,347,0,7436.23,-2456.85,454.889,5.9775,300,5,0,1,0,1,0,0,0),(42635,883,1,1,1,347,0,7388.32,-2510.43,469.648,0.937838,300,5,0,1,0,1,0,0,0),(42636,1412,1,1,1,134,0,7652.34,-2096.89,483.332,4.51509,300,10,0,8,0,1,0,0,0),(42642,883,1,1,1,347,0,7629.1,-2187.35,473.83,2.08595,300,0,0,1,0,0,0,0,0),(42648,883,1,1,1,347,0,7842.4,-2290.36,461.558,4.46883,300,5,0,1,0,1,0,0,0),(42649,1412,1,1,1,134,0,7977.08,-2747.92,479.426,0.828383,300,10,0,8,0,1,0,0,0),(42650,1412,1,1,1,134,0,7983.49,-2187.65,496.928,3.64717,300,10,0,8,0,1,0,0,0),(42653,1412,1,1,1,134,0,7419.67,-2238.3,488.874,1.42627,300,2,0,8,0,1,0,0,0),(42654,1412,1,1,1,134,0,7759.86,-2273.91,455.033,6.09083,300,10,0,8,0,1,0,0,0),(42670,1412,1,1,1,134,0,7477.88,-2483.83,461.477,5.00665,300,10,0,8,0,1,0,0,0),(42679,22835,1,1,1,21108,1,7538.12,-3048.46,463.423,3.01942,300,0,0,8383,0,0,0,0,0),(42685,22902,1,1,1,19034,0,7502.97,-3072.19,442.437,0.481342,10,0,0,4192,3155,0,0,0,0),(42727,22902,1,1,1,19034,0,7536.1,-3048.86,463.34,0.210379,10,0,0,4192,3155,0,0,0,0),(42728,1412,1,1,1,134,0,7815.25,-2191.67,472.547,1.31208,300,10,0,8,0,1,0,0,0),(42729,721,1,1,1,328,0,7886.75,-2555.51,486.055,2.54383,300,5,0,1,0,1,0,0,0),(42730,721,1,1,1,4626,0,8011.95,-2501.02,493.227,0.296706,300,0,0,1,0,0,0,0,0),(42731,1412,1,1,1,134,0,8003.29,-2504.56,491.993,1.3989,300,10,0,8,0,1,0,0,0),(42732,883,1,1,1,347,0,7984.32,-2478.15,488.195,6.02139,300,0,0,1,0,0,0,0,0),(42733,15616,1,1,1,15572,1,-7541.55,724.929,-15.5431,4.76475,600,0,0,15260,0,0,0,0,0),(42734,15616,1,1,1,15573,1,-7545.83,724.958,-15.9181,4.83456,600,0,0,15260,0,0,0,0,0),(42735,15616,1,1,1,15573,1,-7549.97,724.994,-16.4181,4.88692,600,0,0,15260,0,0,0,0,0),(42736,15616,1,1,1,15573,1,-7554.11,724.96,-16.6681,4.95674,600,0,0,15260,0,0,0,0,0),(42737,15617,1,1,1,15574,1,-7552.73,740.408,-17.4475,2.30383,600,0,0,15260,0,0,0,0,0),(42738,15617,1,1,1,15574,1,-7551.3,742.052,-17.6677,3.01942,600,0,0,15260,0,0,0,0,0),(42739,15617,1,1,1,15579,1,-7551.56,744.482,-17.8704,3.66519,600,0,0,15260,0,0,0,0,0),(42740,15617,1,1,1,15579,1,-7554.27,746.032,-17.6629,4.62512,600,0,0,15260,0,0,0,0,0),(42741,15617,1,1,1,15574,1,-7556.75,744.358,-17.4106,5.68977,600,0,0,15260,0,0,0,0,0),(42742,15617,1,1,1,15574,1,-7556.87,741.63,-17.2573,0.523599,600,0,0,15260,0,0,0,0,0),(42743,15617,1,1,1,15578,1,-7555.18,740.35,-17.2775,1.32645,600,0,0,15260,0,0,0,0,0),(42744,14347,1,1,1,14395,0,-6157.52,1781.23,29.0959,4.10152,600,0,0,9711,0,0,0,0,0),(42745,18199,1,1,1,11686,0,-7568.77,763.379,-17.5984,5.91667,300,0,0,42,0,0,0,0,0),(42746,11803,1,1,1,11793,1,-7964.69,1977.1,7.05623,3.25699,300,0,0,4120,0,0,0,0,0),(42747,11804,1,1,1,11798,1,-6939.14,1114.2,0.86478,3.92213,300,0,0,3541,2434,2,0,0,0),(42748,11805,1,1,1,11799,1,-6378.43,-320.65,-1.257,1.74533,300,0,0,2718,2117,0,0,0,0),(42749,15903,1,1,1,15442,1,-7160.95,1401.19,3.01989,4.10152,600,0,0,15260,0,0,0,0,0),(42750,15419,1,1,1,15425,1,-6880.52,727.228,55.1345,5.0091,300,0,0,2533,0,0,0,0,0),(42751,15169,1,1,1,15308,0,-6547.1,92.2979,170.318,5.33532,300,0,0,2442,2434,0,0,0,0),(42752,15170,1,1,1,15309,0,-8013.06,1099.65,4.71885,0.855211,300,0,0,3052,0,0,0,0,0),(42753,15171,1,1,1,15310,0,-8022.5,1115.79,2.83362,6.21337,300,0,0,3052,0,0,0,0,0),(42754,15172,1,1,1,15302,0,-8008.65,1108.51,-0.856222,1.43354,300,0,0,3237,0,0,0,0,0),(42755,15174,1,1,1,15312,0,-6868.04,729.914,45.7454,0.488692,300,0,0,2533,0,0,0,0,0),(42756,15175,1,1,1,15319,0,-6817.88,842.28,49.4853,4.46804,300,0,0,2784,0,0,0,0,0),(42757,15176,1,1,1,15318,0,-6860.93,753.044,42.5555,1.20428,300,0,0,2784,0,0,0,0,0),(42758,15177,1,1,1,15313,0,-6758.55,775.594,89.1046,3.97935,600,0,0,10572,0,0,0,0,0),(42759,15178,1,1,1,15314,0,-6810.2,841.704,49.7481,4.81711,600,0,0,10572,0,0,0,0,0),(42760,15179,1,1,1,15317,0,-6802.31,800.039,51.5584,3.21141,300,0,0,2871,0,0,0,0,0),(42761,15180,1,1,1,15311,0,-6805.01,814.864,51.2579,3.42085,300,0,0,3052,0,0,0,0,0),(42762,15181,1,1,1,15315,1,-6752.38,823.836,57.3633,0.344505,600,0,0,97110,0,0,0,0,0),(42763,15693,1,1,1,15867,1,-8071.32,1633.95,24.4245,4.76475,600,0,0,2515,2486,0,0,0,0),(42764,15182,1,1,1,15320,1,-6740.08,769.562,128.521,3.50811,600,0,0,25152,0,0,0,0,0),(42765,15183,1,1,1,15316,1,-6828.49,807.223,52.0997,0.383972,300,0,0,2442,2434,0,0,0,0),(42766,15184,1,1,1,15304,1,-6869.73,871.868,35.9944,3.59538,600,0,0,55888,0,0,0,0,0),(42767,15184,1,1,1,15306,1,-6871.2,879.51,36.4725,2.60054,600,0,0,55888,0,0,0,0,0),(42768,15184,1,1,1,15306,1,-6859.57,738.389,55.1345,5.0091,600,0,0,55888,0,0,0,0,0),(42769,15184,1,1,1,15306,1,-6825.21,841.13,49.5545,4.83456,600,0,0,55888,0,0,0,0,0),(42770,15184,1,1,1,15306,1,-6803.39,723.999,42.2456,4.90438,600,0,0,55888,0,0,0,0,0),(42771,15184,1,1,1,15304,1,-6816.91,718.773,40.6206,5.2709,600,0,0,55888,0,0,0,0,0),(42772,15184,1,1,1,15304,1,-6878.11,752.944,43.133,0.296706,600,0,0,55888,0,0,0,0,0),(42773,15184,1,1,1,15305,1,-6853.45,763.728,42.6753,5.44543,600,0,0,55888,0,0,0,0,0),(42774,15184,1,1,1,15305,1,-6843.99,749.327,42.6073,0.383972,600,0,0,55888,0,0,0,0,0),(42775,15184,1,1,1,15304,1,-6838.14,736.773,42.1073,0.541052,600,0,0,55888,0,0,0,0,0),(42776,15184,1,1,1,15307,1,-6877.26,729.273,45.7454,0.418879,600,0,0,55888,0,0,0,0,0),(42777,15184,1,1,1,15307,1,-6874.96,722.567,45.7454,0.541052,600,0,0,55888,0,0,0,0,0),(42778,15184,1,1,1,15307,1,-6800.43,786.834,51.5129,2.21657,600,0,0,55888,0,0,0,0,0),(42779,15184,1,1,1,15304,1,-6785.93,789.291,52.547,1.8326,600,0,0,55888,0,0,0,0,0),(42780,15184,1,1,1,15306,1,-6754.93,755.7,87.7416,3.36848,600,0,0,55888,0,0,0,0,0),(42781,15184,1,1,1,15307,1,-6760.2,768.678,88.7426,3.71755,600,0,0,55888,0,0,0,0,0),(42782,15184,1,1,1,15306,1,-6865.8,738.326,55.1345,5.18363,600,0,0,55888,0,0,0,0,0),(42783,15184,1,1,1,15305,1,-6876.96,722.261,55.1345,0.593412,600,0,0,55888,0,0,0,0,0),(42784,15184,1,1,1,15306,1,-6817.11,776.108,47.8879,3.89208,600,0,0,55888,0,0,0,0,0),(42785,15184,1,1,1,15306,1,-6801.55,770.92,64.7629,2.51327,600,0,0,55888,0,0,0,0,0),(42868,15184,1,1,1,15306,1,-6806.88,827.78,53.68,2.68781,600,0,0,55888,0,0,0,0,0),(42884,15184,1,1,1,15307,1,-6798.14,842.835,48.2119,4.06662,600,0,0,55888,0,0,0,0,0),(42885,15184,1,1,1,15306,1,-6768.65,825.393,55.8302,3.57792,600,0,0,55888,0,0,0,0,0),(42886,15184,1,1,1,15304,1,-6764.78,813.07,55.8302,3.24631,600,0,0,55888,0,0,0,0,0),(42891,15184,1,1,1,15304,1,-6828.76,782.893,45.6379,3.9619,600,0,0,55888,0,0,0,0,0),(42892,15184,1,1,1,15306,1,-6817.96,790.697,49.5129,0.610865,600,0,0,55888,0,0,0,0,0),(42895,15184,1,1,1,15306,1,-6813.65,726.728,40.185,1.99952,600,0,0,55888,0,2,0,0,0),(42896,15184,1,1,1,15306,1,-6811.04,720.978,39.6068,1.99427,600,0,0,55888,0,2,0,0,0),(42897,15184,1,1,1,15305,1,-6765.8,754.172,85.1787,3.87854,600,0,0,55888,0,2,0,0,0),(42898,15184,1,1,1,15307,1,-6761.69,757.905,86.3393,3.87862,600,0,0,55888,0,2,0,0,0),(42899,15185,1,1,1,6370,0,-7866.33,1810.08,191.26,0.120977,600,25,0,3237,0,1,0,0,0),(42900,15185,1,1,1,6370,0,-6678.14,33.4775,162.008,5.62595,600,25,0,3237,0,1,0,0,0),(42901,15185,1,1,1,6370,0,-7947.51,1783.17,130.326,2.48016,600,25,0,3237,0,1,0,0,0),(42902,15185,1,1,1,6370,0,-6726.89,741.56,147.94,0.522566,600,25,0,3237,0,1,0,0,0),(42903,15185,1,1,1,6370,0,-7954.49,1289.78,108.002,1.54178,600,25,0,3237,0,1,0,0,0),(42904,15441,1,1,1,15566,1,-7163.64,1389.07,2.96657,2.87979,300,0,0,6104,0,0,0,0,0),(42905,15441,1,1,1,15566,1,-7164.27,1403.14,3.01989,3.15905,300,0,0,6104,0,0,0,0,0),(42906,15441,1,1,1,15566,1,-7167.75,1380.49,2.9267,2.02458,300,0,0,6104,0,0,0,0,0),(42907,15441,1,1,1,15566,1,-7167.11,1387.39,2.92818,1.36136,300,0,0,6104,0,0,0,0,0),(42908,15441,1,1,1,15566,1,-7169.73,1405.13,2.8056,5.044,300,0,0,6104,0,0,0,0,0),(42909,15441,1,1,1,15566,1,-7164.14,1391.24,2.96657,3.83972,300,0,0,6104,0,0,0,0,0),(42910,15441,1,1,1,15566,1,-7178.14,1390.42,2.9267,2.23402,300,0,0,6104,0,0,0,0,0),(42911,15442,1,1,1,15565,1,-7164.31,1387.01,2.84157,1.98968,600,0,0,15260,0,0,0,0,0),(42912,15442,1,1,1,15565,1,-7172.89,1381.32,2.9267,1.93731,600,0,0,15260,0,0,0,0,0),(42913,15442,1,1,1,15565,1,-7166.91,1391.6,2.9267,5.13127,600,0,0,15260,0,0,0,0,0),(42914,15443,1,1,1,15564,1,-7178.58,1392.09,2.8017,2.25148,600,0,0,20757,12170,0,0,0,0),(42915,15444,1,1,1,5377,1,-7166.91,1404.12,2.9306,3.28122,600,0,0,10680,28755,0,0,0,0),(42916,15189,1,1,1,15323,1,-6855.66,739.622,55.0512,1.97376,300,0,0,2699,0,2,0,0,0),(42917,15190,1,1,1,15324,0,-6852.64,739.226,56.0303,2.26893,300,0,0,2614,0,0,0,0,0),(42918,15191,1,1,1,15353,1,-6847.81,755.68,42.2256,0.558505,300,0,0,1830,5013,0,0,0,0),(42919,15194,1,1,1,15326,0,-7578.72,196.914,11.5488,1.3439,300,0,0,2699,0,0,0,0,0),(41655,22807,530,1,1,0,0,-4264.89,4686.7,-86.3487,1.02639,480,0,0,6986,0,2,0,0,0),(42921,15196,1,1,1,15327,0,-8102.7,967.628,59.7207,2.96696,600,0,0,8883,0,0,0,0,0),(42922,15454,1,1,1,13069,0,-8064.17,1534.23,2.69274,1.23918,300,0,0,42,0,0,0,0,0),(42923,15200,1,1,1,15328,1,-6809.02,1619.7,1.71544,5.55443,300,0,0,3097,5751,0,0,0,0),(42924,15201,1,1,1,2896,1,-6254.82,54.2211,16.9761,2.91629,300,3,0,4120,0,1,0,0,0),(42925,15201,1,1,1,2895,1,-6294.24,34.1721,-10.5769,5.60702,300,3,0,4120,0,1,0,0,0),(42926,15201,1,1,1,2897,1,-6249.95,-5.5724,-10.5686,2.53238,300,3,0,4120,0,1,0,0,0),(42927,15201,1,1,1,2895,1,-6274.7,10.8351,-10.4679,4.73693,300,3,0,4120,0,1,0,0,0),(42928,15201,1,1,1,2896,1,-6250.86,-6.42933,-10.4807,3.81136,300,0,0,4120,0,2,0,0,0),(42929,15201,1,1,1,2897,1,-6295.63,9.44135,-3.06725,3.52556,300,3,0,4120,0,1,0,0,0),(42930,15201,1,1,1,2897,1,-6246.23,-43.1826,-5.01382,3.54926,300,3,0,4120,0,1,0,0,0),(42931,15201,1,1,1,2897,1,-6260.61,-10.1571,2.1,3.9531,300,0,0,4120,0,0,0,0,0),(42932,15201,1,1,1,2895,1,-6292.99,95.1766,16.791,1.48214,300,3,0,4120,0,1,0,0,0),(42933,15201,1,1,1,2897,1,-6253.15,1.78666,5.16569,0.949899,300,0,0,4120,0,2,0,0,0),(42934,15201,1,1,1,2896,1,-6290.87,106.021,17.1215,5.93616,300,0,0,4120,0,2,0,0,0),(42935,15201,1,1,1,2895,1,-6265.93,41.8866,9.06246,2.6575,300,3,0,4120,0,1,0,0,0),(42936,15201,1,1,1,2896,1,-6293.14,65.065,11.6376,3.25438,300,3,0,4120,0,1,0,0,0),(42937,15202,1,1,1,15411,1,-6320.34,15.9102,6.30753,1.46608,300,0,0,3395,2486,0,0,0,0),(42938,17765,1,1,1,1598,1,-7134.42,1400.67,5.39489,5.84685,600,0,0,39832,0,0,0,0,0),(42940,17765,1,1,1,1598,1,-7135.28,1395.17,5.21889,6.24828,600,0,0,39832,0,0,0,0,0),(42941,17765,1,1,1,1598,1,-7135.84,1389.38,4.46657,0.366519,600,0,0,39832,0,0,0,0,0),(42942,17766,1,1,1,7118,1,-7595.51,757.488,-16.6255,1.90241,600,0,0,24416,0,0,0,0,0),(42943,17766,1,1,1,7118,1,-7595.09,751.349,-17.0005,1.76278,600,0,0,24416,0,0,0,0,0),(42944,17766,1,1,1,7117,1,-7592.46,763.079,-16.5005,3.03687,600,0,0,24416,0,0,0,0,0),(42945,11880,1,1,1,11811,1,-6386.73,180.874,7.28001,5.92839,300,10,0,3876,0,1,0,0,0),(42946,11880,1,1,1,11811,1,-6316.11,178.676,8.47511,4.1569,300,25,0,3876,0,1,0,0,0),(42947,11880,1,1,1,11813,1,-6681.33,1618.6,9.58589,5.31972,300,0,0,3876,0,0,0,0,0),(42948,11880,1,1,1,11812,1,-6989.19,1220.53,9.37262,3.49066,300,0,0,3876,0,0,0,0,0),(42949,11880,1,1,1,11811,1,-6971.08,1210.74,7.88494,1.78024,300,0,0,3876,0,0,0,0,0),(42950,11880,1,1,1,11812,1,-7010.04,1122.39,9.84909,3.1765,300,0,0,3876,0,0,0,0,0),(42951,11880,1,1,1,11813,1,-7001.8,1146.53,8.68506,1.0153,300,3,0,3876,0,1,0,0,0),(42952,11880,1,1,1,11823,1,-6988.46,1120.13,9.20966,2.18166,300,0,0,3876,0,0,0,0,0),(42953,11880,1,1,1,11812,1,-6984.89,1236.46,0.862622,0.785486,300,25,0,3876,0,1,0,0,0),(42954,11880,1,1,1,11812,1,-6418.02,271.565,8.16339,4.13815,300,25,0,3876,0,1,0,0,0),(42955,11880,1,1,1,11812,1,-6685.37,1584.73,5.87809,1.72974,300,0,0,3876,0,0,0,0,0),(42956,11880,1,1,1,11823,1,-6906.39,1153.91,1.76707,2.11219,300,0,0,3876,0,2,0,0,0),(42957,11880,1,1,1,11812,1,-7986.39,1887.65,4.45636,5.46798,300,10,0,3876,0,1,0,0,0),(42958,11880,1,1,1,11811,1,-7855.79,1927.95,4.03048,2.17777,300,25,0,3876,0,1,0,0,0),(42959,11880,1,1,1,11812,1,-7818.03,1909.27,5.47137,3.63933,300,0,0,3876,0,2,0,0,0),(42960,11880,1,1,1,11812,1,-7862.4,1854.4,2.81501,3.05933,300,10,0,3876,0,1,0,0,0),(42961,11880,1,1,1,11812,1,-7943.78,1953.85,7.40843,1.0109,300,10,0,3876,0,1,0,0,0),(42962,11880,1,1,1,11813,1,-7887.44,1946.52,5.99786,2.90515,300,10,0,3876,0,1,0,0,0),(42963,11880,1,1,1,11823,1,-7921.69,1906.11,6.40254,4.11801,300,25,0,3876,0,1,0,0,0),(42964,11880,1,1,1,11823,1,-7977.42,1954.57,5.46185,0.367231,300,10,0,3876,0,1,0,0,0),(42965,11880,1,1,1,11823,1,-7891.28,1840.39,3.55864,4.21382,300,25,0,3876,0,1,0,0,0),(42966,11880,1,1,1,11823,1,-7916.02,1817.66,2.22906,2.29246,300,25,0,3876,0,1,0,0,0),(42967,11880,1,1,1,11813,1,-8019.18,1853.87,4.97852,4.97957,300,25,0,3876,0,1,0,0,0),(48228,23309,530,1,1,0,0,-4979.74,161.614,-15.425,2.67035,250,0,0,6986,0,0,0,0,0),(42969,11880,1,1,1,11811,1,-7610.49,1624.31,1.82727,4.51085,300,25,0,3876,0,1,0,0,0),(42970,11880,1,1,1,11823,1,-6972.02,1073.48,5.04001,0.701645,300,0,0,3876,0,0,0,0,0),(42971,11880,1,1,1,11812,1,-6748,1664.67,6.76803,3.90611,300,3,0,3876,0,1,0,0,0),(42972,11880,1,1,1,11812,1,-6718.47,1681.42,7.10973,3.68691,300,0,0,3876,0,0,0,0,0),(42973,11880,1,1,1,11812,1,-6756.36,1675.29,7.0886,3.03206,300,0,0,3876,0,0,0,0,0),(42974,11880,1,1,1,11812,1,-6689.69,1653.77,7.0455,0.105841,300,0,0,3876,0,0,0,0,0),(42975,11880,1,1,1,11823,1,-6782.56,1712.09,3.90534,4.15472,300,25,0,3876,0,1,0,0,0),(42976,11880,1,1,1,11823,1,-6727.45,1645.04,15.7023,0.004616,300,0,0,3876,0,0,0,0,0),(42977,11880,1,1,1,11812,1,-6781.88,1653.65,6.54617,1.44252,300,0,0,3876,0,2,0,0,0),(42978,11880,1,1,1,11812,1,-6810.46,1652.77,6.36939,2.67436,300,0,0,3876,0,0,0,0,0),(42979,11880,1,1,1,11812,1,-6817.78,1674.49,6.36939,2.75762,300,0,0,3876,0,0,0,0,0),(42980,11880,1,1,1,11811,1,-6818.33,1620.99,1.51854,2.95401,300,25,0,3876,0,1,0,0,0),(42981,11880,1,1,1,11823,1,-6781.31,1616.14,4.17117,5.16075,300,25,0,3876,0,1,0,0,0),(42982,11880,1,1,1,11811,1,-6678.13,1549,7.88537,5.08019,300,0,0,3876,0,2,0,0,0),(42983,11880,1,1,1,11823,1,-6881.78,1647.81,3.00599,4.66352,300,25,0,3876,0,1,0,0,0),(42984,11880,1,1,1,11812,1,-6886.53,1653.01,1.72327,4.66355,300,25,0,3876,0,1,0,0,0),(42985,11880,1,1,1,11823,1,-6439.55,193.929,4.78818,2.21657,300,0,0,3876,0,0,0,0,0),(42986,11880,1,1,1,11823,1,-6433.12,203.873,4.44848,5.96903,300,0,0,3876,0,0,0,0,0),(42987,11880,1,1,1,11823,1,-6416.07,218.266,4.81526,5.59585,300,25,0,3876,0,1,0,0,0),(42988,11880,1,1,1,11823,1,-7026.32,1161.89,7.53953,2.17306,300,3,0,3876,0,1,0,0,0),(42989,11880,1,1,1,11813,1,-7033.65,1185.06,7.34449,2.46091,300,0,0,3876,0,0,0,0,0),(42990,11880,1,1,1,11811,1,-7052.87,1187.33,0.784361,0.983507,300,3,0,3876,0,1,0,0,0),(42991,11880,1,1,1,11823,1,-7014.65,1213.14,8.34943,4.10152,300,0,0,3876,0,0,0,0,0),(42992,11880,1,1,1,11813,1,-7022.13,1181,7.61265,0.565533,300,0,0,3876,0,2,0,0,0),(42993,11880,1,1,1,11811,1,-7039.75,1150.89,6.2975,5.72468,300,0,0,3876,0,0,0,0,0),(42994,11880,1,1,1,11811,1,-7052.82,1235.38,1.88725,5.52816,300,25,0,3876,0,1,0,0,0),(42995,11880,1,1,1,11823,1,-6954.72,1128.31,0.873354,3.91402,300,0,0,3876,0,2,0,0,0),(42996,11880,1,1,1,11823,1,-6983.46,1080.06,4.59615,5.73038,300,0,0,3876,0,2,0,0,0),(42997,11880,1,1,1,11812,1,-7049.92,1111.83,5.21439,-0.756329,300,0,0,3876,0,0,0,0,0),(42998,11880,1,1,1,11811,1,-6968.32,1115.89,7.54318,4.53786,300,0,0,3876,0,0,0,0,0),(42999,11881,1,1,1,11819,1,-6852.17,1672.82,3.88112,3.86692,300,25,0,3997,0,1,0,0,0),(43000,11881,1,1,1,11822,1,-6977.77,1215.92,9.1577,3.78736,300,0,0,3997,0,0,0,0,0),(43001,11881,1,1,1,11821,1,-6953.9,1159.7,11.0538,2.63545,300,0,0,3997,0,0,0,0,0),(43002,11881,1,1,1,11819,1,-6946.97,1177.47,10.0575,1.96287,300,25,0,3997,0,1,0,0,0),(43003,11881,1,1,1,11820,1,-6999.96,1129.48,9.23342,3.28122,300,0,0,3997,0,0,0,0,0),(43004,11881,1,1,1,11820,1,-6953.94,1246.64,1.90648,0.083141,300,25,0,3997,0,1,0,0,0),(43005,11881,1,1,1,11821,1,-6906.08,1186.19,3.86531,0.470819,300,15,0,3997,0,1,0,0,0),(43006,11881,1,1,1,11822,1,-6921.48,1208.8,2.86963,4.63773,300,15,0,3997,0,1,0,0,0),(43007,11881,1,1,1,11821,1,-7821.93,1887.03,5.66323,1.78059,300,10,0,3997,0,1,0,0,0),(43008,11881,1,1,1,11820,1,-7904.83,1936.95,4.80821,6.11594,300,10,0,3997,0,1,0,0,0),(43009,11881,1,1,1,11822,1,-7952.08,1889.58,1.24996,1.7009,300,25,0,3997,0,1,0,0,0),(43010,11881,1,1,1,11819,1,-7941.4,1925.11,3.90074,5.57442,300,0,0,3997,0,2,0,0,0),(43011,11881,1,1,1,11822,1,-7880.43,1818.26,1.47906,6.09409,300,10,0,3997,0,1,0,0,0),(43012,11881,1,1,1,11822,1,-7879.61,1920.52,2.44785,0.619677,300,10,0,3997,0,1,0,0,0),(43013,11881,1,1,1,11821,1,-7878.95,1891.71,5.33759,4.73052,300,10,0,3997,0,1,0,0,0),(43014,11881,1,1,1,11820,1,-7915.68,1789,2.69974,0.73539,300,25,0,3997,0,1,0,0,0),(43015,11881,1,1,1,11819,1,-7948.14,1814.77,3.10037,5.38629,300,25,0,3997,0,1,0,0,0),(43016,11881,1,1,1,11821,1,-8012.3,1816.25,3.70183,5.71986,300,10,0,3997,0,1,0,0,0),(43017,11881,1,1,1,11819,1,-7947.92,1781.16,1.11867,5.41176,300,25,0,3997,0,1,0,0,0),(43018,11881,1,1,1,11820,1,-7985.03,1817.22,4.41862,3.2716,300,25,0,3997,0,1,0,0,0),(43019,11881,1,1,1,11821,1,-7980.77,1854.53,4.6296,0.661189,300,25,0,3997,0,1,0,0,0),(43020,11881,1,1,1,11822,1,-6727.56,1647.8,14.3538,1.49885,300,0,0,3997,0,0,0,0,0),(43021,11881,1,1,1,11820,1,-6750.43,1713.3,4.91481,4.15503,300,25,0,3997,0,1,0,0,0),(43022,11881,1,1,1,11819,1,-6782.73,1680.03,5.41886,4.15472,300,25,0,3997,0,1,0,0,0),(43023,11881,1,1,1,11820,1,-6814.88,1684.08,5.34144,5.13279,300,15,0,3997,0,1,0,0,0),(43024,11881,1,1,1,11821,1,-6797.04,1666.12,6.0068,5.0091,300,0,0,3997,0,0,0,0,0),(43025,11881,1,1,1,11821,1,-6811.22,1657.6,7.7795,4.08407,300,0,0,3997,0,0,0,0,0),(43026,11881,1,1,1,11819,1,-6794.45,1658.31,5.91482,1.90241,300,0,0,3997,0,0,0,0,0),(43027,11881,1,1,1,11821,1,-6749.94,1553.27,5.49831,3.73747,300,25,0,3997,0,1,0,0,0),(43028,11881,1,1,1,11821,1,-6749.67,1588.68,6.99043,4.55531,300,0,0,3997,0,0,0,0,0),(43029,11881,1,1,1,11821,1,-6749.34,1619.44,12.6846,0.920459,300,0,0,3997,0,0,0,0,0),(43030,11881,1,1,1,11822,1,-6768.48,1598.1,7.05432,0.837758,300,0,0,3997,0,0,0,0,0),(43031,11881,1,1,1,11820,1,-6785.28,1580.3,3.42581,4.08141,300,25,0,3997,0,1,0,0,0),(43032,11881,1,1,1,11819,1,-6718.56,1584.37,9.28257,2.02134,300,3,0,3997,0,1,0,0,0),(43033,11881,1,1,1,11819,1,-6719.58,1553.11,6.0244,2.87051,300,25,0,3997,0,1,0,0,0),(43034,11881,1,1,1,11822,1,-6713.91,1523.88,4.15515,1.79465,300,25,0,3997,0,1,0,0,0),(43035,11881,1,1,1,11822,1,-6699.49,1546.8,8.29697,3.64774,300,0,0,3997,0,0,0,0,0),(43036,11881,1,1,1,11819,1,-7007.85,1090.86,2.11572,3.34301,300,0,0,3997,0,0,0,0,0),(43037,11881,1,1,1,11819,1,-7008.33,1258.33,0.525136,1.03696,300,25,0,3997,0,1,0,0,0),(43038,11881,1,1,1,11819,1,-7022.51,1173.62,8.4515,4.76139,300,3,0,3997,0,1,0,0,0),(43039,11881,1,1,1,11822,1,-7025.14,1135.47,2.85507,0.639205,300,0,0,3997,0,0,0,0,0),(43040,11881,1,1,1,11822,1,-6981.02,1106.44,6.56431,5.21853,300,0,0,3997,0,0,0,0,0),(43041,11881,1,1,1,11819,1,-7015.52,1089.73,2.59909,2.51489,300,25,0,3997,0,1,0,0,0),(43042,11881,1,1,1,11821,1,-7047.21,1149.64,6.34909,4.10152,300,0,0,3997,0,0,0,0,0),(43043,11881,1,1,1,11821,1,-7054.88,1170.21,1.22409,4.60474,300,0,0,3997,0,2,0,0,0),(43044,15722,1,1,1,15685,0,-6804.93,820.366,51.306,3.38594,300,0,0,3052,0,0,0,0,0),(43045,11882,1,1,1,11817,1,-6992.95,1188.32,16.4778,5.49779,300,0,0,3198,2369,0,0,0,0),(43046,11882,1,1,1,11817,1,-6974.02,1170.91,17.1244,2.42601,300,0,0,3198,2369,0,0,0,0),(43047,11882,1,1,1,11818,1,-6985.17,1193.26,13.452,4.76475,300,0,0,3198,2369,0,0,0,0),(43048,11882,1,1,1,11815,1,-6970.26,1181.01,13.4101,3.21141,300,0,0,3198,2369,0,0,0,0),(43049,11882,1,1,1,11817,1,-6977.08,1191.04,11.8974,4.10152,300,0,0,3198,2369,0,0,0,0),(43050,11882,1,1,1,11817,1,-6993.52,1170.91,16.7398,0.802851,300,0,0,3198,2369,0,0,0,0),(43051,11882,1,1,1,11818,1,-6999.94,1178.78,13.9236,0.087266,300,0,0,3198,2369,0,0,0,0),(43052,11882,1,1,1,11817,1,-6982.67,1167.75,13.1378,1.72788,300,0,0,3198,2369,0,0,0,0),(43053,11882,1,1,1,11816,1,-6735.53,1625.17,21.7453,6.21337,300,0,0,3198,2369,0,0,0,0),(43054,11882,1,1,1,11818,1,-6739.15,1613.94,17.7935,0.663225,300,0,0,3198,2369,0,0,0,0),(43055,11882,1,1,1,11818,1,-6727.03,1635.47,23.8272,4.85202,300,0,0,3198,2369,0,0,0,0),(43056,11882,1,1,1,11816,1,-6711,1624.17,22.0324,3.12414,300,0,0,3198,2369,0,0,0,0),(43057,11882,1,1,1,11815,1,-6710.64,1612.67,23.1585,2.46091,300,0,0,3198,2369,0,0,0,0),(43058,11882,1,1,1,11817,1,-6715.85,1634.96,16.0706,3.9619,300,0,0,3198,2369,0,0,0,0),(43059,11882,1,1,1,11815,1,-6730.18,1602.51,17.905,1.36136,300,0,0,3198,2369,0,0,0,0),(43060,11882,1,1,1,11815,1,-6718.83,1607.83,18.5327,1.93731,300,0,0,3198,2369,0,0,0,0),(43061,11882,1,1,1,11816,1,-7905.48,1890.38,9.25465,2.98451,300,0,0,3198,2369,0,0,0,0),(43062,11882,1,1,1,11817,1,-7917.32,1902.3,6.1169,4.41568,300,0,0,3198,2369,0,0,0,0),(43063,11882,1,1,1,11817,1,-7907.72,1899.83,11.8827,3.66519,300,0,0,3198,2369,0,0,0,0),(43064,11882,1,1,1,11817,1,-7908.31,1880.84,11.0128,2.35619,300,0,0,3198,2369,0,0,0,0),(43065,11882,1,1,1,11817,1,-7926.6,1901.72,10.2142,5.32325,300,0,0,3198,2369,0,0,0,0),(43066,11882,1,1,1,11818,1,-7918.57,1877.47,9.98539,1.67552,300,0,0,3198,2369,0,0,0,0),(43067,11882,1,1,1,11818,1,-7929.52,1893.21,5.85219,6.21337,300,0,0,3198,2369,0,0,0,0),(43068,11882,1,1,1,11816,1,-7928.31,1883.02,10.5671,0.872665,300,0,0,3198,2369,0,0,0,0),(43069,11883,1,1,1,11827,1,-6355.88,147.31,6.31777,0.872665,300,0,0,3297,2434,0,0,0,0),(43070,11883,1,1,1,11824,1,-6412.15,180.568,6.82553,0.645772,300,0,0,3297,2434,0,0,0,0),(43071,11883,1,1,1,11824,1,-6371.75,223.475,2.11312,4.59022,300,0,0,3297,2434,0,0,0,0),(43072,11883,1,1,1,11825,1,-7930.07,1855.87,5.6698,0.959931,300,0,0,3297,2434,0,0,0,0),(43073,11883,1,1,1,11827,1,-7864.98,1878.78,4.30379,6.0912,300,0,0,3297,2434,0,0,0,0),(43074,11883,1,1,1,11826,1,-7869.61,1914.33,3.50343,4.10152,300,0,0,3297,2434,0,0,0,0),(43075,11883,1,1,1,11826,1,-7934.37,1831.82,5.01009,4.92183,300,0,0,3297,2434,0,0,0,0),(43076,11883,1,1,1,11827,1,-6458.8,227.156,4.60372,5.42797,300,0,0,3297,2434,0,0,0,0),(43077,11883,1,1,1,11825,1,-6436.12,206.284,4.49306,3.3321,300,0,0,3297,2434,2,0,0,0),(43078,15213,1,1,1,15408,1,-6258.23,68.5936,17.3447,1.55334,300,0,0,3297,2434,0,0,0,0),(43079,15213,1,1,1,15407,1,-6262.89,66.4631,17.3447,2.05949,300,0,0,3297,2434,0,0,0,0),(43080,15213,1,1,1,15407,1,-6241.41,52.4021,16.2565,6.10865,300,0,0,3297,2434,0,0,0,0),(43081,15213,1,1,1,15408,1,-6325.92,-7.09258,6.50833,4.2586,300,0,0,3297,2434,0,0,0,0),(43082,15213,1,1,1,15408,1,-6375,155.084,6.64041,4.50389,300,25,0,3297,2434,1,0,0,0),(43083,15213,1,1,1,15407,1,-6354.19,186.662,5.04087,3.57468,300,25,0,3297,2434,1,0,0,0),(43084,15213,1,1,1,15407,1,-6313.53,8.94368,6.19254,0.977384,300,0,0,3297,2434,0,0,0,0),(43085,15213,1,1,1,15409,1,-6231.19,-51.1512,-5.91143,5.34071,300,0,0,3297,2434,0,0,0,0),(43086,15213,1,1,1,15410,1,-6236.44,19.1447,8.85145,6.00393,300,0,0,3297,2434,0,0,0,0),(43087,15213,1,1,1,15409,1,-6319.44,275.314,10.5377,5.09471,300,10,0,3297,2434,1,0,0,0),(43088,15213,1,1,1,15408,1,-6311.36,260.566,10.0601,1.49805,300,0,0,3297,2434,0,0,0,0),(43089,15213,1,1,1,15409,1,-6313.28,222.236,4.26247,3.20424,300,10,0,3297,2434,1,0,0,0),(43090,15213,1,1,1,15407,1,-6350.33,250.249,5.29611,3.32833,300,25,0,3297,2434,1,0,0,0),(43091,15213,1,1,1,15407,1,-6451.37,247.19,6.1289,0.708955,300,25,0,3297,2434,1,0,0,0),(43092,15213,1,1,1,15410,1,-6477.68,230.786,3.21332,1.23786,300,25,0,3297,2434,1,0,0,0),(43093,15213,1,1,1,15407,1,-6470.6,253.313,4.33299,0.619462,300,25,0,3297,2434,1,0,0,0),(43094,15213,1,1,1,15407,1,-6463.13,212.949,5.93707,2.74017,300,0,0,3297,2434,0,0,0,0),(43095,15213,1,1,1,15410,1,-6453.22,192.772,5.18881,5.11381,300,0,0,3297,2434,0,0,0,0),(43096,15213,1,1,1,15410,1,-6398.96,246.875,7.51268,4.06282,300,10,0,3297,2434,1,0,0,0),(43097,15215,1,1,1,15330,0,-8325.5,727.582,-66.985,5.74213,300,0,0,5180,2568,0,0,0,0),(43098,15221,1,1,1,13069,0,-8029.8,1122.73,3.31102,1.43117,300,0,0,42,0,0,0,0,0),(43099,15222,1,1,1,13069,0,-8021.58,1099.49,4.82093,2.77507,300,0,0,42,0,0,0,0,0),(247329,30380,712,3,1,0,1,-37.1975,-20.2765,9.65711,4.32467,120,0,0,1,0,0,0,0,0),(247328,30380,712,3,1,0,1,-37.3836,19.9617,9.59771,1.87549,120,0,0,1,0,0,0,0,0),(247327,30380,712,3,1,0,1,1.92073,28.7498,0.101361,0.232732,120,0,0,1,0,0,0,0,0),(247326,30380,712,3,1,0,1,45.5093,6.67955,30.1788,5.44543,120,0,0,1,0,0,0,0,0),(247325,30380,712,3,1,0,1,-26.5726,29.6008,-0.15773,0.856857,120,0,0,1,0,0,0,0,0),(247324,30380,712,3,1,0,1,-8.79147,30.0334,-0.157799,0.471494,120,0,0,1,0,0,0,0,0),(247323,30380,712,3,1,0,1,-17.4619,22.2092,9.60018,1.58254,120,0,0,1,0,0,0,0,0),(247322,30380,712,3,1,0,1,-41.0289,25.7685,1.20385,1.49696,120,0,0,1,0,0,0,0,0),(247321,30380,712,3,1,0,1,3.99105,-21.2539,9.67311,4.9577,120,0,0,1,0,0,0,0,0),(247320,30380,712,3,1,0,1,-6.13984,21.6533,9.991,1.48436,120,0,0,1,0,0,0,0,0),(247319,30352,712,3,1,0,1,-60.5592,0.055898,-5.27774,0.004184,120,0,0,1,0,0,0,0,0),(247318,30352,712,3,1,0,1,48.8813,8.78624,40.0817,3.1426,120,0,0,1,0,0,0,0,0),(247317,30352,712,3,1,0,1,36.436,-6.06257,9.60687,3.09364,120,0,0,1,0,0,0,0,0),(247316,30352,712,3,1,0,1,-49.1048,0.044213,20.6694,0.029782,120,0,0,1,0,0,0,0,0),(247315,30352,712,3,1,0,1,36.4909,6.11523,9.60666,3.01117,120,0,0,1,0,0,0,0,0),(247314,30352,712,3,1,0,1,-67.1723,-3.73439,9.60211,0.318344,120,0,0,1,0,0,0,0,0),(247313,30352,712,3,1,0,1,-17.2379,-3.94242,20.7667,3.1541,120,0,0,1,0,0,0,0,0),(247312,30352,712,3,1,0,1,-67.4841,3.50927,9.60209,5.83577,120,0,0,1,0,0,0,0,0),(247311,30352,712,3,1,0,1,43.7981,13.0009,-2.07474,4.61776,120,0,0,1,0,0,0,0,0),(43119,14472,1,1,1,1104,0,-7245.73,1167.55,2.48663,1.76934,21000,0,0,3758,0,0,0,0,0),(43120,14473,1,1,1,14521,0,-7803.76,515.706,-38.3517,2.41835,43200,25,0,12208,0,2,0,0,0),(43121,15498,1,1,1,15477,1,-6844.78,724.479,42.6144,0.366519,300,0,0,1830,5013,0,0,0,0),(43122,15499,1,1,1,15478,1,-6862.97,756.071,42.5764,6.0912,300,0,0,2699,0,0,0,0,0),(43123,15500,1,1,1,15479,1,-6876.72,734.648,45.7454,0.069813,600,0,0,24416,0,0,0,0,0),(43124,14477,1,1,1,14523,0,-7834.97,989.964,5.47884,3.50722,21000,0,0,3876,0,0,0,0,0),(43125,14478,1,1,1,14525,0,-6274.9,1636.68,5.21364,4.687,21000,0,0,3101,2289,2,0,0,0),(43126,14479,1,1,1,14526,1,-7947.25,1877.57,3.73991,1.87034,21000,0,0,3297,2434,0,0,0,0),(43127,12178,1,1,1,12269,1,-7314.79,414.781,21.7374,2.82996,300,25,0,2823,2117,1,0,0,0),(43128,12178,1,1,1,12269,1,-7315.56,309.598,10.909,4.39989,300,10,0,2823,2117,1,0,0,0),(43129,12178,1,1,1,12269,1,-7314.18,352.466,17.3954,4.65095,300,25,0,2823,2117,1,0,0,0),(43130,12178,1,1,1,12269,1,-7215.96,455.471,13.5363,0.822411,300,3,0,2823,2117,1,0,0,0),(43131,12178,1,1,1,12269,1,-7139.55,354.197,26.2948,3.39261,300,3,0,2823,2117,1,0,0,0),(43132,12178,1,1,1,12269,1,-7141.85,350.847,26.3781,0.05236,300,0,0,2823,2117,0,0,0,0),(43133,12178,1,1,1,12269,1,-7126.64,355.606,17.8847,6.19366,300,10,0,2823,2117,1,0,0,0),(43134,12178,1,1,1,12269,1,-7122.28,343.788,18.0097,5.38601,300,3,0,2823,2117,1,0,0,0),(43135,12178,1,1,1,12269,1,-7054.74,276.017,5.81007,5.43045,300,10,0,2823,2117,1,0,0,0),(43136,12178,1,1,1,12269,1,-7080.26,313.053,12.383,5.90547,300,3,0,2823,2117,1,0,0,0),(43137,12178,1,1,1,12269,1,-7224.28,325.111,46.3382,3.7008,300,0,0,2823,2117,0,0,0,0),(43138,12178,1,1,1,12269,1,-7274.24,451.922,16.2011,5.58417,300,25,0,2823,2117,1,0,0,0),(43139,12178,1,1,1,12269,1,-7185.79,355.09,28.9946,1.46359,300,25,0,2823,2117,1,0,0,0),(43140,12178,1,1,1,12269,1,-7055.2,319.806,7.36219,4.32144,300,10,0,2823,2117,1,0,0,0),(43141,12178,1,1,1,12269,1,-7217.3,387.71,24.4976,0.887024,300,3,0,2823,2117,1,0,0,0),(43142,12178,1,1,1,12269,1,-7219.9,418.333,24.2214,4.62244,300,25,0,2823,2117,1,0,0,0),(43143,12178,1,1,1,12269,1,-7115.5,417.452,13.0916,4.18369,300,25,0,2823,2117,1,0,0,0),(43144,12178,1,1,1,12269,1,-7122.72,435.069,18.5984,6.09145,300,25,0,2823,2117,1,0,0,0),(43145,12178,1,1,1,12269,1,-7183.99,488.21,13.89,2.24676,300,25,0,2823,2117,1,0,0,0),(43146,12179,1,1,1,12270,1,-7217.56,288.306,47.0961,1.09121,300,3,0,3644,0,1,0,0,0),(43147,12179,1,1,1,12270,1,-7138.59,347.584,26.2948,3.83456,300,3,0,3644,0,1,0,0,0),(43148,12179,1,1,1,12270,1,-7258.11,328.817,47.925,6.21337,300,0,0,3644,0,0,0,0,0),(43149,12179,1,1,1,12270,1,-7116.58,351.869,17.8847,3.4514,300,0,0,3644,0,0,0,0,0),(43150,12179,1,1,1,12270,1,-7316.36,386.531,15.6469,3.28662,300,10,0,3644,0,1,0,0,0),(43151,12179,1,1,1,12270,1,-7309.82,284.823,12.2226,2.48483,300,3,0,3644,0,1,0,0,0),(43152,12179,1,1,1,12270,1,-7255.54,354.491,40.6493,4.11533,300,25,0,3644,0,1,0,0,0),(43153,12179,1,1,1,12270,1,-7084.7,241.667,3.8624,3.14159,300,10,0,3644,0,1,0,0,0),(43154,12179,1,1,1,12270,1,-7117.15,241.947,3.21372,3.38719,300,25,0,3644,0,1,0,0,0),(43155,12179,1,1,1,12270,1,-7139.58,352.873,17.4297,2.86257,300,10,0,3644,0,1,0,0,0),(43156,12179,1,1,1,12270,1,-7210.44,327.538,45.0917,4.03972,300,0,0,3644,0,2,0,0,0),(43157,12179,1,1,1,12270,1,-7236.05,330.175,46.3383,2.97714,300,0,0,3644,0,0,0,0,0),(43158,12179,1,1,1,12270,1,-7177.7,290.212,41.0724,4.66713,300,3,0,3644,0,1,0,0,0),(43159,12179,1,1,1,12270,1,-7153.93,317.038,19.6269,5.21139,300,3,0,3644,0,1,0,0,0),(43160,12179,1,1,1,12270,1,-7117.12,317.668,19.476,1.92644,300,0,0,3644,0,0,0,0,0),(43161,12179,1,1,1,12270,1,-7247.92,377.084,20.5388,4.94912,300,25,0,3644,0,1,0,0,0),(43162,12179,1,1,1,12270,1,-7260.42,410.416,21.343,3.72975,300,25,0,3644,0,1,0,0,0),(43163,12179,1,1,1,12270,1,-7249.29,489.919,11.6138,6.04376,300,25,0,3644,0,1,0,0,0),(43164,12179,1,1,1,12270,1,-7216.28,352.578,37.979,0.05474,300,3,0,3644,0,1,0,0,0),(43165,12179,1,1,1,12270,1,-7078.71,351.318,6.11982,4.96101,300,25,0,3644,0,1,0,0,0),(43166,12179,1,1,1,12270,1,-7184.61,322.523,35.118,6.24024,300,0,0,3644,0,0,0,0,0),(43167,12179,1,1,1,12270,1,-7252.93,444.01,20.2468,0.545791,300,25,0,3644,0,1,0,0,0),(43168,12179,1,1,1,12270,1,-7187.38,384.263,22.5013,3.9187,300,3,0,3644,0,1,0,0,0),(43169,12179,1,1,1,12270,1,-7085.28,390.384,5.01803,2.23099,300,25,0,3644,0,1,0,0,0),(43170,12179,1,1,1,12270,1,-7184.3,440.051,26.7382,4.11203,300,0,0,3644,0,0,0,0,0),(43171,12179,1,1,1,12270,1,-7178.48,441.191,26.6737,2.345,300,0,0,3644,0,0,0,0,0),(43172,12956,1,1,1,12977,0,-6370.38,-318.96,-1.45231,2.04204,300,0,0,3997,0,0,0,0,0),(43173,16543,1,1,1,16252,0,-6856.12,708.375,43.5737,0.802851,300,0,0,2442,2434,0,0,0,0),(43174,13220,1,1,1,13149,1,-6398.14,-314.356,-1.41759,0.261799,300,0,0,2718,2117,0,0,0,0),(43175,15270,1,1,1,15371,1,-6838.07,843.766,49.0494,5.44543,300,0,0,3662,0,0,0,0,0),(43176,12199,1,1,1,12291,0,-7114.15,352.771,26.3781,3.19395,300,0,0,3876,0,0,0,0,0),(43177,17068,1,1,1,16786,0,-7144.84,1376.44,3.34157,6.02139,300,0,0,2614,0,0,0,0,0),(43178,17070,1,1,1,16794,0,-7576.72,769.737,-17.4997,4.90438,300,0,0,2614,0,0,0,0,0),(43179,17074,1,1,1,11686,0,-6840.21,889.893,33.7969,0.698132,300,0,0,42,0,0,0,0,0),(43180,15282,1,1,1,15372,1,-6844.67,727.634,42.6185,0.226893,300,0,0,9156,0,0,0,0,0),(43181,11698,1,1,1,12149,0,-6663.68,1069.62,3.68127,3.80734,300,25,0,3619,0,1,0,0,0),(43182,11698,1,1,1,12149,0,-7002.27,652.248,6.0294,3.49549,300,3,0,3619,0,1,0,0,0),(43183,11698,1,1,1,12149,0,-7023.67,892.524,8.10384,5.57244,300,3,0,3619,0,1,0,0,0),(43184,11698,1,1,1,12149,0,-7111.02,789.347,12.4607,1.00972,300,3,0,3619,0,1,0,0,0),(43185,11698,1,1,1,12149,0,-6369.73,1018.75,-47.2876,1.9676,300,3,0,3619,0,1,0,0,0),(43186,11698,1,1,1,12149,0,-6250.88,1057.81,-31.9853,0.736236,300,25,0,3619,0,1,0,0,0),(43187,11698,1,1,1,12149,0,-6492.05,919.764,-41.1216,4.83804,300,3,0,3619,0,1,0,0,0),(43188,11698,1,1,1,12149,0,-6558.57,869.6,-46.3709,4.94655,300,3,0,3619,0,1,0,0,0),(43189,11698,1,1,1,12149,0,-6649.94,913.57,3.36537,0.296782,300,25,0,3619,0,1,0,0,0),(43190,11698,1,1,1,12149,0,-7083.83,814.222,17.9431,0.543269,300,3,0,3619,0,1,0,0,0),(43191,11698,1,1,1,12149,0,-6977,848.198,10.4554,5.59951,300,3,0,3619,0,1,0,0,0),(43192,11698,1,1,1,12149,0,-6910.02,788.633,7.48255,0.680669,300,10,0,3619,0,1,0,0,0),(43193,11698,1,1,1,12149,0,-6956.67,761.593,11.8727,2.18715,300,3,0,3619,0,1,0,0,0),(43194,11698,1,1,1,12149,0,-6881.25,677.084,7.99567,0.802665,300,3,0,3619,0,1,0,0,0),(43195,11698,1,1,1,12149,0,-6914.02,731.146,12.9405,4.37683,300,3,0,3619,0,1,0,0,0),(43196,11698,1,1,1,12149,0,-6986.15,574.966,7.78836,0.619041,300,25,0,3619,0,1,0,0,0),(43197,11698,1,1,1,12149,0,-7116.28,583.682,8.87889,3.64452,300,10,0,3619,0,1,0,0,0),(43198,11698,1,1,1,12149,0,-6521.28,918.981,0.700312,2.56497,300,10,0,3619,0,1,0,0,0),(43199,11698,1,1,1,12149,0,-6952.41,875.342,13.8453,3.43575,300,3,0,3619,0,1,0,0,0),(43200,15540,1,1,1,15550,1,-6802.81,796.45,51.3594,3.01942,600,0,0,24416,0,0,0,0,0),(43201,15541,1,1,1,15551,1,-6374.21,532.318,6.19409,4.31401,600,0,0,10529,0,2,0,0,0),(43202,15542,1,1,1,15552,1,-6362.06,551.901,7.30232,4.29159,300,0,0,3876,0,2,0,0,0),(43203,15542,1,1,1,15552,1,-6366.48,541.942,6.9074,4.32893,300,0,0,3876,0,2,0,0,0),(43204,17079,1,1,1,16834,0,-7573.79,769.702,-17.6601,4.46804,300,0,0,3052,0,0,0,0,0),(43205,17080,1,1,1,16835,0,-7144.34,1377.83,3.25658,5.88176,300,0,0,4979,0,0,0,0,0),(43206,15545,1,1,1,15304,1,-7013.45,1713.98,0.926241,4.62512,300,0,0,3052,0,0,0,0,0),(43207,15545,1,1,1,15304,1,-7014.01,1731.86,0.931739,3.24631,300,0,0,3052,0,0,0,0,0),(43208,15545,1,1,1,15304,1,-7006.43,1702.99,1.62108,6.12611,300,0,0,3052,0,0,0,0,0),(43209,15545,1,1,1,15304,1,-7024.78,1707.72,3.0496,0.15708,300,0,0,3052,0,0,0,0,0),(43210,17081,1,1,1,16836,0,-6810.62,832.311,50.0878,1.27409,300,0,0,2614,0,0,0,0,0),(43211,15801,1,1,1,13069,0,-8105.91,1619.21,14.104,3.49066,300,25,0,86,0,1,0,0,0),(43212,15801,1,1,1,13069,0,-8115.49,1621.07,14.8236,0.698132,300,25,0,86,0,1,0,0,0),(43213,15545,1,1,1,15304,1,-7773.43,1174.62,1.49799,5.84685,300,0,0,3052,0,0,0,0,0),(43214,15545,1,1,1,15304,1,-7785.68,1193.82,2.11056,1.18682,300,0,0,3052,0,0,0,0,0),(43215,15545,1,1,1,15304,1,-7762.29,1190.61,-0.205664,3.1765,300,0,0,3052,0,0,0,0,0),(43216,15545,1,1,1,15304,1,-7773.97,1185.79,-0.210197,4.2237,300,0,0,3052,0,0,0,0,0),(43217,15545,1,1,1,15304,1,-6796.65,135.985,4.05701,5.49779,300,0,0,3052,0,0,0,0,0),(43218,15545,1,1,1,15304,1,-6789.04,130.549,2.18303,3.00197,300,0,0,3052,0,0,0,0,0),(43219,15545,1,1,1,15304,1,-6796.75,126.362,3.81732,5.2709,300,0,0,3052,0,0,0,0,0),(43220,15545,1,1,1,15304,1,-6799.5,141.577,3.84566,0.05236,300,0,0,3052,0,0,0,0,0),(43221,17082,1,1,1,16837,0,-6764.52,772.218,89.7278,5.89921,300,0,0,2614,0,0,0,0,0),(43222,15293,1,1,1,15358,1,-7114.81,357.939,26.3781,4.32842,300,0,0,3297,2434,0,0,0,0),(43223,17090,1,1,1,11686,0,-7138.58,1389.88,3.71278,1.39626,300,0,0,42,0,0,0,0,0),(43224,14536,1,1,1,14587,0,-7724.21,1676.43,7.13181,2.19457,600,0,0,19536,12170,0,0,0,0),(43225,11721,1,1,1,12151,0,-6310.92,1130.01,-20.5836,4.40384,300,3,0,2871,0,1,0,0,0),(43226,11721,1,1,1,12151,0,-6513.47,827.684,12.9525,0.554987,300,3,0,2871,0,1,0,0,0),(43227,11721,1,1,1,12151,0,-6381.45,1028.98,-50.0282,5.27193,300,3,0,2871,0,1,0,0,0),(43228,11721,1,1,1,12151,0,-6579.08,773.47,-51.83,0.125252,300,0,0,2871,0,2,0,0,0),(43229,11721,1,1,1,12151,0,-6265.18,946.905,-40.1503,2.23904,300,3,0,2871,0,1,0,0,0),(43230,11721,1,1,1,12151,0,-6661.13,991.01,-15.5111,4.36963,300,0,0,2871,0,2,0,0,0),(43231,11721,1,1,1,12151,0,-6348.65,1007.31,-33.7442,0.827889,300,0,0,2871,0,2,0,0,0),(43232,11721,1,1,1,12151,0,-6582.09,944.948,0.532784,3.14518,300,10,0,2871,0,1,0,0,0),(43233,11721,1,1,1,12151,0,-6593.84,887.369,-43.6616,1.75643,300,0,0,2871,0,2,0,0,0),(43234,11721,1,1,1,12151,0,-6235.16,1090.29,-24.2738,1.33838,300,0,0,2871,0,2,0,0,0),(43235,11721,1,1,1,12151,0,-6491.73,866.092,17.9963,4.7889,300,3,0,2871,0,1,0,0,0),(43236,15306,1,1,1,15370,1,-6836.01,845.531,49.0809,5.95157,300,0,0,2699,0,0,0,0,0),(43237,11722,1,1,1,12153,0,-6580.25,794.558,4.64544,0.904922,300,10,0,3732,0,1,0,0,0),(43238,11722,1,1,1,12153,0,-6266.35,1218.94,-16.1716,5.96017,300,3,0,3732,0,1,0,0,0),(43239,11722,1,1,1,12153,0,-6386.79,846.58,1.54205,5.04248,300,10,0,3732,0,1,0,0,0),(43240,11722,1,1,1,12153,0,-6340.2,894.384,3.69306,0.857893,300,10,0,3732,0,1,0,0,0),(43241,11722,1,1,1,12153,0,-6593.23,1123.39,0.856737,2.05455,300,25,0,3732,0,1,0,0,0),(43242,11722,1,1,1,12153,0,-6470.18,1160.8,3.45453,1.13302,300,25,0,3732,0,1,0,0,0),(43243,11722,1,1,1,12153,0,-6609.49,1074.11,3.96457,4.84527,300,25,0,3732,0,1,0,0,0),(43244,11722,1,1,1,12153,0,-6316.29,1183.16,-17.7782,5.53747,300,3,0,3732,0,1,0,0,0),(43245,11722,1,1,1,12153,0,-6657.26,1009.31,-21.662,2.60438,300,3,0,3732,0,1,0,0,0),(43246,11722,1,1,1,12153,0,-6254.23,1012.29,-42.8717,3.78035,300,25,0,3732,0,1,0,0,0),(43247,11722,1,1,1,12153,0,-6674.82,956.099,-2.13278,0.937406,300,3,0,3732,0,1,0,0,0),(43248,11722,1,1,1,12153,0,-6673.28,883.124,4.41325,5.2736,300,25,0,3732,0,1,0,0,0),(43249,11722,1,1,1,12153,0,-6552.01,949.38,0.41465,4.25627,300,10,0,3732,0,1,0,0,0),(43250,11722,1,1,1,12153,0,-6236.82,1088.79,-23.9696,4.58663,300,25,0,3732,0,1,0,0,0),(43251,11722,1,1,1,12153,0,-6375.75,1109.82,4.8842,3.25408,300,15,0,3732,0,1,0,0,0),(43252,11722,1,1,1,12153,0,-6594.16,1123.21,-47.5805,3.49069,300,3,0,3732,0,1,0,0,0),(43253,11722,1,1,1,12153,0,-6595.32,886.137,-44.0754,4.44044,300,25,0,3732,0,1,0,0,0),(43254,11722,1,1,1,12153,0,-6532.19,805.433,-43.8801,3.30301,300,3,0,3732,0,1,0,0,0),(43255,11722,1,1,1,12153,0,-6244.72,1177.66,-18.2108,1.79968,300,3,0,3732,0,1,0,0,0),(43256,11722,1,1,1,12153,0,-6575.21,858.043,-44.9616,2.79997,300,3,0,3732,0,1,0,0,0),(43257,11722,1,1,1,12153,0,-6344.46,1125.51,-19.1503,1.89258,300,3,0,3732,0,1,0,0,0),(43258,11722,1,1,1,12153,0,-6281.29,1114.59,-26.7343,5.84455,300,3,0,3732,0,1,0,0,0),(43259,11722,1,1,1,12153,0,-6322.21,1004.11,-32.9602,4.08786,300,3,0,3732,0,1,0,0,0),(43260,11722,1,1,1,12153,0,-6390.81,1032.27,-19.9502,4.74295,300,25,0,3732,0,1,0,0,0),(43261,11723,1,1,1,12150,0,-6476.06,1085.83,-2.56383,5.45595,300,10,0,3849,0,1,0,0,0),(43262,11723,1,1,1,12150,0,-6496.94,1188.24,1.74981,0.159902,300,25,0,3849,0,1,0,0,0),(43263,11723,1,1,1,12150,0,-6513.72,783.907,3.95093,5.70489,300,10,0,3849,0,1,0,0,0),(43264,11723,1,1,1,12150,0,-6343,1193.96,-20.7406,4.76083,300,3,0,3849,0,1,0,0,0),(43265,11723,1,1,1,12150,0,-6302.99,1149.92,-16.5253,1.46966,300,3,0,3849,0,1,0,0,0),(43266,11723,1,1,1,12150,0,-6685.46,805.1,14.5309,3.91594,300,25,0,3849,0,1,0,0,0),(43267,11723,1,1,1,12150,0,-6705.55,934.297,5.71979,4.56732,300,25,0,3849,0,1,0,0,0),(43268,11723,1,1,1,12150,0,-6402.15,1020.69,-23.6339,0.257501,300,10,0,3849,0,1,0,0,0),(43269,11723,1,1,1,12150,0,-6429.68,1043.75,-15.8192,0,300,10,0,3849,0,1,0,0,0),(43270,11723,1,1,1,12150,0,-6326.69,907.815,6.11768,2.04362,300,10,0,3849,0,1,0,0,0),(43271,11723,1,1,1,12150,0,-6518.79,866.987,-30.7607,3.14856,300,3,0,3849,0,1,0,0,0),(43272,11723,1,1,1,12150,0,-6581.1,781.267,-53.9537,1.96141,300,3,0,3849,0,1,0,0,0),(43273,11723,1,1,1,12150,0,-6568.29,757.617,-53.6445,0.610929,300,3,0,3849,0,1,0,0,0),(43274,11723,1,1,1,12150,0,-6245.86,1133.05,-20.9211,3.53505,300,3,0,3849,0,1,0,0,0),(43275,11723,1,1,1,12150,0,-6278.24,987.826,-41.2927,4.40377,300,3,0,3849,0,1,0,0,0),(43276,11723,1,1,1,12150,0,-6401.47,1072.03,-45.523,0.312355,300,3,0,3849,0,1,0,0,0),(43277,11724,1,1,1,12152,0,-7051.78,849.116,8.11459,3.99466,300,10,0,3619,0,1,0,0,0),(43278,11724,1,1,1,12152,0,-6219.85,952.518,-42.6154,5.91473,300,3,0,3619,0,1,0,0,0),(43279,11724,1,1,1,12152,0,-7214.51,681.893,7.01653,2.01737,300,3,0,3619,0,1,0,0,0),(43281,11724,1,1,1,12152,0,-6280.98,1187.34,-20.7682,1.31955,300,3,0,3619,0,1,0,0,0),(43282,11724,1,1,1,12152,0,-7118,848.767,6.8043,2.72117,300,10,0,3619,0,1,0,0,0),(43283,11724,1,1,1,12152,0,-6275.57,966.738,-41.6991,4.68235,300,3,0,3619,0,1,0,0,0),(43284,11724,1,1,1,12152,0,-6483.29,900.981,-41.9619,0.878916,300,3,0,3619,0,1,0,0,0),(43285,11724,1,1,1,12152,0,-6623.93,928.33,-53.0604,5.60331,300,3,0,3619,0,1,0,0,0),(43286,11724,1,1,1,12152,0,-7153.2,823.863,10.9397,1.21881,300,10,0,3619,0,1,0,0,0),(43287,11724,1,1,1,12152,0,-6442.34,1100.02,1.10783,5.25647,300,10,0,3619,0,1,0,0,0),(43288,11724,1,1,1,12152,0,-7083.6,889.732,8.7268,2.84528,300,3,0,3619,0,1,0,0,0),(43289,11724,1,1,1,12152,0,-7179.93,723.522,11.0836,0.834607,300,3,0,3619,0,1,0,0,0),(43290,11724,1,1,1,12152,0,-6471.85,834.988,6.09751,2.98286,300,3,0,3619,0,1,0,0,0),(43291,11724,1,1,1,12152,0,-6551.77,1159.41,-1.36306,3.3167,300,25,0,3619,0,1,0,0,0),(43292,11724,1,1,1,12152,0,-6426.86,874.586,0.922683,3.90108,300,10,0,3619,0,1,0,0,0),(43293,11724,1,1,1,12152,0,-6220.64,987.282,-45.893,5.91372,300,3,0,3619,0,1,0,0,0),(43294,11724,1,1,1,12152,0,-7162.5,684.315,7.44698,1.5708,300,3,0,3619,0,1,0,0,0),(43295,11724,1,1,1,12152,0,-6232.18,1173.01,-14.8858,1.91317,300,3,0,3619,0,1,0,0,0),(43296,11724,1,1,1,12152,0,-6475.72,878.386,4.78633,2.45428,300,3,0,3619,0,1,0,0,0),(43297,11724,1,1,1,12152,0,-7197.61,650.787,6.88988,4.19317,300,3,0,3619,0,1,0,0,0),(43298,11724,1,1,1,12152,0,-6591.47,989.618,2.00111,1.28132,300,10,0,3619,0,1,0,0,0),(43299,11724,1,1,1,12152,0,-6310.54,1124.59,-20.5221,6.01261,300,3,0,3619,0,1,0,0,0),(43300,11724,1,1,1,12152,0,-6487.9,1012.36,3.55581,4.41062,300,10,0,3619,0,1,0,0,0),(43301,11724,1,1,1,12152,0,-6606.32,821.787,2.40453,4.25811,300,10,0,3619,0,1,0,0,0),(43302,11724,1,1,1,12152,0,-6696.25,1037.64,3.19627,0.410902,300,25,0,3619,0,1,0,0,0),(43303,11724,1,1,1,12152,0,-6741.15,959.5,5.36262,1.13948,300,25,0,3619,0,1,0,0,0),(43304,11724,1,1,1,12152,0,-6343.94,1009.67,-33.0385,5.36946,300,3,0,3619,0,1,0,0,0),(43305,11724,1,1,1,12152,0,-6541.72,864.142,-29.3741,5.62941,300,3,0,3619,0,1,0,0,0),(43306,11724,1,1,1,12152,0,-6592.47,762.209,-52.3829,5.90975,300,3,0,3619,0,1,0,0,0),(43307,11724,1,1,1,12152,0,-6609.95,1115.11,-47.1556,5.92917,300,3,0,3619,0,1,0,0,0),(43308,11724,1,1,1,12152,0,-6515.45,987.786,1.1157,3.03493,300,10,0,3619,0,1,0,0,0),(43309,11724,1,1,1,12152,0,-6294.4,1172.78,-20.5936,4.24768,300,3,0,3619,0,1,0,0,0),(43310,11724,1,1,1,12152,0,-7153.18,735.62,6.0272,4.57754,300,3,0,3619,0,1,0,0,0),(43311,11724,1,1,1,12152,0,-6605.43,1060.89,-39.6763,0,300,3,0,3619,0,1,0,0,0),(43312,11724,1,1,1,12152,0,-6254.89,1150.03,-24.7402,5.12575,300,3,0,3619,0,1,0,0,0),(43313,11724,1,1,1,12152,0,-6951.67,814.732,9.74711,0.339881,300,3,0,3619,0,1,0,0,0),(43314,11724,1,1,1,12152,0,-6971.98,675.246,9.64555,6.27537,300,3,0,3619,0,1,0,0,0),(43315,11724,1,1,1,12152,0,-6914,662.485,9.18236,1.38968,300,10,0,3619,0,1,0,0,0),(43316,11724,1,1,1,12152,0,-6953.11,620.775,5.96879,2.74228,300,25,0,3619,0,1,0,0,0),(43317,11724,1,1,1,12152,0,-7008.37,624.816,8.3554,1.3869,300,10,0,3619,0,1,0,0,0),(43318,11724,1,1,1,12152,0,-7059.49,590.298,9.55395,4.98858,300,10,0,3619,0,1,0,0,0),(43319,11724,1,1,1,12152,0,-7123.16,658.707,16.7101,5.0755,300,25,0,3619,0,1,0,0,0),(43320,11724,1,1,1,12152,0,-7085.63,618.684,2.68607,2.47915,300,10,0,3619,0,1,0,0,0),(43321,11724,1,1,1,12152,0,-7154.5,624.587,8.85214,6.25585,300,10,0,3619,0,1,0,0,0),(43322,15308,1,1,1,15373,1,-7895.31,1891.94,8.44746,4.42926,600,25,0,7369,11502,2,0,0,0),(43323,15308,1,1,1,15373,1,-7007.2,1155.17,10.367,4.66355,600,25,0,7369,11502,2,0,0,0),(43324,11724,1,1,1,12152,0,-6892.45,669.888,6.53788,1.26139,300,3,0,3619,0,1,0,0,0),(43325,11725,1,1,1,12158,0,-7087.77,1764.94,-4.6182,2.14959,300,3,0,3732,0,1,0,0,0),(43326,11725,1,1,1,12158,0,-7341.86,1721.19,-92.7696,5.30075,300,3,0,3732,0,1,0,0,0),(43327,11725,1,1,1,12158,0,-7464.9,1314.2,-82.4706,5.40069,300,3,0,3732,0,1,0,0,0),(43328,11725,1,1,1,12158,0,-7132.94,1706.62,0.102579,4.45179,300,3,0,3732,0,1,0,0,0),(43329,11725,1,1,1,12158,0,-7400.24,1741.7,-92.9762,2.64357,300,3,0,3732,0,1,0,0,0),(43330,11725,1,1,1,12158,0,-7391.13,1698.03,-92.3897,2.63178,300,3,0,3732,0,1,0,0,0),(43331,11725,1,1,1,12158,0,-7545.54,1472.22,4.10897,5.39025,300,10,0,3732,0,1,0,0,0),(43332,11725,1,1,1,12158,0,-7345.14,1611.83,-28.7621,2.16313,300,10,0,3732,0,1,0,0,0),(43333,11725,1,1,1,12158,0,-7309.35,1434.79,-1.78474,4.36574,300,10,0,3732,0,1,0,0,0),(43334,11725,1,1,1,12158,0,-7538.75,1739.45,3.80662,4.6655,300,25,0,3732,0,1,0,0,0),(43335,11725,1,1,1,12158,0,-7438.38,1342.54,-86.5007,3.12434,300,3,0,3732,0,1,0,0,0),(43336,11725,1,1,1,12158,0,-7468.84,1606.3,-50.2784,1.75992,300,25,0,3732,0,1,0,0,0),(43337,11725,1,1,1,12158,0,-7579.13,1686.17,-34.304,2.82921,300,3,0,3732,0,1,0,0,0),(43338,11725,1,1,1,12158,0,-7376.09,1785.97,-32.144,4.3823,300,3,0,3732,0,1,0,0,0),(43339,11725,1,1,1,12158,0,-7246.8,1671.58,-65.0349,2.92381,300,3,0,3732,0,1,0,0,0),(43340,11725,1,1,1,12158,0,-7386.75,1637.49,-76.6857,0.937863,300,3,0,3732,0,1,0,0,0),(43341,11725,1,1,1,12158,0,-7601.62,1812.78,-40.8332,3.47773,300,3,0,3732,0,1,0,0,0),(43342,11725,1,1,1,12158,0,-7101.46,1507.94,6.89049,0.697874,300,10,0,3732,0,1,0,0,0),(43343,11725,1,1,1,12158,0,-7624.07,1725.65,-34.2381,1.23899,300,3,0,3732,0,1,0,0,0),(43344,11725,1,1,1,12158,0,-7433.02,1403.78,-89.416,1.5293,300,25,0,3732,0,1,0,0,0),(43345,11725,1,1,1,12158,0,-7239,1616.31,-69.9452,0.056367,300,3,0,3732,0,1,0,0,0),(43346,11726,1,1,1,12159,0,-7448.43,1404.37,-90.2715,5.8935,300,0,0,3732,0,2,0,0,0),(43347,11726,1,1,1,12159,0,-7436.79,1246.25,-81.6537,2.16124,300,0,0,3732,0,2,0,0,0),(43348,11726,1,1,1,12159,0,-7510.78,1873.2,-57.7846,1.80603,300,0,0,3732,0,2,0,0,0),(43349,11726,1,1,1,12159,0,-7647.6,1746.76,-32.0721,5.06247,300,3,0,3732,0,1,0,0,0),(43350,11726,1,1,1,12159,0,-7607.04,1753.96,-41.192,0.175877,300,0,0,3732,0,2,0,0,0),(43351,11726,1,1,1,12159,0,-7555.05,1582.04,-67.3312,5.51456,300,0,0,3732,0,2,0,0,0),(43352,11726,1,1,1,12159,0,-7320.65,1730.34,-93.4236,6.17354,300,25,0,3732,0,1,0,0,0),(43353,11726,1,1,1,12159,0,-7394.51,1616.77,-78.2845,4.48586,300,25,0,3732,0,1,0,0,0),(43354,11726,1,1,1,12159,0,-7172.18,1789.29,-80.487,3.61638,300,0,0,3732,0,2,0,0,0),(43355,11727,1,1,1,11088,0,-7061.68,1659.71,4.83502,2.22511,300,3,0,3876,0,1,0,0,0),(43356,11727,1,1,1,11088,0,-7063.09,1661.55,4.95063,2.22586,300,3,0,3876,0,1,0,0,0),(43357,11727,1,1,1,11088,0,-7059.57,1656.96,4.70955,2.22455,300,3,0,3876,0,1,0,0,0),(43358,11727,1,1,1,11088,0,-7587.49,1589.36,2.10753,1.86226,300,3,0,3876,0,1,0,0,0),(43359,11727,1,1,1,11088,0,-7588.51,1592.71,1.98253,1.84948,300,25,0,3876,0,1,0,0,0),(43360,11727,1,1,1,11088,0,-7590.48,1588.9,1.7739,1.86327,300,3,0,3876,0,1,0,0,0),(43361,11727,1,1,1,11088,0,-7586.46,1585.92,2.1109,1.86202,300,3,0,3876,0,1,0,0,0),(43362,11727,1,1,1,11088,0,-7584.45,1589.65,2.85374,1.86238,300,3,0,3876,0,1,0,0,0),(43363,11727,1,1,1,11088,0,-7610.43,1748.15,-42.4835,1.42564,300,3,0,3876,0,1,0,0,0),(43364,11727,1,1,1,11088,0,-7607.06,1774.36,-39.8801,0.447788,300,3,0,3876,0,1,0,0,0),(43365,11727,1,1,1,11088,0,-7620.55,1753.43,-40.994,5.71673,300,25,0,3876,0,1,0,0,0),(43366,11727,1,1,1,11088,0,-7615.75,1771.81,-38.0571,5.28926,300,3,0,3876,0,1,0,0,0),(43367,11727,1,1,1,11088,0,-7602.18,1754.8,-42.3581,3.91164,300,3,0,3876,0,1,0,0,0),(43368,11727,1,1,1,11088,0,-7043.56,1580.18,2.47208,2.53165,300,3,0,3876,0,1,0,0,0),(43369,11727,1,1,1,11088,0,-7044.37,1577.66,2.54902,2.64397,300,3,0,3876,0,1,0,0,0),(43370,11727,1,1,1,11088,0,-7040.48,1580.13,2.70291,2.18912,300,3,0,3876,0,1,0,0,0),(43371,11727,1,1,1,11088,0,-7046.56,1582.3,2.42417,2.55819,300,3,0,3876,0,1,0,0,0),(43372,11727,1,1,1,11088,0,-7174.01,1451.71,5.80901,0.553762,300,3,0,3876,0,1,0,0,0),(43373,11727,1,1,1,11088,0,-7175.71,1454.15,5.83381,0.57183,300,3,0,3876,0,1,0,0,0),(43374,11727,1,1,1,11088,0,-7171.73,1453.12,5.77326,0.553785,300,3,0,3876,0,1,0,0,0),(43375,11727,1,1,1,11088,0,-7427.9,1792.89,-100.326,5.0861,300,25,0,3876,0,1,0,0,0),(43376,11727,1,1,1,11088,0,-7420.22,1802.27,-96.0569,5.39616,300,25,0,3876,0,1,0,0,0),(43377,11727,1,1,1,11088,0,-7425.35,1819.09,-100.708,1.85972,300,25,0,3876,0,1,0,0,0),(43378,11727,1,1,1,11088,0,-7409.71,1815.93,-100.024,1.80766,300,25,0,3876,0,1,0,0,0),(43379,11727,1,1,1,11088,0,-7414.1,1791.61,-100.304,5.67946,300,25,0,3876,0,1,0,0,0),(43380,11727,1,1,1,11088,0,-7381.37,1556.52,-80.4019,1.40737,300,3,0,3876,0,1,0,0,0),(43381,11727,1,1,1,11088,0,-7370.06,1571,-80.3953,5.68173,300,3,0,3876,0,1,0,0,0),(43382,11727,1,1,1,11088,0,-7393.53,1566.72,-80.4014,4.95947,300,3,0,3876,0,1,0,0,0),(43383,11727,1,1,1,11088,0,-7373.76,1562.06,-80.16,3.65608,300,3,0,3876,0,1,0,0,0),(43384,11727,1,1,1,11088,0,-7331.61,1613.81,-77.9639,0.045283,300,3,0,3876,0,1,0,0,0),(43385,11727,1,1,1,11088,0,-7329.75,1635.1,-77.4098,2.05763,300,3,0,3876,0,1,0,0,0),(43386,11727,1,1,1,11088,0,-7333.38,1626.05,-77.5081,6.02913,300,3,0,3876,0,1,0,0,0),(43387,11727,1,1,1,11088,0,-7323.13,1874.95,-84.6473,4.50159,300,3,0,3876,0,1,0,0,0),(43388,11727,1,1,1,11088,0,-7329.62,1837.43,-88.9467,0.569442,300,25,0,3876,0,1,0,0,0),(43389,11727,1,1,1,11088,0,-7338.44,1853.84,-87.1981,0.850633,300,3,0,3876,0,1,0,0,0),(43390,11727,1,1,1,11088,0,-7325.1,1871.02,-85.2787,0.055285,300,25,0,3876,0,1,0,0,0),(43391,11727,1,1,1,11088,0,-7334.69,1857.34,-87.288,6.1256,300,25,0,3876,0,1,0,0,0),(43392,11727,1,1,1,11088,0,-7373.55,1276.71,-84.5665,4.86493,300,3,0,3876,0,1,0,0,0),(43393,11727,1,1,1,11088,0,-7386.25,1266.87,-86.0605,3.73421,300,25,0,3876,0,1,0,0,0),(43394,11727,1,1,1,11088,0,-7373.19,1265.46,-84.136,2.04625,300,25,0,3876,0,1,0,0,0),(43395,11727,1,1,1,11088,0,-7390.42,1280.9,-86.4376,3.72273,300,3,0,3876,0,1,0,0,0),(43396,11727,1,1,1,11088,0,-7382.61,1255.08,-85.1616,2.25424,300,25,0,3876,0,1,0,0,0),(43397,11727,1,1,1,11088,0,-7431.94,1238.98,-82.943,1.48849,300,3,0,3876,0,1,0,0,0),(43398,11727,1,1,1,11088,0,-7416.71,1255.28,-87.2154,1.21871,300,25,0,3876,0,1,0,0,0),(43399,11727,1,1,1,11088,0,-7425.53,1248,-86.5311,6.05061,300,25,0,3876,0,1,0,0,0),(43400,11727,1,1,1,11088,0,-7433.09,1245,-83.7283,4.87862,300,3,0,3876,0,1,0,0,0),(43401,11727,1,1,1,11088,0,-7426.69,1260.31,-87.1377,1.11159,300,3,0,3876,0,1,0,0,0),(43402,11727,1,1,1,11088,0,-7388.42,1220.62,-80.2306,4.20908,300,3,0,3876,0,1,0,0,0),(43403,11727,1,1,1,11088,0,-7413.13,1211.57,-74.8249,2.17165,300,25,0,3876,0,1,0,0,0),(43404,11727,1,1,1,11088,0,-7397.48,1213.83,-77.6805,2.83996,300,3,0,3876,0,1,0,0,0),(43405,11727,1,1,1,11088,0,-7405.36,1216.88,-76.1113,4.30705,300,3,0,3876,0,1,0,0,0),(43406,11727,1,1,1,11088,0,-7396.13,1224.31,-78.7348,4.63379,300,3,0,3876,0,1,0,0,0),(43407,11727,1,1,1,11088,0,-7170.27,1790.92,-80.4569,0.783744,300,3,0,3876,0,1,0,0,0),(43408,11727,1,1,1,11088,0,-7145.69,1787.43,-80.4532,1.45389,300,25,0,3876,0,1,0,0,0),(43409,11727,1,1,1,11088,0,-7162.77,1773.63,-79.302,2.85905,300,3,0,3876,0,1,0,0,0),(43410,11727,1,1,1,11088,0,-7328.33,1578.28,-12.1711,3.46859,300,25,0,3876,0,1,0,0,0),(43411,11727,1,1,1,11088,0,-7331.54,1577.2,-11.5353,3.46857,300,0,0,3876,0,0,0,0,0),(43412,11727,1,1,1,11088,0,-7324.44,1579.6,-13.055,3.46859,300,25,0,3876,0,1,0,0,0),(43413,11727,1,1,1,11088,0,-7387.84,1840.64,-30.0494,4.33008,300,3,0,3876,0,1,0,0,0),(43414,11727,1,1,1,11088,0,-7388.96,1837.86,-29.9244,4.07823,300,3,0,3876,0,1,0,0,0),(43415,11727,1,1,1,11088,0,-7384.95,1839.8,-29.5494,4.4186,300,3,0,3876,0,1,0,0,0),(43416,11727,1,1,1,11088,0,-7386.72,1843.42,-30.0494,4.40442,300,3,0,3876,0,1,0,0,0),(43417,11727,1,1,1,11088,0,-7390.51,1842.04,-30.0494,4.44832,300,3,0,3876,0,1,0,0,0),(43418,11727,1,1,1,11088,0,-7155.72,1798.57,6.53385,0.244979,300,3,0,3876,0,1,0,0,0),(43419,11727,1,1,1,11088,0,-7154.54,1801.86,7.29893,0.728022,300,3,0,3876,0,1,0,0,0),(43420,11727,1,1,1,11088,0,-7158.93,1797.31,5.34049,0.787567,300,3,0,3876,0,1,0,0,0),(43421,11727,1,1,1,11088,0,-7384.72,1448.68,4.59526,4.06345,300,3,0,3876,0,1,0,0,0),(43423,11727,1,1,1,11088,0,-7387.42,1445.1,4.99418,3.79527,300,3,0,3876,0,1,0,0,0),(43430,11727,1,1,1,11088,0,-7383.83,1449.85,4.36918,5.0295,300,3,0,3876,0,1,0,0,0),(43431,11727,1,1,1,11088,0,-7383.25,1445.65,4.36918,4.51924,300,3,0,3876,0,1,0,0,0),(43432,11727,1,1,1,11088,0,-7388.3,1720.21,-36.5966,0.860044,300,3,0,3876,0,1,0,0,0),(43433,11727,1,1,1,11088,0,-7392.37,1722.09,-36.971,5.14819,300,3,0,3876,0,1,0,0,0),(43434,11727,1,1,1,11088,0,-7390.13,1721.53,-36.812,1.99213,300,3,0,3876,0,1,0,0,0),(43435,11727,1,1,1,11088,0,-7389.56,1718.01,-36.4569,0.148544,300,3,0,3876,0,1,0,0,0),(43436,11727,1,1,1,11088,0,-7301.59,1829.2,-87.313,3.11359,300,3,0,3876,0,1,0,0,0),(43437,11727,1,1,1,11088,0,-7288.46,1848.9,-85.6444,4.99689,300,3,0,3876,0,1,0,0,0),(43442,11727,1,1,1,11088,0,-7294.22,1827.74,-85.2761,4.13192,300,3,0,3876,0,1,0,0,0),(43449,11727,1,1,1,11088,0,-7289.74,1835.57,-85.9713,2.82376,300,3,0,3876,0,1,0,0,0),(43450,11727,1,1,1,11088,0,-7299.78,1836.89,-87.6774,3.39259,300,3,0,3876,0,1,0,0,0),(43451,11727,1,1,1,11088,0,-7561.46,1595.31,-67.5643,4.19318,300,3,0,3876,0,1,0,0,0),(43452,11727,1,1,1,11088,0,-7558.64,1580.05,-66.5063,3.93943,300,3,0,3876,0,1,0,0,0),(43453,11727,1,1,1,11088,0,-7555.71,1589.9,-67.3509,0.469904,300,3,0,3876,0,1,0,0,0),(43454,11727,1,1,1,11088,0,-7176.82,1449.97,6.28762,0.553771,300,3,0,3876,0,1,0,0,0),(43455,11727,1,1,1,11088,0,-7172.7,1448.99,6.19936,0.553773,300,3,0,3876,0,1,0,0,0),(43615,11727,1,1,1,11088,0,-7514.19,1862.84,-56.944,5.5164,300,3,0,3876,0,1,0,0,0),(43616,11727,1,1,1,11088,0,-7507.48,1874.26,-57.674,4.17058,300,3,0,3876,0,1,0,0,0),(43617,11727,1,1,1,11088,0,-7511.32,1894.32,-57.1127,6.13988,300,3,0,3876,0,1,0,0,0),(43618,11727,1,1,1,11088,0,-7503.15,1885.05,-58.503,0.134378,300,3,0,3876,0,1,0,0,0),(43619,11727,1,1,1,11088,0,-7514.17,1933.98,-56.9442,4.38047,300,3,0,3876,0,1,0,0,0),(43620,11727,1,1,1,11088,0,-7522.82,1943.69,-55.6815,1.86235,300,3,0,3876,0,1,0,0,0),(43621,11727,1,1,1,11088,0,-7536.17,1946.2,-56.6395,1.58025,300,3,0,3876,0,1,0,0,0),(43622,11727,1,1,1,11088,0,-7545.63,1953,-57.669,2.4625,300,3,0,3876,0,1,0,0,0),(43623,11727,1,1,1,11088,0,-7554.59,1387.55,-90.431,0.144152,300,3,0,3876,0,1,0,0,0),(43624,11727,1,1,1,11088,0,-7532.38,1369.86,-93.9184,5.43425,300,25,0,3876,0,1,0,0,0),(43625,11727,1,1,1,11088,0,-7552.99,1369.23,-87.0522,5.1295,300,3,0,3876,0,1,0,0,0),(43626,11727,1,1,1,11088,0,-7548.82,1394.01,-93.4461,1.40111,300,3,0,3876,0,1,0,0,0),(43627,11727,1,1,1,11088,0,-7565.62,1898.26,-61.0733,0.083992,300,3,0,3876,0,1,0,0,0),(43628,11727,1,1,1,11088,0,-7557.28,1899.88,-62.8689,3.92768,300,3,0,3876,0,1,0,0,0),(43631,11727,1,1,1,11088,0,-7550.41,1879.3,-62.0904,3.63555,300,3,0,3876,0,1,0,0,0),(43632,11727,1,1,1,11088,0,-7550.59,1906.31,-62.5699,5.69728,300,3,0,3876,0,1,0,0,0),(43633,11727,1,1,1,11088,0,-7304.54,1594.48,-76.7962,4.57659,300,3,0,3876,0,1,0,0,0),(43634,11727,1,1,1,11088,0,-7301.56,1603.19,-76.8856,1.84274,300,3,0,3876,0,1,0,0,0),(43635,11727,1,1,1,11088,0,-7298.81,1639.64,-75.6242,3.99845,300,25,0,3876,0,1,0,0,0),(43636,11727,1,1,1,11088,0,-7289.26,1612.97,-76.6534,2.72457,300,3,0,3876,0,1,0,0,0),(43637,11727,1,1,1,11088,0,-7243.34,1546.12,-79.3252,5.78766,300,25,0,3876,0,1,0,0,0),(43638,11727,1,1,1,11088,0,-7244.97,1560.26,-79.1601,1.08097,300,3,0,3876,0,1,0,0,0),(43639,11727,1,1,1,11088,0,-7263.2,1559.61,-79.0889,0.52268,300,3,0,3876,0,1,0,0,0),(43640,11728,1,1,1,11085,0,-7402.15,1309.72,-86.9086,3.36274,300,25,0,3849,0,1,0,0,0),(43641,11728,1,1,1,11085,0,-7348.12,1693.22,-36.8161,4.35316,300,10,0,3849,0,1,0,0,0),(43642,11728,1,1,1,11085,0,-7450.1,1279.64,-86.6451,0.167267,300,25,0,3849,0,1,0,0,0),(43643,11728,1,1,1,11085,0,-7077.14,1681.3,5.03733,5.10919,300,10,0,3849,0,1,0,0,0),(43644,11728,1,1,1,11085,0,-7267.21,1436.31,-1.86942,2.78556,300,10,0,3849,0,1,0,0,0),(43645,11728,1,1,1,11085,0,-7401.54,1759.26,-92.1402,2.28995,300,3,0,3849,0,1,0,0,0),(43646,11728,1,1,1,11085,0,-7429.41,1348.76,-85.9337,4.85363,300,3,0,3849,0,1,0,0,0),(43647,11728,1,1,1,11085,0,-7258.72,1654.5,-34.2254,0.76471,300,3,0,3849,0,1,0,0,0),(43648,11728,1,1,1,11085,0,-7146.14,1498.81,4.40638,0.580015,300,10,0,3849,0,1,0,0,0),(43649,11728,1,1,1,11085,0,-7444.98,1636.3,-36.7561,4.5775,300,25,0,3849,0,1,0,0,0),(43650,11728,1,1,1,11085,0,-7365.84,1650.18,-92.3987,4.08327,300,25,0,3849,0,1,0,0,0),(43651,11728,1,1,1,11085,0,-7323.1,1728.99,-94.1762,1.99842,300,25,0,3849,0,1,0,0,0),(43652,11728,1,1,1,11085,0,-7411.47,1466.2,5.69846,5.30329,300,10,0,3849,0,1,0,0,0),(43653,11728,1,1,1,11085,0,-7409.05,1743.13,-36.3559,5.37838,300,3,0,3849,0,1,0,0,0),(43656,11728,1,1,1,11085,0,-7554.6,1743.24,-37.2837,1.26913,300,3,0,3849,0,1,0,0,0),(43659,11728,1,1,1,11085,0,-7570.87,1526.47,2.37597,0.638632,300,10,0,3849,0,1,0,0,0),(43660,11728,1,1,1,11085,0,-7385.74,1387.47,-89.187,2.21843,300,3,0,3849,0,1,0,0,0),(43664,11728,1,1,1,11085,0,-7476.72,1305.72,-76.8276,4.75992,300,25,0,3849,0,1,0,0,0),(43665,11728,1,1,1,11085,0,-7438.3,1681.14,-92.221,2.07941,300,25,0,3849,0,1,0,0,0),(43666,11728,1,1,1,11085,0,-7567.47,1669.51,-37.3251,3.44484,300,3,0,3849,0,1,0,0,0),(43681,11728,1,1,1,11085,0,-7645.65,1734.55,-35.3659,4.11681,300,3,0,3849,0,1,0,0,0),(43682,11728,1,1,1,11085,0,-7314.63,1636.25,-30.8963,5.45651,300,25,0,3849,0,1,0,0,0),(43683,11728,1,1,1,11085,0,-7259.49,1685.18,-65.7426,5.82178,300,3,0,3849,0,1,0,0,0),(43684,11728,1,1,1,11085,0,-7250.46,1722.29,-60.5952,3.98896,300,0,0,3849,0,2,0,0,0),(43685,11728,1,1,1,11085,0,-7446.89,1785.41,-67.2947,5.16988,300,3,0,3849,0,1,0,0,0),(43686,11728,1,1,1,11085,0,-7572.96,1829.32,-48.5749,4.8384,300,25,0,3849,0,1,0,0,0),(43687,11728,1,1,1,11085,0,-7224.82,1793.47,-65.4866,0.969374,300,25,0,3849,0,1,0,0,0),(43688,11728,1,1,1,11085,0,-7574.09,1767.64,-43.3522,1.42507,300,3,0,3849,0,1,0,0,0),(43692,11728,1,1,1,11085,0,-7498.42,1428.69,-81.9779,3.75083,300,3,0,3849,0,1,0,0,0),(43693,11729,1,1,1,12160,0,-7157.14,1693.8,-7.3739,3.67308,300,3,0,3849,0,1,0,0,0),(43698,11729,1,1,1,12160,0,-7439.62,1613.39,-43.6308,3.89742,300,25,0,3849,0,1,0,0,0),(43699,11729,1,1,1,12160,0,-7571.21,1727.41,-33.9974,4.75664,300,3,0,3849,0,1,0,0,0),(43700,11729,1,1,1,12160,0,-7649.94,1672.51,-33.189,0.496717,300,25,0,3849,0,1,0,0,0),(43706,11729,1,1,1,12160,0,-7522.74,1448.19,4.86073,3.00821,300,10,0,3849,0,1,0,0,0),(43710,11729,1,1,1,12160,0,-7406.22,1375.3,-88.7113,0.993484,300,3,0,3849,0,1,0,0,0),(43711,11729,1,1,1,12160,0,-7418.74,1688.44,-92.9843,6.14022,300,25,0,3849,0,1,0,0,0),(43712,11729,1,1,1,12160,0,-7233.56,1507.84,-5.79326,6.07975,300,25,0,3849,0,1,0,0,0),(43713,11729,1,1,1,12160,0,-7126.78,1655.09,-1.62026,2.71553,300,10,0,3849,0,1,0,0,0),(43714,11729,1,1,1,12160,0,-7411.84,1317.92,-90.5218,2.05081,300,25,0,3849,0,1,0,0,0),(43715,11729,1,1,1,12160,0,-7055.86,1781.12,0.281583,2.29863,300,10,0,3849,0,1,0,0,0),(43716,11729,1,1,1,12160,0,-7480.7,1380.63,-68.7018,3.86685,300,3,0,3849,0,1,0,0,0),(43717,11729,1,1,1,12160,0,-7458.57,1447.89,3.68089,2.83066,300,10,0,3849,0,1,0,0,0),(43718,11729,1,1,1,12160,0,-7415.92,1683.21,-35.7574,1.00534,300,25,0,3849,0,1,0,0,0),(43719,11729,1,1,1,12160,0,-7289.63,1417.96,1.30798,5.5255,300,10,0,3849,0,1,0,0,0),(43720,11729,1,1,1,12160,0,-7083.96,1551.22,2.88162,1.55375,300,10,0,3849,0,1,0,0,0),(43721,11729,1,1,1,12160,0,-7465.95,1373.53,-76.6142,3.01073,300,3,0,3849,0,1,0,0,0),(43722,11729,1,1,1,12160,0,-7368.96,1670.6,-92.1211,1.64851,300,3,0,3849,0,1,0,0,0),(43723,11729,1,1,1,12160,0,-7635.51,1691.22,-30.7572,2.32509,300,3,0,3849,0,1,0,0,0),(43724,11729,1,1,1,12160,0,-7385.79,1654.41,-31.8459,4.26727,300,3,0,3849,0,1,0,0,0),(43725,11729,1,1,1,12160,0,-7547.74,1485.08,-72.8515,1.02869,300,25,0,3849,0,1,0,0,0),(43726,11729,1,1,1,12160,0,-7519.26,1541.48,-55.4643,4.32255,300,3,0,3849,0,1,0,0,0),(43728,11729,1,1,1,12160,0,-7451.39,1700.97,-27.1065,2.86866,300,25,0,3849,0,1,0,0,0),(43734,11729,1,1,1,12160,0,-7528.52,1725.65,-36.2235,5.9189,300,25,0,3849,0,1,0,0,0),(43735,11729,1,1,1,12160,0,-7478.41,1836.37,-49.474,5.81521,300,3,0,3849,0,1,0,0,0),(43744,11729,1,1,1,12160,0,-7481.52,1585.61,-53.4505,1.15453,300,25,0,3849,0,1,0,0,0),(43745,11729,1,1,1,12160,0,-7450.13,1738.78,-61.4583,0.946193,300,3,0,3849,0,1,0,0,0),(43746,11729,1,1,1,12160,0,-7450.82,1809.73,-62.1409,5.55597,300,3,0,3849,0,1,0,0,0),(43747,11729,1,1,1,12160,0,-7237.69,1855.1,-83.9694,5.412,300,3,0,3849,0,1,0,0,0),(43777,11730,1,1,1,11106,0,-7819.36,819.983,-8.72572,6.08213,300,25,0,3849,0,1,0,0,0),(43779,11730,1,1,1,11106,0,-8303.33,689.045,-73.4524,5.75998,300,25,0,3849,0,1,0,0,0),(43780,11730,1,1,1,11106,0,-8132.36,775.664,-77.7144,5.57572,300,3,0,3849,0,1,0,0,0),(43781,11730,1,1,1,11106,0,-7976.61,514.533,-28.159,5.27057,300,25,0,3849,0,1,0,0,0),(43782,11730,1,1,1,11106,0,-8054.84,380.745,-30.1285,3.69005,300,25,0,3849,0,1,0,0,0),(43783,11730,1,1,1,11106,0,-7701.33,246.92,-41.5266,5.01982,300,3,0,3849,0,1,0,0,0),(43784,11730,1,1,1,11106,0,-7824.45,377.675,-34.5284,1.695,300,25,0,3849,0,1,0,0,0),(43785,11730,1,1,1,11106,0,-7711.65,261.631,-42.5079,3.55229,300,3,0,3849,0,1,0,0,0),(43786,11730,1,1,1,11106,0,-8259.31,683.472,-76.2547,3.51292,300,25,0,3849,0,1,0,0,0),(43787,11730,1,1,1,11106,0,-7639.51,411.017,-41.7138,0.95259,300,25,0,3849,0,1,0,0,0),(43788,11730,1,1,1,11106,0,-7902.96,223.674,-57.6293,2.36718,300,3,0,3849,0,1,0,0,0),(43789,11730,1,1,1,11106,0,-7976.8,583.273,-37.2301,4.79192,300,10,0,3849,0,1,0,0,0),(43790,11730,1,1,1,11106,0,-7887.98,419.277,-34.8162,5.14854,300,10,0,3849,0,1,0,0,0),(43791,11730,1,1,1,11106,0,-8219.72,687.765,-72.9344,0.752255,300,10,0,3849,0,1,0,0,0),(43792,11730,1,1,1,11106,0,-7885.03,238.593,-57.0474,5.27128,300,3,0,3849,0,1,0,0,0),(43793,11730,1,1,1,11106,0,-7729.43,846.746,-7.70442,5.48329,300,25,0,3849,0,1,0,0,0),(43794,11730,1,1,1,11106,0,-8011.53,658.461,-43.8458,3.50293,300,3,0,3849,0,1,0,0,0),(43795,11730,1,1,1,11106,0,-7738.73,279.495,-43.9548,1.54296,300,3,0,3849,0,1,0,0,0),(43796,11730,1,1,1,11106,0,-7781.07,714.346,-34.1182,5.6518,300,10,0,3849,0,1,0,0,0),(43797,11731,1,1,1,12156,0,-8337.88,702.227,-70.7598,5.67232,300,3,0,3849,0,1,0,0,0),(43798,11731,1,1,1,12156,0,-7615.73,277.439,-34.4007,2.35619,300,0,0,3849,0,0,0,0,0),(43799,11731,1,1,1,12156,0,-7843.74,732.592,-28.0181,3.40339,300,0,0,3849,0,2,0,0,0),(43800,11731,1,1,1,12156,0,-7606.71,629.013,-43.3271,0.418879,300,10,0,3849,0,1,0,0,0),(43801,11731,1,1,1,12156,0,-7700.08,259.306,-43.0291,4.38078,300,0,0,3849,0,0,0,0,0),(43802,11731,1,1,1,12156,0,-7622.74,451.419,-45.6206,1.64061,300,10,0,3849,0,1,0,0,0),(43803,11731,1,1,1,12156,0,-7788.05,413.676,-58.8668,0.837758,300,0,0,3849,0,2,0,0,0),(43804,11731,1,1,1,12156,0,-7838.71,293.729,-49.5679,2.84489,300,0,0,3849,0,2,0,0,0),(43805,11731,1,1,1,12156,0,-8162.64,643.319,-77.1598,5.84685,300,0,0,3849,0,2,0,0,0),(43806,11731,1,1,1,12156,0,-7935.22,671.188,-57.721,2.42601,300,0,0,3849,0,2,0,0,0),(43807,11732,1,1,1,9229,0,-7812.12,741.156,-34.6761,5.38808,300,10,0,3849,0,1,0,0,0),(43808,11732,1,1,1,9229,0,-7895.52,202.419,-59.3148,3.49987,300,3,0,3849,0,1,0,0,0),(43809,11732,1,1,1,9229,0,-8025.73,344.004,-32.7409,1.78544,300,25,0,3849,0,1,0,0,0),(43810,11732,1,1,1,9229,0,-7791,646.242,-41.2599,5.38835,300,10,0,3849,0,1,0,0,0),(43811,11732,1,1,1,9229,0,-7703.83,604.296,-49.787,0.186747,300,10,0,3849,0,1,0,0,0),(43812,11732,1,1,1,9229,0,-7947.93,657.068,-59.0965,0.174931,300,3,0,3849,0,1,0,0,0),(43813,11732,1,1,1,9229,0,-7911.55,506.759,-32.1598,1.62554,300,25,0,3849,0,1,0,0,0),(43814,11732,1,1,1,9229,0,-7844.77,571.998,-38.5146,5.03687,300,25,0,3849,0,1,0,0,0),(43815,11732,1,1,1,9229,0,-7895.83,770.833,-27.6163,0.78532,300,10,0,3849,0,1,0,0,0),(43816,11732,1,1,1,9229,0,-7846.46,348.241,-62.6935,0.58264,300,3,0,3849,0,1,0,0,0),(43817,11732,1,1,1,9229,0,-7815.61,487.64,-38.3354,1.26579,300,25,0,3849,0,1,0,0,0),(43818,11732,1,1,1,9229,0,-7643.12,438.903,-42.2042,5.14807,300,10,0,3849,0,1,0,0,0),(43819,11732,1,1,1,9229,0,-8113.47,770.737,-85.0507,6.13304,300,3,0,3849,0,1,0,0,0),(43820,11732,1,1,1,9229,0,-8324.89,685.876,-70.8867,5.14677,300,25,0,3849,0,1,0,0,0),(43821,11732,1,1,1,9229,0,-7995.51,438.894,-30.0235,3.85042,300,25,0,3849,0,1,0,0,0),(43822,11732,1,1,1,9229,0,-7674.45,686.567,-48.8539,0.617752,300,10,0,3849,0,1,0,0,0),(43823,11732,1,1,1,9229,0,-7660.08,811.737,-11.7104,3.07126,300,25,0,3849,0,1,0,0,0),(43824,11732,1,1,1,9229,0,-7950.42,432.478,-30.7734,3.0497,300,3,0,3849,0,1,0,0,0),(43825,11732,1,1,1,9229,0,-8036.21,510.831,-11.6405,5.29995,300,25,0,3849,0,1,0,0,0),(43826,11732,1,1,1,9229,0,-7697.38,624.422,-50.6374,0.174744,300,10,0,3849,0,1,0,0,0),(43827,11732,1,1,1,9229,0,-8272.7,678.728,-72.9156,3.88354,300,25,0,3849,0,1,0,0,0),(43828,11732,1,1,1,9229,0,-7665.22,346.434,-38.0211,6.12486,300,3,0,3849,0,1,0,0,0),(43829,11732,1,1,1,9229,0,-7705.79,400.517,-33.182,3.67262,300,25,0,3849,0,1,0,0,0),(43830,11732,1,1,1,9229,0,-7880.21,819.979,-5.47227,5.87022,300,25,0,3849,0,1,0,0,0),(43831,11732,1,1,1,9229,0,-7749.79,759.876,-38.325,6.07763,300,10,0,3849,0,1,0,0,0),(43832,11732,1,1,1,9229,0,-8300.76,708.086,-75.389,4.40558,300,25,0,3849,0,1,0,0,0),(43833,11732,1,1,1,9229,0,-7820.64,420.848,-34.1692,0.815631,300,25,0,3849,0,1,0,0,0),(43834,11732,1,1,1,9229,0,-7893.51,255.1,-58.6762,3.73693,300,25,0,3849,0,1,0,0,0),(43835,11732,1,1,1,9229,0,-7758.47,231.747,-41.8648,5.2352,300,3,0,3849,0,1,0,0,0),(43836,11732,1,1,1,9229,0,-8188.95,696.046,-71.5295,1.90907,300,25,0,3849,0,1,0,0,0),(43837,11732,1,1,1,9229,0,-8169.88,372.68,-78.9025,2.72467,300,3,0,3849,0,1,0,0,0),(43838,11732,1,1,1,9229,0,-8042.96,716.456,-62.8763,5.77624,300,3,0,3849,0,1,0,0,0),(43839,11732,1,1,1,9229,0,-7684.04,306.739,-38.3734,2.66977,300,3,0,3849,0,1,0,0,0),(43840,11732,1,1,1,9229,0,-7748.57,747.863,-38.5389,6.20302,300,10,0,3849,0,1,0,0,0),(43841,11733,1,1,1,12154,0,-8143.1,763.624,-84.6563,5.9182,300,3,0,3849,0,1,0,0,0),(43842,11733,1,1,1,12154,0,-7656.68,654.989,-49.883,3.52403,300,10,0,3849,0,1,0,0,0),(43843,11733,1,1,1,12154,0,-7794.32,508.491,-39.7555,3.34872,300,25,0,3849,0,1,0,0,0),(43844,11733,1,1,1,12154,0,-7675.59,325.547,-35.7339,3.2446,300,3,0,3849,0,1,0,0,0),(43845,11733,1,1,1,12154,0,-8229.32,728.866,-73.3271,0.559446,300,25,0,3849,0,1,0,0,0),(43846,11733,1,1,1,12154,0,-7895.68,539.625,-24.5168,2.40733,300,25,0,3849,0,1,0,0,0),(43847,11733,1,1,1,12154,0,-8079.22,484.943,-21.8377,1.11764,300,10,0,3849,0,1,0,0,0),(43848,11733,1,1,1,12154,0,-7887.61,624.334,-27.9772,5.05261,300,10,0,3849,0,1,0,0,0),(43849,11733,1,1,1,12154,0,-7717.01,452.124,-41.0179,5.13498,300,25,0,3849,0,1,0,0,0),(43850,11733,1,1,1,12154,0,-7619.74,419.815,-40.2596,5.31116,300,10,0,3849,0,1,0,0,0),(43851,11733,1,1,1,12154,0,-8053.53,428.56,-41.9085,4.84069,300,3,0,3849,0,1,0,0,0),(43852,11733,1,1,1,12154,0,-7760.97,684.148,-35.838,3.28363,300,10,0,3849,0,1,0,0,0),(43853,11733,1,1,1,12154,0,-7746.64,404.477,-33.7965,5.7422,300,25,0,3849,0,1,0,0,0),(43854,11733,1,1,1,12154,0,-7730.75,618.764,-45.412,0.105159,300,10,0,3849,0,1,0,0,0),(43855,11733,1,1,1,12154,0,-7844.15,446.628,-31.6716,2.43636,300,25,0,3849,0,1,0,0,0),(43856,11733,1,1,1,12154,0,-7782.31,577.35,-40.9354,6.22649,300,25,0,3849,0,1,0,0,0),(43857,11733,1,1,1,12154,0,-7866.72,205.44,-63.2285,0.871496,300,3,0,3849,0,1,0,0,0),(43858,11733,1,1,1,12154,0,-8062.69,354.088,-37.4772,0.428646,300,25,0,3849,0,1,0,0,0),(43859,11733,1,1,1,12154,0,-7843.11,723.044,-29.3804,3.89661,300,10,0,3849,0,1,0,0,0),(43860,11733,1,1,1,12154,0,-7786.77,396.057,-31.1785,2.95109,300,25,0,3849,0,1,0,0,0),(43861,11733,1,1,1,12154,0,-7755.14,497.61,-44.0438,1.63281,300,25,0,3849,0,1,0,0,0),(43862,11733,1,1,1,12154,0,-7612.93,616.531,-46.9116,3.75776,300,10,0,3849,0,1,0,0,0),(43863,11733,1,1,1,12154,0,-7692.29,542.785,-44.8237,3.49596,300,25,0,3849,0,1,0,0,0),(43864,11733,1,1,1,12154,0,-8210.35,648.952,-75.2788,1.11585,300,25,0,3849,0,1,0,0,0),(43865,11733,1,1,1,12154,0,-8167.23,708.637,-58.3628,1.85959,300,25,0,3849,0,1,0,0,0),(43866,11733,1,1,1,12154,0,-7862.51,268.697,-57.8832,2.05416,300,3,0,3849,0,1,0,0,0),(43867,11733,1,1,1,12154,0,-7794.61,243.444,-49.4921,3.9517,300,3,0,3849,0,1,0,0,0),(43868,11733,1,1,1,12154,0,-8049.32,719.759,5.22849,2.10734,300,25,0,3849,0,1,0,0,0),(43869,11733,1,1,1,12154,0,-8016.37,682.496,-4.77565,3.92768,300,25,0,3849,0,1,0,0,0),(43870,11733,1,1,1,12154,0,-8021.72,801.304,3.44583,4.65765,300,25,0,3849,0,1,0,0,0),(43871,11733,1,1,1,12154,0,-8339.45,712.708,-68.9563,0.760087,300,3,0,3849,0,1,0,0,0),(43872,11733,1,1,1,12154,0,-8267.83,740.358,-75.8998,2.10689,300,3,0,3849,0,1,0,0,0),(43873,11733,1,1,1,12154,0,-8170.06,660.103,-76.6427,1.40057,300,3,0,3849,0,1,0,0,0),(43874,11733,1,1,1,12154,0,-7835.46,366.043,-67.2642,2.78861,300,3,0,3849,0,1,0,0,0),(43875,11733,1,1,1,12154,0,-8117.84,698.405,-70.8683,3.135,300,3,0,3849,0,1,0,0,0),(43876,11733,1,1,1,12154,0,-7939.97,678.268,-57.4893,5.02389,300,3,0,3849,0,1,0,0,0),(43877,11733,1,1,1,12154,0,-7737.85,338.757,-37.176,5.9641,300,3,0,3849,0,1,0,0,0),(43878,11734,1,1,1,12155,0,-7670.91,240.284,-35.4818,3.54909,300,3,0,3849,0,1,0,0,0),(43879,11734,1,1,1,12155,0,-7615.62,483.188,-47.0024,4.55668,300,10,0,3849,0,1,0,0,0),(43880,11734,1,1,1,12155,0,-8003.64,470.624,-29.1979,5.62094,300,10,0,3849,0,1,0,0,0),(43881,11734,1,1,1,12155,0,-7859.2,522.629,-35.1191,5.33008,300,25,0,3849,0,1,0,0,0),(43882,11734,1,1,1,12155,0,-7789.91,395.129,-60.7365,2.57126,300,3,0,3849,0,1,0,0,0),(43883,11734,1,1,1,12155,0,-7698.86,415.718,-35.1315,3.63965,300,10,0,3849,0,1,0,0,0),(43884,11734,1,1,1,12155,0,-7629.53,689.286,-46.94,3.25117,300,10,0,3849,0,1,0,0,0),(43885,11734,1,1,1,12155,0,-7826.01,543.285,-36.6,4.06262,300,25,0,3849,0,1,0,0,0),(43886,11734,1,1,1,12155,0,-7651.7,574.702,-49.7005,3.13378,300,10,0,3849,0,1,0,0,0),(43887,11734,1,1,1,12155,0,-7715.31,632.655,-48.9027,5.38439,300,10,0,3849,0,1,0,0,0),(43888,11734,1,1,1,12155,0,-7983.77,653.434,-20.9201,5.21361,300,3,0,3849,0,1,0,0,0),(43889,11734,1,1,1,12155,0,-8231.29,747.417,-66.6335,2.05272,300,25,0,3849,0,1,0,0,0),(43890,11734,1,1,1,12155,0,-7813.44,620.833,-41.5201,2.57202,300,25,0,3849,0,1,0,0,0),(43891,11734,1,1,1,12155,0,-7930.75,373.814,-33.0024,4.23295,300,10,0,3849,0,1,0,0,0),(43892,11734,1,1,1,12155,0,-7781.34,461.473,-38.1062,3.4411,300,25,0,3849,0,1,0,0,0),(43893,11734,1,1,1,12155,0,-7647.67,276.302,-29.7953,4.81726,300,3,0,3849,0,1,0,0,0),(43894,11734,1,1,1,12155,0,-8129.59,748.323,-85.337,4.55758,300,3,0,3849,0,1,0,0,0),(43895,11734,1,1,1,12155,0,-8211.11,626.236,-74.901,2.39513,300,25,0,3849,0,1,0,0,0),(43896,11734,1,1,1,12155,0,-7974.36,385.592,-28.6283,1.29599,300,25,0,3849,0,1,0,0,0),(43897,11734,1,1,1,12155,0,-8081.15,404.527,-56.1564,4.77629,300,3,0,3849,0,1,0,0,0),(43898,11734,1,1,1,12155,0,-8020.57,417.78,-32.865,3.35814,300,10,0,3849,0,1,0,0,0),(43899,11734,1,1,1,12155,0,-7854.42,308.92,-50.183,2.21343,300,3,0,3849,0,1,0,0,0),(43900,11734,1,1,1,12155,0,-7718.86,243.18,-38.9736,2.00591,300,3,0,3849,0,1,0,0,0),(43901,11734,1,1,1,12155,0,-7845.35,229.703,-63.7494,1.81234,300,3,0,3849,0,1,0,0,0),(43902,11734,1,1,1,12155,0,-8143.09,342.913,-38.8018,1.73755,300,25,0,3849,0,1,0,0,0),(43903,11734,1,1,1,12155,0,-8036.76,776.029,3.51785,4.03978,300,25,0,3849,0,1,0,0,0),(43904,11734,1,1,1,12155,0,-8303.31,737.104,-74.1477,6.08483,300,3,0,3849,0,1,0,0,0),(43905,11734,1,1,1,12155,0,-8335.44,742.638,-65.6619,3.99893,300,3,0,3849,0,1,0,0,0),(43906,11734,1,1,1,12155,0,-7816.73,687.777,-34.0744,1.04137,300,10,0,3849,0,1,0,0,0),(43907,11735,1,1,1,15383,0,-6813.63,9.58512,1.11484,4.8842,300,25,0,3293,0,1,0,0,0),(43908,11735,1,1,1,15383,0,-6590.27,255.137,4.04878,2.38381,300,25,0,3293,0,1,0,0,0),(43920,11735,1,1,1,15383,0,-6717.27,224.413,1.43934,1.74943,300,25,0,3293,0,1,0,0,0),(43924,11735,1,1,1,15383,0,-6632.93,220.165,5.78378,3.94433,300,25,0,3293,0,1,0,0,0),(43926,11735,1,1,1,15383,0,-6685.85,283.361,3.46007,1.50745,300,25,0,3293,0,1,0,0,0),(43927,11735,1,1,1,15383,0,-6586.13,296.084,4.20317,1.60594,300,25,0,3293,0,1,0,0,0),(43928,11735,1,1,1,15383,0,-6608.97,287.833,1.27853,1.00894,300,25,0,3293,0,1,0,0,0),(43929,11735,1,1,1,15383,0,-6729.02,-101.125,5.82774,5.39627,300,25,0,3293,0,1,0,0,0),(43930,11735,1,1,1,15383,0,-6676.75,-138.864,4.53273,5.50596,300,25,0,3293,0,1,0,0,0),(43931,11735,1,1,1,15383,0,-6270.11,835.111,7.70807,6.17458,300,25,0,3293,0,1,0,0,0),(43932,11735,1,1,1,15383,0,-6444.21,1224.92,-0.071837,1.47696,300,25,0,3293,0,1,0,0,0),(43933,11735,1,1,1,15383,0,-6409.01,1286.85,4.40149,3.36628,300,25,0,3293,0,1,0,0,0),(43934,11735,1,1,1,15383,0,-6683.76,350.81,0.387379,0.28476,300,25,0,3293,0,1,0,0,0),(43935,11735,1,1,1,15383,0,-6616.45,1430.81,6.15285,1.66099,300,25,0,3293,0,1,0,0,0),(43936,11735,1,1,1,15383,0,-6463.6,1353.81,4.8766,0.66575,300,25,0,3293,0,1,0,0,0),(43937,11735,1,1,1,15383,0,-6610.98,1283.9,3.31943,0.301084,300,25,0,3293,0,1,0,0,0),(43938,11735,1,1,1,15383,0,-6578.39,1336.46,5.63629,5.73473,300,25,0,3293,0,1,0,0,0),(43939,11735,1,1,1,15383,0,-6346.4,1250.46,4.19828,4.72411,300,25,0,3293,0,1,0,0,0),(43940,11735,1,1,1,15383,0,-6706.01,312.81,2.51083,4.33188,300,25,0,3293,0,1,0,0,0),(43941,11735,1,1,1,15383,0,-6576.19,383.332,-0.508386,3.13378,300,25,0,3293,0,1,0,0,0),(43942,11735,1,1,1,15383,0,-6638.74,1383.04,4.98763,1.21351,300,25,0,3293,0,1,0,0,0),(43943,11735,1,1,1,15383,0,-6689.16,1358.03,5.61352,4.58349,300,25,0,3293,0,1,0,0,0),(43944,11735,1,1,1,15383,0,-6624.07,1339.15,3.46791,3.76831,300,25,0,3293,0,1,0,0,0),(43945,11735,1,1,1,15383,0,-6506.42,1262.21,3.35047,1.43166,300,25,0,3293,0,1,0,0,0),(43946,11735,1,1,1,15383,0,-6592.98,1257,5.44446,1.67319,300,25,0,3293,0,1,0,0,0),(43947,11735,1,1,1,15383,0,-6384.99,442.957,-0.154227,4.05221,300,25,0,3293,0,1,0,0,0),(43948,11735,1,1,1,15383,0,-6294.51,641.378,10.5551,5.79334,300,25,0,3293,0,1,0,0,0),(43949,11735,1,1,1,15383,0,-6353.92,318.827,10.4469,5.46875,300,25,0,3293,0,1,0,0,0),(43950,11735,1,1,1,15383,0,-6312.55,394.447,18.7242,0.725994,300,25,0,3293,0,1,0,0,0),(43951,11735,1,1,1,15383,0,-6287.27,303.67,23.5925,0.952687,300,3,0,3293,0,1,0,0,0),(43952,11735,1,1,1,15383,0,-6266.49,481.575,9.58536,2.95016,300,25,0,3293,0,1,0,0,0),(43953,11735,1,1,1,15383,0,-6294.37,399.922,17.9682,1.69735,300,25,0,3293,0,1,0,0,0),(43954,11735,1,1,1,15383,0,-6221.98,557.322,12.8105,2.18536,300,25,0,3293,0,1,0,0,0),(43955,11735,1,1,1,15383,0,-6274.75,621.735,7.54488,2.95301,300,25,0,3293,0,1,0,0,0),(43956,11735,1,1,1,15383,0,-6433.55,490.209,4.11043,0.825363,300,25,0,3293,0,1,0,0,0),(43957,11735,1,1,1,15383,0,-6502.38,236.062,3.84139,3.9726,300,25,0,3293,0,1,0,0,0),(43958,11735,1,1,1,15383,0,-6811.74,1126.46,2.41845,3.16778,300,25,0,3293,0,1,0,0,0),(43959,11735,1,1,1,15383,0,-6719.48,1149.93,2.27403,3.06235,300,25,0,3293,0,1,0,0,0),(43960,11735,1,1,1,15383,0,-6685.13,1145.3,-0.852471,4.73597,300,25,0,3293,0,1,0,0,0),(43961,11735,1,1,1,15383,0,-6914.1,1040.37,1.81749,4.99739,300,25,0,3293,0,1,0,0,0),(43962,11735,1,1,1,15383,0,-6846.44,1042.26,0.22417,1.96761,300,25,0,3293,0,1,0,0,0),(43963,11735,1,1,1,15383,0,-6819.28,990.91,2.37058,4.84171,300,25,0,3293,0,1,0,0,0),(43964,11735,1,1,1,15383,0,-6850.57,1119.14,0.321487,1.52976,300,25,0,3293,0,1,0,0,0),(43965,11735,1,1,1,15383,0,-6820.47,1165.93,1.04519,1.95928,300,25,0,3293,0,1,0,0,0),(43966,11735,1,1,1,15383,0,-6998.33,181.71,2.16942,3.19438,300,25,0,3293,0,1,0,0,0),(43967,11735,1,1,1,15383,0,-7019.44,146.944,6.04188,3.90506,300,25,0,3293,0,1,0,0,0),(43968,11735,1,1,1,15383,0,-6957.04,416.149,3.94419,0.428741,300,25,0,3293,0,1,0,0,0),(43969,11735,1,1,1,15383,0,-7009.59,286.853,3.9628,4.48588,300,25,0,3293,0,1,0,0,0),(43970,11735,1,1,1,15383,0,-6977.39,374.696,4.34804,4.57906,300,25,0,3293,0,1,0,0,0),(43971,11735,1,1,1,15383,0,-6909.6,388.411,3.17684,2.57699,300,25,0,3293,0,1,0,0,0),(43972,11735,1,1,1,15383,0,-6854.77,432.573,1.2192,4.70848,300,25,0,3293,0,1,0,0,0),(43973,11735,1,1,1,15383,0,-6831.79,248.495,0.452117,3.73664,300,25,0,3293,0,1,0,0,0),(43974,11735,1,1,1,15383,0,-6934.1,253.516,3.96381,0.004604,300,25,0,3293,0,1,0,0,0),(43975,11735,1,1,1,15383,0,-6882.36,114.518,3.12835,5.53368,300,25,0,3293,0,1,0,0,0),(43976,11735,1,1,1,15383,0,-6873.7,98.7422,3.54085,5.02797,300,25,0,3293,0,1,0,0,0),(43977,11735,1,1,1,15383,0,-6882.61,125.329,3.60445,3.26885,300,25,0,3293,0,1,0,0,0),(43978,11735,1,1,1,15383,0,-6477.18,412.941,0.704559,0.11346,300,25,0,3293,0,1,0,0,0),(43979,11735,1,1,1,15383,0,-6435.31,452.174,-1.22977,0.5055,300,25,0,3293,0,1,0,0,0),(43980,11735,1,1,1,15383,0,-6411.42,439.463,1.70319,1.93643,300,25,0,3293,0,1,0,0,0),(43982,11735,1,1,1,15383,0,-6415.58,358.247,7.39036,3.35391,300,25,0,3293,0,1,0,0,0),(43983,11735,1,1,1,15383,0,-6517.39,347.089,-0.352471,3.1281,300,25,0,3293,0,1,0,0,0),(43984,11735,1,1,1,15383,0,-6517.02,350.941,-0.727471,4.30265,300,25,0,3293,0,1,0,0,0),(43985,11735,1,1,1,15383,0,-6555.33,429.945,1.72659,4.46788,300,25,0,3293,0,1,0,0,0),(43986,11735,1,1,1,15383,0,-6715.94,570.605,3.68062,5.77627,300,25,0,3293,0,1,0,0,0),(43987,11735,1,1,1,15383,0,-6743.47,548.53,2.20454,3.34818,300,25,0,3293,0,1,0,0,0),(43988,11735,1,1,1,15383,0,-6413.97,749.197,5.1915,5.88986,300,25,0,3293,0,1,0,0,0),(43989,11735,1,1,1,15383,0,-6607.28,455.951,1.24587,0.828536,300,25,0,3293,0,1,0,0,0),(43990,11735,1,1,1,15383,0,-6526.69,638.962,6.7712,2.97869,300,25,0,3293,0,1,0,0,0),(43991,11735,1,1,1,15383,0,-6477.79,584.266,1.71321,3.15136,300,25,0,3293,0,1,0,0,0),(43992,11735,1,1,1,15383,0,-6611.68,450.382,1.88114,3.30449,300,25,0,3293,0,1,0,0,0),(43993,11735,1,1,1,15383,0,-6660.85,584.759,6.90007,2.86388,300,25,0,3293,0,1,0,0,0),(43994,11735,1,1,1,15383,0,-6552.17,487.526,4.74389,1.18763,300,25,0,3293,0,1,0,0,0),(43995,11735,1,1,1,15383,0,-6582.61,492.624,1.47224,4.77649,300,25,0,3293,0,1,0,0,0),(43996,11735,1,1,1,15383,0,-6671.3,667.667,4.76779,0.752261,300,25,0,3293,0,1,0,0,0),(43997,11735,1,1,1,15383,0,-6644.8,709.394,6.4899,0.126953,300,25,0,3293,0,1,0,0,0),(43998,11735,1,1,1,15383,0,-6586.79,692.394,3.10878,1.35425,300,25,0,3293,0,1,0,0,0),(43999,11735,1,1,1,15383,0,-6682.69,-109.126,3.67805,4.17097,300,25,0,3293,0,1,0,0,0),(44000,11735,1,1,1,15383,0,-6783.38,55.8957,4.52225,1.5747,300,25,0,3293,0,1,0,0,0),(44001,11735,1,1,1,15383,0,-6706.06,341.95,-0.739336,3.48922,300,25,0,3293,0,1,0,0,0),(44002,11736,1,1,1,15384,0,-7145.76,1259.99,0.178226,6.0856,300,25,0,3644,0,1,0,0,0),(44003,11736,1,1,1,15384,0,-6948.86,1787.18,0.049702,0.034166,300,10,0,3644,0,1,0,0,0),(44004,11736,1,1,1,15384,0,-6945.57,1405.23,4.55206,4.38447,300,25,0,3644,0,1,0,0,0),(44005,11736,1,1,1,15384,0,-6985.49,1748.21,1.86002,5.15202,300,25,0,3644,0,1,0,0,0),(44006,11736,1,1,1,15384,0,-7350.8,1316.01,3.99078,0.775965,300,25,0,3644,0,1,0,0,0),(44010,11736,1,1,1,15384,0,-7444.31,363.666,2.23036,1.17615,300,25,0,3644,0,1,0,0,0),(44011,11736,1,1,1,15384,0,-7400.76,267.202,6.95444,0.793685,300,25,0,3644,0,1,0,0,0),(44012,11736,1,1,1,15384,0,-6806.65,1789.3,-0.421781,5.98461,300,25,0,3644,0,1,0,0,0),(44013,11736,1,1,1,15384,0,-7320.38,1318.97,8.65847,4.88937,300,25,0,3644,0,1,0,0,0),(44014,11736,1,1,1,15384,0,-7389.05,257.182,5.93123,4.88754,300,10,0,3644,0,1,0,0,0),(44015,11736,1,1,1,15384,0,-6945.35,1686.49,2.88293,0.793357,300,25,0,3644,0,1,0,0,0),(44016,11736,1,1,1,15384,0,-6986.68,1648.69,-1.2311,4.17406,300,10,0,3644,0,1,0,0,0),(44017,11736,1,1,1,15384,0,-7430.27,544.937,-8.39436,3.41823,300,25,0,3644,0,1,0,0,0),(44026,11736,1,1,1,15384,0,-7401.99,1365.01,2.76585,2.2434,300,25,0,3644,0,1,0,0,0),(44027,11736,1,1,1,15384,0,-6960.98,1780.7,-0.252608,3.47477,300,10,0,3644,0,1,0,0,0),(44028,11736,1,1,1,15384,0,-6957.84,1606.17,4.04343,4.42738,300,25,0,3644,0,1,0,0,0),(44029,11736,1,1,1,15384,0,-7361.1,319.119,2.6943,2.90088,300,25,0,3644,0,1,0,0,0),(44030,11736,1,1,1,15384,0,-6885.75,1787.63,5.18013,1.41592,300,25,0,3644,0,1,0,0,0),(44031,11736,1,1,1,15384,0,-7173.85,1215.61,4.29174,3.23154,300,25,0,3644,0,1,0,0,0),(44032,11736,1,1,1,15384,0,-7335.46,1267.22,0.813775,4.31955,300,25,0,3644,0,1,0,0,0),(44033,11736,1,1,1,15384,0,-6586.36,1529.8,3.60531,3.94475,300,25,0,3644,0,1,0,0,0),(44034,11736,1,1,1,15384,0,-6628.59,1473.52,4.12069,0.193754,300,25,0,3644,0,1,0,0,0),(44035,11736,1,1,1,15384,0,-7240.76,1356.81,2.05798,5.30004,300,25,0,3644,0,1,0,0,0),(44036,11736,1,1,1,15384,0,-6882.43,1376.58,2.68911,4.81215,300,25,0,3644,0,1,0,0,0),(44037,11736,1,1,1,15384,0,-7288,689.642,2.74696,1.45928,300,25,0,3644,0,1,0,0,0),(44038,11736,1,1,1,15384,0,-6856.53,1530.07,-0.522497,5.45707,300,25,0,3644,0,1,0,0,0),(44039,11736,1,1,1,15384,0,-7490.34,358.405,-2.13004,3.45964,300,25,0,3644,0,1,0,0,0),(44041,11736,1,1,1,15384,0,-6730.41,1409.26,4.8265,5.78471,300,25,0,3644,0,1,0,0,0),(44042,11736,1,1,1,15384,0,-6962.6,1543.62,1.93602,6.24707,300,25,0,3644,0,1,0,0,0),(44043,11736,1,1,1,15384,0,-6910.82,1714.05,-1.13224,2.9173,300,25,0,3644,0,1,0,0,0),(44044,11736,1,1,1,15384,0,-7450.53,617.684,-16.6761,1.94072,300,25,0,3644,0,1,0,0,0),(44045,11736,1,1,1,15384,0,-6889.66,1738.59,-0.801736,1.91946,300,25,0,3644,0,1,0,0,0),(44047,11736,1,1,1,15384,0,-7487.5,504.166,-10.0929,2.6779,300,25,0,3644,0,1,0,0,0),(44048,11736,1,1,1,15384,0,-6920.78,1392.82,0.345013,4.80429,300,25,0,3644,0,1,0,0,0),(44051,11736,1,1,1,15384,0,-7461.33,528.481,-12.3594,2.43939,300,25,0,3644,0,1,0,0,0),(44052,11736,1,1,1,15384,0,-6869.57,1381.76,3.29802,0.275753,300,25,0,3644,0,1,0,0,0),(44053,11736,1,1,1,15384,0,-7047.62,1355.63,5.71372,5.62333,300,25,0,3644,0,1,0,0,0),(44054,11736,1,1,1,15384,0,-7013.82,1339.49,5.05111,1.45141,300,25,0,3644,0,1,0,0,0),(44055,11736,1,1,1,15384,0,-6858.75,1329.74,4.12843,0.364718,300,25,0,3644,0,1,0,0,0),(44056,11736,1,1,1,15384,0,-7056.28,1346.09,5.55473,0.79713,300,25,0,3644,0,1,0,0,0),(44057,11736,1,1,1,15384,0,-6849.83,1448.67,3.2131,1.36612,300,25,0,3644,0,1,0,0,0),(44058,11736,1,1,1,15384,0,-7449.53,1234.29,3.20763,1.69612,300,25,0,3644,0,1,0,0,0),(44077,11736,1,1,1,15384,0,-7459.89,1065.41,2.84849,2.97757,300,25,0,3644,0,1,0,0,0),(44080,11736,1,1,1,15384,0,-7383.22,1283.75,5.00876,2.90082,300,25,0,3644,0,1,0,0,0),(44081,11736,1,1,1,15384,0,-7215.26,1323.37,5.94107,3.08584,300,25,0,3644,0,1,0,0,0),(44082,11736,1,1,1,15384,0,-7383.51,1109.94,2.57361,1.67649,300,25,0,3644,0,1,0,0,0),(44083,11736,1,1,1,15384,0,-7331.72,1035.04,5.73963,6.05209,300,25,0,3644,0,1,0,0,0),(44084,11736,1,1,1,15384,0,-6755.24,1355.48,4.59754,2.89707,300,25,0,3644,0,1,0,0,0),(44085,11736,1,1,1,15384,0,-7241.16,1307.05,5.23886,1.65094,300,25,0,3644,0,1,0,0,0),(44086,11736,1,1,1,15384,0,-7443.37,1198.55,2.3059,1.42098,300,25,0,3644,0,1,0,0,0),(44087,11736,1,1,1,15384,0,-7510,1349.76,-0.119436,2.98768,300,25,0,3644,0,1,0,0,0),(44088,11736,1,1,1,15384,0,-7280.53,548.464,1.73368,3.19427,300,25,0,3644,0,1,0,0,0),(44089,11736,1,1,1,15384,0,-6624.59,1453.8,4.33139,1.07019,300,25,0,3644,0,1,0,0,0),(44090,11736,1,1,1,15384,0,-7385.98,1045.48,4.38457,2.99348,300,25,0,3644,0,1,0,0,0),(44091,11736,1,1,1,15384,0,-7413.93,1180.05,3.10124,5.1804,300,25,0,3644,0,1,0,0,0),(44092,11736,1,1,1,15384,0,-6779.22,1391.43,3.44547,2.2016,300,25,0,3644,0,1,0,0,0),(44093,11736,1,1,1,15384,0,-7418.07,812.4,-3.83682,1.59412,300,25,0,3644,0,1,0,0,0),(44094,11736,1,1,1,15384,0,-7431.69,1313.03,2.25749,0.11152,300,25,0,3644,0,1,0,0,0),(44095,11736,1,1,1,15384,0,-6809,1458.92,4.75883,4.90298,300,25,0,3644,0,1,0,0,0),(44096,11736,1,1,1,15384,0,-6797.78,1411.38,0.943597,5.24946,300,25,0,3644,0,1,0,0,0),(44097,11736,1,1,1,15384,0,-7248.83,782.061,4.61175,5.73913,300,25,0,3644,0,1,0,0,0),(44098,11736,1,1,1,15384,0,-7507.27,1135.03,2.06092,2.65525,300,25,0,3644,0,1,0,0,0),(44099,11736,1,1,1,15384,0,-7445.39,845.65,-3.41975,4.59494,300,25,0,3644,0,1,0,0,0),(44100,11736,1,1,1,15384,0,-7483.5,808.124,-6.35485,1.59228,300,25,0,3644,0,1,0,0,0),(44101,11736,1,1,1,15384,0,-7404.76,745.975,-5.11673,0.370891,300,25,0,3644,0,1,0,0,0),(44102,11736,1,1,1,15384,0,-7446.22,433.701,-3.71255,4.20415,300,25,0,3644,0,1,0,0,0),(44103,11736,1,1,1,15384,0,-7361.13,855.958,5.2154,5.62719,300,25,0,3644,0,1,0,0,0),(44104,11736,1,1,1,15384,0,-6904.28,1270.8,0.573008,5.50607,300,25,0,3644,0,1,0,0,0),(44105,11736,1,1,1,15384,0,-7416.78,1110.04,-0.514731,3.56071,300,25,0,3644,0,1,0,0,0),(44106,11736,1,1,1,15384,0,-7427.4,490.47,-3.27896,0.365631,300,25,0,3644,0,1,0,0,0),(44107,11736,1,1,1,15384,0,-7454.16,771.479,-6.06445,1.77107,300,25,0,3644,0,1,0,0,0),(44108,11736,1,1,1,15384,0,-7302.28,1285.69,0.527539,3.79408,300,25,0,3644,0,1,0,0,0),(44109,11736,1,1,1,15384,0,-7001.89,1317.44,3.35413,0.088007,300,25,0,3644,0,1,0,0,0),(44110,11736,1,1,1,15384,0,-7190.03,1161.9,3.79125,4.46978,300,30,0,3644,0,1,0,0,0),(44111,11736,1,1,1,15384,0,-7312.63,1249.17,4.83542,4.53166,300,25,0,3644,0,1,0,0,0),(44112,11736,1,1,1,15384,0,-7228.93,1078.71,3.90078,0.181512,300,25,0,3644,0,1,0,0,0),(44113,11736,1,1,1,15384,0,-7319.09,748.505,5.80498,5.95619,300,25,0,3644,0,1,0,0,0),(44114,11736,1,1,1,15384,0,-7249.88,1198.62,0.396729,2.44831,300,25,0,3644,0,1,0,0,0),(44115,11736,1,1,1,15384,0,-6790.18,1331.22,5.58872,1.69694,300,25,0,3644,0,1,0,0,0),(44116,11736,1,1,1,15384,0,-7212.22,1128.96,2.88911,4.19809,300,25,0,3644,0,1,0,0,0),(44117,11736,1,1,1,15384,0,-7170.65,1027.51,5.46971,4.20802,300,25,0,3644,0,1,0,0,0),(44118,11736,1,1,1,15384,0,-6757.19,1442.39,0.996378,4.1158,300,25,0,3644,0,1,0,0,0),(44119,11736,1,1,1,15384,0,-7092.2,1415.78,3.94968,0.363183,300,25,0,3644,0,1,0,0,0),(44120,11736,1,1,1,15384,0,-7259.42,830.024,3.15761,0.491625,300,25,0,3644,0,1,0,0,0),(44121,11736,1,1,1,15384,0,-7369.82,1163.34,3.39685,1.24386,300,25,0,3644,0,1,0,0,0),(44122,11736,1,1,1,15384,0,-7166.97,1070.07,5.81174,3.99593,300,25,0,3644,0,1,0,0,0),(44123,11736,1,1,1,15384,0,-7267.27,973.671,3.50797,5.24728,300,25,0,3644,0,1,0,0,0),(44124,11736,1,1,1,15384,0,-7315.64,917.276,1.22284,3.10692,300,25,0,3644,0,1,0,0,0),(44125,11736,1,1,1,15384,0,-7482.57,1215.56,3.58141,4.81808,300,25,0,3644,0,1,0,0,0),(44126,11736,1,1,1,15384,0,-6750.85,1846.06,4.60907,6.24045,300,10,0,3644,0,1,0,0,0),(44127,11736,1,1,1,15384,0,-7280.46,1066.48,5.93583,4.71434,300,25,0,3644,0,1,0,0,0),(44128,11736,1,1,1,15384,0,-7184.2,903.52,5.35824,2.43378,300,25,0,3644,0,1,0,0,0),(44129,11736,1,1,1,15384,0,-7360.08,897.827,-0.851385,1.01286,300,25,0,3644,0,1,0,0,0),(44130,11736,1,1,1,15384,0,-7117.97,1017.87,4.20793,4.11984,300,25,0,3644,0,1,0,0,0),(44131,11736,1,1,1,15384,0,-7428.47,942.346,2.17313,5.11138,300,30,0,3644,0,1,0,0,0),(44132,11736,1,1,1,15384,0,-7253.06,1075.56,6.41459,2.18555,300,25,0,3644,0,1,0,0,0),(44133,11736,1,1,1,15384,0,-7381.68,1248.51,-1.35712,5.87468,300,25,0,3644,0,1,0,0,0),(44134,11736,1,1,1,15384,0,-7327.42,582.714,1.71165,3.0771,300,25,0,3644,0,1,0,0,0),(44135,11736,1,1,1,15384,0,-7004.74,1026.38,2.2272,2.71553,300,25,0,3644,0,1,0,0,0),(44136,11736,1,1,1,15384,0,-7315.41,733.071,4.4261,4.75537,300,25,0,3644,0,1,0,0,0),(44137,11736,1,1,1,15384,0,-7283.33,650,-0.104782,0.277398,300,25,0,3644,0,1,0,0,0),(44138,11736,1,1,1,15384,0,-7420.26,718.947,-6.86928,2.5464,300,25,0,3644,0,1,0,0,0),(44139,11736,1,1,1,15384,0,-7392.64,931.333,3.21448,3.764,300,30,0,3644,0,1,0,0,0),(44141,11736,1,1,1,15384,0,-7350.03,818.932,4.37471,1.88619,300,25,0,3644,0,1,0,0,0),(44142,11736,1,1,1,15384,0,-7380.28,585.297,-0.521281,2.85313,300,25,0,3644,0,1,0,0,0),(44143,11736,1,1,1,15384,0,-7389.54,399.04,5.00678,2.03293,300,25,0,3644,0,1,0,0,0),(44174,11736,1,1,1,15384,0,-7405.43,612.408,-6.42637,3.30256,300,25,0,3644,0,1,0,0,0),(44176,11736,1,1,1,15384,0,-7241.72,589.193,4.07542,2.96296,300,25,0,3644,0,1,0,0,0),(44178,11736,1,1,1,15384,0,-7355.14,453.261,6.72596,4.94919,300,25,0,3644,0,1,0,0,0),(44179,11736,1,1,1,15384,0,-7485.91,946.409,4.10587,4.20463,300,10,0,3644,0,1,0,0,0),(44181,11736,1,1,1,15384,0,-7417.38,413.705,0.304333,4.14498,300,25,0,3644,0,1,0,0,0),(44182,11737,1,1,1,15385,0,-7852.47,1616.24,3.5576,0.006925,300,25,0,3758,0,1,0,0,0),(44183,11737,1,1,1,15385,0,-7746.17,1751.7,14.1443,0.105695,300,25,0,3758,0,1,0,0,0),(44185,11737,1,1,1,15385,0,-7783.18,1765.03,0.52788,4.35761,300,25,0,3758,0,1,0,0,0),(44186,11737,1,1,1,15385,0,-7690.77,1627.25,5.32477,0.123386,300,10,0,3758,0,1,0,0,0),(44188,11737,1,1,1,15385,0,-7883.63,1540.15,-4.15093,2.40854,300,25,0,3758,0,1,0,0,0),(44189,11737,1,1,1,15385,0,-7737.34,1665.94,6.84599,4.04192,300,25,0,3758,0,1,0,0,0),(44190,11737,1,1,1,15385,0,-7716.32,1282.54,-0.374777,1.22487,300,25,0,3758,0,1,0,0,0),(44192,11737,1,1,1,15385,0,-7783.76,1749.59,0.610843,1.82825,300,25,0,3758,0,1,0,0,0),(44195,11737,1,1,1,15385,0,-7772.04,1282.44,-4.73984,3.1289,300,25,0,3758,0,1,0,0,0),(44196,11737,1,1,1,15385,0,-7809.47,1345.3,-5.98408,4.45154,300,25,0,3758,0,1,0,0,0),(44197,11737,1,1,1,15385,0,-7744.3,1833.54,3.38918,4.62633,300,25,0,3758,0,1,0,0,0),(44198,11737,1,1,1,15385,0,-7780.2,1636.16,5.91958,4.77769,300,25,0,3758,0,1,0,0,0),(44199,11737,1,1,1,15385,0,-7895.22,1480.47,-2.41121,2.04754,300,25,0,3758,0,1,0,0,0),(44200,11737,1,1,1,15385,0,-7875.59,1682.56,-3.4706,1.01091,300,25,0,3758,0,1,0,0,0),(44201,11737,1,1,1,15385,0,-8046.92,1691.49,9.24857,3.85965,300,25,0,3758,0,1,0,0,0),(44202,11737,1,1,1,15385,0,-7680.24,1549.02,6.38965,4.6817,300,25,0,3758,0,1,0,0,0),(44203,11737,1,1,1,15385,0,-7605.86,1305.08,0.804275,5.44455,300,25,0,3758,0,1,0,0,0),(44204,11737,1,1,1,15385,0,-7768.76,1606.55,3.71964,4.00432,300,25,0,3758,0,1,0,0,0),(44205,11737,1,1,1,15385,0,-7975.34,1715.89,-1.0122,5.41488,300,25,0,3758,0,1,0,0,0),(44206,11737,1,1,1,15385,0,-7815.24,1486.33,-0.813607,1.15039,300,25,0,3758,0,1,0,0,0),(44207,11737,1,1,1,15385,0,-7819.72,1685.97,2.42511,4.25966,300,25,0,3758,0,1,0,0,0),(44208,11737,1,1,1,15385,0,-7752.31,1584.43,-0.302271,5.66899,300,25,0,3758,0,1,0,0,0),(44209,11737,1,1,1,15385,0,-7815.67,1582.88,1.34246,4.55683,300,25,0,3758,0,1,0,0,0),(44210,11737,1,1,1,15385,0,-7580.05,876.76,-4.38008,2.03444,300,25,0,3758,0,1,0,0,0),(44211,11737,1,1,1,15385,0,-7661.8,1113.56,4.05045,0.134332,300,25,0,3758,0,1,0,0,0),(44212,11737,1,1,1,15385,0,-7776.2,175.817,6.25564,4.88735,300,25,0,3758,0,1,0,0,0),(44213,11737,1,1,1,15385,0,-7664.58,1323.26,1.91954,1.12642,300,25,0,3758,0,1,0,0,0),(44214,11737,1,1,1,15385,0,-7984.02,955.14,3.18815,0.073166,300,25,0,3758,0,1,0,0,0),(44215,11737,1,1,1,15385,0,-7551.52,1161.95,-0.287166,4.34711,300,25,0,3758,0,1,0,0,0),(44216,11737,1,1,1,15385,0,-7577.37,1101.23,-0.241194,5.08818,300,25,0,3758,0,1,0,0,0),(44217,11737,1,1,1,15385,0,-7613.95,1153.72,4.11245,5.88073,300,25,0,3758,0,1,0,0,0),(44218,11737,1,1,1,15385,0,-7675.13,1367.77,1.6432,4.88508,300,25,0,3758,0,1,0,0,0),(44219,11737,1,1,1,15385,0,-7971.25,1241.93,-1.67913,5.572,300,25,0,3758,0,1,0,0,0),(44220,11737,1,1,1,15385,0,-7757.33,1415.62,1.17729,4.57726,300,25,0,3758,0,1,0,0,0),(44221,11737,1,1,1,15385,0,-7779.06,1433.47,-0.749162,5.1433,300,25,0,3758,0,1,0,0,0),(44226,11737,1,1,1,15385,0,-7643.09,1438.27,2.82952,4.3718,300,25,0,3758,0,1,0,0,0),(44227,11737,1,1,1,15385,0,-7688.54,1460.79,4.26242,1.01095,300,25,0,3758,0,1,0,0,0),(44228,11737,1,1,1,15385,0,-7534.3,1388.25,2.63972,0.273874,300,25,0,3758,0,1,0,0,0),(44234,11737,1,1,1,15385,0,-7713.02,1449.61,4.2021,0.601261,300,25,0,3758,0,1,0,0,0),(44235,11737,1,1,1,15385,0,-7799.99,1558.36,1.52386,2.71149,300,25,0,3758,0,1,0,0,0),(44236,11737,1,1,1,15385,0,-7613.34,1375.01,3.14475,3.72878,300,25,0,3758,0,1,0,0,0),(44237,11737,1,1,1,15385,0,-7968.44,1325.02,-2.4095,5.11463,300,25,0,3758,0,1,0,0,0),(44238,11737,1,1,1,15385,0,-7913.05,1722.87,-5.10504,4.9389,300,25,0,3758,0,1,0,0,0),(44240,11737,1,1,1,15385,0,-7820.78,204.061,5.04857,2.71909,300,25,0,3758,0,1,0,0,0),(44241,11737,1,1,1,15385,0,-7617.37,1383.58,1.93938,3.56011,300,25,0,3758,0,1,0,0,0),(44242,11737,1,1,1,15385,0,-7506.15,302.187,0.487789,0.595045,300,10,0,3758,0,1,0,0,0),(44243,11737,1,1,1,15385,0,-7903.99,1137.99,2.92325,5.72779,300,25,0,3758,0,1,0,0,0),(44244,11737,1,1,1,15385,0,-7568.51,368.845,-15.1839,3.32331,300,25,0,3758,0,1,0,0,0),(44245,11737,1,1,1,15385,0,-7517.02,394.1,-13.0511,0.172319,300,25,0,3758,0,1,0,0,0),(44246,11737,1,1,1,15385,0,-7553.52,1283.43,2.10096,0.905374,300,25,0,3758,0,1,0,0,0),(44247,11737,1,1,1,15385,0,-7941.4,1212.35,-1.05212,3.29842,300,25,0,3758,0,1,0,0,0),(44248,11737,1,1,1,15385,0,-8009.69,1214.93,3.41809,6.19545,300,25,0,3758,0,1,0,0,0),(44249,11737,1,1,1,15385,0,-8019.93,1254.7,2.47812,4.49155,300,25,0,3758,0,1,0,0,0),(44250,11737,1,1,1,15385,0,-7978.34,1183.56,1.75559,0.337687,300,25,0,3758,0,1,0,0,0),(44299,11737,1,1,1,15385,0,-7675.94,1036.99,5.06684,4.57919,300,25,0,3758,0,1,0,0,0),(44300,11737,1,1,1,15385,0,-7927.43,1014.48,1.31398,0.202371,300,25,0,3758,0,1,0,0,0),(44301,11737,1,1,1,15385,0,-7921.96,929.181,-0.597377,2.0687,300,25,0,3758,0,1,0,0,0),(44359,11737,1,1,1,15385,0,-7951.31,1718.39,-3.58569,1.35022,300,25,0,3758,0,1,0,0,0),(44360,11737,1,1,1,15385,0,-7856.96,1147.58,2.36121,0.23056,300,25,0,3758,0,1,0,0,0),(44361,11737,1,1,1,15385,0,-7876.4,982.166,2.51207,2.93969,300,25,0,3758,0,1,0,0,0),(44362,11737,1,1,1,15385,0,-7909.31,949.84,0.658286,3.52752,300,25,0,3758,0,1,0,0,0),(44363,11737,1,1,1,15385,0,-7796.01,1038.31,-1.64176,0.003353,300,25,0,3758,0,1,0,0,0),(44364,11737,1,1,1,15385,0,-7579.93,983.332,2.64167,6.27928,300,25,0,3758,0,1,0,0,0),(44365,11737,1,1,1,15385,0,-8070.76,978.51,44.7984,4.62203,300,25,0,3758,0,1,0,0,0),(44366,11737,1,1,1,15385,0,-8065.33,983.034,43.0971,4.62416,300,25,0,3758,0,1,0,0,0),(44367,11737,1,1,1,15385,0,-7583.31,1251.15,2.35195,1.41384,300,25,0,3758,0,1,0,0,0),(44368,11737,1,1,1,15385,0,-7620.21,945.791,0.239071,2.95282,300,25,0,3758,0,1,0,0,0),(44369,11737,1,1,1,15385,0,-7947.31,1077.57,-1.10669,6.14115,300,25,0,3758,0,1,0,0,0),(44370,11737,1,1,1,15385,0,-7742.86,262.513,2.8062,2.00381,300,25,0,3758,0,1,0,0,0),(44371,11737,1,1,1,15385,0,-7685.2,284.824,5.79174,1.99667,300,25,0,3758,0,1,0,0,0),(44372,11737,1,1,1,15385,0,-7592.86,284.944,3.79695,0.009765,300,25,0,3758,0,1,0,0,0),(44380,11737,1,1,1,15385,0,-7819.41,1114.62,0.571805,4.18092,300,25,0,3758,0,1,0,0,0),(44381,11737,1,1,1,15385,0,-7672.04,354.731,-2.01175,1.29985,300,25,0,3758,0,1,0,0,0),(44382,11737,1,1,1,15385,0,-7742,325.96,-1.08201,2.99666,300,25,0,3758,0,1,0,0,0),(44383,11737,1,1,1,15385,0,-7724.94,184.412,8.84368,4.37212,300,25,0,3758,0,1,0,0,0),(44384,11737,1,1,1,15385,0,-7593.71,316.175,4.95316,0.367447,300,25,0,3758,0,1,0,0,0),(44385,11737,1,1,1,15385,0,-7827.74,1108.53,2.28795,3.70143,300,25,0,3758,0,1,0,0,0),(44386,11737,1,1,1,15385,0,-7504.84,812.217,-11.6033,1.2798,300,25,0,3758,0,1,0,0,0),(44387,11737,1,1,1,15385,0,-7646.94,259.083,5.46879,6.20492,300,25,0,3758,0,1,0,0,0),(44388,11737,1,1,1,15385,0,-7844.78,1054.2,4.72349,0.384131,300,25,0,3758,0,1,0,0,0),(44393,11737,1,1,1,15385,0,-7575.48,855.368,-7.2463,4.24219,300,25,0,3758,0,1,0,0,0),(44394,11737,1,1,1,15385,0,-7588.81,974.835,1.76882,0.865004,300,25,0,3758,0,1,0,0,0),(44396,11737,1,1,1,15385,0,-8103.05,972.616,59.7207,3.22261,300,25,0,3758,0,1,0,0,0),(44397,11737,1,1,1,15385,0,-8100.04,971.902,58.8457,3.22352,300,25,0,3758,0,1,0,0,0),(44398,11737,1,1,1,15385,0,-7518.29,313.991,-1.73274,4.85539,300,25,0,3758,0,1,0,0,0),(44400,11738,1,1,1,8014,0,-6889.03,393.434,3.04807,4.39064,300,25,0,3529,0,1,0,0,0),(44403,11738,1,1,1,8014,0,-6378.87,1295.11,3.32076,2.87421,300,25,0,3529,0,1,0,0,0),(44404,11738,1,1,1,8014,0,-6980.84,107.419,4.06714,2.25902,300,3,0,3529,0,1,0,0,0),(44405,11738,1,1,1,8014,0,-6306.3,1190.83,12.5116,3.92423,300,10,0,3529,0,1,0,0,0),(44406,11738,1,1,1,8014,0,-6489.3,686.219,3.23684,2.42477,300,25,0,3529,0,1,0,0,0),(44409,11738,1,1,1,8014,0,-6426.6,1339.64,2.93715,2.17505,300,25,0,3529,0,1,0,0,0),(44412,11738,1,1,1,8014,0,-6783.43,50.9827,3.7955,3.8976,300,25,0,3529,0,1,0,0,0),(44424,11738,1,1,1,8014,0,-6447.92,1382.86,4.52963,1.5708,300,25,0,3529,0,1,0,0,0),(44455,11738,1,1,1,8014,0,-6454.29,1331.96,2.13205,2.73826,300,25,0,3529,0,1,0,0,0),(44469,11738,1,1,1,8014,0,-6483.81,1277.68,1.60065,4.55157,300,25,0,3529,0,1,0,0,0),(44999,11738,1,1,1,8014,0,-6392.41,1189.85,1.58045,5.96946,300,25,0,3529,0,1,0,0,0),(45092,11738,1,1,1,8014,0,-6905.77,308.136,4.03539,1.9513,300,25,0,3529,0,1,0,0,0),(45093,11738,1,1,1,8014,0,-6420.17,1237.47,2.61296,1.448,300,25,0,3529,0,1,0,0,0),(45094,11738,1,1,1,8014,0,-6649.15,272.758,2.82095,1.72984,300,25,0,3529,0,1,0,0,0),(45104,11738,1,1,1,8014,0,-6898.85,347.157,1.16613,6.21285,300,25,0,3529,0,1,0,0,0),(45108,11738,1,1,1,8014,0,-6638.94,-120.989,3.63345,1.49741,300,25,0,3529,0,1,0,0,0),(45109,11738,1,1,1,8014,0,-6742.94,-49.5543,3.21933,3.28099,300,25,0,3529,0,1,0,0,0),(45110,11738,1,1,1,8014,0,-6887.17,20.6417,8.53496,1.97383,300,25,0,3529,0,1,0,0,0),(45470,11738,1,1,1,8014,0,-6841.8,-41.5192,4.24381,4.97821,300,10,0,3529,0,1,0,0,0),(45471,11738,1,1,1,8014,0,-6949.79,150.492,4.30296,3.87576,300,25,0,3529,0,1,0,0,0),(45473,11738,1,1,1,8014,0,-7016.25,188.473,1.67454,4.41638,300,25,0,3529,0,1,0,0,0),(45478,11738,1,1,1,8014,0,-7001.71,373.723,4.50955,2.22054,300,25,0,3529,0,1,0,0,0),(45493,11738,1,1,1,8014,0,-6552.77,1475.56,0.896729,5.73895,300,25,0,3529,0,1,0,0,0),(45494,11738,1,1,1,8014,0,-6566.32,1445.22,2.27094,0.343172,300,25,0,3529,0,1,0,0,0),(45495,11738,1,1,1,8014,0,-6551.25,354.551,1.09174,2.31013,300,25,0,3529,0,1,0,0,0),(45496,11738,1,1,1,8014,0,-6629.45,310.984,3.7073,3.15678,300,25,0,3529,0,1,0,0,0),(45497,11738,1,1,1,8014,0,-6700.96,157.415,3.80471,4.11463,300,25,0,3529,0,1,0,0,0),(45499,11738,1,1,1,8014,0,-6712.8,121.013,4.84934,0.300119,300,25,0,3529,0,1,0,0,0),(45502,11738,1,1,1,8014,0,-6646.59,205.423,2.73853,1.24705,300,25,0,3529,0,1,0,0,0),(45503,11738,1,1,1,8014,0,-6350.69,622.197,2.12561,2.97119,300,25,0,3529,0,1,0,0,0),(45504,11738,1,1,1,8014,0,-6331.05,317.969,14.0215,3.15917,300,25,0,3529,0,1,0,0,0),(45505,11738,1,1,1,8014,0,-6378.92,384.836,4.84886,0.941831,300,25,0,3529,0,1,0,0,0),(45506,11738,1,1,1,8014,0,-6358.46,409.285,9.57344,6.24026,300,25,0,3529,0,1,0,0,0),(45507,11738,1,1,1,8014,0,-6249.78,521.894,14.0437,4.32667,300,25,0,3529,0,1,0,0,0),(45508,11738,1,1,1,8014,0,-6179.8,557.107,12.0389,2.05455,300,10,0,3529,0,1,0,0,0),(45509,11738,1,1,1,8014,0,-6242.67,667.079,13.7523,1.41785,300,25,0,3529,0,1,0,0,0),(45510,11738,1,1,1,8014,0,-6436.9,523.183,2.49399,1.6726,300,25,0,3529,0,1,0,0,0),(45511,11738,1,1,1,8014,0,-6347.56,564.924,7.17732,1.72232,300,25,0,3529,0,1,0,0,0),(45512,11738,1,1,1,8014,0,-6377.21,512.145,5.31756,4.79098,300,25,0,3529,0,1,0,0,0),(45513,11738,1,1,1,8014,0,-6413.72,546.264,2.32576,1.46443,300,25,0,3529,0,1,0,0,0),(45518,11738,1,1,1,8014,0,-6314.52,790.594,3.30468,1.64315,300,25,0,3529,0,1,0,0,0),(45519,11738,1,1,1,8014,0,-6347.69,779.847,1.01046,4.91496,300,25,0,3529,0,1,0,0,0),(45535,11738,1,1,1,8014,0,-6281.23,739.316,13.4876,4.66745,300,25,0,3529,0,1,0,0,0),(45573,11738,1,1,1,8014,0,-6500.9,295.332,4.73058,5.14112,300,25,0,3529,0,1,0,0,0),(45575,11738,1,1,1,8014,0,-6729.04,1180.85,4.1192,3.1621,300,25,0,3529,0,1,0,0,0),(45576,11738,1,1,1,8014,0,-6778.65,1214.02,4.6895,6.18623,300,25,0,3529,0,1,0,0,0),(45577,11738,1,1,1,8014,0,-6693.06,1253.33,4.92281,4.89714,300,25,0,3529,0,1,0,0,0),(45578,11738,1,1,1,8014,0,-6653.58,1260.3,4.86477,6.20589,300,25,0,3529,0,1,0,0,0),(45579,11738,1,1,1,8014,0,-6690.69,1296.99,3.77667,4.63219,300,25,0,3529,0,1,0,0,0),(45581,11738,1,1,1,8014,0,-6747.82,1273.24,3.48045,1.48871,300,25,0,3529,0,1,0,0,0),(45582,11738,1,1,1,8014,0,-6773.84,1062.73,3.34541,0.801292,300,25,0,3529,0,1,0,0,0),(45583,11738,1,1,1,8014,0,-6957.61,255.476,2.45084,4.33901,300,25,0,3529,0,1,0,0,0),(45584,11738,1,1,1,8014,0,-6971.76,346.824,3.17079,2.74752,300,25,0,3529,0,1,0,0,0),(45585,11738,1,1,1,8014,0,-6861.18,175.389,2.23436,2.8217,300,25,0,3529,0,1,0,0,0),(45586,11738,1,1,1,8014,0,-6888.91,210.244,-1.35712,2.4906,300,25,0,3529,0,1,0,0,0),(45587,11738,1,1,1,8014,0,-6777.68,87.9874,3.39104,0.315969,300,25,0,3529,0,1,0,0,0),(45588,11738,1,1,1,8014,0,-6696.56,516.595,0.415727,6.20102,300,25,0,3529,0,1,0,0,0),(45589,11738,1,1,1,8014,0,-6382.32,343.777,5.59627,4.87722,300,25,0,3529,0,1,0,0,0),(45590,11738,1,1,1,8014,0,-6602.51,501.122,3.19555,1.06866,300,25,0,3529,0,1,0,0,0),(45591,11738,1,1,1,8014,0,-6488.39,506.968,4.37149,1.09142,300,25,0,3529,0,1,0,0,0),(45592,11738,1,1,1,8014,0,-6413.39,674.188,5.55528,4.88525,300,25,0,3529,0,1,0,0,0),(45593,11738,1,1,1,8014,0,-6553.32,674.139,3.37464,1.73562,300,25,0,3529,0,1,0,0,0),(45594,11738,1,1,1,8014,0,-6686.85,409.336,-1.39176,1.59576,300,25,0,3529,0,1,0,0,0),(45595,11738,1,1,1,8014,0,-6531.25,719.26,3.27457,2.63034,300,25,0,3529,0,1,0,0,0),(45596,11738,1,1,1,8014,0,-6487.59,601.866,2.26698,1.78544,300,25,0,3529,0,1,0,0,0),(45597,11738,1,1,1,8014,0,-6515.91,516.424,4.59548,2.62085,300,25,0,3529,0,1,0,0,0),(45598,11738,1,1,1,8014,0,-6584.87,585.431,3.74153,3.05748,300,25,0,3529,0,1,0,0,0),(45599,11738,1,1,1,8014,0,-6599.05,561.707,0.111476,0.581763,300,25,0,3529,0,1,0,0,0),(45600,11738,1,1,1,8014,0,-6662.02,653.445,5.83046,3.28653,300,25,0,3529,0,1,0,0,0),(45601,11738,1,1,1,8014,0,-6617.75,678.636,5.76794,1.84244,300,25,0,3529,0,1,0,0,0),(45602,11738,1,1,1,8014,0,-6661.99,759.31,12.5007,5.85187,300,25,0,3529,0,1,0,0,0),(45603,11738,1,1,1,8014,0,-6911.76,973.359,5.62298,6.10648,300,25,0,3529,0,1,0,0,0),(45604,11738,1,1,1,8014,0,-6948.48,983.046,9.08333,6.2105,300,25,0,3529,0,1,0,0,0),(45605,11738,1,1,1,8014,0,-6645.52,-143.324,3.01794,4.40671,300,10,0,3529,0,1,0,0,0),(45606,11738,1,1,1,8014,0,-6723.11,133.235,3.68168,5.42589,300,25,0,3529,0,1,0,0,0),(45607,11738,1,1,1,8014,0,-6698.2,414.523,-1.39176,1.44361,300,25,0,3529,0,1,0,0,0),(45608,11739,1,1,1,711,0,-7757.71,1343.44,0.462243,2.67882,300,25,0,3758,0,1,0,0,0),(45609,11739,1,1,1,711,0,-7781.62,1317.79,-4.97863,2.20874,300,25,0,3758,0,1,0,0,0),(45610,16091,1,1,1,15995,1,-6867.52,721.72,45.7454,4.13643,600,0,0,61040,0,0,0,0,0),(45611,11739,1,1,1,711,0,-7689.71,1411.01,2.43352,4.69428,300,25,0,3758,0,1,0,0,0),(45612,11739,1,1,1,711,0,-7864.6,1453.36,-3.55154,1.77336,300,25,0,3758,0,1,0,0,0),(45613,11739,1,1,1,711,0,-7784.33,1512.91,1.21811,2.75491,300,25,0,3758,0,1,0,0,0),(45614,11739,1,1,1,711,0,-7879.69,1581.92,2.83726,2.74299,300,25,0,3758,0,1,0,0,0),(45615,11739,1,1,1,711,0,-7747.9,1516.7,-0.507965,0.772662,300,25,0,3758,0,1,0,0,0),(45616,11739,1,1,1,711,0,-7757.08,1855.86,5.04389,5.48122,300,25,0,3758,0,1,0,0,0),(45617,11739,1,1,1,711,0,-7799,1371.3,-4.3379,3.46945,300,25,0,3758,0,1,0,0,0),(45618,11739,1,1,1,711,0,-7651.73,1383.3,3.14949,6.2148,300,25,0,3758,0,1,0,0,0),(45619,11739,1,1,1,711,0,-7721.76,1362.16,1.75306,5.76622,300,25,0,3758,0,1,0,0,0),(45620,11739,1,1,1,711,0,-7881.66,1429.6,-5.66793,0.083141,300,25,0,3758,0,1,0,0,0),(45621,11739,1,1,1,711,0,-7816.21,1401.41,-5.2401,4.03003,300,25,0,3758,0,1,0,0,0),(45622,11739,1,1,1,711,0,-7706.99,1504.25,3.82011,4.28544,300,25,0,3758,0,1,0,0,0),(45623,11739,1,1,1,711,0,-7580.29,1314.65,2.913,0.322185,300,25,0,3758,0,1,0,0,0),(45624,11739,1,1,1,711,0,-7706.67,1589.48,2.83999,4.05102,300,25,0,3758,0,1,0,0,0),(45625,11739,1,1,1,711,0,-7744.96,1648.7,6.41637,5.95001,300,25,0,3758,0,1,0,0,0),(45626,11739,1,1,1,711,0,-7532.25,1429.78,3.9578,2.2141,300,25,0,3758,0,1,0,0,0),(45627,11739,1,1,1,711,0,-7840.45,1664.35,-0.164728,5.24243,300,25,0,3758,0,1,0,0,0),(45628,11739,1,1,1,711,0,-7744.53,1561.12,1.3011,4.90691,300,25,0,3758,0,1,0,0,0),(45629,11739,1,1,1,711,0,-7748.8,1728.81,10.794,0.989836,300,25,0,3758,0,1,0,0,0),(45630,11739,1,1,1,711,0,-7857.27,1677.93,0.965135,3.46843,300,25,0,3758,0,1,0,0,0),(45631,11739,1,1,1,711,0,-7707.48,1382.11,2.80996,0.126293,300,25,0,3758,0,1,0,0,0),(45632,11739,1,1,1,711,0,-7917.91,1564.34,-2.0917,1.8314,300,25,0,3758,0,1,0,0,0),(45633,11739,1,1,1,711,0,-7494.38,1244.9,1.24715,0.399895,300,25,0,3758,0,1,0,0,0),(45634,11739,1,1,1,711,0,-7525.14,1081.15,-0.780214,0.278188,300,25,0,3758,0,1,0,0,0),(45635,11739,1,1,1,711,0,-7519.86,1167.3,2.1122,0.669039,300,25,0,3758,0,1,0,0,0),(45636,11739,1,1,1,711,0,-7931.46,976.464,2.78004,5.98181,300,25,0,3758,0,1,0,0,0),(45637,11739,1,1,1,711,0,-7669.72,1260.77,0.161572,3.62534,300,25,0,3758,0,1,0,0,0),(45638,11739,1,1,1,711,0,-7584.15,1188.4,0.758568,1.9473,300,25,0,3758,0,1,0,0,0),(45639,11739,1,1,1,711,0,-7957.04,1281.92,-5.54231,5.92099,300,25,0,3758,0,1,0,0,0),(45640,11739,1,1,1,711,0,-7677.62,1287.87,1.70574,3.24534,300,25,0,3758,0,1,0,0,0),(45641,11739,1,1,1,711,0,-7880.63,1014.48,5.62291,4.10759,300,25,0,3758,0,1,0,0,0),(45642,11739,1,1,1,711,0,-7921.29,1218.17,0.639796,0.879207,300,25,0,3758,0,1,0,0,0),(45643,11739,1,1,1,711,0,-7642.99,1349.36,-0.020938,3.0497,300,25,0,3758,0,1,0,0,0),(45644,11739,1,1,1,711,0,-8005.12,990.628,4.99212,5.21601,300,10,0,3758,0,1,0,0,0),(45645,11739,1,1,1,711,0,-7799.98,1737.87,4.28714,0.648969,300,25,0,3758,0,1,0,0,0),(45646,11739,1,1,1,711,0,-7990.23,986.838,0.627877,5.74695,300,25,0,3758,0,1,0,0,0),(45647,11739,1,1,1,711,0,-7518.74,845.351,-2.34773,1.31536,300,25,0,3758,0,1,0,0,0),(45648,11739,1,1,1,711,0,-7517.09,1353.9,-0.884621,6.23996,300,25,0,3758,0,1,0,0,0),(45649,11739,1,1,1,711,0,-7924.98,1058.93,4.48754,4.76513,300,25,0,3758,0,1,0,0,0),(45650,11739,1,1,1,711,0,-8039.49,1244.57,3.95205,0.294263,300,10,0,3758,0,1,0,0,0),(45651,11739,1,1,1,711,0,-7907.59,1124.42,5.2255,5.15333,300,25,0,3758,0,1,0,0,0),(45652,11739,1,1,1,711,0,-7962.09,1150.49,0.956,3.16405,300,25,0,3758,0,1,0,0,0),(45653,11739,1,1,1,711,0,-7850.1,1510.57,-0.579269,1.49455,300,25,0,3758,0,1,0,0,0),(45654,11739,1,1,1,711,0,-8074.96,1306.82,11.2707,3.79604,300,25,0,3758,0,1,0,0,0),(45655,11739,1,1,1,711,0,-7983.98,914.432,-1.95423,4.00339,300,25,0,3758,0,1,0,0,0),(45656,11739,1,1,1,711,0,-7816.21,950.322,0.580247,2.37553,300,25,0,3758,0,1,0,0,0),(45657,11739,1,1,1,711,0,-8018.66,1322.88,-7.26288,5.00356,300,25,0,3758,0,1,0,0,0),(45658,11739,1,1,1,711,0,-7781.51,972.253,-3.18445,4.7702,300,25,0,3758,0,1,0,0,0),(45659,11739,1,1,1,711,0,-7812.6,1065.91,4.08808,2.01043,300,25,0,3758,0,1,0,0,0),(45660,11739,1,1,1,711,0,-7962.19,276.715,2.63366,5.75314,300,25,0,3758,0,1,0,0,0),(45661,11739,1,1,1,711,0,-7830,1058.01,4.1371,6.28221,300,25,0,3758,0,1,0,0,0),(45662,11739,1,1,1,711,0,-7644.94,969.872,0.978363,1.43166,300,25,0,3758,0,1,0,0,0),(45663,11739,1,1,1,711,0,-7983.14,1068.37,2.62957,4.8746,300,10,0,3758,0,1,0,0,0),(45664,11739,1,1,1,711,0,-7777.23,1118.57,3.48421,6.16174,300,25,0,3758,0,1,0,0,0),(45665,11739,1,1,1,711,0,-7841.03,1212.88,-0.783257,2.56767,300,25,0,3758,0,1,0,0,0),(45666,11739,1,1,1,711,0,-7895.7,1094.11,6.15709,4.41504,300,25,0,3758,0,1,0,0,0),(45667,11739,1,1,1,711,0,-7741.38,1070.17,1.93985,0.580144,300,25,0,3758,0,1,0,0,0),(45668,11739,1,1,1,711,0,-7886.81,1268.75,-5.75501,2.20649,300,30,0,3758,0,1,0,0,0),(45669,11739,1,1,1,711,0,-8015.29,1734.42,0.25673,2.15176,300,25,0,3758,0,1,0,0,0),(45670,11739,1,1,1,711,0,-7579.57,782.521,-17.8797,4.8542,300,25,0,3758,0,1,0,0,0),(45671,11739,1,1,1,711,0,-7916.73,1247.21,-5.1437,4.59106,300,30,0,3758,0,1,0,0,0),(45672,11739,1,1,1,711,0,-7683.46,1171.93,-0.421547,1.53411,300,25,0,3758,0,1,0,0,0),(45673,11739,1,1,1,711,0,-7508.16,1130.39,1.73542,0.881618,300,25,0,3758,0,1,0,0,0),(45674,11739,1,1,1,711,0,-7850.84,1248.77,-10.6734,3.14745,300,25,0,3758,0,1,0,0,0),(45675,11739,1,1,1,711,0,-7861.12,1216.34,-4.32653,5.84313,300,25,0,3758,0,1,0,0,0),(45676,11739,1,1,1,711,0,-7718.01,1195.25,0.595191,1.72968,300,25,0,3758,0,1,0,0,0),(45677,11739,1,1,1,711,0,-7582.78,1094.71,1.34623,2.66571,300,25,0,3758,0,1,0,0,0),(45678,11739,1,1,1,711,0,-7711.39,1057.99,2.75971,4.26184,300,25,0,3758,0,1,0,0,0),(45679,11739,1,1,1,711,0,-7553.11,1077.83,4.58585,1.52391,300,25,0,3758,0,1,0,0,0),(45680,11739,1,1,1,711,0,-7957.53,912.476,2.35085,2.1848,300,25,0,3758,0,1,0,0,0),(45681,11739,1,1,1,711,0,-7713.98,250.945,3.08959,5.06824,300,25,0,3758,0,1,0,0,0),(45682,11739,1,1,1,711,0,-7736.76,1028.68,2.69447,4.72801,300,25,0,3758,0,1,0,0,0),(45683,11739,1,1,1,711,0,-7642.77,328.193,0.017793,0.978462,300,25,0,3758,0,1,0,0,0),(45684,11739,1,1,1,711,0,-7717.08,960.171,-2.67997,1.59618,300,25,0,3758,0,1,0,0,0),(45685,11739,1,1,1,711,0,-7816.13,1119.34,0.457605,1.49845,300,25,0,3758,0,1,0,0,0),(45686,11739,1,1,1,711,0,-7683.5,220.116,4.45105,2.42105,300,25,0,3758,0,1,0,0,0),(45687,11739,1,1,1,711,0,-7581.29,883.584,-0.163771,3.10743,300,25,0,3758,0,1,0,0,0),(45688,11739,1,1,1,711,0,-7651.48,961.737,1.50794,2.17776,300,25,0,3758,0,1,0,0,0),(45689,11739,1,1,1,711,0,-7748.23,217.18,4.73819,0.565342,300,25,0,3758,0,1,0,0,0),(45690,11739,1,1,1,711,0,-7692.16,950.232,-4.04803,3.21435,300,25,0,3758,0,1,0,0,0),(45691,11740,1,1,1,15386,0,-6327.39,1265.9,6.5949,3.72689,300,25,0,3137,0,1,0,0,0),(45692,11740,1,1,1,15386,0,-6382.82,1326.36,3.32631,0.041988,300,25,0,3137,0,1,0,0,0),(45693,11740,1,1,1,15386,0,-6369.03,467.862,-0.520796,2.41008,300,25,0,3137,0,1,0,0,0),(45694,11740,1,1,1,15386,0,-6247.77,552.957,11.3063,4.07943,300,25,0,3137,0,1,0,0,0),(45695,11740,1,1,1,15386,0,-6847.24,44.191,0.650098,2.94493,300,25,0,3137,0,1,0,0,0),(45696,11740,1,1,1,15386,0,-6812.96,-13.8176,0.888903,1.55253,300,25,0,3137,0,1,0,0,0),(45697,11740,1,1,1,15386,0,-6684.17,229.595,2.54462,6.02874,300,25,0,3137,0,1,0,0,0),(45698,11740,1,1,1,15386,0,-6607.7,361.861,1.64178,5.05165,300,25,0,3137,0,1,0,0,0),(45699,11740,1,1,1,15386,0,-6620.62,1220.05,4.31002,1.12461,300,25,0,3137,0,1,0,0,0),(45700,11740,1,1,1,15386,0,-6400.67,767.783,4.14409,5.4378,300,25,0,3137,0,1,0,0,0),(45701,11740,1,1,1,15386,0,-6325.93,436.812,14.353,2.15892,300,25,0,3137,0,1,0,0,0),(45702,11740,1,1,1,15386,0,-6645.85,1348.35,3.42603,1.79888,300,25,0,3137,0,1,0,0,0),(45703,11740,1,1,1,15386,0,-6714.66,1337.23,3.62794,1.7138,300,25,0,3137,0,1,0,0,0),(45711,11740,1,1,1,15386,0,-6529.69,1402.5,3.16873,2.11769,300,25,0,3137,0,1,0,0,0),(45713,11740,1,1,1,15386,0,-6555.13,1352.97,4.71959,6.27656,300,25,0,3137,0,1,0,0,0),(45714,11740,1,1,1,15386,0,-6557.53,1442.42,2.61,1.23456,300,25,0,3137,0,1,0,0,0),(45715,11740,1,1,1,15386,0,-6323.52,480.963,5.73208,4.67174,300,25,0,3137,0,1,0,0,0),(45716,11740,1,1,1,15386,0,-6385.1,737.986,3.2989,2.39004,300,25,0,3137,0,1,0,0,0),(45717,11740,1,1,1,15386,0,-6367.05,659.931,6.17823,5.29877,300,25,0,3137,0,1,0,0,0),(45720,11740,1,1,1,15386,0,-6351.07,693.777,6.77149,1.4965,300,25,0,3137,0,1,0,0,0),(45961,11740,1,1,1,15386,0,-6726.58,432.99,-1.36434,4.58529,300,10,0,3137,0,1,0,0,0),(45962,11740,1,1,1,15386,0,-6676.78,142.297,3.71995,1.36229,300,25,0,3137,0,1,0,0,0),(45963,11740,1,1,1,15386,0,-6300.93,720.372,12.319,6.18449,300,25,0,3137,0,1,0,0,0),(45964,11740,1,1,1,15386,0,-6254.82,424.967,11.6119,4.05336,300,25,0,3137,0,1,0,0,0),(45965,11740,1,1,1,15386,0,-6486.07,318.915,2.09775,0.647937,300,25,0,3137,0,1,0,0,0),(45966,11740,1,1,1,15386,0,-6279.4,586.78,8.01417,0.447365,300,25,0,3137,0,1,0,0,0),(45967,11740,1,1,1,15386,0,-6369.08,590.935,0.694509,2.8217,300,25,0,3137,0,1,0,0,0),(45968,11740,1,1,1,15386,0,-6252.12,669.989,15.4503,3.37868,300,25,0,3137,0,1,0,0,0),(45969,11740,1,1,1,15386,0,-6214.73,631.908,7.91573,1.19077,300,25,0,3137,0,1,0,0,0),(45970,11740,1,1,1,15386,0,-6715.38,84.887,4.62887,2.31471,300,25,0,3137,0,1,0,0,0),(45971,11740,1,1,1,15386,0,-6621,1181.55,0.596058,3.08198,300,25,0,3137,0,1,0,0,0),(45972,11740,1,1,1,15386,0,-6807.48,981.084,1.52729,5.06533,300,25,0,3137,0,1,0,0,0),(45973,11740,1,1,1,15386,0,-6816.76,1052.02,-1.07425,4.86856,300,25,0,3137,0,1,0,0,0),(45974,11740,1,1,1,15386,0,-6768.84,1169.75,3.2007,5.29552,300,25,0,3137,0,1,0,0,0),(45975,11740,1,1,1,15386,0,-6777.38,1251.21,7.48943,1.9047,300,25,0,3137,0,1,0,0,0),(45976,11740,1,1,1,15386,0,-6871.77,1076.03,5.23142,5.88002,300,25,0,3137,0,1,0,0,0),(45977,11740,1,1,1,15386,0,-6922.91,163.062,1.70013,4.44939,300,25,0,3137,0,1,0,0,0),(45978,11740,1,1,1,15386,0,-6890.82,127.04,2.88365,4.63084,300,25,0,3137,0,1,0,0,0),(45979,11740,1,1,1,15386,0,-7051.74,185.019,5.08362,2.629,300,25,0,3137,0,1,0,0,0),(45980,11740,1,1,1,15386,0,-6995.01,250.111,4.8025,5.77624,300,25,0,3137,0,1,0,0,0),(45981,11740,1,1,1,15386,0,-6982.33,307.213,3.73208,3.57489,300,25,0,3137,0,1,0,0,0),(45982,11740,1,1,1,15386,0,-6926.82,439.622,4.15519,4.12316,300,25,0,3137,0,1,0,0,0),(45983,11740,1,1,1,15386,0,-6836.04,362.72,2.34688,0.720483,300,10,0,3137,0,1,0,0,0),(45984,11740,1,1,1,15386,0,-6897.38,271.933,4.11313,6.11451,300,25,0,3137,0,1,0,0,0),(45985,11740,1,1,1,15386,0,-6871.23,313.506,-0.068083,2.87671,300,25,0,3137,0,1,0,0,0),(45986,11740,1,1,1,15386,0,-6467.49,384.979,1.43491,3.22571,300,25,0,3137,0,1,0,0,0),(45987,11740,1,1,1,15386,0,-6461.51,293.914,5.1022,2.29955,300,25,0,3137,0,1,0,0,0),(45988,11740,1,1,1,15386,0,-6578.73,450.104,-0.221316,6.21348,300,25,0,3137,0,1,0,0,0),(45989,11740,1,1,1,15386,0,-6684.38,486.695,3.38946,0.050837,300,25,0,3137,0,1,0,0,0),(45990,11740,1,1,1,15386,0,-6647.99,502.577,3.39403,4.70653,300,25,0,3137,0,1,0,0,0),(45991,11740,1,1,1,15386,0,-6479.98,497.192,1.43725,1.50241,300,25,0,3137,0,1,0,0,0),(45992,11740,1,1,1,15386,0,-6445.49,657.568,4.91326,1.42707,300,25,0,3137,0,1,0,0,0),(45993,11740,1,1,1,15386,0,-6446.47,702.41,5.18243,5.95498,300,25,0,3137,0,1,0,0,0),(45994,11740,1,1,1,15386,0,-6714.5,654.574,7.73983,5.45171,300,25,0,3137,0,1,0,0,0),(45995,11740,1,1,1,15386,0,-6514.17,573.904,1.1313,4.84572,300,25,0,3137,0,1,0,0,0),(45996,11740,1,1,1,15386,0,-6475.5,563.838,4.14588,3.44483,300,25,0,3137,0,1,0,0,0),(45997,11740,1,1,1,15386,0,-6554.27,545.433,1.9297,2.88741,300,25,0,3137,0,1,0,0,0),(45998,11740,1,1,1,15386,0,-6623.44,596.077,1.99228,5.38713,300,25,0,3137,0,1,0,0,0),(45999,11740,1,1,1,15386,0,-6716.38,614.875,3.06516,3.04581,300,25,0,3137,0,1,0,0,0),(46000,11740,1,1,1,15386,0,-6679.9,628.205,7.36551,1.41859,300,25,0,3137,0,1,0,0,0),(46001,11740,1,1,1,15386,0,-6610.44,652.48,5.40585,3.51024,300,25,0,3137,0,1,0,0,0),(46002,11740,1,1,1,15386,0,-6701.25,746.055,19.7237,1.48584,300,10,0,3137,0,1,0,0,0),(46003,11740,1,1,1,15386,0,-6755.63,1205.9,3.64473,0.65176,300,25,0,3137,0,1,0,0,0),(46004,11740,1,1,1,15386,0,-6731.04,1253.75,4.13501,3.33822,300,25,0,3137,0,1,0,0,0),(46005,11740,1,1,1,15386,0,-6861.36,967.844,2.50629,4.74952,300,25,0,3137,0,1,0,0,0),(46006,11740,1,1,1,15386,0,-6663.57,73.428,3.2664,0.708658,300,25,0,3137,0,1,0,0,0),(46007,11740,1,1,1,15386,0,-6725.06,424.105,-1.36434,1.02019,300,10,0,3137,0,1,0,0,0),(46008,11740,1,1,1,15386,0,-6720.41,387.514,-1.4585,5.11698,300,10,0,3137,0,1,0,0,0),(46009,11741,1,1,1,14524,0,-7056.8,1839.1,-0.970064,2.3564,300,3,0,3758,0,1,0,0,0),(46010,11741,1,1,1,14524,0,-6983.4,1550.22,2.31101,5.11482,300,25,0,3758,0,1,0,0,0),(46011,11741,1,1,1,14524,0,-7483.33,1383.33,5.2249,3.31583,300,25,0,3758,0,1,0,0,0),(46012,11741,1,1,1,14524,0,-7168.41,1326.74,3.20321,2.35616,300,25,0,3758,0,1,0,0,0),(46013,11741,1,1,1,14524,0,-6973.82,1352.36,0.39585,6.07277,300,25,0,3758,0,1,0,0,0),(46014,11741,1,1,1,14524,0,-6604,1554.13,3.60442,0.148171,300,25,0,3758,0,1,0,0,0),(46015,11741,1,1,1,14524,0,-7231.63,865.571,-0.799741,4.12424,300,25,0,3758,0,1,0,0,0),(46016,11741,1,1,1,14524,0,-7253.63,1322.35,3.96372,2.33262,300,25,0,3758,0,1,0,0,0),(46017,11741,1,1,1,14524,0,-7348.71,1376.91,1.28208,4.75537,300,25,0,3758,0,1,0,0,0),(46018,11741,1,1,1,14524,0,-7217.48,1188.95,0.9796,4.81215,300,25,0,3758,0,1,0,0,0),(46019,11741,1,1,1,14524,0,-7035.71,1468.99,3.33042,2.35557,300,25,0,3758,0,1,0,0,0),(46020,11741,1,1,1,14524,0,-7390.28,1391.79,6.51064,1.55762,300,25,0,3758,0,1,0,0,0),(46021,11741,1,1,1,14524,0,-6869.18,1552.24,-0.681335,3.16027,300,25,0,3758,0,1,0,0,0),(46022,11741,1,1,1,14524,0,-6966.25,1490.26,2.4186,3.54931,300,25,0,3758,0,1,0,0,0),(46023,11741,1,1,1,14524,0,-6911.76,1655.69,-0.630716,2.68351,300,25,0,3758,0,1,0,0,0),(46024,11741,1,1,1,14524,0,-6979.42,1386.98,5.33998,5.65023,300,25,0,3758,0,1,0,0,0),(46025,11741,1,1,1,14524,0,-6813.66,1806.74,0.381235,4.5217,300,25,0,3758,0,1,0,0,0),(46026,11741,1,1,1,14524,0,-7013.52,1486.78,1.83678,3.99338,300,25,0,3758,0,1,0,0,0),(46027,11741,1,1,1,14524,0,-6991.51,1508.23,2.75219,5.01591,300,25,0,3758,0,1,0,0,0),(46028,11741,1,1,1,14524,0,-6969.1,1458.66,1.92439,3.7314,300,25,0,3758,0,1,0,0,0),(46029,11741,1,1,1,14524,0,-6871.05,1787.38,3.92842,0.513453,300,25,0,3758,0,1,0,0,0),(46030,11741,1,1,1,14524,0,-6686.23,1409.36,4.23235,4.68983,300,25,0,3758,0,1,0,0,0),(46031,11741,1,1,1,14524,0,-6897.36,1319.36,4.16816,2.8492,300,25,0,3758,0,1,0,0,0),(46032,11741,1,1,1,14524,0,-6920.36,1563.32,5.00839,1.98069,300,25,0,3758,0,1,0,0,0),(46033,11741,1,1,1,14524,0,-7250.87,1225.57,3.44418,5.45152,300,25,0,3758,0,1,0,0,0),(46034,11741,1,1,1,14524,0,-6862.56,1272.81,2.71369,1.90922,300,25,0,3758,0,1,0,0,0),(46035,11741,1,1,1,14524,0,-6821.12,1251.12,1.97907,5.0987,300,25,0,3758,0,1,0,0,0),(46036,11741,1,1,1,14524,0,-6912.36,1513.32,2.44068,4.64648,300,25,0,3758,0,1,0,0,0),(46037,11741,1,1,1,14524,0,-7492.29,1275.06,1.63029,3.28874,300,25,0,3758,0,1,0,0,0),(46038,11741,1,1,1,14524,0,-7200.33,811.887,7.90027,4.19324,300,25,0,3758,0,1,0,0,0),(46039,11741,1,1,1,14524,0,-7419.63,1219.3,1.2198,2.37777,300,25,0,3758,0,1,0,0,0),(46040,11741,1,1,1,14524,0,-6839.6,1342.36,6.29361,3.46511,300,25,0,3758,0,1,0,0,0),(46041,11741,1,1,1,14524,0,-6912.15,1394.42,0.229195,5.66784,300,25,0,3758,0,1,0,0,0),(46042,11741,1,1,1,14524,0,-6877.85,1471.24,6.33015,5.01715,300,25,0,3758,0,1,0,0,0),(46043,11741,1,1,1,14524,0,-7280.97,1153,3.93037,1.6412,300,25,0,3758,0,1,0,0,0),(46044,11741,1,1,1,14524,0,-7279.54,1217.49,2.96406,6.27635,300,25,0,3758,0,1,0,0,0),(46045,11741,1,1,1,14524,0,-6604.02,1611.83,7.26247,0.263857,300,25,0,3758,0,1,0,0,0),(46046,11741,1,1,1,14524,0,-7454.13,1064.26,3.37189,6.1084,300,25,0,3758,0,1,0,0,0),(46047,11741,1,1,1,14524,0,-7354.28,1214.16,-1.39587,4.10475,300,25,0,3758,0,1,0,0,0),(46048,11741,1,1,1,14524,0,-7149.76,1010.74,3.67727,4.79448,300,25,0,3758,0,1,0,0,0),(46049,11741,1,1,1,14524,0,-6947.61,1821.61,5.19022,1.28664,300,25,0,3758,0,1,0,0,0),(46050,11741,1,1,1,14524,0,-7380.02,1079.24,4.36517,3.32441,300,25,0,3758,0,1,0,0,0),(46051,11741,1,1,1,14524,0,-7077.66,997.48,3.31019,4.44965,300,25,0,3758,0,1,0,0,0),(46052,11741,1,1,1,14524,0,-7089.02,1383.34,4.29551,6.23918,300,25,0,3758,0,1,0,0,0),(46053,11741,1,1,1,14524,0,-7102.51,1111.3,4.14862,3.21889,300,30,0,3758,0,1,0,0,0),(46054,11741,1,1,1,14524,0,-7137.98,1160.62,4.2034,1.21168,300,30,0,3758,0,1,0,0,0),(46055,11741,1,1,1,14524,0,-7181.8,1116.9,4.22616,6.09076,300,25,0,3758,0,1,0,0,0),(46056,11741,1,1,1,14524,0,-7382.77,1181.14,2.4263,5.26353,300,25,0,3758,0,1,0,0,0),(46057,11741,1,1,1,14524,0,-7423.6,322.012,9.37084,3.13447,300,25,0,3758,0,1,0,0,0),(46058,11741,1,1,1,14524,0,-7318.28,847.004,3.28769,0.82405,300,25,0,3758,0,1,0,0,0),(46059,11741,1,1,1,14524,0,-7127.54,1169.2,6.08549,0.212528,300,30,0,3758,0,1,0,0,0),(46060,11741,1,1,1,14524,0,-7398.23,344.692,5.32836,3.47817,300,25,0,3758,0,1,0,0,0),(46061,11741,1,1,1,14524,0,-7330.81,772.928,3.61889,1.72349,300,25,0,3758,0,1,0,0,0),(46062,11741,1,1,1,14524,0,-7280.68,856.382,3.49017,5.70372,300,25,0,3758,0,1,0,0,0),(46063,11741,1,1,1,14524,0,-7415.04,683.132,-9.1531,2.35502,300,25,0,3758,0,1,0,0,0),(46064,11741,1,1,1,14524,0,-7286.73,729.033,0.45297,4.32826,300,25,0,3758,0,1,0,0,0),(46065,11741,1,1,1,14524,0,-7453.3,679.843,-14.5312,4.0154,300,25,0,3758,0,1,0,0,0),(46066,11741,1,1,1,14524,0,-7380.47,693.895,-4.84879,1.31611,300,25,0,3758,0,1,0,0,0),(46067,11741,1,1,1,14524,0,-7278.44,616.648,-0.319854,6.24414,300,25,0,3758,0,1,0,0,0),(46068,11741,1,1,1,14524,0,-7483.41,719.62,-17.4762,4.36903,300,25,0,3758,0,1,0,0,0),(46069,11741,1,1,1,14524,0,-7382.6,619.636,-6.03356,5.33559,300,25,0,3758,0,1,0,0,0),(46070,11741,1,1,1,14524,0,-7366.65,667.881,-4.42868,3.76325,300,25,0,3758,0,1,0,0,0),(46071,11741,1,1,1,14524,0,-7328.62,524.828,4.53838,2.63006,300,25,0,3758,0,1,0,0,0),(46072,11741,1,1,1,14524,0,-7281.08,830.966,1.02534,1.42572,300,25,0,3758,0,1,0,0,0),(46073,11741,1,1,1,14524,0,-7419.77,857.839,-0.878613,5.16842,300,25,0,3758,0,1,0,0,0),(46074,11741,1,1,1,14524,0,-7347.96,618.445,-3.22368,0.842077,300,25,0,3758,0,1,0,0,0),(46075,11744,1,1,1,8715,0,-6379.37,1580.1,29.5784,0.726572,300,25,0,3529,0,1,0,0,0),(46076,11744,1,1,1,8715,0,-6421.93,1545.89,15.9053,1.15654,300,3,0,3529,0,1,0,0,0),(46077,11744,1,1,1,8715,0,-6280.79,1486.48,8.55399,0.63455,300,10,0,3529,0,1,0,0,0),(46078,11744,1,1,1,8715,0,-6349.15,1479.7,6.15196,3.70681,300,25,0,3529,0,1,0,0,0),(46079,11744,1,1,1,8715,0,-6313.37,1518.46,3.4258,4.75561,300,25,0,3529,0,1,0,0,0),(46080,11744,1,1,1,8715,0,-6289.55,1419.19,10.4278,2.91687,300,10,0,3529,0,1,0,0,0),(46081,11744,1,1,1,8715,0,-6349.08,1420.93,2.37295,4.56137,300,15,0,3529,0,1,0,0,0),(46082,11744,1,1,1,8715,0,-6330.73,1450,4.64929,3.14159,300,10,0,3529,0,1,0,0,0),(46083,11744,1,1,1,8715,0,-6380.06,1451.02,1.3141,4.41365,300,15,0,3529,0,1,0,0,0),(46084,11744,1,1,1,8715,0,-6257.71,1379.22,16.6288,2.84251,300,15,0,3529,0,1,0,0,0),(46085,11744,1,1,1,8715,0,-6313.1,1389.77,5.88053,5.34591,300,15,0,3529,0,1,0,0,0),(46086,11744,1,1,1,8715,0,-6272.04,1345.82,13.5053,5.81784,300,15,0,3529,0,1,0,0,0),(46087,11744,1,1,1,8715,0,-6247.47,1328.54,15.8083,1.46867,300,10,0,3529,0,1,0,0,0),(46088,11744,1,1,1,8715,0,-6481.32,1543.75,18.0654,0.00892,300,3,0,3529,0,1,0,0,0),(46089,11744,1,1,1,8715,0,-6456.59,1509.7,6.62514,5.73433,300,25,0,3529,0,1,0,0,0),(46090,11744,1,1,1,8715,0,-6388.23,1513.59,4.47194,4.76596,300,15,0,3529,0,1,0,0,0),(46091,11744,1,1,1,8715,0,-6425.82,1487.09,4.0856,2.79925,300,15,0,3529,0,1,0,0,0),(46092,11744,1,1,1,8715,0,-6365.14,1547.94,2.9981,0.005859,300,25,0,3529,0,1,0,0,0),(46093,11744,1,1,1,8715,0,-6550.43,1327.79,3.36919,0.666546,300,25,0,3529,0,1,0,0,0),(46094,11744,1,1,1,8715,0,-6352.85,381.678,6.41679,4.69676,300,25,0,3529,0,1,0,0,0),(46095,11744,1,1,1,8715,0,-6447.4,190.467,4.82517,1.5708,300,0,0,3529,0,2,0,0,0),(46096,11744,1,1,1,8715,0,-6821.03,1095.26,3.51726,3.56854,300,30,0,3529,0,1,0,0,0),(46097,11744,1,1,1,8715,0,-6614.34,1743.93,3.22246,0.927188,300,25,0,3529,0,1,0,0,0),(46098,11744,1,1,1,8715,0,-6594.01,1851.97,3.32129,5.85187,300,25,0,3529,0,1,0,0,0),(46099,11744,1,1,1,8715,0,-6549.77,1890.73,2.6954,0.462774,300,15,0,3529,0,1,0,0,0),(46100,11744,1,1,1,8715,0,-6740.08,718.924,4.91161,2.56501,300,25,0,3529,0,1,0,0,0),(46101,11744,1,1,1,8715,0,-6684.59,352.244,0.258471,1.51021,300,25,0,3529,0,1,0,0,0),(46102,11744,1,1,1,8715,0,-6504.36,584.742,0.716549,4.19373,300,30,0,3529,0,1,0,0,0),(46103,11744,1,1,1,8715,0,-6589.11,1713.7,4.64094,1.22186,300,25,0,3529,0,1,0,0,0),(46104,11744,1,1,1,8715,0,-6474.89,1876.75,4.02696,5.8991,300,15,0,3529,0,1,0,0,0),(46105,11744,1,1,1,8715,0,-6452.37,1855.18,5.85118,0.286217,300,10,0,3529,0,1,0,0,0),(46106,11744,1,1,1,8715,0,-6420.58,1885.21,5.52267,5.29897,300,25,0,3529,0,1,0,0,0),(46107,11744,1,1,1,8715,0,-6505.6,1923.67,6.57556,0.984951,300,3,0,3529,0,1,0,0,0),(46108,11744,1,1,1,8715,0,-6576.05,1924.09,5.91155,0.865164,300,15,0,3529,0,1,0,0,0),(46109,11744,1,1,1,8715,0,-6536.94,1943.87,5.90003,6.21286,300,10,0,3529,0,1,0,0,0),(46110,11744,1,1,1,8715,0,-6620.27,1885.99,4.55606,1.09797,300,10,0,3529,0,1,0,0,0),(46111,11744,1,1,1,8715,0,-6579.03,1942.08,7.77902,3.03978,300,15,0,3529,0,1,0,0,0),(46112,11744,1,1,1,8715,0,-6643.73,1910.11,3.25086,5.95619,300,10,0,3529,0,1,0,0,0),(46113,11744,1,1,1,8715,0,-6644.7,1841.51,5.34003,5.58145,300,10,0,3529,0,1,0,0,0),(46114,11744,1,1,1,8715,0,-6542.49,1749.3,11.255,2.22661,300,25,0,3529,0,1,0,0,0),(46115,11744,1,1,1,8715,0,-6381.03,1844.37,4.16715,1.83128,300,3,0,3529,0,1,0,0,0),(46116,11744,1,1,1,8715,0,-6520.29,1781.11,10.1355,2.95013,300,25,0,3529,0,1,0,0,0),(46117,11744,1,1,1,8715,0,-6487.32,1755.24,21.7987,3.31027,300,25,0,3529,0,1,0,0,0),(46118,11744,1,1,1,8715,0,-6452.47,1777.85,11.2354,2.19184,300,10,0,3529,0,1,0,0,0),(46119,11744,1,1,1,8715,0,-6494.02,1824.12,3.24074,2.15728,300,10,0,3529,0,1,0,0,0),(46120,11744,1,1,1,8715,0,-6584.3,1777.79,2.10899,4.53853,300,25,0,3529,0,1,0,0,0),(46121,11744,1,1,1,8715,0,-6550.36,1814.8,3.58872,5.45665,300,15,0,3529,0,1,0,0,0),(46122,11744,1,1,1,8715,0,-6656.23,1786.67,5.74381,5.21234,300,30,0,3529,0,1,0,0,0),(46123,11744,1,1,1,8715,0,-6682.62,1827.92,1.12624,0.879076,300,30,0,3529,0,1,0,0,0),(46124,11744,1,1,1,8715,0,-6701.69,1845.64,5.09971,2.6176,300,30,0,3529,0,1,0,0,0),(46125,11744,1,1,1,8715,0,-6614.57,1820.36,0.680036,1.29024,300,10,0,3529,0,1,0,0,0),(46126,11744,1,1,1,8715,0,-6712.41,1906.51,5.99436,0.607761,300,25,0,3529,0,1,0,0,0),(46127,11744,1,1,1,8715,0,-6715.15,145.668,2.85095,4.92446,300,30,0,3529,0,1,0,0,0),(46128,11745,1,1,1,8716,0,-7891.83,1420.22,-6.02647,-1.82825,300,25,0,3758,0,1,0,0,0),(46129,11745,1,1,1,8716,0,-7418.22,937.322,1.70314,4.63419,300,30,0,3758,0,1,0,0,0),(46130,11745,1,1,1,8716,0,-7342.15,1269.57,1.78399,5.27178,300,30,0,3758,0,1,0,0,0),(46131,11745,1,1,1,8716,0,-7340.03,889.994,3.04917,4.84955,300,25,0,3758,0,1,0,0,0),(46132,11745,1,1,1,8716,0,-7786.8,1024.51,-1.60028,2.61155,300,25,0,3758,0,1,0,0,0),(46133,11746,1,1,1,8550,0,-6319.1,1596.87,10.2979,2.20176,300,25,0,3644,0,1,0,0,0),(46134,11746,1,1,1,8550,0,-6356.15,1884.94,18.2527,4.81306,300,25,0,3644,0,1,0,0,0),(46135,11746,1,1,1,8550,0,-6412.16,1749.37,19.7187,4.13847,300,25,0,3644,0,1,0,0,0),(46136,11746,1,1,1,8550,0,-6310.45,1651.13,7.52784,3.52391,300,3,0,3644,0,1,0,0,0),(46137,11746,1,1,1,8550,0,-6213.37,1600.04,8.39445,4.98574,300,25,0,3644,0,1,0,0,0),(46138,11746,1,1,1,8550,0,-6285.78,1551.39,4.53684,3.17713,300,0,0,3644,0,2,0,0,0),(46139,11746,1,1,1,8550,0,-6243.16,1648.05,4.67331,4.10863,300,15,0,3644,0,1,0,0,0),(46140,11746,1,1,1,8550,0,-6289.05,1615.21,12.2278,1.33836,300,25,0,3644,0,1,0,0,0),(46141,11746,1,1,1,8550,0,-6228.19,1769.88,14.0261,2.16032,300,10,0,3644,0,1,0,0,0),(46142,11746,1,1,1,8550,0,-6221.19,1680.12,6.27618,3.81979,300,30,0,3644,0,1,0,0,0),(46143,11746,1,1,1,8550,0,-6182.5,1657.98,12.371,0.770954,300,3,0,3644,0,1,0,0,0),(46144,11746,1,1,1,8550,0,-6278.17,1681.24,4.97353,5.67622,300,10,0,3644,0,1,0,0,0),(46145,11746,1,1,1,8550,0,-6318.53,1720.78,2.38086,2.51646,300,10,0,3644,0,1,0,0,0),(46146,11746,1,1,1,8550,0,-6188.41,1713.74,17.883,4.45179,300,10,0,3644,0,1,0,0,0),(46147,11746,1,1,1,8550,0,-7199.91,922.471,2.31472,5.73121,300,25,0,3644,0,1,0,0,0),(46148,11746,1,1,1,8550,0,-6326.34,1777.15,4.08176,1.1599,300,10,0,3644,0,1,0,0,0),(46149,11746,1,1,1,8550,0,-6343.9,1817.1,4.59923,3.98089,300,10,0,3644,0,1,0,0,0),(46150,11746,1,1,1,8550,0,-6283.58,1812.41,6.36609,5.33559,300,10,0,3644,0,1,0,0,0),(46151,11746,1,1,1,8550,0,-6190.84,1784.27,22.1443,1.67329,300,3,0,3644,0,1,0,0,0),(46152,11746,1,1,1,8550,0,-6203.97,1803.95,19.7091,5.83859,300,10,0,3644,0,1,0,0,0),(46153,11746,1,1,1,8550,0,-6158.91,1764.84,28.9728,3.88762,300,10,0,3644,0,1,0,0,0),(46154,11746,1,1,1,8550,0,-6254.01,1777.55,10.1536,5.74444,300,25,0,3644,0,1,0,0,0),(46155,11746,1,1,1,8550,0,-6294.12,1746.85,4.51144,3.5288,300,10,0,3644,0,1,0,0,0),(46156,11746,1,1,1,8550,0,-6322.95,1841.93,6.80206,2.01261,300,3,0,3644,0,1,0,0,0),(46157,11746,1,1,1,8550,0,-6374.47,1719.14,19.7894,0.157769,300,25,0,3644,0,1,0,0,0),(46158,11746,1,1,1,8550,0,-6362.56,1745.99,6.88926,3.44632,300,25,0,3644,0,1,0,0,0),(46159,11746,1,1,1,8550,0,-6370.78,1789.28,3.02023,3.75616,300,10,0,3644,0,1,0,0,0),(46160,11746,1,1,1,8550,0,-6894.45,1788.83,5.35434,0.549937,300,10,0,3644,0,1,0,0,0),(46161,11747,1,1,1,1162,0,-7527.82,1183.32,0.158049,3.43866,300,30,0,3997,0,1,0,0,0),(46162,11747,1,1,1,1162,0,-8024.72,1347.41,-6.15564,-1.04866,300,25,0,3997,0,1,0,0,0),(46163,11747,1,1,1,1162,0,-7767.45,1565.16,1.01961,2.68144,300,30,0,3997,0,1,0,0,0),(46164,15609,1,1,1,15563,1,-8222.82,666.498,-71.7165,0.890118,600,0,0,24416,0,0,0,0,0),(46165,15610,1,1,1,15561,1,-7408.39,1714.49,-91.4569,0.191986,600,0,0,24416,0,0,0,0,0),(46166,15611,1,1,1,15562,1,-6279.15,1006.77,-40.2096,5.96903,600,0,0,24416,0,0,0,0,0),(46167,15612,1,1,1,15567,1,-7547.94,718.819,-16.2931,4.66003,600,0,0,22890,0,0,0,0,0),(46168,15613,1,1,1,15568,1,-7537.15,731.184,-16.4181,2.79253,600,0,0,20757,12170,0,0,0,0),(46169,15614,1,1,1,15569,0,-6860.21,721.879,45.7454,5.3058,600,0,0,2515,2486,0,0,0,0),(46170,15615,1,1,1,15570,1,-7556.6,749.007,-17.5788,5.61996,600,0,0,18156,28755,0,0,0,0),(46171,3587,1,1,1,1730,1,10442.9,783.989,1337.37,3.42085,300,0,0,176,0,0,0,0,0),(46172,3588,1,1,1,1729,1,10485,824.842,1322.83,4.15388,300,0,0,156,0,0,0,0,0),(46173,3589,1,1,1,1728,1,10436.7,794.837,1322.79,4.32842,300,0,0,198,0,0,0,0,0),(46174,3590,1,1,1,1727,0,10438.1,787.295,1337.37,4.29351,300,0,0,176,0,0,0,0,0),(46175,3591,1,1,1,1726,0,10485.9,811.184,1322.83,2.9147,300,0,0,176,0,0,0,0,0),(46176,15624,1,1,1,12432,0,10205,1902.57,1333.15,3.74999,300,0,0,156,0,0,0,0,0),(46177,3592,1,1,1,1722,1,10479.2,826.638,1322.83,4.86947,300,0,0,198,0,0,0,0,0),(46178,3593,1,1,1,1721,1,10526.6,778.086,1329.68,2.47837,300,0,0,222,0,0,0,0,0),(46179,3594,1,1,1,1725,1,10519.1,778.014,1329.68,1.53589,300,0,0,222,0,0,0,0,0),(46180,14602,1,1,1,14632,0,10132.9,2527.95,1325.16,4.01426,300,0,0,42,0,0,0,0,0),(46181,3595,1,1,1,1733,1,10458.8,801.623,1346.84,3.75246,300,0,0,198,0,0,0,0,0),(46182,3596,1,1,1,1723,1,10458.5,827.868,1381.02,2.11185,300,0,0,198,0,0,0,0,0),(46183,3597,1,1,1,1732,1,10464,829.538,1381.02,2.89725,300,0,0,222,0,0,0,0,0),(46184,3598,1,1,1,1707,1,9822.23,952.007,1308.86,1.13446,300,0,0,404,456,0,0,0,0),(46185,3599,1,1,1,1704,1,9790.31,943.87,1308.86,1.01229,300,0,0,433,490,0,0,0,0),(46186,3600,1,1,1,1708,1,9905.44,985.433,1313.92,2.44346,300,0,0,473,510,0,0,0,0),(46187,20497,1,1,1,18968,0,9975.44,2333.33,1330.79,5.48594,300,0,0,6986,0,0,0,0,0),(46188,3601,1,1,1,1703,1,9812.33,928.806,1308.19,4.17134,300,0,0,433,490,0,0,0,0),(46189,3602,1,1,1,1706,1,9741.91,966,1293.78,5.35816,300,0,0,573,0,0,0,0,0),(46190,8723,1,1,1,7996,0,9856.97,2343.12,1321.67,5.67232,300,0,0,6645,0,0,0,0,0),(46191,3603,1,1,1,1702,1,9767.76,879.807,1297.78,0.453786,300,0,0,896,0,0,0,0,0),(46192,3604,1,1,1,1709,1,9773.23,875.643,1297.78,1.88496,300,0,0,386,0,0,0,0,0),(46193,3605,1,1,1,1719,0,10153.3,1682.3,1326.09,2.67035,300,0,0,1003,0,0,0,0,0),(46194,3606,1,1,1,1717,1,10671.9,1945.49,1335.3,3.56047,300,0,0,950,0,0,0,0,0),(46195,3607,1,1,1,1718,1,8657.6,969.568,2.06634,2.72271,300,0,0,1536,0,0,0,0,0),(46196,3608,1,1,1,1700,1,9891.88,988.308,1327.65,3.66519,300,0,0,386,0,0,0,0,0),(46197,3609,1,1,1,1712,1,9812.37,947.578,1308.85,1.69297,300,0,0,417,0,0,0,0,0),(46198,3610,1,1,1,1705,1,9821.98,968.831,1308.86,4.50295,300,0,0,449,0,0,0,0,0),(46199,3611,1,1,1,1701,0,9786.35,957.079,1308.86,5.53269,300,0,0,356,0,0,0,0,0),(46200,3612,1,1,1,1714,0,9809.02,946.477,1308.85,1.8326,300,0,0,484,0,0,0,0,0),(46201,3613,1,1,1,1710,0,9815.89,948.602,1308.85,1.98968,300,0,0,449,0,0,0,0,0),(46202,2077,1,1,1,4237,1,10389.8,763.477,1320.33,3.97935,300,0,0,102,0,0,0,0,0),(46203,3614,1,1,1,1711,1,9891.66,1000.31,1328.03,5.60251,300,0,0,356,0,0,0,0,0),(46204,2078,1,1,1,1896,1,9887.53,965.54,1313.9,3.66519,300,0,0,222,0,0,0,0,0),(46205,2079,1,1,1,1285,1,10314,829.83,1326.48,2.54818,300,0,0,86,0,0,0,0,0),(46206,2080,1,1,1,2484,1,9506.92,713.766,1255.89,0.279253,300,0,0,222,0,0,0,0,0),(46207,2081,1,1,1,1682,1,9811.15,963.279,1308.87,5.68977,300,0,0,247,0,0,0,0,0),(46208,11041,1,1,1,10573,1,10078,2352.19,1321.67,4.46804,300,0,0,664,0,0,0,0,0),(46209,2082,1,1,1,2458,0,10417.7,871.194,1319.49,3.50811,300,0,0,176,0,0,0,0,0),(46210,11042,1,1,1,10574,1,10067.3,2341.64,1321.65,1.44862,300,0,0,1163,0,0,0,0,0),(46211,2083,1,1,1,2459,1,9872.26,959.278,1308.15,5.18363,300,0,0,247,0,0,0,0,0),(46212,2852,1,1,1,4246,0,9094.31,1844.03,1327.55,5.49779,300,0,0,198,0,0,0,0,0),(46213,2852,1,1,1,4246,0,9095.98,1845.66,1327.49,4.90438,300,0,0,198,0,0,0,0,0),(46214,2852,1,1,1,4246,0,9095.22,1838.83,1327.26,1.06465,300,0,0,198,0,0,0,0,0),(46215,2852,1,1,1,4246,0,9093.74,1841.18,1327.53,0.139626,300,0,0,198,0,0,0,0,0),(46216,14378,1,1,1,14417,1,9789.95,2531.94,1319.86,5.42763,600,0,0,50400,0,2,0,0,0),(46217,4138,1,1,1,2205,1,10200.3,2517.94,1368.91,3.21141,300,0,0,2884,5751,0,0,0,0),(46218,11050,1,1,1,10582,0,10088.6,2265.82,1333.08,0.15708,300,0,0,713,0,0,0,0,0),(46219,14379,1,1,1,14418,1,10172.5,2350.92,1327.93,0.33403,600,0,0,50400,0,2,0,0,0),(46220,14380,1,1,1,14419,1,9667.44,2324.24,1327.61,2.64222,600,0,0,50400,0,2,0,0,0),(46221,4146,1,1,1,2206,1,10178,2511.01,1343.24,2.42601,300,0,0,1239,3191,0,0,0,0),(46222,2107,1,1,1,1854,0,9845.15,440.93,1317.27,3.15905,300,0,0,137,0,0,0,0,0),(46223,4155,1,1,1,2210,0,9938.84,2521.53,1317.66,4.38078,300,0,0,5544,0,0,0,0,0),(46238,7740,1,1,1,6840,1,9634.06,2495.63,1354.89,4.67748,300,0,0,2718,2117,0,0,0,0),(46239,4156,1,1,1,2211,1,9838.5,2431.55,1315.81,5.58505,300,0,0,1342,0,0,0,0,0),(46240,15678,1,1,1,7997,0,9860.31,2331.85,1331.98,4.18879,300,0,0,2769,0,0,0,0,0),(46241,11070,1,1,1,10592,1,10148.4,2316.15,1333.08,2.04204,300,0,0,840,0,0,0,0,0),(46242,7999,1,1,1,7274,1,9662.52,2524.57,1360.08,0.069813,7200,0,0,5578000,85160,0,0,0,0),(46243,15679,1,1,1,7996,0,9868.17,2350.06,1331.98,1.09956,300,0,0,2769,0,0,0,0,0),(46244,4159,1,1,1,2213,0,10080.4,2267.32,1333.08,2.23402,300,0,0,1342,0,0,0,0,0),(46285,4160,1,1,1,10624,1,10068.8,2357.55,1321.66,2.49582,300,0,0,2399,0,0,0,0,0),(46304,4161,1,1,1,2216,0,10075.9,2199.74,1346.7,1.8326,300,0,0,4120,0,0,0,0,0),(46305,7234,1,1,1,1996,0,10018.8,282.413,1323.02,1.29154,300,0,0,156,0,0,0,0,0),(46306,7235,1,1,1,6804,1,10056.3,319.792,1324.65,1.11701,300,0,0,115,126,0,0,0,0),(46307,7235,1,1,1,6804,1,10060.4,322.225,1324.9,2.79253,300,0,0,115,126,0,0,0,0),(46310,7235,1,1,1,6804,1,10036.2,264.494,1325.5,3.60369,300,5,0,115,126,1,0,0,0),(46311,7235,1,1,1,6804,1,9953.66,269.711,1325.99,2.585,300,5,0,115,126,1,0,0,0),(46312,4163,1,1,1,2231,1,10083.7,2546.87,1295.12,1.22173,300,0,0,1753,0,0,0,0,0),(46313,10051,1,1,1,9270,0,9807.78,931.309,1307.67,4.88692,300,0,0,1003,0,0,0,0,0),(46314,7235,1,1,1,6804,1,10025.3,282.875,1323.11,2.58309,300,0,0,115,126,0,0,0,0),(46315,7235,1,1,1,6804,1,10076.3,328.838,1324.59,2.1477,300,5,0,115,126,1,0,0,0),(46316,7235,1,1,1,6804,1,10037.6,320.143,1322.02,3.76367,300,5,0,115,126,1,0,0,0),(46317,7235,1,1,1,6804,1,10060.5,338.343,1324.38,3.84241,300,5,0,115,126,1,0,0,0),(46318,7235,1,1,1,6804,1,10054.6,308.801,1324.08,0.715898,300,5,0,115,126,1,0,0,0),(46319,4164,1,1,1,2199,0,9911.11,2311.39,1330.87,1.27409,300,0,0,1003,0,0,0,0,0),(46320,4165,1,1,1,7669,1,9658.69,2508.7,1331.7,2.25148,300,0,0,992,2680,0,0,0,0),(46321,12358,1,1,1,6080,0,10132.7,2526.33,1325.56,3.63029,300,0,0,42,0,0,0,0,0),(46322,4423,1,1,1,2451,0,10078.1,2445.5,1317.57,1.79769,300,0,0,11828,0,0,0,0,0),(46323,4423,1,1,1,2451,0,10088.2,2519.24,1317.6,0.453786,300,0,0,11828,0,0,0,0,0),(46324,4423,1,1,1,2451,0,10151.4,2569.15,1321.06,3.75246,300,0,0,11828,0,0,0,0,0),(46325,4423,1,1,1,2451,0,10145.5,2546.41,1322.3,3.47819,300,0,0,11828,0,2,0,0,0),(46326,4167,1,1,1,2208,0,10126,2582.53,1325.97,5.35273,300,0,0,1003,0,2,0,0,0),(46327,12359,1,1,1,6444,0,10127.7,2521.29,1326.04,1.8675,300,0,0,42,0,0,0,0,0),(46328,4423,1,1,1,2451,0,10087.8,2447.96,1317.95,0.575961,300,0,0,11828,0,2,0,0,0),(46329,5191,1,1,1,3131,0,10073.2,2193.25,1346.7,1.58825,300,0,0,713,0,0,0,0,0),(46330,4168,1,1,1,2214,0,10086,2254.92,1333.08,5.23599,300,0,0,1003,0,0,0,0,0),(46331,10056,1,1,1,9275,0,10167.4,2522.79,1342.57,5.32325,300,0,0,1003,0,0,0,0,0),(46332,12360,1,1,1,6448,0,10133.2,2521.75,1326.92,2.40855,300,0,0,42,0,0,0,0,0),(46333,4169,1,1,1,2217,1,9732.6,2255.22,1327.49,5.80119,300,0,0,1003,0,2,0,0,0),(46334,11081,1,1,1,10616,0,10084.3,2252.83,1343.39,5.93412,300,0,0,1163,0,0,0,0,0),(46335,4170,1,1,1,2218,0,9864.51,2253.27,1332.05,1.50098,300,0,0,1003,0,0,0,0,0),(46336,11083,1,1,1,10615,1,10091,2256.4,1343.39,4.50295,300,0,0,664,0,0,0,0,0),(46337,4171,1,1,1,2219,1,9816.68,2246.61,1333.08,4.34587,300,0,0,1003,0,0,0,0,0),(46338,4172,1,1,1,2220,0,9603.36,2349.12,1330.08,0.471239,300,0,0,1003,0,0,0,0,0),(46340,4173,1,1,1,2222,1,9770.63,2268.83,1332.02,4.17134,300,0,0,1003,0,0,0,0,0),(46341,6735,1,1,1,5439,1,10127.9,2224.79,1328.81,2.21657,300,0,0,1003,0,0,0,0,0),(46342,4175,1,1,1,2224,0,9726.82,2296.3,1333.08,3.9619,300,0,0,1003,0,0,0,0,0),(46343,6736,1,1,1,5440,1,9802.21,982.608,1313.98,4.79965,300,0,0,1003,0,0,0,0,0),(46344,4177,1,1,1,2226,0,9695.01,2333.73,1332.05,3.64774,300,0,0,1003,0,0,0,0,0),(46345,4180,1,1,1,2229,1,9729.57,2296.99,1343.39,4.11898,300,0,0,2769,0,0,0,0,0),(46346,4181,1,1,1,2230,0,9920.63,2204.39,1328.22,5.58505,300,0,0,1003,0,0,0,0,0),(46347,9047,1,1,1,8354,1,10180.2,2605.13,1322.15,1.27409,300,0,0,102,0,0,0,0,0),(46348,8026,1,1,1,7275,1,9961.78,2284.6,1341.48,4.17134,300,0,0,4120,0,0,0,0,0),(46349,11866,1,1,1,11802,1,9908.52,2329.23,1330.87,5.37561,600,0,0,15505,0,0,0,0,0),(46350,14428,1,1,1,6818,0,9816.84,355.442,1308.46,0.660401,7200,0,1,137,0,2,0,0,0),(46351,14430,1,1,1,11453,0,9229.98,853.818,1324.22,3.10377,7200,0,0,176,0,0,0,0,0),(46352,14431,1,1,1,2296,0,10647.8,2044.36,1331.02,4.21437,7200,0,0,156,0,0,0,0,0),(46353,2912,1,1,1,1665,0,9641.92,2607.69,1337.38,0.017453,300,0,0,1753,0,0,0,0,0),(46354,14432,1,1,1,904,1,10115.9,1167.52,1314.17,5.5061,7200,0,1,115,126,2,0,0,0),(46355,3681,1,1,1,10045,0,9983.03,2213.99,1328.69,3.83094,300,5,0,42,0,1,0,0,0),(46356,3681,1,1,1,10045,0,9884.98,2444.52,1316.68,0.21453,300,5,0,42,0,1,0,0,0),(46357,3681,1,1,1,10045,0,9720.35,2232.97,1327.62,4.81261,300,5,0,42,0,1,0,0,0),(46358,3681,1,1,1,10045,0,10252.3,2575.31,1332.2,3.16591,300,5,0,42,0,1,0,0,0),(46359,3681,1,1,1,10045,0,10281.4,2387.63,1334.94,0.014647,300,5,0,42,0,1,0,0,0),(46360,3681,1,1,1,10045,0,9967.09,2608.96,1316.03,2.2266,300,5,0,42,0,1,0,0,0),(46361,3681,1,1,1,10045,0,9605.98,2638.17,1335.68,0.982429,300,5,0,42,0,1,0,0,0),(46362,3681,1,1,1,10045,0,9863.11,2578.33,1315.9,5.05128,300,5,0,42,0,1,0,0,0),(46363,3681,1,1,1,10045,0,9756.18,2329.45,1328.19,5.09871,300,5,0,42,0,1,0,0,0),(46364,3681,1,1,1,10045,0,10228.8,2633.39,1321.59,5.27927,300,5,0,42,0,1,0,0,0),(46365,3681,1,1,1,10045,0,9893.55,2210.79,1328.43,3.32424,300,5,0,42,0,1,0,0,0),(46366,3681,1,1,1,10045,0,10132.5,2172.96,1334.61,3.61296,300,5,0,42,0,1,0,0,0),(46367,3681,1,1,1,10045,0,10130.2,2378.21,1319.67,0.468014,300,5,0,42,0,1,0,0,0),(46368,3681,1,1,1,10045,0,9596.85,2525.1,1333.61,2.55088,300,5,0,42,0,1,0,0,0),(46369,3681,1,1,1,10045,0,10185.7,2376.47,1326.9,0.924932,300,5,0,42,0,1,0,0,0),(46370,3681,1,1,1,10045,0,9850.21,2300.07,1320.38,5.68326,300,5,0,42,0,1,0,0,0),(46371,3681,1,1,1,10045,0,10121.8,2637.56,1319.41,0.796447,300,5,0,42,0,1,0,0,0),(46372,3681,1,1,1,10045,0,10294.3,2531.41,1335.47,3.45732,300,5,0,42,0,1,0,0,0),(46373,3681,1,1,1,10045,0,9848.58,2137.99,1327.08,3.29797,300,5,0,42,0,1,0,0,0),(46374,3681,1,1,1,10045,0,10101.5,2643.9,1317.95,4.92942,300,5,0,42,0,1,0,0,0),(46375,3681,1,1,1,10045,0,10039.5,2670.3,1317.26,1.64899,300,5,0,42,0,1,0,0,0),(46376,3681,1,1,1,10045,0,9819.14,2568.19,1314.68,3.00356,300,5,0,42,0,1,0,0,0),(46377,3681,1,1,1,10045,0,9986.81,2216.86,1328.73,1.32819,300,5,0,42,0,1,0,0,0),(46378,3681,1,1,1,10045,0,9655.23,2477.84,1335.08,5.19548,300,0,0,42,0,0,0,0,0),(46379,3681,1,1,1,10045,0,9914.01,2156.83,1330.71,1.021,300,5,0,42,0,1,0,0,0),(46380,3681,1,1,1,10045,0,10087,2311.81,1329.49,6.2262,300,5,0,42,0,1,0,0,0),(46381,3681,1,1,1,10045,0,9983.61,2140.29,1328.45,2.69214,300,5,0,42,0,1,0,0,0),(46382,3681,1,1,1,10045,0,9928.94,2064.93,1330.74,2.49614,300,5,0,42,0,1,0,0,0),(46383,3681,1,1,1,10045,0,10144.8,2245.3,1328.9,3.44206,300,5,0,42,0,1,0,0,0),(46384,3681,1,1,1,10045,0,10103.3,2451.37,1318.94,4.54641,300,0,0,42,0,0,0,0,0),(46385,3681,1,1,1,10045,0,10293.1,2472.87,1334.72,1.07337,300,5,0,42,0,1,0,0,0),(46386,3681,1,1,1,10045,0,9936.96,2508.24,1318.01,2.00871,300,5,0,42,0,1,0,0,0),(46387,3681,1,1,1,10045,0,9623.83,2382.08,1327.85,5.5623,300,5,0,42,0,1,0,0,0),(46388,3681,1,1,1,10045,0,9640.21,2546.01,1331.91,1.05347,300,5,0,42,0,1,0,0,0),(46389,3681,1,1,1,10045,0,10108.7,2492.87,1317.57,3.66391,300,5,0,42,0,1,0,0,0),(46390,3681,1,1,1,10045,0,9979.49,2517.21,1317.13,0.837559,300,5,0,42,0,1,0,0,0),(46391,3681,1,1,1,10045,0,9647.6,2324.72,1327.8,4.64217,300,5,0,42,0,1,0,0,0),(46392,3681,1,1,1,10045,0,10210.3,2461.11,1327.46,4.46915,300,5,0,42,0,1,0,0,0),(46393,2150,1,1,1,10035,0,9920.41,735.951,1313.98,0.99163,300,0,0,137,0,0,0,0,0),(46394,2151,1,1,1,1681,1,9837.35,966.25,1308.43,1.16423,300,0,0,713,0,2,0,0,0),(46395,2152,1,1,1,3024,0,10095.8,1464.53,1275.98,2.43024,300,5,0,120,0,1,0,0,0),(46396,2152,1,1,1,3024,0,10061,1457.02,1277,3.18714,300,5,0,120,0,1,0,0,0),(46397,2152,1,1,1,3024,0,10050.8,1477.49,1279.57,3.64828,300,5,0,120,0,1,0,0,0),(46398,2152,1,1,1,3024,0,9980.94,1479.4,1294.87,1.35042,300,5,0,120,0,1,0,0,0),(46399,2152,1,1,1,3024,0,10023.9,1377.58,1281.01,4.17935,300,5,0,120,0,1,0,0,0),(46400,2152,1,1,1,3024,0,9977.14,1512.71,1300.96,2.1623,300,5,0,120,0,1,0,0,0),(46401,2152,1,1,1,3024,0,10035.5,1497.36,1284.79,1.65089,300,5,0,120,0,1,0,0,0),(46402,2152,1,1,1,3024,0,10050.4,1436.78,1275.07,2.29768,300,5,0,120,0,1,0,0,0),(46403,2152,1,1,1,3024,0,10041.1,1455.82,1275.44,2.22832,300,5,0,120,0,1,0,0,0),(46404,2152,1,1,1,3024,0,10012.7,1485.12,1285.9,5.28983,300,5,0,120,0,1,0,0,0),(46405,2152,1,1,1,3024,0,9995.12,1347.1,1285.76,5.6892,300,5,0,120,0,1,0,0,0),(46406,2152,1,1,1,3024,0,9990.99,1458.71,1290.34,5.23056,300,5,0,120,0,1,0,0,0),(46407,2152,1,1,1,3024,0,10013.9,1355.57,1283.1,0.362854,300,5,0,120,0,1,0,0,0),(46408,2152,1,1,1,3024,0,10018.3,1448.33,1279.82,5.43222,300,5,0,120,0,1,0,0,0),(46409,2152,1,1,1,3024,0,9985.55,1431.6,1289.81,0.73037,300,5,0,120,0,1,0,0,0),(46410,10089,1,1,1,9339,1,10173.6,2488.87,1357.49,0.226893,300,0,0,1753,0,0,0,0,0),(46411,2155,1,1,1,2866,0,10091.4,1664.88,1325.03,4.39297,300,0,0,156,0,2,0,0,0),(46412,4203,1,1,1,2221,1,9924.3,2316.45,1330.87,1.74533,300,0,0,1003,0,0,0,0,0),(46413,4204,1,1,1,2253,1,9758.22,2430.94,1334.01,2.89725,300,0,0,1342,0,0,0,0,0),(46414,10604,1,1,1,9937,1,9840.48,965.432,1307.73,1.25062,300,0,0,484,0,2,0,0,0),(46415,4205,1,1,1,2251,1,10187,2491.67,1358.62,2.42601,300,0,0,1939,4393,0,0,0,0),(46416,10606,1,1,1,9938,1,9838.76,963.325,1308.32,1.10925,300,0,0,484,0,2,0,0,0),(46417,4208,1,1,1,2259,0,9945.15,2518.39,1317.66,3.9968,300,0,0,5544,0,0,0,0,0),(46418,4209,1,1,1,2256,0,9942.03,2519.24,1317.66,4.32842,300,0,0,5544,0,0,0,0,0),(46419,2162,1,1,1,936,0,10099.2,1458.48,1276.36,3.16025,300,0,0,156,0,0,0,0,0),(46420,4210,1,1,1,2242,1,10088.4,2419.45,1321.74,5.14872,300,0,0,1342,0,0,0,0,0),(46421,883,1,1,1,347,0,9386.41,1650.61,1293.99,0.422587,300,5,0,1,0,1,0,0,0),(46422,4211,1,1,1,2248,0,10152.1,2391.07,1323.56,3.35103,300,0,0,1342,0,0,0,0,0),(46423,883,1,1,1,347,0,9849.22,2128.91,1329.29,3.54887,300,5,0,1,0,1,0,0,0),(46424,883,1,1,1,347,0,9309,1374.94,1287.74,3.82358,300,5,0,1,0,1,0,0,0),(46425,883,1,1,1,347,0,10178.1,2356.91,1328.22,3.90393,300,5,0,1,0,1,0,0,0),(46426,883,1,1,1,347,0,10105.7,2508.27,1319.43,3.05214,300,5,0,1,0,1,0,0,0),(46427,883,1,1,1,347,0,9584.19,2425.44,1328.05,3.8499,300,5,0,1,0,1,0,0,0),(46428,883,1,1,1,347,0,10236.8,2384.65,1329.97,4.76711,300,5,0,1,0,1,0,0,0),(46429,883,1,1,1,347,0,10122.1,2351.69,1329.05,3.71443,300,5,0,1,0,1,0,0,0),(46430,883,1,1,1,347,0,10700.5,1439.68,1322.34,3.93455,300,5,0,1,0,1,0,0,0),(46431,883,1,1,1,347,0,10012.3,504.022,1313.83,5.33446,300,5,0,1,0,1,0,0,0),(46432,883,1,1,1,347,0,10857.2,1716.4,1311.04,4.62535,300,5,0,1,0,1,0,0,0),(46433,883,1,1,1,347,0,10582.7,1513.01,1316.28,2.41244,300,5,0,1,0,1,0,0,0),(46434,883,1,1,1,347,0,9230.84,1070.44,1316.79,1.70157,300,5,0,1,0,1,0,0,0),(46435,883,1,1,1,347,0,9845.7,2214.75,1328.54,4.41286,300,5,0,1,0,1,0,0,0),(46436,883,1,1,1,347,0,9986.28,2231.84,1330.32,2.97369,300,5,0,1,0,1,0,0,0),(46437,883,1,1,1,347,0,9636,2364.88,1328.1,5.42808,300,5,0,1,0,1,0,0,0),(46438,883,1,1,1,347,0,10298.2,971.395,1336.89,0.444239,300,5,0,1,0,1,0,0,0),(46439,883,1,1,1,347,0,9835.76,1055.82,1311.91,5.14326,300,5,0,1,0,1,0,0,0),(46440,883,1,1,1,347,0,10197.8,2412.29,1329.31,0.086133,300,5,0,1,0,1,0,0,0),(46441,883,1,1,1,347,0,10311.8,1860.08,1325.28,0.242681,300,5,0,1,0,1,0,0,0),(46442,883,1,1,1,347,0,10109,2550.58,1320.62,2.5582,300,5,0,1,0,1,0,0,0),(46443,883,1,1,1,347,0,9977.93,2635.19,1317.58,1.07435,300,5,0,1,0,1,0,0,0),(46444,883,1,1,1,347,0,10521.7,1725.42,1303.22,2.71015,300,5,0,1,0,1,0,0,0),(46445,883,1,1,1,347,0,10208.6,2453.22,1328.82,2.08558,300,5,0,1,0,1,0,0,0),(46446,883,1,1,1,347,0,9743.23,523.148,1305.75,5.50607,300,5,0,1,0,1,0,0,0),(46447,883,1,1,1,347,0,10286.4,2491.37,1335.96,1.45957,300,5,0,1,0,1,0,0,0),(46448,883,1,1,1,347,0,9558.36,988.096,1265.26,0.376881,300,5,0,1,0,1,0,0,0),(46449,883,1,1,1,347,0,10521.7,982.033,1317.38,2.00211,300,5,0,1,0,1,0,0,0),(46450,883,1,1,1,347,0,9638.34,2662.96,1324.6,5.1832,300,5,0,1,0,1,0,0,0),(46451,883,1,1,1,347,0,9301.37,729.564,1312.78,5.56068,300,5,0,1,0,1,0,0,0),(46452,883,1,1,1,347,0,9655.19,589.948,1308.77,5.66487,300,5,0,1,0,1,0,0,0),(46453,883,1,1,1,347,0,9766.41,2320.5,1328.02,6.13715,300,5,0,1,0,1,0,0,0),(46454,883,1,1,1,347,0,9319.61,1612.09,1290.64,5.99201,300,5,0,1,0,1,0,0,0),(46455,883,1,1,1,347,0,9703.33,1113.82,1275.48,2.8463,300,5,0,1,0,1,0,0,0),(46456,883,1,1,1,347,0,10072.9,2233.06,1327.69,6.2756,300,5,0,1,0,1,0,0,0),(46457,883,1,1,1,347,0,9464.74,1773.69,1314.18,1.96146,300,5,0,1,0,1,0,0,0),(46458,883,1,1,1,347,0,9785.28,1758.72,1311.93,4.24261,300,5,0,1,0,1,0,0,0),(46459,883,1,1,1,347,0,10401.8,673.982,1324.91,2.25027,300,5,0,1,0,1,0,0,0),(46460,883,1,1,1,347,0,9414.71,587.357,1321.88,2.52269,300,5,0,1,0,1,0,0,0),(46461,883,1,1,1,347,0,10605.4,669.174,1325.48,4.2518,300,5,0,1,0,1,0,0,0),(46462,883,1,1,1,347,0,10675.4,740.748,1322.29,0.886058,300,5,0,1,0,1,0,0,0),(46463,883,1,1,1,347,0,9781.28,646.262,1295.64,4.64436,300,5,0,1,0,1,0,0,0),(46464,883,1,1,1,347,0,10008.8,352.294,1318.35,1.56842,300,0,0,1,0,0,0,0,0),(46465,883,1,1,1,347,0,9801.67,1084.99,1297.82,2.54222,300,5,0,1,0,1,0,0,0),(46466,4212,1,1,1,2270,0,10086.3,2256.49,1343.39,5.3058,300,0,0,2399,0,0,0,0,0),(46467,4213,1,1,1,2266,0,10145.7,2320.28,1333.08,0.994838,300,0,0,1342,0,0,0,0,0),(46468,2166,1,1,1,2567,0,9281.99,1077.28,1253.33,4.01754,300,0,0,176,0,0,0,0,0),(46469,4214,1,1,1,2252,1,10055.3,2573.02,1282.55,5.63741,300,0,0,4120,0,0,0,0,0),(46470,4215,1,1,1,2243,1,10090.7,2536.99,1285.77,3.26377,300,0,0,2769,0,0,0,0,0),(46471,4216,1,1,1,2245,1,9751.43,2424.84,1333.92,1.88496,300,0,0,1003,0,0,0,0,0),(46472,4217,1,1,1,2261,1,10179,2563.98,1340.13,1.22173,300,0,0,2884,5751,0,0,0,0),(46473,4730,1,1,1,2788,1,10129.9,2533.24,1323.35,2.53073,300,0,0,1342,0,0,0,0,0),(46474,4218,1,1,1,2250,1,10186.3,2570.38,1326.05,3.64774,300,0,0,1939,4393,0,0,0,0),(46475,4219,1,1,1,2255,1,10179.4,2583.69,1326.05,4.36332,300,0,0,1239,3191,0,0,0,0),(46476,6780,1,1,1,5748,0,10214.3,700.553,1360.68,5.77704,300,0,0,137,0,0,0,0,0),(46477,4220,1,1,1,2247,1,10171.2,2580.12,1326.05,4.79965,300,0,0,1003,0,0,0,0,0),(46478,6781,1,1,1,5749,0,9808.33,979.841,1313.98,3.82227,300,0,0,198,0,0,0,0,0),(46479,4221,1,1,1,2267,1,9832.88,2436,1315.84,6.0912,300,0,0,1003,0,0,0,0,0),(46480,10878,1,1,1,10185,1,9659.84,2432.42,1335.68,1.58374,300,0,0,71,0,2,0,0,0),(46481,4222,1,1,1,2276,1,9836.05,2441.62,1315.85,2.25148,300,0,0,1003,0,0,0,0,0),(46482,4223,1,1,1,2254,1,10085.9,2424.72,1321.74,2.04204,300,0,0,1003,0,0,0,0,0),(46483,12160,1,1,1,4841,1,10204.3,699.712,1361.28,5.88176,300,0,0,3398,0,0,0,0,0),(46484,12160,1,1,1,4843,1,10510.7,792.074,1330.44,5.43758,300,0,0,3398,0,2,0,0,0),(46485,12160,1,1,1,4844,1,10449.3,801.411,1345.73,4.18879,300,0,0,3398,0,0,0,0,0),(46486,12160,1,1,1,4843,1,10184.4,684.428,1364.28,2.93215,300,0,0,3398,0,0,0,0,0),(46487,12160,1,1,1,4842,1,10500.7,805.428,1397.35,4.97419,300,0,0,3398,0,0,0,0,0),(46488,12160,1,1,1,4844,1,10488.4,805.757,1326.89,3.28122,300,0,0,3398,0,0,0,0,0),(46489,7296,1,1,1,6063,1,10190.7,2551.89,1338.98,4.55531,300,0,0,1342,0,0,0,0,0),(46490,12160,1,1,1,4844,1,10395,743.603,1319.96,3.71755,300,0,0,3398,0,0,0,0,0),(46491,12160,1,1,1,4844,1,10183.2,707.292,1364.89,3.56047,300,0,0,3398,0,0,0,0,0),(46492,12160,1,1,1,4841,1,10512.9,799.375,1397.89,0.10472,300,0,0,3398,0,0,0,0,0),(46493,12160,1,1,1,4844,1,10197.4,691.339,1361.74,3.1765,300,0,0,3398,0,0,0,0,0),(46494,12160,1,1,1,4844,1,10455.2,792.59,1345.73,3.36848,300,0,0,3398,0,0,0,0,0),(46495,12160,1,1,1,4843,1,10207.1,689.517,1361.43,0.383972,300,0,0,3398,0,0,0,0,0),(46496,12160,1,1,1,4841,1,10459.9,808.041,1322.83,5.63741,300,0,0,3398,0,0,0,0,0),(46497,12160,1,1,1,4844,1,10197.9,698.881,1361.25,3.38594,300,0,0,3398,0,0,0,0,0),(46498,12160,1,1,1,4843,1,10419.5,891.754,1318.78,1.8675,300,0,0,3398,0,0,0,0,0),(46499,12160,1,1,1,4843,1,10502.2,798.546,1397.27,2.43968,300,0,0,3398,0,2,0,0,0),(46500,12160,1,1,1,4841,1,10495.1,799.457,1397.35,6.17846,300,0,0,3398,0,0,0,0,0),(46501,4225,1,1,1,2265,0,10081.1,2264.3,1343.39,2.1293,300,0,0,1003,0,0,0,0,0),(46502,7553,1,1,1,4615,0,9909.24,2206.16,1328.7,2.09187,300,0,0,42,0,0,0,0,0),(46503,4226,1,1,1,2272,1,10065.6,2347.35,1321.65,3.71755,300,0,0,1003,0,0,0,0,0),(46504,7555,1,1,1,6299,0,9908.75,2199.71,1328.19,0.331613,300,0,0,42,0,0,0,0,0),(46505,1412,1,1,1,134,0,9872.92,2210.42,1327.83,4.29318,300,5,0,8,0,1,0,0,0),(46506,1412,1,1,1,134,0,9814.78,2574.21,1314.47,1.81584,300,5,0,8,0,1,0,0,0),(46507,1412,1,1,1,134,0,9779.31,2248.44,1328.64,5.31416,300,5,0,8,0,1,0,0,0),(46508,4228,1,1,1,2274,0,10134.4,2318.46,1333.08,2.75762,300,0,0,1003,0,0,0,0,0),(46509,1412,1,1,1,134,0,9886.46,2167.71,1330.08,3.33906,300,5,0,8,0,1,0,0,0),(46510,1412,1,1,1,134,0,9952.76,2612.89,1316.19,1.61391,300,5,0,8,0,1,0,0,0),(46511,1412,1,1,1,134,0,9919.47,2534.87,1317.42,1.71546,300,5,0,8,0,1,0,0,0),(46512,1412,1,1,1,134,0,10123.6,2381.59,1318.01,3.33918,300,5,0,8,0,1,0,0,0),(46513,1412,1,1,1,134,0,10023.7,2239.43,1328.79,3.13693,300,5,0,8,0,1,0,0,0),(46514,1412,1,1,1,134,0,10125.9,2494.44,1326.57,3.80551,300,5,0,8,0,1,0,0,0),(46515,1412,1,1,1,134,0,9709.9,2241.07,1327.56,3.0057,300,5,0,8,0,1,0,0,0),(46516,1412,1,1,1,134,0,9697.95,2419.83,1327.29,4.89137,300,5,0,8,0,1,0,0,0),(46517,1412,1,1,1,134,0,9868.68,2564.76,1316.33,5.2552,300,5,0,8,0,1,0,0,0),(46518,1412,1,1,1,134,0,9709.39,2284.44,1328.54,4.80924,300,5,0,8,0,1,0,0,0),(46519,1412,1,1,1,134,0,9831.07,2199.02,1327.83,4.26798,300,5,0,8,0,1,0,0,0),(46520,1412,1,1,1,134,0,9898.96,2341.2,1317.97,4.71239,300,5,0,8,0,1,0,0,0),(46521,1412,1,1,1,134,0,9715.7,2313.61,1329.29,2.99483,300,5,0,8,0,1,0,0,0),(46522,1412,1,1,1,134,0,10021.5,2367.04,1317.99,1.46316,300,5,0,8,0,1,0,0,0),(46523,1412,1,1,1,134,0,9875.71,2307.68,1325.72,3.30981,300,5,0,8,0,1,0,0,0),(46524,1412,1,1,1,134,0,10171.4,2364.59,1325.84,1.62602,300,5,0,8,0,1,0,0,0),(46525,1412,1,1,1,134,0,9612.47,2382.04,1327.98,4.50711,300,5,0,8,0,1,0,0,0),(46526,1412,1,1,1,134,0,10194.9,2299.19,1328.92,6.03821,300,5,0,8,0,1,0,0,0),(46527,1412,1,1,1,134,0,9844.35,2213.52,1328.7,2.57922,300,5,0,8,0,1,0,0,0),(46528,1412,1,1,1,134,0,9621.24,2384.42,1327.73,1.50283,300,5,0,8,0,1,0,0,0),(46529,1412,1,1,1,134,0,9755.8,2436.39,1335.16,3.78881,300,5,0,8,0,1,0,0,0),(46530,1412,1,1,1,134,0,10018.7,2414.61,1317.16,1.73638,300,5,0,8,0,1,0,0,0),(46531,1412,1,1,1,134,0,10247.1,2499.95,1325.63,5.14668,300,5,0,8,0,1,0,0,0),(46532,1412,1,1,1,134,0,10111.3,2536.27,1320.97,0.443117,300,5,0,8,0,1,0,0,0),(46533,1412,1,1,1,134,0,9718.76,2259.76,1327.56,3.27771,300,5,0,8,0,1,0,0,0),(46534,1412,1,1,1,134,0,10017.2,2153.65,1328.75,5.81954,300,5,0,8,0,1,0,0,0),(46535,1412,1,1,1,134,0,9727.46,2363.63,1327.31,2.28776,300,5,0,8,0,1,0,0,0),(46536,1412,1,1,1,134,0,10089.6,2372.92,1315.63,3.71022,300,5,0,8,0,1,0,0,0),(46537,1412,1,1,1,134,0,9829.38,2220.44,1327.89,4.9038,300,5,0,8,0,1,0,0,0),(46538,1412,1,1,1,134,0,10161.2,2319.58,1328.37,5.31415,300,5,0,8,0,1,0,0,0),(46539,1412,1,1,1,134,0,10058.7,2285.43,1329.57,2.19647,300,5,0,8,0,1,0,0,0),(46540,1412,1,1,1,134,0,10148.3,2564.49,1321.55,1.6897,300,5,0,8,0,1,0,0,0),(46541,1412,1,1,1,134,0,10026.9,2309.11,1322.49,0.975752,300,5,0,8,0,1,0,0,0),(46542,1412,1,1,1,134,0,10030.4,2437.11,1316.12,1.62501,300,5,0,8,0,1,0,0,0),(46543,1412,1,1,1,134,0,9730.21,2321.35,1328.37,3.92699,300,5,0,8,0,1,0,0,0),(46544,1412,1,1,1,134,0,9733.71,2372.34,1322.37,2.00258,300,5,0,8,0,1,0,0,0),(46545,1412,1,1,1,134,0,10158.2,2279.54,1328.44,1.89248,300,5,0,8,0,1,0,0,0),(46546,1412,1,1,1,134,0,10083.7,2462.78,1317.89,3.54603,300,5,0,8,0,1,0,0,0),(46547,1412,1,1,1,134,0,10278.9,2456.19,1335.06,0.1747,300,0,0,8,0,0,0,0,0),(46548,1412,1,1,1,134,0,10172,2522.57,1327.88,5.61996,300,0,0,8,0,0,0,0,0),(46549,1412,1,1,1,134,0,9842.78,2310.36,1318.18,3.19612,300,5,0,8,0,1,0,0,0),(46550,1412,1,1,1,134,0,9971.85,2525.09,1318.12,2.70104,300,5,0,8,0,1,0,0,0),(46551,1412,1,1,1,134,0,9657.19,2391.48,1328.46,3.15144,300,5,0,8,0,1,0,0,0),(46552,1412,1,1,1,134,0,10100.5,2404.55,1316.88,1.22965,300,5,0,8,0,1,0,0,0),(46553,1412,1,1,1,134,0,9705.04,2402.32,1326.94,4.55979,300,5,0,8,0,1,0,0,0),(46554,1412,1,1,1,134,0,10166.3,2412.4,1320.94,3.42472,300,0,0,8,0,0,0,0,0),(46555,1412,1,1,1,134,0,9782.96,2318.6,1319.66,1.08793,300,5,0,8,0,1,0,0,0),(46556,1412,1,1,1,134,0,9936.59,2498.77,1317.68,4.64244,300,5,0,8,0,1,0,0,0),(46557,1412,1,1,1,134,0,9977.83,2511.33,1317.41,3.40742,300,5,0,8,0,1,0,0,0),(46558,1412,1,1,1,134,0,10165.8,2414.08,1321.07,2.21657,300,0,0,8,0,0,0,0,0),(46559,14725,1,1,1,14755,0,10076,2260.77,1333.08,0.436332,300,0,0,1220,0,0,0,0,0),(46560,4229,1,1,1,2264,0,10113.6,2293.21,1332.05,2.3911,300,0,0,1003,0,0,0,0,0),(46561,10118,1,1,1,9344,1,8694.04,950.259,12.9087,5.46288,300,0,0,713,0,0,0,0,0),(46562,4230,1,1,1,2277,1,9864.09,2247.64,1339.7,4.50295,300,0,0,1003,0,0,0,0,0),(46563,8583,1,1,1,7895,0,10407.2,713.794,1321.7,4.27606,300,0,0,156,0,0,0,0,0),(46564,4231,1,1,1,2258,1,9813.36,2250.5,1343.39,4.46804,300,0,0,1003,0,0,0,0,0),(46565,4232,1,1,1,2257,1,9821.4,2258.95,1333.08,1.29154,300,0,0,1003,0,0,0,0,0),(46566,8584,1,1,1,7901,0,10711.6,1034.91,1347.34,4.90438,300,0,0,102,0,0,0,0,0),(46567,11401,1,1,1,11048,0,9665.28,2520.08,1360.08,0.366519,300,0,0,2884,5751,0,0,0,0),(46568,4233,1,1,1,2263,1,9809.77,2248.41,1333.08,4.7822,300,0,0,1003,0,0,0,0,0),(46569,4234,1,1,1,2249,1,9610.87,2344.28,1330.06,1.37881,300,0,0,1003,0,0,0,0,0),(137652,30611,1,1,1,0,1,2148.07,-4741.26,50.7223,2.79253,120,0,0,1,0,0,0,0,0),(46571,4235,1,1,1,2271,1,9775.44,2275.06,1339.7,0.977384,300,0,0,1003,0,0,0,0,0),(46572,1420,1,1,1,901,0,10874.2,1627.7,1273.73,4.54532,300,5,0,8,0,1,0,0,0),(46573,1420,1,1,1,901,0,10515.5,892.111,1309.67,5.098,300,5,0,8,0,1,0,0,0),(46574,1420,1,1,1,901,0,10398.9,1661.01,1287.66,5.79591,300,5,0,8,0,1,0,0,0),(46575,3468,1,1,1,1460,0,10189.5,2419.36,1328.09,3.61283,300,0,0,6474,0,0,0,0,0),(46576,4236,1,1,1,2246,0,9670.22,2378.48,1337.38,5.8294,300,0,0,1003,0,0,0,0,0),(46577,1420,1,1,1,901,0,9827.57,2362.23,1316.14,0.245571,300,5,0,8,0,1,0,0,0),(46578,1420,1,1,1,901,0,9474.03,997.842,1251.25,4.53555,300,5,0,8,0,1,0,0,0),(46579,1420,1,1,1,901,0,9594.02,1793.21,1292.14,1.75173,300,5,0,8,0,1,0,0,0),(46580,1420,1,1,1,901,0,9579.79,865.541,1249.45,1.24128,300,5,0,8,0,1,0,0,0),(46581,1420,1,1,1,901,0,9980.96,2542.13,1315.98,0.076248,300,0,0,8,0,2,0,0,0),(46582,1420,1,1,1,901,0,9512.39,958.412,1250.86,4.562,300,5,0,8,0,1,0,0,0),(46583,1420,1,1,1,901,0,9614.6,1752.93,1290.51,3.35935,300,5,0,8,0,1,0,0,0),(46584,1420,1,1,1,901,0,9486.88,785.014,1247.86,0.006868,300,5,0,8,0,1,0,0,0),(46585,1420,1,1,1,901,0,10899.1,1555.98,1275.87,0.782755,300,5,0,8,0,1,0,0,0),(46586,1420,1,1,1,901,0,10534.3,868.439,1309.5,2.6834,300,5,0,8,0,1,0,0,0),(46587,1420,1,1,1,901,0,9391.05,1260.79,1250.84,0.194912,300,5,0,8,0,1,0,0,0),(46588,1420,1,1,1,901,0,9895.94,2437.41,1315.62,4.9201,300,0,0,8,0,2,0,0,0),(46589,1420,1,1,1,901,0,9881.39,2438.52,1316.2,3.42664,300,0,0,8,0,2,0,0,0),(46590,1420,1,1,1,901,0,9959.06,2426.8,1312.68,2.49803,300,5,0,8,0,1,0,0,0),(46591,1420,1,1,1,901,0,9531.03,903.055,1250.12,1.41382,300,5,0,8,0,1,0,0,0),(46592,1420,1,1,1,901,0,9663.94,1754.73,1291.79,0.613872,300,5,0,8,0,1,0,0,0),(46593,1420,1,1,1,901,0,10446.8,1588.88,1284.63,2.75986,300,5,0,8,0,1,0,0,0),(46594,1420,1,1,1,901,0,10069.9,2492.45,1316.79,0.089953,300,5,0,8,0,1,0,0,0),(46595,1420,1,1,1,901,0,10073,2458.15,1317.25,2.27804,300,5,0,8,0,1,0,0,0),(46596,1420,1,1,1,901,0,9992.88,2365.18,1312.46,5.0177,300,5,0,8,0,1,0,0,0),(46597,1420,1,1,1,901,0,9930.01,2409.75,1314.21,2.34828,300,5,0,8,0,1,0,0,0),(46598,1420,1,1,1,901,0,9745.04,2387.33,1315.46,3.84545,300,5,0,8,0,1,0,0,0),(46599,1420,1,1,1,901,0,9431.61,1123.94,1249.84,5.76004,300,5,0,8,0,1,0,0,0),(46600,1420,1,1,1,901,0,9885.84,2514.35,1307.21,0.269849,300,5,0,8,0,1,0,0,0),(46601,1420,1,1,1,901,0,9912.13,2371.36,1316.13,0.938948,300,5,0,8,0,1,0,0,0),(46602,1420,1,1,1,901,0,9931.27,2572.72,1314.4,1.94405,300,5,0,8,0,1,0,0,0),(46603,1420,1,1,1,901,0,10028.8,2442.56,1315.12,2.37682,300,5,0,8,0,1,0,0,0),(46604,1420,1,1,1,901,0,10493.3,1623.39,1287.03,2.04359,300,5,0,8,0,1,0,0,0),(46623,1420,1,1,1,901,0,10636.3,1627.18,1284.52,1.44697,300,5,0,8,0,1,0,0,0),(46675,1420,1,1,1,901,0,10021.4,2384.77,1317.17,0.986499,300,5,0,8,0,1,0,0,0),(46676,1420,1,1,1,901,0,9851.56,2441.15,1315.54,3.18976,300,5,0,8,0,1,0,0,0),(46677,1420,1,1,1,901,0,9570.24,778.316,1251.31,5.68115,300,5,0,8,0,1,0,0,0),(46678,1420,1,1,1,901,0,10938,1560.15,1274.49,5.48798,300,5,0,8,0,1,0,0,0),(46680,1420,1,1,1,901,0,9915.2,2651.72,1315.39,0.021432,300,5,0,8,0,1,0,0,0),(46681,1420,1,1,1,901,0,10024.1,2444.82,1313.62,1.52098,300,5,0,8,0,1,0,0,0),(46682,1420,1,1,1,901,0,9437.23,1203.23,1250.2,6.04688,300,5,0,8,0,1,0,0,0),(46683,1420,1,1,1,901,0,10756.5,1602.87,1273.69,3.44831,300,5,0,8,0,1,0,0,0),(46691,1420,1,1,1,901,0,9528.85,1712.09,1290.52,0.459165,300,5,0,8,0,1,0,0,0),(46693,1420,1,1,1,901,0,10079.1,2470.54,1317.96,1.29692,300,5,0,8,0,1,0,0,0),(46694,1420,1,1,1,901,0,10061.7,2621.57,1315.26,4.67422,300,5,0,8,0,1,0,0,0),(46695,1420,1,1,1,901,0,9899.38,2466.77,1315,5.94568,300,5,0,8,0,1,0,0,0),(46696,1420,1,1,1,901,0,10926.1,1601.07,1273.9,6.08519,300,5,0,8,0,1,0,0,0),(46697,1420,1,1,1,901,0,9333.67,1239.35,1250.8,3.5324,300,5,0,8,0,1,0,0,0),(46698,1420,1,1,1,901,0,9921.99,2600.44,1313.55,4.74707,300,0,0,8,0,2,0,0,0),(46699,1420,1,1,1,901,0,10048.5,2342.23,1317.17,0.769081,300,5,0,8,0,1,0,0,0),(46700,1420,1,1,1,901,0,9844.34,2454.16,1314.07,4.56828,300,5,0,8,0,1,0,0,0),(46701,1420,1,1,1,901,0,9890.77,2359.2,1316.14,1.85487,300,5,0,8,0,1,0,0,0),(46703,1420,1,1,1,901,0,10014.8,2385.04,1315.68,4.96802,300,5,0,8,0,1,0,0,0),(46704,1420,1,1,1,901,0,10071,2622.22,1317.01,3.30241,300,5,0,8,0,1,0,0,0),(46705,1420,1,1,1,901,0,10017.4,2305.9,1322.45,1.13612,300,5,0,8,0,1,0,0,0),(46706,1420,1,1,1,901,0,9546.58,1744.79,1290.8,3.9952,300,5,0,8,0,1,0,0,0),(46707,1420,1,1,1,901,0,9363.99,1146.89,1250.49,5.04865,300,5,0,8,0,1,0,0,0),(46708,1420,1,1,1,901,0,10752.1,1642.7,1275.44,3.89222,300,5,0,8,0,1,0,0,0),(46709,1420,1,1,1,901,0,10515.1,1666.96,1287.91,5.56077,300,5,0,8,0,1,0,0,0),(46710,1420,1,1,1,901,0,9992.58,2613.45,1313.12,3.31726,300,5,0,8,0,1,0,0,0),(46711,1420,1,1,1,901,0,10029.3,2663.85,1314.18,2.52577,300,5,0,8,0,1,0,0,0),(46712,1420,1,1,1,901,0,9838.01,2449.47,1311.74,0.78575,300,5,0,8,0,1,0,0,0),(46713,1420,1,1,1,901,0,9977.03,2548.95,1315.51,1.7223,300,5,0,8,0,1,0,0,0),(46714,1420,1,1,1,901,0,10592.2,832.057,1309.43,5.04135,300,5,0,8,0,1,0,0,0),(46715,1420,1,1,1,901,0,10561.9,909.965,1311,4.19856,300,5,0,8,0,1,0,0,0),(46716,3469,1,1,1,1461,0,9916.54,2226.64,1329.6,5.55015,300,0,0,6474,0,0,0,0,0),(46717,12429,1,1,1,12476,1,9675.8,900.023,1285.44,3.61283,300,0,0,310,0,0,0,0,0),(46718,6286,1,1,1,4989,1,9751.02,906.196,1295.6,6.02139,300,0,0,273,0,0,0,0,0),(46719,6287,1,1,1,4990,1,10135.7,1671.48,1325.15,3.00197,300,0,0,449,0,0,0,0,0),(46720,4240,1,1,1,2244,1,9699.61,2335.89,1339.73,0.925025,300,0,0,1003,0,0,0,0,0),(46721,7313,1,1,1,6348,0,9631.88,2550.45,1354.89,4.79965,300,0,0,405,1202,0,0,0,0),(46722,4753,1,1,1,5070,0,10126.5,2528.85,1323.7,1.72788,300,0,0,2218,0,0,0,0,0),(46723,4241,1,1,1,2262,0,9918.06,2190.34,1328.27,0.575959,300,0,0,1003,0,0,0,0,0),(46802,6034,1,1,1,5186,0,10081.5,2256.75,1343.39,0.645772,300,0,0,1342,0,0,0,0,0),(46803,15762,1,1,1,15727,0,9965.52,2533.72,1319,0.471239,300,0,0,2614,0,0,0,0,0),(46804,26258,1,1,1,11686,0,9780.64,1021.38,1299.88,0,300,0,0,42,0,0,0,0,0),(46805,4242,1,1,1,9956,0,10231.6,2651.87,1323.52,6.0234,300,5,0,2769,0,1,0,0,0),(46806,4242,1,1,1,9956,0,10274.3,2374.86,1332.26,4.51009,300,5,0,2769,0,1,0,0,0),(46807,26258,1,1,1,11686,0,8701.21,932.422,14.9063,0,300,0,0,42,0,0,0,0,0),(46808,4242,1,1,1,9956,0,10285.8,2537.98,1336.04,4.88425,300,5,0,2769,0,1,0,0,0),(46809,7315,1,1,1,6071,1,9988.85,2314.61,1330.87,1.8675,300,0,0,3398,0,0,0,0,0),(46811,4243,1,1,1,613,0,10200.5,2516.08,1368.91,3.26377,300,0,0,2769,0,0,0,0,0),(46812,7316,1,1,1,6349,0,9915.08,2632.12,1316.87,5.75959,300,0,0,285,790,0,0,0,0),(46813,6292,1,1,1,4985,1,10081.2,2259.57,1343.39,0.575959,300,0,0,1342,0,0,0,0,0),(46814,4244,1,1,1,780,0,10186.7,2488.65,1358.92,2.68781,300,0,0,1003,0,0,0,0,0),(46815,7317,1,1,1,6230,1,9740.98,1526.17,1280.4,6.12611,300,0,0,1410,1283,0,0,0,0),(46816,5782,1,1,1,4271,1,9932.1,2593.26,1315.93,3.21097,600,0,0,26140,0,2,0,0,0),(46818,7318,1,1,1,6231,1,9843.19,1496.22,1257.25,2.34654,300,0,0,186,191,0,0,0,0),(137651,30610,1,1,1,0,1,2143.94,-4743.42,50.8054,2.51327,120,0,0,1,0,0,0,0,0),(46820,4262,1,1,1,14613,1,8788.31,961.639,30.2846,3.26377,300,0,0,15952,0,0,0,0,0),(46821,4262,1,1,1,14615,1,8649.65,849.812,22.9178,3.33358,300,0,0,15952,0,0,0,0,0),(46822,4262,1,1,1,14613,1,8807.57,980.905,31.9437,0.733038,300,0,0,15952,0,0,0,0,0),(46823,4262,1,1,1,14614,1,8688.56,996.72,10.5855,2.70526,300,0,0,15952,0,0,0,0,0),(46824,4262,1,1,1,2306,1,8702.74,953.424,13.274,3.33358,300,0,0,15952,0,0,0,0,0),(46825,4262,1,1,1,14615,1,8644.67,851.392,22.5979,4.60381,300,0,0,15952,0,2,0,0,0),(46826,4262,1,1,1,2306,1,8784.85,975.349,30.5161,3.21141,300,0,0,15952,0,0,0,0,0),(46827,11942,1,1,1,0,0,9839.59,945.991,1307.27,5.84685,120,0,0,1,0,0,0,0,0),(46828,4262,1,1,1,2306,1,10001.1,2289.35,1341.47,3.21141,300,0,0,15952,0,0,0,0,0),(46829,4262,1,1,1,14613,1,9590.15,2516.27,1354.91,0.174533,300,0,0,15952,0,0,0,0,0),(46830,4262,1,1,1,14614,1,9941.64,2615.43,1318.16,1.62316,300,0,0,15952,0,0,0,0,0),(46831,4262,1,1,1,14614,1,9980,1978.16,1327.63,4.79965,300,0,0,15952,0,0,0,0,0),(46832,4262,1,1,1,14613,1,9902.56,2277.13,1341.47,0.05236,300,0,0,15952,0,0,0,0,0),(46833,4262,1,1,1,14615,1,8801.44,954.219,31.0191,4.32842,300,0,0,15952,0,0,0,0,0),(46834,4262,1,1,1,14615,1,8781.62,965.42,30.3247,3.41967,300,0,0,15952,0,2,0,0,0),(46835,4262,1,1,1,14613,1,9647.04,2481.67,1354.89,5.0091,300,0,0,15952,0,0,0,0,0),(46836,4262,1,1,1,2306,1,9950.83,2615.52,1318.16,1.53589,300,0,0,15952,0,0,0,0,0),(46837,4262,1,1,1,14615,1,9664.98,2515.36,1360.08,0.453786,300,0,0,15952,0,0,0,0,0),(46838,4262,1,1,1,2306,1,9652.44,2592.53,1335.76,1.65806,300,0,0,15952,0,0,0,0,0),(46839,4262,1,1,1,14614,1,9590.02,2507.2,1335.31,5.74213,300,0,0,15952,0,0,0,0,0),(46840,4262,1,1,1,14614,1,9618.17,2564.58,1354.89,2.04204,300,0,0,15952,0,0,0,0,0),(46841,4262,1,1,1,14615,1,9931.14,2503.57,1317.94,4.4855,300,0,0,15952,0,0,0,0,0),(46843,4262,1,1,1,14615,1,9656.3,2454.73,1335.76,4.67748,300,0,0,15952,0,0,0,0,0),(46844,4262,1,1,1,2306,1,9991.73,1977.79,1327.25,4.57276,300,0,0,15952,0,0,0,0,0),(46845,4262,1,1,1,14614,1,9644.44,2565.82,1354.89,1.16937,300,0,0,15952,0,0,0,0,0),(46846,4262,1,1,1,2306,1,9673.72,2512.88,1360.08,5.98648,300,0,0,15952,0,0,0,0,0),(46847,4262,1,1,1,14614,1,9621.31,2481.2,1354.89,4.2586,300,0,0,15952,0,0,0,0,0),(46848,4262,1,1,1,14613,1,9700.62,2532.32,1335.77,6.21337,300,0,0,15952,0,0,0,0,0),(46849,4262,1,1,1,14613,1,9594.63,2511.46,1335.01,5.49779,300,0,0,15952,0,0,0,0,0),(46852,4262,1,1,1,14614,1,9956.8,2272.98,1341.47,3.1765,300,0,0,15952,0,0,0,0,0),(46853,4262,1,1,1,14613,1,9947.34,2272.71,1341.47,0.017453,300,0,0,15952,0,0,0,0,0),(46854,4262,1,1,1,14613,1,9902.76,2286.53,1341.47,6.16101,300,0,0,15952,0,0,0,0,0),(46855,4262,1,1,1,14615,1,9664.5,2533.66,1360.08,5.89921,300,0,0,15952,0,0,0,0,0),(46880,4262,1,1,1,14614,1,9701.3,2518.58,1335.77,0.087266,300,0,0,15952,0,0,0,0,0),(46881,4262,1,1,1,14615,1,10000.9,2279.49,1341.47,3.01942,300,0,0,15952,0,0,0,0,0),(46882,4262,1,1,1,14614,1,9591.95,2509.47,1354.94,0.349066,300,0,0,15952,0,0,0,0,0),(46883,4262,1,1,1,2306,1,9938,2501.86,1317.96,4.62512,300,0,0,15952,0,0,0,0,0),(46884,4262,1,1,1,14613,1,9673.33,2537.53,1360.08,0.244346,300,0,0,15952,0,0,0,0,0),(46885,4521,1,1,1,9055,0,9760.15,2202.45,1346.7,0.907571,300,0,0,484,0,0,0,0,0),(46886,4265,1,1,1,4236,1,9752.11,902.695,1295.6,0.750492,300,0,0,484,0,0,0,0,0),(46887,4266,1,1,1,4235,1,9890.17,994.673,1313.92,5.86431,300,0,0,386,0,0,0,0,0),(46888,17066,1,1,1,11686,0,8727.2,965.526,19.0808,-0.767945,300,0,0,42,0,0,0,0,0),(46889,17066,1,1,1,11686,0,9781.94,1034.6,1305.4,-0.506145,300,0,0,42,0,0,0,0,0),(46890,4783,1,1,1,5226,0,10066.2,2343.96,1331.97,3.01942,300,0,0,713,0,0,0,0,0),(46891,4784,1,1,1,5084,0,10069,2353.78,1331.97,0.663225,300,0,0,617,0,0,0,0,0),(46897,4786,1,1,1,5225,0,10061.7,2352.46,1331.97,4.72984,300,0,0,573,0,0,0,0,0),(46898,11700,1,1,1,11664,0,9909.03,2629.64,1316.87,0.174533,300,0,0,3398,0,0,0,0,0),(46899,5047,1,1,1,3001,0,10084,2195.2,1346.7,3.10669,300,0,0,1003,0,0,0,0,0),(46901,3514,1,1,1,1527,0,10492.5,807.28,1397.35,5.55015,300,0,0,198,0,0,0,0,0),(46902,3515,1,1,1,1528,0,9736.91,956.063,1294.19,6.21337,300,0,0,198,0,0,0,0,0),(46903,3516,1,1,1,1542,1,10173,2569.92,1366.96,5.17417,7200,0,0,5578000,85160,0,0,0,0),(46904,3517,1,1,1,5071,1,10085.6,2534.25,1317.64,4.60767,300,0,0,386,0,0,0,0,0),(46905,11709,1,1,1,11680,1,9846.49,2200.99,1327.91,1.88496,300,0,0,356,0,0,0,0,0),(46907,3519,1,1,1,1543,1,10665.1,1863.57,1324.51,2.86234,300,0,0,198,0,0,0,0,0),(245580,16592,571,1,1,11686,0,5504.33,4864.31,-197.319,0.273637,300,0,0,42,0,0,0,0,0),(46912,1984,1,1,1,8869,0,10399.3,926.521,1325.89,2.47521,300,5,0,42,0,1,0,0,0),(46913,1984,1,1,1,8869,0,10408.6,983.569,1325.52,2.38866,300,5,0,42,0,1,0,0,0),(46914,25536,1,1,1,11686,0,8700.31,932.395,15.3937,1.51844,300,0,0,4120,0,0,0,0,0),(46915,1984,1,1,1,8869,0,10391.6,872.911,1323.38,0.440934,300,5,0,42,0,1,0,0,0),(46916,1984,1,1,1,8869,0,10397,989.313,1327.54,5.92278,300,5,0,42,0,1,0,0,0),(46917,1984,1,1,1,8869,0,10357.6,1010.65,1335.62,3.55572,300,5,0,42,0,1,0,0,0),(46918,1984,1,1,1,8869,0,10398,595.33,1328.2,2.7756,300,5,0,42,0,1,0,0,0),(46919,1984,1,1,1,8869,0,10391.1,591.61,1328.65,4.85924,300,5,0,42,0,1,0,0,0),(46920,1984,1,1,1,8869,0,10357.1,986.834,1332.19,1.2929,300,5,0,42,0,1,0,0,0),(46921,1984,1,1,1,8869,0,10431.3,969.989,1321.54,0.829269,300,5,0,42,0,1,0,0,0),(46922,1984,1,1,1,8869,0,10431.9,653.516,1324.21,0.459281,300,5,0,42,0,1,0,0,0),(46923,1984,1,1,1,8869,0,10261.3,728.362,1345.13,2.01663,300,5,0,42,0,1,0,0,0),(46924,1984,1,1,1,8869,0,10398.4,934.296,1324.58,4.11886,300,5,0,42,0,1,0,0,0),(46925,1984,1,1,1,8869,0,10489.3,880.088,1312.74,6.06546,300,5,0,42,0,1,0,0,0),(46926,1984,1,1,1,8869,0,10303.5,889.999,1331.54,6.25953,300,5,0,42,0,1,0,0,0),(46927,1984,1,1,1,8869,0,10329.4,928.757,1328.19,5.60654,300,5,0,42,0,1,0,0,0),(46928,1984,1,1,1,8869,0,10282.9,909.799,1336.79,2.68756,300,5,0,42,0,1,0,0,0),(46929,1984,1,1,1,8869,0,10347.9,693.75,1327.33,1.13177,300,5,0,42,0,1,0,0,0),(46930,1984,1,1,1,8869,0,10374.1,681.915,1325.6,0.017653,300,5,0,42,0,1,0,0,0),(46931,1984,1,1,1,8869,0,10281.6,700.13,1339.42,1.09273,300,5,0,42,0,1,0,0,0),(46932,1984,1,1,1,8869,0,10390.6,656.166,1326.41,0.454914,300,5,0,42,0,1,0,0,0),(46933,1984,1,1,1,8869,0,10360.4,805.211,1322.89,3.61812,300,5,0,42,0,1,0,0,0),(46934,1984,1,1,1,8869,0,10295.3,785.054,1334.78,3.1289,300,5,0,42,0,1,0,0,0),(46935,1984,1,1,1,8869,0,10281.5,835.542,1335.25,0.570399,300,5,0,42,0,1,0,0,0),(46936,1984,1,1,1,8869,0,10325.3,810.611,1327.99,3.27576,300,5,0,42,0,1,0,0,0),(46937,1985,1,1,1,6807,0,10573.3,996.687,1323.3,1.45141,300,5,0,55,0,1,0,0,0),(46938,1985,1,1,1,6807,0,10545.6,945.498,1315.36,5.99678,300,5,0,55,0,1,0,0,0),(46939,1985,1,1,1,6807,0,10492.7,988.536,1320.21,0.503353,300,5,0,55,0,1,0,0,0),(46940,1985,1,1,1,6807,0,10577.5,944.783,1315.81,4.2697,300,5,0,55,0,1,0,0,0),(46941,1985,1,1,1,6807,0,10529.5,946.572,1315.73,4.84682,300,5,0,55,0,1,0,0,0),(46942,1985,1,1,1,6807,0,10619.3,902.587,1315.17,5.13155,300,5,0,55,0,1,0,0,0),(46943,1985,1,1,1,6807,0,10519.4,666.656,1322.36,5.05837,300,5,0,55,0,1,0,0,0),(46944,1985,1,1,1,6807,0,10504.7,751.901,1313.87,0.329033,300,5,0,55,0,1,0,0,0),(46945,1985,1,1,1,6807,0,10555.1,769.465,1312.67,6.0224,300,5,0,55,0,1,0,0,0),(46946,1985,1,1,1,6807,0,10648.5,748.964,1319.78,0.385586,300,5,0,55,0,1,0,0,0),(46947,1985,1,1,1,6807,0,10648.7,849.391,1315.37,6.09898,300,5,0,55,0,1,0,0,0),(46948,1985,1,1,1,6807,0,10759.1,757.4,1329.1,0.066471,300,5,0,55,0,1,0,0,0),(46949,1985,1,1,1,6807,0,10656.8,788.393,1316.1,3.92804,300,5,0,55,0,1,0,0,0),(46950,1985,1,1,1,6807,0,10672.3,745.174,1321.5,2.97283,300,5,0,55,0,1,0,0,0),(46951,1985,1,1,1,6807,0,10676,742.24,1322.22,1.05002,300,5,0,55,0,1,0,0,0),(46952,1985,1,1,1,6807,0,10578.6,777.785,1311.94,4.30279,300,5,0,55,0,1,0,0,0),(46953,1985,1,1,1,6807,0,10608.1,689.696,1326.19,0.644036,300,5,0,55,0,1,0,0,0),(46954,1985,1,1,1,6807,0,10633.1,689.592,1326.62,3.37212,300,5,0,55,0,1,0,0,0),(46955,1985,1,1,1,6807,0,10669,668.114,1332.45,5.66806,300,5,0,55,0,1,0,0,0),(46957,1985,1,1,1,6807,0,10613.9,647.688,1328.52,1.78024,300,0,0,55,0,0,0,0,0),(46958,1986,1,1,1,709,0,10901.5,877.607,1330.02,4.54922,300,5,0,71,0,1,0,0,0),(46968,1986,1,1,1,709,0,10916.5,865.41,1329.28,5.48049,300,5,0,71,0,1,0,0,0),(46971,1986,1,1,1,709,0,10948.4,894.388,1337.57,2.37731,300,5,0,71,0,1,0,0,0),(46972,1986,1,1,1,709,0,10946.9,868.31,1333.54,2.07776,300,5,0,71,0,1,0,0,0),(46974,1986,1,1,1,709,0,10934.6,866.205,1332.33,0.647587,300,5,0,71,0,1,0,0,0),(46981,1986,1,1,1,709,0,10906,861.33,1328.92,1.37518,300,5,0,71,0,1,0,0,0),(46996,1986,1,1,1,709,0,10874.1,918.134,1330.3,0.060572,300,0,0,71,0,0,0,0,0),(46997,1986,1,1,1,709,0,10898.4,899.52,1323.7,2.03641,300,5,0,71,0,1,0,0,0),(46998,1986,1,1,1,709,0,10880.6,873.212,1325.12,3.64265,300,5,0,71,0,1,0,0,0),(46999,1986,1,1,1,709,0,10868.7,864.152,1326.22,5.12821,300,5,0,71,0,1,0,0,0),(47000,1986,1,1,1,709,0,10860.8,860.262,1327.82,5.9069,300,5,0,71,0,1,0,0,0),(47001,1986,1,1,1,709,0,10842.7,884.155,1333.06,5.17599,300,5,0,71,0,1,0,0,0),(47002,1986,1,1,1,709,0,10834.3,900.392,1334.86,4.43627,300,5,0,71,0,1,0,0,0),(47003,1986,1,1,1,709,0,10825,900.829,1335.63,2.77949,300,5,0,71,0,1,0,0,0),(47004,1986,1,1,1,709,0,10934.8,961.053,1325.38,3.91643,300,0,0,71,0,0,0,0,0),(47005,1986,1,1,1,709,0,10975.4,977.036,1335.02,3.14551,300,0,0,71,0,0,0,0,0),(47006,1986,1,1,1,709,0,10987.4,959.655,1336.21,1.93931,300,0,0,71,0,0,0,0,0),(47007,1986,1,1,1,709,0,10985.6,949.965,1336.53,0.894203,300,0,0,71,0,0,0,0,0),(47008,1986,1,1,1,709,0,10953.2,941.028,1340.61,0.306411,300,5,0,71,0,1,0,0,0),(47009,1986,1,1,1,709,0,10939.5,918.482,1340,1.89603,300,5,0,71,0,1,0,0,0),(47010,1986,1,1,1,709,0,10696.7,822.492,1323.19,5.59532,300,5,0,71,0,1,0,0,0),(47011,1986,1,1,1,709,0,10723.9,872.169,1328.11,2.28266,300,0,0,71,0,0,0,0,0),(47012,1986,1,1,1,709,0,10721.4,884.235,1328.18,-1.25852,300,0,0,71,0,0,0,0,0),(47013,1986,1,1,1,709,0,10766.5,923.801,1338.21,0.168953,300,0,0,71,0,0,0,0,0),(47014,1986,1,1,1,709,0,10768.9,924.403,1338.45,4.63101,300,5,0,71,0,1,0,0,0),(47015,1986,1,1,1,709,0,10794.4,935.353,1336.25,0.292319,300,0,0,71,0,0,0,0,0),(47016,1986,1,1,1,709,0,10804.8,944.245,1335.96,-0.130181,300,0,0,71,0,0,0,0,0),(47017,1986,1,1,1,709,0,10829.9,938.924,1336.01,2.86993,300,0,0,71,0,0,0,0,0),(47018,1986,1,1,1,709,0,10846.5,966.492,1335.8,1.04653,300,0,0,71,0,0,0,0,0),(47019,1986,1,1,1,709,0,10866.2,977.493,1336.51,4.67628,300,5,0,71,0,1,0,0,0),(47020,1986,1,1,1,709,0,10907.6,972.91,1338.38,2.99771,300,0,0,71,0,0,0,0,0),(47021,1986,1,1,1,709,0,10906.4,970.732,1338.31,5.91386,300,0,0,71,0,0,0,0,0),(47022,1986,1,1,1,709,0,10895,987.672,1337.28,3.46139,300,0,0,71,0,0,0,0,0),(47023,1986,1,1,1,709,0,10917.7,959.212,1339.72,1.05716,300,5,0,71,0,1,0,0,0),(47024,1986,1,1,1,709,0,10931.6,949.188,1322.1,2.95782,300,5,0,71,0,1,0,0,0),(47029,1986,1,1,1,709,0,10942,966.046,1327.18,-2.13105,300,0,0,71,0,0,0,0,0),(47030,1986,1,1,1,709,0,10977.9,977.973,1335.13,3.34604,300,0,0,71,0,0,0,0,0),(47031,1986,1,1,1,709,0,10988.4,942.037,1336.3,4.35619,300,5,0,71,0,1,0,0,0),(47037,1986,1,1,1,709,0,10735.7,902.511,1332.48,1.54551,300,5,0,71,0,1,0,0,0),(47038,1986,1,1,1,709,0,10665.8,934.3,1322,1.40995,300,5,0,71,0,1,0,0,0),(47039,1986,1,1,1,709,0,10972.9,937.654,1337.93,3.62358,300,5,0,71,0,1,0,0,0),(47052,1986,1,1,1,709,0,10963.4,922.714,1340.44,4.23278,300,5,0,71,0,1,0,0,0),(47053,1986,1,1,1,709,0,10922.2,939.819,1322.27,1.36314,300,5,0,71,0,1,0,0,0),(47054,1986,1,1,1,709,0,10681.9,882.404,1320.55,5.86431,300,0,0,71,0,0,0,0,0),(47055,1986,1,1,1,709,0,10704.6,944.455,1328.3,4.38078,300,0,0,71,0,0,0,0,0),(47056,1986,1,1,1,709,0,10889.4,917.586,1326.64,5.77704,300,0,0,71,0,0,0,0,0),(47057,1986,1,1,1,709,0,10866.7,917.293,1331.2,1.25664,300,0,0,71,0,0,0,0,0),(47058,1986,1,1,1,709,0,10833.6,934.578,1335.84,2.00713,300,0,0,71,0,0,0,0,0),(47059,1986,1,1,1,709,0,10802.5,944.247,1335.96,3.05503,300,5,0,71,0,1,0,0,0),(47060,1986,1,1,1,709,0,10788.4,933.77,1336.79,6.27289,300,5,0,71,0,1,0,0,0),(47061,1986,1,1,1,709,0,10769.4,925.903,1338.38,0.601829,300,0,0,71,0,0,0,0,0),(47062,1986,1,1,1,709,0,10679.8,900.103,1320.82,4.15732,300,0,0,71,0,0,0,0,0),(47208,1986,1,1,1,709,0,10727,952.523,1332.22,1.0757,300,5,0,71,0,1,0,0,0),(47249,1986,1,1,1,709,0,10751.2,924.089,1337.09,2.08465,300,0,0,71,0,0,0,0,0),(47262,1986,1,1,1,709,0,10843.2,957.249,1335.49,3.94444,300,0,0,71,0,0,0,0,0),(47263,1986,1,1,1,709,0,10864.9,979.124,1336.56,3.40339,300,0,0,71,0,0,0,0,0),(47266,1986,1,1,1,709,0,10728.2,871.7,1328.7,2.65916,300,5,0,71,0,1,0,0,0),(47267,1986,1,1,1,709,0,10708,873.924,1324.61,1.77671,300,5,0,71,0,1,0,0,0),(47268,1986,1,1,1,709,0,10893,986.807,1337.14,2.47837,300,0,0,71,0,0,0,0,0),(47269,1986,1,1,1,709,0,10897.9,974.713,1337.65,0.994838,300,0,0,71,0,0,0,0,0),(47270,1986,1,1,1,709,0,10916.4,957.586,1339.7,5.044,300,0,0,71,0,0,0,0,0),(47271,1986,1,1,1,709,0,10911.8,969.353,1338.93,0.314159,300,0,0,71,0,0,0,0,0),(47280,1988,1,1,1,6806,0,10302.1,687.717,1332.3,2.93002,300,5,0,55,0,1,0,0,0),(47281,1988,1,1,1,6806,0,10298.9,967.463,1336.62,5.93294,300,5,0,55,0,1,0,0,0),(47282,1988,1,1,1,6806,0,10276.7,954.903,1339.5,2.65493,300,5,0,55,0,1,0,0,0),(47283,1988,1,1,1,6806,0,10254.9,978.265,1342.44,4.98344,300,5,0,55,0,1,0,0,0),(47284,1988,1,1,1,6806,0,10291.7,956.861,1335.65,5.65834,300,0,0,55,0,0,0,0,0),(47285,1988,1,1,1,6806,0,10286.9,972.891,1338.63,1.00764,300,5,0,55,0,1,0,0,0),(47286,1988,1,1,1,6806,0,10285.1,961.632,1337.59,5.86258,300,0,0,55,0,0,0,0,0),(47287,1988,1,1,1,6806,0,10270,978.807,1341.8,4.19106,300,5,0,55,0,1,0,0,0),(47288,1988,1,1,1,6806,0,10271.8,970.513,1341.17,3.26169,300,5,0,55,0,1,0,0,0),(47289,1988,1,1,1,6806,0,10271.3,964.891,1340.88,2.55305,300,5,0,55,0,1,0,0,0),(47290,1988,1,1,1,6806,0,10261.5,953.199,1342.06,2.88628,300,5,0,55,0,1,0,0,0),(47310,1988,1,1,1,6806,0,10265.8,942.989,1342.06,5.1941,300,5,0,55,0,1,0,0,0),(47312,1988,1,1,1,6806,0,10421.3,975.018,1322.68,1.76838,300,5,0,55,0,1,0,0,0),(47314,1989,1,1,1,3023,0,10482.5,1065.16,1327.28,5.31337,300,5,0,71,0,1,0,0,0),(47315,1989,1,1,1,3023,0,10640.6,688.396,1327.81,4.73924,300,5,0,71,0,1,0,0,0),(47316,1989,1,1,1,3023,0,10620.9,642.277,1330,5.24159,300,0,0,71,0,0,0,0,0),(47317,1989,1,1,1,3023,0,10397.7,548.002,1328.88,0.553051,300,5,0,71,0,1,0,0,0),(47319,1989,1,1,1,3023,0,10507.8,1064.2,1325.92,4.04984,300,5,0,71,0,1,0,0,0),(47320,1989,1,1,1,3023,0,10513.5,662.947,1322.2,2.74786,300,5,0,71,0,1,0,0,0),(47321,1989,1,1,1,3023,0,10501.3,1055.98,1325.54,4.69862,300,5,0,71,0,1,0,0,0),(47322,1989,1,1,1,3023,0,10523.2,955.057,1316.61,4.40136,300,5,0,71,0,1,0,0,0),(47324,1989,1,1,1,3023,0,10528.7,1064.25,1321.79,2.46338,300,5,0,71,0,1,0,0,0),(47325,1989,1,1,1,3023,0,10496.9,1058.33,1325.55,5.044,300,0,0,71,0,0,0,0,0),(47326,1989,1,1,1,3023,0,10500.3,1053.14,1325.54,2.60604,300,5,0,71,0,1,0,0,0),(47327,1989,1,1,1,3023,0,10496.6,1052.56,1325.55,0.907571,300,0,0,71,0,0,0,0,0),(47328,1989,1,1,1,3023,0,10481.3,1019.15,1326.35,2.47423,300,5,0,71,0,1,0,0,0),(47329,1989,1,1,1,3023,0,10493.1,1044.5,1326.41,1.55616,300,5,0,71,0,1,0,0,0),(47330,1989,1,1,1,3023,0,10525.7,1030.28,1321.88,5.83585,300,5,0,71,0,1,0,0,0),(47331,1989,1,1,1,3023,0,10512.3,1050.71,1323.92,5.03554,300,5,0,71,0,1,0,0,0),(47332,1989,1,1,1,3023,0,10656.8,947.191,1323.44,0.4172,300,5,0,71,0,1,0,0,0),(47333,1989,1,1,1,3023,0,10642.3,778.098,1319.05,0.622406,300,5,0,71,0,1,0,0,0),(47334,1989,1,1,1,3023,0,10335.8,1037.91,1339.39,2.19915,300,0,0,71,0,0,0,0,0),(47335,1989,1,1,1,3023,0,10326.4,1026.73,1338.66,0.463554,300,5,0,71,0,1,0,0,0),(47336,1989,1,1,1,3023,0,10311.9,1037.79,1342.98,4.13426,300,5,0,71,0,1,0,0,0),(47337,1989,1,1,1,3023,0,10698.1,851.926,1323.18,6.21379,300,5,0,71,0,1,0,0,0),(47338,1989,1,1,1,3023,0,10332.2,1030.51,1339.14,6.11941,300,5,0,71,0,1,0,0,0),(47339,1989,1,1,1,3023,0,10336.2,1032.97,1339.37,2.02381,300,5,0,71,0,1,0,0,0),(47340,1989,1,1,1,3023,0,10514.5,1019.4,1319.38,2.21938,300,5,0,71,0,1,0,0,0),(47341,1989,1,1,1,3023,0,10343.9,1036.44,1339.39,3.32079,300,5,0,71,0,1,0,0,0),(47342,1989,1,1,1,3023,0,10356.5,1030.9,1340.11,3.94328,300,0,0,71,0,0,0,0,0),(47343,1989,1,1,1,3023,0,10352.5,1044.33,1342.77,3.58094,300,5,0,71,0,1,0,0,0),(47344,1989,1,1,1,3023,0,10331.6,1053.41,1342.78,1.31422,300,0,0,71,0,0,0,0,0),(47345,1989,1,1,1,3023,0,10354.7,1020.85,1337.37,3.30209,300,5,0,71,0,1,0,0,0),(47346,1989,1,1,1,3023,0,10333.7,1018.79,1337.75,2.42397,300,5,0,71,0,1,0,0,0),(47347,1992,1,1,1,10034,0,10296.9,870.227,1335.91,5.96477,300,0,0,137,0,0,0,0,0),(47348,1993,1,1,1,6819,0,9708.71,1545.88,1253.94,0.575959,300,0,0,186,191,0,0,0,0),(47350,1994,1,1,1,759,0,10938.4,930.251,1340.95,1.0472,300,0,0,102,0,0,0,0,0),(47351,1995,1,1,1,10832,0,9918.49,1164.47,1307.98,1.46918,300,0,0,102,0,0,0,0,0),(47352,1995,1,1,1,10832,0,10084.5,517.87,1324.69,2.17721,300,5,0,102,0,1,0,0,0),(47353,1995,1,1,1,10832,0,9713.66,316.285,1327.44,3.61638,300,5,0,102,0,1,0,0,0),(47354,1995,1,1,1,10832,0,9816.36,1091.89,1300.36,4.29686,300,5,0,102,0,1,0,0,0),(47355,1995,1,1,1,10832,0,9986.1,545.511,1311.73,2.21188,300,5,0,102,0,1,0,0,0),(47356,1995,1,1,1,10832,0,10044.6,486.346,1319.28,2.4251,300,5,0,102,0,1,0,0,0),(47357,1995,1,1,1,10832,0,9747.2,392.737,1310.89,4.84451,300,5,0,102,0,1,0,0,0),(47358,6091,1,1,1,4861,1,10450.2,779.858,1322.75,2.9147,300,0,0,176,0,0,0,0,0),(47359,1995,1,1,1,10832,0,10219.1,1479.88,1330.33,3.64315,300,5,0,102,0,1,0,0,0),(47360,1995,1,1,1,10832,0,9982.46,1114.3,1326.33,5.52457,300,5,0,102,0,1,0,0,0),(47361,1995,1,1,1,10832,0,10013.6,378.672,1312.61,2.9193,300,5,0,102,0,1,0,0,0),(47362,1995,1,1,1,10832,0,9722.13,345.866,1322.29,3.09861,300,5,0,102,0,1,0,0,0),(47363,1995,1,1,1,10832,0,9982.29,469.791,1309.21,4.24245,300,5,0,102,0,1,0,0,0),(47364,1995,1,1,1,10832,0,10180.7,1456.4,1329.77,0.269167,300,5,0,102,0,1,0,0,0),(47365,1995,1,1,1,10832,0,9790.96,1061.42,1300.87,4.69335,300,5,0,102,0,1,0,0,0),(47366,1995,1,1,1,10832,0,9839.31,1267.76,1296.03,1.07778,300,5,0,102,0,1,0,0,0),(47367,1995,1,1,1,10832,0,9817.83,1156.35,1287.45,1.74612,300,5,0,102,0,1,0,0,0),(47368,1995,1,1,1,10832,0,9860.08,1280.03,1294.34,3.35614,300,5,0,102,0,1,0,0,0),(47369,1995,1,1,1,10832,0,9702.74,1147.1,1272.33,3.28763,300,5,0,102,0,1,0,0,0),(47370,1995,1,1,1,10832,0,9660.53,1023.73,1283.82,3.9228,300,5,0,102,0,1,0,0,0),(47371,1995,1,1,1,10832,0,9591.78,992.589,1276.32,1.13891,300,5,0,102,0,1,0,0,0),(47372,1995,1,1,1,10832,0,9655.86,555.7,1312,3.68335,300,5,0,102,0,1,0,0,0),(47373,1995,1,1,1,10832,0,9768.75,864.583,1297.46,1.04972,300,5,0,102,0,1,0,0,0),(47374,1995,1,1,1,10832,0,9744.95,511.158,1306.19,3.90799,300,5,0,102,0,1,0,0,0),(47375,1995,1,1,1,10832,0,9653.33,605.212,1308.86,1.63918,300,5,0,102,0,1,0,0,0),(47376,1995,1,1,1,10832,0,9690.99,624.263,1299.92,4.6297,300,5,0,102,0,1,0,0,0),(47377,1995,1,1,1,10832,0,9919.63,881.586,1316.77,4.43774,300,5,0,102,0,1,0,0,0),(47378,1995,1,1,1,10832,0,9785.04,817.812,1301.29,5.32288,300,5,0,102,0,1,0,0,0),(47379,1995,1,1,1,10832,0,10086.1,657.825,1341.22,0.5709,300,5,0,102,0,1,0,0,0),(47380,1995,1,1,1,10832,0,10113.7,697.767,1359.16,1.54183,300,5,0,102,0,1,0,0,0),(47381,1995,1,1,1,10832,0,10012.6,588.632,1316.09,3.08298,300,5,0,102,0,1,0,0,0),(47382,1995,1,1,1,10832,0,10075.5,586.011,1326.29,3.82305,300,5,0,102,0,1,0,0,0),(47383,1995,1,1,1,10832,0,9924.19,824.558,1318.52,6.14738,300,5,0,102,0,1,0,0,0),(47384,1995,1,1,1,10832,0,9900.92,1128.92,1308.27,0.410789,300,5,0,102,0,1,0,0,0),(47385,1995,1,1,1,10832,0,9896.97,1053.58,1318.09,2.98174,300,5,0,102,0,1,0,0,0),(47386,1995,1,1,1,10832,0,9782.05,1059.48,1299.6,1.88236,300,5,0,102,0,1,0,0,0),(47387,1995,1,1,1,10832,0,9817.01,1079.76,1301.31,4.68951,300,5,0,102,0,1,0,0,0),(47388,1996,1,1,1,4877,0,9245.02,858.225,1321.64,2.36977,300,5,0,137,0,1,0,0,0),(47389,1996,1,1,1,4877,0,9481.57,543.174,1320.86,5.28788,300,5,0,137,0,1,0,0,0),(47390,1996,1,1,1,4877,0,9980.21,1801.04,1330.55,2.107,300,5,0,137,0,1,0,0,0),(47391,8396,1,1,1,7602,1,9606.44,2518.69,1331.62,0.226893,300,0,0,2138,0,0,0,0,0),(47392,1996,1,1,1,4877,0,10088.3,1823.85,1330.13,4.92491,300,5,0,137,0,1,0,0,0),(47393,1996,1,1,1,4877,0,10008.5,1791.62,1331.14,1.76188,300,5,0,137,0,1,0,0,0),(47394,1996,1,1,1,4877,0,9203.43,1586.16,1304.31,0.351312,300,5,0,137,0,1,0,0,0),(47395,1996,1,1,1,4877,0,9403.72,1683.41,1304.95,3.43988,300,5,0,137,0,1,0,0,0),(47396,1996,1,1,1,4877,0,9379.25,1658.24,1294.19,4.77883,300,5,0,137,0,1,0,0,0),(47397,1996,1,1,1,4877,0,10146.1,1714.15,1332.33,4.946,300,5,0,137,0,1,0,0,0),(47398,1996,1,1,1,4877,0,9205.81,1171.6,1317.49,1.88668,300,5,0,137,0,1,0,0,0),(47399,1996,1,1,1,4877,0,9187.7,1112.79,1318.35,5.8215,300,5,0,137,0,1,0,0,0),(47400,1996,1,1,1,4877,0,10170.6,1635.71,1322.77,4.82035,300,5,0,137,0,1,0,0,0),(47401,1996,1,1,1,4877,0,9576.04,477.247,1326.64,4.71126,300,5,0,137,0,1,0,0,0),(47402,1996,1,1,1,4877,0,9556.49,460.067,1326.76,4.20937,300,5,0,137,0,1,0,0,0),(47403,1996,1,1,1,4877,0,9285.75,881.269,1312.71,5.50462,300,5,0,137,0,1,0,0,0),(47404,1996,1,1,1,4877,0,9215.83,1079.87,1318.25,4.17925,300,5,0,137,0,1,0,0,0),(47405,1996,1,1,1,4877,0,9711.19,1858.09,1302.5,2.30423,300,5,0,137,0,1,0,0,0),(47406,1996,1,1,1,4877,0,9313.38,1362.66,1288.93,0.175465,300,5,0,137,0,1,0,0,0),(47407,1996,1,1,1,4877,0,10084.7,1837.94,1329.41,4.77646,300,5,0,137,0,1,0,0,0),(47408,1996,1,1,1,4877,0,10090.6,1900.31,1332.74,3.02608,300,5,0,137,0,1,0,0,0),(47409,1996,1,1,1,4877,0,9230.73,1101.04,1315.46,2.82679,300,5,0,137,0,1,0,0,0),(47410,1996,1,1,1,4877,0,9549.56,545.56,1323.05,0.781947,300,5,0,137,0,1,0,0,0),(47411,1996,1,1,1,4877,0,9191.43,1143.36,1318.71,1.80228,300,5,0,137,0,1,0,0,0),(47412,1996,1,1,1,4877,0,9680.88,1841.68,1299.59,2.11658,300,5,0,137,0,1,0,0,0),(47446,1996,1,1,1,4877,0,9267.5,1462.18,1292.89,2.72515,300,5,0,137,0,1,0,0,0),(47448,1996,1,1,1,4877,0,9219.35,816.566,1324.84,0.079168,300,5,0,137,0,1,0,0,0),(47450,1996,1,1,1,4877,0,9285.78,837.374,1313.51,0.295339,300,5,0,137,0,1,0,0,0),(47452,1996,1,1,1,4877,0,9945.13,1869.72,1325.32,1.4823,300,5,0,137,0,1,0,0,0),(47457,1996,1,1,1,4877,0,9234.41,1493.8,1301.46,0.626211,300,5,0,137,0,1,0,0,0),(47461,1996,1,1,1,4877,0,9510.28,1724.23,1291.52,1.89459,300,5,0,137,0,1,0,0,0),(47464,1996,1,1,1,4877,0,9274.5,1667.23,1307.5,2.57797,300,5,0,137,0,1,0,0,0),(47467,1996,1,1,1,4877,0,9214.06,1629.69,1306.77,3.55155,300,5,0,137,0,1,0,0,0),(47468,1996,1,1,1,4877,0,9614.76,1814.46,1295.24,3.36111,300,5,0,137,0,1,0,0,0),(47469,1996,1,1,1,4877,0,10031.5,1804.17,1325.78,3.94057,300,5,0,137,0,1,0,0,0),(47480,1996,1,1,1,4877,0,10115,1579.37,1321.3,4.2,300,5,0,137,0,1,0,0,0),(47481,1996,1,1,1,4877,0,10063.7,1642.1,1324.52,4.9505,300,5,0,137,0,1,0,0,0),(47482,1997,1,1,1,10830,0,10305.2,1736.23,1317.27,2.08604,300,5,0,156,0,1,0,0,0),(47483,1997,1,1,1,10830,0,10764.2,1459.83,1322.54,5.18333,300,5,0,156,0,1,0,0,0),(47484,1997,1,1,1,10830,0,10455,1494.12,1313.52,1.11181,300,5,0,156,0,1,0,0,0),(47485,1997,1,1,1,10830,0,10837,1902.39,1340.05,5.83593,300,5,0,156,0,1,0,0,0),(47486,1997,1,1,1,10830,0,10267.9,1814.53,1326.98,3.60293,300,5,0,156,0,1,0,0,0),(47487,1997,1,1,1,10830,0,10485.1,1466.42,1324.41,1.8326,300,0,0,156,0,0,0,0,0),(47488,1997,1,1,1,10830,0,10490.3,1876.43,1314.19,3.23511,300,5,0,156,0,1,0,0,0),(47489,1997,1,1,1,10830,0,10262.5,1855.55,1330.68,5.96743,300,5,0,156,0,1,0,0,0),(47490,1997,1,1,1,10830,0,10544,1895.34,1317.09,1.98154,300,5,0,156,0,1,0,0,0),(47491,1997,1,1,1,10830,0,10531.1,1881.37,1315.39,4.37134,300,5,0,156,0,1,0,0,0),(47492,1997,1,1,1,10830,0,10788.8,1827.02,1343.05,3.34692,300,5,0,156,0,1,0,0,0),(47493,1997,1,1,1,10830,0,10208.8,1852.12,1328.51,4.82822,300,5,0,156,0,1,0,0,0),(47494,1997,1,1,1,10830,0,10478.8,1554.19,1303.05,1.91787,300,5,0,156,0,1,0,0,0),(47495,1998,1,1,1,760,0,9656.88,350.249,1327.9,4.72157,300,5,0,102,0,1,0,0,0),(47496,1998,1,1,1,760,0,9725.78,391.919,1318.19,5.65743,300,5,0,102,0,1,0,0,0),(47497,1998,1,1,1,760,0,9783.13,275.199,1325.54,3.65088,300,5,0,102,0,1,0,0,0),(47498,1998,1,1,1,760,0,10246.1,1479.45,1332.79,6.18578,300,5,0,102,0,1,0,0,0),(47499,6094,1,1,1,4862,0,9902.94,999.576,1313.92,4.08407,300,0,0,573,0,0,0,0,0),(47500,1998,1,1,1,760,0,9891.67,275,1324.68,5.64074,300,5,0,102,0,1,0,0,0),(47501,1998,1,1,1,760,0,10003.7,1216.67,1321.98,4.17527,300,5,0,102,0,1,0,0,0),(47502,1998,1,1,1,760,0,9786.53,247.304,1328.15,5.69042,300,5,0,102,0,1,0,0,0),(47503,1998,1,1,1,760,0,9581.61,400.424,1334.57,3.54495,300,5,0,102,0,1,0,0,0),(47504,1998,1,1,1,760,0,9673.79,328.151,1328.59,1.78735,300,5,0,102,0,1,0,0,0),(47505,1998,1,1,1,760,0,9980.78,715.97,1321.28,5.41133,300,5,0,102,0,1,0,0,0),(47506,1998,1,1,1,760,0,9730.72,1089.27,1285.56,5.61399,300,5,0,102,0,1,0,0,0),(47507,1998,1,1,1,760,0,10237.4,1418.91,1334.01,4.29366,300,5,0,102,0,1,0,0,0),(47508,1998,1,1,1,760,0,9709.84,1053.49,1290.68,0.928411,300,5,0,102,0,1,0,0,0),(47509,1998,1,1,1,760,0,9815.6,1186.72,1285.27,6.00515,300,5,0,102,0,1,0,0,0),(47510,1998,1,1,1,760,0,9616.94,1217.17,1273.26,0.7545,300,5,0,102,0,1,0,0,0),(47511,1998,1,1,1,760,0,9651.17,1051.59,1277.83,6.15786,300,5,0,102,0,1,0,0,0),(47512,1998,1,1,1,760,0,9649.68,1120.19,1269.84,2.86866,300,5,0,102,0,1,0,0,0),(47513,1998,1,1,1,760,0,9543.8,1137.58,1263.46,0.19959,300,5,0,102,0,1,0,0,0),(47514,1998,1,1,1,760,0,9581.18,1183.55,1268.77,2.66152,300,5,0,102,0,1,0,0,0),(47515,1998,1,1,1,760,0,9567.38,1098.97,1263.3,5.44974,300,5,0,102,0,1,0,0,0),(47516,1998,1,1,1,760,0,9957.98,712.125,1317.39,1.64217,300,5,0,102,0,1,0,0,0),(47517,1998,1,1,1,760,0,9978.34,686.971,1318.52,5.4295,300,5,0,102,0,1,0,0,0),(47518,1998,1,1,1,760,0,9978.99,720.331,1321.49,2.10768,300,5,0,102,0,1,0,0,0),(47519,1998,1,1,1,760,0,9892.32,720.51,1309.51,5.21446,300,5,0,102,0,1,0,0,0),(47520,1998,1,1,1,760,0,9854.65,755.521,1304.15,1.05127,300,5,0,102,0,1,0,0,0),(47521,1998,1,1,1,760,0,9687.72,589.285,1303.72,1.02401,300,5,0,102,0,1,0,0,0),(47522,1998,1,1,1,760,0,9766.61,560.713,1302.05,1.09579,300,5,0,102,0,1,0,0,0),(47523,1998,1,1,1,760,0,9805.03,782.435,1301.55,6.19518,300,5,0,102,0,1,0,0,0),(47524,1998,1,1,1,760,0,9734.84,553.214,1304.7,6.2285,300,5,0,102,0,1,0,0,0),(47525,1998,1,1,1,760,0,9752.49,701.958,1298.41,3.92538,300,5,0,102,0,1,0,0,0),(47526,1998,1,1,1,760,0,9811.62,747.917,1303.17,0,300,5,0,102,0,1,0,0,0),(47527,1998,1,1,1,760,0,9936.05,852.817,1319.3,5.17688,300,5,0,102,0,1,0,0,0),(47528,1998,1,1,1,760,0,9945.06,1154.05,1319.4,5.4747,300,5,0,102,0,1,0,0,0),(47529,1998,1,1,1,760,0,9749.13,1084.77,1289.17,1.82304,300,5,0,102,0,1,0,0,0),(47530,1998,1,1,1,760,0,9846.11,1179.13,1292.21,5.37094,300,5,0,102,0,1,0,0,0),(47531,1998,1,1,1,760,0,9786.25,752.293,1299.85,5.65942,300,5,0,102,0,1,0,0,0),(47532,1998,1,1,1,760,0,9940.73,1154.56,1317.73,2.72119,300,5,0,102,0,1,0,0,0),(47533,1999,1,1,1,759,0,9202.22,1532.79,1307.42,5.6635,300,5,0,137,0,1,0,0,0),(47534,1999,1,1,1,759,0,9738.34,1836.19,1301.81,0.727976,300,5,0,137,0,1,0,0,0),(47535,1999,1,1,1,759,0,9338.58,708.866,1306.95,2.6067,300,5,0,137,0,1,0,0,0),(47536,3535,1,1,1,1549,0,10805.7,1575.82,1280.94,0.117583,7200,0,0,273,0,0,0,0,0),(47537,1999,1,1,1,759,0,9285.48,1684.98,1313.44,0.935108,300,5,0,137,0,1,0,0,0),(47538,1999,1,1,1,759,0,10175.8,1740.21,1330.58,5.37172,300,5,0,137,0,1,0,0,0),(47539,1999,1,1,1,759,0,9313.24,1047.32,1298.76,2.25184,300,5,0,137,0,1,0,0,0),(47540,1999,1,1,1,759,0,9484.96,494.845,1335.53,5.20895,300,5,0,137,0,1,0,0,0),(47541,1999,1,1,1,759,0,9153.75,1484.58,1323.38,0.216458,300,5,0,137,0,1,0,0,0),(47542,1999,1,1,1,759,0,9248.21,779.354,1322.96,3.92729,300,5,0,137,0,1,0,0,0),(47543,1999,1,1,1,759,0,9346.25,1012.81,1288.34,4.51231,300,5,0,137,0,1,0,0,0),(47544,1999,1,1,1,759,0,10205.6,1842.59,1326.39,4.62949,300,5,0,137,0,1,0,0,0),(47545,1999,1,1,1,759,0,10224,1922.12,1338.52,6.03803,300,5,0,137,0,1,0,0,0),(47546,1999,1,1,1,759,0,9205.66,1040.84,1320.83,0.333834,300,5,0,137,0,1,0,0,0),(47547,1999,1,1,1,759,0,9250.82,1718.19,1319.13,4.57326,300,5,0,137,0,1,0,0,0),(47548,1999,1,1,1,759,0,9304.03,1539.41,1279.56,2.03625,300,5,0,137,0,1,0,0,0),(47549,1999,1,1,1,759,0,9187.33,1519.67,1314.27,0.33225,300,5,0,137,0,1,0,0,0),(47550,1999,1,1,1,759,0,9282.08,1344.79,1290.37,4.33185,300,5,0,137,0,1,0,0,0),(47551,1999,1,1,1,759,0,9250.47,1319.16,1295.35,1.64607,300,5,0,137,0,1,0,0,0),(47552,1999,1,1,1,759,0,9808.72,1836.56,1309.72,2.55928,300,5,0,137,0,1,0,0,0),(47553,1999,1,1,1,759,0,9247.54,1049.93,1312.31,4.81455,300,5,0,137,0,1,0,0,0),(47554,1999,1,1,1,759,0,9284.74,750.586,1317.5,1.39962,300,5,0,137,0,1,0,0,0),(47555,1999,1,1,1,759,0,9284.65,681.172,1319.21,5.33067,300,5,0,137,0,1,0,0,0),(47556,1999,1,1,1,759,0,9449.48,1505.28,1294.97,2.23677,300,5,0,137,0,1,0,0,0),(47557,1999,1,1,1,759,0,9351.33,1508.75,1274.56,1.43599,300,5,0,137,0,1,0,0,0),(47558,1999,1,1,1,759,0,9796.47,1789.23,1308.15,6.25778,300,5,0,137,0,1,0,0,0),(47559,1999,1,1,1,759,0,10181.2,1758.21,1331.42,4.25042,300,5,0,137,0,1,0,0,0),(47560,1999,1,1,1,759,0,9401.32,1446.25,1282.06,5.12238,300,5,0,137,0,1,0,0,0),(47567,1999,1,1,1,759,0,9296.43,1632.11,1298.44,2.25728,300,5,0,137,0,1,0,0,0),(47571,1999,1,1,1,759,0,9987.6,1587.16,1321.4,0.426951,300,5,0,137,0,1,0,0,0),(47573,1999,1,1,1,759,0,10047.6,1636.69,1324.98,3.49241,300,5,0,137,0,1,0,0,0),(47574,2000,1,1,1,1989,0,10226.7,1589.8,1291.19,2.84841,300,5,0,156,0,1,0,0,0),(47576,2000,1,1,1,1989,0,10287.4,1612.93,1293.69,5.41588,300,5,0,156,0,1,0,0,0),(47577,2000,1,1,1,1989,0,10742.1,1373.31,1328.5,2.66692,300,5,0,156,0,1,0,0,0),(47580,2000,1,1,1,1989,0,10723.2,2052.17,1320.15,0.291176,300,5,0,156,0,1,0,0,0),(47581,2000,1,1,1,1989,0,10638.6,1518.85,1308.99,5.34992,300,5,0,156,0,1,0,0,0),(47584,2000,1,1,1,1989,0,10321.7,1582.07,1292.69,5.87329,300,5,0,156,0,1,0,0,0),(47585,2000,1,1,1,1989,0,10778.6,2118.35,1312.26,2.88893,300,5,0,156,0,1,0,0,0),(47596,2000,1,1,1,1989,0,10358,1482.01,1327.27,4.08862,300,5,0,156,0,1,0,0,0),(47604,2000,1,1,1,1989,0,10674.4,1403.15,1327.41,2.15907,300,5,0,156,0,1,0,0,0),(47609,2000,1,1,1,1989,0,10764.8,1781.47,1327.71,3.92699,300,5,0,156,0,1,0,0,0),(47610,2000,1,1,1,1989,0,10736.5,1966.02,1336.96,3.86134,300,5,0,156,0,1,0,0,0),(47615,2000,1,1,1,1989,0,10306.1,1341.39,1342.86,4.38369,300,5,0,156,0,1,0,0,0),(47616,2000,1,1,1,1989,0,10260.6,1653.7,1305.74,2.65479,300,5,0,156,0,1,0,0,0),(47617,2000,1,1,1,1989,0,10735.2,2104.67,1317.07,1.26366,300,5,0,156,0,1,0,0,0),(47619,2000,1,1,1,1989,0,10321,1379.83,1340.58,5.62523,300,5,0,156,0,1,0,0,0),(47620,2000,1,1,1,1989,0,10353.6,1620.42,1296.99,1.40854,300,5,0,156,0,1,0,0,0),(47621,2001,1,1,1,6808,0,10899,1487.04,1294,2.17992,300,5,0,198,0,1,0,0,0),(47633,721,1,1,1,328,0,10053.7,561.67,1320.68,3.62678,300,5,0,1,0,1,0,0,0),(47639,721,1,1,1,4626,0,9572.91,614.55,1273.39,2.38977,300,5,0,1,0,1,0,0,0),(47640,17105,1,1,1,16856,1,9664.36,2528.67,1360.08,5.65487,300,0,0,2243,5751,0,0,0,0),(47647,721,1,1,1,328,0,9977.56,595.21,1314.48,1.53947,300,5,0,1,0,1,0,0,0),(47660,721,1,1,1,4626,0,10611.7,713.525,1322.68,4.24184,300,5,0,1,0,1,0,0,0),(47661,721,1,1,1,4626,0,9244.16,1004.59,1316.26,4.41321,300,5,0,1,0,1,0,0,0),(47662,721,1,1,1,4626,0,9192.84,1285.99,1317.6,1.77922,300,5,0,1,0,1,0,0,0),(47663,721,1,1,1,328,0,10100.2,497.388,1326,2.76957,300,5,0,1,0,1,0,0,0),(47752,721,1,1,1,328,0,10278.9,1002.16,1343.19,3.92374,300,5,0,1,0,1,0,0,0),(47753,721,1,1,1,328,0,9204.81,1071.28,1319.93,0.28298,300,5,0,1,0,1,0,0,0),(47756,721,1,1,1,4626,0,10214.5,1563.45,1296.01,6.18214,300,5,0,1,0,1,0,0,0),(47770,721,1,1,1,4626,0,9711.35,1344.77,1319.96,0.880505,300,5,0,1,0,1,0,0,0),(47776,721,1,1,1,4626,0,9663.33,1401.8,1402.42,2.35831,300,5,0,1,0,1,0,0,0),(47851,721,1,1,1,4626,0,10334.1,640.282,1328.54,3.36643,300,5,0,1,0,1,0,0,0),(47852,721,1,1,1,328,0,10204.6,1610.72,1300.95,5.07667,300,5,0,1,0,1,0,0,0),(47853,721,1,1,1,4626,0,9753.66,1776.96,1301.64,4.91686,300,5,0,1,0,1,0,0,0),(47854,721,1,1,1,328,0,9459.09,669.671,1271.39,1.91479,300,5,0,1,0,1,0,0,0),(47855,721,1,1,1,4626,0,10364.1,1853.79,1323.32,2.42511,300,5,0,1,0,1,0,0,0),(47856,721,1,1,1,4626,0,10289.2,1630.12,1296.85,0.26225,300,5,0,1,0,1,0,0,0),(47857,721,1,1,1,4626,0,10034.2,346.6,1317.77,1.28008,300,5,0,1,0,1,0,0,0),(47858,721,1,1,1,4626,0,9265.3,1226.51,1294.8,4.06232,300,5,0,1,0,1,0,0,0),(47859,721,1,1,1,328,0,10636.1,1868.97,1317.24,2.54618,300,5,0,1,0,1,0,0,0),(47860,721,1,1,1,4626,0,9626.73,1356.11,1377.12,0.981181,300,5,0,1,0,1,0,0,0),(47861,721,1,1,1,328,0,9265.5,1527.91,1288.89,5.83748,300,5,0,1,0,1,0,0,0),(47862,721,1,1,1,4626,0,9447.73,1689.54,1302.57,3.19052,300,5,0,1,0,1,0,0,0),(47863,721,1,1,1,4626,0,10344.7,1000.12,1334.75,1.25997,300,5,0,1,0,1,0,0,0),(47864,721,1,1,1,4626,0,9181.47,1444.38,1317.73,4.15603,300,5,0,1,0,1,0,0,0),(47865,721,1,1,1,4626,0,9178.74,1146.59,1316.43,0.436332,300,0,0,1,0,0,0,0,0),(47866,721,1,1,1,4626,0,9677.83,407.559,1320.78,5.08532,300,5,0,1,0,1,0,0,0),(47867,721,1,1,1,4626,0,10002.4,1727.5,1330.89,4.10055,300,5,0,1,0,1,0,0,0),(47869,721,1,1,1,328,0,9661.57,1365.11,1385.97,1.95837,300,5,0,1,0,1,0,0,0),(47870,721,1,1,1,4626,0,10821.5,1701.12,1306.87,3.30153,300,5,0,1,0,1,0,0,0),(47876,721,1,1,1,4626,0,10562.4,578.88,1339.96,3.24333,300,5,0,1,0,1,0,0,0),(47879,721,1,1,1,4626,0,9434.01,536.535,1323.09,2.26372,300,5,0,1,0,1,0,0,0),(47880,721,1,1,1,4626,0,10411,1030.3,1333.32,4.54869,300,5,0,1,0,1,0,0,0),(47883,721,1,1,1,328,0,10686.3,687.986,1331.57,6.01231,300,5,0,1,0,1,0,0,0),(47900,721,1,1,1,4626,0,10420,520.928,1332.64,5.22041,300,5,0,1,0,1,0,0,0),(47902,721,1,1,1,328,0,9511.79,1733.45,1293.18,0.980404,300,5,0,1,0,1,0,0,0),(47903,721,1,1,1,328,0,9554.2,468.955,1326.66,0.395791,300,5,0,1,0,1,0,0,0),(47904,721,1,1,1,4626,0,9662.9,846.748,1272.76,5.68899,300,5,0,1,0,1,0,0,0),(47905,721,1,1,1,328,0,10726.8,781.971,1329.03,2.66168,300,5,0,1,0,1,0,0,0),(47906,721,1,1,1,328,0,9766.15,346.354,1320.56,2.29517,300,5,0,1,0,1,0,0,0),(47907,721,1,1,1,328,0,10513.7,779.271,1316.56,0.307046,300,5,0,1,0,1,0,0,0),(47908,721,1,1,1,4626,0,9808.06,1311.73,1309.07,0.388149,300,5,0,1,0,1,0,0,0),(47909,721,1,1,1,4626,0,10344.1,710.356,1326.82,2.94803,300,5,0,1,0,1,0,0,0),(47910,721,1,1,1,4626,0,9742.37,1218.44,1281.11,5.62241,300,5,0,1,0,1,0,0,0),(47911,721,1,1,1,4626,0,10514,942.307,1316.23,1.89424,300,5,0,1,0,1,0,0,0),(47912,2001,1,1,1,6808,0,10849.6,1716.69,1311.1,1.8226,300,5,0,198,0,1,0,0,0),(47913,721,1,1,1,4626,0,9663.3,998.257,1290.36,1.70317,300,5,0,1,0,1,0,0,0),(47914,2001,1,1,1,6808,0,10969.4,1770.16,1315.86,2.89693,300,5,0,198,0,1,0,0,0),(47915,721,1,1,1,4626,0,10264.4,790.836,1346.24,2.39375,300,5,0,1,0,1,0,0,0),(47916,721,1,1,1,4626,0,9721.99,980.546,1294.88,2.08769,300,5,0,1,0,1,0,0,0),(47917,721,1,1,1,4626,0,9764.39,1002,1298.72,4.62997,300,5,0,1,0,1,0,0,0),(47918,2001,1,1,1,6808,0,10883.9,1878.19,1335.14,5.71268,300,5,0,198,0,1,0,0,0),(47919,721,1,1,1,4626,0,10109.9,398.309,1325.66,0.904319,300,5,0,1,0,1,0,0,0),(47920,721,1,1,1,328,0,9897.65,1885.72,1322.7,3.11562,300,5,0,1,0,1,0,0,0),(47921,721,1,1,1,328,0,10409.8,818.604,1318.91,1.50101,300,5,0,1,0,1,0,0,0),(47922,721,1,1,1,328,0,10711.6,890.249,1326.36,3.99986,300,5,0,1,0,1,0,0,0),(47923,721,1,1,1,4626,0,9741.09,1220.41,1281.11,1.414,300,5,0,1,0,1,0,0,0),(47924,721,1,1,1,4626,0,9782.37,1168.63,1282.89,4.76475,300,0,0,1,0,0,0,0,0),(47925,721,1,1,1,328,0,10477.3,693.456,1320.71,5.80931,300,0,0,1,0,0,0,0,0),(47926,721,1,1,1,4626,0,10268.2,848.481,1341.46,0.77424,300,5,0,1,0,1,0,0,0),(47927,721,1,1,1,328,0,9720.13,980.814,1294.58,6.28128,300,5,0,1,0,1,0,0,0),(47928,721,1,1,1,4626,0,10347.8,822.196,1325.76,2.00451,300,5,0,1,0,1,0,0,0),(47929,721,1,1,1,328,0,9661.4,846.723,1271.26,3.50931,300,5,0,1,0,1,0,0,0),(47931,721,1,1,1,4626,0,9747.35,880.639,1295.58,2.01261,300,5,0,1,0,1,0,0,0),(47932,721,1,1,1,4626,0,9765.81,1003.75,1298.72,5.04843,300,5,0,1,0,1,0,0,0),(47933,721,1,1,1,328,0,10020.3,434.576,1314.25,2.17001,300,5,0,1,0,1,0,0,0),(47934,721,1,1,1,4626,0,9780.04,1167.73,1282.03,3.51969,300,5,0,1,0,1,0,0,0),(47936,721,1,1,1,4626,0,9798.89,839.381,1303.21,0.89781,300,5,0,1,0,1,0,0,0),(47937,721,1,1,1,328,0,9943.05,735.944,1319.58,5.06533,300,5,0,1,0,1,0,0,0),(47939,2002,1,1,1,3023,1,10084.9,1081.39,1327.59,3.87463,300,0,0,98,115,0,0,0,0),(47940,2002,1,1,1,3023,1,10090.8,1118.69,1326.09,3.06368,300,5,0,98,115,1,0,0,0),(47941,2002,1,1,1,3023,1,10064.5,1120.68,1324.85,3.30864,300,5,0,98,115,1,0,0,0),(47942,2002,1,1,1,3023,1,10175.1,1107.41,1331.61,5.31748,300,5,0,98,115,1,0,0,0),(47946,2002,1,1,1,3023,1,10174.7,1086.13,1329.95,0.111391,300,5,0,98,115,1,0,0,0),(47947,2002,1,1,1,3023,1,10166.6,1085.47,1329.92,3.83972,300,0,0,98,115,0,0,0,0),(47949,2002,1,1,1,3023,1,10107.1,1074.42,1327.16,4.46153,300,5,0,98,115,1,0,0,0),(47953,2002,1,1,1,3023,1,10134.3,1086.39,1327.63,0.180877,300,5,0,98,115,1,0,0,0),(47954,2003,1,1,1,6809,1,10095.2,1088.31,1327.69,4.25328,300,5,0,98,115,1,0,0,0),(47955,2003,1,1,1,6809,1,10104.6,1117.46,1324.12,3.22801,300,5,0,98,115,1,0,0,0),(47956,2003,1,1,1,6809,1,10124,1115.91,1322.82,5.6648,300,5,0,98,115,1,0,0,0),(47957,2003,1,1,1,6809,1,10084,1119.23,1326.43,5.85183,300,5,0,98,115,1,0,0,0),(47958,2003,1,1,1,6809,1,10074.9,1094.94,1327.67,5.14596,300,5,0,98,115,1,0,0,0),(47959,2003,1,1,1,6809,1,10108.3,1101.98,1323.4,3.4153,300,5,0,98,115,1,0,0,0),(47960,2003,1,1,1,6809,1,10094.5,1063.06,1325.87,2.42165,300,5,0,98,115,1,0,0,0),(47961,2003,1,1,1,6809,1,10087.2,1028.69,1327.95,3.64579,300,5,0,98,115,1,0,0,0),(47962,2003,1,1,1,6809,1,10045.3,1034.42,1329.71,3.4901,300,5,0,98,115,1,0,0,0),(47963,2003,1,1,1,6809,1,10070.5,1040.39,1328.03,2.76407,300,5,0,98,115,1,0,0,0),(47964,2004,1,1,1,568,1,10127.5,1147.32,1314.08,1.24214,300,5,0,120,0,1,0,0,0),(47965,2004,1,1,1,568,1,10099.1,1206.56,1312.45,1.22901,300,5,0,120,0,1,0,0,0),(47966,2004,1,1,1,568,1,10157.8,1114.41,1331.51,2.89725,300,0,0,120,0,0,0,0,0),(47967,2004,1,1,1,568,1,10140.9,1136.49,1333.49,1.94487,300,5,0,120,0,1,0,0,0),(47968,2004,1,1,1,568,1,10171,1180.35,1329.8,5.49779,300,0,0,120,0,0,0,0,0),(47969,2004,1,1,1,568,1,10133.4,1184.51,1323.54,6.25396,300,5,0,120,0,1,0,0,0),(47970,2004,1,1,1,568,1,10134.7,1197.33,1323.64,2.83357,300,5,0,120,0,1,0,0,0),(47971,2004,1,1,1,568,1,10133.3,1128.03,1336.38,5.47534,300,5,0,120,0,1,0,0,0),(47972,2005,1,1,1,6811,1,10118.5,1177.87,1314.95,5.61911,300,5,0,137,0,1,0,0,0),(47973,2005,1,1,1,6811,1,10078.7,1185.3,1316.05,1.81514,300,0,0,137,0,0,0,0,0),(48023,2005,1,1,1,6811,1,10097.8,1155.89,1314.94,0.860277,300,5,0,137,0,1,0,0,0),(48024,2005,1,1,1,6811,1,10114.2,1166.39,1313.71,3.46376,300,5,0,137,0,1,0,0,0),(48025,2005,1,1,1,6811,1,10110.4,1156.79,1313.28,0.698132,300,0,0,137,0,0,0,0,0),(48026,2005,1,1,1,6811,1,10084.4,1193.98,1316.19,3.52763,300,5,0,137,0,1,0,0,0),(48027,2005,1,1,1,6811,1,10062.3,1161.59,1319.38,2.81534,300,5,0,137,0,1,0,0,0),(48028,2005,1,1,1,6811,1,10115.3,1202.7,1311.53,0.96354,300,5,0,137,0,1,0,0,0),(48029,2005,1,1,1,6811,1,10184.2,1163.88,1328.24,1.39832,300,5,0,137,0,1,0,0,0),(48030,2005,1,1,1,6811,1,10173.4,1189.98,1329,4.76475,300,0,0,137,0,0,0,0,0),(48031,2005,1,1,1,6811,1,10152.7,1133.56,1331.09,0.9075,300,5,0,137,0,1,0,0,0),(48032,2006,1,1,1,6798,0,9681.67,418.418,1317.92,0.291353,300,5,0,102,0,1,0,0,0),(48033,2006,1,1,1,6798,0,9664.92,464.451,1310.19,0.27957,300,5,0,102,0,1,0,0,0),(48035,2006,1,1,1,6798,0,9656.18,485.537,1309.6,4.43711,300,5,0,102,0,1,0,0,0),(48041,2006,1,1,1,6798,0,9663.65,505.591,1308.12,2.54616,300,5,0,102,0,1,0,0,0),(48042,2006,1,1,1,6798,0,9782.75,419.911,1304.19,1.998,300,5,0,102,0,1,0,0,0),(48043,2006,1,1,1,6798,0,9848.3,348.344,1311.76,5.86766,300,5,0,102,0,1,0,0,0),(48044,2006,1,1,1,6798,0,9856.84,309.629,1321.52,2.42566,300,5,0,102,0,1,0,0,0),(48045,2006,1,1,1,6798,0,9875.93,482.709,1303.97,2.75505,300,5,0,102,0,1,0,0,0),(48046,2006,1,1,1,6798,0,9879.91,518.953,1304.47,2.69301,300,5,0,102,0,1,0,0,0),(48047,2006,1,1,1,6798,0,9645.2,420.071,1324.41,1.49623,300,5,0,102,0,1,0,0,0),(48048,2007,1,1,1,6799,1,9606.41,491.603,1323.81,5.04867,300,5,0,102,0,1,0,0,0),(48049,2007,1,1,1,6799,1,9666.96,458.167,1309.86,1.11701,300,0,0,102,0,0,0,0,0),(48050,2007,1,1,1,6799,1,9656.91,521.322,1307.75,4.74945,300,5,0,102,0,1,0,0,0),(48051,2007,1,1,1,6799,1,9781.55,450.743,1306.62,5.93425,300,5,0,102,0,1,0,0,0),(48052,2007,1,1,1,6799,1,9950.84,382.575,1306.8,0.281493,300,5,0,102,0,1,0,0,0),(48053,2007,1,1,1,6799,1,9685.85,480.909,1306.09,2.09674,300,5,0,102,0,1,0,0,0),(48054,2007,1,1,1,6799,1,9739.68,487.031,1308.57,0.814416,300,0,0,102,0,0,0,0,0),(48055,2007,1,1,1,6799,1,9777.34,384.361,1314.53,2.66277,300,5,0,102,0,1,0,0,0),(48056,2007,1,1,1,6799,1,9825.18,479.391,1303.39,5.02658,300,5,0,102,0,1,0,0,0),(48057,2007,1,1,1,6799,1,9650.45,463.484,1312.57,4.20522,300,5,0,102,0,1,0,0,0),(48058,2007,1,1,1,6799,1,9852.87,489.942,1303.6,1.61081,300,5,0,102,0,1,0,0,0),(48059,2007,1,1,1,6799,1,9916.51,412.47,1305.24,0.354916,300,5,0,102,0,1,0,0,0),(48060,2007,1,1,1,6799,1,9824.75,390.097,1308.65,6.27128,300,5,0,102,0,1,0,0,0),(48061,2008,1,1,1,6800,1,10053.9,226.025,1329.09,3.94239,300,5,0,120,0,1,0,0,0),(48062,2008,1,1,1,6800,1,10039.5,286.132,1323.79,4.01772,300,5,0,120,0,1,0,0,0),(48063,2008,1,1,1,6800,1,10043.4,242.005,1327.12,4.61991,300,5,0,120,0,1,0,0,0),(48064,2008,1,1,1,6800,1,10029.6,236.761,1327.2,1.66415,300,5,0,120,0,1,0,0,0),(48065,2008,1,1,1,6800,1,10001.5,264.255,1325.55,4.00886,300,5,0,120,0,1,0,0,0),(48066,2008,1,1,1,6800,1,9629.64,472.002,1312.95,6.12611,300,0,0,120,0,0,0,0,0),(48067,2008,1,1,1,6800,1,9670.93,461.432,1309.83,3.38594,300,0,0,120,0,0,0,0,0),(48068,2008,1,1,1,6800,1,9635.06,474.252,1312.63,4.03171,300,0,0,120,0,0,0,0,0),(48069,2008,1,1,1,6800,1,9804.82,404.503,1307.79,0.264008,300,5,0,120,0,1,0,0,0),(48070,2008,1,1,1,6800,1,9578.96,1284.63,1297.25,2.887,300,5,0,120,0,1,0,0,0),(48071,2008,1,1,1,6800,1,9519.56,1281.89,1299.16,1.57617,300,5,0,120,0,1,0,0,0),(48072,2008,1,1,1,6800,1,9604.1,1269.65,1287.34,3.41722,300,5,0,120,0,1,0,0,0),(48073,2008,1,1,1,6800,1,9585.77,1253.09,1286.96,0.438774,300,5,0,120,0,1,0,0,0),(48074,2008,1,1,1,6800,1,9565.31,1265.65,1293.67,0.381825,300,5,0,120,0,1,0,0,0),(48075,2008,1,1,1,6800,1,9725.67,1221.51,1278.88,5.25196,300,5,0,120,0,1,0,0,0),(48076,2008,1,1,1,6800,1,9723.47,1253.85,1289.07,6.01935,300,5,0,120,0,1,0,0,0),(48077,2008,1,1,1,6800,1,9633.64,467.603,1312.85,4.06215,300,5,0,120,0,1,0,0,0),(48078,2008,1,1,1,6800,1,9808.06,456.356,1305.05,3.05102,300,5,0,120,0,1,0,0,0),(48079,2008,1,1,1,6800,1,9748.39,1280,1300.28,2.81973,300,5,0,120,0,1,0,0,0),(48080,2008,1,1,1,6800,1,9752.77,1250.04,1289.05,0.097822,300,5,0,120,0,1,0,0,0),(48081,2008,1,1,1,6800,1,10027,319.662,1321.21,0.794537,300,5,0,120,0,1,0,0,0),(48082,2008,1,1,1,6800,1,9790.03,360.31,1309.82,0.081508,300,5,0,120,0,1,0,0,0),(48083,2008,1,1,1,6800,1,10046.6,354.325,1318.39,2.85106,300,5,0,120,0,1,0,0,0),(48084,2008,1,1,1,6800,1,10049.8,336.364,1323.64,2.19445,300,5,0,120,0,1,0,0,0),(48085,2008,1,1,1,6800,1,9884.27,459.767,1302.46,1.97388,300,5,0,120,0,1,0,0,0),(48086,2008,1,1,1,6800,1,9888.83,430.142,1304.99,0.329859,300,5,0,120,0,1,0,0,0),(48087,2008,1,1,1,6800,1,9841.84,438.603,1307.79,5.5188,300,5,0,120,0,1,0,0,0),(48088,2008,1,1,1,6800,1,9829.32,436.897,1307.79,3.29365,300,5,0,120,0,1,0,0,0),(48089,2008,1,1,1,6800,1,9876.89,400.695,1307.49,4.06556,300,5,0,120,0,1,0,0,0),(48157,2008,1,1,1,6800,1,9896.81,382.507,1309.68,3.18585,300,5,0,120,0,1,0,0,0),(48163,2008,1,1,1,6800,1,9854.61,464.205,1306.06,1.4162,300,5,0,120,0,1,0,0,0),(48164,2008,1,1,1,6800,1,9817.79,432.526,1317.18,3.42053,300,5,0,120,0,1,0,0,0),(48175,2008,1,1,1,6800,1,9856.04,422.91,1306.63,4.74771,300,5,0,120,0,1,0,0,0),(48185,2008,1,1,1,6800,1,9815.32,352.438,1308.46,1.92755,300,5,0,120,0,1,0,0,0),(48197,2009,1,1,1,897,1,9557.89,1910.5,1323.07,0.08959,300,5,0,131,138,1,0,0,0),(48199,2009,1,1,1,897,1,9584.84,1883.77,1311.63,0.942239,300,5,0,131,138,1,0,0,0),(48200,2009,1,1,1,897,1,9564.52,1291.91,1301.1,5.1875,300,5,0,131,138,1,0,0,0),(48201,2009,1,1,1,897,1,9570.06,1300.03,1300.67,3.83972,300,0,0,131,138,0,0,0,0),(48202,2009,1,1,1,897,1,9544.75,1306.46,1304.3,2.23645,300,5,0,131,138,1,0,0,0),(48207,2009,1,1,1,897,1,9235.6,921.178,1321.61,0.676521,300,5,0,131,138,1,0,0,0),(48208,2009,1,1,1,897,1,9253.15,901.938,1322.26,0.631944,300,5,0,131,138,1,0,0,0),(48210,2009,1,1,1,897,1,9285.57,919.102,1312.77,0.732626,300,5,0,131,138,1,0,0,0),(48211,2009,1,1,1,897,1,9209.92,935.889,1324.81,0.945267,300,5,0,131,138,1,0,0,0),(48212,2009,1,1,1,897,1,9182.35,1318.18,1317.48,1.82767,300,5,0,131,138,1,0,0,0),(48213,2009,1,1,1,897,1,9196.84,1376.74,1314.09,2.85211,300,5,0,131,138,1,0,0,0),(48214,2009,1,1,1,897,1,9185.88,1430.13,1313.17,0.20944,300,0,0,131,138,0,0,0,0),(48215,2009,1,1,1,897,1,9158.33,1338.28,1322.25,1.65806,300,0,0,131,138,0,0,0,0),(48216,2009,1,1,1,897,1,9206.38,1453.43,1311.44,0.307656,300,5,0,131,138,1,0,0,0),(48217,8665,1,1,1,7934,1,9914.39,2201.35,1328.04,5.8294,300,0,0,1003,0,0,0,0,0),(48259,2009,1,1,1,897,1,9604.95,1862.44,1301.93,1.2188,300,5,0,131,138,1,0,0,0),(48266,2009,1,1,1,897,1,9220.63,1406.64,1306.39,4.41206,300,5,0,131,138,1,0,0,0),(48271,2009,1,1,1,897,1,9186.85,1373.76,1315.15,5.96903,300,0,0,131,138,0,0,0,0),(48272,2009,1,1,1,897,1,9167.41,1393.4,1319.86,2.29192,300,5,0,131,138,1,0,0,0),(48273,2009,1,1,1,897,1,9204.94,1403.91,1310.67,1.0436,300,5,0,131,138,1,0,0,0),(48298,2009,1,1,1,897,1,9869.99,1511.57,1272.79,1.02794,300,0,0,131,138,0,0,0,0),(48299,2009,1,1,1,897,1,9894.46,1554.43,1279.01,2.40562,300,5,0,131,138,1,0,0,0),(48328,2009,1,1,1,897,1,9695.77,1240.79,1281.94,0.162226,300,5,0,131,138,1,0,0,0),(48329,2009,1,1,1,897,1,9703.54,1270.59,1290.93,5.48033,300,0,0,131,138,0,0,0,0),(48330,2009,1,1,1,897,1,9882.11,1547.37,1328.39,2.99753,300,5,0,131,138,1,0,0,0),(48331,2009,1,1,1,897,1,9854.45,1563.05,1329.17,0.946331,300,5,0,131,138,1,0,0,0),(48332,2009,1,1,1,897,1,9875.38,1542.06,1330.44,3.66442,300,5,0,131,138,1,0,0,0),(48333,2009,1,1,1,897,1,9778.91,1549.39,1299.39,5.78089,300,5,0,131,138,1,0,0,0),(48344,2009,1,1,1,897,1,9846.33,1560.68,1319.34,5.97073,300,5,0,131,138,1,0,0,0),(48346,2009,1,1,1,897,1,9784.63,1564.38,1299.72,2.33961,300,5,0,131,138,1,0,0,0),(48349,2009,1,1,1,897,1,9752.92,1553.26,1263.73,4.08339,300,5,0,131,138,1,0,0,0),(48350,2009,1,1,1,897,1,9827.01,1495.05,1257.96,0.294512,300,0,0,131,138,0,0,0,0),(48351,2009,1,1,1,897,1,9798.34,1499.25,1257.86,1.84259,300,5,0,131,138,1,0,0,0),(48352,2009,1,1,1,897,1,9792.03,1518.96,1259.15,5.15101,300,5,0,131,138,1,0,0,0),(48353,2009,1,1,1,897,1,9836.14,1507.64,1262.99,1.68874,300,0,0,131,138,0,0,0,0),(48356,2009,1,1,1,897,1,9851.42,1522.31,1258.44,0.450935,300,5,0,131,138,1,0,0,0),(48357,2009,1,1,1,897,1,9779.23,1590.08,1289.89,3.12771,300,5,0,131,138,1,0,0,0),(48368,2009,1,1,1,897,1,9736.1,1584.71,1269.87,5.81966,300,5,0,131,138,1,0,0,0),(48377,2009,1,1,1,897,1,9757.8,1573.54,1267.87,5.11692,300,5,0,131,138,1,0,0,0),(48378,2009,1,1,1,897,1,9769.95,1611.7,1285.49,3.7001,300,0,0,131,138,0,0,0,0),(48382,2009,1,1,1,897,1,9795.56,1594.38,1300.4,3.71755,300,0,0,131,138,0,0,0,0),(48421,2009,1,1,1,897,1,9815.89,1565.21,1294.96,1.90241,300,0,0,131,138,0,0,0,0),(48426,2009,1,1,1,897,1,9810.28,1570.64,1295.44,2.51327,300,0,0,131,138,0,0,0,0),(48429,2009,1,1,1,897,1,9844.43,1555.69,1291.02,2.21657,300,0,0,131,138,0,0,0,0),(48434,2009,1,1,1,897,1,9753.06,1631.21,1282.69,1.55334,300,0,0,131,138,0,0,0,0),(48438,2009,1,1,1,897,1,9885.56,1529.5,1275.6,2.00713,300,0,0,131,138,0,0,0,0),(48449,2009,1,1,1,897,1,9853.45,1507.32,1270.86,6.02139,300,0,0,131,138,0,0,0,0),(48450,2009,1,1,1,897,1,9828.87,1494.34,1257.97,3.37778,300,5,0,131,138,1,0,0,0),(48451,2010,1,1,1,6801,1,9389.67,1705.03,1305.64,0.500743,300,5,0,137,0,1,0,0,0),(48452,2010,1,1,1,6801,1,9583.09,1813.49,1296.08,4.53922,300,5,0,137,0,1,0,0,0),(48453,2010,1,1,1,6801,1,9553.17,1888.33,1314.55,1.75347,300,5,0,137,0,1,0,0,0),(48454,2010,1,1,1,6801,1,9564.59,1867.81,1309.6,2.64219,300,5,0,137,0,1,0,0,0),(48455,2010,1,1,1,6801,1,9584.03,1852.43,1303.05,2.04754,300,5,0,137,0,1,0,0,0),(48456,2010,1,1,1,6801,1,9555.85,1824.89,1302.47,2.96642,300,5,0,137,0,1,0,0,0),(48471,2010,1,1,1,6801,1,9550.88,1853.05,1308.48,0.94475,300,5,0,137,0,1,0,0,0),(48472,2010,1,1,1,6801,1,9528.39,1861.36,1317.5,5.73139,300,5,0,137,0,1,0,0,0),(48473,2010,1,1,1,6801,1,9581.93,1907.76,1315.67,1.65438,300,5,0,137,0,1,0,0,0),(48475,2010,1,1,1,6801,1,9910.25,1572.02,1334.63,5.58064,300,5,0,137,0,1,0,0,0),(48486,2010,1,1,1,6801,1,9838.32,1535.88,1345.07,3.59983,300,5,0,137,0,1,0,0,0),(48487,2010,1,1,1,6801,1,9878.09,1517.68,1335.6,4.72411,300,5,0,137,0,1,0,0,0),(48488,2010,1,1,1,6801,1,9563.59,1301.69,1300.8,4.2431,300,5,0,137,0,1,0,0,0),(48489,2010,1,1,1,6801,1,9588.73,1301.49,1299.2,6.21337,300,5,0,137,0,1,0,0,0),(48490,2010,1,1,1,6801,1,9279.2,1017.41,1307.7,4.01502,300,5,0,137,0,1,0,0,0),(48491,2010,1,1,1,6801,1,9232.72,951.523,1320.61,1.53198,300,5,0,137,0,1,0,0,0),(48492,2010,1,1,1,6801,1,9260.27,982.093,1316.07,4.23599,300,5,0,137,0,1,0,0,0),(48493,2010,1,1,1,6801,1,9182.03,1341.82,1318.33,4.80481,300,5,0,137,0,1,0,0,0),(48494,2010,1,1,1,6801,1,9194.83,1361.19,1315.31,3.13655,300,5,0,137,0,1,0,0,0),(48495,2010,1,1,1,6801,1,9193.95,1414.87,1311.5,0.20944,300,0,0,137,0,0,0,0,0),(48496,2010,1,1,1,6801,1,9190.52,1369.86,1315.15,1.67552,300,0,0,137,0,0,0,0,0),(48497,2010,1,1,1,6801,1,9182.3,1483.29,1316.72,2.81552,300,5,0,137,0,1,0,0,0),(48498,2010,1,1,1,6801,1,9220.65,1317.62,1305.05,0.257771,300,5,0,137,0,1,0,0,0),(48499,2010,1,1,1,6801,1,9750.55,1584.18,1299.67,1.75168,300,5,0,137,0,1,0,0,0),(48500,2010,1,1,1,6801,1,9892.81,1551.31,1278.81,1.27634,300,0,0,137,0,0,0,0,0),(48501,2010,1,1,1,6801,1,9873.5,1580.82,1285.51,3.07244,300,0,0,137,0,0,0,0,0),(48502,2010,1,1,1,6801,1,9756.42,1579.42,1299.06,1.41191,300,5,0,137,0,1,0,0,0),(48503,2010,1,1,1,6801,1,9711.29,1269.08,1291.27,3.63029,300,0,0,137,0,0,0,0,0),(48504,2010,1,1,1,6801,1,9705.23,1291.07,1300.9,1.27409,300,0,0,137,0,0,0,0,0),(48505,2010,1,1,1,6801,1,9687.83,1269.87,1290.1,5.49111,300,5,0,137,0,1,0,0,0),(48506,2010,1,1,1,6801,1,9928.13,1534.45,1317.54,5.13834,300,5,0,137,0,1,0,0,0),(48507,2010,1,1,1,6801,1,9807.33,1618.7,1301.77,0.601152,300,5,0,137,0,1,0,0,0),(48508,2010,1,1,1,6801,1,9836.51,1607.87,1306.36,3.61791,300,5,0,137,0,1,0,0,0),(48509,2010,1,1,1,6801,1,9844.11,1588.75,1310.88,3.9587,300,5,0,137,0,1,0,0,0),(48510,2010,1,1,1,6801,1,9782.97,1551.77,1299.06,0.689593,300,5,0,137,0,1,0,0,0),(48511,2010,1,1,1,6801,1,9906.9,1542.09,1323.28,0.712151,300,5,0,137,0,1,0,0,0),(48512,2010,1,1,1,6801,1,9881.34,1557.53,1328.32,3.07369,300,5,0,137,0,1,0,0,0),(48513,2010,1,1,1,6801,1,9826.52,1625.36,1303.94,5.85456,300,5,0,137,0,1,0,0,0),(48514,2010,1,1,1,6801,1,9746.98,1577.58,1268.95,3.47597,300,5,0,137,0,1,0,0,0),(48515,2010,1,1,1,6801,1,9794.84,1549.15,1262.8,2.2115,300,5,0,137,0,1,0,0,0),(48516,2010,1,1,1,6801,1,9736.07,1559.21,1259.89,1.40732,300,5,0,137,0,1,0,0,0),(48517,2010,1,1,1,6801,1,9775.34,1557.66,1266.29,1.43594,300,5,0,137,0,1,0,0,0),(48518,2010,1,1,1,6801,1,9729.95,1608.23,1276.79,0.244346,300,0,0,137,0,0,0,0,0),(48519,2010,1,1,1,6801,1,9796.42,1581.37,1291.43,5.34071,300,0,0,137,0,0,0,0,0),(48520,2010,1,1,1,6801,1,9787.11,1576.99,1290.9,5.77704,300,0,0,137,0,0,0,0,0),(48521,2010,1,1,1,6801,1,9884.34,1580.37,1285.29,0.087266,300,0,0,137,0,0,0,0,0),(48522,2010,1,1,1,6801,1,9894.92,1570.21,1283.53,6.10865,300,0,0,137,0,0,0,0,0),(48523,2010,1,1,1,6801,1,9849.63,1462.94,1274.65,1.65806,300,0,0,137,0,0,0,0,0),(48524,2010,1,1,1,6801,1,9863.73,1580.98,1287.42,0.392068,300,5,0,137,0,1,0,0,0),(48525,2010,1,1,1,6801,1,9860.81,1504.84,1270.48,4.59022,300,0,0,137,0,0,0,0,0),(48526,2010,1,1,1,6801,1,9871.78,1491.19,1258.09,3.44354,300,5,0,137,0,1,0,0,0),(48527,2011,1,1,1,3024,1,9370.85,1688.63,1303.1,0.495087,300,5,0,148,165,1,0,0,0),(48528,2011,1,1,1,3024,1,9323.81,1708.2,1316.25,0.980765,300,5,0,148,165,1,0,0,0),(48529,2011,1,1,1,3024,1,9376.45,1711.55,1308.82,0.28338,300,5,0,148,165,1,0,0,0),(48530,2011,1,1,1,3024,1,9364.51,1711.27,1308.95,2.45161,300,5,0,148,165,1,0,0,0),(48547,2011,1,1,1,3024,1,9360.95,1736.39,1315.36,5.46241,300,5,0,148,165,1,0,0,0),(48561,2011,1,1,1,3024,1,9276.21,948.124,1311.59,0.768702,300,5,0,148,165,1,0,0,0),(48562,2011,1,1,1,3024,1,9265.23,941.436,1312,6.05629,300,0,0,148,165,0,0,0,0),(48564,2011,1,1,1,3024,1,9269.05,934.882,1311.97,2.70498,300,5,0,148,165,1,0,0,0),(48576,2011,1,1,1,3024,1,9187.89,1397.54,1313.53,1.8326,300,0,0,148,165,0,0,0,0),(48577,14555,1,1,1,14332,0,10126.5,2527.85,1323.9,3.1765,300,0,0,42,0,0,0,0,0),(48578,2011,1,1,1,3024,1,9849.93,1461.07,1274.64,3.12812,300,0,0,148,165,0,0,0,0),(48636,2011,1,1,1,3024,1,9347.63,1703.03,1311.61,2.20927,300,5,0,148,165,1,0,0,0),(49021,2011,1,1,1,3024,1,9751.02,1522.01,1279.06,0.419632,300,5,0,148,165,1,0,0,0),(49148,2011,1,1,1,3024,1,9749.56,1543.22,1279.97,5.2106,300,5,0,148,165,1,0,0,0),(49160,2011,1,1,1,3024,1,9744.94,1526.37,1280.71,1.51619,300,5,0,148,165,1,0,0,0),(49165,2011,1,1,1,3024,1,9727.2,1555.93,1256.35,0.492426,300,5,0,148,165,1,0,0,0),(49166,2011,1,1,1,3024,1,9703.19,1547.13,1254.1,0.279253,300,0,0,148,165,0,0,0,0),(49168,2011,1,1,1,3024,1,9839.81,1531.67,1258.13,-0.972455,300,0,0,148,165,0,0,0,0),(49169,2011,1,1,1,3024,1,9841.24,1529.65,1258.19,5.34525,300,0,0,148,165,0,0,0,0),(49170,2011,1,1,1,3024,1,9892.94,1483.57,1278.02,6.19592,300,0,0,148,165,0,0,0,0),(49171,2011,1,1,1,3024,1,9896.03,1479.46,1278.39,3.01942,300,0,0,148,165,0,0,0,0),(49172,2011,1,1,1,3024,1,9851.73,1469.56,1275.45,4.2586,300,0,0,148,165,0,0,0,0),(49173,2011,1,1,1,3024,1,9856.34,1461.06,1276.7,2.76605,300,5,0,148,165,1,0,0,0),(49174,2011,1,1,1,3024,1,9873.78,1514.67,1257.52,2.37218,300,5,0,148,165,1,0,0,0),(49175,2011,1,1,1,3024,1,9829.01,1539.51,1257.45,3.9968,300,0,0,148,165,0,0,0,0),(49176,2011,1,1,1,3024,1,9850.1,1490.99,1257.83,6.12611,300,0,0,148,165,0,0,0,0),(49177,2012,1,1,1,6802,1,9116.45,1669.35,1324.39,0.46334,300,5,0,166,178,1,0,0,0),(49178,2012,1,1,1,6802,1,9119.98,1655.85,1324.24,1.62328,300,5,0,166,178,1,0,0,0),(49179,2012,1,1,1,6802,1,9144.97,1655.96,1320.22,5.30448,300,5,0,166,178,1,0,0,0),(49180,2012,1,1,1,6802,1,9171.04,1839.3,1331.02,1.24264,300,5,0,166,178,1,0,0,0),(49181,2012,1,1,1,6802,1,9072.22,1872.18,1326.41,0,300,0,0,166,178,0,0,0,0),(49182,2012,1,1,1,6802,1,9103.33,1871.79,1335.08,3.54302,300,0,0,166,178,0,0,0,0),(49183,14556,1,1,1,14331,0,10130.5,2532.53,1323.62,4.10152,300,0,0,42,0,0,0,0,0),(49184,2012,1,1,1,6802,1,9126.46,1678.11,1321.01,3.30332,300,5,0,166,178,1,0,0,0),(49205,2012,1,1,1,6802,1,9110.83,1675.82,1324.76,0.139626,300,0,0,166,178,0,0,0,0),(49206,2012,1,1,1,6802,1,9114.71,1683.76,1323.88,1.43117,300,0,0,166,178,0,0,0,0),(49207,2012,1,1,1,6802,1,9107.65,1848.24,1327.59,3.45575,300,0,0,166,178,0,0,0,0),(49208,2012,1,1,1,6802,1,9104.6,1784.72,1324.5,1.72585,300,5,0,166,178,1,0,0,0),(49209,2012,1,1,1,6802,1,9112.92,1764.31,1321.13,4.51288,300,5,0,166,178,1,0,0,0),(49210,2012,1,1,1,6802,1,9113.83,1850.42,1327.59,4.13643,300,0,0,166,178,0,0,0,0),(49211,2012,1,1,1,6802,1,9186.25,1708.67,1317.03,5.35443,300,5,0,166,178,1,0,0,0),(49212,2013,1,1,1,6803,1,9150.84,1609.15,1319.52,3.2296,300,5,0,176,0,1,0,0,0),(49213,2013,1,1,1,6803,1,9132.43,1844.2,1327.07,5.29233,300,5,0,176,0,1,0,0,0),(49214,8669,1,1,1,7997,0,9872.6,2341.73,1321.67,3.52556,300,0,0,6645,0,0,0,0,0),(49215,2013,1,1,1,6803,1,9148.8,1839.57,1327.44,6.02783,300,5,0,176,0,1,0,0,0),(49216,2013,1,1,1,6803,1,9149.18,1712.59,1321.34,3.99093,300,5,0,176,0,1,0,0,0),(49217,2013,1,1,1,6803,1,9217.78,1711.9,1316.9,1.66871,300,5,0,176,0,1,0,0,0),(49264,2013,1,1,1,6803,1,9135.4,1700.95,1320.43,0.212274,300,5,0,176,0,1,0,0,0),(49265,2013,1,1,1,6803,1,9130.23,1746.41,1319.19,4.88144,300,5,0,176,0,1,0,0,0),(49266,2013,1,1,1,6803,1,9146.78,1745.64,1320.65,4.44912,300,5,0,176,0,1,0,0,0),(49267,2013,1,1,1,6803,1,9137.81,1764.68,1319.52,4.94659,300,5,0,176,0,1,0,0,0),(49404,2013,1,1,1,6803,1,9127.24,1775.45,1320.9,2.96706,300,0,0,176,0,0,0,0,0),(49405,2013,1,1,1,6803,1,9121.58,1779.25,1321.69,5.0091,300,0,0,176,0,0,0,0,0),(49406,2014,1,1,1,936,1,9075.74,1886.42,1326.43,5.39307,300,0,0,186,191,0,0,0,0),(49407,2014,1,1,1,936,1,9089.9,1859.35,1328.81,4.24115,300,0,0,186,191,0,0,0,0),(49408,2014,1,1,1,936,1,9153.18,1840.29,1327.72,3.78736,300,0,0,186,191,0,0,0,0),(49409,2014,1,1,1,936,1,9109.35,1810.19,1326.01,5.12826,300,5,0,186,191,1,0,0,0),(49410,2014,1,1,1,936,1,9120.67,1825.59,1328.56,6.00046,300,5,0,186,191,1,0,0,0),(49411,2015,1,1,1,3021,0,10349.3,1886.25,1324.58,5.78281,300,5,0,156,0,1,0,0,0),(49412,2015,1,1,1,3021,0,10437.3,1893.57,1320.08,2.09241,300,5,0,156,0,1,0,0,0),(49417,2015,1,1,1,3021,0,10372.9,1919.77,1320.16,2.70634,300,5,0,156,0,1,0,0,0),(49419,2015,1,1,1,3021,0,10431.2,1906.04,1321.11,3.50842,300,5,0,156,0,1,0,0,0),(49420,2015,1,1,1,3021,0,10455.3,1851.28,1314.42,0.615617,300,5,0,156,0,1,0,0,0),(49422,2015,1,1,1,3021,0,10512.7,1983.9,1327.42,2.14639,300,5,0,156,0,1,0,0,0),(49423,2015,1,1,1,3021,0,10512.6,1943.27,1322.12,3.32886,300,5,0,156,0,1,0,0,0),(49424,2015,1,1,1,3021,0,10638.7,2065.74,1333.23,6.0955,300,5,0,156,0,1,0,0,0),(49425,2015,1,1,1,3021,0,10348.8,1914.2,1322.23,5.69377,300,5,0,156,0,1,0,0,0),(49426,2015,1,1,1,3021,0,10628.1,2080.03,1335.21,2.39487,300,5,0,156,0,1,0,0,0),(49427,2015,1,1,1,3021,0,10646.9,2031.17,1329.35,0.348804,300,5,0,156,0,1,0,0,0),(49428,2017,1,1,1,6812,0,10361.2,1914.87,1322.36,1.90165,300,5,0,156,0,1,0,0,0),(49429,2017,1,1,1,6812,0,10314.5,1889.74,1323.01,1.67112,300,5,0,156,0,1,0,0,0),(49430,2017,1,1,1,6812,0,10458.9,1920.33,1320.23,0.31539,300,5,0,156,0,1,0,0,0),(49431,2017,1,1,1,6812,0,10414.2,1952.78,1318.44,5.42318,300,5,0,156,0,1,0,0,0),(49432,2017,1,1,1,6812,0,10548.6,1914.35,1318.9,1.42959,300,5,0,156,0,1,0,0,0),(49433,2017,1,1,1,6812,0,10547.7,1982.3,1327.41,0.343499,300,5,0,156,0,1,0,0,0),(49434,2017,1,1,1,6812,0,10523,2002.71,1327.41,0.60494,300,5,0,156,0,1,0,0,0),(49435,2017,1,1,1,6812,0,10576.3,2008.5,1327.33,3.29712,300,5,0,156,0,1,0,0,0),(49436,2017,1,1,1,6812,0,10477.2,1960.5,1322.62,1.96156,300,5,0,156,0,1,0,0,0),(49437,2017,1,1,1,6812,0,10550.2,2010.13,1328.98,2.21657,300,0,0,156,0,0,0,0,0),(49438,2017,1,1,1,6812,0,10625.6,2062.07,1336.71,2.02262,300,5,0,156,0,1,0,0,0),(49439,2017,1,1,1,6812,0,10640.6,2023.27,1329.21,1.24714,300,5,0,156,0,1,0,0,0),(49440,2017,1,1,1,6812,0,10642.7,2045.45,1332.35,4.14094,300,5,0,156,0,1,0,0,0),(49441,2017,1,1,1,6812,0,10674.6,2066.45,1328.86,1.72469,300,5,0,156,0,1,0,0,0),(49442,2017,1,1,1,6812,0,10629.5,2095.35,1336.71,1.71865,300,5,0,156,0,1,0,0,0),(49443,2017,1,1,1,6812,0,10645.2,2008.62,1326.96,4.07803,300,5,0,156,0,1,0,0,0),(49444,2017,1,1,1,6812,0,10651.7,2073.81,1331.71,1.31801,300,5,0,156,0,1,0,0,0),(49445,2017,1,1,1,6812,0,10417.2,1913.23,1321.11,3.32679,300,5,0,156,0,1,0,0,0),(49447,2017,1,1,1,6812,0,10538.2,1959.91,1326.37,0.751126,300,5,0,156,0,1,0,0,0),(49448,2017,1,1,1,6812,0,10552.9,1943.49,1325.65,2.1973,300,5,0,156,0,1,0,0,0),(49449,2018,1,1,1,2296,0,10371.6,1885.77,1323.83,3.671,300,5,0,160,350,1,0,0,0),(49450,2018,1,1,1,2296,0,10565.9,1994.11,1326.34,0.772106,300,5,0,160,350,1,0,0,0),(49451,2018,1,1,1,2296,0,10663,2064.47,1329.48,3.76452,300,5,0,160,350,1,0,0,0),(49452,2018,1,1,1,2296,0,10376.6,1842.69,1322.17,3.97354,300,5,0,160,350,1,0,0,0),(49453,2018,1,1,1,2296,0,10511.1,2020.74,1329.66,1.98067,300,5,0,160,350,1,0,0,0),(49454,2019,1,1,1,3022,0,10827.3,2151.11,1326.87,2.85315,300,5,0,176,0,1,0,0,0),(49455,2019,1,1,1,3022,0,10953.2,1961.47,1331.07,1.88853,300,5,0,176,0,1,0,0,0),(49456,2019,1,1,1,3022,0,10836,2115.45,1322.56,4.99164,300,0,0,176,0,0,0,0,0),(49457,2019,1,1,1,3022,0,10914.4,2044.44,1331.48,4.51188,300,5,0,176,0,1,0,0,0),(49458,2019,1,1,1,3022,0,10869.6,2067.56,1329.94,3.97578,300,5,0,176,0,1,0,0,0),(49459,7907,1,1,1,7025,1,8701.16,993.116,23.5854,3.82227,300,0,0,1003,0,0,0,0,0),(49460,2020,1,1,1,10869,0,10817.4,2108.23,1316.77,4.03041,300,5,0,176,0,1,0,0,0),(49461,2020,1,1,1,10869,0,10812.8,2128.86,1320.36,5.87951,300,5,0,176,0,1,0,0,0),(49462,2020,1,1,1,10869,0,10892.5,2080.86,1328.19,6.15584,300,5,0,176,0,1,0,0,0),(49463,2020,1,1,1,10869,0,10879.9,1915.03,1330.33,3.08761,300,5,0,176,0,1,0,0,0),(49464,2020,1,1,1,10869,0,10905.4,1961.91,1322.64,1.0386,300,5,0,176,0,1,0,0,0),(49465,2020,1,1,1,10869,0,10884.4,1943.65,1323.87,5.85307,300,5,0,176,0,1,0,0,0),(49466,2020,1,1,1,10869,0,10735.1,2196.89,1335.35,2.23491,300,5,0,176,0,1,0,0,0),(49467,2020,1,1,1,10869,0,10838.7,2129.3,1325.95,0.23822,300,5,0,176,0,1,0,0,0),(49468,2020,1,1,1,10869,0,10881,2069.24,1327.82,3.37547,300,5,0,176,0,1,0,0,0),(49469,2020,1,1,1,10869,0,10724.5,2155.67,1330.02,0.538522,300,5,0,176,0,1,0,0,0),(49470,2021,1,1,1,6813,0,10796.4,2143.33,1326.63,3.60275,300,5,0,208,205,1,0,0,0),(49471,2021,1,1,1,6813,0,10714.8,2175.54,1330.89,5.53269,300,0,0,208,205,0,0,0,0),(49472,2021,1,1,1,6813,0,10813.6,2141.57,1322.78,5.16617,300,0,0,208,205,0,0,0,0),(49473,2021,1,1,1,6813,0,10746.1,2148.84,1331.31,3.89879,300,5,0,208,205,1,0,0,0),(49474,2021,1,1,1,6813,0,10759.2,2213.97,1331.63,2.93215,300,0,0,208,205,0,0,0,0),(49475,2021,1,1,1,6813,0,10853.8,2139.79,1330.49,1.13282,300,5,0,208,205,1,0,0,0),(49476,2021,1,1,1,6813,0,10870.8,1969.36,1320.63,4.97141,300,5,0,208,205,1,0,0,0),(49477,2021,1,1,1,6813,0,10939.1,2020.8,1327.17,1.34875,300,5,0,208,205,1,0,0,0),(49478,2021,1,1,1,6813,0,10906.4,2074.09,1333.79,4.52257,300,5,0,208,205,1,0,0,0),(49479,2021,1,1,1,6813,0,10878.6,2054.18,1328.45,2.95206,300,5,0,208,205,1,0,0,0),(49480,2021,1,1,1,6813,0,10817.9,2076.42,1313.5,5.30252,300,5,0,208,205,1,0,0,0),(49481,2021,1,1,1,6813,0,10851.8,2070.11,1329.14,0.825456,300,5,0,208,205,1,0,0,0),(49482,2021,1,1,1,6813,0,10732.6,2174.56,1332.14,2.64647,300,5,0,208,205,1,0,0,0),(49483,2022,1,1,1,3033,0,9382.47,758.676,1262.06,3.1875,300,5,0,102,0,1,0,0,0),(49484,2022,1,1,1,3033,0,9411.32,724.176,1263.95,5.3344,300,5,0,102,0,1,0,0,0),(49485,2022,1,1,1,3033,0,9455.64,755.347,1254.25,0.764003,300,5,0,102,0,1,0,0,0),(49486,2022,1,1,1,3033,0,9380.54,782.67,1260.62,0.056724,300,5,0,102,0,1,0,0,0),(49487,2022,1,1,1,3033,0,9477.83,681.632,1265.52,3.17453,300,5,0,102,0,1,0,0,0),(49488,2022,1,1,1,3033,0,9446.88,711.261,1263.86,1.92151,300,5,0,102,0,1,0,0,0),(49489,2022,1,1,1,3033,0,9501.68,647.24,1270.62,0.374562,300,5,0,102,0,1,0,0,0),(49490,2022,1,1,1,3033,0,9380.36,814.153,1258.56,4.24826,300,5,0,102,0,1,0,0,0),(49491,2022,1,1,1,3033,0,9648.24,776.421,1272.58,0.336389,300,5,0,102,0,1,0,0,0),(49492,2022,1,1,1,3033,0,9578.08,746.022,1256.06,6.23825,300,5,0,102,0,1,0,0,0),(49493,2022,1,1,1,3033,0,9531.52,718.203,1256.38,3.25117,300,5,0,102,0,1,0,0,0),(49494,2022,1,1,1,3033,0,9615.57,751.483,1265.96,5.09299,300,5,0,102,0,1,0,0,0),(49495,2022,1,1,1,3033,0,9649.35,838.745,1266.88,2.20336,300,5,0,102,0,1,0,0,0),(49496,2022,1,1,1,3033,0,9593.46,720.6,1263.96,4.48535,300,5,0,102,0,1,0,0,0),(49497,2022,1,1,1,3033,0,9590.64,881.342,1255.67,0.014647,300,5,0,102,0,1,0,0,0),(49498,2022,1,1,1,3033,0,9616.5,706.809,1267.8,3.3317,300,5,0,102,0,1,0,0,0),(49499,2022,1,1,1,3033,0,9531.26,712.729,1257.77,2.11989,300,0,0,102,0,0,0,0,0),(49500,2022,1,1,1,3033,0,9589.21,669.874,1267.08,1.94047,300,5,0,102,0,1,0,0,0),(49501,2022,1,1,1,3033,0,9621.4,880.685,1265.68,0.923455,300,5,0,102,0,1,0,0,0),(49502,2022,1,1,1,3033,0,9607.1,924.195,1267.51,0.982777,300,5,0,102,0,1,0,0,0),(49503,2022,1,1,1,3033,0,9643.46,756.425,1270.41,4.68917,300,5,0,102,0,1,0,0,0),(49504,2022,1,1,1,3033,0,9519.21,987.671,1254.16,0.752122,300,5,0,102,0,1,0,0,0),(49505,2022,1,1,1,3033,0,9636.5,910.891,1268.99,0.435622,300,0,0,102,0,0,0,0,0),(49506,2022,1,1,1,3033,0,9551.28,970.092,1264.07,1.08635,300,5,0,102,0,1,0,0,0),(49507,2022,1,1,1,3033,0,9574.92,1001.52,1267.27,0.841248,300,5,0,102,0,1,0,0,0),(49508,2022,1,1,1,3033,0,9552.11,1016.61,1262.48,5.35648,300,5,0,102,0,1,0,0,0),(49509,2022,1,1,1,3033,0,9585.36,1051.87,1263.52,0.49536,300,5,0,102,0,1,0,0,0),(49510,2022,1,1,1,3033,0,9652.98,901.533,1270.74,6.11643,300,0,0,102,0,0,0,0,0),(49512,2025,1,1,1,6817,0,9461.19,1040.91,1249.58,1.8797,300,5,0,137,0,1,0,0,0),(49513,2025,1,1,1,6817,0,9308.91,1147.11,1255.03,4.34777,300,5,0,137,0,1,0,0,0),(49514,2025,1,1,1,6817,0,9480.58,1141.13,1251.62,1.25838,300,5,0,137,0,1,0,0,0),(49515,2025,1,1,1,6817,0,9384.88,1263.82,1250.84,2.47691,300,5,0,137,0,1,0,0,0),(49516,2025,1,1,1,6817,0,9379.87,1136.01,1251.76,1.69051,300,5,0,137,0,1,0,0,0),(49517,2025,1,1,1,6817,0,9432.08,1093.69,1251.93,0.60939,300,5,0,137,0,1,0,0,0),(49518,2025,1,1,1,6817,0,9334.89,1209.05,1252.22,5.39475,300,5,0,137,0,1,0,0,0),(49519,3561,1,1,1,2233,1,10099.1,2594.01,1337.1,0.750492,300,0,0,1003,0,0,0,0,0),(49520,2025,1,1,1,6817,0,9453.46,1187.38,1251.54,3.00246,300,5,0,137,0,1,0,0,0),(49521,2025,1,1,1,6817,0,9340.03,1139.87,1254.62,1.17652,300,5,0,137,0,1,0,0,0),(49522,2025,1,1,1,6817,0,9510.45,1118.91,1257.34,0.504032,300,5,0,137,0,1,0,0,0),(49523,2025,1,1,1,6817,0,9370.1,1334.44,1257.7,4.78279,300,5,0,137,0,1,0,0,0),(49524,2025,1,1,1,6817,0,9368.19,1386.28,1272.7,0.621423,300,5,0,137,0,1,0,0,0),(49525,3562,1,1,1,2203,1,9800.17,2528.08,1320.35,4.25791,300,0,0,1003,0,2,0,0,0),(49526,3306,1,1,1,12729,0,9802.39,923.265,1306.8,0.802851,300,0,0,1410,1283,0,0,0,0),(49527,2027,1,1,1,3034,0,10546.6,1687.58,1295.42,0.278254,300,5,0,156,0,1,0,0,0),(49528,2027,1,1,1,3034,0,10518.5,1651.39,1282.77,1.94877,300,5,0,156,0,1,0,0,0),(49529,2027,1,1,1,3034,0,10381.7,1652.35,1291.63,0.555494,300,5,0,156,0,1,0,0,0),(49530,2027,1,1,1,3034,0,9274.96,1079.85,1253.8,2.43292,300,5,0,156,0,1,0,0,0),(49531,2027,1,1,1,3034,0,9297.8,1107.12,1254.22,0.959927,300,5,0,156,0,1,0,0,0),(49532,2027,1,1,1,3034,0,10413.1,1683.47,1293.49,3.97562,300,5,0,156,0,1,0,0,0),(49533,2027,1,1,1,3034,0,10382.6,1578.84,1292.25,4.7466,300,5,0,156,0,1,0,0,0),(49534,2027,1,1,1,3034,0,10449.5,1586.42,1283.29,2.45267,300,5,0,156,0,1,0,0,0),(49535,2027,1,1,1,3034,0,10449.7,1653.06,1277.75,2.5861,300,5,0,156,0,1,0,0,0),(49536,2027,1,1,1,3034,0,10501.1,1579.05,1303.08,4.94808,300,5,0,156,0,1,0,0,0),(49537,2027,1,1,1,3034,0,9314.98,1117.39,1253.11,2.94928,300,5,0,156,0,1,0,0,0),(49538,2027,1,1,1,3034,0,9297.59,1124.4,1254.25,4.24115,300,0,0,156,0,0,0,0,0),(49539,7916,1,1,1,7026,0,8707.46,988.88,14.1964,2.72271,300,0,0,1003,0,0,0,0,0),(49540,2796,1,1,1,2232,1,10088,2594.28,1337.06,5.74213,300,0,0,1342,0,0,0,0,0),(49541,2029,1,1,1,863,0,10680.1,1682.48,1289.7,4.51241,300,5,0,176,0,1,0,0,0),(49542,2029,1,1,1,863,0,10647.2,1580.81,1294.14,3.88218,300,5,0,176,0,1,0,0,0),(49543,2029,1,1,1,863,0,10583.1,1651.74,1281.9,3.7556,300,5,0,176,0,1,0,0,0),(49544,2029,1,1,1,863,0,10689.1,1626.58,1273.8,0.745364,300,5,0,176,0,1,0,0,0),(49545,2029,1,1,1,863,0,10809.1,1615.68,1271.3,1.34001,300,5,0,176,0,1,0,0,0),(49546,2029,1,1,1,863,0,10712.6,1651.05,1270.07,6.08472,300,5,0,176,0,1,0,0,0),(49547,2029,1,1,1,863,0,10615.1,1605.06,1291.01,4.56043,300,5,0,176,0,1,0,0,0),(49548,2029,1,1,1,863,0,10748.4,1616.35,1270.13,5.56728,300,5,0,176,0,1,0,0,0),(49549,2029,1,1,1,863,0,10659.8,1651.11,1278.4,6.15883,300,5,0,176,0,1,0,0,0),(49550,2030,1,1,1,3032,0,10929.8,1522.2,1278.25,3.40336,300,5,0,186,191,1,0,0,0),(49551,2030,1,1,1,3032,0,10915.2,1580.66,1270.4,1.50853,300,5,0,186,191,1,0,0,0),(49552,2030,1,1,1,3032,0,10948.7,1549.23,1271.87,2.22762,300,5,0,186,191,1,0,0,0),(49553,2030,1,1,1,3032,0,10885.9,1552.52,1282.74,4.21827,300,5,0,186,191,1,0,0,0),(49554,2030,1,1,1,3032,0,10851.9,1649.24,1278.27,3.54073,300,5,0,186,191,1,0,0,0),(49555,2030,1,1,1,3032,0,10948.6,1615.57,1271.4,0.580775,300,5,0,186,191,1,0,0,0),(49556,2030,1,1,1,3032,0,10950.9,1580.08,1270.87,3.22651,300,5,0,186,191,1,0,0,0),(49557,2030,1,1,1,3032,0,10884.6,1614.3,1270.6,5.63799,300,5,0,186,191,1,0,0,0),(49558,2030,1,1,1,3032,0,10849.1,1581.46,1273.76,1.95477,300,0,0,186,191,0,0,0,0),(49559,3567,1,1,1,2686,1,9898.59,984.968,1354.89,1.22173,300,0,0,222,0,0,0,0,0),(49560,2031,1,1,1,11454,0,10401,589.031,1328.56,0.348786,300,5,0,42,0,1,0,0,0),(49561,2031,1,1,1,11454,0,10457.8,537.143,1340.59,6.05182,300,5,0,42,0,1,0,0,0),(49562,2031,1,1,1,11454,0,10497.6,684.208,1320.24,2.43223,300,5,0,42,0,1,0,0,0),(49563,2031,1,1,1,11454,0,10405,539.775,1329.64,4.63057,300,5,0,42,0,1,0,0,0),(49564,2031,1,1,1,11454,0,10374.3,658.443,1327.77,1.74149,300,5,0,42,0,1,0,0,0),(49565,2031,1,1,1,11454,0,10395.5,625.367,1326.48,0.557668,300,5,0,42,0,1,0,0,0),(49566,2031,1,1,1,11454,0,10245.2,841.586,1343.74,5.97556,300,5,0,42,0,1,0,0,0),(49567,2031,1,1,1,11454,0,10320.2,931.787,1329.82,1.77892,300,5,0,42,0,1,0,0,0),(49568,2031,1,1,1,11454,0,10375.8,656.873,1327.52,4.47647,300,5,0,42,0,1,0,0,0),(49569,2031,1,1,1,11454,0,10331.4,679.368,1331.03,2.64902,300,5,0,42,0,1,0,0,0),(49570,2031,1,1,1,11454,0,10441.8,677.484,1325.45,3.76297,300,5,0,42,0,1,0,0,0),(49571,2031,1,1,1,11454,0,10415.9,629.099,1322.92,4.34583,300,5,0,42,0,1,0,0,0),(49572,2031,1,1,1,11454,0,10289.2,648.423,1344.08,4.59796,300,5,0,42,0,1,0,0,0),(49610,2031,1,1,1,11454,0,10327.7,642.474,1329.73,6.09664,300,5,0,42,0,1,0,0,0),(49611,2031,1,1,1,11454,0,10378,659.143,1326.89,0.184693,300,5,0,42,0,1,0,0,0),(49612,2031,1,1,1,11454,0,10271.7,820.217,1340.75,1.04947,300,5,0,42,0,1,0,0,0),(49613,2031,1,1,1,11454,0,10285.2,839.433,1334.21,3.64632,300,5,0,42,0,1,0,0,0),(49614,2031,1,1,1,11454,0,10270.5,744.21,1341.8,0.481414,300,5,0,42,0,1,0,0,0),(49615,2031,1,1,1,11454,0,10302.9,728.743,1332.09,3.00342,300,5,0,42,0,1,0,0,0),(49616,2031,1,1,1,11454,0,10299.6,704.289,1335.16,1.00996,300,5,0,42,0,1,0,0,0),(49617,2031,1,1,1,11454,0,10320.7,689.129,1329.37,2.02789,300,5,0,42,0,1,0,0,0),(49620,2031,1,1,1,11454,0,10509.4,868.567,1314.04,5.31195,300,5,0,42,0,1,0,0,0),(49621,2031,1,1,1,11454,0,10330.7,664.841,1332.05,1.31919,300,5,0,42,0,1,0,0,0),(49622,2031,1,1,1,11454,0,10314.7,868.156,1333.09,2.37829,300,5,0,42,0,1,0,0,0),(49623,2031,1,1,1,11454,0,10418.9,684.193,1324.18,5.0535,300,5,0,42,0,1,0,0,0),(49624,6128,1,1,1,2015,0,9672.7,1408.81,1402.76,3.20626,300,0,0,198,0,0,0,0,0),(49625,3568,1,1,1,599,0,10758.4,2208.9,1331.64,4.2237,300,0,0,198,0,0,0,0,0),(49626,2032,1,1,1,11448,0,10608.2,759.786,1315.78,5.05716,300,5,0,55,0,1,0,0,0),(49627,2032,1,1,1,11448,0,10514.9,584.449,1339.01,2.59339,300,5,0,55,0,1,0,0,0),(49628,2032,1,1,1,11448,0,10506.7,639.257,1328.1,4.12737,300,5,0,55,0,1,0,0,0),(49629,2032,1,1,1,11448,0,10542.1,642.443,1327.19,3.48069,300,5,0,55,0,1,0,0,0),(49630,2032,1,1,1,11448,0,10507.2,649.605,1325.47,5.20924,300,5,0,55,0,1,0,0,0),(49631,2032,1,1,1,11448,0,10580.1,655.675,1324.96,2.03661,300,5,0,55,0,1,0,0,0),(49632,2032,1,1,1,11448,0,10546.4,620.64,1331.08,0.750677,300,5,0,55,0,1,0,0,0),(49633,2032,1,1,1,11448,0,10574.2,638.466,1327.28,0.860051,300,5,0,55,0,1,0,0,0),(49634,2032,1,1,1,11448,0,10575.3,606.387,1336.35,3.12105,300,5,0,55,0,1,0,0,0),(49635,2032,1,1,1,11448,0,10505,696.176,1319.22,2.4246,300,5,0,55,0,1,0,0,0),(49636,2032,1,1,1,11448,0,10616.5,783.857,1313.78,5.43431,300,5,0,55,0,1,0,0,0),(49637,2032,1,1,1,11448,0,10613.9,813.975,1310.55,1.67976,300,5,0,55,0,1,0,0,0),(49638,2032,1,1,1,11448,0,10763.5,801.209,1335.82,0.907151,300,5,0,55,0,1,0,0,0),(49639,2032,1,1,1,11448,0,10670.4,767.625,1320.87,1.78608,300,5,0,55,0,1,0,0,0),(49640,2032,1,1,1,11448,0,10625.2,724.59,1321.93,4.60217,300,5,0,55,0,1,0,0,0),(49641,2032,1,1,1,11448,0,10654.2,709.779,1326.92,1.50494,300,5,0,55,0,1,0,0,0),(49642,2032,1,1,1,11448,0,10662.7,629.348,1342.76,5.48279,300,5,0,55,0,1,0,0,0),(49643,2032,1,1,1,11448,0,10637.6,671.466,1330.12,4.50198,300,5,0,55,0,1,0,0,0),(49644,2032,1,1,1,11448,0,10593.4,614.076,1337.09,4.86002,300,5,0,55,0,1,0,0,0),(49645,2032,1,1,1,11448,0,10665.7,731.505,1324.02,0.727372,300,5,0,55,0,1,0,0,0),(49646,2032,1,1,1,11448,0,10605.3,743.945,1319.16,3.92457,300,5,0,55,0,1,0,0,0),(49647,2032,1,1,1,11448,0,10620.3,717.732,1322.39,2.31982,300,5,0,55,0,1,0,0,0),(49648,2032,1,1,1,11448,0,10533.3,633.584,1327.31,2.84489,300,0,0,55,0,0,0,0,0),(49822,2033,1,1,1,3030,0,10384,1515.1,1308.93,5.21857,300,5,0,156,0,1,0,0,0),(49823,2033,1,1,1,3030,0,10321.5,1788.37,1319.55,0.372853,300,5,0,156,0,1,0,0,0),(49824,2033,1,1,1,3030,0,10441,1486.79,1318.15,1.17052,300,5,0,156,0,1,0,0,0),(49825,2033,1,1,1,3030,0,10587,1516.64,1315.86,6.27147,300,5,0,156,0,1,0,0,0),(49826,2033,1,1,1,3030,0,10629.6,1795.74,1324.08,2.40289,300,5,0,156,0,1,0,0,0),(49827,2033,1,1,1,3030,0,10546.8,1482.62,1323.2,3.501,300,5,0,156,0,1,0,0,0),(49828,2033,1,1,1,3030,0,10820.2,2017.65,1316.81,0.263811,300,5,0,156,0,1,0,0,0),(49829,2033,1,1,1,3030,0,10685.6,1482.36,1311.68,1.51362,300,5,0,156,0,1,0,0,0),(49830,2033,1,1,1,3030,0,10552.8,1545.29,1308.79,5.19662,300,5,0,156,0,1,0,0,0),(49831,2033,1,1,1,3030,0,10840.3,1988.41,1320.31,3.67188,300,5,0,156,0,1,0,0,0),(49832,2033,1,1,1,3030,0,10319.9,1454.94,1340.65,3.3154,300,5,0,156,0,1,0,0,0),(49833,2033,1,1,1,3030,0,10638.1,1803.05,1325.58,3.33679,300,5,0,156,0,1,0,0,0),(49834,2033,1,1,1,3030,0,10285,1426.41,1340.87,4.40684,300,5,0,156,0,1,0,0,0),(49835,2033,1,1,1,3030,0,10780.7,2046.89,1319.73,3.56918,300,5,0,156,0,1,0,0,0),(49836,2033,1,1,1,3030,0,10441.6,1471.24,1321.97,0.676419,300,5,0,156,0,1,0,0,0),(49837,2034,1,1,1,3030,0,10902.5,1744.71,1320.55,6.14308,300,5,0,198,0,1,0,0,0),(49838,2034,1,1,1,3030,0,10836.1,1878.23,1342.05,2.5255,300,5,0,198,0,1,0,0,0),(49839,2034,1,1,1,3030,0,10978.4,1709.89,1300.85,4.00654,300,5,0,198,0,1,0,0,0),(49840,2034,1,1,1,3030,0,10857.7,1782.51,1333.5,2.28016,300,5,0,198,0,1,0,0,0),(49841,2034,1,1,1,3030,0,10922.8,1862.28,1334.44,0.097822,300,5,0,198,0,1,0,0,0),(49842,2034,1,1,1,3030,0,10990.2,1911.81,1331.65,5.38525,300,5,0,198,0,1,0,0,0),(49843,3571,1,1,1,4849,1,9891.5,988.789,1355.03,0.698132,300,0,0,7048,0,0,0,0,0),(49844,3571,1,1,1,4851,1,9905.43,983.199,1354.89,1.69297,300,0,0,7048,0,0,0,0,0),(49845,3571,1,1,1,4849,1,9767.04,931.276,1301.29,0.259382,300,0,0,7048,0,2,0,0,0),(49846,3571,1,1,1,4852,1,9840.04,973.365,1307.2,0.191986,300,0,0,7048,0,0,0,0,0),(49847,3571,1,1,1,4851,1,9728.46,950.702,1294.46,4.76475,300,0,0,7048,0,0,0,0,0),(49848,3571,1,1,1,4851,1,9844.02,959.711,1307.27,0.418879,300,0,0,7048,0,0,0,0,0),(49849,3571,1,1,1,4851,1,9880.81,971.322,1313.91,4.64258,300,0,0,7048,0,0,0,0,0),(49850,2038,1,1,1,1013,0,10107.1,1206.24,1311.55,4.46804,300,0,0,148,165,0,0,0,0),(49851,4087,1,1,1,2196,1,9992.01,2316.97,1330.87,2.16421,300,0,0,4120,0,0,0,0,0),(49852,15351,1,1,1,15389,0,9994.73,2324.28,1330.87,3.24631,300,0,0,30520,0,0,0,0,0),(49853,2039,1,1,1,6818,0,9122.84,1837.62,1328.07,0.276031,300,0,0,247,0,0,0,0,0),(49854,4088,1,1,1,2197,1,9994.09,2331.89,1330.87,3.14159,300,0,0,4370,0,0,0,0,0),(49855,2041,1,1,1,2429,0,9882.95,900.002,1307.93,1.55456,300,0,0,6104,0,2,0,0,0),(49856,4089,1,1,1,2198,1,9940.36,2284.55,1341.48,4.99164,300,0,0,1753,0,0,0,0,0),(49857,2041,1,1,1,2429,0,9975.09,2157.83,1329.01,1.26005,300,0,0,6104,0,2,0,0,0),(49858,2041,1,1,1,2429,0,9955.37,1939.11,1328.36,5.18363,300,0,0,6104,0,0,0,0,0),(49859,4090,1,1,1,2200,1,9667.02,2532.66,1360.08,5.79449,300,0,0,2884,5751,0,0,0,0),(49860,2042,1,1,1,6805,0,10092.1,390.417,1323.74,3.46278,300,5,0,102,0,1,0,0,0),(49861,2042,1,1,1,6805,0,10094.4,443.66,1323.86,1.51622,300,5,0,102,0,1,0,0,0),(49862,2042,1,1,1,6805,0,10016.9,474.638,1314.19,6.09661,300,5,0,102,0,1,0,0,0),(49863,2042,1,1,1,6805,0,10051.5,1282.34,1316.41,0.176789,300,5,0,102,0,1,0,0,0),(49864,2042,1,1,1,6805,0,9951.93,313.512,1318.31,4.20759,300,5,0,102,0,1,0,0,0),(49865,2042,1,1,1,6805,0,9929.36,548.588,1306.21,3.0795,300,5,0,102,0,1,0,0,0),(49866,2042,1,1,1,6805,0,10135.6,1345.72,1325.81,5.40614,300,5,0,102,0,1,0,0,0),(49867,2042,1,1,1,6805,0,9954.52,1283.46,1296.32,4.03838,300,5,0,102,0,1,0,0,0),(49868,2042,1,1,1,6805,0,9717.51,1192.33,1275.08,1.5353,300,5,0,102,0,1,0,0,0),(49869,2042,1,1,1,6805,0,9887.97,1226.34,1298.16,1.49747,300,5,0,102,0,1,0,0,0),(49870,2042,1,1,1,6805,0,9787.6,1192.85,1281.86,1.32321,300,5,0,102,0,1,0,0,0),(49871,2042,1,1,1,6805,0,10120.3,1335.53,1321.99,5.71379,300,5,0,102,0,1,0,0,0),(49872,2042,1,1,1,6805,0,10096.8,1303.18,1322.67,1.52348,300,5,0,102,0,1,0,0,0),(49873,2042,1,1,1,6805,0,9844.95,1123.34,1300.16,5.72065,300,5,0,102,0,1,0,0,0),(49874,2042,1,1,1,6805,0,9823.17,1219.37,1287.21,3.29398,300,5,0,102,0,1,0,0,0),(49875,2042,1,1,1,6805,0,9683.18,1051.1,1284.78,1.59164,300,5,0,102,0,1,0,0,0),(49876,2042,1,1,1,6805,0,9716.85,1125.98,1277.15,4.74314,300,5,0,102,0,1,0,0,0),(49877,2042,1,1,1,6805,0,9620.34,1024.44,1277.02,0.203523,300,5,0,102,0,1,0,0,0),(49878,2042,1,1,1,6805,0,9748.66,1220.08,1282.48,1.91448,300,5,0,102,0,1,0,0,0),(49879,2042,1,1,1,6805,0,9759.64,617.705,1298.21,2.80919,300,0,0,102,0,0,0,0,0),(49880,2042,1,1,1,6805,0,9988.06,404.662,1309.81,1.61626,300,5,0,102,0,1,0,0,0),(49881,2042,1,1,1,6805,0,9999.21,352.191,1317.6,3.09078,300,5,0,102,0,1,0,0,0),(49882,2042,1,1,1,6805,0,9828.21,681.657,1298.78,0.606965,300,5,0,102,0,1,0,0,0),(49883,2042,1,1,1,6805,0,9737.49,649.785,1297.98,2.54167,300,5,0,102,0,1,0,0,0),(49884,2042,1,1,1,6805,0,9791.64,652.266,1295.91,3.23262,300,5,0,102,0,1,0,0,0),(49885,2042,1,1,1,6805,0,9693.47,782.62,1288.71,4.86287,300,5,0,102,0,1,0,0,0),(49886,2042,1,1,1,6805,0,9736.71,791.845,1296.54,0.150942,300,5,0,102,0,1,0,0,0),(49887,2042,1,1,1,6805,0,9944.04,1084.02,1319.15,4.44444,300,5,0,102,0,1,0,0,0),(49888,2042,1,1,1,6805,0,9937,1276.95,1296.2,3.60153,300,5,0,102,0,1,0,0,0),(49889,2042,1,1,1,6805,0,9784.99,618.715,1297.05,0.507506,300,5,0,102,0,1,0,0,0),(49890,2042,1,1,1,6805,0,9882.35,1218.78,1300.39,3.74075,300,5,0,102,0,1,0,0,0),(49891,2042,1,1,1,6805,0,9706.59,1118.33,1275.78,2.8097,300,5,0,102,0,1,0,0,0),(49892,2042,1,1,1,6805,0,9744.31,1224.63,1282.2,2.3084,300,5,0,102,0,1,0,0,0),(49893,2042,1,1,1,6805,0,9819.7,1184.31,1285.34,4.79107,300,5,0,102,0,1,0,0,0),(49894,2042,1,1,1,6805,0,9685.91,1081.22,1278.78,5.70691,300,5,0,102,0,1,0,0,0),(49895,2042,1,1,1,6805,0,9716.34,1178.57,1272.82,4.72997,300,5,0,102,0,1,0,0,0),(49896,2042,1,1,1,6805,0,9787.22,1185.07,1282.12,6.10257,300,5,0,102,0,1,0,0,0),(49897,2042,1,1,1,6805,0,9853.45,826.295,1307.94,5.88509,300,5,0,102,0,1,0,0,0),(49898,2042,1,1,1,6805,0,9682.05,779.307,1285.27,3.67188,300,5,0,102,0,1,0,0,0),(49899,2042,1,1,1,6805,0,9747.33,783.211,1296.93,3.01136,300,5,0,102,0,1,0,0,0),(49900,2042,1,1,1,6805,0,9975.89,879.92,1325.72,4.50791,300,5,0,102,0,1,0,0,0),(49901,2043,1,1,1,14318,0,9858.1,1834.19,1316.38,3.2837,300,5,0,5342,0,1,0,0,0),(49902,2043,1,1,1,14318,0,9382.15,585.58,1322.65,0.550747,300,5,0,5342,0,1,0,0,0),(49903,4091,1,1,1,2201,1,9654.43,2537.32,1331.6,3.92699,300,0,0,1939,4393,0,0,0,0),(49904,2043,1,1,1,14318,0,9410.08,1442.42,1286.29,0.915928,300,5,0,5342,0,1,0,0,0),(49905,2043,1,1,1,14318,0,9384.34,648.148,1309.59,5.70041,300,5,0,5342,0,1,0,0,0),(49906,2043,1,1,1,14318,0,9412.83,580.065,1321.63,3.91286,300,5,0,5342,0,1,0,0,0),(49907,2043,1,1,1,14318,0,9370.44,1070.41,1278.64,3.62197,300,5,0,5342,0,1,0,0,0),(49908,2043,1,1,1,14318,0,9212.91,1220.95,1316.63,3.10839,300,5,0,5342,0,1,0,0,0),(49909,2043,1,1,1,14318,0,9322.74,916.021,1304.95,6.08464,300,5,0,5342,0,1,0,0,0),(49910,2043,1,1,1,14318,0,9844.01,1867.71,1320.64,4.46745,300,5,0,5342,0,1,0,0,0),(49911,2043,1,1,1,14318,0,9299.63,1525.35,1279.44,4.09611,300,5,0,5342,0,1,0,0,0),(49912,2043,1,1,1,14318,0,9308.93,1617.28,1292.38,2.69465,300,5,0,5342,0,1,0,0,0),(49913,2043,1,1,1,14318,0,9460.44,1755.72,1308.43,4.07943,300,5,0,5342,0,1,0,0,0),(49914,2043,1,1,1,14318,0,9343.08,685.377,1310.4,3.95124,300,5,0,5342,0,1,0,0,0),(49915,2043,1,1,1,14318,0,9425.12,1416.74,1293.86,6.08885,300,5,0,5342,0,1,0,0,0),(49916,2043,1,1,1,14318,0,9484.99,1756.41,1302.88,3.15819,300,5,0,5342,0,1,0,0,0),(49917,2043,1,1,1,14318,0,9479.38,1783.39,1312.52,1.77306,300,5,0,5342,0,1,0,0,0),(49918,2043,1,1,1,14318,0,9362.25,628.674,1318.09,2.46213,300,5,0,5342,0,1,0,0,0),(49919,2043,1,1,1,14318,0,9150.12,1236.91,1324.58,1.55369,300,5,0,5342,0,1,0,0,0),(49920,2043,1,1,1,14318,0,9262.86,1481.98,1293.37,1.59911,300,5,0,5342,0,1,0,0,0),(49921,2043,1,1,1,14318,0,9378.61,973.917,1283.33,2.42852,300,5,0,5342,0,1,0,0,0),(49922,2043,1,1,1,14318,0,9247.24,1252.79,1298.09,0.96031,300,5,0,5342,0,1,0,0,0),(49923,2043,1,1,1,14318,0,9145.05,1268.94,1324.34,2.27391,300,5,0,5342,0,1,0,0,0),(49924,2043,1,1,1,14318,0,9282.29,1422.83,1288.02,2.91311,300,5,0,5342,0,1,0,0,0),(49925,2043,1,1,1,14318,0,9923.4,1854.72,1321.21,0.331639,300,5,0,5342,0,1,0,0,0),(49926,2043,1,1,1,14318,0,9214.38,1283.38,1311.15,4.72281,300,5,0,5342,0,1,0,0,0),(49927,2043,1,1,1,14318,0,9936.16,1771.33,1331.57,0.625925,300,5,0,5342,0,1,0,0,0),(49928,2043,1,1,1,14318,0,9384.65,1513.58,1276.9,5.60226,300,5,0,5342,0,1,0,0,0),(49929,2043,1,1,1,14318,0,9450.58,1718.43,1301.46,1.44935,300,5,0,5342,0,1,0,0,0),(49930,2043,1,1,1,14318,0,9895.78,1737.91,1329.78,2.73364,300,5,0,5342,0,1,0,0,0),(49931,2043,1,1,1,14318,0,9945.32,1752.27,1332,3.41348,300,5,0,5342,0,1,0,0,0),(49932,2043,1,1,1,14318,0,9813.45,1744.49,1316.03,2.77399,300,5,0,5342,0,1,0,0,0),(49933,2043,1,1,1,14318,0,9449.38,585.401,1321.49,1.58489,300,5,0,5342,0,1,0,0,0),(49934,4092,1,1,1,2202,1,9612.45,2511.37,1331.6,0.785398,300,0,0,1239,3191,0,0,0,0),(49935,6142,1,1,1,5083,1,9918.03,2308.6,1330.87,1.71042,300,0,0,1221,0,0,0,0,0),(137650,34976,1,1,1,0,1,-1381.29,-75.9809,160.602,3.19395,300,0,0,1,0,0,0,0,0),(137647,35599,1,1,1,0,1,9975.14,2330.35,1330.87,0.0349066,300,0,0,1,1,0,0,0,0),(49938,3838,1,1,1,1931,0,8640.58,841.118,23.3464,0.05236,600,0,0,10572,0,0,0,0,0),(49939,4262,1,1,1,14613,1,8639.22,849.739,22.8567,0.244346,300,0,0,15952,0,0,0,0,0),(49940,12800,1,1,1,4269,0,-6434.27,3269.59,38.655,0.893311,600,10,0,30520,0,1,0,0,0),(49941,12800,1,1,1,4269,0,-6119.36,3379.44,59.4982,1.12248,600,10,0,30520,0,1,0,0,0),(49942,12800,1,1,1,4269,0,-5820.14,3485.02,28.5167,6.12735,600,10,0,30520,0,1,0,0,0),(49943,12800,1,1,1,4269,0,-6116.64,3369.37,57.609,1.51411,600,10,0,30520,0,1,0,0,0),(49944,12800,1,1,1,4269,0,-6197.07,3334.46,58.6327,2.46761,600,10,0,30520,0,1,0,0,0),(49945,12800,1,1,1,4269,0,-6319.28,3344.16,65.2054,3.20316,600,10,0,30520,0,1,0,0,0),(49946,12800,1,1,1,4269,0,-5787.43,3485.04,28.5554,2.57208,600,10,0,30520,0,1,0,0,0),(49947,12800,1,1,1,4269,0,-5909.7,3494.38,56.567,1.04947,600,10,0,30520,0,1,0,0,0),(49948,12801,1,1,1,10810,0,-6330.06,3291.88,70.8554,0,600,10,0,30520,0,1,0,0,0),(49949,12801,1,1,1,10810,0,-6436.39,3345.68,58.6644,3.3681,600,15,0,30520,0,1,0,0,0),(49950,12801,1,1,1,10810,0,-6315.02,3316.28,68.0559,3.53476,600,10,0,30520,0,1,0,0,0),(49951,12801,1,1,1,10810,0,-5863.11,3412.64,23.5561,3.56418,600,10,0,30520,0,1,0,0,0),(49952,12801,1,1,1,10810,0,-5751.47,3491.62,34.1866,2.91096,600,10,0,30520,0,1,0,0,0),(49953,12801,1,1,1,10810,0,-5954.25,3450.71,45.5886,2.93596,600,10,0,30520,0,1,0,0,0),(49954,12801,1,1,1,10810,0,-6017.64,3382.51,46.0543,4.43344,600,10,0,30520,0,1,0,0,0),(49955,12801,1,1,1,10810,0,-6048.84,3347.2,50.5897,4.67721,600,10,0,30520,0,1,0,0,0),(49956,12801,1,1,1,10810,0,-6082.72,3316.35,54.0408,5.49779,600,10,0,30520,0,1,0,0,0),(49957,9986,1,1,1,9260,0,-4371.6,264.516,25.7434,4.20624,300,0,0,1003,0,0,0,0,0),(49958,12802,1,1,1,9560,0,-5877.04,3316.89,37.7868,6.16069,600,15,0,22008,0,1,0,0,0),(49959,12802,1,1,1,9560,0,-5882.79,3385.49,25.0237,1.92808,600,10,0,22008,0,1,0,0,0),(49960,12802,1,1,1,9560,0,-5675.77,3462.87,47.407,5.85535,600,10,0,22008,0,1,0,0,0),(49961,12802,1,1,1,9560,0,-5668.09,3429.49,48.0225,5.95896,600,15,0,22008,0,1,0,0,0),(49962,12802,1,1,1,9560,0,-5918.32,3419.05,34.0495,1.88452,600,10,0,22008,0,1,0,0,0),(49963,12802,1,1,1,9560,0,-5983.55,3415,45.994,5.37309,600,10,0,22008,0,1,0,0,0),(49964,12802,1,1,1,9560,0,-6022.17,3448.47,55.6654,3.26405,600,10,0,22008,0,1,0,0,0),(49965,12802,1,1,1,9560,0,-6047.88,3416.94,54.7501,0.126293,600,10,0,22008,0,1,0,0,0),(49966,12802,1,1,1,9560,0,-6084.55,3380.53,53.2139,4.14751,600,10,0,22008,0,1,0,0,0),(49967,7939,1,1,1,7012,1,-4428.23,3197.59,13.3577,5.85986,300,15,0,7048,0,1,0,0,0),(49968,7939,1,1,1,7012,1,-4390.31,3202.46,17.6658,0.436332,300,0,0,7048,0,0,0,0,0),(49969,7939,1,1,1,7012,1,-4377.73,3242.32,12.1581,4.51377,300,0,0,7048,0,2,0,0,0),(49970,12803,1,1,1,12683,0,-5731.73,3402.58,65.4761,3.21747,600,0,0,323700,0,0,0,0,0),(49971,7939,1,1,1,7012,1,-4492.24,3315.42,14.7457,0.174533,300,0,0,7048,0,0,0,0,0),(49972,7939,1,1,1,7012,1,-4406.3,3290.4,12.4444,3.24631,300,0,0,7048,0,0,0,0,0),(49973,7939,1,1,1,7012,1,-4339.32,3283.14,18.5912,1.11701,300,0,0,7048,0,0,0,0,0),(49974,7939,1,1,1,7012,1,-4394.36,3371.5,14.8057,1.48474,300,15,0,7048,0,1,0,0,0),(49975,7939,1,1,1,7012,1,-4443.71,3300.13,13.0322,5.23599,300,0,0,7048,0,0,0,0,0),(49976,7939,1,1,1,7012,1,-4382.54,3196.88,17.6645,1.29154,300,0,0,7048,0,0,0,0,0),(49977,7939,1,1,1,7012,1,-4484.77,3263.51,11.8672,1.13224,300,15,0,7048,0,1,0,0,0),(49978,7939,1,1,1,7012,1,-4444.18,3225.68,12.6411,0.837758,300,0,0,7048,0,0,0,0,0),(49979,7939,1,1,1,7012,1,-4513.34,3207.91,10.8197,1.88668,300,15,0,7048,0,1,0,0,0),(49980,7939,1,1,1,7012,1,-4368.46,3168.19,12.5482,4.31734,300,15,0,7048,0,1,0,0,0),(49981,7939,1,1,1,7012,1,-4342.76,3236.16,11.5476,4.4757,300,15,0,7048,0,1,0,0,0),(49982,7939,1,1,1,7012,1,-4222.71,3282.85,8.14104,-1.0821,300,0,0,7048,0,2,0,0,0),(49983,7939,1,1,1,7012,1,-4356.65,3358.19,11.807,1.10496,300,3,0,7048,0,1,0,0,0),(49984,7939,1,1,1,7012,1,-4255.01,3290.86,11.7898,5.61996,300,0,0,7048,0,0,0,0,0),(49985,7939,1,1,1,7012,1,-4255.43,3279.96,11.753,0.541052,300,0,0,7048,0,0,0,0,0),(49986,7939,1,1,1,7012,1,-4528.45,3255.95,10.0763,2.32454,300,15,0,7048,0,1,0,0,0),(49991,7939,1,1,1,7012,1,-4352.23,3201.79,12.62,6.0695,300,15,0,7048,0,1,0,0,0),(49993,7941,1,1,1,7022,0,-4364.43,3284.22,13.6339,3.49066,300,0,0,5066,0,0,0,0,0),(49994,7942,1,1,1,7024,0,-4379.03,3311.83,13.6345,5.3058,300,0,0,4906,0,0,0,0,0),(49997,7943,1,1,1,7019,1,-4509.71,3285.25,14.9415,0.226893,300,0,0,4276,0,0,0,0,0),(49998,7945,1,1,1,7023,1,-4504.52,3281.26,14.9415,1.6057,300,0,0,4276,0,0,0,0,0),(49999,7946,1,1,1,7021,1,-4294.42,3199.97,0.517903,6.26573,300,0,0,4742,0,0,0,0,0),(50000,7947,1,1,1,7017,1,-4380.15,3266.08,13.6348,0.453786,300,0,0,4742,0,0,0,0,0),(50001,7948,1,1,1,7018,1,-4395.07,3174.23,17.6733,2.51327,300,0,0,4742,0,0,0,0,0),(50002,7949,1,1,1,7020,1,-4416.97,3249.04,12.3839,0.733038,300,0,0,4584,0,0,0,0,0),(50003,5390,1,1,1,4715,1,-4345.63,223.099,25.6056,2.94961,300,0,0,2566,0,0,0,0,0),(50004,14355,1,1,1,14386,0,-4097.25,96.4591,76.3644,2.72271,300,0,0,3052,0,0,0,0,0),(50005,7956,1,1,1,7044,1,-4481.82,858.533,74.6309,3.80482,10,0,0,1981,0,0,0,0,0),(50006,7957,1,1,1,7045,1,-4479.81,858.481,74.6105,3.90954,300,0,0,1075,2763,0,0,0,0),(50007,15384,1,1,1,11686,0,-4355.37,2429.23,6.47439,5.14872,300,0,0,4120,0,0,0,0,0),(50008,15384,1,1,1,11686,0,-4212.1,3292.71,6.16908,4.69494,300,0,0,4120,0,0,0,0,0),(50009,7725,1,1,1,6835,1,-4162.52,778.928,148.408,5.548,300,3,0,1981,0,1,0,0,0),(50010,14373,1,1,1,14427,0,-4394.15,212.484,25.5193,1.76185,300,0,0,2961,0,2,0,0,0),(50011,14374,1,1,1,14426,0,-4401.73,3275.46,12.3194,5.68997,300,0,0,2961,0,0,0,0,0),(50012,14889,1,1,1,15366,0,-2872.66,1884.25,52.7336,2.6529,868400,0,0,1895000,0,0,0,0,0),(50013,11818,1,1,1,11745,0,-4340.99,139.061,34.1855,3.38594,300,0,0,1981,0,0,0,0,0),(50014,14637,1,1,1,14664,1,-4378.62,2327.33,1.54656,5.02655,300,0,0,1524,0,0,0,0,0),(50015,7725,1,1,1,6836,1,-4538.72,672.333,60.2229,4.31236,300,0,0,1981,0,2,0,0,0),(50016,7725,1,1,1,6836,1,-4553.5,779.687,47.8547,5.62744,300,15,0,1981,0,1,0,0,0),(50017,7725,1,1,1,6835,1,-4600.34,822.483,47.3132,5.5812,300,15,0,1981,0,1,0,0,0),(50018,7725,1,1,1,6835,1,-4514.15,723.69,62.5522,5.04314,300,3,0,1981,0,1,0,0,0),(50019,7725,1,1,1,6836,1,-4515.26,769.58,60.5478,4.78392,300,15,0,1981,0,1,0,0,0),(50020,7725,1,1,1,6836,1,-4519.95,757.272,60.3079,3.42085,300,0,0,1981,0,0,0,0,0),(50021,7725,1,1,1,6835,1,-4116.92,578.076,74.7313,3.16893,300,15,0,1981,0,1,0,0,0),(50022,7725,1,1,1,6836,1,-4536.63,805.182,60.3751,5.0091,300,0,0,1981,0,0,0,0,0),(50023,7725,1,1,1,6835,1,-4506.7,812.016,62.6576,4.10152,300,0,0,1981,0,0,0,0,0),(50024,7725,1,1,1,6835,1,-4528.38,810.67,60.3026,5.58505,300,0,0,1981,0,0,0,0,0),(50025,7725,1,1,1,6836,1,-4543.01,805.112,60.7785,5.68382,300,0,0,1981,0,2,0,0,0),(50026,7725,1,1,1,6836,1,-4561.73,846.277,60.6575,4.86533,300,0,0,1981,0,0,0,0,0),(50027,7725,1,1,1,6835,1,-4531.33,846.52,60.0051,5.13127,300,0,0,1981,0,0,0,0,0),(50028,7725,1,1,1,6835,1,-4213.85,668.458,70.6214,0.85559,300,0,0,1981,0,2,0,0,0),(50029,7725,1,1,1,6835,1,-4123.18,661.064,86.0108,2.33141,300,3,0,1981,0,1,0,0,0),(50030,7725,1,1,1,6836,1,-4185.9,598.25,70.6391,4.24802,300,0,0,1981,0,0,0,0,0),(50031,7725,1,1,1,6836,1,-4189.18,611.001,70.7044,4.73188,300,0,0,1981,0,0,0,0,0),(50032,7725,1,1,1,6836,1,-4171.3,623.446,70.5794,1.19024,300,15,0,1981,0,1,0,0,0),(50033,7725,1,1,1,6836,1,-4254.78,648.282,68.7423,1.77963,300,3,0,1981,0,1,0,0,0),(50034,7725,1,1,1,6835,1,-4583.27,652.849,48.9117,1.78667,300,15,0,1981,0,1,0,0,0),(50035,7726,1,1,1,6832,1,-4227.26,648.075,70.6681,4.07039,300,0,0,1522,1332,0,0,0,0),(50036,7726,1,1,1,6831,1,-4562.84,860.832,60.8183,6.0272,300,0,0,1522,1332,0,0,0,0),(50037,7726,1,1,1,6832,1,-4545.76,657.794,58.7566,2.03943,300,3,0,1522,1332,1,0,0,0),(50038,7726,1,1,1,2289,1,-4581.77,828.687,48.8691,5.24221,300,15,0,1522,1332,1,0,0,0),(50039,7726,1,1,1,6831,1,-4529.06,792.544,59.7115,0.855211,300,0,0,1522,1332,0,0,0,0),(50040,7726,1,1,1,6832,1,-4508.22,797.271,61.1456,3.13156,300,15,0,1522,1332,1,0,0,0),(50041,7726,1,1,1,6831,1,-4171.72,656.348,70.5595,5.84964,300,0,0,1522,1332,0,0,0,0),(50042,7726,1,1,1,6832,1,-4147.32,651.648,81.4496,1.71376,300,3,0,1522,1332,1,0,0,0),(50043,7726,1,1,1,6831,1,-4146.88,584.375,70.7092,2.22397,300,0,0,1522,1332,0,0,0,0),(50044,7726,1,1,1,6832,1,-4168.86,580.108,71.2641,5.93908,300,15,0,1522,1332,1,0,0,0),(50045,7726,1,1,1,6832,1,-4156.1,592.543,70.5842,5.5061,300,15,0,1522,1332,1,0,0,0),(50046,7726,1,1,1,6831,1,-4162.49,606.679,70.8209,2.72637,300,0,0,1522,1332,0,0,0,0),(50047,7726,1,1,1,6832,1,-4247.92,623.313,62.5433,1.5708,300,3,0,1522,1332,1,0,0,0),(50048,7727,1,1,1,6834,1,-4579.8,859.037,62.5833,1.53589,300,0,0,1648,1432,0,0,0,0),(50049,7727,1,1,1,6833,1,-4559.06,657.949,57.7953,3.52556,300,0,0,1648,1432,0,0,0,0),(50050,7727,1,1,1,6833,1,-4503.51,709.421,68.8389,2.82743,300,0,0,1648,1432,0,0,0,0),(50051,7727,1,1,1,6834,1,-4492.88,785.292,65.7131,3.1765,300,0,0,1648,1432,0,0,0,0),(50052,7727,1,1,1,6834,1,-4515.39,811.049,63.0038,4.20624,300,0,0,1648,1432,0,0,0,0),(50053,7727,1,1,1,6834,1,-4196.5,643.374,68.4452,5.9438,300,3,0,1648,1432,1,0,0,0),(50054,7727,1,1,1,6834,1,-4218.19,581.614,61.5993,4.01679,300,15,0,1648,1432,1,0,0,0),(50055,11824,1,1,1,11743,0,-4335.8,3434.68,1.98591,5.46288,300,0,0,2218,0,0,0,0,0),(50056,11825,1,1,1,11742,0,-4336.13,3433.76,2.06755,0.174533,300,0,0,2399,0,0,0,0,0),(50057,11826,1,1,1,11744,0,-4497.76,-773.281,-39.3882,3.20023,300,0,0,2218,0,0,0,0,0),(50058,10293,1,1,1,9822,1,-4365.9,3302,13.6392,2.96706,300,0,0,2980,0,0,0,0,0),(50059,7736,1,1,1,6553,0,-4381.59,3289.45,13.6266,0.034907,300,0,0,1003,0,0,0,0,0),(50060,7737,1,1,1,6554,0,-4460.1,242.722,39.1908,0.506145,300,0,0,1003,0,0,0,0,0),(50061,14395,1,1,1,7107,0,-3762.79,1135.47,159.675,4.79965,300,0,0,2784,0,0,0,0,0),(50062,7997,1,1,1,9345,0,-4543.43,814.337,60.4035,4.90377,60,0,0,1585,1381,0,0,0,0),(50063,7997,1,1,1,9345,0,-4539.64,814.521,60.4035,3.68933,60,0,0,1585,1381,0,0,0,0),(50064,7997,1,1,1,9345,0,-4537.99,821.534,60.4035,5.21737,60,0,0,1585,1381,0,0,0,0),(50065,7997,1,1,1,9345,0,-4536.86,814.636,60.4035,1.88364,60,0,0,1585,1381,0,0,0,0),(50066,7997,1,1,1,9345,0,-4539.76,819.124,60.4035,2.73082,60,0,0,1585,1381,0,0,0,0),(50067,7997,1,1,1,9345,0,-4541.21,817.484,60.4035,3.06584,60,0,0,1585,1381,0,0,0,0),(50068,7997,1,1,1,9345,0,-4545.5,816.318,60.4035,2.90394,60,0,0,1585,1381,0,0,0,0),(50069,7997,1,1,1,9345,0,-4533.85,815.895,60.4035,0.442941,60,0,0,1585,1381,0,0,0,0),(50070,7997,1,1,1,9345,0,-4536.61,817.237,60.4035,3.00027,60,0,0,1585,1381,0,0,0,0),(50071,7997,1,1,1,9345,0,-4540.96,821.578,60.4035,1.24812,60,0,0,1585,1381,0,0,0,0),(50072,7997,1,1,1,9345,0,-4542.69,820.501,60.4035,1.60307,60,0,0,1585,1381,0,0,0,0),(50073,7997,1,1,1,9345,0,-4541.33,811.603,60.4035,2.38309,60,0,0,1585,1381,0,0,0,0),(50074,14661,1,1,1,12149,0,-5219.04,90.9068,31.6091,4.48308,300,0,0,2985,0,2,0,0,0),(50075,10059,1,1,1,9282,1,-4365.72,3254.8,12.6801,4.64258,300,0,0,1003,0,0,0,0,0),(50076,9548,1,1,1,8666,1,-4484.55,233.527,48.4759,2.89725,300,0,0,2964,0,0,0,0,0),(50077,7725,1,1,1,6836,1,-4184.52,805.35,144.867,4.98373,300,5,0,1981,0,1,0,0,0),(50078,8019,1,1,1,7249,1,-4370.54,3340.11,12.352,3.42085,600,0,0,10572,0,0,0,0,0),(50079,7764,1,1,1,6989,1,-4474.9,3232.88,13.7295,0.951991,300,0,0,2769,0,0,0,0,0),(50080,8020,1,1,1,7248,1,-4421.94,198.146,25.1863,0.575959,600,0,0,10572,0,0,0,0,0),(50081,8021,1,1,1,7272,0,-4419.57,180.707,29.337,4.38078,300,0,0,2769,0,0,0,0,0),(50082,7765,1,1,1,1918,0,-3385.91,2495.84,23.5588,5.95869,300,0,0,2218,0,0,0,0,0),(50083,5461,1,1,1,5450,0,-5515.21,2283.27,5.69187,2.66465,300,15,0,2576,0,1,0,0,0),(50084,5461,1,1,1,5450,0,-3923.32,2765.01,-0.892795,5.31168,300,15,0,2576,0,1,0,0,0),(50085,5461,1,1,1,5450,0,-3968.02,2921.14,14.971,5.23908,300,15,0,2576,0,1,0,0,0),(50086,5461,1,1,1,5450,0,-3984.14,2981.9,1.69129,3.37745,300,15,0,2576,0,1,0,0,0),(50087,5461,1,1,1,5450,0,-4016.89,3049.96,-1.99751,4.16623,300,15,0,2576,0,1,0,0,0),(50088,5461,1,1,1,5450,0,-3902.11,2862.66,9.50532,2.73867,300,15,0,2576,0,1,0,0,0),(50089,5461,1,1,1,5450,0,-4039.67,2866.3,-1.23671,0.125861,300,15,0,2576,0,1,0,0,0),(50090,5461,1,1,1,5450,0,-4762.4,1979.28,2.0407,3.18454,300,15,0,2576,0,1,0,0,0),(50091,5461,1,1,1,5450,0,-4165.58,2331.51,0.816095,5.51366,300,15,0,2576,0,1,0,0,0),(50092,5461,1,1,1,5450,0,-4181.23,2383.45,2.96902,0.311354,300,15,0,2576,0,1,0,0,0),(50093,5461,1,1,1,5450,0,-4075.83,2680.56,0.365861,1.0905,300,15,0,2576,0,1,0,0,0),(50094,5461,1,1,1,5450,0,-4115.7,2625.66,2.58804,4.5536,300,15,0,2576,0,1,0,0,0),(50095,5461,1,1,1,5450,0,-4122.94,2586.33,4.05547,1.74061,300,15,0,2576,0,1,0,0,0),(50096,5461,1,1,1,5450,0,-5176.8,2262.24,-6.32783,5.5717,300,15,0,2576,0,1,0,0,0),(50097,5461,1,1,1,5450,0,-4668.75,2368.75,-0.455117,0.427094,300,15,0,2576,0,1,0,0,0),(50098,5461,1,1,1,5450,0,-4830.81,2137.04,-6.1245,3.54724,300,15,0,2576,0,1,0,0,0),(50099,5461,1,1,1,5450,0,-4780.77,2137.37,-0.215034,0.875308,300,15,0,2576,0,1,0,0,0),(50100,5461,1,1,1,5450,0,-4669.55,2084.79,-2.06703,5.68888,300,15,0,2576,0,1,0,0,0),(50101,5461,1,1,1,5450,0,-4991.93,2224.25,-1.69709,0.597758,300,15,0,2576,0,1,0,0,0),(50102,5461,1,1,1,5450,0,-5313.77,2218.88,5.98671,1.28975,300,15,0,2576,0,1,0,0,0),(50103,5461,1,1,1,5450,0,-5312.36,2291.26,-9.05161,0.776143,300,15,0,2576,0,1,0,0,0),(50104,5461,1,1,1,5450,0,-4851.08,2185.15,-0.014687,2.64081,300,0,0,2576,0,0,0,0,0),(50105,5461,1,1,1,5450,0,-5083.59,2218.21,2.34196,2.72173,300,0,0,2576,0,0,0,0,0),(50106,5461,1,1,1,5450,0,-5116.32,2251.19,-3.34717,1.05727,300,0,0,2576,0,0,0,0,0),(50107,5461,1,1,1,5450,0,-5412.23,2284.13,0.142945,1.77733,300,0,0,2576,0,0,0,0,0),(50108,5462,1,1,1,5562,0,-5391.06,2412.7,-41.2377,1.83763,300,15,0,2488,0,1,0,0,0),(50109,5462,1,1,1,5562,0,-5548.4,2378.66,-10.86,5.01778,300,15,0,2488,0,1,0,0,0),(50110,5462,1,1,1,5562,0,-5492.71,2358.39,-4.4692,5.33639,300,15,0,2488,0,1,0,0,0),(50111,5462,1,1,1,5562,0,-3987.83,2844.87,7.97783,0.857332,300,15,0,2488,0,1,0,0,0),(50112,5462,1,1,1,5562,0,-3970.58,3052.06,-15.5261,1.31421,300,15,0,2488,0,1,0,0,0),(50113,5462,1,1,1,5562,0,-4063.12,2965.94,-9.04446,4.25,300,15,0,2488,0,1,0,0,0),(50114,5462,1,1,1,5562,0,-3909.12,3062.48,4.12619,5.55162,300,15,0,2488,0,1,0,0,0),(50115,5462,1,1,1,5562,0,-3899.3,2832.61,9.6593,4.34614,300,15,0,2488,0,1,0,0,0),(50116,5462,1,1,1,5562,0,-4044.24,2803.5,-2.02519,5.39537,300,15,0,2488,0,1,0,0,0),(50117,5462,1,1,1,5562,0,-4758.67,2039.59,7.59766,2.30956,300,15,0,2488,0,1,0,0,0),(50118,5462,1,1,1,5562,0,-4830.33,2055.57,-0.831922,4.62242,300,15,0,2488,0,1,0,0,0),(50119,5462,1,1,1,5562,0,-4828.88,2027.82,-3.60859,4.38017,300,15,0,2488,0,1,0,0,0),(50120,5462,1,1,1,5562,0,-4182.71,2356.02,-0.31902,2.24992,300,15,0,2488,0,1,0,0,0),(50121,5462,1,1,1,5562,0,-4155.68,2515.49,8.72353,0.249293,300,15,0,2488,0,1,0,0,0),(50122,5462,1,1,1,5562,0,-4163.18,2548.86,2.12468,1.89537,300,15,0,2488,0,1,0,0,0),(50123,5462,1,1,1,5562,0,-4186.32,2417.43,3.42182,3.88669,300,15,0,2488,0,1,0,0,0),(50124,5462,1,1,1,5562,0,-5131.23,2162.94,21.3649,4.24406,300,15,0,2488,0,1,0,0,0),(50125,5462,1,1,1,5562,0,-4511.62,2316.16,1.36214,3.85672,300,0,0,2488,0,0,0,0,0),(50126,5462,1,1,1,5562,0,-4618.54,2318.41,0.85458,5.23477,300,15,0,2488,0,1,0,0,0),(50127,5462,1,1,1,5562,0,-4763.79,2254.95,7.6773,2.91604,300,15,0,2488,0,1,0,0,0),(50128,5462,1,1,1,5562,0,-4690.65,2122.08,0.995602,5.01113,300,15,0,2488,0,1,0,0,0),(50129,5462,1,1,1,5562,0,-4622.85,2072.9,5.03102,3.77668,300,15,0,2488,0,1,0,0,0),(50130,5462,1,1,1,5562,0,-4742.06,2075.45,0.68829,1.77719,300,15,0,2488,0,1,0,0,0),(50131,5462,1,1,1,5562,0,-4978.97,2256.16,-6.0128,0.620005,300,15,0,2488,0,1,0,0,0),(50132,5462,1,1,1,5562,0,-4942.11,2217.82,-0.425181,0.347843,300,15,0,2488,0,1,0,0,0),(50133,5462,1,1,1,5562,0,-5217.91,2213.74,-1.54423,2.57247,300,15,0,2488,0,1,0,0,0),(50134,5462,1,1,1,5562,0,-5374.33,2253.37,4.53737,0.529199,300,15,0,2488,0,1,0,0,0),(50135,5462,1,1,1,5562,0,-5328.13,2253.13,-2.18281,4.44595,300,15,0,2488,0,1,0,0,0),(50136,5462,1,1,1,5562,0,-4783.76,2318.24,-1.00769,1.97605,300,0,0,2488,0,0,0,0,0),(50137,5462,1,1,1,5562,0,-4927.25,2187.37,6.13102,3.18551,300,15,0,2488,0,1,0,0,0),(50138,5462,1,1,1,5562,0,-4841.98,2207.39,2.57706,3.60305,300,15,0,2488,0,1,0,0,0),(50139,5462,1,1,1,5562,0,-5003.1,2177.49,13.9019,3.38326,300,15,0,2488,0,1,0,0,0),(50140,5462,1,1,1,5562,0,-5181.88,2179.13,7.24054,4.77103,300,15,0,2488,0,1,0,0,0),(50141,5462,1,1,1,5562,0,-5282.64,2213.34,1.64816,4.6694,300,15,0,2488,0,1,0,0,0),(50142,11098,1,1,1,10623,0,-4364.53,273.484,26.4007,5.48033,300,0,0,3398,0,0,0,0,0),(50143,7773,1,1,1,6992,1,-3129.57,2257.48,39.8686,4.27606,300,0,0,3297,2434,0,0,0,0),(50144,7774,1,1,1,6985,1,-2843.75,2785.17,94.4791,3.21141,300,0,0,1939,4393,0,0,0,0),(50145,7775,1,1,1,6995,1,-3551.3,2305.97,62.8218,5.16617,300,0,0,2218,0,0,0,0,0),(50146,3936,1,1,1,2035,1,-4505.82,3337.48,14.1203,5.61996,300,0,0,12974,0,0,0,0,0),(50147,7776,1,1,1,6996,1,-4397.66,146.916,25.5951,0.942478,300,0,0,2769,0,0,0,0,0),(50148,7777,1,1,1,6993,0,-4386.08,173.278,25.8706,4.91319,300,0,0,1753,0,2,0,0,0),(50149,2914,1,1,1,1206,0,-4897.93,1363.23,63.6794,2.94954,300,3,0,8,0,1,0,0,0),(50150,2914,1,1,1,2957,0,-2950.75,2393.43,39.7234,5.04031,300,15,0,8,0,1,0,0,0),(50151,2914,1,1,1,2957,0,-4457.35,-307.76,42.425,5.09725,300,15,0,8,0,1,0,0,0),(50152,2914,1,1,1,6303,0,-5162.67,656.135,53.9433,2.72014,300,15,0,8,0,1,0,0,0),(50153,2914,1,1,1,2957,0,-3483.21,2623.26,79.4637,5.73121,300,15,0,8,0,1,0,0,0),(50154,2914,1,1,1,6303,0,-4203.14,-179.211,57.6665,4.70262,300,15,0,8,0,1,0,0,0),(50155,2914,1,1,1,1206,0,-4857.73,1684.21,105.603,4.16611,300,15,0,8,0,1,0,0,0),(50156,2914,1,1,1,2957,0,-4141.26,-424.595,24.6002,0.09075,300,15,0,8,0,1,0,0,0),(50157,2914,1,1,1,6303,0,-5580.75,1510.9,21.4424,3.10157,300,15,0,8,0,1,0,0,0),(50158,2914,1,1,1,2958,0,-5781.03,1628.92,84.0356,5.70304,300,15,0,8,0,1,0,0,0),(50159,2914,1,1,1,2958,0,-4637.77,1770.46,97.7827,4.25486,300,15,0,8,0,1,0,0,0),(50160,2914,1,1,1,6303,0,-5205.35,467.829,39.7854,5.60845,300,15,0,8,0,1,0,0,0),(50161,2914,1,1,1,2958,0,-4574.82,1800.08,97.1029,3.10179,300,15,0,8,0,1,0,0,0),(50162,2914,1,1,1,6303,0,-4564.59,1464.5,101.228,2.42809,300,15,0,8,0,1,0,0,0),(50163,2914,1,1,1,6303,0,-4461.14,-83.7371,58.1981,5.08419,300,15,0,8,0,1,0,0,0),(50164,2914,1,1,1,6303,0,-4213.15,586.49,62.9479,5.15244,300,15,0,8,0,1,0,0,0),(50165,2914,1,1,1,2957,0,-3827.94,1974.19,71.0933,5.4009,300,15,0,8,0,1,0,0,0),(50166,2914,1,1,1,1206,0,-4650.8,1612.79,115.911,5.45524,300,15,0,8,0,1,0,0,0),(50167,7725,1,1,1,6835,1,-4151.04,808.422,146.091,2.76428,300,0,0,1981,0,2,0,0,0),(50168,5229,1,1,1,597,1,-3552.33,220.407,149.381,5.86008,300,2,0,1829,0,1,0,0,0),(50169,5229,1,1,1,597,1,-3567.59,246.207,146.21,2.40457,300,2,0,1829,0,1,0,0,0),(50170,5229,1,1,1,597,1,-3523.01,238.285,150.637,0.078966,300,2,0,1829,0,1,0,0,0),(50171,5229,1,1,1,597,1,-3599.56,246.22,139.355,5.56426,300,3,0,1829,0,1,0,0,0),(50172,5229,1,1,1,597,1,-3552.49,234.808,145.86,4.69367,300,0,0,1829,0,2,0,0,0),(50173,5229,1,1,1,597,1,-3894.59,202.168,114.951,0.069316,300,0,0,1829,0,0,0,0,0),(50174,5229,1,1,1,597,1,-3606.89,265.504,139.117,1.96122,300,0,0,1829,0,2,0,0,0),(50175,5229,1,1,1,597,1,-3984.26,-77.4152,151.416,2.91006,300,0,0,1829,0,0,0,0,0),(50176,5229,1,1,1,597,1,-3998.19,-184.351,139.492,6.1696,300,0,0,1829,0,0,0,0,0),(50177,5229,1,1,1,597,1,-3975.58,-93.4045,150.166,1.5978,300,0,0,1829,0,0,0,0,0),(50178,5229,1,1,1,597,1,-3745.4,117.25,136.486,-0.372667,300,3,0,1829,0,1,0,0,0),(50179,5229,1,1,1,597,1,-3681.16,254.699,141.529,1.23567,300,0,0,1829,0,0,0,0,0),(50180,5229,1,1,1,597,1,-3738.9,214.265,122.011,2.265,300,0,0,1829,0,0,0,0,0),(50181,5229,1,1,1,597,1,-3981.8,220.084,80.7329,5.98368,300,0,0,1829,0,2,0,0,0),(50182,5229,1,1,1,597,1,-3976.95,186.63,103.495,1.62163,300,15,0,1829,0,1,0,0,0),(50183,7725,1,1,1,6836,1,-4136.98,812.896,146.091,5.54254,300,0,0,1981,0,0,0,0,0),(50184,5229,1,1,1,597,1,-3935.08,204.251,109.474,1.92083,300,0,0,1829,0,2,0,0,0),(50185,5229,1,1,1,597,1,-3874.16,218.916,112.669,2.69598,300,0,0,1829,0,2,0,0,0),(50186,5232,1,1,1,11554,1,-3531.52,224.624,149.388,3.86353,300,2,0,1981,0,1,0,0,0),(50187,5232,1,1,1,11554,1,-3586.61,215.162,140.098,2.40627,300,2,0,1981,0,1,0,0,0),(50188,5232,1,1,1,11554,1,-3586.44,199.911,136.561,5.3208,300,2,0,1981,0,1,0,0,0),(50189,5232,1,1,1,11554,1,-4890.78,1243.28,77.4524,4.7096,300,0,0,1981,0,2,0,0,0),(50190,5232,1,1,1,11554,1,-4913.71,1175.46,58.8896,0.868525,300,15,0,1981,0,1,0,0,0),(50191,5232,1,1,1,11554,1,-5019.56,1291.98,91.6835,4.50189,300,15,0,1981,0,1,0,0,0),(50192,5232,1,1,1,11554,1,-5031.87,1318.08,90.1847,4.46863,300,15,0,1981,0,1,0,0,0),(50193,5232,1,1,1,11554,1,-5011.82,1245.25,55.2638,6.24914,300,3,0,1981,0,1,0,0,0),(50194,5232,1,1,1,11554,1,-3902.08,114.584,135.371,0,300,0,0,1981,0,0,0,0,0),(50195,5232,1,1,1,11554,1,-3736.08,251.508,121.212,5.57098,300,0,0,1981,0,0,0,0,0),(50196,5232,1,1,1,11554,1,-3638.13,245.18,143.312,1.17227,300,0,0,1981,0,0,0,0,0),(50197,5232,1,1,1,11554,1,-5375.47,1370.42,25.7613,4.93601,300,10,0,1981,0,1,0,0,0),(50198,5232,1,1,1,11554,1,-3990.23,-140.155,139.348,5.86064,300,0,0,1981,0,0,0,0,0),(50199,5232,1,1,1,11554,1,-3963.46,-143.596,140.532,3.22123,300,0,0,1981,0,2,0,0,0),(50200,5232,1,1,1,11554,1,-3951.49,-95.4563,151.212,5.26223,300,3,0,1981,0,1,0,0,0),(50201,5232,1,1,1,11554,1,-3979.17,52.6445,105.083,5.86712,300,3,0,1981,0,1,0,0,0),(50202,5232,1,1,1,11554,1,-3930.18,-18.0148,135.733,4.93509,300,3,0,1981,0,1,0,0,0),(50203,5232,1,1,1,11554,1,-3743.54,201.453,121.886,1.68627,300,0,0,1981,0,0,0,0,0),(50204,5232,1,1,1,11554,1,-3713.27,210.511,125.98,0.030828,300,3,0,1981,0,1,0,0,0),(50205,5232,1,1,1,11554,1,-3661.68,256.456,143.152,3.70299,300,0,0,1981,0,0,0,0,0),(50206,5232,1,1,1,11554,1,-4888.54,1157.31,80.589,4.53876,300,0,0,1981,0,0,0,0,0),(50207,5232,1,1,1,11554,1,-4922.48,1143.04,80.0574,3.64795,300,3,0,1981,0,1,0,0,0),(50208,5232,1,1,1,11554,1,-4866.61,1146.92,85.0966,6.22215,300,15,0,1981,0,1,0,0,0),(50209,5232,1,1,1,11554,1,-4969.43,1176.62,59.7579,3.92117,300,0,0,1981,0,2,0,0,0),(50210,5232,1,1,1,11554,1,-5038.06,1234.27,53.6871,5.21011,300,3,0,1981,0,1,0,0,0),(50211,5232,1,1,1,11554,1,-4996.35,1217.19,52.6152,1.1004,300,3,0,1981,0,1,0,0,0),(50212,5232,1,1,1,11554,1,-5063.14,1242.75,51.4371,3.5712,300,3,0,1981,0,1,0,0,0),(50213,5232,1,1,1,11554,1,-5314.81,1319.76,46.5877,0.81007,300,0,0,1981,0,2,0,0,0),(50214,5232,1,1,1,11554,1,-5385,1367.14,23.7354,4.69286,300,3,0,1981,0,1,0,0,0),(50215,5232,1,1,1,11554,1,-3917.37,184.616,119.005,3.24146,300,0,0,1981,0,0,0,0,0),(50216,5232,1,1,1,11554,1,-3942.83,181.053,107.124,6.2578,300,0,0,1981,0,0,0,0,0),(50217,5232,1,1,1,11554,1,-3867.18,226.102,113.581,5.3058,300,0,0,1981,0,0,0,0,0),(50218,5232,1,1,1,11554,1,-3912.76,120.281,134.496,4.3226,300,0,0,1981,0,0,0,0,0),(50219,5234,1,1,1,11557,1,-5078.35,1220.73,51.696,5.08581,300,3,0,2059,0,1,0,0,0),(50220,5234,1,1,1,11557,1,-4988.33,1295.74,94.85,2.73632,300,15,0,2059,0,1,0,0,0),(50221,5234,1,1,1,11557,1,-5379.59,1345.91,24.743,0.289026,300,10,0,2059,0,1,0,0,0),(50222,5234,1,1,1,11557,1,-5351.17,1318.54,35.7507,0.545927,300,0,0,2059,0,0,0,0,0),(50223,5234,1,1,1,11557,1,-4939.8,1197.64,60.731,0.136027,300,3,0,2059,0,1,0,0,0),(50224,5234,1,1,1,11557,1,-4898.23,1221.05,66.5063,5.8042,300,3,0,2059,0,1,0,0,0),(50225,5234,1,1,1,11557,1,-5032.37,1194.28,51.3887,2.38051,300,3,0,2059,0,1,0,0,0),(50226,5234,1,1,1,11557,1,-5055.55,1209.83,48.9092,0.661183,300,3,0,2059,0,1,0,0,0),(50227,5234,1,1,1,11557,1,-4889.94,1145.07,82.2106,3.32155,300,0,0,2059,0,0,0,0,0),(50228,5234,1,1,1,11557,1,-4898.92,1148.02,81.3356,4.45566,300,0,0,2059,0,2,0,0,0),(50229,5234,1,1,1,11557,1,-4936.2,1170.16,74.731,3.24049,300,3,0,2059,0,1,0,0,0),(50230,5234,1,1,1,11557,1,-5280.49,1278.13,50.8268,4.20624,300,0,0,2059,0,0,0,0,0),(50231,883,1,1,1,347,0,-3402.26,2472.13,35.0458,5.03661,300,15,0,1,0,1,0,0,0),(50232,883,1,1,1,347,0,-4741.82,190.135,40.7271,3.15526,300,15,0,1,0,1,0,0,0),(50233,883,1,1,1,347,0,-2762.65,2659.9,71.5647,3.14159,300,15,0,1,0,1,0,0,0),(50234,3700,1,1,1,4484,0,-4316.84,3292.65,19.1552,6.26573,300,0,0,2750,0,0,0,0,0),(50235,5236,1,1,1,11559,1,-5739.76,1222.35,66.3547,0.239977,300,0,0,1711,1483,0,0,0,0),(50236,5236,1,1,1,11559,1,-5543.93,993.696,16.5127,6.14889,300,15,0,1711,1483,1,0,0,0),(50237,5236,1,1,1,11559,1,-5754.1,1123.4,68.6717,5.84817,300,15,0,1711,1483,1,0,0,0),(50238,5236,1,1,1,11559,1,-5567.08,1098.5,17.7634,4.51264,300,15,0,1711,1483,1,0,0,0),(50239,5236,1,1,1,11559,1,-5554.51,1017.75,14.1975,1.15922,300,15,0,1711,1483,1,0,0,0),(50240,5236,1,1,1,11559,1,-5510.64,1203.21,18.9783,4.09638,300,3,0,1711,1483,1,0,0,0),(50241,5236,1,1,1,11559,1,-5442.2,1269.46,20.459,1.41798,300,3,0,1711,1483,1,0,0,0),(50242,5236,1,1,1,11559,1,-5427.41,1221,30.396,0.551369,300,0,0,1711,1483,2,0,0,0),(50243,5236,1,1,1,11559,1,-5471.94,1279.61,22.7206,3.06456,300,10,0,1711,1483,1,0,0,0),(50244,5236,1,1,1,11559,1,-5298.71,1271.71,50.6932,3.33781,300,0,0,1711,1483,0,0,0,0),(50245,5236,1,1,1,11559,1,-5368.86,1241.26,23.0316,4.94201,300,3,0,1711,1483,1,0,0,0),(50246,5236,1,1,1,11559,1,-5418.5,1251.67,23.3841,5.18462,300,3,0,1711,1483,1,0,0,0),(50247,5236,1,1,1,11559,1,-5426.85,1309.13,22.0051,4.43478,300,3,0,1711,1483,1,0,0,0),(50248,5236,1,1,1,11559,1,-5606.17,1342.29,54.1234,0.815595,300,3,0,1711,1483,1,0,0,0),(50249,5236,1,1,1,11559,1,-5496.35,1380.06,22.2917,5.19242,300,3,0,1711,1483,1,0,0,0),(50250,5237,1,1,1,11558,1,-3935.27,202.822,108.599,4.50495,300,0,0,1522,1332,0,0,0,0),(50251,5237,1,1,1,11558,1,-3914.62,191.507,120.183,0.87668,300,0,0,1522,1332,0,0,0,0),(50252,5237,1,1,1,11558,1,-3723.97,243.67,121.245,1.05641,300,0,0,1522,1332,0,0,0,0),(50253,5237,1,1,1,11558,1,-3984.43,-130.257,140.499,2.94935,300,0,0,1522,1332,0,0,0,0),(50254,5237,1,1,1,11558,1,-4014.67,-152.1,135.22,2.49505,300,0,0,1522,1332,0,0,0,0),(50255,5237,1,1,1,11558,1,-3926.73,-61.5015,151.267,4.65516,300,3,0,1522,1332,1,0,0,0),(50256,5237,1,1,1,11558,1,-3890.92,140.045,125.718,0.093841,300,0,0,1522,1332,2,0,0,0),(50257,5237,1,1,1,11558,1,-3747.98,144.257,128.552,1.77818,300,3,0,1522,1332,1,0,0,0),(50258,5237,1,1,1,11558,1,-3687.01,215.11,128.269,3.29319,300,3,0,1522,1332,1,0,0,0),(50259,5237,1,1,1,11558,1,-3988.29,155.363,99.638,3.20998,300,15,0,1522,1332,1,0,0,0),(50260,5238,1,1,1,11533,1,-5550.99,1124.75,23.0101,1.64483,300,15,0,2310,0,1,0,0,0),(50261,5238,1,1,1,11533,1,-5565.3,1067.97,16.3345,1.92013,300,15,0,2310,0,1,0,0,0),(50262,5238,1,1,1,11533,1,-5610.57,1269.5,36.6797,5.30032,300,15,0,2310,0,1,0,0,0),(50263,5238,1,1,1,11533,1,-5682.24,1333.93,53.2472,5.32267,300,3,0,2310,0,1,0,0,0),(50264,5238,1,1,1,11533,1,-5525.03,1321.6,20.8706,2.82601,300,10,0,2310,0,1,0,0,0),(50265,5238,1,1,1,11533,1,-5546.26,1297.31,20.697,5.72795,300,15,0,2310,0,1,0,0,0),(50266,5238,1,1,1,11533,1,-5500.59,1205.17,18.9783,5.76882,300,3,0,2310,0,1,0,0,0),(50267,5238,1,1,1,11533,1,-5477.7,1295.31,21.9706,5.78789,300,0,0,2310,0,2,0,0,0),(50268,5238,1,1,1,11533,1,-5729.76,1442.24,54.1248,4.65138,300,0,0,2310,0,0,0,0,0),(50269,5238,1,1,1,11533,1,-5755.46,1328.19,54.1247,3.14631,300,0,0,2310,0,0,0,0,0),(50270,5238,1,1,1,11533,1,-5628.15,1300.93,54.5084,0.504041,300,0,0,2310,0,0,0,0,0),(50271,5238,1,1,1,11533,1,-5525,1235.24,21.4738,5.78633,300,3,0,2310,0,1,0,0,0),(50272,5238,1,1,1,11533,1,-5548.04,1186.54,27.9502,4.67626,300,3,0,2310,0,1,0,0,0),(50273,5238,1,1,1,11533,1,-5734.47,1369.02,73.2589,4.16586,300,15,0,2310,0,1,0,0,0),(50274,5238,1,1,1,11533,1,-5721.76,1374.14,51.5406,6.21209,300,3,0,2310,0,1,0,0,0),(50275,5238,1,1,1,11533,1,-5573.75,1370.36,46.9779,0.491816,300,0,0,2310,0,2,0,0,0),(50276,5239,1,1,1,11556,1,-5767.52,1123.79,68.4763,1.00322,300,15,0,1618,3801,1,0,0,0),(50277,5239,1,1,1,11556,1,-5584.81,1073.23,17.6064,5.55467,300,15,0,1618,3801,1,0,0,0),(50278,5239,1,1,1,11556,1,-5520.58,1102.56,23.5552,4.98167,300,15,0,1618,3801,1,0,0,0),(50279,5239,1,1,1,11556,1,-5656.5,1176.01,58.0369,0.080327,300,15,0,1618,3801,1,0,0,0),(50280,5239,1,1,1,11556,1,-5645.62,1244.78,39.3528,4.56584,300,15,0,1618,3801,1,0,0,0),(50281,5239,1,1,1,11556,1,-5535.77,1305.48,21.0026,0.731972,300,0,0,1618,3801,0,0,0,0),(50282,5239,1,1,1,11556,1,-5691.46,1393.66,49.734,4.45653,300,15,0,1618,3801,1,0,0,0),(50283,5239,1,1,1,11556,1,-5520.92,1381.1,24.9167,1.72761,300,3,0,1618,3801,1,0,0,0),(50284,5239,1,1,1,11556,1,-5619.08,1427.53,54.1258,0.432731,300,3,0,1618,3801,1,0,0,0),(50285,5239,1,1,1,11556,1,-5766.92,1349.33,54.1249,4.32748,300,0,0,1618,3801,0,0,0,0),(50286,5239,1,1,1,11556,1,-5482.08,1253.13,21.4318,1.56155,300,3,0,1618,3801,1,0,0,0),(50287,5239,1,1,1,11556,1,-5523.49,1286.07,21.3134,4.55601,300,10,0,1618,3801,1,0,0,0),(50288,5239,1,1,1,11556,1,-5547.17,1213.69,23.4018,5.67149,300,3,0,1618,3801,1,0,0,0),(50289,5239,1,1,1,11556,1,-5588.5,1218.04,20.9308,4.60669,300,15,0,1618,3801,1,0,0,0),(50290,5239,1,1,1,11556,1,-5652.26,1390.56,52.5531,4.16266,300,3,0,1618,3801,1,0,0,0),(50291,5240,1,1,1,11560,1,-5715.53,1178.7,66.6073,3.97802,300,0,0,1441,3575,0,0,0,0),(50292,5240,1,1,1,11560,1,-5596.2,1325.79,29.5073,1.62158,300,15,0,1441,3575,1,0,0,0),(50293,5240,1,1,1,11560,1,-5006.37,1309.33,94.4347,3.2685,300,15,0,1441,3575,1,0,0,0),(50294,5240,1,1,1,11560,1,-5769.19,1404.14,54.2198,0.665511,300,0,0,1441,3575,0,0,0,0),(50295,5240,1,1,1,11560,1,-4922.92,1218.75,62.771,2.14929,300,3,0,1441,3575,1,0,0,0),(50296,5240,1,1,1,11560,1,-5671.89,1224.65,59.3926,0.776518,300,10,0,1441,3575,1,0,0,0),(50297,5240,1,1,1,11560,1,-5357.44,1302.94,35.6257,3.19209,300,0,0,1441,3575,0,0,0,0),(50298,5240,1,1,1,11560,1,-5338.8,1345.69,38.6271,5.53368,300,3,0,1441,3575,1,0,0,0),(50299,5240,1,1,1,11560,1,-4945.83,1144.3,76.8108,2.94199,300,3,0,1441,3575,1,0,0,0),(50300,5240,1,1,1,11560,1,-5036.73,1228.78,53.0342,3.76423,300,3,0,1441,3575,1,0,0,0),(50301,5240,1,1,1,11560,1,-4984.98,1195.27,55.0511,4.42523,300,3,0,1441,3575,1,0,0,0),(50302,5240,1,1,1,11560,1,-5274.05,1289.71,50.8182,5.59454,300,3,0,1441,3575,1,0,0,0),(50303,5240,1,1,1,11560,1,-5715.13,1411.36,53.9826,4.55094,300,3,0,1441,3575,1,0,0,0),(50304,5240,1,1,1,11560,1,-5666.87,1333.86,73.2549,0.360539,300,0,0,1441,3575,2,0,0,0),(50305,5240,1,1,1,11560,1,-5450.62,1385.78,24.6597,3.0821,300,10,0,1441,3575,1,0,0,0),(50306,5241,1,1,1,11561,1,-5570.45,1186.31,26.6708,3.74648,300,3,0,2399,0,1,0,0,0),(50307,5241,1,1,1,11561,1,-5711.01,1220.71,66.5599,3.92146,300,0,0,2399,0,0,0,0,0),(50308,5241,1,1,1,11561,1,-5672.26,1203.56,56.9064,4.46989,300,10,0,2399,0,1,0,0,0),(50309,5241,1,1,1,11561,1,-5573.96,1174.25,27.0458,1.56395,300,3,0,2399,0,1,0,0,0),(50310,5241,1,1,1,11561,1,-5511.45,1060.33,25.2255,6.12298,300,15,0,2399,0,1,0,0,0),(50311,5241,1,1,1,11561,1,-5557.32,1000.45,15.2884,0.457752,300,15,0,2399,0,1,0,0,0),(50312,5241,1,1,1,11561,1,-5543.87,1073.46,20.1353,4.99687,300,15,0,2399,0,1,0,0,0),(50313,5241,1,1,1,11561,1,-5757.31,1199.64,67.6315,5.87756,300,0,0,2399,0,0,0,0,0),(50314,5241,1,1,1,11561,1,-5761.03,1177.56,66.3508,4.29215,300,0,0,2399,0,0,0,0,0),(50315,5241,1,1,1,11561,1,-5497,1140.25,41.1292,2.37184,300,3,0,2399,0,1,0,0,0),(50316,5241,1,1,1,11561,1,-5489.47,1136.08,42.6292,0.682681,300,3,0,2399,0,1,0,0,0),(50317,5241,1,1,1,11561,1,-5454.48,1219.14,33.1848,3.88395,300,0,0,2399,0,0,0,0,0),(50318,5241,1,1,1,11561,1,-5464.01,1206.38,34.5598,4.68211,300,3,0,2399,0,1,0,0,0),(50319,5241,1,1,1,11561,1,-5396.64,1273.44,23.4645,4.95867,300,0,0,2399,0,0,0,0,0),(50320,5241,1,1,1,11561,1,-5691.45,1338.3,73.2549,2.69485,300,3,0,2399,0,1,0,0,0),(50321,5241,1,1,1,11561,1,-5686.06,1416.53,73.2549,6.16033,300,3,0,2399,0,1,0,0,0),(50322,5244,1,1,1,3194,0,-5338.6,19.982,21.4105,1.55318,300,3,0,2310,0,1,0,0,0),(50323,5244,1,1,1,3194,0,-5318.98,-17.8613,16.1199,0.744807,300,3,0,2310,0,1,0,0,0),(50324,5244,1,1,1,3194,0,-5349.76,9.4788,20.7913,5.33313,300,3,0,2310,0,1,0,0,0),(50325,5244,1,1,1,3194,0,-5401.98,99.3152,30.762,5.67868,300,0,0,2310,0,2,0,0,0),(50326,5244,1,1,1,3194,0,-5357.13,388.502,18.9143,1.89701,300,3,0,2310,0,1,0,0,0),(50327,5244,1,1,1,3194,0,-5379.64,336.388,26.4083,2.31339,300,3,0,2310,0,1,0,0,0),(50328,5244,1,1,1,3194,0,-5263.93,324.455,16.8276,0.471752,300,15,0,2310,0,1,0,0,0),(50329,5244,1,1,1,3194,0,-5218.99,90.9588,31.5972,4.47771,300,0,0,2310,0,2,0,0,0),(50330,5244,1,1,1,3194,0,-5278.14,82.0057,24.9294,3.62013,300,3,0,2310,0,1,0,0,0),(50331,5244,1,1,1,3194,0,-5316.66,350.403,44.1899,0.004491,300,0,0,2310,0,2,0,0,0),(50332,5245,1,1,1,482,0,-5151.49,117.906,67.2418,5.6057,300,10,0,2138,0,1,0,0,0),(50333,5245,1,1,1,482,0,-5291.31,244.904,57.4511,3.92518,300,15,0,2138,0,1,0,0,0),(50334,5245,1,1,1,482,0,-5309.23,265.569,61.418,4.72541,300,15,0,2138,0,1,0,0,0),(50335,5245,1,1,1,482,0,-5220.45,166.931,66.2502,5.0722,300,15,0,2138,0,1,0,0,0),(50336,5245,1,1,1,482,0,-5282.17,179.611,63.0415,4.48779,300,15,0,2138,0,1,0,0,0),(50337,5245,1,1,1,482,0,-5251.37,284.326,55.7261,5.7918,300,15,0,2138,0,1,0,0,0),(50338,5245,1,1,1,482,0,-5280.08,313.365,61.7236,4.08456,300,0,0,2138,0,2,0,0,0),(50339,5245,1,1,1,482,0,-5250.39,352.759,59.147,2.05551,300,10,0,2138,0,1,0,0,0),(50340,5245,1,1,1,482,0,-5314.53,410.838,56.8031,4.39079,300,10,0,2138,0,1,0,0,0),(50341,5245,1,1,1,482,0,-5280.85,380.437,55.8262,5.65422,300,10,0,2138,0,1,0,0,0),(50342,5246,1,1,1,157,0,-5293.13,107.013,64.4161,0.947597,300,3,0,2138,0,1,0,0,0),(50343,5246,1,1,1,157,0,-5111.8,144.56,56.7466,5.66653,300,10,0,2138,0,1,0,0,0),(50344,5246,1,1,1,157,0,-5145.72,258.004,54.4328,0.388718,300,15,0,2138,0,1,0,0,0),(50345,5246,1,1,1,157,0,-5126.87,221.788,52.8492,6.16567,300,15,0,2138,0,1,0,0,0),(50346,5246,1,1,1,157,0,-5148.31,173.635,61.5708,3.85114,300,15,0,2138,0,1,0,0,0),(50347,5246,1,1,1,157,0,-5188.47,339.984,58.6181,3.65996,300,15,0,2138,0,1,0,0,0),(50348,5246,1,1,1,157,0,-5237.48,221.363,57.3929,1.46308,300,15,0,2138,0,1,0,0,0),(50349,5246,1,1,1,157,0,-5215.85,381.38,59.4179,5.91943,300,15,0,2138,0,1,0,0,0),(50350,5246,1,1,1,157,0,-5184.89,282.205,54.8307,4.44824,300,15,0,2138,0,1,0,0,0),(50351,5246,1,1,1,157,0,-5215.87,313.707,56.7596,5.23541,300,15,0,2138,0,1,0,0,0),(50352,5247,1,1,1,2592,0,-5368.28,264.945,20.5985,4.95465,300,15,0,2310,0,1,0,0,0),(50353,5247,1,1,1,2592,0,-5451.64,123.678,27.5427,0.729189,300,3,0,2310,0,1,0,0,0),(50354,5247,1,1,1,2592,0,-5285.89,-50.094,10.26,5.96745,300,3,0,2310,0,1,0,0,0),(50355,5247,1,1,1,2592,0,-5434.77,125.58,27.3819,3.53101,300,3,0,2310,0,1,0,0,0),(50356,5247,1,1,1,2592,0,-5441.37,109.337,27.4427,1.77975,300,3,0,2310,0,1,0,0,0),(50357,5247,1,1,1,2592,0,-5367.79,25.3771,23.101,4.0785,300,3,0,2310,0,1,0,0,0),(50358,5247,1,1,1,2592,0,-5384.83,261.408,20.3605,0.372909,300,3,0,2310,0,1,0,0,0),(50359,5247,1,1,1,2592,0,-5287,-4.67532,19.6235,3.04146,300,15,0,2310,0,1,0,0,0),(50360,5247,1,1,1,2592,0,-5323.62,7.28735,18.5214,0.076125,300,3,0,2310,0,1,0,0,0),(50361,5247,1,1,1,2592,0,-5378.95,-51.0018,27.1179,2.88126,300,3,0,2310,0,1,0,0,0),(50362,5247,1,1,1,2592,0,-5391.57,77.9264,34.3844,5.8375,300,3,0,2310,0,1,0,0,0),(50363,5247,1,1,1,2592,0,-5351.93,-23.9452,19.7291,1.80112,300,3,0,2310,0,1,0,0,0),(50364,5247,1,1,1,2592,0,-5305.55,42.0215,25.3164,4.44717,300,3,0,2310,0,1,0,0,0),(50365,5247,1,1,1,2592,0,-5382.93,279.341,20.3081,2.52064,300,15,0,2310,0,1,0,0,0),(50366,5247,1,1,1,2592,0,-5280.5,20.1707,19.473,0.518534,300,3,0,2310,0,1,0,0,0),(50367,5247,1,1,1,2592,0,-5359.57,382.093,18.5558,3.31915,300,3,0,2310,0,1,0,0,0),(50368,5247,1,1,1,2592,0,-5306.59,446.213,9.82129,5.07598,300,3,0,2310,0,1,0,0,0),(50369,5247,1,1,1,2592,0,-5357.15,324.802,32.4303,1.59656,300,3,0,2310,0,1,0,0,0),(50370,5247,1,1,1,2592,0,-5276.51,318.254,18.215,3.12905,300,15,0,2310,0,1,0,0,0),(50371,5247,1,1,1,2592,0,-5231.32,281.192,8.9427,1.86548,300,15,0,2310,0,1,0,0,0),(50372,5247,1,1,1,2592,0,-5250.78,279.257,9.26219,4.32023,300,3,0,2310,0,1,0,0,0),(50373,5247,1,1,1,2592,0,-5241.93,261.594,9.20117,1.09493,300,3,0,2310,0,1,0,0,0),(50374,5247,1,1,1,2592,0,-5309.71,328.841,16.4519,2.12574,300,3,0,2310,0,1,0,0,0),(50375,5247,1,1,1,2592,0,-5317.73,416.256,8.05702,1.58062,300,3,0,2310,0,1,0,0,0),(50376,5247,1,1,1,2592,0,-5330.33,436.625,9.56511,5.88642,300,3,0,2310,0,1,0,0,0),(50377,5247,1,1,1,2592,0,-5243.96,59.7394,25.522,3.61794,300,3,0,2310,0,1,0,0,0),(50378,5247,1,1,1,2592,0,-5277.82,81.5765,24.8974,5.57634,300,3,0,2310,0,1,0,0,0),(50379,5247,1,1,1,2592,0,-5265.18,-7.30538,14.9318,1.01866,300,3,0,2310,0,1,0,0,0),(50380,5247,1,1,1,2592,0,-5346.49,70.7558,29.368,2.4345,300,3,0,2310,0,1,0,0,0),(50381,7807,1,1,1,6909,0,-4947.29,1733.71,62.246,0.15708,300,0,0,1981,0,0,0,0,0),(50382,5249,1,1,1,8598,1,-4745.8,620.225,45.5468,2.28505,300,15,0,1829,0,1,0,0,0),(50383,5249,1,1,1,8598,1,-4024.33,374.617,62.1358,3.78907,300,10,0,1829,0,1,0,0,0),(50384,5249,1,1,1,8598,1,-4057.28,428.765,51.3031,1.99445,300,0,0,1829,0,0,0,0,0),(50385,5249,1,1,1,8598,1,-4070.4,440.121,53.202,2.38906,300,0,0,1829,0,0,0,0,0),(50386,5249,1,1,1,8598,1,-4730.14,550.365,37.547,4.25136,300,15,0,1829,0,1,0,0,0),(50387,5249,1,1,1,8598,1,-4124.37,406.889,51.942,0.425171,300,15,0,1829,0,1,0,0,0),(50388,5249,1,1,1,8598,1,-4721.84,616.578,42.5817,0.562534,300,15,0,1829,0,1,0,0,0),(50389,5249,1,1,1,8598,1,-4722.94,594.534,36.8954,0.05903,300,0,0,1829,0,0,0,0,0),(50390,5249,1,1,1,8598,1,-4858.17,489.556,20.2648,1.64648,300,15,0,1829,0,1,0,0,0),(50391,5249,1,1,1,8598,1,-4846.85,507.188,21.0414,1.27609,300,15,0,1829,0,1,0,0,0),(50392,5249,1,1,1,8598,1,-4914.33,485.51,12.6551,0.558185,300,15,0,1829,0,1,0,0,0),(50393,5249,1,1,1,8598,1,-4911.8,508.806,8.72956,4.79055,300,15,0,1829,0,1,0,0,0),(50394,5249,1,1,1,8598,1,-4885.14,548.141,11.1224,1.99144,300,15,0,1829,0,1,0,0,0),(50395,5249,1,1,1,8598,1,-4871.08,574.981,17.1159,5.60783,300,15,0,1829,0,1,0,0,0),(50396,5249,1,1,1,8598,1,-4888.75,214.582,53.8942,2.36448,300,0,0,1829,0,2,0,0,0),(50397,5249,1,1,1,8598,1,-4832.41,177.549,55.764,4.02642,300,0,0,1829,0,0,0,0,0),(50398,5249,1,1,1,8598,1,-4875.56,194.667,59.8014,5.74803,300,0,0,1829,0,0,0,0,0),(50399,5249,1,1,1,8598,1,-4867.95,144.437,62.6496,3.58622,300,0,0,1829,0,0,0,0,0),(50400,5249,1,1,1,8598,1,-4877.64,185.75,60.1764,1.2211,300,0,0,1829,0,0,0,0,0),(50401,5249,1,1,1,8598,1,-4918.9,200.723,52.3689,5.61841,300,0,0,1829,0,0,0,0,0),(50402,5249,1,1,1,8598,1,-4014.36,357.155,63.5666,1.4554,300,10,0,1829,0,1,0,0,0),(50403,5249,1,1,1,8598,1,-4112,409.206,51.1787,1.05162,300,15,0,1829,0,1,0,0,0),(50404,5249,1,1,1,8598,1,-4146.63,384.603,56.2057,3.84496,300,15,0,1829,0,1,0,0,0),(50405,5249,1,1,1,8598,1,-4095.04,321.89,59.8823,2.73951,300,3,0,1829,0,1,0,0,0),(50406,5249,1,1,1,8598,1,-4115.07,379.833,54.919,4.76518,300,15,0,1829,0,1,0,0,0),(50407,5249,1,1,1,8598,1,-4049.3,353.303,60.4434,3.94633,300,15,0,1829,0,1,0,0,0),(50408,5249,1,1,1,8598,1,-4049.4,381.177,55.6645,5.35081,300,15,0,1829,0,1,0,0,0),(50409,12418,1,1,1,2712,0,-4367.18,1177.49,150.611,0.851928,300,0,0,2371,0,2,0,0,0),(50410,12418,1,1,1,2712,0,-4446.51,1122.8,126.278,1.20334,300,15,0,2371,0,1,0,0,0),(50411,12418,1,1,1,2712,0,-4037.07,1027.82,159.73,1.57511,300,0,0,2371,0,2,0,0,0),(50412,12418,1,1,1,2712,0,-4412.07,1567.38,150.61,1.06371,300,0,0,2371,0,2,0,0,0),(50413,12418,1,1,1,2712,0,-3872.45,1105.34,154.787,4.32464,300,0,0,2371,0,2,0,0,0),(50414,12418,1,1,1,2712,0,-3783.24,1167.47,127.158,5.63741,300,0,0,2371,0,0,0,0,0),(50415,12418,1,1,1,2712,0,-3784.26,1193.9,127.213,1.32645,300,0,0,2371,0,0,0,0,0),(50416,12418,1,1,1,2712,0,-3739.02,1181.37,127.213,4.62512,300,0,0,2371,0,0,0,0,0),(50417,12418,1,1,1,2712,0,-3927.37,1103.17,148.268,4.44933,300,15,0,2371,0,1,0,0,0),(50418,12418,1,1,1,2712,0,-4393.47,1332.97,145.331,6.08744,300,0,0,2371,0,2,0,0,0),(50419,12418,1,1,1,2712,0,-4353.75,1435.46,150.609,1.71191,300,0,0,2371,0,2,0,0,0),(50421,12418,1,1,1,2712,0,-4106.96,1135.4,161.213,6.23702,300,0,0,2371,0,2,0,0,0),(50422,12418,1,1,1,2712,0,-4473.62,990.113,150.619,1.58944,300,0,0,2371,0,2,0,0,0),(50423,5251,1,1,1,10796,1,-4871.36,99.1926,87.5937,2.70234,300,15,0,1902,0,1,0,0,0),(50424,5251,1,1,1,10796,1,-4014.62,410.846,62.0296,3.2332,300,15,0,1902,0,1,0,0,0),(50425,5251,1,1,1,10796,1,-4100.95,431.505,51.3539,1.04561,300,0,0,1902,0,0,0,0,0),(50426,5251,1,1,1,10796,1,-4109.38,440.625,51.4261,4.56601,300,0,0,1902,0,0,0,0,0),(50427,5251,1,1,1,10796,1,-4091.12,439.355,51.327,1.55242,300,3,0,1902,0,1,0,0,0),(50428,5251,1,1,1,10796,1,-4097.13,446.618,51.327,0.331289,300,0,0,1902,0,0,0,0,0),(50429,5251,1,1,1,10796,1,-4069.95,446.829,52.202,4.52861,300,3,0,1902,0,1,0,0,0),(50430,5251,1,1,1,10796,1,-4729.89,584.471,35.7704,1.10875,300,0,0,1902,0,0,0,0,0),(50431,5251,1,1,1,10796,1,-4736.63,589.893,35.8813,3.8832,300,0,0,1902,0,0,0,0,0),(50432,5251,1,1,1,10796,1,-4838.61,536.128,20.2207,5.7643,300,15,0,1902,0,1,0,0,0),(50433,5251,1,1,1,10796,1,-4836.6,545.362,20.5957,2.4713,300,0,0,1902,0,0,0,0,0),(50434,5251,1,1,1,10796,1,-4875.54,465.574,18.965,1.0227,300,0,0,1902,0,0,0,0,0),(50435,5251,1,1,1,10796,1,-4876.35,471.89,19.3672,4.01573,300,0,0,1902,0,0,0,0,0),(50436,5251,1,1,1,10796,1,-4820.01,514.612,19.9961,3.40399,300,15,0,1902,0,1,0,0,0),(50437,5251,1,1,1,10796,1,-4811.82,553.397,25.7094,0.246398,300,3,0,1902,0,1,0,0,0),(50438,5251,1,1,1,10796,1,-4821.21,574.64,25.7219,0.578466,300,15,0,1902,0,1,0,0,0),(50439,5251,1,1,1,10796,1,-4852.24,588.149,23.9523,1.96108,300,15,0,1902,0,1,0,0,0),(50440,5251,1,1,1,10796,1,-4839.69,183.276,55.3009,2.14031,300,0,0,1902,0,0,0,0,0),(50441,5251,1,1,1,10796,1,-4844.12,186.952,54.4259,0.616934,300,3,0,1902,0,1,0,0,0),(50442,5251,1,1,1,10796,1,-4866.65,168.549,59.4259,5.21735,300,3,0,1902,0,1,0,0,0),(50443,5251,1,1,1,10796,1,-4876.94,145.383,62.1496,3.34189,300,0,0,1902,0,0,0,0,0),(50444,5251,1,1,1,10796,1,-4921.4,191.002,52.3383,4.4146,300,0,0,1902,0,0,0,0,0),(50445,5251,1,1,1,10796,1,-4150.15,446.753,66.3936,3.96013,300,15,0,1902,0,1,0,0,0),(50446,5251,1,1,1,10796,1,-4152.66,419.167,58.0324,2.33686,300,0,0,1902,0,0,0,0,0),(50447,5251,1,1,1,10796,1,-4190.28,388.919,61.1768,4.56144,300,0,0,1902,0,0,0,0,0),(50448,5251,1,1,1,10796,1,-4188.06,419.174,59.5981,2.03619,300,10,0,1902,0,1,0,0,0),(50449,5251,1,1,1,10796,1,-4220.16,416.084,53.8585,3.17875,300,15,0,1902,0,1,0,0,0),(50450,5251,1,1,1,10796,1,-4085.27,378.672,52.9883,4.24433,300,15,0,1902,0,1,0,0,0),(50451,1412,1,1,1,134,0,-5487.72,1654.19,56.6428,2.31058,300,30,0,8,0,1,0,0,0),(50452,1412,1,1,1,134,0,-5598.6,1669.04,78.9992,4.46934,300,30,0,8,0,1,0,0,0),(50453,1412,1,1,1,134,0,-4500.53,1633.58,114.469,4.34587,300,0,0,8,0,0,0,0,0),(50454,1412,1,1,1,134,0,-2784.12,2180.45,38.0251,0.496852,300,15,0,8,0,1,0,0,0),(50455,1412,1,1,1,134,0,-4183.8,349.963,57.0936,5.13319,300,30,0,8,0,1,0,0,0),(50456,1412,1,1,1,134,0,-4977.08,1494.56,56.407,2.8543,300,15,0,8,0,1,0,0,0),(50457,1412,1,1,1,134,0,-4860.53,1574.19,73.8816,3.96013,300,30,0,8,0,1,0,0,0),(50458,1412,1,1,1,134,0,-4971.24,319.506,21.6255,5.02179,300,15,0,8,0,1,0,0,0),(50459,1412,1,1,1,134,0,-4833.56,495.967,21.2598,0.08022,300,10,0,8,0,1,0,0,0),(50460,1412,1,1,1,134,0,-5227.73,1542.85,53.2909,5.82215,300,15,0,8,0,1,0,0,0),(50461,5253,1,1,1,543,1,-4877.68,95.157,87.5937,4.70217,300,15,0,1902,0,1,0,0,0),(50462,5253,1,1,1,543,1,-4068.93,424.676,51.0958,1.77305,300,0,0,1902,0,0,0,0,0),(50463,5253,1,1,1,543,1,-4747.07,544.974,39.3972,3.11538,300,15,0,1902,0,1,0,0,0),(50464,5253,1,1,1,543,1,-4833.18,538.594,20.2752,1.79164,300,0,0,1902,0,0,0,0,0),(50465,5253,1,1,1,543,1,-4851.63,450.307,15.2359,5.40788,300,15,0,1902,0,1,0,0,0),(50466,5253,1,1,1,543,1,-4784.15,547.915,33.2573,0.083107,300,15,0,1902,0,1,0,0,0),(50467,5253,1,1,1,543,1,-4877.82,533.902,11.2959,4.94863,300,15,0,1902,0,1,0,0,0),(50468,5253,1,1,1,543,1,-4885.62,484.892,16.7695,1.07394,300,15,0,1902,0,1,0,0,0),(50469,5253,1,1,1,543,1,-4913.43,453.977,11.3825,3.4207,300,15,0,1902,0,1,0,0,0),(50470,5253,1,1,1,543,1,-4870.93,163.541,60.6746,0.46103,300,0,0,1902,0,2,0,0,0),(50471,5253,1,1,1,543,1,-4884.52,189.2,60.1764,3.4745,300,0,0,1902,0,0,0,0,0),(50472,5253,1,1,1,543,1,-4907.92,198.133,52.2133,4.92708,300,0,0,1902,0,0,0,0,0),(50473,5253,1,1,1,543,1,-4181.74,384.392,61.1768,3.62249,300,0,0,1902,0,0,0,0,0),(50474,5253,1,1,1,543,1,-4182.38,390.472,61.0518,3.97797,300,0,0,1902,0,0,0,0,0),(50475,5253,1,1,1,543,1,-4212.56,354.133,56.4499,0.82542,300,15,0,1902,0,1,0,0,0),(50476,5253,1,1,1,543,1,-4213.85,378.469,59.3693,5.03772,300,0,0,1902,0,2,0,0,0),(50477,5253,1,1,1,543,1,-4182.23,350.915,56.8448,6.0867,300,10,0,1902,0,1,0,0,0),(50478,5253,1,1,1,543,1,-4085.05,352.905,59.3045,2.84523,300,15,0,1902,0,1,0,0,0),(50479,5253,1,1,1,543,1,-4089.22,412.185,51.8508,4.79845,300,15,0,1902,0,1,0,0,0),(50480,5253,1,1,1,543,1,-4116.6,404.177,51.8345,2.22328,300,15,0,1902,0,1,0,0,0),(50481,5254,1,1,1,10794,1,-5027.9,71.1246,120.282,4.94998,300,15,0,1585,1381,1,0,0,0),(50482,5254,1,1,1,10794,1,-4809.08,878.72,143.238,4.56972,300,0,0,1585,1381,0,0,0,0),(50483,5254,1,1,1,10794,1,-4855.26,885.661,135.881,6.06418,300,15,0,1585,1381,1,0,0,0),(50484,5254,1,1,1,10794,1,-4793.57,847.732,142.078,2.83032,300,0,0,1585,1381,2,0,0,0),(50485,5254,1,1,1,10794,1,-4807.73,914.995,134.309,3.29378,300,0,0,1585,1381,0,0,0,0),(50486,5254,1,1,1,10794,1,-4978.35,42.5308,115.026,5.88257,300,15,0,1585,1381,1,0,0,0),(50487,5254,1,1,1,10794,1,-4973.44,65.0014,107.401,4.55984,300,15,0,1585,1381,1,0,0,0),(50488,5254,1,1,1,10794,1,-4819.16,848.424,139.349,5.28525,300,15,0,1585,1381,1,0,0,0),(50489,5254,1,1,1,10794,1,-5014.73,321.444,20.8772,4.71091,300,15,0,1585,1381,1,0,0,0),(50490,5254,1,1,1,10794,1,-4748.48,858.922,143.56,5.36344,300,0,0,1585,1381,0,0,0,0),(50491,5254,1,1,1,10794,1,-4756.47,826.446,140.46,0.453953,300,0,0,1585,1381,0,0,0,0),(50492,5254,1,1,1,10794,1,-4987.13,105.448,104.883,3.06332,300,15,0,1585,1381,1,0,0,0),(50493,5254,1,1,1,10794,1,-4796.46,885.847,144.025,3.12074,300,3,0,1585,1381,1,0,0,0),(50494,5254,1,1,1,10794,1,-4770.49,903.648,142.938,3.21489,300,0,0,1585,1381,0,0,0,0),(50495,5254,1,1,1,10794,1,-4878.31,677.979,42.4017,2.06561,300,0,0,1585,1381,0,0,0,0),(50496,5254,1,1,1,10794,1,-4954.31,770.477,87.3912,4.6704,300,2,0,1585,1381,1,0,0,0),(50497,5254,1,1,1,10794,1,-4964.91,756.479,83.8028,1.19065,300,3,0,1585,1381,1,0,0,0),(50498,5254,1,1,1,10794,1,-4858.7,658.398,39.239,2.28444,300,15,0,1585,1381,1,0,0,0),(50499,5254,1,1,1,10794,1,-4954.49,184.734,61.0684,5.24679,300,3,0,1585,1381,1,0,0,0),(50500,5254,1,1,1,10794,1,-4974.39,192.48,55.3212,4.82733,300,0,0,1585,1381,0,0,0,0),(50501,5254,1,1,1,10794,1,-4949.8,587.667,14.7897,2.53679,300,15,0,1585,1381,1,0,0,0),(50502,5254,1,1,1,10794,1,-4918.71,677.343,41.2583,2.53186,300,3,0,1585,1381,1,0,0,0),(50503,5254,1,1,1,10794,1,-4941.18,610.118,23.0608,5.47877,300,15,0,1585,1381,1,0,0,0),(50504,5254,1,1,1,10794,1,-4916.23,619.198,25.4586,3.70901,300,15,0,1585,1381,1,0,0,0),(50505,5254,1,1,1,10794,1,-4979.53,603.079,22.0884,5.19128,300,15,0,1585,1381,1,0,0,0),(50506,5254,1,1,1,10794,1,-4990.06,682.964,42.9357,0.229611,300,15,0,1585,1381,1,0,0,0),(50507,5254,1,1,1,10794,1,-4948.04,690.44,44.3854,2.51432,300,3,0,1585,1381,1,0,0,0),(50508,5254,1,1,1,10794,1,-4951.65,637.199,42.6797,0.371144,300,0,0,1585,1381,0,0,0,0),(50509,5254,1,1,1,10794,1,-4991.01,515.642,17.6427,4.55428,300,15,0,1585,1381,1,0,0,0),(50510,5254,1,1,1,10794,1,-4965.53,467.868,17.4854,1.32978,300,0,0,1585,1381,0,0,0,0),(50511,5254,1,1,1,10794,1,-4969.51,472.953,17.4197,0.008228,300,0,0,1585,1381,0,0,0,0),(50512,5254,1,1,1,10794,1,-4951.96,417.92,10.8953,3.88703,300,15,0,1585,1381,1,0,0,0),(50513,5254,1,1,1,10794,1,-5024.88,345.506,20.0025,0.621613,300,15,0,1585,1381,1,0,0,0),(50514,5254,1,1,1,10794,1,-5020.48,441.473,11.0317,4.10228,300,15,0,1585,1381,1,0,0,0),(50515,5254,1,1,1,10794,1,-4947.36,382.9,15.0099,3.09835,300,15,0,1585,1381,1,0,0,0),(50516,5254,1,1,1,10794,1,-5001.47,363.842,24.1723,0.67646,300,0,0,1585,1381,0,0,0,0),(50517,5254,1,1,1,10794,1,-5012.95,422.256,14.5839,2.17992,300,15,0,1585,1381,1,0,0,0),(50518,5254,1,1,1,10794,1,-4983.98,386.425,14.7604,3.46075,300,3,0,1585,1381,1,0,0,0),(50519,5254,1,1,1,10794,1,-4997.08,407.791,16.7975,0.963523,300,0,0,1585,1381,0,0,0,0),(50520,5254,1,1,1,10794,1,-4989.99,347.293,22.9567,3.476,300,0,0,1585,1381,2,0,0,0),(50521,5254,1,1,1,10794,1,-5016.4,381.69,12.3767,1.87581,300,3,0,1585,1381,1,0,0,0),(50522,5254,1,1,1,10794,1,-4903.59,269.898,41.5612,1.57263,300,0,0,1585,1381,0,0,0,0),(50523,5254,1,1,1,10794,1,-4950.47,255.242,38.4032,0.887816,300,3,0,1585,1381,1,0,0,0),(50524,5254,1,1,1,10794,1,-4951.96,216.566,53.8365,1.44747,300,15,0,1585,1381,1,0,0,0),(50525,5255,1,1,1,10795,1,-4803.16,881.535,143.113,1.76545,300,0,0,1981,0,2,0,0,0),(50526,5255,1,1,1,10795,1,-4846.93,880.753,136.125,1.2943,300,0,0,1981,0,2,0,0,0),(50527,5255,1,1,1,10795,1,-4976.56,71.3535,106.852,0.500339,300,15,0,1981,0,1,0,0,0),(50528,5255,1,1,1,10795,1,-4761.21,860.062,142.935,2.69599,300,0,0,1981,0,0,0,0,0),(50529,5255,1,1,1,10795,1,-4962.06,106.604,106.918,3.46588,300,15,0,1981,0,1,0,0,0),(50530,5255,1,1,1,10795,1,-4800.72,916.097,133.809,2.53345,300,0,0,1981,0,0,0,0,0),(50531,5255,1,1,1,10795,1,-4773.81,912.761,143.813,4.85502,300,15,0,1981,0,1,0,0,0),(50532,5255,1,1,1,10795,1,-4886.39,676.249,42.4017,1.52149,300,0,0,1981,0,0,0,0,0),(50533,5255,1,1,1,10795,1,-4887.38,778.954,89.5376,1.76618,300,3,0,1981,0,1,0,0,0),(50534,5255,1,1,1,10795,1,-4841.77,804.525,121.177,0.523024,300,0,0,1981,0,2,0,0,0),(50535,5255,1,1,1,10795,1,-4847.84,681.496,44.7483,2.33962,300,0,0,1981,0,2,0,0,0),(50536,5255,1,1,1,10795,1,-4851.21,721.053,54.0984,1.31554,300,3,0,1981,0,1,0,0,0),(50537,5255,1,1,1,10795,1,-4885.24,648.706,40.0652,1.8499,300,3,0,1981,0,1,0,0,0),(50538,5255,1,1,1,10795,1,-4984.33,152.138,69.5728,5.07418,300,3,0,1981,0,1,0,0,0),(50539,5255,1,1,1,10795,1,-5016.96,185.896,55.0099,0.926217,300,3,0,1981,0,1,0,0,0),(50540,5255,1,1,1,10795,1,-5011.33,151.024,68.084,5.52439,300,3,0,1981,0,1,0,0,0),(50541,5255,1,1,1,10795,1,-4977.47,186.911,55.3212,2.44299,300,0,0,1981,0,0,0,0,0),(50542,5255,1,1,1,10795,1,-4932.3,703.583,52.9295,3.87625,300,3,0,1981,0,1,0,0,0),(50543,5255,1,1,1,10795,1,-4914.22,642.659,36.7807,5.44847,300,15,0,1981,0,1,0,0,0),(50544,5255,1,1,1,10795,1,-4914.55,413.982,12.4757,2.1004,300,15,0,1981,0,1,0,0,0),(50545,5255,1,1,1,10795,1,-4943.99,342.897,21.4216,4.16344,300,15,0,1981,0,1,0,0,0),(50546,5255,1,1,1,10795,1,-4907.61,598.781,21.3024,1.64666,300,15,0,1981,0,1,0,0,0),(50547,5255,1,1,1,10795,1,-4980.87,645.17,36.4031,5.37956,300,15,0,1981,0,1,0,0,0),(50548,5255,1,1,1,10795,1,-4948.75,661.295,43.3047,1.05002,300,0,0,1981,0,0,0,0,0),(50549,5255,1,1,1,10795,1,-4956.84,637.982,42.8047,5.23607,300,0,0,1981,0,0,0,0,0),(50550,5255,1,1,1,10795,1,-4953.55,466.17,17.6906,5.37061,300,0,0,1981,0,0,0,0,0),(50551,5255,1,1,1,10795,1,-4990.82,422.269,17.2975,4.88479,300,0,0,1981,0,0,0,0,0),(50552,5255,1,1,1,10795,1,-4985.7,450.37,10.3573,5.60295,300,15,0,1981,0,1,0,0,0),(50553,5255,1,1,1,10795,1,-4980.97,363.957,24.3317,0.671803,300,0,0,1981,0,0,0,0,0),(50554,5255,1,1,1,10795,1,-5014.9,480.233,15.5433,4.98711,300,15,0,1981,0,1,0,0,0),(50555,5255,1,1,1,10795,1,-5025.92,520.657,17.8642,2.948,300,15,0,1981,0,1,0,0,0),(50556,5255,1,1,1,10795,1,-4945.38,276.537,39.7393,1.46994,300,15,0,1981,0,1,0,0,0),(50557,5255,1,1,1,10795,1,-4914.24,266.133,41.6639,2.87389,300,0,0,1981,0,0,0,0,0),(50558,5255,1,1,1,10795,1,-4979.48,214.172,52.3846,5.28205,300,0,0,1981,0,2,0,0,0),(50559,5255,1,1,1,10795,1,-4982.39,253.607,36.5159,0.606403,300,15,0,1981,0,1,0,0,0),(50560,5255,1,1,1,10795,1,-5012.19,246.828,44.5557,6.0183,300,15,0,1981,0,1,0,0,0),(50561,5258,1,1,1,10793,1,-4805.34,873.073,143.113,4.55938,300,0,0,2059,0,0,0,0,0),(50562,5258,1,1,1,10793,1,-4853.65,893.64,137.316,5.63901,300,15,0,2059,0,1,0,0,0),(50563,5258,1,1,1,10793,1,-4998.5,68.2365,103.977,3.26725,300,15,0,2059,0,1,0,0,0),(50564,7726,1,1,1,2289,1,-4190.39,763.854,147.692,3.97008,300,5,0,1522,1332,1,0,0,0),(50565,5258,1,1,1,10793,1,-4755.52,847.282,143.685,4.83015,300,0,0,2059,0,0,0,0,0),(50566,5258,1,1,1,10793,1,-4777.74,907.77,143.438,2.718,300,0,0,2059,0,0,0,0,0),(50567,5258,1,1,1,10793,1,-4883.6,669.546,42.4017,1.34635,300,0,0,2059,0,0,0,0,0),(50568,5258,1,1,1,10793,1,-4983.89,195.59,55.3212,2.80233,300,0,0,2059,0,0,0,0,0),(50569,5258,1,1,1,10793,1,-4944.14,641.548,42.8047,3.12072,300,0,0,2059,0,0,0,0,0),(50570,5258,1,1,1,10793,1,-4957.32,478.153,17.6104,2.83116,300,0,0,2059,0,0,0,0,0),(50571,5258,1,1,1,10793,1,-4969.27,349.479,24.0817,0.092859,300,0,0,2059,0,0,0,0,0),(50572,5258,1,1,1,10793,1,-4986.84,410.148,17.0475,4.49805,300,0,0,2059,0,0,0,0,0),(50573,5258,1,1,1,10793,1,-4913.28,275.214,41.3112,1.34028,300,0,0,2059,0,0,0,0,0),(50574,5260,1,1,1,3186,0,-5350.38,1151.18,62.1598,5.01778,300,15,0,1981,0,1,0,0,0),(50575,5260,1,1,1,3186,0,-5331.63,1151.2,63.7456,0.14715,300,15,0,1981,0,1,0,0,0),(50576,5260,1,1,1,3186,0,-5151.74,1514.26,47.2643,3.66025,300,15,0,1981,0,1,0,0,0),(50577,5260,1,1,1,3186,0,-4746.96,247.709,35.2989,5.5076,300,15,0,1981,0,1,0,0,0),(50578,5260,1,1,1,3186,0,-5159.92,1427.67,47.2462,0.940223,300,15,0,1981,0,1,0,0,0),(50579,5260,1,1,1,3186,0,-4911.6,1529.15,82.7649,2.00389,300,15,0,1981,0,1,0,0,0),(50580,5260,1,1,1,3186,0,-5049.33,1413.78,39.816,2.97821,300,15,0,1981,0,1,0,0,0),(50581,5260,1,1,1,3186,0,-5051.42,1424.96,41.707,1.45141,300,15,0,1981,0,1,0,0,0),(50582,5260,1,1,1,3186,0,-4883.79,1443.17,79.3922,4.63809,300,15,0,1981,0,1,0,0,0),(50583,5260,1,1,1,3186,0,-4856.02,343.501,25.2059,2.35384,300,15,0,1981,0,1,0,0,0),(50584,5260,1,1,1,3186,0,-4778.76,695.353,51.914,4.21772,300,15,0,1981,0,1,0,0,0),(50585,5260,1,1,1,3186,0,-5203.62,1227.66,60.2293,2.00786,300,15,0,1981,0,1,0,0,0),(50586,5260,1,1,1,3186,0,-5211.18,1188.15,71.5113,3.8571,300,15,0,1981,0,1,0,0,0),(50587,5260,1,1,1,3186,0,-5184.27,1215.15,64.517,4.92688,300,15,0,1981,0,1,0,0,0),(50588,5260,1,1,1,3186,0,-4891.58,1489.39,82.3006,1.77749,300,15,0,1981,0,1,0,0,0),(50589,5260,1,1,1,3186,0,-5181.06,1453.67,48.1701,4.88526,300,15,0,1981,0,1,0,0,0),(50590,5260,1,1,1,3186,0,-5169.89,1301.25,45.9325,4.07612,300,15,0,1981,0,1,0,0,0),(50591,5260,1,1,1,3186,0,-5161.94,1347.5,42.7503,6.13218,300,15,0,1981,0,1,0,0,0),(50592,5260,1,1,1,3186,0,-4943.87,1390.07,50.778,2.7462,300,15,0,1981,0,1,0,0,0),(50593,5260,1,1,1,3186,0,-4939.3,1420.68,61.1333,5.04865,300,3,0,1981,0,1,0,0,0),(50594,5260,1,1,1,3186,0,-4846.12,1451.28,75.6576,3.20803,300,15,0,1981,0,1,0,0,0),(50595,5260,1,1,1,3186,0,-5014.86,1465.18,48.3854,5.88419,300,15,0,1981,0,1,0,0,0),(50596,5260,1,1,1,3186,0,-5086.99,1372.21,44.8083,2.76646,300,15,0,1981,0,1,0,0,0),(50597,5260,1,1,1,3186,0,-5056.82,1382.39,43.5165,4.43495,300,15,0,1981,0,1,0,0,0),(50598,5260,1,1,1,3186,0,-5221.47,1357.07,41.5378,0.93999,300,15,0,1981,0,1,0,0,0),(50599,5260,1,1,1,3186,0,-5152.1,1286.09,46.0842,1.72176,300,15,0,1981,0,1,0,0,0),(50600,7726,1,1,1,2289,1,-4165.93,827.036,146.088,4.97965,300,3,0,1522,1332,1,0,0,0),(50601,7726,1,1,1,2289,1,-4151.25,827.259,146.091,3.24178,300,0,0,1522,1332,0,0,0,0),(50602,7726,1,1,1,2289,1,-4245.57,646.092,68.4923,5.3999,300,5,0,1522,1332,1,0,0,0),(50603,7726,1,1,1,2289,1,-4148.83,793.046,145.213,0.816296,300,3,0,1522,1332,1,0,0,0),(50604,7726,1,1,1,2289,1,-4140.81,800.765,146.091,3.12603,300,0,0,1522,1332,0,0,0,0),(50605,7726,1,1,1,2289,1,-4182.29,784.375,145.224,2.15036,300,5,0,1522,1332,1,0,0,0),(50606,7726,1,1,1,2289,1,-4185.37,664.122,70.4345,6.12242,300,3,0,1522,1332,1,0,0,0),(50607,7727,1,1,1,6834,1,-4163.65,810.624,145.213,1.55283,300,0,0,1648,1432,0,0,0,0),(50608,5262,1,1,1,3188,0,-3318.8,2618.23,26.4826,4.40083,300,15,0,2672,0,1,0,0,0),(50609,5262,1,1,1,3188,0,-3283.74,2306.87,61.2635,2.3546,300,15,0,2672,0,1,0,0,0),(50610,5262,1,1,1,3188,0,-3393.75,2404.47,38.0626,4.71239,300,15,0,2672,0,1,0,0,0),(50611,5262,1,1,1,3188,0,-3102.4,2572.94,34.6021,4.09795,300,15,0,2672,0,1,0,0,0),(50612,5262,1,1,1,3188,0,-3467.83,2388.2,46.9626,2.96817,300,15,0,2672,0,1,0,0,0),(50613,5262,1,1,1,3188,0,-2929.88,2328.44,31.8954,2.41357,300,15,0,2672,0,1,0,0,0),(50614,5262,1,1,1,3188,0,-3487.92,2213.92,31.8039,5.67406,300,15,0,2672,0,1,0,0,0),(50615,5262,1,1,1,3188,0,-3727.99,2222.25,72.7458,2.29679,300,15,0,2672,0,1,0,0,0),(50616,5262,1,1,1,3188,0,-3366.54,2537.69,23.5294,5.36761,300,15,0,2672,0,1,0,0,0),(50617,5262,1,1,1,3188,0,-3436.6,2440.52,41.6933,4.58887,300,15,0,2672,0,1,0,0,0),(50618,5262,1,1,1,3188,0,-3230.73,2666.9,45.8462,0.604891,300,15,0,2672,0,1,0,0,0),(50619,5262,1,1,1,3188,0,-3306.37,2377.76,44.0357,0.968219,300,15,0,2672,0,1,0,0,0),(50620,5262,1,1,1,3188,0,-3389.59,2262.48,22.5817,1.87619,300,15,0,2672,0,1,0,0,0),(50621,5262,1,1,1,3188,0,-3556.7,2414.69,66.3586,2.3017,300,15,0,2672,0,1,0,0,0),(50622,5262,1,1,1,3188,0,-3697.87,1948.67,76.8954,3.2434,300,15,0,2672,0,1,0,0,0),(50623,5262,1,1,1,3188,0,-2750.24,2404.5,62.9053,2.81739,300,15,0,2672,0,1,0,0,0),(50624,5262,1,1,1,3188,0,-2785.69,2506.34,62.326,1.36632,300,15,0,2672,0,1,0,0,0),(50625,5262,1,1,1,3188,0,-3525.69,2469.73,60.0778,5.9333,300,15,0,2672,0,1,0,0,0),(50626,5262,1,1,1,3188,0,-3751.93,1951.52,69.1911,3.8641,300,15,0,2672,0,1,0,0,0),(50627,5262,1,1,1,3188,0,-3674.58,1925.48,84.7836,4.1279,300,15,0,2672,0,1,0,0,0),(50628,5262,1,1,1,3188,0,-3449.92,2823.09,82.1008,5.85712,300,15,0,2672,0,1,0,0,0),(50629,5262,1,1,1,3188,0,-3444.89,2535.95,44.9386,2.25378,300,3,0,2672,0,1,0,0,0),(50630,5262,1,1,1,3188,0,-3523.21,2196.41,34.7564,5.17607,300,15,0,2672,0,1,0,0,0),(50631,5262,1,1,1,3188,0,-3746.6,2209.59,73.6967,0.150049,300,15,0,2672,0,1,0,0,0),(50632,5262,1,1,1,3188,0,-3882.78,1917.39,77.9287,5.039,300,15,0,2672,0,1,0,0,0),(50633,5262,1,1,1,3188,0,-3159.38,2582.46,44.7066,0.280177,300,0,0,2672,0,0,0,0,0),(50634,5262,1,1,1,3188,0,-3149.32,2549.29,55.0608,2.33639,300,15,0,2672,0,1,0,0,0),(50635,5262,1,1,1,3188,0,-3883.96,1978.79,75.0473,3.3122,300,15,0,2672,0,1,0,0,0),(50636,5262,1,1,1,3188,0,-3845.38,1949.6,70.5053,2.87948,300,15,0,2672,0,1,0,0,0),(50637,5262,1,1,1,3188,0,-3976.82,2047.79,95.558,3.80658,300,15,0,2672,0,1,0,0,0),(50638,5262,1,1,1,3188,0,-4005.06,2052.92,100.959,0.296131,300,3,0,2672,0,1,0,0,0),(50639,5262,1,1,1,3188,0,-2898.14,2455.35,32.6761,3.37095,300,15,0,2672,0,1,0,0,0),(50640,5262,1,1,1,3188,0,-2914.56,2479.77,31.1381,4.34493,300,15,0,2672,0,1,0,0,0),(50641,5262,1,1,1,3188,0,-3485.52,2583.23,74.7245,3.54658,300,15,0,2672,0,1,0,0,0),(50642,7727,1,1,1,6834,1,-4226.39,648.795,70.6681,6.0336,300,5,0,1648,1432,1,0,0,0),(50643,5268,1,1,1,3201,0,-4189.08,-784.331,-40.3838,6.25975,300,15,0,1902,0,1,0,0,0),(50644,5268,1,1,1,3201,0,-4259.31,98.7355,56.2615,4.62244,300,15,0,1902,0,1,0,0,0),(50645,5268,1,1,1,3201,0,-4388.88,-113.938,58.3584,3.08685,300,15,0,1902,0,1,0,0,0),(50646,5268,1,1,1,3201,0,-4082.12,-44.5403,66.6647,0.355992,300,15,0,1902,0,1,0,0,0),(50647,5268,1,1,1,3201,0,-4046.63,553.437,88.2486,6.24658,300,15,0,1902,0,1,0,0,0),(50648,5268,1,1,1,3201,0,-4506.63,-39.594,79.2819,1.04947,300,15,0,1902,0,1,0,0,0),(50649,5268,1,1,1,3201,0,-4524.92,-125.992,89.9,0.392838,300,15,0,1902,0,1,0,0,0),(50650,5268,1,1,1,3201,0,-4141.15,-608.43,-13.4312,1.75135,300,15,0,1902,0,1,0,0,0),(50651,5268,1,1,1,3201,0,-4003.36,464.067,71.9955,0.785398,300,15,0,1902,0,1,0,0,0),(50652,5268,1,1,1,3201,0,-4441.97,707.82,91.766,0.651706,300,15,0,1902,0,1,0,0,0),(50653,5268,1,1,1,3201,0,-4492.55,-227.82,72.9251,0.21062,300,15,0,1902,0,1,0,0,0),(50654,5268,1,1,1,3201,0,-4186.79,-656.169,-27.7783,1.49278,300,15,0,1902,0,1,0,0,0),(50655,5268,1,1,1,3201,0,-4333.84,-348.609,30.8145,5.57795,300,15,0,1902,0,1,0,0,0),(50656,5268,1,1,1,3201,0,-4415.48,-317.684,34.3012,2.36724,300,15,0,1902,0,1,0,0,0),(50657,5268,1,1,1,3201,0,-4504.02,-200,77.879,0,300,15,0,1902,0,1,0,0,0),(50658,5268,1,1,1,3201,0,-4308.19,358.358,50.5215,1.89361,300,15,0,1902,0,1,0,0,0),(50659,5268,1,1,1,3201,0,-4148.46,-472.472,14.0694,3.80229,300,15,0,1902,0,1,0,0,0),(50660,5268,1,1,1,3201,0,-4085.28,-517.058,10.4308,0.908555,300,15,0,1902,0,1,0,0,0),(50661,5268,1,1,1,3201,0,-4154.12,-580.406,-10.9057,1.9916,300,15,0,1902,0,1,0,0,0),(50662,5268,1,1,1,3201,0,-4130.83,-666.485,-18.9094,6.1485,300,15,0,1902,0,1,0,0,0),(50663,5268,1,1,1,3201,0,-4156.16,-317.246,58.8742,4.87561,300,15,0,1902,0,1,0,0,0),(50664,5268,1,1,1,3201,0,-4243.13,-311.078,32.9979,2.2048,300,15,0,1902,0,1,0,0,0),(50665,5268,1,1,1,3201,0,-4248.05,-356.214,32.4081,1.7239,300,15,0,1902,0,1,0,0,0),(50666,5268,1,1,1,3201,0,-4139.47,-142.767,58.8221,5.28198,300,15,0,1902,0,1,0,0,0),(50667,5268,1,1,1,3201,0,-4175.04,-235.012,67.3514,5.62249,300,15,0,1902,0,1,0,0,0),(50668,5268,1,1,1,3201,0,-4257.91,509.387,53.3594,2.04859,300,15,0,1902,0,1,0,0,0),(50669,5268,1,1,1,3201,0,-4348.71,494.164,52.8612,1.60204,300,15,0,1902,0,1,0,0,0),(50670,5268,1,1,1,3201,0,-4930.03,1425.93,74.1555,3.62885,300,15,0,1902,0,1,0,0,0),(50671,5268,1,1,1,3201,0,-4332.29,619.174,61.8438,0.760541,300,15,0,1902,0,1,0,0,0),(50672,5268,1,1,1,3201,0,-4413.92,597.942,60.1141,4.72216,300,15,0,1902,0,1,0,0,0),(50673,5268,1,1,1,3201,0,-4403.79,671.083,79.5125,1.61439,300,15,0,1902,0,1,0,0,0),(50674,5268,1,1,1,3201,0,-5220.76,1183,70.4666,5.90794,300,15,0,1902,0,1,0,0,0),(50675,5268,1,1,1,3201,0,-5149.51,1474.01,49.5409,1.89173,300,15,0,1902,0,1,0,0,0),(50676,5268,1,1,1,3201,0,-4448.85,538.984,52.039,0.355113,300,15,0,1902,0,1,0,0,0),(50677,5268,1,1,1,3201,0,-4277.42,-65.6139,58.1726,2.71464,300,15,0,1902,0,1,0,0,0),(50678,5268,1,1,1,3201,0,-4145.78,50.7615,57.7937,4.52665,300,15,0,1902,0,1,0,0,0),(50679,5268,1,1,1,3201,0,-4056.58,164.282,58.5793,1.98729,300,15,0,1902,0,1,0,0,0),(50680,5268,1,1,1,3201,0,-4125.19,243.311,55.418,4.76127,300,15,0,1902,0,1,0,0,0),(50681,5268,1,1,1,3201,0,-4217.13,153.119,58.9928,4.79066,300,15,0,1902,0,1,0,0,0),(50682,5268,1,1,1,3201,0,-5146.23,1210.51,60.0551,4.83577,300,15,0,1902,0,1,0,0,0),(50683,5268,1,1,1,3201,0,-4478.75,-539.552,10.4687,2.78465,300,15,0,1902,0,1,0,0,0),(50684,5268,1,1,1,3201,0,-4487.96,-482.766,24.6171,5.64431,300,15,0,1902,0,1,0,0,0),(50685,5268,1,1,1,3201,0,-4417.26,-543.189,8.21893,3.17088,300,15,0,1902,0,1,0,0,0),(50686,5268,1,1,1,3201,0,-4491.68,-420.729,38.1488,1.87648,300,3,0,1902,0,1,0,0,0),(50687,5268,1,1,1,3201,0,-4411.53,-592.355,-14.3937,1.41206,300,15,0,1902,0,1,0,0,0),(50688,5268,1,1,1,3201,0,-4200.1,-419.122,28.8159,5.60845,300,3,0,1902,0,1,0,0,0),(50689,5268,1,1,1,3201,0,-4351.53,-520.112,15.4403,6.23235,300,15,0,1902,0,1,0,0,0),(50690,5268,1,1,1,3201,0,-4171.03,-468.764,23.7541,2.45586,300,15,0,1902,0,1,0,0,0),(50691,5268,1,1,1,3201,0,-4952.19,1410.3,52.0408,1.65472,300,3,0,1902,0,1,0,0,0),(50692,5268,1,1,1,3201,0,-4394.85,466.254,52.6005,3.73231,300,15,0,1902,0,1,0,0,0),(50693,5268,1,1,1,3201,0,-4287.62,541.13,57.8048,1.61179,300,15,0,1902,0,1,0,0,0),(50694,5268,1,1,1,3201,0,-5166.45,1393.2,46.6961,0.278165,300,15,0,1902,0,1,0,0,0),(50695,5268,1,1,1,3201,0,-4490.92,-82.323,65.2927,2.21627,300,15,0,1902,0,1,0,0,0),(50696,5268,1,1,1,3201,0,-4888.49,1364.58,64.1837,2.90798,300,3,0,1902,0,1,0,0,0),(50697,5268,1,1,1,3201,0,-4810.81,1638.25,77.118,1.69418,300,10,0,1902,0,1,0,0,0),(50698,5268,1,1,1,3201,0,-4379.46,395.755,47.2412,3.61076,300,15,0,1902,0,1,0,0,0),(50699,5268,1,1,1,3201,0,-5069.04,1418.63,42.6786,3.17966,300,15,0,1902,0,1,0,0,0),(50700,5268,1,1,1,3201,0,-5125.62,1338.41,42.2592,2.81774,300,15,0,1902,0,1,0,0,0),(50701,5268,1,1,1,3201,0,-4858.73,1572.74,74.4829,5.65726,300,15,0,1902,0,1,0,0,0),(50702,5268,1,1,1,3201,0,-4448.01,664.981,68.2178,0.204289,300,15,0,1902,0,1,0,0,0),(50703,5268,1,1,1,3201,0,-4523.03,514.925,57.7577,3.57291,300,15,0,1902,0,1,0,0,0),(50704,5268,1,1,1,3201,0,-4495.67,424.66,49.3379,0.021481,300,15,0,1902,0,1,0,0,0),(50705,5268,1,1,1,3201,0,-4503.5,-355.188,62.0496,5.18802,300,3,0,1902,0,1,0,0,0),(50706,5268,1,1,1,3201,0,-4448.42,-147.677,58.0194,1.54564,300,15,0,1902,0,1,0,0,0),(50707,5268,1,1,1,3201,0,-4468.33,20.5299,56.4202,1.86599,300,3,0,1902,0,1,0,0,0),(50708,5268,1,1,1,3201,0,-4175.7,-72.3887,59.6875,5.90522,300,15,0,1902,0,1,0,0,0),(50709,5268,1,1,1,3201,0,-4345.77,549.511,53.9078,2.85631,300,15,0,1902,0,1,0,0,0),(50710,5272,1,1,1,8838,0,-4674.29,1618.7,117.38,5.70575,300,15,0,2138,0,1,0,0,0),(50711,5272,1,1,1,8838,0,-4556.43,1746.99,96.2121,4.20678,300,15,0,2138,0,1,0,0,0),(50712,5272,1,1,1,8838,0,-5183.87,609.78,51.4539,6.18138,300,15,0,2138,0,1,0,0,0),(50713,5272,1,1,1,8838,0,-4618.75,1735.42,100.297,6.19829,300,3,0,2138,0,1,0,0,0),(50714,5272,1,1,1,8838,0,-5191.57,591.988,49.9271,2.85874,300,15,0,2138,0,1,0,0,0),(50715,5272,1,1,1,8838,0,-5271.09,493.109,56.7952,1.12653,300,15,0,2138,0,1,0,0,0),(50716,5272,1,1,1,8838,0,-4520.58,1787.96,100.178,2.51111,300,15,0,2138,0,1,0,0,0),(50717,5272,1,1,1,8838,0,-5312.34,581.234,64.2326,0.857296,300,15,0,2138,0,1,0,0,0),(50718,5272,1,1,1,8838,0,-5173.42,719.456,62.071,3.26885,300,15,0,2138,0,1,0,0,0),(50719,5272,1,1,1,8838,0,-5070.34,583.311,24.9651,3.13183,300,15,0,2138,0,1,0,0,0),(50720,5272,1,1,1,8838,0,-5105.72,699.624,51.271,1.74943,300,15,0,2138,0,1,0,0,0),(50721,5272,1,1,1,8838,0,-5280.24,572.797,59.9677,2.191,300,15,0,2138,0,1,0,0,0),(50722,5272,1,1,1,8838,0,-5116.79,671.002,50.7103,1.91973,300,15,0,2138,0,1,0,0,0),(50723,5272,1,1,1,8838,0,-5324,530.425,58.4664,3.49053,300,15,0,2138,0,1,0,0,0),(50724,5272,1,1,1,8838,0,-5219.03,579.441,58.7811,0.734821,300,15,0,2138,0,1,0,0,0),(50725,5272,1,1,1,8838,0,-4713.87,1396.21,89.2543,4.55157,300,10,0,2138,0,1,0,0,0),(50726,5272,1,1,1,8838,0,-4689.28,1465.65,95.8983,6.26872,300,3,0,2138,0,1,0,0,0),(50727,5272,1,1,1,8838,0,-4527.65,1860.03,90.7225,0.450548,300,15,0,2138,0,1,0,0,0),(50728,5272,1,1,1,8838,0,-4608.39,1444.57,99.7818,0.053764,300,15,0,2138,0,1,0,0,0),(50729,5272,1,1,1,8838,0,-4582.82,1482.4,99.3287,5.91939,300,15,0,2138,0,1,0,0,0),(50730,5272,1,1,1,8838,0,-4590.22,1711.77,111.429,3.84958,300,3,0,2138,0,1,0,0,0),(50731,5272,1,1,1,8838,0,-4585.96,1816.36,91.764,3.28266,300,15,0,2138,0,1,0,0,0),(50732,5272,1,1,1,8838,0,-5078.38,609.8,35.0181,2.93883,300,15,0,2138,0,1,0,0,0),(50733,5272,1,1,1,8838,0,-5047.86,339.17,23.4268,5.72769,300,15,0,2138,0,1,0,0,0),(50734,5272,1,1,1,8838,0,-4726.54,1177.05,103.259,1.52781,300,15,0,2138,0,1,0,0,0),(50735,5272,1,1,1,8838,0,-5153.15,453.415,30.7958,5.98924,300,15,0,2138,0,1,0,0,0),(50736,5272,1,1,1,8838,0,-5208.37,505.17,49.6853,4.63412,300,15,0,2138,0,1,0,0,0),(50737,5272,1,1,1,8838,0,-4566.64,1965.2,88.715,5.40025,300,15,0,2138,0,1,0,0,0),(50738,5272,1,1,1,8838,0,-4608.33,1899.19,107.144,0.280982,300,10,0,2138,0,1,0,0,0),(50739,5272,1,1,1,8838,0,-4732.05,1241.24,105.032,3.12945,300,15,0,2138,0,1,0,0,0),(50740,5272,1,1,1,8838,0,-4661.44,1536.43,120.023,1.84073,300,15,0,2138,0,1,0,0,0),(50741,5272,1,1,1,8838,0,-4738.61,1285.38,103.221,0.468885,300,3,0,2138,0,1,0,0,0),(50742,5274,1,1,1,3200,0,-3472.56,2447.28,45.2725,6.22845,300,15,0,2576,0,1,0,0,0),(50743,5274,1,1,1,3200,0,-3369.16,2374.98,43.9269,4.25356,300,0,0,2576,0,0,0,0,0),(50744,5274,1,1,1,3200,0,-3544.47,2196.2,40.0027,4.98935,300,15,0,2576,0,1,0,0,0),(50745,5274,1,1,1,3200,0,-2910.76,2351.65,30.9873,5.23372,300,3,0,2576,0,1,0,0,0),(50746,5274,1,1,1,3200,0,-3483.11,2156.7,35.2103,3.79931,300,15,0,2576,0,1,0,0,0),(50747,5274,1,1,1,3200,0,-3487.33,2254.75,26.18,2.28052,300,15,0,2576,0,1,0,0,0),(50748,5274,1,1,1,3200,0,-3190.91,2572.34,37.3021,4.98935,300,15,0,2576,0,1,0,0,0),(50749,5274,1,1,1,3200,0,-3387.51,2341.4,37.9036,5.79334,300,15,0,2576,0,1,0,0,0),(50750,5274,1,1,1,3200,0,-2815.57,2450.85,55.109,1.25306,300,15,0,2576,0,1,0,0,0),(50751,5274,1,1,1,3200,0,-3673.9,1971.83,72.8221,3.25836,300,15,0,2576,0,1,0,0,0),(50752,5274,1,1,1,3200,0,-3679.27,2008.89,73.7357,4.64004,300,15,0,2576,0,1,0,0,0),(50753,5274,1,1,1,3200,0,-3437.34,2768.05,79.6551,0.896231,300,15,0,2576,0,1,0,0,0),(50754,5274,1,1,1,3200,0,-3375.54,2667.71,68.0777,0,300,15,0,2576,0,1,0,0,0),(50755,5274,1,1,1,3200,0,-3252.24,2598.41,27.0671,0.273863,300,15,0,2576,0,1,0,0,0),(50756,5274,1,1,1,3200,0,-3177.74,2587.58,41.1418,5.90324,300,15,0,2576,0,1,0,0,0),(50757,5274,1,1,1,3200,0,-3482.79,2513.4,53.633,2.44977,300,15,0,2576,0,1,0,0,0),(50758,5274,1,1,1,3200,0,-3528.15,2235.49,38.0347,3.88866,300,30,0,2576,0,1,0,0,0),(50759,5274,1,1,1,3200,0,-3525.93,2688.45,92.0021,1.7793,300,15,0,2576,0,1,0,0,0),(50760,5274,1,1,1,3200,0,-3306.62,2460.71,43.8001,5.11792,300,15,0,2576,0,1,0,0,0),(50761,5274,1,1,1,3200,0,-3660.11,1961.31,74.9288,3.78829,300,15,0,2576,0,1,0,0,0),(50762,5274,1,1,1,3200,0,-4102.92,2040.55,89.0498,4.22473,300,15,0,2576,0,1,0,0,0),(50763,5274,1,1,1,3200,0,-3919.13,1994.17,80.8165,2.35619,300,15,0,2576,0,1,0,0,0),(50764,5274,1,1,1,3200,0,-3939.56,1982.67,83.4903,2.96488,300,15,0,2576,0,1,0,0,0),(50765,5274,1,1,1,3200,0,-3818.48,2002.17,69.2423,2.36014,300,0,0,2576,0,0,0,0,0),(50766,5274,1,1,1,3200,0,-3816.19,1927.19,70.2219,4.76908,300,15,0,2576,0,1,0,0,0),(50767,5274,1,1,1,3200,0,-3739.02,1979.36,69.3839,5.37457,300,15,0,2576,0,1,0,0,0),(50768,5274,1,1,1,3200,0,-3571.63,2211.44,36.5669,5.98986,300,15,0,2576,0,1,0,0,0),(50769,5274,1,1,1,3200,0,-2907.41,2405.36,31.1266,4.92966,300,15,0,2576,0,1,0,0,0),(50770,5276,1,1,1,8471,0,-3399.4,2365.61,41.7153,1.86596,300,15,0,1990,1640,1,0,0,0),(50771,5276,1,1,1,8471,0,-3411,2428.96,40.1268,2.10991,300,15,0,1990,1640,1,0,0,0),(50772,5276,1,1,1,8471,0,-2816,2355.66,36.9462,4.32074,300,15,0,1990,1640,1,0,0,0),(50773,5276,1,1,1,8471,0,-3408.3,2416.07,36.7951,2.47626,300,15,0,1990,1640,1,0,0,0),(50774,5276,1,1,1,8471,0,-3930.47,1920.28,85.971,1.77088,300,15,0,1990,1640,1,0,0,0),(50775,5278,1,1,1,2158,0,-4562.48,888.987,60.0789,4.73058,300,10,0,1648,1432,1,0,0,0),(50776,5278,1,1,1,2158,0,-4589.5,914.675,61.1099,2.87202,300,10,0,1648,1432,1,0,0,0),(50777,5278,1,1,1,2158,0,-4610.42,959.534,57.5227,3.56695,300,10,0,1648,1432,1,0,0,0),(50778,5278,1,1,1,2158,0,-4630.8,964.319,62.038,2.88666,300,10,0,1648,1432,1,0,0,0),(50779,5278,1,1,1,2158,0,-4427.28,685.328,90.3875,0.317255,300,15,0,1648,1432,1,0,0,0),(50780,5278,1,1,1,2158,0,-4554.91,785.981,48.3547,0.811658,300,15,0,1648,1432,1,0,0,0),(50781,5278,1,1,1,2158,0,-4594.23,826.782,46.1191,3.43873,300,15,0,1648,1432,1,0,0,0),(50782,5278,1,1,1,2158,0,-4525.37,566.56,59.5324,1.13948,300,15,0,1648,1432,1,0,0,0),(50783,5278,1,1,1,2158,0,-4595.3,749.69,50.5767,4.31557,300,15,0,1648,1432,1,0,0,0),(50784,5278,1,1,1,2158,0,-4523.91,640.881,56.4121,1.91931,300,15,0,1648,1432,1,0,0,0),(50785,5278,1,1,1,2158,0,-4502.29,635.304,57.0371,3.5613,300,15,0,1648,1432,1,0,0,0),(50786,5278,1,1,1,2158,0,-4449.27,614.571,57.7221,4.19024,300,15,0,1648,1432,1,0,0,0),(50787,5278,1,1,1,2158,0,-4542.39,577.093,63.1643,0.535762,300,15,0,1648,1432,1,0,0,0),(50788,5278,1,1,1,2158,0,-4576.84,558.396,62.5885,1.76359,300,15,0,1648,1432,1,0,0,0),(50789,5278,1,1,1,2158,0,-4546.93,616.519,47.4083,2.0893,300,15,0,1648,1432,1,0,0,0),(50790,5278,1,1,1,2158,0,-4641.78,651.983,49.0221,4.6831,300,15,0,1648,1432,1,0,0,0),(50791,5278,1,1,1,2158,0,-4600.87,620.673,47.9707,1.51207,300,15,0,1648,1432,1,0,0,0),(50792,5278,1,1,1,2158,0,-4594.28,714.612,47.6776,0.029288,300,15,0,1648,1432,1,0,0,0),(50793,5278,1,1,1,2158,0,-4631.99,680.241,48.652,3.55339,300,15,0,1648,1432,1,0,0,0),(50794,5278,1,1,1,2158,0,-4585.41,686.479,47.8589,1.97853,300,15,0,1648,1432,1,0,0,0),(50795,5278,1,1,1,2158,0,-4623.44,655.724,52.1265,2.62946,300,15,0,1648,1432,1,0,0,0),(50796,1695,1,1,1,13190,1,-4491.6,-768.035,-36.632,4.95674,300,0,0,1848,0,0,0,0,0),(50797,7584,1,1,1,9592,0,-3432.24,2382.82,43.9324,3.25699,300,0,0,2424,1483,2,0,0,0),(50798,7584,1,1,1,9592,0,-4166.35,305.325,58.8006,5.14193,300,0,0,2424,1483,2,0,0,0),(50799,7584,1,1,1,9592,0,-4554.64,1687.16,97.8392,4.33007,300,0,0,2424,1483,2,0,0,0),(50800,7584,1,1,1,9592,0,-5764.65,1452.36,56.561,3.98084,300,0,0,2424,1483,0,0,0,0),(50801,7584,1,1,1,9592,0,-4894.04,334.951,25.4807,2.92314,300,0,0,2424,1483,2,0,0,0),(50802,5286,1,1,1,165,0,-4184.84,-740.034,-34.2743,0.548457,300,15,0,1829,0,1,0,0,0),(50803,5286,1,1,1,165,0,-4228.44,-758.422,-42.8481,5.53349,300,15,0,1829,0,1,0,0,0),(50804,5286,1,1,1,165,0,-4493.02,-358.208,53.6212,3.45531,300,15,0,1829,0,1,0,0,0),(50805,5286,1,1,1,165,0,-4045.94,520.738,80.5059,2.85825,300,15,0,1829,0,1,0,0,0),(50806,5286,1,1,1,165,0,-4325.41,670.083,83.2044,1.58252,300,15,0,1829,0,1,0,0,0),(50807,5286,1,1,1,165,0,-4175.4,-203.488,58.8624,5.66702,300,15,0,1829,0,1,0,0,0),(50808,5286,1,1,1,165,0,-4344.02,-655.198,-34.0294,4.18403,300,15,0,1829,0,1,0,0,0),(50809,5286,1,1,1,165,0,-4391.22,-655.952,-16.7433,3.60944,300,15,0,1829,0,1,0,0,0),(50810,5286,1,1,1,165,0,-4115.33,-70.4951,58.8196,4.76127,300,15,0,1829,0,1,0,0,0),(50811,5286,1,1,1,165,0,-4526.89,-94.2515,86.4776,2.06082,300,15,0,1829,0,1,0,0,0),(50812,5286,1,1,1,165,0,-4356.25,646.864,69.8904,2.33331,300,15,0,1829,0,1,0,0,0),(50813,5286,1,1,1,165,0,-4525.96,-140.096,89.9087,0.394716,300,15,0,1829,0,1,0,0,0),(50814,5286,1,1,1,165,0,-4404.79,616.535,59.6474,0.293328,300,15,0,1829,0,1,0,0,0),(50815,5286,1,1,1,165,0,-4618.12,956.096,57.8503,1.52781,300,10,0,1829,0,1,0,0,0),(50816,5286,1,1,1,165,0,-4555.03,3645.95,10.8156,0.069473,300,15,0,1829,0,1,0,0,0),(50817,5286,1,1,1,165,0,-4147.56,-686.394,-22.0119,2.86333,300,15,0,1829,0,1,0,0,0),(50818,5286,1,1,1,165,0,-4204.03,-596.466,-18.6577,2.1033,300,15,0,1829,0,1,0,0,0),(50819,5286,1,1,1,165,0,-4420.23,-312.952,33.433,5.02179,300,15,0,1829,0,1,0,0,0),(50820,5286,1,1,1,165,0,-4489.94,-161.836,66.9594,3.55982,300,15,0,1829,0,1,0,0,0),(50821,5286,1,1,1,165,0,-4462.62,3559.96,18.8284,0.34802,300,15,0,1829,0,1,0,0,0),(50822,5286,1,1,1,165,0,-4132.27,-451.243,21.3968,2.82973,300,15,0,1829,0,1,0,0,0),(50823,5286,1,1,1,165,0,-4144.14,-548.746,-5.005,3.09076,300,15,0,1829,0,1,0,0,0),(50824,5286,1,1,1,165,0,-4119.67,-589.006,-10.7926,4.43141,300,15,0,1829,0,1,0,0,0),(50825,5286,1,1,1,165,0,-4109.7,-525.867,2.85002,3.04775,300,15,0,1829,0,1,0,0,0),(50826,5286,1,1,1,165,0,-4105.75,-706.468,-22.9503,3.7017,300,15,0,1829,0,1,0,0,0),(50827,5286,1,1,1,165,0,-4122.47,-1.6196,56.7255,2.91318,300,15,0,1829,0,1,0,0,0),(50828,5286,1,1,1,165,0,-4168.77,99.6719,57.3683,1.98902,300,15,0,1829,0,1,0,0,0),(50829,5286,1,1,1,165,0,-4212.62,65.0503,60.136,1.19009,300,15,0,1829,0,1,0,0,0),(50830,5286,1,1,1,165,0,-4160.91,-311.006,57.2628,5.00676,300,15,0,1829,0,1,0,0,0),(50831,5286,1,1,1,165,0,-4320.14,500.612,56.7875,4.42711,300,15,0,1829,0,1,0,0,0),(50832,5286,1,1,1,165,0,-4403.48,512.209,55.8616,5.5862,300,15,0,1829,0,1,0,0,0),(50833,5286,1,1,1,165,0,-4378.17,497.733,50.7666,1.23434,300,15,0,1829,0,1,0,0,0),(50834,5286,1,1,1,165,0,-4180.46,281.446,52.8352,1.16618,300,0,0,1829,0,0,0,0,0),(50835,5286,1,1,1,165,0,-4235.42,518.75,51.1077,2.55323,300,15,0,1829,0,1,0,0,0),(50836,5286,1,1,1,165,0,-4119.44,-29.3902,59.2427,0.318042,300,15,0,1829,0,1,0,0,0),(50837,5286,1,1,1,165,0,-4480.79,3474.27,24.063,5.27101,300,15,0,1829,0,1,0,0,0),(50838,5286,1,1,1,165,0,-4753.61,3289.89,20.1918,0.572168,300,15,0,1829,0,1,0,0,0),(50839,5286,1,1,1,165,0,-4805.63,3306.75,15.3943,3.01684,300,15,0,1829,0,1,0,0,0),(50840,5286,1,1,1,165,0,-4767.61,3295.6,21.2369,4.79253,300,15,0,1829,0,1,0,0,0),(50841,5286,1,1,1,165,0,-4555.5,3415.78,26.1541,3.34109,300,15,0,1829,0,1,0,0,0),(50842,5286,1,1,1,165,0,-4526.19,3437.25,26.1859,1.6588,300,15,0,1829,0,1,0,0,0),(50843,5286,1,1,1,165,0,-4558.72,3523.25,22.8529,5.81867,300,15,0,1829,0,1,0,0,0),(50844,5286,1,1,1,165,0,-4546.71,3476.98,25.1773,4.3511,300,15,0,1829,0,1,0,0,0),(50845,5286,1,1,1,165,0,-4505.17,3540.59,19.3997,4.8891,300,15,0,1829,0,1,0,0,0),(50846,5286,1,1,1,165,0,-4531.52,3543.41,23.527,5.97564,300,15,0,1829,0,1,0,0,0),(50847,5286,1,1,1,165,0,-4519.33,3580.95,20.7518,2.7229,300,15,0,1829,0,1,0,0,0),(50848,5286,1,1,1,165,0,-4504.58,3599.51,16.8768,5.08854,300,15,0,1829,0,1,0,0,0),(50849,5286,1,1,1,165,0,-4388.82,3545.75,10.3708,6.26658,300,15,0,1829,0,1,0,0,0),(50850,5286,1,1,1,165,0,-4410.98,3575.24,14.5785,5.79047,300,15,0,1829,0,1,0,0,0),(50851,5286,1,1,1,165,0,-4317.88,555.567,56.7244,4.92089,300,15,0,1829,0,1,0,0,0),(50852,5286,1,1,1,165,0,-4345.59,578.363,58.7511,4.2747,300,15,0,1829,0,1,0,0,0),(50853,5286,1,1,1,165,0,-4136.92,-112.345,57.3774,4.16195,300,15,0,1829,0,1,0,0,0),(50854,5286,1,1,1,165,0,-4466.64,526.994,54.0559,0.07902,300,15,0,1829,0,1,0,0,0),(50855,5286,1,1,1,165,0,-4228.35,-90.0921,57.2404,6.08032,300,15,0,1829,0,1,0,0,0),(50856,5286,1,1,1,165,0,-4184.63,-158.729,56.4829,4.27739,300,15,0,1829,0,1,0,0,0),(50857,5286,1,1,1,165,0,-4475.94,437.637,51.2082,0.804386,300,15,0,1829,0,1,0,0,0),(50858,5286,1,1,1,165,0,-4383.12,407.82,47.7134,6.21675,300,15,0,1829,0,1,0,0,0),(50859,5286,1,1,1,165,0,-4284.17,458.194,53.9596,3.9408,300,15,0,1829,0,1,0,0,0),(50860,5286,1,1,1,165,0,-4046.7,236.56,57.9718,2.70414,300,15,0,1829,0,1,0,0,0),(50861,5286,1,1,1,165,0,-4161.53,143.501,55.7952,6.06704,300,15,0,1829,0,1,0,0,0),(50862,5286,1,1,1,165,0,-4156.27,195.451,61.5369,2.97361,300,15,0,1829,0,1,0,0,0),(50863,5286,1,1,1,165,0,-4085.23,183.521,59.2833,4.16056,300,15,0,1829,0,1,0,0,0),(50864,5286,1,1,1,165,0,-4225.77,271.97,51.6846,6.20896,300,15,0,1829,0,1,0,0,0),(50865,5286,1,1,1,165,0,-4495.88,-514.349,16.9544,6.2343,300,15,0,1829,0,1,0,0,0),(50866,5286,1,1,1,165,0,-4439.67,-523.383,10.5633,1.15136,300,15,0,1829,0,1,0,0,0),(50867,5286,1,1,1,165,0,-4458.17,-574.807,4.90103,0.507288,300,15,0,1829,0,1,0,0,0),(50868,5286,1,1,1,165,0,-4310.88,-568.143,-12.2051,3.91898,300,15,0,1829,0,1,0,0,0),(50869,5286,1,1,1,165,0,-4247.78,-582.722,-10.3819,4.73385,300,15,0,1829,0,1,0,0,0),(50870,5286,1,1,1,165,0,-4484.3,-441.881,28.0138,5.40788,300,15,0,1829,0,1,0,0,0),(50871,5286,1,1,1,165,0,-4236.93,-466.705,38.0521,5.49641,300,15,0,1829,0,1,0,0,0),(50872,5286,1,1,1,165,0,-4152.29,-444.692,22.4375,5.07185,300,15,0,1829,0,1,0,0,0),(50873,5286,1,1,1,165,0,-4516.27,526.259,57.7559,4.69481,300,15,0,1829,0,1,0,0,0),(50874,5286,1,1,1,165,0,-4351.08,477.268,54.8318,1.61659,300,15,0,1829,0,1,0,0,0),(50875,5286,1,1,1,165,0,-4278,71.6606,56.9332,3.71281,300,15,0,1829,0,1,0,0,0),(50876,5286,1,1,1,165,0,-4465.52,-122.061,58.103,2.65175,300,15,0,1829,0,1,0,0,0),(50877,5286,1,1,1,165,0,-4662.97,3444.04,24.3023,3.01336,300,15,0,1829,0,1,0,0,0),(50878,5286,1,1,1,165,0,-4661.65,3410.65,24.9551,4.12435,300,15,0,1829,0,1,0,0,0),(50879,5286,1,1,1,165,0,-4629.88,669.234,50.0989,5.02425,300,15,0,1829,0,1,0,0,0),(50880,5286,1,1,1,165,0,-4512.19,491.886,52.7449,1.75362,300,15,0,1829,0,1,0,0,0),(50881,5286,1,1,1,165,0,-4443.49,-310.024,39.8388,0.728751,300,15,0,1829,0,1,0,0,0),(50882,5286,1,1,1,165,0,-4459.15,-263.037,52.5767,2.21078,300,15,0,1829,0,1,0,0,0),(50883,5286,1,1,1,165,0,-4436.44,-9.18867,60.082,3.37,300,15,0,1829,0,1,0,0,0),(50884,5286,1,1,1,165,0,-4220.35,110.318,56.7168,4.63207,300,15,0,1829,0,1,0,0,0),(50885,5286,1,1,1,165,0,-4658.34,3254.91,14.8691,3.68922,300,15,0,1829,0,1,0,0,0),(50886,5286,1,1,1,165,0,-4722.54,3290.51,18.2373,3.90187,300,15,0,1829,0,1,0,0,0),(50887,5286,1,1,1,165,0,-4653.49,3300.93,25.5195,4.54949,300,15,0,1829,0,1,0,0,0),(50888,5286,1,1,1,165,0,-4708.58,3223.77,13.6046,4.93699,300,15,0,1829,0,1,0,0,0),(50889,5286,1,1,1,165,0,-4687.05,3317.75,25.9901,4.8891,300,15,0,1829,0,1,0,0,0),(50890,5286,1,1,1,165,0,-4618.23,3481.19,19.8657,5.70268,300,15,0,1829,0,1,0,0,0),(50891,5286,1,1,1,165,0,-4609.13,3376.73,33.3476,1.13075,300,15,0,1829,0,1,0,0,0),(50892,5286,1,1,1,165,0,-4618.21,3375.37,31.1633,5.15926,300,15,0,1829,0,1,0,0,0),(50893,5286,1,1,1,165,0,-4659.17,3372.18,27.8057,4.97513,300,15,0,1829,0,1,0,0,0),(50894,5286,1,1,1,165,0,-4603.48,3524.2,23.0796,5.134,300,15,0,1829,0,1,0,0,0),(50895,5286,1,1,1,165,0,-4683.4,3351.13,31.1959,2.59077,300,15,0,1829,0,1,0,0,0),(50896,5286,1,1,1,165,0,-4561.89,3585.68,25.3012,2.8288,300,15,0,1829,0,1,0,0,0),(50897,5286,1,1,1,165,0,-4460.31,3535.08,18.1332,1.52781,300,15,0,1829,0,1,0,0,0),(50898,5286,1,1,1,165,0,-4612.91,3285.25,19.3972,4.67331,300,15,0,1829,0,1,0,0,0),(50899,5286,1,1,1,165,0,-4448.19,3446.75,22.106,5.28684,300,15,0,1829,0,1,0,0,0),(50900,5287,1,1,1,3202,0,-5151.22,487.184,33.1911,5.2585,300,15,0,2059,0,1,0,0,0),(50901,5287,1,1,1,3202,0,-4562.76,1812.33,90.9591,5.88611,300,15,0,2059,0,1,0,0,0),(50902,5287,1,1,1,3202,0,-4620.95,1723.06,101.562,2.49965,300,10,0,2059,0,1,0,0,0),(50903,5287,1,1,1,3202,0,-5222.43,620.265,54.5629,0.739748,300,15,0,2059,0,1,0,0,0),(50904,5287,1,1,1,3202,0,-4525.27,1542.31,110.138,2.59832,300,15,0,2059,0,1,0,0,0),(50905,5287,1,1,1,3202,0,-5085.54,531.515,17.7577,2.71139,300,15,0,2059,0,1,0,0,0),(50906,5287,1,1,1,3202,0,-4491.4,1807.56,106.929,3.40219,300,15,0,2059,0,1,0,0,0),(50907,5287,1,1,1,3202,0,-4643.48,1658.22,115.546,3.0938,300,15,0,2059,0,1,0,0,0),(50908,5287,1,1,1,3202,0,-5309.2,606.593,77.3709,3.63844,300,15,0,2059,0,1,0,0,0),(50909,5287,1,1,1,3202,0,-5110.36,574.818,31.1136,4.76518,300,15,0,2059,0,1,0,0,0),(50910,5287,1,1,1,3202,0,-5159.9,655.979,53.2424,1.50826,300,15,0,2059,0,1,0,0,0),(50911,5287,1,1,1,3202,0,-5078.62,717.188,56.4197,2.25316,300,15,0,2059,0,1,0,0,0),(50912,5287,1,1,1,3202,0,-5196.45,659.242,57.2245,3.18663,300,15,0,2059,0,1,0,0,0),(50913,5287,1,1,1,3202,0,-5231.87,598.328,54.4086,2.35343,300,15,0,2059,0,1,0,0,0),(50914,5287,1,1,1,3202,0,-4706.68,1451.99,85.4936,5.44942,300,3,0,2059,0,1,0,0,0),(50915,5287,1,1,1,3202,0,-4558.46,1692.52,97.5134,5.28197,300,15,0,2059,0,1,0,0,0),(50916,5287,1,1,1,3202,0,-4589.08,1911.8,110.568,4.3823,300,10,0,2059,0,1,0,0,0),(50917,5287,1,1,1,3202,0,-4540.76,1858.2,90.2917,0.791609,300,15,0,2059,0,1,0,0,0),(50918,5287,1,1,1,3202,0,-4633.58,1458.48,105.614,6.0183,300,15,0,2059,0,1,0,0,0),(50919,5287,1,1,1,3202,0,-4626.31,1676.49,114.633,2.02571,300,15,0,2059,0,1,0,0,0),(50920,5287,1,1,1,3202,0,-4556.88,1860.01,90.125,2.60888,300,15,0,2059,0,1,0,0,0),(50921,5287,1,1,1,3202,0,-5092.53,458.479,13.8848,5.24095,300,15,0,2059,0,1,0,0,0),(50922,5287,1,1,1,3202,0,-4546.52,1486.18,101.805,1.13064,300,15,0,2059,0,1,0,0,0),(50923,5287,1,1,1,3202,0,-4640.82,1594.29,117.111,0.12823,300,15,0,2059,0,1,0,0,0),(50924,5287,1,1,1,3202,0,-4883.26,304.563,30.9898,4.80533,300,15,0,2059,0,1,0,0,0),(50925,5287,1,1,1,3202,0,-4660.11,1773.84,91.7014,2.02353,300,15,0,2059,0,1,0,0,0),(50926,5287,1,1,1,3202,0,-5090.37,265.061,40.4266,4.25136,300,15,0,2059,0,1,0,0,0),(50927,5287,1,1,1,3202,0,-4736.14,1136.21,98.5072,1.78523,300,15,0,2059,0,1,0,0,0),(50928,5287,1,1,1,3202,0,-4684.46,1217.66,97.698,3.67347,300,15,0,2059,0,1,0,0,0),(50929,5287,1,1,1,3202,0,-5198.04,449.075,31.0895,3.01046,300,15,0,2059,0,1,0,0,0),(50930,5287,1,1,1,3202,0,-5242.15,472.894,52.5603,4.48143,300,15,0,2059,0,1,0,0,0),(50931,5287,1,1,1,3202,0,-4708.83,683.325,60.954,5.96145,300,15,0,2059,0,1,0,0,0),(50932,5287,1,1,1,3202,0,-5133.41,559.335,29.2537,3.36429,300,15,0,2059,0,1,0,0,0),(50933,5287,1,1,1,3202,0,-5178.94,516.66,44.1855,4.68505,300,15,0,2059,0,1,0,0,0),(50934,5287,1,1,1,3202,0,-4748.9,1339.13,86.2247,3.6166,300,3,0,2059,0,1,0,0,0),(50935,5287,1,1,1,3202,0,-5119.74,414.926,16.4362,0.816524,300,15,0,2059,0,1,0,0,0),(50936,5287,1,1,1,3202,0,-4732.55,1209.63,103.734,3.34109,300,15,0,2059,0,1,0,0,0),(50937,5287,1,1,1,3202,0,-4814.45,304.065,23.9825,5.22052,300,15,0,2059,0,1,0,0,0),(50938,5288,1,1,1,3203,0,-2789,2348.69,37.4312,4.81509,300,3,0,2488,0,1,0,0,0),(50939,5288,1,1,1,3203,0,-3346.29,2445.04,29.0009,2.5773,300,15,0,2488,0,1,0,0,0),(50940,5288,1,1,1,3203,0,-3312.14,2546.5,21.5252,1.12234,300,15,0,2488,0,1,0,0,0),(50941,5288,1,1,1,3203,0,-3272.5,2686.26,47.8906,0.777111,300,15,0,2488,0,1,0,0,0),(50942,5288,1,1,1,3203,0,-3231.25,2631.25,37.5309,6.17297,300,15,0,2488,0,1,0,0,0),(50943,5288,1,1,1,3203,0,-3569.33,2471.09,70.7755,2.77414,300,15,0,2488,0,1,0,0,0),(50944,5288,1,1,1,3203,0,-3300.76,2411.03,48.1978,4.91061,300,15,0,2488,0,1,0,0,0),(50945,5288,1,1,1,3203,0,-3383.55,2255.41,21.8595,0.316616,300,15,0,2488,0,1,0,0,0),(50946,5288,1,1,1,3203,0,-3426.66,2404.06,39.6846,1.69019,300,15,0,2488,0,1,0,0,0),(50947,5288,1,1,1,3203,0,-3599.87,2038.63,62.5276,5.92007,300,15,0,2488,0,1,0,0,0),(50948,5288,1,1,1,3203,0,-3421.98,2678.04,71.0386,6.25191,300,15,0,2488,0,1,0,0,0),(50949,5288,1,1,1,3203,0,-3077.45,2555.35,41.8454,6.09556,300,15,0,2488,0,1,0,0,0),(50950,5288,1,1,1,3203,0,-3200.79,2630.87,37.3881,6.25878,300,0,0,2488,0,0,0,0,0),(50951,5288,1,1,1,3203,0,-3479.88,2316.16,62.3865,6.02019,300,15,0,2488,0,1,0,0,0),(50952,5288,1,1,1,3203,0,-3286.83,2521.72,39.6884,0.263938,300,15,0,2488,0,1,0,0,0),(50953,5288,1,1,1,3203,0,-3785.08,1999.57,65.3639,1.79435,300,15,0,2488,0,1,0,0,0),(50954,5288,1,1,1,3203,0,-3919.49,1924.48,84.422,4.27712,300,15,0,2488,0,1,0,0,0),(50955,5288,1,1,1,3203,0,-3377.55,2776.86,74.2602,0.133327,300,15,0,2488,0,1,0,0,0),(50956,5288,1,1,1,3203,0,-3734.07,2200.56,70.5043,4.07455,300,15,0,2488,0,1,0,0,0),(50957,5288,1,1,1,3203,0,-3449.41,2481.29,46.29,5.71361,300,15,0,2488,0,1,0,0,0),(50958,5288,1,1,1,3203,0,-3860.87,2030.31,70.3779,6.25292,300,15,0,2488,0,1,0,0,0),(50959,5288,1,1,1,3203,0,-4086.98,2047.51,88.8917,3.9332,300,15,0,2488,0,1,0,0,0),(50961,5288,1,1,1,3203,0,-3440.17,2696.81,75.5513,1.6975,300,15,0,2488,0,1,0,0,0),(50962,5288,1,1,1,3203,0,-2982.34,2349.2,42.3912,2.04886,300,15,0,2488,0,1,0,0,0),(50963,5288,1,1,1,3203,0,-2965.26,2377.91,41.9145,3.43062,300,15,0,2488,0,1,0,0,0),(50964,5288,1,1,1,3203,0,-2877.46,2357.77,36.9861,5.00245,300,15,0,2488,0,1,0,0,0),(50965,5288,1,1,1,3203,0,-2952.11,2433.02,41.2171,4.83965,300,15,0,2488,0,1,0,0,0),(50966,7852,1,1,1,6892,0,-4345.38,3312.75,10.0974,1.8326,300,0,0,3398,0,0,0,0,0),(50967,3500,1,1,1,3898,0,-4447.75,254.45,39.1908,6.14356,300,0,0,2845,0,0,0,0,0),(50968,5292,1,1,1,3207,0,-5091.67,1558.33,53.6518,3.06614,300,10,0,1802,0,1,0,0,0),(50969,5292,1,1,1,3207,0,-5050.73,1809.56,77.0301,0.925398,300,3,0,1802,0,1,0,0,0),(50970,5292,1,1,1,3207,0,-5032.98,1791.99,71.7165,1.04723,300,3,0,1802,0,1,0,0,0),(50971,5292,1,1,1,3207,0,-5009.25,1772.63,64.761,4.29761,300,3,0,1802,0,1,0,0,0),(50972,5292,1,1,1,3207,0,-4981.15,1752.4,64.0426,3.86265,300,15,0,1802,0,1,0,0,0),(50973,5292,1,1,1,3207,0,-5018.71,1779.82,67.6576,5.69201,300,0,0,1802,0,2,0,0,0),(50974,5292,1,1,1,3207,0,-4944.41,1668.73,63.8914,5.66444,300,3,0,1802,0,1,0,0,0),(50975,5292,1,1,1,3207,0,-4976.62,1617.72,63.4002,1.15075,300,3,0,1802,0,1,0,0,0),(50976,5292,1,1,1,3207,0,-4968.76,1643.84,64.3893,3.14686,300,3,0,1802,0,1,0,0,0),(50977,5292,1,1,1,3207,0,-4947.9,1581.3,62.7082,2.3403,300,10,0,1802,0,1,0,0,0),(50978,5292,1,1,1,3207,0,-4918.46,1585.73,66.2957,2.88382,300,10,0,1802,0,1,0,0,0),(50979,5292,1,1,1,3207,0,-4982.55,1547.75,62.2749,3.54805,300,15,0,1802,0,1,0,0,0),(50980,5292,1,1,1,3207,0,-4982.96,1580.84,61.2149,4.11951,300,10,0,1802,0,1,0,0,0),(50981,5292,1,1,1,3207,0,-5017.49,1548.14,56.4633,3.36619,300,15,0,1802,0,1,0,0,0),(50982,5292,1,1,1,3207,0,-4984.72,1513.5,57.075,4.50996,300,10,0,1802,0,1,0,0,0),(50983,5292,1,1,1,3207,0,-5015.63,1582.54,59.7013,6.00837,300,10,0,1802,0,1,0,0,0),(50984,5293,1,1,1,10944,0,-5185.96,1834.2,115.83,5.88898,300,3,0,2495,0,1,0,0,0),(50985,5293,1,1,1,10944,0,-5198.91,1807.56,115.954,4.57198,300,0,0,2495,0,0,0,0,0),(50986,5293,1,1,1,10944,0,-5146.85,1747.68,78.3566,4.33104,300,0,0,2495,0,0,0,0,0),(50987,5293,1,1,1,10944,0,-5129.39,1778.84,78.2473,3.04387,300,3,0,2495,0,1,0,0,0),(50988,5293,1,1,1,10944,0,-5149.86,1810.74,94.2589,1.7504,300,3,0,2495,0,1,0,0,0),(50989,5293,1,1,1,10944,0,-5169.55,1783.2,95.151,0.584424,300,3,0,2495,0,1,0,0,0),(50990,5293,1,1,1,10944,0,-5018.05,1839.29,77.2048,2.84381,300,0,0,2495,0,0,0,0,0),(50991,5293,1,1,1,10944,0,-5081.06,1835.27,77.8807,5.35522,300,0,0,2495,0,2,0,0,0),(50992,5293,1,1,1,10944,0,-5098.25,1931.42,88.2029,1.0441,300,3,0,2495,0,1,0,0,0),(50993,5293,1,1,1,10944,0,-5090.03,1942.21,88.6154,5.73287,300,3,0,2495,0,1,0,0,0),(50994,5293,1,1,1,10944,0,-5063.38,1926.24,88.631,0.365299,300,3,0,2495,0,1,0,0,0),(50995,5293,1,1,1,10944,0,-5154.06,1874.6,102.49,1.19693,300,3,0,2495,0,1,0,0,0),(50996,7854,1,1,1,6893,0,-4354.65,268.764,26.4007,4.53786,300,0,0,2459,0,0,0,0,0),(50997,5295,1,1,1,10943,0,-5109.85,1794.98,79.7665,2.82241,300,3,0,2138,0,1,0,0,0),(50998,5295,1,1,1,10943,0,-5113.65,1849.81,85.8817,1.51358,300,3,0,2138,0,1,0,0,0),(50999,5295,1,1,1,10943,0,-5078.82,1833.22,77.7851,6.26814,300,3,0,2138,0,1,0,0,0),(51000,5295,1,1,1,10943,0,-5138.63,1832.72,90.5914,2.84887,300,3,0,2138,0,1,0,0,0),(51001,5295,1,1,1,10943,0,-5050.74,1836.84,78.3024,2.28627,300,3,0,2138,0,1,0,0,0),(51002,5295,1,1,1,10943,0,-5076.8,1805.5,76.8518,3.19355,300,3,0,2138,0,1,0,0,0),(51003,5295,1,1,1,10943,0,-5051.26,1865.55,82.6267,0.218131,300,0,0,2138,0,2,0,0,0),(51004,5295,1,1,1,10943,0,-5069.56,1888.39,87.4639,4.36035,300,3,0,2138,0,1,0,0,0),(51005,5295,1,1,1,10943,0,-5113.29,1913.87,91.3307,1.18682,300,3,0,2138,0,1,0,0,0),(51006,5295,1,1,1,10943,0,-5137.69,1897.44,98.6107,1.79381,300,0,0,2138,0,2,0,0,0),(51007,5295,1,1,1,10943,0,-4967.34,1748.86,65.3381,2.55606,300,3,0,2138,0,1,0,0,0),(51008,5295,1,1,1,10943,0,-4925.96,1721.98,64.1672,0.310932,300,3,0,2138,0,1,0,0,0),(51009,11440,1,1,1,12471,1,-4525.01,1275.03,126.676,0.401426,300,0,0,3189,0,0,0,0,0),(51010,11440,1,1,1,12471,1,-3687.23,931.639,137.822,2.53513,300,3,0,3189,0,1,0,0,0),(51011,11440,1,1,1,12471,1,-4420.49,1062.24,152.086,2.33874,300,0,0,3189,0,0,0,0,0),(51012,11440,1,1,1,12471,1,-4452.91,1210.96,126.964,5.07729,300,15,0,3189,0,1,0,0,0),(51013,11440,1,1,1,12471,1,-3698.74,935.943,137.873,6.0912,300,0,0,3189,0,0,0,0,0),(51014,11440,1,1,1,12471,1,-4399.8,923.133,150.621,4.87139,300,10,0,3189,0,1,0,0,0),(51015,11440,1,1,1,12471,1,-4464.15,1058.14,150.612,3.0566,300,10,0,3189,0,1,0,0,0),(51016,11440,1,1,1,12471,1,-4403.5,1375.61,124.086,3.38594,300,3,0,3189,0,1,0,0,0),(51017,11440,1,1,1,12471,1,-4059.75,1007.06,161.274,0.017453,300,0,0,3189,0,0,0,0,0),(51018,11440,1,1,1,12471,1,-4036.92,950.891,159.727,1.18457,300,10,0,3189,0,1,0,0,0),(51019,11440,1,1,1,12471,1,-4480.3,1650.8,150.614,5.58737,300,10,0,3189,0,1,0,0,0),(51020,11440,1,1,1,12471,1,-3698.94,925.41,137.873,0.05236,300,0,0,3189,0,0,0,0,0),(51021,11440,1,1,1,12471,1,-4371.87,1152.06,150.606,3.27321,300,10,0,3189,0,1,0,0,0),(51022,11440,1,1,1,12471,1,-4447.83,1443.85,126.335,4.4642,300,3,0,3189,0,1,0,0,0),(51023,11440,1,1,1,12471,1,-4025.33,1320.95,159.71,4.09511,300,10,0,3189,0,1,0,0,0),(245540,16592,0,1,1,11686,0,-14376.7,115.921,1.4532,2.11185,300,0,0,42,0,0,0,0,0),(51025,5296,1,1,1,3220,0,-3873.59,1618.23,136.71,5.15392,300,3,0,2399,0,1,0,0,0),(51026,5296,1,1,1,3220,0,-3898.11,1631.11,117.515,1.19218,300,2,0,2399,0,1,0,0,0),(51027,5296,1,1,1,3220,0,-3900.17,1661.49,117.536,2.21365,300,3,0,2399,0,1,0,0,0),(51028,11440,1,1,1,12471,1,-4039.25,1135.99,159.738,5.39523,300,10,0,3189,0,1,0,0,0),(51029,5296,1,1,1,3220,0,-3775.39,1762.01,146.56,3.53233,300,15,0,2399,0,1,0,0,0),(51030,11440,1,1,1,12471,1,-4362.87,1324.76,159.233,4.61595,300,10,0,3189,0,1,0,0,0),(51031,11440,1,1,1,12471,1,-4327.98,1408.78,152.086,3.14159,300,0,0,3189,0,0,0,0,0),(51032,11440,1,1,1,12471,1,-4349.92,1457.94,150.65,4.7822,300,10,0,3189,0,1,0,0,0),(51033,11440,1,1,1,12471,1,-4366.87,1485.27,150.609,2.48906,300,10,0,3189,0,1,0,0,0),(51034,11440,1,1,1,12471,1,-4462.71,1350.98,125.888,3.24631,300,0,0,3189,0,0,0,0,0),(51035,11440,1,1,1,12471,1,-4350.39,1198.64,150.608,5.12582,300,15,0,3189,0,1,0,0,0),(51036,11440,1,1,1,12471,1,-4161.89,1276.92,161.26,3.14159,300,0,0,3189,0,0,0,0,0),(51037,11440,1,1,1,12471,1,-4182.18,1309.34,161.198,3.52164,300,15,0,3189,0,1,0,0,0),(51038,5296,1,1,1,3220,0,-3842.23,1738.75,142.622,4.22582,300,3,0,2399,0,1,0,0,0),(51039,5296,1,1,1,3220,0,-3837.73,1789.92,135.22,1.35615,300,0,0,2399,0,2,0,0,0),(51040,5296,1,1,1,3220,0,-3744.45,1801.53,154.879,0.940564,300,15,0,2399,0,1,0,0,0),(51041,5296,1,1,1,3220,0,-3793.26,1841.23,129.678,3.32846,300,0,0,2399,0,0,0,0,0),(51042,5297,1,1,1,3209,0,-3897.93,1568.18,121.896,3.74015,300,0,0,2576,0,2,0,0,0),(51043,5297,1,1,1,3209,0,-3890.9,1590.63,117.718,5.75629,300,3,0,2576,0,1,0,0,0),(51044,5297,1,1,1,3209,0,-3919.59,1626.73,129.253,4.71146,300,0,0,2576,0,2,0,0,0),(51045,5297,1,1,1,3209,0,-3864.83,1618.21,137.615,0.707368,300,3,0,2576,0,1,0,0,0),(51046,5297,1,1,1,3209,0,-3873.11,1685.3,140.808,0.845693,300,2,0,2576,0,1,0,0,0),(51047,11442,1,1,1,12473,0,-4031.25,960.687,159.703,5.97359,300,10,0,3189,0,1,0,0,0),(51048,11442,1,1,1,12473,0,-3932.53,1011.67,148.559,2.43095,300,15,0,3189,0,1,0,0,0),(51049,11442,1,1,1,12473,0,-3594.06,987.538,151.224,5.23126,300,10,0,3189,0,1,0,0,0),(51050,11442,1,1,1,12473,0,-4041.24,899.485,159.741,1.04551,300,10,0,3189,0,1,0,0,0),(51051,11442,1,1,1,12473,0,-3723.56,1207.2,151.897,3.05461,300,10,0,3189,0,1,0,0,0),(51052,11442,1,1,1,12473,0,-3587.76,1193.03,152.281,1.63242,300,10,0,3189,0,1,0,0,0),(51053,11442,1,1,1,12473,0,-3569.5,1160.34,150.451,5.85556,300,10,0,3189,0,1,0,0,0),(51054,11442,1,1,1,12473,0,-3577.2,1123.77,148.634,0.49435,300,10,0,3189,0,1,0,0,0),(51055,11442,1,1,1,12473,0,-4034.62,1329.21,159.749,1.60396,300,10,0,3189,0,1,0,0,0),(51056,11442,1,1,1,12473,0,-3755.77,1164.27,154.785,3.84373,300,3,0,3189,0,1,0,0,0),(51057,11442,1,1,1,12473,0,-3669.18,1143.89,154.788,2.93272,300,10,0,3189,0,1,0,0,0),(51058,11442,1,1,1,12473,0,-3920.78,1196.7,149.763,2.32765,300,10,0,3189,0,1,0,0,0),(51059,11442,1,1,1,12473,0,-4035.77,1067.97,159.722,1.866,300,10,0,3189,0,1,0,0,0),(51060,11442,1,1,1,12473,0,-3838,1196.33,149.638,0.241098,300,10,0,3189,0,1,0,0,0),(51061,11442,1,1,1,12473,0,-3862.92,1153.13,154.788,0.46516,300,10,0,3189,0,1,0,0,0),(51062,11442,1,1,1,12473,0,-3833.21,1046.74,154.789,5.1101,300,10,0,3189,0,1,0,0,0),(51063,11442,1,1,1,12473,0,-3625.01,1053.81,154.788,1.08322,300,10,0,3189,0,1,0,0,0),(51064,11442,1,1,1,12473,0,-3577.34,1055.26,148.328,1.50797,300,10,0,3189,0,1,0,0,0),(51065,11442,1,1,1,12473,0,-3732.02,981.078,149.97,2.66537,300,10,0,3189,0,1,0,0,0),(51066,11443,1,1,1,12472,1,-4479.54,974.211,150.623,3.04293,300,10,0,2466,5769,1,0,0,0),(51067,11443,1,1,1,12472,1,-4472.38,1620.41,150.612,5.36811,300,10,0,2466,5769,1,0,0,0),(51068,11443,1,1,1,12472,1,-4414.45,1210.21,126.828,3.75246,300,0,0,2466,5769,0,0,0,0),(51069,8115,1,1,1,7328,1,-4375.68,269.717,25.4947,4.72984,300,0,0,1939,4393,0,0,0,0),(51070,11443,1,1,1,12472,1,-4415.71,1602.5,152.086,3.82227,300,0,0,2466,5769,0,0,0,0),(51071,11443,1,1,1,12472,1,-4479.5,1687.5,150.623,2.87683,300,10,0,2466,5769,1,0,0,0),(51072,11443,1,1,1,12472,1,-4442.99,1709.88,150.619,2.95582,300,10,0,2466,5769,1,0,0,0),(51073,11443,1,1,1,12472,1,-4011.29,1007.44,161.146,3.07178,300,0,0,2466,5769,0,0,0,0),(51074,11443,1,1,1,12472,1,-3903.64,978.387,148.648,3.85102,300,15,0,2466,5769,1,0,0,0),(51075,11443,1,1,1,12472,1,-4419.98,1179.04,127.017,4.01426,300,0,0,2466,5769,0,0,0,0),(51076,11443,1,1,1,12472,1,-4381.43,1560.98,152.086,3.735,300,0,0,2466,5769,0,0,0,0),(51077,11443,1,1,1,12472,1,-4492.15,1250.46,128.46,0.139626,300,0,0,2466,5769,0,0,0,0),(51078,11443,1,1,1,12472,1,-4031.64,1261.72,159.725,0.232912,300,10,0,2466,5769,1,0,0,0),(51079,11443,1,1,1,12472,1,-4451.08,1513.46,127.385,3.39415,300,10,0,2466,5769,1,0,0,0),(51080,11443,1,1,1,12472,1,-4495.46,1390.35,127.416,4.85202,300,0,0,2466,5769,0,0,0,0),(51081,11443,1,1,1,12472,1,-4384.87,1102.96,152.086,2.46091,300,0,0,2466,5769,0,0,0,0),(51082,11443,1,1,1,12472,1,-4447.75,1604.11,150.611,3.74242,300,10,0,2466,5769,1,0,0,0),(51083,11443,1,1,1,12472,1,-4417.53,1087.47,150.61,5.11326,300,10,0,2466,5769,1,0,0,0),(51084,11443,1,1,1,12472,1,-4415.42,1481.03,126.094,5.02655,300,10,0,2466,5769,1,0,0,0),(51085,11443,1,1,1,12472,1,-4479.44,1092.41,126.675,5.93412,300,0,0,2466,5769,0,0,0,0),(51086,11443,1,1,1,12472,1,-4391.37,1131.63,150.612,3.54944,300,10,0,2466,5769,1,0,0,0),(51087,11443,1,1,1,12472,1,-4046.88,884.045,159.764,2.03138,300,10,0,2466,5769,1,0,0,0),(51088,11443,1,1,1,12472,1,-4475.55,1016.34,149.94,0.623263,300,10,0,2466,5769,1,0,0,0),(51089,11443,1,1,1,12472,1,-4423.79,1365.97,124.066,0.942478,300,3,0,2466,5769,1,0,0,0),(51090,11443,1,1,1,12472,1,-3930.72,1065.45,148.343,1.93352,300,15,0,2466,5769,1,0,0,0),(51091,11443,1,1,1,12472,1,-4429.58,953.457,150.62,0.04613,300,10,0,2466,5769,1,0,0,0),(51092,11443,1,1,1,12472,1,-4488.42,1420.93,127.213,3.53214,300,15,0,2466,5769,1,0,0,0),(51093,11443,1,1,1,12472,1,-3629.6,1199.27,151.074,2.25918,300,10,0,2466,5769,1,0,0,0),(51094,11443,1,1,1,12472,1,-3666.04,1193.88,149.734,1.41562,300,10,0,2466,5769,1,0,0,0),(51095,11443,1,1,1,12472,1,-3636.2,1148.72,154.788,2.33464,300,15,0,2466,5769,1,0,0,0),(51096,11443,1,1,1,12472,1,-3604.79,1089.1,154.788,0.405904,300,0,0,2466,5769,0,0,0,0),(51097,11443,1,1,1,12472,1,-4467.08,1547.39,126.309,5.75959,300,0,0,2466,5769,0,0,0,0),(51098,11443,1,1,1,12472,1,-4024.61,881.848,159.672,5.45353,300,10,0,2466,5769,1,0,0,0),(51099,11443,1,1,1,12472,1,-4165.59,1116.31,161.269,1.5708,300,0,0,2466,5769,0,0,0,0),(51100,11443,1,1,1,12472,1,-3641.41,1117.88,154.787,5.46867,300,10,0,2466,5769,1,0,0,0),(51101,11443,1,1,1,12472,1,-3709.4,1163.22,154.789,1.44987,300,10,0,2466,5769,1,0,0,0),(51102,11443,1,1,1,12472,1,-3793.04,1171.26,154.788,1.47392,300,10,0,2466,5769,1,0,0,0),(51103,11443,1,1,1,12472,1,-4198.15,1349.25,161.258,4.60767,300,0,0,2466,5769,0,0,0,0),(51104,5299,1,1,1,3208,0,-3907.13,1603.44,129.347,0.257164,300,15,0,2488,0,1,0,0,0),(51105,5299,1,1,1,3208,0,-3850.51,1644.98,144.813,4.83293,300,3,0,2488,0,1,0,0,0),(51106,5299,1,1,1,3208,0,-3906.08,1562.18,122.138,5.39375,300,3,0,2488,0,1,0,0,0),(51107,5299,1,1,1,3208,0,-3936.08,1652.85,134.406,1.53752,300,3,0,2488,0,1,0,0,0),(51108,11443,1,1,1,12472,1,-4462.1,1312.85,125.864,3.03687,300,0,0,2466,5769,0,0,0,0),(51109,11443,1,1,1,12472,1,-4202.78,1187.64,161.26,6.26573,300,0,0,2466,5769,0,0,0,0),(51110,11443,1,1,1,12472,1,-4184.83,1151.18,161.214,3.87699,300,10,0,2466,5769,1,0,0,0),(51111,11443,1,1,1,12472,1,-4028.88,1117.55,159.696,5.65466,300,10,0,2466,5769,1,0,0,0),(51112,11443,1,1,1,12472,1,-4027.49,1008.66,159.684,2.89962,300,10,0,2466,5769,1,0,0,0),(51113,11443,1,1,1,12472,1,-4130.61,1155.34,161.258,4.67748,300,0,0,2466,5769,0,0,0,0),(51114,5299,1,1,1,3208,0,-3736.99,1814.47,159.254,6.0986,300,15,0,2488,0,1,0,0,0),(51115,11443,1,1,1,12472,1,-4033.88,1203.45,159.719,0.149505,300,10,0,2466,5769,1,0,0,0),(51116,5299,1,1,1,3208,0,-3775.82,1743.18,148.935,4.74882,300,15,0,2488,0,1,0,0,0),(51117,5299,1,1,1,3208,0,-3760.75,1785.19,154.109,1.32785,300,15,0,2488,0,1,0,0,0),(51118,11443,1,1,1,12472,1,-3849.13,1131.1,154.787,1.27103,300,10,0,2466,5769,1,0,0,0),(51119,11443,1,1,1,12472,1,-3863.98,1037.41,154.788,5.41072,300,10,0,2466,5769,1,0,0,0),(51120,11443,1,1,1,12472,1,-3886.26,1093.07,154.788,5.43741,300,10,0,2466,5769,1,0,0,0),(51121,11443,1,1,1,12472,1,-3841.27,995.417,151.13,3.68928,300,10,0,2466,5769,1,0,0,0),(51122,11443,1,1,1,12472,1,-3787.9,1019.54,154.782,1.20173,300,10,0,2466,5769,1,0,0,0),(51123,11443,1,1,1,12472,1,-3755.28,1017.17,154.775,2.77142,300,10,0,2466,5769,1,0,0,0),(51124,11443,1,1,1,12472,1,-3714.92,1015.12,154.789,5.52093,300,10,0,2466,5769,1,0,0,0),(51125,11443,1,1,1,12472,1,-3673.18,1040.93,154.788,2.40441,300,10,0,2466,5769,1,0,0,0),(51126,11443,1,1,1,12472,1,-3632.08,1036.94,154.788,1.37959,300,0,0,2466,5769,0,0,0,0),(51127,11443,1,1,1,12472,1,-3663.34,999.007,147.759,6.08058,300,10,0,2466,5769,1,0,0,0),(51128,11443,1,1,1,12472,1,-4547.9,1331.4,114.535,1.99219,300,0,0,2466,5769,2,0,0,0),(51129,11443,1,1,1,12472,1,-4614.55,1350.61,103.298,3.31786,300,15,0,2466,5769,1,0,0,0),(51130,11443,1,1,1,12472,1,-4352.83,1369.24,158.848,2.87716,300,15,0,2466,5769,1,0,0,0),(51131,11443,1,1,1,12472,1,-4346.36,1292.55,158.55,0.112702,300,10,0,2466,5769,1,0,0,0),(51132,11443,1,1,1,12472,1,-4370.48,1505.07,150.606,4.0502,300,10,0,2466,5769,1,0,0,0),(51133,11443,1,1,1,12472,1,-4306.55,1352.24,161.257,4.66003,300,0,0,2466,5769,0,0,0,0),(51134,11443,1,1,1,12472,1,-4329.23,1253.7,152.086,2.98451,300,0,0,2466,5769,0,0,0,0),(51135,11443,1,1,1,12472,1,-4233.77,1309.94,161.258,1.62316,300,0,0,2466,5769,0,0,0,0),(51136,5299,1,1,1,3208,0,-3849.15,1705.96,145.664,5.60126,300,15,0,2488,0,1,0,0,0),(51137,5299,1,1,1,3208,0,-3869.87,1650.78,137.338,6.03266,300,2,0,2488,0,1,0,0,0),(51138,5299,1,1,1,3208,0,-3821.86,1825.24,127.435,0.737961,300,3,0,2488,0,1,0,0,0),(51139,5299,1,1,1,3208,0,-3835.66,1766.09,141.016,0.381709,300,2,0,2488,0,1,0,0,0),(51140,5299,1,1,1,3208,0,-3830.09,1842.67,133.83,4.08138,300,0,0,2488,0,0,0,0,0),(51141,5299,1,1,1,3208,0,-3807.38,1810.01,135.644,5.22911,300,2,0,2488,0,1,0,0,0),(51142,5299,1,1,1,3208,0,-3839.74,1796.28,133.69,5.94247,300,2,0,2488,0,1,0,0,0),(51143,5300,1,1,1,3210,0,-5184.62,1624.39,77.3243,2.70334,300,15,0,2059,0,1,0,0,0),(51144,5300,1,1,1,3210,0,-5277.58,1411.84,34.9486,4.54202,300,30,0,2059,0,1,0,0,0),(51145,5300,1,1,1,3210,0,-5250.35,1479.61,38.0318,1.5386,300,15,0,2059,0,1,0,0,0),(51146,5300,1,1,1,3210,0,-5199.29,1597.33,59.1829,3.70682,300,15,0,2059,0,1,0,0,0),(51147,5300,1,1,1,3210,0,-5247.73,1521.11,44.1291,3.15429,300,15,0,2059,0,1,0,0,0),(51148,5300,1,1,1,3210,0,-5249.4,1585.78,56.998,2.90144,300,15,0,2059,0,1,0,0,0),(51149,5300,1,1,1,3210,0,-5225.08,1557.74,54.0511,1.95417,300,15,0,2059,0,1,0,0,0),(51150,5300,1,1,1,3210,0,-5274.45,1573.35,60.2023,1.25319,300,15,0,2059,0,1,0,0,0),(51151,5300,1,1,1,3210,0,-5213.82,1617.04,68.415,0.488118,300,15,0,2059,0,1,0,0,0),(51152,5300,1,1,1,3210,0,-5332.57,1486.3,32.844,0.613897,300,15,0,2059,0,1,0,0,0),(51153,5300,1,1,1,3210,0,-5316.55,1533.11,41.9386,4.57907,300,15,0,2059,0,1,0,0,0),(51154,5300,1,1,1,3210,0,-5368.82,1599.03,44.9101,2.20864,300,15,0,2059,0,1,0,0,0),(51155,5300,1,1,1,3210,0,-5296.65,1580.01,53.9369,2.25653,300,15,0,2059,0,1,0,0,0),(51156,5304,1,1,1,10890,0,-5677.4,1584.12,70.5386,3.76632,300,15,0,2138,0,1,0,0,0),(51157,5304,1,1,1,10890,0,-5629.46,1698.55,85.9553,3.58601,300,10,0,2138,0,1,0,0,0),(51158,5304,1,1,1,10890,0,-5811.59,1422.17,61.3251,5.06197,300,15,0,2138,0,1,0,0,0),(51159,5304,1,1,1,10890,0,-5530.57,1574.87,33.1973,0.529901,300,15,0,2138,0,1,0,0,0),(51160,5304,1,1,1,10890,0,-5435.84,1666.67,57.8963,3.14155,300,15,0,2138,0,1,0,0,0),(51161,5304,1,1,1,10890,0,-5516.33,1715.31,66.9182,0.254936,300,15,0,2138,0,1,0,0,0),(51162,5304,1,1,1,10890,0,-5517.89,1650.43,52.4655,3.00827,300,15,0,2138,0,1,0,0,0),(51163,5304,1,1,1,10890,0,-5550.81,1687.06,69.8145,1.54736,300,15,0,2138,0,1,0,0,0),(51164,5304,1,1,1,10890,0,-5472.1,1719.69,64.297,2.98062,300,15,0,2138,0,1,0,0,0),(51165,5304,1,1,1,10890,0,-5317.76,1538.36,41.1383,2.98286,300,15,0,2138,0,1,0,0,0),(51166,5304,1,1,1,10890,0,-5314.69,1551.66,43.4834,2.41835,300,15,0,2138,0,1,0,0,0),(51167,5304,1,1,1,10890,0,-5414.91,1482.43,22.8261,4.6655,300,15,0,2138,0,1,0,0,0),(51168,5304,1,1,1,10890,0,-5425.68,1546.73,29.0637,4.52572,300,15,0,2138,0,1,0,0,0),(51169,5304,1,1,1,10890,0,-5446.57,1583.74,45.0972,0.243558,300,15,0,2138,0,1,0,0,0),(51170,5304,1,1,1,10890,0,-5415.44,1615.47,49.8918,4.57919,300,15,0,2138,0,1,0,0,0),(51171,5304,1,1,1,10890,0,-5385.45,1581.69,39.8214,3.92975,300,15,0,2138,0,1,0,0,0),(51172,5304,1,1,1,10890,0,-5348.34,1619.16,44.9284,0.980853,300,15,0,2138,0,1,0,0,0),(51173,5304,1,1,1,10890,0,-5381.31,1649.94,51.2747,5.76714,300,15,0,2138,0,1,0,0,0),(51174,5304,1,1,1,10890,0,-5392.21,1705.18,60.0065,4.35945,300,0,0,2138,0,0,0,0,0),(51175,5305,1,1,1,3211,0,-5605.72,1562.21,64.091,3.12499,300,10,0,1848,1534,1,0,0,0),(51176,5305,1,1,1,3211,0,-5593.33,1567.53,62.6367,4.72997,300,10,0,1848,1534,1,0,0,0),(51177,5305,1,1,1,3211,0,-5767.73,1529.23,69.7794,3.28749,300,15,0,1848,1534,1,0,0,0),(51178,5305,1,1,1,3211,0,-5640.05,1605.01,72.5425,5.54196,300,30,0,1848,1534,1,0,0,0),(51179,5305,1,1,1,3211,0,-5802.54,1554.9,71.7976,3.97979,300,15,0,1848,1534,1,0,0,0),(51180,5305,1,1,1,3211,0,-5762.56,1552.05,68.2567,3.94356,300,30,0,1848,1534,1,0,0,0),(51181,5305,1,1,1,3211,0,-5696.3,1545.59,69.7578,6.20589,300,10,0,1848,1534,1,0,0,0),(51182,5305,1,1,1,3211,0,-5657.46,1580.76,69.9171,3.07515,300,15,0,1848,1534,1,0,0,0),(51183,5305,1,1,1,3211,0,-5670.67,1651.96,85.7964,0.266795,300,30,0,1848,1534,1,0,0,0),(51184,5305,1,1,1,3211,0,-5797.35,1452.22,57.2064,1.55763,300,15,0,1848,1534,1,0,0,0),(51185,5305,1,1,1,3211,0,-5579.15,1619.05,71.0481,6.1347,300,15,0,1848,1534,1,0,0,0),(51186,5305,1,1,1,3211,0,-5769.83,1593.28,78.387,5.35511,300,15,0,1848,1534,1,0,0,0),(51187,5305,1,1,1,3211,0,-5703.01,1627.57,82.3397,4.89504,300,15,0,1848,1534,1,0,0,0),(51188,5305,1,1,1,3211,0,-5755.76,1606.59,79.0284,2.57119,300,15,0,1848,1534,1,0,0,0),(51189,5305,1,1,1,3211,0,-5787.37,1350.91,53.752,2.35637,300,15,0,1848,1534,1,0,0,0),(51190,5305,1,1,1,3211,0,-5619.17,1681.28,84.0323,1.49615,300,30,0,1848,1534,1,0,0,0),(51191,5305,1,1,1,3211,0,-5750.8,1695.14,93.3916,1.1201,300,15,0,1848,1534,1,0,0,0),(51192,5305,1,1,1,3211,0,-5816.18,1619.95,83.5728,1.67649,300,15,0,1848,1534,1,0,0,0),(51193,5305,1,1,1,3211,0,-5781.19,1647.1,88.2136,4.45154,300,15,0,1848,1534,1,0,0,0),(51194,5305,1,1,1,3211,0,-5686.47,1682.92,91.9098,3.01046,300,15,0,1848,1534,1,0,0,0),(51195,5305,1,1,1,3211,0,-5593.26,1731.01,81.9835,1.92808,300,10,0,1848,1534,1,0,0,0),(51196,5305,1,1,1,3211,0,-5349.17,1699.51,68.7499,1.88339,300,15,0,1848,1534,1,0,0,0),(51197,5305,1,1,1,3211,0,-5480.97,1592.03,43.2797,3.15233,300,15,0,1848,1534,1,0,0,0),(51198,5305,1,1,1,3211,0,-5499.1,1683.58,52.8846,3.23057,300,15,0,1848,1534,1,0,0,0),(51199,5306,1,1,1,6756,0,-5820.67,1402.08,61.5383,1.47255,300,15,0,2399,0,1,0,0,0),(51200,5306,1,1,1,6756,0,-5701.43,1619.68,79.9467,4.33137,300,15,0,2399,0,1,0,0,0),(51201,5306,1,1,1,6756,0,-5825.23,1484.45,78.1673,2.80694,300,3,0,2399,0,1,0,0,0),(51202,5306,1,1,1,6756,0,-5707.9,1578.65,71.8258,0.282864,300,15,0,2399,0,1,0,0,0),(51203,5306,1,1,1,6756,0,-5861.65,1645.67,85.4706,2.54031,300,15,0,2399,0,1,0,0,0),(51204,5306,1,1,1,6756,0,-5851.39,1578.25,84.4092,4.18893,300,3,0,2399,0,1,0,0,0),(51205,5306,1,1,1,6756,0,-5719.62,1711.57,94.9454,4.48186,300,15,0,2399,0,1,0,0,0),(51206,5306,1,1,1,6756,0,-5653.57,1716.75,88.4331,4.27951,300,10,0,2399,0,1,0,0,0),(51207,5307,1,1,1,2699,0,-5118.16,1435.29,45.0444,2.61155,300,15,0,1902,0,1,0,0,0),(51208,5307,1,1,1,2699,0,-4905.39,1476.09,80.4212,2.44335,300,15,0,1902,0,1,0,0,0),(51209,5307,1,1,1,2699,0,-5042.79,1397.56,43.5974,6.2744,300,15,0,1902,0,1,0,0,0),(51210,5307,1,1,1,2699,0,-5246.78,1256.2,55.4796,1.18087,300,15,0,1902,0,1,0,0,0),(51211,5308,1,1,1,3204,0,-4078.23,2448.14,12.5171,1.22002,300,15,0,2228,0,1,0,0,0),(51212,5308,1,1,1,3204,0,-4047.11,2521.83,16.7351,0.619682,300,15,0,2228,0,1,0,0,0),(51213,5308,1,1,1,3204,0,-4051.15,2385.79,8.53797,3.51334,300,10,0,2228,0,1,0,0,0),(51214,5308,1,1,1,3204,0,-4041.02,2324.91,14.6206,0.679472,300,15,0,2228,0,1,0,0,0),(51215,5308,1,1,1,3204,0,-4543.16,1572.12,102.691,6.05763,300,15,0,2228,0,1,0,0,0),(51216,5308,1,1,1,3204,0,-4534,1747.22,91.8212,3.56071,300,15,0,2228,0,1,0,0,0),(51217,5308,1,1,1,3204,0,-4948.48,2113.07,16.697,2.88841,300,15,0,2228,0,1,0,0,0),(51218,5308,1,1,1,3204,0,-5111.59,2114.51,24.3828,3.40276,300,15,0,2228,0,1,0,0,0),(51219,5308,1,1,1,3204,0,-4646.01,1807.62,94.2625,4.42335,300,15,0,2228,0,1,0,0,0),(51220,5308,1,1,1,3204,0,-4677.74,2005.94,8.60815,5.22281,300,15,0,2228,0,1,0,0,0),(51221,5308,1,1,1,3204,0,-4595.75,1488.38,99.5787,5.152,300,15,0,2228,0,1,0,0,0),(51222,5308,1,1,1,3204,0,-4733.54,1342.7,86.8538,0.819404,300,10,0,2228,0,1,0,0,0),(51223,5308,1,1,1,3204,0,-4672.22,1215.62,94.9279,2.61958,300,10,0,2228,0,1,0,0,0),(51224,5308,1,1,1,3204,0,-4190.34,2212.82,6.37323,4.15317,300,15,0,2228,0,1,0,0,0),(51225,5308,1,1,1,3204,0,-4112.99,2244.6,10.0547,5.18352,300,15,0,2228,0,1,0,0,0),(51226,5308,1,1,1,3204,0,-4250.61,2206.5,9.29555,0.481077,300,15,0,2228,0,1,0,0,0),(51227,5308,1,1,1,3204,0,-4572.67,2206.2,4.7817,5.41275,300,15,0,2228,0,1,0,0,0),(51228,5308,1,1,1,3204,0,-4647.57,2254.11,5.05813,5.87022,300,15,0,2228,0,1,0,0,0),(51229,5308,1,1,1,3204,0,-4612.41,2187.43,2.8025,0.179162,300,15,0,2228,0,1,0,0,0),(51230,5308,1,1,1,3204,0,-4685.12,2235.65,8.97697,1.8368,300,15,0,2228,0,1,0,0,0),(51231,7870,1,1,1,6919,1,-4523.55,-772.933,-40.9368,0.331613,300,0,0,2769,0,0,0,0,0),(51232,4544,1,1,1,4204,1,-4346.8,163.777,34.1652,4.38078,300,0,0,1536,0,0,0,0,0),(51233,5312,1,1,1,7553,0,-2929.41,1936.47,32.0531,0.526529,600,0,0,80925,0,2,0,0,0),(51234,7875,1,1,1,6983,1,-4334.14,235.574,25.7076,3.22886,600,0,0,8909,0,0,0,0,0),(51235,7877,1,1,1,6988,0,-4505.91,3330.33,14.1252,0.645772,300,0,0,3758,0,0,0,0,0),(51236,11717,1,1,1,11692,0,-4406.39,3186.87,58.6435,5.25344,300,0,0,2059,0,0,0,0,0),(51237,5317,1,1,1,7974,0,-2837.16,1663.72,34.3553,6.03803,600,15,0,62875,24860,1,0,0,0),(51238,5317,1,1,1,7974,0,-2847.97,2083.64,39.4078,5.69385,600,2,0,62875,24860,1,0,0,0),(51239,5317,1,1,1,7974,0,-2939.1,2078.28,30.0111,5.39309,600,2,0,62875,24860,1,0,0,0),(51240,5317,1,1,1,7974,0,-2727.16,1867.88,35.2998,2.05891,600,2,0,62875,24860,1,0,0,0),(51241,5317,1,1,1,7974,0,-3050.19,1713.52,36.5682,0.434808,600,15,0,62875,24860,1,0,0,0),(51242,5317,1,1,1,7974,0,-2783.29,1783.1,31.7774,5.1343,600,2,0,62875,24860,1,0,0,0),(51243,5317,1,1,1,7974,0,-2679.99,1958.7,29.6939,3.11617,600,2,0,62875,24860,1,0,0,0),(51244,5317,1,1,1,7974,0,-2924.57,1844.73,33.064,0.701829,600,2,0,62875,24860,1,0,0,0),(51245,5317,1,1,1,7974,0,-3130.09,1693.26,49.8538,2.00258,600,15,0,62875,24860,1,0,0,0),(51246,5317,1,1,1,7974,0,-2834.08,1917.16,32.009,5.50662,600,15,0,62875,24860,1,0,0,0),(51247,5317,1,1,1,7974,0,-3117.38,1789.5,40.1409,5.15462,600,2,0,62875,24860,1,0,0,0),(51248,5317,1,1,1,7974,0,-3114.44,1949.67,35.2513,5.75399,600,2,0,62875,24860,1,0,0,0),(51249,5317,1,1,1,7974,0,-3121.64,1880.16,41.5756,0.999048,600,0,0,62875,24860,0,0,0,0),(51250,5317,1,1,1,7974,0,-3201.39,1901.78,49.3696,0,600,0,0,62875,24860,0,0,0,0),(51251,5317,1,1,1,7974,0,-2716.82,1909.08,38.3583,4.25966,600,2,0,62875,24860,1,0,0,0),(51252,5317,1,1,1,7974,0,-2735.24,2077.16,35.1143,2.00648,600,2,0,62875,24860,1,0,0,0),(51253,5317,1,1,1,7974,0,-2716.81,1646.22,40.4159,5.45362,600,15,0,62875,24860,1,0,0,0),(51254,5317,1,1,1,7974,0,-2627.72,1784.56,28.8405,4.5535,600,15,0,62875,24860,1,0,0,0),(51255,5317,1,1,1,7974,0,-3096.3,2039.67,40.77,4.15203,600,15,0,62875,24860,1,0,0,0),(51256,5317,1,1,1,7974,0,-2844.29,1785.89,33.9902,6.14405,600,2,0,62875,24860,1,0,0,0),(51257,7878,1,1,1,6986,0,-4454.42,3351.35,14.9415,3.9619,300,0,0,2718,2117,0,0,0,0),(51258,7879,1,1,1,6984,0,-4395.55,3186.61,58.6435,3.35103,300,0,0,2718,2117,0,0,0,0),(51259,5319,1,1,1,625,0,-2853.02,1693.06,30.499,2.17776,600,15,0,76300,0,1,0,0,0),(51260,5319,1,1,1,625,0,-2851.57,2088.13,42.1382,5.75919,600,2,0,76300,0,1,0,0,0),(51261,5319,1,1,1,625,0,-2717.6,1846.97,33.7834,0.630966,600,2,0,76300,0,1,0,0,0),(51262,5319,1,1,1,625,0,-3052.64,1720.99,34.8531,3.32311,600,15,0,76300,0,1,0,0,0),(51263,5319,1,1,1,625,0,-2782.99,1775.32,30.7901,1.84366,600,2,0,76300,0,1,0,0,0),(51264,5319,1,1,1,625,0,-2695.2,1936.33,29.3092,3.82959,600,2,0,76300,0,1,0,0,0),(51265,5319,1,1,1,625,0,-2921.87,1857.79,33.8178,0.040993,600,2,0,76300,0,1,0,0,0),(51266,5319,1,1,1,625,0,-3132.39,1690.71,48.6395,1.98404,600,0,0,76300,0,0,0,0,0),(51267,5319,1,1,1,625,0,-2857.9,1921.55,36.4524,0.531741,600,2,0,76300,0,1,0,0,0),(51268,5319,1,1,1,625,0,-3120.56,1778.15,41.9014,5.70602,600,2,0,76300,0,1,0,0,0),(51269,5319,1,1,1,625,0,-3126.14,1945.33,36.5192,0.95895,600,2,0,76300,0,1,0,0,0),(51270,5319,1,1,1,625,0,-3117.99,1884.63,36.9998,0.411197,600,0,0,76300,0,0,0,0,0),(51271,5319,1,1,1,625,0,-3204.86,1900.21,49.2446,3.15905,600,0,0,76300,0,0,0,0,0),(51272,5319,1,1,1,625,0,-2717.97,1919.55,35.7941,2.59667,600,2,0,76300,0,1,0,0,0),(51273,5319,1,1,1,625,0,-2725.22,2087.18,37.7317,5.04986,600,2,0,76300,0,1,0,0,0),(51274,5319,1,1,1,625,0,-2698.27,1663.48,41.5445,0.87184,600,15,0,76300,0,1,0,0,0),(51275,5319,1,1,1,625,0,-2628.98,1787.04,27.4655,3.14415,600,15,0,76300,0,1,0,0,0),(51276,5319,1,1,1,625,0,-3109.61,2031.78,39.1529,3.95185,600,2,0,76300,0,1,0,0,0),(51277,5319,1,1,1,625,0,-2851.21,1791.71,31.3023,5.48466,600,2,0,76300,0,1,0,0,0),(51278,5319,1,1,1,625,0,-3018.17,2087.76,28.7643,0.211366,600,15,0,76300,0,1,0,0,0),(51279,7880,1,1,1,6990,0,-4457.71,3227.39,23.2019,0.314159,300,0,0,3398,0,0,0,0,0),(51280,5320,1,1,1,12509,1,-2851.83,1685.53,36.4012,4.96092,600,15,0,80925,0,1,0,0,0),(51281,5320,1,1,1,12509,1,-2840.29,2068.61,38.7391,4.49229,600,2,0,80925,0,1,0,0,0),(51282,5320,1,1,1,12509,1,-2939.23,2080.73,30.0898,6.12695,600,2,0,80925,0,1,0,0,0),(51283,5320,1,1,1,12509,1,-2941.5,2078.56,30.2621,4.67114,600,2,0,80925,0,1,0,0,0),(51284,5320,1,1,1,12509,1,-2713.67,1853.18,33.2834,1.06015,600,2,0,80925,0,1,0,0,0),(51285,5320,1,1,1,12509,1,-3058.29,1717.95,36.5259,4.18017,600,15,0,80925,0,1,0,0,0),(51286,5320,1,1,1,12509,1,-2784.49,1785.99,32.509,2.7253,600,2,0,80925,0,1,0,0,0),(51287,5320,1,1,1,12509,1,-2684.5,1955.75,29.5732,0.308497,600,2,0,80925,0,1,0,0,0),(51288,5320,1,1,1,12509,1,-2915.53,1854.39,34.4333,1.25996,600,2,0,80925,0,1,0,0,0),(51289,5320,1,1,1,12509,1,-3123.47,1700.29,49.8576,1.16338,600,0,0,80925,0,0,0,0,0),(51290,5320,1,1,1,12509,1,-2845.57,1929.27,34.009,1.02409,600,15,0,80925,0,1,0,0,0),(51291,5320,1,1,1,12509,1,-3126.57,1782.01,43.2673,3.35967,600,2,0,80925,0,1,0,0,0),(51292,5320,1,1,1,12509,1,-3102.69,1940.71,29.0269,5.80995,600,2,0,80925,0,1,0,0,0),(51293,5320,1,1,1,12509,1,-3108.6,1878.8,40.0893,3.37235,600,2,0,80925,0,1,0,0,0),(51294,5320,1,1,1,12509,1,-3203.08,1896.9,49.2757,0,600,0,0,80925,0,0,0,0,0),(51295,5320,1,1,1,12509,1,-2718.63,1927.12,33.3663,0.482393,600,2,0,80925,0,1,0,0,0),(51296,5320,1,1,1,12509,1,-2712.01,2071.96,36.7464,4.75075,600,2,0,80925,0,1,0,0,0),(51297,5320,1,1,1,12509,1,-2621.93,1792.67,28.3405,3.00114,600,15,0,80925,0,1,0,0,0),(51298,5320,1,1,1,12509,1,-3097.92,2024.38,38.1591,6.26663,600,2,0,80925,0,1,0,0,0),(51299,5320,1,1,1,12509,1,-2847.77,1777.42,33.3509,3.66716,600,2,0,80925,0,1,0,0,0),(51300,8136,1,1,1,11257,1,-5631.35,3461,2.60498,0.277444,300,0,0,1990,1640,0,0,0,0),(51301,8142,1,1,1,7357,1,-4325.8,160.51,34.2028,3.7001,300,0,0,2658,0,0,0,0,0),(51302,8143,1,1,1,7358,0,-4400.11,194.325,26.5111,0.733038,300,0,0,2566,0,0,0,0,0),(51303,5327,1,1,1,3215,0,-4757.31,2949.98,-24.6464,3.02716,300,15,0,1782,0,1,0,0,0),(51304,5327,1,1,1,3215,0,-4620.26,2938.31,-33.5726,4.41691,300,15,0,1782,0,1,0,0,0),(51305,5327,1,1,1,3215,0,-4461.04,2685.68,-23.0705,4.67917,300,15,0,1782,0,1,0,0,0),(51306,5327,1,1,1,3215,0,-4681.89,2859.47,-45.2277,1.52781,300,15,0,1782,0,1,0,0,0),(51307,5327,1,1,1,3215,0,-3855.01,3131.27,-1.88978,3.3122,300,15,0,1782,0,1,0,0,0),(51308,5327,1,1,1,3215,0,-4322.24,2818.75,-38.0676,3.17673,300,15,0,1782,0,1,0,0,0),(51309,5327,1,1,1,3215,0,-4407.7,2885.54,-58.9974,3.11035,300,15,0,1782,0,1,0,0,0),(51310,5327,1,1,1,3215,0,-4607.08,2689.4,-50.2809,5.04859,300,15,0,1782,0,1,0,0,0),(51311,5327,1,1,1,3215,0,-4309.28,2885.11,-39.4118,3.36195,300,15,0,1782,0,1,0,0,0),(51312,5327,1,1,1,3215,0,-5119.95,3488.13,-38.3127,5.68027,300,15,0,1782,0,1,0,0,0),(51313,5327,1,1,1,3215,0,-4490.46,2807.9,-53.9923,4.4254,300,15,0,1782,0,1,0,0,0),(51314,5327,1,1,1,3215,0,-5111.34,3631.68,-29.009,0.304723,300,15,0,1782,0,1,0,0,0),(51315,5327,1,1,1,3215,0,-4975.73,3079.62,-35.6281,1.52001,300,15,0,1782,0,1,0,0,0),(51316,5327,1,1,1,3215,0,-4785.53,2981.33,-27.8614,1.85982,300,15,0,1782,0,1,0,0,0),(51317,5328,1,1,1,3900,0,-4547.81,2766.21,-52.42,4.67721,300,15,0,1373,1432,1,0,0,0),(51318,5328,1,1,1,3900,0,-4781.48,2884.62,-39.8277,3.1321,300,15,0,1373,1432,1,0,0,0),(51319,5328,1,1,1,3900,0,-3983.83,3089.97,-2.02992,5.79832,300,15,0,1373,1432,1,0,0,0),(51320,8144,1,1,1,7360,1,-4360.9,266.103,26.4007,5.81195,300,0,0,2750,0,0,0,0,0),(51322,5328,1,1,1,3900,0,-4344.75,2685.48,-49.5127,3.22279,300,15,0,1373,1432,1,0,0,0),(51324,5328,1,1,1,3900,0,-4822.6,2945.89,-40.5619,0.207872,300,15,0,1373,1432,1,0,0,0),(51325,5328,1,1,1,3900,0,-4354.85,2921.69,-39.3814,5.46189,300,15,0,1373,1432,1,0,0,0),(51326,5328,1,1,1,3900,0,-4938.92,3793.96,-7.53991,3.88276,300,15,0,1373,1432,1,0,0,0),(51327,5328,1,1,1,3900,0,-4646.4,3788.4,-5.42175,4.65864,300,15,0,1373,1432,1,0,0,0),(51328,5328,1,1,1,3900,0,-5193.31,3276.62,-37.5239,6.03063,300,15,0,1373,1432,1,0,0,0),(51329,5328,1,1,1,3900,0,-3921.42,3165.45,-2.0047,1.54977,300,15,0,1373,1432,1,0,0,0),(51330,5328,1,1,1,3900,0,-5181.56,3544.45,-38.0957,1.05383,300,15,0,1373,1432,1,0,0,0),(51331,5328,1,1,1,3900,0,-4622.42,2828.12,-54.1297,3.53098,300,15,0,1373,1432,1,0,0,0),(51332,5328,1,1,1,3900,0,-4424.59,2755.2,-43.3472,0.767474,300,15,0,1373,1432,1,0,0,0),(51333,5328,1,1,1,3900,0,-3750.58,3183.3,-7.56518,6.27045,300,15,0,1373,1432,1,0,0,0),(51334,5328,1,1,1,3900,0,-5100.27,3212.96,-37.6231,0.130165,300,15,0,1373,1432,1,0,0,0),(51335,5328,1,1,1,3900,0,-4539.34,2629.34,-58.7633,1.27406,300,15,0,1373,1432,1,0,0,0),(51336,5328,1,1,1,3900,0,-4443.08,3719.85,1.61798,1.9912,300,15,0,1373,1432,1,0,0,0),(51337,4048,1,1,1,4201,0,-4524.14,-787.884,-41.5917,5.0091,300,0,0,896,0,0,0,0,0),(51338,721,1,1,1,4626,0,-3642.12,1942.72,82.4704,4.94782,300,15,0,1,0,1,0,0,0),(51339,721,1,1,1,328,0,-3533.84,2234.49,35.7979,4.34587,300,0,0,1,0,0,0,0,0),(51340,8145,1,1,1,7359,0,-4346.28,264.606,26.4007,3.94444,300,0,0,2658,0,0,0,0,0),(51341,12497,1,1,1,7553,0,-2702.4,1877.4,33.1566,1.16705,600,0,0,80925,0,2,0,0,0),(51342,721,1,1,1,4626,0,-4469.45,751.873,115.419,1.69019,300,15,0,1,0,1,0,0,0),(51343,721,1,1,1,4626,0,-5588.54,1136.06,61.9441,5.81517,300,3,0,1,0,1,0,0,0),(51346,721,1,1,1,328,0,-5222.32,178.683,64.8089,0.785931,300,15,0,1,0,1,0,0,0),(51376,721,1,1,1,328,0,-4946.27,1164.99,73.6009,3.72952,300,3,0,1,0,1,0,0,0),(51377,8146,1,1,1,7361,0,-4374.44,161.097,25.6168,3.64774,300,0,0,2658,0,0,0,0,0),(51378,8147,1,1,1,7365,1,-4363.74,252.533,25.532,4.04916,300,0,0,7048,0,0,0,0,0),(51379,8147,1,1,1,7363,1,-4405.5,211.071,25.6944,6.07375,300,0,0,7048,0,0,0,0,0),(51380,8147,1,1,1,7364,1,-4398.25,158.475,25.1901,6.24828,300,0,0,7048,0,0,0,0,0),(51399,8147,1,1,1,7364,1,-4300.97,170.579,35.4624,0.224036,300,15,0,7048,0,1,0,0,0),(51400,8147,1,1,1,7366,1,-4470.09,297.526,39.4163,2.11185,300,0,0,7048,0,0,0,0,0),(51401,8147,1,1,1,7363,1,-4334.97,146.702,33.9729,3.00197,300,0,0,7048,0,0,0,0,0),(51404,5331,1,1,1,9135,1,-4681.5,3131.01,1.02884,1.77145,300,15,0,1981,0,1,0,0,0),(51405,8147,1,1,1,7363,1,-4462.28,309.811,40.24,2.94961,300,0,0,7048,0,0,0,0,0),(51406,8147,1,1,1,7364,1,-4364.39,114.366,33.1595,3.40339,300,0,0,7048,0,0,0,0,0),(51407,8147,1,1,1,7364,1,-4394.74,252.005,25.8666,4.90481,300,3,0,7048,0,1,0,0,0),(51408,8147,1,1,1,7364,1,-4529.83,326.051,34.4397,2.11185,300,0,0,7048,0,0,0,0,0),(51409,8147,1,1,1,7364,1,-4353,161.083,34.3479,4.00103,300,3,0,7048,0,1,0,0,0),(51410,8147,1,1,1,7365,1,-4346.71,241.383,25.7883,3.4383,300,0,0,7048,0,0,0,0,0),(51411,8147,1,1,1,7363,1,-4378.3,223.616,25.8943,0.293048,300,3,0,7048,0,1,0,0,0),(51412,8147,1,1,1,7364,1,-4403.02,269.403,25.3358,4.90178,300,0,0,7048,0,2,0,0,0),(51413,8147,1,1,1,7365,1,-4374.96,116.751,32.7736,5.53269,300,0,0,7048,0,0,0,0,0),(51463,5331,1,1,1,9135,1,-5017.31,3151.27,-1.60726,4.33661,300,15,0,1981,0,1,0,0,0),(51464,5331,1,1,1,9135,1,-4752.37,3113.37,0.20076,1.30806,300,15,0,1981,0,1,0,0,0),(51465,8147,1,1,1,7365,1,-4338.26,18.4199,54.3668,4.72984,300,0,0,7048,0,0,0,0,0),(51466,8147,1,1,1,7364,1,-4435.72,260.776,38.8823,6.0912,300,0,0,7048,0,0,0,0,0),(51467,8147,1,1,1,7363,1,-4523.56,337.528,35.6335,2.6529,300,0,0,7048,0,0,0,0,0),(51468,8147,1,1,1,7365,1,-4352.09,14.3962,54.1168,5.21853,300,0,0,7048,0,0,0,0,0),(51469,5331,1,1,1,9135,1,-5018.89,3526.5,0.842911,4.6655,300,15,0,1981,0,1,0,0,0),(51470,5331,1,1,1,9135,1,-5032.05,3379.82,-1.37139,0.246276,300,15,0,1981,0,1,0,0,0),(51471,5331,1,1,1,9135,1,-4869.04,3626.04,14.2064,3.14159,300,15,0,1981,0,1,0,0,0),(51472,5331,1,1,1,9135,1,-4853.22,3618.27,16.4186,2.99115,300,15,0,1981,0,1,0,0,0),(51473,5331,1,1,1,9135,1,-4921.24,3616.22,10.1793,0.541444,300,15,0,1981,0,1,0,0,0),(51474,5331,1,1,1,9135,1,-4879.06,3580.12,12.3402,4.66304,300,15,0,1981,0,1,0,0,0),(51476,5331,1,1,1,9135,1,-4658.54,3672.48,12.5463,0.404251,300,0,0,1981,0,0,0,0,0),(51478,5331,1,1,1,9135,1,-4757.7,3445.52,13.6235,1.48046,300,15,0,1981,0,1,0,0,0),(51481,5331,1,1,1,9135,1,-4720,3438.58,22.4368,4.41388,300,15,0,1981,0,1,0,0,0),(51482,5331,1,1,1,9135,1,-4887.45,3414.36,14.3927,3.86832,300,15,0,1981,0,1,0,0,0),(51483,5331,1,1,1,9135,1,-4848.16,3386.87,18.4704,0.588003,300,15,0,1981,0,1,0,0,0),(51484,5331,1,1,1,9135,1,-4826.41,3384.77,14.9043,3.36352,300,15,0,1981,0,1,0,0,0),(51485,5331,1,1,1,9135,1,-4783.15,3584.55,10.1398,2.86894,300,0,0,1981,0,2,0,0,0),(51486,5332,1,1,1,4922,1,-4898.55,3106.32,-1.49496,0.340032,300,15,0,1902,0,1,0,0,0),(51487,5332,1,1,1,4922,1,-4989.46,3588.26,1.58314,3.72174,300,15,0,1902,0,1,0,0,0),(51488,5332,1,1,1,4922,1,-4976.06,3406.51,1.36813,4.34962,300,15,0,1902,0,1,0,0,0),(51489,5332,1,1,1,4922,1,-4912.15,3544.45,23.0724,0.167716,300,15,0,1902,0,1,0,0,0),(51490,5332,1,1,1,4922,1,-4917.19,3511.46,22.6291,4.71239,300,15,0,1902,0,1,0,0,0),(51491,5332,1,1,1,4922,1,-4815.06,3591.01,10.3351,1.83449,300,0,0,1902,0,2,0,0,0),(51492,5333,1,1,1,11258,1,-5535.47,3543.22,1.36467,3.32504,300,3,0,1711,1483,1,0,0,0),(51493,5333,1,1,1,11258,1,-5518.94,3476.75,-5.1869,6.10594,300,15,0,1711,1483,1,0,0,0),(51494,5333,1,1,1,11258,1,-5689.63,3647.1,-14.2447,1.97763,300,3,0,1711,1483,1,0,0,0),(51495,5333,1,1,1,11258,1,-5702.55,3629.45,-16.1146,5.77528,300,3,0,1711,1483,1,0,0,0),(51496,5333,1,1,1,11258,1,-5728.89,3721.46,-6.99065,0.133858,300,0,0,1711,1483,0,0,0,0),(51497,5333,1,1,1,11258,1,-5736.83,3692.17,-9.68723,1.70693,300,3,0,1711,1483,1,0,0,0),(51498,5333,1,1,1,11258,1,-5284.89,3672.9,8.7677,4.95734,300,15,0,1711,1483,1,0,0,0),(51499,5333,1,1,1,11258,1,-5520.35,3557.96,19.9676,5.26154,300,3,0,1711,1483,1,0,0,0),(51500,5333,1,1,1,11258,1,-5537.79,3510.62,11.1719,2.1672,300,3,0,1711,1483,1,0,0,0),(51501,5333,1,1,1,11258,1,-5566.51,3534.36,21.1221,0.362897,300,3,0,1711,1483,1,0,0,0),(51502,5333,1,1,1,11258,1,-5443.13,3653.95,-2.36563,4.42095,300,15,0,1711,1483,1,0,0,0),(51503,5333,1,1,1,11258,1,-5489.31,3625.31,1.59452,4.83202,300,3,0,1711,1483,1,0,0,0),(51504,5333,1,1,1,11258,1,-5507.11,3614.23,-3.47024,3.55624,300,3,0,1711,1483,1,0,0,0),(51505,5333,1,1,1,11258,1,-5546.29,3605.78,-11.7163,5.07841,300,0,0,1711,1483,2,0,0,0),(51506,5333,1,1,1,11258,1,-5549.73,3625.96,-14.3333,1.72229,300,15,0,1711,1483,1,0,0,0),(51507,5333,1,1,1,11258,1,-5540.75,3584.14,-14.0487,2.1046,300,3,0,1711,1483,1,0,0,0),(51508,5333,1,1,1,11258,1,-5563.11,3590.93,-10.9699,1.51239,300,3,0,1711,1483,1,0,0,0),(51509,5333,1,1,1,11258,1,-5528.11,3604,-11.6214,0.752806,300,3,0,1711,1483,1,0,0,0),(51510,5333,1,1,1,11258,1,-5519.01,3547.6,-11.2145,2.79848,300,3,0,1711,1483,1,0,0,0),(51511,5333,1,1,1,11258,1,-5569.6,3573.92,-9.86309,5.63884,300,0,0,1711,1483,2,0,0,0),(51512,5333,1,1,1,11258,1,-5512.08,3536.03,-7.74286,0.187631,300,3,0,1711,1483,1,0,0,0),(51513,5333,1,1,1,11258,1,-5529.29,3563.92,-15.3139,4.47838,300,3,0,1711,1483,1,0,0,0),(51514,5333,1,1,1,11258,1,-5599.2,3535.43,0.657735,4.21553,300,3,0,1711,1483,1,0,0,0),(51515,5333,1,1,1,11258,1,-5625.56,3527.32,4.49059,1.32632,300,3,0,1711,1483,1,0,0,0),(51516,5333,1,1,1,11258,1,-5605.55,3500.56,4.86456,4.06044,300,3,0,1711,1483,1,0,0,0),(51517,5333,1,1,1,11258,1,-5627.47,3552.68,6.56256,3.99213,300,3,0,1711,1483,1,0,0,0),(51518,5333,1,1,1,11258,1,-5622.55,3468.16,0.310423,2.5598,300,0,0,1711,1483,0,0,0,0),(51519,5333,1,1,1,11258,1,-5648.74,3511.69,-0.522682,1.8326,300,3,0,1711,1483,1,0,0,0),(51520,5333,1,1,1,11258,1,-5630.16,3451.06,3.58352,2.46091,300,3,0,1711,1483,1,0,0,0),(51521,5334,1,1,1,9134,1,-5346.69,3824.88,1.28889,4.4757,300,15,0,2406,0,1,0,0,0),(51522,5334,1,1,1,9134,1,-5275.15,3745.74,-3.22962,0.045743,300,15,0,2406,0,1,0,0,0),(51523,5334,1,1,1,9134,1,-5254.13,3720.07,-6.52877,1.82977,300,15,0,2406,0,1,0,0,0),(51524,5334,1,1,1,9134,1,-5331.13,3764.66,8.36526,0.616211,300,15,0,2406,0,1,0,0,0),(51525,5334,1,1,1,9134,1,-5316.92,3650.34,9.57636,0.896107,300,10,0,2406,0,1,0,0,0),(51526,5334,1,1,1,9134,1,-5274.06,3626.58,3.74106,0.482964,300,15,0,2406,0,1,0,0,0),(51527,5334,1,1,1,9134,1,-5384.78,3595.34,37.6586,5.99416,300,15,0,2406,0,1,0,0,0),(51528,5334,1,1,1,9134,1,-5318.9,3684.17,8.00645,2.62109,300,15,0,2406,0,1,0,0,0),(51529,5334,1,1,1,9134,1,-5344.61,3548.3,11.2377,2.09648,300,10,0,2406,0,1,0,0,0),(51530,5334,1,1,1,9134,1,-5317.24,3583.36,8.77296,5.61897,300,10,0,2406,0,1,0,0,0),(51531,5334,1,1,1,9134,1,-5242.77,3517.78,-9.02485,6.27013,300,15,0,2406,0,1,0,0,0),(51532,5335,1,1,1,5029,1,-4920.31,3155.4,-1.51835,2.12604,300,15,0,1522,1332,1,0,0,0),(51533,5335,1,1,1,5029,1,-4981.29,3129.12,-2.69145,1.7553,300,15,0,1522,1332,1,0,0,0),(51534,5335,1,1,1,5029,1,-5005.55,3277.67,-0.369885,0.797654,300,15,0,1522,1332,1,0,0,0),(51535,5335,1,1,1,5029,1,-4953.62,3648.33,11.1413,2.90514,300,15,0,1522,1332,1,0,0,0),(51536,5335,1,1,1,5029,1,-4880.99,3333.17,16.258,5.60706,300,15,0,1522,1332,1,0,0,0),(51537,5335,1,1,1,5029,1,-4922.49,3387.4,8.20032,3.45393,300,10,0,1522,1332,1,0,0,0),(51538,5335,1,1,1,5029,1,-4869.92,3557.31,22.5488,3.12152,300,15,0,1522,1332,1,0,0,0),(51539,5335,1,1,1,5029,1,-4854.35,3555.69,21.4134,0.86209,300,15,0,1522,1332,1,0,0,0),(51540,5335,1,1,1,5029,1,-4854.91,3520.46,23.2564,6.09364,300,15,0,1522,1332,1,0,0,0),(51541,5335,1,1,1,5029,1,-4881.77,3683.45,14.2318,1.8326,300,0,0,1522,1332,0,0,0,0),(51542,5335,1,1,1,5029,1,-4832.07,3661.24,11.2895,1.56534,300,0,0,1522,1332,0,0,0,0),(51543,5335,1,1,1,5029,1,-4690.55,3673.3,12.585,0.689988,300,0,0,1522,1332,0,0,0,0),(51544,5335,1,1,1,5029,1,-4709.96,3587.5,12.3178,3.14159,300,0,0,1522,1332,0,0,0,0),(51545,5335,1,1,1,5029,1,-4777.91,3496.47,10.7718,2.03226,300,0,0,1522,1332,0,0,0,0),(51546,5335,1,1,1,5029,1,-4804.19,3455.31,12.7959,4.21996,300,15,0,1522,1332,1,0,0,0),(51547,5335,1,1,1,5029,1,-4824.24,3458.26,10.8458,5.44666,300,15,0,1522,1332,1,0,0,0),(51548,5335,1,1,1,5029,1,-4853.66,3413.62,13.7022,4.82391,300,15,0,1522,1332,1,0,0,0),(51549,5335,1,1,1,5029,1,-4755.51,3421.59,16.0581,3.12254,300,15,0,1522,1332,1,0,0,0),(51550,5335,1,1,1,5029,1,-4712.42,3461.69,21.1868,1.22705,300,15,0,1522,1332,1,0,0,0),(51551,5335,1,1,1,5029,1,-4887.35,3452.43,15.4875,2.31651,300,15,0,1522,1332,1,0,0,0),(51552,5335,1,1,1,5029,1,-4919.15,3416.27,5.82497,3.67865,300,15,0,1522,1332,1,0,0,0),(51553,5335,1,1,1,5029,1,-4813.53,3522.13,9.13376,2.89663,300,15,0,1522,1332,1,0,0,0),(51554,5336,1,1,1,11260,1,-5513.06,3498.78,-6.19077,4.47914,300,15,0,1441,3575,1,0,0,0),(51557,5336,1,1,1,11260,1,-5258.91,3789.25,-9.16982,1.58547,300,15,0,1441,3575,1,0,0,0),(51607,5336,1,1,1,11260,1,-5473.1,3721.66,35.7189,1.91827,300,15,0,1441,3575,1,0,0,0),(51608,5336,1,1,1,11260,1,-5500.2,3479.22,-5.87563,4.27298,300,15,0,1441,3575,1,0,0,0),(51625,5336,1,1,1,11260,1,-5306.15,3713.47,9.07296,2.4116,300,15,0,1441,3575,1,0,0,0),(51626,5336,1,1,1,11260,1,-5396.49,3749.37,37.8823,0.640049,300,15,0,1441,3575,1,0,0,0),(51628,5336,1,1,1,11260,1,-5279.1,3553.95,0.37278,0.809901,300,15,0,1441,3575,1,0,0,0),(51634,5336,1,1,1,11260,1,-5249.34,3643.07,-0.802699,4.61179,300,15,0,1441,3575,1,0,0,0),(51635,5336,1,1,1,11260,1,-5708.73,3655.69,-13.8725,6.03884,300,3,0,1441,3575,1,0,0,0),(51636,5336,1,1,1,11260,1,-5714.47,3692.07,-10.0462,4.50044,300,3,0,1441,3575,1,0,0,0),(51637,5336,1,1,1,11260,1,-5752.35,3711.77,-7.00867,5.32636,300,0,0,1441,3575,0,0,0,0),(51638,5336,1,1,1,11260,1,-5274.53,3687.23,4.97382,3.35719,300,15,0,1441,3575,1,0,0,0),(51642,5336,1,1,1,11260,1,-5555.81,3493.89,8.08906,5.60159,300,3,0,1441,3575,1,0,0,0),(51643,5336,1,1,1,11260,1,-5545.29,3522.94,10.8196,2.44068,300,3,0,1441,3575,1,0,0,0),(51645,5336,1,1,1,11260,1,-5520.13,3539.6,17.195,3.95282,300,3,0,1441,3575,1,0,0,0),(51650,5336,1,1,1,11260,1,-5582.83,3527.43,19.1915,4.01738,300,3,0,1441,3575,1,0,0,0),(51652,5336,1,1,1,11260,1,-5536.46,3563.1,18.1086,2.68619,300,3,0,1441,3575,1,0,0,0),(51653,5336,1,1,1,11260,1,-5567.77,3512.14,19.2333,0.312691,300,3,0,1441,3575,1,0,0,0),(51654,5336,1,1,1,11260,1,-5564.13,3551.71,17.4435,2.07631,300,0,0,1441,3575,2,0,0,0),(51655,5336,1,1,1,11260,1,-5352.24,3666.74,7.99422,4.27712,300,15,0,1441,3575,1,0,0,0),(51656,5336,1,1,1,11260,1,-5425.73,3676.78,2.58515,0.336484,300,0,0,1441,3575,2,0,0,0),(51657,5336,1,1,1,11260,1,-5414.8,3685.59,7.19557,1.62931,300,15,0,1441,3575,1,0,0,0),(51658,5336,1,1,1,11260,1,-5452.34,3681.27,1.27347,3.4093,300,15,0,1441,3575,1,0,0,0),(51659,5336,1,1,1,11260,1,-5470.71,3645.31,-2.22075,4.01982,300,15,0,1441,3575,1,0,0,0),(51660,5336,1,1,1,11260,1,-5588.85,3576.45,-5.97508,4.49873,300,3,0,1441,3575,1,0,0,0),(51661,5336,1,1,1,11260,1,-5586.67,3561.97,-5.02474,1.32192,300,3,0,1441,3575,1,0,0,0),(51662,5336,1,1,1,11260,1,-5585.85,3487.01,4.9629,3.60479,300,3,0,1441,3575,1,0,0,0),(51663,5336,1,1,1,11260,1,-5639.16,3491.41,0.282835,5.586,300,3,0,1441,3575,1,0,0,0),(51664,5336,1,1,1,11260,1,-5640.04,3465.82,3.46105,4.2605,300,3,0,1441,3575,1,0,0,0),(51665,5337,1,1,1,11259,1,-4822.86,3143.88,1.74436,5.22717,300,15,0,1585,1381,1,0,0,0),(51666,5337,1,1,1,11259,1,-5016.04,3250.75,-1.52526,0.711146,300,15,0,1585,1381,1,0,0,0),(51667,5337,1,1,1,11259,1,-4956.35,3179.91,-1.28886,3.26113,300,15,0,1585,1381,1,0,0,0),(51668,5337,1,1,1,11259,1,-4981.94,3200.07,-0.923721,5.06209,300,15,0,1585,1381,1,0,0,0),(51669,5337,1,1,1,11259,1,-4927.21,3685.53,12.5461,5.895,300,15,0,1585,1381,1,0,0,0),(51670,5337,1,1,1,11259,1,-5024.79,3451.04,-1.50062,3.19846,300,15,0,1585,1381,1,0,0,0),(51671,5337,1,1,1,11259,1,-4992.9,3346.27,0.848021,3.22863,300,15,0,1585,1381,1,0,0,0),(51672,5337,1,1,1,11259,1,-4894.01,3510.42,23.6142,3.14159,300,15,0,1585,1381,1,0,0,0),(51673,7900,1,1,1,6987,0,-4480.03,3229.6,13.8128,5.5676,300,0,0,2769,0,0,0,0,0),(51674,8157,1,1,1,7379,1,-4406.66,3171.05,17.6733,0.890118,300,0,0,4742,0,0,0,0,0),(51675,8158,1,1,1,7380,1,-4372.12,155.68,25.3486,3.07178,300,0,0,2566,0,0,0,0,0),(51676,7903,1,1,1,6943,0,-4477.62,3231.81,13.8128,4.4855,300,0,0,198,0,0,0,0,0),(51677,8159,1,1,1,7381,0,-4339.65,249.374,26.4007,2.68781,300,0,0,2769,0,0,0,0,0),(51678,4319,1,1,1,2415,1,-4491.12,-778.347,-40.1193,1.50098,600,0,0,10572,0,0,0,0,0),(51679,5343,1,1,1,11262,1,-5498.69,3481.84,-5.82975,5.64065,21000,0,0,1919,1587,0,0,0,0),(51680,7904,1,1,1,6942,0,-4478.98,3231.07,13.8128,5.74213,300,0,0,198,0,0,0,0,0),(51681,5350,1,1,1,11142,0,-5435.75,114.241,28.2281,4.58413,21000,0,0,2488,0,0,0,0,0),(51682,11752,1,1,1,11693,1,-4406.14,235.651,26.8421,5.98648,300,0,0,2488,0,0,0,0,0),(51683,5356,1,1,1,780,0,-4200,-133.828,56.2126,4.12439,21000,0,0,1981,0,0,0,0,0),(51684,5357,1,1,1,10037,1,-3550.26,2597.05,82.654,2.54171,600,15,0,6183,0,1,0,0,0),(51685,5357,1,1,1,10037,1,-3212.57,2795.68,80.6821,5.53103,600,15,0,6183,0,1,0,0,0),(51686,5357,1,1,1,10037,1,-3459.96,2801.7,85.1082,2.76635,600,15,0,6183,0,1,0,0,0),(51687,5357,1,1,1,10037,1,-3391.15,2688.65,68.9155,5.19787,600,15,0,6183,0,1,0,0,0),(51688,5357,1,1,1,10037,1,-3382.15,2817.2,75.1311,0.189546,600,15,0,6183,0,1,0,0,0),(51689,5357,1,1,1,10037,1,-3473.53,2720.09,86.5484,5.20051,600,15,0,6183,0,1,0,0,0),(51690,5357,1,1,1,10037,1,-3496.62,2764.5,86.1743,1.58447,600,15,0,6183,0,1,0,0,0),(51691,5357,1,1,1,10037,1,-3516.82,2581.78,74.9781,4.31083,600,15,0,6183,0,1,0,0,0),(51692,5357,1,1,1,10037,1,-3491.13,2617.69,79.8151,2.09664,600,0,0,6183,0,0,0,0,0),(51693,5358,1,1,1,12813,1,-3381.59,2668.57,68.5129,5.62722,600,15,0,6645,0,1,0,0,0),(51694,5358,1,1,1,12813,1,-3406,2631.38,66.823,3.8869,600,15,0,6645,0,1,0,0,0),(51695,5358,1,1,1,12813,1,-3507.91,2639.24,87.858,4.05577,600,15,0,6645,0,1,0,0,0),(51696,5358,1,1,1,12813,1,-3498.86,2611.41,79.6294,4.93342,600,15,0,6645,0,1,0,0,0),(51697,5358,1,1,1,12813,1,-3491.13,2617.69,79.8151,2.33219,600,0,0,6645,0,0,0,0,0),(51698,5358,1,1,1,12813,1,-3460.36,2752.4,80.9715,4.41102,600,15,0,6645,0,1,0,0,0),(51699,5358,1,1,1,12813,1,-3400.08,2684.87,68.714,0.093841,600,15,0,6645,0,1,0,0,0),(51700,5358,1,1,1,12813,1,-3382.75,2746.44,69.2421,4.56208,600,15,0,6645,0,1,0,0,0),(51701,5358,1,1,1,12813,1,-3320.71,2784.95,67.4946,3.11913,600,15,0,6645,0,1,0,0,0),(51702,5358,1,1,1,12813,1,-3358.06,2788.91,69.0504,2.5873,600,15,0,6645,0,1,0,0,0),(51703,5358,1,1,1,12813,1,-3414.84,2588.64,63.9013,5.48674,600,15,0,6645,0,1,0,0,0),(51704,5358,1,1,1,12813,1,-3396.71,2687.83,68.8658,2.03051,600,15,0,6645,0,1,0,0,0),(51705,5359,1,1,1,4945,1,-3941.27,3041.27,0.491015,1.10937,600,30,0,6183,0,1,0,0,0),(51706,5359,1,1,1,4945,1,-4538.69,2486.53,-40.5489,1.82337,600,15,0,6183,0,1,0,0,0),(51707,5359,1,1,1,4945,1,-3986.21,2783.37,0.189204,2.73209,600,30,0,6183,0,1,0,0,0),(51708,5359,1,1,1,4945,1,-4023.03,2907.12,3.33236,0.038068,600,30,0,6183,0,1,0,0,0),(51709,5359,1,1,1,4945,1,-4059.41,2910.68,-6.6206,1.54242,600,15,0,6183,0,1,0,0,0),(51710,5359,1,1,1,4945,1,-5253.93,2282.12,-29.6111,2.40109,600,15,0,6183,0,1,0,0,0),(51711,5359,1,1,1,4945,1,-4687.48,2373.3,-0.205117,0.089548,600,15,0,6183,0,1,0,0,0),(51712,5359,1,1,1,4945,1,-5049.51,2251.65,-6.02536,0.704494,600,15,0,6183,0,1,0,0,0),(51713,5359,1,1,1,4945,1,-5127,2210.42,4.5485,5.91595,600,15,0,6183,0,1,0,0,0),(51714,5360,1,1,1,12812,1,-3916.23,2929.61,11.2884,1.62944,600,30,0,4776,3280,1,0,0,0),(51715,5360,1,1,1,12812,1,-4820.05,2444.16,-38.08,0.776414,600,15,0,4776,3280,1,0,0,0),(51716,5360,1,1,1,12812,1,-4157.29,2651.17,-10.5267,3.37984,600,15,0,4776,3280,1,0,0,0),(51717,5360,1,1,1,12812,1,-5445.28,2314.52,1.54616,4.52853,600,15,0,4776,3280,1,0,0,0),(51718,5360,1,1,1,12812,1,-4640.77,2375.1,-4.06865,6.04881,600,15,0,4776,3280,1,0,0,0),(51719,5360,1,1,1,12812,1,-4817.68,2297.86,-8.56885,1.67455,600,15,0,4776,3280,1,0,0,0),(51720,5360,1,1,1,12812,1,-5249.47,2187.02,0.885035,1.08049,600,15,0,4776,3280,1,0,0,0),(51721,5361,1,1,1,10039,1,-5236.88,2307.02,-40.2776,0.013242,600,15,0,5970,0,1,0,0,0),(51722,5361,1,1,1,10039,1,-3963.91,2821.13,10.0405,0.422607,600,30,0,5970,0,1,0,0,0),(51723,5361,1,1,1,10039,1,-4526.45,2360.21,-1.40238,4.42106,600,15,0,5970,0,1,0,0,0),(51724,5361,1,1,1,10039,1,-5048.25,2190.16,10.4879,1.39295,600,15,0,5970,0,1,0,0,0),(51725,5362,1,1,1,10872,0,-3105.17,2813.53,80.3285,4.13397,300,15,0,2062,1695,1,0,0,0),(51726,5362,1,1,1,10872,0,-2874.77,2652.08,73.0903,3.14138,300,15,0,2062,1695,1,0,0,0),(51727,5362,1,1,1,10872,0,-3083.46,2654.63,53.8049,2.7794,300,15,0,2062,1695,1,0,0,0),(51728,5362,1,1,1,10872,0,-3031.27,2660.33,57.7634,1.6062,300,15,0,2062,1695,1,0,0,0),(51729,5362,1,1,1,10872,0,-3090.12,2781.57,70.9312,0.575489,300,15,0,2062,1695,1,0,0,0),(51730,5362,1,1,1,10872,0,-3052.48,2612.94,42.4532,4.66745,300,15,0,2062,1695,1,0,0,0),(51731,5362,1,1,1,10872,0,-2919.32,2553.76,49.8155,4.76713,300,15,0,2062,1695,1,0,0,0),(51732,5362,1,1,1,10872,0,-2986.52,2649.18,55.9092,3.43185,300,15,0,2062,1695,1,0,0,0),(51733,5363,1,1,1,10873,0,-3090.33,2839.76,89.4119,4.0224,300,15,0,2062,1695,1,0,0,0),(51752,5363,1,1,1,10873,0,-3113.84,2761.32,72.1997,4.88783,300,15,0,2062,1695,1,0,0,0),(51753,5363,1,1,1,10873,0,-2926.16,2788.34,80.3063,5.81693,300,15,0,2062,1695,1,0,0,0),(51754,5363,1,1,1,10873,0,-2849.43,2680.05,72.8693,4.67024,300,15,0,2062,1695,1,0,0,0),(51755,5363,1,1,1,10873,0,-2947.04,2517.57,36.3828,0.264972,300,15,0,2062,1695,1,0,0,0),(51756,5363,1,1,1,10873,0,-3033.22,2554.13,38.2618,1.39409,300,15,0,2062,1695,1,0,0,0),(51757,5364,1,1,1,10874,0,-3049.38,2784.74,64.5796,4.49364,300,15,0,2138,1750,1,0,0,0),(51758,5364,1,1,1,10874,0,-3044.58,2740.72,59.6628,5.71792,300,15,0,2138,1750,1,0,0,0),(51759,5364,1,1,1,10874,0,-3104.52,2805.94,79.3285,5.08915,300,15,0,2138,1750,1,0,0,0),(51760,5364,1,1,1,10874,0,-2926.64,2815.13,73.5344,2.81892,300,15,0,2138,1750,1,0,0,0),(51761,5364,1,1,1,10874,0,-2836.57,2699.75,72.3785,4.66191,300,15,0,2138,1750,1,0,0,0),(51762,5364,1,1,1,10874,0,-2984.34,2621.84,53.032,1.744,300,15,0,2138,1750,1,0,0,0),(51763,5364,1,1,1,10874,0,-2887.01,2751.6,75.2553,2.35625,300,15,0,2138,1750,1,0,0,0),(51764,5366,1,1,1,1352,0,-3012.9,2784.02,53.6183,1.87419,300,15,0,2138,1750,1,0,0,0),(51765,5366,1,1,1,1352,0,-3038.06,2669.45,56.3983,4.80223,300,15,0,2138,1750,1,0,0,0),(51766,5366,1,1,1,1352,0,-3083.73,2717.74,59.204,0.882936,300,15,0,2138,1750,1,0,0,0),(51767,5366,1,1,1,1352,0,-3029.46,2762.08,55.2349,3.18161,300,15,0,2138,1750,1,0,0,0),(51768,5366,1,1,1,1352,0,-2971.34,2721.16,52.4896,5.76973,300,15,0,2138,1750,1,0,0,0),(51769,5366,1,1,1,1352,0,-3019.67,2702.58,55.9673,5.38729,300,15,0,2138,1750,1,0,0,0),(51770,5366,1,1,1,1352,0,-2950.55,2636.36,57.2984,4.2816,300,0,0,2138,1750,0,0,0,0),(51771,5366,1,1,1,1352,0,-2971.26,2764.84,51.7845,2.5563,300,15,0,2138,1750,1,0,0,0),(51772,5366,1,1,1,1352,0,-2955.1,2749.51,52.614,4.13336,300,15,0,2138,1750,1,0,0,0),(51773,5366,1,1,1,1352,0,-2944.32,2753.53,52.114,0.381569,300,15,0,2138,1750,1,0,0,0),(51774,5366,1,1,1,1352,0,-3012.5,2754.17,52.5321,3.97457,300,15,0,2138,1750,1,0,0,0),(51775,5366,1,1,1,1352,0,-2919.9,2687.7,67.2096,1.57275,300,3,0,2138,1750,1,0,0,0),(51776,5366,1,1,1,1352,0,-3014.73,2680.07,58.0813,5.1904,300,15,0,2138,1750,1,0,0,0),(51777,5366,1,1,1,1352,0,-2885.58,2722.42,74.0792,1.40796,300,10,0,2138,1750,1,0,0,0),(51778,5366,1,1,1,1352,0,-2904.31,2707.1,71.8951,2.36241,300,15,0,2138,1750,1,0,0,0),(51779,5881,1,1,1,1988,0,-5499.35,1588.97,39.1662,1.1006,300,0,0,2218,0,0,0,0,0),(51780,9467,1,1,1,10642,0,-2853.88,2340.59,39.8609,3.59538,300,0,0,2769,0,0,0,0,0),(32698,21180,530,1,1,0,1,-3743.7,355.943,104.101,0.00764656,25,0,0,5589,3155,0,0,0,0),(32699,21180,530,1,1,0,1,-3794.49,430.153,104.18,4.66584,25,0,0,5589,3155,0,0,0,0),(32700,21180,530,1,1,0,1,-3794.57,427.432,104.227,1.68447,25,0,0,5589,3155,0,0,0,0),(32701,21505,530,1,1,0,1,-3724.57,416.328,104.084,3.15238,25,0,0,5589,3155,0,0,0,0),(32702,21505,530,1,1,0,1,-3726,389.219,103.623,3.14924,25,0,0,5589,3155,0,0,0,0),(33134,21505,530,1,1,0,1,-3725.74,356.081,104.157,3.14924,25,0,0,5589,3155,0,0,0,0),(35869,21743,530,1,1,0,1,-3715.93,563.417,44.7713,0.072103,25,0,0,6542,0,0,0,0,0),(39631,24905,530,1,1,0,0,-2938.38,4042.91,0.813067,3.74082,25,0,0,3205,0,0,0,0,0),(38814,20619,530,1,1,0,0,3993.64,2353.18,110.648,1.75581,120,2,0,1582,0,1,0,0,0),(37052,21743,530,1,1,0,1,-3860.66,566.823,73.9276,6.199,25,0,0,6542,0,0,0,0,0),(16214,23398,564,1,1,11686,0,499.391,44.2093,112.807,5.18908,10,5,0,3912,3155,1,0,0,0),(16215,23398,564,1,1,11686,0,504.395,34.7434,113.516,2.81584,10,5,0,3912,3155,1,0,0,0),(16216,23398,564,1,1,11686,0,477.636,29.2719,112.454,3.10635,10,5,0,3912,3155,1,0,0,0),(16217,23398,564,1,1,11686,0,518.719,48.9372,113.304,0.892028,10,5,0,3912,3155,1,0,0,0),(16218,23398,564,1,1,11686,0,487.847,50.0366,112.474,4.54049,10,5,0,3912,3155,1,0,0,0),(16219,23398,564,1,1,11686,0,604.255,104.213,112.589,0.459518,10,5,0,3912,3155,1,0,0,0),(16220,23398,564,1,1,11686,0,592.542,91.378,112.224,2.30079,10,5,0,3912,3155,1,0,0,0),(16221,23398,564,1,1,11686,0,595.774,81.6333,111.05,0.851941,10,5,0,3912,3155,1,0,0,0),(16222,23398,564,1,1,11686,0,564.631,69.1688,111.734,4.84278,10,5,0,3912,3155,1,0,0,0),(16223,23398,564,1,1,11686,0,554.045,64.4404,112.163,1.92172,10,5,0,3912,3155,1,0,0,0),(16225,23398,564,1,1,11686,0,527.566,64.3236,113.071,1.37843,10,5,0,3912,3155,1,0,0,0),(39885,22886,564,1,1,18568,0,448.142,124.571,180.769,0.575959,604800,0,0,9780,0,0,0,0,0),(39886,22886,564,1,1,20449,0,441.244,113.445,166.118,0.628319,604800,0,0,9780,0,0,0,0,0),(39887,22886,564,1,1,20449,0,477.108,122.886,181.262,0.802851,604800,0,0,9780,0,0,0,0,0),(39918,22886,564,1,1,20449,0,459.767,132.153,181.393,0.575959,604800,0,0,9780,0,0,0,0,0),(39919,22886,564,1,1,18568,0,478.834,132.271,181.871,0.715585,604800,0,0,9780,0,0,0,0,0),(39920,22886,564,1,1,17540,0,438.94,125.305,176.154,1.58825,604800,0,0,9780,0,0,0,0,0),(39921,22886,564,1,1,18568,0,464.261,124.732,173.025,5.98648,604800,0,0,9780,0,0,0,0,0),(39922,22886,564,1,1,18568,0,465.263,107.705,169.683,0.820305,604800,0,0,9780,0,0,0,0,0),(39923,22886,564,1,1,18568,0,473.047,130.345,174.335,1.8326,604800,0,0,9780,0,0,0,0,0),(39924,23398,564,1,1,11686,0,548.432,34.5335,112.627,2.80389,10,5,0,3912,3155,1,0,0,0),(39925,23398,564,1,1,11686,0,551.084,48.2963,112.564,1.16972,10,5,0,3912,3155,1,0,0,0),(39926,23398,564,1,1,11686,0,538.471,51.5336,112.967,4.92016,10,5,0,3912,3155,1,0,0,0),(39928,23398,564,1,1,11686,0,513.068,64.5998,112.745,6.27078,10,5,0,3912,3155,1,0,0,0),(39929,23398,564,1,1,11686,0,493.057,62.7894,112.194,0.391345,10,5,0,3912,3155,1,0,0,0),(40069,23398,564,1,1,11686,0,477.475,68.4413,112.076,1.7417,10,5,0,3912,3155,1,0,0,0),(40228,23398,564,1,1,11686,0,570.47,101.714,113.397,4.12923,10,5,0,3912,3155,1,0,0,0),(40229,23398,564,1,1,11686,0,571.557,87.8064,111.973,5.80095,10,5,0,3912,3155,1,0,0,0),(40233,23398,564,1,1,11686,0,562.506,94.6764,112.695,2.37427,10,5,0,3912,3155,1,0,0,0),(40234,23398,564,1,1,11686,0,626.017,82.4268,112.757,1.45733,10,5,0,3912,3155,1,0,0,0),(40236,23398,564,1,1,11686,0,617.822,103.104,112.751,1.04616,10,5,0,3912,3155,1,0,0,0),(40243,23398,564,1,1,11686,0,617.138,84.3218,112.394,6.19269,10,5,0,3912,3155,1,0,0,0),(40244,23398,564,1,1,11686,0,543.152,82.0115,113.121,1.26602,10,5,0,3912,3155,1,0,0,0),(40340,23398,564,1,1,11686,0,551.741,91.3323,112.708,6.05151,10,5,0,3912,3155,1,0,0,0),(40342,23398,564,1,1,11686,0,553.357,103.975,112.782,2.94551,10,5,0,3912,3155,1,0,0,0),(40406,23398,564,1,1,11686,0,616.133,66.1577,112.473,5.53334,10,5,0,3912,3155,1,0,0,0),(40407,23398,564,1,1,11686,0,605.794,62.7557,111.802,4.54002,10,5,0,3912,3155,1,0,0,0),(40411,23398,564,1,1,11686,0,589.603,70.1735,111.759,5.73653,10,5,0,3912,3155,1,0,0,0),(40446,23399,564,1,1,16255,0,535.698,75.886,112.953,4.18024,10,0,0,49560,66180,2,0,0,0),(40526,23399,564,1,1,16255,0,496.538,84.7547,108.416,0.418266,10,0,0,49560,66180,2,0,0,0),(40527,22887,564,1,1,21174,0,434.943,739.254,15.0699,1.6057,604800,0,0,2653000,0,0,0,0,0),(42920,23399,564,1,1,16255,0,629.089,47.3309,112.777,2.51799,10,0,0,49560,66180,2,0,0,0),(46817,23399,564,1,1,16255,0,609.316,98.4336,112.342,5.4793,10,0,0,49560,66180,2,0,0,0),(52411,23399,564,1,1,16255,0,557.008,29.4,112.499,2.66876,10,0,0,49560,66180,2,0,0,0),(52412,23400,564,1,1,21565,1,552.198,308.972,271.552,1.09956,604800,0,0,123900,33090,0,0,0,0),(52413,23400,564,1,1,21564,1,558.363,285.371,271.746,0.366519,604800,0,0,123900,33090,0,0,0,0),(52414,23400,564,1,1,21564,1,526.347,262.832,271.589,0.907571,604800,0,0,123900,33090,0,0,0,0),(52417,23400,564,1,1,21564,1,576.823,123.1,258.216,0.436332,604800,0,0,123900,33090,0,0,0,0),(52418,23401,564,1,1,21587,0,617.44,102.765,112.751,5.46468,10,0,0,30996,0,2,0,0,0),(52419,23401,564,1,1,21587,0,580.441,89.2323,111.168,5.45932,10,5,0,30996,0,1,0,0,0),(52420,23401,564,1,1,21587,0,620.916,30.2202,112.736,4.08324,10,0,0,30996,0,2,0,0,0),(52421,23401,564,1,1,21587,0,595.565,39.1595,112.715,4.08327,10,5,0,30996,0,1,0,0,0),(52422,23401,564,1,1,21587,0,512.155,30.0493,113.605,3.58807,10,5,0,30996,0,1,0,0,0),(52423,23401,564,1,1,21587,0,512.155,30.0493,113.648,3.58806,10,0,0,30996,0,2,0,0,0),(52424,23401,564,1,1,21587,0,518.947,74.61,112.913,3.17182,10,0,0,30996,0,2,0,0,0),(52425,23401,564,1,1,21587,0,476.464,78.3278,111.853,3.17182,10,5,0,30996,0,1,0,0,0),(52426,23401,564,1,1,21587,0,550.194,95.3418,112.567,0.886959,10,5,0,30996,0,1,0,0,0),(52427,23401,564,1,1,21587,0,552.323,97.9542,112.481,0.886985,10,0,0,30996,0,2,0,0,0),(52428,23402,564,1,1,21557,1,553.594,316.801,271.601,4.13643,604800,0,0,123900,33090,0,0,0,0),(52429,23402,564,1,1,21558,1,548.835,311.907,271.467,0.890118,604800,0,0,123900,33090,0,0,0,0),(52430,23402,564,1,1,21557,1,564.531,282.864,271.814,2.67035,604800,0,0,123900,33090,0,0,0,0),(52431,23402,564,1,1,21468,1,526.257,270.118,271.487,0.244346,604800,0,0,123900,33090,0,0,0,0),(52432,23402,564,1,1,21558,1,531.159,270.025,271.489,3.80482,604800,0,0,123900,33090,0,0,0,0),(52433,23402,564,1,1,21559,1,583.173,120.285,258.163,3.54302,604800,0,0,123900,33090,0,0,0,0),(52434,23403,564,1,1,21570,1,556.38,313.328,271.7,3.85718,604800,0,0,129150,0,0,0,0,0),(52435,23403,564,1,1,21570,1,563.46,291.498,271.957,4.64258,604800,0,0,129150,0,0,0,0,0),(52436,23403,564,1,1,21571,1,560.896,290.699,271.862,4.2586,604800,0,0,129150,0,0,0,0,0),(52437,23403,564,1,1,21571,1,528.989,260.411,271.623,2.25148,604800,0,0,129150,0,0,0,0,0),(52438,23403,564,1,1,21569,1,566.506,126.475,258.558,0.331613,604800,0,0,129150,0,0,0,0,0),(52439,23403,564,1,1,21569,1,572.675,125.541,258.289,0.959931,604800,0,0,129150,0,0,0,0,0),(52440,23147,564,1,1,21376,1,432.876,173.83,164.065,3.1765,604800,0,0,23247,0,0,0,0,0),(52441,23147,564,1,1,21377,1,432.021,465.843,193.721,0.087266,604800,0,0,23247,0,0,0,0,0),(52442,23147,564,1,1,21377,1,500.867,137.829,164.854,1.91986,604800,0,0,23247,0,0,0,0,0),(52443,23147,564,1,1,21375,1,515.023,92.2882,164.854,3.9968,604800,0,0,23247,0,0,0,0,0),(52444,23147,564,1,1,21377,1,499.438,142.883,164.854,5.37561,604800,0,0,23247,0,0,0,0,0),(52445,23147,564,1,1,21376,1,458.274,340.65,192.859,1.06465,604800,0,0,23247,0,0,0,0,0),(52446,23147,564,1,1,21377,1,405.81,372.512,192.859,3.52556,604800,0,0,23247,0,0,0,0,0),(52447,23147,564,1,1,21377,1,462.632,386.806,193.428,1.58825,604800,5,0,23247,0,1,0,0,0),(52448,23147,564,1,1,21375,1,441.616,474.768,193.676,0.087266,604800,0,0,23247,0,0,0,0,0),(52449,23147,564,1,1,21377,1,458.816,379.735,193.511,1.0821,604800,5,0,23247,0,1,0,0,0),(52450,23147,564,1,1,21375,1,410.084,411.152,192.847,2.80998,604800,0,0,23247,0,0,0,0,0),(52451,23147,564,1,1,21376,1,419.379,463.457,192.852,0.977384,604800,0,0,23247,0,0,0,0,0),(52452,23147,564,1,1,21375,1,459.204,462.206,192.851,1.36136,604800,0,0,23247,0,0,0,0,0),(52453,23147,564,1,1,21376,1,452.466,344.215,192.859,0.523599,604800,0,0,23247,0,0,0,0,0),(52454,23147,564,1,1,21377,1,498.777,108.128,164.854,4.06662,604800,0,0,23247,0,0,0,0,0),(52455,23147,564,1,1,21376,1,461.152,221.264,164.854,2.47837,604800,0,0,23247,0,0,0,0,0),(52456,23147,564,1,1,21375,1,411.232,404.022,192.849,3.66519,604800,0,0,23247,0,0,0,0,0),(52457,23147,564,1,1,21375,1,446.134,465.681,193.714,6.23082,604800,0,0,23247,0,0,0,0,0),(52458,22898,564,1,1,21145,0,702.141,650.715,75.0493,1.50098,604800,0,0,3183600,0,0,0,0,0),(52459,23410,564,1,1,21476,0,698.148,191.443,125.09,1.09956,604800,0,0,5086,3155,0,0,0,0),(52460,23411,564,1,1,21475,0,203.469,998.526,-64.339,5.93412,604800,0,0,5086,3155,0,0,0,0),(52461,23412,564,1,1,15880,0,771.637,304.536,315.156,3.12414,604800,0,0,2884,0,0,0,0,0),(52462,23157,564,1,1,21344,1,709.534,195.13,125.055,2.47837,604800,0,0,34231,0,0,0,0,0),(52463,23158,564,1,1,21346,1,703.211,190.482,125.024,1.55334,604800,0,0,34231,0,0,0,0,0),(52464,23159,564,1,1,21345,1,695.925,196.597,125.065,0.523599,604800,0,0,34231,0,0,0,0,0),(52465,23417,564,1,1,15435,0,498.066,188.074,94.6943,4.74729,604800,0,0,1,0,0,0,0,0),(52466,23421,564,1,1,21594,0,443.495,413.973,118.621,5.13127,604800,0,0,87972,73320,0,0,0,0),(52467,23421,564,1,1,21594,0,456.694,414.117,118.621,4.2586,604800,0,0,87972,73320,0,0,0,0),(52468,23421,564,1,1,21594,0,457.763,390.117,118.621,2.25148,604800,0,0,87972,73320,0,0,0,0),(52469,23421,564,1,1,21594,0,444.153,389.214,118.621,1.0821,604800,0,0,87972,73320,0,0,0,0),(52470,23421,564,1,1,21594,0,438.279,401.258,118.621,0.017453,604800,0,0,87972,73320,0,0,0,0),(52478,23421,564,1,1,21594,0,463.186,401.64,118.621,3.19395,604800,0,0,87972,73320,0,0,0,0),(52479,23426,564,1,1,11686,0,737.455,305.054,277.526,3.12414,604800,0,0,4890200,0,0,0,0,0),(52480,23172,564,1,1,20381,1,578.528,404.568,190.725,6.26573,604800,0,0,180810,0,0,0,0,0),(52481,23172,564,1,1,20381,1,578.449,400.329,190.725,0.034907,604800,0,0,180810,0,0,0,0,0),(52482,23172,564,1,1,20381,1,537.664,407.443,193.283,3.05433,604800,0,0,180810,0,0,0,0,0),(52483,23172,564,1,1,20381,1,537.685,397.846,193.284,3.00197,604800,0,0,180810,0,0,0,0,0),(52484,22917,564,1,1,21135,1,705.732,304.988,353.925,0,604800,0,0,4244800,0,0,0,0,0),(52485,1420,564,1,1,901,0,411.252,807.219,13.0889,3.84363,604800,5,0,8,0,1,0,0,0),(52486,1420,564,1,1,901,0,454.05,900.727,12.4208,0.039562,604800,5,0,8,0,1,0,0,0),(52487,1420,564,1,1,901,0,228.708,821.804,-25.8414,5.37384,604800,5,0,8,0,1,0,0,0),(52488,1420,564,1,1,901,0,432.714,873.465,13.7518,2.62895,604800,5,0,8,0,1,0,0,0),(52489,1420,564,1,1,901,0,926.565,279.48,192.368,1.80513,604800,5,0,8,0,1,0,0,0),(52490,1420,564,1,1,901,0,951.669,426.093,192.018,5.84685,604800,0,0,8,0,0,0,0,0),(52491,1420,564,1,1,901,0,940.834,417.019,192.388,1.99774,604800,5,0,8,0,1,0,0,0),(52492,1420,564,1,1,901,0,821.651,549.092,165.758,3.30943,604800,0,0,8,0,0,0,0,0),(52493,1420,564,1,1,901,0,819.836,538.622,165.758,2.91986,604800,5,0,8,0,1,0,0,0),(52494,1420,564,1,1,901,0,814.029,547.247,165.758,0.90982,604800,5,0,8,0,1,0,0,0),(52495,1420,564,1,1,901,0,927.839,288.785,192.368,4.85557,604800,5,0,8,0,1,0,0,0),(52497,1420,564,1,1,901,0,326.119,992.07,-61.3283,5.37166,604800,0,0,8,0,0,0,0,0),(52502,23448,564,1,3,15435,0,678.06,285.22,354.325,3.29867,604800,0,0,1,0,0,0,0,0),(52503,23448,564,1,5,15435,0,676.226,325.231,354.319,3.12414,604800,0,0,1,0,0,0,0,0),(52504,22939,564,1,1,21533,0,881.887,339.989,113.826,6.0912,604800,0,0,22006,0,0,0,0,0),(52505,22939,564,1,1,21533,0,883.037,351.771,113.715,5.72468,604800,0,0,22006,0,0,0,0,0),(52506,22939,564,1,1,21451,0,884.569,345.706,112.09,1.93731,604800,0,0,22006,0,0,0,0,0),(52507,22939,564,1,1,21450,0,883.021,348.142,112.103,4.86947,604800,0,0,22006,0,0,0,0,0),(52518,22939,564,1,1,21449,0,888.302,339.255,111.909,0.698132,604800,0,0,22006,0,0,0,0,0),(52519,22939,564,1,1,21533,0,808.484,389.033,193.392,3.89208,604800,0,0,22006,0,0,0,0,0),(52520,22939,564,1,1,21533,0,835.084,413.322,192.885,4.69494,604800,0,0,22006,0,0,0,0,0),(52521,22939,564,1,1,21450,0,848.962,414.604,192.885,2.68781,604800,0,0,22006,0,0,0,0,0),(52522,22939,564,1,1,21533,0,848.135,422.603,192.885,3.15905,604800,0,0,22006,0,0,0,0,0),(52527,22939,564,1,1,21449,0,847.538,428.224,192.885,3.76991,604800,0,0,22006,0,0,0,0,0),(52584,22939,564,1,1,21450,0,841.152,427.399,192.885,3.735,604800,0,0,22006,0,0,0,0,0),(52606,22939,564,1,1,21533,0,805.923,431.7,192.885,0.244346,604800,0,0,22006,0,0,0,0,0),(52607,22939,564,1,1,21449,0,812.504,436.192,192.885,3.71755,604800,0,0,22006,0,0,0,0,0),(52608,22939,564,1,1,21533,0,821.051,435.742,192.885,5.46288,604800,0,0,22006,0,0,0,0,0),(52609,22939,564,1,1,21450,0,821.19,433.759,192.885,0.471239,604800,0,0,22006,0,0,0,0,0),(52610,22939,564,1,1,21451,0,816.892,435.385,192.885,4.24115,604800,0,0,22006,0,0,0,0,0),(52611,22939,564,1,1,21450,0,965.763,226.073,192.93,2.1293,604800,0,0,22006,0,0,0,0,0),(52629,22939,564,1,1,21449,0,969.38,227.735,192.931,1.78024,604800,0,0,22006,0,0,0,0,0),(52654,22939,564,1,1,21450,0,975.125,250.372,192.911,2.40855,604800,0,0,22006,0,0,0,0,0),(52655,22939,564,1,1,21449,0,966.277,251.6,192.903,4.5204,604800,0,0,22006,0,0,0,0,0),(52656,22939,564,1,1,21451,0,968.851,253.211,192.903,5.53269,604800,0,0,22006,0,0,0,0,0),(52681,22939,564,1,1,21450,0,927.956,261.623,192.926,1.0472,604800,0,0,22006,0,0,0,0,0),(52682,22939,564,1,1,21451,0,923.214,261.158,194.267,2.44346,604800,0,0,22006,0,0,0,0,0),(52684,22939,564,1,1,21533,0,924.893,267.084,192.936,1.50098,604800,0,0,22006,0,0,0,0,0),(52685,22939,564,1,1,21533,0,927.662,256.887,192.921,0.122173,604800,0,0,22006,0,0,0,0,0),(52686,22939,564,1,1,21450,0,930.57,256.526,192.918,3.4383,604800,0,0,22006,0,0,0,0,0),(52687,22939,564,1,1,21533,0,976.6,305.33,194.863,2.26893,604800,0,0,22006,0,0,0,0,0),(52688,22939,564,1,1,21450,0,978.453,328.701,192.932,3.9619,604800,0,0,22006,0,0,0,0,0),(52689,22939,564,1,1,21533,0,969.918,336.366,192.932,5.46288,604800,0,0,22006,0,0,0,0,0),(52690,22939,564,1,1,21450,0,967.067,335.193,192.932,4.62512,604800,0,0,22006,0,0,0,0,0),(52691,22939,564,1,1,21449,0,966.99,306.466,192.925,1.71042,604800,0,0,22006,0,0,0,0,0),(52692,22939,564,1,1,21451,0,930.582,437.734,192.918,1.51844,604800,0,0,22006,0,0,0,0,0),(52693,22939,564,1,1,21533,0,949.986,442.797,192.918,4.31096,604800,0,0,22006,0,0,0,0,0),(52694,22939,564,1,1,21533,0,949.079,440.733,192.917,3.03687,604800,0,0,22006,0,0,0,0,0),(52697,22939,564,1,1,21533,0,959.668,437.645,192.918,2.72271,604800,0,0,22006,0,0,0,0,0),(52700,22939,564,1,1,21450,0,966.215,435.588,192.921,5.44543,604800,0,0,22006,0,0,0,0,0),(52703,22939,564,1,1,21533,0,917.221,547.541,139.397,4.36332,604800,0,0,22006,0,0,0,0,0),(52704,22939,564,1,1,21449,0,920.023,536.543,139.398,2.21657,604800,0,0,22006,0,0,0,0,0),(52705,22939,564,1,1,21533,0,906.721,535.833,139.39,3.63029,604800,0,0,22006,0,0,0,0,0),(52706,22939,564,1,1,21450,0,912.39,532.874,139.398,4.20624,604800,0,0,22006,0,0,0,0,0),(52708,22939,564,1,1,21533,0,909.257,544.807,139.393,6.00393,604800,0,0,22006,0,0,0,0,0),(52709,22939,564,1,1,21451,0,796.972,559.194,166.088,4.43314,604800,0,0,22006,0,0,0,0,0),(52710,22939,564,1,1,21450,0,946.992,349.023,111.909,4.79965,604800,0,0,22006,0,0,0,0,0),(52711,22939,564,1,1,21450,0,942.798,343.069,111.909,6.19592,604800,0,0,22006,0,0,0,0,0),(52712,22939,564,1,1,21449,0,946.753,337.614,111.909,1.44862,604800,0,0,22006,0,0,0,0,0),(52713,22939,564,1,1,21533,0,951.967,337.577,111.909,2.28638,604800,0,0,22006,0,0,0,0,0),(52714,22939,564,1,1,21451,0,953.662,343.627,111.909,3.28122,604800,0,0,22006,0,0,0,0,0),(52715,22939,564,1,1,21450,0,951.132,445.302,113.721,3.63029,604800,0,0,22006,0,0,0,0,0),(52716,22939,564,1,1,21450,0,953.233,439.356,111.909,3.19395,604800,0,0,22006,0,0,0,0,0),(52717,22939,564,1,1,21450,0,949.408,444.176,111.909,3.03687,604800,0,0,22006,0,0,0,0,0),(52719,22939,564,1,1,21533,0,952.636,441.644,111.909,3.68265,604800,0,0,22006,0,0,0,0,0),(52720,22939,564,1,1,21449,0,951.14,430.244,113.193,3.38594,604800,0,0,22006,0,0,0,0,0),(52721,22939,564,1,1,21533,0,911.402,324.035,192.932,4.86947,604800,0,0,22006,0,0,0,0,0),(52722,22939,564,1,1,21533,0,925.722,302.098,192.935,4.64258,604800,0,0,22006,0,0,0,0,0),(52726,22939,564,1,1,21449,0,912.914,318.782,192.923,2.02458,604800,0,0,22006,0,0,0,0,0),(52727,22939,564,1,1,21450,0,930.585,306.726,192.923,4.27606,604800,0,0,22006,0,0,0,0,0),(52728,22939,564,1,1,21451,0,925.845,310.249,192.926,3.82227,604800,0,0,22006,0,0,0,0,0),(52729,22939,564,1,1,21449,0,879.944,440.787,111.909,6.23082,604800,0,0,22006,0,0,0,0,0),(52730,22939,564,1,1,21449,0,884.055,435.324,111.909,1.13446,604800,0,0,22006,0,0,0,0,0),(52731,22939,564,1,1,21533,0,890.202,437.756,111.909,2.53073,604800,0,0,22006,0,0,0,0,0),(52732,22939,564,1,1,21449,0,891.266,440.286,111.909,3.12414,604800,0,0,22006,0,0,0,0,0),(52733,22939,564,1,1,21451,0,886.24,446.699,111.909,4.76475,604800,0,0,22006,0,0,0,0,0),(52734,22939,564,1,1,21533,0,912.207,388.759,120.111,3.1765,604800,0,0,22006,0,0,0,0,0),(52735,22939,564,1,1,21451,0,905.506,399.381,118.325,1.71042,604800,0,0,22006,0,0,0,0,0),(52736,22939,564,1,1,21450,0,901.23,392.638,118.325,3.21141,604800,0,0,22006,0,0,0,0,0),(52737,22939,564,1,1,21449,0,907.017,401.944,118.325,3.40339,604800,0,0,22006,0,0,0,0,0),(52738,22939,564,1,1,21451,0,911.909,395.378,120.238,2.70526,604800,0,0,22006,0,0,0,0,0),(52739,23196,564,1,1,21490,1,909.464,245.197,85.6413,3.1828,604800,0,0,464940,0,2,0,0,0),(52740,23196,564,1,1,21490,1,899.033,197.829,86.161,1.45553,604800,0,0,464940,0,2,0,0,0),(52741,23196,564,1,1,21490,1,822.67,118.827,112.519,4.76178,604800,5,0,464940,0,1,0,0,0),(52742,23196,564,1,1,21490,1,921.819,65.2287,112.753,3.07466,604800,5,0,464940,0,1,0,0,0),(52743,23196,564,1,1,21490,1,763.46,121.26,112.547,6.02912,604800,0,0,464940,0,2,0,0,0),(52744,22945,564,1,1,21372,1,533.512,133.889,164.854,3.54302,604800,0,0,103250,33090,0,0,0,0),(52745,22945,564,1,1,21372,1,531.76,140.836,164.854,3.10669,604800,0,0,103250,33090,0,0,0,0),(52746,22945,564,1,1,21372,1,511.128,197.286,164.065,5.61996,604800,0,0,103250,33090,0,0,0,0),(52747,22945,564,1,1,21372,1,526.083,181.523,164.365,2.42601,604800,0,0,103250,33090,0,0,0,0),(52748,22945,564,1,1,21372,1,437.977,355.096,192.833,5.0091,604800,0,0,103250,33090,0,0,0,0),(52749,22945,564,1,1,21372,1,433.03,355.18,192.833,4.24115,604800,0,0,103250,33090,0,0,0,0),(52750,22945,564,1,1,21372,1,444.679,430.647,192.827,3.90954,604800,0,0,103250,33090,0,0,0,0),(52751,22945,564,1,1,21372,1,427.304,415.083,192.827,0.715585,604800,0,0,103250,33090,0,0,0,0),(52752,22945,564,1,1,21372,1,501.843,99.7374,164.854,1.36136,604800,0,0,103250,33090,0,0,0,0),(52753,22945,564,1,1,21372,1,506.86,98.4768,164.854,0.645772,604800,0,0,103250,33090,0,0,0,0),(52754,22946,564,1,1,14334,0,524.427,139.528,164.771,2.72503,604800,5,0,50267,0,1,0,0,0),(52755,22946,564,1,1,14334,0,530.91,151.282,164.854,2.72271,604800,0,0,50267,0,0,0,0,0),(52756,22946,564,1,1,14334,0,506.223,145.793,164.854,6.07375,604800,0,0,50267,0,0,0,0,0),(52757,22946,564,1,1,14334,0,505.689,149.689,164.854,6.10865,604800,0,0,50267,0,0,0,0,0),(52758,22946,564,1,1,14334,0,500.956,104.829,164.771,0.799443,604800,5,0,50267,0,1,0,0,0),(52759,22946,564,1,1,14334,0,519.36,92.0758,164.771,3.31822,604800,5,0,50267,0,1,0,0,0),(52760,22947,564,1,1,21252,0,945.313,149.078,197.158,1.43117,604800,0,0,3979500,0,0,0,0,0),(52761,22948,564,1,1,21443,0,744.302,277.077,63.8392,6.12611,604800,0,0,3979500,0,0,0,0,0),(52762,22949,564,1,1,21416,1,700.739,302.722,277.526,3.10669,604800,0,0,1326500,0,0,0,0,0),(52763,22950,564,1,1,21417,0,700.792,307.192,277.526,3.14159,604800,0,0,1326500,0,0,0,0,0),(52764,22951,564,1,1,21419,0,697.409,299.377,277.526,3.07178,604800,0,0,1326500,0,0,0,0,0),(52765,22952,564,1,1,21418,1,697.495,310.651,277.527,3.1765,604800,0,0,1326500,0,0,0,0,0),(52766,22953,564,1,1,21151,1,518.927,189.672,164.065,5.35816,604800,0,0,251335,0,0,0,0,0),(52767,22953,564,1,1,21151,1,435.889,422.649,192.827,4.7822,604800,0,0,251335,0,0,0,0,0),(52768,22954,564,1,1,18753,1,612.101,715.059,77.4802,3.20803,604800,0,0,387450,0,2,0,0,0),(52769,22954,564,1,1,18753,1,713.026,704.147,70.841,0.055227,604800,0,0,387450,0,2,0,0,0),(52770,23210,564,1,1,20577,0,499.304,469.369,112.867,4.88692,604800,0,0,4890,0,0,0,0,0),(52771,23210,564,1,1,20577,0,499.063,331.729,112.867,1.50098,604800,0,0,4890,0,0,0,0,0),(52772,22954,564,1,1,18753,1,721.441,728.425,68.6512,1.2262,604800,0,0,387450,0,2,0,0,0),(52773,22954,564,1,1,18753,1,680.513,736.589,68.9803,4.80942,604800,0,0,387450,0,2,0,0,0),(52774,22955,564,1,1,21452,1,894.872,343.385,113.728,2.3911,604800,0,0,17605,31550,0,0,0,0),(52775,22955,564,1,1,21453,1,893.28,342.05,113.728,2.40855,604800,0,0,17605,31550,0,0,0,0),(52776,22955,564,1,1,21534,1,880.601,341.703,113.715,1.36136,604800,0,0,17605,31550,0,0,0,0),(52777,22955,564,1,1,21454,1,883.915,353.538,113.798,6.02139,604800,0,0,17605,31550,0,0,0,0),(52778,22955,564,1,1,21452,1,886.284,339.164,111.909,2.05949,604800,0,0,17605,31550,0,0,0,0),(52779,22955,564,1,1,21453,1,832.427,415.579,192.885,1.8326,604800,0,0,17605,31550,0,0,0,0),(52780,22955,564,1,1,21452,1,837.475,411.585,192.885,3.10669,604800,0,0,17605,31550,0,0,0,0),(52781,22955,564,1,1,21454,1,845.651,411.059,192.885,1.76278,604800,0,0,17605,31550,0,0,0,0),(52782,22955,564,1,1,21454,1,848.552,418.432,192.885,3.12414,604800,0,0,17605,31550,0,0,0,0),(52783,22955,564,1,1,21454,1,844.372,427.698,192.885,4.95674,604800,0,0,17605,31550,0,0,0,0),(52784,22955,564,1,1,21454,1,808.259,421.168,192.885,0.767945,604800,0,0,17605,31550,0,0,0,0),(52785,22955,564,1,1,21534,1,806.218,424.759,192.885,0.20944,604800,0,0,17605,31550,0,0,0,0),(52786,22955,564,1,1,21453,1,806.02,435.316,192.885,5.3058,604800,0,0,17605,31550,0,0,0,0),(52787,22955,564,1,1,21452,1,803.831,438.218,192.885,6.19592,604800,0,0,17605,31550,0,0,0,0),(52788,22955,564,1,1,21452,1,810.911,419.657,192.885,1.85005,604800,0,0,17605,31550,0,0,0,0),(52789,22955,564,1,1,21453,1,975.16,256.98,194.683,3.45575,604800,0,0,17605,31550,0,0,0,0),(52790,22955,564,1,1,21453,1,973.111,246.684,192.917,2.51327,604800,0,0,17605,31550,0,0,0,0),(52791,22955,564,1,1,21534,1,975,228.63,194.833,2.58309,604800,0,0,17605,31550,0,0,0,0),(52792,22955,564,1,1,21453,1,976.97,254.81,194.643,4.11898,604800,0,0,17605,31550,0,0,0,0),(52793,22955,564,1,1,21452,1,971.89,236.638,192.928,3.24631,604800,0,0,17605,31550,0,0,0,0),(52794,22955,564,1,1,21534,1,931.371,262.831,192.925,2.37365,604800,0,0,17605,31550,0,0,0,0),(52795,22955,564,1,1,21453,1,930.545,259.472,192.922,5.91667,604800,0,0,17605,31550,0,0,0,0),(52796,22955,564,1,1,21534,1,924.547,262.722,192.931,0.820305,604800,0,0,17605,31550,0,0,0,0),(52797,22955,564,1,1,21454,1,921.278,268.105,192.942,1.02974,604800,0,0,17605,31550,0,0,0,0),(52798,22955,564,1,1,21534,1,927.949,253.907,192.917,0.925025,604800,0,0,17605,31550,0,0,0,0),(52799,22955,564,1,1,21454,1,976.73,337.08,194.723,4.10152,604800,0,0,17605,31550,0,0,0,0),(52800,22955,564,1,1,21534,1,970.218,305.898,192.928,1.43117,604800,0,0,17605,31550,0,0,0,0),(52801,22955,564,1,1,21453,1,974.805,312.998,192.908,2.87979,604800,0,0,17605,31550,0,0,0,0),(52802,22955,564,1,1,21452,1,977.032,331.97,192.932,2.79253,604800,0,0,17605,31550,0,0,0,0),(52803,22955,564,1,1,21454,1,974.83,338.25,194.703,4.10152,604800,0,0,17605,31550,0,0,0,0),(52804,22955,564,1,1,21452,1,930.931,434.173,192.917,5.41052,604800,0,0,17605,31550,0,0,0,0),(52805,22955,564,1,1,21452,1,934.213,437.317,192.917,0.855211,604800,0,0,17605,31550,0,0,0,0),(52806,22955,564,1,1,21534,1,945.593,441.431,192.918,5.72468,604800,0,0,17605,31550,0,0,0,0),(52807,22955,564,1,1,21452,1,951.763,443.873,194.211,5.63741,604800,0,0,17605,31550,0,0,0,0),(52808,22955,564,1,1,21453,1,962.632,434.823,192.919,2.86234,604800,0,0,17605,31550,0,0,0,0),(52809,22955,564,1,1,21454,1,909.756,539.333,139.392,0.05236,604800,0,0,17605,31550,0,0,0,0),(52812,22955,564,1,1,21534,1,910.57,546.938,139.395,5.39307,604800,0,0,17605,31550,0,0,0,0),(52813,22955,564,1,1,21534,1,920.251,543.506,139.397,3.50811,604800,0,0,17605,31550,0,0,0,0),(52814,22955,564,1,1,21452,1,915.948,535.893,139.396,1.8675,604800,0,0,17605,31550,0,0,0,0),(52815,22955,564,1,1,21534,1,911.91,535.563,139.393,1.06465,604800,0,0,17605,31550,0,0,0,0),(52816,22955,564,1,1,21452,1,795.437,557.377,166.132,0.383972,604800,0,0,17605,31550,0,0,0,0),(52817,22955,564,1,1,21452,1,951.755,348.346,111.909,4.04916,604800,0,0,17605,31550,0,0,0,0),(52818,22955,564,1,1,21452,1,949.264,348.149,111.909,4.38078,604800,0,0,17605,31550,0,0,0,0),(52819,22955,564,1,1,21534,1,942.84,348.285,111.909,5.41052,604800,0,0,17605,31550,0,0,0,0),(52820,22955,564,1,1,21453,1,944.232,339.446,111.909,0.785398,604800,0,0,17605,31550,0,0,0,0),(52821,22955,564,1,1,21452,1,953.869,340.126,111.909,2.75762,604800,0,0,17605,31550,0,0,0,0),(52822,22955,564,1,1,21534,1,802.844,395.839,193.544,3.68265,604800,0,0,17605,31550,0,0,0,0),(52823,22955,564,1,1,21454,1,810.669,386.311,193.475,3.64774,604800,0,0,17605,31550,0,0,0,0),(52824,22955,564,1,1,21452,1,942.384,445.308,113.221,0,604800,0,0,17605,31550,0,0,0,0),(52825,22955,564,1,1,21534,1,950.13,432.04,111.909,2.09439,604800,0,0,17605,31550,0,0,0,0),(52826,22955,564,1,1,21534,1,953.139,443.847,113.721,4.36332,604800,0,0,17605,31550,0,0,0,0),(52827,22955,564,1,1,21454,1,954.071,437.689,111.909,2.44346,604800,0,0,17605,31550,0,0,0,0),(52828,22955,564,1,1,21453,1,943.171,443.644,111.909,4.64258,604800,0,0,17605,31550,0,0,0,0),(52829,22955,564,1,1,21534,1,933.9,308.75,194.103,5.65487,604800,0,0,17605,31550,0,0,0,0),(52830,22955,564,1,1,21452,1,913.723,323.136,192.931,4.50295,604800,0,0,17605,31550,0,0,0,0),(52831,22955,564,1,1,21534,1,910.666,321.147,192.932,5.79449,604800,0,0,17605,31550,0,0,0,0),(52832,22955,564,1,1,21534,1,925.102,307.193,192.93,5.51524,604800,0,0,17605,31550,0,0,0,0),(52833,22955,564,1,1,21534,1,914.304,320.682,192.924,2.49582,604800,0,0,17605,31550,0,0,0,0),(52834,22955,564,1,1,21452,1,883.015,446.525,111.909,5.23599,604800,0,0,17605,31550,0,0,0,0),(52835,22955,564,1,1,21454,1,880.049,444.023,111.909,6.07375,604800,0,0,17605,31550,0,0,0,0),(52836,22955,564,1,1,21534,1,881.294,437.451,111.909,0.523599,604800,0,0,17605,31550,0,0,0,0),(52839,22955,564,1,1,21452,1,888.891,435.964,111.909,1.74533,604800,0,0,17605,31550,0,0,0,0),(52840,22955,564,1,1,21453,1,888.75,444.449,111.908,4.18879,604800,0,0,17605,31550,0,0,0,0),(52841,22955,564,1,1,21534,1,919.857,393.281,121.22,1.46608,604800,0,0,17605,31550,0,0,0,0),(52842,22955,564,1,1,21452,1,916.223,391.677,121.208,2.46091,604800,0,0,17605,31550,0,0,0,0),(52843,22955,564,1,1,21453,1,916.291,393.519,121.197,4.72984,604800,0,0,17605,31550,0,0,0,0),(52844,22955,564,1,1,21534,1,907.538,381.901,118.325,5.49779,604800,0,0,17605,31550,0,0,0,0),(52845,22955,564,1,1,21534,1,910.095,379.753,118.325,2.47837,604800,0,0,17605,31550,0,0,0,0),(52846,22956,564,1,1,21456,0,832.29,526.592,165.731,4.69698,604800,0,0,206500,33090,2,0,0,0),(52847,22956,564,1,1,21456,0,927.624,341.352,192.838,1.49306,604800,0,0,206500,33090,2,0,0,0),(52848,22956,564,1,1,21456,0,939.65,392.546,192.201,6.278,604800,0,0,206500,33090,2,0,0,0),(52850,22956,564,1,1,21456,0,863.593,404.462,192.802,2.85101,604800,0,0,206500,33090,2,0,0,0),(52854,22956,564,1,1,21456,0,897.643,368.681,112.768,3.51096,604800,0,0,206500,33090,2,0,0,0),(52855,22956,564,1,1,21456,0,946.132,109.869,192.849,1.3715,604800,0,0,206500,33090,2,0,0,0),(52856,22957,564,1,1,21503,0,959.629,210.558,192.932,1.91986,604800,0,0,371700,3309,0,0,0,0),(52857,22957,564,1,1,21503,0,946.352,337.568,191.208,1.56111,604800,0,0,371700,3309,2,0,0,0),(52858,22957,564,1,1,21503,0,933.269,368.099,192.932,0.733038,604800,0,0,371700,3309,0,0,0,0),(52859,22959,564,1,1,21532,0,920.297,527.259,139.304,3.18566,604800,0,0,117369,31550,0,0,0,0),(52860,22960,564,1,1,21216,1,616.45,839.58,66.8133,2.35619,604800,0,0,140728,32310,0,0,0,0),(52861,22960,564,1,1,21216,1,786.826,830.001,60.5679,1.6057,604800,0,0,140728,32310,0,0,0,0),(52862,23472,564,1,1,16925,0,531.461,159.039,95.288,2.47837,604800,0,0,4120,0,0,0,0,0),(52863,23472,564,1,1,16925,0,508.261,178.137,94.9614,5.53269,604800,0,0,4120,0,0,0,0,0),(52864,23472,564,1,1,16925,0,459.935,129.27,94.9083,0.698132,604800,0,0,4120,0,0,0,0,0),(52865,23472,564,1,1,16925,0,451.745,132.421,94.9074,3.50811,604800,0,0,4120,0,0,0,0,0),(52866,23472,564,1,1,16925,0,502.419,160.019,94.927,2.72271,604800,0,0,4120,0,0,0,0,0),(52867,23472,564,1,1,16925,0,500.921,139.513,95.1419,0.680678,604800,0,0,4120,0,0,0,0,0),(52868,23472,564,1,1,16925,0,474.851,139.094,95.076,3.22886,604800,0,0,4120,0,0,0,0,0),(52869,23472,564,1,1,16925,0,476.56,172.466,94.0666,1.58825,604800,0,0,4120,0,0,0,0,0),(52870,23472,564,1,1,16925,0,503.356,185.707,94.8152,4.36332,604800,0,0,4120,0,0,0,0,0),(52871,22960,564,1,1,21216,1,728.958,940.794,53.1687,4.68599,604800,5,0,140728,32310,1,0,0,0),(52872,22960,564,1,1,21216,1,734.949,940.353,53.1772,4.68601,604800,5,0,140728,32310,1,0,0,0),(52873,22960,564,1,1,21216,1,705.369,820.116,59.2145,1.83448,604800,5,0,140728,32310,1,0,0,0),(52874,22960,564,1,1,21216,1,713.874,808.187,62.2075,1.2447,604800,0,0,140728,32310,0,0,0,0),(52875,23472,564,1,1,16925,0,460.148,170.899,94.8108,0.366519,604800,0,0,4120,0,0,0,0,0),(52876,23472,564,1,1,16925,0,492.769,154.373,94.975,4.38078,604800,0,0,4120,0,0,0,0,0),(52877,23472,564,1,1,16925,0,484.345,182.766,94.1311,3.61283,604800,0,0,4120,0,0,0,0,0),(52878,23472,564,1,1,16925,0,516.133,203.28,95.0077,6.00393,604800,0,0,4120,0,0,0,0,0),(52879,23472,564,1,1,16925,0,529.829,198.808,95.0381,6.02139,604800,0,0,4120,0,0,0,0,0),(52880,23472,564,1,1,16925,0,495.97,179.162,94.5419,5.91667,604800,0,0,4120,0,0,0,0,0),(52885,23472,564,1,1,16925,0,489.906,135.744,95.1736,5.74213,604800,0,0,4120,0,0,0,0,0),(52886,23472,564,1,1,16925,0,523.82,145.375,95.3434,3.47321,604800,0,0,4120,0,0,0,0,0),(52887,22960,564,1,1,21216,1,786.812,800.186,64.5001,4.55061,604800,5,0,140728,32310,1,0,0,0),(52888,22960,564,1,1,21216,1,791.744,799.359,64.1848,4.6695,604800,0,0,140728,32310,0,0,0,0),(52889,22960,564,1,1,21216,1,645.931,931.851,55.9629,1.48756,604800,5,0,140728,32310,1,0,0,0),(52890,22960,564,1,1,21216,1,651.328,924.446,56.999,1.51425,604800,5,0,140728,32310,1,0,0,0),(52891,23472,564,1,1,16925,0,511.309,147.746,95.203,5.32325,604800,0,0,4120,0,0,0,0,0),(52892,23472,564,1,1,16925,0,481.069,162.22,94.6341,2.49582,604800,0,0,4120,0,0,0,0,0),(52893,23472,564,1,1,16925,0,513.851,163.436,95.1245,3.31613,604800,0,0,4120,0,0,0,0,0),(52894,23472,564,1,1,16925,0,461.949,159.298,94.8586,1.98968,604800,0,0,4120,0,0,0,0,0),(52895,23472,564,1,1,16925,0,522.569,193.079,95.1927,0.558505,604800,0,0,4120,0,0,0,0,0),(52896,23472,564,1,1,16925,0,461.495,140.213,95.0143,3.63029,604800,0,0,4120,0,0,0,0,0),(52897,23472,564,1,1,16925,0,524.106,182.833,95.2615,4.76475,604800,0,0,4120,0,0,0,0,0),(52898,23472,564,1,1,16925,0,483.466,126.89,95.0554,2.40855,604800,0,0,4120,0,0,0,0,0),(52899,23472,564,1,1,16925,0,466.583,146.914,95.0705,2.79253,604800,0,0,4120,0,0,0,0,0),(52900,23472,564,1,1,16925,0,504.407,169.985,94.8646,0.890118,604800,0,0,4120,0,0,0,0,0),(52901,22960,564,1,1,21216,1,610.981,784.924,70.8421,2.6529,604800,0,0,140728,32310,0,0,0,0),(52902,22960,564,1,1,21216,1,611.766,788.252,70.1695,4.61855,604800,5,0,140728,32310,1,0,0,0),(52903,23472,564,1,1,16925,0,524.086,170.111,95.2538,2.89725,604800,0,0,4120,0,0,0,0,0),(52904,23472,564,1,1,16925,0,523.471,157.753,95.233,3.75246,604800,0,0,4120,0,0,0,0,0),(52905,22962,564,1,1,21502,0,931.348,210.267,192.932,1.02974,604800,0,0,464940,0,0,0,0,0),(52906,22962,564,1,1,21502,0,960.329,367.99,192.932,1.88496,604800,0,0,464940,0,0,0,0,0),(52907,22963,564,1,1,21535,1,790.156,902.862,56.3203,0.191986,604800,0,0,17605,31550,0,0,0,0),(52908,22963,564,1,1,21536,1,795.557,917.51,57.105,4.7822,604800,0,0,17605,31550,0,0,0,0),(52909,22963,564,1,1,21536,1,788.733,909.468,56.1885,0.017453,604800,0,0,17605,31550,0,0,0,0),(52910,22963,564,1,1,21536,1,801.312,916.646,57.2519,4.46804,604800,0,0,17605,31550,0,0,0,0),(52911,22963,564,1,1,21535,1,807.242,907.539,57.0312,2.74017,604800,0,0,17605,31550,0,0,0,0),(52912,22963,564,1,1,21537,1,594.88,902.28,60.2541,4.60767,604800,0,0,17605,31550,0,0,0,0),(52913,22963,564,1,1,21536,1,608.117,898.358,58.8849,4.4855,604800,0,0,17605,31550,0,0,0,0),(52914,22963,564,1,1,21537,1,598.983,897.126,60.3713,3.40339,604800,0,0,17605,31550,0,0,0,0),(52915,22963,564,1,1,21535,1,592.188,893.367,61.8436,0.401426,604800,0,0,17605,31550,0,0,0,0),(52916,22963,564,1,1,21535,1,608.457,905.714,58.3786,3.07178,604800,0,0,17605,31550,0,0,0,0),(52917,22963,564,1,1,21537,1,604.805,895.899,59.4836,5.13127,604800,0,0,17605,31550,0,0,0,0),(52918,22963,564,1,1,21537,1,819.53,954.766,56.1812,0.10472,604800,0,0,17605,31550,0,0,0,0),(52919,22963,564,1,1,21537,1,817.771,936.344,55.8903,0.907571,604800,0,0,17605,31550,0,0,0,0),(52930,22963,564,1,1,21537,1,819.105,947.871,56.3158,5.58505,604800,0,0,17605,31550,0,0,0,0),(52935,22963,564,1,1,21536,1,825.766,929.615,55.4479,1.81514,604800,0,0,17605,31550,0,0,0,0),(52936,22963,564,1,1,21535,1,820.026,931.204,56.3162,1.29154,604800,0,0,17605,31550,0,0,0,0),(52938,22963,564,1,1,21535,1,816.922,941.831,55.9709,6.19592,604800,0,0,17605,31550,0,0,0,0),(52939,22963,564,1,1,21537,1,630.328,972.237,55.6126,1.23918,604800,0,0,17605,31550,0,0,0,0),(52940,22963,564,1,1,21535,1,637.091,971.699,55.3182,1.8675,604800,0,0,17605,31550,0,0,0,0),(52941,22963,564,1,1,21537,1,621.507,973.485,56.0037,0.593412,604800,0,0,17605,31550,0,0,0,0),(52991,22963,564,1,1,21536,1,645.457,975.451,55.456,2.63545,604800,0,0,17605,31550,0,0,0,0),(53035,22963,564,1,1,21536,1,624.683,970.87,55.9705,1.3439,604800,0,0,17605,31550,0,0,0,0),(53048,22963,564,1,1,21536,1,641.105,973.82,55.3115,2.42601,604800,0,0,17605,31550,0,0,0,0),(53049,22963,564,1,1,21536,1,763.726,768.291,64.8301,3.42085,604800,0,0,17605,31550,0,0,0,0),(53050,22963,564,1,1,21535,1,770.036,781.031,67.044,2.00713,604800,0,0,17605,31550,0,0,0,0),(53051,22963,564,1,1,21535,1,771.916,786.648,66.1781,3.21141,604800,0,0,17605,31550,0,0,0,0),(53052,22963,564,1,1,21535,1,766.071,761.649,66.069,3.38594,604800,0,0,17605,31550,0,0,0,0),(53053,22963,564,1,1,21535,1,767.072,754.671,67.7514,3.33358,604800,0,0,17605,31550,0,0,0,0),(53054,22964,564,1,1,19199,0,833.48,523.838,165.731,4.69426,604800,0,0,206500,33090,2,0,0,0),(53055,22964,564,1,1,19199,0,925.1,342.974,192.838,1.80203,604800,0,0,206500,33090,2,0,0,0),(53056,22964,564,1,1,19199,0,939.666,395.546,192.201,6.19977,604800,0,0,206500,33090,2,0,0,0),(53057,22964,564,1,1,19199,0,865.239,401.953,192.802,2.86036,604800,0,0,206500,33090,2,0,0,0),(53058,22964,564,1,1,19199,0,895.507,366.575,112.768,3.58267,604800,0,0,206500,33090,2,0,0,0),(53059,22964,564,1,1,19199,0,945.01,107.086,192.849,1.49023,604800,0,0,206500,33090,2,0,0,0),(53060,22965,564,1,1,21196,0,931.001,550.089,139.304,0.017453,604800,5,0,125668,0,1,0,0,0),(53061,22965,564,1,1,21529,0,908.431,335.233,112.768,3.19534,604800,5,0,125668,0,1,0,0,0),(53062,22965,564,1,1,21196,0,914.858,421.006,112.768,2.55972,604800,5,0,125668,0,1,0,0,0),(53063,22965,564,1,1,21197,0,955.072,381.297,112.768,6.22479,604800,5,0,125668,0,1,0,0,0),(53064,22965,564,1,1,21528,0,855.721,431.81,192.802,5.54488,604800,5,0,125668,0,1,0,0,0),(53065,22965,564,1,1,21197,0,955.278,403.641,112.768,6.27485,604800,5,0,125668,0,1,0,0,0),(53066,23222,564,1,1,21549,1,886.898,280.324,86.2443,4.86947,604800,0,0,276468,0,0,0,0,0),(53067,23222,564,1,1,21549,1,930.788,191.639,85.7245,3.36848,604800,0,0,276468,0,0,0,0,0),(53068,23223,564,1,1,21284,0,912.457,193.921,85.7245,6.12611,604800,0,0,22620,0,0,0,0,0),(53069,23223,564,1,1,21285,0,878.5,268.56,85.752,0.802851,604800,0,0,22620,0,0,0,0,0),(53070,23223,564,1,1,21286,0,874.967,286.388,86.0023,5.88176,604800,0,0,22620,0,0,0,0,0),(53071,23223,564,1,1,21284,0,879.201,295.699,86.1833,5.20108,604800,0,0,22620,0,0,0,0,0),(53072,23223,564,1,1,21286,0,887.574,295.111,86.2443,4.64258,604800,0,0,22620,0,0,0,0,0),(53073,23223,564,1,1,21286,0,895.578,291.652,86.2443,3.87463,604800,0,0,22620,0,0,0,0,0),(53074,23223,564,1,1,21285,0,903.228,277.122,86.2441,3.15905,604800,0,0,22620,0,0,0,0,0),(53075,23223,564,1,1,21284,0,898.905,268.595,86.2441,2.58309,604800,0,0,22620,0,0,0,0,0),(53076,23223,564,1,1,21286,0,895.579,260.827,86.2442,2.02458,604800,0,0,22620,0,0,0,0,0),(53077,23223,564,1,1,21286,0,885.164,259.881,86.2346,1.46608,604800,0,0,22620,0,0,0,0,0),(53078,23223,564,1,1,21284,0,868.353,277.797,85.9681,0.087266,604800,0,0,22620,0,0,0,0,0),(53079,23223,564,1,1,21285,0,897.255,282.08,86.2442,3.35103,604800,0,0,22620,0,0,0,0,0),(53080,23223,564,1,1,21284,0,937.406,203.651,85.7246,3.9968,604800,0,0,22620,0,0,0,0,0),(53081,23223,564,1,1,21286,0,938.825,195.987,85.7246,3.38594,604800,0,0,22620,0,0,0,0,0),(53082,23223,564,1,1,21285,0,934.484,180.941,86.2441,2.23402,604800,0,0,22620,0,0,0,0,0),(53083,23223,564,1,1,21286,0,920.84,179.66,86.2441,0.942478,604800,0,0,22620,0,0,0,0,0),(53084,23223,564,1,1,21285,0,915.516,187.521,85.7245,0.366519,604800,0,0,22620,0,0,0,0,0),(53085,23223,564,1,1,21284,0,918.252,197.465,85.7245,5.86431,604800,0,0,22620,0,0,0,0,0),(53117,23223,564,1,1,21284,0,941.453,186.824,85.7245,2.77507,604800,0,0,22620,0,0,0,0,0),(53158,23223,564,1,1,21284,0,930.145,202.292,85.7246,4.50295,604800,0,0,22620,0,0,0,0,0),(53167,23223,564,1,1,21285,0,922.07,204.094,85.7246,5.14872,604800,0,0,22620,0,0,0,0,0),(53205,23223,564,1,1,21286,0,927.226,177.336,86.2362,1.55334,604800,0,0,22620,0,0,0,0,0),(53206,23232,564,1,1,21355,0,927.12,99.1386,112.81,2.58309,604800,0,0,100534,0,0,0,0,0),(53207,23232,564,1,1,21355,0,930.852,81.5219,112.827,5.41052,604800,0,0,100534,0,0,0,0,0),(53208,23232,564,1,1,21355,0,650.592,81.9804,112.802,4.76475,604800,0,0,100534,0,0,0,0,0),(53209,23232,564,1,1,21355,0,678.841,84.4889,113.469,1.5708,604800,0,0,100534,0,0,0,0,0),(53210,23232,564,1,1,21355,0,690.893,47.7738,113.511,2.18166,604800,0,0,100534,0,0,0,0,0),(53211,23232,564,1,1,21355,0,808.419,107.089,112.659,0.92698,604800,5,0,100534,0,1,0,0,0),(53212,23232,564,1,1,21355,0,797.713,119.231,112.187,3.52653,604800,5,0,100534,0,1,0,0,0),(53213,23235,564,1,1,21555,1,918.546,93.7091,112.789,4.64258,604800,0,0,154980,0,0,0,0,0),(53214,23235,564,1,1,21555,1,923.241,90.319,112.785,3.78736,604800,0,0,154980,0,0,0,0,0),(53215,23235,564,1,1,21556,1,656.694,70.788,112.794,6.00393,604800,0,0,154980,0,0,0,0,0),(53216,23235,564,1,1,21554,1,664.082,61.6576,112.827,5.23599,604800,0,0,154980,0,0,0,0,0),(53227,23235,564,1,1,21556,1,807.187,112.013,112.696,3.735,604800,0,0,154980,0,0,0,0,0),(53228,23235,564,1,1,21554,1,798.155,114.149,112.45,5.67232,604800,0,0,154980,0,0,0,0,0),(53229,23235,564,1,1,21554,1,709.456,76.821,113.03,0.680678,604800,0,0,154980,0,0,0,0,0),(53230,23235,564,1,1,21554,1,646.651,61.5354,121.632,5.96903,604800,0,0,154980,0,0,0,0,0),(53231,23236,564,1,1,21553,1,919.687,87.2138,112.78,1.97222,604800,0,0,150801,0,0,0,0,0),(53232,23236,564,1,1,21553,1,938.687,89.5781,112.783,4.08407,604800,0,0,150801,0,0,0,0,0),(53233,23236,564,1,1,21553,1,660.156,65.7201,112.761,0.680678,604800,0,0,150801,0,0,0,0,0),(53234,23236,564,1,1,21553,1,667.295,57.295,112.826,0.872665,604800,0,0,150801,0,0,0,0,0),(53235,23236,564,1,1,21553,1,796.487,106.6,112.638,2.9147,604800,0,0,150801,0,0,0,0,0),(53585,23236,564,1,1,21553,1,790.555,108.106,112.472,6.14356,604800,0,0,150801,0,0,0,0,0),(53586,23236,564,1,1,21553,1,688.117,70.6443,112.836,0.191986,604800,0,0,150801,0,0,0,0,0),(53617,23236,564,1,1,21553,1,644.341,78.6736,113.072,0.401426,604800,0,0,150801,0,0,0,0,0),(53688,23237,564,1,1,21551,1,915.303,87.4846,112.778,5.68977,604800,0,0,120624,32310,0,0,0,0),(53699,23237,564,1,1,21551,1,934.468,91.0818,112.788,5.25344,604800,0,0,120624,32310,0,0,0,0),(53700,23237,564,1,1,21552,1,670.078,66.4165,112.832,2.84489,604800,0,0,120624,32310,0,0,0,0),(53701,23237,564,1,1,21552,1,667.718,72.8248,112.813,3.90954,604800,0,0,120624,32310,0,0,0,0),(53703,23237,564,1,1,21551,1,811.081,102.158,112.766,2.68781,604800,0,0,120624,32310,0,0,0,0),(53704,23237,564,1,1,21551,1,789.627,100.289,112.793,6.0912,604800,0,0,120624,32310,0,0,0,0),(53710,23237,564,1,1,21552,1,703.572,61.1383,112.836,3.80482,604800,0,0,120624,32310,0,0,0,0),(53711,23237,564,1,1,21552,1,687.661,100.168,112.813,5.0091,604800,0,0,120624,32310,0,0,0,0),(53712,23239,564,1,1,21550,1,888.257,273.772,86.2442,2.02458,604800,0,0,276468,0,0,0,0,0),(53713,23239,564,1,1,21550,1,924.336,191.349,85.7246,0.174533,604800,0,0,276468,0,0,0,0,0),(53714,22984,564,1,1,16925,0,785.456,464.293,164.169,5.34071,604800,0,0,3827,0,0,0,0,0),(53717,23499,564,1,1,11686,0,723.065,305.023,277.526,3.14159,604800,0,0,4890200,0,0,0,0,0),(53719,23502,564,1,1,15435,0,543.956,209.861,94.8715,2.98451,604800,0,0,1,0,0,0,0,0),(53720,23502,564,1,1,15435,0,509.794,223.785,94.9769,5.75959,604800,0,0,1,0,0,0,0,0),(53722,23502,564,1,1,15435,0,451.861,168.554,95.1034,4.32842,604800,0,0,1,0,0,0,0,0),(53723,23502,564,1,1,15435,0,551.851,155.973,95.0204,4.95674,604800,0,0,1,0,0,0,0,0),(53724,23502,564,1,1,15435,0,552.404,134.596,95.1777,4.15388,604800,0,0,1,0,0,0,0,0),(53725,23502,564,1,1,15435,0,486.545,221.592,95.0238,2.9147,604800,0,0,1,0,0,0,0,0),(53756,23502,564,1,1,15435,0,554.014,179.509,95.0317,1.78024,604800,0,0,1,0,0,0,0,0),(53759,23502,564,1,1,15435,0,541.97,168.221,95.1034,0.087266,604800,0,0,1,0,0,0,0,0),(53762,23502,564,1,1,15435,0,440.044,180.649,95.0092,3.1765,604800,0,0,1,0,0,0,0,0),(53763,23502,564,1,1,15435,0,441.365,129.076,94.8605,4.66003,604800,0,0,1,0,0,0,0,0),(53793,23502,564,1,1,15435,0,452.296,214.694,96.0577,0.349066,604800,0,0,1,0,0,0,0,0),(53794,23502,564,1,1,15435,0,438.328,157.331,95.025,5.18363,604800,0,0,1,0,0,0,0,0),(53795,23502,564,1,1,15435,0,522.254,116.942,112.726,5.02655,604800,0,0,1,0,0,0,0,0),(53796,23018,564,1,1,21379,1,434.989,261.706,172.368,4.70618,604800,5,0,140728,64620,1,0,0,0),(53797,23018,564,1,1,21378,1,439.994,262.253,172.612,4.70577,604800,5,0,140728,64620,1,0,0,0),(53798,23018,564,1,1,21379,1,458.21,170.244,163.981,6.27262,604800,5,0,140728,64620,1,0,0,0),(53799,23018,564,1,1,21378,1,436.145,170.477,163.981,4.62763,604800,0,0,140728,64620,0,0,0,0),(53800,23018,564,1,1,21378,1,563.892,110.831,148.604,3.12589,604800,5,0,140728,64620,1,0,0,0),(53801,23018,564,1,1,21379,1,586.709,110.746,139.313,3.15837,604800,0,0,140728,64620,0,0,0,0),(53802,22515,564,1,1,16925,0,656.859,344.072,370.083,5.23599,604800,0,0,4120,0,0,0,0,0),(53803,22515,564,1,1,16925,0,740.356,242.838,353.079,4.83456,604800,0,0,4120,0,0,0,0,0),(53804,22515,564,1,1,16925,0,705.922,337.146,370.083,3.9619,604800,0,0,4120,0,0,0,0,0),(53805,22515,564,1,1,16925,0,748.055,237.424,353.079,5.34071,604800,0,0,4120,0,0,0,0,0),(53806,22515,564,1,1,16925,0,752.277,369.94,353.158,2.89725,604800,0,0,4120,0,0,0,0,0),(53807,22515,564,1,1,16925,0,676.927,252.816,360.083,2.49582,604800,0,0,4120,0,0,0,0,0),(53808,22515,564,1,1,16925,0,727.875,305.365,360.083,1.43117,604800,0,0,4120,0,0,0,0,0),(53809,22515,564,1,1,16925,0,564.315,929.047,61.9264,6.02139,604800,0,0,4120,0,0,0,0,0),(53810,22515,564,1,1,16925,0,743.745,364.818,353.079,1.67552,604800,0,0,4120,0,0,0,0,0),(53811,22515,564,1,1,16925,0,677.545,357.509,360.083,6.03884,604800,0,0,4120,0,0,0,0,0),(53812,22515,564,1,1,16925,0,676.021,305.455,353.582,3.82227,604800,0,0,4120,0,0,0,0,0),(53813,22515,564,1,1,16925,0,706.227,273.264,370.083,2.28638,604800,0,0,4120,0,0,0,0,0),(53814,22515,564,1,1,16925,0,658.83,265.099,370.083,1.09956,604800,0,0,4120,0,0,0,0,0),(53815,23028,564,1,1,21538,1,605.283,900.522,59.0442,3.24826,604800,5,0,120624,32310,1,0,0,0),(53816,23028,564,1,1,21538,1,775.079,766.952,66.1695,1.59721,604800,0,0,120624,32310,2,0,0,0),(53817,23028,564,1,1,21539,1,795.134,923.213,56.8142,0.467618,604800,5,0,120624,32310,1,0,0,0),(53818,23028,564,1,1,21538,1,792.685,926.458,56.4392,0.269899,604800,5,0,120624,32310,1,0,0,0),(53819,23028,564,1,1,21539,1,817.602,927.482,56.7336,2.32234,604800,5,0,120624,32310,1,0,0,0),(53820,23028,564,1,1,21538,1,618.848,967.643,56.0339,5.46778,604800,5,0,120624,32310,1,0,0,0),(53821,23028,564,1,1,21538,1,623.037,970.488,56.0675,5.46771,604800,5,0,120624,32310,1,0,0,0),(53822,22517,564,1,1,16925,0,703.999,585.379,112.711,1.51844,604800,0,0,4120,0,0,0,0,0),(53823,22517,564,1,1,16925,0,600.887,402.192,187.173,4.95674,604800,0,0,4120,0,0,0,0,0),(53824,22517,564,1,1,16925,0,945.228,164.548,197.158,1.51844,604800,0,0,4120,0,0,0,0,0),(53825,22517,564,1,1,16925,0,753.435,276.779,63.8543,1.58825,604800,0,0,4120,0,0,0,0,0),(53826,22517,564,1,1,16925,0,435.294,741.606,15.2089,1.18682,604800,0,0,4120,0,0,0,0,0),(53827,23030,564,1,1,21544,1,586.461,877.008,184.506,1.56462,604800,50,0,140728,32310,1,0,0,0),(53828,23030,564,1,1,21544,1,671.666,851.845,184.506,-3.12458,604800,50,0,140728,32310,1,0,0,0),(53829,23030,564,1,1,21543,1,613.381,861.349,184.506,3.2175,604800,50,0,140728,32310,1,0,0,0),(53830,23030,564,1,1,21544,1,774.8,742.823,171.933,2.09808,604800,50,0,140728,32310,1,0,0,0),(53831,23030,564,1,1,21544,1,782.901,826.758,157.837,2.88201,604800,50,0,140728,32310,1,0,0,0),(53841,23030,564,1,1,21543,1,777.273,711.115,171.933,1.40908,604800,50,0,140728,32310,1,0,0,0),(53842,23030,564,1,1,21544,1,759.314,698.419,100.44,1.98336,604800,50,0,140728,32310,1,0,0,0),(53843,23030,564,1,1,21544,1,612.387,854.494,89.1482,2.983,604800,50,0,140728,32310,1,0,0,0),(53893,23030,564,1,1,21543,1,667.795,938.849,54.7873,3.42085,604800,0,0,140728,32310,0,0,0,0),(53906,23030,564,1,1,21543,1,663.321,915.896,55.944,2.75762,604800,0,0,140728,32310,0,0,0,0),(53907,23030,564,1,1,21543,1,619.52,736.459,181.093,0.897722,604800,50,0,140728,32310,1,0,0,0),(53908,23030,564,1,1,21544,1,624.296,663.914,181.093,2.7997,604800,50,0,140728,32310,1,0,0,0),(53909,23030,564,1,1,21544,1,630.91,721.643,181.093,0.960804,604800,50,0,140728,32310,1,0,0,0),(53910,23030,564,1,1,21544,1,745.065,920.367,54.0259,2.68781,604800,0,0,140728,32310,0,0,0,0),(53911,23030,564,1,1,21543,1,740.413,946.561,54.34,3.54302,604800,0,0,140728,32310,0,0,0,0),(53912,23030,564,1,1,21544,1,720.604,782.555,88.6331,1.53273,604800,50,0,140728,32310,1,0,0,0),(53913,23030,564,1,1,21544,1,726.222,803.719,91.905,4.54202,604800,50,0,140728,32310,1,0,0,0),(53914,23030,564,1,1,21543,1,683.819,968.434,169.708,3.43505,604800,50,0,140728,32310,1,0,0,0),(53915,23030,564,1,1,21543,1,669.091,693.53,169.708,-2.51146,604800,50,0,140728,32310,1,0,0,0),(53916,23030,564,1,1,21544,1,673.187,683.469,169.708,0.132817,604800,50,0,140728,32310,1,0,0,0),(53917,23030,564,1,1,21544,1,601.692,852.726,64.1991,5.60251,604800,0,0,140728,32310,0,0,0,0),(53918,23288,564,1,1,20577,0,517.166,416.095,141.443,4.76475,604800,0,0,6986,0,0,0,0,0),(53939,23033,564,1,1,0,0,556.21,402.446,212.419,0.244346,604800,0,0,42,0,0,0,0,0),(53944,23033,564,1,1,0,0,609.104,409.55,208.992,4.34587,604800,0,0,42,0,0,0,0,0),(53945,23033,564,1,1,0,0,537.16,417.516,211.298,1.25664,604800,0,0,42,0,0,0,0,0),(53946,23033,564,1,1,0,0,568.844,383.812,211.298,2.75762,604800,0,0,42,0,0,0,0,0),(53947,23033,564,1,1,0,0,594.946,404.172,208.992,3.07178,604800,0,0,42,0,0,0,0,0),(53948,23033,564,1,1,0,0,619.737,402.281,201.756,2.51327,604800,0,0,42,0,0,0,0,0),(53949,23033,564,1,1,0,0,577.757,401.562,211.204,1.48353,604800,0,0,42,0,0,0,0,0),(53950,23033,564,1,1,0,0,535.712,382.132,211.299,3.92699,604800,0,0,42,0,0,0,0,0),(53952,23033,564,1,1,0,0,599.895,389.658,202.472,5.11381,604800,0,0,42,0,0,0,0,0),(53956,23033,564,1,1,0,0,551.914,401.148,211.823,4.00156,604800,0,0,42,0,0,0,0,0),(53974,23033,564,1,1,0,0,546.845,413.32,211.509,2.74445,604800,0,0,42,0,0,0,0,0),(53975,23033,564,1,1,0,0,574.409,403.679,210.753,0.023386,604800,0,0,42,0,0,0,0,0),(53976,23033,564,1,1,0,0,578.984,401.753,211.045,3.29514,604800,0,0,42,0,0,0,0,0),(53977,23033,564,1,1,0,0,574.945,401.898,211.339,3.11611,604800,0,0,42,0,0,0,0,0),(53978,23033,564,1,1,0,0,568.597,419.823,211.298,3.83972,604800,0,0,42,0,0,0,0,0),(84716,23191,564,1,1,0,1,547.186,400.534,112.867,3.12414,604800,0,0,455250,3387,0,0,0,0),(53133,10391,329,1,1,9784,1,3594.25,-3470.98,134.98,2.03961,86400,5,0,2699,0,1,0,0,0),(53140,10391,329,1,1,9784,1,3675.72,-3355.71,126.064,2.73409,86400,5,0,2699,0,1,0,0,0),(53141,10391,329,1,1,9784,1,3679.91,-3348.5,125.79,0.569313,86400,5,0,2699,0,1,0,0,0),(53142,10391,329,1,1,9787,1,3490.53,-3381.79,135.329,2.97251,86400,5,0,2699,0,1,0,0,0),(53143,10391,329,1,1,9784,1,3497.48,-3379.11,135.253,5.44695,86400,5,0,2699,0,1,0,0,0),(53144,10391,329,1,1,9788,1,3560.96,-3317.32,130.233,5.46213,86400,5,0,2699,0,1,0,0,0),(53145,10391,329,1,1,9786,1,3565.04,-3320.28,130.093,2.92852,86400,5,0,2699,0,1,0,0,0),(53146,10391,329,1,1,9786,1,3477.98,-3297.18,131.499,2.01543,86400,5,0,2699,0,1,0,0,0),(53147,10391,329,1,1,9788,1,3487.44,-3293.41,130.884,6.23791,86400,5,0,2699,0,1,0,0,0),(53148,10391,329,1,1,9787,1,3435.75,-3383.41,141.107,2.83097,86400,2,0,2699,0,1,0,0,0),(53149,10391,329,1,1,9787,1,3426.92,-3382.65,141.453,3.36123,86400,2,0,2699,0,1,0,0,0),(53150,10391,329,1,1,9788,1,3580,-3340.8,128.446,2.13152,86400,5,0,2699,0,1,0,0,0),(53151,10391,329,1,1,9787,1,3585.29,-3343.82,128.051,0.488365,86400,5,0,2699,0,1,0,0,0),(53152,10391,329,1,1,9788,1,3679.71,-3291.16,127.943,5.03931,86400,5,0,2699,0,1,0,0,0),(53153,10391,329,1,1,9784,1,3676.31,-3295.03,127.757,1.0917,86400,5,0,2699,0,1,0,0,0),(53161,10391,329,1,1,9787,1,3550.92,-3378.58,132.764,1.63767,86400,5,0,2699,0,1,0,0,0),(53162,10391,329,1,1,9786,1,3546.02,-3376.33,132.486,2.03614,86400,5,0,2699,0,1,0,0,0),(53163,10391,329,1,1,9787,1,3731.19,-3263.01,128.295,0.845726,86400,5,0,2699,0,1,0,0,0),(53164,10391,329,1,1,9787,1,3727.8,-3266.88,128.444,2.52093,86400,5,0,2699,0,1,0,0,0),(53165,10391,329,1,1,9784,1,3693.51,-3391.12,131.853,3.44242,86400,5,0,2699,0,1,0,0,0),(53179,10391,329,1,1,9787,1,3692.67,-3397.77,132.193,1.6202,86400,5,0,2699,0,1,0,0,0),(53180,10391,329,1,1,9784,1,3615.97,-3491.77,136.805,3.51649,86400,5,0,2699,0,1,0,0,0),(53184,10391,329,1,1,9786,1,3627.89,-3498.67,136.835,6.03546,86400,5,0,2699,0,1,0,0,0),(53185,10391,329,1,1,9788,1,3686.57,-3483.44,133.764,3.55056,86400,5,0,2699,0,1,0,0,0),(53186,10391,329,1,1,9787,1,3679.76,-3485.78,134.661,3.2347,86400,5,0,2699,0,1,0,0,0),(53187,10391,329,1,1,9784,1,3664.58,-3325.37,123.532,1.2766,86400,5,0,2699,0,1,0,0,0),(53188,10391,329,1,1,9788,1,3656.47,-3328.22,123.607,2.15457,86400,5,0,2699,0,1,0,0,0),(53189,10391,329,1,1,9788,1,3633.91,-3511.75,136.466,1.35692,86400,5,0,2699,0,1,0,0,0),(53190,10391,329,1,1,9784,1,3630.8,-3514,136.498,0.301834,86400,5,0,2699,0,1,0,0,0),(53191,10391,329,1,1,9784,1,3686.8,-3152.24,127.372,1.88714,86400,8,0,2699,0,1,0,0,0),(53192,10391,329,1,1,9784,1,3640.94,-3177.05,128.045,6.02752,86400,8,0,2699,0,1,0,0,0),(95025,17527,530,1,1,0,0,-2133.45,-10906.5,73.7422,5.77157,300,5,0,356,0,1,0,0,0),(95022,17527,530,1,1,0,0,-10956.1,-10956.1,65.024,4.69953,300,5,0,356,0,1,0,0,0),(95023,17527,530,1,1,0,0,-2067.42,-11195.4,72.8328,0.0264056,300,5,0,356,0,1,0,0,0),(95020,17527,530,1,1,0,0,-2049.52,-11077.6,57.4168,0.00284146,300,5,0,356,0,1,0,0,0),(95021,17527,530,1,1,0,0,-2099.63,-10838.4,70.4617,5.41424,300,5,0,356,0,1,0,0,0),(53238,10391,329,1,1,9787,1,3705.17,-3168.02,127.73,5.48033,86400,0,0,2699,0,0,0,0,0),(95027,17527,530,1,1,0,0,-2102.43,-11019.7,59.6297,5.58701,300,5,0,356,0,1,0,0,0),(53240,10391,329,1,1,9786,1,3698.47,-3197.32,127.892,2.16421,86400,0,0,2699,0,0,0,0,0),(53241,10391,329,1,1,9784,1,3645.58,-3209.03,129.123,1.27409,86400,8,0,2699,0,1,0,0,0),(53242,10391,329,1,1,9787,1,3613.03,-3176.76,132.106,4.72984,86400,8,0,2699,0,1,0,0,0),(53243,10398,329,1,1,10634,1,3829.61,-3698.28,143.387,0.383972,86400,0,0,6030,10922,0,0,0,0),(53244,10398,329,1,1,10631,1,3884.31,-3536.34,138.722,4.13643,86400,0,0,6030,10922,0,0,0,0),(53245,10398,329,1,1,10634,1,3881.51,-3529.74,139.191,3.33358,86400,0,0,6030,10922,0,0,0,0),(53246,10398,329,1,1,10634,1,4000.77,-3642.53,131.913,0.523599,86400,0,0,6030,10922,0,0,0,0),(53247,10398,329,1,1,10631,1,3952.27,-3564.68,130.852,5.74213,86400,0,0,6030,10922,0,0,0,0),(53248,10398,329,1,1,10633,1,4021.41,-3618.52,131.038,5.84685,86400,0,0,6030,10922,0,0,0,0),(53249,10398,329,1,1,10632,1,3999.92,-3639.64,131.909,5.98648,86400,0,0,6030,10922,0,0,0,0),(53250,10398,329,1,1,10633,1,3888.94,-3708.61,143.682,4.41568,86400,0,0,6030,10922,0,0,0,0),(53251,10398,329,1,1,10632,1,3853.18,-3553.89,139.772,5.13127,86400,0,0,6030,10922,0,0,0,0),(53252,10398,329,1,1,10631,1,4025.44,-3620.96,131.121,2.56563,86400,0,0,6030,10922,0,0,0,0),(53253,10398,329,1,1,10634,1,3855.52,-3560.36,140.537,1.8675,86400,0,0,6030,10922,0,0,0,0),(53254,10398,329,1,1,10631,1,4029.56,-3639.27,133.738,5.23599,86400,0,0,6030,10922,0,0,0,0),(53255,10398,329,1,1,10634,1,3955.43,-3568.09,129.926,2.11185,86400,0,0,6030,10922,0,0,0,0),(53256,10398,329,1,1,10633,1,3854.3,-3609.99,144.861,4.34587,86400,0,0,6030,10922,0,0,0,0),(53257,10399,329,1,1,10536,1,4057.55,-3666.56,135.737,2.51327,86400,0,0,2961,0,0,0,0,0),(53258,10399,329,1,1,10537,1,4052.36,-3672.82,132.738,0.977384,86400,0,0,2961,0,0,0,0,0),(53259,10399,329,1,1,10538,1,4057.06,-3674.9,132.738,1.5708,86400,0,0,2961,0,0,0,0,0),(53260,10399,329,1,1,10536,1,4065.72,-3665.17,132.738,3.24631,86400,0,0,2961,0,0,0,0,0),(53261,10399,329,1,1,10537,1,4063.17,-3660.81,132.738,3.83972,86400,0,0,2961,0,0,0,0,0),(53262,10399,329,1,1,10536,1,3839.72,-3500.14,144.293,5.23599,86400,0,0,2961,0,0,0,0,0),(53263,10399,329,1,1,10535,1,3846.93,-3496.3,141.293,3.64774,86400,0,0,2961,0,0,0,0,0),(53264,10399,329,1,1,10535,1,3843.42,-3492.81,141.293,4.2586,86400,0,0,2961,0,0,0,0,0),(53265,10399,329,1,1,10536,1,3831.76,-3498.69,141.293,6.0912,86400,0,0,2961,0,0,0,0,0),(53266,10399,329,1,1,10536,1,3832.5,-3503.44,141.294,0.401426,86400,0,0,2961,0,0,0,0,0),(53267,10399,329,1,1,10537,1,3929.79,-3674.34,156.555,5.18363,86400,0,0,2961,0,0,0,0,0),(53268,10399,329,1,1,10535,1,3848.18,-3747.74,148.174,1.39626,86400,0,0,2961,0,0,0,0,0),(53269,10399,329,1,1,10536,1,3839.77,-3746.79,145.175,6.23082,86400,0,0,2961,0,0,0,0,0),(53270,10399,329,1,1,10536,1,3840.35,-3751.6,145.175,0.506145,86400,0,0,2961,0,0,0,0,0),(53271,10399,329,1,1,10535,1,3852.87,-3754.37,145.175,2.14675,86400,0,0,2961,0,0,0,0,0),(53272,10399,329,1,1,10538,1,3855.6,-3749.94,145.175,2.79253,86400,0,0,2961,0,0,0,0,0),(53273,10400,329,1,1,10540,1,3894.39,-3665.17,141.097,0.087266,86400,0,0,6408,11502,0,0,0,0),(53274,10400,329,1,1,10541,1,3956.98,-3564.79,129.275,3.45575,86400,0,0,6408,11502,0,0,0,0),(53275,10400,329,1,1,10541,1,3874.31,-3530.61,138.431,0.05236,86400,0,0,6408,11502,0,0,0,0),(53276,10400,329,1,1,10540,1,3833.74,-3694.12,143.266,4.27606,86400,0,0,6408,11502,0,0,0,0),(53277,10400,329,1,1,10539,1,4026.23,-3643.39,133.837,5.91667,86400,0,0,6408,11502,0,0,0,0),(53278,10400,329,1,1,10542,1,4004.1,-3639.83,131.702,3.61283,86400,0,0,6408,11502,0,0,0,0),(53279,10400,329,1,1,10540,1,3902.89,-3664.17,139.883,3.28122,86400,0,0,6408,11502,0,0,0,0),(53280,10400,329,1,1,10542,1,4019.96,-3614.27,131.606,5.48033,86400,0,0,6408,11502,0,0,0,0),(53281,10400,329,1,1,10542,1,3835.26,-3698.04,142.876,2.84489,86400,0,0,6408,11502,0,0,0,0),(53282,10400,329,1,1,10540,1,3852.82,-3614.61,145.467,1.32645,86400,0,0,6408,11502,0,0,0,0),(53283,10400,329,1,1,10541,1,3988.43,-3540.57,124.662,6.00393,86400,0,0,6408,11502,0,0,0,0),(53284,10400,329,1,1,10540,1,4027.78,-3641.1,133.629,5.5676,86400,0,0,6408,11502,0,0,0,0),(53285,10400,329,1,1,10542,1,3992.31,-3541.65,124.509,2.87979,86400,0,0,6408,11502,0,0,0,0),(53286,10400,329,1,1,10541,1,3886.05,-3708.18,143.614,5.32325,86400,0,0,6408,11502,0,0,0,0),(53287,10400,329,1,1,10540,1,4023.59,-3616.79,131.632,2.49582,86400,0,0,6408,11502,0,0,0,0),(53288,10400,329,1,1,10542,1,3888.36,-3712.72,143.354,1.69297,86400,0,0,6408,11502,0,0,0,0),(53289,10400,329,1,1,10540,1,3880.09,-3540.83,138.284,0.698132,86400,0,0,6408,11502,0,0,0,0),(53290,10405,329,1,1,559,0,3714.09,-3462.92,130.018,2.03606,86400,5,0,8352,0,1,0,0,0),(53291,10405,329,1,1,559,0,3641.66,-3472.63,138.752,5.75959,86400,0,0,8352,0,0,0,0,0),(53292,10405,329,1,1,559,0,3728.83,-3453.79,130.257,4.95674,86400,0,0,8352,0,0,0,0,0),(53293,10405,329,1,1,559,0,3603.74,-3486.7,135.76,4.17336,86400,5,0,8352,0,1,0,0,0),(53294,10405,329,1,1,559,0,4054.57,-3514.83,122.07,5.84685,86400,0,0,8352,0,0,0,0,0),(53295,10405,329,1,1,559,0,4019.97,-3561.34,126.63,0.698132,86400,0,0,8352,0,0,0,0,0),(53296,10405,329,1,1,559,0,3855.54,-3664.61,144.512,2.33874,86400,0,0,8352,0,0,0,0,0),(53297,10917,329,1,1,10217,1,3680.53,-3643.8,140.027,5.46288,86400,0,0,7326,3651,0,0,0,0),(53298,10405,329,1,1,559,0,3671.39,-3266.41,127.872,0.942478,86400,0,0,8352,0,0,0,0,0),(53299,10405,329,1,1,559,0,3680.58,-3378.88,129.372,4.72812,86400,5,0,8352,0,1,0,0,0),(53300,10405,329,1,1,559,0,3729.88,-3457.67,130.372,1.85005,86400,0,0,8352,0,0,0,0,0),(53587,10405,329,1,1,559,0,3688.22,-3413.07,133.199,0.733038,86400,0,0,8352,0,0,0,0,0),(53588,10405,329,1,1,559,0,3599.83,-3512.07,137.782,6.23082,86400,0,0,8352,0,0,0,0,0),(53589,10405,329,1,1,559,0,3605.81,-3515,138.072,2.68781,86400,0,0,8352,0,0,0,0,0),(53590,10405,329,1,1,559,0,3691.85,-3411.13,133.07,3.4383,86400,0,0,8352,0,0,0,0,0),(53591,10405,329,1,1,559,0,4012.3,-3524.99,122.062,0.767945,86400,0,0,8352,0,0,0,0,0),(53592,10405,329,1,1,559,0,4006.36,-3596.17,130.203,0.610865,86400,0,0,8352,0,0,0,0,0),(53593,10405,329,1,1,559,0,3972.59,-3649,134.522,5.8294,86400,0,0,8352,0,0,0,0,0),(53594,10405,329,1,1,559,0,3485.74,-3375.05,135.032,2.44818,86400,0,0,8352,0,2,0,0,0),(53595,10405,329,1,1,559,0,3672.73,-3262.85,127.883,4.60767,86400,0,0,8352,0,0,0,0,0),(53596,10405,329,1,1,559,0,3898.28,-3666.94,140.008,1.55334,86400,0,0,8352,0,0,0,0,0),(53597,10405,329,1,1,559,0,3971.39,-3583.59,128.364,4.92183,86400,0,0,8352,0,0,0,0,0),(53598,10405,329,1,1,559,0,4022.91,-3517.33,122.107,3.54302,86400,0,0,8352,0,0,0,0,0),(53599,10405,329,1,1,559,0,3646.34,-3472.8,138.284,3.68265,86400,0,0,8352,0,0,0,0,0),(53600,10405,329,1,1,559,0,3683.03,-3292.63,127.867,0.932354,86400,5,0,8352,0,1,0,0,0),(53601,10405,329,1,1,559,0,3606.79,-3487.57,136.021,4.76394,86400,0,0,8352,0,2,0,0,0),(53650,10405,329,1,1,559,0,3537.18,-3375.23,132.372,5.25841,86400,0,0,8352,0,2,0,0,0),(53654,10405,329,1,1,559,0,3821.31,-3685.07,144.894,1.0472,86400,0,0,8352,0,0,0,0,0),(53669,10405,329,1,1,559,0,3972.95,-3591.59,128.776,1.74533,86400,0,0,8352,0,0,0,0,0),(53672,10405,329,1,1,559,0,4016.6,-3516.25,122.13,5.14872,86400,0,0,8352,0,0,0,0,0),(53673,10405,329,1,1,559,0,3973.07,-3623.11,130.109,0.418879,86400,0,0,8352,0,0,0,0,0),(53674,10405,329,1,1,559,0,3526.58,-3321.72,130.781,2.93978,86400,0,0,8352,0,2,0,0,0),(53675,10405,329,1,1,559,0,3715.36,-3438.74,129.506,4.9997,86400,0,0,8352,0,2,0,0,0),(53676,10405,329,1,1,559,0,3534.8,-3369.51,132.411,4.60103,86400,5,0,8352,0,1,0,0,0),(53677,10405,329,1,1,559,0,3644.4,-3477.18,138.435,1.62316,86400,0,0,8352,0,0,0,0,0),(53678,10406,329,1,1,10626,0,3978.13,-3648.63,133.156,4.01426,86400,0,0,8613,0,0,0,0,0),(53691,10406,329,1,1,10626,0,4026.23,-3557.18,126.157,3.45575,86400,0,0,8613,0,0,0,0,0),(53692,10406,329,1,1,10626,0,3852.41,-3660.46,144.55,5.21853,86400,0,0,8613,0,0,0,0,0),(53693,10406,329,1,1,10626,0,4058.27,-3517.76,122.389,2.30383,86400,0,0,8613,0,0,0,0,0),(53694,10406,329,1,1,10626,0,3823.46,-3682.39,145.028,3.92699,86400,0,0,8613,0,0,0,0,0),(53695,10406,329,1,1,10626,0,3835.02,-3591.73,145.058,2.79253,86400,0,0,8613,0,0,0,0,0),(53696,10406,329,1,1,10626,0,3891.44,-3678.44,141.57,4.83456,86400,0,0,8613,0,2,0,0,0),(53697,10406,329,1,1,10626,0,3898.46,-3683.88,142.262,2.93215,86400,0,0,8613,0,0,0,0,0),(53698,10406,329,1,1,10626,0,3804.63,-3653.52,147.376,0.855211,86400,0,0,8613,0,0,0,0,0),(53702,10406,329,1,1,10626,0,4020.85,-3556.55,125.597,5.95157,86400,0,0,8613,0,0,0,0,0),(53706,10406,329,1,1,10626,0,3811.01,-3651.6,147.239,3.28122,86400,0,0,8613,0,0,0,0,0),(53707,10406,329,1,1,10626,0,4007.92,-3589.73,130.129,4.93928,86400,0,0,8613,0,0,0,0,0),(53708,10406,329,1,1,10626,0,3951.68,-3648.49,136.914,1.95477,86400,0,0,8613,0,0,0,0,0),(53709,10406,329,1,1,10626,0,3840.03,-3636.68,146.248,1.01229,86400,0,0,8613,0,0,0,0,0),(53715,10406,329,1,1,10626,0,4011.42,-3596.38,130.905,2.46091,86400,0,0,8613,0,0,0,0,0),(53716,10406,329,1,1,10626,0,3844.09,-3632.58,146.628,3.68265,86400,0,0,8613,0,0,0,0,0),(53726,10406,329,1,1,10626,0,3971.61,-3543.55,126.368,4.79965,86400,0,0,8613,0,0,0,0,0),(53727,10407,329,1,1,414,0,3979.07,-3620.75,129.757,3.47321,86400,0,0,8883,0,0,0,0,0),(53728,10407,329,1,1,414,0,3973.51,-3550.02,125.891,2.26893,86400,0,0,8883,0,0,0,0,0),(53729,10407,329,1,1,414,0,3807.41,-3646.83,146.999,4.39823,86400,0,0,8883,0,0,0,0,0),(53761,10407,329,1,1,414,0,3830.42,-3592.75,145.511,0.750492,86400,0,0,8883,0,0,0,0,0),(53777,10407,329,1,1,414,0,3942.94,-3638.15,136.92,0.331613,86400,0,0,8883,0,0,0,0,0),(53778,10407,329,1,1,414,0,4019.1,-3522.99,122.102,1.85005,86400,0,0,8883,0,0,0,0,0),(53779,10407,329,1,1,414,0,3949.97,-3636,134.591,3.38594,86400,0,0,8883,0,0,0,0,0),(53780,10407,329,1,1,414,0,3891.4,-3689,143.387,1.43117,86400,0,0,8883,0,0,0,0,0),(53781,10407,329,1,1,414,0,3966.53,-3546.19,127.225,5.93412,86400,0,0,8883,0,0,0,0,0),(53782,10407,329,1,1,414,0,3832.02,-3588.27,145.217,4.90438,86400,0,0,8883,0,0,0,0,0),(53784,10408,329,1,1,7533,0,3858.25,-3683.23,142.775,3.83062,86400,5,0,8097,0,1,0,0,0),(53785,10408,329,1,1,7533,0,3833.23,-3711.21,142.181,4.14354,86400,5,0,8097,0,1,0,0,0),(53786,10408,329,1,1,7533,0,4006.21,-3544.49,123.429,0.052646,86400,0,0,8097,0,0,0,0,0),(53787,10408,329,1,1,7533,0,3861.04,-3561.72,139.48,1.89164,86400,5,0,8097,0,1,0,0,0),(53792,10408,329,1,1,7533,0,3817.84,-3639.02,146.269,0.771651,86400,5,0,8097,0,1,0,0,0),(53852,10408,329,1,1,7533,0,3972.44,-3562.87,126.106,3.67678,86400,0,0,8097,0,0,0,0,0),(53853,10408,329,1,1,7533,0,3821.82,-3635.05,146.268,1.95872,86400,0,0,8097,0,0,0,0,0),(53854,10409,329,1,1,11071,0,4001.14,-3574.83,127.533,4.2764,86400,0,0,8613,0,0,0,0,0),(53894,10412,329,1,1,6841,0,3853.99,-3590.34,142.523,0.88975,86400,5,0,8613,0,1,0,0,0),(53899,10412,329,1,1,6841,0,3985.52,-3592.44,127.964,6.12493,86400,5,0,8613,0,1,0,0,0),(53900,10412,329,1,1,6841,0,3887.16,-3677.5,141.664,0.902485,86400,5,0,8613,0,1,0,0,0),(53901,10412,329,1,1,6841,0,3855.54,-3557.05,139.7,3.86782,86400,5,0,8613,0,1,0,0,0),(53902,10412,329,1,1,6841,0,3861.68,-3686.35,142.462,0.360177,86400,5,0,8613,0,1,0,0,0),(53903,10412,329,1,1,6841,0,3989.16,-3625.46,130.152,4.95631,86400,5,0,8613,0,1,0,0,0),(53904,10412,329,1,1,6841,0,3995.33,-3555.18,124.711,2.90855,86400,5,0,8613,0,1,0,0,0),(53905,10413,329,1,1,9758,0,3992.23,-3592.48,128.162,0.526674,86400,5,0,8883,0,1,0,0,0),(53927,29376,571,1,1,0,1,8050.99,-296.318,868.735,5.25344,300,0,0,1,0,0,0,0,0),(53932,10413,329,1,1,9758,0,3840.02,-3664.83,144.508,4.3269,86400,5,0,8883,0,1,0,0,0),(53934,10413,329,1,1,9758,0,3822.47,-3630.12,145.821,1.87391,86400,5,0,8883,0,1,0,0,0),(53935,10413,329,1,1,9758,0,3869.79,-3573.63,139.894,0.381868,86400,5,0,8883,0,1,0,0,0),(53936,10413,329,1,1,9758,0,3873.09,-3535.47,137.948,2.4098,86400,5,0,8883,0,1,0,0,0),(53937,16046,329,1,1,11686,0,3423.47,-3055.73,136.581,1.15192,7200,0,0,57,0,0,0,0,0),(53943,10414,329,1,1,1693,0,3658.83,-3494.78,136.637,2.07147,86400,0,0,16704,0,2,0,0,0),(53953,10414,329,1,1,1693,0,3560,-3333.56,129.345,3.55154,86400,0,0,16704,0,2,0,0,0),(53954,10414,329,1,1,1693,0,3659.59,-3336.16,123.813,2.4203,86400,0,0,16704,0,2,0,0,0),(53955,10415,329,1,1,9832,0,3847.58,-3748.46,195.809,1.36136,86400,0,0,3052,0,0,0,0,0),(53963,10415,329,1,1,9832,0,4057.59,-3665.95,183.078,2.44346,86400,0,0,3052,0,0,0,0,0),(53968,10415,329,1,1,9832,0,3838.85,-3500.02,192.029,5.21853,86400,0,0,3052,0,0,0,0,0),(53969,10416,329,1,1,9760,0,3990.78,-3381.93,118.724,3.3588,86400,5,0,14805,0,1,0,0,0),(54002,10416,329,1,1,9760,0,4009.16,-3434.68,120.951,2.33062,86400,5,0,14805,0,1,0,0,0),(54018,10416,329,1,1,9760,0,4097.98,-3397.96,115.993,0.935985,86400,5,0,14805,0,1,0,0,0),(54019,10416,329,1,1,9760,0,4053.98,-3413.3,116.076,3.38611,86400,5,0,14805,0,1,0,0,0),(54020,10417,329,1,1,12819,0,4022.83,-3424.39,117.549,3.00096,86400,5,0,15260,0,1,0,0,0),(54021,10417,329,1,1,12819,0,4052.9,-3432.7,118.528,1.09369,86400,5,0,15260,0,1,0,0,0),(54022,10417,329,1,1,12819,0,3998.95,-3403.29,117.52,3.13568,86400,5,0,15260,0,1,0,0,0),(54026,10417,329,1,1,12819,0,4089.61,-3431.32,116.945,1.1363,86400,5,0,15260,0,1,0,0,0),(54027,10417,329,1,1,12819,0,4083.99,-3379.84,116.318,5.4536,86400,5,0,15260,0,1,0,0,0),(54039,10417,329,1,1,12819,0,3995.31,-3425.23,120.991,5.27334,86400,5,0,15260,0,1,0,0,0),(54040,10417,329,1,1,12819,0,4040.22,-3443.81,119.751,5.7582,86400,5,0,15260,0,1,0,0,0),(54041,10417,329,1,1,12819,0,4072.01,-3401.01,115.653,3.69658,86400,5,0,15260,0,1,0,0,0),(54050,10417,329,1,1,12819,0,4012.37,-3401.48,116.073,0.155868,86400,5,0,15260,0,1,0,0,0),(54052,10418,329,1,1,10493,1,3633.58,-3170.49,129.056,4.76475,86400,0,0,8352,0,0,0,0,0),(54053,10418,329,1,1,10493,1,3601.5,-3104.47,134.205,0.401426,86400,0,0,8352,0,0,0,0,0),(54054,10418,329,1,1,10493,1,3660.57,-3096.98,134.2,3.49066,86400,0,0,8352,0,0,0,0,0),(54055,10418,329,1,1,10495,1,3658.14,-3092.85,134.2,3.92699,86400,0,0,8352,0,0,0,0,0),(54056,10418,329,1,1,10492,1,3680.72,-3148.38,127.405,3.85718,86400,0,0,8352,0,0,0,0,0),(54066,10418,329,1,1,10493,1,3589.99,-3062.48,136.08,4.90438,86400,0,0,8352,0,0,0,0,0),(54067,10418,329,1,1,10495,1,3593.58,-3071.62,136.075,4.79965,86400,0,0,8352,0,0,0,0,0),(54068,10418,329,1,1,10492,1,3623.2,-3100.3,134.207,1.65806,86400,0,0,8352,0,0,0,0,0),(54069,10418,329,1,1,10493,1,3656.91,-3161.94,128.359,5.39307,86400,0,0,8352,0,0,0,0,0),(54070,10418,329,1,1,10494,1,3664.29,-3157.06,128.357,5.18363,86400,0,0,8352,0,0,0,0,0),(54071,10418,329,1,1,10493,1,3616.44,-3097.42,134.372,3.73462,86400,0,0,8352,0,0,0,0,0),(54072,10418,329,1,1,10493,1,3580.16,-3092.94,136.073,0.20944,86400,0,0,8352,0,0,0,0,0),(54073,10418,329,1,1,10492,1,3658.43,-3178.07,126.696,5.23599,86400,0,0,8352,0,0,0,0,0),(54074,10418,329,1,1,10493,1,3665.62,-3173.88,126.551,5.02655,86400,0,0,8352,0,0,0,0,0),(54075,10418,329,1,1,10493,1,3665.86,-3190.78,126.324,5.16617,86400,0,0,8352,0,0,0,0,0),(54076,10418,329,1,1,10495,1,3659.01,-3196.85,126.949,5.61996,86400,0,0,8352,0,0,0,0,0),(54077,10418,329,1,1,10495,1,3638.98,-3075.01,134.205,5.28835,86400,0,0,8352,0,0,0,0,0),(54079,10419,329,1,1,10489,1,3683.18,-3176.32,126.596,4.60767,86400,0,0,5847,10680,0,0,0,0),(54081,10419,329,1,1,10489,1,3606.16,-3110.07,134.205,0.890118,86400,0,0,5847,10680,0,0,0,0),(54082,10419,329,1,1,10489,1,3680.66,-3207.96,127.269,5.09636,86400,0,0,5847,10680,0,0,0,0),(54083,10419,329,1,1,10488,1,3593.81,-3064.31,136.074,4.76475,86400,0,0,5847,10680,0,0,0,0),(54084,10419,329,1,1,10489,1,3616.1,-3091.5,134.205,6.00393,86400,0,0,5847,10680,0,0,0,0),(54085,10419,329,1,1,10491,1,3616.44,-3097.42,134.372,3.74266,86400,0,0,5847,10680,2,0,0,0),(54086,10419,329,1,1,10491,1,3581.43,-3086.79,136.075,6.07375,86400,0,0,5847,10680,0,0,0,0),(54087,10419,329,1,1,10490,1,3662.84,-3175.15,126.559,5.11381,86400,0,0,5847,10680,0,0,0,0),(54088,10419,329,1,1,10490,1,3646.46,-3076.75,134.205,4.53786,86400,0,0,5847,10680,0,0,0,0),(54089,10420,329,1,1,10499,1,3599.28,-3107.91,134.204,0.523599,86400,0,0,6681,4482,0,0,0,0),(54090,10420,329,1,1,10497,1,3663.41,-3093.63,134.2,3.63029,86400,0,0,6681,4482,0,0,0,0),(54091,10420,329,1,1,10499,1,3661.6,-3091.23,134.2,3.83972,86400,0,0,6681,4482,0,0,0,0),(54115,10420,329,1,1,10499,1,3595.8,-3067.59,136.066,4.67748,86400,0,0,6681,4482,0,0,0,0),(54116,10420,329,1,1,10499,1,3615.62,-3095.89,134.205,0.349066,86400,0,0,6681,4482,0,0,0,0),(54117,10420,329,1,1,10499,1,3661.57,-3157.8,128.945,5.23599,86400,0,0,6681,4482,0,0,0,0),(54137,10420,329,1,1,10496,1,3576.77,-3085.33,136.068,6.03884,86400,0,0,6681,4482,0,0,0,0),(54138,10420,329,1,1,10497,1,3661.89,-3192.89,126.691,5.37561,86400,0,0,6681,4482,0,0,0,0),(54139,10420,329,1,1,10497,1,3646.49,-3072.84,134.207,4.59022,86400,0,0,6681,4482,0,0,0,0),(54140,10421,329,1,1,10502,1,3530.25,-2969.89,125.085,6.10865,86400,0,0,6891,4578,0,0,0,0),(54141,10421,329,1,1,10500,1,3527.38,-2966.05,125.084,5.86431,86400,0,0,6891,4578,0,0,0,0),(54142,10421,329,1,1,10503,1,3565.13,-2968.24,125.085,5.32325,86400,0,0,6891,4578,0,0,0,0),(54144,10421,329,1,1,10503,1,3573.64,-2968.94,125.085,4.4855,86400,0,0,6891,4578,0,0,0,0),(54146,10421,329,1,1,10503,1,3577.94,-2999.8,125.085,3.59538,86400,0,0,6891,4578,0,0,0,0),(54147,10421,329,1,1,10501,1,3541.42,-2985.85,125.084,0.244346,86400,0,0,6891,4578,0,0,0,0),(54162,10421,329,1,1,10500,1,3543.1,-2989.67,125.085,0.331613,86400,0,0,6891,4578,0,0,0,0),(54166,10421,329,1,1,10500,1,3542.63,-3020.91,125.084,5.61996,86400,0,0,6891,4578,0,0,0,0),(54167,10421,329,1,1,10503,1,3545.78,-3017.46,125.083,5.3058,86400,0,0,6891,4578,0,0,0,0),(54168,10422,329,1,1,10507,1,3575.44,-2997.55,125.085,3.82227,86400,0,0,6030,10922,0,0,0,0),(54169,10422,329,1,1,10504,1,3535.72,-3057.91,135.332,2.40187,86400,0,0,6030,10922,0,0,0,0),(54170,10422,329,1,1,10505,1,3443.41,-3083.56,135.002,4.13137,86400,0,0,6030,10922,0,0,0,0),(54171,10423,329,1,1,10508,1,3529.63,-2960.39,125.083,5.48033,86400,0,0,6030,10922,0,0,0,0),(54172,10423,329,1,1,10508,1,3534.15,-2959.55,125.083,5.06145,86400,0,0,6030,10922,0,0,0,0),(54173,10423,329,1,1,10511,1,3568.78,-2966.41,125.084,4.95674,86400,0,0,6030,10922,0,0,0,0),(54174,10423,329,1,1,10508,1,3581.63,-2996.54,125.083,3.64774,86400,0,0,6030,10922,0,0,0,0),(54175,10423,329,1,1,10509,1,3547.5,-2993.13,125.084,1.02974,86400,0,0,6030,10922,0,0,0,0),(54179,10423,329,1,1,10510,1,3543.48,-3012.08,125.083,5.25344,86400,0,0,6030,10922,0,0,0,0),(54180,10424,329,1,1,10515,1,3673.93,-3182.6,126.318,4.93928,86400,0,0,7107,4738,0,0,0,0),(54201,10424,329,1,1,10513,1,3470.86,-3073.86,135.088,0.907571,86400,0,0,7107,4738,0,0,0,0),(54204,10424,329,1,1,10512,1,3465.61,-3065.72,135.084,0.20944,86400,0,0,7107,4738,0,0,0,0),(54205,10424,329,1,1,10514,1,3581.3,-2994.27,125.25,0.483623,86400,0,0,7107,4738,2,0,0,0),(54206,10424,329,1,1,10513,1,3547.11,-2985.55,124.999,5.36522,86400,5,0,7107,4738,1,0,0,0),(54207,10424,329,1,1,10515,1,3674.35,-3211.48,127.163,5.28835,86400,0,0,7107,4738,0,0,0,0),(54208,10424,329,1,1,10514,1,3545.55,-3079.63,135.08,0.855211,86400,0,0,7107,4738,0,0,0,0),(54219,10424,329,1,1,10513,1,3542.75,-3075.05,135.08,0.401426,86400,0,0,7107,4738,0,0,0,0),(54220,10424,329,1,1,10514,1,3589.11,-3116.47,151.759,5.18363,86400,0,0,7107,4738,0,0,0,0),(54221,10424,329,1,1,10512,1,3500.78,-3094.38,135.751,1.81514,86400,0,0,7107,4738,0,0,0,0),(54222,10424,329,1,1,10513,1,3506.84,-3093.61,135.751,2.46091,86400,0,0,7107,4738,0,0,0,0),(54223,10424,329,1,1,10514,1,3487.13,-3080.12,135.08,0.383972,86400,0,0,7107,4738,0,0,0,0),(54224,10424,329,1,1,10513,1,3490.27,-3084.98,135.08,0.890118,86400,0,0,7107,4738,0,0,0,0),(54225,10424,329,1,1,10515,1,3516.3,-3067.8,135.08,0.837758,86400,0,0,7107,4738,0,0,0,0),(54227,10424,329,1,1,10513,1,3513.68,-3063.74,135.08,0.401426,86400,0,0,7107,4738,0,0,0,0),(54228,10424,329,1,1,10513,1,3438.29,-3086.37,135.085,6.19592,86400,0,0,7107,4738,0,0,0,0),(54229,10424,329,1,1,10513,1,3441.98,-3092.17,135.086,1.309,86400,0,0,7107,4738,0,0,0,0),(54230,10425,329,1,1,10530,1,3465.89,-3073.21,135.086,0.645772,86400,0,0,6219,11196,0,0,0,0),(54231,10425,329,1,1,10531,1,3485.98,-3087.02,135.08,0.767945,86400,0,0,6219,11196,0,0,0,0),(54232,10425,329,1,1,10529,1,3510.08,-3065.77,135.08,0.436332,86400,0,0,6219,11196,0,0,0,0),(54233,10425,329,1,1,10530,1,3436.74,-3090.19,135.085,0.471239,86400,0,0,6219,11196,0,0,0,0),(54234,10426,329,1,1,10516,1,3541.75,-3080.57,135.08,0.715585,86400,0,0,7107,4738,0,0,0,0),(54235,10426,329,1,1,10519,1,3539.68,-3078.36,135.08,0.523599,86400,0,0,7107,4738,0,0,0,0),(54236,10426,329,1,1,10518,1,3503.84,-3095.58,135.751,2.04204,86400,0,0,7107,4738,0,0,0,0),(54237,10435,329,1,1,10433,0,3663.23,-3619.14,137.984,5.34071,86400,0,0,28710,0,0,0,0,0),(54238,10436,329,1,1,10698,0,3855.34,-3715.75,148.175,1.27409,86400,0,0,35535,9476,0,0,0,0),(54239,10437,329,1,1,9793,0,3854.98,-3528.84,144.293,5.23599,86400,0,0,30520,0,0,0,0,0),(54240,10438,329,1,1,10546,1,4035.81,-3647.78,135.738,2.42601,86400,0,0,22010,8812,0,0,0,0),(54241,10440,329,1,1,10729,1,4035.83,-3336.31,115.144,4.67748,86400,0,0,46620,12840,0,0,0,0),(54242,10463,329,1,1,10728,0,3974.81,-3640.5,132.177,4.30977,86400,5,0,8352,0,1,0,0,0),(54243,10463,329,1,1,10728,0,3836.66,-3619.58,145.114,5.03545,86400,5,0,8352,0,1,0,0,0),(54244,10463,329,1,1,10728,0,3887.52,-3722.77,142.17,0.02584,86400,5,0,8352,0,1,0,0,0),(54245,10463,329,1,1,10728,0,3861.35,-3583.3,141.99,0.741322,86400,5,0,8352,0,1,0,0,0),(54251,10463,329,1,1,10728,0,3838.19,-3676.66,144.238,3.30649,86400,5,0,8352,0,1,0,0,0),(54252,10463,329,1,1,10728,0,3999.02,-3615.97,129.159,2.17153,86400,5,0,8352,0,1,0,0,0),(54253,10463,329,1,1,10728,0,3826.44,-3646.11,145.951,2.62055,86400,5,0,8352,0,1,0,0,0),(54268,10463,329,1,1,10728,0,4004.12,-3557.72,125.148,1.18396,86400,5,0,8352,0,1,0,0,0),(54276,10463,329,1,1,10728,0,3839.38,-3709.8,141.604,6.17436,86400,5,0,8352,0,1,0,0,0),(54286,10464,329,1,1,8782,0,3873.95,-3679.66,142.745,4.24564,86400,5,0,8613,0,1,0,0,0),(54287,10464,329,1,1,8782,0,3995.61,-3601.2,128.938,1.92463,86400,5,0,8613,0,1,0,0,0),(54304,10464,329,1,1,8782,0,3874.94,-3558.29,137.367,2.969,86400,5,0,8613,0,1,0,0,0),(54413,10464,329,1,1,8782,0,3806.42,-3628.08,145.202,4.58668,86400,5,0,8613,0,1,0,0,0),(54414,10464,329,1,1,8782,0,4014.25,-3540.64,122.87,4.1331,86400,5,0,8613,0,1,0,0,0),(54415,10464,329,1,1,8782,0,3968.98,-3556.69,126.552,1.72137,86400,5,0,8613,0,1,0,0,0),(54416,16100,329,1,1,11686,0,4042.35,-3335.88,115.144,1.48353,86400,0,0,4120,0,0,0,0,0),(54433,10997,329,1,1,10674,1,3573.57,-2937.31,125.085,3.78736,86400,0,0,36624,0,0,0,0,0),(248434,13022,429,1,1,0,0,118.605,-198.995,-55.8831,4.91481,86400,2,0,1900,0,1,0,0,0),(47475,25851,580,1,1,0,0,1879.82,578.178,71.3703,6.0912,604800,0,0,8042,3231,0,0,0,0),(47578,25851,580,1,1,0,0,1877.45,569.535,71.3782,3.1765,604800,0,0,8042,3231,0,0,0,0),(47607,25851,580,1,1,0,0,1880.31,632.296,32.1155,2.47837,604800,0,0,8042,3231,0,0,0,0),(47608,25851,580,1,1,0,0,1874.31,654.833,32.1155,4.88692,604800,0,0,8042,3231,0,0,0,0),(47768,25851,580,1,1,0,0,1867.21,647.43,32.1155,4.38078,604800,0,0,8042,3231,0,0,0,0),(47769,25851,580,1,1,0,0,1863.16,656.442,32.1155,4.72984,604800,0,0,8042,3231,0,0,0,0),(47875,25851,580,1,1,0,0,1888.03,571.302,71.3739,2.60054,604800,0,0,8042,3231,0,0,0,0),(47884,25851,580,1,1,0,0,1895.49,564.094,71.3757,3.28122,604800,0,0,8042,3231,0,0,0,0),(47893,25851,580,1,1,0,0,1939.16,503.16,32.1156,5.044,604800,0,0,8042,3231,0,0,0,0),(47897,25851,580,1,1,0,0,1886.83,562.622,71.3834,2.46091,604800,0,0,8042,3231,0,0,0,0),(47898,25851,580,1,1,0,0,1913.39,581.437,32.1064,0.767945,604800,0,0,8042,3231,0,0,0,0),(47899,25851,580,1,1,0,0,1915.83,567.923,32.0967,4.85202,604800,0,0,8042,3231,0,0,0,0),(47901,25851,580,1,1,0,0,1927.66,489.331,32.1156,3.24631,604800,0,0,8042,3231,0,0,0,0),(48151,25851,580,1,1,0,0,1878.4,482.029,32.1155,5.02655,604800,0,0,8042,3231,0,0,0,0),(48160,25372,580,1,1,0,1,1666,1023.57,16.1767,2.14213,604800,0,0,18862,0,2,0,0,0),(48161,25367,580,1,1,0,1,1634.03,1093.56,41.4287,0.545198,604800,0,0,220059,15775,2,0,0,0),(48162,25372,580,1,1,0,1,1732.24,1063.64,16.1105,1.38163,604800,0,0,18862,0,2,0,0,0),(48194,25369,580,1,1,0,1,1656.94,1022.66,16.1101,1.05017,604800,0,0,220059,0,2,0,0,0),(48195,25370,580,1,1,0,1,1635.83,1090.6,41.3971,0.545251,604800,0,0,220059,31550,2,0,0,0),(48359,25371,580,1,1,0,1,1657.93,1024.38,16.1101,1.0502,604800,0,0,220059,31550,2,0,0,0),(48360,25372,580,1,1,0,1,1751.85,990.469,16.6112,1.42476,604800,0,0,18862,0,2,0,0,0),(48372,25372,580,1,1,0,1,1647.82,995.134,16.1043,5.1881,604800,0,0,18862,0,2,0,0,0),(48373,25371,580,1,1,0,1,1778.32,840.746,36.423,0.383972,604800,0,0,220059,31550,2,0,0,0),(48381,25644,580,1,1,0,0,1755.96,925.287,15.6669,2.16421,604800,0,0,6287,0,2,0,0,0),(48391,25639,580,1,1,0,0,1755.95,930.602,15.5723,6.217,604800,0,0,6287,0,2,0,0,0),(48392,25371,580,1,1,0,1,1637.5,1093.64,42.1447,0.545219,604800,0,0,220059,31550,2,0,0,0),(48393,25370,580,1,1,0,1,1657.94,1020.92,16.1101,1.05022,604800,0,0,220059,31550,2,0,0,0),(48394,25507,580,1,1,0,0,1656.17,865.653,14.6182,0.043462,604800,0,0,504525,0,2,0,0,0),(48395,25370,580,1,1,0,1,1778.4,836.239,36.423,3.59538,604800,0,0,220059,31550,2,0,0,0),(48396,25369,580,1,1,0,1,1777.07,838.785,36.423,1.62316,604800,0,0,220059,0,2,0,0,0),(48397,25369,580,1,1,0,1,1641.39,1093.62,43.0475,0.10864,604800,0,0,220059,0,2,0,0,0),(48398,25367,580,1,1,0,1,1654.93,1022.64,16.1101,1.05018,604800,0,0,220059,15775,2,0,0,0),(48399,25661,580,1,1,0,0,1761.53,934.289,15.5475,-1.58412,604800,0,0,9431,0,0,0,0,0),(48400,25507,580,1,1,0,0,1706.84,1066.14,52.8832,1.54352,604800,0,0,504525,0,2,0,0,0),(48401,25508,580,1,1,0,0,1665.08,702.446,57.9809,3.71904,604800,0,0,650370,3231,2,0,0,0),(48402,25595,580,1,1,0,0,1921.31,481.919,32.0322,3.94594,604800,0,0,494281,0,2,0,0,0),(48403,25599,580,1,1,0,0,1917.45,537.68,71.3101,1.80648,604800,0,0,559318,0,2,0,0,0),(48404,25599,580,1,1,0,0,1843.52,538.194,38.767,4.40719,604800,0,0,559318,0,2,0,0,0),(53026,25367,580,1,1,0,1,1774.81,839.067,36.423,2.09439,604800,0,0,220059,15775,2,0,0,0),(53027,25661,580,1,1,0,0,1754,933.001,15.6505,3.82227,604800,0,0,9431,0,0,0,0,0),(53028,25661,580,1,1,0,0,1771.96,920.948,15.6757,4.59022,604800,0,0,9431,0,0,0,0,0),(53029,25661,580,1,1,0,0,1759.3,920.745,15.6766,4.72984,604800,0,0,9431,0,0,0,0,0),(53030,25661,580,1,1,0,0,1768.77,934.162,15.5475,-1.58412,604800,0,0,9431,0,0,0,0,0),(53031,25661,580,1,1,0,0,1754.62,920.423,15.6774,1.5708,604800,0,0,9431,0,0,0,0,0),(53032,25661,580,1,1,0,0,1754.85,926.68,15.664,4.66003,604800,0,0,9431,0,0,0,0,0),(53033,25661,580,1,1,0,0,1761.62,927.149,15.6628,4.62512,604800,0,0,9431,0,0,0,0,0),(53034,25661,580,1,1,0,0,1769.65,927.117,15.6626,1.50098,604800,0,0,9431,0,0,0,0,0),(53037,25661,580,1,1,0,0,1774.91,927.109,15.6624,4.64258,604800,0,0,9431,0,0,0,0,0),(53043,2110,580,1,1,0,0,1918.21,456.882,32.1155,1.13446,604800,0,0,1,0,0,0,0,0),(53116,2110,580,1,1,0,0,1915.62,526.22,32.1088,1.22173,604800,0,0,1,0,0,0,0,0),(53119,2110,580,1,1,0,0,1835.78,572.268,32.1043,3.1765,604800,0,0,1,0,0,0,0,0),(53181,2110,580,1,1,0,0,1817.01,507.548,32.1155,5.34071,604800,0,0,1,0,0,0,0,0),(53236,19871,580,1,1,0,0,1533.36,630.766,58.5232,5.88176,604800,0,0,4120,0,0,0,0,0),(53632,22515,580,1,1,0,0,1467.22,516.319,50.0833,0.349066,604800,0,0,4120,0,0,0,0,0),(53633,22515,580,1,1,0,0,1492.82,515.668,50.0833,4.39823,604800,0,0,4120,0,0,0,0,0),(53636,22515,580,1,1,0,0,1446.54,702.57,50.0833,0.331613,604800,0,0,4120,0,0,0,0,0),(53639,22515,580,1,1,0,0,1789.12,650.049,71.2883,5.35816,604800,0,0,4120,0,0,0,0,0),(1971610,25038,580,1,1,0,0,1477.94,643.22,21.21,4.93474,604800,0,0,695800,3387,0,0,0,0),(53659,22515,580,1,1,0,0,1469.94,704.239,50.0833,3.42085,604800,0,0,4120,0,0,0,0,0),(53668,25166,580,1,1,0,0,1819.18,625.539,33.4038,6.11015,604800,0,0,2018275,1693500,0,0,0,0),(53687,25165,580,1,1,0,1,1813.98,625.911,33.4038,3.1492,604800,0,0,2018275,1693500,0,0,0,0),(53705,25741,580,1,1,0,0,1816.25,625.484,69.6036,5.62435,604800,0,0,2504880,0,0,0,0,0),(53718,22515,580,1,1,0,0,1845.15,601.502,71.3735,2.42601,604800,0,0,4120,0,0,0,0,0),(53721,22515,580,1,1,0,0,1441.64,520.52,50.0833,1.71042,604800,0,0,4120,0,0,0,0,0),(53760,22515,580,1,1,0,0,1532.68,651.818,110.793,3.19395,604800,0,0,4120,0,0,0,0,0),(53832,22515,580,1,1,0,0,1494.76,705,50.0833,0.017453,604800,0,0,4120,0,0,0,0,0),(54435,23472,580,1,1,0,0,1510.45,524.354,26.6284,2.98451,604800,0,0,4120,0,0,0,0,0),(54593,23472,580,1,1,0,0,1517.4,614.236,29.7816,1.50098,604800,0,0,4120,0,0,0,0,0),(54595,23472,580,1,1,0,0,1526.31,636.493,36.256,2.80998,604800,0,0,4120,0,0,0,0,0),(54597,23472,580,1,1,0,0,1494.97,540.017,25.8136,4.46804,604800,0,0,4120,0,0,0,0,0),(54602,23472,580,1,1,0,0,1472.56,639.987,21.3267,3.97935,604800,0,0,4120,0,0,0,0,0),(54603,23472,580,1,1,0,0,1494.96,560.01,25.2375,4.62512,604800,0,0,4120,0,0,0,0,0),(54608,23472,580,1,1,0,0,1472.58,539.995,23.0061,3.85718,604800,0,0,4120,0,0,0,0,0),(54623,23472,580,1,1,0,0,1531.06,666.553,27.4053,4.36332,604800,0,0,4120,0,0,0,0,0),(54750,23472,580,1,1,0,0,1530.79,650.804,35.8923,4.2586,604800,0,0,4120,0,0,0,0,0),(54769,23472,580,1,1,0,0,1516.21,642.402,27.1559,0.959931,604800,0,0,4120,0,0,0,0,0),(54770,23472,580,1,1,0,0,1550.99,537.98,33.6018,4.39823,604800,0,0,4120,0,0,0,0,0),(54771,23472,580,1,1,0,0,1530.97,609.005,35.8885,2.84489,604800,0,0,4120,0,0,0,0,0),(54772,23472,580,1,1,0,0,1472.58,560,22.875,1.8326,604800,0,0,4120,0,0,0,0,0),(54773,23472,580,1,1,0,0,1472.54,659.999,20.8059,6.19592,604800,0,0,4120,0,0,0,0,0),(54774,23472,580,1,1,0,0,1451.98,540,23.0558,2.33874,604800,0,0,4120,0,0,0,0,0),(54775,23472,580,1,1,0,0,1513.84,672.901,25.2126,1.18682,604800,0,0,4120,0,0,0,0,0),(54776,23472,580,1,1,0,0,1527.6,536.79,30.6338,4.01426,604800,0,0,4120,0,0,0,0,0),(54777,23472,580,1,1,0,0,1451.98,560,23.0558,0.610865,604800,0,0,4120,0,0,0,0,0),(54778,23472,580,1,1,0,0,1525.77,622.454,35.694,1.09956,604800,0,0,4120,0,0,0,0,0),(54779,23472,580,1,1,0,0,1514.72,549.309,30.1433,5.88176,604800,0,0,4120,0,0,0,0,0),(54780,23472,580,1,1,0,0,1555.98,520.863,28.0764,0.593412,604800,0,0,4120,0,0,0,0,0),(54781,23472,580,1,1,0,0,1451.98,600,23.0558,5.18363,604800,0,0,4120,0,0,0,0,0),(54782,23472,580,1,1,0,0,1495.1,680,21.2197,5.72468,604800,0,0,4120,0,0,0,0,0),(54783,23472,580,1,1,0,0,1507.31,693.957,28.849,2.89725,604800,0,0,4120,0,0,0,0,0),(54784,23472,580,1,1,0,0,1545.4,594.886,35.9539,2.63545,604800,0,0,4120,0,0,0,0,0),(54785,23472,580,1,1,0,0,1451.98,660,23.0533,5.55015,604800,0,0,4120,0,0,0,0,0),(54786,23472,580,1,1,0,0,1519.18,509.762,21.4034,5.46288,604800,0,0,4120,0,0,0,0,0),(54787,23472,580,1,1,0,0,1541.26,516.838,25.65,2.28638,604800,0,0,4120,0,0,0,0,0),(54788,23472,580,1,1,0,0,1451.98,640,23.0558,3.76991,604800,0,0,4120,0,0,0,0,0),(54789,23472,580,1,1,0,0,1472.55,580.021,22.4463,4.15388,604800,0,0,4120,0,0,0,0,0),(54790,23472,580,1,1,0,0,1472.57,600.019,23.258,5.11381,604800,0,0,4120,0,0,0,0,0),(54791,23472,580,1,1,0,0,1532.74,556.122,33.0917,2.49582,604800,0,0,4120,0,0,0,0,0),(54792,23472,580,1,1,0,0,1451.98,580,23.0558,4.13643,604800,0,0,4120,0,0,0,0,0),(54793,23472,580,1,1,0,0,1495.1,659.942,22.8368,6.26573,604800,0,0,4120,0,0,0,0,0),(54794,23472,580,1,1,0,0,1451.99,679.459,23.058,1.39626,604800,0,0,4120,0,0,0,0,0),(54795,23472,580,1,1,0,0,1494.96,599.914,25.303,4.24115,604800,0,0,4120,0,0,0,0,0),(54796,23472,580,1,1,0,0,1451.98,620,23.0558,0,604800,0,0,4120,0,0,0,0,0),(54797,23472,580,1,1,0,0,1513.26,571.209,28.7967,3.7001,604800,0,0,4120,0,0,0,0,0),(54798,23472,580,1,1,0,0,1472.56,679.989,22.3604,4.46804,604800,0,0,4120,0,0,0,0,0),(54800,23472,580,1,1,0,0,1494.94,580.008,23.8434,5.48033,604800,0,0,4120,0,0,0,0,0),(54801,23472,580,1,1,0,0,1529.81,515.108,23.6588,2.42601,604800,0,0,4120,0,0,0,0,0),(54802,23472,580,1,1,0,0,1495.29,639.835,23.6399,3.82227,604800,0,0,4120,0,0,0,0,0),(54803,23472,580,1,1,0,0,1517.9,632.39,41.6721,5.70723,604800,0,0,4120,0,0,0,0,0),(54804,23472,580,1,1,0,0,1495.13,620.012,25.3659,4.17134,604800,0,0,4120,0,0,0,0,0),(54806,23472,580,1,1,0,0,1523.57,587.714,31.0093,1.72788,604800,0,0,4120,0,0,0,0,0),(54808,23472,580,1,1,0,0,1472.57,620,22.268,4.93928,604800,0,0,4120,0,0,0,0,0),(54810,24850,580,1,1,0,0,1704.22,924.758,53.1608,1.53589,604800,0,0,2018275,1693500,0,0,0,0),(54811,24882,580,1,1,0,0,1463.83,611.512,21.57,1.62316,604800,0,0,9629872,0,0,0,0,0),(54812,24895,580,1,1,0,0,1477.94,643.22,21.21,4.93474,604800,0,0,695800,3387,0,0,0,0),(54813,24928,580,1,1,0,0,2053.96,798.579,50.3158,0.017453,604800,0,0,6986,0,0,0,0,0),(54814,25357,580,1,1,0,0,1468.38,730.267,60.0833,5.07891,604800,0,0,57,0,0,0,0,0),(54815,25358,580,1,1,0,0,1458.17,501.295,60.0833,2.93215,604800,0,0,57,0,0,0,0,0),(54816,25363,580,1,1,0,1,1663.22,1047.79,16.0691,5.14872,604800,0,0,220059,31550,0,0,0,0),(54817,25363,580,1,1,0,1,1601.5,1012.66,36.1547,0.575959,604800,0,0,220059,31550,0,0,0,0),(54818,25363,580,1,1,0,1,1745.81,1060.31,16.0691,3.05433,604800,0,0,220059,31550,0,0,0,0),(54819,25363,580,1,1,0,1,1739.85,1004.78,16.0717,5.46288,604800,0,0,220059,31550,0,0,0,0),(54820,25363,580,1,1,0,1,1810.95,1018.31,36.1547,3.22886,604800,0,0,220059,31550,0,0,0,0),(54821,25363,580,1,1,0,1,1626.44,924.521,15.6252,4.62512,604800,0,0,220059,31550,0,0,0,0),(54822,25363,580,1,1,0,1,1651.34,922.41,15.6415,4.06662,604800,0,0,220059,31550,0,0,0,0),(54823,25363,580,1,1,0,1,1655.14,923.453,15.6266,4.88692,604800,0,0,220059,31550,0,0,0,0),(54824,25363,580,1,1,0,1,1808.75,845.28,36.1014,3.78736,604800,0,0,220059,31550,0,0,0,0),(54825,25363,580,1,1,0,1,1615.85,831.329,36.1547,2.32129,604800,0,0,220059,31550,0,0,0,0),(54826,25363,580,1,1,0,1,1656.11,988.592,16.0701,3.9968,604800,0,0,220059,31550,0,0,0,0),(54827,25363,580,1,1,0,1,1663.32,744.104,53.4829,1.06465,604800,0,0,220059,31550,0,0,0,0),(54828,25367,580,1,1,0,1,1636.24,927.088,17.1638,4.97419,604800,0,0,220059,15775,0,0,0,0),(54829,25367,580,1,1,0,1,1800.93,825.591,36.114,1.72788,604800,0,0,220059,15775,0,0,0,0),(54830,25367,580,1,1,0,1,1661.51,734.182,53.4848,3.63029,604800,0,0,220059,15775,0,0,0,0),(54831,25367,580,1,1,0,1,1635.09,923.576,15.6311,4.4855,604800,0,0,220059,15775,0,0,0,0),(54832,25367,580,1,1,0,1,1794.17,1017.79,36.1547,0.488692,604800,0,0,220059,15775,0,0,0,0),(54833,25367,580,1,1,0,1,1740.45,992.888,16.0691,1.0472,604800,0,0,220059,15775,0,0,0,0),(54834,25367,580,1,1,0,1,1610.82,1033.82,36.1547,4.81711,604800,0,0,220059,15775,0,0,0,0),(54835,25367,580,1,1,0,1,1595.13,841.763,36.1547,0.191986,604800,0,0,220059,15775,0,0,0,0),(54836,25367,580,1,1,0,1,1742.13,1066.91,16.0691,5.63741,604800,0,0,220059,15775,0,0,0,0),(54837,25367,580,1,1,0,1,1659.5,1042.77,16.069,5.13127,604800,0,0,220059,15775,0,0,0,0),(54838,25367,580,1,1,0,1,1680.04,992.16,16.0691,5.02655,604800,0,0,220059,15775,0,0,0,0),(54858,25367,580,1,1,0,1,1658.56,1049.72,16.069,4.06662,604800,0,0,220059,15775,0,0,0,0),(54860,25368,580,1,1,0,1,1628.53,929.175,17.1643,5.75959,604800,0,0,220059,0,0,0,0,0),(54988,25368,580,1,1,0,1,1652.44,1052.54,16.069,2.44346,604800,0,0,220059,0,0,0,0,0),(54992,25368,580,1,1,0,1,1662.6,929.875,17.1607,3.7001,604800,0,0,220059,0,0,0,0,0),(54994,25507,580,1,1,0,0,1764.28,943.787,16.6759,1.59472,604800,0,0,504525,0,0,0,0,0),(54996,25507,580,1,1,0,0,1720.03,1022.8,16.587,0.383972,604800,0,0,504525,0,0,0,0,0),(54999,25507,580,1,1,0,0,1700.76,746.33,53.5112,1.69297,604800,0,0,504525,0,0,0,0,0),(55062,25507,580,1,1,0,0,1638.19,1025.73,16.9162,0.383972,604800,0,0,504525,0,0,0,0,0),(247106,25848,580,1,1,0,0,1697.96,501.758,86.4468,1.97682,604800,0,0,3828,0,0,0,33554432,0),(55064,25507,580,1,1,0,0,1772.7,1081.99,17.8621,4.67748,604800,0,0,504525,0,0,0,0,0),(55065,25507,580,1,1,0,0,1670.69,1083.33,16.9016,5.0091,604800,0,0,504525,0,0,0,0,0),(55066,25508,580,1,1,0,0,1675.9,555.46,33.4043,2.84489,604800,0,0,650370,3231,0,0,0,0),(55067,25509,580,1,1,0,0,1871.08,594.312,32.1127,0.15708,604800,0,0,227630,3231,0,0,0,0),(55069,25509,580,1,1,0,0,1917.3,517.765,32.1156,6.12611,604800,0,0,227630,3231,0,0,0,0),(55105,25867,580,1,1,0,0,1817.79,544.975,32.0221,3.18749,604800,0,0,97804,0,0,0,0,0),(55134,25509,580,1,1,0,0,1853.73,457.449,32.1155,0.977384,604800,0,0,227630,3231,0,0,0,0),(55352,25591,580,1,1,0,1,1864.21,454.597,32.1155,1.29154,604800,0,0,227630,0,0,0,0,0),(55370,25591,580,1,1,0,1,1870.42,603.783,32.1155,5.23599,604800,0,0,227630,0,0,0,0,0),(55373,25591,580,1,1,0,1,1916.66,526.818,32.1088,0.20944,604800,0,0,227630,0,0,0,0,0),(55374,25592,580,1,1,0,0,1949.78,543.326,32.1134,3.38594,604800,0,0,260148,0,0,0,0,0),(55375,25592,580,1,1,0,0,1835.23,484.637,32.1118,0.837758,604800,0,0,260148,0,0,0,0,0),(55417,25593,580,1,1,0,0,1939.85,479.828,32.1155,2.86234,604800,0,0,447129,0,0,0,0,0),(55418,25593,580,1,1,0,0,1927.92,469.003,32.1155,2.25148,604800,0,0,447129,0,0,0,0,0),(55419,25593,580,1,1,0,0,1868.29,557.045,32.1155,1.16937,604800,0,0,447129,0,0,0,0,0),(55421,25867,580,1,1,0,0,1807.32,548.527,32.0209,5.52091,604800,0,0,97804,0,0,0,0,0),(55422,25867,580,1,1,0,0,1811.42,537.716,32.0252,0.576825,604800,0,0,97804,0,0,0,0,0),(55423,25593,580,1,1,0,0,1860.02,596.416,71.3937,5.70723,604800,0,0,447129,0,0,0,0,0),(55448,25593,580,1,1,0,0,1848.09,574.602,32.112,0.645772,604800,0,0,447129,0,0,0,0,0),(55473,25593,580,1,1,0,0,1853.3,588.653,71.3954,5.75959,604800,0,0,447129,0,0,0,0,0),(55474,25595,580,1,1,0,0,1917.02,572.053,32.021,5.63706,604800,0,0,494281,0,0,0,0,0),(55475,25597,580,1,1,0,0,1954.71,530.529,32.1155,1.95477,604800,0,0,227630,323100,0,0,0,0),(55476,25597,580,1,1,0,0,1845.19,461.821,32.1155,0.820305,604800,0,0,227630,323100,0,0,0,0),(55477,25597,580,1,1,0,0,1883.23,598.164,32.1155,3.52556,604800,0,0,227630,323100,0,0,0,0),(55478,25597,580,1,1,0,0,1879.16,587.701,32.1155,2.04204,604800,0,0,227630,323100,0,0,0,0),(56329,25597,580,1,1,0,0,1914.77,535.848,32.0906,0.523599,604800,0,0,227630,323100,0,0,0,0),(56330,25597,580,1,1,0,0,1913.79,508.045,32.1156,5.98648,604800,0,0,227630,323100,0,0,0,0),(56331,25597,580,1,1,0,0,1945.68,557.888,32.1145,4.93928,604800,0,0,227630,323100,0,0,0,0),(56332,25608,580,1,1,0,0,1698.45,628.03,28.1989,0.331613,604800,0,0,40,0,0,0,0,0),(56337,25632,580,1,1,0,1,1766.06,898.5,14.7013,1.3439,604800,0,0,6287,0,0,0,0,0),(56550,25638,580,1,1,0,1,1762.23,899.789,14.7011,0.122173,604800,0,0,6727,0,0,0,0,0),(56552,25795,580,1,1,0,0,1704.91,928.415,53.1608,2.18166,604800,0,0,29,0,0,0,0,0),(56553,25796,580,1,1,0,0,1704.84,928.138,-74.36,4.15388,604800,0,0,29,0,0,0,0,0),(56686,25867,580,1,1,0,0,1652.84,1061.08,16.1107,1.30441,604800,0,0,97804,0,0,0,0,0),(56933,25867,580,1,1,0,0,1658.29,930.951,17.1607,0.279253,604800,0,0,97804,0,0,0,0,0),(57041,25867,580,1,1,0,0,1632.39,929.57,17.1643,2.79253,604800,0,0,97804,0,0,0,0,0),(58277,25953,580,1,1,0,0,1799.42,837.875,42.593,1.69297,604800,0,0,29,0,0,0,0,0),(58278,25953,580,1,1,0,0,1611.13,1019.9,42.4047,4.17134,604800,0,0,29,0,0,0,0,0),(59469,25953,580,1,1,0,0,1802.7,1017.15,43.3214,3.00197,604800,0,0,29,0,0,0,0,0),(59472,25953,580,1,1,0,0,1608.46,841.096,43.5853,5.34071,604800,0,0,29,0,0,0,0,0),(59473,25192,530,1,1,0,0,12711,-6830.23,4.63168,3.76721,25,0,0,42,0,0,0,0,0),(59515,25192,530,1,1,0,0,12698.5,-6817.68,5.03816,3.76721,25,0,0,42,0,0,0,0,0),(62841,25192,530,1,1,0,0,12640.3,-6865.91,4.60094,0.676663,25,0,0,42,0,0,0,0,0),(62842,25192,530,1,1,0,0,12656.6,-6894.01,4.60168,0.645247,25,0,0,42,0,0,0,0,0),(62843,25192,530,1,1,0,0,12646.9,-6879.44,4.60916,0.645247,25,0,0,42,0,0,0,0,0),(62844,25192,530,1,1,0,0,12700.9,-6829.53,4.86217,4.10493,25,0,0,42,0,0,0,0,0),(62845,25953,530,1,1,0,0,12669.6,-6914.42,9,5.94933,25,0,0,29,0,0,0,0,0),(62846,25953,530,1,1,0,0,12656,-6922,9,5.75792,25,0,0,29,0,0,0,0,0),(62847,25174,530,1,1,0,0,12799,-6984.69,47.5777,2.29058,25,0,0,7380,0,0,0,0,0),(62848,18927,0,1,1,22371,0,-8837.9,553.154,95.9797,0.15708,25,0,0,42,0,0,3,0,0),(62849,18927,0,1,1,22370,0,-8837.23,554.917,95.7154,5.044,25,0,0,42,0,0,0,0,0),(52399,24222,530,1,1,0,0,-2670.27,8556.48,-27.7147,3.54215,600,0,0,4979,0,2,0,0,0),(52400,24222,530,1,1,0,0,-2286.56,8621.62,-4.77538,0.781435,600,0,0,4979,0,2,0,0,0),(52401,24222,530,1,1,0,0,-2830.78,7869.31,-12.2189,5.31315,600,15,0,4979,0,1,0,0,0),(52402,24222,530,1,1,0,0,-2740.06,6962.79,3.00595,5.81579,600,0,0,4979,0,2,0,0,0),(78928,19362,530,1,1,0,1,-3031.14,2576.64,78.5662,3.50976,25,0,0,34930,0,0,0,0,0),(95358,26112,571,1,1,23037,1,4491.27,5715.85,81.4253,0.314159,300,0,0,6116,0,0,0,0,0),(79450,23310,530,1,1,0,0,12583,-6916.13,4.60124,6.25669,25,0,0,57,0,0,0,0,0),(79462,24410,530,1,1,0,0,-1801.67,5144.32,-39.3797,2.19344,25,0,0,42,0,0,0,0,0),(79464,24854,530,1,1,0,0,-1787,5158.15,-39.3803,2.3246,25,0,0,4050,0,0,0,0,0),(79470,10919,1,1,1,0,0,7544.32,-1528.77,174.989,0.782544,25,0,0,2371,0,0,0,0,0),(79473,10919,1,1,1,0,0,7547.5,-1524.67,174.989,3.47175,25,0,0,2371,0,0,0,0,0),(79476,10919,1,1,1,0,0,7543.74,-1521.08,174.989,5.01349,25,0,0,2371,0,0,0,0,0),(79483,10919,1,1,1,0,0,7331.18,-1592.44,164.542,6.12747,25,0,0,2371,0,0,0,0,0),(79489,10919,1,1,1,0,0,7336.64,-1594.46,164.542,3.02122,25,0,0,2371,0,0,0,0,0),(79491,10919,1,1,1,0,0,7401.47,-1658.75,195.858,3.29611,25,0,0,2371,0,0,0,0,0),(79492,10919,1,1,1,0,0,7460.56,-1586.44,177.431,2.24839,25,0,0,2371,0,0,0,0,0),(79493,10919,1,1,1,0,0,7472.86,-1580.47,198.482,5.97902,25,0,0,2371,0,0,0,0,0),(79494,10919,1,1,1,0,0,7478.42,-1576.89,198.482,4.43493,25,0,0,2371,0,0,0,0,0),(79496,10919,1,1,1,0,0,7478.24,-1584.93,198.482,1.26663,25,0,0,2371,0,0,0,0,0),(79499,10919,1,1,1,0,0,7474.52,-1564.03,177.572,4.14119,25,0,0,2371,0,0,0,0,0),(79508,10919,1,1,1,0,0,7472.42,-1569.91,178.205,1.22029,25,0,0,2371,0,0,0,0,0),(79510,10919,1,1,1,0,0,7474.04,-1527.05,158.017,3.29375,25,0,0,2371,0,0,0,0,0),(79514,10919,1,1,1,0,0,7500.53,-1525.97,156.496,3.69273,25,0,0,2371,0,0,0,0,0),(79515,10919,1,1,1,0,0,7513.87,-1566.04,161.282,1.1771,25,0,0,2371,0,0,0,0,0),(79517,10919,1,1,1,0,0,7514.26,-1560.53,161.282,5.05353,25,0,0,2371,0,0,0,0,0),(79519,10919,1,1,1,0,0,7509.47,-1549.87,156.604,4.09064,25,0,0,2371,0,0,0,0,0),(79521,10919,1,1,1,0,0,7519.4,-1531.99,159.698,5.08102,25,0,0,2371,0,0,0,0,0),(79523,10919,1,1,1,0,0,7521.73,-1536.22,159.686,1.87503,25,0,0,2371,0,0,0,0,0),(79525,10919,1,1,1,0,0,7300.79,-1518.87,162.706,5.97588,25,0,0,2371,0,0,0,0,0),(79527,10919,1,1,1,0,0,7309.54,-1547.88,164.534,5.10252,25,0,0,2371,0,0,0,0,0),(79529,10919,1,1,1,0,0,7309.61,-1553.27,164.533,1.96407,25,0,0,2371,0,0,0,0,0),(79531,10919,1,1,1,0,0,7339.03,-1498.82,153.612,3.68487,25,0,0,2371,0,0,0,0,0),(79537,10919,1,1,1,0,0,7334.61,-1503.36,156.14,0.634387,25,0,0,2371,0,0,0,0,0),(79539,11817,1,1,1,0,0,7475.57,-1582.61,181.342,1.30433,25,0,0,4120,0,0,0,0,0),(79541,11819,1,1,1,0,0,7477.02,-1577.44,181.342,4.45849,25,0,0,3876,0,0,0,0,0),(79572,11816,1,1,1,0,0,7550.96,-1522.15,158.954,3.46951,25,0,0,247,0,0,0,0,0),(79574,23988,530,1,1,0,0,9496.36,-7329.73,14.3754,2.87082,25,0,0,8982,0,0,0,0,0),(79589,25207,530,1,1,0,0,9494.07,-7331.21,14.3682,1.54271,25,0,0,2215,0,0,0,0,0),(79591,25200,530,1,1,0,0,9493.3,-7328.58,14.3683,0.0206075,25,0,0,1551,4393,0,0,0,0),(79592,25202,530,1,1,0,0,9494.3,-7327.11,14.3741,4.80211,25,0,0,1551,4393,0,0,0,0),(79593,25150,530,1,1,0,0,9492.34,-7334.05,28.069,5.52046,25,0,0,8982,3155,0,0,0,0),(79973,25151,530,1,1,0,0,9494.56,-7330.73,28.069,6.24332,25,0,0,8982,0,0,0,0,0),(80358,25152,530,1,1,0,0,9493.49,-7328.51,28.069,0.248868,25,0,0,8982,3155,0,0,0,0),(81639,25148,530,1,1,0,0,9493.72,-7332.77,28.069,6.26737,25,0,0,7185,7196,0,0,0,0),(81707,25149,530,1,1,0,0,9492.26,-7327.43,28.069,1.29266,25,0,0,8982,3155,0,0,0,0),(83998,24994,530,1,1,0,0,12959.8,-6878.58,6.49366,3.69159,25,0,0,69860,0,2,0,0,0),(83999,25063,530,1,1,22857,1,12732.3,-6935.39,41.4833,3.33932,25,0,0,7000,0,2,0,0,0),(84002,25063,530,1,1,0,1,12729.6,-6922.33,46.8938,3.89386,25,0,0,7000,0,2,0,0,0),(84003,25063,530,1,1,22857,1,12793.7,-6942.99,51.0401,1.5895,25,0,0,7000,0,2,0,0,0),(84004,25063,530,1,1,22857,1,12809.6,-6933.71,52.2336,2.06153,25,0,0,7000,0,2,0,0,0),(84005,25063,530,1,1,0,1,12790.8,-6968.92,68.3717,5.14277,25,0,0,7000,0,2,0,0,0),(84006,25063,530,1,1,22857,1,12821.9,-7056.96,77.4068,2.92676,25,0,0,7000,0,2,0,0,0),(84587,6927,0,1,1,0,1,-9958.02,-155.297,22.3585,5.67327,180,0,0,156,0,2,0,0,0),(84588,18296,530,1,1,0,0,-1197.21,7327.77,33.9501,5.64423,25,0,0,176,0,2,0,0,0),(84717,18296,530,1,1,0,0,-1197.37,7329.54,33.9769,5.64423,25,0,0,176,0,2,0,0,0),(84718,18296,530,1,1,0,0,-1199.75,7331.31,34.0799,5.64423,25,0,0,176,0,2,0,0,0),(95359,26112,571,1,1,23037,1,4525.29,5718.08,82.7834,3.75246,300,0,0,6116,0,0,0,0,0),(95019,17527,530,1,1,0,0,-2034.18,-11013.9,59.5064,3.88271,300,5,0,356,0,1,0,0,0),(95364,26112,571,1,1,23037,1,4509.77,5743.84,80.643,0.925025,300,0,0,6116,0,0,0,0,0),(85178,28573,0,1,1,0,0,-8651.28,933.201,85.8592,0.683837,25,0,0,955,0,2,0,0,0),(95018,17527,530,1,1,0,0,-2020.47,-10978.5,59.5638,5.65771,300,5,0,356,0,1,0,0,0),(95362,26112,571,1,1,23037,1,4465.78,5723.72,80.7318,3.14159,300,0,0,6116,0,0,0,0,0),(85370,25144,530,1,1,18017,0,12449.2,-7358.39,44.3258,3.08487,25,0,0,2665,2620,2,0,0,0),(85372,25144,530,1,1,18016,0,12451.9,-7358.55,45.8779,3.08487,25,0,0,2665,2620,2,0,0,0),(85373,25144,530,1,1,18016,0,12454.9,-7358.72,45.6095,3.08487,25,0,0,2665,2620,2,0,0,0),(85374,25144,530,1,1,0,0,12457.3,-7358.86,46.2379,3.08487,25,0,0,2665,2620,2,0,0,0),(85375,10919,1,1,1,0,0,7353.31,-1527.89,157.623,2.61281,25,0,0,2371,0,2,0,0,0),(85378,10919,1,1,1,0,0,7348.27,-1529.99,159.598,2.02769,25,0,0,2371,0,2,0,0,0),(85379,10919,1,1,1,0,0,7345.56,-1528.89,159.742,1.73474,25,0,0,2371,0,2,0,0,0),(85380,10919,1,1,1,0,0,7349.14,-1525.13,158.039,3.31182,25,0,0,2371,0,2,0,0,0),(85529,10919,1,1,1,0,0,7348.68,-1522.64,157.331,4.47421,25,0,0,2371,0,2,0,0,0),(85530,10919,1,1,1,0,0,7344.15,-1524.48,158.612,1.36717,25,0,0,2371,0,2,0,0,0),(85545,10919,1,1,1,0,0,7352.76,-1522.12,155.953,3.7972,25,0,0,2371,0,2,0,0,0),(85546,10919,1,1,1,0,0,7348.96,-1518.88,155.725,1.5431,25,0,0,2371,0,2,0,0,0),(85547,10919,1,1,1,0,0,7343.33,-1520.35,157.457,4.91796,25,0,0,2371,0,2,0,0,0),(85548,10919,1,1,1,0,0,7332.3,-1517.58,157.702,0.944623,25,0,0,2371,0,2,0,0,0),(85549,10919,1,1,1,0,0,7336.27,-1517.79,157.338,2.47379,25,0,0,2371,0,2,0,0,0),(85550,10919,1,1,1,0,0,7341.04,-1512.98,155.401,2.43217,25,0,0,2371,0,2,0,0,0),(85551,10919,1,1,1,0,0,7338.98,-1515.01,156.401,0.737278,25,0,0,2371,0,2,0,0,0),(85552,10919,1,1,1,0,0,7335.2,-1514.42,156.92,3.01257,25,0,0,2371,0,2,0,0,0),(85553,10919,1,1,1,0,0,7331.95,-1514.16,157.658,5.53999,25,0,0,2371,0,2,0,0,0),(85554,10919,1,1,1,0,0,7306.6,-1520.75,179.846,2.26252,25,0,0,2371,0,2,0,0,0),(85555,10919,1,1,1,0,0,7306.42,-1514.16,179.846,4.08622,25,0,0,2371,0,2,0,0,0),(85556,10919,1,1,1,0,0,7398.51,-1639.6,189.373,1.71039,25,0,0,2371,0,2,0,0,0),(85557,10919,1,1,1,0,0,7388.76,-1579.8,162.397,2.38505,25,0,0,2371,0,2,0,0,0),(85558,11196,1,1,1,0,1,7316.06,-1490.99,156.133,2.8555,25,0,0,2371,0,2,0,0,0),(85559,11196,1,1,1,0,1,7315.41,-1495.26,156.382,3.0008,25,0,0,2371,0,2,0,0,0),(85560,11196,1,1,1,0,1,7318.11,-1499.58,156.747,3.73122,25,0,0,2371,0,2,0,0,0),(85561,11815,1,1,1,0,1,7297.56,-1517.83,179.846,0.201641,25,0,0,3644,0,2,0,0,0),(85562,10919,1,1,1,0,0,7338.65,-1508.38,155.359,4.69647,25,0,0,2371,0,2,0,0,0),(40530,15526,1,1,1,0,1,-10293.1,-4319.4,-37.2543,5.73809,180,0,0,3052,0,0,0,0,0),(43438,28126,1,1,1,0,1,-7202.32,-3934.32,9.22772,4.17359,25,0,0,6986,0,0,0,0,0),(65613,5403,1,1,1,0,0,-7199.63,-3935.02,9.06387,3.2121,25,0,0,42,0,0,0,0,0),(86115,23051,530,1,1,0,0,-3844.01,3755.45,357.56,4.93069,300,0,0,6986,0,2,0,0,0),(86116,23051,530,1,1,0,0,-3876.83,3314.51,379.561,3.38817,300,0,0,6986,0,2,0,0,0),(86117,23051,530,1,1,0,0,-3894.56,3430.66,372.471,3.0638,300,0,0,6986,0,2,0,0,0),(86118,23051,530,1,1,0,0,-4016.88,3450.13,305.653,2.69152,300,8,0,6986,0,1,0,0,0),(86119,23051,530,1,1,0,0,-3927.68,3625.21,301.683,6.27608,300,8,0,6986,0,1,0,0,0),(86120,23051,530,1,1,0,0,-3837.55,3593.72,289.878,5.22914,300,8,0,6986,0,1,0,0,0),(86131,23051,530,1,1,0,0,-3884.44,3113.83,389.185,1.47494,300,0,0,6986,0,2,0,0,0),(86133,23051,530,1,1,0,0,-4210.05,3036.03,359.272,5.46477,300,0,0,6986,0,2,0,0,0),(86155,23051,530,1,1,0,0,-3629.08,3563.67,295.001,4.66366,300,8,0,6986,0,1,0,0,0),(86160,6491,530,1,4294967295,0,0,3876.32,5492.65,272.483,1.45779,60,0,0,4120,0,0,0,0,0),(81649,21350,565,1,1,0,1,177.064,370.781,0.472787,3.12199,604800,0,0,165200,49635,0,0,0,0),(81650,21350,565,1,1,0,1,174.85,359.627,-0.64406,2.83139,604800,0,0,165200,49635,0,0,0,0),(81646,21350,565,1,1,0,1,67.4204,140.244,-7.49576,4.8234,604800,0,0,165200,49635,0,0,0,0),(86179,26124,0,1,1,16585,0,1806.27,220.163,60.3925,1.43117,300,0,0,3524,0,0,0,0,0),(86224,26124,1,1,1,16585,0,-1018.26,298.879,135.829,3.9619,300,0,0,3524,0,0,0,0,0),(86227,26124,1,1,1,16585,0,1907.03,-4344.81,20.9429,0.872665,300,0,0,3524,0,0,0,0,0),(245579,16592,571,1,1,11686,0,6139.2,-1024.37,409.239,0.132262,300,0,0,42,0,0,0,0,0),(86242,26401,1,1,1,8409,0,9781.11,1014.05,1299.73,6.19592,300,0,0,42,0,0,0,0,0),(86243,26401,1,1,1,8409,0,-60.6233,1257.72,90.2786,2.98451,300,0,0,42,0,0,0,0,0),(86244,26401,1,1,1,8409,0,-3450.72,-4223.08,11.3297,2.61799,300,0,0,42,0,0,0,0,0),(86245,26401,0,1,1,8409,0,-1208.24,-2664.68,45.3872,5.93412,300,0,0,42,0,0,0,0,0),(86246,26401,0,1,1,8409,0,-14298.2,55.3486,1.47578,2.54818,300,0,0,42,0,0,0,0,0),(86247,26401,0,1,1,8409,0,-612.235,-547.718,36.5576,4.5204,300,0,0,42,0,0,0,0,0),(86248,26401,0,1,1,8409,0,-3442.66,-947.768,9.99993,4.10152,300,0,0,42,0,0,0,0,0),(86249,26401,0,1,1,8409,0,-14298.2,55.3486,1.47578,2.54818,300,0,0,42,0,0,0,0,0),(86250,26401,0,1,1,8409,0,-9386.23,26.1518,60.6273,4.5204,300,0,0,42,0,0,0,0,0),(86251,26401,0,1,1,8409,0,-9432.88,-2136.9,66.4413,4.17939,300,0,0,42,0,0,0,0,0),(86252,26401,0,1,1,8409,0,183.036,-2129.67,103.204,3.66519,300,0,0,42,0,0,0,0,0),(86253,26401,0,1,1,8409,0,-10645.8,1061.62,33.1256,5.49779,300,0,0,42,0,0,0,0,0),(86254,26401,0,1,1,8409,0,-5415.36,-497.514,396.772,4.76475,300,0,0,42,0,0,0,0,0),(86255,26401,0,1,1,8409,0,-5243.61,-2892.8,338.307,1.93731,300,0,0,42,0,0,0,0,0),(86256,26401,0,1,1,8409,0,-10697.6,-1158.41,25.0413,3.90954,300,0,0,42,0,0,0,0,0),(86258,26401,0,1,1,8409,0,-1208.24,-2664.68,45.3872,5.93412,300,0,0,42,0,0,0,0,0),(86259,26401,0,1,1,8409,0,-10943.7,-3228.1,41.5281,4.5204,300,0,0,42,0,0,0,0,0),(86260,26401,1,1,1,8409,0,-6776.65,532.378,-1.14293,3.21141,300,0,0,42,0,0,0,0,0),(86261,26401,1,1,1,8409,0,6854.22,-4755.9,696.906,0.890118,300,0,0,42,0,0,0,0,0),(86262,26401,1,1,1,8409,0,-7223.92,-3861.28,11.722,3.89208,300,0,0,42,0,0,0,0,0),(86264,26401,1,1,1,8409,0,-6776.65,532.378,-1.14293,3.21141,300,0,0,42,0,0,0,0,0),(86265,26401,1,1,1,8409,0,-7223.92,-3861.28,11.722,3.89208,300,0,0,42,0,0,0,0,0),(86266,26401,1,1,1,8409,0,2565.98,-479.263,108.83,1.67552,300,0,0,42,0,0,0,0,0),(86267,26401,1,1,1,8409,0,6314.42,521.312,18.2916,1.3439,300,0,0,42,0,0,0,0,0),(86268,26401,530,1,1,8409,0,-521.873,2310.71,38.9419,5.4598,300,0,0,42,0,0,0,0,0),(245578,16592,571,1,1,11686,0,6072.67,-1103.21,419.456,6.23874,300,0,0,42,0,0,0,0,0),(245577,16592,571,1,1,11686,0,5641.3,-2622.27,292.419,0.0655074,300,0,0,42,0,0,0,0,0),(245576,16592,571,1,1,11686,0,5288.52,-2757.12,292.418,6.27408,300,0,0,42,0,0,0,0,0),(245575,16592,571,1,1,11686,0,3399.05,-2911.26,202.028,6.21516,300,0,0,42,0,0,0,0,0),(245574,16592,571,1,1,11686,0,3360.71,-2113.31,124.059,0.175442,300,0,0,42,0,0,0,0,0),(245573,16592,571,1,1,11686,0,2572.61,-4330.26,276.656,0.222526,300,0,0,42,0,0,0,0,0),(245572,16592,571,1,1,11686,0,2483.96,-4886.47,265.271,6.27404,300,0,0,42,0,0,0,0,0),(245571,16592,530,1,1,11686,0,2931.39,3698.96,143.537,2.23621,300,0,0,42,0,0,0,0,0),(245570,16592,530,1,1,11686,0,182.189,6026.17,22.1537,0.743754,300,0,0,42,0,0,0,0,0),(245569,16592,530,1,1,11686,0,-2529.23,7555.4,-1.74901,6.22584,300,0,0,42,0,0,0,0,0),(245568,16592,530,1,1,11686,0,7696.83,-6834.27,77.4663,1.37997,300,0,0,42,0,0,0,0,0),(245567,16592,1,1,1,11686,0,-2331.29,-633.621,-8.33476,5.79781,300,0,0,42,0,0,0,0,0),(86643,25951,1,1,1,23472,0,4199.24,1175.68,6.15694,3.78736,300,0,0,454,1272,0,0,0,0),(86644,25962,530,1,1,23791,0,-1745.98,5342.86,-12.3448,1.67552,300,0,0,1524,0,0,0,0,0),(86645,25962,530,1,1,23791,0,-1993.87,5482.46,3.15594,4.46804,300,0,0,1524,0,0,0,0,0),(86646,25962,530,1,1,23791,0,-1826.07,5567.61,3.04806,5.96903,300,0,0,1524,0,0,0,0,0),(86703,25962,530,1,1,23791,0,-1908.94,5259.28,5.2625,2.54818,300,0,0,1524,0,0,0,0,0),(86704,25962,1,1,1,23791,0,-6782.28,550.543,2.97638,5.8294,300,0,0,1524,0,0,0,0,0),(86705,25962,1,1,1,23791,0,-7239.28,-3845.06,10.8885,2.00713,300,0,0,1524,0,0,0,0,0),(86706,25962,1,1,1,23791,0,6840.23,-4752.14,698.138,2.63545,300,0,0,1524,0,0,0,0,0),(86707,25962,1,1,1,23791,0,-3469.82,-4208.99,10.1557,0.383972,300,0,0,1524,0,0,0,0,0),(86708,25962,0,1,1,23791,0,-623.26,-539.21,34.8658,3.15905,300,0,0,1524,0,0,0,0,0),(86709,25962,0,1,1,23791,0,181.368,-2115.44,105.641,2.19912,300,0,0,1524,0,0,0,0,0),(86710,25962,0,1,1,23791,0,-3434.94,-951.551,9.51143,3.83972,300,0,0,1524,0,0,0,0,0),(86711,25962,0,1,1,23791,0,-14286.7,52.4315,0.457084,5.63741,300,0,0,1524,0,0,0,0,0),(86712,25962,0,1,1,23791,0,-1189.65,-2665.28,46.3519,3.83972,300,0,0,1524,0,0,0,0,0),(86713,25962,0,1,1,23791,0,-10953.5,-3227.95,41.1896,3.83972,300,0,0,1524,0,0,0,0,0),(86714,25962,0,1,1,23791,0,-9379.87,18.9105,62.1827,5.11381,300,0,0,1524,0,0,0,0,0),(86715,25962,0,1,1,23791,0,-5429.65,-495.516,397.314,3.57792,300,0,0,1524,0,0,0,0,0),(86716,25962,1,1,1,23791,0,-6782.28,550.543,2.97638,5.8294,300,0,0,1524,0,0,0,0,0),(86895,25962,1,1,1,23791,0,-7239.28,-3845.06,10.8885,2.00713,300,0,0,1524,0,0,0,0,0),(86896,25962,1,1,1,23791,0,6306.48,518.792,17.6333,1.11701,300,0,0,1524,0,0,0,0,0),(86897,25962,0,1,1,23791,0,-9442.95,-2125.02,67.4066,4.20624,300,0,0,1524,0,0,0,0,0),(86898,25962,0,1,1,23791,0,-14286.7,52.4315,0.457084,5.63741,300,0,0,1524,0,0,0,0,0),(86901,25962,1,1,1,23791,0,9784.58,1031.13,1298.9,0.698132,300,0,0,1524,0,0,0,0,0),(86924,25962,1,1,1,23791,0,2557.03,-457.059,109.375,4.7822,300,0,0,1524,0,0,0,0,0),(87086,25962,1,1,1,23791,0,-57.406,1250.45,90.5007,4.59022,300,0,0,1524,0,0,0,0,0),(88899,25962,0,1,1,23791,0,-10636.6,1079.73,34.2812,5.91667,300,0,0,1524,0,0,0,0,0),(90486,25962,0,1,1,23791,0,-10685.2,-1154.98,25.7006,5.91667,300,0,0,1524,0,0,0,0,0),(90490,25962,0,1,1,23791,0,-1189.65,-2665.28,46.3519,3.83972,300,0,0,1524,0,0,0,0,0),(90492,25962,0,1,1,23791,0,-5250.97,-2878.25,339.173,5.044,300,0,0,1524,0,0,0,0,0),(90493,25962,530,1,1,23791,0,-513.514,2334.38,38.276,0.506145,300,0,0,1524,0,0,0,0,0),(90494,26221,1,1,1,23131,1,8703.54,958.013,13.3155,4.03171,300,0,0,8982,3155,0,0,0,0),(90495,26221,0,1,1,23129,1,1791.36,231.328,60.1939,0.907571,300,0,0,8982,3155,0,0,0,0),(90496,26221,1,1,1,23129,1,-1016.88,285.408,135.829,3.29867,300,0,0,8982,3155,0,0,0,0),(90498,26221,530,1,1,23129,1,-1740.59,5342.66,-12.3448,2.00713,300,0,0,8982,3155,0,0,0,0),(90499,26221,0,1,1,23131,1,-4715.46,-1228.57,501.743,1.58825,300,0,0,8982,3155,0,0,0,0),(90508,26221,1,1,1,23129,1,1911.99,-4331.92,21.5731,0.506145,300,0,0,8982,3155,0,0,0,0),(90509,25975,1,1,1,23792,1,8705.96,934.905,14.8791,1.02974,300,0,0,3237,0,0,0,0,0),(90510,25975,0,1,1,23792,1,-4701.44,-1230.36,501.743,5.044,300,0,0,3237,0,0,0,0,0),(90512,25975,0,1,1,23792,1,-8836.37,851.844,99.1308,4.81711,300,0,0,3237,0,0,0,0,0),(90920,25980,1,1,1,23494,0,4198.93,1181.45,5.2037,4.31096,300,0,0,547,0,0,0,0,0),(91009,25980,1,1,1,23494,0,4205.69,1174.29,5.9435,3.4383,300,0,0,547,0,0,0,0,0),(91115,20102,1,1,1,16431,1,-924.656,-3715.91,9.13173,5.06145,300,0,0,42,0,0,0,0,0),(91116,20102,1,1,1,16431,1,-924.099,-3718,9.18514,1.69297,300,0,0,42,0,0,0,0,0),(91117,20102,1,1,1,16431,1,-898.024,-3765.59,11.868,1.25664,300,0,0,42,0,0,0,0,0),(91118,20102,1,1,1,16431,1,-897.124,-3763.23,11.9882,4.32842,300,0,0,42,0,0,0,0,0),(91704,20102,1,1,1,16431,1,-1030.97,-3678.41,23.2479,1.62316,300,0,0,42,0,0,0,0,0),(91705,20102,1,1,1,16431,1,-1031.03,-3676.2,23.1851,4.69494,300,0,0,42,0,0,0,0,0),(91706,20102,1,1,1,16431,1,-1031.03,-3676.2,23.1851,4.69494,300,0,0,42,0,0,0,0,0),(91707,20102,1,1,1,16431,1,-898.024,-3765.59,11.868,1.25664,300,0,0,42,0,0,0,0,0),(91749,20102,1,1,1,16431,1,-897.124,-3763.23,11.9882,4.32842,300,0,0,42,0,0,0,0,0),(91750,20102,1,1,1,16431,1,-924.656,-3715.91,9.13173,5.06145,300,0,0,42,0,0,0,0,0),(91751,20102,1,1,1,16431,1,-924.099,-3718,9.18514,1.69297,300,0,0,42,0,0,0,0,0),(91752,20102,1,1,1,16431,1,6791.34,-4747.01,701.617,2.21657,300,0,0,42,0,0,0,0,0),(91753,20102,1,1,1,16431,1,-7144.12,-3830.95,8.50543,3.26377,300,0,0,42,0,0,0,0,0),(91754,20102,1,1,1,16431,1,-7147.06,-3830.22,8.51396,6.05629,300,0,0,42,0,0,0,0,0),(91755,20102,1,1,1,16431,1,-7217.57,-3735.16,8.45314,2.28638,300,0,0,42,0,0,0,0,0),(91756,20102,1,1,1,16431,1,-7219.66,-3731.91,8.4635,5.13127,300,0,0,42,0,0,0,0,0),(91757,20102,1,1,1,16431,1,-7182.97,-3811.81,8.80395,2.3911,300,0,0,42,0,0,0,0,0),(91758,20102,1,1,1,16431,1,-7185.2,-3809.25,9.01346,5.51524,300,0,0,42,0,0,0,0,0),(91759,20102,1,1,1,16431,1,-7053.62,-3777.21,10.2047,5.25344,300,0,0,42,0,0,0,0,0),(91760,20102,1,1,1,16431,1,-7053,-3779.9,10.1478,1.53589,300,0,0,42,0,0,0,0,0),(91761,20102,1,1,1,16431,1,-7053,-3779.9,10.1478,1.53589,300,0,0,42,0,0,0,0,0),(91762,20102,1,1,1,16431,1,-7217.57,-3735.16,8.45314,2.28638,300,0,0,42,0,0,0,0,0),(91763,20102,1,1,1,16431,1,-7219.66,-3731.91,8.4635,5.13127,300,0,0,42,0,0,0,0,0),(91764,20102,1,1,1,16431,1,-7144.12,-3830.95,8.50543,3.26377,300,0,0,42,0,0,0,0,0),(91765,20102,1,1,1,16431,1,-7147.06,-3830.22,8.51396,6.05629,300,0,0,42,0,0,0,0,0),(91766,20102,530,1,1,16431,1,-1818.99,5305.67,-12.3448,4.03171,300,0,0,42,0,0,0,0,0),(91767,20102,530,1,1,16431,1,-1821.12,5303.35,-12.3448,0.767945,300,0,0,42,0,0,0,0,0),(91768,20102,530,1,1,16431,1,-1748.08,5493.86,-12.3448,4.2586,300,0,0,42,0,0,0,0,0),(91769,20102,530,1,1,16431,1,-1747.9,5492.11,-12.3448,1.3439,300,0,0,42,0,0,0,0,0),(91770,20102,530,1,1,16431,1,-1978.82,5365.21,-12.3448,3.63029,300,0,0,42,0,0,0,0,0),(91771,20102,530,1,1,16431,1,-1980.72,5364.88,-12.3225,0.226893,300,0,0,42,0,0,0,0,0),(91772,20102,530,1,1,16431,1,-1875.93,5376.2,-12.3448,0.820305,300,0,0,42,0,0,0,0,0),(91773,20102,530,1,1,16431,1,-1875.06,5378.04,-12.3448,4.36332,300,0,0,42,0,0,0,0,0),(91774,20102,530,1,1,16431,1,-2175.76,5414.62,50.3112,5.60251,300,0,0,42,0,0,0,0,0),(91775,20102,530,1,1,16431,1,-2174.14,5413.06,50.3112,2.56563,300,0,0,42,0,0,0,0,0),(91776,20102,530,1,1,16431,1,-1809.92,5418.64,-12.3448,5.55015,300,0,0,42,0,0,0,0,0),(91777,20102,530,1,1,16431,1,-1808.36,5417.01,-12.3448,2.32129,300,0,0,42,0,0,0,0,0),(91778,20102,530,1,1,16431,1,-1917.81,5441.85,-12.3448,2.35619,300,0,0,42,0,0,0,0,0),(91779,20102,530,1,1,16431,1,-1920.17,5443.52,-12.3448,5.86431,300,0,0,42,0,0,0,0,0),(91794,20102,530,1,1,16431,1,-1883.61,5769.28,129.641,4.15388,300,0,0,42,0,0,0,0,0),(91801,20102,530,1,1,16431,1,-1884.14,5766.55,129.641,1.309,300,0,0,42,0,0,0,0,0),(92568,20102,0,1,1,16431,1,-14440.1,509.034,26.2717,1.3439,300,0,0,42,0,0,0,0,0),(93587,20102,0,1,1,16431,1,-14440.2,510.301,26.2619,5.07891,300,0,0,42,0,0,0,0,0),(93610,20102,0,1,1,16431,1,-14468.7,463.642,36.9241,4.13643,300,0,0,42,0,0,0,0,0),(93639,20102,0,1,1,16431,1,-14469.6,462.223,36.9248,0.279253,300,0,0,42,0,0,0,0,0),(93646,20102,0,1,1,16431,1,-14313.5,508.853,8.69121,4.27606,300,0,0,42,0,0,0,0,0),(93652,20102,0,1,1,16431,1,-14314,507.109,8.68829,1.22173,300,0,0,42,0,0,0,0,0),(93695,20102,0,1,1,16431,1,-14468.7,463.642,36.9241,4.13643,300,0,0,42,0,0,0,0,0),(93734,20102,0,1,1,16431,1,-14469.6,462.223,36.9248,0.279253,300,0,0,42,0,0,0,0,0),(93762,20102,0,1,1,16431,1,-14313.5,508.853,8.69121,4.27606,300,0,0,42,0,0,0,0,0),(93763,20102,0,1,1,16431,1,-14314,507.109,8.68829,1.22173,300,0,0,42,0,0,0,0,0),(93764,20102,0,1,1,16431,1,-14440.1,509.034,26.2717,1.3439,300,0,0,42,0,0,0,0,0),(93913,20102,0,1,1,16431,1,-14440.2,510.301,26.2619,5.07891,300,0,0,42,0,0,0,0,0),(94421,25994,530,1,1,23789,1,-1758.31,5322.8,-12.3448,2.86234,300,0,0,1651,0,0,0,0,0),(94475,25994,1,1,1,23789,1,-7104.6,-3660.68,11.0245,0.471239,300,0,0,1651,0,0,0,0,0),(94477,25994,1,1,1,23789,1,-6985.01,911.052,9.83533,5.61996,300,0,0,1651,0,0,0,0,0),(94485,25994,1,1,1,23789,1,1993.87,-2345.35,90.1741,2.74017,300,0,0,1651,0,0,0,0,0),(94486,25994,1,1,1,23789,1,-5518.41,-2283.94,-58.5534,1.90241,300,0,0,1651,0,0,0,0,0),(94487,25994,530,1,1,23789,1,-2539.43,4266.71,17.1441,5.96903,300,0,0,1651,0,0,0,0,0),(94488,25994,1,1,1,23789,1,-3110.92,-2741.44,35.323,4.72984,300,0,0,1651,0,0,0,0,0),(94489,25994,0,1,1,23789,1,-14377.6,128.137,0.828836,2.37365,300,0,0,1651,0,0,0,0,0),(94509,25994,0,1,1,23789,1,-1120.3,-3558.79,49.3666,1.91986,300,0,0,1651,0,0,0,0,0),(94510,25994,0,1,1,23789,1,597.775,1352.13,89.6944,5.11381,300,0,0,1651,0,0,0,0,0),(94511,25994,530,1,1,23789,1,30.013,2600.02,70.5904,1.95477,300,0,0,1651,0,0,0,0,0),(94512,25994,1,1,1,23789,1,945.232,789.416,103.969,1.88496,300,0,0,1651,0,0,0,0,0),(94513,25994,1,1,1,23789,1,-7104.6,-3660.68,11.0245,0.471239,300,0,0,1651,0,0,0,0,0),(94514,25994,1,1,1,23789,1,6837.44,-4570.78,709.263,4.41568,300,0,0,1651,0,0,0,0,0),(94515,25994,1,1,1,23789,1,-1845.5,3050.37,1.17382,6.05629,300,0,0,1651,0,0,0,0,0),(94516,25994,1,1,1,23789,1,-295.974,-2662.6,93.8077,3.15905,300,0,0,1651,0,0,0,0,0),(94517,25994,0,1,1,23789,1,-10347.1,-3300.82,23.6811,3.47321,300,0,0,1651,0,0,0,0,0),(94518,25994,0,1,1,23789,1,-14377.6,128.137,0.828836,2.37365,300,0,0,1651,0,0,0,0,0),(94519,25994,0,1,1,23789,1,-6681.29,-2193.9,247.956,0.994838,300,0,0,1651,0,0,0,0,0),(94520,25994,0,1,1,23789,1,-7601.24,-2059.78,131.112,2.46091,300,0,0,1651,0,0,0,0,0),(94521,25994,0,1,1,23789,1,-132.64,-814.957,55.1647,5.79449,300,0,0,1651,0,0,0,0,0),(94522,25994,530,1,1,23789,1,-1998.72,5467.01,3.08457,1.36136,300,0,0,1651,0,0,0,0,0),(94523,25994,530,1,1,23789,1,-1811.19,5562.96,3.12236,2.80998,300,0,0,1651,0,0,0,0,0),(94524,25994,1,1,1,23789,1,-4585.43,423.634,42.3342,2.6529,300,0,0,1651,0,0,0,0,0),(94525,25994,0,1,1,23789,1,-466.788,-4532.08,11.1267,3.47321,300,0,0,1651,0,0,0,0,0),(94526,25994,530,1,1,23789,1,-1209.93,7491.75,21.2173,1.50098,300,0,0,1651,0,0,0,0,0),(94527,25994,530,1,1,23789,1,214.899,7694.4,22.4383,0.366519,300,0,0,1651,0,0,0,0,0),(94528,25994,530,1,1,23789,1,-1698.79,5363.46,5.49626,1.18682,300,0,0,1651,0,0,0,0,0),(94529,16781,1,1,1,16434,0,8709.52,953.974,13.6819,4.2586,300,0,0,1524,0,0,0,0,0),(94530,16781,1,1,1,16436,0,1895.07,-4344.85,20.9808,5.67232,300,0,0,1524,0,0,0,0,0),(94531,16781,1,1,1,16432,0,-1021.59,293.29,135.829,0.122173,300,0,0,1524,0,0,0,0,0),(94532,16781,1,1,1,16436,0,-3103.63,-2740.18,35.0142,2.9147,300,0,0,1524,0,0,0,0,0),(94533,16781,1,1,1,16445,0,-3107.49,-2738.83,35.2136,3.79073,300,0,0,1524,0,0,0,0,0),(94534,16781,1,1,1,16438,0,-3114.17,-2737.15,34.8386,4.29351,300,0,0,1524,0,0,0,0,0),(94535,16781,1,1,1,16443,0,-3116.46,-2741.03,34.9636,6.2106,300,0,0,1524,0,0,0,0,0),(94536,16781,1,1,1,21083,0,9773.25,1007.28,1299.08,4.2586,300,0,0,1524,0,0,0,0,0),(94537,16781,1,1,1,21086,0,6837.93,-4560.88,710.037,4.66286,300,0,0,1524,0,0,0,0,0),(94538,16781,1,1,1,16442,0,6830.61,-4564.92,710.46,5.57349,300,0,0,1524,0,0,0,0,0),(94539,16781,1,1,1,16447,0,6850.13,-4748.91,697.379,3.45657,300,0,0,1524,0,0,0,0,0),(94540,16781,1,1,1,21083,0,-50.4993,1243.12,90.8353,2.21657,300,0,0,1524,0,0,0,0,0),(94541,16781,1,1,1,16445,0,2001.79,-2350.23,90.3004,2.58943,300,0,0,1524,0,0,0,0,0),(94542,16781,1,1,1,16443,0,1987.35,-2335.27,90.3668,5.28661,300,0,0,1524,0,0,0,0,0),(94543,16781,1,1,1,16447,0,6312.31,527.884,16.6383,5.23599,300,0,0,1524,0,0,0,0,0),(94544,16781,1,1,1,16433,0,6309.25,509.718,17.8184,2.05949,300,0,0,1524,0,0,0,0,0),(94545,16781,1,1,1,21085,0,-1846.58,3044.63,1.9924,3.54302,300,0,0,1524,0,0,0,0,0),(94546,16781,1,1,1,16446,0,-1842.07,3054.23,0.818315,2.70526,300,0,0,1524,0,0,0,0,0),(94547,16781,1,1,1,21086,0,-1016.5,294.422,135.829,3.56173,300,0,0,1524,0,0,0,0,0),(94548,16781,0,1,1,16413,0,-9449.18,-2123.47,69.2066,6.03994,300,0,0,1524,0,0,0,0,0),(94549,16781,0,1,1,16448,0,-3433.67,-959.299,9.56594,2.21657,300,0,0,1524,0,0,0,0,0),(94550,16781,0,1,1,16434,0,-14277.8,54.594,0.903981,2.87979,300,0,0,1524,0,0,0,0,0),(94551,16781,0,1,1,21083,0,-14289.6,46.9671,0.852089,6.02139,300,0,0,1524,0,0,0,0,0),(94552,16781,0,1,1,16447,0,-14285.2,45.2736,0.5652,1.76951,300,0,0,1524,0,0,0,0,0),(94553,16781,0,1,1,16414,0,-14285.2,45.2736,0.5652,2.68781,300,0,0,1524,0,0,0,0,0),(94554,16781,0,1,1,16412,0,-14282.4,55.3707,0.467201,6.21337,300,0,0,1524,0,0,0,0,0),(94555,16781,0,1,1,16414,0,-14277.8,54.594,0.903981,2.87979,300,0,0,1524,0,0,0,0,0),(94556,16781,0,1,1,16414,0,-1197.29,-2680.87,46.3772,6.12611,300,0,0,1524,0,0,0,0,0),(94557,16781,0,1,1,16414,0,-1202.46,-2657.93,45.8036,5.23599,300,0,0,1524,0,0,0,0,0),(94558,16781,0,1,1,16435,0,-10968,-3234.34,41.4491,2.21657,300,0,0,1524,0,0,0,0,0),(94559,16781,0,1,1,21084,0,-9375.14,26.3486,61.714,4.83456,300,0,0,1524,0,0,0,0,0),(94560,16781,0,1,1,16413,0,-9383.17,11.5458,61.1362,1.44862,300,0,0,1524,0,0,0,0,0),(94561,16781,0,1,1,16413,0,-9373.36,22.8965,62.0908,2.21657,300,0,0,1524,0,0,0,0,0),(94562,16781,0,1,1,21084,0,-5428.45,-486.615,396.646,4.2586,300,0,0,1524,0,0,0,0,0),(94563,16781,0,1,1,16412,0,-5250.07,-2891.32,339.267,4.2586,300,0,0,1524,0,0,0,0,0),(94564,16781,0,1,1,16432,0,-6686.65,-2194.68,248.353,0.145253,300,0,0,1524,0,0,0,0,0),(94565,16781,0,1,1,16436,0,-6685.3,-2199.44,248.978,3.21141,300,0,0,1524,0,0,0,0,0),(94566,16781,0,1,1,16445,0,-474.941,-4528.3,12.8381,4.66003,300,0,0,1524,0,0,0,0,0),(94567,16781,0,1,1,21086,0,-463.082,-4537.73,9.4355,2.15069,300,0,0,1524,0,0,0,0,0),(94568,16781,0,1,1,21086,0,-468.089,-4537.65,10.3289,1.34167,300,0,0,1524,0,0,0,0,0),(94569,16781,0,1,1,16432,0,1792.44,219.541,60.0122,1.5708,300,0,0,1524,0,0,0,0,0),(94570,16781,0,1,1,16436,0,1793.16,224.844,59.7142,4.46804,300,0,0,1524,0,0,0,0,0),(94571,16781,0,1,1,21086,0,1816.48,217.623,59.9269,2.04204,300,0,0,1524,0,0,0,0,0),(94572,16781,530,1,1,16444,0,216.637,7684.78,23.0092,0.907571,300,0,0,1524,0,0,0,0,0),(94573,16781,530,1,1,16438,0,219.344,7688.08,23.0563,2.18361,300,0,0,1524,0,0,0,0,0),(94574,16781,1,1,1,16444,0,940.413,789.09,103.992,0.067552,300,0,0,1524,0,0,0,0,0),(94575,16781,1,1,1,21084,0,-6786.51,544.666,1.59918,0.366519,300,0,0,1524,0,0,0,0,0),(94576,16781,1,1,1,21083,0,9773.31,1033.1,1299.56,3.83972,300,0,0,1524,0,0,0,0,0),(94577,16781,1,1,1,16447,0,9769.71,1030.63,1300.17,0.453786,300,0,0,1524,0,0,0,0,0),(94578,16781,1,1,1,16447,0,9772.87,1004.43,1298.9,1.44862,300,0,0,1524,0,0,0,0,0),(94579,16781,1,1,1,16435,0,-6774.95,553.742,3.73485,4.2586,300,0,0,1524,0,0,0,0,0),(94580,16781,1,1,1,16413,0,-6775.84,550.704,3.13809,3.16651,300,0,0,1524,0,0,0,0,0),(94581,16781,1,1,1,16443,0,6834.14,-4568.12,709.714,5.60569,300,0,0,1524,0,0,0,0,0),(94582,16781,1,1,1,16448,0,-7229.52,-3843.73,12.1387,4.2586,300,0,0,1524,0,0,0,0,0),(94583,16781,1,1,1,16413,0,6854.11,-4749.86,697.021,3.00197,300,0,0,1524,0,0,0,0,0),(94584,16781,1,1,1,16433,0,6845.68,-4757.61,697.641,1.51844,300,0,0,1524,0,0,0,0,0),(94585,16781,1,1,1,21084,0,6846.12,-4752.99,697.612,4.53786,300,0,0,1524,0,0,0,0,0),(94586,16781,1,1,1,16446,0,-7102.36,-3666.85,11.0592,2.75762,300,0,0,1524,0,0,0,0,0),(94587,16781,1,1,1,21085,0,1998.36,-2352.39,90.135,0.506145,300,0,0,1524,0,0,0,0,0),(94588,16781,1,1,1,16432,0,1990.55,-2333.87,91.2249,3.63029,300,0,0,1524,0,0,0,0,0),(94589,16781,1,1,1,21084,0,-62.8864,1247.85,90.822,0.443423,300,0,0,1524,0,0,0,0,0),(94590,16781,1,1,1,16412,0,-63.0911,1244.82,91.1532,0.780361,300,0,0,1524,0,0,0,0,0),(94591,16781,1,1,1,16433,0,-52.604,1246.92,90.8132,2.50717,300,0,0,1524,0,0,0,0,0),(94592,16781,1,1,1,16413,0,-3472.85,-4218.53,9.61242,1.26356,300,0,0,1524,0,0,0,0,0),(94593,16781,1,1,1,21085,0,-1845.11,3056.32,0.594067,4.64677,300,0,0,1524,0,0,0,0,0),(94594,16781,1,1,1,16438,0,-1851.72,3043.05,2.75093,0.122173,300,0,0,1524,0,0,0,0,0),(94595,16781,1,1,1,16436,0,-5511.32,-2279.46,-58.9298,3.70525,300,0,0,1524,0,0,0,0,0),(94596,16781,1,1,1,16444,0,-5514.57,-2283.49,-58.732,3.25728,300,0,0,1524,0,0,0,0,0),(94597,16781,1,1,1,16446,0,1898.5,-4346.82,21.0223,2.70526,300,0,0,1524,0,0,0,0,0),(94598,16781,0,1,1,16438,0,-10351.3,-3292.1,23.2491,4.5204,300,0,0,1524,0,0,0,0,0),(94599,16781,0,1,1,16448,0,-9437.42,-2137.57,66.7224,1.98536,300,0,0,1524,0,0,0,0,0),(94600,16781,0,1,1,16448,0,-9434.02,-2135.57,66.2969,3.75246,300,0,0,1524,0,0,0,0,0),(94601,16781,0,1,1,16413,0,178.85,-2118.32,104.996,0.85135,300,0,0,1524,0,0,0,0,0),(94602,16781,0,1,1,21083,0,-3427.64,-949.945,9.66967,4.2586,300,0,0,1524,0,0,0,0,0),(94603,16781,0,1,1,16447,0,-14282.4,55.3707,0.392449,3.74504,300,0,0,1524,0,0,0,0,0),(94604,16781,0,1,1,16433,0,-14289.6,46.9671,0.852089,6.02139,300,0,0,1524,0,0,0,0,0),(94605,16781,0,1,1,16434,0,-1201.28,-2660.02,45.4031,2.21657,300,0,0,1524,0,0,0,0,0),(94606,16781,0,1,1,21083,0,-10936.2,-3219.52,41.4308,1.44862,300,0,0,1524,0,0,0,0,0),(94607,16781,0,1,1,16448,0,-10968.9,-3230.71,41.5834,5.23599,300,0,0,1524,0,0,0,0,0),(94608,16781,0,1,1,16447,0,-10935.7,-3215.98,41.4308,4.2586,300,0,0,1524,0,0,0,0,0),(94609,16781,0,1,1,16448,0,-5430.02,-489.223,396.787,1.44862,300,0,0,1524,0,0,0,0,0),(94610,16781,0,1,1,16413,0,-5243.4,-2868.25,336.974,5.23599,300,0,0,1524,0,0,0,0,0),(94611,16781,0,1,1,16445,0,-6688.79,-2191.26,247.728,5.94547,300,0,0,1524,0,0,0,0,0),(94612,16781,0,1,1,21085,0,-475.423,-4532.37,12.327,0.034308,300,0,0,1524,0,0,0,0,0),(94613,16781,530,1,1,16435,0,-1740.67,5351.79,-12.3448,6.07375,300,0,0,1524,0,0,0,0,0),(94614,16781,530,1,1,16433,0,-1735.15,5351.09,-12.3448,2.96706,300,0,0,1524,0,0,0,0,0),(94615,16781,0,1,1,16446,0,1814.13,220.927,59.5969,5.21853,300,0,0,1524,0,0,0,0,0),(94616,16781,1,1,1,21083,0,6313.18,525.604,17.2145,2.21657,300,0,0,1524,0,0,0,0,0),(94617,16781,1,1,1,16412,0,6307.56,512.287,17.7694,5.37561,300,0,0,1524,0,0,0,0,0),(94618,16781,0,1,1,16448,0,-9449.25,-2120.39,69.2066,4.57276,300,0,0,1524,0,0,0,0,0),(94619,16781,0,1,1,16435,0,-9382.33,14.4817,61.6174,4.2586,300,0,0,1524,0,0,0,0,0),(94620,16781,0,1,1,21084,0,-5431.74,-502.427,397.758,2.21657,300,0,0,1524,0,0,0,0,0),(94621,16781,0,1,1,16413,0,-5433.93,-500.603,397.292,5.23599,300,0,0,1524,0,0,0,0,0),(94622,16781,0,1,1,16414,0,-5242.92,-2871.7,338.068,2.21657,300,0,0,1524,0,0,0,0,0),(94623,16781,0,1,1,16447,0,-5250.77,-2895.2,338.614,1.44862,300,0,0,1524,0,0,0,0,0),(94624,16781,530,1,1,21085,0,34.1126,2604.56,71.1076,5.88176,300,0,0,1524,0,0,0,0,0),(94625,16781,530,1,1,16432,0,214.862,7681.32,22.7878,1.56793,300,0,0,1524,0,0,0,0,0),(94626,16781,530,1,1,16446,0,209.972,7682.07,22.6613,0.05236,300,0,0,1524,0,0,0,0,0),(94627,16781,1,1,1,16443,0,-1025.46,306.366,135.804,0.226893,300,0,0,1524,0,0,0,0,0),(94628,16781,1,1,1,16438,0,-1020.04,307.155,135.829,3.15905,300,0,0,1524,0,0,0,0,0),(94629,16781,1,1,1,16442,0,1918.67,-4348.65,20.5571,5.02655,300,0,0,1524,0,0,0,0,0),(94630,16781,1,1,1,16436,0,1919.47,-4353.55,20.5943,1.62316,300,0,0,1524,0,0,0,0,0),(94631,16781,530,1,1,16443,0,-1764.56,5311.57,-12.3448,3.01942,300,0,0,1524,0,0,0,0,0),(94632,16781,530,1,1,16445,0,-1769.84,5313.85,-12.3448,5.88176,300,0,0,1524,0,0,0,0,0),(94633,16781,530,1,1,16413,0,-515.786,2339.67,37.8614,5.11811,300,0,0,1524,0,0,0,0,0),(94634,16781,0,1,1,16447,0,-1201.28,-2660.02,45.4031,5.85842,300,0,0,1524,0,0,0,0,0),(94635,16781,0,1,1,16448,0,-1202.46,-2657.93,45.8036,5.23599,300,0,0,1524,0,0,0,0,0),(94636,16781,0,1,1,16447,0,-1195.37,-2682.08,47.0076,2.53073,300,0,0,1524,0,0,0,0,0),(94637,16781,0,1,1,16433,0,-1197.29,-2680.87,46.3772,6.12611,300,0,0,1524,0,0,0,0,0),(94638,16781,0,1,1,16433,0,186.365,-2115.52,105.464,3.12523,300,0,0,1524,0,0,0,0,0),(94639,16781,0,1,1,16448,0,187.437,-2112.56,106.084,4.2586,300,0,0,1524,0,0,0,0,0),(94640,16781,0,1,1,16447,0,177.178,-2115.24,105.307,5.23599,300,0,0,1524,0,0,0,0,0),(94641,16781,0,1,1,21086,0,-1143.94,-3549.91,52.3624,5.23599,300,0,0,1524,0,0,0,0,0),(94642,16781,0,1,1,16438,0,-1142.06,-3553.01,52.2374,2.21657,300,0,0,1524,0,0,0,0,0),(94643,16781,0,1,1,16442,0,-1115.13,-3547.66,50.1345,2.53073,300,0,0,1524,0,0,0,0,0),(94644,16781,0,1,1,16432,0,-1117.82,-3543.86,50.2867,5.34071,300,0,0,1524,0,0,0,0,0),(94645,16781,0,1,1,16412,0,-10684.3,-1148.58,25.833,5.39903,300,0,0,1524,0,0,0,0,0),(94646,16781,0,1,1,16433,0,-10682.6,-1168.07,24.7525,1.44862,300,0,0,1524,0,0,0,0,0),(94647,16781,0,1,1,16435,0,-10681.5,-1164.25,25.208,1.03306,300,0,0,1524,0,0,0,0,0),(94648,16781,0,1,1,16448,0,-10680.3,-1147.93,25.833,5.02826,300,0,0,1524,0,0,0,0,0),(94649,16781,1,1,1,21083,0,-6786.51,544.666,1.44718,0.947196,300,0,0,1524,0,0,0,0,0),(94650,16781,0,1,1,16442,0,-10352,-3296.74,23.6612,5.58471,300,0,0,1524,0,0,0,0,0),(94651,16781,0,1,1,16446,0,-10350.1,-3307.59,23.2149,0.191986,300,0,0,1524,0,0,0,0,0),(94652,16781,0,1,1,21086,0,-10344.4,-3306.41,23.1961,2.02267,300,0,0,1524,0,0,0,0,0),(94653,16781,0,1,1,16445,0,-14371.5,132.86,1.04293,1.78024,300,0,0,1524,0,0,0,0,0),(94654,16781,0,1,1,16438,0,-14388.8,125.666,1.1453,5.5676,300,0,0,1524,0,0,0,0,0),(94655,16781,0,1,1,21085,0,-14385.1,122.559,1.3256,0.642415,300,0,0,1524,0,0,0,0,0),(94656,16781,0,1,1,16432,0,-14374.6,137.59,0.44237,4.40481,300,0,0,1524,0,0,0,0,0),(94657,16781,0,1,1,21086,0,-122.378,-813.281,55.6416,3.01942,300,0,0,1524,0,0,0,0,0),(94658,16781,0,1,1,21085,0,-125.86,-811.308,55.3297,5.88176,300,0,0,1524,0,0,0,0,0),(94659,16781,0,1,1,16445,0,-129.014,-823.608,55.2595,0.593412,300,0,0,1524,0,0,0,0,0),(94660,16781,0,1,1,16444,0,-125.36,-821.476,55.4535,3.56047,300,0,0,1524,0,0,0,0,0),(94661,16781,0,1,1,16412,0,-4708.43,-1236.96,501.743,1.11701,300,0,0,1524,0,0,0,0,0),(94662,16781,0,1,1,16448,0,-4692.72,-1218.07,501.743,0.750492,300,0,0,1524,0,0,0,0,0),(94663,16781,0,1,1,21083,0,-4706.34,-1233.23,501.743,4.2586,300,0,0,1524,0,0,0,0,0),(94664,16781,0,1,1,16414,0,-4688.58,-1213.5,501.743,4.2586,300,0,0,1524,0,0,0,0,0),(94665,16781,530,1,1,16442,0,-1203.79,7487.38,22.1545,3.54302,300,0,0,1524,0,0,0,0,0),(94666,16781,530,1,1,16446,0,-1207.93,7487.22,22.2795,6.02139,300,0,0,1524,0,0,0,0,0),(94667,16781,530,1,1,16436,0,-1214.83,7493.13,20.7795,1.27409,300,0,0,1524,0,0,0,0,0),(94668,16781,530,1,1,16446,0,-1213.77,7498.38,20.5295,4.55531,300,0,0,1524,0,0,0,0,0),(94669,16781,0,1,1,16448,0,-10647,1072.17,34.0896,1.51844,300,0,0,1524,0,0,0,0,0),(94670,16781,0,1,1,16434,0,-10640.6,1080.97,34.8855,2.21657,300,0,0,1524,0,0,0,0,0),(94671,16781,0,1,1,21084,0,-10646.3,1075.05,34.6687,4.2586,300,0,0,1524,0,0,0,0,0),(94672,16781,0,1,1,16413,0,-10642.2,1083.53,35.0052,5.23599,300,0,0,1524,0,0,0,0,0),(94673,16781,0,1,1,16434,0,-614.224,-535.796,36.2243,2.21657,300,0,0,1524,0,0,0,0,0),(94674,16781,0,1,1,16413,0,-615.6,-532.523,35.7472,5.23599,300,0,0,1524,0,0,0,0,0),(94675,16781,0,1,1,16447,0,-8840.87,851.164,98.8638,1.91986,300,0,0,1524,0,0,0,0,0),(94676,16781,0,1,1,16448,0,-8842.71,856.191,98.5909,4.99164,300,0,0,1524,0,0,0,0,0),(94677,16781,0,1,1,16442,0,593.821,1350.02,90.3997,0.490553,300,0,0,1524,0,0,0,0,0),(94678,16781,0,1,1,16438,0,595.365,1345.8,90.1562,1.8675,300,0,0,1524,0,0,0,0,0),(94679,16781,0,1,1,16443,0,602.084,1351.74,88.1745,3.05093,300,0,0,1524,0,0,0,0,0),(94680,16781,0,1,1,21085,0,600.03,1355.18,88.8279,4.07527,300,0,0,1524,0,0,0,0,0),(94681,16781,1,1,1,16446,0,-4585.19,428.714,42.2201,5.88176,300,0,0,1524,0,0,0,0,0),(94682,16781,1,1,1,16444,0,-4593.4,421.338,43.2283,6.07375,300,0,0,1524,0,0,0,0,0),(94683,16781,0,1,1,21086,0,-7603.89,-2066,129.675,6.24828,300,0,0,1524,0,0,0,0,0),(94684,16781,0,1,1,16445,0,-7595.41,-2060.63,131.677,2.99611,300,0,0,1524,0,0,0,0,0),(94685,16781,0,1,1,16438,0,-7592.49,-2065.33,131.078,2.35619,300,0,0,1524,0,0,0,0,0),(94686,16781,0,1,1,16446,0,-7599.02,-2067,129.618,2.84489,300,0,0,1524,0,0,0,0,0),(94687,16781,1,1,1,16446,0,-4589.12,420.2,42.8533,0.74986,300,0,0,1524,0,0,0,0,0),(94688,16781,1,1,1,16445,0,-4580.63,427.091,41.9618,3.01942,300,0,0,1524,0,0,0,0,0),(94689,16781,1,1,1,16445,0,-6988.55,908.541,9.15639,0.616974,300,0,0,1524,0,0,0,0,0),(94690,16781,1,1,1,21086,0,-6979.45,913.846,10.1799,3.60763,300,0,0,1524,0,0,0,0,0),(94691,16781,1,1,1,16442,0,-6984.42,914.666,10.2578,4.55183,300,0,0,1524,0,0,0,0,0),(94692,16781,1,1,1,21086,0,-6988.51,905.156,8.61177,1.36136,300,0,0,1524,0,0,0,0,0),(94693,16781,0,1,1,16442,0,-14374.6,137.59,0.365475,4.40481,300,0,0,1524,0,0,0,0,0),(94694,16781,0,1,1,16445,0,-14371.5,132.86,1.04293,3.79665,300,0,0,1524,0,0,0,0,0),(94695,16781,1,1,1,16432,0,-7106.02,-3664.16,10.7374,0.711421,300,0,0,1524,0,0,0,0,0),(94696,16781,1,1,1,16445,0,-7109.02,-3670.72,10.0413,1.78024,300,0,0,1524,0,0,0,0,0),(94697,16781,1,1,1,16412,0,-6783.33,546.264,2.06236,1.33021,300,0,0,1524,0,0,0,0,0),(94698,16781,1,1,1,16444,0,-7110.38,-3667.19,9.93341,5.2709,300,0,0,1524,0,0,0,0,0),(94699,16781,1,1,1,16433,0,-6774.95,553.742,3.73485,4.2586,300,0,0,1524,0,0,0,0,0),(94700,16781,1,1,1,16435,0,-6775.84,550.704,3.13809,3.16651,300,0,0,1524,0,0,0,0,0),(94701,16781,1,1,1,16434,0,-7230.2,-3847.16,12.0439,1.27409,300,0,0,1524,0,0,0,0,0),(94702,16781,0,1,1,16414,0,-623.304,-530.146,34.2168,4.2586,300,0,0,1524,0,0,0,0,0),(94703,16781,0,1,1,21084,0,-623.67,-533.012,34.4668,1.44862,300,0,0,1524,0,0,0,0,0),(94704,16781,0,1,1,16433,0,-1195.37,-2682.08,47.0076,2.53073,300,0,0,1524,0,0,0,0,0),(94705,16781,0,1,1,16448,0,-3434.67,-956.682,9.65595,5.23599,300,0,0,1524,0,0,0,0,0),(94706,16781,0,1,1,16435,0,-3428.97,-953.84,10.2242,1.44862,300,0,0,1524,0,0,0,0,0),(94707,16781,1,1,1,21085,0,947.502,793.039,104.367,4.85202,300,0,0,1524,0,0,0,0,0),(94708,16781,1,1,1,16442,0,948.38,787.43,104.117,1.76278,300,0,0,1524,0,0,0,0,0),(94709,16781,1,1,1,16445,0,939.411,794.429,104.117,4.95674,300,0,0,1524,0,0,0,0,0),(94710,16781,0,1,1,16436,0,-14385.1,122.559,1.3256,0.642415,300,0,0,1524,0,0,0,0,0),(94711,16781,0,1,1,21085,0,-14388.8,125.666,1.1453,5.5676,300,0,0,1524,0,0,0,0,0),(94712,16781,530,1,1,21084,0,-516.279,2343.69,37.8614,4.83456,300,0,0,1524,0,0,0,0,0),(94713,16781,530,1,1,16434,0,-508.935,2331.94,38.6722,2.65201,300,0,0,1524,0,0,0,0,0),(94714,16781,530,1,1,16447,0,-505.306,2335.2,38.7838,3.24115,300,0,0,1524,0,0,0,0,0),(94715,16781,1,1,1,16413,0,-7234.59,-3851.16,11.258,2.68781,300,0,0,1524,0,0,0,0,0),(94716,16781,1,1,1,16447,0,-7230.2,-3847.16,12.0439,1.27409,300,0,0,1524,0,0,0,0,0),(94717,16781,1,1,1,16448,0,-7237.94,-3850.23,10.852,6.17846,300,0,0,1524,0,0,0,0,0),(94718,16781,530,1,1,16445,0,-2535.74,4272.07,16.997,4.10926,300,0,0,1524,0,0,0,0,0),(94719,16781,530,1,1,16446,0,-2532.48,4270.6,16.2869,3.65248,300,0,0,1524,0,0,0,0,0),(94720,16781,530,1,1,16446,0,38.4523,2603.81,70.8331,3.01942,300,0,0,1524,0,0,0,0,0),(94721,16781,530,1,1,16432,0,27.4026,2596.15,70.3829,3.36848,300,0,0,1524,0,0,0,0,0),(94722,16781,530,1,1,21086,0,23.929,2595.88,70.5079,6.07375,300,0,0,1524,0,0,0,0,0),(94723,16781,1,1,1,16445,0,-7102.43,-3666.72,11.1204,1.91606,300,0,0,1524,0,0,0,0,0),(94724,16781,1,1,1,16445,0,-7106.02,-3664.16,10.6763,5.5676,300,0,0,1524,0,0,0,0,0),(94725,16781,1,1,1,16438,0,-7109.02,-3670.72,10.0413,1.78024,300,0,0,1524,0,0,0,0,0),(94726,16781,1,1,1,16432,0,-7110.38,-3667.19,9.93341,5.2709,300,0,0,1524,0,0,0,0,0),(94727,16781,1,1,1,16413,0,8708.49,949.182,13.8069,1.44862,300,0,0,1524,0,0,0,0,0),(94728,16781,1,1,1,16435,0,8723.45,968.936,11.1344,3.49066,300,0,0,1524,0,0,0,0,0),(94729,16781,1,1,1,16446,0,-290.378,-2665.66,93.4282,2.63988,300,0,0,1524,0,0,0,0,0),(94730,16781,1,1,1,16443,0,-294.149,-2665.89,93.4924,0.575959,300,0,0,1524,0,0,0,0,0),(94731,16781,1,1,1,16444,0,-293.684,-2659.17,94.0753,4.12345,300,0,0,1524,0,0,0,0,0),(94732,16781,1,1,1,16445,0,-288.676,-2660.7,93.6977,2.74017,300,0,0,1524,0,0,0,0,0),(94733,16781,1,1,1,16435,0,-7229.52,-3843.73,12.1438,4.2586,300,0,0,1524,0,0,0,0,0),(94734,16781,1,1,1,16435,0,-7234.59,-3851.16,11.258,2.68781,300,0,0,1524,0,0,0,0,0),(94735,16781,1,1,1,16413,0,-7237.94,-3850.23,10.852,6.17846,300,0,0,1524,0,0,0,0,0),(94736,16781,530,1,1,16438,0,-2541.39,4261.51,16.3828,3.36848,300,0,0,1524,0,0,0,0,0),(94737,16781,530,1,1,21086,0,-2545.99,4260.85,18.7052,6.07375,300,0,0,1524,0,0,0,0,0),(94738,16781,1,1,1,21084,0,-6783.33,546.264,2.06236,1.33021,300,0,0,1524,0,0,0,0,0),(94739,16781,1,1,1,16434,0,8718.39,966.436,11.4319,0.244346,300,0,0,1524,0,0,0,0,0),(94740,16781,1,1,1,16413,0,-3472.67,-4204.02,11.5715,5.23331,300,0,0,1524,0,0,0,0,0),(94741,16781,1,1,1,16433,0,-3471.39,-4198.94,11.4019,4.29351,300,0,0,1524,0,0,0,0,0),(94742,16781,1,1,1,16413,0,-3469.44,-4215.04,9.68947,1.63476,300,0,0,1524,0,0,0,0,0),(94743,16781,1,1,1,16433,0,2554.7,-468.442,109.652,1.36886,300,0,0,1524,0,0,0,0,0),(94744,16781,1,1,1,16435,0,2553.02,-466.178,109.624,1.15649,300,0,0,1524,0,0,0,0,0),(94745,16781,1,1,1,16448,0,2570.23,-459.824,108.065,2.53073,300,0,0,1524,0,0,0,0,0),(94746,16781,1,1,1,21084,0,2567.44,-458.46,108.471,3.00784,300,0,0,1524,0,0,0,0,0),(94747,16781,1,1,1,21084,0,8718.39,966.436,11.333,0.244346,300,0,0,1524,0,0,0,0,0),(94748,26258,1,1,1,11686,0,-6767.7,528.854,-1.51864,0,300,0,0,42,0,0,0,0,0),(94749,26258,1,1,1,11686,0,-7214.68,-3857.39,11.5776,0,300,0,0,42,0,0,0,0,0),(94750,26258,1,1,1,11686,0,2558.73,-481.666,109.904,0,300,0,0,42,0,0,0,0,0),(94751,26258,1,1,1,11686,0,6327.68,512.61,17.5556,0,300,0,0,42,0,0,0,0,0),(94752,26258,1,1,1,11686,0,-3445.55,-4229.67,10.7478,0,300,0,0,42,0,0,0,0,0),(94753,26258,1,1,1,11686,0,8701.21,932.422,14.9063,0,300,0,0,42,0,0,0,0,0),(94754,26258,0,1,1,11686,0,-604.148,-545.813,36.6623,0,300,0,0,42,0,0,0,0,0),(94755,26258,0,1,1,11686,0,-9434.3,-2110.36,65.8871,0,300,0,0,42,0,0,0,0,0),(94756,26258,0,1,1,11686,0,-10657.1,1054.63,32.7567,0,300,0,0,42,0,0,0,0,0),(94757,26258,0,1,1,11686,0,-3448.2,-938.102,10.7417,0,300,0,0,42,0,0,0,0,0),(94758,26258,0,1,1,11686,0,-14286.1,63.8062,0.771693,0,300,0,0,42,0,0,0,0,0),(94759,26258,0,1,1,11686,0,-1209.6,-2674.88,45.4445,0,300,0,0,42,0,0,0,0,0),(94760,26258,0,1,1,11686,0,-1209.6,-2674.88,45.4445,0,300,0,0,42,0,0,0,0,0),(94761,26258,1,1,1,11686,0,-7214.68,-3857.39,11.5776,0,300,0,0,42,0,0,0,0,0),(94762,26258,1,1,1,11686,0,-6767.7,528.854,-1.51864,0,300,0,0,42,0,0,0,0,0),(94763,26258,1,1,1,11686,0,6859.83,-4767.18,696.771,0,300,0,0,42,0,0,0,0,0),(94764,26258,1,1,1,11686,0,-55.5039,1271.35,92.0322,0,300,0,0,42,0,0,0,0,0),(94765,26258,0,1,1,11686,0,-14286.1,63.8062,0.771693,0,300,0,0,42,0,0,0,0,0),(94766,26258,0,1,1,11686,0,-10704.8,-1146.38,24.8742,0,300,0,0,42,0,0,0,0,0),(94767,26258,0,1,1,11686,0,-10951.5,-3218.1,41.4308,0,300,0,0,42,0,0,0,0,0),(94768,26258,0,1,1,11686,0,-9392.21,39.5017,59.9653,0,300,0,0,42,0,0,0,0,0),(94769,26258,0,1,1,11686,0,-5404.93,-492.299,395.681,0,300,0,0,42,0,0,0,0,0),(94770,26258,0,1,1,11686,0,-5233.16,-2893.37,337.369,0,300,0,0,42,0,0,0,0,0),(94771,26258,530,1,1,11686,0,-1751.1,5329.04,-12.3448,1.0821,300,0,0,42,0,0,0,0,0),(94772,26258,0,1,1,11686,0,-4699.28,-1223.34,501.743,0,300,0,0,42,0,0,0,0,0),(94773,26258,1,1,1,11686,0,9780.64,1021.38,1299.88,0,300,0,0,42,0,0,0,0,0),(94774,26258,0,1,1,11686,0,-8836.04,858.657,98.8596,0,300,0,0,42,0,0,0,0,0),(94775,26258,0,1,1,11686,0,188.243,-2132.53,102.757,0,300,0,0,42,0,0,0,0,0),(94776,26258,530,1,1,11686,0,-526.509,2341.11,37.8849,0,300,0,0,42,0,0,0,0,0),(94777,26520,530,1,1,8409,0,-2547.39,4276.2,20.6513,0.610865,300,0,0,42,0,0,0,0,0),(94778,26520,0,1,1,8409,0,-7599.56,-2078.49,126.439,2.79253,300,0,0,42,0,0,0,0,0),(94779,26520,0,1,1,8409,0,591.276,1364.59,90.5519,1.01229,300,0,0,42,0,0,0,0,0),(94780,26520,0,1,1,8409,0,-10342.1,-3294.84,22.9574,1.79769,300,0,0,42,0,0,0,0,0),(94781,26520,0,1,1,8409,0,-14367.2,122.166,1.32381,5.72468,300,0,0,42,0,0,0,0,0),(94782,26520,0,1,1,8409,0,-6698.69,-2196.15,248.686,1.5708,300,0,0,42,0,0,0,0,0),(94783,26520,0,1,1,8409,0,-144.477,-810.043,55.7344,2.42601,300,0,0,42,0,0,0,0,0),(94784,26520,0,1,1,8409,0,-460.188,-4526.52,10.2832,1.8675,300,0,0,42,0,0,0,0,0),(94785,26520,0,1,1,8409,0,-1126.3,-3540.47,50.8429,3.9968,300,0,0,42,0,0,0,0,0),(94786,26520,0,1,1,8409,0,-14367.2,122.166,1.32381,5.72468,300,0,0,42,0,0,0,0,0),(94787,26520,1,1,1,8409,0,949.574,777.788,104.45,3.80482,300,0,0,42,0,0,0,0,0),(94788,26520,1,1,1,8409,0,-1856.5,3058.46,0.892949,1.41372,300,0,0,42,0,0,0,0,0),(94789,26520,1,1,1,8409,0,-5519.38,-2297.23,-57.8107,3.1765,300,0,0,42,0,0,0,0,0),(94790,26520,1,1,1,8409,0,-3115.39,-2733.1,34.1539,3.03687,300,0,0,42,0,0,0,0,0),(94791,26520,1,1,1,8409,0,-6993.41,920.973,9.44683,1.02974,300,0,0,42,0,0,0,0,0),(94792,26520,1,1,1,8409,0,-7116.5,-3655.74,9.44576,1.02974,300,0,0,42,0,0,0,0,0),(94793,26520,1,1,1,8409,0,2008.76,-2348.03,89.7411,2.94961,300,0,0,42,0,0,0,0,0),(94794,26520,1,1,1,8409,0,-4579.31,409.212,42.1866,3.71755,300,0,0,42,0,0,0,0,0),(94795,26520,1,1,1,8409,0,-279.32,-2668.62,92.8088,4.60767,300,0,0,42,0,0,0,0,0),(94796,26520,1,1,1,8409,0,-7116.5,-3655.74,9.44576,1.02974,300,0,0,42,0,0,0,0,0),(94797,26520,1,1,1,8409,0,6848.98,-4568.23,708.764,4.43314,300,0,0,42,0,0,0,0,0),(94798,26520,530,1,1,8409,0,-1215.47,7479.9,22.3628,3.22886,300,0,0,42,0,0,0,0,0),(94799,26520,530,1,1,8409,0,34.9687,2587.27,68.8652,3.63029,300,0,0,42,0,0,0,0,0),(94800,26520,530,1,1,8409,0,202.79,7691.78,23.3364,2.04204,300,0,0,42,0,0,0,0,0),(94801,17066,0,1,1,11686,0,1785.06,220.273,66.2979,-2.37365,300,0,0,42,0,0,0,0,0),(94802,17066,530,1,1,11686,0,-1764.21,5319.41,-5.8448,1.90241,300,0,0,42,0,0,0,0,0),(94803,17066,1,1,1,11686,0,9781.94,1034.6,1305.4,-0.506145,300,0,0,42,0,0,0,0,0),(94804,17066,1,1,1,11686,0,-6780.28,555.167,10.2452,-0.506145,300,0,0,42,0,0,0,0,0),(94805,17066,1,1,1,11686,0,-6780.28,555.167,10.2452,-0.506145,300,0,0,42,0,0,0,0,0),(94806,17066,1,1,1,11686,0,-7097.15,-3673.05,17.8641,-0.506145,300,0,0,42,0,0,0,0,0),(94807,17066,1,1,1,11686,0,-7243.9,-3843.01,16.7526,-0.506145,300,0,0,42,0,0,0,0,0),(94808,17066,1,1,1,11686,0,-7097.15,-3673.05,17.8641,-0.506145,300,0,0,42,0,0,0,0,0),(94809,17066,1,1,1,11686,0,-56.3741,1236.72,97.534,-0.506145,300,0,0,42,0,0,0,0,0),(94810,17066,1,1,1,11686,0,1990.08,-2339.61,96.7572,-0.506145,300,0,0,42,0,0,0,0,0),(94811,17066,1,1,1,11686,0,-4592.63,431.532,48.9803,-0.506145,300,0,0,42,0,0,0,0,0),(94812,17066,1,1,1,11686,0,-5511.27,-2275.45,-52.5878,-0.506145,300,0,0,42,0,0,0,0,0),(94813,17066,1,1,1,11686,0,-307.596,-2662.57,99.7809,1.78024,300,0,0,42,0,0,0,0,0),(94814,17066,1,1,1,11686,0,8727.2,965.526,19.0808,-0.767945,300,0,0,42,0,0,0,0,0),(94815,17066,1,1,1,11686,0,-1025.2,313.878,141.882,0.331613,300,0,0,42,0,0,0,0,0),(94816,17066,530,1,1,11686,0,-2537.01,4277.83,23.045,-0.506145,300,0,0,42,0,0,0,0,0),(94817,17066,1,1,1,11686,0,-3109.66,-2751.58,41.195,-0.506145,300,0,0,42,0,0,0,0,0),(94818,17066,0,1,1,11686,0,-630.473,-534.379,39.8439,-0.506145,300,0,0,42,0,0,0,0,0),(94819,17066,0,1,1,11686,0,-10644.8,1078.66,41.6278,-0.506145,300,0,0,42,0,0,0,0,0),(94820,17066,0,1,1,11686,0,-14277.4,47.3126,7.31497,-0.506145,300,0,0,42,0,0,0,0,0),(94821,17066,0,1,1,11686,0,-10677.1,-1153.98,32.3934,-0.506145,300,0,0,42,0,0,0,0,0),(94822,17066,0,1,1,11686,0,-14392,132.513,7.29091,-0.506145,300,0,0,42,0,0,0,0,0),(94823,17066,0,1,1,11686,0,-1190.49,-2672.88,52.9978,-0.506145,300,0,0,42,0,0,0,0,0),(94824,17066,0,1,1,11686,0,-117.576,-823.595,62.9127,-0.506145,300,0,0,42,0,0,0,0,0),(94825,17066,530,1,1,11686,0,-508.19,2343.12,44.6052,-0.506145,300,0,0,42,0,0,0,0,0),(94826,17066,530,1,1,11686,0,26.2127,2608.38,78.5882,-0.506145,300,0,0,42,0,0,0,0,0),(94827,17066,530,1,1,11686,0,221.157,7680.49,29.7247,-0.506145,300,0,0,42,0,0,0,0,0),(94828,17066,1,1,1,11686,0,938.912,800.367,110.763,-0.785398,300,0,0,42,0,0,0,0,0),(94829,17066,1,1,1,11686,0,-6977.8,905.36,15.4078,-0.506145,300,0,0,42,0,0,0,0,0),(94830,17066,1,1,1,11686,0,6838.46,-4579.63,714.61,-0.506145,300,0,0,42,0,0,0,0,0),(94831,17066,1,1,1,11686,0,-7243.9,-3843.01,16.7526,-0.506145,300,0,0,42,0,0,0,0,0),(94832,17066,1,1,1,11686,0,2562.5,-461.897,115.414,-0.506145,300,0,0,42,0,0,0,0,0),(94833,17066,1,1,1,11686,0,6326.01,524.518,22.7617,-0.506145,300,0,0,42,0,0,0,0,0),(94834,17066,1,1,1,11686,0,-3479.46,-4206.16,19.3104,-0.506145,300,0,0,42,0,0,0,0,0),(94835,17066,1,1,1,11686,0,-1845.72,3037.15,10.2374,-0.506145,300,0,0,42,0,0,0,0,0),(94836,17066,0,1,1,11686,0,-10359.5,-3303.73,29.0269,-0.506145,300,0,0,42,0,0,0,0,0),(94837,17066,0,1,1,11686,0,177.275,-2103.4,113.729,-0.506145,300,0,0,42,0,0,0,0,0),(94838,17066,0,1,1,11686,0,-3425.28,-961.576,16.9709,-0.506145,300,0,0,42,0,0,0,0,0),(94839,17066,0,1,1,11686,0,-14277.4,47.3126,7.31497,-0.506145,300,0,0,42,0,0,0,0,0),(94840,17066,0,1,1,11686,0,-1190.49,-2672.88,52.9978,-0.506145,300,0,0,42,0,0,0,0,0),(94841,17066,0,1,1,11686,0,-10961.7,-3232.85,47.9308,-0.506145,300,0,0,42,0,0,0,0,0),(94842,17066,0,1,1,11686,0,-1133.53,-3555.72,57.837,-0.506145,300,0,0,42,0,0,0,0,0),(94843,17066,0,1,1,11686,0,-5435.59,-493.55,403.185,-0.506145,300,0,0,42,0,0,0,0,0),(94844,17066,0,1,1,11686,0,-5247.34,-2872.93,345.36,-0.506145,300,0,0,42,0,0,0,0,0),(94845,17066,0,1,1,11686,0,-6681.21,-2197.07,255.311,-0.506145,300,0,0,42,0,0,0,0,0),(94846,17066,0,1,1,11686,0,-7607.64,-2070.42,135.225,-0.506145,300,0,0,42,0,0,0,0,0),(94847,17066,0,1,1,11686,0,-480.95,-4538.86,17.9323,-0.506145,300,0,0,42,0,0,0,0,0),(94848,17066,0,1,1,11686,0,-9443.22,-2133.36,73.8785,-0.506145,300,0,0,42,0,0,0,0,0),(94849,17066,0,1,1,11686,0,-9376.28,10.366,69.48,-0.506145,300,0,0,42,0,0,0,0,0),(94850,17066,0,1,1,11686,0,601.076,1342.9,95.324,-0.506145,300,0,0,42,0,0,0,0,0),(94851,17066,530,1,1,11686,0,-1208.02,7503.86,26.8866,-0.506145,300,0,0,42,0,0,0,0,0),(94852,17066,0,1,1,11686,0,-8843.22,845.657,105.596,3.14159,300,0,0,42,0,0,0,0,0),(94853,17066,0,1,1,11686,0,-4703.92,-1237.25,508.243,-2.67035,300,0,0,42,0,0,0,0,0),(94854,17066,1,1,1,11686,0,1940.93,-4322.39,27.7612,-2.25148,300,0,0,42,0,0,0,0,0),(94855,16817,1,1,1,16354,0,8697.38,936.719,14.6749,1.79769,300,0,0,3052,0,0,0,0,0),(94856,16817,530,1,1,16354,0,-1751.87,5333.41,-12.3448,2.30383,300,0,0,3052,0,0,0,0,0),(94857,16817,0,1,1,16354,0,-4702.79,-1218.05,501.743,1.93731,300,0,0,3052,0,0,0,0,0),(94858,16818,1,1,1,16355,0,-1034.01,294.072,135.829,3.90954,300,0,0,4979,0,0,0,0,0),(94859,16818,530,1,1,16355,0,-1752.97,5323.27,-12.3448,4.13643,300,0,0,4979,0,0,0,0,0),(94860,16818,0,1,1,16355,0,1824.95,224.424,60.3981,1.85005,300,0,0,4979,0,0,0,0,0),(94861,16818,1,1,1,16355,0,1918.11,-4336.35,21.058,0.139626,300,0,0,4979,0,0,0,0,0),(94862,19148,0,1,1,16434,0,-4900.87,-957.314,501.541,4.17134,300,0,0,42,0,0,3,0,0),(94863,19148,0,1,1,16434,0,-4901.8,-958.955,501.543,1.01229,300,0,0,42,0,0,0,0,0),(245512,32813,571,1,1,0,0,3376.01,-2124.78,124.664,0.139626,300,0,0,4278,0,0,0,0,0),(245513,32814,571,1,1,0,0,6150.95,-1023.05,408.364,1.43117,300,0,0,4278,0,0,0,0,0),(245514,32815,571,1,1,0,0,5536.52,-733.719,149.622,3.12414,300,0,0,4278,0,0,0,0,0),(245515,32816,571,1,1,0,0,5280.31,-2766.15,292.502,2.30383,300,0,0,4278,0,0,0,0,0),(245516,16592,1,1,1,11686,0,151.481,-4711.98,18.5644,3.07253,300,0,0,42,0,0,0,0,0),(245517,16592,530,1,1,11686,0,9383.5,-6777.43,13.7903,0.0251532,300,0,0,42,0,0,0,0,0),(245598,26188,1,1,1,0,0,-1046.7,308.95,132.924,5.17563,300,0,0,4120,0,0,0,0,0),(245597,26188,1,1,1,0,0,8701.76,978.752,11.1585,5.41685,300,0,0,4120,0,0,0,0,0),(245596,26188,1,1,1,0,0,8698.49,948.968,13.0619,5.08307,300,0,0,4120,0,0,0,0,0),(245595,26188,1,1,1,17612,0,8687.6,971.462,11.0922,3.35103,300,0,0,4120,0,0,0,0,0),(245594,26188,0,1,1,0,0,-8825.9,827.707,98.8956,4.64676,300,0,0,4120,0,0,0,0,0),(245592,16592,0,1,1,11686,0,1001.7,-1457.95,61.0382,3.15495,300,0,0,42,0,0,0,0,0),(245593,16592,530,1,1,11686,0,-4219.05,-12319.5,2.33427,6.06485,300,0,0,42,0,0,0,0,0),(245591,16592,530,1,1,11686,0,-3008.76,4156.66,3.76291,0.225413,300,0,0,42,0,0,0,0,0),(245590,16592,530,1,1,11686,0,-2248.27,-11902,26.3641,5.16557,300,0,0,42,0,0,0,0,0),(245589,16592,530,1,1,11686,0,2025.02,6577.95,134.195,4.76893,300,0,0,42,0,0,0,0,0),(245588,16592,530,1,1,11686,0,3122.3,3755.28,141.82,0.0329792,300,0,0,42,0,0,0,0,0),(245587,16592,571,1,1,11686,0,5540.38,-748.132,151.854,6.03735,300,0,0,42,0,0,0,0,0),(245586,16592,571,1,1,11686,0,5141.08,-663.877,170.145,6.2769,300,0,0,42,0,0,0,0,0),(94920,19172,0,1,1,16447,0,-4829.88,-1173.25,502.277,2.49582,300,0,0,42,0,0,3,0,0),(94921,19172,0,1,1,16448,0,-4831.74,-1172.58,502.278,6.19592,300,0,0,42,0,0,0,0,0),(94922,19173,1,1,1,16435,0,9921.56,2499.58,1317.77,5.61996,300,0,0,42,0,0,3,0,0),(94923,19173,1,1,1,16414,0,9922.97,2498.76,1317.86,2.44346,300,0,0,42,0,0,0,0,0),(94924,19175,1,1,1,16438,0,1623.41,-4402.24,12.7889,5.68977,300,0,0,42,0,0,3,0,0),(94925,19175,1,1,1,16436,0,1625,-4402.88,13.1966,2.60054,300,0,0,42,0,0,0,0,0),(94926,19176,1,1,1,16432,0,-1240.55,90.6357,129.002,4.83456,300,0,0,42,0,0,3,0,0),(94927,19176,1,1,1,16432,0,-1240.74,88.4645,129.187,2.23402,300,0,0,42,0,0,0,0,0),(94928,19177,1,1,1,16446,0,1689.75,-4334.92,61.7469,0.15708,300,0,0,42,0,0,3,0,0),(94929,19177,1,1,1,16446,0,1693.4,-4334.83,61.9237,3.03687,300,0,0,42,0,0,0,0,0),(94930,19178,0,1,1,16444,0,1627.8,224.57,-43.0193,4.15388,300,0,0,42,0,0,3,0,0),(94931,19178,0,1,1,16444,0,1626.7,222.7,-43.0193,1.01229,300,0,0,42,0,0,0,0,0),(94932,19178,0,1,1,16444,0,1573.04,265.955,-43.0193,0.593412,300,0,0,42,0,0,3,0,0),(94933,19178,0,1,1,16444,0,1574.55,267.583,-43.0193,3.76991,300,0,0,42,0,0,0,0,0),(94934,18927,0,1,1,16412,0,-8837.9,553.154,95.9797,0.15708,300,0,0,42,0,0,3,0,0),(94935,18927,0,1,1,16433,0,-8837.23,554.917,95.7154,5.044,300,0,0,42,0,0,0,0,0),(94936,18927,0,1,1,16433,0,-8854.78,649.83,96.7417,1.43117,300,0,0,42,0,0,3,0,0),(94937,18927,0,1,1,16433,0,-8855.72,651.851,96.6895,5.70723,300,0,0,42,0,0,0,0,0),(94938,26355,1,1,1,11686,0,1912.67,-4337.28,21.1538,0,300,0,0,42,0,0,0,0,0),(94939,26355,1,1,1,11686,0,952.992,776.968,104.557,0,300,0,0,42,0,0,0,0,0),(94940,26355,1,1,1,11686,0,-1862.36,3055.71,0.82749,0,300,0,0,42,0,0,0,0,0),(94941,26355,1,1,1,11686,0,-5513.93,-2299.73,-57.9919,0,300,0,0,42,0,0,0,0,0),(94942,26355,530,1,1,11686,0,-2551.32,4279.61,20.6973,0,300,0,0,42,0,0,0,0,0),(94943,26355,1,1,1,11686,0,-3110.59,-2722.41,33.546,0,300,0,0,42,0,0,0,0,0),(94944,26355,0,1,1,11686,0,-6704.48,-2200.91,248.692,0,300,0,0,42,0,0,0,0,0),(94945,26355,0,1,1,11686,0,-134.688,-802.767,55.0981,0,300,0,0,42,0,0,0,0,0),(94946,26355,530,1,1,11686,0,-1211.01,7474.44,22.0786,0,300,0,0,42,0,0,0,0,0),(94947,26355,1,1,1,11686,0,-6998.75,920.851,9.02164,0,300,0,0,42,0,0,0,0,0),(94948,26355,1,1,1,11686,0,-7120.51,-3655.11,8.90535,0,300,0,0,42,0,0,0,0,0),(94949,26355,1,1,1,11686,0,6852.71,-4567.81,708.41,0,300,0,0,42,0,0,0,0,0),(94950,26355,1,1,1,11686,0,-7120.51,-3655.11,8.90535,0,300,0,0,42,0,0,0,0,0),(94951,26355,1,1,1,11686,0,2014.65,-2337.84,89.6044,0,300,0,0,42,0,0,0,0,0),(94952,26355,1,1,1,11686,0,-4573.22,407.388,41.6294,0,300,0,0,42,0,0,0,0,0),(94953,26355,1,1,1,11686,0,-273.242,-2662.82,91.7784,0,300,0,0,42,0,0,0,0,0),(94954,26355,0,1,1,11686,0,-10331.4,-3297.73,22.0826,0,300,0,0,42,0,0,0,0,0),(94955,26355,0,1,1,11686,0,-14374.7,117.921,1.53653,0,300,0,0,42,0,0,0,0,0),(94956,26355,0,1,1,11686,0,-14374.7,117.921,1.53653,0,300,0,0,42,0,0,0,0,0),(94957,26355,0,1,1,11686,0,-1134.84,-3531.81,51.1553,0,300,0,0,42,0,0,0,0,0),(94958,26355,0,1,1,11686,0,-7596.42,-2086.6,125.254,0,300,0,0,42,0,0,0,0,0),(94959,26355,0,1,1,11686,0,589.056,1367.02,90.5612,0,300,0,0,42,0,0,0,0,0),(94960,26355,0,1,1,11686,0,-447.95,-4527.65,8.67929,0,300,0,0,42,0,0,0,0,0),(94961,26355,0,1,1,11686,0,1823.27,219.639,59.9757,0,300,0,0,42,0,0,0,0,0),(94962,26355,530,1,1,11686,0,43.2448,2589.44,68.4287,0,300,0,0,42,0,0,0,0,0),(94963,26355,530,1,1,11686,0,200.9,7686.96,22.5913,0,300,0,0,42,0,0,0,0,0),(94964,26355,1,1,1,11686,0,-1026.8,297.424,135.829,0,300,0,0,42,0,0,0,0,0),(95032,17527,530,1,1,0,0,-2268.26,-11058.2,9.56476,3.54436,300,5,0,356,0,1,0,0,0),(95033,17527,530,1,1,0,0,-2278.33,-11030.9,6.49285,4.50254,300,5,0,356,0,1,0,0,0),(95034,17527,530,1,1,0,0,-2315.01,-11082.3,2.74038,4.37295,300,5,0,356,0,1,0,0,0),(95365,26112,571,1,1,23037,1,4459.46,5712.18,81.235,3.1624,300,0,0,6116,0,0,0,0,0),(95366,16128,571,1,1,16024,1,5797.87,798.383,661.952,4.59022,300,0,0,13945000,2129000,0,0,0,0),(95379,28160,571,1,1,25166,0,5833.99,483.519,658.261,4.66003,300,0,0,37800,3994,0,0,0,0),(95391,26880,571,1,1,5499,0,3447.84,-2754.01,199.408,4.7822,300,0,0,10635,3561,0,0,0,0),(95392,28672,571,1,1,15295,0,5716.26,-4369.34,385.885,1.58825,300,0,0,13945,0,0,0,0,0),(151760,6491,571,1,4294967295,0,0,2828.72,5969.69,114.196,0.162131,60,0,0,1,0,0,0,0,0),(95429,30464,571,1,1,26325,0,6191.81,-1054.17,409.876,2.47837,300,0,0,11770,0,0,0,0,0),(95430,26112,571,1,1,23037,1,4483.94,5695.14,81.4006,1.93992,300,0,0,6116,0,0,0,0,0),(95431,26112,571,1,1,23037,1,4506.53,5728.92,81.4224,4.67748,300,0,0,6116,0,0,0,0,0),(95432,25600,571,1,1,6122,0,3004.19,6587.89,59.1826,2.51922,300,0,0,6986,0,0,0,0,0),(95439,25600,571,1,1,6122,0,2800.46,6481.59,71.181,0.591899,300,0,0,6986,0,0,0,0,0),(95440,25600,571,1,1,6122,0,3086.49,6247.99,98.6504,5.95968,300,0,0,6986,0,0,0,0,0),(95448,25600,571,1,1,6122,0,2786.56,6515,57.4811,2.32487,300,5,0,6986,0,1,0,0,0),(95449,25600,571,1,1,6122,0,2846.05,6521.4,67.0096,1.45824,300,5,0,6986,0,1,0,0,0),(95450,25600,571,1,1,6122,0,2852.75,6608.11,49.8715,4.68345,300,5,0,6986,0,1,0,0,0),(95451,25600,571,1,1,6122,0,3127.77,6317.98,91.66,3.24039,300,5,0,6986,0,1,0,0,0),(95452,25600,571,1,1,6122,0,3016.82,6324.39,99.8733,0.087163,300,0,0,6986,0,0,0,0,0),(95453,25600,571,1,1,6122,0,3019.4,6320.44,99.6399,1.07613,300,0,0,6986,0,0,0,0,0),(95455,25600,571,1,1,6122,0,3080.55,6350.61,93.2706,5.25337,300,5,0,6986,0,1,0,0,0),(95456,25600,571,1,1,6122,0,2987.45,6556.7,66.9884,1.38036,300,0,0,6986,0,0,0,0,0),(95459,25600,571,1,1,6122,0,2809.53,6484.9,72.0193,3.25022,300,0,0,6986,0,0,0,0,0),(95460,28416,571,1,1,25400,0,6522.06,-3270.41,408.319,2.58309,300,0,0,34137,0,0,0,0,0),(95465,25600,571,1,1,6122,0,3075.6,6365.82,94.0879,3.51115,300,0,0,6986,0,0,0,0,0),(95466,25600,571,1,1,6122,0,3021.69,6329.82,98.9039,4.72536,300,0,0,6986,0,0,0,0,0),(95467,25600,571,1,1,6122,0,3144.2,6337.6,89.1919,1.62846,300,5,0,6986,0,1,0,0,0),(95468,25600,571,1,1,6122,0,2787.76,6626.97,43.9665,4.20548,300,5,0,6986,0,1,0,0,0),(95503,25600,571,1,1,6122,0,2911.8,6592.27,51.8365,6.20109,300,5,0,6986,0,1,0,0,0),(95506,25600,571,1,1,6122,0,2996.31,6593.94,58.0632,5.59609,300,0,0,6986,0,0,0,0,0),(95507,25600,571,1,1,6122,0,2950.7,6579.41,56.1271,1.60304,300,5,0,6986,0,1,0,0,0),(95511,25600,571,1,1,6122,0,3012.91,6339.37,99.6487,2.11708,300,5,0,6986,0,1,0,0,0),(95512,25600,571,1,1,6122,0,3064,6371.83,94.8168,2.7825,300,5,0,6986,0,1,0,0,0),(95513,25600,571,1,1,6122,0,3018.19,6478.79,82.9231,2.89661,300,0,0,6986,0,0,0,0,0),(95516,25600,571,1,1,6122,0,3020.29,6517.32,78.6707,1.33224,300,0,0,6986,0,0,0,0,0),(95517,25600,571,1,1,6122,0,3051.08,6561.27,66.4604,2.92203,300,0,0,6986,0,0,0,0,0),(95520,25600,571,1,1,6122,0,3047.88,6558.33,67.8036,1.9363,300,0,0,6986,0,0,0,0,0),(95521,25600,571,1,1,6122,0,2883.81,6400.85,92.197,1.98228,300,0,0,6986,0,0,0,0,0),(95529,25600,571,1,1,6122,0,3085.58,6461.16,86.4112,4.90806,300,5,0,6986,0,1,0,0,0),(95549,25600,571,1,1,6122,0,3003.26,6332.03,101.333,2.77197,300,5,0,6986,0,1,0,0,0),(95550,25600,571,1,1,6122,0,2882.09,6382.65,93.4381,5.00393,300,5,0,6986,0,1,0,0,0),(95552,25600,571,1,1,6122,0,2853.34,6463.35,79.2576,1.95023,300,5,0,6986,0,1,0,0,0),(95558,25600,571,1,1,6122,0,2908.2,6535.88,71.386,1.87039,300,0,0,6986,0,0,0,0,0),(95560,24576,571,1,2,11253,0,1904.01,6088.15,-0.689379,4.78543,300,1,0,6986,0,2,0,0,0),(95578,25600,571,1,1,6122,0,2865.16,6529.28,70.9226,2.39204,300,0,0,6986,0,0,0,0,0),(95580,25600,571,1,1,6122,0,2817.62,6571.09,52.0145,3.40191,300,5,0,6986,0,1,0,0,0),(95581,25600,571,1,1,6122,0,2949.29,6496.83,77.8226,1.33307,300,0,0,6986,0,0,0,0,0),(95583,25600,571,1,1,6122,0,2853.54,6548.74,63.7814,2.79397,300,5,0,6986,0,1,0,0,0),(95584,25600,571,1,1,6122,0,2816.52,6587.72,49.1061,4.13164,300,5,0,6986,0,1,0,0,0),(95585,25600,571,1,1,6122,0,2800.42,6549.97,51.9265,3.81071,300,5,0,6986,0,1,0,0,0),(95586,25600,571,1,1,6122,0,2914.49,6545.47,66.7172,0.665262,300,5,0,6986,0,1,0,0,0),(95594,25600,571,1,1,6122,0,2990.89,6492.68,77.8411,1.86347,300,5,0,6986,0,1,0,0,0),(95595,25600,571,1,1,6122,0,3011.69,6479.35,82.1053,0.774337,300,0,0,6986,0,0,0,0,0),(95596,25600,571,1,1,6122,0,2884.31,6589.76,55.3321,1.42471,300,0,0,6986,0,0,0,0,0),(95597,25600,571,1,1,6122,0,3111.39,6380.83,86.6065,5.18998,300,0,0,6986,0,0,0,0,0),(95598,25600,571,1,1,6122,0,3053.26,6389.47,92.6275,0.827434,300,5,0,6986,0,1,0,0,0),(95610,25600,571,1,1,6122,0,3046.52,6323.98,98.2397,0.538922,300,5,0,6986,0,1,0,0,0),(95613,26369,571,1,1,25008,0,3841.7,-3984.81,195.898,0.523599,300,5,0,9610,0,1,0,0,0),(95632,26369,571,1,1,25008,0,4047.37,-4046.71,179.752,0.698132,300,5,0,9610,0,1,0,0,0),(95633,26369,571,1,1,25008,0,4189.74,-3370.78,308.3,1.11701,300,5,0,9610,0,1,0,0,0),(95635,26369,571,1,1,25008,0,3432.14,-3389.5,281.022,2.81764,300,5,0,9610,0,1,0,0,0),(95644,26369,571,1,1,25008,0,3288.68,-3378.65,305.763,6.05629,300,5,0,9610,0,1,0,0,0),(95645,30209,571,1,1,11686,0,8024.17,-220.206,849.378,0.034907,300,0,0,41,60,0,0,0,0),(95646,26881,571,1,1,11662,0,3506.07,1990.42,65.2658,2.3911,300,0,0,10635,3561,0,0,0,0),(95647,27393,571,1,1,24606,1,2279.11,5117.86,0.1971,4.4544,300,0,0,7984,0,0,0,0,0),(95648,29953,571,1,1,26659,1,2867.35,851.776,16.418,1.48353,300,0,0,10635,0,0,0,0,0),(95649,29953,571,1,1,26659,1,2868.27,887.799,21.4006,1.82969,300,0,0,10635,0,2,0,0,0),(95650,29953,571,1,1,26659,1,2831.53,885.988,15.118,0.418879,300,0,0,10635,0,0,0,0,0),(95651,23809,571,1,1,21749,1,1852.78,-6139.7,23.4927,3.57792,300,0,0,9940,0,0,0,0,0),(95657,26369,571,1,1,25008,0,3877.49,-3461.68,317.874,2.87979,300,5,0,9610,0,1,0,0,0),(95661,26369,571,1,1,25008,0,3625.24,-3403.57,254.806,5.52767,300,5,0,9610,0,1,0,0,0),(95662,27137,571,1,1,24344,0,3639.24,5883.9,140.188,1.39626,300,0,0,7688,7500,0,0,0,0),(95663,29953,571,1,1,26659,1,2819.67,897.027,16.4065,0.383972,300,0,0,10635,0,0,0,0,0),(95665,27393,571,1,1,24607,1,2390.28,5189.7,3.37645,5.77704,300,0,0,7984,0,0,0,0,0),(95699,26369,571,1,1,25008,0,3795.39,-3383.51,287.862,2.10275,300,5,0,9610,0,1,0,0,0),(95701,23809,571,1,1,21748,1,1852.7,-6148.05,23.6419,3.59538,300,0,0,9940,0,0,0,0,0),(95715,26369,571,1,1,25008,0,3869.72,-4041.85,196.278,2.00713,300,5,0,9610,0,1,0,0,0),(95731,26369,571,1,1,25008,0,4277.64,-3351.78,316.87,0.907571,300,5,0,9610,0,1,0,0,0),(95732,26369,571,1,1,25008,0,4163.82,-3368.98,322.786,5.41021,300,5,0,9610,0,1,0,0,0),(95733,26369,571,1,1,25008,0,3992.81,-4058.8,199.096,2.74643,300,5,0,9610,0,1,0,0,0),(95734,26369,571,1,1,25008,0,3810.35,-3351.59,286.885,5.98648,300,5,0,9610,0,1,0,0,0),(95735,26369,571,1,1,25008,0,4013.71,-4080.55,183.963,1.88496,300,5,0,9610,0,1,0,0,0),(95736,26369,571,1,1,25008,0,4460.28,-3373.08,255.626,5.16119,300,5,0,9610,0,1,0,0,0),(95737,26369,571,1,1,25008,0,3349.31,-3449.33,286.685,1.41372,300,5,0,9610,0,1,0,0,0),(95738,26369,571,1,1,25008,0,4164.57,-4017.78,194.708,4.21369,300,5,0,9610,0,1,0,0,0),(95739,26369,571,1,1,25008,0,3329.4,-3186.65,261.66,3.28964,300,5,0,9610,0,1,0,0,0),(95740,23809,571,1,1,21751,1,1853.23,-6157.49,23.6765,3.76991,300,0,0,9940,0,0,0,0,0),(95743,26369,571,1,1,25008,0,4382.82,-3330.65,328.907,5.30951,300,5,0,9610,0,1,0,0,0),(95747,26369,571,1,1,25008,0,4249.94,-3352.31,312.401,4.67152,300,5,0,9610,0,1,0,0,0),(95750,26369,571,1,1,25008,0,4263.92,-3424.62,305.376,4.83456,300,5,0,9610,0,1,0,0,0),(95769,26369,571,1,1,25008,0,4155.61,-3999.3,195.919,3.58579,300,5,0,9610,0,1,0,0,0),(95770,26369,571,1,1,25008,0,3792.64,-3478.79,266.273,4.01426,300,5,0,9610,0,1,0,0,0),(95772,26369,571,1,1,25008,0,4043.2,-3983.76,207.71,4.39415,300,5,0,9610,0,1,0,0,0),(95774,26369,571,1,1,25008,0,3767.61,-3381.18,272.748,0.824563,300,5,0,9610,0,1,0,0,0),(95781,27393,571,1,1,24606,1,2333.35,5124.88,1.17605,1.6598,300,0,0,7984,0,2,0,0,0),(95782,26369,571,1,1,25008,0,3637,-3385.53,248.683,3.71755,300,5,0,9610,0,1,0,0,0),(95783,26369,571,1,1,25008,0,3675.55,-3423.17,251.596,2.77507,300,5,0,9610,0,1,0,0,0),(95784,26369,571,1,1,25008,0,3664.86,-3421.6,247.564,3.87463,300,5,0,9610,0,1,0,0,0),(95785,26369,571,1,1,25008,0,3716.05,-3436.19,267.774,4.00379,300,5,0,9610,0,1,0,0,0),(95786,26369,571,1,1,25008,0,3663.25,-3379.44,252.523,4.83456,300,5,0,9610,0,1,0,0,0),(95806,26369,571,1,1,25008,0,3689.35,-3400.07,261.592,3.05541,300,5,0,9610,0,1,0,0,0),(95807,26369,571,1,1,25008,0,3874.93,-3428.76,297.796,3.21141,300,5,0,9610,0,1,0,0,0),(95810,26369,571,1,1,25008,0,3399.73,-3326.94,248.178,5.51524,300,5,0,9610,0,1,0,0,0),(95813,26369,571,1,1,25008,0,3321.57,-3177.17,250.667,1.82368,300,5,0,9610,0,1,0,0,0),(95820,26369,571,1,1,25008,0,3429.12,-3259.74,231.776,0.593412,300,5,0,9610,0,1,0,0,0),(95821,26369,571,1,1,25008,0,3700.38,-3140.09,296.259,2.25148,300,5,0,9610,0,1,0,0,0),(95846,26369,571,1,1,25008,0,4051.33,-3408.79,306.315,2.59455,300,5,0,9610,0,1,0,0,0),(95847,26369,571,1,1,25008,0,4077.76,-3390.71,302.728,5.88818,300,5,0,9610,0,1,0,0,0),(95848,26369,571,1,1,25008,0,4070.71,-3399.02,297.132,3.31613,300,5,0,9610,0,1,0,0,0),(95849,26369,571,1,1,25008,0,4118.05,-3384.8,296.021,4.92183,300,5,0,9610,0,1,0,0,0),(95850,28417,571,1,1,27876,1,6322.74,-3407.68,398.391,3.75246,300,0,0,8800,8139,0,0,0,0),(95851,28417,571,1,1,27877,1,6334.02,-3425.8,398.393,3.71755,300,0,0,8800,8139,0,0,0,0),(95852,26369,571,1,1,25008,0,3887.09,-3392.8,347.918,3.51031,300,5,0,9610,0,1,0,0,0),(95854,29697,571,1,1,26859,1,5264.65,-2241.33,239.196,2.87695,300,5,0,10282,3466,1,0,0,0),(95855,26369,571,1,1,25008,0,3402.94,-3259.05,230.534,3.36848,300,5,0,9610,0,1,0,0,0),(95856,26369,571,1,1,25008,0,3300.11,-3209.83,232.22,3.4951,300,5,0,9610,0,1,0,0,0),(95857,28417,571,1,1,27877,1,6433.31,-3372.7,409.839,0.977384,300,0,0,8800,8139,0,0,0,0),(95858,29697,571,1,1,26859,1,5204.42,-2277.02,242.005,1.59618,300,5,0,10282,3466,1,0,0,0),(95859,26369,571,1,1,25008,0,4156.29,-3416.04,308.91,1.30887,300,5,0,9610,0,1,0,0,0),(95860,26369,571,1,1,25008,0,4247.22,-3484.06,292.999,3.14159,300,5,0,9610,0,1,0,0,0),(95861,26369,571,1,1,25008,0,4259.11,-3478.69,290.326,5.16617,300,5,0,9610,0,1,0,0,0),(95864,26369,571,1,1,25008,0,4249.77,-3507.22,282.259,4.45301,300,5,0,9610,0,1,0,0,0),(95922,26369,571,1,1,25008,0,4115.82,-3434.96,288.09,4.11898,300,5,0,9610,0,1,0,0,0),(95924,26369,571,1,1,25008,0,4056.46,-3428.41,288.593,5.21853,300,5,0,9610,0,1,0,0,0),(95925,29697,571,1,1,26859,1,4959.81,-1910.3,235.518,4.31195,300,5,0,10282,3466,1,0,0,0),(95926,28417,571,1,1,27877,1,6505.95,-3375.09,406.65,1.5708,300,0,0,8800,8139,0,0,0,0),(95927,26369,571,1,1,25008,0,3795.95,-3422.69,275.935,4.64258,300,5,0,9610,0,1,0,0,0),(95929,26369,571,1,1,25008,0,3850.62,-3463.82,305.634,1.44413,300,5,0,9610,0,1,0,0,0),(95930,26369,571,1,1,25008,0,3805.98,-3354.82,284.195,2.67035,300,5,0,9610,0,1,0,0,0),(95931,31233,571,1,1,24235,0,5402.95,184.415,156.232,4.03128,300,5,0,11770,0,1,0,0,0),(95945,29697,571,1,1,26859,1,5374.3,-2194.77,235.416,0.001918,300,5,0,10282,3466,1,0,0,0),(95946,26369,571,1,1,25008,0,4120.02,-4069.37,177.147,2.1293,300,5,0,9610,0,1,0,0,0),(95947,26369,571,1,1,25008,0,3410.69,-3244.78,221.609,2.16421,300,5,0,9610,0,1,0,0,0),(95948,26369,571,1,1,25008,0,3497.08,-3287.84,230.284,2.82743,300,5,0,9610,0,1,0,0,0),(95949,29697,571,1,1,26859,1,5173.01,-2336.82,236.349,2.7497,300,5,0,10282,3466,1,0,0,0),(95951,31233,571,1,1,24235,0,5444.9,-12.3125,150.105,2.25357,300,5,0,11770,0,1,0,0,0),(95953,28417,571,1,1,27876,1,6438.8,-3173.13,410.389,5.28835,300,0,0,8800,8139,0,0,0,0),(95964,31233,571,1,1,24235,0,5607.4,-57.3976,155.126,1.39024,300,5,0,11770,0,1,0,0,0),(95965,29697,571,1,1,26859,1,5212.71,-1878.36,242.929,1.40502,300,5,0,10282,3466,1,0,0,0),(200859,33643,571,1,1,0,1,8597.69,660.45,550.34,4.34587,120,0,0,1,0,0,0,0,0),(95981,29697,571,1,1,26859,1,5249.87,-1938.23,242.087,3.03019,300,5,0,10282,3466,1,0,0,0),(95982,26369,571,1,1,25008,0,3865.11,-2794.19,255.561,2.72053,300,5,0,9610,0,1,0,0,0),(95983,26369,571,1,1,25008,0,3682.8,-2978.21,252.732,6.12611,300,5,0,9610,0,1,0,0,0),(95984,26369,571,1,1,25008,0,3574.06,-3160.51,274.529,2.91603,300,5,0,9610,0,1,0,0,0),(95985,26369,571,1,1,25008,0,3663.63,-3118.29,281.32,1.25664,300,5,0,9610,0,1,0,0,0),(95986,26369,571,1,1,25008,0,3684,-3092.43,271.195,4.77271,300,5,0,9610,0,1,0,0,0),(200858,33643,571,1,1,0,1,8595.15,685.662,550.211,2.25148,120,0,0,1,0,0,0,0,0),(95988,29697,571,1,1,26859,1,5286.63,-1851.01,238.898,3.29647,300,5,0,10282,3466,1,0,0,0),(95989,29697,571,1,1,26859,1,4968.32,-2479.04,244.122,2.57226,300,5,0,10282,3466,1,0,0,0),(95990,26369,571,1,1,25008,0,3669.03,-3179.87,292.036,2.10732,300,5,0,9610,0,1,0,0,0),(95991,26369,571,1,1,25008,0,3654.24,-3074.07,260.452,1.79769,300,5,0,9610,0,1,0,0,0),(95992,26369,571,1,1,25008,0,3722.67,-2929.35,236.626,1.51262,300,5,0,9610,0,1,0,0,0),(96020,26369,571,1,1,25008,0,3681.99,-2914.49,245.482,1.41372,300,5,0,9610,0,1,0,0,0),(96024,28417,571,1,1,27876,1,6432.11,-3221.36,404.341,5.70723,300,0,0,8800,8139,0,0,0,0),(96025,26369,571,1,1,25008,0,3827.74,-2842.05,260.298,4.85583,300,5,0,9610,0,1,0,0,0),(96026,26369,571,1,1,25008,0,3870.46,-2792.11,234.99,4.08742,300,5,0,9610,0,1,0,0,0),(96042,28417,571,1,1,27877,1,6473.48,-3125.01,390.794,5.0091,300,0,0,8800,8139,0,0,0,0),(96043,26369,571,1,1,25008,0,3768.84,-2865.89,281.421,1.90404,300,5,0,9610,0,1,0,0,0),(96062,28417,571,1,1,27877,1,6473.43,-3078.58,391.781,4.92183,300,0,0,8800,8139,0,0,0,0),(96063,28417,571,1,1,27876,1,6331.98,-3106.97,394.225,2.3911,300,0,0,8800,8139,0,0,0,0),(96065,28417,571,1,1,27877,1,6317.72,-3122.88,394.227,2.35619,300,0,0,8800,8139,0,0,0,0),(96068,28417,571,1,1,27876,1,6438.37,-3260.05,402.696,6.16101,300,0,0,8800,8139,0,0,0,0),(96069,26369,571,1,1,25008,0,3807.21,-2708.66,224.305,1.81018,300,5,0,9610,0,1,0,0,0),(96072,26369,571,1,1,25008,0,3780.03,-2745.65,204.392,2.14675,300,5,0,9610,0,1,0,0,0),(96073,28417,571,1,1,27876,1,6340.14,-3264.42,389.905,3.08923,300,0,0,8800,8139,0,0,0,0),(96075,28417,571,1,1,27877,1,6478.29,-3453.81,390.772,1.41372,300,0,0,8800,8139,0,0,0,0),(96078,28417,571,1,1,27877,1,6477.65,-3407.36,390.426,1.36136,300,0,0,8800,8139,0,0,0,0),(96080,26369,571,1,1,25008,0,3476.5,-2918.63,202.536,2.07694,300,5,0,9610,0,1,0,0,0),(96100,26369,571,1,1,25008,0,3427.44,-2935.13,215.71,2.63727,300,5,0,9610,0,1,0,0,0),(96101,31233,571,1,1,24235,0,5740.04,25.5992,178.127,1.80587,300,5,0,11770,0,1,0,0,0),(96103,28417,571,1,1,27877,1,6431.87,-3321.05,405.468,0.383972,300,0,0,8800,8139,0,0,0,0),(96107,28417,571,1,1,27876,1,6437.65,-3279.86,402.53,0.087266,300,0,0,8800,8139,0,0,0,0),(96117,28417,571,1,1,27877,1,6052.13,-3367.43,350.438,1.13446,300,0,0,8800,8139,0,0,0,0),(96119,28417,571,1,1,27876,1,6500.26,-3261.15,402.375,5.96903,300,0,0,8800,8139,0,0,0,0),(96123,26369,571,1,1,25008,0,3291.47,-3088.35,215.065,5.01242,300,5,0,9610,0,1,0,0,0),(96125,26369,571,1,1,25008,0,3423.59,-3107.75,213.754,6.21337,300,5,0,9610,0,1,0,0,0),(96127,26369,571,1,1,25008,0,3317.57,-3107.36,182.727,2.60054,300,5,0,9610,0,1,0,0,0),(96129,26369,571,1,1,25008,0,3359.7,-3114.07,202.033,0.383972,300,5,0,9610,0,1,0,0,0),(96130,26369,571,1,1,25008,0,3353.29,-3110.4,200.775,3.45575,300,5,0,9610,0,1,0,0,0),(96132,26369,571,1,1,25008,0,3308.03,-3097.77,202.106,0.718612,300,5,0,9610,0,1,0,0,0),(96136,26369,571,1,1,25008,0,3399.41,-3048.96,203.399,3.26377,300,5,0,9610,0,1,0,0,0),(96141,26369,571,1,1,25008,0,3403.32,-2969.78,199.915,1.37881,300,5,0,9610,0,1,0,0,0),(96143,26369,571,1,1,25008,0,3411.2,-2958.74,201.819,1.48353,300,5,0,9610,0,1,0,0,0),(96144,31233,571,1,1,24235,0,5751.46,460.772,159.653,0.799921,300,5,0,11770,0,1,0,0,0),(96153,29697,571,1,1,26859,1,5059.41,-2311,242.62,3.28246,300,5,0,10282,3466,1,0,0,0),(96155,25601,571,1,1,25514,0,3792.61,3602.38,371.428,4.06662,300,0,0,61504,45000,0,0,0,0),(96157,31233,571,1,1,24235,0,5734.15,329.785,165.391,0.389523,300,5,0,11770,0,1,0,0,0),(96163,31233,571,1,1,24235,0,5665.59,221.156,166.561,2.09551,300,5,0,11770,0,1,0,0,0),(96165,31233,571,1,1,24235,0,5658.24,41.8529,163.512,3.44074,300,0,0,11770,0,0,0,0,0),(96166,31233,571,1,1,24235,0,5784.76,341.797,179.55,3.14286,300,5,0,11770,0,1,0,0,0),(96167,31233,571,1,1,24235,0,5704.36,333.352,161.499,2.53286,300,0,0,11770,0,0,0,0,0),(96168,31233,571,1,1,24235,0,5660.36,645.282,150.381,0.170768,300,5,0,11770,0,1,0,0,0),(96169,31233,571,1,1,24235,0,5512.1,474.754,161.584,1.55908,300,0,0,11770,0,0,0,0,0),(96172,31233,571,1,1,24235,0,5477.77,495.509,164.595,0.099699,300,5,0,11770,0,1,0,0,0),(96175,31233,571,1,1,24235,0,5849.48,637.707,171.496,6.02447,300,5,0,11770,0,1,0,0,0),(96176,31233,571,1,1,24235,0,5971.44,780.478,163.953,5.80513,300,5,0,11770,0,1,0,0,0),(96203,31233,571,1,1,24235,0,5643.44,787.429,153.885,2.12629,300,5,0,11770,0,1,0,0,0),(96205,31233,571,1,1,24235,0,5855.63,758.34,159.655,3.15038,300,5,0,11770,0,1,0,0,0),(96206,31233,571,1,1,24235,0,5724.96,452.603,158.876,2.89752,300,5,0,11770,0,1,0,0,0),(96227,31233,571,1,1,24235,0,5790.33,840.113,154.92,0.161725,300,5,0,11770,0,1,0,0,0),(96231,31233,571,1,1,24235,0,5778.72,351.735,178.36,0.511941,300,0,0,11770,0,0,0,0,0),(96234,31233,571,1,1,24235,0,5724.5,324.169,164.64,5.90703,300,5,0,11770,0,1,0,0,0),(96235,29697,571,1,1,26859,1,4710.06,-2391.98,235.373,5.1431,300,5,0,10282,3466,1,0,0,0),(96246,29697,571,1,1,26859,1,5370.04,-1984.12,250.284,2.68013,300,5,0,10282,3466,1,0,0,0),(96247,29697,571,1,1,26859,1,5043.53,-2311.59,245.155,6.06854,300,5,0,10282,3466,1,0,0,0),(96250,29697,571,1,1,26859,1,4940.28,-2387.89,237.74,5.26807,300,5,0,10282,3466,1,0,0,0),(96251,29697,571,1,1,26859,1,5284.97,-1980.88,237.841,0.287154,300,5,0,10282,3466,1,0,0,0),(96252,29697,571,1,1,26859,1,5226.31,-1983.9,242.511,5.43165,300,5,0,10282,3466,1,0,0,0),(96253,29697,571,1,1,26859,1,5259.68,-1950.38,240.613,4.59796,300,5,0,10282,3466,1,0,0,0),(96254,29697,571,1,1,26859,1,5311.93,-1940.8,238.019,0.068386,300,5,0,10282,3466,1,0,0,0),(96255,29697,571,1,1,26859,1,5285.66,-1859.94,238.315,4.75672,300,5,0,10282,3466,1,0,0,0),(96267,29697,571,1,1,26859,1,4784.27,-2389.02,234.939,5.197,300,5,0,10282,3466,1,0,0,0),(96268,29697,571,1,1,26859,1,5053.17,-2252.99,240.377,1.65587,300,5,0,10282,3466,1,0,0,0),(96269,25602,571,1,1,23271,1,3480.64,4114.55,18.4847,3.49066,300,0,0,7688,7500,0,0,0,0),(96276,27138,571,1,1,24342,1,3632.58,5876.1,165.876,1.18682,300,0,0,7688,7500,0,0,0,0),(96277,30466,571,1,1,25626,0,6176.54,-1057.94,411.125,1.09956,300,0,0,11379,0,0,0,0,0),(96278,28674,571,1,1,25595,0,5813.37,453.403,658.834,4.45059,300,0,0,8508,7981,0,0,0,0),(96290,32514,571,1,1,27999,0,5839.54,733.684,642.08,5.5676,300,0,0,8508,7981,0,0,0,0),(96292,28162,571,1,1,27253,0,5643.74,-2705.94,276.666,3.90954,300,0,0,10635,0,0,0,0,0),(96293,28418,571,1,1,27874,1,6410.7,-3440.61,397.851,3.94444,300,0,0,11001,3643,0,0,0,0),(207595,15102,530,1,1,0,0,-1784.13,5455.85,-12.3448,4.7473,120,0,0,1,0,0,0,0,0),(207594,15102,530,1,1,0,0,-1783.07,5451.48,-12.3448,1.76278,120,0,0,1,0,0,0,0,0),(96298,26370,571,1,1,23835,0,3344.87,2504.08,-6.55754,3.29867,300,0,0,9940,10161,0,0,0,0),(96299,29698,571,1,1,19770,0,5434.72,-2111.41,248.56,2.70497,300,0,0,10282,0,2,0,0,0),(96300,28418,571,1,1,27874,1,6423.21,-3099.37,394.529,2.30383,300,0,0,11001,3643,0,0,0,0),(200857,33643,571,1,1,0,1,8588.35,679.944,550.211,2.23402,120,0,0,1,0,0,0,0,0),(96302,29698,571,1,1,19770,0,4898.13,-1658.5,248.328,4.68229,300,0,0,10282,0,2,0,0,0),(96307,29698,571,1,1,19768,0,4930.55,-1623.26,248.405,4.76033,300,0,0,10282,0,2,0,0,0),(96308,29698,571,1,1,19768,0,4915.88,-1871.29,248.403,4.54351,300,0,0,10282,0,2,0,0,0),(96309,29698,571,1,1,19770,0,4929.2,-1923.44,248.329,1.55868,300,0,0,10282,0,2,0,0,0),(96355,28162,571,1,1,27258,0,5447.31,-2998.56,288.253,1.6057,300,0,0,10635,0,0,0,0,0),(96356,28162,571,1,1,27258,0,5743.81,-2748.86,276.666,5.32325,300,0,0,10635,0,0,0,0,0),(96357,28162,571,1,1,27253,0,5713.26,-2674.74,280.851,4.17134,300,0,0,10635,0,0,0,0,0),(96358,28418,571,1,1,27875,1,6322.74,-3242.13,388.562,3.12414,300,0,0,11001,3643,0,0,0,0),(96359,29698,571,1,1,19770,0,4900.23,-2107.97,248.342,4.71799,300,0,0,10282,0,2,0,0,0),(96361,29698,571,1,1,19770,0,4919,-1959.86,248.356,4.67229,300,0,0,10282,0,2,0,0,0),(96362,28162,571,1,1,27253,0,5748.81,-2704.51,276.671,3.03687,300,0,0,10635,0,0,0,0,0),(96363,28162,571,1,1,27258,0,5672.26,-2797.06,273.976,0.20944,300,0,0,10635,0,0,0,0,0),(96365,29698,571,1,1,19768,0,4928.1,-2071.16,248.419,4.72097,300,0,0,10282,0,2,0,0,0),(96366,29698,571,1,1,19768,0,5146.56,-2038.14,248.765,3.12174,300,0,0,10282,0,2,0,0,0),(96368,23810,571,1,1,17612,0,1438.67,-3055.76,47.8453,4.11898,300,0,0,8982,0,0,0,0,0),(96369,23810,571,1,1,17612,0,1333.11,-3083.96,146.659,0.558505,300,0,0,8982,0,0,0,0,0),(96370,23810,571,1,1,17612,0,1280.05,-3024.22,0.108976,0,300,0,0,8982,0,0,0,0,0),(96372,28162,571,1,1,27258,0,5650.01,-2960.37,274.481,2.28638,300,0,0,10635,0,0,0,0,0),(96373,23810,571,1,1,17612,0,1419.08,-3086.75,124.256,0.977384,300,0,0,8982,0,0,0,0,0),(96374,28162,571,1,1,27253,0,5621.72,-3006.13,274.462,1.95477,300,0,0,10635,0,0,0,0,0),(96411,28162,571,1,1,27253,0,5502.86,-2944.94,276.666,4.34587,300,0,0,10635,0,0,0,0,0),(96412,28162,571,1,1,27258,0,5661.2,-2929.67,274.481,0.349066,300,0,0,10635,0,0,0,0,0),(96413,28418,571,1,1,27874,1,6403.03,-3289.01,392.183,2.98451,300,0,0,11001,3643,0,0,0,0),(96414,28418,571,1,1,27874,1,6366.81,-3300.08,388.964,1.56231,300,5,0,11001,3643,1,0,0,0),(96415,28418,571,1,1,27875,1,6382.29,-3165.63,388.796,0.856872,300,5,0,11001,3643,1,0,0,0),(96416,28418,571,1,1,27874,1,6403.02,-3250.57,392.617,3.21141,300,0,0,11001,3643,0,0,0,0),(96417,28418,571,1,1,27874,1,6411.57,-3133.34,390.349,6.26377,300,5,0,11001,3643,1,0,0,0),(96418,28418,571,1,1,27874,1,6356.76,-3350.34,388.836,0.201527,300,5,0,11001,3643,1,0,0,0),(96454,28418,571,1,1,27874,1,6419.89,-3535.13,392.403,3.92699,300,0,0,11001,3643,0,0,0,0),(96455,28162,571,1,1,27253,0,5574.77,-2701.71,276.666,1.43117,300,0,0,10635,0,0,0,0,0),(96458,28418,571,1,1,27875,1,6323.93,-3286.57,388.805,3.10669,300,0,0,11001,3643,0,0,0,0),(96459,28162,571,1,1,27258,0,5545.48,-2919.11,277.696,2.89725,300,0,0,10635,0,0,0,0,0),(96460,28162,571,1,1,27253,0,5530.51,-2718.87,277.068,0.942478,300,0,0,10635,0,0,0,0,0),(96462,28162,571,1,1,27253,0,5614.89,-2832.68,274.462,3.83972,300,0,0,10635,0,0,0,0,0),(96463,28162,571,1,1,27258,0,5664.52,-2814.92,274.462,2.42601,300,0,0,10635,0,0,0,0,0),(96485,28162,571,1,1,27258,0,5582.37,-2873.94,274.462,4.79965,300,0,0,10635,0,0,0,0,0),(96486,28162,571,1,1,27258,0,5694.46,-2723.41,276.666,4.2237,300,0,0,10635,0,0,0,0,0),(96487,29698,571,1,1,19770,0,5096.5,-2058.86,248.63,3.10642,300,0,0,10282,0,2,0,0,0),(96489,29698,571,1,1,19770,0,5358.77,-1821.08,248.356,2.41203,300,0,0,10282,0,2,0,0,0),(96490,29698,571,1,1,19770,0,5309.02,-1997.26,237.785,2.4336,300,0,0,10282,0,2,0,0,0),(96491,30211,571,1,1,11686,0,8021.41,-259.141,848.494,3.45575,300,0,0,41,60,0,0,0,0),(96492,27139,571,1,1,24343,1,3646.29,5888.98,140.188,2.79253,300,0,0,7688,7500,0,0,0,0),(96493,26883,571,1,1,24097,1,3814.07,-5157.37,119.355,1.93731,300,0,0,10635,3561,0,0,0,0),(96494,24067,571,1,1,22052,0,2670.24,-4388.17,284.031,2.32129,300,0,0,6224,0,0,0,0,0),(96495,28675,571,1,1,25596,0,5987.35,614.434,651.223,2.79253,300,0,0,10635,0,0,0,0,0),(96496,32515,571,1,1,28000,0,5907.77,742.493,640.79,4.50295,300,0,0,10635,0,0,0,0,0),(96497,28931,571,1,1,25770,0,6144.44,-1971.41,461.385,5.16617,300,0,0,200000,0,0,0,0,0),(96498,28931,571,1,1,25770,0,6206.33,-2063.48,461.385,2.14675,300,0,0,200000,0,0,0,0,0),(96499,28931,571,1,1,25770,0,6129.33,-2047.82,461.385,0.506145,300,0,0,200000,0,0,0,0,0),(200874,33382,571,1,1,0,1,8324.71,744.934,553.784,4.76475,120,0,0,1,0,0,0,0,0),(200873,33384,571,1,1,0,1,8368.89,714.503,554.091,3.22886,120,0,0,1,0,0,0,0,0),(200872,33384,571,1,1,0,1,8366.41,705.244,553.784,2.3911,120,0,0,1,0,0,0,0,0),(200871,33383,571,1,1,0,1,8359.87,737.388,553.795,3.68265,120,0,0,1,0,0,0,0,0),(200870,33383,571,1,1,0,1,8350.25,744.448,553.794,4.2586,120,0,0,1,0,0,0,0,0),(200867,33698,571,1,1,0,1,8350.37,830.943,549.297,5.53269,120,0,0,1,0,0,0,0,0),(200866,33698,571,1,1,0,1,8346.11,826.307,549.219,5.53269,120,0,0,1,0,0,0,0,0),(200865,33698,571,1,1,0,1,8613.15,590.457,549.289,2.37365,120,0,0,1,0,0,0,0,0),(200864,33698,571,1,1,0,1,8608.84,585.859,549.524,2.37365,120,0,0,1,0,0,0,0,0),(200863,33643,571,1,1,0,1,8594.75,717.043,548.203,2.19912,120,0,0,1,0,0,0,0,0),(96556,26115,571,1,1,23554,1,3928.11,3577.56,70.7685,2.71552,300,5,0,9610,3309,1,0,0,0),(202867,34856,649,15,1,0,0,617.179,175.184,419.781,3.92699,120,0,0,1,0,0,0,0,0),(200862,33643,571,1,1,0,1,8520.17,643.158,547.837,4.60767,120,0,0,1,0,0,0,0,0),(200861,33643,571,1,1,0,1,8567.13,645.53,548.735,2.3911,120,0,0,1,0,0,0,0,0),(200860,33643,571,1,1,0,1,8552.21,702.098,547.655,5.79449,120,0,0,1,0,0,0,0,0),(96663,28932,571,1,1,19595,0,6207.53,-2061.54,482.025,4.08407,300,5,0,4979,0,1,0,0,0),(96664,28932,571,1,1,19595,0,6203.88,-2064.14,482.067,0.069813,300,5,0,4979,0,1,0,0,0),(96671,28932,571,1,1,19595,0,6143,-1973.7,482.067,4.5204,300,5,0,4979,0,1,0,0,0),(96798,28932,571,1,1,19595,0,6146.61,-1971.15,481.928,5.3058,300,5,0,4979,0,1,0,0,0),(96800,28932,571,1,1,19595,0,6131.65,-2049.72,482.039,0.680678,300,5,0,4979,0,1,0,0,0),(96864,30212,571,1,1,11686,0,8009.65,-309.977,850.035,2.46091,300,0,0,41,60,0,0,0,0),(96865,28932,571,1,1,19595,0,6128.76,-2046.27,482.073,2.70526,300,5,0,4979,0,1,0,0,0),(96866,27140,571,1,1,24340,1,3652.65,5899.4,165.876,3.9968,300,0,0,7688,7500,0,0,0,0),(96867,26884,571,1,1,21970,1,4326.23,-4983.15,20.4613,4.01426,300,0,0,6986,0,0,0,0,0),(96868,25604,571,1,1,23272,0,3988.36,4266.55,26.2248,5.79449,300,0,0,18582,3231,0,0,0,0),(96869,28676,571,1,1,25597,0,5981.66,599.832,651.223,2.75762,300,0,0,10635,0,0,0,0,0),(96942,29700,571,1,1,26319,0,4971.57,-2339.09,245.649,4.93928,300,0,0,8982,0,0,0,0,0),(96943,29700,571,1,1,26319,0,4965.58,-2315.95,245.174,1.67552,300,0,0,8982,0,0,0,0,0),(96947,29700,571,1,1,26319,0,4941.29,-2297.28,244.399,4.76475,300,0,0,8982,0,0,0,0,0),(96951,29700,571,1,1,26319,0,4877.54,-2382.67,234.195,5.35816,300,0,0,8982,0,0,0,0,0),(96952,29700,571,1,1,26319,0,4929.53,-2297.7,244.229,4.81711,300,0,0,8982,0,0,0,0,0),(96953,29700,571,1,1,26319,0,4989.21,-2359.03,246.346,5.41052,300,0,0,8982,0,0,0,0,0),(96967,29700,571,1,1,26319,0,4861.71,-2361.55,234.756,1.65806,300,0,0,8982,0,0,0,0,0),(97015,29700,571,1,1,26319,0,4834.26,-2375.92,234.668,3.49066,300,0,0,8982,0,0,0,0,0),(97090,29700,571,1,1,26319,0,4857.88,-2383.78,234.124,4.38078,300,0,0,8982,0,0,0,0,0),(97103,29700,571,1,1,26319,0,4971.63,-2356.76,245.141,1.20428,300,0,0,8982,0,0,0,0,0),(97104,29700,571,1,1,26319,0,4906.16,-2282.93,244.232,0.715585,300,0,0,8982,0,0,0,0,0),(97105,29700,571,1,1,26319,0,4859.88,-2294.5,243.984,5.5676,300,0,0,8982,0,0,0,0,0),(97106,29700,571,1,1,26319,0,4869.59,-2369.06,234.517,5.93412,300,0,0,8982,0,0,0,0,0),(97107,29700,571,1,1,26319,0,4872.12,-2325.92,238.64,1.8675,300,0,0,8982,0,0,0,0,0),(97108,29700,571,1,1,26319,0,4921.73,-2284.29,243.714,2.44346,300,0,0,8982,0,0,0,0,0),(97109,29700,571,1,1,26319,0,4812.64,-2350.61,239.062,3.28122,300,0,0,8982,0,0,0,0,0),(97110,29700,571,1,1,26319,0,4925.51,-2367.33,242.053,3.19395,300,0,0,8982,0,0,0,0,0),(97111,32516,571,1,1,28006,0,5885.2,674.205,615.378,2.68781,300,0,0,1939,4393,0,0,0,0),(97113,31236,571,1,1,10957,0,5548.16,-70.0838,148.134,6.22477,300,5,0,8801,0,1,0,0,0),(97114,31236,571,1,1,10957,0,5584.22,40.276,148.567,0.35612,300,5,0,8801,0,1,0,0,0),(97115,31236,571,1,1,10957,0,5676.99,-110.461,178.369,5.78261,300,5,0,8801,0,1,0,0,0),(97116,29444,571,1,1,2957,0,6395.06,-2714.94,302.81,3.16184,300,0,0,213,0,0,0,0,0),(97117,29444,571,1,1,1206,0,6247.24,-2698.93,302.955,2.37294,300,0,0,213,0,0,0,0,0),(97118,29444,571,1,1,1206,0,6231.28,-2509.19,303.028,1.14251,300,0,0,213,0,0,0,0,0),(97119,31236,571,1,1,10957,0,5443.63,25.7569,148.939,3.89109,300,5,0,8801,0,1,0,0,0),(97120,31236,571,1,1,10957,0,5660.29,343.823,158.062,0.553319,300,5,0,8801,0,1,0,0,0),(97121,31236,571,1,1,10957,0,5609.2,178.552,151.785,1.46413,300,5,0,8801,0,1,0,0,0),(97122,31236,571,1,1,10957,0,5788.43,341.794,180.425,6.28234,300,5,0,8801,0,1,0,0,0),(97123,31236,571,1,1,10957,0,5734.81,699.221,152.39,1.28478,300,5,0,8801,0,1,0,0,0),(97124,31236,571,1,1,10957,0,5658.85,336.869,158.202,5.81739,300,5,0,8801,0,1,0,0,0),(97125,31236,571,1,1,10957,0,5659.65,643.996,150.425,4.09535,300,5,0,8801,0,1,0,0,0),(97126,31236,571,1,1,10957,0,5489.11,402.72,155.526,2.44422,300,5,0,8801,0,1,0,0,0),(97127,31236,571,1,1,10957,0,5962.37,824.117,160.478,6.2744,300,5,0,8801,0,1,0,0,0),(97128,29445,571,1,1,0,1,7452.31,-535.291,1896.93,3.01942,300,0,0,13481,0,0,0,0,0),(97129,25349,571,1,1,24471,0,2590.59,6406.94,69.8,1.96596,300,0,0,12600,0,2,0,0,0),(97130,25349,571,1,1,24471,0,2310.32,6539.75,77.52,4.04838,300,0,0,12600,0,2,0,0,0),(97131,32773,571,1,1,23072,0,538.399,-5003.6,10.6165,5.67232,300,0,0,9610,0,0,0,0,0),(97132,26885,571,1,1,24098,1,3821.11,-5151.58,119.074,2.67035,300,0,0,10635,0,0,0,0,0),(97133,23557,571,1,1,21794,0,732.24,-5090.96,39.3398,1.02287,300,0,0,69860,0,2,0,0,0),(97134,23557,571,1,1,21794,0,784.201,-4874.44,46.4017,0.535442,300,0,0,69860,0,2,0,0,0),(97135,23557,571,1,1,21911,0,878.453,-4809.68,37.3688,3.59931,300,0,0,69860,0,2,0,0,0),(97136,28677,571,1,1,25598,0,5984.58,607.113,651.264,2.79253,300,0,0,10635,0,0,0,0,0),(97137,25349,571,1,1,24471,0,2453.88,6550.05,69.39,4.15559,300,0,0,12600,0,2,0,0,0),(97138,27141,571,1,1,24345,1,3595.1,5959.01,136.328,0.893476,300,0,0,7688,7500,0,0,0,0),(97139,23557,571,1,1,21794,0,974.37,-5453.25,228.839,2.10222,300,0,0,69860,0,2,0,0,0),(97140,23557,571,1,1,21794,0,811.216,-5553.82,249.699,2.68224,300,0,0,69860,0,2,0,0,0),(97141,25605,571,1,1,23273,1,2249.84,5273.04,3.52732,1.17659,300,0,0,6986,2991,0,0,0,0),(97142,25605,571,1,1,23274,1,2237.47,5259.37,3.52732,5.20567,300,0,0,6986,2991,0,0,0,0),(97144,25605,571,1,1,23273,1,2251.5,5259.44,3.52732,3.71734,300,0,0,6986,2991,0,0,0,0),(97145,25605,571,1,1,23273,1,2241.95,5268.9,3.52732,4.64804,300,0,0,6986,2991,0,0,0,0),(97146,25862,571,1,1,27280,0,3730.62,5143.26,24.6245,2.44346,300,0,0,71810,0,0,0,0,0),(97147,32774,571,1,1,1606,0,1876.21,-6212.46,35.4175,1.23918,300,0,0,9610,0,0,0,0,0),(97148,26886,571,1,1,22002,0,4322.28,-4990.64,20.4613,1.36136,300,0,0,10329,0,0,0,0,0),(97149,26374,571,1,1,23794,0,4536.04,-4249.85,170.575,0.645772,300,0,0,9940,3387,0,0,0,0),(97150,25606,571,1,1,10914,0,3990.25,4258.65,26.6343,0.279253,300,0,0,17964,0,0,0,0,0),(97151,30726,571,1,1,27287,0,5766.78,621.688,650.175,3.00197,300,0,0,10635,0,0,0,0,0),(97152,27142,571,1,1,24347,1,3635.49,5903.86,165.876,5.20108,300,0,0,7688,7500,0,0,0,0),(97153,29702,571,1,1,26438,0,5813.27,684.895,658.101,4.03171,300,0,0,8508,7981,0,0,0,0),(97154,31238,571,1,1,27524,1,5815.27,473.49,658.796,4.66003,300,0,0,9416,8459,0,0,0,0),(97155,25350,571,1,1,23173,0,4053.29,5776.94,72.4309,0.508101,300,5,0,7984,0,1,0,0,0),(97157,25350,571,1,1,23173,0,4076.87,5846.9,72.8316,2.69096,300,5,0,7984,0,1,0,0,0),(97158,25350,571,1,1,23173,0,3855.78,5649.05,55.1664,1.06825,300,5,0,7984,0,1,0,0,0),(97159,25350,571,1,1,23173,0,3884.36,5781.49,69.9798,3.88525,300,5,0,7984,0,1,0,0,0),(97160,25350,571,1,1,23173,0,3902.13,5781.91,71.1747,4.85678,300,5,0,7984,0,1,0,0,0),(97161,25350,571,1,1,23173,0,3856.65,5711.18,63.7575,2.76771,300,5,0,7984,0,1,0,0,0),(97162,25350,571,1,1,23173,0,4079.33,5694.65,56.1411,1.48766,300,5,0,7984,0,1,0,0,0),(97163,25350,571,1,1,23173,0,4019.92,5652.54,50.1361,0.851059,300,5,0,7984,0,1,0,0,0),(97164,25350,571,1,1,23173,0,4086.44,5783.26,67.4569,0.595045,300,5,0,7984,0,1,0,0,0),(97165,25350,571,1,1,23173,0,3910.89,5816.08,65.0161,4.97111,300,5,0,7984,0,1,0,0,0),(97166,25350,571,1,1,23173,0,3918.58,5746.71,68.3212,3.02414,300,5,0,7984,0,1,0,0,0),(97167,25350,571,1,1,23173,0,3988.33,5650.52,51.5386,3.14159,300,5,0,7984,0,1,0,0,0),(97168,25350,571,1,1,23173,0,3873.45,5678.45,56.4785,5.01591,300,5,0,7984,0,1,0,0,0),(97169,25350,571,1,1,23173,0,3869.68,5752.28,69.4247,6.06759,300,5,0,7984,0,1,0,0,0),(97170,25350,571,1,1,23173,0,4078.38,5724.42,59.6898,1.97802,300,5,0,7984,0,1,0,0,0),(97171,25350,571,1,1,23173,0,4024.62,5774.99,71.1554,3.98745,300,5,0,7984,0,1,0,0,0),(97172,25350,571,1,1,23173,0,3987.84,5688.96,56.0892,5.02655,300,0,0,7984,0,0,0,0,0),(97173,25350,571,1,1,23173,0,4013.41,5755.01,65.7528,1.12992,300,5,0,7984,0,1,0,0,0),(97174,25350,571,1,1,23173,0,4073.53,5759.29,64.7511,5.16643,300,5,0,7984,0,1,0,0,0),(97175,25350,571,1,1,23173,0,4034.83,5711.41,58.0266,3.39989,300,5,0,7984,0,1,0,0,0),(97176,29958,571,1,1,26661,0,7578.04,-3218.69,844.252,6.19907,300,5,0,12175,0,1,0,0,0),(97177,29958,571,1,1,26661,0,7639.67,-3227.91,860.382,3.16112,300,5,0,12175,0,1,0,0,0),(97178,29958,571,1,1,26661,0,7465.06,-3269.54,855.248,6.21229,300,5,0,12175,0,1,0,0,0),(97179,29958,571,1,1,26661,0,7160.67,-3285.07,850.187,1.49155,300,5,0,12175,0,1,0,0,0),(97180,29958,571,1,1,26661,0,7387.14,-3285.72,861.063,-2.62761,300,0,0,12175,0,0,0,0,0),(97181,29958,571,1,1,26661,0,7556.84,-3126.1,843.796,4.78871,300,5,0,12175,0,1,0,0,0),(97182,29958,571,1,1,26661,0,7346.51,-3261.17,851.259,5.27927,300,5,0,12175,0,1,0,0,0),(97183,29958,571,1,1,26661,0,7521.68,-3287.59,864.798,4.8939,300,5,0,12175,0,1,0,0,0),(97184,29958,571,1,1,26661,0,7601.81,-3154.12,852.433,6.03411,300,5,0,12175,0,1,0,0,0),(97185,29958,571,1,1,26661,0,7304.29,-3282.85,849.688,2.84209,300,5,0,12175,0,1,0,0,0),(97186,29959,571,1,1,26091,1,8449.52,-336.456,906.691,1.02974,300,0,0,12175,0,0,0,0,0),(97187,27143,571,1,1,24346,1,3625,5887.26,165.876,0.017453,300,0,0,7688,7500,0,0,0,0),(97188,29703,571,1,1,26437,0,5812.08,676.873,658.112,3.07178,300,0,0,8508,7981,0,0,0,0),(97189,25351,571,1,1,23174,1,3992.6,5812.64,74.517,1.06501,300,5,0,6387,7031,1,0,0,0),(97190,25351,571,1,1,23174,1,4047.03,5847.01,75.8661,0.852234,300,5,0,6387,7031,1,0,0,0),(97191,25351,571,1,1,23174,1,3855.99,5759.75,69.1745,3.88455,300,5,0,6387,7031,1,0,0,0),(97192,25351,571,1,1,23174,1,3854.02,5671.6,58.791,3.91092,300,5,0,6387,7031,1,0,0,0),(97193,25351,571,1,1,23174,1,4061.32,5732,60.7766,5.27587,300,5,0,6387,7031,1,0,0,0),(97194,25351,571,1,1,23172,1,4020.36,5814.31,74.191,4.72028,300,5,0,6387,7031,1,0,0,0),(97195,25351,571,1,1,23174,1,3910.43,5669.96,57.4549,5.2431,300,5,0,6387,7031,1,0,0,0),(97196,25351,571,1,1,23174,1,3986.07,5744.38,67.2844,5.04277,300,5,0,6387,7031,1,0,0,0),(97197,25351,571,1,1,23174,1,3844.76,5787.56,63.4757,4.39168,300,5,0,6387,7031,1,0,0,0),(97198,25351,571,1,1,23172,1,4074.74,5815.56,73.757,0.423878,300,5,0,6387,7031,1,0,0,0),(97199,25351,571,1,1,23174,1,4048,5809.65,75.7318,3.53334,300,5,0,6387,7031,1,0,0,0),(97200,25351,571,1,1,23174,1,4081.94,5760.48,63.1803,0.894683,300,5,0,6387,7031,1,0,0,0),(97201,25351,571,1,1,23174,1,3950.03,5766.6,72.1439,2.62596,300,5,0,6387,7031,1,0,0,0),(97202,25351,571,1,1,23174,1,3944.71,5717.65,63.0796,3.74504,300,5,0,6387,7031,1,0,0,0),(97203,25351,571,1,1,23172,1,3925.69,5707.46,64.7277,2.53387,300,5,0,6387,7031,1,0,0,0),(97204,25351,571,1,1,23172,1,3951.48,5766.26,71.9871,1.45241,300,5,0,6387,7031,1,0,0,0),(97205,25351,571,1,1,23172,1,4045.47,5680.49,47.6288,2.7889,300,5,0,6387,7031,1,0,0,0),(97206,25351,571,1,1,23172,1,4048.41,5650.13,46.6315,4.70458,300,5,0,6387,7031,1,0,0,0),(97207,25351,571,1,1,23172,1,4018.51,5680.33,54.2085,5.64828,300,5,0,6387,7031,1,0,0,0),(97208,25351,571,1,1,23174,1,4019.91,5714,60.3947,1.14097,300,5,0,6387,7031,1,0,0,0),(97209,25351,571,1,1,23172,1,3945.48,5681.53,59.1865,5.4761,300,5,0,6387,7031,1,0,0,0),(97210,25351,571,1,1,23174,1,3979.01,5710.19,59.7864,5.38056,300,5,0,6387,7031,1,0,0,0),(97211,25351,571,1,1,23172,1,3967.37,5715.47,61.0364,3.08598,300,5,0,6387,7031,1,0,0,0),(97212,27400,571,1,1,4158,0,2891.88,-285.703,106.99,3.15905,300,0,0,9291,0,0,0,0,0),(97213,27400,571,1,1,4158,0,2886.38,-288.338,108.082,4.67748,300,0,0,9291,0,0,0,0,0),(97214,32520,571,1,1,21342,0,7309.4,-2493.36,919.874,4.5204,300,5,0,4979,0,1,0,0,0),(97215,32520,571,1,1,21342,0,7005.28,-1711.16,833.504,4.60767,300,5,0,4979,0,1,0,0,0),(97216,32520,571,1,1,21342,0,6962.21,-1576.28,879.25,1.72788,300,5,0,4979,0,1,0,0,0),(97217,32520,571,1,1,21342,0,7308.84,-2493.47,789.529,1.16937,300,5,0,4979,0,1,0,0,0),(97218,32520,571,1,1,21342,0,7375.41,-2489.83,879.333,0.191986,300,5,0,4979,0,1,0,0,0),(97219,32520,571,1,1,21342,0,7256.42,-2506.26,874.656,5.14872,300,5,0,4979,0,1,0,0,0),(97220,32520,571,1,1,21342,0,6890.07,-1637.94,849.83,3.97935,300,5,0,4979,0,1,0,0,0),(97221,29960,571,1,1,26662,1,8437.26,-327.133,906.608,0.261799,300,0,0,25200,0,0,0,0,0),(97222,29960,571,1,1,26662,1,8453.26,-342.898,906.734,1.46608,300,0,0,25200,0,0,0,0,0),(97223,29960,571,1,1,26662,1,8425.05,-368.678,906.537,0.977384,300,0,0,25200,0,0,0,0,0),(97224,29960,571,1,1,26662,1,8413.31,-358.461,906.537,0.855211,300,0,0,25200,0,0,0,0,0),(97225,27144,571,1,1,24333,1,737.9,-2892.47,7.2449,5.67232,300,0,0,3524,0,0,0,0,0),(97226,29960,571,1,1,26662,1,8396.15,-402.131,903.202,1.37881,300,0,0,25200,0,0,0,0,0),(97227,23816,571,1,1,21795,0,1914.67,-6177.2,24.6935,1.62316,300,0,0,27873,0,0,0,0,0),(97228,29961,571,1,1,26091,1,8388.66,-374.728,903.202,5.68977,300,0,0,12175,0,0,0,0,0),(97229,24073,571,1,1,22181,0,2456.73,-3625.36,141.348,0.985967,300,5,0,8982,0,1,0,0,0),(97230,24014,571,1,1,0,1,2809.69,-3622.02,161.396,1.95094,300,0,0,8982,0,2,0,0,0),(97231,27145,571,1,1,24334,1,790.45,-2901.33,7.23482,3.9619,300,0,0,3524,0,0,0,0,0),(97232,26889,571,1,1,17612,0,3220.11,590.625,89.046,0.226893,300,0,0,42,0,0,0,0,0),(97233,26889,571,1,1,17612,0,3015.97,651.958,79.1727,2.02458,300,0,0,42,0,0,0,0,0),(97234,26889,571,1,1,17612,0,2983.83,615.241,81.6587,5.72468,300,0,0,42,0,0,0,0,0),(97235,26889,571,1,1,17612,0,3085.41,654.974,82.7485,0.191986,300,0,0,42,0,0,0,0,0),(97237,26889,571,1,1,17612,0,3217.77,650.041,73.9779,2.37365,300,0,0,42,0,0,0,0,0),(97238,26889,571,1,1,17612,0,3175.3,620.553,84.602,5.21853,300,0,0,42,0,0,0,0,0),(97239,26889,571,1,1,17612,0,3150.51,655.059,85.015,1.53589,300,0,0,42,0,0,0,0,0),(97240,26377,571,1,1,23796,1,4585.34,-4212.35,178.598,5.28835,300,0,0,176,0,0,0,0,0),(97241,24014,571,1,1,0,1,2576.46,-3746.07,201.414,0.30729,300,0,0,8982,0,2,0,0,0),(97242,24073,571,1,1,22181,0,2723.5,-3412.79,199.685,0.059561,300,5,0,8982,0,1,0,0,0),(97243,24073,571,1,1,22181,0,2717.21,-3392.29,179.655,6.26825,300,5,0,8982,0,1,0,0,0),(97244,24073,571,1,1,22181,0,2448.23,-3632.01,181.392,4.09843,300,5,0,8982,0,1,0,0,0),(97245,24073,571,1,1,22181,0,2444.84,-3628.57,201.812,5.50783,300,5,0,8982,0,1,0,0,0),(97246,24073,571,1,1,22181,0,2579.88,-3696.3,161.441,4.14415,300,0,0,8982,0,2,0,0,0),(97247,24073,571,1,1,22181,0,2717.61,-3412.85,139.674,0.382745,300,5,0,8982,0,1,0,0,0),(97248,24014,571,1,1,0,1,2824.04,-3624.83,221.425,0.302443,300,0,0,8982,0,2,0,0,0),(97249,24014,571,1,1,0,1,2611.02,-3716.68,181.398,3.5848,300,0,0,8982,0,2,0,0,0),(97250,24014,571,1,1,0,1,2585.76,-3717.82,221.43,2.43141,300,0,0,8982,0,2,0,0,0),(97251,24014,571,1,1,0,1,2801.42,-3592.8,181.409,1.00652,300,0,0,8982,0,2,0,0,0),(97252,24073,571,1,1,22181,0,2813.58,-3620.82,161.404,2.45195,300,0,0,8982,0,2,0,0,0),(97253,24073,571,1,1,22181,0,2802.85,-3621.77,141.353,4.16724,300,5,0,8982,0,1,0,0,0),(97254,24073,571,1,1,22181,0,2467,-3619.5,161.398,4.93229,300,5,0,8982,0,1,0,0,0),(97255,27401,571,1,1,24619,1,4011.62,-920.912,106.423,4.6909,300,5,0,9291,0,1,0,0,0),(97256,27401,571,1,1,24619,1,3985.99,-890.462,119.009,5.1155,300,5,0,9291,0,1,0,0,0),(97257,27401,571,1,1,24618,1,3957.08,-879.378,120.512,1.52091,300,5,0,9291,0,1,0,0,0),(97258,27401,571,1,1,24619,1,3993.42,-938.892,105.293,0.72364,300,5,0,9291,0,1,0,0,0),(97259,27401,571,1,1,24619,1,3973.13,-911.939,104.112,1.83744,300,5,0,9291,0,1,0,0,0),(97260,24014,571,1,1,0,1,2586.51,-3756.08,161.398,0.383738,300,0,0,8982,0,2,0,0,0),(97261,27401,571,1,1,24617,1,4007.72,-963.196,105.529,4.96042,300,5,0,9291,0,1,0,0,0),(97262,32265,571,1,1,0,0,5702.21,582.019,652.637,5.66981,300,0,0,6986,0,0,0,0,0),(97263,32265,571,1,1,0,0,5771.59,531.663,655.503,5.31069,300,0,0,6986,0,0,0,0,0),(97264,24073,571,1,1,22181,0,2732.32,-3451.22,159.329,2.89074,300,5,0,8982,0,1,0,0,0),(97265,24073,571,1,1,22181,0,2756.38,-3499.47,166.085,1.34559,300,5,0,8982,0,1,0,0,0),(97266,24073,571,1,1,22181,0,2725.46,-3484.13,162.265,0.423271,300,5,0,8982,0,1,0,0,0),(97267,24073,571,1,1,22181,0,2685.44,-3516.34,161.354,3.46998,300,0,0,8982,0,2,0,0,0),(97268,24073,571,1,1,22181,0,2631.84,-3527.9,161.914,0.184756,300,5,0,8982,0,1,0,0,0),(97269,24073,571,1,1,22181,0,2610.41,-3553.44,161.417,-2.48338,300,0,0,8982,0,0,0,0,0),(97270,25609,571,1,1,23287,1,3100.03,6297.6,95.0119,3.92699,300,0,0,6387,7031,0,0,0,0),(97271,25609,571,1,1,23288,1,3038.45,6292.48,98.5576,3.9968,300,0,0,6387,7031,0,0,0,0),(97272,25609,571,1,1,23288,1,3085.75,6344.81,92.183,3.89208,300,0,0,6387,7031,0,0,0,0),(97273,29449,571,1,1,25454,1,5772.54,-1299.39,234.192,5.67548,300,5,0,10635,3561,1,0,0,0),(97274,29449,571,1,1,25454,1,5884.77,-1516.75,230.416,1.17886,300,5,0,10635,3561,1,0,0,0),(97275,29449,571,1,1,25454,1,5497.04,-1564.8,237.227,4.9126,300,5,0,10635,3561,1,0,0,0),(97276,25353,571,1,1,23205,1,3697.09,5631.37,32.7665,0.636386,300,0,0,6387,7031,2,0,0,0),(97277,25609,571,1,1,23287,1,3096.84,6383.04,87.1126,2.58309,300,0,0,6387,7031,0,0,0,0),(97278,25353,571,1,1,23145,1,3623.69,5724.94,78.913,2.98672,300,5,0,6387,7031,1,0,0,0),(97279,25353,571,1,1,23205,1,3737.59,5517.56,40.9715,2.4392,300,5,0,6387,7031,1,0,0,0),(97280,29449,571,1,1,25454,1,5641.15,-1265.71,233.305,2.81335,300,5,0,10635,3561,1,0,0,0),(97281,25609,571,1,1,23287,1,2964.43,6583.9,58.0111,4.38078,300,0,0,6387,7031,0,0,0,0),(97282,29449,571,1,1,25454,1,5836.49,-1609.71,234.575,2.67035,300,0,0,10635,3561,0,0,0,0),(97283,29449,571,1,1,25454,1,5749.67,-1477.73,234.06,5.06145,300,0,0,10635,3561,0,0,0,0),(97284,29449,571,1,1,25454,1,5809.19,-1568.95,234.643,4.36332,300,0,0,10635,3561,0,0,0,0),(97285,25353,571,1,1,23145,1,3580.3,5686.07,67.6547,4.42568,300,5,0,6387,7031,1,0,0,0),(97286,25353,571,1,1,23145,1,3735.19,5646.8,41.2604,2.06237,300,5,0,6387,7031,1,0,0,0),(97287,25353,571,1,1,23205,1,3646.99,5668.24,66.3264,4.58923,300,0,0,6387,7031,0,0,0,0),(97288,25609,571,1,1,23288,1,2998.39,6409.33,90.041,3.68265,300,0,0,6387,7031,0,0,0,0),(97289,25609,571,1,1,23287,1,3046.6,6486.8,82.7529,1.0821,300,0,0,6387,7031,0,0,0,0),(97290,25609,571,1,1,23288,1,3038.9,6520.44,82.7126,5.75959,300,0,0,6387,7031,0,0,0,0),(97291,25609,571,1,1,23288,1,3073.74,6454.48,83.666,3.83972,300,0,0,6387,7031,0,0,0,0),(97292,25609,571,1,1,23287,1,2978.09,6371.89,97.8042,3.92699,300,0,0,6387,7031,0,0,0,0),(97293,25353,571,1,1,23205,1,3764.18,5543.75,45.28,1.53525,300,5,0,6387,7031,1,0,0,0),(97294,25609,571,1,1,23287,1,2902.81,6465.22,80.9085,5.55015,300,0,0,6387,7031,0,0,0,0),(97295,25353,571,1,1,23205,1,3725.77,5602.97,36.355,4.2554,300,5,0,6387,7031,1,0,0,0),(97296,25609,571,1,1,23287,1,2855.92,6454.47,79.2159,5.20108,300,0,0,6387,7031,0,0,0,0),(97297,25353,571,1,1,23145,1,3548.85,5567.67,49.2018,5.9326,300,0,0,6387,7031,0,0,0,0),(97298,25609,571,1,1,23288,1,2904.77,6488.06,79.2159,4.39823,300,0,0,6387,7031,0,0,0,0),(97299,25609,571,1,1,23288,1,2932.79,6495.6,79.0803,5.044,300,0,0,6387,7031,0,0,0,0),(97300,25353,571,1,1,23145,1,3721.94,5574,36.4378,4.4984,300,5,0,6387,7031,1,0,0,0),(97301,25353,571,1,1,23205,1,3585.4,5444.67,39.9529,4.73306,300,0,0,6387,7031,2,0,0,0),(97302,25353,571,1,1,23205,1,3594.03,5468.78,33.314,6.20153,300,5,0,6387,7031,1,0,0,0),(97303,25353,571,1,1,23205,1,3614.93,5493.63,33.2544,4.81085,300,5,0,6387,7031,1,0,0,0),(97304,25609,571,1,1,23287,1,2975.75,6517.07,74.5947,5.2709,300,0,0,6387,7031,0,0,0,0),(97305,25353,571,1,1,23145,1,3558.79,5497.75,27.4385,3.47729,300,5,0,6387,7031,1,0,0,0),(97306,25609,571,1,1,23287,1,3040.95,6449.82,82.7529,5.86431,300,0,0,6387,7031,0,0,0,0),(97307,25353,571,1,1,23145,1,3534.61,5627.96,53.5759,5.23852,300,0,0,6387,7031,2,0,0,0),(97308,25609,571,1,1,23287,1,3010.88,6433.78,84.1752,5.61996,300,0,0,6387,7031,0,0,0,0),(97309,25609,571,1,1,23287,1,2985.26,6468.2,79.2852,1.15192,300,0,0,6387,7031,0,0,0,0),(97310,25353,571,1,1,23205,1,3528.49,5525.4,65.2692,3.95212,300,5,0,6387,7031,1,0,0,0),(97311,25609,571,1,1,23287,1,3079.17,6298.62,94.6682,0.505841,300,5,0,6387,7031,1,0,0,0),(97312,25609,571,1,1,23288,1,3070.43,6424.46,85.6703,0.453786,300,0,0,6387,7031,0,0,0,0),(97313,25353,571,1,1,23145,1,3661.36,5511.48,33.9764,4.5991,300,5,0,6387,7031,1,0,0,0),(97314,25353,571,1,1,23205,1,3697.28,5633.16,32.7535,4.60427,300,5,0,6387,7031,1,0,0,0),(97315,25353,571,1,1,23205,1,3661.97,5632.38,32.5626,2.42543,300,5,0,6387,7031,1,0,0,0),(97316,25353,571,1,1,23205,1,3550.25,5427.63,40.2208,5.5068,300,5,0,6387,7031,1,0,0,0),(97317,25353,571,1,1,23145,1,3607.36,5571.19,29.1448,5.50249,300,5,0,6387,7031,1,0,0,0),(97318,25353,571,1,1,23145,1,3548.63,5599.83,50.654,0.237635,300,0,0,6387,7031,2,0,0,0),(97319,25353,571,1,1,23205,1,3517.06,5501.92,63.4286,4.26272,300,0,0,6387,7031,2,0,0,0),(97320,25353,571,1,1,23205,1,3598.22,5517.44,27.1876,6.27226,300,5,0,6387,7031,1,0,0,0),(97321,25353,571,1,1,23145,1,3570.88,5539.06,27.4376,1.59824,300,5,0,6387,7031,1,0,0,0),(97322,25353,571,1,1,23145,1,3561.39,5473.79,30.3135,1.13775,300,0,0,6387,7031,2,0,0,0),(97323,25353,571,1,1,23205,1,3570.26,5522.22,28.1876,1.56943,300,5,0,6387,7031,1,0,0,0),(97324,25353,571,1,1,23205,1,3657.36,5561.18,33.1876,1.99075,300,5,0,6387,7031,1,0,0,0),(97325,25353,571,1,1,23205,1,3505.99,5636.85,63.8207,4.71825,300,5,0,6387,7031,1,0,0,0),(97326,25353,571,1,1,23145,1,3513.88,5606.85,63.1319,4.07407,300,0,0,6387,7031,2,0,0,0),(97327,25353,571,1,1,23205,1,3681.73,5546.05,37.6789,2.14413,300,0,0,6387,7031,0,0,0,0),(97328,25353,571,1,1,23205,1,3533.51,5630.4,53.6992,5.13671,300,5,0,6387,7031,1,0,0,0),(97329,25353,571,1,1,23205,1,3622.48,5544.48,27.1876,3.29397,300,5,0,6387,7031,1,0,0,0),(97330,25353,571,1,1,23145,1,3641.36,5533.7,32.6406,2.3363,300,5,0,6387,7031,1,0,0,0),(97331,25353,571,1,1,23205,1,3664.77,5602.22,32.8126,5.41732,300,0,0,6387,7031,2,0,0,0),(97332,25353,571,1,1,23205,1,3566.26,5689.84,68.297,5.5185,300,5,0,6387,7031,1,0,0,0),(97333,25353,571,1,1,23145,1,3674.27,5710.58,65.486,1.98595,300,5,0,6387,7031,1,0,0,0),(97334,32265,571,1,1,0,0,5704.95,584.538,653.622,2.50167,300,0,0,6986,0,0,0,0,0),(97335,32265,571,1,1,0,0,5773.26,526.723,655.503,4.47037,300,0,0,6986,0,0,0,0,0),(97336,26634,571,1,1,23965,0,4183.35,5318.84,58.1593,3.8336,300,0,0,8982,0,0,0,0,0),(97337,27402,571,1,1,13069,0,4473.33,1655.55,122.156,3.75246,300,0,0,42,0,0,0,0,0),(97338,27402,571,1,1,13069,0,4318.6,1496.71,132.765,1.18682,300,0,0,42,0,0,0,0,0),(97339,27402,571,1,1,13069,0,4411.63,1364.88,141.659,2.21657,300,0,0,42,0,0,0,0,0),(97340,27402,571,1,1,13069,0,4394.6,1657.34,129.036,5.79449,300,0,0,42,0,0,0,0,0),(97343,28682,571,1,1,25602,1,5715.56,678.412,645.751,5.04253,300,0,0,8508,7981,0,0,0,0),(97344,29962,571,1,1,26663,0,8409.79,-393.869,903.202,2.32129,300,0,0,25200,0,0,0,0,0),(97345,28170,571,1,1,16053,0,6129.7,3723.37,171.519,0.497514,300,5,0,10635,3561,1,0,0,0),(208907,40176,1,1,1,0,0,-721.455,-5041.07,15.9652,0,45,10,0,1,0,1,0,0,0),(97347,27146,571,1,1,24335,0,816.536,-2948.46,7.76605,1.11701,300,0,0,3524,0,0,0,0,0),(97348,28170,571,1,1,16053,0,6075.76,3706.46,193.898,3.88979,300,5,0,10635,3561,1,0,0,0),(97349,28170,571,1,1,16053,0,6339.23,3649.91,424.893,0.331613,300,5,0,10635,3561,1,0,0,0),(97350,28170,571,1,1,16053,0,6349.5,3652,414.012,3.68265,300,5,0,10635,3561,1,0,0,0),(97351,28170,571,1,1,16053,0,6337.94,3608.36,428.776,3.26377,300,5,0,10635,3561,1,0,0,0),(152185,24879,571,1,1,0,0,3248.98,1187.46,134.375,0.00340319,300,5,0,42,0,1,0,0,0),(152184,24879,571,1,1,0,0,3073.22,-214.625,93.7885,0.00340319,300,5,0,42,0,1,0,0,0),(97354,28170,571,1,1,16053,0,6183.22,3887.73,180.907,0.696522,300,5,0,10635,3561,1,0,0,0),(97355,28170,571,1,1,16053,0,6206.48,3817.36,204.249,5.40369,300,5,0,10635,3561,1,0,0,0),(97356,28170,571,1,1,16053,0,6187.37,3811.74,214.686,2.3109,300,5,0,10635,3561,1,0,0,0),(97357,28170,571,1,1,16053,0,5869.31,4100.17,-42.11,0.308749,300,5,0,10635,3561,1,0,0,0),(97358,28170,571,1,1,16053,0,6117.1,3825,154.14,0.010034,300,5,0,10635,3561,1,0,0,0),(97359,28170,571,1,1,16053,0,6246.07,3850.54,204.871,3.76524,300,5,0,10635,3561,1,0,0,0),(97360,28170,571,1,1,16053,0,6134.32,3765.3,176.304,1.43485,300,5,0,10635,3561,1,0,0,0),(97361,28170,571,1,1,16053,0,6172.28,3881.89,190.497,0.558136,300,5,0,10635,3561,1,0,0,0),(97362,28170,571,1,1,16053,0,6140.15,3829.49,184.746,6.05051,300,5,0,10635,3561,1,0,0,0),(97363,28170,571,1,1,16053,0,5828.97,3730.19,169.815,3.4094,300,5,0,10635,3561,1,0,0,0),(97364,28170,571,1,1,16053,0,5836.26,3733.94,169.089,3.42666,300,5,0,10635,3561,1,0,0,0),(97365,28170,571,1,1,16053,0,5860.29,4146.81,-60.0028,2.86992,300,5,0,10635,3561,1,0,0,0),(97366,28170,571,1,1,16053,0,5770.11,4089.92,49.6744,2.95861,300,5,0,10635,3561,1,0,0,0),(97367,28170,571,1,1,16053,0,5885.15,4105.22,-87.4191,1.86516,300,5,0,10635,3561,1,0,0,0),(97368,28170,571,1,1,16053,0,5860.14,4100.52,-31.3593,0.185735,300,5,0,10635,3561,1,0,0,0),(97369,28170,571,1,1,16053,0,6216.87,3877.15,265.29,1.91969,300,5,0,10635,3561,1,0,0,0),(97370,28170,571,1,1,16053,0,6220.86,3783.95,323.382,2.00006,300,5,0,10635,3561,1,0,0,0),(97371,28170,571,1,1,16053,0,6233.14,3691.32,330.496,1.26293,300,5,0,10635,3561,1,0,0,0),(97372,28170,571,1,1,16053,0,6278,3819.56,278.586,1.7529,300,5,0,10635,3561,1,0,0,0),(97373,28170,571,1,1,16053,0,6208.73,3653.06,343.19,1.41065,300,5,0,10635,3561,1,0,0,0),(97374,28170,571,1,1,16053,0,6203.73,3637.91,340.088,3.25641,300,5,0,10635,3561,1,0,0,0),(97375,28170,571,1,1,16053,0,6279.04,3643.47,369.018,4.03722,300,5,0,10635,3561,1,0,0,0),(97376,28170,571,1,1,16053,0,6329.7,3683.89,369.702,0.555539,300,5,0,10635,3561,1,0,0,0),(97377,28170,571,1,1,16053,0,6205.07,3789.63,274.994,2.15811,300,5,0,10635,3561,1,0,0,0),(97378,28170,571,1,1,16053,0,6260.14,3794.24,316.988,2.20548,300,5,0,10635,3561,1,0,0,0),(97379,28170,571,1,1,16053,0,6260.99,3793.48,304.242,2.22239,300,5,0,10635,3561,1,0,0,0),(97380,28170,571,1,1,16053,0,6226.46,3766.48,282.45,2.40392,300,5,0,10635,3561,1,0,0,0),(97381,28170,571,1,1,16053,0,6196.97,3806.95,281.242,2.02997,300,5,0,10635,3561,1,0,0,0),(97382,28170,571,1,1,16053,0,6244.36,3869.17,213.356,0.605929,300,5,0,10635,3561,1,0,0,0),(97383,28170,571,1,1,16053,0,6238.12,3658.37,351.041,1.11291,300,5,0,10635,3561,1,0,0,0),(97384,28170,571,1,1,16053,0,5935.41,4052.58,-14.1861,2.80386,300,5,0,10635,3561,1,0,0,0),(97385,28170,571,1,1,16053,0,5964.56,4092.14,1.44643,3.10562,300,5,0,10635,3561,1,0,0,0),(97386,28170,571,1,1,16053,0,5939.79,4088.56,-5.75786,3.0823,300,5,0,10635,3561,1,0,0,0),(97387,28170,571,1,1,16053,0,5950.21,4048.31,-12.9201,2.91261,300,5,0,10635,3561,1,0,0,0),(97388,28170,571,1,1,16053,0,5954.43,4083.12,0.160646,3.08116,300,5,0,10635,3561,1,0,0,0),(97389,28170,571,1,1,16053,0,5957.56,4082.73,2.45559,3.07209,300,5,0,10635,3561,1,0,0,0),(97390,28170,571,1,1,16053,0,5960.73,4046.2,-13.7494,2.97269,300,5,0,10635,3561,1,0,0,0),(97391,28170,571,1,1,16053,0,5929.96,4116.87,7.07028,2.87016,300,5,0,10635,3561,1,0,0,0),(97392,28170,571,1,1,16053,0,5911.85,4118.24,10.9197,2.85831,300,5,0,10635,3561,1,0,0,0),(97393,28170,571,1,1,16053,0,5928.06,3950.71,-12.0605,1.60442,300,5,0,10635,3561,1,0,0,0),(97394,28170,571,1,1,16053,0,6128.33,3880.58,166.838,5.01126,300,5,0,10635,3561,1,0,0,0),(97395,28170,571,1,1,16053,0,6156.27,3783.6,222.022,0.962883,300,5,0,10635,3561,1,0,0,0),(152183,24879,571,1,1,0,0,2845.1,1972.63,140.6,0.00340319,300,5,0,42,0,1,0,0,0),(97397,25610,571,1,1,23286,0,3070.9,6451.69,83.4323,0.733038,0,0,0,3524,0,0,0,0,0),(152182,24879,571,1,1,0,0,2762.83,1406.18,131.607,0.00340319,300,5,0,42,0,1,0,0,0),(97399,25610,571,1,1,23286,0,3036.92,6289.71,98.5848,0.698132,0,0,0,3524,0,0,0,0,0),(97400,25610,571,1,1,23286,0,3083,6341.61,91.899,1.16937,0,0,0,3524,0,0,0,0,0),(97401,29450,571,1,1,26254,1,5799.75,-1633.16,236.158,1.55334,300,0,0,8508,7981,0,0,0,0),(97409,25610,571,1,1,23286,0,2987.1,6472.9,78.7562,5.14872,0,0,0,3524,0,0,0,0,0),(97410,25610,571,1,1,23283,0,3094.01,6384.75,87.1647,5.14872,0,0,0,3524,0,0,0,0,0),(97411,25610,571,1,1,23284,0,3072.9,6426.82,85.6955,4.83456,0,0,0,3524,0,0,0,0,0),(97412,25610,571,1,1,23286,0,3097.9,6294.72,95.015,1.15192,0,0,0,3524,0,0,0,0,0),(97413,25610,571,1,1,23283,0,2905.72,6463.04,80.8369,2.51327,0,0,0,3524,0,0,0,0,0),(97414,25610,571,1,1,23285,0,3048.75,6490.7,82.7529,4.27606,0,0,0,3524,0,0,0,0,0),(97415,25610,571,1,1,23286,0,2857.33,6451.66,79.2159,1.97222,0,0,0,3524,0,0,0,0,0),(97416,25610,571,1,1,23286,0,2963.92,6580.41,58.287,1.48353,0,0,0,3524,0,0,0,0,0),(97417,29450,571,1,1,26254,1,5722.51,-1486.08,233.493,0.973038,300,5,0,8508,7981,1,0,0,0),(97418,29450,571,1,1,26254,1,5701.86,-1437.31,234.493,0.383972,300,0,0,8508,7981,0,0,0,0),(97419,29450,571,1,1,26254,1,5716.87,-1431.72,234.515,3.47321,300,0,0,8508,7981,0,0,0,0),(97420,25610,571,1,1,23286,0,2975.58,6368.93,97.6723,0.575959,0,0,0,3524,0,0,0,0,0),(97421,25610,571,1,1,23285,0,2994.82,6406.23,90.2394,0.296706,0,0,0,3524,0,0,0,0,0),(97422,25610,571,1,1,23284,0,3042.44,6518.98,82.7169,2.40855,0,0,0,3524,0,0,0,0,0),(97423,25610,571,1,1,23283,0,2904.18,6484.57,79.2159,1.48353,0,0,0,3524,0,0,0,0,0),(97424,25610,571,1,1,23286,0,2933.69,6492.8,79.168,1.32645,0,0,0,3524,0,0,0,0,0),(97425,25610,571,1,1,23285,0,2977.79,6513.73,74.8041,1.58825,0,0,0,3524,0,0,0,0,0),(97426,25610,571,1,1,23283,0,3014.54,6431.04,83.9795,2.77507,0,0,0,3524,0,0,0,0,0),(97427,25610,571,1,1,23286,0,3045.28,6447.78,82.7529,1.5708,0,0,0,3524,0,0,0,0,0),(97428,29963,571,1,1,26093,0,8426.41,-355.584,906.485,0.820305,300,0,0,12175,0,0,0,0,0),(97429,27147,571,1,1,24341,1,3649.99,5877.26,165.876,2.42601,300,0,0,7688,7500,0,0,0,0),(97430,26379,571,1,1,23806,1,3842.39,1486.62,92.0606,1.5708,300,0,0,378000,0,0,0,0,0),(97432,27403,571,1,1,17200,0,4012.58,-921.843,107.08,0,300,5,0,8982,0,1,0,0,0),(97433,27403,571,1,1,17200,0,4018.95,-945.433,105.03,0,300,5,0,8982,0,1,0,0,0),(97434,27403,571,1,1,17200,0,3987.68,-891.093,120.018,0,300,5,0,8982,0,1,0,0,0),(97435,18955,571,1,1,16925,0,3630.09,6004.56,136.294,4.36332,300,0,0,42,0,0,0,0,0),(97436,18955,571,1,1,16925,0,3538.81,6003.94,136.655,5.96903,300,0,0,42,0,0,0,0,0),(97437,18955,571,1,1,16925,0,3608.89,6022.64,139.183,0.628319,300,0,0,42,0,0,0,0,0),(97438,18955,571,1,1,16925,0,3612.95,5986.58,136.3,1.37881,300,0,0,42,0,0,0,0,0),(97439,18955,571,1,1,16925,0,3631.56,5976.39,136.3,5.53269,300,0,0,42,0,0,0,0,0),(97440,27403,571,1,1,17200,0,4009.19,-964.07,106.123,0,300,5,0,8982,0,1,0,0,0),(97441,27403,571,1,1,17200,0,3958.19,-876.309,121.159,0,300,5,0,8982,0,1,0,0,0),(97442,27403,571,1,1,17200,0,3997.38,-972.938,105.335,0,300,5,0,8982,0,1,0,0,0),(97443,18955,571,1,1,16925,0,3595.18,6002.47,135.853,4.11898,300,0,0,42,0,0,0,0,0),(97444,27403,571,1,1,17200,0,4000.57,-893.071,109.983,0,300,5,0,8982,0,1,0,0,0),(97445,27403,571,1,1,17200,0,3969.59,-894.294,119.399,0,300,5,0,8982,0,1,0,0,0),(97446,26891,571,1,1,24099,1,4802.68,-3909.73,190.291,1.02813,300,5,0,10282,0,1,0,0,0),(97447,26891,571,1,1,24099,1,4773.97,-3937.97,194.903,4.82849,300,5,0,10282,0,1,0,0,0),(97448,26891,571,1,1,24099,1,4822.43,-3905.96,185.885,5.13897,300,5,0,10282,0,1,0,0,0),(97449,26891,571,1,1,24099,1,4824.04,-3895.19,183.493,3.98857,300,5,0,10282,0,1,0,0,0),(97450,26891,571,1,1,24100,1,4790.53,-3934.05,192.053,0.646258,300,5,0,10282,0,1,0,0,0),(97451,26891,571,1,1,24100,1,4804.8,-3932.02,189.712,3.87253,300,5,0,10282,0,1,0,0,0),(97452,26891,571,1,1,24100,1,4713.04,-3937.69,204.905,2.72669,300,5,0,10282,0,1,0,0,0),(97453,26891,571,1,1,24100,1,4694.24,-3937.27,207.983,3.46897,300,5,0,10282,0,1,0,0,0),(97454,26891,571,1,1,24100,1,4747.76,-3943.42,199.627,0.840015,300,5,0,10282,0,1,0,0,0),(97455,26891,571,1,1,24099,1,4731.36,-3921.98,199.783,0.033574,300,5,0,10282,0,1,0,0,0),(97456,26891,571,1,1,24099,1,4687.19,-3930.33,209.161,3.56684,300,5,0,10282,0,1,0,0,0),(97457,26891,571,1,1,24099,1,4761.66,-3942.06,197.438,6.13408,300,5,0,10282,0,1,0,0,0),(97458,26891,571,1,1,24100,1,4623.02,-4025.64,217.25,4.88287,300,5,0,10282,0,1,0,0,0),(97489,25611,571,1,1,22181,0,2755.65,6516.17,52.2208,0.906942,300,0,0,7984,0,2,0,0,0),(97460,25355,571,1,1,24909,0,3727.88,5713.56,60.6592,4.64309,300,5,0,7984,3080,1,0,0,0),(97461,25355,571,1,1,24910,0,3772.42,5667.11,54.5405,4.42007,300,5,0,7984,3080,1,0,0,0),(97462,25355,571,1,1,24906,0,3696.86,5708.38,64.2743,2.44939,300,5,0,7984,3080,1,0,0,0),(97463,29451,571,1,1,25300,1,5911.76,-1593.39,229.344,2.35619,300,0,0,10635,0,0,0,0,0),(97464,29451,571,1,1,25300,1,5819.24,-1744.66,233.939,4.11898,300,0,0,10635,0,0,0,0,0),(97465,25355,571,1,1,24906,0,3505.87,5611.23,63.5391,2.24789,300,5,0,7984,3080,1,0,0,0),(97466,29451,571,1,1,25300,1,5997.03,-1871.24,249.685,5.5676,300,0,0,10635,0,0,0,0,0),(97467,29451,571,1,1,25300,1,5816.05,-1426.83,231.788,0.977384,300,0,0,10635,0,0,0,0,0),(97468,29451,571,1,1,25300,1,5674.91,-1556.49,232.003,4.20624,300,0,0,10635,0,0,0,0,0),(97469,29451,571,1,1,25300,1,5633.34,-1375.87,234.362,2.47837,300,0,0,10635,0,0,0,0,0),(97470,29451,571,1,1,25300,1,5744.05,-1372.97,229.38,0.942478,300,0,0,10635,0,0,0,0,0),(97471,25355,571,1,1,24909,0,3556.25,5685.42,66.9498,6.21296,300,5,0,7984,3080,1,0,0,0),(97487,25611,571,1,1,22181,0,2867.92,6443.67,82.8826,3.78624,300,0,0,7984,0,2,0,0,0),(97473,29451,571,1,1,25300,1,5754.57,-1540.35,231.891,5.60251,300,0,0,10635,0,0,0,0,0),(97474,29451,571,1,1,25300,1,5799.75,-1633.16,236.158,1.55334,300,0,0,10635,0,0,0,0,0),(97475,29451,571,1,1,25300,1,5619.89,-1532.4,232.694,3.71755,300,0,0,10635,0,0,0,0,0),(97476,29451,571,1,1,25300,1,5782.73,-1567.05,233.834,5.13127,300,0,0,10635,0,0,0,0,0),(97477,29451,571,1,1,25300,1,5572.34,-1453.62,242.183,3.66519,300,0,0,10635,0,0,0,0,0),(97478,29451,571,1,1,25300,1,5883.34,-1675.76,239.639,0.835654,300,5,0,10635,0,1,0,0,0),(97479,29451,571,1,1,25300,1,5966.1,-1622.59,230.971,0.733038,300,0,0,10635,0,0,0,0,0),(97480,29451,571,1,1,25300,1,6005.46,-1787.25,237.168,0.733038,300,0,0,10635,0,0,0,0,0),(97481,29451,571,1,1,25300,1,5955.1,-1715.93,230.495,4.57276,300,0,0,10635,0,0,0,0,0),(97482,29451,571,1,1,25300,1,5868.89,-1702.36,236.834,0.959931,300,0,0,10635,0,0,0,0,0),(97483,25355,571,1,1,24906,0,3592.62,5689.47,66.6975,1.6636,300,5,0,7984,3080,1,0,0,0),(97484,25355,571,1,1,24909,0,3687.56,5501.03,43.3602,-2.86147,300,0,0,7984,3080,0,0,0,0),(97485,25355,571,1,1,24910,0,3661.97,5567.58,32.9355,2.49075,300,0,0,7984,3080,0,0,0,0),(97486,25611,571,1,1,22181,0,2959.18,6518.75,72.9569,5.90443,300,0,0,7984,0,2,0,0,0),(97472,25611,571,1,1,22181,0,3132.14,6364.85,87.0064,2.70632,300,0,0,7984,0,2,0,0,0),(97488,25355,571,1,1,24910,0,3730.81,5553.65,36.9146,4.42061,300,5,0,7984,3080,1,0,0,0),(97459,25611,571,1,1,22181,0,3127.11,6294.97,94.2915,1.27689,300,5,0,7984,0,1,0,0,0),(97490,25355,571,1,1,24906,0,3764.67,5527.74,47.9073,5.44786,300,5,0,7984,3080,1,0,0,0),(97491,25355,571,1,1,24906,0,3619.79,5525.45,27.5723,0.31659,300,0,0,7984,3080,0,0,0,0),(97492,25355,571,1,1,24910,0,3530.88,5558.06,62.4216,5.51568,300,0,0,7984,3080,0,0,0,0),(97493,25355,571,1,1,24910,0,3710.01,5615.26,33.1714,0.808847,300,5,0,7984,3080,1,0,0,0),(97494,25355,571,1,1,24906,0,3695.08,5613.7,33.7306,0.964473,300,5,0,7984,3080,1,0,0,0),(97495,25355,571,1,1,24906,0,3695.95,5620.83,33.2177,5.09799,300,5,0,7984,3080,1,0,0,0),(97496,25355,571,1,1,24906,0,3658.85,5620,33.4827,5.06316,300,5,0,7984,3080,1,0,0,0),(97497,25355,571,1,1,24910,0,3557,5471.08,30.9385,5.1632,300,5,0,7984,3080,1,0,0,0),(97498,25355,571,1,1,24906,0,3678.91,5552,37.0685,4.86654,300,0,0,7984,3080,0,0,0,0),(97499,25355,571,1,1,24909,0,3521.49,5557.33,64.248,2.79103,300,5,0,7984,3080,1,0,0,0),(97500,25355,571,1,1,24909,0,3682.81,5547.12,37.6568,2.56077,300,0,0,7984,3080,0,0,0,0),(97501,25355,571,1,1,24910,0,3649.75,5611.8,32.6793,5.96119,300,0,0,7984,3080,0,0,0,0),(97502,25355,571,1,1,24909,0,3730.37,5710.75,60.9092,4.06554,300,5,0,7984,3080,1,0,0,0),(97503,31755,571,1,1,1041,0,5870.31,564.136,652.656,3.47321,300,0,0,10282,0,0,0,0,0),(97504,24076,571,1,1,22089,0,1674.41,-4400.35,182.489,4.86424,300,5,0,6986,0,1,0,0,0),(97505,29964,571,1,1,26664,1,8383.45,-390.166,903.202,0.331613,300,0,0,12175,0,0,0,0,0),(97506,26380,571,1,1,9509,0,3836.88,1486.58,92.1439,1.43117,300,0,0,58850,0,0,0,0,0),(97508,25356,571,1,1,23149,1,3463.94,5897.35,145.632,0.977384,300,0,0,7688,7500,0,0,0,0),(97509,27148,571,1,1,24336,0,704.029,-2932.88,-2.98511,0.20944,300,0,0,3524,0,0,0,0,0),(97510,24076,571,1,1,22089,0,1948.01,-4791.8,182.561,1.65315,300,5,0,6986,0,1,0,0,0),(97511,24076,571,1,1,22089,0,1781.07,-5267.74,183.728,0.191167,300,5,0,6986,0,1,0,0,0),(97512,24076,571,1,1,22089,0,1322.82,-3863.21,125.08,1.17615,300,5,0,6986,0,1,0,0,0),(97513,29452,571,1,1,25785,0,5518.77,-1593.1,242.396,2.4141,300,5,0,10282,0,1,0,0,0),(97514,24076,571,1,1,22089,0,1158.35,-4260.83,154.221,4.05087,300,5,0,6986,0,1,0,0,0),(97515,24076,571,1,1,22089,0,991.709,-4135.65,159.499,0.614459,300,5,0,6986,0,1,0,0,0),(97516,24076,571,1,1,22089,0,1384.23,-3559.17,156.4,0.272345,300,5,0,6986,0,1,0,0,0),(97517,23564,571,1,1,22179,1,989.607,-4467.05,167.831,2.72271,300,0,0,2395,0,0,0,0,0),(97518,23564,571,1,1,22179,1,999.554,-4486.42,168.122,3.89208,300,0,0,2395,0,0,0,0,0),(97519,23564,571,1,1,22179,1,1015.25,-4453.98,167.764,3.45575,300,0,0,2395,0,2,0,0,0),(97520,23564,571,1,1,22179,1,1033.35,-4470.98,168.594,2.04204,300,0,0,2395,0,0,0,0,0),(97521,23564,571,1,1,22179,1,984.074,-4420.7,152.241,1.90241,300,0,0,2395,0,0,0,0,0),(97522,23564,571,1,1,22179,1,1027.94,-4369.91,155.796,3.54302,300,0,0,2395,0,0,0,0,0),(97523,23564,571,1,1,22179,1,999.373,-4348.75,152.78,3.85718,300,0,0,2395,0,0,0,0,0),(97524,23564,571,1,1,22179,1,970.419,-4357.6,149.747,1.69297,300,0,0,2395,0,0,0,0,0),(97525,29452,571,1,1,25785,0,5676.17,-1314.4,230.022,2.49671,300,5,0,10282,0,1,0,0,0),(97526,23564,571,1,1,22179,1,867.061,-4382.08,142.346,6.12611,300,0,0,2395,0,0,0,0,0),(97527,23564,571,1,1,22179,1,994.655,-4390.64,150.285,2.75762,300,0,0,2395,0,0,0,0,0),(97528,23564,571,1,1,22179,1,940.523,-4493.25,156.514,6.02139,300,0,0,2395,0,0,0,0,0),(97529,23564,571,1,1,22179,1,844.627,-4490.29,148.367,0.890118,300,0,0,2395,0,0,0,0,0),(97530,23564,571,1,1,22179,1,1024.08,-4388.79,155.089,0.872665,300,0,0,2395,0,2,0,0,0),(97531,23564,571,1,1,22179,1,932.201,-4379.56,142.676,5.32325,300,0,0,2395,0,0,0,0,0),(97532,23564,571,1,1,22179,1,984.287,-4370.87,150.45,5.48033,300,0,0,2395,0,0,0,0,0),(97533,24076,571,1,1,22089,0,2009.55,-5071.98,210.446,3.73447,300,5,0,6986,0,1,0,0,0),(97534,23564,571,1,1,22179,1,874.464,-4446.45,141.434,2.24693,300,0,0,2395,0,0,0,0,0),(97535,23564,571,1,1,22179,1,802.139,-4430.05,157.324,3.12414,300,0,0,2395,0,0,0,0,0),(97537,23564,571,1,1,22179,1,872.014,-4427.53,140.338,4.39823,300,0,0,2395,0,0,0,0,0),(97538,23564,571,1,1,22179,1,845.957,-4465.6,147.067,2.6529,300,0,0,2395,0,0,0,0,0),(97539,23564,571,1,1,22179,1,858.848,-4427.53,141.346,5.51524,300,0,0,2395,0,0,0,0,0),(97540,23564,571,1,1,22179,1,913.563,-4407.94,138.796,0.401426,300,0,0,2395,0,0,0,0,0),(97541,23564,571,1,1,22179,1,898.4,-4381.65,141.958,6.03884,300,0,0,2395,0,0,0,0,0),(97542,24076,571,1,1,22089,0,1802.38,-4141.9,239.232,0.325742,300,5,0,6986,0,1,0,0,0),(97543,29452,571,1,1,25785,0,5787.76,-1354.04,229.994,5.51295,300,5,0,10282,0,1,0,0,0),(97544,29452,571,1,1,25785,0,5857.22,-1423.64,231.516,0.190067,300,5,0,10282,0,1,0,0,0),(97545,29452,571,1,1,25785,0,5516.44,-1549.8,240.719,6.23614,300,5,0,10282,0,1,0,0,0),(97546,29452,571,1,1,25785,0,5603.15,-1745.05,238.946,4.08567,300,0,0,10282,0,0,0,0,0),(97547,29452,571,1,1,25785,0,5738.06,-1323.97,230.907,3.07922,300,5,0,10282,0,1,0,0,0),(97548,29452,571,1,1,25785,0,5583.12,-1289.41,233.995,5.96231,300,5,0,10282,0,1,0,0,0),(97549,29452,571,1,1,25785,0,5821.99,-1385.2,231.793,4.83745,300,5,0,10282,0,1,0,0,0),(97550,29452,571,1,1,25785,0,5807.21,-1492.73,229.279,3.98741,300,5,0,10282,0,1,0,0,0),(97551,29452,571,1,1,25785,0,5607.47,-1488.3,230.069,4.67876,300,5,0,10282,0,1,0,0,0),(97552,29452,571,1,1,25785,0,5568.72,-1409.75,234.83,2.12841,300,5,0,10282,0,1,0,0,0),(97553,29452,571,1,1,25785,0,5652.45,-1281.1,232.348,0.012161,300,5,0,10282,0,1,0,0,0),(97554,29452,571,1,1,25785,0,5619.76,-1306.9,233.691,1.77269,300,5,0,10282,0,1,0,0,0),(97555,29452,571,1,1,25785,0,5552.92,-1446.73,237.599,4.62728,300,5,0,10282,0,1,0,0,0),(97556,31756,571,1,1,2729,0,5873.41,552.214,652.656,2.23402,300,5,0,10282,0,1,0,0,0),(97564,29708,571,1,1,0,0,7388.96,-2785.87,869.015,3.48081,120,0,0,12600,0,0,0,0,0),(97563,29708,571,1,1,0,0,7353.55,-2895.79,896.988,1.93861,120,0,0,12600,0,0,0,0,0),(97559,29452,571,1,1,25785,0,5457.43,-1510.1,248.586,5.30032,300,5,0,10282,0,1,0,0,0),(97562,29708,571,1,1,0,0,7339.31,-2827.77,886.079,2.19014,120,0,0,12600,0,0,0,0,0),(97561,29708,571,1,1,0,0,7277.57,-2735.51,872.215,5.63517,120,0,0,12600,0,0,0,0,0),(97560,29708,571,1,1,0,0,7242.65,-2660.2,899.853,5.54259,120,0,0,12600,0,0,0,0,0),(97558,29708,571,1,1,0,0,7227.96,-2659.8,866.796,2.98897,120,0,0,12600,0,0,0,0,0),(97557,29708,571,1,1,0,0,7152.35,-2669.39,849.617,5.76031,120,0,0,12600,0,0,0,0,0),(97565,23821,571,1,1,11686,0,665.419,-4900.05,33.7387,0.191986,300,0,0,8982,0,0,0,0,0),(97566,23821,571,1,1,11686,0,708.066,-4988.52,11.1821,4.18879,300,0,0,8982,0,0,0,0,0),(97567,23821,571,1,1,11686,0,695.418,-4933.51,39.5184,5.91667,300,0,0,8982,0,0,0,0,0),(97568,23821,571,1,1,11686,0,703.468,-4938.73,6.06379,2.51327,300,0,0,8982,0,0,0,0,0),(97569,23821,571,1,1,11686,0,699.645,-5009.12,12.5412,1.20428,300,0,0,8982,0,0,0,0,0),(97570,23821,571,1,1,11686,0,536.041,-5028.99,12.2357,1.0821,300,0,0,8982,0,0,0,0,0),(97571,23821,571,1,1,11686,0,628.769,-4914.92,22.8452,3.1765,300,0,0,8982,0,0,0,0,0),(97572,23821,571,1,1,11686,0,609.976,-4929.38,23.0718,2.46091,300,0,0,8982,0,0,0,0,0),(97573,23821,571,1,1,11686,0,684.588,-4990.05,10.1367,0.785398,300,0,0,8982,0,0,0,0,0),(97574,26381,571,1,1,9509,0,3847.87,1486.3,92.1439,1.65806,300,0,0,58850,0,0,0,0,0),(97576,23565,571,1,1,21620,0,3826.67,-1955.96,208.749,5.75959,300,0,0,210,0,0,0,0,0),(97577,29965,571,1,1,26665,1,2966.9,4078.35,27.637,3.05433,300,0,0,8982,0,0,0,0,0),(97578,24845,571,1,1,17188,0,316.668,-5723.69,96.2434,3.07178,300,0,0,8982,0,0,0,0,0),(97579,23821,571,1,1,11686,0,540.927,-4991.27,13.0193,5.95157,300,0,0,8982,0,0,0,0,0),(97580,23821,571,1,1,11686,0,691.467,-5000.09,8.89119,3.54302,300,0,0,8982,0,0,0,0,0),(97581,23821,571,1,1,11686,0,655.549,-4971.56,10.6394,3.63029,300,0,0,8982,0,0,0,0,0),(97582,23821,571,1,1,11686,0,683.334,-5061.74,4.07586,3.94444,300,0,0,8982,0,0,0,0,0),(97583,23821,571,1,1,11686,0,679.24,-4917.05,16.5412,3.40339,300,0,0,8982,0,0,0,0,0),(97584,23821,571,1,1,11686,0,702.55,-4976.39,7.90464,2.60054,300,0,0,8982,0,0,0,0,0),(97585,23821,571,1,1,11686,0,699.872,-4924.96,9.16717,1.88496,300,0,0,8982,0,0,0,0,0),(97586,23821,571,1,1,11686,0,556.586,-4935.06,49.4492,1.5708,300,0,0,8982,0,0,0,0,0),(97587,23821,571,1,1,11686,0,585.868,-5033.94,5.54553,4.85202,300,0,0,8982,0,0,0,0,0),(97588,23821,571,1,1,11686,0,620.252,-4948.73,7.74779,5.91667,300,0,0,8982,0,0,0,0,0),(97589,28685,571,1,1,25603,1,5755.74,697.696,618.553,0.820305,300,0,0,10635,0,0,0,0,0),(97590,27149,571,1,1,24337,0,750.238,-2948.86,8.58721,0.733038,300,0,0,3524,0,0,0,0,0),(97591,29965,571,1,1,26665,1,2942.96,4143.64,30.0912,1.67552,300,0,0,8982,0,2,0,0,0),(97592,29965,571,1,1,26665,1,3026.85,3977.2,27.5372,5.5676,300,0,0,8982,0,0,0,0,0),(97594,23821,571,1,1,11686,0,660.843,-4983.47,17.468,5.68977,300,0,0,8982,0,0,0,0,0),(97595,23821,571,1,1,11686,0,707.04,-5008.7,11.2768,3.22886,300,0,0,8982,0,0,0,0,0),(97596,23821,571,1,1,11686,0,619.776,-4913.16,39.8215,0.593412,300,0,0,8982,0,0,0,0,0),(97597,23821,571,1,1,11686,0,701.312,-4929.84,8.36553,5.84685,300,0,0,8982,0,0,0,0,0),(97598,23821,571,1,1,11686,0,706.22,-4943.64,8.58528,0.436332,300,0,0,8982,0,0,0,0,0),(97599,23821,571,1,1,11686,0,640.545,-4938.43,6.34529,3.59538,300,0,0,8982,0,0,0,0,0),(97600,23821,571,1,1,11686,0,695.49,-5044.17,30.4676,3.87463,300,0,0,8982,0,0,0,0,0),(97601,29965,571,1,1,26665,1,3000.27,3947.71,25.6228,5.84685,300,0,0,8982,0,0,0,0,0),(97602,23821,571,1,1,11686,0,720.396,-4997.27,7.59481,1.11701,300,0,0,8982,0,0,0,0,0),(97603,23821,571,1,1,11686,0,689.505,-4978.65,18.2918,5.68977,300,0,0,8982,0,0,0,0,0),(97604,23821,571,1,1,11686,0,708.988,-5032.35,30.1727,2.53073,300,0,0,8982,0,0,0,0,0),(97605,23821,571,1,1,11686,0,629.462,-4922.9,33.6608,5.63741,300,0,0,8982,0,0,0,0,0),(97606,23821,571,1,1,11686,0,534.544,-5014.93,11.9741,3.35103,300,0,0,8982,0,0,0,0,0),(97607,23821,571,1,1,11686,0,707.729,-5041.37,28.309,4.39823,300,0,0,8982,0,0,0,0,0),(97608,23821,571,1,1,11686,0,593.939,-4945.39,22.3383,2.86234,300,0,0,8982,0,0,0,0,0),(97609,23821,571,1,1,11686,0,712.647,-4985.65,8.01944,3.94444,300,0,0,8982,0,0,0,0,0),(97610,23821,571,1,1,11686,0,686.509,-4944.96,35.6323,4.90438,300,0,0,8982,0,0,0,0,0),(97611,23821,571,1,1,11686,0,608.239,-4962.85,5.73023,3.66519,300,0,0,8982,0,0,0,0,0),(97612,23821,571,1,1,11686,0,706.727,-5022.23,4.83732,0.191986,300,0,0,8982,0,0,0,0,0),(97613,23821,571,1,1,11686,0,669.042,-4957.55,5.99286,0.296706,300,0,0,8982,0,0,0,0,0),(97614,23821,571,1,1,11686,0,660.661,-4990.35,9.70188,4.92183,300,0,0,8982,0,0,0,0,0),(97615,23821,571,1,1,11686,0,591.259,-5043.27,2.91598,3.4383,300,0,0,8982,0,0,0,0,0),(97616,23821,571,1,1,11686,0,668.531,-4972.79,34.1209,1.90241,300,0,0,8982,0,0,0,0,0),(97617,23821,571,1,1,11686,0,669.73,-4971.56,12.4091,0.401426,300,0,0,8982,0,0,0,0,0),(97618,23821,571,1,1,11686,0,601.587,-4932.83,48.2717,1.16937,300,0,0,8982,0,0,0,0,0),(97619,23821,571,1,1,11686,0,689.642,-4924.42,16.6611,1.53589,300,0,0,8982,0,0,0,0,0),(97620,23821,571,1,1,11686,0,695.692,-4991.13,23.9225,3.90954,300,0,0,8982,0,0,0,0,0),(97621,23821,571,1,1,11686,0,698.875,-4955.25,8.71105,2.1293,300,0,0,8982,0,0,0,0,0),(97622,23821,571,1,1,11686,0,679.692,-4900.57,29.5638,1.65806,300,0,0,8982,0,0,0,0,0),(97623,23821,571,1,1,11686,0,698.304,-4941.69,27.7023,4.20624,300,0,0,8982,0,0,0,0,0),(97624,23821,571,1,1,11686,0,686.142,-4973.47,6.42949,0.087266,300,0,0,8982,0,0,0,0,0),(97625,23821,571,1,1,11686,0,591.193,-4949.51,38.5696,1.85005,300,0,0,8982,0,0,0,0,0),(97626,23821,571,1,1,11686,0,708.665,-5036.34,13.2793,5.81195,300,0,0,8982,0,0,0,0,0),(97627,23821,571,1,1,11686,0,694.672,-4946.31,32.0659,4.36332,300,0,0,8982,0,0,0,0,0),(97628,23821,571,1,1,11686,0,700.076,-5019.04,16.0596,2.6529,300,0,0,8982,0,0,0,0,0),(97629,23821,571,1,1,11686,0,590.112,-4970.21,5.06862,5.14872,300,0,0,8982,0,0,0,0,0),(97630,23821,571,1,1,11686,0,548.565,-5021.88,22.0371,5.95157,300,0,0,8982,0,0,0,0,0),(97631,23821,571,1,1,11686,0,686.611,-4918.3,11.5724,2.51327,300,0,0,8982,0,0,0,0,0),(97632,24333,571,1,1,22270,1,1441.68,-3255.99,167.384,4.01426,300,0,0,6986,0,0,0,0,0),(97633,29453,571,1,1,26255,0,5781.39,-1613.62,296.808,5.19362,300,5,0,10282,0,1,0,0,0),(97634,29453,571,1,1,26255,0,5736.42,-1453.63,267.501,3.29826,300,0,0,10282,0,2,0,0,0),(97635,29453,571,1,1,26255,0,5621.15,-1442.47,258.874,2.07919,300,5,0,10282,0,1,0,0,0),(97636,24077,571,1,1,22090,0,800.67,-4957.77,-0.101129,2.44346,300,0,0,6986,0,0,0,0,0),(97637,24077,571,1,1,22091,0,847.273,-4986.74,3.37081,3.29867,300,0,0,6986,0,0,0,0,0),(97638,24077,571,1,1,22091,0,835.849,-4953.17,4.22657,2.6529,300,0,0,6986,0,0,0,0,0),(97639,24077,571,1,1,22090,0,851.424,-4968.91,3.51044,0.20944,300,0,0,6986,0,0,0,0,0),(97640,24077,571,1,1,22091,0,809.205,-4885.26,1.79819,2.3911,300,0,0,6986,0,0,0,0,0),(97641,24077,571,1,1,22090,0,883.516,-4955.1,2.21747,3.36848,300,0,0,6986,0,0,0,0,0),(97642,24077,571,1,1,22091,0,818.556,-4962.69,1.76133,0.139626,300,0,0,6986,0,0,0,0,0),(97643,24077,571,1,1,22090,0,818.341,-4909.24,2.18451,5.77704,300,0,0,6986,0,0,0,0,0),(97644,24077,571,1,1,22091,0,864.304,-4930.57,5.03947,3.49066,300,0,0,6986,0,0,0,0,0),(97645,24077,571,1,1,22091,0,815.715,-4930.8,2.15743,4.4855,300,0,0,6986,0,0,0,0,0),(97646,24077,571,1,1,22091,0,853.642,-4952.42,3.45587,0.890118,300,0,0,6986,0,0,0,0,0),(54505,25613,571,1,2,0,0,1295.29,5661.32,12.1828,0.826902,300,0,0,6986,2991,0,0,0,0),(54504,25613,571,1,2,0,0,1235.97,5625.42,6.55145,5.74896,300,0,0,6986,2991,0,0,0,0),(54503,25613,571,1,2,0,0,1260.51,5656,7.03452,5.58009,300,0,0,6986,2991,0,0,0,0),(54502,25613,571,1,2,0,0,1339.98,5570.77,12.1186,1.75127,300,0,0,6986,2991,0,0,0,0),(54501,25613,571,1,2,0,0,1405.99,5440.78,22.4214,1.83766,300,0,0,6986,2991,0,0,0,0),(54500,25613,571,1,2,0,0,1428.55,5476.22,22.4155,2.74921,300,0,0,6986,2991,0,0,0,0),(97653,31757,571,1,1,27727,0,5862.66,545.745,652.656,3.27518,300,5,0,10282,0,1,0,0,0),(97654,28686,571,1,1,25604,0,5671.43,724.478,653.412,2.08769,300,0,0,8508,7981,0,0,0,0),(97655,29454,571,1,1,26256,0,5690.98,-1382.48,234.778,1.50098,300,0,0,9940,0,0,0,0,0),(97656,29966,571,1,1,26667,1,695.121,-2917.31,11.6554,1.02317,300,5,0,8982,0,1,0,0,0),(97657,27150,571,1,1,24338,0,736.227,-2934.89,7.3809,5.81195,300,0,0,3524,0,0,0,0,0),(97658,29966,571,1,1,26668,1,767.059,-2969.43,10.933,4.83456,300,0,0,8982,0,0,0,0,0),(97659,29966,571,1,1,26667,1,787.548,-2963.88,9.5121,4.92183,300,0,0,8982,0,0,0,0,0),(97660,26382,571,1,1,23809,1,4532.54,-4214.23,170.644,5.98648,300,0,0,10635,0,0,0,0,0),(97661,26126,571,1,1,11489,0,4215.86,4673.95,4.21341,4.32617,300,9,0,8982,0,1,0,0,0),(97662,26126,571,1,1,7847,0,4143.14,4550.1,11.8416,3.43812,300,9,0,8982,0,1,0,0,0),(97663,26126,571,1,1,7847,0,4182.8,4647.51,12.5106,2.08985,300,9,0,8982,0,1,0,0,0),(97664,26126,571,1,1,7847,0,4142.42,4683.54,12.9603,2.13902,300,9,0,8982,0,1,0,0,0),(97665,26126,571,1,1,775,0,4088.37,4551.6,14.4261,4.78961,300,9,0,8982,0,1,0,0,0),(97666,26126,571,1,1,7847,0,4110.37,4648.76,11.9121,4.82406,300,9,0,8982,0,1,0,0,0),(97667,26126,571,1,1,775,0,4226.15,4748.2,11.9476,2.60366,300,9,0,8982,0,1,0,0,0),(97668,26126,571,1,1,7847,0,4087.72,4610.66,11.8416,0.302074,300,9,0,8982,0,1,0,0,0),(97669,26126,571,1,1,7847,0,4256.28,4588.71,19.9515,5.30755,300,9,0,8982,0,1,0,0,0),(97670,26126,571,1,1,7847,0,4071.53,4782.03,-2.03593,-1.27376,300,9,0,8982,0,1,0,0,0),(97671,26126,571,1,1,7847,0,4095.05,4683.75,11.7693,0.72306,300,9,0,8982,0,1,0,0,0),(97672,26126,571,1,1,7847,0,4276.73,4761.59,22.8744,1.51441,300,9,0,8982,0,1,0,0,0),(97673,26126,571,1,1,7847,0,4187.16,4639.78,11.7606,4.85368,300,9,0,8982,0,1,0,0,0),(97674,26126,571,1,1,775,0,4280.65,4480.42,45.066,5.13175,300,9,0,8982,0,1,0,0,0),(97675,26126,571,1,1,775,0,4090.87,4555.58,13.1099,2.10053,300,9,0,8982,0,1,0,0,0),(97676,24334,571,1,1,25758,0,2126.66,-5741.75,219.84,3.07178,300,0,0,8982,3155,0,0,0,0),(84213,37543,530,1,1,0,0,9648.34,-7119.1,28.4759,0,120,0,0,1,0,0,0,0,0),(84214,37543,530,1,1,0,0,9665.38,-7136.05,28.5894,0,120,0,0,1,0,0,0,0,0),(84215,37574,530,1,1,0,0,9568.38,-7194.52,24.6899,4.66003,120,0,0,1,0,0,0,0,0),(84216,37574,530,1,1,0,0,9530.64,-7189.84,31.8701,4.66003,120,0,0,1,0,0,0,0,0),(84217,37543,530,1,1,0,0,9530.57,-7220.37,30.4421,1.22173,120,0,0,1,0,0,0,0,0),(84218,37574,530,1,1,0,0,9520.1,-7188.82,31.8431,4.66003,120,0,0,1,0,0,0,0,0),(84219,37574,530,1,1,0,0,9676.03,-7346.33,22.964,4.66003,120,0,0,1,0,0,0,0,0),(84220,37574,530,1,1,0,0,9683.44,-7394.6,24.1416,4.66003,120,0,0,1,0,0,0,0,0),(84221,37574,530,1,1,0,0,9532.22,-7239.83,24.7439,4.66003,120,0,0,1,0,0,0,0,0),(136282,34134,603,3,1,0,0,1819.62,-357.744,413.152,0.42,604800,0,0,1,0,2,0,0,0),(97697,26126,571,1,1,7847,0,4419.23,4683.84,39.998,2.14181,300,9,0,8982,0,1,0,0,0),(97698,26126,571,1,1,775,0,4218.3,4680.59,4.21341,4.50528,300,9,0,8982,0,1,0,0,0),(97699,26126,571,1,1,7847,0,4145.19,4546.82,11.8416,3.67596,300,9,0,8982,0,1,0,0,0),(97700,26126,571,1,1,7847,0,4427.01,4748.25,23.2708,5.10487,300,9,0,8982,0,1,0,0,0),(97701,26126,571,1,1,775,0,4348.43,4753.46,23.7679,4.98449,300,9,0,8982,0,1,0,0,0),(97702,26126,571,1,1,11489,0,4346.41,4688.11,25.7976,0.806878,300,9,0,8982,0,1,0,0,0),(97703,26126,571,1,1,7847,0,4455.06,4654.67,58.3642,0.549736,300,9,0,8982,0,1,0,0,0),(97704,26126,571,1,1,7847,0,4322.13,4646.87,16.4954,4.54949,300,9,0,8982,0,1,0,0,0),(97705,26126,571,1,1,775,0,4221.6,4748.6,11.9476,2.54637,300,9,0,8982,0,1,0,0,0),(97706,26126,571,1,1,775,0,4348.82,4455.75,76.4265,4.25253,300,9,0,8982,0,1,0,0,0),(97707,26126,571,1,1,11489,0,4403.58,4569.1,88.7786,2.77507,300,9,0,8982,0,1,0,0,0),(97708,26126,571,1,1,7847,0,4388.25,4602.2,87.3847,1.88496,300,9,0,8982,0,1,0,0,0),(97709,31758,571,1,1,27692,0,5851.52,544.178,652.739,0.942478,300,0,0,10282,0,0,0,0,0),(97710,29455,571,1,1,26257,0,5753.12,-1481.07,236.346,2.33874,300,0,0,9610,0,0,0,0,0),(97711,27151,571,1,1,24339,0,801.208,-2948.57,6.74354,1.98968,300,0,0,3524,0,0,0,0,0),(97712,28175,571,1,1,28105,1,5448.66,-2639.83,306.551,1.54325,300,0,0,341370,0,0,0,0,0),(97713,31247,571,1,1,27533,1,6178.93,-1053.07,411.088,4.24115,300,0,0,11770,0,0,0,0,0),(97714,28687,571,1,1,25605,0,5847.97,635.435,647.574,1.0472,300,0,0,8508,7981,0,0,0,0),(97715,24335,571,1,1,17188,0,2125.08,-5742.05,220.538,1.23918,300,0,0,8982,3155,0,0,0,0),(97716,29967,571,1,1,26673,1,7813.13,-2960.96,1257.56,1.16937,300,0,0,12175,0,0,0,0,0),(97717,25615,571,1,1,24855,0,3956.78,4133.05,49.5333,3.91732,300,13,0,8982,0,1,0,0,0),(97718,16029,533,3,1,0,0,3008.16,-3239.03,294.063,1.44838,300,0,0,8982,0,2,0,0,0),(97719,25615,571,1,1,24855,0,3952.9,3970.77,60.0636,3.63446,300,0,0,8982,0,2,0,0,0),(97720,25615,571,1,1,24855,0,3903.5,4084.43,37.495,6.14502,300,13,0,8982,0,1,0,0,0),(97721,25615,571,1,1,24855,0,3878.63,3980.13,40.5702,4.66648,300,13,0,8982,0,1,0,0,0),(97722,27335,571,1,1,0,0,3721.16,-1150.44,119.704,0.930225,300,0,0,8982,0,2,0,0,0),(97723,25615,571,1,1,24855,0,3787.8,3878.9,39.2818,4.79058,300,13,0,8982,0,1,0,0,0),(97724,16029,533,3,1,0,0,3103.86,-3199.29,294.063,0.315537,300,0,0,8982,0,2,0,0,0),(97725,25615,571,1,1,24855,0,4084.24,4343.39,27.6652,0.177243,300,13,0,8982,0,1,0,0,0),(97726,25615,571,1,1,24855,0,3886.89,3861.1,65.6877,5.6942,300,13,0,8982,0,1,0,0,0),(97727,25615,571,1,1,24855,0,3873.27,4094.66,32.0457,2.70587,300,13,0,8982,0,1,0,0,0),(97728,25615,571,1,1,24855,0,3909.28,4187.81,37.2558,3.02123,300,13,0,8982,0,1,0,0,0),(97729,25615,571,1,1,24855,0,4177.01,4423.03,27.8752,3.55772,300,13,0,8982,0,1,0,0,0),(97730,25615,571,1,1,24855,0,3792.82,3907.21,32.7564,1.55334,300,13,0,8982,0,1,0,0,0),(1976498,30591,571,1,2,0,0,7331.17,-1080.68,909.473,4.68706,300,0,0,12175,3893,0,0,0,0),(97732,25615,571,1,1,24855,0,3782,3894.58,32.1127,5.56895,300,13,0,8982,0,1,0,0,0),(97734,25615,571,1,1,24855,0,3896.95,3989.39,43.7639,1.53126,300,13,0,8982,0,1,0,0,0),(97735,25615,571,1,1,24855,0,3877.43,4186.51,35.0297,3.06632,300,13,0,8982,0,1,0,0,0),(97736,16029,533,3,1,0,0,2992.32,-3175.45,294.072,3.85647,300,0,0,8982,0,2,0,0,0),(97737,25615,571,1,1,24855,0,3981.3,4186.23,40.4369,2.10351,300,13,0,8982,0,1,0,0,0),(97738,25615,571,1,1,24855,0,3912.27,4095.72,39.6357,0.792304,300,13,0,8982,0,1,0,0,0),(97739,25615,571,1,1,24855,0,3988.59,4082.36,55.7409,1.60619,300,13,0,8982,0,1,0,0,0),(97740,25615,571,1,1,24855,0,4281.17,4411.66,57.3684,5.15681,300,13,0,8982,0,1,0,0,0),(97741,25615,571,1,1,24855,0,4284.39,4314.67,88.7312,5.75399,300,13,0,8982,0,1,0,0,0),(97742,25615,571,1,1,24855,0,4086.01,4225.22,45.6164,5.56344,300,13,0,8982,0,1,0,0,0),(97743,25615,571,1,1,24855,0,4254.72,4229.21,100.588,4.09539,300,13,0,8982,0,1,0,0,0),(97744,25615,571,1,1,24855,0,4200.89,4209.7,82.3264,5.79136,300,13,0,8982,0,1,0,0,0),(97745,25615,571,1,1,24855,0,4153.37,4120.63,91.5666,5.79288,300,13,0,8982,0,1,0,0,0),(97746,25615,571,1,1,24855,0,3929.1,3946.59,63.0838,0.875549,300,13,0,8982,0,1,0,0,0),(97747,16029,533,3,1,0,0,3112.75,-3093.26,294.075,5.979,300,0,0,8982,0,2,0,0,0),(97748,24336,571,1,1,17200,0,2118.94,-5743.35,224.797,1.93731,300,0,0,8982,3155,0,0,0,0),(97749,26896,571,1,1,7112,0,4672.77,909.34,121.101,1.27409,300,0,0,10635,0,0,0,0,0),(97750,28176,571,1,1,16029,0,5445.1,-2641.46,306.634,0.750492,300,0,0,106350,14244,0,0,0,0),(97751,29968,571,1,1,26672,1,7824.22,-2909.74,1242.01,2.70526,300,0,0,12175,0,0,0,0,0),(97752,27408,571,1,1,22042,0,3662.94,-5412.38,31.4403,2.77414,300,0,0,9610,0,0,0,0,0),(97753,30480,571,1,1,26976,0,8121.11,-2843.2,1043.86,1.93731,300,5,0,12175,3893,1,0,0,0),(97754,27408,571,1,1,22042,0,3661.83,-5457.51,27.9513,5.51898,300,5,0,9610,0,1,0,0,0),(97755,30480,571,1,1,26977,0,8209.12,-2872.85,1137.89,4.90438,300,5,0,12175,3893,1,0,0,0),(97756,30480,571,1,1,26977,0,8130.77,-2928.68,1050.72,4.85024,300,0,0,12175,3893,0,0,0,0),(97757,30480,571,1,1,26974,0,8159.45,-2934.03,1077.73,5.48033,300,5,0,12175,3893,1,0,0,0),(97758,30480,571,1,1,26976,0,8152.69,-2913.71,1050.73,0.174533,300,5,0,12175,3893,1,0,0,0),(97759,27408,571,1,1,22042,0,3852.55,-4261.19,214.681,2.18118,300,5,0,9610,0,1,0,0,0),(97760,27408,571,1,1,22042,0,3862.21,-4445.19,204.999,5.92812,300,5,0,9610,0,1,0,0,0),(97761,27408,571,1,1,22042,0,3869.88,-4411.48,198.193,0.903058,300,5,0,9610,0,1,0,0,0),(97762,27408,571,1,1,22042,0,3961.66,-4379.66,253.762,2.85206,300,5,0,9610,0,1,0,0,0),(97763,30480,571,1,1,26976,0,8088.39,-2735.11,1028.79,6.07375,300,5,0,12175,3893,1,0,0,0),(97764,27408,571,1,1,22042,0,3836.44,-4760.7,139.853,3.7015,300,5,0,9610,0,1,0,0,0),(97765,27408,571,1,1,22042,0,3964.67,-4712.88,150.847,3.39387,300,5,0,9610,0,1,0,0,0),(97766,27408,571,1,1,22042,0,3774.63,-4204.76,188.9,2.71799,300,5,0,9610,0,1,0,0,0),(97767,27408,571,1,1,22042,0,4035.28,-4275.15,252.35,1.75601,300,5,0,9610,0,1,0,0,0),(97768,27408,571,1,1,22042,0,3848.42,-4735.73,142.728,5.79611,300,5,0,9610,0,1,0,0,0),(97769,27408,571,1,1,22042,0,3838.61,-4630.43,174.345,3.93813,300,5,0,9610,0,1,0,0,0),(97770,27408,571,1,1,22042,0,3796.96,-4642.34,173.146,1.50307,300,5,0,9610,0,1,0,0,0),(97771,27408,571,1,1,22042,0,4140.74,-4415.49,259.728,5.57768,300,5,0,9610,0,1,0,0,0),(97772,27408,571,1,1,22042,0,4440.24,-4521.07,116.118,4.7965,300,5,0,9610,0,1,0,0,0),(97773,27408,571,1,1,22042,0,4608.22,-4963.38,48.7676,3.48574,300,5,0,9610,0,1,0,0,0),(97774,27408,571,1,1,22042,0,4639.56,-4984.54,49.5501,5.16118,300,5,0,9610,0,1,0,0,0),(97775,27408,571,1,1,22042,0,4579.3,-4712.5,62.9794,3.97008,300,5,0,9610,0,1,0,0,0),(97776,27408,571,1,1,22042,0,4487.07,-4569.45,103.792,1.49338,300,5,0,9610,0,1,0,0,0),(97777,27408,571,1,1,22042,0,4506.92,-4559.65,105.539,1.77896,300,5,0,9610,0,1,0,0,0),(97778,27408,571,1,1,22042,0,3901.58,-4828.39,108.958,0.904343,300,5,0,9610,0,1,0,0,0),(97779,27408,571,1,1,22042,0,3985.77,-4747.13,134.725,0.921495,300,5,0,9610,0,1,0,0,0),(97780,27408,571,1,1,22042,0,4223.29,-4473.52,207.388,4.37081,300,5,0,9610,0,1,0,0,0),(97781,27408,571,1,1,22042,0,4286.62,-4430.53,178.816,6.2578,300,5,0,9610,0,1,0,0,0),(97782,27408,571,1,1,22042,0,4269.79,-4512.42,170.397,1.94776,300,5,0,9610,0,1,0,0,0),(97783,27408,571,1,1,22042,0,4199.33,-4417.74,226.521,2.96868,300,5,0,9610,0,1,0,0,0),(97784,27408,571,1,1,22042,0,4451.16,-4469.34,135.387,1.32942,300,5,0,9610,0,1,0,0,0),(97785,27408,571,1,1,22042,0,4252.52,-4381.6,184.782,5.0755,300,5,0,9610,0,1,0,0,0),(97786,27408,571,1,1,22042,0,4243.97,-4321.52,196.345,0.40879,300,5,0,9610,0,1,0,0,0),(97787,27408,571,1,1,22042,0,4102.51,-4273.16,253.235,0.844596,300,5,0,9610,0,1,0,0,0),(97788,27408,571,1,1,22042,0,4219.72,-4944.98,28.393,0.949306,300,5,0,9610,0,1,0,0,0),(97789,30480,571,1,1,26977,0,8228.24,-2751.23,1038.53,0.15708,300,5,0,12175,3893,1,0,0,0),(97790,27408,571,1,1,22042,0,4129.4,-4658.97,109.493,0.205269,300,5,0,9610,0,1,0,0,0),(97791,27408,571,1,1,22042,0,4549.06,-4677.1,73.5501,6.14514,300,5,0,9610,0,1,0,0,0),(97792,27408,571,1,1,22042,0,3771.99,-4510.08,195.44,1.24435,300,5,0,9610,0,1,0,0,0),(97793,27408,571,1,1,22042,0,3902.72,-5094.44,77.1386,2.48649,300,0,0,9610,0,0,0,0,0),(97794,27408,571,1,1,22042,0,3780.46,-4414.5,185.007,5.51436,300,5,0,9610,0,1,0,0,0),(97795,27408,571,1,1,22042,0,4364.31,-4589.54,110.812,4.19373,300,5,0,9610,0,1,0,0,0),(97796,27408,571,1,1,22042,0,4019.76,-4672.87,147.417,3.10226,300,5,0,9610,0,1,0,0,0),(97797,27408,571,1,1,22042,0,4230.59,-4661.11,106.383,5.19064,300,0,0,9610,0,0,0,0,0),(97798,27408,571,1,1,22042,0,4348.82,-4938.13,29.0471,2.21333,300,0,0,9610,0,0,0,0,0),(97799,27408,571,1,1,22042,0,4248.63,-4687.04,85.6875,6.27733,300,0,0,9610,0,0,0,0,0),(97800,27408,571,1,1,22042,0,4355.44,-4896.43,34.0856,-1.00328,300,5,0,9610,0,1,0,0,0),(97801,27408,571,1,1,22042,0,4297.57,-4667.56,92.866,-0.041429,300,0,0,9610,0,0,0,0,0),(97802,27408,571,1,1,22042,0,4247.45,-4685.99,86.4109,0.015367,300,0,0,9610,0,0,0,0,0),(97803,27408,571,1,1,22042,0,4355.26,-4857.69,37.5821,-0.91342,300,0,0,9610,0,0,0,0,0),(97804,27408,571,1,1,22042,0,4517.02,-4823.9,44.4616,3.89728,300,5,0,9610,0,1,0,0,0),(97805,27408,571,1,1,22042,0,4419.07,-4846.82,36.3231,-2.8591,300,0,0,9610,0,0,0,0,0),(97806,27408,571,1,1,22042,0,4303.58,-4596.11,126.036,4.65082,300,5,0,9610,0,1,0,0,0),(97807,27408,571,1,1,22042,0,4008.33,-4484.9,268.638,5.76413,300,5,0,9610,0,1,0,0,0),(97808,27408,571,1,1,22042,0,4573.18,-4974.07,46.495,3.94337,300,5,0,9610,0,1,0,0,0),(97809,27408,571,1,1,22042,0,4382.83,-4855.87,38.3061,-2.75461,300,0,0,9610,0,0,0,0,0),(97810,27408,571,1,1,22042,0,4386.75,-4919.92,30.5437,0.507769,300,5,0,9610,0,1,0,0,0),(97811,27408,571,1,1,22042,0,4412.93,-4789.24,43.1156,-1.57717,300,0,0,9610,0,0,0,0,0),(97812,27408,571,1,1,22042,0,4222.5,-4753.12,70.2462,4.597,300,5,0,9610,0,1,0,0,0),(97813,27408,571,1,1,22042,0,4417.2,-4715.31,65.7537,4.20681,300,5,0,9610,0,1,0,0,0),(97814,27408,571,1,1,22042,0,4477.9,-4741.07,60.2714,0.393613,300,5,0,9610,0,1,0,0,0),(97815,27408,571,1,1,22042,0,3992.01,-4523.43,195.607,2.84489,300,0,0,9610,0,0,0,0,0),(97816,27408,571,1,1,22042,0,4178.78,-4746.74,73.8052,1.16553,300,5,0,9610,0,1,0,0,0),(97817,27408,571,1,1,22042,0,4448.62,-4678.54,75.0686,0.348938,300,5,0,9610,0,1,0,0,0),(97818,27408,571,1,1,22042,0,4171.12,-4812.46,63.9083,3.26134,300,5,0,9610,0,1,0,0,0),(97819,27408,571,1,1,22042,0,4152.05,-5054.68,18.5362,2.61097,300,0,0,9610,0,0,0,0,0),(97820,27408,571,1,1,22042,0,4517.76,-4731.81,61.0695,1.89542,300,0,0,9610,0,0,0,0,0),(97821,27408,571,1,1,22042,0,4486.33,-4773.9,52.1824,1.59114,300,5,0,9610,0,1,0,0,0),(97822,27408,571,1,1,22042,0,4411.15,-4908.17,30.3947,4.59047,300,5,0,9610,0,1,0,0,0),(97823,27408,571,1,1,22042,0,4295.24,-4807.06,46.2553,3.06116,300,5,0,9610,0,1,0,0,0),(97824,27408,571,1,1,22042,0,4216.37,-4951.57,26.2037,0.559841,300,5,0,9610,0,1,0,0,0),(97825,27408,571,1,1,22042,0,4219.77,-4749.8,71.3712,5.42145,300,5,0,9610,0,1,0,0,0),(97826,27408,571,1,1,22042,0,4372.7,-4941.36,29.8972,-0.192821,300,0,0,9610,0,0,0,0,0),(97827,27408,571,1,1,22042,0,4354.7,-4884.49,34.0263,1.58413,300,5,0,9610,0,1,0,0,0),(97828,27408,571,1,1,22042,0,4374.49,-4912.62,32.1725,1.43562,300,0,0,9610,0,0,0,0,0),(97829,27408,571,1,1,22042,0,4342.67,-4841.83,38.8653,6.24996,300,5,0,9610,0,1,0,0,0),(97830,27408,571,1,1,22042,0,3245.02,-3020.31,152.492,4.62827,300,5,0,9610,0,1,0,0,0),(97832,27408,571,1,1,22042,0,3373.01,-3008.71,192.651,1.30302,300,0,0,9610,0,0,0,0,0),(97833,30480,571,1,1,26974,0,8188.66,-2878.43,1145.07,0.05236,300,5,0,12175,3893,1,0,0,0),(97834,30480,571,1,1,26974,0,8106.35,-2698.86,1041.79,5.53269,300,5,0,12175,3893,1,0,0,0),(97835,30480,571,1,1,26974,0,8212.84,-2899.06,1104.13,0.645772,300,5,0,12175,3893,1,0,0,0),(97836,30480,571,1,1,26975,0,8289.99,-2693.91,1034.81,1.38821,300,0,0,12175,3893,0,0,0,0),(97837,30480,571,1,1,26977,0,8271.92,-2690.7,1034.02,5.3058,300,5,0,12175,3893,1,0,0,0),(97838,30480,571,1,1,26976,0,8142.04,-2911.77,1132.56,5.70723,300,5,0,12175,3893,1,0,0,0),(97839,30480,571,1,1,26974,0,8143.09,-2823.76,1058.86,3.85718,300,5,0,12175,3893,1,0,0,0),(97840,30480,571,1,1,26977,0,8110.15,-2714.9,1029.49,0.203834,300,5,0,12175,3893,1,0,0,0),(97841,30480,571,1,1,26974,0,8076.65,-2786.27,1049.15,1.41513,300,0,0,12175,3893,0,0,0,0),(97842,30480,571,1,1,26976,0,8107.28,-2806.46,1060.04,5.2709,300,5,0,12175,3893,1,0,0,0),(97843,30480,571,1,1,26974,0,8136.09,-2695.58,1032.79,4.99164,300,5,0,12175,3893,1,0,0,0),(97844,30480,571,1,1,26975,0,8255.47,-2890.94,1079.43,1.46608,300,5,0,12175,3893,1,0,0,0),(97845,30480,571,1,1,26974,0,8178.45,-2930.59,1137.58,0.401426,300,5,0,12175,3893,1,0,0,0),(97846,30480,571,1,1,26976,0,8203.5,-2921.42,1083.54,3.89208,300,5,0,12175,3893,1,0,0,0),(97847,24081,571,1,1,22155,0,366.909,-4570.04,244.254,1.37881,300,0,0,8982,0,0,0,0,0),(97848,24081,571,1,1,22152,0,372.9,-4562.37,245.223,3.76991,300,0,0,8982,0,0,0,0,0),(97849,24081,571,1,1,22152,0,422.557,-4599.8,242.469,4.11898,300,0,0,8982,0,0,0,0,0),(97850,24081,571,1,1,22153,0,385.299,-4592.19,243.732,6.02139,300,0,0,8982,0,0,0,0,0),(97851,30737,571,1,1,27304,1,5564.83,5761.14,-75.1426,1.5708,300,0,0,50400,0,0,0,0,0),(97852,30737,571,1,1,27306,1,5588.94,5739.51,-71.3437,4.24115,300,0,0,50400,0,0,0,0,0),(97853,30737,571,1,1,27304,1,5621.26,5805.42,-71.0946,3.12053,300,5,0,50400,0,1,0,0,0),(97854,30737,571,1,1,27306,1,5622.66,5803.97,-71.3204,3.12112,300,5,0,50400,0,1,0,0,0),(97855,28177,571,1,1,16030,0,5446.51,-2640.26,306.634,3.82227,300,0,0,82256,13864,0,0,0,0),(97856,29969,571,1,1,26674,1,7796.92,-2950.78,1257.76,0.645772,300,0,0,12175,0,0,0,0,0),(97897,25617,571,1,1,23280,1,2646.97,5298.67,34.9554,0.715585,300,0,0,7984,0,0,0,0,0),(97896,25617,571,1,1,23281,1,2528.96,5309.78,33.2023,0.837758,300,0,0,7984,0,0,0,0,0),(97859,24081,571,1,1,22152,0,353.984,-4501.08,244.711,1.50098,300,0,0,8982,0,0,0,0,0),(97860,24081,571,1,1,22154,0,467.358,-4584.65,245.327,5.63741,300,0,0,8982,0,0,0,0,0),(97861,24081,571,1,1,22152,0,482.665,-4657.04,247.17,5.88176,300,0,0,8982,0,0,0,0,0),(97862,24081,571,1,1,22153,0,461.855,-4579.96,244.461,4.2237,300,0,0,8982,0,0,0,0,0),(97863,24081,571,1,1,22155,0,361.375,-4505.71,243.461,3.71755,300,0,0,8982,0,0,0,0,0),(97864,24081,571,1,1,22152,0,430.793,-4611.04,242.708,2.04204,300,0,0,8982,0,0,0,0,0),(97865,30737,571,1,1,27305,1,5583.92,5814.81,-70.0261,0.750492,300,0,0,50400,0,0,0,0,0),(97866,30737,571,1,1,27303,1,5578.37,5763.33,-75.1115,5.63741,300,0,0,50400,0,0,0,0,0),(97867,30737,571,1,1,27304,1,5542.65,5739.22,-76.4428,2.21657,300,0,0,50400,0,0,0,0,0),(97895,25617,571,1,1,23282,1,2659.23,5297.44,32.1735,1.20428,300,0,0,7984,0,0,0,0,0),(97869,24081,571,1,1,22152,0,461.026,-4581.66,244.586,1.09956,300,0,0,8982,0,0,0,0,0),(97870,24081,571,1,1,22154,0,434.548,-4603.49,243.399,3.08923,300,0,0,8982,0,0,0,0,0),(97871,24081,571,1,1,22155,0,360.034,-4496.54,243.26,2.89725,300,0,0,8982,0,0,0,0,0),(97872,24081,571,1,1,22153,0,359.867,-4506.68,243.586,0.471239,300,0,0,8982,0,0,0,0,0),(97873,24081,571,1,1,22154,0,472.267,-4650.64,247.17,4.11898,300,0,0,8982,0,0,0,0,0),(97874,24081,571,1,1,22155,0,476.825,-4588.68,246.327,2.33874,300,0,0,8982,0,0,0,0,0),(97875,30737,571,1,1,27303,1,5535.73,5771.62,-77.638,3.56047,300,0,0,50400,0,0,0,0,0),(97876,30737,571,1,1,27304,1,5579.88,5721.5,-76.0477,2.13953,300,5,0,50400,0,1,0,0,0),(97877,30737,571,1,1,27304,1,5578.87,5719.77,-76.1773,1.80518,300,5,0,50400,0,1,0,0,0),(97878,30737,571,1,1,27304,1,5609.85,5806.96,-70.5212,0.767945,300,0,0,50400,0,0,0,0,0),(97879,30737,571,1,1,27304,1,5482.46,5801.87,-76.505,2.98451,300,0,0,50400,0,0,0,0,0),(97883,27665,571,1,1,23864,1,4974.92,1242.98,227.708,1.5708,300,5,0,198800,0,1,0,0,0),(97884,27665,571,1,1,23866,1,4977.79,1242.98,227.583,1.60844,300,5,0,198800,0,1,0,0,0),(97885,27665,571,1,1,23865,1,4972,1243.19,227.701,1.48932,300,5,0,198800,0,1,0,0,0),(97887,27665,571,1,1,23865,1,4980.66,1243.2,227.583,1.35768,300,5,0,198800,0,1,0,0,0),(97894,25617,571,1,1,23282,1,2524.66,5333.33,33.188,2.22074,300,0,0,7984,0,0,0,0,0),(97893,25617,571,1,1,23280,1,2588.1,5312.9,36.793,1.91986,300,0,0,7984,0,0,0,0,0),(43496,6491,0,1,4294967295,0,0,-9190.87,-2308.83,89.637,4.13643,120,0,0,1,0,0,0,0,0),(97890,25617,571,1,1,23280,1,2485.35,5224.38,30.2307,1.69297,300,0,0,7984,0,0,0,0,0),(97889,25617,571,1,1,23280,1,2492.51,5224.17,31.1726,1.43117,300,0,0,7984,0,0,0,0,0),(97868,25617,571,1,1,23280,1,2518.7,5309.98,-16.4522,0.767945,300,0,0,7984,0,0,0,0,0),(97858,25617,571,1,1,23281,1,2434.74,5146.57,30.3628,1.41372,300,0,0,7984,0,0,0,0,0),(97857,25617,571,1,1,23280,1,2439.3,5144.61,30.2509,1.58825,300,0,0,7984,0,0,0,0,0),(143410,37878,571,1,1,0,0,4785.79,-587.859,161.226,5.0091,120,0,0,1,0,0,0,0,0),(97899,26898,571,1,1,24124,0,4694.37,540.131,119.083,1.72788,300,0,0,10635,0,0,0,0,0),(97900,27922,571,1,1,24930,1,674.656,-5475.79,238.622,3.75246,300,0,0,26946,0,0,0,0,0),(97901,29714,571,1,1,27915,0,5894.24,595.888,650.377,2.33874,300,0,0,10635,0,0,0,0,0),(97902,28178,571,1,1,28104,1,5454.74,-2648.7,305.27,1.95477,300,0,0,106350,0,0,0,0,0),(97903,29970,571,1,1,26678,0,7832.13,-2970.85,1259.5,2.51327,300,0,0,25200,0,0,0,0,0),(97904,28690,571,1,1,25607,0,5859.68,557.571,652.739,2.37365,300,0,0,10635,0,0,0,0,0),(97905,27410,571,1,1,24623,1,3876.24,-1157.47,132.796,2.28638,300,0,0,9610,0,0,0,0,0),(97906,27410,571,1,1,24623,1,3873.29,-1148.12,129.532,5.16617,300,0,0,9610,0,0,0,0,0),(97907,27410,571,1,1,24623,1,3659.97,-1296.82,112.665,4.95674,300,0,0,9610,0,0,0,0,0),(97908,27410,571,1,1,24623,1,3658.63,-1308.44,112.845,2.3911,300,0,0,9610,0,0,0,0,0),(97909,27410,571,1,1,24623,1,3711.25,-1414.2,134.161,1.8675,300,0,0,9610,0,0,0,0,0),(97910,27410,571,1,1,24623,1,3711.21,-1403.79,134.093,4.97419,300,0,0,9610,0,0,0,0,0),(97911,27410,571,1,1,24623,1,3744.4,-1391.47,134.093,4.17134,300,0,0,9610,0,0,0,0,0),(97912,27410,571,1,1,24623,1,3734.77,-1397.79,134.098,0.959931,300,0,0,9610,0,0,0,0,0),(97913,27410,571,1,1,24623,1,3582.66,-1390.37,104.82,3.03687,300,0,0,9610,0,0,0,0,0),(97914,27410,571,1,1,24623,1,3570.27,-1386.04,104.964,6.00393,300,0,0,9610,0,0,0,0,0),(97915,27410,571,1,1,24623,1,3829.43,-1288.79,135.568,4.60767,300,0,0,9610,0,0,0,0,0),(97916,27410,571,1,1,24623,1,3828.11,-1299,136.748,1.69297,300,0,0,9610,0,0,0,0,0),(132096,31291,571,1,2,0,0,4984.94,1394.38,284.42,2.54818,120,0,0,1,0,0,0,0,0),(132095,31291,571,1,2,0,0,4978.66,1384.78,284.395,2.07694,120,0,0,1,0,0,0,0,0),(97924,26643,571,1,1,23966,0,4775.35,-1108.63,171.967,6.00281,300,15,0,9291,0,1,0,0,0),(97925,26643,571,1,1,23966,0,4773.4,-1023.23,179.201,0.640571,300,15,0,9291,0,1,0,0,0),(97926,26643,571,1,1,23966,0,4581.62,-1198.65,160.002,2.37001,300,15,0,9291,0,1,0,0,0),(97927,29459,571,1,1,17200,0,5709.97,-1433.72,237.38,0.977384,300,5,0,10635,0,1,0,0,0),(97928,29971,571,1,1,26671,0,7798.31,-2967.05,1258.92,1.11701,300,0,0,12175,0,0,0,0,0),(97929,26387,571,1,1,23810,1,4531.68,-4182.15,173.567,0.017453,300,0,0,10635,3561,0,0,0,0),(97931,28691,571,1,1,25608,0,5678.29,613.571,648.237,0.620951,300,0,0,10635,0,2,0,0,0),(97932,29715,571,1,1,26441,0,5875.25,609.063,650.368,1.67552,300,0,0,10635,0,0,0,0,0),(97933,26643,571,1,1,23966,0,3317.53,-1443.27,99.4378,0.622847,300,15,0,9291,0,1,0,0,0),(97934,26643,571,1,1,23966,0,3363.57,-1343.25,104.804,-2.92204,300,0,0,9291,0,0,0,0,0),(97935,26643,571,1,1,23966,0,4580.25,-1256.73,156.208,5.99594,300,15,0,9291,0,1,0,0,0),(97936,26643,571,1,1,23966,0,3370.11,-1420.21,100.755,3.20803,300,15,0,9291,0,1,0,0,0),(97937,26643,571,1,1,23966,0,3429.11,-1348.26,107.019,3.2886,300,15,0,9291,0,1,0,0,0),(97938,26643,571,1,1,23966,0,3736.9,-1504.18,138.429,3.19433,300,15,0,9291,0,1,0,0,0),(97939,26643,571,1,1,23966,0,3384.09,-1489.22,100.377,1.58413,300,15,0,9291,0,1,0,0,0),(97945,25619,571,1,1,23563,0,3638.91,4590.85,-12.9013,2.48673,300,0,0,8982,0,2,0,0,0),(97941,26643,571,1,1,23966,0,3826.17,-1495.93,144.924,3.06646,300,15,0,9291,0,1,0,0,0),(97942,25619,571,1,1,23563,0,3616.16,4515.24,-12.0123,0.141578,300,5,0,8982,0,1,0,0,0),(97943,26643,571,1,1,23966,0,4738.65,-1146.04,168.441,1.5132,300,15,0,9291,0,1,0,0,0),(97944,26643,571,1,1,23966,0,4538.59,-1153.93,162.503,0.139135,300,15,0,9291,0,1,0,0,0),(97940,25619,571,1,1,23563,0,3580.31,4549.39,-11.1719,4.93616,300,0,0,8982,0,2,0,0,0),(97946,26643,571,1,1,23966,0,3705.83,2033.25,86.8531,0.930219,300,0,0,9291,0,0,0,0,0),(97947,26643,571,1,1,23966,0,3691.17,2044.9,85.605,-0.092942,300,0,0,9291,0,0,0,0,0),(97948,26643,571,1,1,23966,0,3702.55,1958.15,84.3847,1.37957,300,0,0,9291,0,0,0,0,0),(97949,26643,571,1,1,23966,0,3733.29,2114.66,85.7266,4.20463,300,15,0,9291,0,1,0,0,0),(97950,26643,571,1,1,23966,0,3659.52,2041.2,81.5087,5.35834,300,15,0,9291,0,1,0,0,0),(97951,26643,571,1,1,23966,0,3702.44,2006.98,86.1705,-2.68016,300,0,0,9291,0,0,0,0,0),(97952,26643,571,1,1,23966,0,3770.01,1914.64,95.6453,3.06826,300,0,0,9291,0,0,0,0,0),(97953,26643,571,1,1,23966,0,3844.66,1877.98,106.729,-0.740425,300,15,0,9291,0,1,0,0,0),(97954,26643,571,1,1,23966,0,3765.84,1914.57,95.5112,-0.371007,300,15,0,9291,0,1,0,0,0),(97955,26643,571,1,1,23966,0,3875.96,1855.94,118.823,4.43596,300,15,0,9291,0,1,0,0,0),(97956,26643,571,1,1,23966,0,3654.84,2100.31,79.1219,5.86714,300,15,0,9291,0,1,0,0,0),(97957,26643,571,1,1,23966,0,3644.75,2215.25,77.621,2.50454,300,15,0,9291,0,1,0,0,0),(97958,26643,571,1,1,23966,0,3688.54,2266.72,90.0097,1.59423,300,15,0,9291,0,1,0,0,0),(97959,26643,571,1,1,23966,0,3700.41,2259.88,91.3514,2.51934,300,15,0,9291,0,1,0,0,0),(97960,26643,571,1,1,23966,0,3658.91,2035.13,81.5947,2.67792,300,15,0,9291,0,1,0,0,0),(97961,26643,571,1,1,23966,0,3822.77,1878.3,104.886,4.5999,300,15,0,9291,0,1,0,0,0),(97962,26643,571,1,1,23966,0,3719.57,1944.7,87.9522,1.03551,300,15,0,9291,0,1,0,0,0),(97963,26643,571,1,1,23966,0,3778.68,1920.31,95.2874,0.301731,300,0,0,9291,0,0,0,0,0),(97964,26643,571,1,1,23966,0,3779.72,1916.34,95.583,0.649739,300,0,0,9291,0,0,0,0,0),(97965,26643,571,1,1,23966,0,3785.33,1918.26,95.7041,0.934482,300,0,0,9291,0,0,0,0,0),(97966,26643,571,1,1,23966,0,3714.32,2026.09,87.4766,4.59397,300,0,0,9291,0,0,0,0,0),(97967,26643,571,1,1,23966,0,3722.03,2077.1,89.6397,3.08788,300,15,0,9291,0,1,0,0,0),(97969,26643,571,1,1,23966,0,3687.03,2276.55,89.5883,1.49727,300,15,0,9291,0,1,0,0,0),(97970,26643,571,1,1,23966,0,3881.92,1849.58,120.573,1.24525,300,15,0,9291,0,1,0,0,0),(97971,26643,571,1,1,23966,0,3646.22,2094.21,78.9461,2.15878,300,15,0,9291,0,1,0,0,0),(97972,26643,571,1,1,23966,0,3791.22,1864.72,105.05,2.42534,300,15,0,9291,0,1,0,0,0),(97973,26643,571,1,1,23966,0,3799.5,1859.57,107.151,1.89378,300,15,0,9291,0,1,0,0,0),(97974,26643,571,1,1,23966,0,3717.08,2082.21,89.5943,3.39585,300,15,0,9291,0,1,0,0,0),(97975,26643,571,1,1,23966,0,3727.76,1965.59,88.016,4.49685,300,15,0,9291,0,1,0,0,0),(97976,26643,571,1,1,23966,0,3723.91,2017.22,88.7692,4.92693,300,0,0,9291,0,0,0,0,0),(97977,26643,571,1,1,23966,0,3660.18,2163.94,83.5466,0.291493,300,15,0,9291,0,1,0,0,0),(97979,26643,571,1,1,23966,0,3705.91,2266.42,92.2264,1.69331,300,15,0,9291,0,1,0,0,0),(97980,26643,571,1,1,23966,0,3828.13,1905.02,101.587,5.67505,300,15,0,9291,0,1,0,0,0),(97981,26643,571,1,1,23966,0,3776.9,1928.12,94.6742,1.88971,300,15,0,9291,0,1,0,0,0),(97982,25364,571,1,1,6371,0,3688.44,6162.17,198.167,2.13737,300,0,0,12600,0,2,0,0,0),(97983,25364,571,1,1,6371,0,3700.3,6164.64,155.779,0.411589,300,0,0,12600,0,2,0,0,0),(97984,29716,571,1,1,26442,0,5810,676.806,647.132,1.43117,300,0,0,10635,0,0,0,0,0),(97985,27412,571,1,1,24624,0,3996.67,-945.023,105.89,2.6529,300,0,0,14910,0,0,0,0,0),(97986,26388,571,1,1,23811,0,4532.39,-4207.71,170.905,0.349066,300,0,0,10282,3466,0,0,0,0),(97987,25364,571,1,1,6371,0,3684.19,5838.03,208.134,1.62611,300,0,0,12600,0,2,0,0,0),(97988,26900,571,1,1,8478,1,1459.24,-3270.45,166.593,3.87463,300,0,0,8982,0,0,0,0,0),(97989,28692,571,1,1,25609,0,5675.95,608.068,648.32,0.453786,300,0,0,10635,0,0,0,0,0),(97990,24340,571,1,1,22675,0,253.145,-5793.03,74.9682,0.516965,300,5,0,7984,0,1,0,0,0),(97991,29460,571,1,1,0,0,7138.47,-2166.76,798.66,1.91463,120,0,0,1,0,2,0,0,0),(97992,29460,571,1,1,0,0,7368.5,-2205.94,843.717,1.91463,120,0,0,1,0,2,0,0,0),(97994,24340,571,1,1,22675,0,263.021,-5766.25,164.163,4.71239,300,5,0,7984,0,1,0,0,0),(97995,29460,571,1,1,0,0,7303.55,-2258.75,788.369,1.91463,120,0,0,1,0,2,0,0,0),(97996,24340,571,1,1,22675,0,202.001,-5712.53,143.418,4.35014,300,5,0,7984,0,1,0,0,0),(97997,26644,571,1,1,820,0,4679.07,-3854.09,327.446,3.88548,300,5,0,9610,0,1,0,0,0),(97998,24340,571,1,1,22675,0,309.59,-5817.16,199.806,2.07714,300,0,0,7984,0,0,0,0,0),(97999,24340,571,1,1,22675,0,169.336,-5695.76,286.189,3.47621,300,5,0,7984,0,1,0,0,0),(98000,24340,571,1,1,22675,0,285.852,-5766.52,260.014,3.20626,300,5,0,7984,0,1,0,0,0),(98001,24340,571,1,1,22675,0,341.81,-5879.67,266.748,1.4359,300,0,0,7984,0,0,0,0,0),(98002,24340,571,1,1,22675,0,261.494,-5753.84,191.546,-0.285932,300,0,0,7984,0,0,0,0,0),(98003,24340,571,1,1,22675,0,110.012,-5898.29,3.72966,5.17167,300,5,0,7984,0,1,0,0,0),(98004,24340,571,1,1,22675,0,122.138,-5751.51,40.3134,-2.51839,300,0,0,7984,0,0,0,0,0),(98005,24340,571,1,1,22675,0,117.097,-5957.17,5.78525,2.22172,300,5,0,7984,0,1,0,0,0),(98006,24340,571,1,1,22675,0,83.8764,-5855.19,3.7713,5.00946,300,0,0,7984,0,0,0,0,0),(98007,24340,571,1,1,22675,0,67.7396,-5898.31,4.6638,6.21889,300,5,0,7984,0,1,0,0,0),(98008,24340,571,1,1,22675,0,185.013,-5819.01,9.82885,2.55088,300,5,0,7984,0,1,0,0,0),(98009,24340,571,1,1,22675,0,251.245,-5721.42,250.831,-0.166153,300,0,0,7984,0,0,0,0,0),(98010,24340,571,1,1,22675,0,192.531,-5894.74,6.52378,5.99416,300,5,0,7984,0,1,0,0,0),(98011,24340,571,1,1,22675,0,88.9481,-5915.56,6.12134,1.99496,300,5,0,7984,0,1,0,0,0),(98012,24340,571,1,1,22675,0,145.653,-5935.68,7.0112,5.86473,300,5,0,7984,0,1,0,0,0),(98013,24340,571,1,1,22675,0,297.414,-5839.92,84.2455,-2.29071,300,5,0,7984,0,1,0,0,0),(98014,24340,571,1,1,22675,0,183.519,-5777.44,7.73353,2.68781,300,0,0,7984,0,0,0,0,0),(98015,24340,571,1,1,22675,0,297.441,-5710.94,278.996,-0.85627,300,0,0,7984,0,0,0,0,0),(98016,24340,571,1,1,22675,0,236.802,-5794.02,34.1761,0.115401,300,5,0,7984,0,1,0,0,0),(98017,24340,571,1,1,22675,0,164.878,-5711.71,188.903,6.2304,300,5,0,7984,0,1,0,0,0),(98018,26644,571,1,1,820,0,4718.27,-3855.41,329.817,2.77507,300,0,0,9610,0,0,0,0,0),(98019,26644,571,1,1,820,0,4718.99,-3840.49,329.446,3.05433,300,0,0,9610,0,0,0,0,0),(98020,26644,571,1,1,820,0,4741.45,-3847.56,332.256,3.28073,300,5,0,9610,0,1,0,0,0),(98021,26644,571,1,1,820,0,4692.71,-3863.75,327.377,3.23543,300,5,0,9610,0,1,0,0,0),(98022,26644,571,1,1,820,0,4796.29,-3834.94,334.895,3.29053,300,5,0,9610,0,1,0,0,0),(98023,26644,571,1,1,820,0,4690.63,-3828.35,322.695,5.79725,300,5,0,9610,0,1,0,0,0),(98025,29460,571,1,1,0,0,7139.47,-2158.16,806.128,1.91463,120,0,0,1,0,2,0,0,0),(98026,29460,571,1,1,0,0,7111.19,-2126.36,809.006,1.91463,120,0,0,1,0,2,0,0,0),(98027,29460,571,1,1,0,0,7325.08,-2259.1,789.87,1.91463,120,0,0,1,0,2,0,0,0),(98028,29460,571,1,1,0,0,7133.43,-2118.79,811.756,1.91463,120,0,0,1,0,2,0,0,0),(208906,40176,1,1,1,0,0,-721.45,-5060.8,14.6724,0,45,10,0,1,0,1,0,0,0),(98030,27157,571,1,1,24351,0,3841.22,-1402.29,144.478,2.47837,300,0,0,99400,0,0,0,0,0),(98031,28181,571,1,1,25181,0,5450.04,-2292.48,297.319,4.66003,300,0,0,42,0,0,0,0,0),(98032,26901,571,1,1,24134,1,645.461,-5031.65,3.5729,2.23402,300,0,0,7181,0,0,0,0,0),(98033,29973,571,1,1,26669,1,7799.25,-2956.46,1259.31,1.13446,300,0,0,50400,0,0,0,0,0),(98034,29973,571,1,1,26670,1,7827.67,-2936.66,1261.21,0.401426,300,0,0,50400,0,0,0,0,0),(98035,29973,571,1,1,26670,1,7804.32,-2829.29,1219.04,0.715585,300,0,0,50400,0,0,0,0,0),(98036,29973,571,1,1,26670,1,7781.94,-2803.58,1215.06,3.05433,300,0,0,50400,0,0,0,0,0),(98037,29973,571,1,1,26669,1,7770.9,-2810.82,1215,1.76278,300,0,0,50400,0,0,0,0,0),(98038,29973,571,1,1,26670,1,7806.22,-2960.49,1259.7,1.20428,300,0,0,50400,0,0,0,0,0),(98039,27413,571,1,1,19595,0,4266.13,-3050.19,318.029,3.14159,300,0,0,4979,0,0,0,0,0),(98040,28693,571,1,1,25610,0,5846.42,728.394,642.08,3.66519,300,0,0,8508,7981,0,0,0,0),(98041,24341,571,1,1,22311,0,1888.11,-6204.06,23.8158,2.1293,300,0,0,8982,0,0,0,0,0),(98042,26645,571,1,1,23968,1,4153.92,5347.38,29.0303,1.41598,300,0,0,8982,0,0,0,0,0),(98043,26645,571,1,1,23969,1,4145.67,5329.37,28.6824,3.75295,300,0,0,8982,0,0,0,0,0),(98044,26389,571,1,1,23812,1,4003.2,-4293.69,259.33,4.83456,300,0,0,9940,3387,0,0,0,0),(98045,26389,571,1,1,23813,1,4056.66,-4277.92,251.887,3.92699,300,0,0,9940,3387,0,0,0,0),(98046,26389,571,1,1,23813,1,3984.73,-4353.15,252.411,1.74533,300,0,0,9940,3387,0,0,0,0),(98047,26389,571,1,1,23813,1,4043.23,-4317.57,252.701,3.66519,300,0,0,9940,3387,0,0,0,0),(98048,26389,571,1,1,23813,1,3904.48,-4333.55,214.325,5.80667,300,5,0,9940,3387,1,0,0,0),(98049,26389,571,1,1,23814,1,4128.9,-4350.52,275.66,4.34587,300,0,0,9940,3387,0,0,0,0),(98050,26389,571,1,1,23814,1,4119.88,-4338.49,269.069,5.18363,300,0,0,9940,3387,0,0,0,0),(98051,26389,571,1,1,23812,1,4032.94,-4329.37,252.437,1.41372,300,0,0,9940,3387,0,0,0,0),(98052,26389,571,1,1,23814,1,3983.32,-4462,268.012,5.28835,300,0,0,9940,3387,0,0,0,0),(98053,26389,571,1,1,23814,1,4060.69,-4392.74,260.672,0.925025,300,0,0,9940,3387,0,0,0,0),(98054,26389,571,1,1,23813,1,4043.96,-4430.79,261.517,3.21088,300,0,0,9940,3387,2,0,0,0),(98055,26389,571,1,1,23814,1,4046.65,-4401.38,261.02,3.36521,300,0,0,9940,3387,0,0,0,0),(98056,26389,571,1,1,23812,1,4080.22,-4409.22,261.48,5.32325,300,0,0,9940,3387,0,0,0,0),(98057,26389,571,1,1,23814,1,4061.14,-4378.82,260.837,5.35816,300,0,0,9940,3387,0,0,0,0),(98058,26389,571,1,1,23812,1,4115.46,-4381.54,266.271,5.42797,300,0,0,9940,3387,0,0,0,0),(98059,26389,571,1,1,23814,1,4051.72,-4351.66,261.322,5.8294,300,0,0,9940,3387,0,0,0,0),(98060,26389,571,1,1,23812,1,4040.46,-4350.68,261.357,1.67552,300,0,0,9940,3387,0,0,0,0),(98061,26389,571,1,1,23813,1,4037.8,-4305.38,252.443,5.53416,300,0,0,9940,3387,2,0,0,0),(98062,26389,571,1,1,23812,1,4020.24,-4479.34,273.867,0.680678,300,0,0,9940,3387,0,0,0,0),(98063,26389,571,1,1,23813,1,4065.44,-4291.6,251.56,2.54818,300,0,0,9940,3387,0,0,0,0),(98066,26389,571,1,1,23813,1,4054.62,-4406.89,261.009,3.36848,300,0,0,9940,3387,0,0,0,0),(98067,29461,571,1,1,26273,0,6856.67,-1576.58,353.391,5.88481,300,5,0,11770,0,1,0,0,0),(98068,29461,571,1,1,26273,0,6798.8,-1575.41,354.284,3.12567,300,5,0,11770,0,1,0,0,0),(98069,29461,571,1,1,26273,0,6793.76,-1524.01,359.674,3.13545,300,0,0,11770,0,0,0,0,0),(98070,28694,571,1,1,25611,0,5913.41,676.299,643.579,2.9147,300,0,0,10635,0,0,0,0,0),(98071,24342,571,1,1,22312,0,1873.32,-6218.15,13.1841,1.3439,300,0,0,8982,0,0,0,0,0),(98085,25622,571,1,1,23571,0,3459.19,4622.92,-7.97608,0.552318,300,5,0,8982,0,1,0,0,0),(98082,25622,571,1,1,23571,0,3455.27,4736.44,-12.8706,5.05593,300,5,0,8982,0,1,0,0,0),(98076,25622,571,1,1,23571,0,3676.65,4538.17,-12.8858,1.44594,300,5,0,8982,0,1,0,0,0),(98075,25622,571,1,1,23571,0,3628.57,4539.27,-14.9589,0.946348,300,5,0,8982,0,1,0,0,0),(98074,25622,571,1,1,23571,0,3625.04,4563.45,-14.0647,0.437694,300,5,0,8982,0,1,0,0,0),(98078,27926,571,1,1,22212,1,371.737,-4227.56,251.463,6.14356,300,0,0,8982,0,0,0,0,0),(98079,24086,571,1,1,22095,0,1049.38,-4991.44,10.9604,2.77507,300,0,0,1,6588,0,0,0,0),(98080,26646,571,1,1,1086,0,3621.31,-3320.56,225.704,5.68026,300,5,0,9940,0,1,0,0,0),(98081,26646,571,1,1,1086,0,3677.2,-3262.26,271.497,3.92643,300,0,0,9940,0,2,0,0,0),(98073,25622,571,1,1,23571,0,3674.56,4576.53,-12.9112,2.03795,300,5,0,8982,0,1,0,0,0),(98083,26646,571,1,1,1086,0,3608.66,-3311.69,224.832,5.0174,300,0,0,9940,0,2,0,0,0),(98084,26646,571,1,1,1086,0,3639.98,-3272.63,236.688,1.26982,300,5,0,9940,0,1,0,0,0),(98072,25622,571,1,1,23571,0,3639.99,4587.53,-12.9013,1.33234,300,5,0,8982,0,1,0,0,0),(98086,26647,571,1,1,23987,1,4691.45,571.628,119.784,5.63741,300,0,0,10635,0,0,0,0,0),(98087,26903,571,1,1,24161,0,608.451,-4925.96,17.9667,3.42085,300,0,0,7181,0,0,0,0,0),(98088,28951,571,1,1,25791,0,5851.04,564.04,652.739,2.49582,300,0,0,8508,7981,0,0,0,0),(98089,23831,571,1,1,21885,1,1426.89,-3319.51,170.192,2.14675,300,0,0,8982,0,0,0,0,0),(98090,24087,571,1,1,17612,0,1910.92,-4038.31,271.226,2.61799,300,0,0,42,0,0,0,0,0),(98091,24343,571,1,1,22330,1,1920.93,-6156.34,23.064,5.55015,300,0,0,8982,0,0,0,0,0),(98092,27927,571,1,1,22137,1,377.175,-4207.34,251.445,5.51769,300,5,0,7984,0,1,0,0,0),(98093,27927,571,1,1,22138,1,392.904,-4241.89,250.516,3.99094,300,5,0,7984,0,1,0,0,0),(98094,27927,571,1,1,22137,1,389.502,-4214.72,251.055,0.357853,300,5,0,7984,0,1,0,0,0),(98095,27927,571,1,1,21965,1,359.536,-4184.52,254.229,1.26689,300,5,0,7984,0,1,0,0,0),(98096,27927,571,1,1,21965,1,326.212,-4238.52,252.262,4.75103,300,5,0,7984,0,1,0,0,0),(98097,27927,571,1,1,22138,1,371.682,-4275.4,247.169,2.25557,300,5,0,7984,0,1,0,0,0),(98098,25623,571,1,1,23304,0,2518.63,5313.9,33.0708,1.9655,300,5,0,6986,0,1,0,0,0),(98099,25623,571,1,1,23304,0,2505.37,5325.62,33.074,6.16346,300,5,0,6986,0,1,0,0,0),(98100,25623,571,1,1,23304,0,2496.8,5316.67,33.0736,2.74305,300,5,0,6986,0,1,0,0,0),(98101,25623,571,1,1,23304,0,2584.49,5222.91,37.4865,2.88218,300,5,0,6986,0,1,0,0,0),(98102,25623,571,1,1,23304,0,2566.27,5240.62,37.4073,0.261209,300,5,0,6986,0,1,0,0,0),(98103,25623,571,1,1,23304,0,2528.36,5196.76,37.4061,2.38373,300,5,0,6986,0,1,0,0,0),(98104,25623,571,1,1,23304,0,2506.89,5302.92,33.1378,2.20358,300,5,0,6986,0,1,0,0,0),(98105,25623,571,1,1,23304,0,2555.82,5225.3,37.5227,2.18261,300,5,0,6986,0,1,0,0,0),(98106,25623,571,1,1,23304,0,2570.84,5212.9,37.4061,0.881672,300,5,0,6986,0,1,0,0,0),(98107,25623,571,1,1,23304,0,2539.68,5214.37,37.4061,1.15263,300,5,0,6986,0,1,0,0,0),(98108,25623,571,1,1,23304,0,2558.82,5195.58,37.5004,4.19307,300,5,0,6986,0,1,0,0,0),(98109,25623,571,1,1,23304,0,2543.68,5182,37.5004,5.44835,300,5,0,6986,0,1,0,0,0),(98110,26904,571,1,1,24149,0,545.083,-5000.47,10.6208,6.19592,300,0,0,7181,0,0,0,0,0),(98111,27416,571,1,1,24626,1,3998.55,-3191.46,281.896,3.21141,300,0,0,11052,0,0,0,0,0),(98112,29976,571,1,1,26783,1,7790.33,-3155.79,865.974,5.11199,300,5,0,12175,0,1,0,0,0),(98113,27160,571,1,1,24541,1,3919.29,-733.059,242.141,3.94444,300,0,0,99400,0,0,0,0,0),(98114,27160,571,1,1,24541,1,3913.8,-693.436,242.237,5.63741,300,0,0,99400,0,0,0,0,0),(98115,27160,571,1,1,24543,1,3892.41,-705.335,241.009,3.89208,300,0,0,99400,0,0,0,0,0),(98116,26392,571,1,1,23815,0,4555.46,-4211.49,170.671,4.13643,300,0,0,9940,3387,0,0,0,0),(98117,27160,571,1,1,24542,1,3914.11,-687.295,242.025,0.820305,300,0,0,99400,0,0,0,0,0),(98118,27160,571,1,1,24361,1,3937.69,-713.408,242.245,0.820305,300,0,0,99400,0,0,0,0,0),(98119,27160,571,1,1,24361,1,3931.75,-712.843,242.71,2.19912,300,0,0,99400,0,0,0,0,0),(98120,28696,571,1,1,25612,0,5910.78,763.743,641.18,4.50295,300,0,0,10635,0,0,0,0,0),(98121,28440,571,1,1,25390,0,3229.47,2581.81,22.9412,2.91765,300,5,0,42,0,1,0,0,0),(98122,28440,571,1,1,25391,0,3256.49,2603.48,25.8238,4.80133,300,5,0,42,0,1,0,0,0),(98123,25880,571,1,1,23461,1,3942.06,5499.73,30.8881,5.72885,300,5,0,6761,0,1,0,0,0),(98124,24088,571,1,1,22097,0,931.421,-4956.23,2.1488,2.60894,300,0,0,5588,6882,0,0,0,0),(98125,24088,571,1,1,22097,0,1012.59,-4798.07,-0.809744,4.86947,300,0,0,5588,6882,0,0,0,0),(98126,28440,571,1,1,25391,0,2263.11,4950.09,10.2747,4.62512,300,0,0,42,0,0,0,0,0),(98127,28440,571,1,1,25390,0,2260.77,4948.63,9.2561,3.78736,300,0,0,42,0,0,0,0,0),(98128,28440,571,1,1,25390,0,2259.95,4953.78,7.99908,1.23918,300,0,0,42,0,0,0,0,0),(98129,28440,571,1,1,25390,0,2272.25,4951.72,6.73694,5.75959,300,0,0,42,0,0,0,0,0),(98130,28440,571,1,1,25391,0,2265.88,4947.49,11.0798,0.244346,300,0,0,42,0,0,0,0,0),(98131,28440,571,1,1,25390,0,2268.32,4944.48,9.57419,3.00197,300,0,0,42,0,0,0,0,0),(98132,28440,571,1,1,25390,0,2271.39,4954.84,6.26431,1.67552,300,0,0,42,0,0,0,0,0),(98133,28440,571,1,1,25391,0,2270.98,4953.71,6.83125,2.23402,300,0,0,42,0,0,0,0,0),(98134,28440,571,1,1,25390,0,2272.69,4957.13,4.88484,0.750492,300,0,0,42,0,0,0,0,0),(98135,28440,571,1,1,25391,0,2268.6,4959.63,4.10415,0.139626,300,0,0,42,0,0,0,0,0),(98136,28440,571,1,1,25390,0,2263.56,4956.43,6.9899,2.58309,300,0,0,42,0,0,0,0,0),(98137,28440,571,1,1,25391,0,2275.44,4954.6,4.73108,2.96706,300,0,0,42,0,0,0,0,0),(98138,28440,571,1,1,25391,0,2263.99,4941.92,8.1985,1.41372,300,0,0,42,0,0,0,0,0),(98139,28440,571,1,1,25391,0,2268.36,4941.67,8.14966,6.00393,300,0,0,42,0,0,0,0,0),(98140,28440,571,1,1,25391,0,2266.33,4941.8,8.12535,2.37365,300,0,0,42,0,0,0,0,0),(98141,28440,571,1,1,25391,0,2262.43,4942.92,8.32753,2.00713,300,0,0,42,0,0,0,0,0),(98142,28440,571,1,1,25391,0,2259.29,4944.72,8.19969,5.41052,300,0,0,42,0,0,0,0,0),(98143,28440,571,1,1,25391,0,2268.01,4947.18,10.9205,1.98968,300,0,0,42,0,0,0,0,0),(98144,28440,571,1,1,25390,0,2274.1,4949.08,6.56661,4.57276,300,0,0,42,0,0,0,0,0),(98145,28440,571,1,1,25391,0,2270.4,4944.81,9.3074,1.36136,300,0,0,42,0,0,0,0,0),(98146,28440,571,1,1,25391,0,2271.35,4948.73,8.6034,1.22173,300,0,0,42,0,0,0,0,0),(98147,28440,571,1,1,25391,0,2273.41,4947,7.06538,0.663225,300,0,0,42,0,0,0,0,0),(98148,28440,571,1,1,25391,0,2275.36,4950.25,5.90651,5.32325,300,0,0,42,0,0,0,0,0),(98149,28440,571,1,1,25390,0,2271.18,4944.17,8.75876,3.1765,300,0,0,42,0,0,0,0,0),(98150,28440,571,1,1,25391,0,2263.99,4959.72,4.51102,0.279253,300,0,0,42,0,0,0,0,0),(98152,28440,571,1,1,25390,0,2281.07,4953.13,4.90917,3.01942,300,0,0,42,0,0,0,0,0),(98153,28440,571,1,1,25390,0,2252.97,4952.82,6.78012,2.89725,300,0,0,42,0,0,0,0,0),(98154,28440,571,1,1,25390,0,2256.63,4955.06,7.37914,4.72984,300,0,0,42,0,0,0,0,0),(98155,28440,571,1,1,25390,0,2255.79,4950.5,7.64695,5.18363,300,0,0,42,0,0,0,0,0),(98156,28440,571,1,1,25391,0,2254.13,4947.05,7.2635,0.226893,300,0,0,42,0,0,0,0,0),(98157,28440,571,1,1,25391,0,2254.07,4944.95,7.15664,2.58309,300,0,0,42,0,0,0,0,0),(98158,25880,571,1,1,23461,1,3893.28,5485.39,36.7021,0.854581,300,0,0,6761,0,0,0,0,0),(98159,28952,571,1,1,26270,0,6829.59,-4525.52,442.068,3.10669,300,0,0,418350,127740,0,0,0,0),(98160,25880,571,1,1,23461,1,3940.3,5498.18,31.6381,0.975593,300,5,0,6761,0,1,0,0,0),(98161,25880,571,1,1,23462,1,3918.08,5480.03,35.9426,-3.04101,300,0,0,6761,0,0,0,0,0),(98162,25880,571,1,1,23461,1,3904.54,5484.28,36.1249,2.64769,300,0,0,6761,0,0,0,0,0),(98163,25880,571,1,1,23462,1,3971.96,5512.58,31.5597,3.47621,300,5,0,6761,0,1,0,0,0),(98164,25880,571,1,1,23461,1,3990.61,5454.83,31.1927,3.25214,300,5,0,6761,0,1,0,0,0),(98165,25880,571,1,1,23461,1,3923.97,5474,33.1687,2.57234,300,0,0,6761,0,0,0,0,0),(98166,25880,571,1,1,23462,1,3929.99,5469.17,28.994,2.37931,300,0,0,6761,0,0,0,0,0),(98167,25880,571,1,1,23463,1,3988.81,5507.13,29.5597,2.26535,300,5,0,6761,0,1,0,0,0),(98168,25880,571,1,1,23461,1,3948.26,5456.42,27.5694,3.04334,300,0,0,6761,0,0,0,0,0),(98169,25880,571,1,1,23462,1,3981.64,5441.82,31.0131,1.12467,300,5,0,6761,0,1,0,0,0),(98170,25880,571,1,1,23461,1,4000.6,5475.2,29.7244,0.410792,300,5,0,6761,0,1,0,0,0),(208788,31769,571,1,1,0,0,5871.14,556.659,660.739,1.44699,120,0,0,1,0,2,0,0,0),(98172,26649,571,1,1,23971,1,3825.22,1533.92,89.8078,1.65806,300,0,0,9291,0,0,0,0,0),(98173,24345,571,1,1,23356,0,2114,-5743.68,220.038,6.16101,300,0,0,26946,3155,0,0,0,0),(98174,19481,571,1,1,19284,0,5769.42,850.17,865.833,5.044,300,0,0,6986,0,0,1,0,0),(98175,27673,571,1,1,24361,1,4570.17,1477.2,196.568,0,300,0,0,179640,0,0,0,0,0),(98176,27673,571,1,1,24361,1,4570.36,1479.2,196.573,6.10865,300,0,0,179640,0,0,0,0,0),(98177,29721,571,1,1,26449,0,6188.97,-1056.53,409.906,2.35619,300,0,0,12600,0,0,0,0,0),(98178,28697,571,1,1,25613,0,5923.3,733.456,642.212,4.59022,300,0,0,10635,0,0,0,0,0),(98179,30233,571,1,1,26880,1,5593.12,-721.13,205.835,2.82743,300,0,0,24350,3893,0,0,0,0),(98180,30233,571,1,1,26877,1,5599.72,-751.706,198.032,4.29351,300,0,0,24350,3893,0,0,0,0),(98181,30233,571,1,1,26878,1,5588.17,-613.882,199.492,1.53589,300,0,0,24350,3893,0,0,0,0),(98182,30233,571,1,1,26880,1,5589.99,-620.602,199.715,5.79449,300,0,0,24350,3893,0,0,0,0),(98183,30233,571,1,1,26877,1,5588.82,-726.68,204.49,3.94444,300,0,0,24350,3893,0,0,0,0),(98184,26905,571,1,1,24158,0,615.058,-4916.97,18.7611,3.28122,300,0,0,7181,0,0,0,0,0),(98185,27673,571,1,1,24543,1,4577.3,1477.47,194.519,6.21337,300,0,0,179640,0,0,0,0,0),(98186,27673,571,1,1,24361,1,4574.37,1479.3,195.099,6.00393,300,0,0,179640,0,0,0,0,0),(98187,27673,571,1,1,24543,1,4573.66,1477.15,195.523,0,300,0,0,179640,0,0,0,0,0),(98188,30233,571,1,1,26877,1,5613.53,-754.634,202.889,3.50811,300,0,0,24350,3893,0,0,0,0),(98189,30233,571,1,1,26879,1,5602.44,-620.843,198.352,1.02974,300,0,0,24350,3893,0,0,0,0),(98190,30233,571,1,1,26879,1,5606.64,-635.513,206.341,2.46091,300,0,0,24350,3893,0,0,0,0),(98191,30233,571,1,1,26880,1,5619.53,-757.188,203.681,1.8675,300,0,0,24350,3893,0,0,0,0),(98192,30233,571,1,1,26877,1,5597.02,-617.267,198.081,1.23918,300,0,0,24350,3893,0,0,0,0),(98193,30233,571,1,1,26879,1,5605.42,-756.337,198.154,4.06662,300,0,0,24350,3893,0,0,0,0),(98194,30233,571,1,1,26877,1,5612.23,-640.675,207.187,3.40339,300,0,0,24350,3893,0,0,0,0),(98227,24601,571,1,1,23313,0,3951.61,4351.7,12.6538,0.100348,300,5,0,8982,0,1,0,0,0),(98226,24601,571,1,1,23313,0,3871.35,4491.85,12.529,4.88081,300,5,0,8982,0,1,0,0,0),(98225,24601,571,1,1,23313,0,3369.21,4457.4,-2.03605,5.56692,300,5,0,8982,0,1,0,0,0),(98223,24601,571,1,1,23313,0,3949.15,4474.21,12.5295,3.43175,300,5,0,8982,0,1,0,0,0),(98222,24601,571,1,1,23313,0,3783.55,4315.99,12.7194,1.02974,300,0,0,8982,0,0,0,0,0),(98221,24601,571,1,1,23313,0,3713.2,4253.54,12.7607,4.79505,300,5,0,8982,0,1,0,0,0),(98220,24601,571,1,1,23313,0,3746.78,4283.37,12.7607,3.4649,300,5,0,8982,0,1,0,0,0),(98218,24601,571,1,1,23313,0,3815.85,4411.82,12.349,4.00291,300,5,0,8982,0,1,0,0,0),(98217,24601,571,1,1,23313,0,3619.28,4446.63,-1.98517,3.37503,300,5,0,8982,0,1,0,0,0),(98216,24601,571,1,1,23313,0,3652.89,4481.31,-0.751401,0.041133,300,5,0,8982,0,1,0,0,0),(98215,24601,571,1,1,23313,0,3731.22,4454.88,-2.04526,3.30555,300,5,0,8982,0,1,0,0,0),(98214,24601,571,1,1,23313,0,3883.67,4349.98,12.6107,0.14025,300,5,0,8982,0,1,0,0,0),(98213,24601,571,1,1,23313,0,3857.22,4326.02,12.5999,1.81328,300,5,0,8982,0,1,0,0,0),(98212,24601,571,1,1,23313,0,3851.45,4377.9,12.6122,4.80407,300,5,0,8982,0,1,0,0,0),(98211,24601,571,1,1,23313,0,3771.08,4486.35,-0.925776,1.53562,300,5,0,8982,0,1,0,0,0),(98210,24601,571,1,1,23313,0,3740.05,4508.8,-1.92026,3.61332,300,5,0,8982,0,1,0,0,0),(98209,24601,571,1,1,23313,0,3681.17,4385.14,-1.98517,5.87369,300,5,0,8982,0,1,0,0,0),(98208,24601,571,1,1,23313,0,3747.3,4377.78,-1.97782,0.264119,300,5,0,8982,0,1,0,0,0),(98207,24601,571,1,1,23313,0,3652.02,4418.98,-1.98517,0.693731,300,5,0,8982,0,1,0,0,0),(98206,24601,571,1,1,23313,0,3675.93,4454.89,-1.98517,5.16387,300,5,0,8982,0,1,0,0,0),(98205,24601,571,1,1,23313,0,3769.42,4435.9,-2.04526,2.44068,300,5,0,8982,0,1,0,0,0),(98219,24089,571,1,1,22094,0,1048.38,-4896.25,10.9639,5.11381,300,0,0,3728,0,0,0,0,0),(98204,24601,571,1,1,23313,0,3849.29,4449.22,12.6538,1.24035,300,5,0,8982,0,1,0,0,0),(98202,24601,571,1,1,23313,0,3826.89,4484.76,19.6344,5.18313,300,5,0,8982,0,1,0,0,0),(98201,24601,571,1,1,23313,0,3906.93,4389.05,12.5288,5.68977,300,5,0,8982,0,1,0,0,0),(98224,23833,571,1,1,21886,1,1808.19,-2863.75,3.72625,1.27409,300,0,0,9610,0,0,0,0,0),(98200,24601,571,1,1,23313,0,4019.67,4551.52,-2.39496,3.1532,300,5,0,8982,0,1,0,0,0),(98199,24601,571,1,1,23313,0,3943.49,4413.91,12.6538,3.75009,300,5,0,8982,0,1,0,0,0),(98198,24601,571,1,1,23313,0,3986.07,4451.31,12.6538,2.1494,300,5,0,8982,0,1,0,0,0),(98197,24601,571,1,1,23313,0,3982.78,4379.4,13.1538,6.27674,300,5,0,8982,0,1,0,0,0),(98229,25881,571,1,1,26510,0,3980.52,5472.44,28.7068,4.79965,300,0,0,7181,0,0,0,0,0),(208787,31768,571,1,1,0,0,5864.76,561.503,656.35,3.38594,120,0,0,1,0,2,0,0,0),(98231,27418,571,1,1,13069,0,4378.15,1878.15,161.622,6.26573,300,0,0,42,0,0,0,0,0),(98232,27418,571,1,1,13069,0,4315.3,1846.68,160.594,1.95477,300,0,0,42,0,0,0,0,0),(98233,27418,571,1,1,13069,0,4360.38,1901.86,166.022,3.75246,300,0,0,42,0,0,0,0,0),(98234,27418,571,1,1,13069,0,4339.55,1893.27,162.423,2.60054,300,0,0,42,0,0,0,0,0),(98235,27418,571,1,1,13069,0,4336.33,1866.6,166.28,3.64774,300,0,0,42,0,0,0,0,0),(98236,26906,571,1,1,24160,0,588.048,-4940.85,28.177,1.13446,300,0,0,7181,0,0,0,0,0),(98237,30490,571,1,1,27068,0,5789.08,739.74,618.644,4.24115,300,0,0,12600,0,0,0,0,0),(98238,27930,571,1,1,24940,0,568.302,-5009.4,11.4776,3.82227,300,0,0,3524,0,0,0,0,0),(98239,28698,571,1,1,25614,0,5924.54,708.256,642.621,2.9147,300,0,0,10635,0,0,0,0,0),(98240,24090,571,1,1,22096,0,1037.61,-4865.72,9.03577,3.85718,300,0,0,1,2846,0,0,0,0),(98241,24090,571,1,1,22096,0,974.589,-5019.04,8.00035,0.959931,300,0,0,1,2846,0,0,0,0),(98242,29978,571,1,1,26065,1,8143.77,-1241.34,983.055,4.23345,300,5,0,11770,0,1,0,0,0),(98243,24090,571,1,1,22096,0,926.559,-4810.24,8.92717,4.4855,300,0,0,1,2846,0,0,0,0),(98244,24090,571,1,1,22096,0,992.907,-4946.46,6.09659,2.6529,300,0,0,1,2846,0,0,0,0),(98245,24090,571,1,1,22096,0,1056.9,-5059.33,10.9282,4.10152,300,0,0,1,2846,0,0,0,0),(98246,24090,571,1,1,22096,0,966.564,-4891.13,5.12397,1.76278,300,0,0,1,2846,0,0,0,0),(98247,29978,571,1,1,26065,1,8168.74,-1226.36,980.88,5.3058,300,0,0,11770,0,0,0,0,0),(203635,28600,571,1,1,0,1,6046.53,-4035.26,363.875,4.79966,120,0,0,1,0,0,0,0,0),(98249,28442,571,1,1,25442,0,6085.77,-3300.34,340.056,0,300,0,0,9103,8313,0,0,0,0),(98250,29978,571,1,1,26065,1,8251.32,-1223.93,980.638,4.64258,300,0,0,11770,0,0,0,0,0),(98251,29978,571,1,1,26065,1,8274.91,-1218.85,980.817,4.11898,300,0,0,11770,0,0,0,0,0),(98252,29978,571,1,1,26065,1,8284.2,-1284.89,981.93,3.69399,300,5,0,11770,0,1,0,0,0),(98253,29978,571,1,1,26065,1,8294.46,-1221.85,979.576,2.21666,300,5,0,11770,0,1,0,0,0),(98254,29978,571,1,1,26065,1,8482.1,-1479.01,980.677,3.59538,300,0,0,11770,0,0,0,0,0),(98255,29978,571,1,1,26065,1,8448.1,-1438.61,980.677,4.64258,300,0,0,11770,0,0,0,0,0),(98256,29978,571,1,1,26065,1,8508.08,-1449.84,980.104,2.29059,300,5,0,11770,0,1,0,0,0),(98257,29978,571,1,1,26065,1,8478.48,-1413.83,980.104,2.26523,300,5,0,11770,0,1,0,0,0),(98258,29978,571,1,1,26065,1,8300.37,-1291.63,980.608,3.8575,300,5,0,11770,0,1,0,0,0),(98259,29466,571,1,1,0,0,6673.24,-1128.9,762.749,6.26573,120,0,0,1,0,0,0,0,0),(98260,29978,571,1,1,26065,1,7847.49,-1741.42,1275.41,-0.3379,300,0,0,11770,0,0,0,0,0),(98261,29978,571,1,1,26065,1,8415.68,-1406.79,980.702,2.66441,300,5,0,11770,0,1,0,0,0),(98262,29978,571,1,1,26065,1,7843.55,-1736.06,1275.41,0.681703,300,0,0,11770,0,0,0,0,0),(98264,29978,571,1,1,26065,1,8382.26,-1331.22,979.577,2.28434,300,5,0,11770,0,1,0,0,0),(98265,29978,571,1,1,26065,1,8236.14,-1600.02,1171.5,-2.08783,300,0,0,11770,0,0,0,0,0),(98266,29466,571,1,1,0,0,6867.13,-1120.17,804.925,1.3439,120,0,0,1,0,0,0,0,0),(98267,29466,571,1,1,0,0,6748.8,-950.92,772.413,5.81195,120,0,0,1,0,0,0,0,0),(98268,29978,571,1,1,26065,1,7747.68,-1814,1257.98,-0.65855,300,0,0,11770,0,0,0,0,0),(98269,29978,571,1,1,26065,1,8207.68,-2324.08,1134.97,-1.02783,300,0,0,11770,0,0,0,0,0),(98270,29978,571,1,1,26065,1,8244.16,-2402.36,1135.79,-1.65698,300,0,0,11770,0,0,0,0,0),(98271,29466,571,1,1,0,0,6913.85,-1056.04,808.047,3.10669,120,0,0,1,0,0,0,0,0),(98272,29978,571,1,1,26065,1,7847.35,-1777.11,1275.36,0.049859,300,0,0,11770,0,0,0,0,0),(98273,29466,571,1,1,0,0,6846.94,-1102.88,805.056,0.767945,120,0,0,1,0,0,0,0,0),(98274,29978,571,1,1,26065,1,8263.36,-2270.32,1134.95,1.92803,300,0,0,11770,0,0,0,0,0),(98275,29978,571,1,1,26065,1,8227.44,-1603.43,1171.52,3.67721,300,0,0,11770,0,0,0,0,0),(98276,29978,571,1,1,26065,1,8023.83,-2300.75,1158,1.33695,300,0,0,11770,0,0,0,0,0),(98277,29978,571,1,1,26065,1,8238.08,-1601.35,1171.52,3.59943,300,0,0,11770,0,0,0,0,0),(98278,29978,571,1,1,26065,1,8082.87,-2378.85,1158,-1.51604,300,0,0,11770,0,0,0,0,0),(98279,29978,571,1,1,26065,1,7849.5,-1780.59,1275.36,1.17917,300,0,0,11770,0,0,0,0,0),(98280,29978,571,1,1,26065,1,8223.37,-1602.04,1171.52,-0.915482,300,0,0,11770,0,0,0,0,0),(98281,29978,571,1,1,26065,1,8087.06,-2382.48,1158,2.41225,300,0,0,11770,0,0,0,0,0),(98282,29466,571,1,1,0,0,6716.76,-1122.94,769.075,1.15192,120,0,0,1,0,0,0,0,0),(98283,29978,571,1,1,26065,1,8089.12,-2318.09,1158,3.35585,300,0,0,11770,0,0,0,0,0),(98284,29978,571,1,1,26065,1,8206.52,-2374.96,1136.32,-1.65797,300,0,0,11770,0,0,0,0,0),(98285,29466,571,1,1,0,0,6811.57,-1075.95,768.937,3.29867,120,0,0,1,0,0,0,0,0),(98286,29466,571,1,1,0,0,6812.06,-1050.3,769.054,3.87463,120,0,0,1,0,0,0,0,0),(98287,29978,571,1,1,26065,1,8050.26,-2319.13,1158,0.63916,300,0,0,11770,0,0,0,0,0),(98288,29466,571,1,1,0,0,6769.72,-1111.64,776.47,4.60767,120,0,0,1,0,0,0,0,0),(98289,29978,571,1,1,26065,1,8008.23,-2273.92,1158,3.12201,300,0,0,11770,0,0,0,0,0),(98290,29978,571,1,1,26065,1,8043.74,-2407.69,1158,4.86587,300,0,0,11770,0,0,0,0,0),(98291,29978,571,1,1,26065,1,8042.5,-2348.07,1158,2.08789,300,0,0,11770,0,0,0,0,0),(98292,29978,571,1,1,26065,1,8266.65,-2268.99,1134.95,2.70993,300,0,0,11770,0,0,0,0,0),(98293,29978,571,1,1,26065,1,7837.48,-1705.45,1275.34,0.677226,300,0,0,11770,0,0,0,0,0),(98294,29978,571,1,1,26065,1,7805.59,-1832.34,1257.98,1.85673,300,0,0,11770,0,0,0,0,0),(98295,29978,571,1,1,26065,1,8117.39,-2292.52,1159.03,2.73379,300,0,0,11770,0,0,0,0,0),(98296,29978,571,1,1,26065,1,8002.62,-2270.74,1158,-1.01024,300,0,0,11770,0,0,0,0,0),(98297,29978,571,1,1,26065,1,7807.43,-1894,1257.98,-3.10456,300,0,0,11770,0,0,0,0,0),(98298,29978,571,1,1,26065,1,8209.81,-2378.07,1136.19,-2.99464,300,0,0,11770,0,0,0,0,0),(98299,29978,571,1,1,26065,1,7857.23,-1744.95,1275.41,-0.152735,300,0,0,11770,0,0,0,0,0),(98300,29978,571,1,1,26065,1,7836.97,-1701.71,1275.35,-0.406326,300,0,0,11770,0,0,0,0,0),(98301,29978,571,1,1,26065,1,8036.08,-2256.81,1159.84,-1.53081,300,0,0,11770,0,0,0,0,0),(98302,29978,571,1,1,26065,1,7864,-1747.39,1275.4,2.60272,300,0,0,11770,0,0,0,0,0),(98303,29466,571,1,1,0,0,6729.33,-988.567,768.774,5.13127,120,0,0,1,0,0,0,0,0),(98304,29978,571,1,1,26065,1,7802.17,-1890.83,1257.98,-1.11844,300,0,0,11770,0,0,0,0,0),(98305,29978,571,1,1,26065,1,7959.66,-2226.07,1161.48,4.1884,300,0,0,11770,0,0,0,0,0),(98306,29978,571,1,1,26065,1,7748.2,-1878.79,1257.98,2.49977,300,0,0,11770,0,0,0,0,0),(98307,29978,571,1,1,26065,1,7812.24,-1828.88,1258.14,2.35104,300,0,0,11770,0,0,0,0,0),(98309,29978,571,1,1,26065,1,7746.52,-1856.16,1257.98,1.31981,300,0,0,11770,0,0,0,0,0),(98310,29978,571,1,1,26065,1,7883.36,-1778.5,1274.71,2.59808,300,0,0,11770,0,0,0,0,0),(98311,29978,571,1,1,26065,1,8230.02,-2296.67,1135.46,-0.547405,300,0,0,11770,0,0,0,0,0),(98312,29978,571,1,1,26065,1,8236.36,-2300.34,1135.67,2.63952,300,0,0,11770,0,0,0,0,0),(98313,29978,571,1,1,26065,1,8230.34,-2328.06,1134.95,2.19223,300,0,0,11770,0,0,0,0,0),(98314,29978,571,1,1,26065,1,7807.49,-1829.22,1258.04,0.93713,300,0,0,11770,0,0,0,0,0),(98315,29978,571,1,1,26065,1,7956.75,-2226.99,1161.15,2.08674,300,0,0,11770,0,0,0,0,0),(98316,29978,571,1,1,26065,1,7843.38,-1701.11,1275.34,-2.55053,300,0,0,11770,0,0,0,0,0),(98317,29978,571,1,1,26065,1,8280.74,-1230.25,980.638,4.15388,300,0,0,11770,0,0,0,0,0),(98318,29978,571,1,1,26065,1,8200.61,-2276.4,1134.95,2.00401,300,0,0,11770,0,0,0,0,0),(98319,29978,571,1,1,26065,1,8121.06,-2294.21,1158.88,1.80979,300,0,0,11770,0,0,0,0,0),(98320,29978,571,1,1,26065,1,7955.96,-2228.7,1160.6,1.77487,300,0,0,11770,0,0,0,0,0),(98321,29978,571,1,1,26065,1,8227.78,-2321.43,1134.95,-1.45629,300,0,0,11770,0,0,0,0,0),(98322,29978,571,1,1,26065,1,8274.85,-2348.78,1135.15,0.802846,300,0,0,11770,0,0,0,0,0),(98323,29978,571,1,1,26065,1,7831.72,-1671.6,1277.36,2.80256,300,0,0,11770,0,0,0,0,0),(98324,29978,571,1,1,26065,1,7748.22,-1879.2,1260.32,2.42048,300,5,0,11770,0,1,0,0,0),(98325,29978,571,1,1,26065,1,7997.9,-2260.44,1158,5.04488,300,0,0,11770,0,0,0,0,0),(98326,29978,571,1,1,26065,1,8403.94,-1381.56,980.477,3.56047,300,0,0,11770,0,0,0,0,0),(98327,29978,571,1,1,26065,1,7771.61,-1702.8,1286.03,1.79635,300,0,0,11770,0,0,0,0,0),(98328,29978,571,1,1,26065,1,7791.9,-1765.66,1275.35,-0.954073,300,0,0,11770,0,0,0,0,0),(98329,29978,571,1,1,26065,1,7764.78,-1828.23,1257.98,2.20003,300,0,0,11770,0,0,0,0,0),(98330,29978,571,1,1,26065,1,8032.83,-2261.83,1160.14,0.385555,300,0,0,11770,0,0,0,0,0),(98331,29978,571,1,1,26065,1,7792.17,-1759.76,1275.41,-1.71741,300,0,0,11770,0,0,0,0,0),(98332,29978,571,1,1,26065,1,8462.87,-1440.76,980.922,4.2586,300,0,0,11770,0,0,0,0,0),(98333,29978,571,1,1,26065,1,7798.76,-1837.71,1257.98,2.23396,300,0,0,11770,0,0,0,0,0),(98334,29978,571,1,1,26065,1,8258.65,-2261.49,1134.95,0.103803,300,0,0,11770,0,0,0,0,0),(98335,29978,571,1,1,26065,1,8232.87,-2294.93,1135.46,-1.49526,300,0,0,11770,0,0,0,0,0),(98336,29978,571,1,1,26065,1,8096.21,-2359.38,1158,1.90243,300,0,0,11770,0,0,0,0,0),(98337,29978,571,1,1,26065,1,7848.08,-1925.55,1261.98,2.16403,300,0,0,11770,0,0,0,0,0),(98338,29978,571,1,1,26065,1,7835.05,-1911.51,1257.98,0.453822,300,0,0,11770,0,0,0,0,0),(98339,29978,571,1,1,26065,1,7856,-1721.93,1275.33,2.61799,300,0,0,11770,0,0,0,0,0),(98340,29978,571,1,1,26065,1,7788.02,-1848.1,1257.94,0.872665,300,0,0,11770,0,0,0,0,0),(98341,29978,571,1,1,26065,1,7744.3,-1898.3,1257.94,1.78024,300,0,0,11770,0,0,0,0,0),(75042,27315,571,1,1,0,0,3718.5,-1323.4,125.035,1.81862,120,5,0,1,0,1,0,0,0),(98344,26907,571,1,1,24196,1,534.039,-5006.6,10.6165,5.89921,300,0,0,7181,0,0,0,0,0),(98345,24347,571,1,1,22328,1,1951.36,-6189.4,24.2477,4.90438,300,0,0,8982,0,0,0,0,0),(98346,28699,571,1,1,25615,0,5881.01,752.591,640.486,4.93928,300,0,0,10635,0,0,0,0,0),(98348,28443,571,1,1,25495,1,6006.05,4023.68,-44.8432,2.3911,300,0,0,125169,37250,0,0,0,0),(75036,27336,571,1,1,0,0,3771.59,-1131.89,121.54,5.28835,120,5,0,1,0,1,0,0,0),(75035,27336,571,1,1,0,0,3817.07,-1048.89,119.909,1.82263,120,5,0,1,0,1,0,0,0),(75034,27336,571,1,1,0,0,3823.8,-1083.31,119.539,1.96393,120,5,0,1,0,1,0,0,0),(98356,29979,571,1,1,25953,0,8146.43,-1242.72,983.055,4.09157,300,5,0,11770,3809,1,0,0,0),(98357,29979,571,1,1,25953,0,8156.33,-1245.36,982.191,5.84685,300,0,0,11770,3809,0,0,0,0),(98358,29211,571,1,1,27309,1,5273.43,-2541.08,288.736,4.67748,300,0,0,10635,0,0,0,0,0),(98359,29211,571,1,1,27309,1,5234.44,-2516.1,289.936,2.98451,300,0,0,10635,0,0,0,0,0),(98360,29211,571,1,1,27309,1,5251.91,-2540.94,289.738,4.69494,300,0,0,10635,0,0,0,0,0),(98361,29211,571,1,1,27309,1,5288.17,-2500.91,287.529,-1.00207,300,0,0,10635,0,0,0,0,0),(98362,29211,571,1,1,27309,1,5310.94,-2480.07,287.682,0.593412,300,0,0,10635,0,0,0,0,0),(98363,29211,571,1,1,27309,1,5312.56,-2573.46,289.45,4.74729,300,0,0,10635,0,0,0,0,0),(98364,29211,571,1,1,27309,1,5234.96,-2464.5,287.634,-0.433496,300,0,0,10635,0,0,0,0,0),(98365,29211,571,1,1,27309,1,5263.53,-2432.97,290.134,3.12414,300,0,0,10635,0,0,0,0,0),(98366,29211,571,1,1,27309,1,5260.29,-2471.15,288.05,4.65657,300,0,0,10635,0,0,0,0,0),(98367,29211,571,1,1,27309,1,5215.58,-2497.72,288.79,4.67748,300,0,0,10635,0,0,0,0,0),(98368,29979,571,1,1,25953,0,8285.78,-1287.45,981.93,3.69405,300,5,0,11770,3809,1,0,0,0),(98369,29979,571,1,1,25953,0,8296.86,-1220.04,979.576,2.21661,300,5,0,11770,3809,1,0,0,0),(98370,29979,571,1,1,25953,0,8289.83,-1240.2,980.638,3.54302,300,0,0,11770,3809,0,0,0,0),(98371,29979,571,1,1,25953,0,8417.83,-1411.28,980.711,3.62752,300,5,0,11770,3809,1,0,0,0),(98372,29979,571,1,1,25953,0,8463.51,-1455.91,980.677,3.9968,300,0,0,11770,3809,0,0,0,0),(98373,29979,571,1,1,25953,0,8505.83,-1451.82,980.104,2.29058,300,5,0,11770,3809,1,0,0,0),(98374,29979,571,1,1,25953,0,8480.79,-1411.91,980.104,2.26516,300,5,0,11770,3809,1,0,0,0),(98375,29979,571,1,1,25953,0,8298.4,-1289.37,980.68,3.85749,300,5,0,11770,3809,1,0,0,0),(98376,29979,571,1,1,25953,0,8358.96,-1344.29,980.634,4.4855,300,0,0,11770,3809,0,0,0,0),(98377,29979,571,1,1,25953,0,8394.63,-1391.23,980.673,2.87979,300,0,0,11770,3809,0,0,0,0),(98378,29979,571,1,1,25953,0,8389.81,-1335.36,979.577,2.28465,300,5,0,11770,3809,1,0,0,0),(98379,29979,571,1,1,25953,0,8076.01,-2264.8,1158.28,-0.533072,300,0,0,11770,3809,0,0,0,0),(98380,29979,571,1,1,25953,0,8005.32,-2277.44,1158,1.77749,300,0,0,11770,3809,0,0,0,0),(98381,29979,571,1,1,25953,0,8083.71,-2314.18,1158,5.08389,300,0,0,11770,3809,0,0,0,0),(98382,29979,571,1,1,25953,0,8236.72,-1605.96,1171.52,2.52948,300,0,0,11770,3809,0,0,0,0),(98383,29979,571,1,1,25953,0,8086.58,-2320.92,1158,2.00395,300,0,0,11770,3809,0,0,0,0),(98384,29979,571,1,1,25953,0,8081.44,-2385.75,1158,1.10402,300,0,0,11770,3809,0,0,0,0),(98385,29979,571,1,1,25953,0,8087.43,-2315.73,1158,-2.11191,300,0,0,11770,3809,0,0,0,0),(98386,29979,571,1,1,25953,0,8235.48,-1600.61,1171.47,-2.22509,300,0,0,11770,3809,0,0,0,0),(98387,29979,571,1,1,25953,0,8075.51,-2267.02,1158.4,0.096833,300,0,0,11770,3809,0,0,0,0),(98388,29979,571,1,1,25953,0,7998.15,-2260.15,1158,-1.32997,300,0,0,11770,3809,0,0,0,0),(98389,29979,571,1,1,25953,0,8125.4,-2354.17,1158,2.85225,300,0,0,11770,3809,0,0,0,0),(98390,29979,571,1,1,25953,0,8297.16,-1249.9,980.638,3.735,300,0,0,11770,3809,0,0,0,0),(98391,29979,571,1,1,25953,0,8117.66,-2358.09,1158,1.46888,300,0,0,11770,3809,0,0,0,0),(98392,29979,571,1,1,25953,0,8466.08,-1507.03,980.835,4.56823,300,0,0,11770,3809,0,0,0,0),(98393,29979,571,1,1,25953,0,8055.47,-2321.3,1158,2.18473,300,0,0,11770,3809,0,0,0,0),(98394,29979,571,1,1,25953,0,8152.33,-1235.16,981.55,5.93412,300,0,0,11770,3809,0,0,0,0),(98395,29979,571,1,1,25953,0,8348.33,-1364.88,980.616,2.6604,300,0,0,11770,3809,0,0,0,0),(98396,29979,571,1,1,25953,0,8293.71,-1265.27,980.684,2.93215,300,0,0,11770,3809,0,0,0,0),(98397,29979,571,1,1,25953,0,8435.29,-1444.83,980.673,4.46804,300,0,0,11770,3809,0,0,0,0),(98398,29979,571,1,1,25953,0,8470.94,-1468.32,980.677,3.92699,300,0,0,11770,3809,0,0,0,0),(98399,29979,571,1,1,25953,0,8229.88,-1599.03,1171.52,-1.43831,300,0,0,11770,3809,0,0,0,0),(98400,29979,571,1,1,25953,0,7999.98,-2275.92,1158,0.416818,300,0,0,11770,3809,0,0,0,0),(98402,26652,571,1,1,23976,1,3819.54,1618.86,89.8234,0.256114,300,0,0,106350,35610,0,0,0,0),(98403,23836,571,1,1,89,1,1311.06,-3415.68,179.358,6.0753,300,5,0,3237,0,1,0,0,0),(98404,29724,571,1,1,26475,1,8329.27,-1060.86,924.924,1.69297,300,0,0,12175,3893,0,0,0,0),(98405,29468,571,1,1,26271,0,5950.65,-1851.12,248.392,1.65806,300,5,0,12600,0,1,0,0,0),(98406,26908,571,1,1,24151,0,608.026,-4924.19,17.9667,3.35103,300,0,0,7181,0,0,0,0,0),(98407,24092,571,1,1,17612,0,1794.06,-4221.03,297.419,4.55531,300,0,0,42,0,0,0,0,0),(98408,23836,571,1,1,20488,1,1380.09,-3415.5,181.374,3.82227,300,5,0,3237,0,1,0,0,0),(98409,23836,571,1,1,20488,1,1325.48,-3431.05,176.857,4.93928,300,5,0,3237,0,1,0,0,0),(98410,23836,571,1,1,89,1,1394.34,-3421.16,181.351,3.15906,300,5,0,3237,0,1,0,0,0),(98411,23836,571,1,1,20488,1,1482.02,-3407.08,171.371,0.471239,300,5,0,3237,0,1,0,0,0),(98412,23836,571,1,1,20488,1,1331.36,-3399.36,182.558,1.52115,300,5,0,3237,0,1,0,0,0),(98413,23836,571,1,1,89,1,1463.65,-3433.45,173.365,0.342498,300,5,0,3237,0,1,0,0,0),(98414,23836,571,1,1,20488,1,1426.04,-3417.19,181.115,4.34587,300,5,0,3237,0,1,0,0,0),(98415,29980,571,1,1,26662,1,8196.98,-2276.3,1135.49,-0.026589,300,0,0,18900,0,0,0,0,0),(98416,24348,571,1,1,22329,0,1886.08,-6204.48,23.8363,1.81514,300,0,0,8982,0,0,0,0,0),(98417,28956,571,1,1,25806,0,5803.01,595.768,652.834,5.044,300,0,0,8508,7981,0,0,0,0),(98418,23836,571,1,1,20488,1,1387.38,-3433.1,179.374,4.53304,300,5,0,3237,0,1,0,0,0),(98419,23836,571,1,1,20488,1,1450.52,-3394.27,180.399,0.244346,300,5,0,3237,0,1,0,0,0),(98420,29724,571,1,1,26476,1,8319.95,-950.624,923.957,4.79965,300,0,0,12175,3893,0,0,0,0),(98421,28700,571,1,1,25616,0,5908.16,764.413,641.169,4.62512,300,0,0,10635,0,0,0,0,0),(98422,23836,571,1,1,89,1,1311.07,-3417.76,179.672,0.318195,300,5,0,3237,0,1,0,0,0),(98423,23836,571,1,1,20488,1,1478.77,-3460.25,172.145,6.16101,300,5,0,3237,0,1,0,0,0),(98424,27676,571,1,1,23814,1,4433.41,-2426.21,238.656,1.44862,300,0,0,9940,0,0,0,0,0),(98425,27676,571,1,1,23814,1,4334.23,-2374.32,228.049,0.314159,300,0,0,9940,0,0,0,0,0),(98426,27676,571,1,1,23812,1,4393.5,-2410.04,232.817,1.6057,300,0,0,9940,0,0,0,0,0),(98427,27676,571,1,1,23814,1,4353.58,-2407.52,232.546,1.18682,300,0,0,9940,0,0,0,0,0),(98428,27676,571,1,1,23812,1,4312.31,-2382.77,230.597,2.85745,300,0,0,9940,0,0,0,0,0),(98429,27676,571,1,1,23814,1,4350.35,-2392.51,231.72,0.750492,300,0,0,9940,0,0,0,0,0),(98430,27676,571,1,1,23812,1,4350.42,-2388.7,231.12,5.74213,300,0,0,9940,0,0,0,0,0),(98431,27676,571,1,1,23812,1,4368.71,-2416.79,235.821,2.19912,300,0,0,9940,0,0,0,0,0),(98432,27676,571,1,1,23814,1,4414.04,-2417.21,234.358,1.44862,300,0,0,9940,0,0,0,0,0),(98434,27676,571,1,1,23813,1,4162.51,-2422.11,232.452,2.75762,300,0,0,9940,0,0,0,0,0),(98435,27676,571,1,1,23813,1,4217.47,-2421.81,231.958,2.26893,300,0,0,9940,0,0,0,0,0),(98436,27676,571,1,1,23812,1,4243.02,-2415.88,230.679,1.76278,300,0,0,9940,0,0,0,0,0),(98437,27676,571,1,1,23812,1,4249.51,-2400.39,230.655,1.8675,300,0,0,9940,0,0,0,0,0),(98438,29980,571,1,1,26662,1,8199.98,-2275.06,1135.21,-1.1324,300,0,0,18900,0,0,0,0,0),(98439,29980,571,1,1,26662,1,8281.08,-2340.38,1136.13,4.67725,300,0,0,18900,0,0,0,0,0),(98440,29980,571,1,1,26662,1,8110.39,-2407.73,1159.87,2.11185,300,0,0,18900,0,0,0,0,0),(98441,29980,571,1,1,26662,1,8105.9,-2410.24,1159.69,1.74533,300,0,0,18900,0,0,0,0,0),(98442,29980,571,1,1,26662,1,8278.31,-2345.2,1136.02,3.97076,300,5,0,18900,0,1,0,0,0),(98443,29980,571,1,1,26662,1,8045.03,-2407.08,1158,2.54324,300,0,0,18900,0,0,0,0,0),(98444,29980,571,1,1,26662,1,8044.33,-2403.91,1158,-1.72525,300,0,0,18900,0,0,0,0,0),(98445,29980,571,1,1,26662,1,7769.17,-1673.39,1282.36,1.49791,300,0,0,18900,0,0,0,0,0),(98446,29980,571,1,1,26662,1,7767.36,-1672.88,1282.36,1.08738,300,0,0,18900,0,0,0,0,0),(98447,29980,571,1,1,26662,1,8151.65,-1633.73,1219.89,1.36988,300,0,0,18900,0,0,0,0,0),(98448,29980,571,1,1,26662,1,8264.13,-2265.15,1134.95,-2.85722,300,0,0,18900,0,0,0,0,0),(98449,29980,571,1,1,26662,1,8262.08,-2266.88,1134.95,0.692156,300,0,0,18900,0,0,0,0,0),(98450,29980,571,1,1,26662,1,8176.13,-2352.71,1138.75,0.174533,300,0,0,18900,0,0,0,0,0),(98451,29980,571,1,1,26662,1,8105.35,-1537.75,1220.51,-0.197484,300,0,0,18900,0,0,0,0,0),(98452,29980,571,1,1,26662,1,8176.58,-2358.07,1139.26,0.261799,300,0,0,18900,0,0,0,0,0),(98453,29724,571,1,1,26476,1,8140.12,-1125.28,925.848,1.83755,300,5,0,12175,3893,1,0,0,0),(98454,29724,571,1,1,26476,1,8328.57,-1125.45,924.026,6.17837,300,5,0,12175,3893,1,0,0,0),(98455,29724,571,1,1,26476,1,8319.7,-1163.29,925.14,1.77126,300,5,0,12175,3893,1,0,0,0),(98456,29724,571,1,1,26476,1,8328.77,-974.422,924.124,1.14845,300,5,0,12175,3893,1,0,0,0),(98457,29724,571,1,1,26475,1,8298.81,-1100.7,924.024,1.64372,300,5,0,12175,3893,1,0,0,0),(98458,29724,571,1,1,26475,1,8240.82,-997.375,923.999,2.57983,300,5,0,12175,3893,1,0,0,0),(98459,29724,571,1,1,26476,1,8202.88,-1078.39,923.986,4.89638,300,5,0,12175,3893,1,0,0,0),(98460,29724,571,1,1,26475,1,8193.24,-1125.8,925.169,4.99055,300,5,0,12175,3893,1,0,0,0),(98461,29724,571,1,1,26475,1,8143.57,-1100.31,923.999,4.14572,300,5,0,12175,3893,1,0,0,0),(98462,29724,571,1,1,26475,1,8295.35,-1118.2,925.271,5.91977,300,5,0,12175,3893,1,0,0,0),(98463,29980,571,1,1,26662,1,7954.96,-2223.83,1161.68,5.70723,300,0,0,18900,0,0,0,0,0),(98464,29724,571,1,1,26477,1,8300.18,-741.451,924.977,6.20102,300,5,0,12175,3893,1,0,0,0),(98465,29724,571,1,1,26476,1,8292.79,-733.79,925.854,5.28361,300,5,0,12175,3893,1,0,0,0),(98466,29724,571,1,1,26477,1,8295.53,-995.173,923.999,0.35298,300,5,0,12175,3893,1,0,0,0),(98467,29980,571,1,1,26662,1,7957.2,-2225.37,1161.5,-1.92675,300,0,0,18900,0,0,0,0,0),(98468,29980,571,1,1,26662,1,8114.02,-2291.06,1159.1,3.52238,300,0,0,18900,0,0,0,0,0),(98469,29980,571,1,1,26662,1,8003.65,-2274.17,1158,-1.09869,300,0,0,18900,0,0,0,0,0),(98470,29980,571,1,1,26662,1,7999.03,-2263.71,1158,1.90322,300,0,0,18900,0,0,0,0,0),(98471,29980,571,1,1,26662,1,7804.55,-1828.82,1257.96,4.08407,300,0,0,18900,0,0,0,0,0),(98472,29980,571,1,1,26662,1,8108.13,-1534.4,1220.44,5.11381,300,0,0,18900,0,0,0,0,0),(98474,29980,571,1,1,26662,1,7718.61,-1841.77,1257.98,6.00393,300,0,0,18900,0,0,0,0,0),(98475,29980,571,1,1,26662,1,7718.54,-1847.23,1257.98,6.26573,300,0,0,18900,0,0,0,0,0),(98476,29980,571,1,1,26662,1,8083.07,-2382.51,1158,-2.03745,300,0,0,18900,0,0,0,0,0),(98477,29724,571,1,1,26475,1,8204.62,-975.199,925.106,4.58124,300,5,0,12175,3893,1,0,0,0),(98478,29980,571,1,1,26662,1,8152.03,-1627.89,1220.32,-1.19662,300,0,0,18900,0,0,0,0,0),(98479,29724,571,1,1,26475,1,8275.3,-777.614,923.999,0.144793,300,5,0,12175,3893,1,0,0,0),(98480,29724,571,1,1,26476,1,8194.9,-1039.65,923.969,4.69313,300,5,0,12175,3893,1,0,0,0),(98481,29724,571,1,1,26476,1,8191.8,-987.329,925.427,1.38146,300,5,0,12175,3893,1,0,0,0),(98482,29980,571,1,1,26662,1,7791.64,-1763.39,1275.38,5.2391,300,0,0,18900,0,0,0,0,0),(98483,29724,571,1,1,26475,1,8263.16,-937.055,923.999,3.22904,300,5,0,12175,3893,1,0,0,0),(98484,29724,571,1,1,26477,1,8249.23,-985.085,923.999,1.9738,300,5,0,12175,3893,1,0,0,0),(98485,29980,571,1,1,26662,1,8243.85,-2406.01,1135.68,4.80231,300,0,0,18900,0,0,0,0,0),(98486,29980,571,1,1,26662,1,8209.58,-2327.22,1134.95,-0.58877,300,0,0,18900,0,0,0,0,0),(98487,29980,571,1,1,26662,1,8053.36,-2318.3,1158,-1.45575,300,0,0,18900,0,0,0,0,0),(98488,29980,571,1,1,26662,1,8121.89,-2353.13,1158,-0.289339,300,0,0,18900,0,0,0,0,0),(98489,29724,571,1,1,26475,1,8251.53,-707.42,924.032,6.0183,300,5,0,12175,3893,1,0,0,0),(98490,29724,571,1,1,26477,1,8266.45,-832.498,923.999,5.92264,300,5,0,12175,3893,1,0,0,0),(98491,29724,571,1,1,26476,1,8198.9,-740.615,926.893,5.95083,300,5,0,12175,3893,1,0,0,0),(98493,29724,571,1,1,26477,1,8208.88,-719.525,925.851,5.38712,300,5,0,12175,3893,1,0,0,0),(98494,29980,571,1,1,26662,1,7771.35,-1698.96,1285.98,1.93893,300,0,0,18900,0,0,0,0,0),(98495,29724,571,1,1,26477,1,8270.73,-1024.35,923.999,2.3554,300,5,0,12175,3893,1,0,0,0),(98496,29980,571,1,1,26662,1,7851.01,-1776.92,1275.36,1.17936,300,5,0,18900,0,1,0,0,0),(98497,29724,571,1,1,26475,1,8187.46,-872.151,956.127,-1.48301,300,0,0,12175,3893,0,0,0,0),(98498,29980,571,1,1,26662,1,7846.15,-1894.89,1257.94,2.67035,300,0,0,18900,0,0,0,0,0),(98499,29724,571,1,1,26477,1,8135.58,-896.79,955.784,1.70296,300,0,0,12175,3893,0,0,0,0),(98500,29724,571,1,1,26477,1,8142.25,-881.904,955.784,2.69138,300,0,0,12175,3893,0,0,0,0),(98501,29724,571,1,1,26477,1,8179.01,-876.362,955.743,0.558246,300,0,0,12175,3893,0,0,0,0),(98502,29724,571,1,1,26477,1,8155.87,-833.557,955.786,2.56237,300,0,0,12175,3893,0,0,0,0),(98503,29724,571,1,1,26475,1,8130.18,-889.489,955.784,0.687701,300,0,0,12175,3893,0,0,0,0),(98504,29724,571,1,1,26476,1,8173.85,-822.118,955.759,-2.2573,300,0,0,12175,3893,0,0,0,0),(98505,29980,571,1,1,26662,1,8233.15,-2298.58,1135.64,1.01229,300,0,0,18900,0,0,0,0,0),(98506,29724,571,1,1,26475,1,8284.15,-853.42,923.999,4.92224,300,5,0,12175,3893,1,0,0,0),(98507,29724,571,1,1,26477,1,8284,-812.584,923.986,5.41384,300,5,0,12175,3893,1,0,0,0),(98508,29724,571,1,1,26476,1,8139.9,-825.217,955.784,-2.66518,300,0,0,12175,3893,0,0,0,0),(98509,29724,571,1,1,26475,1,8310.27,-813.791,924.599,4.72984,300,0,0,12175,3893,0,0,0,0),(98510,29724,571,1,1,26477,1,8240.53,-870.075,925.9,6.03884,300,0,0,12175,3893,0,0,0,0),(98511,29724,571,1,1,26475,1,8311.94,-909.519,923.957,1.71042,300,0,0,12175,3893,0,0,0,0),(98512,29980,571,1,1,26662,1,7750.58,-1816.24,1257.98,2.03247,300,0,0,18900,0,0,0,0,0),(98513,29980,571,1,1,26662,1,7842.94,-1900.96,1257.94,2.58309,300,0,0,18900,0,0,0,0,0),(98514,29724,571,1,1,26476,1,8245.39,-892.357,923.999,0.732043,300,0,0,12175,3893,0,0,0,0),(98515,29980,571,1,1,26662,1,8234.32,-1603.2,1171.52,2.01016,300,0,0,18900,0,0,0,0,0),(98516,29980,571,1,1,26662,1,7745.26,-1876.6,1257.98,2.51556,300,0,0,18900,0,0,0,0,0),(98517,29980,571,1,1,26662,1,7885.19,-1781.68,1274.69,2.09275,300,0,0,18900,0,0,0,0,0),(98518,29980,571,1,1,26662,1,7829.64,-1666.9,1278.49,5.5107,300,0,0,18900,0,0,0,0,0),(98519,29980,571,1,1,26662,1,7850.95,-1742.64,1275.41,-0.336904,300,0,0,18900,0,0,0,0,0),(98520,29980,571,1,1,26662,1,8085.04,-2317.59,1158,1.9423,300,0,0,18900,0,0,0,0,0),(98521,29980,571,1,1,26662,1,7747.17,-1853.63,1257.98,-1.82188,300,0,0,18900,0,0,0,0,0),(98522,29980,571,1,1,26662,1,8230.37,-1602.66,1171.51,0.858443,300,0,0,18900,0,0,0,0,0),(98523,29980,571,1,1,26662,1,7826.99,-1669.93,1277.99,6.04942,300,0,0,18900,0,0,0,0,0),(98524,29980,571,1,1,26662,1,7768.75,-1699.22,1285.4,1.35856,300,0,0,18900,0,0,0,0,0),(98525,29980,571,1,1,26662,1,8040.69,-2344.88,1157.96,0.907571,300,0,0,18900,0,0,0,0,0),(98526,29980,571,1,1,26662,1,8024.68,-2297.19,1158,-1.80463,300,0,0,18900,0,0,0,0,0),(98527,29980,571,1,1,26662,1,7985.94,-2248.5,1157.96,4.60767,300,0,0,18900,0,0,0,0,0),(98528,23837,571,1,1,11686,0,4392.72,6146.85,-0.418814,1.8675,300,0,0,42,0,0,0,0,0),(98529,23837,571,1,1,11686,0,4489.69,5715.45,81.4363,4.08407,300,0,0,42,0,0,0,0,0),(98530,23837,571,1,1,11686,0,4506.49,5729.94,80.9938,1.74533,300,0,0,42,0,0,0,0,0),(98531,23837,571,1,1,11686,0,4509.07,5742.84,80.5491,5.46288,300,0,0,42,0,0,0,0,0),(98532,23837,571,1,1,11686,0,4458.1,5712.15,81.1083,4.7822,300,0,0,42,0,0,0,0,0),(98533,26653,571,1,1,23984,0,3675.86,2158.72,35.2196,0.069813,300,0,0,106350,0,0,0,0,0),(98534,23837,571,1,1,11686,0,2907.16,1818.61,130.879,0.10472,300,0,0,42,0,0,0,0,0),(98535,23837,571,1,1,11686,0,2878.1,1814.4,133.796,2.49582,300,0,0,42,0,0,0,0,0),(98536,23837,571,1,1,11686,0,3083.07,2215.47,11.9925,1.74533,300,0,0,42,0,0,0,0,0),(98537,23837,571,1,1,11686,0,3116.51,2154.6,19.6857,5.21853,300,0,0,42,0,0,0,0,0),(98538,23837,571,1,1,11686,0,3200.63,2221.34,66.1775,5.93412,300,0,0,42,0,0,0,0,0),(98539,23837,571,1,1,11686,0,3263.98,-623.401,170.712,4.11898,300,0,0,42,0,0,0,0,0),(98540,23837,571,1,1,11686,0,3264.49,-639.688,170.566,6.05629,300,0,0,42,0,0,0,0,0),(98542,23837,571,1,1,11686,0,4512.01,5337.58,-30.1183,0.436332,300,0,0,42,0,0,0,0,0),(98543,23837,571,1,1,11686,0,4435.12,5359.16,-15.7857,2.94961,300,0,0,42,0,0,0,0,0),(98544,23837,571,1,1,11686,0,4501.02,5336.84,-30.1182,5.72468,300,0,0,42,0,0,0,0,0),(98545,23837,571,1,1,11686,0,4521.8,5669.84,81.4178,0.767945,300,0,0,42,0,0,0,0,0),(98546,23837,571,1,1,11686,0,5740.7,-3584.48,386.66,1.3439,300,0,0,42,0,0,0,0,0),(98547,23837,571,1,1,11686,0,5731.18,-3564.15,392.61,5.75959,300,0,0,42,0,0,0,0,0),(98548,23837,571,1,1,11686,0,5737,-3563.43,387.678,5.28835,300,0,0,42,0,0,0,0,0),(98549,23837,571,1,1,11686,0,5736.57,-3580.07,386.935,1.02974,300,0,0,42,0,0,0,0,0),(98550,23837,571,1,1,11686,0,5613.52,-3476.78,350.41,6.00393,300,0,0,42,0,0,0,0,0),(98551,23837,571,1,1,11686,0,5581.09,-3535.15,350.41,0.872665,300,0,0,42,0,0,0,0,0),(98552,23837,571,1,1,11686,0,-88.0832,-3673.03,13.1715,5.20108,300,0,0,42,0,0,0,0,0),(98553,23837,571,1,1,11686,0,-85.2257,-3682.11,13.0908,3.61283,300,0,0,42,0,0,0,0,0),(98554,23837,571,1,1,11686,0,-83.5384,-3674.62,13.2403,4.4855,300,0,0,42,0,0,0,0,0),(98555,23837,571,1,1,11686,0,-110.282,-3674.52,18.397,0.698132,300,0,0,42,0,0,0,0,0),(98556,23837,571,1,1,11686,0,-70.1025,-3674.54,13.5093,3.00197,300,0,0,42,0,0,0,0,0),(98557,23837,571,1,1,11686,0,-77.9989,-3680.25,13.2693,1.50098,300,0,0,42,0,0,0,0,0),(98558,23837,571,1,1,11686,0,-70.5106,-3682.76,13.488,3.68265,300,0,0,42,0,0,0,0,0),(98559,23837,571,1,1,11686,0,-94.9336,-3678.21,13.0852,1.06465,300,0,0,42,0,0,0,0,0),(98560,23837,571,1,1,11686,0,-120.157,-3672.29,19.9784,5.20108,300,0,0,42,0,0,0,0,0),(98561,23837,571,1,1,11686,0,-79.1311,-3670.1,13.1645,1.3439,300,0,0,42,0,0,0,0,0),(98562,23837,571,1,1,11686,0,5920.28,-3807.83,367.673,5.72468,300,0,0,42,0,0,0,0,0),(98563,27421,571,1,1,24630,0,4161.98,-4135.42,199.709,5.95406,300,5,0,9940,0,1,0,0,0),(98564,23837,571,1,1,11686,0,3070.32,1399.9,122.984,5.32325,300,0,0,42,0,0,0,0,0),(98565,23837,571,1,1,11686,0,1707.5,-4108.61,285.634,5.37561,300,0,0,42,0,0,0,0,0),(98566,23837,571,1,1,11686,0,4365.36,4572.35,71.8274,5.61996,300,0,0,42,0,0,0,0,0),(98567,23837,571,1,1,11686,0,4356.57,4575.63,22.2739,1.48353,300,0,0,42,0,0,0,0,0),(98568,23837,571,1,1,11686,0,4410.35,4553.65,93.7422,2.16421,300,0,0,42,0,0,0,0,0),(98569,23837,571,1,1,11686,0,4404.07,4556.52,90.9515,2.35619,300,0,0,42,0,0,0,0,0),(98570,23837,571,1,1,11686,0,4397.28,4587.85,127.159,3.03687,300,0,0,42,0,0,0,0,0),(98571,23837,571,1,1,11686,0,4412.57,4556.37,97.1511,4.41568,300,0,0,42,0,0,0,0,0),(98572,23837,571,1,1,11686,0,4406.71,4558.16,90.9546,2.11185,300,0,0,42,0,0,0,0,0),(98573,23837,571,1,1,11686,0,4406.88,4552.54,91.3327,2.93215,300,0,0,42,0,0,0,0,0),(98574,23837,571,1,1,11686,0,4407.89,4555.36,94.2708,3.61283,300,0,0,42,0,0,0,0,0),(98575,23837,571,1,1,11686,0,4180.98,5246.49,43.5983,1.309,300,0,0,42,0,0,0,0,0),(98576,23837,571,1,1,11686,0,4181.7,5257.24,33.0113,4.66003,300,0,0,42,0,0,0,0,0),(98579,23837,571,1,1,11686,0,2033.74,-4083.85,219.8,2.79253,300,0,0,42,0,0,0,0,0),(98580,23837,571,1,1,11686,0,1839.45,-4146.39,224.137,4.29351,300,0,0,42,0,0,0,0,0),(98581,23837,571,1,1,11686,0,1941.01,-4046.79,215.445,2.72271,300,0,0,42,0,0,0,0,0),(98582,23837,571,1,1,11686,0,2017.56,-4005.72,219.409,4.03171,300,0,0,42,0,0,0,0,0),(98583,23837,571,1,1,11686,0,1606.75,-4183.57,272.604,5.8294,300,0,0,42,0,0,0,0,0),(98584,23837,571,1,1,11686,0,1943.56,-4063.97,214.617,5.07891,300,0,0,42,0,0,0,0,0),(98585,23837,571,1,1,11686,0,2016.23,-4106.58,219.248,5.91667,300,0,0,42,0,0,0,0,0),(98586,23837,571,1,1,11686,0,2031.76,-4200.17,213.747,1.78024,300,0,0,42,0,0,0,0,0),(98587,23837,571,1,1,11686,0,1776.27,-4046.83,236.358,4.62512,300,0,0,42,0,0,0,0,0),(98588,23837,571,1,1,11686,0,2044.24,-4157.65,217.35,3.05433,300,0,0,42,0,0,0,0,0),(98589,28701,571,1,1,26075,0,5871.05,714.891,643.176,1.29154,300,0,0,10635,0,0,0,0,0),(98590,23837,571,1,1,11686,0,2643.22,-3520.04,206.015,0.977384,300,0,0,42,0,0,0,0,0),(98591,23837,571,1,1,11686,0,2724.84,-3774.67,232.234,3.38594,300,0,0,42,0,0,0,0,0),(98592,23837,571,1,1,11686,0,2708.14,-3502.85,206.936,2.96706,300,0,0,42,0,0,0,0,0),(98593,23837,571,1,1,11686,0,2827.85,-425.946,119.97,0.645772,300,0,0,42,0,0,0,0,0),(98594,23837,571,1,1,11686,0,4483.5,5696.3,81.3945,4.90438,300,0,0,42,0,0,0,0,0),(98595,23837,571,1,1,11686,0,4466.91,5723.73,80.6648,3.71755,300,0,0,42,0,0,0,0,0),(98596,23837,571,1,1,11686,0,4496.74,5691.1,81.5033,0.610865,300,0,0,42,0,0,0,0,0),(98597,23837,571,1,1,11686,0,1466.52,-3433,172.612,3.01942,300,0,0,42,0,0,0,0,0),(98598,23837,571,1,1,11686,0,1313.9,-3416.65,178.679,5.46288,300,0,0,42,0,0,0,0,0),(98599,23837,571,1,1,11686,0,3138.47,2136.04,23.7628,6.03884,300,0,0,42,0,0,0,0,0),(98600,23837,571,1,1,11686,0,3191.62,2113.95,26.7284,5.48033,300,0,0,42,0,0,0,0,0),(98601,23837,571,1,1,11686,0,4522.66,5297.46,-28.6229,5.5676,300,0,0,42,0,0,0,0,0),(98602,23837,571,1,1,11686,0,4513.15,5297.08,-28.9333,0.750492,300,0,0,42,0,0,0,0,0),(98603,23837,571,1,1,11686,0,4511.17,5362.78,-31.5821,6.16101,300,0,0,42,0,0,0,0,0),(98604,23837,571,1,1,11686,0,-76.8402,-3675.36,13.3322,4.38078,300,0,0,42,0,0,0,0,0),(98605,23837,571,1,1,11686,0,-93.9092,-3671.83,13.1117,0.767945,300,0,0,42,0,0,0,0,0),(98606,23837,571,1,1,11686,0,-113.945,-3671.23,18.9019,6.17846,300,0,0,42,0,0,0,0,0),(98607,23837,571,1,1,11686,0,-61.7566,-3677.02,13.722,4.72984,300,0,0,42,0,0,0,0,0),(98608,23837,571,1,1,11686,0,-104.918,-3671.07,17.8014,3.82227,300,0,0,42,0,0,0,0,0),(98609,31517,571,1,1,11686,0,5698.82,606.17,646.398,0.610865,300,5,0,10282,0,1,0,0,0),(98610,23837,571,1,1,11686,0,2802.85,-3574.56,164.129,5.32325,300,0,0,42,0,0,0,0,0),(98611,23837,571,1,1,11686,0,2575.44,-3612.71,164.963,3.54302,300,0,0,42,0,0,0,0,0),(98612,23837,571,1,1,11686,0,2595.3,-3579.11,166.935,1.0472,300,0,0,42,0,0,0,0,0),(98613,23837,571,1,1,11686,0,2768.43,-3524.72,169.484,5.35816,300,0,0,42,0,0,0,0,0),(98614,23837,571,1,1,11686,0,2567.41,-3627.91,164.698,5.51524,300,0,0,42,0,0,0,0,0),(98615,27421,571,1,1,24630,0,4173.05,-4249.79,248.071,2.77631,300,5,0,9940,0,1,0,0,0),(98616,27421,571,1,1,24630,0,4196.54,-4193.1,216.373,2.23852,300,5,0,9940,0,1,0,0,0),(98617,23837,571,1,1,11686,0,3042,1399.95,121.204,3.00197,300,0,0,42,0,0,0,0,0),(98618,24349,571,1,1,22331,1,1969.99,-6142.63,25.0406,4.55531,300,0,0,8982,0,0,0,0,0),(98619,23837,571,1,1,11686,0,1696.48,-4242.51,245.796,2.37365,300,0,0,42,0,0,0,0,0),(98620,23837,571,1,1,11686,0,1849.87,-4185.69,215.354,4.88692,300,0,0,42,0,0,0,0,0),(98621,23837,571,1,1,11686,0,1955.55,-4201.78,210.221,0.733038,300,0,0,42,0,0,0,0,0),(98622,23837,571,1,1,11686,0,1852.86,-4038.32,210.686,6.17846,300,0,0,42,0,0,0,0,0),(98623,23837,571,1,1,11686,0,1961.71,-4255.76,212.074,4.7822,300,0,0,42,0,0,0,0,0),(98624,23837,571,1,1,11686,0,2011.27,-4171.46,214.945,4.46804,300,0,0,42,0,0,0,0,0),(98625,23837,571,1,1,11686,0,1993.95,-4015.58,217.625,1.32645,300,0,0,42,0,0,0,0,0),(98626,23837,571,1,1,11686,0,2027.09,-4042.51,223.48,5.39307,300,0,0,42,0,0,0,0,0),(98627,23837,571,1,1,11686,0,2508.05,-3513.7,185.787,2.19912,300,0,0,42,0,0,0,0,0),(98628,23837,571,1,1,11686,0,2638.32,-3397.25,184.073,5.46288,300,0,0,42,0,0,0,0,0),(98629,23837,571,1,1,11686,0,2676.24,-3502.28,205.412,5.41052,300,0,0,42,0,0,0,0,0),(98630,23837,571,1,1,11686,0,2638.1,-3381.49,184.863,1.11701,300,0,0,42,0,0,0,0,0),(98631,23837,571,1,1,11686,0,1391.22,-3422.14,180.594,5.61996,300,0,0,42,0,0,0,0,0),(98632,23837,571,1,1,11686,0,4496.96,5415.46,28.2036,3.07178,300,0,0,42,0,0,0,0,0),(98633,23837,571,1,1,11686,0,2663.96,-3512.74,165.448,5.53269,300,0,0,42,0,0,0,0,0),(98634,23837,571,1,1,11686,0,2785.3,-3549.21,170.29,5.44543,300,0,0,42,0,0,0,0,0),(98635,23837,571,1,1,11686,0,2796.32,-3565.11,165.594,5.34071,300,0,0,42,0,0,0,0,0),(98636,23837,571,1,1,11686,0,2707.84,-3492.93,163.416,1.48353,300,0,0,42,0,0,0,0,0),(98637,27421,571,1,1,24630,0,4142.92,-4169.86,212.881,4.41719,300,5,0,9940,0,1,0,0,0),(98638,23837,571,1,1,11686,0,2652.64,-3583.58,205.333,0.331613,300,0,0,42,0,0,0,0,0),(98639,23837,571,1,1,11686,0,2762.62,-3658.49,224.021,1.71042,300,0,0,42,0,0,0,0,0),(98640,24093,571,1,1,17612,0,1659.83,-4007.23,305.079,4.53786,300,0,0,42,0,0,0,0,0),(98641,23837,571,1,1,11686,0,4524.9,5341.74,-29.5059,2.9147,300,0,0,42,0,0,0,0,0),(98642,23837,571,1,1,11686,0,2728.28,-3466.7,161.456,5.86431,300,0,0,42,0,0,0,0,0),(98643,23837,571,1,1,11686,0,2563.33,-3639.39,165.676,2.61799,300,0,0,42,0,0,0,0,0),(98644,27421,571,1,1,24630,0,4170.87,-4241.06,246.446,5.7019,300,5,0,9940,0,1,0,0,0),(98645,23837,571,1,1,11686,0,2757.79,-3670.51,222.797,4.99164,300,0,0,42,0,0,0,0,0),(98646,23837,571,1,1,11686,0,3101.32,452.965,84.3589,1.97222,300,0,0,42,0,0,0,0,0),(98647,23837,571,1,1,11686,0,2496.7,-3515.96,184.834,0.383972,300,0,0,42,0,0,0,0,0),(98648,23837,571,1,1,11686,0,2673.43,-3491.12,206.751,1.309,300,0,0,42,0,0,0,0,0),(98649,23837,571,1,1,11686,0,2636.67,-3511.43,206.714,0.20944,300,0,0,42,0,0,0,0,0),(98650,23837,571,1,1,11686,0,3143.89,575.071,66.1232,2.72271,300,0,0,42,0,0,0,0,0),(98651,27421,571,1,1,24630,0,4113.53,-4134.87,197.319,3.52898,300,5,0,9940,0,1,0,0,0),(98652,23837,571,1,1,11686,0,2608.73,-3542.06,206.162,3.07178,300,0,0,42,0,0,0,0,0),(98653,23837,571,1,1,11686,0,2708.39,-3771.91,233.764,4.39823,300,0,0,42,0,0,0,0,0),(98654,23837,571,1,1,11686,0,2657.38,-3579.83,205.333,3.49066,300,0,0,42,0,0,0,0,0),(98655,23837,571,1,1,11686,0,2676.76,-3671.97,223.279,5.20108,300,0,0,42,0,0,0,0,0),(98656,27421,571,1,1,24630,0,4211.68,-4140.05,193.681,1.46215,300,5,0,9940,0,1,0,0,0),(98657,27933,571,1,1,24945,0,-172.869,-3579.65,1.57084,4.57276,300,0,0,6986,0,0,0,0,0),(98658,27421,571,1,1,24630,0,4496.45,-3722.49,221.89,5.49779,300,5,0,9940,0,1,0,0,0),(98659,27421,571,1,1,24630,0,4595.26,-3931.31,234.457,1.2266,300,5,0,9940,0,1,0,0,0),(98660,27421,571,1,1,24630,0,4601.49,-3925.86,237.578,3.49237,300,5,0,9940,0,1,0,0,0),(98661,27421,571,1,1,24630,0,4555.58,-3943.41,226.715,5.81954,300,5,0,9940,0,1,0,0,0),(98662,27421,571,1,1,24630,0,4580.56,-3759.36,233.269,5.20049,300,5,0,9940,0,1,0,0,0),(98663,27421,571,1,1,24630,0,4570.82,-3869.32,232.796,5.65238,300,5,0,9940,0,1,0,0,0),(98664,27421,571,1,1,24630,0,4559.38,-3719.41,228.472,3.33979,300,5,0,9940,0,1,0,0,0),(98665,27421,571,1,1,24630,0,4466.93,-3867.24,203.133,5.47008,300,5,0,9940,0,1,0,0,0),(98666,27421,571,1,1,24630,0,4462.2,-3737.41,220.682,2.10008,300,5,0,9940,0,1,0,0,0),(98667,27421,571,1,1,24630,0,4514.2,-3806.79,216.956,4.95793,300,5,0,9940,0,1,0,0,0),(98668,27421,571,1,1,24630,0,4559.44,-3857.04,226.53,2.46624,300,5,0,9940,0,1,0,0,0),(98669,27421,571,1,1,24630,0,4412.38,-4024.24,177.773,2.15087,300,5,0,9940,0,1,0,0,0),(98670,27421,571,1,1,24630,0,4440.24,-3955.15,183.623,4.54079,300,5,0,9940,0,1,0,0,0),(98671,27421,571,1,1,24630,0,4378.74,-4011.58,181.338,0.682527,300,5,0,9940,0,1,0,0,0),(98672,27421,571,1,1,24630,0,4366.31,-4067.88,182.984,5.14019,300,5,0,9940,0,1,0,0,0),(98673,27421,571,1,1,24630,0,4276.13,-4018.9,168.811,3.15331,300,5,0,9940,0,1,0,0,0),(98674,27421,571,1,1,24630,0,4221.9,-4103.92,187.275,2.49794,300,5,0,9940,0,1,0,0,0),(98675,27421,571,1,1,24630,0,4212.26,-4102.57,188.948,6.25423,300,5,0,9940,0,1,0,0,0),(98676,27421,571,1,1,24630,0,4434.94,-3732.29,228.811,0,300,5,0,9940,0,1,0,0,0),(98677,27421,571,1,1,24630,0,4449.59,-3780.05,213.463,2.52494,300,5,0,9940,0,1,0,0,0),(98678,27421,571,1,1,24630,0,4399.38,-3783.79,216.239,3.22955,300,5,0,9940,0,1,0,0,0),(98679,27421,571,1,1,24630,0,4475.16,-3870.36,205.337,3.21986,300,5,0,9940,0,1,0,0,0),(98680,27421,571,1,1,24630,0,4442.79,-3781.26,213.62,0.960877,300,5,0,9940,0,1,0,0,0),(98681,27421,571,1,1,24630,0,4538.46,-3745.95,226.098,4.32998,300,5,0,9940,0,1,0,0,0),(98682,27421,571,1,1,24630,0,4509.28,-3783.53,217.284,2.14759,300,5,0,9940,0,1,0,0,0),(98683,27421,571,1,1,24630,0,4381.12,-3683.73,256.192,2.01257,300,5,0,9940,0,1,0,0,0),(98684,27165,571,1,1,16169,0,3386.7,2499.47,-8.68997,3.97935,300,0,0,8982,0,0,0,0,0),(98685,27165,571,1,1,16169,0,3333.95,2500.75,-16.3483,0.261799,300,0,0,8982,0,0,0,0,0),(98686,27165,571,1,1,16169,0,3365.19,2499.01,-15.2912,3.00197,300,0,0,8982,0,0,0,0,0),(98687,27165,571,1,1,16169,0,3340.5,2488.45,-16.2712,1.50098,300,0,0,8982,0,0,0,0,0),(98688,27165,571,1,1,16169,0,3322.06,2491.34,-8.64869,0.349066,300,0,0,8982,0,0,0,0,0),(98689,27421,571,1,1,24630,0,4170.31,-4162.49,207.239,0.023433,300,5,0,9940,0,1,0,0,0),(98692,27421,571,1,1,24630,0,4398.67,-3973.67,180.279,0.160655,300,5,0,9940,0,1,0,0,0),(98693,27421,571,1,1,24630,0,4426.68,-3972.69,180.899,2.17125,300,5,0,9940,0,1,0,0,0),(98694,27421,571,1,1,24630,0,4442.99,-3963.49,183.369,2.37553,300,5,0,9940,0,1,0,0,0),(98695,27421,571,1,1,24630,0,4270.2,-3705.88,259.401,2.4434,300,5,0,9940,0,1,0,0,0),(98696,27421,571,1,1,24630,0,4268.33,-3698.2,258.695,4.30061,300,5,0,9940,0,1,0,0,0),(98697,27421,571,1,1,24630,0,4021.31,-3664.38,216.289,0.906583,300,5,0,9940,0,1,0,0,0),(98698,27421,571,1,1,24630,0,4071.33,-3539.74,253.004,0.566861,300,5,0,9940,0,1,0,0,0),(98699,27421,571,1,1,24630,0,4112.99,-3537.37,260.05,1.47694,300,5,0,9940,0,1,0,0,0),(98700,27421,571,1,1,24630,0,4075.52,-3532.24,251.382,4.71239,300,5,0,9940,0,1,0,0,0),(98701,23837,571,1,1,11686,0,5851.33,-3741.08,363.191,2.72271,300,0,0,42,0,0,0,0,0),(98702,23837,571,1,1,11686,0,5836.83,-3723.25,373.266,1.8675,300,0,0,42,0,0,0,0,0),(98703,23837,571,1,1,11686,0,5879.89,-3699.17,368.615,5.88176,300,0,0,42,0,0,0,0,0),(98704,23837,571,1,1,11686,0,5874.6,-3717.23,364.806,2.75762,300,0,0,42,0,0,0,0,0),(98705,23837,571,1,1,11686,0,5620.74,-3563.17,362.385,3.36848,300,0,0,42,0,0,0,0,0),(98706,23837,571,1,1,11686,0,5643.71,-3453.58,362.881,2.23402,300,0,0,42,0,0,0,0,0),(98707,23837,571,1,1,11686,0,5602.54,-3542.96,353.3,4.99164,300,0,0,42,0,0,0,0,0),(98708,23837,571,1,1,11686,0,5625.78,-3530.42,365.004,4.15388,300,0,0,42,0,0,0,0,0),(98711,23837,571,1,1,11686,0,5812.77,-3746.57,373.337,4.27606,300,0,0,42,0,0,0,0,0),(98712,23837,571,1,1,11686,0,5874.04,-3682.75,373.398,2.21657,300,0,0,42,0,0,0,0,0),(98714,23837,571,1,1,11686,0,5833.35,-3748.36,365.082,2.35619,300,0,0,42,0,0,0,0,0),(98715,23837,571,1,1,11686,0,5856.68,-3723.02,365.771,1.20428,300,0,0,42,0,0,0,0,0),(98716,23837,571,1,1,11686,0,6129.67,-3264.41,349.885,2.74017,300,0,0,42,0,0,0,0,0),(98717,23837,571,1,1,11686,0,6132.61,-3275.46,349.859,0.855211,300,0,0,42,0,0,0,0,0),(98718,23837,571,1,1,11686,0,6123.7,-3256.57,349.836,4.83456,300,0,0,42,0,0,0,0,0),(98719,23837,571,1,1,11686,0,6125.42,-3247.74,349.882,3.31613,300,0,0,42,0,0,0,0,0),(98720,23837,571,1,1,11686,0,6143.53,-3273.36,349.906,4.76475,300,0,0,42,0,0,0,0,0),(98721,23837,571,1,1,11686,0,6122.31,-3350.29,350.434,2.74017,300,0,0,42,0,0,0,0,0),(98722,23837,571,1,1,11686,0,6108.81,-3326.45,350.434,1.93731,300,0,0,42,0,0,0,0,0),(98723,23837,571,1,1,11686,0,6128.63,-3286.68,349.911,5.39307,300,0,0,42,0,0,0,0,0),(98724,23837,571,1,1,11686,0,6122.39,-3328.7,350.434,1.95477,300,0,0,42,0,0,0,0,0),(98725,23837,571,1,1,11686,0,6121.25,-3297.07,349.793,4.67748,300,0,0,42,0,0,0,0,0),(98726,23837,571,1,1,11686,0,6061.1,-3326.73,350.434,0.820305,300,0,0,42,0,0,0,0,0),(98727,23837,571,1,1,11686,0,6141.67,-3262.42,349.889,0.122173,300,0,0,42,0,0,0,0,0),(98728,23837,571,1,1,11686,0,6062.09,-3351.94,350.368,4.67748,300,0,0,42,0,0,0,0,0),(98729,23837,571,1,1,11686,0,6114.18,-3251.68,349.36,1.36136,300,0,0,42,0,0,0,0,0),(98730,23837,571,1,1,11686,0,4356.42,4261.19,100.127,5.91667,300,0,0,42,0,0,0,0,0),(98731,29981,571,1,1,26093,0,8191.64,-2270.77,1135.74,5.07173,300,0,0,10080,44070,0,0,0,0),(98732,29981,571,1,1,26093,0,8110.52,-2413.55,1160.23,1.95477,300,0,0,10080,44070,0,0,0,0),(98733,29469,571,1,1,26285,0,7598.8,-901.286,909.104,5.71942,300,5,0,11770,0,1,0,0,0),(98734,29469,571,1,1,27006,0,7401.88,-1459.71,930.649,0.755021,300,5,0,11770,0,1,0,0,0),(98735,29469,571,1,1,26285,0,7501.84,-1251.94,912.567,1.52273,300,0,0,11770,0,0,0,0,0),(98736,29469,571,1,1,26267,0,7497.72,-1262.36,913.603,1.39202,300,0,0,11770,0,0,0,0,0),(98737,29469,571,1,1,27006,0,7493.37,-1274.46,914.55,3.91215,300,5,0,11770,0,1,0,0,0),(98738,29469,571,1,1,26285,0,7500.48,-1281.5,916.008,3.91301,300,5,0,11770,0,1,0,0,0),(98739,29981,571,1,1,26093,0,8172.23,-2355.65,1140.47,6.13082,300,0,0,10080,44070,0,0,0,0),(98740,29981,571,1,1,26093,0,7809.66,-1826.27,1258.18,4.04916,300,0,0,10080,44070,0,0,0,0),(98741,29981,571,1,1,26093,0,7804.75,-1822.45,1258.86,4.13643,300,0,0,10080,44070,0,0,0,0),(98742,29981,571,1,1,26093,0,7953.84,-2218.5,1162.87,5.60251,300,0,0,10080,44070,0,0,0,0),(98743,29981,571,1,1,26093,0,7846.39,-1733.75,1275.41,3.90416,300,0,0,10080,44070,0,0,0,0),(98744,29469,571,1,1,27006,0,7336.48,-1382.21,910.198,3.76264,300,0,0,11770,0,2,0,0,0),(98745,29469,571,1,1,27006,0,7267.56,-1350.98,910.214,3.87247,300,5,0,11770,0,1,0,0,0),(98746,29469,571,1,1,27006,0,7380.06,-1474.66,927.075,0.614006,300,5,0,11770,0,1,0,0,0),(98747,29469,571,1,1,27006,0,7387.32,-1469.7,928.386,0.609685,300,5,0,11770,0,1,0,0,0),(98748,29469,571,1,1,27006,0,7351.42,-913.757,910.865,2.19005,300,5,0,11770,0,1,0,0,0),(98749,29981,571,1,1,26093,0,7794.02,-1768.66,1275.36,0.663225,300,0,0,10080,44070,0,0,0,0),(98750,29469,571,1,1,27006,0,7687.13,-1086.77,915.292,4.3882,300,5,0,11770,0,1,0,0,0),(98751,29469,571,1,1,26267,0,7273.83,-998.042,916.159,0.571562,300,5,0,11770,0,1,0,0,0),(98752,29469,571,1,1,26285,0,7443.39,-1212.04,905.957,2.62027,300,5,0,11770,0,1,0,0,0),(98753,29469,571,1,1,26267,0,7461.93,-1231.52,906.682,2.53158,300,5,0,11770,0,1,0,0,0),(98754,29469,571,1,1,27006,0,7459.41,-1221.86,907.54,2.53794,300,5,0,11770,0,1,0,0,0),(98755,29469,571,1,1,26285,0,7468.7,-1224.54,907.272,2.51782,300,5,0,11770,0,1,0,0,0),(98756,29981,571,1,1,26093,0,8225.61,-1604.95,1171.52,1.83486,300,0,0,10080,44070,0,0,0,0),(98757,29981,571,1,1,26093,0,7803.77,-1894.13,1257.94,1.62316,300,0,0,10080,44070,0,0,0,0),(98758,29981,571,1,1,26093,0,8044.51,-2409.96,1158.02,1.309,300,0,0,10080,44070,0,0,0,0),(98759,29469,571,1,1,27006,0,7586.42,-871.851,912.354,4.46267,300,5,0,11770,0,1,0,0,0),(98760,29469,571,1,1,27006,0,7451.6,-847.706,915.94,0.31752,300,5,0,11770,0,1,0,0,0),(98761,29981,571,1,1,26093,0,8206.2,-2378.6,1136.59,5.32325,300,0,0,10080,44070,0,0,0,0),(98762,29981,571,1,1,26093,0,8228.2,-2325.07,1134.95,-2.83166,300,0,0,10080,44070,0,0,0,0),(98763,29981,571,1,1,26093,0,8104.28,-1533.14,1220.2,5.20108,300,0,0,10080,44070,0,0,0,0),(98764,29469,571,1,1,26285,0,7532.36,-859.236,912.418,0.553252,300,5,0,11770,0,1,0,0,0),(98765,29981,571,1,1,26093,0,8262.3,-2261.11,1134.95,3.92699,300,0,0,10080,44070,0,0,0,0),(98766,29981,571,1,1,26093,0,8120.75,-2344.59,1158,4.24127,300,0,0,10080,44070,0,0,0,0),(98767,29981,571,1,1,26093,0,8233.2,-1606.98,1171.52,0.282942,300,0,0,10080,44070,0,0,0,0),(98768,29981,571,1,1,26093,0,7738,-1871.28,1257.98,5.40145,300,0,0,10080,44070,0,0,0,0),(98769,29981,571,1,1,26093,0,7840.33,-1703.16,1275.36,2.58309,300,0,0,10080,44070,0,0,0,0),(98770,29981,571,1,1,26093,0,7848.18,-1899.95,1258.17,2.61799,300,0,0,10080,44070,0,0,0,0),(98771,29981,571,1,1,26093,0,8244.19,-2409.57,1135.55,4.53786,300,0,0,10080,44070,0,0,0,0),(98772,29981,571,1,1,26093,0,8280.97,-2346.18,1136.4,3.03687,300,0,0,10080,44070,0,0,0,0),(98773,29981,571,1,1,26093,0,8004.57,-2273.85,1157.96,3.81408,300,0,0,10080,44070,0,0,0,0),(98774,29981,571,1,1,26093,0,7762.63,-1825.26,1257.94,4.2586,300,0,0,10080,44070,0,0,0,0),(98775,29981,571,1,1,26093,0,8152.3,-1624.86,1220.61,2.02458,300,0,0,10080,44070,0,0,0,0),(98776,29981,571,1,1,26093,0,8079.16,-2266.66,1158.42,2.82743,300,0,0,10080,44070,0,0,0,0),(98777,29981,571,1,1,26093,0,7753.84,-1866.68,1257.98,4.79965,300,0,0,10080,44070,0,0,0,0),(98778,29981,571,1,1,26093,0,8120.21,-2290.7,1159.51,3.85718,300,0,0,10080,44070,0,0,0,0),(98779,29981,571,1,1,26093,0,7860.86,-1745.51,1275.41,4.17134,300,0,0,10080,44070,0,0,0,0),(98780,29981,571,1,1,26093,0,7771.69,-1664.99,1282.36,5.58505,300,0,0,10080,44070,0,0,0,0),(98781,29981,571,1,1,26093,0,7979.16,-2303.12,1160.35,0.663225,300,0,0,10080,44070,0,0,0,0),(98782,29981,571,1,1,26093,0,8036.23,-2260.45,1160.28,4.69494,300,0,0,10080,44070,0,0,0,0),(98783,29981,571,1,1,26093,0,7820.97,-1859.32,1257.94,2.68781,300,0,0,10080,44070,0,0,0,0),(98784,29981,571,1,1,26093,0,7883.17,-1780.62,1274.69,2.47837,300,0,0,10080,44070,0,0,0,0),(98785,29981,571,1,1,26093,0,7762.1,-1676.95,1282.44,5.65487,300,0,0,10080,44070,0,0,0,0),(98786,29981,571,1,1,26093,0,7834.18,-1668.27,1277.74,4.50295,300,0,0,10080,44070,0,0,0,0),(98787,29981,571,1,1,26093,0,8078.73,-2348.69,1157.96,5.16617,300,0,0,10080,44070,0,0,0,0),(98788,29469,571,1,1,26267,0,7498.02,-1249.23,911.602,0.869092,300,0,0,11770,0,0,0,0,0),(98789,29469,571,1,1,26267,0,7522.2,-1408.47,947.829,0.382252,300,5,0,11770,0,1,0,0,0),(98790,29469,571,1,1,26267,0,7643.81,-1193.25,925.378,3.05272,300,5,0,11770,0,1,0,0,0),(98791,29469,571,1,1,26267,0,7292.35,-1261.21,908.549,2.63303,300,5,0,11770,0,1,0,0,0),(98792,29469,571,1,1,27006,0,7219.75,-1518.77,923.101,1.72376,300,5,0,11770,0,1,0,0,0),(98793,29469,571,1,1,26285,0,7260.41,-1475.84,916.793,5.81947,300,0,0,11770,0,2,0,0,0),(98794,29469,571,1,1,26267,0,7345.86,-1209.14,910.565,0.50116,300,5,0,11770,0,1,0,0,0),(98795,29469,571,1,1,27006,0,7295.51,-1312.46,907.552,4.23914,300,5,0,11770,0,1,0,0,0),(98796,25374,571,1,1,23164,1,4514.34,5714.3,81.658,4.31096,300,0,0,7984,0,0,0,0,0),(98797,24862,571,1,1,17188,0,3570.31,5559.82,39.4457,2.56563,300,0,0,8982,3155,0,0,0,0),(98798,30238,571,1,1,26886,1,5068.43,-629.148,214.284,5.51524,300,0,0,24350,3893,0,0,0,0),(98799,30238,571,1,1,26888,1,5082.01,-625.11,216.515,5.2709,300,0,0,24350,3893,0,0,0,0),(98800,30238,571,1,1,26885,1,5081.81,-522.812,212.654,1.97222,300,0,0,24350,3893,0,0,0,0),(98801,30238,571,1,1,26888,1,5080.7,-569.698,219.916,0.122173,300,0,0,24350,3893,0,0,0,0),(98802,30238,571,1,1,26886,1,5081.61,-617.582,217.557,2.33874,300,0,0,24350,3893,0,0,0,0),(98803,28702,571,1,1,25618,0,5860.99,707.239,643.355,4.39823,300,0,0,8508,7981,0,0,0,0),(98804,24094,571,1,1,17612,0,1633.04,-4245.32,306.269,4.53786,300,0,0,42,0,0,0,0,0),(98805,24862,571,1,1,17188,0,3617.58,5466.86,42.196,3.05433,300,0,0,8982,3155,0,0,0,0),(98806,26910,571,1,1,24150,0,577.173,-4950.83,18.0981,3.33358,300,0,0,7181,0,0,0,0,0),(98807,30238,571,1,1,26888,1,5055.7,-608.177,219.479,5.32325,300,0,0,24350,3893,0,0,0,0),(98808,30238,571,1,1,26886,1,5088.22,-518.023,212,0.296706,300,0,0,24350,3893,0,0,0,0),(98809,30238,571,1,1,26888,1,5075,-574.558,220.396,3.14159,300,0,0,24350,3893,0,0,0,0),(98810,30238,571,1,1,26887,1,5099.19,-502.243,198.972,0.523599,300,0,0,24350,3893,0,0,0,0),(98811,30238,571,1,1,26887,1,5056.84,-609.696,219.297,2.23402,300,0,0,24350,3893,0,0,0,0),(98812,30238,571,1,1,26888,1,5094.51,-494.455,198.744,0.645772,300,0,0,24350,3893,0,0,0,0),(98813,24862,571,1,1,17188,0,3601.51,5541.26,44.6381,5.70723,300,0,0,8982,3155,0,0,0,0),(98814,27422,571,1,1,24631,1,4375.69,-2913.61,309.611,4.99164,300,0,0,8982,0,0,0,0,0),(98815,30238,571,1,1,26887,1,5104.11,-706.262,180.66,6.21337,300,0,0,24350,3893,0,0,0,0),(98816,30238,571,1,1,26886,1,5101.87,-713.278,180.709,6.14356,300,0,0,24350,3893,0,0,0,0),(98817,24862,571,1,1,17188,0,3724.25,5667.23,46.0929,3.50811,300,0,0,8982,3155,0,0,0,0),(98818,24862,571,1,1,17188,0,3565.96,5622.61,35.5721,6.00393,300,0,0,8982,3155,0,0,0,0),(98819,24350,571,1,1,22333,1,1875.3,-6177.57,24.2259,1.78024,300,0,0,8982,0,0,0,0,0),(98820,28958,571,1,1,25807,0,5811.09,596.242,652.834,4.59022,300,0,0,8508,7981,0,0,0,0),(98821,24862,571,1,1,17188,0,3545.7,5493.18,40.1168,0.034907,300,0,0,8982,3155,0,0,0,0),(98822,24862,571,1,1,17188,0,3644.44,5647.64,46.4673,0.541052,300,0,0,8982,3155,0,0,0,0),(98823,24862,571,1,1,17188,0,3714.01,5537.52,48.7087,4.86947,300,0,0,8982,3155,0,0,0,0),(98824,27678,571,1,1,23185,1,4815.1,1288.13,178.722,2.23402,300,0,0,41128,34660,0,0,0,0),(98828,23839,571,1,1,21798,1,1390.44,-3460.81,174.984,4.36332,300,0,0,6986,0,0,0,0,0),(98829,23839,571,1,1,21797,1,1377.93,-3164.78,183.969,0.628319,300,0,0,6986,0,0,0,0,0),(98830,27167,571,1,1,24370,1,692.413,-2877.2,2.47361,1.76278,300,0,0,35928,0,0,0,0,0),(98831,27167,571,1,1,24370,1,833.8,-2885.68,5.61023,0.907571,300,0,0,35928,0,0,0,0,0),(98832,27167,571,1,1,24370,1,726.632,-2897.08,7.2449,5.72468,300,0,0,35928,0,0,0,0,0),(98833,28191,571,1,1,23319,0,5355.12,5814.42,-74.0425,0.418879,300,0,0,8800,8139,0,0,0,0),(98834,30239,571,1,1,26892,1,5590.62,-685.186,206.71,6.12611,300,0,0,10080,8814,0,0,0,0),(98835,32287,571,1,1,27886,0,5802.43,843.318,680.249,4.66003,300,0,0,10080,8814,0,0,0,0),(98836,23839,571,1,1,21797,1,1344.2,-3455.25,176.137,5.11381,300,0,0,6986,0,0,0,0,0),(98837,29727,571,1,1,26453,0,6646.01,-233.49,949.35,0.383972,300,0,0,126000,0,0,0,0,0),(98838,27167,571,1,1,24370,1,788.125,-2861.25,4.04232,3.71755,300,0,0,35928,0,0,0,0,0),(98839,27167,571,1,1,24370,1,770.799,-2918.86,7.24414,1.50098,300,0,0,35928,0,0,0,0,0),(98840,27167,571,1,1,24370,1,826.569,-2937.06,8.60574,5.96903,300,0,0,35928,0,0,0,0,0),(98841,26911,571,1,1,24152,0,554.88,-5018.89,11.5043,1.8326,300,0,0,7181,0,0,0,0,0),(98842,28703,571,1,1,25619,0,5889.27,698.529,643.266,1.6057,300,0,0,8508,7981,0,0,0,0),(98843,24863,571,1,1,22674,0,3289.84,-4717.45,298.593,1.59911,300,5,0,4491,0,1,0,0,0),(98844,23839,571,1,1,21798,1,1336.87,-3448.24,175.824,3.15905,300,0,0,6986,0,0,0,0,0),(98845,23839,571,1,1,21798,1,1393.19,-3460.78,174.984,5.34071,300,0,0,6986,0,0,0,0,0),(98846,24863,571,1,1,22674,0,3286.75,-4703.28,295.037,5.31415,300,5,0,4491,0,1,0,0,0),(98847,23839,571,1,1,21798,1,1372.98,-3195.41,183.968,5.21853,300,0,0,6986,0,0,0,0,0),(98848,24863,571,1,1,22674,0,2625.71,-4967.58,335.216,2.48708,300,5,0,4491,0,1,0,0,0),(98850,23839,571,1,1,21797,1,1337.96,-3453.49,175.844,4.2586,300,0,0,6986,0,0,0,0,0),(98851,23839,571,1,1,21798,1,1334.72,-3187.53,183.969,3.64774,300,0,0,6986,0,0,0,0,0),(98852,23839,571,1,1,21798,1,1363.4,-3200.67,183.968,5.16617,300,0,0,6986,0,0,0,0,0),(98853,26655,571,1,1,23979,0,3715.42,2007.22,22.382,1.39812,300,0,0,9610,3309,0,0,0,0),(98854,27423,571,1,1,24632,0,4379.31,-2921.89,309.674,2.54818,300,0,0,8982,0,0,0,0,0),(98858,23840,571,1,1,21802,1,1332.72,-3357.35,206.473,4.2237,300,0,0,10635,0,0,0,0,0),(98859,25376,571,1,1,14502,0,4538.46,5886.04,62.5341,4.69494,300,0,0,33635,0,0,0,0,0),(98860,26912,571,1,1,24148,0,537.788,-5020.13,10.6239,0.907571,300,0,0,7181,0,0,0,0,0),(98861,23840,571,1,1,21804,1,1453.34,-3375.81,201.847,4.7822,300,0,0,10635,0,0,0,0,0),(98862,23840,571,1,1,21802,1,1407.73,-3377.09,201.923,4.60767,300,0,0,10635,0,0,0,0,0),(98863,29984,571,1,1,27092,0,8299.17,-1185.58,974.322,0.750492,300,0,0,50400,0,0,0,0,0),(98864,29984,571,1,1,27092,0,8260.32,-1340.17,1078.09,0.488692,300,0,0,50400,0,0,0,0,0),(1974609,28998,571,1,1,0,0,6173.8,-2018.22,590.879,2.96344,300,0,0,550001,0,0,0,0,0),(98866,28704,571,1,1,25620,0,5878.11,696.354,644.913,4.06662,300,0,0,8508,7981,0,0,0,0),(98867,23840,571,1,1,21803,1,1322.82,-3352.27,206.473,4.45059,300,0,0,10635,0,0,0,0,0),(98868,23840,571,1,1,21804,1,1378.97,-3199.35,183.967,5.02655,300,0,0,10635,0,0,0,0,0),(98869,23840,571,1,1,21804,1,1496.68,-3271.43,189.086,1.76278,300,0,0,10635,0,0,0,0,0),(98870,23840,571,1,1,21802,1,1496,-3325.55,191.425,4.57276,300,0,0,10635,0,0,0,0,0),(98871,23840,571,1,1,21803,1,1501.74,-3322.76,191.425,0.034907,300,0,0,10635,0,0,0,0,0),(98872,23840,571,1,1,21801,1,1473.27,-3369.63,210.898,0.401426,300,0,0,10635,0,0,0,0,0),(98873,29984,571,1,1,27092,0,8258.12,-1373.83,1078.09,0.244346,300,0,0,50400,0,0,0,0,0),(98874,29984,571,1,1,27092,0,8480.35,-1568.62,1023.09,5.65487,300,0,0,50400,0,0,0,0,0),(98875,23840,571,1,1,21801,1,1386.37,-3166.08,183.968,0.314159,300,0,0,10635,0,0,0,0,0),(98876,23840,571,1,1,21804,1,1295.85,-3330.87,206.62,3.76991,300,0,0,10635,0,0,0,0,0),(98877,23840,571,1,1,21802,1,1442.53,-3376.49,201.847,4.76475,300,0,0,10635,0,0,0,0,0),(98878,23840,571,1,1,21804,1,1470.64,-3374.9,210.898,4.99164,300,0,0,10635,0,0,0,0,0),(98879,23840,571,1,1,21803,1,1363.41,-3207.85,183.967,5.23599,300,0,0,10635,0,0,0,0,0),(98880,23840,571,1,1,21802,1,1499.92,-3303.88,180.042,0.191986,300,0,0,10635,0,0,0,0,0),(98881,23840,571,1,1,21803,1,1331.59,-3195.27,183.968,3.59538,300,0,0,10635,0,0,0,0,0),(98882,23840,571,1,1,21803,1,1418.53,-3377.46,201.923,4.67748,300,0,0,10635,0,0,0,0,0),(98883,23840,571,1,1,21803,1,1303.91,-3338.44,206.62,3.92699,300,0,0,10635,0,0,0,0,0),(98884,23840,571,1,1,21801,1,1502.67,-3273.76,189.086,0.471239,300,0,0,10635,0,0,0,0,0),(98885,23840,571,1,1,21801,1,1500.87,-3292.88,180.042,0.174533,300,0,0,10635,0,0,0,0,0),(152178,24879,571,1,1,0,0,7153.77,-2248.02,759.305,3.31622,300,5,0,42,0,1,0,0,0),(152177,24879,571,1,1,0,0,6992.55,-2141.33,737.069,3.31622,300,5,0,42,0,1,0,0,0),(152176,24879,571,1,1,0,0,6926.17,-2091.55,805.349,3.31622,300,5,0,42,0,1,0,0,0),(152175,24879,571,1,1,0,0,6286.04,-1323.4,426.505,3.31622,300,5,0,42,0,1,0,0,0),(152174,24879,571,1,1,0,0,6503.32,-1038.15,485.395,2.5426,300,5,0,42,0,1,0,0,0),(152173,24879,571,1,1,0,0,5925.67,-626.371,478.491,2.5426,300,5,0,42,0,1,0,0,0),(152172,24879,571,1,1,0,0,6286.04,-576.583,424.563,2.5426,300,5,0,42,0,1,0,0,0),(98893,29984,571,1,1,27092,0,8429.67,-1349.91,974.322,0.418879,300,0,0,50400,0,0,0,0,0),(98894,29984,571,1,1,27092,0,8175.31,-1172.64,974.322,2.05949,300,0,0,50400,0,0,0,0,0),(98895,27680,571,1,1,984,0,3743.79,955.309,53.8455,3.76991,300,0,0,10635,10683,0,0,0,0),(98896,27424,571,1,1,24305,1,4423.45,-2342.63,203.121,3.87463,300,0,0,11928,0,0,0,0,0),(98897,27424,571,1,1,24306,1,4446.74,-2345.94,200.338,3.85718,300,0,0,11928,0,0,0,0,0),(98898,27424,571,1,1,24305,1,4401.3,-2354.75,215.541,2.77765,300,0,0,11928,0,0,0,0,0),(98899,27424,571,1,1,24306,1,4329.54,-2351.51,223.515,4.46804,300,0,0,11928,0,0,0,0,0),(98900,27424,571,1,1,24306,1,4268.67,-2362.47,226.163,4.32842,300,0,0,11928,0,0,0,0,0),(98901,27424,571,1,1,24305,1,4433.22,-2394.43,221.232,3.75246,300,0,0,11928,0,0,0,0,0),(98902,27424,571,1,1,24306,1,4442.8,-2374.92,213.435,3.71755,300,0,0,11928,0,0,0,0,0),(98903,27424,571,1,1,24306,1,4470.05,-2258.33,181.271,4.79965,300,0,0,11928,0,0,0,0,0),(98904,27424,571,1,1,24306,1,4297.08,-2354.29,227.713,2.30034,300,0,0,11928,0,0,0,0,0),(98905,27424,571,1,1,24303,1,4286.95,-2385.36,231.564,5.5676,300,0,0,11928,0,0,0,0,0),(98906,27424,571,1,1,24306,1,4288.88,-2383.78,231.74,5.46288,300,0,0,11928,0,0,0,0,0),(98907,27424,571,1,1,24303,1,4356.89,-2360.69,221.451,4.06662,300,0,0,11928,0,0,0,0,0),(98908,27424,571,1,1,24306,1,4400.69,-2382.1,224.575,4.03171,300,0,0,11928,0,0,0,0,0),(98909,27424,571,1,1,24306,1,4392.62,-2355.65,216.89,0.845533,300,0,0,11928,0,0,0,0,0),(98910,27424,571,1,1,24305,1,4403.81,-2385.43,223.583,3.40339,300,0,0,11928,0,0,0,0,0),(98911,27424,571,1,1,24305,1,4308.79,-2381.74,230.757,5.99904,300,0,0,11928,0,0,0,0,0),(98914,28960,571,1,1,0,0,6144.01,-2011.8,590.963,6.16101,300,0,0,4979,0,0,0,0,0),(98915,27424,571,1,1,24305,1,4248.17,-2347.46,225.607,3.89208,300,0,0,11928,0,0,0,0,0),(98916,27424,571,1,1,24306,1,4231.77,-2393.83,229.15,0.15708,300,0,0,11928,0,0,0,0,0),(98917,27424,571,1,1,24305,1,4227.11,-2366.45,228.792,4.83456,300,0,0,11928,0,0,0,0,0),(98918,27424,571,1,1,24305,1,4209.29,-2382.64,229.445,3.36848,300,0,0,11928,0,0,0,0,0),(98919,27424,571,1,1,24306,1,4246.1,-2372.89,226.495,4.74729,300,0,0,11928,0,0,0,0,0),(152171,24879,571,1,1,0,0,7419.3,-903.758,909.254,6.10438,300,5,0,42,0,1,0,0,0),(152170,24879,571,1,1,0,0,8234.87,-690.383,927.345,6.10438,300,5,0,42,0,1,0,0,0),(152169,24879,571,1,1,0,0,7585.26,-292.083,1126.52,6.10438,300,5,0,42,0,1,0,0,0),(98923,29984,571,1,1,27092,0,8243.78,-2405.19,1135.75,-1.47846,300,0,0,50400,0,0,0,0,0),(98924,29984,571,1,1,27092,0,8529.18,-1553.55,980.014,5.49779,300,0,0,50400,0,0,0,0,0),(98925,29984,571,1,1,27092,0,7742.94,-1880.57,1258.02,1.04233,300,0,0,50400,0,0,0,0,0),(98926,29984,571,1,1,27092,0,7746.75,-1813.7,1258.09,-0.586795,300,0,0,50400,0,0,0,0,0),(98927,29984,571,1,1,27092,0,7856.55,-1744.6,1275.41,-0.208904,300,0,0,50400,0,0,0,0,0),(98928,29984,571,1,1,27092,0,7887.84,-1785.43,1274.59,2.18526,300,0,0,50400,0,0,0,0,0),(98929,29984,571,1,1,27092,0,8239.57,-1477.25,1072.47,3.735,300,0,0,50400,0,0,0,0,0),(98930,29984,571,1,1,27092,0,7741.53,-1873.9,1257.98,2.50184,300,0,0,50400,0,0,0,0,0),(98931,29984,571,1,1,27092,0,7769.72,-1694.72,1285.22,1.73139,300,0,0,50400,0,0,0,0,0),(98932,29984,571,1,1,27092,0,7832.89,-1670.06,1277.7,2.36903,300,0,0,50400,0,0,0,0,0),(98933,29984,571,1,1,27092,0,8281.42,-2341.8,1136.17,-1.67164,300,0,0,50400,0,0,0,0,0),(98934,29984,571,1,1,27092,0,8263.29,-2265.4,1134.95,1.79802,300,0,0,50400,0,0,0,0,0),(98935,29984,571,1,1,27092,0,8075.13,-2264.91,1158.4,-0.408979,300,0,0,50400,0,0,0,0,0),(98936,29984,571,1,1,27092,0,8050.39,-2222.47,1206.41,4.08407,300,0,0,50400,0,0,0,0,0),(98937,29984,571,1,1,27092,0,8104.41,-2263.19,1206.61,5.28835,300,0,0,50400,0,0,0,0,0),(98938,29984,571,1,1,27092,0,8073.2,-2251.08,1206.93,3.31613,300,0,0,50400,0,0,0,0,0),(98939,29984,571,1,1,27092,0,7769.5,-1668.81,1282.36,1.04894,300,0,0,50400,0,0,0,0,0),(98940,29984,571,1,1,27092,0,8045.12,-2346.11,1158,2.87025,300,0,0,50400,0,0,0,0,0),(98941,29984,571,1,1,27092,0,8118.75,-2348.51,1158,1.09968,300,0,0,50400,0,0,0,0,0),(98942,29984,571,1,1,27092,0,8128.43,-2250.7,1207.28,4.43314,300,0,0,50400,0,0,0,0,0),(98943,29984,571,1,1,27092,0,8152.56,-1629.24,1220.19,1.63115,300,0,0,50400,0,0,0,0,0),(98944,29984,571,1,1,27092,0,8107.4,-1536.23,1220.46,2.3617,300,0,0,50400,0,0,0,0,0),(98945,29984,571,1,1,27092,0,7994.47,-2263.11,1158,-0.130503,300,0,0,50400,0,0,0,0,0),(98946,29984,571,1,1,27092,0,7848.31,-1904.33,1258.57,1.601,300,0,0,50400,0,0,0,0,0),(98947,27425,571,1,1,24633,0,4301.35,-2951.37,317.195,2.09439,300,0,0,8034,0,0,0,0,0),(98948,29729,571,1,1,26457,1,6621.96,-174.731,963.086,2.75762,300,0,0,50400,0,0,0,0,0),(98949,29729,571,1,1,26455,1,6677.39,-255.396,954.745,1.76278,300,0,0,50400,0,0,0,0,0),(98950,29729,571,1,1,26457,1,6651.4,-277.14,983.378,3.31613,300,0,0,50400,0,0,0,0,0),(98951,29729,571,1,1,26457,1,6636.05,-263.891,981.138,4.97419,300,0,0,50400,0,0,0,0,0),(98952,28705,571,1,1,25621,0,5707.61,715.535,642.472,0.837758,300,0,0,10635,0,0,0,0,0),(98953,25377,571,1,1,11402,0,3804.87,3735.83,56.206,5.42528,300,0,0,929,0,0,0,0,0),(98954,14881,571,1,1,9829,0,1014.61,-5609.5,223.198,1.04989,300,5,0,8,0,1,0,0,0),(98955,29729,571,1,1,26456,1,6645.83,-250.017,963.707,6.17846,300,0,0,50400,0,0,0,0,0),(98956,29729,571,1,1,26457,1,6625.82,-160.452,964.525,3.54302,300,0,0,50400,0,0,0,0,0),(98957,29729,571,1,1,26455,1,6655.21,-311.537,989.499,1.81514,300,0,0,50400,0,0,0,0,0),(98958,29473,571,1,1,26293,0,6113.34,-1084.83,402.918,0.593412,300,0,0,11770,0,0,0,0,0),(98959,26913,571,1,1,24153,0,548.9,-5021.24,11.0368,1.71042,300,0,0,7181,0,0,0,0,0),(98960,29729,571,1,1,26455,1,6651.37,-312.164,989.498,1.74533,300,0,0,50400,0,0,0,0,0),(98961,25377,571,1,1,11402,0,3817.21,3748.46,53.6079,4.78365,300,0,0,929,0,0,0,0,0),(98962,30241,571,1,1,26891,1,5056.56,-591.713,220.055,0.628319,300,0,0,12600,3994,0,0,0,0),(98963,14881,571,1,1,9829,0,934.502,-5671.87,225.923,3.43821,300,5,0,8,0,1,0,0,0),(98964,14881,571,1,1,1160,0,2737.89,-3676.84,221.847,5.14625,300,5,0,8,0,1,0,0,0),(98965,14881,571,1,1,1160,0,1589.71,-5303.5,199.628,3.32803,300,5,0,8,0,1,0,0,0),(98966,25377,571,1,1,11402,0,3809.59,3735.97,55.1861,2.07871,300,5,0,929,0,1,0,0,0),(98967,25377,571,1,1,11402,0,3807.45,3732.58,55.378,1.94885,300,5,0,929,0,1,0,0,0),(98968,25377,571,1,1,11402,0,3811.48,3734.61,54.4361,4.83924,300,5,0,929,0,1,0,0,0),(98969,25377,571,1,1,11402,0,3808.25,3726.66,54.003,2.73197,300,5,0,929,0,1,0,0,0),(98970,25377,571,1,1,11402,0,3811.45,3728.79,53.878,5.97072,300,5,0,929,0,1,0,0,0),(98971,25377,571,1,1,11402,0,3823.3,3750.34,54.9361,0.458777,300,5,0,929,0,1,0,0,0),(98972,25377,571,1,1,11402,0,3829.16,3748.81,54.4361,3.90966,300,5,0,929,0,1,0,0,0),(98973,25377,571,1,1,11402,0,3824.04,3748.09,54.1861,5.40999,300,5,0,929,0,1,0,0,0),(98974,25377,571,1,1,11402,0,3829.05,3746.45,53.6861,1.91716,300,5,0,929,0,1,0,0,0),(98975,25377,571,1,1,11402,0,3821.87,3746.88,53.3111,1.42239,300,5,0,929,0,1,0,0,0),(98976,14881,571,1,1,2536,0,2577.45,-3546.78,205.656,4.79421,300,5,0,8,0,1,0,0,0),(98977,14881,571,1,1,2536,0,2663.15,-3524.17,205.375,6.21693,300,5,0,8,0,1,0,0,0),(98978,14881,571,1,1,9829,0,1446.1,-5317.22,198.133,0.311009,300,5,0,8,0,1,0,0,0),(98979,14881,571,1,1,9829,0,2437.54,-3563.91,233.196,2.13173,300,5,0,8,0,1,0,0,0),(98980,14881,571,1,1,9829,0,2609.68,-3428.36,184.261,2.2469,300,5,0,8,0,1,0,0,0),(98981,14881,571,1,1,2536,0,2536.78,-3488.42,184.188,2.3379,300,5,0,8,0,1,0,0,0),(98982,14881,571,1,1,1160,0,2671.03,-3578.48,205.315,0.778793,300,5,0,8,0,1,0,0,0),(98983,14881,571,1,1,1160,0,2680.48,-3552.92,205.375,1.71004,300,5,0,8,0,1,0,0,0),(98984,14881,571,1,1,9829,0,2561.23,-3448.98,184.522,0.175504,300,5,0,8,0,1,0,0,0),(98985,14881,571,1,1,1160,0,2752.78,-3721.35,221.847,4.64441,300,5,0,8,0,1,0,0,0),(98986,14881,571,1,1,1160,0,2650.55,-3738.39,246.566,6.01329,300,5,0,8,0,1,0,0,0),(98987,25377,571,1,1,11402,0,3872.57,3723.95,49.0902,0.662183,300,5,0,929,0,1,0,0,0),(98988,25377,571,1,1,11402,0,3873.38,3720.42,48.7152,5.99778,300,5,0,929,0,1,0,0,0),(98989,25377,571,1,1,11402,0,3859.92,3719.1,47.6457,3.13271,300,5,0,929,0,1,0,0,0),(98990,25377,571,1,1,11402,0,3869.15,3724.35,49.0902,4.09492,300,5,0,929,0,1,0,0,0),(98991,25377,571,1,1,11402,0,3870.48,3722.36,49.0902,1.13927,300,5,0,929,0,1,0,0,0),(98992,25377,571,1,1,11402,0,3863.18,3722.03,48.5207,2.81807,300,5,0,929,0,1,0,0,0),(98993,25377,571,1,1,11402,0,3856.13,3780.23,57.5514,0.98113,300,5,0,929,0,1,0,0,0),(98994,25377,571,1,1,11402,0,3862.52,3780.48,56.1764,0.614224,300,5,0,929,0,1,0,0,0),(98995,25377,571,1,1,11402,0,3851.25,3777.09,56.6764,5.35622,300,5,0,929,0,1,0,0,0),(98996,25377,571,1,1,11402,0,3855.15,3778.23,56.6764,5.0552,300,5,0,929,0,1,0,0,0),(98997,25377,571,1,1,11402,0,3853.2,3774.09,55.6764,0.845869,300,5,0,929,0,1,0,0,0),(98998,25377,571,1,1,11402,0,3857.89,3772.62,54.4264,3.78059,300,5,0,929,0,1,0,0,0),(98999,25377,571,1,1,11402,0,3843.23,3758.85,55.2104,3.59014,300,5,0,929,0,1,0,0,0),(99000,25377,571,1,1,11402,0,3848.34,3759.12,53.5854,3.02674,300,5,0,929,0,1,0,0,0),(99001,25377,571,1,1,11402,0,3854.54,3760.16,51.0854,3.06775,300,5,0,929,0,1,0,0,0),(99002,25377,571,1,1,11402,0,3846.38,3754.55,53.3354,4.84496,300,5,0,929,0,1,0,0,0),(99003,25377,571,1,1,11402,0,3848.96,3753.86,51.9604,5.33268,300,5,0,929,0,1,0,0,0),(99004,25377,571,1,1,11402,0,3839.43,3755.79,55.4604,2.73309,300,5,0,929,0,1,0,0,0),(99005,29729,571,1,1,26456,1,6711.13,-221.466,949.832,3.62063,300,5,0,50400,0,1,0,0,0),(99006,23842,571,1,1,21808,1,1340.24,-3468.75,173.08,5.11381,300,0,0,42540,0,0,0,0,0),(99007,23842,571,1,1,21806,1,1373.94,-3174.27,162.904,3.68265,300,0,0,42540,0,0,0,0,0),(99008,23842,571,1,1,21809,1,1365.1,-3171.7,153.576,5.0091,300,0,0,42540,0,0,0,0,0),(99009,23842,571,1,1,21809,1,1366.28,-3173.24,153.576,4.99164,300,0,0,42540,0,0,0,0,0),(99010,23842,571,1,1,21808,1,1363.71,-3174.79,153.576,5.44543,300,0,0,42540,0,0,0,0,0),(99011,23842,571,1,1,21807,1,1360.66,-3171.02,153.576,5.42797,300,0,0,42540,0,0,0,0,0),(99012,23842,571,1,1,21809,1,1361.95,-3176.6,153.576,5.81195,300,0,0,42540,0,0,0,0,0),(99013,23842,571,1,1,21808,1,1361.22,-3173.66,153.576,5.63741,300,0,0,42540,0,0,0,0,0),(41812,33089,603,3,16,0,0,1622.45,-321.156,417.619,4.67748,10,20,0,1,0,1,0,0,0),(99018,26914,571,1,1,24154,0,588.854,-4938.71,28.1742,4.45059,300,0,0,7181,0,0,0,0,0),(99019,23842,571,1,1,21807,1,1345.03,-3189.69,162.904,0.488692,300,0,0,42540,0,0,0,0,0),(99020,23842,571,1,1,21809,1,1325.73,-3459.16,173.854,3.63029,300,0,0,42540,0,0,0,0,0),(99021,23842,571,1,1,21807,1,1376.99,-3206,162.908,5.16617,300,0,0,42540,0,0,0,0,0),(99022,23842,571,1,1,21809,1,1342.64,-3185.22,162.904,0.506145,300,0,0,42540,0,0,0,0,0),(99023,23842,571,1,1,21808,1,1365.42,-3169.74,153.576,4.97419,300,0,0,42540,0,0,0,0,0),(99024,23842,571,1,1,21808,1,1363.14,-3171.13,153.576,5.34071,300,0,0,42540,0,0,0,0,0),(99025,23842,571,1,1,21808,1,1360.56,-3168.38,153.576,5.25344,300,0,0,42540,0,0,0,0,0),(99026,23842,571,1,1,21807,1,1362.87,-3167.21,153.576,5.06145,300,0,0,42540,0,0,0,0,0),(99027,23842,571,1,1,21808,1,1368.54,-3172.83,153.659,4.57276,300,0,0,42540,0,0,0,0,0),(99029,28706,571,1,1,25622,0,5860.29,749.055,640.564,5.13127,300,0,0,8508,7981,2,0,0,0),(99030,23842,571,1,1,21808,1,1442.64,-3218.09,162.829,4.60767,300,0,0,42540,0,0,0,0,0),(99031,23842,571,1,1,21809,1,1378.76,-3468.76,172.854,4.59022,300,0,0,42540,0,0,0,0,0),(99032,23842,571,1,1,21807,1,1338.95,-3202.37,162.886,2.1293,300,0,0,42540,0,0,0,0,0),(99033,23842,571,1,1,21809,1,1356.61,-3461.37,174.976,5.07891,300,0,0,42540,0,0,0,0,0),(99034,23842,571,1,1,21806,1,1333.6,-3284.38,174.722,5.60251,300,0,0,42540,0,0,0,0,0),(99035,23842,571,1,1,21808,1,1326.28,-3441.11,175.02,3.33358,300,0,0,42540,0,0,0,0,0),(99036,23842,571,1,1,21808,1,1369.53,-3209.91,162.908,5.21853,300,0,0,42540,0,0,0,0,0),(99037,23842,571,1,1,21808,1,1371.71,-3221.61,160.973,5.32325,300,0,0,42540,0,0,0,0,0),(99038,24098,571,1,1,11686,0,1961.58,-4036.9,217.939,1.76278,300,0,0,42,0,0,0,0,0),(99039,23842,571,1,1,21809,1,1382.31,-3360.95,182.365,1.37881,300,0,0,42540,0,0,0,0,0),(99040,23842,571,1,1,21807,1,1431.34,-3183.7,163.081,3.24631,300,0,0,42540,0,0,0,0,0),(99041,23842,571,1,1,21806,1,1383.88,-3178.79,162.886,2.07694,300,0,0,42540,0,0,0,0,0),(99042,23842,571,1,1,21809,1,1422.41,-3316.45,168.561,2.04204,300,0,0,42540,0,0,0,0,0),(99043,23842,571,1,1,21809,1,1387.91,-3176.61,162.886,1.88496,300,0,0,42540,0,0,0,0,0),(99044,23842,571,1,1,21808,1,1459.21,-3217.79,162.831,4.67748,300,0,0,42540,0,0,0,0,0),(99045,23842,571,1,1,21807,1,1343.02,-3200.22,162.887,1.97222,300,0,0,42540,0,0,0,0,0),(99046,23842,571,1,1,21806,1,1388.56,-3336.56,173.883,3.51133,300,5,0,42540,0,1,0,0,0),(99047,23842,571,1,1,21807,1,1352.6,-3317.14,175.753,3.51138,300,0,0,42540,0,2,0,0,0),(99048,23842,571,1,1,21808,1,1377.55,-3383.74,187.55,4.32842,300,0,0,42540,0,0,0,0,0),(99049,23842,571,1,1,21807,1,1407.93,-3463.27,172.92,5.2709,300,0,0,42540,0,0,0,0,0),(99050,23842,571,1,1,21809,1,1385.22,-3214.29,160.918,5.14872,300,0,0,42540,0,0,0,0,0),(99051,23842,571,1,1,21808,1,1359.98,-3192.5,162.908,2.04204,300,0,0,42540,0,0,0,0,0),(99052,23842,571,1,1,21809,1,1425.03,-3257.9,165.499,2.67035,300,0,0,42540,0,0,0,0,0),(99053,23842,571,1,1,21807,1,1431.59,-3198.38,163.094,3.15905,300,0,0,42540,0,0,0,0,0),(99054,23842,571,1,1,21809,1,1367.84,-3188.36,162.908,2.09439,300,0,0,42540,0,0,0,0,0),(99055,23842,571,1,1,21806,1,1361.56,-3355.11,183.119,1.29154,300,0,0,42540,0,0,0,0,0),(99056,23842,571,1,1,21809,1,1371.54,-3169.77,162.904,3.75246,300,0,0,42540,0,0,0,0,0),(99057,23842,571,1,1,21806,1,1355.9,-3378.17,189.077,4.36332,300,0,0,42540,0,0,0,0,0),(99058,23842,571,1,1,21808,1,1376.02,-3087.78,164.803,4.01426,300,0,0,42540,0,0,0,0,0),(99059,26402,571,1,1,23820,0,3888.21,2818.34,146.769,5.40871,300,0,0,9291,0,0,0,0,0),(99060,26402,571,1,1,23820,0,3843.12,2786.35,129.768,2.91509,300,0,0,9291,0,0,0,0,0),(99061,26402,571,1,1,23820,0,3882.18,2742.4,141.997,4.79799,300,15,0,9291,0,1,0,0,0),(99062,26402,571,1,1,23820,0,3910.12,2723.86,150.116,5.88275,300,0,0,9291,0,0,0,0,0),(99063,26402,571,1,1,23820,0,3906.94,2780.51,150.125,2.55328,300,0,0,9291,0,0,0,0,0),(99064,26402,571,1,1,23820,0,3616.81,2684.47,86.6433,3.13255,300,0,0,9291,0,0,0,0,0),(99065,26402,571,1,1,23820,0,3563.42,2761.91,61.7782,1.09132,300,0,0,9291,0,0,0,0,0),(99066,26402,571,1,1,23820,0,3675.47,2417.14,109.541,4.44379,300,0,0,9291,0,0,0,0,0),(99067,26402,571,1,1,23820,0,3700.45,2463.71,111.527,2.23476,300,0,0,9291,0,0,0,0,0),(99068,26402,571,1,1,23820,0,3692.6,2491.81,106.95,1.28901,300,0,0,9291,0,0,0,0,0),(99070,26402,571,1,1,23820,0,3647.9,2460.74,97.5071,5.77527,300,0,0,9291,0,0,0,0,0),(99071,26402,571,1,1,23820,0,3605.74,2723.44,78.1477,5.64177,300,15,0,9291,0,1,0,0,0),(99072,26402,571,1,1,23820,0,3556.1,2742.39,60.9687,1.44542,300,15,0,9291,0,1,0,0,0),(99073,26402,571,1,1,23820,0,3619.55,2748.11,78.7742,3.17851,300,0,0,9291,0,0,0,0,0),(99074,26402,571,1,1,23820,0,3648.14,2701.93,91.8908,4.06555,300,0,0,9291,0,0,0,0,0),(99075,26402,571,1,1,23820,0,3711.98,2646.32,119.375,1.3508,300,15,0,9291,0,1,0,0,0),(99076,26402,571,1,1,23820,0,3712.9,2587.86,118.25,4.43353,300,15,0,9291,0,1,0,0,0),(99077,26402,571,1,1,23820,0,3675.88,2673.1,101.361,1.71095,300,0,0,9291,0,0,0,0,0),(88660,30298,631,15,1,0,0,4295.09,2743.37,299.129,0.820304,7200,0,0,1,0,0,0,0,0),(88659,30298,631,15,1,0,0,4312.23,2735.82,299.125,0.820304,7200,0,0,1,0,0,0,0,0),(99080,26402,571,1,1,23820,0,3636.42,2617.01,100.592,4.27438,300,0,0,9291,0,0,0,0,0),(99081,26402,571,1,1,23820,0,3704.16,2511.76,107.492,3.23243,300,0,0,9291,0,0,0,0,0),(99082,26402,571,1,1,23820,0,3699.24,2551.22,108.497,0.404635,300,15,0,9291,0,1,0,0,0),(88658,30298,631,15,1,0,0,4319.27,2799.12,299.144,5.5676,7200,0,0,1,0,0,0,0,0),(88657,30298,631,15,1,0,0,4317.9,2743.05,299.133,0.820304,7200,0,0,1,0,0,0,0,0),(88656,30298,631,15,1,0,0,4306.85,2752.77,299.138,0.820304,7200,0,0,1,0,0,0,0,0),(88655,30298,631,15,1,0,0,4292.9,2793.98,310.81,1.64061,7200,0,0,1,0,0,0,0,0),(88654,30298,631,15,1,0,0,4308.51,2788.48,312.675,3.26377,7200,0,0,1,0,0,0,0,0),(88653,30298,631,15,1,0,0,4357.05,2769.42,356.136,3.14159,7200,0,0,1,0,0,0,0,0),(42876,26257,571,1,1,0,1,3346.36,2534.13,197.4,4.2586,180,0,0,1,0,0,0,0,0),(42875,26257,571,1,1,0,1,3369.69,2528.74,197.4,3.49066,180,0,0,1,0,0,0,0,0),(1975839,39190,631,12,1,0,0,505.156,-2536.86,1069.6,0,10,10,0,1,0,1,0,0,0),(1975838,39190,631,12,1,0,0,502.649,-2531.33,1069.6,0,10,10,0,1,0,1,0,0,0),(1975837,39190,631,12,1,0,0,503.825,-2508.14,1069.6,0,10,10,0,1,0,1,0,0,0),(1975836,39190,631,12,1,0,0,495.363,-2538.22,1069.6,0,10,10,0,1,0,1,0,0,0),(1975835,39190,631,12,1,0,0,506.871,-2515.55,1069.6,0,10,10,0,1,0,1,0,0,0),(1975834,39190,631,12,1,0,0,481.302,-2509.22,1069.6,0,10,10,0,1,0,1,0,0,0),(1975833,39190,631,12,1,0,0,481.538,-2527.33,1069.6,0,10,10,0,1,0,1,0,0,0),(1975832,39190,631,12,1,0,0,500.081,-2523.29,1069.6,0,10,10,0,1,0,1,0,0,0),(1975831,39190,631,12,1,0,0,486.663,-2517.75,1069.6,0,10,10,0,1,0,1,0,0,0),(1975830,39190,631,12,1,0,0,513.88,-2511.79,1069.6,0,10,10,0,1,0,1,0,0,0),(1975829,39190,631,12,1,0,0,499.641,-2500.78,1069.66,0,10,10,0,1,0,1,0,0,0),(1975828,39190,631,12,1,0,0,513.71,-2530.93,1069.6,0,10,10,0,1,0,1,0,0,0),(1975827,39190,631,12,1,0,0,502.681,-2522.54,1069.6,0,10,10,0,1,0,1,0,0,0),(1975826,39190,631,12,1,0,0,518.748,-2521.24,1069.6,0,10,10,0,1,0,1,0,0,0),(1975825,39190,631,12,1,0,0,478.977,-2517.45,1069.6,0,10,10,0,1,0,1,0,0,0),(1975824,39190,631,12,1,0,0,489.01,-2538.53,1069.6,0,10,10,0,1,0,1,0,0,0),(1975823,39190,631,12,1,0,0,511.632,-2522.37,1069.6,0,10,10,0,1,0,1,0,0,0),(1975822,39190,631,12,1,0,0,500.898,-2527.2,1069.6,0,10,10,0,1,0,1,0,0,0),(1975821,39190,631,12,1,0,0,484.793,-2533.59,1069.6,0,10,10,0,1,0,1,0,0,0),(1975820,39190,631,12,1,0,0,490.413,-2504.32,1069.6,0,10,10,0,1,0,1,0,0,0),(1975819,39190,631,12,1,0,0,485.03,-2527.72,1069.6,0,10,10,0,1,0,1,0,0,0),(1975818,39190,631,12,1,0,0,494.29,-2511.38,1069.6,0,10,10,0,1,0,1,0,0,0),(1975817,39190,631,12,1,0,0,491.717,-2532.49,1069.6,0,10,10,0,1,0,1,0,0,0),(2593,29975,571,1,1,0,0,6922.17,-1534.57,836.157,4.27606,120,0,0,1,0,0,0,0,0),(12402,32720,571,1,1,0,1,5693.53,680.925,645.901,4.68183,300,0,0,1,0,0,0,0,0),(43479,34730,647,1,1,0,0,-2.16687,-7.85422,-23.6919,3.38594,180,0,0,1,0,0,0,0,0),(43478,34723,647,1,1,0,1,-17.4797,-5.60698,-14.9281,3.22886,180,0,0,1,0,0,0,0,0),(43477,34721,647,1,1,0,1,-0.919197,-6.16422,-23.6729,3.57792,180,0,0,1,0,0,0,0,0),(99119,26402,571,1,1,23820,0,3614.42,2741.79,77.8728,2.68449,300,15,0,9291,0,1,0,0,0),(99120,26402,571,1,1,23820,0,3602.73,2729.76,76.017,5.36136,300,0,0,9291,0,0,0,0,0),(99121,26402,571,1,1,23820,0,3705.35,2587.36,116.842,0.238993,300,0,0,9291,0,0,0,0,0),(99122,26402,571,1,1,23820,0,3662.84,2600.09,104.924,6.21493,300,0,0,9291,0,0,0,0,0),(99123,26402,571,1,1,23820,0,3658.79,2709.3,92.7658,0.604706,300,0,0,9291,0,0,0,0,0),(99124,26402,571,1,1,23820,0,3666.33,2681.52,97.5379,4.6557,300,15,0,9291,0,1,0,0,0),(99125,26402,571,1,1,23820,0,3691.11,2740.77,100.652,5.47084,300,0,0,9291,0,0,0,0,0),(43476,34719,647,1,1,0,1,7.62309,-5.02532,-17.6702,4.92183,180,0,0,1,0,0,0,0,0),(43475,34718,647,1,1,0,1,13.7451,-5.12846,-24.0452,0.139626,180,0,0,1,0,0,0,0,0),(99118,27608,571,1,1,24140,0,3756.61,216.34,142.074,1.91463,120,0,0,92538,0,2,0,0,0),(99117,27608,571,1,1,24140,0,2938.21,403.682,200.064,1.91463,120,0,0,92538,0,2,0,0,0),(99116,27608,571,1,1,24140,0,3484.9,77.6506,181.401,1.91463,120,0,0,92538,0,2,0,0,0),(99115,27608,571,1,1,24140,0,3490.26,76.9535,197.259,1.91463,120,0,0,92538,0,2,0,0,0),(99114,27608,571,1,1,24140,0,3737.25,441.447,163.152,1.91463,120,0,0,92538,0,2,0,0,0),(99113,27608,571,1,1,24140,0,3723.93,203.807,149.416,1.91463,120,0,0,92538,0,2,0,0,0),(99112,27608,571,1,1,24140,0,3037.01,696.784,221.905,1.91463,120,0,0,92538,0,2,0,0,0),(99111,27608,571,1,1,24140,0,3485.54,172.443,356.967,1.91463,120,0,0,92538,0,2,0,0,0),(99110,27608,571,1,1,24140,0,3424.55,257.635,132.423,1.91463,120,0,0,92538,0,2,0,0,0),(99109,27608,571,1,1,24140,0,3590.88,69.8893,149.106,1.91463,120,0,0,92538,0,2,0,0,0),(99108,27608,571,1,1,24140,0,3542.25,134.148,169.694,1.91463,120,0,0,92538,0,2,0,0,0),(99107,27608,571,1,1,24140,0,3488.65,-5.61914,169.41,1.91463,120,0,0,92538,0,2,0,0,0),(99106,27608,571,1,1,24140,0,2980.34,629.105,218.525,1.91463,120,0,0,92538,0,2,0,0,0),(99105,27608,571,1,1,24140,0,3177.86,623.946,234.069,1.91463,120,0,0,92538,0,2,0,0,0),(99104,27682,571,1,1,24743,0,3112.66,560.286,197.521,1.91463,120,0,0,38440,0,2,0,0,0),(99103,27682,571,1,1,24743,0,3065.57,646.069,229.738,1.91463,120,0,0,38440,0,2,0,0,0),(99093,27682,571,1,1,24743,0,3036.49,602.204,179.671,1.91463,120,0,0,38440,0,2,0,0,0),(99099,27682,571,1,1,24743,0,3691.68,352.093,342.225,1.91463,120,0,0,38440,0,2,0,0,0),(99098,27682,571,1,1,24743,0,3129.03,582.456,247.386,1.91463,120,0,0,38440,0,2,0,0,0),(99097,27682,571,1,1,24743,0,3106.43,348.332,212.471,1.91463,120,0,0,38440,0,2,0,0,0),(99152,23842,571,1,1,21808,1,1338.82,-3444.78,176.094,5.46874,300,5,0,42540,0,1,0,0,0),(99153,23842,571,1,1,21806,1,1392.76,-3457.14,175.03,1.92245,300,5,0,42540,0,1,0,0,0),(99154,23842,571,1,1,21808,1,1377.45,-3377.4,187.597,4.86727,300,5,0,42540,0,1,0,0,0),(99155,23842,571,1,1,21806,1,1366.8,-3327.05,173.928,5.26436,300,5,0,42540,0,1,0,0,0),(99156,23842,571,1,1,21809,1,1417.69,-3269.61,165.882,2.75311,300,5,0,42540,0,1,0,0,0),(99157,23842,571,1,1,21806,1,1452.81,-3251.16,165.944,2.12832,300,5,0,42540,0,1,0,0,0),(99158,26658,571,1,1,569,0,2545.46,5267.78,31.0186,1.66323,300,0,0,6986,0,0,0,0,0),(99159,26658,571,1,1,569,0,2517.83,5209.89,36.5291,4.3589,300,5,0,6986,0,1,0,0,0),(99160,25378,571,1,1,23181,1,3842.22,3730.25,47.3423,2.30383,300,0,0,7432,7332,0,0,0,0),(99161,25378,571,1,1,23181,1,3890.13,3719.33,46.9187,3.00197,300,0,0,7432,7332,0,0,0,0),(99162,25378,571,1,1,23181,1,3838.99,3724.43,47.1457,3.89265,300,5,0,7432,7332,1,0,0,0),(99164,26402,571,1,1,23820,0,3656.24,2452.94,100.549,5.48351,300,0,0,9291,0,0,0,0,0),(99165,26402,571,1,1,23820,0,3612.19,2727.2,79.3237,6.02538,300,0,0,9291,0,0,0,0,0),(99166,26402,571,1,1,23820,0,3717.33,2651.21,120.124,0.493163,300,0,0,9291,0,0,0,0,0),(99167,26402,571,1,1,23820,0,3679.56,2748.75,96.4727,4.7038,300,15,0,9291,0,1,0,0,0),(99168,26402,571,1,1,23820,0,3696.88,2593.94,113.595,1.04119,300,0,0,9291,0,0,0,0,0),(99169,26402,571,1,1,23820,0,3686.46,2438.54,111.571,3.0607,300,15,0,9291,0,1,0,0,0),(99170,26402,571,1,1,23820,0,3675.17,2409.64,111.029,1.49455,300,15,0,9291,0,1,0,0,0),(99171,26402,571,1,1,23820,0,3693.94,2469.84,109.466,5.21215,300,15,0,9291,0,1,0,0,0),(1976577,30502,571,1,4,0,0,7450.73,-1257.56,908.329,1.02689,300,0,0,50400,0,0,0,0,0),(99173,26402,571,1,1,23820,0,3631,2610.73,100.113,3.58379,300,0,0,9291,0,0,0,0,0),(99174,26402,571,1,1,23820,0,3659.41,2703.47,93.3908,2.37756,300,15,0,9291,0,1,0,0,0),(99175,26402,571,1,1,23820,0,3570.36,2751.43,65.361,5.40203,300,0,0,9291,0,0,0,0,0),(99176,26659,571,1,1,24110,0,4895.23,295.912,131.721,6.16101,300,0,0,10635,0,0,0,0,0),(99181,26915,571,1,1,24147,0,542.818,-5020.94,10.6891,0.925025,300,0,0,7181,0,0,0,0,0),(99182,29475,571,1,1,6271,0,6243.14,-1262.72,428.2,1.65806,300,0,0,11770,0,0,0,0,0),(99183,28195,571,1,1,25198,0,2917.21,4043.44,1.8677,1.09956,300,0,0,10635,0,0,0,0,0),(99184,28707,571,1,1,25623,0,5737.19,672.851,613.326,1.309,300,0,0,10635,0,0,0,0,0),(99185,29731,571,1,1,26461,1,6672.07,-138.178,966.813,0.802851,300,0,0,60875,0,0,0,0,0),(99186,29475,571,1,1,6271,0,6280.86,-1233.66,427.936,3.49066,300,0,0,11770,0,0,0,0,0),(99187,29475,571,1,1,6271,0,6258.79,-1199.91,427.734,5.25344,300,0,0,11770,0,0,0,0,0),(99188,29475,571,1,1,6271,0,6340.17,-1220.16,427.932,2.14675,300,0,0,11770,0,0,0,0,0),(99189,29475,571,1,1,6271,0,6319.34,-1194.04,425.755,1.15192,300,0,0,11770,0,0,0,0,0),(99190,29475,571,1,1,6271,0,6372.32,-1215.14,426.45,4.24115,300,0,0,11770,0,0,0,0,0),(99192,24356,571,1,1,22338,1,1408.67,-3195.55,161.773,4.85202,300,0,0,6986,0,0,0,0,0),(99193,23844,571,1,1,21810,1,1342.2,-3449.54,176.203,5.04942,300,0,0,10635,0,0,0,0,0),(99194,26660,571,1,1,23988,0,4699.06,541.116,120.504,2.25148,300,0,0,10635,0,0,0,0,0),(99195,23844,571,1,1,21810,1,1361.27,-3166.72,153.584,5.20108,300,0,0,10635,0,0,0,0,0),(99196,29732,571,1,1,26462,0,6607.42,-279.665,985.624,3.42085,300,0,0,126000,0,0,0,0,0),(99197,26916,571,1,1,24159,0,599.037,-4920.18,29.7398,5.02655,300,0,0,9291,0,0,0,0,0),(99198,27172,571,1,1,23875,1,3226.72,-728.937,168.146,2.51327,300,0,0,49700,16935,0,0,0,0),(99200,30244,571,1,1,26896,1,5073.65,-603.356,220.043,2.58309,300,0,0,10080,8814,0,0,0,0),(99201,28708,571,1,1,25955,0,5892.12,618.577,649.449,2.40855,300,0,0,10635,0,0,0,0,0),(99202,24100,571,1,1,11686,0,1982.71,-4202.41,212.186,5.51524,300,0,0,42,0,0,0,0,0),(99203,23844,571,1,1,21811,1,1376.07,-3165.84,183.881,2.29512,300,0,0,10635,0,2,0,0,0),(99204,29476,571,1,1,26299,1,5772.72,553.84,651.642,0.610865,300,0,0,10635,0,0,0,0,0),(99205,28196,571,1,1,25197,0,2793.19,906.36,22.5437,1.64061,300,0,0,10635,0,0,0,0,0),(99206,23844,571,1,1,21813,1,1443.6,-3374.81,202.012,3.12992,300,0,0,10635,0,2,0,0,0),(99207,23844,571,1,1,21812,1,1391.56,-3458.19,174.985,4.88692,300,0,0,10635,0,0,0,0,0),(99208,23844,571,1,1,21813,1,1369.49,-3173.47,162.413,3.65563,300,0,0,10635,0,2,0,0,0),(99209,23844,571,1,1,21811,1,1500.07,-3285.56,179.865,1.47548,300,5,0,10635,0,1,0,0,0),(99210,23844,571,1,1,21812,1,1334.56,-3184.19,183.881,2.28587,300,0,0,10635,0,2,0,0,0),(99211,23844,571,1,1,21810,1,1327.88,-3352.44,206.639,5.51687,300,0,0,10635,0,2,0,0,0),(99212,28452,571,1,1,25683,0,6282.3,-3481.33,370.84,4.10152,300,5,0,11379,3725,1,0,0,0),(99213,28452,571,1,1,25683,0,6268.13,-3346.7,365.195,3.61283,300,5,0,11379,3725,1,0,0,0),(99214,28452,571,1,1,25683,0,6285.8,-3082.41,369.392,5.74213,300,5,0,11379,3725,1,0,0,0),(99215,28452,571,1,1,25683,0,6155.2,-3438.98,367.136,4.39823,300,5,0,11379,3725,1,0,0,0),(99216,28452,571,1,1,25683,0,6196,-3254.47,367.2,2.35619,300,5,0,11379,3725,1,0,0,0),(99217,28452,571,1,1,25683,0,6200.16,-3384.91,365.799,2.46091,300,5,0,11379,3725,1,0,0,0),(99218,28452,571,1,1,25683,0,6253.26,-3172.2,364.421,2.98451,300,5,0,11379,3725,1,0,0,0),(99219,28452,571,1,1,25683,0,6022.76,-3496.36,360.201,4.90438,300,5,0,11379,3725,1,0,0,0),(99220,28452,571,1,1,25683,0,5991.35,-3414.88,367.88,2.14675,300,5,0,11379,3725,1,0,0,0),(99221,28452,571,1,1,25683,0,5911.22,-3411.8,362.131,3.29867,300,5,0,11379,3725,1,0,0,0),(99222,25636,571,1,2,24382,0,1905.5,6022.63,7.68457,2.55984,300,0,0,6986,0,0,0,0,0),(99223,24357,571,1,1,22339,0,2265.95,5211.63,11.4236,2.80998,300,0,0,3524,0,0,0,0,0),(99224,26661,571,1,1,23986,0,4705.63,559.054,124.112,4.06662,300,0,0,10635,0,0,0,0,0),(99225,31269,571,1,1,17722,0,4890.89,1344.36,244.641,2.00713,300,0,0,10635,0,0,0,0,0),(99226,31269,571,1,1,17722,0,4904.5,1346.56,240.488,2.05949,300,0,0,10635,0,0,0,0,0),(99227,31269,571,1,1,17722,0,4875.78,1347.75,240.971,5.69421,300,0,0,10635,0,2,0,0,0),(99228,31269,571,1,1,17722,0,5001.59,1222.63,256.794,5.8616,300,0,0,10635,0,2,0,0,0),(99230,31269,571,1,1,17722,0,5079.16,1142.14,267.735,2.36264,300,0,0,10635,0,2,0,0,0),(143419,37878,571,1,1,0,0,4767.75,-560.622,163.842,1.06465,120,0,0,1,0,0,0,0,0),(99233,31269,571,1,1,17722,0,4904.81,1355.74,243.043,1.97222,300,0,0,10635,0,0,0,0,0),(99234,31269,571,1,1,17722,0,4814.35,1312.33,231.106,1.79949,300,5,0,10635,0,1,0,0,0),(99235,29733,571,1,1,25639,1,5151.88,-2199.16,236.621,4.50295,300,0,0,106350,3561,0,0,0,0),(99236,24613,571,1,1,23434,0,4439.19,4915.78,24.689,3.17608,300,5,0,6986,0,1,0,0,0),(99237,24613,571,1,1,23434,0,4433.27,4896.06,26.5179,3.63519,300,5,0,6986,0,1,0,0,0),(99238,24613,571,1,1,23434,0,4450.28,4905.27,25.439,3.68673,300,5,0,6986,0,1,0,0,0),(99239,24613,571,1,1,23434,0,4340.53,4849.77,25.307,3.97979,300,5,0,6986,0,1,0,0,0),(99240,24613,571,1,1,23434,0,4365.67,4919.16,26.768,0.803036,300,5,0,6986,0,1,0,0,0),(99241,24613,571,1,1,23434,0,4363.27,4907.08,26.4872,1.05925,300,5,0,6986,0,1,0,0,0),(99242,24613,571,1,1,23434,0,4351.75,4918.25,25.7039,6.06162,300,5,0,6986,0,1,0,0,0),(99243,28197,571,1,1,25196,0,787.755,-2889.06,6.49197,3.52556,300,0,0,10635,0,0,0,0,0),(99244,24613,571,1,1,23434,0,4209.28,5945.81,53.7274,5.16124,300,5,0,6986,0,1,0,0,0),(99245,24613,571,1,1,23434,0,3801,5710.37,53.7237,1.65016,300,5,0,6986,0,1,0,0,0),(99246,31269,571,1,1,17722,0,4944.01,1153.98,240.14,0.418879,300,0,0,10635,0,0,0,0,0),(99247,24613,571,1,1,23434,0,3702.64,5367.04,36.7203,3.64562,300,5,0,6986,0,1,0,0,0),(99248,24613,571,1,1,23434,0,3721.03,5369.75,37.3453,3.87651,300,5,0,6986,0,1,0,0,0),(99249,24613,571,1,1,23434,0,3708.3,5386.23,36.7203,3.739,300,5,0,6986,0,1,0,0,0),(99250,24613,571,1,1,23434,0,3809.52,5547.19,42.847,5.70069,300,5,0,6986,0,1,0,0,0),(99251,24613,571,1,1,23434,0,3727.98,5481.94,41.4436,3.29274,300,5,0,6986,0,1,0,0,0),(99252,24613,571,1,1,23434,0,3776.65,5422.45,38.0134,2.71189,300,5,0,6986,0,1,0,0,0),(99253,24613,571,1,1,23434,0,4216.02,5976.43,48.5516,5.6173,300,5,0,6986,0,1,0,0,0),(99254,24613,571,1,1,23434,0,4221.67,5957.18,51.9994,5.67127,300,5,0,6986,0,1,0,0,0),(99255,24613,571,1,1,23434,0,4352,4865.02,25.182,3.58693,300,5,0,6986,0,1,0,0,0),(99256,24613,571,1,1,23434,0,4332.35,4849.05,25.4406,3.71117,300,5,0,6986,0,1,0,0,0),(99257,24613,571,1,1,23434,0,4475.18,4856.86,25.5328,3.28236,300,5,0,6986,0,1,0,0,0),(99258,24613,571,1,1,23434,0,4466.76,4841.81,24.5181,0.48215,300,5,0,6986,0,1,0,0,0),(99259,24613,571,1,1,23434,0,4465.76,4872.29,25.4834,3.43663,300,5,0,6986,0,1,0,0,0),(99260,24613,571,1,1,23434,0,4140.3,5841.14,65.1281,2.8285,300,5,0,6986,0,1,0,0,0),(99261,24613,571,1,1,23434,0,4155.22,5832.63,63.8462,2.7206,300,5,0,6986,0,1,0,0,0),(99262,24613,571,1,1,23434,0,4125.66,5827.46,68.3962,2.80022,300,5,0,6986,0,1,0,0,0),(99263,24613,571,1,1,23434,0,3804.16,5713.93,56.0987,1.59354,300,5,0,6986,0,1,0,0,0),(99264,24613,571,1,1,23434,0,3808.05,5566.92,45.7915,5.88422,300,5,0,6986,0,1,0,0,0),(99265,24613,571,1,1,23434,0,3788.2,5563.18,43.9058,3.18808,300,5,0,6986,0,1,0,0,0),(99266,24613,571,1,1,23434,0,3794.87,5708.55,52.7524,1.76887,300,5,0,6986,0,1,0,0,0),(99267,24613,571,1,1,23434,0,3847.86,5360.16,25.5175,5.36674,300,5,0,6986,0,1,0,0,0),(99268,24613,571,1,1,23434,0,3852.47,5374.49,23.8808,3.56175,300,5,0,6986,0,1,0,0,0),(99269,24613,571,1,1,23434,0,3566.49,5186.31,26.1227,4.56577,300,5,0,6986,0,1,0,0,0),(99270,24613,571,1,1,23434,0,3556.77,5188.18,25.2477,4.56346,300,5,0,6986,0,1,0,0,0),(99271,24613,571,1,1,23434,0,3572.29,5190.23,28.1284,4.57792,300,5,0,6986,0,1,0,0,0),(99272,24613,571,1,1,23434,0,3770.1,5202.48,26.9128,1.38287,300,5,0,6986,0,1,0,0,0),(99273,24613,571,1,1,23434,0,3774.89,5202.72,25.6675,1.48956,300,5,0,6986,0,1,0,0,0),(99274,24613,571,1,1,23434,0,3752.84,5201.86,28.0562,0.79266,300,5,0,6986,0,1,0,0,0),(99275,24613,571,1,1,23434,0,3709.22,5231.28,32.8897,4.32287,300,5,0,6986,0,1,0,0,0),(99276,24613,571,1,1,23434,0,3720.99,5223.44,29.5147,6.06101,300,5,0,6986,0,1,0,0,0),(99277,24613,571,1,1,23434,0,3699.42,5229.32,32.8836,4.29484,300,5,0,6986,0,1,0,0,0),(99278,24613,571,1,1,23434,0,3619.52,5170.07,24.7525,2.23109,300,5,0,6986,0,1,0,0,0),(99279,24613,571,1,1,23434,0,3599.4,5170.31,25.1284,2.41149,300,5,0,6986,0,1,0,0,0),(99280,24613,571,1,1,23434,0,3602.77,5150.9,26.9862,2.58172,300,5,0,6986,0,1,0,0,0),(99281,24613,571,1,1,23434,0,3717.21,5150.96,24.4896,0.367236,300,5,0,6986,0,1,0,0,0),(99282,24613,571,1,1,23434,0,3760.74,5167.44,25.1996,0.550543,300,5,0,6986,0,1,0,0,0),(99283,24613,571,1,1,23434,0,3743.53,5153.03,24.1375,0.468896,300,5,0,6986,0,1,0,0,0),(99284,24613,571,1,1,23434,0,3492.6,5193.6,24.691,1.9144,300,5,0,6986,0,1,0,0,0),(99286,24613,571,1,1,23434,0,3504.22,5199.49,26.605,2.28614,300,5,0,6986,0,1,0,0,0),(99287,24613,571,1,1,23434,0,3598.73,5332.61,26.7722,0.971873,300,5,0,6986,0,1,0,0,0),(99288,24613,571,1,1,23434,0,3621.75,5326.28,29.5283,1.75328,300,5,0,6986,0,1,0,0,0),(99289,24613,571,1,1,23434,0,3571.74,5284.85,28.0408,4.08535,300,5,0,6986,0,1,0,0,0),(99290,24613,571,1,1,23434,0,3554.9,5315.85,27.8525,3.93613,300,5,0,6986,0,1,0,0,0),(99291,24613,571,1,1,23434,0,3546.47,5284.49,30.2855,3.97916,300,5,0,6986,0,1,0,0,0),(88755,37967,571,1,1,0,0,5652.41,2089.36,798.138,1.71042,120,0,0,1,0,0,0,0,0),(88754,37967,571,1,1,0,0,5638.31,1998.9,798.13,1.58825,120,0,0,1,0,0,0,0,0),(88753,37967,571,1,1,0,0,5636.09,2104.31,798.138,5.61996,120,0,0,1,0,0,0,0,0),(88752,37967,571,1,1,0,0,5606.21,2012.55,798.125,0.994838,120,0,0,1,0,0,0,0,0),(200915,37967,631,15,1,0,0,-102.934,2167.01,30.7375,1.43117,86400,0,0,13033,0,0,0,0,0),(200916,37967,631,15,1,0,0,-59.7222,2188.21,27.9859,1.53589,86400,0,0,13033,0,0,0,0,0),(200929,37967,631,15,1,0,0,-51.9722,2168.76,30.7375,1.64061,86400,0,0,13033,0,0,0,0,0),(201040,37967,631,15,1,0,0,-65.3351,2154.12,30.7375,1.76278,86400,0,0,13033,0,0,0,0,0),(201187,37967,631,15,1,0,0,-21.0608,2204.75,30.199,3.10669,86400,0,0,13033,0,0,0,0,0),(201463,37967,631,15,1,0,0,-80.7847,2152.99,30.7375,1.53589,86400,0,0,13033,0,0,0,0,0),(201533,37967,631,15,1,0,0,-110.885,2168.82,30.7375,1.29154,86400,0,0,13033,0,0,0,0,0),(201624,37967,631,15,1,0,0,-36.6615,2192.81,27.9859,2.56563,86400,0,0,13033,0,0,0,0,0),(74986,36164,642,3,1,0,0,-31.1289,-19.4868,34.2492,4.15388,7200,0,0,50000,0,0,0,0,0),(74524,19610,530,1,1,0,0,2984.31,3699.18,142.697,2.0285,300,0,0,0,0,0,0,0,0),(99306,24613,571,1,1,23434,0,3869.03,5365.04,25.3636,5.73545,300,5,0,6986,0,1,0,0,0),(99307,27941,571,1,1,7803,0,4227.9,-1976.84,208.792,1.11701,300,0,0,9940,0,0,0,0,0),(99308,27941,571,1,1,7803,0,4257.95,-1914.65,201.976,1.48774,300,0,0,9940,0,2,0,0,0),(99309,27941,571,1,1,7803,0,4163.29,-1958.69,208.396,5.92405,300,0,0,9940,0,2,0,0,0),(99310,27941,571,1,1,7803,0,4194.24,-1806.27,200.473,4.73761,300,0,0,9940,0,2,0,0,0),(99311,27941,571,1,1,7803,0,4209.27,-2153.38,217.426,0.771587,300,0,0,9940,0,2,0,0,0),(99312,27941,571,1,1,7803,0,4203.36,-1975.69,208.067,0.575959,300,0,0,9940,0,0,0,0,0),(99313,24613,571,1,1,23434,0,4131.49,5456.9,26.5079,3.49853,300,0,0,6986,0,0,0,0,0),(99314,24613,571,1,1,23434,0,3714.74,5477.33,38.9776,3.34539,300,5,0,6986,0,1,0,0,0),(99315,24613,571,1,1,23434,0,3790.82,5683.55,49.5405,1.69576,300,5,0,6986,0,1,0,0,0),(99316,24613,571,1,1,23434,0,3772.17,5686.68,56.0405,1.41467,300,5,0,6986,0,1,0,0,0),(99317,24613,571,1,1,23434,0,3794.3,5689.47,49.1988,2.05465,300,5,0,6986,0,1,0,0,0),(99318,24613,571,1,1,23434,0,3297.08,5451.91,54.2868,5.34154,300,5,0,6986,0,1,0,0,0),(99319,24613,571,1,1,23434,0,3315.06,5457.1,56.6355,4.8758,300,5,0,6986,0,1,0,0,0),(99320,24613,571,1,1,23434,0,3435.72,5471.81,65.449,3.96148,300,5,0,6986,0,1,0,0,0),(99321,24613,571,1,1,23434,0,3462.28,5451.01,56.9417,4.23465,300,5,0,6986,0,1,0,0,0),(99322,24613,571,1,1,23434,0,3355.02,5456.86,59.7072,2.52071,300,5,0,6986,0,1,0,0,0),(99323,24613,571,1,1,23434,0,3373.44,5475.95,63.3781,2.53989,300,5,0,6986,0,1,0,0,0),(99324,24613,571,1,1,23434,0,3475.26,5308.99,40.7636,2.44595,300,5,0,6986,0,1,0,0,0),(99325,24613,571,1,1,23434,0,3485,5311.03,40.1754,3.38318,300,5,0,6986,0,1,0,0,0),(99326,24613,571,1,1,23434,0,3338.12,5360.5,40.9163,3.60145,300,5,0,6986,0,1,0,0,0),(99327,24613,571,1,1,23434,0,3322.76,5370.7,42.3348,3.6159,300,5,0,6986,0,1,0,0,0),(99328,27941,571,1,1,7803,0,4175.44,-2115.11,215.556,5.34104,300,5,0,9940,0,1,0,0,0),(99329,24613,571,1,1,23434,0,3331.18,5447.64,56.9475,4.1204,300,5,0,6986,0,1,0,0,0),(99330,24613,571,1,1,23434,0,3385.31,5472.7,63.8137,2.33425,300,5,0,6986,0,1,0,0,0),(99331,24613,571,1,1,23434,0,4097.09,5452.55,28.2234,3.09851,300,0,0,6986,0,0,0,0,0),(99332,24613,571,1,1,23434,0,4146.97,5469.05,27.3482,1.99717,300,0,0,6986,0,0,0,0,0),(99333,24613,571,1,1,23434,0,4039.71,5550.04,40.6505,-1.76841,300,0,0,6986,0,0,0,0,0),(99334,24613,571,1,1,23434,0,4084.6,5571.03,35.9104,1.50868,300,0,0,6986,0,0,0,0,0),(99335,24613,571,1,1,23434,0,4069.42,5573.35,37.3886,3.66003,300,0,0,6986,0,0,0,0,0),(99336,24613,571,1,1,23434,0,3317.97,5355.16,41.8498,3.57732,300,5,0,6986,0,1,0,0,0),(99337,24613,571,1,1,23434,0,3443.21,5453.49,60.0667,4.44822,300,5,0,6986,0,1,0,0,0),(99338,29477,571,1,1,26092,1,8502.11,171.325,781.888,3.82227,300,0,0,12175,3893,0,0,0,0),(99339,29477,571,1,1,26092,1,8371.59,-125.079,819.756,2.55765,300,0,0,12175,3893,0,0,0,0),(99340,29477,571,1,1,26092,1,8407.49,-75.8156,802.682,2.19861,300,0,0,12175,3893,0,0,0,0),(99341,29477,571,1,1,26092,1,8387.34,-81.9254,810.549,1.22616,300,0,0,12175,3893,0,0,0,0),(99342,29477,571,1,1,26092,1,8419.5,-119.4,804.227,2.85788,300,0,0,12175,3893,0,0,0,0),(99343,29477,571,1,1,26092,1,8497.2,-221.113,817.18,1.47798,300,0,0,12175,3893,0,0,0,0),(99344,29477,571,1,1,26092,1,8484.14,-230.252,821.874,1.57376,300,0,0,12175,3893,0,0,0,0),(99345,29477,571,1,1,26092,1,8504.95,-224.571,817.401,2.47837,300,0,0,12175,3893,0,0,0,0),(99346,29477,571,1,1,26092,1,8360.2,-120.9,822.456,1.40226,300,0,0,12175,3893,0,0,0,0),(99348,29477,571,1,1,26092,1,8456.68,-183.348,813.664,2.23402,300,0,0,12175,3893,0,0,0,0),(99349,29477,571,1,1,26092,1,8469.99,-221.749,821.403,4.76475,300,0,0,12175,3893,0,0,0,0),(99350,29477,571,1,1,26092,1,8427.45,-223.042,828.204,2.37365,300,0,0,12175,3893,0,0,0,0),(99351,29477,571,1,1,26092,1,8474.2,-182.271,811.824,1.74533,300,0,0,12175,3893,0,0,0,0),(99352,29477,571,1,1,26092,1,8459.58,-208.517,819.306,-0.273542,300,0,0,12175,3893,0,0,0,0),(99353,29477,571,1,1,26092,1,8468.92,-98.2301,793.361,5.53788,300,5,0,12175,3893,1,0,0,0),(99354,29477,571,1,1,26708,1,8344.4,-84.5766,822.453,2.68656,300,0,0,12175,3893,0,0,0,0),(99355,29477,571,1,1,26092,1,8346.78,-85.7412,822.067,2.68753,300,0,0,12175,3893,0,0,0,0),(99356,29477,571,1,1,26092,1,8481.57,-17.429,786.237,1.70093,300,0,0,12175,3893,0,0,0,0),(99357,29477,571,1,1,26092,1,8476.61,-18.0778,786.589,1.57296,300,5,0,12175,3893,1,0,0,0),(99360,29477,571,1,1,26092,1,8438.09,-40.1047,793.232,1.99212,300,0,0,12175,3893,0,0,0,0),(99361,29477,571,1,1,26092,1,8433.38,-41.8257,794.005,1.74247,300,5,0,12175,3893,1,0,0,0),(99362,29477,571,1,1,26092,1,8323.12,-173.756,843.895,2.36175,300,5,0,12175,3893,1,0,0,0),(99363,29477,571,1,1,26092,1,8315.76,-162.249,842.732,2.0186,300,0,0,12175,3893,0,0,0,0),(99364,29477,571,1,1,26092,1,8473.01,-257.446,837.874,1.51844,300,0,0,12175,3893,0,0,0,0),(99365,26662,571,1,1,23565,0,3678.06,2152.57,35.0913,0.174533,300,0,0,102820,0,0,0,0,0),(99366,26662,571,1,1,23565,0,3669.69,2167.98,35.878,5.65487,300,0,0,102820,0,0,0,0,0),(99367,26662,571,1,1,23565,0,3679.8,2173.17,35.524,5.14872,300,0,0,102820,0,0,0,0,0),(99368,29222,571,1,1,25933,1,5187.91,4504.7,-89.1003,4.66003,300,0,0,117700,0,0,0,0,0),(99369,29478,571,1,1,26300,0,5814.23,680.564,647.132,1.72788,300,0,0,8508,7981,0,0,0,0),(99370,28454,571,1,1,13069,0,4891.02,4528.48,-68.1755,4.76475,300,5,0,42,0,1,0,0,0),(99371,27174,571,1,1,24374,0,2779.23,927.021,22.6099,5.23599,300,0,0,10635,0,0,0,0,0),(99372,24102,571,1,1,11686,0,1877.28,-4180.03,213.916,2.56563,300,0,0,42,0,0,0,0,0),(99373,24614,571,1,1,26423,0,3732.78,5463.14,37.0368,3.2428,300,5,0,7984,0,1,0,0,0),(99374,24614,571,1,1,26423,0,4275.76,5527.79,37.4489,5.28406,300,5,0,7984,0,1,0,0,0),(99375,24614,571,1,1,26423,0,4281.88,5526.69,37.4489,5.78026,300,5,0,7984,0,1,0,0,0),(99376,24614,571,1,1,26423,0,4210.69,5965.93,52.3788,4.53005,300,5,0,7984,0,1,0,0,0),(99377,24614,571,1,1,26423,0,4382.11,4940.64,26.5852,0.19289,300,5,0,7984,0,1,0,0,0),(99378,24614,571,1,1,26423,0,4378.22,4904.59,27.69,3.77169,300,5,0,7984,0,1,0,0,0),(99379,24614,571,1,1,26423,0,4425.03,4899.58,27.3929,0.850039,300,5,0,7984,0,1,0,0,0),(99380,24614,571,1,1,26423,0,4451.68,4887.05,24.9081,4.10065,300,5,0,7984,0,1,0,0,0),(99381,24614,571,1,1,26423,0,4338.06,4860.83,25.307,5.33367,300,5,0,7984,0,1,0,0,0),(99382,24614,571,1,1,26423,0,4351.3,4856.6,24.807,4.20922,300,5,0,7984,0,1,0,0,0),(99383,24614,571,1,1,26423,0,4441.22,4848.87,23.4487,3.0084,300,5,0,7984,0,1,0,0,0),(99384,24614,571,1,1,26423,0,4454.03,4861.41,24.4491,3.16655,300,5,0,7984,0,1,0,0,0),(99385,24614,571,1,1,26423,0,4145.28,5815.31,66.6518,3.0237,300,5,0,7984,0,1,0,0,0),(99386,24614,571,1,1,26423,0,3788.24,5773.09,67.3651,4.71434,300,5,0,7984,0,1,0,0,0),(99387,24614,571,1,1,26423,0,3790.66,5575.31,47.1649,4.33793,300,5,0,7984,0,1,0,0,0),(99388,24614,571,1,1,26423,0,3796.68,5547.52,42.0584,3.85692,300,5,0,7984,0,1,0,0,0),(99389,24614,571,1,1,26423,0,4227.13,5961.49,50.616,3.44605,300,5,0,7984,0,1,0,0,0),(99390,24614,571,1,1,26423,0,4152.94,5830.03,64.2833,2.65698,300,5,0,7984,0,1,0,0,0),(99391,26406,571,1,1,26161,0,3316.77,-5104.69,300.461,6.02492,300,0,0,51410,3466,0,0,0,0),(99392,24614,571,1,1,26423,0,3778.45,5246.37,26.9277,1.80598,300,5,0,7984,0,1,0,0,0),(99393,24614,571,1,1,26423,0,3788.99,5202.95,25.232,1.80893,300,5,0,7984,0,1,0,0,0),(99394,24614,571,1,1,26423,0,3733.46,5254.89,32.8272,0.982794,300,5,0,7984,0,1,0,0,0),(99395,24614,571,1,1,26423,0,3595.26,5183.71,27.2772,1.39103,300,5,0,7984,0,1,0,0,0),(99396,24614,571,1,1,26423,0,3619.18,5153.26,25.2362,2.40827,300,5,0,7984,0,1,0,0,0),(99397,24614,571,1,1,26423,0,3743.42,5158.11,24.5415,0.629332,300,5,0,7984,0,1,0,0,0),(99398,24614,571,1,1,26423,0,3722.01,5166.13,24.1447,0.623177,300,5,0,7984,0,1,0,0,0),(99399,24614,571,1,1,26423,0,3478.76,5228.8,32.0113,2.07705,300,5,0,7984,0,1,0,0,0),(99400,24614,571,1,1,26423,0,3560.69,5182.39,24.4977,4.52154,300,5,0,7984,0,1,0,0,0),(99401,24614,571,1,1,26423,0,3552.85,5193.98,25.6227,4.58353,300,5,0,7984,0,1,0,0,0),(99402,24614,571,1,1,26423,0,3605.06,5322.76,26.1313,1.32872,300,5,0,7984,0,1,0,0,0),(99403,24614,571,1,1,26423,0,3698.5,5477.94,38.1103,3.37425,300,5,0,7984,0,1,0,0,0),(99404,24614,571,1,1,26423,0,3551.42,5285.71,29.4105,4.20245,300,5,0,7984,0,1,0,0,0),(99405,24614,571,1,1,26423,0,3571.16,5303.98,25.7722,4.03483,300,5,0,7984,0,1,0,0,0),(99406,27686,571,1,1,24590,0,3789.33,732.008,60.3569,5.41456,20,0,0,9610,0,0,0,0,0),(99407,27686,571,1,1,24590,0,3757.71,766.167,62.8902,1.88496,20,0,0,9610,0,0,0,0,0),(99408,27686,571,1,1,24590,0,3788.1,738.983,60.1997,5.4978,20,5,0,9610,0,1,0,0,0),(99409,27686,571,1,1,24590,0,3759.66,764.028,62.2889,3.66519,20,0,0,9610,0,0,0,0,0),(99410,27686,571,1,1,24590,0,3815.83,709.949,59.7523,5.46118,20,5,0,9610,0,1,0,0,0),(99411,27686,571,1,1,24590,0,3627.76,833.641,62.4128,0.733038,20,0,0,9610,0,0,0,0,0),(99412,27686,571,1,1,24590,0,3636.04,830.935,62.2159,2.47837,20,0,0,9610,0,0,0,0,0),(99413,27686,571,1,1,24590,0,3652.44,1215.04,132.787,1.10007,20,0,0,9610,0,0,0,0,0),(99414,27686,571,1,1,24590,0,3645.88,1217.44,133.002,-0.552255,20,0,0,9610,0,0,0,0,0),(99415,27686,571,1,1,24590,0,3639.81,1219.6,133.713,2.48276,20,5,0,9610,0,1,0,0,0),(99416,27686,571,1,1,24590,0,3627.26,1220.3,136.885,1.87312,20,0,0,9610,0,0,0,0,0),(99417,27686,571,1,1,24590,0,3629.32,1219.21,135.386,2.45443,20,5,0,9610,0,1,0,0,0),(99418,27686,571,1,1,24590,0,3655.94,1211.18,132.537,1.04903,20,0,0,9610,0,0,0,0,0),(99419,27686,571,1,1,24590,0,3654.51,1213.85,132.787,1.21578,20,0,0,9610,0,0,0,0,0),(99420,27686,571,1,1,24590,0,3843,666.175,58.9043,1.21689,20,5,0,9610,0,1,0,0,0),(99421,27686,571,1,1,24590,0,3850.02,670.167,58.6877,-2.24657,20,5,0,9610,0,1,0,0,0),(99422,27686,571,1,1,24590,0,3845.75,667.551,58.8047,-1.52702,20,0,0,9610,0,0,0,0,0),(99423,27686,571,1,1,24590,0,3842.29,664,59.7849,5.40441,20,0,0,9610,0,0,0,0,0),(99426,27686,571,1,1,24590,0,3848.11,666.847,59.0033,-2.21903,20,5,0,9610,0,1,0,0,0),(99427,27686,571,1,1,24590,0,3845.44,670.174,58.7671,5.41608,20,0,0,9610,0,0,0,0,0),(99428,24614,571,1,1,26423,0,3508.07,5203.55,27.8759,1.9394,300,5,0,7984,0,1,0,0,0),(99429,24614,571,1,1,26423,0,3866.25,5372.73,24.6278,0.876683,300,5,0,7984,0,1,0,0,0),(99430,24614,571,1,1,26423,0,3869.12,5349.41,25.8636,5.22249,300,5,0,7984,0,1,0,0,0),(99431,24614,571,1,1,26423,0,3722.95,5213.63,30.1397,5.95857,300,5,0,7984,0,1,0,0,0),(99432,24614,571,1,1,26423,0,3793.06,5708.95,52.7524,1.90468,300,5,0,7984,0,1,0,0,0),(99433,24614,571,1,1,26423,0,3780.26,5716.54,55.0625,2.18832,300,5,0,7984,0,1,0,0,0),(99434,24614,571,1,1,26423,0,3808.22,5690.77,51.8671,1.9312,300,5,0,7984,0,1,0,0,0),(99435,24614,571,1,1,26423,0,3320.72,5424.57,51.2049,1.68631,300,5,0,7984,0,1,0,0,0),(99436,24614,571,1,1,26423,0,3316.65,5437.52,54.6975,3.92399,300,5,0,7984,0,1,0,0,0),(99437,24614,571,1,1,26423,0,3373.3,5456.5,60.9369,2.2141,300,5,0,7984,0,1,0,0,0),(99438,24614,571,1,1,26423,0,3427.57,5456.9,62.7614,2.66338,300,5,0,7984,0,1,0,0,0),(99439,24614,571,1,1,26423,0,3455.64,5469.49,61.824,4.22429,300,5,0,7984,0,1,0,0,0),(99440,24614,571,1,1,26423,0,4081.1,5400.9,28.9586,1.29478,300,0,0,7984,0,0,0,0,0),(99441,24614,571,1,1,26423,0,4075.65,5393.36,29.2098,1.63793,300,0,0,7984,0,0,0,0,0),(99442,24614,571,1,1,26423,0,4139.36,5503.36,26.1049,1.18155,300,0,0,7984,0,0,0,0,0),(99443,24614,571,1,1,26423,0,4125.97,5488.55,27.3894,2.03107,300,0,0,7984,0,0,0,0,0),(99444,24614,571,1,1,26423,0,4059.4,5555.27,39.2177,3.32616,300,5,0,7984,0,1,0,0,0),(99445,24614,571,1,1,26423,0,4056.8,5546.39,39.9603,3.32656,300,5,0,7984,0,1,0,0,0),(99446,24614,571,1,1,26423,0,3364.95,5467.06,61.9271,2.44926,300,5,0,7984,0,1,0,0,0),(99447,24614,571,1,1,26423,0,4082.34,5400.22,29.8641,0.332442,300,5,0,7984,0,1,0,0,0),(99448,26663,571,1,1,25812,1,1672.98,-4417.02,180.544,4.92989,300,5,0,7984,3080,1,0,0,0),(99449,28455,571,1,1,13069,0,5646.82,4581.39,-137.6,0.820305,300,5,0,42,0,1,0,0,0),(99450,24359,571,1,1,22456,1,2117.28,-2976.3,149.008,4.26226,300,0,0,7185,7196,2,0,0,0),(99451,29479,571,1,1,22132,0,2198.2,-4880.25,231.509,2.91699,300,5,0,7984,0,1,0,0,0),(99452,29479,571,1,1,22132,0,1729.18,-5139.45,175.804,4.9479,300,5,0,7984,0,1,0,0,0),(99453,29479,571,1,1,22132,0,1820.46,-4636.92,185.426,0.029288,300,5,0,7984,0,1,0,0,0),(99454,29479,571,1,1,22132,0,1845.57,-4371.74,191.544,4.12796,300,5,0,7984,0,1,0,0,0),(99455,29479,571,1,1,22132,0,1961.02,-4744.09,193.59,2.25361,300,5,0,7984,0,1,0,0,0),(99456,29479,571,1,1,22132,0,2043.07,-4296.88,215.575,1.82338,300,5,0,7984,0,1,0,0,0),(99457,29479,571,1,1,22132,0,1926.47,-4374.39,198.241,2.97869,300,5,0,7984,0,1,0,0,0),(99458,29479,571,1,1,22132,0,1816.57,-4582.74,180.731,5.04911,300,5,0,7984,0,1,0,0,0),(99459,29479,571,1,1,22132,0,1887.68,-4745.69,187.709,0.425045,300,5,0,7984,0,1,0,0,0),(99460,29479,571,1,1,22132,0,1777.4,-4390.45,182.124,2.0292,300,5,0,7984,0,1,0,0,0),(99461,29479,571,1,1,22132,0,1612.74,-5536.2,209.494,0.716256,300,5,0,7984,0,1,0,0,0),(99462,29479,571,1,1,22132,0,1654.63,-4329.6,186.405,1.46996,300,5,0,7984,0,1,0,0,0),(99463,29479,571,1,1,22132,0,1749.12,-4451.71,177.019,2.25653,300,5,0,7984,0,1,0,0,0),(99464,29479,571,1,1,22132,0,1917.08,-4681.71,187.602,5.23818,300,5,0,7984,0,1,0,0,0),(99465,29479,571,1,1,22132,0,1793.61,-4356.6,184.32,1.61519,300,5,0,7984,0,1,0,0,0),(99466,29479,571,1,1,22132,0,2035.54,-4343.75,207.33,5.55102,300,5,0,7984,0,1,0,0,0),(99467,29479,571,1,1,22132,0,2162.35,-4482.17,216.335,6.08504,300,5,0,7984,0,1,0,0,0),(99468,29479,571,1,1,22132,0,2002.49,-4688.73,197.381,2.4604,300,5,0,7984,0,1,0,0,0),(99469,29479,571,1,1,22132,0,1861.1,-4337.99,200.748,2.18963,300,0,0,7984,0,0,0,0,0),(99470,29479,571,1,1,22132,0,2159.75,-4212.03,231.617,0.045672,300,5,0,7984,0,1,0,0,0),(99471,29479,571,1,1,22132,0,1946.51,-4662.05,194.772,3.66559,300,5,0,7984,0,1,0,0,0),(99472,29479,571,1,1,22132,0,1836.79,-4604.24,184.869,0.550508,300,5,0,7984,0,1,0,0,0),(99473,29479,571,1,1,22132,0,2084.76,-4296.29,213.833,3.16293,300,5,0,7984,0,1,0,0,0),(99474,29479,571,1,1,22132,0,2129.59,-4605.91,221.284,5.60997,300,5,0,7984,0,1,0,0,0),(99475,29479,571,1,1,22132,0,1715.06,-5113,176.145,3.14941,300,5,0,7984,0,1,0,0,0),(99476,29479,571,1,1,22132,0,2334.3,-4814.79,238.484,4.91898,300,5,0,7984,0,1,0,0,0),(99477,29479,571,1,1,22132,0,1729.37,-4540.05,176.05,2.99058,300,5,0,7984,0,1,0,0,0),(99478,29479,571,1,1,22132,0,1824.94,-4460.12,180.236,6.18048,300,5,0,7984,0,1,0,0,0),(99479,29479,571,1,1,22132,0,2007.45,-5009.83,211.403,0.938625,300,5,0,7984,0,1,0,0,0),(99480,29479,571,1,1,22132,0,2257.1,-3697.34,196.225,4.47358,300,5,0,7984,0,1,0,0,0),(99481,25383,571,1,1,12818,0,3688.6,3705.82,49.3158,2.61799,300,0,0,9291,0,0,0,0,0),(99482,29479,571,1,1,22132,0,2250.62,-4530.22,215.815,3.05359,300,5,0,7984,0,1,0,0,0),(99483,29479,571,1,1,22132,0,2156.03,-4515.85,215.15,0.785398,300,5,0,7984,0,1,0,0,0),(99484,29479,571,1,1,22132,0,2238.69,-4578.91,213.995,0.24261,300,5,0,7984,0,1,0,0,0),(99485,29479,571,1,1,22132,0,2109.64,-4379.71,216.062,1.77547,300,5,0,7984,0,1,0,0,0),(99486,29479,571,1,1,22132,0,2031.84,-4393.95,212.278,2.82,300,5,0,7984,0,1,0,0,0),(99487,29479,571,1,1,22132,0,2024.78,-4386.07,211.735,4.70672,300,5,0,7984,0,1,0,0,0),(99488,29479,571,1,1,22132,0,1969.67,-4417.78,204.007,0.544105,300,5,0,7984,0,1,0,0,0),(99489,26663,571,1,1,25812,1,1952.99,-4791.38,184.186,1.6546,300,5,0,7984,3080,1,0,0,0),(99490,29479,571,1,1,22132,0,1902.99,-4708.7,189.293,3.01974,300,5,0,7984,0,1,0,0,0),(99491,26663,571,1,1,25811,1,1782.04,-5272.64,183.482,0.176709,300,5,0,7984,3080,1,0,0,0),(99492,29479,571,1,1,22132,0,2189.53,-3751.23,202.966,4.55106,300,5,0,7984,0,1,0,0,0),(99493,29479,571,1,1,22132,0,2011.04,-5097.73,210.036,0.33225,300,5,0,7984,0,1,0,0,0),(99494,29479,571,1,1,22132,0,1967.94,-5133.67,195.731,0.326998,300,5,0,7984,0,1,0,0,0),(99495,29479,571,1,1,22132,0,2009.11,-5167.7,209.443,4.52516,300,5,0,7984,0,1,0,0,0),(99496,29479,571,1,1,22132,0,2045.06,-5137.49,220.8,3.62971,300,5,0,7984,0,1,0,0,0),(99497,29479,571,1,1,22132,0,2008.05,-5136.67,206.7,4.81456,300,5,0,7984,0,1,0,0,0),(99498,29479,571,1,1,22132,0,1658.78,-5208.71,179.068,4.02666,300,5,0,7984,0,1,0,0,0),(99499,29479,571,1,1,22132,0,2206.02,-4217.62,224.153,1.91857,300,5,0,7984,0,1,0,0,0),(99500,29479,571,1,1,22132,0,2080.57,-3711.56,176.182,5.80207,300,5,0,7984,0,1,0,0,0),(99501,29479,571,1,1,22132,0,1721.3,-4392.09,184.653,6.04247,300,5,0,7984,0,1,0,0,0),(99502,29479,571,1,1,22132,0,1697.21,-4455.01,176.169,0.311563,300,5,0,7984,0,1,0,0,0),(99503,29479,571,1,1,22132,0,1706.42,-4481.45,174.738,2.27804,300,5,0,7984,0,1,0,0,0),(99504,29479,571,1,1,22132,0,1739.23,-4340,185.001,5.57655,300,5,0,7984,0,1,0,0,0),(99505,29479,571,1,1,22132,0,1651.96,-4417.62,178.27,5.14403,300,5,0,7984,0,1,0,0,0),(99506,29479,571,1,1,22132,0,1691.67,-4434.13,181.56,1.32207,300,5,0,7984,0,1,0,0,0),(99507,29479,571,1,1,22132,0,2360.87,-4289.33,234.353,4.68167,300,5,0,7984,0,1,0,0,0),(99508,29479,571,1,1,22132,0,2191.51,-4356.72,222.188,4.20373,300,5,0,7984,0,1,0,0,0),(99509,29479,571,1,1,22132,0,2319.2,-4509.8,215.335,5.66608,300,5,0,7984,0,1,0,0,0),(99510,29479,571,1,1,22132,0,2232.41,-4408.1,221.785,1.08533,300,5,0,7984,0,1,0,0,0),(99511,29479,571,1,1,22132,0,2049.88,-4826.26,210.54,0.777146,300,5,0,7984,0,1,0,0,0),(99512,29479,571,1,1,22132,0,1967.05,-4795.97,187.808,2.15786,300,5,0,7984,0,1,0,0,0),(99513,29479,571,1,1,22132,0,2084.97,-4799.21,216.236,5.70543,300,5,0,7984,0,1,0,0,0),(99514,29479,571,1,1,22132,0,2056.81,-4739.36,212.458,1.07166,300,5,0,7984,0,1,0,0,0),(99515,29479,571,1,1,22132,0,1870,-4818.25,175.018,3.4444,300,5,0,7984,0,1,0,0,0),(99516,29479,571,1,1,22132,0,1899.54,-4773.01,186.699,2.83869,300,5,0,7984,0,1,0,0,0),(99517,29479,571,1,1,22132,0,2001.21,-4847.49,192.963,5.96329,300,5,0,7984,0,1,0,0,0),(99518,29479,571,1,1,22132,0,1845.41,-4960.98,171.494,4.75533,300,5,0,7984,0,1,0,0,0),(99519,29479,571,1,1,22132,0,1949.92,-4835.75,179.762,4.46078,300,5,0,7984,0,1,0,0,0),(99520,29479,571,1,1,22132,0,1910.63,-4922.7,172.725,4.50272,300,5,0,7984,0,1,0,0,0),(99521,29479,571,1,1,22132,0,1828.68,-5007.84,175.077,4.05415,300,5,0,7984,0,1,0,0,0),(99522,29479,571,1,1,22132,0,1882.64,-4973.43,174.98,5.81299,300,5,0,7984,0,1,0,0,0),(99523,29479,571,1,1,22132,0,1818.74,-5107.86,172.85,6.08316,300,5,0,7984,0,1,0,0,0),(99524,29479,571,1,1,22132,0,1860.7,-5030.63,174.186,4.06516,300,5,0,7984,0,1,0,0,0),(99525,29479,571,1,1,22132,0,1913.15,-4985.79,178.758,1.46025,300,5,0,7984,0,1,0,0,0),(99526,29479,571,1,1,22132,0,1817.03,-5186.91,176.407,6.27401,300,5,0,7984,0,1,0,0,0),(99527,29479,571,1,1,22132,0,1773.71,-5073.69,173.683,0.448365,300,5,0,7984,0,1,0,0,0),(99528,29479,571,1,1,22132,0,1768.81,-5222,178.712,5.7684,300,5,0,7984,0,1,0,0,0),(99529,29479,571,1,1,22132,0,1777.95,-5223.84,177.389,4.79092,300,5,0,7984,0,1,0,0,0),(99530,29479,571,1,1,22132,0,1765.27,-5511.71,204.401,0.236685,300,5,0,7984,0,1,0,0,0),(99531,29479,571,1,1,22132,0,1747.56,-5318.41,186.883,1.06681,300,5,0,7984,0,1,0,0,0),(99532,29479,571,1,1,22132,0,1837.88,-5426.76,185.372,4.63252,300,5,0,7984,0,1,0,0,0),(99533,29479,571,1,1,22132,0,1724.95,-5262.01,178.81,4.28891,300,5,0,7984,0,1,0,0,0),(99534,29479,571,1,1,22132,0,1877.65,-5388.92,184.49,3.05841,300,5,0,7984,0,1,0,0,0),(99535,29479,571,1,1,22132,0,1839.2,-5457.63,190.936,6.16196,300,5,0,7984,0,1,0,0,0),(99536,29479,571,1,1,22132,0,1871.42,-5311.93,182.402,3.36408,300,0,0,7984,0,0,0,0,0),(99537,29479,571,1,1,22132,0,1714.58,-5531.25,209.844,1.24892,300,5,0,7984,0,1,0,0,0),(99538,29479,571,1,1,22132,0,1885.72,-5237.5,184.325,5.7684,300,5,0,7984,0,1,0,0,0),(99539,29479,571,1,1,22132,0,1883.57,-5281.83,187.292,2.89661,300,5,0,7984,0,1,0,0,0),(99540,29479,571,1,1,22132,0,1755.31,-5575.53,218.683,0.876058,300,5,0,7984,0,1,0,0,0),(99541,29479,571,1,1,22132,0,1888.99,-3525.83,142.357,5.24594,300,5,0,7984,0,1,0,0,0),(99542,29479,571,1,1,22132,0,1746.29,-3590.17,159.203,4.95689,300,5,0,7984,0,1,0,0,0),(99543,29479,571,1,1,22132,0,1900.93,-3640.66,159.715,6.07468,300,5,0,7984,0,1,0,0,0),(99544,29479,571,1,1,22132,0,1695.81,-3540.9,150.915,5.01734,300,5,0,7984,0,1,0,0,0),(99545,29479,571,1,1,22132,0,1791.23,-3646.88,154.005,0.147007,300,5,0,7984,0,1,0,0,0),(99546,29479,571,1,1,22132,0,1656.12,-3301.43,141.761,5.93241,300,5,0,7984,0,1,0,0,0),(99547,29479,571,1,1,22132,0,1732.11,-3829.29,148.29,5.86958,300,5,0,7984,0,1,0,0,0),(99548,29479,571,1,1,22132,0,2031.01,-3631.52,163.796,3.80134,300,5,0,7984,0,1,0,0,0),(99549,29479,571,1,1,22132,0,1740.28,-3355.81,147.019,3.23941,300,5,0,7984,0,1,0,0,0),(99550,29479,571,1,1,22132,0,1756.68,-3268.85,144.115,2.29707,300,5,0,7984,0,1,0,0,0),(99551,29479,571,1,1,22132,0,2077.61,-3519.82,147.454,1.05332,300,5,0,7984,0,1,0,0,0),(99552,29479,571,1,1,22132,0,2118.23,-3606.59,167.576,0.048868,300,5,0,7984,0,1,0,0,0),(99553,26663,571,1,1,25810,1,1327.45,-3865.11,124.814,1.17468,300,5,0,7984,3080,1,0,0,0),(99554,29479,571,1,1,22132,0,1935.74,-3535.54,145.872,2.86048,300,5,0,7984,0,1,0,0,0),(99555,29479,571,1,1,22132,0,2546.6,-4459.33,235.935,6.21083,300,5,0,7984,0,1,0,0,0),(99556,29479,571,1,1,22132,0,1742.44,-5449.89,195.735,1.52785,300,5,0,7984,0,1,0,0,0),(99557,29479,571,1,1,22132,0,1789.49,-5413.08,187.308,2.32042,300,5,0,7984,0,1,0,0,0),(99558,29479,571,1,1,22132,0,1629.7,-5619.1,227.953,4.70717,300,5,0,7984,0,1,0,0,0),(99559,29479,571,1,1,22132,0,1688.83,-5594,222.303,0.012987,300,5,0,7984,0,1,0,0,0),(99560,29479,571,1,1,22132,0,1819.4,-5364.45,184.134,2.16581,300,0,0,7984,0,0,0,0,0),(99561,29479,571,1,1,22132,0,1704.29,-5487.02,201.862,5.07025,300,5,0,7984,0,1,0,0,0),(99562,29479,571,1,1,22132,0,1661.71,-5531.12,210.736,3.8947,300,5,0,7984,0,1,0,0,0),(99563,29479,571,1,1,22132,0,2519.19,-4418.54,235.618,5.55719,300,5,0,7984,0,1,0,0,0),(99564,29479,571,1,1,22132,0,2442.86,-4408.2,233.848,1.10535,300,5,0,7984,0,1,0,0,0),(99565,29479,571,1,1,22132,0,2431.61,-4461.78,225.165,2.51509,300,5,0,7984,0,1,0,0,0),(99566,29479,571,1,1,22132,0,2394.6,-4452.5,218.247,4.71146,300,5,0,7984,0,1,0,0,0),(99567,29479,571,1,1,22132,0,2498.83,-4478.08,233.732,5.60295,300,5,0,7984,0,1,0,0,0),(99568,25383,571,1,1,12818,0,3863.66,3591.82,46.5815,2.70526,300,0,0,9291,0,0,0,0,0),(99569,25383,571,1,1,12818,0,3880.31,3627.95,46.8884,2.70526,300,0,0,9291,0,0,0,0,0),(99570,25383,571,1,1,12818,0,3928.32,3582.81,70.7977,2.6529,300,0,0,9291,0,0,0,0,0),(99571,26407,571,1,1,14502,0,3587.77,-5012.65,202.426,5.06919,300,5,0,10282,3466,1,0,0,0),(99572,26407,571,1,1,14502,0,3473.58,-5010.84,238.434,1.96808,300,5,0,10282,3466,1,0,0,0),(99573,26663,571,1,1,25810,1,1159.92,-4250.67,153.006,4.05092,300,5,0,7984,3080,1,0,0,0),(99574,26663,571,1,1,25811,1,994.591,-4139.74,159.374,0.61433,300,5,0,7984,3080,1,0,0,0),(99575,29479,571,1,1,22132,0,1912.8,-3778.13,163.897,5.54221,300,5,0,7984,0,1,0,0,0),(99576,29479,571,1,1,22132,0,1786.01,-3778.74,151.708,1.99911,300,5,0,7984,0,1,0,0,0),(99577,29479,571,1,1,22132,0,1871.52,-3059.99,146.661,5.17342,300,5,0,7984,0,1,0,0,0),(99578,29479,571,1,1,22132,0,1951.27,-3025.75,146.528,3.69401,300,5,0,7984,0,1,0,0,0),(99579,29479,571,1,1,22132,0,1874.95,-3161.43,149.804,4.31249,300,5,0,7984,0,1,0,0,0),(99580,29479,571,1,1,22132,0,1947.38,-3131.11,148.129,0.3446,300,5,0,7984,0,1,0,0,0),(99581,29479,571,1,1,22132,0,1800.56,-3681.65,153.193,5.52301,300,5,0,7984,0,1,0,0,0),(99582,29479,571,1,1,22132,0,1865.72,-3742.32,154.997,2.26767,300,5,0,7984,0,1,0,0,0),(99583,29479,571,1,1,22132,0,1975.79,-3724.19,169.199,1.87095,300,5,0,7984,0,1,0,0,0),(99584,29479,571,1,1,22132,0,2012.81,-3828.74,184.164,4.87559,300,5,0,7984,0,1,0,0,0),(99585,29479,571,1,1,22132,0,2042.93,-3824.91,190.164,5.67338,300,5,0,7984,0,1,0,0,0),(99586,29479,571,1,1,22132,0,2299.14,-4342.8,224.052,5.16118,300,5,0,7984,0,1,0,0,0),(99587,29479,571,1,1,22132,0,2216.38,-4332.9,226.647,3.83422,300,5,0,7984,0,1,0,0,0),(99588,29479,571,1,1,22132,0,2285.67,-4309.89,227.704,2.35995,300,5,0,7984,0,1,0,0,0),(99589,29479,571,1,1,22132,0,2246.79,-4269.92,229.045,4.34251,300,5,0,7984,0,1,0,0,0),(99590,29479,571,1,1,22132,0,2183.38,-4247.79,223.195,5.11546,300,5,0,7984,0,1,0,0,0),(99591,29479,571,1,1,22132,0,2326.53,-4280.63,231.415,5.08419,300,5,0,7984,0,1,0,0,0),(99592,29479,571,1,1,22132,0,1739.31,-3906.73,167.211,0.647272,300,5,0,7984,0,1,0,0,0),(99593,29479,571,1,1,22132,0,1785.68,-3517.98,146.536,0.718412,300,5,0,7984,0,1,0,0,0),(99594,29479,571,1,1,22132,0,2364.57,-4343.25,233.75,6.08148,300,5,0,7984,0,1,0,0,0),(99595,29479,571,1,1,22132,0,2526.48,-4514.01,232.817,0.578257,300,5,0,7984,0,1,0,0,0),(99596,29479,571,1,1,22132,0,2204.65,-4171.68,226.773,4.26433,300,5,0,7984,0,1,0,0,0),(99597,29479,571,1,1,22132,0,1791.64,-4575.13,180.665,1.6851,300,0,0,7984,0,0,0,0,0),(99598,26663,571,1,1,25812,1,1385.58,-3563.99,155.9,0.272804,300,5,0,7984,3080,1,0,0,0),(99599,25383,571,1,1,12818,0,3710.07,3740.46,49.0498,2.25148,300,0,0,9291,0,0,0,0,0),(99600,29479,571,1,1,22132,0,2083.02,-4651.75,218.099,5.96321,300,5,0,7984,0,1,0,0,0),(99601,29479,571,1,1,22132,0,2065.51,-4697.98,214.415,5.47499,300,5,0,7984,0,1,0,0,0),(99602,29479,571,1,1,22132,0,2227.67,-4743.78,222.365,0.845197,300,5,0,7984,0,1,0,0,0),(99603,29479,571,1,1,22132,0,2155.94,-4747.53,222.113,1.71228,300,5,0,7984,0,1,0,0,0),(99605,29479,571,1,1,22132,0,2223.4,-4934.39,236.181,4.30288,300,5,0,7984,0,1,0,0,0),(99606,29479,571,1,1,22132,0,1967.71,-3064.04,149.654,5.90797,300,5,0,7984,0,1,0,0,0),(99607,27687,571,1,1,24694,1,3847.46,664.114,59.4043,5.30673,300,0,0,7952,7654,0,0,0,0),(99608,29479,571,1,1,22132,0,1902.78,-3474.13,141.039,0.901755,300,5,0,7984,0,1,0,0,0),(99609,29479,571,1,1,22132,0,1848.58,-3460.08,141.449,0.990653,300,5,0,7984,0,1,0,0,0),(99610,29479,571,1,1,22132,0,1914.24,-3429.09,139.922,2.31437,300,5,0,7984,0,1,0,0,0),(99611,29479,571,1,1,22132,0,1851.8,-3265.08,143.696,5.97533,300,5,0,7984,0,1,0,0,0),(99612,29479,571,1,1,22132,0,1829.52,-3369.2,139.795,3.05164,300,5,0,7984,0,1,0,0,0),(99613,29479,571,1,1,22132,0,1905.93,-3304.24,137.831,3.22031,300,5,0,7984,0,1,0,0,0),(99614,29479,571,1,1,22132,0,1880.77,-3371.46,137.225,2.82355,300,5,0,7984,0,1,0,0,0),(99615,29479,571,1,1,22132,0,2530.79,-2866.43,88.5112,1.51703,300,5,0,7984,0,1,0,0,0),(99616,29479,571,1,1,22132,0,2467,-2916.51,105.471,5.61546,300,5,0,7984,0,1,0,0,0),(99617,26407,571,1,1,14502,0,3573.71,-5257.21,151.587,0.282948,300,5,0,10282,3466,1,0,0,0),(99618,26407,571,1,1,14502,0,3517.44,-5271.69,166.827,5.49157,300,5,0,10282,3466,1,0,0,0),(99619,29479,571,1,1,22132,0,2102.19,-3048.46,142.174,0.909819,300,5,0,7984,0,1,0,0,0),(99620,29479,571,1,1,22132,0,2193.76,-3020.36,139.52,2.3232,300,5,0,7984,0,1,0,0,0),(99621,26407,571,1,1,14502,0,3551.99,-5315.86,151.057,3.58996,300,5,0,10282,3466,1,0,0,0),(99622,29479,571,1,1,22132,0,2136.33,-3171.7,142.426,3.94703,300,5,0,7984,0,1,0,0,0),(99623,29479,571,1,1,22132,0,2083.11,-3140.85,145.22,0.785281,300,5,0,7984,0,1,0,0,0),(99624,29479,571,1,1,22132,0,2211.36,-3170.17,143.457,1.62914,300,5,0,7984,0,1,0,0,0),(99625,29479,571,1,1,22132,0,2251.34,-3769.52,220.254,3.40905,300,5,0,7984,0,1,0,0,0),(99626,26407,571,1,1,14502,0,3551.55,-4977.04,207.144,0.932974,300,5,0,10282,3466,1,0,0,0),(99627,26407,571,1,1,14502,0,3506.35,-4993.85,219.169,5.49779,300,5,0,10282,3466,1,0,0,0),(99628,26407,571,1,1,14502,0,3427.29,-4938.76,256.304,0.750167,300,5,0,10282,3466,1,0,0,0),(99629,26407,571,1,1,14502,0,3428.29,-4900.24,272.047,4.66058,300,5,0,10282,3466,1,0,0,0),(99630,26407,571,1,1,14502,0,3496.38,-4938.66,225.659,3.09471,300,5,0,10282,3466,1,0,0,0),(99631,26407,571,1,1,14502,0,3394.26,-4912.69,285.198,5.5702,300,0,0,10282,3466,0,0,0,0),(99632,26407,571,1,1,14502,0,3353.5,-4916.39,298.022,1.36003,300,5,0,10282,3466,1,0,0,0),(99633,26663,571,1,1,25811,1,2001.92,-5071.13,207.231,3.76099,300,5,0,7984,3080,1,0,0,0),(99634,24871,571,1,1,27850,1,59.7373,-4878.25,310.257,0.173421,300,10,0,7984,0,1,0,0,0),(99635,24871,571,1,1,27850,1,40.5764,-4907.93,309.536,2.3341,300,10,0,7984,0,1,0,0,0),(99636,24871,571,1,1,27850,1,-28.5661,-4919.13,302.95,0.44772,300,10,0,7984,0,1,0,0,0),(99637,24871,571,1,1,27850,1,37.8342,-5005.4,313.805,-0.224764,300,10,0,7984,0,1,0,0,0),(99638,24871,571,1,1,27850,1,7.47171,-5029.73,316.508,0.742649,300,0,0,7984,0,0,0,0,0),(99639,29479,571,1,1,22132,0,2292.31,-4799.83,237.98,1.86843,300,5,0,7984,0,1,0,0,0),(99640,29479,571,1,1,22132,0,2262.95,-4857.27,238.525,4.58369,300,5,0,7984,0,1,0,0,0),(99641,26407,571,1,1,14502,0,3387.24,-5145.02,325.077,1.22462,300,0,0,10282,3466,2,0,0,0),(99642,29479,571,1,1,22132,0,2048.9,-5075.98,223.961,5.61211,300,5,0,7984,0,1,0,0,0),(99643,26407,571,1,1,14502,0,3689.69,-5203.22,131.113,5.27923,300,5,0,10282,3466,1,0,0,0),(99644,26407,571,1,1,14502,0,3608.86,-5225.97,153.762,2.9689,300,5,0,10282,3466,1,0,0,0),(99645,26407,571,1,1,14502,0,3593.58,-5192.28,163.043,1.66079,300,5,0,10282,3466,1,0,0,0),(99646,26407,571,1,1,14502,0,3473.13,-5198.45,259.233,4.41147,300,0,0,10282,3466,2,0,0,0),(99647,26407,571,1,1,14502,0,3420.09,-5029.4,274.186,4.09291,300,0,0,10282,3466,2,0,0,0),(99648,26407,571,1,1,14502,0,3591.46,-5050.06,194.828,5.91415,300,0,0,10282,3466,2,0,0,0),(99649,26919,571,1,1,24452,1,4474.54,-4923.89,14.2574,1.66503,300,5,0,9940,0,1,0,0,0),(99650,26407,571,1,1,14502,0,3395.45,-4982.2,297.409,5.90426,300,0,0,10282,3466,2,0,0,0),(99651,26407,571,1,1,14502,0,3637.92,-5093.19,164.651,0.858351,300,0,0,10282,3466,2,0,0,0),(99652,26407,571,1,1,14502,0,3628.89,-5000.08,179.228,2.40181,300,5,0,10282,3466,1,0,0,0),(99653,26407,571,1,1,14502,0,3592.47,-4957.5,185.773,1.3644,300,5,0,10282,3466,1,0,0,0),(99654,26407,571,1,1,14502,0,3640.27,-5003.81,177.125,4.07045,300,5,0,10282,3466,1,0,0,0),(99655,26407,571,1,1,14502,0,3653.22,-5058.38,170.919,3.42777,300,5,0,10282,3466,1,0,0,0),(99656,26407,571,1,1,14502,0,3564.06,-5193.97,179.171,4.70814,300,5,0,10282,3466,1,0,0,0),(99657,26407,571,1,1,14502,0,3721.91,-5071.12,128.049,0.107637,300,5,0,10282,3466,1,0,0,0),(99658,26407,571,1,1,14502,0,3747.53,-5079.18,123.748,0.558505,300,0,0,10282,3466,0,0,0,0),(99659,26407,571,1,1,14502,0,3675.62,-5078.94,157.292,3.88567,300,5,0,10282,3466,1,0,0,0),(99660,26407,571,1,1,14502,0,3655.24,-5180.24,143.024,3.87463,300,0,0,10282,3466,0,0,0,0),(99661,26407,571,1,1,14502,0,3678.08,-5140.01,145.988,3.05433,300,0,0,10282,3466,0,0,0,0),(99662,24871,571,1,1,27850,1,-126.091,-5185.4,324.273,1.83552,300,10,0,7984,0,1,0,0,0),(99663,29479,571,1,1,22132,0,2347.15,-2976.24,128.615,2.36511,300,5,0,7984,0,1,0,0,0),(99664,29479,571,1,1,22132,0,2337.74,-3054.48,142.488,3.79783,300,5,0,7984,0,1,0,0,0),(99665,29479,571,1,1,22132,0,2443.66,-2951.66,118.72,5.32776,300,5,0,7984,0,1,0,0,0),(99666,24871,571,1,1,27850,1,-147.467,-5109.38,323.793,1.28403,300,10,0,7984,0,1,0,0,0),(99667,24871,571,1,1,27850,1,-44.7951,-4919.65,302.943,5.59694,300,10,0,7984,0,1,0,0,0),(99668,24871,571,1,1,27850,1,-52.7347,-4947.91,306.571,4.25263,300,10,0,7984,0,1,0,0,0),(99669,24871,571,1,1,27850,1,-89.8356,-5003.22,311.094,4.61059,300,10,0,7984,0,1,0,0,0),(99670,24871,571,1,1,27850,1,-118.477,-4947.2,305.98,5.8108,300,10,0,7984,0,1,0,0,0),(99671,24871,571,1,1,27850,1,-5.2721,-5054.97,319.617,0.954588,300,10,0,7984,0,1,0,0,0),(99672,24871,571,1,1,27850,1,-48.4341,-5078.92,319.731,-0.925414,300,0,0,7984,0,0,0,0,0),(99673,24871,571,1,1,27850,1,-56.3493,-5099.6,320.876,2.0488,300,0,0,7984,0,0,0,0,0),(99674,24871,571,1,1,27850,1,-74.6743,-5015.25,315.791,0.698588,300,10,0,7984,0,1,0,0,0),(99675,24871,571,1,1,27850,1,-72.8731,-5014.13,314.853,6.11032,300,10,0,7984,0,1,0,0,0),(99676,24871,571,1,1,27850,1,-14.658,-4947.02,305.302,3.84386,300,10,0,7984,0,1,0,0,0),(99677,24871,571,1,1,27850,1,-17.5535,-5061.56,318.774,0.504861,300,10,0,7984,0,1,0,0,0),(99678,24871,571,1,1,27850,1,14.8677,-4944.6,306.308,0.997047,300,10,0,7984,0,1,0,0,0),(99679,29479,571,1,1,22132,0,2096.71,-3053.18,142.379,0.228629,300,5,0,7984,0,1,0,0,0),(99680,29479,571,1,1,22132,0,2287.1,-3068.46,136.654,2.17912,300,5,0,7984,0,1,0,0,0),(99681,29479,571,1,1,22132,0,2255.73,-3013.38,134.691,0.085423,300,5,0,7984,0,1,0,0,0),(99682,29479,571,1,1,22132,0,2178.7,-3076.63,137.528,3.4023,300,5,0,7984,0,1,0,0,0),(99685,25383,571,1,1,12818,0,3944.06,3659.17,61.9753,1.09956,300,0,0,9291,0,0,0,0,0),(99686,25383,571,1,1,12818,0,3974.91,3645.44,62.0838,1.55334,300,0,0,9291,0,0,0,0,0),(99687,25384,571,1,1,23171,1,3878.59,5717.11,66.0835,3.75246,300,0,0,9610,0,0,0,0,0),(99688,27944,571,1,1,14546,0,4559.43,-4234.29,170.977,3.33358,300,0,0,55,0,0,0,0,0),(99689,27176,571,1,1,24375,0,2785.4,967.805,22.467,0.314159,300,0,0,9940,0,0,0,0,0),(99690,28456,571,1,1,13069,0,5112.45,5543.34,-98.0123,2.05949,300,5,0,42,0,1,0,0,0),(99691,27688,571,1,1,23489,0,2536.53,-2277.06,0.896894,5.77704,300,5,0,4979,0,1,0,0,0),(99692,27688,571,1,1,23489,0,2537.09,-2233.74,0.945722,0.575959,300,5,0,4979,0,1,0,0,0),(99693,24104,571,1,1,21749,1,418.481,-4708.18,226.534,5.95157,300,0,0,21270,0,0,0,0,0),(99694,24104,571,1,1,21748,1,410.508,-4720.61,226.858,6.02139,300,0,0,21270,0,0,0,0,0),(99695,24104,571,1,1,21750,1,348.769,-4502.86,245.227,2.89725,300,0,0,21270,0,0,0,0,0),(99696,24104,571,1,1,21751,1,391.867,-4497.8,236.444,1.18682,300,0,0,21270,0,0,0,0,0),(99697,27688,571,1,1,23489,0,2532.24,-2249.19,0.666446,5.34071,300,5,0,4979,0,1,0,0,0),(99698,27688,571,1,1,23489,0,2560.91,-2280.74,0.194158,3.64774,300,5,0,4979,0,1,0,0,0),(99699,27688,571,1,1,23489,0,2577.48,-2220.69,0.258007,5.23599,300,5,0,4979,0,1,0,0,0),(99700,27688,571,1,1,23489,0,2544.92,-2221.3,0.567342,2.3911,300,5,0,4979,0,1,0,0,0),(99701,24104,571,1,1,21750,1,488,-4514.84,242.909,0.890118,300,0,0,21270,0,0,0,0,0),(99702,24104,571,1,1,21749,1,381.148,-4491.29,236.418,1.309,300,0,0,21270,0,0,0,0,0),(99703,24104,571,1,1,21749,1,332.616,-4533.35,247.551,3.735,300,0,0,21270,0,0,0,0,0),(99704,24104,571,1,1,21750,1,479.159,-4669.24,247.17,5.11381,300,0,0,21270,0,0,0,0,0),(99705,27688,571,1,1,23489,0,2554.21,-2212.6,0.412336,4.36332,300,5,0,4979,0,1,0,0,0),(99706,27688,571,1,1,23489,0,2565.29,-2202.64,0.342619,6.14356,300,5,0,4979,0,1,0,0,0),(99707,24104,571,1,1,21751,1,432.762,-4684.86,245.353,5.044,300,0,0,21270,0,0,0,0,0),(99708,24104,571,1,1,21749,1,494.113,-4571.6,243.593,0.349066,300,0,0,21270,0,0,0,0,0),(99709,24104,571,1,1,21750,1,396.678,-4511.99,240.369,1.62316,300,0,0,21270,0,0,0,0,0),(99710,24104,571,1,1,21749,1,440.948,-4500.74,244.974,2.07694,300,0,0,21270,0,0,0,0,0),(99711,24104,571,1,1,21748,1,497.761,-4597.71,243.702,0.785398,300,0,0,21270,0,0,0,0,0),(99712,24104,571,1,1,21750,1,411.528,-4583.89,242.001,4.11898,300,0,0,21270,0,0,0,0,0),(99713,24104,571,1,1,21749,1,351.525,-4570.5,246.048,4.04916,300,0,0,21270,0,0,0,0,0),(99714,27688,571,1,1,23489,0,2531.43,-2264.48,0.692101,1.22173,300,5,0,4979,0,1,0,0,0),(99715,27688,571,1,1,23489,0,2545.87,-2287.32,0.436291,2.11185,300,5,0,4979,0,1,0,0,0),(99716,24872,571,1,1,22702,0,-103.237,-5128.32,327.488,-2.47731,300,0,0,6387,7031,0,0,0,0),(99717,26408,571,1,1,25748,1,3295.85,-5123.6,341.06,6.19592,300,0,0,10282,3466,0,0,0,0),(99718,24872,571,1,1,22702,0,86.3247,-4884.72,309.45,4.17264,300,5,0,6387,7031,1,0,0,0),(99719,26408,571,1,1,25748,1,3305.8,-5117.04,297.916,4.86947,300,0,0,10282,3466,0,0,0,0),(99720,26408,571,1,1,25748,1,3303.2,-5132.69,297.916,1.71042,300,0,0,10282,3466,0,0,0,0),(99721,24104,571,1,1,21749,1,341.334,-4608.53,238.671,2.87979,300,0,0,21270,0,0,0,0,0),(99722,24872,571,1,1,22702,0,-82.0191,-5199.19,328.379,1.86599,300,5,0,6387,7031,1,0,0,0),(99723,24872,571,1,1,22702,0,99.828,-4920.78,309.713,0.026164,300,5,0,6387,7031,1,0,0,0),(99724,24872,571,1,1,22702,0,-124.932,-5024.57,311.171,4.55586,300,5,0,6387,7031,1,0,0,0),(99725,24872,571,1,1,22702,0,-133.278,-5053.49,313.109,0.238815,300,5,0,6387,7031,1,0,0,0),(99726,24872,571,1,1,22702,0,-118.562,-5047.65,312.162,3.34014,300,5,0,6387,7031,1,0,0,0),(99727,26408,571,1,1,25748,1,3337.85,-5159.69,322.701,1.74533,300,0,0,10282,3466,0,0,0,0),(99728,24872,571,1,1,22702,0,-152.89,-5154.67,320.135,0.119507,300,5,0,6387,7031,1,0,0,0),(99729,26408,571,1,1,25748,1,3505.47,-5212.75,245.528,0.017453,300,0,0,10282,3466,0,0,0,0),(99730,24872,571,1,1,22702,0,-155.236,-5079.39,308.89,4.30031,300,5,0,6387,7031,1,0,0,0),(99731,26408,571,1,1,25748,1,3283.34,-5086.47,322.7,0.680678,300,0,0,10282,3466,0,0,0,0),(99732,24872,571,1,1,22702,0,-106.155,-5083.23,310.673,5.73473,300,5,0,6387,7031,1,0,0,0),(99733,26408,571,1,1,25748,1,3453,-5115.61,238.461,4.5204,300,0,0,10282,3466,0,0,0,0),(99734,26408,571,1,1,25748,1,3310.16,-5125.42,341.06,2.94961,300,0,0,10282,3466,0,0,0,0),(99735,26408,571,1,1,25748,1,3364.25,-4968.11,304.379,0.383972,300,0,0,10282,3466,0,0,0,0),(99736,26408,571,1,1,25748,1,3354.67,-5093.97,325.387,4.34587,300,0,0,10282,3466,0,0,0,0),(99737,26408,571,1,1,25748,1,3292.68,-5112.46,322.699,5.58505,300,0,0,10282,3466,0,0,0,0),(99738,26408,571,1,1,25748,1,3575.36,-5143.81,167.202,4.06662,300,0,0,10282,3466,0,0,0,0),(99739,26408,571,1,1,25748,1,3583.32,-5117.95,167.202,2.1293,300,0,0,10282,3466,0,0,0,0),(99740,26408,571,1,1,25748,1,3587.35,-5143.56,167.202,2.30383,300,0,0,10282,3466,0,0,0,0),(99741,26408,571,1,1,25748,1,3644.19,-5116.02,165.667,1.95477,300,0,0,10282,3466,0,0,0,0),(99742,26408,571,1,1,25748,1,3572.8,-5131.64,167.202,2.05949,300,0,0,10282,3466,0,0,0,0),(99743,26408,571,1,1,25748,1,3403.73,-5410.23,267.939,4.64258,300,0,0,10282,3466,0,0,0,0),(99744,26408,571,1,1,25748,1,3313.93,-5099.22,322.702,2.87979,300,0,0,10282,3466,0,0,0,0),(99745,26408,571,1,1,25748,1,3316.4,-5114.34,322.699,3.9619,300,0,0,10282,3466,0,0,0,0),(99746,26408,571,1,1,25748,1,3331.58,-5119.75,322.702,2.72271,300,0,0,10282,3466,0,0,0,0),(99747,26408,571,1,1,25748,1,3395.95,-5401.82,267.939,4.59022,300,0,0,10282,3466,0,0,0,0),(99748,26408,571,1,1,25748,1,3417.14,-5387.44,267.939,2.47837,300,0,0,10282,3466,0,0,0,0),(99749,26408,571,1,1,25748,1,3516.19,-5050.43,235.999,2.89725,300,0,0,10282,3466,0,0,0,0),(99750,26408,571,1,1,25748,1,3518.03,-5060.5,236.619,0.767945,300,0,0,10282,3466,0,0,0,0),(99751,24872,571,1,1,22702,0,-140.567,-5181.91,322.42,4.09895,300,5,0,6387,7031,1,0,0,0),(99752,24872,571,1,1,22702,0,-112.849,-5112.37,324.807,0.293328,300,5,0,6387,7031,1,0,0,0),(99753,24872,571,1,1,22702,0,-47.477,-4972.02,306.412,0.999675,300,5,0,6387,7031,1,0,0,0),(99754,24872,571,1,1,22702,0,-46.5733,-4880.45,302.825,2.43473,300,5,0,6387,7031,1,0,0,0),(99755,24872,571,1,1,22702,0,-6.37623,-4846.27,298.036,3.88004,300,5,0,6387,7031,1,0,0,0),(99756,24872,571,1,1,22702,0,-91.3623,-4936.79,306.834,1.67203,300,5,0,6387,7031,1,0,0,0),(99757,24872,571,1,1,22702,0,-5.95009,-4983.9,308.004,5.01509,300,5,0,6387,7031,1,0,0,0),(99758,24872,571,1,1,22702,0,66.8938,-4918.59,310.631,0.615391,300,5,0,6387,7031,1,0,0,0),(99759,24872,571,1,1,22702,0,-109.887,-4986.85,311.165,2.05364,300,5,0,6387,7031,1,0,0,0),(99760,24872,571,1,1,22702,0,-84.5393,-4996.67,311.59,1.78128,300,5,0,6387,7031,1,0,0,0),(99761,24872,571,1,1,22702,0,-33.4096,-4869.88,301.075,3.19036,300,5,0,6387,7031,1,0,0,0),(99762,29481,571,1,1,25815,0,6931.07,-1202.59,808.828,4.97419,300,0,0,12175,0,0,0,0,0),(99763,25385,571,1,1,26575,0,2767.97,5339.93,30.0268,3.05433,300,0,0,9610,0,0,0,0,0),(99764,28457,571,1,1,13069,0,6628.22,5161.1,-41.8936,0.575959,300,5,0,42,0,1,0,0,0),(99765,27689,571,1,1,23489,0,2752.31,-1617.83,10.4085,2.58309,300,5,0,4979,0,1,0,0,0),(99766,27689,571,1,1,23489,0,2792.71,-1594.52,6.82162,1.90241,300,5,0,4979,0,1,0,0,0),(99767,27689,571,1,1,23489,0,2793.8,-1595.14,7.77027,3.12414,300,5,0,4979,0,1,0,0,0),(99768,27689,571,1,1,23489,0,2771.23,-1606.81,21.1788,3.52556,300,5,0,4979,0,1,0,0,0),(99769,27689,571,1,1,23489,0,2752.31,-1619.7,10.096,5.42797,300,5,0,4979,0,1,0,0,0),(99770,27689,571,1,1,23489,0,2556.5,-2243.77,25.9424,3.82227,300,5,0,4979,0,1,0,0,0),(99771,29993,571,1,1,802,0,6113.96,-1071.71,402.844,0.069813,300,0,0,11770,0,0,0,0,0),(99773,27689,571,1,1,23489,0,2760.59,-1613.04,13.0961,5.37561,300,5,0,4979,0,1,0,0,0),(99774,27689,571,1,1,23489,0,2771.13,-1605.68,4.37916,2.46091,300,5,0,4979,0,1,0,0,0),(99777,27689,571,1,1,23489,0,2562.72,-2230.15,14.2239,3.24631,300,5,0,4979,0,1,0,0,0),(99778,27689,571,1,1,23489,0,2550.38,-2270.28,8.76503,5.09636,300,5,0,4979,0,1,0,0,0),(99780,27689,571,1,1,23489,0,2772.29,-1608.52,21.6138,3.89208,300,5,0,4979,0,1,0,0,0),(99781,27689,571,1,1,23489,0,2560.71,-2231.81,14.0742,3.83972,300,5,0,4979,0,1,0,0,0),(99782,27689,571,1,1,23489,0,2549.52,-2267.48,9.11977,5.70723,300,5,0,4979,0,1,0,0,0),(99783,27689,571,1,1,23489,0,2567.57,-2219.31,8.6875,0.488692,300,5,0,4979,0,1,0,0,0),(99786,27689,571,1,1,23489,0,2768.68,-1601.74,4.4436,6.0912,300,5,0,4979,0,1,0,0,0),(99787,27689,571,1,1,23489,0,2556.09,-2244.7,6.91886,4.04916,300,5,0,4979,0,1,0,0,0),(99789,27689,571,1,1,23489,0,2558.32,-2245.17,24.5446,0.261799,300,5,0,4979,0,1,0,0,0),(99791,27689,571,1,1,23489,0,2548.51,-2243.7,14.2917,0.506145,300,5,0,4979,0,1,0,0,0),(99793,27177,571,1,1,25795,1,3598.23,-5133.09,167.202,3.735,300,0,0,10282,3466,0,0,0,0),(99794,27177,571,1,1,25795,1,3489.4,-5107.82,236.89,2.13591,300,5,0,10282,3466,1,0,0,0),(99795,26409,571,1,1,25748,1,3524.7,-5042.13,235.999,3.61283,300,0,0,10282,3466,0,0,0,0),(99796,26666,571,1,1,23989,1,3848.19,-4531.66,209.344,4.55531,300,0,0,10635,0,0,0,0,0),(99797,27178,571,1,1,25535,1,2713.02,902.581,4.60952,3.26377,300,0,0,42540,0,0,0,0,0),(99798,27178,571,1,1,25535,1,2804.29,904.536,23.0672,2.26893,300,0,0,42540,0,0,0,0,0),(99799,27178,571,1,1,25535,1,2829.99,963.597,26.7147,6.14356,300,0,0,42540,0,0,0,0,0),(99800,27178,571,1,1,25535,1,2911.99,854.03,28.2533,5.93412,300,0,0,42540,0,0,0,0,0),(99801,27178,571,1,1,24376,1,2942.45,874.497,35.302,3.36715,300,0,0,42540,0,2,0,0,0),(99802,27178,571,1,1,24376,1,2942.45,874.497,35.302,3.36715,300,0,0,42540,0,0,0,0,0),(99803,27178,571,1,1,24376,1,2817.92,998.007,28.3519,5.67232,300,0,0,42540,0,0,0,0,0),(99804,27178,571,1,1,25535,1,2776.68,910.518,22.4578,6.26573,300,0,0,42540,0,0,0,0,0),(99805,28202,571,1,1,2176,0,5650.61,-2693.95,278.095,3.36587,300,5,0,42,0,1,0,0,0),(99806,27178,571,1,1,24376,1,2804.12,948.502,23.754,0.244346,300,0,0,42540,0,0,0,0,0),(99807,27178,571,1,1,25535,1,2718.01,917.711,0.380626,0.401426,300,0,0,42540,0,0,0,0,0),(99808,27178,571,1,1,25535,1,2696.08,882.796,4.63115,1.58825,300,0,0,42540,0,0,0,0,0),(99809,28458,571,1,1,13069,0,4871.05,5875.7,-39.4275,0.820305,300,5,0,42,0,1,0,0,0),(99810,28202,571,1,1,1141,0,6866.64,-4697.67,462.439,2.9206,300,5,0,42,0,1,0,0,0),(99811,24874,571,1,1,22703,0,-17.782,-4883.05,302.573,0.034907,300,0,0,9291,0,0,0,0,0),(99812,29994,571,1,1,26684,0,7810.96,-2960.59,1257.48,1.15192,300,0,0,12175,0,0,0,0,0),(99813,27178,571,1,1,25535,1,2714.36,889.326,4.55573,3.10669,300,0,0,42540,0,0,0,0,0),(99814,27178,571,1,1,25535,1,2734.04,908.073,3.24919,5.38637,300,0,0,42540,0,0,0,0,0),(99815,27178,571,1,1,24376,1,2734.04,908.073,3.24919,5.38824,300,0,0,42540,0,2,0,0,0),(99816,27178,571,1,1,25535,1,2845.72,931.715,24.8712,0.401426,300,0,0,42540,0,0,0,0,0),(99817,27178,571,1,1,25535,1,2905.88,806.234,26.8535,4.57276,300,0,0,42540,0,0,0,0,0),(99818,27178,571,1,1,24376,1,2901.37,897.082,29.5859,0.496575,300,0,0,42540,0,0,0,0,0),(99819,27178,571,1,1,24376,1,2863.19,907.019,23.0662,0.523599,300,0,0,42540,0,0,0,0,0),(99820,27178,571,1,1,25535,1,2898.91,755.525,18.7,0.401426,300,0,0,42540,0,0,0,0,0),(99821,27178,571,1,1,25535,1,2763.6,871.288,6.0624,0.436332,300,0,0,42540,0,0,0,0,0),(99822,27178,571,1,1,24376,1,2781.85,990.058,23.2693,0.645772,300,0,0,42540,0,0,0,0,0),(99823,28714,571,1,1,25635,0,5836.88,730.554,642.068,5.44543,300,0,0,8508,7981,0,0,0,0),(99824,24362,571,1,1,22342,1,2622.85,-4374.22,276.327,1.0821,300,0,0,9291,3231,0,0,0,0),(99825,28202,571,1,1,1418,0,5856.64,-2191.71,237.103,3.60725,300,5,0,42,0,1,0,0,0),(99826,28202,571,1,1,1418,0,6384.31,-4507.32,460.884,1.97526,300,5,0,42,0,1,0,0,0),(99827,28202,571,1,1,2176,0,6314.44,-4385.47,453.447,3.84172,300,5,0,42,0,1,0,0,0),(99828,28202,571,1,1,1418,0,5592.48,-4432.44,374.288,1.52794,300,5,0,42,0,1,0,0,0),(99829,28202,571,1,1,1418,0,5632.29,-4278.09,374.455,1.5708,300,5,0,42,0,1,0,0,0),(99830,28202,571,1,1,1141,0,6284.27,-4332.61,447.554,6.03219,300,5,0,42,0,1,0,0,0),(99831,28202,571,1,1,1418,0,6374.66,-3140.91,388.921,2.97728,300,5,0,42,0,1,0,0,0),(99832,28202,571,1,1,1418,0,5304.13,-2620.9,290.673,5.85291,300,5,0,42,0,1,0,0,0),(99833,28202,571,1,1,1418,0,5729.49,-2189.86,234.475,5.14966,300,5,0,42,0,1,0,0,0),(99834,28202,571,1,1,1141,0,4832.54,-1915.4,242.179,2.94663,300,5,0,42,0,1,0,0,0),(99835,28202,571,1,1,1418,0,5051.92,-2294.95,245.432,3.02802,300,5,0,42,0,1,0,0,0),(99836,28202,571,1,1,1141,0,6925.49,-4625.56,459.064,3.9357,300,5,0,42,0,1,0,0,0),(99837,28202,571,1,1,1418,0,5957.29,-3898.96,379.168,5.82455,300,5,0,42,0,1,0,0,0),(99838,28202,571,1,1,1418,0,5271.85,-1888.47,237.218,2.19945,300,5,0,42,0,1,0,0,0),(99839,28202,571,1,1,1141,0,6568.77,-4716.66,450.874,3.46283,300,5,0,42,0,1,0,0,0),(99840,28202,571,1,1,1141,0,4815.81,-1749.63,237.076,3.06364,300,5,0,42,0,1,0,0,0),(99841,28202,571,1,1,1141,0,7032.5,-4445.27,450.678,2.22087,300,5,0,42,0,1,0,0,0),(99842,28202,571,1,1,2176,0,5559.7,-2661.66,276.708,4.90349,300,5,0,42,0,1,0,0,0),(99843,28202,571,1,1,2176,0,5568.14,-2932.48,277.902,4.69124,300,5,0,42,0,1,0,0,0),(99844,28202,571,1,1,2176,0,5874.86,-2663.4,290.317,5.49802,300,5,0,42,0,1,0,0,0),(99845,28202,571,1,1,2176,0,4876.74,-2444.72,217.207,2.50491,300,5,0,42,0,1,0,0,0),(99846,28202,571,1,1,1141,0,5757.24,-1340.59,229.997,2.35254,300,5,0,42,0,1,0,0,0),(99847,28202,571,1,1,2176,0,5988.29,-1934.3,241.604,2.66921,300,5,0,42,0,1,0,0,0),(99848,28202,571,1,1,1418,0,6029.59,-2083.57,238.54,4.52911,300,5,0,42,0,1,0,0,0),(99849,28202,571,1,1,1141,0,5304.17,-3154.17,278.677,3.05812,300,5,0,42,0,1,0,0,0),(99850,28202,571,1,1,1418,0,5551.66,-2917.8,277.824,4.60066,300,5,0,42,0,1,0,0,0),(99851,28202,571,1,1,1141,0,5808.45,-1757,237.117,1.43456,300,5,0,42,0,1,0,0,0),(99852,26410,571,1,1,25748,1,3439.7,-5143.72,235.788,5.7398,300,0,0,10282,3466,0,0,0,0),(99853,25386,571,1,1,17308,0,3988.71,3389.02,84.5917,1.36758,300,0,0,8982,0,2,0,0,0),(99854,25386,571,1,1,17308,0,3801.32,3493.92,64.1611,0.890118,300,0,0,8982,0,0,0,0,0),(99855,25386,571,1,1,17308,0,3767.44,3483.96,64.187,4.6056,300,0,0,8982,0,2,0,0,0),(99856,25386,571,1,1,17308,0,3944.87,3387.37,82.8417,3.387,300,0,0,8982,0,2,0,0,0),(99857,28202,571,1,1,1418,0,6124.24,-2179,240.684,0.697613,300,5,0,42,0,1,0,0,0),(99860,25386,571,1,1,17308,0,3736.83,3590.1,47.6204,5.0256,300,0,0,8982,0,2,0,0,0),(99861,25386,571,1,1,17308,0,3781.2,3555.76,47.1317,1.35326,300,0,0,8982,0,2,0,0,0),(99862,25386,571,1,1,17308,0,3760.04,3452.42,67.953,6.15715,300,5,0,8982,0,1,0,0,0),(99863,25386,571,1,1,17308,0,3740.86,3489.85,64.312,5.25587,300,5,0,8982,0,1,0,0,0),(99864,28202,571,1,1,2176,0,5595.93,-2978.78,285.88,5.41926,300,0,0,42,0,0,0,0,0),(99865,25386,571,1,1,17308,0,3721.97,3544.3,65.0076,0.792855,300,5,0,8982,0,1,0,0,0),(99866,28202,571,1,1,1141,0,5923.1,-2879.56,274.47,0.38524,300,5,0,42,0,1,0,0,0),(99867,28202,571,1,1,1141,0,5925.43,-2913.64,274.711,3.05533,300,5,0,42,0,1,0,0,0),(99868,28202,571,1,1,2176,0,5637.23,-2674.89,278.087,2.46995,300,5,0,42,0,1,0,0,0),(99869,25386,571,1,1,17308,0,3821.99,3539.66,46.9187,1.20428,300,0,0,8982,0,0,0,0,0),(99871,25386,571,1,1,17308,0,3812.43,3443.98,82.9726,4.41028,300,0,0,8982,0,2,0,0,0),(99872,24106,571,1,1,22102,0,867.501,-4780.97,20.743,5.39307,300,0,0,8982,0,0,0,0,0),(99873,25386,571,1,1,17308,0,3795.21,3453.81,82.9726,1.10088,300,0,0,8982,0,2,0,0,0),(99874,28202,571,1,1,1141,0,5678.69,-2243.17,236.027,1.01799,300,5,0,42,0,1,0,0,0),(99875,28202,571,1,1,1141,0,5273.21,-2494.6,287.529,6.18059,300,5,0,42,0,1,0,0,0),(99876,28202,571,1,1,2176,0,5641.41,-2654.95,277.833,0.690326,300,5,0,42,0,1,0,0,0),(99877,28202,571,1,1,1418,0,5632.1,-2679.83,277.817,0.294546,300,5,0,42,0,1,0,0,0),(99878,28202,571,1,1,2176,0,5595.33,-1356.13,234.47,1.17617,300,5,0,42,0,1,0,0,0),(99879,28202,571,1,1,1418,0,5523.14,-1786.91,239.716,1.40019,300,5,0,42,0,1,0,0,0),(99880,28202,571,1,1,1418,0,5575.05,-2119.26,240.621,5.51024,300,5,0,42,0,1,0,0,0),(99881,28202,571,1,1,1418,0,4974.45,-2392.17,247.934,0.783593,300,5,0,42,0,1,0,0,0),(99882,28202,571,1,1,2176,0,5363.44,-1714.44,241.305,0.583181,300,5,0,42,0,1,0,0,0),(99883,28202,571,1,1,1141,0,6455.19,-3436.38,388.938,0.414084,300,5,0,42,0,1,0,0,0),(99884,28202,571,1,1,1418,0,5008.57,-2201.88,243.028,0.619447,300,5,0,42,0,1,0,0,0),(99885,28202,571,1,1,2176,0,5354.71,-3656.46,362.169,1.80472,300,5,0,42,0,1,0,0,0),(99886,28202,571,1,1,1141,0,5783.82,-2708.24,276.624,5.98687,300,5,0,42,0,1,0,0,0),(99887,28202,571,1,1,1141,0,6329.79,-2726.86,302.757,3.29729,300,5,0,42,0,1,0,0,0),(99888,28202,571,1,1,2176,0,5679.75,-2385.13,287.605,3.75113,300,5,0,42,0,1,0,0,0),(99889,28202,571,1,1,1418,0,5869.91,-2724.26,276.833,0.564729,300,5,0,42,0,1,0,0,0),(99890,28202,571,1,1,1418,0,5278.55,-1603.95,231.241,2.49751,300,5,0,42,0,1,0,0,0),(99891,28202,571,1,1,1418,0,5151.15,-1561.31,238.271,6.15144,300,0,0,42,0,0,0,0,0),(99892,28202,571,1,1,1141,0,5191.77,-3748.15,363.983,6.00042,300,5,0,42,0,1,0,0,0),(99893,28202,571,1,1,1141,0,5176.57,-1780.15,245.803,5.59468,300,5,0,42,0,1,0,0,0),(99894,28202,571,1,1,1418,0,5841.57,-2777.18,274.479,4.71925,300,5,0,42,0,1,0,0,0),(99895,28202,571,1,1,1141,0,5795.31,-2868.75,274.583,5.69515,300,5,0,42,0,1,0,0,0),(99896,28202,571,1,1,1141,0,5621.79,-2563.85,287.621,0.651785,300,5,0,42,0,1,0,0,0),(99897,28202,571,1,1,1141,0,5420.52,-3229.33,292.919,1.07206,300,5,0,42,0,1,0,0,0),(99898,28202,571,1,1,1141,0,5589.79,-2642.22,277.348,2.90426,300,5,0,42,0,1,0,0,0),(99899,28202,571,1,1,1141,0,5848.46,-2740.17,276.621,4.75616,300,5,0,42,0,1,0,0,0),(99900,28202,571,1,1,2176,0,6132.56,-3557.49,383.847,1.18256,300,5,0,42,0,1,0,0,0),(99901,28202,571,1,1,1418,0,5644.02,-2785.69,274.438,3.44157,300,5,0,42,0,1,0,0,0),(99902,28202,571,1,1,1141,0,5549.62,-2947.35,276.578,1.86256,300,5,0,42,0,1,0,0,0),(99903,28202,571,1,1,1141,0,5950.06,-2962,290.23,5.37386,300,5,0,42,0,1,0,0,0),(99904,28202,571,1,1,1418,0,5850,-2845,274.411,3.87603,300,5,0,42,0,1,0,0,0),(99905,28202,571,1,1,1141,0,5811.51,-2853.42,274.562,5.16154,300,5,0,42,0,1,0,0,0),(99906,28202,571,1,1,2176,0,5578.7,-2961.07,276.494,2.44683,300,5,0,42,0,1,0,0,0),(99909,28202,571,1,1,2176,0,6405.88,-3813.92,470.724,1.47292,300,5,0,42,0,1,0,0,0),(99910,28202,571,1,1,2176,0,5781.04,-2783.29,274.434,2.81041,300,5,0,42,0,1,0,0,0),(99911,28202,571,1,1,2176,0,5547.63,-2980.09,276.643,4.86335,300,5,0,42,0,1,0,0,0),(99912,28202,571,1,1,2176,0,5588.91,-3069.13,288.225,2.36304,300,5,0,42,0,1,0,0,0),(99913,28202,571,1,1,1418,0,5577.58,-3107.59,288.235,4.58774,300,5,0,42,0,1,0,0,0),(99914,28202,571,1,1,2176,0,5634.43,-3004.09,274.448,1.19118,300,5,0,42,0,1,0,0,0),(99915,28202,571,1,1,1141,0,5615.23,-3046.45,287.92,1.73007,300,5,0,42,0,1,0,0,0),(99916,28202,571,1,1,1141,0,5614.51,-2950.93,274.461,4.44635,300,5,0,42,0,1,0,0,0),(99917,28202,571,1,1,1141,0,5818.59,-2787.11,274.628,5.42255,300,5,0,42,0,1,0,0,0),(99918,28202,571,1,1,1418,0,5739.03,-2848.14,274.626,1.19999,300,5,0,42,0,1,0,0,0),(99919,28202,571,1,1,1141,0,5741.95,-2812.12,274.626,3.70598,300,5,0,42,0,1,0,0,0),(99920,28202,571,1,1,2176,0,5527.49,-2714.88,275.567,3.52556,300,0,0,42,0,0,0,0,0),(99921,28202,571,1,1,1141,0,5615.42,-2977.28,274.133,5.30377,300,5,0,42,0,1,0,0,0),(99922,28202,571,1,1,1418,0,5576.78,-3520.88,350.452,1.48197,300,5,0,42,0,1,0,0,0),(99923,28202,571,1,1,2176,0,5625.34,-2853.16,274.382,6.07099,300,5,0,42,0,1,0,0,0),(99924,28202,571,1,1,1418,0,5620.86,-2813.55,275.907,0.190689,300,5,0,42,0,1,0,0,0),(99925,28202,571,1,1,1141,0,5644.04,-2837.94,274.382,2.06862,300,5,0,42,0,1,0,0,0),(99926,28202,571,1,1,1418,0,5654.35,-2949.54,274.504,5.26613,300,5,0,42,0,1,0,0,0),(99927,28202,571,1,1,1141,0,5687.13,-2882.35,274.503,3.5384,300,5,0,42,0,1,0,0,0),(99928,28202,571,1,1,1141,0,5704.33,-2863.68,274.68,5.71616,300,5,0,42,0,1,0,0,0),(99929,28202,571,1,1,2176,0,5646.2,-2813.52,274.382,2.13197,300,5,0,42,0,1,0,0,0),(99930,28202,571,1,1,2176,0,5722.46,-2781.09,274.488,4.3302,300,5,0,42,0,1,0,0,0),(99931,28202,571,1,1,1141,0,5729.06,-2812.25,276.253,3.71435,300,5,0,42,0,1,0,0,0),(99932,28202,571,1,1,1141,0,5781.57,-2852.03,274.501,6.06727,300,5,0,42,0,1,0,0,0),(99933,28202,571,1,1,1418,0,5677.69,-2808.5,274.382,1.11444,300,5,0,42,0,1,0,0,0),(99934,28202,571,1,1,2176,0,5737.4,-2781.81,274.517,2.69866,300,5,0,42,0,1,0,0,0),(99935,28202,571,1,1,1141,0,5611.65,-2896.88,274.572,4.07045,300,5,0,42,0,1,0,0,0),(99936,28202,571,1,1,1141,0,5649.29,-2880.96,274.503,2.92897,300,5,0,42,0,1,0,0,0),(99937,28202,571,1,1,1141,0,5594.79,-2681.75,276.348,0.582235,300,5,0,42,0,1,0,0,0),(99938,28202,571,1,1,1418,0,5618.58,-2654.55,276.638,6.00974,300,5,0,42,0,1,0,0,0),(99939,25386,571,1,1,17308,0,3859.66,3393.56,67.9774,4.73095,300,0,0,8982,0,2,0,0,0),(99940,28202,571,1,1,1141,0,5436.82,-2984.56,288.265,5.2942,300,5,0,42,0,1,0,0,0),(99941,28202,571,1,1,1141,0,5413.63,-2993.06,288.249,4.04672,300,5,0,42,0,1,0,0,0),(99942,28202,571,1,1,2176,0,5493.71,-3053.57,288.294,5.42715,300,5,0,42,0,1,0,0,0),(99943,28202,571,1,1,1418,0,5454.17,-3011.95,288.295,0.097403,300,5,0,42,0,1,0,0,0),(99944,28202,571,1,1,1141,0,5424.18,-2956.29,288.66,5.59284,300,5,0,42,0,1,0,0,0),(99945,28202,571,1,1,1418,0,5450.42,-2958.24,288.192,0.353612,300,5,0,42,0,1,0,0,0),(99946,28202,571,1,1,1141,0,5473.74,-3016.98,288.275,2.87789,300,5,0,42,0,1,0,0,0),(99947,28202,571,1,1,2176,0,5541.45,-3085.11,288.215,2.99126,300,5,0,42,0,1,0,0,0),(99948,28202,571,1,1,1141,0,5522.75,-3055.75,287.739,1.29548,300,5,0,42,0,1,0,0,0),(99949,28202,571,1,1,1418,0,5719.14,-1431.29,234.559,4.58428,300,5,0,42,0,1,0,0,0),(99950,28202,571,1,1,2176,0,6250.88,-3569.27,383.753,4.1098,300,5,0,42,0,1,0,0,0),(99951,28202,571,1,1,1418,0,5800.82,-2657.97,276.828,5.22853,300,5,0,42,0,1,0,0,0),(99952,28202,571,1,1,1418,0,5904.29,-1660.77,233.13,2.69936,300,5,0,42,0,1,0,0,0),(99953,28202,571,1,1,1141,0,5802.84,-2680.3,276.641,3.37492,300,5,0,42,0,1,0,0,0),(99954,28202,571,1,1,1141,0,5681.17,-2783.3,274.205,3.79703,300,5,0,42,0,1,0,0,0),(99955,25386,571,1,1,17308,0,3849.94,3440.84,64.0892,4.22526,300,0,0,8982,0,2,0,0,0),(99956,28202,571,1,1,1141,0,5571.07,-2887.52,274.975,1.6556,300,5,0,42,0,1,0,0,0),(99957,28202,571,1,1,1418,0,5610.89,-2918.56,274.776,4.0189,300,5,0,42,0,1,0,0,0),(99958,28202,571,1,1,1418,0,5646.53,-2915.19,274.503,2.03552,300,5,0,42,0,1,0,0,0),(99959,28202,571,1,1,1141,0,5518.87,-2978.32,276.467,3.11282,300,5,0,42,0,1,0,0,0),(99960,28202,571,1,1,2176,0,5582.77,-2918.31,276.378,2.75813,300,5,0,42,0,1,0,0,0),(99962,28202,571,1,1,1418,0,4842.82,-2274.73,248.598,4.13826,300,5,0,42,0,1,0,0,0),(99963,25386,571,1,1,17308,0,3744.76,3577.35,46.8704,3.42687,300,5,0,8982,0,1,0,0,0),(99964,28202,571,1,1,1141,0,5707.74,-1677.61,240.136,4.38631,300,5,0,42,0,1,0,0,0),(99965,28202,571,1,1,1418,0,5714.45,-2729.45,276.658,5.759,300,5,0,42,0,1,0,0,0),(99966,28202,571,1,1,1418,0,5495.93,-2970.98,276.901,0.393474,300,5,0,42,0,1,0,0,0),(99967,28202,571,1,1,1418,0,5489.06,-2706.77,277.296,1.41301,300,5,0,42,0,1,0,0,0),(99968,28202,571,1,1,1141,0,6403.37,-3980.18,473.014,5.53866,300,5,0,42,0,1,0,0,0),(99969,28202,571,1,1,1418,0,5719.57,-1545.65,229.681,3.25108,300,5,0,42,0,1,0,0,0),(99970,28202,571,1,1,1141,0,5380.05,-2726.2,288.165,3.92699,300,5,0,42,0,1,0,0,0),(99971,28202,571,1,1,1141,0,5586.67,-2823.39,274.062,5.12983,300,5,0,42,0,1,0,0,0),(99972,28202,571,1,1,1418,0,5548.24,-2851.34,274.462,4.14457,300,5,0,42,0,1,0,0,0),(99973,28202,571,1,1,1418,0,5547.66,-2873.4,275.762,0.810419,300,5,0,42,0,1,0,0,0),(99974,28202,571,1,1,1418,0,5578.97,-2846.93,274.446,5.35119,300,5,0,42,0,1,0,0,0),(99975,28202,571,1,1,1418,0,5484.22,-2914.99,276.617,0.311765,300,5,0,42,0,1,0,0,0),(99976,28202,571,1,1,1418,0,5473.53,-2938.65,277.025,2.29002,300,5,0,42,0,1,0,0,0),(99977,28202,571,1,1,2176,0,5514.59,-2947.32,276.703,4.54014,300,5,0,42,0,1,0,0,0),(99978,28202,571,1,1,2176,0,5521.16,-2907.06,276.344,4.90348,300,5,0,42,0,1,0,0,0),(99979,28202,571,1,1,1141,0,5300.49,-2849.21,288.208,3.97004,300,5,0,42,0,1,0,0,0),(99980,28202,571,1,1,1418,0,5284.37,-2811.43,287.999,2.53755,300,5,0,42,0,1,0,0,0),(99981,28202,571,1,1,2176,0,5350.27,-2756.87,288.15,4.9408,300,5,0,42,0,1,0,0,0),(99982,28202,571,1,1,1418,0,5440.44,-2723.86,274.744,3.35021,300,5,0,42,0,1,0,0,0),(99983,28202,571,1,1,1141,0,5448.76,-2724.53,274.494,4.99368,300,5,0,42,0,1,0,0,0),(99984,28202,571,1,1,1418,0,5639.36,-1418.23,234.19,4.18165,300,5,0,42,0,1,0,0,0),(99985,28202,571,1,1,1141,0,5753.34,-2714.21,276.096,3.90004,300,5,0,42,0,1,0,0,0),(99986,28202,571,1,1,2176,0,6502.21,-3860.2,482.5,3.01513,300,5,0,42,0,1,0,0,0),(99987,28202,571,1,1,1418,0,5623.71,-2789.54,275.069,1.00744,300,5,0,42,0,1,0,0,0),(99988,28202,571,1,1,1418,0,5684.73,-2856.15,274.424,3.22194,300,5,0,42,0,1,0,0,0),(99989,28202,571,1,1,2176,0,5778.88,-2821.84,274.501,4.48073,300,5,0,42,0,1,0,0,0),(99990,28202,571,1,1,2176,0,6549.61,-3936.51,490.977,6.14659,300,5,0,42,0,1,0,0,0),(99991,28202,571,1,1,1141,0,5719.57,-2857.89,274.634,4.98978,300,5,0,42,0,1,0,0,0),(99992,28202,571,1,1,1141,0,5314.1,-3408.03,297.488,5.7243,300,0,0,42,0,0,0,0,0),(99993,28202,571,1,1,2176,0,5546.04,-2716.75,277.135,2.24695,300,5,0,42,0,1,0,0,0),(99994,28202,571,1,1,1418,0,5585.13,-2715.96,276.093,5.00826,300,5,0,42,0,1,0,0,0),(99995,28202,571,1,1,1418,0,5805.9,-2751.81,276.679,1.37058,300,5,0,42,0,1,0,0,0),(99996,28202,571,1,1,1418,0,5813.57,-2723.93,276.622,1.34021,300,5,0,42,0,1,0,0,0),(99997,28202,571,1,1,1418,0,5677.35,-2755.44,276.102,0.166854,300,5,0,42,0,1,0,0,0),(99998,28202,571,1,1,1418,0,5851.7,-2677.03,278.737,3.62655,300,5,0,42,0,1,0,0,0),(99999,28202,571,1,1,1141,0,5721.94,-2672.83,280.833,0.34842,300,5,0,42,0,1,0,0,0),(100000,28202,571,1,1,2176,0,5736.97,-2673.19,280.833,4.00377,300,5,0,42,0,1,0,0,0),(100001,28202,571,1,1,2176,0,5774.57,-2690.67,276.68,3.2612,300,5,0,42,0,1,0,0,0),(100002,28202,571,1,1,2176,0,5683.68,-2670.5,276.896,1.36163,300,5,0,42,0,1,0,0,0),(100003,28202,571,1,1,1418,0,5688.39,-2708.04,276.335,3.62925,300,5,0,42,0,1,0,0,0),(100004,28202,571,1,1,1141,0,5663.82,-2652.84,276.708,0.612234,300,5,0,42,0,1,0,0,0),(100005,28202,571,1,1,2176,0,5783.87,-2747.65,276.666,0.872665,300,0,0,42,0,0,0,0,0),(100006,28202,571,1,1,2176,0,5749.35,-2749.15,276.666,4.36332,300,0,0,42,0,0,0,0,0),(100007,28202,571,1,1,1418,0,5393.75,-2719.3,288.253,3.29867,300,0,0,42,0,0,0,0,0),(100008,25386,571,1,1,17308,0,3961.06,3422.17,80.9175,1.64676,300,0,0,8982,0,2,0,0,0),(100009,25386,571,1,1,17308,0,3896.4,3454.12,64.1909,2.75797,300,0,0,8982,0,2,0,0,0),(100010,25386,571,1,1,17308,0,3836.95,3476.34,64.1453,1.5708,300,0,0,8982,0,0,0,0,0),(100011,25386,571,1,1,17308,0,3973.76,3685.58,63.207,1.87123,300,0,0,8982,0,2,0,0,0),(100012,28202,571,1,1,2176,0,5008.63,-2225.3,244.278,5.28842,300,5,0,42,0,1,0,0,0),(100013,28202,571,1,1,2176,0,5038.51,-2292.09,246.307,6.03041,300,5,0,42,0,1,0,0,0),(100014,28202,571,1,1,1418,0,5002.75,-2388.7,247.65,3.28667,300,5,0,42,0,1,0,0,0),(100015,28202,571,1,1,1141,0,5525.66,-1781.56,238.074,4.90902,300,5,0,42,0,1,0,0,0),(100016,25387,571,1,1,17311,0,3768.42,3583.33,398.527,5.24712,300,5,0,9291,3231,1,0,0,0),(100017,25387,571,1,1,17311,0,3776.42,3583.38,374.629,1.92914,300,5,0,9291,3231,1,0,0,0),(100018,25387,571,1,1,17311,0,3711.55,3590.32,389.253,2.83791,300,5,0,9291,3231,1,0,0,0),(100019,29483,571,1,1,19218,0,6315.45,-1175.61,425.276,4.69494,300,0,0,12600,0,0,0,0,0),(100020,29483,571,1,1,19218,0,6342.87,-1177.98,426.14,4.43314,300,0,0,12600,0,0,0,0,0),(100021,29483,571,1,1,19218,0,6226.43,-1214.06,447.414,5.42797,300,0,0,12600,0,0,0,0,0),(100022,29483,571,1,1,19218,0,6289.03,-1182.94,424.693,4.64258,300,0,0,12600,0,0,0,0,0),(100023,28459,571,1,1,13069,0,5803.51,3626.83,-12.2747,6.26573,300,5,0,42,0,1,0,0,0),(100024,24875,571,1,1,22704,0,-109.952,-5143.21,329.272,2.44346,300,0,0,9291,0,0,0,0,0),(100025,28715,571,1,1,25636,0,5759.27,732.165,641.777,1.15192,300,0,0,8508,7981,0,0,0,0),(100026,29483,571,1,1,19218,0,6256,-1187.16,426.547,4.81711,300,0,0,12600,0,0,0,0,0),(100027,29483,571,1,1,19218,0,6373.12,-1191.06,426.251,4.5204,300,0,0,12600,0,0,0,0,0),(100028,23851,571,1,1,21814,1,1411.04,-3674.74,134.126,1.97826,300,0,0,10635,0,0,0,0,0),(100029,23851,571,1,1,21817,1,1410.12,-3677.06,134.126,1.97808,300,5,0,10635,0,1,0,0,0),(100030,23851,571,1,1,21816,1,1413.36,-3675.66,134.001,1.97808,300,5,0,10635,0,1,0,0,0),(100031,26155,571,1,1,22998,0,2226.08,5298.29,10.6647,5.02655,300,0,0,7984,0,0,0,0,0),(100032,25387,571,1,1,17311,0,3695.59,3538.16,371.428,0.663225,300,5,0,9291,3231,1,0,0,0),(100033,25387,571,1,1,17311,0,3976.41,3558.86,104.313,2.63693,300,5,0,9291,3231,1,0,0,0),(100034,25387,571,1,1,17311,0,3710.07,3611.77,371.428,5.2709,300,5,0,9291,3231,1,0,0,0),(100035,25387,571,1,1,17311,0,3929.77,3570.75,103.737,1.3612,300,5,0,9291,3231,1,0,0,0),(100036,26411,571,1,1,23818,1,2892.03,1370,161.165,4.59022,300,0,0,9291,0,0,0,0,0),(100037,26411,571,1,1,23818,1,2887.3,1275.06,153.711,4.45059,300,0,0,9291,0,0,0,0,0),(100038,26411,571,1,1,23818,1,2869.85,1477.7,157.759,5.2709,300,0,0,9291,0,0,0,0,0),(100039,26411,571,1,1,23818,1,2900.16,1576.81,154.892,2.1293,300,0,0,9291,0,0,0,0,0),(100040,26411,571,1,1,23818,1,2997.97,1233.86,149.421,4.74729,300,0,0,9291,0,0,0,0,0),(100041,26411,571,1,1,25551,1,3126.96,1293.87,158.772,3.47321,300,0,0,9291,0,2,0,0,0),(100042,26411,571,1,1,23818,1,3113.54,1624.93,161.911,5.46288,300,0,0,9291,0,0,0,0,0),(100043,26411,571,1,1,23818,1,3244.19,1513.98,170.527,4.964,300,0,0,9291,0,2,0,0,0),(100044,26411,571,1,1,25551,1,3141.87,1273.25,159.344,0.663225,300,0,0,9291,0,0,0,0,0),(132597,21787,530,1,1,20682,1,-3981.25,3134.06,363.35,1.11851,180,5,0,5744,3231,1,0,0,0),(132567,23051,530,1,1,21396,0,-3800.04,3329.87,342.099,4.04537,180,0,0,6986,0,2,0,0,0),(100047,26411,571,1,1,23818,1,3104.7,1512.5,153.939,1.93334,300,0,0,9291,0,0,0,0,0),(100048,26411,571,1,1,23818,1,3167.68,1498.6,152.668,4.18392,300,0,0,9291,0,0,0,0,0),(100049,26411,571,1,1,23818,1,3177.12,1413,151.951,3.49066,300,0,0,9291,0,0,0,0,0),(132588,21787,530,1,1,20682,1,-3652.21,3750.04,302.07,3.72422,180,5,0,5744,3231,1,0,0,0),(132589,21787,530,1,1,20682,1,-3868.04,3675.77,335.904,5.61996,180,0,0,5744,3231,0,0,0,0),(132568,23051,530,1,1,21396,0,-3943.23,3620.74,326.086,3.6325,180,5,0,6986,0,1,0,0,0),(132569,18956,556,1,1,18347,1,-160.813,157.043,0.094095,1.0821,86400,0,0,6326,0,0,0,0,0),(100056,25387,571,1,1,17311,0,3819.65,3633.11,81.0555,3.33724,300,5,0,9291,3231,1,0,0,0),(100057,25387,571,1,1,17311,0,3853.9,3531.28,91.1868,2.24482,300,5,0,9291,3231,1,0,0,0),(100058,25387,571,1,1,17311,0,3970.96,3760.94,87.6049,1.29547,300,5,0,9291,3231,1,0,0,0),(100059,25387,571,1,1,17311,0,4056.68,3620.05,124.213,1.07571,300,5,0,9291,3231,1,0,0,0),(100060,25387,571,1,1,17311,0,3848.23,3539.17,98.2701,2.41998,300,5,0,9291,3231,1,0,0,0),(100061,25387,571,1,1,17311,0,3734.15,3604.07,382.892,4.36734,300,5,0,9291,3231,1,0,0,0),(132590,21787,530,1,1,20682,1,-3856.78,3784.41,334.808,3.27176,180,5,0,5744,3231,1,0,0,0),(100065,29740,571,1,1,26471,0,3273.75,-2246.84,114.818,4.5204,300,0,0,9610,0,0,0,0,0),(100066,26156,571,1,1,23642,1,3641.49,2912.02,88.2267,2.37365,300,0,0,49700,0,0,0,0,0),(100067,28460,571,1,1,13069,0,5587.27,3809.72,-103.056,3.63029,300,5,0,42,0,1,0,0,0),(100068,28204,571,1,1,25205,1,5500.5,-2663.9,304.546,6.24828,300,0,0,8800,8139,0,0,0,0),(100069,29484,571,1,1,26303,0,5222.89,-1299.55,242.59,4.24115,300,0,0,8982,0,0,0,0,0),(100070,24876,571,1,1,22705,0,17.8127,-4981.98,309.815,3.29867,300,0,0,9291,0,0,0,0,0),(100071,29996,571,1,1,26685,0,6672.88,-199.774,951.214,1.74889,300,0,0,12175,0,0,0,0,0),(100072,28716,571,1,1,25637,1,5906.96,671.097,643.579,1.64061,300,0,0,10635,0,0,0,0,0),(100074,26157,571,1,1,23643,1,3500.16,4164.7,14.2937,0.034907,300,0,0,38440,0,0,0,0,0),(100075,26157,571,1,1,23653,1,3562.16,4199.63,12.5834,4.15388,300,0,0,38440,0,0,0,0,0),(100076,26157,571,1,1,23643,1,3474.57,4079.89,17.7264,4.97419,300,0,0,38440,0,0,0,0,0),(100077,26157,571,1,1,23653,1,3474.85,4130.34,16.7283,3.76991,300,0,0,38440,0,0,0,0,0),(100078,26157,571,1,1,23643,1,3416.37,4086.07,17.1715,4.24115,300,0,0,38440,0,0,0,0,0),(100079,26157,571,1,1,23653,1,3424.4,4077.63,17.285,3.59538,300,0,0,38440,0,0,0,0,0),(100080,26157,571,1,1,23643,1,3461.75,4077.16,18.0041,4.97419,300,0,0,38440,0,0,0,0,0),(100081,26157,571,1,1,23653,1,3432.17,4180.52,12.8739,2.67035,300,0,0,38440,0,0,0,0,0),(100082,29485,571,1,1,26302,0,8542.62,180.361,792.791,0.25634,300,0,0,37800,11982,0,0,0,0),(100083,29485,571,1,1,26302,0,8487.35,253.008,789.165,2.68804,300,0,0,37800,11982,0,0,0,0),(100084,29485,571,1,1,26302,0,8542.72,181.589,792.996,-0.170969,300,0,0,37800,11982,0,0,0,0),(100085,26925,571,1,1,6376,0,3553.24,372.024,58.8744,2.05949,300,0,0,28830,0,0,0,0,0),(100086,26925,571,1,1,6376,0,3559.85,378.581,52.3397,2.46091,300,0,0,28830,0,0,0,0,0),(100087,26925,571,1,1,6376,0,3545.17,374.654,53.43,1.22173,300,0,0,28830,0,0,0,0,0),(100088,28717,571,1,1,19595,0,6268.37,-3758.95,483.548,3.29867,300,5,0,4979,0,1,0,0,0),(100089,28717,571,1,1,19595,0,6232.16,-4218.65,484.553,5.51524,300,5,0,4979,0,1,0,0,0),(100090,28717,571,1,1,19595,0,6948.51,-4259.25,563.877,0.785398,300,5,0,4979,0,1,0,0,0),(100091,28717,571,1,1,19595,0,5273.35,-3448.87,383.518,3.33358,300,5,0,4979,0,1,0,0,0),(100092,28717,571,1,1,19595,0,5368.67,-2255.31,350.159,5.044,300,5,0,4979,0,1,0,0,0),(100093,28717,571,1,1,19595,0,6041.32,-1877.04,389.602,0.506145,300,5,0,4979,0,1,0,0,0),(100094,28717,571,1,1,19595,0,6657.26,-4609.08,577.561,1.64061,300,5,0,4979,0,1,0,0,0),(100095,28717,571,1,1,19595,0,6004.17,-2161.64,423.041,4.88692,300,5,0,4979,0,1,0,0,0),(100096,26157,571,1,1,23653,1,3641.12,2906.45,88.4721,5.41052,300,0,0,38440,0,0,0,0,0),(100097,26157,571,1,1,23653,1,3647.72,2911.84,88.8265,5.61996,300,0,0,38440,0,0,0,0,0),(100098,29997,571,1,1,25797,1,6777.78,-1595.43,820.54,5.39307,300,0,0,12175,0,0,0,0,0),(100099,28205,571,1,1,25934,1,5934.02,-2348.9,293.924,4.88692,300,0,0,9416,8459,0,0,0,0),(100101,26157,571,1,1,23653,1,3430.35,4168.99,16.2689,3.7001,300,0,0,38440,0,0,0,0,0),(100102,26157,571,1,1,23643,1,3543.27,4179.2,12.694,1.09956,300,0,0,38440,0,0,0,0,0),(100103,26157,571,1,1,23643,1,3498.93,4177.17,12.5653,0.017453,300,0,0,38440,0,0,0,0,0),(100104,24877,571,1,1,22706,0,-83.8677,-5008.06,315.917,1.65806,300,0,0,9291,0,0,0,0,0),(100105,27181,571,1,1,24379,1,2750.27,905.277,6.1482,4.11776,300,0,0,9940,0,0,0,0,0),(100110,30253,571,1,1,26889,1,5600.35,-673.941,206.723,3.33358,300,0,0,12600,3994,0,0,0,0),(100111,28717,571,1,1,19595,0,6184.1,-1992.48,421.172,4.74942,300,5,0,4979,0,1,0,0,0),(100146,26413,571,1,1,25238,0,3671.1,2427.7,106.649,2.16015,300,5,0,7432,7332,1,0,0,0),(100161,26413,571,1,1,25238,0,3664.92,2730.4,93.2181,5.6073,300,0,0,7432,7332,2,0,0,0),(100204,26413,571,1,1,25238,0,3621.2,2702.36,85.9487,5.27458,300,5,0,7432,7332,1,0,0,0),(100211,27693,571,1,1,24497,0,4685.85,1130.76,150.118,0.756365,120,0,0,567000,0,0,0,0,0),(100223,26413,571,1,1,25238,0,3852.47,2702.68,137.468,2.38038,300,0,0,7432,7332,2,0,0,0),(100243,28717,571,1,1,19595,0,6165.06,-3490.76,470.686,5.24261,300,5,0,4979,0,1,0,0,0),(100244,28717,571,1,1,19595,0,5641.93,-2750.53,346.112,5.40866,300,5,0,4979,0,1,0,0,0),(100245,28717,571,1,1,19595,0,5682.72,-2804.31,343.807,5.30654,300,5,0,4979,0,1,0,0,0),(100249,29485,571,1,1,26302,0,8511.11,-264.031,836.101,1.99117,300,0,0,37800,11982,0,0,0,0),(100250,29485,571,1,1,26302,0,8419.85,-121.001,804.348,2.49681,300,0,0,37800,11982,0,0,0,0),(100251,29485,571,1,1,26302,0,8446.77,-205.452,820.963,-0.911851,300,0,0,37800,11982,0,0,0,0),(100252,29485,571,1,1,26302,0,8412.87,-180.93,821.505,6.25537,300,0,0,37800,11982,0,0,0,0),(100253,26413,571,1,1,25238,0,3821.68,2714.92,125.889,2.11577,300,0,0,7432,7332,2,0,0,0),(100254,29485,571,1,1,26302,0,8426.56,-150.411,813.14,2.28638,300,0,0,37800,11982,0,0,0,0),(100255,26413,571,1,1,25238,0,3617.46,2708.24,84.037,5.28062,300,5,0,7432,7332,1,0,0,0),(100257,24110,571,1,1,0,0,3348.77,2501.18,-15.4015,1.02974,300,0,0,1,0,0,0,0,0),(100258,28462,571,1,1,13069,0,5000.08,4288.92,-85.4457,2.18166,300,5,0,42,0,1,0,0,0),(100259,25390,571,1,1,10005,0,3750.35,3617.05,49.4797,1.0416,300,5,0,70,0,1,0,0,0),(100260,25390,571,1,1,10005,0,3754.59,3614,47.5315,1.71607,300,5,0,70,0,1,0,0,0),(100261,25390,571,1,1,10005,0,3737.88,3624.17,52.4708,3.4674,300,5,0,70,0,1,0,0,0),(100262,25390,571,1,1,10005,0,3736.52,3610.97,49.2208,5.36648,300,5,0,70,0,1,0,0,0),(100263,25390,571,1,1,10005,0,3744.43,3602.14,47.1293,3.8052,300,5,0,70,0,1,0,0,0),(100264,25390,571,1,1,10005,0,3732.57,3590.68,49.5076,4.95908,300,5,0,70,0,1,0,0,0),(100265,25390,571,1,1,10005,0,3728.03,3591.44,52.4796,1.93951,300,5,0,70,0,1,0,0,0),(100266,25390,571,1,1,10005,0,3738.28,3585.47,47.4954,0.869758,300,5,0,70,0,1,0,0,0),(100267,25390,571,1,1,10005,0,3730.92,3601.91,50.6396,2.48339,300,5,0,70,0,1,0,0,0),(100268,25390,571,1,1,10005,0,3746.87,3612.61,49.9375,1.4489,300,5,0,70,0,1,0,0,0),(100269,26158,571,1,1,23644,0,3436.89,4055.52,18.9114,4.59022,300,0,0,8982,3155,0,0,0,0),(100270,24110,571,1,1,0,0,1619.97,-4251.12,309.588,5.75959,300,0,0,1,0,0,0,0,0),(100271,24110,571,1,1,0,0,1914.76,-3967.18,286.724,2.21657,300,0,0,1,0,0,0,0,0),(100272,24110,571,1,1,0,0,1917.54,-4023.77,281.061,3.82227,300,0,0,1,0,0,0,0,0),(100273,24110,571,1,1,0,0,1795.88,-4207.01,278.356,3.36848,300,0,0,1,0,0,0,0,0),(100274,24110,571,1,1,0,0,1669.79,-4019.14,306.18,5.46288,300,0,0,1,0,0,0,0,0),(100275,24110,571,1,1,0,0,1781.6,-4214.8,278.491,1.23918,300,0,0,1,0,0,0,0,0),(100276,24110,571,1,1,0,0,1782.51,-4209.19,298.553,3.28122,300,0,0,1,0,0,0,0,0),(100277,24110,571,1,1,0,0,2826.8,-461.281,161.643,0.174533,300,0,0,1,0,0,0,0,0),(100278,29486,571,1,1,22639,0,1530.34,-4968.96,143.821,1.59343,300,5,0,7984,0,1,0,0,0),(100280,27182,571,1,1,24380,1,2769.86,850.105,4.21835,0.855211,300,0,0,10282,0,0,0,0,0),(100281,28718,571,1,1,25644,0,5912.55,748.528,641.163,2.89725,300,0,0,10635,0,0,0,0,0),(100282,30254,571,1,1,26897,0,5626.6,-701.148,206.73,3.01942,300,0,0,10080,8814,0,0,0,0),(100283,24110,571,1,1,0,0,1906.77,-3976.09,286.051,2.54818,300,0,0,1,0,0,0,0,0),(100284,24110,571,1,1,0,0,1917.24,-4024.64,215.598,0.855211,300,0,0,1,0,0,0,0,0),(100285,24110,571,1,1,0,0,1651.76,-3990.41,285.224,3.03687,300,0,0,1,0,0,0,0,0),(100286,24110,571,1,1,0,0,1633.04,-4196.67,312.112,3.1765,300,0,0,1,0,0,0,0,0),(100287,24110,571,1,1,0,0,1645.22,-3948.8,305.486,1.32645,300,0,0,1,0,0,0,0,0),(100288,24110,571,1,1,0,0,1646.25,-4238,307.3,4.04916,300,0,0,1,0,0,0,0,0),(100289,24110,571,1,1,0,0,1639.84,-4192.16,311.863,4.76475,300,0,0,1,0,0,0,0,0),(100290,24110,571,1,1,0,0,1925.76,-4035.96,251.885,5.21853,300,0,0,1,0,0,0,0,0),(100291,24110,571,1,1,0,0,1622.53,-4232.21,248.245,0.401426,300,0,0,1,0,0,0,0,0),(100292,24110,571,1,1,0,0,1656.25,-3994.54,299.395,4.83456,300,0,0,1,0,0,0,0,0),(100293,24110,571,1,1,0,0,1654.06,-4011.6,299.578,0.383972,300,0,0,1,0,0,0,0,0),(100294,24110,571,1,1,0,0,1650.05,-4194.36,310.941,4.7822,300,0,0,1,0,0,0,0,0),(100295,24110,571,1,1,0,0,1816.68,-4173.06,294.941,5.20108,300,0,0,1,0,0,0,0,0),(100296,24110,571,1,1,0,0,1914.36,-4022.07,251.458,6.24828,300,0,0,1,0,0,0,0,0),(100297,24110,571,1,1,0,0,1805.03,-4231.22,307.103,5.93412,300,0,0,1,0,0,0,0,0),(100298,24110,571,1,1,0,0,1644.07,-4007.08,285.457,3.14159,300,0,0,1,0,0,0,0,0),(100299,24110,571,1,1,0,0,1669.52,-3993.43,286.045,0.383972,300,0,0,1,0,0,0,0,0),(100300,24110,571,1,1,0,0,1904.67,-4051.19,271.942,4.10152,300,0,0,1,0,0,0,0,0),(100301,29486,571,1,1,22639,0,1691.54,-4953.2,121.343,1.04864,300,5,0,7984,0,1,0,0,0),(100302,24110,571,1,1,0,0,1669.83,-4010.47,298.323,0.174533,300,0,0,1,0,0,0,0,0),(100303,24110,571,1,1,0,0,1636.74,-3951.49,305.759,1.8675,300,0,0,1,0,0,0,0,0),(100304,24110,571,1,1,0,0,1647.65,-4251.01,287.208,2.23402,300,0,0,1,0,0,0,0,0),(100305,24110,571,1,1,0,0,1895.38,-3970.09,288.824,0.488692,300,0,0,1,0,0,0,0,0),(100306,24110,571,1,1,0,0,1658.68,-3941.49,307.506,1.51844,300,0,0,1,0,0,0,0,0),(100307,24110,571,1,1,0,0,1904.55,-4035.25,265.912,2.02458,300,0,0,1,0,0,0,0,0),(100308,24110,571,1,1,0,0,1641.81,-4236.9,287.235,5.09636,300,0,0,1,0,0,0,0,0),(100309,24110,571,1,1,0,0,1798.69,-4216.27,292.039,3.64774,300,0,0,1,0,0,0,0,0),(100310,24110,571,1,1,0,0,1814.93,-4219.52,277.912,4.66003,300,0,0,1,0,0,0,0,0),(100311,24110,571,1,1,0,0,1810.49,-4169.35,296.64,3.82227,300,0,0,1,0,0,0,0,0),(100312,24110,571,1,1,0,0,1805.24,-4214.54,240.694,5.55015,300,0,0,1,0,0,0,0,0),(100313,24110,571,1,1,0,0,1802.91,-4171.54,293.821,3.61283,300,0,0,1,0,0,0,0,0),(100314,24110,571,1,1,0,0,1895.5,-4041.11,252.153,3.10669,300,0,0,1,0,0,0,0,0),(100315,24110,571,1,1,0,0,1624.48,-4230.94,287.251,6.03884,300,0,0,1,0,0,0,0,0),(100316,24110,571,1,1,0,0,1630.49,-4238.7,301.145,2.18166,300,0,0,1,0,0,0,0,0),(100317,29486,571,1,1,22639,0,1623.21,-4786.32,121.348,1.32088,300,5,0,7984,0,1,0,0,0),(100318,29486,571,1,1,22639,0,1708.85,-4777.55,118.414,5.61178,300,5,0,7984,0,1,0,0,0),(100319,29486,571,1,1,22639,0,1792.79,-4889.88,125.992,0.331613,300,0,0,7984,0,0,0,0,0),(100320,29486,571,1,1,22639,0,1571.91,-4915.75,141.924,1.90674,300,5,0,7984,0,1,0,0,0),(100321,29486,571,1,1,22639,0,1575.78,-4921.28,142.412,0.793723,300,5,0,7984,0,1,0,0,0),(100322,29486,571,1,1,22639,0,1628.36,-4952.92,144.026,0.068718,300,5,0,7984,0,1,0,0,0),(100323,29486,571,1,1,22639,0,1563.99,-4926.16,142.178,4.3403,300,5,0,7984,0,1,0,0,0),(100324,29486,571,1,1,22639,0,1561.98,-4923.44,142.48,3.69964,300,5,0,7984,0,1,0,0,0),(100325,29486,571,1,1,22639,0,1853.82,-4890.18,151.954,0.279253,300,0,0,7984,0,0,0,0,0),(100326,26926,571,1,1,24163,1,3720.18,1056.83,56.4686,4.72467,300,0,0,9940,0,2,0,0,0),(100327,29486,571,1,1,22639,0,1618.81,-4922.68,137.976,4.51329,300,5,0,7984,0,1,0,0,0),(100328,26414,571,1,1,25754,1,3377.46,-4997.54,314.211,0.837758,300,0,0,10282,0,0,0,0,0),(100329,26414,571,1,1,25754,1,3384.53,-5043.5,327.169,0.244346,300,0,0,10282,0,0,0,0,0),(100330,26414,571,1,1,25754,1,3542.92,-5067.19,236.781,0.593412,300,0,0,10282,0,0,0,0,0),(100331,26414,571,1,1,25754,1,3517.59,-5123.6,233.76,6.26573,300,0,0,10282,0,0,0,0,0),(100332,26414,571,1,1,25754,1,3509.07,-5150.21,238.194,0.802851,300,0,0,10282,0,0,0,0,0),(100333,24110,571,1,1,0,0,6817.66,-4549.25,445.67,0.785398,300,0,0,1,0,0,0,0,0),(100334,24110,571,1,1,0,0,6862.81,-4550.13,445.677,2.26893,300,0,0,1,0,0,0,0,0),(100335,24110,571,1,1,0,0,6863.9,-4503.27,445.371,3.89208,300,0,0,1,0,0,0,0,0),(100336,24110,571,1,1,0,0,6817.17,-4503.26,445.288,5.39307,300,0,0,1,0,0,0,0,0),(100337,27438,571,1,1,24637,0,3669.05,-2674.56,152.036,4.15481,300,5,0,42,0,1,0,0,0),(100338,27438,571,1,1,24637,0,3691.92,-2671.47,152.661,5.6286,300,5,0,42,0,1,0,0,0),(100339,27438,571,1,1,24637,0,3934.52,-2714.03,222.941,3.93182,300,5,0,42,0,1,0,0,0),(100340,27438,571,1,1,24637,0,3906.81,-2743.38,219.435,3.88478,300,5,0,42,0,1,0,0,0),(100341,27438,571,1,1,24637,0,3669.6,-2673.54,151.286,1.54544,300,5,0,42,0,1,0,0,0),(100342,27438,571,1,1,24637,0,3730.95,-2649.56,159.796,4.63986,300,0,0,42,0,0,0,0,0),(100343,27438,571,1,1,24637,0,3692.54,-2672.14,153.495,2.05277,300,0,0,42,0,0,0,0,0),(100344,27438,571,1,1,24637,0,3695.21,-2642.18,154.213,0.591701,300,5,0,42,0,1,0,0,0),(100346,27438,571,1,1,24637,0,3608.63,-2647.93,128.137,5.94032,300,0,0,42,0,0,0,0,0),(100350,27438,571,1,1,24637,0,3486.53,-2601.09,85.2683,1.86411,300,0,0,42,0,0,0,0,0),(100351,27438,571,1,1,24637,0,3535.87,-2615.65,102.516,1.02627,300,5,0,42,0,1,0,0,0),(100353,29487,571,1,1,26304,0,1507.75,-5034.87,119.179,2.98843,300,5,0,6986,0,1,0,0,0),(100354,26159,571,1,1,23652,0,3442.92,4069.13,18.9226,4.72984,300,0,0,6116,0,0,0,0,0),(100355,26159,571,1,1,23651,0,3447.62,4061.6,18.8883,1.98968,300,0,0,6116,0,0,0,0,0),(100356,26159,571,1,1,23652,0,3439.07,4066.46,18.9467,5.95157,300,0,0,6116,0,0,0,0,0),(100357,26159,571,1,1,23651,0,3451.29,4064.02,18.889,3.15905,300,0,0,6116,0,0,0,0,0),(100358,26159,571,1,1,23645,0,3448.66,4068.31,18.8815,4.32842,300,0,0,6116,0,0,0,0,0),(100359,26159,571,1,1,23652,0,3441.32,4062.67,18.8956,0.628319,300,0,0,6116,0,0,0,0,0),(100360,26159,571,1,1,23651,0,3471.31,3562.58,38.9089,4.99164,300,0,0,6116,0,0,0,0,0),(100361,26159,571,1,1,23651,0,3478.89,3534.01,39.613,0.855211,300,0,0,6116,0,0,0,0,0),(100362,26159,571,1,1,23645,0,3505.16,3502.28,42.5982,1.62316,300,0,0,6116,0,0,0,0,0),(100363,26159,571,1,1,23645,0,3458.53,3343.08,26.4192,3.9968,300,0,0,6116,0,0,0,0,0),(100364,26159,571,1,1,23645,0,3442.32,3275.39,28.1543,3.94444,300,0,0,6116,0,0,0,0,0),(100365,26159,571,1,1,23652,0,3512.16,3551.2,43.3134,3.10669,300,0,0,6116,0,0,0,0,0),(100366,26159,571,1,1,23651,0,3456.9,3522.82,26.0513,4.60767,300,0,0,6116,0,0,0,0,0),(100367,26159,571,1,1,23651,0,3496.29,3562.19,38.2388,4.95674,300,0,0,6116,0,0,0,0,0),(100368,28463,571,1,1,13069,0,5442.15,4797.31,-216.529,0.645772,300,5,0,42,0,1,0,0,0),(100369,29743,571,1,1,26480,0,6700.26,-249.266,947.995,0,300,0,0,12600,3994,0,0,0,0),(100370,26415,571,1,1,23824,0,3833.26,1573.53,86.7818,1.78024,300,0,0,10282,0,0,0,0,0),(100376,26159,571,1,1,23650,0,3533.75,3564.84,42.5206,5.41052,300,0,0,6116,0,0,0,0,0),(100378,26159,571,1,1,23650,0,3491.4,3485.09,39.0427,5.07891,300,0,0,6116,0,0,0,0,0),(100379,26159,571,1,1,23652,0,3521.58,3817.5,38.4419,4.2586,300,0,0,6116,0,0,0,0,0),(100381,26159,571,1,1,23652,0,3430.34,3338.85,29.1549,5.96903,300,0,0,6116,0,0,0,0,0),(100382,26159,571,1,1,23650,0,3522.6,3538.7,42.8701,1.64061,300,0,0,6116,0,0,0,0,0),(100383,26159,571,1,1,23652,0,3515.43,3793.07,41.058,3.4383,300,0,0,6116,0,0,0,0,0),(100387,27183,571,1,1,24381,0,2781.3,911.879,22.4635,5.65487,300,0,0,10282,0,0,0,0,0),(100388,26159,571,1,1,23650,0,3544.31,3545.73,40.4772,5.16617,300,0,0,6116,0,0,0,0,0),(100389,26159,571,1,1,23651,0,3456,3314.01,28.464,0.261799,300,0,0,6116,0,0,0,0,0),(100390,26159,571,1,1,23645,0,3503.28,3524.45,42.167,5.14872,300,0,0,6116,0,0,0,0,0),(100393,26159,571,1,1,23651,0,3456.64,3547.84,27.9109,2.60054,300,0,0,6116,0,0,0,0,0),(100394,26159,571,1,1,23652,0,3502.7,3476.93,41.4818,2.44346,300,0,0,6116,0,0,0,0,0),(100395,26159,571,1,1,23652,0,3521.06,3517.45,43.6522,1.98968,300,0,0,6116,0,0,0,0,0),(100401,26159,571,1,1,23650,0,3432.21,3304.78,30.3511,2.28638,300,0,0,6116,0,0,0,0,0),(100403,26159,571,1,1,23645,0,3509.19,3490.88,43.6134,5.61996,300,0,0,6116,0,0,0,0,0),(100407,29487,571,1,1,26304,0,1518.75,-5027.08,119.484,4.3316,300,5,0,6986,0,1,0,0,0),(100408,29487,571,1,1,26304,0,1468.6,-4970.16,116.225,1.18682,300,0,0,6986,0,0,0,0,0),(100417,26159,571,1,1,23652,0,3493.78,3819.74,34.1935,4.53786,300,0,0,6116,0,0,0,0,0),(100421,30255,571,1,1,26898,0,5070.67,-589.351,220.055,3.45575,300,0,0,10080,8814,0,0,0,0),(100422,29487,571,1,1,26304,0,1501.15,-5024.22,119.51,0.950639,300,5,0,6986,0,1,0,0,0),(100423,29487,571,1,1,26304,0,1515.75,-5035.23,119.327,1.34362,300,5,0,6986,0,1,0,0,0),(100424,29487,571,1,1,26304,0,1513.93,-4934.07,129.915,1.8326,300,0,0,6986,0,0,0,0,0),(100425,29487,571,1,1,26304,0,1512.09,-5016.15,120.484,1.8581,300,5,0,6986,0,1,0,0,0),(100426,29487,571,1,1,26304,0,1506,-5017.96,119.609,5.97557,300,0,0,6986,0,0,0,0,0),(100427,29487,571,1,1,26304,0,1532.41,-5027.18,120.609,1.9576,300,0,0,6986,0,0,0,0,0),(100428,29487,571,1,1,26304,0,1498.23,-5055.73,118.963,1.76278,300,0,0,6986,0,0,0,0,0),(100429,29487,571,1,1,26304,0,1507.72,-4953.55,121.378,3.68265,300,0,0,6986,0,0,0,0,0),(100430,29487,571,1,1,26304,0,1507.54,-4940.95,121.985,2.63545,300,0,0,6986,0,0,0,0,0),(100431,28207,571,1,1,25214,0,6106.73,3748.92,103.674,1.22702,300,5,0,58850,0,1,0,0,0),(100432,29487,571,1,1,26304,0,1512.46,-5054.67,119.346,0.349066,300,0,0,6986,0,0,0,0,0),(100433,29487,571,1,1,26304,0,1665.11,-4759.24,117.291,4.9253,300,0,0,6986,0,0,0,0,0),(100434,29487,571,1,1,26304,0,1651.63,-4747.5,116.166,2.85493,300,5,0,6986,0,1,0,0,0),(100435,29487,571,1,1,26304,0,1662.68,-4751.32,116.766,0.422997,300,5,0,6986,0,1,0,0,0),(100436,29487,571,1,1,26304,0,1652.95,-4762.2,116.916,0.336592,300,5,0,6986,0,1,0,0,0),(100437,29487,571,1,1,26304,0,1644.17,-4753.92,116.791,5.81786,300,0,0,6986,0,0,0,0,0),(100438,29487,571,1,1,26304,0,1659.9,-4767.19,119.121,4.98037,300,5,0,6986,0,1,0,0,0),(100440,29487,571,1,1,26304,0,1587.56,-5033.87,118.063,0.139626,300,0,0,6986,0,0,0,0,0),(152198,24879,571,1,1,0,0,4576.53,1630.52,286.716,0.00340319,300,5,0,42,0,1,0,0,0),(152197,24879,571,1,1,0,0,4561.57,-1280.21,159.549,0.00340319,300,5,0,42,0,1,0,0,0),(152196,24879,571,1,1,0,0,4486.78,-242.667,90.8629,0.00340319,300,5,0,42,0,1,0,0,0),(152195,24879,571,1,1,0,0,4307.28,-820.325,147.814,0.00340319,300,5,0,42,0,1,0,0,0),(152194,24879,571,1,1,0,0,4116.56,26.5337,52.568,0.00340319,300,5,0,42,0,1,0,0,0),(152193,24879,571,1,1,0,0,4023.07,357.425,41.9114,0.00340319,300,5,0,42,0,1,0,0,0),(132571,23066,530,1,1,17865,1,-3818.79,3342.31,324.052,5.98741,180,5,0,5530,7332,1,0,0,0),(100448,24111,571,1,1,22105,1,1138.35,-4988.17,32.4988,2.87671,300,0,0,8982,0,0,0,0,0),(152192,24879,571,1,1,0,0,3880.97,1187.46,55.4913,0.00340319,300,5,0,42,0,1,0,0,0),(152191,24879,571,1,1,0,0,3708.95,1804.38,101.572,0.00340319,300,5,0,42,0,1,0,0,0),(152190,24879,571,1,1,0,0,3611.72,-102.458,59.6765,0.00340319,300,5,0,42,0,1,0,0,0),(152189,24879,571,1,1,0,0,3589.28,671.492,77.7206,0.00340319,300,5,0,42,0,1,0,0,0),(152188,24879,571,1,1,0,0,3585.54,-1083.92,111.125,0.00340319,300,5,0,42,0,1,0,0,0),(100455,24880,571,1,1,22708,0,-81.0973,-4997.35,311.659,2.40855,300,0,0,8982,0,0,0,0,0),(100456,26160,571,1,1,23646,0,3457.29,4065.6,18.9218,1.69297,300,0,0,8982,0,0,0,0,0),(100457,26160,571,1,1,23646,0,3454.84,3260.73,26.8109,0.471239,300,0,0,8982,0,0,0,0,0),(100458,29744,571,1,1,26481,0,6685.76,-208.804,949.89,3.89208,300,0,0,12600,3994,0,0,0,0),(100459,26160,571,1,1,23646,0,3459.81,4070.58,18.7281,1.90241,300,0,0,8982,0,0,0,0,0),(100460,26160,571,1,1,23646,0,3435.89,3769.64,25.9401,4.92183,300,0,0,8982,0,0,0,0,0),(100461,24112,571,1,1,21916,0,1136.26,-5005.77,33.2593,3.82227,300,0,0,7984,3080,0,0,0,0),(100462,27184,571,1,1,24382,0,2752.4,900.375,6.20668,3.26377,300,0,0,9940,0,0,0,0,0),(100464,26160,571,1,1,23646,0,3390.15,3461.83,17.3229,4.64258,300,0,0,8982,0,0,0,0,0),(100469,5936,571,1,1,21975,0,895.303,-6194.69,-2.25606,2.35563,300,5,0,8982,0,1,0,0,0),(100470,30256,571,1,1,26899,1,5604.24,-662.856,206.766,3.40339,300,0,0,12600,3994,0,0,0,0),(100472,28208,571,1,1,24497,0,6300.65,3879.63,173.767,2.84489,300,0,0,252000,3994,0,0,0,0),(100473,5936,571,1,1,21975,0,-198.571,-3740.89,-1.18652,6.10067,300,0,0,8982,0,2,0,0,0),(100474,5936,571,1,1,21975,0,884.651,-6148.1,-4.91149,2.36125,300,5,0,8982,0,1,0,0,0),(100475,5936,571,1,1,21975,0,201.019,-3458.44,-0.729621,4.05362,300,5,0,8982,0,1,0,0,0),(100476,5936,571,1,1,21975,0,536.158,-2767.19,-2.80086,3.78143,300,0,0,8982,0,2,0,0,0),(100477,5936,571,1,1,21975,0,-408.244,-3465.25,-1.08943,4.90331,300,0,0,8982,0,2,0,0,0),(100478,26416,571,1,1,23825,1,4075.5,-4386.58,260.745,3.14159,300,0,0,9940,0,0,0,0,0),(100480,26673,571,1,1,23991,1,3501.18,2000.58,65.654,5.21465,300,0,0,50400,44070,0,0,0,0),(100481,26417,571,1,1,23828,0,5390.02,-4753.83,305.806,5.61275,300,0,0,30846,10398,0,0,0,0),(100482,30001,571,1,1,25112,0,8448.84,-338.389,906.691,5.88176,300,0,0,19480,0,0,0,0,0),(100483,29745,571,1,1,26482,0,6706.53,-250.076,948.232,3.24631,300,0,0,12600,3994,0,0,0,0),(203098,15214,571,1,1,0,0,2684.86,4670.8,-4.7964,0.0523599,120,0,0,1,0,0,0,0,0),(100485,24113,571,1,1,22044,0,1136.64,-4987.69,32.619,1.67552,300,0,0,3524,0,0,0,0,0),(100486,24113,571,1,1,22044,0,1124.09,-5004.92,32.4855,0.296706,300,0,0,3524,0,0,0,0,0),(100487,27185,571,1,1,24383,-1,2754.21,858.194,6.72508,1.23717,300,0,0,3524,0,0,0,0,0),(100488,26417,571,1,1,23724,0,3740.28,-5445.48,23.4599,0.924055,300,0,0,30846,10398,2,0,0,0),(100489,30257,571,1,1,26900,1,5054.41,-581.105,220.055,0.244346,300,0,0,12600,3994,0,0,0,0),(100490,27953,571,1,1,14359,1,3525.86,362.771,52.3397,1.67552,300,0,0,63000,0,0,0,0,0),(100491,27953,571,1,1,14356,1,3548.54,365.032,52.3397,1.67552,300,0,0,63000,0,0,0,0,0),(100492,28721,571,1,1,25645,0,5875.72,714.049,643.171,1.79769,300,0,0,10635,0,0,0,0,0),(100493,26417,571,1,1,23828,0,3679.07,-5423.48,29.6107,0.675351,300,0,0,30846,10398,2,0,0,0),(100494,25393,571,1,1,24992,0,3644.5,3723.47,45.959,2.40718,300,5,0,8982,0,1,0,0,0),(100495,25393,571,1,1,24992,0,3711.99,3789.91,47.0249,1.85249,300,5,0,8982,0,1,0,0,0),(100496,26417,571,1,1,23827,0,5157.84,-4628.46,286.555,5.1089,300,0,0,30846,10398,0,0,0,0),(100497,26417,571,1,1,23724,0,5341.26,-4708.9,305.648,2.54198,300,0,0,30846,10398,0,0,0,0),(100498,26417,571,1,1,23828,0,5216.69,-4718.76,294.104,4.5818,300,0,0,30846,10398,0,0,0,0),(100499,26417,571,1,1,23828,0,5331.26,-4791.46,300.222,0.153672,300,0,0,30846,10398,0,0,0,0),(100500,26417,571,1,1,23828,0,5278,-4776.07,297.692,4.87461,300,0,0,30846,10398,0,0,0,0),(117302,28465,571,1,1,0,1,6114.07,-3959.24,376.641,0.374024,120,5,0,1,0,1,0,0,0),(100502,26417,571,1,1,23827,0,5210.74,-4817.92,294.875,2.43085,300,0,0,30846,10398,0,0,0,0),(100503,25393,571,1,1,24992,0,3970.14,3605.98,73.3824,4.80343,300,5,0,8982,0,1,0,0,0),(100504,25393,571,1,1,24992,0,3768.32,3608.83,46.9033,1.37669,300,5,0,8982,0,1,0,0,0),(100505,25393,571,1,1,1065,0,3932.24,3581.09,70.4604,2.98413,300,5,0,8982,0,1,0,0,0),(100506,25393,571,1,1,24992,0,3841.12,3574.37,47.0901,3.53069,300,5,0,8982,0,1,0,0,0),(100507,25393,571,1,1,24992,0,3716.96,3777.81,48.5249,4.19229,300,5,0,8982,0,1,0,0,0),(100508,26417,571,1,1,23724,0,5286.2,-4713.72,299.823,3.27734,300,0,0,30846,10398,0,0,0,0),(100509,26417,571,1,1,23828,0,5165.43,-4687.46,288.128,0.036711,300,0,0,30846,10398,0,0,0,0),(100510,26417,571,1,1,23827,0,4507.63,-4724.13,61.9951,0.485934,300,0,0,30846,10398,2,0,0,0),(100511,26417,571,1,1,23827,0,4459.53,-4671.42,76.6607,0.544105,300,0,0,30846,10398,2,0,0,0),(100512,26417,571,1,1,23828,0,4365.36,-4712.83,67.8163,1.29553,300,0,0,30846,10398,2,0,0,0),(100513,26417,571,1,1,23827,0,4475.16,-4625.82,86.3833,2.50178,300,0,0,30846,10398,2,0,0,0),(100514,26417,571,1,1,23827,0,4370.6,-4553.09,122.432,0.405597,300,0,0,30846,10398,2,0,0,0),(100515,26417,571,1,1,23828,0,3940.79,-4923.88,81.667,6.26561,300,0,0,30846,10398,2,0,0,0),(100516,26417,571,1,1,23828,0,3925.4,-5294.18,7.65458,0.635689,300,0,0,30846,10398,2,0,0,0),(100517,26417,571,1,1,23724,0,3906.18,-4998.6,81.1963,0.412075,300,0,0,30846,10398,2,0,0,0),(100518,26417,571,1,1,23724,0,3751.9,-5102.17,123.5,5.79644,300,0,0,30846,10398,2,0,0,0),(100519,26417,571,1,1,23724,0,4131.99,-4889.01,60.1083,0.369627,300,0,0,30846,10398,2,0,0,0),(100520,26417,571,1,1,23827,0,4162.44,-5009.5,15.9399,0.880056,300,0,0,30846,10398,2,0,0,0),(100521,26417,571,1,1,23827,0,5302.77,-4825.63,300.32,2.37583,300,0,0,30846,10398,0,0,0,0),(100522,26417,571,1,1,23827,0,4032.71,-5051.73,38.1905,5.695,300,0,0,30846,10398,2,0,0,0),(100523,26417,571,1,1,23827,0,4235.98,-5078.26,6.41177,0.241156,300,0,0,30846,10398,2,0,0,0),(100524,26417,571,1,1,23827,0,3924.49,-5266.69,7.27958,0.48766,300,0,0,30846,10398,2,0,0,0),(117081,28465,571,1,1,0,1,6056.91,-3919.3,373.973,2.03147,120,5,0,1,0,1,0,0,0),(100526,26417,571,1,1,23828,0,4247.62,-4903.74,33.0394,0.899563,300,0,0,30846,10398,2,0,0,0),(100527,26417,571,1,1,23828,0,4182,-4758.6,71.2506,6.20304,300,0,0,30846,10398,2,0,0,0),(100528,26417,571,1,1,23828,0,4442.13,-4819.25,37.3417,0.655815,300,0,0,30846,10398,2,0,0,0),(100548,28465,571,1,1,0,1,6048.96,-3981.49,364.406,4.7152,120,5,0,1,0,1,0,0,0),(100530,26417,571,1,1,23724,0,3694,-5250.39,120.112,0.750492,300,0,0,30846,10398,2,0,0,0),(100547,28465,571,1,1,0,1,5990.55,-3773.48,362.086,3.29043,120,10,0,1,0,1,0,0,0),(100546,28465,571,1,1,0,1,5960.58,-3743.78,362.044,3.57792,120,0,0,1,0,0,0,0,0),(100543,28465,571,1,1,0,1,5957.38,-4052.53,367.604,6.10779,120,5,0,1,0,1,0,0,0),(100534,25393,571,1,1,1065,0,3936.78,3542.3,70.7019,3.05433,300,0,0,8982,0,0,0,0,0),(100542,28465,571,1,1,0,1,5956.21,-3984.56,362.085,4.74597,120,5,0,1,0,1,0,0,0),(100540,28465,571,1,1,0,1,5975.41,-3758.67,379.627,5.58594,120,0,0,1,0,2,0,0,0),(100539,28465,571,1,1,0,1,5919.58,-3892.66,365.675,5.10958,120,5,0,1,0,1,0,0,0),(100538,28465,571,1,1,0,1,5915.42,-3745.81,362.085,2.4546,120,10,0,1,0,1,0,0,0),(100537,28465,571,1,1,0,1,5914.59,-3711.17,362.055,5.044,120,0,0,1,0,0,0,0,0),(100536,28465,571,1,1,0,1,5986.21,-3743.16,378.722,3.94441,120,0,0,1,0,2,0,0,0),(100541,26161,571,1,1,17612,0,2589.81,5311.01,36.838,4.27606,300,0,0,4120,0,0,0,0,0),(100535,28465,571,1,1,0,1,5888.63,-3967.79,366.083,0.9411,120,5,0,1,0,1,0,0,0),(100533,28465,571,1,1,0,1,5877.2,-3784.97,362.085,1.16229,120,10,0,1,0,1,0,0,0),(100544,25393,571,1,1,24992,0,3714.72,3784.3,47.7749,0.207974,300,5,0,8982,0,1,0,0,0),(100545,26161,571,1,1,17612,0,2591.69,5294.9,36.8812,0.506145,300,0,0,4120,0,0,0,0,0),(100532,28465,571,1,1,0,1,5868.79,-3745,362.044,5.49779,120,0,0,1,0,0,0,0,0),(100531,28465,571,1,1,0,1,5859.4,-3828.62,362.044,1.0472,120,0,0,1,0,0,0,0,0),(100529,28465,571,1,1,0,1,5846.77,-3890.58,362.536,5.26723,120,5,0,1,0,1,0,0,0),(100549,26161,571,1,1,17612,0,2566.2,5425.56,34.0818,2.74017,300,0,0,4120,0,0,0,0,0),(100550,26161,571,1,1,17612,0,2544.54,5374.7,32.9465,5.06145,300,0,0,4120,0,0,0,0,0),(100551,26161,571,1,1,17612,0,2598.31,5399.75,32.9465,5.28835,300,0,0,4120,0,0,0,0,0),(100552,26161,571,1,1,17612,0,2666.31,5354.94,32.9465,0.610865,300,0,0,4120,0,0,0,0,0),(100553,26161,571,1,1,17612,0,2514.14,5362.31,32.9465,2.09439,300,0,0,4120,0,0,0,0,0),(100554,26161,571,1,1,17612,0,2525.64,5348.8,32.9465,2.37365,300,0,0,4120,0,0,0,0,0),(100555,26161,571,1,1,17612,0,2574.31,5388.07,32.9465,1.37881,300,0,0,4120,0,0,0,0,0),(100556,26161,571,1,1,17612,0,2529.77,5393.24,32.9465,3.28122,300,0,0,4120,0,0,0,0,0),(100557,25393,571,1,1,1065,0,3904.17,3554.17,70.1276,4.92547,300,5,0,8982,0,1,0,0,0),(100558,26161,571,1,1,17612,0,2507.05,5340.96,33.2009,0.20944,300,0,0,4120,0,0,0,0,0),(100559,25393,571,1,1,1065,0,3935.09,3627.78,73.2346,0.245034,300,5,0,8982,0,1,0,0,0),(100560,26161,571,1,1,17612,0,2567.79,5380.26,32.9465,1.3439,300,0,0,4120,0,0,0,0,0),(100561,26161,571,1,1,17612,0,2520.08,5326.24,33.1867,0.558505,300,0,0,4120,0,0,0,0,0),(100562,26161,571,1,1,17612,0,2611.77,5382.44,32.9465,0.767945,300,0,0,4120,0,0,0,0,0),(100563,26161,571,1,1,17612,0,2625.64,5382.71,32.9465,0.942478,300,0,0,4120,0,0,0,0,0),(100565,25393,571,1,1,24992,0,3778.53,3678.09,46.1936,0.859405,300,5,0,8982,0,1,0,0,0),(100566,25393,571,1,1,24992,0,3739.11,3694.02,47.4637,5.34985,300,5,0,8982,0,1,0,0,0),(100567,25393,571,1,1,1065,0,3677.68,3669.46,40.401,5.36902,300,5,0,8982,0,1,0,0,0),(100568,25393,571,1,1,24992,0,3653.55,3718.1,46.7683,1.44741,300,5,0,8982,0,1,0,0,0),(100569,25393,571,1,1,24992,0,3846.79,3658.58,47.4228,3.63084,300,5,0,8982,0,1,0,0,0),(100570,25393,571,1,1,24992,0,3743.58,3756.55,52.9758,4.35068,300,5,0,8982,0,1,0,0,0),(100571,25393,571,1,1,24992,0,3886.2,3677.29,46.2125,5.88617,300,5,0,8982,0,1,0,0,0),(100572,25393,571,1,1,24992,0,3892.77,3653.12,46.6697,0.595379,300,5,0,8982,0,1,0,0,0),(100573,25393,571,1,1,1065,0,3811.86,3658.19,46.296,4.01426,300,0,0,8982,0,0,0,0,0),(100574,28466,571,1,1,25455,0,5675.99,4648.08,-117.307,0.942478,300,5,0,8982,3155,1,0,0,0),(100575,28466,571,1,1,25455,0,5785.8,4706.49,-110.687,0.663225,300,5,0,8982,3155,1,0,0,0),(100576,28466,571,1,1,25455,0,5149.43,4672.27,-116.848,0.401426,300,5,0,8982,3155,1,0,0,0),(100577,28466,571,1,1,25455,0,5307.49,4680.01,-111.313,1.69297,300,5,0,8982,3155,1,0,0,0),(100578,29746,571,1,1,25874,0,8308.83,-1123.34,929.533,2.04204,300,5,0,12600,3994,1,0,0,0),(100579,26162,571,1,1,11686,0,3587.03,3057.87,27.4599,4.20624,300,5,0,8982,0,1,0,0,0),(100581,24114,571,1,1,21914,1,1122.81,-4994.08,32.3606,1.53589,300,0,0,8982,3155,0,0,0,0),(100582,24114,571,1,1,21913,1,1129.12,-5014.38,32.3512,0.767945,300,0,0,8982,3155,0,0,0,0),(100583,24114,571,1,1,21913,1,1131.8,-4995.24,32.3514,2.11185,300,0,0,8982,3155,0,0,0,0),(100584,25650,571,1,1,569,0,2501.44,5311.21,-16.4602,2.05949,300,0,0,6986,0,0,0,0,0),(100585,27698,571,1,1,17612,0,3099.74,516.407,-6.86553,0.436332,300,0,0,42,0,0,0,0,0),(100586,28722,571,1,1,25646,0,5928.43,733.245,642.218,4.67748,300,0,0,10635,0,0,0,0,0),(100587,28466,571,1,1,25455,0,5219.25,4688.58,-116.027,2.89725,300,5,0,8982,3155,1,0,0,0),(100588,29746,571,1,1,25874,0,8344.45,-1192.63,928.562,4.4855,300,5,0,12600,3994,1,0,0,0),(100589,27186,571,1,1,24391,0,2952.65,3981.43,2.08351,1.51844,300,0,0,3524,0,0,0,0,0),(100590,28466,571,1,1,25455,0,5393.67,4609.53,-113.879,0.715585,300,5,0,8982,3155,1,0,0,0),(100591,28466,571,1,1,25455,0,5111.91,4833.22,-117.566,6.0912,300,5,0,8982,3155,1,0,0,0),(100592,28466,571,1,1,25455,0,5521.78,4616.46,-122.933,2.19912,300,5,0,8982,3155,1,0,0,0),(100593,28466,571,1,1,25455,0,5136.08,4709.25,-120.899,4.97419,300,5,0,8982,3155,1,0,0,0),(100594,28466,571,1,1,25455,0,5640.37,4711.42,-115.384,5.51524,300,5,0,8982,3155,1,0,0,0),(100595,28466,571,1,1,25455,0,5282.93,4976.43,-119.111,2.00713,300,5,0,8982,3155,1,0,0,0),(100596,28466,571,1,1,25455,0,5179.84,4898.88,-111.524,2.02458,300,5,0,8982,3155,1,0,0,0),(100597,26418,571,1,1,22132,0,3645.72,-5482.29,22.8096,4.5391,300,5,0,9940,0,1,0,0,0),(100598,28466,571,1,1,25455,0,5148.17,5116.99,-111.378,6.07375,300,5,0,8982,3155,1,0,0,0),(100599,28466,571,1,1,25455,0,5786.59,5151.23,-118.048,0.907571,300,5,0,8982,3155,1,0,0,0),(100600,28466,571,1,1,25455,0,5748.31,4762.27,-120.801,0.855211,300,5,0,8982,3155,1,0,0,0),(100601,28466,571,1,1,25455,0,5210.25,5014.62,-118.057,5.96903,300,5,0,8982,3155,1,0,0,0),(100602,28466,571,1,1,25455,0,5353.45,5066.35,-121.051,3.08923,300,5,0,8982,3155,1,0,0,0),(100603,28466,571,1,1,25455,0,5447.77,5030.74,-114.948,2.63545,300,5,0,8982,3155,1,0,0,0),(100604,28466,571,1,1,25455,0,5832.06,4549.19,-114.014,3.1765,300,5,0,8982,3155,1,0,0,0),(100605,28466,571,1,1,25455,0,5855.57,4789.72,-117.425,0.174533,300,5,0,8982,3155,1,0,0,0),(100606,28466,571,1,1,25455,0,5747.39,4498.73,-112.842,1.8675,300,5,0,8982,3155,1,0,0,0),(100607,28466,571,1,1,25455,0,5588.83,5214.65,-115.069,5.70723,300,5,0,8982,3155,1,0,0,0),(100608,28466,571,1,1,25455,0,5387.93,5119.93,-117.97,5.81195,300,5,0,8982,3155,1,0,0,0),(100609,28466,571,1,1,25455,0,5472.49,5297.33,-115.739,1.43117,300,5,0,8982,3155,1,0,0,0),(100610,28466,571,1,1,25455,0,5617.93,5050.4,-110.596,0.698132,300,5,0,8982,3155,1,0,0,0),(100611,28466,571,1,1,25455,0,5770.67,4974.55,-103.512,2.67035,300,5,0,8982,3155,1,0,0,0),(100612,28466,571,1,1,25455,0,5786.31,4894.76,-117.344,2.87979,300,5,0,8982,3155,1,0,0,0),(100613,28466,571,1,1,25455,0,5792.41,5085.13,-121.685,1.51844,300,5,0,8982,3155,1,0,0,0),(100614,28466,571,1,1,25455,0,5632.44,4851.02,-117.907,2.07694,300,5,0,8982,3155,1,0,0,0),(100615,28466,571,1,1,25455,0,5652.84,5186.05,-120.644,2.94961,300,5,0,8982,3155,1,0,0,0),(100616,28466,571,1,1,25455,0,5671.26,5214.11,-109.58,1.25664,300,5,0,8982,3155,1,0,0,0),(100617,28466,571,1,1,25455,0,5617.24,4907.43,-116.758,1.6057,300,5,0,8982,3155,1,0,0,0),(100618,28466,571,1,1,25455,0,5697.27,4919.66,-118.29,1.02974,300,5,0,8982,3155,1,0,0,0),(100619,28466,571,1,1,25455,0,5691.41,5113.43,-121.425,5.60251,300,5,0,8982,3155,1,0,0,0),(100620,28466,571,1,1,25455,0,5510.01,5298.32,-117.296,3.03687,300,5,0,8982,3155,1,0,0,0),(100621,28466,571,1,1,25455,0,5505.97,5253.21,-118.828,5.34071,300,5,0,8982,3155,1,0,0,0),(100622,28466,571,1,1,25455,0,5513.41,5524.31,-86.5416,3.28122,300,5,0,8982,3155,1,0,0,0),(100623,26418,571,1,1,22132,0,3764.72,-5155.53,118.791,5.19504,300,0,0,9940,0,0,0,0,0),(100624,26418,571,1,1,22132,0,3897.05,-5162.65,72.7433,1.13368,300,0,0,9940,0,0,0,0,0),(100625,26418,571,1,1,22132,0,3935.81,-5078.39,66.6559,4.8897,300,5,0,9940,0,1,0,0,0),(100626,26418,571,1,1,22132,0,3991.29,-5076.4,57.1382,4.62675,300,5,0,9940,0,1,0,0,0),(100627,26418,571,1,1,22132,0,3876.27,-5147.5,76.1183,4.47517,300,5,0,9940,0,1,0,0,0),(100628,26418,571,1,1,22132,0,3927.65,-5155.6,64.5606,0.072351,300,0,0,9940,0,0,0,0,0),(100629,26418,571,1,1,22132,0,3796.35,-5097.4,118.379,5.74467,300,5,0,9940,0,1,0,0,0),(100630,26418,571,1,1,22132,0,4211.88,-5130.2,15.6964,2.41835,300,5,0,9940,0,1,0,0,0),(100631,26418,571,1,1,22132,0,4141.01,-5138.96,20.8851,5.61846,300,5,0,9940,0,1,0,0,0),(100632,26418,571,1,1,22132,0,4078.23,-5104.14,18.7625,1.38184,300,5,0,9940,0,1,0,0,0),(100633,26418,571,1,1,22132,0,4101.97,-5070.94,22.2626,1.23891,300,0,0,9940,0,0,0,0,0),(100634,26418,571,1,1,22132,0,4037.16,-5118.29,16.1747,0.313721,300,5,0,9940,0,1,0,0,0),(100635,26418,571,1,1,22132,0,4141.13,-5223.97,7.8317,5.61002,300,5,0,9940,0,1,0,0,0),(100636,26418,571,1,1,22132,0,4173.3,-5227.99,5.83471,0.761215,300,5,0,9940,0,1,0,0,0),(100637,26418,571,1,1,22132,0,4137.81,-5237.64,7.89805,0.653896,300,5,0,9940,0,1,0,0,0),(100638,26418,571,1,1,22132,0,4136.26,-5099.3,19.9756,2.58074,300,0,0,9940,0,0,0,0,0),(100639,26418,571,1,1,22132,0,3872.63,-5098.16,90.6554,5.91444,300,0,0,9940,0,0,0,0,0),(100640,26418,571,1,1,22132,0,4188.54,-4690.63,88.9037,0.209998,300,5,0,9940,0,1,0,0,0),(100641,26418,571,1,1,22132,0,3642.32,-5444.27,33.4547,5.56342,300,5,0,9940,0,1,0,0,0),(100642,26418,571,1,1,22132,0,4209.14,-4813.66,55.1071,1.68052,300,5,0,9940,0,1,0,0,0),(100643,26418,571,1,1,22132,0,4230.06,-4711.48,78.1034,0.841972,300,5,0,9940,0,1,0,0,0),(100644,26418,571,1,1,22132,0,4277.68,-4886.88,34.7684,6.16103,300,0,0,9940,0,0,0,0,0),(100645,26418,571,1,1,22132,0,4362.68,-4750.55,56.513,5.62696,300,0,0,9940,0,0,0,0,0),(100646,26418,571,1,1,22132,0,4378.3,-4739.02,58.0989,0.358473,300,0,0,9940,0,0,0,0,0),(100647,26418,571,1,1,22132,0,4462.16,-4711.83,67.1865,2.03386,300,5,0,9940,0,1,0,0,0),(100648,26418,571,1,1,22132,0,4208.29,-4774.31,64.9554,5.42288,300,5,0,9940,0,1,0,0,0),(100649,26418,571,1,1,22132,0,4222.74,-4917.35,31.9565,4.7559,300,5,0,9940,0,1,0,0,0),(100650,26418,571,1,1,22132,0,4343.29,-4725,65.5663,1.94758,300,5,0,9940,0,1,0,0,0),(100651,26418,571,1,1,22132,0,4388.91,-4777.25,49.8828,1.36139,300,0,0,9940,0,0,0,0,0),(100652,26418,571,1,1,22132,0,4387.3,-4682.32,74.2278,1.92768,300,0,0,9940,0,0,0,0,0),(100653,26418,571,1,1,22132,0,4291.67,-4841.67,39.5819,2.40079,300,5,0,9940,0,1,0,0,0),(100654,26418,571,1,1,22132,0,4229.03,-4887.56,36.6809,4.59466,300,0,0,9940,0,0,0,0,0),(100655,26418,571,1,1,22132,0,4278.9,-4886.45,34.4565,6.08347,300,5,0,9940,0,1,0,0,0),(100656,26418,571,1,1,22132,0,4207.98,-4824.06,52.5945,3.24355,300,0,0,9940,0,0,0,0,0),(100657,26418,571,1,1,22132,0,4242.67,-4936.82,31.2021,1.39283,300,5,0,9940,0,1,0,0,0),(100658,25650,571,1,1,569,0,2639.63,5403.45,30.6019,3.81906,300,5,0,6986,0,1,0,0,0),(100659,25650,571,1,1,569,0,2683.07,5387.97,32.9094,5.20466,300,5,0,6986,0,1,0,0,0),(100660,25650,571,1,1,569,0,2569.17,5408.27,35.0071,6.15454,300,5,0,6986,0,1,0,0,0),(100661,25650,571,1,1,569,0,2479.01,5334.13,29.9925,1.68631,300,5,0,6986,0,1,0,0,0),(100662,25650,571,1,1,569,0,2528.7,5422.98,32.4874,1.45588,300,5,0,6986,0,1,0,0,0),(100663,25650,571,1,1,569,0,2551.41,5296.51,31.2829,0.403147,300,5,0,6986,0,1,0,0,0),(100664,25650,571,1,1,569,0,2607.7,5233.04,36.9818,2.07939,300,0,0,6986,0,2,0,0,0),(100665,25650,571,1,1,569,0,2686.56,5358.07,31.9648,3.6805,300,5,0,6986,0,1,0,0,0),(100666,25650,571,1,1,569,0,2547.18,5363.81,32.863,1.58852,300,0,0,6986,0,0,0,0,0),(100667,25650,571,1,1,569,0,2614.53,5377.51,32.8972,6.17533,300,5,0,6986,0,1,0,0,0),(100668,25650,571,1,1,569,0,2595.71,5378.03,32.9882,6.20198,300,5,0,6986,0,1,0,0,0),(100669,25650,571,1,1,569,0,2570.25,5338.63,31.0195,5.36626,300,5,0,6986,0,1,0,0,0),(100670,25650,571,1,1,569,0,2526.35,5367.2,32.9372,5.13212,300,5,0,6986,0,1,0,0,0),(100671,25650,571,1,1,569,0,2543.65,5387.88,32.8631,1.93016,300,0,0,6986,0,0,0,0,0),(100673,25650,571,1,1,569,0,2526.54,5334.26,33.1584,3.6816,300,5,0,6986,0,1,0,0,0),(100674,29746,571,1,1,25874,0,8136.37,-1111.63,930.761,1.3439,300,5,0,12600,3994,1,0,0,0),(100675,29746,571,1,1,25874,0,8188.48,-1109.39,929.374,4.53786,300,5,0,12600,3994,1,0,0,0),(100676,29746,571,1,1,25874,0,8194.63,-1053.34,930.048,2.19912,300,5,0,12600,3994,1,0,0,0),(100677,29746,571,1,1,25874,0,8246.62,-938.507,929.802,0.244346,300,5,0,12600,3994,1,0,0,0),(100678,29746,571,1,1,25874,0,8202.79,-988.984,930.804,1.0472,300,5,0,12600,3994,1,0,0,0),(100679,29746,571,1,1,25874,0,8293.02,-969.354,929.006,1.91986,300,5,0,12600,3994,1,0,0,0),(100680,29746,571,1,1,25874,0,8217.7,-730.433,931.067,4.86947,300,5,0,12600,3994,1,0,0,0),(100681,29746,571,1,1,25874,0,8281.22,-715.478,930.457,4.53786,300,5,0,12600,3994,1,0,0,0),(100682,29746,571,1,1,25874,0,8326.43,-994.532,928.839,2.44346,300,5,0,12600,3994,1,0,0,0),(100683,29746,571,1,1,25874,0,8260.92,-1014.53,929.68,5.09636,300,5,0,12600,3994,1,0,0,0),(100684,29746,571,1,1,25874,0,8279.41,-837.414,929.749,1.65806,300,5,0,12600,3994,1,0,0,0),(100685,29746,571,1,1,25874,0,8226.3,-846.057,932.006,3.56047,300,5,0,12600,3994,1,0,0,0),(100686,29746,571,1,1,25874,0,8179.93,-825.649,960.666,1.95477,300,5,0,12600,3994,1,0,0,0),(100687,29746,571,1,1,25874,0,8162.31,-915.462,961.062,5.42797,300,5,0,12600,3994,1,0,0,0),(100688,29746,571,1,1,25874,0,8266.64,-792.568,930.43,0.05236,300,5,0,12600,3994,1,0,0,0),(100689,24883,571,1,1,17200,0,16.1422,-4980.19,318.644,1.13503,300,0,0,9291,0,0,0,0,0),(100690,24883,571,1,1,17200,0,17.7412,-4985.51,318.278,2.72271,300,0,0,9291,0,0,0,0,0),(100717,29235,571,1,1,0,1,6697.18,-4429.19,440.683,0.820305,120,0,0,1,0,0,0,0,0),(100692,25395,571,1,1,23066,0,2151.78,5303.29,15.5018,2.77507,300,0,0,7984,0,0,0,0,0),(100693,31795,571,1,1,27718,0,5843.26,563.842,653.239,0.226893,300,0,0,42,0,0,0,0,0),(100694,24115,571,1,1,22344,1,1139.71,-5001.33,33.1931,4.32842,300,0,0,1,0,0,0,0,0),(100695,30259,571,1,1,26907,1,5617.57,-684.65,206.71,4.41568,300,0,0,63000,11982,0,0,0,0),(100696,24883,571,1,1,17200,0,19.8179,-4981.36,318.395,4.17134,300,0,0,9291,0,0,0,0,0),(100697,24883,571,1,1,17200,0,15.103,-4982.46,318.422,4.29351,300,0,0,9291,0,0,0,0,0),(100698,23859,571,1,1,18666,1,1343.75,-3287.78,174.536,3.59538,300,0,0,106350,0,0,0,0,0),(100699,27187,571,1,1,24390,0,3003.71,4052.13,26.4516,1.16937,300,0,0,3524,0,0,0,0,0),(100700,28723,571,1,1,25647,0,5864.75,708.183,643.355,4.15388,300,0,0,8508,7981,0,0,0,0),(100701,29491,571,1,1,25879,0,5797.57,680.741,647.158,2.02458,300,0,0,8508,7981,0,0,0,0),(100716,29235,571,1,1,0,1,6637.62,-4341.28,453.167,1.98968,120,0,0,1,0,0,0,0,0),(200014,36558,650,3,1,0,0,700.531,591.927,412.475,0.523599,999999,0,0,50000,0,0,0,0,0),(100704,28211,571,1,1,25214,0,6097.42,3747.34,101.994,1.60713,300,5,0,58850,0,1,0,0,0),(100705,28467,571,1,1,26709,0,6668.33,4878.36,-10.8776,2.3514,300,5,0,34137,11175,1,0,0,0),(200015,36558,650,3,1,0,0,717.443,660.646,412.467,4.92183,999999,0,0,50000,0,0,0,0,0),(100708,29235,571,1,1,0,1,6602.61,-4373.26,449.348,2.94961,120,0,0,1,0,0,0,0,0),(100707,29235,571,1,1,0,1,6602.5,-4347.17,449.348,3.90954,120,0,0,1,0,0,0,0,0),(100709,27699,571,1,1,27187,1,2553.55,-3922.55,281.301,3.09278,300,5,0,8982,3155,1,0,0,0),(100710,27699,571,1,1,27187,1,2535.26,-3926.42,272.494,0.443999,300,0,0,8982,3155,2,0,0,0),(100711,27699,571,1,1,27187,1,2512.94,-3932.62,269.344,2.93215,300,0,0,8982,3155,0,0,0,0),(100712,27699,571,1,1,27187,1,2514.02,-3902.24,265.254,3.7001,300,0,0,8982,3155,0,0,0,0),(100713,27699,571,1,1,27187,1,2530.54,-3924.59,270.928,5.81277,300,5,0,8982,3155,1,0,0,0),(100714,27699,571,1,1,27187,1,2565.31,-3969.33,283.412,4.60523,300,5,0,8982,3155,1,0,0,0),(100715,24371,571,1,1,22359,0,2701.62,-5461.12,400.694,4.80685,300,0,0,27873,3231,2,0,0,0),(100702,29235,571,1,1,0,1,6562.95,-4390.59,449.348,0.907571,120,0,0,1,0,0,0,0,0),(100691,29235,571,1,1,0,1,6553.08,-4364.78,449.348,0,120,0,0,1,0,0,0,0,0),(100718,25651,571,1,1,23273,0,2583.44,5471.5,36.0173,4.01426,300,0,0,5588,6882,0,0,0,0),(100719,25651,571,1,1,23274,0,2573.67,5471.27,35.9218,5.53269,300,0,0,5588,6882,0,0,0,0),(100720,25651,571,1,1,23273,0,2583.24,5461.66,35.7887,2.33874,300,0,0,5588,6882,0,0,0,0),(100721,25651,571,1,1,23274,0,2573.69,5461.77,35.7214,0.855211,300,0,0,5588,6882,0,0,0,0),(100722,25651,571,1,1,23273,0,2456.22,5391.64,26.8861,5.32325,300,0,0,5588,6882,0,0,0,0),(100723,25651,571,1,1,23273,0,2465.46,5389.38,26.3478,3.6911,300,0,0,5588,6882,0,0,0,0),(100724,25651,571,1,1,23273,0,2454.27,5382.01,26.7025,6.24828,300,0,0,5588,6882,0,0,0,0),(100725,25651,571,1,1,23274,0,2503.34,5448.97,30.5688,2.28638,300,0,0,5588,6882,0,0,0,0),(100726,25651,571,1,1,23273,0,2503.89,5458.64,29.6909,3.52556,300,0,0,5588,6882,0,0,0,0),(100727,25651,571,1,1,23274,0,2492.73,5451.12,29.8054,0.610865,300,0,0,5588,6882,0,0,0,0),(100728,25651,571,1,1,23274,0,2463.76,5380.32,26.7225,2.18166,300,0,0,5588,6882,0,0,0,0),(100729,25651,571,1,1,23273,0,2493.55,5461.33,30.592,5.34071,300,0,0,5588,6882,0,0,0,0),(100730,23860,571,1,1,21819,1,1412.07,-3334.06,169.014,5.35816,300,0,0,8982,0,0,0,0,0),(100731,26420,571,1,1,23829,0,4340.57,-5297.95,1.66265,2.63545,300,0,0,30846,10398,0,0,0,0),(100732,27188,571,1,1,24384,0,2891.41,4079.36,2.29807,5.63741,300,0,0,3524,0,0,0,0,0),(100733,32564,571,1,1,28058,0,2347.13,5242.91,7.68226,0.750492,300,0,0,9610,0,0,0,0,0),(100734,29236,571,1,1,25491,1,6889.75,-4699.88,470.261,3.15905,300,0,0,11001,0,0,0,0,0),(100735,28212,571,1,1,25215,0,6124.73,3782.15,98.2121,0.79544,300,5,0,226800,0,1,0,0,0),(100736,25396,571,1,1,2606,0,3716.5,3591.71,294.518,5.75959,300,0,0,9610,3309,0,0,0,0),(100737,25396,571,1,1,2606,0,3676.82,3589.87,304.15,1.46951,300,5,0,9610,3309,1,0,0,0),(100738,29236,571,1,1,25491,1,6414.75,-4543.49,458.212,3.90954,300,0,0,11001,0,0,0,0,0),(100739,29236,571,1,1,25491,1,7006.08,-4581.72,470.261,1.5708,300,0,0,11001,0,0,0,0,0),(100740,29236,571,1,1,25491,1,7006.35,-4627.96,486.177,1.62316,300,0,0,11001,0,0,0,0,0),(100741,25396,571,1,1,2606,0,3782.56,3613.1,304.1,5.63514,300,5,0,9610,3309,1,0,0,0),(100742,29236,571,1,1,25491,1,6373.89,-4470.71,458.212,3.1765,300,0,0,11001,0,0,0,0,0),(100743,29236,571,1,1,25491,1,6380.47,-4509.69,458.212,3.90954,300,0,0,11001,0,0,0,0,0),(100744,29236,571,1,1,25491,1,6173.52,-3885.53,459.447,2.25148,300,0,0,11001,0,0,0,0,0),(100745,29492,571,1,1,23813,1,3698.72,-4254.88,193.56,0.087266,300,0,0,9940,0,0,0,0,0),(100746,29492,571,1,1,23813,1,3689.48,-4236.1,194.09,4.72984,300,0,0,9940,0,0,0,0,0),(100747,29236,571,1,1,25491,1,6852.36,-4651.99,450.594,0.788784,300,0,0,11001,0,2,0,0,0),(100748,29492,571,1,1,23812,1,3719.09,-4242.86,199.641,4.60767,300,0,0,9940,0,0,0,0,0),(100749,25396,571,1,1,2606,0,3708.6,3553.63,294.647,0.523599,300,0,0,9610,3309,0,0,0,0),(100750,25396,571,1,1,2606,0,3714.78,3544.17,294.672,0.925025,300,0,0,9610,3309,0,0,0,0),(100751,24629,571,1,1,22544,1,-119.377,-3610.25,0.803384,3.12414,300,0,0,8982,0,0,0,0,0),(100752,24628,571,1,1,22543,1,-121.757,-3610.21,0.794436,6.10865,300,0,0,8982,0,0,0,0,0),(100753,25652,571,1,1,23300,0,3561.67,4510.57,-12.8706,0.109439,300,5,0,41,60,1,0,0,0),(100754,25652,571,1,1,23300,0,3557.68,4510.32,-12.8706,0.061598,300,5,0,41,60,1,0,0,0),(100755,25652,571,1,1,23300,0,3553.69,4510.08,-12.8706,0.061306,300,5,0,41,60,1,0,0,0),(100756,25652,571,1,1,23300,0,3549.7,4509.83,-12.8706,0.060966,300,5,0,41,60,1,0,0,0),(100757,25652,571,1,1,23300,0,3661.31,4562.17,-14.7915,2.18166,300,0,0,41,60,0,0,0,0),(100758,25652,571,1,1,23300,0,3664.55,4559.77,-14.9216,4.11898,300,0,0,41,60,0,0,0,0),(100759,25652,571,1,1,23300,0,3666.67,4556.95,-14.8589,4.50295,300,0,0,41,60,0,0,0,0),(100760,25652,571,1,1,23300,0,3666.82,4553.47,-14.923,3.92699,300,0,0,41,60,0,0,0,0),(100761,29236,571,1,1,25491,1,6910.8,-4603.23,450.61,2.28638,300,0,0,11001,0,0,0,0,0),(100762,29236,571,1,1,25491,1,6467.39,-4147.34,462.554,2.29754,300,0,0,11001,0,0,0,0,0),(100763,29236,571,1,1,25491,1,6408.85,-4089.48,456.94,5.48393,300,0,0,11001,0,2,0,0,0),(100764,29236,571,1,1,25491,1,6210.5,-3845.47,459.801,2.35619,300,0,0,11001,0,0,0,0,0),(100765,29236,571,1,1,25491,1,6440.83,-4397.07,458.212,1.58825,300,0,0,11001,0,0,0,0,0),(100766,29236,571,1,1,25491,1,6453.33,-4554.2,458.212,5.37561,300,0,0,11001,0,0,0,0,0),(100767,25396,571,1,1,2606,0,3725.85,3597.79,294.484,4.83456,300,0,0,9610,3309,0,0,0,0),(100769,25652,571,1,1,23300,0,3465.76,4640.36,-12.8706,3.9426,300,5,0,41,60,1,0,0,0),(100770,25652,571,1,1,23300,0,3468.54,4643.23,-12.9217,3.94267,300,5,0,41,60,1,0,0,0),(100771,25396,571,1,1,2606,0,3769.81,3580.93,294.475,3.64774,300,0,0,9610,3309,0,0,0,0),(100772,25396,571,1,1,2606,0,3764.62,3589.78,294.583,3.735,300,0,0,9610,3309,0,0,0,0),(100773,25396,571,1,1,2606,0,3800.18,3592.11,304.232,1.7464,300,5,0,9610,3309,1,0,0,0),(100774,31796,571,1,1,27720,0,5853.26,576.408,653.996,5.65487,300,0,0,42,0,0,0,0,0),(100775,26421,571,1,1,2078,0,2797.06,1379.25,134.777,5.09215,300,5,0,9291,0,1,0,0,0),(100776,30005,571,1,1,27115,0,7114.15,-1633.32,820.568,3.28122,300,0,0,12600,0,0,0,0,0),(100777,27189,571,1,1,24385,1,2874.77,4050.34,4.58191,0.279253,300,0,0,35928,0,0,0,0,0),(100778,27189,571,1,1,24385,1,3008.06,4109.51,24.6673,3.83972,300,0,0,35928,0,0,0,0,0),(100779,27189,571,1,1,24385,1,3068.92,4123.17,29.952,0.401426,300,0,0,35928,0,0,0,0,0),(100780,27189,571,1,1,25532,1,2960.14,4157.59,26.4663,2.21657,300,0,0,35928,0,0,0,0,0),(100781,27189,571,1,1,24385,1,2880.3,4030.37,4.35195,0.471239,300,0,0,35928,0,0,0,0,0),(100782,26421,571,1,1,2078,0,2747.47,1485.82,143.997,0.151342,300,5,0,9291,0,1,0,0,0),(100783,26421,571,1,1,2078,0,2827.24,1473.01,155.922,2.98931,300,5,0,9291,0,1,0,0,0),(100784,24117,571,1,1,22485,0,2195.11,-5115.1,236.583,5.75959,300,0,0,9291,3231,0,0,0,0),(100785,27189,571,1,1,24385,1,3056.82,4139.98,27.6985,0.750492,300,0,0,35928,0,0,0,0,0),(100786,27189,571,1,1,24385,1,2970.91,3963.27,5.88307,1.65806,300,0,0,35928,0,0,0,0,0),(100787,27189,571,1,1,24385,1,2939.59,4014.53,2.68591,6.07375,300,0,0,35928,0,0,0,0,0),(100788,27189,571,1,1,25532,1,3036.66,4048.31,23.8384,5.16617,300,0,0,35928,0,0,0,0,0),(100789,27189,571,1,1,24385,1,3007.23,3993.61,25.758,5.34071,300,0,0,35928,0,0,0,0,0),(100790,30261,571,1,1,26908,1,5056.76,-571.798,220.077,6.21337,300,0,0,63000,11982,0,0,0,0),(100791,29493,571,1,1,26307,0,5783.18,553.32,651.722,2.47837,300,0,0,10635,0,0,0,0,0),(100792,27701,571,1,1,27174,1,2568.8,-3936.17,294.442,6.05629,300,0,0,8982,0,0,0,0,0),(100793,27189,571,1,1,24385,1,3020.06,4158.64,23.9135,1.06465,300,0,0,35928,0,0,0,0,0),(100794,27189,571,1,1,25532,1,3073.16,4088.59,29.8041,6.14356,300,0,0,35928,0,0,0,0,0),(100795,28725,571,1,1,25648,1,5882.35,707.77,643.321,5.64232,300,0,0,8508,7981,0,0,0,0),(100796,26421,571,1,1,2078,0,2818.56,1549.99,160.575,2.33272,300,5,0,9291,0,1,0,0,0),(100797,28213,571,1,1,3188,0,5128.56,3980.97,-61.6965,-0.012519,300,0,0,11379,0,0,0,0,0),(100798,26421,571,1,1,2078,0,2848.58,1647.09,153.955,4.78366,300,5,0,9291,0,1,0,0,0),(100799,26421,571,1,1,2078,0,2881.82,1583.75,156.74,0.165791,300,5,0,9291,0,1,0,0,0),(100800,26421,571,1,1,2078,0,3010.32,1635.05,160.517,1.38413,300,5,0,9291,0,1,0,0,0),(100801,26421,571,1,1,2078,0,2921.27,1961.53,137.753,1.31302,300,5,0,9291,0,1,0,0,0),(100802,26421,571,1,1,2078,0,3037.02,1951.86,126.974,2.62179,300,5,0,9291,0,1,0,0,0),(100831,29237,571,1,1,0,1,6528.73,-4436.01,458.212,5.55015,120,0,0,1,0,0,0,0,0),(100804,26421,571,1,1,2078,0,3310.6,1555.6,142.71,0.117274,300,5,0,9291,0,1,0,0,0),(100805,26421,571,1,1,2078,0,3261.67,1614.18,143.948,5.32152,300,5,0,9291,0,1,0,0,0),(100806,26421,571,1,1,2078,0,3159.42,1639.16,157.538,4.797,300,5,0,9291,0,1,0,0,0),(100830,29237,571,1,1,0,1,6512.26,-4393.15,458.212,0.715585,120,0,0,1,0,0,0,0,0),(100808,26421,571,1,1,2078,0,3325.94,1805.34,129.999,4.99601,300,5,0,9291,0,1,0,0,0),(100809,27701,571,1,1,27174,1,2547.42,-3940.5,282.422,4.36332,300,0,0,8982,0,0,0,0,0),(100810,27701,571,1,1,27174,1,2544.89,-3900.4,280.501,1.53589,300,0,0,8982,0,0,0,0,0),(100811,26421,571,1,1,2078,0,3247.84,1717.03,136.105,5.95927,300,5,0,9291,0,1,0,0,0),(100812,26421,571,1,1,2078,0,3113.2,1927.07,127.086,5.85473,300,5,0,9291,0,1,0,0,0),(100813,26421,571,1,1,2078,0,3043.23,1883.09,128.87,1.65791,300,5,0,9291,0,1,0,0,0),(100814,26421,571,1,1,2078,0,2953.1,1885.49,127.164,4.29758,300,5,0,9291,0,1,0,0,0),(100815,26677,571,1,1,24009,0,4705.11,562.106,123.558,2.35619,300,5,0,10635,0,1,0,0,0),(100816,26421,571,1,1,2078,0,3227.01,1977.59,134.844,0.110549,300,5,0,9291,0,1,0,0,0),(100817,26421,571,1,1,2078,0,3237.88,1839.09,135.773,6.06752,300,5,0,9291,0,1,0,0,0),(100818,26421,571,1,1,2078,0,3277.64,1920.02,133.969,3.80306,300,5,0,9291,0,1,0,0,0),(100819,26421,571,1,1,2078,0,3330.99,1897.64,107.107,1.20929,300,5,0,9291,0,1,0,0,0),(100820,26421,571,1,1,2078,0,3056.8,1795.78,135.102,0.178627,300,5,0,9291,0,1,0,0,0),(100821,26421,571,1,1,2078,0,2963.36,1753.68,139.497,0.610486,300,5,0,9291,0,1,0,0,0),(132599,21787,530,1,1,20682,1,-4008.98,3126.44,362.605,0.628319,180,0,0,5744,3231,0,0,0,0),(132094,31285,571,1,2,0,0,4756.61,1313.47,163.954,2.94961,120,0,0,1,0,0,0,0,0),(132093,31285,571,1,2,0,0,4774.73,1312.33,165.072,5.5676,120,0,0,1,0,0,0,0,0),(100829,29237,571,1,1,0,1,6510.07,-4511.61,458.212,5.46288,120,0,0,1,0,0,0,0,0),(100828,29237,571,1,1,0,1,6485.52,-4394.09,458.212,2.37365,120,0,0,1,0,0,0,0,0),(100827,29237,571,1,1,0,1,6484.5,-4538.53,458.212,5.49779,120,0,0,1,0,0,0,0,0),(100807,29237,571,1,1,0,1,6414.3,-4413.81,458.212,2.37365,120,0,0,1,0,0,0,0,0),(100803,29237,571,1,1,0,1,6387.64,-4440.21,458.212,2.32129,120,0,0,1,0,0,0,0,0),(100832,25397,571,1,1,0,0,3643.49,5634.1,35.9507,1.51377,300,0,0,9610,3309,0,0,0,0),(100833,27957,571,1,1,25287,0,4810.15,1304.73,171.32,1.64994,300,0,0,9291,0,0,0,0,0),(100834,29750,571,1,1,26498,0,6665.59,-261.258,961.82,0.962,300,0,0,12600,0,0,0,0,0),(100835,27702,571,1,1,23489,0,2780.59,-1579.19,0.37637,2.60054,300,5,0,4979,0,1,0,0,0),(100836,27702,571,1,1,23489,0,2793.11,-1580.95,1.0763,4.66003,300,5,0,4979,0,1,0,0,0),(100837,27702,571,1,1,23489,0,2749.25,-1596.86,0.071038,5.28835,300,5,0,4979,0,1,0,0,0),(100839,27702,571,1,1,23489,0,2758.75,-1589.51,0.166897,5.44543,300,5,0,4979,0,1,0,0,0),(100840,27702,571,1,1,23489,0,2740.68,-1604.66,0.845682,0.733038,300,5,0,4979,0,1,0,0,0),(100841,27190,571,1,1,24386,1,2872.49,4062.85,2.67978,5.93412,300,0,0,3524,0,0,0,0,0),(100842,28726,571,1,1,25649,0,5876.32,756.845,640.524,4.88692,300,0,0,10635,0,0,0,0,0),(100844,27702,571,1,1,23489,0,2768.03,-1583.1,0.231743,2.42601,300,5,0,4979,0,1,0,0,0),(100847,27702,571,1,1,23489,0,2734.21,-1614.16,0.397718,3.10669,300,5,0,4979,0,1,0,0,0),(100849,29494,571,1,1,26309,0,5665.3,639.096,648.063,1.90241,300,0,0,8508,7981,0,0,0,0),(100850,27702,571,1,1,23489,0,2731.78,-1637.43,0.492696,1.95477,300,5,0,4979,0,1,0,0,0),(100854,23862,571,1,1,21823,1,1429.88,-3253.42,165.514,5.51524,300,0,0,7181,0,0,0,0,0),(200016,36558,650,3,1,0,0,770.486,571.552,412.475,2.05949,999999,0,0,50000,0,0,0,0,0),(200017,36558,650,3,1,0,0,705.497,583.944,412.476,0.698132,999999,0,0,50000,0,0,0,0,0),(200018,36558,650,3,1,0,0,716.665,573.495,412.475,0.977384,999999,0,0,50000,0,0,0,0,0),(200116,32199,571,1,1,0,0,8007.93,2271.49,500.222,1.12224,25,0,0,1,0,0,0,0,0),(200115,32197,571,1,1,0,0,7990.1,2062.33,499.729,0.176611,25,0,0,1,0,0,0,0,0),(100860,26422,571,1,1,23831,0,3827.66,-1969.91,208.36,0.523599,300,0,0,9940,0,0,0,0,0),(200114,32196,571,1,1,0,0,7755.87,2061.28,499.885,3.16505,25,0,0,1,0,0,0,0,0),(200113,32195,571,1,1,0,0,7528.92,2038.43,500.312,5.50161,25,0,0,1,0,0,0,0,0),(200139,32517,571,1,1,0,0,5250.6,5966.69,-49.7509,4.68883,480,10,0,16502,0,1,0,0,0),(200138,32517,571,1,1,0,0,4995.29,4033.78,-28.1527,3.00021,480,10,0,16502,0,1,0,0,0),(200137,32517,571,1,1,0,0,5195.11,3817.65,-22.7813,0.31808,480,10,0,16502,0,1,0,0,0),(200136,32517,571,1,1,0,0,5904.17,5639.43,-70.035,3.41255,480,10,0,16502,0,1,0,0,0),(200135,32517,571,1,1,0,0,6662.57,4394.09,24.8115,3.60501,480,10,0,16502,0,1,0,0,0),(200134,32517,571,1,1,0,0,5361.44,5572.48,-91.8951,3.39685,480,10,0,16502,0,1,0,0,0),(200133,32517,571,1,1,0,0,6438.43,5332.94,-39.5639,3.95842,480,10,0,16502,0,1,0,0,0),(200132,32517,571,1,1,0,0,4920.73,4710.52,-85.4683,3.42826,480,10,0,16502,0,1,0,0,0),(200131,33776,571,1,1,0,0,5062.35,-3945.4,358.951,5.37384,14400,5,0,17068,0,1,0,0,0),(200130,33776,571,1,1,0,0,5330.5,-4509.53,413.508,1.01879,14400,5,0,17068,0,1,0,0,0),(200129,33776,571,1,1,0,0,6235.65,-3735.12,369.672,3.0137,14400,5,0,17068,0,1,0,0,0),(200128,33776,571,1,1,0,0,6231.12,-4475.94,450.531,1.16409,14400,5,0,17068,0,1,0,0,0),(200127,33776,571,1,1,0,0,5602.61,-3723.99,364.693,1.07771,17068,5,0,17068,0,1,0,0,0),(200126,33776,571,1,1,0,0,6067.13,-4072.1,364.241,1.54501,14400,5,0,17068,0,1,0,0,0),(200124,26496,571,1,1,0,1,3372.72,2594.67,40.2775,4.49235,180,0,0,7688,7500,0,0,0,0),(200123,16096,0,1,1,7103,1,2063.26,363.155,82.498,1.83676,300,0,0,31905,0,0,0,0,0),(200122,16096,0,1,1,11375,1,2056.84,360.967,82.4962,1.85247,300,0,0,31905,0,0,0,0,0),(100883,30006,571,1,1,27117,1,6857.39,-1533.95,822.18,5.68977,300,0,0,12600,0,0,0,0,0),(100884,31798,571,1,1,23823,0,7727.12,-2168.25,786.45,2.84489,300,0,0,12600,3994,0,0,0,0),(100885,26679,571,1,1,23813,1,4286.67,-2503.58,239.332,5.28835,300,0,0,9940,0,0,0,0,0),(100886,26935,571,1,1,24705,1,4072.56,-4130.48,211.73,3.26377,300,0,0,30846,0,0,0,0,0),(100887,30263,571,1,1,26886,1,5067.71,-623.054,216.299,1.63952,300,0,0,24350,3893,2,0,0,0),(100888,30263,571,1,1,26885,1,5062.81,-595.082,220.074,1.63945,300,5,0,24350,3893,1,0,0,0),(100889,30263,571,1,1,26885,1,5060.03,-538.408,220.008,0.603929,300,0,0,24350,3893,2,0,0,0),(100890,30263,571,1,1,26886,1,5075.2,-507.602,210.707,0.611296,300,5,0,24350,3893,1,0,0,0),(100891,27191,571,1,1,24394,0,3242.07,-725.513,174.892,3.40339,300,5,0,198,0,1,0,0,0),(100893,26679,571,1,1,23814,1,4294.29,-2518.77,239.404,1.50098,300,0,0,9940,0,0,0,0,0),(100894,26679,571,1,1,23814,1,4332.67,-2653.69,260.51,2.40497,300,0,0,9940,0,0,0,0,0),(100895,26679,571,1,1,23813,1,4310.5,-2433.07,245.618,4.69494,300,0,0,9940,0,0,0,0,0),(100896,24887,571,1,1,17200,0,-12.955,-4883.44,296.344,1.41372,300,0,0,9291,0,0,0,0,0),(100897,31031,571,1,1,27448,0,5854.18,472.541,639.786,1.12927,300,0,0,10635,0,0,0,0,0),(100898,30263,571,1,1,26886,1,5076.64,-639.394,210.145,4.87625,300,0,0,24350,3893,2,0,0,0),(100899,30263,571,1,1,26888,1,5078.4,-640.27,209.55,4.86572,300,5,0,24350,3893,1,0,0,0),(100900,29495,571,1,1,26310,0,5792.82,683.373,658.112,5.51524,300,0,0,8508,7981,0,0,0,0),(100901,26423,571,1,1,24938,0,3844.59,-1973.08,208.515,2.89725,300,0,0,6986,0,0,0,0,0),(100902,28727,571,1,1,25650,0,5880.21,694.184,644.909,4.01426,300,0,0,8508,7981,0,0,0,0),(100903,26679,571,1,1,23814,1,4230.07,-2530.27,231.479,1.48353,300,0,0,9940,0,0,0,0,0),(100904,26679,571,1,1,23813,1,4398.95,-2561.32,252.276,1.64405,300,5,0,9940,0,1,0,0,0),(100905,26679,571,1,1,23814,1,4259.17,-2587.56,241.173,-1.75061,300,0,0,9940,0,0,0,0,0),(100906,26679,571,1,1,23814,1,4380.03,-2477.07,246.34,4.19389,300,5,0,9940,0,1,0,0,0),(100907,26679,571,1,1,23812,1,4302.09,-2505.69,239.532,3.45575,300,0,0,9940,0,0,0,0,0),(100908,26679,571,1,1,23813,1,4383.26,-2615.41,256.807,-2.18962,300,0,0,9940,0,0,0,0,0),(100909,26679,571,1,1,23814,1,4328.59,-2541.38,245.689,1.0779,300,0,0,9940,0,0,0,0,0),(100910,26679,571,1,1,23813,1,4338.31,-2566.47,245.715,5.31259,300,0,0,9940,0,2,0,0,0),(100911,26679,571,1,1,23814,1,4346.67,-2484.65,240.982,1.02297,300,0,0,9940,0,2,0,0,0),(100912,26679,571,1,1,23814,1,4339.45,-2431.14,238.306,5.55654,300,5,0,9940,0,1,0,0,0),(100913,26679,571,1,1,23812,1,4213.32,-2583.2,238.294,2.25766,300,0,0,9940,0,0,0,0,0),(100914,26679,571,1,1,23813,1,4316.28,-2489.05,238.588,4.28441,300,0,0,9940,0,2,0,0,0),(100915,26679,571,1,1,23813,1,4408.01,-2559.22,253.683,3.83233,300,5,0,9940,0,1,0,0,0),(100916,26679,571,1,1,23812,1,4255.33,-2495.98,231.554,2.46904,300,0,0,9940,0,0,0,0,0),(100917,26679,571,1,1,23813,1,4262.37,-2582.88,241.418,3.26498,300,5,0,9940,0,1,0,0,0),(100918,26935,571,1,1,24705,1,4620.66,-5685.28,180.028,3.82227,300,0,0,30846,0,0,0,0,0),(100920,26679,571,1,1,23813,1,4212.8,-2581.66,238.265,2.79603,300,5,0,9940,0,1,0,0,0),(100922,26679,571,1,1,23812,1,4329.66,-2597.06,249.712,0.063256,300,5,0,9940,0,1,0,0,0),(100923,26679,571,1,1,23812,1,4397.15,-2556.36,251.596,1.87882,300,5,0,9940,0,1,0,0,0),(100924,26679,571,1,1,23812,1,4382.38,-2603,254.714,1.99527,300,5,0,9940,0,1,0,0,0),(100925,26679,571,1,1,23814,1,4262.15,-2478.68,231.633,4.08407,300,0,0,9940,0,0,0,0,0),(100926,26679,571,1,1,23812,1,4247.72,-2488.21,231.633,0.191986,300,0,0,9940,0,0,0,0,0),(100927,26679,571,1,1,23814,1,4232.23,-2533.84,231.235,-1.83873,300,5,0,9940,0,1,0,0,0),(100928,26679,571,1,1,23812,1,4256.48,-2496.44,231.634,1.37881,300,0,0,9940,0,0,0,0,0),(100930,26679,571,1,1,23814,1,4243.64,-2493.45,231.605,0.133197,300,0,0,9940,0,2,0,0,0),(100934,24888,571,1,1,28016,0,-54.6727,-3352.6,2.31635,4.72984,300,5,0,9291,0,1,0,0,0),(100935,26936,571,1,1,24179,0,3843.42,-4550.32,209.819,0.488692,300,0,0,10282,0,0,0,0,0),(100936,26680,571,1,1,23994,0,3875.46,-4544.99,209.406,3.00197,300,0,0,10282,0,0,0,0,0),(100937,29752,571,1,1,11686,0,8308.78,-1123.34,929.533,0,300,5,0,12600,3994,1,0,0,0),(100938,31032,571,1,1,27449,0,5701.6,714.882,642.558,4.01426,300,0,0,8508,7981,0,0,0,0),(100939,27448,571,1,1,11686,0,4518.45,1787.25,165.287,2.02458,300,5,0,10282,0,1,0,0,0),(100940,29496,571,1,1,26311,0,5718.32,595.451,648.664,0.837758,300,0,0,10635,0,0,0,0,0),(100941,24376,571,1,1,22357,1,2450.57,-5181.16,277.738,2.94961,300,0,0,8982,3155,0,0,0,0),(100942,29752,571,1,1,11686,0,8344.45,-1192.66,928.562,0,300,5,0,12600,3994,1,0,0,0),(100943,26424,571,1,1,23837,1,3850.49,-1960.48,208.511,2.14675,300,0,0,4890,0,0,0,0,0),(100944,28728,571,1,1,25651,0,5931.95,713.425,642.675,3.08923,300,0,0,10635,0,0,0,0,0),(100945,30008,571,1,1,27114,1,7069.82,-1701.44,821.584,3.26377,300,0,0,12600,0,0,0,0,0),(100946,29752,571,1,1,11686,0,8136.38,-1111.61,930.761,0,300,5,0,12600,3994,1,0,0,0),(100947,29752,571,1,1,11686,0,8188.55,-1109.39,929.374,0,300,5,0,12600,3994,1,0,0,0),(100948,29752,571,1,1,11686,0,8194.63,-1053.36,930.048,0,300,5,0,12600,3994,1,0,0,0),(100949,29752,571,1,1,11686,0,8246.63,-938.504,929.802,0,300,5,0,12600,3994,1,0,0,0),(100950,29752,571,1,1,11686,0,8202.79,-988.953,930.804,0,300,5,0,12600,3994,1,0,0,0),(100951,29752,571,1,1,11686,0,8292.98,-969.314,929.006,0,300,5,0,12600,3994,1,0,0,0),(100952,29752,571,1,1,11686,0,8217.67,-730.503,931.067,0,300,5,0,12600,3994,1,0,0,0),(100953,29752,571,1,1,11686,0,8281.21,-715.498,930.457,0,300,5,0,12600,3994,1,0,0,0),(100954,29752,571,1,1,11686,0,8326.38,-994.495,928.839,0,300,5,0,12600,3994,1,0,0,0),(100955,29752,571,1,1,11686,0,8260.92,-1014.52,929.68,0,300,5,0,12600,3994,1,0,0,0),(100956,29752,571,1,1,11686,0,8279.41,-837.385,929.749,0,300,5,0,12600,3994,1,0,0,0),(100957,29752,571,1,1,11686,0,8226.29,-846.08,932.006,0,300,5,0,12600,3994,1,0,0,0),(100958,29752,571,1,1,11686,0,8180.08,-825.914,960.666,0,300,5,0,12600,3994,1,0,0,0),(100959,29752,571,1,1,11686,0,8162.22,-915.457,961.062,0,300,5,0,12600,3994,1,0,0,0),(100960,29752,571,1,1,11686,0,8266.61,-792.556,930.43,0,300,5,0,12600,3994,1,0,0,0),(100961,26937,571,1,1,23489,0,4662.82,-4859.06,35.5636,0.087266,300,0,0,4979,0,0,0,0,0),(100962,26937,571,1,1,23489,0,4654.21,-4865.31,35.5636,4.39823,300,0,0,4979,0,0,0,0,0),(100963,26425,571,1,1,24418,1,3254.28,-2275.65,108.744,4.67748,300,0,0,9940,0,0,0,33536,0),(100964,26425,571,1,1,24418,1,3258.14,-2275.75,108.703,4.76475,300,0,0,9940,0,0,0,33536,0),(100965,24889,571,1,1,17200,0,14.7574,-4979.98,303.322,2.89725,300,0,0,9291,0,0,0,0,0),(100966,26169,571,1,1,26343,1,3124.74,4893.01,1.92765,4.50295,300,0,0,9940,0,0,0,0,0),(100967,27449,571,1,1,11686,0,4308.45,1847.76,165.381,4.38078,300,0,0,42,0,0,0,0,0),(100968,27449,571,1,1,11686,0,4371.08,1930.64,167.469,4.86947,300,0,0,42,0,0,0,0,0),(100969,27449,571,1,1,11686,0,4365.23,1891.85,160.881,1.32645,300,0,0,42,0,0,0,0,0),(100970,27449,571,1,1,11686,0,4333.91,1879.72,164.637,0.785398,300,0,0,42,0,0,0,0,0),(100971,27449,571,1,1,11686,0,4373.06,1880.59,161.014,2.05949,300,0,0,42,0,0,0,0,0),(100972,27449,571,1,1,11686,0,4335.88,1887.39,159.296,2.74017,300,0,0,42,0,0,0,0,0),(100973,27449,571,1,1,11686,0,4392.36,1864.46,158.204,0.069813,300,0,0,42,0,0,0,0,0),(100974,27449,571,1,1,11686,0,4336.51,1864.12,166.31,1.65806,300,0,0,42,0,0,0,0,0),(100975,27449,571,1,1,11686,0,4315.85,1846.35,163.946,1.0821,300,0,0,42,0,0,0,0,0),(100976,23865,571,1,1,21749,1,1727.39,-6087.14,8.49632,4.74729,300,0,0,6986,0,0,0,0,0),(100977,23865,571,1,1,21748,1,1733.01,-6091.96,8.48286,2.82743,300,0,0,6986,0,0,0,0,0),(100978,23865,571,1,1,21750,1,1725.76,-6076.04,8.1739,2.93215,300,0,0,6986,0,0,0,0,0),(100979,23865,571,1,1,21748,1,1722.57,-6080.52,7.78022,1.50098,300,0,0,6986,0,0,0,0,0),(100980,23865,571,1,1,21750,1,1528.27,-5693.21,249.894,1.90241,300,0,0,6986,0,0,0,0,0),(100981,23865,571,1,1,21751,1,1554.26,-5695.78,249.836,1.3439,300,0,0,6986,0,0,0,0,0),(100982,27193,571,1,1,24387,1,2960.34,4122.64,29.6445,5.95157,300,0,0,3524,0,0,0,0,0),(100983,28217,571,1,1,25016,0,5472.63,4381.43,-139.638,0.872665,300,0,0,9103,8313,0,0,0,0),(100984,30265,571,1,1,26878,1,5603.46,-753.211,198.309,1.1089,300,0,0,24350,3893,2,0,0,0),(100985,30265,571,1,1,26877,1,5613.27,-734.482,203.727,1.14808,300,5,0,24350,3893,1,0,0,0),(100986,30265,571,1,1,26878,1,5595.05,-672.206,206.647,1.74954,300,5,0,24350,3893,1,0,0,0),(100987,30265,571,1,1,26879,1,5615.3,-711.015,206.286,1.74969,300,0,0,24350,3893,2,0,0,0),(100988,26937,571,1,1,23489,0,4653.53,-4854.59,35.5636,1.91986,300,0,0,4979,0,0,0,0,0),(100989,23865,571,1,1,21751,1,1549.46,-5701.91,250.824,5.51939,300,0,0,6986,0,0,0,0,0),(100990,27449,571,1,1,11686,0,4335.4,1869.88,167.372,1.22173,300,0,0,42,0,0,0,0,0),(100991,27449,571,1,1,11686,0,4298.99,1844.75,168.259,3.33358,300,0,0,42,0,0,0,0,0),(100992,27449,571,1,1,11686,0,4370.27,1887.13,160.149,2.74017,300,0,0,42,0,0,0,0,0),(100993,27449,571,1,1,11686,0,4387.12,1871.77,160.845,4.4855,300,0,0,42,0,0,0,0,0),(100994,27449,571,1,1,11686,0,4349.57,1897.92,159.99,5.35816,300,0,0,42,0,0,0,0,0),(100995,27449,571,1,1,11686,0,4382.09,1875.67,160.501,0.331613,300,0,0,42,0,0,0,0,0),(100996,27449,571,1,1,11686,0,4337.63,1892.82,164.403,5.89921,300,0,0,42,0,0,0,0,0),(100997,27449,571,1,1,11686,0,4369.12,1926.75,170.399,3.97935,300,0,0,42,0,0,0,0,0),(100998,27449,571,1,1,11686,0,4361.31,1903.4,166.382,3.40339,300,0,0,42,0,0,0,0,0),(100999,23865,571,1,1,21751,1,1568.08,-5699.08,249.559,1.44862,300,0,0,6986,0,0,0,0,0),(101000,29753,571,1,1,26710,0,7501.12,-1449.26,1017.8,5.8592,300,0,0,12600,0,2,0,0,0),(101001,23865,571,1,1,21748,1,1548.22,-5700.69,250.785,2.43641,300,0,0,6986,0,0,0,0,0),(101002,26937,571,1,1,23489,0,4657.31,-4859.34,40.7129,4.92183,300,0,0,4979,0,0,0,0,0),(101003,23865,571,1,1,21748,1,1501.38,-5683.87,246.829,-0.076352,300,0,0,6986,0,0,0,0,0),(101004,27449,571,1,1,11686,0,4368.09,1922.08,168.824,0.401426,300,0,0,42,0,0,0,0,0),(101005,27449,571,1,1,11686,0,4394.39,1859.23,158.089,5.70723,300,0,0,42,0,0,0,0,0),(101006,27449,571,1,1,11686,0,4326.58,1874.68,169.797,5.63741,300,0,0,42,0,0,0,0,0),(101007,27449,571,1,1,11686,0,4318.51,1850.7,159.349,5.21853,300,0,0,42,0,0,0,0,0),(101008,27449,571,1,1,11686,0,4365.85,1917.07,169.631,2.98451,300,0,0,42,0,0,0,0,0),(101009,27449,571,1,1,11686,0,4330.24,1861.06,159.91,5.96903,300,0,0,42,0,0,0,0,0),(101010,27449,571,1,1,11686,0,4278.09,1826.07,166.911,0.750492,300,0,0,42,0,0,0,0,0),(101011,27449,571,1,1,11686,0,4323.22,1855.97,159.031,5.98648,300,0,0,42,0,0,0,0,0),(101012,27449,571,1,1,11686,0,4282.62,1833.1,168.522,6.19592,300,0,0,42,0,0,0,0,0),(101013,27449,571,1,1,11686,0,4307.3,1843.19,167.143,1.53589,300,0,0,42,0,0,0,0,0),(101014,29497,571,1,1,26312,1,5715.69,588.5,656.498,5.70099,300,0,0,10635,0,0,0,0,0),(101015,23865,571,1,1,21749,1,1513.84,-5694.92,248.967,0.20944,300,0,0,6986,0,0,0,0,0),(101016,30265,571,1,1,26879,1,5586.63,-658.438,204.594,5.14996,300,5,0,24350,3893,1,0,0,0),(101017,30265,571,1,1,26877,1,5586.63,-658.438,204.577,5.14764,300,0,0,24350,3893,2,0,0,0),(101019,27449,571,1,1,11686,0,4286.76,1838.48,167.228,3.97935,300,0,0,42,0,0,0,0,0),(101020,27449,571,1,1,11686,0,4341.77,1894.8,162.852,4.99164,300,0,0,42,0,0,0,0,0),(101021,27449,571,1,1,11686,0,4295.06,1840.29,166.721,4.24115,300,0,0,42,0,0,0,0,0),(101022,27449,571,1,1,11686,0,4363.7,1910.82,168.972,0.034907,300,0,0,42,0,0,0,0,0),(101023,27449,571,1,1,11686,0,4332.23,1872.98,168.882,1.79769,300,0,0,42,0,0,0,0,0),(101024,27449,571,1,1,11686,0,4370.59,1906.37,167.519,1.74533,300,0,0,42,0,0,0,0,0),(101025,27449,571,1,1,11686,0,4391.15,1868.78,159.662,6.17846,300,0,0,42,0,0,0,0,0),(101026,23865,571,1,1,21750,1,1504.34,-5684.02,246.931,1.15192,300,0,0,6986,0,0,0,0,0),(101027,23865,571,1,1,21749,1,1506.61,-5684.55,247.151,1.72788,300,0,0,6986,0,0,0,0,0),(101028,28217,571,1,1,25016,0,5474.15,4461.75,-137.897,3.14159,300,0,0,9103,8313,0,0,0,0),(101029,28217,571,1,1,25016,0,5409.45,4386.47,-138.14,0.069813,300,0,0,9103,8313,0,0,0,0),(101030,28217,571,1,1,25016,0,5400.44,4502.65,-130.794,0.279253,300,0,0,9103,8313,0,0,0,0),(101031,28217,571,1,1,25016,0,5413.43,4574.76,-129.367,3.52556,300,0,0,9103,8313,0,0,0,0),(101032,24633,571,1,1,21635,0,-10.1001,-3569.63,25.981,1.02837,300,5,0,8982,0,1,0,0,0),(101033,23865,571,1,1,21748,1,1584.03,-5710.1,246.396,0.523599,300,0,0,6986,0,0,0,0,0),(101034,23865,571,1,1,21748,1,1582.5,-5708.19,246.761,1.71042,300,0,0,6986,0,0,0,0,0),(101035,23865,571,1,1,21751,1,1563.14,-5664.92,243.018,1.97222,300,0,0,6986,0,0,0,0,0),(101036,24633,571,1,1,21635,0,60.7575,-3479.71,43.538,4.22459,300,5,0,8982,0,1,0,0,0),(101037,24633,571,1,1,21635,0,40.9328,-3398.2,29.2962,4.33007,300,5,0,8982,0,1,0,0,0),(101038,24633,571,1,1,21635,0,45.7791,-3296.08,2.07714,5.35487,300,5,0,8982,0,1,0,0,0),(101039,24633,571,1,1,21635,0,76.0184,-3352.72,1.3422,6.14018,300,5,0,8982,0,1,0,0,0),(101040,24633,571,1,1,21635,0,22.7225,-3351.57,8.48002,2.75927,300,5,0,8982,0,1,0,0,0),(101041,24633,571,1,1,21635,0,20.7055,-3449.67,37.3556,4.89294,300,5,0,8982,0,1,0,0,0),(101042,24633,571,1,1,21635,0,46.2518,-3488,40.1833,4.69308,300,5,0,8982,0,1,0,0,0),(101043,23865,571,1,1,21748,1,1511.76,-5663.68,243.086,2.32129,300,0,0,6986,0,0,0,0,0),(101044,23865,571,1,1,21749,1,1652.65,-6156.64,6.78293,0.641626,300,5,0,6986,0,1,0,0,0),(101045,23865,571,1,1,21751,1,1650.68,-6161.23,6.29515,0.556629,300,0,0,6986,0,0,0,0,0),(101046,23865,571,1,1,21750,1,1650.12,-6160.06,6.53293,4.44927,300,5,0,6986,0,1,0,0,0),(101047,23865,571,1,1,21749,1,1650.69,-6158.13,6.73171,-0.571182,300,0,0,6986,0,0,0,0,0),(101051,23865,571,1,1,21751,1,1515.71,-5663.08,242.714,1.97222,300,0,0,6986,0,0,0,0,0),(101054,23865,571,1,1,21748,1,1539.53,-5660.51,242.725,1.44668,300,0,0,6986,0,0,0,0,0),(101055,23865,571,1,1,21751,1,1568.15,-5665.08,242.173,2.57594,300,5,0,6986,0,1,0,0,0),(101056,23865,571,1,1,21750,1,1541.11,-5660.34,242.779,1.90031,300,0,0,6986,0,0,0,0,0),(101057,23865,571,1,1,21749,1,1547.19,-5613.06,226.654,1.49991,300,0,0,6986,0,0,0,0,0),(101058,23865,571,1,1,21751,1,1543.81,-5609.84,226.256,0.115883,300,0,0,6986,0,0,0,0,0),(101059,23865,571,1,1,21749,1,1651.37,-6157.34,6.78293,0.957332,300,5,0,6986,0,1,0,0,0),(101060,23865,571,1,1,21748,1,1520.54,-5610.61,226.169,4.12465,300,5,0,6986,0,1,0,0,0),(101061,23865,571,1,1,21750,1,1522.23,-5612.6,226.35,-2.80157,300,0,0,6986,0,0,0,0,0),(101063,23865,571,1,1,21748,1,1559,-5665.44,243.535,1.48353,300,0,0,6986,0,0,0,0,0),(101064,23865,571,1,1,21748,1,1543.01,-5665.88,244.65,1.50098,300,0,0,6986,0,0,0,0,0),(101065,23865,571,1,1,21749,1,1634.66,-6074.4,6.83375,3.07321,300,0,0,6986,0,0,0,0,0),(101066,23865,571,1,1,21750,1,1578.38,-6143.57,9.60773,-1.70679,300,0,0,6986,0,0,0,0,0),(101067,23865,571,1,1,21751,1,1562.77,-6136.93,8.36619,-2.39216,300,0,0,6986,0,0,0,0,0),(101068,23865,571,1,1,21749,1,1649.35,-6127.89,4.8359,-2.85386,300,0,0,6986,0,0,0,0,0),(101070,23865,571,1,1,21749,1,1572.8,-5661.28,240.809,0.6838,300,0,0,6986,0,0,0,0,0),(101071,23865,571,1,1,21748,1,1521.31,-5662.12,242.603,1.97142,300,0,0,6986,0,0,0,0,0),(101072,23865,571,1,1,21751,1,1601.02,-6191.71,7.80781,-2.30683,300,0,0,6986,0,0,0,0,0),(101073,23865,571,1,1,21751,1,1657.1,-6157.7,6.40793,-2.69356,300,0,0,6986,0,0,0,0,0),(101076,23865,571,1,1,21748,1,1652.29,-6162.63,5.90793,5.54717,300,5,0,6986,0,1,0,0,0),(101078,23865,571,1,1,21748,1,1558.16,-6190.12,7.7195,-0.612831,300,0,0,6986,0,0,0,0,0),(101079,23865,571,1,1,21750,1,1618.99,-6203.88,7.28036,-2.66451,300,0,0,6986,0,0,0,0,0),(101080,23865,571,1,1,21748,1,1625.5,-6216.61,6.25506,-2.32771,300,0,0,6986,0,0,0,0,0),(101081,23865,571,1,1,21751,1,1633.86,-6229.05,4.40174,-2.41379,300,0,0,6986,0,0,0,0,0),(101082,23865,571,1,1,21749,1,1640.37,-6243.52,2.01449,-2.5816,300,0,0,6986,0,0,0,0,0),(101083,23865,571,1,1,21748,1,1671.11,-6176.19,3.70301,-1.51375,300,0,0,6986,0,0,0,0,0),(101084,23865,571,1,1,21751,1,1630.71,-6159.85,8.7378,3.78736,300,0,0,6986,0,0,0,0,0),(101085,23865,571,1,1,21748,1,1538.31,-5609.87,226.248,3.15258,300,0,0,6986,0,0,0,0,0),(101086,23865,571,1,1,21748,1,1535.88,-5613.15,226.354,1.10936,300,0,0,6986,0,0,0,0,0),(101088,23865,571,1,1,21749,1,1580.46,-6127.54,6.93483,0.331613,300,0,0,6986,0,0,0,0,0),(101089,23865,571,1,1,21751,1,1570.93,-6128.46,7.01436,3.82227,300,0,0,6986,0,0,0,0,0),(101091,26425,571,1,1,24418,1,3359.13,-1780.9,94.1738,5.18345,300,5,0,9940,0,1,0,0,0),(101092,26425,571,1,1,24418,1,3428.63,-1759.98,94.8829,1.61257,300,5,0,9940,0,1,0,0,0),(101093,26425,571,1,1,24418,1,3370.5,-1736.32,90.4234,2.09349,300,5,0,9940,0,1,0,0,0),(101094,26425,571,1,1,24418,1,3367.26,-1847.16,104.057,5.5446,300,5,0,9940,0,1,0,0,0),(101095,26425,571,1,1,24418,1,3428.76,-1806.71,102.823,5.51988,300,5,0,9940,0,1,0,0,0),(101096,26425,571,1,1,24418,1,3372.92,-1887.65,118.46,3.3501,300,0,0,9940,0,0,0,0,0),(101097,26681,571,1,1,23772,1,3457.83,-4607.1,231.413,2.70526,300,0,0,10635,3561,0,0,0,0),(101098,24633,571,1,1,21635,0,-15.4769,-3520.83,35.3741,3.14142,300,5,0,8982,0,1,0,0,0),(101099,24633,571,1,1,21635,0,-44.7944,-3562.91,35.8945,1.91106,300,5,0,8982,0,1,0,0,0),(101100,24633,571,1,1,21635,0,-120.887,-3415.1,41.6437,3.76665,300,5,0,8982,0,1,0,0,0),(101101,24633,571,1,1,21635,0,-83.5251,-3436.82,33.7466,1.14385,300,5,0,8982,0,1,0,0,0),(101102,24633,571,1,1,21635,0,-37.7998,-3511.62,32.6709,4.71446,300,5,0,8982,0,1,0,0,0),(101103,24633,571,1,1,21635,0,-147.519,-3386.61,28.7419,2.56886,300,5,0,8982,0,1,0,0,0),(101104,24633,571,1,1,21635,0,-135.884,-3439.02,38.8495,4.98266,300,5,0,8982,0,1,0,0,0),(101105,24633,571,1,1,21635,0,-187.635,-3415.5,22.4909,4.70653,300,5,0,8982,0,1,0,0,0),(101106,24633,571,1,1,21635,0,-54.8158,-3477.78,34.4283,0.555605,300,5,0,8982,0,1,0,0,0),(101107,29753,571,1,1,26710,0,7286.94,-1422.52,978.088,2.14675,300,0,0,12600,0,2,0,0,0),(101108,29753,571,1,1,26710,0,7451.67,-1273.21,958.265,1.67486,300,0,0,12600,0,2,0,0,0),(101109,29753,571,1,1,26710,0,7361.02,-1158.35,980.812,4.5796,300,0,0,12600,0,2,0,0,0),(101110,29753,571,1,1,26710,0,7468.9,-1421.99,1035.36,5.07876,300,0,0,12600,0,2,0,0,0),(101111,29753,571,1,1,26710,0,7146.3,-1430.09,1026.78,6.00487,300,0,0,12600,0,2,0,0,0),(101112,29753,571,1,1,26710,0,7265.55,-1393.91,944.911,5.66276,300,0,0,12600,0,2,0,0,0),(101113,29753,571,1,1,26710,0,7415.38,-1216.04,904.576,6.12611,300,0,0,12600,0,2,0,0,0),(101114,29753,571,1,1,26710,0,7325.96,-1333.52,1030.94,1.5708,300,0,0,12600,0,2,0,0,0),(101115,29753,571,1,1,26710,0,7324.46,-1450.86,1008.7,0.191986,300,0,0,12600,0,2,0,0,0),(209032,23286,530,1,1,0,0,-4989.69,533.267,-6.23201,2.58822,120,5,0,1,0,1,0,0,0),(101117,29753,571,1,1,26710,0,7136.36,-1325.54,1034.86,1.97222,300,0,0,12600,0,2,0,0,0),(101118,29753,571,1,1,26710,0,7232.85,-1552.44,1018.61,2.21013,300,0,0,12600,0,2,0,0,0),(101119,29753,571,1,1,26710,0,7259.11,-1469.67,987.555,6.0663,300,0,0,12600,0,2,0,0,0),(101120,29753,571,1,1,26710,0,7327.85,-1587.84,1019.79,0.785946,300,0,0,12600,0,2,0,0,0),(101121,29753,571,1,1,26710,0,7199.31,-1325.97,978.46,1.92694,300,0,0,12600,0,2,0,0,0),(101122,29753,571,1,1,26710,0,7202.81,-1459.16,960.236,4.03118,300,0,0,12600,0,2,0,0,0),(101123,29753,571,1,1,26710,0,7584.95,-1634.49,1212.41,2.05949,300,0,0,12600,0,0,0,0,0),(101124,29753,571,1,1,26710,0,7694.3,-1493.29,1177.77,2.70526,300,0,0,12600,0,0,0,0,0),(101125,29753,571,1,1,26710,0,7596.8,-1506.44,1053.56,2.19912,300,0,0,12600,0,0,0,0,0),(101126,29753,571,1,1,26710,0,7684.88,-1422.17,1176.52,2.80998,300,0,0,12600,0,0,0,0,0),(101127,29753,571,1,1,26710,0,7477.21,-1534.25,1038.11,2.14675,300,0,0,12600,0,0,0,0,0),(101128,26682,571,1,1,7196,1,4384.46,-3051.58,344.161,0.750492,300,0,0,11928,0,0,0,0,0),(101129,24634,571,1,1,22547,0,1223.97,-5293.33,179.426,5.55015,300,0,0,82256,27728,0,0,0,0),(101130,30010,571,1,1,27113,0,6889.55,-1717.56,822.89,1.02974,300,0,0,12600,0,0,0,0,0),(101131,26426,571,1,1,13340,0,4166.65,1502.88,174.974,4.52074,300,0,0,9610,0,2,0,0,0),(101132,26426,571,1,1,13340,0,4215.62,1515.42,207.816,1.37151,300,0,0,9610,0,2,0,0,0),(101133,26426,571,1,1,13340,0,3941.25,1929.77,307.409,2.84204,300,5,0,9610,0,1,0,0,0),(101134,26426,571,1,1,13340,0,3927.05,1895.2,243.892,5.09997,300,5,0,9610,0,1,0,0,0),(101135,26426,571,1,1,13340,0,4188.84,1451.88,180.751,2.34532,300,0,0,9610,0,2,0,0,0),(101136,26170,571,1,1,23649,1,3295.89,3682.7,32.5513,1.71042,300,0,0,67270,0,0,0,0,0),(101137,26426,571,1,1,13340,0,3707.04,-538.975,292.403,0.130348,300,5,0,9610,0,1,0,0,0),(101138,26426,571,1,1,13340,0,3349.94,-963.974,175.869,4.24556,300,0,0,9610,0,2,0,0,0),(101139,26426,571,1,1,13340,0,3975.97,-646.85,273.023,4.03231,300,5,0,9610,0,1,0,0,0),(101140,26426,571,1,1,13340,0,3800.35,-531.263,205.446,2.59314,300,5,0,9610,0,1,0,0,0),(101141,26426,571,1,1,13340,0,3729.38,-555.571,313.903,6.21661,300,5,0,9610,0,1,0,0,0),(101142,26426,571,1,1,13340,0,3298.08,-841.751,195.993,4.92983,300,0,0,9610,0,2,0,0,0),(101143,26426,571,1,1,13340,0,4585.93,1226.55,172.701,5.69062,300,5,0,9610,0,1,0,0,0),(101144,26426,571,1,1,13340,0,4952.38,668.065,222.448,1.24424,300,5,0,9610,0,1,0,0,0),(101145,26426,571,1,1,13340,0,4942.22,1101.51,332.204,5.5198,300,5,0,9610,0,1,0,0,0),(101146,24122,571,1,1,22109,1,916.642,-4976.15,3.30554,1.20428,300,0,0,6986,2991,0,0,0,0),(101147,25658,571,1,1,23301,0,4416.82,4549.14,24.5404,3.97935,300,0,0,8982,0,0,0,0,0),(101148,29754,571,1,1,26506,0,7502.61,-476.062,1918.89,0.610865,300,0,0,42,0,0,0,0,0),(101149,29754,571,1,1,26506,0,7364.1,-591.26,1921.31,3.80482,300,0,0,42,0,0,0,0,0),(101150,29754,571,1,1,26506,0,7343.26,-523.398,1922.16,2.79253,300,0,0,42,0,0,0,0,0),(101151,29754,571,1,1,26506,0,7375.78,-464.056,1922.74,2.42601,300,0,0,42,0,0,0,0,0),(101152,29754,571,1,1,26506,0,7439.9,-444.361,1919.38,1.32645,300,0,0,42,0,0,0,0,0),(101153,29754,571,1,1,26506,0,7522.16,-541.373,1920.69,0.017453,300,0,0,42,0,0,0,0,0),(101154,29754,571,1,1,26506,0,7490.38,-602.087,1919.56,5.25344,300,0,0,42,0,0,0,0,0),(101155,29754,571,1,1,26506,0,7423.18,-622.711,1919.41,4.4855,300,0,0,42,0,0,0,0,0),(101156,27450,571,1,1,13069,0,4421.54,1865.77,166.26,0.279253,300,0,0,42,0,0,0,0,0),(101157,26426,571,1,1,13340,0,3391.6,-1031.16,162.1,5.85816,300,0,0,9610,0,2,0,0,0),(101158,26426,571,1,1,13340,0,4580.17,-726.549,241.805,4.84256,300,5,0,9610,0,1,0,0,0),(101159,26426,571,1,1,13340,0,3917.59,-574.763,243.125,1.86743,300,5,0,9610,0,1,0,0,0),(101160,26426,571,1,1,13340,0,3998.1,-652.432,311.773,3.59352,300,5,0,9610,0,1,0,0,0),(101161,26426,571,1,1,13340,0,4816.33,-430.342,422.949,3.5443,300,5,0,9610,0,1,0,0,0),(101162,26426,571,1,1,13340,0,4882.42,-255.335,345.351,2.10703,300,5,0,9610,0,1,0,0,0),(101163,26426,571,1,1,13340,0,3292.91,-664.59,192.778,4.4404,300,5,0,9610,0,1,0,0,0),(101164,26426,571,1,1,13340,0,3461.13,-1043.6,143.702,0.964287,300,5,0,9610,0,1,0,0,0),(101165,26426,571,1,1,13340,0,4035.42,-609.929,255.934,3.62516,300,5,0,9610,0,1,0,0,0),(101166,26426,571,1,1,13340,0,5020.89,755.32,285.757,3.96498,300,5,0,9610,0,1,0,0,0),(101167,26426,571,1,1,13340,0,4766.06,-478.772,403.539,1.4891,300,5,0,9610,0,1,0,0,0),(101168,26426,571,1,1,13340,0,5002.51,1100.12,298.777,0.931022,300,5,0,9610,0,1,0,0,0),(101169,26426,571,1,1,13340,0,4820.74,-378.089,329.133,0.22517,300,5,0,9610,0,1,0,0,0),(101170,27194,571,1,1,24388,0,3012.58,4065.28,26.9833,1.309,300,0,0,3524,0,0,0,0,0),(101171,26426,571,1,1,13340,0,3415.2,-1056.29,176.222,1.73363,300,0,0,9610,0,2,0,0,0),(101172,28218,571,1,1,22496,0,6037.5,3595.83,79.1801,5.70724,300,5,0,11001,0,1,0,0,0),(101173,28218,571,1,1,22496,0,5989.06,3750.98,23.1756,5.20184,300,5,0,11001,0,1,0,0,0),(101174,28218,571,1,1,22496,0,6006.17,3677.63,55.6455,5.52059,300,5,0,11001,0,1,0,0,0),(101175,28218,571,1,1,22496,0,6014.65,3628.68,66.4091,2.30223,300,5,0,11001,0,1,0,0,0),(101176,28218,571,1,1,22496,0,6058.63,3613.52,94.9247,6.15066,300,5,0,11001,0,1,0,0,0),(101177,28218,571,1,1,22496,0,5993.3,3628.16,55.0997,2.87852,300,5,0,11001,0,1,0,0,0),(101178,28218,571,1,1,22496,0,5991.38,3718.41,32.5976,1.46219,300,5,0,11001,0,1,0,0,0),(101179,28218,571,1,1,22496,0,6017.9,3682.07,62.6344,2.59269,300,5,0,11001,0,1,0,0,0),(101180,28218,571,1,1,22496,0,6040.21,3682.06,79.2658,2.02322,300,5,0,11001,0,1,0,0,0),(101181,28218,571,1,1,22496,0,6026.04,3678.97,68.9988,4.99309,300,5,0,11001,0,1,0,0,0),(101182,28218,571,1,1,22496,0,6051.8,3662.16,92.1721,4.37489,300,5,0,11001,0,1,0,0,0),(101183,28218,571,1,1,22496,0,6041.68,3676.58,82.6644,0.298413,300,5,0,11001,0,1,0,0,0),(101184,28218,571,1,1,22496,0,5989.59,3640.08,52.5418,4.7661,300,5,0,11001,0,1,0,0,0),(101185,28218,571,1,1,22496,0,5993.24,3673.38,48.4429,2.93002,300,5,0,11001,0,1,0,0,0),(101186,28218,571,1,1,22496,0,6009.42,3648.44,63.3891,3.22368,300,5,0,11001,0,1,0,0,0),(101187,28218,571,1,1,22496,0,6037.56,3660.27,81.7998,4.91782,300,5,0,11001,0,1,0,0,0),(101188,28218,571,1,1,22496,0,6038.86,3667.55,81.8128,0.440934,300,5,0,11001,0,1,0,0,0),(101189,28218,571,1,1,22496,0,6319.57,3963.49,108.018,1.03969,300,5,0,11001,0,1,0,0,0),(101190,28218,571,1,1,22496,0,6208.83,4071.05,2.53225,2.30043,300,5,0,11001,0,1,0,0,0),(101191,28218,571,1,1,22496,0,6227.58,4140.94,-10.5849,0.520342,300,5,0,11001,0,1,0,0,0),(101192,28218,571,1,1,22496,0,6133.69,3794.4,97.3556,3.29881,300,5,0,11001,0,1,0,0,0),(101193,28218,571,1,1,22496,0,6157.6,3818.34,97.0713,4.41102,300,5,0,11001,0,1,0,0,0),(101194,28218,571,1,1,22496,0,6121.96,3766.76,99.6289,5.70014,300,5,0,11001,0,1,0,0,0),(101195,28218,571,1,1,22496,0,6307.13,3940.94,112.032,0.805681,300,5,0,11001,0,1,0,0,0),(101196,28218,571,1,1,22496,0,6268.23,3937.05,107.884,5.71496,300,5,0,11001,0,1,0,0,0),(101197,28218,571,1,1,22496,0,6294.3,3939.89,111.848,2.54757,300,5,0,11001,0,1,0,0,0),(101198,28218,571,1,1,22496,0,6294.35,3935.13,113.365,5.1805,300,5,0,11001,0,1,0,0,0),(101199,28218,571,1,1,22496,0,6272.45,3886.9,141.821,4.28544,300,5,0,11001,0,1,0,0,0),(101200,28218,571,1,1,22496,0,6183.33,3776.81,143.045,5.76537,300,5,0,11001,0,1,0,0,0),(101201,28218,571,1,1,22496,0,6191.73,3800.48,136.532,5.38713,300,5,0,11001,0,1,0,0,0),(101202,28218,571,1,1,22496,0,6191.17,3775.65,148.138,5.43214,300,5,0,11001,0,1,0,0,0),(101203,28218,571,1,1,22496,0,6191.63,3808.16,135.876,3.88788,300,5,0,11001,0,1,0,0,0),(101204,28218,571,1,1,22496,0,6223.08,3851.38,137.074,3.7318,300,5,0,11001,0,1,0,0,0),(101205,28218,571,1,1,22496,0,6202.72,3829.39,136.27,2.36419,300,5,0,11001,0,1,0,0,0),(101206,28218,571,1,1,22496,0,6215.86,3846.46,136.421,2.80147,300,5,0,11001,0,1,0,0,0),(101207,28218,571,1,1,22496,0,6219.32,3814.68,140.66,5.52335,300,5,0,11001,0,1,0,0,0),(101208,28218,571,1,1,22496,0,6187.9,3888.67,90.8344,6.04831,300,5,0,11001,0,1,0,0,0),(101209,28218,571,1,1,22496,0,6174.94,3903.86,85.4535,6.20791,300,5,0,11001,0,1,0,0,0),(101210,28218,571,1,1,22496,0,6177.41,3893.88,87.813,0.758189,300,5,0,11001,0,1,0,0,0),(101211,28218,571,1,1,22496,0,6171.3,3878.02,89.6526,4.70458,300,5,0,11001,0,1,0,0,0),(101212,28218,571,1,1,22496,0,6200.78,3910.88,88.0541,0.159058,300,5,0,11001,0,1,0,0,0),(101213,28218,571,1,1,22496,0,6241.94,3874.15,137.09,4.31516,300,5,0,11001,0,1,0,0,0),(101214,28218,571,1,1,22496,0,6269.29,3881.08,144.196,2.3023,300,5,0,11001,0,1,0,0,0),(101215,28218,571,1,1,22496,0,6227.82,3878.93,133.479,3.58185,300,5,0,11001,0,1,0,0,0),(101216,28218,571,1,1,22496,0,6250.7,3844.97,154.026,6.1457,300,5,0,11001,0,1,0,0,0),(101217,28218,571,1,1,22496,0,6252.92,3816.43,179.583,0.792304,300,5,0,11001,0,1,0,0,0),(101218,28218,571,1,1,22496,0,6309.86,3877.57,179.001,0.140102,300,5,0,11001,0,1,0,0,0),(101219,28218,571,1,1,22496,0,6284.74,3841.58,182.427,2.20081,300,5,0,11001,0,1,0,0,0),(101220,28218,571,1,1,22496,0,6317.79,3877.85,182.941,1.01807,300,5,0,11001,0,1,0,0,0),(101221,28218,571,1,1,22496,0,6286.86,3883.47,164.309,2.01928,300,5,0,11001,0,1,0,0,0),(101222,28218,571,1,1,22496,0,6301.09,3988.01,73.8451,3.47784,300,0,0,11001,0,0,0,0,0),(101223,28218,571,1,1,22496,0,6244.49,3943.89,79.8541,0.861429,300,5,0,11001,0,1,0,0,0),(101224,28218,571,1,1,22496,0,6263.84,3962.4,76.7291,0.617603,300,5,0,11001,0,1,0,0,0),(101225,28218,571,1,1,22496,0,6251.92,3927.19,100.438,0.628999,300,5,0,11001,0,1,0,0,0),(101226,28218,571,1,1,22496,0,6230.29,3936.13,76.3987,3.60218,300,5,0,11001,0,1,0,0,0),(101227,28218,571,1,1,22496,0,6254.92,3973.72,72.32,0.590831,300,5,0,11001,0,1,0,0,0),(101228,28218,571,1,1,22496,0,6223.86,3913.72,90.9288,0.106867,300,5,0,11001,0,1,0,0,0),(101229,28218,571,1,1,22496,0,6237.64,3916.09,95.8227,4.43328,300,5,0,11001,0,1,0,0,0),(101230,28218,571,1,1,22496,0,6226.75,3939.76,71.5879,0.653075,300,5,0,11001,0,1,0,0,0),(101231,28218,571,1,1,22496,0,6210.97,3934.26,63.5219,5.98368,300,5,0,11001,0,1,0,0,0),(101232,28218,571,1,1,22496,0,6210.28,3933.06,63.9288,0.150342,300,5,0,11001,0,1,0,0,0),(101233,28218,571,1,1,22496,0,6189.19,3946.52,42.8116,0.470198,300,5,0,11001,0,1,0,0,0),(101234,28218,571,1,1,22496,0,6226.6,3969.1,49.3684,2.96986,300,5,0,11001,0,1,0,0,0),(101235,28218,571,1,1,22496,0,6235.4,3945.57,73.8699,2.92314,300,5,0,11001,0,1,0,0,0),(101237,28218,571,1,1,22496,0,6191.65,3980.9,20.9756,4.42832,300,5,0,11001,0,1,0,0,0),(101238,28218,571,1,1,22496,0,6243.61,4076.7,12.9902,6.16864,300,5,0,11001,0,1,0,0,0),(101239,28218,571,1,1,22496,0,6254.38,4087.02,12.206,2.08292,300,5,0,11001,0,1,0,0,0),(101240,28218,571,1,1,22496,0,6274.48,4089.85,13.3636,0.905814,300,5,0,11001,0,1,0,0,0),(101241,28218,571,1,1,22496,0,6254.13,3970.87,72.9675,5.49779,300,5,0,11001,0,1,0,0,0),(101242,28218,571,1,1,22496,0,6292.86,3993.89,72.3132,3.79963,300,0,0,11001,0,0,0,0,0),(101243,28218,571,1,1,22496,0,6280.77,3970.41,75.0484,4.01052,300,5,0,11001,0,1,0,0,0),(101244,28218,571,1,1,22496,0,6235.19,3951.35,70.4791,1.73488,300,5,0,11001,0,1,0,0,0),(101245,28218,571,1,1,22496,0,6231.79,3995.74,36.1506,0.913281,300,5,0,11001,0,1,0,0,0),(101246,28218,571,1,1,22496,0,6219.62,4014.44,22.7451,5.66646,300,5,0,11001,0,1,0,0,0),(101247,28218,571,1,1,22496,0,6252.37,4041.92,28.4151,5.42916,300,5,0,11001,0,1,0,0,0),(101248,28218,571,1,1,22496,0,6238.67,3996.83,38.4104,4.4757,300,5,0,11001,0,1,0,0,0),(101249,28218,571,1,1,22496,0,6248.91,4001.21,40.2274,1.24163,300,5,0,11001,0,1,0,0,0),(101250,28218,571,1,1,22496,0,6241.4,4028.49,29.6079,5.65159,300,5,0,11001,0,1,0,0,0),(101251,28218,571,1,1,22496,0,6326.04,3886.46,185.566,4.25088,300,5,0,11001,0,1,0,0,0),(101252,28218,571,1,1,22496,0,6214.67,3827.7,136.785,3.87886,300,0,0,11001,0,0,0,0,0),(101253,28218,571,1,1,22496,0,6233.27,3861.78,137.421,4.21269,300,5,0,11001,0,1,0,0,0),(101254,28218,571,1,1,22496,0,6228.05,3855.76,137.296,4.26716,300,5,0,11001,0,1,0,0,0),(101255,28218,571,1,1,22496,0,6232.85,3856.54,138.421,4.14972,300,5,0,11001,0,1,0,0,0),(101256,28218,571,1,1,22496,0,6234.99,3858.68,138.863,4.13183,300,5,0,11001,0,1,0,0,0),(101257,28218,571,1,1,22496,0,6265.79,3894.2,132.771,1.4724,300,0,0,11001,0,0,0,0,0),(101258,28218,571,1,1,22496,0,6262.38,3881.6,140.396,0.520117,300,5,0,11001,0,1,0,0,0),(101259,28218,571,1,1,22496,0,6263.34,3883.6,139.646,0.797803,300,5,0,11001,0,1,0,0,0),(101260,28218,571,1,1,22496,0,6264.82,3887.47,138.521,0.415225,300,5,0,11001,0,1,0,0,0),(101261,28218,571,1,1,22496,0,6263.35,3885.5,138.521,0.322053,300,5,0,11001,0,1,0,0,0),(101262,28218,571,1,1,22496,0,6312.94,4028.64,68.7133,4.04466,300,5,0,11001,0,1,0,0,0),(101263,28218,571,1,1,22496,0,6335.88,4020.77,72.0931,0.887317,300,0,0,11001,0,0,0,0,0),(101264,28218,571,1,1,22496,0,6333.12,3994.12,76.8106,3.10837,300,5,0,11001,0,1,0,0,0),(101265,28218,571,1,1,22496,0,6337.65,4002.33,75.1974,0.486798,300,5,0,11001,0,1,0,0,0),(101266,28218,571,1,1,22496,0,6258.76,3799.69,200.838,3.63057,300,5,0,11001,0,1,0,0,0),(101267,28218,571,1,1,22496,0,6286.91,3789.01,226.263,2.35619,300,5,0,11001,0,1,0,0,0),(101268,28218,571,1,1,22496,0,6245.64,3772.07,217.004,4.60308,300,5,0,11001,0,1,0,0,0),(101269,28218,571,1,1,22496,0,6269.96,3803.9,204.655,5.07676,300,5,0,11001,0,1,0,0,0),(101270,28218,571,1,1,22496,0,6357.55,3727.13,337.801,6.26573,300,0,0,11001,0,0,0,0,0),(101271,28218,571,1,1,22496,0,6365.58,3734.77,341.938,2.49582,300,0,0,11001,0,0,0,0,0),(101272,28218,571,1,1,22496,0,6347.35,3723.84,330.808,4.53786,300,0,0,11001,0,0,0,0,0),(101273,28218,571,1,1,22496,0,6340.75,3729.75,323.596,5.23599,300,0,0,11001,0,0,0,0,0),(101274,28218,571,1,1,22496,0,6337.9,3716.99,325.665,6.00393,300,0,0,11001,0,0,0,0,0),(101275,28218,571,1,1,22496,0,6133.17,3828.63,67.5704,0.890564,300,5,0,11001,0,1,0,0,0),(101276,28218,571,1,1,22496,0,6101.91,3810.27,60.6072,3.37923,300,5,0,11001,0,1,0,0,0),(101277,28218,571,1,1,22496,0,6160.73,3731.82,155.034,1.241,300,5,0,11001,0,1,0,0,0),(101278,28218,571,1,1,22496,0,6175.22,3765.12,144.4,4.06001,300,5,0,11001,0,1,0,0,0),(101279,28218,571,1,1,22496,0,6173.77,3740.56,156.8,6.22777,300,5,0,11001,0,1,0,0,0),(101280,28218,571,1,1,22496,0,6173.35,3768.99,140.955,2.19184,300,5,0,11001,0,1,0,0,0),(101281,28218,571,1,1,22496,0,6156.01,3749.21,139.772,4.62827,300,5,0,11001,0,1,0,0,0),(101282,28218,571,1,1,22496,0,6153.63,3745.52,140.631,3.96378,300,5,0,11001,0,1,0,0,0),(101283,28218,571,1,1,22496,0,6175.45,3756.15,148.546,4.05366,300,5,0,11001,0,1,0,0,0),(101284,28218,571,1,1,22496,0,6073.13,3748.35,82.8689,0.966641,300,5,0,11001,0,1,0,0,0),(101285,28218,571,1,1,22496,0,5991.78,3710.32,36.4438,3.49132,300,5,0,11001,0,1,0,0,0),(101286,28218,571,1,1,22496,0,6070.04,3751.02,77.9885,0.551228,300,5,0,11001,0,1,0,0,0),(101287,28218,571,1,1,22496,0,6089.3,3743.23,100.869,3.3709,300,5,0,11001,0,1,0,0,0),(101288,28218,571,1,1,22496,0,6106.55,3682.68,129.808,0.956775,300,5,0,11001,0,1,0,0,0),(101289,28218,571,1,1,22496,0,6107.36,3655.19,141.192,1.07176,300,5,0,11001,0,1,0,0,0),(101290,28218,571,1,1,22496,0,6084.2,3678.27,125.133,2.8798,300,5,0,11001,0,1,0,0,0),(101291,28218,571,1,1,22496,0,6105.65,3713.61,118.219,0.366126,300,5,0,11001,0,1,0,0,0),(101292,28218,571,1,1,22496,0,6115.76,3700,125.9,0.615367,300,5,0,11001,0,1,0,0,0),(101293,26426,571,1,1,13340,0,4927.35,1071.9,284.603,0.491164,300,5,0,9610,0,1,0,0,0),(101294,26426,571,1,1,13340,0,4164.75,-585.454,215.328,3.64007,300,5,0,9610,0,1,0,0,0),(101295,26426,571,1,1,13340,0,4154.82,-590.857,222.771,0.498479,300,5,0,9610,0,1,0,0,0),(101296,26426,571,1,1,13340,0,3689.46,-544.299,300.688,0.593603,300,5,0,9610,0,1,0,0,0),(101297,26426,571,1,1,13340,0,3344.79,-720.006,227.818,5.55711,300,5,0,9610,0,1,0,0,0),(101298,26426,571,1,1,13340,0,3293.44,-662.701,192.696,4.4404,300,5,0,9610,0,1,0,0,0),(101299,26426,571,1,1,13340,0,4808.56,976.11,165.979,4.71903,300,5,0,9610,0,1,0,0,0),(101300,23866,571,1,1,21783,1,1633.56,-6074.35,6.78254,6.21083,300,0,0,6986,0,0,0,0,0),(101301,26426,571,1,1,13340,0,3327.78,-887.645,227.57,5.61564,300,5,0,9610,0,1,0,0,0),(101302,23866,571,1,1,21782,1,1582.47,-6261.88,6.62324,0.191986,300,0,0,6986,0,0,0,0,0),(101303,26170,571,1,1,23649,1,3691.94,3576.49,473.405,6.0912,300,0,0,67270,0,0,0,0,0),(101304,26426,571,1,1,13340,0,4138.26,1673.77,208.222,2.19048,300,5,0,9610,0,1,0,0,0),(101305,23866,571,1,1,21779,1,1503.84,-6199.36,6.26932,1.06465,300,0,0,6986,0,0,0,0,0),(101306,23866,571,1,1,21782,1,1510.44,-6211.49,5.82733,0.663225,300,0,0,6986,0,0,0,0,0),(101307,23866,571,1,1,21779,1,1570.57,-6265.96,6.70376,0.436332,300,0,0,6986,0,2,0,0,0),(101308,23866,571,1,1,21783,1,1556.95,-6244.24,6.80922,1.46608,300,0,0,6986,0,0,0,0,0),(101309,23866,571,1,1,21782,1,1559.64,-6135.03,8.44738,-0.547667,300,0,0,6986,0,0,0,0,0),(101310,23866,571,1,1,21782,1,1561.07,-6138.52,8.60052,0.749494,300,0,0,6986,0,0,0,0,0),(101311,23866,571,1,1,21782,1,1547.1,-6237.36,7.2817,0.174533,300,0,0,6986,0,0,0,0,0),(101312,23866,571,1,1,21782,1,1647.04,-6128.57,4.77465,0.287631,300,0,0,6986,0,0,0,0,0),(101313,23866,571,1,1,21783,1,1671.25,-6178.55,3.76222,1.62782,300,0,0,6986,0,0,0,0,0),(101314,23866,571,1,1,21779,1,1598.71,-6290.11,6.51159,5.44543,300,0,0,6986,0,0,0,0,0),(101315,23866,571,1,1,21779,1,1632.12,-6230.6,4.74742,0.727288,300,0,0,6986,0,0,0,0,0),(101316,23866,571,1,1,21779,1,1637.29,-6245.45,2.55576,0.505581,300,0,0,6986,0,0,0,0,0),(101317,23866,571,1,1,21782,1,1578.1,-6145.58,9.65558,1.43479,300,0,0,6986,0,0,0,0,0),(101318,23866,571,1,1,21779,1,1488.65,-6204.83,5.76912,0.994838,300,0,0,6986,0,2,0,0,0),(101319,23866,571,1,1,21783,1,1566.31,-6255.28,6.14965,5.34071,300,0,0,6986,0,0,0,0,0),(101320,23866,571,1,1,21782,1,1598.56,-6194.42,7.64514,0.830291,300,0,0,6986,0,0,0,0,0),(101321,23866,571,1,1,21782,1,1472.17,-6351.65,7.79158,1.20428,300,0,0,6986,0,0,0,0,0),(101322,23866,571,1,1,21782,1,1616.92,-6204.95,7.10457,0.477157,300,0,0,6986,0,0,0,0,0),(101323,23866,571,1,1,21782,1,1623.9,-6218.31,6.25506,0.813959,300,0,0,6986,0,0,0,0,0),(101324,23866,571,1,1,21782,1,1500.51,-6202.87,6.43402,3.7277,300,5,0,6986,0,1,0,0,0),(101325,23866,571,1,1,21783,1,1408.24,-6337.63,6.35427,0.790073,300,5,0,6986,0,1,0,0,0),(101326,23866,571,1,1,21779,1,1400.25,-6342.19,6.62609,4.62512,300,0,0,6986,0,0,0,0,0),(101327,23866,571,1,1,21782,1,1509.8,-6320.03,7.57621,4.90438,300,0,0,6986,0,0,0,0,0),(101328,23866,571,1,1,21779,1,1653.79,-6159.29,6.39681,2.51767,300,0,0,6986,0,0,0,0,0),(101329,23866,571,1,1,21783,1,1465.7,-6339.47,7.33254,5.5676,300,0,0,6986,0,0,0,0,0),(101330,26426,571,1,1,13340,0,5010.85,701.269,308.096,1.02803,300,5,0,9610,0,1,0,0,0),(248295,13196,429,1,1,0,0,-48.4529,-401.622,-4.13796,5.13127,86400,0,0,15198,0,0,0,0,0),(248294,13197,429,1,1,0,0,15.1764,-402.726,-4.138,4.92183,86400,0,0,12954,4326,0,0,0,0),(248293,13196,429,1,1,0,0,15.1764,-402.726,-4.138,4.92183,86400,0,0,15198,0,0,0,0,0),(248292,13197,429,1,1,0,0,21.0046,-457.192,-4.1597,0.715585,86400,0,0,12954,4326,0,0,0,0),(248291,13196,429,1,1,0,0,21.0046,-457.192,-4.1597,0.715585,86400,0,0,15198,0,0,0,0,0),(248290,11455,429,1,1,0,0,-23.1693,-457.025,-4.22551,0,86400,0,0,5490,7519,2,0,0,0),(101344,26939,571,1,1,24182,0,3881.99,-4514.32,217.39,3.38594,300,0,0,10635,0,0,0,0,0),(101345,27195,571,1,1,24389,0,2914.06,4073.28,2.35157,4.45059,300,0,0,3524,0,0,0,0,0),(101346,23867,571,1,1,11686,0,1633.23,-6229.33,4.61551,3.28122,300,0,0,4120,0,0,0,0,0),(101347,23867,571,1,1,11686,0,1636.5,-6074.56,7.71126,1.43117,300,0,0,4120,0,0,0,0,0),(101348,23867,571,1,1,11686,0,1648.56,-6127.67,4.79816,1.43117,300,0,0,4120,0,0,0,0,0),(101349,24123,571,1,1,22110,1,2633.78,-4379.52,283.846,0.048539,300,0,0,8982,3155,0,0,0,0),(101350,17467,571,1,1,16633,0,90.3887,-5539.13,390.97,1.88543,300,5,0,8,0,1,0,0,0),(101351,17467,571,1,1,16633,0,1180.17,-5893.16,276.416,0.171018,300,5,0,8,0,1,0,0,0),(101352,17467,571,1,1,16633,0,239.062,-5385.94,315.484,5.09285,300,5,0,8,0,1,0,0,0),(101353,17467,571,1,1,16633,0,606.928,-5787.72,283.432,1.59142,300,5,0,8,0,1,0,0,0),(101354,17467,571,1,1,16633,0,2069.46,-5350.99,228.287,0.387203,300,5,0,8,0,1,0,0,0),(101355,26171,571,1,1,23655,0,3301.53,3685.22,32.5513,4.17134,300,0,0,9610,3309,0,0,0,0),(101356,29499,571,1,1,26313,0,5718.13,600.287,648.582,4.15976,300,0,0,10635,0,0,0,0,0),(101357,23867,571,1,1,11686,0,1618.34,-6204.07,7.27046,3.00197,300,0,0,4120,0,0,0,0,0),(101358,23867,571,1,1,11686,0,1553.46,-6127.76,8.27308,0.261799,300,0,0,4120,0,0,0,0,0),(101359,23867,571,1,1,11686,0,1656.21,-6158.38,6.39951,1.97222,300,0,0,4120,0,0,0,0,0),(101360,23867,571,1,1,11686,0,1639.95,-6243.97,2.0111,5.34071,300,0,0,4120,0,0,0,0,0),(101361,23867,571,1,1,11686,0,1625.06,-6217.11,6.30174,4.32842,300,0,0,4120,0,0,0,0,0),(101362,23867,571,1,1,11686,0,1578.34,-6143.93,9.64872,4.60767,300,0,0,4120,0,0,0,0,0),(101363,23867,571,1,1,11686,0,1600.57,-6192.2,7.768,0.05236,300,0,0,4120,0,0,0,0,0),(101364,23867,571,1,1,11686,0,1562.38,-6137.48,8.52015,5.77704,300,0,0,4120,0,0,0,0,0),(101365,17467,571,1,1,16633,0,1981.31,-3109.08,149.026,3.50505,300,5,0,8,0,1,0,0,0),(101366,17467,571,1,1,16633,0,1117.32,-4220.6,155.202,5.68062,300,0,0,8,0,0,0,0,0),(101367,17467,571,1,1,16633,0,364.881,-5365.58,289.949,5.34808,300,5,0,8,0,1,0,0,0),(101368,17467,571,1,1,16633,0,1291.87,-4057.19,140.742,4.5228,300,5,0,8,0,1,0,0,0),(101369,17467,571,1,1,16633,0,981.188,-4197.17,163.025,4.27671,300,5,0,8,0,1,0,0,0),(101370,23867,571,1,1,11686,0,1670.91,-6176.88,3.72314,5.65487,300,0,0,4120,0,0,0,0,0),(101371,17467,571,1,1,16633,0,1850.27,-3739.88,152.561,3.01725,300,5,0,8,0,1,0,0,0),(101372,17467,571,1,1,16633,0,627.547,-5948.42,300.459,1.00826,300,5,0,8,0,1,0,0,0),(101373,17467,571,1,1,16633,0,1944.42,-3726.41,163.037,6.207,300,5,0,8,0,1,0,0,0),(101374,17467,571,1,1,16633,0,216.739,-4450.08,248.078,5.59422,300,5,0,8,0,1,0,0,0),(101375,17467,571,1,1,16633,0,1478.75,-5799.24,268.375,4.36437,300,5,0,8,0,1,0,0,0),(101376,17467,571,1,1,16633,0,1767.81,-4471.32,175.037,2.79082,300,5,0,8,0,1,0,0,0),(101377,17467,571,1,1,16633,0,158.459,-4852.26,304.231,5.27927,300,5,0,8,0,1,0,0,0),(101378,17467,571,1,1,16633,0,1437.14,-4467.06,157.267,5.99791,300,5,0,8,0,1,0,0,0),(101379,17467,571,1,1,16633,0,2189.99,-3138.38,139.929,4.26235,300,5,0,8,0,1,0,0,0),(101380,17467,571,1,1,16633,0,1993.6,-5763.52,222.512,5.79754,300,5,0,8,0,1,0,0,0),(101381,17467,571,1,1,16633,0,527.551,-6030.18,314.092,6.22202,300,5,0,8,0,1,0,0,0),(101382,17467,571,1,1,16633,0,1249.43,-5817.99,274.42,3.67613,300,5,0,8,0,1,0,0,0),(101383,17467,571,1,1,16633,0,1854.75,-4645.15,184.202,5.61011,300,5,0,8,0,1,0,0,0),(101384,17467,571,1,1,16633,0,1741.38,-3871.97,158.675,4.44932,300,5,0,8,0,1,0,0,0),(101385,17467,571,1,1,16633,0,8.48457,-4774.26,294.71,1.19128,300,5,0,8,0,1,0,0,0),(101386,17467,571,1,1,16633,0,1855.89,-3500.18,141.051,0.7324,300,5,0,8,0,1,0,0,0),(101387,17467,571,1,1,16633,0,1754.56,-5225,179.728,5.00048,300,5,0,8,0,1,0,0,0),(101388,24635,571,1,1,22581,1,953.445,-5022.56,6.19482,2.90214,300,0,0,6986,0,2,0,0,0),(101389,17467,571,1,1,16633,0,778.806,-3879.49,222.446,3.49864,300,5,0,8,0,1,0,0,0),(101390,17467,571,1,1,16633,0,1344.84,-6041.66,282.42,2.2419,300,5,0,8,0,1,0,0,0),(101391,17467,571,1,1,16633,0,1022.02,-5908.98,277.395,4.94505,300,5,0,8,0,1,0,0,0),(101392,17467,571,1,1,16633,0,883.071,-3766.43,190.841,4.42093,300,5,0,8,0,1,0,0,0),(101393,17467,571,1,1,16633,0,244.947,-4848.2,262.911,2.51605,300,5,0,8,0,1,0,0,0),(101394,17467,571,1,1,16633,0,741.061,-5856.85,288.01,3.08391,300,5,0,8,0,1,0,0,0),(101395,17467,571,1,1,16633,0,1308.56,-3577.21,153.041,4.71727,300,5,0,8,0,1,0,0,0),(101396,17467,571,1,1,16633,0,99.9718,-4676.96,286.467,2.22663,300,5,0,8,0,1,0,0,0),(101397,17467,571,1,1,16633,0,1821.36,-3177.46,154.728,5.7575,300,5,0,8,0,1,0,0,0),(101398,17467,571,1,1,16633,0,1345.97,-3981.52,129.705,1.08882,300,5,0,8,0,1,0,0,0),(101399,17467,571,1,1,16633,0,-72.6897,-5076.99,316.628,1.22299,300,5,0,8,0,1,0,0,0),(101400,24635,571,1,1,22582,1,949.325,-5019.37,6.62886,2.80998,300,0,0,6986,0,0,0,0,0),(101401,24635,571,1,1,22582,1,963.707,-5035.06,6.06086,4.08407,300,0,0,6986,0,0,0,0,0),(101402,17467,571,1,1,16633,0,619.233,-4578.75,204.287,3.09325,300,5,0,8,0,1,0,0,0),(101403,17467,571,1,1,16633,0,600.678,-4415.85,206.777,2.7426,300,5,0,8,0,1,0,0,0),(101404,17467,571,1,1,16633,0,454.277,-4773.83,213.178,1.67066,300,5,0,8,0,1,0,0,0),(101405,17467,571,1,1,16633,0,567.142,-5506.26,267.405,2.8464,300,5,0,8,0,1,0,0,0),(101406,27451,571,1,1,24640,0,4361.63,-2920.85,309.522,2.70526,300,0,0,8982,0,0,0,0,0),(101407,17467,571,1,1,16633,0,232.431,-4548.91,250.254,1.77029,300,5,0,8,0,1,0,0,0),(101408,24635,571,1,1,22582,1,1056.76,-5072.38,10.64,5.14872,300,0,0,6986,0,0,0,0,0),(101409,24635,571,1,1,22581,1,1081.28,-5064.93,10.6197,5.18363,300,0,0,6986,0,0,0,0,0),(101410,24635,571,1,1,22581,1,983.657,-5042.76,6.02819,5.3058,300,0,0,6986,0,0,0,0,0),(101411,24635,571,1,1,22582,1,1037.15,-5056.99,10.7648,3.68265,300,0,0,6986,0,0,0,0,0),(101412,17467,571,1,1,16633,0,384.957,-5624.29,295.731,1.81341,300,5,0,8,0,1,0,0,0),(101413,30011,571,1,1,27116,1,6820.28,-1613.27,816.831,5.89921,300,0,0,12600,0,0,0,0,0),(101414,29755,571,1,1,26726,0,7002.49,-1408.02,980.649,4.68684,300,5,0,3150,0,1,0,0,0),(101415,29755,571,1,1,26726,0,7027.46,-1415.24,983.899,1.44415,300,5,0,3150,0,1,0,0,0),(101416,29755,571,1,1,26726,0,7012.11,-1378.01,984.716,2.6499,300,5,0,3150,0,1,0,0,0),(101417,29755,571,1,1,26726,0,7038.48,-1377.13,983.449,4.23926,300,5,0,3150,0,1,0,0,0),(101418,29755,571,1,1,26726,0,7025.19,-1394.06,984.422,3.78115,300,5,0,3150,0,1,0,0,0),(101419,26172,571,1,1,23273,1,3309.02,3678.28,32.5513,2.32129,300,0,0,9082,2991,0,0,0,0),(101420,26172,571,1,1,23273,1,3296.99,3681.88,32.5513,4.10152,300,0,0,9082,2991,0,0,0,0),(101421,26172,571,1,1,23273,1,3320.22,3690.41,32.5316,4.06662,300,0,0,9082,2991,0,0,0,0),(101422,26172,571,1,1,23273,1,3329.27,3679.31,32.507,3.92699,300,0,0,9082,2991,0,0,0,0),(101423,26172,571,1,1,23273,1,3305.72,3682.25,32.5513,3.85718,300,0,0,9082,2991,0,0,0,0),(101424,27452,571,1,1,1126,0,4098.73,-3533.03,257.393,3.7001,300,0,0,42,0,0,0,0,0),(101425,27452,571,1,1,1126,0,4381.13,-4007.31,180.324,0.453786,300,0,0,42,0,0,0,0,0),(101426,27452,571,1,1,1126,0,4379.03,-3679.34,257.365,4.38078,300,0,0,42,0,0,0,0,0),(101427,27452,571,1,1,1126,0,4237.75,-3995.98,180.242,0.767945,300,0,0,42,0,0,0,0,0),(101428,27452,571,1,1,1126,0,4368.38,-4072.42,183.355,0.20944,300,0,0,42,0,0,0,0,0),(101429,27452,571,1,1,1126,0,4263.01,-3999.87,173.595,4.69494,300,0,0,42,0,0,0,0,0),(101430,27452,571,1,1,1126,0,4409.64,-4020.05,177.759,5.2709,300,0,0,42,0,0,0,0,0),(101431,27452,571,1,1,1126,0,4403.59,-3972.87,179.893,4.15388,300,0,0,42,0,0,0,0,0),(101432,29244,571,1,1,26066,1,3422.37,-2768.27,200.508,1.32645,300,0,0,12922,0,0,0,0,0),(101433,27452,571,1,1,1126,0,3406.98,-1791.81,100.172,5.42797,300,0,0,42,0,0,0,0,0),(101434,27452,571,1,1,1126,0,3386.31,-1799.51,98.5131,0.593412,300,0,0,42,0,0,0,0,0),(101435,27452,571,1,1,1126,0,3348.23,-1758.29,89.946,5.07891,300,0,0,42,0,0,0,0,0),(101436,27452,571,1,1,1126,0,3464.34,-1843.27,115.879,5.044,300,0,0,42,0,0,0,0,0),(101437,27452,571,1,1,1126,0,3332.04,-1749.54,89.0348,2.60054,300,0,0,42,0,0,0,0,0),(101438,27452,571,1,1,1126,0,3327.74,-1752.95,88.0006,5.06145,300,0,0,42,0,0,0,0,0),(101439,27452,571,1,1,1126,0,3396,-1801.71,110.961,4.39823,300,0,0,42,0,0,0,0,0),(101440,27452,571,1,1,1126,0,3325.45,-1770.32,87.829,4.69494,300,0,0,42,0,0,0,0,0),(101441,27452,571,1,1,1126,0,3384.65,-1806,110.537,0.314159,300,0,0,42,0,0,0,0,0),(101442,27452,571,1,1,1126,0,3442.37,-1855.42,114.805,2.9147,300,0,0,42,0,0,0,0,0),(101443,28220,571,1,1,10975,0,5979.84,3646.35,46.5455,5.78985,300,5,0,11001,0,1,0,0,0),(101444,28220,571,1,1,10975,0,5981.18,3651.21,46.2525,2.35235,300,5,0,11001,0,1,0,0,0),(101445,26172,571,1,1,23273,1,3289.62,3685.52,32.5513,1.01229,300,0,0,9082,2991,0,0,0,0),(101446,26172,571,1,1,23273,1,3312.26,3690.5,32.5513,5.96903,300,0,0,9082,2991,0,0,0,0),(101447,27452,571,1,1,1126,0,4201.51,-4176.42,212.079,2.80998,300,0,0,42,0,0,0,0,0),(101448,27452,571,1,1,1126,0,4542.69,-3755.68,226.764,2.1293,300,0,0,42,0,0,0,0,0),(101449,27452,571,1,1,1126,0,4113.31,-4134.91,199.073,4.41568,300,0,0,42,0,0,0,0,0),(101450,27452,571,1,1,1126,0,4454.69,-3684.24,232.745,2.04204,300,0,0,42,0,0,0,0,0),(101451,27452,571,1,1,1126,0,4250.64,-4024.37,176.758,3.38594,300,0,0,42,0,0,0,0,0),(101452,27452,571,1,1,1126,0,4213.73,-3655.93,255.137,0.750492,300,0,0,42,0,0,0,0,0),(101453,27452,571,1,1,1126,0,4266.38,-3702.68,259.743,5.13127,300,0,0,42,0,0,0,0,0),(101454,27452,571,1,1,1126,0,4442.5,-3691.63,236.125,0.802851,300,0,0,42,0,0,0,0,0),(101455,27452,571,1,1,1126,0,3364.84,-1811.79,98.2369,5.63741,300,0,0,42,0,0,0,0,0),(101456,27452,571,1,1,1126,0,3332.48,-1771.13,88.5309,3.9968,300,0,0,42,0,0,0,0,0),(101457,27452,571,1,1,1126,0,3458.01,-1842.45,114.093,1.20428,300,0,0,42,0,0,0,0,0),(101458,27452,571,1,1,1126,0,3367.16,-1806.58,97.7777,1.16937,300,0,0,42,0,0,0,0,0),(101459,27452,571,1,1,1126,0,3349.3,-1751.44,89.9793,1.98968,300,0,0,42,0,0,0,0,0),(101460,27452,571,1,1,1126,0,4399.3,-4041.36,178.301,5.51524,300,0,0,42,0,0,0,0,0),(101461,27452,571,1,1,1126,0,4515.62,-3811.56,217.38,0.628319,300,0,0,42,0,0,0,0,0),(101462,27452,571,1,1,1126,0,4402.77,-3662.82,249.376,0.069813,300,0,0,42,0,0,0,0,0),(101463,27452,571,1,1,1126,0,4144.71,-4122.34,194.376,3.07178,300,0,0,42,0,0,0,0,0),(101464,27452,571,1,1,1126,0,4499.37,-3726.55,222.124,4.08407,300,0,0,42,0,0,0,0,0),(101465,27452,571,1,1,1126,0,4406.48,-3995.67,178.846,0.628319,300,0,0,42,0,0,0,0,0),(101466,27452,571,1,1,1126,0,4560.25,-3943.96,228.393,2.42601,300,0,0,42,0,0,0,0,0),(101467,27452,571,1,1,1126,0,4439.71,-3730.79,228.83,1.5708,300,0,0,42,0,0,0,0,0),(101468,27452,571,1,1,1126,0,4034.43,-3471.03,272.184,0.017453,300,0,0,42,0,0,0,0,0),(101469,27452,571,1,1,1126,0,4235.06,-4172.3,210.94,0.069813,300,0,0,42,0,0,0,0,0),(101470,27452,571,1,1,1126,0,4423.85,-3968.57,181.05,2.42601,300,0,0,42,0,0,0,0,0),(101471,27452,571,1,1,1126,0,4212.21,-4135.26,192.324,0.331613,300,0,0,42,0,0,0,0,0),(101472,27452,571,1,1,1126,0,4420.33,-3918.43,186.169,4.79965,300,0,0,42,0,0,0,0,0),(101473,27452,571,1,1,1126,0,4217.25,-4102.71,188.669,1.85005,300,0,0,42,0,0,0,0,0),(101474,27452,571,1,1,1126,0,4075.54,-3537.06,252.73,3.33358,300,0,0,42,0,0,0,0,0),(101475,27452,571,1,1,1126,0,4240.27,-3674.02,257.08,6.16101,300,0,0,42,0,0,0,0,0),(101476,27452,571,1,1,1126,0,4536.6,-3750.58,225.968,5.75959,300,0,0,42,0,0,0,0,0),(101477,27452,571,1,1,1126,0,4439.4,-3960.03,182.997,3.76991,300,0,0,42,0,0,0,0,0),(101478,27452,571,1,1,1126,0,4206.42,-4205.62,223.564,1.97222,300,0,0,42,0,0,0,0,0),(101479,27452,571,1,1,1126,0,4431.26,-3996.6,181.077,0.925025,300,0,0,42,0,0,0,0,0),(101480,27452,571,1,1,1126,0,4597.11,-3767.97,237.382,5.60251,300,0,0,42,0,0,0,0,0),(101481,27452,571,1,1,1126,0,4206.9,-4159.97,204.567,0.15708,300,0,0,42,0,0,0,0,0),(101482,27452,571,1,1,1126,0,4445.6,-3777.23,214.538,2.96706,300,0,0,42,0,0,0,0,0),(101483,27452,571,1,1,1126,0,4459.9,-3733.5,222.791,5.16617,300,0,0,42,0,0,0,0,0),(101484,27452,571,1,1,1126,0,4549.26,-3684.67,231.896,4.86947,300,0,0,42,0,0,0,0,0),(101485,27452,571,1,1,1126,0,4394.75,-3784.2,218.077,3.40339,300,0,0,42,0,0,0,0,0),(101486,27452,571,1,1,1126,0,4113.41,-3532.94,262.33,3.89208,300,0,0,42,0,0,0,0,0),(101487,27452,571,1,1,1126,0,4168.49,-4248.06,250.049,5.84685,300,0,0,42,0,0,0,0,0),(101488,27452,571,1,1,1126,0,4506.56,-3779.34,217.526,5.46288,300,0,0,42,0,0,0,0,0),(101489,27452,571,1,1,1126,0,4141.36,-4208.85,231.036,0.279253,300,0,0,42,0,0,0,0,0),(101490,27452,571,1,1,1126,0,4596.59,-3927.65,237.586,5.98648,300,0,0,42,0,0,0,0,0),(101491,27452,571,1,1,1126,0,4565.56,-3861.95,230.326,0.017453,300,0,0,42,0,0,0,0,0),(101492,27452,571,1,1,1126,0,4265.46,-4019.01,170.356,3.85718,300,0,0,42,0,0,0,0,0),(101493,27452,571,1,1,1126,0,4470.28,-3870.76,204.322,0.20944,300,0,0,42,0,0,0,0,0),(101494,27452,571,1,1,1126,0,4148.54,-4166.72,212.481,4.64258,300,0,0,42,0,0,0,0,0),(101495,27452,571,1,1,1126,0,4554.58,-3720.37,229.499,3.00197,300,0,0,42,0,0,0,0,0),(101496,27452,571,1,1,1126,0,4192.65,-4034.28,170.86,0,300,0,0,42,0,0,0,0,0),(101497,27452,571,1,1,1126,0,4239.69,-2057.35,244.175,2.87979,300,0,0,42,0,0,0,0,0),(101499,28220,571,1,1,10975,0,5984.19,3695.69,37.7829,4.46469,300,5,0,11001,0,1,0,0,0),(101500,25660,571,1,1,23303,0,4181.5,4517.45,24.9416,5.95512,300,5,0,8982,0,1,0,0,0),(101501,28220,571,1,1,10975,0,6024.18,3673.31,69.3738,4.80075,300,5,0,11001,0,1,0,0,0),(101502,28220,571,1,1,10975,0,6046.48,3617.35,86.0364,2.26151,300,5,0,11001,0,1,0,0,0),(101503,28220,571,1,1,10975,0,6019.28,3675.51,65.3738,3.34364,300,5,0,11001,0,1,0,0,0),(101504,28220,571,1,1,10975,0,5992.37,3627.81,54.8047,1.27345,300,5,0,11001,0,1,0,0,0),(101505,28220,571,1,1,10975,0,5974.94,3656.96,42.4205,2.96929,300,5,0,11001,0,1,0,0,0),(101506,28220,571,1,1,10975,0,5974.08,3732.88,17.334,3.96636,300,5,0,11001,0,1,0,0,0),(101507,28220,571,1,1,10975,0,5988.51,3739.89,24.3006,4.21961,300,5,0,11001,0,1,0,0,0),(101508,28220,571,1,1,10975,0,6041.99,3710.75,71.4645,5.72552,300,5,0,11001,0,1,0,0,0),(101509,28220,571,1,1,10975,0,6040.93,3677.56,81.0855,1.28981,300,5,0,11001,0,1,0,0,0),(101510,28220,571,1,1,10975,0,6038.03,3659.01,81.7257,2.13768,300,5,0,11001,0,1,0,0,0),(101511,28220,571,1,1,10975,0,6023.64,3660.55,71.1319,5.85098,300,5,0,11001,0,1,0,0,0),(101512,28220,571,1,1,10975,0,6026.05,3676.4,70.1238,1.44573,300,5,0,11001,0,1,0,0,0),(101513,28220,571,1,1,10975,0,6048.67,3651.1,90.1409,5.64004,300,5,0,11001,0,1,0,0,0),(101514,28220,571,1,1,10975,0,6014.51,3640.76,66.4352,4.36253,300,5,0,11001,0,1,0,0,0),(101515,25660,571,1,1,570,0,4150.97,4624.47,12.3416,1.92001,300,5,0,8982,0,1,0,0,0),(101516,25660,571,1,1,570,0,4218.34,4624.2,16.9494,2.02012,300,5,0,8982,0,1,0,0,0),(101517,25660,571,1,1,24996,0,4191.39,4582.4,11.8416,0.847784,300,5,0,8982,0,1,0,0,0),(101518,25660,571,1,1,24997,0,4128.3,4723.48,12.8724,1.36911,300,5,0,8982,0,1,0,0,0),(101519,25660,571,1,1,23303,0,4252.77,4726.2,11.8416,4.67227,300,5,0,8982,0,1,0,0,0),(101520,25660,571,1,1,24996,0,4124.15,4585.44,11.8416,2.39315,300,5,0,8982,0,1,0,0,0),(101521,25660,571,1,1,24997,0,4116.53,4520.66,12.4666,1.1482,300,5,0,8982,0,1,0,0,0),(101522,25660,571,1,1,24996,0,4149.45,4735.79,12.1923,5.23714,300,5,0,8982,0,1,0,0,0),(101523,28220,571,1,1,10975,0,6205.73,4095.91,-6.55941,3.6851,300,5,0,11001,0,1,0,0,0),(101524,28220,571,1,1,10975,0,6218.32,4105.64,-3.86161,0.358199,300,5,0,11001,0,1,0,0,0),(101525,28220,571,1,1,10975,0,6238.5,4055.27,16.7728,6.06058,300,5,0,11001,0,1,0,0,0),(101526,25660,571,1,1,24997,0,4180.76,4741.63,11.7769,0.30322,300,5,0,8982,0,1,0,0,0),(101527,25660,571,1,1,570,0,4247.15,4646.69,8.65311,4.46145,300,5,0,8982,0,1,0,0,0),(101528,28220,571,1,1,10975,0,6017.29,3715.61,50.1037,3.5094,300,5,0,11001,0,1,0,0,0),(101529,28220,571,1,1,10975,0,6038.48,3712.31,68.4052,5.40925,300,5,0,11001,0,1,0,0,0),(101530,28220,571,1,1,10975,0,6262.61,3929.22,109.188,3.82788,300,5,0,11001,0,1,0,0,0),(101531,28220,571,1,1,10975,0,6277.21,3914.22,120.502,4.96613,300,5,0,11001,0,1,0,0,0),(101532,28220,571,1,1,10975,0,6264.9,3925.61,111.857,1.07527,300,5,0,11001,0,1,0,0,0),(101533,28220,571,1,1,10975,0,6304.26,3935.74,112.763,0.567949,300,5,0,11001,0,1,0,0,0),(101534,28220,571,1,1,10975,0,6247.55,3929.41,94.9829,3.11032,300,5,0,11001,0,1,0,0,0),(101535,28220,571,1,1,10975,0,6257.4,3893.46,131.184,6.21772,300,5,0,11001,0,1,0,0,0),(101536,28220,571,1,1,10975,0,6176.07,3768.39,143.317,5.18538,300,5,0,11001,0,1,0,0,0),(101537,28220,571,1,1,10975,0,6203.27,3788.54,146.423,0.77573,300,5,0,11001,0,1,0,0,0),(101538,28220,571,1,1,10975,0,6202.82,3859.74,134.088,4.86094,300,5,0,11001,0,1,0,0,0),(101539,28220,571,1,1,10975,0,6197.45,3830.73,136.323,6.21675,300,5,0,11001,0,1,0,0,0),(101540,28220,571,1,1,10975,0,6216.7,3837.9,137.041,5.26001,300,5,0,11001,0,1,0,0,0),(101541,28220,571,1,1,10975,0,6216.81,3821.88,138.477,0.245689,300,5,0,11001,0,1,0,0,0),(101542,28220,571,1,1,10975,0,6222.4,3822.15,140.91,1.49218,300,5,0,11001,0,1,0,0,0),(101543,28220,571,1,1,10975,0,6158.28,3845.13,92.7317,0.09685,300,5,0,11001,0,1,0,0,0),(101544,28220,571,1,1,10975,0,6187.99,3886.27,92.0134,3.09373,300,5,0,11001,0,1,0,0,0),(101545,28220,571,1,1,10975,0,6172.85,3867.94,92.9518,1.0385,300,5,0,11001,0,1,0,0,0),(101546,28220,571,1,1,10975,0,6252.3,3849.94,153.098,2.67227,300,5,0,11001,0,1,0,0,0),(101547,28220,571,1,1,10975,0,6221.35,3864.96,135.341,1.11226,300,5,0,11001,0,1,0,0,0),(101548,28220,571,1,1,10975,0,6220.34,3875.66,133.97,4.47757,300,5,0,11001,0,1,0,0,0),(101549,28220,571,1,1,10975,0,6275.5,3826.12,188.604,0.469519,300,5,0,11001,0,1,0,0,0),(101550,28220,571,1,1,10975,0,6283.64,3832.86,188.041,3.91042,300,5,0,11001,0,1,0,0,0),(101551,28220,571,1,1,10975,0,6257.57,3814.09,186.209,5.76077,300,5,0,11001,0,1,0,0,0),(101552,28220,571,1,1,10975,0,6296.85,3888.15,168.111,3.84326,300,5,0,11001,0,1,0,0,0),(101553,28220,571,1,1,10975,0,6287.62,3855.06,177.383,3.07223,300,5,0,11001,0,1,0,0,0),(101554,28220,571,1,1,10975,0,6294.35,3859.61,178.784,4.65283,300,5,0,11001,0,1,0,0,0),(101555,28220,571,1,1,10975,0,6287.38,3847.75,180.496,3.50288,300,5,0,11001,0,1,0,0,0),(101556,28220,571,1,1,10975,0,6306.75,3876.66,177.943,5.57382,300,5,0,11001,0,1,0,0,0),(101557,28220,571,1,1,10975,0,6210.76,3907.37,91.1366,0.861567,300,5,0,11001,0,1,0,0,0),(101558,28220,571,1,1,10975,0,6202.95,3902.64,90.6837,4.48091,300,5,0,11001,0,1,0,0,0),(101559,28220,571,1,1,10975,0,6289.71,4004.39,70.4854,4.488,300,5,0,11001,0,1,0,0,0),(101560,28220,571,1,1,10975,0,6273.66,3998,67.1882,1.0416,300,0,0,11001,0,0,0,0,0),(101561,28220,571,1,1,10975,0,6262.42,3899.74,127.182,5.35511,300,5,0,11001,0,1,0,0,0),(101562,28220,571,1,1,10975,0,6257.43,3962.4,75.9002,1.70399,300,5,0,11001,0,1,0,0,0),(101563,28220,571,1,1,10975,0,6245.29,3925.52,96.0626,4.79194,300,5,0,11001,0,1,0,0,0),(101564,28220,571,1,1,10975,0,6235.76,3941.84,76.6247,5.20269,300,5,0,11001,0,1,0,0,0),(101565,28220,571,1,1,10975,0,6221.93,3934.91,71.1079,4.99149,300,5,0,11001,0,1,0,0,0),(101566,28220,571,1,1,10975,0,6272.3,3960.23,79.6632,2.72208,300,5,0,11001,0,1,0,0,0),(101567,28220,571,1,1,10975,0,6241.21,3932.57,87.5541,0.905207,300,5,0,11001,0,1,0,0,0),(101568,28220,571,1,1,10975,0,6219.1,3918.66,88.6569,0.003906,300,5,0,11001,0,1,0,0,0),(101569,28220,571,1,1,10975,0,6205.42,3945.09,52.5335,0.004742,300,5,0,11001,0,1,0,0,0),(101570,28220,571,1,1,10975,0,6191.76,3905.87,87.9149,3.44985,300,5,0,11001,0,1,0,0,0),(101571,28220,571,1,1,10975,0,6206.57,3946.08,52.4355,0.045911,300,5,0,11001,0,1,0,0,0),(101572,28220,571,1,1,10975,0,6209.34,3936.3,60.9479,2.07638,300,5,0,11001,0,1,0,0,0),(101573,28220,571,1,1,10975,0,6180.86,3962.47,25.3273,5.09487,300,5,0,11001,0,1,0,0,0),(101574,28220,571,1,1,10975,0,6209.28,3951.04,51.2559,2.59615,300,5,0,11001,0,1,0,0,0),(101575,28220,571,1,1,10975,0,6214.42,4127.33,-11.4194,2.85659,300,5,0,11001,0,1,0,0,0),(101576,28220,571,1,1,10975,0,6243.8,4111.2,1.91686,0.202567,300,5,0,11001,0,1,0,0,0),(101577,28220,571,1,1,10975,0,6246.52,4117.99,-0.360097,1.48571,300,5,0,11001,0,1,0,0,0),(101578,28220,571,1,1,10975,0,6292.15,3973.67,75.3132,1.07107,300,0,0,11001,0,0,0,0,0),(101579,28220,571,1,1,10975,0,6264.45,3974.24,72.717,0.141069,300,5,0,11001,0,1,0,0,0),(101580,28220,571,1,1,10975,0,6239.5,3956.95,73.036,0.584481,300,5,0,11001,0,1,0,0,0),(101581,28220,571,1,1,10975,0,6255.44,3998.74,47.946,3.78139,300,0,0,11001,0,0,0,0,0),(101582,28220,571,1,1,10975,0,6265.74,3962.08,76.975,0.106666,300,5,0,11001,0,1,0,0,0),(101583,28220,571,1,1,10975,0,6205.93,3981.03,29.1506,0.576809,300,5,0,11001,0,1,0,0,0),(101584,28220,571,1,1,10975,0,6212.65,4040.88,12.8093,3.99773,300,5,0,11001,0,1,0,0,0),(101585,28220,571,1,1,10975,0,6194.61,3990.18,16.5696,2.62596,300,5,0,11001,0,1,0,0,0),(101586,28220,571,1,1,10975,0,6217.12,4034.45,16.5422,4.48115,300,5,0,11001,0,1,0,0,0),(101587,28220,571,1,1,10975,0,6230.53,3861.25,137.046,4.27085,300,5,0,11001,0,1,0,0,0),(101588,28220,571,1,1,10975,0,6231.67,3858.95,137.671,4.2141,300,5,0,11001,0,1,0,0,0),(101590,28220,571,1,1,10975,0,6228.43,3859.4,136.796,4.3027,300,5,0,11001,0,1,0,0,0),(101591,28220,571,1,1,10975,0,6237.74,3858.44,140.363,4.06845,300,5,0,11001,0,1,0,0,0),(101592,28220,571,1,1,10975,0,6265.07,3886.69,138.521,0.30497,300,5,0,11001,0,1,0,0,0),(101593,28220,571,1,1,10975,0,6263.13,3886.6,137.896,6.20787,300,5,0,11001,0,1,0,0,0),(101594,28220,571,1,1,10975,0,6264.09,3885.19,139.521,0.497546,300,5,0,11001,0,1,0,0,0),(101595,28220,571,1,1,10975,0,6264.13,3879.95,142.521,1.12288,300,5,0,11001,0,1,0,0,0),(101596,28220,571,1,1,10975,0,6261.71,3881.57,140.396,0.484349,300,5,0,11001,0,1,0,0,0),(101597,28220,571,1,1,10975,0,6308.01,3931.22,115.159,6.05668,300,5,0,11001,0,1,0,0,0),(101598,28220,571,1,1,10975,0,6292.63,3995.66,72.1882,3.86952,300,0,0,11001,0,0,0,0,0),(101600,28220,571,1,1,10975,0,6293.43,3996.34,72.1882,3.86695,300,0,0,11001,0,0,0,0,0),(101601,28220,571,1,1,10975,0,6356.57,3728.18,336.734,4.4855,300,0,0,11001,0,0,0,0,0),(101602,28220,571,1,1,10975,0,6350.81,3726.97,332.566,3.82227,300,0,0,11001,0,0,0,0,0),(101603,28220,571,1,1,10975,0,6341.3,3734.72,322.612,4.67748,300,0,0,11001,0,0,0,0,0),(101604,28220,571,1,1,10975,0,6353.9,3713.27,339.465,5.2709,300,0,0,11001,0,0,0,0,0),(101605,28220,571,1,1,10975,0,6365.6,3714.03,348.064,6.23082,300,0,0,11001,0,0,0,0,0),(101606,28220,571,1,1,10975,0,6209.11,3944.77,52.4649,4.46656,300,5,0,11001,0,1,0,0,0),(101607,28220,571,1,1,10975,0,6091.77,3766.38,96.366,1.23421,300,5,0,11001,0,1,0,0,0),(101608,28220,571,1,1,10975,0,6103.96,3814.65,59.2784,1.06389,300,5,0,11001,0,1,0,0,0),(101609,28220,571,1,1,10975,0,6072.89,3764.7,70.0761,4.90588,300,5,0,11001,0,1,0,0,0),(101610,28220,571,1,1,10975,0,6186.39,3737.6,165.55,0.98887,300,5,0,11001,0,1,0,0,0),(101611,28220,571,1,1,10975,0,6086.46,3763.54,92.8689,1.71254,300,5,0,11001,0,1,0,0,0),(101612,28220,571,1,1,10975,0,6093.2,3756.76,97.6297,4.26402,300,5,0,11001,0,1,0,0,0),(101613,28220,571,1,1,10975,0,6087.92,3753.53,95.7439,4.92298,300,5,0,11001,0,1,0,0,0),(101614,28220,571,1,1,10975,0,6148.12,3823.12,95.2438,4.20147,300,5,0,11001,0,1,0,0,0),(101615,28220,571,1,1,10975,0,6132.98,3841.37,60.81,1.03724,300,5,0,11001,0,1,0,0,0),(101616,28220,571,1,1,10975,0,6130.41,3798.4,96.1398,1.01665,300,5,0,11001,0,1,0,0,0),(101617,28220,571,1,1,10975,0,6145.58,3717.87,149.794,1.70064,300,5,0,11001,0,1,0,0,0),(101618,28220,571,1,1,10975,0,6166.62,3738.36,154.436,6.08157,300,5,0,11001,0,1,0,0,0),(101619,28220,571,1,1,10975,0,6142.18,3719.73,147.544,4.20401,300,5,0,11001,0,1,0,0,0),(101620,28220,571,1,1,10975,0,6167.58,3742.06,152.012,6.26561,300,5,0,11001,0,1,0,0,0),(101621,28220,571,1,1,10975,0,6176.31,3762.19,146.213,1.28364,300,5,0,11001,0,1,0,0,0),(101622,28220,571,1,1,10975,0,6186.49,3773.13,146.538,3.31027,300,5,0,11001,0,1,0,0,0),(101623,28220,571,1,1,10975,0,6188.65,3783.92,141.142,4.4141,300,5,0,11001,0,1,0,0,0),(101624,28220,571,1,1,10975,0,6255.19,3812.21,185.459,1.54622,300,5,0,11001,0,1,0,0,0),(101625,28220,571,1,1,10975,0,6237.24,3813.36,169.084,1.03229,300,5,0,11001,0,1,0,0,0),(101626,25660,571,1,1,23303,0,4111.04,4760.17,-1.93875,-0.026639,300,0,0,8982,0,0,0,0,0),(101627,28220,571,1,1,10975,0,6069.39,3744.77,80.2918,3.40836,300,5,0,11001,0,1,0,0,0),(101628,28220,571,1,1,10975,0,6064.6,3751.2,72.6924,0.294377,300,5,0,11001,0,1,0,0,0),(101629,28220,571,1,1,10975,0,6069.4,3760.7,69.1355,1.58642,300,5,0,11001,0,1,0,0,0),(101630,28220,571,1,1,10975,0,6017.46,3721.58,47.1975,4.80331,300,5,0,11001,0,1,0,0,0),(101631,28220,571,1,1,10975,0,6042.89,3709.98,72.2587,0.63842,300,5,0,11001,0,1,0,0,0),(101632,28220,571,1,1,10975,0,6070.83,3744.94,80.9939,2.6125,300,5,0,11001,0,1,0,0,0),(101633,28220,571,1,1,10975,0,6079.44,3688.18,121.676,4.32383,300,5,0,11001,0,1,0,0,0),(101634,28220,571,1,1,10975,0,6091.55,3690.68,123.831,4.90308,300,5,0,11001,0,1,0,0,0),(101635,28220,571,1,1,10975,0,6119.98,3694.91,129.933,2.80267,300,5,0,11001,0,1,0,0,0),(101636,28220,571,1,1,10975,0,6100.27,3656.82,140.885,4.18453,300,5,0,11001,0,1,0,0,0),(101637,28220,571,1,1,10975,0,6103.73,3712.26,118.405,3.98457,300,5,0,11001,0,1,0,0,0),(101638,25660,571,1,1,570,0,4069.09,4778.86,-2.03593,-0.158932,300,0,0,8982,0,0,0,0,0),(101639,25660,571,1,1,24997,0,4170.94,4669.09,17.5123,1.36136,300,0,0,8982,0,0,0,0,0),(101640,32572,571,1,1,25195,1,3089.83,339.602,71.3542,5.86715,300,0,0,9291,3231,2,0,0,0),(101641,32572,571,1,1,14886,1,3428.1,2735.99,48.713,0.45398,300,0,0,9291,3231,2,0,0,0),(101642,32572,571,1,1,25195,1,3284.69,2692.4,38.1012,2.9147,300,0,0,9291,3231,0,0,0,0),(101643,32572,571,1,1,14886,1,3530.85,2703.86,75.9756,0.680678,300,0,0,9291,3231,0,0,0,0),(101644,32572,571,1,1,14886,1,3397.47,2651.58,39.3502,0.632641,300,0,0,9291,3231,0,0,0,0),(101645,32572,571,1,1,25195,1,3463.22,2505.44,52.6251,6.26573,300,0,0,9291,3231,0,0,0,0),(101646,32572,571,1,1,14886,1,3263.32,2650.88,39.9403,2.60054,300,0,0,9291,3231,0,0,0,0),(101647,32572,571,1,1,25195,1,3309.66,2685.87,37.5615,3.39003,300,0,0,9291,3231,2,0,0,0),(101648,32572,571,1,1,25195,1,3196.95,2396.31,33.8196,3.54302,300,0,0,9291,3231,0,0,0,0),(101649,32572,571,1,1,25195,1,3185.76,2517.7,40.2205,2.87979,300,0,0,9291,3231,0,0,0,0),(101650,32572,571,1,1,14886,1,3522.27,2693.72,79.3418,1.05551,300,0,0,9291,3231,0,0,0,0),(101651,32572,571,1,1,14886,1,3473.78,2715.38,78.2269,0.439633,300,0,0,9291,3231,0,0,0,0),(101652,32572,571,1,1,14886,1,3280.69,2420.74,39.5391,2.67035,300,0,0,9291,3231,0,0,0,0),(101653,32572,571,1,1,25195,1,3249.54,2495.34,41.3687,1.25836,300,0,0,9291,3231,2,0,0,0),(101654,25660,571,1,1,570,0,4185.06,4583.14,11.8416,3.78988,300,5,0,8982,0,1,0,0,0),(101655,32572,571,1,1,25195,1,3398.48,2385.95,36.9679,3.19302,300,0,0,9291,3231,0,0,0,0),(101656,25660,571,1,1,23303,0,4119.63,4514.02,14.4666,2.14581,300,5,0,8982,0,1,0,0,0),(101657,26428,571,1,1,23774,1,4068.25,-3892.61,210.887,0.525271,300,0,0,8508,7981,0,0,0,0),(101658,26428,571,1,1,23774,1,3636.89,-3842.83,191.261,1.31798,300,5,0,8508,7981,1,0,0,0),(101659,26428,571,1,1,23774,1,3495.18,-3699.41,231.782,4.1624,300,5,0,8508,7981,1,0,0,0),(101660,25660,571,1,1,570,0,4450.8,4712.43,39.1916,0.663071,300,5,0,8982,0,1,0,0,0),(101669,28988,571,1,1,0,1,6838.8,-4556.25,442.323,1.5708,120,0,0,1,0,0,0,0,0),(101668,28988,571,1,1,0,1,6832.78,-4588.19,440.678,1.62316,120,0,0,1,0,0,0,0,0),(101667,28988,571,1,1,0,1,6823.61,-4471.85,440.678,4.97419,120,0,0,1,0,0,0,0,0),(101666,28988,571,1,1,0,1,6815.4,-4551.59,442.323,0.645772,120,0,0,1,0,0,0,0,0),(101665,28988,571,1,1,0,1,6814.46,-4503.21,442.323,6.23083,120,0,0,1,0,0,0,0,0),(101664,28988,571,1,1,0,1,6796.81,-4500.45,440.719,1.25664,120,0,0,1,0,2,0,0,0),(101663,28988,571,1,1,0,1,6795.69,-4525.88,440.678,0.0174533,120,0,0,1,0,0,0,0,0),(101662,28988,571,1,1,0,1,6780.26,-4548.34,440.678,0.366519,120,0,0,1,0,0,0,0,0),(101661,28988,571,1,1,0,1,6778.11,-4505.45,440.678,5.93412,120,0,0,1,0,0,0,0,0),(101670,25660,571,1,1,570,0,4253.6,4723.78,11.8416,1.03104,300,5,0,8982,0,1,0,0,0),(101671,25660,571,1,1,24997,0,4325.31,4721.35,24.5376,2.35953,300,5,0,8982,0,1,0,0,0),(101672,25660,571,1,1,23303,0,4147.75,4621.65,11.9666,2.4378,300,5,0,8982,0,1,0,0,0),(101673,25660,571,1,1,24997,0,4384.84,4710.08,24.5202,1.86908,300,5,0,8982,0,1,0,0,0),(101674,25660,571,1,1,570,0,4239.97,4660.31,7.15563,2.22967,300,0,0,8982,0,0,0,0,0),(101675,25660,571,1,1,570,0,4190.46,4739.13,11.7769,1.46051,300,5,0,8982,0,1,0,0,0),(101676,25660,571,1,1,570,0,4336.53,4529.49,36.9093,2.42601,300,0,0,8982,0,0,0,0,0),(101677,25660,571,1,1,23303,0,4299.5,4603.13,75.6443,3.57792,300,0,0,8982,0,0,0,0,0),(101678,25660,571,1,1,23303,0,4318.84,4459.29,63.2032,4.71532,300,5,0,8982,0,1,0,0,0),(101679,25660,571,1,1,570,0,4406.5,4549.19,25.6369,3.70588,300,0,0,8982,0,0,0,0,0),(101680,25660,571,1,1,24996,0,4395.14,4536.84,27.0281,1.74812,300,0,0,8982,0,0,0,0,0),(101681,25660,571,1,1,24996,0,4365.62,4541.97,16.1504,2.67386,300,0,0,8982,0,0,0,0,0),(101682,25660,571,1,1,24996,0,4396.61,4621.86,86.0171,4.93928,300,0,0,8982,0,0,0,0,0),(101683,25660,571,1,1,24996,0,4385.49,4465.14,91.0496,4.76123,300,5,0,8982,0,1,0,0,0),(101684,25660,571,1,1,24996,0,4453.68,4588.45,88.0194,3.14559,300,5,0,8982,0,1,0,0,0),(101685,25660,571,1,1,24996,0,4180.37,4516.63,25.2794,3.36585,300,5,0,8982,0,1,0,0,0),(101687,29500,571,1,1,26388,0,7052.19,-1966.43,770.348,5.3058,300,0,0,12600,0,0,0,0,0),(101688,32572,571,1,1,25195,1,3581.98,2634.99,89.3741,0.267859,300,5,0,9291,3231,1,0,0,0),(101689,32572,571,1,1,25195,1,3588.65,2458.73,84.8397,4.24912,300,0,0,9291,3231,0,0,0,0),(101690,30012,571,1,1,25771,1,7049.79,-1787.23,823.763,3.76991,300,0,0,12175,0,0,0,0,0),(101691,30012,571,1,1,25771,1,7027.54,-1799.22,822.578,5.46288,300,0,0,12175,0,0,0,0,0),(101692,30012,571,1,1,25771,1,7066.64,-1824.94,821.732,2.33874,300,0,0,12175,0,0,0,0,0),(101693,30012,571,1,1,25771,1,7095.77,-1796.03,823.103,3.35103,300,0,0,12175,0,0,0,0,0),(101694,30012,571,1,1,25771,1,7037.76,-1821.12,823.113,0.872665,300,0,0,12175,0,0,0,0,0),(101695,30012,571,1,1,25771,1,6856.12,-1569.25,821.543,5.67232,300,0,0,12175,0,0,0,0,0),(101696,30012,571,1,1,25771,1,6871.65,-1591.14,822.621,2.16421,300,0,0,12175,0,0,0,0,0),(101697,29500,571,1,1,26388,0,7317.91,-2322.94,751.994,0.534439,300,5,0,12600,0,1,0,0,0),(101698,30012,571,1,1,25771,1,6944.33,-1738.02,822.884,0.05236,300,0,0,12175,0,0,0,0,0),(101699,30012,571,1,1,25771,1,6995.92,-1744.8,822.145,1.58825,300,0,0,12175,0,0,0,0,0),(101700,30012,571,1,1,25771,1,6958.68,-1746.44,822.794,5.5676,300,0,0,12175,0,0,0,0,0),(101701,29500,571,1,1,26388,0,7277.37,-2277.59,755.446,6.16573,300,5,0,12600,0,1,0,0,0),(101702,30012,571,1,1,25771,1,7031.7,-1708.57,822.065,3.76991,300,0,0,12175,0,0,0,0,0),(101703,29500,571,1,1,26388,0,7226.81,-2230.91,758.742,2.3156,300,5,0,12600,0,1,0,0,0),(101704,29500,571,1,1,26388,0,7242.79,-2266.94,756.768,-1.67084,300,0,0,12600,0,0,0,0,0),(101705,29500,571,1,1,26388,0,7165.21,-2277.3,760.538,-1.85229,300,0,0,12600,0,0,0,0,0),(101706,29500,571,1,1,26388,0,7121.18,-2190.69,759.023,5.82804,300,0,0,12600,0,0,0,0,0),(101707,29500,571,1,1,26388,0,7192.08,-2213.84,759.234,5.72117,300,5,0,12600,0,1,0,0,0),(101708,29500,571,1,1,26388,0,7114.99,-2164.26,759.44,4.96827,300,5,0,12600,0,1,0,0,0),(101709,29500,571,1,1,26388,0,7073.99,-2006.69,766.334,5.39765,300,5,0,12600,0,1,0,0,0),(101710,29500,571,1,1,26388,0,7062.96,-1934.13,775.094,5.07891,300,0,0,12600,0,0,0,0,0),(101711,29500,571,1,1,26388,0,7092.24,-1973.15,770.156,4.62512,300,0,0,12600,0,0,0,0,0),(101712,29500,571,1,1,26388,0,7066.99,-1971.06,768.097,5.11381,300,0,0,12600,0,0,0,0,0),(101713,30013,571,1,1,26466,0,6599.46,-285.609,984.092,0.558505,300,15,0,60875,0,2,0,0,0),(101714,30013,571,1,1,26466,0,6603.49,-219.672,1025.59,1.52715,300,15,0,60875,0,2,0,0,0),(101715,30013,571,1,1,26466,0,6728.47,-127.282,1064.67,5.48793,300,15,0,60875,0,2,0,0,0),(101716,17213,571,1,1,16910,0,5899.54,610.182,650.498,2.43195,300,5,0,1,0,1,0,0,0),(101717,28221,571,1,1,0,0,4778.76,-3123.45,295.253,4.8437,300,5,0,10635,0,1,0,0,0),(101718,28221,571,1,1,0,0,4832.12,-2980.46,289.224,5.05831,300,5,0,10635,0,1,0,0,0),(101719,24125,571,1,1,22114,0,455.902,-4604.12,244.518,3.78736,300,0,0,8982,3155,0,0,0,0),(101720,30269,571,1,1,26910,0,5587.26,-694.69,206.71,0.541052,300,0,0,37800,11982,0,0,0,0),(101721,28989,571,1,1,25875,1,5778.98,547.457,651.639,2.49582,300,0,0,10635,0,0,0,0,0),(203620,28477,571,1,1,0,0,5844.44,-4429.9,374.27,5.66709,120,10,0,1,0,1,0,0,0),(101723,32573,571,1,1,28068,1,953.273,-5494.9,186.308,2.58309,300,0,0,38440,0,0,0,0,0),(62740,31805,620,1,1,0,1,8.10938,-1.96228,15.8348,3.22434,120,0,0,1,0,0,0,0,0),(101726,32573,571,1,1,28069,1,966.652,-5506.09,186.11,5.48033,300,0,0,38440,0,0,0,0,0),(203619,28477,571,1,1,0,0,5844.13,-4516.96,376.71,4.964,120,10,0,1,0,1,0,0,0),(101728,32573,571,1,1,28070,1,951.423,-5502.99,186.264,3.52556,300,0,0,38440,0,0,0,0,0),(101732,26173,571,1,1,7919,1,3296.31,3690.8,32.5513,5.58505,300,0,0,12493,3309,0,0,0,0),(203618,28477,571,1,1,0,0,5807.93,-4309.65,374.011,5.47996,120,10,0,1,0,1,0,0,0),(203617,28477,571,1,1,0,0,5652.75,-4219.53,362.88,6.2363,120,0,0,1,0,2,0,0,0),(203616,28477,571,1,1,0,0,5785.07,-4451.85,385.888,3.05404,120,10,0,1,0,1,0,0,0),(203615,28477,571,1,1,0,0,5776.61,-4372.71,386.624,1.9284,120,10,0,1,0,1,0,0,0),(203614,28477,571,1,1,0,0,5770.5,-4145.65,352.209,4.45448,120,10,0,1,0,1,0,0,0),(203613,28477,571,1,1,0,0,5773.58,-4087.02,352.345,5.51485,120,10,0,1,0,1,0,0,0),(101739,28221,571,1,1,0,0,5981.56,-2680.28,287.954,5.52322,300,5,0,10635,0,1,0,0,0),(101740,24637,571,1,1,12200,0,314.235,-3687.39,-1.25701,4.07102,300,5,0,8982,0,1,0,0,0),(203612,28477,571,1,1,0,0,5716.37,-4277.37,374.085,1.47719,120,10,0,1,0,1,0,0,0),(101742,28221,571,1,1,0,0,4885.42,-2868.75,291.096,1.78359,300,5,0,10635,0,1,0,0,0),(101743,28221,571,1,1,0,0,5925.48,-2685.13,289.097,0.868188,300,5,0,10635,0,1,0,0,0),(101744,28221,571,1,1,0,0,5994.22,-2831.05,291.396,2.3584,300,5,0,10635,0,1,0,0,0),(101745,28221,571,1,1,0,0,4836.49,-3076.91,292.003,6.14773,300,5,0,10635,0,1,0,0,0),(101746,24637,571,1,1,1557,0,239.109,-3679.64,-1.29722,0.212785,300,5,0,8982,0,1,0,0,0),(101747,28221,571,1,1,0,0,4882.93,-3015.26,291.37,5.20487,300,5,0,10635,0,1,0,0,0),(101748,24637,571,1,1,12200,0,149.497,-3541.73,-1.15686,4.31693,300,5,0,8982,0,1,0,0,0),(101749,24637,571,1,1,1557,0,216.026,-3445.92,-1.41848,0.991094,300,5,0,8982,0,1,0,0,0),(101750,24637,571,1,1,1557,0,119.237,-3595.4,-1.31315,4.94208,300,0,0,8982,0,0,0,0,0),(101751,28221,571,1,1,0,0,4889.35,-2936.09,290.478,3.99116,300,5,0,10635,0,1,0,0,0),(101752,24637,571,1,1,12200,0,89.7261,-3626.58,-1.67865,3.70187,300,5,0,8982,0,1,0,0,0),(101753,28221,571,1,1,0,0,6182.05,-2821.9,297.199,2.23956,300,5,0,10635,0,1,0,0,0),(101754,28221,571,1,1,0,0,6112.11,-2881.68,297.458,4.33165,300,5,0,10635,0,1,0,0,0),(101755,28221,571,1,1,0,0,5980.53,-2889.04,291,3.60567,300,5,0,10635,0,1,0,0,0),(203611,28477,571,1,1,0,0,5716.55,-4021.24,371.413,1.58825,120,0,0,1,0,0,0,0,0),(203610,28477,571,1,1,0,0,5716.28,-4118.03,353.27,1.54324,120,0,0,1,0,2,0,0,0),(203609,28477,571,1,1,0,0,5661.07,-4368.34,386.927,5.63279,120,10,0,1,0,1,0,0,0),(203608,28477,571,1,1,0,0,5661.23,-4085.24,352.299,0.582339,120,10,0,1,0,1,0,0,0),(203607,28477,571,1,1,0,0,5658.73,-4143.97,351.64,4.3279,120,10,0,1,0,1,0,0,0),(101761,28221,571,1,1,0,0,6056.86,-2884.48,296.494,0.772579,300,5,0,10635,0,1,0,0,0),(101762,28221,571,1,1,0,0,6186.02,-2880.49,290.619,5.31807,300,5,0,10635,0,1,0,0,0),(203606,28477,571,1,1,0,0,5643.23,-4266.15,374.835,2.69659,120,10,0,1,0,1,0,0,0),(101764,28221,571,1,1,0,0,6449.32,-2817.49,290.563,5.72556,300,5,0,10635,0,1,0,0,0),(101765,28221,571,1,1,0,0,6390.32,-2813.76,289.568,4.01185,300,5,0,10635,0,1,0,0,0),(101766,28221,571,1,1,0,0,6250.57,-2821.68,289.946,3.53017,300,5,0,10635,0,1,0,0,0),(101767,28221,571,1,1,0,0,6317.37,-2820.56,289.781,3.81568,300,5,0,10635,0,1,0,0,0),(101768,28221,571,1,1,0,0,6118,-2820.57,294.651,2.21673,300,5,0,10635,0,1,0,0,0),(101769,28221,571,1,1,0,0,6054.97,-2812.09,290.973,6.09227,300,5,0,10635,0,1,0,0,0),(203605,28477,571,1,1,0,0,5650.32,-4446.55,385.843,0.279105,120,10,0,1,0,1,0,0,0),(203604,28477,571,1,1,0,0,5626.8,-4306.69,374.12,4.50655,120,10,0,1,0,1,0,0,0),(203603,28477,571,1,1,0,0,5588.83,-4492.21,375.428,5.8715,120,10,0,1,0,1,0,0,0),(101773,28221,571,1,1,0,0,6227.81,-2308.13,292.332,2.80176,300,5,0,10635,0,1,0,0,0),(101774,28221,571,1,1,0,0,6143.79,-2323.5,294.934,4.44237,300,0,0,10635,0,0,0,0,0),(101775,28221,571,1,1,0,0,5745.36,-2345.97,288.616,1.86698,300,5,0,10635,0,1,0,0,0),(101776,28221,571,1,1,0,0,5819.75,-2559.14,292.837,3.53109,300,5,0,10635,0,1,0,0,0),(203602,28477,571,1,1,0,0,5591.94,-4417.89,375.059,1.59423,120,10,0,1,0,1,0,0,0),(101778,28221,571,1,1,0,0,5857.66,-2407.45,293.201,2.87186,300,0,0,10635,0,0,0,0,0),(101779,24637,571,1,1,1557,0,153.002,-3196.65,-1.14372,4.72372,300,5,0,8982,0,1,0,0,0),(101780,24637,571,1,1,12200,0,155.123,-3178.06,-1.21876,0.146443,300,5,0,8982,0,1,0,0,0),(101781,28221,571,1,1,0,0,5828.85,-2345.02,288.773,0.341469,300,5,0,10635,0,1,0,0,0),(101782,28221,571,1,1,0,0,5773.65,-2503.75,292.649,5.96968,300,0,0,10635,0,0,0,0,0),(101783,28221,571,1,1,0,0,5761.48,-2537.15,293.757,0.687428,300,5,0,10635,0,1,0,0,0),(101784,28221,571,1,1,0,0,5898.73,-2532.49,294.16,0.682179,300,0,0,10635,0,0,0,0,0),(101785,28221,571,1,1,0,0,5950.12,-2545.48,293.908,4.4231,300,5,0,10635,0,1,0,0,0),(101786,28221,571,1,1,0,0,5990.13,-2509.56,292.129,3.00581,300,5,0,10635,0,1,0,0,0),(101787,28221,571,1,1,0,0,5983.32,-2738.6,289.93,5.18477,300,5,0,10635,0,1,0,0,0),(101788,28221,571,1,1,0,0,6057.91,-2420.67,290.65,-2.96606,300,0,0,10635,0,0,0,0,0),(101789,28221,571,1,1,0,0,5837.86,-2466.82,297.459,0.677392,300,0,0,10635,0,0,0,0,0),(101791,28221,571,1,1,0,0,5963.22,-2411.91,293.459,4.85191,300,5,0,10635,0,1,0,0,0),(101792,28221,571,1,1,0,0,5954.36,-2475.73,293.051,0.051015,300,5,0,10635,0,1,0,0,0),(101793,28221,571,1,1,0,0,6015.16,-2350,293.029,3.67927,300,5,0,10635,0,1,0,0,0),(101794,28221,571,1,1,0,0,6012.3,-2409.39,290.465,2.35058,300,5,0,10635,0,1,0,0,0),(101795,28221,571,1,1,0,0,6012.34,-2471.71,292.3,1.13784,300,5,0,10635,0,1,0,0,0),(101796,28221,571,1,1,0,0,5900.52,-2418.23,293.278,5.90526,300,5,0,10635,0,1,0,0,0),(101797,28221,571,1,1,0,0,5928.65,-2509.85,292.535,5.57519,300,5,0,10635,0,1,0,0,0),(101798,24637,571,1,1,1557,0,2328.35,5043.59,-14.5625,5.04387,300,5,0,8982,0,1,0,0,0),(101799,24637,571,1,1,12199,0,2368.11,5019.14,-12.9529,1.82292,300,5,0,8982,0,1,0,0,0),(101800,24637,571,1,1,12200,0,2367.49,4994.74,-33.1094,2.04739,300,5,0,8982,0,1,0,0,0),(101801,30013,571,1,1,26466,0,6726.34,-30.36,999.096,1.33553,300,15,0,60875,0,2,0,0,0),(101802,23870,571,1,1,20250,0,1130.14,-3890.18,149.393,0.8544,300,0,0,42540,3561,0,0,0,0),(101803,23870,571,1,1,20250,0,1024.35,-3670.58,172.123,4.65045,300,0,0,42540,3561,0,0,0,0),(101804,26174,571,1,1,23483,0,3525.22,3772.63,53.2323,1.50098,300,0,0,8982,0,0,0,0,0),(101805,26174,571,1,1,23483,0,3273.63,3869.85,50.221,1.46608,300,0,0,8982,0,0,0,0,0),(101806,26174,571,1,1,23483,0,3640.14,3508.65,52.329,2.49582,300,0,0,8982,0,0,0,0,0),(101807,26174,571,1,1,23483,0,3516.81,3763.99,69.234,2.86234,300,0,0,8982,0,0,0,0,0),(101808,26174,571,1,1,23483,0,3649.88,3564.94,49.4963,1.85005,300,0,0,8982,0,0,0,0,0),(101809,26174,571,1,1,23483,0,3493.78,3819.74,35.2626,4.66787,300,0,0,8982,0,0,0,0,0),(101810,26174,571,1,1,23483,0,3358.4,3548.39,30.9281,5.2709,300,0,0,8982,0,0,0,0,0),(101811,28990,571,1,1,25876,0,5916.94,660.61,643.496,2.24424,300,0,0,10635,0,0,0,0,0),(101812,26174,571,1,1,23483,0,3487.48,3495.33,54.8687,2.14666,300,5,0,8982,0,1,0,0,0),(101814,26174,571,1,1,23483,0,3533.72,3564.81,43.5197,0.744454,300,0,0,8982,0,0,0,0,0),(101815,26174,571,1,1,23483,0,3570.22,3722.29,49.4043,0.698132,300,0,0,8982,0,0,0,0,0),(101817,26174,571,1,1,23483,0,3499.7,3508.94,62.8086,1.91042,300,0,0,8982,0,2,0,0,0),(101818,26174,571,1,1,23483,0,3571.72,3700.34,49.664,4.11898,300,0,0,8982,0,0,0,0,0),(101819,26174,571,1,1,23483,0,3356.02,3496.17,28.7494,5.86431,300,0,0,8982,0,0,0,0,0),(101820,26174,571,1,1,23483,0,3644.96,3560.28,44.124,4.13643,300,0,0,8982,0,0,0,0,0),(101823,26174,571,1,1,23483,0,3471.28,3562.5,39.9048,1.21692,300,0,0,8982,0,0,0,0,0),(101824,26174,571,1,1,23483,0,3629.85,3321.43,39.0565,5.044,300,0,0,8982,0,0,0,0,0),(101825,26174,571,1,1,23483,0,3512.17,3551.17,44.313,1.90324,300,0,0,8982,0,0,0,0,0),(101828,25434,571,1,1,0,0,4417.53,5298.86,67.34,3.1,120,0,0,1,0,2,0,0,0),(101830,28478,571,1,3,25181,0,5715.42,-3999.43,372.07,1.58825,300,0,0,42,0,0,0,0,0),(101831,26174,571,1,1,23483,0,3463.4,3288.19,50.8353,3.44811,300,5,0,8982,0,1,0,0,0),(101832,26174,571,1,1,23483,0,3413.74,3747.74,35.891,4.60767,300,0,0,8982,0,0,0,0,0),(101833,26174,571,1,1,23483,0,3520.46,3791.86,72.2413,3.92024,300,5,0,8982,0,1,0,0,0),(101834,26174,571,1,1,23483,0,3363.25,3558.22,20.4561,0.418879,300,0,0,8982,0,0,0,0,0),(101836,26174,571,1,1,23483,0,3504.87,3647.09,47.9214,1.71042,300,0,0,8982,0,0,0,0,0),(101837,26174,571,1,1,23483,0,3534.36,3772.21,49.2727,0.331613,300,0,0,8982,0,0,0,0,0),(101838,26174,571,1,1,23483,0,3633.17,3507.34,46.5903,3.08923,300,0,0,8982,0,0,0,0,0),(101839,26174,571,1,1,23483,0,3517.05,3632.72,49.5072,1.50098,300,0,0,8982,0,0,0,0,0),(101840,26174,571,1,1,23483,0,3525.34,3832.73,69.658,4.30021,300,0,0,8982,0,2,0,0,0),(101841,26174,571,1,1,23483,0,3497.03,3552.61,68.4867,3.82613,300,5,0,8982,0,1,0,0,0),(101842,26174,571,1,1,23483,0,3473.72,3288.98,34.8545,5.67232,300,0,0,8982,0,0,0,0,0),(101843,26174,571,1,1,23483,0,3459.44,3316.87,37.1755,3.83703,300,5,0,8982,0,1,0,0,0),(101845,26174,571,1,1,23483,0,3391.84,3757.09,36.0499,0.488692,300,0,0,8982,0,0,0,0,0),(101846,26174,571,1,1,23483,0,3489.3,3531.08,70.1833,4.62848,300,5,0,8982,0,1,0,0,0),(101849,26174,571,1,1,23483,0,3624.39,3319.45,38.2832,3.42085,300,0,0,8982,0,0,0,0,0),(101850,26174,571,1,1,23483,0,3365.62,3872.74,38.9667,0.541052,300,0,0,8982,0,0,0,0,0),(101853,26174,571,1,1,23483,0,3537.58,3551.87,55.4407,2.31103,300,5,0,8982,0,1,0,0,0),(101854,26174,571,1,1,23483,0,3466.84,3550.38,53.1804,1.15689,300,5,0,8982,0,1,0,0,0),(101855,26174,571,1,1,23483,0,3561,3538.08,64.392,2.64431,300,0,0,8982,0,2,0,0,0),(101856,26174,571,1,1,23483,0,3639.79,3405.59,44.2626,4.27606,300,0,0,8982,0,0,0,0,0),(101858,26174,571,1,1,23483,0,3468.62,3323.81,58.5728,4.49697,300,5,0,8982,0,1,0,0,0),(101859,26174,571,1,1,23483,0,3522.63,3631.61,46.793,5.68977,300,0,0,8982,0,0,0,0,0),(101860,26174,571,1,1,23483,0,3671.19,3616.11,51.934,3.9619,300,0,0,8982,0,0,0,0,0),(101862,26174,571,1,1,23483,0,3581.07,3333.1,39.1743,1.79769,300,0,0,8982,0,0,0,0,0),(101863,26174,571,1,1,23483,0,3447.82,3326.66,52.6513,0.79018,300,5,0,8982,0,1,0,0,0),(101866,26174,571,1,1,23483,0,3676.77,3621.56,56.5534,1.71042,300,0,0,8982,0,0,0,0,0),(101867,26174,571,1,1,23483,0,3451.95,3769.29,58.9801,4.36086,300,5,0,8982,0,1,0,0,0),(101868,26174,571,1,1,23483,0,3442.53,3275.81,71.4875,5.53624,300,5,0,8982,0,1,0,0,0),(101871,26174,571,1,1,23483,0,3430.29,3310.53,66.8889,4.82584,300,5,0,8982,0,1,0,0,0),(101872,26174,571,1,1,23483,0,3455.99,3314.02,29.464,5.6538,300,0,0,8982,0,0,0,0,0),(101875,26174,571,1,1,23483,0,3493.47,3548.36,68.5546,4.18437,300,5,0,8982,0,1,0,0,0),(101876,26174,571,1,1,23483,0,3270.75,3859.45,55.2725,5.60251,300,0,0,8982,0,0,0,0,0),(101877,26174,571,1,1,23483,0,3289.68,3541.01,27.5198,0.244346,300,0,0,8982,0,0,0,0,0),(101878,26174,571,1,1,23483,0,3496.14,3524.28,62.8621,1.61078,300,5,0,8982,0,1,0,0,0),(101879,26174,571,1,1,23483,0,3481.92,3344.71,74.5662,2.33487,300,5,0,8982,0,1,0,0,0),(101883,26174,571,1,1,23483,0,3478.8,3476.43,53.1805,2.14175,300,5,0,8982,0,1,0,0,0),(101884,26174,571,1,1,23483,0,3436.26,3349.19,74.5662,3.95367,300,5,0,8982,0,1,0,0,0),(101886,26174,571,1,1,23483,0,3470.06,3504.78,60.0288,4.64764,300,0,0,8982,0,2,0,0,0),(101887,26174,571,1,1,23483,0,3487.02,3801.5,64.2862,5.45827,300,0,0,8982,0,2,0,0,0),(101888,26174,571,1,1,23483,0,3425.07,3778.04,54.5209,4.11139,300,5,0,8982,0,1,0,0,0),(101890,26174,571,1,1,23483,0,3383.88,3761.42,43.1566,1.44862,300,0,0,8982,0,0,0,0,0),(101901,26174,571,1,1,23483,0,3493.74,3552.07,54.3281,0.876157,300,5,0,8982,0,1,0,0,0),(101905,26174,571,1,1,23483,0,3523.9,3802.87,64.2862,1.99621,300,5,0,8982,0,1,0,0,0),(101906,24126,571,1,1,21762,0,1948.54,-6146.63,24.2777,2.89725,300,0,0,9291,0,0,0,0,0),(101908,26174,571,1,1,23483,0,3491.15,3809.74,72.586,1.45698,300,5,0,8982,0,1,0,0,0),(101911,26174,571,1,1,23483,0,3427.05,3761.5,60.2671,2.18018,300,5,0,8982,0,1,0,0,0),(101920,26174,571,1,1,23483,0,3445.8,3773.46,54.4274,1.83995,300,5,0,8982,0,1,0,0,0),(101921,26174,571,1,1,23483,0,3433.85,3770.4,31.7491,2.80335,300,0,0,8982,0,0,0,0,0),(101923,26174,571,1,1,23483,0,3259.67,3860.65,50.2237,2.98451,300,0,0,8982,0,0,0,0,0),(101925,26174,571,1,1,23483,0,3451.9,3774.35,60.279,5.5225,300,0,0,8982,0,2,0,0,0),(101926,26942,571,1,1,23277,1,4576.08,-1397.42,159.3,3.16581,300,0,0,7952,7654,2,0,0,0),(101927,26942,571,1,1,23277,1,4518.84,-1322.93,156.974,4.66714,300,0,0,7952,7654,2,0,0,0),(101928,26942,571,1,1,23277,1,4556.79,-1387.17,156.631,2.99047,300,0,0,7952,7654,2,0,0,0),(101929,26174,571,1,1,23483,0,3512.76,3582.7,53.1805,6.23154,300,0,0,8982,0,2,0,0,0),(101930,24638,571,1,1,22549,0,2392.43,-4651.98,229.12,2.87164,300,5,0,9291,0,1,0,0,0),(101931,26174,571,1,1,23483,0,3520.23,3809.85,64.2862,2.09041,300,5,0,8982,0,1,0,0,0),(101932,26174,571,1,1,23483,0,3491.93,3549.64,54.3281,0.981118,300,5,0,8982,0,1,0,0,0),(101934,26174,571,1,1,23483,0,3432.8,3780.93,62.0534,0.272489,300,5,0,8982,0,1,0,0,0),(101935,26174,571,1,1,23483,0,3445.61,3764.39,52.99,0.910298,300,5,0,8982,0,1,0,0,0),(101936,26174,571,1,1,23483,0,3493,3514.08,56.9705,4.92974,300,5,0,8982,0,1,0,0,0),(101938,28479,571,1,1,25461,1,5736.14,-3571.37,386.995,6.16101,300,0,0,9416,8459,0,0,0,0),(101939,24639,571,1,1,228,1,-91.8194,-3532.71,7.7126,5.07891,300,0,0,9291,0,0,0,0,0),(101940,30271,571,1,1,26911,0,5032.91,-521.242,226.074,0.191986,300,0,0,37800,11982,0,0,0,0),(101941,24127,571,1,1,22115,1,2671.59,-4322.75,290.908,0.261799,300,0,0,9291,0,0,0,0,0),(202329,33372,571,1,1,0,1,8401.49,680.507,550.252,5.37472,300,0,0,25200,0,0,0,0,0),(62739,31807,620,1,1,0,0,-19.8763,-0.049722,17.6106,2.86234,120,0,0,1,0,0,0,0,0),(101944,28991,571,1,1,25877,0,5715.78,597.486,648.674,0.942478,300,0,0,11698,0,0,0,0,0),(101945,23871,571,1,1,21927,1,975.511,-3966.15,164.46,3.05433,300,0,0,7984,0,2,0,0,0),(101946,23871,571,1,1,21927,1,927.89,-3969.92,170.742,3.53443,300,0,0,7984,0,2,0,0,0),(101947,23871,571,1,1,21927,1,1032.13,-3930.06,158.689,1.25231,300,0,0,7984,0,2,0,0,0),(101948,23871,571,1,1,21927,1,940.882,-3877.79,172.793,3.00197,300,5,0,7984,0,1,0,0,0),(101949,23871,571,1,1,21927,1,924.419,-3934.7,176.032,4.04916,300,5,0,7984,0,1,0,0,0),(101950,23871,571,1,1,21927,1,934.731,-3846.45,175.207,0.087266,300,5,0,7984,0,1,0,0,0),(101951,23871,571,1,1,21927,1,979.77,-3850.17,171.958,5.05018,300,0,0,7984,0,2,0,0,0),(101952,23871,571,1,1,21927,1,1009.31,-3977.18,159.217,1.95402,300,0,0,7984,0,2,0,0,0),(101953,23871,571,1,1,21927,1,977.991,-3852.59,171.971,2.40855,300,0,0,7984,0,0,0,0,0),(101954,23871,571,1,1,21927,1,978.072,-3905.54,177.052,2.72271,300,0,0,7984,0,0,0,0,0),(101955,23871,571,1,1,21927,1,983.57,-3890.67,177.287,2.86234,300,0,0,7984,0,0,0,0,0),(101956,23871,571,1,1,21927,1,1058.32,-3876.58,158.928,4.31563,300,0,0,7984,0,2,0,0,0),(101957,23871,571,1,1,21927,1,980.505,-3873.01,177.236,1.78024,300,0,0,7984,0,0,0,0,0),(101958,23871,571,1,1,21927,1,964.758,-3990.83,163.756,3.43471,300,5,0,7984,0,1,0,0,0),(101959,23871,571,1,1,21927,1,1043.19,-3938.89,155.505,2.92847,300,5,0,7984,0,1,0,0,0),(101960,23871,571,1,1,21927,1,1037.4,-3984.67,159.863,5.41095,300,5,0,7984,0,1,0,0,0),(101961,23871,571,1,1,21927,1,1099.35,-3867.65,155.149,1.23813,300,5,0,7984,0,1,0,0,0),(101962,26944,571,1,1,24184,0,3840.65,-4523.31,210.699,5.60251,300,0,0,10635,0,0,0,0,0),(101963,28480,571,1,1,25463,1,5790.66,-3566.08,386.605,3.14159,300,0,0,9103,8313,0,0,0,0),(101964,27456,571,1,1,24643,1,4344.64,-3314.85,311.3,4.22605,300,5,0,9940,0,1,0,0,0),(101965,28992,571,1,1,25878,0,5667.73,621.069,648.189,2.07694,300,0,0,10635,0,0,0,0,0),(79,25665,571,1,1,0,0,3645.95,4551.1,-15,0.715585,120,0,0,1,0,0,0,0,0),(101968,27456,571,1,1,24642,1,4390.21,-3309.17,316.911,2.76353,300,5,0,9940,0,1,0,0,0),(101969,27456,571,1,1,24643,1,4417.05,-3237.69,310.495,0.424755,300,0,0,9940,0,0,0,0,0),(101970,27456,571,1,1,24645,1,4422.84,-3292.22,321.708,2.89094,300,0,0,9940,0,0,0,0,0),(101971,27456,571,1,1,24645,1,4331.68,-2826.26,296.283,4.60475,300,5,0,9940,0,1,0,0,0),(101972,27712,571,1,1,24994,0,3653.13,-1262.09,98.0912,5.43792,8,5,0,399,0,1,0,0,0),(133261,27712,571,1,1,24992,0,3690.16,-1144.33,97.6508,4.33844,8,5,0,399,0,1,0,0,0),(133262,27712,571,1,1,24995,0,3658.88,-1249.62,98.0911,0.746046,8,5,0,399,0,1,0,0,0),(101978,27456,571,1,1,24645,1,4482.38,-3230.17,323.067,1.13305,300,0,0,9940,0,0,0,0,0),(101979,24128,571,1,1,22003,0,1794.69,-5829.07,3.73337,0.316241,300,5,0,6986,0,1,0,0,0),(101980,27456,571,1,1,24643,1,4252.65,-2865.77,284.702,0.679724,300,0,0,9940,0,0,0,0,0),(101981,27456,571,1,1,24643,1,4265.29,-2864.21,287.58,-1.46054,300,0,0,9940,0,0,0,0,0),(101982,27456,571,1,1,24645,1,4265.46,-2862.31,287.644,-1.52927,300,0,0,9940,0,0,0,0,0),(101983,27456,571,1,1,24645,1,4266.76,-2862.44,287.983,-1.76534,300,0,0,9940,0,0,0,0,0),(102032,29504,571,1,1,0,0,7319.73,-3256.89,843.941,4.57911,300,5,0,1,0,1,0,0,0),(101985,27456,571,1,1,24643,1,4447.6,-3180.92,311.941,4.94189,300,5,0,9940,0,1,0,0,0),(101986,27456,571,1,1,24643,1,4417.25,-3149.78,310.025,-1.30656,300,0,0,9940,0,0,0,0,0),(101987,27456,571,1,1,24645,1,4407.9,-2947.67,308.399,6.1971,300,5,0,9940,0,1,0,0,0),(101988,27456,571,1,1,24644,1,4340.63,-2939.74,309.776,5.68215,300,5,0,9940,0,1,0,0,0),(101989,27456,571,1,1,24643,1,4337.77,-2896.26,306.833,1.4672,300,5,0,9940,0,1,0,0,0),(101990,27456,571,1,1,24643,1,4298.21,-2812.64,287.607,6.2332,300,5,0,9940,0,1,0,0,0),(101991,27456,571,1,1,24644,1,4375.33,-3087.64,339.874,1.89715,300,0,0,9940,0,0,0,0,0),(101992,27456,571,1,1,24644,1,4428.44,-3037.09,309.142,3.70976,300,5,0,9940,0,1,0,0,0),(101993,27456,571,1,1,24645,1,4423.57,-2977.32,308.807,3.8373,300,5,0,9940,0,1,0,0,0),(101994,27456,571,1,1,24643,1,4430.85,-3107.79,311.876,0.057053,300,0,0,9940,0,0,0,0,0),(101995,27456,571,1,1,24643,1,4422.09,-3049.04,328.632,0.793351,300,5,0,9940,0,1,0,0,0),(101996,27456,571,1,1,24642,1,4396.52,-3041.3,328.632,0.45581,300,5,0,9940,0,1,0,0,0),(101997,24128,571,1,1,22003,0,1862.65,-5928.67,6.72251,0.186164,300,5,0,6986,0,1,0,0,0),(101998,24128,571,1,1,22003,0,1717.92,-5893.44,6.91745,5.48148,300,5,0,6986,0,1,0,0,0),(101999,24128,571,1,1,22003,0,1709.4,-5914.52,6.98769,4.60757,300,5,0,6986,0,1,0,0,0),(102000,24128,571,1,1,22003,0,1792.67,-5904.5,7.45863,6.22635,300,5,0,6986,0,1,0,0,0),(102001,24128,571,1,1,22003,0,1738.93,-5989.27,7.42886,3.1575,300,5,0,6986,0,1,0,0,0),(102002,27456,571,1,1,24643,1,4366.17,-3093.59,326.447,-2.9893,300,0,0,9940,0,0,0,0,0),(102003,24128,571,1,1,22003,0,1743.95,-5855.11,6.82785,2.35126,300,5,0,6986,0,1,0,0,0),(102004,24128,571,1,1,22003,0,1835.97,-5875.26,6.15298,0.365631,300,5,0,6986,0,1,0,0,0),(102005,24128,571,1,1,22003,0,1741.84,-5903.04,6.6944,3.86824,300,5,0,6986,0,1,0,0,0),(102006,27456,571,1,1,24642,1,4285.11,-2822.52,285.533,1.29154,300,0,0,9940,0,0,0,0,0),(102007,27456,571,1,1,24645,1,4364.09,-3079.47,339.366,4.90757,300,0,0,9940,0,2,0,0,0),(102008,27456,571,1,1,24643,1,4437.5,-3106.47,310.551,-2.59574,300,0,0,9940,0,0,0,0,0),(102009,27456,571,1,1,24642,1,4371.03,-3092.77,326.538,4.76475,300,0,0,9940,0,0,0,0,0),(102010,27456,571,1,1,24643,1,4377.19,-3092.54,339.849,4.44662,300,0,0,9940,0,0,0,0,0),(102011,27456,571,1,1,24644,1,4358.59,-3096.41,326.441,-2.85726,300,0,0,9940,0,0,0,0,0),(102012,27456,571,1,1,24642,1,4186.47,-2809.06,281.424,4.50525,300,5,0,9940,0,1,0,0,0),(102013,27456,571,1,1,24642,1,4221.4,-2846.38,278.741,4.53142,300,0,0,9940,0,0,0,0,0),(102014,27456,571,1,1,24645,1,4230.32,-2872.04,280.79,2.79883,300,0,0,9940,0,0,0,0,0),(102015,27456,571,1,1,24645,1,4253.83,-2863.8,285.129,-0.199545,300,0,0,9940,0,0,0,0,0),(102016,27456,571,1,1,24645,1,4259.39,-2867.96,285.808,2.56984,300,0,0,9940,0,0,0,0,0),(102017,27456,571,1,1,24645,1,4263.64,-2896.07,283.917,6.20363,300,5,0,9940,0,1,0,0,0),(102018,27456,571,1,1,24642,1,4293.87,-2868.06,294.551,3.64774,300,0,0,9940,0,0,0,0,0),(102019,27456,571,1,1,24644,1,4270.1,-2843.48,285.396,4.70962,300,5,0,9940,0,1,0,0,0),(102020,27456,571,1,1,24644,1,4234.69,-2853.36,282.797,5.72426,300,0,0,9940,0,0,0,0,0),(102021,27456,571,1,1,24645,1,4217.74,-2853.85,280.171,5.55015,300,0,0,9940,0,0,0,0,0),(102031,29504,571,1,1,0,0,7318.66,-3108.58,837.577,0.786478,300,5,0,1,0,1,0,0,0),(102030,29504,571,1,1,0,0,7257.36,-3650.48,823.727,5.32071,300,5,0,1,0,1,0,0,0),(102029,29504,571,1,1,0,0,7250.41,-3082.81,837.577,5.27369,300,5,0,1,0,1,0,0,0),(102028,29504,571,1,1,0,0,7247.22,-3147.93,837.577,3.11385,300,5,0,1,0,1,0,0,0),(102027,29504,571,1,1,0,0,7245.61,-3324.14,852.137,0.200458,300,5,0,1,0,1,0,0,0),(102026,29504,571,1,1,0,0,7223.21,-3625.21,823.447,3.3342,300,5,0,1,0,1,0,0,0),(102025,29504,571,1,1,0,0,7221.06,-3668.07,823.829,5.13326,300,5,0,1,0,1,0,0,0),(102024,29504,571,1,1,0,0,7212.51,-3459.92,835.768,5.01096,300,0,0,1,0,2,0,0,0),(102023,29504,571,1,1,0,0,7185.57,-3578.21,826.378,4.54277,300,0,0,1,0,2,0,0,0),(102022,29504,571,1,1,0,0,7185.38,-3632.05,824.247,4.33822,300,5,0,1,0,1,0,0,0),(101984,29504,571,1,1,0,0,7168.31,-3616.87,830.689,3.69274,300,5,0,1,0,1,0,0,0),(102033,28993,571,1,1,25983,1,5772.41,575.343,650.479,1.20428,300,0,0,11167,0,0,0,0,0),(102034,27457,571,1,1,24649,1,4197.44,-2965.72,283.402,5.37561,300,0,0,9940,0,0,0,0,0),(102035,27457,571,1,1,24646,1,4371.29,-2875.78,305.9,3.94444,300,0,0,9940,0,0,0,0,0),(102036,27457,571,1,1,24647,1,4375.23,-2890.43,308.175,1.51844,300,0,0,9940,0,0,0,0,0),(102037,27457,571,1,1,24647,1,4177.54,-3000.1,282.389,0.977384,300,0,0,9940,0,0,0,0,0),(102038,27457,571,1,1,24646,1,4031.59,-2832.09,282.135,2.49582,300,0,0,9940,0,0,0,0,0),(78,25664,571,1,1,0,0,3487.67,4516.64,-15,2.18166,120,0,0,1,0,0,0,0,0),(102040,24129,571,1,1,22116,1,2683.6,-4302.24,290.889,4.86947,300,0,0,9610,0,0,0,0,0),(102041,27457,571,1,1,24647,1,4379.25,-2882.24,306.63,5.2709,300,0,0,9940,0,0,0,0,0),(102042,27457,571,1,1,24647,1,4108.35,-2891.83,279.916,4.24115,300,0,0,9940,0,0,0,0,0),(102043,27457,571,1,1,24648,1,4369.62,-2884.56,306.877,5.91667,300,0,0,9940,0,0,0,0,0),(102044,27457,571,1,1,24647,1,4006.14,-2846.95,274.676,2.42601,300,0,0,9940,0,0,0,0,0),(102045,27457,571,1,1,24647,1,4181.23,-2974.36,284.822,0.401426,300,0,0,9940,0,0,0,0,0),(102046,27457,571,1,1,24646,1,4366.8,-2894.08,307.251,1.81514,300,0,0,9940,0,0,0,0,0),(102047,27457,571,1,1,24646,1,4379.08,-2896,308.969,0.314159,300,0,0,9940,0,0,0,0,0),(102048,29505,571,1,1,26339,1,5907.09,675.225,643.496,2.23402,300,0,0,10635,0,0,0,0,0),(102049,31041,571,1,1,27451,0,5141.84,-501.27,175.657,5.89034,300,5,0,11001,3643,1,0,0,0),(102050,31041,571,1,1,27451,0,5644.41,-932.727,183.262,1.70789,300,5,0,11001,3643,1,0,0,0),(102051,31041,571,1,1,9590,0,5575.8,-887.28,173.345,3.83841,300,5,0,11001,3643,1,0,0,0),(102052,31041,571,1,1,9590,0,5140.73,-657.463,170.301,0.100769,300,5,0,11001,3643,1,0,0,0),(102053,31041,571,1,1,27451,0,5540.42,-587.47,157.161,1.34955,300,5,0,11001,3643,1,0,0,0),(102054,31041,571,1,1,9590,0,5139.53,-382.407,180.856,0.144247,300,5,0,11001,3643,1,0,0,0),(102055,31041,571,1,1,9590,0,5217.54,-209.919,163.101,3.80734,300,5,0,11001,3643,1,0,0,0),(102056,31041,571,1,1,27451,0,5535.75,-762.614,156.007,4.98456,300,5,0,11001,3643,1,0,0,0),(102057,31041,571,1,1,27451,0,5528.82,-71.8255,149.573,5.72335,300,5,0,11001,3643,1,0,0,0),(102058,31041,571,1,1,27451,0,5586.74,-141.681,154.428,0.496242,300,5,0,11001,3643,1,0,0,0),(102059,31041,571,1,1,9590,0,5625.96,-314.39,154.56,0.253537,300,5,0,11001,3643,1,0,0,0),(102060,31041,571,1,1,9590,0,5590.18,-475.506,156.503,2.55281,300,5,0,11001,3643,1,0,0,0),(102061,31041,571,1,1,9590,0,5437.86,-40.612,148.985,0.150792,300,5,0,11001,3643,1,0,0,0),(102062,31041,571,1,1,9590,0,5381.39,-74.6469,151.067,0.894724,300,5,0,11001,3643,1,0,0,0),(102063,32321,571,1,1,27919,1,5775.17,600.201,565.303,1.06758,300,0,0,8982,0,0,0,0,0),(102065,31041,571,1,1,9590,0,5544.27,-578.239,158.729,5.2963,300,5,0,11001,3643,1,0,0,0),(102066,31041,571,1,1,9590,0,5597.34,-454.287,155.511,2.3151,300,5,0,11001,3643,1,0,0,0),(102067,31041,571,1,1,9590,0,5642.18,-372.675,156.265,2.70635,300,5,0,11001,3643,1,0,0,0),(102068,31041,571,1,1,9590,0,5534.44,-759.552,154.74,2.62013,300,5,0,11001,3643,1,0,0,0),(102069,29762,571,1,1,26516,0,7798.38,-2810.29,1217.93,3.85718,300,0,0,12600,0,0,0,0,0),(102070,28994,571,1,1,25880,1,5658,643.859,648.063,0.349066,300,0,0,8508,7981,0,0,0,0),(102071,29506,571,1,1,26338,1,5910.86,683.046,643.496,2.46859,300,0,0,10635,0,2,0,0,0),(102072,24642,571,1,1,22575,1,-77.8816,-3667.12,13.1028,4.18879,300,0,0,8982,0,0,0,0,0),(102073,26946,571,1,1,26859,0,4559.94,-1418.81,159.655,6.00378,300,0,0,9940,0,0,0,0,0),(102074,26946,571,1,1,26859,0,4621.44,-1430.32,160.396,0.887315,300,0,0,9940,0,2,0,0,0),(102075,27202,571,1,1,24398,1,2802.19,-345.282,130.794,4.79264,300,0,0,7432,7332,2,0,0,0),(102076,24642,571,1,1,22593,1,-137.781,-3613.93,1.2869,0,300,0,0,8982,0,0,0,0,0),(102077,24642,571,1,1,22594,1,-106.752,-3614.7,1.34987,2.9147,300,0,0,8982,0,0,0,0,0),(102078,24642,571,1,1,22593,1,-88.326,-3539.04,7.79883,0.349066,300,0,0,8982,0,0,0,0,0),(102079,24642,571,1,1,22575,1,-89.6225,-3533.87,7.79883,0.139626,300,0,0,8982,0,0,0,0,0),(102080,24642,571,1,1,22594,1,-84.2935,-3532.25,7.79883,3.4383,300,0,0,8982,0,0,0,0,0),(102081,24642,571,1,1,22593,1,-80.8345,-3541.08,7.80065,3.54302,300,0,0,8982,0,0,0,0,0),(102082,27202,571,1,1,24399,1,2826.18,-461.474,153.489,3.94444,300,0,0,7432,7332,0,0,0,0),(102083,27202,571,1,1,24398,1,2836.69,-327.393,113.712,0.813416,300,0,0,7432,7332,2,0,0,0),(102084,27202,571,1,1,24399,1,2801.7,-493.415,126.846,5.63741,300,0,0,7432,7332,2,0,0,0),(102085,27202,571,1,1,24398,1,2814.25,-443.377,119.698,3.94444,300,0,0,7432,7332,0,0,0,0),(102086,27202,571,1,1,24398,1,2820.88,-394.706,118.261,5.65487,300,0,0,7432,7332,0,0,0,0),(102087,27202,571,1,1,24399,1,2841.11,-443.571,119.699,5.51524,300,0,0,7432,7332,0,0,0,0),(102088,27202,571,1,1,24398,1,2695.54,-353.169,141.3,5.28835,300,0,0,7432,7332,0,0,0,0),(102089,27202,571,1,1,24399,1,2845.21,-431.951,118.279,0.890118,300,0,0,7432,7332,0,0,0,0),(102090,27202,571,1,1,24399,1,2847.89,-471.277,126.99,5.47626,300,5,0,7432,7332,1,0,0,0),(102091,27202,571,1,1,24398,1,2860.65,-491.629,119.699,2.1293,300,0,0,7432,7332,0,0,0,0),(102092,27202,571,1,1,24398,1,2732.4,-189.707,138.848,2.1544,300,5,0,7432,7332,1,0,0,0),(102093,27202,571,1,1,24398,1,2862.18,-434.333,118.204,5.91869,300,5,0,7432,7332,1,0,0,0),(102094,27202,571,1,1,24398,1,2782.57,-474.781,117.704,-2.08126,300,0,0,7432,7332,0,0,0,0),(102095,23874,571,1,1,1086,0,2499.58,-4552.96,236.793,2.49872,300,5,0,7984,0,1,0,0,0),(102096,26946,571,1,1,26856,0,4584.87,-1368.45,156.848,5.86004,300,5,0,9940,0,1,0,0,0),(102097,27202,571,1,1,24399,1,2773.95,-310.96,130.552,0.733038,300,0,0,7432,7332,2,0,0,0),(102098,26946,571,1,1,26859,0,4577.19,-1360.74,156.932,4.54584,300,5,0,9940,0,1,0,0,0),(102099,26946,571,1,1,26859,0,4531.9,-1353.13,156.934,3.0255,300,0,0,9940,0,0,0,0,0),(102100,26946,571,1,1,26856,0,4559.53,-1331.54,156.838,5.35957,300,5,0,9940,0,1,0,0,0),(102101,26946,571,1,1,26859,0,4518.48,-1352.25,156.692,3.08041,300,5,0,9940,0,1,0,0,0),(102102,24642,571,1,1,22575,1,-125.28,-3545.36,3.54212,1.8675,300,0,0,8982,0,0,0,0,0),(102103,24642,571,1,1,22575,1,-120.465,-3596.66,2.8795,4.04916,300,0,0,8982,0,0,0,0,0),(102104,24642,571,1,1,22594,1,-119.017,-3537.47,3.66712,3.61283,300,5,0,8982,0,1,0,0,0),(102105,27458,571,1,1,16633,0,4477.98,-4151.51,170.941,3.94072,60,0,0,8,0,0,0,0,0),(102106,23874,571,1,1,1086,0,2482.65,-4577.3,237.328,2.61106,300,5,0,7984,0,1,0,0,0),(102107,23874,571,1,1,1086,0,2440.07,-4573.83,231.274,0.917779,300,5,0,7984,0,1,0,0,0),(102108,23874,571,1,1,1086,0,2422.05,-4556.65,222.461,4.71434,300,5,0,7984,0,1,0,0,0),(102109,23874,571,1,1,1086,0,2445.6,-4616.78,230.924,5.40189,300,5,0,7984,0,1,0,0,0),(102110,29250,571,1,1,24277,0,2551.9,-1836.04,10.637,2.11185,300,0,0,20564,0,0,0,0,0),(102111,23874,571,1,1,1086,0,2327.04,-4568.23,220.815,0.770647,300,5,0,7984,0,1,0,0,0),(102112,23874,571,1,1,1086,0,2320.29,-4618.02,217.895,4.92027,300,5,0,7984,0,1,0,0,0),(102113,23874,571,1,1,1086,0,2416.39,-4570.83,223.839,1.66672,300,5,0,7984,0,1,0,0,0),(102114,23874,571,1,1,1086,0,2379,-4541.82,215.992,4.61804,300,5,0,7984,0,1,0,0,0),(102115,23874,571,1,1,1086,0,2358.62,-4576.18,220.829,1.02486,300,5,0,7984,0,1,0,0,0),(102116,23874,571,1,1,1086,0,2392.81,-4580.01,223.533,5.77324,300,5,0,7984,0,1,0,0,0),(102117,23874,571,1,1,1086,0,2408.73,-4630.34,227.169,2.64659,300,5,0,7984,0,1,0,0,0),(102118,23874,571,1,1,1086,0,2355.39,-4661.1,231.455,0.851782,300,5,0,7984,0,1,0,0,0),(102119,23874,571,1,1,1086,0,2407.52,-4654.18,225.631,0.00211,300,5,0,7984,0,1,0,0,0),(102120,23874,571,1,1,1086,0,2353.59,-4663.92,231.967,4.78479,300,5,0,7984,0,1,0,0,0),(102121,23874,571,1,1,1086,0,2303.25,-4661.66,221.15,0.380808,300,5,0,7984,0,1,0,0,0),(102122,23874,571,1,1,1086,0,2351.64,-4618.98,225.42,4.25835,300,5,0,7984,0,1,0,0,0),(102123,32322,571,1,1,27916,1,5770.72,595.668,565.303,-2.17714,300,0,0,8982,0,0,0,0,0),(102124,29763,571,1,1,26517,0,5757.77,643.9,661.649,6.24828,300,0,0,42,0,0,0,0,0),(102125,26179,571,1,1,23800,1,3848.54,2898.08,91.1404,1.01229,300,0,0,6116,0,0,0,0,0),(102126,26179,571,1,1,23797,1,3794.47,2838.86,90.5973,2.58309,300,0,0,6116,0,0,0,0,0),(102127,24131,571,1,1,22134,1,2439.61,-5186.39,277.595,0.767945,300,0,0,9610,0,0,0,0,0),(102128,29507,571,1,1,26337,0,5904.79,771.715,649.083,4.59022,300,0,0,10635,0,0,0,0,0),(102129,26179,571,1,1,23799,1,3769.72,2935.34,90.4883,1.85005,300,0,0,6116,0,0,0,0,0),(102130,28995,571,1,1,25594,0,5796.52,690.499,647.163,4.08407,300,0,0,8508,7981,0,0,0,0),(102131,26179,571,1,1,23797,1,3855.15,2868.71,90.506,5.51524,300,0,0,6116,0,0,0,0,0),(102132,26179,571,1,1,23797,1,3776.75,2840.57,90.7777,3.12414,300,0,0,6116,0,0,0,0,0),(102133,26435,571,1,1,11686,0,3680.28,2875.03,91.3649,0.122173,300,0,0,42,0,0,0,0,0),(102134,26179,571,1,1,23799,1,3871.79,2897.72,90.2035,1.74533,300,0,0,6116,0,0,0,0,0),(102135,26435,571,1,1,11686,0,3696.63,2826.11,88.0005,5.13127,300,0,0,42,0,0,0,0,0),(102136,27203,571,1,1,24402,1,2699.9,-197.939,144.466,1.29654,300,0,0,9291,0,0,0,0,0),(102137,26179,571,1,1,23798,1,3711.63,2894.54,93.1766,3.7001,300,0,0,6116,0,0,0,0,0),(102138,26179,571,1,1,23797,1,3747.91,2881.22,92.8144,5.44543,300,0,0,6116,0,0,0,0,0),(102139,26179,571,1,1,23798,1,3788.93,2860.7,90.6981,1.0472,300,0,0,6116,0,0,0,0,0),(102140,26179,571,1,1,23800,1,3724.32,2830.6,90.2768,5.61996,300,0,0,6116,0,0,0,0,0),(102141,26179,571,1,1,23797,1,3757.53,2871.59,92.9361,0.959931,300,0,0,6116,0,0,0,0,0),(102142,26179,571,1,1,23799,1,3759.71,2874.33,92.9385,2.82743,300,0,0,6116,0,0,0,0,0),(102143,26179,571,1,1,23797,1,3719.84,2890.33,92.2591,3.71755,300,0,0,6116,0,0,0,0,0),(102144,26179,571,1,1,23797,1,3764.42,2932.16,90.5196,1.97222,300,0,0,6116,0,0,0,0,0),(102145,26179,571,1,1,23800,1,3758.84,2916.43,91.0085,3.66519,300,0,0,6116,0,0,0,0,0),(102146,26179,571,1,1,23797,1,3754.33,2914.66,90.7862,0.820305,300,0,0,6116,0,0,0,0,0),(102147,26179,571,1,1,23797,1,3750.47,2882.79,92.7894,5.35816,300,0,0,6116,0,0,0,0,0),(102148,26179,571,1,1,23800,1,3716.72,2858.31,90.4211,3.42085,300,0,0,6116,0,0,0,0,0),(102149,26179,571,1,1,23800,1,3714.52,2854.45,90.2627,1.44862,300,0,0,6116,0,0,0,0,0),(102150,26179,571,1,1,23798,1,3717.16,2891.13,92.7392,5.09636,300,0,0,6116,0,0,0,0,0),(102151,27203,571,1,1,24402,1,2822.49,-144.002,142.045,1.69297,300,0,0,9291,0,0,0,0,0),(102152,27203,571,1,1,24405,1,2860.35,-164.134,139.616,0.860051,300,5,0,9291,0,1,0,0,0),(102153,27203,571,1,1,24401,1,2955.85,-452.854,140.849,4.85202,300,0,0,9291,0,0,0,0,0),(102154,27203,571,1,1,24401,1,2742.22,-84.9073,117.092,0.884726,300,5,0,9291,0,1,0,0,0),(102155,27203,571,1,1,24402,1,2945.65,-256.839,133.466,3.03201,300,5,0,9291,0,1,0,0,0),(102156,27203,571,1,1,24402,1,2742.66,-134.223,140.347,1.74533,300,0,0,9291,0,0,0,0,0),(102157,27203,571,1,1,24402,1,2737.62,-108.108,114.848,2.28638,300,0,0,9291,0,0,0,0,0),(102158,27203,571,1,1,24405,1,2958.48,-502.302,116.257,0.147119,300,5,0,9291,0,1,0,0,0),(102159,27203,571,1,1,24401,1,2933.97,-456.075,125.4,2.68781,300,0,0,9291,0,0,0,0,0),(102160,27203,571,1,1,24404,1,2725.19,-394.369,133.403,1.52094,300,5,0,9291,0,1,0,0,0),(102161,27203,571,1,1,24402,1,2803.45,-358.029,130.706,2.50851,300,0,0,9291,0,0,0,0,0),(102162,27203,571,1,1,24401,1,2680.48,-120.131,118.299,3.12414,300,0,0,9291,0,0,0,0,0),(102163,27203,571,1,1,24405,1,2751.89,-473.461,123.165,0.264667,300,0,0,9291,0,0,0,0,0),(102164,27203,571,1,1,24401,1,2805.56,-345.074,130.663,3.12414,300,0,0,9291,0,0,0,0,0),(102165,27203,571,1,1,24401,1,2804.53,-333.359,131.423,3.47321,300,0,0,9291,0,0,0,0,0),(102166,27203,571,1,1,24401,1,2798.45,-322.386,130.549,3.82227,300,0,0,9291,0,0,0,0,0),(102167,27203,571,1,1,24401,1,2839.49,-459.271,135.362,1.86099,300,5,0,9291,0,1,0,0,0),(102168,27203,571,1,1,24402,1,2862.31,-324.067,114.118,1.5708,300,0,0,9291,0,0,0,0,0),(102169,27203,571,1,1,24401,1,2865.49,-268.453,114.118,4.69494,300,0,0,9291,0,0,0,0,0),(102170,27203,571,1,1,24402,1,2766.1,-354.749,136.912,0.296706,300,0,0,9291,0,0,0,0,0),(102171,27203,571,1,1,24404,1,2906.21,-324.529,114.118,1.55334,300,0,0,9291,0,0,0,0,0),(102172,27203,571,1,1,24401,1,2908.26,-270.476,114.118,4.69494,300,0,0,9291,0,0,0,0,0),(102173,27203,571,1,1,24401,1,2907.78,-292.472,138.116,1.54664,300,5,0,9291,0,1,0,0,0),(102174,27203,571,1,1,24402,1,2931.32,-383.025,114.014,5.79449,300,0,0,9291,0,0,0,0,0),(102175,27203,571,1,1,24404,1,2904.17,-276.699,122.94,4.72984,300,0,0,9291,0,0,0,0,0),(102176,27203,571,1,1,24401,1,2891.38,-272.796,107.332,4.7822,300,0,0,9291,0,0,0,0,0),(102177,27203,571,1,1,24405,1,2863.81,-284.465,138.115,1.54761,300,5,0,9291,0,1,0,0,0),(102178,27203,571,1,1,24401,1,2960.39,-382.456,125.992,5.91667,300,0,0,9291,0,0,0,0,0),(102179,27203,571,1,1,24402,1,2758.62,-257.903,134.593,1.83606,300,0,0,9291,0,2,0,0,0),(102180,27203,571,1,1,24401,1,2758.32,-256.841,134.813,5.28835,300,0,0,9291,0,0,0,0,0),(102181,27203,571,1,1,24405,1,2723.87,-264.588,141.265,3.30303,300,5,0,9291,0,1,0,0,0),(102182,27203,571,1,1,24405,1,2802.36,-476.929,119.7,0.785398,300,0,0,9291,0,0,0,0,0),(102183,27203,571,1,1,24404,1,2887.18,-497.298,117.845,1.61773,300,5,0,9291,0,1,0,0,0),(102184,27203,571,1,1,24402,1,2762.96,-333.652,136.882,0.244346,300,0,0,9291,0,0,0,0,0),(102185,27203,571,1,1,24404,1,2873.36,-411.433,114.176,0.872665,300,0,0,9291,0,0,0,0,0),(102186,27203,571,1,1,24405,1,3075.82,-459.996,124.289,4.76475,300,0,0,9291,0,0,0,0,0),(102187,27203,571,1,1,24401,1,2835.41,-377.627,112.962,5.18082,300,5,0,9291,0,1,0,0,0),(102188,27203,571,1,1,24404,1,2831.03,-344.382,113.768,4.85202,300,0,0,9291,0,0,0,0,0),(102189,27203,571,1,1,24405,1,3033.22,-474.521,123.93,5.5676,300,0,0,9291,0,0,0,0,0),(102190,27203,571,1,1,24404,1,3067.79,-472.393,124.712,5.20108,300,0,0,9291,0,0,0,0,0),(102191,27203,571,1,1,24402,1,3007.01,-410.551,126.247,5.63741,300,0,0,9291,0,0,0,0,0),(102192,27203,571,1,1,24401,1,2980.07,-453.96,125.153,0.05236,300,0,0,9291,0,0,0,0,0),(102193,27203,571,1,1,24401,1,2697.87,-354.457,141.3,2.86234,300,0,0,9291,0,0,0,0,0),(102194,27203,571,1,1,24404,1,2695.91,-356.464,141.3,2.19912,300,0,0,9291,0,0,0,0,0),(102195,27203,571,1,1,24402,1,2960.04,-434.836,125.075,1.0821,300,0,0,9291,0,0,0,0,0),(102196,27203,571,1,1,24405,1,2866.56,-458.244,118.278,5.81195,300,0,0,9291,0,0,0,0,0),(102197,27203,571,1,1,24401,1,2959.33,-395.539,125.095,2.61174,300,0,0,9291,0,2,0,0,0),(102198,27203,571,1,1,24402,1,2907.94,-419.512,114.817,3.14131,300,5,0,9291,0,1,0,0,0),(102199,27203,571,1,1,24401,1,2872.87,-441.858,118.279,4.8215,300,0,0,9291,0,0,0,0,0),(102200,27203,571,1,1,24405,1,2826.91,-464.402,119.337,4.74729,300,0,0,9291,0,0,0,0,0),(102201,27203,571,1,1,24402,1,2849.7,-474.648,119.71,2.44346,300,0,0,9291,0,0,0,0,0),(102202,27203,571,1,1,24404,1,2852.39,-244.873,135.897,2.51327,300,0,0,9291,0,0,0,0,0),(102203,27203,571,1,1,24401,1,2774.51,-141.162,139.676,2.60054,300,0,0,9291,0,0,0,0,0),(102204,27203,571,1,1,24405,1,2806.35,-166.206,137.944,5.45451,300,5,0,9291,0,1,0,0,0),(102205,27203,571,1,1,24402,1,2927.45,-325.751,113.322,1.57275,300,5,0,9291,0,1,0,0,0),(102206,27203,571,1,1,24401,1,2725.85,-156.087,138.07,1.95477,300,0,0,9291,0,0,0,0,0),(102207,27203,571,1,1,24404,1,2714.31,-198.32,144.457,5.05054,300,5,0,9291,0,1,0,0,0),(102208,27203,571,1,1,24404,1,2698.08,-203.005,144.548,1.64061,300,0,0,9291,0,0,0,0,0),(102209,27203,571,1,1,24404,1,2812.08,-265.906,133.797,4.24115,300,0,0,9291,0,0,0,0,0),(102210,27203,571,1,1,24402,1,2734.44,-182.234,138.861,1.23918,300,0,0,9291,0,0,0,0,0),(102211,27203,571,1,1,24401,1,2836.18,-378.976,112.941,2.42601,300,0,0,9291,0,0,0,0,0),(102212,27203,571,1,1,24402,1,2721.52,-196.76,138.861,0.129723,300,0,0,9291,0,0,0,0,0),(102213,27203,571,1,1,24401,1,2821.84,-398.218,118.2,2.32178,300,0,0,9291,0,2,0,0,0),(102214,27203,571,1,1,24402,1,2709.84,-252.111,142.85,3.71755,300,0,0,9291,0,0,0,0,0),(102215,27203,571,1,1,24402,1,2908.88,-468.011,124.746,0.523599,300,0,0,9291,0,0,0,0,0),(102216,27203,571,1,1,24405,1,2938.78,-479.569,140.729,4.225,300,5,0,9291,0,1,0,0,0),(102217,27203,571,1,1,24402,1,2925.01,-518.353,113.916,0.121447,300,5,0,9291,0,1,0,0,0),(102218,27459,571,1,1,328,0,4467.89,-4150.13,170.958,3.06475,60,0,0,1,0,0,0,0,0),(102219,24899,571,1,1,22721,0,-360.48,-3641,-13.7959,1.72921,300,0,0,9291,0,2,0,0,0),(102220,28739,571,1,1,19595,0,6164.84,-2149.95,240.345,3.7001,300,0,0,4979,0,0,0,0,0),(102221,28739,571,1,1,19595,0,6193.68,-2155.79,239.706,4.86947,300,0,0,4979,0,0,0,0,0),(102222,28739,571,1,1,19595,0,6230.51,-2162.48,240.345,5.49779,300,0,0,4979,0,0,0,0,0),(102223,28739,571,1,1,19595,0,6103.49,-1939.63,239.714,2.33874,300,0,0,4979,0,0,0,0,0),(102224,28739,571,1,1,19595,0,6088.47,-2078.73,239.668,6.12611,300,0,0,4979,0,0,0,0,0),(102228,28484,571,1,1,25465,1,5797.79,-3553.85,390.427,3.40339,300,0,0,9103,8313,0,0,0,0),(102229,25668,571,1,1,26702,0,3648.38,3179.96,53.387,1.30294,300,9,0,8982,0,1,0,0,0),(102230,25668,571,1,1,26702,0,3412.85,3343.78,30.4133,2.8985,300,9,0,8982,0,1,0,0,0),(102231,25668,571,1,1,26702,0,3357.63,3372.91,28.2346,5.79951,300,9,0,8982,0,1,0,0,0),(102232,25668,571,1,1,26702,0,3411.44,3382.67,24.4596,5.70363,300,9,0,8982,0,1,0,0,0),(102233,25668,571,1,1,26703,0,3401.54,3281.02,29.9991,1.45608,300,9,0,8982,0,1,0,0,0),(102234,29764,571,1,1,26518,0,5758.12,644.282,661.656,0,300,0,0,42,0,0,0,0,0),(102235,27204,571,1,1,24303,0,3267.48,-2203.57,117.112,0.977384,300,0,0,110010,0,0,0,0,0),(102236,25668,571,1,1,26702,0,3580.83,3391.39,35.7103,2.97773,300,9,0,8982,0,1,0,0,0),(102237,25668,571,1,1,26703,0,3584.42,3446.46,49.3545,5.09808,300,9,0,8982,0,1,0,0,0),(102238,25668,571,1,1,26702,0,3592.31,3174.61,34.7706,5.30897,300,9,0,8982,0,1,0,0,0),(102239,25668,571,1,1,26703,0,3413.26,3403.61,20.5204,1.09021,300,9,0,8982,0,1,0,0,0),(102240,25668,571,1,1,26702,0,3574.24,3316.81,27.4022,4.97607,300,9,0,8982,0,1,0,0,0),(102241,25668,571,1,1,26703,0,3550.94,3379,37.6634,0.437817,300,9,0,8982,0,1,0,0,0),(102242,25668,571,1,1,26703,0,3574.81,3324.02,28.0735,3.22303,300,9,0,8982,0,1,0,0,0),(102243,25668,571,1,1,26703,0,3593.13,3192.33,35.5206,2.98952,300,9,0,8982,0,1,0,0,0),(102244,28228,571,1,1,25222,0,4599.03,-1082.73,165.566,5.23599,300,0,0,33003,3643,0,0,0,0),(102245,25668,571,1,1,26702,0,3532.43,3374.36,37.8517,5.18695,300,9,0,8982,0,1,0,0,0),(102246,25668,571,1,1,26703,0,3574.35,3311.39,26.8665,2.05978,300,9,0,8982,0,1,0,0,0),(102247,25668,571,1,1,26702,0,3391.33,3446.82,17.0381,0.303526,300,9,0,8982,0,1,0,0,0),(102248,26180,571,1,1,23808,0,3711.87,2830.2,89.4762,3.75246,300,0,0,96100,0,0,0,0,0),(102249,25668,571,1,1,26703,0,3639.16,3337.72,25.676,3.46434,300,9,0,8982,0,1,0,0,0),(102250,25668,571,1,1,26703,0,3453.37,3320.43,28.1507,5.87267,300,9,0,8982,0,1,0,0,0),(102251,25668,571,1,1,26702,0,3544.4,3412.76,41.7234,3.81771,300,9,0,8982,0,1,0,0,0),(102252,25668,571,1,1,26702,0,3365.32,3512.21,14.6429,3.0359,300,9,0,8982,0,1,0,0,0),(102253,25668,571,1,1,26703,0,3455.77,3266.94,27.1831,0.620477,300,9,0,8982,0,1,0,0,0),(102254,25668,571,1,1,26702,0,3427.12,3340.64,29.8011,1.02368,300,9,0,8982,0,1,0,0,0),(102255,25668,571,1,1,26703,0,3453.52,3325.19,27.9133,0.573038,300,9,0,8982,0,1,0,0,0),(102256,29508,571,1,1,26336,0,5918.03,767.902,649.084,3.82227,300,0,0,10635,0,0,0,0,0),(102257,25668,571,1,1,26702,0,3465.77,3333.89,26.6556,0.987843,300,9,0,8982,0,1,0,0,0),(102258,25668,571,1,1,26703,0,3388.54,3444.01,16.8533,3.73779,300,9,0,8982,0,1,0,0,0),(102259,25668,571,1,1,26703,0,3527.24,3604.39,40.3908,3.29035,300,9,0,8982,0,1,0,0,0),(102260,25668,571,1,1,26702,0,3612.04,3246.97,38.3855,5.49226,300,9,0,8982,0,1,0,0,0),(102261,25668,571,1,1,26703,0,3546.69,3376.33,37.6293,5.1669,300,9,0,8982,0,1,0,0,0),(102262,25668,571,1,1,26702,0,3457.17,3264.48,26.914,0.917129,300,9,0,8982,0,1,0,0,0),(102263,25668,571,1,1,26703,0,3526.17,3604.68,40.5158,2.47648,300,9,0,8982,0,1,0,0,0),(102264,25668,571,1,1,26702,0,3452.18,3261.66,26.9322,1.45626,300,9,0,8982,0,1,0,0,0),(102265,25668,571,1,1,26703,0,3604.87,3255.21,33.4856,1.06725,300,9,0,8982,0,1,0,0,0),(102266,26948,571,1,1,23681,0,4554.25,-1408.33,159.29,6.25464,300,0,0,10282,0,2,0,0,0),(102267,25668,571,1,1,26702,0,3534.91,3382.53,39.1495,3.43471,300,9,0,8982,0,1,0,0,0),(102268,25668,571,1,1,26703,0,3561.94,3460.72,49.4315,4.60749,300,9,0,8982,0,1,0,0,0),(102269,25668,571,1,1,26702,0,3659.4,3357.18,33.676,1.59312,300,9,0,8982,0,1,0,0,0),(102270,25668,571,1,1,26703,0,3669.08,3303.07,48.4995,2.0727,300,9,0,8982,0,1,0,0,0),(102271,25668,571,1,1,26703,0,3556.04,3417.92,43.072,0.055827,300,9,0,8982,0,1,0,0,0),(102272,25668,571,1,1,26702,0,3584.52,3454.61,49.883,0.414999,300,9,0,8982,0,1,0,0,0),(102273,25668,571,1,1,26702,0,3594.09,3385.43,34.5285,2.09564,300,9,0,8982,0,1,0,0,0),(102274,25668,571,1,1,26703,0,3353.51,3317.62,28.588,3.56859,300,9,0,8982,0,1,0,0,0),(102275,25668,571,1,1,26702,0,3591.81,3193.23,35.1456,2.90385,300,9,0,8982,0,1,0,0,0),(102276,25668,571,1,1,26703,0,3601.98,3252.63,33.1724,4.27264,300,9,0,8982,0,1,0,0,0),(102277,23876,571,1,1,27907,0,2395.11,-4625.52,228.245,3.36848,300,0,0,7984,3080,0,0,0,0),(102278,25668,571,1,1,26703,0,3542.05,3414.96,42.2733,1.30497,300,9,0,8982,0,1,0,0,0),(102279,26436,571,1,1,23772,1,4168.71,-3955.5,169.295,5.28835,300,0,0,10635,3561,0,0,0,0),(102280,25668,571,1,1,26703,0,3550.12,3452.45,47.8214,2.76085,300,9,0,8982,0,1,0,0,0),(102281,25668,571,1,1,26702,0,3527.75,3607.41,40.629,5.94351,300,9,0,8982,0,1,0,0,0),(102282,26948,571,1,1,23681,0,4567.12,-1370.78,157.047,2.30682,300,0,0,10282,0,2,0,0,0),(102283,26948,571,1,1,23681,0,4582.66,-1348.6,156.833,4.37709,300,0,0,10282,0,2,0,0,0),(102284,26948,571,1,1,23681,0,4556.01,-1344.13,157.016,4.66469,300,0,0,10282,0,2,0,0,0),(102285,25668,571,1,1,26703,0,3526.58,3605.71,40.6408,3.86591,300,9,0,8982,0,1,0,0,0),(102286,23876,571,1,1,27907,0,2463.68,-4583.42,235.747,5.49779,300,0,0,7984,3080,0,0,0,0),(102287,23876,571,1,1,27907,0,2442.33,-4597.84,231.128,2.80998,300,0,0,7984,3080,0,0,0,0),(102288,23876,571,1,1,27907,0,2442.79,-4624.55,229.322,0.890118,300,0,0,7984,3080,0,0,0,0),(102289,26436,571,1,1,23772,1,4108.8,-3906.04,175.259,1.47826,300,0,0,10635,3561,0,0,0,0),(102290,25668,571,1,1,26702,0,3590.44,3245.36,30.5067,2.22328,300,9,0,8982,0,1,0,0,0),(102291,26436,571,1,1,23772,1,3636.14,-4596.76,191.943,5.70495,300,0,0,10635,3561,2,0,0,0),(102292,24644,571,1,1,22551,1,835.737,-5336.44,203.312,5.21853,300,0,0,8982,0,0,0,0,0),(102293,29252,571,1,1,3613,1,2476.89,-1953.83,10.9665,1.44862,300,0,0,20564,0,0,0,0,0),(102294,23876,571,1,1,27907,0,2339.78,-4608.08,221.413,5.21853,300,0,0,7984,3080,0,0,0,0),(102295,23876,571,1,1,27907,0,2368.82,-4589.18,224.485,4.90438,300,0,0,7984,3080,0,0,0,0),(102296,23876,571,1,1,27907,0,2399.97,-4597.26,226.776,1.74533,300,0,0,7984,3080,0,0,0,0),(102297,23876,571,1,1,27907,0,2367.32,-4558.99,217.917,3.19395,300,0,0,7984,3080,0,0,0,0),(102298,23876,571,1,1,27907,0,2403.97,-4570.8,221.383,0.925025,300,0,0,7984,3080,0,0,0,0),(102299,23876,571,1,1,27907,0,2429.7,-4570.34,227.567,3.87463,300,0,0,7984,3080,0,0,0,0),(102300,26436,571,1,1,23772,1,4179.56,-3929.7,173.751,0.855211,300,0,0,10635,3561,0,0,0,0),(102301,26436,571,1,1,23772,1,4200.97,-3942.86,173.293,3.82227,300,0,0,10635,3561,0,0,0,0),(102302,23876,571,1,1,27907,0,2343.63,-4677.34,228.651,3.78736,300,0,0,7984,3080,0,0,0,0),(102303,23876,571,1,1,27907,0,2338.67,-4652.57,225.621,4.24115,300,0,0,7984,3080,0,0,0,0),(102304,23876,571,1,1,27907,0,2363.33,-4628.9,226.9,5.61996,300,0,0,7984,3080,0,0,0,0),(102305,23876,571,1,1,27907,0,2366.17,-4652.41,231.318,3.68265,300,0,0,7984,3080,0,0,0,0),(102306,23876,571,1,1,27907,0,2396.34,-4652.83,228.231,0.10472,300,0,0,7984,3080,0,0,0,0),(102307,26436,571,1,1,23772,1,3887.66,-3747.99,174.976,3.08923,300,0,0,10635,3561,0,0,0,0),(102308,25668,571,1,1,26703,0,3460.33,3270.89,27.3827,3.16868,300,9,0,8982,0,1,0,0,0),(247148,36808,631,10,1,0,1,-598.693,2224.66,49.4765,3.40471,86400,0,0,1,0,0,0,0,0),(102310,26436,571,1,1,23772,1,3466.93,-4594.27,231.273,0.258392,300,0,0,10635,3561,2,0,0,0),(102311,27460,571,1,1,347,0,4464.36,-4147.85,170.418,3.06145,60,0,0,1,0,0,0,0,0),(102312,25668,571,1,1,26703,0,3470.78,3277.76,27.3342,1.03461,300,9,0,8982,0,1,0,0,0),(102313,32324,571,1,1,27928,1,5767.81,591.478,565.303,0.965954,300,0,0,7185,7196,0,0,0,0),(102314,25668,571,1,1,26703,0,3575.84,3317.15,27.2208,5.01993,300,9,0,8982,0,1,0,0,0),(102315,25668,571,1,1,26703,0,3595.13,3383.05,33.8384,5.01685,300,9,0,8982,0,1,0,0,0),(102316,25668,571,1,1,26702,0,3526.36,3611.24,41.1473,0.476914,300,9,0,8982,0,1,0,0,0),(202866,34856,649,15,1,0,0,618.668,178.736,421.606,3.735,120,0,0,1,0,0,0,0,0),(102318,25668,571,1,1,26703,0,3543.29,3406.65,40.697,3.88488,300,9,0,8982,0,1,0,0,0),(102319,25668,571,1,1,26703,0,3575.78,3446.86,49.258,0.072693,300,9,0,8982,0,1,0,0,0),(102320,25668,571,1,1,26703,0,3541.73,3380.41,38.4126,3.38207,300,9,0,8982,0,1,0,0,0),(102321,25668,571,1,1,26703,0,3605.91,3254.52,34.3606,5.597,300,9,0,8982,0,1,0,0,0),(102322,24901,571,1,1,22673,0,3152.99,-3216.78,196.422,1.61785,300,0,0,8982,0,0,0,0,0),(102323,31557,571,1,1,27616,0,5888.69,507.898,641.653,1.8675,300,0,0,10635,0,0,0,0,0),(102324,29765,571,1,1,26519,0,5758.48,644.662,661.656,0,300,0,0,42,0,0,0,0,0),(102325,28997,571,1,1,25881,0,5920.33,666.255,643.537,2.96706,300,0,0,10635,0,0,0,0,0),(102326,26437,571,1,1,23840,-1,3888.23,1581.04,90.9745,2.94961,300,0,0,9291,0,0,0,0,0),(102327,26437,571,1,1,23840,-1,3881.54,1573.2,90.7245,5.89921,300,0,0,9291,0,0,0,0,0),(102328,26437,571,1,1,23841,-1,3877.77,1588.82,90.9233,5.09636,300,0,0,9291,0,0,0,0,0),(102329,26437,571,1,1,23841,-1,3886.43,1576.37,90.9745,1.65806,300,0,0,9291,0,0,0,0,0),(102330,26437,571,1,1,23840,-1,3878.16,1586.04,90.9745,1.71042,300,0,0,9291,0,0,0,0,0),(102331,26437,571,1,1,23840,-1,3824.66,1627.74,89.9553,3.10669,300,0,0,9291,0,0,0,0,0),(102332,26437,571,1,1,23840,-1,3843.34,1627.01,89.9206,4.20624,300,0,0,9291,0,0,0,0,0),(102333,26437,571,1,1,23841,-1,3886.04,1600.57,90.9745,3.66519,300,0,0,9291,0,0,0,0,0),(102334,25669,571,1,1,11686,0,2782.83,6575.84,49.0644,5.09636,300,5,0,8982,0,1,0,0,0),(102335,24901,571,1,1,22673,0,2796.94,-3252,165.087,2.81382,300,5,0,8982,0,1,0,0,0),(102336,26181,571,1,1,23805,0,3752.59,2864.9,93.0518,3.17303,300,0,0,9940,0,2,0,0,0),(102337,26437,571,1,1,23841,-1,3819.73,1625.11,89.9008,3.75246,300,0,0,9291,0,0,0,0,0),(102338,26437,571,1,1,23841,-1,3846.92,1628.27,89.864,1.8326,300,0,0,9291,0,0,0,0,0),(102340,26437,571,1,1,23840,-1,3838.74,1629.14,89.935,4.64258,300,0,0,9291,0,0,0,0,0),(102341,26437,571,1,1,23841,-1,3891.05,1597.51,90.9745,1.85005,300,0,0,9291,0,0,0,0,0),(102346,24901,571,1,1,22673,0,3065.33,-3194.6,169.207,-3.06269,300,0,0,8982,0,0,0,0,0),(102354,29509,571,1,1,26335,0,5899.16,753.091,652.777,5.8294,300,0,0,10635,0,0,0,0,0),(102355,24901,571,1,1,22673,0,3068.76,-3153.34,142.348,3.36407,300,0,0,8982,0,0,0,0,0),(102356,24901,571,1,1,22673,0,2753.57,-3237.32,158.469,5.63499,300,0,0,8982,0,0,0,0,0),(102357,24901,571,1,1,22673,0,2723.3,-3202.17,148.909,0.066194,300,0,0,8982,0,0,0,0,0),(102358,24901,571,1,1,22673,0,2950.79,-3173.34,137.916,3.65789,300,5,0,8982,0,1,0,0,0),(102359,24901,571,1,1,22673,0,3001.08,-3187.05,159.228,2.24042,300,5,0,8982,0,1,0,0,0),(102360,24901,571,1,1,22673,0,2615.66,-3184.88,141.808,2.03692,300,5,0,8982,0,1,0,0,0),(102361,24901,571,1,1,22673,0,2852.99,-3201.74,144.444,-3.06808,300,0,0,8982,0,0,0,0,0),(102362,27461,571,1,1,654,0,4455.4,-4146.79,170.427,3.06279,60,0,0,8,0,2,0,0,0),(102363,26437,571,1,1,23841,-1,3902.08,1733.65,117.686,4.81711,300,0,0,9291,0,0,0,0,0),(102364,24901,571,1,1,22673,0,2795.14,-3246.02,160.712,-1.27881,300,0,0,8982,0,0,0,0,0),(102365,24901,571,1,1,22673,0,2710.59,-3250.92,163.754,2.81151,300,5,0,8982,0,1,0,0,0),(102366,29253,571,1,1,23076,1,2476.03,-1954,10.9665,1.29154,300,0,0,10282,0,0,0,0,0),(102367,24901,571,1,1,22673,0,2703.22,-3248.39,163.352,2.81151,300,5,0,8982,0,1,0,0,0),(102368,24901,571,1,1,22673,0,2646,-3209.91,153.154,3.45018,300,5,0,8982,0,1,0,0,0),(102369,24901,571,1,1,22673,0,3057.87,-3195.19,169.754,5.40863,300,5,0,8982,0,1,0,0,0),(102370,24901,571,1,1,22673,0,3151.13,-3177.64,172.667,5.25566,300,0,0,8982,0,0,0,0,0),(102371,24901,571,1,1,22673,0,2789.65,-3164.69,125.567,2.70639,300,5,0,8982,0,1,0,0,0),(102372,24901,571,1,1,22673,0,2730.71,-3201.67,147.885,5.15404,300,5,0,8982,0,1,0,0,0),(102373,24901,571,1,1,22673,0,2782.91,-3162,127.457,-0.379338,300,0,0,8982,0,0,0,0,0),(102374,24901,571,1,1,22673,0,2845.51,-3202.29,144.36,0.073509,300,5,0,8982,0,1,0,0,0),(102375,26950,571,1,1,24189,0,3875.25,-4501.31,214.425,3.61283,300,0,0,10282,0,0,0,0,0),(102376,29766,571,1,1,26521,0,5758.83,645.032,661.656,0,300,0,0,42,0,0,0,0,0),(102377,29254,571,1,1,26069,0,5764.05,715.249,641.84,5.61996,300,0,0,10080,8814,0,0,0,0),(102378,29254,571,1,1,26069,0,5734.72,728.952,641.898,2.46091,300,0,0,10080,8814,0,0,0,0),(102379,26182,571,1,1,23807,0,3700.8,2886.6,93.0682,3.49066,300,0,0,96100,0,0,0,0,0),(102380,25670,571,1,1,15880,0,4170.99,4669.19,17.4898,1.0821,300,0,0,42,0,0,0,0,0),(102381,25670,571,1,1,15880,0,4199.82,4713.17,17.1017,2.46091,300,0,0,42,0,0,0,0,0),(102382,25670,571,1,1,15880,0,4170.52,4708.2,16.7889,4.06662,300,0,0,42,0,0,0,0,0),(102386,24390,571,1,1,22392,1,2694.28,-4304.7,291.134,4.32842,300,0,0,9291,3231,0,0,0,0),(102387,29254,571,1,1,26069,0,5734.4,670.418,645.446,5.63741,300,0,0,10080,8814,0,0,0,0),(102388,29254,571,1,1,26069,0,5692.89,759.959,647.76,2.60054,300,0,0,10080,8814,0,0,0,0),(102389,29254,571,1,1,26068,0,5740.32,735.555,641.885,3.12414,300,0,0,10080,8814,0,0,0,0),(102390,24646,571,1,1,17188,0,977.169,-5014.54,34.8512,3.57792,300,5,0,92910,0,1,0,0,0),(102391,582,571,1,1,236,0,4588.77,-4211.71,178.649,4.72984,300,0,0,55,0,0,0,0,0),(102392,29254,571,1,1,26070,0,5754.67,752.56,654.089,3.03687,300,0,0,10080,8814,0,0,0,0),(102393,29254,571,1,1,26068,0,5651.17,778.046,653.781,1.02974,300,0,0,10080,8814,0,0,0,0),(102394,29254,571,1,1,26069,0,5701.05,769.959,647.788,2.68781,300,0,0,10080,8814,0,0,0,0),(102395,29254,571,1,1,26069,0,5721.08,713.41,654.625,1.8326,300,0,0,10080,8814,0,0,0,0),(102396,29254,571,1,1,26067,0,5679.28,725.858,642.159,2.82743,300,0,0,10080,8814,0,0,0,0),(102397,29254,571,1,1,26067,0,5739.87,677.086,645.238,5.51524,300,0,0,10080,8814,0,0,0,0),(102398,29254,571,1,1,26068,0,5759.67,710.017,641.839,5.84685,300,0,0,10080,8814,0,0,0,0),(102399,28742,571,1,1,25655,1,5707.31,612.214,646.791,1.69297,300,0,0,10635,0,0,0,0,0),(102400,29510,571,1,1,26377,0,5873.94,765.684,648.433,5.74213,300,0,0,10635,0,0,0,0,0),(102417,29255,571,1,1,26074,0,5859.59,601.992,651.059,2.54818,300,0,0,10080,8814,0,0,0,0),(102418,29255,571,1,1,26071,0,5922,522.295,650.067,2.25148,300,0,0,10080,8814,0,0,0,0),(102419,29255,571,1,1,26073,0,5926.31,526.199,650.211,2.16421,300,0,0,10080,8814,0,0,0,0),(102420,29255,571,1,1,26072,0,5888.6,530.466,641.664,2.1293,300,0,0,10080,8814,0,0,0,0),(102421,24647,571,1,1,17188,0,916.155,-4977.83,30.505,1.309,300,5,0,92910,0,1,0,0,0),(102422,25671,571,1,1,11686,0,2874.67,6468.32,79.2159,3.35103,300,5,0,8982,0,1,0,0,0),(102423,29511,571,1,1,26378,0,5886.84,748.667,640.481,3.35103,300,0,0,10635,0,0,0,0,0),(102424,24135,571,1,1,22121,1,2686.72,-4309.49,290.529,4.31096,300,0,0,9291,0,0,0,0,0),(102425,29255,571,1,1,26071,0,5939.83,579.893,660.574,3.68265,300,0,0,10080,8814,0,0,0,0),(102426,29255,571,1,1,26073,0,5952.8,557.663,660.57,2.67035,300,0,0,10080,8814,0,0,0,0),(102427,29255,571,1,1,26072,0,5851.48,591.969,651.059,2.32129,300,0,0,10080,8814,0,0,0,0),(102428,29255,571,1,1,26073,0,5902.08,575.316,640.337,5.09636,300,0,0,10080,8814,0,0,0,0),(102429,29255,571,1,1,26071,0,5958.8,541.595,660.573,0.383972,300,0,0,10080,8814,0,0,0,0),(102430,29255,571,1,1,26073,0,5878.76,528.449,641.729,1.85005,300,0,0,10080,8814,0,0,0,0),(102431,29255,571,1,1,26073,0,5947.82,560.261,660.577,5.79449,300,0,0,10080,8814,0,0,0,0),(102432,29255,571,1,1,26071,0,5990.72,549.154,660.573,3.36848,300,0,0,10080,8814,0,0,0,0),(102433,29255,571,1,1,26071,0,5909.12,563.692,660.573,0.523599,300,0,0,10080,8814,0,0,0,0),(102434,29255,571,1,1,26074,0,5914.76,550.132,640.437,1.74533,300,0,0,10080,8814,0,0,0,0),(102435,26951,571,1,1,24198,0,1966.66,-6159.23,25.2098,1.18682,300,0,0,7181,0,0,0,0,0),(102436,27207,571,1,1,24410,1,2812.86,-220.811,138.783,2.7755,300,5,0,9291,0,1,0,0,0),(102437,25415,571,1,1,5187,0,4521.3,6013.1,76.0633,0.065442,300,5,0,8982,0,1,0,0,0),(102438,25415,571,1,1,5490,0,4532.6,6132.28,77.6959,5.36468,300,5,0,8982,0,1,0,0,0),(102439,25415,571,1,1,5490,0,4474.9,6059.52,72.9671,0.025383,300,5,0,8982,0,1,0,0,0),(102440,25415,571,1,1,5490,0,4519.04,6094.4,79.5065,5.55378,300,5,0,8982,0,1,0,0,0),(102441,25415,571,1,1,5490,0,4483.39,5916.8,61.7729,2.62508,300,5,0,8982,0,1,0,0,0),(102442,25415,571,1,1,5490,0,4454.26,6010.03,56.1368,4.55543,300,5,0,8982,0,1,0,0,0),(102443,27207,571,1,1,24411,1,2788.9,-227.022,138.861,1.22173,300,0,0,9291,0,0,0,0,0),(102444,27207,571,1,1,24410,1,2941.79,-349.734,114.657,6.03714,300,5,0,9291,0,1,0,0,0),(102445,27207,571,1,1,24411,1,2931.17,-325.159,113.01,2.96706,300,0,0,9291,0,0,0,0,0),(102446,27207,571,1,1,24411,1,2775.87,-207.358,140.689,1.11701,300,0,0,9291,0,0,0,0,0),(102447,27207,571,1,1,24410,1,2804.62,-208.371,139.244,0.645772,300,0,0,9291,0,0,0,0,0),(102448,27207,571,1,1,24410,1,2795.51,-193.576,139.244,0.715585,300,0,0,9291,0,0,0,0,0),(102449,27207,571,1,1,24410,1,2793.45,-213.661,139.244,1.46608,300,0,0,9291,0,0,0,0,0),(102450,27207,571,1,1,24410,1,2774.12,-186.227,139.144,3.92699,300,0,0,9291,0,0,0,0,0),(102451,27719,571,1,1,25128,0,3281.23,-2288.77,108.508,1.27409,300,0,0,10282,0,0,0,0,0),(102452,25415,571,1,1,5187,0,4585.86,6143.73,84.8484,4.45508,300,5,0,8982,0,1,0,0,0),(102453,27463,571,1,1,24643,1,4230.5,-2982.41,283.434,0.38631,300,0,0,9940,0,0,0,0,0),(102454,27463,571,1,1,24643,1,4110.93,-2883.57,280.429,5.37592,300,0,0,9940,0,0,0,0,0),(102455,27463,571,1,1,24642,1,4123.8,-2835.11,284.196,0.610865,300,0,0,9940,0,0,0,0,0),(102456,27463,571,1,1,24642,1,4000.98,-2847.93,273.325,6.03884,300,0,0,9940,0,0,0,0,0),(102457,27463,571,1,1,24642,1,4143.42,-2917.42,281.084,6.06261,300,0,0,9940,0,0,0,0,0),(102458,27463,571,1,1,24644,1,4180.64,-2934.61,283.051,-3.07719,300,0,0,9940,0,0,0,0,0),(102459,27463,571,1,1,24643,1,4073.33,-2906.89,278.332,6.10865,300,0,0,9940,0,0,0,0,0),(102460,27463,571,1,1,24644,1,4085.95,-2846.31,286.589,2.94961,300,0,0,9940,0,0,0,0,0),(102461,27463,571,1,1,24645,1,4071.18,-2886.01,281.6,5.8294,300,0,0,9940,0,0,0,0,0),(102462,27463,571,1,1,24642,1,4074.38,-2940.38,276.122,-0.252544,300,0,0,9940,0,0,0,0,0),(102463,27463,571,1,1,24645,1,4193.1,-2929.64,282.834,5.6622,300,0,0,9940,0,0,0,0,0),(102464,27463,571,1,1,24642,1,4167.19,-2968.62,283.27,-1.79852,300,0,0,9940,0,0,0,0,0),(102466,27463,571,1,1,24645,1,4142.65,-2919.83,281.385,-1.21211,300,0,0,9940,0,0,0,0,0),(102467,27463,571,1,1,24643,1,4057.32,-2822.2,288.962,3.4383,300,0,0,9940,0,0,0,0,0),(102469,27463,571,1,1,24644,1,4183.3,-2934.44,283.114,5.63741,300,0,0,9940,0,0,0,0,0),(102471,25415,571,1,1,5187,0,4523,5952.77,63.6287,0.663612,300,5,0,8982,0,1,0,0,0),(102472,25415,571,1,1,5490,0,4484.06,5988.08,61.3047,1.35234,300,5,0,8982,0,1,0,0,0),(102473,25415,571,1,1,5187,0,4498.33,6123.66,79.463,1.67265,300,5,0,8982,0,1,0,0,0),(102474,25415,571,1,1,5187,0,4496.11,6109.2,79.6827,2.58962,300,5,0,8982,0,1,0,0,0),(102475,25415,571,1,1,5490,0,4547.11,6057.48,77.9878,0.960552,300,5,0,8982,0,1,0,0,0),(102476,25415,571,1,1,5490,0,4544.82,6106.11,80.7561,5.57453,300,5,0,8982,0,1,0,0,0),(102477,25415,571,1,1,5490,0,4594.76,6025.87,79.992,5.83412,300,5,0,8982,0,1,0,0,0),(102478,25415,571,1,1,5187,0,4614.86,5913.45,53.5039,2.29817,300,5,0,8982,0,1,0,0,0),(102479,25415,571,1,1,5187,0,4554.44,6143.83,81.153,2.67571,300,5,0,8982,0,1,0,0,0),(102480,25415,571,1,1,5490,0,4611.57,6048.42,79.9144,3.22571,300,5,0,8982,0,1,0,0,0),(102481,25415,571,1,1,5490,0,4587.19,6076.33,81.0662,1.15346,300,5,0,8982,0,1,0,0,0),(102482,25415,571,1,1,5490,0,4580.38,5951.37,63.8868,0.131261,300,5,0,8982,0,1,0,0,0),(102483,25415,571,1,1,5187,0,4615.69,5992.75,65.772,3.95185,300,5,0,8982,0,1,0,0,0),(102484,25415,571,1,1,5490,0,4647.69,5949.15,48.8253,4.20112,300,5,0,8982,0,1,0,0,0),(102485,25415,571,1,1,5187,0,4542.43,5985.95,72.3917,1.11638,300,5,0,8982,0,1,0,0,0),(102487,27464,571,1,1,24651,0,4370.96,-2887.4,307.35,1.76278,300,0,0,9940,0,0,0,0,0),(102488,26184,571,1,1,23800,1,3775.25,2969.9,92.8958,4.43314,300,0,0,6116,0,0,0,0,0),(102489,26440,571,1,1,23843,1,2771.87,931.723,22.622,0.506145,300,0,0,9610,3309,0,0,0,0),(102490,25672,571,1,1,11686,0,3079.35,6298.69,94.7117,0.034907,300,5,0,8982,0,1,0,0,0),(102491,32328,571,1,1,27766,0,5785.77,608.167,565.386,4.08407,300,0,0,7185,7196,0,0,0,0),(102492,26184,571,1,1,23801,1,3717.78,2899.46,93.1755,5.65487,300,0,0,6116,0,0,0,0,0),(102493,26184,571,1,1,23801,1,3773.09,2839.52,90.9397,0.855211,300,0,0,6116,0,0,0,0,0),(102494,26184,571,1,1,23800,1,3842.76,2901.2,91.3874,0.890118,300,0,0,6116,0,0,0,0,0),(102495,26184,571,1,1,23801,1,3723.13,2901.92,93.1074,4.99164,300,0,0,6116,0,0,0,0,0),(102496,26184,571,1,1,23801,1,3788,2933.2,90.6101,3.71755,300,0,0,6116,0,0,0,0,0),(102497,26184,571,1,1,23801,1,3748.14,2957.96,93.2033,4.90438,300,0,0,6116,0,0,0,0,0),(102498,26184,571,1,1,23798,1,3857.57,2865.21,90.6412,2.37365,300,0,0,6116,0,0,0,0,0),(102499,26952,571,1,1,24199,0,1948.67,-6191.36,24.0498,1.97222,300,0,0,7181,0,0,0,0,0),(102500,29512,571,1,1,26376,0,5876.38,749.791,640.371,3.28122,300,0,0,11001,0,0,0,0,0),(102501,26184,571,1,1,23799,1,3789.62,2833.31,90.6069,0.558505,300,0,0,6116,0,0,0,0,0),(102502,27720,571,1,1,4359,0,3271.18,-2283.29,108.506,0.837758,300,0,0,10282,0,0,0,0,0),(102503,26184,571,1,1,23801,1,3773.86,2842.7,91.0141,4.86947,300,0,0,6116,0,0,0,0,0),(102504,26184,571,1,1,23798,1,3765.96,2869.26,92.8146,0.715585,300,0,0,6116,0,0,0,0,0),(102505,26184,571,1,1,23798,1,3745.02,2837.67,90.7489,4.27606,300,0,0,6116,0,0,0,0,0),(102506,26184,571,1,1,23800,1,3732.01,2821.93,90.4534,0.802851,300,0,0,6116,0,0,0,0,0),(102507,26184,571,1,1,23799,1,3708.86,2864.85,90.929,1.06465,300,0,0,6116,0,0,0,0,0),(102508,26184,571,1,1,23800,1,3742.93,2834.23,90.9088,1.37881,300,0,0,6116,0,0,0,0,0),(102509,26184,571,1,1,23798,1,3754.68,2869.39,92.9411,1.78024,300,0,0,6116,0,0,0,0,0),(102510,26184,571,1,1,23800,1,3746.03,2878.84,92.8152,5.8294,300,0,0,6116,0,0,0,0,0),(102511,26184,571,1,1,23801,1,3746.75,2922.62,90.577,1.79769,300,0,0,6116,0,0,0,0,0),(102512,26184,571,1,1,23799,1,3758.22,2880.38,92.8631,3.83972,300,0,0,6116,0,0,0,0,0),(102513,26184,571,1,1,23801,1,3717.19,2888.38,92.3941,1.43117,300,0,0,6116,0,0,0,0,0),(102514,26184,571,1,1,23798,1,3713.48,2857.7,90.4239,5.72468,300,0,0,6116,0,0,0,0,0),(102515,26697,571,1,1,24000,0,3468.83,4154.3,17.2764,3.15905,300,0,0,8982,0,0,0,0,0),(102516,32329,571,1,1,27908,0,5853.55,667.389,610.666,3.00197,300,0,0,10635,0,0,0,0,0),(102517,26441,571,1,1,23844,1,2779.24,935.67,22.622,3.63029,300,0,0,9610,0,0,0,0,0),(102518,30281,571,1,1,22474,0,5030.95,-524.553,226.498,0.05236,300,0,0,37800,0,0,0,0,0),(102519,28233,571,1,1,16053,0,6553.6,-4750.41,450.803,2.90915,300,5,0,10635,0,1,0,0,0),(102520,28233,571,1,1,16053,0,6539.28,-4683.35,450.644,3.35106,300,5,0,10635,0,1,0,0,0),(102521,28233,571,1,1,16053,0,6289.84,-2456.54,294.708,6.10199,300,5,0,10635,0,1,0,0,0),(102522,28233,571,1,1,16053,0,6498.48,-2936.28,298.041,4.80137,300,5,0,10635,0,1,0,0,0),(102523,26953,571,1,1,24200,0,1927.98,-6150.21,23.0406,5.07891,300,0,0,7181,0,0,0,0,0),(102524,30281,571,1,1,22474,0,5029.87,-519.785,226.655,0.506145,300,0,0,37800,0,0,0,0,0),(102525,28233,571,1,1,16053,0,6345.04,-4381.98,450.773,4.74137,300,5,0,10635,0,1,0,0,0),(102526,28233,571,1,1,16053,0,6514.73,-4625.73,450.589,5.11105,300,5,0,10635,0,1,0,0,0),(102527,28233,571,1,1,16053,0,6266.37,-4456.13,450.885,2.79883,300,5,0,10635,0,1,0,0,0),(102528,28233,571,1,1,16053,0,7059,-4220.42,450.495,4.16176,300,5,0,10635,0,1,0,0,0),(102529,28233,571,1,1,16053,0,6853.48,-4858.69,450.825,1.94783,300,5,0,10635,0,1,0,0,0),(102530,29513,571,1,1,26375,1,5927.85,723.428,642.218,0.663225,300,0,0,10635,0,0,0,0,0),(102531,28233,571,1,1,16053,0,7127.51,-4450.65,451.248,0.101709,300,5,0,10635,0,1,0,0,0),(102532,28233,571,1,1,16053,0,6593.19,-4630.11,450.871,2.09659,300,5,0,10635,0,1,0,0,0),(102533,28233,571,1,1,16053,0,6744.34,-4894.05,452.884,2.1007,300,5,0,10635,0,1,0,0,0),(102534,28233,571,1,1,16053,0,6680.09,-4874.36,457.226,0.303526,300,5,0,10635,0,1,0,0,0),(102535,28233,571,1,1,16053,0,6659.82,-4729.5,450.621,3.40407,300,5,0,10635,0,1,0,0,0),(102536,28233,571,1,1,16053,0,6181.1,-4531.35,456.41,3.61787,300,5,0,10635,0,1,0,0,0),(102537,28233,571,1,1,16053,0,6013.01,-2736.06,297.058,1.67552,300,5,0,10635,0,1,0,0,0),(102538,28233,571,1,1,16053,0,6997.14,-4233.8,451.043,0.384528,300,5,0,10635,0,1,0,0,0),(102539,28233,571,1,1,16053,0,6808.95,-4121.69,466.721,5.40747,300,5,0,10635,0,1,0,0,0),(102540,28233,571,1,1,16053,0,6692.98,-4202.52,458.018,4.75337,300,5,0,10635,0,1,0,0,0),(102541,28233,571,1,1,16053,0,7027.49,-4314.6,449.418,6.14405,300,5,0,10635,0,1,0,0,0),(102542,28233,571,1,1,16053,0,6186.36,-2291.11,289.245,2.45576,300,5,0,10635,0,1,0,0,0),(102543,28233,571,1,1,16053,0,6815.07,-4225.17,453.503,0.523291,300,5,0,10635,0,1,0,0,0),(102544,27209,571,1,1,24412,1,2882.65,-287.679,106.963,4.66003,300,0,0,9610,0,0,0,0,0),(102545,28233,571,1,1,16053,0,6940.65,-4132.54,457.75,3.17869,300,5,0,10635,0,1,0,0,0),(102546,26185,571,1,1,5231,1,3300.36,3682.94,32.5513,0.645772,300,0,0,9610,0,0,0,0,0),(102547,28233,571,1,1,16053,0,6142.04,-2793.83,295.445,6.06412,300,5,0,10635,0,1,0,0,0),(102548,28233,571,1,1,16053,0,6883.37,-4219.04,451.704,1.46317,300,5,0,10635,0,1,0,0,0),(102549,28233,571,1,1,16053,0,6015.04,-2862.75,293.562,4.45179,300,5,0,10635,0,1,0,0,0),(102550,28233,571,1,1,16053,0,6351.61,-2910.09,301.106,2.43085,300,5,0,10635,0,1,0,0,0),(102551,28233,571,1,1,16053,0,6278.46,-2938.55,312.205,1.48182,300,5,0,10635,0,1,0,0,0),(102552,28233,571,1,1,16053,0,6480.73,-2779.29,298.565,0,300,5,0,10635,0,1,0,0,0),(102553,28233,571,1,1,16053,0,6526.44,-2650.55,322.044,0.170768,300,5,0,10635,0,1,0,0,0),(102554,28233,571,1,1,16053,0,6520.66,-2717.12,316.833,6.27147,300,5,0,10635,0,1,0,0,0),(102555,28233,571,1,1,16053,0,6249.59,-2854.06,291.72,4.81012,300,5,0,10635,0,1,0,0,0),(102556,28233,571,1,1,16053,0,6028.63,-2804.04,289.565,4.49381,300,5,0,10635,0,1,0,0,0),(102557,28233,571,1,1,16053,0,6092.89,-2905.81,299.233,1.20951,300,5,0,10635,0,1,0,0,0),(102558,28233,571,1,1,16053,0,6036.75,-2931.12,301.124,0.700365,300,5,0,10635,0,1,0,0,0),(102559,28233,571,1,1,16053,0,6114.68,-2912.61,298.023,2.73533,300,5,0,10635,0,1,0,0,0),(102560,28233,571,1,1,16053,0,6205.53,-2922.48,294.492,3.24524,300,5,0,10635,0,1,0,0,0),(102561,28233,571,1,1,16053,0,6422.6,-2912.29,298.881,3.05431,300,5,0,10635,0,1,0,0,0),(102562,28233,571,1,1,16053,0,6469.58,-2854.71,293.103,4.26139,300,5,0,10635,0,1,0,0,0),(102563,28233,571,1,1,16053,0,6416.58,-2819.2,289.663,1.53738,300,5,0,10635,0,1,0,0,0),(102564,28233,571,1,1,16053,0,6365.84,-2837.18,290.67,0.315881,300,5,0,10635,0,1,0,0,0),(102565,28233,571,1,1,16053,0,6418.34,-2789.42,291.247,1.44154,300,5,0,10635,0,1,0,0,0),(102566,28233,571,1,1,16053,0,6352.07,-2783.54,297.069,2.80934,300,5,0,10635,0,1,0,0,0),(102567,28233,571,1,1,16053,0,6298.49,-2794.03,293.251,0.144137,300,5,0,10635,0,1,0,0,0),(102568,28233,571,1,1,16053,0,6222.41,-2860.35,292.028,2.30022,300,5,0,10635,0,1,0,0,0),(102569,28233,571,1,1,16053,0,6149.22,-2857.33,293.667,4.78175,300,5,0,10635,0,1,0,0,0),(102570,28233,571,1,1,16053,0,6097.67,-2790.11,294.185,4.31971,300,5,0,10635,0,1,0,0,0),(102571,28233,571,1,1,16053,0,6765.42,-4786.95,450.893,1.24826,300,5,0,10635,0,1,0,0,0),(102572,28233,571,1,1,16053,0,5774.54,-2390,291.2,-0.966761,300,0,0,10635,0,0,0,0,0),(102573,28233,571,1,1,16053,0,5999.04,-2323.57,291.973,4.88918,300,0,0,10635,0,0,0,0,0),(102574,28233,571,1,1,16053,0,6111.28,-2321.96,289.801,-0.440683,300,0,0,10635,0,0,0,0,0),(102575,28233,571,1,1,16053,0,5780.32,-2487.01,293.792,1.74493,300,0,0,10635,0,0,0,0,0),(102576,28233,571,1,1,16053,0,5995.95,-2508.97,291.563,4.52857,300,5,0,10635,0,1,0,0,0),(102577,28233,571,1,1,16053,0,5871.2,-2501,294.785,0.828529,300,0,0,10635,0,0,0,0,0),(102578,28233,571,1,1,16053,0,5851.85,-2466.29,298.098,3.9891,300,0,0,10635,0,0,0,0,0),(102579,28233,571,1,1,16053,0,5855.44,-2406.11,292.967,3.0622,300,0,0,10635,0,0,0,0,0),(102580,28233,571,1,1,16053,0,5925.1,-2517.69,292.859,4.20943,300,0,0,10635,0,0,0,0,0),(102581,28233,571,1,1,16053,0,5790.29,-2511.49,292.96,0.051465,300,0,0,10635,0,0,0,0,0),(102582,28233,571,1,1,16053,0,5986.19,-2394.59,291.642,-2.43799,300,0,0,10635,0,0,0,0,0),(102583,28233,571,1,1,16053,0,6042.82,-2386.55,292.734,1.66958,300,0,0,10635,0,0,0,0,0),(102584,28233,571,1,1,16053,0,5929.23,-2461.87,291.333,-0.536542,300,0,0,10635,0,0,0,0,0),(102585,28233,571,1,1,16053,0,6120.87,-2381.5,295.007,5.81043,300,5,0,10635,0,1,0,0,0),(102586,28233,571,1,1,16053,0,5962.84,-2295.02,291.179,4.92456,300,5,0,10635,0,1,0,0,0),(102587,28233,571,1,1,16053,0,5842.15,-2465.33,297.399,4.37489,300,0,0,10635,0,0,0,0,0),(102588,28233,571,1,1,16053,0,5982.1,-2441.2,292.234,2.93098,300,5,0,10635,0,1,0,0,0),(102589,28233,571,1,1,16053,0,6074.35,-2315.08,289.79,0.520032,300,5,0,10635,0,1,0,0,0),(102590,28233,571,1,1,16053,0,5986.99,-2385.21,293.004,3.08937,300,5,0,10635,0,1,0,0,0),(102591,28233,571,1,1,16053,0,5858.66,-2459.72,298.466,1.22886,300,0,0,10635,0,0,0,0,0),(102592,28233,571,1,1,16053,0,5860,-2471.3,299.68,4.61462,300,5,0,10635,0,1,0,0,0),(102593,28233,571,1,1,16053,0,5966.3,-2307.14,292.203,0.448603,300,5,0,10635,0,1,0,0,0),(102594,28745,571,1,1,25553,0,6193.53,-2156.53,240.02,4.508,300,0,0,10282,0,0,0,0,0),(102596,28745,571,1,1,25553,0,6192.99,-2157.98,240.387,4.4076,300,0,0,10282,0,0,0,0,0),(102597,28745,571,1,1,25553,0,6230.51,-2162.48,236.292,3.8779,300,0,0,10282,0,0,0,0,0),(102599,28745,571,1,1,25553,0,6231.98,-2160.44,236.292,0.949701,300,0,0,10282,0,0,0,0,0),(102600,25417,571,1,1,5488,0,4349.01,5913.17,59.8202,-0.443351,300,0,0,7984,0,0,0,0,0),(102601,25417,571,1,1,1070,0,4391.75,5882.34,55.6874,2.84747,300,5,0,7984,0,1,0,0,0),(102602,28746,571,1,1,25671,0,5500.68,4753.16,-194.396,3.89208,300,0,0,8982,0,0,0,0,0),(102603,32330,571,1,1,27909,0,5807.72,679.588,610.666,6.00393,300,0,0,10635,0,0,0,0,0),(102604,26186,571,1,1,23031,1,3114.17,3834.13,22.8447,5.75959,300,0,0,28830,0,0,0,0,0),(102605,26954,571,1,1,24201,0,1975.58,-6155.45,25.2098,2.61799,300,0,0,7181,0,0,0,0,0),(102606,29514,571,1,1,26374,0,5929.62,724.728,642.212,3.735,300,0,0,10635,0,0,0,0,0),(102607,23882,571,1,1,28345,0,997.458,-3820.2,170.716,5.99589,300,5,0,2395,0,1,0,0,0),(102608,25418,571,1,1,14514,0,4395.05,5925.99,55.8366,4.43314,300,0,0,9291,0,0,0,0,0),(102609,26187,571,1,1,23031,1,3113.86,3843.32,22.7575,5.74213,300,0,0,28830,0,0,0,0,0),(102610,26443,571,1,1,23845,1,3549.37,379.35,52.3397,1.91986,300,0,0,126000,39940,0,0,0,0),(102611,23883,571,1,1,21993,1,1557.46,-5682.55,249.289,1.90241,300,0,0,6986,0,0,0,0,0),(102612,23883,571,1,1,21993,1,2002.14,-6032.62,8.80714,0.733038,300,0,0,6986,0,0,0,0,0),(102613,24139,571,1,1,22133,1,2438.72,-5182.42,277.36,6.24828,300,0,0,9291,3231,0,0,0,0),(102614,23883,571,1,1,21995,1,1533.91,-5688.55,249.461,1.71042,300,0,0,6986,0,0,0,0,0),(102615,23883,571,1,1,21994,1,1559.74,-5682.61,249.289,1.74533,300,0,0,6986,0,0,0,0,0),(102616,23883,571,1,1,21995,1,1570.43,-5686.47,249.364,1.58825,300,0,0,6986,0,0,0,0,0),(102617,23883,571,1,1,21995,1,1545.87,-5690.24,249.195,1.93731,300,0,0,6986,0,0,0,0,0),(102618,23883,571,1,1,21994,1,1997.71,-6024.19,9.76395,0.575959,300,0,0,6986,0,0,0,0,0),(102619,32843,571,1,1,28317,1,5772.07,744.661,641.565,2.062,300,0,0,10635,0,0,0,0,0),(102620,23883,571,1,1,21993,1,1993.8,-6016.08,9.57791,0.541052,300,0,0,6986,0,0,0,0,0),(102621,26955,571,1,1,24202,0,1904.8,-6137.54,18.1402,5.65487,300,0,0,7181,0,0,0,0,0),(102622,25675,571,1,1,22044,0,2088.13,6438.47,20.3407,1.96492,300,5,0,6986,0,1,0,0,0),(102623,23883,571,1,1,21996,1,1523.47,-5680.69,249.9,1.69297,300,0,0,6986,0,0,0,0,0),(102624,23883,571,1,1,21993,1,1520.84,-5680.45,250.032,1.76278,300,0,0,6986,0,0,0,0,0),(102625,25675,571,1,1,22044,0,2272.34,6227.53,53.5505,1.70041,300,5,0,6986,0,1,0,0,0),(102626,25419,571,1,1,5561,0,4412.49,5909.43,56.0777,1.18241,300,5,0,7984,0,1,0,0,0),(102627,27211,571,1,1,10344,1,2879.77,-387.146,112.462,4.52763,300,0,0,9610,0,0,0,0,0),(102628,25675,571,1,1,22044,0,2048.54,6369.41,44.5349,2.53153,300,5,0,6986,0,1,0,0,0),(102629,25675,571,1,1,22044,0,2086.05,6364.09,51.2206,3.51142,300,5,0,6986,0,1,0,0,0),(102630,25675,571,1,1,22044,0,2090.2,6408.7,38.8244,2.80842,300,5,0,6986,0,1,0,0,0),(102631,25675,571,1,1,22044,0,2127.66,6380.93,46.8536,3.22927,300,5,0,6986,0,1,0,0,0),(102632,25675,571,1,1,22044,0,2154.98,6353.58,52.0665,1.91251,300,5,0,6986,0,1,0,0,0),(102633,25675,571,1,1,22044,0,2183.36,6386.77,47.1986,4.41503,300,5,0,6986,0,1,0,0,0),(102634,25675,571,1,1,22044,0,2063.63,6288.89,58.8048,0.129323,300,5,0,6986,0,1,0,0,0),(102635,23883,571,1,1,21995,1,1607.16,-6146.53,9.6016,3.83972,300,0,0,6986,0,0,0,0,0),(102636,23883,571,1,1,21994,1,1604.37,-6143.44,9.65516,3.83972,300,0,0,6986,0,0,0,0,0),(102637,23883,571,1,1,21996,1,1603.17,-6141.86,9.66347,3.83972,300,0,0,6986,0,0,0,0,0),(102638,23883,571,1,1,21995,1,1601.96,-6140.12,9.593,3.83972,300,0,0,6986,0,0,0,0,0),(102639,23883,571,1,1,21995,1,1600.32,-6138.3,9.47102,3.83972,300,0,0,6986,0,0,0,0,0),(102640,23883,571,1,1,21993,1,1611.07,-6150.65,9.47284,3.83972,300,0,0,6986,0,0,0,0,0),(102641,23883,571,1,1,21994,1,1609,-6148.52,9.52678,3.83972,300,0,0,6986,0,0,0,0,0),(102642,23883,571,1,1,21996,1,1605.67,-6144.9,9.64759,3.83972,300,0,0,6986,0,0,0,0,0),(102643,23883,571,1,1,21996,1,1614.63,-6154.53,9.41218,3.83972,300,0,0,6986,0,0,0,0,0),(102644,23883,571,1,1,21996,1,1612.91,-6152.64,9.43,3.83972,300,0,0,6986,0,0,0,0,0),(102645,25419,571,1,1,5561,0,4290.22,5924.36,56.7712,1.48904,300,5,0,7984,0,1,0,0,0),(102646,25675,571,1,1,22044,0,2216.74,6221.21,59.6881,3.31319,300,5,0,6986,0,1,0,0,0),(102647,25675,571,1,1,22044,0,2102.76,6284.02,54.7216,2.88121,300,5,0,6986,0,1,0,0,0),(102648,25419,571,1,1,5561,0,4350.95,5883.12,55.9104,3.37322,300,5,0,7984,0,1,0,0,0),(102649,25419,571,1,1,5450,0,4444.39,5948.66,57.404,2.86132,300,5,0,7984,0,1,0,0,0),(102650,25419,571,1,1,5450,0,4409.63,5936.75,56.0231,3.51294,300,5,0,7984,0,1,0,0,0),(102651,25419,571,1,1,5561,0,4384.95,5911.63,56.0281,3.68386,300,5,0,7984,0,1,0,0,0),(102652,25419,571,1,1,5450,0,4351.32,5912.07,59.7775,5.83977,300,5,0,7984,0,1,0,0,0),(102653,25675,571,1,1,22044,0,2080.77,6344.3,64.7206,3.92268,300,5,0,6986,0,1,0,0,0),(102654,25675,571,1,1,22044,0,2112.03,6316.91,59.8902,5.23941,300,5,0,6986,0,1,0,0,0),(102655,25675,571,1,1,22044,0,2157.4,6322.78,53.7695,0.484117,300,5,0,6986,0,1,0,0,0),(102656,25675,571,1,1,22044,0,2174.38,6281.89,53.4025,4.5828,300,5,0,6986,0,1,0,0,0),(102657,25675,571,1,1,22044,0,2223.62,6336.25,47.9416,5.98263,300,5,0,6986,0,1,0,0,0),(102658,25675,571,1,1,22044,0,2179.09,6340.57,49.6276,4.0151,300,5,0,6986,0,1,0,0,0),(102659,25675,571,1,1,22044,0,2142.46,6279.64,55.4059,0.718385,300,5,0,6986,0,1,0,0,0),(102660,25675,571,1,1,22044,0,2185.16,6317.68,51.7694,3.24673,300,5,0,6986,0,1,0,0,0),(102661,25419,571,1,1,5450,0,4282.48,5882.59,59.2814,2.17811,300,5,0,7984,0,1,0,0,0),(102662,25419,571,1,1,5561,0,4345.71,5866.88,56.16,1.31559,300,5,0,7984,0,1,0,0,0),(102663,25419,571,1,1,5561,0,4330.29,5846.69,57.8551,0.04315,300,5,0,7984,0,1,0,0,0),(102664,25419,571,1,1,5450,0,4394.71,5881.44,55.6874,2.84787,300,0,0,7984,0,0,0,0,0),(102665,25419,571,1,1,5561,0,4319.82,5880.66,56.2993,0.902202,300,5,0,7984,0,1,0,0,0),(102666,25419,571,1,1,5450,0,4292.18,5846.93,59.0948,3.29536,300,5,0,7984,0,1,0,0,0),(102667,23884,571,1,1,11686,0,1574.23,-6203.96,6.35437,1.65806,300,0,0,4120,0,0,0,0,0),(102668,23884,571,1,1,11686,0,1562.1,-6220.58,6.43605,2.54818,300,0,0,4120,0,0,0,0,0),(102669,23884,571,1,1,11686,0,1559.83,-6200.28,6.5706,0.820305,300,0,0,4120,0,0,0,0,0),(102670,23884,571,1,1,11686,0,1561.99,-6188.58,8.19471,5.11381,300,0,0,4120,0,0,0,0,0),(102671,23884,571,1,1,11686,0,1547.05,-6210.39,7.17243,2.40855,300,0,0,4120,0,0,0,0,0),(102672,26700,571,1,1,19595,0,4524.02,-3472.89,228.237,1.76278,300,0,0,4979,0,0,0,0,0),(102673,32332,571,1,1,27910,0,5853.03,677.497,610.666,3.50811,300,0,0,10635,0,0,0,0,0),(102674,23884,571,1,1,11686,0,1561.02,-5618.52,231.351,2.75762,300,0,0,4120,0,0,0,0,0),(102675,23884,571,1,1,11686,0,1522.97,-5621.28,227.207,2.72271,300,0,0,4120,0,0,0,0,0),(102676,23884,571,1,1,11686,0,1541.72,-6185.33,7.15559,4.29351,300,0,0,4120,0,0,0,0,0),(102677,23884,571,1,1,11686,0,1566.92,-6212.47,6.26184,2.82743,300,0,0,4120,0,0,0,0,0),(102678,23884,571,1,1,11686,0,1541.13,-6198.02,7.23196,0.122173,300,0,0,4120,0,0,0,0,0),(102679,23884,571,1,1,11686,0,1525.6,-5608.78,225.925,6.05629,300,0,0,4120,0,0,0,0,0),(102680,23884,571,1,1,11686,0,1527.31,-5634.16,231.982,3.1765,300,0,0,4120,0,0,0,0,0),(102681,26956,571,1,1,24203,0,1933.84,-6199.65,32.1595,3.40339,300,0,0,7181,0,0,0,0,0),(102682,23884,571,1,1,11686,0,1538.37,-5609.16,226.118,5.98648,300,0,0,4120,0,0,0,0,0),(102683,23884,571,1,1,11686,0,1533.73,-5616.92,226.568,2.98451,300,0,0,4120,0,0,0,0,0),(102684,23884,571,1,1,11686,0,1548.73,-5629.02,232.186,4.7822,300,0,0,4120,0,0,0,0,0),(102685,32844,571,1,1,28318,0,5774,745.96,641.418,2.188,300,0,0,42,0,2,0,0,0),(102686,23884,571,1,1,11686,0,1537.48,-5626.53,229.058,5.79449,300,0,0,4120,0,0,0,0,0),(102687,27468,571,1,1,24655,1,3981.2,-3177.18,279.076,1.37881,300,0,0,9291,0,0,0,0,0),(102688,23885,571,1,1,11686,0,1603.39,-6244.69,5.90997,4.08407,300,0,0,4120,0,0,0,0,0),(102689,23885,571,1,1,11686,0,1606.77,-6236.93,6.35216,5.79449,300,0,0,4120,0,0,0,0,0),(102690,23885,571,1,1,11686,0,1624.12,-6221.28,6.20906,3.80482,300,0,0,4120,0,0,0,0,0),(102691,23885,571,1,1,11686,0,1619.75,-6233.88,6.55846,1.81514,300,0,0,4120,0,0,0,0,0),(102692,23885,571,1,1,11686,0,1608.16,-6226.26,6.22817,5.84685,300,0,0,4120,0,0,0,0,0),(102693,32333,571,1,1,27911,0,5830.96,697.572,610.666,5.14872,300,0,0,10635,0,0,0,0,0),(102694,25677,571,1,1,23311,0,3882.76,4316.54,12.6695,5.46288,300,0,0,8,0,0,0,0,0),(102695,24653,571,1,1,22719,0,5519.81,4735.74,-192.731,2.74017,300,0,0,42,0,0,0,0,0),(102696,24653,571,1,1,22719,0,5509.14,4747.95,-194.35,2.84489,300,0,0,42,0,0,0,0,0),(102697,27469,571,1,1,24670,1,3570.45,-2935.72,235.808,6.23082,300,0,0,10282,0,0,0,0,0),(102698,25677,571,1,1,23311,0,3706.29,4360.27,1.71268,6.12237,300,0,0,8,0,0,0,0,0),(102699,24141,571,1,1,22149,1,426.872,-4526.86,246.838,4.76475,300,0,0,8982,0,0,0,0,0),(102700,29261,571,1,1,26078,1,5744.94,681.546,644.136,5.65487,300,0,0,8508,7981,0,0,0,0),(102701,25677,571,1,1,23311,0,3826.4,4490.18,18.2594,1.72916,300,0,0,8,0,0,0,0,0),(102702,26957,571,1,1,24204,0,2024.24,-6207.31,7.98215,3.21141,300,0,0,7181,0,0,0,0,0),(102703,25677,571,1,1,23311,0,3872.66,4380.43,12.6538,3.35986,300,0,0,8,0,0,0,0,0),(102704,25677,571,1,1,23311,0,3966.26,4348.83,12.9714,4.41568,300,0,0,8,0,0,0,0,0),(102705,25677,571,1,1,23311,0,3988.48,4471.88,12.6594,4.29351,300,0,0,8,0,0,0,0,0),(102706,25677,571,1,1,23311,0,3989.49,4407.84,12.6138,6.10865,300,0,0,8,0,0,0,0,0),(102707,25677,571,1,1,23311,0,3873.57,4319.59,12.6288,3.95104,300,0,0,8,0,0,0,0,0),(102708,25677,571,1,1,23311,0,3714.49,4383.41,-1.98517,5.58892,300,0,0,8,0,0,0,0,0),(102709,25677,571,1,1,23311,0,4002.47,4409.91,14.2758,5.99907,300,0,0,8,0,0,0,0,0),(102710,25677,571,1,1,23311,0,3970.92,4355.09,12.9485,1.21613,300,0,0,8,0,0,0,0,0),(102711,25677,571,1,1,23311,0,3635.38,4447.71,-1.98517,2.02531,300,0,0,8,0,0,0,0,0),(102712,25677,571,1,1,23311,0,3774.34,4462.12,-1.85317,5.5871,300,0,0,8,0,0,0,0,0),(102713,26189,571,1,1,23274,1,3392.06,3630.6,19.4975,4.82596,300,5,0,9082,2991,1,0,0,0),(102714,26189,571,1,1,23273,1,3369.02,3644.44,21.0651,4.40467,300,5,0,9082,2991,1,0,0,0),(102715,25677,571,1,1,23311,0,3746.94,4439.6,-2.04526,1.70463,300,0,0,8,0,0,0,0,0),(102716,27213,571,1,1,19296,0,2508.58,-290.646,-0.14272,3.22149,300,0,0,11614,0,2,0,0,0),(102717,27213,571,1,1,19296,0,2587.3,-291.119,3.03297,0.065341,300,0,0,11614,0,2,0,0,0),(102718,25677,571,1,1,23311,0,3715.94,4288.88,12.7607,2.13549,300,0,0,8,0,0,0,0,0),(102719,27213,571,1,1,19296,0,2538.55,-475.139,0.640318,1.30403,300,0,0,11614,0,2,0,0,0),(102720,25677,571,1,1,23311,0,3814.32,4393.7,12.2184,1.44318,300,0,0,8,0,0,0,0,0),(102721,27213,571,1,1,19296,0,2582.44,-222.474,-0.405293,6.21063,300,0,0,11614,0,2,0,0,0),(102722,25677,571,1,1,23311,0,3754.85,4317.83,12.7191,4.36332,300,0,0,8,0,0,0,0,0),(102723,27213,571,1,1,19296,0,2838.99,-178.468,137.038,1.85701,300,0,0,11614,0,2,0,0,0),(102724,27213,571,1,1,19296,0,2712.16,-564.525,9.69382,-2.2455,300,0,0,11614,0,2,0,0,0),(102725,27213,571,1,1,19296,0,2688.14,-181.589,138.812,4.51534,300,0,0,11614,0,2,0,0,0),(102726,27213,571,1,1,19296,0,2832.56,-258.232,133.078,2.35938,300,0,0,11614,0,2,0,0,0),(102727,27213,571,1,1,19296,0,2655.11,-139.624,73.4679,3.35212,300,0,0,11614,0,2,0,0,0),(102728,27213,571,1,1,19296,0,2809.65,-404.102,118.284,2.68845,300,0,0,11614,0,2,0,0,0),(102729,27213,571,1,1,19296,0,2750.5,-154.769,139.409,4.64206,300,0,0,11614,0,2,0,0,0),(102730,27213,571,1,1,19296,0,2712.02,-465.353,85.8725,2.87415,300,0,0,11614,0,2,0,0,0),(102731,27213,571,1,1,19296,0,2534.06,-419.991,3.27767,5.51524,300,0,0,11614,0,2,0,0,0),(102732,27725,571,1,1,8313,0,3612.97,1011.59,56.9779,1.20122,300,0,0,49700,0,0,0,0,0),(102733,27725,571,1,1,8313,0,3867.76,946.638,58.0494,4.89607,300,0,0,49700,0,0,0,0,0),(102734,27213,571,1,1,19296,0,2684.26,-287.88,127.279,1.45693,300,0,0,11614,0,2,0,0,0),(102735,27725,571,1,1,8313,0,3639.92,1066.6,62.1016,0.708223,300,0,0,49700,0,0,0,0,0),(102736,27725,571,1,1,8313,0,3808.71,1078.13,57.4704,1.65994,300,0,0,49700,0,0,0,0,0),(102737,25677,571,1,1,23311,0,3388.89,4469.8,-2.05776,1.43117,300,0,0,8,0,0,0,0,0),(102738,26189,571,1,1,23273,1,3389.83,3650.14,20.3767,4.82596,300,5,0,9082,2991,1,0,0,0),(102739,28750,571,1,1,25664,0,6202.19,-1970.12,461.302,0.951309,300,0,0,10282,0,0,0,0,0),(102740,28750,571,1,1,25664,0,5957.81,-2145.7,248.309,-2.8938,300,0,0,10282,0,0,0,0,0),(102741,24142,571,1,1,22136,1,2661.63,-4399.28,283.866,3.12414,300,0,0,8982,0,0,0,0,0),(102742,28750,571,1,1,25664,0,6098.65,-2068.79,484.782,0.409328,300,0,0,10282,0,0,0,0,0),(102743,24398,571,1,1,16379,1,2029.56,-3267.42,67.8401,4.90438,300,0,0,7181,0,0,0,0,0),(102744,29006,571,1,1,25641,0,5648.67,4605.62,-132.056,3.00197,300,0,0,91032,3725,0,0,0,0),(102745,24142,571,1,1,22140,1,2657.79,-4399.41,283.768,0.087266,300,0,0,8982,0,0,0,0,0),(102746,28750,571,1,1,25664,0,6148.68,-2097.26,484.935,5.32604,300,5,0,10282,0,1,0,0,0),(102747,26958,571,1,1,24205,0,1973.49,-6143.51,25.2098,3.92699,300,0,0,7181,0,0,0,0,0),(102748,28750,571,1,1,25664,0,6125.84,-2057.59,484.782,0.562657,300,5,0,10282,0,1,0,0,0),(102749,32334,571,1,1,27912,0,5830.88,648.813,610.666,2.63545,300,0,0,8508,7981,0,0,0,0),(102750,28750,571,1,1,25664,0,6104.16,-2069.53,484.782,3.97584,300,0,0,10282,0,0,0,0,0),(102751,23886,571,1,1,26332,0,187.753,-6074.82,5.71782,3.80403,300,5,0,8982,0,1,0,0,0),(102752,23886,571,1,1,26332,0,247.246,-6109.79,1.39591,5.62184,300,5,0,8982,0,1,0,0,0),(102754,23886,571,1,1,26332,0,241.002,-6223.54,1.01756,5.22837,300,5,0,8982,0,1,0,0,0),(102755,23886,571,1,1,26332,0,238.033,-6188.12,2.17874,4.9082,300,5,0,8982,0,1,0,0,0),(102756,28750,571,1,1,25664,0,5938.85,-2183.97,247.928,0.793653,300,0,0,10282,0,0,0,0,0),(1975891,30696,571,1,1,0,0,6439.89,3170.92,657.482,0.505101,300,0,0,1,0,0,0,0,0),(102758,28750,571,1,1,25664,0,6129.49,-2024.88,461.3,3.62834,300,0,0,10282,0,0,0,0,0),(102759,28750,571,1,1,25664,0,6104.14,-2073.25,484.782,4.19732,300,0,0,10282,0,0,0,0,0),(102760,28750,571,1,1,25664,0,6152.06,-1975.71,474.552,2.36312,300,5,0,10282,0,1,0,0,0),(102761,28750,571,1,1,25664,0,6102.79,-2061.79,484.782,0.689003,300,0,0,10282,0,0,0,0,0),(102762,23886,571,1,1,26332,0,277.124,-6234.85,1.04423,6.10934,300,5,0,8982,0,1,0,0,0),(102763,23886,571,1,1,26332,0,120.498,-6182.67,2.52694,5.01343,300,5,0,8982,0,1,0,0,0),(102764,23886,571,1,1,26332,0,73.9055,-6113.34,1.5166,2.88195,300,5,0,8982,0,1,0,0,0),(102765,23886,571,1,1,26332,0,90.2758,-6071.7,0.335402,4.83493,300,5,0,8982,0,1,0,0,0),(102766,23886,571,1,1,26332,0,122.313,-6107.77,2.40622,1.96957,300,5,0,8982,0,1,0,0,0),(102767,23886,571,1,1,26332,0,49.0327,-6073.83,2.25596,5.52584,300,5,0,8982,0,1,0,0,0),(102768,23886,571,1,1,26332,0,23.841,-6051.15,1.39067,5.44991,300,5,0,8982,0,1,0,0,0),(102769,23886,571,1,1,26332,0,192.989,-6168.37,4.27533,2.53063,300,5,0,8982,0,1,0,0,0),(102770,23886,571,1,1,26332,0,295.693,-6167.7,3.09038,0.138453,300,5,0,8982,0,1,0,0,0),(102771,28750,571,1,1,25664,0,5955.13,-2141.7,248.531,2.09331,300,0,0,10282,0,0,0,0,0),(1975890,30696,571,1,1,0,0,6468.84,3162.9,657.482,1.43658,300,0,0,1,0,0,0,0,0),(1975889,30696,571,1,1,0,0,6445,3112.87,657.481,0.857745,300,0,0,1,0,0,0,0,0),(102774,28750,571,1,1,25664,0,5939.35,-2148.27,248.059,1.16783,300,0,0,10282,0,0,0,0,0),(102775,24398,571,1,1,16380,1,2044.29,-3216.65,60.3648,-0.304186,300,0,0,7181,0,0,0,0,0),(1975888,30696,571,1,1,0,0,6434.69,3136.69,657.481,0.849888,300,0,0,1,0,0,0,0,0),(1975887,30696,571,1,1,0,0,6478.42,3074.87,657.48,1.68791,300,0,0,1,0,0,0,0,0),(1975886,30696,571,1,1,0,0,6691.52,3575.93,670.436,4.83501,300,0,0,1,0,0,0,0,0),(1975885,30696,571,1,1,0,0,6515.74,3430.04,598.145,2.4741,300,0,0,1,0,0,0,0,0),(102781,24398,571,1,1,16380,1,2029.52,-3331.92,98.6507,3.87463,300,0,0,7181,0,0,0,0,0),(102782,24398,571,1,1,16379,1,1997.82,-3281.72,93.6502,3.52556,300,0,0,7181,0,0,0,0,0),(102783,24398,571,1,1,16380,1,1983.54,-3255.02,74.8443,1.8326,300,0,0,7181,0,0,0,0,0),(102784,24398,571,1,1,16380,1,1985.85,-3265.31,75.2132,4.59022,300,0,0,7181,0,0,0,0,0),(102785,24398,571,1,1,16380,1,2002.15,-3329.95,98.9959,5.02655,300,0,0,7181,0,0,0,0,0),(102786,24398,571,1,1,16379,1,2006.92,-3317.81,100.016,0.523599,300,0,0,7181,0,0,0,0,0),(102787,24398,571,1,1,16379,1,2063.24,-3206.74,63.0033,0.907571,300,0,0,7181,0,0,0,0,0),(102788,24398,571,1,1,16379,1,2049.93,-3207.18,62.0074,2.54818,300,0,0,7181,0,0,0,0,0),(102789,24398,571,1,1,16380,1,1982.73,-3271.09,90.1943,4.62512,300,0,0,7181,0,0,0,0,0),(102790,24398,571,1,1,16379,1,1992.16,-3273.4,90.9627,3.89208,300,0,0,7181,0,0,0,0,0),(102791,24398,571,1,1,16380,1,2041.33,-3296.99,99.5535,4.01426,300,0,0,7181,0,0,0,0,0),(102792,26446,571,1,1,16901,0,3359.18,-1923.94,121.662,4.01068,300,5,0,9610,3309,1,0,0,0),(102793,24398,571,1,1,16379,1,1999.43,-3256.12,75.1831,2.21657,300,0,0,7181,0,0,0,0,0),(102794,24398,571,1,1,16380,1,2014.43,-3222.67,75.0786,3.59538,300,0,0,7181,0,0,0,0,0),(102795,24398,571,1,1,16379,1,2037.04,-3223.51,62.1626,1.83724,300,5,0,7181,0,1,0,0,0),(102796,24398,571,1,1,16380,1,2006.1,-3225.26,75.1863,3.38594,300,0,0,7181,0,0,0,0,0),(102797,24398,571,1,1,16380,1,2037.24,-3228.18,65.3576,1.61218,300,5,0,7181,0,1,0,0,0),(1975884,30696,571,1,1,0,0,6537.2,3441.85,598.084,1.65494,300,0,0,1,0,0,0,0,0),(102799,24398,571,1,1,16380,1,2091.49,-3210.4,138.116,3.9636,300,5,0,7181,0,1,0,0,0),(102800,24398,571,1,1,16379,1,1983.83,-3251.91,90.5281,1.58825,300,0,0,7181,0,0,0,0,0),(102801,24398,571,1,1,16380,1,2027.99,-3317.36,109.491,1.48353,300,0,0,7181,0,0,0,0,0),(102802,24398,571,1,1,16380,1,2054.02,-3348.57,115.063,4.64258,300,0,0,7181,0,0,0,0,0),(102803,24398,571,1,1,16379,1,1989.78,-3316.96,103.918,3.83972,300,0,0,7181,0,0,0,0,0),(102804,24398,571,1,1,16379,1,2066.67,-3344,110.718,4.85202,300,0,0,7181,0,0,0,0,0),(102805,24398,571,1,1,16379,1,2023.52,-3344.37,110.247,4.08407,300,0,0,7181,0,0,0,0,0),(102806,24398,571,1,1,16379,1,2035.58,-3340.75,107.352,4.60767,300,0,0,7181,0,0,0,0,0),(102807,24398,571,1,1,16380,1,1985.31,-3307.04,105.866,4.04916,300,0,0,7181,0,0,0,0,0),(102808,24398,571,1,1,16380,1,2028.65,-3291.29,113.531,2.26893,300,0,0,7181,0,0,0,0,0),(102809,24398,571,1,1,16379,1,2064.72,-3355.51,128.514,4.45059,300,0,0,7181,0,0,0,0,0),(102810,26446,571,1,1,16901,0,3294.53,-1818.9,88.0959,2.27603,300,5,0,9610,3309,1,0,0,0),(102811,26446,571,1,1,16901,0,3331.26,-1809.42,91.8093,1.23053,300,5,0,9610,3309,1,0,0,0),(102812,26446,571,1,1,16901,0,3289,-1731.7,84.1474,2.22243,300,5,0,9610,3309,1,0,0,0),(102813,26446,571,1,1,16901,0,3470.79,-1800.34,110,2.86701,300,5,0,9610,3309,1,0,0,0),(102814,26446,571,1,1,16901,0,3361.05,-1719.9,88.1238,1.13948,300,5,0,9610,3309,1,0,0,0),(102815,26446,571,1,1,16901,0,3322.82,-1685.34,88.7054,4.51135,300,5,0,9610,3309,1,0,0,0),(102816,26446,571,1,1,16901,0,3382.75,-1691.33,85.054,1.16398,300,5,0,9610,3309,1,0,0,0),(102817,26446,571,1,1,16901,0,3423.77,-1844.46,106.258,4.55301,300,0,0,9610,3309,0,0,0,0),(102818,26446,571,1,1,16901,0,3358.36,-1871.74,109.662,1.25429,300,5,0,9610,3309,1,0,0,0),(102819,26446,571,1,1,16901,0,3501.2,-1844.45,122.24,4.66553,300,5,0,9610,3309,1,0,0,0),(102820,26446,571,1,1,16901,0,3375.42,-1776.37,96.151,1.25275,300,5,0,9610,3309,1,0,0,0),(1975883,30696,571,1,1,0,0,6498.82,3406.61,597.708,2.17723,300,0,0,1,0,0,0,0,0),(102823,28750,571,1,1,25664,0,6150.44,-1956.5,417.6,4.23199,300,5,0,10282,0,1,0,0,0),(102824,28750,571,1,1,25664,0,6124.53,-1972.75,417.544,2.3598,300,5,0,10282,0,1,0,0,0),(102825,28750,571,1,1,25664,0,6120.17,-2082.74,234.209,0.124094,300,5,0,10282,0,1,0,0,0),(102826,28750,571,1,1,25664,0,6090.19,-1983.77,233.535,3.71415,300,5,0,10282,0,1,0,0,0),(102827,28750,571,1,1,25664,0,6109.06,-2020.29,234.279,1.44644,300,5,0,10282,0,1,0,0,0),(102828,28750,571,1,1,25664,0,6121.4,-1936.58,234.529,3.61672,300,5,0,10282,0,1,0,0,0),(102829,28750,571,1,1,25664,0,6077.75,-2043.51,235.82,0.276958,300,5,0,10282,0,1,0,0,0),(102830,28750,571,1,1,25664,0,6066.43,-1967.52,235.306,2.37277,300,5,0,10282,0,1,0,0,0),(102831,28750,571,1,1,25664,0,6192.42,-2129.48,235.513,4.21527,300,5,0,10282,0,1,0,0,0),(102832,28750,571,1,1,25664,0,6251.84,-2086.16,236.568,4.78253,300,5,0,10282,0,1,0,0,0),(102833,28750,571,1,1,25664,0,6170.67,-2016.72,412.178,6.07182,300,5,0,10282,0,1,0,0,0),(102834,28750,571,1,1,25664,0,6156.06,-2098.3,235.466,4.66945,300,5,0,10282,0,1,0,0,0),(102835,28750,571,1,1,25664,0,6126.36,-2125.8,236.027,4.99164,300,0,0,10282,0,0,0,0,0),(102836,28750,571,1,1,25664,0,6194.91,-2046.94,408.211,5.29313,300,5,0,10282,0,1,0,0,0),(102837,28750,571,1,1,25664,0,6123.23,-1974.38,236.897,3.80482,300,0,0,10282,0,0,0,0,0),(102838,25678,571,1,1,23312,1,4392.42,4546.45,88.7359,3.65141,300,5,0,9610,0,1,0,0,0),(102839,26447,571,1,1,24443,1,3246.88,-2275.95,108.704,4.7822,300,0,0,7952,7654,0,0,33536,0),(102840,25679,571,1,1,23311,0,3262.33,4612.41,28.2134,1.25812,300,5,0,8,0,1,0,0,0),(102841,25679,571,1,1,23311,0,3283.89,4656.23,29.5141,0.387436,300,5,0,8,0,1,0,0,0),(102842,26191,571,1,1,26500,0,3105.05,3819.77,23.5271,0.017453,300,0,0,3052,0,0,0,0,0),(102843,28751,571,1,1,19595,0,6174.21,-2046.94,241.163,3.94444,300,5,0,4979,0,1,0,0,0),(102844,28751,571,1,1,19595,0,6219.57,-2018.26,231.778,6.02139,300,5,0,4979,0,1,0,0,0),(102845,28751,571,1,1,19595,0,6175.28,-2017.28,245.161,1.98968,300,5,0,4979,0,1,0,0,0),(102846,28751,571,1,1,19595,0,6180.97,-2067.94,232.525,0.20944,300,5,0,4979,0,1,0,0,0),(102847,28751,571,1,1,19595,0,6166.3,-1965.43,233.256,0.628319,300,5,0,4979,0,1,0,0,0),(102848,28751,571,1,1,19595,0,6204.82,-2018.33,241.196,5.07891,300,5,0,4979,0,1,0,0,0),(102849,28751,571,1,1,19595,0,6176.26,-1987.6,241.164,4.43314,300,5,0,4979,0,1,0,0,0),(102850,26959,571,1,1,24206,0,1936.11,-6197.33,24.8572,1.8326,300,0,0,9291,0,0,0,0,0),(102851,25679,571,1,1,23311,0,3138.46,4404.99,26.3985,0.276573,300,5,0,8,0,1,0,0,0),(102852,25679,571,1,1,23311,0,3819.51,4017.36,26.3581,4.56595,300,5,0,8,0,1,0,0,0),(102853,25679,571,1,1,23311,0,3802.08,4014.58,24.8581,4.48556,300,5,0,8,0,1,0,0,0),(102854,25679,571,1,1,23311,0,3720.79,4004.07,24.772,5.83882,300,5,0,8,0,1,0,0,0),(102855,24399,571,1,1,21044,1,1964.97,-3258.86,134.707,3.47321,300,0,0,7181,0,0,0,0,0),(102856,23887,571,1,1,26333,0,250.965,-6114.17,1.27091,2.85389,300,5,0,6986,0,1,0,0,0),(102857,28751,571,1,1,19595,0,6145.54,-2016.27,241.169,4.99164,300,5,0,4979,0,1,0,0,0),(102858,28751,571,1,1,19595,0,6123.97,-2021.87,231.885,5.23599,300,5,0,4979,0,1,0,0,0),(102859,28751,571,1,1,19595,0,6189.29,-1966.91,232.86,3.05433,300,5,0,4979,0,1,0,0,0),(102860,28751,571,1,1,19595,0,6129.37,-2015.6,231.859,5.53269,300,5,0,4979,0,1,0,0,0),(102861,28751,571,1,1,19595,0,6161.74,-2067.14,233.262,1.85005,300,5,0,4979,0,1,0,0,0),(102862,28751,571,1,1,19595,0,6223.97,-2008.71,232.369,4.57276,300,5,0,4979,0,1,0,0,0),(102863,28751,571,1,1,19595,0,6176.55,-1970.19,232.298,2.80998,300,5,0,4979,0,1,0,0,0),(102864,28751,571,1,1,19595,0,6223.34,-2029.31,232.031,1.53589,300,5,0,4979,0,1,0,0,0),(102865,25679,571,1,1,23311,0,3689.66,4118.8,24.4311,4.03151,300,5,0,8,0,1,0,0,0),(102866,23887,571,1,1,26333,0,180.401,-6085.41,5.12276,0.958321,300,5,0,6986,0,1,0,0,0),(102867,25679,571,1,1,23311,0,3138.2,5038.16,25.9312,4.60478,300,5,0,8,0,1,0,0,0),(102868,28751,571,1,1,19595,0,6124.15,-2007.82,232.295,4.72984,300,5,0,4979,0,1,0,0,0),(102869,28751,571,1,1,19595,0,6171.42,-2062.37,231.773,1.6057,300,5,0,4979,0,1,0,0,0),(102870,25679,571,1,1,23311,0,3703.7,4020.59,23.522,0.27705,300,5,0,8,0,1,0,0,0),(102871,25679,571,1,1,23311,0,3693.75,4002.08,25.272,5.94239,300,5,0,8,0,1,0,0,0),(102872,25679,571,1,1,23311,0,3582.17,3941,27.1404,5.90784,300,5,0,8,0,1,0,0,0),(102873,25679,571,1,1,23311,0,3769.72,4108.25,26.778,4.61004,300,5,0,8,0,1,0,0,0),(102874,25679,571,1,1,23311,0,3221.79,4524.65,23.682,1.32501,300,5,0,8,0,1,0,0,0),(102875,25679,571,1,1,23311,0,3168.02,4475.89,27.1313,2.59553,300,5,0,8,0,1,0,0,0),(102876,25679,571,1,1,23311,0,3518.32,3913.6,25.4717,4.43702,300,5,0,8,0,1,0,0,0),(102877,25679,571,1,1,23311,0,3719.91,4002.85,24.9991,5.2596,300,5,0,8,0,1,0,0,0),(102878,25679,571,1,1,23311,0,3275.96,4643.95,28.8891,0.36204,300,5,0,8,0,1,0,0,0),(102879,25679,571,1,1,23311,0,3713.29,4006.95,23.772,1.92002,300,5,0,8,0,1,0,0,0),(102880,25679,571,1,1,23311,0,3709.23,4021.16,24.1322,3.25214,300,5,0,8,0,1,0,0,0),(102882,25679,571,1,1,23311,0,3220.06,4523.31,23.807,3.60895,300,5,0,8,0,1,0,0,0),(102883,25679,571,1,1,23311,0,3219.18,4396.64,25.6876,3.88625,300,5,0,8,0,1,0,0,0),(102884,25679,571,1,1,23311,0,3524.78,3887.72,25.083,3.16484,300,5,0,8,0,1,0,0,0),(102885,25679,571,1,1,23311,0,3749.08,4120.57,24.6518,6.11716,300,5,0,8,0,1,0,0,0),(102886,25679,571,1,1,23311,0,3706.7,4103.84,24.0622,0.446135,300,5,0,8,0,1,0,0,0),(102887,25679,571,1,1,23311,0,3748.27,4103.32,25.2768,3.82799,300,5,0,8,0,1,0,0,0),(102888,25679,571,1,1,23311,0,3772.21,4103.62,27.1786,5.81681,300,5,0,8,0,1,0,0,0),(102889,25679,571,1,1,23311,0,3759.59,4120.84,24.9018,4.2425,300,5,0,8,0,1,0,0,0),(102890,23887,571,1,1,26333,0,239.519,-6106.38,0.145905,3.69533,300,5,0,6986,0,1,0,0,0),(102891,25679,571,1,1,23311,0,3168.41,4448.06,25.8241,3.5624,300,5,0,8,0,1,0,0,0),(102892,25679,571,1,1,23311,0,2879.17,5045.83,25.4407,1.66612,300,5,0,8,0,1,0,0,0),(102893,25679,571,1,1,23311,0,3282.46,4597.08,28.4106,5.84136,300,5,0,8,0,1,0,0,0),(102894,25679,571,1,1,23311,0,3230.73,4507.81,26.807,5.09531,300,5,0,8,0,1,0,0,0),(102895,23887,571,1,1,26333,0,288.193,-6172.19,2.71538,4.31807,300,5,0,6986,0,1,0,0,0),(102903,23887,571,1,1,26333,0,199.459,-6082.73,2.62276,5.3171,300,5,0,6986,0,1,0,0,0),(102907,25679,571,1,1,23311,0,3151.22,5046.43,25.6812,6.10736,300,5,0,8,0,1,0,0,0),(102912,25679,571,1,1,23311,0,3131,4381.33,25.3701,0.358408,300,5,0,8,0,1,0,0,0),(102913,25679,571,1,1,23311,0,2914.36,5055.48,25.7647,0.280894,300,5,0,8,0,1,0,0,0),(102914,25679,571,1,1,23311,0,2860.07,5041.06,26.5846,4.06467,300,5,0,8,0,1,0,0,0),(102919,25679,571,1,1,23311,0,2903.93,5045.45,26.0147,3.25756,300,5,0,8,0,1,0,0,0),(102920,25679,571,1,1,23311,0,3114.73,4410.59,25.3365,5.18953,300,5,0,8,0,1,0,0,0),(102921,25679,571,1,1,23311,0,3186.45,4458.04,25.9491,0.048646,300,5,0,8,0,1,0,0,0),(102925,25679,571,1,1,23311,0,3126.25,4438.22,26.7088,6.11308,300,5,0,8,0,1,0,0,0),(102926,25679,571,1,1,23311,0,3682.8,4102.18,24.0561,4.98475,300,5,0,8,0,1,0,0,0),(102927,25679,571,1,1,23311,0,3830.74,4037.13,26.6915,5.38623,300,5,0,8,0,1,0,0,0),(102928,23887,571,1,1,26333,0,88.6302,-6105.9,0.388419,6.17289,300,5,0,6986,0,1,0,0,0),(102929,23887,571,1,1,26333,0,70.9327,-6108.57,0.72357,0.969953,300,5,0,6986,0,1,0,0,0),(102930,25679,571,1,1,23311,0,3057.12,5042.13,27.8019,6.08828,300,5,0,8,0,1,0,0,0),(102931,25679,571,1,1,23311,0,3049.91,5067.5,27.9427,4.39128,300,5,0,8,0,1,0,0,0),(102932,25679,571,1,1,23311,0,3804.33,4045.15,25.0305,5.64277,300,5,0,8,0,1,0,0,0),(102933,25679,571,1,1,23311,0,3321.53,4706.32,29.4577,5.32853,300,5,0,8,0,1,0,0,0),(102934,25679,571,1,1,23311,0,3161.79,4456.34,26.9727,1.0082,300,5,0,8,0,1,0,0,0),(102935,25679,571,1,1,23311,0,3713.22,4113.49,24.0664,4.44002,300,5,0,8,0,1,0,0,0),(102936,25679,571,1,1,23311,0,3139.35,5014.82,27.6755,4.42457,300,5,0,8,0,1,0,0,0),(102937,25679,571,1,1,23311,0,2878.72,5062.91,26.0657,3.51144,300,5,0,8,0,1,0,0,0),(102938,25679,571,1,1,23311,0,3005.21,5076.79,27.961,0.404888,300,5,0,8,0,1,0,0,0),(102939,25679,571,1,1,23311,0,3013.71,5045.48,27.7848,5.57122,300,5,0,8,0,1,0,0,0),(102940,25679,571,1,1,23311,0,3347.34,4702.72,28.5998,5.11232,300,5,0,8,0,1,0,0,0),(102941,25679,571,1,1,23311,0,3694.27,3994.27,26.6531,4.71239,300,5,0,8,0,1,0,0,0),(102942,25679,571,1,1,23311,0,2752.34,5047.97,27.2372,4.06727,300,5,0,8,0,1,0,0,0),(102943,25679,571,1,1,23311,0,2758.31,5085.54,24.8193,4.65194,300,5,0,8,0,1,0,0,0),(102944,25679,571,1,1,23311,0,3827.1,4042.76,25.3165,5.04392,300,5,0,8,0,1,0,0,0),(102945,25679,571,1,1,23311,0,3351.7,4821.48,28.8339,4.26236,300,5,0,8,0,1,0,0,0),(102946,25679,571,1,1,23311,0,3762.84,4127.2,25.0268,1.38031,300,5,0,8,0,1,0,0,0),(102947,25679,571,1,1,23311,0,3819.92,4023.87,25.4831,4.54695,300,5,0,8,0,1,0,0,0),(102948,25679,571,1,1,23311,0,3803.35,4018.74,25.0877,3.41453,300,5,0,8,0,1,0,0,0),(102949,25679,571,1,1,23311,0,3806.2,4041.38,24.8165,4.25394,300,5,0,8,0,1,0,0,0),(102950,25679,571,1,1,23311,0,3346.35,4681.77,29.218,4.97164,300,5,0,8,0,1,0,0,0),(102951,23887,571,1,1,26333,0,290.072,-6191.32,1.46538,2.97207,300,5,0,6986,0,1,0,0,0),(102952,23887,571,1,1,26333,0,167.578,-6206.82,0.558896,5.99767,300,5,0,6986,0,1,0,0,0),(102953,23887,571,1,1,26333,0,194.535,-6136.08,3.26499,1.04317,300,5,0,6986,0,1,0,0,0),(102954,23887,571,1,1,26333,0,187.564,-6203.88,1.4339,1.10563,300,5,0,6986,0,1,0,0,0),(102955,23887,571,1,1,26333,0,169.216,-6145.31,2.26499,1.50761,300,5,0,6986,0,1,0,0,0),(102956,23887,571,1,1,26333,0,167.983,-6173.52,2.27533,2.06772,300,5,0,6986,0,1,0,0,0),(102957,23887,571,1,1,26333,0,177.636,-6172.66,3.66974,3.50755,300,5,0,6986,0,1,0,0,0),(102958,23887,571,1,1,26333,0,178.104,-6225.9,0.433896,3.13001,300,5,0,6986,0,1,0,0,0),(102959,23887,571,1,1,26333,0,202.84,-6206.65,0.431108,1.9657,300,5,0,6986,0,1,0,0,0),(102960,23887,571,1,1,26333,0,132.405,-6177.01,1.65983,5.51652,300,5,0,6986,0,1,0,0,0),(102961,23887,571,1,1,26333,0,211.472,-6154.88,3.53762,3.65723,300,5,0,6986,0,1,0,0,0),(102962,23887,571,1,1,26333,0,118.377,-6102.43,2.32281,2.28189,300,5,0,6986,0,1,0,0,0),(102963,23887,571,1,1,26333,0,106.141,-6141.91,2.10487,3.62731,300,5,0,6986,0,1,0,0,0),(102964,23887,571,1,1,26333,0,119.513,-6148.63,1.7682,1.35849,300,5,0,6986,0,1,0,0,0),(102965,23887,571,1,1,26333,0,113.165,-6207.15,1.71736,5.59935,300,5,0,6986,0,1,0,0,0),(102966,23887,571,1,1,26333,0,94.6703,-6063.18,0.691814,4.14712,300,5,0,6986,0,1,0,0,0),(102967,23887,571,1,1,26333,0,84.3731,-6120.18,2.01342,1.03552,300,5,0,6986,0,1,0,0,0),(102968,23887,571,1,1,26333,0,42.6814,-6077.86,0.630961,3.99604,300,5,0,6986,0,1,0,0,0),(102969,23887,571,1,1,26333,0,89.1553,-6075.79,0.232049,4.56455,300,5,0,6986,0,1,0,0,0),(102970,23887,571,1,1,26333,0,141.131,-6096.54,0.872543,3.56311,300,5,0,6986,0,1,0,0,0),(102971,23887,571,1,1,26333,0,66.2598,-6072.08,0.005961,5.70927,300,5,0,6986,0,1,0,0,0),(102972,23887,571,1,1,26333,0,102.714,-6078.44,0.732326,3.2631,300,5,0,6986,0,1,0,0,0),(102973,23887,571,1,1,26333,0,118.845,-6115,1.54613,3.89549,300,5,0,6986,0,1,0,0,0),(102974,23887,571,1,1,26333,0,27.357,-6038.54,2.51567,1.48364,300,5,0,6986,0,1,0,0,0),(102975,23887,571,1,1,26333,0,29.7858,-6047.28,1.75135,3.24624,300,5,0,6986,0,1,0,0,0),(102976,25679,571,1,1,23311,0,3491.53,3924.91,24.9321,2.69071,300,5,0,8,0,1,0,0,0),(102977,25679,571,1,1,23311,0,3804.09,4042.96,25.0665,4.50749,300,5,0,8,0,1,0,0,0),(102978,25679,571,1,1,23311,0,3802.12,4018.4,24.9831,3.32893,300,5,0,8,0,1,0,0,0),(102979,25679,571,1,1,23311,0,3240.06,4419.23,23.1863,2.04204,300,0,0,8,0,0,0,0,0),(102980,25679,571,1,1,23311,0,3242.71,4393.15,23.7715,2.61134,300,5,0,8,0,1,0,0,0),(102981,25679,571,1,1,23311,0,3247.42,4397.2,23.6465,1.42348,300,5,0,8,0,1,0,0,0),(102982,25679,571,1,1,23311,0,3345.6,4614.84,29.0025,0.491183,300,5,0,8,0,1,0,0,0),(102983,25679,571,1,1,23311,0,3314.06,4681.77,30.2248,4.71239,300,5,0,8,0,1,0,0,0),(102984,25679,571,1,1,23311,0,2790.8,5076.98,26.2109,1.58043,300,5,0,8,0,1,0,0,0),(102987,25679,571,1,1,23311,0,3715.29,4114.72,24.1872,5.17478,300,5,0,8,0,1,0,0,0),(102988,25679,571,1,1,23311,0,3742.37,4123.95,25.0268,2.87872,300,5,0,8,0,1,0,0,0),(102989,25679,571,1,1,23311,0,3749.68,4102.3,25.2768,5.27541,300,5,0,8,0,1,0,0,0),(102990,25679,571,1,1,23311,0,3505.17,3906.01,25.5675,4.36499,300,5,0,8,0,1,0,0,0),(102991,25679,571,1,1,23311,0,3256.25,4635.42,29.0862,3.017,300,5,0,8,0,1,0,0,0),(102992,25679,571,1,1,23311,0,3813.62,4018.96,26.1081,3.74486,300,5,0,8,0,1,0,0,0),(102993,25679,571,1,1,23311,0,3820.03,4041.08,24.1915,3.73565,300,5,0,8,0,1,0,0,0),(102994,26447,571,1,1,24443,1,3349.38,-1750.44,89.8928,4.6465,300,5,0,7952,7654,1,0,0,0),(102995,26447,571,1,1,24443,1,3456.25,-1787.52,107.58,1.81579,300,5,0,7952,7654,1,0,0,0),(102996,26447,571,1,1,24443,1,3339.87,-1762.02,87.4123,3.40294,300,5,0,7952,7654,1,0,0,0),(102997,26447,571,1,1,24443,1,3310.96,-1755.9,86.9527,1.04862,300,5,0,7952,7654,1,0,0,0),(102998,26447,571,1,1,24443,1,3332.6,-1772.12,88.4946,1.68276,300,5,0,7952,7654,1,0,0,0),(102999,26447,571,1,1,24443,1,3335.63,-1835.53,98.2037,2.32858,300,5,0,7952,7654,1,0,0,0),(103000,26447,571,1,1,24443,1,3389.14,-1830.33,103.455,3.71037,300,0,0,7952,7654,2,0,0,0),(103001,26447,571,1,1,24443,1,3464.06,-1811.98,112.077,5.25998,300,5,0,7952,7654,1,0,0,0),(103002,26447,571,1,1,24443,1,3382.36,-1774.5,95.5616,2.95702,300,5,0,7952,7654,1,0,0,0),(103003,26447,571,1,1,24443,1,3392.04,-1786.48,99.8915,0.270543,300,0,0,7952,7654,2,0,0,0),(103004,26447,571,1,1,24443,1,3437.82,-1845.82,109.795,5.50055,300,5,0,7952,7654,1,0,0,0),(103005,25679,571,1,1,23311,0,3035.42,5085.42,28.4427,2.03454,300,5,0,8,0,1,0,0,0),(103006,25679,571,1,1,23311,0,3154.95,5021.52,26.4255,3.18165,300,5,0,8,0,1,0,0,0),(103007,25679,571,1,1,23311,0,3326.8,4843.01,28.8338,5.18926,300,5,0,8,0,1,0,0,0),(103008,25679,571,1,1,23311,0,3592.79,3983.68,25.1104,5.74073,300,5,0,8,0,1,0,0,0),(103009,25679,571,1,1,23311,0,3571.88,3982.49,25.541,4.09246,300,5,0,8,0,1,0,0,0),(103010,25679,571,1,1,23311,0,3358.71,4812.86,28.8339,2.16488,300,5,0,8,0,1,0,0,0),(103011,25679,571,1,1,23311,0,3198.57,4458.83,26.2666,5.95401,300,5,0,8,0,1,0,0,0),(103012,25679,571,1,1,23311,0,3313.17,4638.44,29.7662,0.536227,300,5,0,8,0,1,0,0,0),(103013,25679,571,1,1,23311,0,3320.31,4599.48,30.1875,4.79898,300,5,0,8,0,1,0,0,0),(103014,25679,571,1,1,23311,0,3301.8,4830.86,28.7088,4.78173,300,5,0,8,0,1,0,0,0),(103015,25679,571,1,1,23311,0,3307.25,4828.65,28.7173,0.08411,300,0,0,8,0,0,0,0,0),(103016,25679,571,1,1,23311,0,3327.77,4828.34,28.7088,3.10634,300,5,0,8,0,1,0,0,0),(103017,25679,571,1,1,23311,0,3306.53,4822.86,29.4588,4.94191,300,5,0,8,0,1,0,0,0),(103018,25679,571,1,1,23311,0,3570.43,3942.22,26.5538,1.75199,300,5,0,8,0,1,0,0,0),(103019,25679,571,1,1,23311,0,3498.85,3911.65,24.6821,1.57466,300,5,0,8,0,1,0,0,0),(103020,25679,571,1,1,23311,0,3528.17,3894.43,25.583,1.29269,300,5,0,8,0,1,0,0,0),(103021,25679,571,1,1,23311,0,3493.65,3927.37,25.0571,5.93153,300,5,0,8,0,1,0,0,0),(103022,25679,571,1,1,23311,0,3577.37,3978.49,25.1104,5.32134,300,5,0,8,0,1,0,0,0),(103023,25679,571,1,1,23311,0,3517.7,3924.14,24.8467,1.66036,300,5,0,8,0,1,0,0,0),(103024,25680,571,1,1,15903,0,2715.93,5279.79,69.8763,5.58505,300,0,0,8982,0,0,0,768,32),(103025,25680,571,1,1,15903,0,2719.05,5266.04,71.6245,3.9619,300,0,0,8982,0,0,0,768,32),(103026,25680,571,1,1,15903,0,2729.31,5282.22,70.9995,1.41372,300,0,0,8982,0,0,0,768,32),(103027,25680,571,1,1,15903,0,2736.8,5276.03,70.9694,4.29351,300,0,0,8982,0,0,0,768,32),(103028,25680,571,1,1,15903,0,2737.31,5260.85,70.4597,0.959931,300,0,0,8982,0,0,0,768,32),(103029,26448,571,1,1,23853,1,3537.26,2033.59,68.7915,2.95674,300,0,0,42540,0,0,0,0,0),(103030,26448,571,1,1,23851,1,3480.89,2074.57,66.6681,4.63129,300,5,0,42540,0,1,0,0,0),(103031,26448,571,1,1,23853,1,3537.26,2033.59,68.7915,4.57866,300,0,0,42540,0,0,0,0,0),(103032,26448,571,1,1,23851,1,3537.26,2033.59,68.7915,4.5811,300,0,0,42540,0,2,0,0,0),(103033,26448,571,1,1,23853,1,3462.24,2051.09,66.6316,0.720122,300,5,0,42540,0,1,0,0,0),(103034,26448,571,1,1,23852,1,3511.42,2016.41,64.9487,6.26573,300,0,0,42540,0,0,0,0,0),(103035,26448,571,1,1,23851,1,3511.93,1988.5,65.0119,6.16101,300,0,0,42540,0,0,0,0,0),(103036,26448,571,1,1,23853,1,3478.85,2084.88,66.4241,2.32129,300,0,0,42540,0,0,0,0,0),(103037,26448,571,1,1,23852,1,3551.42,1939.77,70.9125,5.13127,300,0,0,42540,0,0,0,0,0),(103038,26448,571,1,1,23851,1,3496.91,2015.78,64.9046,1.15192,300,0,0,42540,0,0,0,0,0),(103039,32336,571,1,1,27914,0,5833.8,567.348,651.925,2.46091,300,0,0,6986,0,0,0,0,0),(103040,26960,571,1,1,24207,0,1955.86,-6196.06,24.0925,2.28638,300,0,0,7181,0,0,0,0,0),(103041,28240,571,1,1,19595,0,5934.86,-2347.75,294.138,4.60767,300,0,0,4979,0,0,0,0,0),(103042,26448,571,1,1,23853,1,3454.26,2045.96,70.4493,0.743406,300,5,0,42540,0,1,0,0,0),(103043,26448,571,1,1,23850,1,3565.21,1948.55,71.3379,4.69494,300,0,0,42540,0,0,0,0,0),(103044,26448,571,1,1,23853,1,3453.8,2053.52,67.3829,2.04204,300,0,0,42540,0,0,0,0,0),(103045,26448,571,1,1,23852,1,3467.11,1996.55,64.6687,5.77704,300,0,0,42540,0,0,0,0,0),(103046,26448,571,1,1,23852,1,3523.04,1998.68,64.9635,0.942478,300,0,0,42540,0,0,0,0,0),(103047,25680,571,1,1,15903,0,3067.6,4980.73,40.6775,2.88785,300,5,0,8982,0,1,0,0,0),(103048,25680,571,1,1,15903,0,3212.52,4679.02,42.1287,4.3551,300,5,0,8982,0,1,0,0,0),(103049,25680,571,1,1,15903,0,3221.7,4742.24,35.8509,0.850045,300,5,0,8982,0,1,0,0,0),(103050,25680,571,1,1,15903,0,3249.73,4658.7,31.0537,5.48536,300,5,0,8982,0,1,0,0,0),(103051,25680,571,1,1,15903,0,3217.63,4574.83,27.0823,5.5928,300,5,0,8982,0,1,0,0,0),(103052,25680,571,1,1,15903,0,3612.83,3948.06,26.6433,5.39667,300,5,0,8982,0,1,0,0,0),(103053,25680,571,1,1,15903,0,3721.87,3975.15,26.7852,4.9694,300,5,0,8982,0,1,0,0,0),(103054,25680,571,1,1,15903,0,3785.82,4044.17,26.8834,3.69565,300,5,0,8982,0,1,0,0,0),(103055,25680,571,1,1,15903,0,3750.66,4011.41,27.7769,4.32804,300,5,0,8982,0,1,0,0,0),(103056,25680,571,1,1,15903,0,2858.44,5145.6,36.9209,0.616254,300,5,0,8982,0,1,0,0,0),(103057,25680,571,1,1,15903,0,2748.68,5116.81,30.035,3.95461,300,5,0,8982,0,1,0,0,0),(103058,25680,571,1,1,15903,0,3049.09,5146.68,43.1258,4.189,300,5,0,8982,0,1,0,0,0),(103059,25680,571,1,1,15903,0,2978.53,5153.34,40.8255,1.71197,300,5,0,8982,0,1,0,0,0),(103060,25680,571,1,1,15903,0,3119.79,5078.27,31.5634,2.82658,300,5,0,8982,0,1,0,0,0),(103061,25680,571,1,1,15903,0,3161.83,5061.03,27.6299,2.33932,300,5,0,8982,0,1,0,0,0),(103062,26448,571,1,1,23851,1,3537.26,2033.59,68.7915,2.61902,300,0,0,42540,0,2,0,0,0),(103063,26448,571,1,1,23850,1,3472.22,2004,64.9457,5.61996,300,0,0,42540,0,0,0,0,0),(103064,25680,571,1,1,15903,0,3322.11,4658.3,31.7662,0.692104,300,5,0,8982,0,1,0,0,0),(103065,25680,571,1,1,15903,0,3244.63,4610.53,29.9634,2.29077,300,5,0,8982,0,1,0,0,0),(103066,25680,571,1,1,15903,0,3300.75,4713.49,31.2077,3.22548,300,5,0,8982,0,1,0,0,0),(103067,25680,571,1,1,15903,0,3252.9,4712.78,29.5921,5.28684,300,5,0,8982,0,1,0,0,0),(103068,25680,571,1,1,15903,0,3751.75,4018.05,27.8677,4.3841,300,5,0,8982,0,1,0,0,0),(103069,25680,571,1,1,15903,0,3718.41,3978.59,26.7573,3.67259,300,5,0,8982,0,1,0,0,0),(103070,25680,571,1,1,15903,0,3754.06,4084.58,28.1679,4.67726,300,5,0,8982,0,1,0,0,0),(103071,25680,571,1,1,15903,0,3786.05,4046.47,26.3502,5.66197,300,5,0,8982,0,1,0,0,0),(103072,25680,571,1,1,15903,0,3209.39,4532.97,27.4363,4.68505,300,5,0,8982,0,1,0,0,0),(103073,25680,571,1,1,15903,0,2883.52,5108.97,32.4019,2.0668,300,5,0,8982,0,1,0,0,0),(103074,25680,571,1,1,15903,0,3357.38,4126.13,24.5208,4.64897,300,5,0,8982,0,1,0,0,0),(103075,25680,571,1,1,15903,0,3282.19,4017.66,28.1943,0.386947,300,5,0,8982,0,1,0,0,0),(103076,25680,571,1,1,15903,0,3249.54,4016.88,29.6278,2.23935,300,5,0,8982,0,1,0,0,0),(103077,25680,571,1,1,15903,0,3675.8,4152.89,27.8097,2.66532,300,5,0,8982,0,1,0,0,0),(103078,25680,571,1,1,15903,0,3248.99,3915.93,28.015,3.37711,300,5,0,8982,0,1,0,0,0),(103079,25680,571,1,1,15903,0,3317.08,3921.43,27.4928,4.71097,300,5,0,8982,0,1,0,0,0),(103080,25680,571,1,1,15903,0,3624.94,4019.63,26.0358,0.310914,300,5,0,8982,0,1,0,0,0),(103081,25680,571,1,1,15903,0,3196.28,4953.84,35.7662,3.50297,300,5,0,8982,0,1,0,0,0),(103082,25680,571,1,1,15903,0,3684.29,4081.1,24.1027,0.40401,300,5,0,8982,0,1,0,0,0),(103083,25680,571,1,1,15903,0,3744.92,4020.36,27.0269,2.42226,300,5,0,8982,0,1,0,0,0),(103084,25680,571,1,1,15903,0,3719.75,3979.92,26.8779,3.74449,300,5,0,8982,0,1,0,0,0),(103085,25680,571,1,1,15903,0,3751.51,4080.26,28.5006,4.75802,300,5,0,8982,0,1,0,0,0),(103086,25680,571,1,1,15903,0,3712.08,4048.42,27.8005,0.920459,300,5,0,8982,0,1,0,0,0),(103087,25680,571,1,1,15903,0,3541.4,4014.19,26.0135,4.32953,300,5,0,8982,0,1,0,0,0),(103088,25680,571,1,1,15903,0,3416.95,3950.1,26.7194,2.80229,300,5,0,8982,0,1,0,0,0),(103089,25680,571,1,1,15903,0,3447.17,3985.61,28.3422,2.2754,300,5,0,8982,0,1,0,0,0),(103090,25680,571,1,1,15903,0,3478.31,4012.96,26.8222,4.17595,300,5,0,8982,0,1,0,0,0),(103091,25680,571,1,1,15903,0,3781.56,4052.5,25.8892,2.35739,300,5,0,8982,0,1,0,0,0),(103092,25680,571,1,1,15903,0,3356.28,4051.82,25.5462,0.770115,300,5,0,8982,0,1,0,0,0),(103093,25680,571,1,1,15903,0,3380.84,4644.75,31.2097,4.64333,300,5,0,8982,0,1,0,0,0),(103094,25680,571,1,1,15903,0,3316.37,4526.35,28.7606,5.05085,300,5,0,8982,0,1,0,0,0),(103095,25680,571,1,1,15903,0,3319.14,4776.13,31.7777,5.1183,300,5,0,8982,0,1,0,0,0),(103096,25680,571,1,1,15903,0,3294.48,4752.64,31.6828,6.10073,300,5,0,8982,0,1,0,0,0),(103097,25680,571,1,1,15903,0,3236.96,4782.06,33.2956,2.45306,300,5,0,8982,0,1,0,0,0),(103098,25680,571,1,1,15903,0,3376.35,4712.86,33.2346,4.03666,300,5,0,8982,0,1,0,0,0),(103099,25680,571,1,1,15903,0,3352.17,4747.25,31.1944,4.91997,300,5,0,8982,0,1,0,0,0),(103100,25680,571,1,1,15903,0,3404.07,4676.95,27.2697,1.74149,300,5,0,8982,0,1,0,0,0),(103101,25680,571,1,1,15903,0,3218.38,4846.75,27.7368,0.361636,300,5,0,8982,0,1,0,0,0),(103102,25680,571,1,1,15903,0,3245.83,4813.57,29.7333,5.99888,300,5,0,8982,0,1,0,0,0),(103103,25680,571,1,1,15903,0,3235.03,4880.92,29.8405,4.69147,300,5,0,8982,0,1,0,0,0),(103104,25680,571,1,1,15903,0,3276.03,4882.44,29.8747,3.71903,300,5,0,8982,0,1,0,0,0),(103105,25680,571,1,1,15903,0,3414.93,4016.14,24.5371,5.35526,300,5,0,8982,0,1,0,0,0),(103106,25680,571,1,1,15903,0,3216.33,4407.78,26.9896,6.15779,300,5,0,8982,0,1,0,0,0),(103107,25680,571,1,1,15903,0,3170.91,4414.89,27.9698,1.09366,300,5,0,8982,0,1,0,0,0),(103108,25680,571,1,1,15903,0,3090.6,4446.24,26.7103,6.04028,300,5,0,8982,0,1,0,0,0),(103109,25680,571,1,1,15903,0,3121.42,4355.07,26.0898,4.45676,300,5,0,8982,0,1,0,0,0),(103110,25680,571,1,1,15903,0,3100.62,4376.86,27.4611,0.079637,300,5,0,8982,0,1,0,0,0),(103111,25680,571,1,1,15903,0,3061.95,4415.62,26.6213,1.2579,300,5,0,8982,0,1,0,0,0),(103112,25680,571,1,1,15903,0,3145.02,4446.73,29.3378,1.16065,300,5,0,8982,0,1,0,0,0),(103113,25680,571,1,1,15903,0,3290.74,4568.52,29.374,5.79076,300,5,0,8982,0,1,0,0,0),(103114,25680,571,1,1,15903,0,3245.9,4453,27.8016,5.08419,300,5,0,8982,0,1,0,0,0),(103115,25680,571,1,1,15903,0,3152.11,4311.63,26.6466,5.01022,300,5,0,8982,0,1,0,0,0),(103116,25680,571,1,1,15903,0,3096.38,4325.43,28.7937,0.310569,300,5,0,8982,0,1,0,0,0),(103117,25680,571,1,1,15903,0,3181.25,4331.25,29.0815,0.106473,300,5,0,8982,0,1,0,0,0),(103118,25680,571,1,1,15903,0,3212.14,4377.88,26.0584,3.73733,300,5,0,8982,0,1,0,0,0),(103119,25680,571,1,1,15903,0,3250.01,4369.89,25.5215,2.25929,300,5,0,8982,0,1,0,0,0),(103120,25680,571,1,1,15903,0,3115.05,5151.9,40.8793,1.85355,300,5,0,8982,0,1,0,0,0),(103121,25680,571,1,1,15903,0,3147.79,5108.87,36.1703,5.22682,300,5,0,8982,0,1,0,0,0),(103122,25680,571,1,1,15903,0,3081.86,5115.2,34.079,1.71578,300,5,0,8982,0,1,0,0,0),(103123,25680,571,1,1,15903,0,3113.27,5016.55,31.7738,0.851592,300,5,0,8982,0,1,0,0,0),(103124,25680,571,1,1,15903,0,3685.97,4079.89,23.7277,4.82283,300,5,0,8982,0,1,0,0,0),(103125,25680,571,1,1,15903,0,3713.34,4051.41,27.9691,3.48197,300,5,0,8982,0,1,0,0,0),(103126,25680,571,1,1,15903,0,3726.42,4184.8,24.6852,0.66334,300,5,0,8982,0,1,0,0,0),(103127,25680,571,1,1,15903,0,3679.67,4149.3,27.6847,1.55546,300,5,0,8982,0,1,0,0,0),(103128,25680,571,1,1,15903,0,3018.37,5114.29,36.1074,1.53953,300,5,0,8982,0,1,0,0,0),(103129,25680,571,1,1,15903,0,2910.76,5145.52,37.0005,2.94495,300,5,0,8982,0,1,0,0,0),(103130,25680,571,1,1,15903,0,3349.31,4054.17,25.9128,0.434441,300,5,0,8982,0,1,0,0,0),(103131,25680,571,1,1,15903,0,2945.72,5111.88,35.637,4.27402,300,5,0,8982,0,1,0,0,0),(103132,25680,571,1,1,15903,0,3323.16,4147.78,25.9892,6.08559,300,5,0,8982,0,1,0,0,0),(103133,25680,571,1,1,15903,0,2985.05,5083.57,30.9216,1.6572,300,5,0,8982,0,1,0,0,0),(103134,25680,571,1,1,15903,0,2923.55,5090.47,31.8746,1.19177,300,5,0,8982,0,1,0,0,0),(103135,25680,571,1,1,15903,0,3352.63,4121.09,25.9492,5.31061,300,5,0,8982,0,1,0,0,0),(103136,25680,571,1,1,15903,0,2986.55,5011.77,31.1345,2.97179,300,5,0,8982,0,1,0,0,0),(103137,25680,571,1,1,15903,0,2941.16,4992.65,33.1378,3.54495,300,5,0,8982,0,1,0,0,0),(103138,25680,571,1,1,15903,0,3193.5,5114.97,35.971,3.56527,300,5,0,8982,0,1,0,0,0),(103139,25680,571,1,1,15903,0,3518.37,4110.42,18.9712,2.82627,300,5,0,8982,0,1,0,0,0),(103140,25680,571,1,1,15903,0,3548.18,4077.67,22.4928,3.51213,300,5,0,8982,0,1,0,0,0),(103141,25680,571,1,1,15903,0,2913.74,5009.97,29.9026,5.166,300,5,0,8982,0,1,0,0,0),(103142,25680,571,1,1,15903,0,2947.79,5045.88,31.1822,4.74036,300,5,0,8982,0,1,0,0,0),(103143,25680,571,1,1,15903,0,2874.95,4984.19,32.3438,4.05229,300,5,0,8982,0,1,0,0,0),(103144,25680,571,1,1,15903,0,2755.77,4985.47,32.3119,1.50269,300,5,0,8982,0,1,0,0,0),(103145,25680,571,1,1,15903,0,3550.34,4015.32,23.8885,1.83802,300,5,0,8982,0,1,0,0,0),(103146,25680,571,1,1,15903,0,3482.81,4013.44,26.8799,2.66248,300,5,0,8982,0,1,0,0,0),(103147,25680,571,1,1,15903,0,3453.56,3910.67,27.5978,5.51119,300,5,0,8982,0,1,0,0,0),(103148,26704,571,1,1,27078,1,4477.29,-3640.52,231.926,1.86256,300,5,0,10282,0,1,0,0,0),(103149,26704,571,1,1,27230,1,4486.9,-3610.64,230.242,1.16063,300,5,0,10282,0,1,0,0,0),(103150,25680,571,1,1,15903,0,3515.49,3980.99,28.3932,6.01217,300,5,0,8982,0,1,0,0,0),(103151,26704,571,1,1,27251,1,4511.6,-3660.68,229.375,2.78064,300,5,0,10282,0,1,0,0,0),(103152,25680,571,1,1,15903,0,2646.82,5077.71,39.8318,1.66765,300,5,0,8982,0,1,0,0,0),(103153,25680,571,1,1,15903,0,2721.7,5081.12,26.7002,2.99459,300,5,0,8982,0,1,0,0,0),(103154,25680,571,1,1,15903,0,2677.31,5050.13,35.2996,3.35385,300,5,0,8982,0,1,0,0,0),(103155,25680,571,1,1,15903,0,2819.99,5054.27,28.4728,0.867685,300,5,0,8982,0,1,0,0,0),(103156,25680,571,1,1,15903,0,2851.24,5086.32,28.2326,1.81794,300,5,0,8982,0,1,0,0,0),(103157,25680,571,1,1,15903,0,2811.58,4986.85,24.015,0.866135,300,5,0,8982,0,1,0,0,0),(103158,25680,571,1,1,15903,0,2793.5,5089.62,28.3297,4.94728,300,5,0,8982,0,1,0,0,0),(103159,25680,571,1,1,15903,0,2847.39,5012.53,28.9763,1.09691,300,5,0,8982,0,1,0,0,0),(103160,25680,571,1,1,15903,0,2785.82,5023.3,27.6594,1.0378,300,5,0,8982,0,1,0,0,0),(103161,24400,571,1,1,16381,1,2045.03,-3214.33,60.5304,3.84679,300,5,0,5589,3155,1,0,0,0),(103162,25680,571,1,1,15903,0,2750.03,5048.07,26.9799,4.60281,300,5,0,8982,0,1,0,0,0),(103163,25680,571,1,1,15903,0,2713.48,5020.74,28.2823,5.67405,300,5,0,8982,0,1,0,0,0),(103164,25680,571,1,1,15903,0,2682.25,4976.98,34.6991,5.23275,300,5,0,8982,0,1,0,0,0),(103165,25680,571,1,1,15903,0,3452.66,3981.78,28.2354,5.28284,300,5,0,8982,0,1,0,0,0),(103166,25680,571,1,1,15903,0,2643.5,4979.26,36.414,3.99611,300,5,0,8982,0,1,0,0,0),(103167,25680,571,1,1,15903,0,2658.23,5016.61,35.2516,5.40607,300,5,0,8982,0,1,0,0,0),(103168,25680,571,1,1,15903,0,3147.38,4987.17,23.646,4.49298,300,5,0,8982,0,1,0,0,0),(103169,24400,571,1,1,16381,1,2021.67,-3224.37,74.9953,0.534803,300,5,0,5589,3155,1,0,0,0),(103170,24400,571,1,1,16381,1,1983.49,-3262.15,90.2468,6.04283,300,5,0,5589,3155,1,0,0,0),(103171,25680,571,1,1,15903,0,3176.66,5018.15,29.0898,3.93003,300,5,0,8982,0,1,0,0,0),(103172,25680,571,1,1,15903,0,3239.32,5046.44,32.6888,3.78136,300,5,0,8982,0,1,0,0,0),(103173,25680,571,1,1,15903,0,3217.01,5084.52,31.8934,5.56817,300,5,0,8982,0,1,0,0,0),(103174,26704,571,1,1,27078,1,4540.49,-3360.87,234.19,4.0751,300,5,0,10282,0,1,0,0,0),(103175,25680,571,1,1,15903,0,3232.15,5019.62,32.0507,0.5089,300,5,0,8982,0,1,0,0,0),(103176,25680,571,1,1,15903,0,3281.77,5020.44,26.1084,0.101709,300,5,0,8982,0,1,0,0,0),(103177,26704,571,1,1,27230,1,4516.55,-3509.4,227.135,3.33543,300,5,0,10282,0,1,0,0,0),(103178,26704,571,1,1,27078,1,4533.68,-3527.92,227.265,2.14675,300,0,0,10282,0,0,0,0,0),(103179,26704,571,1,1,27230,1,4554.79,-3539.84,229.009,3.8638,300,5,0,10282,0,1,0,0,0),(103180,26704,571,1,1,27230,1,4564.08,-3514.62,227.101,2.44346,300,0,0,10282,0,0,0,0,0),(103181,26704,571,1,1,27251,1,4556.02,-3472.28,227.057,-2.18714,300,0,0,10282,0,0,0,0,0),(103182,26704,571,1,1,27251,1,4483.51,-3433.65,227.396,5.18363,300,0,0,10282,0,0,0,0,0),(103183,26704,571,1,1,27230,1,4512.07,-3438.27,227.057,0.251406,300,5,0,10282,0,1,0,0,0),(103184,26704,571,1,1,27251,1,4462.27,-3450.49,229.296,0.662242,300,0,0,10282,0,2,0,0,0),(103185,26704,571,1,1,27251,1,4515.84,-3440.8,227.057,1.63621,300,0,0,10282,0,0,0,0,0),(103186,26704,571,1,1,27078,1,4494.4,-3398.47,228.918,-2.24631,300,0,0,10282,0,2,0,0,0),(103187,26704,571,1,1,27230,1,4470.54,-3511.95,229.882,4.01426,300,0,0,10282,0,0,0,0,0),(103188,26704,571,1,1,27251,1,4463.9,-3503.42,229.433,1.83419,300,0,0,10282,0,0,0,0,0),(103189,26704,571,1,1,27230,1,4464.42,-3463.25,227.655,5.42797,300,0,0,10282,0,0,0,0,0),(103190,25680,571,1,1,15903,0,3043.22,5013.05,37.1842,0.322955,300,5,0,8982,0,1,0,0,0),(103191,25680,571,1,1,15903,0,3081.34,5048.73,29.5471,5.22795,300,5,0,8982,0,1,0,0,0),(103192,26704,571,1,1,27078,1,4557.35,-3476.16,227.057,2.08923,300,0,0,10282,0,0,0,0,0),(103193,26704,571,1,1,27230,1,4485.52,-3639.59,230.551,0.367805,300,5,0,10282,0,1,0,0,0),(103194,26704,571,1,1,27078,1,4480.05,-3607.04,230.982,2.51021,300,5,0,10282,0,1,0,0,0),(103195,25680,571,1,1,15903,0,3412.48,4012.71,24.6621,5.69014,300,5,0,8982,0,1,0,0,0),(103196,26704,571,1,1,27078,1,4464.81,-3425.01,232.544,3.80383,300,5,0,10282,0,1,0,0,0),(103197,26704,571,1,1,27251,1,4544.82,-3473.85,227.057,2.43178,300,5,0,10282,0,1,0,0,0),(103198,25680,571,1,1,15903,0,3188.32,4878.9,27.5738,0.249363,300,5,0,8982,0,1,0,0,0),(103199,25680,571,1,1,15903,0,3613.34,4080.54,21.7159,3.8905,300,5,0,8982,0,1,0,0,0),(103200,25680,571,1,1,15903,0,3550.74,4079.31,22.9883,6.09514,300,5,0,8982,0,1,0,0,0),(103201,25680,571,1,1,15903,0,3651.5,4054.82,26.0518,0.853535,300,5,0,8982,0,1,0,0,0),(103202,25680,571,1,1,15903,0,3319.19,3979.33,24.6355,4.77743,300,5,0,8982,0,1,0,0,0),(103203,25680,571,1,1,15903,0,3289.02,3951.15,27.2029,2.31538,300,5,0,8982,0,1,0,0,0),(103204,25680,571,1,1,15903,0,3348.51,3957.09,26.1519,3.26602,300,5,0,8982,0,1,0,0,0),(103205,25680,571,1,1,15903,0,3590.92,4041.78,22.9693,4.70725,300,5,0,8982,0,1,0,0,0),(103206,25680,571,1,1,15903,0,3313.78,4981.04,28.5264,3.47186,300,5,0,8982,0,1,0,0,0),(103207,25680,571,1,1,15903,0,3520.99,3979.18,28.3932,2.41904,300,5,0,8982,0,1,0,0,0),(103208,25680,571,1,1,15903,0,3312.62,4917.81,31.9523,3.2421,300,5,0,8982,0,1,0,0,0),(103209,25680,571,1,1,15903,0,3384.19,4778.26,31.5714,6.21376,300,5,0,8982,0,1,0,0,0),(103210,25680,571,1,1,15903,0,3345.21,4882.35,27.624,4.60565,300,5,0,8982,0,1,0,0,0),(103211,25680,571,1,1,15903,0,3409.52,4810.2,32.3657,4.60709,300,5,0,8982,0,1,0,0,0),(103212,25680,571,1,1,15903,0,3371.01,4911.77,30.5492,3.68988,300,5,0,8982,0,1,0,0,0),(103213,25680,571,1,1,15903,0,3403.31,4621.84,26.1827,2.8098,300,5,0,8982,0,1,0,0,0),(103214,25680,571,1,1,15903,0,3387.15,4852.31,28.9637,3.88762,300,5,0,8982,0,1,0,0,0),(103215,25680,571,1,1,15903,0,3407.26,4757.48,28.6537,1.27497,300,5,0,8982,0,1,0,0,0),(103216,25680,571,1,1,15903,0,3219.28,4919.86,37.3923,3.27409,300,5,0,8982,0,1,0,0,0),(103217,25680,571,1,1,15903,0,3343.13,4548.08,28.8559,4.28545,300,5,0,8982,0,1,0,0,0),(103218,25680,571,1,1,15903,0,3256.24,4978.83,30.8088,3.24751,300,5,0,8982,0,1,0,0,0),(103219,25680,571,1,1,15903,0,3383.58,4584.7,29.2369,6.03732,300,5,0,8982,0,1,0,0,0),(103221,25680,571,1,1,15903,0,3623.04,4151.3,25.3057,0.61344,300,5,0,8982,0,1,0,0,0),(103222,25680,571,1,1,15903,0,3275.93,4951.74,31.9622,1.54931,300,5,0,8982,0,1,0,0,0),(103223,25680,571,1,1,15903,0,3148.68,4383.9,26.2185,4.98239,300,5,0,8982,0,1,0,0,0),(103224,25680,571,1,1,15903,0,3579.73,4109.64,22.7158,4.55438,300,5,0,8982,0,1,0,0,0),(103225,28494,571,1,1,0,1,5554.5,-3463.45,350.41,5.34071,10,0,0,1,0,0,0,0,0),(103226,25680,571,1,1,15903,0,3272.29,4425.87,25.0336,3.03261,300,5,0,8982,0,1,0,0,0),(103227,25680,571,1,1,15903,0,3287.49,4488.12,27.8579,5.96761,300,5,0,8982,0,1,0,0,0),(103228,25680,571,1,1,15903,0,2693.88,5131.94,33.0536,6.15683,300,5,0,8982,0,1,0,0,0),(103229,25680,571,1,1,15903,0,3484.52,4015.93,26.5722,6.26075,300,5,0,8982,0,1,0,0,0),(103230,25680,571,1,1,15903,0,3416.02,4013.34,25.4295,5.75468,300,5,0,8982,0,1,0,0,0),(103231,25680,571,1,1,15903,0,3449.11,3980.68,28.4213,5.89931,300,5,0,8982,0,1,0,0,0),(103232,25680,571,1,1,15903,0,3412.82,3943.73,27.3971,4.57332,300,5,0,8982,0,1,0,0,0),(103234,25680,571,1,1,15903,0,3359.8,4115.6,24.5704,2.79791,300,5,0,8982,0,1,0,0,0),(103235,25680,571,1,1,15903,0,3520.61,4110.25,19.5962,1.97411,300,5,0,8982,0,1,0,0,0),(103237,25425,571,1,1,23188,0,4547.75,5333.09,-28.4066,3.63029,300,0,0,8982,3155,0,0,0,0),(103238,29777,571,1,1,26524,0,5818.66,683.118,648.791,3.00197,300,0,0,42,0,0,0,0,0),(103240,28497,571,1,1,25486,0,5575.85,5758.88,-75.117,4.60767,300,0,0,8982,0,0,0,0,0),(103241,32337,571,1,1,26440,1,5888.18,604.273,650.377,2.33874,300,0,0,10635,0,0,0,0,0),(103242,26961,571,1,1,24208,0,1982.36,-6131.68,24.4877,3.03687,300,0,0,7181,0,0,0,0,0),(103247,26705,571,1,1,27181,1,3358.7,-3.7147,67.0664,2.48583,300,5,0,1442,1654,1,0,0,0),(103248,26705,571,1,1,27181,1,4478.71,-244.848,90.3008,6.01467,300,5,0,1442,1654,1,0,0,0); -INSERT INTO `creature` VALUES (103249,26705,571,1,1,27181,1,3407.52,581.484,77.7516,0.70371,300,5,0,1442,1654,1,0,0,0),(103250,26705,571,1,1,27181,1,4196.18,293.858,63.5799,5.52328,300,5,0,1442,1654,1,0,0,0),(103251,26705,571,1,1,27172,1,3490.1,528.693,65.5237,2.2169,300,5,0,1442,1654,1,0,0,0),(103252,26705,571,1,1,27172,1,3777.76,564.828,66.5493,3.82818,300,0,0,1442,1654,0,0,0,0),(103253,26705,571,1,1,27181,1,4118.34,78.5589,55.1042,1.85601,300,0,0,1442,1654,0,0,0,0),(103254,26705,571,1,1,27172,1,3858.02,82.8416,46.7952,2.97076,300,5,0,1442,1654,1,0,0,0),(103255,26449,571,1,2,23553,1,1890.87,5895.02,-5.63182,2.82743,300,0,0,8982,0,0,0,0,0),(103256,27986,571,1,1,24969,1,5584.49,5748.84,-71.9047,3.24631,300,0,0,35310,0,0,0,0,0),(103257,26194,571,1,1,23657,1,2774.97,934.863,22.622,5.11381,300,0,0,9610,0,0,0,0,0),(103258,5202,571,1,1,3020,0,2019.05,-6024.4,8.14721,3.31613,300,0,0,42,0,0,0,0,0),(103259,30290,571,1,1,19259,0,5586.47,-699.459,207.26,0.715585,300,0,0,37800,0,0,0,0,0),(103260,5202,571,1,1,3020,0,2015.48,-6015.44,8.11283,3.42085,300,0,0,42,0,0,0,0,0),(103261,30290,571,1,1,19259,0,5582.34,-693.331,206.816,0.401426,300,0,0,37800,0,0,0,0,0),(103262,5202,571,1,1,3020,0,2011.44,-6007.26,8.45179,3.59538,300,0,0,42,0,0,0,0,0),(103263,26962,571,1,1,24209,0,1945.71,-6194.1,23.9348,1.16937,300,0,0,7181,0,0,0,0,0),(103264,28242,571,1,1,25940,1,6239.28,4069.72,13.7668,4.19979,300,5,0,37800,0,1,0,0,0),(103265,28242,571,1,1,25940,1,6275.11,3977.39,72.8108,-2.12699,300,0,0,37800,0,0,0,0,0),(103266,28242,571,1,1,25940,1,6187.99,3779.25,143.442,3.95822,300,5,0,37800,0,1,0,0,0),(103267,28242,571,1,1,25940,1,6245.48,3944.21,80.3541,0.508409,300,5,0,37800,0,1,0,0,0),(103268,28242,571,1,1,25940,1,6270.21,3806.65,202.229,1.00508,300,5,0,37800,0,1,0,0,0),(103269,28242,571,1,1,25940,1,6086.64,3748.62,96.6189,6.19622,300,5,0,37800,0,1,0,0,0),(103270,28242,571,1,1,25940,1,6164.14,3738.44,152.321,4.31955,300,5,0,37800,0,1,0,0,0),(103271,28242,571,1,1,25940,1,6009.46,3685.04,55.9988,1.93117,300,5,0,37800,0,1,0,0,0),(103272,26706,571,1,1,1083,0,4569.04,-3577.45,233.179,2.30142,300,5,0,10282,0,1,0,0,0),(103273,26706,571,1,1,1083,0,4438.28,-3677.34,237.097,1.66126,300,5,0,10282,0,1,0,0,0),(103274,26706,571,1,1,1083,0,4433.03,-3390.35,233.457,2.54222,300,5,0,10282,0,1,0,0,0),(103275,26706,571,1,1,1083,0,4462.86,-3582.38,230.701,4.34487,300,5,0,10282,0,1,0,0,0),(103276,26706,571,1,1,1083,0,4503.65,-3685.64,226.81,1.74883,300,5,0,10282,0,1,0,0,0),(103277,26706,571,1,1,1083,0,4596.65,-3623.64,239.444,3.64143,300,5,0,10282,0,1,0,0,0),(103278,24914,571,1,1,23355,0,234.348,-3839.66,6.547,3.89962,300,0,0,126000,0,2,0,0,0),(103279,26706,571,1,1,1083,0,4616.35,-3540.09,230.804,2.01186,300,5,0,10282,0,1,0,0,0),(103280,26706,571,1,1,1083,0,4494.96,-3356.34,238.14,4.60087,300,5,0,10282,0,1,0,0,0),(103281,26706,571,1,1,1083,0,4563.19,-3695.27,231.602,5.11861,300,5,0,10282,0,1,0,0,0),(103282,26706,571,1,1,1083,0,4406.7,-3621.04,237.323,3.17677,300,5,0,10282,0,1,0,0,0),(103283,26706,571,1,1,1083,0,4495.79,-3679.44,226.484,3.16033,300,5,0,10282,0,1,0,0,0),(103284,26706,571,1,1,1083,0,4432.1,-3395.25,233.218,4.83263,300,5,0,10282,0,1,0,0,0),(103285,25682,571,1,1,17252,0,4385.13,4527.21,111.6,3.09936,300,0,0,7688,7500,0,0,0,0),(103286,26707,571,1,1,24003,1,3836,-4542.08,209.374,0.855211,300,0,0,10282,3466,0,0,0,0),(103287,23891,571,1,1,21884,1,1962.02,-3228.32,153.741,6.02139,300,0,0,7432,7332,0,0,0,0),(103288,27219,571,1,1,15152,0,2876.32,-282.581,108.075,3.10669,300,0,0,9610,0,0,0,0,0),(103289,27987,571,1,1,24972,1,5584.02,5200.42,-129.298,0.593412,300,0,0,11001,0,0,0,0,0),(103290,28243,571,1,1,25254,0,5448.97,-1600.01,248.333,4.71994,300,0,0,630000,0,2,0,0,0),(103295,32339,571,1,1,27766,0,5785.69,605.774,565.386,2.18166,300,0,0,7185,7196,0,0,0,0),(103296,29523,571,1,1,26321,0,5661.52,626.875,648.189,0.261799,300,0,0,10635,0,0,0,0,0),(103297,26963,571,1,1,24210,0,1983.1,-6129.26,24.4877,2.9147,300,0,0,7181,0,0,0,0,0),(103298,24147,571,1,1,22151,0,420.133,-4528.42,246.827,5.06145,300,0,0,8982,0,0,0,0,0),(103301,27475,571,1,1,24658,1,3984.89,-3126.17,278.233,3.49223,300,5,0,9291,3231,1,0,0,0),(103302,27475,571,1,1,24657,1,3997.04,-3169.43,278.797,3.18197,300,5,0,9291,3231,1,0,0,0),(103303,27475,571,1,1,24656,1,3982.97,-3093.71,275.522,1.33008,300,5,0,9291,3231,1,0,0,0),(103304,27475,571,1,1,24656,1,4044.09,-3226.41,284.51,3.88415,300,5,0,9291,3231,1,0,0,0),(103305,27475,571,1,1,24656,1,4095.63,-3222.34,278.307,2.50531,300,5,0,9291,3231,1,0,0,0),(103306,27475,571,1,1,24658,1,4279.6,-3138.82,309.196,1.96889,300,5,0,9291,3231,1,0,0,0),(103307,27475,571,1,1,24657,1,4414.3,-3238.94,310.136,3.56634,300,0,0,9291,3231,0,0,0,0),(103308,27475,571,1,1,24657,1,4420.07,-3291.6,321.528,2.86249,300,5,0,9291,3231,1,0,0,0),(103309,27475,571,1,1,24657,1,4357.2,-3314.82,312.577,5.96903,300,0,0,9291,3231,0,0,0,0),(103310,27475,571,1,1,24656,1,4434.36,-3107.59,311.449,6.12603,300,5,0,9291,3231,1,0,0,0),(103311,27475,571,1,1,24656,1,4362.55,-3094.15,326.527,0.436332,300,0,0,9291,3231,0,0,0,0),(103312,27475,571,1,1,24656,1,4374.12,-3084.07,339.849,1.89716,300,5,0,9291,3231,1,0,0,0),(103313,27475,571,1,1,24658,1,4422.01,-3149.59,309.965,2.61181,300,0,0,9291,3231,0,0,0,0),(103314,27475,571,1,1,24658,1,4393.91,-3040.31,328.632,-0.249904,300,0,0,9291,3231,0,0,0,0),(103315,27475,571,1,1,24658,1,4415.98,-3049.31,328.632,0.468966,300,0,0,9291,3231,0,0,0,0),(103316,27475,571,1,1,24657,1,4483.52,-3227.73,323.017,6.22259,300,5,0,9291,3231,1,0,0,0),(103317,27475,571,1,1,24656,1,4376.45,-3093.39,339.849,0.858109,300,0,0,9291,3231,0,0,0,0),(103318,27475,571,1,1,24656,1,4353.26,-3097.96,326.452,3.72677,300,5,0,9291,3231,1,0,0,0),(103319,27475,571,1,1,24657,1,4435.62,-3107.61,310.811,0.545098,300,0,0,9291,3231,0,0,0,0),(103320,27475,571,1,1,24656,1,4417.98,-3152.48,309.957,1.83475,300,0,0,9291,3231,0,0,0,0),(103324,27475,571,1,1,24658,1,4016.11,-3137.13,278.026,3.16986,300,5,0,9291,3231,1,0,0,0),(103325,27475,571,1,1,24656,1,4064.87,-3175.92,277.649,6.24996,300,5,0,9291,3231,1,0,0,0),(103326,27475,571,1,1,24656,1,4111.56,-3147.81,275.082,5.1513,300,5,0,9291,3231,1,0,0,0),(103327,27475,571,1,1,24656,1,4006.31,-3059.62,275.198,3.56835,300,5,0,9291,3231,1,0,0,0),(103328,27475,571,1,1,24656,1,4022.98,-3070.87,273.069,4.86688,300,5,0,9291,3231,1,0,0,0),(103329,27475,571,1,1,24656,1,4023.05,-3031.87,272.805,4.13308,300,5,0,9291,3231,1,0,0,0),(103330,27475,571,1,1,24656,1,3975.03,-2946.6,277.817,4.09372,300,5,0,9291,3231,1,0,0,0),(103331,27475,571,1,1,24656,1,3937.87,-2953.11,277.773,4.87241,300,5,0,9291,3231,1,0,0,0),(103332,27475,571,1,1,24658,1,3987.8,-2991.63,274.89,6.11954,300,5,0,9291,3231,1,0,0,0),(103333,30035,571,1,1,26092,1,8443.45,179.44,796.767,5.21853,300,0,0,12175,3893,0,0,0,0),(103334,30035,571,1,1,26092,1,8467.08,198.968,791.23,5.23599,300,0,0,12175,3893,0,0,0,0),(103335,30035,571,1,1,26092,1,8445.96,73.5879,789.851,2.3911,300,0,0,12175,3893,0,0,0,0),(103336,30035,571,1,1,26092,1,8433.01,125.511,797.238,4.38078,300,0,0,12175,3893,0,0,0,0),(103337,30035,571,1,1,26092,1,8295.77,-146.861,845.207,1.8675,300,0,0,12175,3893,0,0,0,0),(103338,30035,571,1,1,26092,1,8332.85,-166.474,840.164,2.53073,300,0,0,12175,3893,0,0,0,0),(103339,30035,571,1,1,26092,1,8500.23,18.246,789.435,2.96706,300,0,0,12175,3893,0,0,0,0),(103340,30035,571,1,1,26092,1,8550.91,-199.233,808.224,2.54818,300,0,0,12175,3893,0,0,0,0),(103341,30035,571,1,1,26092,1,8388.09,65.078,801.274,2.11185,300,0,0,12175,3893,0,0,0,0),(103342,30035,571,1,1,26092,1,8404.76,25.052,796.858,2.6529,300,0,0,12175,3893,0,0,0,0),(103343,30035,571,1,1,26092,1,8366.72,44.5443,806.508,2.68781,300,0,0,12175,3893,0,0,0,0),(103344,30035,571,1,1,26092,1,8375.62,-187.677,832.759,2.72271,300,0,0,12175,3893,0,0,0,0),(103345,30035,571,1,1,26092,1,8336.43,-67.582,824.265,3.00197,300,0,0,12175,3893,0,0,0,0),(103346,30035,571,1,1,26092,1,8318,-33.5844,824.1,2.54818,300,0,0,12175,3893,0,0,0,0),(103347,30035,571,1,1,26092,1,8347.63,-146.548,832.788,2.68781,300,0,0,12175,3893,0,0,0,0),(103348,30035,571,1,1,26092,1,8340.13,-116.164,827.226,3.49066,300,0,0,12175,3893,0,0,0,0),(103349,30035,571,1,1,26092,1,8378.84,-42.1826,807.622,2.96706,300,0,0,12175,3893,0,0,0,0),(103350,30035,571,1,1,26092,1,8406.68,-182.257,822.785,1.76278,300,0,0,12175,3893,0,0,0,0),(103351,30035,571,1,1,26092,1,8405.72,-132.577,812.547,1.71042,300,0,0,12175,3893,0,0,0,0),(103352,30035,571,1,1,26092,1,8438.65,-111.791,800.529,2.68781,300,0,0,12175,3893,0,0,0,0),(103353,30035,571,1,1,26092,1,8450.17,-228.379,830.435,2.49582,300,0,0,12175,3893,0,0,0,0),(103354,30035,571,1,1,26092,1,8339.29,-11.6549,814.416,2.89725,300,0,0,12175,3893,0,0,0,0),(103355,30035,571,1,1,26092,1,8383.99,-152.009,820.334,2.07694,300,0,0,12175,3893,0,0,0,0),(103356,30035,571,1,1,26092,1,8460.66,-80.3912,794.617,2.63545,300,0,0,12175,3893,0,0,0,0),(103357,30035,571,1,1,26092,1,8488.12,-192.208,810.357,1.97222,300,0,0,12175,3893,0,0,0,0),(103358,26708,571,1,1,24016,1,4319.36,-2636.81,255.605,-2.10549,300,0,0,9940,0,0,0,0,0),(103359,26708,571,1,1,24016,1,4375.9,-2549.44,248.013,1.25664,300,5,0,9940,0,1,0,0,0),(103360,30548,571,1,1,27106,0,7137.46,-1324.46,916.448,2.80998,300,0,0,12600,0,0,0,0,0),(103361,28244,571,1,1,1619,1,5450.15,-2639.06,306.551,1.56042,300,0,0,106350,0,0,0,0,0),(103362,29780,571,1,1,7920,0,5816.71,680.573,649.757,2.37365,300,0,0,42,0,0,0,0,0),(103364,26964,571,1,1,24211,0,1875.43,-6198.47,23.8265,0.226893,300,0,0,7181,0,0,0,0,0),(103365,24148,571,1,1,22156,1,450.466,-4634.92,246.852,1.58825,300,0,0,8982,0,0,0,0,0),(103366,26708,571,1,1,24016,1,4386.73,-2543.44,249.668,5.7667,300,5,0,9940,0,1,0,0,0),(103367,26708,571,1,1,24017,1,4346.52,-2557.32,245.95,4.83456,300,0,0,9940,0,0,0,0,0),(103368,25428,571,1,1,27192,1,4623.73,5444.57,95.4712,4.41568,300,0,0,7984,3080,0,0,0,0),(103369,25428,571,1,1,27170,1,4553.69,5462.91,75.6573,1.13446,300,0,0,7984,3080,0,0,0,0),(103370,25428,571,1,1,27192,1,4560.17,5493.98,74.4848,4.72984,300,0,0,7984,3080,0,0,0,0),(103371,25428,571,1,1,27192,1,4326.81,5301.91,58.0383,3.19395,300,0,0,7984,3080,0,0,0,0),(103372,25428,571,1,1,27192,1,4277.18,5381.06,36.6492,2.40855,300,0,0,7984,3080,0,0,0,0),(103373,25428,571,1,1,27192,1,4312.05,5422.01,43.6371,2.32129,300,0,0,7984,3080,0,0,0,0),(103374,25428,571,1,1,27170,1,4284.39,5401.28,33.5056,3.24631,300,0,0,7984,3080,0,0,0,0),(103375,25428,571,1,1,27192,1,4346.02,5417.23,86.4528,3.05433,300,0,0,7984,3080,0,0,0,0),(103376,25428,571,1,1,27192,1,4454.6,5477.87,61.3894,0.977384,300,0,0,7984,3080,0,0,0,0),(103377,25428,571,1,1,27192,1,4460.63,5488.2,58.0423,4.43314,300,0,0,7984,3080,0,0,0,0),(103378,25428,571,1,1,27170,1,4348.04,5516.17,50.7064,6.21337,300,0,0,7984,3080,0,0,0,0),(103379,25428,571,1,1,27192,1,4295.72,5427.55,43.2345,0.10472,300,0,0,7984,3080,0,0,0,0),(103380,25428,571,1,1,27170,1,4361.31,5522.59,51.2075,3.9968,300,0,0,7984,3080,0,0,0,0),(103381,25428,571,1,1,27192,1,4424.5,5439.63,-15.0554,3.07178,300,0,0,7984,3080,0,0,0,0),(103382,25428,571,1,1,27170,1,4356.88,5277.74,53.5902,0.10472,300,0,0,7984,3080,0,0,0,0),(103383,25428,571,1,1,27192,1,4362.96,5456.24,49.1395,4.89898,300,5,0,7984,3080,1,0,0,0),(103384,25428,571,1,1,27192,1,4366.79,5270.02,52.6986,1.58825,300,0,0,7984,3080,0,0,0,0),(103385,25428,571,1,1,27170,1,4357.61,5449.8,48.1634,6.23082,300,0,0,7984,3080,0,0,0,0),(103386,25428,571,1,1,27170,1,4472.84,5037.19,52.4861,1.20428,300,0,0,7984,3080,0,0,0,0),(103387,26708,571,1,1,24017,1,4370.69,-2519.09,247.241,3.9619,300,0,0,9940,0,0,0,0,0),(103388,27220,571,1,1,24424,1,2805.5,-736.527,33.4964,2.15265,300,0,0,9610,0,2,0,0,0),(103389,26708,571,1,1,24018,1,4304.03,-2459.82,237.565,6.05629,300,5,0,9940,0,1,0,0,0),(103390,26708,571,1,1,24016,1,4306.41,-2460.54,237.565,3.00197,300,5,0,9940,0,1,0,0,0),(103391,27220,571,1,1,24424,1,2853.25,-1061.15,12.1939,5.75446,300,0,0,9610,0,2,0,0,0),(103392,25428,571,1,1,27170,1,4609.6,5417.42,96.134,0.907571,300,0,0,7984,3080,0,0,0,0),(103394,27220,571,1,1,24424,1,2872.44,-1340.79,33.6575,1.98041,300,0,0,9610,0,2,0,0,0),(202492,23755,571,1,1,0,0,1704.05,-2546.4,13.0145,5.46288,120,0,0,1,0,0,0,0,0),(103396,27220,571,1,1,24429,1,2888.33,-731.726,76.909,3.36486,300,0,0,9610,0,2,0,0,0),(103397,25428,571,1,1,27170,1,4529.13,5081.69,61.5584,2.94961,300,0,0,7984,3080,0,0,0,0),(103398,27220,571,1,1,24429,1,2907.92,-999.159,19.1399,1.14531,300,0,0,9610,0,2,0,0,0),(103399,25428,571,1,1,27192,1,4490.94,5202.5,78.3843,3.68265,300,0,0,7984,3080,0,0,0,0),(103400,27220,571,1,1,24424,1,2972.5,-1073.88,27.8899,0.533724,300,0,0,9610,0,2,0,0,0),(103401,26708,571,1,1,24018,1,4270.56,-2441.69,232.068,3.28122,300,0,0,9940,0,0,0,0,0),(103402,26708,571,1,1,24018,1,4290.42,-2424.3,239.015,5.96903,300,0,0,9940,0,0,0,0,0),(103403,27220,571,1,1,24429,1,3068.26,-1173.59,26.7535,1.9134,300,0,0,9610,0,2,0,0,0),(103405,26708,571,1,1,24016,1,4356.05,-2467.29,239.123,4.08407,300,0,0,9940,0,0,0,0,0),(103406,26708,571,1,1,24017,1,4330.14,-2498.41,240.113,5.96903,300,0,0,9940,0,0,0,0,0),(103407,26708,571,1,1,24017,1,4422.81,-2587.03,261.515,1.13446,300,0,0,9940,0,0,0,0,0),(103408,25684,571,1,1,15962,0,4403.83,4591.4,115.732,-2.76098,300,0,0,9291,0,0,0,0,0),(103409,26196,571,1,1,25396,1,3363.32,1029.17,141.758,2.49582,300,0,0,9940,0,0,0,0,0),(103410,26708,571,1,1,24018,1,4359.36,-2445.49,239.179,0.593412,300,0,0,9940,0,0,0,0,0),(103411,27220,571,1,1,24429,1,3115.57,-865.589,42.0091,3.45503,300,0,0,9610,0,2,0,0,0),(103413,25428,571,1,1,27192,1,4477.03,5395.29,101.26,2.68781,300,0,0,7984,3080,0,0,0,0),(103415,25684,571,1,1,15958,0,4408.6,4717.13,23.1771,5.89478,300,5,0,9291,0,1,0,0,0),(103416,26708,571,1,1,24017,1,4231.62,-2508.47,232.299,0.593412,300,5,0,9940,0,1,0,0,0),(103417,26708,571,1,1,24016,1,4259,-2517.85,233.108,2.14675,300,5,0,9940,0,1,0,0,0),(103418,25428,571,1,1,27170,1,4429.16,5199.15,77.331,1.0472,300,0,0,7984,3080,0,0,0,0),(103419,25428,571,1,1,27192,1,4427.77,5209.93,77.0042,5.44543,300,0,0,7984,3080,0,0,0,0),(103420,25428,571,1,1,27170,1,4460.13,5188.46,79.1549,6.06474,300,5,0,7984,3080,1,0,0,0),(103421,25428,571,1,1,27170,1,4476.84,5204.78,80.8857,5.3058,300,0,0,7984,3080,0,0,0,0),(103422,25428,571,1,1,27192,1,4603.91,5435.48,90.2243,1.08714,300,5,0,7984,3080,1,0,0,0),(103425,25428,571,1,1,27170,1,4525.34,5390.74,86.176,4.7822,300,0,0,7984,3080,0,0,0,0),(103426,25428,571,1,1,27192,1,4416.55,5127.25,62.9697,2.19912,300,0,0,7984,3080,0,0,0,0),(103427,25428,571,1,1,27192,1,4409.22,5137.08,60.0462,5.37561,300,0,0,7984,3080,0,0,0,0),(103428,26708,571,1,1,24017,1,4322.48,-2614.92,252.609,4.01426,300,0,0,9940,0,0,0,0,0),(103429,25428,571,1,1,27170,1,4487.4,5189.82,78.338,2.1293,300,0,0,7984,3080,0,0,0,0),(103430,25684,571,1,1,15962,0,4350.11,4658.92,57.2542,-2.46,300,5,0,9291,0,1,0,0,0),(202491,23755,571,1,1,0,0,1701.99,-2562.46,13.0145,2.17959,120,0,0,1,0,0,0,0,0),(202490,23755,571,1,1,0,0,1699.95,-2539.66,13.0386,2.80998,120,0,0,1,0,0,0,0,0),(103433,25428,571,1,1,27192,1,4500.28,5391.09,88.6715,2.23651,300,0,0,7984,3080,0,0,0,0),(103434,25428,571,1,1,27170,1,4483.46,5042.92,52.774,2.82743,300,0,0,7984,3080,0,0,0,0),(103435,25428,571,1,1,27170,1,4560.85,5143.77,66.8686,1.53589,300,0,0,7984,3080,0,0,0,0),(103436,25428,571,1,1,27192,1,4431.73,5332.21,-21.8173,5.96903,300,0,0,7984,3080,0,0,0,0),(103437,25428,571,1,1,27192,1,4493.33,5359.54,20.5977,5.8294,300,0,0,7984,3080,0,0,0,0),(103438,25428,571,1,1,27192,1,4445.16,5309.21,15.29,1.46608,300,0,0,7984,3080,0,0,0,0),(103439,25428,571,1,1,27192,1,4455.76,5325.48,14.8145,3.71755,300,0,0,7984,3080,0,0,0,0),(103440,25428,571,1,1,27192,1,4569.4,5308.22,80.2978,2.98451,300,0,0,7984,3080,0,0,0,0),(103441,25428,571,1,1,27170,1,4547.89,5297.73,75.4866,1.0472,300,0,0,7984,3080,0,0,0,0),(103442,25428,571,1,1,27192,1,4545.08,5323,79.2184,5.37561,300,0,0,7984,3080,0,0,0,0),(103443,25428,571,1,1,27192,1,4533.53,5376.56,84.8329,2.53073,300,0,0,7984,3080,0,0,0,0),(213228,17146,530,1,1,0,1,-2886.38,6580.41,49.8269,4.69848,120,0,0,1,0,2,0,0,0),(103445,25428,571,1,1,27170,1,4444.47,5314.36,-23.0218,1.67552,300,0,0,7984,3080,0,0,0,0),(103446,25428,571,1,1,27170,1,4420.79,5304.02,-22.9206,0.942478,300,0,0,7984,3080,0,0,0,0),(103447,25428,571,1,1,27192,1,4540.59,5338.4,-30.332,5.72468,300,0,0,7984,3080,0,0,0,0),(103448,25428,571,1,1,27192,1,4552.47,5327.28,-29.814,2.25148,300,0,0,7984,3080,0,0,0,0),(103449,25428,571,1,1,27192,1,4541.41,5326.44,-31.3256,0.872665,300,0,0,7984,3080,0,0,0,0),(103450,25428,571,1,1,27170,1,4497.35,5426.97,28.2677,5.0091,300,0,0,7984,3080,0,0,0,0),(103451,25428,571,1,1,27192,1,4503.85,5406.62,27.8351,1.93731,300,0,0,7984,3080,0,0,0,0),(103452,25684,571,1,1,14700,0,4300.35,4559.12,44.4484,1.78242,300,5,0,9291,0,1,0,0,0),(103453,25684,571,1,1,15962,0,4426.67,4548.69,105.045,1.65871,300,0,0,9291,0,2,0,0,0),(103454,25684,571,1,1,10612,0,4413.41,4586.98,25.0205,2.8243,300,0,0,9291,0,0,0,0,0),(103455,25684,571,1,1,15958,0,4383.59,4560.94,13.9436,1.229,300,0,0,9291,0,0,0,0,0),(103456,25428,571,1,1,27170,1,4466.65,5407.63,99.6429,4.86947,300,0,0,7984,3080,0,0,0,0),(103457,25428,571,1,1,27170,1,4453.41,5129.11,58.633,5.64932,300,5,0,7984,3080,1,0,0,0),(103458,25428,571,1,1,27192,1,4468.84,5047.14,52.5834,6.02139,300,0,0,7984,3080,0,0,0,0),(103459,25428,571,1,1,27192,1,4473.25,5314.33,81.3582,6.23082,300,0,0,7984,3080,0,0,0,0),(103460,25428,571,1,1,27170,1,4482.05,5319.57,81.1877,4.20624,300,0,0,7984,3080,0,0,0,0),(103461,25428,571,1,1,27192,1,4464.95,5369.64,-15.1538,3.82227,300,0,0,7984,3080,0,0,0,0),(103463,25428,571,1,1,27192,1,4466.21,5379.15,-15.1538,1.85005,300,0,0,7984,3080,0,0,0,0),(103464,26708,571,1,1,24018,1,4366.41,-2546.77,246.829,2.86678,300,5,0,9940,0,1,0,0,0),(103465,26708,571,1,1,24018,1,4375.39,-2547.9,247.763,5.23599,300,5,0,9940,0,1,0,0,0),(103469,26708,571,1,1,24018,1,4254.94,-2503.79,231.559,1.87099,300,5,0,9940,0,1,0,0,0),(103472,26708,571,1,1,24017,1,4232.56,-2507.15,232.424,4.08407,300,5,0,9940,0,1,0,0,0),(213227,17147,530,1,1,0,1,-2884.38,6580.41,49.8269,4.69848,120,0,0,1,0,0,0,0,0),(103477,27221,571,1,1,24425,1,3853.87,-4536.55,209.374,2.80998,300,0,0,10635,0,0,0,0,0),(103478,29781,571,1,1,26532,0,5818.59,683.099,648.132,3.29867,300,0,0,42,0,0,0,0,0),(103480,29269,571,1,1,23813,1,3562.4,-2957.96,229.146,4.10152,300,0,0,9940,0,0,0,0,0),(103481,29269,571,1,1,23813,1,3565.66,-2912.75,227.885,2.32129,300,0,0,9940,0,0,0,0,0),(103482,26965,571,1,1,0,0,4551.55,-1320.99,156.895,3.75246,300,0,0,9940,0,0,0,537133056,32),(103483,26965,571,1,1,0,0,4560.9,-1419.08,159.764,6.07375,300,0,0,9940,0,0,0,537133056,32),(103484,26709,571,1,1,24004,0,3468.64,4175.04,17.2764,4.20624,300,0,0,8982,0,0,0,0,0),(103485,26965,571,1,1,0,0,4576.53,-1364.69,156.831,5.70723,300,0,0,9940,0,0,0,537133056,32),(103486,25429,571,1,1,27185,1,4280.64,5309.9,54.4178,0.837758,300,0,0,7984,0,0,0,0,0),(103487,24149,571,1,1,22157,0,439.533,-4550.71,245.709,4.34587,300,0,0,8982,0,0,0,0,0),(103488,26965,571,1,1,0,0,4530.92,-1353.02,156.8,4.41568,300,0,0,9940,0,0,0,537133056,32),(103489,25429,571,1,1,27174,1,4303.23,5353.26,45.5664,3.15582,300,5,0,7984,0,1,0,0,0),(103490,25429,571,1,1,27174,1,4310.6,5344.23,45.5009,4.45059,300,0,0,7984,0,0,0,0,0),(103491,25429,571,1,1,27174,1,4332.9,5442.4,44.8251,5.28035,300,5,0,7984,0,1,0,0,0),(103492,25429,571,1,1,27174,1,4393.54,5393.9,84.8475,4.2586,300,0,0,7984,0,0,0,0,0),(103493,25429,571,1,1,27185,1,4342.38,5382.15,45.1312,2.27292,300,5,0,7984,0,1,0,0,0),(103494,25429,571,1,1,27185,1,4324.11,5380.5,43.5051,2.09744,300,5,0,7984,0,1,0,0,0),(103495,25429,571,1,1,27174,1,4464.98,5434.34,89.4044,2.43676,300,5,0,7984,0,1,0,0,0),(103496,25429,571,1,1,27174,1,4396.86,5404.9,84.9534,2.59717,300,5,0,7984,0,1,0,0,0),(103497,25429,571,1,1,27185,1,4424.15,5415.71,80.5856,1.40749,300,5,0,7984,0,1,0,0,0),(103498,25429,571,1,1,27185,1,4475.18,5437.46,89.5834,2.82286,300,5,0,7984,0,1,0,0,0),(103499,29013,571,1,1,26150,0,6133.11,5675.36,5.15029,-2.33928,300,0,0,11379,0,0,0,0,0),(103500,25429,571,1,1,27174,1,4343.81,5212.34,35.549,4.69494,300,0,0,7984,0,0,0,0,0),(103501,25429,571,1,1,27185,1,4355.13,5454.87,48.8798,4.64258,300,0,0,7984,0,0,0,0,0),(103502,29013,571,1,1,26150,0,6136.42,5676.81,5.1503,0.675826,300,0,0,11379,0,0,0,0,0),(103503,29013,571,1,1,26150,0,6225.87,5777.27,-6.35899,3.90884,300,5,0,11379,0,1,0,0,0),(103504,29013,571,1,1,26150,0,6215.66,5749.88,-6.09753,3.89206,300,5,0,11379,0,1,0,0,0),(103505,29013,571,1,1,26150,0,6183.31,5742.14,-0.421592,4.17134,300,0,0,11379,0,0,0,0,0),(103506,29013,571,1,1,26150,0,6135.83,5694.48,5.23364,3.82227,300,0,0,11379,0,0,0,0,0),(103507,29013,571,1,1,26150,0,6250.8,5759.02,-6.35077,5.92696,300,5,0,11379,0,1,0,0,0),(103508,29013,571,1,1,26150,0,6204.49,5719,-0.421589,3.78736,300,0,0,11379,0,0,0,0,0),(103509,29013,571,1,1,26150,0,6153.07,5675.67,5.23363,3.735,300,0,0,11379,0,0,0,0,0),(103510,26197,571,1,1,25381,1,3234.93,736.555,138.264,3.31638,300,5,0,9291,0,1,0,0,0),(103511,26197,571,1,1,25381,1,2826.84,1124.28,120.404,4.68603,300,5,0,9291,0,1,0,0,0),(103512,26197,571,1,1,25381,1,3323.22,1187.23,139.365,2.63383,300,5,0,9291,0,1,0,0,0),(103513,25429,571,1,1,27185,1,4557.85,5156.33,68.0732,5.07891,300,0,0,7984,0,0,0,0,0),(103514,26197,571,1,1,25381,1,3422.48,1136.26,140.777,0.383226,300,5,0,9291,0,1,0,0,0),(103515,26197,571,1,1,25381,1,2859.94,1284.28,149.568,1.25601,300,5,0,9291,0,1,0,0,0),(103516,26197,571,1,1,25381,1,2793.08,1227.85,123.167,1.22186,300,5,0,9291,0,1,0,0,0),(103517,26197,571,1,1,25381,1,3356.01,1096.69,139.251,5.06561,300,5,0,9291,0,1,0,0,0),(103518,26197,571,1,1,25381,1,2816.9,1279.06,136.699,5.6127,300,5,0,9291,0,1,0,0,0),(103519,25429,571,1,1,27174,1,4472.9,5144.14,60.742,0.977384,300,0,0,7984,0,0,0,0,0),(103520,26197,571,1,1,25381,1,2862.62,1008.03,36.6638,3.42085,300,0,0,9291,0,0,0,0,0),(103521,26197,571,1,1,25381,1,3096.46,1064.61,116.996,2.69541,300,5,0,9291,0,1,0,0,0),(103522,26197,571,1,1,25381,1,2955,1141.6,130.009,5.56206,300,5,0,9291,0,1,0,0,0),(103523,26197,571,1,1,25381,1,2848.61,1185,134.094,4.47688,300,5,0,9291,0,1,0,0,0),(103524,26197,571,1,1,25381,1,2956.35,1048.04,108.762,1.44353,300,5,0,9291,0,1,0,0,0),(103525,26197,571,1,1,25381,1,3237.58,1044.81,129.056,4.30809,300,0,0,9291,0,0,0,0,0),(103526,29269,571,1,1,23813,1,3592.68,-2902.38,225.985,1.11701,300,0,0,9940,0,0,0,0,0),(103527,26965,571,1,1,0,0,4557.75,-1382.09,156.754,3.80482,300,0,0,9940,0,0,0,0,0),(103528,26965,571,1,1,0,0,4535.51,-1389.41,156.78,0,300,0,0,9940,0,0,0,0,0),(103529,26946,571,1,1,26859,0,4421.54,-1350,161.654,3.14159,300,5,0,9940,0,1,0,0,0),(103530,26197,571,1,1,25381,1,3307.47,935.373,134.953,0.402455,300,5,0,9291,0,1,0,0,0),(103531,26965,571,1,1,0,0,4513.96,-1341.7,156.57,0.663225,300,0,0,9940,0,0,0,0,0),(103532,26965,571,1,1,0,0,4515.4,-1337.81,156.562,0.558505,300,0,0,9940,0,0,0,0,0),(103533,26965,571,1,1,0,0,4563.91,-1389.19,156.819,3.15905,300,0,0,9940,0,0,0,0,0),(103534,25685,571,1,1,23320,0,3193.16,4450.5,28.0755,4.55531,300,0,0,8982,0,0,0,0,0),(103535,25685,571,1,1,23320,0,3344.59,4656.29,30.3372,3.33358,300,0,0,8982,0,0,0,0,0),(103536,26197,571,1,1,25381,1,3061.11,1126.1,125.599,2.67288,300,5,0,9291,0,1,0,0,0),(103537,26197,571,1,1,25381,1,3359.7,957.208,138.294,1.07847,300,0,0,9291,0,0,0,0,0),(103538,26197,571,1,1,25381,1,3364.29,931.625,140.89,1.92374,300,5,0,9291,0,1,0,0,0),(103539,26197,571,1,1,25381,1,2874.28,984.247,34.6679,3.85718,300,0,0,9291,0,0,0,0,0),(103540,26197,571,1,1,25381,1,3429.21,1039.05,138.879,3.53276,300,5,0,9291,0,1,0,0,0),(103541,26197,571,1,1,25381,1,3213.08,804.707,124.447,3.81965,300,5,0,9291,0,1,0,0,0),(103542,25685,571,1,1,23320,0,3153.09,4425.46,28.4713,2.46091,300,0,0,8982,0,0,0,0,0),(103543,26965,571,1,1,0,0,4857.98,-1376.32,168.631,2.67035,300,0,0,9940,0,0,0,0,0),(103544,26197,571,1,1,25381,1,2980.85,849.339,45.5621,3.00197,300,0,0,9291,0,0,0,0,0),(103545,26197,571,1,1,25381,1,2995.89,808.258,45.5018,3.09276,300,5,0,9291,0,1,0,0,0),(103546,26197,571,1,1,25381,1,3108.2,884.211,88.6901,4.78175,300,5,0,9291,0,1,0,0,0),(103547,26197,571,1,1,25381,1,3266.63,859.071,132.806,6.21278,300,5,0,9291,0,1,0,0,0),(103548,25685,571,1,1,23320,0,3219.08,5108.44,32.9211,2.51327,300,0,0,8982,0,0,0,0,0),(103549,26197,571,1,1,25381,1,2900.96,930.407,35.9615,3.7001,300,0,0,9291,0,0,0,0,0),(103550,26197,571,1,1,25381,1,2908.64,942.356,36.7535,4.51936,300,5,0,9291,0,1,0,0,0),(103551,26197,571,1,1,25381,1,2946.94,916.975,42.678,3.14159,300,0,0,9291,0,0,0,0,0),(103552,26197,571,1,1,25381,1,2904.47,898.762,30.5876,-2.64502,300,0,0,9291,0,0,0,0,0),(103553,25685,571,1,1,23320,0,2876.49,5073.29,26.3061,0.698132,300,0,0,8982,0,0,0,0,0),(103554,26197,571,1,1,25381,1,3422.02,1143.95,141.233,6.04779,300,5,0,9291,0,1,0,0,0),(103555,26197,571,1,1,25381,1,3323.47,938.335,136.626,3.22173,300,5,0,9291,0,1,0,0,0),(103556,25685,571,1,1,23320,0,2782.13,5080.38,24.8693,2.26893,300,0,0,8982,0,0,0,0,0),(103557,25685,571,1,1,23320,0,2749.05,4957.31,32.9974,5.91454,300,5,0,8982,0,1,0,0,0),(103558,26197,571,1,1,25381,1,3360.99,1084.77,140.654,5.13279,300,5,0,9291,0,1,0,0,0),(103559,29269,571,1,1,23813,1,3601.92,-2937.93,227.216,4.27954,300,5,0,9940,0,1,0,0,0),(103560,26197,571,1,1,25381,1,3425.74,1038.55,138.915,2.79094,300,5,0,9291,0,1,0,0,0),(103561,26197,571,1,1,25381,1,3253.92,859.772,128.93,0.214903,300,0,0,9291,0,0,0,0,0),(103562,25685,571,1,1,23320,0,2866.91,4991.53,29.6759,3.58034,300,5,0,8982,0,1,0,0,0),(103563,26965,571,1,1,0,0,4855.13,-1393.15,174.198,0.227723,300,0,0,9940,0,0,0,0,0),(103564,26965,571,1,1,0,0,4858.99,-1389.72,174.199,-0.510235,300,0,0,9940,0,0,0,0,0),(103565,25685,571,1,1,23320,0,3147.58,5036.98,25.1626,1.13446,300,0,0,8982,0,0,0,0,0),(103566,25685,571,1,1,23320,0,3047.77,5085.32,29.2823,5.98648,300,0,0,8982,0,0,0,0,0),(103567,25429,571,1,1,27185,1,4444.8,5201.74,76.4327,3.1765,300,0,0,7984,0,0,0,0,0),(103568,25685,571,1,1,23320,0,3220.42,5066.37,30.8847,1.54548,300,5,0,8982,0,1,0,0,0),(103569,25429,571,1,1,27185,1,4432.96,5131.96,61.4807,0.66067,300,5,0,7984,0,1,0,0,0),(103570,25429,571,1,1,27185,1,4538.08,5090.1,61.0106,0.593412,300,0,0,7984,0,0,0,0,0),(103571,25429,571,1,1,27185,1,4481.76,5153.57,62.4487,0.787643,300,5,0,7984,0,1,0,0,0),(103572,25429,571,1,1,27174,1,4559.56,5225.94,82.216,3.06258,300,5,0,7984,0,1,0,0,0),(103573,25685,571,1,1,23320,0,2916.55,5054.49,25.7036,4.31096,300,0,0,8982,0,0,0,0,0),(103574,25685,571,1,1,23320,0,3129.58,5128.82,37.9322,3.49066,300,0,0,8982,0,0,0,0,0),(103575,25685,571,1,1,23320,0,3085.31,5012,31.664,5.2709,300,0,0,8982,0,0,0,0,0),(103576,25685,571,1,1,23320,0,3055.29,5043.1,27.8234,3.49066,300,0,0,8982,0,0,0,0,0),(103577,25685,571,1,1,23320,0,3134.68,4392.95,25.0933,0.296706,300,0,0,8982,0,0,0,0,0),(103578,25685,571,1,1,23320,0,3123.69,4369.35,24.2396,2.02458,300,0,0,8982,0,0,0,0,0),(103579,32341,571,1,1,27926,1,5777.63,604.668,565.303,0.918386,300,0,0,7185,7196,0,0,0,0),(103582,25429,571,1,1,27174,1,4423.98,5263.4,76.0579,5.79449,300,0,0,7984,0,0,0,0,0),(103583,25429,571,1,1,27174,1,4485.26,5304.62,81.1354,0.531153,300,5,0,7984,0,1,0,0,0),(103584,25429,571,1,1,27185,1,4430.92,5262.94,76.0018,0.645772,300,0,0,7984,0,0,0,0,0),(103585,25429,571,1,1,27185,1,4429.88,5255.53,74.8109,5.6595,300,5,0,7984,0,1,0,0,0),(103586,25685,571,1,1,23320,0,3308.2,4660.93,31.2192,2.25148,300,0,0,8982,0,0,0,0,0),(103587,25685,571,1,1,23320,0,3240.35,4403.38,23.286,0.139626,300,0,0,8982,0,0,0,0,0),(103588,25685,571,1,1,23320,0,3334.89,4842.41,29.5373,1.2914,300,0,0,8982,0,0,0,0,0),(213226,17146,530,1,1,0,1,-2966.4,6450.86,84.9613,6.02139,120,0,0,1,0,2,0,0,0),(200825,30371,571,1,1,0,0,2990.3,6096.12,141.675,5.69133,300,0,0,48,120,0,0,0,0),(103591,29525,571,1,1,26325,1,6892.56,-1592.59,820.848,2.23402,300,0,0,11770,0,0,0,0,0),(103611,24662,571,1,2,6766,0,1917.14,5819.56,15.3633,3.00197,300,0,0,6986,0,0,0,0,0),(103609,24662,571,1,2,6766,0,1782.28,6025.28,0.316792,3.01942,300,0,0,6986,0,0,0,0,0),(103594,23638,571,1,1,24055,0,716.934,-2837.46,1.25059,1.15192,300,0,0,8982,0,0,0,0,0),(103595,23638,571,1,1,24055,0,831.402,-2839.78,1.15337,1.78024,300,0,0,8982,0,0,0,0,0),(103596,23638,571,1,1,24055,0,760.682,-2908.06,7.07616,4.7822,300,0,0,8982,0,0,0,0,0),(103597,23638,571,1,1,24055,0,661.385,-2832.61,1.25061,1.69297,300,0,0,8982,0,0,0,0,0),(103598,23638,571,1,1,24055,0,889.582,-2865.17,1.15339,0.488692,300,0,0,8982,0,0,0,0,0),(103599,23638,571,1,1,24055,0,860.456,-2846.24,1.15336,1.37881,300,0,0,8982,0,0,0,0,0),(103600,23638,571,1,1,24055,0,759.768,-2916.57,7.24425,1.309,300,0,0,8982,0,0,0,0,0),(103601,23638,571,1,1,24055,0,824.011,-2911.91,7.89538,2.47837,300,0,0,8982,0,0,0,0,0),(103602,23638,571,1,1,24055,0,818.81,-2903.17,7.63848,4.85202,300,0,0,8982,0,0,0,0,0),(103603,23638,571,1,1,24055,0,731.086,-2903.53,7.24672,1.72788,300,0,0,8982,0,0,0,0,0),(103604,29782,571,1,1,26526,0,5816.11,679.873,648.146,0.907571,300,0,0,42,0,0,0,0,0),(103606,26198,571,1,1,25381,1,3433.11,917.5,148.018,4.93928,300,0,0,9291,0,0,0,0,0),(103607,24150,571,1,1,22159,0,949.697,-4840.25,-69.5559,1.97222,300,0,0,7984,3080,0,0,0,0),(103608,29014,571,1,1,25380,1,5244.74,4493.28,-84.2947,0.820305,300,0,0,117700,0,0,0,0,0),(103593,24662,571,1,2,6766,0,1918.15,5819.79,15.7244,5.44543,300,0,0,6986,0,0,0,0,0),(103610,26198,571,1,1,25381,1,3469.6,1000.47,147.247,0.10472,300,0,0,9291,0,0,0,0,0),(103592,24662,571,1,2,6766,0,1820.85,6061.3,2.60083,0.331613,300,0,0,6986,0,0,0,0,0),(103612,27222,571,1,1,13069,0,2875.29,-463.909,120.3,3.54302,300,0,0,42,0,0,0,0,0),(103613,26198,571,1,1,25381,1,3412.01,1278.79,133.524,6.26573,300,0,0,9291,0,0,0,0,0),(103614,25686,571,1,1,23320,0,3090.81,4955.72,39.5991,4.50969,300,5,0,8982,3155,1,0,0,0),(103615,26198,571,1,1,25381,1,3288.99,813.793,140.942,4.81711,300,0,0,9291,0,0,0,0,0),(103618,26198,571,1,1,25381,1,3265.18,780.741,137.365,5.60251,300,0,0,9291,0,0,0,0,0),(103619,26198,571,1,1,25381,1,3257.47,737.608,140.653,5.70723,300,0,0,9291,0,0,0,0,0),(103620,26198,571,1,1,25381,1,3244.53,696.98,140.008,5.44543,300,0,0,9291,0,0,0,0,0),(103621,26198,571,1,1,25381,1,3386.26,1146.32,141.111,5.68977,300,0,0,9291,0,0,0,0,0),(103622,26198,571,1,1,25381,1,2883,1253.3,148.519,2.9147,300,0,0,9291,0,0,0,0,0),(103623,26198,571,1,1,25381,1,2874.23,1174.43,135.028,4.39823,300,0,0,9291,0,0,0,0,0),(103624,26198,571,1,1,25381,1,2803.74,1179.65,131.862,5.70723,300,0,0,9291,0,0,0,0,0),(103625,26198,571,1,1,25381,1,3378.29,883.906,153.539,5.44543,300,0,0,9291,0,0,0,0,0),(103626,26198,571,1,1,25381,1,2914.13,1113.61,119.789,6.12611,300,0,0,9291,0,0,0,0,0),(103627,26198,571,1,1,25381,1,2932.29,773.119,30.7928,2.44346,300,0,0,9291,0,0,0,0,0),(103628,26198,571,1,1,25381,1,3421.92,977.123,138.937,5.84685,300,0,0,9291,0,0,0,0,0),(103629,26198,571,1,1,25381,1,3266.25,1036.69,131.267,3.94444,300,0,0,9291,0,0,0,0,0),(103630,29270,571,1,1,26098,1,3590.4,-2946.84,228.405,6.03884,300,0,0,9940,0,0,0,0,0),(103631,26198,571,1,1,25381,1,3374.59,1202.37,140.822,0.610865,300,0,0,9291,0,0,0,0,0),(103632,26198,571,1,1,25381,1,3406.39,1166.28,140.573,5.61996,300,0,0,9291,0,0,0,0,0),(103633,26198,571,1,1,25381,1,3299.6,976.585,132.577,5.58505,300,0,0,9291,0,0,0,0,0),(103634,26198,571,1,1,25381,1,2961.39,1018.25,109.36,4.50295,300,0,0,9291,0,0,0,0,0),(103635,26198,571,1,1,25381,1,2973.35,1086.09,111.997,5.16617,300,0,0,9291,0,0,0,0,0),(103636,26198,571,1,1,25381,1,2994.78,1079.85,112.911,1.81514,300,0,0,9291,0,0,0,0,0),(103637,26198,571,1,1,25381,1,2908.86,1252.39,150.806,0.436332,300,0,0,9291,0,0,0,0,0),(103641,26198,571,1,1,25381,1,3276.98,952.384,129.278,6.05629,300,0,0,9291,0,0,0,0,0),(103642,25686,571,1,1,23320,0,3152.46,4352.91,27.9835,0.252073,300,5,0,8982,3155,1,0,0,0),(103643,26198,571,1,1,25381,1,3008.67,1146.4,132.267,5.37561,300,0,0,9291,0,0,0,0,0),(103644,26198,571,1,1,25381,1,3240.14,980.282,126.055,1.36136,300,0,0,9291,0,0,0,0,0),(103645,26198,571,1,1,25381,1,3269.39,1005.8,131.945,1.46608,300,0,0,9291,0,0,0,0,0),(103646,26198,571,1,1,25381,1,3126.66,1056.99,121.344,3.22886,300,0,0,9291,0,0,0,0,0),(103647,26198,571,1,1,25381,1,2991.67,863.123,54.1476,3.05433,300,0,0,9291,0,0,0,0,0),(103648,26198,571,1,1,25381,1,2939.55,823.73,41.4134,2.75762,300,0,0,9291,0,0,0,0,0),(103649,26198,571,1,1,25381,1,2932.11,840.616,36.0044,2.56563,300,0,0,9291,0,0,0,0,0),(103650,26198,571,1,1,25381,1,3055.5,801.945,68.5411,2.80998,300,0,0,9291,0,0,0,0,0),(103651,26198,571,1,1,25381,1,2938.13,798.085,40.8124,2.87979,300,0,0,9291,0,0,0,0,0),(103652,26198,571,1,1,25381,1,3035.47,876.205,65.1967,2.51327,300,0,0,9291,0,0,0,0,0),(103653,26198,571,1,1,25381,1,3046.35,836.672,67.7459,3.14159,300,0,0,9291,0,0,0,0,0),(103654,26198,571,1,1,25381,1,2972.57,966.453,92.0267,4.01426,300,0,0,9291,0,0,0,0,0),(103655,26198,571,1,1,25381,1,2981.49,922.985,82.3375,4.06662,300,0,0,9291,0,0,0,0,0),(103656,26198,571,1,1,25381,1,3231.79,1090.1,130.478,3.64774,300,0,0,9291,0,0,0,0,0),(103657,26198,571,1,1,25381,1,3296.46,1148.7,136.922,4.01426,300,0,0,9291,0,0,0,0,0),(103658,26198,571,1,1,25381,1,3293.48,1067.43,136.294,5.68977,300,0,0,9291,0,0,0,0,0),(103659,26198,571,1,1,25381,1,3040.87,1052.41,110.157,0.523599,300,0,0,9291,0,0,0,0,0),(103660,26198,571,1,1,25381,1,3289.52,1125.36,136.514,1.58825,300,0,0,9291,0,0,0,0,0),(103661,26198,571,1,1,25381,1,3232.04,865.955,123.493,0.226893,300,0,0,9291,0,0,0,0,0),(103662,25686,571,1,1,23320,0,2918.43,5112.78,34.1254,5.74112,300,5,0,8982,3155,1,0,0,0),(103663,26198,571,1,1,25381,1,3031.2,918.319,76.2585,5.18363,300,0,0,9291,0,0,0,0,0),(103666,28246,571,1,1,7534,0,5480.94,-2401.25,327.717,0.293753,300,5,0,10635,0,1,0,0,0),(103667,28246,571,1,1,7534,0,5487.45,-2355.92,325.828,2.48015,300,5,0,10635,0,1,0,0,0),(103668,25686,571,1,1,23320,0,2843.71,5062.74,27.8338,4.68499,300,5,0,8982,3155,1,0,0,0),(103669,25686,571,1,1,23320,0,2781.01,5046.36,26.6582,2.8347,300,5,0,8982,3155,1,0,0,0),(103674,28246,571,1,1,7534,0,5407.52,-2470.99,330.78,2.68318,300,5,0,10635,0,1,0,0,0),(103675,28246,571,1,1,7534,0,5391.52,-2430.18,296.629,0.649918,300,5,0,10635,0,1,0,0,0),(103676,28246,571,1,1,7534,0,5390.69,-2455.47,330.898,5.69217,300,5,0,10635,0,1,0,0,0),(103677,25686,571,1,1,23320,0,3144.42,4465.02,31.2227,0.16897,300,5,0,8982,3155,1,0,0,0),(103678,28246,571,1,1,7534,0,5475.3,-2493.9,329.467,1.11234,300,5,0,10635,0,1,0,0,0),(103679,25686,571,1,1,23320,0,2972.54,5071.78,32.2205,1.83316,300,5,0,8982,3155,1,0,0,0),(103680,25686,571,1,1,23320,0,2975.77,4989.59,32.1737,5.03671,300,5,0,8982,3155,1,0,0,0),(103681,25686,571,1,1,23320,0,3005.4,5048.33,28.5733,2.29521,300,5,0,8982,3155,1,0,0,0),(103682,25686,571,1,1,23320,0,3023.45,5021.65,28.2776,6.20495,300,5,0,8982,3155,1,0,0,0),(103683,25686,571,1,1,23320,0,3098.42,5106.05,35.329,0.140575,300,5,0,8982,3155,1,0,0,0),(103684,25686,571,1,1,23320,0,3178.93,4284.12,27.471,4.12879,300,5,0,8982,3155,1,0,0,0),(103685,25686,571,1,1,23320,0,3200.69,4320.38,28.3599,6.15786,300,5,0,8982,3155,1,0,0,0),(103686,28246,571,1,1,7534,0,5435.87,-2494.79,303.249,3.72524,300,5,0,10635,0,1,0,0,0),(103687,28246,571,1,1,7534,0,5388.24,-2517.49,329.557,4.25099,300,5,0,10635,0,1,0,0,0),(103688,28246,571,1,1,7534,0,5472.38,-2421.12,327.689,1.90631,300,5,0,10635,0,1,0,0,0),(103689,28246,571,1,1,7534,0,5447.86,-2382.49,325.28,5.78339,300,5,0,10635,0,1,0,0,0),(103690,28246,571,1,1,7534,0,5411.71,-2364.15,326.356,2.12872,300,5,0,10635,0,1,0,0,0),(103691,28246,571,1,1,7534,0,5362.2,-2404.34,327.432,0.461169,300,5,0,10635,0,1,0,0,0),(103692,28246,571,1,1,7534,0,5502.78,-2434.37,327.384,3.04395,300,5,0,10635,0,1,0,0,0),(103693,28246,571,1,1,7534,0,5449.39,-2313.65,324.451,1.71042,300,5,0,10635,0,1,0,0,0),(103694,28246,571,1,1,7534,0,5442.04,-2448.85,293.544,3.48174,300,5,0,10635,0,1,0,0,0),(103695,25686,571,1,1,23320,0,2865.24,5114.64,32.5059,3.7431,300,5,0,8982,3155,1,0,0,0),(103696,25686,571,1,1,23320,0,3364.64,4690.54,29.093,1.10998,300,5,0,8982,3155,1,0,0,0),(103697,25686,571,1,1,23320,0,2737.29,5060.27,26.8359,3.96004,300,5,0,8982,3155,1,0,0,0),(103698,25686,571,1,1,23320,0,3316.01,4623.68,28.0022,0.946051,300,5,0,8982,3155,1,0,0,0),(103699,25686,571,1,1,23320,0,3383.64,4619.81,30.5179,1.44064,300,5,0,8982,3155,1,0,0,0),(103700,25686,571,1,1,23320,0,3346.28,4535.81,26.8559,1.48711,300,5,0,8982,3155,1,0,0,0),(103701,25686,571,1,1,23320,0,3189.6,4562.63,28.9032,2.20208,300,5,0,8982,3155,1,0,0,0),(103702,25686,571,1,1,23320,0,3412.09,4646.83,24.7604,2.60975,300,5,0,8982,3155,1,0,0,0),(103703,25430,571,1,1,24873,0,4435.96,5364.02,-16.6305,4.5406,300,5,0,9610,0,1,0,0,0),(103704,25686,571,1,1,23320,0,3347.88,4580.06,29.57,5.31469,300,5,0,8982,3155,1,0,0,0),(103705,25686,571,1,1,23320,0,3255.6,4421.56,27.5169,0.349995,300,5,0,8982,3155,1,0,0,0),(103706,25686,571,1,1,23320,0,3360.69,4824.47,30.2642,5.34013,300,0,0,8982,3155,0,0,0,0),(103707,25686,571,1,1,23320,0,3114.84,4414.64,25.4387,4.85098,300,5,0,8982,3155,1,0,0,0),(200824,30348,571,1,1,0,0,2377.03,5164.3,4.35338,1.15621,300,0,0,48,120,0,0,0,0),(103709,28503,571,1,1,28121,0,6131.88,-1951.97,417.778,5.28835,300,0,0,34137,0,0,0,0,0),(103710,27479,571,1,1,23812,1,4061.08,-4126.7,210.547,4.93928,300,0,0,9940,0,0,0,0,0),(103711,27479,571,1,1,23812,1,4054.75,-4140.56,211.345,0,300,0,0,9940,0,0,0,0,0),(103712,27479,571,1,1,23812,1,4042.89,-4110.27,210.517,0.523599,300,0,0,9940,0,0,0,0,0),(103713,30039,571,1,1,26697,0,5746.13,-3546.94,388.316,5.81195,300,0,0,31905,0,0,0,0,0),(103714,25431,571,1,1,17188,0,3711.46,5548.21,44.691,1.88496,300,5,0,8982,3155,1,0,0,0),(103715,25431,571,1,1,17188,0,3595.88,5537.79,34.7059,3.59538,300,5,0,8982,3155,1,0,0,0),(103716,27479,571,1,1,23813,1,3709.49,-2289.66,171.201,1.74533,300,0,0,9940,0,0,0,0,0),(103717,27479,571,1,1,23812,1,3757.64,-2280.24,171.671,2.00713,300,0,0,9940,0,0,0,0,0),(103718,27479,571,1,1,23813,1,3733.4,-2288.87,171.903,4.4855,300,0,0,9940,0,0,0,0,0),(103719,29783,571,1,1,26547,0,5818.44,682.804,647.382,2.42601,300,0,0,42,0,0,0,0,0),(103720,29783,571,1,1,26547,0,5809.3,695.616,647.923,4.86947,300,0,0,42,0,0,0,0,0),(103721,29783,571,1,1,26547,0,5805.35,684.486,648.097,0.558505,300,0,0,42,0,0,0,0,0),(103722,29783,571,1,1,26547,0,5809.99,671.299,648.305,1.62316,300,0,0,42,0,0,0,0,0),(103723,24151,571,1,1,22158,0,803.879,-4766.54,-94.0992,1.62535,300,0,0,9291,3231,0,0,0,0),(103724,28247,571,1,1,25255,1,4604.66,-1075.36,165.566,3.10669,300,0,0,15952,0,0,0,0,0),(103725,28247,571,1,1,25293,1,4584.13,-1020.23,159.209,1.53589,300,0,0,15952,0,0,0,0,0),(103726,28247,571,1,1,25255,1,4592.71,-1058.61,165.719,4.43314,300,0,0,15952,0,0,0,0,0),(103727,28247,571,1,1,25293,1,4586.69,-1019.99,159.209,1.5708,300,0,0,15952,0,0,0,0,0),(103728,28759,571,1,1,25753,0,6070.76,-2053.12,381.682,0.952304,300,5,0,10635,0,1,0,0,0),(103729,28759,571,1,1,25753,0,6016.64,-2126.46,434.593,5.79879,300,5,0,10635,0,1,0,0,0),(103730,28759,571,1,1,25753,0,6133.27,-1972.97,380.72,4.44466,300,5,0,10635,0,1,0,0,0),(103731,28759,571,1,1,25753,0,6179.64,-2118.21,375.507,2.36273,300,5,0,10635,0,1,0,0,0),(103732,28759,571,1,1,25753,0,6128.71,-1958.58,417.762,4.53786,300,0,0,10635,0,0,0,768,0),(103733,28759,571,1,1,25753,0,6087.93,-2080.24,365.629,2.4631,300,5,0,10635,0,1,0,0,0),(103734,28759,571,1,1,25753,0,6096.99,-2080.65,422.982,2.30383,300,0,0,10635,0,0,0,768,0),(103735,28759,571,1,1,25753,0,6066.85,-2091.45,428.572,5.40187,300,5,0,10635,0,1,0,0,0),(103736,29015,571,1,1,25381,0,5202.36,4526.9,-89.9396,2.23402,300,0,0,117700,3809,0,0,0,0),(103737,32599,571,1,1,28098,1,3142.14,-823.002,48.842,3.56047,300,0,0,63000,0,0,0,0,0),(103739,25431,571,1,1,17188,0,3643.43,5641.76,34.6686,4.81711,300,5,0,8982,3155,1,0,0,0),(103740,28759,571,1,1,25753,0,6222.67,-2038.58,372.913,2.07002,300,5,0,10635,0,1,0,0,0),(103741,28759,571,1,1,25753,0,6204.53,-2086.9,361.237,4.84003,300,5,0,10635,0,1,0,0,0),(103742,28759,571,1,1,25753,0,6117.75,-2049.44,377.903,4.91641,300,5,0,10635,0,1,0,0,0),(103743,28759,571,1,1,25753,0,6084.68,-2107.13,377.962,3.92506,300,5,0,10635,0,1,0,0,0),(103744,28759,571,1,1,25753,0,6091.42,-2099.09,422.968,2.1293,300,0,0,10635,0,0,0,768,0),(103745,28759,571,1,1,25753,0,6004.81,-2105.42,434.441,0.791284,300,5,0,10635,0,1,0,0,0),(103746,28759,571,1,1,25753,0,6033.73,-2142.61,428.083,2.12216,300,5,0,10635,0,1,0,0,0),(103747,28759,571,1,1,25753,0,6154.67,-1956.37,380.856,3.34216,300,5,0,10635,0,1,0,0,0),(103748,28759,571,1,1,25753,0,6074.34,-2100.95,428.913,1.45893,300,5,0,10635,0,1,0,0,0),(103749,28759,571,1,1,25753,0,6035.85,-2123.16,446.465,0.672518,300,5,0,10635,0,1,0,0,0),(103750,28759,571,1,1,25753,0,6070.95,-2091.86,431.679,4.41109,300,5,0,10635,0,1,0,0,0),(103751,28759,571,1,1,25753,0,6047.74,-2073.43,423.083,6.14356,300,0,0,10635,0,0,0,768,0),(103752,28759,571,1,1,25753,0,6195.8,-1969.03,265.625,5.07095,300,5,0,10635,0,1,0,0,0),(103753,28759,571,1,1,25753,0,6076.41,-2116.4,422.959,1.44862,300,0,0,10635,0,0,0,768,0),(103754,28759,571,1,1,25753,0,6018.8,-2082.13,423.077,5.4348,300,5,0,10635,0,1,0,0,0),(103755,28759,571,1,1,25753,0,6138.4,-1952.08,417.801,6.16101,300,0,0,10635,0,0,0,768,0),(103756,28759,571,1,1,25753,0,6008.9,-2184.05,453.124,1.53562,300,5,0,10635,0,1,0,0,0),(103757,28759,571,1,1,25753,0,6111.06,-2022.33,380.712,4.0595,300,5,0,10635,0,1,0,0,0),(103758,28759,571,1,1,25753,0,6135.77,-1971.85,362.254,4.15964,300,5,0,10635,0,1,0,0,0),(103759,28759,571,1,1,25753,0,6104.97,-2027.86,269.111,0.858116,300,5,0,10635,0,1,0,0,0),(103760,28759,571,1,1,25753,0,6163.1,-1948.44,366.078,5.48173,300,5,0,10635,0,1,0,0,0),(103761,28759,571,1,1,25753,0,6021.27,-2206.77,424.366,5.35581,300,5,0,10635,0,1,0,0,0),(103762,28759,571,1,1,25753,0,6127.64,-2090.7,267.271,3.84361,300,5,0,10635,0,1,0,0,0),(103763,29527,571,1,1,26395,0,5759.1,618.335,661.092,0.942478,300,0,0,8508,7981,0,0,0,0),(103764,28759,571,1,1,25753,0,6155.33,-2108.65,371.679,5.09518,300,5,0,10635,0,1,0,0,0),(103765,28759,571,1,1,25753,0,6087.86,-2067.5,423.06,5.42797,300,0,0,10635,0,0,0,768,0),(103766,28759,571,1,1,25753,0,6068.03,-2065.93,423.075,5.42797,300,0,0,10635,0,0,0,768,0),(103767,28759,571,1,1,25753,0,6154.37,-2053.87,272.473,3.00251,300,5,0,10635,0,1,0,0,0),(103768,27223,571,1,1,13069,0,2871.52,-464.641,120.138,1.02974,300,0,0,42,0,0,0,0,0),(103769,25687,571,1,1,23321,0,3204.92,4282.3,23.9465,0.069813,300,0,0,8982,3155,0,0,0,0),(103770,26455,571,1,1,14695,0,3462.83,2420.44,46.5522,2.38105,300,10,0,9291,3231,1,0,0,0),(103771,26455,571,1,1,14695,0,3363.49,2247.95,30.1089,5.75888,300,0,0,9291,3231,0,0,0,0),(103772,26455,571,1,1,14695,0,3419.42,2328.87,31.4839,2.20844,300,10,0,9291,3231,1,0,0,0),(103773,26455,571,1,1,14695,0,3313.25,2342.96,32.6193,5.182,300,10,0,9291,3231,1,0,0,0),(103774,26455,571,1,1,14695,0,3483.44,2391.1,57.4992,2.2225,300,10,0,9291,3231,1,0,0,0),(103775,26455,571,1,1,14695,0,3313.71,2143.96,68.4699,4.75281,300,10,0,9291,3231,1,0,0,0),(103776,26455,571,1,1,14695,0,3352.32,2314.31,30.5121,3.30835,300,10,0,9291,3231,1,0,0,0),(103777,26455,571,1,1,14695,0,3288.54,2246.83,32.4515,1.22186,300,10,0,9291,3231,1,0,0,0),(103778,26455,571,1,1,14695,0,3445.72,2442.67,41.1645,5.29822,300,0,0,9291,3231,2,0,0,0),(103779,26455,571,1,1,14695,0,3375.87,2410,39.7315,2.52317,300,10,0,9291,3231,1,0,0,0),(103780,26455,571,1,1,14695,0,3346.17,2388.42,31.4177,2.44657,300,10,0,9291,3231,1,0,0,0),(103781,26455,571,1,1,14695,0,3386.02,2220.71,30.6024,2.17674,300,10,0,9291,3231,1,0,0,0),(103782,26455,571,1,1,14695,0,3302.37,2293.45,30.0145,3.08101,300,0,0,9291,3231,0,0,0,0),(103783,26455,571,1,1,14695,0,3551.84,2380.88,67.7776,3.67297,300,10,0,9291,3231,1,0,0,0),(103784,26711,571,1,1,26425,0,4465.71,-259.524,92.0155,-2.29604,300,0,0,4805,0,0,0,0,0),(103785,25687,571,1,1,23321,0,3243.03,4376.93,26.0352,4.03171,300,0,0,8982,3155,0,0,0,0),(103786,25687,571,1,1,23321,0,3173.56,4473.8,29.3169,3.15905,300,0,0,8982,3155,0,0,0,0),(103787,25687,571,1,1,23321,0,3213.02,4544.14,27.7488,0.506145,300,0,0,8982,3155,0,0,0,0),(103788,26711,571,1,1,26425,0,3339.88,10.7785,67.6984,2.48523,300,0,0,4805,0,0,0,0,0),(103789,26455,571,1,1,14695,0,3310.42,2218.75,33.4839,6.06813,300,10,0,9291,3231,1,0,0,0),(103790,26455,571,1,1,14695,0,3392.11,2350.2,36.042,2.92087,300,10,0,9291,3231,1,0,0,0),(103791,26199,571,1,1,25385,0,3370.37,1187.95,139.765,6.19026,300,5,0,9291,0,1,0,0,0),(103792,26199,571,1,1,25385,0,3362.97,1161.9,139.639,4.19662,300,5,0,9291,0,1,0,0,0),(103793,26199,571,1,1,25385,0,3380.2,1176.05,139.015,2.814,300,5,0,9291,0,1,0,0,0),(103794,26455,571,1,1,14695,0,3383,2145.6,49.3699,3.67629,300,10,0,9291,3231,1,0,0,0),(103795,26455,571,1,1,14695,0,3344.32,2112.54,66.3895,0.381173,300,10,0,9291,3231,1,0,0,0),(103796,26199,571,1,1,25385,0,3013.02,1166.15,137.006,5.17594,300,5,0,9291,0,1,0,0,0),(103797,28759,571,1,1,25753,0,6177.6,-2011.68,264.309,5.81554,300,5,0,10635,0,1,0,0,0),(103798,26455,571,1,1,14695,0,3372.42,2083.49,62.2013,5.74213,300,0,0,9291,3231,0,0,0,0),(103799,26199,571,1,1,25385,0,2895.88,1128.64,124.185,1.95947,300,5,0,9291,0,1,0,0,0),(103800,26199,571,1,1,25385,0,2898.95,1236.55,144.607,4.71666,300,5,0,9291,0,1,0,0,0),(103801,26455,571,1,1,14695,0,3353.73,2184.08,41.1226,4.62491,300,10,0,9291,3231,1,0,0,0),(103802,26199,571,1,1,25385,0,2880.55,1195.94,141.168,1.40513,300,5,0,9291,0,1,0,0,0),(103803,26455,571,1,1,14695,0,3317.56,2411.56,35.5607,1.06352,300,10,0,9291,3231,1,0,0,0),(103804,26199,571,1,1,25385,0,3259.18,962.983,129.902,4.11639,300,5,0,9291,0,1,0,0,0),(103805,26455,571,1,1,14695,0,3480.52,2070.1,66.2958,1.4897,300,0,0,9291,3231,0,0,0,0),(103806,26455,571,1,1,14695,0,3479.93,2080.52,66.8007,4.87171,300,10,0,9291,3231,1,0,0,0),(103807,26199,571,1,1,25385,0,3277.45,1100.48,133.559,1.49561,300,5,0,9291,0,1,0,0,0),(103808,26199,571,1,1,25385,0,3255.69,1096.1,131.935,1.19942,300,5,0,9291,0,1,0,0,0),(103809,26199,571,1,1,25385,0,3283.67,1076.63,134.229,5.95133,300,5,0,9291,0,1,0,0,0),(103810,26199,571,1,1,25385,0,3280.97,976.2,130.617,4.96632,300,5,0,9291,0,1,0,0,0),(103811,26199,571,1,1,25385,0,3013.85,1044.33,106.041,3.71347,300,5,0,9291,0,1,0,0,0),(103812,26199,571,1,1,25385,0,3267.58,992.594,130.242,1.80751,300,5,0,9291,0,1,0,0,0),(103813,26199,571,1,1,25385,0,3371.22,1042.69,141.415,4.03171,300,0,0,9291,0,0,0,0,0),(103814,26711,571,1,1,26425,0,3388.45,565.373,78.3165,0.700994,300,0,0,4805,0,0,0,0,0),(103815,26711,571,1,1,26425,0,3768.14,556.965,65.642,0.68535,300,0,0,4805,0,0,0,0,0),(103816,26711,571,1,1,26425,0,3487.2,532.567,66.5746,-0.928678,300,0,0,4805,0,0,0,0,0),(103817,26711,571,1,1,26425,0,4199.77,290.449,63.6961,2.38169,300,0,0,4805,0,0,0,0,0),(103818,26711,571,1,1,26425,0,3481.51,540.183,67.6088,2.21273,300,5,0,4805,0,1,0,0,0),(103819,26711,571,1,1,26425,0,4283.85,4.34995,65.161,0.036913,300,0,0,4805,0,0,0,0,0),(103820,25687,571,1,1,23321,0,2744.34,5047.23,26.5236,1.62316,300,0,0,8982,3155,0,0,0,0),(103821,26455,571,1,1,14695,0,3552.99,2250.66,54.9821,0.410035,300,10,0,9291,3231,1,0,0,0),(103822,26455,571,1,1,14695,0,3543.61,2376.76,65.5004,3.889,300,10,0,9291,3231,1,0,0,0),(103823,26455,571,1,1,14695,0,3551.26,2317.02,52.323,3.1979,300,10,0,9291,3231,1,0,0,0),(103825,26199,571,1,1,25385,0,3362.65,1165.98,139.389,2.1618,300,5,0,9291,0,1,0,0,0),(103826,26199,571,1,1,25385,0,3370.04,1044.26,141.365,0.407694,300,5,0,9291,0,1,0,0,0),(103828,25687,571,1,1,23321,0,2879.78,5034.04,28.3781,1.58825,300,0,0,8982,3155,0,0,0,0),(103829,25687,571,1,1,23321,0,3167.87,5049.07,26.6203,2.04204,300,0,0,8982,3155,0,0,0,0),(103830,25687,571,1,1,23321,0,3130.77,5022.47,28.1393,0.575959,300,0,0,8982,3155,0,0,0,0),(103831,25687,571,1,1,23321,0,3141.03,5059.37,27.3966,3.7001,300,0,0,8982,3155,0,0,0,0),(103832,25687,571,1,1,23321,0,3161.8,5022.81,27.66,4.11898,300,0,0,8982,3155,0,0,0,0),(103833,25687,571,1,1,23321,0,3014.51,5080.33,28.3019,0.453786,300,0,0,8982,3155,0,0,0,0),(103834,25687,571,1,1,23321,0,3220.16,4318.64,25.3763,6.24828,300,0,0,8982,3155,0,0,0,0),(103835,25687,571,1,1,23321,0,2759.57,5090.42,24.8517,3.28122,300,0,0,8982,3155,0,0,0,0),(103836,25687,571,1,1,23321,0,3166.24,4453.48,25.4374,1.72788,300,0,0,8982,3155,0,0,0,0),(103837,25687,571,1,1,23321,0,3275.65,4658.87,29.4989,0.488692,300,0,0,8982,3155,0,0,0,0),(103838,25687,571,1,1,23321,0,3340.59,4674.12,29.4288,3.05433,300,0,0,8982,3155,0,0,0,0),(103839,25687,571,1,1,23321,0,3262.84,4619.2,28.7157,0.069813,300,0,0,8982,3155,0,0,0,0),(103840,25687,571,1,1,23321,0,3311.23,4707.4,30.8873,3.59538,300,0,0,8982,3155,0,0,0,0),(103841,25687,571,1,1,23321,0,3296.96,4598.42,27.9487,4.32842,300,0,0,8982,3155,0,0,0,0),(103842,25687,571,1,1,23321,0,3351.45,4717.38,30.1437,1.93731,300,0,0,8982,3155,0,0,0,0),(103843,25687,571,1,1,23321,0,3351.59,4615.89,29.5017,3.35103,300,0,0,8982,3155,0,0,0,0),(103844,25687,571,1,1,23321,0,3225.66,4418.7,24.3074,6.17846,300,0,0,8982,3155,0,0,0,0),(103845,25687,571,1,1,23321,0,3234.71,4519.75,27.279,5.11381,300,0,0,8982,3155,0,0,0,0),(103846,25687,571,1,1,23321,0,3265.41,4420.38,26.001,4.71239,300,0,0,8982,3155,0,0,0,0),(103847,25687,571,1,1,23321,0,3312.53,4820.05,29.946,0.407067,300,0,0,8982,3155,0,0,0,0),(103848,25687,571,1,1,23321,0,3314.99,4852.64,28.9619,1.49185,300,0,0,8982,3155,0,0,0,0),(103849,25687,571,1,1,23321,0,3349.4,4804.98,29.5408,3.85718,300,0,0,8982,3155,0,0,0,0),(103850,25687,571,1,1,23321,0,3284.94,4847.62,29.9887,3.735,300,0,0,8982,3155,0,0,0,0),(103851,25687,571,1,1,23321,0,3218.12,4510.1,27.6659,6.14356,300,0,0,8982,3155,0,0,0,0),(103852,26455,571,1,1,14695,0,3554.95,2255.45,54.8058,6.05618,300,10,0,9291,3231,1,0,0,0),(103853,26455,571,1,1,14695,0,3558.93,2310.31,53.5541,6.08064,300,10,0,9291,3231,1,0,0,0),(103854,27224,571,1,1,24426,1,2801.81,-1351.61,30.7521,0.720483,300,0,0,9291,0,2,0,0,0),(103855,29784,571,1,1,26530,0,5818.87,683.306,647.382,1.98968,300,0,0,42,0,0,0,0,0),(103856,29784,571,1,1,26530,0,5818.88,683.316,649.715,2.49582,300,0,0,42,0,0,0,0,0),(103857,29784,571,1,1,26530,0,5805.4,683.453,649.708,1.72788,300,0,0,42,0,0,0,0,0),(103858,29784,571,1,1,26530,0,5818.08,682.313,649.715,2.54818,300,0,0,42,0,0,0,0,0),(103859,26456,571,1,1,22120,0,3450.54,1984.11,63.8248,3.67125,300,5,0,9291,3231,1,0,0,0),(103860,26456,571,1,1,22120,0,3486.83,1954.86,64.9002,5.75119,300,5,0,9291,3231,1,0,0,0),(103861,26456,571,1,1,22120,0,3519.4,1950.9,66.1468,2.64388,300,5,0,9291,3231,1,0,0,0),(103862,26456,571,1,1,22120,0,3489,2050.61,67.1645,4.46058,300,5,0,9291,3231,1,0,0,0),(103863,24152,571,1,1,22160,0,2128.82,-2995.77,148.863,1.79769,300,0,0,8982,0,0,0,0,0),(103864,29528,571,1,1,26396,0,5762.18,638.807,650.199,2.77507,300,0,0,8508,7981,0,0,0,0),(103865,25432,571,1,1,24852,0,4460.6,5450.4,-18.3856,4.72984,300,0,0,8982,0,0,0,0,0),(103866,26456,571,1,1,22120,0,3570.67,2020.91,74.2758,0.179501,300,5,0,9291,3231,1,0,0,0),(103867,27224,571,1,1,24426,1,3031.88,-1193.94,4.10342,1.24751,300,0,0,9291,0,2,0,0,0),(103868,27224,571,1,1,24426,1,3075.94,-811.988,20.8083,4.37304,300,0,0,9291,0,2,0,0,0),(103869,26456,571,1,1,22120,0,3511,2066.16,70.3619,1.57297,300,5,0,9291,3231,1,0,0,0),(103870,27224,571,1,1,24426,1,2994.18,-917.33,15.7973,-1.89869,300,0,0,9291,0,2,0,0,0),(103871,27224,571,1,1,24426,1,3010.81,-773.174,16.3423,5.85336,300,0,0,9291,0,2,0,0,0),(103872,27224,571,1,1,24426,1,2932.51,-837.552,22.2049,2.61483,300,0,0,9291,0,2,0,0,0),(103873,27224,571,1,1,24426,1,2894.11,-745.828,34.1621,4.01731,300,0,0,9291,0,2,0,0,0),(103874,27224,571,1,1,24426,1,2809.23,-786.052,11.3964,1.59572,300,0,0,9291,0,2,0,0,0),(103875,27224,571,1,1,24426,1,2978.2,-643.632,49.3209,5.18343,300,0,0,9291,0,2,0,0,0),(103876,27224,571,1,1,24426,1,3137.92,-992.722,34.2827,2.60634,300,0,0,9291,0,2,0,0,0),(103877,26200,571,1,1,25382,0,3379.49,1177.94,139.14,1.17319,300,5,0,42,0,1,0,0,0),(103878,26200,571,1,1,25394,0,3368.06,1187.98,139.89,3.00028,300,5,0,42,0,1,0,0,0),(103879,26200,571,1,1,25384,0,3379.74,1173.42,139.015,0.360172,300,5,0,42,0,1,0,0,0),(103880,26200,571,1,1,25394,0,3367.19,1190.1,139.89,0.68538,300,5,0,42,0,1,0,0,0),(103881,26200,571,1,1,25384,0,3368.1,1192.05,139.64,4.63925,300,5,0,42,0,1,0,0,0),(103882,26200,571,1,1,25383,0,3378.27,1176.11,138.89,1.13594,300,5,0,42,0,1,0,0,0),(103883,26200,571,1,1,25382,0,3013.93,1167.24,137,1.74636,300,5,0,42,0,1,0,0,0),(103884,26200,571,1,1,25384,0,3011.12,1168.77,137,5.29331,300,5,0,42,0,1,0,0,0),(103885,26200,571,1,1,25382,0,3013.61,1169.47,136.875,1.89331,300,5,0,42,0,1,0,0,0),(103886,26200,571,1,1,25382,0,2896.05,1236.74,144.768,4.80526,300,5,0,42,0,1,0,0,0),(103887,26200,571,1,1,25383,0,2877.14,1200.24,139.513,1.82922,300,5,0,42,0,1,0,0,0),(103888,26200,571,1,1,25383,0,2881.57,1198.15,140.514,3.35029,300,5,0,42,0,1,0,0,0),(103889,26200,571,1,1,25382,0,2896.88,1126.04,123.935,2.14033,300,5,0,42,0,1,0,0,0),(103890,26200,571,1,1,25384,0,2894.35,1124.04,123.685,4.54326,300,5,0,42,0,1,0,0,0),(103891,26200,571,1,1,25382,0,2894.79,1234.38,143.893,0.060829,300,5,0,42,0,1,0,0,0),(103893,26200,571,1,1,25382,0,2880.28,1194.55,141.3,1.89865,300,5,0,42,0,1,0,0,0),(103894,26200,571,1,1,25394,0,2900.59,1126.35,123.887,5.4556,300,5,0,42,0,1,0,0,0),(103895,26200,571,1,1,25383,0,3280.89,1077.01,134.002,5.90253,300,5,0,42,0,1,0,0,0),(103896,26200,571,1,1,25394,0,3283.9,1080.06,134.442,6.00436,300,5,0,42,0,1,0,0,0),(103897,26200,571,1,1,25384,0,3280.61,1096.27,134.127,1.60136,300,5,0,42,0,1,0,0,0),(103898,26200,571,1,1,25394,0,3281.31,977.723,130.867,4.48395,300,5,0,42,0,1,0,0,0),(103899,26200,571,1,1,25383,0,3284.35,1077.8,134.252,1.12611,300,5,0,42,0,1,0,0,0),(103900,26200,571,1,1,25382,0,3280.22,980.071,131.117,5.55089,300,5,0,42,0,1,0,0,0),(103901,26200,571,1,1,25382,0,3368.95,1042.27,141.365,4.65741,300,5,0,42,0,1,0,0,0),(103902,26200,571,1,1,25383,0,3268.57,994.101,130.742,1.22477,300,5,0,42,0,1,0,0,0),(103903,26200,571,1,1,25382,0,3373.34,1041.5,141.542,4.2237,300,0,0,42,0,0,0,0,0),(103904,26200,571,1,1,25384,0,3373.64,1044.51,141.553,6.10374,300,5,0,42,0,1,0,0,0),(103905,26200,571,1,1,25383,0,3255.54,961.186,128.592,2.1281,300,5,0,42,0,1,0,0,0),(103906,26200,571,1,1,25383,0,3267.57,992.331,130.242,2.38501,300,5,0,42,0,1,0,0,0),(103907,26200,571,1,1,25384,0,3362.74,1164.11,139.503,3.47321,300,0,0,42,0,0,0,0,0),(103908,26200,571,1,1,25394,0,3259.36,963.37,129.522,1.74533,300,0,0,42,0,0,0,0,0),(103910,27224,571,1,1,24426,1,3149.75,-869.244,36.212,5.59195,300,0,0,9291,0,2,0,0,0),(103912,26200,571,1,1,25382,0,3365.59,1165.92,139.389,1.21723,300,5,0,42,0,1,0,0,0),(103913,26200,571,1,1,25383,0,3368.23,1193.23,139.64,1.76385,300,5,0,42,0,1,0,0,0),(103914,26200,571,1,1,25383,0,3364.04,1161.24,139.719,2.40855,300,0,0,42,0,0,0,0,0),(103915,26200,571,1,1,25383,0,3369.13,1188.12,139.89,5.99672,300,5,0,42,0,1,0,0,0),(103918,26200,571,1,1,25394,0,3377.37,1175.68,138.765,2.4092,300,5,0,42,0,1,0,0,0),(103919,26200,571,1,1,25382,0,3363.54,1188.54,140.284,3.3797,300,5,0,42,0,1,0,0,0),(103920,28504,571,1,1,27330,1,5629.74,-3525.22,364.94,3.00197,300,0,0,8800,8139,0,0,0,0),(103921,28504,571,1,1,27839,1,5585.3,-3571.9,363.457,1.44862,300,0,0,8800,8139,0,0,0,0),(103922,28504,571,1,1,27839,1,5648.56,-3477.57,364.19,3.07178,300,0,0,8800,8139,0,0,0,0),(103923,27224,571,1,1,24426,1,3117.31,-1116.78,24.4253,5.25099,300,0,0,9291,0,2,0,0,0),(103924,28504,571,1,1,27330,1,5583.79,-3535.15,350.41,3.1765,300,0,0,8800,8139,0,0,0,0),(103925,28504,571,1,1,27330,1,5613.07,-3479.28,350.41,1.37881,300,0,0,8800,8139,0,0,0,0),(103926,25432,571,1,1,24852,0,4476.48,5330.56,-30.9689,2.23518,300,5,0,8982,0,1,0,0,0),(103927,25432,571,1,1,24852,0,4496.13,5427.76,-18.3856,6.02139,300,0,0,8982,0,0,0,0,0),(103928,25432,571,1,1,24852,0,4525.45,5411.37,-18.8114,2.93215,300,0,0,8982,0,0,0,0,0),(103930,25432,571,1,1,24852,0,4478.55,5408.56,28.6782,5.03107,300,5,0,8982,0,1,0,0,0),(203458,33865,571,1,1,0,0,8450.27,747.071,547.476,3.05433,120,0,0,10635,0,0,0,0,0),(103932,30040,571,1,1,26698,0,7133.91,-1317.79,916.448,3.10669,300,0,0,12600,0,0,0,0,0),(103933,24921,571,1,1,21072,0,2385.76,5436.24,2.80981,3.38594,300,0,0,12126,0,0,0,0,0),(103934,24921,571,1,1,21072,0,2234.6,5493.4,5.35601,6.10865,300,0,0,12126,0,0,0,0,0),(103935,24921,571,1,1,21072,0,2166.15,5525.96,2.94027,1.0821,300,0,0,12126,0,0,0,0,0),(103936,24921,571,1,1,21072,0,2187.48,5429.31,45.3811,0.872665,300,0,0,12126,0,0,0,0,0),(103937,24921,571,1,1,21072,0,2384.21,5440.13,2.92725,3.07178,300,0,0,12126,0,0,0,0,0),(103938,24921,571,1,1,21072,0,2173.33,5497.3,0.37572,3.76991,300,0,0,12126,0,0,0,0,0),(103939,27225,571,1,1,24427,1,2827.73,-1017.49,7.98728,6.10865,300,0,0,9291,3231,0,0,0,0),(103940,24921,571,1,1,21072,0,6935.1,-1201.65,812.771,2.75762,300,0,0,12126,0,0,0,0,0),(103941,24921,571,1,1,21072,0,2610,5268.22,76.3201,2.63545,300,0,0,12126,0,0,0,0,0),(103942,24921,571,1,1,21072,0,2349.3,5395.21,2.2661,5.74213,300,0,0,12126,0,0,0,0,0),(103943,24921,571,1,1,21072,0,2235.06,5486.28,5.01296,5.58505,300,0,0,12126,0,0,0,0,0),(103944,24921,571,1,1,21072,0,2347.9,5464.62,1.6534,3.85718,300,0,0,12126,0,0,0,0,0),(103945,24921,571,1,1,21072,0,2210.04,5450.34,6.57955,2.75762,300,0,0,12126,0,0,0,0,0),(103946,24921,571,1,1,21072,0,2375.17,5399.45,2.12043,2.04204,300,0,0,12126,0,0,0,0,0),(103947,24921,571,1,1,21072,0,2178.4,5590.9,9.41182,0.802851,300,0,0,12126,0,0,0,0,0),(103948,24921,571,1,1,21072,0,2121.54,5527.19,1.39646,3.28122,300,0,0,12126,0,0,0,0,0),(103949,24921,571,1,1,21072,0,2388.9,5423.28,2.72555,5.37561,300,0,0,12126,0,0,0,0,0),(103950,28761,571,1,1,19595,0,6175.04,-2017.36,407.56,1.22173,300,5,0,4979,0,1,0,0,0),(103951,29785,571,1,1,26531,0,5818.07,682.313,647.382,2.86234,300,0,0,42,0,0,0,0,0),(103952,29785,571,1,1,26531,0,5818.48,682.809,649.715,2.47837,300,0,0,42,0,0,0,0,0),(103953,29785,571,1,1,26531,0,5805.43,683.458,648.104,5.89921,300,0,0,42,0,0,0,0,0),(103954,29785,571,1,1,26531,0,5805.35,684.465,649.708,4.69494,300,0,0,42,0,0,0,0,0),(103955,24921,571,1,1,21072,0,4127.12,-4396.44,269.443,2.16421,300,0,0,12126,0,0,0,0,0),(103956,27481,571,1,1,24663,1,4182.86,-3002.27,282.198,3.68265,300,0,0,9291,3231,0,0,0,0),(103957,27481,571,1,1,24663,1,4044.4,-2822.77,285.999,5.5676,300,0,0,9291,3231,0,0,0,0),(103958,27481,571,1,1,24663,1,4025.39,-3233.74,280.9,0.610865,300,0,0,9291,3231,0,0,0,0),(103959,27481,571,1,1,24661,1,4157.66,-2960.66,283.652,2.02458,300,0,0,9291,3231,0,0,0,0),(103960,27481,571,1,1,24662,1,4122.02,-2837.37,284.545,5.06145,300,0,0,9291,3231,0,0,0,0),(103961,30041,571,1,1,25796,1,6776.51,-1603.37,820.475,0.244346,300,0,0,12600,0,0,0,0,0),(103962,24921,571,1,1,21072,0,2194.59,5430.62,45.0575,3.54302,300,0,0,12126,0,0,0,0,0),(103963,24921,571,1,1,21072,0,2337,5414.11,2.1934,5.63741,300,0,0,12126,0,0,0,0,0),(103964,24921,571,1,1,21072,0,2141.02,5530.44,2.92502,5.28835,300,0,0,12126,0,0,0,0,0),(103965,24921,571,1,1,21072,0,2150.39,5529.6,3.5734,2.40855,300,0,0,12126,0,0,0,0,0),(103966,24921,571,1,1,21072,0,2334.3,5407.93,1.70847,1.58825,300,0,0,12126,0,0,0,0,0),(103967,24921,571,1,1,21072,0,2197.1,5419.73,42.4281,5.07891,300,0,0,12126,0,0,0,0,0),(103968,24921,571,1,1,21072,0,2223.48,5488.75,4.02916,2.67035,300,0,0,12126,0,0,0,0,0),(103969,24921,571,1,1,21072,0,2169.52,5492.64,0.336862,6.03884,300,0,0,12126,0,0,0,0,0),(103970,27225,571,1,1,24427,1,2912.33,-1288.72,10.5616,4.03171,300,0,0,9291,3231,0,0,0,0),(103971,27225,571,1,1,24430,1,2935.98,-1277.4,13.3044,4.20624,300,0,0,9291,3231,0,0,0,0),(103972,27481,571,1,1,24661,1,4020.54,-3240.85,280.596,1.55334,300,0,0,9291,3231,0,0,0,0),(103973,27481,571,1,1,24663,1,4025.04,-3236.45,280.664,3.64774,300,0,0,9291,3231,0,0,0,0),(103974,27481,571,1,1,24661,1,4211.83,-2860.92,280.203,4.45059,300,0,0,9291,3231,0,0,0,0),(103975,27481,571,1,1,24662,1,4005.27,-2839.28,275.746,3.97935,300,0,0,9291,3231,0,0,0,0),(103976,27481,571,1,1,24662,1,4107.4,-2895.19,279.803,1.13446,300,0,0,9291,3231,0,0,0,0),(103977,27481,571,1,1,24662,1,4185.88,-2971.55,284.84,3.68265,300,0,0,9291,3231,0,0,0,0),(103978,27481,571,1,1,24661,1,4029,-3239.79,280.698,4.41568,300,0,0,9291,3231,0,0,0,0),(103979,24921,571,1,1,21072,0,2389.69,5439.3,2.90878,4.93928,300,0,0,12126,0,0,0,0,0),(103980,24921,571,1,1,21072,0,2173.8,5517.21,2.67031,4.08407,300,0,0,12126,0,0,0,0,0),(103981,24921,571,1,1,21072,0,2227.97,5489.16,4.53748,3.38594,300,0,0,12126,0,0,0,0,0),(103982,24921,571,1,1,21072,0,2341.62,5407.91,2.03401,5.5676,300,0,0,12126,0,0,0,0,0),(103983,27225,571,1,1,24427,1,2965.13,-1279.27,14.5099,4.31096,300,0,0,9291,3231,0,0,0,0),(103984,27481,571,1,1,24661,1,4023.95,-3242.19,280.395,1.69297,300,0,0,9291,3231,0,0,0,0),(103985,27481,571,1,1,24663,1,4199.59,-2969.69,283.402,1.8326,300,0,0,9291,3231,0,0,0,0),(103986,27481,571,1,1,24663,1,4020.74,-3236.55,280.627,5.21853,300,0,0,9291,3231,0,0,0,0),(103987,27481,571,1,1,24661,1,4236.31,-2981.46,283.238,5.86431,300,0,0,9291,3231,0,0,0,0),(103988,24921,571,1,1,21072,0,2228.93,5494.49,4.89531,0.069813,300,0,0,12126,0,0,0,0,0),(103989,24921,571,1,1,21072,0,2170.5,5487.27,0.34337,1.78024,300,0,0,12126,0,0,0,0,0),(103990,24921,571,1,1,21072,0,2173.05,5523.4,3.46406,1.97222,300,0,0,12126,0,0,0,0,0),(103991,24921,571,1,1,21072,0,2147.65,5537.33,5.74691,5.35816,300,0,0,12126,0,0,0,0,0),(103992,29529,571,1,1,26347,0,5757.77,646.359,661.155,5.60251,300,0,0,8508,7981,0,0,0,0),(103993,24921,571,1,1,21072,0,2334.02,5181.45,7.31787,1.16937,300,0,0,12126,0,0,0,0,0),(103994,24921,571,1,1,21072,0,2338.36,5180.02,8.50149,1.23918,300,0,0,12126,0,0,0,0,0),(103995,24921,571,1,1,21072,0,6926.95,-1202.48,812.655,0.698132,300,0,0,12126,0,0,0,0,0),(103996,24921,571,1,1,21072,0,6957.29,-1783.24,827.519,0.750492,300,0,0,12126,0,0,0,0,0),(103997,24921,571,1,1,21072,0,6965.89,-1793.28,827.877,4.86947,300,0,0,12126,0,0,0,0,0),(103998,24921,571,1,1,21072,0,6974.53,-1802.88,827.044,0.680678,300,0,0,12126,0,0,0,0,0),(103999,24921,571,1,1,21072,0,6978.07,-1758.64,843.535,5.77704,300,0,0,12126,0,0,0,0,0),(104000,24921,571,1,1,21072,0,6995.14,-1790.06,843.197,3.54302,300,0,0,12126,0,0,0,0,0),(104001,24921,571,1,1,21072,0,6965.65,-1771.67,847.805,4.20624,300,0,0,12126,0,0,0,0,0),(104002,24921,571,1,1,21072,0,6981.65,-1800.91,845.59,1.22173,300,0,0,12126,0,0,0,0,0),(104003,24921,571,1,1,21072,0,6975.44,-1758.71,857.498,3.4383,300,0,0,12126,0,0,0,0,0),(104004,24921,571,1,1,21072,0,6995.82,-1791.56,857.483,5.58505,300,0,0,12126,0,0,0,0,0),(104005,24921,571,1,1,21072,0,6974.8,-1757.92,830.031,2.86234,300,0,0,12126,0,0,0,0,0),(104006,24921,571,1,1,21072,0,6995.82,-1793.11,829.955,5.42797,300,0,0,12126,0,0,0,0,0),(104007,24921,571,1,1,21072,0,6968.66,-1777.93,823.501,1.25664,300,0,0,12126,0,0,0,0,0),(104008,24921,571,1,1,21072,0,6980.64,-1792.22,823.833,4.85202,300,0,0,12126,0,0,0,0,0),(104009,25433,571,1,1,24853,0,4467.11,5448.1,-18.3856,3.47321,300,0,0,1996,0,0,0,0,0),(104010,25433,571,1,1,24853,0,4489.78,5440.09,-18.3856,2.28638,300,0,0,1996,0,0,0,0,0),(104011,27225,571,1,1,24430,1,3040.33,-1232.83,14.0334,3.14159,300,0,0,9291,3231,0,0,0,0),(104012,27225,571,1,1,24427,1,3053.3,-1206.68,11.2524,1.25664,300,0,0,9291,3231,0,0,0,0),(104013,27225,571,1,1,24430,1,3105.79,-1215.29,18.4824,5.86431,300,0,0,9291,3231,0,0,0,0),(104014,27225,571,1,1,24427,1,2982.93,-1010.95,14.6817,6.24828,300,0,0,9291,3231,0,0,0,0),(104015,27225,571,1,1,24427,1,2973.86,-978.843,15.6346,3.5709,300,0,0,9291,3231,0,0,0,0),(104016,27225,571,1,1,24430,1,3070.45,-1175.1,16.9726,3.56047,300,0,0,9291,3231,0,0,0,0),(104017,27225,571,1,1,24430,1,3056.93,-1139.29,21.2783,3.15905,300,0,0,9291,3231,0,0,0,0),(104018,27225,571,1,1,24430,1,3111.34,-1163.08,29.246,2.00713,300,0,0,9291,3231,0,0,0,0),(104019,27225,571,1,1,24427,1,3108.04,-1187.12,23.7184,3.83972,300,0,0,9291,3231,0,0,0,0),(104020,27225,571,1,1,24427,1,3085.67,-885.648,25.6135,0.10472,300,0,0,9291,3231,0,0,0,0),(104021,27225,571,1,1,24430,1,2907.3,-837.407,20.4915,4.72984,300,0,0,9291,3231,0,0,0,0),(104022,27225,571,1,1,24430,1,2969.05,-775.029,23.943,5.68977,300,0,0,9291,3231,0,0,0,0),(104023,27225,571,1,1,24430,1,2861.82,-863.436,15.5231,5.60251,300,0,0,9291,3231,0,0,0,0),(104024,27225,571,1,1,24430,1,2873.35,-758.89,38.4334,3.63029,300,0,0,9291,3231,0,0,0,0),(104025,27225,571,1,1,24430,1,2938.33,-843.711,22.1035,5.16617,300,0,0,9291,3231,0,0,0,0),(104026,27225,571,1,1,24427,1,2893.63,-784.072,32.7607,3.94444,300,0,0,9291,3231,0,0,0,0),(104027,27225,571,1,1,24430,1,2766.13,-771.451,25.6973,1.8326,300,0,0,9291,3231,0,0,0,0),(104028,26201,571,1,1,25385,1,3377.33,1207.23,140.221,-0.302693,300,5,0,7432,7332,1,0,0,0),(104029,26201,571,1,1,25385,1,2991.71,1088.98,113.354,5.38027,300,5,0,7432,7332,1,0,0,0),(104030,27225,571,1,1,24430,1,2787.25,-781.355,22.1992,2.09439,300,0,0,9291,3231,0,0,0,0),(104031,27225,571,1,1,24427,1,2838.38,-839.614,16.5907,4.13643,300,0,0,9291,3231,0,0,0,0),(104032,27225,571,1,1,24430,1,2974.96,-955.84,16.192,2.35619,300,0,0,9291,3231,0,0,0,0),(104033,27225,571,1,1,24427,1,3149.23,-1235.45,29.2145,0.890118,300,0,0,9291,3231,0,0,0,0),(104034,27225,571,1,1,24427,1,3019.5,-815.952,15.2925,6.03884,300,0,0,9291,3231,0,0,0,0),(104035,27225,571,1,1,24430,1,2995.22,-774.254,21.8568,5.2709,300,0,0,9291,3231,0,0,0,0),(104036,27225,571,1,1,24427,1,2966.66,-734.855,41.059,4.20624,300,0,0,9291,3231,0,0,0,0),(104037,27225,571,1,1,24427,1,2988.46,-721.628,47.1282,5.88176,300,0,0,9291,3231,0,0,0,0),(104038,27225,571,1,1,24427,1,2996.7,-700.006,44.5275,1.76278,300,0,0,9291,3231,0,0,0,0),(104039,27225,571,1,1,24427,1,2912.22,-792.301,32.6047,3.89208,300,0,0,9291,3231,0,0,0,0),(104040,27225,571,1,1,24427,1,2958.28,-835.919,16.6048,5.07891,300,0,0,9291,3231,0,0,0,0),(104041,27225,571,1,1,24427,1,3126.3,-923.156,36.3422,6.14356,300,0,0,9291,3231,0,0,0,0),(104042,27225,571,1,1,24427,1,3095.57,-920.975,31.346,5.74213,300,0,0,9291,3231,0,0,0,0),(104043,26201,571,1,1,25385,1,3296.93,1054.73,136.536,2.49126,300,5,0,7432,7332,1,0,0,0),(104044,27225,571,1,1,24430,1,2986.09,-907.52,16.6571,1.85005,300,0,0,9291,3231,0,0,0,0),(104045,27225,571,1,1,24427,1,2979.19,-931.634,18.3549,3.00197,300,0,0,9291,3231,0,0,0,0),(104047,26201,571,1,1,25385,1,2863.51,1200.42,137.853,1.55218,300,5,0,7432,7332,1,0,0,0),(104048,27225,571,1,1,24430,1,3123.67,-1240.62,18.3528,1.41372,300,0,0,9291,3231,0,0,0,0),(104051,26201,571,1,1,25385,1,2972.85,1051.61,109.79,-1.64756,300,5,0,7432,7332,1,0,0,0),(104052,26201,571,1,1,25385,1,3156.22,788.941,100.848,4.03003,300,5,0,7432,7332,1,0,0,0),(104053,27225,571,1,1,24430,1,3094.82,-1044.62,23.9328,6.05629,300,0,0,9291,3231,0,0,0,0),(104054,27225,571,1,1,24430,1,3113.71,-1033.81,29.4826,0.122173,300,0,0,9291,3231,0,0,0,0),(104056,26457,571,1,1,26858,0,4129.57,-2109.26,219.831,4.69112,300,5,0,9940,0,1,0,0,0),(104057,26457,571,1,1,26858,0,4145.16,-2004.62,212.526,0.29144,300,5,0,9940,0,1,0,0,0),(104058,26201,571,1,1,25385,1,3346.07,1216.99,139.093,6.15819,300,0,0,7432,7332,0,0,0,0),(104059,26201,571,1,1,25385,1,3358.7,1063.29,139.644,2.03171,300,0,0,7432,7332,0,0,0,0),(104060,26457,571,1,1,26858,0,4175.63,-1830.74,199.056,0.060377,300,0,0,9940,0,0,0,0,0),(104061,26457,571,1,1,26858,0,4194.22,-1805.2,200.181,3.66044,300,5,0,9940,0,1,0,0,0),(104062,26457,571,1,1,26858,0,4133.07,-2038.64,218.72,2.00058,300,5,0,9940,0,1,0,0,0),(104063,26457,571,1,1,26858,0,4249.09,-2142.87,215.433,2.29548,300,0,0,9940,0,0,0,0,0),(104064,26457,571,1,1,26858,0,4206.74,-1982.74,209.325,4.45462,300,5,0,9940,0,1,0,0,0),(104065,24921,571,1,1,21072,0,4672.56,-3873.4,328.714,3.24631,0,0,0,12126,0,0,0,0,0),(104066,24921,571,1,1,21072,0,4675.93,-3872.5,329.157,4.06662,0,0,0,12126,0,0,0,0,0),(104067,26457,571,1,1,26858,0,4242.94,-1833.94,203.776,5.5627,300,0,0,9940,0,0,0,0,0),(104068,24921,571,1,1,21072,0,4669.85,-3871.47,329.467,5.13127,300,0,0,12126,0,0,0,0,0),(104069,24921,571,1,1,21072,0,4678.45,-3870.05,329.502,4.46804,300,0,0,12126,0,0,0,0,0),(104070,24921,571,1,1,21072,0,4673.32,-3880.02,339.705,1.65806,300,0,0,12126,0,0,0,0,0),(104071,24921,571,1,1,21072,0,4677.51,-3879.6,339.57,6.05629,300,0,0,12126,0,0,0,0,0),(104072,26457,571,1,1,26858,0,4302.88,-2001.13,204.049,5.3812,300,0,0,9940,0,0,0,0,0),(104073,26457,571,1,1,26858,0,4240.29,-1910.17,201.851,1.54627,300,5,0,9940,0,1,0,0,0),(104074,26457,571,1,1,26858,0,4245.06,-2021.2,237.428,1.54983,300,0,0,9940,0,2,0,0,0),(104075,26457,571,1,1,26858,0,4230.66,-1935.01,202.311,6.21135,300,5,0,9940,0,1,0,0,0),(104076,26457,571,1,1,26858,0,4254.06,-1957.63,204.323,0.568114,300,5,0,9940,0,1,0,0,0),(104077,26457,571,1,1,26858,0,4277.73,-1935.01,202.274,5.11833,300,5,0,9940,0,1,0,0,0),(104078,26457,571,1,1,26858,0,4269.51,-1861.48,202.995,4.01114,300,0,0,9940,0,0,0,0,0),(104079,26457,571,1,1,26858,0,4156.8,-2096.97,216.51,1.83711,300,5,0,9940,0,1,0,0,0),(104080,26457,571,1,1,26858,0,4292.23,-2114.72,213.27,0.365268,300,5,0,9940,0,1,0,0,0),(104081,26457,571,1,1,26858,0,4260.67,-1984.73,206.737,0.860242,300,0,0,9940,0,0,0,0,0),(104082,26457,571,1,1,26858,0,4180.34,-1954.6,206.767,1.05257,300,5,0,9940,0,1,0,0,0),(104083,25433,571,1,1,24853,0,4523.52,5293.78,-29.7951,1.95477,300,0,0,1996,0,0,0,0,0),(104084,26457,571,1,1,26858,0,4147.6,-2149.44,222.658,3.69605,300,5,0,9940,0,1,0,0,0),(104085,25433,571,1,1,24853,0,4510.06,5296.59,-28.797,6.23082,300,0,0,1996,0,0,0,0,0),(104086,25433,571,1,1,24853,0,4522.57,5301.48,-29.4977,4.57276,300,0,0,1996,0,0,0,0,0),(104087,26457,571,1,1,26858,0,4190.44,-2140.55,216.631,0.426564,300,0,0,9940,0,0,0,0,0),(104088,26457,571,1,1,26858,0,4216.68,-2157.4,217.742,1.73368,300,0,0,9940,0,0,0,0,0),(104089,25433,571,1,1,24853,0,4502.8,5340.9,-30.1183,4.32842,300,0,0,1996,0,0,0,0,0),(104090,25433,571,1,1,24853,0,4513.45,5342.36,-30.1182,4.5204,300,0,0,1996,0,0,0,0,0),(104091,25433,571,1,1,24853,0,4525.46,5337.19,-30.1183,2.07694,300,0,0,1996,0,0,0,0,0),(104092,25433,571,1,1,24853,0,4525.63,5345.84,-30.3906,4.2586,300,0,0,1996,0,0,0,0,0),(104093,25433,571,1,1,24853,0,4513.51,5357.13,-31.6865,1.90241,300,0,0,1996,0,0,0,0,0),(104094,25433,571,1,1,24853,0,4506.48,5360.95,-31.9797,0.069813,300,0,0,1996,0,0,0,0,0),(104096,25433,571,1,1,24853,0,4530.08,5417.42,-18.5685,3.52556,300,0,0,1996,0,0,0,0,0),(104098,25433,571,1,1,24853,0,4511.91,5333.48,-30.1182,1.39626,300,0,0,1996,0,0,0,0,0),(104099,25433,571,1,1,24853,0,4499.03,5333.09,-30.5552,1.0472,300,0,0,1996,0,0,0,0,0),(104100,25433,571,1,1,24853,0,4482.28,5405.41,27.6064,-2.47132,300,0,0,1996,0,0,0,0,0),(104101,25433,571,1,1,24853,0,4479.93,5407.03,28.1102,-1.91525,300,0,0,1996,0,0,0,0,0),(104102,25433,571,1,1,24853,0,4486.15,5404.63,27.6019,2.89809,300,0,0,1996,0,0,0,0,0),(200823,30364,571,1,1,0,0,3217.16,5260.9,47.9395,1.89942,300,0,0,48,120,0,0,0,0),(104104,29530,571,1,1,26372,0,5766.59,734.037,620.134,5.07891,300,0,0,10635,0,0,0,0,0),(104105,24154,571,1,1,22165,0,437.354,-4544.09,245.725,3.7001,300,0,0,8982,0,0,0,0,0),(104106,26458,571,1,1,7803,0,4531.23,-2135.5,160.966,5.43881,300,5,0,29820,0,1,0,0,0),(104107,26202,571,1,1,23681,0,3359.45,3629.43,21.6673,1.93419,300,9,0,8982,0,1,0,0,0),(104108,26202,571,1,1,23681,0,3458.66,3795.8,29.4246,0.308476,300,9,0,8982,0,1,0,0,0),(104109,26202,571,1,1,23681,0,3416.05,3763.67,25.5552,0.499035,300,9,0,8982,0,1,0,0,0),(104110,25434,571,1,1,24851,0,4418.95,5423.01,81.46,4.16828,300,0,0,8982,0,2,0,0,0),(104111,25434,571,1,1,24851,0,4329.82,5483.47,44.57,3.84429,300,0,0,8982,0,2,0,0,0),(104112,25434,571,1,1,24851,0,4387.23,5450.66,48.6951,2.51327,300,0,0,8982,0,0,0,0,0),(200826,30360,571,1,1,0,0,3577.08,6622.38,195.505,0.96167,300,0,0,48,120,0,0,0,0),(104114,27226,571,1,1,24444,1,2844.61,-1115.88,2.29711,1.93731,300,0,0,9291,3231,0,0,0,0),(104115,27226,571,1,1,24433,1,2824.02,-1110.04,2.51041,1.85005,300,0,0,9291,3231,0,0,0,0),(104116,27226,571,1,1,24445,1,2819.13,-1131.25,2.05123,4.11898,300,0,0,9291,3231,0,0,0,0),(104117,27226,571,1,1,24433,1,3066,-1262.65,11.3711,2.60054,300,0,0,9291,3231,0,0,0,0),(104118,27226,571,1,1,24433,1,3053.84,-1257.01,11.4696,3.47321,300,0,0,9291,3231,0,0,0,0),(104119,27226,571,1,1,24432,1,3114.1,-1277.07,18.8855,2.72271,300,0,0,9291,3231,0,0,0,0),(104120,26458,571,1,1,7803,0,4557.07,-2114.13,160.948,0.953301,300,5,0,29820,0,1,0,0,0),(104121,27226,571,1,1,24432,1,2985.49,-1072.48,7.81534,0.837758,300,0,0,9291,3231,0,0,0,0),(104122,27226,571,1,1,24445,1,2809.69,-1188.68,3.97264,5.06145,300,0,0,9291,3231,0,0,0,0),(104123,27226,571,1,1,24433,1,3064.16,-1225.98,13.1387,5.14872,300,0,0,9291,3231,0,0,0,0),(104124,27226,571,1,1,24444,1,2815.33,-915.16,2.57937,2.11185,300,0,0,9291,3231,0,0,0,0),(104125,27226,571,1,1,24432,1,2832.3,-965.659,-10.7331,4.72984,300,0,0,9291,3231,0,0,0,0),(104126,27226,571,1,1,24433,1,2826.64,-923.847,2.75877,4.46804,300,0,0,9291,3231,0,0,0,0),(104127,27226,571,1,1,24445,1,2808.07,-944.771,-17.6723,1.8326,300,0,0,9291,3231,0,0,0,0),(104128,26458,571,1,1,7803,0,4557.85,-2168.5,160.954,0.071217,300,5,0,29820,0,1,0,0,0),(104129,27226,571,1,1,24444,1,3074.59,-1201.97,14.1088,5.02655,300,0,0,9291,3231,0,0,0,0),(104130,26458,571,1,1,7803,0,4555.96,-1918.44,160.948,0.26672,300,5,0,29820,0,1,0,0,0),(104131,27226,571,1,1,24433,1,2860.62,-1131.37,2.15292,4.55531,300,0,0,9291,3231,0,0,0,0),(104132,27226,571,1,1,24433,1,2815.61,-875.193,-13.7482,5.21853,300,0,0,9291,3231,0,0,0,0),(104133,27226,571,1,1,24445,1,2968.6,-1095.81,4.51618,0.645772,300,0,0,9291,3231,0,0,0,0),(104134,27226,571,1,1,24432,1,2965.67,-1029.49,8.17858,4.83456,300,0,0,9291,3231,0,0,0,0),(104135,27226,571,1,1,24444,1,3122.67,-1255.85,17.0334,6.03884,300,0,0,9291,3231,0,0,0,0),(104136,27226,571,1,1,24444,1,3099.87,-1266.23,14.7732,4.41568,300,0,0,9291,3231,0,0,0,0),(104137,27226,571,1,1,24445,1,3134.89,-1262.06,19.0681,5.58505,300,0,0,9291,3231,0,0,0,0),(104138,27226,571,1,1,24433,1,3074,-1161.34,17.8573,5.3058,300,0,0,9291,3231,0,0,0,0),(104139,27226,571,1,1,24432,1,2841.3,-1167.84,0.927212,3.66519,300,0,0,9291,3231,0,0,0,0),(104140,27226,571,1,1,24444,1,3065.3,-1148.06,19.1152,5.07891,300,0,0,9291,3231,0,0,0,0),(104141,27226,571,1,1,24433,1,3073.61,-1134.78,20.8766,2.33874,300,0,0,9291,3231,0,0,0,0),(104142,27226,571,1,1,24433,1,2840.53,-1081.43,-11.7727,1.55334,300,0,0,9291,3231,0,0,0,0),(104143,27226,571,1,1,24445,1,3079.96,-1122.48,21.8338,3.735,300,0,0,9291,3231,0,0,0,0),(104144,26202,571,1,1,23681,0,3238.83,3613.88,29.8238,1.46714,300,9,0,8982,0,1,0,0,0),(104145,27226,571,1,1,24432,1,2977.16,-1106.66,4.64824,1.13446,300,0,0,9291,3231,0,0,0,0),(104146,27226,571,1,1,24444,1,2989.62,-1106.16,3.94448,2.58309,300,0,0,9291,3231,0,0,0,0),(104147,27226,571,1,1,24433,1,2935.09,-1187.02,7.34502,2.96706,300,0,0,9291,3231,0,0,0,0),(104148,26202,571,1,1,23681,0,3281.44,3619.42,21.6303,5.0955,300,9,0,8982,0,1,0,0,0),(104149,27226,571,1,1,24432,1,2889.44,-1131.42,-0.024225,1.93731,300,0,0,9291,3231,0,0,0,0),(104150,27226,571,1,1,24444,1,2912.86,-1126.52,2.9515,4.36332,300,0,0,9291,3231,0,0,0,0),(104151,27226,571,1,1,24432,1,2960.28,-1076.14,5.39578,1.0472,300,0,0,9291,3231,0,0,0,0),(104152,27226,571,1,1,24444,1,2799.37,-1170.14,-3.52336,2.28638,300,0,0,9291,3231,0,0,0,0),(104153,27226,571,1,1,24444,1,2850.51,-1024.98,-2.51131,3.82227,300,0,0,9291,3231,0,0,0,0),(104154,27226,571,1,1,24445,1,2815.71,-1037.39,-12.7408,5.58505,300,0,0,9291,3231,0,0,0,0),(104155,27226,571,1,1,24444,1,2854.01,-1009.79,-15.652,4.99164,300,0,0,9291,3231,0,0,0,0),(104156,27226,571,1,1,24432,1,2953.9,-960.094,7.02348,1.93731,300,0,0,9291,3231,0,0,0,0),(104157,27226,571,1,1,24432,1,2954.22,-950.407,7.2977,4.27606,300,0,0,9291,3231,0,0,0,0),(104158,27226,571,1,1,24432,1,2853.7,-907.896,0.306358,2.3911,300,0,0,9291,3231,0,0,0,0),(104159,27226,571,1,1,24444,1,2877.74,-875.497,7.66972,1.58825,300,0,0,9291,3231,0,0,0,0),(104160,26202,571,1,1,23681,0,3276.89,3823.21,26.8313,3.17363,300,9,0,8982,0,1,0,0,0),(104161,26202,571,1,1,23681,0,3302.24,3680.53,32.468,-2.67653,300,9,0,8982,0,1,0,0,0),(104162,26202,571,1,1,23681,0,3315.93,3809.17,30.1376,3.73765,300,9,0,8982,0,1,0,0,0),(104163,26202,571,1,1,23681,0,3318.89,3784.29,27.4984,1.10085,300,9,0,8982,0,1,0,0,0),(104164,26458,571,1,1,7803,0,4521.66,-1959.93,160.948,4.27682,300,5,0,29820,0,1,0,0,0),(104165,26458,571,1,1,7803,0,4553.66,-1965.81,160.948,5.27986,300,5,0,29820,0,1,0,0,0),(104166,27226,571,1,1,24432,1,2833.65,-899.752,2.51736,2.46091,300,0,0,9291,3231,0,0,0,0),(104167,27226,571,1,1,24444,1,2845.99,-919.824,2.95098,5.46288,300,0,0,9291,3231,0,0,0,0),(104168,27226,571,1,1,24444,1,2944.24,-976.098,6.46552,1.95477,300,0,0,9291,3231,0,0,0,0),(104169,27226,571,1,1,24433,1,2953.1,-1051.16,5.95969,5.77704,300,0,0,9291,3231,0,0,0,0),(104170,27226,571,1,1,24433,1,2955.74,-1063.1,6.1006,0.15708,300,0,0,9291,3231,0,0,0,0),(104171,27226,571,1,1,24433,1,2978.23,-1052.18,7.60657,0.15708,300,0,0,9291,3231,0,0,0,0),(104172,27226,571,1,1,24445,1,3122.09,-1207.64,20.1527,0.593412,300,0,0,9291,3231,0,0,0,0),(104177,27226,571,1,1,24445,1,3131.95,-1212.21,20.6468,5.51524,300,0,0,9291,3231,0,0,0,0),(104178,26202,571,1,1,23681,0,3349.88,3591.59,19.9807,0.752929,300,9,0,8982,0,1,0,0,0),(104179,26202,571,1,1,23681,0,3357.78,3625.51,21.9173,1.12583,300,9,0,8982,0,1,0,0,0),(104180,25434,571,1,1,24851,0,4483.82,5028.79,51.54,5.35059,300,0,0,8982,0,2,0,0,0),(104181,27482,571,1,1,24657,1,4173.72,-2932.61,283.362,2.76104,300,5,0,9940,3387,1,0,0,0),(104182,27482,571,1,1,24658,1,3995.66,-2843.98,272.487,0.122173,300,0,0,9940,3387,0,0,0,0),(104183,26202,571,1,1,23681,0,3390.69,3769.85,26.5492,5.03643,300,9,0,8982,0,1,0,0,0),(104184,27482,571,1,1,24657,1,4061.91,-2848.54,285.016,3.76991,300,0,0,9940,3387,0,0,0,0),(104185,27482,571,1,1,24657,1,4096.38,-2901.66,280.065,0.942478,300,0,0,9940,3387,0,0,0,0),(104187,27482,571,1,1,24658,1,4065.72,-2897.43,280.652,4.41568,300,0,0,9940,3387,0,0,0,0),(104188,27482,571,1,1,24656,1,4086.66,-2822.89,287.166,1.62316,300,0,0,9940,3387,0,0,0,0),(104189,27482,571,1,1,24658,1,4118.52,-2838.18,285.096,0.872665,300,0,0,9940,3387,0,0,0,0),(104190,27482,571,1,1,24656,1,4184.69,-2980.58,284.83,3.54302,300,0,0,9940,3387,0,0,0,0),(104191,25434,571,1,1,24851,0,4403.19,5156.29,53.46,5.57147,300,0,0,8982,0,2,0,0,0),(104192,25434,571,1,1,24851,0,4504.26,5358.9,81.78,4.21554,300,0,0,8982,0,2,0,0,0),(104193,25434,571,1,1,24851,0,4481.99,5267.53,76.02,3.01836,300,0,0,8982,0,2,0,0,0),(104194,25434,571,1,1,24851,0,4484.13,5001.91,46.29,4.14859,300,0,0,8982,0,2,0,0,0),(104195,26202,571,1,1,23681,0,3241.87,3795.1,27.4356,2.03903,300,9,0,8982,0,1,0,0,0),(104196,26202,571,1,1,23681,0,3206.27,3798.42,26.8007,3.15721,300,9,0,8982,0,1,0,0,0),(104197,26202,571,1,1,23681,0,3286.94,3757.53,24.081,3.05683,300,9,0,8982,0,1,0,0,0),(104198,26202,571,1,1,23681,0,3219.53,3833.45,26.8473,0.009917,300,9,0,8982,0,1,0,0,0),(104199,26202,571,1,1,23681,0,3351.52,3756.46,23.3278,5.63269,300,9,0,8982,0,1,0,0,0),(213225,17147,530,1,1,0,1,-2966.4,6452.86,84.9613,6.02139,120,0,0,1,0,0,0,0,0),(104201,6491,571,1,4294967295,5233,0,3806.42,2066.28,93.5632,3.28122,60,0,0,4120,0,0,0,0,0),(104202,6491,571,1,4294967295,5233,0,3214.61,-701.304,167.723,0.069813,60,0,0,4120,0,0,0,0,0),(104203,27227,571,1,1,24428,0,3862.94,-4528.27,209.666,3.71755,300,0,0,10635,0,0,0,0,0),(104204,6491,571,1,4294967295,5233,0,3842.49,1431.58,90.7244,4.66003,60,0,0,4120,0,0,0,0,0),(104205,25435,571,1,1,22199,0,1996.48,5853.81,36.03,6.0912,300,0,0,9940,0,0,0,0,0),(104206,31579,571,1,1,27559,1,5764.79,743.995,653.748,4.38078,300,0,0,10080,8814,0,0,0,0),(104207,26459,571,1,1,23849,1,3502.47,1998.22,64.9457,3.00197,300,0,0,44100,3994,0,0,0,0),(104208,6491,571,1,4294967295,5233,0,3555.28,5822.82,128.996,5.53269,60,0,0,4120,0,0,0,0,0),(104209,6491,571,1,4294967295,5233,0,1800.3,-5599.65,218.872,5.42797,60,0,0,4120,0,0,0,0,0),(104210,6491,571,1,4294967295,5233,0,720.288,-5866.59,286.538,4.4855,60,0,0,4120,0,0,0,0,0),(104211,6491,571,1,4294967295,5233,0,4465.89,1263.18,141.627,4.7822,60,0,0,4120,0,0,0,0,0),(104212,24155,571,1,1,22166,1,400.47,-4542.25,245.089,4.83456,300,0,0,31905,3561,0,0,0,0),(104213,29275,571,1,1,26097,1,3592.03,-2928.74,227.973,6.03884,300,0,0,10282,0,0,0,0,0),(104214,23643,571,1,1,5243,0,2338.83,-2762.69,2.87535,5.04556,300,5,0,8982,0,1,0,0,0),(104215,26971,571,1,1,24195,1,4065.67,-4131.51,211.287,0.174533,60,0,0,9940,0,0,0,0,0),(104216,23643,571,1,1,5243,0,2221.74,-2688.21,3.17881,3.77034,300,5,0,8982,0,1,0,0,0),(104217,23643,571,1,1,5243,0,2467.71,-2762.94,9.64632,0.276267,300,5,0,8982,0,1,0,0,0),(104218,23643,571,1,1,5243,0,2346.96,-2777.91,6.05536,2.78433,300,5,0,8982,0,1,0,0,0),(104219,23643,571,1,1,5243,0,2153.51,-2749.29,4.40889,3.68883,300,5,0,8982,0,1,0,0,0),(104220,23643,571,1,1,5243,0,2109.04,-2754.67,4.73701,4.49443,300,5,0,8982,0,1,0,0,0),(104221,23643,571,1,1,5243,0,1920.24,-2771.14,2.40376,5.58636,300,5,0,8982,0,1,0,0,0),(104222,23643,571,1,1,5243,0,2154.16,-2750.38,4.17883,3.3796,300,5,0,8982,0,1,0,0,0),(104223,31580,571,1,1,27556,1,5762.72,745.358,653.748,4.11898,300,0,0,10080,8814,0,0,0,0),(104224,27484,571,1,1,24664,0,4023.82,-3235.14,280.683,5.55015,300,0,0,9291,0,0,0,0,0),(104225,29532,571,1,1,26373,0,5759.18,716.138,618.635,5.58505,300,0,0,10635,0,0,0,0,0),(104226,23644,571,1,1,5243,0,2372.93,-2752.21,1.13716,2.01145,300,5,0,9291,0,1,0,0,0),(104227,23644,571,1,1,5243,0,2368.05,-2728.46,-1.39377,1.51956,300,5,0,9291,0,1,0,0,0),(104228,23644,571,1,1,5243,0,2068.61,-2710.38,-0.48128,0.739476,300,5,0,9291,0,1,0,0,0),(104229,23644,571,1,1,5243,0,2107.9,-2680.2,5.58636,3.74857,300,5,0,9291,0,1,0,0,0),(104230,23644,571,1,1,5243,0,2077.35,-2685.1,0.972941,4.92342,300,5,0,9291,0,1,0,0,0),(104231,23644,571,1,1,5243,0,2201.02,-2664.35,2.66411,3.21765,300,5,0,9291,0,1,0,0,0),(104232,23644,571,1,1,5243,0,1823.77,-2744.69,0.659053,2.00864,300,5,0,9291,0,1,0,0,0),(104233,23644,571,1,1,5243,0,2249.55,-2777.07,6.10772,3.29321,300,5,0,9291,0,1,0,0,0),(104234,23644,571,1,1,5243,0,2257.9,-2718.07,2.92506,4.1718,300,5,0,9291,0,1,0,0,0),(104235,23644,571,1,1,5243,0,1927.01,-2705.19,2.16389,4.57863,300,5,0,9291,0,1,0,0,0),(104236,25437,571,1,1,23193,1,2874.85,6375.61,95.0773,3.10723,300,0,0,44910,0,0,0,0,0),(104237,29277,571,1,1,26099,0,4323.52,-4996.39,20.4613,1.58825,300,0,0,8982,0,0,0,0,0),(104238,26973,571,1,1,24397,0,3493.89,1990.52,64.9457,0.087266,300,0,0,10635,3561,0,0,0,0),(104239,26205,571,1,1,23685,1,4558.42,-4218.05,170.683,2.46091,300,5,0,9610,0,1,0,0,0),(104240,24157,571,1,1,16176,1,418.718,-4606.22,241.705,2.56563,300,0,0,9291,3231,0,0,0,0),(104241,31581,571,1,1,27560,1,5937.39,504.512,650.263,2.04204,300,0,0,10080,8814,0,0,0,0),(104242,29533,571,1,1,26362,0,5792.35,589.311,610.666,2.16421,300,0,0,10635,0,0,0,0,0),(104243,24669,571,1,1,22649,0,2790.74,-3605.33,202.019,0.174533,300,0,0,8982,0,0,0,0,0),(104244,24669,571,1,1,22649,0,2796.28,-3620.58,181.996,0.715585,300,0,0,8982,0,0,0,0,0),(104245,24669,571,1,1,22649,0,2626.13,-3722.53,182.003,3.7001,300,0,0,8982,0,0,0,0,0),(104246,24669,571,1,1,22650,0,2626.11,-3722.51,202.006,3.36848,300,0,0,8982,0,0,0,0,0),(104247,24669,571,1,1,22648,0,2715.45,-3396.07,180.19,6.00393,300,0,0,8982,0,0,0,0,0),(104248,24669,571,1,1,22648,0,2723.42,-3426.39,200.194,0.925025,300,0,0,8982,0,0,0,0,0),(104249,24669,571,1,1,22650,0,2808.84,-3630.84,221.882,1.06465,300,0,0,8982,0,0,0,0,0),(104250,27229,571,1,1,24431,1,2807.74,-1336.42,32.3777,4.88692,300,0,0,9291,0,0,0,0,0),(104251,24669,571,1,1,22650,0,2436.41,-3639.68,181.902,5.95157,300,0,0,8982,0,0,0,0,0),(104252,24669,571,1,1,22650,0,2625.88,-3722.65,141.841,3.45575,300,0,0,8982,0,0,0,0,0),(104253,24669,571,1,1,22651,0,2808.85,-3630.84,141.817,1.0821,300,0,0,8982,0,0,0,0,0),(104254,24669,571,1,1,22651,0,2615.5,-3710.17,221.901,4.11898,300,0,0,8982,0,0,0,0,0),(104255,27229,571,1,1,24431,1,2804.87,-1251.19,1.7668,0.318901,300,0,0,9291,0,2,0,0,0),(104256,24669,571,1,1,22649,0,2715.44,-3396.03,140.157,6.0912,300,0,0,8982,0,0,0,0,0),(104257,24669,571,1,1,22650,0,2791.05,-3605.17,221.891,0.05236,300,0,0,8982,0,0,0,0,0),(104258,24669,571,1,1,22648,0,2460.44,-3619.59,181.936,4.86947,300,0,0,8982,0,0,0,0,0),(104259,24669,571,1,1,22649,0,2723.5,-3426.34,140.103,0.733038,300,0,0,8982,0,0,0,0,0),(104260,24669,571,1,1,22648,0,2445.81,-3626.55,141.793,5.39307,300,0,0,8982,0,0,0,0,0),(104261,24669,571,1,1,22651,0,2600.45,-3704.49,201.934,4.76475,300,0,0,8982,0,0,0,0,0),(104262,24669,571,1,1,22650,0,2615.53,-3710.21,141.833,3.9968,300,0,0,8982,0,0,0,0,0),(104263,24669,571,1,1,22650,0,2791.05,-3605.16,141.831,0.087266,300,0,0,8982,0,0,0,0,0),(104264,24669,571,1,1,22649,0,2600.33,-3704.55,221.909,4.64258,300,0,0,8982,0,0,0,0,0),(104265,24669,571,1,1,22648,0,2628.57,-3738.59,221.879,3.05433,300,0,0,8982,0,0,0,0,0),(104266,24669,571,1,1,22648,0,2824.71,-3634,201.987,1.67552,300,0,0,8982,0,0,0,0,0),(104267,24669,571,1,1,22649,0,2808.51,-3631.06,202.025,1.18682,300,0,0,8982,0,0,0,0,0),(104268,24669,571,1,1,22649,0,2460.5,-3619.74,141.825,4.92183,300,0,0,8982,0,0,0,0,0),(104269,24669,571,1,1,22650,0,2436.45,-3639.72,201.887,5.98648,300,0,0,8982,0,0,0,0,0),(104270,24669,571,1,1,22649,0,2808.84,-3631.01,181.935,1.25664,300,0,0,8982,0,0,0,0,0),(104271,24669,571,1,1,22651,0,2715.31,-3412.32,180.217,0.20944,300,0,0,8982,0,0,0,0,0),(104272,24669,571,1,1,22648,0,2460.52,-3619.76,201.849,4.88692,300,0,0,8982,0,0,0,0,0),(104273,24669,571,1,1,22649,0,2824.88,-3633.76,141.843,1.79769,300,0,0,8982,0,0,0,0,0),(104274,24669,571,1,1,22648,0,2600.37,-3704.34,181.982,4.34587,300,0,0,8982,0,0,0,0,0),(104275,24669,571,1,1,22649,0,2824.77,-3633.77,221.902,1.64061,300,0,0,8982,0,0,0,0,0),(104276,24669,571,1,1,22650,0,2793.8,-3589.33,181.913,5.86431,300,0,0,8982,0,0,0,0,0),(104277,24669,571,1,1,22651,0,2715.44,-3396.05,200.205,5.96903,300,0,0,8982,0,0,0,0,0),(104278,24669,571,1,1,22650,0,2436.36,-3639.67,161.912,5.91667,300,0,0,8982,0,0,0,0,0),(104279,24669,571,1,1,22650,0,2445.75,-3626.41,161.908,5.42797,300,0,0,8982,0,0,0,0,0),(104280,24669,571,1,1,22651,0,2460.47,-3619.64,161.905,4.86947,300,0,0,8982,0,0,0,0,0),(104281,27229,571,1,1,24431,1,2836.81,-1369.97,31.5312,3.29867,300,0,0,9291,0,0,0,0,0),(104282,27229,571,1,1,24431,1,2873.17,-1172.02,1.28325,2.70154,300,0,0,9291,0,2,0,0,0),(104283,24669,571,1,1,22650,0,2628.73,-3738.6,161.926,2.96706,300,0,0,8982,0,0,0,0,0),(104284,24669,571,1,1,22651,0,2625.98,-3722.56,161.928,3.54302,300,0,0,8982,0,0,0,0,0),(104285,27229,571,1,1,24431,1,2826.86,-1187.9,-0.829689,6.27342,300,0,0,9291,0,2,0,0,0),(104286,27229,571,1,1,24431,1,3088.58,-1156.13,17.3968,1.2784,300,0,0,9291,0,2,0,0,0),(104287,27229,571,1,1,24431,1,3024.8,-1230.71,4.43573,1.0153,300,0,0,9291,0,2,0,0,0),(104288,27229,571,1,1,24431,1,2961.97,-1206.7,5.11679,0.846368,300,0,0,9291,0,2,0,0,0),(104289,27229,571,1,1,24431,1,2859.2,-1110.84,-7.82036,3.42875,300,0,0,9291,0,2,0,0,0),(104290,27229,571,1,1,24431,1,2989.22,-1127.61,6.22881,4.58789,300,0,0,9291,0,2,0,0,0),(104291,27229,571,1,1,24431,1,2912.86,-1084.63,1.9028,2.50784,300,0,0,9291,0,2,0,0,0),(104292,27229,571,1,1,24431,1,2962.19,-904.453,8.11601,5.26635,300,0,0,9291,0,2,0,0,0),(104293,27229,571,1,1,24431,1,2895.92,-1134.2,1.79832,0.631443,300,0,0,9291,0,2,0,0,0),(104294,27229,571,1,1,24431,1,2837.89,-1022.8,-15.4838,3.44758,300,0,0,9291,0,2,0,0,0),(104295,27229,571,1,1,24431,1,3071.87,-1268.4,12.2094,3.27479,300,0,0,9291,0,2,0,0,0),(104296,23645,571,1,1,652,0,2345.87,-2735.88,-2.22148,6.27542,300,5,0,9291,3231,1,0,0,0),(104297,27229,571,1,1,24431,1,3132.98,-884.373,28.7243,4.40298,300,0,0,9291,0,0,0,0,0),(104298,27229,571,1,1,24431,1,2805.59,-1081.38,-17.2577,5.28559,300,0,0,9291,0,2,0,0,0),(104299,27229,571,1,1,24431,1,2878.69,-918.393,3.03713,3.8764,300,0,0,9291,0,2,0,0,0),(104300,27229,571,1,1,24431,1,2905.6,-951.87,3.33297,6.20954,300,0,0,9291,0,2,0,0,0),(104301,27229,571,1,1,24431,1,2850.38,-957.211,0.500752,6.14356,300,0,0,9291,0,0,0,0,0),(104302,27229,571,1,1,24431,1,2821.75,-874.842,-14.7442,6.0446,300,0,0,9291,0,2,0,0,0),(104303,27229,571,1,1,24431,1,2862.52,-849.377,16.0366,2.31332,300,0,0,9291,0,2,0,0,0),(104304,27229,571,1,1,24431,1,2728.41,-709.916,15.5314,2.93215,300,0,0,9291,0,0,0,0,0),(104305,27229,571,1,1,24431,1,2712.24,-738.398,9.29728,2.68781,300,0,0,9291,0,0,0,0,0),(104306,24669,571,1,1,22649,0,2793.81,-3589.19,161.924,5.84685,300,0,0,8982,0,0,0,0,0),(104307,24669,571,1,1,22648,0,2796.41,-3620.5,161.924,0.663225,300,0,0,8982,0,0,0,0,0),(104308,24669,571,1,1,22649,0,2615.63,-3710.08,161.935,4.04916,300,0,0,8982,0,0,0,0,0),(104309,27229,571,1,1,24431,1,2997.17,-662.691,44.2541,2.1293,300,0,0,9291,0,0,0,0,0),(104310,24669,571,1,1,22651,0,2790.89,-3605.13,161.928,0.034907,300,0,0,8982,0,0,0,0,0),(104311,27229,571,1,1,24431,1,3110.33,-898.181,22.6273,0.663225,300,0,0,9291,0,0,0,0,0),(104312,27229,571,1,1,24431,1,2943.97,-1048.96,5.1013,1.71469,300,0,0,9291,0,2,0,0,0),(104313,27229,571,1,1,24431,1,2866.15,-1042.75,-4.84281,0.674855,300,0,0,9291,0,2,0,0,0),(104314,24669,571,1,1,22650,0,2824.78,-3633.87,161.918,1.64061,300,0,0,8982,0,0,0,0,0),(104315,27229,571,1,1,24431,1,3113.67,-1263.06,16.1162,0.195263,300,0,0,9291,0,2,0,0,0),(104316,24669,571,1,1,22650,0,2598.59,-3547.97,162.695,4.15388,300,0,0,8982,0,0,0,0,0),(104317,24669,571,1,1,22650,0,2632.99,-3512.78,162.695,0.471239,300,0,0,8982,0,0,0,0,0),(104318,24669,571,1,1,22650,0,2558.85,-3615.28,162.695,1.0472,300,0,0,8982,0,0,0,0,0),(104319,24669,571,1,1,22648,0,2808.77,-3630.98,161.926,1.11701,300,0,0,8982,0,0,0,0,0),(104320,23645,571,1,1,652,0,2358.11,-2756.21,1.17216,0.258715,300,5,0,9291,3231,1,0,0,0),(104321,24669,571,1,1,22651,0,2600.36,-3704.46,161.923,4.50295,300,0,0,8982,0,0,0,0,0),(104322,27229,571,1,1,24431,1,3138.43,-1025.46,31.5764,0.226893,300,0,0,9291,0,0,0,0,0),(104323,24669,571,1,1,22648,0,2591.81,-3625.37,162.695,2.60054,300,0,0,8982,0,0,0,0,0),(104324,24669,571,1,1,22650,0,2620.74,-3561.04,162.695,4.17134,300,0,0,8982,0,0,0,0,0),(104325,24669,571,1,1,22650,0,2582.64,-3559.85,162.695,5.75959,300,0,0,8982,0,0,0,0,0),(104326,24669,571,1,1,22651,0,2581,-3628.39,162.695,1.0472,300,0,0,8982,0,0,0,0,0),(104327,24669,571,1,1,22650,0,2556.23,-3604.42,162.695,5.75959,300,0,0,8982,0,0,0,0,0),(104328,24669,571,1,1,22650,0,2597.04,-3616.47,162.695,2.60054,300,0,0,8982,0,0,0,0,0),(104329,24669,571,1,1,22650,0,2594.43,-3681.14,161.984,3.49066,300,0,0,8982,0,0,0,0,0),(104330,23645,571,1,1,652,0,2068.77,-2697.47,-0.527059,5.77842,300,5,0,9291,3231,1,0,0,0),(104331,24669,571,1,1,22648,0,2577.24,-3568.74,162.695,5.75959,300,0,0,8982,0,0,0,0,0),(104332,24669,571,1,1,22648,0,2623.28,-3571.93,162.695,2.60054,300,0,0,8982,0,0,0,0,0),(104333,24669,571,1,1,22651,0,2714.98,-3503.87,162.695,3.49066,300,0,0,8982,0,0,0,0,0),(104334,24669,571,1,1,22648,0,2566.64,-3586.6,162.695,5.75959,300,0,0,8982,0,0,0,0,0),(104335,24669,571,1,1,22649,0,2712.34,-3446.24,162.476,6.07375,300,0,0,8982,0,0,0,0,0),(104336,24669,571,1,1,22650,0,2602.31,-3607.61,162.695,2.60054,300,0,0,8982,0,0,0,0,0),(104337,24669,571,1,1,22651,0,2715.36,-3396.07,160.216,5.93412,300,0,0,8982,0,0,0,0,0),(104338,24669,571,1,1,22649,0,2643.51,-3536.18,162.695,0.383972,300,0,0,8982,0,0,0,0,0),(104339,24669,571,1,1,22650,0,2561.4,-3595.6,162.695,5.75959,300,0,0,8982,0,0,0,0,0),(104341,24669,571,1,1,22650,0,2684.22,-3480.88,162.695,5.14872,300,0,0,8982,0,0,0,0,0),(104342,24669,571,1,1,22651,0,2637.23,-3502.57,162.695,5.18363,300,0,0,8982,0,0,0,0,0),(104344,26461,571,1,1,24993,0,4515.44,-3436.83,227.057,-2.73729,300,0,0,9940,0,0,0,0,0),(104345,26461,571,1,1,24993,0,4167.25,-2096.46,213.645,0.959931,300,0,0,9940,0,0,0,0,0),(104346,26461,571,1,1,24993,0,4555.53,-3472.98,227.057,-2.18765,300,0,0,9940,0,0,0,0,0),(104347,23645,571,1,1,652,0,2080.24,-2717.78,0.92866,3.10056,300,5,0,9291,3231,1,0,0,0),(104348,23645,571,1,1,652,0,2218.27,-2644.76,1.28911,2.49171,300,5,0,9291,3231,1,0,0,0),(104349,23645,571,1,1,652,0,1991.46,-2762.69,4.26501,5.84786,300,5,0,9291,3231,1,0,0,0),(104350,27229,571,1,1,24431,1,3140.1,-1102.01,31.6042,0.471239,300,0,0,9291,0,0,0,0,0),(104351,23645,571,1,1,652,0,1834.11,-2720.06,-0.769938,5.37112,300,5,0,9291,3231,1,0,0,0),(104352,23645,571,1,1,652,0,1848.44,-2744.34,2.90905,6.13723,300,5,0,9291,3231,1,0,0,0),(104353,23645,571,1,1,652,0,2111.05,-2756.72,4.73701,4.65322,300,5,0,9291,3231,1,0,0,0),(104354,26461,571,1,1,24993,0,4256.21,-2160.46,215.433,0.151173,300,5,0,9940,0,1,0,0,0),(104355,27230,571,1,1,23951,0,5109.37,-4947.79,296.335,2.76544,300,5,0,10282,0,1,0,0,0),(104356,25438,571,1,1,23194,1,2876.63,6384.6,93.4697,1.6057,300,0,0,39920,0,0,0,0,0),(104357,27486,571,1,1,24669,1,4264.55,-2500.44,231.658,0.750492,300,0,0,9940,0,0,0,0,0),(104358,29534,571,1,1,26386,0,5799.17,599.563,610.666,3.24631,300,0,0,10635,0,0,0,0,0),(104359,28254,571,1,1,11686,0,6154.41,4981.86,-96.9223,5.93412,300,0,0,42,0,0,0,0,0),(104360,28254,571,1,1,11686,0,6264.89,5001.89,-93.2142,2.68781,300,0,0,42,0,0,0,0,0),(104361,28254,571,1,1,11686,0,6268.78,4970.65,-85.2895,0.506145,300,0,0,42,0,0,0,0,0),(104362,28254,571,1,1,11686,0,6222.23,4994,-98.5098,6.03884,300,0,0,42,0,0,0,0,0),(104363,28254,571,1,1,11686,0,6273.99,5016.89,-92.7765,4.06662,300,0,0,42,0,0,0,0,0),(104364,28254,571,1,1,11686,0,6298.46,4976.54,-90.1574,3.56047,300,0,0,42,0,0,0,0,0),(104365,28254,571,1,1,11686,0,6186.14,4953.5,-84.7296,2.6529,300,0,0,42,0,0,0,0,0),(104366,28254,571,1,1,11686,0,6164.89,4972.78,-93.7618,0.890118,300,0,0,42,0,0,0,0,0),(104367,28254,571,1,1,11686,0,6201.31,5001.77,-89.126,2.84489,300,0,0,42,0,0,0,0,0),(104368,26718,571,1,1,24011,0,3430.15,4137.81,16.9509,5.91667,300,0,0,8982,0,0,0,0,0),(104370,27230,571,1,1,23951,0,4892.21,-4849.58,311.605,0.734608,300,5,0,10282,0,1,0,0,0),(104371,27230,571,1,1,23951,0,4986.56,-4920.1,349.2,2.03707,300,5,0,10282,0,1,0,0,0),(104372,27230,571,1,1,23951,0,3676.95,-5265.57,119.744,5.0675,300,5,0,10282,0,1,0,0,0),(104373,31582,571,1,1,27557,1,5941.3,507.821,650.263,2.70526,300,0,0,10080,8814,0,0,0,0),(104374,28254,571,1,1,11686,0,6144.77,5004.27,-98.7262,6.24828,300,0,0,42,0,0,0,0,0),(104375,28254,571,1,1,11686,0,6256.42,5013.91,-85.3912,0.069813,300,0,0,42,0,0,0,0,0),(104376,28254,571,1,1,11686,0,6324.35,4975.24,-89.5715,4.53786,300,0,0,42,0,0,0,0,0),(104377,28254,571,1,1,11686,0,6227.88,4947.68,-98.8717,4.71239,300,0,0,42,0,0,0,0,0),(104378,28254,571,1,1,11686,0,6131.24,4980.67,-99.1788,2.63545,300,0,0,42,0,0,0,0,0),(104379,28254,571,1,1,11686,0,6233.46,5020.37,-98.4071,3.38594,300,0,0,42,0,0,0,0,0),(104380,28254,571,1,1,11686,0,6288.85,5007.69,-81.357,3.57792,300,0,0,42,0,0,0,0,0),(104381,28254,571,1,1,11686,0,6218.41,4918.91,-94.3093,5.16617,300,0,0,42,0,0,0,0,0),(104382,28254,571,1,1,11686,0,6201.52,4971.22,-98.6918,2.63545,300,0,0,42,0,0,0,0,0),(104383,28254,571,1,1,11686,0,6300.68,4959.78,-88.2337,4.64258,300,0,0,42,0,0,0,0,0),(104384,27230,571,1,1,23951,0,5277.18,-4978.37,296.49,4.39915,300,5,0,10282,0,1,0,0,0),(104385,27230,571,1,1,23951,0,5034.79,-4994.08,314.404,1.33642,300,5,0,10282,0,1,0,0,0),(104386,24158,571,1,1,17188,0,967.214,-4903.8,19.2221,1.95477,300,0,0,8982,3155,0,0,0,0),(104387,28254,571,1,1,11686,0,6260.41,4969.36,-81.4846,2.87979,300,0,0,42,0,0,0,0,0),(104388,28254,571,1,1,11686,0,6172.81,5002.46,-96.0604,6.12611,300,0,0,42,0,0,0,0,0),(104389,28254,571,1,1,11686,0,6271.95,4991.11,-93.8231,5.93412,300,0,0,42,0,0,0,0,0),(104390,28254,571,1,1,11686,0,6181.26,4968.74,-98.3327,0.349066,300,0,0,42,0,0,0,0,0),(104391,28254,571,1,1,11686,0,6167.56,5026.41,-95.8173,0.994838,300,0,0,42,0,0,0,0,0),(104392,28254,571,1,1,11686,0,6176.39,4955.26,-88.3455,6.23082,300,0,0,42,0,0,0,0,0),(104393,28254,571,1,1,11686,0,6221.2,4973.49,-98.898,5.37561,300,0,0,42,0,0,0,0,0),(104394,28254,571,1,1,11686,0,6218.65,5017.87,-85.5993,0.087266,300,0,0,42,0,0,0,0,0),(104395,28254,571,1,1,11686,0,6241.43,4979.85,-98.2412,3.57792,300,0,0,42,0,0,0,0,0),(104396,27230,571,1,1,23951,0,4927.08,-4796.5,293.533,4.20596,300,5,0,10282,0,1,0,0,0),(104397,27230,571,1,1,23951,0,4953.55,-4953.82,370.71,1.71777,300,5,0,10282,0,1,0,0,0),(104398,27230,571,1,1,23951,0,5222.51,-4947.23,297.804,5.8018,300,5,0,10282,0,1,0,0,0),(104399,28254,571,1,1,11686,0,6267.54,4936.41,-96.2848,5.95157,300,0,0,42,0,0,0,0,0),(104400,27230,571,1,1,23951,0,3498.11,-5493.38,177.488,1.94528,300,5,0,10282,0,1,0,0,0),(104401,27230,571,1,1,23951,0,3739.05,-5245.23,112.134,0.7495,300,5,0,10282,0,1,0,0,0),(104402,27230,571,1,1,23951,0,5298.62,-4878.06,303.252,1.91264,300,5,0,10282,0,1,0,0,0),(104403,27230,571,1,1,23951,0,3536.75,-5517.13,176.909,1.22803,300,5,0,10282,0,1,0,0,0),(104404,27230,571,1,1,23951,0,5148.77,-4927.3,297.146,3.30079,300,5,0,10282,0,1,0,0,0),(104405,27230,571,1,1,23951,0,3686.94,-5301.96,112.891,1.74847,300,5,0,10282,0,1,0,0,0),(104406,27230,571,1,1,23951,0,4861.29,-4811.71,282.772,2.28981,300,5,0,10282,0,1,0,0,0),(104407,27230,571,1,1,23951,0,3655.45,-5303.82,121.992,1.34063,300,5,0,10282,0,1,0,0,0),(104408,27230,571,1,1,23951,0,4908.49,-4669.53,274.489,4.34059,300,5,0,10282,0,1,0,0,0),(104409,27230,571,1,1,23951,0,4919.02,-4864.45,323.674,1.23329,300,5,0,10282,0,1,0,0,0),(104410,27230,571,1,1,23951,0,5270.11,-4897.75,302.413,3.34159,300,5,0,10282,0,1,0,0,0),(104411,27230,571,1,1,23951,0,5132.7,-4963.2,295.887,4.69872,300,5,0,10282,0,1,0,0,0),(104412,27230,571,1,1,23951,0,3642.53,-5344.12,127.55,3.31465,300,5,0,10282,0,1,0,0,0),(104413,27230,571,1,1,23951,0,3512.4,-5438.46,170.686,2.10084,300,5,0,10282,0,1,0,0,0),(104414,27230,571,1,1,23951,0,3805.43,-4005.88,186.015,1.85985,300,5,0,10282,0,1,0,0,0),(104415,27230,571,1,1,23951,0,3692.78,-5239.08,124.237,4.83886,300,5,0,10282,0,1,0,0,0),(104416,27230,571,1,1,23951,0,4901.65,-4891.32,338.89,2.00411,300,5,0,10282,0,1,0,0,0),(104417,27230,571,1,1,23951,0,4903.49,-4736.46,279.268,5.54957,300,5,0,10282,0,1,0,0,0),(104418,27230,571,1,1,23951,0,5163,-4963.5,296.177,2.48844,300,5,0,10282,0,1,0,0,0),(104419,27230,571,1,1,23951,0,3885.91,-4142.06,220.463,2.76395,300,5,0,10282,0,1,0,0,0),(104420,27230,571,1,1,23951,0,3920.99,-4113,216.091,1.01751,300,5,0,10282,0,1,0,0,0),(104421,27230,571,1,1,23951,0,3846.57,-4115.06,209.65,4.17013,300,5,0,10282,0,1,0,0,0),(104422,27230,571,1,1,23951,0,3879.66,-4084.5,203.196,1.47203,300,5,0,10282,0,1,0,0,0),(104423,27230,571,1,1,23951,0,3827.13,-4151.01,207.698,1.1491,300,5,0,10282,0,1,0,0,0),(104424,27230,571,1,1,23951,0,3839.84,-4051.42,197.349,2.85553,300,5,0,10282,0,1,0,0,0),(104425,27230,571,1,1,23951,0,4875.83,-4759.09,276.218,1.45599,300,5,0,10282,0,1,0,0,0),(104426,27230,571,1,1,23951,0,3733.65,-5185.47,123.501,5.53854,300,5,0,10282,0,1,0,0,0),(104427,27230,571,1,1,23951,0,3785.84,-5225.19,113.456,1.75458,300,5,0,10282,0,1,0,0,0),(104428,27230,571,1,1,23951,0,3789.37,-5184.3,114.661,1.50232,300,5,0,10282,0,1,0,0,0),(104429,27230,571,1,1,23951,0,4270.62,-4462.24,187.688,1.84024,300,5,0,10282,0,1,0,0,0),(104430,27230,571,1,1,23951,0,3746.51,-5150.57,120.791,3.19471,300,5,0,10282,0,1,0,0,0),(104431,27230,571,1,1,23951,0,5026.91,-4909.22,337.494,2.41281,300,5,0,10282,0,1,0,0,0),(104432,27230,571,1,1,23951,0,3583.67,-4393.47,215.17,6.09574,300,5,0,10282,0,1,0,0,0),(104433,27230,571,1,1,23951,0,3553.22,-4345.52,225.058,2.70372,300,5,0,10282,0,1,0,0,0),(104434,27230,571,1,1,23951,0,3614.96,-4409.24,197.339,3.83992,300,5,0,10282,0,1,0,0,0),(104435,27230,571,1,1,23951,0,3601.78,-4342.36,207.998,3.04432,300,5,0,10282,0,1,0,0,0),(104436,27230,571,1,1,23951,0,3577.67,-4325.6,209.042,1.79038,300,5,0,10282,0,1,0,0,0),(104437,27230,571,1,1,23951,0,3536.03,-4419.88,224.915,3.66946,300,5,0,10282,0,1,0,0,0),(104438,27230,571,1,1,23951,0,3522.68,-4389.78,237.272,5.11992,300,5,0,10282,0,1,0,0,0),(104439,27230,571,1,1,23951,0,3582.03,-4465.04,203.823,4.95446,300,5,0,10282,0,1,0,0,0),(104440,27230,571,1,1,23951,0,3772.69,-4141.02,202.571,3.63019,300,5,0,10282,0,1,0,0,0),(104441,27230,571,1,1,23951,0,3745.83,-4078.45,187.682,5.38191,300,5,0,10282,0,1,0,0,0),(104442,27230,571,1,1,23951,0,3727.33,-4085.73,185.32,0,300,5,0,10282,0,1,0,0,0),(104443,27230,571,1,1,23951,0,3589.71,-4151.51,222.249,3.2433,300,5,0,10282,0,1,0,0,0),(104444,27230,571,1,1,23951,0,3667.91,-4085.93,186.12,3.63312,300,5,0,10282,0,1,0,0,0),(104445,27230,571,1,1,23951,0,3807.29,-4090.63,201.681,3.07009,300,5,0,10282,0,1,0,0,0),(104446,27230,571,1,1,23951,0,3792.25,-4109.41,204.818,5.98859,300,5,0,10282,0,1,0,0,0),(104447,27230,571,1,1,23951,0,3629.55,-4192.21,204.332,4.83984,300,5,0,10282,0,1,0,0,0),(104448,27230,571,1,1,23951,0,3712.31,-4105.16,187.419,6.23301,300,5,0,10282,0,1,0,0,0),(104449,27230,571,1,1,23951,0,3685.76,-4144.94,188.827,5.32842,300,5,0,10282,0,1,0,0,0),(104450,27230,571,1,1,23951,0,3653.43,-4113.34,196.288,1.50728,300,5,0,10282,0,1,0,0,0),(104451,27230,571,1,1,23951,0,3588.39,-4215.59,217.843,0.117451,300,5,0,10282,0,1,0,0,0),(104452,27230,571,1,1,23951,0,3552.39,-4241.58,227.018,6.22296,300,5,0,10282,0,1,0,0,0),(104453,27230,571,1,1,23951,0,4269.66,-4390.56,178.732,4.16912,300,5,0,10282,0,1,0,0,0),(104454,27230,571,1,1,23951,0,3770.92,-4629.01,176.355,5.8694,300,5,0,10282,0,1,0,0,0),(104455,27230,571,1,1,23951,0,3775.63,-4595.22,188.653,3.41954,300,5,0,10282,0,1,0,0,0),(104456,27230,571,1,1,23951,0,3821.64,-4654.59,171.199,5.99222,300,5,0,10282,0,1,0,0,0),(104457,27230,571,1,1,23951,0,3794.47,-4657.18,171.396,0.620914,300,5,0,10282,0,1,0,0,0),(104458,27230,571,1,1,23951,0,4321.63,-4559.13,134.664,0.795494,300,5,0,10282,0,1,0,0,0),(104459,27230,571,1,1,23951,0,3436.21,-4673.18,236.616,0.219309,300,5,0,10282,0,1,0,0,0),(104460,27230,571,1,1,23951,0,4005.97,-4784.11,114.624,3.72255,300,5,0,10282,0,1,0,0,0),(104461,27230,571,1,1,23951,0,4026.08,-4740.01,127.187,1.71092,300,5,0,10282,0,1,0,0,0),(104462,27230,571,1,1,23951,0,3886.17,-4759.45,131.463,3.85996,300,5,0,10282,0,1,0,0,0),(104463,27230,571,1,1,23951,0,3966.11,-4743.78,137.383,2.6502,300,5,0,10282,0,1,0,0,0),(104464,27230,571,1,1,23951,0,3557.98,-5404.79,153.172,5.88791,300,5,0,10282,0,1,0,0,0),(104465,27230,571,1,1,23951,0,3611.19,-5328.91,129.767,2.49632,300,5,0,10282,0,1,0,0,0),(104466,27230,571,1,1,23951,0,3597.49,-5294.22,135.747,5.14214,300,5,0,10282,0,1,0,0,0),(104467,27230,571,1,1,23951,0,3529.49,-5341.68,152.148,3.18149,300,5,0,10282,0,1,0,0,0),(104468,27230,571,1,1,23951,0,3725.11,-4648.05,175.771,1.59911,300,5,0,10282,0,1,0,0,0),(104469,27230,571,1,1,23951,0,3748.85,-4757.49,161.196,4.3067,300,5,0,10282,0,1,0,0,0),(104470,27230,571,1,1,23951,0,3693.64,-4684.76,173.245,3.46149,300,5,0,10282,0,1,0,0,0),(104471,27230,571,1,1,23951,0,3722.77,-4700.6,165.749,0.822172,300,5,0,10282,0,1,0,0,0),(104472,27230,571,1,1,23951,0,4198.1,-4474.12,221.77,1.84091,300,5,0,10282,0,1,0,0,0),(104473,27230,571,1,1,23951,0,4212.04,-4387.23,206.407,5.45934,300,5,0,10282,0,1,0,0,0),(104474,27230,571,1,1,23951,0,4302.41,-4326.62,176.424,5.71848,300,5,0,10282,0,1,0,0,0),(104475,27230,571,1,1,23951,0,3994.03,-4746.26,133.475,1.17693,300,5,0,10282,0,1,0,0,0),(104476,27230,571,1,1,23951,0,4011.32,-4667.78,151.167,3.36625,300,5,0,10282,0,1,0,0,0),(104477,27230,571,1,1,23951,0,4040.32,-4679.57,137.459,0.624601,300,5,0,10282,0,1,0,0,0),(104478,27230,571,1,1,23951,0,4218.11,-4642.09,122.616,6.04058,300,5,0,10282,0,1,0,0,0),(104479,27230,571,1,1,23951,0,4143.19,-4432.63,261.101,4.68756,300,5,0,10282,0,1,0,0,0),(104480,27230,571,1,1,23951,0,4247.99,-4589.51,137.846,2.63743,300,5,0,10282,0,1,0,0,0),(104481,27230,571,1,1,23951,0,4231.18,-4447.43,206.784,3.6737,300,5,0,10282,0,1,0,0,0),(104482,27230,571,1,1,23951,0,3919.14,-4583.63,192.89,1.97415,300,5,0,10282,0,1,0,0,0),(104483,27230,571,1,1,23951,0,3889.48,-4610.3,175.983,4.82897,300,5,0,10282,0,1,0,0,0),(104484,27230,571,1,1,23951,0,4002.53,-4629.93,178.787,6.16379,300,5,0,10282,0,1,0,0,0),(104485,27230,571,1,1,23951,0,3857.25,-4614.62,175.173,0.98902,300,5,0,10282,0,1,0,0,0),(104486,27230,571,1,1,23951,0,4382.44,-4590.07,107.166,4.97295,300,5,0,10282,0,1,0,0,0),(104487,27230,571,1,1,23951,0,3887.68,-4637.25,172.542,0.79311,300,5,0,10282,0,1,0,0,0),(104488,27230,571,1,1,23951,0,3956.78,-4568.06,196.327,0.737027,300,5,0,10282,0,1,0,0,0),(104489,27230,571,1,1,23951,0,3990.9,-4755.71,130.976,5.94234,300,5,0,10282,0,1,0,0,0),(104490,27230,571,1,1,23951,0,3832.35,-4775.8,136.359,3.41771,300,5,0,10282,0,1,0,0,0),(104491,27230,571,1,1,23951,0,4222.25,-4638.42,123.883,0.036167,300,5,0,10282,0,1,0,0,0),(104492,27230,571,1,1,23951,0,4279.99,-4546.27,151.393,3.14328,300,5,0,10282,0,1,0,0,0),(104493,32606,571,1,1,11686,0,5863.02,706.473,651.657,2.74975,300,5,0,42,0,1,0,0,0),(104494,32606,571,1,1,11686,0,5866.85,701.137,644.37,2.14675,300,0,0,42,0,0,0,0,0),(104495,30046,571,1,1,26123,1,7271.52,139.207,784.645,-1.58065,300,0,0,12600,11982,0,0,0,0),(104496,30046,571,1,1,26123,1,7261.41,134.269,784.703,0.366519,300,0,0,12600,11982,0,0,0,0),(104497,25439,571,1,1,23196,1,2861.79,6388.8,94.6455,1.71042,300,5,0,10635,0,1,0,0,0),(104498,29535,571,1,1,26445,1,5932.1,558.114,609.843,2.3911,300,0,0,8508,7981,0,0,0,0),(104499,28255,571,1,1,25269,0,5072.7,-3646.9,397.08,1.91986,300,0,0,66006,18215,0,0,0,0),(104502,26720,571,1,1,24012,0,3458.04,4154.28,17.2764,6.26573,300,0,0,8982,0,0,0,0,0),(104504,29792,571,1,1,26554,0,7040.75,-749.475,731.048,0.517524,300,5,0,11770,0,1,0,0,0),(104505,29792,571,1,1,26553,0,6925.83,-732.16,731.739,6.22455,300,5,0,11770,0,1,0,0,0),(104506,29792,571,1,1,26554,0,7131.69,-621.245,829.914,1.32645,300,5,0,11770,0,1,0,0,0),(104507,29792,571,1,1,26554,0,6856.39,-811.036,779.676,3.36972,300,5,0,11770,0,1,0,0,0),(104508,29792,571,1,1,26553,0,7082.84,-522.47,731.331,3.37831,300,5,0,11770,0,1,0,0,0),(104509,29792,571,1,1,26554,0,7049.35,-644.339,734.597,3.52445,300,5,0,11770,0,1,0,0,0),(104510,29792,571,1,1,26554,0,6535.77,-893.431,571.417,5.32325,300,5,0,11770,0,1,0,0,0),(104511,29792,571,1,1,26554,0,6717.14,-62.1521,781.318,3.13842,300,5,0,11770,0,1,0,0,0),(104512,29792,571,1,1,26554,0,7000,-787.902,733.547,4.81283,300,5,0,11770,0,1,0,0,0),(104513,29792,571,1,1,26553,0,7089.17,-368.301,779.712,2.07833,300,5,0,11770,0,1,0,0,0),(104514,29792,571,1,1,26554,0,6911.75,-171.458,762.508,1.12497,300,5,0,11770,0,1,0,0,0),(104515,29792,571,1,1,26554,0,6765.97,-27.0604,764.135,1.24603,300,5,0,11770,0,1,0,0,0),(104516,29792,571,1,1,26554,0,6769.5,-48.9791,755.978,0.140997,300,5,0,11770,0,1,0,0,0),(104517,29792,571,1,1,26553,0,6997.94,-786.694,733.641,4.34128,300,5,0,11770,0,1,0,0,0),(104518,29792,571,1,1,26553,0,6723.19,-48.1131,749.283,2.97586,300,5,0,11770,0,1,0,0,0),(104519,29792,571,1,1,26554,0,7012.06,-269.589,787.004,2.2842,300,5,0,11770,0,1,0,0,0),(104520,29792,571,1,1,26554,0,6980.5,-220.839,791.743,2.21092,300,5,0,11770,0,1,0,0,0),(104521,31328,571,1,2,23864,0,4911.88,1297.16,227.613,4.71895,300,0,0,55005,0,0,0,0,0),(104522,31328,571,1,2,24091,0,4918.7,1280.09,225.863,3.81016,300,0,0,55005,0,0,0,0,0),(104523,31328,571,1,2,24091,0,4777.78,1118.58,136.516,3.42781,300,0,0,55005,0,0,0,0,0),(104524,31328,571,1,2,23932,0,4777.66,1118.54,136.516,3.43943,300,0,0,55005,0,0,0,0,0),(104525,31328,571,1,2,23864,0,4847.92,1164.64,183.436,4.46656,300,5,0,55005,0,1,0,0,0),(104527,31328,571,1,2,23864,0,4961.87,1265.71,227.254,5.41052,300,0,0,55005,0,0,0,0,0),(104528,25441,571,1,1,17188,0,3670.9,5557.41,64.3578,2.89725,300,5,0,8982,3155,1,0,0,0),(104529,29537,571,1,1,26443,0,5912.95,554.467,609.843,1.23918,300,0,0,10635,0,0,0,0,0),(104530,24673,571,1,1,10808,0,284.992,-3089.97,55.6868,1.72568,300,5,0,8982,0,1,0,0,0),(104531,24673,571,1,1,10808,0,492.235,-3055.93,99.0298,4.34066,300,5,0,8982,0,1,0,0,0),(104532,26721,571,1,1,24014,0,3467.02,4130.35,15.6472,4.36332,300,0,0,8982,0,0,0,0,0),(104533,32609,571,1,1,10720,0,3144.7,-824.924,49.6816,4.04916,300,0,0,17964,0,0,0,0,0),(104536,28001,571,1,1,25111,0,4770.65,5489.01,-39.7684,2.92141,300,5,0,10635,0,1,0,0,0),(104537,28001,571,1,1,25111,0,5383.37,5619.34,-93.541,1.11335,300,5,0,10635,0,1,0,0,0),(104538,28001,571,1,1,25111,0,5285.96,5623.31,-92.756,0.701741,300,5,0,10635,0,1,0,0,0),(104539,28001,571,1,1,25005,0,5250.17,5936.97,-58.1112,0.253674,300,5,0,10635,0,1,0,0,0),(104540,28001,571,1,1,25005,0,5729.14,5311.76,-93.0845,0.857394,300,5,0,10635,0,1,0,0,0),(104541,28001,571,1,1,25005,0,5386.21,5689.25,-84.334,3.2194,300,5,0,10635,0,1,0,0,0),(104542,28001,571,1,1,25005,0,5086.18,5742.8,-87.1724,6.00314,300,5,0,10635,0,1,0,0,0),(104543,28001,571,1,1,25110,0,5333.65,6025.72,-21.9092,2.5412,300,0,0,10635,0,0,0,0,0),(104544,28001,571,1,1,25110,0,5268.95,5817.21,-73.7829,4.10814,300,5,0,10635,0,1,0,0,0),(104545,28001,571,1,1,25005,0,5222.35,5976.37,-46.2054,5.94324,300,5,0,10635,0,1,0,0,0),(104546,28001,571,1,1,25005,0,5140.39,6014.4,-49.0876,5.61546,300,5,0,10635,0,1,0,0,0),(104547,28001,571,1,1,25111,0,5137.95,5953.53,-63.5157,0.235896,300,5,0,10635,0,1,0,0,0),(104548,28001,571,1,1,25110,0,5309.75,5972.94,-40.8278,1.82549,300,5,0,10635,0,1,0,0,0),(104549,28001,571,1,1,25111,0,5215.95,5707.58,-85.1135,3.86406,300,5,0,10635,0,1,0,0,0),(104550,28001,571,1,1,25111,0,5173.66,5851.51,-76.0618,3.52154,300,5,0,10635,0,1,0,0,0),(104551,28001,571,1,1,25110,0,5196.6,6012.35,-44.1431,5.22668,300,5,0,10635,0,1,0,0,0),(104552,28001,571,1,1,25110,0,5704.92,5370.43,-86.2542,0.119416,300,5,0,10635,0,1,0,0,0),(104553,28001,571,1,1,25005,0,5358.77,5668.51,-89.1396,1.2097,300,5,0,10635,0,1,0,0,0),(104554,28001,571,1,1,25005,0,5358.8,6002.22,-35.6927,-2.79228,300,0,0,10635,0,0,0,0,0),(104555,28001,571,1,1,25005,0,5334.78,5579.26,-93.8614,3.37308,300,5,0,10635,0,1,0,0,0),(104556,28001,571,1,1,25111,0,5461.02,5895.24,-58.1245,1.95402,300,5,0,10635,0,1,0,0,0),(104557,28001,571,1,1,25005,0,6116.51,5515.9,-71.1549,1.309,300,5,0,10635,0,1,0,0,0),(104558,28001,571,1,1,25005,0,5817.46,5941.21,-34.9115,5.38083,300,0,0,10635,0,0,0,0,0),(104559,28001,571,1,1,25005,0,6170.09,5566.12,-44.8663,6.03347,300,5,0,10635,0,1,0,0,0),(104560,28001,571,1,1,25005,0,5633.89,5512.29,-84.3297,1.08182,300,0,0,10635,0,0,0,0,0),(104561,28001,571,1,1,25111,0,5635.27,5507.54,-84.345,0.007814,300,0,0,10635,0,0,0,0,0),(104562,28001,571,1,1,25110,0,5755.23,5993.95,-29.3459,3.07037,300,0,0,10635,0,0,0,0,0),(104563,28001,571,1,1,25005,0,5734.54,5819.91,-62.7879,3.53969,300,5,0,10635,0,1,0,0,0),(104564,28001,571,1,1,25005,0,5835.16,5690.8,-63.2592,0.101709,300,5,0,10635,0,1,0,0,0),(104565,28001,571,1,1,25005,0,5907.6,5780.23,-51.9625,1.83876,300,5,0,10635,0,1,0,0,0),(104566,28001,571,1,1,25110,0,5461.43,5785.27,-78.4447,-1.30291,300,0,0,10635,0,0,0,0,0),(104567,28001,571,1,1,25111,0,5880.44,5823.47,-44.6349,6.06261,300,5,0,10635,0,1,0,0,0),(104568,28001,571,1,1,25110,0,5857.09,5872.48,-43.0094,2.55342,300,5,0,10635,0,1,0,0,0),(104569,28001,571,1,1,25110,0,6050.37,5704.45,-41.7892,6.1243,300,5,0,10635,0,1,0,0,0),(104570,28001,571,1,1,25111,0,5746.95,5888.96,-54.6346,5.62994,300,5,0,10635,0,1,0,0,0),(104571,28001,571,1,1,25005,0,5694.91,5935.99,-47.5762,2.24954,300,5,0,10635,0,1,0,0,0),(104572,28001,571,1,1,25110,0,6051.48,5240.45,-95.9909,4.74264,300,5,0,10635,0,1,0,0,0),(104573,28001,571,1,1,25110,0,6124.21,5638.66,-43.0047,3.98901,300,5,0,10635,0,1,0,0,0),(104574,28001,571,1,1,25005,0,6171.94,5554.13,-47.5295,4.92166,300,5,0,10635,0,1,0,0,0),(104575,28001,571,1,1,25111,0,6112.47,5524.43,-69.5989,5.05709,300,5,0,10635,0,1,0,0,0),(104576,28001,571,1,1,25111,0,6093.16,5689.39,-35.2523,2.70809,300,5,0,10635,0,1,0,0,0),(104577,28001,571,1,1,25005,0,6035.91,5710.78,-43.7848,2.81243,300,5,0,10635,0,1,0,0,0),(104578,28001,571,1,1,25110,0,5924,5603.21,-71.0436,2.30136,300,5,0,10635,0,1,0,0,0),(104579,24673,571,1,1,10808,0,1036.44,-2980.53,65.6071,5.06072,300,5,0,8982,0,1,0,0,0),(104580,24673,571,1,1,10808,0,1013.29,-2972.64,82.6963,4.67921,300,5,0,8982,0,1,0,0,0),(104581,24673,571,1,1,10808,0,472.837,-3066.84,52.4968,4.25017,300,5,0,8982,0,1,0,0,0),(104582,24673,571,1,1,10808,0,970.57,-2949.47,90.2964,4.20935,300,5,0,8982,0,1,0,0,0),(104583,24673,571,1,1,10808,0,349.231,-3014.17,95.5381,1.15445,300,5,0,8982,0,1,0,0,0),(104584,24673,571,1,1,10808,0,423.881,-3091.02,72.0826,0.744992,300,5,0,8982,0,1,0,0,0),(104585,24673,571,1,1,10808,0,426.589,-3029.73,75.6972,0.211493,300,5,0,8982,0,1,0,0,0),(104586,24673,571,1,1,10808,0,380.478,-3169.42,27.0635,0.638712,300,5,0,8982,0,1,0,0,0),(104587,28257,571,1,1,25267,0,5076.99,-3794.9,355.103,3.56694,300,5,0,8508,7981,1,0,0,0),(104588,24673,571,1,1,10808,0,351.364,-3040.18,75.6368,4.6781,300,5,0,8982,0,1,0,0,0),(104589,24673,571,1,1,10808,0,375.963,-3006.82,72.3532,5.12081,300,5,0,8982,0,1,0,0,0),(104590,24673,571,1,1,10808,0,974.878,-3103.16,39.5217,3.75097,300,5,0,8982,0,1,0,0,0),(104591,24161,571,1,1,22212,1,1565.83,-5577.12,226.689,4.79965,300,0,0,7984,0,0,0,0,0),(104592,24673,571,1,1,10808,0,322.758,-3119.71,35.7775,3.01986,300,5,0,8982,0,1,0,0,0),(104593,24673,571,1,1,10808,0,329.199,-3165.45,24.7311,5.83972,300,5,0,8982,0,1,0,0,0),(104594,24673,571,1,1,10808,0,277.2,-3068.67,48.0316,5.85664,300,5,0,8982,0,1,0,0,0),(104595,24673,571,1,1,10808,0,341.699,-3078.57,54.0035,2.73564,300,5,0,8982,0,1,0,0,0),(104596,24673,571,1,1,10808,0,367.525,-3093.42,69.6127,2.29953,300,5,0,8982,0,1,0,0,0),(104597,24673,571,1,1,10808,0,917.054,-3182.69,45.0948,4.15155,300,5,0,8982,0,1,0,0,0),(104598,24673,571,1,1,10808,0,886.186,-3010.66,45.243,3.13829,300,5,0,8982,0,1,0,0,0),(104599,24673,571,1,1,10808,0,1026.36,-3110.62,65.1885,3.87669,300,5,0,8982,0,1,0,0,0),(104600,28257,571,1,1,25267,0,5080.98,-3766.43,353.724,5.96547,300,5,0,8508,7981,1,0,0,0),(104601,24673,571,1,1,10808,0,913.779,-3189.33,35.3564,5.58202,300,5,0,8982,0,1,0,0,0),(104602,24673,571,1,1,10808,0,921.603,-2920.11,60.3734,4.25301,300,5,0,8982,0,1,0,0,0),(104603,24673,571,1,1,10808,0,925.86,-2994.42,60.5003,1.35743,300,5,0,8982,0,1,0,0,0),(104604,24673,571,1,1,10808,0,979.251,-2970.36,60.235,3.56329,300,5,0,8982,0,1,0,0,0),(104605,24673,571,1,1,10808,0,881.117,-3177.93,31.0724,3.52066,300,5,0,8982,0,1,0,0,0),(104606,24673,571,1,1,10808,0,864.756,-3083.21,28.9662,0.672465,300,5,0,8982,0,1,0,0,0),(104607,24673,571,1,1,10808,0,880.027,-3039.39,31.886,2.64394,300,5,0,8982,0,1,0,0,0),(104608,24673,571,1,1,10808,0,1011.56,-3076.35,59.7567,5.65835,300,5,0,8982,0,1,0,0,0),(104609,24673,571,1,1,10808,0,897.278,-3135.2,32.1377,4.25754,300,5,0,8982,0,1,0,0,0),(104610,24673,571,1,1,10808,0,924.006,-3080.78,40.3222,0.648326,300,5,0,8982,0,1,0,0,0),(104611,24673,571,1,1,10808,0,1007.17,-3011.66,61.242,0.736169,300,5,0,8982,0,1,0,0,0),(104612,24673,571,1,1,10808,0,485.895,-3001.42,34.5227,5.4224,300,5,0,8982,0,1,0,0,0),(104613,28257,571,1,1,25267,0,5158.58,-3701.46,358.211,2.75414,300,5,0,8508,7981,1,0,0,0),(104614,28257,571,1,1,25267,0,5025.36,-3604.26,349.464,5.78842,300,0,0,8508,7981,2,0,0,0),(104615,28257,571,1,1,25267,0,4956.23,-3479.7,294.033,3.66183,300,5,0,8508,7981,1,0,0,0),(104616,28257,571,1,1,25267,0,4736.76,-3384.62,291.573,4.09982,300,5,0,8508,7981,1,0,0,0),(104617,28257,571,1,1,25267,0,4850.36,-3413.15,293.152,1.53231,300,0,0,8508,7981,0,0,0,0),(104618,28257,571,1,1,25267,0,4857.62,-3354.79,292.126,4.34796,300,0,0,8508,7981,0,0,0,0),(104619,28257,571,1,1,25267,0,5071.9,-3665.46,295.455,1.09203,300,0,0,8508,7981,2,0,0,0),(104620,28257,571,1,1,25267,0,4851.27,-3290.95,290.226,-2.83612,300,0,0,8508,7981,0,0,0,0),(104621,28257,571,1,1,25267,0,4899.82,-3534.62,296.423,3.99264,300,5,0,8508,7981,1,0,0,0),(104622,28257,571,1,1,25267,0,5019.21,-3688.89,320.559,5.98559,300,0,0,8508,7981,2,0,0,0),(104623,28257,571,1,1,25267,0,5075.4,-3678.95,369.448,1.88739,300,5,0,8508,7981,1,0,0,0),(104624,29793,571,1,1,26552,0,6829.03,41.1422,773.231,3.52556,300,5,0,9416,8459,1,0,0,0),(104625,29793,571,1,1,26552,0,7029.17,-835.859,887.38,5.61996,300,5,0,9416,8459,1,0,0,0),(104626,29793,571,1,1,26552,0,7010.38,-414.571,809.384,5.50467,300,5,0,9416,8459,1,0,0,0),(104627,29793,571,1,1,26552,0,6529.95,-741.761,610.659,5.35816,300,5,0,9416,8459,1,0,0,0),(104628,29793,571,1,1,26552,0,7066.76,-742.368,747.346,2.26893,300,5,0,9416,8459,1,0,0,0),(104629,29793,571,1,1,26552,0,6947.05,-741.773,733.193,5.26721,300,5,0,9416,8459,1,0,0,0),(104630,29793,571,1,1,26552,0,6965.09,-796.901,735.161,3.45677,300,5,0,9416,8459,1,0,0,0),(104631,29793,571,1,1,26552,0,6904,-712.875,753.989,2.37365,300,5,0,9416,8459,1,0,0,0),(104632,29793,571,1,1,26552,0,7033.76,-508.57,737.331,1.43485,300,5,0,9416,8459,1,0,0,0),(104633,29793,571,1,1,26552,0,6975.92,-733.268,732.787,4.99487,300,5,0,9416,8459,1,0,0,0),(104634,29793,571,1,1,26552,0,7140.03,-406.222,846.342,4.13643,300,5,0,9416,8459,1,0,0,0),(104635,29793,571,1,1,26552,0,7113.94,-360.457,803.563,5.20582,300,5,0,9416,8459,1,0,0,0),(104636,29793,571,1,1,26552,0,6861.51,-114.893,793.518,0.078969,300,5,0,9416,8459,1,0,0,0),(104637,29793,571,1,1,26552,0,6809.66,-0.104655,758.342,0.792065,300,5,0,9416,8459,1,0,0,0),(104639,29793,571,1,1,26552,0,7013.5,-700.159,737.695,3.6954,300,5,0,9416,8459,1,0,0,0),(104640,29793,571,1,1,26552,0,6839.2,-177.648,747.294,1.23918,300,5,0,9416,8459,1,0,0,0),(104641,29793,571,1,1,26552,0,7027.08,-287.821,790.125,3.73882,300,5,0,9416,8459,1,0,0,0),(104642,29793,571,1,1,26552,0,6748.79,-75.3914,743.463,0.680678,300,5,0,9416,8459,1,0,0,0),(104643,25442,571,1,1,17188,0,3567.48,5531.07,86.6564,0.785398,300,5,0,8982,3155,1,0,0,0),(104644,29026,571,1,1,25177,0,5012.12,-3542.39,284.998,2.85432,300,5,0,11001,0,1,0,0,0),(104645,29282,571,1,1,26103,0,5989.43,608.026,650.699,0.453786,300,0,0,10635,0,0,0,0,0),(104646,2914,571,1,1,2958,0,1037.07,-5536.56,197.432,4.62103,300,5,0,8,0,1,0,0,0),(104647,28002,571,1,1,25107,0,5873.42,4876.16,-130.826,3.09562,300,5,0,10635,0,1,0,0,0),(104648,29538,571,1,1,26444,0,5932.23,577.78,609.837,4.01426,300,0,0,10635,0,0,0,0,0),(104649,28002,571,1,1,25107,0,5155.51,4721.06,-135.553,2.95246,300,5,0,10635,0,1,0,0,0),(104650,28002,571,1,1,25107,0,5164.63,4674.37,-136.069,1.70458,300,5,0,10635,0,1,0,0,0),(104651,28002,571,1,1,25466,0,5114.19,4744.79,-135.729,5.36279,300,5,0,10635,0,1,0,0,0),(104652,28002,571,1,1,15145,0,5287.64,4703.07,-136.276,4.6228,300,5,0,10635,0,1,0,0,0),(104653,28002,571,1,1,15145,0,5298.58,4750.11,-136.701,1.23329,300,5,0,10635,0,1,0,0,0),(104654,29026,571,1,1,25177,0,5056.07,-3537.45,285.107,0.098027,300,5,0,11001,0,1,0,0,0),(104655,28002,571,1,1,25466,0,5196.67,4744.36,-134.309,0.361692,300,5,0,10635,0,1,0,0,0),(104656,28002,571,1,1,25466,0,5285.76,4897.26,-133.47,5.54709,300,5,0,10635,0,1,0,0,0),(104657,28002,571,1,1,15145,0,5291.35,4947.12,-133.186,2.02183,300,5,0,10635,0,1,0,0,0),(104658,28002,571,1,1,15145,0,5229.37,4870.91,-129.489,3.27467,300,5,0,10635,0,1,0,0,0),(104659,28002,571,1,1,15145,0,5592.23,5020.16,-132.883,5.54927,300,5,0,10635,0,1,0,0,0),(104660,28002,571,1,1,25466,0,5505.95,5041.32,-135.986,0.378808,300,5,0,10635,0,1,0,0,0),(104661,28002,571,1,1,15145,0,5551.77,5850.34,-72.6773,0.611644,300,5,0,10635,0,1,0,0,0),(104662,28002,571,1,1,25107,0,5427.81,5619,-102.388,2.27839,300,5,0,10635,0,1,0,0,0),(104663,28002,571,1,1,25107,0,5462.37,5679.31,-102.643,2.52805,300,5,0,10635,0,1,0,0,0),(104664,28002,571,1,1,25107,0,5261.25,4644.83,-136.037,2.62604,300,5,0,10635,0,1,0,0,0),(104665,28002,571,1,1,25466,0,5255.37,5126.27,-135.736,3.25518,300,5,0,10635,0,1,0,0,0),(104666,28002,571,1,1,15145,0,5496.86,5011.17,-133,0.762613,300,5,0,10635,0,1,0,0,0),(104667,28002,571,1,1,25107,0,5358.55,5023.78,-139.077,6.2617,300,5,0,10635,0,1,0,0,0),(104668,28002,571,1,1,25466,0,5330.07,4993.82,-135.639,3.32022,300,5,0,10635,0,1,0,0,0),(104669,28002,571,1,1,25107,0,5662.44,4935.34,-133.494,4.31647,300,5,0,10635,0,1,0,0,0),(104670,28002,571,1,1,25107,0,5624.87,4997.41,-134.949,0.846208,300,5,0,10635,0,1,0,0,0),(104671,28002,571,1,1,15145,0,5605.39,4941.52,-133.598,0.028982,300,5,0,10635,0,1,0,0,0),(104672,28002,571,1,1,15145,0,5528.49,5955.73,-50.5547,4.19465,300,5,0,10635,0,1,0,0,0),(104673,28002,571,1,1,15145,0,5161.96,4777.44,-134.317,4.67129,300,5,0,10635,0,1,0,0,0),(104674,2914,571,1,1,2958,0,2568.07,-3160.39,131.863,2.49126,300,5,0,8,0,1,0,0,0),(104675,28002,571,1,1,25466,0,5728.67,5005.16,-135.694,5.01054,300,5,0,10635,0,1,0,0,0),(104676,28002,571,1,1,25107,0,5486.46,5146.88,-135.095,2.67785,300,5,0,10635,0,1,0,0,0),(104677,28002,571,1,1,15145,0,5682.29,4995.28,-135.518,0.922717,300,5,0,10635,0,1,0,0,0),(104678,28002,571,1,1,25107,0,5732.08,5222.24,-134.422,0.131756,300,5,0,10635,0,1,0,0,0),(104679,28002,571,1,1,25107,0,5495.91,5979.63,-43.5386,3.71517,300,5,0,10635,0,1,0,0,0),(104680,28002,571,1,1,15145,0,5494.03,5760.67,-89.6221,1.69011,300,5,0,10635,0,1,0,0,0),(104681,29026,571,1,1,25177,0,5055.17,-3575.33,285.004,5.67294,300,5,0,11001,0,1,0,0,0),(104682,28002,571,1,1,25107,0,5679.37,5129.93,-133.194,0.169027,300,5,0,10635,0,1,0,0,0),(104683,28002,571,1,1,25107,0,5470.03,5676.59,-102.745,1.84397,300,5,0,10635,0,1,0,0,0),(104684,28002,571,1,1,25107,0,5695.33,5172.03,-134.428,0.484141,300,5,0,10635,0,1,0,0,0),(104685,28002,571,1,1,25466,0,5658.21,5086.45,-134.274,0.118256,300,5,0,10635,0,1,0,0,0),(104686,28002,571,1,1,25466,0,5627.5,5162.23,-133.065,0.3114,300,5,0,10635,0,1,0,0,0),(104687,28002,571,1,1,25107,0,5695.95,5074.32,-133.909,2.07065,300,5,0,10635,0,1,0,0,0),(104688,28002,571,1,1,25466,0,5575.04,5359.11,-135.987,5.20848,300,5,0,10635,0,1,0,0,0),(104689,28002,571,1,1,25466,0,5561.77,5248.42,-134.446,1.51411,300,5,0,10635,0,1,0,0,0),(104690,28002,571,1,1,25466,0,5586.4,5320.54,-135.986,0.673957,300,5,0,10635,0,1,0,0,0),(104691,28002,571,1,1,25107,0,5517.75,5905.36,-61.136,1.95747,300,5,0,10635,0,1,0,0,0),(104692,28002,571,1,1,25466,0,5533.29,5469.26,-100.508,3.7001,300,0,0,10635,0,0,0,0,0),(104693,2914,571,1,1,1206,0,1478.49,-4653.28,180.943,1.39862,300,5,0,8,0,1,0,0,0),(104694,2914,571,1,1,2957,0,823.651,-5527.2,211.853,1.50392,300,5,0,8,0,1,0,0,0),(104695,2914,571,1,1,6303,0,916.516,-4465.46,142.544,6.09778,300,5,0,8,0,1,0,0,0),(104696,23906,571,1,1,21897,1,795.209,-4086.39,204.904,5.23599,300,0,0,9291,0,0,0,0,0),(104697,2914,571,1,1,2958,0,1994.43,-4510.04,207.578,6.05265,300,5,0,8,0,1,0,0,0),(104698,2914,571,1,1,6303,0,2609.31,-3006.7,109.939,2.90111,300,5,0,8,0,1,0,0,0),(104699,27234,571,1,1,24435,1,2935.83,-359.614,112.587,-1.653,300,0,0,9940,0,0,0,0,0),(104700,2914,571,1,1,2957,0,854.588,-4437.08,141.825,1.37153,300,5,0,8,0,1,0,0,0),(104701,2914,571,1,1,1206,0,897.792,-4506.33,151.582,2.48317,300,5,0,8,0,1,0,0,0),(104702,2914,571,1,1,6303,0,2397.92,-3197.92,156.59,2.23594,300,5,0,8,0,1,0,0,0),(104703,24162,571,1,1,22213,1,1501.6,-5607.05,226.995,5.53269,300,0,0,7984,0,0,0,0,0),(104704,24418,571,1,1,22878,0,1967.41,-3265.15,137.816,6.14356,300,0,0,26946,0,0,0,0,0),(104705,24418,571,1,1,22878,0,1923.36,-3269.43,166.611,5.76854,300,0,0,26946,0,0,0,0,0),(104706,24418,571,1,1,22878,0,1981.55,-3262.89,137.913,6.23082,300,0,0,26946,0,0,0,0,0),(104707,28258,571,1,1,23819,0,4751.73,-3404.62,290.589,5.83264,300,5,0,10635,0,1,0,0,0),(104708,29026,571,1,1,25177,0,5025.1,-3525.81,285.101,1.68001,300,5,0,11001,0,1,0,0,0),(104709,28258,571,1,1,23819,0,4915.66,-3466.11,292.168,5.46824,300,5,0,10635,0,1,0,0,0),(104710,28258,571,1,1,23819,0,4952.96,-3542.14,301.795,0.194284,300,5,0,10635,0,1,0,0,0),(104711,28258,571,1,1,23819,0,4913.5,-3519.18,294.639,3.93539,300,0,0,10635,0,0,0,0,0),(104712,28258,571,1,1,23819,0,4945.75,-3495.74,294.36,4.9045,300,5,0,10635,0,1,0,0,0),(104713,28258,571,1,1,23819,0,4829.8,-3305.06,289.959,0.804559,300,5,0,10635,0,1,0,0,0),(104714,28258,571,1,1,23819,0,5055.73,-3409.18,289.941,5.08812,300,0,0,10635,0,0,0,0,0),(104715,28258,571,1,1,23819,0,5036.78,-3412.92,289.856,1.06948,300,0,0,10635,0,0,0,0,0),(104716,28258,571,1,1,23819,0,4862.38,-3352.55,291.819,3.66018,300,0,0,10635,0,0,0,0,0),(104717,28258,571,1,1,23819,0,5007.28,-3399.27,291.035,5.9993,300,0,0,10635,0,0,0,0,0),(104718,28258,571,1,1,23819,0,4831.52,-3415.48,293.174,-0.389773,300,0,0,10635,0,0,0,0,0),(104719,28258,571,1,1,23819,0,4810.09,-3361.86,292.354,2.73808,300,5,0,10635,0,1,0,0,0),(104720,28258,571,1,1,23819,0,4905.52,-3392.62,291.506,-2.40333,300,0,0,10635,0,0,0,0,0),(104721,28258,571,1,1,23819,0,4831.36,-3490.49,291.161,0.276958,300,5,0,10635,0,1,0,0,0),(104722,28258,571,1,1,23819,0,5075.82,-3444.28,292.254,4.90951,300,0,0,10635,0,0,0,0,0),(104723,28258,571,1,1,23819,0,4945.16,-3395.7,291.435,1.3138,300,0,0,10635,0,0,0,0,0),(104724,28258,571,1,1,23819,0,4905.67,-3504.65,294.783,5.57651,300,0,0,10635,0,0,0,0,0),(104725,28258,571,1,1,23819,0,4919.88,-3582.34,298.561,3.25186,300,0,0,10635,0,0,0,0,0),(104726,28258,571,1,1,23819,0,4885.8,-3550.62,296.394,1.07702,300,5,0,10635,0,1,0,0,0),(104727,28258,571,1,1,23819,0,5042.84,-3451.57,288.677,1.04427,300,5,0,10635,0,1,0,0,0),(104728,31330,571,1,2,23858,0,4918.7,1280.09,225.863,3.81016,300,0,0,55005,0,0,0,0,0),(104729,31330,571,1,2,23858,0,4924.08,1280.76,227.238,3.43866,300,0,0,55005,0,0,0,0,0),(104730,31330,571,1,2,23858,0,4930.66,1289.55,229.488,1.31224,300,0,0,55005,0,0,0,0,0),(104731,31330,571,1,2,24093,0,4944.16,1296.75,233.34,3.12414,300,0,0,55005,0,0,0,0,0),(104732,31330,571,1,2,23858,0,4980.45,1226.92,229.259,2.55359,300,5,0,55005,0,1,0,0,0),(104733,31330,571,1,2,24230,0,4973.77,1223.55,229.022,5.63741,300,0,0,55005,0,0,0,0,0),(104734,25443,571,1,1,17188,0,3589.69,5633.59,74.2919,2.67035,300,5,0,8982,3155,1,0,0,0),(104735,28771,571,1,1,25670,1,6455.09,5096.63,-64.4071,4.39823,300,0,0,11379,3725,0,0,0,0),(104736,25699,571,1,1,23320,0,3713.5,3950.42,24.594,0.401426,300,0,0,8982,0,0,0,0,0),(104737,25699,571,1,1,23320,0,3202.39,4183.98,24.2495,1.06465,300,0,0,8982,0,0,0,0,0),(104738,29027,571,1,1,11686,0,5872.35,4117.23,-85.4289,1.88496,300,0,0,42,0,0,0,0,0),(104739,29027,571,1,1,11686,0,5878.83,4118.86,-85.4289,3.75246,300,0,0,42,0,0,0,0,0),(104740,29027,571,1,1,11686,0,5878.14,4117.07,-85.4289,1.67552,300,0,0,42,0,0,0,0,0),(104741,29027,571,1,1,11686,0,5871.58,4118.08,-85.4451,4.11898,300,0,0,42,0,0,0,0,0),(104742,25699,571,1,1,23320,0,3708.09,3921.93,24.8244,5.28835,300,0,0,8982,0,0,0,0,0),(104743,25699,571,1,1,23320,0,3759.44,4106.19,25.2228,5.63741,300,0,0,8982,0,0,0,0,0),(104744,25699,571,1,1,23320,0,3754.36,3912.72,25.6159,4.32842,300,0,0,8982,0,0,0,0,0),(104745,28003,571,1,1,2837,0,5999.95,4997.17,-106.357,1.16381,300,5,0,10635,3561,1,0,0,0),(104746,28003,571,1,1,2837,0,6009.18,4956.37,-107.458,3.70362,300,5,0,10635,3561,1,0,0,0),(104747,28003,571,1,1,2837,0,5991.04,4924.98,-106.088,0.500158,300,5,0,10635,3561,1,0,0,0),(104748,25699,571,1,1,23320,0,3826.35,4020.9,26.4731,2.11185,300,0,0,8982,0,0,0,0,0),(104749,25699,571,1,1,23320,0,3833.2,4049.84,24.688,0.855211,300,0,0,8982,0,0,0,0,0),(104750,25699,571,1,1,23320,0,3800.96,4008.38,24.4722,0.628319,300,0,0,8982,0,0,0,0,0),(104751,28003,571,1,1,2837,0,6167.65,5348.61,-123.657,4.51025,300,5,0,10635,3561,1,0,0,0),(104752,28003,571,1,1,2837,0,6138.79,5410.24,-116.381,4.74223,300,5,0,10635,3561,1,0,0,0),(104753,28003,571,1,1,2837,0,6025.73,5062.74,-123.534,0.250663,300,5,0,10635,3561,1,0,0,0),(104754,28003,571,1,1,2837,0,6005.26,5036.05,-110.975,3.82457,300,5,0,10635,3561,1,0,0,0),(104755,28003,571,1,1,2837,0,6125.46,5177.13,-124.785,4.67136,300,5,0,10635,3561,1,0,0,0),(104756,28003,571,1,1,2837,0,6164.23,5193.24,-125.153,5.31664,300,5,0,10635,3561,1,0,0,0),(104757,28003,571,1,1,2837,0,6143.65,5243.2,-124.776,2.40246,300,5,0,10635,3561,1,0,0,0),(104758,28003,571,1,1,2837,0,6077.04,5083.99,-123.121,4.46978,300,5,0,10635,3561,1,0,0,0),(104759,28003,571,1,1,2837,0,6076.6,5141.28,-127.115,4.61457,300,5,0,10635,3561,1,0,0,0),(104760,28003,571,1,1,2837,0,6037.29,5129.3,-119.812,0.331096,300,5,0,10635,3561,1,0,0,0),(104761,25699,571,1,1,23320,0,3741.93,4131.78,24.4958,4.17134,300,0,0,8982,0,0,0,0,0),(104765,25699,571,1,1,23320,0,3690.14,4114.28,24.0588,1.309,300,0,0,8982,0,0,0,0,0),(104766,25699,571,1,1,23320,0,3246.97,3982.03,24.8846,2.33874,300,0,0,8982,0,0,0,0,0),(104767,25699,571,1,1,23320,0,3523.82,3893.29,24.9026,2.21657,300,0,0,8982,0,0,0,0,0),(104768,26467,571,1,1,23861,0,4797.81,742.215,122.659,6.121,300,5,0,9940,0,1,0,0,0),(104769,26467,571,1,1,23861,0,4769.16,901.424,125.859,0.51042,300,0,0,9940,0,2,0,0,0),(104770,25699,571,1,1,23320,0,3783.2,4098.9,26.916,0.558505,300,0,0,8982,0,0,0,0,0),(104772,26467,571,1,1,23861,0,4681.69,838.257,116.202,4.91442,300,5,0,9940,0,1,0,0,0),(104773,26467,571,1,1,23861,0,4714.57,870.432,132.424,5.36067,300,5,0,9940,0,1,0,0,0),(104776,25699,571,1,1,23320,0,3698.28,4028.69,24.1053,5.61996,300,0,0,8982,0,0,0,0,0),(104777,25699,571,1,1,23320,0,3187.33,4031.9,23.9653,3.49066,300,0,0,8982,0,0,0,0,0),(104778,25699,571,1,1,23320,0,3518.01,3980.56,28.4822,4.2586,300,0,0,8982,0,0,0,0,0),(104781,25699,571,1,1,23320,0,3691.53,4010.49,23.9563,0.820305,300,0,0,8982,0,0,0,0,0),(104789,26467,571,1,1,23861,0,4724.45,653.226,126.665,6.27537,300,5,0,9940,0,1,0,0,0),(104790,26467,571,1,1,23861,0,4619.42,679.248,99.8768,0.23648,300,0,0,9940,0,2,0,0,0),(104791,26467,571,1,1,23861,0,4612.31,636.761,100.571,-1.02488,300,0,0,9940,0,2,0,0,0),(104792,26467,571,1,1,23861,0,4650.61,608.644,110.126,0.086055,300,0,0,9940,0,0,0,0,0),(104793,25699,571,1,1,23320,0,3485.33,3923.15,25.6253,0.244346,300,0,0,8982,0,0,0,0,0),(104795,23651,571,1,1,21932,1,959.306,-4963.93,3.41697,1.41372,300,0,0,6986,0,0,0,0,0),(104796,23651,571,1,1,21932,1,995.111,-4998.86,6.04919,1.16937,300,0,0,6986,0,0,0,0,0),(104797,23651,571,1,1,21932,1,950.253,-4852.37,5.48769,3.42495,300,0,0,6986,0,0,0,0,0),(104798,23651,571,1,1,21932,1,991.539,-4878.78,4.9619,3.83972,300,0,0,6986,0,0,0,0,0),(104799,23651,571,1,1,21933,1,1103.48,-4834.71,29.8176,3.10669,300,0,0,6986,0,0,0,0,0),(104800,23651,571,1,1,21932,1,1051.32,-4823.42,26.2278,2.32129,300,0,0,6986,0,0,0,0,0),(104801,23651,571,1,1,21932,1,1031.13,-5029.52,10.838,3.45575,300,0,0,6986,0,0,0,0,0),(104802,25699,571,1,1,23320,0,3221.64,3995.83,24.6799,0.506145,300,0,0,8982,0,0,0,0,0),(104803,25699,571,1,1,23320,0,3205.26,4017.5,25.4308,4.2586,300,0,0,8982,0,0,0,0,0),(104804,25699,571,1,1,23320,0,3579.18,3980.34,25.1071,5.74213,300,0,0,8982,0,0,0,0,0),(104805,25699,571,1,1,23320,0,3223.82,3975.51,24.639,1.90241,300,0,0,8982,0,0,0,0,0),(104810,28004,571,1,1,22321,0,6596.23,4485.54,-18.9589,3.08923,300,5,0,10635,0,1,0,0,0),(104811,30052,571,1,1,5988,0,7364.14,-963.991,909.548,0.487361,300,0,0,126000,0,2,0,0,0),(104812,26468,571,1,1,11686,0,4779.06,-4407.07,198.268,3.63029,300,0,0,41,60,0,0,0,0),(104813,24164,571,1,1,22170,1,389.696,-4590.44,243.19,0,300,0,0,9610,0,0,0,0,0),(104814,23908,571,1,1,21898,1,1399.23,-3201.35,161.058,2.21657,300,0,0,8982,0,0,0,0,0),(207629,34951,530,1,1,0,0,-1953.4,5248.49,-42.6463,2.11185,120,0,0,1,0,0,0,0,0),(104816,28004,571,1,1,22321,0,6436.41,4575.28,-47.2625,4.46643,300,5,0,10635,0,1,0,0,0),(207628,34951,530,1,1,0,0,-1928.93,5379.56,-12.3448,5.27089,120,0,0,1,0,0,0,0,0),(104818,28004,571,1,1,22321,0,6470.14,4565.89,-43.2414,2.49582,300,5,0,10635,0,1,0,0,0),(207627,34949,530,1,1,0,0,-1926.31,5376.15,-12.3448,2.11185,120,0,0,1,0,0,0,0,0),(207626,34951,530,1,1,0,0,-1915.73,5495.29,-12.3448,0.191986,120,0,0,1,0,0,0,0,0),(104821,25700,571,1,1,23320,0,3778.28,3912.68,29.3814,1.61598,300,5,0,8982,0,1,0,0,0),(104822,28004,571,1,1,22321,0,6521.99,4438.36,-23.3188,1.75363,300,5,0,10635,0,1,0,0,0),(104823,28004,571,1,1,22321,0,6382.64,4301.84,-42.149,1.16937,300,5,0,10635,0,1,0,0,0),(104825,28004,571,1,1,22321,0,6523.23,4357.7,-37.8063,3.40339,300,5,0,10635,0,1,0,0,0),(104826,28004,571,1,1,22321,0,6523.01,4390.44,-32.4983,2.53073,300,5,0,10635,0,1,0,0,0),(208774,25958,585,3,1,0,0,43.863,-364.554,-59.7066,0.890118,86400,0,0,1,0,0,0,0,0),(104828,25700,571,1,1,23320,0,3774.59,4041.1,27.8373,-2.59058,300,0,0,8982,0,0,0,0,0),(208773,25958,585,3,1,0,0,40.9816,-378.16,-59.7213,3.56047,86400,0,0,1,0,0,0,0,0),(208772,25958,585,3,1,0,0,34.8496,-404.141,-20.4417,0.855211,86400,0,0,1,0,0,0,0,0),(104831,25700,571,1,1,23320,0,3826.74,3996.78,28.4835,4.02728,300,5,0,8982,0,1,0,0,0),(208771,25958,585,3,1,0,0,26.6088,-412.217,-20.4446,2.49582,86400,0,0,1,0,0,0,0,0),(104833,28004,571,1,1,22321,0,6479.5,4518.79,-58.6353,1.23918,300,5,0,10635,0,1,0,0,0),(104834,28004,571,1,1,22321,0,6457.47,4414.32,-42.9636,0.715585,300,5,0,10635,0,1,0,0,0),(104835,28004,571,1,1,22321,0,6413.84,4409.61,-28.7758,4.5809,300,5,0,10635,0,1,0,0,0),(104836,25700,571,1,1,23320,0,3205.44,4162.56,27.1265,0.0582592,300,5,0,8982,0,1,0,0,0),(208770,25958,585,3,1,0,0,136.52,-414.044,-59.7014,1.65806,86400,0,0,1,0,0,0,0,0),(104838,28004,571,1,1,22321,0,6456.27,4304.03,-45.8744,3.12414,300,5,0,10635,0,1,0,0,0),(104839,28004,571,1,1,22321,0,6371.55,4249.79,-27.263,2.72809,300,5,0,10635,0,1,0,0,0),(104840,28004,571,1,1,22321,0,6423.78,4359.03,-46.1613,0.279253,300,5,0,10635,0,1,0,0,0),(104841,28004,571,1,1,22321,0,6496.46,4316.49,-27.039,0.401426,300,5,0,10635,0,1,0,0,0),(104842,28004,571,1,1,22321,0,6439.11,4288.38,-36.7001,2.42601,300,5,0,10635,0,1,0,0,0),(104843,28004,571,1,1,22321,0,6518.66,4346.77,-36.4723,2.63545,300,5,0,10635,0,1,0,0,0),(104844,28004,571,1,1,22321,0,6597.92,4561.86,-41.7784,3.12414,300,5,0,10635,0,1,0,0,0),(104845,28004,571,1,1,22321,0,6473.84,4357.38,-41.1347,1.41372,300,5,0,10635,0,1,0,0,0),(104846,28004,571,1,1,22321,0,6554.18,4493.84,-46.6764,3.05433,300,5,0,10635,0,1,0,0,0),(104847,28004,571,1,1,22321,0,6518.69,4460.52,-49.62,3.23378,300,5,0,10635,0,1,0,0,0),(104848,28004,571,1,1,22321,0,6463.77,4349.87,-38.4698,0.645772,300,5,0,10635,0,1,0,0,0),(104849,28004,571,1,1,22321,0,6572.41,4495.4,-31.4505,1.28724,300,5,0,10635,0,1,0,0,0),(104850,28004,571,1,1,22321,0,6485.67,4487.93,-49.0885,5.14872,300,5,0,10635,0,1,0,0,0),(104851,28004,571,1,1,22321,0,6536.27,4387.37,-44.3818,3.97935,300,5,0,10635,0,1,0,0,0),(104852,28004,571,1,1,22321,0,6545,4440.16,-23.2169,4.0695,300,5,0,10635,0,1,0,0,0),(104853,28004,571,1,1,22321,0,6546.31,4428.03,-39.92,0.715585,300,5,0,10635,0,1,0,0,0),(208769,25958,585,3,1,0,0,123.36,-412.648,-59.7014,3.29867,86400,0,0,1,0,0,0,0,0),(208768,25958,585,3,1,0,0,116.849,-368.094,-59.7013,4.2237,86400,0,0,1,0,0,0,0,0),(208767,25958,585,3,1,0,0,105.144,-363.11,-59.7013,6.03884,86400,0,0,1,0,0,0,0,0),(208766,25958,585,3,1,0,0,82.9535,-356.302,-59.7013,3.49066,86400,0,0,1,0,0,0,0,0),(208765,25959,585,3,1,0,0,42.8335,-428.136,-59.7013,2.6529,86400,0,0,1,0,0,0,0,0),(208764,25959,585,3,1,0,0,4.52398,-437.882,-20.4229,1.06465,86400,0,0,1,0,0,0,0,0),(208763,25959,585,3,1,0,0,23.8214,-448.607,-59.7078,2.53073,86400,0,0,1,0,0,0,0,0),(208762,25959,585,3,1,0,0,131.653,-367.834,-59.7014,4.13643,86400,0,0,1,0,0,0,0,0),(104862,28004,571,1,1,22321,0,6598.93,4536.77,-40.2397,3.35103,300,5,0,10635,0,1,0,0,0),(104864,25700,571,1,1,23320,0,3729.12,4126.39,25.5622,1.58752,300,5,0,8982,0,1,0,0,0),(208761,25959,585,3,1,0,0,12.9618,-444.502,-20.422,0.977384,86400,0,0,1,0,0,0,0,0),(208760,25959,585,3,1,0,0,119.682,-356.195,-59.7013,4.13643,86400,0,0,1,0,0,0,0,0),(104867,25700,571,1,1,23320,0,3503.46,3945.8,27.5638,1.66472,300,5,0,8982,0,1,0,0,0),(104868,24676,571,1,1,22578,1,421.729,-3210.77,57.1073,4.92638,300,5,0,8982,0,1,0,0,0),(104869,25700,571,1,1,23320,0,3283.74,4098.06,24.6877,6.05629,300,0,0,8982,0,0,0,0,0),(104870,25700,571,1,1,23320,0,3364.15,3946.77,25.0269,1.86067,300,5,0,8982,0,1,0,0,0),(104871,25700,571,1,1,23320,0,3275.31,4049.41,26.7935,2.97438,300,5,0,8982,0,1,0,0,0),(104872,25700,571,1,1,23320,0,3702.38,4081.46,24.5119,5.99603,300,5,0,8982,0,1,0,0,0),(104873,25700,571,1,1,23320,0,3612.05,3969.46,25.7991,4.88814,300,0,0,8982,0,2,0,0,0),(104874,25700,571,1,1,23320,0,3855.73,4031.05,29.369,3.99402,300,5,0,8982,0,1,0,0,0),(104875,27236,571,1,1,24436,0,2745.24,-186.08,138.855,5.6765,300,5,0,9610,0,1,0,0,0),(104876,25700,571,1,1,23320,0,3718.05,4011.16,23.6641,2.42601,300,0,0,8982,0,0,0,0,0),(104877,25700,571,1,1,23320,0,3301.66,4104.27,26.5651,5.90281,300,5,0,8982,0,1,0,0,0),(104878,28260,571,1,1,25077,1,4959.25,-3540.9,302.219,4.55531,300,0,0,10635,0,0,0,0,0),(104879,25700,571,1,1,23320,0,3796.59,4068.66,27.148,2.51654,300,5,0,8982,0,1,0,0,0),(208759,25960,585,3,1,0,0,-24.6114,-482.024,-22.1288,0.907571,86400,0,0,1,0,0,0,0,0),(208758,26579,585,3,1,0,0,-25.2361,-599.946,-31.0196,3.19395,86400,0,0,1,0,0,0,0,0),(208757,26057,585,3,1,11686,0,-25.2936,-599.476,-64.1914,2.6529,86400,0,0,1,0,0,0,0,0),(104885,25700,571,1,1,23320,0,3547.31,3938.46,28.1857,1.29432,300,0,0,8982,0,2,0,0,0),(104886,23652,571,1,1,21918,1,904.589,-4826.43,6.97941,1.48353,300,0,0,6986,0,0,0,0,0),(104887,23652,571,1,1,21917,1,871.98,-4915.24,3.36042,3.5142,300,0,0,6986,0,0,0,0,0),(104889,25700,571,1,1,23320,0,3672.14,4044.98,25.2208,1.51844,300,0,0,8982,0,0,0,0,0),(104890,25700,571,1,1,23320,0,3649.05,3947.57,25.1099,3.31645,300,0,0,8982,0,2,0,0,0),(104891,25700,571,1,1,23320,0,3735.57,4086.82,27.3756,5.10109,300,5,0,8982,0,1,0,0,0),(104892,25700,571,1,1,23320,0,3822.21,4073.81,26.4568,0.125813,300,5,0,8982,0,1,0,0,0),(104893,25700,571,1,1,23320,0,3802.22,3984.82,26.3581,5.99296,300,5,0,8982,0,1,0,0,0),(104894,25700,571,1,1,23320,0,3778.34,3912.8,29.2403,5.95093,300,0,0,8982,0,2,0,0,0),(104895,24676,571,1,1,22577,1,545.144,-3486.24,3.75152,2.8561,300,5,0,8982,0,1,0,0,0),(104897,24676,571,1,1,22577,1,541.698,-3485.41,3.34413,4.45473,300,0,0,8982,0,0,0,0,0),(104898,23652,571,1,1,21917,1,875.661,-4868.01,1.72909,0.628319,300,0,0,6986,0,0,0,0,0),(104899,23652,571,1,1,21917,1,891.192,-4859.37,3.74211,3.22886,300,0,0,6986,0,0,0,0,0),(104900,23652,571,1,1,21917,1,875.122,-4850.48,4.36977,5.13127,300,0,0,6986,0,0,0,0,0),(104901,28260,571,1,1,25077,1,4989.71,-3364.47,290.562,1.39626,300,0,0,10635,0,0,0,0,0),(104902,24676,571,1,1,22577,1,511.952,-3467,5.36883,1.79349,300,5,0,8982,0,1,0,0,0),(104903,24676,571,1,1,22578,1,544.974,-3468.86,7.18634,1.20076,300,0,0,8982,0,0,0,0,0),(104904,23652,571,1,1,21917,1,847.187,-4986.43,3.42016,1.15192,300,0,0,6986,0,0,0,0,0),(104905,28260,571,1,1,25023,1,5002.98,-3328.3,290.415,2.00713,300,0,0,10635,0,0,0,0,0),(104906,28260,571,1,1,25077,1,4943.99,-3554.5,298.628,0.925025,300,0,0,10635,0,0,0,0,0),(104907,23652,571,1,1,21918,1,832.953,-4900.83,2.29294,3.40931,300,0,0,6986,0,2,0,0,0),(104908,24676,571,1,1,22577,1,512.691,-3443.86,12.0232,1.58642,300,5,0,8982,0,1,0,0,0),(104909,24676,571,1,1,22577,1,553.208,-3457.69,10.1488,4.16393,300,5,0,8982,0,1,0,0,0),(104910,23652,571,1,1,21918,1,898.532,-4933.45,1.64206,4.20624,300,0,0,6986,0,0,0,0,0),(104911,24676,571,1,1,22577,1,538.864,-3485.13,3.2207,1.21568,300,0,0,8982,0,0,0,0,0),(104912,24676,571,1,1,22578,1,543.196,-3485.61,3.71412,5.99181,300,0,0,8982,0,0,0,0,0),(104913,24676,571,1,1,22577,1,533.735,-3432.61,14.5912,4.12625,300,5,0,8982,0,1,0,0,0),(104915,24676,571,1,1,22577,1,549.035,-3457.86,10.1623,0.338407,300,0,0,8982,0,0,0,0,0),(104916,24676,571,1,1,22578,1,565.32,-3412.6,18.9148,0.655219,300,5,0,8982,0,1,0,0,0),(104917,23652,571,1,1,21917,1,858.772,-4811.83,5.23974,5.39307,300,0,0,6986,0,0,0,0,0),(104918,23652,571,1,1,21917,1,841.909,-4884.97,0.859444,5.89921,300,0,0,6986,0,0,0,0,0),(104919,23652,571,1,1,21917,1,846.786,-4848.56,3.24959,1.39626,300,0,0,6986,0,0,0,0,0),(104920,23652,571,1,1,21917,1,856.279,-4900.55,3.14153,5.51524,300,0,0,6986,0,0,0,0,0),(104921,23652,571,1,1,21918,1,844.925,-4910.57,3.27748,0.645772,300,0,0,6986,0,0,0,0,0),(104922,23652,571,1,1,21918,1,897.901,-4959.46,1.49715,1.20428,300,0,0,6986,0,0,0,0,0),(208756,25955,585,3,1,0,1,-9.73014,-591.069,-64.0248,3.78736,86400,0,0,1,0,0,0,0,0),(104925,28260,571,1,1,25023,1,4887.54,-3387.21,292.047,2.14675,300,0,0,10635,0,0,0,0,0),(208755,25955,585,3,1,0,1,-33.6973,-615.418,-63.9301,1.01229,86400,0,0,1,0,0,0,0,0),(104927,28260,571,1,1,25023,1,4852.03,-3497.57,294.197,1.18682,300,0,0,10635,0,0,0,0,0),(104928,25700,571,1,1,23320,0,3778.7,3903.52,30.3418,1.61671,300,5,0,8982,0,1,0,0,0),(104929,28260,571,1,1,25023,1,4960.68,-3571.66,302.342,0.750492,300,0,0,10635,0,0,0,0,0),(208754,25955,585,3,1,0,1,-13.1506,-611.996,-64.036,2.30383,86400,0,0,1,0,0,0,0,0),(208753,25956,585,3,1,0,0,28.6212,-384.736,-59.7982,3.68441,86400,0,0,1,0,2,0,0,0),(104932,28260,571,1,1,25077,1,4954.71,-3507.15,297.559,3.42085,300,0,0,10635,0,0,0,0,0),(208752,25956,585,3,1,0,0,92.9872,-365.558,-59.7846,5.81297,86400,0,0,1,0,2,0,0,0),(208751,25954,585,3,1,0,0,46.2644,-627.747,-58.4958,0.750885,86400,0,0,1,0,2,0,0,0),(104936,28260,571,1,1,25023,1,4945.67,-3594.54,307.131,0.890118,300,0,0,10635,0,0,0,0,0),(104937,28260,571,1,1,25023,1,4913.64,-3394.99,292.207,0.593412,300,0,0,10635,0,0,0,0,0),(104938,28260,571,1,1,25023,1,4877.77,-3354.29,292.81,3.735,300,0,0,10635,0,0,0,0,0),(208750,25957,585,3,1,0,0,77.4056,-376.564,-23.6409,3.04626,86400,0,0,1,0,2,0,0,0),(208749,25957,585,3,1,0,0,65.2405,-453.614,-52.4197,3.06363,86400,0,0,1,0,2,0,0,0),(104941,28260,571,1,1,25024,1,4990.19,-3419.13,292.364,3.22886,300,0,0,10635,0,0,0,0,0),(104944,28260,571,1,1,25077,1,4762.24,-3457.66,291.827,0.244346,300,0,0,10635,0,0,0,0,0),(104945,28260,571,1,1,25077,1,5009.4,-3424.78,289.92,6.10865,300,0,0,10635,0,0,0,0,0),(104946,28260,571,1,1,25024,1,5020.64,-3456.96,288.354,0.366519,300,0,0,10635,0,0,0,0,0),(104947,28260,571,1,1,25023,1,4855.54,-3367.23,292.019,4.5204,300,0,0,10635,0,0,0,0,0),(104948,28260,571,1,1,25023,1,5005.65,-3384.59,290.616,0.418879,300,0,0,10635,0,0,0,0,0),(104949,28260,571,1,1,25023,1,4926.46,-3514.19,294.136,6.19592,300,0,0,10635,0,0,0,0,0),(104950,28260,571,1,1,25024,1,5046.91,-3478,287.041,1.78024,300,0,0,10635,0,0,0,0,0),(104952,28260,571,1,1,25023,1,4935.34,-3397.68,291.745,5.35816,300,0,0,10635,0,0,0,0,0),(104953,28260,571,1,1,25023,1,4827.41,-3461.16,290.714,0.331613,300,0,0,10635,0,0,0,0,0),(104955,28260,571,1,1,25023,1,4780.51,-3412.22,290.855,3.61283,300,0,0,10635,0,0,0,0,0),(104956,28260,571,1,1,25023,1,5121.26,-3455.67,292.227,3.61283,300,0,0,10635,0,0,0,0,0),(104957,28260,571,1,1,25024,1,4911.73,-3454.54,291.426,1.97222,300,0,0,10635,0,0,0,0,0),(104958,28260,571,1,1,25023,1,5051.85,-3429.63,290.343,6.23082,300,0,0,10635,0,0,0,0,0),(104959,28260,571,1,1,25025,1,5045.76,-3424.95,289.595,6.19592,300,0,0,10635,0,0,0,0,0),(104960,28260,571,1,1,25077,1,5117.37,-3453.53,291.96,1.8675,300,0,0,10635,0,0,0,0,0),(104961,28260,571,1,1,25077,1,5076.18,-3425.83,290.771,1.81514,300,0,0,10635,0,0,0,0,0),(104962,28260,571,1,1,25024,1,5039.57,-3394.24,290.901,3.83972,300,0,0,10635,0,0,0,0,0),(104963,28260,571,1,1,25077,1,5093.55,-3475.97,293.391,4.62512,300,0,0,10635,0,0,0,0,0),(104964,28260,571,1,1,25023,1,4983.77,-3398.9,290.95,4.85202,300,0,0,10635,0,0,0,0,0),(104965,28260,571,1,1,25023,1,4835.33,-3419.38,293.105,3.4383,300,0,0,10635,0,0,0,0,0),(104966,28260,571,1,1,25077,1,4917.89,-3582.56,298.628,4.74729,300,0,0,10635,0,0,0,0,0),(104967,28260,571,1,1,25077,1,4877.83,-3438.39,292.111,5.46288,300,0,0,10635,0,0,0,0,0),(104968,28260,571,1,1,25023,1,4912.1,-3520.6,294.787,4.34587,300,0,0,10635,0,0,0,0,0),(104969,28260,571,1,1,25077,1,4907.19,-3505.95,294.794,4.79965,300,0,0,10635,0,0,0,0,0),(104970,28260,571,1,1,25077,1,4944.89,-3449.95,296.592,2.60054,300,0,0,10635,0,0,0,0,0),(104971,28260,571,1,1,25025,1,4946.83,-3365.14,289.265,5.51524,300,0,0,10635,0,0,0,0,0),(104972,25700,571,1,1,23320,0,3673.61,4089.96,24.7277,6.04988,300,5,0,8982,0,1,0,0,0),(104990,29796,571,1,1,26123,1,7088.28,-1777.09,821.37,3.19395,300,0,0,12175,0,0,0,0,0),(104991,25700,571,1,1,23320,0,3493.45,3954.82,28.8745,2.40718,300,5,0,8982,0,1,0,0,0),(104992,25700,571,1,1,23320,0,3226.21,4260.43,26.7184,3.98921,300,5,0,8982,0,1,0,0,0),(104993,26725,571,1,1,1236,0,3541.93,4228.28,14.4575,2.61893,300,5,0,9610,3309,1,0,0,0),(104994,29285,571,1,1,26105,1,4536.41,-4147,196.093,1.69297,300,5,0,9291,3231,1,0,0,0),(104995,29285,571,1,1,26105,1,4528.78,-4252.11,189.873,5.85436,300,5,0,9291,3231,1,0,0,0),(104996,27749,571,1,1,24776,1,3631.95,1220.89,134.599,-0.935896,300,0,0,49700,0,0,0,0,0),(104997,27749,571,1,1,24774,1,3623.55,1222.41,140.142,5.88607,300,0,0,49700,0,0,0,0,0),(104998,27749,571,1,1,24773,1,3634.85,1221.76,134.395,0.269803,300,0,0,49700,0,0,0,0,0),(104999,27749,571,1,1,24773,1,3660.96,1232.27,142.014,4.11898,300,0,0,49700,0,0,0,0,0),(105000,27749,571,1,1,24776,1,3650.34,1146.37,156.948,3.47321,300,0,0,49700,0,0,0,0,0),(105001,26213,571,1,1,26344,1,3140.63,4884.43,3.13888,4.04916,300,0,0,9940,0,0,0,0,0),(105002,26469,571,1,1,11686,0,4529.28,-4441.64,186.439,5.95157,300,0,0,41,60,0,0,0,0),(105003,28261,571,1,1,25260,0,4590.41,-1077.1,165.566,0.541052,300,0,0,30846,0,0,0,0,0),(105109,25445,571,1,1,23916,0,2647.16,6249.69,95.6481,4.35904,300,5,0,6986,0,1,0,0,0),(105005,27749,571,1,1,24774,1,3636.94,1221.82,134.227,4.79965,300,0,0,49700,0,0,0,0,0),(105006,27749,571,1,1,24774,1,3665.12,1228.36,142.315,3.94444,300,0,0,49700,0,0,0,0,0),(105007,27749,571,1,1,24776,1,3651.93,1184.61,141.848,3.47321,300,0,0,49700,0,0,0,0,0),(105008,25701,571,1,1,23320,0,3761.16,3897.14,25.6983,5.88176,300,0,0,8982,0,0,0,0,0),(105009,25701,571,1,1,23320,0,3723.49,3920.61,25.104,5.91667,300,0,0,8982,0,0,0,0,0),(105010,25701,571,1,1,23320,0,3802.89,4037.26,24.9076,-2.20125,300,0,0,8982,0,0,0,0,0),(105011,27749,571,1,1,24774,1,3648.99,1215.52,132.662,4.10152,300,0,0,49700,0,0,0,0,0),(105012,27749,571,1,1,24775,1,3654.68,1212.06,132.537,4.11898,300,0,0,49700,0,0,0,0,0),(105013,27749,571,1,1,24774,1,3617.95,1178.11,139.571,1.36317,300,0,0,49700,0,0,0,0,0),(105014,27749,571,1,1,24774,1,3603.51,1143.79,144.502,5.93412,300,0,0,49700,0,0,0,0,0),(105016,24677,571,1,1,22611,0,817.758,-3081.66,27.0974,4.11426,300,5,0,8982,0,1,0,0,0),(105017,25701,571,1,1,23320,0,3754.74,4147.85,26.9691,1.74533,300,0,0,8982,0,0,0,0,0),(105018,25701,571,1,1,23320,0,3759.27,4127.07,25.0195,5.67232,300,0,0,8982,0,0,0,0,0),(105019,25701,571,1,1,23320,0,3709.18,4139.96,26.7088,3.45575,300,0,0,8982,0,0,0,0,0),(105020,25701,571,1,1,23320,0,3705.48,4110.28,24.0123,5.23599,300,0,0,8982,0,0,0,0,0),(105022,25701,571,1,1,23320,0,3785.93,4132.54,26.9673,3.64774,300,0,0,8982,0,0,0,0,0),(105023,25701,571,1,1,23320,0,3315.59,4016.97,28.6645,3.08923,300,0,0,8982,0,0,0,0,0),(105024,27749,571,1,1,24776,1,3654.54,1217.15,133.061,-1.58036,300,0,0,49700,0,0,0,0,0),(105025,25701,571,1,1,23320,0,3506.87,3915.15,24.732,6.00393,300,0,0,8982,0,0,0,0,0),(105026,25701,571,1,1,23320,0,3249.29,4060.74,28.3207,2.96706,300,0,0,8982,0,0,0,0,0),(105027,25701,571,1,1,23320,0,3254.49,3958.61,26.3465,6.0912,300,0,0,8982,0,0,0,0,0),(105028,25701,571,1,1,23320,0,3596.03,3990.35,25.2774,2.46091,300,0,0,8982,0,0,0,0,0),(105029,27237,571,1,1,24437,1,2888.33,-300.35,128.237,-1.6806,300,0,0,9940,3387,0,0,0,0),(105030,25701,571,1,1,23320,0,3277.66,4080.2,24.5179,6.14356,300,0,0,8982,0,0,0,0,0),(105032,25701,571,1,1,23320,0,3167.26,4020.75,25.6639,6.21337,300,0,0,8982,0,0,0,0,0),(105034,27237,571,1,1,24437,1,2890.55,-279.773,129.335,3.12414,300,0,0,9940,3387,0,0,0,0),(105035,25701,571,1,1,23320,0,3808.7,4045.22,24.8071,1.15192,300,0,0,8982,0,0,0,0,0),(105036,23653,571,1,1,22148,1,1574.04,-5159.41,193.191,0.05236,300,0,0,6986,0,0,0,0,0),(105037,28005,571,1,1,24998,1,4252.85,360.165,16.6508,4.17134,300,0,0,9940,0,0,0,0,0),(105038,28005,571,1,1,24997,1,4226.24,416.758,16.8863,2.61799,300,0,0,9940,0,0,0,0,0),(105039,28005,571,1,1,24997,1,4269.47,354.209,15.5922,4.76475,300,0,0,9940,0,0,0,0,0),(105040,25701,571,1,1,23320,0,3558.38,3960.26,28.3889,0.471239,300,0,0,8982,0,0,0,0,0),(105041,28005,571,1,1,24993,1,4300.24,459.869,-5.19294,4.74729,300,0,0,9940,0,0,0,0,0),(105042,28005,571,1,1,24997,1,4293.36,366.722,-5.97598,3.47321,300,0,0,9940,0,0,0,0,0),(105043,28005,571,1,1,24996,1,4286.52,375.548,-6.24348,3.22886,300,0,0,9940,0,0,0,0,0),(105044,28005,571,1,1,24993,1,4233.97,388.638,15.7359,3.36848,300,0,0,9940,0,0,0,0,0),(105045,28005,571,1,1,24996,1,4232.97,392.455,15.7819,2.49582,300,0,0,9940,0,0,0,0,0),(105047,25701,571,1,1,23320,0,3725.44,4045.29,26.3906,0.087266,300,0,0,8982,0,0,0,0,0),(105048,24677,571,1,1,22611,0,408.963,-3329.73,47.186,5.70927,300,5,0,8982,0,1,0,0,0),(105051,25701,571,1,1,23320,0,3522.92,3944.84,25.5545,3.56047,300,0,0,8982,0,0,0,0,0),(105052,28005,571,1,1,24997,1,4312.82,426.017,-2.63346,2.30383,300,0,0,9940,0,0,0,0,0),(105053,28005,571,1,1,24997,1,4368.29,436.526,-3.28906,5.8294,300,0,0,9940,0,0,0,0,0),(105054,28005,571,1,1,24998,1,4363.89,429.515,-4.41553,5.16617,300,0,0,9940,0,0,0,0,0),(105055,28005,571,1,1,24993,1,4324.09,451.914,-5.79381,3.14159,300,0,0,9940,0,0,0,0,0),(105056,28005,571,1,1,24996,1,4320.29,430.56,-4.00295,2.35619,300,0,0,9940,0,0,0,0,0),(105057,28005,571,1,1,24993,1,4375.26,400.59,3.24578,4.81711,300,0,0,9940,0,0,0,0,0),(105058,28005,571,1,1,24996,1,4383.13,405.043,8.12227,4.81711,300,0,0,9940,0,0,0,0,0),(105059,28005,571,1,1,24993,1,4324.54,442.734,-5.0751,2.58309,300,0,0,9940,0,0,0,0,0),(105060,28005,571,1,1,24998,1,4363.33,394.347,-1.63701,4.4855,300,0,0,9940,0,0,0,0,0),(105061,28005,571,1,1,24993,1,4374.55,443.392,-4.16732,5.44543,300,0,0,9940,0,0,0,0,0),(105062,28005,571,1,1,24993,1,4301.44,420.242,-1.20938,2.00713,300,0,0,9940,0,0,0,0,0),(105063,28005,571,1,1,24997,1,4322.71,460.008,-6.13687,3.76991,300,0,0,9940,0,0,0,0,0),(105064,28005,571,1,1,24998,1,4312.62,464.992,-5.75329,4.95674,300,0,0,9940,0,0,0,0,0),(105065,28005,571,1,1,24997,1,4350.06,534.906,-4.15676,0.593412,300,0,0,9940,0,0,0,0,0),(105066,28005,571,1,1,24993,1,4367.6,468.82,-5.11134,0.191986,300,0,0,9940,0,0,0,0,0),(105067,28005,571,1,1,24998,1,4296.42,534.008,-6.25514,2.19912,300,0,0,9940,0,0,0,0,0),(105068,28005,571,1,1,24998,1,4367.21,489.395,-4.95263,5.46288,300,0,0,9940,0,0,0,0,0),(105069,28005,571,1,1,24996,1,4341.21,554.91,-3.23385,5.96903,300,0,0,9940,0,0,0,0,0),(105070,28005,571,1,1,24998,1,4354.04,511.691,-5.05698,0.733038,300,0,0,9940,0,0,0,0,0),(105071,28005,571,1,1,24997,1,4355.93,474.023,-6.57682,0.575959,300,0,0,9940,0,0,0,0,0),(105072,28005,571,1,1,24996,1,4361.69,461.3,-6.42514,2.14675,300,0,0,9940,0,0,0,0,0),(105073,28005,571,1,1,24997,1,4364.22,499.028,-6.1243,0.750492,300,0,0,9940,0,0,0,0,0),(105074,28005,571,1,1,24997,1,4346.28,544.277,-3.18126,5.65487,300,0,0,9940,0,0,0,0,0),(105075,28005,571,1,1,24997,1,4368.79,462.542,-5.45309,0.05236,300,0,0,9940,0,0,0,0,0),(105076,28005,571,1,1,24997,1,4366.59,477.64,-5.27638,6.00393,300,0,0,9940,0,0,0,0,0),(105077,24677,571,1,1,22611,0,739.04,-3255.7,24.0382,1.52828,300,5,0,8982,0,1,0,0,0),(105078,24677,571,1,1,22611,0,613.086,-3344.76,25.4353,0.39438,300,5,0,8982,0,1,0,0,0),(105079,23653,571,1,1,22148,1,1416.73,-5166.34,183.329,3.85718,300,0,0,6986,0,0,0,0,0),(105080,23653,571,1,1,22148,1,1309.63,-5258.97,175.167,5.2709,300,0,0,6986,0,0,0,0,0),(105081,23653,571,1,1,22148,1,1401.53,-5247.95,188.003,3.12414,300,0,0,6986,0,0,0,0,0),(105082,24677,571,1,1,22611,0,431.995,-3375.34,52.7921,-0.921605,300,0,0,8982,0,0,0,0,0),(105083,24677,571,1,1,22611,0,490.691,-3226.25,25.7364,3.19859,300,5,0,8982,0,1,0,0,0),(105084,24677,571,1,1,22611,0,434.925,-3357.3,52.648,3.68871,300,0,0,8982,0,0,0,0,0),(105085,24677,571,1,1,22611,0,720.511,-3248.17,25.2554,0.545396,300,5,0,8982,0,1,0,0,0),(105089,23653,571,1,1,22148,1,1402.56,-5203.22,187.849,3.10669,300,0,0,6986,0,0,0,0,0),(105090,23653,571,1,1,22147,1,1396.29,-5375.88,192.18,3.75246,300,0,0,6986,0,0,0,0,0),(105091,23653,571,1,1,22147,1,1432.64,-5437.21,189.394,3.82227,300,0,0,6986,0,0,0,0,0),(105092,23653,571,1,1,22147,1,1454.86,-5462.36,191.524,3.57792,300,0,0,6986,0,0,0,0,0),(105093,23653,571,1,1,22148,1,1411.29,-5411.52,188.226,3.63029,300,0,0,6986,0,0,0,0,0),(105094,23653,571,1,1,22147,1,1383.43,-5339.81,188.106,3.45575,300,0,0,6986,0,0,0,0,0),(105095,23653,571,1,1,22147,1,1607.53,-5321.85,192.71,0.087266,300,0,0,6986,0,0,0,0,0),(105097,27493,571,1,1,24679,1,4473.52,-2261.08,180.88,3.15905,300,0,0,12338,0,0,0,0,0),(105098,25701,571,1,1,23320,0,3351.02,3940.81,25.0413,1.72788,300,0,0,8982,0,0,0,0,0),(105099,24677,571,1,1,22611,0,318.143,-3199.98,20.9015,0.753597,300,5,0,8982,0,1,0,0,0),(105100,24677,571,1,1,22611,0,664.876,-3116.27,40.8756,5.34038,300,5,0,8982,0,1,0,0,0),(105101,24677,571,1,1,22611,0,783.649,-3220.07,23.8681,2.5655,300,5,0,8982,0,1,0,0,0),(105102,24677,571,1,1,22611,0,750.721,-3155.93,27.5856,3.4818,300,5,0,8982,0,1,0,0,0),(105103,24677,571,1,1,22611,0,733.678,-3153.18,27.6679,2.41236,300,0,0,8982,0,0,0,0,0),(105104,24677,571,1,1,22611,0,439.719,-3140,26.6853,4.11535,300,5,0,8982,0,1,0,0,0),(105105,24677,571,1,1,22611,0,493.617,-3137.57,25.3103,1.61842,300,0,0,8982,0,0,0,0,0),(105106,24677,571,1,1,22611,0,753.406,-3156.66,27.2667,3.03255,300,5,0,8982,0,1,0,0,0),(105108,25701,571,1,1,23320,0,3655.12,4118.66,25.7687,3.4383,300,0,0,8982,0,0,0,0,0),(105004,25445,571,1,1,23916,0,2564.41,6194.99,99.7464,3.00253,300,5,0,6986,0,1,0,0,0),(105113,25702,571,1,1,23324,1,4182.67,5255.37,26.4601,1.97222,300,0,0,8982,0,0,0,0,0),(105114,29798,571,1,1,26742,0,7090.47,-1765.8,821.052,3.7001,300,0,0,12600,0,0,0,0,0),(105115,29798,571,1,1,26742,0,7078.8,-1715.82,820.847,3.24631,300,0,0,12600,0,0,0,0,0),(105116,29798,571,1,1,26742,0,7082.58,-1736.8,820.688,3.7001,300,0,0,12600,0,0,0,0,0),(105117,24678,571,1,1,24048,0,550.87,-3473.96,6.4921,1.0821,300,0,0,8982,0,0,0,0,0),(105118,24678,571,1,1,24048,0,546.95,-3499.38,1.65366,3.9968,300,0,0,8982,0,0,0,0,0),(105119,24678,571,1,1,24048,0,575.349,-3477.45,6.19743,1.16937,300,0,0,8982,0,0,0,0,0),(105120,24678,571,1,1,24048,0,513.756,-3475.18,3.05483,4.32842,300,0,0,8982,0,0,0,0,0),(105121,24678,571,1,1,24048,0,563.589,-3447.75,12.5922,3.89208,300,0,0,8982,0,0,0,0,0),(105122,24678,571,1,1,24048,0,531.682,-3453.6,11.9793,1.8326,300,0,0,8982,0,0,0,0,0),(105123,24678,571,1,1,24048,0,599.429,-3485.27,3.57366,1.39626,300,0,0,8982,0,0,0,0,0),(105124,26470,571,1,1,11686,0,4664.77,-4606.26,208.859,1.74533,300,0,0,41,60,0,0,0,0),(105125,28518,571,1,1,25500,1,5211.84,-1302.07,242.486,5.35816,300,0,0,31905,0,0,0,0,0),(105126,28262,571,1,1,25261,0,4595.27,-1079.06,165.566,2.02458,300,0,0,31905,0,0,0,0,0),(105127,28774,571,1,1,25673,0,5767.96,627.193,650.175,3.61283,300,0,0,8508,7981,0,0,0,0),(105128,27494,571,1,1,26870,1,3018.42,4107.82,24.7974,5.24342,300,0,0,9940,0,0,0,0,0),(143418,37878,571,1,1,0,0,4787.11,-566.201,161.681,0,120,0,0,1,0,0,0,0,0),(105130,27750,571,1,1,24090,1,4903.91,1220.93,223.76,5.904,300,0,0,53175,17805,2,0,0,0),(105131,23654,571,1,1,22137,1,1029.75,-5624.58,221.292,2.28638,300,0,0,6986,0,0,0,0,0),(105132,23654,571,1,1,22138,1,1019.54,-5613.54,223.271,5.44543,300,0,0,6986,0,0,0,0,0),(27948,23815,568,1,1,0,0,375.814,1137.73,6.50146,4.77653,25,0,0,42,0,0,0,0,0),(105135,23654,571,1,1,22138,1,868.906,-5646.19,221.954,3.15905,300,0,0,6986,0,0,0,0,0),(105136,23654,571,1,1,22138,1,831.38,-5502.96,213.345,6.16101,300,0,0,6986,0,0,0,0,0),(105137,23654,571,1,1,22138,1,816.31,-5566.95,220.01,5.69518,300,0,0,6986,0,2,0,0,0),(105138,23654,571,1,1,22138,1,803.481,-5577.47,225.438,4.69494,300,0,0,6986,0,0,0,0,0),(105139,23654,571,1,1,22137,1,984.894,-5368.43,193.334,3.10161,300,5,0,6986,0,1,0,0,0),(105140,23654,571,1,1,21965,1,1052.46,-5539.4,203.486,0.331613,300,0,0,6986,0,0,0,0,0),(105141,23654,571,1,1,22138,1,1062.21,-5497.46,198.766,1.48548,300,0,0,6986,0,2,0,0,0),(203520,31400,571,1,1,0,0,5314.68,749.915,222.2,0.191986,120,0,0,1,0,0,0,0,0),(105143,23654,571,1,1,22137,1,885.737,-5543.07,192.453,1.65677,300,0,0,6986,0,2,0,0,0),(105144,23654,571,1,1,22138,1,1039.93,-5400.06,196.99,1.76928,300,5,0,6986,0,1,0,0,0),(105145,23654,571,1,1,22137,1,944.985,-5700.7,225.902,3.33261,300,0,0,6986,0,2,0,0,0),(105146,23654,571,1,1,22137,1,941.457,-5675.31,226.003,4.81711,300,0,0,6986,0,0,0,0,0),(105147,23654,571,1,1,21965,1,1021.21,-5412.21,191.105,5.35816,300,0,0,6986,0,0,0,0,0),(105148,23654,571,1,1,22138,1,967.108,-5514.23,185.556,3.29376,300,0,0,6986,0,2,0,0,0),(105149,23654,571,1,1,22137,1,846.36,-5491.41,213.345,5.019,300,0,0,6986,0,2,0,0,0),(105150,23654,571,1,1,22137,1,974.656,-5509.99,185.539,1.24385,300,0,0,6986,0,2,0,0,0),(105151,23654,571,1,1,21965,1,955.414,-5519.07,185.9,0.645189,300,0,0,6986,0,2,0,0,0),(27482,30003,571,1,1,0,1,6136.29,-315.893,436.353,5.01669,300,0,0,11379,11175,0,0,0,0),(105153,23911,571,1,1,21904,1,1331.45,-3269.38,184.279,2.87979,300,0,0,3237,0,0,0,0,0),(105154,23911,571,1,1,21904,1,1305.78,-3277.54,193.768,2.51327,300,0,0,3237,0,0,0,0,0),(105155,23911,571,1,1,21903,1,1305.17,-3283.29,184.167,2.82743,300,0,0,3237,0,0,0,0,0),(105156,23911,571,1,1,21905,1,1318.73,-3261.1,175.322,5.93412,300,0,0,3237,0,0,0,0,0),(105157,23911,571,1,1,21903,1,1318.33,-3288.7,177.136,4.24115,300,0,0,3237,0,0,0,0,0),(105158,23911,571,1,1,21905,1,1332.23,-3265.7,175.56,4.4855,300,0,0,3237,0,0,0,0,0),(105159,27495,571,1,1,24666,1,2710.95,-2319.22,21.1799,4.67748,300,0,0,11052,0,0,0,0,0),(105160,26471,571,1,1,23855,1,3846.75,1492.92,92.5503,4.11898,300,0,0,50400,44070,0,0,0,0),(105162,28263,571,1,1,25262,0,4596.83,-1073.76,165.566,3.50811,300,0,0,31905,0,0,0,0,0),(105163,23911,571,1,1,21904,1,1314.03,-3284.9,177.286,2.4588,300,0,0,3237,0,2,0,0,0),(105164,23911,571,1,1,21902,1,1310.62,-3290.42,174.028,0.925025,300,0,0,3237,0,0,0,0,0),(105165,23911,571,1,1,21903,1,1306.46,-3275.17,177.078,0.785398,300,0,0,3237,0,0,0,0,0),(105166,29543,571,1,1,26331,0,7060.55,-1975.39,768.575,1.37881,300,0,0,60875,0,0,0,0,0),(105167,27751,571,1,1,24777,1,3627.01,1221.11,137.516,5.01471,300,0,0,102820,0,0,0,0,0),(105168,23911,571,1,1,21905,1,1325.48,-3291.26,177.79,4.24115,300,0,0,3237,0,0,0,0,0),(105169,23911,571,1,1,21903,1,1328.05,-3285.6,184.127,1.18682,300,0,0,3237,0,0,0,0,0),(105170,23911,571,1,1,21904,1,1322.24,-3296.95,174.176,0.925025,300,0,0,3237,0,0,0,0,0),(105171,23911,571,1,1,21905,1,1388.67,-3243.52,167.006,3.7001,300,0,0,3237,0,0,0,0,0),(105172,23911,571,1,1,21904,1,1331.07,-3256.4,175.566,4.18879,300,0,0,3237,0,0,0,0,0),(105173,23911,571,1,1,21904,1,1330.82,-3286.57,174.712,2.53073,300,0,0,3237,0,0,0,0,0),(105174,23911,571,1,1,21902,1,1385.17,-3244.64,162.837,2.07694,300,0,0,3237,0,0,0,0,0),(105175,23911,571,1,1,21902,1,1315.8,-3276.73,184.222,2.9147,300,0,0,3237,0,0,0,0,0),(105176,23911,571,1,1,21903,1,1306.18,-3269.15,175.457,5.67232,300,0,0,3237,0,0,0,0,0),(105177,23911,571,1,1,21904,1,1324.08,-3279.49,178.009,4.13643,300,0,0,3237,0,0,0,0,0),(105178,23911,571,1,1,21905,1,1452.82,-3184,165.531,4.45059,300,5,0,3237,0,1,0,0,0),(105179,23911,571,1,1,21903,1,1447.54,-3172.35,165.639,2.33874,300,5,0,3237,0,1,0,0,0),(105180,23911,571,1,1,21903,1,1322.6,-3261.42,184.277,4.27606,300,0,0,3237,0,0,0,0,0),(105181,23911,571,1,1,21903,1,1306.38,-3271.15,184.171,5.74213,300,0,0,3237,0,0,0,0,0),(105182,23655,571,1,1,22144,1,1440.65,-5253.07,207.038,3.21141,300,0,0,6986,0,0,0,0,0),(105183,23655,571,1,1,22143,1,1468.39,-5316.96,196.166,5.74213,300,0,0,6986,0,0,0,0,0),(105184,23655,571,1,1,22144,1,1535.76,-5407.99,190.267,6.08873,300,0,0,6986,0,2,0,0,0),(105185,23655,571,1,1,22143,1,1510.35,-5323.21,197.156,2.26893,300,0,0,6986,0,0,0,0,0),(105186,23655,571,1,1,22144,1,1433.29,-5288.5,195.213,4.13457,300,0,0,6986,0,2,0,0,0),(105187,23655,571,1,1,22143,1,1530.73,-5260.94,202.272,1.19283,300,0,0,6986,0,2,0,0,0),(105188,28519,571,1,1,26857,0,5342.48,-1253.9,244.088,4.87657,300,5,0,10282,0,1,0,0,0),(105189,28519,571,1,1,26857,0,5381.83,-1243.92,249.073,1.16007,300,5,0,10282,0,1,0,0,0),(105190,28519,571,1,1,26857,0,5290.39,-1813.22,242.823,1.42637,300,5,0,10282,0,1,0,0,0),(105191,28519,571,1,1,26857,0,5177.89,-1521.84,235.307,3.1338,300,5,0,10282,0,1,0,0,0),(105192,28519,571,1,1,26857,0,5251.04,-1501.04,236.152,3.06108,300,5,0,10282,0,1,0,0,0),(105193,28519,571,1,1,26857,0,5384.58,-1678.56,247.827,0.632203,300,5,0,10282,0,1,0,0,0),(105194,28519,571,1,1,26857,0,5406.14,-1628.87,248.292,6.01167,300,5,0,10282,0,1,0,0,0),(105195,28519,571,1,1,26857,0,5213.2,-1492.44,238.829,5.06988,300,5,0,10282,0,1,0,0,0),(105196,28519,571,1,1,26857,0,5342,-1243.66,244.021,2.57122,300,5,0,10282,0,1,0,0,0),(105197,28519,571,1,1,26857,0,5442,-1305.72,239.272,1.22378,300,5,0,10282,0,1,0,0,0),(105198,28519,571,1,1,26857,0,5287.41,-1728.52,231.957,3.07396,300,5,0,10282,0,1,0,0,0),(105199,28519,571,1,1,26857,0,5286.15,-1520.77,230.91,6.09909,300,5,0,10282,0,1,0,0,0),(105200,28519,571,1,1,26857,0,5376.52,-1575.04,240.721,1.17706,300,5,0,10282,0,1,0,0,0),(105201,28519,571,1,1,26857,0,5338.59,-1563.91,232.404,3.86086,300,5,0,10282,0,1,0,0,0),(105202,28519,571,1,1,26857,0,5261.38,-1594.34,231.056,4.10939,300,5,0,10282,0,1,0,0,0),(105203,28519,571,1,1,26857,0,5223.75,-1550.17,237.917,4.72753,300,5,0,10282,0,1,0,0,0),(200856,33643,571,1,1,0,1,8531.45,821.792,574.972,4.67748,120,0,0,1,0,0,0,0,0),(105205,28519,571,1,1,26857,0,5391.16,-1347.47,237.079,5.19684,300,5,0,10282,0,1,0,0,0),(105206,28519,571,1,1,26857,0,5308.77,-1480,237.145,3.91874,300,5,0,10282,0,1,0,0,0),(105207,28519,571,1,1,26857,0,5418.61,-1390.5,239.329,0.582246,300,5,0,10282,0,1,0,0,0),(105208,28519,571,1,1,26857,0,5471.66,-1388.35,239.329,1.01727,300,5,0,10282,0,1,0,0,0),(105209,28519,571,1,1,26857,0,5249.58,-1456.98,238.176,3.59694,300,5,0,10282,0,1,0,0,0),(105210,28519,571,1,1,26857,0,5304.07,-1435.47,238.893,5.30633,300,5,0,10282,0,1,0,0,0),(105211,28519,571,1,1,26857,0,5398.67,-1451.72,240.055,6.17706,300,5,0,10282,0,1,0,0,0),(105212,28519,571,1,1,26857,0,5341.52,-1431.22,238.204,4.84484,300,5,0,10282,0,1,0,0,0),(105213,28519,571,1,1,26857,0,5348.38,-1506.23,237.405,0.827208,300,5,0,10282,0,1,0,0,0),(105214,28519,571,1,1,26857,0,5357.27,-1378.59,237.079,5.12744,300,5,0,10282,0,1,0,0,0),(105215,28519,571,1,1,26857,0,5377.33,-1501.24,240.546,2.11138,300,5,0,10282,0,1,0,0,0),(105216,28519,571,1,1,26857,0,5158.68,-1493.03,235.184,3.6157,300,5,0,10282,0,1,0,0,0),(105217,28519,571,1,1,26857,0,5398.22,-1631.09,249.197,0.287154,300,5,0,10282,0,1,0,0,0),(105218,28519,571,1,1,26857,0,5362.89,-1247.73,247.464,-2.48556,300,0,0,10282,0,0,0,0,0),(105219,28519,571,1,1,26857,0,5320.04,-1259.31,240.139,-2.8055,300,0,0,10282,0,0,0,0,0),(105220,28519,571,1,1,26857,0,5385.99,-1686.74,246.702,3.64703,300,5,0,10282,0,1,0,0,0),(200851,33687,571,1,1,0,0,8026.11,2686.62,550.965,3.27855,300,0,0,107848,4169,2,0,0,0),(105222,28519,571,1,1,26857,0,5329.92,-1377.57,240.596,-2.89458,300,0,0,10282,0,0,0,0,0),(105223,28519,571,1,1,26857,0,5256,-1448.45,237.202,0.262297,300,5,0,10282,0,1,0,0,0),(105224,28519,571,1,1,26857,0,5375,-1427.97,237.088,1.5708,300,5,0,10282,0,1,0,0,0),(105225,28519,571,1,1,26857,0,5373.3,-1409.58,237.079,4.91321,300,5,0,10282,0,1,0,0,0),(105226,28519,571,1,1,26857,0,5338.49,-1419.66,240.329,2.37272,300,5,0,10282,0,1,0,0,0),(105227,28519,571,1,1,26857,0,5376.6,-1282.29,237.023,0.510414,300,5,0,10282,0,1,0,0,0),(105228,28519,571,1,1,26857,0,5337.04,-1517.67,236.531,4.25226,300,5,0,10282,0,1,0,0,0),(105230,28519,571,1,1,26857,0,5382.59,-1486.39,239.859,1.32465,300,5,0,10282,0,1,0,0,0),(105231,28519,571,1,1,26857,0,5365.06,-1579.29,237.816,2.57419,300,5,0,10282,0,1,0,0,0),(105232,27496,571,1,1,26612,0,2786.73,-2126.01,23.5204,4.45059,300,0,0,11052,0,0,0,0,0),(105233,31080,571,1,1,27465,1,5714.02,543.525,652.941,0.366519,300,0,0,50400,3994,0,0,0,0),(105234,31848,571,1,1,27756,0,5783.38,839.359,680.425,5.42797,300,0,0,12600,0,0,0,0,0),(105235,28264,571,1,1,25263,1,4572.22,-1065.02,166.106,5.79449,300,0,0,15952,0,0,0,0,0),(105236,26472,571,1,1,239,0,5167.64,-4598.8,285.132,2.83568,300,5,0,10282,0,1,0,0,0),(105237,28776,571,1,1,25674,0,5762.86,628.569,650.175,4.03171,300,0,0,10635,0,0,0,0,0),(105238,28008,571,1,1,11686,0,4309.54,443.312,40.2775,6.05629,300,0,0,8982,0,0,0,0,0),(105239,28008,571,1,1,11686,0,4274.86,445.82,19.673,5.46288,300,0,0,8982,0,0,0,0,0),(105240,28008,571,1,1,11686,0,4280.81,426.039,22.253,3.45575,300,0,0,8982,0,0,0,0,0),(105241,24168,571,1,1,22171,1,404.994,-4594.19,242.132,3.66519,300,0,0,9610,0,0,0,0,0),(105242,27496,571,1,1,26612,0,2875.63,-2006.26,48.1325,3.52556,300,0,0,11052,0,0,0,0,0),(105243,29544,571,1,1,24531,0,7116.35,-2036.6,768.26,2.32129,300,0,0,48700,0,0,0,0,0),(105244,26472,571,1,1,23958,0,5070.62,-4851.34,286.045,3.80955,300,5,0,10282,0,1,0,0,0),(105245,26984,571,1,1,24222,1,462.244,-4651.81,247.488,2.87979,300,0,0,8982,0,0,0,0,0),(105246,28008,571,1,1,11686,0,4220.84,546.179,11.8212,3.82227,300,0,0,8982,0,0,0,0,0),(105247,28008,571,1,1,11686,0,4403.63,471.267,44.5637,1.15192,300,0,0,8982,0,0,0,0,0),(105248,28008,571,1,1,11686,0,4290.14,625.906,29.6637,4.93928,300,0,0,8982,0,0,0,0,0),(105249,26472,571,1,1,23960,0,5084.86,-4386.4,281.887,0.087463,300,5,0,10282,0,1,0,0,0),(105250,26472,571,1,1,23960,0,5017.03,-4478.05,279.043,5.95098,300,5,0,10282,0,1,0,0,0),(105251,26472,571,1,1,23960,0,5017.16,-4507.71,282.07,5.93107,300,5,0,10282,0,1,0,0,0),(105252,27496,571,1,1,26612,0,2847.92,-2163.62,31.9252,0.069813,300,0,0,11052,0,0,0,0,0),(105253,26472,571,1,1,23959,0,5023.95,-4380.69,274.909,6.27,300,5,0,10282,0,1,0,0,0),(105254,26472,571,1,1,23959,0,5059.09,-4408.72,276.483,0.0664,300,5,0,10282,0,1,0,0,0),(105255,26472,571,1,1,239,0,5104.03,-4549.15,284.529,4.43404,300,5,0,10282,0,1,0,0,0),(105256,26472,571,1,1,239,0,5024.26,-4418.91,276.661,5.85014,300,5,0,10282,0,1,0,0,0),(105257,26472,571,1,1,23959,0,5048.56,-4520.19,281.505,4.3607,300,5,0,10282,0,1,0,0,0),(105258,26472,571,1,1,23958,0,5059.93,-4484.64,279.282,6.23923,300,5,0,10282,0,1,0,0,0),(105259,26472,571,1,1,23958,0,5109.49,-4548.76,284.529,4.43393,300,5,0,10282,0,1,0,0,0),(105260,26472,571,1,1,23960,0,5113.42,-4544.96,284.404,4.43385,300,5,0,10282,0,1,0,0,0),(105261,26472,571,1,1,23959,0,5113.99,-4539.51,284.404,4.43476,300,5,0,10282,0,1,0,0,0),(105262,26472,571,1,1,23960,0,5045.66,-4462.04,277.638,6.23775,300,5,0,10282,0,1,0,0,0),(105263,26472,571,1,1,23958,0,4866.03,-4348.31,253.075,2.31869,300,5,0,10282,0,1,0,0,0),(105264,26472,571,1,1,23958,0,5110.92,-4534.98,284.279,4.43384,300,5,0,10282,0,1,0,0,0),(105265,26472,571,1,1,23960,0,5105.66,-4533.48,284.154,4.43417,300,5,0,10282,0,1,0,0,0),(105266,26472,571,1,1,239,0,4945.66,-4425.59,265.239,1.47242,300,5,0,10282,0,1,0,0,0),(105267,26472,571,1,1,23958,0,5118.18,-4577.9,283.91,1.60583,300,5,0,10282,0,1,0,0,0),(105268,26472,571,1,1,23959,0,5070.48,-4581.38,282.201,4.65752,300,5,0,10282,0,1,0,0,0),(105269,26472,571,1,1,23960,0,5082.24,-4548.48,281.638,2.33693,300,5,0,10282,0,1,0,0,0),(105270,26472,571,1,1,239,0,5106.23,-4541.46,284.404,4.43445,300,0,0,10282,0,0,0,0,0),(105271,26472,571,1,1,23959,0,5100.66,-4535.71,283.779,4.43412,300,5,0,10282,0,1,0,0,0),(105272,26472,571,1,1,23960,0,5098.27,-4540.63,283.799,4.43503,300,5,0,10282,0,1,0,0,0),(105273,26472,571,1,1,23958,0,5099.6,-4545.94,284.174,4.43397,300,5,0,10282,0,1,0,0,0),(105274,26472,571,1,1,23958,0,5082.54,-4488.99,280.452,2.81681,300,5,0,10282,0,1,0,0,0),(105275,26472,571,1,1,23959,0,5127.64,-4560.24,282.994,5.96651,300,5,0,10282,0,1,0,0,0),(105276,26472,571,1,1,23960,0,5113.33,-4513.55,283.293,2.31821,300,5,0,10282,0,1,0,0,0),(105277,23656,571,1,1,22146,1,1013.57,-5433.87,192.217,5.14872,300,0,0,5588,6882,0,0,0,0),(105278,23656,571,1,1,22146,1,1017.9,-5466.78,187.26,5.14837,300,0,0,5588,6882,2,0,0,0),(105279,23656,571,1,1,21966,1,815.954,-5480.1,212.149,2.63562,300,0,0,5588,6882,2,0,0,0),(105280,23656,571,1,1,22146,1,989.272,-5559.4,188.772,4.18879,300,5,0,5588,6882,1,0,0,0),(105281,26472,571,1,1,239,0,4444.62,-3996.66,181.875,0.909419,300,5,0,10282,0,1,0,0,0),(105282,26472,571,1,1,239,0,4439.71,-4002.97,180.94,0.908802,300,0,0,10282,0,0,0,0,0),(105283,26472,571,1,1,239,0,4410.69,-3967.33,180.319,3.89413,300,5,0,10282,0,1,0,0,0),(105284,26472,571,1,1,23959,0,4871.95,-4353.77,253.856,2.39419,300,5,0,10282,0,1,0,0,0),(105285,26472,571,1,1,23959,0,4864.64,-4354.1,251.392,2.34298,300,5,0,10282,0,1,0,0,0),(105286,26472,571,1,1,23959,0,4866.31,-4359.29,251.31,2.38657,300,5,0,10282,0,1,0,0,0),(105287,26472,571,1,1,23960,0,4993.7,-4854.93,297.302,0.125324,300,5,0,10282,0,1,0,0,0),(105288,26472,571,1,1,239,0,4987.39,-4826.4,286.947,3.12987,300,5,0,10282,0,1,0,0,0),(105289,26472,571,1,1,23958,0,5045.73,-4911.84,334.791,0.078195,300,5,0,10282,0,1,0,0,0),(105290,26472,571,1,1,23958,0,4960.89,-4837.5,307.932,5.12062,300,0,0,10282,0,0,0,0,0),(105291,26472,571,1,1,23959,0,4964.06,-4844.85,309.682,5.12069,300,5,0,10282,0,1,0,0,0),(105292,26472,571,1,1,239,0,4968.04,-4841.09,306.705,5.07783,300,5,0,10282,0,1,0,0,0),(105293,26472,571,1,1,23958,0,4968.67,-4835.65,304.83,0.745875,300,5,0,10282,0,1,0,0,0),(105294,26472,571,1,1,239,0,4958.65,-4830.29,305.293,5.01171,300,5,0,10282,0,1,0,0,0),(105295,26472,571,1,1,23960,0,4960.41,-4829.52,304.755,5.12714,300,5,0,10282,0,1,0,0,0),(105296,26472,571,1,1,239,0,4955.39,-4831.69,306.005,5.12771,300,5,0,10282,0,1,0,0,0),(105297,26472,571,1,1,23959,0,4952.94,-4836.58,308.182,4.65533,300,5,0,10282,0,1,0,0,0),(105298,26472,571,1,1,239,0,4954.17,-4841.67,309.807,4.8367,300,5,0,10282,0,1,0,0,0),(105299,26472,571,1,1,23958,0,4958.6,-4845.17,310.432,5.1236,300,5,0,10282,0,1,0,0,0),(105300,26472,571,1,1,239,0,5002.11,-4893.64,329.592,2.38933,300,5,0,10282,0,1,0,0,0),(105301,26472,571,1,1,23959,0,4406.31,-3960.64,180.961,3.89538,300,0,0,10282,0,0,0,0,0),(105302,26472,571,1,1,23960,0,4403.41,-3976.85,179.694,4.03393,300,5,0,10282,0,1,0,0,0),(105303,26472,571,1,1,23958,0,4413.67,-3957.49,181.211,3.88692,300,5,0,10282,0,1,0,0,0),(105304,26472,571,1,1,239,0,4409.92,-3953.5,181.336,3.89582,300,5,0,10282,0,1,0,0,0),(105305,26472,571,1,1,23959,0,4404.49,-3952.85,181.586,3.89537,300,5,0,10282,0,1,0,0,0),(105306,23656,571,1,1,21966,1,882.615,-5602.69,204.221,4.43314,300,0,0,5588,6882,0,0,0,0),(105307,26472,571,1,1,23958,0,4358.67,-4461.07,145.578,5.05252,300,5,0,10282,0,1,0,0,0),(105308,26472,571,1,1,23960,0,4393.71,-4453.96,139.794,2.11657,300,5,0,10282,0,1,0,0,0),(105309,23656,571,1,1,21966,1,942.448,-5488.93,186.327,5.65487,300,0,0,5588,6882,0,0,0,0),(105310,26472,571,1,1,23959,0,4386.4,-4453.49,141.377,1.47696,300,5,0,10282,0,1,0,0,0),(105311,23656,571,1,1,22146,1,855.726,-5390.2,199.596,3.62776,300,5,0,5588,6882,1,0,0,0),(105312,23656,571,1,1,22146,1,889.771,-5500.97,194.483,0.331613,300,0,0,5588,6882,0,0,0,0),(105313,23656,571,1,1,22146,1,951.282,-5369.69,185.741,6.09835,300,5,0,5588,6882,1,0,0,0),(105314,23656,571,1,1,21966,1,900.342,-5332.08,179.864,0.558312,300,5,0,5588,6882,1,0,0,0),(105315,23656,571,1,1,21966,1,941.366,-5510.49,186.268,0.314159,300,0,0,5588,6882,0,0,0,0),(105316,23656,571,1,1,22146,1,973.941,-5516.93,185.796,2.28638,300,0,0,5588,6882,0,0,0,0),(105317,26472,571,1,1,23959,0,4401.5,-3999.27,178.194,5.76199,300,5,0,10282,0,1,0,0,0),(105318,23656,571,1,1,22146,1,839.51,-5353.13,189.687,2.03478,300,5,0,5588,6882,1,0,0,0),(105319,26472,571,1,1,23960,0,4364.65,-4065.33,183.109,3.68039,300,5,0,10282,0,1,0,0,0),(105320,26472,571,1,1,23960,0,4440.57,-3956.5,183.574,4.58633,300,5,0,10282,0,1,0,0,0),(105321,26472,571,1,1,23959,0,4434.79,-4009.28,179.815,0.908184,300,5,0,10282,0,1,0,0,0),(105322,26472,571,1,1,23959,0,4378.35,-3987.87,181.18,4.57503,300,5,0,10282,0,1,0,0,0),(105323,23656,571,1,1,21966,1,943.122,-5368.37,185.747,3.07178,300,5,0,5588,6882,1,0,0,0),(105324,26472,571,1,1,23958,0,4396.56,-4361.51,155.046,1.0486,300,5,0,10282,0,1,0,0,0),(105325,26472,571,1,1,23960,0,4387.33,-4328.98,158.344,0.01839,300,5,0,10282,0,1,0,0,0),(105326,26472,571,1,1,239,0,4346.95,-4413.52,151.682,5.30373,300,5,0,10282,0,1,0,0,0),(105327,26472,571,1,1,239,0,4374.81,-4470.97,140.697,1.08532,300,5,0,10282,0,1,0,0,0),(105328,26472,571,1,1,23960,0,4389.1,-4450.75,141.411,2.31682,300,5,0,10282,0,1,0,0,0),(105329,26472,571,1,1,23959,0,4384.95,-4451.74,142.066,2.27179,300,5,0,10282,0,1,0,0,0),(105330,26472,571,1,1,239,0,4382.48,-4455.13,141.844,1.28892,300,5,0,10282,0,1,0,0,0),(105331,26472,571,1,1,239,0,4382.75,-4459.34,141.007,0.926748,300,5,0,10282,0,1,0,0,0),(105332,26472,571,1,1,239,0,4385.25,-4463.11,139.65,1.06693,300,5,0,10282,0,1,0,0,0),(105333,26472,571,1,1,23959,0,4427.04,-4339.91,156.913,5.05249,300,0,0,10282,0,2,0,0,0),(105334,26472,571,1,1,23960,0,4353.2,-4461.02,146.828,5.05572,300,5,0,10282,0,1,0,0,0),(105335,26472,571,1,1,23960,0,4846.24,-4244.51,250.493,4.88805,300,5,0,10282,0,1,0,0,0),(105336,26472,571,1,1,23960,0,4762.27,-4328.92,219.768,2.92263,300,5,0,10282,0,1,0,0,0),(105337,26472,571,1,1,23958,0,4809.29,-4205.97,242.728,4.13351,300,5,0,10282,0,1,0,0,0),(105338,26472,571,1,1,23959,0,4870.9,-4362.17,252.978,2.43424,300,5,0,10282,0,1,0,0,0),(105339,26472,571,1,1,23959,0,4876.31,-4361.41,254.491,2.46511,300,5,0,10282,0,1,0,0,0),(105340,26472,571,1,1,23958,0,4879.98,-4357.36,255.467,2.4653,300,5,0,10282,0,1,0,0,0),(105341,26472,571,1,1,23958,0,4880.19,-4351.9,255.489,2.42981,300,5,0,10282,0,1,0,0,0),(105342,26472,571,1,1,23958,0,4876.83,-4347.58,255.636,2.37466,300,5,0,10282,0,1,0,0,0),(105343,26472,571,1,1,23959,0,4871.51,-4346.46,254.958,2.3303,300,5,0,10282,0,1,0,0,0),(105344,26472,571,1,1,23959,0,4754.3,-4341.39,213.098,1.72709,300,5,0,10282,0,1,0,0,0),(105345,26472,571,1,1,23958,0,4745.27,-4199.02,231.14,5.20137,300,5,0,10282,0,1,0,0,0),(105346,26472,571,1,1,239,0,4712.93,-4262.24,211.756,3.9774,300,5,0,10282,0,1,0,0,0),(105347,26472,571,1,1,239,0,4658.33,-4306.99,195.594,4.39696,300,5,0,10282,0,1,0,0,0),(105348,26472,571,1,1,239,0,4648.38,-4255.83,202.55,5.60324,300,5,0,10282,0,1,0,0,0),(105349,26472,571,1,1,23958,0,4402.51,-4058.45,178.039,3.42011,300,0,0,10282,0,2,0,0,0),(105350,26472,571,1,1,239,0,4401.44,-4000.33,178.173,5.13283,300,5,0,10282,0,1,0,0,0),(105351,27496,571,1,1,26612,0,2873.56,-1804.47,35.7285,6.17846,300,0,0,11052,0,0,0,0,0),(105352,26472,571,1,1,23960,0,4782.48,-4296.17,233.709,5.07092,300,5,0,10282,0,1,0,0,0),(105353,26472,571,1,1,239,0,4819.07,-4296.5,244.221,4.66651,300,5,0,10282,0,1,0,0,0),(200110,27470,571,1,1,0,1,3207.76,-1960.65,86.1141,3.77611,25,0,0,1,0,0,0,0,0),(105355,25448,571,1,1,23206,1,3646.87,5676.2,66.243,-1.48359,300,0,0,9610,3309,0,0,0,0),(105356,26473,571,1,1,10317,0,4909.51,319.398,137.759,0.733038,300,0,0,21270,0,0,0,0,0),(105357,25449,571,1,1,23203,1,3715.68,5533.02,57.619,4.64258,300,0,0,7984,3080,0,0,0,0),(105358,31081,571,1,1,27587,1,5805.43,490.447,657.279,5.55015,300,0,0,12600,0,0,0,0,0),(105359,29801,571,1,1,26564,1,8392.55,-392.938,903.202,0.942478,300,0,0,36525,0,0,0,0,0),(105361,26985,571,1,1,24229,1,3830.37,1485.49,92.0606,0.837758,300,0,0,9940,0,2,0,0,0),(105362,26217,571,1,1,23696,1,4552.84,-4168.47,173.67,3.24631,300,0,0,42540,3561,0,0,0,0),(105363,26217,571,1,1,23694,1,4542.62,-4229.03,170.818,4.06662,300,0,0,42540,3561,0,0,0,0),(105364,26217,571,1,1,23695,1,4536.22,-4156.36,173.84,3.75246,300,0,0,42540,3561,0,0,0,0),(105365,26217,571,1,1,23695,1,4529.5,-4187.33,173.734,4.31096,300,0,0,42540,3561,0,0,0,0),(105366,26217,571,1,1,23695,1,4563.17,-4173.47,173.811,2.70526,300,0,0,42540,3561,0,0,0,0),(105367,26217,571,1,1,23694,1,4517.91,-4257.7,170.134,3.87463,300,0,0,42540,3561,0,0,0,0),(105368,26217,571,1,1,23694,1,4527.32,-4200.9,173.608,4.95674,300,0,0,42540,3561,0,0,0,0),(105369,26217,571,1,1,23696,1,4548.32,-4208.88,170.669,4.80525,300,0,0,42540,3561,0,0,0,0),(105370,26217,571,1,1,23694,1,4544.69,-4164.07,173.659,3.1765,300,0,0,42540,3561,0,0,0,0),(105371,26217,571,1,1,23694,1,4553.9,-4185.1,173.663,3.21141,300,0,0,42540,3561,0,0,0,0),(105372,30569,571,1,1,27140,0,6893.54,-4118.87,467.437,0.349066,300,0,0,34137,0,0,0,0,0),(105373,26217,571,1,1,23696,1,4522.77,-4161.47,171.546,1.81514,300,0,0,42540,3561,0,0,0,0),(105374,26217,571,1,1,23696,1,4522.45,-4261.83,169.995,3.97935,300,0,0,42540,3561,0,0,0,0),(105375,26217,571,1,1,23697,1,4523.09,-4193.62,173.809,0.20944,300,0,0,42540,3561,0,0,0,0),(105376,26217,571,1,1,23696,1,4542.03,-4196.29,173.235,4.75431,300,0,0,42540,3561,2,0,0,0),(105377,26217,571,1,1,23694,1,4566.78,-4184.85,173.844,0.139626,300,0,0,42540,3561,0,0,0,0),(105378,26217,571,1,1,23695,1,4520.51,-4205.97,171.187,3.64774,300,0,0,42540,3561,0,0,0,0),(105379,26217,571,1,1,23695,1,4543.38,-4233.45,170.818,2.79253,300,0,0,42540,3561,0,0,0,0),(105380,26217,571,1,1,23694,1,4545.82,-4194.21,173.753,3.1765,300,0,0,42540,3561,0,0,0,0),(105381,26217,571,1,1,23695,1,4567.78,-4173.4,173.746,3.21141,300,0,0,42540,3561,0,0,0,0),(105382,26217,571,1,1,23696,1,4513.3,-4239.39,170.422,3.14159,300,0,0,42540,3561,0,0,0,0),(105383,26217,571,1,1,23696,1,4557.08,-4188.17,173.809,0.349066,300,0,0,42540,3561,0,0,0,0),(105384,26217,571,1,1,23694,1,4564.48,-4180.15,173.61,3.99238,300,0,0,42540,3561,2,0,0,0),(105385,26217,571,1,1,23695,1,4548.49,-4228.8,170.558,3.42946,300,0,0,42540,3561,2,0,0,0),(105386,26217,571,1,1,23697,1,4522.01,-4218.12,170.004,3.15905,300,0,0,42540,3561,0,0,0,0),(105387,26217,571,1,1,23696,1,4536.54,-4217.82,170.558,1.05112,300,0,0,42540,3561,2,0,0,0),(105388,26217,571,1,1,23696,1,4534.51,-4227.13,170.784,5.28835,300,0,0,42540,3561,0,0,0,0),(105389,28009,571,1,1,26275,0,5760.98,5294.81,-99.2477,4.87639,300,5,0,10635,0,1,0,0,0),(105390,28009,571,1,1,26275,0,5634.24,5514.09,-83.928,-0.538475,300,0,0,10635,0,0,0,0,0),(105391,28009,571,1,1,26279,0,5633.79,5504.67,-85.0684,1.43944,300,0,0,10635,0,0,0,0,0),(105392,28009,571,1,1,26279,0,5540.49,5681.65,-81.7046,2.15582,300,0,0,10635,0,0,0,0,0),(105393,28009,571,1,1,26275,0,5550.26,5647.41,-88.8046,0.078195,300,0,0,10635,0,0,0,0,0),(105394,28009,571,1,1,26275,0,6146.32,5514.1,-63.5297,2.99057,300,5,0,10635,0,1,0,0,0),(105395,28009,571,1,1,26279,0,6086.19,5513.76,-72.2679,0.101488,300,5,0,10635,0,1,0,0,0),(105396,28009,571,1,1,26275,0,5816.52,5904.83,-39.7307,1.58649,300,0,0,10635,0,0,0,0,0),(105397,28009,571,1,1,26279,0,5806.79,5908.08,-40.8294,1.30409,300,0,0,10635,0,0,0,0,0),(105398,28009,571,1,1,26275,0,5599.04,5954.93,-45.3118,3.41235,300,5,0,10635,0,1,0,0,0),(105399,28009,571,1,1,26275,0,5815.02,5729.04,-67.3623,5.32677,300,5,0,10635,0,1,0,0,0),(105400,28009,571,1,1,26275,0,5833.35,5834.25,-51.6881,4.7368,300,5,0,10635,0,1,0,0,0),(105401,28009,571,1,1,26279,0,5729.86,5925.84,-47.5183,4.67598,300,5,0,10635,0,1,0,0,0),(105402,28009,571,1,1,26275,0,5893.66,5785.37,-53.4351,6.26972,300,5,0,10635,0,1,0,0,0),(105403,28009,571,1,1,26275,0,6008.38,5677.45,-55.9311,0.486154,300,5,0,10635,0,1,0,0,0),(105404,28009,571,1,1,26275,0,5659.31,5917.26,-51.7555,5.44543,300,0,0,10635,0,0,0,0,0),(105405,28009,571,1,1,26275,0,5664.23,5834.93,-65.0066,4.85202,300,0,0,10635,0,0,0,0,0),(105406,28009,571,1,1,26275,0,6111.77,5637.96,-45.1963,2.46525,300,5,0,10635,0,1,0,0,0),(105407,28009,571,1,1,26275,0,6135.18,5517.63,-65.914,2.6502,300,5,0,10635,0,1,0,0,0),(105408,28009,571,1,1,26275,0,6092.97,5508.53,-73.1429,5.33419,300,5,0,10635,0,1,0,0,0),(105409,28009,571,1,1,26275,0,6129.15,5562.58,-56.412,0.573971,300,5,0,10635,0,1,0,0,0),(105410,28009,571,1,1,26279,0,6074.88,5644.35,-50.6462,5.70211,300,5,0,10635,0,1,0,0,0),(105411,28009,571,1,1,26279,0,6038.42,5630.45,-60.6178,5.60363,300,5,0,10635,0,1,0,0,0),(105412,28009,571,1,1,26275,0,5932.63,5588.96,-73.017,4.92183,300,0,0,10635,0,0,0,0,0),(105413,28009,571,1,1,26279,0,6016.53,5679.17,-54.517,4.02525,300,5,0,10635,0,1,0,0,0),(105414,23657,571,1,1,22145,1,1458.96,-5248.26,210.977,0.314159,300,0,0,6986,2991,0,0,0,0),(105415,23657,571,1,1,22139,1,1484.12,-5228.74,205.815,0.443603,300,5,0,6986,2991,1,0,0,0),(105416,23657,571,1,1,22139,1,1430.09,-5185.63,191.611,3.1765,300,0,0,6986,2991,0,0,0,0),(105417,23657,571,1,1,22145,1,1276.76,-5232.03,171.927,2.17357,300,5,0,6986,2991,1,0,0,0),(105418,27497,571,1,1,24668,1,4469.31,-2261.68,181.176,6.05629,300,0,0,41128,0,0,0,0,0),(105419,24681,571,1,1,22132,0,720.983,-3252.39,24.7879,1.68217,300,0,0,8982,0,0,0,0,0),(105420,24681,571,1,1,22132,0,432.391,-3358.85,52.6274,3.68877,300,5,0,8982,0,1,0,0,0),(105421,24681,571,1,1,22132,0,432.001,-3375.35,52.8122,-0.417682,300,0,0,8982,0,0,0,0,0),(105422,24681,571,1,1,22132,0,622.769,-3251.09,25.444,4.0996,300,0,0,8982,0,0,0,0,0),(105423,24681,571,1,1,22132,0,625.461,-3258.4,25.444,3.8762,300,0,0,8982,0,0,0,0,0),(105424,24681,571,1,1,22132,0,461.318,-3370.44,50.5927,6.24804,300,5,0,8982,0,1,0,0,0),(105425,24681,571,1,1,22132,0,724.695,-3247.89,25.1995,2.02458,300,0,0,8982,0,0,0,0,0),(105426,24681,571,1,1,22132,0,601.825,-3273.73,27.3741,3.9968,300,0,0,8982,0,0,0,0,0),(105427,23657,571,1,1,22145,1,1561.08,-5299.63,201.76,1.46401,300,0,0,6986,2991,2,0,0,0),(105428,23657,571,1,1,22139,1,1443.46,-5315.71,198.442,0.855211,300,0,0,6986,2991,0,0,0,0),(105430,25449,571,1,1,23203,1,3595.51,5537.04,47.1724,3.89208,300,0,0,7984,3080,0,0,0,0),(105431,25449,571,1,1,23204,1,3562.01,5617.83,45.7883,5.70723,300,0,0,7984,3080,0,0,0,0),(105432,25449,571,1,1,23203,1,3743.92,5535.72,38.2831,0.174533,300,0,0,7984,3080,0,0,0,0),(105433,25449,571,1,1,23204,1,3674.39,5717.39,65.2844,2.47837,300,0,0,7984,3080,0,0,0,0),(105434,25449,571,1,1,23203,1,3714.72,5727.34,62.0826,2.58309,300,0,0,7984,3080,0,0,0,0),(105435,25449,571,1,1,23204,1,3709.63,5703.83,61.6686,2.63545,300,0,0,7984,3080,0,0,0,0),(105436,25449,571,1,1,23203,1,3607.14,5466.82,31.0485,0.349066,300,0,0,7984,3080,0,0,0,0),(105437,24681,571,1,1,22132,0,494.254,-3139.27,25.3103,4.17015,300,0,0,8982,0,0,0,0,0),(105438,24681,571,1,1,22132,0,496.481,-3130.67,25.3103,4.43007,300,0,0,8982,0,0,0,0,0),(105439,24681,571,1,1,22132,0,742.359,-3160.95,27.6539,2.4119,300,0,0,8982,0,0,0,0,0),(105440,24681,571,1,1,22132,0,749.78,-3156.27,27.6375,0.340117,300,0,0,8982,0,0,0,0,0),(105441,25449,571,1,1,23203,1,3750.79,5616.68,39.1966,5.93412,300,0,0,7984,3080,0,0,0,0),(105442,25449,571,1,1,23204,1,3722.23,5659.61,33.2292,1.65806,300,0,0,7984,3080,0,0,0,0),(105443,25449,571,1,1,23203,1,3717.33,5667.74,32.3499,6.21337,300,0,0,7984,3080,0,0,0,0),(105444,25449,571,1,1,23203,1,3732.29,5582.83,37.4207,5.84685,300,0,0,7984,3080,0,0,0,0),(105445,25449,571,1,1,23203,1,3705.18,5640.03,32.6857,6.12611,300,0,0,7984,3080,0,0,0,0),(105446,25449,571,1,1,23203,1,3742.68,5603.46,39.2963,4.93928,300,0,0,7984,3080,0,0,0,0),(105447,25449,571,1,1,23204,1,3547.53,5483.19,28.8217,1.15192,300,0,0,7984,3080,0,0,0,0),(105448,25449,571,1,1,23204,1,3552.22,5577.01,48.9713,0.785398,300,0,0,7984,3080,0,0,0,0),(105449,25449,571,1,1,23203,1,3612.72,5696.8,67.7275,1.27409,300,0,0,7984,3080,0,0,0,0),(105450,25449,571,1,1,23203,1,3507.26,5570,65.8378,3.05433,300,0,0,7984,3080,0,0,0,0),(105451,25449,571,1,1,23204,1,3767.35,5630.62,47.1018,4.99164,300,0,0,7984,3080,0,0,0,0),(105452,25449,571,1,1,23204,1,3502.28,5651.83,62.1308,-2.36095,300,0,0,7984,3080,0,0,0,0),(105453,25449,571,1,1,23203,1,3502.05,5668.27,59.0008,2.77507,300,0,0,7984,3080,0,0,0,0),(105454,25449,571,1,1,23204,1,3503.08,5650.28,62.5353,4.38078,300,0,0,7984,3080,0,0,0,0),(105455,25449,571,1,1,23204,1,3486.93,5624.06,65.2379,4.72984,300,0,0,7984,3080,0,0,0,0),(105456,25449,571,1,1,23204,1,3540.39,5458.76,33.9998,3.29867,300,0,0,7984,3080,0,0,0,0),(105457,25449,571,1,1,23204,1,3531.28,5537.29,65.6477,5.39919,300,0,0,7984,3080,0,0,0,0),(105458,25449,571,1,1,23204,1,3574.98,5460.81,31.9069,6.00393,300,0,0,7984,3080,0,0,0,0),(105459,25449,571,1,1,23203,1,3739.78,5553.26,37.379,5.8294,300,0,0,7984,3080,0,0,0,0),(105460,25449,571,1,1,23204,1,3572.63,5447.17,34.9858,5.96903,300,0,0,7984,3080,0,0,0,0),(105461,25449,571,1,1,23204,1,3557.06,5517.57,27.1998,3.56047,300,0,0,7984,3080,0,0,0,0),(105462,25449,571,1,1,23204,1,3571.01,5553.15,30.4079,1.5708,300,0,0,7984,3080,0,0,0,0),(105463,25449,571,1,1,23204,1,3514.76,5591.35,63.5539,3.00197,300,0,0,7984,3080,0,0,0,0),(105464,25449,571,1,1,23203,1,3569.91,5613.96,32.6948,2.51327,300,0,0,7984,3080,0,0,0,0),(105465,25449,571,1,1,23203,1,3531.71,5612.38,54.4951,3.9968,300,0,0,7984,3080,0,0,0,0),(105466,25449,571,1,1,23203,1,3661.32,5546.96,33.0705,1.01229,300,0,0,7984,3080,0,0,0,0),(105467,25449,571,1,1,23204,1,3651.86,5642.04,34.6686,2.60054,300,0,0,7984,3080,0,0,0,0),(105468,25449,571,1,1,23204,1,3668.28,5521.75,33.0052,5.77704,300,0,0,7984,3080,0,0,0,0),(105469,25449,571,1,1,23204,1,3654.34,5507.58,33.1171,3.4383,300,0,0,7984,3080,0,0,0,0),(105470,25449,571,1,1,23203,1,3623.38,5637,30.1231,4.04916,300,0,0,7984,3080,0,0,0,0),(105471,25449,571,1,1,23204,1,3635.98,5642.52,34.6686,0.750492,300,0,0,7984,3080,0,0,0,0),(105472,25449,571,1,1,23204,1,3577.43,5582.68,36.1652,3.38594,300,0,0,7984,3080,0,0,0,0),(105473,25449,571,1,1,23204,1,3577.95,5560.81,30.579,3.82227,300,0,0,7984,3080,0,0,0,0),(105474,25449,571,1,1,23203,1,3568.12,5524.31,28.3489,-1.19176,300,0,0,7984,3080,0,0,0,0),(105475,25449,571,1,1,23204,1,3524.05,5532.52,66.3637,3.83972,300,0,0,7984,3080,0,0,0,0),(105476,25449,571,1,1,23203,1,3500.95,5642.2,62.8358,1.76278,300,0,0,7984,3080,0,0,0,0),(105483,26986,571,1,1,22121,0,3455.75,4178.84,17.2764,4.59022,300,0,0,8982,0,0,0,0,0),(105484,28010,571,1,1,2601,0,5350,3819.2,-81.4521,1.52489,300,20,0,10635,0,1,0,0,0),(105485,28010,571,1,1,2601,0,5396.8,3789.27,-78.8527,6.06356,300,20,0,10635,0,1,0,0,0),(105486,28010,571,1,1,2601,0,5343.24,3774.56,-84.5145,2.78648,300,20,0,10635,0,1,0,0,0),(105487,30058,571,1,1,26749,1,3503.5,354.602,-113.677,2.9147,300,0,0,11001,0,0,0,0,0),(105488,30058,571,1,1,26741,1,3595.85,349.807,-113.636,2.14675,300,0,0,11001,0,0,0,0,0),(105489,30058,571,1,1,26741,1,3572.08,361.8,-113.677,0.349066,300,0,0,11001,0,0,0,0,0),(105490,25450,571,1,2,17582,0,1802.59,6057.35,3.21012,3.9619,300,0,0,9940,0,0,0,0,0),(105491,29546,571,1,1,26328,0,6291.77,-1369.37,425.35,4.29351,300,5,0,11379,0,1,0,0,0),(105492,29802,571,1,1,26557,0,5810.22,683.338,653.682,5.71801,300,0,0,42,0,0,0,0,0),(105493,25194,571,1,1,14574,0,4974.26,1179.76,227.542,2.09439,300,0,0,8982,0,0,0,0,0),(105494,28266,571,1,1,25264,0,5589.55,5822.47,-68.7008,1.46608,300,0,0,11379,0,0,0,0,0),(105495,30058,571,1,1,26749,1,3481.94,338.69,-113.677,1.69297,300,0,0,11001,0,0,0,0,0),(105496,25194,571,1,1,14574,0,4961.61,1185.42,227.102,1.51844,300,0,0,8982,0,0,0,0,0),(105497,26474,571,1,1,21619,1,3844.04,-1948.21,208.875,4.76475,300,0,0,4890,0,0,0,0,0),(105498,25194,571,1,1,14574,0,4978.31,1182.3,227.814,2.30383,300,0,0,8982,0,0,0,0,0),(105499,25194,571,1,1,14334,0,4970.85,1199.62,227.484,4.86947,300,0,0,8982,0,0,0,0,0),(105500,28010,571,1,1,2601,0,5476.36,4878.04,-212.453,2.17089,300,20,0,10635,0,1,0,0,0),(105501,28010,571,1,1,2601,0,5415.64,4789.43,-210.701,5.80731,300,20,0,10635,0,1,0,0,0),(105502,28010,571,1,1,2601,0,5447.9,4814.39,-215.134,-1.97491,300,0,0,10635,0,0,0,0,0),(105503,28010,571,1,1,2601,0,5449.42,4786.79,-211.728,1.8805,300,20,0,10635,0,1,0,0,0),(105504,25194,571,1,1,14336,0,4973.54,1199.51,227.517,4.67748,300,0,0,8982,0,0,0,0,0),(105505,25194,571,1,1,14334,0,4976.36,1199.31,227.545,4.4855,300,0,0,8982,0,0,0,0,0),(105506,25194,571,1,1,14334,0,4978.49,1198.24,227.559,4.32842,300,0,0,8982,0,0,0,0,0),(105507,25194,571,1,1,14575,0,4981,1197.83,227.642,4.17134,300,0,0,8982,0,0,0,0,0),(105508,25194,571,1,1,14336,0,4980.27,1188.12,227.539,2.89725,300,0,0,8982,0,0,0,0,0),(105509,28778,571,1,1,19595,0,5929.78,-2243.73,239.048,1.72788,300,0,0,4979,0,0,0,0,0),(105510,23658,571,1,1,21915,1,928.64,-4950.19,2.88087,1.1663,300,0,0,5588,6882,2,0,0,0),(105511,23658,571,1,1,21916,1,980.147,-4913.66,4.23451,2.47837,300,0,0,5588,6882,0,0,0,0),(105512,23658,571,1,1,21926,1,953.697,-4898.18,4.71445,5.88176,300,0,0,5588,6882,0,0,0,0),(105513,23658,571,1,1,21926,1,974.868,-4890.1,5.32031,4.2586,300,0,0,5588,6882,0,0,0,0),(105514,23658,571,1,1,21915,1,958.929,-4918.2,4.12064,1.09956,300,0,0,5588,6882,0,0,0,0),(105515,23658,571,1,1,21916,1,1028.57,-4870.55,9.03577,3.66519,300,0,0,5588,6882,0,0,0,0),(105516,28778,571,1,1,19595,0,6257.16,-2086.56,236.968,1.44862,300,0,0,4979,0,0,0,0,0),(105517,28778,571,1,1,19595,0,6037.03,-2196.01,239.58,1.50098,300,0,0,4979,0,0,0,0,0),(105518,28778,571,1,1,19595,0,6238.4,-2154.02,235.481,3.10669,300,0,0,4979,0,0,0,0,0),(105519,28778,571,1,1,19595,0,6163.63,-2135.91,235.777,1.51844,300,0,0,4979,0,0,0,0,0),(105520,28778,571,1,1,19595,0,6095.28,-1926.77,235.397,2.70526,300,0,0,4979,0,0,0,0,0),(105521,28778,571,1,1,19595,0,6203.21,-2242.75,239.477,4.08407,300,0,0,4979,0,0,0,0,0),(105522,28778,571,1,1,19595,0,6076.45,-2087.93,235.886,2.9147,300,0,0,4979,0,0,0,0,0),(105523,28778,571,1,1,19595,0,6049.06,-1963.66,235.833,5.14872,300,0,0,4979,0,0,0,0,0),(105524,23915,571,1,1,11686,0,1598.11,-6153.93,8.99131,0.418879,300,0,0,4120,0,0,0,0,0),(105525,23915,571,1,1,11686,0,1628.8,-6200.69,7.62107,5.51524,300,0,0,4120,0,0,0,0,0),(105526,27243,571,1,1,24450,1,3208.62,-678.667,167.62,5.88176,300,0,0,63000,0,0,0,0,0),(105528,29035,571,1,1,22607,0,5664.41,4597.69,-137.365,4.55531,300,0,0,94160,0,0,0,0,0),(105529,26475,571,1,1,24167,0,4318.62,1496.64,132.756,3.63029,300,0,0,102820,0,0,0,0,0),(105531,26219,571,1,1,26345,1,2960.39,4671.32,-32.5808,4.29351,300,0,0,9940,0,0,0,0,0),(105532,23915,571,1,1,11686,0,1601.14,-6145.84,9.82892,4.46804,300,0,0,4120,0,0,0,0,0),(105533,26987,571,1,1,24288,0,2132.07,5238.43,19.5292,0.802851,300,0,0,7181,0,0,0,0,0),(105534,29547,571,1,1,27211,0,5751.16,695.185,643.417,5.96903,300,0,0,10635,0,0,0,0,0),(105535,23915,571,1,1,11686,0,1633.97,-6202.17,6.88354,3.64774,300,0,0,4120,0,0,0,0,0),(105536,28011,571,1,1,25164,0,5230.06,4675.45,-133.68,3.11718,300,5,0,10635,0,1,0,0,0),(105537,23915,571,1,1,11686,0,1640.66,-6193.5,5.88465,0.541052,300,0,0,4120,0,0,0,0,0),(105538,23915,571,1,1,11686,0,1586.87,-6156.2,8.88908,2.96706,300,0,0,4120,0,0,0,0,0),(105539,23915,571,1,1,11686,0,1632.67,-6208.69,6.63206,0.872665,300,0,0,4120,0,0,0,0,0),(105540,23915,571,1,1,11686,0,1604.91,-6152.02,9.39961,2.94961,300,0,0,4120,0,0,0,0,0),(105541,28011,571,1,1,25163,0,5257.75,4743.93,-132.369,1.85795,300,5,0,10635,0,1,0,0,0),(105542,28011,571,1,1,25164,0,5109.22,4784.63,-133.081,2.60318,300,5,0,10635,0,1,0,0,0),(105543,28011,571,1,1,25156,0,5191.56,4668.22,-134.58,1.60793,300,5,0,10635,0,1,0,0,0),(105544,28011,571,1,1,25163,0,5080.68,4845.36,-131.295,0.66368,300,5,0,10635,0,1,0,0,0),(105545,28011,571,1,1,25156,0,5118.64,4819.82,-131.405,2.93901,300,5,0,10635,0,1,0,0,0),(105546,28011,571,1,1,25156,0,5182.83,4698.82,-134.021,2.80409,300,5,0,10635,0,1,0,0,0),(105547,28011,571,1,1,25163,0,5140.02,4762.41,-133.167,2.44557,300,5,0,10635,0,1,0,0,0),(105548,28011,571,1,1,25156,0,5206.56,4857.29,-124.876,2.85755,300,5,0,10635,0,1,0,0,0),(105549,28011,571,1,1,25156,0,5195.83,4912.5,-129.021,1.53566,300,5,0,10635,0,1,0,0,0),(105550,28011,571,1,1,25163,0,5353.29,4620.79,-132.689,1.4607,300,5,0,10635,0,1,0,0,0),(105551,28011,571,1,1,25163,0,5300.62,4676,-134.313,3.90352,300,5,0,10635,0,1,0,0,0),(105552,28011,571,1,1,25156,0,5069.08,4914.5,-131.593,2.42319,300,5,0,10635,0,1,0,0,0),(105553,28011,571,1,1,25163,0,5108.18,5073.01,-134.667,1.27395,300,5,0,10635,0,1,0,0,0),(105554,28011,571,1,1,25156,0,5198.51,4949.2,-131.122,1.61148,300,5,0,10635,0,1,0,0,0),(105555,28011,571,1,1,25156,0,5354.23,4965.04,-131.866,4.91496,300,5,0,10635,0,1,0,0,0),(105556,28011,571,1,1,25156,0,5337.92,4635.79,-133.734,4.45341,300,5,0,10635,0,1,0,0,0),(105557,28011,571,1,1,25156,0,5384.25,4661.15,-133.207,1.61711,300,5,0,10635,0,1,0,0,0),(105558,28011,571,1,1,25163,0,5671.94,4663.37,-135.58,3.96771,300,5,0,10635,0,1,0,0,0),(105559,28011,571,1,1,25164,0,5552.25,5082.16,-134.741,4.08742,300,5,0,10635,0,1,0,0,0),(105560,28011,571,1,1,25163,0,5545.14,5043.36,-128.846,0.620888,300,5,0,10635,0,1,0,0,0),(105561,28011,571,1,1,25156,0,5223.97,4962.39,-130.91,1.40195,300,5,0,10635,0,1,0,0,0),(105562,26475,571,1,1,24167,0,4364.63,1849.83,158.397,1.39626,300,0,0,102820,0,0,0,0,0),(105563,28011,571,1,1,25164,0,5642.17,4344.57,-133.527,4.17358,300,5,0,10635,0,1,0,0,0),(105564,28011,571,1,1,25163,0,5548.05,4537.42,-137.281,0.202343,300,5,0,10635,0,1,0,0,0),(105565,28011,571,1,1,25163,0,5515.41,4394.91,-135.155,1.41182,300,5,0,10635,0,1,0,0,0),(105566,28011,571,1,1,25164,0,5552.84,4410.7,-137.924,0.147563,300,5,0,10635,0,1,0,0,0),(105567,28011,571,1,1,25156,0,5626.79,5121.04,-132.854,6.24379,300,5,0,10635,0,1,0,0,0),(105568,28011,571,1,1,25163,0,5245.49,5128.89,-135.861,4.04862,300,5,0,10635,0,1,0,0,0),(105569,28011,571,1,1,25163,0,5308.39,5088.28,-133.629,0.974668,300,0,0,10635,0,0,0,0,0),(105570,28011,571,1,1,25156,0,5322.45,5028.19,-135.632,0.298079,300,5,0,10635,0,1,0,0,0),(105571,28011,571,1,1,25156,0,5229.83,5092.76,-136.3,3.04876,300,5,0,10635,0,1,0,0,0),(105572,28011,571,1,1,25163,0,5151.1,5132.11,-131.569,5.49054,300,5,0,10635,0,1,0,0,0),(105573,28011,571,1,1,25164,0,5834.55,4509.78,-133.655,0.001087,300,5,0,10635,0,1,0,0,0),(105574,28011,571,1,1,25164,0,5621.7,5034.35,-132.2,1.87619,300,5,0,10635,0,1,0,0,0),(105575,28011,571,1,1,25156,0,5251.73,5016.65,-134.837,0.561745,300,5,0,10635,0,1,0,0,0),(105576,28011,571,1,1,25156,0,5151.93,5060.23,-133.327,1.28189,300,5,0,10635,0,1,0,0,0),(105577,28011,571,1,1,25163,0,5191.9,5123.99,-135.353,3.9956,300,5,0,10635,0,1,0,0,0),(105578,28011,571,1,1,25163,0,5584.76,4357.56,-136.231,0.411492,300,5,0,10635,0,1,0,0,0),(105579,28011,571,1,1,25156,0,5875.01,4603.83,-136.239,1.41612,300,0,0,10635,0,0,0,0,0),(105580,28011,571,1,1,25163,0,5890.1,4759.39,-131.982,6.11622,300,5,0,10635,0,1,0,0,0),(105581,28011,571,1,1,25156,0,5810.76,4765.11,-134.336,-3.01744,300,0,0,10635,0,0,0,0,0),(105582,28011,571,1,1,25164,0,5874.09,4605.58,-136.131,3.5131,300,5,0,10635,0,1,0,0,0),(105583,28011,571,1,1,25156,0,5726.87,5052.87,-133.48,1.40809,300,5,0,10635,0,1,0,0,0),(105584,28011,571,1,1,25163,0,5590.17,5110.83,-133.568,0.601794,300,5,0,10635,0,1,0,0,0),(105585,28011,571,1,1,25164,0,5557.95,5161.27,-131.987,2.68554,300,5,0,10635,0,1,0,0,0),(105586,28011,571,1,1,25164,0,5576.33,4917.23,-133.014,5.69302,300,5,0,10635,0,1,0,0,0),(105587,28011,571,1,1,25164,0,5662.59,5157.55,-132.618,4.90851,300,5,0,10635,0,1,0,0,0),(105588,28011,571,1,1,25164,0,5688.38,5209.57,-132.301,0.960665,300,5,0,10635,0,1,0,0,0),(105589,28011,571,1,1,25163,0,5657.75,5260.77,-132.639,-3.01917,300,0,0,10635,0,0,0,0,0),(105590,28011,571,1,1,25164,0,5624.86,4923.72,-132.129,2.17424,300,5,0,10635,0,1,0,0,0),(105591,28011,571,1,1,25164,0,5654.22,5047.38,-134.678,0.701946,300,5,0,10635,0,1,0,0,0),(105592,28011,571,1,1,25156,0,5652.53,4962.57,-133.803,0.628597,300,5,0,10635,0,1,0,0,0),(105593,28011,571,1,1,25164,0,5668.72,4472.27,-136.289,-2.1869,300,0,0,10635,0,0,0,0,0),(105594,28011,571,1,1,25164,0,5769.48,4453.65,-135.578,3.35512,300,0,0,10635,0,0,0,0,0),(105595,28011,571,1,1,25156,0,5780.61,4504.52,-133.686,1.79911,300,5,0,10635,0,1,0,0,0),(105596,28011,571,1,1,25164,0,5871.93,4607.6,-135.881,3.14092,300,5,0,10635,0,1,0,0,0),(105597,28011,571,1,1,25156,0,5872.38,4609.37,-135.881,2.63679,300,5,0,10635,0,1,0,0,0),(105598,28011,571,1,1,25164,0,5663.33,4470.33,-136.747,0.522752,300,0,0,10635,0,0,0,0,0),(105599,28011,571,1,1,25164,0,5619.15,4702.1,-136.71,3.80582,300,5,0,10635,0,1,0,0,0),(105600,28011,571,1,1,25156,0,5636.98,4457.81,-138.069,1.95787,300,5,0,10635,0,1,0,0,0),(105601,28011,571,1,1,25164,0,5705.11,5129.52,-132.659,3.49632,300,5,0,10635,0,1,0,0,0),(105602,28011,571,1,1,25156,0,5679.28,4479.31,-135.653,0.65385,300,5,0,10635,0,1,0,0,0),(105603,28011,571,1,1,25163,0,5589.52,5339.75,-135.862,0.541495,300,5,0,10635,0,1,0,0,0),(105604,28011,571,1,1,25156,0,5773.47,4517.24,-134.249,2.31746,300,5,0,10635,0,1,0,0,0),(105605,28011,571,1,1,25163,0,5520.3,4645,-135.555,1.51216,300,5,0,10635,0,1,0,0,0),(105606,28779,571,1,1,25675,0,6125.52,-4400.91,364.463,2.3997,300,5,0,11001,0,1,0,0,0),(105607,28779,571,1,1,25675,0,6118.81,-4447.99,368.976,6.20011,300,5,0,11001,0,1,0,0,0),(105608,28779,571,1,1,25676,0,6108.48,-4348.03,369.478,3.51122,300,5,0,11001,0,1,0,0,0),(105609,28779,571,1,1,25676,0,6087.61,-4404.44,350.449,2.26978,300,5,0,11001,0,1,0,0,0),(105610,28779,571,1,1,25676,0,6055.67,-4340.03,377.899,1.31824,300,5,0,11001,0,1,0,0,0),(105611,28779,571,1,1,25675,0,6026.65,-4354.49,360.774,4.4558,300,5,0,11001,0,1,0,0,0),(105612,27499,571,1,1,24302,0,4405.76,-2499.23,253.044,3.28122,300,0,0,10282,0,0,0,0,0),(105613,28779,571,1,1,25675,0,5991.3,-4363.03,363.472,3.89779,300,5,0,11001,0,1,0,0,0),(105614,28779,571,1,1,25675,0,6017.73,-4409.14,357.299,0.450548,300,5,0,11001,0,1,0,0,0),(105615,28779,571,1,1,25675,0,6056.09,-4377.54,365.465,4.02165,300,5,0,11001,0,1,0,0,0),(105616,28779,571,1,1,25675,0,6083.06,-4486.97,361.828,1.5106,300,5,0,11001,0,1,0,0,0),(105617,28779,571,1,1,25675,0,6087.92,-4420.97,353.298,5.22331,300,5,0,11001,0,1,0,0,0),(105618,28779,571,1,1,25675,0,6081.18,-4339.69,349.974,1.50742,300,5,0,11001,0,1,0,0,0),(105619,28779,571,1,1,25676,0,5990.29,-4329.63,359.948,2.86651,300,5,0,11001,0,1,0,0,0),(105620,28779,571,1,1,25676,0,5970.16,-4337.82,358.985,0.072595,300,5,0,11001,0,1,0,0,0),(105621,28779,571,1,1,25675,0,5913.21,-4423.15,361.315,5.2274,300,5,0,11001,0,1,0,0,0),(105622,28779,571,1,1,25675,0,5922.23,-4475.54,361.283,0.521184,300,5,0,11001,0,1,0,0,0),(105623,28779,571,1,1,25675,0,5923.32,-4390.8,362.632,2.57632,300,5,0,11001,0,1,0,0,0),(105624,28779,571,1,1,25676,0,5961.44,-4393.71,362.338,3.06347,300,5,0,11001,0,1,0,0,0),(105625,28779,571,1,1,25675,0,5964.98,-4456.71,361.618,1.2383,300,5,0,11001,0,1,0,0,0),(105626,28779,571,1,1,25676,0,5982.77,-4509.73,361.481,3.24999,300,5,0,11001,0,1,0,0,0),(105627,28779,571,1,1,25676,0,6047.39,-4447.27,362.916,2.53031,300,5,0,11001,0,1,0,0,0),(105628,28779,571,1,1,25675,0,6015.44,-4457.4,361.967,3.91796,300,5,0,11001,0,1,0,0,0),(105629,28779,571,1,1,25675,0,5988.32,-4298.04,368.154,4.5999,300,5,0,11001,0,1,0,0,0),(105630,28779,571,1,1,25676,0,6027.19,-4276.5,337.364,1.85605,300,0,0,11001,0,0,0,0,0),(105631,28779,571,1,1,25676,0,6024.72,-4184.39,329.119,4.0282,300,5,0,11001,0,1,0,0,0),(105632,28779,571,1,1,25676,0,5966.09,-4177.35,347.127,1.25134,300,5,0,11001,0,1,0,0,0),(105633,28779,571,1,1,25675,0,6033.61,-4336.04,358.149,4.21002,300,5,0,11001,0,1,0,0,0),(105634,28779,571,1,1,25676,0,5917.31,-4077.39,365.635,2.51689,300,5,0,11001,0,1,0,0,0),(105635,28779,571,1,1,25676,0,5965.74,-4102.92,361.91,4.02094,300,5,0,11001,0,1,0,0,0),(105636,28779,571,1,1,25675,0,5913.39,-4158.9,355,6.2363,300,5,0,11001,0,1,0,0,0),(105637,28779,571,1,1,25676,0,6007.55,-4119.81,369.976,3.21589,300,5,0,11001,0,1,0,0,0),(105638,28779,571,1,1,25675,0,5923.44,-4196.16,360.532,4.35041,300,5,0,11001,0,1,0,0,0),(105639,28779,571,1,1,25676,0,5973.3,-4269.44,369.565,3.3295,300,5,0,11001,0,1,0,0,0),(105640,28779,571,1,1,25676,0,5959.33,-4143.27,368.695,5.34025,300,5,0,11001,0,1,0,0,0),(105641,28779,571,1,1,25675,0,6031.81,-4077.81,354.745,2.26854,300,5,0,11001,0,1,0,0,0),(105642,28779,571,1,1,25675,0,5984.76,-4052.15,361.165,3.20496,300,5,0,11001,0,1,0,0,0),(105643,28779,571,1,1,25675,0,6056.52,-4259.18,322.571,2.46075,300,5,0,11001,0,1,0,0,0),(105644,28779,571,1,1,25675,0,6058.48,-4213.62,321.287,0.637839,300,5,0,11001,0,1,0,0,0),(105645,28779,571,1,1,25675,0,6086.38,-4230.72,317.357,1.57568,300,5,0,11001,0,1,0,0,0),(105646,28779,571,1,1,25675,0,6164.85,-4248.1,325.331,1.42987,300,5,0,11001,0,1,0,0,0),(105647,28779,571,1,1,25675,0,6011.85,-4000.93,355.646,4.64336,300,5,0,11001,0,1,0,0,0),(105648,28779,571,1,1,25676,0,6112.3,-4313.6,329.279,4.63495,300,5,0,11001,0,1,0,0,0),(105650,28523,571,1,1,21342,0,5362.89,-1247.73,247.547,-2.48556,300,5,0,4979,0,1,0,0,0),(105651,28523,571,1,1,21342,0,5329.92,-1377.57,240.679,-2.89458,300,5,0,4979,0,1,0,0,0),(105652,23916,571,1,1,11686,0,1594.2,-6393.34,-1.78084,0.191986,300,0,0,4120,0,0,0,0,0),(105653,23916,571,1,1,11686,0,1541.81,-6409.26,-1.67621,5.21853,300,0,0,4120,0,0,0,0,0),(105654,23916,571,1,1,11686,0,1537.28,-6404.51,-2.1819,3.36848,300,0,0,4120,0,0,0,0,0),(105655,620,571,1,1,304,0,1309.16,-3250.26,174.235,2.43291,300,5,0,1,0,1,0,0,0),(105656,620,571,1,1,304,0,1413.84,-3343.19,168.695,2.70396,300,5,0,1,0,1,0,0,0),(105657,24172,571,1,1,20857,0,1064.66,-5007.31,64.3506,2.96706,300,5,0,102,0,1,0,0,0),(105658,24172,571,1,1,20857,0,1007.26,-4883.06,41.9653,3.71755,300,5,0,102,0,1,0,0,0),(105659,26988,571,1,1,24284,0,2338.17,5275.62,7.90438,5.28835,300,0,0,7181,0,0,0,0,0),(105660,29548,571,1,1,26330,0,5905.52,627.213,646.964,0.942478,300,0,0,8508,7981,0,0,0,0),(105661,31852,571,1,1,27244,0,5832.24,564.014,651.771,2.59649,300,0,0,8982,0,0,0,0,0),(105662,25452,571,1,1,26425,0,3561.26,3439.51,48.4315,1.76756,300,13,0,8982,0,1,0,0,0),(105663,29036,571,1,1,25329,0,5219.52,5087.62,-135.781,1.75537,300,5,0,11001,0,1,0,0,0),(105664,620,571,1,1,304,0,1438.16,-3296.85,168.767,3.24072,300,5,0,1,0,1,0,0,0),(105666,27500,571,1,1,24676,1,2855.7,-1800.6,36.1247,5.0091,300,0,0,9940,0,0,0,0,0),(105667,27500,571,1,1,24675,1,2765.94,-1942.31,4.65514,1.53589,300,5,0,9940,0,1,0,0,0),(105668,27500,571,1,1,24675,1,2805.09,-1964.35,11.2184,2.02458,300,5,0,9940,0,1,0,0,0),(105669,27500,571,1,1,24675,1,2808.28,-1933.09,5.34487,4.62512,300,5,0,9940,0,1,0,0,0),(105670,30572,571,1,1,27141,1,6893.03,-4107.77,467.437,5.98648,300,0,0,8508,7981,0,0,0,0),(105671,23916,571,1,1,11686,0,1548.2,-6413.57,-1.80988,0.785398,300,0,0,4120,0,0,0,0,0),(105672,23916,571,1,1,11686,0,1582.44,-6379.72,-3.1216,5.72468,300,0,0,4120,0,0,0,0,0),(105673,620,571,1,1,304,0,1412.9,-3342.49,168.803,4.06655,300,5,0,1,0,1,0,0,0),(105674,620,571,1,1,304,0,1456.36,-3321.98,168.924,2.30383,300,0,0,1,0,0,0,0,0),(105675,24172,571,1,1,20857,0,1068.78,-4892.17,40.276,4.43314,300,5,0,102,0,1,0,0,0),(105676,24172,571,1,1,20857,0,1024.46,-4873.33,36.8526,1.95477,300,5,0,102,0,1,0,0,0),(105677,24172,571,1,1,20857,0,1039.43,-5028.33,41.4369,2.67035,300,5,0,102,0,1,0,0,0),(105678,24172,571,1,1,20857,0,1047.7,-4827.49,43.1082,2.3911,300,5,0,102,0,1,0,0,0),(105679,29036,571,1,1,25329,0,5292.06,4825.25,-133.339,5.72155,300,5,0,11001,0,1,0,0,0),(105680,29036,571,1,1,25328,0,5535.56,4637.91,-136.56,2.70154,300,5,0,11001,0,1,0,0,0),(105681,24172,571,1,1,20857,0,977.62,-4803.88,57.6256,3.86489,300,5,0,102,0,1,0,0,0),(105682,24172,571,1,1,20857,0,1056.2,-4977.76,73.5988,2.07694,300,5,0,102,0,1,0,0,0),(105683,24172,571,1,1,20857,0,1045.51,-5029.15,44.3071,2.63545,300,5,0,102,0,1,0,0,0),(105684,24172,571,1,1,20857,0,903.298,-4961.89,2.3988,4.12158,300,5,0,102,0,1,0,0,0),(105685,24172,571,1,1,20857,0,1071.98,-4943.7,71.2631,3.08923,300,5,0,102,0,1,0,0,0),(105686,24172,571,1,1,20857,0,915.804,-4977.15,30.3499,2.75762,300,5,0,102,0,1,0,0,0),(105687,24172,571,1,1,20857,0,932.406,-4830.63,29.9146,5.21853,300,5,0,102,0,1,0,0,0),(105688,24172,571,1,1,20857,0,1061.02,-4892.27,37.3962,3.76991,300,5,0,102,0,1,0,0,0),(105689,24172,571,1,1,20857,0,925.195,-4955.05,33.6962,0.959931,300,5,0,102,0,1,0,0,0),(105690,27500,571,1,1,24677,1,2869.71,-1810.23,34.9495,4.09171,300,0,0,9940,0,0,0,0,0),(105691,24172,571,1,1,20857,0,914.355,-4979.29,30.5786,2.75762,300,5,0,102,0,1,0,0,0),(105692,24172,571,1,1,20857,0,1062.89,-5002.1,64.9831,2.94961,300,5,0,102,0,1,0,0,0),(105693,24172,571,1,1,20857,0,923.221,-4845.03,41.8217,4.57276,300,5,0,102,0,1,0,0,0),(105694,24172,571,1,1,20857,0,916.764,-4974.19,30.0586,0,300,5,0,102,0,1,0,0,0),(105695,25452,571,1,1,26425,0,3998.9,4136.29,55.5949,0.556839,300,13,0,8982,0,1,0,0,0),(105696,25452,571,1,1,26425,0,3886.78,3989.04,40.8632,4.47783,300,13,0,8982,0,1,0,0,0),(105697,29036,571,1,1,25328,0,5573.69,4537.77,-137.979,0.882936,300,5,0,11001,0,1,0,0,0),(105698,29036,571,1,1,25329,0,5639.71,4684.87,-134.144,4.76123,300,5,0,11001,0,1,0,0,0),(105699,25452,571,1,1,26425,0,3815.9,3913.36,39.8201,3.10642,300,13,0,8982,0,1,0,0,0),(105700,25452,571,1,1,26425,0,3897.87,4065.47,34.6214,5.21904,300,13,0,8982,0,1,0,0,0),(105701,29036,571,1,1,25328,0,5594.67,4914.16,-132.515,5.29523,300,5,0,11001,0,1,0,0,0),(105702,25452,571,1,1,26425,0,3968.61,4061.81,51.982,2.69415,300,13,0,8982,0,1,0,0,0),(105703,29036,571,1,1,25329,0,5200.28,4681.53,-133.438,5.73473,300,5,0,11001,0,1,0,0,0),(105704,29036,571,1,1,25328,0,5184.25,4730.88,-132.102,3.42378,300,5,0,11001,0,1,0,0,0),(105705,29036,571,1,1,25328,0,5370.96,4493.44,-128.731,1.97347,300,5,0,11001,0,1,0,0,0),(105706,29036,571,1,1,25329,0,5284.09,4750.76,-135.297,2.7444,300,5,0,11001,0,1,0,0,0),(105707,29036,571,1,1,25329,0,5672.18,5138.5,-133.136,5.4908,300,5,0,11001,0,1,0,0,0),(105708,29036,571,1,1,25328,0,5176.17,5055.59,-133.013,4.26048,300,5,0,11001,0,1,0,0,0),(105709,29036,571,1,1,25328,0,5874.67,4864.48,-130.414,1.90613,300,5,0,11001,0,1,0,0,0),(105710,29036,571,1,1,25328,0,5684.04,5056.57,-134.116,1.3528,300,5,0,11001,0,1,0,0,0),(105711,27500,571,1,1,24677,1,2914.36,-2166.49,46.9111,4.87276,300,0,0,9940,0,0,0,0,0),(105712,25452,571,1,1,26425,0,3979.34,4012,59.5607,4.28407,300,13,0,8982,0,1,0,0,0),(105713,25452,571,1,1,26425,0,3929.34,4014.68,49.1283,5.63839,300,13,0,8982,0,1,0,0,0),(105714,25452,571,1,1,26425,0,4023.16,4188.38,50.9866,2.64907,300,13,0,8982,0,1,0,0,0),(105715,25452,571,1,1,26425,0,3581.35,3809.62,39.4403,0.426951,300,13,0,8982,0,1,0,0,0),(105716,25452,571,1,1,26425,0,3620.88,3856.4,35.9202,2.2914,300,13,0,8982,0,1,0,0,0),(105717,27202,571,1,1,0,1,2624.78,-436.307,40.4331,2.61988,300,0,0,8982,0,2,0,0,0),(105718,25452,571,1,1,26425,0,3945.89,4176.8,43.3075,6.13521,300,13,0,8982,0,1,0,0,0),(105719,25452,571,1,1,26425,0,3687.6,3843.78,33.8438,5.63155,300,13,0,8982,0,1,0,0,0),(105720,25452,571,1,1,26425,0,3789.28,3858.03,43.9058,1.22719,300,13,0,8982,0,1,0,0,0),(105721,25452,571,1,1,26425,0,3579.87,3749.61,36.4276,4.81657,300,13,0,8982,0,1,0,0,0),(105722,25452,571,1,1,26425,0,3885.47,3909.56,55.5829,4.88123,300,13,0,8982,0,1,0,0,0),(105723,25452,571,1,1,26425,0,3942.35,4101,47.1968,5.72552,300,13,0,8982,0,1,0,0,0),(105724,29036,571,1,1,25328,0,5617.49,5142.48,-132.081,0.585499,300,5,0,11001,0,1,0,0,0),(105725,24172,571,1,1,20857,0,1074.01,-5027.44,65.8556,0.539154,300,5,0,102,0,1,0,0,0),(105726,29036,571,1,1,25329,0,5864.06,4592.41,-136.718,6.11739,300,5,0,11001,0,1,0,0,0),(105727,24172,571,1,1,20857,0,980.002,-4855.96,28.2365,3.94444,300,5,0,102,0,1,0,0,0),(105728,24172,571,1,1,20857,0,934.731,-4891.29,41.1647,0.806544,300,5,0,102,0,1,0,0,0),(105729,29036,571,1,1,25329,0,5718.95,4476.63,-132.821,1.56005,300,5,0,11001,0,1,0,0,0),(105730,620,571,1,1,304,0,1452.43,-3323.68,170.312,4.78622,300,5,0,1,0,1,0,0,0),(105731,620,571,1,1,304,0,1457.88,-3318.42,168.882,5.89082,300,5,0,1,0,1,0,0,0),(105732,24172,571,1,1,20857,0,1028.01,-4871.9,36.1875,1.98968,300,5,0,102,0,1,0,0,0),(105733,620,571,1,1,304,0,1477.26,-3248.89,157.125,5.7809,300,5,0,1,0,1,0,0,0),(105734,24172,571,1,1,20857,0,1005.63,-4874.42,13.733,3.49066,300,5,0,102,0,1,0,0,0),(105735,25452,571,1,1,26425,0,3536.95,3395.17,39.8005,1.55615,300,13,0,8982,0,1,0,0,0),(105736,24172,571,1,1,20857,0,1078.45,-4943.57,37.4757,3.52556,300,5,0,102,0,1,0,0,0),(105737,24172,571,1,1,20857,0,1074.26,-4998.01,30.1594,2.80998,300,5,0,102,0,1,0,0,0),(105738,25452,571,1,1,26425,0,4308.5,4432.21,65.2012,0.020505,300,13,0,8982,0,1,0,0,0),(105739,24172,571,1,1,20857,0,844.308,-4801.25,55.9379,3.62431,300,5,0,102,0,1,0,0,0),(105740,620,571,1,1,304,0,1408.56,-3242.06,161.623,2.90372,300,5,0,1,0,1,0,0,0),(105741,24172,571,1,1,20857,0,943.899,-4916.91,36.2928,5.24805,300,5,0,102,0,1,0,0,0),(105742,24172,571,1,1,20857,0,951.331,-5030.47,7.42092,4.06662,300,5,0,102,0,1,0,0,0),(105743,27244,571,1,1,24453,0,2791.27,-5.98264,23.3855,0.701742,300,0,0,9940,0,2,0,0,0),(105744,24172,571,1,1,20857,0,973.252,-5045.87,7.57637,4.2237,300,5,0,102,0,1,0,0,0),(105745,25452,571,1,1,26425,0,3958.24,3978.25,59.2891,6.0446,300,13,0,8982,0,1,0,0,0),(105746,25452,571,1,1,26425,0,3880.07,3993.02,38.3982,3.61397,300,13,0,8982,0,1,0,0,0),(105747,25452,571,1,1,26425,0,3948.35,4016.31,54.703,0.059288,300,13,0,8982,0,1,0,0,0),(105748,25452,571,1,1,26425,0,4090.05,4157.23,72.6581,1.30994,300,13,0,8982,0,1,0,0,0),(105749,25452,571,1,1,26425,0,4145.77,4192.71,74.1336,4.6388,300,13,0,8982,0,1,0,0,0),(105750,27500,571,1,1,24675,1,2691.89,-1764.67,9.60111,0.364984,300,0,0,9940,0,2,0,0,0),(105751,27244,571,1,1,24453,0,2818.96,19.0825,18.3009,5.32146,300,0,0,9940,0,2,0,0,0),(105752,25452,571,1,1,26425,0,3893.25,4070.32,33.8674,4.60378,300,13,0,8982,0,1,0,0,0),(105753,27244,571,1,1,24453,0,2893.16,-80.2691,13.068,2.60054,300,0,0,9940,0,0,0,0,0),(105754,27500,571,1,1,24676,1,2720.63,-1750.93,10.0906,4.01426,300,0,0,9940,0,0,0,0,0),(105755,25452,571,1,1,26425,0,4146.44,4239.96,50.9006,4.95344,300,13,0,8982,0,1,0,0,0),(105756,27203,571,1,1,0,1,2586.93,-264.718,0.847802,5.04175,300,0,0,8982,0,2,0,0,0),(105757,27244,571,1,1,24453,0,2810.06,9.85938,8.55685,4.36332,300,0,0,9940,0,0,0,0,0),(105758,25452,571,1,1,26425,0,3681.16,3859.85,29.6718,1.58863,300,13,0,8982,0,1,0,0,0),(105759,25452,571,1,1,26425,0,3809.34,3811.14,52.8375,4.15826,300,13,0,8982,0,1,0,0,0),(105760,25452,571,1,1,26425,0,3742.88,3814.97,46.3398,2.78339,300,13,0,8982,0,1,0,0,0),(105761,25452,571,1,1,26425,0,3945.35,4108.28,46.7342,6.25265,300,13,0,8982,0,1,0,0,0),(105762,25452,571,1,1,26425,0,3976.56,4061.28,53.337,3.53397,300,13,0,8982,0,1,0,0,0),(105763,24073,571,1,1,0,0,2725.24,-3392.25,159.691,5.28093,300,0,0,8982,0,2,0,0,0),(105764,25452,571,1,1,26425,0,3996.95,4130.27,55.4096,1.35425,300,13,0,8982,0,1,0,0,0),(105765,25452,571,1,1,26425,0,4107.93,4093.4,92.0258,1.09509,300,13,0,8982,0,1,0,0,0),(105766,25452,571,1,1,26425,0,3545.99,3714,36.9011,5.83264,300,13,0,8982,0,1,0,0,0),(105767,25452,571,1,1,26425,0,3948.69,4166.47,45.6886,3.69373,300,13,0,8982,0,1,0,0,0),(105768,27500,571,1,1,24676,1,2850.29,-2160.07,32.3555,4.10227,300,0,0,9940,0,0,0,0,0),(105769,27500,571,1,1,24676,1,2849.47,-2203.71,34.107,1.32394,300,0,0,9940,0,0,0,0,0),(105770,27500,571,1,1,24675,1,2950.85,-2045,73.5641,-2.33789,300,0,0,9940,0,0,0,0,0),(105771,27244,571,1,1,24453,0,2822.3,25.5809,28.661,4.6663,300,0,0,9940,0,2,0,0,0),(105772,25452,571,1,1,26425,0,3562.02,3435.73,47.4404,1.76928,300,13,0,8982,0,1,0,0,0),(105773,27244,571,1,1,24453,0,2829.57,77.835,23.0541,2.79459,300,0,0,9940,0,2,0,0,0),(105774,24172,571,1,1,20857,0,1075.54,-4936.65,37.4022,2.96706,300,5,0,102,0,1,0,0,0),(105775,27500,571,1,1,24676,1,2994.24,-1843.59,59.6531,5.29204,300,0,0,9940,0,0,0,0,0),(105776,27244,571,1,1,24453,0,2768.48,170.224,22.3834,6.04284,300,0,0,9940,0,2,0,0,0),(105777,27244,571,1,1,24453,0,2854.34,193.962,5.62777,3.47321,300,0,0,9940,0,0,0,0,0),(105778,27500,571,1,1,24678,1,2689.77,-1869.07,14.1115,-0.73941,300,0,0,9940,0,0,0,0,0),(105779,27500,571,1,1,24675,1,2696.89,-1866.19,8.58456,0.633166,300,5,0,9940,0,1,0,0,0),(105780,27500,571,1,1,24675,1,2724.94,-1864.6,19.6292,-2.64474,300,0,0,9940,0,0,0,0,0),(105781,25452,571,1,1,26425,0,3660.09,3648.46,36.9815,1.59228,300,13,0,8982,0,1,0,0,0),(105782,27203,571,1,1,0,1,2525.81,-295.171,2.23228,5.38201,300,0,0,8982,0,2,0,0,0),(105783,27203,571,1,1,0,1,2594.2,-475.536,0.916024,4.96989,300,0,0,8982,0,2,0,0,0),(105784,25452,571,1,1,26425,0,3653.16,3536.19,41.4276,2.32321,300,13,0,8982,0,1,0,0,0),(105785,25452,571,1,1,26425,0,3741.14,3829.95,41.1048,2.05647,300,13,0,8982,0,1,0,0,0),(105786,25452,571,1,1,26425,0,3623.66,3848.25,36.5487,5.00501,300,13,0,8982,0,1,0,0,0),(105787,25452,571,1,1,26425,0,3668.7,3842.44,34.6718,3.18874,300,13,0,8982,0,1,0,0,0),(105788,25452,571,1,1,26425,0,3580.12,3728.46,36.8289,1.3026,300,13,0,8982,0,1,0,0,0),(105789,27244,571,1,1,24453,0,2717.19,66.5486,12.9134,0.453786,300,0,0,9940,0,0,0,0,0),(105790,27244,571,1,1,24453,0,2690.67,105.898,21.4896,5.74357,300,0,0,9940,0,2,0,0,0),(105791,27244,571,1,1,24453,0,2857.63,41.6806,12.5796,6.0912,300,0,0,9940,0,0,0,0,0),(105792,27244,571,1,1,24453,0,2870.06,48.3907,24.0009,2.38968,300,0,0,9940,0,2,0,0,0),(105793,27244,571,1,1,24453,0,2886,86.8438,25.0889,0.721896,300,0,0,9940,0,2,0,0,0),(105794,27500,571,1,1,24678,1,2695.64,-1871.01,1.2605,0.095997,300,0,0,9940,0,0,0,0,0),(105795,27500,571,1,1,24676,1,2696.55,-1861.98,8.58424,2.9244,300,0,0,9940,0,0,0,0,0),(105796,27500,571,1,1,24677,1,2728.38,-1862.3,8.5815,6.16051,300,5,0,9940,0,1,0,0,0),(105797,620,571,1,1,304,0,1418.9,-3297.99,168.579,3.83996,300,5,0,1,0,1,0,0,0),(105798,23660,571,1,1,21913,1,924.409,-4838.9,6.41117,2.97622,300,0,0,6986,2991,2,0,0,0),(105799,27500,571,1,1,24678,1,2891.94,-2215.48,48.1861,1.01052,300,5,0,9940,0,1,0,0,0),(105800,24172,571,1,1,20857,0,946.678,-4877.4,51.2733,3.29443,300,5,0,102,0,1,0,0,0),(105801,23660,571,1,1,21914,1,1033.63,-5027.26,10.989,1.85465,300,0,0,6986,2991,2,0,0,0),(105802,23660,571,1,1,21913,1,980.297,-5014.75,8.07659,3.78634,300,0,0,6986,2991,0,0,0,0),(105803,23660,571,1,1,21914,1,1020.72,-4964.68,8.97172,1.69297,300,0,0,6986,2991,2,0,0,0),(105804,23660,571,1,1,21914,1,1080.07,-4916.15,24.4347,1.02833,300,0,0,6986,2991,0,0,0,0),(105805,23660,571,1,1,21913,1,1078.96,-4911.59,24.0092,-0.795738,300,0,0,6986,2991,0,0,0,0),(105806,23660,571,1,1,21914,1,991.106,-4830.96,17.1903,3.97935,300,0,0,6986,2991,2,0,0,0),(105807,23660,571,1,1,21913,1,1017.81,-4886.36,6.50953,3.57792,300,0,0,6986,2991,0,0,0,0),(105808,27500,571,1,1,24675,1,2965.27,-1931.84,51.9269,3.54104,300,5,0,9940,0,1,0,0,0),(105809,25452,571,1,1,26425,0,4103.94,4230.44,47.454,3.9379,300,13,0,8982,0,1,0,0,0),(105810,27500,571,1,1,24677,1,2805.75,-1824.49,10.7628,2.67508,300,0,0,9940,0,2,0,0,0),(105811,27500,571,1,1,24675,1,2819.42,-1853.05,10.8798,5.16617,300,0,0,9940,0,0,0,0,0),(105812,27500,571,1,1,24676,1,2835.85,-1888.93,10.8011,5.35627,300,5,0,9940,0,1,0,0,0),(105813,27500,571,1,1,24675,1,2847.86,-1925.86,12.8494,1.15555,300,0,0,9940,0,0,0,0,0),(105814,27500,571,1,1,24675,1,2932.22,-1816.96,44.322,3.61483,300,0,0,9940,0,0,0,0,0),(105815,25452,571,1,1,26425,0,3812.2,3919.14,39.6213,2.84948,300,13,0,8982,0,1,0,0,0),(105816,25452,571,1,1,26425,0,3884.38,3886.15,57.5228,3.31508,300,13,0,8982,0,1,0,0,0),(105817,25452,571,1,1,26425,0,3842.12,3849.66,53.2577,1.51391,300,13,0,8982,0,1,0,0,0),(105818,27500,571,1,1,24676,1,2777.31,-1822.02,4.6624,3.9774,300,0,0,9940,0,0,0,0,0),(105819,27500,571,1,1,24676,1,2742.04,-1724.3,5.14729,5.0218,300,5,0,9940,0,1,0,0,0),(105820,27500,571,1,1,24676,1,2778.19,-1826.79,5.028,1.69623,300,0,0,9940,0,0,0,0,0),(105821,27500,571,1,1,24675,1,2738.19,-1784.91,5.87062,3.13836,300,0,0,9940,0,2,0,0,0),(105822,27500,571,1,1,24676,1,2778.3,-1822.38,4.77284,1.75553,300,0,0,9940,0,0,0,0,0),(105823,27500,571,1,1,24675,1,2774.52,-1875.9,5.34016,4.33908,300,5,0,9940,0,1,0,0,0),(105824,27500,571,1,1,24676,1,2745.75,-1753.93,4.29295,5.19305,300,5,0,9940,0,1,0,0,0),(105825,27500,571,1,1,24678,1,2980.46,-1739.67,36.0212,5.59532,300,5,0,9940,0,1,0,0,0),(105826,27500,571,1,1,24678,1,2752.68,-1816.3,5.22286,4.03103,300,0,0,9940,0,0,0,0,0),(105827,25452,571,1,1,26425,0,3648.11,3785.19,47.4829,0.86521,300,13,0,8982,0,1,0,0,0),(105828,27500,571,1,1,24675,1,2932.31,-1726.64,26.0298,1.93738,300,0,0,9940,0,0,0,0,0),(105829,25452,571,1,1,26425,0,3559.18,3708.75,38.2088,3.39181,300,13,0,8982,0,1,0,0,0),(105830,27500,571,1,1,24678,1,2719.96,-1829.28,4.8389,-0.368152,300,0,0,9940,0,0,0,0,0),(105831,27500,571,1,1,24676,1,2760.72,-1921.05,4.56853,4.43652,300,0,0,9940,0,0,0,0,0),(105832,27500,571,1,1,24676,1,2786.66,-1899.64,5.32412,4.83456,300,0,0,9940,0,0,0,0,0),(105833,27500,571,1,1,24676,1,2796.1,-1925.36,5.13991,4.38914,300,0,0,9940,0,0,0,0,0),(105834,27500,571,1,1,24675,1,2915.82,-1875.75,46.5633,0.807795,300,0,0,9940,0,0,0,0,0),(105835,25452,571,1,1,26425,0,3794,3848.58,46.517,0.296519,300,13,0,8982,0,1,0,0,0),(105836,27500,571,1,1,24677,1,2778.87,-2128.56,22.7312,2.95286,300,5,0,9940,0,1,0,0,0),(105837,27500,571,1,1,24675,1,2901.05,-1997,52.893,5.72117,300,0,0,9940,0,0,0,0,0),(105838,27500,571,1,1,24678,1,2889.32,-2030.26,55.3378,4.21506,300,0,0,9940,0,0,0,0,0),(105839,25452,571,1,1,26425,0,3612.81,3576.65,36.4254,0.828744,300,13,0,8982,0,1,0,0,0),(105840,27500,571,1,1,24675,1,2805.16,-2193.59,21.922,6.18656,300,0,0,9940,0,0,0,0,0),(105841,28268,571,1,1,24996,0,4975.81,-3475.55,292.386,2.80109,300,5,0,10635,0,1,0,0,0),(105842,28268,571,1,1,24996,0,4859.99,-3355.41,292.05,3.0971,300,0,0,10635,0,0,0,0,0),(105843,28268,571,1,1,24996,0,4872.33,-3250.73,289.242,6.15055,300,5,0,10635,0,1,0,0,0),(105844,28268,571,1,1,24996,0,4953.51,-3480.69,293.85,0.746926,300,5,0,10635,0,1,0,0,0),(105845,27500,571,1,1,24675,1,2919.81,-1865.98,47.5316,1.38832,300,5,0,9940,0,1,0,0,0),(105846,27500,571,1,1,24676,1,2836.42,-1889.86,10.878,2.58601,300,0,0,9940,0,0,0,0,0),(105847,27500,571,1,1,24678,1,2785.8,-1903.23,5.02258,1.36589,300,5,0,9940,0,1,0,0,0),(105848,27500,571,1,1,24676,1,2759.32,-1922.46,4.56558,4.93686,300,5,0,9940,0,1,0,0,0),(105849,27500,571,1,1,24678,1,2837.01,-1901.39,11.0891,5.14787,300,0,0,9940,0,0,0,0,0),(105850,27500,571,1,1,24676,1,2790.21,-1899.53,5.44509,-3.11101,300,0,0,9940,0,0,0,0,0),(105851,27500,571,1,1,24678,1,2847.73,-1928.42,12.8991,2.1764,300,5,0,9940,0,1,0,0,0),(105852,27500,571,1,1,24676,1,2784.97,-1838.62,4.32376,3.83972,300,0,0,9940,0,0,0,0,0),(105853,27500,571,1,1,24678,1,2763.84,-1772.4,4.86984,0.645772,300,0,0,9940,0,0,0,0,0),(105854,27500,571,1,1,24678,1,2684,-1873.36,14.2064,1.7274,300,0,0,9940,0,2,0,0,0),(105855,27500,571,1,1,24676,1,2741.38,-1745.56,4.29961,0.069813,300,0,0,9940,0,0,0,0,0),(105857,27500,571,1,1,24676,1,2721.08,-1832.14,4.8389,0.139125,300,0,0,9940,0,2,0,0,0),(105858,27500,571,1,1,24678,1,2839.14,-1885.07,10.8011,0.349207,300,5,0,9940,0,1,0,0,0),(105859,27500,571,1,1,24677,1,2753.64,-1895.85,5.03679,4.92475,300,0,0,9940,0,2,0,0,0),(105861,27500,571,1,1,24676,1,2856.66,-1937.3,13.9799,2.6529,300,0,0,9940,0,0,0,0,0),(105862,25452,571,1,1,26425,0,4250.19,4389.94,44.4854,1.16449,300,13,0,8982,0,1,0,0,0),(105863,25452,571,1,1,26425,0,3377.28,3828.03,26.5504,5.47707,300,13,0,8982,0,1,0,0,0),(105864,25452,571,1,1,26425,0,3584.34,3821.74,40.187,2.27551,300,13,0,8982,0,1,0,0,0),(105865,25452,571,1,1,26425,0,3579.53,3752.9,36.4276,1.67498,300,13,0,8982,0,1,0,0,0),(105866,25452,571,1,1,26425,0,3589.42,3451.9,49.508,2.31405,300,13,0,8982,0,1,0,0,0),(105867,25197,571,1,1,22984,0,4361.05,6063.24,0.605001,4.92183,300,0,0,9291,3231,0,0,0,0),(105868,29549,571,1,1,26388,0,6818.23,-1689.69,821.334,5.44543,300,0,0,12175,0,0,0,0,0),(105869,29549,571,1,1,26388,0,6856.22,-1659.58,822.343,5.95157,300,0,0,12175,0,0,0,0,0),(105870,29549,571,1,1,26388,0,6851.26,-1667.47,822.695,5.77704,300,0,0,12175,0,0,0,0,0),(105871,29549,571,1,1,26388,0,6841.85,-1678.05,823.347,5.49779,300,0,0,12175,0,0,0,0,0),(105872,29549,571,1,1,26388,0,6834.98,-1684.06,822.175,5.86431,300,0,0,12175,0,0,0,0,0),(105873,26733,571,1,1,24022,1,4014.54,2359.66,126.748,4.24115,300,0,0,8982,0,0,0,0,0),(105875,26989,571,1,1,24293,0,2148,5231.63,19.5292,1.15192,300,0,0,7181,0,0,0,0,0),(105876,29037,571,1,1,23317,0,5677.12,4574.54,-136.465,2.70526,300,0,0,94160,0,0,0,0,0),(105877,27245,571,1,1,24458,1,2797.04,-495.354,119.7,1.39626,300,0,0,39760,38270,0,0,0,0),(105878,31085,571,1,1,27585,1,5841.87,476.74,657.704,3.31613,300,0,0,12600,0,0,0,0,0),(105879,27501,571,1,1,24671,1,2794.18,-1890.38,5.20723,5.5676,300,5,0,9940,3387,1,0,0,0),(105880,27501,571,1,1,24674,1,2771.75,-1873.14,5.65052,2.00713,300,5,0,9940,3387,1,0,0,0),(105881,27501,571,1,1,24674,1,2814.19,-1884.11,10.9048,2.32129,300,5,0,9940,3387,1,0,0,0),(105882,27501,571,1,1,24671,1,2753.73,-1887.77,5.2066,5.35816,300,5,0,9940,3387,1,0,0,0),(105883,23917,571,1,1,11686,0,1567.05,-6301.68,8.37005,6.24828,300,0,0,4120,0,0,0,0,0),(105884,23917,571,1,1,11686,0,1475.62,-6375.81,7.74454,5.48033,300,0,0,4120,0,0,0,0,0),(105885,23917,571,1,1,11686,0,1577.18,-6297.37,8.02349,0.05236,300,0,0,4120,0,0,0,0,0),(105886,23917,571,1,1,11686,0,1480.23,-6365.72,7.65645,2.16421,300,0,0,4120,0,0,0,0,0),(105887,26477,571,1,1,6762,1,3404.51,2148.53,44.6889,5.55015,300,0,0,9291,3231,0,0,0,0),(105888,26477,571,1,1,14886,1,3439.52,2338.01,34.9111,4.11898,300,0,0,9291,3231,0,0,0,0),(105889,26477,571,1,1,23833,1,3423.95,2362.27,38.2451,2.75762,300,0,0,9291,3231,0,0,0,0),(105890,26477,571,1,1,14886,1,3532.73,2391.92,64.9583,0.785398,300,0,0,9291,3231,0,0,0,0),(105891,26477,571,1,1,23832,1,3495.47,2439.79,62.8,2.16421,300,0,0,9291,3231,0,0,0,0),(105892,26477,571,1,1,6762,1,3492.29,2394.07,57.9771,1.0821,300,0,0,9291,3231,0,0,0,0),(105893,26477,571,1,1,23833,1,3273.81,2236.8,37.5545,4.06662,300,0,0,9291,3231,0,0,0,0),(105894,26477,571,1,1,14886,1,3335.21,2337.52,30.9704,1.43117,300,0,0,9291,3231,0,0,0,0),(105895,26477,571,1,1,23832,1,3289.8,2315.15,30.0672,2.28638,300,0,0,9291,3231,0,0,0,0),(105896,26477,571,1,1,23833,1,3388.77,2204.16,37.3238,1.76278,300,0,0,9291,3231,0,0,0,0),(105897,26477,571,1,1,6762,1,3286.67,2266.59,30.0847,1.06465,300,0,0,9291,3231,0,0,0,0),(105898,23661,571,1,1,22076,1,1957.89,-4205.77,209.807,0.628319,300,5,0,8982,0,1,0,0,0),(105899,23661,571,1,1,22077,1,1700.38,-4244.61,245.234,2.64699,300,0,0,8982,0,0,0,0,0),(105900,26477,571,1,1,23832,1,3328.72,2294.8,34.6096,1.46608,300,0,0,9291,3231,0,0,0,0),(105901,26477,571,1,1,6762,1,3381.45,2178.12,43.3944,3.68265,300,0,0,9291,3231,0,0,0,0),(105902,26477,571,1,1,23833,1,3374.13,2343.55,35.0532,2.16421,300,0,0,9291,3231,0,0,0,0),(105903,27501,571,1,1,24672,1,2767.14,-2033.57,10.6353,1.97222,300,0,0,9940,3387,0,0,0,0),(105904,27501,571,1,1,24671,1,2606.3,-2092.26,7.30002,5.31193,300,0,0,9940,3387,2,0,0,0),(105905,27501,571,1,1,24671,1,2715.4,-2089.02,3.63855,6.13478,300,5,0,9940,3387,1,0,0,0),(105906,27501,571,1,1,24671,1,2634.16,-2125.57,3.95126,2.30383,300,0,0,9940,3387,0,0,0,0),(105907,23661,571,1,1,22078,1,1845.9,-4180.44,216.032,0.733038,300,0,0,8982,0,0,0,0,0),(105908,23661,571,1,1,22078,1,1779.19,-4045.25,235.069,3.63867,300,0,0,8982,0,0,0,0,0),(105909,23661,571,1,1,22076,1,1791.58,-4039.5,236.647,2.55857,300,5,0,8982,0,1,0,0,0),(105911,23661,571,1,1,22079,1,1943.42,-4044.39,215.718,1.09956,300,5,0,8982,0,1,0,0,0),(105912,23661,571,1,1,22078,1,1882.73,-4192.25,214.672,1.76278,300,0,0,8982,0,0,0,0,0),(105913,26477,571,1,1,23832,1,3542.88,2281.21,52.3022,0.471239,300,0,0,9291,3231,0,0,0,0),(105914,23661,571,1,1,22076,1,1835.73,-4147.86,224.212,3.29867,300,0,0,8982,0,0,0,0,0),(105915,23661,571,1,1,22078,1,1952.33,-4107.91,215.764,0.593412,300,0,0,8982,0,0,0,0,0),(105916,23661,571,1,1,22077,1,1939.21,-4141.45,214.445,-1.65673,300,0,0,8982,0,0,0,0,0),(105917,23661,571,1,1,22077,1,1923.19,-4187.39,216.29,0.20944,300,0,0,8982,0,0,0,0,0),(105918,27501,571,1,1,24671,1,2686.71,-2074.46,4.21919,2.47837,300,0,0,9940,3387,0,0,0,0),(105919,27501,571,1,1,24671,1,2659.38,-2080.2,4.34607,3.88143,300,0,0,9940,3387,2,0,0,0),(105920,23661,571,1,1,22076,1,1781.31,-4173.84,242.559,3.83873,300,5,0,8982,0,1,0,0,0),(105921,23661,571,1,1,22079,1,1883.46,-4169.71,215.034,-2.85079,300,0,0,8982,0,0,0,0,0),(105922,23661,571,1,1,22079,1,1985.95,-4205.99,211.904,5.02766,300,5,0,8982,0,1,0,0,0),(105923,23661,571,1,1,22077,1,1796.76,-4175.65,240.676,5.55015,300,0,0,8982,0,0,0,0,0),(105924,23661,571,1,1,22079,1,1814.31,-4151.47,238.732,1.3911,300,5,0,8982,0,1,0,0,0),(105925,23661,571,1,1,22078,1,1718.02,-4240.04,243.761,0.985122,300,5,0,8982,0,1,0,0,0),(105926,23661,571,1,1,22078,1,1973.23,-4055.06,215.682,5.18363,300,0,0,8982,0,0,0,0,0),(105927,27501,571,1,1,24672,1,2745.83,-1995.83,4.65985,1.27742,300,5,0,9940,3387,1,0,0,0),(105928,27501,571,1,1,24674,1,2650.36,-2025.18,4.32393,2.50544,300,0,0,9940,3387,2,0,0,0),(105929,27501,571,1,1,24673,1,2698.61,-2030.49,4.05287,0.914678,300,5,0,9940,3387,1,0,0,0),(105930,27501,571,1,1,24674,1,2785.88,-2028.11,10.7721,0.959931,300,0,0,9940,3387,0,0,0,0),(105931,27501,571,1,1,24673,1,2768.59,-1959.83,5.23692,4.06119,300,5,0,9940,3387,1,0,0,0),(105932,27501,571,1,1,24671,1,2633.48,-1987.5,8.76404,5.58819,300,0,0,9940,3387,2,0,0,0),(105933,27501,571,1,1,24672,1,2670.55,-2010.98,18.1721,4.13393,300,0,0,9940,3387,2,0,0,0),(105934,27501,571,1,1,24671,1,2767.51,-1986.68,5.26641,1.55334,300,0,0,9940,3387,0,0,0,0),(105935,27501,571,1,1,24671,1,2793.05,-1979.43,10.9003,4.07205,300,5,0,9940,3387,1,0,0,0),(105936,27501,571,1,1,24672,1,2806.62,-2193.74,22.3292,0.918369,300,5,0,9940,3387,1,0,0,0),(105937,27501,571,1,1,24671,1,2917.55,-1873.94,47.052,0.801059,300,0,0,9940,3387,0,0,0,0),(105938,27501,571,1,1,24672,1,2968.68,-1745.33,37.4379,2.93215,300,0,0,9940,3387,0,0,0,0),(105939,27501,571,1,1,24674,1,2930,-1818.1,44.5172,0.472999,300,0,0,9940,3387,0,0,0,0),(105940,27501,571,1,1,24672,1,2931.24,-1723.84,23.9106,1.93756,300,5,0,9940,3387,1,0,0,0),(105941,27501,571,1,1,24672,1,2759.76,-1924.42,4.90025,1.27409,300,0,0,9940,3387,0,0,0,0),(105942,27501,571,1,1,24671,1,2837.58,-1891.23,10.904,2.21461,300,0,0,9940,3387,0,0,0,0),(105943,27501,571,1,1,24672,1,2866.49,-1814.74,34.6578,3.47321,300,0,0,9940,3387,0,0,0,0),(105944,27501,571,1,1,24671,1,2764.32,-1921.76,4.48375,2.94841,300,0,0,9940,3387,0,0,0,0),(105945,27501,571,1,1,24673,1,2795.13,-1928.26,5.13991,1.24754,300,0,0,9940,3387,0,0,0,0),(105946,27501,571,1,1,24672,1,2914.78,-2169.07,47.1474,1.73203,300,0,0,9940,3387,0,0,0,0),(105947,27501,571,1,1,24671,1,2616.45,-1974.52,18.1334,2.63545,300,0,0,9940,3387,0,0,0,0),(105948,27501,571,1,1,24672,1,2626.73,-1981.6,10.8377,2.54818,300,0,0,9940,3387,0,0,0,0),(105949,27501,571,1,1,24674,1,2652.82,-2027.09,4.09663,5.66275,300,5,0,9940,3387,1,0,0,0),(105950,27501,571,1,1,24673,1,2649.84,-1989,8.28463,1.43024,300,5,0,9940,3387,1,0,0,0),(105951,27501,571,1,1,24671,1,2709.51,-2014.24,4.15611,1.032,300,5,0,9940,3387,1,0,0,0),(105953,27501,571,1,1,24671,1,2738.8,-2012.27,4.59055,3.93395,300,5,0,9940,3387,1,0,0,0),(105956,27501,571,1,1,24671,1,2794.09,-1980.17,10.9003,6.09596,300,5,0,9940,3387,1,0,0,0),(105958,27501,571,1,1,24671,1,2798.33,-2096.6,28.4081,1.32795,300,5,0,9940,3387,1,0,0,0),(105959,27501,571,1,1,24672,1,2892.42,-2214.71,48.2002,1.78024,300,0,0,9940,3387,0,0,0,0),(105960,27501,571,1,1,24674,1,2940.17,-1740.49,33.064,1.41515,300,5,0,9940,3387,1,0,0,0),(105961,27501,571,1,1,24671,1,2848.19,-2163.06,32.0055,0,300,0,0,9940,3387,0,0,0,0),(105962,27501,571,1,1,24672,1,2850.13,-2201.1,34.0611,1.32429,300,5,0,9940,3387,1,0,0,0),(105963,27501,571,1,1,24672,1,2995.68,-1845.8,60.21,2.15044,300,0,0,9940,3387,0,0,0,0),(105964,27501,571,1,1,24671,1,2948.38,-2047.56,72.7102,5.42797,300,0,0,9940,3387,0,0,0,0),(105965,27501,571,1,1,24671,1,2901.74,-1997.43,52.8316,3.17677,300,0,0,9940,3387,0,0,0,0),(105966,27501,571,1,1,24671,1,2888.03,-2032.63,55.3187,1.07346,300,0,0,9940,3387,0,0,0,0),(105967,27501,571,1,1,24673,1,2837.79,-1903.07,11.0692,4.52492,300,5,0,9940,3387,1,0,0,0),(105969,27501,571,1,1,24672,1,2963.45,-1932.61,51.1968,2.77507,300,0,0,9940,3387,0,0,0,0),(105971,27501,571,1,1,24674,1,2786.55,-1899.64,5.33934,1.36598,300,5,0,9940,3387,1,0,0,0),(105972,27501,571,1,1,24672,1,2791.9,-2139.33,23.2848,3.7001,300,0,0,9940,3387,0,0,0,0),(105973,27501,571,1,1,24673,1,2846.79,-1936.14,12.8862,1.96544,300,5,0,9940,3387,1,0,0,0),(105974,27501,571,1,1,24672,1,2762.45,-1917.82,4.45212,-2.06241,300,0,0,9940,3387,0,0,0,0),(105976,27501,571,1,1,24674,1,2919.93,-1876,47.4409,5.65487,300,0,0,9940,3387,0,0,0,0),(105977,27501,571,1,1,24674,1,2783.44,-1908.76,4.59039,1.23882,300,0,0,9940,3387,0,0,0,0),(213241,22016,530,1,1,0,0,-4108.46,1288.62,54.2145,1.98968,300,0,0,1,0,0,0,0,0),(105979,26477,571,1,1,23832,1,3547.6,2348.7,58.7651,1.06465,300,0,0,9291,3231,0,0,0,0),(213240,22016,530,1,1,0,0,-4100.11,1350.39,72.3118,3.05433,300,0,0,1,0,0,0,0,0),(213239,22016,530,1,1,0,0,-4100.06,1377.72,80.5417,2.11185,300,0,0,1,0,0,0,0,0),(213238,22016,530,1,1,0,0,-4100.05,1373.94,79.2851,2.09971,300,0,0,1,0,0,0,0,0),(213237,22016,530,1,1,0,0,-4099.99,1353.74,73.721,3.29395,300,0,0,1,0,0,0,0,0),(213236,22016,530,1,1,0,0,-4096.36,1322.75,65.6467,2.93215,300,0,0,1,0,0,0,0,0),(213235,22016,530,1,1,0,0,-4096.19,1317.84,63.5953,3.05433,300,0,0,1,0,0,0,0,0),(105987,25198,571,1,1,486,1,4403.41,6156.19,0.470441,3.97935,300,0,0,1068,0,0,0,0,0),(105988,25198,571,1,1,1762,1,4375.91,6135.21,-3.49808,3.18796,300,0,0,1068,0,0,0,0,0),(105989,25198,571,1,1,486,1,4437.19,6163.06,-5.57972,4.20624,300,0,0,1068,0,0,0,0,0),(105990,25198,571,1,1,1994,1,4396.12,6169.02,-0.94796,3.13683,300,0,0,1068,0,0,0,0,0),(105991,25198,571,1,1,346,1,4373.09,6088.36,0.508501,1.23139,300,0,0,1068,0,0,0,0,0),(105992,25198,571,1,1,1994,1,4362.29,6078.11,3.3489,2.66381,300,0,0,1068,0,0,0,0,0),(105993,26990,571,1,1,24283,0,2147.52,5251.18,19.6081,4.11898,300,0,0,7181,0,0,0,0,0),(105994,15214,571,1,1,0,0,3511.95,4248.33,18.1383,2.25148,300,0,0,42,0,0,0,0,0),(200107,29778,571,1,1,0,1,5928.26,583.926,609.662,4.86055,25,0,0,42,0,0,0,0,0),(105997,15214,571,1,1,0,0,1976.56,-3264.8,134.85,6.14356,300,0,0,42,0,0,0,0,0),(105998,15214,571,1,1,0,0,1967.41,-3265.15,134.733,6.14356,300,0,0,42,0,0,0,0,0),(105999,15214,571,1,1,0,0,6060.09,4517.35,-85.4709,3.92699,300,0,0,42,0,0,0,0,0),(106000,15214,571,1,1,0,0,5996.39,4508.29,-86.4563,1.27409,300,0,0,42,0,0,0,0,0),(106001,15214,571,1,1,0,0,5989.74,4479.3,-86.3112,3.36848,300,0,0,42,0,0,0,0,0),(106002,15214,571,1,1,0,0,6133.53,4455.38,-81.7514,5.93412,300,0,0,42,0,0,0,0,0),(106003,15214,571,1,1,0,0,6061.79,4453.47,-79.178,0.785398,300,0,0,42,0,0,0,0,0),(106004,15214,571,1,1,0,0,6050.86,4448.61,-79.2894,0.680678,300,0,0,42,0,0,0,0,0),(106005,15214,571,1,1,0,0,5534.17,-920.213,172.251,3.14159,300,0,0,42,0,0,0,0,0),(106006,15214,571,1,1,0,0,5451.42,-828.683,151.984,6.0912,300,0,0,42,0,0,0,0,0),(106007,15214,571,1,1,0,0,5341.5,-916.224,167.673,3.14159,300,0,0,42,0,0,0,0,0),(106008,15214,571,1,1,0,0,5414.81,-721.52,157.842,3.61283,300,0,0,42,0,0,0,0,0),(106009,15214,571,1,1,0,0,5333.06,-890.609,168.81,2.23402,300,0,0,42,0,0,0,0,0),(106010,15214,571,1,1,0,0,5594.91,-924.915,176.11,6.03884,300,0,0,42,0,0,0,0,0),(106011,15214,571,1,1,0,0,5464.23,-728.858,148.673,5.39307,300,0,0,42,0,0,0,0,0),(106012,15214,571,1,1,0,0,5437.68,-766.894,154.743,0.226893,300,0,0,42,0,0,0,0,0),(106013,15214,571,1,1,0,0,5301.85,-882.853,169.348,5.41052,300,0,0,42,0,0,0,0,0),(106014,15214,571,1,1,0,0,2233.64,5156.24,5.45496,4.4855,300,0,0,42,0,0,0,0,0),(106015,15214,571,1,1,0,0,5451.35,-2610.28,328.496,2.58309,300,0,0,42,0,0,0,0,0),(106016,15214,571,1,1,0,0,6038.57,-2636.95,310.837,0.872665,300,0,0,42,0,0,0,0,0),(106017,15214,571,1,1,0,0,4804.79,1294.72,171.944,3.07992,300,0,0,42,0,0,0,0,0),(106018,15214,571,1,1,0,0,4721.86,1354.18,166.385,5.20599,300,0,0,42,0,0,0,0,0),(106019,15214,571,1,1,0,0,4798.03,1438.35,193.263,3.24072,300,0,0,42,0,0,0,0,0),(106020,15214,571,1,1,0,0,4765.03,1394.41,183.216,1.6057,300,0,0,42,0,0,0,0,0),(106021,15214,571,1,1,0,0,4868.74,1558.43,225.174,0.920459,300,0,0,42,0,0,0,0,0),(106022,15214,571,1,1,0,0,4802.61,1335.02,173.248,5.16874,300,0,0,42,0,0,0,0,0),(106023,15214,571,1,1,0,0,4824.3,1417.69,194.201,0.81374,300,0,0,42,0,0,0,0,0),(106024,15214,571,1,1,0,0,4926.65,1474,223.358,0.023177,300,0,0,42,0,0,0,0,0),(106025,15214,571,1,1,0,0,4756.25,1307.29,163.356,0,300,0,0,42,0,0,0,0,0),(106026,15214,571,1,1,0,0,4841.8,1500.53,209.669,4.03171,300,0,0,42,0,0,0,0,0),(106027,15214,571,1,1,0,0,4814.55,1421.51,194.158,4.2586,300,0,0,42,0,0,0,0,0),(106028,15214,571,1,1,0,0,4885.88,1445.53,209.657,3.33358,300,0,0,42,0,0,0,0,0),(106029,15214,571,1,1,0,0,3858.78,-4347.16,195.403,2.93215,300,0,0,42,0,0,0,0,0),(106030,15214,571,1,1,0,0,2735.73,-4364.54,278.018,2.93215,300,0,0,42,0,0,0,0,0),(106031,15214,571,1,1,0,0,2808.47,-3619.03,247.324,2.72271,300,0,0,42,0,0,0,0,0),(106032,15214,571,1,1,0,0,3022.28,4586.69,2.24844,0.959931,300,0,0,42,0,0,0,0,0),(106033,15214,571,1,1,0,0,2938.7,4875.49,2.0749,0.785398,300,0,0,42,0,0,0,0,0),(106034,15214,571,1,1,0,0,3056.26,4714.89,1.9893,0.017453,300,0,0,42,0,0,0,0,0),(106035,24174,571,1,1,22175,0,2002.04,-5458.73,213.593,2.52603,300,5,0,1,0,1,0,0,0),(106036,24174,571,1,1,22175,0,70.5186,-5848.51,3.5853,4.30468,300,0,0,1,0,0,0,0,0),(106037,24174,571,1,1,22175,0,1328.9,-3234.58,162.785,6.21083,300,5,0,1,0,1,0,0,0),(106038,24174,571,1,1,22175,0,154.616,-3988.81,5.59262,4.60623,300,5,0,1,0,1,0,0,0),(106039,24174,571,1,1,22175,0,192.077,-5924.24,6.84421,2.72099,300,5,0,1,0,1,0,0,0),(106040,24174,571,1,1,22175,0,305.454,-3909.19,1.1691,3.20584,300,5,0,1,0,1,0,0,0),(106041,15214,571,1,1,0,0,3877.7,3726.03,48.3402,0.576363,300,0,0,42,0,0,0,0,0),(106042,25198,571,1,1,1994,1,4364.15,6165.83,-23.0475,2.83233,300,0,0,1068,0,0,0,0,0),(106043,25198,571,1,1,1762,1,4411.86,6170.81,-0.772324,1.54391,300,0,0,1068,0,0,0,0,0),(106044,25198,571,1,1,346,1,4381.28,6183.47,-50.6581,3.60029,300,0,0,1068,0,0,0,0,0),(106045,25198,571,1,1,346,1,4373.65,6126.07,0.296844,2.68781,300,0,0,1068,0,0,0,0,0),(106046,15214,571,1,1,0,0,4115.42,5324.4,28.7579,0.785398,300,0,0,42,0,0,0,0,0),(106047,15214,571,1,1,0,0,5422.39,-818.808,155.995,1.13446,300,0,0,42,0,0,0,0,0),(106048,15214,571,1,1,0,0,5371.92,-657.404,128.977,1.309,300,0,0,42,0,0,0,0,0),(106049,15214,571,1,1,0,0,5394.1,-823.707,153.318,0.366519,300,0,0,42,0,0,0,0,0),(106050,15214,571,1,1,0,0,5373.67,-848.331,158.423,5.61996,300,0,0,42,0,0,0,0,0),(106051,15214,571,1,1,0,0,5391.96,-702.777,150.326,1.55334,300,0,0,42,0,0,0,0,0),(106052,15214,571,1,1,0,0,4875.7,1456.42,209.601,3.65239,300,0,0,42,0,0,0,0,0),(106053,15214,571,1,1,0,0,4845.62,1495.98,209.576,3.04471,300,0,0,42,0,0,0,0,0),(106054,15214,571,1,1,0,0,4804.82,1292.85,172.323,4.17789,300,0,0,42,0,0,0,0,0),(106055,15214,571,1,1,0,0,4878.56,1393.96,196.388,5.36761,300,0,0,42,0,0,0,0,0),(106056,15214,571,1,1,0,0,4714.02,1437.06,174.805,4.73514,300,0,0,42,0,0,0,0,0),(106057,15214,571,1,1,0,0,4771.85,1499.02,197.263,4.13712,300,0,0,42,0,0,0,0,0),(106058,15214,571,1,1,0,0,4784.46,1376.53,181.986,1.48353,300,0,0,42,0,0,0,0,0),(106059,15214,571,1,1,0,0,4806.8,1337.3,173.248,5.02844,300,0,0,42,0,0,0,0,0),(106060,15214,571,1,1,0,0,2929.03,4882.35,2.06907,0.558505,300,0,0,42,0,0,0,0,0),(106061,15214,571,1,1,0,0,3018.31,4574.9,1.77603,1.01229,300,0,0,42,0,0,0,0,0),(106062,15214,571,1,1,0,0,2832.21,4899.84,2.15636,2.04204,300,0,0,42,0,0,0,0,0),(106063,15214,571,1,1,0,0,3043.04,4675.32,2.18489,0.279253,300,0,0,42,0,0,0,0,0),(106064,15214,571,1,1,0,0,2817.89,4889.4,2.19258,0.680678,300,0,0,42,0,0,0,0,0),(106065,24174,571,1,1,22175,0,76.1672,-5950.8,4.84256,1.22002,300,5,0,1,0,1,0,0,0),(106066,15214,571,1,1,0,0,3827.1,3743.9,52.5611,4.19525,300,0,0,42,0,0,0,0,0),(106067,15214,571,1,1,0,0,4077.08,4807.15,0.464354,0.390918,300,0,0,42,0,0,0,0,0),(106068,15214,571,1,1,0,0,4158.66,4924.79,-12.8706,6.28006,300,0,0,42,0,0,0,0,0),(106069,15214,571,1,1,0,0,4178.35,5279.95,26.7764,3.14159,300,0,0,42,0,0,0,0,0),(106070,15214,571,1,1,0,0,3008.94,4599.62,2.13065,2.89725,300,0,0,42,0,0,0,0,0),(106071,24174,571,1,1,22175,0,181.479,-5844.41,9.74489,0.279105,300,5,0,1,0,1,0,0,0),(106072,24174,571,1,1,22175,0,435.417,-3793.75,4.16684,1.75018,300,5,0,1,0,1,0,0,0),(106074,15214,571,1,1,0,0,1899.91,6027.15,6.35304,4.64258,300,0,0,42,0,0,0,0,0),(106075,15214,571,1,1,0,0,3034.59,4593.65,3.35875,0.261799,300,0,0,42,0,0,0,0,0),(106076,15214,571,1,1,0,0,3047.92,4703.31,2.24788,6.10865,300,0,0,42,0,0,0,0,0),(106077,15214,571,1,1,0,0,3050.38,4686.49,1.31817,0.15708,300,0,0,42,0,0,0,0,0),(106078,15214,571,1,1,0,0,3060.87,4685.51,1.60206,1.8326,300,0,0,42,0,0,0,0,0),(106079,24174,571,1,1,22175,0,1793.46,-5513.17,202.224,0.346769,300,5,0,1,0,1,0,0,0),(106080,24174,571,1,1,22175,0,1647.48,-6043.5,6.92996,0.628809,300,5,0,1,0,1,0,0,0),(106081,15214,571,1,1,0,0,3042.32,4709.43,1.71945,6.05629,300,0,0,42,0,0,0,0,0),(106082,15214,571,1,1,0,0,3042.03,4695.16,2.22452,0.034907,300,0,0,42,0,0,0,0,0),(106083,15214,571,1,1,0,0,1389.29,-3227.86,160.628,4.97419,300,0,0,42,0,0,0,0,0),(106084,15214,571,1,1,0,0,4090.29,4879.05,-12.8706,4.22916,300,0,0,42,0,0,0,0,0),(106085,15214,571,1,1,0,0,2956.3,4886.69,-2.03902,0.767945,300,0,0,42,0,0,0,0,0),(106086,15214,571,1,1,0,0,2821.17,4926.5,4.68399,0.174533,300,0,0,42,0,0,0,0,0),(106087,15214,571,1,1,0,0,3038.44,4581.77,3.4079,5.68977,300,0,0,42,0,0,0,0,0),(106088,15214,571,1,1,0,0,3023.54,4606.25,1.75106,1.74533,300,0,0,42,0,0,0,0,0),(106089,15214,571,1,1,0,0,2948.33,4866.54,12.7583,0.994838,300,0,0,42,0,0,0,0,0),(106090,15214,571,1,1,0,0,3060.56,4663.61,2.25845,2.89725,300,0,0,42,0,0,0,0,0),(106091,15214,571,1,1,0,0,2826.99,4913.14,3.19645,1.85005,300,0,0,42,0,0,0,0,0),(106092,15214,571,1,1,0,0,2804.9,4906.14,2.30817,0.191986,300,0,0,42,0,0,0,0,0),(106093,15214,571,1,1,0,0,2810.57,4897.59,2.65995,0.418879,300,0,0,42,0,0,0,0,0),(106094,15214,571,1,1,0,0,2949.21,4876.73,-8.52945,0.942478,300,0,0,42,0,0,0,0,0),(106095,15214,571,1,1,0,0,3016.38,4597.21,2.24844,0.680678,300,0,0,42,0,0,0,0,0),(106096,15214,571,1,1,0,0,2814.58,4907.92,2.24608,0.122173,300,0,0,42,0,0,0,0,0),(106097,15214,571,1,1,0,0,2819.72,4897.25,2.64219,0.436332,300,0,0,42,0,0,0,0,0),(106098,15214,571,1,1,0,0,3014.98,4585.75,2.15385,0.767945,300,0,0,42,0,0,0,0,0),(106099,15214,571,1,1,0,0,2939.21,4883.59,2.58265,0.645772,300,0,0,42,0,0,0,0,0),(106100,24174,571,1,1,22175,0,1978.52,-5672.25,214.892,1.48182,300,5,0,1,0,1,0,0,0),(106101,24174,571,1,1,22175,0,-60.3976,-3497.17,32.6799,2.85444,300,5,0,1,0,1,0,0,0),(106102,25454,571,1,1,24564,0,3665.41,3793.15,46.1641,6.16961,300,5,0,8982,0,1,0,0,0),(106103,25454,571,1,1,24564,0,3823.5,3897.88,43.5939,4.78916,300,5,0,8982,0,1,0,0,0),(106104,25454,571,1,1,24564,0,4057.84,4273.3,34.01,3.39736,300,5,0,8982,0,1,0,0,0),(106105,24174,571,1,1,22175,0,1933.38,-5371.68,201.523,4.22615,300,5,0,1,0,1,0,0,0),(106106,24174,571,1,1,22175,0,2037.94,-5562.67,219.626,3.75504,300,5,0,1,0,1,0,0,0),(106107,24174,571,1,1,22175,0,2493.97,-5049.44,283.089,0.194524,300,5,0,1,0,1,0,0,0),(106108,24174,571,1,1,22175,0,1438.21,-3294.7,168.642,0.228214,300,5,0,1,0,1,0,0,0),(106109,24174,571,1,1,22175,0,1631.82,-4860.65,129.178,3.70639,300,5,0,1,0,1,0,0,0),(106110,24174,571,1,1,22175,0,1573.3,-4966.92,143.28,1.20712,300,5,0,1,0,1,0,0,0),(106111,25454,571,1,1,24564,0,3693.42,3789.96,46.2802,6.16964,300,5,0,8982,0,1,0,0,0),(106112,24174,571,1,1,22175,0,1667.7,-4210.06,251.869,1.12433,300,5,0,1,0,1,0,0,0),(106113,24174,571,1,1,22175,0,888.786,-4817.1,5.9643,2.06679,300,5,0,1,0,1,0,0,0),(106114,23662,571,1,1,22074,1,1851.27,-4036.09,210.491,2.18166,300,0,0,8982,0,0,0,0,0),(106115,24174,571,1,1,22175,0,1904.32,-5521.5,204.273,5.03306,300,5,0,1,0,1,0,0,0),(106116,24174,571,1,1,22175,0,1843.48,-6069.99,10.1489,4.72757,300,5,0,1,0,1,0,0,0),(106117,24174,571,1,1,22175,0,1871.52,-5937.48,6.61875,0.702094,300,5,0,1,0,1,0,0,0),(106119,24174,571,1,1,22175,0,1808.43,-4102.65,234.777,2.15087,300,5,0,1,0,1,0,0,0),(106120,27246,571,1,1,24459,0,2707.02,-254.119,143.544,0.575959,300,0,0,7688,7500,0,0,0,0),(106121,24174,571,1,1,22175,0,766.212,-4905.76,2.33332,4.95416,300,5,0,1,0,1,0,0,0),(106122,23662,571,1,1,22074,1,1603.62,-4183.39,272.578,6.22532,300,0,0,8982,0,0,0,0,0),(106123,24174,571,1,1,22175,0,984.648,-4944.76,4.91229,4.93994,300,5,0,1,0,1,0,0,0),(106124,24174,571,1,1,22175,0,1707.49,-5908.34,7.11089,0.819987,300,5,0,1,0,1,0,0,0),(106125,24174,571,1,1,22175,0,1893.44,-4109.31,213.555,5.44738,300,5,0,1,0,1,0,0,0),(106126,24174,571,1,1,22175,0,39.5637,-3462.5,39.0695,3.67263,300,5,0,1,0,1,0,0,0),(106127,24174,571,1,1,22175,0,1744.32,-6007.17,7.12851,5.20847,300,5,0,1,0,1,0,0,0),(106128,24174,571,1,1,22175,0,618.827,-3259.45,25.5578,1.25137,300,0,0,1,0,0,0,0,0),(106129,24174,571,1,1,22175,0,426.145,-3341.22,52.2524,2.87446,300,0,0,1,0,0,0,0,0),(106130,24174,571,1,1,22175,0,745.932,-3233.5,26.2211,0.592417,300,5,0,1,0,1,0,0,0),(106131,24174,571,1,1,22175,0,625.589,-4959.31,5.37557,4.87595,300,5,0,1,0,1,0,0,0),(106132,24174,571,1,1,22175,0,1100.85,-5007.95,11.1435,5.17608,300,5,0,1,0,1,0,0,0),(106133,24174,571,1,1,22175,0,1105.04,-4979.13,32.1228,3.32453,300,5,0,1,0,1,0,0,0),(106134,23662,571,1,1,22075,1,2046.02,-4160.15,217.109,2.18878,300,0,0,8982,0,0,0,0,0),(106135,23662,571,1,1,22075,1,2035.52,-4081.49,219.902,1.02974,300,0,0,8982,0,0,0,0,0),(106136,24174,571,1,1,22175,0,819.26,-4826.58,1.82581,1.61529,300,5,0,1,0,1,0,0,0),(106137,24174,571,1,1,22175,0,1095.95,-4832.87,29.7106,2.25653,300,5,0,1,0,1,0,0,0),(106138,24174,571,1,1,22175,0,903.298,-4961.89,1.36153,4.49662,300,5,0,1,0,1,0,0,0),(106139,27758,571,1,1,25948,1,2515.91,-1822.01,10.9846,5.48033,300,0,0,33003,10929,0,0,0,0),(106140,27758,571,1,1,25948,1,2494.39,-1933.88,12.4038,0.558505,300,0,0,33003,10929,0,0,0,0),(106141,27758,571,1,1,25950,1,2525.61,-1980.78,8.35749,5.34071,300,0,0,33003,10929,0,0,0,0),(106142,27758,571,1,1,25949,1,2539.51,-1972.8,8.3314,5.3058,300,0,0,33003,10929,0,0,0,0),(106143,24174,571,1,1,22175,0,904.652,-4880.24,4.35078,6.16174,300,5,0,1,0,1,0,0,0),(106144,24174,571,1,1,22175,0,909.872,-4858.75,4.71111,3.42847,300,5,0,1,0,1,0,0,0),(106145,24174,571,1,1,22175,0,1058.82,-4947.45,12.0924,6.27939,300,5,0,1,0,1,0,0,0),(106146,24174,571,1,1,22175,0,853.653,-4857.63,2.38234,2.56002,300,5,0,1,0,1,0,0,0),(106147,24174,571,1,1,22175,0,862.913,-4953.61,3.77567,4.57276,300,0,0,1,0,0,0,0,0),(106148,24174,571,1,1,22175,0,1024.57,-4908.87,7.99673,1.36938,300,5,0,1,0,1,0,0,0),(106149,24174,571,1,1,22175,0,975.313,-4937.23,3.649,2.35619,300,0,0,1,0,0,0,0,0),(106150,24174,571,1,1,22175,0,1001.69,-4962.67,6.9767,0.558505,300,0,0,1,0,0,0,0,0),(106151,24174,571,1,1,22175,0,1034.94,-4978.14,10.7027,0.802851,300,0,0,1,0,0,0,0,0),(106152,23662,571,1,1,22072,1,2035.81,-4197.87,214.764,5.74213,300,0,0,8982,0,0,0,0,0),(106153,24174,571,1,1,22175,0,1669,-4071.79,271.261,2.95773,300,5,0,1,0,1,0,0,0),(106154,24174,571,1,1,22175,0,1436.01,-6343.88,7.00532,3.01641,300,5,0,1,0,1,0,0,0),(106155,24174,571,1,1,22175,0,1452.57,-6274.04,6.05592,4.0026,300,5,0,1,0,1,0,0,0),(106156,23662,571,1,1,22075,1,2025.96,-4049.83,222.546,1.41791,300,0,0,8982,0,0,0,0,0),(106157,23662,571,1,1,22073,1,1946.71,-4064.43,214.709,2.99662,300,0,0,8982,0,0,0,0,0),(106158,23662,571,1,1,22073,1,2012.51,-4174.69,214.359,5.89921,300,0,0,8982,0,0,0,0,0),(106159,23662,571,1,1,22072,1,2018.41,-4104.49,219.544,0.645772,300,0,0,8982,0,0,0,0,0),(106160,23662,571,1,1,22075,1,1963.37,-4258.54,213.111,5.46288,300,0,0,8982,0,0,0,0,0),(106161,23662,571,1,1,22073,1,2020.72,-4004.75,219.267,0.418879,300,0,0,8982,0,0,0,0,0),(106162,23662,571,1,1,22074,1,1991.19,-4014.81,217.206,2.89725,300,0,0,8982,0,0,0,0,0),(106163,25454,571,1,1,24564,0,3882.75,3874.81,60.1814,6.24172,300,5,0,8982,0,1,0,0,0),(106164,25454,571,1,1,24564,0,3922.67,4151.63,43.9713,2.27509,300,5,0,8982,0,1,0,0,0),(106165,25198,571,1,1,1994,1,4374.86,6033.94,1.02969,4.08407,300,0,0,1068,0,0,0,0,0),(106166,25198,571,1,1,346,1,4353.09,6102.49,-3.27277,1.89371,300,0,0,1068,0,0,0,0,0),(106167,25198,571,1,1,1762,1,4342.34,6076.26,-2.70931,1.85444,300,0,0,1068,0,0,0,0,0),(106168,27758,571,1,1,25951,1,2462.25,-1849.97,5.59361,6.08343,300,5,0,33003,10929,1,0,0,0),(106169,27758,571,1,1,25948,1,2496.55,-1890.7,8.47805,1.8787,300,5,0,33003,10929,1,0,0,0),(106170,27758,571,1,1,25950,1,2552.46,-1831.56,10.5746,2.25148,300,0,0,33003,10929,0,0,0,0),(106171,27758,571,1,1,25951,1,2574.73,-1795.42,10.5438,0.349066,300,0,0,33003,10929,0,0,0,0),(106172,27758,571,1,1,25948,1,2579.39,-1810.58,10.4847,0.296706,300,0,0,33003,10929,0,0,0,0),(106173,27758,571,1,1,25949,1,2481.61,-1875.83,10.8375,6.23082,300,0,0,33003,10929,0,0,0,0),(106174,27758,571,1,1,25948,1,2481.1,-1903.97,10.5534,6.24828,300,0,0,33003,10929,0,0,0,0),(106175,27758,571,1,1,25951,1,2543.5,-1915.32,3.39682,0.034907,300,0,0,33003,10929,0,0,0,0),(106176,27758,571,1,1,25951,1,2544.33,-1930.5,3.86072,0,300,0,0,33003,10929,0,0,0,0),(106177,25198,571,1,1,1762,1,4416.63,6223.25,-87.6643,1.57914,300,0,0,1068,0,0,0,0,0),(106178,25198,571,1,1,346,1,4271.98,6039.58,-2.68882,3.14159,300,0,0,1068,0,0,0,0,0),(106179,25198,571,1,1,1762,1,4441.46,6170.53,-6.33586,4.8141,300,0,0,1068,0,0,0,0,0),(106180,25454,571,1,1,24564,0,4192.03,4250,56.7764,0.95675,300,5,0,8982,0,1,0,0,0),(106181,15214,571,1,1,0,0,8243.5,-1251.78,980.643,4.39823,300,0,0,42,0,0,0,0,0),(106182,15214,571,1,1,0,0,8254.2,-1264.81,980.64,4.29351,300,0,0,42,0,0,0,0,0),(106183,15214,571,1,1,0,0,8445.33,-1491.51,982.466,1.93731,300,0,0,42,0,0,0,0,0),(106184,15214,571,1,1,0,0,8368.52,-1389.27,980.642,2.42601,300,0,0,42,0,0,0,0,0),(106185,15214,571,1,1,0,0,8465.93,-1507.97,980.809,2.82743,300,0,0,42,0,0,0,0,0),(106186,25199,571,1,1,391,1,4373.08,6101.85,0.338868,4.39823,300,0,0,10329,0,0,0,0,0),(106187,26991,571,1,1,24295,0,2121.9,5242.18,19.5292,1.29154,300,0,0,7181,0,0,0,0,0),(106188,25455,571,1,1,16998,0,4526.36,5674.26,82.1013,3.45575,300,0,0,8982,0,0,0,0,0),(106189,28527,571,1,1,25502,1,5740.27,-3595.09,387.024,0.820305,300,0,0,9103,8313,0,0,0,0),(106190,29807,571,1,1,26570,0,5812.99,686.767,655.319,0,300,5,0,42,0,1,0,0,0),(106191,29551,571,1,1,25771,0,6851.89,-1662.57,822.953,5.8294,300,0,0,12175,0,0,0,0,0),(106192,29551,571,1,1,25771,0,6837.62,-1680.58,823.003,5.32325,300,0,0,12175,0,0,0,0,0),(106193,23663,571,1,1,25658,1,1844.07,-4244.11,208.33,0.509344,300,0,0,8982,0,0,0,0,0),(106194,23663,571,1,1,25657,1,1847.72,-4242.08,208.036,3.65094,300,0,0,8982,0,0,0,0,0),(106195,23663,571,1,1,25657,1,1863.95,-4220.59,215.143,5.90593,300,0,0,8982,0,0,0,0,0),(106196,23663,571,1,1,25657,1,2009.75,-4210.49,209.43,4.46804,300,5,0,8982,0,1,0,0,0),(106197,23663,571,1,1,25657,1,1938.26,-4225.21,209.583,5.48584,300,0,0,8982,0,0,0,0,0),(106198,23663,571,1,1,25657,1,1759.95,-4139.76,266.801,6.24828,300,0,0,8982,0,0,0,0,0),(106199,23663,571,1,1,25657,1,1757.44,-4104.38,267.042,0.349066,300,0,0,8982,0,0,0,0,0),(106200,27247,571,1,1,24460,0,2794.62,-492.766,119.7,1.15192,300,0,0,28830,0,0,0,0,0),(106201,27247,571,1,1,24460,0,2799.5,-494.453,119.7,1.46608,300,0,0,28830,0,0,0,0,0),(106202,23663,571,1,1,25657,1,1625.45,-4065.92,265.828,4.9311,300,0,0,8982,0,0,0,0,0),(106203,23663,571,1,1,25658,1,1744.93,-4076.13,267.337,0.610865,300,0,0,8982,0,0,0,0,0),(106204,23663,571,1,1,25658,1,1718.82,-4153.03,273.004,2.40389,300,0,0,8982,0,0,0,0,0),(106205,23663,571,1,1,25657,1,1851.98,-4107.49,225.896,1.84913,300,0,0,8982,0,0,0,0,0),(106206,23663,571,1,1,25657,1,1839.17,-4062.62,222.313,3.57967,300,0,0,8982,0,0,0,0,0),(106207,23663,571,1,1,25658,1,1904.01,-4087.6,213.862,3.52657,300,0,0,8982,0,0,0,0,0),(106208,23919,571,1,1,21910,0,2090.46,-5222.86,233.058,1.49852,300,5,0,7984,0,1,0,0,0),(106209,27759,571,1,1,24779,1,2484.83,-1888.76,9.76869,0.05236,300,0,0,33003,10929,0,0,0,0),(106210,23663,571,1,1,25658,1,1905.68,-4129.87,215.275,1.27107,300,0,0,8982,0,0,0,0,0),(106211,23663,571,1,1,25658,1,1977.03,-4107.13,214.364,0.508112,300,0,0,8982,0,0,0,0,0),(106212,23663,571,1,1,25657,1,1980.46,-4105.22,214.128,3.6497,300,0,0,8982,0,0,0,0,0),(106213,23919,571,1,1,21910,0,2180.58,-5175.73,244.365,1.79593,300,5,0,7984,0,1,0,0,0),(106214,23919,571,1,1,21910,0,2220.26,-5259.18,251.279,4.1406,300,5,0,7984,0,1,0,0,0),(106215,23919,571,1,1,21910,0,2117.62,-5090.35,239.034,3.44987,300,5,0,7984,0,1,0,0,0),(106216,23919,571,1,1,21910,0,2270.08,-5206.29,247.274,4.41009,300,0,0,7984,0,0,0,0,0),(106217,23919,571,1,1,21910,0,2117.92,-5150.68,240.417,3.29061,300,5,0,7984,0,1,0,0,0),(106218,23663,571,1,1,25657,1,2019.33,-4151.99,216.724,2.70417,300,0,0,8982,0,0,0,0,0),(106219,23919,571,1,1,21910,0,2207.18,-5193.29,249.637,3.56879,300,5,0,7984,0,1,0,0,0),(106220,23919,571,1,1,21910,0,2093.89,-5205.57,234.039,1.00708,300,5,0,7984,0,1,0,0,0),(106221,23919,571,1,1,21910,0,2095.34,-5183.6,233.918,5.38503,300,5,0,7984,0,1,0,0,0),(106222,23663,571,1,1,25658,1,2015.89,-4150.38,216.761,5.84577,300,0,0,8982,0,0,0,0,0),(106223,23919,571,1,1,21910,0,2243.75,-5171.7,253.613,1.09672,300,5,0,7984,0,1,0,0,0),(106224,23919,571,1,1,21910,0,2115.19,-5213.48,239.259,2.23227,300,5,0,7984,0,1,0,0,0),(106225,23919,571,1,1,21910,0,2268.04,-5187.54,251.731,6.21299,300,5,0,7984,0,1,0,0,0),(106226,23919,571,1,1,21910,0,2156.46,-5227.06,245.639,5.16017,300,5,0,7984,0,1,0,0,0),(106227,23919,571,1,1,21910,0,2110.73,-5184.39,238.458,2.61842,300,5,0,7984,0,1,0,0,0),(106228,23663,571,1,1,25657,1,1937.59,-4146.6,214.191,3.10178,300,0,0,8982,0,0,0,0,0),(106229,23919,571,1,1,21910,0,2190.07,-5243.89,250.586,2.07343,300,5,0,7984,0,1,0,0,0),(106230,23919,571,1,1,21910,0,2152.7,-5245.41,245.79,1.39844,300,5,0,7984,0,1,0,0,0),(106231,23919,571,1,1,21910,0,2100.77,-5114.18,237.483,4.2586,300,0,0,7984,0,0,0,0,0),(106232,23919,571,1,1,21910,0,2176.07,-5222.46,243.291,4.13931,300,5,0,7984,0,1,0,0,0),(106233,23919,571,1,1,21910,0,2224.42,-5220.54,249.86,5.17694,300,5,0,7984,0,1,0,0,0),(106234,23663,571,1,1,25657,1,1686.37,-4071.94,271.287,0.419281,300,0,0,8982,0,0,0,0,0),(106235,23663,571,1,1,25658,1,1649.92,-4236.3,248.283,0.523599,300,0,0,8982,0,0,0,0,0),(106236,23663,571,1,1,25658,1,1981.28,-4043.37,216.686,5.91667,300,0,0,8982,0,0,0,0,0),(106237,26992,571,1,1,24285,0,2346.57,5237.85,7.74866,5.67232,300,0,0,7181,0,0,0,0,0),(106238,27248,571,1,1,24462,1,3221.88,-691.37,167.209,2.63545,300,0,0,7688,7500,0,0,0,0),(106240,24176,571,1,1,22043,1,2487.1,-5036.1,282.818,1.90241,300,0,0,8982,0,0,0,0,0),(106241,26480,571,1,1,24840,0,4336.66,-199.645,87.1,4.60767,300,0,0,9610,0,0,0,0,0),(106242,26480,571,1,1,24840,0,3432.89,451.299,60.4651,4.49205,300,0,0,9610,0,0,0,0,0),(106243,23664,571,1,1,21989,1,1630.29,-4184.52,273.249,0.630517,300,0,0,8982,0,0,0,0,0),(106244,26480,571,1,1,24840,0,4327.71,-216.375,89.2947,0.279253,300,0,0,9610,0,0,0,0,0),(203596,28784,571,1,1,0,0,5837.9,-4157.94,363.22,6.26573,120,0,0,1,0,0,0,0,0),(203595,28784,571,1,1,0,0,5820.77,-4221.5,362.64,6.27856,120,0,0,1,0,2,0,0,0),(106247,26480,571,1,1,24840,0,4039.49,451.655,61.453,5.79449,300,0,0,9610,0,0,0,0,0),(203594,28784,571,1,1,0,0,5790.74,-4270.35,371.873,0.994838,120,0,0,1,0,0,0,0,0),(106249,26480,571,1,1,24840,0,4031.92,-52.048,56.6162,1.93731,300,0,0,9610,0,0,0,0,0),(106250,26480,571,1,1,24840,0,4051.33,435.292,68.614,1.32645,300,0,0,9610,0,0,0,0,0),(106251,26480,571,1,1,24840,0,4039.8,-46.8567,61.4228,3.29867,300,0,0,9610,0,0,0,0,0),(106255,23664,571,1,1,21990,1,1609,-4107.16,271.089,3.9619,300,0,0,8982,0,0,0,0,0),(106256,26480,571,1,1,24840,0,3692.43,539.43,68.3891,4.28821,300,5,0,9610,0,1,0,0,0),(106257,26480,571,1,1,24840,0,3455.8,480.077,60.8595,5.2603,300,0,0,9610,0,0,0,0,0),(106258,26480,571,1,1,24840,0,3686.66,525.657,65.1757,3.02184,300,5,0,9610,0,1,0,0,0),(106259,23664,571,1,1,21991,1,1626.24,-4069.5,266.684,1.78951,300,0,0,8982,0,0,0,0,0),(106260,23664,571,1,1,21990,1,1723.2,-4054.31,267.102,0.994838,300,0,0,8982,0,0,0,0,0),(106261,23664,571,1,1,21992,1,1749.85,-4166.54,266.905,5.72468,300,0,0,8982,0,0,0,0,0),(203593,28784,571,1,1,0,0,5789.12,-4483.34,385.98,4.73418,120,0,0,1,0,2,0,0,0),(203592,28784,571,1,1,0,0,5788.5,-4028.91,364.689,1.5708,120,0,0,1,0,0,0,0,0),(203591,28784,571,1,1,0,0,5755.83,-4312.34,374.078,1.58825,120,0,0,1,0,0,0,0,0),(106265,26480,571,1,1,24840,0,3805.42,9.98872,58.6862,4.81168,300,5,0,9610,0,1,0,0,0),(106266,26480,571,1,1,24840,0,3804.87,19.0069,58.5612,5.10638,300,5,0,9610,0,1,0,0,0),(106267,23664,571,1,1,21989,1,1801.47,-4064.57,233.662,5.23599,300,0,0,8982,0,0,0,0,0),(106268,23664,571,1,1,21991,1,1620.28,-4154.64,271.089,2.51327,300,0,0,8982,0,0,0,0,0),(106269,23664,571,1,1,21990,1,1781.07,-4210.28,239.391,2.37365,300,0,0,8982,0,0,0,0,0),(106270,23664,571,1,1,21992,1,1724.95,-4083.2,270.061,2.52154,300,0,0,8982,0,0,0,0,0),(106271,23664,571,1,1,21991,1,1721.74,-4080.91,269.97,5.66314,300,0,0,8982,0,0,0,0,0),(106272,23664,571,1,1,21990,1,1724.52,-4228.76,240.967,1.13446,300,0,0,8982,0,0,0,0,0),(106273,23664,571,1,1,21990,1,1877.94,-4120.54,214.707,0.660971,300,0,0,8982,0,0,0,0,0),(106274,23664,571,1,1,21992,1,1850.9,-4103.7,225.937,4.99073,300,0,0,8982,0,0,0,0,0),(106275,27760,571,1,1,24492,0,2492.09,-1839.39,11.752,5.58505,300,0,0,20564,0,0,0,0,0),(106276,23664,571,1,1,21989,1,1943.49,-4181.36,214.852,5.93412,300,0,0,8982,0,0,0,0,0),(106277,23664,571,1,1,21989,1,1793.88,-4076.08,233.998,5.58549,300,5,0,8982,0,1,0,0,0),(106278,23664,571,1,1,21989,1,1677.56,-4094.33,271.456,0.191986,300,0,0,8982,0,0,0,0,0),(106279,23664,571,1,1,21991,1,1685.65,-4134.08,271.774,0.418879,300,0,0,8982,0,0,0,0,0),(106280,23664,571,1,1,21991,1,2007.96,-4068.09,218.562,4.11222,300,0,0,8982,0,0,0,0,0),(106281,23664,571,1,1,21991,1,2005.48,-4071.71,218.116,0.970629,300,0,0,8982,0,0,0,0,0),(106282,23664,571,1,1,21989,1,1979.14,-4143.8,216.437,0.286913,300,0,0,8982,0,0,0,0,0),(106283,23664,571,1,1,21991,1,1905.78,-4050.99,214.761,4.20624,300,5,0,8982,0,1,0,0,0),(106284,23664,571,1,1,21991,1,1969.69,-4185.46,210.399,2.21657,300,0,0,8982,0,0,0,0,0),(106285,23664,571,1,1,21989,1,1801.39,-4147.45,239.565,0.942478,300,0,0,8982,0,0,0,0,0),(106286,23664,571,1,1,21992,1,1905.14,-4149.73,215.535,1.43062,300,0,0,8982,0,0,0,0,0),(106287,23664,571,1,1,21990,1,1668.07,-4015.45,249.604,5.44543,300,0,0,8982,0,0,0,0,0),(106288,23664,571,1,1,21992,1,1738.21,-4115.07,271.169,5.37983,300,5,0,8982,0,1,0,0,0),(203590,28784,571,1,1,0,0,5734.48,-4226.8,363.341,2.23402,120,0,0,1,0,0,0,0,0),(203589,28784,571,1,1,0,0,5698.09,-4227.1,363.476,1.58825,120,0,0,1,0,0,0,0,0),(203588,28784,571,1,1,0,0,5672.67,-4321.79,374.734,1.5708,120,0,0,1,0,0,0,0,0),(203587,28784,571,1,1,0,0,5666.54,-4116.04,353.35,3.19884,120,0,0,1,0,2,0,0,0),(203586,28784,571,1,1,0,0,5652.49,-4180.12,353.95,3.1824,120,0,0,1,0,2,0,0,0),(203585,28784,571,1,1,0,0,5646.08,-4030.69,364.24,1.50098,120,0,0,1,0,0,0,0,0),(203584,28784,571,1,1,0,0,5645.65,-4433.37,385.83,1.59071,120,0,0,1,0,2,0,0,0),(203583,28784,571,1,1,0,0,5597.75,-4151.43,362.722,3.14159,120,0,0,1,0,0,0,0,0),(203582,28784,571,1,1,0,0,5596.36,-4084.57,362.401,3.12414,120,0,0,1,0,0,0,0,0),(203581,28784,571,1,1,0,0,5590.92,-4345.08,374.515,1.5708,120,0,0,1,0,0,0,0,0),(203580,28784,571,1,1,0,0,5589.96,-4400.48,374.04,4.6778,120,0,0,1,0,2,0,0,0),(203579,28784,571,1,1,0,0,5569.82,-4331.96,376.519,3.01942,120,0,0,1,0,0,0,0,0),(203578,28784,571,1,1,0,0,5569.24,-4447.38,377.124,3.12414,120,0,0,1,0,0,0,0,0),(106302,25968,571,1,1,23486,0,3170.23,5968.76,96.3616,1.57666,300,0,0,9291,0,2,0,0,0),(106303,29808,571,1,1,26566,0,6602.84,-784.431,753.486,3.19241,300,5,0,11379,0,1,0,0,0),(106304,29808,571,1,1,26566,0,6729.39,-778.204,755.416,3.43281,300,5,0,11379,0,1,0,0,0),(106305,29808,571,1,1,26566,0,6783.87,-768.237,753.486,3.17661,300,5,0,11379,0,1,0,0,0),(106306,29808,571,1,1,26566,0,6875.13,-772.655,755.964,3.06748,300,5,0,11379,0,1,0,0,0),(106307,29808,571,1,1,26566,0,6913.76,-174.748,763.574,2.11932,300,5,0,11379,0,1,0,0,0),(106308,29808,571,1,1,26566,0,6654.13,-750.83,777.524,4.9946,300,5,0,11379,0,1,0,0,0),(106309,29808,571,1,1,26566,0,6725.07,-833.382,735.166,5.42797,300,5,0,11379,0,1,0,0,0),(106310,29808,571,1,1,26566,0,7059.89,-550.44,764.528,4.84157,300,5,0,11379,0,1,0,0,0),(106311,29808,571,1,1,26566,0,7062.99,-427.254,791.227,4.62189,300,5,0,11379,0,1,0,0,0),(106312,29808,571,1,1,26566,0,6898.23,-166.146,764.11,5.89539,300,5,0,11379,0,1,0,0,0),(106313,29808,571,1,1,26566,0,7068.78,-314.856,795.073,4.54779,300,5,0,11379,0,1,0,0,0),(106314,29808,571,1,1,26566,0,7142.68,-352.18,823.577,2.50677,300,5,0,11379,0,1,0,0,0),(106315,29808,571,1,1,26566,0,7016.76,-182.181,804.84,3.735,300,5,0,11379,0,1,0,0,0),(106316,29808,571,1,1,26566,0,6873.45,-162.284,759.451,2.69083,300,5,0,11379,0,1,0,0,0),(106317,29808,571,1,1,26566,0,6678.46,21.8316,752.695,2.47837,300,5,0,11379,0,1,0,0,0),(106318,29808,571,1,1,26566,0,6710.08,53.0191,749.479,5.34071,300,5,0,11379,0,1,0,0,0),(106319,29808,571,1,1,26566,0,7012.02,-192.575,794.151,3.75477,300,5,0,11379,0,1,0,0,0),(106320,29809,571,1,1,24531,1,7344.56,-2907.76,823.128,3.45128,300,0,0,73050,0,2,0,0,0),(106321,29809,571,1,1,24531,1,7344.34,-2809.26,799.046,1.85005,300,0,0,73050,0,0,0,0,0),(106322,23921,571,1,1,17612,0,864.646,-4329.36,184.876,3.7001,300,0,0,42,0,0,0,0,0),(106323,26993,571,1,1,24291,0,2144.24,5234.32,19.5292,0.837758,300,0,0,7181,0,0,0,0,0),(132542,21763,530,1,1,18012,1,-4165.78,3043.88,314.137,4.09046,180,5,0,5744,3231,1,0,0,0),(106328,29809,571,1,1,24531,1,7378.14,-2997.74,846.174,4.34587,300,0,0,73050,0,0,0,0,0),(106329,29809,571,1,1,24531,1,7317.66,-2931.47,851.418,0.575959,300,0,0,73050,0,0,0,0,0),(106330,29809,571,1,1,24531,1,7343.51,-2584.11,749.657,3.45575,300,0,0,73050,0,0,0,0,0),(106331,29809,571,1,1,24531,1,7413.15,-2893.69,822.876,1.5708,300,0,0,73050,0,0,0,0,0),(106332,29809,571,1,1,24531,1,7333.75,-2849.25,800.501,0.185006,300,0,0,73050,0,2,0,0,0),(106333,29809,571,1,1,24531,1,7301.02,-2771.29,774.884,0.785398,300,0,0,73050,0,0,0,0,0),(106334,29809,571,1,1,24531,1,7406.46,-2907.76,825.624,0.309568,300,0,0,73050,0,2,0,0,0),(106335,29809,571,1,1,24531,1,7386.89,-2937.68,848.016,2.49582,300,0,0,73050,0,0,0,0,0),(106336,29809,571,1,1,24531,1,7206.46,-2834.34,822.801,1.55334,300,0,0,73050,0,0,0,0,0),(106337,29809,571,1,1,24531,1,7238.68,-2559.64,757.372,0.017453,300,0,0,73050,0,0,0,0,0),(106338,28273,571,1,1,13069,0,6206.32,4951.27,-96.6692,0.610865,300,0,0,42,0,0,0,0,0),(106339,23665,571,1,1,22059,1,1548.26,-4181.76,299.706,0.288872,300,0,0,8982,3155,2,0,0,0),(106340,23665,571,1,1,22059,1,1818.05,-4012.92,262.348,1.50352,300,0,0,8982,3155,2,0,0,0),(106341,23665,571,1,1,22061,1,1633.54,-4182.15,273.541,3.77211,300,0,0,8982,3155,0,0,0,0),(106342,26481,571,1,1,24856,1,4462.68,-262.941,92.2653,0.845533,300,5,0,9940,0,1,0,0,0),(106343,26481,571,1,1,24856,1,4203.43,286.97,63.7454,5.52328,300,5,0,9940,0,1,0,0,0),(106344,23665,571,1,1,22060,1,1941.06,-4228.08,210.013,2.34425,300,0,0,8982,3155,0,0,0,0),(106345,26481,571,1,1,24856,1,3768.3,569.387,67.6108,2.6839,300,5,0,9940,0,1,0,0,0),(106346,26481,571,1,1,24856,1,3415.16,587.943,77.7516,0.702225,300,5,0,9940,0,1,0,0,0),(106347,26481,571,1,1,24856,1,3328.55,35.3203,68.773,2.48523,300,0,0,9940,0,2,0,0,0),(106348,26481,571,1,1,24856,1,3835.43,91.6541,45.5106,2.54926,300,5,0,9940,0,1,0,0,0),(106349,26481,571,1,1,24856,1,4115.54,88.1074,53.8832,1.85608,300,5,0,9940,0,1,0,0,0),(132608,21787,530,1,1,20682,1,-3689.96,3739.63,278.505,2.46821,180,5,0,5744,3231,1,0,0,0),(106352,27249,571,1,1,24461,0,2629.2,8.1333,26.347,0.401426,300,0,0,118243,0,0,0,0,0),(106353,26481,571,1,1,24856,1,4296.16,4.80436,63.3211,3.17865,300,5,0,9940,0,1,0,0,0),(106354,23665,571,1,1,22061,1,1741.08,-4114.77,270.766,4.69462,300,0,0,8982,3155,0,0,0,0),(106355,23665,571,1,1,22062,1,1741.01,-4118.62,270.909,2.23824,300,0,0,8982,3155,0,0,0,0),(106356,23665,571,1,1,22062,1,1715.66,-4150.16,272.766,5.54549,300,0,0,8982,3155,0,0,0,0),(106357,23665,571,1,1,22061,1,1880.63,-4118.45,214.646,3.80256,300,0,0,8982,3155,0,0,0,0),(106358,23665,571,1,1,22062,1,1883.83,-4065.67,212.504,2.35619,300,0,0,8982,3155,0,0,0,0),(106359,23665,571,1,1,22059,1,1899.79,-4089.31,214.006,0.384976,300,0,0,8982,3155,0,0,0,0),(106360,24177,571,1,1,987,0,835.826,-4868.56,-115.737,3.43628,300,5,0,6986,0,1,0,0,0),(106361,24177,571,1,1,987,0,838,-4794.02,-115.928,1.85407,300,5,0,6986,0,1,0,0,0),(106362,24177,571,1,1,987,0,840.531,-4841.82,-115.461,5.4744,300,5,0,6986,0,1,0,0,0),(106363,24177,571,1,1,987,0,821.924,-4873.27,-115.755,6.21812,300,5,0,6986,0,1,0,0,0),(106364,24177,571,1,1,24998,0,918.683,-4837.97,-116.159,0.605203,300,5,0,6986,0,1,0,0,0),(106365,24177,571,1,1,24994,0,865.341,-4853.88,-115.879,3.07293,300,5,0,6986,0,1,0,0,0),(106366,24177,571,1,1,987,0,888.096,-4839.27,-116.159,3.21461,300,5,0,6986,0,1,0,0,0),(106367,24177,571,1,1,519,0,833.255,-4820.81,-116.008,2.11602,300,5,0,6986,0,1,0,0,0),(106368,24177,571,1,1,987,0,845.87,-4876.11,-115.741,4.10789,300,5,0,6986,0,1,0,0,0),(106369,24177,571,1,1,24994,0,931.646,-4853.83,-116.159,4.06079,300,5,0,6986,0,1,0,0,0),(106370,24177,571,1,1,519,0,921.639,-4848.93,-116.159,4.17823,300,5,0,6986,0,1,0,0,0),(106371,24177,571,1,1,24994,0,823.265,-4875.55,-115.755,1.73874,300,5,0,6986,0,1,0,0,0),(106372,24177,571,1,1,24994,0,884.984,-4837.03,-116.159,0.273128,300,5,0,6986,0,1,0,0,0),(106373,24177,571,1,1,519,0,853.136,-4863.75,-115.735,3.31527,300,5,0,6986,0,1,0,0,0),(106374,24177,571,1,1,519,0,915.858,-4840.66,-116.159,3.75149,300,5,0,6986,0,1,0,0,0),(106375,24177,571,1,1,987,0,908.819,-4811.11,-116.159,0.116956,300,5,0,6986,0,1,0,0,0),(106376,24177,571,1,1,24994,0,826.105,-4827.01,-115.95,3.8286,300,5,0,6986,0,1,0,0,0),(106377,24177,571,1,1,24994,0,889.462,-4842.47,-116.159,0.317667,300,5,0,6986,0,1,0,0,0),(106378,24177,571,1,1,24998,0,853.75,-4851.87,-115.724,0.481269,300,5,0,6986,0,1,0,0,0),(106379,24177,571,1,1,519,0,827.23,-4863.53,-115.739,0.6677,300,5,0,6986,0,1,0,0,0),(106380,24177,571,1,1,987,0,842.67,-4838.08,-113.482,3.84863,300,5,0,6986,0,1,0,0,0),(106381,24177,571,1,1,24994,0,916.301,-4816.54,-116.159,1.73904,300,5,0,6986,0,1,0,0,0),(106382,24177,571,1,1,987,0,903.377,-4848.73,-116.159,6.1029,300,5,0,6986,0,1,0,0,0),(106383,24177,571,1,1,24998,0,923.045,-4854.8,-116.159,5.57936,300,5,0,6986,0,1,0,0,0),(106384,24177,571,1,1,24998,0,821.857,-4811.2,-115.984,1.53498,300,5,0,6986,0,1,0,0,0),(106385,24177,571,1,1,24994,0,899.144,-4837.12,-116.159,3.59202,300,5,0,6986,0,1,0,0,0),(106386,24177,571,1,1,24994,0,843.197,-4839.07,-113.774,3.34082,300,5,0,6986,0,1,0,0,0),(106387,24177,571,1,1,519,0,841.634,-4837.96,-113.66,2.41677,300,5,0,6986,0,1,0,0,0),(106388,24177,571,1,1,519,0,901.361,-4845.76,-116.159,5.60195,300,5,0,6986,0,1,0,0,0),(106389,24177,571,1,1,519,0,919.544,-4842.66,-116.159,0.494463,300,5,0,6986,0,1,0,0,0),(106390,24177,571,1,1,24998,0,917.535,-4859.92,-116.159,2.42942,300,5,0,6986,0,1,0,0,0),(106391,24177,571,1,1,987,0,932.042,-4833.31,-116.159,6.25988,300,5,0,6986,0,1,0,0,0),(106392,24177,571,1,1,519,0,826.971,-4851.19,-115.728,0.910755,300,5,0,6986,0,1,0,0,0),(106393,24177,571,1,1,987,0,857.064,-4857.31,-115.737,3.43786,300,5,0,6986,0,1,0,0,0),(106394,24177,571,1,1,987,0,902.677,-4838.08,-116.159,3.51614,300,5,0,6986,0,1,0,0,0),(106395,24177,571,1,1,987,0,855.815,-4831.85,-115.717,5.6279,300,5,0,6986,0,1,0,0,0),(106396,24177,571,1,1,519,0,838.686,-4830.34,-115.061,5.22681,300,5,0,6986,0,1,0,0,0),(106397,24177,571,1,1,519,0,827.506,-4861.86,-115.738,1.33222,300,5,0,6986,0,1,0,0,0),(106398,24177,571,1,1,24994,0,822.192,-4791.79,-115.941,5.14532,300,5,0,6986,0,1,0,0,0),(106399,24177,571,1,1,987,0,846.599,-4861.31,-115.735,5.25392,300,5,0,6986,0,1,0,0,0),(106400,24177,571,1,1,24998,0,894.307,-4840.36,-116.159,0.252072,300,5,0,6986,0,1,0,0,0),(106401,24177,571,1,1,519,0,845.216,-4874.71,-115.74,5.60861,300,5,0,6986,0,1,0,0,0),(106402,24177,571,1,1,24994,0,921.914,-4837.89,-116.159,3.34839,300,5,0,6986,0,1,0,0,0),(106403,24177,571,1,1,987,0,895.267,-4842.53,-116.159,0.250113,300,5,0,6986,0,1,0,0,0),(106404,24177,571,1,1,987,0,929.778,-4840.95,-116.159,5.88944,300,5,0,6986,0,1,0,0,0),(106405,24177,571,1,1,24998,0,880.91,-4859.43,-116.159,0.815682,300,5,0,6986,0,1,0,0,0),(106406,24177,571,1,1,519,0,843.755,-4871.33,-115.738,2.01445,300,5,0,6986,0,1,0,0,0),(106407,24177,571,1,1,24998,0,850.028,-4842.95,-115.231,5.63978,300,5,0,6986,0,1,0,0,0),(106408,24177,571,1,1,519,0,835.035,-4872.49,-115.74,5.58981,300,5,0,6986,0,1,0,0,0),(106409,24177,571,1,1,24998,0,830.06,-4871.86,-115.744,2.0463,300,5,0,6986,0,1,0,0,0),(106410,24177,571,1,1,24998,0,839.486,-4879.45,-115.743,0.340936,300,5,0,6986,0,1,0,0,0),(106411,24177,571,1,1,987,0,830.799,-4858.44,-115.734,1.09832,300,5,0,6986,0,1,0,0,0),(106412,24177,571,1,1,519,0,821.016,-4874.44,-115.758,5.5717,300,5,0,6986,0,1,0,0,0),(106413,24177,571,1,1,519,0,881.772,-4852.72,-116.159,2.26089,300,5,0,6986,0,1,0,0,0),(106414,24177,571,1,1,24998,0,830.608,-4785.12,-115.899,2.35594,300,5,0,6986,0,1,0,0,0),(106415,24177,571,1,1,987,0,847.319,-4826.26,-115.707,5.73757,300,5,0,6986,0,1,0,0,0),(106416,24177,571,1,1,987,0,838.51,-4868.37,-115.737,2.28603,300,5,0,6986,0,1,0,0,0),(106417,24177,571,1,1,24998,0,862.734,-4874.36,-115.754,3.95291,300,5,0,6986,0,1,0,0,0),(106418,24177,571,1,1,24998,0,843.261,-4860.98,-115.733,2.85094,300,5,0,6986,0,1,0,0,0),(106419,24177,571,1,1,24998,0,863.546,-4869.15,-115.757,5.60032,300,5,0,6986,0,1,0,0,0),(106420,24177,571,1,1,24998,0,848.984,-4876.94,-115.741,1.58749,300,5,0,6986,0,1,0,0,0),(106421,24177,571,1,1,987,0,914.492,-4811.5,-116.159,3.50181,300,5,0,6986,0,1,0,0,0),(106422,24177,571,1,1,519,0,814.419,-4867.76,-115.748,3.538,300,5,0,6986,0,1,0,0,0),(106423,24177,571,1,1,519,0,894.106,-4852.23,-116.159,6.0784,300,5,0,6986,0,1,0,0,0),(106424,24177,571,1,1,24998,0,809.817,-4805.43,-115.995,4.29727,300,5,0,6986,0,1,0,0,0),(106425,24177,571,1,1,519,0,840.023,-4859.49,-115.732,5.24524,300,5,0,6986,0,1,0,0,0),(106426,24177,571,1,1,987,0,851.823,-4841.12,-114.964,0.244091,300,5,0,6986,0,1,0,0,0),(106427,24177,571,1,1,519,0,828.817,-4886.64,-115.378,5.61031,300,5,0,6986,0,1,0,0,0),(106428,24177,571,1,1,987,0,851.121,-4867.54,-115.738,5.3582,300,5,0,6986,0,1,0,0,0),(106429,24177,571,1,1,519,0,928.007,-4826.29,-116.159,3.41883,300,5,0,6986,0,1,0,0,0),(106430,24177,571,1,1,987,0,875.669,-4840.38,-116.159,2.78945,300,5,0,6986,0,1,0,0,0),(106431,24177,571,1,1,519,0,832.962,-4851.52,-115.729,0.956352,300,5,0,6986,0,1,0,0,0),(106432,24177,571,1,1,519,0,883.794,-4854.2,-116.159,4.25443,300,5,0,6986,0,1,0,0,0),(106433,24177,571,1,1,987,0,920.988,-4827.42,-116.159,2.24751,300,5,0,6986,0,1,0,0,0),(106435,24177,571,1,1,24998,0,821.94,-4797.26,-115.859,6.02139,300,0,0,6986,0,0,0,0,0),(106436,24177,571,1,1,24998,0,918.718,-4816.87,-116.159,6.12575,300,5,0,6986,0,1,0,0,0),(106437,24177,571,1,1,24994,0,915.595,-4832.51,-116.159,3.391,300,5,0,6986,0,1,0,0,0),(106438,24177,571,1,1,24994,0,896.499,-4834.92,-116.159,0.598054,300,5,0,6986,0,1,0,0,0),(106439,24177,571,1,1,519,0,898.103,-4836.51,-116.159,3.48114,300,5,0,6986,0,1,0,0,0),(106441,24177,571,1,1,987,0,911.116,-4833.85,-116.159,3.40141,300,5,0,6986,0,1,0,0,0),(106442,24177,571,1,1,24994,0,878.239,-4854.14,-116.159,5.13893,300,5,0,6986,0,1,0,0,0),(106443,24177,571,1,1,24998,0,874.427,-4855.07,-116.159,4.99384,300,5,0,6986,0,1,0,0,0),(106444,24177,571,1,1,24994,0,851.357,-4812.71,-115.77,0.988793,300,5,0,6986,0,1,0,0,0),(106445,24177,571,1,1,987,0,840.491,-4796.94,-115.881,6.18162,300,5,0,6986,0,1,0,0,0),(106446,24177,571,1,1,987,0,814.679,-4803.8,-115.94,3.90954,300,0,0,6986,0,0,0,0,0),(106447,24177,571,1,1,24998,0,861.864,-4835.23,-115.881,0.223332,300,5,0,6986,0,1,0,0,0),(106448,24177,571,1,1,24998,0,905.837,-4830.35,-116.159,3.56979,300,5,0,6986,0,1,0,0,0),(106449,24177,571,1,1,519,0,915.585,-4846.66,-116.159,3.5278,300,5,0,6986,0,1,0,0,0),(106450,24177,571,1,1,519,0,835.786,-4889.97,-115.754,4.42599,300,5,0,6986,0,1,0,0,0),(106451,24177,571,1,1,24994,0,885.149,-4851.23,-116.159,0.418962,300,5,0,6986,0,1,0,0,0),(106452,24177,571,1,1,24998,0,911.152,-4849.18,-116.159,5.92702,300,5,0,6986,0,1,0,0,0),(106453,24177,571,1,1,519,0,846.874,-4862.66,-115.735,0.571522,300,5,0,6986,0,1,0,0,0),(106454,24177,571,1,1,24994,0,890.024,-4853.68,-116.159,0.55813,300,5,0,6986,0,1,0,0,0),(106455,24177,571,1,1,24994,0,805.171,-4809.46,-115.739,1.79769,300,0,0,6986,0,0,0,0,0),(106456,24177,571,1,1,24994,0,846.112,-4843.78,-115.551,3.04611,300,5,0,6986,0,1,0,0,0),(106457,24177,571,1,1,24994,0,859.599,-4855.13,-115.734,2.24269,300,5,0,6986,0,1,0,0,0),(106458,24177,571,1,1,987,0,901.137,-4835.87,-116.159,0.21492,300,5,0,6986,0,1,0,0,0),(106459,24177,571,1,1,24994,0,912.102,-4841.71,-116.159,3.28915,300,5,0,6986,0,1,0,0,0),(106460,24177,571,1,1,987,0,825.055,-4851.93,-115.727,0.44388,300,5,0,6986,0,1,0,0,0),(106461,24177,571,1,1,24998,0,849.742,-4862.69,-115.736,6.01193,300,5,0,6986,0,1,0,0,0),(106462,24177,571,1,1,24994,0,838.432,-4863.61,-115.735,6.13086,300,5,0,6986,0,1,0,0,0),(106463,24177,571,1,1,24998,0,895.77,-4836.4,-116.159,2.45789,300,5,0,6986,0,1,0,0,0),(106464,24177,571,1,1,987,0,921.023,-4852.33,-116.159,5.7238,300,5,0,6986,0,1,0,0,0),(106465,24177,571,1,1,519,0,883.733,-4842.09,-116.159,6.05058,300,5,0,6986,0,1,0,0,0),(106466,24177,571,1,1,987,0,878.567,-4846.96,-116.159,0.738576,300,5,0,6986,0,1,0,0,0),(106467,24177,571,1,1,24994,0,906.889,-4831.85,-116.159,0.536604,300,5,0,6986,0,1,0,0,0),(106468,24177,571,1,1,519,0,870.506,-4852.17,-116.15,0.265432,300,5,0,6986,0,1,0,0,0),(106469,24177,571,1,1,24994,0,855.991,-4838.86,-115.706,0.643612,300,5,0,6986,0,1,0,0,0),(106470,24177,571,1,1,519,0,900.071,-4846.59,-116.159,3.15364,300,5,0,6986,0,1,0,0,0),(106471,24177,571,1,1,987,0,916.142,-4830.4,-116.159,3.28562,300,5,0,6986,0,1,0,0,0),(106472,24177,571,1,1,24994,0,836.662,-4856.74,-115.731,3.55463,300,5,0,6986,0,1,0,0,0),(106473,24177,571,1,1,519,0,851.362,-4843.39,-115.547,3.55982,300,5,0,6986,0,1,0,0,0),(106474,24177,571,1,1,24994,0,851.575,-4855.8,-115.731,1.09963,300,5,0,6986,0,1,0,0,0),(106475,24177,571,1,1,24994,0,872.51,-4867.08,-115.846,6.24942,300,5,0,6986,0,1,0,0,0),(106476,24177,571,1,1,24994,0,859.861,-4870.17,-115.752,3.91842,300,5,0,6986,0,1,0,0,0),(106477,24177,571,1,1,519,0,849.063,-4853.52,-115.733,6.24664,300,5,0,6986,0,1,0,0,0),(106478,24177,571,1,1,24998,0,871.361,-4869.73,-115.514,2.78643,300,5,0,6986,0,1,0,0,0),(106479,24177,571,1,1,987,0,826.278,-4861.66,-115.738,6.11605,300,5,0,6986,0,1,0,0,0),(106480,24177,571,1,1,987,0,847.896,-4872.34,-115.739,1.07575,300,5,0,6986,0,1,0,0,0),(106482,24177,571,1,1,519,0,904.219,-4846.9,-116.159,2.45653,300,5,0,6986,0,1,0,0,0),(106483,24177,571,1,1,987,0,892.982,-4851.46,-116.159,1.37441,300,5,0,6986,0,1,0,0,0),(106484,24177,571,1,1,519,0,828.774,-4870.86,-115.744,3.26444,300,5,0,6986,0,1,0,0,0),(106485,24177,571,1,1,24994,0,837.482,-4801.64,-115.971,5.17696,300,5,0,6986,0,1,0,0,0),(106486,24177,571,1,1,519,0,855.487,-4881.76,-115.287,1.17923,300,5,0,6986,0,1,0,0,0),(106487,24177,571,1,1,24998,0,925.505,-4832.25,-116.159,3.4433,300,5,0,6986,0,1,0,0,0),(106488,24177,571,1,1,987,0,836.764,-4819.85,-116.012,3.92457,300,5,0,6986,0,1,0,0,0),(106489,24177,571,1,1,987,0,903.24,-4845.02,-116.159,5.8567,300,5,0,6986,0,1,0,0,0),(106490,24177,571,1,1,987,0,891.747,-4848.26,-116.159,4.18447,300,5,0,6986,0,1,0,0,0),(106491,24177,571,1,1,24994,0,837.498,-4827.73,-115.799,4.72984,300,0,0,6986,0,0,0,0,0),(106492,24177,571,1,1,519,0,855.594,-4864.38,-115.658,1.81514,300,0,0,6986,0,0,0,0,0),(106493,24177,571,1,1,24998,0,876.884,-4841.37,-116.075,2.6529,300,0,0,6986,0,0,0,0,0),(106495,23665,571,1,1,22059,1,1982.68,-4142.76,216.65,3.42851,300,0,0,8982,3155,0,0,0,0),(202487,23755,571,1,1,0,0,1678.09,-2561.37,19.6056,3.98375,120,0,0,1,0,0,0,0,0),(106497,23665,571,1,1,22059,1,1689.78,-4070.42,270.865,3.56087,300,0,0,8982,3155,0,0,0,0),(106498,29809,571,1,1,24531,1,7308.3,-2607.23,814.911,1.58825,300,0,0,73050,0,0,0,0,0),(106499,29809,571,1,1,24531,1,7198.33,-2645.16,813.805,6.0912,300,0,0,73050,0,0,0,0,0),(106500,29809,571,1,1,24531,1,7456.81,-2666.79,808.422,0.506145,300,0,0,73050,0,0,0,0,0),(106501,29809,571,1,1,24531,1,7360.89,-2783.46,770.241,3.27323,300,0,0,73050,0,2,0,0,0),(106502,29809,571,1,1,24531,1,7381.51,-2725.59,748.394,2.42601,300,0,0,73050,0,0,0,0,0),(106503,29809,571,1,1,24531,1,7380.94,-2659.5,748.1,3.9619,300,0,0,73050,0,0,0,0,0),(106504,29809,571,1,1,24531,1,7286.13,-2737.81,747.083,2.02458,300,0,0,73050,0,0,0,0,0),(106505,29809,571,1,1,24531,1,7242.74,-2648.68,749.598,5.96903,300,0,0,73050,0,0,0,0,0),(203597,28784,571,1,1,0,0,5838.09,-4074.41,363.582,6.24828,120,0,0,1,0,0,0,0,0),(106507,29809,571,1,1,24531,1,7244.8,-2837.65,776.948,1.32645,300,0,0,73050,0,0,0,0,0),(106508,23922,571,1,1,17612,0,989.351,-4306.56,178.896,2.28638,300,0,0,42,0,0,0,0,0),(106509,23666,571,1,1,22054,1,1241.32,-5319.02,177.478,0.890118,300,0,0,8982,0,0,0,0,0),(106510,26994,571,1,1,24290,0,2135.37,5236.9,19.5292,1.5708,300,0,0,7181,0,0,0,0,0),(106511,26482,571,1,1,10618,0,4455.6,-826.057,157.37,3.28802,300,0,0,9610,0,2,0,0,0),(106512,26226,571,1,1,23701,1,4551.79,-4250.05,170.576,2.3911,300,0,0,9940,3387,0,0,0,0),(106513,25714,571,1,1,23330,0,4330.35,4539.88,22.8313,1.0472,300,0,0,9291,0,0,0,0,0),(106514,27506,571,1,1,24680,0,3703.88,699.021,89.2857,3.76991,300,0,0,8508,7981,0,0,0,0),(106517,26482,571,1,1,10618,0,4326.71,-1271.57,182.341,5.56206,300,5,0,9610,0,1,0,0,0),(106518,26482,571,1,1,10618,0,4327.07,-715.068,138.057,1.45409,300,5,0,9610,0,1,0,0,0),(106519,26482,571,1,1,10618,0,4359,-1425.76,162.493,5.37335,300,5,0,9610,0,1,0,0,0),(106520,26482,571,1,1,10618,0,4239.97,1135.63,140.839,1.46397,300,5,0,9610,0,1,0,0,0),(106521,26482,571,1,1,10618,0,2880.66,-673.34,89.7502,1.07831,300,5,0,9610,0,1,0,0,0),(106522,26482,571,1,1,10618,0,2803.6,-662.036,81.734,0.343508,300,0,0,9610,0,0,0,0,0),(106523,28274,571,1,1,25266,0,4997.15,-3541.63,306.473,0.126107,300,0,0,15120,8814,0,0,0,0),(106524,26482,571,1,1,10618,0,4497.59,-893.81,166.207,4.89115,300,0,0,9610,0,2,0,0,0),(106525,26482,571,1,1,10618,0,4568.88,-844.401,165.75,4.49412,300,0,0,9610,0,2,0,0,0),(106526,26482,571,1,1,10618,0,4449.31,-732.355,139.431,3.54059,300,0,0,9610,0,2,0,0,0),(106527,26482,571,1,1,10618,0,3108.63,-691.937,91.3248,0.595045,300,5,0,9610,0,1,0,0,0),(106528,26482,571,1,1,10618,0,2877.54,-555,97.7109,5.69302,300,5,0,9610,0,1,0,0,0),(106529,26482,571,1,1,10618,0,3449.27,1832.76,73.182,5.23465,300,0,0,9610,0,2,0,0,0),(106530,26482,571,1,1,10618,0,3136.26,-470.701,126.156,3.53163,300,5,0,9610,0,1,0,0,0),(106531,26482,571,1,1,10618,0,3047.81,-637.074,93.5021,-2.73785,300,0,0,9610,0,0,0,0,0),(106532,26482,571,1,1,10618,0,3036.27,-345.253,126.353,3.2373,300,5,0,9610,0,1,0,0,0),(106533,26482,571,1,1,10618,0,4078.04,1298.71,137.342,6.12333,300,5,0,9610,0,1,0,0,0),(106534,23666,571,1,1,22053,1,1867.72,-4222.09,215.143,2.76434,300,0,0,8982,0,0,0,0,0),(106535,26482,571,1,1,10618,0,3302.87,-363.646,162.497,4.05641,300,5,0,9610,0,1,0,0,0),(106536,26482,571,1,1,10618,0,3333.33,-475.358,174.338,1.57083,300,5,0,9610,0,1,0,0,0),(106537,23666,571,1,1,22056,1,2008.49,-4214.34,209.43,1.29154,300,0,0,8982,0,0,0,0,0),(106538,26482,571,1,1,10618,0,3512.31,1593.42,75.2344,1.64042,300,0,0,9610,0,0,0,0,0),(106539,26482,571,1,1,10618,0,3521.5,1542.09,78.4709,1.97128,300,0,0,9610,0,2,0,0,0),(106540,26482,571,1,1,10618,0,3373.87,-434.14,182.094,1.01871,300,5,0,9610,0,1,0,0,0),(106541,26482,571,1,1,10618,0,3676.83,1414.06,98.8435,1.97789,300,0,0,9610,0,2,0,0,0),(106542,27762,571,1,1,25397,1,2848.54,-1458.14,61.6835,6.23082,300,0,0,76880,16545,0,0,0,0),(106543,26482,571,1,1,10618,0,3701.15,1421.22,97.3415,0.618574,300,0,0,9610,0,2,0,0,0),(106544,27250,571,1,1,24463,1,3220.57,-693.248,167.248,1.72788,300,0,0,4731,6443,0,0,0,0),(106545,28274,571,1,1,25266,0,4886.77,-3533.75,309.642,0.690721,300,0,0,15120,8814,0,0,0,0),(106546,28274,571,1,1,25266,0,4934.34,-3466.09,306.264,5.55669,300,0,0,15120,8814,0,0,0,0),(106547,26482,571,1,1,10618,0,4279.93,1227.33,145.764,4.49539,300,5,0,9610,0,1,0,0,0),(106548,26482,571,1,1,10618,0,4483.13,1064.05,141.503,3.83021,300,5,0,9610,0,1,0,0,0),(106549,26482,571,1,1,10618,0,4402.07,1118.73,144.382,0.762362,300,5,0,9610,0,1,0,0,0),(106550,26482,571,1,1,10618,0,3481.95,1739.69,74.3501,6.20621,300,0,0,9610,0,2,0,0,0),(106551,26482,571,1,1,10618,0,3458.28,1913.08,61.8931,3.09563,300,5,0,9610,0,1,0,0,0),(106552,26482,571,1,1,10618,0,2987.89,-551.92,105.365,5.62375,300,5,0,9610,0,1,0,0,0),(106553,26482,571,1,1,10618,0,3898.32,1735.87,118.484,4.95689,300,5,0,9610,0,1,0,0,0),(106554,28018,571,1,1,24484,0,4399.19,569.694,115.559,4.80331,300,0,0,59640,0,2,0,0,0),(106555,26482,571,1,1,10618,0,3534.73,1463.33,80.9608,4.24781,300,0,0,9610,0,2,0,0,0),(106556,26482,571,1,1,10618,0,3455.76,1389.92,87.444,2.29564,300,0,0,9610,0,2,0,0,0),(106557,26482,571,1,1,10618,0,3439.26,1492.71,78.3383,3.17962,300,5,0,9610,0,1,0,0,0),(106558,26482,571,1,1,10618,0,3435.04,1372.62,90.302,5.36761,300,5,0,9610,0,1,0,0,0),(106559,26482,571,1,1,10618,0,3632.58,1320.89,115.451,1.09289,300,5,0,9610,0,1,0,0,0),(106560,26482,571,1,1,10618,0,3870.27,1764.48,123.589,3.38346,300,0,0,9610,0,0,0,0,0),(106561,26482,571,1,1,10618,0,3692.42,1783.09,104.853,4.38539,300,0,0,9610,0,0,0,0,0),(106562,26482,571,1,1,10618,0,3688.16,1693.74,100.924,3.90026,300,5,0,9610,0,1,0,0,0),(106563,26482,571,1,1,10618,0,3624.28,1719.75,110.238,1.45177,300,5,0,9610,0,1,0,0,0),(106564,26482,571,1,1,10618,0,3652.31,1752.58,109.878,0.938636,300,5,0,9610,0,1,0,0,0),(106565,26482,571,1,1,10618,0,3680.16,1596.99,92.4536,6.15537,300,5,0,9610,0,1,0,0,0),(106566,26482,571,1,1,10618,0,3634.99,1567.22,90.1091,5.24938,300,5,0,9610,0,1,0,0,0),(106567,26482,571,1,1,10618,0,3506.79,1392.63,86.7976,5.91356,300,5,0,9610,0,1,0,0,0),(106568,23666,571,1,1,22054,1,1881.56,-4062.19,212.442,5.28974,300,0,0,8982,0,0,0,0,0),(106569,23666,571,1,1,22053,1,1835.8,-4064.2,222.989,0.438074,300,0,0,8982,0,0,0,0,0),(106570,28274,571,1,1,25266,0,4880.44,-3397.59,309.247,3.08407,300,0,0,15120,8814,0,0,0,0),(106572,23666,571,1,1,22054,1,1943.96,-4185.29,214.608,5.93412,300,0,0,8982,0,0,0,0,0),(106573,24178,571,1,1,22486,0,2638.73,-5057.32,295.801,6.05629,300,0,0,9291,3231,0,0,0,0),(106574,28274,571,1,1,25266,0,5162.74,-3548.18,308.366,4.47959,300,0,0,15120,8814,0,0,0,0),(106575,28274,571,1,1,25266,0,4919.59,-3295.69,311.008,0.536111,300,0,0,15120,8814,0,0,0,0),(106576,28274,571,1,1,25266,0,4871.43,-3299.53,312.323,3.70179,300,0,0,15120,8814,0,0,0,0),(106577,28274,571,1,1,25266,0,4980.58,-3470.63,306.192,0.163088,300,0,0,15120,8814,0,0,0,0),(106578,28274,571,1,1,25266,0,4975.39,-3328.41,310.033,1.20068,300,0,0,15120,8814,0,0,0,0),(106579,28274,571,1,1,25266,0,4876.33,-3442.47,309.656,0.166116,300,0,0,15120,8814,0,0,0,0),(106580,28274,571,1,1,25266,0,4908.93,-3551.85,307.163,5.63218,300,0,0,15120,8814,0,0,0,0),(106581,28274,571,1,1,25266,0,5042.63,-3414.92,306.648,2.42036,300,0,0,15120,8814,0,0,0,0),(106582,28274,571,1,1,25266,0,5158.13,-3511.51,308.366,2.36681,300,0,0,15120,8814,0,0,0,0),(106583,28274,571,1,1,25266,0,5032.71,-3499.93,305.697,2.4427,300,0,0,15120,8814,0,0,0,0),(106584,28274,571,1,1,25266,0,5094.69,-3489.98,311.873,3.94845,300,0,0,15120,8814,0,0,0,0),(106585,28274,571,1,1,25266,0,4998.8,-3385.66,309.823,6.14881,300,0,0,15120,8814,0,0,0,0),(106586,26482,571,1,1,10618,0,4278.14,1219.25,145.764,4.49539,300,5,0,9610,0,1,0,0,0),(106587,26482,571,1,1,10618,0,4219.2,1128.46,141.287,3.47384,300,5,0,9610,0,1,0,0,0),(106588,26482,571,1,1,10618,0,3774.1,1410.47,98.5712,5.3096,300,5,0,9610,0,1,0,0,0),(106589,26482,571,1,1,10618,0,3896.15,1744.59,120.592,4.95689,300,5,0,9610,0,1,0,0,0),(106590,26483,571,1,1,23962,0,3667.64,1379.53,128.961,0.945599,300,20,0,9291,0,1,0,0,0),(106591,26483,571,1,1,23962,0,3405.79,1402.39,121.615,2.3459,300,5,0,9291,0,1,0,0,0),(106592,26483,571,1,1,23962,0,3733.38,2404.19,149.826,3.41386,300,5,0,9291,0,1,0,0,0),(106593,26483,571,1,1,23962,0,3683.49,2387.41,137.718,3.75213,300,5,0,9291,0,1,0,0,0),(106594,26483,571,1,1,23962,0,3647.3,1328.64,149.067,1.526,300,5,0,9291,0,1,0,0,0),(106595,26483,571,1,1,23962,0,3789.81,1612.04,144.631,5.96903,300,0,0,9291,0,0,0,0,0),(106596,26483,571,1,1,23962,0,3801.2,1508.33,128.406,3.87463,300,0,0,9291,0,0,0,0,0),(106597,26483,571,1,1,23962,0,3783.92,1601.31,144.65,5.39307,300,0,0,9291,0,0,0,0,0),(106598,26483,571,1,1,23962,0,3888.02,1578.35,148.336,3.57792,300,0,0,9291,0,0,0,0,0),(106599,26483,571,1,1,23962,0,3919.71,1454.6,167.002,4.11889,300,5,0,9291,0,1,0,0,0),(106600,26483,571,1,1,23962,0,3954.77,1479.07,162.636,3.08214,300,5,0,9291,0,1,0,0,0),(106603,26483,571,1,1,23962,0,3183.74,-152.466,74.4619,6.2591,300,0,0,9291,0,0,0,0,0),(106604,26483,571,1,1,23962,0,3061.23,88.0832,89.3989,6.10865,300,0,0,9291,0,0,0,0,0),(106605,26483,571,1,1,23962,0,3243.73,-1182.87,83.3303,2.35619,300,0,0,9291,0,0,0,0,0),(106606,26483,571,1,1,23962,0,3264.33,-1158.57,124.902,0.287132,300,5,0,9291,0,1,0,0,0),(106607,26483,571,1,1,23962,0,3238.71,-108.306,75.6481,2.47837,300,0,0,9291,0,0,0,0,0),(106608,26483,571,1,1,23962,0,3202.83,-147.993,79.0352,5.61996,300,0,0,9291,0,0,0,0,0),(106609,26483,571,1,1,23962,0,3933.28,706.163,72.0271,3.01319,300,5,0,9291,0,1,0,0,0),(106610,23923,571,1,1,17612,0,1091.17,-4492.48,199.89,3.10669,300,0,0,42,0,0,0,0,0),(106611,23667,571,1,1,22084,1,1252.26,-5307.59,177.487,0.837758,300,0,0,8982,3155,0,0,0,0),(106612,23667,571,1,1,22086,1,1212.23,-5282.19,178.769,6.0912,300,0,0,8982,3155,0,0,0,0),(106613,23667,571,1,1,22087,1,1247.47,-5301.15,178.559,2.89725,300,0,0,8982,3155,0,0,0,0),(106614,23155,571,1,1,15880,0,3488.77,351.847,-113.679,5.35816,300,0,0,42,0,0,0,0,0),(106615,27763,571,1,1,24783,0,3671.93,1216.94,142.939,3.61283,300,0,0,8508,7981,0,0,0,0),(106616,27251,571,1,1,25533,1,2707.34,868.421,1.72821,4.43314,300,0,0,10282,0,0,0,0,0),(106617,27251,571,1,1,25533,1,2753.16,835.767,5.25915,4.60767,300,0,0,10282,0,0,0,0,0),(106618,27251,571,1,1,25533,1,2700.36,905.681,4.33248,1.76278,300,0,0,10282,0,0,0,0,0),(106619,25715,571,1,1,23348,0,3554.23,3128.93,1.93284,6.11002,300,9,0,8982,3155,1,0,0,0),(106620,29043,571,1,1,25638,0,5270.12,4501.99,-82.8075,2.46091,300,0,0,110010,0,0,0,0,0),(106621,29811,571,1,1,26567,0,7032.78,-838.206,887.277,1.72788,300,0,0,12175,0,0,0,0,0),(106622,29811,571,1,1,26568,0,6537.96,-895.823,571.407,3.59538,300,0,0,12175,0,0,0,0,0),(106623,29811,571,1,1,26568,0,7138.01,-409.471,846.64,3.36848,300,0,0,12175,0,0,0,0,0),(106624,29811,571,1,1,26568,0,7132.77,-616.652,830.068,0.296706,300,0,0,12175,0,0,0,0,0),(106625,26483,571,1,1,23962,0,3723.47,1802.84,145.159,3.0937,300,5,0,9291,0,1,0,0,0),(106626,26483,571,1,1,23962,0,3691.73,1349.87,127.713,2.07694,300,0,0,9291,0,0,0,0,0),(106627,26483,571,1,1,23962,0,3703.07,1700.34,148.702,5.31453,300,5,0,9291,0,1,0,0,0),(106628,26483,571,1,1,23962,0,3460.9,1748.01,108.649,1.10625,300,5,0,9291,0,1,0,0,0),(106629,26483,571,1,1,23962,0,3883.86,1588.2,148.308,2.98451,300,0,0,9291,0,0,0,0,0),(106630,26483,571,1,1,23962,0,3221.02,-1219.59,87.5296,2.93091,300,5,0,9291,0,1,0,0,0),(106631,26483,571,1,1,23962,0,3220.99,-138.603,72.13,2.22784,300,0,0,9291,0,0,0,0,0),(106632,26995,571,1,1,24296,0,2141.77,5252.78,19.5573,4.95674,300,0,0,9291,0,0,0,0,0),(106633,23155,571,1,1,15880,0,404.983,-4593.97,235.041,2.26893,300,0,0,42,0,0,0,0,0),(106634,23155,571,1,1,15880,0,3586.63,361.051,-113.679,4.29351,300,0,0,42,0,0,0,0,0),(106635,27251,571,1,1,25534,1,2718.05,955.846,0.049769,1.43117,300,0,0,10282,0,0,0,0,0),(106636,27251,571,1,1,25533,1,2708.03,920.687,-0.198833,3.4479,300,5,0,10282,0,1,0,0,0),(106637,27251,571,1,1,25534,1,2706.4,940.694,-0.023385,3.1765,300,0,0,10282,0,0,0,0,0),(106638,25715,571,1,1,23348,0,3470.36,3092.31,1.99882,1.865,300,9,0,8982,3155,1,0,0,0),(106639,25715,571,1,1,23348,0,3521.17,2978.74,1.01179,1.01748,300,9,0,8982,3155,1,0,0,0),(106640,25715,571,1,1,23348,0,3431.34,2980.58,2.11419,0.082873,300,9,0,8982,3155,1,0,0,0),(106641,29811,571,1,1,26568,0,6532.56,-749.391,611.681,0.925025,300,0,0,12175,0,0,0,0,0),(106642,26483,571,1,1,23962,0,3003.88,-506.126,135.575,6.04046,300,5,0,9291,0,1,0,0,0),(106643,26483,571,1,1,23962,0,3537.96,692.704,80.2153,6.00393,300,0,0,9291,0,0,0,0,0),(106644,26483,571,1,1,23962,0,3221.58,-107.232,98.0387,3.8923,300,20,0,9291,0,1,0,0,0),(106645,26483,571,1,1,23962,0,3285.18,-1069.6,125.174,3.1247,300,5,0,9291,0,1,0,0,0),(106646,26483,571,1,1,23962,0,3371.68,421.385,77.8805,5.75959,300,0,0,9291,0,0,0,0,0),(106647,25715,571,1,1,22249,0,3205.63,3470.78,57.1724,2.62814,300,9,0,8982,3155,1,0,0,0),(106648,25715,571,1,1,22249,0,3475.69,3007.22,2.08748,0.883991,300,9,0,8982,3155,1,0,0,0),(106649,25715,571,1,1,23348,0,3533.65,3130.18,1.27395,2.85822,300,9,0,8982,3155,1,0,0,0),(106650,25715,571,1,1,22249,0,3485.94,3125.79,0.383846,5.89561,300,9,0,8982,3155,1,0,0,0),(106651,25715,571,1,1,22249,0,3452.03,3203.68,27.6797,5.55743,300,9,0,8982,3155,1,0,0,0),(106652,25715,571,1,1,23349,0,3483.2,3047.8,-0.056864,4.29319,300,9,0,8982,3155,1,0,0,0),(106653,25715,571,1,1,23348,0,3463.42,3054,0.306154,6.08488,300,9,0,8982,3155,1,0,0,0),(106654,26483,571,1,1,23962,0,4107.78,1398.02,154.7,5.19785,300,5,0,9291,0,1,0,0,0),(106655,26483,571,1,1,23962,0,3912.49,1297.38,153.584,4.67516,300,5,0,9291,0,1,0,0,0),(106656,26483,571,1,1,23962,0,3284.42,-1154.02,108.743,5.59058,300,5,0,9291,0,1,0,0,0),(106657,26483,571,1,1,23962,0,3792.13,1744.26,148.693,0.186979,300,5,0,9291,0,1,0,0,0),(106658,26483,571,1,1,23962,0,3867.98,1522.18,128.494,2.25148,300,0,0,9291,0,0,0,0,0),(106659,26483,571,1,1,23962,0,3634.39,1255.67,156.629,0.627178,300,5,0,9291,0,1,0,0,0),(106660,26483,571,1,1,23962,0,3520.56,1495.66,109.763,0.21601,300,5,0,9291,0,1,0,0,0),(106661,25715,571,1,1,22249,0,3469.46,3100.42,1.09396,4.63809,300,9,0,8982,3155,1,0,0,0),(106662,26483,571,1,1,23962,0,3339.85,-1185.05,128.986,3.91917,300,5,0,9291,0,1,0,0,0),(106663,26483,571,1,1,23962,0,3297.82,-1112.41,112.04,5.49779,300,0,0,9291,0,0,0,0,0),(106664,26483,571,1,1,23962,0,4123.04,1308.38,154.7,4.32263,300,5,0,9291,0,1,0,0,0),(106665,26483,571,1,1,23962,0,3565.99,730.727,79.0906,0.890118,300,0,0,9291,0,0,0,0,0),(106666,25715,571,1,1,22249,0,3543.78,3127.29,1.69886,3.74448,300,9,0,8982,3155,1,0,0,0),(106667,25715,571,1,1,23349,0,3522.25,2980.56,0.34622,0.976806,300,9,0,8982,3155,1,0,0,0),(106668,26483,571,1,1,23962,0,3914.35,1614.95,148.225,1.41372,300,0,0,9291,0,0,0,0,0),(106669,26483,571,1,1,23962,0,3901.51,1614.1,148.016,2.00713,300,0,0,9291,0,0,0,0,0),(106670,25715,571,1,1,23348,0,3480.13,3061.66,0.187627,1.27937,300,9,0,8982,3155,1,0,0,0),(106671,25715,571,1,1,23348,0,3475.47,3090.28,2.12382,5.15832,300,9,0,8982,3155,1,0,0,0),(106672,25715,571,1,1,23349,0,3488.05,3119.77,1.25453,2.30093,300,9,0,8982,3155,1,0,0,0),(106673,25715,571,1,1,23349,0,3430.35,2982.62,2.00252,3.2183,300,9,0,8982,3155,1,0,0,0),(106674,25715,571,1,1,23348,0,3461.16,3005.7,1.681,3.25256,300,9,0,8982,3155,1,0,0,0),(106675,26483,571,1,1,23962,0,3233.77,-123.376,72.902,2.64534,300,0,0,9291,0,0,0,0,0),(106676,26483,571,1,1,23962,0,3801.53,1522.58,127.827,2.32129,300,0,0,9291,0,0,0,0,0),(106678,25715,571,1,1,23348,0,3535.12,3122.89,-0.067163,4.54461,300,9,0,8982,3155,1,0,0,0),(106679,26483,571,1,1,23962,0,3939.41,-87.4731,52.0679,0.820574,300,0,0,9291,0,0,0,0,0),(106680,26483,571,1,1,23962,0,3943.32,-83.3171,60.1701,4.15388,300,0,0,9291,0,0,0,0,0),(106681,26483,571,1,1,23962,0,3919.55,673.754,71.5457,2.07694,300,0,0,9291,0,0,0,0,0),(106682,26483,571,1,1,23962,0,3610.89,4.15451,67.0928,5.91667,300,0,0,9291,0,0,0,0,0),(106683,26483,571,1,1,23962,0,3592.67,-9.78825,69.6905,2.70526,300,0,0,9291,0,0,0,0,0),(106684,26483,571,1,1,23962,0,3600.16,-16.2541,66.1299,4.15388,300,0,0,9291,0,0,0,0,0),(106685,26483,571,1,1,23962,0,4002.91,540.847,50.2494,0.026564,300,0,0,9291,0,0,0,0,0),(106686,26483,571,1,1,23962,0,3930.33,688.635,71.1472,5.46288,300,0,0,9291,0,0,0,0,0),(106687,26483,571,1,1,23962,0,3912.21,658.031,68.3751,4.41568,300,0,0,9291,0,0,0,0,0),(106688,26483,571,1,1,23962,0,3350.4,436.42,77.8158,2.87979,300,0,0,9291,0,0,0,0,0),(106689,26483,571,1,1,23962,0,3017.92,-547.111,115.463,5.99366,300,5,0,9291,0,1,0,0,0),(106690,25715,571,1,1,23348,0,3485.91,3130.4,0.134837,5.50055,300,9,0,8982,3155,1,0,0,0),(106691,26483,571,1,1,23962,0,3514.28,730.414,91.7456,1.08118,300,5,0,9291,0,1,0,0,0),(106692,26483,571,1,1,23962,0,4000.89,531.244,56.6926,2.44346,300,0,0,9291,0,0,0,0,0),(106693,26483,571,1,1,23962,0,4046.03,591.117,54.5715,5.28835,300,0,0,9291,0,0,0,0,0),(106695,26483,571,1,1,23962,0,3364.61,414.508,88.2732,0.414706,300,20,0,9291,0,1,0,0,0),(106696,26483,571,1,1,23962,0,3708.99,1368.24,116.096,2.00713,300,0,0,9291,0,0,0,0,0),(106697,26483,571,1,1,23962,0,4051.22,541.33,67.0465,6.26892,300,5,0,9291,0,1,0,0,0),(106698,26483,571,1,1,23962,0,3218.97,-170.627,99.5894,4.94166,300,20,0,9291,0,1,0,0,0),(106699,26483,571,1,1,23962,0,3245.64,-95.6447,93.1669,2.58764,300,20,0,9291,0,1,0,0,0),(106702,26483,571,1,1,23962,0,3275.76,-1155.73,98.3917,5.89921,300,0,0,9291,0,0,0,0,0),(106703,26483,571,1,1,23962,0,3471.05,1630.82,87.4528,0.331613,300,0,0,9291,0,0,0,0,0),(106705,26483,571,1,1,23962,0,3567.51,755.088,98.581,4.53543,300,5,0,9291,0,1,0,0,0),(106706,26483,571,1,1,23962,0,3531.4,677.23,77.6046,3.14159,300,0,0,9291,0,0,0,0,0),(106707,25715,571,1,1,23349,0,3161.9,3764.3,45.99,2.63676,300,9,0,8982,3155,1,0,0,0),(106708,25715,571,1,1,23348,0,3526.81,2964.97,-0.128705,4.98542,300,9,0,8982,3155,1,0,0,0),(106709,26483,571,1,1,23962,0,3717.52,2057.76,117.81,4.34715,300,5,0,9291,0,1,0,0,0),(106710,26483,571,1,1,23962,0,3782.47,2107.7,126.412,2.58574,300,5,0,9291,0,1,0,0,0),(106711,26483,571,1,1,23962,0,3384.88,1539.22,141.423,2.58538,300,5,0,9291,0,1,0,0,0),(106712,26483,571,1,1,23962,0,3566.28,1339.9,134.826,2.51397,300,5,0,9291,0,1,0,0,0),(106713,26483,571,1,1,23962,0,3888.79,695.693,79.3373,3.84168,300,5,0,9291,0,1,0,0,0),(106714,26483,571,1,1,23962,0,3358.97,446.681,86.1783,3.87138,300,20,0,9291,0,1,0,0,0),(106715,25715,571,1,1,23348,0,3216.87,3534.5,36.958,2.10612,300,9,0,8982,3155,1,0,0,0),(106716,25715,571,1,1,23348,0,3375.23,3185.38,2.11277,5.07583,300,9,0,8982,3155,1,0,0,0),(106717,25715,571,1,1,23349,0,3389.64,3214.66,33.2365,3.59573,300,9,0,8982,3155,1,0,0,0),(106718,25715,571,1,1,23349,0,3454.65,3203.99,27.8047,6.23666,300,9,0,8982,3155,1,0,0,0),(106719,25715,571,1,1,22249,0,3408.24,3152.29,1.19865,1.54248,300,9,0,8982,3155,1,0,0,0),(106720,26483,571,1,1,23962,0,3388.9,446.069,88.2732,3.45418,300,20,0,9291,0,1,0,0,0),(106721,26483,571,1,1,23962,0,4053.5,531.745,61.7053,0.933816,300,5,0,9291,0,1,0,0,0),(106722,26483,571,1,1,23962,0,3492.08,1569.65,80.7658,0.383972,300,0,0,9291,0,0,0,0,0),(106723,26483,571,1,1,23962,0,3965.58,-96.0927,55.3771,1.37881,300,0,0,9291,0,0,0,0,0),(106724,26483,571,1,1,23962,0,4501.16,81.4994,96.6374,0.191986,300,0,0,9291,0,0,0,0,0),(106726,26483,571,1,1,23962,0,3003.5,-540.244,115.383,3.97935,300,0,0,9291,0,0,0,0,0),(106727,26483,571,1,1,23962,0,2994.9,-564.69,105.188,5.41052,300,0,0,9291,0,0,0,0,0),(106728,26483,571,1,1,23962,0,3929.44,-53.9032,51.9206,0.366519,300,0,0,9291,0,0,0,0,0),(106729,25715,571,1,1,23349,0,3185.35,3615.61,37.159,5.18179,300,9,0,8982,3155,1,0,0,0),(106733,26483,571,1,1,23962,0,3053.87,69.02,85.9274,6.07375,300,0,0,9291,0,0,0,0,0),(106735,26483,571,1,1,23962,0,3932.67,-100.843,70.0156,5.68243,300,5,0,9291,0,1,0,0,0),(106736,26483,571,1,1,23962,0,3376.86,436.938,80.2435,2.38176,300,20,0,9291,0,1,0,0,0),(106737,26483,571,1,1,23962,0,4478.55,98.7879,97.8424,3.68265,300,0,0,9291,0,0,0,0,0),(106741,26483,571,1,1,23962,0,3018.87,-514.791,121.002,2.70526,300,0,0,9291,0,0,0,0,0),(106742,26483,571,1,1,23962,0,3681.38,2128.58,111.593,6.26235,300,5,0,9291,0,1,0,0,0),(106743,25715,571,1,1,22249,0,3456.08,3209.74,26.6729,1.03724,300,9,0,8982,3155,1,0,0,0),(106744,26483,571,1,1,23962,0,3718.27,2541.88,144.254,3.07513,300,5,0,9291,0,1,0,0,0),(106747,26483,571,1,1,23962,0,3913.95,1305.72,153.782,4.37485,300,5,0,9291,0,1,0,0,0),(106748,26483,571,1,1,23962,0,3595.29,19.2005,75.9354,3.68049,300,5,0,9291,0,1,0,0,0),(106749,26483,571,1,1,23962,0,3577.28,-40.8277,65.7202,2.89725,300,0,0,9291,0,0,0,0,0),(106750,26483,571,1,1,23962,0,3485.23,1602.51,81.036,0.488692,300,5,0,9291,0,1,0,0,0),(106751,26483,571,1,1,23962,0,4016.71,1436.64,125.384,5.60374,300,5,0,9291,0,1,0,0,0),(106752,26483,571,1,1,23962,0,4020.01,1413.07,129.434,0.701508,300,5,0,9291,0,1,0,0,0),(106755,26483,571,1,1,23962,0,3989.9,1436.06,130.985,3.61283,300,0,0,9291,0,0,0,0,0),(106757,26483,571,1,1,23962,0,4007.27,1402.28,135.945,3.14159,300,0,0,9291,0,0,0,0,0),(106758,23667,571,1,1,22085,1,1618.65,-4138.16,271.041,5.2351,300,0,0,8982,3155,0,0,0,0),(106759,26483,571,1,1,23962,0,3685.22,2128.64,112.265,0.053447,300,5,0,9291,0,1,0,0,0),(106761,23667,571,1,1,22087,1,1815.53,-4219.99,277.867,1.25664,300,0,0,8982,3155,0,0,0,0),(106762,23667,571,1,1,22087,1,1789.36,-4206.58,278.496,2.18166,300,0,0,8982,3155,0,0,0,0),(106763,23667,571,1,1,22084,1,1795.43,-4201.24,278.496,1.45892,300,0,0,8982,3155,0,0,0,0),(106764,23667,571,1,1,22084,1,1807.53,-4212.81,278.371,1.0472,300,0,0,8982,3155,0,0,0,0),(106765,23667,571,1,1,22084,1,1651.23,-4020.94,286.068,4.15388,300,0,0,8982,3155,0,0,0,0),(106766,23667,571,1,1,22086,1,1675.19,-3997.65,286.068,5.88176,300,0,0,8982,3155,0,0,0,0),(106767,23667,571,1,1,22085,1,1626.52,-4228.41,287.251,1.51844,300,0,0,8982,3155,0,0,0,0),(106768,23667,571,1,1,22084,1,1643.68,-4254.9,287.106,5.75959,300,0,0,8982,3155,0,0,0,0),(106769,23667,571,1,1,22086,1,1804.3,-4147.59,239.357,3.87498,300,0,0,8982,3155,0,0,0,0),(106770,23667,571,1,1,22085,1,1904.91,-4047.73,252.225,4.55531,300,0,0,8982,3155,0,0,0,0),(106771,23667,571,1,1,22084,1,1898.82,-4047.19,252.262,4.31096,300,0,0,8982,3155,0,0,0,0),(106772,23667,571,1,1,22085,1,1916.9,-4054.56,252.262,4.81711,300,0,0,8982,3155,0,0,0,0),(106773,23667,571,1,1,22084,1,1929.4,-4038.69,252.213,5.37561,300,0,0,8982,3155,0,0,0,0),(106775,26483,571,1,1,23962,0,3232.04,-1120.88,124.424,0.551548,300,5,0,9291,0,1,0,0,0),(106776,25715,571,1,1,23349,0,3252.64,3514.62,27.3688,4.9583,300,9,0,8982,3155,1,0,0,0),(106777,25715,571,1,1,23349,0,3289.77,3442.19,21.8824,2.77722,300,9,0,8982,3155,1,0,0,0),(106778,25715,571,1,1,23349,0,3323.13,3291.13,28.2291,0.870505,300,9,0,8982,3155,1,0,0,0),(106779,25715,571,1,1,23349,0,3284.43,3212.57,2.16333,2.75643,300,9,0,8982,3155,1,0,0,0),(106780,883,571,1,1,347,0,2898.29,-1982.48,47.8043,1.30311,300,0,0,1,0,0,0,0,0),(106781,883,571,1,1,347,0,2894.9,-1987.73,48.9689,1.17615,300,0,0,1,0,0,0,0,0),(106782,883,571,1,1,347,0,2977.96,-2045.86,78.5481,6.27517,300,0,0,1,0,0,0,0,0),(106783,25715,571,1,1,23348,0,3093.33,3524.24,0.175877,5.12509,300,9,0,8982,3155,1,0,0,0),(106784,25715,571,1,1,22249,0,3102.08,3468.75,2.47786,0.207567,300,9,0,8982,3155,1,0,0,0),(106785,25715,571,1,1,23348,0,3034.35,3659.43,0.175877,4.75067,300,9,0,8982,3155,1,0,0,0),(106786,25715,571,1,1,23349,0,3054.4,3713.41,0.175877,4.14736,300,9,0,8982,3155,1,0,0,0),(106787,25715,571,1,1,22249,0,3076.43,3747.54,2.36257,2.51907,300,9,0,8982,3155,1,0,0,0),(106788,25715,571,1,1,22249,0,3111.64,3722.49,4.59772,1.10975,300,9,0,8982,3155,1,0,0,0),(106789,25715,571,1,1,23348,0,3080.49,3694.08,2.24285,1.9305,300,9,0,8982,3155,1,0,0,0),(106790,25715,571,1,1,23349,0,3110.09,3658.94,3.6331,4.00768,300,9,0,8982,3155,1,0,0,0),(106791,25715,571,1,1,22249,0,3061.44,3609.49,0.175877,3.17957,300,9,0,8982,3155,1,0,0,0),(106792,25715,571,1,1,23349,0,3154.17,3620.83,5.64553,1.10715,300,9,0,8982,3155,1,0,0,0),(106793,25715,571,1,1,22249,0,3166.98,3539.39,3.96817,5.65836,300,9,0,8982,3155,1,0,0,0),(106794,25715,571,1,1,22249,0,3125.14,3524.73,2.84899,2.33298,300,9,0,8982,3155,1,0,0,0),(106795,25715,571,1,1,23349,0,3131.71,3461.57,3.23951,0.32204,300,9,0,8982,3155,1,0,0,0),(106800,26483,571,1,1,23962,0,3730.34,2244.87,120.155,2.25364,300,5,0,9291,0,1,0,0,0),(106804,26483,571,1,1,23962,0,3700.69,2595.19,130.062,0.505041,300,5,0,9291,0,1,0,0,0),(106807,25715,571,1,1,22249,0,3489.48,3122.18,1.19994,3.57107,300,9,0,8982,3155,1,0,0,0),(106808,23924,571,1,1,17612,0,793.878,-4507.29,196.865,2.18166,300,0,0,42,0,0,0,0,0),(106809,29044,571,1,1,25925,0,6592.83,4329.2,47.7217,2.68781,300,5,0,11770,0,1,0,0,0),(106810,26484,571,1,1,23857,1,4113.11,-4738.28,100.871,3.14159,300,0,0,10282,0,0,0,0,0),(106811,29812,571,1,1,11686,0,5812.98,686.816,655.368,0.820305,300,5,0,42,0,1,0,0,0),(106812,26228,571,1,1,23702,1,2794.68,920.762,22.4113,5.34071,300,0,0,9291,0,0,0,0,0),(106813,28532,571,1,1,25512,1,5203.73,-1313.08,242.767,0.418879,300,0,0,10635,0,0,0,0,0),(106814,15732,571,1,1,13349,0,5818.67,642.931,647.9,2.89725,300,0,0,1003,0,0,0,0,0),(106815,26996,571,1,1,26658,0,3478.23,4177.74,17.2764,4.64258,300,0,0,8982,0,0,0,0,0),(106816,23668,571,1,1,22082,1,1777.45,-4231.26,278.496,2.86234,300,5,0,7185,7196,1,0,0,0),(106817,23668,571,1,1,22083,1,1802.56,-4207.56,278.496,1.01229,300,5,0,7185,7196,1,0,0,0),(106818,23668,571,1,1,22081,1,1776.59,-4222.24,278.496,2.9147,300,5,0,7185,7196,1,0,0,0),(106819,23668,571,1,1,22082,1,1780.8,-4213.88,278.496,2.47837,300,5,0,7185,7196,1,0,0,0),(106820,23668,571,1,1,22083,1,1671.96,-4016.45,286.068,5.95157,300,5,0,7185,7196,1,0,0,0),(106821,23668,571,1,1,22080,1,1676.51,-4007.74,286.068,6.03884,300,5,0,7185,7196,1,0,0,0),(106822,23668,571,1,1,22082,1,1655.78,-4026.64,286.068,4.59022,300,5,0,7185,7196,1,0,0,0),(106823,23668,571,1,1,22083,1,1647.02,-4246.13,287.251,0.575959,300,5,0,7185,7196,1,0,0,0),(106824,23668,571,1,1,22082,1,1643,-4236.37,287.251,0.331613,300,5,0,7185,7196,1,0,0,0),(106825,23668,571,1,1,22081,1,1925.84,-4049.94,252.262,5.60251,300,5,0,7185,7196,1,0,0,0),(106826,23668,571,1,1,22080,1,1907.87,-4052.66,252.262,4.74729,300,5,0,7185,7196,1,0,0,0),(106827,25204,571,1,1,21975,0,4626.55,6189.35,0,4.74395,300,5,0,8982,0,1,0,0,0),(106828,25204,571,1,1,21975,0,4246.89,6092.98,-22.2753,4.98132,300,5,0,8982,0,1,0,0,0),(106829,25204,571,1,1,21975,0,4347.03,6183.95,-53.9993,4.46746,300,5,0,8982,0,1,0,0,0),(106830,25204,571,1,1,21975,0,4512.28,6237.6,-5.06824,0.010255,300,0,0,8982,0,0,0,0,0),(106831,25204,571,1,1,21975,0,4310.21,6105.31,-0.805379,4.61491,300,5,0,8982,0,1,0,0,0),(106832,25205,571,1,1,5025,1,4407.05,6149.95,0.876898,2.94961,300,0,0,10329,0,0,0,0,0),(106833,26997,571,1,1,24282,0,2120.8,5259.82,19.55,3.90954,300,0,0,9291,0,0,0,0,0),(106834,28277,571,1,1,23365,0,89.6326,-6287.43,-0.739605,1.58825,300,0,0,8982,0,0,0,0,0),(106835,26229,571,1,1,23703,1,4542.52,-4249.32,170.575,2.05949,300,0,0,9610,0,0,0,0,0),(106837,26485,571,1,1,23858,1,3839.98,1477.32,137.231,5.96903,300,0,0,9940,3387,0,0,0,0),(52283,26965,571,1,1,0,0,4851.19,-1375.8,168.173,2.49582,120,0,0,1,0,0,0,0,0),(106839,23669,571,1,1,22069,1,1798.46,-4079.92,233.534,5.54075,300,5,0,8982,3155,1,0,0,0),(106840,23669,571,1,1,22069,1,1665.74,-4015.77,286.027,5.21853,300,5,0,8982,3155,1,0,0,0),(106841,23669,571,1,1,22068,1,1661.55,-4022.17,286.068,5.20108,300,5,0,8982,3155,1,0,0,0),(106842,23669,571,1,1,22069,1,1618.17,-4233.74,287.18,1.90241,300,5,0,8982,3155,1,0,0,0),(106843,23669,571,1,1,22068,1,1651.27,-4252.2,287.251,6.26573,300,5,0,8982,3155,1,0,0,0),(106844,23669,571,1,1,22070,1,1636.73,-4229.47,287.251,1.09956,300,5,0,8982,3155,1,0,0,0),(106845,23669,571,1,1,22070,1,1895.58,-4033.89,252.262,2.79253,300,5,0,8982,3155,1,0,0,0),(106846,23669,571,1,1,22068,1,1891.47,-4042.92,252.262,3.33358,300,5,0,8982,3155,1,0,0,0),(106847,29301,571,1,1,23651,0,3828.75,-4315.17,197.62,5.78847,300,5,0,4892,2846,1,0,0,0),(106848,29301,571,1,1,23650,0,3829.99,-4311,198.392,5.72095,300,5,0,4892,2846,1,0,0,0),(106849,29301,571,1,1,23645,0,3842.87,-4330.79,197.39,5.2451,300,5,0,4892,2846,1,0,0,0),(106850,29301,571,1,1,23652,0,3846.02,-4328.13,198.105,5.20525,300,5,0,4892,2846,1,0,0,0),(106851,29301,571,1,1,23645,0,3840.71,-4327.15,197.62,5.25169,300,5,0,4892,2846,1,0,0,0),(106852,27509,571,1,1,24681,1,2661.39,-2005.08,8.91829,2.53073,300,0,0,30846,10398,0,0,0,0),(106854,25206,571,1,1,4920,0,4366.97,6089.83,0.796882,0.349066,300,0,0,9182,0,0,0,0,0),(87840,4076,531,1,1,0,0,-8904.05,1863.42,-21.8855,1.61788,604800,5,0,1,0,1,0,0,0),(87839,4076,531,1,1,0,0,-8869.18,1416.73,-93.0733,5.27109,604800,5,0,1,0,1,0,0,0),(87838,4076,531,1,1,0,0,-8855.17,1535.05,-95.4698,1.53781,604800,5,0,1,0,1,0,0,0),(87837,4076,531,1,1,0,0,-8710.09,1659.99,-84.6503,5.40056,604800,5,0,1,0,1,0,0,0),(87836,4076,531,1,1,0,0,-8693.91,1563.22,-80.1425,3.73426,604800,5,0,1,0,1,0,0,0),(87835,4076,531,1,1,0,0,-8430.81,2030.66,116.103,4.01619,604800,5,0,1,0,1,0,0,0),(106879,23670,571,1,1,22066,1,1226.86,-5312.66,179.465,3.9619,300,0,0,7432,7332,0,0,0,0),(106880,26998,571,1,1,24294,0,2132.72,5255.87,19.5305,4.86947,300,0,0,7181,0,0,0,0,0),(106881,24694,571,1,1,22524,0,1059.29,-5078.33,10.6422,4.99164,300,0,0,8982,0,0,0,0,0),(106882,24694,571,1,1,22524,0,961.779,-5039.39,6.05485,4.11898,300,0,0,8982,0,0,0,0,0),(106883,24694,571,1,1,22524,0,1030.98,-5057.38,10.8171,3.38594,300,0,0,8982,0,0,0,0,0),(106884,24694,571,1,1,22524,0,1084.32,-5070.88,10.607,5.0091,300,0,0,8982,0,0,0,0,0),(106885,29302,571,1,1,21968,0,1981.55,-6226.97,7.82185,0.05236,300,0,0,7984,0,0,0,0,0),(106886,28790,571,1,1,25687,0,5494.73,-2611.75,304.037,6.17846,300,0,0,31905,0,0,0,0,0),(106895,24182,571,1,1,11686,0,1460.17,-5325.6,197.6,2.82743,300,5,0,4120,0,1,0,0,0),(106896,24182,571,1,1,11686,0,1452.46,-5186.66,191.606,1.91986,300,5,0,4120,0,1,0,0,0),(106897,27254,571,1,1,21773,0,2875.36,-18.7967,2.24924,0.488692,300,0,0,9940,3387,0,0,0,0),(106898,27254,571,1,1,21773,0,2837.51,-63.0193,5.08872,1.16937,300,0,0,9940,3387,0,0,0,0),(106899,27254,571,1,1,24468,0,2827.06,103.963,2.1148,2.11185,300,0,0,9940,3387,0,0,0,0),(106900,27254,571,1,1,21773,0,2842.53,184.96,3.20822,5.41052,300,0,0,9940,3387,0,0,0,0),(106901,27254,571,1,1,21773,0,2785.17,-0.203234,1.87966,5.8294,300,0,0,9940,3387,0,0,0,0),(106902,27254,571,1,1,24468,0,2889.34,-57.1091,5.72447,1.51844,300,0,0,9940,3387,0,0,0,0),(106903,27254,571,1,1,24467,0,2811.18,-34.7019,3.43217,0.069813,300,0,0,9940,3387,0,0,0,0),(88072,15963,531,1,1,0,0,-8953.3,1233.64,-99.718,5.3058,604800,0,0,1,0,0,0,0,0),(106908,27254,571,1,1,21773,0,2743.08,-35.619,6.35324,6.00393,300,0,0,9940,3387,0,0,0,0),(106909,27254,571,1,1,24468,0,2922.39,120.359,5.30343,0.610865,300,0,0,9940,3387,0,0,0,0),(106910,27254,571,1,1,24466,0,2903.23,149.243,2.54232,5.44543,300,0,0,9940,3387,0,0,0,0),(106911,27254,571,1,1,24466,0,2893.12,15.0152,1.55331,2.79253,300,0,0,9940,3387,0,0,0,0),(106912,27254,571,1,1,24467,0,2767.48,87.0446,4.14801,4.59022,300,0,0,9940,3387,0,0,0,0),(106913,27254,571,1,1,24468,0,2914.44,75.7164,3.48323,0.15708,300,0,0,9940,3387,0,0,0,0),(106914,27254,571,1,1,21773,0,2884.54,114.481,2.71506,3.76991,300,0,0,9940,3387,0,0,0,0),(106915,27254,571,1,1,21773,0,2757.19,129.285,5.29293,2.42601,300,0,0,9940,3387,0,0,0,0),(106916,27254,571,1,1,24466,0,2801.04,140.674,2.01263,3.82227,300,0,0,9940,3387,0,0,0,0),(106917,27254,571,1,1,24467,0,2873.83,51.7353,1.39816,0.453786,300,0,0,9940,3387,0,0,0,0),(106918,27254,571,1,1,21773,0,2852.21,145.984,2.60287,3.1765,300,0,0,9940,3387,0,0,0,0),(106919,23670,571,1,1,22063,1,1719.64,-4076.4,269.083,2.50863,300,0,0,7432,7332,0,0,0,0),(87829,15300,531,1,1,0,0,-8170.76,1613.13,-37.4205,3.92699,0,0,0,1,0,0,0,0,0),(48251,31851,571,1,1,0,0,5832.24,564.014,651.771,2.59649,300,0,0,1,0,0,0,0,0),(87828,15300,531,1,1,0,0,-8170.39,1639.53,-37.4894,1.88496,0,0,0,1,0,0,0,0,0),(87827,15300,531,1,1,0,0,-8167.6,1671.22,-34.5942,4.43314,0,5,0,1,0,1,0,0,0),(106925,28022,571,1,1,24999,0,5509.48,-2380.71,292.459,5.48826,300,0,0,10635,0,0,0,0,0),(48252,32335,571,1,1,0,0,5833.8,567.348,651.925,2.46091,300,0,0,1,0,0,0,0,0),(87826,15300,531,1,1,0,0,-8160.91,1643.19,-38.9902,1.8675,0,0,0,1,0,0,0,0,0),(87825,15300,531,1,1,0,0,-8156.43,1625.3,-41.4933,2.05949,0,5,0,1,0,1,0,0,0),(106930,28022,571,1,1,25527,0,5379.14,-2525.29,292.54,4.39143,300,0,0,10635,0,0,0,0,0),(106931,28022,571,1,1,25527,0,5511.62,-2520.55,292.54,5.87935,300,0,0,10635,0,0,0,0,0),(106932,28022,571,1,1,25528,0,5496.23,-2439.78,292.498,2.43188,300,0,0,10635,0,0,0,0,0),(48253,32206,571,1,1,0,0,5836.71,570.076,652.108,2.14675,300,0,0,1,0,0,0,0,0),(87824,15300,531,1,1,0,0,-8156.15,1656.47,-36.4829,4.69494,0,0,0,1,0,0,0,0,0),(87823,15300,531,1,1,0,0,-8155.77,1674.52,-36.2891,2.18122,0,5,0,1,0,1,0,0,0),(75962,16537,530,1,1,0,0,-4654.6,-13981.2,85.2454,0.550101,300,5,0,71,0,1,0,0,0),(87822,15300,531,1,1,0,0,-8154.28,1613.23,-40.652,4.60767,0,0,0,1,0,0,0,0,0),(87821,15300,531,1,1,0,0,-8151.95,1683.4,-35.0121,0.802851,0,5,0,1,0,1,0,0,0),(87820,15300,531,1,1,0,0,-8147.21,1655.39,-38.8159,5.51524,0,0,0,1,0,0,0,0,0),(87819,15300,531,1,1,0,0,-8146.43,1631.04,-44.1076,4.72984,0,5,0,1,0,1,0,0,0),(75963,16518,530,1,1,0,0,-4523.47,-14045.3,108.254,1.15354,300,0,0,86,0,2,0,0,0),(87818,15300,531,1,1,0,0,-8144.39,1680.06,-36.8307,1.36136,0,0,0,1,0,0,0,0,0),(87817,15300,531,1,1,0,0,-8141.31,1619.11,-44.396,1.02974,0,5,0,1,0,1,0,0,0),(87816,15300,531,1,1,0,0,-8140.33,1653.83,-40.9886,3.76991,0,0,0,1,0,0,0,0,0),(87815,15300,531,1,1,0,0,-8135.99,1614.04,-45.352,4.27046,0,5,0,1,0,1,0,0,0),(16399,12099,409,1,1,0,0,698.831,-507.815,-214.691,1.8326,7200,0,0,1,0,0,0,0,0),(106959,27255,571,1,1,24469,1,2827.62,-20.4965,0.54931,5.93146,300,0,0,82256,27728,0,0,0,0),(106960,32631,571,1,1,28119,1,5849.28,862.907,843.69,2.37365,300,0,0,8508,7981,2,0,0,0),(106961,26999,571,1,1,24289,0,2356.65,5258.93,7.87818,4.11898,300,0,0,7181,0,0,0,0,0),(200880,14881,631,15,1,0,0,-421.008,2147.03,46.7884,3.26429,86400,0,0,8,0,0,0,0,0),(106963,28791,571,1,1,25688,1,5462.97,-2639.05,306.634,2.77507,300,0,0,10635,0,0,0,0,0),(106964,29559,571,1,1,26334,0,244.251,-6123.23,-0.729095,5.87586,300,5,0,6986,0,1,0,0,0),(106965,24183,571,1,1,11686,0,1510.94,-5448.92,196.681,5.3058,300,5,0,4120,0,1,0,0,0),(106966,29559,571,1,1,26334,0,107.259,-6207.4,0.842359,3.13008,300,5,0,6986,0,1,0,0,0),(106967,29559,571,1,1,26334,0,110.134,-6211.31,0.053427,4.38631,300,5,0,6986,0,1,0,0,0),(106968,29559,571,1,1,26334,0,296.668,-6200,0.534133,5.02502,300,5,0,6986,0,1,0,0,0),(106969,29559,571,1,1,26334,0,279.96,-6235.46,0.794234,3.51432,300,5,0,6986,0,1,0,0,0),(106970,29559,571,1,1,26334,0,270.666,-6237.57,0.919234,3.95169,300,5,0,6986,0,1,0,0,0),(106971,29559,571,1,1,26334,0,257.327,-6236.5,0.894641,2.00179,300,5,0,6986,0,1,0,0,0),(106972,29559,571,1,1,26334,0,239.493,-6176.78,2.67874,4.97214,300,5,0,6986,0,1,0,0,0),(106973,29559,571,1,1,26334,0,242.879,-6231.45,0.64256,2.81904,300,5,0,6986,0,1,0,0,0),(106974,29559,571,1,1,26334,0,235.529,-6192.95,1.68252,4.61742,300,5,0,6986,0,1,0,0,0),(106975,29559,571,1,1,26334,0,232.533,-6212.54,0.609482,5.45121,300,5,0,6986,0,1,0,0,0),(106976,29559,571,1,1,26334,0,173.178,-6151.92,4.13999,5.67611,300,5,0,6986,0,1,0,0,0),(106977,29559,571,1,1,26334,0,169.249,-6147.57,2.76499,4.58459,300,5,0,6986,0,1,0,0,0),(106978,29559,571,1,1,26334,0,134.776,-6174.18,1.49816,4.66335,300,5,0,6986,0,1,0,0,0),(106979,29559,571,1,1,26334,0,127.264,-6174.92,2.52694,4.37912,300,5,0,6986,0,1,0,0,0),(106980,29559,571,1,1,26334,0,69.1601,-6118.73,1.63842,4.44522,300,5,0,6986,0,1,0,0,0),(106981,29559,571,1,1,26334,0,170.537,-6207.46,0.933896,5.06556,300,5,0,6986,0,1,0,0,0),(106982,29559,571,1,1,26334,0,188.205,-6205.41,1.4339,5.65398,300,5,0,6986,0,1,0,0,0),(106983,29559,571,1,1,26334,0,179.435,-6221.54,0.933896,2.79723,300,5,0,6986,0,1,0,0,0),(106984,29559,571,1,1,26334,0,171.392,-6177.39,2.65033,1.19011,300,5,0,6986,0,1,0,0,0),(106985,29559,571,1,1,26334,0,182.417,-6171.81,3.90033,0.328072,300,5,0,6986,0,1,0,0,0),(106986,29559,571,1,1,26334,0,165.919,-6213.31,0.603223,0.743762,300,5,0,6986,0,1,0,0,0),(106987,29559,571,1,1,26334,0,197.72,-6207.8,0.808896,1.4942,300,5,0,6986,0,1,0,0,0),(106988,29559,571,1,1,26334,0,176.549,-6168.2,3.90033,1.27598,300,5,0,6986,0,1,0,0,0),(106989,29559,571,1,1,26334,0,86.5992,-6128.68,2.26342,5.73347,300,5,0,6986,0,1,0,0,0),(106990,29559,571,1,1,26334,0,86.1837,-6114.38,1.34322,0.856335,300,5,0,6986,0,1,0,0,0),(106991,29559,571,1,1,26334,0,190.815,-6145.43,4.38371,5.49195,300,5,0,6986,0,1,0,0,0),(106992,29559,571,1,1,26334,0,186.423,-6222.77,0.537531,0.876273,300,5,0,6986,0,1,0,0,0),(106993,29559,571,1,1,26334,0,165.445,-6172.51,1.23644,4.66875,300,5,0,6986,0,1,0,0,0),(106994,29559,571,1,1,26334,0,186.845,-6209.51,1.29638,1.58271,300,5,0,6986,0,1,0,0,0),(106995,29559,571,1,1,26334,0,207.551,-6206.8,-0.068892,6.14929,300,5,0,6986,0,1,0,0,0),(106996,29559,571,1,1,26334,0,188.51,-6137.81,3.13999,4.55319,300,5,0,6986,0,1,0,0,0),(106997,29559,571,1,1,26334,0,106.25,-6081.25,0.732326,2.14083,300,5,0,6986,0,1,0,0,0),(106998,29559,571,1,1,26334,0,98.6772,-6074.71,1.46753,6.19724,300,5,0,6986,0,1,0,0,0),(106999,29559,571,1,1,26334,0,126.351,-6148.89,0.518196,6.05314,300,5,0,6986,0,1,0,0,0),(107000,29559,571,1,1,26334,0,86.4583,-6067.71,0.335402,5.81343,300,5,0,6986,0,1,0,0,0),(107001,29559,571,1,1,26334,0,116.848,-6076.79,1.10733,5.33877,300,5,0,6986,0,1,0,0,0),(107002,29559,571,1,1,26334,0,121.262,-6145.48,0.617811,5.00939,300,5,0,6986,0,1,0,0,0),(107003,29559,571,1,1,26334,0,80.7292,-6098.44,-0.039598,0.491148,300,5,0,6986,0,1,0,0,0),(107004,29559,571,1,1,26334,0,136.964,-6093.83,1.70486,4.23128,300,5,0,6986,0,1,0,0,0),(107005,29559,571,1,1,26334,0,37.976,-6046.81,1.27113,1.91555,300,5,0,6986,0,1,0,0,0),(107006,29559,571,1,1,26334,0,114.606,-6107,1.56054,4.82778,300,5,0,6986,0,1,0,0,0),(107007,29559,571,1,1,26334,0,67.1251,-6067.2,0.32219,2.30455,300,5,0,6986,0,1,0,0,0),(107008,29559,571,1,1,26334,0,124.229,-6106.57,2.5657,5.85144,300,5,0,6986,0,1,0,0,0),(107009,29559,571,1,1,26334,0,100.849,-6069.49,0.733419,4.39576,300,5,0,6986,0,1,0,0,0),(107010,29559,571,1,1,26334,0,21.323,-6034.2,2.5221,1.27107,300,5,0,6986,0,1,0,0,0),(107011,29559,571,1,1,26334,0,24.2145,-6051.3,1.39067,3.29698,300,5,0,6986,0,1,0,0,0),(107012,29559,571,1,1,26334,0,51.7469,-6070.58,2.57326,4.92963,300,5,0,6986,0,1,0,0,0),(107013,29559,571,1,1,26334,0,38.869,-6073.25,0.567808,3.80552,300,5,0,6986,0,1,0,0,0),(142707,24439,571,1,1,24780,0,2017.76,-3243,74.9517,3.24631,120,0,0,42,0,0,0,0,0),(142706,24439,571,1,1,24780,0,2047.71,-3236.2,62.8251,3.68265,120,0,0,42,0,0,0,0,0),(142705,24439,571,1,1,24780,0,2088.71,-3263.2,82.5032,0.279253,120,0,0,42,0,0,0,0,0),(107017,27511,571,1,1,24683,1,2707.04,-1811.94,4.8389,-1.3583,300,0,0,30846,0,0,0,0,0),(107018,27730,571,1,1,0,0,2492.47,-1839.66,11.7285,5.53269,120,0,0,1,0,0,0,0,0),(107019,27000,571,1,1,24297,0,2136.1,5255.88,19.5315,4.17134,300,0,0,7181,0,0,0,0,0),(107020,27768,571,1,1,0,0,3809.35,-694.076,223.975,2.09439,300,0,0,1,0,0,0,0,0),(107021,28024,571,1,1,23319,0,5590.8,4656.7,-135.185,3.42085,300,0,0,56895,0,0,0,0,0),(107022,28024,571,1,1,23319,0,5694.19,4539.62,-135.886,4.57276,300,0,0,56895,0,0,0,0,0),(107023,28024,571,1,1,23319,0,5623.06,4569.1,-137.401,1.64061,300,0,0,56895,0,0,0,0,0),(107024,24184,571,1,1,11686,0,1497.56,-5257.55,209.267,5.84685,300,5,0,4120,0,1,0,0,0),(107025,26488,571,1,1,23646,0,3902.94,1609.14,92.8839,3.92699,300,0,0,8982,0,0,0,0,0),(107027,26488,571,1,1,23646,0,3898.03,1614.73,93.4979,3.45575,300,0,0,8982,0,0,0,0,0),(107028,25464,571,1,1,23316,0,2294.03,6041.44,102.451,3.97076,300,5,0,6986,0,1,0,0,0),(107029,28024,571,1,1,23319,0,5672.08,4604.54,-137.505,5.16617,300,5,0,56895,0,1,0,0,0),(107030,28024,571,1,1,23319,0,5710.62,4623.32,-137.399,1.25664,300,0,0,56895,0,0,0,0,0),(107031,28024,571,1,1,23319,0,5671.8,4536.08,-135.889,4.86947,300,0,0,56895,0,0,0,0,0),(107032,28024,571,1,1,23319,0,5688.16,4629.18,-138.118,1.43117,300,0,0,56895,0,0,0,0,0),(247126,37868,631,10,1,0,0,4184.17,2504.24,364.9,5.51,604800,0,0,0,0,0,0,0,0),(107035,23672,571,1,1,25954,1,271.529,-5825.06,84.1563,0.15708,300,5,0,7984,0,1,0,0,0),(107036,25464,571,1,1,23316,0,2356.71,5991.79,106.15,6.26009,300,5,0,6986,0,1,0,0,0),(107037,24184,571,1,1,11686,0,1474.24,-5242.48,206.26,3.75246,300,5,0,4120,0,1,0,0,0),(107038,24184,571,1,1,11686,0,1500.76,-5238.46,206.715,1.01229,300,5,0,4120,0,1,0,0,0),(107039,23672,571,1,1,25954,1,75.8354,-5794.35,6.28595,2.79385,300,0,0,7984,0,0,0,0,0),(107040,25464,571,1,1,23316,0,2297.65,5938.3,103.403,4.9748,300,5,0,6986,0,1,0,0,0),(107041,24184,571,1,1,11686,0,1466.5,-5261.66,207.341,1.46608,300,5,0,4120,0,1,0,0,0),(107042,28792,571,1,1,25689,1,5381.78,-2627.1,304.037,0,300,0,0,10635,0,0,0,0,0),(107043,23672,571,1,1,25954,1,247.607,-5728.68,213.788,0.5884,300,0,0,7984,0,0,0,0,0),(107044,23672,571,1,1,25954,1,259.606,-5811.42,86.5498,1.18682,300,5,0,7984,0,1,0,0,0),(107045,23672,571,1,1,25954,1,253.427,-5761.12,144.83,2.26825,300,0,0,7984,0,0,0,0,0),(107046,23672,571,1,1,25954,1,200.047,-5722.93,112.523,2.89478,300,0,0,7984,0,0,0,0,0),(107047,23672,571,1,1,25954,1,185.416,-5727.03,108.017,4.71239,300,0,0,7984,0,0,0,0,0),(107048,23672,571,1,1,25954,1,183.609,-5722.3,135.093,1.15379,300,0,0,7984,0,0,0,0,0),(107049,28024,571,1,1,23319,0,5605.54,4590.58,-139.929,2.94961,300,0,0,56895,0,0,0,0,0),(107050,23672,571,1,1,25954,1,252.675,-5766.34,150.006,5.36836,300,0,0,7984,0,0,0,0,0),(107051,23672,571,1,1,25954,1,205.538,-5705.5,193.313,5.84934,300,0,0,7984,0,0,0,0,0),(107052,23672,571,1,1,25954,1,149.938,-5694.92,285.862,1.90241,300,0,0,7984,0,0,0,0,0),(107053,23672,571,1,1,25954,1,365.076,-5789.42,280.422,-1.035,300,0,0,7984,0,0,0,0,0),(107054,25464,571,1,1,23316,0,2512.91,5940.68,120.673,5.14183,300,5,0,6986,0,1,0,0,0),(107055,23672,571,1,1,25954,1,333.655,-5827.13,261.315,0.890118,300,0,0,7984,0,0,0,0,0),(107056,23672,571,1,1,25954,1,248.497,-5824.29,44.0498,0.226893,300,5,0,7984,0,1,0,0,0),(107057,23672,571,1,1,25954,1,150.754,-5708.77,189.912,2.32129,300,5,0,7984,0,1,0,0,0),(107058,23672,571,1,1,25954,1,235.732,-5694.87,284.097,1.44862,300,0,0,7984,0,0,0,0,0),(107059,23672,571,1,1,25954,1,284.62,-5705.4,280.804,1.58825,300,0,0,7984,0,0,0,0,0),(107060,23672,571,1,1,25954,1,256.011,-5728.88,228.317,0.366519,300,5,0,7984,0,1,0,0,0),(107061,23672,571,1,1,25954,1,276.389,-5734.58,260.131,1.16937,300,5,0,7984,0,1,0,0,0),(107062,23672,571,1,1,25954,1,223.282,-5700.29,242.167,1.81514,300,5,0,7984,0,1,0,0,0),(107063,23672,571,1,1,25954,1,254.852,-5722.02,251.084,1.6057,300,5,0,7984,0,1,0,0,0),(107064,25464,571,1,1,23316,0,2480.99,5921.09,106.866,3.65101,300,5,0,6986,0,1,0,0,0),(107065,25464,571,1,1,23316,0,2355.38,6024.12,97.2881,5.57795,300,5,0,6986,0,1,0,0,0),(107066,25464,571,1,1,23316,0,2348.6,5948.53,95.5463,3.20641,300,5,0,6986,0,1,0,0,0),(107067,25464,571,1,1,23316,0,2311.38,5981.86,99.9125,0.799386,300,0,0,6986,0,0,0,0,0),(107068,23672,571,1,1,25954,1,265.012,-5754.87,191.551,1.32645,300,0,0,7984,0,0,0,0,0),(107069,23672,571,1,1,25954,1,316.005,-5727.81,286.65,0.558505,300,0,0,7984,0,0,0,0,0),(107070,23672,571,1,1,25954,1,323.745,-5803.44,264.505,0.087266,300,0,0,7984,0,0,0,0,0),(107071,23672,571,1,1,25954,1,275.729,-5755.07,222.089,0.680678,300,0,0,7984,0,0,0,0,0),(107072,23672,571,1,1,25954,1,299.787,-5713.65,278.208,0.139626,300,0,0,7984,0,0,0,0,0),(107073,23672,571,1,1,25954,1,130.382,-5748,40.0901,0.464549,300,0,0,7984,0,0,0,0,0),(107074,23672,571,1,1,25954,1,83.7619,-5761,21.4517,1.90241,300,0,0,7984,0,0,0,0,0),(107075,23672,571,1,1,25954,1,166.423,-5709.38,190.62,1.62316,300,0,0,7984,0,0,0,0,0),(107076,23672,571,1,1,25954,1,240.184,-5793.63,35.6498,5.60251,300,0,0,7984,0,0,0,0,0),(107077,23672,571,1,1,25954,1,221.6,-5725.6,153.277,1.13446,300,0,0,7984,0,0,0,0,0),(107078,23672,571,1,1,25954,1,167.127,-5696.53,285.78,0.334589,300,0,0,7984,0,0,0,0,0),(107079,23672,571,1,1,25954,1,240.338,-5717.68,200.873,0.191986,300,0,0,7984,0,0,0,0,0),(107080,23672,571,1,1,25954,1,335.744,-5849.9,260.987,0.017453,300,0,0,7984,0,0,0,0,0),(107081,23672,571,1,1,25954,1,307.87,-5814.06,198.877,0.139626,300,0,0,7984,0,0,0,0,0),(107082,24440,571,1,1,17311,0,2013.28,-3292.14,54.5459,3.58506,300,5,0,9291,3231,1,0,0,0),(107083,24440,571,1,1,17311,0,1997.74,-3296.02,101.494,3.86284,300,5,0,9291,3231,1,0,0,0),(107084,24440,571,1,1,17311,0,2019.52,-3284.72,99.2234,4.61104,300,5,0,9291,3231,1,0,0,0),(107085,24440,571,1,1,17311,0,2023.85,-3301.86,112.035,2.82116,300,5,0,9291,3231,1,0,0,0),(107086,24440,571,1,1,17311,0,1986,-3318.91,113.567,0.475983,300,5,0,9291,3231,1,0,0,0),(107087,24440,571,1,1,17311,0,1991.63,-3299.45,107.244,2.5425,300,5,0,9291,3231,1,0,0,0),(107088,24440,571,1,1,17311,0,1928.03,-3260.24,139.896,4.04151,300,5,0,9291,3231,1,0,0,0),(107089,24440,571,1,1,17311,0,2013.23,-3316.61,139.722,4.43203,300,5,0,9291,3231,1,0,0,0),(107090,24440,571,1,1,17311,0,2012.19,-3276.86,86.5839,3.64513,300,5,0,9291,3231,1,0,0,0),(107092,24440,571,1,1,17311,0,2041.76,-3318.42,137.547,5.1188,300,5,0,9291,3231,1,0,0,0),(107093,24440,571,1,1,17311,0,1998.59,-3276.92,92.3449,1.42296,300,5,0,9291,3231,1,0,0,0),(107094,24440,571,1,1,17311,0,2044.91,-3337.6,128.818,2.43472,300,5,0,9291,3231,1,0,0,0),(107095,24440,571,1,1,17311,0,2057.7,-3220.86,76.3049,3.94831,300,5,0,9291,3231,1,0,0,0),(107096,24440,571,1,1,17311,0,2016.22,-3300.91,136.178,4.51092,300,5,0,9291,3231,1,0,0,0),(107097,24440,571,1,1,17311,0,2020.52,-3310.04,139.722,0.105244,300,5,0,9291,3231,1,0,0,0),(107098,24440,571,1,1,17311,0,2058,-3323.75,137.547,2.30255,300,5,0,9291,3231,1,0,0,0),(107099,24440,571,1,1,17311,0,2009.01,-3264.66,128.818,4.60665,300,5,0,9291,3231,1,0,0,0),(107100,24440,571,1,1,17311,0,2008.68,-3268.24,128.818,4.63304,300,5,0,9291,3231,1,0,0,0),(107101,24440,571,1,1,17311,0,2061,-3313.24,125.563,2.57981,300,5,0,9291,3231,1,0,0,0),(107102,24440,571,1,1,17311,0,2069.84,-3233.68,139.911,0.88681,300,5,0,9291,3231,1,0,0,0),(107103,26488,571,1,1,23646,0,3844.54,-4333.63,197.17,5.2451,300,5,0,8982,0,1,0,0,0),(107104,26488,571,1,1,23646,0,3838.33,-4323.11,197.805,5.2473,300,5,0,8982,0,1,0,0,0),(107105,25464,571,1,1,23316,0,2544.93,5592.54,40.3894,0.537087,300,5,0,6986,0,1,0,0,0),(107106,25464,571,1,1,23316,0,2556.86,5562.01,54.8012,0.321795,300,5,0,6986,0,1,0,0,0),(107107,25464,571,1,1,23316,0,2485.83,5608.29,54.9036,1.48337,300,5,0,6986,0,1,0,0,0),(107108,25464,571,1,1,23316,0,2512.03,5626.31,47.7227,5.62609,300,0,0,6986,0,0,0,0,0),(107109,25464,571,1,1,23316,0,2373.51,5532.5,26.6205,0.184228,300,5,0,6986,0,1,0,0,0),(107110,25464,571,1,1,23316,0,2442.68,5608.7,45.6029,4.32173,300,5,0,6986,0,1,0,0,0),(107111,24440,571,1,1,17311,0,1907.72,-3290.73,189.068,-2.55015,300,5,0,9291,3231,1,0,0,0),(107112,25464,571,1,1,23316,0,2481.39,5980.89,101.873,5.17541,300,5,0,6986,0,1,0,0,0),(107113,25464,571,1,1,23316,0,2447.22,6002.32,97.6353,0.754769,300,5,0,6986,0,1,0,0,0),(107114,25464,571,1,1,23316,0,2490.59,5983.72,109.031,6.2514,300,5,0,6986,0,1,0,0,0),(107115,25464,571,1,1,23316,0,2475.55,6055.9,90.1574,1.85761,300,5,0,6986,0,1,0,0,0),(107116,25464,571,1,1,23316,0,2483.31,6084.91,87.4996,0.082685,300,5,0,6986,0,1,0,0,0),(107117,25464,571,1,1,23316,0,2427.4,6061.69,91.6245,2.54942,300,5,0,6986,0,1,0,0,0),(107118,25464,571,1,1,23316,0,2491.24,5554.17,39.0045,3.39779,300,5,0,6986,0,1,0,0,0),(107121,25465,571,1,1,23214,0,2418.64,6456.1,54.5562,5.84679,300,0,0,6693600,0,2,0,0,0),(107122,28025,571,1,1,25016,0,5679.77,4564.82,-134.156,1.48353,300,0,0,45515,8313,0,0,0,0),(107123,28025,571,1,1,25016,0,5646.01,4597.89,-136.966,3.59538,300,0,0,45515,8313,0,0,0,0),(107124,28025,571,1,1,25016,0,5626.18,4573.35,-137.616,3.5179,300,5,0,45515,8313,1,0,0,0),(143169,23929,571,1,1,0,0,1786.48,-6348.83,-15.2513,5.5867,120,5,0,1,0,1,0,0,0),(143168,23929,571,1,1,0,0,1720.83,-6354.17,-23.7564,3.14898,120,5,0,1,0,1,0,0,0),(143167,23929,571,1,1,0,0,1815.15,-6316.67,-13.0728,4.24623,120,5,0,1,0,1,0,0,0),(107128,29049,571,1,1,25882,1,5859.81,645.384,647.514,3.1765,300,0,0,8508,7981,0,0,0,0),(107129,27001,571,1,1,24287,0,2117.3,5261.07,19.5305,4.81711,300,0,0,7181,0,0,0,0,0),(107130,28025,571,1,1,25016,0,5709.96,4562.79,-101.573,5.02655,300,5,0,45515,8313,1,0,0,0),(200878,37012,631,15,1,0,1,-201.816,2198.16,35.2336,0.212435,86400,0,0,315000,0,0,0,0,0),(143166,23929,571,1,1,0,0,1751.38,-6316.02,-10.6918,3.97021,120,5,0,1,0,1,0,0,0),(143165,23929,571,1,1,0,0,1776.06,-6286.88,-8.2746,2.98275,120,5,0,1,0,1,0,0,0),(107134,24185,571,1,1,11686,0,1508.51,-5386.12,190.993,2.18166,300,5,0,4120,0,1,0,0,0),(143164,23929,571,1,1,0,0,1812.82,-6244.17,1.26266,2.48745,120,5,0,1,0,1,0,0,0),(143163,23929,571,1,1,0,0,2031.48,-6194.68,-3.0017,3.62125,120,5,0,1,0,1,0,0,0),(143162,23929,571,1,1,0,0,2074.68,-6119.5,5.27722,0.47133,120,5,0,1,0,1,0,0,0),(143161,23929,571,1,1,0,0,2013.99,-6254.52,-21.0002,1.11239,120,5,0,1,0,1,0,0,0),(143160,23929,571,1,1,0,0,2119.83,-6118.03,4.80304,4.13213,120,5,0,1,0,1,0,0,0),(143159,23929,571,1,1,0,0,2087.86,-6250.41,-10.2408,1.35658,120,5,0,1,0,1,0,0,0),(107141,23673,571,1,1,25754,1,376.887,-5831.66,299.932,0.191986,300,0,0,7984,0,0,0,0,0),(107142,23673,571,1,1,25754,1,384.882,-5874.85,300.096,0.925025,300,5,0,7984,0,1,0,0,0),(107143,23673,571,1,1,25754,1,388.142,-5892.83,304.785,6.00393,300,0,0,7984,0,0,0,0,0),(107144,23673,571,1,1,25754,1,363.111,-5866.71,291.295,0.05236,300,5,0,7984,0,1,0,0,0),(107145,23673,571,1,1,25754,1,366.802,-5844.99,296.364,0.139626,300,0,0,7984,0,0,0,0,0),(107146,23673,571,1,1,25754,1,175.413,-5650.51,369.459,1.32645,300,0,0,7984,0,0,0,0,0),(107147,23673,571,1,1,25754,1,186.363,-5647.06,363.469,1.22173,300,0,0,7984,0,0,0,0,0),(107148,23673,571,1,1,25754,1,389.758,-5695.77,301.245,0.4538,300,0,0,7984,0,0,0,0,0),(107149,23673,571,1,1,25754,1,383.986,-5772.68,297.754,0.10472,300,0,0,7984,0,0,0,0,0),(107150,23673,571,1,1,25754,1,346.461,-5722.59,327.437,2.36706,300,0,0,7984,0,0,0,0,0),(107151,23673,571,1,1,25754,1,160.668,-5653.93,379.975,1.25664,300,0,0,7984,0,0,0,0,0),(107152,23673,571,1,1,25754,1,210.319,-5647.8,358.472,1.13446,300,0,0,7984,0,0,0,0,0),(107153,23673,571,1,1,25754,1,330.002,-5705.26,323.745,0.767945,300,0,0,7984,0,0,0,0,0),(107154,23673,571,1,1,25754,1,392.155,-5758.44,309.259,0.750492,300,0,0,7984,0,0,0,0,0),(107155,23673,571,1,1,25754,1,393.561,-5693.18,299.941,-2.11837,300,0,0,7984,0,0,0,0,0),(143158,23929,571,1,1,0,0,2122.89,-6158.37,0.62808,0.982948,120,5,0,1,0,1,0,0,0),(107157,23673,571,1,1,25754,1,249.995,-5649.98,338.48,0.855211,300,0,0,7984,0,0,0,0,0),(107158,23673,571,1,1,25754,1,268.378,-5639.05,328.641,1.06465,300,0,0,7984,0,0,0,0,0),(107159,23673,571,1,1,25754,1,229.734,-5650.26,349.088,1.51844,300,0,0,7984,0,0,0,0,0),(107160,23673,571,1,1,25754,1,323.402,-5705.76,322.322,-0.635682,300,0,0,7984,0,0,0,0,0),(107161,23673,571,1,1,25754,1,300.776,-5681.79,321.668,0.663225,300,0,0,7984,0,0,0,0,0),(107162,23673,571,1,1,25754,1,298.46,-5664.9,316.619,0.10472,300,0,0,7984,0,0,0,0,0),(107163,23673,571,1,1,25754,1,365.659,-5789.05,280.583,-1.2545,300,0,0,7984,0,0,0,0,0),(107165,23673,571,1,1,25754,1,386.335,-5812.26,305.816,0.349066,300,0,0,7984,0,0,0,0,0),(107166,23673,571,1,1,25754,1,367.618,-5744.22,320.675,0.558505,300,0,0,7984,0,0,0,0,0),(143157,23929,571,1,1,0,0,2115,-6212.78,-4.30846,3.27798,120,5,0,1,0,1,0,0,0),(107169,28793,571,1,1,25692,0,5969.27,-2135.94,248.309,4.10124,300,5,0,55005,0,1,0,0,0),(107170,23930,571,1,1,9021,0,1863.62,-6182.88,24.6168,2.58309,300,0,0,3529,0,0,0,0,0),(107171,23930,571,1,1,9021,0,1860.58,-6186.25,24.8213,2.19912,300,0,0,3529,0,0,0,0,0),(107172,23930,571,1,1,9021,0,1876.47,-6187.49,24.5278,0.855211,300,0,0,3529,0,0,0,0,0),(107173,23674,571,1,1,25953,1,1139.35,-6163.24,266.229,3.01942,300,5,0,6387,7031,1,0,0,0),(107174,23674,571,1,1,25953,1,1124.23,-6172.26,259.891,4.04916,300,0,0,6387,7031,2,0,0,0),(107175,23930,571,1,1,9021,0,1871.32,-6183.55,24.5151,0.907571,300,0,0,3529,0,0,0,0,0),(107176,23674,571,1,1,25953,1,1225.5,-6215.45,267.448,1.32645,300,0,0,6387,7031,0,0,0,0),(107177,23674,571,1,1,25953,1,1214.15,-6206.95,256.98,4.57276,300,0,0,6387,7031,0,0,0,0),(107178,23674,571,1,1,25953,1,1224.61,-6211.31,259.889,1.36136,300,0,0,6387,7031,0,0,0,0),(107179,23674,571,1,1,25953,1,1199.29,-6200.49,254.716,1.5708,300,0,0,6387,7031,0,0,0,0),(107180,28794,571,1,1,25690,1,5376.96,-2610.31,304.079,0.017453,300,0,0,10635,0,0,0,0,0),(107181,23674,571,1,1,25953,1,1239.35,-6100.13,251.827,3.24751,300,0,0,6387,7031,0,0,0,0),(107182,23674,571,1,1,25953,1,1275.23,-6142.06,244.48,3.05433,300,0,0,6387,7031,2,0,0,0),(107183,23674,571,1,1,25953,1,1227.7,-6200.72,231.965,0.366519,300,0,0,6387,7031,0,0,0,0),(107184,23674,571,1,1,25953,1,1250.14,-6103.91,239.422,4.74729,300,0,0,6387,7031,0,0,0,0),(107185,23674,571,1,1,25953,1,1265.24,-6227.01,264.796,4.22427,300,0,0,6387,7031,2,0,0,0),(107186,23674,571,1,1,25953,1,1179,-6148.84,221.728,3.02253,300,0,0,6387,7031,2,0,0,0),(107187,23674,571,1,1,25953,1,1278.52,-6178.97,255.776,4.76452,300,5,0,6387,7031,1,0,0,0),(107188,23674,571,1,1,25953,1,1220.95,-6219.1,267.326,1.28176,300,5,0,6387,7031,1,0,0,0),(107189,23674,571,1,1,25953,1,1127.02,-6108.87,257.271,2.26404,300,5,0,6387,7031,1,0,0,0),(107190,23674,571,1,1,25953,1,1170.14,-6168.51,231.771,4.76276,300,0,0,6387,7031,0,0,0,0),(107191,23674,571,1,1,25953,1,1222.87,-6083.04,252.214,3.45892,300,0,0,6387,7031,2,0,0,0),(107192,23674,571,1,1,25953,1,1246.43,-6064.71,268.546,1.27659,300,5,0,6387,7031,1,0,0,0),(54710,28029,571,1,1,0,1,5386.06,-2421.43,292.502,1.53589,300,0,0,1,1,0,0,0,0),(54709,28029,571,1,1,0,1,5384.55,-2402.98,292.502,0.872665,300,0,0,1,1,0,0,0,0),(54708,28029,571,1,1,0,1,5445.44,-2513.32,292.502,1.64061,300,0,0,1,1,0,0,0,0),(54707,28029,571,1,1,0,1,5451.55,-2516.31,292.445,0.15708,300,0,0,1,1,0,0,0,0),(54706,28029,571,1,1,0,1,5442.81,-2554.32,297.783,1.55482,300,0,0,1,1,0,0,0,0),(107198,890,571,1,1,654,0,2900.61,-1984.43,49.0495,2.98223,300,0,0,8,0,0,0,0,0),(107199,890,571,1,1,654,0,2893.37,-1985.32,47.238,0.655815,300,0,0,8,0,0,0,0,0),(107204,25333,571,1,1,0,0,2433.47,6550.7,41.2002,4.64258,120,0,0,1,0,0,0,0,0),(117768,25333,571,1,1,0,0,2415.54,6566.57,42.2977,4.72984,120,0,0,1,0,0,0,0,0),(107467,25333,571,1,1,0,0,2450.97,6566.67,40.9138,4.67748,120,0,0,1,0,0,0,0,0),(207205,39623,0,1,1,0,0,-4815.47,-1303.94,501.951,3.54302,5,0,0,1,0,0,0,0,0),(107456,25333,571,1,1,0,0,2449.61,6533.34,41.5307,4.38078,120,0,0,1,0,0,0,0,0),(107206,29562,571,1,1,8842,0,7177.51,-2128.08,763.093,1.43124,300,0,0,12600,0,0,0,0,0),(107205,29562,571,1,1,8842,0,7236.57,-2119.71,777.279,2.94356,300,0,0,12600,0,0,0,0,0),(107207,25211,571,1,1,386,1,4392.23,6148.01,0.606052,5.11381,300,0,0,9182,0,0,0,0,0),(107208,28027,571,1,1,23319,1,5650.8,4551.02,-134.77,1.18682,300,0,0,117700,3809,0,0,0,0),(107209,23675,571,1,1,25748,1,184.213,-5705.6,193.165,3.23403,300,0,0,7984,3080,0,0,0,0),(107210,23675,571,1,1,25748,1,220.319,-5829.6,28.8043,1.65806,300,5,0,7984,3080,1,0,0,0),(107211,23675,571,1,1,25748,1,250.148,-5812.31,74.7891,5.04753,300,0,0,7984,3080,0,0,0,0),(107212,23675,571,1,1,25748,1,185.904,-5792.14,85.9201,4.18879,300,0,0,7984,3080,0,0,0,0),(107213,23675,571,1,1,25748,1,144.666,-5762.95,-220.04,2.44461,300,5,0,7984,3080,1,0,0,0),(107214,25467,571,1,1,27195,0,2410.28,5838.88,137.617,1.23981,300,5,0,6986,0,1,0,0,0),(107215,23675,571,1,1,25748,1,244.332,-5805.68,70.7229,-1.54687,300,0,0,7984,3080,0,0,0,0),(107216,23675,571,1,1,25748,1,247.286,-5721.33,209.788,2.60031,300,0,0,7984,3080,0,0,0,0),(107217,23675,571,1,1,25748,1,201.802,-5678.36,293.934,4.36332,300,0,0,7984,3080,0,0,0,0),(107218,23675,571,1,1,25748,1,203.215,-5785.27,46.0955,0.575959,300,0,0,7984,3080,0,0,0,0),(107219,23675,571,1,1,25748,1,221.577,-5791.94,64.3768,2.7675,300,0,0,7984,3080,0,0,0,0),(107220,25467,571,1,1,27195,0,2262.5,6079.17,104.259,4.46157,300,5,0,6986,0,1,0,0,0),(107221,23675,571,1,1,25748,1,154.582,-5712.86,285.281,4.2586,300,0,0,7984,3080,0,0,0,0),(107222,25467,571,1,1,27195,0,2273.69,6057.41,104.326,5.81737,300,5,0,6986,0,1,0,0,0),(107223,23675,571,1,1,25748,1,302.266,-5778.74,83.8561,3.76991,300,5,0,7984,3080,1,0,0,0),(107224,25467,571,1,1,27195,0,2279.89,5928.2,103.827,5.28222,300,5,0,6986,0,1,0,0,0),(107225,23675,571,1,1,25748,1,123.146,-5724.59,282.936,3.08159,300,0,0,7984,3080,0,0,0,0),(107226,23675,571,1,1,25748,1,284.375,-5739.64,249.51,4.71239,300,0,0,7984,3080,0,0,0,0),(107227,23675,571,1,1,25748,1,251.9,-5774.86,178.389,3.92699,300,0,0,7984,3080,0,0,0,0),(107228,23675,571,1,1,25748,1,188.999,-5709.81,286.628,4.45059,300,0,0,7984,3080,0,0,0,0),(107229,23675,571,1,1,25748,1,295.38,-5797.13,204.485,3.1765,300,0,0,7984,3080,0,0,0,0),(107230,23675,571,1,1,25748,1,210.393,-5712.68,242.25,3.94444,300,0,0,7984,3080,0,0,0,0),(107231,23675,571,1,1,25748,1,265.705,-5741.8,260.215,3.66519,300,0,0,7984,3080,0,0,0,0),(107232,25467,571,1,1,27195,0,2415.06,6051.8,91.7495,4.98862,300,5,0,6986,0,1,0,0,0),(107233,25467,571,1,1,27195,0,2318.56,5912.7,99.0598,3.37022,300,5,0,6986,0,1,0,0,0),(107234,25467,571,1,1,27195,0,2282.18,5965.79,103.421,5.29476,300,5,0,6986,0,1,0,0,0),(107235,25467,571,1,1,27195,0,2376.42,6110.39,84.8507,2.63665,300,5,0,6986,0,1,0,0,0),(107236,25467,571,1,1,27195,0,2305.52,6012,100.227,4.86466,300,5,0,6986,0,1,0,0,0),(107237,25467,571,1,1,27195,0,2387.97,5986.73,94.0163,3.76746,300,5,0,6986,0,1,0,0,0),(107238,25467,571,1,1,27195,0,2453.51,5942.63,101.472,6.27523,300,5,0,6986,0,1,0,0,0),(107239,27003,571,1,1,24855,0,3717.16,-453.417,161.311,4.68302,300,0,0,102820,13864,0,0,0,0),(107240,25467,571,1,1,27195,0,2479.4,5879.11,118.413,1.01259,300,5,0,6986,0,1,0,0,0),(107241,23675,571,1,1,25748,1,327.788,-5742.37,286.183,2.30383,300,0,0,7984,3080,0,0,0,0),(107242,25467,571,1,1,27195,0,2525.3,5928.96,107.594,0.052002,300,5,0,6986,0,1,0,0,0),(107243,23675,571,1,1,25748,1,127.71,-5761.34,38.4451,-1.9586,300,0,0,7984,3080,0,0,0,0),(107244,23675,571,1,1,25748,1,87.1182,-5801.4,6.54625,2.62856,300,0,0,7984,3080,0,0,0,0),(107245,23675,571,1,1,25748,1,342.142,-5878.88,267.276,-1.96586,300,0,0,7984,3080,0,0,0,0),(107246,25467,571,1,1,27195,0,2663.35,5467.26,54.6763,2.62755,300,5,0,6986,0,1,0,0,0),(107247,25467,571,1,1,27195,0,2338.07,5980.37,96.4643,3.60655,300,5,0,6986,0,1,0,0,0),(107248,26235,571,1,1,23694,1,4562.08,-4189.98,173.567,2.3911,300,0,0,9291,3231,0,0,0,0),(107250,25467,571,1,1,27195,0,2688.23,5479.66,56.2507,3.17103,300,5,0,6986,0,1,0,0,0),(107251,27259,571,1,1,25944,1,2945.36,-2708.21,94.4652,3.03687,300,0,0,7952,7654,0,0,0,0),(107252,27259,571,1,1,25945,1,2765.47,-2793.08,99.1925,1.88496,300,0,0,7952,7654,0,0,0,0),(107253,25467,571,1,1,27195,0,2541.58,5904.89,112.666,5.37433,300,5,0,6986,0,1,0,0,0),(107254,27259,571,1,1,25944,1,2689.35,-2820.76,75.8684,5.88748,300,5,0,7952,7654,1,0,0,0),(107255,25979,571,1,1,23490,1,3315.74,5606.96,52.1818,5.88264,300,0,0,8982,0,0,0,0,0),(107256,27259,571,1,1,25945,1,2908.05,-2616.85,84.7385,3.45575,300,0,0,7952,7654,0,0,0,0),(107257,25979,571,1,1,23490,1,3317.78,5592.11,53.5116,2.00713,300,0,0,8982,0,0,0,0,0),(107258,25467,571,1,1,27195,0,2492.16,5979.88,102.314,1.5968,300,5,0,6986,0,1,0,0,0),(107259,25979,571,1,1,23492,1,3324.23,5710.78,61.0955,2.82743,300,0,0,8982,0,0,0,0,0),(107260,25979,571,1,1,23490,1,3317.42,5657.76,53.4732,3.49066,300,0,0,8982,0,0,0,0,0),(107261,27259,571,1,1,25945,1,2731.38,-2797.77,78.7536,1.08393,300,5,0,7952,7654,1,0,0,0),(107262,27259,571,1,1,25945,1,2979.45,-2645.78,97.1994,1.65806,300,0,0,7952,7654,0,0,0,0),(107263,27259,571,1,1,25944,1,2905.05,-2636.84,84.7385,2.63545,300,0,0,7952,7654,0,0,0,0),(107264,27259,571,1,1,25945,1,2929.75,-2702.46,96.3027,1.41372,300,0,0,7952,7654,0,0,0,0),(107265,27259,571,1,1,25945,1,2886.87,-2711.3,84.763,0.977384,300,0,0,7952,7654,0,0,0,0),(107266,25467,571,1,1,27195,0,2543.69,5625.33,43.1256,2.29269,300,5,0,6986,0,1,0,0,0),(107267,27259,571,1,1,25945,1,2843.5,-2744.96,84.7621,5.39307,300,0,0,7952,7654,0,0,0,0),(107268,27259,571,1,1,25944,1,2757.22,-2697.17,84.7385,2.05949,300,0,0,7952,7654,0,0,0,0),(107269,27259,571,1,1,25944,1,2747.93,-2725.5,88.0451,5.64855,300,5,0,7952,7654,1,0,0,0),(107270,25467,571,1,1,27195,0,2508.22,5778.13,140.879,2.75492,300,5,0,6986,0,1,0,0,0),(107271,27259,571,1,1,25944,1,2982.93,-2545.39,88.3743,2.18166,300,0,0,7952,7654,0,0,0,0),(107272,27259,571,1,1,25944,1,2826.92,-2673.03,84.7385,3.19395,300,0,0,7952,7654,0,0,0,0),(107273,27259,571,1,1,25945,1,2872.09,-2630.97,84.7385,0.191986,300,0,0,7952,7654,0,0,0,0),(107274,27259,571,1,1,25944,1,2805.93,-2671.32,87.0472,1.76278,300,0,0,7952,7654,0,0,0,0),(107275,25467,571,1,1,27195,0,2586.58,5552.83,35.9187,5.16913,300,5,0,6986,0,1,0,0,0),(107276,25467,571,1,1,27195,0,2524.24,5804.58,142.688,2.99959,300,5,0,6986,0,1,0,0,0),(107277,25467,571,1,1,27195,0,2560.56,5818.83,142.346,1.82133,300,5,0,6986,0,1,0,0,0),(107278,27259,571,1,1,25945,1,2874.59,-2611.92,84.7385,5.84685,300,0,0,7952,7654,0,0,0,0),(107279,27259,571,1,1,25944,1,2937.17,-2587.75,84.7732,4.17469,300,5,0,7952,7654,1,0,0,0),(107280,25467,571,1,1,27195,0,2492.25,5762.92,139.984,2.83714,300,5,0,6986,0,1,0,0,0),(107281,27259,571,1,1,25945,1,2892.95,-2604.54,84.7385,4.46804,300,0,0,7952,7654,0,0,0,0),(107282,25467,571,1,1,27195,0,2462.85,5786.96,136.756,0.632382,300,5,0,6986,0,1,0,0,0),(107283,25467,571,1,1,27195,0,2472.61,5640.78,50.6987,4.81735,300,5,0,6986,0,1,0,0,0),(107284,27259,571,1,1,25945,1,2953.04,-2527.08,89.73,4.85249,300,5,0,7952,7654,1,0,0,0),(107285,25467,571,1,1,27195,0,2523.31,5620.74,46.5407,6.09862,300,5,0,6986,0,1,0,0,0),(107286,25467,571,1,1,27195,0,2420.85,5614.3,44.9838,0.936381,300,5,0,6986,0,1,0,0,0),(107287,25467,571,1,1,27195,0,2293.44,6038.67,102.552,3.56096,300,5,0,6986,0,1,0,0,0),(107288,27259,571,1,1,25945,1,2796.66,-2754.17,89.3124,4.53786,300,0,0,7952,7654,0,0,0,0),(107289,27259,571,1,1,25945,1,2875.91,-2759.75,87.5873,1.29154,300,0,0,7952,7654,0,0,0,0),(107290,25467,571,1,1,27195,0,2416.48,5523.44,30.1054,5.22366,300,5,0,6986,0,1,0,0,0),(107291,25467,571,1,1,27195,0,2454.79,5671.14,54.408,1.69441,300,5,0,6986,0,1,0,0,0),(107292,25467,571,1,1,27195,0,2447.93,5987.24,97.4017,3.03891,300,5,0,6986,0,1,0,0,0),(107293,25467,571,1,1,27195,0,2455.19,6084.13,86.3471,1.43954,300,5,0,6986,0,1,0,0,0),(107294,25979,571,1,1,23490,1,3173.63,5758.37,50.8677,4.53786,300,0,0,8982,0,0,0,0,0),(107295,25979,571,1,1,23493,1,3195.11,5766.53,51.067,3.7001,300,5,0,8982,0,1,0,0,0),(107296,25979,571,1,1,23493,1,3166.85,5732.3,50.7587,3.23941,300,5,0,8982,0,1,0,0,0),(107297,25979,571,1,1,23491,1,3271.98,5692.47,53.7287,0.040886,300,5,0,8982,0,1,0,0,0),(107298,25467,571,1,1,27195,0,2553.55,5504.69,33.7045,0.386798,300,5,0,6986,0,1,0,0,0),(107299,25979,571,1,1,23490,1,3319.95,5701.67,60.7571,6.14356,300,0,0,8982,0,0,0,0,0),(107300,25979,571,1,1,23492,1,3289.21,5620.37,51.0953,0.753598,300,0,0,8982,0,2,0,0,0),(107301,25468,571,1,1,27170,0,2345.04,5858.52,136.017,0.10472,300,0,0,6986,0,0,0,0,0),(107302,24188,571,1,1,22182,0,2122.77,-2966.33,148.751,5.44543,300,0,0,8982,0,0,0,0,0),(107303,29564,571,1,1,26342,0,6231.79,-1208.15,448.371,5.88176,300,0,0,12600,0,0,0,0,0),(107304,23676,571,1,1,26213,1,1135.38,-6153.93,260.074,2.07694,300,5,0,7984,0,1,0,0,0),(107305,25468,571,1,1,27170,0,2467.7,5841.33,139.359,5.89921,300,0,0,6986,0,0,0,0,0),(107306,23676,571,1,1,26213,1,1155.73,-6198.04,242.15,3.85718,300,0,0,7984,0,2,0,0,0),(107307,25468,571,1,1,27170,0,2484.65,5840.98,141.515,3.22886,300,0,0,6986,0,0,0,0,0),(107308,28796,571,1,1,25694,1,5410.7,-2658.25,303.954,0.058184,300,0,0,8982,0,0,0,0,0),(107309,25468,571,1,1,27170,0,2284.25,5893.3,103.13,2.48923,300,5,0,6986,0,1,0,0,0),(107310,25468,571,1,1,27170,0,2529.66,5827.76,141.471,2.26893,300,0,0,6986,0,0,0,0,0),(107311,23676,571,1,1,26213,1,1131.75,-6169.69,259.636,3.49066,300,5,0,7984,0,1,0,0,0),(107312,25468,571,1,1,27170,0,2447.49,5868.25,117.981,4.57276,300,0,0,6986,0,0,0,0,0),(107313,25468,571,1,1,27170,0,2396.45,5862.94,133.252,2.6529,300,0,0,6986,0,0,0,0,0),(107314,25468,571,1,1,27170,0,2351.25,5859.1,135.988,3.24631,300,0,0,6986,0,0,0,0,0),(107315,25468,571,1,1,27170,0,2390.88,5822.89,136.711,3.10669,300,0,0,6986,0,0,0,0,0),(107316,25468,571,1,1,27170,0,2377.96,5867.96,131.303,0.191986,300,0,0,6986,0,0,0,0,0),(107317,23676,571,1,1,26213,1,1271.29,-6189.49,259.042,0.226893,300,0,0,7984,0,0,0,0,0),(107318,23676,571,1,1,26213,1,1283.63,-6202.15,263.338,0.541052,300,0,0,7984,0,0,0,0,0),(107319,23676,571,1,1,26213,1,1229.35,-6236.6,261.959,4.79965,300,0,0,7984,0,0,0,0,0),(107320,23676,571,1,1,26213,1,1211.36,-6232.31,259.696,4.67748,300,0,0,7984,0,0,0,0,0),(107321,25468,571,1,1,27170,0,2365.63,6038.61,93.8873,1.01229,300,0,0,6986,0,0,0,0,0),(107322,25468,571,1,1,27170,0,2353.94,5915.74,95.2951,1.52987,300,5,0,6986,0,1,0,0,0),(107323,26492,571,1,1,137,1,4543.86,451.139,66.3763,5.28835,300,0,0,9610,0,0,0,0,0),(107324,26492,571,1,1,137,1,4568.58,458.53,66.039,5.20108,300,0,0,9610,0,0,0,0,0),(107325,26492,571,1,1,137,1,4580,477.777,66.0861,1.85005,300,0,0,9610,0,0,0,0,0),(107326,26492,571,1,1,137,1,4558.71,485.447,66.4212,1.67552,300,0,0,9610,0,0,0,0,0),(107327,26492,571,1,1,137,1,4545.38,476.614,67.0911,0.610865,300,0,0,9610,0,0,0,0,0),(107328,26492,571,1,1,137,1,4528.91,476.462,66.4356,1.93731,300,0,0,9610,0,0,0,0,0),(107329,23676,571,1,1,26213,1,1271.32,-6167.18,249.32,0.017453,300,0,0,7984,0,0,0,0,0),(107330,23932,571,1,1,21920,1,990.818,-4766.05,-1.11488,4.64258,300,0,0,9291,0,0,0,0,0),(107331,23676,571,1,1,26213,1,1200.16,-6246.71,258.389,4.69494,300,0,0,7984,0,0,0,0,0),(107332,23676,571,1,1,26213,1,1170.7,-6215.98,241.759,5.42694,300,5,0,7984,0,1,0,0,0),(107333,23676,571,1,1,26213,1,1145.1,-6126.83,254.303,2.49582,300,0,0,7984,0,0,0,0,0),(107334,23676,571,1,1,26213,1,1123.75,-6100.37,259.074,2.21657,300,0,0,7984,0,0,0,0,0),(107335,23676,571,1,1,26213,1,1181.74,-6236.56,256.397,3.82227,300,0,0,7984,0,0,0,0,0),(107336,23676,571,1,1,26213,1,1111.03,-6105.7,260.915,1.74533,300,0,0,7984,0,0,0,0,0),(107337,23676,571,1,1,26213,1,1171.72,-6066.42,260.806,1.6057,300,0,0,7984,0,0,0,0,0),(107338,23676,571,1,1,26213,1,1149.63,-6079.42,259.353,2.19912,300,0,0,7984,0,0,0,0,0),(107339,23676,571,1,1,26213,1,1156.97,-6066.02,261.816,2.18166,300,0,0,7984,0,0,0,0,0),(107340,23676,571,1,1,26213,1,1209.84,-6068.38,264.592,1.74533,300,0,0,7984,0,0,0,0,0),(107341,23676,571,1,1,26213,1,1185.72,-6068.94,260.574,1.43117,300,0,0,7984,0,0,0,0,0),(107342,23676,571,1,1,26213,1,1258.36,-6072.86,267.364,1.90241,300,0,0,7984,0,0,0,0,0),(107343,23676,571,1,1,26213,1,1243.98,-6066.7,267.398,1.67552,300,0,0,7984,0,0,0,0,0),(107344,23676,571,1,1,26213,1,1281.15,-6079.87,265.505,0.698132,300,0,0,7984,0,0,0,0,0),(107345,23676,571,1,1,26213,1,1266.87,-6106.81,239.576,1.5584,300,5,0,7984,0,1,0,0,0),(107346,23676,571,1,1,26213,1,1233.3,-6062.44,267.918,1.65806,300,0,0,7984,0,0,0,0,0),(107347,23676,571,1,1,26213,1,1222.09,-6070.04,266.028,1.65806,300,0,0,7984,0,0,0,0,0),(107348,23676,571,1,1,26213,1,1270.35,-6067.9,267.136,1.37881,300,0,0,7984,0,0,0,0,0),(107349,23676,571,1,1,26213,1,1140.17,-6084,259.181,2.30383,300,0,0,7984,0,0,0,0,0),(107350,23676,571,1,1,26213,1,1281.33,-6229.66,272.715,0.855211,300,0,0,7984,0,0,0,0,0),(107351,23676,571,1,1,26213,1,1292.36,-6216.24,265.773,0.733038,300,0,0,7984,0,0,0,0,0),(107352,26236,571,1,1,23695,1,4559.23,-4190.13,173.567,0.663225,300,0,0,9291,3231,0,0,0,0),(107353,27260,571,1,1,24476,0,2746.48,-2862.24,71.3454,5.57456,300,5,0,9940,0,1,0,0,0),(107354,27260,571,1,1,24476,0,2757.06,-2410.56,39.5577,4.20624,300,0,0,9940,0,0,0,0,0),(107355,27260,571,1,1,24480,0,2701,-2850.57,73.7177,0.613982,300,5,0,9940,0,1,0,0,0),(107356,27260,571,1,1,24480,0,2703.14,-2765.9,83.8222,4.92183,300,0,0,9940,0,0,0,0,0),(107357,27260,571,1,1,24476,0,3005.73,-2610.31,98.553,1.3007,300,5,0,9940,0,1,0,0,0),(107358,27260,571,1,1,24480,0,2910.33,-2717.12,94.4947,2.86234,300,0,0,9940,0,0,0,0,0),(107359,27260,571,1,1,24480,0,2871.3,-2734.23,84.7621,2.61032,300,0,0,9940,0,0,0,0,0),(107360,25468,571,1,1,27170,0,2505.96,5653.62,48.9889,1.57144,300,5,0,6986,0,1,0,0,0),(107361,27260,571,1,1,24475,0,2782.06,-2672.58,84.7385,5.28835,300,0,0,9940,0,0,0,0,0),(107362,27260,571,1,1,24475,0,3001.02,-2558.17,88.3604,3.82227,300,0,0,9940,0,0,0,0,0),(107363,27260,571,1,1,24475,0,2975.06,-2566.25,88.4192,1.65806,300,0,0,9940,0,0,0,0,0),(107364,27260,571,1,1,24480,0,2846.76,-2630.59,84.7385,4.2586,300,0,0,9940,0,0,0,0,0),(107365,25468,571,1,1,27170,0,2530.92,5776.13,143.476,0.890118,300,0,0,6986,0,0,0,0,0),(107366,27260,571,1,1,24475,0,2919.1,-2556.94,84.5192,1.92225,300,0,0,9940,0,2,0,0,0),(107367,27260,571,1,1,24480,0,2866.45,-2587.53,84.7385,1.69297,300,0,0,9940,0,0,0,0,0),(107368,27260,571,1,1,24476,0,2977.98,-2523.29,90.4354,3.82227,300,0,0,9940,0,0,0,0,0),(107369,27260,571,1,1,24480,0,2845.67,-2600.35,84.7385,5.60251,300,0,0,9940,0,0,0,0,0),(107370,25468,571,1,1,27170,0,2496.99,5796.22,140.262,2.25148,300,0,0,6986,0,0,0,0,0),(107371,27260,571,1,1,24480,0,2867.81,-2563.69,86.3263,1.31394,300,5,0,9940,0,1,0,0,0),(107372,27260,571,1,1,24475,0,2772.13,-2771.28,96.4379,1.8675,300,0,0,9940,0,0,0,0,0),(107373,27260,571,1,1,24476,0,2989.24,-2586.43,97.23,3.22886,300,0,0,9940,0,0,0,0,0),(107374,27260,571,1,1,24476,0,2830.75,-2649.2,86.3197,0.643402,300,5,0,9940,0,1,0,0,0),(107375,27260,571,1,1,24480,0,2970.31,-2679.17,94.437,-2.74212,300,0,0,9940,0,0,0,0,0),(107376,27260,571,1,1,24475,0,2749.97,-2776.68,96.42,1.76278,300,0,0,9940,0,0,0,0,0),(107377,27260,571,1,1,24475,0,2886.19,-2669.24,84.7802,3.80931,300,0,0,9940,0,2,0,0,0),(107378,27260,571,1,1,24480,0,2907.08,-2755.14,84.7627,2.44346,300,0,0,9940,0,0,0,0,0),(107379,27260,571,1,1,24480,0,2794.2,-2702.35,85.5368,5.06145,300,0,0,9940,0,0,0,0,0),(107380,25468,571,1,1,27170,0,2355.44,5553.31,28.015,5.16617,300,0,0,6986,0,0,0,0,0),(107381,25468,571,1,1,27170,0,2475.96,6025.24,97.4785,2.42601,300,0,0,6986,0,0,0,0,0),(107382,25724,571,1,1,25249,0,3205.99,6082.8,138.083,1.16937,300,0,0,9291,3231,0,0,0,0),(107383,25724,571,1,1,25249,0,3220.52,6086.24,138.083,2.80998,300,0,0,9291,3231,0,0,0,0),(107384,25724,571,1,1,25249,0,3203.23,6097.03,138.083,5.68977,300,0,0,9291,3231,0,0,0,0),(107385,25724,571,1,1,25249,0,3217.85,6099.47,138.083,4.08407,300,0,0,9291,3231,0,0,0,0),(107386,25468,571,1,1,27170,0,2523.02,5571.62,38.8824,2.71686,300,5,0,6986,0,1,0,0,0),(107387,25468,571,1,1,27170,0,2513.91,5593.82,40.4216,4.02307,300,5,0,6986,0,1,0,0,0),(107388,27004,571,1,1,24850,0,4092.9,1248.45,57.1379,0.198416,300,5,0,9940,3387,1,0,0,0),(107390,24189,571,1,1,22183,0,882.39,-4985.62,-71.1171,0.383972,300,0,0,9610,3309,0,0,0,0),(107391,24701,571,1,1,22522,0,806.631,-5343.88,190.473,2.02458,300,0,0,8982,0,0,0,0,0),(107392,28797,571,1,1,25695,1,5410.21,-2665.95,304.037,3.08923,300,0,0,8982,0,0,0,0,0),(107393,24957,571,1,1,23307,1,4177.56,4671.68,15.8298,3.50811,300,0,0,7185,7196,0,0,0,0),(107394,24957,571,1,1,23307,1,4168.55,4675.75,17.1421,5.07891,300,0,0,7185,7196,0,0,0,0),(107395,24957,571,1,1,23294,1,4173.29,4663.02,17.8781,1.97222,300,0,0,7185,7196,0,0,0,0),(107396,24957,571,1,1,23307,1,4164.75,4666.82,18.9984,0.471239,300,0,0,7185,7196,0,0,0,0),(107397,24957,571,1,1,23294,1,4174.6,4702.68,14.6587,2.19912,300,0,0,7185,7196,0,0,0,0),(107398,24957,571,1,1,23294,1,4176.01,4712.18,16.6877,3.76991,300,0,0,7185,7196,0,0,0,0),(107399,24957,571,1,1,23294,1,4165.03,4703.96,17.2914,0.663225,300,0,0,7185,7196,0,0,0,0),(107400,24957,571,1,1,23307,1,4166.67,4713.49,18.6611,5.34071,300,0,0,7185,7196,0,0,0,0),(107401,24957,571,1,1,23307,1,4198.17,4706.37,14.7823,1.3439,300,0,0,7185,7196,0,0,0,0),(107402,24957,571,1,1,23294,1,4206.55,4711.89,16.5954,2.94961,300,0,0,7185,7196,0,0,0,0),(107403,24957,571,1,1,23307,1,4193.06,4714.35,18.2513,6.16101,300,0,0,7185,7196,0,0,0,0),(107404,24957,571,1,1,23307,1,4201.24,4719.41,18.9773,4.32842,300,0,0,7185,7196,0,0,0,0),(107405,16509,571,1,1,8469,0,5886.28,-2625.57,292.498,1.01229,300,0,0,3052,0,0,0,0,0),(107406,23677,571,1,1,22120,0,2143.41,-5143.36,237.939,1.72741,300,5,0,8982,3155,1,0,0,0),(107407,25725,571,1,1,23352,0,3774.77,4037.64,28.4527,2.70458,300,0,0,9291,0,2,0,0,0),(28656,17147,530,1,1,0,1,-2902.1,6405.04,81.9079,5.46145,300,0,0,4731,2790,0,0,0,0),(107409,23677,571,1,1,22120,0,2157.65,-5089.01,237.421,5.67484,300,5,0,8982,3155,1,0,0,0),(28655,17147,530,1,1,0,1,-2892.44,6405.05,81.9117,3.88674,300,0,0,4731,2790,0,0,0,0),(107412,27005,571,1,1,24850,0,4481.23,-438.29,78.8053,0.166401,300,0,0,9940,3387,2,0,0,0),(28654,17147,530,1,1,0,1,-2892.94,6395.3,81.9097,2.35308,300,0,0,4731,2790,0,0,0,0),(107418,23677,571,1,1,22120,0,2155.83,-5117.67,237.061,2.40052,300,5,0,8982,3155,1,0,0,0),(107419,23677,571,1,1,22120,0,2186.95,-5155.63,243.252,2.39379,300,5,0,8982,3155,1,0,0,0),(107420,23677,571,1,1,22120,0,2164.66,-5107.71,237.364,4.36914,300,5,0,8982,3155,1,0,0,0),(107421,23677,571,1,1,22120,0,2200.11,-5146.9,242.062,0.256508,300,5,0,8982,3155,1,0,0,0),(107422,26493,571,1,1,24037,1,4583.09,449.509,85.0521,-0.707898,300,0,0,7952,7654,2,0,0,0),(107424,25981,571,1,1,23496,1,2765.63,5306.47,27.1711,2.67354,300,0,0,6986,0,0,0,0,0),(107425,28541,571,1,1,28109,0,5204.54,-1320.69,243.017,0.453786,300,0,0,10635,0,0,0,0,0),(107431,28029,571,1,1,26230,1,5496.85,-2383.57,292.502,2.30383,300,0,0,9572,3561,0,0,0,0),(107430,28029,571,1,1,26230,1,5490.07,-2495.2,292.429,3.93988,300,0,0,9572,3561,0,0,0,0),(107429,28029,571,1,1,26229,1,5495.16,-2439.33,292.498,5.44414,300,0,0,9572,3561,0,0,0,0),(107428,28029,571,1,1,26228,1,5485.95,-2500.14,292.433,0.934353,300,0,0,9572,3561,0,0,0,0),(107427,28029,571,1,1,26231,1,5514,-2398.25,292.502,1.5708,300,0,0,9572,3561,0,0,0,0),(107432,24957,571,1,1,23294,1,4394.45,4579.75,117.137,1.55334,300,0,0,7185,7196,0,0,0,0),(107434,24957,571,1,1,23294,1,4403.14,4588.96,115.715,3.21141,300,0,0,7185,7196,0,0,0,0),(107435,24957,571,1,1,23307,1,4394.42,4598.11,118.785,4.74729,300,0,0,7185,7196,0,0,0,0),(107436,24957,571,1,1,23294,1,4407.25,4540.74,88.7634,5.28835,300,5,0,7185,7196,1,0,0,0),(107437,25981,571,1,1,23496,1,2746.05,5283.54,24.7469,0.71696,300,5,0,6986,0,1,0,0,0),(107438,25981,571,1,1,23496,1,2798.26,5290.03,22.2205,2.8581,300,5,0,6986,0,1,0,0,0),(107439,25981,571,1,1,23496,1,2767.84,5330.82,29.0312,2.52748,300,5,0,6986,0,1,0,0,0),(107440,25981,571,1,1,23496,1,2720.85,5288.82,29.8882,2.23791,300,5,0,6986,0,1,0,0,0),(107441,25981,571,1,1,23497,1,2757.03,5298.1,26.3541,1.49756,300,5,0,6986,0,1,0,0,0),(107442,25981,571,1,1,23496,1,2711.28,5294.91,31.3277,1.09441,300,5,0,6986,0,1,0,0,0),(107443,25981,571,1,1,23497,1,2771.7,5338.43,29.9513,1.11559,300,5,0,6986,0,1,0,0,0),(107444,24957,571,1,1,23307,1,4342.53,4571.03,19.8415,2.14915,300,0,0,7185,7196,0,0,0,0),(207209,39623,0,1,1,0,0,-4916.45,-1217.71,501.735,5.07891,5,0,0,1,0,0,0,0,0),(207208,39623,0,1,1,0,0,-4842.39,-1245.91,501.854,5.39307,5,0,0,1,0,0,0,0,0),(107455,25333,571,1,1,0,0,2433.46,6516.86,42.1037,4.57276,120,0,0,1,0,0,0,0,0),(107454,25333,571,1,1,0,0,2433.26,6533.03,41.6573,4.64258,120,0,0,1,0,0,0,0,0),(117822,27110,571,1,1,0,1,2477.76,6589.86,32.0581,4.90438,120,0,0,1,0,0,0,0,0),(207207,39623,0,1,1,0,0,-4842.02,-1248.01,501.875,1.18682,5,0,0,1,0,0,0,0,0),(207206,39623,0,1,1,0,0,-4834.71,-1245.82,501.802,4.57276,5,0,0,1,0,0,0,0,0),(107203,27064,571,1,1,0,0,2618.59,6452.27,41.9605,6.00393,120,0,0,1,0,0,0,0,0),(207204,39623,0,1,1,0,0,-4814.95,-1287.97,501.868,1.43117,5,0,0,1,0,0,0,0,0),(207203,39623,0,1,1,0,0,-4814.49,-1296.1,501.951,2.18166,5,0,0,1,0,0,0,0,0),(207202,39623,0,1,1,0,0,-4981.66,-1256.73,501.77,1.43117,5,0,0,1,0,0,0,0,0),(207201,39623,0,1,1,0,0,-4981.45,-1255.46,501.77,4.64258,5,0,0,1,0,0,0,0,0),(207200,39623,0,1,1,0,0,-4967.83,-1275.93,502.053,3.57792,5,0,0,1,0,0,0,0,0),(207199,39263,0,1,1,0,0,-5456.26,-671.851,393.035,0.645772,120,0,0,1,0,0,0,0,0),(107202,27064,571,1,1,0,0,2581.97,6482.77,44.2189,5.60251,120,0,0,1,0,0,0,0,0),(207198,39263,0,1,1,0,0,-5462.94,-675.273,392.85,2.56563,120,0,0,1,0,0,0,0,0),(207197,39263,0,1,1,0,0,-5469.35,-674.946,392.548,3.76991,120,0,0,1,0,0,0,0,0),(207196,39717,0,1,1,0,0,-5440.41,-681.729,395.342,3.85718,120,0,0,1,0,0,0,0,0),(207195,39716,0,1,1,0,0,-5459.33,-666.45,392.481,1.93732,120,0,0,1,0,0,0,0,0),(207194,39715,0,1,1,0,0,-5474.34,-670.273,392.293,1.65806,120,0,0,1,0,0,0,0,0),(207193,39275,0,1,1,0,0,-5430.54,-637.377,394.392,0.785398,120,0,0,1,0,0,0,0,0),(207192,39711,0,1,1,0,0,-5458.7,-691.717,396.82,0.418879,120,0,0,1,0,0,0,0,0),(207191,39711,0,1,1,0,0,-5453.71,-701.304,397.678,0.418879,120,0,0,1,0,0,0,0,0),(107476,25981,571,1,1,23496,1,2817.26,5254.07,16.254,2.51645,300,5,0,6986,0,1,0,0,0),(107477,24957,571,1,1,23294,1,4351.52,4258.95,99.1533,0.474706,300,0,0,7185,7196,0,0,0,0),(107479,25982,571,1,1,23499,1,3419.1,4117.67,17.3803,6.07375,300,0,0,8982,3155,0,0,0,0),(107480,24702,571,1,1,22592,0,3444.2,4128.28,15.5763,5.06145,300,0,0,9291,3231,0,0,0,0),(107481,27262,571,1,1,24479,0,3316.83,-2291.84,110.191,3.28122,300,0,0,10282,3466,0,0,0,0),(107482,25470,571,1,1,27174,0,2423.14,5811.62,138.909,1.62402,300,5,0,6986,2991,1,0,0,0),(107483,31358,571,1,1,17188,0,4865.87,1477.4,209.657,5.61996,300,5,0,42,0,1,0,0,0),(132544,21763,530,1,1,18012,1,-4162.6,3135.13,317.82,1.70399,180,5,0,5744,3231,1,0,0,0),(132545,21763,530,1,1,18012,1,-3676.85,3323.91,283.683,2.6417,180,5,0,5744,3231,1,0,0,0),(132546,21763,530,1,1,18012,1,-3689.46,3353.99,283.803,1.25522,180,5,0,5744,3231,1,0,0,0),(107488,26494,571,1,1,14315,0,4112.22,-4734.05,100.848,5.41012,300,0,0,10282,0,0,0,0,0),(107491,30078,571,1,1,16946,0,3590.2,366.514,-95.9504,4.39823,300,0,0,2215,0,0,0,0,0),(107492,30078,571,1,1,16946,0,3485.56,357.341,-98.2515,5.32325,300,0,0,2215,0,0,0,0,0),(132601,21787,530,1,1,20682,1,-3888.01,3080.66,373.795,2.35619,180,0,0,5744,3231,0,0,0,0),(107495,28798,571,1,1,25697,0,5380.96,-2616.45,304.037,6.26573,300,0,0,10635,0,0,0,0,0),(132543,21763,530,1,1,18012,1,-4061.73,3158.32,299.835,2.2989,180,5,0,5744,3231,1,0,0,0),(107501,25470,571,1,1,27174,0,2406.29,5887.46,129.022,2.50473,300,5,0,6986,2991,1,0,0,0),(107502,25470,571,1,1,27174,0,2418.38,6079.12,89.5259,3.17586,300,5,0,6986,2991,1,0,0,0),(107504,25470,571,1,1,27174,0,2453.46,5822.52,139.791,4.13499,300,5,0,6986,2991,1,0,0,0),(107505,25470,571,1,1,27174,0,2388.1,6069.59,89.4053,0.157922,300,5,0,6986,2991,1,0,0,0),(107506,25470,571,1,1,27174,0,2562.04,5775.27,139.26,1.50351,300,5,0,6986,2991,1,0,0,0),(107507,25470,571,1,1,27174,0,2420.56,5964,93.8357,1.59799,300,5,0,6986,2991,1,0,0,0),(107508,25470,571,1,1,27174,0,2385.53,5952.08,93.9239,5.32444,300,5,0,6986,2991,1,0,0,0),(107509,25470,571,1,1,27174,0,2457.25,5910.08,109.818,0.835323,300,5,0,6986,2991,1,0,0,0),(107510,27006,571,1,1,24854,1,3390.81,748.202,82.2873,2.40325,300,0,0,24850,0,2,0,0,0),(107511,25470,571,1,1,27174,0,2277.21,6007.3,103.869,4.85343,300,5,0,6986,2991,1,0,0,0),(107512,25470,571,1,1,27174,0,2428.96,6006.77,95.631,1.15565,300,5,0,6986,2991,1,0,0,0),(107513,25470,571,1,1,27174,0,2420.14,6039.33,90.6245,3.13349,300,5,0,6986,2991,1,0,0,0),(107514,25470,571,1,1,27174,0,2310.71,5875.56,98.547,5.95097,300,5,0,6986,2991,1,0,0,0),(107515,25470,571,1,1,27174,0,2260.62,5993.72,104.051,4.84147,300,5,0,6986,2991,1,0,0,0),(107516,25470,571,1,1,27174,0,2412.83,6110.48,84.8928,2.79641,300,5,0,6986,2991,1,0,0,0),(107517,25470,571,1,1,27174,0,2329.42,6019.85,97.6625,4.65229,300,5,0,6986,2991,1,0,0,0),(107518,25470,571,1,1,27174,0,2493.43,5938.95,104.99,2.26978,300,5,0,6986,2991,1,0,0,0),(132609,28188,571,1,1,0,1,5831.19,5367.35,-74.7741,0.785572,180,0,0,11001,0,2,0,0,0),(132604,21787,530,1,1,20682,1,-3928.49,3024,356.789,3.38834,180,5,0,5744,3231,1,0,0,0),(132603,21787,530,1,1,20682,1,-3905.07,3118.49,328.602,1.05528,180,5,0,5744,3231,1,0,0,0),(107524,23678,571,1,1,22127,0,1978.48,-4477.64,208.159,4.74303,300,5,0,8982,3155,1,0,0,0),(107526,23678,571,1,1,22127,0,1953.98,-4490.65,206.336,0.885067,300,5,0,8982,3155,1,0,0,0),(107527,23678,571,1,1,22127,0,1958.27,-4508.21,209.342,0.78107,300,5,0,8982,3155,1,0,0,0),(203378,26870,571,1,1,0,0,4343.28,971.033,89.0473,5.49779,120,0,0,8982,0,0,0,0,0),(107529,25470,571,1,1,27174,0,2547.97,5873.49,121.003,5.08946,300,5,0,6986,2991,1,0,0,0),(107530,23678,571,1,1,22127,0,2044.75,-4448.08,209.092,2.09025,300,5,0,8982,3155,1,0,0,0),(107531,23678,571,1,1,22127,0,2006.95,-4491.51,206.956,3.40857,300,5,0,8982,3155,1,0,0,0),(107532,23678,571,1,1,22127,0,2059.05,-4479.88,210.275,2.3997,300,5,0,8982,3155,1,0,0,0),(107533,23678,571,1,1,22127,0,2014.71,-4448.92,212.639,1.13998,300,5,0,8982,3155,1,0,0,0),(107534,23678,571,1,1,22127,0,1979.15,-4438.31,207.534,2.39419,300,5,0,8982,3155,1,0,0,0),(107535,23678,571,1,1,22127,0,1978.38,-4581.64,207.895,6.19882,300,5,0,8982,3155,1,0,0,0),(107536,23678,571,1,1,22127,0,1989.24,-4610.47,209.264,4.9108,300,5,0,8982,3155,1,0,0,0),(107537,23678,571,1,1,22127,0,1956.92,-4577.87,207.002,5.56864,300,5,0,8982,3155,1,0,0,0),(107538,25470,571,1,1,27174,0,2688.64,5456.37,55.0237,1.76377,300,5,0,6986,2991,1,0,0,0),(107539,23678,571,1,1,22127,0,1947.37,-4553.56,206.577,6.1894,300,5,0,8982,3155,1,0,0,0),(107540,23678,571,1,1,22127,0,2011.56,-4437.62,209.151,2.43085,300,5,0,8982,3155,1,0,0,0),(107541,23678,571,1,1,22127,0,2042.64,-4510.45,207.224,3.69805,300,5,0,8982,3155,1,0,0,0),(107542,23678,571,1,1,22127,0,2019.17,-4593.67,213.079,4.94082,300,5,0,8982,3155,1,0,0,0),(107543,23678,571,1,1,22127,0,2043.75,-4544.85,209.223,2.09212,300,5,0,8982,3155,1,0,0,0),(107544,23678,571,1,1,22127,0,2004.49,-4570.27,209.552,4.71337,300,5,0,8982,3155,1,0,0,0),(107545,23678,571,1,1,22127,0,2053.85,-4594.44,214.782,1.53557,300,5,0,8982,3155,1,0,0,0),(107546,23678,571,1,1,22127,0,2066.51,-4543.48,210.723,6.22455,300,5,0,8982,3155,1,0,0,0),(107547,23678,571,1,1,22127,0,2078.07,-4488.5,211.835,4.21207,300,5,0,8982,3155,1,0,0,0),(107548,23678,571,1,1,22127,0,2011.2,-4562.44,209.074,4.90006,300,5,0,8982,3155,1,0,0,0),(107549,23678,571,1,1,22127,0,2010.87,-4537.66,206.324,5.37385,300,5,0,8982,3155,1,0,0,0),(107550,23678,571,1,1,22127,0,2080.8,-4508.96,212.527,4.92173,300,5,0,8982,3155,1,0,0,0),(107551,25470,571,1,1,27174,0,2372.8,6006.05,93.4764,3.54504,300,5,0,6986,2991,1,0,0,0),(107552,25470,571,1,1,27174,0,2322.02,5954.08,99.5629,0.568655,300,5,0,6986,2991,1,0,0,0),(107553,25470,571,1,1,27174,0,2471.92,5809.54,142.435,3.65703,300,5,0,6986,2991,1,0,0,0),(107554,25470,571,1,1,27174,0,2445.45,5567.87,40.5782,4.4738,300,5,0,6986,2991,1,0,0,0),(107555,25470,571,1,1,27174,0,2509.01,5909.39,111.844,4.47109,300,5,0,6986,2991,1,0,0,0),(107556,25470,571,1,1,27174,0,2455.84,5611.18,46.5127,2.19386,300,5,0,6986,2991,1,0,0,0),(107557,25470,571,1,1,27174,0,2430.82,5651.55,53.1795,1.27438,300,5,0,6986,2991,1,0,0,0),(107558,25470,571,1,1,27174,0,2354.24,6087.87,87.2527,4.72174,300,5,0,6986,2991,1,0,0,0),(107559,25470,571,1,1,27174,0,2322.13,6049.09,95.623,3.60538,300,5,0,6986,2991,1,0,0,0),(107560,25470,571,1,1,27174,0,2484.72,6083.34,85.4968,4.03221,300,5,0,6986,2991,1,0,0,0),(107561,25470,571,1,1,27174,0,2450.66,6055.47,91.5624,6.05134,300,5,0,6986,2991,1,0,0,0),(107562,25470,571,1,1,27174,0,2487.56,5514.83,34.2843,1.4377,300,5,0,6986,2991,1,0,0,0),(107563,25470,571,1,1,27174,0,2483.27,5574.52,43.2811,5.47222,300,5,0,6986,2991,1,0,0,0),(107564,25470,571,1,1,27174,0,2514.69,5508.71,32.481,1.90933,300,5,0,6986,2991,1,0,0,0),(107565,25726,571,1,1,23351,0,3354.7,4645.64,30.5019,0.599084,300,5,0,9291,0,2,0,0,0),(135709,16525,532,1,1,16241,0,-11229.2,-1710.72,210.963,3.08923,604800,0,0,30160,0,0,0,0,0),(107567,25983,571,1,1,26765,0,3477.56,4096.33,17.6293,2.42601,300,0,0,8982,3155,0,0,0,0),(107569,24703,571,1,1,22595,0,3466.44,4195.98,18.3269,4.62512,300,0,0,9610,0,0,0,0,0),(107570,27263,571,1,1,15880,0,3604.45,-3263.44,222.454,0.523599,300,0,0,4120,0,0,0,0,0),(107571,28031,571,1,1,25027,0,5573.14,5767.55,-75.1196,4.59022,300,0,0,11001,0,0,0,0,0),(107572,24191,571,1,1,22200,0,599.649,-5009.96,3.52243,6.19592,300,0,0,82256,27728,0,0,0,0),(107573,24959,571,1,1,21072,0,2287.43,5241.59,11.4833,4.36332,300,0,0,12126,0,0,0,0,0),(107574,24959,571,1,1,21072,0,2298.88,5240.69,12.633,2.67035,300,0,0,12126,0,0,0,0,0),(107575,24959,571,1,1,21072,0,2254.1,5196.36,11.4684,1.09956,300,0,0,12126,0,0,0,0,0),(132539,21763,530,1,1,18012,1,-3955.25,3120.99,341.185,3.06961,180,5,0,5744,3231,1,0,0,0),(107581,28799,571,1,1,25696,0,5405.65,-2650.05,304.037,2.74017,300,0,0,10635,0,0,0,0,0),(107583,30847,571,1,1,1204,0,4425.64,1730.23,391.248,4.5334,300,5,0,12600,0,1,0,0,0),(107584,30847,571,1,1,1204,0,4235.97,1845.73,354.535,1.87805,300,0,0,12600,0,0,0,0,0),(107585,30847,571,1,1,1204,0,4286.39,1791.86,347.931,0.810558,300,0,0,12600,0,0,0,0,0),(107586,30847,571,1,1,1204,0,4314.9,1814.63,348.534,1.30507,300,0,0,12600,0,0,0,0,0),(107587,30847,571,1,1,1204,0,4383.49,1820.35,354.423,1.20428,300,0,0,12600,0,0,0,0,0),(107588,30847,571,1,1,1204,0,4230.73,1850.25,355.011,-0.324625,300,0,0,12600,0,0,0,0,0),(107589,30847,571,1,1,1204,0,4236.58,1844.93,354.293,1.92682,300,5,0,12600,0,1,0,0,0),(107590,30847,571,1,1,1204,0,4250.58,1906.28,355.347,2.22186,300,5,0,12600,0,1,0,0,0),(107591,25215,571,1,1,540,1,4371.88,6233,-124.706,1.5708,300,5,0,7984,0,1,0,0,0),(107592,25215,571,1,1,5243,1,4373.97,6211.88,-125.014,3.35104,300,0,0,7984,0,0,0,0,0),(107593,25215,571,1,1,652,1,4416.62,6224.77,-84.2367,1.57923,300,0,0,7984,0,0,0,0,0),(107594,25215,571,1,1,652,1,4365.56,6188.56,-37.212,1.27409,300,0,0,7984,0,0,0,0,0),(107595,25215,571,1,1,478,1,4287.66,6097.67,-116.899,5.31183,300,0,0,7984,0,0,0,0,0),(107596,25215,571,1,1,652,1,4314.06,6156.12,-49.3962,3.97566,300,5,0,7984,0,1,0,0,0),(107597,6271,571,1,1,4960,0,2900.31,-1987.88,50.2566,2.47112,300,0,0,8,0,0,0,0,0),(107598,6271,571,1,1,4959,0,2901.36,-1982.82,48.9153,3.75072,300,0,0,8,0,0,0,0,0),(107599,6271,571,1,1,4960,0,2898.95,-1986.55,49.6793,1.65929,300,5,0,8,0,1,0,0,0),(107600,6271,571,1,1,4959,0,2898.28,-1985.06,48.8043,1.58922,300,5,0,8,0,1,0,0,0),(107601,25215,571,1,1,478,1,4274.36,6116.55,-116.897,1.97222,300,5,0,7984,0,1,0,0,0),(107602,25727,571,1,1,23336,1,3437.1,5915.95,145.724,2.74017,300,0,0,7688,7500,0,0,0,0),(107603,25215,571,1,1,540,1,4274.21,6119.98,-120.216,5.55323,300,5,0,7984,0,1,0,0,0),(107604,25215,571,1,1,540,1,4313.63,6134.81,-102.601,2.0351,300,5,0,7984,0,1,0,0,0),(107606,25215,571,1,1,540,1,4328.99,6184.02,-4.47446,2.61027,300,5,0,7984,0,1,0,0,0),(107608,27264,571,1,1,15880,0,3915,-2810.83,175.467,0.174533,300,0,0,4120,0,0,0,0,0),(107609,27776,571,1,1,0,0,3806.78,-673.792,224.229,3.38594,300,0,0,1,0,0,0,0,0),(107610,28800,571,1,1,25693,1,5499.77,-2651.87,304.037,0.331613,300,0,0,10635,0,0,0,0,0),(107611,28032,571,1,1,25028,1,5548.14,5742.24,-76.3733,0.436332,300,0,0,11379,0,0,0,0,0),(107612,29568,571,1,1,26391,0,5815.26,619.456,610.666,3.14159,300,0,0,10635,0,0,0,0,0),(107613,27520,571,1,1,24687,1,2673.66,-2274.86,12.0405,1.01229,300,0,0,30846,0,0,0,0,0),(107614,30848,571,1,1,8716,0,3981.62,2413.69,352.525,6.13273,300,5,0,12600,3994,1,0,0,0),(107615,30848,571,1,1,8716,0,4110.77,2756.67,356.75,0.567331,300,5,0,12600,3994,1,0,0,0),(107616,30848,571,1,1,8716,0,4042.82,2682.38,356.942,5.13628,300,5,0,12600,3994,1,0,0,0),(107617,30848,571,1,1,8716,0,4016.24,2423.4,354.916,4.41396,300,5,0,12600,3994,1,0,0,0),(107618,30848,571,1,1,8716,0,4177.47,2016.18,357.767,2.47024,300,5,0,12600,3994,1,0,0,0),(107619,30848,571,1,1,8716,0,4215.27,2052.27,358.584,0.348271,300,5,0,12600,3994,1,0,0,0),(107620,30848,571,1,1,8716,0,4245.4,2078.02,359.547,2.9524,300,5,0,12600,3994,1,0,0,0),(107621,30848,571,1,1,8716,0,4332.21,2056.38,355.791,5.03714,300,5,0,12600,3994,1,0,0,0),(107622,30848,571,1,1,8716,0,4118.34,2004.19,357.636,0.953784,300,5,0,12600,3994,1,0,0,0),(107623,28288,571,1,1,26282,0,6043.49,4893.72,-94.1984,0.690016,300,5,0,11001,0,1,0,0,0),(107625,27008,571,1,1,24854,1,2927.11,-92.5298,79.2557,0.806968,300,0,0,24850,0,2,0,0,0),(107626,23680,571,1,1,24874,0,847.832,-4441.2,159.749,4.35624,300,0,0,8982,0,2,0,0,0),(107627,27265,571,1,1,15880,0,3974.06,-2710.11,164.996,1.50098,300,0,0,4120,0,0,0,0,0),(107628,25473,571,1,1,17188,0,3791.67,3425.03,83.8943,0.506145,300,0,0,8982,3155,0,0,0,0),(107630,28033,571,1,1,25029,1,5589.35,5824.71,-68.4405,6.17846,300,0,0,11001,0,0,0,0,0),(107631,24193,571,1,1,11686,0,1435.59,-5176.3,188.322,5.67232,300,0,0,4120,0,0,0,0,0),(107632,24193,571,1,1,11686,0,1499.89,-5237.19,207.517,1.69297,300,0,0,4120,0,0,0,0,0),(107633,24193,571,1,1,11686,0,1444.46,-5182.08,215.691,4.59022,300,0,0,4120,0,0,0,0,0),(107634,24193,571,1,1,11686,0,1510.01,-5371.59,189.012,5.41052,300,0,0,4120,0,0,0,0,0),(107635,24193,571,1,1,11686,0,1501.69,-5377.99,189.561,2.84489,300,0,0,4120,0,0,0,0,0),(107636,24193,571,1,1,11686,0,1506.85,-5395.99,189.736,1.65806,300,0,0,4120,0,0,0,0,0),(107637,24193,571,1,1,11686,0,1508.44,-5458.33,213.125,2.56563,300,0,0,4120,0,0,0,0,0),(107638,24193,571,1,1,11686,0,1497.62,-5237.92,225.097,1.46608,300,0,0,4120,0,0,0,0,0),(107639,24705,571,1,1,11686,0,1548.65,-3242.4,71.0032,4.57276,300,5,0,42,0,1,0,0,0),(107640,24705,571,1,1,11686,0,1627.66,-3259.26,72.5581,2.63545,300,5,0,42,0,1,0,0,0),(132606,21787,530,1,1,20682,1,-3860.19,3299.72,274.4,2.79491,180,5,0,5744,3231,1,0,0,0),(107642,385,571,1,1,229,0,2088.15,5321.53,19.5343,2.72271,300,0,0,102,0,0,0,0,0),(107643,385,571,1,1,229,0,2078.96,5317.72,19.5343,6.05629,300,0,0,102,0,0,0,0,0),(107644,385,571,1,1,229,0,2095.09,5312.18,19.5343,0.541052,300,0,0,102,0,0,0,0,0),(107645,385,571,1,1,229,0,4428.07,-2490.26,246.661,5.70723,300,0,0,102,0,0,0,0,0),(107646,385,571,1,1,229,0,4427.15,-2494.94,246.717,0.401426,300,0,0,102,0,0,0,0,0),(107647,28801,571,1,1,26225,1,5471.63,-2675.67,303.971,6.28177,300,0,0,45516,11175,2,0,0,0),(107648,28801,571,1,1,26224,1,5415.8,-2669.7,304.037,4.62512,300,0,0,45516,11175,0,0,0,0),(107649,28801,571,1,1,26224,1,5366.9,-2658.38,304.037,4.50295,300,0,0,45516,11175,0,0,0,0),(107650,28801,571,1,1,26225,1,5484.82,-2643.76,306.99,0.034907,300,0,0,45516,11175,0,0,0,0),(107651,24193,571,1,1,11686,0,1513.9,-5454.68,209.747,5.09636,300,0,0,4120,0,0,0,0,0),(107652,24193,571,1,1,11686,0,1519.7,-5451.07,216.436,4.06662,300,0,0,4120,0,0,0,0,0),(107653,24193,571,1,1,11686,0,1452.41,-5326.73,210.12,2.14675,300,0,0,4120,0,0,0,0,0),(107654,24193,571,1,1,11686,0,1519,-5441.15,198.517,0.314159,300,0,0,4120,0,0,0,0,0),(107655,24193,571,1,1,11686,0,1453.34,-5253.5,230.909,5.35816,300,0,0,4120,0,0,0,0,0),(107656,24193,571,1,1,11686,0,1434.28,-5188.98,191.837,2.6529,300,0,0,4120,0,0,0,0,0),(107657,24193,571,1,1,11686,0,1457.12,-5318.46,203.708,0.383972,300,0,0,4120,0,0,0,0,0),(107658,24193,571,1,1,11686,0,1499.52,-5450.58,212.236,0.034907,300,0,0,4120,0,0,0,0,0),(107659,24193,571,1,1,11686,0,1500.2,-5236.24,239.416,6.05629,300,0,0,4120,0,0,0,0,0),(107660,385,571,1,1,229,0,3437.12,-2819.99,201.357,0.610865,300,0,0,102,0,0,0,0,0),(107661,385,571,1,1,229,0,3435.78,-2824.26,201.397,5.16617,300,0,0,102,0,0,0,0,0),(107662,28801,571,1,1,26227,1,5513.64,-2646.7,304.037,0,300,0,0,45516,11175,0,0,0,0),(107663,385,571,1,1,229,0,2084.28,5312.97,19.5343,5.88176,300,0,0,102,0,0,0,0,0),(107664,28801,571,1,1,26224,1,5488.1,-2670.11,304.037,4.2586,300,0,0,45516,11175,0,0,0,0),(107665,24193,571,1,1,11686,0,1451.86,-5309.31,195.087,4.5204,300,0,0,4120,0,0,0,0,0),(107666,24193,571,1,1,11686,0,1474.11,-5251.33,227.123,1.6057,300,0,0,4120,0,0,0,0,0),(107667,24193,571,1,1,11686,0,1449.19,-5316.17,198.223,4.83456,300,0,0,4120,0,0,0,0,0),(107668,24193,571,1,1,11686,0,1499.85,-5462.96,192.284,1.09956,300,0,0,4120,0,0,0,0,0),(107669,24193,571,1,1,11686,0,1468.44,-5236.18,205.807,0.890118,300,0,0,4120,0,0,0,0,0),(107670,24193,571,1,1,11686,0,1443.7,-5318.52,198.223,4.93928,300,0,0,4120,0,0,0,0,0),(107671,28801,571,1,1,26225,1,5416.19,-2622.32,307.043,3.42085,300,0,0,45516,11175,0,0,0,0),(107672,28801,571,1,1,26225,1,5387.45,-2679.9,304.037,3.92699,300,0,0,45516,11175,0,0,0,0),(107673,23937,571,1,1,21928,1,1445.72,-3263.48,167.387,2.47837,300,0,0,6986,0,0,0,0,0),(107674,24193,571,1,1,11686,0,1494.87,-5238.97,205.743,2.53073,300,0,0,4120,0,0,0,0,0),(107675,24193,571,1,1,11686,0,1489.83,-5256.92,227.495,5.46288,300,0,0,4120,0,0,0,0,0),(107676,24193,571,1,1,11686,0,1516.42,-5393.31,190.989,5.77704,300,0,0,4120,0,0,0,0,0),(107677,24193,571,1,1,11686,0,1506.14,-5228.17,225.536,4.74729,300,0,0,4120,0,0,0,0,0),(107678,24193,571,1,1,11686,0,1500,-5216.98,228.083,0.296706,300,0,0,4120,0,0,0,0,0),(107679,24193,571,1,1,11686,0,1448.59,-5188.51,203.03,2.98451,300,0,0,4120,0,0,0,0,0),(107680,24193,571,1,1,11686,0,1477.51,-5434.38,189.956,5.20108,300,0,0,4120,0,0,0,0,0),(107681,24193,571,1,1,11686,0,1421.59,-5188.77,203.03,2.68781,300,0,0,4120,0,0,0,0,0),(107682,24193,571,1,1,11686,0,1510.73,-5442.18,196.684,3.1765,300,0,0,4120,0,0,0,0,0),(107683,24193,571,1,1,11686,0,1446.72,-5322.41,221.326,4.45059,300,0,0,4120,0,0,0,0,0),(107684,24193,571,1,1,11686,0,1490.43,-5264.49,207.563,4.93928,300,0,0,4120,0,0,0,0,0),(107685,24193,571,1,1,11686,0,1456.63,-5329.22,196.717,5.55015,300,0,0,4120,0,0,0,0,0),(107686,24193,571,1,1,11686,0,1454.65,-5246.98,210.966,4.95674,300,0,0,4120,0,0,0,0,0),(107687,24193,571,1,1,11686,0,1467.8,-5245.22,244.411,4.04916,300,0,0,4120,0,0,0,0,0),(107688,24193,571,1,1,11686,0,1479.44,-5250.07,208.879,5.70723,300,0,0,4120,0,0,0,0,0),(107689,24193,571,1,1,11686,0,1425.35,-5179.81,194.557,1.93731,300,0,0,4120,0,0,0,0,0),(107690,1921,571,1,1,3019,0,1861.23,-6179.36,24.4278,4.24115,300,0,0,42,0,0,0,0,0),(107691,24193,571,1,1,11686,0,1429.44,-5196.39,189.453,0.802851,300,0,0,4120,0,0,0,0,0),(107692,24193,571,1,1,11686,0,1500.95,-5250.34,240.724,1.18682,300,0,0,4120,0,0,0,0,0),(107693,24193,571,1,1,11686,0,1532.63,-5447.6,197.177,5.53269,300,0,0,4120,0,0,0,0,0),(107694,24193,571,1,1,11686,0,1434.1,-5316,220.276,3.33358,300,0,0,4120,0,0,0,0,0),(107695,24193,571,1,1,11686,0,1466.91,-5440,189.335,2.11185,300,0,0,4120,0,0,0,0,0),(107696,24193,571,1,1,11686,0,1451.14,-5188.54,216.011,2.82743,300,0,0,4120,0,0,0,0,0),(107697,24193,571,1,1,11686,0,1501.09,-5248.73,222.965,0.05236,300,0,0,4120,0,0,0,0,0),(107698,24193,571,1,1,11686,0,1489.4,-5256.59,217.735,4.97419,300,0,0,4120,0,0,0,0,0),(107699,24193,571,1,1,11686,0,1502.21,-5457.29,225.393,5.96903,300,0,0,4120,0,0,0,0,0),(107700,24193,571,1,1,11686,0,1521.52,-5452.04,232.845,5.13127,300,0,0,4120,0,0,0,0,0),(107701,24193,571,1,1,11686,0,1475.36,-5247.07,205.81,5.84685,300,0,0,4120,0,0,0,0,0),(107702,24193,571,1,1,11686,0,1465.65,-5255.7,213.551,2.14675,300,0,0,4120,0,0,0,0,0),(107703,29569,571,1,1,25771,1,7330.93,193.348,784.504,4.68875,300,0,0,12175,0,0,0,0,0),(107705,27009,571,1,1,24854,0,4186.18,-165.666,68.7612,1.99105,300,0,0,34790,0,0,0,0,0),(107707,28801,571,1,1,26224,1,5520.04,-2607.31,304.076,1.61425,300,0,0,45516,11175,2,0,0,0),(132600,21787,530,1,1,20682,1,-3912.38,3095.58,374.718,5.33981,180,5,0,5744,3231,1,0,0,0),(107709,28801,571,1,1,26227,1,5391.58,-2625.12,304.079,4.59867,300,0,0,45516,11175,2,0,0,0),(107710,28801,571,1,1,26225,1,5531.26,-2609.25,304.037,6.10865,300,0,0,45516,11175,0,0,0,0),(107711,385,571,1,1,229,0,2552.79,-1840.45,10.6082,5.34071,300,0,0,102,0,0,0,0,0),(107712,385,571,1,1,229,0,2560.17,-1834.67,10.6368,5.28835,300,0,0,102,0,0,0,0,0),(107713,385,571,1,1,229,0,2556.78,-1846.09,10.2806,2.21657,300,0,0,102,0,0,0,0,0),(107714,385,571,1,1,229,0,2563.99,-1840.05,10.6088,2.16421,300,0,0,102,0,0,0,0,0),(107715,28801,571,1,1,26225,1,5464.4,-2593.99,305.708,1.78024,300,0,0,45516,11175,0,0,0,0),(107716,28801,571,1,1,26224,1,5405.68,-2588.11,304.037,3.24631,300,0,0,45516,11175,0,0,0,0),(107717,28801,571,1,1,26225,1,5496.16,-2590.09,304.037,0,300,0,0,45516,11175,0,0,0,0),(107718,28801,571,1,1,26225,1,5531.29,-2623.21,304.037,0.261799,300,0,0,45516,11175,0,0,0,0),(107719,28801,571,1,1,26225,1,5432.89,-2569.25,304.011,1.62316,300,0,0,45516,11175,0,0,0,0),(107720,28801,571,1,1,26225,1,5414.78,-2581.9,303.959,0.130363,300,0,0,45516,11175,2,0,0,0),(107721,28801,571,1,1,26227,1,5446.62,-2568.93,304.037,1.6057,300,0,0,45516,11175,0,0,0,0),(107722,28801,571,1,1,26224,1,5498.94,-2618.18,304.037,6.0912,300,0,0,45516,11175,0,0,0,0),(107723,29569,571,1,1,25771,1,7221.08,-8.44375,773.653,-3.04683,300,0,0,12175,0,0,0,0,0),(135708,16525,532,1,1,16241,0,-11221.8,-1693.27,210.879,1.79454,604800,5,0,30160,0,1,0,0,0),(107725,29569,571,1,1,25771,1,7299.66,-134.323,772.399,0.314159,300,0,0,12175,0,0,0,0,0),(107726,29569,571,1,1,25771,1,7290.74,-113.937,770.164,0.017453,300,0,0,12175,0,0,0,0,0),(107727,29569,571,1,1,25771,1,7280.21,-131.25,771.409,1.5708,300,0,0,12175,0,0,0,0,0),(107728,29569,571,1,1,25771,1,7371.92,235.463,775.371,1.65686,300,0,0,12175,0,0,0,0,0),(107729,29569,571,1,1,25771,1,7366.01,235.436,776.817,1.8703,300,0,0,12175,0,0,0,0,0),(107730,29569,571,1,1,25771,1,7389.04,-36.2169,781.516,2.79253,300,0,0,12175,0,0,0,0,0),(107731,29569,571,1,1,25771,1,7377.53,179.262,772.756,1.42548,300,0,0,12175,0,0,0,0,0),(107732,29569,571,1,1,25771,1,7391.17,-17.3943,781.595,2.96706,300,0,0,12175,0,0,0,0,0),(107733,29569,571,1,1,25771,1,7270.96,-14.0613,766.762,0.470548,300,0,0,12175,0,0,0,0,0),(107734,29569,571,1,1,25771,1,7381.23,88.2175,767.788,2.27306,300,0,0,12175,0,0,0,0,0),(107735,29569,571,1,1,25771,1,7341.53,162.669,786.237,0.296706,300,0,0,12175,0,0,0,0,0),(107736,29569,571,1,1,25771,1,7332.4,179.834,786.265,0.541052,300,0,0,12175,0,0,0,0,0),(107737,24706,571,1,1,22599,1,3469.25,4191.82,18.3286,1.97222,300,0,0,8982,3155,0,0,0,0),(107738,27266,571,1,1,24481,1,3250.79,-2275.8,108.653,4.69494,300,0,0,10282,0,0,0,0,0),(107739,26498,571,1,1,19595,0,3386.61,-1805.94,114.25,3.00197,300,0,0,4979,0,0,0,0,0),(107740,24194,571,1,1,11686,0,1494.44,-5449.03,198.275,1.71042,300,0,0,4120,0,0,0,0,0),(107741,23938,571,1,1,21929,0,1857.88,-6183.43,24.6681,1.32645,300,0,0,9940,0,0,0,0,0),(107742,27010,571,1,1,24298,0,2263.63,5203.92,11.8411,2.79253,300,0,0,8982,0,0,0,0,0),(107743,24194,571,1,1,11686,0,1483.86,-5237.62,245.087,1.8675,300,0,0,4120,0,0,0,0,0),(107744,24194,571,1,1,11686,0,1501.88,-5221.69,207.495,4.29351,300,0,0,4120,0,0,0,0,0),(107745,24194,571,1,1,11686,0,1435.26,-5189.86,215.163,5.68977,300,0,0,4120,0,0,0,0,0),(107746,24194,571,1,1,11686,0,1511.6,-5381.13,190.451,2.05949,300,0,0,4120,0,0,0,0,0),(107747,24194,571,1,1,11686,0,1439.77,-5324.38,196.97,2.3911,300,0,0,4120,0,0,0,0,0),(107748,28034,571,1,1,27844,1,6251.26,-2682.33,302.871,1.63294,300,0,0,10635,3561,0,0,0,0),(107749,29570,571,1,1,0,1,7389,-43.5486,800.707,2.86234,120,0,0,12600,0,0,0,0,0),(107750,28034,571,1,1,27844,1,6455.25,-2684.99,315.161,5.53269,300,0,0,10635,3561,0,0,0,0),(107751,28802,571,1,1,26860,0,6127.9,-2244.61,238.447,2.2094,300,5,0,10635,0,1,0,0,0),(107752,28034,571,1,1,27843,1,6419.73,-2722.84,302.792,0.020343,300,5,0,10635,3561,1,0,0,0),(107753,28802,571,1,1,26860,0,5873.13,-2127.87,241.72,1.46607,300,5,0,10635,0,1,0,0,0),(107754,28802,571,1,1,26860,0,5896.53,-2184.87,238.1,4.39524,300,5,0,10635,0,1,0,0,0),(107755,28034,571,1,1,27843,1,6302.82,-2689.57,315.36,3.64774,300,0,0,10635,3561,0,0,0,0),(107799,29570,571,1,1,0,1,7378.98,255.403,781.899,1.8499,120,0,0,12600,0,2,0,0,0),(107757,28802,571,1,1,26860,0,5883.54,-2225.67,240.914,2.20658,300,5,0,10635,0,1,0,0,0),(107758,28802,571,1,1,26860,0,5926.85,-2245.35,238.56,3.34416,300,5,0,10635,0,1,0,0,0),(107759,28802,571,1,1,26860,0,6045.73,-2221.78,236.287,4.48872,300,5,0,10635,0,1,0,0,0),(107760,28802,571,1,1,26860,0,6075.67,-2241.89,238.631,4.40228,300,5,0,10635,0,1,0,0,0),(107761,28802,571,1,1,26860,0,6072.72,-2187.83,236.583,3.19943,300,5,0,10635,0,1,0,0,0),(107762,28802,571,1,1,26860,0,6253.87,-2184.01,235.518,6.16111,300,5,0,10635,0,1,0,0,0),(107763,28802,571,1,1,26860,0,6251.25,-2171.64,235.583,5.5676,300,0,0,10635,0,0,0,0,0),(107764,28802,571,1,1,26860,0,6201.78,-2148.99,236.294,0.837758,300,0,0,10635,0,0,0,0,0),(107765,28802,571,1,1,26860,0,6142.8,-2147.66,235.5,2.53073,300,0,0,10635,0,0,0,0,0),(107766,28802,571,1,1,26860,0,6157.96,-2129.68,235.5,2.18166,300,0,0,10635,0,0,0,0,0),(107767,28034,571,1,1,27843,1,6265.57,-2509.43,302.421,1.67852,300,5,0,10635,3561,1,0,0,0),(107768,28034,571,1,1,27844,1,6301,-2538.97,310.603,2.3911,300,0,0,10635,3561,0,0,0,0),(107769,28802,571,1,1,26860,0,5976.61,-2210.14,235.771,1.36938,300,5,0,10635,0,1,0,0,0),(107770,28802,571,1,1,26860,0,6250.63,-2201.27,236.054,0.575959,300,0,0,10635,0,0,0,0,0),(107771,28802,571,1,1,26860,0,6014.52,-2182.23,236.906,3.71871,300,5,0,10635,0,1,0,0,0),(107772,28802,571,1,1,26860,0,6040.18,-2137.01,240.825,4.2089,300,5,0,10635,0,1,0,0,0),(107773,28802,571,1,1,26860,0,6270.04,-2256.55,233.168,0.593412,300,0,0,10635,0,0,0,0,0),(107774,28802,571,1,1,26860,0,6250.6,-2131.97,236.028,1.76278,300,0,0,10635,0,0,0,0,0),(107775,28034,571,1,1,27844,1,6247.24,-2698.93,302.871,2.37294,300,5,0,10635,3561,1,0,0,0),(107776,28034,571,1,1,27844,1,6248.86,-2528.76,302.784,5.73241,300,5,0,10635,3561,1,0,0,0),(107798,29570,571,1,1,0,1,7377.79,-40.1186,785.906,4.72726,120,0,0,12600,0,2,0,0,0),(107797,29570,571,1,1,0,1,7367.86,178.811,785.839,5.41607,120,0,0,12600,0,2,0,0,0),(107796,29570,571,1,1,0,1,7358.03,22.1333,791.313,4.5908,120,0,0,12600,0,2,0,0,0),(107795,29570,571,1,1,0,1,7346.32,42.8536,780.362,4.93668,120,0,0,12600,0,2,0,0,0),(107794,29570,571,1,1,0,1,7342.88,139.774,805.797,0.436332,120,0,0,12600,0,0,0,0,0),(107793,29570,571,1,1,0,1,7339.34,-44.4651,822.846,5.94563,120,0,0,12600,0,2,0,0,0),(107792,29570,571,1,1,0,1,7333.27,159.573,805.149,0.558505,120,0,0,12600,0,0,0,0,0),(107791,29570,571,1,1,0,1,7330.05,99.0113,836.625,0.875272,120,0,0,12600,0,2,0,0,0),(107790,29570,571,1,1,0,1,7325.23,176.47,804.046,0.366519,120,0,0,12600,0,0,0,0,0),(107789,29570,571,1,1,0,1,7324.67,-103.707,790.037,3.57069,120,0,0,12600,0,2,0,0,0),(107788,29570,571,1,1,0,1,7314.53,195.233,803.081,6.23083,120,0,0,12600,0,0,0,0,0),(107787,29570,571,1,1,0,1,7307.9,27.1618,800.293,1.00799,120,0,0,12600,0,2,0,0,0),(107786,29570,571,1,1,0,1,7302.84,-133.245,795.648,0.541052,120,0,0,12600,0,0,0,0,0),(107785,29570,571,1,1,0,1,7294.59,-113.849,795.431,0.383972,120,0,0,12600,0,0,0,0,0),(107784,29570,571,1,1,0,1,7292.66,30.0885,782.263,4.7822,120,0,0,12600,0,0,0,0,0),(107783,29570,571,1,1,0,1,7273.9,27.7992,782.167,4.88692,120,0,0,12600,0,0,0,0,0),(107782,29570,571,1,1,0,1,7267.55,-34.8182,787.142,4.22051,120,0,0,12600,0,2,0,0,0),(107781,29570,571,1,1,0,1,7224.52,-27.87,794.535,0.314159,120,0,0,12600,0,0,0,0,0),(107780,29570,571,1,1,0,1,7218.11,-9.09869,797.022,0.314159,120,0,0,12600,0,0,0,0,0),(107779,29570,571,1,1,0,1,7204.79,-114.217,784.915,3.59538,120,0,0,12600,0,0,0,0,0),(107778,29570,571,1,1,0,1,7201.59,-2.80053,810.121,3.56212,120,0,0,12600,0,2,0,0,0),(107777,29570,571,1,1,0,1,7184.69,-73.7413,786.031,3.71755,120,0,0,12600,0,0,0,0,0),(107800,25475,571,1,1,23218,1,2814.19,6720.13,9.79479,5.56054,300,0,0,8982,0,2,0,0,0),(107801,27267,571,1,1,24482,1,3209.35,-633.582,160.252,3.68265,300,0,0,9610,0,0,0,0,0),(107803,25219,571,1,1,11686,0,2281.34,5245.08,11.3994,0.174533,300,0,0,4120,0,0,0,0,0),(107804,25219,571,1,1,11686,0,2279.68,5242.29,11.439,1.0821,300,0,0,4120,0,0,0,0,0),(107805,25219,571,1,1,11686,0,2290.37,5244.47,11.4852,5.86431,300,0,0,4120,0,0,0,0,0),(107806,25219,571,1,1,11686,0,2292.69,5243.54,11.4888,5.89921,300,0,0,4120,0,0,0,0,0),(107807,25219,571,1,1,11686,0,2283.36,5246.39,11.3892,5.86431,300,0,0,4120,0,0,0,0,0),(107808,25219,571,1,1,11686,0,2288.46,5245.79,11.4677,5.86431,300,0,0,4120,0,0,0,0,0),(107809,25219,571,1,1,11686,0,2285.84,5246.54,11.4267,5.93412,300,0,0,4120,0,0,0,0,0),(107810,25219,571,1,1,11686,0,2295.02,5242.25,11.4893,5.89921,300,0,0,4120,0,0,0,0,0),(107811,24707,571,1,1,17612,0,718.993,-5203.27,-2.29416,3.87565,300,0,0,8982,0,2,0,0,0),(107812,25219,571,1,1,11686,0,2278.31,5239.6,11.4673,1.06465,300,0,0,4120,0,0,0,0,0),(107813,25219,571,1,1,11686,0,2297.33,5241.24,11.4637,5.89921,300,0,0,4120,0,0,0,0,0),(107815,23939,571,1,1,9021,0,1860.46,-6181.16,24.5246,1.29154,300,0,0,3644,0,0,0,0,0),(107816,27011,571,1,1,24281,1,2359.47,5237.43,7.7957,2.79253,300,0,0,7181,0,0,0,0,0),(107817,28803,571,1,1,26923,0,6194.73,-2078.01,417.638,3.67618,300,0,0,10635,0,2,0,0,0),(107818,28035,571,1,1,27846,1,6239.99,-2415.87,319.842,1.58666,300,0,0,8508,7981,0,0,0,0),(107819,28035,571,1,1,27846,1,6210.67,-2351.86,307.816,1.48223,300,5,0,8508,7981,1,0,0,0),(107820,28035,571,1,1,27846,1,6190.86,-2392.41,307.685,0.308841,300,5,0,8508,7981,1,0,0,0),(107821,28803,571,1,1,26923,0,6119.21,-1985.83,417.674,1.7247,300,0,0,10635,0,2,0,0,0),(107822,28035,571,1,1,27846,1,6474.25,-2622.47,312.763,1.39003,300,5,0,8508,7981,1,0,0,0),(107823,28035,571,1,1,27846,1,6361.14,-2503.66,302.801,3.35445,300,5,0,8508,7981,1,0,0,0),(107824,28035,571,1,1,27846,1,6318.37,-2732.92,302.881,3.11382,300,5,0,8508,7981,1,0,0,0),(107825,28035,571,1,1,27846,1,6355.24,-2731.81,302.773,0.675043,300,0,0,8508,7981,0,0,0,0),(107826,28035,571,1,1,27846,1,6243.87,-2364.65,309.038,5.45908,300,5,0,8508,7981,1,0,0,0),(107827,28035,571,1,1,27846,1,6253.7,-2553.69,302.831,1.6057,300,0,0,8508,7981,0,0,0,0),(107828,28035,571,1,1,27845,1,6186.59,-2764.85,304.919,4.72984,300,0,0,8508,7981,0,0,0,0),(107829,28035,571,1,1,27845,1,6246.76,-2697.58,302.872,-1.79233,300,0,0,8508,7981,0,0,0,0),(107830,28035,571,1,1,27846,1,6193.62,-2522.7,304.783,2.32129,300,0,0,8508,7981,0,0,0,0),(107831,28035,571,1,1,27845,1,6202.85,-2579.36,291.05,2.22378,300,5,0,8508,7981,1,0,0,0),(107832,28035,571,1,1,27846,1,6206.95,-2679.93,290.988,3.09177,300,0,0,8508,7981,0,0,0,0),(107833,28035,571,1,1,27845,1,6282.41,-2709.81,302.597,3.67659,300,5,0,8508,7981,1,0,0,0),(107834,28035,571,1,1,27845,1,6187.09,-2713.14,304.266,1.55334,300,0,0,8508,7981,0,0,0,0),(107835,28035,571,1,1,27846,1,6404.73,-2502.12,302.831,2.84489,300,0,0,8508,7981,0,0,0,0),(107836,28803,571,1,1,26923,0,6236.97,-1995.49,417.633,3.29197,300,0,0,10635,0,2,0,0,0),(107837,28803,571,1,1,26923,0,6194.73,-2078.01,417.638,2.88627,300,0,0,10635,0,2,0,0,0),(107838,25476,571,1,1,22199,1,2811.91,6706.44,10.3289,2.26893,300,0,0,6986,0,0,0,0,0),(107839,1412,571,1,1,134,0,1444.28,-3807.28,129.742,0.338426,300,5,0,8,0,1,0,0,0),(107840,1412,571,1,1,134,0,1257.51,-4368.11,152.263,1.04927,300,5,0,8,0,1,0,0,0),(107841,1412,571,1,1,134,0,794.266,-3875.86,216.712,1.84896,300,5,0,8,0,1,0,0,0),(107842,1412,571,1,1,134,0,6377.13,4537.97,-67.8288,1.52781,300,5,0,8,0,1,0,0,0),(107843,1412,571,1,1,134,0,6253.9,4878.85,-83.0448,0.666272,300,5,0,8,0,1,0,0,0),(107844,1412,571,1,1,134,0,4885.23,4668.39,-70.6386,5.71551,300,5,0,8,0,1,0,0,0),(107845,1412,571,1,1,134,0,6004.43,4339.72,-85.745,3.84012,300,5,0,8,0,1,0,0,0),(107846,1412,571,1,1,134,0,5260.21,3958.09,-65.0859,1.46009,300,5,0,8,0,1,0,0,0),(107847,1412,571,1,1,134,0,220.224,-5613.36,343.456,3.85509,300,5,0,8,0,1,0,0,0),(107848,1412,571,1,1,134,0,4972.22,5122.84,-92.6196,0.767444,300,5,0,8,0,1,0,0,0),(107849,1412,571,1,1,134,0,4869.24,4481.49,-67.0367,2.37139,300,5,0,8,0,1,0,0,0),(107850,27012,571,1,1,24280,0,2118.25,5244.4,19.5292,0.925025,300,0,0,3728,0,0,0,0,0),(107851,1412,571,1,1,134,0,1254.42,-6263.11,268.028,0.710108,300,5,0,8,0,1,0,0,0),(107852,1412,571,1,1,134,0,1243.69,-5965.44,281.652,2.51567,300,5,0,8,0,1,0,0,0),(107853,1412,571,1,1,134,0,84.7733,-4391.49,232.239,4.92894,300,5,0,8,0,1,0,0,0),(107854,1412,571,1,1,134,0,6485.68,4490.91,-59.3546,5.20355,300,5,0,8,0,1,0,0,0),(107855,1412,571,1,1,134,0,5983.16,4434.39,-92.9946,1.31719,300,5,0,8,0,1,0,0,0),(107856,1412,571,1,1,134,0,5964.46,4538.62,-94.237,4.33828,300,5,0,8,0,1,0,0,0),(107857,1412,571,1,1,134,0,654.571,-4629.17,201.67,3.14159,300,5,0,8,0,1,0,0,0),(107858,1412,571,1,1,134,0,1807.62,-5063.32,175.965,1.44963,300,5,0,8,0,1,0,0,0),(107859,1412,571,1,1,134,0,4931.25,5043.75,-101.587,3.03108,300,5,0,8,0,1,0,0,0),(107860,1412,571,1,1,134,0,829.103,-5737.61,251.28,5.27397,300,5,0,8,0,1,0,0,0),(107861,1412,571,1,1,134,0,4803.38,4931.36,-73.9203,0.94839,300,5,0,8,0,1,0,0,0),(107862,1412,571,1,1,134,0,368.223,-4765.73,229.285,1.08705,300,5,0,8,0,1,0,0,0),(107863,1412,571,1,1,134,0,6650.14,4594.89,2.08123,5.83352,300,5,0,8,0,1,0,0,0),(107864,1412,571,1,1,134,0,5312.8,4046.98,-81.9966,3.04829,300,5,0,8,0,1,0,0,0),(107865,1412,571,1,1,134,0,5375.37,4382.29,-133.513,0,300,5,0,8,0,1,0,0,0),(107866,1412,571,1,1,134,0,215.646,-4356.38,249.316,3.88205,300,5,0,8,0,1,0,0,0),(107867,1412,571,1,1,134,0,4981.03,4869.85,-101.613,3.68218,300,5,0,8,0,1,0,0,0),(107868,1412,571,1,1,134,0,5239.54,3930.54,-55.1406,4.08862,300,5,0,8,0,1,0,0,0),(107869,1412,571,1,1,134,0,5901.9,4215.12,-81.7563,3.5869,300,5,0,8,0,1,0,0,0),(107870,1412,571,1,1,134,0,6094.68,4380.39,-80.4539,3.24102,300,5,0,8,0,1,0,0,0),(107871,1412,571,1,1,134,0,5243.69,4007.82,-68.7648,3.78673,300,5,0,8,0,1,0,0,0),(107872,1412,571,1,1,134,0,1693.57,-6025.96,5.66313,4.69565,300,5,0,8,0,1,0,0,0),(107873,1412,571,1,1,134,0,594.799,-4346.47,209.453,0.600816,300,5,0,8,0,1,0,0,0),(107874,1412,571,1,1,134,0,1790.91,-4615.07,177.582,5.4667,300,5,0,8,0,1,0,0,0),(107875,1412,571,1,1,134,0,4985,4715.15,-91.9496,2.61773,300,5,0,8,0,1,0,0,0),(107876,1412,571,1,1,134,0,4869.23,5684.55,-60.3574,4.75049,300,5,0,8,0,1,0,0,0),(107877,1412,571,1,1,134,0,6424.9,4640.93,-69.9219,5.53317,300,5,0,8,0,1,0,0,0),(107878,1412,571,1,1,134,0,4894.13,4368.52,-61.267,0.82339,300,5,0,8,0,1,0,0,0),(107879,1412,571,1,1,134,0,4876.42,4189.23,-37.2871,5.94476,300,5,0,8,0,1,0,0,0),(107880,1412,571,1,1,134,0,6074.91,4908.7,-96.7725,4.64147,300,5,0,8,0,1,0,0,0),(107881,1412,571,1,1,134,0,4849.18,5251.28,-92.7929,3.15703,300,5,0,8,0,1,0,0,0),(107882,1412,571,1,1,134,0,6260.54,5035.31,-94.5179,2.29569,300,5,0,8,0,1,0,0,0),(107883,1412,571,1,1,134,0,6184.11,4446.8,-80.6701,4.87625,300,5,0,8,0,1,0,0,0),(107884,1412,571,1,1,134,0,6505.5,5210.83,-54.6892,2.21228,300,5,0,8,0,1,0,0,0),(107885,1412,571,1,1,134,0,4986.29,5503.63,-87.3224,5.15687,300,5,0,8,0,1,0,0,0),(107886,1412,571,1,1,134,0,5998.11,4736.46,-98.2327,0.574739,300,5,0,8,0,1,0,0,0),(107887,1412,571,1,1,134,0,6404.79,5161.83,-67.7636,1.63133,300,5,0,8,0,1,0,0,0),(107888,1412,571,1,1,134,0,5572.54,5981.91,-41.1542,3.95641,300,5,0,8,0,1,0,0,0),(107889,1412,571,1,1,134,0,6322.15,4190.94,-43.3225,1.45928,300,5,0,8,0,1,0,0,0),(107890,1412,571,1,1,134,0,4861.4,5469.88,-62.3156,0.477649,300,5,0,8,0,1,0,0,0),(107891,1412,571,1,1,134,0,4950.64,5331.23,-90.3138,3.7464,300,5,0,8,0,1,0,0,0),(107892,1412,571,1,1,134,0,361.176,-5369.54,292.209,0.723238,300,5,0,8,0,1,0,0,0),(107893,1412,571,1,1,134,0,562.354,-5504.36,268.43,3.06048,300,5,0,8,0,1,0,0,0),(107894,1412,571,1,1,134,0,952.223,-5789.32,245.119,2.69844,300,5,0,8,0,1,0,0,0),(107895,1412,571,1,1,134,0,6510.07,4367.42,-48.0212,4.61033,300,5,0,8,0,1,0,0,0),(107896,1412,571,1,1,134,0,6381,5313.57,-52.0148,3.23989,300,5,0,8,0,1,0,0,0),(107897,1412,571,1,1,134,0,5111.62,5601.59,-90.9651,4.91994,300,0,0,8,0,0,0,0,0),(107898,1412,571,1,1,134,0,5376.62,4528.65,-129.103,3.14159,300,5,0,8,0,1,0,0,0),(107899,1412,571,1,1,134,0,6449.68,5072.49,-64.4957,3.42365,300,5,0,8,0,1,0,0,0),(107900,1412,571,1,1,134,0,4754.11,5203.99,-53.7084,2.71732,300,5,0,8,0,1,0,0,0),(107901,1412,571,1,1,134,0,5985.86,4837.14,-100.662,6.07755,300,5,0,8,0,1,0,0,0),(107902,24196,571,1,1,22475,0,2513.61,-3934.41,269.705,5.93412,300,0,0,102,0,0,0,0,0),(107903,1412,571,1,1,134,0,244.864,-4870.59,266.207,2.85874,300,5,0,8,0,1,0,0,0),(107904,1412,571,1,1,134,0,4887.25,5779.06,-60.6174,1.7337,300,5,0,8,0,1,0,0,0),(107905,1412,571,1,1,134,0,6567.47,5060.94,-47.8878,1.7149,300,5,0,8,0,1,0,0,0),(107906,1412,571,1,1,134,0,6288.61,5118.99,-83.3274,0.618887,300,5,0,8,0,1,0,0,0),(107907,1412,571,1,1,134,0,5261.04,4414.7,-95.9895,0.652482,300,5,0,8,0,1,0,0,0),(107908,1412,571,1,1,134,0,5404.69,5958.85,-44.6537,2.28779,300,5,0,8,0,1,0,0,0),(107909,1412,571,1,1,134,0,5393.27,5796.96,-77.2631,2.57202,300,5,0,8,0,1,0,0,0),(107910,1412,571,1,1,134,0,5430.89,5778.54,-75.5337,5.49229,300,5,0,8,0,1,0,0,0),(107911,1412,571,1,1,134,0,5977.21,5697.86,-55.7781,2.56493,300,5,0,8,0,1,0,0,0),(107912,1412,571,1,1,134,0,6203.16,5537.84,-46.3251,5.08328,300,5,0,8,0,1,0,0,0),(107913,1412,571,1,1,134,0,6115.83,5595.41,-52.5744,0.546281,300,5,0,8,0,1,0,0,0),(107914,1412,571,1,1,134,0,5791.67,5908.33,-44.9443,2.69608,300,5,0,8,0,1,0,0,0),(107915,1412,571,1,1,134,0,5651.97,5536.65,-82.5806,5.34541,300,5,0,8,0,1,0,0,0),(107916,1412,571,1,1,134,0,5982.6,5685.16,-59.1531,0.539578,300,5,0,8,0,1,0,0,0),(107917,1412,571,1,1,134,0,6209.28,5533.06,-47.7821,4.40484,300,5,0,8,0,1,0,0,0),(107918,1412,571,1,1,134,0,6044.1,5237.95,-96.6099,1.29712,300,5,0,8,0,1,0,0,0),(107919,24196,571,1,1,22195,0,2552.45,-4967.99,307.356,4.2586,300,0,0,102,0,0,0,0,0),(107920,1412,571,1,1,134,0,2375.36,-4507.49,214.434,0.558185,300,5,0,8,0,1,0,0,0),(107921,28036,571,1,1,27841,1,6443.32,-2727.77,304.386,0.024646,300,0,0,10635,0,0,0,0,0),(107922,1412,571,1,1,134,0,2312.35,-4305.71,231.492,6.08656,300,5,0,8,0,1,0,0,0),(107923,24196,571,1,1,22195,0,2356.98,-4626.88,226.367,4.93928,300,0,0,102,0,0,0,0,0),(107924,24196,571,1,1,22475,0,2460.02,-4601.42,233.616,3.45575,300,0,0,102,0,0,0,0,0),(107925,24196,571,1,1,22195,0,2538.59,-4428.56,232.41,3.45575,300,0,0,102,0,0,0,0,0),(107926,24196,571,1,1,22475,0,2438.35,-4459.22,225.528,1.16937,300,0,0,102,0,0,0,0,0),(107927,1412,571,1,1,134,0,1364.42,-4065.42,132.569,0.887059,300,5,0,8,0,1,0,0,0),(107928,1412,571,1,1,134,0,243.765,-5452.95,329.635,2.97099,300,5,0,8,0,1,0,0,0),(107929,1412,571,1,1,134,0,1465.73,-5742.43,260.409,1.98634,300,5,0,8,0,1,0,0,0),(107930,24196,571,1,1,22190,0,1934.06,-4609.49,199.096,0.122173,300,0,0,102,0,0,0,0,0),(107931,24196,571,1,1,22190,0,2082.97,-4579.21,216.511,0.890118,300,0,0,102,0,0,0,0,0),(107932,24196,571,1,1,22475,0,2109.13,-4394.79,215.353,2.89725,300,0,0,102,0,0,0,0,0),(107933,1412,571,1,1,134,0,1399.09,-4459.46,153.531,4.81261,300,5,0,8,0,1,0,0,0),(107934,24196,571,1,1,22475,0,2014.92,-4786.55,203.195,0.191986,300,0,0,102,0,0,0,0,0),(107935,24196,571,1,1,22475,0,1978.95,-4700.39,203.284,2.82743,300,0,0,102,0,0,0,0,0),(107936,1412,571,1,1,134,0,463.928,-5811.55,305.601,1.07256,300,5,0,8,0,1,0,0,0),(107937,1412,571,1,1,134,0,518.491,-4376.96,209.587,2.13277,300,5,0,8,0,1,0,0,0),(107938,1412,571,1,1,134,0,1660.5,-5399.16,191.559,5.76401,300,5,0,8,0,1,0,0,0),(107939,1412,571,1,1,134,0,377.192,-6020.39,325.218,1.19718,300,5,0,8,0,1,0,0,0),(107940,24196,571,1,1,22195,0,2322.51,-4826.81,238.793,5.74213,300,0,0,102,0,0,0,0,0),(107941,24196,571,1,1,22195,0,2603.33,-4472.49,241.529,2.40855,300,0,0,102,0,0,0,0,0),(107942,24196,571,1,1,22190,0,2389.53,-4574.11,222.585,2.79253,300,0,0,102,0,0,0,0,0),(107943,1412,571,1,1,134,0,698.032,-4413.06,195.085,3.23941,300,5,0,8,0,1,0,0,0),(107944,28036,571,1,1,27841,1,6227.1,-2414.62,308.565,5.90844,300,5,0,10635,0,1,0,0,0),(107945,24196,571,1,1,22475,0,2284.34,-4756.61,235.12,4.45059,300,0,0,102,0,0,0,0,0),(107946,24196,571,1,1,22447,0,2199.11,-4633.81,214.32,1.74533,300,0,0,102,0,0,0,0,0),(107947,24196,571,1,1,22447,0,2134.73,-4464.36,217.617,4.38078,300,0,0,102,0,0,0,0,0),(107948,24196,571,1,1,22475,0,2307.36,-4496.38,217.265,4.32842,300,0,0,102,0,0,0,0,0),(107949,28036,571,1,1,27841,1,6388.46,-2718.77,302.755,4.78162,300,5,0,10635,0,1,0,0,0),(107950,24196,571,1,1,22190,0,2295.48,-4527.03,220.181,2.9147,300,0,0,102,0,0,0,0,0),(107951,24196,571,1,1,22195,0,2156.26,-4289.73,222.741,0.087266,300,0,0,102,0,0,0,0,0),(107952,24196,571,1,1,22447,0,2407.66,-4214.07,238.759,4.66003,300,0,0,102,0,0,0,0,0),(107953,24196,571,1,1,22447,0,2243.77,-4560.29,214.761,5.98648,300,0,0,102,0,0,0,0,0),(107954,24196,571,1,1,22195,0,2432.34,-4252.87,241.925,4.15388,300,0,0,102,0,0,0,0,0),(107955,24196,571,1,1,22475,0,2195.58,-4160.82,223.994,2.51327,300,0,0,102,0,0,0,0,0),(107956,24196,571,1,1,22195,0,2266.35,-4279.75,229.3,6.26573,300,0,0,102,0,0,0,0,0),(107957,24196,571,1,1,22195,0,2578.95,-4715.04,260.426,3.35103,300,0,0,102,0,0,0,0,0),(107958,24196,571,1,1,22475,0,2244.04,-4252.06,229.179,3.57792,300,0,0,102,0,0,0,0,0),(107959,24196,571,1,1,22190,0,2307.85,-4635.34,219.933,1.79769,300,0,0,102,0,0,0,0,0),(107960,24196,571,1,1,22447,0,2278.81,-4355.47,229.337,4.93928,300,0,0,102,0,0,0,0,0),(107961,24196,571,1,1,22195,0,2581.85,-4495.91,248.097,0.174533,300,0,0,102,0,0,0,0,0),(107962,24196,571,1,1,22447,0,2278.72,-4662.83,220.754,0.10472,300,0,0,102,0,0,0,0,0),(107963,24196,571,1,1,22190,0,2335.64,-4269.32,233.798,3.29867,300,0,0,102,0,0,0,0,0),(107964,24196,571,1,1,22447,0,2172.62,-4207.09,229.472,4.62512,300,0,0,102,0,0,0,0,0),(107965,24196,571,1,1,22190,0,2368.32,-4860.74,249.774,0.069813,300,0,0,102,0,0,0,0,0),(107966,24196,571,1,1,22195,0,2378.29,-4242.43,233.621,3.42085,300,0,0,102,0,0,0,0,0),(107967,24196,571,1,1,22190,0,2262.46,-4760.81,233.195,2.35619,300,0,0,102,0,0,0,0,0),(107968,28036,571,1,1,27842,1,6157.41,-2393.72,310.477,1.48539,300,5,0,10635,0,1,0,0,0),(107969,24196,571,1,1,22447,0,2234.13,-4481.77,217.582,0.436332,300,0,0,102,0,0,0,0,0),(107970,1412,571,1,1,134,0,204.265,-4476.02,252.07,2.58347,300,0,0,8,0,0,0,0,0),(107971,23940,571,1,1,21931,1,1006.58,-3904.67,178.535,2.9147,300,0,0,8982,0,0,0,0,0),(107972,24196,571,1,1,22447,0,2020.4,-4628.46,211.731,2.94961,300,0,0,102,0,0,0,0,0),(107973,1412,571,1,1,134,0,278.647,-3214.14,12.4081,3.17088,300,5,0,8,0,1,0,0,0),(107974,1412,571,1,1,134,0,679.629,-3229.6,25.5645,3.10576,300,5,0,8,0,1,0,0,0),(107975,24196,571,1,1,22195,0,2117.03,-4780.48,214.17,5.39307,300,0,0,102,0,0,0,0,0),(107976,24196,571,1,1,22447,0,2240.33,-4839.06,234.078,6.07375,300,0,0,102,0,0,0,0,0),(107977,24196,571,1,1,22447,0,2243.58,-4203.12,225.129,5.20108,300,0,0,102,0,0,0,0,0),(107978,24196,571,1,1,22475,0,2024.43,-4451.02,210.076,3.85718,300,0,0,102,0,0,0,0,0),(107979,24196,571,1,1,22190,0,2543.09,-5268.5,317.584,1.98968,300,0,0,102,0,0,0,0,0),(107980,24196,571,1,1,22190,0,1939.53,-4537.15,207.066,1.15192,300,0,0,102,0,0,0,0,0),(107981,24196,571,1,1,22475,0,2400.79,-4832.66,248.183,2.96706,300,0,0,102,0,0,0,0,0),(107982,1412,571,1,1,134,0,582.839,-5999.09,310.792,2.53073,300,0,0,8,0,0,0,0,0),(107983,24196,571,1,1,22195,0,2429.77,-4082.54,232.638,0.698132,300,0,0,102,0,0,0,0,0),(107984,24196,571,1,1,22190,0,2642.73,-4918.07,304.671,1.67552,300,0,0,102,0,0,0,0,0),(107985,24196,571,1,1,22190,0,1988.54,-5019.86,213.17,1.39626,300,0,0,102,0,0,0,0,0),(107986,24196,571,1,1,22195,0,1955.78,-5185.29,191.518,5.60251,300,0,0,102,0,0,0,0,0),(107987,24196,571,1,1,22447,0,2275.99,-4903.67,243.684,0.890118,300,0,0,102,0,0,0,0,0),(107988,24196,571,1,1,22447,0,2048.14,-5067.9,225.275,4.69494,300,0,0,102,0,0,0,0,0),(107989,28036,571,1,1,27842,1,6164.73,-2355.2,308.302,1.29549,300,5,0,10635,0,1,0,0,0),(107990,28036,571,1,1,27841,1,6315.64,-2502.66,302.735,-2.93158,300,0,0,10635,0,0,0,0,0),(107991,28036,571,1,1,27842,1,6281.38,-2505.88,300.546,2.36016,300,5,0,10635,0,1,0,0,0),(107992,28036,571,1,1,27841,1,6213.29,-2656.05,291.05,4.48339,300,5,0,10635,0,1,0,0,0),(107993,28036,571,1,1,27841,1,6257.31,-2746.4,304.506,0.563647,300,5,0,10635,0,1,0,0,0),(107994,28036,571,1,1,27841,1,6220.09,-2728.12,302.8,2.85837,300,5,0,10635,0,1,0,0,0),(107995,28036,571,1,1,27841,1,6484.3,-2672.58,310.627,5.65487,300,0,0,10635,0,0,0,0,0),(107996,28036,571,1,1,27842,1,6199.38,-2615.87,293.179,2.7982,300,5,0,10635,0,1,0,0,0),(107997,1412,571,1,1,134,0,5826.76,417.184,657.602,0.499381,300,5,0,8,0,1,0,0,0),(107998,25732,571,1,1,23337,1,3460.5,5877.44,149.538,1.0821,300,0,0,7688,7500,0,0,0,0),(202328,33403,571,1,1,0,1,8397.64,664.995,550.433,6.09336,300,0,0,25200,0,0,0,0,0),(108000,25220,571,1,1,24821,0,2296.29,5241.84,11.9614,5.90101,300,0,0,6986,0,0,0,0,0),(108001,25220,571,1,1,24821,0,2293.74,5242.91,11.451,5.80953,300,0,0,6986,0,0,0,0,0),(108002,25220,571,1,1,24818,0,2291.54,5244.03,11.451,5.88465,300,0,0,6986,0,0,0,0,0),(108003,25220,571,1,1,24819,0,2289.29,5244.98,11.451,5.84535,300,0,0,6986,0,0,0,0,0),(108004,25220,571,1,1,24818,0,2287.19,5245.96,11.451,6.14486,300,0,0,6986,0,0,0,0,0),(108005,25220,571,1,1,24821,0,2284.87,5246.3,11.4135,0.243582,300,0,0,6986,0,0,0,0,0),(108006,25220,571,1,1,24821,0,2282.61,5245.73,11.3624,0.721661,300,0,0,6986,0,0,0,0,0),(108007,25220,571,1,1,24819,0,2280.78,5244.11,11.3589,1.04766,300,0,0,6986,0,0,0,0,0),(108008,25220,571,1,1,24818,0,2279.22,5241.41,11.451,1.09023,300,0,0,6986,0,0,0,0,0),(108012,1412,571,1,1,134,0,5664.81,709.912,641.56,5.38002,300,5,0,8,0,1,0,0,0),(108013,1412,571,1,1,134,0,5879.15,785.132,641.492,3.18013,300,5,0,8,0,1,0,0,0),(108014,1412,571,1,1,134,0,5817.43,417.058,657.648,3.10329,300,5,0,8,0,1,0,0,0),(108015,1412,571,1,1,134,0,5915.49,558.723,639.569,1.94112,300,5,0,8,0,1,0,0,0),(108016,1412,571,1,1,134,0,5883.12,648.64,645.862,2.74182,300,0,0,8,0,0,0,0,0),(108017,1412,571,1,1,134,0,5786.22,636.25,648.027,3.92356,300,0,0,8,0,0,0,0,0),(108018,1412,571,1,1,134,0,5713.17,643.534,648.968,3.51133,300,0,0,8,0,0,0,0,0),(108020,24709,571,1,1,22600,0,3462.37,4192.15,18.2414,0.453786,300,0,0,8982,0,0,0,0,0),(108021,25477,571,1,1,23220,1,4172.79,5254.92,26.1285,5.78731,300,0,0,8982,0,0,0,0,0),(108022,26501,571,1,1,21482,0,3328.2,2270.39,32.8916,4.74729,300,0,0,9940,0,0,0,0,0),(108023,26245,571,1,1,23710,1,2728.97,935.776,0.223537,3.50811,300,0,0,8982,0,0,0,0,0),(108024,24197,571,1,1,21802,1,1954.06,-3226.82,153.746,3.64774,300,0,0,8982,0,0,0,0,0),(1975209,33282,603,2,3,0,0,600,-136,391.5,5.06733,300,0,0,12600,0,0,0,0,0),(108026,24197,571,1,1,21802,1,1945.9,-3210.56,147.398,2.94961,300,0,0,8982,0,0,0,0,0),(108027,25733,571,1,1,23338,1,3435.27,5889.9,151.063,3.66519,300,0,0,7688,7500,0,0,0,0),(108029,25222,571,1,1,23072,0,2300.5,5239.98,11.423,2.87979,300,0,0,18582,0,0,0,0,0),(108030,28806,571,1,1,25716,1,5136.49,-2197.27,236.621,0.20944,300,0,0,10635,0,0,0,0,0),(108031,28038,571,1,1,25056,0,5566.25,5763.71,-75.1425,6.23082,300,0,0,11770,0,0,0,0,0),(108032,25478,571,1,1,23221,0,3632.48,5900.61,150.517,-0.90757,300,0,0,9610,3309,0,0,0,0),(108034,27270,571,1,1,24484,0,4415.26,416.972,44.5214,2.11185,300,0,0,79520,0,0,0,0,0),(108035,27270,571,1,1,24484,0,4186.99,460.352,57.3126,6.12611,300,0,0,79520,0,0,0,0,0),(108036,27270,571,1,1,24484,0,4209.17,395.481,59.5424,1.01229,300,0,0,79520,0,0,0,0,0),(108037,27270,571,1,1,24484,0,4355.68,363.742,51.2043,1.8326,300,0,0,79520,0,0,0,0,0),(108038,27270,571,1,1,24484,0,4236.21,526.516,11.463,1.78811,300,0,0,79520,0,2,0,0,0),(108039,27270,571,1,1,24484,0,4341.52,484.592,-8.10231,0.833442,300,0,0,79520,0,2,0,0,0),(108040,24198,571,1,1,22192,1,956.149,-4457.6,152.558,4.19837,300,0,0,1916,7031,2,0,0,0),(108041,24198,571,1,1,22192,1,882.611,-4432.8,139.828,3.9671,300,0,0,1916,7031,0,0,0,0),(108042,24198,571,1,1,22192,1,812.773,-4386.62,151.819,1.95912,300,0,0,1916,7031,0,0,0,0),(245681,25925,0,1,1,0,0,-6695.69,-2196.15,248.553,1.5708,300,0,0,1200,0,0,0,0,0),(108044,27783,571,1,1,24805,0,3424.36,-2680.88,82.0611,2.58309,300,0,0,110010,0,0,0,0,0),(108045,28039,571,1,1,25057,1,5450.91,-2610.93,306.993,1.5708,300,0,0,11379,0,0,0,0,0),(108046,28807,571,1,1,25717,1,5142.17,-2209.02,236.641,0.942478,300,0,0,10635,0,0,0,0,0),(108047,27271,571,1,1,24485,1,3638.25,5871.22,174.661,2.9147,300,0,0,7688,7500,0,0,0,0),(108049,29319,571,1,1,10618,0,5436.23,-4449.48,379.4,4.82197,300,0,0,11001,0,0,0,0,0),(108050,29319,571,1,1,10618,0,5255.07,-4388.22,388.721,1.06,300,0,0,11001,0,0,0,0,0),(108051,29319,571,1,1,10618,0,5501.88,-4458.91,368.442,6.2148,300,0,0,11001,0,0,0,0,0),(108052,26503,571,1,1,901,0,-110.786,-3507.72,4.53501,2.11425,300,5,0,1,0,1,0,0,0),(108053,26503,571,1,1,901,0,-114.646,-3506.34,4.32159,0.186584,300,5,0,1,0,1,0,0,0),(108054,29319,571,1,1,10618,0,6341,-3536.06,376.228,6.16379,300,0,0,11001,0,0,0,0,0),(108055,26503,571,1,1,6295,0,-80.0622,-3590.15,2.68158,2.89901,300,5,0,1,0,1,0,0,0),(108056,26503,571,1,1,6295,0,-181.557,-3544.24,2.87277,0.677446,300,5,0,1,0,1,0,0,0),(108057,24199,571,1,1,22193,0,1024.86,-4416.38,168.386,3.15905,300,0,0,2395,0,0,0,0,0),(108058,26503,571,1,1,901,0,-177.999,-3548.9,2.68511,0.083504,300,5,0,1,0,1,0,0,0),(108059,29319,571,1,1,10618,0,5314.19,-4495.65,409.785,2.32306,300,0,0,11001,0,0,0,0,0),(108060,29319,571,1,1,10618,0,5395.31,-4445.3,384.36,4.31429,300,0,0,11001,0,0,0,0,0),(108061,29319,571,1,1,10618,0,5355.4,-4486.11,400.437,3.26885,300,0,0,11001,0,0,0,0,0),(108062,29319,571,1,1,10618,0,5320.62,-4383.53,379.543,2.78279,300,0,0,11001,0,0,0,0,0),(108063,29319,571,1,1,10618,0,5509.02,-4431.5,369.208,4.05991,300,0,0,11001,0,0,0,0,0),(108064,29319,571,1,1,10618,0,5457.54,-4174.75,363.041,1.15832,300,0,0,11001,0,0,0,0,0),(108065,29319,571,1,1,10618,0,5258.79,-4212.57,361.213,1.80316,300,0,0,11001,0,0,0,0,0),(108066,29319,571,1,1,10618,0,5420.22,-4110.39,363.037,1.66464,300,0,0,11001,0,0,0,0,0),(108067,29319,571,1,1,10618,0,5493.47,-4257.84,363.085,3.74953,300,0,0,11001,0,0,0,0,0),(108068,29319,571,1,1,10618,0,5484.91,-4352.82,365.129,3.23258,300,0,0,11001,0,0,0,0,0),(108069,24199,571,1,1,22193,0,782.757,-4447.61,160.457,6.12611,300,0,0,2395,0,0,0,0,0),(108070,29319,571,1,1,10618,0,5419.27,-4265.56,363.036,1.76404,300,0,0,11001,0,0,0,0,0),(108071,29319,571,1,1,10618,0,5419.4,-4415.43,372.841,4.8004,300,0,0,11001,0,0,0,0,0),(108072,29319,571,1,1,10618,0,5221.52,-4242.59,357.596,4.22571,300,0,0,11001,0,0,0,0,0),(108073,29319,571,1,1,10618,0,5310.88,-4286.1,370.564,1.37706,300,0,0,11001,0,0,0,0,0),(108074,29319,571,1,1,10618,0,5224.94,-4291.29,375.729,1.30074,300,0,0,11001,0,0,0,0,0),(108075,29319,571,1,1,10618,0,5292.34,-4173.28,362.913,4.55834,300,0,0,11001,0,0,0,0,0),(108076,24199,571,1,1,22193,0,1005.08,-4359.91,153.233,2.58309,300,0,0,2395,0,0,0,0,0),(108077,26503,571,1,1,6295,0,-92.661,-3580.75,3.55658,1.35959,300,5,0,1,0,1,0,0,0),(108078,26503,571,1,1,6296,0,-90.2699,-3582.22,3.05658,2.59104,300,5,0,1,0,1,0,0,0),(108079,24199,571,1,1,22193,0,875.469,-4438.86,140.546,4.16246,300,0,0,2395,0,0,0,0,0),(108080,24199,571,1,1,22193,0,797.969,-4453.24,160.509,1.15192,300,0,0,2395,0,0,0,0,0),(108081,24199,571,1,1,22193,0,871.097,-4395.04,140.839,4.41568,300,0,0,2395,0,0,0,0,0),(108082,26503,571,1,1,6295,0,-177.246,-3552.26,2.24777,0.825517,300,5,0,1,0,1,0,0,0),(108083,26503,571,1,1,901,0,-114.847,-3508.87,4.32159,5.00538,300,5,0,1,0,1,0,0,0),(108084,26503,571,1,1,6295,0,-140.643,-3574.01,2.51188,5.67525,300,5,0,1,0,1,0,0,0),(108085,26503,571,1,1,901,0,-131.447,-3563.66,3.29212,1.99841,300,5,0,1,0,1,0,0,0),(108086,29319,571,1,1,10618,0,6347.06,-3613.54,379.778,2.90301,300,0,0,11001,0,0,0,0,0),(108087,29319,571,1,1,10618,0,6402.13,-3572.47,377.399,2.53133,300,0,0,11001,0,0,0,0,0),(108092,25479,571,1,2,25773,0,3129.55,6699.24,0.683241,0.410873,300,0,0,6986,2991,0,0,0,0),(108091,25479,571,1,2,25773,0,2956.55,6767.88,10.3407,3.735,300,0,0,6986,2991,0,0,0,0),(108090,25479,571,1,2,25773,0,3085.97,6735.3,0.746273,0.990279,300,0,0,6986,2991,0,0,0,0),(108089,25479,571,1,2,25775,0,3123.13,6694.75,1.26824,3.96632,300,0,0,6986,2991,0,0,0,0),(108088,25479,571,1,2,25773,0,2356.44,6703.22,1.14315,3.16275,300,0,0,6986,2991,0,0,0,0),(108093,25736,571,1,1,23341,0,4503.35,5748.63,81.5913,3.64774,300,0,0,8982,0,0,0,0,0),(108094,28040,571,1,1,25058,0,5552.26,5738.88,-76.134,1.62316,300,0,0,10635,0,0,0,0,0),(108095,26248,571,1,1,17612,0,2449.42,5452.2,17.7065,2.63545,300,0,0,4120,0,0,0,0,0),(108096,26248,571,1,1,17612,0,2469.58,5353.81,22.0069,4.85202,300,0,0,4120,0,0,0,0,0),(108097,26248,571,1,1,17612,0,2471.85,5413.77,22.7183,0.191986,300,0,0,4120,0,0,0,0,0),(108098,26504,571,1,1,23874,1,3759.47,1547.64,87.1148,5.044,300,0,0,10282,3466,0,0,0,0),(108099,25480,571,1,1,23223,0,3635.46,5900.23,150.504,4.43314,300,0,0,7688,7500,0,0,0,0),(108101,30856,571,1,1,27358,1,5548.17,-960.585,188.55,1.64318,300,5,0,11770,3809,1,0,0,0),(108102,30856,571,1,1,27358,1,5487.93,-656.733,151.12,5.9714,300,5,0,11770,3809,1,0,0,0),(108103,30856,571,1,1,27358,1,5500.14,-587.453,155.008,2.07364,300,5,0,11770,3809,1,0,0,0),(108104,30856,571,1,1,27358,1,5523.87,-809.086,159.52,0.588003,300,5,0,11770,3809,1,0,0,0),(108105,30856,571,1,1,27358,1,5443.21,-684.69,156.449,2.56117,300,5,0,11770,3809,1,0,0,0),(108106,30856,571,1,1,27358,1,5481.05,-780.352,152.972,3.74479,300,5,0,11770,3809,1,0,0,0),(108107,30856,571,1,1,27358,1,5477.37,-942.468,164.326,1.59536,300,5,0,11770,3809,1,0,0,0),(108108,30856,571,1,1,27358,1,5549.23,-877.068,165.149,0.533627,300,5,0,11770,3809,1,0,0,0),(108109,30856,571,1,1,27358,1,5514.9,-720.224,148.518,5.548,300,5,0,11770,3809,1,0,0,0),(108111,30856,571,1,1,27358,1,5482.66,-949.838,166.187,1.45226,300,5,0,11770,3809,1,0,0,0),(108112,30856,571,1,1,27358,1,5556.17,-874.091,165.251,3.14745,300,5,0,11770,3809,1,0,0,0),(108113,30856,571,1,1,27358,1,5510.22,-594.728,153.325,0.143868,300,5,0,11770,3809,1,0,0,0),(108114,30856,571,1,1,27358,1,5480.5,-661.13,151.612,4.93015,300,5,0,11770,3809,1,0,0,0),(108115,30856,571,1,1,27358,1,5447.21,-687.885,155.569,4.87515,300,5,0,11770,3809,1,0,0,0),(108116,30856,571,1,1,27358,1,5513.78,-715.61,148.643,2.57952,300,5,0,11770,3809,1,0,0,0),(108117,25481,571,1,1,999,0,2494.46,6642.93,19.547,1.7033,300,5,0,6986,0,1,0,0,0),(108118,25481,571,1,1,999,0,2550.87,6651.86,21.3183,4.63712,300,5,0,6986,0,1,0,0,0),(108119,27529,571,1,1,11686,0,3020.91,4102.98,25.0499,2.32129,300,5,0,9940,0,1,0,0,0),(108120,26249,571,1,1,17612,0,2154.42,5661.66,28.4774,3.07178,300,0,0,4120,0,0,0,0,0),(108121,26249,571,1,1,17612,0,2119.36,5637.5,30.3605,6.00393,300,0,0,4120,0,0,0,0,0),(108122,26249,571,1,1,17612,0,2113.56,5679.16,31.7548,2.77507,300,0,0,4120,0,0,0,0,0),(108123,26505,571,1,1,23875,1,3747.01,1603.44,86.9881,3.735,300,0,0,53175,17805,0,0,0,0),(108124,25481,571,1,1,999,0,2702.97,6849.01,-0.153301,2.95591,300,5,0,6986,0,1,0,0,0),(108125,25481,571,1,1,999,0,2449.67,6649,20.285,5.16113,300,5,0,6986,0,1,0,0,0),(108126,28809,571,1,1,25712,1,5152.51,-2211.93,236.883,1.93731,300,0,0,8508,7981,0,0,0,0),(108127,25737,571,1,1,23342,1,2256.42,5178.84,11.8544,1.309,300,0,0,6986,0,0,0,0,0),(108128,28041,571,1,1,25062,1,5966.05,-2624.93,292.265,0,300,0,0,9572,0,0,0,0,0),(108129,28041,571,1,1,25059,1,5966.79,-2622.58,292.32,0.178877,300,0,0,9572,0,0,0,0,0),(108130,28041,571,1,1,25059,1,5963.05,-2624.93,292.515,6.07228,300,0,0,9572,0,0,0,0,0),(108131,28041,571,1,1,25060,1,5894.14,-2614.55,292.481,5.75959,300,0,0,9572,0,0,0,0,0),(108132,28041,571,1,1,25060,1,5897.53,-2623.07,292.502,0.05236,300,0,0,9572,0,0,0,0,0),(108133,28041,571,1,1,25060,1,5897.66,-2612.18,292.405,0.034907,300,0,0,9572,0,0,0,0,0),(108134,25481,571,1,1,999,0,1900.94,5645.76,5.63292,3.17482,300,5,0,6986,0,1,0,0,0),(108135,25481,571,1,1,999,0,1811.87,5863.02,1.11987,5.21317,300,5,0,6986,0,1,0,0,0),(200140,11278,0,1,1,0,1,1144.53,-2508.14,62.1065,5.36599,25,0,0,4200,0,0,0,0,0),(108138,25481,571,1,1,999,0,2741.71,6696.53,11.9906,2.67691,300,5,0,6986,0,1,0,0,0),(108139,25481,571,1,1,999,0,2786.46,6739.93,7.92688,5.97942,300,5,0,6986,0,1,0,0,0),(108140,25481,571,1,1,999,0,2750.02,6810.91,0.69434,5.05618,300,5,0,6986,0,1,0,0,0),(108141,25481,571,1,1,999,0,2710.79,6719.78,9.83372,6.13114,300,5,0,6986,0,1,0,0,0),(108142,25481,571,1,1,999,0,2668.65,6763.21,5.7056,2.42174,300,5,0,6986,0,1,0,0,0),(108143,23945,571,1,1,15590,0,1708.04,-5801.02,79.1489,6.0635,300,20,0,6986,0,1,0,0,0),(108144,23945,571,1,1,15590,0,1820.79,-5848.14,22.5244,2.34105,300,20,0,6986,0,1,0,0,0),(108145,28041,571,1,1,25060,1,6039.25,-2626.79,302.838,3.14159,300,0,0,9572,0,0,0,0,0),(108146,28041,571,1,1,25062,1,6038.61,-2610.67,302.789,3.14159,300,0,0,9572,0,0,0,0,0),(108147,28041,571,1,1,25061,1,6040.93,-2619.15,302.831,3.15905,300,0,0,9572,0,0,0,0,0),(108148,25481,571,1,1,999,0,1797.79,5951.03,0.478109,3.1452,300,5,0,6986,0,1,0,0,0),(108149,25481,571,1,1,999,0,1769.11,5967.26,-3.94882,3.4709,300,5,0,6986,0,1,0,0,0),(108150,23689,571,1,1,24717,0,1000.59,-3733.65,218.857,5.10456,180,0,0,8982,0,2,0,0,0),(108151,23689,571,1,1,24717,0,999.618,-3766.79,223.646,3.74774,180,0,0,8982,0,2,0,0,0),(108152,23689,571,1,1,24717,0,1144.94,-3861.12,205.948,0.938832,180,0,0,8982,0,2,0,0,0),(108153,23945,571,1,1,15590,0,1793.23,-6001.37,18.8038,3.01362,300,20,0,6986,0,1,0,0,0),(108154,25481,571,1,1,999,0,1846.67,5773.3,0.507679,1.29336,300,5,0,6986,0,1,0,0,0),(108155,23689,571,1,1,24717,0,1171.85,-3640.36,215.809,2.35197,180,0,0,8982,0,2,0,0,0),(108156,23689,571,1,1,24717,0,1137.72,-3844.28,210.305,4.57547,180,0,0,8982,0,2,0,0,0),(108157,23945,571,1,1,15590,0,1770.33,-5890.77,8.10345,5.07361,300,20,0,6986,0,1,0,0,0),(108158,23689,571,1,1,24717,0,1177.23,-3719.85,211.191,5.131,180,0,0,8982,0,2,0,0,0),(108159,23945,571,1,1,15590,0,1764.62,-5974.08,21.3423,0.234675,300,20,0,6986,0,1,0,0,0),(108160,23945,571,1,1,15590,0,1810.08,-5963.12,24.6836,5.65431,300,20,0,6986,0,1,0,0,0),(108161,23945,571,1,1,15590,0,1677.13,-5951.56,17.0367,1.33299,300,20,0,6986,0,1,0,0,0),(108162,25481,571,1,1,999,0,2777.59,6777.69,4.15847,6.22941,300,5,0,6986,0,1,0,0,0),(108163,23945,571,1,1,15590,0,1755.54,-5895.28,6.97751,1.20942,300,20,0,6986,0,1,0,0,0),(108164,23945,571,1,1,15590,0,1788.65,-5834.05,11.1014,0.03645,300,20,0,6986,0,1,0,0,0),(108165,23945,571,1,1,15590,0,1809.47,-5856.99,7.10356,0.990336,300,20,0,6986,0,1,0,0,0),(108166,23945,571,1,1,15590,0,1802.99,-5811.73,44.1938,5.60595,300,20,0,6986,0,1,0,0,0),(108167,23945,571,1,1,15590,0,1785.9,-5944.92,14.4025,3.45973,300,20,0,6986,0,1,0,0,0),(108168,23945,571,1,1,15590,0,1847.25,-5970.3,20.2789,1.50323,300,20,0,6986,0,1,0,0,0),(108169,23945,571,1,1,15590,0,1781.07,-5886.28,21.1846,4.75589,300,20,0,6986,0,1,0,0,0),(108170,24713,571,1,1,22505,1,-253.307,-3571.24,19.2239,0.488692,300,0,0,8982,0,0,0,0,0),(108171,25481,571,1,1,999,0,1805.64,5827.79,0.188814,2.3608,300,5,0,6986,0,1,0,0,0),(108172,28041,571,1,1,25059,1,6232.8,-2505.85,302.867,0.471239,300,0,0,9572,0,0,0,0,0),(108173,28041,571,1,1,25060,1,6203.29,-2679.74,291.008,6.23082,300,0,0,9572,0,0,0,0,0),(108174,28041,571,1,1,25061,1,6274.91,-2714.24,300.536,0.534734,300,0,0,9572,0,0,0,0,0),(108175,28041,571,1,1,25059,1,6046.97,-2724.78,303.685,5.42742,300,0,0,9572,0,0,0,0,0),(108176,28041,571,1,1,25059,1,6358.1,-2729.52,302.798,-2.46662,300,0,0,9572,0,0,0,0,0),(108177,28041,571,1,1,25059,1,6248.97,-2740.7,303.159,5.53269,300,0,0,9572,0,0,0,0,0),(108178,28041,571,1,1,25061,1,6312.25,-2732.75,302.783,6.25522,300,0,0,9572,0,0,0,0,0),(108179,28041,571,1,1,25059,1,6245.96,-2701.15,302.872,1.1396,300,0,0,9572,0,0,0,0,0),(108180,28041,571,1,1,25061,1,6215.11,-2735.46,302.831,0.872665,300,0,0,9572,0,0,0,0,0),(108181,28041,571,1,1,25062,1,6473.25,-2628.55,311.726,0.942478,300,0,0,9572,0,0,0,0,0),(108182,28041,571,1,1,25059,1,6187.03,-2753.4,304.904,4.67748,300,0,0,9572,0,0,0,0,0),(108183,28041,571,1,1,25060,1,6394.76,-2725.9,302.831,2.09439,300,0,0,9572,0,0,0,0,0),(108184,28041,571,1,1,25061,1,6452.24,-2727.54,305.2,3.1765,300,0,0,9572,0,0,0,0,0),(108185,25481,571,1,1,999,0,2738.84,6743.2,7.99269,3.36889,300,5,0,6986,0,1,0,0,0),(108186,28041,571,1,1,25059,1,6491.03,-2672.09,312.388,3.35103,300,0,0,9572,0,0,0,0,0),(108187,28041,571,1,1,25060,1,6179.63,-2721.02,304.904,0.855211,300,0,0,9572,0,0,0,0,0),(108188,28041,571,1,1,25059,1,6229.27,-2412.67,308.565,-2.41018,300,0,0,9572,0,0,0,0,0),(108189,28041,571,1,1,25059,1,6195.86,-2622.92,293.245,1.06465,300,0,0,9572,0,0,0,0,0),(108190,28041,571,1,1,25059,1,6168.31,-2355.97,308.244,2.92869,300,0,0,9572,0,0,0,0,0),(108191,28041,571,1,1,25059,1,6191.82,-2395.94,307.754,1.83795,300,0,0,9572,0,0,0,0,0),(108192,28041,571,1,1,25061,1,6202.92,-2587.11,291.008,1.0821,300,0,0,9572,0,0,0,0,0),(108193,28041,571,1,1,25062,1,6177.35,-2616.17,293.115,0.034907,300,0,0,9572,0,0,0,0,0),(108194,28041,571,1,1,25059,1,6209.57,-2661.82,291.008,1.16937,300,0,0,9572,0,0,0,0,0),(108195,28041,571,1,1,25060,1,6253.46,-2541.8,302.831,4.67748,300,0,0,9572,0,0,0,0,0),(108196,24458,571,1,1,22444,1,1634.11,-5380.04,191.162,3.80482,300,0,0,27944,0,0,0,0,0),(108197,24714,571,1,1,22575,0,-251.315,-3576.54,18.7212,5.5676,300,0,0,8982,0,0,0,0,0),(108199,26506,571,1,1,23876,1,3756.39,1587.93,87.0573,6.04605,300,0,0,8982,3155,2,0,0,0),(108200,29066,571,1,1,25889,0,5725.61,3255.89,310.62,4.99164,300,5,0,11770,0,1,0,0,0),(108201,29066,571,1,1,25889,0,5747.86,3440.01,320.942,0.183481,300,5,0,11770,0,1,0,0,0),(108204,23690,571,1,1,22132,0,746.564,-5555.19,228.685,3.43728,300,5,0,6986,0,1,0,0,0),(108205,23690,571,1,1,22132,0,742.355,-5555.75,230.06,1.47909,300,5,0,6986,0,1,0,0,0),(108206,28810,571,1,1,25713,0,5162.4,-2207.82,236.659,1.8326,300,0,0,10635,0,0,0,0,0),(108207,28298,571,1,1,25107,0,5301.5,4433.17,-97.97,2.21657,300,0,0,10635,0,0,0,0,0),(108208,25482,571,1,1,14661,0,2512.14,6663.44,14.6733,5.28651,300,5,0,8982,0,1,0,0,0),(108209,23690,571,1,1,22132,0,1278.33,-5513.06,194.967,2.67997,300,5,0,6986,0,1,0,0,0),(108210,23690,571,1,1,22132,0,1293.21,-5520.03,195.967,2.90163,300,5,0,6986,0,1,0,0,0),(108211,32650,571,1,1,28123,0,5865.72,748.659,641.079,0.438331,300,0,0,300,0,0,0,0,0),(108212,23690,571,1,1,22132,0,975.569,-5785.64,245.291,4.16254,300,5,0,6986,0,1,0,0,0),(108213,23690,571,1,1,22132,0,979.16,-5794.21,249.666,2.94621,300,5,0,6986,0,1,0,0,0),(108214,23690,571,1,1,22132,0,1265.9,-5714.67,238.924,5.15681,300,5,0,6986,0,1,0,0,0),(108215,23690,571,1,1,22132,0,1182.97,-5738.79,233.553,4.63607,300,5,0,6986,0,1,0,0,0),(108216,23690,571,1,1,22132,0,1174.02,-5729.04,228.953,4.56829,300,5,0,6986,0,1,0,0,0),(108217,23690,571,1,1,22132,0,746.356,-5566.56,231.468,1.28282,300,5,0,6986,0,1,0,0,0),(108218,23690,571,1,1,22132,0,1118.82,-5587.87,205.609,1.31897,300,5,0,6986,0,1,0,0,0),(108219,23690,571,1,1,22132,0,1116.91,-5585.92,205.133,0.912646,300,5,0,6986,0,1,0,0,0),(108220,23690,571,1,1,22132,0,1117.92,-5598,208.847,0.618495,300,5,0,6986,0,1,0,0,0),(108221,23690,571,1,1,22132,0,1211.16,-5585.3,210.108,4.54371,300,5,0,6986,0,1,0,0,0),(108222,23690,571,1,1,22132,0,1203.08,-5567.23,207.858,4.76281,300,5,0,6986,0,1,0,0,0),(108223,23690,571,1,1,22132,0,1197.78,-5577.78,209.547,4.83589,300,5,0,6986,0,1,0,0,0),(108224,23690,571,1,1,22132,0,1370.22,-5665.14,233.393,5.67863,300,5,0,6986,0,1,0,0,0),(108225,23690,571,1,1,22132,0,1363.11,-5650.16,226.208,5.1555,300,5,0,6986,0,1,0,0,0),(108226,23690,571,1,1,22132,0,1332.11,-5769.18,266.659,0.818535,300,5,0,6986,0,1,0,0,0),(108227,23690,571,1,1,22132,0,1331.78,-5782.85,270.825,3.10161,300,5,0,6986,0,1,0,0,0),(108228,23690,571,1,1,22132,0,1338.87,-5779.56,268.178,2.55246,300,5,0,6986,0,1,0,0,0),(108229,23690,571,1,1,22132,0,1285.77,-5511.49,194.967,2.85161,300,5,0,6986,0,1,0,0,0),(108230,25482,571,1,1,14661,0,2682.37,6677.46,13.4927,0.353823,300,5,0,8982,0,1,0,0,0),(108231,23690,571,1,1,22132,0,1298.22,-6036.36,279.293,3.20413,300,0,0,6986,0,0,0,0,0),(108232,23690,571,1,1,22132,0,1319.38,-6033.49,282.293,4.60979,300,5,0,6986,0,1,0,0,0),(108233,23690,571,1,1,22132,0,1309.83,-6026.89,282.735,3.45531,300,5,0,6986,0,1,0,0,0),(108234,23690,571,1,1,22132,0,1023.86,-5739.68,239.667,4.75357,300,5,0,6986,0,1,0,0,0),(108235,23690,571,1,1,22132,0,1034.47,-5753.54,240.47,1.19175,300,5,0,6986,0,1,0,0,0),(108236,23690,571,1,1,22132,0,1117.35,-5899.62,277.704,4.69286,300,5,0,6986,0,1,0,0,0),(108237,23690,571,1,1,22132,0,1128.76,-5896.68,276.839,4.10707,300,5,0,6986,0,1,0,0,0),(108238,23690,571,1,1,22132,0,650.6,-5757.22,282.685,4.35455,300,5,0,6986,0,1,0,0,0),(108239,23690,571,1,1,22132,0,651.861,-5746.62,281.435,0.600104,300,5,0,6986,0,1,0,0,0),(108240,23690,571,1,1,22132,0,1420.46,-5719.48,253.687,2.15444,300,5,0,6986,0,1,0,0,0),(108241,23690,571,1,1,22132,0,1438.09,-5733.12,260.449,2.73596,300,5,0,6986,0,1,0,0,0),(108242,23690,571,1,1,22132,0,1428.56,-5739.28,262.353,2.58149,300,5,0,6986,0,1,0,0,0),(108243,23690,571,1,1,22132,0,1481.88,-5817.35,270.107,5.50604,300,5,0,6986,0,1,0,0,0),(108244,23690,571,1,1,22132,0,1495.57,-5805.37,268.982,3.14688,300,0,0,6986,0,0,0,0,0),(108245,23690,571,1,1,22132,0,1484.77,-5818.06,269.975,4.51654,300,5,0,6986,0,1,0,0,0),(108246,23690,571,1,1,22132,0,1243.95,-5916.25,283.799,3.14735,300,5,0,6986,0,1,0,0,0),(108247,23690,571,1,1,22132,0,1229.25,-5927.49,285.568,2.59045,300,5,0,6986,0,1,0,0,0),(108248,23690,571,1,1,22132,0,683.708,-5817.23,285.005,1.60843,300,5,0,6986,0,1,0,0,0),(108249,23690,571,1,1,22132,0,678.562,-5821.47,286.755,1.23687,300,5,0,6986,0,1,0,0,0),(108250,23690,571,1,1,22132,0,1269.98,-5712.12,239.687,4.49322,300,5,0,6986,0,1,0,0,0),(108251,23690,571,1,1,22132,0,1277.66,-5711.95,241.187,4.75794,300,5,0,6986,0,1,0,0,0),(108252,23690,571,1,1,22132,0,754.53,-5871.54,285.995,4.99663,300,5,0,6986,0,1,0,0,0),(108253,23690,571,1,1,22132,0,762.149,-5843.24,283.428,4.42232,300,5,0,6986,0,1,0,0,0),(108254,23690,571,1,1,22132,0,396.957,-6013.63,323.879,5.74688,300,5,0,6986,0,1,0,0,0),(108255,23690,571,1,1,22132,0,401.262,-6016.11,324.393,3.08219,300,5,0,6986,0,1,0,0,0),(108256,23690,571,1,1,22132,0,847.545,-5685.95,231.468,3.23102,300,5,0,6986,0,1,0,0,0),(108257,23690,571,1,1,22132,0,826.585,-5684.23,234.981,6.20141,300,5,0,6986,0,1,0,0,0),(108258,24714,571,1,1,22593,0,-235.44,-3573.36,13.2761,5.88545,300,5,0,8982,0,1,0,0,0),(108259,23690,571,1,1,22132,0,1196.48,-5468.99,195.771,3.37404,300,5,0,6986,0,1,0,0,0),(108260,23690,571,1,1,22132,0,1196.84,-5487.99,196.129,2.91255,300,5,0,6986,0,1,0,0,0),(108261,23690,571,1,1,22132,0,583.984,-5546.69,269.377,1.48219,300,5,0,6986,0,1,0,0,0),(108262,23690,571,1,1,22132,0,498.092,-5519.86,274.925,0.293328,300,5,0,6986,0,1,0,0,0),(108263,23690,571,1,1,22132,0,509.256,-5521.24,275.116,5.06573,300,5,0,6986,0,1,0,0,0),(108264,23690,571,1,1,22132,0,648.009,-5554.28,257.911,4.10054,300,5,0,6986,0,1,0,0,0),(108265,23690,571,1,1,22132,0,644.152,-5562.55,263.94,5.82108,300,5,0,6986,0,1,0,0,0),(108266,23690,571,1,1,22132,0,495.84,-5454.27,270.321,5.2179,300,0,0,6986,0,0,0,0,0),(108267,23690,571,1,1,22132,0,477.552,-5442.63,274.149,3.90952,300,0,0,6986,0,0,0,0,0),(108268,23690,571,1,1,22132,0,490.582,-5443,272.359,3.45345,300,0,0,6986,0,0,0,0,0),(108269,23690,571,1,1,22132,0,213.161,-5483.83,336.07,2.60285,300,5,0,6986,0,1,0,0,0),(108270,23690,571,1,1,22132,0,232.311,-5487.09,335.965,2.61319,300,5,0,6986,0,1,0,0,0),(108271,23690,571,1,1,22132,0,544.098,-5778.57,295.912,1.60199,300,5,0,6986,0,1,0,0,0),(108272,23690,571,1,1,22132,0,557.474,-5765.16,292.6,3.89228,300,5,0,6986,0,1,0,0,0),(108273,23690,571,1,1,22132,0,550.71,-5642.6,284.955,1.1433,300,5,0,6986,0,1,0,0,0),(108274,23690,571,1,1,22132,0,559.496,-5642.08,285.737,2.30965,300,5,0,6986,0,1,0,0,0),(108275,23690,571,1,1,22132,0,595.774,-5479.41,261.431,0.307545,300,5,0,6986,0,1,0,0,0),(108276,23690,571,1,1,22132,0,604.966,-5479.57,259.944,0.14463,300,5,0,6986,0,1,0,0,0),(108277,23690,571,1,1,22132,0,585.555,-5547.7,268.812,0.911486,300,5,0,6986,0,1,0,0,0),(108278,23690,571,1,1,22132,0,328.873,-5362.08,300.05,3.96013,300,5,0,6986,0,1,0,0,0),(108279,23690,571,1,1,22132,0,325.583,-5346.18,299.865,5.2496,300,5,0,6986,0,1,0,0,0),(108280,23690,571,1,1,22132,0,334.779,-5340.53,298.32,5.52369,300,5,0,6986,0,1,0,0,0),(108281,23690,571,1,1,22132,0,409.3,-6014.64,324.613,3.04385,300,5,0,6986,0,1,0,0,0),(108282,26762,571,1,1,24024,1,3149.37,2151.22,24.6377,3.47321,300,0,0,9610,9927,0,0,0,0),(108283,23690,571,1,1,22132,0,1282.85,-5383.02,180.619,0.005859,300,5,0,6986,0,1,0,0,0),(108284,23690,571,1,1,22132,0,1270.26,-5384.87,178.569,0.131417,300,5,0,6986,0,1,0,0,0),(108285,23690,571,1,1,22132,0,1280.99,-5388.64,180.503,0.001953,300,5,0,6986,0,1,0,0,0),(108286,23690,571,1,1,22132,0,645.912,-5746.87,280.435,1.05736,300,5,0,6986,0,1,0,0,0),(108287,23690,571,1,1,22132,0,668.545,-5816.62,286.255,1.0297,300,5,0,6986,0,1,0,0,0),(108288,23690,571,1,1,22132,0,382.701,-4916.02,247.478,0.027426,300,5,0,6986,0,1,0,0,0),(108289,23690,571,1,1,22132,0,366.352,-4910.56,248.322,5.36929,300,5,0,6986,0,1,0,0,0),(108290,23690,571,1,1,22132,0,315.649,-4849.34,249.832,6.25406,300,5,0,6986,0,1,0,0,0),(108291,23690,571,1,1,22132,0,288.99,-4860,253.435,0.379303,300,5,0,6986,0,1,0,0,0),(108292,23690,571,1,1,22132,0,230.788,-4750.49,254.627,3.14745,300,5,0,6986,0,1,0,0,0),(108293,23690,571,1,1,22132,0,236.651,-4750.99,253.498,3.81871,300,5,0,6986,0,1,0,0,0),(108294,23690,571,1,1,22132,0,315.99,-4716.35,228.811,3.06044,300,5,0,6986,0,1,0,0,0),(108295,23690,571,1,1,22132,0,332.186,-4724.27,229.715,2.68716,300,5,0,6986,0,1,0,0,0),(108296,23690,571,1,1,22132,0,349.405,-4817.4,238.413,0.771601,300,5,0,6986,0,1,0,0,0),(108297,23690,571,1,1,22132,0,369.67,-4828.15,235.298,1.19757,300,5,0,6986,0,1,0,0,0),(108298,23690,571,1,1,22132,0,369.012,-4821.92,234.349,2.91499,300,5,0,6986,0,1,0,0,0),(108299,23690,571,1,1,22132,0,484.337,-4748.17,205.103,1.5273,300,5,0,6986,0,1,0,0,0),(108300,23690,571,1,1,22132,0,472.545,-4769.88,209.969,1.07194,300,5,0,6986,0,1,0,0,0),(108301,23690,571,1,1,22132,0,476.965,-4774.88,211.094,1.30018,300,5,0,6986,0,1,0,0,0),(108302,23690,571,1,1,22132,0,576.597,-4711.54,206.968,2.33106,300,5,0,6986,0,1,0,0,0),(108303,23690,571,1,1,22132,0,673.148,-4663.12,198.706,0.064183,300,0,0,6986,0,0,0,0,0),(108304,23690,571,1,1,22132,0,657.346,-4657.15,200.245,0.405918,300,0,0,6986,0,0,0,0,0),(108305,23690,571,1,1,22132,0,722.905,-4647.79,193.609,0.384247,300,5,0,6986,0,1,0,0,0),(108306,23690,571,1,1,22132,0,712.079,-4653.13,192.484,3.89226,300,5,0,6986,0,1,0,0,0),(108307,23690,571,1,1,22132,0,649.503,-4577.72,203.591,4.62505,300,5,0,6986,0,1,0,0,0),(108308,23690,571,1,1,22132,0,661.486,-4561.35,203.063,3.87281,300,5,0,6986,0,1,0,0,0),(108309,23690,571,1,1,22132,0,679.783,-4463.5,197.608,4.40934,300,5,0,6986,0,1,0,0,0),(108310,23690,571,1,1,22132,0,687.156,-4447.75,197.076,1.99068,300,5,0,6986,0,1,0,0,0),(108311,27530,571,1,1,24137,0,3813.84,865.602,57.5398,3.00197,300,0,0,102820,0,0,0,537133056,32),(108312,27530,571,1,1,24137,0,3907.35,866.472,56.2255,2.1293,300,0,0,102820,0,0,0,537133056,32),(108313,23690,571,1,1,22132,0,798.477,-3831,213.54,5.04922,300,0,0,6986,0,0,0,0,0),(108314,23690,571,1,1,22132,0,794.542,-3809.7,212.056,0.321085,300,5,0,6986,0,1,0,0,0),(108315,27530,571,1,1,24137,0,3830.39,1054.13,57.3796,0.366519,300,0,0,102820,0,0,0,537133056,32),(108316,27530,571,1,1,24137,0,3830.08,958.533,55.6804,1.6057,300,0,0,102820,0,0,0,537133056,32),(108317,27530,571,1,1,24137,0,3618.7,1053.83,58.9106,4.13643,300,0,0,102820,0,0,0,537133056,32),(108318,27530,571,1,1,24137,0,3757.5,1066.13,56.4793,3.24631,300,0,0,102820,0,0,0,537133056,32),(108319,23690,571,1,1,22132,0,835.108,-5787.19,258.815,3.6515,300,5,0,6986,0,1,0,0,0),(108320,23690,571,1,1,22132,0,797.86,-5781.53,268.853,5.67297,300,5,0,6986,0,1,0,0,0),(108321,23690,571,1,1,22132,0,242.093,-5327.88,311.113,6.02938,300,5,0,6986,0,1,0,0,0),(108322,23690,571,1,1,22132,0,226.552,-5342.49,317.12,0.136858,300,5,0,6986,0,1,0,0,0),(108323,23690,571,1,1,22132,0,98.1977,-4426.59,252.148,2.07343,300,5,0,6986,0,1,0,0,0),(108324,23690,571,1,1,22132,0,100.892,-4448.8,250.194,1.69154,300,5,0,6986,0,1,0,0,0),(108325,23690,571,1,1,22132,0,99.0119,-4451.56,248.975,1.60235,300,5,0,6986,0,1,0,0,0),(108326,23690,571,1,1,22132,0,918.669,-4118.31,171.55,0.019228,300,5,0,6986,0,1,0,0,0),(108327,23690,571,1,1,22132,0,902.249,-4134.98,172.707,0.989783,300,5,0,6986,0,1,0,0,0),(1976190,10323,1,1,1,0,1,4986,604,-0.963996,4.70218,300,0,0,516,0,0,0,0,0),(1976225,27445,571,1,1,0,0,2827.53,-425.556,119.887,4.70432,300,0,0,42,0,0,0,0,0),(108330,27530,571,1,1,24137,0,3770.26,749.045,94.1753,1.99355,300,5,0,102820,0,1,0,0,0),(108331,23690,571,1,1,22132,0,347.705,-4216.98,253.003,2.14551,300,5,0,6986,0,1,0,0,0),(108332,23690,571,1,1,22132,0,335.362,-4235.94,252.367,0.99374,300,5,0,6986,0,1,0,0,0),(108333,23690,571,1,1,22132,0,521.525,-3980.07,264.652,4.82195,300,5,0,6986,0,1,0,0,0),(108334,23690,571,1,1,22132,0,522.227,-3998.13,261.491,1.60984,300,5,0,6986,0,1,0,0,0),(108335,23690,571,1,1,22132,0,27.6787,-4670.91,281.8,2.16287,300,5,0,6986,0,1,0,0,0),(108336,23690,571,1,1,22132,0,1241.33,-3882.78,136.302,4.51295,300,5,0,6986,0,1,0,0,0),(108337,23690,571,1,1,22132,0,1242.02,-3862.2,137.23,6.01248,300,5,0,6986,0,1,0,0,0),(108338,23946,571,1,1,21937,1,1371.38,-6345,21.916,4.81711,300,0,0,6986,2991,0,0,0,0),(108339,23690,571,1,1,22132,0,569.241,-4561.27,204.417,3.25649,300,0,0,6986,0,0,0,0,0),(108340,23690,571,1,1,22132,0,590.876,-4548.5,204.292,3.11045,300,5,0,6986,0,1,0,0,0),(108341,23690,571,1,1,22132,0,561.255,-5768.95,292.35,4.53663,300,5,0,6986,0,1,0,0,0),(108342,23690,571,1,1,22132,0,379.979,-5304.07,284.917,0.74183,300,0,0,6986,0,0,0,0,0),(108343,23690,571,1,1,22132,0,383.931,-5323.21,283.85,1.09232,300,0,0,6986,0,0,0,0,0),(108344,23690,571,1,1,22132,0,373.724,-5315.65,286.576,1.36612,300,0,0,6986,0,0,0,0,0),(108345,23690,571,1,1,22132,0,201.178,-4374.27,251.285,2.6341,300,5,0,6986,0,1,0,0,0),(108346,23690,571,1,1,22132,0,208.759,-4394.82,248.382,2.53809,300,5,0,6986,0,1,0,0,0),(108347,23690,571,1,1,22132,0,537.526,-4182.49,230.516,4.54718,300,5,0,6986,0,1,0,0,0),(108348,23690,571,1,1,22132,0,148.247,-4271.9,250.915,1.53522,300,5,0,6986,0,1,0,0,0),(108349,23690,571,1,1,22132,0,142.205,-4304.24,255.842,1.3861,300,5,0,6986,0,1,0,0,0),(108350,23690,571,1,1,22132,0,147.627,-4307.27,256.092,1.55334,300,5,0,6986,0,1,0,0,0),(108351,23690,571,1,1,22132,0,1216.31,-5785.78,277.274,0.885471,300,5,0,6986,0,1,0,0,0),(108352,23690,571,1,1,22132,0,1211.48,-5803.74,275.389,1.55795,300,5,0,6986,0,1,0,0,0),(108353,23690,571,1,1,22132,0,890.512,-4224.66,169.477,5.49307,300,5,0,6986,0,1,0,0,0),(108354,23690,571,1,1,22132,0,891.211,-4233.5,170.887,0.561391,300,5,0,6986,0,1,0,0,0),(108355,23690,571,1,1,22132,0,1299.58,-5880.43,286.511,5.19659,300,5,0,6986,0,1,0,0,0),(108356,23690,571,1,1,22132,0,1308.75,-5894.99,287.982,0.541475,300,5,0,6986,0,1,0,0,0),(108357,23690,571,1,1,22132,0,1280.93,-5889.95,287.943,4.00387,300,5,0,6986,0,1,0,0,0),(108358,23690,571,1,1,22132,0,739.179,-4215.72,192.414,3.12987,300,5,0,6986,0,1,0,0,0),(108359,23690,571,1,1,22132,0,748.971,-4214.12,192.026,1.62413,300,5,0,6986,0,1,0,0,0),(108360,23690,571,1,1,22132,0,1146.34,-4249.79,153.771,2.79363,300,5,0,6986,0,1,0,0,0),(108361,23690,571,1,1,22132,0,1145.78,-4239.47,152.699,3.47957,300,5,0,6986,0,1,0,0,0),(108362,23690,571,1,1,22132,0,1237.71,-4405.62,158.661,5.46465,300,5,0,6986,0,1,0,0,0),(108363,23690,571,1,1,22132,0,1223.38,-4393.92,159.79,0.017802,300,5,0,6986,0,1,0,0,0),(108364,23690,571,1,1,22132,0,1009.12,-4125.53,156.746,0.813725,300,5,0,6986,0,1,0,0,0),(108365,23690,571,1,1,22132,0,986.438,-4146.38,159.249,2.7088,300,5,0,6986,0,1,0,0,0),(108366,23690,571,1,1,22132,0,988.379,-4141.73,159.499,2.16246,300,5,0,6986,0,1,0,0,0),(108367,23690,571,1,1,22132,0,1208.78,-4288.02,150.562,4.35707,300,0,0,6986,0,0,0,0,0),(108368,23690,571,1,1,22132,0,1226.44,-4292.38,149.272,3.84457,300,0,0,6986,0,0,0,0,0),(108369,23690,571,1,1,22132,0,1212.39,-4283.9,151.062,3.91593,300,0,0,6986,0,0,0,0,0),(108370,23690,571,1,1,22132,0,1380.08,-4601.1,183.919,2.32787,300,5,0,6986,0,1,0,0,0),(108371,23690,571,1,1,22132,0,1371.4,-4604.09,184.609,2.77553,300,5,0,6986,0,1,0,0,0),(108372,23690,571,1,1,22132,0,1387.42,-4594.66,182.928,6.03187,300,5,0,6986,0,1,0,0,0),(108373,23690,571,1,1,22132,0,1398.53,-4673.53,185.639,5.23372,300,5,0,6986,0,1,0,0,0),(108374,23690,571,1,1,22132,0,1403.06,-4651.67,185.327,3.97701,300,5,0,6986,0,1,0,0,0),(108375,23690,571,1,1,22132,0,6.17835,-4656.42,276.495,3.85722,300,5,0,6986,0,1,0,0,0),(108376,23690,571,1,1,22132,0,40.4423,-4672,283.13,2.4549,300,5,0,6986,0,1,0,0,0),(108377,23690,571,1,1,22132,0,81.8145,-4784.31,299.82,5.7882,300,5,0,6986,0,1,0,0,0),(108378,23690,571,1,1,22132,0,68.2246,-4765.87,296.614,5.38763,300,5,0,6986,0,1,0,0,0),(108379,23690,571,1,1,22132,0,82.8114,-4764.67,296.864,2.16804,300,5,0,6986,0,1,0,0,0),(108380,23690,571,1,1,22132,0,181.653,-4605.02,260.836,0.107586,300,5,0,6986,0,1,0,0,0),(108381,23690,571,1,1,22132,0,189.458,-4616.98,256.461,1.61003,300,5,0,6986,0,1,0,0,0),(108382,23690,571,1,1,22132,0,1483.06,-4651.19,181.193,2.59046,300,5,0,6986,0,1,0,0,0),(108383,23690,571,1,1,22132,0,1490.46,-4657.51,180.068,3.80616,300,5,0,6986,0,1,0,0,0),(108384,23690,571,1,1,22132,0,210.759,-4517.42,254.382,3.45847,300,5,0,6986,0,1,0,0,0),(108385,23690,571,1,1,22132,0,197.614,-4521.99,255.846,2.20306,300,5,0,6986,0,1,0,0,0),(108386,23690,571,1,1,22132,0,1261.28,-3483.68,170.603,6.20429,300,5,0,6986,0,1,0,0,0),(108387,23690,571,1,1,22132,0,1268.1,-3484.77,169.086,2.52116,300,5,0,6986,0,1,0,0,0),(108388,23690,571,1,1,22132,0,227.196,-4228.79,246.904,4.07038,300,5,0,6986,0,1,0,0,0),(108389,23690,571,1,1,22132,0,241.515,-4207.84,249.166,4.12982,300,5,0,6986,0,1,0,0,0),(108390,23690,571,1,1,22132,0,372.694,-4110.37,261.179,1.507,300,5,0,6986,0,1,0,0,0),(108391,23690,571,1,1,22132,0,383.638,-4115.77,258.554,6.043,300,5,0,6986,0,1,0,0,0),(108392,23690,571,1,1,22132,0,1509.75,-3716.34,147.226,2.71683,300,5,0,6986,0,1,0,0,0),(108393,23690,571,1,1,22132,0,1511.69,-3723.36,145.976,3.13443,300,5,0,6986,0,1,0,0,0),(108394,23690,571,1,1,22132,0,883.212,-3816.15,188.756,4.73226,300,5,0,6986,0,1,0,0,0),(108395,23690,571,1,1,22132,0,878.65,-3803.35,191.006,5.44456,300,5,0,6986,0,1,0,0,0),(108396,23690,571,1,1,22132,0,1466.9,-3511.66,168.009,5.96113,300,5,0,6986,0,1,0,0,0),(108397,23690,571,1,1,22132,0,1477.43,-3500.31,169.075,4.30222,300,5,0,6986,0,1,0,0,0),(108398,23690,571,1,1,22132,0,1464.99,-3508.06,168.453,4.11114,300,5,0,6986,0,1,0,0,0),(108399,23690,571,1,1,22132,0,475.225,-4155,245.832,3.84799,300,5,0,6986,0,1,0,0,0),(108400,23690,571,1,1,22132,0,473.136,-4163.59,245.082,1.65481,300,5,0,6986,0,1,0,0,0),(108401,23690,571,1,1,22132,0,1352.44,-3526.13,163.072,5.59661,300,5,0,6986,0,1,0,0,0),(108402,23690,571,1,1,22132,0,1344.8,-3519.22,163.572,4.45825,300,5,0,6986,0,1,0,0,0),(108403,23690,571,1,1,22132,0,1333.26,-3520.33,167.433,3.91756,300,5,0,6986,0,1,0,0,0),(108404,23690,571,1,1,22132,0,1377.34,-3815.5,128.739,3.88342,300,5,0,6986,0,1,0,0,0),(108405,23690,571,1,1,22132,0,1377.68,-3823.76,127.989,2.83265,300,5,0,6986,0,1,0,0,0),(108406,23690,571,1,1,22132,0,1384.59,-3828.74,127.114,3.2777,300,5,0,6986,0,1,0,0,0),(108407,23690,571,1,1,22132,0,1315.13,-3606.98,146.232,0.146628,300,5,0,6986,0,1,0,0,0),(108408,23690,571,1,1,22132,0,1312.76,-3590.06,149.435,0.685904,300,5,0,6986,0,1,0,0,0),(108409,23690,571,1,1,22132,0,1452.77,-3769.53,133.801,1.76597,300,0,0,6986,0,0,0,0,0),(108410,23690,571,1,1,22132,0,1458.35,-3786.87,132.206,4.03468,300,5,0,6986,0,1,0,0,0),(108411,23690,571,1,1,22132,0,1390.51,-3719.88,131.053,4.43993,300,5,0,6986,0,1,0,0,0),(108412,23690,571,1,1,22132,0,1370.45,-3717.17,130.553,5.25213,300,5,0,6986,0,1,0,0,0),(108413,23690,571,1,1,22132,0,617.999,-4414.28,205.582,5.55918,300,5,0,6986,0,1,0,0,0),(108414,23690,571,1,1,22132,0,615.994,-4409.64,206.582,0.083549,300,5,0,6986,0,1,0,0,0),(108415,23690,571,1,1,22132,0,1389,-4057.09,127.429,3.0864,300,0,0,6986,0,0,0,0,0),(108416,23690,571,1,1,22132,0,1393.43,-4037.34,126.349,2.6777,300,0,0,6986,0,0,0,0,0),(108417,23690,571,1,1,22132,0,1401.92,-4040.97,125.23,2.55804,300,0,0,6986,0,0,0,0,0),(108418,23690,571,1,1,22132,0,477.205,-4439.38,207.727,2.36272,300,5,0,6986,0,1,0,0,0),(108419,23690,571,1,1,22132,0,470.475,-4426.89,209.655,1.23539,300,5,0,6986,0,1,0,0,0),(108420,23690,571,1,1,22132,0,313.896,-4483.08,238.996,2.90793,300,5,0,6986,0,1,0,0,0),(108421,23690,571,1,1,22132,0,327.81,-4465.99,238.286,2.35952,300,5,0,6986,0,1,0,0,0),(108422,23690,571,1,1,22132,0,332.501,-4475.81,239.009,4.76247,300,5,0,6986,0,1,0,0,0),(108423,23690,571,1,1,22132,0,1264.1,-4013.13,140.945,0.904201,300,0,0,6986,0,0,0,0,0),(108424,23690,571,1,1,22132,0,1263.23,-4013.82,141.072,0.842865,300,0,0,6986,0,0,0,0,0),(108425,23690,571,1,1,22132,0,1281.66,-3710.21,134.973,1.85459,300,5,0,6986,0,1,0,0,0),(108426,23690,571,1,1,22132,0,1272.86,-3706.48,138.206,1.00493,300,5,0,6986,0,1,0,0,0),(108427,23690,571,1,1,22132,0,215.38,-4817.94,265.559,2.71488,300,5,0,6986,0,1,0,0,0),(108428,23690,571,1,1,22132,0,224.976,-4827.86,263.059,1.58881,300,5,0,6986,0,1,0,0,0),(108429,23690,571,1,1,22132,0,950.055,-4018.03,167.768,1.58932,300,5,0,6986,0,1,0,0,0),(108430,23690,571,1,1,22132,0,958.709,-4027.39,168.393,2.75361,300,5,0,6986,0,1,0,0,0),(108431,23690,571,1,1,22132,0,965.042,-4036.3,169.438,3.35248,300,5,0,6986,0,1,0,0,0),(108432,23690,571,1,1,22132,0,752.335,-3926.67,225.487,4.32809,300,5,0,6986,0,1,0,0,0),(108433,23690,571,1,1,22132,0,758.412,-3928.73,223.155,3.75776,300,0,0,6986,0,0,0,0,0),(108434,25482,571,1,1,14661,0,2812.29,6752.9,7.24834,6.13066,300,5,0,8982,0,1,0,0,0),(108435,23690,571,1,1,22132,0,250.544,-4546.04,246.225,4.48253,300,5,0,6986,0,1,0,0,0),(108436,23690,571,1,1,22132,0,250.47,-4562.45,243.225,4.57755,300,5,0,6986,0,1,0,0,0),(108437,23690,571,1,1,22132,0,461.211,-5720.64,299.242,3.32448,300,5,0,6986,0,1,0,0,0),(108438,23690,571,1,1,22132,0,466.807,-5703.74,294.312,4.12709,300,5,0,6986,0,1,0,0,0),(108439,23690,571,1,1,22132,0,560.423,-4718.47,208.297,1.44447,300,5,0,6986,0,1,0,0,0),(108440,23690,571,1,1,22132,0,114.541,-5451.44,375.95,6.25186,300,5,0,6986,0,1,0,0,0),(108441,23690,571,1,1,22132,0,93.7618,-5449.67,381.887,4.88953,300,5,0,6986,0,1,0,0,0),(108442,23690,571,1,1,22132,0,128.029,-5534.24,382.651,2.12493,300,0,0,6986,0,0,0,0,0),(108443,23690,571,1,1,22132,0,141.196,-5534.56,379.116,2.9189,300,0,0,6986,0,0,0,0,0),(108444,23690,571,1,1,22132,0,1416.07,-4485.01,160.363,0.80434,300,5,0,6986,0,1,0,0,0),(108445,23690,571,1,1,22132,0,1397.2,-4510.5,167.594,0.933823,300,5,0,6986,0,1,0,0,0),(108446,23690,571,1,1,22132,0,1350.96,-4384.92,152.446,1.58657,300,5,0,6986,0,1,0,0,0),(108447,23690,571,1,1,22132,0,1362.47,-4405.54,152.792,2.55364,300,5,0,6986,0,1,0,0,0),(108448,23690,571,1,1,22132,0,1358.8,-4405.4,152.799,1.93628,300,5,0,6986,0,1,0,0,0),(108449,23690,571,1,1,22132,0,282.102,-5585.28,324.217,3.16893,300,5,0,6986,0,1,0,0,0),(108450,23690,571,1,1,22132,0,300.696,-5579.91,317.169,3.42189,300,5,0,6986,0,1,0,0,0),(108451,23690,571,1,1,22132,0,380.242,-5613.82,294.849,2.34334,300,5,0,6986,0,1,0,0,0),(108452,23690,571,1,1,22132,0,393.749,-5628.33,295.967,2.32515,300,5,0,6986,0,1,0,0,0),(108453,23690,571,1,1,22132,0,380.68,-5627.17,296.347,2.51086,300,5,0,6986,0,1,0,0,0),(108454,23690,571,1,1,22132,0,421.236,-5751.6,305.799,4.51962,300,5,0,6986,0,1,0,0,0),(108455,23690,571,1,1,22132,0,417.836,-5758.24,305.495,4.4815,300,5,0,6986,0,1,0,0,0),(108456,23690,571,1,1,22132,0,587.362,-5531.69,269.004,3.49854,300,5,0,6986,0,1,0,0,0),(108457,23690,571,1,1,22132,0,491.88,-5811.52,304.646,5.89741,300,5,0,6986,0,1,0,0,0),(108458,23690,571,1,1,22132,0,476.452,-5810.35,307.456,2.07687,300,5,0,6986,0,1,0,0,0),(108459,23690,571,1,1,22132,0,648.535,-6016.97,302.213,0.719014,300,5,0,6986,0,1,0,0,0),(108460,23690,571,1,1,22132,0,627.809,-6040.11,307.166,0.9049,300,5,0,6986,0,1,0,0,0),(108461,23690,571,1,1,22132,0,718.088,-5916.12,287.466,3.61283,300,0,0,6986,0,0,0,0,0),(108462,23690,571,1,1,22132,0,723.132,-5922.73,288.276,3.01942,300,0,0,6986,0,0,0,0,0),(108463,23690,571,1,1,22132,0,712.577,-5911.85,289.176,3.64774,300,0,0,6986,0,0,0,0,0),(108464,23690,571,1,1,22132,0,549.44,-6016.91,312.524,1.09956,300,0,0,6986,0,0,0,0,0),(108465,23690,571,1,1,22132,0,555.659,-6025.26,313.043,2.07694,300,0,0,6986,0,0,0,0,0),(108466,23690,571,1,1,22132,0,873.003,-5882.87,278.944,3.09857,300,5,0,6986,0,1,0,0,0),(108467,23690,571,1,1,22132,0,870.489,-5898.24,282.569,0.309449,300,5,0,6986,0,1,0,0,0),(108468,23690,571,1,1,22132,0,864.072,-5892.45,282.15,1.46727,300,5,0,6986,0,1,0,0,0),(108469,23690,571,1,1,22132,0,1016.81,-5887.44,276.208,2.70859,300,5,0,6986,0,1,0,0,0),(108470,23690,571,1,1,22132,0,1010.22,-5899.4,278.099,0.617257,300,5,0,6986,0,1,0,0,0),(108471,23690,571,1,1,22132,0,1125.1,-6040.17,267.661,4.00512,300,5,0,6986,0,1,0,0,0),(108472,23690,571,1,1,22132,0,1120.4,-6039.61,268.161,5.87727,300,5,0,6986,0,1,0,0,0),(108473,23690,571,1,1,22132,0,1083.94,-5982.36,277.167,2.09084,300,5,0,6986,0,1,0,0,0),(108474,23690,571,1,1,22132,0,1101.45,-5974.34,274.982,3.5708,300,5,0,6986,0,1,0,0,0),(108475,23690,571,1,1,22132,0,1415.16,-5985.01,281.435,5.59399,300,5,0,6986,0,1,0,0,0),(108476,23690,571,1,1,22132,0,1412.13,-5979.13,281.435,6.05326,300,5,0,6986,0,1,0,0,0),(108477,23690,571,1,1,22132,0,1404.75,-5969.97,284.935,6.05185,300,5,0,6986,0,1,0,0,0),(108478,23946,571,1,1,21937,1,1498.46,-6195.47,15.3076,1.02974,300,0,0,6986,2991,0,0,0,0),(108479,23946,571,1,1,21937,1,1578.06,-6251.09,15.9243,0.733038,300,0,0,6986,2991,0,0,0,0),(108480,23690,571,1,1,22132,0,1417.48,-5817.23,276.18,0.82143,300,5,0,6986,0,1,0,0,0),(108481,23690,571,1,1,22132,0,1380.39,-5837.1,285.4,0.491809,300,5,0,6986,0,1,0,0,0),(108482,23690,571,1,1,22132,0,1398.6,-5833.61,282.65,0.712995,300,5,0,6986,0,1,0,0,0),(108483,23690,571,1,1,22132,0,1313.35,-6163.91,266.354,5.41964,300,5,0,6986,0,1,0,0,0),(108484,23690,571,1,1,22132,0,1312.65,-6163.02,265.919,0.80865,300,5,0,6986,0,1,0,0,0),(108485,23690,571,1,1,22132,0,1309.62,-6162.59,264.686,0.833533,300,5,0,6986,0,1,0,0,0),(108486,23946,571,1,1,21937,1,1472.89,-6264.9,5.3521,1.56876,300,0,0,6986,2991,2,0,0,0),(108487,23946,571,1,1,21937,1,1456.96,-6305.67,7.11581,4.02456,300,0,0,6986,2991,2,0,0,0),(108488,23946,571,1,1,21937,1,1561.16,-6192.22,7.55799,0.346932,300,0,0,6986,2991,0,0,0,0),(108489,23946,571,1,1,21937,1,1557.03,-6184.53,8.55068,0.2626,300,0,0,6986,2991,0,0,0,0),(108490,25482,571,1,1,14661,0,2793.88,6694.16,11.7227,0.038891,300,5,0,8982,0,1,0,0,0),(108491,25482,571,1,1,14661,0,2719.19,6748.98,6.24318,5.79641,300,5,0,8982,0,1,0,0,0),(108492,27018,571,1,1,24228,1,4590.02,-5712.43,184.5,1.01,300,0,0,106350,17805,0,0,0,0),(108493,25226,571,1,1,23000,0,4318.12,6137.72,-129.022,0.048396,300,0,0,9291,3231,2,0,0,0),(108494,28043,571,1,1,25064,1,5541.78,-3004.43,278.475,0.767945,300,0,0,9291,0,0,0,0,0),(108495,27275,571,1,1,24490,0,3332.45,-4622.38,232.225,0.314159,300,0,0,31905,0,0,0,0,0),(108496,23947,571,1,1,11686,0,1626.69,-6214.7,5.50462,5.49779,300,0,0,4120,0,0,0,0,0),(108497,23947,571,1,1,11686,0,1602.4,-6155.31,8.03759,2.11185,300,0,0,4120,0,0,0,0,0),(108498,23947,571,1,1,11686,0,1607.73,-6154.89,8.33199,1.18682,300,0,0,4120,0,0,0,0,0),(108499,23947,571,1,1,11686,0,1595.18,-6151.57,7.67083,1.16937,300,0,0,4120,0,0,0,0,0),(108500,25995,571,1,1,11686,0,3357.75,5737.62,63.1426,3.7001,300,5,0,42,0,1,0,0,0),(108501,25995,571,1,1,11686,0,3305.37,5764.72,51.6924,3.4383,300,5,0,42,0,1,0,0,0),(108502,25995,571,1,1,11686,0,3376.99,5738.65,70.407,2.19912,300,5,0,42,0,1,0,0,0),(108503,25739,571,1,1,23343,0,3947.95,4394.67,12.6538,1.20209,300,5,0,42,0,1,0,0,0),(108504,26507,571,1,1,23938,1,3752.73,1608.72,86.9881,1.36136,300,0,0,6986,2991,0,0,0,0),(108506,26507,571,1,1,23939,1,3745.5,1567.16,87.1134,4.57276,300,0,0,6986,2991,0,0,0,0),(108507,27019,571,1,1,24230,0,3845.49,1572.72,86.8323,2.6529,300,0,0,9291,0,0,0,0,0),(108508,27787,571,1,1,9074,0,3257.47,-658.749,167.576,1.51844,300,0,0,1753,0,0,0,570688256,32),(108509,27787,571,1,1,9074,0,3246.24,-649.434,165.987,0.226893,300,0,0,1753,0,0,0,570688256,32),(108512,28811,571,1,1,25714,1,5154.67,-2202.71,236.622,3.10669,300,0,0,10635,0,0,0,0,0),(108513,23947,571,1,1,11686,0,1620.87,-6213.12,4.93674,2.44346,300,0,0,4120,0,0,0,0,0),(108514,23947,571,1,1,11686,0,1594.75,-6140.21,8.25112,1.79769,300,0,0,4120,0,0,0,0,0),(108515,23947,571,1,1,11686,0,1597.23,-6146.55,8.13986,5.2709,300,0,0,4120,0,0,0,0,0),(108516,23947,571,1,1,11686,0,1630.36,-6214.47,5.14708,1.58825,300,0,0,4120,0,0,0,0,0),(108517,24459,571,1,1,983,1,2494.47,-2650.89,-2.09851,3.18575,300,5,0,8982,0,1,0,0,0),(108518,25739,571,1,1,23343,0,3376.34,4466.36,-2.03566,3.79544,300,5,0,42,0,1,0,0,0),(108519,26507,571,1,1,23937,1,3752.42,1588.28,87.0299,3.50811,300,0,0,6986,2991,0,0,0,0),(108522,23691,571,1,1,22131,0,1306.95,-6026.49,282.759,5.83814,300,5,0,7984,0,1,0,0,0),(108523,23947,571,1,1,11686,0,1620.24,-6208.38,5.83719,3.61283,300,0,0,4120,0,0,0,0,0),(108524,30091,571,1,1,11686,0,7361.59,-1239.38,901.828,4.59022,300,5,0,11770,0,1,0,0,0),(108525,23691,571,1,1,22131,0,158.943,-5421.79,358.291,4.24483,300,5,0,7984,0,1,0,0,0),(108526,32651,571,1,1,28124,0,5863.79,752.675,641.078,3.54457,300,0,0,1107,0,0,0,0,0),(108527,23691,571,1,1,22131,0,196.875,-5584.26,353.258,3.04383,300,5,0,7984,0,1,0,0,0),(108528,28299,571,1,1,13069,0,5260.1,4513.06,-84.2013,2.18166,300,0,0,42,0,0,0,0,0),(108529,25739,571,1,1,23343,0,3898.17,4359.68,12.6107,6.16082,300,5,0,42,0,1,0,0,0),(108530,25739,571,1,1,23343,0,3667.98,4413.49,-1.98517,4.7474,300,5,0,42,0,1,0,0,0),(108531,25739,571,1,1,23343,0,3906.09,4360.36,12.6198,0.085685,300,5,0,42,0,1,0,0,0),(108532,25739,571,1,1,23343,0,3635.35,4414.98,-1.98517,1.54509,300,5,0,42,0,1,0,0,0),(108533,25739,571,1,1,23343,0,3758.37,4460.06,-2.04526,1.92427,300,5,0,42,0,1,0,0,0),(108534,25739,571,1,1,23343,0,3836.33,4417.51,12.6538,5.18545,300,5,0,42,0,1,0,0,0),(108535,25739,571,1,1,23343,0,3731.47,4279.8,12.7607,2.64332,300,5,0,42,0,1,0,0,0),(108536,23691,571,1,1,22131,0,1170.49,-5728.9,228.675,4.80234,300,5,0,7984,0,1,0,0,0),(108537,23691,571,1,1,22131,0,987.778,-5819.05,259.859,0.213337,300,0,0,7984,0,0,0,0,0),(108538,23691,571,1,1,22131,0,958.639,-5836.59,261.034,0.272933,300,5,0,7984,0,1,0,0,0),(108539,29323,571,1,1,25771,1,6858.67,-1062.45,802.628,2.07333,300,0,0,11770,0,0,0,0,0),(108540,23691,571,1,1,22131,0,97.9516,-5564.78,390.674,4.31339,300,5,0,7984,0,1,0,0,0),(108541,24459,571,1,1,983,1,2345.65,-2539.59,-0.574562,0.435514,300,5,0,8982,0,1,0,0,0),(108542,27531,571,1,1,12818,0,3731.04,844.972,57.1548,5.3058,20,0,0,49700,0,0,0,0,0),(108543,23691,571,1,1,22131,0,653.003,-5988.19,299.911,4.55944,300,5,0,7984,0,1,0,0,0),(108544,23691,571,1,1,22131,0,1118.5,-5595.31,207.859,4.66619,300,5,0,7984,0,1,0,0,0),(108545,23691,571,1,1,22131,0,1118.85,-5587.63,205.451,-1.61618,300,0,0,7984,0,0,0,0,0),(108546,23691,571,1,1,22131,0,1346.82,-5640.23,222.995,5.87765,300,5,0,7984,0,1,0,0,0),(108547,23691,571,1,1,22131,0,1313.6,-5785.69,271.948,0.355432,300,5,0,7984,0,1,0,0,0),(108548,23691,571,1,1,22131,0,1359.19,-5694.2,240.463,-1.56127,300,0,0,7984,0,0,0,0,0),(108549,23691,571,1,1,22131,0,1278.39,-5516.36,195.457,4.54754,300,5,0,7984,0,1,0,0,0),(108550,23691,571,1,1,22131,0,1221.7,-5941.66,285.028,0.242294,300,5,0,7984,0,1,0,0,0),(108551,23691,571,1,1,22131,0,1129.97,-5876.31,269.269,5.74221,300,0,0,7984,0,0,0,0,0),(108552,23691,571,1,1,22131,0,1056.92,-5757.65,237.242,0.152946,300,5,0,7984,0,1,0,0,0),(108553,23691,571,1,1,22131,0,1491.41,-5771.12,266.078,4.79803,300,0,0,7984,0,0,0,0,0),(108554,23691,571,1,1,22131,0,1491.2,-5812.22,269.695,3.39208,300,5,0,7984,0,1,0,0,0),(108555,23691,571,1,1,22131,0,1451.08,-5853.2,278.625,0.710529,300,5,0,7984,0,1,0,0,0),(108556,23691,571,1,1,22131,0,1227.8,-5932.86,285.219,-2.63881,300,0,0,7984,0,0,0,0,0),(108557,23691,571,1,1,22131,0,1299.08,-5869.45,283.712,4.27429,300,0,0,7984,0,0,0,0,0),(108558,23691,571,1,1,22131,0,1276.88,-5716.8,242.301,3.65835,300,0,0,7984,0,0,0,0,0),(108559,23691,571,1,1,22131,0,1265.54,-5723.25,240.924,0.516756,300,5,0,7984,0,1,0,0,0),(108560,23691,571,1,1,22131,0,1229.85,-6032.44,274.998,3.96289,300,5,0,7984,0,1,0,0,0),(108561,23691,571,1,1,22131,0,730.794,-4633.97,194.107,1.20608,300,5,0,7984,0,1,0,0,0),(108563,27531,571,1,1,12818,0,3709.19,875.162,57.294,3.64774,20,0,0,49700,0,0,0,0,0),(108564,23691,571,1,1,22131,0,1191.59,-5568.15,207.247,4.27057,300,5,0,7984,0,1,0,0,0),(108565,23691,571,1,1,22131,0,744.625,-5595.84,231.492,2.18678,300,5,0,7984,0,1,0,0,0),(108566,23691,571,1,1,22131,0,814.666,-5682.91,234.847,1.4094,300,0,0,7984,0,0,0,0,0),(108567,27531,571,1,1,12818,0,3682.4,897.881,56.3034,4.04916,20,0,0,49700,0,0,0,0,0),(108568,23691,571,1,1,22131,0,652.963,-5582.23,265.567,5.39144,300,5,0,7984,0,1,0,0,0),(108569,23691,571,1,1,22131,0,487.956,-5501.26,273.937,2.33962,300,5,0,7984,0,1,0,0,0),(108570,23691,571,1,1,22131,0,481.756,-5451.86,273.889,1.07764,300,5,0,7984,0,1,0,0,0),(108571,23691,571,1,1,22131,0,520.268,-5449.64,263.714,3.50029,300,0,0,7984,0,0,0,0,0),(108572,23691,571,1,1,22131,0,488.871,-5438.62,272.321,4.38895,300,5,0,7984,0,1,0,0,0),(108573,23691,571,1,1,22131,0,206.031,-5523.08,338.538,-1.91204,300,0,0,7984,0,0,0,0,0),(108574,23691,571,1,1,22131,0,116.86,-5452.15,375.492,3.58839,300,0,0,7984,0,0,0,0,0),(108575,23691,571,1,1,22131,0,207.769,-5518.83,338.671,-2.17576,300,0,0,7984,0,0,0,0,0),(108576,27531,571,1,1,12818,0,3655.12,1102.84,75.2968,1.79769,20,0,0,49700,0,0,0,0,0),(108577,27531,571,1,1,12818,0,3629.1,1100.38,75.7452,1.37881,20,0,0,49700,0,0,0,0,0),(108578,23691,571,1,1,22131,0,978.595,-4020.36,166.973,0.28313,300,5,0,7984,0,1,0,0,0),(108579,23691,571,1,1,22131,0,329.778,-5334.22,299.677,5.29483,300,5,0,7984,0,1,0,0,0),(108580,23691,571,1,1,22131,0,385.151,-5344.83,284.383,1.2933,300,0,0,7984,0,0,0,0,0),(108581,23691,571,1,1,22131,0,1248.84,-5424.57,181.066,4.90614,300,5,0,7984,0,1,0,0,0),(108582,23691,571,1,1,22131,0,724.949,-5559.71,231.954,2.44673,300,5,0,7984,0,1,0,0,0),(108583,23691,571,1,1,22131,0,522.658,-6040.46,316.525,4.35545,300,5,0,7984,0,1,0,0,0),(108584,23691,571,1,1,22131,0,1106.74,-6146.98,261.433,1.25707,300,5,0,7984,0,1,0,0,0),(108585,23691,571,1,1,22131,0,612.118,-5903.82,296.103,2.69365,300,5,0,7984,0,1,0,0,0),(108586,27531,571,1,1,12818,0,3761.56,849.043,58.236,4.4855,20,0,0,49700,0,0,0,0,0),(108587,23691,571,1,1,22131,0,1013.74,-4188.72,160.272,4.74851,300,5,0,7984,0,1,0,0,0),(108588,23691,571,1,1,22131,0,677.917,-4355.16,202.1,0.452573,300,5,0,7984,0,1,0,0,0),(108589,23691,571,1,1,22131,0,550.883,-4666.91,204.016,4.51384,300,5,0,7984,0,1,0,0,0),(108590,23691,571,1,1,22131,0,1253.32,-6260.31,267.588,6.08464,300,5,0,7984,0,1,0,0,0),(108591,23691,571,1,1,22131,0,360.938,-4897.98,246.956,-0.946886,300,0,0,7984,0,0,0,0,0),(108592,23691,571,1,1,22131,0,397.917,-4875.9,241.019,0.578257,300,5,0,7984,0,1,0,0,0),(108593,23691,571,1,1,22131,0,363.875,-4902.03,247.523,2.19873,300,0,0,7984,0,0,0,0,0),(108594,23691,571,1,1,22131,0,313.626,-4742.72,231.996,3.76321,300,5,0,7984,0,1,0,0,0),(108595,23691,571,1,1,22131,0,357.049,-4810.51,236.315,0.617335,300,0,0,7984,0,0,0,0,0),(108596,23691,571,1,1,22131,0,494.905,-4804.55,211.921,4.04039,300,5,0,7984,0,1,0,0,0),(108597,23691,571,1,1,22131,0,547.632,-4716.67,205.78,2.37829,300,5,0,7984,0,1,0,0,0),(108598,23691,571,1,1,22131,0,636.658,-4714.67,205.102,2.81177,300,5,0,7984,0,1,0,0,0),(108599,23691,571,1,1,22131,0,636.827,-4653.93,201.257,1.95989,300,5,0,7984,0,1,0,0,0),(108601,23691,571,1,1,22131,0,238.6,-4203.95,248.684,-2.23099,300,0,0,7984,0,0,0,0,0),(108602,23691,571,1,1,22131,0,675.503,-4444.96,199.372,3.11035,300,5,0,7984,0,1,0,0,0),(108603,23691,571,1,1,22131,0,779.579,-3813.04,218.495,5.9393,300,0,0,7984,0,0,0,0,0),(108604,23691,571,1,1,22131,0,882.374,-3790.18,190.618,1.00826,300,5,0,7984,0,1,0,0,0),(108605,23691,571,1,1,22131,0,386.956,-5338.5,283.732,-1.84838,300,0,0,7984,0,0,0,0,0),(108606,23691,571,1,1,22131,0,1268.82,-3783.03,135.211,4.00789,300,5,0,7984,0,1,0,0,0),(108607,23691,571,1,1,22131,0,214.053,-5358.77,323.659,2.25653,300,5,0,7984,0,1,0,0,0),(108608,23691,571,1,1,22131,0,467.485,-4758.88,208.445,2.73824,300,5,0,7984,0,1,0,0,0),(108609,23691,571,1,1,22131,0,1372.5,-3708.38,130.889,3.94193,300,0,0,7984,0,0,0,0,0),(108610,23691,571,1,1,22131,0,911.748,-4143.23,168.748,1.95378,300,5,0,7984,0,1,0,0,0),(108611,23691,571,1,1,22131,0,906.308,-4129.72,172.345,5.09509,300,0,0,7984,0,0,0,0,0),(108612,24459,571,1,1,983,1,2218.59,-2625.68,-0.633375,5.25568,300,5,0,8982,0,1,0,0,0),(108613,27531,571,1,1,12818,0,3631.1,827.101,62.9253,1.85005,20,0,0,49700,0,0,0,0,0),(108614,23691,571,1,1,22131,0,133.836,-4300.24,255.935,0.912837,300,5,0,7984,0,1,0,0,0),(108615,23691,571,1,1,22131,0,675.68,-4550.14,201.28,0.038921,300,5,0,7984,0,1,0,0,0),(108616,23691,571,1,1,22131,0,360.875,-4807.76,235.286,-2.51878,300,0,0,7984,0,0,0,0,0),(108617,23691,571,1,1,22131,0,325.999,-4247.9,251.409,4.21818,300,5,0,7984,0,1,0,0,0),(108618,23691,571,1,1,22131,0,537.105,-4003.34,256.812,0.516965,300,5,0,7984,0,1,0,0,0),(108619,24459,571,1,1,983,1,2264.2,-2563.92,-0.593351,0.815736,300,5,0,8982,0,1,0,0,0),(108620,23691,571,1,1,22131,0,664.631,-5819.69,286.738,0.664983,300,5,0,7984,0,1,0,0,0),(108621,23691,571,1,1,22131,0,-10.3071,-4777.73,291.822,4.89906,300,5,0,7984,0,1,0,0,0),(108622,23691,571,1,1,22131,0,815.427,-5678.21,234.07,-1.73128,300,0,0,7984,0,0,0,0,0),(108623,23691,571,1,1,22131,0,579.914,-4554.68,202.82,-2.16534,300,0,0,7984,0,0,0,0,0),(108624,23691,571,1,1,22131,0,595.257,-4464.19,203.655,1.38221,300,5,0,7984,0,1,0,0,0),(108625,23691,571,1,1,22131,0,399.62,-5686.67,297.139,3.99188,300,0,0,7984,0,0,0,0,0),(108626,23691,571,1,1,22131,0,237.805,-4352.21,247.993,4.05562,300,5,0,7984,0,1,0,0,0),(108627,23691,571,1,1,22131,0,208.407,-4385.78,250.035,0.373743,300,5,0,7984,0,1,0,0,0),(108628,23691,571,1,1,22131,0,1216.47,-5803.66,275.15,3.15776,300,5,0,7984,0,1,0,0,0),(108629,23691,571,1,1,22131,0,900.752,-4234.82,170.318,0.250663,300,5,0,7984,0,1,0,0,0),(108630,23691,571,1,1,22131,0,1306.94,-5895.14,287.77,2.84835,300,5,0,7984,0,1,0,0,0),(108631,23691,571,1,1,22131,0,1082.76,-4249.37,158.518,3.29272,300,5,0,7984,0,1,0,0,0),(108632,23691,571,1,1,22131,0,675.501,-4740.37,206.267,1.6687,300,5,0,7984,0,1,0,0,0),(108633,23691,571,1,1,22131,0,1295.17,-5877.81,284.951,1.1327,300,5,0,7984,0,1,0,0,0),(108634,23691,571,1,1,22131,0,1151.37,-4265.76,156.145,4.88429,300,5,0,7984,0,1,0,0,0),(108635,23691,571,1,1,22131,0,1230.56,-4294.64,148.747,2.03008,300,0,0,7984,0,0,0,0,0),(108636,23691,571,1,1,22131,0,1228.36,-4290.18,149.265,-1.11118,300,0,0,7984,0,0,0,0,0),(108637,23691,571,1,1,22131,0,753.22,-4224.39,190.47,3.65197,300,0,0,7984,0,0,0,0,0),(108638,23691,571,1,1,22131,0,747.816,-4227.42,191.151,3.65268,300,5,0,7984,0,1,0,0,0),(108639,23691,571,1,1,22131,0,1115.19,-4210.28,155.871,2.1588,300,5,0,7984,0,1,0,0,0),(108640,23691,571,1,1,22131,0,998.631,-4141.1,159.901,5.19614,300,5,0,7984,0,1,0,0,0),(108641,23691,571,1,1,22131,0,1249.79,-4400.06,156.309,3.2336,300,0,0,7984,0,0,0,0,0),(108642,23691,571,1,1,22131,0,1311.85,-6139.76,262.54,1.54541,300,5,0,7984,0,1,0,0,0),(108643,23691,571,1,1,22131,0,1237.75,-4401.17,157.558,0.092005,300,0,0,7984,0,0,0,0,0),(108644,23691,571,1,1,22131,0,1222.56,-4382.41,158.04,2.25119,300,5,0,7984,0,1,0,0,0),(108645,23691,571,1,1,22131,0,142.454,-4653.59,292.122,0.841888,300,5,0,7984,0,1,0,0,0),(108646,23691,571,1,1,22131,0,1295.15,-3599.34,150.284,6.04673,300,5,0,7984,0,1,0,0,0),(108647,23691,571,1,1,22131,0,1455.44,-3650.97,143.408,2.23227,300,5,0,7984,0,1,0,0,0),(108648,23691,571,1,1,22131,0,225.757,-4559.13,251.062,4.56137,300,5,0,7984,0,1,0,0,0),(108649,23691,571,1,1,22131,0,1481.06,-3584.62,160.073,3.98399,300,5,0,7984,0,1,0,0,0),(108650,23691,571,1,1,22131,0,1496.26,-4631.7,178.332,-0.57311,300,0,0,7984,0,0,0,0,0),(108651,23691,571,1,1,22131,0,1498.36,-4633.05,178.845,2.56944,300,0,0,7984,0,0,0,0,0),(108652,23691,571,1,1,22131,0,1471.44,-4701.48,178.592,1.15257,300,5,0,7984,0,1,0,0,0),(108653,23691,571,1,1,22131,0,896.629,-4020.07,175.588,0.1372,300,5,0,7984,0,1,0,0,0),(108654,23691,571,1,1,22131,0,219.692,-4506.24,253.2,-0.929098,300,0,0,7984,0,0,0,0,0),(108655,23691,571,1,1,22131,0,222.813,-4510.42,253.02,2.21247,300,0,0,7984,0,0,0,0,0),(108656,23691,571,1,1,22131,0,233.831,-4210.1,246.607,0.910599,300,0,0,7984,0,0,0,0,0),(108657,23691,571,1,1,22131,0,1271.92,-3504.91,166.078,-0.578339,300,0,0,7984,0,0,0,0,0),(108658,23691,571,1,1,22131,0,305.791,-4106.83,268.664,3.87586,300,5,0,7984,0,1,0,0,0),(108659,23691,571,1,1,22131,0,380.479,-4102.46,264.164,2.56497,300,5,0,7984,0,1,0,0,0),(108660,23691,571,1,1,22131,0,1260.82,-4010.45,141.103,4.13743,300,5,0,7984,0,1,0,0,0),(108661,23691,571,1,1,22131,0,1265.91,-4000.4,140.217,4.62833,300,0,0,7984,0,0,0,0,0),(108662,23691,571,1,1,22131,0,518.828,-4129.29,234.682,4.21788,300,5,0,7984,0,1,0,0,0),(108663,23691,571,1,1,22131,0,1278.6,-3509.27,166.381,2.56327,300,0,0,7984,0,0,0,0,0),(108664,23691,571,1,1,22131,0,1521.56,-3700.64,150.126,1.50728,300,5,0,7984,0,1,0,0,0),(108665,23691,571,1,1,22131,0,553.241,-4169.2,229.641,4.12369,300,5,0,7984,0,1,0,0,0),(108666,23691,571,1,1,22131,0,549.17,-4175.3,229.227,0.982094,300,0,0,7984,0,0,0,0,0),(108667,23691,571,1,1,22131,0,1493.93,-3496.82,169.336,0.186317,300,0,0,7984,0,0,0,0,0),(108668,23691,571,1,1,22131,0,793.123,-3817.89,213.306,5.94042,300,5,0,7984,0,1,0,0,0),(108669,23691,571,1,1,22131,0,466.413,-4171.08,245.776,1.09171,300,5,0,7984,0,1,0,0,0),(108670,23691,571,1,1,22131,0,1500.2,-3495.63,169.325,0.186484,300,5,0,7984,0,1,0,0,0),(108671,23691,571,1,1,22131,0,1455.88,-3789.9,131.888,1.91332,300,5,0,7984,0,1,0,0,0),(108672,23691,571,1,1,22131,0,629.422,-4396.26,205.782,3.63218,300,0,0,7984,0,0,0,0,0),(108673,23691,571,1,1,22131,0,1453.18,-3782.32,131.98,-1.22827,300,0,0,7984,0,0,0,0,0),(108674,23691,571,1,1,22131,0,1353.53,-3900.08,124.187,5.07276,300,0,0,7984,0,0,0,0,0),(108675,23691,571,1,1,22131,0,514.7,-5451.73,264.986,0.358702,300,5,0,7984,0,1,0,0,0),(108676,23691,571,1,1,22131,0,1354.1,-3910.28,123.586,1.93579,300,5,0,7984,0,1,0,0,0),(108677,23691,571,1,1,22131,0,1405.93,-4056.66,124.234,0.072351,300,0,0,7984,0,0,0,0,0),(108678,23691,571,1,1,22131,0,457.961,-4431,211.198,1.57869,300,5,0,7984,0,1,0,0,0),(108679,23691,571,1,1,22131,0,1401.33,-4111.68,128.163,0.908555,300,5,0,7984,0,1,0,0,0),(108680,23691,571,1,1,22131,0,585.33,-4414.56,210.409,2.8606,300,5,0,7984,0,1,0,0,0),(108681,23691,571,1,1,22131,0,1398.09,-4057.23,126.554,3.21394,300,5,0,7984,0,1,0,0,0),(108682,23691,571,1,1,22131,0,1420.51,-3978.68,123.665,0.725994,300,5,0,7984,0,1,0,0,0),(108683,23691,571,1,1,22131,0,1362.62,-3716.01,128.735,0.657932,300,5,0,7984,0,1,0,0,0),(108684,23691,571,1,1,22131,0,457.785,-4408.7,214.347,4.72013,300,5,0,7984,0,1,0,0,0),(108685,23691,571,1,1,22131,0,776.614,-5917.24,283.99,4.64692,300,5,0,7984,0,1,0,0,0),(108686,23691,571,1,1,22131,0,283.845,-4855.95,253.365,1.61977,300,5,0,7984,0,1,0,0,0),(108687,23691,571,1,1,22131,0,318.398,-4376.14,237.234,1.71669,300,5,0,7984,0,1,0,0,0),(108688,23691,571,1,1,22131,0,206.141,-4769.12,261.731,4.07397,300,5,0,7984,0,1,0,0,0),(108689,23691,571,1,1,22131,0,411.775,-4348.56,225.153,1.99597,300,5,0,7984,0,1,0,0,0),(108690,23691,571,1,1,22131,0,1157.39,-5892.78,276.085,2.60062,300,0,0,7984,0,0,0,0,0),(108691,23691,571,1,1,22131,0,782.398,-3915.68,217.41,0.911612,300,0,0,7984,0,0,0,0,0),(108692,23691,571,1,1,22131,0,797.583,-3896.08,213.6,4.05321,300,5,0,7984,0,1,0,0,0),(108693,23691,571,1,1,22131,0,641.989,-5749.96,280.22,0.667467,300,5,0,7984,0,1,0,0,0),(108694,23691,571,1,1,22131,0,708.113,-5752.01,281.687,5.04556,300,5,0,7984,0,1,0,0,0),(108695,23691,571,1,1,22131,0,605.797,-5563.28,270.343,1.5337,300,5,0,7984,0,1,0,0,0),(108696,23691,571,1,1,22131,0,466.634,-5689.2,293.738,-1.9816,300,0,0,7984,0,0,0,0,0),(108697,23691,571,1,1,22131,0,575.405,-4561.35,204.417,4.11832,300,5,0,7984,0,1,0,0,0),(108698,23691,571,1,1,22131,0,602.358,-5480.74,260.942,1.80155,300,5,0,7984,0,1,0,0,0),(108699,24459,571,1,1,983,1,2185.43,-2496.96,1.47,0.131355,300,5,0,8982,0,1,0,0,0),(108700,23691,571,1,1,22131,0,1448.23,-4512.27,169.546,3.32424,300,5,0,7984,0,1,0,0,0),(108701,23691,571,1,1,22131,0,110.513,-5455.19,376.95,0.446798,300,5,0,7984,0,1,0,0,0),(108702,23691,571,1,1,22131,0,154.299,-5548,378.198,1.18848,300,5,0,7984,0,1,0,0,0),(108703,23691,571,1,1,22131,0,156.023,-5543.75,377.851,4.33174,300,0,0,7984,0,0,0,0,0),(108704,23691,571,1,1,22131,0,1414.69,-4485.2,160.26,2.20024,300,5,0,7984,0,1,0,0,0),(108705,23691,571,1,1,22131,0,1388.06,-4385.38,147.905,3.31638,300,5,0,7984,0,1,0,0,0),(108706,23691,571,1,1,22131,0,333.743,-5539.47,307.552,0.285279,300,5,0,7984,0,1,0,0,0),(108707,23691,571,1,1,22131,0,419.495,-5622.78,292.09,2.66484,300,5,0,7984,0,1,0,0,0),(108708,23691,571,1,1,22131,0,398.802,-5689.41,297.335,3.81206,300,0,0,7984,0,0,0,0,0),(108709,23691,571,1,1,22131,0,455.091,-5816.66,304.357,0.013671,300,5,0,7984,0,1,0,0,0),(108710,23691,571,1,1,22131,0,358.578,-5685.14,304.944,5.74344,300,5,0,7984,0,1,0,0,0),(108711,23691,571,1,1,22131,0,463.419,-5696.58,295.118,4.3016,300,5,0,7984,0,1,0,0,0),(108712,23691,571,1,1,22131,0,402.146,-6031.43,325.79,3.45717,300,5,0,7984,0,1,0,0,0),(108713,23691,571,1,1,22131,0,604.015,-6038.4,311.711,0.24261,300,5,0,7984,0,1,0,0,0),(108714,23691,571,1,1,22131,0,576.536,-5870.92,291.861,1.96544,300,5,0,7984,0,1,0,0,0),(108715,23691,571,1,1,22131,0,1034.16,-5895.67,273.537,5.37935,300,5,0,7984,0,1,0,0,0),(108716,23691,571,1,1,22131,0,870.902,-5904.11,282.268,6.0805,300,5,0,7984,0,1,0,0,0),(108717,23691,571,1,1,22131,0,402.522,-5684.83,296.241,2.0851,300,5,0,7984,0,1,0,0,0),(108718,23691,571,1,1,22131,0,418.082,-5778.6,301.247,1.63334,300,5,0,7984,0,1,0,0,0),(108719,23691,571,1,1,22131,0,1002.37,-5971.9,285.652,3.92147,300,5,0,7984,0,1,0,0,0),(108720,23691,571,1,1,22131,0,1075,-5946.47,277.273,6.19129,300,5,0,7984,0,1,0,0,0),(108721,23691,571,1,1,22131,0,1103.88,-6044.36,270.536,0.792904,300,5,0,7984,0,1,0,0,0),(108722,23691,571,1,1,22131,0,1104.17,-6039.5,270.782,4.65462,300,5,0,7984,0,1,0,0,0),(108723,23691,571,1,1,22131,0,1405.61,-5955,285.636,1.52289,300,5,0,7984,0,1,0,0,0),(108724,25227,571,1,1,9758,0,2184.28,5664.88,39.312,2.41013,300,5,0,6986,0,1,0,0,0),(108725,23691,571,1,1,22131,0,1330.9,-5985.33,286.491,4.29417,300,5,0,7984,0,1,0,0,0),(108726,25227,571,1,1,9758,0,2146.17,5692.09,41.7502,0.592888,300,5,0,6986,0,1,0,0,0),(108727,23691,571,1,1,22131,0,1383.76,-5856.12,286.528,1.82825,300,0,0,7984,0,0,0,0,0),(108728,23691,571,1,1,22131,0,1380.12,-5842.28,285.87,4.96984,300,0,0,7984,0,0,0,0,0),(108729,23691,571,1,1,22131,0,1364.18,-6071.75,277.403,2.21625,300,5,0,7984,0,1,0,0,0),(108730,23691,571,1,1,22131,0,1285.89,-6182.88,259.636,0.366519,300,0,0,7984,0,0,0,0,0),(108731,23691,571,1,1,22131,0,1420.63,-5783.2,266.829,6.27537,300,5,0,7984,0,1,0,0,0),(108732,25227,571,1,1,9758,0,2427.32,5436.8,21.6471,3.77236,300,5,0,6986,0,1,0,0,0),(108733,25227,571,1,1,9758,0,2210.12,5530.93,6.83982,5.07472,300,5,0,6986,0,1,0,0,0),(108734,25227,571,1,1,9758,0,2091.65,5555.64,7.36676,5.88271,300,5,0,6986,0,1,0,0,0),(108735,24459,571,1,1,983,1,2319.25,-2677.5,-6.47323,2.21734,300,5,0,8982,0,1,0,0,0),(108736,25227,571,1,1,9758,0,2108.16,5621.28,38.211,5.65472,300,5,0,6986,0,1,0,0,0),(108737,25227,571,1,1,9758,0,2297.22,5472.8,3.32588,4.41084,300,5,0,6986,0,1,0,0,0),(108738,24459,571,1,1,983,1,1857.42,-2766.31,4.0685,5.52883,300,5,0,8982,0,1,0,0,0),(108739,25227,571,1,1,9758,0,2322.45,5474.57,1.65339,4.06662,300,5,0,6986,0,1,0,0,0),(108740,25227,571,1,1,9758,0,2346.47,5470.46,1.65339,3.87463,300,5,0,6986,0,1,0,0,0),(108741,25227,571,1,1,9758,0,2477.12,5478.11,29.3327,2.07666,300,5,0,6986,0,1,0,0,0),(108742,25227,571,1,1,9758,0,2164.33,5529.24,3.49721,-1.91417,300,5,0,6986,0,1,0,0,0),(108743,25227,571,1,1,9758,0,2070.35,5501.79,0.335812,5.51524,300,5,0,6986,0,1,0,0,0),(108744,25227,571,1,1,9758,0,2108.24,5502.66,0.335798,5.07891,300,5,0,6986,0,1,0,0,0),(108745,25227,571,1,1,9758,0,2123.88,5519.21,0.362748,5.07891,300,5,0,6986,0,1,0,0,0),(108746,25227,571,1,1,9758,0,2129.77,5437.86,1.15735,5.63741,300,5,0,6986,0,1,0,0,0),(108747,25227,571,1,1,9758,0,2163.54,5628.64,28.2957,1.41097,300,5,0,6986,0,1,0,0,0),(108748,25227,571,1,1,9758,0,2435.09,5486.31,28.1128,2.34674,300,5,0,6986,0,1,0,0,0),(108749,25227,571,1,1,9758,0,2220.68,5431.77,1.60193,5.79449,300,5,0,6986,0,1,0,0,0),(108750,25227,571,1,1,9758,0,2137.98,5558.89,6.12546,0.20944,300,5,0,6986,0,1,0,0,0),(108751,25227,571,1,1,9758,0,2494.95,5414.02,26.8265,2.06587,300,5,0,6986,0,1,0,0,0),(108752,25227,571,1,1,9758,0,2472.45,5433.96,27.0576,4.38347,300,5,0,6986,0,1,0,0,0),(108753,25227,571,1,1,9758,0,2410.72,5343.23,0.845693,1.94517,300,5,0,6986,0,1,0,0,0),(108754,25227,571,1,1,9758,0,2395.2,5447.85,3.92164,3.46053,300,5,0,6986,0,1,0,0,0),(108755,25227,571,1,1,9758,0,2336.27,5389.33,1.65109,2.29485,300,5,0,6986,0,1,0,0,0),(108756,25227,571,1,1,9758,0,2396.31,5432.54,2.32558,3.35103,300,5,0,6986,0,1,0,0,0),(108757,25227,571,1,1,9758,0,2403.85,5387.18,2.69061,2.77507,300,5,0,6986,0,1,0,0,0),(108758,25227,571,1,1,9758,0,2378.56,5457.29,3.93079,3.4383,300,5,0,6986,0,1,0,0,0),(108759,25227,571,1,1,9758,0,2197.36,5419.56,1.35254,5.75959,300,5,0,6986,0,1,0,0,0),(108760,25227,571,1,1,9758,0,2309.3,5435.47,1.84057,3.78736,300,5,0,6986,0,1,0,0,0),(108761,25227,571,1,1,9758,0,2220.97,5468.02,1.6653,3.94444,300,5,0,6986,0,1,0,0,0),(108762,25227,571,1,1,9758,0,2341.42,5401.49,1.95888,3.26377,300,5,0,6986,0,1,0,0,0),(108763,29323,571,1,1,25771,1,6670.08,-1141.25,762.249,0.820305,300,0,0,11770,0,0,0,0,0),(108764,29323,571,1,1,25771,1,6738.78,-1133.15,767.692,1.44862,300,0,0,11770,0,0,0,0,0),(108765,29323,571,1,1,25771,1,6769.18,-1121.47,775.958,1.62316,300,0,0,11770,0,0,0,0,0),(108766,29323,571,1,1,25771,1,6864.92,-1070.8,802.616,4.06912,300,5,0,11770,0,1,0,0,0),(108767,29323,571,1,1,25771,1,6968.79,-1039.29,804.848,4.04916,300,0,0,11770,0,2,0,0,0),(108768,29323,571,1,1,25771,1,6763.58,-1000.58,767.844,4.10152,300,0,0,11770,0,0,0,0,0),(108769,29323,571,1,1,25771,1,6694.01,-1021.97,769.297,5.63741,300,0,0,11770,0,0,0,0,0),(108770,29323,571,1,1,25771,1,6809.27,-1063.21,769.116,2.86234,300,0,0,11770,0,0,0,0,0),(108771,29323,571,1,1,25771,1,6749.42,-991.962,768.252,4.10152,300,0,0,11770,0,0,0,0,0),(108772,29323,571,1,1,25771,1,6712.83,-999.588,768.843,5.28835,300,0,0,11770,0,0,0,0,0),(108773,29323,571,1,1,25771,1,6719.91,-1151.28,769.742,0.890118,300,0,0,11770,0,0,0,0,0),(108774,29323,571,1,1,25771,1,6758.33,-1110.35,777.182,5.81195,300,0,0,11770,0,0,0,0,0),(108775,29323,571,1,1,25771,1,6911.44,-1137.7,802.413,1.76278,300,0,0,11770,0,0,0,0,0),(108776,29323,571,1,1,25771,1,6737.53,-1041.25,768.969,5.14872,300,0,0,11770,0,0,0,0,0),(108777,29323,571,1,1,25771,1,6765.29,-1042.08,768.922,3.33358,300,0,0,11770,0,0,0,0,0),(108778,29323,571,1,1,25771,1,6666.09,-980.179,765.55,5.49779,300,0,0,11770,0,0,0,0,0),(108779,29331,571,1,1,0,1,6824.56,-1140.9,796.844,1.55503,300,0,0,11770,0,2,0,0,0),(108780,29323,571,1,1,25771,1,6849.58,-1122.16,799.736,4.56208,300,0,0,11770,0,2,0,0,0),(108781,28300,571,1,1,13069,0,6223.77,4987.49,-98.632,1.25664,300,0,0,42,0,0,0,0,0),(108782,30604,571,1,1,27157,0,5620.8,688.002,652.641,5.93412,300,0,0,10635,0,0,0,0,0),(108783,28812,571,1,1,25715,1,5145.71,-2211.96,236.789,1.0821,300,0,0,10635,0,0,0,0,0),(108784,27020,571,1,1,26788,0,4596.62,-5496.17,2.32052,0.689932,300,6,0,9940,0,1,0,0,0),(108785,27020,571,1,1,26788,0,4684.88,-5519.81,26.5906,4.28263,300,5,0,9940,0,1,0,0,0),(108786,1420,571,1,1,901,0,340.943,-4529.45,246.086,5.01503,300,5,0,8,0,1,0,0,0),(108787,27020,571,1,1,26787,0,4613.05,-5478.93,2.32703,0.745918,300,5,0,9940,0,1,0,0,0),(108788,27020,571,1,1,26787,0,4658.92,-5519.29,27.3324,4.71333,300,5,0,9940,0,1,0,0,0),(108789,32652,571,1,1,28125,0,5864.76,750.673,641.079,0.846738,300,0,0,354,1326,0,0,0,0),(108790,27020,571,1,1,26788,0,4621.64,-5712.81,111.221,1.49328,300,5,0,9940,0,1,0,0,0),(108791,24460,571,1,1,188,1,2156.69,-2558.75,2.82957,1.61628,300,5,0,8982,0,1,0,0,0),(108792,24460,571,1,1,188,1,2312.19,-2516.45,3.31867,4.00667,300,5,0,8982,0,1,0,0,0),(108793,24460,571,1,1,188,1,2279.66,-2489.83,0.292346,6.21165,300,5,0,8982,0,1,0,0,0),(108794,24460,571,1,1,188,1,2260.53,-2493.75,-0.354774,6.04554,300,5,0,8982,0,1,0,0,0),(108795,24460,571,1,1,188,1,2293.69,-2531.08,0.15958,3.6217,300,5,0,8982,0,1,0,0,0),(108796,1420,571,1,1,901,0,425.704,-4606.13,252.393,1.04409,300,5,0,8,0,1,0,0,0),(108797,1420,571,1,1,901,0,424.895,-4604.68,252.239,6.02352,300,5,0,8,0,1,0,0,0),(108798,1420,571,1,1,901,0,428.808,-4605.62,252.939,1.87,300,5,0,8,0,1,0,0,0),(108799,27020,571,1,1,26788,0,4531.31,-5537.5,2.33071,0.328088,300,2.5,0,9940,0,1,0,0,0),(108800,24460,571,1,1,188,1,2386.84,-2729.55,0.554925,1.74305,300,5,0,8982,0,1,0,0,0),(108801,1420,571,1,1,901,0,440.126,-4606.72,243.274,0.630446,300,5,0,8,0,1,0,0,0),(108802,1420,571,1,1,901,0,406.806,-4525.72,246.979,0.255314,300,5,0,8,0,1,0,0,0),(108803,24460,571,1,1,188,1,2207.08,-2526.06,2.76819,0.806858,300,5,0,8982,0,1,0,0,0),(108804,24460,571,1,1,188,1,2226.76,-2529.55,-0.106805,0.345976,300,5,0,8982,0,1,0,0,0),(108805,24460,571,1,1,188,1,2073.12,-2700.9,-0.10628,4.44432,300,5,0,8982,0,1,0,0,0),(108806,1420,571,1,1,901,0,429.183,-4572.83,245.083,5.02189,300,5,0,8,0,1,0,0,0),(108807,30860,571,1,1,27572,1,5185.86,-536.16,160.191,3.78431,300,5,0,11770,3809,1,0,0,0),(108808,30860,571,1,1,27572,1,5317.08,-461.892,174.919,2.95498,300,5,0,11770,3809,1,0,0,0),(108809,30860,571,1,1,27572,1,5194.54,-550.817,158.191,2.08029,300,5,0,11770,3809,1,0,0,0),(108810,30860,571,1,1,27572,1,5518.29,-382.907,168.726,3.34591,300,0,0,11770,3809,0,0,0,0),(108811,30860,571,1,1,27572,1,5545.6,-209.652,158.405,1.92774,300,5,0,11770,3809,1,0,0,0),(108812,30860,571,1,1,27572,1,5374.53,-824.628,161.106,0.785923,300,5,0,11770,3809,1,0,0,0),(108813,30860,571,1,1,27572,1,5375.7,-871.599,163.981,3.37445,300,5,0,11770,3809,1,0,0,0),(108814,30860,571,1,1,27572,1,5377.24,-159.115,156.439,2.89898,300,5,0,11770,3809,1,0,0,0),(108815,30860,571,1,1,27572,1,5271.69,-359.306,172.458,4.55719,300,5,0,11770,3809,1,0,0,0),(108816,30860,571,1,1,27572,1,5391.09,-732.802,162.087,0.102114,300,5,0,11770,3809,1,0,0,0),(108817,30860,571,1,1,27572,1,5321.82,-447.418,177.919,4.09718,300,5,0,11770,3809,1,0,0,0),(108818,30860,571,1,1,27572,1,5286.58,-536.454,165.444,2.98712,300,5,0,11770,3809,1,0,0,0),(108819,30860,571,1,1,27572,1,5452.63,-162.669,154.099,3.16475,300,5,0,11770,3809,1,0,0,0),(108820,30860,571,1,1,27572,1,5506.59,-258.865,166.976,5.98986,300,5,0,11770,3809,1,0,0,0),(108821,30860,571,1,1,27572,1,5295.65,-229.053,164.255,3.97186,300,5,0,11770,3809,1,0,0,0),(108822,24460,571,1,1,188,1,1844.79,-2730.21,0.395966,2.88246,300,5,0,8982,0,1,0,0,0),(108823,27020,571,1,1,26788,0,4586.41,-5540.2,2.48127,2.17979,300,5,0,9940,0,1,0,0,0),(108824,23643,571,1,1,5243,0,2186.36,-2692.49,4.89746,1.36592,300,5,0,8982,0,1,0,0,0),(108825,24460,571,1,1,188,1,1829.73,-2736.23,0.284053,5.40384,300,5,0,8982,0,1,0,0,0),(108826,23643,571,1,1,5243,0,2432.21,-2748.09,3.97896,2.43021,300,5,0,8982,0,1,0,0,0),(108827,27020,571,1,1,26788,0,4556.12,-5569.73,2.62418,3.35085,300,5,0,9940,0,1,0,0,0),(108828,27020,571,1,1,26788,0,4649.89,-5588.83,47.021,5.98181,300,5,0,9940,0,1,0,0,0),(108829,27020,571,1,1,26787,0,4541.76,-5608.5,24.5421,0.912065,300,2.5,0,9940,0,1,0,0,0),(108830,27020,571,1,1,26787,0,4693.43,-5583.13,53.6872,3.17235,300,5,0,9940,0,1,0,0,0),(108831,27020,571,1,1,26788,0,4623.66,-5643.36,110.611,0.179967,300,5,0,9940,0,1,0,0,0),(108832,27020,571,1,1,26788,0,4558.25,-5670.1,105.476,0.805738,300,0,0,9940,0,0,0,0,0),(108833,27020,571,1,1,26787,0,4710.44,-5642.29,81.0433,1.93914,300,5,0,9940,0,1,0,0,0),(108834,27020,571,1,1,26788,0,4606.22,-5676.47,117.421,5.35816,300,2.5,0,9940,0,1,0,0,0),(108835,25228,571,1,1,23883,0,2248.22,5445.03,2.44254,5.93597,300,5,0,10379,0,1,0,0,0),(108836,25228,571,1,1,23883,0,2471.71,5369.93,23.8633,1.80303,180,5,0,10379,0,2,0,0,0),(108837,25228,571,1,1,23883,0,2442.42,5454.35,19.7603,3.12268,180,5,0,10379,0,2,0,0,0),(108838,25228,571,1,1,23883,0,2187.36,5525.6,6.66442,2.11098,300,5,0,10379,0,2,0,0,0),(108839,25228,571,1,1,23883,0,2148.53,5650.98,29.1646,3.96464,180,5,0,10379,0,2,0,0,0),(108840,27277,571,1,1,24492,0,3417.8,-2795.63,201.604,2.09439,300,0,0,18582,0,0,0,0,0),(108841,25229,571,1,1,17188,0,-83.9454,-5012.04,306.754,2.87979,300,0,0,8982,0,0,0,0,0),(108842,31885,571,1,1,27019,0,5886.46,506.808,641.653,2.00713,300,0,0,10635,0,0,0,0,0),(108843,29325,571,1,1,26138,1,5692.4,538.685,647.538,3.92699,300,0,0,10635,0,0,0,0,0),(108844,27789,571,1,1,24808,0,2823.33,49.888,-1.77217,0.349066,300,0,0,1394500,0,0,0,0,0),(108845,26509,571,1,1,22125,0,3762.02,1586.64,87.1133,5.31378,300,0,0,8982,0,0,0,0,0),(108847,23693,571,1,1,22321,0,1261.06,-4033.44,152.148,1.84163,300,5,0,7984,0,1,0,0,0),(108848,27021,571,1,1,24231,0,3845.92,1580.12,86.8325,3.08923,300,0,0,8982,0,0,0,0,0),(108849,23693,571,1,1,22321,0,678.365,-4457.93,213.176,4.9225,300,5,0,7984,0,1,0,0,0),(108850,23693,571,1,1,22321,0,1167.56,-4458.45,183.754,1.53702,300,5,0,7984,0,1,0,0,0),(108851,23693,571,1,1,22321,0,963.455,-4034.69,181.105,5.4215,300,5,0,7984,0,1,0,0,0),(108852,28045,571,1,1,25066,1,5929.84,-2378.66,293.924,4.72984,300,0,0,9291,0,0,0,0,0),(108853,30605,571,1,1,27158,0,5623.92,695.227,652.681,5.93412,300,0,0,10635,0,0,0,0,0),(108854,28813,571,1,1,25711,1,5134.82,-2188.9,236.672,0.069813,300,0,0,10635,0,0,0,0,0),(108855,23693,571,1,1,22321,0,1359.56,-4228.5,154.876,2.1517,300,5,0,7984,0,1,0,0,0),(108856,23693,571,1,1,22321,0,1154.5,-5459.26,199.381,3.65091,300,5,0,7984,0,1,0,0,0),(108857,23693,571,1,1,22321,0,1457.07,-4523.08,180.527,0.6505,300,5,0,7984,0,1,0,0,0),(108858,23693,571,1,1,22321,0,1221.93,-5500.1,197.422,2.19188,300,5,0,7984,0,1,0,0,0),(108859,32653,571,1,1,5966,0,5863.83,747.939,640.575,1.969,300,0,0,1,0,0,0,0,0),(108887,24461,571,1,1,504,1,2273.04,-2508.76,1.65958,0.979366,300,5,0,7185,7196,1,0,0,0),(108888,24461,571,1,1,504,1,2255.37,-2510.97,0.24708,1.96382,300,5,0,7185,7196,1,0,0,0),(108889,23693,571,1,1,22321,0,1385.81,-3822.48,135.285,1.11836,300,5,0,7984,0,1,0,0,0),(108890,23693,571,1,1,22321,0,1529.71,-4527.63,188.895,2.85912,300,5,0,7984,0,1,0,0,0),(108891,23693,571,1,1,22321,0,1372.89,-4717.13,196.107,4.18662,300,5,0,7984,0,1,0,0,0),(108892,23693,571,1,1,22321,0,1502.29,-3458.98,185.81,1.30076,300,5,0,7984,0,1,0,0,0),(108893,23693,571,1,1,22321,0,1261.69,-4318.77,161.988,1.54728,300,5,0,7984,0,1,0,0,0),(108895,23693,571,1,1,22321,0,648.688,-4632.49,225.234,2.64771,300,5,0,7984,0,1,0,0,0),(108896,23693,571,1,1,22321,0,1278.19,-5331.68,187.555,0.207277,300,5,0,7984,0,1,0,0,0),(108897,24461,571,1,1,504,1,2218.07,-2659.41,1.16411,2.90796,300,5,0,7185,7196,1,0,0,0),(108898,27533,571,1,1,24590,0,3810.66,949.713,57.0554,2.32022,300,5,0,9610,0,1,0,0,0),(108899,27533,571,1,1,24590,0,3825.81,866.45,57.6622,3.21232,300,5,0,9610,0,1,0,0,0),(108900,23693,571,1,1,22321,0,1294.14,-3659.06,154.123,4.65847,300,5,0,7984,0,1,0,0,0),(108901,24461,571,1,1,504,1,2144.47,-2569.62,0.509901,1.63407,300,5,0,7185,7196,1,0,0,0),(108902,24461,571,1,1,504,1,2165.96,-2573.25,0.259901,6.14368,300,5,0,7185,7196,1,0,0,0),(108903,27533,571,1,1,24590,0,3694.68,1052.99,56.0871,2.16529,300,5,0,9610,0,1,0,0,0),(108904,27533,571,1,1,24590,0,3765.6,1078.22,57.4755,0.355569,300,5,0,9610,0,1,0,0,0),(108905,24461,571,1,1,504,1,2352.22,-2755.42,1.17216,1.0098,300,5,0,7185,7196,1,0,0,0),(108906,24461,571,1,1,504,1,2209.05,-2517.37,0.768195,4.21818,300,5,0,7185,7196,1,0,0,0),(108907,30861,571,1,1,27478,0,5552.27,-525.492,159.161,6.14049,300,5,0,37800,19970,1,0,0,0),(108908,30861,571,1,1,27478,0,5259.52,-374.786,172.029,5.17624,300,5,0,37800,19970,1,0,0,0),(108909,24461,571,1,1,504,1,2082.87,-2705.48,1.33106,1.47505,300,5,0,7185,7196,1,0,0,0),(108910,1933,571,1,1,857,0,-43.76,-3436.74,4.26963,6.23422,300,5,0,14,0,1,0,0,0),(108911,1933,571,1,1,856,0,-43.8103,-3440.97,4.17074,0.986514,300,5,0,14,0,1,0,0,0),(108912,1933,571,1,1,856,0,-42.8357,-3440.63,4.16793,2.29754,300,5,0,14,0,1,0,0,0),(108913,1933,571,1,1,856,0,-41.1828,-3438.94,4.1635,3.47955,300,5,0,14,0,1,0,0,0),(108914,23643,571,1,1,5243,0,2310.33,-2779.45,5.35634,4.04197,300,5,0,8982,0,1,0,0,0),(108915,30861,571,1,1,27478,0,5537.08,-454.849,161.074,5.51011,300,5,0,37800,19970,1,0,0,0),(108916,25230,571,1,1,17188,0,-111.002,-5143.26,324.024,2.26893,300,0,0,8982,0,0,0,0,0),(108917,31886,571,1,1,22003,0,5891.12,507.34,641.653,1.16937,300,0,0,10635,0,0,0,0,0),(108918,28046,571,1,1,25067,1,5559.11,5765.43,-77.9385,3.75246,300,0,0,11001,0,0,0,0,0),(108919,27022,571,1,1,24232,0,3818.2,1594.33,86.8169,5.48033,300,0,0,8982,0,0,0,0,0),(108921,30606,571,1,1,27159,0,5619.01,694.787,652.092,3.47321,300,0,0,10635,0,0,0,0,0),(108922,30094,571,1,1,26759,0,5779.81,644.091,610.151,0.837758,300,0,0,12600,0,0,0,0,0),(108923,30862,571,1,1,10621,0,5494.74,-1030.66,186.814,0.166754,300,5,0,11379,3725,1,0,0,0),(108924,26766,571,1,1,24025,1,3411.51,4105.33,18.9122,3.61283,300,0,0,3716,0,0,0,0,0),(108926,27278,571,1,1,27173,1,3265.85,-21.1655,74.402,5.14311,300,5,0,9610,0,1,0,0,0),(108927,27278,571,1,1,27183,1,3260.51,-38.2692,73.3421,3.03608,300,5,0,9610,0,1,0,0,0),(108928,27278,571,1,1,27173,1,3247.06,-21.3969,73.902,1.00318,300,5,0,9610,0,1,0,0,0),(108929,30862,571,1,1,10621,0,5538.66,-984.984,192.424,2.39093,300,5,0,11379,3725,1,0,0,0),(108930,27278,571,1,1,27173,1,3689.5,-9.49632,57.5303,2.63383,300,0,0,9610,0,0,0,0,0),(108931,27278,571,1,1,27183,1,3262.76,-38.133,73.5921,2.34423,300,5,0,9610,0,1,0,0,0),(108932,27278,571,1,1,27183,1,3278.72,-29.7032,73.6268,3.59058,300,5,0,9610,0,1,0,0,0),(108933,27278,571,1,1,27183,1,3249.61,-24.7816,73.777,4.80648,300,5,0,9610,0,1,0,0,0),(108934,27278,571,1,1,27183,1,4345.89,-311.855,84.5671,4.84039,300,5,0,9610,0,1,0,0,0),(108935,27278,571,1,1,27183,1,4360.45,-313.869,86.6921,6.13351,300,5,0,9610,0,1,0,0,0),(108936,27278,571,1,1,27183,1,4374.55,-312.789,88.1799,4.96207,300,5,0,9610,0,1,0,0,0),(108937,27278,571,1,1,27173,1,3985.04,-28.9753,49.9141,2.25759,300,5,0,9610,0,1,0,0,0),(108938,27278,571,1,1,27173,1,3989.79,-45.4453,48.6865,6.20458,300,5,0,9610,0,1,0,0,0),(108939,27278,571,1,1,27183,1,3970.48,-4.13728,49.6641,5.97953,300,5,0,9610,0,1,0,0,0),(108940,27278,571,1,1,27183,1,3978.05,-34.9615,50.1852,0.474335,300,5,0,9610,0,1,0,0,0),(108941,27278,571,1,1,27173,1,3764.02,-38.8113,57.9726,5.25246,300,5,0,9610,0,1,0,0,0),(108942,27278,571,1,1,27183,1,3743.34,-39.2117,57.9726,5.41507,300,5,0,9610,0,1,0,0,0),(108943,27278,571,1,1,27183,1,3702.25,-16.4158,56.2246,0.156491,300,0,0,9610,0,0,0,0,0),(108944,27278,571,1,1,27183,1,3698.85,-24.7618,59.187,4.19191,300,0,0,9610,0,0,0,0,0),(108945,27278,571,1,1,27173,1,3401.96,508.096,72.0807,2.73069,300,5,0,9610,0,1,0,0,0),(108946,27278,571,1,1,27183,1,3390.01,506.371,73.7112,0.17542,300,5,0,9610,0,1,0,0,0),(108947,27278,571,1,1,27183,1,3378.28,504.495,75.0412,0.637932,300,5,0,9610,0,1,0,0,0),(108948,27278,571,1,1,27183,1,3379.17,490.765,73.5796,0.212396,300,5,0,9610,0,1,0,0,0),(108949,27278,571,1,1,27173,1,3377.23,481.083,72.8176,6.10618,300,5,0,9610,0,1,0,0,0),(108950,27278,571,1,1,27183,1,3263.4,-6.88323,75.902,3.32052,300,5,0,9610,0,1,0,0,0),(108951,27278,571,1,1,27183,1,3252.91,-2.10138,76.027,1.92164,300,5,0,9610,0,1,0,0,0),(108952,30862,571,1,1,10621,0,5459.17,-962.651,166.094,5.83264,300,5,0,11379,3725,1,0,0,0),(108953,27278,571,1,1,27173,1,3634.7,494.483,58.0146,0.115694,300,5,0,9610,0,1,0,0,0),(108954,27278,571,1,1,27183,1,3620.37,490.924,57.7325,4.70783,300,5,0,9610,0,1,0,0,0),(108955,27278,571,1,1,27173,1,3645.67,485.857,57.6396,3.60524,300,5,0,9610,0,1,0,0,0),(108956,27278,571,1,1,27173,1,3620.35,519.272,63.8196,4.35589,300,5,0,9610,0,1,0,0,0),(108957,27278,571,1,1,27173,1,3631.31,479.755,57.2325,4.52612,300,5,0,9610,0,1,0,0,0),(108958,27278,571,1,1,27173,1,3613.1,511.133,60.6229,3.17438,300,5,0,9610,0,1,0,0,0),(108960,27278,571,1,1,27173,1,3255.12,-0.258477,76.277,0.753666,300,5,0,9610,0,1,0,0,0),(108961,27278,571,1,1,27173,1,3258.49,-7.0097,75.902,2.81466,300,5,0,9610,0,1,0,0,0),(108962,27278,571,1,1,27183,1,3276.78,-30.7769,73.7518,1.43262,300,5,0,9610,0,1,0,0,0),(88759,37967,571,1,1,0,0,5691.88,2090.5,798.138,2.18166,120,0,0,1,0,0,0,0,0),(88758,37967,571,1,1,0,0,5683.01,2145.11,798.145,1.18682,120,0,0,1,0,0,0,0,0),(88757,37967,571,1,1,0,0,5679.91,2107.91,798.138,6.23082,120,0,0,1,0,0,0,0,0),(88756,37967,571,1,1,0,0,5669,2017.95,798.125,2.46091,120,0,0,1,0,0,0,0,0),(108967,27278,571,1,1,27173,1,3961.9,-21.4523,48.4004,5.36532,300,5,0,9610,0,1,0,0,0),(108968,27278,571,1,1,27173,1,3980.2,7.33079,50.7731,0.686462,300,5,0,9610,0,1,0,0,0),(108969,30862,571,1,1,10621,0,5314.33,-239.477,167.882,1.17719,300,0,0,11379,3725,0,0,0,0),(108970,30862,571,1,1,10621,0,5202.59,-508.765,160.694,0.967906,300,5,0,11379,3725,1,0,0,0),(108971,30862,571,1,1,10621,0,5475.5,-673.666,151.92,1.08765,300,5,0,11379,3725,1,0,0,0),(108972,5774,571,1,1,2328,0,2560.6,-1835.13,10.6364,5.32325,300,0,0,42,0,0,0,0,0),(108973,5774,571,1,1,2326,0,2552.92,-1840.63,10.604,5.28835,300,0,0,42,0,0,0,0,0),(108974,5774,571,1,1,2320,0,2556.9,-1845.99,10.2894,2.23402,300,0,0,42,0,0,0,0,0),(108975,5774,571,1,1,2326,0,2563.97,-1840.5,10.602,2.14675,300,0,0,42,0,0,0,0,0),(108976,30862,571,1,1,10621,0,5241.87,-475.024,165.14,0.97702,300,5,0,11379,3725,1,0,0,0),(108977,30862,571,1,1,10621,0,5490.6,-624.146,152.075,0.509943,300,5,0,11379,3725,1,0,0,0),(108978,30862,571,1,1,10621,0,5536.34,-341.659,166.636,1.91202,300,0,0,11379,3725,0,0,0,0),(108979,30862,571,1,1,10621,0,5258.57,-810.269,175.317,6.22936,300,5,0,11379,3725,1,0,0,0),(108980,30862,571,1,1,10621,0,5189.26,-746.197,171.416,2.19593,300,5,0,11379,3725,1,0,0,0),(108981,30862,571,1,1,10621,0,5208.83,-623.843,159.871,4.34742,300,5,0,11379,3725,1,0,0,0),(108982,30862,571,1,1,10621,0,5247.81,-327.14,168.023,1.21834,300,5,0,11379,3725,1,0,0,0),(108983,30862,571,1,1,10621,0,5344.32,-162.637,157.881,3.05007,300,5,0,11379,3725,1,0,0,0),(108984,30862,571,1,1,10621,0,5284.45,-377.736,176.575,2.62729,300,5,0,11379,3725,1,0,0,0),(108985,30862,571,1,1,10621,0,5268.05,-256.435,165.874,3.61517,300,5,0,11379,3725,1,0,0,0),(108986,30862,571,1,1,10621,0,5229.61,-416.316,165.132,3.1338,300,5,0,11379,3725,1,0,0,0),(108987,30862,571,1,1,10621,0,5320.96,-420.611,182.176,1.85272,300,5,0,11379,3725,1,0,0,0),(108988,30862,571,1,1,10621,0,5278.82,-487.114,166.611,3.25847,300,5,0,11379,3725,1,0,0,0),(108989,30862,571,1,1,10621,0,5521.29,-342.132,169.802,0.849274,300,0,0,11379,3725,0,0,0,0),(108990,30862,571,1,1,10621,0,5504.39,-270.89,168.413,1.52813,300,5,0,11379,3725,1,0,0,0),(108991,30862,571,1,1,10621,0,5423.17,-163.937,152.326,4.38817,300,5,0,11379,3725,1,0,0,0),(108992,30862,571,1,1,10621,0,5493.85,-1026.48,185.913,1.58274,300,5,0,11379,3725,1,0,0,0),(108993,30862,571,1,1,10621,0,5538.64,-991.114,194.364,0.033223,300,5,0,11379,3725,1,0,0,0),(108994,30862,571,1,1,10621,0,5490.13,-700.111,150.643,5.86986,300,0,0,11379,3725,0,0,0,0),(108995,30862,571,1,1,10621,0,5478.42,-629.325,152.682,4.02841,300,0,0,11379,3725,0,0,0,0),(108996,30862,571,1,1,10621,0,5459.63,-946.432,163.421,1.22729,300,5,0,11379,3725,1,0,0,0),(40281,27791,571,1,1,0,1,3674.54,-1175.28,102.42,1.78801,120,0,0,1,0,0,0,0,0),(108998,25231,571,1,1,17188,0,13.6827,-4983.4,303.369,0.628319,300,0,0,8982,0,0,0,0,0),(132547,21763,530,1,1,18012,1,-4079.7,3355.62,284.948,4.04741,180,5,0,5744,3231,1,0,0,0),(109002,26511,571,1,1,12199,0,2725.11,1005.62,-13.9545,0.600999,300,5,0,9291,0,1,0,0,0),(109003,27023,571,1,1,24233,1,3749.03,1596.74,87.1133,0.506145,300,0,0,8982,0,0,0,0,0),(109005,29839,571,1,1,25797,1,6793.03,-1696.48,821.291,5.98648,300,0,0,12175,0,0,0,0,0),(109006,30607,571,1,1,27160,0,5627.75,702.126,652.641,5.8294,300,0,0,10635,0,0,0,0,0),(109007,29327,571,1,1,26165,0,5618.75,-3743.75,365.563,1.60332,300,0,0,11001,0,0,0,0,0),(109008,29583,571,1,1,26354,0,5761.11,-3562.79,387.133,1.41372,300,0,0,10635,0,0,0,0,0),(109009,25487,571,1,1,26297,0,2196.65,6467,37.9017,1.90241,300,5,0,6986,0,1,0,0,0),(109010,28047,571,1,1,25068,0,5562.35,5737.39,-74.5769,0.820305,300,0,0,11001,0,0,0,0,0),(109011,25487,571,1,1,26297,0,2164.96,6299.88,55.617,4.04916,300,5,0,6986,0,1,0,0,0),(109012,25487,571,1,1,26297,0,2091.32,6313.99,60.9087,0.959931,300,5,0,6986,0,1,0,0,0),(109013,30095,571,1,1,16259,0,5781.72,642.818,609.241,2.70526,300,0,0,42,0,0,0,0,0),(109014,30095,571,1,1,16259,0,5781.85,644.565,609.241,3.47321,300,0,0,42,0,0,0,0,0),(109015,30095,571,1,1,16259,0,5780.42,646,609.241,4.36332,300,0,0,42,0,0,0,0,0),(109016,30095,571,1,1,16259,0,5778.37,646.438,609.241,5.16617,300,0,0,42,0,0,0,0,0),(109017,26767,571,1,1,24026,1,3409.07,4109.73,18.6232,1.51844,300,0,0,3716,0,0,0,0,0),(109018,29327,571,1,1,26165,0,5547.1,-3649.3,365.146,0.993357,300,0,0,11001,0,0,0,0,0),(109020,27279,571,1,1,27175,1,3273.48,9.65278,76.8224,4.92183,300,0,0,9610,3309,0,0,0,0),(109021,26511,571,1,1,1557,0,2646.87,825.885,-41.6155,3.61529,300,5,0,9291,0,1,0,0,0),(109022,29327,571,1,1,26165,0,5214.88,-4345.12,385.838,3.06145,300,0,0,11001,0,0,0,0,0),(109023,29327,571,1,1,26165,0,5512.09,-4482.01,371.302,5.48327,300,0,0,11001,0,0,0,0,0),(109024,27279,571,1,1,27175,1,3706.25,-15.462,55.7699,2.86651,300,0,0,9610,3309,0,0,0,0),(109025,26511,571,1,1,12199,0,2698.28,790.913,-33.7866,0.70042,300,5,0,9291,0,1,0,0,0),(109026,26511,571,1,1,1557,0,2641.89,925.781,-32.1213,2.61601,300,5,0,9291,0,1,0,0,0),(109027,26511,571,1,1,1557,0,2585.92,886.253,-56.8292,2.23447,300,5,0,9291,0,1,0,0,0),(109028,29327,571,1,1,26165,0,5662.86,-3728.71,363.257,3.31279,300,0,0,11001,0,0,0,0,0),(109029,27279,571,1,1,27181,1,4362.9,-303.57,85.9325,2.11185,300,0,0,9610,3309,0,0,0,0),(109030,27279,571,1,1,27181,1,4331.14,-300.089,80.9106,1.53589,300,0,0,9610,3309,0,0,0,0),(109031,27279,571,1,1,27181,1,4350.94,-300.478,84.2509,0.488692,300,0,0,9610,3309,0,0,0,0),(109032,29327,571,1,1,26165,0,5606.25,-3679.91,364.702,4.51505,300,0,0,11001,0,0,0,0,0),(109033,29327,571,1,1,26165,0,5453.14,-3518.56,363.342,4.75533,300,0,0,11001,0,0,0,0,0),(109034,29327,571,1,1,26165,0,5498.12,-4214.31,363.927,0.246637,300,0,0,11001,0,0,0,0,0),(109035,27279,571,1,1,27181,1,3731.2,-24.8491,57.1548,0.314159,300,0,0,9610,3309,0,0,0,0),(109036,25487,571,1,1,26297,0,2272.01,5720.51,63.0269,2.27042,300,5,0,6986,0,1,0,0,0),(109037,29327,571,1,1,26165,0,5639.97,-3679.41,365.578,2.56547,300,0,0,11001,0,0,0,0,0),(109038,25487,571,1,1,26297,0,2168.08,5812.08,59.9034,5.3493,300,5,0,6986,0,1,0,0,0),(109039,27279,571,1,1,27175,1,3385.99,493.233,72.5007,5.75959,300,0,0,9610,3309,0,0,0,0),(109040,27279,571,1,1,27175,1,3391.36,497.832,71.6777,5.77704,300,0,0,9610,3309,0,0,0,0),(109041,27279,571,1,1,27181,1,3271.48,0.385905,76.4502,0.453786,300,0,0,9610,3309,0,0,0,0),(109042,27279,571,1,1,27175,1,3623.19,506.419,59.393,6.26573,300,0,0,9610,3309,0,0,0,0),(109043,27279,571,1,1,27181,1,3625.04,500.144,58.0554,6.24828,300,0,0,9610,3309,0,0,0,0),(109044,25487,571,1,1,26297,0,2019.21,6038.16,40.1174,1.42796,300,5,0,6986,0,1,0,0,0),(132605,21787,530,1,1,20682,1,-3823.37,3332.76,324.128,5.96903,180,0,0,5744,3231,0,0,0,0),(109046,25743,571,1,1,26425,0,3685.7,5381.44,37.4731,3.72959,300,5,0,17964,0,1,0,0,0),(109048,27279,571,1,1,27175,1,3978.55,-21.9608,49.9246,1.15192,300,0,0,9610,3309,0,0,0,0),(109049,27279,571,1,1,27181,1,3973.67,-15.0099,50.1596,4.88692,300,0,0,9610,3309,0,0,0,0),(109050,29327,571,1,1,26165,0,5348.23,-4449.57,391.219,1.89156,300,0,0,11001,0,0,0,0,0),(109051,29327,571,1,1,26165,0,5250,-4416.67,398.079,3.56886,300,0,0,11001,0,0,0,0,0),(109052,29327,571,1,1,26165,0,5452.55,-4459.35,379.196,5.59359,300,0,0,11001,0,0,0,0,0),(109053,29327,571,1,1,26165,0,5520.05,-4370.01,368.073,1.77571,300,0,0,11001,0,0,0,0,0),(109054,29327,571,1,1,26165,0,5430.76,-4138.55,362.77,2.59045,300,0,0,11001,0,0,0,0,0),(109055,29327,571,1,1,26165,0,5523.86,-4309.18,365.66,3.99884,300,0,0,11001,0,0,0,0,0),(109056,29327,571,1,1,26165,0,5442.5,-4342.29,364.582,3.75991,300,0,0,11001,0,0,0,0,0),(109057,29327,571,1,1,26165,0,5457.7,-4249.95,364.255,0.237351,300,0,0,11001,0,0,0,0,0),(109058,29327,571,1,1,26165,0,5427.67,-4399.88,369.612,5.04575,300,0,0,11001,0,0,0,0,0),(109059,29327,571,1,1,26165,0,5319.9,-4346.18,372.282,1.73075,300,0,0,11001,0,0,0,0,0),(109060,29327,571,1,1,26165,0,5247.32,-4238.53,361.805,3.95314,300,0,0,11001,0,0,0,0,0),(109061,29327,571,1,1,26165,0,5146.33,-4197.77,347.672,2.57363,300,0,0,11001,0,0,0,0,0),(109062,29327,571,1,1,26165,0,5250.03,-4221.88,360.781,4.64111,300,0,0,11001,0,0,0,0,0),(109063,29327,571,1,1,26165,0,5161.89,-4178,352.226,0.982794,300,0,0,11001,0,0,0,0,0),(109064,25743,571,1,1,26425,0,3771.54,5731.31,59.3774,2.84181,300,5,0,17964,0,1,0,0,0),(109065,30863,571,1,1,27364,1,5425.48,-918.537,165.94,3.7001,300,0,0,11770,3809,0,0,0,0),(1976445,30060,571,1,2,0,0,7294,-1127.58,938.395,2.43297,300,0,0,12175,0,0,0,0,0),(109067,30863,571,1,1,27364,1,5500.84,-558.263,157.866,5.20073,300,0,0,11770,3809,0,0,0,0),(109068,30863,571,1,1,27364,1,5384.02,-783.603,156.793,1.93731,300,0,0,11770,3809,0,0,0,0),(109069,30863,571,1,1,27364,1,5307.88,-680.026,163.018,5.30593,300,5,0,11770,3809,1,0,0,0),(109070,25487,571,1,1,26297,0,2088.01,5810.79,51.0188,5.8511,300,5,0,6986,0,1,0,0,0),(109071,25487,571,1,1,26297,0,2054.46,5748.39,41.9739,3.94006,300,5,0,6986,0,1,0,0,0),(109072,30863,571,1,1,27364,1,5408.15,-786.723,156.061,3.25959,300,0,0,11770,3809,0,0,0,0),(109073,30863,571,1,1,27360,1,5328.52,-790.152,165.518,3.38047,300,0,0,11770,3809,0,0,0,0),(109074,30863,571,1,1,27360,1,5364.85,-777.385,156.834,4.99547,300,5,0,11770,3809,1,0,0,0),(109075,30863,571,1,1,27364,1,5441.58,-799.435,155.468,2.29548,300,5,0,11770,3809,1,0,0,0),(109076,30863,571,1,1,27360,1,5390.1,-753.646,156.881,1.73319,300,5,0,11770,3809,1,0,0,0),(109077,30863,571,1,1,27360,1,5359.31,-809.997,166.943,2.07307,300,5,0,11770,3809,1,0,0,0),(109078,30863,571,1,1,27360,1,5316.98,-590.268,165.481,3.15905,300,0,0,11770,3809,0,0,0,0),(109079,30863,571,1,1,27364,1,5304.41,-567.677,166.739,1.76278,300,0,0,11770,3809,0,0,0,0),(109080,29327,571,1,1,26165,0,5459.98,-3566.24,363.863,0.800315,300,0,0,11001,0,0,0,0,0),(109081,29327,571,1,1,26165,0,5406.48,-3542,365.608,0.169599,300,0,0,11001,0,0,0,0,0),(109082,29327,571,1,1,26165,0,5617.67,-3647.22,362.425,5.53734,300,0,0,11001,0,0,0,0,0),(109083,29327,571,1,1,26165,0,5512.12,-3605.94,363.684,0.887816,300,0,0,11001,0,0,0,0,0),(109084,29327,571,1,1,26165,0,5516.47,-3547.34,363.856,4.47633,300,0,0,11001,0,0,0,0,0),(109085,25743,571,1,1,26425,0,3770.17,5279.19,29.2739,1.17927,300,5,0,17964,0,1,0,0,0),(109086,25487,571,1,1,26297,0,3333.68,5848.35,77.2184,5.10966,300,5,0,6986,0,1,0,0,0),(109087,25743,571,1,1,26425,0,3794.1,5637.65,50.3563,1.5747,300,5,0,17964,0,1,0,0,0),(109088,25487,571,1,1,26297,0,3354.17,5970.83,74.9231,5.61995,300,5,0,6986,0,1,0,0,0),(109089,25743,571,1,1,26425,0,3661.51,5216.82,27.2919,4.03003,300,5,0,17964,0,1,0,0,0),(109090,25743,571,1,1,26425,0,3822.83,5493.9,40.0278,3.29389,300,5,0,17964,0,1,0,0,0),(109091,28303,571,1,1,24443,1,5150.06,-2529.72,289.39,4.67748,300,0,0,10635,3561,0,0,0,0),(109092,28303,571,1,1,24443,1,5075.19,-2598.16,289.673,6.23082,300,0,0,10635,3561,0,0,0,0),(109093,28303,571,1,1,24443,1,5236.62,-2700.23,289.784,2.19912,300,0,0,10635,3561,0,0,0,0),(109094,28303,571,1,1,24443,1,5164.73,-2612.56,288.488,-3.05322,300,0,0,10635,3561,0,0,0,0),(109095,28303,571,1,1,24443,1,5109.41,-2708.13,289.41,-1.06118,300,0,0,10635,3561,0,0,0,0),(109096,28303,571,1,1,24443,1,5219.96,-2606.16,290.619,4.57276,300,0,0,10635,3561,0,0,0,0),(109097,28303,571,1,1,24443,1,5010.78,-2653.89,289.647,5.70723,300,0,0,10635,3561,0,0,0,0),(109098,28303,571,1,1,24443,1,5044.96,-2751.3,289.214,4.79522,300,0,0,10635,3561,0,0,0,0),(109099,28303,571,1,1,24443,1,4975.21,-2687.91,289.385,4.64258,300,0,0,10635,3561,0,0,0,0),(109100,28303,571,1,1,24443,1,4932.53,-2757.98,287.981,4.9861,300,5,0,10635,3561,1,0,0,0),(109101,28303,571,1,1,24443,1,4992.59,-2808.81,289.669,0.122173,300,0,0,10635,3561,0,0,0,0),(109102,28303,571,1,1,24443,1,5058.97,-2705.14,289.581,1.37881,300,0,0,10635,3561,0,0,0,0),(109103,28303,571,1,1,24443,1,5168.63,-2651.28,289.783,6.19592,300,0,0,10635,3561,0,0,0,0),(109104,28303,571,1,1,24443,1,5081.58,-2729.74,289.627,6.23082,300,0,0,10635,3561,0,0,0,0),(109105,28303,571,1,1,24443,1,5021.22,-2787.15,289.691,4.88692,300,0,0,10635,3561,0,0,0,0),(109106,28303,571,1,1,24443,1,5075.76,-2698.35,287.368,5.48383,300,5,0,10635,3561,1,0,0,0),(109107,28303,571,1,1,24443,1,4971.7,-2786.04,289.687,1.41372,300,0,0,10635,3561,0,0,0,0),(109108,28303,571,1,1,24443,1,5086.14,-2682.93,289.551,3.10669,300,0,0,10635,3561,0,0,0,0),(109109,28303,571,1,1,24443,1,4998.04,-2762.75,289.738,3.12414,300,0,0,10635,3561,0,0,0,0),(109110,28303,571,1,1,24443,1,5175.92,-2756.4,289.577,2.32129,300,0,0,10635,3561,0,0,0,0),(109111,25487,571,1,1,26297,0,3218.55,6112.21,69.2661,1.43453,300,5,0,6986,0,1,0,0,0),(109113,25487,571,1,1,26297,0,3218.79,6215.02,71.7707,1.86009,300,5,0,6986,0,1,0,0,0),(109114,25487,571,1,1,26297,0,3283.54,6040.26,79.9008,1.45693,300,5,0,6986,0,1,0,0,0),(109115,25487,571,1,1,26297,0,3247.9,6084.96,74.913,2.74064,300,5,0,6986,0,1,0,0,0),(109116,25487,571,1,1,26297,0,2377.67,6256.66,55.4409,1.73314,300,5,0,6986,0,1,0,0,0),(109117,25487,571,1,1,26297,0,2244.78,6315.19,49.4681,0.63603,300,5,0,6986,0,1,0,0,0),(109118,25487,571,1,1,26297,0,3312.63,5919.88,86.1768,1.70993,300,5,0,6986,0,1,0,0,0),(109119,25487,571,1,1,26297,0,3271.99,5908.85,90.2638,6.09711,300,5,0,6986,0,1,0,0,0),(109120,25487,571,1,1,26297,0,2017.05,6145.45,33.0131,0.61696,300,5,0,6986,0,1,0,0,0),(109121,25743,571,1,1,26425,0,4116.42,5539.11,28.0351,1.75711,300,5,0,17964,0,1,0,0,0),(109122,25743,571,1,1,26425,0,3466.92,5272.27,34.9022,4.2907,300,5,0,17964,0,1,0,0,0),(109123,25743,571,1,1,26425,0,3515.55,5206.24,28.5298,2.95841,300,5,0,17964,0,1,0,0,0),(109124,25743,571,1,1,26425,0,3995.53,5462.41,31.2008,-1.90975,300,0,0,17964,0,0,0,0,0),(109125,25487,571,1,1,26297,0,2172.4,5882.36,64.0218,3.2433,300,5,0,6986,0,1,0,0,0),(109126,25487,571,1,1,26297,0,2074.89,5870.81,47.2676,4.27015,300,5,0,6986,0,1,0,0,0),(109127,25487,571,1,1,26297,0,2155.3,5944.77,59.9801,5.43657,300,5,0,6986,0,1,0,0,0),(109128,25487,571,1,1,26297,0,2153.29,6038.87,56.9882,5.09689,300,5,0,6986,0,1,0,0,0),(109129,25487,571,1,1,26297,0,2164.11,6212.42,55.7274,0.749362,300,5,0,6986,0,1,0,0,0),(109130,25743,571,1,1,26425,0,3787.08,5814.71,67.4007,5.11487,300,5,0,17964,0,1,0,0,0),(109131,25487,571,1,1,26297,0,2100.96,6242.62,47.9119,0.433089,300,5,0,6986,0,1,0,0,0),(109132,25487,571,1,1,26297,0,2046.42,6146.06,43.4889,0.677188,300,5,0,6986,0,1,0,0,0),(109133,25487,571,1,1,26297,0,2246.24,5608.11,33.536,3.63151,300,5,0,6986,0,1,0,0,0),(109134,25487,571,1,1,26297,0,2063.41,6106.79,47.1083,3.58557,300,5,0,6986,0,1,0,0,0),(109135,25487,571,1,1,26297,0,2013.6,6088.66,39.9924,0.315551,300,5,0,6986,0,1,0,0,0),(109136,25743,571,1,1,26425,0,3832.01,5364.4,25.4508,1.14385,300,5,0,17964,0,1,0,0,0),(109137,25487,571,1,1,26297,0,2074.7,6051.85,46.7342,1.22028,300,5,0,6986,0,1,0,0,0),(109138,25487,571,1,1,26297,0,3232.06,6037.4,79.3618,5.36045,300,5,0,6986,0,1,0,0,0),(109139,25743,571,1,1,26425,0,3348.87,5442.6,56.5822,0.299445,300,5,0,17964,0,1,0,0,0),(109140,25743,571,1,1,26425,0,3347.67,5513.77,59.1194,5.8646,300,5,0,17964,0,1,0,0,0),(109141,25743,571,1,1,26425,0,3412.38,5447.85,60.6364,2.64116,300,5,0,17964,0,1,0,0,0),(109142,25743,571,1,1,26425,0,3291.55,5361.43,42.1962,3.82545,300,5,0,17964,0,1,0,0,0),(109143,30863,571,1,1,27360,1,5495.46,-541.869,159.122,6.16101,300,0,0,11770,3809,0,0,0,0),(109144,30863,571,1,1,27360,1,5467.35,-553.575,158.414,1.95923,300,5,0,11770,3809,1,0,0,0),(109146,27024,571,1,1,23825,1,4685.38,-5504.09,24.8497,3.57792,300,0,0,9940,0,0,0,0,0),(109147,27024,571,1,1,23825,1,4624.82,-5482.14,2.33251,3.03687,300,0,0,9940,0,0,0,0,0),(137679,14864,1,1,1,0,0,-1636.97,111.58,-17.8232,1.04032,120,2,0,1,0,1,0,0,0),(137678,14864,1,1,1,0,0,-1623.03,86.0986,-17.8232,4.55449,120,2,0,1,0,1,0,0,0),(137677,14860,1,1,1,0,0,-1571.49,160.155,-7.71154,3.757,120,0,0,1,0,0,0,0,0),(137676,14847,1,1,1,0,1,-1579.04,176.145,-7.70948,5.37561,120,0,0,1,0,0,0,0,0),(109153,28304,571,1,1,19595,0,5230.99,-3118.04,281.106,3.80482,300,5,0,4979,0,1,0,0,0),(109154,30608,571,1,1,27161,0,5622.25,700.649,652.076,2.07694,300,0,0,10635,0,0,0,0,0),(109155,29328,571,1,1,328,0,3502.96,3829.33,34.4569,0.259742,300,5,0,42,0,1,0,0,0),(109156,29328,571,1,1,328,0,3427.52,2831.66,28.321,0.786479,300,5,0,42,0,1,0,0,0),(109157,29328,571,1,1,328,0,3976.47,-599.75,230.661,5.9778,300,5,0,42,0,1,0,0,0),(109158,29328,571,1,1,328,0,3176.3,-723.161,113.875,2.34939,300,5,0,42,0,1,0,0,0),(109159,15760,571,1,1,15750,1,5776.71,722.554,618.64,1.3439,300,0,0,955,0,0,0,0,0),(109160,15760,571,1,1,15752,1,5777.63,724.602,618.638,4.88692,300,0,0,955,0,0,0,0,0),(109161,25232,571,1,1,17188,0,-12.4699,-4883.23,296.387,5.70723,300,0,0,8982,0,0,0,0,0),(109162,25488,571,1,1,26296,0,2205.6,6417.19,45.5775,2.00713,300,5,0,3728,0,1,0,0,0),(109163,25488,571,1,1,26296,0,2156.88,6414.32,44.9489,2.33874,300,5,0,3728,0,1,0,0,0),(109164,25488,571,1,1,26296,0,2169.86,6454.94,35.1515,5.70723,300,5,0,3728,0,1,0,0,0),(109165,25488,571,1,1,26296,0,2198.31,6398.54,46.1948,5.2709,300,5,0,3728,0,1,0,0,0),(109166,29328,571,1,1,328,0,6320.75,-4570.68,455.09,4.6124,300,5,0,42,0,1,0,0,0),(109167,29328,571,1,1,328,0,7069.68,-4356.26,452.865,1.3552,300,5,0,42,0,1,0,0,0),(109168,27024,571,1,1,23825,1,4612.63,-5471.98,2.47364,4.85202,300,0,0,9940,0,0,0,0,0),(109169,27024,571,1,1,23825,1,4674.7,-5499.04,24.0302,5.02655,300,0,0,9940,0,0,0,0,0),(109170,25488,571,1,1,26296,0,2180.78,6322.73,51.8135,4.18879,300,5,0,3728,0,1,0,0,0),(109171,25488,571,1,1,26296,0,2190.44,6290.35,51.7225,4.03171,300,5,0,3728,0,1,0,0,0),(109172,25488,571,1,1,26296,0,2158.58,6320.36,54.0431,4.03171,300,5,0,3728,0,1,0,0,0),(109173,25488,571,1,1,26296,0,2149.46,6292.6,57.7995,0.750492,300,5,0,3728,0,1,0,0,0),(109174,25488,571,1,1,26296,0,2102.74,6320.29,60.8094,6.07375,300,5,0,3728,0,1,0,0,0),(109175,25488,571,1,1,26296,0,2096.15,6300.25,57.9113,2.04204,300,5,0,3728,0,1,0,0,0),(109176,25488,571,1,1,26296,0,2088.34,6324.28,61.2834,5.93412,300,5,0,3728,0,1,0,0,0),(109177,25488,571,1,1,26296,0,2086.08,6318.29,60.9067,3.14159,300,5,0,3728,0,1,0,0,0),(109178,29328,571,1,1,328,0,3645.14,3815.97,41.4454,3.25613,300,5,0,42,0,1,0,0,0),(109179,29328,571,1,1,328,0,3221.61,-991.243,82.5068,6.13217,300,5,0,42,0,1,0,0,0),(109180,29328,571,1,1,328,0,3219.14,-1309.79,71.9385,3.76168,300,5,0,42,0,1,0,0,0),(109181,29328,571,1,1,328,0,3149.67,-1365.89,61.269,5.44462,300,5,0,42,0,1,0,0,0),(109182,29328,571,1,1,328,0,3584.69,2616,90.208,4.64985,300,5,0,42,0,1,0,0,0),(109183,29328,571,1,1,328,0,3408.14,3487.18,19.2387,1.58548,300,5,0,42,0,1,0,0,0),(109184,29328,571,1,1,328,0,3571.08,1939.67,73.5066,3.33161,300,5,0,42,0,1,0,0,0),(109185,29328,571,1,1,328,0,3178.8,-717.408,116.885,5.40863,300,5,0,42,0,1,0,0,0),(109186,29328,571,1,1,328,0,2808.96,1425.4,146.835,5.14508,300,5,0,42,0,1,0,0,0),(109187,29328,571,1,1,328,0,4679.85,-1011.68,170.642,2.26739,300,5,0,42,0,1,0,0,0),(109188,29328,571,1,1,328,0,3918.43,3947.01,60.0057,1.51216,300,5,0,42,0,1,0,0,0),(109189,29328,571,1,1,328,0,3649.97,3283.17,44.2721,2.59505,300,5,0,42,0,1,0,0,0),(109190,29328,571,1,1,328,0,3338.52,2108.51,69.6439,5.1804,300,5,0,42,0,1,0,0,0),(109191,29328,571,1,1,328,0,3573.55,3370.46,33.4536,5.40699,300,5,0,42,0,1,0,0,0),(109192,29328,571,1,1,328,0,3409.4,3475.7,19.1112,1.48668,300,5,0,42,0,1,0,0,0),(109193,29328,571,1,1,328,0,3217.55,-1312.44,72.0635,3.78875,300,5,0,42,0,1,0,0,0),(109194,29328,571,1,1,328,0,4725.5,-1114.98,168.071,1.73659,300,5,0,42,0,1,0,0,0),(109195,29328,571,1,1,328,0,3216.7,-1213.48,59.2742,2.96681,300,5,0,42,0,1,0,0,0),(109196,29328,571,1,1,328,0,3681.41,3261.75,63.5951,2.67794,300,5,0,42,0,1,0,0,0),(109197,29328,571,1,1,328,0,3543.58,2417.01,71.5635,1.57304,300,5,0,42,0,1,0,0,0),(109198,29328,571,1,1,328,0,3406.35,-1482.37,104.599,5.14023,300,5,0,42,0,1,0,0,0),(109199,29328,571,1,1,328,0,3208.02,-983.615,72.774,1.58408,300,5,0,42,0,1,0,0,0),(109200,29328,571,1,1,328,0,3047.85,-1470.33,50.7746,0.830322,300,5,0,42,0,1,0,0,0),(109201,29328,571,1,1,328,0,3352.91,1117.57,139.139,1.28898,300,5,0,42,0,1,0,0,0),(109202,29328,571,1,1,328,0,3975.43,1502.65,121.564,1.21568,300,5,0,42,0,1,0,0,0),(109203,29328,571,1,1,328,0,3359.98,3576.57,15.6416,5.20223,300,5,0,42,0,1,0,0,0),(109204,29328,571,1,1,328,0,3479.25,3527.94,40.39,2.88848,300,5,0,42,0,1,0,0,0),(109205,29328,571,1,1,328,0,3434.73,2828.64,29.1907,0.185708,300,5,0,42,0,1,0,0,0),(109206,29328,571,1,1,328,0,3482.64,3526.32,40.39,2.11079,300,5,0,42,0,1,0,0,0),(109207,29328,571,1,1,328,0,4552.33,-1183.04,159.925,1.99597,300,5,0,42,0,1,0,0,0),(109208,29328,571,1,1,328,0,3947.65,4065.61,48.6762,1.55029,300,5,0,42,0,1,0,0,0),(109209,29328,571,1,1,328,0,3725.54,3817.57,43.0278,0.097822,300,5,0,42,0,1,0,0,0),(109210,29328,571,1,1,328,0,4296.67,-1059,160.697,4.50678,300,5,0,42,0,1,0,0,0),(109211,29328,571,1,1,328,0,4527.39,-1286.19,158.601,3.87034,300,5,0,42,0,1,0,0,0),(109212,29328,571,1,1,328,0,3351.29,-1095.09,121.552,0.703105,300,5,0,42,0,1,0,0,0),(109213,29328,571,1,1,328,0,3558.59,3407.04,40.197,1.8545,300,5,0,42,0,1,0,0,0),(109214,26768,571,1,1,24027,1,3405.91,4104.35,18.8762,1.48353,300,0,0,3716,0,0,0,0,0),(109215,29328,571,1,1,328,0,6685.34,-4854.18,453.151,5.91338,300,0,0,42,0,0,0,0,0),(109216,29328,571,1,1,328,0,3689.7,2413.76,114.041,4.90597,300,5,0,42,0,1,0,0,0),(109217,29328,571,1,1,328,0,3582.65,2588.27,90.2961,1.61573,300,5,0,42,0,1,0,0,0),(109218,29328,571,1,1,328,0,4003.35,4161.55,52.5764,2.25378,300,5,0,42,0,1,0,0,0),(109219,29328,571,1,1,328,0,3140.61,-1380.54,61.3875,2.82424,300,5,0,42,0,1,0,0,0),(109220,29328,571,1,1,328,0,3323.88,969.06,135.121,0.559533,300,5,0,42,0,1,0,0,0),(109221,29328,571,1,1,328,0,3559.39,2225.48,58.6089,0.295197,300,5,0,42,0,1,0,0,0),(109222,29328,571,1,1,328,0,3388.7,3811.45,26.0369,4.88854,300,5,0,42,0,1,0,0,0),(109224,29328,571,1,1,328,0,3131.53,-1364.4,60.2575,4.5825,300,5,0,42,0,1,0,0,0),(109225,29328,571,1,1,328,0,3143.77,-1377.05,61.3445,1.24381,300,5,0,42,0,1,0,0,0),(109226,29328,571,1,1,328,0,3204.05,1928.67,129.612,3.33228,300,5,0,42,0,1,0,0,0),(109227,29328,571,1,1,328,0,3361.56,3568.06,13.466,5.41619,300,5,0,42,0,1,0,0,0),(109228,29328,571,1,1,328,0,4854.19,784.966,161.521,1.51708,300,5,0,42,0,1,0,0,0),(109229,29328,571,1,1,328,0,3632.32,3818.21,40.0012,5.9808,300,5,0,42,0,1,0,0,0),(109230,29328,571,1,1,328,0,3745.93,3819.67,45.5955,0.276435,300,5,0,42,0,1,0,0,0),(109231,29328,571,1,1,328,0,2982.58,-1409.11,61.0343,2.02046,300,5,0,42,0,1,0,0,0),(109232,29328,571,1,1,328,0,3816.03,4184.27,25.2448,6.02723,300,5,0,42,0,1,0,0,0),(109233,29328,571,1,1,328,0,2868.64,1603.47,156.58,5.91917,300,5,0,42,0,1,0,0,0),(109234,29328,571,1,1,328,0,3329.55,1771.8,129.033,6.14252,300,5,0,42,0,1,0,0,0),(109235,29328,571,1,1,328,0,3609.96,2724.71,79.0621,3.46643,300,5,0,42,0,1,0,0,0),(109236,29328,571,1,1,328,0,2789.39,-1451.72,46.4523,0.063875,300,5,0,42,0,1,0,0,0),(109237,29328,571,1,1,328,0,3758.09,1928.31,94.0326,6.06243,300,5,0,42,0,1,0,0,0),(109238,25488,571,1,1,26296,0,2281.27,5696.38,53.7948,0.743446,300,5,0,3728,0,1,0,0,0),(109239,27024,571,1,1,23825,1,4521.43,-5536.35,2.33251,3.90954,300,0,0,9940,0,0,0,0,0),(109240,27024,571,1,1,23825,1,4515.21,-5548.64,2.33205,1.13446,300,0,0,9940,0,0,0,0,0),(109241,29328,571,1,1,328,0,3175.4,835.981,106.51,4.70946,300,5,0,42,0,1,0,0,0),(109242,29328,571,1,1,328,0,3920.33,3935.89,63.4425,5.09553,300,5,0,42,0,1,0,0,0),(109243,29328,571,1,1,328,0,4133.25,4234.69,50.6682,3.44958,300,5,0,42,0,1,0,0,0),(109244,29328,571,1,1,328,0,3957.78,1797.09,140.434,5.82516,300,5,0,42,0,1,0,0,0),(109245,29328,571,1,1,328,0,4851.28,672.754,161.219,4.12444,300,5,0,42,0,1,0,0,0),(109246,29328,571,1,1,328,0,4339.94,4447.19,73.8015,2.98864,300,5,0,42,0,1,0,0,0),(109247,29328,571,1,1,328,0,3254.69,3799.48,27.5483,4.72612,300,5,0,42,0,1,0,0,0),(109248,29328,571,1,1,328,0,3073.03,-1456.21,46.6797,0.539271,300,0,0,42,0,0,0,0,0),(109249,29328,571,1,1,328,0,6812.14,-4832.6,451.044,1.87668,300,0,0,42,0,0,0,0,0),(109250,29328,571,1,1,328,0,3286.26,3472.48,22.4805,3.81343,300,5,0,42,0,1,0,0,0),(109251,25488,571,1,1,26296,0,2265.98,5688.83,49.4865,1.38283,300,5,0,3728,0,1,0,0,0),(109252,29328,571,1,1,328,0,3756.97,1936.06,93.2876,2.0723,300,5,0,42,0,1,0,0,0),(109253,29328,571,1,1,328,0,3233.85,-458.854,140.588,0.85682,300,5,0,42,0,1,0,0,0),(109254,29328,571,1,1,328,0,3644.77,3822.44,40.1301,2.19809,300,5,0,42,0,1,0,0,0),(109255,29328,571,1,1,328,0,3736.85,1688.15,120.79,3.18134,300,5,0,42,0,1,0,0,0),(109256,29328,571,1,1,328,0,3741.06,3825.5,42.7523,6.27342,300,5,0,42,0,1,0,0,0),(109257,29328,571,1,1,328,0,3154.79,-1470.66,56.2745,2.30782,300,5,0,42,0,1,0,0,0),(109258,29328,571,1,1,328,0,2916.11,-1465.93,66.2833,3.11816,300,5,0,42,0,1,0,0,0),(109259,29328,571,1,1,328,0,3085.95,3682.44,3.10743,5.98799,300,5,0,42,0,1,0,0,0),(109260,29328,571,1,1,328,0,3620.6,2737.49,80.3992,0.850495,300,5,0,42,0,1,0,0,0),(109261,29328,571,1,1,328,0,4385.42,-1231.25,170.566,1.70689,300,5,0,42,0,1,0,0,0),(109262,29328,571,1,1,328,0,3628.09,1282.04,127.451,0.561187,300,5,0,42,0,1,0,0,0),(109263,29328,571,1,1,328,0,2884.79,-626.037,91.6606,5.85312,300,5,0,42,0,1,0,0,0),(109264,29328,571,1,1,328,0,3045.72,-397.452,126.493,5.98888,300,5,0,42,0,1,0,0,0),(109265,29328,571,1,1,328,0,4371.56,-1420.42,162.672,4.42901,300,0,0,42,0,0,0,0,0),(109266,29328,571,1,1,328,0,3124.22,-491.752,126.114,6.12326,300,0,0,42,0,0,0,0,0),(109267,29328,571,1,1,328,0,3144.42,-1463.73,56.7341,1.13334,300,5,0,42,0,1,0,0,0),(109268,29328,571,1,1,328,0,3287.18,-446.285,153.195,5.45086,300,5,0,42,0,1,0,0,0),(109269,29328,571,1,1,328,0,3319.87,978.464,134.371,4.84443,300,5,0,42,0,1,0,0,0),(109270,29328,571,1,1,328,0,4081.76,4202.87,54.0958,4.26016,300,5,0,42,0,1,0,0,0),(109271,29328,571,1,1,328,0,4460.77,-743.303,141.208,2.40733,300,5,0,42,0,1,0,0,0),(109272,29328,571,1,1,328,0,3102.45,-478.201,125.989,3.23736,300,5,0,42,0,1,0,0,0),(109273,29328,571,1,1,328,0,3236.84,3916.83,27.8429,6.00717,300,5,0,42,0,1,0,0,0),(109274,29328,571,1,1,328,0,3302.81,1984.46,96.8036,4.63419,300,5,0,42,0,1,0,0,0),(109275,29328,571,1,1,328,0,6423.29,-4251.72,454.581,1.04408,300,5,0,42,0,1,0,0,0),(109276,25488,571,1,1,26296,0,2176.37,5795.73,63.6517,4.94498,300,5,0,3728,0,1,0,0,0),(109277,25488,571,1,1,26296,0,2172.69,5800.13,62.9034,2.9291,300,5,0,3728,0,1,0,0,0),(109278,25488,571,1,1,26296,0,2181.87,5803.01,63.6534,0.08188,300,5,0,3728,0,1,0,0,0),(109279,25488,571,1,1,26296,0,2165.65,5791.2,61.4513,3.99601,300,5,0,3728,0,1,0,0,0),(109280,29328,571,1,1,328,0,3140.23,891.528,98.4604,0.008789,300,5,0,42,0,1,0,0,0),(109281,29328,571,1,1,328,0,5517.13,-4094.33,364.483,0.785398,300,5,0,42,0,1,0,0,0),(109282,29328,571,1,1,328,0,3697.42,2047.6,86.0804,1.52586,300,5,0,42,0,1,0,0,0),(109283,29328,571,1,1,328,0,2763.22,-631.39,84.0068,4.68505,300,5,0,42,0,1,0,0,0),(109284,29328,571,1,1,328,0,3277.85,-462.433,149.852,4.80472,300,5,0,42,0,1,0,0,0),(109285,29328,571,1,1,328,0,2892.08,928.139,34.1558,1.57837,300,5,0,42,0,1,0,0,0),(109286,29328,571,1,1,328,0,3263.29,883.033,129.927,3.22076,300,5,0,42,0,1,0,0,0),(109287,29328,571,1,1,328,0,3363.72,-413.077,177.284,5.89253,300,5,0,42,0,1,0,0,0),(109288,29328,571,1,1,328,0,3409.2,1901.45,79.8059,5.40735,300,5,0,42,0,1,0,0,0),(109289,29328,571,1,1,328,0,3408.3,1923.69,77.1403,4.4757,300,5,0,42,0,1,0,0,0),(109290,29328,571,1,1,328,0,3715.84,2036.44,87.685,2.62898,300,5,0,42,0,1,0,0,0),(109291,29328,571,1,1,328,0,3716.53,2050.02,88.1955,6.15103,300,5,0,42,0,1,0,0,0),(109292,29328,571,1,1,328,0,3778.18,1356.07,112.062,0.770559,300,5,0,42,0,1,0,0,0),(109293,29328,571,1,1,328,0,3989.11,1497.75,118.362,1.7954,300,5,0,42,0,1,0,0,0),(109294,29328,571,1,1,328,0,4359.39,1122.37,144.591,5.77893,300,5,0,42,0,1,0,0,0),(109295,29328,571,1,1,328,0,3609.11,1669.87,107.9,5.77846,300,5,0,42,0,1,0,0,0),(109296,29328,571,1,1,328,0,4227.53,1192.97,140.6,5.86367,300,5,0,42,0,1,0,0,0),(109297,29328,571,1,1,328,0,3197.73,-469.241,135.421,0.695773,300,5,0,42,0,1,0,0,0),(109298,30864,571,1,1,27365,1,5481.99,-1043.84,174.746,-1.51262,300,5,0,11770,3809,1,0,0,0),(109299,29328,571,1,1,328,0,3691.41,2267.85,90.1892,5.01067,300,5,0,42,0,1,0,0,0),(109300,29328,571,1,1,328,0,3721.15,2048.26,88.6381,2.43177,300,5,0,42,0,1,0,0,0),(109301,29328,571,1,1,328,0,3685.91,2045.06,85.5747,0.159851,300,5,0,42,0,1,0,0,0),(109302,29328,571,1,1,328,0,6189.18,-4522.33,453.91,4.41999,300,5,0,42,0,1,0,0,0),(109303,30096,571,1,1,26764,0,7419.36,-52.6175,803.072,0.715585,200,0,0,42,0,0,0,0,0),(109304,30864,571,1,1,27366,1,5411.45,-895.82,165.94,5.44543,300,0,0,11770,3809,0,0,0,0),(109305,30864,571,1,1,27366,1,5414.77,-882.598,164.108,0.86369,300,5,0,11770,3809,1,0,0,0),(109306,29328,571,1,1,328,0,3791.34,4186.71,25.2258,5.97873,300,5,0,42,0,1,0,0,0),(109307,30864,571,1,1,27365,1,5506.77,-576.103,155.633,5.01265,300,5,0,11770,3809,1,0,0,0),(109308,30864,571,1,1,27366,1,5222.57,-648.011,160.732,4.7807,300,5,0,11770,3809,1,0,0,0),(109309,30864,571,1,1,27365,1,5495.46,-541.869,159.122,6.16101,300,0,0,11770,3809,0,0,0,0),(109310,25488,571,1,1,26296,0,2092.04,5804.12,53.534,0.010364,300,5,0,3728,0,1,0,0,0),(109311,25488,571,1,1,26296,0,2088.18,5818.29,50.0719,6.17287,300,5,0,3728,0,1,0,0,0),(109312,25488,571,1,1,26296,0,2077.36,5807.71,49.2313,6.17346,300,5,0,3728,0,1,0,0,0),(109313,25488,571,1,1,26296,0,2081.45,5793.38,52.0846,6.20963,300,5,0,3728,0,1,0,0,0),(109314,25488,571,1,1,26296,0,2051.71,5767.64,40.1127,4.09277,300,5,0,3728,0,1,0,0,0),(109315,25488,571,1,1,26296,0,2063.98,5760.64,44.9739,3.56519,300,5,0,3728,0,1,0,0,0),(109316,25488,571,1,1,26296,0,2050.55,5752.66,40.3489,4.12886,300,5,0,3728,0,1,0,0,0),(109317,25488,571,1,1,26296,0,2062.32,5744.77,45.4739,4.04752,300,5,0,3728,0,1,0,0,0),(109318,25488,571,1,1,26296,0,2284.21,5705.72,58.2781,1.12113,300,5,0,3728,0,1,0,0,0),(109319,30864,571,1,1,27365,1,5499.51,-512.949,162.29,5.43838,300,5,0,11770,3809,1,0,0,0),(109320,30864,571,1,1,27366,1,5480.55,-517.363,162.639,5.96903,300,0,0,11770,3809,0,0,0,0),(109321,29328,571,1,1,328,0,6441.8,-4639.45,454.865,4.96921,300,0,0,42,0,0,0,0,0),(109322,30864,571,1,1,27365,1,5311.89,-757.1,163.018,0.374985,300,5,0,11770,3809,1,0,0,0),(109323,30864,571,1,1,27366,1,5471.71,-555.518,158.187,0.112991,300,5,0,11770,3809,1,0,0,0),(109324,30864,571,1,1,27366,1,5389.43,-905.448,164.141,3.02842,300,5,0,11770,3809,1,0,0,0),(109325,30864,571,1,1,27366,1,5339.84,-805.708,165.532,1.1878,300,5,0,11770,3809,1,0,0,0),(109326,30864,571,1,1,27365,1,5339.92,-820.609,165.532,1.50106,300,5,0,11770,3809,1,0,0,0),(109327,30864,571,1,1,27366,1,5255.15,-618.642,162.987,5.23599,300,0,0,11770,3809,0,0,0,0),(109328,29328,571,1,1,328,0,7021.27,-4279.72,448.727,0.505581,300,0,0,42,0,0,0,0,0),(109329,25488,571,1,1,26296,0,2268.93,5698.55,54.1243,3.12756,300,5,0,3728,0,1,0,0,0),(109330,29328,571,1,1,328,0,6574.12,-4626.52,450.912,3.85996,300,0,0,42,0,0,0,0,0),(109331,29328,571,1,1,328,0,5358.4,-4257.21,364.322,5.60845,300,0,0,42,0,0,0,0,0),(109332,25488,571,1,1,26296,0,3270.51,6029.15,80.0387,0.021709,300,5,0,3728,0,1,0,0,0),(109333,24464,571,1,1,22506,0,2125.01,-2698.41,5.31509,2.87979,300,0,0,42,0,0,0,0,0),(109334,27024,571,1,1,23825,1,4697.4,-5552.05,53.312,3.75246,300,0,0,9940,0,0,0,0,0),(109335,29328,571,1,1,328,0,4246.09,4415.74,37.368,3.44458,300,5,0,42,0,1,0,0,0),(109336,29328,571,1,1,328,0,6787.39,-4240.44,450.796,1.0879,300,0,0,42,0,0,0,0,0),(109337,24464,571,1,1,22506,0,2406.79,-2758.6,4.45342,2.16421,300,0,0,42,0,0,0,0,0),(109338,24464,571,1,1,22506,0,2210.82,-2713.11,5.42142,0.680678,300,0,0,42,0,0,0,0,0),(109339,29328,571,1,1,328,0,3954.48,4076.93,48.9189,1.44644,300,5,0,42,0,1,0,0,0),(109340,25488,571,1,1,26296,0,3330.69,5857.56,79.5029,5.18083,300,5,0,3728,0,1,0,0,0),(109341,25488,571,1,1,26296,0,3333.09,5870.31,81.2256,0.161871,300,5,0,3728,0,1,0,0,0),(109342,25488,571,1,1,26296,0,3316.61,5847.44,77.8678,5.15497,300,5,0,3728,0,1,0,0,0),(109343,25488,571,1,1,26296,0,3323.61,5850.85,78.3892,5.17298,300,5,0,3728,0,1,0,0,0),(109344,25488,571,1,1,26296,0,3339.71,6009.66,74.1889,4.7452,300,5,0,3728,0,1,0,0,0),(109345,29328,571,1,1,328,0,6906.87,-4286.53,451.082,4.32992,300,0,0,42,0,0,0,0,0),(109346,29328,571,1,1,328,0,5407.99,-4081.99,366.1,3.38617,300,0,0,42,0,0,0,0,0),(109347,24464,571,1,1,22506,0,1861.05,-2769.73,4.40885,1.97222,300,0,0,42,0,0,0,0,0),(109348,24464,571,1,1,22506,0,2307.3,-2783.26,6.50386,1.39626,300,0,0,42,0,0,0,0,0),(109349,29328,571,1,1,328,0,5243.17,-4153.52,359.948,3.23972,300,0,0,42,0,0,0,0,0),(109350,29328,571,1,1,328,0,3335.92,3852.55,27.2525,2.06519,300,5,0,42,0,1,0,0,0),(109351,24464,571,1,1,22506,0,1957.97,-2722.79,4.67466,1.27409,300,0,0,42,0,0,0,0,0),(109352,29328,571,1,1,328,0,5411.3,-3487.04,368.089,1.45598,300,5,0,42,0,1,0,0,0),(109353,29328,571,1,1,328,0,6342.49,-4381.08,450.897,4.00447,300,5,0,42,0,1,0,0,0),(109354,29328,571,1,1,328,0,5557.92,-3674.97,364.342,3.51371,300,0,0,42,0,0,0,0,0),(109355,29328,571,1,1,328,0,5427.67,-4399.88,369.612,4.33954,300,0,0,42,0,0,0,0,0),(109356,29328,571,1,1,328,0,5146.33,-4197.77,347.672,3.09276,300,5,0,42,0,1,0,0,0),(109357,29328,571,1,1,328,0,6210.14,-4427.15,450.864,5.05511,300,5,0,42,0,1,0,0,0),(109358,29328,571,1,1,328,0,5517.86,-4248.62,365.767,4.22968,300,5,0,42,0,1,0,0,0),(109359,29328,571,1,1,328,0,5608.28,-3713.15,364.213,1.60127,300,0,0,42,0,0,0,0,0),(109360,29328,571,1,1,328,0,5459.98,-3566.24,363.863,1.30403,300,5,0,42,0,1,0,0,0),(109361,29328,571,1,1,328,0,5207.72,-4341.59,385.784,0.488692,300,0,0,42,0,0,0,0,0),(109362,29328,571,1,1,328,0,5511.51,-3584.58,363.366,0.634986,300,0,0,42,0,0,0,0,0),(109363,29328,571,1,1,328,0,5627.44,-3671.27,366.835,2.36183,300,0,0,42,0,0,0,0,0),(109364,29328,571,1,1,328,0,5529.68,-3642.25,365.229,3.08799,300,5,0,42,0,1,0,0,0),(109365,29328,571,1,1,328,0,4206.07,4195.39,90.7043,0.80488,300,5,0,42,0,1,0,0,0),(109366,29328,571,1,1,328,0,6252.99,-4444.67,451.054,2.34308,300,0,0,42,0,0,0,0,0),(109367,29328,571,1,1,328,0,6631.85,-4685.24,450.691,0.017453,300,0,0,42,0,0,0,0,0),(109368,29328,571,1,1,328,0,7045.58,-4178.76,451.644,2.76762,300,5,0,42,0,1,0,0,0),(109369,29328,571,1,1,328,0,6789.31,-4105.57,465.893,2.89496,300,0,0,42,0,0,0,0,0),(109370,29328,571,1,1,328,0,7107.55,-4407.12,451.433,0.865197,300,0,0,42,0,0,0,0,0),(109371,25488,571,1,1,26296,0,3204.33,6096.63,69.7758,1.34524,300,5,0,3728,0,1,0,0,0),(109372,25488,571,1,1,26296,0,3229.38,6095.9,72.4399,1.73659,300,5,0,3728,0,1,0,0,0),(109373,25488,571,1,1,26296,0,3217.05,6105.48,69.6474,1.57211,300,5,0,3728,0,1,0,0,0),(109374,25488,571,1,1,26296,0,3217.05,6089.74,71.147,1.54048,300,5,0,3728,0,1,0,0,0),(109375,25488,571,1,1,26296,0,3216.48,6213.41,72.606,1.95739,300,5,0,3728,0,1,0,0,0),(109376,25488,571,1,1,26296,0,3230.02,6225.4,68.8702,1.94324,300,5,0,3728,0,1,0,0,0),(109377,25488,571,1,1,26296,0,3233.19,6228.4,69.4153,1.91973,300,5,0,3728,0,1,0,0,0),(109378,25488,571,1,1,26296,0,3218.92,6221.3,71.1083,1.89928,300,5,0,3728,0,1,0,0,0),(109379,25488,571,1,1,26296,0,3271.17,6085.05,76.2048,3.35193,300,5,0,3728,0,1,0,0,0),(109380,25488,571,1,1,26296,0,3269.79,6085.22,76.1667,2.94858,300,5,0,3728,0,1,0,0,0),(109381,25488,571,1,1,26296,0,3272.47,6099.63,75.3724,3.0706,300,5,0,3728,0,1,0,0,0),(109382,27024,571,1,1,23825,1,4608.36,-5697.05,182.072,0.993612,300,0,0,9940,0,0,0,0,0),(109383,27024,571,1,1,23825,1,4605.78,-5701.02,184.506,5.18644,300,0,0,9940,0,0,0,0,0),(109384,27024,571,1,1,23825,1,4614.51,-5679.68,180.032,0.498027,300,0,0,9940,0,0,0,0,0),(43467,26405,571,1,1,0,1,3317.76,-5112.08,300.462,1.78269,300,0,0,12762,3561,0,0,0,0),(109386,25488,571,1,1,26296,0,2359.25,6234.67,48.5801,1.78554,300,5,0,3728,0,1,0,0,0),(109387,25488,571,1,1,26296,0,2365.76,6232.89,49.2704,1.10584,300,5,0,3728,0,1,0,0,0),(109388,25488,571,1,1,26296,0,2354.12,6241.4,49.8317,1.79395,300,5,0,3728,0,1,0,0,0),(109389,25488,571,1,1,26296,0,2352.12,6243.02,49.8863,0.410925,300,5,0,3728,0,1,0,0,0),(109390,27024,571,1,1,23825,1,4606.14,-5697.65,183.22,2.08879,300,0,0,9940,0,0,0,0,0),(109391,25488,571,1,1,26296,0,2257.74,6291.16,50.513,2.21451,300,5,0,3728,0,1,0,0,0),(109392,25488,571,1,1,26296,0,2252.57,6287.99,49.3309,1.84955,300,5,0,3728,0,1,0,0,0),(109393,25488,571,1,1,26296,0,2242.85,6285.33,47.7379,1.50601,300,5,0,3728,0,1,0,0,0),(109394,25488,571,1,1,26296,0,2245.06,6288.32,48.2682,1.50478,300,5,0,3728,0,1,0,0,0),(109395,25488,571,1,1,26296,0,3317.34,5931.74,85.0359,3.31847,300,5,0,3728,0,1,0,0,0),(109396,25488,571,1,1,26296,0,3309.45,5918.48,86.6609,3.60298,300,5,0,3728,0,1,0,0,0),(109397,25488,571,1,1,26296,0,3324.54,5918.43,84.6609,3.21643,300,5,0,3728,0,1,0,0,0),(109398,25488,571,1,1,26296,0,3317.4,5904.87,85.7859,3.21643,300,5,0,3728,0,1,0,0,0),(109399,25488,571,1,1,26296,0,3270.35,5904.2,90.9662,1.18219,300,5,0,3728,0,1,0,0,0),(109400,25488,571,1,1,26296,0,3268.09,5899.65,91.6854,1.18981,300,5,0,3728,0,1,0,0,0),(109401,25488,571,1,1,26296,0,3262.21,5892.36,92.588,1.1171,300,5,0,3728,0,1,0,0,0),(109402,27024,571,1,1,23825,1,4642.88,-5573.97,43.384,3.80533,300,0,0,9940,0,2,0,0,0),(109403,27024,571,1,1,23825,1,4616.5,-5678.48,180.027,0.133464,300,0,0,9940,0,0,0,0,0),(109385,26935,571,1,1,0,1,4550.15,-5493.45,2.19,0.85,120,6,0,9940,0,2,0,0,0),(109405,27024,571,1,1,23825,1,4620.13,-5679.7,180.026,1.27062,300,0,0,9940,0,0,0,0,0),(109406,27024,571,1,1,23825,1,4599.94,-5706.74,184.5,3.72,300,0,0,9940,0,0,0,0,0),(109407,27024,571,1,1,23825,1,4597.47,-5697.7,184.59,4.31096,300,0,0,9940,0,0,0,0,0),(109408,27024,571,1,1,23825,1,4617.53,-5677.46,180.026,-0.247961,300,0,0,9940,0,0,0,0,0),(109409,27024,571,1,1,23825,1,4598.15,-5705.81,184.59,4.10152,300,0,0,9940,0,0,0,0,0),(109410,27024,571,1,1,23825,1,4529.07,-5615.24,25.0576,5.51524,300,0,0,9940,0,0,0,0,0),(109411,27024,571,1,1,23825,1,4534.18,-5626.96,25.0576,1.48353,300,0,0,9940,0,0,0,0,0),(109412,27024,571,1,1,23825,1,4684.31,-5561.73,53.6847,0.506145,300,0,0,9940,0,0,0,0,0),(109413,25488,571,1,1,26296,0,3342.82,6011.13,74.9231,0.283993,300,5,0,3728,0,1,0,0,0),(109414,25488,571,1,1,26296,0,2021.92,6142.94,35.6363,0.194244,300,5,0,3728,0,1,0,0,0),(109415,25488,571,1,1,26296,0,2025.39,6128.58,37.9572,6.20291,300,5,0,3728,0,1,0,0,0),(109416,25488,571,1,1,26296,0,2009.23,6150.38,30.3146,6.2393,300,5,0,3728,0,1,0,0,0),(109417,25488,571,1,1,26296,0,2008.62,6134.77,32.9552,6.23923,300,5,0,3728,0,1,0,0,0),(109418,29328,571,1,1,328,0,4265.52,4277.06,93.3319,6.18439,300,5,0,42,0,1,0,0,0),(109419,25488,571,1,1,26296,0,2163.74,5897.51,62.2701,3.57327,300,5,0,3728,0,1,0,0,0),(109420,25488,571,1,1,26296,0,2162.81,5874.47,61.3951,0.296825,300,5,0,3728,0,1,0,0,0),(109421,25488,571,1,1,26296,0,2149.07,5892.33,57.8019,3.32497,300,5,0,3728,0,1,0,0,0),(109422,25488,571,1,1,26296,0,2166.7,5882.85,62.7784,1.28295,300,5,0,3728,0,1,0,0,0),(109423,25488,571,1,1,26296,0,2063.03,5897.64,47.1839,5.62302,300,5,0,3728,0,1,0,0,0),(109424,25488,571,1,1,26296,0,2088.15,5882,50.6118,4.47593,300,5,0,3728,0,1,0,0,0),(109425,25488,571,1,1,26296,0,2069.05,5903.15,48.6982,5.33852,300,5,0,3728,0,1,0,0,0),(109426,25488,571,1,1,26296,0,2058.87,5890.64,46.6912,5.90603,300,5,0,3728,0,1,0,0,0),(109427,25488,571,1,1,26296,0,2171.62,5960.1,60.8625,4.89819,300,5,0,3728,0,1,0,0,0),(109428,25488,571,1,1,26296,0,2177.58,5951.73,60.9372,4.9219,300,5,0,3728,0,1,0,0,0),(109429,25488,571,1,1,26296,0,2162.29,5957.22,60.3393,5.01278,300,5,0,3728,0,1,0,0,0),(109430,25488,571,1,1,26296,0,2162.31,5950.6,60.4895,4.55915,300,5,0,3728,0,1,0,0,0),(109431,25488,571,1,1,26296,0,2153.56,6025.05,55.5758,4.34905,300,5,0,3728,0,1,0,0,0),(109432,25488,571,1,1,26296,0,2147.24,6027,55.8258,3.81958,300,5,0,3728,0,1,0,0,0),(109433,25488,571,1,1,26296,0,2137.05,6021.68,54.9508,4.84191,300,5,0,3728,0,1,0,0,0),(109434,25488,571,1,1,26296,0,2163.28,6027.55,55.2008,4.47767,300,5,0,3728,0,1,0,0,0),(109435,25488,571,1,1,26296,0,2168.03,6217.74,55.751,2.40224,300,5,0,3728,0,1,0,0,0),(109436,25488,571,1,1,26296,0,2168.65,6195.63,54.9117,2.70426,300,5,0,3728,0,1,0,0,0),(109437,25488,571,1,1,26296,0,2160.55,6208.07,55.3524,2.76066,300,5,0,3728,0,1,0,0,0),(109438,25488,571,1,1,26296,0,2178.55,6205.97,57.001,2.36596,300,5,0,3728,0,1,0,0,0),(109439,25488,571,1,1,26296,0,2072.75,6211.68,40.6412,0.770764,300,5,0,3728,0,1,0,0,0),(109440,25488,571,1,1,26296,0,2065.05,6215.01,37.1519,0.490282,300,5,0,3728,0,1,0,0,0),(109441,25488,571,1,1,26296,0,2065.29,6222.02,36.1519,0.24665,300,5,0,3728,0,1,0,0,0),(109442,25488,571,1,1,26296,0,2067.4,6201.88,39.5162,0.866237,300,5,0,3728,0,1,0,0,0),(109443,25488,571,1,1,26296,0,2071.62,6149.12,46.2249,3.26327,300,5,0,3728,0,1,0,0,0),(109444,25488,571,1,1,26296,0,2070.53,6150.15,46.0999,4.502,300,5,0,3728,0,1,0,0,0),(109445,25488,571,1,1,26296,0,2059.76,6163.22,44.4889,4.42209,300,5,0,3728,0,1,0,0,0),(109446,25488,571,1,1,26296,0,2060.46,6152.7,45.3639,4.38565,300,5,0,3728,0,1,0,0,0),(109447,25488,571,1,1,26296,0,2248.06,5599.46,31.1379,3.87934,300,5,0,3728,0,1,0,0,0),(109448,25488,571,1,1,26296,0,2253.4,5613.78,35.7737,3.98006,300,5,0,3728,0,1,0,0,0),(109449,25488,571,1,1,26296,0,2262.65,5601.13,30.9176,3.12965,300,5,0,3728,0,1,0,0,0),(109450,25488,571,1,1,26296,0,2272.07,5609.66,35.5211,3.873,300,5,0,3728,0,1,0,0,0),(109451,25488,571,1,1,26296,0,2064.59,6104.34,47.6083,2.26547,300,5,0,3728,0,1,0,0,0),(109452,25488,571,1,1,26296,0,2076.59,6100.66,48.0828,0.81156,300,5,0,3728,0,1,0,0,0),(109453,25488,571,1,1,26296,0,2057.13,6116.9,44.8583,1.48521,300,5,0,3728,0,1,0,0,0),(109454,25488,571,1,1,26296,0,2071.4,6112.91,47.3328,1.53186,300,5,0,3728,0,1,0,0,0),(109455,25488,571,1,1,26296,0,2008.33,6085.82,38.9924,1.14153,300,5,0,3728,0,1,0,0,0),(109456,25488,571,1,1,26296,0,2010.24,6077.4,38.6174,0.946965,300,5,0,3728,0,1,0,0,0),(109457,25488,571,1,1,26296,0,2003.52,6102.31,35.777,1.24485,300,5,0,3728,0,1,0,0,0),(109458,25488,571,1,1,26296,0,2010.08,6093.91,38.4924,0.98982,300,5,0,3728,0,1,0,0,0),(109459,25488,571,1,1,26296,0,2025.42,6043.58,42.2424,2.86216,300,5,0,3728,0,1,0,0,0),(109460,25488,571,1,1,26296,0,2016.52,6031.32,39.2823,2.87267,300,5,0,3728,0,1,0,0,0),(109461,25488,571,1,1,26296,0,2004,6035.3,34.1174,5.54089,300,5,0,3728,0,1,0,0,0),(109462,25488,571,1,1,26296,0,2013.1,6042.08,37.7424,5.05656,300,5,0,3728,0,1,0,0,0),(109463,25488,571,1,1,26296,0,2076.06,6028.15,50.4012,0.827544,300,5,0,3728,0,1,0,0,0),(109464,25488,571,1,1,26296,0,2077.37,6030.4,50.5201,6.19166,300,5,0,3728,0,1,0,0,0),(109465,25488,571,1,1,26296,0,2065.5,6038.27,45.6718,0.590502,300,5,0,3728,0,1,0,0,0),(109466,25488,571,1,1,26296,0,2065.47,6027.39,46.4679,6.18561,300,5,0,3728,0,1,0,0,0),(109467,25488,571,1,1,26296,0,3250.23,6030.61,79.9153,5.21882,300,5,0,3728,0,1,0,0,0),(109468,25488,571,1,1,26296,0,3241.54,6027.73,80.9845,5.13054,300,5,0,3728,0,1,0,0,0),(109469,25488,571,1,1,26296,0,3264.81,6072.16,76.2443,3.63163,300,5,0,3728,0,1,0,0,0),(109470,25488,571,1,1,26296,0,3279.98,5964.02,82.9137,1.82916,300,5,0,3728,0,1,0,0,0),(109471,25488,571,1,1,26296,0,3277.86,5952.93,82.9137,1.73201,300,5,0,3728,0,1,0,0,0),(109472,29328,571,1,1,328,0,4303.31,4348.93,85.4744,5.46933,300,5,0,42,0,1,0,0,0),(109473,29328,571,1,1,328,0,4021.4,4157.48,58.8225,6.26268,300,5,0,42,0,1,0,0,0),(109474,29328,571,1,1,328,0,3686.06,2414.27,112.932,3.69139,300,5,0,42,0,1,0,0,0),(109475,29328,571,1,1,328,0,3500.06,3854.41,30.2838,3.81633,300,5,0,42,0,1,0,0,0),(109476,29328,571,1,1,328,0,4963.62,868.863,199.606,2.14601,300,5,0,42,0,1,0,0,0),(109477,30096,571,1,1,26764,0,7297.35,104.756,806.657,2.54818,200,0,0,42,0,0,0,0,0),(109478,29328,571,1,1,328,0,3713.56,2046.87,87.8205,4.35935,300,5,0,42,0,1,0,0,0),(109479,29328,571,1,1,328,0,3625.36,2729.52,83.6987,5.96119,300,5,0,42,0,1,0,0,0),(109480,29328,571,1,1,328,0,3548.3,2412.69,73.111,5.50607,300,5,0,42,0,1,0,0,0),(109481,30864,571,1,1,27366,1,5481,-1026.9,181.875,5.86219,300,5,0,11770,3809,1,0,0,0),(109482,29328,571,1,1,328,0,3702.62,2263.81,91.6927,5.48398,300,5,0,42,0,1,0,0,0),(109483,30096,571,1,1,26764,0,7246.69,-95.4619,774.442,0.453786,200,0,0,42,0,0,0,0,0),(109484,30864,571,1,1,27366,1,5515.19,-539.242,158.039,5.74672,300,0,0,11770,3809,0,0,0,0),(109485,30864,571,1,1,27366,1,5466.6,-551.724,158.443,5.10078,300,5,0,11770,3809,1,0,0,0),(109486,29328,571,1,1,328,0,3753.35,1927.47,93.5865,5.67054,300,5,0,42,0,1,0,0,0),(109487,30096,571,1,1,26764,0,7292.11,-140.543,808.282,2.74017,200,0,0,42,0,0,0,0,0),(109488,30096,571,1,1,26764,0,7219.28,-33.3222,809.416,5.13127,200,0,0,42,0,0,0,0,0),(109489,30096,571,1,1,26764,0,7273.44,-117.658,772.226,4.62512,200,0,0,42,0,0,0,0,0),(109490,30096,571,1,1,26764,0,7318.18,118.513,785.323,0.855211,200,0,0,42,0,0,0,0,0),(109491,30096,571,1,1,26764,0,7404.8,-46.7051,781.852,5.51524,200,0,0,42,0,0,0,0,0),(109492,30096,571,1,1,26764,0,7214.41,-40.4653,772.463,1.95477,200,0,0,42,0,0,0,0,0),(109493,30096,571,1,1,26764,0,7292.93,44.2101,771.349,3.14159,200,0,0,42,0,0,0,0,0),(109494,30096,571,1,1,26764,0,7261.02,112.288,786.52,3.66519,200,0,0,42,0,0,0,0,0),(109495,29328,571,1,1,328,0,3691.1,2040.38,85.411,3.06145,300,5,0,42,0,1,0,0,0),(109496,29328,571,1,1,328,0,3789.52,1341.6,116.09,5.768,300,5,0,42,0,1,0,0,0),(109497,28561,571,1,1,25515,0,6369.9,-3265.91,389.018,6.23082,300,0,0,13945,0,0,0,0,0),(132540,21763,530,1,1,18012,1,-3998.51,3017.21,359.422,4.61651,180,5,0,5744,3231,1,0,0,0),(132541,21763,530,1,1,18012,1,-4075.33,3114.4,314.683,3.89314,180,5,0,5744,3231,1,0,0,0),(109500,26513,571,1,1,24443,0,3892.73,-1911.72,211.241,3.56047,300,0,0,13419,0,0,0,0,0),(109501,28305,571,1,1,19595,0,5258.34,-3262.68,283.96,2.30383,300,5,0,4979,0,1,0,0,0),(109502,31889,571,1,1,134,0,3695.44,-3386.93,252.019,4.72801,300,5,0,8,0,1,0,0,0),(109503,27025,571,1,1,24247,0,3255.77,-700.233,167.336,2.96706,300,0,0,8982,0,0,0,0,0),(109505,26513,571,1,1,24443,0,3875.43,-1913.81,209.82,6.24828,300,0,0,13419,0,0,0,0,0),(109506,26513,571,1,1,24443,0,3906.32,-1929.13,211.167,3.75246,300,0,0,13419,0,0,0,0,0),(109507,31889,571,1,1,134,0,3743.91,-3355.22,261.901,5.72417,300,5,0,8,0,1,0,0,0),(109508,31889,571,1,1,134,0,3814.87,-3422.04,279.645,2.05134,300,5,0,8,0,1,0,0,0),(109509,31889,571,1,1,134,0,4995.83,-4954.17,363.697,5.40133,300,5,0,8,0,1,0,0,0),(109510,31889,571,1,1,134,0,2912.12,-2201.7,51.9562,0.322772,300,0,0,8,0,0,0,0,0),(109511,26513,571,1,1,24443,0,3885.12,-1931.68,209.316,3.63029,300,0,0,13419,0,0,0,0,0),(109512,26513,571,1,1,24443,0,3895.88,-1968.13,209.197,0.453786,300,0,0,13419,0,0,0,0,0),(109513,31889,571,1,1,134,0,5199.75,-4653.21,288.983,2.66138,300,5,0,8,0,1,0,0,0),(109514,31889,571,1,1,134,0,3691.9,-3050.66,251.955,4.17532,300,5,0,8,0,1,0,0,0),(109515,31889,571,1,1,134,0,4431.22,-3685.58,239.564,0.099097,300,5,0,8,0,1,0,0,0),(109516,31889,571,1,1,134,0,3303.2,-2438.88,99.7853,3.22765,300,5,0,8,0,1,0,0,0),(109517,31889,571,1,1,134,0,3939.18,-3303.15,308.183,1.70606,300,5,0,8,0,1,0,0,0),(109518,31889,571,1,1,134,0,3858.18,-4179.45,211.974,1.50144,300,5,0,8,0,1,0,0,0),(109519,31889,571,1,1,134,0,3632.69,-3007.28,232.772,1.20626,300,5,0,8,0,1,0,0,0),(109520,31889,571,1,1,134,0,4160.29,-3478.25,285.597,2.69575,300,5,0,8,0,1,0,0,0),(109521,31889,571,1,1,134,0,2947.5,-3051.22,100.59,2.31958,300,5,0,8,0,1,0,0,0),(109522,31889,571,1,1,134,0,2871.64,-1798.06,35.7263,4.30557,300,5,0,8,0,1,0,0,0),(109523,31889,571,1,1,134,0,3084.87,-1833.28,67.1427,0.658296,300,5,0,8,0,1,0,0,0),(109524,31889,571,1,1,134,0,3763.54,-4146.88,199.734,3.57106,300,5,0,8,0,1,0,0,0),(109525,31889,571,1,1,134,0,3966.21,-3261.64,299.019,5.77058,300,5,0,8,0,1,0,0,0),(109526,31889,571,1,1,134,0,3801.11,-4069.26,194.559,5.57308,300,5,0,8,0,1,0,0,0),(109527,31889,571,1,1,134,0,2959.25,-2313.69,52.457,3.57905,300,5,0,8,0,1,0,0,0),(109528,31889,571,1,1,134,0,3698.71,-1953.26,193.7,0.494206,300,5,0,8,0,1,0,0,0),(109529,31889,571,1,1,134,0,4023.28,-4240.16,252.433,4.82873,300,5,0,8,0,1,0,0,0),(109530,31889,571,1,1,134,0,3312.64,-2778.36,171.714,2.94427,300,5,0,8,0,1,0,0,0),(109531,31889,571,1,1,134,0,3888.36,-5008.72,84.6421,3.09532,300,5,0,8,0,1,0,0,0),(109532,31889,571,1,1,134,0,3841.05,-4817.62,123.163,4.22448,300,5,0,8,0,1,0,0,0),(109533,31889,571,1,1,134,0,3584.88,-1937.32,171.524,0.214434,300,5,0,8,0,1,0,0,0),(109534,31889,571,1,1,134,0,3050.86,-2802.86,104.389,6.20304,300,5,0,8,0,1,0,0,0),(109535,31889,571,1,1,134,0,5249.75,-4895.38,303.839,1.20855,300,5,0,8,0,1,0,0,0),(109536,31889,571,1,1,134,0,3885.04,-2157.78,211.65,1.41957,300,5,0,8,0,1,0,0,0),(109537,31889,571,1,1,134,0,4953.72,-4446.74,270.567,4.96116,300,5,0,8,0,1,0,0,0),(109538,31889,571,1,1,134,0,4138.59,-4163.45,210.369,0.476063,300,5,0,8,0,1,0,0,0),(109539,31889,571,1,1,134,0,3970.91,-2885.49,278.407,2.35611,300,5,0,8,0,1,0,0,0),(109540,31889,571,1,1,134,0,5146.46,-4985.98,294.69,1.8082,300,5,0,8,0,1,0,0,0),(109541,31889,571,1,1,134,0,3922.56,-4462.79,245.73,6.07348,300,5,0,8,0,1,0,0,0),(109542,31889,571,1,1,134,0,3017.51,-1821.87,61.2411,3.13501,300,5,0,8,0,1,0,0,0),(109543,31889,571,1,1,134,0,4175.66,-2605.86,234.721,5.94501,300,5,0,8,0,1,0,0,0),(109544,31889,571,1,1,134,0,3992.4,-2024.3,210.961,3.84765,300,5,0,8,0,1,0,0,0),(109545,31889,571,1,1,134,0,2777.11,-2843.82,74.2024,2.64522,300,5,0,8,0,1,0,0,0),(109546,31889,571,1,1,134,0,5059.17,-4615.23,287.661,3.11621,300,5,0,8,0,1,0,0,0),(109547,31889,571,1,1,134,0,3916.93,-4115.65,217.472,2.87363,300,5,0,8,0,1,0,0,0),(109548,31889,571,1,1,134,0,3841.74,-4425.34,195.888,5.725,300,5,0,8,0,1,0,0,0),(109549,31889,571,1,1,134,0,3544.01,-2992.48,221.361,4.30904,300,5,0,8,0,1,0,0,0),(109550,31889,571,1,1,134,0,3107.74,-3050.07,116.917,1.37608,300,5,0,8,0,1,0,0,0),(109551,31889,571,1,1,134,0,3480.77,-3361.16,240.376,2.52279,300,5,0,8,0,1,0,0,0),(109552,31889,571,1,1,134,0,4414.65,-3415.13,237.195,1.62358,300,5,0,8,0,1,0,0,0),(109553,25489,571,1,1,26268,0,2206.51,5746.4,62.6651,3.92851,300,5,0,7984,0,1,0,0,0),(109554,31889,571,1,1,134,0,3485.75,-3193.75,223.185,0,300,5,0,8,0,1,0,0,0),(109555,31889,571,1,1,134,0,2846.98,-1685.52,16.5548,5.77058,300,5,0,8,0,1,0,0,0),(109556,31889,571,1,1,134,0,3780.03,-4647.8,172.862,1.4387,300,5,0,8,0,1,0,0,0),(109557,26257,571,1,1,23721,1,3322.13,2609.24,37.5503,1.65806,300,0,0,7432,7332,0,0,0,0),(109558,26257,571,1,1,23770,1,3324.68,2537.89,40.4411,5.20108,300,0,0,7432,7332,0,0,0,0),(109559,26257,571,1,1,23722,1,3290.65,2518.34,59.5392,6.03884,300,0,0,7432,7332,0,0,0,0),(109560,26257,571,1,1,23722,1,3295.46,2504.29,56.9822,6.24828,300,0,0,7432,7332,0,0,0,0),(109561,26257,571,1,1,23721,1,3304.17,2543.02,41.3184,5.46288,300,0,0,7432,7332,0,0,0,0),(109562,31889,571,1,1,134,0,2743.86,-2403.95,39.4145,0.822176,300,5,0,8,0,1,0,0,0),(109563,26257,571,1,1,23722,1,3261.88,2538.55,50.321,5.86431,300,0,0,7432,7332,0,0,0,0),(109564,26257,571,1,1,23771,1,3285.09,2466.45,48.5058,0.471239,300,0,0,7432,7332,0,0,0,0),(109565,26257,571,1,1,23722,1,3280.52,2548.3,52.1968,5.63741,300,0,0,7432,7332,0,0,0,0),(109566,31889,571,1,1,134,0,2961.85,-2037.62,75.6447,1.93643,300,5,0,8,0,1,0,0,0),(109567,31889,571,1,1,134,0,3119.17,-2764.36,124.331,5.68869,300,5,0,8,0,1,0,0,0),(109568,31889,571,1,1,134,0,2864.15,-3080.74,87.9547,0.413864,300,5,0,8,0,1,0,0,0),(109569,26257,571,1,1,23721,1,3341.94,2436.71,53.9141,1.43117,300,0,0,7432,7332,0,0,0,0),(109570,26257,571,1,1,23721,1,3325.81,2435.94,40.7376,1.13446,300,0,0,7432,7332,0,0,0,0),(109571,26257,571,1,1,23721,1,3318.34,2471.86,45.7918,0.802851,300,0,0,7432,7332,0,0,0,0),(109572,26257,571,1,1,23771,1,3391.22,2497.86,60.9218,3.19395,300,0,0,7432,7332,0,0,0,0),(109573,26257,571,1,1,23771,1,3354.67,2510.28,197.4,2.68781,300,0,0,7432,7332,0,0,0,0),(109574,26257,571,1,1,23771,1,3327.48,2548.77,197.4,5.06145,300,0,0,7432,7332,0,0,0,0),(109575,26257,571,1,1,23771,1,3349.14,2486.75,197.4,1.91986,300,0,0,7432,7332,0,0,0,0),(109576,26257,571,1,1,23771,1,3330.53,2501.8,197.4,1.13446,300,0,0,7432,7332,0,0,0,0),(109577,26257,571,1,1,23721,1,3322.05,2525.92,197.4,5.84685,300,0,0,7432,7332,0,0,0,0),(109578,26257,571,1,1,23770,1,3376.93,2449.38,59.018,2.11185,300,0,0,7432,7332,0,0,0,0),(109579,26769,571,1,1,24102,0,3932.71,2228.39,126.982,3.14159,300,0,0,9610,9927,0,0,0,0),(109580,31889,571,1,1,134,0,3716.88,-2753.35,184.132,5.45038,300,5,0,8,0,1,0,0,0),(109581,31889,571,1,1,134,0,3468.19,-2891.55,203.429,3.07611,300,5,0,8,0,1,0,0,0),(109582,31889,571,1,1,134,0,4579.69,-4500,192.144,0.218636,300,5,0,8,0,1,0,0,0),(109583,30865,571,1,1,27367,1,5441.12,-911.869,164.142,2.70526,300,0,0,11770,0,0,0,0,0),(109584,30865,571,1,1,27368,1,5410.68,-914.799,165.87,5.5019,300,5,0,11770,0,1,0,0,0),(109585,30865,571,1,1,27368,1,5417.21,-931.166,162.69,4.08203,300,5,0,11770,0,1,0,0,0),(109586,30865,571,1,1,27368,1,5515.19,-539.242,158.039,5.96395,300,0,0,11770,0,0,0,0,0),(109587,31889,571,1,1,134,0,4220.74,-4692.26,83.9074,0.83784,300,5,0,8,0,1,0,0,0),(109588,25489,571,1,1,26268,0,2024.18,5702.17,41.561,2.20387,300,5,0,7984,0,1,0,0,0),(109589,25489,571,1,1,26268,0,2310.76,5702.92,56.7291,5.55408,300,5,0,7984,0,1,0,0,0),(109590,25489,571,1,1,26268,0,2110.3,5739.95,53.8067,5.70791,300,5,0,7984,0,1,0,0,0),(109591,31889,571,1,1,134,0,4018.3,-4643.49,169.634,5.87368,300,5,0,8,0,1,0,0,0),(109592,30865,571,1,1,27367,1,5271.6,-704.479,165.402,2.21636,300,5,0,11770,0,1,0,0,0),(109593,30865,571,1,1,27368,1,5313.65,-707.441,162.944,5.33299,300,5,0,11770,0,1,0,0,0),(109594,30865,571,1,1,27368,1,5438.39,-550.648,162.381,3.67392,300,5,0,11770,0,1,0,0,0),(109595,30865,571,1,1,27368,1,5278.81,-734.433,162.987,0.244346,300,0,0,11770,0,0,0,0,0),(109596,30865,571,1,1,27368,1,5326.57,-790.625,165.486,0,300,5,0,11770,0,1,0,0,0),(109597,30865,571,1,1,27367,1,5340.59,-803.853,165.518,4.32931,300,0,0,11770,0,0,0,0,0),(109598,30865,571,1,1,27367,1,5317.71,-813.541,165.555,4.55935,300,5,0,11770,0,1,0,0,0),(109599,30865,571,1,1,27368,1,5287.18,-766.181,163.028,3.0964,300,5,0,11770,0,1,0,0,0),(109600,25489,571,1,1,26268,0,2410.46,6253.14,57.1237,1.73709,300,5,0,7984,0,1,0,0,0),(109601,30865,571,1,1,27368,1,5321.08,-553.354,166.739,4.60767,300,0,0,11770,0,0,0,0,0),(109602,30865,571,1,1,27367,1,5276.23,-590.122,165.202,4.83456,300,0,0,11770,0,0,0,0,0),(109603,30865,571,1,1,27368,1,5280.3,-584.651,165.458,4.64258,300,0,0,11770,0,0,0,0,0),(109604,25489,571,1,1,26268,0,2253.88,6352.26,49.6562,3.91718,300,5,0,7984,0,1,0,0,0),(109605,25489,571,1,1,26268,0,2285.5,6288.36,52.3718,5.2028,300,5,0,7984,0,1,0,0,0),(109606,31889,571,1,1,134,0,3592.8,-2800.13,184.422,3.51775,300,5,0,8,0,1,0,0,0),(109607,31889,571,1,1,134,0,3112.41,-2203.24,109.68,5.82884,300,5,0,8,0,1,0,0,0),(109608,31889,571,1,1,134,0,3135.18,-2356.36,98.4786,0.793827,300,5,0,8,0,1,0,0,0),(109609,31889,571,1,1,134,0,3385.97,-2915.48,202.037,1.31381,300,5,0,8,0,1,0,0,0),(109610,31889,571,1,1,134,0,3233.19,-2742.83,136.275,0.405533,300,5,0,8,0,1,0,0,0),(109611,31889,571,1,1,134,0,3454.31,-2943,199.09,6.17361,300,5,0,8,0,1,0,0,0),(109612,31889,571,1,1,134,0,3894.46,-2282.96,205.028,2.59105,300,5,0,8,0,1,0,0,0),(109613,25489,571,1,1,26268,0,2222.07,5640,39.5043,3.3501,300,5,0,7984,0,1,0,0,0),(109614,31889,571,1,1,134,0,4174.33,-2249.07,220.677,1.49852,300,5,0,8,0,1,0,0,0),(109615,31889,571,1,1,134,0,3820.58,-2796.85,230.212,2.38971,300,5,0,8,0,1,0,0,0),(109616,25489,571,1,1,26268,0,2519.57,6293.15,76.3097,3.17632,300,5,0,7984,0,1,0,0,0),(109617,25489,571,1,1,26268,0,2052.88,5790.71,40.8627,0.548457,300,5,0,7984,0,1,0,0,0),(109618,25489,571,1,1,26268,0,3303.78,5920.33,86.9009,0.201531,300,5,0,7984,0,1,0,0,0),(109619,25489,571,1,1,26268,0,3354.63,5973.08,75.5195,1.26016,300,5,0,7984,0,1,0,0,0),(109620,25489,571,1,1,26268,0,2058.24,5882.51,46.0406,6.09777,300,5,0,7984,0,1,0,0,0),(109621,25489,571,1,1,26268,0,2179.98,5921.39,61.6569,3.80503,300,5,0,7984,0,1,0,0,0),(109622,25489,571,1,1,26268,0,2157.42,6193.12,53.4755,4.83035,300,5,0,7984,0,1,0,0,0),(109623,25489,571,1,1,26268,0,2037.65,6173.19,39.5656,0.990049,300,5,0,7984,0,1,0,0,0),(109624,25489,571,1,1,26268,0,2033.41,6057.74,42.7784,5.03939,300,5,0,7984,0,1,0,0,0),(109625,25489,571,1,1,26268,0,3286.03,6040.2,79.6056,2.93989,300,5,0,7984,0,1,0,0,0),(109627,30865,571,1,1,27368,1,5480.55,-517.363,162.639,5.96903,300,0,0,11770,0,0,0,0,0),(109628,30353,571,1,1,26965,0,8394.52,-1354.78,979.66,4.03171,300,0,0,50400,3994,0,0,0,0),(109629,26514,571,1,1,23846,0,4982.14,-4653.88,219.574,4.17134,300,0,0,9940,3387,0,0,0,0),(109630,25490,571,1,1,17188,0,3747.49,3516.68,69.5826,1.78024,300,0,0,8982,3155,0,0,0,0),(109632,27793,571,1,1,17200,0,3681.21,-1145.86,98.0911,3.50811,300,0,0,42,0,2,0,0,0),(109633,27793,571,1,1,17200,0,3640.92,-1231.04,98.0911,5.8294,300,0,0,42,0,2,0,0,0),(109634,27026,571,1,1,24251,1,3214.31,-673.742,167.62,1.01229,300,0,0,8982,0,0,0,0,0),(109635,28818,571,1,1,26227,1,5127.98,-2205.99,237.041,2.38673,300,0,0,45516,11175,2,0,0,0),(109636,28818,571,1,1,26227,1,5115.85,-2200.03,240.342,3.31613,300,0,0,45516,11175,0,0,0,0),(109637,28818,571,1,1,26226,1,5116.77,-2187.8,241.389,2.80998,300,0,0,45516,11175,0,0,0,0),(109638,28818,571,1,1,26226,1,5199.08,-2155.87,242.971,0.139626,300,0,0,45516,11175,0,0,0,0),(109639,31890,571,1,1,16633,0,3124.53,-1714.17,38.8372,3.31355,300,5,0,8,0,1,0,0,0),(109640,31890,571,1,1,16633,0,3060.79,-1730.2,39.1037,2.56219,300,5,0,8,0,1,0,0,0),(109641,31890,571,1,1,16633,0,2937.09,-3032.34,96.2595,5.52519,300,5,0,8,0,1,0,0,0),(109642,25234,571,1,1,22998,1,2232.7,5254.9,25.6867,3.83972,300,0,0,6986,0,0,0,0,0),(109644,28818,571,1,1,26225,1,5165.2,-2156.93,241.274,1.46608,300,0,0,45516,11175,0,0,0,0),(109645,28818,571,1,1,26226,1,5209.72,-2194.8,240.372,6.12611,300,0,0,45516,11175,0,0,0,0),(109646,28818,571,1,1,26227,1,5149.65,-2234.23,238.972,4.92183,300,0,0,45516,11175,0,0,0,0),(109647,28818,571,1,1,26226,1,5179.52,-2233.3,239.764,4.69494,300,0,0,45516,11175,0,0,0,0),(109648,28818,571,1,1,26225,1,5150.34,-2157.18,241.179,1.58825,300,0,0,45516,11175,0,0,0,0),(1975982,30387,571,1,8,0,0,7146.46,-3553.65,830.519,0.613523,600,0,0,12600,0,0,0,0,0),(109650,31890,571,1,1,16633,0,2806.06,-2991.68,83.516,0.127261,300,5,0,8,0,1,0,0,0),(109651,31890,571,1,1,16633,0,3821.8,-4735.02,145.035,1.27223,300,5,0,8,0,1,0,0,0),(109652,25234,571,1,1,22998,1,2220.03,5292.01,10.7009,0.356968,300,0,0,6986,0,0,0,0,0),(109653,25234,571,1,1,22998,1,2265.7,5314.69,22.4381,1.34719,300,0,0,6986,0,0,0,0,0),(109654,25234,571,1,1,22999,1,2253.79,5252.39,35.6994,2.65003,300,0,0,6986,0,0,0,0,0),(109655,25234,571,1,1,22998,1,2233.5,5291.67,11.2177,3.78302,300,0,0,6986,0,0,0,0,0),(109656,25234,571,1,1,22999,1,2254.89,5275.96,39.9981,2.84489,300,0,0,6986,0,0,0,0,0),(109657,25234,571,1,1,22999,1,2241.7,5277.42,11.6869,2.70526,300,0,0,6986,0,0,0,0,0),(109658,28818,571,1,1,26227,1,5205.55,-2170.81,243.286,0.174533,300,0,0,45516,11175,0,0,0,0),(109659,28818,571,1,1,26224,1,5115.59,-2191.97,241.21,3.26377,300,0,0,45516,11175,0,0,0,0),(109660,31890,571,1,1,16633,0,3914.58,-4089.58,203.884,5.30048,300,5,0,8,0,1,0,0,0),(109661,31890,571,1,1,16633,0,3794.02,-3501.09,254.387,1.03724,300,5,0,8,0,1,0,0,0),(109662,31890,571,1,1,16633,0,3806.69,-4261.26,195.408,4.0349,300,5,0,8,0,1,0,0,0),(109663,31890,571,1,1,16633,0,2937.05,-1837.38,49.6971,4.78027,300,0,0,8,0,0,0,0,0),(109664,31890,571,1,1,16633,0,4137.16,-4093.1,182.341,3.11037,300,5,0,8,0,1,0,0,0),(109665,31890,571,1,1,16633,0,4034.95,-4209.55,246.63,4.94695,300,5,0,8,0,1,0,0,0),(109666,31890,571,1,1,16633,0,3994.97,-4802.33,109.755,4.74851,300,5,0,8,0,1,0,0,0),(109667,31890,571,1,1,16633,0,2934.72,-2312.5,37.502,2.15885,300,5,0,8,0,1,0,0,0),(109668,31890,571,1,1,16633,0,3094.04,-1901.35,83.6561,1.84537,300,5,0,8,0,1,0,0,0),(109669,31890,571,1,1,16633,0,3095.33,-3124.12,133.41,2.96567,300,5,0,8,0,1,0,0,0),(109670,31890,571,1,1,16633,0,3895.47,-3019.35,276.918,1.10151,300,5,0,8,0,1,0,0,0),(109671,31890,571,1,1,16633,0,4881.79,-4726.93,274.113,3.16698,300,5,0,8,0,1,0,0,0),(109672,31890,571,1,1,16633,0,3823.75,-1889.96,217.401,6.14212,300,5,0,8,0,1,0,0,0),(109673,31890,571,1,1,16633,0,3794.92,-4176.04,198.264,5.9673,300,5,0,8,0,1,0,0,0),(109674,31890,571,1,1,16633,0,3870.74,-3290.47,306.922,4.76345,300,5,0,8,0,1,0,0,0),(109675,31890,571,1,1,16633,0,3986.52,-2734.52,235.04,2.85444,300,5,0,8,0,1,0,0,0),(109676,31890,571,1,1,16633,0,4855.17,-4304.37,250.678,0.058641,300,5,0,8,0,1,0,0,0),(109677,31890,571,1,1,16633,0,2949.79,-2142.76,52.0694,5.61705,300,5,0,8,0,1,0,0,0),(109678,31890,571,1,1,16633,0,3054.11,-2298.46,82.8224,1.93025,300,5,0,8,0,1,0,0,0),(109679,31890,571,1,1,16633,0,4074.72,-2311.68,220.104,3.84701,300,5,0,8,0,1,0,0,0),(109680,31890,571,1,1,16633,0,2741.72,-2288.28,17.9165,5.53788,300,5,0,8,0,1,0,0,0),(109681,31890,571,1,1,16633,0,4389.76,-3253.9,309.34,3.12645,300,0,0,8,0,0,0,0,0),(109682,31890,571,1,1,16633,0,3615.13,-3130.14,264.131,5.4577,300,5,0,8,0,1,0,0,0),(109683,31890,571,1,1,16633,0,3129.75,-1956.15,90.6553,0.264854,300,5,0,8,0,1,0,0,0),(109684,31890,571,1,1,16633,0,5098.02,-4450.79,279.411,2.72337,300,5,0,8,0,1,0,0,0),(109685,26770,571,1,1,24102,0,4114.66,2126.05,159.16,2.30383,300,0,0,9610,9927,0,0,0,0),(109686,31890,571,1,1,16633,0,4011.12,-2602.03,217.195,1.85365,300,5,0,8,0,1,0,0,0),(109687,31890,571,1,1,16633,0,3361.42,-3247.24,219.439,5.72365,300,5,0,8,0,1,0,0,0),(109688,31890,571,1,1,16633,0,5092.64,-4703.81,287.573,1.53963,300,5,0,8,0,1,0,0,0),(109689,31890,571,1,1,16633,0,3686.75,-2706.44,164.231,0.139135,300,5,0,8,0,1,0,0,0),(109690,31890,571,1,1,16633,0,3865.07,-4648.33,170.153,6.21262,300,5,0,8,0,1,0,0,0),(109691,31890,571,1,1,16633,0,3585.18,-2750.12,152.895,6.11836,300,5,0,8,0,1,0,0,0),(109692,31890,571,1,1,16633,0,2736.97,-3014.78,94.8203,0.200653,300,5,0,8,0,1,0,0,0),(109693,26770,571,1,1,24102,0,4112.3,2288.35,154.807,3.56047,300,0,0,9610,9927,0,0,0,0),(109694,31890,571,1,1,16633,0,3487.77,-2976.15,207.586,4.9479,300,5,0,8,0,1,0,0,0),(109695,31890,571,1,1,16633,0,3475.21,-2875.47,200.834,0.526212,300,5,0,8,0,1,0,0,0),(109696,31890,571,1,1,16633,0,3459.2,-3002.37,210.723,1.10278,300,5,0,8,0,1,0,0,0),(109697,31890,571,1,1,16633,0,4464.03,-3615.02,233.827,1.16924,300,5,0,8,0,1,0,0,0),(109698,24210,571,1,1,22198,0,2512.08,-3301.97,149.578,3.7001,300,0,0,373,0,0,0,0,0),(109699,24210,571,1,1,22198,0,2386.7,-3214.97,155.187,3.75246,300,0,0,373,0,0,0,0,0),(109700,31890,571,1,1,16633,0,3651.01,-1888.73,174.237,3.19828,300,5,0,8,0,1,0,0,0),(109701,31890,571,1,1,16633,0,3477.99,-3277.48,221.968,1.09837,300,5,0,8,0,1,0,0,0),(109702,24210,571,1,1,22198,0,2486.56,-3278.59,146.853,1.44862,300,0,0,373,0,0,0,0,0),(109703,31890,571,1,1,16633,0,4147.56,-4796.85,73.9804,2.81552,300,5,0,8,0,1,0,0,0),(109704,24210,571,1,1,22198,0,2543.17,-3048.02,120.755,5.55015,300,0,0,373,0,0,0,0,0),(109705,24210,571,1,1,22198,0,2493.28,-3002.36,123.467,3.38594,300,0,0,373,0,0,0,0,0),(109706,24210,571,1,1,22198,0,2502.95,-3140.16,136.304,5.95157,300,0,0,373,0,0,0,0,0),(109707,24210,571,1,1,22198,0,2312.37,-3183.61,151.137,2.46091,300,0,0,373,0,0,0,0,0),(109708,24210,571,1,1,22198,0,2395.51,-3193.89,157.46,2.74017,300,0,0,373,0,0,0,0,0),(109709,24210,571,1,1,22198,0,2365.18,-3155.95,153.263,2.54818,300,0,0,373,0,0,0,0,0),(109710,31890,571,1,1,16633,0,3928.1,-2294.1,212.897,3.59506,300,5,0,8,0,1,0,0,0),(109711,31890,571,1,1,16633,0,3150.48,-2779.04,138.857,5.47845,300,5,0,8,0,1,0,0,0),(109712,24210,571,1,1,22198,0,2446.49,-3106.46,147.012,0.017453,300,0,0,373,0,0,0,0,0),(109713,24210,571,1,1,22198,0,2440.02,-3064.49,144.791,1.8675,300,0,0,373,0,0,0,0,0),(109714,24210,571,1,1,22198,0,2390.28,-3110.71,148.57,0.279253,300,0,0,373,0,0,0,0,0),(109715,24210,571,1,1,22198,0,2365.88,-3115.45,149.022,2.56563,300,0,0,373,0,0,0,0,0),(109716,24210,571,1,1,22198,0,2510.13,-3085.71,131.352,2.16421,300,0,0,373,0,0,0,0,0),(109717,24210,571,1,1,22198,0,2439.43,-3146.82,146.452,1.95477,300,0,0,373,0,0,0,0,0),(109718,24210,571,1,1,22198,0,2605.48,-3145.86,134.998,1.76278,300,0,0,373,0,0,0,0,0),(109719,31890,571,1,1,16633,0,3164.81,-2474.15,64.4329,0.334096,300,5,0,8,0,1,0,0,0),(109720,24210,571,1,1,22198,0,2694.84,-3092.98,111.112,3.76991,300,0,0,373,0,0,0,0,0),(109721,24210,571,1,1,22198,0,2706.63,-3096.77,112.428,5.8294,300,0,0,373,0,0,0,0,0),(109722,31890,571,1,1,16633,0,4228.02,-2365.79,228.645,1.3579,300,5,0,8,0,1,0,0,0),(109723,24210,571,1,1,22198,0,2466.71,-3192.8,149.63,4.92183,300,0,0,373,0,0,0,0,0),(68102,33235,603,3,1,0,1,1554.95,142.51,427.274,3.6136,7200,5,0,0,0,1,0,0,0),(109725,31890,571,1,1,16633,0,3541.35,-2719.15,119.171,3.4207,300,5,0,8,0,1,0,0,0),(109726,29586,571,1,1,25952,1,6966.27,-18.0699,808.949,3.08246,300,5,0,11770,0,1,0,0,0),(109727,25747,571,1,1,23354,1,4177.83,5259.56,26.4728,5.61996,300,0,0,8982,0,0,0,0,0),(109729,24467,571,1,1,21991,0,1653.49,-5374.33,190.098,1.5708,300,0,0,8982,0,0,0,0,0),(109730,24467,571,1,1,21989,0,1642.67,-5384.42,190.108,2.61799,300,0,0,8982,0,0,0,0,0),(109731,24467,571,1,1,21990,0,1652.58,-5395.61,190.44,6.03884,300,0,0,8982,0,0,0,0,0),(109732,27283,571,1,1,1245,0,3707.96,-1491.83,136.295,6.12504,300,5,0,7432,7332,1,0,0,0),(109733,27027,571,1,1,24250,1,3214.17,-684.083,167.62,0.017453,300,0,0,8982,0,0,0,0,0),(109734,28307,571,1,1,13069,0,5298.97,4434.6,-98.1541,1.74533,300,0,0,42,0,0,0,0,0),(109735,32403,571,1,1,27952,1,5847.46,650.774,647.512,0.10472,300,0,0,10635,0,2,0,0,0),(109737,27795,571,1,1,0,0,3635.37,-1260.12,98.0911,4.90827,300,0,0,42,0,2,0,0,0),(109738,28307,571,1,1,13069,0,5298.56,4429.48,-93.2589,0.366519,300,0,0,42,0,0,0,0,0),(109739,25235,571,1,1,23001,1,2336.46,5266.49,7.75584,3.62193,300,0,0,7984,0,2,0,0,0),(109740,27283,571,1,1,1245,0,3602.46,-1401.93,108.964,6.01445,300,5,0,7432,7332,1,0,0,0),(109741,27283,571,1,1,1245,0,3607.48,-1289.95,112.583,2.81042,300,5,0,7432,7332,1,0,0,0),(109742,27283,571,1,1,1245,0,3598.92,-1337.67,110.453,3.29533,300,5,0,7432,7332,1,0,0,0),(109743,27283,571,1,1,1245,0,3722.79,-1357.92,134.591,4.69314,300,5,0,7432,7332,1,0,0,0),(109744,27283,571,1,1,1245,0,3709.08,-1375.91,134.042,2.35838,300,5,0,7432,7332,1,0,0,0),(109745,27283,571,1,1,1245,0,3589.23,-1319.1,110.007,4.09826,300,5,0,7432,7332,1,0,0,0),(109746,27283,571,1,1,1245,0,3862.73,-1279.4,147.408,1.39608,300,5,0,7432,7332,1,0,0,0),(109747,27539,571,1,1,24694,1,3669.36,1089.64,67.9123,1.35357,300,5,0,7952,7654,1,0,0,0),(109748,27539,571,1,1,24692,1,3753.98,904.018,60.5581,1.91986,300,0,0,7952,7654,0,0,0,0),(109749,27539,571,1,1,24694,1,3841.08,898.789,57.7763,0.231456,300,5,0,7952,7654,1,0,0,0),(109750,27539,571,1,1,24692,1,3798.94,944.174,61.0432,3.03687,300,0,0,7952,7654,0,0,0,0),(109751,27539,571,1,1,24694,1,3783.59,920.945,60.9722,2.53073,300,0,0,7952,7654,0,0,0,0),(109752,27539,571,1,1,24692,1,3668.19,984.643,56.2522,2.37365,300,0,0,7952,7654,0,0,0,0),(109753,27539,571,1,1,24694,1,3714.88,1008.58,62.6208,5.09636,300,0,0,7952,7654,0,0,0,0),(109754,27539,571,1,1,24694,1,3799.92,974.13,59.7191,3.47321,300,0,0,7952,7654,0,0,0,0),(109755,27539,571,1,1,24692,1,3613.74,1007.56,57.4262,1.76031,300,0,0,7952,7654,0,0,0,0),(109756,26771,571,1,1,24102,0,3921.84,2189.1,152.01,0.665285,300,5,0,9610,9927,1,0,0,0),(109757,27539,571,1,1,24694,1,3702.85,927.352,53.8359,5.93165,300,5,0,7952,7654,1,0,0,0),(109758,27539,571,1,1,24694,1,3808.35,1082.22,57.0994,0.20944,300,0,0,7952,7654,0,0,0,0),(109759,27539,571,1,1,24694,1,3743.72,1015.14,64.2497,4.66003,300,0,0,7952,7654,0,0,0,0),(109760,27539,571,1,1,24694,1,3779.48,1003.07,59.8987,4.01426,300,0,0,7952,7654,0,0,0,0),(109761,31123,571,1,1,27482,0,5482.23,-1024.16,181.75,5.86807,300,5,0,11770,0,1,0,0,0),(109762,31123,571,1,1,27482,0,5225.57,-647.806,160.982,4.78071,300,5,0,11770,0,1,0,0,0),(109763,31123,571,1,1,27482,0,5497.14,-514.795,162.355,5.43841,300,5,0,11770,0,1,0,0,0),(1975935,29843,571,1,1,0,1,7010.22,61.934,812.907,1.53589,300,0,0,11770,3809,0,0,0,0),(109769,29331,571,1,1,26123,1,6855.26,-1044.14,802.797,4.86947,300,0,0,9740,8636,0,0,0,0),(109770,29331,571,1,1,26123,1,6781.55,-1056.33,766.515,1.39152,300,5,0,9740,8636,1,0,0,0),(109771,29331,571,1,1,26123,1,6659.88,-1074.17,758.593,4.7822,300,0,0,9740,8636,0,0,0,0),(109772,25492,571,1,1,17188,0,4022.88,3604.84,104.911,1.67552,300,0,0,8982,3155,0,0,0,0),(109773,27028,571,1,1,24246,1,3260.91,-631.457,165.571,3.15905,300,0,0,8982,3155,0,0,0,0),(109775,29332,571,1,1,27866,1,6665.2,-4341,495.807,3.02956,300,0,0,11001,3643,2,0,0,0),(109776,26260,571,1,1,23723,0,4894.46,-4563.21,347.919,2.89725,300,0,0,30846,10398,0,0,0,0),(109778,29332,571,1,1,27866,1,6653.93,-4436.68,478.852,0.344046,300,0,0,11001,3643,2,0,0,0),(132602,21787,530,1,1,20682,1,-3894.91,3109.16,374.639,5.7573,180,5,0,5744,3231,1,0,0,0),(109780,26516,571,1,1,24418,0,3892.99,-1946.27,210.184,0.087266,300,0,0,13419,0,0,0,0,0),(109781,26516,571,1,1,24418,0,3897.05,-1897.15,212.326,1.74533,300,0,0,13419,0,0,0,0,0),(109782,29332,571,1,1,27865,1,6646.54,-4398.26,505.885,0.317726,300,0,0,11001,3643,2,0,0,0),(109783,26516,571,1,1,24418,0,3914.03,-1951.64,210.481,1.309,300,0,0,13419,0,0,0,0,0),(109784,29332,571,1,1,27866,1,6627.17,-4518.44,497.684,1.79272,300,0,0,11001,3643,2,0,0,0),(109786,29332,571,1,1,27866,1,6585.31,-4423.76,485.637,5.78753,300,0,0,11001,3643,2,0,0,0),(109787,29332,571,1,1,27865,1,6985.64,-4423.84,495.49,2.52065,300,0,0,11001,3643,2,0,0,0),(109788,25748,571,1,1,22633,0,3943.02,5096.89,-0.901126,0.451588,300,5,0,8982,0,1,0,0,0),(109789,25748,571,1,1,22633,0,3991.61,5132.13,-0.755901,5.00986,300,5,0,8982,0,1,0,0,0),(109790,30868,571,1,1,27358,1,5512.65,-908.4,170.749,0.334329,300,5,0,9416,12688,1,0,0,0),(109791,30868,571,1,1,27358,1,5532.47,-937.247,179.448,1.37575,300,5,0,9416,12688,1,0,0,0),(109792,30868,571,1,1,27358,1,5539.44,-897.787,170.086,0.554895,300,5,0,9416,12688,1,0,0,0),(109793,29332,571,1,1,27866,1,6704.81,-4366.53,476.372,3.78622,300,0,0,11001,3643,2,0,0,0),(109794,25748,571,1,1,22633,0,3822.61,4988.63,-1.38499,6.20439,300,5,0,8982,0,1,0,0,0),(109795,29332,571,1,1,27865,1,6830.38,-4727.32,500.157,4.5864,300,0,0,11001,3643,2,0,0,0),(109796,24212,571,1,1,25755,1,2386.08,-5783.62,260.841,3.10669,300,0,0,7984,0,0,0,0,0),(109797,24212,571,1,1,25755,1,2391.61,-5795.36,260.864,3.80482,300,0,0,7984,0,0,0,0,0),(109798,24212,571,1,1,25755,1,2396.09,-5779.37,261.145,4.08407,300,0,0,7984,0,0,0,0,0),(109799,24212,571,1,1,25755,1,1930.11,-5618.83,218.048,3.31613,300,0,0,7984,0,0,0,0,0),(109800,24212,571,1,1,25755,1,1866.98,-5513.78,200.095,0.20944,300,0,0,7984,0,0,0,0,0),(109801,25748,571,1,1,22633,0,3821.45,5116.07,-1.38499,1.27626,300,5,0,8982,0,1,0,0,0),(109802,27284,571,1,1,24498,1,3892.15,-898.545,116.703,4.74729,300,0,0,9291,0,0,0,0,0),(109803,27284,571,1,1,24496,1,3973.33,-916.896,105.057,3.79027,300,5,0,9291,0,1,0,0,0),(109804,27284,571,1,1,24496,1,3954.32,-896.768,104.034,4.78191,300,5,0,9291,0,1,0,0,0),(109805,24212,571,1,1,25755,1,1966.86,-5338.09,202.885,4.69494,300,0,0,7984,0,0,0,0,0),(109806,24212,571,1,1,25755,1,1933.28,-5339.94,201.4,4.72984,300,0,0,7984,0,0,0,0,0),(109807,24212,571,1,1,25755,1,1920.46,-5315.75,202.904,3.10669,300,0,0,7984,0,0,0,0,0),(109808,24212,571,1,1,25755,1,1913.36,-5625.47,215.1,0.890118,300,0,0,7984,0,0,0,0,0),(109809,24212,571,1,1,25755,1,1934.23,-5292.21,201.083,2.18166,300,0,0,7984,0,0,0,0,0),(109810,24212,571,1,1,25755,1,1967.5,-5283.26,201.161,2.04204,300,0,0,7984,0,0,0,0,0),(109812,24212,571,1,1,25755,1,1878.62,-5529.22,200.451,1.91986,300,0,0,7984,0,0,0,0,0),(132610,23068,530,1,1,20603,1,-3680.53,3294.17,312.271,1.85503,180,5,0,6032,7332,1,0,0,0),(132572,21787,530,1,1,20682,1,-3888.48,3686.15,335.73,0.012985,180,0,0,5744,3231,0,0,0,0),(109815,24212,571,1,1,25755,1,1945.54,-5684.88,215.905,0.523599,300,0,0,7984,0,0,0,0,0),(109816,24212,571,1,1,25755,1,1954.28,-5683.53,215.896,3.00197,300,0,0,7984,0,0,0,0,0),(109817,24212,571,1,1,25755,1,1948.04,-5647.04,213.08,1.64061,300,0,0,7984,0,0,0,0,0),(109818,24212,571,1,1,25755,1,1950.96,-5666.64,213.113,4.62512,300,0,0,7984,0,0,0,0,0),(109819,24212,571,1,1,25755,1,1966.15,-5391.06,200.747,2.42601,300,0,0,7984,0,0,0,0,0),(109820,24212,571,1,1,25755,1,1950.33,-5394.22,201.226,1.32645,300,0,0,7984,0,0,0,0,0),(109821,28564,571,1,1,16159,0,5002.08,-1885.42,231.441,0.716318,300,5,0,10282,0,1,0,0,0),(109822,28564,571,1,1,16159,0,5013.53,-1802.98,242.128,6.05093,300,5,0,10282,0,1,0,0,0),(109823,24212,571,1,1,25755,1,2143.51,-5661.85,224.489,0.767945,300,0,0,7984,0,0,0,0,0),(109824,24212,571,1,1,25755,1,2152.14,-5640.05,223.797,4.17134,300,0,0,7984,0,0,0,0,0),(109825,24212,571,1,1,25755,1,2134.67,-5641.69,223.473,5.39307,300,0,0,7984,0,0,0,0,0),(109826,24212,571,1,1,25755,1,2191.99,-5739.59,227.09,3.66519,300,0,0,7984,0,0,0,0,0),(109827,24212,571,1,1,25755,1,1884.32,-5506.15,200.081,4.59022,300,0,0,7984,0,0,0,0,0),(109828,24212,571,1,1,25755,1,2196.53,-5754.85,226.982,2.80998,300,0,0,7984,0,0,0,0,0),(109829,24212,571,1,1,25755,1,2160.35,-5788.6,222.952,0.890118,300,0,0,7984,0,0,0,0,0),(109830,24212,571,1,1,25755,1,2200.35,-5681.68,228.393,2.56563,300,0,0,7984,0,0,0,0,0),(109831,24212,571,1,1,25755,1,2181.54,-5759.76,225.887,1.01229,300,0,0,7984,0,0,0,0,0),(109832,24212,571,1,1,25755,1,2119.79,-5814.78,223.677,2.18166,300,0,0,7984,0,0,0,0,0),(109833,24212,571,1,1,25755,1,2144.78,-5799.92,222.757,3.76991,300,0,0,7984,0,0,0,0,0),(109834,24212,571,1,1,25755,1,2112.59,-5813.97,223.694,0.820305,300,0,0,7984,0,0,0,0,0),(109835,24212,571,1,1,25755,1,2200.04,-5584.95,230.204,3.29867,300,0,0,7984,0,0,0,0,0),(109836,24212,571,1,1,25755,1,2190.02,-5583.47,230.166,5.2709,300,0,0,7984,0,0,0,0,0),(109837,24212,571,1,1,25755,1,2139.42,-5472.92,238.745,1.02974,300,0,0,7984,0,0,0,0,0),(109838,24212,571,1,1,25755,1,2160.06,-5480.53,241.205,4.74729,300,0,0,7984,0,0,0,0,0),(109839,25748,571,1,1,22633,0,3848.2,5047.92,-0.581763,3.64997,300,5,0,8982,0,1,0,0,0),(109840,28564,571,1,1,16159,0,5131.77,-1864.33,248.464,5.48676,300,5,0,10282,0,1,0,0,0),(109841,28564,571,1,1,16159,0,4980.99,-1513.28,236,1.3671,300,5,0,10282,0,1,0,0,0),(109842,28564,571,1,1,16159,0,4988.69,-1475.22,240.567,0.241938,300,5,0,10282,0,1,0,0,0),(109843,28564,571,1,1,16159,0,4912.66,-1495.54,241.117,3.0479,300,5,0,10282,0,1,0,0,0),(109844,25748,571,1,1,22633,0,3910.78,5093.1,-1.49379,2.44827,300,5,0,8982,0,1,0,0,0),(109845,25748,571,1,1,22633,0,3943.7,5099,-0.3672,0.747169,300,5,0,8982,0,1,0,0,0),(109846,25748,571,1,1,22633,0,3952.71,5145.97,-1.3941,3.69323,300,5,0,8982,0,1,0,0,0),(109847,25748,571,1,1,22633,0,3864.21,5081.08,-1.385,3.82322,300,5,0,8982,0,1,0,0,0),(109848,30868,571,1,1,27358,1,5283.51,-897.917,179.313,0.050898,300,5,0,9416,12688,1,0,0,0),(109849,25748,571,1,1,22633,0,3611.27,5002.64,-0.632051,0.490138,300,5,0,8982,0,1,0,0,0),(109850,30868,571,1,1,27358,1,5463.46,-629.397,157.36,4.50714,300,5,0,9416,12688,1,0,0,0),(109851,30868,571,1,1,27358,1,5464.32,-584.177,158.389,1.31577,300,5,0,9416,12688,1,0,0,0),(109852,30868,571,1,1,27358,1,5460.14,-810.488,154.553,5.02064,300,5,0,9416,12688,1,0,0,0),(109853,30868,571,1,1,27358,1,5470.53,-761.591,152.226,5.51979,300,5,0,9416,12688,1,0,0,0),(109854,30868,571,1,1,27358,1,5415.21,-690.371,163.44,2.80053,300,5,0,9416,12688,1,0,0,0),(109855,30868,571,1,1,27358,1,5480.32,-710.99,152.421,2.42809,300,5,0,9416,12688,1,0,0,0),(109856,29332,571,1,1,27865,1,6646.08,-4746.05,497.226,5.66865,300,0,0,11001,3643,2,0,0,0),(109857,28564,571,1,1,16159,0,5056.98,-1793.56,242.113,2.63171,300,5,0,10282,0,1,0,0,0),(109858,25748,571,1,1,22633,0,3689.72,5002.32,-1.50333,5.8497,300,5,0,8982,0,1,0,0,0),(109859,25748,571,1,1,22633,0,3649.7,4960.54,-1.20143,3.80877,300,5,0,8982,0,1,0,0,0),(109860,28564,571,1,1,16159,0,5333.5,-1626.05,233.667,2.28779,300,5,0,10282,0,1,0,0,0),(109861,25748,571,1,1,22633,0,3918.69,5132.38,-1.385,5.62719,300,5,0,8982,0,1,0,0,0),(109862,28564,571,1,1,16159,0,5102.61,-1786.4,240.462,5.56609,300,5,0,10282,0,1,0,0,0),(109864,28564,571,1,1,16159,0,4995.51,-1490.61,239.467,3.11527,300,0,0,10282,0,0,0,0,0),(109865,28564,571,1,1,16159,0,5373.65,-1654.52,247.302,2.89499,300,5,0,10282,0,1,0,0,0),(109866,28564,571,1,1,16159,0,5382.8,-1717.36,241.33,1.70774,300,5,0,10282,0,1,0,0,0),(109867,28564,571,1,1,16159,0,5202.16,-1618.82,236.613,4.19386,300,5,0,10282,0,1,0,0,0),(109868,28564,571,1,1,16159,0,5248.21,-1677.47,235.384,1.26415,300,5,0,10282,0,1,0,0,0),(109869,28564,571,1,1,16159,0,5186.98,-1750.52,241.24,4.95647,300,5,0,10282,0,1,0,0,0),(109870,28564,571,1,1,16159,0,4973.86,-1619.46,238.518,0.340593,300,5,0,10282,0,1,0,0,0),(109871,28564,571,1,1,16159,0,4996.98,-1681,244.157,2.09479,300,5,0,10282,0,1,0,0,0),(109872,28564,571,1,1,16159,0,4981.78,-1525,234.915,6.03242,300,0,0,10282,0,0,0,0,0),(109873,28564,571,1,1,16159,0,5176.78,-1790.18,245.178,4.12952,300,5,0,10282,0,1,0,0,0),(109874,28564,571,1,1,16159,0,5196.83,-1487.9,239.248,3.38957,300,5,0,10282,0,1,0,0,0),(109875,28564,571,1,1,16159,0,5066.96,-1565.38,237.023,5.18533,300,5,0,10282,0,1,0,0,0),(109876,28564,571,1,1,16159,0,5093.92,-1713.66,237.138,6.05861,300,5,0,10282,0,1,0,0,0),(109877,28564,571,1,1,16159,0,5040.77,-1623.87,237.798,1.93503,300,0,0,10282,0,0,0,0,0),(109878,28564,571,1,1,16159,0,5345.52,-1488.58,238.923,4.32422,300,5,0,10282,0,1,0,0,0),(109879,28564,571,1,1,16159,0,5261.92,-1591.99,231.144,5.39849,300,5,0,10282,0,1,0,0,0),(109880,28564,571,1,1,16159,0,5130.26,-1520,235.348,5.38624,300,5,0,10282,0,1,0,0,0),(109881,25748,571,1,1,22633,0,3799.45,5033.85,-1.38499,3.48761,300,5,0,8982,0,1,0,0,0),(109882,25748,571,1,1,22633,0,3887.98,5281.83,13.1236,5.6867,300,5,0,8982,0,1,0,0,0),(109883,25748,571,1,1,22633,0,3949.54,5247.29,13.1236,3.26377,300,5,0,8982,0,1,0,0,0),(109884,25748,571,1,1,22633,0,3886.09,5193.58,13.1127,1.39507,300,5,0,8982,0,1,0,0,0),(109885,25748,571,1,1,22633,0,3990.26,5137.1,-0.857873,2.30696,300,5,0,8982,0,1,0,0,0),(109886,29844,571,1,1,26177,0,7078.97,-1131.35,925.048,5.70693,300,5,0,11770,3809,1,0,0,0),(109887,29844,571,1,1,26177,0,7304.56,-1108.57,939.023,2.08857,300,5,0,11770,3809,1,0,0,0),(109888,29844,571,1,1,26177,0,7276.19,-1107.46,939.277,3.78745,300,5,0,11770,3809,1,0,0,0),(109889,30868,571,1,1,27358,1,5568.18,-935.495,185.54,5.4435,300,5,0,9416,12688,1,0,0,0),(109890,30868,571,1,1,27358,1,5537.46,-897.547,169.649,3.78173,300,5,0,9416,12688,1,0,0,0),(109891,30868,571,1,1,27358,1,5504.62,-909.175,168.907,3.69978,300,5,0,9416,12688,1,0,0,0),(109892,29844,571,1,1,26177,0,7165.31,-1137.07,935.83,5.79449,300,0,0,11770,3809,0,0,0,0),(109893,29844,571,1,1,26177,0,7245.94,-1120.8,941.081,0.530271,300,5,0,11770,3809,1,0,0,0),(109894,29844,571,1,1,26177,0,7225.68,-1067.53,941.099,2.2808,300,5,0,11770,3809,1,0,0,0),(109895,29844,571,1,1,26177,0,7263.1,-1062.36,941.915,1.35853,300,5,0,11770,3809,1,0,0,0),(109896,29844,571,1,1,26177,0,7283.68,-1109.5,939.007,3.56857,300,5,0,11770,3809,1,0,0,0),(109897,29844,571,1,1,26177,0,7265.24,-1071.89,940.405,0.986086,300,5,0,11770,3809,1,0,0,0),(109898,29844,571,1,1,26177,0,7273.74,-1144.55,939.401,4.63246,300,5,0,11770,3809,1,0,0,0),(109900,28564,571,1,1,16159,0,5358.7,-1663.62,245.014,4.43864,300,5,0,10282,0,1,0,0,0),(109901,28564,571,1,1,16159,0,5346.03,-1479.18,240.806,2.46419,300,5,0,10282,0,1,0,0,0),(109903,30868,571,1,1,27358,1,5454.13,-631.297,156.985,2.4666,300,5,0,9416,12688,1,0,0,0),(109904,30868,571,1,1,27358,1,5494.74,-735.38,149.851,6.18927,300,5,0,9416,12688,1,0,0,0),(109905,29844,571,1,1,26177,0,7111.39,-1116.59,923.595,5.62808,300,5,0,11770,3809,1,0,0,0),(109906,29844,571,1,1,26177,0,7115.35,-1141.08,924.403,4.97051,300,5,0,11770,3809,1,0,0,0),(109907,27029,571,1,1,24243,1,3252.76,-684.58,168.15,0.959931,300,0,0,9291,0,0,0,0,0),(109908,26261,571,1,1,12814,0,5022.68,-4829.64,283.474,1.02974,300,0,0,30846,10398,0,0,0,0),(109909,26261,571,1,1,12814,0,4954.16,-4734.24,287.264,0.15708,300,0,0,30846,10398,0,0,0,0),(109910,26261,571,1,1,12814,0,5036.92,-4836.47,285.7,1.25664,300,0,0,30846,10398,0,0,0,0),(109911,26261,571,1,1,12814,0,5038.69,-4768.34,302.404,3.40339,300,0,0,30846,10398,0,0,0,0),(109912,26261,571,1,1,12814,0,5059.74,-4785.45,296.321,2.86234,300,0,0,30846,10398,0,0,0,0),(109913,26261,571,1,1,12814,0,4982.83,-4793.33,286.901,0.279253,300,0,0,30846,10398,0,0,0,0),(109914,28309,571,1,1,25291,1,5373.76,-2606.51,304.037,3.56047,300,0,0,11770,3809,0,0,0,0),(109915,27285,571,1,1,17255,0,3654.04,-1408.78,181.165,3.76658,300,0,0,79520,0,2,0,0,0),(109916,27285,571,1,1,17255,0,3541.13,-1202.75,185.657,2.12817,300,0,0,79520,0,2,0,0,0),(109919,26261,571,1,1,12814,0,5009.42,-4723.11,297.773,3.80482,300,0,0,30846,10398,0,0,0,0),(109920,26261,571,1,1,12814,0,5005.06,-4815.92,285.397,0.837758,300,0,0,30846,10398,0,0,0,0),(109921,26261,571,1,1,12814,0,4972.74,-4773.39,286.565,0.331613,300,0,0,30846,10398,0,0,0,0),(109922,26261,571,1,1,12814,0,4945.86,-4711.92,286.71,6.24828,300,0,0,30846,10398,0,0,0,0),(109923,26261,571,1,1,12814,0,4961.38,-4754.53,285.805,0.087266,300,0,0,30846,10398,0,0,0,0),(109924,23957,571,1,1,11686,0,1578.04,-6253.95,15.409,2.30383,300,0,0,4120,0,0,0,0,0),(109925,26261,571,1,1,12814,0,4998.26,-4693.89,302.694,3.92699,300,0,0,30846,10398,0,0,0,0),(109926,26261,571,1,1,12814,0,5022.16,-4746.87,300.471,3.66519,300,0,0,30846,10398,0,0,0,0),(109927,27285,571,1,1,17255,0,3752.15,-1149.82,203.368,4.58188,300,0,0,79520,0,2,0,0,0),(109928,26261,571,1,1,12814,0,5145.35,-4791.31,294.002,6.16101,300,0,0,30846,10398,0,0,0,0),(109929,26261,571,1,1,12814,0,5132.33,-4767.02,292.7,0.226893,300,0,0,30846,10398,0,0,0,0),(109930,27797,571,1,1,24829,0,3524.99,-1116.47,83.6707,2.71032,300,5,0,9940,0,1,0,0,0),(109931,26261,571,1,1,12814,0,5079.45,-4699.8,285.519,0.314159,300,0,0,30846,10398,0,0,0,0),(109932,26261,571,1,1,12814,0,5100.86,-4734.59,287.101,0.767945,300,0,0,30846,10398,0,0,0,0),(109933,28565,571,1,1,28283,0,5004.69,-1937.93,243.343,4.69227,300,0,0,10635,0,0,0,0,0),(109934,24469,571,1,1,24848,0,2560.05,5833.22,34.161,0.942478,300,0,0,39920,0,0,0,0,0),(207350,33550,571,1,256,0,0,6515.65,2256.65,482.604,0,120,8,0,1,0,1,0,0,0),(109936,28565,571,1,1,28283,0,4991.16,-1571.04,237.166,1.53078,300,5,0,10635,0,1,0,0,0),(109937,26261,571,1,1,12814,0,5151.07,-4820.15,292.152,0.261799,300,0,0,30846,10398,0,0,0,0),(109938,26261,571,1,1,12814,0,5169.67,-4841.07,297.097,0.663225,300,0,0,30846,10398,0,0,0,0),(109939,26261,571,1,1,12814,0,5153.39,-4634.58,286.796,0.941625,300,10,0,30846,10398,1,0,0,0),(109940,26261,571,1,1,12814,0,5280.68,-4717.15,298.168,3.00824,300,10,0,30846,10398,1,0,0,0),(109941,26261,571,1,1,12814,0,5098.05,-4719.05,287.822,0.321751,300,5,0,30846,10398,1,0,0,0),(109942,26261,571,1,1,12814,0,5273.24,-4781.63,298.096,0.862235,300,10,0,30846,10398,1,0,0,0),(109943,26261,571,1,1,12814,0,5172.3,-4759.53,294.961,0.578791,300,5,0,30846,10398,1,0,0,0),(109944,26261,571,1,1,12814,0,5345.67,-4711.17,305.889,2.66646,300,10,0,30846,10398,1,0,0,0),(109945,26347,571,1,1,0,0,3268.37,-5079.97,340.977,1.05734,300,0,0,30846,10398,2,0,0,0),(109946,26261,571,1,1,12814,0,5064.66,-4682.07,287.521,0.15708,300,0,0,30846,10398,0,0,0,0),(109947,26261,571,1,1,12814,0,5335.85,-4790.75,300.565,-3.04136,300,10,0,30846,10398,1,0,0,0),(109948,26347,571,1,1,0,0,3332.51,-5175.13,331.754,1.24997,300,0,0,30846,10398,2,0,0,0),(109949,26261,571,1,1,12814,0,5393.85,-4776.82,304.809,1.86604,300,10,0,30846,10398,1,0,0,0),(109950,26261,571,1,1,12814,0,5297.76,-4862.49,302.517,1.39216,300,10,0,30846,10398,1,0,0,0),(109951,26261,571,1,1,12814,0,5239.44,-4850.56,299.481,1.32585,300,5,0,30846,10398,1,0,0,0),(109952,26261,571,1,1,12814,0,5143.07,-4778.62,293.98,0.578791,300,5,0,30846,10398,1,0,0,0),(109953,26261,571,1,1,12814,0,5170.64,-4694.91,288.493,0.317674,300,10,0,30846,10398,1,0,0,0),(109954,26261,571,1,1,12814,0,5180.57,-4861.61,297.629,1.20428,300,0,0,30846,10398,0,0,0,0),(109955,26261,571,1,1,12814,0,5082.64,-4724.19,287.5,0.321751,300,5,0,30846,10398,1,0,0,0),(109956,26261,571,1,1,12814,0,5081.29,-4664.54,287.484,0.785398,300,5,0,30846,10398,1,0,0,0),(109957,28565,571,1,1,28283,0,5312.1,-1684.88,234.094,5.95714,300,0,0,10635,0,0,0,0,0),(109958,24469,571,1,1,24848,0,2542.54,5888.65,26.7951,6.19592,300,0,0,39920,0,0,0,0,0),(109959,28565,571,1,1,28283,0,5050.86,-1815.88,242.622,3.28802,300,0,0,10635,0,0,0,0,0),(109960,28565,571,1,1,28283,0,5238.81,-1575.23,234.089,4.36687,300,5,0,10635,0,1,0,0,0),(109961,28565,571,1,1,28283,0,5215.8,-1778.41,239.204,4.79192,300,0,0,10635,0,0,0,0,0),(109962,28565,571,1,1,28283,0,4997.87,-1573.07,237.935,1.68359,300,5,0,10635,0,1,0,0,0),(109963,28565,571,1,1,28283,0,5246.56,-1738.47,238.164,5.06203,300,5,0,10635,0,1,0,0,0),(109964,28565,571,1,1,28283,0,5174.42,-1840.15,243.236,2.83591,300,5,0,10635,0,1,0,0,0),(109965,28565,571,1,1,28283,0,5190.94,-1612.73,235.996,5.52418,300,5,0,10635,0,1,0,0,0),(109966,28565,571,1,1,28283,0,5041.83,-1694.64,242.733,0.633956,300,5,0,10635,0,1,0,0,0),(109967,28565,571,1,1,28283,0,5225.05,-1639.58,235.421,3.75988,300,5,0,10635,0,1,0,0,0),(109968,28565,571,1,1,28283,0,5257.83,-1675.05,235.884,4.85218,300,0,0,10635,0,0,0,0,0),(109969,28565,571,1,1,28283,0,5218.55,-1722.07,235.578,1.95374,300,0,0,10635,0,0,0,0,0),(109970,28565,571,1,1,28283,0,5234.68,-1703.05,236.034,0.128651,300,0,0,10635,0,0,0,0,0),(109971,28565,571,1,1,28283,0,5069.33,-1862.79,253.687,5.71848,300,0,0,10635,0,0,0,0,0),(109972,28565,571,1,1,28283,0,5183.12,-1736.8,237.46,3.36848,300,0,0,10635,0,0,0,0,0),(109973,28565,571,1,1,28283,0,5126.34,-1713.71,235.773,5.0746,300,5,0,10635,0,1,0,0,0),(109974,28565,571,1,1,28283,0,5014.39,-1651.84,242.359,3.70853,300,5,0,10635,0,1,0,0,0),(109975,28565,571,1,1,28283,0,5105.51,-1716.42,238.023,4.33974,300,0,0,10635,0,0,0,0,0),(109976,28565,571,1,1,28283,0,5068.57,-1567.29,236.544,1.3528,300,0,0,10635,0,0,0,0,0),(109977,28565,571,1,1,28283,0,5045.05,-1532.3,240.544,4.85489,300,5,0,10635,0,1,0,0,0),(109978,28565,571,1,1,28283,0,5147.65,-1757.66,238.241,5.85179,300,0,0,10635,0,0,0,0,0),(109979,24469,571,1,1,24848,0,2533.99,5818.89,-12.4732,0.279253,300,0,0,39920,0,0,0,0,0),(109980,28565,571,1,1,28283,0,5062.74,-1754.15,234.819,2.25149,300,5,0,10635,0,1,0,0,0),(109981,28565,571,1,1,28283,0,5071.74,-1680.02,235.711,6.19129,300,5,0,10635,0,1,0,0,0),(109982,28565,571,1,1,28283,0,5049.08,-1594.3,234.715,3.96874,300,5,0,10635,0,1,0,0,0),(109983,28565,571,1,1,28283,0,5089.28,-1547.15,239.885,2.9915,300,0,0,10635,0,0,0,0,0),(109984,28565,571,1,1,28283,0,5177.05,-1838.56,242.47,0.952599,300,0,0,10635,0,0,0,0,0),(109985,25238,571,1,1,23005,1,2339.37,5263.58,7.71745,3.94444,300,0,0,7984,0,0,0,0,0),(109986,27542,571,1,1,6371,0,3619.35,1198.11,143.144,5.91667,300,30,0,49700,0,1,0,0,0),(109987,27030,571,1,1,24244,0,3252.89,-688.319,167.255,3.28122,300,0,0,9940,3387,0,0,0,0),(109989,27542,571,1,1,6371,0,3599.89,766.125,78.5751,0.855211,300,30,0,49700,0,1,0,0,0),(109990,27542,571,1,1,6371,0,3861.88,664.811,66.0727,2.21657,300,30,0,49700,0,1,0,0,0),(109991,29334,571,1,1,8472,0,6350.14,-4548.4,451.53,0.772201,300,5,0,11001,0,1,0,0,0),(109992,29334,571,1,1,8472,0,6750.31,-4950.57,451.595,0.480287,300,0,0,11001,0,0,0,0,0),(109993,29334,571,1,1,1340,0,6324.68,-4424.36,455.019,4.43537,300,5,0,11001,0,1,0,0,0),(109994,27542,571,1,1,6371,0,3659.49,1202.75,143.639,1.93945,300,30,0,49700,0,1,0,0,0),(109995,27542,571,1,1,6371,0,3770,692.283,96.3699,2.82653,300,30,0,49700,0,1,0,0,0),(109996,29334,571,1,1,8472,0,6373.39,-4579.01,453.838,5.55719,300,5,0,11001,0,1,0,0,0),(125611,30102,571,1,1,0,0,5697.56,-2985.96,303.629,0.331613,120,0,0,1,0,0,0,0,0),(125610,30102,571,1,1,0,0,5691.04,-2993.65,307.44,0.0535806,120,0,0,1,0,0,0,0,0),(109999,28054,571,1,1,25072,0,5536.08,5752.39,-79.0741,-0.017452,300,0,0,11379,0,0,0,0,0),(110000,27286,571,1,1,533,1,3741.67,-1458.33,136.378,5.63196,300,5,0,9610,0,1,0,0,0),(110001,27542,571,1,1,6371,0,3843.21,655.064,73.6523,1.64061,300,30,0,49700,0,1,0,0,0),(110002,29334,571,1,1,1340,0,6726.21,-4170.69,457.737,4.38378,300,0,0,11001,0,0,0,0,0),(110003,29334,571,1,1,8472,0,7144.32,-4427.61,453.309,3.31429,300,5,0,11001,0,1,0,0,0),(125609,30102,571,1,1,0,0,5723.33,-3040.88,303.629,0.331613,120,0,0,1,0,0,0,0,0),(125608,15214,571,1,1,0,0,5824.51,-2955.57,296.551,0.994838,120,0,0,1,0,0,0,0,0),(110006,27542,571,1,1,6371,0,3615.46,753.809,85.6602,1.36136,300,30,0,49700,0,1,0,0,0),(125607,15214,571,1,1,0,0,5796.06,-3015.99,286.615,4.97419,120,0,0,1,0,0,0,0,0),(125606,15214,571,1,1,0,0,5816.96,-2972.93,290.276,3.33358,120,0,0,1,0,0,0,0,0),(110009,29334,571,1,1,1340,0,7104.28,-4275.63,451.825,1.59521,300,5,0,11001,0,1,0,0,0),(110010,29334,571,1,1,1340,0,6850.29,-4943.41,451.651,2.51679,300,0,0,11001,0,0,0,0,0),(110011,29334,571,1,1,8472,0,7097.19,-4405.1,450.826,5.11829,300,5,0,11001,0,1,0,0,0),(110012,29334,571,1,1,8472,0,6480.96,-4669.88,450.643,5.64057,300,5,0,11001,0,1,0,0,0),(110013,29334,571,1,1,8472,0,6527.81,-4741.75,454.766,6.03572,300,0,0,11001,0,0,0,0,0),(110014,29334,571,1,1,8472,0,6257.46,-4454.81,450.643,0.451957,300,0,0,11001,0,0,0,0,0),(110015,29334,571,1,1,8472,0,6851.66,-4944.33,451.557,3.10443,300,0,0,11001,0,0,0,0,0),(110016,29334,571,1,1,1340,0,6750,-4940.82,451.159,4.93754,300,5,0,11001,0,1,0,0,0),(110017,29334,571,1,1,1340,0,6936.59,-4264.15,451.179,2.6338,300,5,0,11001,0,1,0,0,0),(110018,28566,571,1,1,25516,0,5545.45,5767.53,-77.8042,5.39307,300,0,0,10635,0,0,0,0,0),(110019,27286,571,1,1,533,1,3779.47,-1454.94,143.545,3.23989,300,5,0,9610,0,1,0,0,0),(110020,29334,571,1,1,1340,0,6537.57,-4643.83,450.643,2.74006,300,0,0,11001,0,0,0,0,0),(110021,29334,571,1,1,1340,0,6623.28,-4676.85,450.819,2.12629,300,5,0,11001,0,1,0,0,0),(110022,29334,571,1,1,8472,0,6376.72,-4356.5,450.968,6.23933,300,5,0,11001,0,1,0,0,0),(110023,29334,571,1,1,1340,0,6691.2,-4902.91,461.006,0.131451,300,5,0,11001,0,1,0,0,0),(110024,25750,571,1,1,15903,0,3839.69,5019.47,-1.38499,1.51239,300,5,0,8982,0,1,0,0,0),(110025,29334,571,1,1,8472,0,7037.57,-4244.69,450.174,5.83432,300,5,0,11001,0,1,0,0,0),(110026,27286,571,1,1,7848,1,3713.38,-1283.89,119.092,0.993585,300,5,0,9610,0,1,0,0,0),(110027,27286,571,1,1,533,1,3643.68,-1286.35,112.455,4.64575,300,5,0,9610,0,1,0,0,0),(110028,27286,571,1,1,533,1,3688.84,-1312.08,118.354,4.75012,300,5,0,9610,0,1,0,0,0),(110029,27286,571,1,1,533,1,3775.55,-1374.19,135.804,3.58608,300,5,0,9610,0,1,0,0,0),(110030,27286,571,1,1,533,1,3673.91,-1381.14,131.317,4.36162,300,5,0,9610,0,1,0,0,0),(110031,27286,571,1,1,533,1,3685.6,-1418.18,135.911,1.91812,300,5,0,9610,0,1,0,0,0),(110032,27286,571,1,1,7848,1,3575.45,-1347.05,107.754,0.609126,300,5,0,9610,0,1,0,0,0),(110033,27286,571,1,1,533,1,3593.7,-1261.31,111.974,4.95378,300,5,0,9610,0,1,0,0,0),(110034,27286,571,1,1,7848,1,3761.03,-1323.53,135.162,1.17803,300,5,0,9610,0,1,0,0,0),(110035,27286,571,1,1,7848,1,3752.35,-1375.61,134.19,4.83145,300,5,0,9610,0,1,0,0,0),(110036,27286,571,1,1,533,1,3621.1,-1415.16,108.423,1.13469,300,5,0,9610,0,1,0,0,0),(110037,25750,571,1,1,15903,0,3922.42,5212.88,13.1652,4.64759,300,5,0,8982,0,1,0,0,0),(110038,29334,571,1,1,1340,0,6505.5,-4339.02,450.643,4.99536,300,0,0,11001,0,0,0,0,0),(110039,27542,571,1,1,6371,0,3658.92,866.215,66.3246,0.939305,300,30,0,49700,0,1,0,0,0),(110040,25750,571,1,1,15903,0,3674.16,4990.56,-1.43005,1.46204,300,5,0,8982,0,1,0,0,0),(110041,23958,571,1,1,22185,0,2532.56,-3146.5,130.057,4.35362,300,5,0,8982,0,1,0,0,0),(110042,23958,571,1,1,22185,0,2370.35,-3195.6,154.378,4.99712,300,5,0,8982,0,1,0,0,0),(110043,23958,571,1,1,22185,0,2444.6,-3123.67,146.302,3.24824,300,5,0,8982,0,1,0,0,0),(110044,23958,571,1,1,22185,0,2546.46,-3125.46,127.798,1.63139,300,5,0,8982,0,1,0,0,0),(110045,29334,571,1,1,8472,0,6930.95,-4184.67,451.06,4.19067,300,0,0,11001,0,0,0,0,0),(110046,29334,571,1,1,8472,0,6445.84,-4326.18,452.339,5.94844,300,5,0,11001,0,1,0,0,0),(110047,23958,571,1,1,22185,0,2729.74,-3098.51,111.314,5.46598,300,5,0,8982,0,1,0,0,0),(110048,25750,571,1,1,15903,0,3848.67,5116.86,-1.385,2.74177,300,5,0,8982,0,1,0,0,0),(110049,25750,571,1,1,15903,0,3610.94,4979.85,-1.64804,4.17237,300,5,0,8982,0,1,0,0,0),(110050,29334,571,1,1,8472,0,6658.28,-4182.53,454.114,3.45747,300,5,0,11001,0,1,0,0,0),(110051,29334,571,1,1,8472,0,6721.7,-4224.71,457.006,2.55199,300,0,0,11001,0,0,0,0,0),(110052,23958,571,1,1,22185,0,2457.14,-3152.34,143.41,0.829063,300,5,0,8982,0,1,0,0,0),(110053,23958,571,1,1,22185,0,2429.13,-3179.5,149.905,1.56197,300,5,0,8982,0,1,0,0,0),(110054,23958,571,1,1,22185,0,2467.46,-3048.88,138.996,4.39156,300,5,0,8982,0,1,0,0,0),(110055,29334,571,1,1,8472,0,6833.98,-4173.34,458.437,0.062541,300,5,0,11001,0,1,0,0,0),(110056,23958,571,1,1,22185,0,2498.04,-3034.18,126.505,2.10351,300,5,0,8982,0,1,0,0,0),(110057,29334,571,1,1,8472,0,6737.23,-4719.81,450.643,2.41572,300,5,0,11001,0,1,0,0,0),(110058,29334,571,1,1,8472,0,6749.35,-4824.66,453.033,5.99946,300,5,0,11001,0,1,0,0,0),(110059,23958,571,1,1,22185,0,2376.49,-3168.81,154.715,1.23786,300,5,0,8982,0,1,0,0,0),(110060,23958,571,1,1,22185,0,2455.56,-3165.59,146.159,1.57763,300,5,0,8982,0,1,0,0,0),(110061,23958,571,1,1,22185,0,2514.69,-3023.38,121.141,0.650337,300,5,0,8982,0,1,0,0,0),(110062,23958,571,1,1,22185,0,2434.34,-3149.75,147.137,2.31058,300,5,0,8982,0,1,0,0,0),(110063,25750,571,1,1,15903,0,3786.21,5112.57,-1.39552,3.77452,300,5,0,8982,0,1,0,0,0),(110064,25750,571,1,1,15903,0,3909.43,5276.28,13.1652,5.9277,300,5,0,8982,0,1,0,0,0),(110065,25750,571,1,1,15903,0,3840.67,5197.14,13.1236,0.593412,300,0,0,8982,0,0,0,0,0),(110066,25750,571,1,1,15903,0,3992.25,5269.01,13.1236,1.18682,300,0,0,8982,0,0,0,0,0),(110067,25750,571,1,1,15903,0,3920.37,5218.35,13.1652,2.32715,300,5,0,8982,0,1,0,0,0),(110068,25750,571,1,1,15903,0,3914.53,5273.02,13.1652,0.425244,300,5,0,8982,0,1,0,0,0),(110070,29590,571,1,1,26715,0,7459.58,132.299,768.328,2.1293,300,0,0,12600,0,0,0,0,0),(110071,29590,571,1,1,26715,0,7448.86,302.587,771.315,4.60767,300,0,0,12600,0,0,0,0,0),(110072,29590,571,1,1,26715,0,7462.62,199.231,768.731,2.9147,300,0,0,12600,0,0,0,0,0),(110073,29590,571,1,1,26715,0,7420.03,257.465,768.803,5.41052,300,0,0,12600,0,0,0,0,0),(110074,30103,571,1,1,21072,0,7251.28,-95.4954,775.509,4.11898,300,5,0,12126,0,1,0,0,0),(110075,30103,571,1,1,21072,0,7415.49,-54.7268,815.524,4.36332,300,5,0,12126,0,1,0,0,0),(110076,30103,571,1,1,21072,0,7314.03,115.86,791.953,1.5708,300,5,0,12126,0,1,0,0,0),(110077,30103,571,1,1,21072,0,7406.45,-39.3767,802.169,0.279253,300,5,0,12126,0,1,0,0,0),(110078,30103,571,1,1,21072,0,7290.22,-130.605,815.659,5.67232,300,5,0,12126,0,1,0,0,0),(110079,30103,571,1,1,21072,0,7215.11,-34.6553,777.636,1.88496,300,5,0,12126,0,1,0,0,0),(110080,30103,571,1,1,21072,0,7287.31,48.145,775.363,1.58825,300,5,0,12126,0,1,0,0,0),(110081,30103,571,1,1,21072,0,7270.63,-123.039,777.312,5.53269,300,5,0,12126,0,1,0,0,0),(110082,30103,571,1,1,21072,0,7412.68,-42.1654,786.995,5.42797,300,5,0,12126,0,1,0,0,0),(110083,29079,571,1,1,21342,0,6306.38,5949.22,95.896,3.54302,300,5,0,8982,3155,1,0,0,0),(110084,30103,571,1,1,21072,0,7311.65,124.178,800.493,5.60251,300,5,0,12126,0,1,0,0,0),(110085,30103,571,1,1,21072,0,7406.81,-39.2695,788.695,3.7001,300,5,0,12126,0,1,0,0,0),(110086,30103,571,1,1,21072,0,7210.57,-36.7177,789.035,4.5204,300,5,0,12126,0,1,0,0,0),(110087,30103,571,1,1,21072,0,7294.9,105.758,811.875,4.06662,300,5,0,12126,0,1,0,0,0),(110088,30103,571,1,1,21072,0,7288.9,48.8472,775.685,3.49066,300,5,0,12126,0,1,0,0,0),(110089,30103,571,1,1,21072,0,7287.78,-136.917,808.205,1.62316,300,5,0,12126,0,1,0,0,0),(110090,30103,571,1,1,21072,0,7271.23,121.749,791.865,2.26893,300,5,0,12126,0,1,0,0,0),(110091,30103,571,1,1,21072,0,7270.96,116.718,801.897,0.506145,300,5,0,12126,0,1,0,0,0),(110092,30103,571,1,1,21072,0,7260.37,114.907,793.173,4.2586,300,5,0,12126,0,1,0,0,0),(110093,30103,571,1,1,21072,0,7300.73,104.66,810.829,2.14675,300,5,0,12126,0,1,0,0,0),(110094,27031,571,1,1,24242,0,3250.74,-683.021,167.296,3.7001,300,0,0,9291,0,0,0,0,0),(110095,30103,571,1,1,21072,0,7297.33,102.821,806.645,2.1293,300,5,0,12126,0,1,0,0,0),(110096,30103,571,1,1,21072,0,7218.16,-23.9134,816.906,1.0472,300,5,0,12126,0,1,0,0,0),(110097,30103,571,1,1,21072,0,7441.89,75.0929,774.023,5.65487,300,5,0,12126,0,1,0,0,0),(110098,30103,571,1,1,21072,0,7404.45,-38.7829,795.033,0.610865,300,5,0,12126,0,1,0,0,0),(110099,30103,571,1,1,21072,0,7422.11,-51.7734,809.051,4.10152,300,5,0,12126,0,1,0,0,0),(110100,30103,571,1,1,21072,0,7434.33,-53.4345,806.788,3.35103,300,5,0,12126,0,1,0,0,0),(110101,30103,571,1,1,21072,0,7437.26,73.2197,772.729,3.47321,300,5,0,12126,0,1,0,0,0),(110102,30103,571,1,1,21072,0,7292.46,43.1651,781.44,3.10669,300,5,0,12126,0,1,0,0,0),(110103,30103,571,1,1,21072,0,7217.49,-32.0008,819.388,3.75246,300,5,0,12126,0,1,0,0,0),(110104,30103,571,1,1,21072,0,7244.83,-100.095,777.134,0.244346,300,5,0,12126,0,1,0,0,0),(110106,26519,571,1,1,21738,1,3882.44,-1936.45,209.169,2.09439,300,0,0,6986,0,0,0,0,0),(110107,23959,571,1,1,11032,0,2688.87,-3092.34,138.926,3.26377,300,0,0,8982,0,0,0,0,0),(110108,23959,571,1,1,11032,0,2598.19,-3144.11,160.274,3.63029,300,0,0,8982,0,0,0,0,0),(110109,30103,571,1,1,21072,0,7291,-135.524,821.242,3.00197,300,5,0,12126,0,1,0,0,0),(110110,30103,571,1,1,21072,0,7318.81,121.683,787.764,4.53786,300,5,0,12126,0,1,0,0,0),(110111,30103,571,1,1,21072,0,7209.29,-38.4818,773.433,4.86947,300,5,0,12126,0,1,0,0,0),(110112,30103,571,1,1,21072,0,7290.58,39.7639,782.504,3.00197,300,5,0,12126,0,1,0,0,0),(110113,30103,571,1,1,21072,0,7281.98,-119.262,787.6,3.89208,300,5,0,12126,0,1,0,0,0),(110114,30103,571,1,1,21072,0,7279.47,-119.813,776.757,1.06465,300,5,0,12126,0,1,0,0,0),(110115,25239,571,1,1,23013,0,2352.69,5268.96,7.66896,2.89086,300,0,0,7984,0,0,0,0,0),(110116,23959,571,1,1,11032,0,2548.98,-3063.11,176.325,0.733038,300,0,0,8982,0,0,0,0,0),(110117,23959,571,1,1,11032,0,2518.66,-3298.72,172.851,5.32325,300,0,0,8982,0,0,0,0,0),(110118,23959,571,1,1,11032,0,2354.36,-3470.45,172.009,0.488692,300,0,0,8982,0,0,0,0,0),(110119,23959,571,1,1,11032,0,2490.17,-3210.54,178.154,4.7822,300,0,0,8982,0,0,0,0,0),(110120,23959,571,1,1,11032,0,2528.56,-3038.38,155.542,2.58309,300,0,0,8982,0,0,0,0,0),(110121,23959,571,1,1,11032,0,2507.23,-3089.57,176.804,2.9147,300,0,0,8982,0,0,0,0,0),(110122,23959,571,1,1,11032,0,2526.32,-3147.38,176.122,5.49779,300,0,0,8982,0,0,0,0,0),(110123,23959,571,1,1,11032,0,2434.12,-3126.77,197.338,2.00713,300,0,0,8982,0,0,0,0,0),(110124,23959,571,1,1,11032,0,2458.91,-3150.62,191.294,5.5676,300,0,0,8982,0,0,0,0,0),(110125,27799,571,1,1,24823,0,3586.54,-1136.91,89.026,1.25664,300,0,0,7688,7500,0,0,0,0),(110126,27799,571,1,1,24823,0,3546.29,-1137.47,83.7542,2.89725,300,0,0,7688,7500,0,0,0,0),(110127,27799,571,1,1,24823,0,3525.54,-1130.26,83.7542,4.31096,300,0,0,7688,7500,0,0,0,0),(110128,23959,571,1,1,11032,0,2510.04,-3283.15,170.739,1.65806,300,0,0,8982,0,0,0,0,0),(110129,23959,571,1,1,11032,0,2498.82,-3304.01,161.512,3.50811,300,0,0,8982,0,0,0,0,0),(110130,23959,571,1,1,11032,0,2308.9,-3198.01,175.368,4.24115,300,0,0,8982,0,0,0,0,0),(110131,23959,571,1,1,11032,0,2279.54,-3231.92,187.893,1.5708,300,0,0,8982,0,0,0,0,0),(110132,23959,571,1,1,11032,0,2304.44,-3221.12,173.47,2.04204,300,0,0,8982,0,0,0,0,0),(110133,23959,571,1,1,11032,0,2281.69,-3195.49,167.066,4.66003,300,0,0,8982,0,0,0,0,0),(110134,23959,571,1,1,11032,0,2318,-3175.31,174.669,1.06465,300,0,0,8982,0,0,0,0,0),(110135,23959,571,1,1,11032,0,2461.89,-3122.89,185.01,1.97222,300,0,0,8982,0,0,0,0,0),(110136,23959,571,1,1,11032,0,2492.64,-3142.49,177.973,3.61283,300,0,0,8982,0,0,0,0,0),(110137,23959,571,1,1,11032,0,2463.43,-3200.93,188.765,4.06662,300,0,0,8982,0,0,0,0,0),(110138,23959,571,1,1,11032,0,2404.47,-3202.07,177.548,0.506145,300,0,0,8982,0,0,0,0,0),(110139,23959,571,1,1,11032,0,2382.27,-3211.78,181.579,3.59538,300,0,0,8982,0,0,0,0,0),(110140,23959,571,1,1,11032,0,2485.74,-3120.09,184.767,2.54818,300,0,0,8982,0,0,0,0,0),(110141,23959,571,1,1,11032,0,2543.05,-3103.01,150.174,0.575959,300,0,0,8982,0,0,0,0,0),(110142,23959,571,1,1,11032,0,2396.89,-3184.29,175.991,0.05236,300,0,0,8982,0,0,0,0,0),(110143,23959,571,1,1,11032,0,2381.08,-3196.52,185.354,2.14675,300,0,0,8982,0,0,0,0,0),(110144,23959,571,1,1,11032,0,2432.37,-3153.69,191.718,3.9968,300,0,0,8982,0,0,0,0,0),(110145,23959,571,1,1,11032,0,2467.12,-3182.8,179.922,2.77507,300,0,0,8982,0,0,0,0,0),(110146,23959,571,1,1,11032,0,2496.2,-3196.66,172.179,1.0472,300,0,0,8982,0,0,0,0,0),(110147,23959,571,1,1,11032,0,2478.56,-3182.2,181.212,0.767945,300,0,0,8982,0,0,0,0,0),(110148,30104,571,1,1,26766,0,5852.45,689,610.79,3.97935,300,0,0,8982,0,0,0,0,0),(110149,27032,571,1,1,24249,0,3218.24,-712.361,167.414,4.27119,300,0,0,6986,0,0,0,0,0),(110150,26264,571,1,1,17612,0,4547.63,-4213.79,170.798,5.74213,300,0,0,9610,3309,0,0,0,0),(110151,26264,571,1,1,17612,0,4973.28,-4686.18,215.674,3.21141,300,0,0,9610,3309,0,0,0,0),(110152,28568,571,1,1,25518,1,5483.16,4730.05,-194.283,0.977384,300,0,0,11379,3725,0,0,0,0),(110153,29848,571,1,1,25394,0,5148.51,-2182.61,236.621,0.977384,300,0,0,41,60,0,0,0,0),(110154,29848,571,1,1,25384,0,5149.39,-2176.91,236.621,5.02655,300,0,0,41,60,0,0,0,0),(110155,29848,571,1,1,25384,0,5153.4,-2182.22,236.621,2.49582,300,0,0,41,60,0,0,0,0),(110156,29848,571,1,1,25394,0,5153.3,-2177.77,236.621,3.76991,300,0,0,41,60,0,0,0,0),(110157,29848,571,1,1,25383,0,5145.95,-2179.85,236.621,6.26573,300,0,0,41,60,0,0,0,0),(110158,27032,571,1,1,24249,0,3217.3,-701.342,167.539,0.244346,300,0,0,6986,0,0,0,0,0),(110159,26264,571,1,1,17612,0,4973.23,-4645.17,215.929,5.16617,300,0,0,9610,3309,0,0,0,0),(110160,25240,571,1,1,23011,1,2348.63,5277.58,7.71544,2.93215,300,0,0,7984,0,0,0,0,0),(110161,26264,571,1,1,17612,0,4995.11,-4748.68,215.396,3.29867,300,0,0,9610,3309,0,0,0,0),(110178,25752,571,1,1,6774,0,4047.57,4927.84,-12.5242,2.61799,300,0,0,8982,0,0,0,0,0),(110177,25752,571,1,1,6774,0,4210.92,5137.97,13.1824,1.46608,300,0,0,8982,0,0,0,0,0),(110176,25752,571,1,1,6774,0,4035.44,5022.23,-12.3937,4.95674,300,0,0,8982,0,0,0,0,0),(110175,25752,571,1,1,6774,0,4179.66,5125.22,13.1774,2.1293,300,0,0,8982,0,0,0,0,0),(110174,25752,571,1,1,6774,0,4055.23,4852.63,-12.6918,4.06662,300,0,0,8982,0,0,0,0,0),(110173,25752,571,1,1,6774,0,4103.68,5070.64,-0.992887,0.575959,300,0,0,8982,0,0,0,0,0),(110172,25752,571,1,1,6774,0,4210.66,4818.24,-12.5693,0.401426,300,0,0,8982,0,0,0,0,0),(110171,25752,571,1,1,6774,0,4154.54,4853.84,-12.8706,1.13759,300,5,0,8982,0,1,0,0,0),(110170,25752,571,1,1,6774,0,4131.98,4889.7,-12.9122,0.383972,300,0,0,8982,0,0,0,0,0),(110169,25752,571,1,1,6774,0,4137.54,4922.11,-12.9116,1.91986,300,0,0,8982,0,0,0,0,0),(110168,25752,571,1,1,6774,0,4114.92,4943.3,-12.9384,5.63741,300,5,0,8982,0,1,0,0,0),(110167,25752,571,1,1,6774,0,4088.56,4935.17,-12.8885,1.01229,300,0,0,8982,0,0,0,0,0),(110166,25752,571,1,1,6774,0,4126.33,5126.43,-1.49187,0.069813,300,0,0,8982,0,0,0,0,0),(110165,25752,571,1,1,6774,0,4209.59,5169.37,13.2,2.63545,300,5,0,8982,0,1,0,0,0),(110164,25752,571,1,1,6774,0,4231.92,5091.18,13.3569,0.418879,300,0,0,8982,0,0,0,0,0),(110163,25752,571,1,1,6774,0,4245.83,5059.14,13.3569,0.506145,300,0,0,8982,0,0,0,0,0),(110182,24216,571,1,1,22144,1,773.28,-4692.67,-94.5003,5.28835,300,0,0,6986,0,0,0,0,0),(110183,24216,571,1,1,22202,1,834.258,-4706.67,-94.6495,3.82227,300,0,0,6986,0,0,0,0,0),(110184,24216,571,1,1,22202,1,806.396,-4685.35,-94.3941,4.5204,300,0,0,6986,0,0,0,0,0),(110185,27288,571,1,1,14591,1,3810.39,-1252.74,132.76,6.01428,300,0,0,9610,0,2,0,0,0),(110186,27800,571,1,1,836,0,3595.2,-1143.61,88.9425,1.59194,300,5,0,9291,0,1,0,0,0),(110187,27800,571,1,1,836,0,3577.13,-1154.71,88.9425,5.61933,300,5,0,9291,0,1,0,0,0),(110188,27800,571,1,1,836,0,3517.69,-1114.82,83.6707,1.65429,300,5,0,9291,0,1,0,0,0),(110189,27800,571,1,1,836,0,3537.64,-1127.31,83.6707,1.13252,300,5,0,9291,0,1,0,0,0),(110190,24216,571,1,1,22202,1,832.038,-4743.88,-94.7636,2.96706,300,0,0,6986,0,0,0,0,0),(110191,27288,571,1,1,14591,1,3619.81,-1360.78,108.574,1.01858,300,0,0,9610,0,2,0,0,0),(110197,24216,571,1,1,22202,1,781.954,-4761.17,-94.1033,1.27409,300,0,0,6986,0,0,0,0,0),(110198,24216,571,1,1,22202,1,760.008,-4736.29,-94.1068,0.453786,300,0,0,6986,0,0,0,0,0),(110199,26264,571,1,1,17612,0,4983.2,-4691.53,218.919,2.30383,300,0,0,9610,3309,0,0,0,0),(110200,26264,571,1,1,17612,0,5027.95,-4771.77,216.739,6.23082,300,0,0,9610,3309,0,0,0,0),(110201,26264,571,1,1,17612,0,5017.76,-4754.69,218.515,0.872665,300,0,0,9610,3309,0,0,0,0),(110202,26264,571,1,1,17612,0,4975.41,-4710.88,215.498,3.56047,300,0,0,9610,3309,0,0,0,0),(110203,26264,571,1,1,17612,0,4996.65,-4729.5,218.974,2.16421,300,0,0,9610,3309,0,0,0,0),(110204,26264,571,1,1,17612,0,4966.58,-4697.55,218.948,1.09956,300,0,0,9610,3309,0,0,0,0),(110205,26264,571,1,1,17612,0,4983.09,-4688.56,218.979,2.67035,300,0,0,9610,3309,0,0,0,0),(110206,26264,571,1,1,17612,0,5002.07,-4745.34,219.118,2.93215,300,0,0,9610,3309,0,0,0,0),(110207,26264,571,1,1,17612,0,5030.76,-4787.42,214.61,3.50811,300,0,0,9610,3309,0,0,0,0),(110208,26264,571,1,1,17612,0,4979.35,-4745.09,219.089,5.68977,300,0,0,9610,3309,0,0,0,0),(110209,26264,571,1,1,17612,0,4985.48,-4748.23,219.394,5.51524,300,0,0,9610,3309,0,0,0,0),(110210,26264,571,1,1,17612,0,5044.76,-4790.99,220.673,4.34587,300,0,0,9610,3309,0,0,0,0),(110211,26264,571,1,1,17612,0,4973.04,-4728.95,218.926,1.53589,300,0,0,9610,3309,0,0,0,0),(110212,26264,571,1,1,17612,0,5052.39,-4796.59,219.009,5.44543,300,0,0,9610,3309,0,0,0,0),(110213,26264,571,1,1,17612,0,5024.74,-4766.62,218.683,1.16937,300,0,0,9610,3309,0,0,0,0),(110214,26264,571,1,1,17612,0,5018.74,-4786.47,215.606,6.07375,300,0,0,9610,3309,0,0,0,0),(110215,26264,571,1,1,17612,0,5048.52,-4803.86,215.964,2.61799,300,0,0,9610,3309,0,0,0,0),(110216,26264,571,1,1,17612,0,4993.67,-4712.04,219.021,1.6057,300,0,0,9610,3309,0,0,0,0),(110218,26264,571,1,1,17612,0,5005.45,-4765.6,220.951,1.0821,300,0,0,9610,3309,0,0,0,0),(110219,26264,571,1,1,17612,0,5005.54,-4755.57,219.743,2.02458,300,0,0,9610,3309,0,0,0,0),(110223,26264,571,1,1,17612,0,4977.5,-4713.28,221.248,0.314159,300,0,0,9610,3309,0,0,0,0),(57065,25496,571,1,2,25774,1,2467.01,6837.61,1.09203,4.73075,300,5,0,6986,0,1,0,0,0),(57066,25496,571,1,2,25772,1,2431.17,6827.69,4.43451,2.8615,300,0,0,6986,0,2,0,0,0),(57064,25496,571,1,2,25772,1,2399.37,6860.99,1.29954,4.91924,300,0,0,6986,0,0,0,0,0),(57062,25496,571,1,2,25774,1,2388.6,6833.08,1.09397,2.50414,300,0,0,6986,0,0,0,0,0),(57063,25496,571,1,2,25772,1,2427.9,6835.38,3.36989,3.12461,300,5,0,6986,0,1,0,0,0),(57061,25496,571,1,2,25774,1,2486.05,6738.03,5.90355,5.79889,300,0,0,6986,0,0,0,0,0),(57060,25496,571,1,2,25772,1,2452.18,6766.4,6.7847,4.81322,300,0,0,6986,0,0,0,0,0),(57059,25496,571,1,2,25774,1,2414.35,6738.81,2.7648,0.878372,300,0,0,6986,0,2,0,0,0),(57058,25496,571,1,2,25772,1,2432.51,6759.45,4.71622,4.67577,300,0,0,6986,0,0,0,0,0),(57057,25496,571,1,2,25774,1,2428.82,6738.62,3.46246,0.513163,300,5,0,6986,0,1,0,0,0),(57056,25496,571,1,2,25772,1,2395.59,6728.72,1.36429,2.95182,300,0,0,6986,0,0,0,0,0),(57055,25496,571,1,2,25774,1,2446.11,6694.03,19.736,5.23341,300,0,0,6986,0,0,0,0,0),(57054,25496,571,1,2,25772,1,2405.62,6673.59,19.0334,5.57898,300,0,0,6986,0,0,0,0,0),(110301,25496,571,1,2,25772,1,2884.84,6795.78,6.45133,4.57276,300,0,0,6986,0,0,0,0,0),(110162,25752,571,1,1,6774,0,4193.75,4853.65,-12.8706,4.79965,300,5,0,8982,0,1,0,0,0),(110305,29592,571,1,1,26355,1,7081.52,-1938.02,772.39,4.41568,300,0,0,12600,0,0,0,0,0),(110306,32664,571,1,1,12200,0,5924.81,564.565,601.558,0.372933,300,0,0,8982,0,2,0,0,0),(110307,25241,571,1,1,23012,0,2341.34,5259.79,7.72046,4.20624,300,0,0,7984,0,0,0,0,0),(110308,26777,571,1,1,11686,0,4108.09,2228.28,220.315,1.6057,300,0,0,8982,0,0,0,0,0),(110309,27033,571,1,1,24245,0,3237.13,-722.129,174.976,5.70723,300,0,0,9291,0,0,0,0,0),(110311,28313,571,1,1,25295,1,1534.26,-5717.02,251.436,0.20944,300,0,0,9291,3231,0,0,0,0),(110312,26777,571,1,1,11686,0,4093.22,2220.46,150.305,2.72271,300,0,0,8982,0,0,0,0,0),(110315,29593,571,1,1,26357,1,6653.1,-310.577,989.468,1.79769,300,0,0,630000,0,0,0,0,0),(110316,28057,571,1,1,25079,0,3228.8,-680.03,167.718,5.95157,300,0,0,8982,3155,0,0,0,0),(110318,29849,571,1,1,25347,0,7131.71,-1321.4,920.302,2.57138,300,5,0,11770,3809,1,0,0,0),(110319,27801,571,1,1,25211,1,5876.06,4116.53,-85.4289,5.51524,300,0,0,126000,0,0,0,0,0),(110357,25753,571,1,1,6888,0,4247.39,4850.15,-12.7191,5.23831,300,5,0,8982,0,1,0,0,0),(110356,25753,571,1,1,6888,0,4246.49,4880.19,-12.8706,3.79594,300,5,0,8982,0,1,0,0,0),(110355,25753,571,1,1,6888,0,4019.27,5186.87,16.7429,1.39738,300,5,0,8982,0,1,0,0,0),(110323,30873,571,1,256,25680,0,4344.54,1854.84,356.471,3.57022,300,5,0,25200,0,1,0,0,0),(110354,25753,571,1,1,6888,0,4050.86,5189.16,13.2429,5.81316,300,5,0,8982,0,1,0,0,0),(110353,25753,571,1,1,6888,0,4087.8,5188.09,13.2429,0.223546,300,5,0,8982,0,1,0,0,0),(110352,25753,571,1,1,6888,0,4113.99,5188.28,13.2429,3.49279,300,5,0,8982,0,1,0,0,0),(110351,25753,571,1,1,6888,0,4094.32,4742.21,-1.79467,4.02647,300,5,0,8982,0,1,0,0,0),(110350,25753,571,1,1,6888,0,4071.52,4727.04,-1.48035,3.85762,300,5,0,8982,0,1,0,0,0),(110349,25753,571,1,1,6888,0,4321.82,5084.64,13.2755,3.90493,300,5,0,8982,0,1,0,0,0),(110348,25753,571,1,1,6888,0,4257.04,4927.95,14.9508,6.20191,300,5,0,8982,0,1,0,0,0),(110347,25753,571,1,1,6888,0,4294.73,5145.99,13.5663,4.91,300,5,0,8982,0,1,0,0,0),(110346,25753,571,1,1,6888,0,4334.58,5054.2,13.3936,1.53235,300,5,0,8982,0,1,0,0,0),(110345,25753,571,1,1,6888,0,4323.78,4975.73,13.3985,0.836,300,5,0,8982,0,1,0,0,0),(110344,25753,571,1,1,6888,0,4026.45,4664.08,-1.1124,2.9544,300,5,0,8982,0,1,0,0,0),(110335,27545,571,1,1,24697,1,4351.15,-2455.02,239.175,5.39307,300,0,0,10282,0,0,0,0,0),(110343,25753,571,1,1,6888,0,4291.06,4945.22,13.3985,4.14632,300,5,0,8982,0,1,0,0,0),(110340,25753,571,1,1,6888,0,4207.28,4789.04,-12.2456,3.40081,300,5,0,8982,0,1,0,0,0),(110339,25753,571,1,1,6888,0,4245.42,4787.5,-12.8706,4.15836,300,5,0,8982,0,1,0,0,0),(110338,25753,571,1,1,6888,0,4249.55,4815.96,-12.8706,0.417203,300,5,0,8982,0,1,0,0,0),(110337,25753,571,1,1,6888,0,4051.75,4692.06,-1.1231,4.3956,300,5,0,8982,0,1,0,0,0),(110341,27289,571,1,1,24500,0,3753.43,-1411.89,135.454,5.37561,300,0,0,7688,7500,0,0,0,0),(110342,24473,571,1,1,3596,0,2061.34,-3236.77,56.3637,2.53073,300,0,0,12126,0,0,0,0,0),(110336,25753,571,1,1,6888,0,4335.26,5016.02,13.3519,4.35563,300,5,0,8982,0,1,0,0,0),(110334,25753,571,1,1,6888,0,4159.78,5192.28,13.2429,5.611,300,5,0,8982,0,1,0,0,0),(110333,25753,571,1,1,6888,0,4186.6,5184.72,13.575,3.46398,300,5,0,8982,0,1,0,0,0),(110332,25753,571,1,1,6888,0,3837.43,4654.28,-12.9949,3.4767,300,5,0,8982,0,1,0,0,0),(110331,25753,571,1,1,6888,0,4175.56,4788.22,-2.87056,3.50354,300,5,0,8982,0,1,0,0,0),(110330,25753,571,1,1,6888,0,4114.71,4760.07,-1.91093,4.02867,300,5,0,8982,0,1,0,0,0),(110329,25753,571,1,1,6888,0,3947.5,4651.58,-12.9912,3.37067,300,5,0,8982,0,1,0,0,0),(110328,25753,571,1,1,6888,0,4221.92,5188.42,13.95,5.72682,300,5,0,8982,0,1,0,0,0),(110327,25753,571,1,1,6888,0,4144.24,4780.73,-2.03223,2.72647,300,5,0,8982,0,1,0,0,0),(110326,25753,571,1,1,6888,0,3972.15,4670.79,-12.9934,4.5095,300,5,0,8982,0,1,0,0,0),(110325,25753,571,1,1,6888,0,4286.55,5180.82,13.2,4.80005,300,5,0,8982,0,1,0,0,0),(110324,25753,571,1,1,6888,0,4254.29,5196.74,13.2,1.24814,300,5,0,8982,0,1,0,0,0),(110322,25753,571,1,1,6888,0,4301.06,5116.15,16.6486,6.03963,300,5,0,8982,0,1,0,0,0),(110321,25753,571,1,1,6888,0,3913.22,4647.79,-12.9943,3.17825,300,5,0,8982,0,1,0,0,0),(110320,25753,571,1,1,6888,0,3871.96,4644.45,-12.9944,3.15469,300,5,0,8982,0,1,0,0,0),(110358,29849,571,1,1,25347,0,7093.36,-1139.74,922.783,1.3058,300,5,0,11770,3809,1,0,0,0),(110359,29849,571,1,1,25347,0,7279.41,-1092.62,953.336,5.95282,300,5,0,11770,3809,1,0,0,0),(110360,29849,571,1,1,25347,0,7091.48,-1143.23,923.195,3.8551,300,5,0,11770,3809,1,0,0,0),(110361,29849,571,1,1,25347,0,7100.66,-1131.79,925.19,1.15564,300,5,0,11770,3809,1,0,0,0),(110362,29849,571,1,1,25347,0,7303.61,-1112.5,950.559,1.64061,300,5,0,11770,3809,1,0,0,0),(110363,29849,571,1,1,25347,0,7282.33,-1096.29,953.336,3.64308,300,5,0,11770,3809,1,0,0,0),(110364,29849,571,1,1,25347,0,7293.52,-1131.73,950.544,3.1765,300,5,0,11770,3809,1,0,0,0),(110366,24730,571,1,1,22608,0,3522.91,4214.18,12.5783,1.36136,300,0,0,8982,0,0,0,0,0),(110367,26778,571,1,1,11686,0,4088.68,2219.45,150.305,3.90954,300,0,0,8982,0,0,0,0,0),(110369,25242,571,1,2,0,1,2931.12,6832.13,2.82518,5.46288,300,0,0,42540,0,0,0,536871680,32),(110370,25242,571,1,1,23019,1,2800.75,6889.76,-1.00569,2.77507,300,5,0,42540,0,1,0,0,0),(110371,25242,571,1,2,0,1,2975.41,6834.92,3.71164,4.95674,300,0,0,42540,0,0,0,536871680,32),(110372,24474,571,1,1,21993,1,1636.18,-5374.72,191.848,0.279253,300,0,0,6986,0,0,0,0,0),(110373,24474,571,1,1,21995,1,1634.81,-5370.96,192.348,6.24828,300,0,0,6986,0,0,0,0,0),(110374,27034,571,1,1,24248,1,3209.26,-629.828,160.252,0.506145,300,0,0,9610,0,0,0,0,0),(110376,24218,571,1,1,22201,1,2131.85,-2967.18,148.668,4.41568,300,0,0,7804,7332,0,0,0,0),(110377,28314,571,1,1,23170,0,1535.82,-5718.61,251.538,0.680678,300,0,0,9291,0,0,0,0,0),(110378,25242,571,1,1,23018,1,2824.55,6894.32,-1.00569,4.76475,300,5,0,42540,0,1,0,0,0),(110379,25242,571,1,2,0,1,3059.63,6729.48,4.4991,1.50098,300,0,0,42540,0,0,0,536871680,32),(110380,25242,571,1,2,0,1,2952.13,6805.81,6.37365,3.92699,300,0,0,42540,0,0,0,536871680,32),(110381,25242,571,1,2,0,1,2950.6,6807.24,6.35895,3.7001,300,0,0,42540,0,0,0,536871680,32),(110382,25242,571,1,2,0,1,2953.33,6803.17,6.51672,1.91986,300,0,0,42540,0,0,0,536871680,32),(110383,25242,571,1,2,0,1,2954.04,6804.64,6.35188,1.18682,300,0,0,42540,0,0,0,536871680,32),(110384,25242,571,1,2,0,1,2953.71,6806.89,6.20411,3.19395,300,0,0,42540,0,0,0,536871680,32),(110386,25242,571,1,2,0,1,3030.51,6764.87,3.1002,0.261799,300,0,0,42540,0,0,0,536871680,32),(110387,25242,571,1,1,23019,1,2515.08,6184.99,54.6525,3.07178,300,0,0,42540,0,0,0,0,0),(110388,25242,571,1,1,23019,1,2526.32,6183.1,54.5218,6.21337,300,0,0,42540,0,0,0,0,0),(110389,25242,571,1,2,0,1,2835.28,6795.68,5.62603,1.20428,300,0,0,42540,0,0,0,536871680,32),(110390,25242,571,1,2,0,1,2831.01,6825.48,0.765901,3.49066,300,0,0,42540,0,0,0,536871680,32),(209020,25171,571,1,1,0,0,8366.18,766.661,551.203,1.8326,120,0,0,1,0,0,0,0,0),(110392,25242,571,1,1,23007,1,2512.13,6162.13,54.6688,2.75762,300,0,0,42540,0,0,0,0,0),(110393,27290,571,1,1,24494,-1,3526.48,-1110.92,112.328,0.797398,300,5,0,8982,0,1,0,0,0),(110394,27290,571,1,1,24493,-1,3510.09,-1129.3,112.988,6.03999,300,5,0,8982,0,1,0,0,0),(110395,27290,571,1,1,24493,-1,3526.83,-1101.24,112.716,1.36832,300,5,0,8982,0,1,0,0,0),(110396,27290,571,1,1,24493,-1,3525.8,-1115.79,112.779,5.4529,300,5,0,8982,0,1,0,0,0),(110397,27290,571,1,1,24999,-1,3513.36,-1098.65,113.485,4.42077,300,5,0,8982,0,1,0,0,0),(110398,27290,571,1,1,24494,-1,3520.23,-1095.94,113.014,4.18937,300,5,0,8982,0,1,0,0,0),(110399,27290,571,1,1,24998,-1,3523.53,-1088.88,112.087,3.85512,300,5,0,8982,0,1,0,0,0),(110402,27290,571,1,1,24494,-1,3494.66,-1104.72,113.185,3.06729,300,5,0,8982,0,1,0,0,0),(110403,27290,571,1,1,24493,-1,3527.04,-1107.77,112.341,4.25281,300,5,0,8982,0,1,0,0,0),(110404,27290,571,1,1,24494,-1,3505.23,-1078.3,129.669,4.15332,300,5,0,8982,0,1,0,0,0),(110405,27290,571,1,1,24999,-1,3490.69,-1141.28,112.628,1.67252,300,5,0,8982,0,1,0,0,0),(110406,27290,571,1,1,24998,-1,3487.75,-1127.35,113.423,1.12896,300,5,0,8982,0,1,0,0,0),(110407,27290,571,1,1,24493,-1,3490.32,-1144.05,112.163,4.82585,300,5,0,8982,0,1,0,0,0),(110408,27290,571,1,1,24998,-1,3466.79,-1147.47,113.621,3.3397,300,5,0,8982,0,1,0,0,0),(110409,27290,571,1,1,24999,-1,3505.18,-1158.09,111.974,0.900422,300,5,0,8982,0,1,0,0,0),(110410,27290,571,1,1,24999,-1,3512.16,-1190.04,112.848,3.6892,300,5,0,8982,0,1,0,0,0),(110411,27290,571,1,1,24494,-1,3479.75,-1142.91,114.378,5.38637,300,5,0,8982,0,1,0,0,0),(110412,27290,571,1,1,24999,-1,3527.23,-1187.42,107.308,5.73038,300,5,0,8982,0,1,0,0,0),(110413,27290,571,1,1,24494,-1,3484.37,-1158.02,110.753,3.68137,300,5,0,8982,0,1,0,0,0),(110414,27290,571,1,1,24494,-1,3474.09,-1156.18,112.52,1.98165,300,5,0,8982,0,1,0,0,0),(110415,27290,571,1,1,24493,-1,3501.14,-1165.65,113.981,4.75219,300,5,0,8982,0,1,0,0,0),(110416,27290,571,1,1,24999,-1,3510.73,-1221.7,111.721,1.15858,300,5,0,8982,0,1,0,0,0),(110417,27290,571,1,1,24493,-1,3505.61,-1202.01,112.221,5.6952,300,5,0,8982,0,1,0,0,0),(110418,27290,571,1,1,24494,-1,3481.4,-1178.23,112.137,4.02103,300,0,0,8982,0,0,0,0,0),(110419,27290,571,1,1,24494,-1,3500.15,-1175.5,114.252,1.40532,300,5,0,8982,0,1,0,0,0),(110420,27290,571,1,1,24999,-1,3465.1,-1218.92,116.231,1.07044,300,5,0,8982,0,1,0,0,0),(110421,27290,571,1,1,24493,-1,3522.59,-1136.94,113.234,3.92906,300,5,0,8982,0,1,0,0,0),(110422,27290,571,1,1,24493,-1,3475.95,-1208.28,114.076,4.09893,300,5,0,8982,0,1,0,0,0),(110423,27290,571,1,1,24494,-1,3478.1,-1221.77,114.587,1.74747,300,5,0,8982,0,1,0,0,0),(110424,27290,571,1,1,24998,-1,3503.34,-1173.02,114.287,5.07711,300,5,0,8982,0,1,0,0,0),(110425,27290,571,1,1,24494,-1,3485.96,-1185.08,113.401,3.95118,300,5,0,8982,0,1,0,0,0),(110426,27290,571,1,1,24998,-1,3500.61,-1197.15,112.998,0.20944,300,0,0,8982,0,0,0,0,0),(110427,27290,571,1,1,24493,-1,3493.95,-1174.32,113.463,3.40433,300,5,0,8982,0,1,0,0,0),(110428,27290,571,1,1,24999,-1,3507.75,-1188.73,113.465,6.19592,300,0,0,8982,0,0,0,0,0),(110429,27290,571,1,1,24493,-1,3469.86,-1161.24,111.862,3.56047,300,0,0,8982,0,0,0,0,0),(110430,27290,571,1,1,24494,-1,3480.88,-1146.86,113.137,4.23478,300,5,0,8982,0,1,0,0,0),(110431,27290,571,1,1,24999,-1,3530.08,-1197.45,104.598,5.62684,300,5,0,8982,0,1,0,0,0),(110432,27290,571,1,1,24494,-1,3530.94,-1190.22,104.703,0.414742,300,5,0,8982,0,1,0,0,0),(110433,27290,571,1,1,24998,-1,3494.43,-1158.39,111.253,4.28542,300,5,0,8982,0,1,0,0,0),(110434,27290,571,1,1,24998,-1,3545.64,-1139.78,112.756,3.2216,300,5,0,8982,0,1,0,0,0),(110435,27290,571,1,1,24999,-1,3496.3,-1166.08,112.714,5.86675,300,5,0,8982,0,1,0,0,0),(110436,27290,571,1,1,24494,-1,3505.34,-1190.83,113.23,4.93604,300,5,0,8982,0,1,0,0,0),(110437,27290,571,1,1,24998,-1,3491.32,-1166.24,111.803,4.02103,300,5,0,8982,0,1,0,0,0),(110438,27290,571,1,1,24493,-1,3526.61,-1141.03,113.503,3.06636,300,5,0,8982,0,1,0,0,0),(110439,27290,571,1,1,24999,-1,3567.38,-1145.28,112.147,2.94585,300,5,0,8982,0,1,0,0,0),(110440,27290,571,1,1,24999,-1,3478.98,-1151.88,112.503,3.3481,300,0,0,8982,0,0,0,0,0),(110441,27290,571,1,1,24493,-1,3529.39,-1143.96,113.321,1.96903,300,5,0,8982,0,1,0,0,0),(110442,27290,571,1,1,24998,-1,3561.25,-1146.06,112.207,3.63125,300,0,0,8982,0,0,0,0,0),(110443,27290,571,1,1,24494,-1,3477.86,-1155.64,112.071,1.22173,300,0,0,8982,0,0,0,0,0),(110444,27290,571,1,1,24494,-1,3487.22,-1152.04,111.248,0.558505,300,0,0,8982,0,0,0,0,0),(110446,27290,571,1,1,24998,-1,3531.79,-1127.71,110.841,4.22065,300,5,0,8982,0,1,0,0,0),(110447,27290,571,1,1,24999,-1,3568.27,-1148.97,112.272,2.96713,300,5,0,8982,0,1,0,0,0),(110448,27290,571,1,1,24998,-1,3586.44,-1140.4,112.916,2.58309,300,0,0,8982,0,0,0,0,0),(110449,27290,571,1,1,24494,-1,3582.79,-1148.68,113.115,1.02974,300,0,0,8982,0,0,0,0,0),(110450,27290,571,1,1,24999,-1,3505.12,-1226.77,109.837,5.77074,300,5,0,8982,0,1,0,0,0),(110451,27290,571,1,1,24998,-1,3465.73,-1154.07,113.054,1.09405,300,5,0,8982,0,1,0,0,0),(110452,27290,571,1,1,24494,-1,3488.42,-1224.49,112.636,2.12194,300,5,0,8982,0,1,0,0,0),(110453,27290,571,1,1,24999,-1,3570.81,-1144.34,112.272,3.06266,300,5,0,8982,0,1,0,0,0),(110454,27290,571,1,1,24999,-1,3506.52,-1197.9,112.379,4.33007,300,5,0,8982,0,1,0,0,0),(110455,27290,571,1,1,24494,-1,3493.9,-1186.61,114.081,4.46727,300,5,0,8982,0,1,0,0,0),(110456,27290,571,1,1,24999,-1,3506.59,-1202.27,112.197,5.71012,300,5,0,8982,0,1,0,0,0),(110457,27290,571,1,1,24999,-1,3485.7,-1175.68,112.349,3.69988,300,5,0,8982,0,1,0,0,0),(110458,27290,571,1,1,24493,-1,3485.63,-1197.22,113.502,0.837758,300,0,0,8982,0,0,0,0,0),(110459,27290,571,1,1,24494,-1,3490.71,-1212.18,112.793,2.84489,300,0,0,8982,0,0,0,0,0),(110460,27290,571,1,1,24494,-1,3481.01,-1187.79,112.956,3.85718,300,0,0,8982,0,0,0,0,0),(110461,27290,571,1,1,24494,-1,3496.65,-1190.51,114.034,1.43117,300,0,0,8982,0,0,0,0,0),(110462,27290,571,1,1,24493,-1,3483.07,-1222.62,113.893,4.93928,300,0,0,8982,0,0,0,0,0),(110463,27290,571,1,1,24999,-1,3477.54,-1206.43,113.907,5.35816,300,0,0,8982,0,0,0,0,0),(110464,27290,571,1,1,24494,-1,3471.66,-1194.67,112.474,3.92699,300,0,0,8982,0,0,0,0,0),(110465,27290,571,1,1,24494,-1,3507.65,-1176.83,114.6,4.13643,300,0,0,8982,0,0,0,0,0),(110468,27290,571,1,1,24493,-1,3474.74,-1217.43,115.119,5.61996,300,0,0,8982,0,0,0,0,0),(110469,27290,571,1,1,24998,-1,3570.4,-1141.98,112.348,3.76991,300,0,0,8982,0,0,0,0,0),(110470,25242,571,1,1,23019,1,2524.7,6160.17,53.8543,5.96903,300,0,0,42540,0,0,0,0,0),(110471,23962,571,1,1,21940,1,1368,-6325.13,21.7751,0.733038,300,0,0,7984,0,0,0,0,0),(110472,26522,571,1,1,2602,0,5006.47,-4761.55,211.385,2.15842,300,0,0,10282,0,2,0,0,0),(110473,26522,571,1,1,2602,0,4971.52,-4651.4,211.665,4.79253,300,0,0,10282,0,2,0,0,0),(110474,26522,571,1,1,2602,0,4974.07,-4702.15,211.686,1.95063,300,0,0,10282,0,2,0,0,0),(110475,27546,571,1,1,23812,1,3110.83,-3091.04,128.052,0.244924,300,5,0,9940,3387,1,0,0,0),(110476,27546,571,1,1,23812,1,3180.09,-3046.34,133.666,0.815905,300,5,0,9940,3387,1,0,0,0),(110477,27546,571,1,1,23812,1,3120.02,-3061.54,121.649,3.11035,300,5,0,9940,3387,1,0,0,0),(110478,27546,571,1,1,23814,1,3091.61,-3008.07,118.016,1.37002,300,5,0,9940,3387,1,0,0,0),(110479,27546,571,1,1,23814,1,3111.65,-2969.95,124.422,2.02458,300,0,0,9940,3387,0,0,0,0),(110480,27546,571,1,1,23814,1,3139.87,-3055.73,126.667,5.0675,300,5,0,9940,3387,1,0,0,0),(110481,27546,571,1,1,23814,1,3158.33,-3030.98,129.002,0.872665,300,0,0,9940,3387,0,0,0,0),(110482,27546,571,1,1,23812,1,3157.75,-3086.8,137.307,0.031716,300,5,0,9940,3387,1,0,0,0),(110483,27546,571,1,1,23812,1,3051.04,-2982.29,114.594,0.198928,300,5,0,9940,3387,1,0,0,0),(110484,27546,571,1,1,23812,1,3116.96,-3018.49,118.338,4.49423,300,5,0,9940,3387,1,0,0,0),(110485,27546,571,1,1,23812,1,3088.57,-2973.33,121.646,5.79863,300,5,0,9940,3387,1,0,0,0),(110486,27546,571,1,1,23813,1,3059,-3082.52,117.398,0.787469,300,5,0,9940,3387,1,0,0,0),(110487,27546,571,1,1,23814,1,3026.96,-3048.63,114.749,6.0446,300,5,0,9940,3387,1,0,0,0),(110488,27546,571,1,1,23812,1,3097.27,-2998.01,118.763,0.996003,300,5,0,9940,3387,1,0,0,0),(110489,27546,571,1,1,23812,1,3145.47,-3002.14,134.129,0.872665,300,0,0,9940,3387,0,0,0,0),(110490,27546,571,1,1,23813,1,3140.86,-2990.92,126.688,0.715585,300,0,0,9940,3387,0,0,0,0),(110491,27546,571,1,1,23814,1,3151.91,-2974.61,126.189,3.31429,300,5,0,9940,3387,1,0,0,0),(110492,27546,571,1,1,23814,1,3152.95,-3007.4,134.193,0.837758,300,0,0,9940,3387,0,0,0,0),(110493,27546,571,1,1,23812,1,3129.28,-2980.31,124.58,0.366519,300,0,0,9940,3387,0,0,0,0),(110494,27546,571,1,1,23813,1,3161.46,-3005.84,127.998,1.11701,300,0,0,9940,3387,0,0,0,0),(110495,27546,571,1,1,23812,1,3128.18,-2963.07,124.043,1.72915,300,5,0,9940,3387,1,0,0,0),(110496,27546,571,1,1,23814,1,3112.54,-2982.7,124.566,0.331613,300,0,0,9940,3387,0,0,0,0),(110497,25242,571,1,1,23018,1,2535.33,6160.99,53.2355,2.37496,300,5,0,42540,0,1,0,0,0),(110498,25242,571,1,1,23018,1,2530.29,6165.84,53.0517,2.37495,300,5,0,42540,0,1,0,0,0),(110499,25242,571,1,1,23017,1,2759.34,6278.2,77.943,0.416215,300,0,0,42540,0,0,0,0,0),(110500,26779,571,1,1,24867,1,4527.63,-2.5376,72.4646,3.47321,300,0,0,9610,0,0,0,0,0),(110501,26779,571,1,1,24867,1,4526.18,-2.23486,72.6115,1.05034,300,0,0,9610,0,0,0,0,0),(110502,25243,571,1,2,23024,1,2954.83,6712.55,16.8415,1.50098,300,0,0,126000,0,0,0,537166592,32),(110503,27035,571,1,1,24238,1,3239.3,-656.378,166.577,1.78024,300,0,0,41128,0,0,0,0,0),(110504,27035,571,1,1,24237,1,3259.11,-735.333,168.527,5.35816,300,0,0,41128,0,0,0,0,0),(110505,27035,571,1,1,24238,1,3239.03,-611.484,160.658,1.5708,300,0,0,41128,0,0,0,0,0),(110506,27035,571,1,1,24238,1,3257.41,-690.543,167.958,3.40339,300,0,0,41128,0,0,0,0,0),(110508,27035,571,1,1,24239,1,3247.35,-611.969,161.117,1.65806,300,0,0,41128,0,0,0,0,0),(110510,28059,571,1,1,25080,1,5439.53,-2568.74,304.036,1.5708,300,0,0,11770,3809,0,0,0,0),(110511,32411,571,1,1,27954,0,5837.25,634.072,656.735,4.11215,300,0,0,8508,7981,2,0,0,0),(110512,27291,571,1,1,24501,0,3642.98,5897.61,174.575,0,300,0,0,7688,7500,0,0,0,0),(110513,26779,571,1,1,24863,1,4514.48,-0.392036,72.5153,0.767945,300,0,0,9610,0,0,0,0,0),(110514,25243,571,1,2,23008,1,2977.68,6723.85,13.4848,4.95674,300,0,0,126000,0,0,0,537166592,32),(110515,25243,571,1,2,23008,1,2890.05,6738.65,14.0798,1.93731,300,0,0,126000,0,0,0,537166592,32),(110516,25243,571,1,2,23023,1,2887.04,6731.03,14.0798,5.74213,300,0,0,126000,0,0,0,537166592,32),(110517,27035,571,1,1,24239,1,3225.67,-699.5,167.346,0.226893,300,0,0,41128,0,0,0,0,0),(110519,27035,571,1,1,24239,1,3227.86,-662.226,167.016,1.5708,300,0,0,41128,0,0,0,0,0),(110520,25243,571,1,2,23022,1,2902.61,6880.85,0.661556,1.48353,300,0,0,126000,0,0,0,537166592,32),(110521,31643,571,1,1,11686,0,5886.83,651.342,642.655,3.82227,300,5,0,42,0,1,0,0,0),(110524,27035,571,1,1,24238,1,3266.19,-730.443,169.024,5.28835,300,0,0,41128,0,0,0,0,0),(110526,28315,571,1,1,25381,1,5410.3,4694.31,-121.822,1.32645,300,0,0,117700,3809,0,0,0,0),(110527,25243,571,1,2,23023,1,2894.8,6838.3,2.70969,5.2709,300,0,0,126000,0,0,0,537166592,32),(110528,25243,571,1,2,23024,1,3067.87,6749.4,0.765908,3.00197,300,0,0,126000,0,0,0,537166592,32),(110529,25243,571,1,2,23008,1,3002.54,6766.38,8.03422,4.79965,300,0,0,126000,0,0,0,537166592,32),(110530,25243,571,1,2,23023,1,2995.38,6727.11,16.2936,2.93215,300,0,0,126000,0,0,0,537166592,32),(209019,25171,571,1,1,0,0,8363.32,783.224,550.273,3.33358,120,0,0,1,0,0,0,0,0),(110532,26779,571,1,1,24867,1,4527.18,-0.04425,72.6687,4.06572,300,0,0,9610,0,0,0,0,0),(110533,26779,571,1,1,24863,1,4522.01,-4.07606,72.5154,1.25664,300,0,0,9610,0,0,0,0,0),(110534,24475,571,1,1,22088,0,989.17,-4780.24,-1.19553,1.72424,300,5,0,6986,0,1,0,0,0),(110535,24475,571,1,1,22088,0,957.352,-4822.75,-1.07145,0.008639,300,5,0,6986,0,1,0,0,0),(110536,23963,571,1,1,21941,1,1475.05,-6368.89,7.85432,5.72468,300,0,0,7984,3080,0,0,0,0),(110537,27547,571,1,1,23825,1,3142.06,-3013.31,134.288,0.872665,300,0,0,10282,0,0,0,0,0),(110538,27292,571,1,1,22657,0,2793.09,-2506.13,47.6994,0.418879,300,0,0,20564,0,0,0,0,0),(110539,28828,571,1,1,25722,0,5774.47,-3542.99,386.869,4.15388,300,0,0,10635,3561,2,0,0,0),(125526,25244,571,1,1,23016,1,2882.1,6134.91,208.203,3.735,300,0,0,14889,0,0,0,0,0),(125525,25244,571,1,1,23015,1,2910.32,6110.65,208.213,5.77704,300,0,0,14889,0,0,0,0,0),(110542,27804,571,1,1,24817,1,3499.04,368.367,52.2274,3.87472,300,0,0,10635,0,2,0,0,0),(110543,32668,571,1,1,80,0,5805.62,692.319,647.048,0.503126,300,0,0,160,350,0,0,0,0),(125524,25244,571,1,1,23016,1,2891.05,6125.47,208.203,4.06662,300,0,0,14889,0,0,0,0,0),(125521,25244,571,1,1,23014,1,2707.6,6129.4,77.7682,3.08923,300,0,0,14889,0,0,0,0,0),(125520,25244,571,1,1,23014,1,2714.69,6173.5,77.7139,2.61799,300,0,0,14889,0,0,0,0,0),(125519,25244,571,1,1,23015,1,2906.83,6106.37,208.208,5.07891,300,0,0,14889,0,0,0,0,0),(110548,32412,571,1,1,27955,0,5878.26,464.016,641.57,1.74533,300,0,0,10635,0,0,0,0,0),(110554,25244,571,1,1,23016,1,2937.62,6858.13,0.765905,5.67232,300,0,0,14889,0,0,0,0,0),(110553,25244,571,1,1,23015,1,2959.45,6748.51,10.8508,0.715585,300,0,0,14889,0,0,0,0,0),(110552,25244,571,1,1,23009,1,2845.33,6834.82,0.464371,2.75762,300,0,0,14889,0,0,0,0,0),(110551,25244,571,1,1,23015,1,2907.58,6745.11,14.2303,6.03884,300,0,0,14889,0,0,0,0,0),(110550,25244,571,1,1,23016,1,2768.06,6267.76,208.82,1.93731,300,0,0,14889,0,0,0,0,0),(110555,23964,571,1,1,21942,1,1377.3,-6428.21,0.865645,5.35816,300,0,0,7984,0,0,0,0,0),(110556,26268,571,1,1,25756,1,4970.49,-4715.58,219.744,0.994838,300,0,0,10282,3466,2,0,0,0),(110557,26268,571,1,1,25756,1,5042.51,-4821.45,219.58,2.00713,300,0,0,10282,3466,0,0,0,0),(110558,26268,571,1,1,25756,1,5035.65,-4761.93,220.009,3.68265,300,0,0,10282,3466,0,0,0,0),(110559,26268,571,1,1,25756,1,4974.94,-4745.82,219.501,2.2662,300,0,0,10282,3466,2,0,0,0),(110560,26268,571,1,1,25756,1,4792.75,-4398.12,198.268,3.71755,300,0,0,10282,3466,0,0,0,0),(110561,26268,571,1,1,25756,1,4782.81,-4404.63,198.268,3.75246,300,0,0,10282,3466,0,0,0,0),(110562,26268,571,1,1,25756,1,4775.86,-4416.74,198.889,2.42601,300,0,0,10282,3466,0,0,0,0),(110563,26268,571,1,1,25756,1,4656.36,-4614.08,208.859,0.785398,300,0,0,10282,3466,0,0,0,0),(110564,26268,571,1,1,25756,1,4677.09,-4604.8,208.859,1.98968,300,0,0,10282,3466,0,0,0,0),(110565,26268,571,1,1,25756,1,4526.57,-4430.32,186.439,5.37561,300,0,0,10282,3466,0,0,0,0),(110566,26268,571,1,1,25756,1,4655.21,-4599.27,208.859,5.84685,300,0,0,10282,3466,0,0,0,0),(110567,26268,571,1,1,25756,1,4520.17,-4443.09,186.439,0.296706,300,0,0,10282,3466,0,0,0,0),(110568,26268,571,1,1,25756,1,4540.96,-4445.19,185.674,5.84685,300,0,0,10282,3466,0,0,0,0),(110569,26268,571,1,1,25756,1,4992.79,-4648.07,219.555,3.03687,300,0,0,10282,3466,0,0,0,0),(110570,26268,571,1,1,25756,1,5052.47,-4790.18,219.453,2.09439,300,0,0,10282,3466,0,0,0,0),(110571,26268,571,1,1,25756,1,4943.38,-4628.32,219.836,2.32301,300,0,0,10282,3466,2,0,0,0),(110572,26268,571,1,1,25756,1,4937.89,-4627.58,220.623,2.42601,300,0,0,10282,3466,2,0,0,0),(110573,26268,571,1,1,25756,1,4855.04,-4537.65,204.849,3.00614,300,0,0,10282,3466,2,0,0,0),(110575,24733,571,1,1,22610,0,3441.89,4146.73,16.9583,4.13643,300,0,0,9291,0,0,0,0,0),(110577,27037,571,1,1,24241,0,3237.74,-2267.83,115.855,1.3439,300,0,0,9940,0,0,0,0,0),(110578,27293,571,1,1,24503,1,3390.03,-2864.7,200.076,2.56563,300,0,0,19880,0,0,0,0,0),(110579,27293,571,1,1,24503,1,3499.07,-2838.08,202.279,2.89725,300,0,0,19880,0,0,0,0,0),(110580,27293,571,1,1,24503,1,3375.97,-2803.76,199.012,3.9968,300,0,0,19880,0,0,0,0,0),(110581,27293,571,1,1,24502,1,3460.07,-2904.98,201.101,0.523599,300,0,0,19880,0,0,0,0,0),(110582,27293,571,1,1,24503,1,3460.6,-2902.65,201.078,5.89921,300,0,0,19880,0,0,0,0,0),(110583,27293,571,1,1,24502,1,3474.67,-2776.72,201.028,2.56563,300,0,0,19880,0,0,0,0,0),(110584,28829,571,1,1,25736,0,5759.66,-3581.31,386.695,3.68265,300,0,0,10635,3561,2,0,0,0),(110585,32413,571,1,1,27956,0,5716.2,681.837,645.834,6.23082,300,0,0,10635,0,0,0,0,0),(110586,32669,571,1,1,251,0,5807.15,683.383,647.048,1.63569,300,0,0,241,601,0,0,0,0),(110587,24221,571,1,1,17188,0,823.495,-4732.25,-96.0611,4.85202,300,0,0,8982,0,0,0,0,0),(110588,24221,571,1,1,17188,0,777.832,-4735.43,-96.0611,1.37881,300,0,0,8982,0,0,0,0,0),(110589,24221,571,1,1,17188,0,807.254,-4749.23,-96.0611,4.32842,300,0,0,8982,0,0,0,0,0),(110590,24221,571,1,1,17188,0,810.89,-4710.43,-96.0611,1.25664,300,0,0,8982,0,0,0,0,0),(110591,24221,571,1,1,17188,0,785.799,-4725.14,-96.0611,5.65487,300,0,0,8982,0,0,0,0,0),(110592,24221,571,1,1,17188,0,790.184,-4702.48,-96.0611,4.39823,300,0,0,8982,0,0,0,0,0),(110593,24221,571,1,1,17188,0,794.29,-4743.3,-96.0611,2.30383,300,0,0,8982,0,0,0,0,0),(110594,27549,571,1,1,25950,1,2665.91,-2272.25,10.875,0.925025,300,0,0,33003,10929,0,0,0,0),(110595,27549,571,1,1,25951,1,2622.86,-2209.89,4.19457,2.35619,300,0,0,33003,10929,0,0,0,0),(110596,27549,571,1,1,25949,1,2638.16,-2197.14,3.95069,2.33874,300,0,0,33003,10929,0,0,0,0),(110597,27549,571,1,1,25949,1,2724.71,-2195.78,4.0108,0.872665,300,0,0,33003,10929,0,0,0,0),(110598,27549,571,1,1,25951,1,2697.29,-2177.51,4.24579,1.69297,300,0,0,33003,10929,0,0,0,0),(110599,27549,571,1,1,25949,1,2677.15,-2179.32,4.10666,1.69297,300,0,0,33003,10929,0,0,0,0),(110600,27549,571,1,1,25948,1,2750.64,-2252.07,21.1689,0.733038,300,0,0,33003,10929,0,0,0,0),(110601,27549,571,1,1,25948,1,2628.11,-2298.91,11.8167,1.53956,300,5,0,33003,10929,1,0,0,0),(110602,27293,571,1,1,24503,1,3475.15,-2774.35,200.758,3.59538,300,0,0,19880,0,0,0,0,0),(110603,27293,571,1,1,24503,1,3497.11,-2836.01,202.269,4.55531,300,0,0,19880,0,0,0,0,0),(110604,27293,571,1,1,24503,1,3374.6,-2806,199.048,1.3439,300,0,0,19880,0,0,0,0,0),(110605,27293,571,1,1,24503,1,3390.53,-2862.01,199.621,3.24631,300,0,0,19880,0,0,0,0,0),(110606,24221,571,1,1,17188,0,822.626,-4718.67,-96.0611,4.60767,300,0,0,8982,0,0,0,0,0),(110607,24221,571,1,1,17188,0,786.179,-4747.09,-96.0611,6.16101,300,0,0,8982,0,0,0,0,0),(110608,24221,571,1,1,17188,0,797.821,-4729.35,-96.0611,4.39823,300,0,0,8982,0,0,0,0,0),(110609,24221,571,1,1,17188,0,778.709,-4711.35,-96.0611,3.1765,300,0,0,8982,0,0,0,0,0),(110610,24221,571,1,1,17188,0,809.333,-4735.63,-96.0611,1.67552,300,0,0,8982,0,0,0,0,0),(110611,27549,571,1,1,25951,1,2733.74,-2218.58,4.25563,0.506145,300,0,0,33003,10929,0,0,0,0),(110612,27549,571,1,1,25950,1,2680.41,-2279.95,12.8508,1.22173,300,0,0,33003,10929,0,0,0,0),(110613,25245,571,1,1,23010,0,2282.29,5210.83,12.5771,4.2586,300,0,0,7984,0,0,0,0,0),(110614,27805,571,1,1,24084,0,3597.04,-1234.76,89.1654,1.16937,300,0,0,9940,10161,0,0,0,0),(110615,26525,571,1,1,23902,0,3743.08,1575.52,87.0573,3.14159,300,5,0,42,0,1,0,0,0),(110616,27549,571,1,1,25951,1,2592.7,-2239.18,1.81706,2.16421,300,0,0,33003,10929,0,0,0,0),(110617,26525,571,1,1,23902,0,3762.81,1598.6,87.0905,5.21725,300,5,0,42,0,1,0,0,0),(110618,26525,571,1,1,23902,0,3734.51,1583.83,87.0573,0.51352,300,0,0,42,0,0,0,0,0),(110619,26525,571,1,1,23902,0,3774.37,1588.82,87.1386,3.74237,300,5,0,42,0,1,0,0,0),(110620,26525,571,1,1,23902,0,3763.33,1599.52,87.0657,3.70656,300,5,0,42,0,1,0,0,0),(110621,26525,571,1,1,23902,0,3764.36,1578.28,87.0863,0.447162,300,5,0,42,0,1,0,0,0),(110622,26525,571,1,1,23902,0,3762.32,1597.15,87.0755,2.94474,300,5,0,42,0,1,0,0,0),(110623,26525,571,1,1,23902,0,3769.85,1578.69,87.1133,1.41074,300,5,0,42,0,1,0,0,0),(110624,26525,571,1,1,23902,0,3768.39,1595.97,87.1277,6.14304,300,5,0,42,0,1,0,0,0),(110625,26525,571,1,1,23902,0,3771.07,1596.52,87.1549,1.59373,300,5,0,42,0,1,0,0,0),(110626,26525,571,1,1,23902,0,3777.95,1594.27,87.1549,6.07892,300,5,0,42,0,1,0,0,0),(110627,26525,571,1,1,23902,0,3775.71,1576.4,87.1461,6.02579,300,5,0,42,0,1,0,0,0),(110628,26525,571,1,1,23902,0,7278.8,203.179,783.399,2.71028,300,5,0,42,0,1,0,0,0),(110629,26525,571,1,1,23902,0,7386.37,87.3103,767.812,3.60757,300,5,0,42,0,1,0,0,0),(110630,26525,571,1,1,23902,0,7467.42,239.419,769.348,0.760541,300,5,0,42,0,1,0,0,0),(110631,26525,571,1,1,23902,0,3768.1,1600.16,87.131,4.96723,300,5,0,42,0,1,0,0,0),(110632,26525,571,1,1,23902,0,3764.28,1574.35,87.0797,0.068664,300,5,0,42,0,1,0,0,0),(110633,26525,571,1,1,23902,0,3766.69,1589.94,87.1147,5.48184,300,5,0,42,0,1,0,0,0),(110634,26525,571,1,1,23902,0,3768.06,1579.79,87.1549,3.52329,300,5,0,42,0,1,0,0,0),(110635,27294,571,1,1,10271,0,4208.99,1108.36,143.64,2.31808,300,5,0,9610,0,1,0,0,0),(110636,27294,571,1,1,10271,0,4476.85,-662.841,126.126,5.41894,300,5,0,9610,0,1,0,0,0),(110637,27294,571,1,1,10271,0,4407.42,-579.902,132.864,5.93345,300,5,0,9610,0,1,0,0,0),(110638,27294,571,1,1,10271,0,4424.51,-157.663,84.9279,2.05016,300,0,0,9610,0,0,0,0,0),(110639,27294,571,1,1,10271,0,4413.02,-142.86,82.6006,0.883408,300,0,0,9610,0,0,0,0,0),(110640,24478,571,1,1,22458,0,2284.38,-2739.57,2.10917,0.785484,300,5,0,8982,0,1,0,0,0),(110641,24478,571,1,1,22458,0,1705.03,-2914,4.53338,2.55851,300,5,0,8982,0,1,0,0,0),(110642,24478,571,1,1,22458,0,2313.26,-2685.44,-7.09823,4.23066,300,5,0,8982,0,1,0,0,0),(110643,24478,571,1,1,22458,0,1707.81,-2985.09,2.23565,3.60891,300,5,0,8982,0,1,0,0,0),(110644,24478,571,1,1,22458,0,1651.5,-2927.49,0.724125,5.29672,300,5,0,8982,0,1,0,0,0),(110645,28062,571,1,1,25095,1,5484.59,-2623.72,307.053,0.034907,300,0,0,11379,3725,0,0,0,0),(110646,28574,571,1,1,25524,0,5505.6,4745.33,-194.35,2.28638,300,0,0,11001,3643,0,0,0,0),(110647,27550,571,1,1,24074,1,2846.81,-1713.96,17.6403,5.044,300,0,0,33003,0,0,0,0,0),(110648,27550,571,1,1,24073,1,2798.83,-1694.84,16.4136,4.2586,300,0,0,33003,0,0,0,0,0),(110649,27550,571,1,1,24074,1,2818.2,-1711.58,17.9522,4.66003,300,0,0,33003,0,0,0,0,0),(110650,27550,571,1,1,24074,1,2881.54,-1668.17,7.26807,4.18561,300,5,0,33003,0,1,0,0,0),(110651,28830,571,1,1,25738,0,5785.64,-3590.28,387.369,2.61799,300,0,0,10635,0,2,0,0,0),(110652,24478,571,1,1,22458,0,2442.81,-2681.61,-2.59659,0.236901,300,5,0,8982,0,1,0,0,0),(110653,24478,571,1,1,22458,0,2356.19,-2684.34,-7.43132,6.15308,300,5,0,8982,0,1,0,0,0),(110654,24478,571,1,1,22458,0,2110.87,-2607.89,-0.355981,5.99201,300,5,0,8982,0,1,0,0,0),(110655,24478,571,1,1,22458,0,1663.74,-2832.04,-3.06974,4.1261,300,5,0,8982,0,1,0,0,0),(110656,24478,571,1,1,22458,0,1632.08,-3019.76,-1.58889,1.28311,300,5,0,8982,0,1,0,0,0),(110657,24478,571,1,1,22458,0,1212.37,-3050.49,-3.30861,5.60177,300,5,0,8982,0,1,0,0,0),(110658,24478,571,1,1,22458,0,2043.32,-2772.66,-0.783284,1.33575,300,5,0,8982,0,1,0,0,0),(110659,24478,571,1,1,22458,0,1639.04,-2984.95,-0.239054,2.61324,300,5,0,8982,0,1,0,0,0),(110660,24478,571,1,1,22458,0,1381.37,-2946.33,-2.10288,5.96116,300,5,0,8982,0,1,0,0,0),(110661,24478,571,1,1,22458,0,1682.37,-2954.97,6.3262,6.23031,300,5,0,8982,0,1,0,0,0),(110662,24478,571,1,1,22458,0,1775.39,-2854.91,4.73936,4.79004,300,5,0,8982,0,1,0,0,0),(110663,24478,571,1,1,22458,0,2094.24,-2652.01,1.05912,1.5894,300,5,0,8982,0,1,0,0,0),(110664,24478,571,1,1,22458,0,2073.98,-2780.06,4.64811,3.20329,300,5,0,8982,0,1,0,0,0),(110665,24478,571,1,1,22458,0,1612.82,-3055.31,-0.178608,4.31209,300,5,0,8982,0,1,0,0,0),(110666,24478,571,1,1,22458,0,2411.42,-2679.86,-2.59443,3.01014,300,5,0,8982,0,1,0,0,0),(110667,24478,571,1,1,22458,0,1545.66,-3110.63,-3.06663,3.1635,300,5,0,8982,0,1,0,0,0),(110668,24478,571,1,1,22458,0,2486.19,-2649.76,-2.63601,1.56306,300,5,0,8982,0,1,0,0,0),(110669,24478,571,1,1,22458,0,2414.97,-2654.12,-2.65519,5.95165,300,5,0,8982,0,1,0,0,0),(110670,24478,571,1,1,22458,0,1342.94,-2912.53,-7.29887,2.85841,300,5,0,8982,0,1,0,0,0),(110671,24478,571,1,1,22458,0,1475.13,-2981.69,-11.9293,1.58935,300,5,0,8982,0,1,0,0,0),(110672,24478,571,1,1,22458,0,1249.62,-3016.1,-4.87932,1.16388,300,5,0,8982,0,1,0,0,0),(110673,24478,571,1,1,22458,0,2251.41,-2551.01,-0.593351,0.572704,300,5,0,8982,0,1,0,0,0),(110674,24478,571,1,1,22458,0,1309.35,-2958.53,-3.97774,3.82211,300,5,0,8982,0,1,0,0,0),(110675,24478,571,1,1,22458,0,1681.94,-2881.14,5.96882,3.0595,300,5,0,8982,0,1,0,0,0),(110676,24478,571,1,1,22458,0,1868.96,-2719.03,0.351825,3.56299,300,5,0,8982,0,1,0,0,0),(110677,26270,571,1,1,25748,1,4914.34,-4547.92,217.517,0.593412,300,0,0,9940,3387,0,0,0,0),(110678,24478,571,1,1,22458,0,1417.18,-2971.82,-2.52489,2.27879,300,5,0,8982,0,1,0,0,0),(110679,24478,571,1,1,22458,0,1756.46,-2875.83,5.50305,4.32132,300,5,0,8982,0,1,0,0,0),(110680,24478,571,1,1,22458,0,1183.44,-3084.75,-3.84061,5.40862,300,5,0,8982,0,1,0,0,0),(110681,24478,571,1,1,22458,0,1577.28,-3084.85,-3.11603,1.01704,300,5,0,8982,0,1,0,0,0),(110682,24478,571,1,1,22458,0,1648.1,-2871.7,-1.79308,1.58837,300,5,0,8982,0,1,0,0,0),(110683,24478,571,1,1,22458,0,2444.66,-2653.13,-2.66792,4.07975,300,5,0,8982,0,1,0,0,0),(110684,24478,571,1,1,22458,0,2314.42,-2705.85,-3.73952,4.48031,300,5,0,8982,0,1,0,0,0),(110685,24478,571,1,1,22458,0,1271.25,-2991.93,-3.62915,3.4167,300,5,0,8982,0,1,0,0,0),(110686,24478,571,1,1,22458,0,2179.74,-2622.12,-0.478976,5.64883,300,5,0,8982,0,1,0,0,0),(110687,24478,571,1,1,22458,0,2383.32,-2693.39,-2.60928,0.647722,300,5,0,8982,0,1,0,0,0),(110688,24478,571,1,1,22458,0,2546.12,-2652.92,2.67986,4.81309,300,5,0,8982,0,1,0,0,0),(110689,24478,571,1,1,22458,0,1660.91,-2852.39,-0.684834,5.43811,300,5,0,8982,0,1,0,0,0),(110690,24478,571,1,1,22458,0,1551.47,-3050.37,-6.921,1.02339,300,5,0,8982,0,1,0,0,0),(110691,24478,571,1,1,22458,0,1646.39,-2943.55,0.769872,2.86249,300,5,0,8982,0,1,0,0,0),(110692,24478,571,1,1,22458,0,1148.69,-3116.27,-1.65903,5.31337,300,5,0,8982,0,1,0,0,0),(110805,25758,571,1,1,24947,0,4238.54,5018.51,13.3985,1.94178,300,5,0,8982,3155,1,0,0,0),(110694,27294,571,1,1,10271,0,3185.01,-331.079,136.331,2.19451,300,5,0,9610,0,1,0,0,0),(110695,27550,571,1,1,24073,1,2822.42,-1667.18,16.6086,5.2709,300,0,0,33003,0,0,0,0,0),(110696,27294,571,1,1,10271,0,4402.39,1118.74,144.374,0.804733,300,5,0,9610,0,1,0,0,0),(110697,24478,571,1,1,22458,0,2182.5,-2479.32,-1.405,6.08953,300,5,0,8982,0,1,0,0,0),(110804,25758,571,1,1,24947,0,4288.65,4985.89,13.3985,0.115722,300,5,0,8982,3155,1,0,0,0),(110803,25758,571,1,1,24947,0,4260.65,4939.93,13.2736,0.147226,300,5,0,8982,3155,1,0,0,0),(110802,25758,571,1,1,24947,0,4300.64,5023.02,13.3985,2.86923,300,5,0,8982,3155,1,0,0,0),(110757,25758,571,1,1,24947,0,4022.19,4931.98,-12.9291,3.75613,300,5,0,8982,3155,1,0,0,0),(110718,25758,571,1,1,24947,0,4049.61,5085.6,-1.40164,2.42685,300,5,0,8982,3155,1,0,0,0),(110717,25758,571,1,1,24947,0,4084.18,5121.21,-1.49679,6.18178,300,5,0,8982,3155,1,0,0,0),(110716,25758,571,1,1,24947,0,4168.22,5157.59,13.38,3.02015,300,5,0,8982,3155,1,0,0,0),(110715,25758,571,1,1,24947,0,4044.64,4989.21,-13.5779,1.9629,300,5,0,8982,3155,1,0,0,0),(110714,25758,571,1,1,24947,0,4181.07,5065.28,13.3985,4.76934,300,5,0,8982,3155,1,0,0,0),(110713,25758,571,1,1,24947,0,4072.68,4778.29,-1.50646,4.95097,300,0,0,8982,3155,0,0,0,0),(110712,25758,571,1,1,24947,0,4111.7,4784.02,-2.03593,2.07529,300,5,0,8982,3155,1,0,0,0),(110711,25758,571,1,1,24947,0,4158.35,4822.19,-12.8706,1.9133,300,5,0,8982,3155,1,0,0,0),(110710,25758,571,1,1,24947,0,4252.18,4956.47,13.3985,2.52645,300,5,0,8982,3155,1,0,0,0),(110709,25758,571,1,1,24947,0,4176.16,5014.79,13.3985,5.01623,300,5,0,8982,3155,1,0,0,0),(110708,25758,571,1,1,24947,0,4051.74,4837.57,14.0036,4.59901,300,0,0,8982,3155,0,0,0,0),(110707,25758,571,1,1,24947,0,4084.79,4888.55,-12.8706,2.30024,300,5,0,8982,3155,1,0,0,0),(110706,25758,571,1,1,24947,0,4285.93,5071.43,13.3985,1.9164,300,5,0,8982,3155,1,0,0,0),(110705,25758,571,1,1,24947,0,4212.78,5050.41,13.3985,4.33461,300,5,0,8982,3155,1,0,0,0),(110704,25758,571,1,1,24947,0,3962.03,4924.44,-11.7981,3.44589,300,5,0,8982,3155,1,0,0,0),(110703,25758,571,1,1,24947,0,4219.49,4876.84,-12.8706,0.132982,300,5,0,8982,3155,1,0,0,0),(110719,24478,571,1,1,22458,0,2215.78,-2613.22,-0.610306,0.00692,300,5,0,8982,0,1,0,0,0),(110720,27294,571,1,1,10271,0,4219.92,1178.99,139.757,1.1609,300,5,0,9610,0,1,0,0,0),(110721,24478,571,1,1,22458,0,2487.39,-2719.06,2.73987,2.61861,300,5,0,8982,0,1,0,0,0),(110722,24478,571,1,1,22458,0,2514.3,-2685.88,2.49553,4.89068,300,5,0,8982,0,1,0,0,0),(110723,24478,571,1,1,22458,0,2508.36,-2751.21,6.37321,1.73592,300,5,0,8982,0,1,0,0,0),(110724,27294,571,1,1,10271,0,4047.13,1300.23,137.082,4.03978,300,5,0,9610,0,1,0,0,0),(110725,27294,571,1,1,10271,0,3429.17,-462.5,232.432,4.03363,300,5,0,9610,0,1,0,0,0),(110726,27294,571,1,1,10271,0,3189.09,-324.628,138.266,0.555494,300,5,0,9610,0,1,0,0,0),(110727,27294,571,1,1,10271,0,3130.73,-69.6537,79.0708,6.10435,300,0,0,9610,0,0,0,0,0),(110728,27294,571,1,1,10271,0,3729.11,1216.48,142.128,1.65051,300,0,0,9610,0,0,0,0,0),(110729,26270,571,1,1,25748,1,5057.46,-4826.75,215.925,5.81195,300,0,0,9940,3387,0,0,0,0),(110730,27294,571,1,1,10271,0,3110.75,-318.239,130.609,0.54479,300,5,0,9610,0,1,0,0,0),(110731,27294,571,1,1,10271,0,4188.56,-31.8832,65.9972,5.11824,300,5,0,9610,0,1,0,0,0),(110732,27294,571,1,1,10271,0,3034.44,-372.059,126.396,5.1303,300,5,0,9610,0,1,0,0,0),(110733,24478,571,1,1,22458,0,2237.49,-2587.4,-0.628193,3.80274,300,5,0,8982,0,1,0,0,0),(110734,27294,571,1,1,10271,0,3782.63,544.426,64.2736,1.49011,300,0,0,9610,0,0,0,0,0),(110735,27294,571,1,1,10271,0,3784.25,544.988,64.466,0.125684,300,5,0,9610,0,1,0,0,0),(110736,27294,571,1,1,10271,0,3310.5,-380.09,163.45,3.16317,300,5,0,9610,0,1,0,0,0),(110737,27294,571,1,1,10271,0,3261.86,-362.597,154.233,4.29595,300,5,0,9610,0,1,0,0,0),(110738,16030,571,1,1,9904,0,944.027,-4427.79,134.863,1.33103,300,8,0,8,0,1,0,0,0),(110739,16030,571,1,1,9906,0,916.537,-4465.55,142.48,3.60092,300,8,0,8,0,1,0,0,0),(110740,16030,571,1,1,9904,0,948.902,-4438.43,139.989,2.67044,300,8,0,8,0,1,0,0,0),(110741,27294,571,1,1,10271,0,3305.82,-367.422,162.95,2.74413,300,5,0,9610,0,1,0,0,0),(110742,27294,571,1,1,10271,0,3269.19,-363.25,155.173,4.35874,300,5,0,9610,0,1,0,0,0),(110743,24478,571,1,1,22458,0,2144.12,-2789.14,2.42752,2.98988,300,5,0,8982,0,1,0,0,0),(110744,27294,571,1,1,10271,0,3402.42,587.33,77.6566,6.25461,300,0,0,9610,0,0,0,0,0),(110745,27294,571,1,1,10271,0,3402.54,591.328,78.1266,6.25447,300,5,0,9610,0,1,0,0,0),(110746,27294,571,1,1,10271,0,3834.05,-89.0856,56.732,1.40211,300,0,0,9610,0,0,0,0,0),(110747,27294,571,1,1,10271,0,3835.96,-73.1224,55.5455,1.20635,300,0,0,9610,0,0,0,0,0),(110748,16030,571,1,1,9904,0,950.838,-4439.69,142.489,3.08928,300,8,0,8,0,1,0,0,0),(110749,16030,571,1,1,9904,0,896.074,-4435.7,138.862,1.85876,300,8,0,8,0,1,0,0,0),(110750,16030,571,1,1,9906,0,897.575,-4437.25,138.737,1.77503,300,8,0,8,0,1,0,0,0),(110752,26270,571,1,1,25748,1,4962.05,-4588.5,228.076,3.03687,300,0,0,9940,3387,0,0,0,0),(110753,27294,571,1,1,10271,0,3552.15,1217.66,138.105,3.62913,300,5,0,9610,0,1,0,0,0),(110754,27294,571,1,1,10271,0,3439.48,-392.422,192.606,0.096913,300,5,0,9610,0,1,0,0,0),(110755,27294,571,1,1,10271,0,3895.57,12.6331,45.7385,4.64595,300,0,0,9610,0,0,0,0,0),(110756,27294,571,1,1,10271,0,3894.39,1.3616,46.7069,4.24976,300,5,0,9610,0,1,0,0,0),(110702,25758,571,1,1,24947,0,4121.05,4856.77,-12.8659,0.601532,300,5,0,8982,3155,1,0,0,0),(110758,27294,571,1,1,10271,0,3556.98,541.637,66.2568,1.87644,300,0,0,9610,0,0,0,0,0),(110759,27294,571,1,1,10271,0,3553.17,540.433,66.0887,1.8757,300,5,0,9610,0,1,0,0,0),(110760,24478,571,1,1,22458,0,1750.37,-2811.91,4.10692,1.27616,300,5,0,8982,0,1,0,0,0),(110761,24478,571,1,1,22458,0,1729.26,-2790.32,3.10964,5.23243,300,5,0,8982,0,1,0,0,0),(110762,24478,571,1,1,22458,0,1711.14,-2843.99,3.40528,2.35852,300,5,0,8982,0,1,0,0,0),(110763,16030,571,1,1,9904,0,935.47,-4403.32,137.324,2.67983,300,8,0,8,0,1,0,0,0),(110764,16030,571,1,1,9904,0,895.265,-4440.25,139.112,1.88561,300,8,0,8,0,1,0,0,0),(110765,16030,571,1,1,9906,0,895.744,-4438.84,138.958,1.81056,300,8,0,8,0,1,0,0,0),(110766,27294,571,1,1,10271,0,4250.92,-549.51,134.069,2.70863,300,5,0,9610,0,1,0,0,0),(110767,27294,571,1,1,10271,0,4225.06,-548.694,142.855,3.75072,300,5,0,9610,0,1,0,0,0),(110768,27294,571,1,1,10271,0,3132.4,-67.0992,79.1273,-0.964317,300,0,0,9610,0,0,0,0,0),(110769,27294,571,1,1,10271,0,4450.78,1102.27,140.219,4.98224,300,5,0,9610,0,1,0,0,0),(110770,24478,571,1,1,22458,0,1735.42,-2790.32,3.31073,1.5708,300,5,0,8982,0,1,0,0,0),(110771,16030,571,1,1,9906,0,929.921,-4406.86,137.119,4.0437,300,8,0,8,0,1,0,0,0),(110773,16030,571,1,1,9906,0,929.167,-4409.38,136.119,3.03222,300,8,0,8,0,1,0,0,0),(110774,16030,571,1,1,9906,0,921.232,-4402.45,139.119,2.30135,300,8,0,8,0,1,0,0,0),(110775,27294,571,1,1,10271,0,3885.59,1319.75,124.091,3.52244,300,5,0,9610,0,1,0,0,0),(110776,27294,571,1,1,10271,0,4023.71,1357.44,130.055,3.99369,300,5,0,9610,0,1,0,0,0),(110777,27294,571,1,1,10271,0,3974.98,1393.53,136.565,4.73462,300,5,0,9610,0,1,0,0,0),(110778,27294,571,1,1,10271,0,3942.23,1446.54,133.877,2.11222,300,5,0,9610,0,1,0,0,0),(110779,27294,571,1,1,10271,0,4184.97,-33.6408,65.2158,5.16732,300,0,0,9610,0,0,0,0,0),(110780,27294,571,1,1,10271,0,4058.05,1286.7,135.099,5.58907,300,5,0,9610,0,1,0,0,0),(110781,24478,571,1,1,22458,0,2009.91,-2776.45,4.65312,1.67954,300,5,0,8982,0,1,0,0,0),(110782,24478,571,1,1,22458,0,2026.6,-2752.32,1.19626,5.87547,300,5,0,8982,0,1,0,0,0),(110783,24478,571,1,1,22458,0,2077.01,-2744.69,2.22013,1.7992,300,5,0,8982,0,1,0,0,0),(110784,24478,571,1,1,22458,0,2047.21,-2744.83,-0.74562,0.264686,300,5,0,8982,0,1,0,0,0),(110785,27550,571,1,1,24074,1,2783.27,-1669.68,14.7434,5.94259,300,5,0,33003,0,1,0,0,0),(110786,26270,571,1,1,25748,1,4975.05,-4616.74,224.357,2.33874,300,0,0,9940,3387,0,0,0,0),(110787,26270,571,1,1,25748,1,5026.48,-4807.49,219.271,1.6057,300,0,0,9940,3387,0,0,0,0),(110788,26270,571,1,1,25748,1,4979.28,-4771.22,220.271,3.4383,300,0,0,9940,3387,0,0,0,0),(110789,26270,571,1,1,25748,1,5002.94,-4668.38,220.192,0.785398,300,0,0,9940,3387,0,0,0,0),(110790,26270,571,1,1,25748,1,4955.45,-4615.15,219.591,1.3439,300,0,0,9940,3387,0,0,0,0),(110791,26270,571,1,1,25748,1,4988,-4676.5,219.569,2.82743,300,0,0,9940,3387,0,0,0,0),(110792,26270,571,1,1,25748,1,5038.69,-4778.5,219.165,3.22558,300,0,0,9940,3387,0,0,0,0),(110793,26270,571,1,1,25748,1,4981.03,-4685.34,219.565,2.35619,300,0,0,9940,3387,0,0,0,0),(110794,26270,571,1,1,25748,1,5022.35,-4749.2,219.472,1.29154,300,0,0,9940,3387,0,0,0,0),(110795,26270,571,1,1,25748,1,4944.58,-4673.58,219.578,4.03171,300,0,0,9940,3387,0,0,0,0),(110796,26270,571,1,1,25748,1,4949.59,-4691.08,219.598,2.96706,300,0,0,9940,3387,0,0,0,0),(110797,26270,571,1,1,25748,1,4982.02,-4658.28,219.292,3.85718,300,0,0,9940,3387,0,0,0,0),(110798,26270,571,1,1,25748,1,4927.69,-4576.82,219.618,5.11381,300,0,0,9940,3387,0,0,0,0),(110799,26270,571,1,1,25748,1,4955.42,-4658.84,219.572,5.14872,300,0,0,9940,3387,0,0,0,0),(110800,26270,571,1,1,25748,1,4911.31,-4613.84,219.51,4.05158,300,0,0,9940,3387,0,0,0,0),(110801,26270,571,1,1,25748,1,4925.4,-4556.63,220.453,0.279253,300,0,0,9940,3387,0,0,0,0),(110701,25758,571,1,1,24947,0,4126.23,4985.03,-13.1317,0.336247,300,5,0,8982,3155,1,0,0,0),(110700,25758,571,1,1,24947,0,4045.31,4863.86,14.0036,0.872665,300,0,0,8982,3155,0,0,0,0),(110699,25758,571,1,1,24947,0,4176.79,4922.79,-12.8706,1.43331,300,5,0,8982,3155,1,0,0,0),(110698,25758,571,1,1,24947,0,4231.59,4832.06,-12.8706,5.08411,300,5,0,8982,3155,1,0,0,0),(110693,25758,571,1,1,24947,0,4206.17,4986.16,13.3985,3.12498,300,5,0,8982,3155,1,0,0,0),(110807,27294,571,1,1,10271,0,4449.55,1113.25,139.738,2.1357,300,5,0,9610,0,1,0,0,0),(110808,27294,571,1,1,10271,0,4208.2,1157.63,139.037,4.39051,300,5,0,9610,0,1,0,0,0),(110809,27294,571,1,1,10271,0,3874.52,1292.11,131.559,4.36145,300,5,0,9610,0,1,0,0,0),(110810,29598,571,1,1,26323,0,7086.77,-1937.1,773.676,4.34587,300,0,0,12600,0,0,0,0,0),(110811,25503,571,1,1,23238,1,2807.95,6744.24,9.70237,1.61077,300,0,0,8982,3155,0,0,0,0),(110812,26271,571,1,1,27271,0,3796.46,13.9505,59.7361,4.79965,300,0,0,9940,0,0,0,537166592,0),(110813,26271,571,1,1,27271,0,4047.25,446.173,65.4092,2.46091,300,0,0,9940,0,0,0,537166592,0),(110814,26271,571,1,1,27271,0,4033.39,-45.1277,58.099,3.50811,300,0,0,9940,0,0,0,537166592,0),(110815,26271,571,1,1,27271,0,3685.85,533.118,64.9148,4.59022,300,0,0,9940,0,0,0,537166592,0),(110816,26271,571,1,1,27271,0,3441.12,462.933,60.4261,0.523599,300,0,0,9940,0,0,0,537166592,0),(110817,26271,571,1,1,27271,0,4336.08,-211.845,91.6073,0.907571,300,0,0,9940,0,0,0,537166592,0),(110818,27295,571,1,1,24507,0,3435.23,-2746.36,199.472,1.51844,300,0,0,10282,3466,0,0,0,0),(110819,28831,571,1,1,25737,0,5760.04,-3559.42,386.891,3.7615,300,0,0,10635,0,2,0,0,0),(110820,32415,571,1,1,27957,1,5885.04,458.25,641.653,0.20944,300,0,0,10635,0,0,0,0,0),(110821,29855,571,1,1,26593,1,7770.48,-1058.47,929.394,3.82227,300,0,0,37800,11982,0,0,0,0),(110822,19871,571,1,1,11686,0,4255.32,5043.87,14.5193,5.17329,300,5,0,4120,0,1,0,0,0),(110823,19871,571,1,1,11686,0,4128.47,5126.31,2.0711,5.42797,300,5,0,4120,0,1,0,0,0),(110824,19871,571,1,1,11686,0,4053.77,4850.71,-10.0123,3.64774,300,5,0,4120,0,1,0,0,0),(110825,19871,571,1,1,11686,0,4036.69,4917.34,-11.0417,1.23292,300,5,0,4120,0,1,0,0,0),(110826,19871,571,1,1,11686,0,4242.27,5072.12,14.5355,1.97399,300,5,0,4120,0,1,0,0,0),(110828,26271,571,1,1,27271,0,4360.74,-11.4773,60.5242,1.08255,300,0,0,9940,0,0,0,0,0),(110829,19871,571,1,1,11686,0,4214.07,5145.66,14.1824,5.04357,300,5,0,4120,0,1,0,0,0),(110830,19871,571,1,1,11686,0,4136.27,4888.82,-11.464,5.45042,300,5,0,4120,0,1,0,0,0),(110831,19871,571,1,1,11686,0,4156.24,4857.51,-12.3537,2.90961,300,5,0,4120,0,1,0,0,0),(110832,19871,571,1,1,11686,0,4106.11,4924.39,-11.3707,2.44756,300,5,0,4120,0,1,0,0,0),(110833,19871,571,1,1,11686,0,4067.26,4956.22,-11.7099,4.10648,300,5,0,4120,0,1,0,0,0),(110834,19871,571,1,1,11686,0,4110.44,5085.39,-0.402512,4.30673,300,5,0,4120,0,1,0,0,0),(110835,19871,571,1,1,11686,0,4169.94,5124.16,14.1863,0.419782,300,5,0,4120,0,1,0,0,0),(110836,19871,571,1,1,11686,0,4223.15,4807.04,-11.5982,5.3322,300,5,0,4120,0,1,0,0,0),(110837,23967,571,1,1,21943,1,1690.24,-3282.27,74.835,0.279253,300,0,0,8982,0,0,0,0,0),(110838,26271,571,1,1,27271,0,3856.7,-27.7189,50.3614,1.75603,300,0,0,9940,0,0,0,0,0),(110839,26271,571,1,1,27271,0,3756.28,476.619,50.6295,1.73562,300,0,0,9940,0,0,0,0,0),(110840,23711,571,1,1,25952,1,1237.43,-6192.9,228.31,0.174533,300,0,0,7984,0,0,0,0,0),(110841,26271,571,1,1,27271,0,4210.82,-101.358,65.3771,0.303517,300,0,0,9940,0,0,0,0,0),(110842,23711,571,1,1,25952,1,1217.56,-6105.17,223.553,1.78024,300,0,0,7984,0,0,0,0,0),(110843,23711,571,1,1,25952,1,1199.22,-6105.45,221.858,1.78024,300,0,0,7984,0,0,0,0,0),(110844,23967,571,1,1,21943,1,1524.96,-3202,68.9417,0.017453,300,0,0,8982,0,0,0,0,0),(110845,23711,571,1,1,25952,1,1185.83,-6150.7,219.959,0.05236,300,0,0,7984,0,0,0,0,0),(110846,23711,571,1,1,25952,1,1197.51,-6142.54,219.099,4.95674,300,0,0,7984,0,0,0,0,0),(110847,26271,571,1,1,27271,0,3941.25,408.278,40.2297,2.91699,300,0,0,9940,0,0,0,0,0),(110848,26271,571,1,1,27271,0,3765.12,633.394,77.4101,0.835895,300,0,0,9940,0,0,0,0,0),(110849,26271,571,1,1,27271,0,3973.8,479.432,44.2672,3.24076,300,0,0,9940,0,0,0,0,0),(110850,23711,571,1,1,25952,1,1217,-6150.11,219.552,4.29351,300,0,0,7984,0,0,0,0,0),(110851,23711,571,1,1,25952,1,1229.6,-6105.74,232.092,2.61799,300,0,0,7984,0,2,0,0,0),(110852,23967,571,1,1,21943,1,1570.42,-3664.12,131.387,1.48232,300,5,0,8982,0,1,0,0,0),(110853,26271,571,1,1,27271,0,3560.86,581.149,68.2363,4.33533,300,0,0,9940,0,0,0,0,0),(110854,26271,571,1,1,27271,0,3355.16,385.343,68.4933,3.26304,300,0,0,9940,0,0,0,0,0),(110855,23967,571,1,1,21943,1,1752.52,-3351.43,81.7247,4.03171,300,0,0,8982,0,0,0,0,0),(110856,23967,571,1,1,21943,1,1746.32,-3299.5,80.8524,1.11701,300,0,0,8982,0,0,0,0,0),(110857,23711,571,1,1,25952,1,1205.21,-6173.93,220.507,1.23918,300,0,0,7984,0,0,0,0,0),(110858,23711,571,1,1,25952,1,1213.58,-6201.22,225.767,4.15388,300,0,0,7984,0,0,0,0,0),(110859,23711,571,1,1,25952,1,1178.19,-6105.84,223.745,1.50098,300,0,0,7984,0,0,0,0,0),(110860,23967,571,1,1,21943,1,1606.4,-3258.24,3.50588,1.8675,300,0,0,8982,0,0,0,0,0),(110861,23967,571,1,1,21943,1,1644.05,-3264.35,3.44017,0.244346,300,0,0,8982,0,0,0,0,0),(110862,23967,571,1,1,21943,1,1566.86,-3412.7,55.3054,4.86156,300,0,0,8982,0,2,0,0,0),(110863,23967,571,1,1,21943,1,1584.72,-3477.9,48.4428,4.69494,300,0,0,8982,0,0,0,0,0),(110864,23967,571,1,1,21943,1,1560.33,-3468.13,55.4639,4.92183,300,0,0,8982,0,0,0,0,0),(110865,23967,571,1,1,21943,1,1549.12,-3621.64,114.172,5.23928,300,0,0,8982,0,2,0,0,0),(110866,23967,571,1,1,21943,1,1537.35,-3606.48,113.568,2.54818,300,0,0,8982,0,0,0,0,0),(110867,23967,571,1,1,21943,1,1568.78,-3682.14,141.101,4.66003,300,0,0,8982,0,2,0,0,0),(110868,23967,571,1,1,21943,1,1673.32,-3675.51,149.545,0.296706,300,0,0,8982,0,0,0,0,0),(110869,23711,571,1,1,25952,1,1199.75,-6203.62,226.291,4.64258,300,0,0,7984,0,0,0,0,0),(110870,23711,571,1,1,25952,1,1185.77,-6165.91,221.123,0.436332,300,0,0,7984,0,0,0,0,0),(110871,23967,571,1,1,21943,1,1538.86,-3140.15,2.14313,1.85005,300,0,0,8982,0,0,0,0,0),(110872,23967,571,1,1,21943,1,1478.31,-3085.44,39.9251,5.74213,300,0,0,8982,0,0,0,0,0),(110873,23967,571,1,1,21943,1,1620.32,-3304.8,6.22418,0.279253,300,0,0,8982,0,0,0,0,0),(110874,23967,571,1,1,21943,1,1636.8,-3385.59,19.2355,0.698132,300,0,0,8982,0,0,0,0,0),(110875,23967,571,1,1,21943,1,1591.68,-3330.36,6.51863,2.16421,300,0,0,8982,0,0,0,0,0),(110876,23967,571,1,1,21943,1,1618.83,-3366,13.7837,4.69345,300,0,0,8982,0,2,0,0,0),(110877,23967,571,1,1,21943,1,1532.94,-3279.36,71.6776,5.5693,300,0,0,8982,0,2,0,0,0),(110878,23967,571,1,1,21943,1,1534.23,-3220.63,69.1631,0.942478,300,0,0,8982,0,0,0,0,0),(110879,23967,571,1,1,21943,1,1502.66,-3257.78,75.4153,2.87979,300,0,0,8982,0,0,0,0,0),(110880,23967,571,1,1,21943,1,1483.71,-3319.96,65.1752,4.29351,300,0,0,8982,0,0,0,0,0),(110881,23967,571,1,1,21943,1,1537.55,-3333.9,57.0224,1.27409,300,0,0,8982,0,0,0,0,0),(110882,23967,571,1,1,21943,1,1487.18,-3529.72,59.8735,3.9619,300,0,0,8982,0,0,0,0,0),(110883,23967,571,1,1,21943,1,1549.71,-3416.96,59.6961,3.19395,300,0,0,8982,0,0,0,0,0),(110884,23967,571,1,1,21943,1,1498.04,-3507.69,59.3722,2.46091,300,0,0,8982,0,0,0,0,0),(110885,23967,571,1,1,21943,1,1524.4,-3512.9,57.2873,5.81195,300,0,0,8982,0,0,0,0,0),(110886,23967,571,1,1,21943,1,1521.86,-3494.51,57.8242,2.60054,300,0,0,8982,0,0,0,0,0),(110887,23967,571,1,1,21943,1,1508.14,-3526.32,57.5791,4.41568,300,0,0,8982,0,0,0,0,0),(110888,23967,571,1,1,21943,1,1626.19,-3465,30.7502,2.02458,300,0,0,8982,0,0,0,0,0),(110889,23711,571,1,1,25952,1,1163.57,-6159.84,227.309,3.14159,300,0,0,7984,0,0,0,0,0),(110890,23711,571,1,1,25952,1,1163.4,-6130.89,227.363,3.05433,300,0,0,7984,0,0,0,0,0),(110891,26271,571,1,1,27271,0,3334.45,378.306,70.8074,2.89863,300,0,0,9940,0,0,0,0,0),(110892,23967,571,1,1,21943,1,1633.44,-3445.47,77.3692,3.08923,300,0,0,8982,0,0,0,0,0),(110893,23967,571,1,1,21943,1,1670.29,-3436.42,77.6814,5.86431,300,0,0,8982,0,2,0,0,0),(110894,23967,571,1,1,21943,1,1652.06,-3643.02,131.105,1.66658,300,0,0,8982,0,2,0,0,0),(110895,23967,571,1,1,21943,1,1653.13,-3583.04,107.383,0.191986,300,0,0,8982,0,0,0,0,0),(110896,23967,571,1,1,21943,1,1546.97,-3434.89,99.8594,3.59538,300,0,0,8982,0,0,0,0,0),(110897,23967,571,1,1,21943,1,1609.08,-3424.09,74.7703,4.81711,300,0,0,8982,0,0,0,0,0),(110898,23967,571,1,1,21943,1,1581.63,-3513.33,104.228,3.9619,300,0,0,8982,0,0,0,0,0),(110899,23967,571,1,1,21943,1,1549.18,-3410.03,98.7394,4.86184,300,0,0,8982,0,2,0,0,0),(110900,23967,571,1,1,21943,1,1539.73,-3477.62,105.668,3.35103,300,0,0,8982,0,0,0,0,0),(110901,23967,571,1,1,21943,1,1583.06,-3543.49,108.959,1.01229,300,0,0,8982,0,0,0,0,0),(110902,23967,571,1,1,21943,1,1547.57,-3532.02,111.07,3.21141,300,0,0,8982,0,0,0,0,0),(110903,23967,571,1,1,21943,1,1544.23,-3413.57,100.122,2.54818,300,0,0,8982,0,0,0,0,0),(110904,23967,571,1,1,21943,1,1495.6,-3439.64,87.1489,0.488692,300,0,0,8982,0,0,0,0,0),(110905,23967,571,1,1,21943,1,1542.71,-3453.18,58.3725,0.07271,300,5,0,8982,0,1,0,0,0),(110906,23967,571,1,1,21943,1,1522.66,-3421.13,97.0178,4.53786,300,0,0,8982,0,0,0,0,0),(110907,23967,571,1,1,21943,1,1503.36,-3464.83,79.2705,5.74213,300,0,0,8982,0,0,0,0,0),(110908,23967,571,1,1,21943,1,1493.4,-3415.51,91.2022,2.00713,300,0,0,8982,0,0,0,0,0),(110909,23967,571,1,1,21943,1,1532.9,-3485.12,57.3953,4.41831,300,5,0,8982,0,1,0,0,0),(110910,23967,571,1,1,21943,1,1532.33,-3473.75,59.3086,3.52556,300,0,0,8982,0,0,0,0,0),(110911,23967,571,1,1,21943,1,1668.35,-3301.52,80.5277,5.86431,300,0,0,8982,0,0,0,0,0),(110912,23967,571,1,1,21943,1,1519.47,-3442.42,73.8519,2.42601,300,0,0,8982,0,0,0,0,0),(110913,23711,571,1,1,25952,1,1244.85,-6174.93,227.188,5.75959,300,0,0,7984,0,0,0,0,0),(110914,23967,571,1,1,21943,1,1617.14,-3387.4,77.474,0.575959,300,0,0,8982,0,0,0,0,0),(110915,23967,571,1,1,21943,1,1576.44,-3394.18,83.5933,3.58612,300,0,0,8982,0,2,0,0,0),(110916,23967,571,1,1,21943,1,1647.61,-3378.89,80.5856,0.541052,300,0,0,8982,0,0,0,0,0),(110917,23967,571,1,1,21943,1,1611.4,-3352.64,77.3833,4.85202,300,0,0,8982,0,0,0,0,0),(110918,23967,571,1,1,21943,1,1696.95,-3309.21,80.509,4.4855,300,0,0,8982,0,0,0,0,0),(110919,23967,571,1,1,21943,1,1682.13,-3254.94,74.0384,0.541052,300,0,0,8982,0,0,0,0,0),(110920,23967,571,1,1,21943,1,1650.03,-3319.42,80.8232,5.81195,300,0,0,8982,0,0,0,0,0),(110921,23967,571,1,1,21943,1,1686.38,-3296.65,79.0178,4.06662,300,0,0,8982,0,0,0,0,0),(110922,23967,571,1,1,21943,1,1718.67,-3302.54,80.1777,1.43117,300,0,0,8982,0,0,0,0,0),(110923,23967,571,1,1,21943,1,1785.18,-3341.01,82.6111,5.89921,300,0,0,8982,0,0,0,0,0),(110924,23967,571,1,1,21943,1,1747.99,-3324.95,79.9406,2.42604,300,0,0,8982,0,2,0,0,0),(110925,23967,571,1,1,21943,1,1729.25,-3343.92,81.763,4.27606,300,0,0,8982,0,0,0,0,0),(110926,23967,571,1,1,21943,1,1774.43,-3309.03,87.0466,0.890118,300,0,0,8982,0,0,0,0,0),(110927,23967,571,1,1,21943,1,1619.02,-3329.8,78.3825,1.38462,300,0,0,8982,0,2,0,0,0),(110928,23711,571,1,1,25952,1,1179.34,-6214.37,238.421,5.39307,300,0,0,7984,0,0,0,0,0),(110929,23711,571,1,1,25952,1,1211.38,-6177.67,232.29,1.51489,300,0,0,7984,0,2,0,0,0),(110930,23711,571,1,1,25952,1,1227.23,-6151.41,232.667,1.33095,300,0,0,7984,0,2,0,0,0),(110931,23711,571,1,1,25952,1,1253.11,-6151.33,232.459,6.28078,300,5,0,7984,0,1,0,0,0),(110932,23711,571,1,1,25952,1,1180.34,-6128.78,232.326,1.493,300,0,0,7984,0,2,0,0,0),(110933,23711,571,1,1,25952,1,1160.09,-6106.49,229.66,2.40855,300,0,0,7984,0,0,0,0,0),(110934,23967,571,1,1,21943,1,1588.48,-3154.81,1.04098,2.03473,300,0,0,8982,0,2,0,0,0),(110936,23967,571,1,1,21943,1,1663.61,-3424.7,78.559,1.81514,300,0,0,8982,0,0,0,0,0),(110940,23967,571,1,1,21943,1,1484.27,-3091.62,39.937,2.22094,300,5,0,8982,0,1,0,0,0),(110941,28575,571,1,1,27878,1,6477.39,-3265.51,403.784,6.19592,300,0,0,11379,3725,0,0,0,0),(110942,29599,571,1,1,26241,0,7315.05,-1603.17,944.069,2.59369,300,5,0,12600,3994,1,0,0,0),(200111,27470,571,1,1,0,1,3213.58,-1968.55,86.0934,3.77611,25,0,0,1,0,0,0,0,0),(110951,23968,571,1,1,11686,0,1406.58,-6341.21,7.42844,5.65487,300,0,0,4120,0,0,0,0,0),(110950,23968,571,1,1,11686,0,1508.38,-6323.07,10.6678,3.78736,300,0,0,4120,0,0,0,0,0),(110946,23968,571,1,1,11686,0,1401.25,-6345.24,6.50307,1.69297,300,0,0,4120,0,0,0,0,0),(110945,23968,571,1,1,11686,0,1506.42,-6321.7,7.7871,5.2748,300,0,0,4120,0,0,0,0,0),(110944,23968,571,1,1,11686,0,1469.12,-6340.39,8.30159,4.47639,300,0,0,4120,0,0,0,0,0),(110943,23968,571,1,1,11686,0,1474.88,-6350.15,7.8857,1.32645,300,0,0,4120,0,0,0,0,0),(110952,28832,571,1,1,25718,1,5773.54,-3564.82,386.994,1.16224,300,0,0,7984,0,2,0,0,0),(110953,31136,571,1,1,27509,1,5755.42,695.101,618.643,2.51327,300,0,0,12600,0,0,0,0,0),(110954,26272,571,1,1,27275,0,3304,-122.773,73.0175,5.31975,300,0,0,9291,0,2,0,0,0),(110955,26272,571,1,1,27275,0,4102.34,-85.8532,59.7192,1.91455,300,0,0,9291,0,0,0,0,0),(110956,26272,571,1,1,27275,0,4103.11,-86.5032,59.7241,4.84155,300,0,0,9291,0,0,0,0,0),(110958,28064,571,1,1,19595,0,5121.34,-3225.4,282.091,0.785398,300,5,0,4979,0,1,0,0,0),(110959,28320,571,1,1,25328,0,5819.19,4031.7,-83.3697,0.453786,300,0,0,11001,0,0,0,0,0),(110960,32416,571,1,1,27958,1,5702.58,698.099,645.761,4.72984,300,0,0,10635,0,0,0,0,0),(110961,26272,571,1,1,27275,0,4223.05,-101.078,64.3332,2.8678,300,0,0,9291,0,0,0,0,0),(110962,26272,571,1,1,27275,0,3903.54,47.8734,46.8193,4.55948,300,5,0,9291,0,1,0,0,0),(110963,28320,571,1,1,25328,0,5805.77,4030.83,-81.4888,5.72468,300,0,0,11001,0,0,0,0,0),(110964,28320,571,1,1,25328,0,5829,4022.81,-84.1632,2.28638,300,0,0,11001,0,0,0,0,0),(110965,28320,571,1,1,25329,0,5796.84,4024.71,-80.7138,3.71755,300,0,0,11001,0,0,0,0,0),(110966,28320,571,1,1,25328,0,5793.19,4036.02,-81.3006,3.54302,300,0,0,11001,0,0,0,0,0),(110967,28320,571,1,1,25328,0,5794.92,4050.77,-82.2508,1.58825,300,0,0,11001,0,0,0,0,0),(110969,26272,571,1,1,27275,0,4190.05,-43.8071,65.6279,5.16987,300,5,0,9291,0,1,0,0,0),(110970,28320,571,1,1,25329,0,5900.77,4189.37,-82.8291,3.36848,300,0,0,11001,0,0,0,0,0),(110971,28320,571,1,1,25328,0,5816.44,4041.35,-84.4912,3.15905,300,0,0,11001,0,0,0,0,0),(110972,28320,571,1,1,25329,0,5903.91,4062.63,-86.3207,5.11381,300,0,0,11001,0,0,0,0,0),(110973,28320,571,1,1,25329,0,5799.91,4070.21,-83.3084,0.436332,300,0,0,11001,0,0,0,0,0),(110974,28320,571,1,1,25329,0,5865.99,4075.02,-86.0572,2.1293,300,0,0,11001,0,0,0,0,0),(110975,28320,571,1,1,25328,0,5910.92,4100.44,-86.4058,2.46091,300,0,0,11001,0,0,0,0,0),(110976,28320,571,1,1,25328,0,5855.72,4055.87,-87.3979,1.81514,300,0,0,11001,0,0,0,0,0),(110977,28320,571,1,1,25329,0,5921.65,4152.15,-80.127,2.44346,300,0,0,11001,0,0,0,0,0),(110978,28320,571,1,1,25328,0,5892.7,4111.14,-87.3986,0.436332,300,0,0,11001,0,0,0,0,0),(110979,28320,571,1,1,25329,0,5866.49,4065.85,-87.3979,0.401426,300,0,0,11001,0,0,0,0,0),(110980,28320,571,1,1,25328,0,5922.23,4167.17,-80.329,0.523599,300,0,0,11001,0,0,0,0,0),(110981,28320,571,1,1,25328,0,5832.95,4079.84,-83.3747,4.81711,300,0,0,11001,0,0,0,0,0),(110982,28320,571,1,1,25329,0,5887.77,4102.6,-86.778,0.279253,300,0,0,11001,0,0,0,0,0),(110983,28320,571,1,1,25329,0,5881.43,4062.25,-86.0067,1.13446,300,0,0,11001,0,0,0,0,0),(110984,28320,571,1,1,25329,0,5936.02,4173.27,-79.6878,3.03687,300,0,0,11001,0,0,0,0,0),(110985,28320,571,1,1,25329,0,5928.12,4111.49,-86.2081,0.750492,300,0,0,11001,0,0,0,0,0),(110986,28320,571,1,1,25329,0,5926.54,4135.85,-84.7056,4.32842,300,0,0,11001,0,0,0,0,0),(110987,28320,571,1,1,25328,0,5879.73,4089.06,-85.8178,3.90954,300,0,0,11001,0,0,0,0,0),(110988,28320,571,1,1,25329,0,5845.38,4074.3,-82.1682,2.09439,300,0,0,11001,0,0,0,0,0),(110989,28320,571,1,1,25329,0,5908.03,4164.09,-83.6503,5.91667,300,0,0,11001,0,0,0,0,0),(110990,28320,571,1,1,25329,0,5918.62,4092.17,-86.2888,5.21853,300,0,0,11001,0,0,0,0,0),(110991,28320,571,1,1,25329,0,5934.94,4099.85,-87.3979,2.70526,300,0,0,11001,0,0,0,0,0),(110992,28320,571,1,1,25329,0,5910.86,4186.88,-80.9077,1.02974,300,0,0,11001,0,0,0,0,0),(110993,28320,571,1,1,25328,0,5911.13,4068.57,-86.391,6.03884,300,0,0,11001,0,0,0,0,0),(110994,28320,571,1,1,25328,0,5939.78,4138.44,-83.1161,2.98451,300,0,0,11001,0,0,0,0,0),(110995,28320,571,1,1,25328,0,5911.09,4085.16,-87.3979,3.28122,300,0,0,11001,0,0,0,0,0),(110996,28320,571,1,1,25328,0,5927.35,4176.46,-79.4406,0.401426,300,0,0,11001,0,0,0,0,0),(110997,28320,571,1,1,25328,0,5936.01,4163.25,-80.6096,2.87979,300,0,0,11001,0,0,0,0,0),(110998,28320,571,1,1,25329,0,5890.65,4073.37,-85.8896,4.55531,300,0,0,11001,0,0,0,0,0),(110999,28320,571,1,1,25329,0,5941.35,4149.92,-80.7598,1.15192,300,0,0,11001,0,0,0,0,0),(111000,28320,571,1,1,25328,0,5891.04,4087.34,-85.8725,0.244346,300,0,0,11001,0,0,0,0,0),(111001,28320,571,1,1,25329,0,5838.12,4088.17,-82.7963,2.02458,300,0,0,11001,0,0,0,0,0),(111002,28320,571,1,1,25329,0,5919.77,4145.97,-79.8148,3.4383,300,0,0,11001,0,0,0,0,0),(111005,28320,571,1,1,25329,0,5805.81,4047.48,-83.484,2.617,300,0,0,11001,0,0,0,0,0),(111008,28320,571,1,1,25329,0,5858.84,4075.04,-87.4654,0.054646,300,0,0,11001,0,0,0,0,0),(111010,28320,571,1,1,25329,0,5805.9,4050.64,-84.0319,4.95173,300,0,0,11001,0,0,0,0,0),(111014,28320,571,1,1,25328,0,5831.43,4045.28,-86.7564,0.366519,300,0,0,11001,0,0,0,0,0),(111016,28320,571,1,1,25329,0,5823.64,4051.91,-83.7855,5.61996,300,0,0,11001,0,0,0,0,0),(111017,28320,571,1,1,25328,0,5868.04,4045.46,-87.3965,5.28835,300,0,0,11001,0,0,0,0,0),(111022,28320,571,1,1,25328,0,5936.72,4121.78,-86.1598,0.872665,300,0,0,11001,0,0,0,0,0),(111025,28320,571,1,1,25329,0,5843.67,4028.56,-86.0385,2.25148,300,0,0,11001,0,0,0,0,0),(111038,28320,571,1,1,25328,0,5847.58,4045.54,-87.3967,4.01426,300,0,0,11001,0,0,0,0,0),(111041,26272,571,1,1,27275,0,3849.34,-74.0341,55.5255,1.41321,300,5,0,9291,0,1,0,0,0),(111042,26272,571,1,1,27275,0,3858.36,-70.489,54.7755,1.30754,300,5,0,9291,0,1,0,0,0),(111043,26272,571,1,1,27275,0,3357.82,518.555,78.3169,3.95256,300,0,0,9291,0,2,0,0,0),(111044,26272,571,1,1,27275,0,3603.57,625.241,78.0017,2.85417,300,5,0,9291,0,1,0,0,0),(111045,26272,571,1,1,27275,0,3322.54,178.968,67.6911,3.11426,300,5,0,9291,0,1,0,0,0),(111046,26272,571,1,1,27275,0,3990.71,486.595,42.7672,3.54231,300,5,0,9291,0,1,0,0,0),(111047,26272,571,1,1,27275,0,3559.26,497.914,60.6665,4.76633,300,5,0,9291,0,1,0,0,0),(111048,26272,571,1,1,27235,0,3068.63,-25.2474,76.4264,5.02231,300,5,0,9291,0,1,0,0,0),(111049,26272,571,1,1,27275,0,3204.12,9.46414,75.3501,5.1532,300,0,0,9291,0,2,0,0,0),(111050,26272,571,1,1,27275,0,3139.2,-73.9998,78.8348,5.60795,300,5,0,9291,0,1,0,0,0),(111051,26272,571,1,1,27275,0,3097.31,201.777,82.8672,0.101314,300,0,0,9291,0,2,0,0,0),(111052,29856,571,1,1,7763,0,5167.7,-1769.8,244.815,5.91667,300,5,0,10635,0,1,0,0,0),(111053,29856,571,1,1,7763,0,5251.08,-1740.33,238.724,3.61283,300,5,0,10635,0,1,0,0,0),(111054,29856,571,1,1,7763,0,5260.41,-1709.03,235.017,2.28638,300,5,0,10635,0,1,0,0,0),(111055,29856,571,1,1,7763,0,4988.2,-1700.95,243.313,4.83456,300,5,0,10635,0,1,0,0,0),(111056,29856,571,1,1,7763,0,5002.69,-1575.06,239.055,4.90438,300,5,0,10635,0,1,0,0,0),(111057,29856,571,1,1,7763,0,5111.34,-1585.49,235.314,4.2586,300,5,0,10635,0,1,0,0,0),(111058,29856,571,1,1,7763,0,5140.8,-1616.94,236.039,2.94961,300,5,0,10635,0,1,0,0,0),(111059,29856,571,1,1,7763,0,5021.11,-1681.52,243.17,4.97419,300,5,0,10635,0,1,0,0,0),(111060,29856,571,1,1,7763,0,5232.68,-1639.91,235.148,4.15388,300,5,0,10635,0,1,0,0,0),(111061,29856,571,1,1,7763,0,4998.51,-1535.8,239.236,3.33358,300,5,0,10635,0,1,0,0,0),(111062,29856,571,1,1,7763,0,5098.59,-1561.89,238.839,1.76278,300,5,0,10635,0,1,0,0,0),(111063,29856,571,1,1,7763,0,5239.42,-1685.18,235.935,1.309,300,5,0,10635,0,1,0,0,0),(111064,29856,571,1,1,7763,0,5208.35,-1605.43,238.192,0.034907,300,5,0,10635,0,1,0,0,0),(111065,29856,571,1,1,7763,0,4975.8,-1591.58,239.118,4.27606,300,5,0,10635,0,1,0,0,0),(111066,29856,571,1,1,7763,0,5053.1,-1640.93,238.827,1.72788,300,5,0,10635,0,1,0,0,0),(111067,29856,571,1,1,7763,0,5069.64,-1561.09,238.132,2.05949,300,5,0,10635,0,1,0,0,0),(111068,29856,571,1,1,7763,0,5083.83,-1545.38,240.568,3.12414,300,5,0,10635,0,1,0,0,0),(111069,29856,571,1,1,7763,0,5234.51,-1775.12,236.017,5.61996,300,5,0,10635,0,1,0,0,0),(111070,29856,571,1,1,7763,0,5151.11,-1741.48,237.492,0.296706,300,5,0,10635,0,1,0,0,0),(111071,29856,571,1,1,7763,0,5216.88,-1737.43,235.76,4.86947,300,5,0,10635,0,1,0,0,0),(111072,29856,571,1,1,7763,0,5220.36,-1706.78,235.269,1.91986,300,5,0,10635,0,1,0,0,0),(111073,25248,571,1,1,23027,1,2317.16,5194.13,12.5805,1.20428,300,0,0,7984,0,0,0,0,0),(111075,25504,571,1,3,23239,0,2886.78,6732.96,32.9695,1.98968,300,0,0,17465,2991,0,0,0,0),(111085,25760,571,1,1,25633,1,3060,4836.07,3.91526,0.959931,300,0,0,6986,0,0,0,0,0),(111086,25760,571,1,1,25633,1,2897.68,4942.04,3.53865,1.11701,300,0,0,6986,0,0,0,0,0),(111087,25760,571,1,1,25633,1,3084.78,4855.13,2.818,3.94027,300,0,0,6986,0,0,0,0,0),(111088,25760,571,1,1,25633,1,2838.58,4926.03,3.85451,-2.46195,300,0,0,6986,0,0,0,0,0),(111089,25760,571,1,1,25633,1,2836.43,4927.52,4.05493,0.592447,300,0,0,6986,0,0,0,0,0),(111090,25760,571,1,1,25633,1,2838.39,4908.58,2.25585,0.018972,300,0,0,6986,0,0,0,0,0),(111091,25760,571,1,1,25633,1,2839.98,4905.62,2.65067,0.39809,300,0,0,6986,0,0,0,0,0),(111092,25760,571,1,1,25633,1,2912.81,4934.55,2.64507,1.29154,300,0,0,6986,0,0,0,0,0),(111093,25760,571,1,1,25633,1,2840.58,4587.11,0.56577,2.31019,300,0,0,6986,0,0,0,0,0),(111095,25760,571,1,1,25633,1,2759.99,4750.92,1.77199,-0.203325,300,0,0,6986,0,0,0,0,0),(111096,25760,571,1,1,25633,1,2835.11,4923.28,3.69765,0.66769,300,0,0,6986,0,0,0,0,0),(111097,25760,571,1,1,25633,1,2836.75,4585,0.497241,1.65839,300,0,0,6986,0,0,0,0,0),(111099,25760,571,1,1,25633,1,2830.27,4627.54,2.57112,1.71896,300,0,0,6986,0,0,0,0,0),(111100,25760,571,1,1,25633,1,2756.56,4747.71,2.13784,-0.120146,300,0,0,6986,0,0,0,0,0),(111102,25760,571,1,1,25633,1,3152.07,4784,8.34801,-0.092627,300,0,0,6986,0,0,0,0,0),(111103,25760,571,1,1,25633,1,2866.09,4743.63,0.869852,5.77704,300,0,0,6986,0,0,0,0,0),(111104,25760,571,1,1,25633,1,3156.37,4785.11,7.7995,1.13898,300,0,0,6986,0,0,0,0,0),(111107,25760,571,1,1,25633,1,2834.85,4592.35,0.850084,1.1814,300,0,0,6986,0,0,0,0,0),(111108,25760,571,1,1,25633,1,2855.42,4722.79,2.09871,-0.149383,300,0,0,6986,0,0,0,0,0),(111109,25760,571,1,1,25633,1,2836.68,4712.36,2.64212,0.418879,300,0,0,6986,0,0,0,0,0),(111110,25760,571,1,1,25633,1,2754.11,4743.4,2.2197,0.225227,300,0,0,6986,0,0,0,0,0),(111113,25760,571,1,1,25633,1,2841.55,4903.86,2.47394,1.05497,300,0,0,6986,0,0,0,0,0),(111114,25760,571,1,1,25633,1,2866.95,4702.26,2.11896,0.369069,300,0,0,6986,0,0,0,0,0),(111115,25760,571,1,1,25633,1,3042.35,4588.86,4.15057,0.511571,300,0,0,6986,0,0,0,0,0),(111116,25760,571,1,1,25633,1,3043.51,4598.91,3.85578,0.518237,300,0,0,6986,0,0,0,0,0),(111117,25760,571,1,1,25633,1,3061.53,4708.71,3.36252,0.338117,300,0,0,6986,0,0,0,0,0),(111118,25760,571,1,1,25633,1,3058.43,4714.3,2.69031,3.44589,300,5,0,6986,0,1,0,0,0),(111119,25760,571,1,1,25633,1,3075.35,4675.3,3.39026,3.11728,300,0,0,6986,0,0,0,0,0),(111120,25760,571,1,1,25633,1,3063.17,4693.16,3.29003,1.08382,300,0,0,6986,0,0,0,0,0),(111121,25760,571,1,1,25633,1,3064.91,4699.17,4.2204,0.144993,300,0,0,6986,0,0,0,0,0),(111122,25760,571,1,1,25633,1,3050,4729.65,1.9373,5.89921,300,0,0,6986,0,0,0,0,0),(111123,25760,571,1,1,25633,1,2908.27,4837.2,0.396221,0.800322,300,0,0,6986,0,0,0,0,0),(111124,25760,571,1,1,25633,1,2971,4902.75,1.81374,3.88116,300,5,0,6986,0,1,0,0,0),(111125,25760,571,1,1,25633,1,3145.12,4822.77,3.12138,0.226893,300,0,0,6986,0,0,0,0,0),(111126,25760,571,1,1,25633,1,3110.95,4860.54,1.89937,1.16937,300,0,0,6986,0,0,0,0,0),(111137,25760,571,1,1,25633,1,2752.56,4712.65,2.86821,-0.222386,300,0,0,6986,0,0,0,0,0),(111140,25760,571,1,1,25633,1,3057.03,4810.47,1.49686,5.70723,300,0,0,6986,0,0,0,0,0),(1976192,14525,1,1,1,0,0,6265.19,-1111,371.329,0.54,600,0,0,3331,0,0,0,0,0),(111143,25249,571,1,1,23025,1,2292.17,5204.01,11.7188,-0.383973,300,0,0,7185,7196,0,0,0,0),(143417,37878,571,1,1,0,0,4760.65,-561.325,165.057,3.94444,120,0,0,1,0,0,0,0,0),(111145,26785,571,1,1,16946,0,4486.46,-4653.99,78.9732,1.65806,300,0,0,9610,3309,0,0,0,0),(111146,26785,571,1,1,16946,0,4317.82,-4880.28,35.0747,0.820305,300,0,0,9610,3309,0,0,0,0),(111147,26785,571,1,1,16946,0,4218.69,-5050.18,7.11765,0.994838,300,0,0,9610,3309,0,0,0,0),(111148,27553,571,1,1,23864,1,4982.35,1263.23,228.171,3.45575,300,0,0,39760,0,0,0,0,0),(111149,27553,571,1,1,23865,1,4933.62,1190.02,224.149,1.37881,300,0,0,39760,0,0,0,0,0),(111150,27553,571,1,1,23865,1,4792.79,1112.03,137.298,3.26377,300,0,0,39760,0,0,0,0,0),(111151,27553,571,1,1,23866,1,4903.74,1209.72,217.712,3.64774,300,0,0,39760,0,0,0,0,0),(111152,27553,571,1,1,23866,1,4959.08,1248.03,227.944,0.931189,300,0,0,39760,0,0,0,0,0),(111153,27553,571,1,1,23867,1,4980.59,1249.2,227.573,2.68781,300,0,0,39760,0,0,0,0,0),(111154,27553,571,1,1,23864,1,4898.47,1247.35,226.941,0.750492,300,0,0,39760,0,0,0,0,0),(111155,27553,571,1,1,23867,1,4957.84,1246.36,227.888,0.931101,300,0,0,39760,0,0,0,0,0),(111156,31393,571,1,1,0,0,5347.38,604.819,322.421,5.98306,120,0,0,1,0,2,0,0,0),(111157,26785,571,1,1,16946,0,2890.6,-2624.41,96.3529,0.767945,300,0,0,9610,3309,0,0,0,0),(111158,27553,571,1,1,23866,1,4905.1,1190.13,216.744,2.82743,300,0,0,39760,0,0,0,0,0),(111159,27553,571,1,1,23864,1,4970.14,1220.35,228.626,0.533319,300,0,0,39760,0,0,0,0,0),(111160,27553,571,1,1,23867,1,4903.92,1243.47,226.703,0.942478,300,0,0,39760,0,0,0,0,0),(111161,27553,571,1,1,23867,1,4941.12,1330.73,235.17,5.0091,300,0,0,39760,0,0,0,0,0),(111163,27553,571,1,1,23866,1,4978.12,1225.06,229.351,3.67457,300,0,0,39760,0,0,0,0,0),(111164,27553,571,1,1,23867,1,4906.27,1355.47,231.016,1.98968,300,0,0,39760,0,0,0,0,0),(111165,27553,571,1,1,23866,1,4945.39,1329.22,235.171,3.66519,300,0,0,39760,0,0,0,0,0),(111166,27553,571,1,1,23864,1,4784.14,1130.2,138.19,3.50811,300,0,0,39760,0,0,0,0,0),(76000,37832,571,1,1,0,0,4798.7,-639.529,160.569,4.34587,120,0,0,1,0,0,0,0,0),(111169,26273,571,1,1,27276,0,3049.48,198.89,82.5993,0.097055,300,0,0,8982,0,0,0,0,0),(111170,26273,571,1,1,27278,0,3037.54,197.677,81.9718,0.093098,300,0,0,8982,0,0,0,0,0),(111171,26273,571,1,1,27279,0,3345.28,378.47,69.6824,0.210608,300,5,0,8982,0,1,0,0,0),(111172,26273,571,1,1,27277,0,4415.35,-140.027,82.6737,2.86738,300,5,0,8982,0,1,0,0,0),(111173,26273,571,1,1,27276,0,3335.77,-164.691,72.4586,5.31096,300,0,0,8982,0,0,0,0,0),(111174,26273,571,1,1,27279,0,4101.26,-87.4508,59.4479,4.24623,300,0,0,8982,0,0,0,0,0),(111175,26273,571,1,1,27276,0,3204.12,9.46414,75.3501,5.11536,300,0,0,8982,0,0,0,0,0),(111176,26273,571,1,1,27276,0,3204.12,9.46414,75.3501,5.08246,300,0,0,8982,0,0,0,0,0),(111177,26273,571,1,1,27276,0,3204.12,9.46414,75.3501,5.18153,300,0,0,8982,0,0,0,0,0),(111178,26273,571,1,1,27278,0,4101.46,-83.4769,59.6988,1.90998,300,0,0,8982,0,0,0,0,0),(111179,26273,571,1,1,27278,0,3863.84,-50.7102,53.5657,1.46585,300,5,0,8982,0,1,0,0,0),(111181,26273,571,1,1,27279,0,3333.52,375.956,71.1577,0.210849,300,5,0,8982,0,1,0,0,0),(111182,26273,571,1,1,27278,0,4220.4,-100.708,64.3852,1.58739,300,0,0,8982,0,0,0,0,0),(111183,27553,571,1,1,23866,1,4875.66,1273.75,218.53,3.21141,300,0,0,39760,0,0,0,0,0),(111184,27553,571,1,1,23866,1,4873.93,1255.53,219.34,3.01942,300,0,0,39760,0,0,0,0,0),(132578,21787,530,1,1,20682,1,-4172.24,3180.69,315.689,0.797436,180,5,0,5744,3231,1,0,0,0),(111188,27553,571,1,1,23867,1,4859.6,1325.56,230.197,0.983607,300,5,0,39760,0,1,0,0,0),(111189,26273,571,1,1,27276,0,3616.28,622.835,79.5886,2.86262,300,5,0,8982,0,1,0,0,0),(132579,21787,530,1,1,20682,1,-4119.26,3012.94,344.139,0.269749,180,5,0,5744,3231,1,0,0,0),(111191,27553,571,1,1,23867,1,4814.29,1313.08,172.228,-2.81544,300,0,0,39760,0,0,0,0,0),(111192,27553,571,1,1,23864,1,4811.72,1313.11,171.044,1.20125,300,0,0,39760,0,0,0,0,0),(111193,26273,571,1,1,27278,0,3992.07,476.571,42.0172,6.24244,300,5,0,8982,0,1,0,0,0),(111194,26273,571,1,1,27278,0,3556.06,542.76,66.4637,4.81949,300,5,0,8982,0,1,0,0,0),(111195,26273,571,1,1,27277,0,3555.7,548.193,67.0038,4.78759,300,5,0,8982,0,1,0,0,0),(111196,26273,571,1,1,27276,0,3998.65,480.113,43.5172,3.16937,300,5,0,8982,0,1,0,0,0),(111197,26273,571,1,1,27279,0,3840.74,-73.338,55.4005,1.23429,300,5,0,8982,0,1,0,0,0),(111198,26273,571,1,1,27279,0,3404.18,564.717,77.4555,3.95248,300,5,0,8982,0,1,0,0,0),(111199,26273,571,1,1,27278,0,3407.59,571.687,77.2821,-2.26099,300,0,0,8982,0,0,0,0,0),(111200,26273,571,1,1,27277,0,3526.88,653.3,74.464,2.98276,300,5,0,8982,0,1,0,0,0),(111201,26273,571,1,1,27277,0,3517.56,660.359,72.7791,2.99655,300,5,0,8982,0,1,0,0,0),(132575,21787,530,1,1,20682,1,-4073.67,3189.92,296.58,5.52521,180,5,0,5744,3231,1,0,0,0),(111204,26273,571,1,1,27279,0,3340.58,178.475,66.9402,3.11425,300,5,0,8982,0,1,0,0,0),(111205,26273,571,1,1,27279,0,3523.19,428.89,48.555,1.04052,300,5,0,8982,0,1,0,0,0),(111206,26273,571,1,1,27276,0,3352.57,178.147,65.0652,3.11441,300,5,0,8982,0,1,0,0,0),(111207,26273,571,1,1,27279,0,3837.37,-69.417,55.2755,3.89227,300,5,0,8982,0,1,0,0,0),(111208,26273,571,1,1,27278,0,3862.01,-73.6335,55.1505,1.68607,300,5,0,8982,0,1,0,0,0),(111209,26273,571,1,1,27276,0,4181.19,-27.4155,63.6222,5.2256,300,5,0,8982,0,1,0,0,0),(111210,26273,571,1,1,27277,0,3116.8,-56.0811,78.261,5.60851,300,5,0,8982,0,1,0,0,0),(111211,26273,571,1,1,27277,0,3357.82,518.555,78.3169,0.7696,300,0,0,8982,0,0,0,0,0),(111212,27553,571,1,1,23867,1,4856.54,1192.24,198.006,4.30459,300,5,0,39760,0,1,0,0,0),(111213,29857,571,1,1,9954,0,7769.31,-1056.73,929.061,4.03171,300,0,0,15827,3893,0,0,0,0),(111218,27553,571,1,1,23865,1,4924.41,1275.88,226.291,3.62389,300,0,0,39760,0,2,0,0,0),(111219,27553,571,1,1,23867,1,4809.92,1307.64,170.808,-1.4917,300,0,0,39760,0,0,0,0,0),(111220,27553,571,1,1,23866,1,4858.23,1323.5,229.473,1.42769,300,5,0,39760,0,1,0,0,0),(111221,27553,571,1,1,23866,1,4811.99,1307.89,171.693,-2.09746,300,0,0,39760,0,0,0,0,0),(111223,27553,571,1,1,23866,1,4803.02,1302.29,168.481,0.154936,300,0,0,39760,0,0,0,0,0),(111224,32418,571,1,1,27959,0,5871.04,493.264,655.527,5.35816,300,0,0,10635,0,0,0,0,0),(111225,24226,571,1,1,22099,0,905.311,-4815.51,-72.3586,5.44543,300,0,0,647,0,0,0,0,0),(111226,24226,571,1,1,22099,0,927.292,-4862.97,-72.3585,1.95477,300,0,0,647,0,0,0,0,0),(111227,24226,571,1,1,22099,0,915.623,-4852.04,-72.3585,1.29154,300,0,0,647,0,0,0,0,0),(111228,24226,571,1,1,21754,0,918.614,-4809.84,-72.3585,4.4855,300,0,0,647,0,0,0,0,0),(111229,24226,571,1,1,21617,0,933.685,-4857.12,-72.3585,2.68781,300,0,0,647,0,0,0,0,0),(111230,24226,571,1,1,21617,0,913.657,-4812.91,-72.3585,4.79965,300,0,0,647,0,0,0,0,0),(111231,27298,571,1,1,24487,1,3635.66,5873.7,174.646,4.62512,300,0,0,7688,7500,0,0,0,0),(111232,25250,571,1,1,23026,0,2105.96,5303.95,34.0908,0.663225,300,0,0,10635,0,0,0,0,0),(111233,27554,571,1,1,24443,0,4465.85,-3624.65,233.952,3.25021,300,0,0,10282,0,0,0,0,0),(111234,27554,571,1,1,24418,0,4499.48,-3608.28,229.943,6.07375,300,0,0,10282,0,0,0,0,0),(111235,27554,571,1,1,24443,0,4494.6,-3633.04,232.666,3.31613,300,0,0,10282,0,0,0,0,0),(111236,27554,571,1,1,24416,0,4501.01,-3622.19,231.74,0.087266,300,0,0,10282,0,0,0,0,0),(111237,27554,571,1,1,24443,0,4493.21,-3617.87,231.873,3.38594,300,0,0,10282,0,0,0,0,0),(111238,27554,571,1,1,24443,0,4553.51,-3638.74,229.126,5.60251,300,0,0,10282,0,0,0,0,0),(111239,27554,571,1,1,24418,0,4501.79,-3634.07,232.376,0.069813,300,0,0,10282,0,0,0,0,0),(111240,27554,571,1,1,24443,0,4546.68,-3649.56,228.876,5.32325,300,0,0,10282,0,0,0,0,0),(111241,27554,571,1,1,24416,0,4534.08,-3649.33,229.225,1.55334,300,0,0,10282,0,0,0,0,0),(111242,27554,571,1,1,24416,0,4535.3,-3398.28,228.539,2.21657,300,0,0,10282,0,0,0,0,0),(111243,27554,571,1,1,24416,0,4514.61,-3402.94,227.057,-2.11178,300,0,0,10282,0,0,0,0,0),(111244,27554,571,1,1,24418,0,4603.98,-3478.55,227.015,2.30383,300,0,0,10282,0,0,0,0,0),(111245,27554,571,1,1,24418,0,4589.76,-3466.26,227.015,5.44543,300,0,0,10282,0,0,0,0,0),(111246,27554,571,1,1,24418,0,4541.7,-3556.62,230.902,0.558505,300,0,0,10282,0,0,0,0,0),(111247,27554,571,1,1,24443,0,4544.32,-3548.33,229.677,0.994838,300,0,0,10282,0,0,0,0,0),(111248,27554,571,1,1,24418,0,4550.97,-3551.48,230.147,5.65487,300,0,0,10282,0,0,0,0,0),(111249,27554,571,1,1,24416,0,4496.17,-3406.58,228.442,5.37561,300,0,0,10282,0,0,0,0,0),(111250,27554,571,1,1,24443,0,4511.16,-3406.19,227.057,0.92035,300,0,0,10282,0,0,0,0,0),(111251,27554,571,1,1,24416,0,4501.96,-3402.51,228.704,1.8326,300,0,0,10282,0,0,0,0,0),(111252,27554,571,1,1,24416,0,4512.36,-3406.74,227.057,0.855271,300,0,0,10282,0,0,0,0,0),(111253,27554,571,1,1,24418,0,4512.26,-3405.51,227.082,1.29474,300,0,0,10282,0,0,0,0,0),(111254,27554,571,1,1,24443,0,4515.23,-3403.79,227.057,3.3256,300,5,0,10282,0,1,0,0,0),(111255,27554,571,1,1,24418,0,4469,-3480.42,227.479,0.680678,300,0,0,10282,0,0,0,0,0),(111256,27554,571,1,1,24418,0,4473.69,-3485.47,227.376,2.53073,300,0,0,10282,0,0,0,0,0),(111257,27554,571,1,1,24418,0,4478.26,-3479.92,227.307,0.820305,300,0,0,10282,0,0,0,0,0),(111258,27554,571,1,1,24418,0,4477.3,-3474.07,227.216,3.71755,300,0,0,10282,0,0,0,0,0),(48249,29999,571,1,1,0,0,6502.11,-1733.94,490.455,5.55015,300,0,0,484,0,0,0,0,0),(48248,29999,571,1,1,0,0,6511,-1756.26,495.54,1.46608,300,0,0,484,0,0,0,0,0),(48247,29999,571,1,1,0,0,6514.17,-1752.01,498.858,4.90438,300,0,0,484,0,0,0,0,0),(48246,29999,571,1,1,0,0,6507.73,-1742.65,490.971,5.96903,300,0,0,484,0,0,0,0,0),(48245,29999,571,1,1,0,0,6355.28,-1590.16,427.92,4.2237,300,0,0,484,0,0,0,0,0),(111264,27554,571,1,1,25537,0,4516.19,-3405.05,227.057,6.06929,300,5,0,10282,0,1,0,0,0),(111265,27554,571,1,1,24416,0,4511.16,-3407.64,227.057,1.16364,300,0,0,10282,0,0,0,0,0),(111268,25762,571,1,1,23278,0,2471.37,4595.87,0.509074,0.067042,300,0,0,8982,0,0,0,0,0),(111269,25762,571,1,1,23278,0,2515.88,4529.96,1.62514,0.453786,300,0,0,8982,0,0,0,0,0),(111270,25762,571,1,1,23278,0,3010.09,4696.98,1.87981,1.17891,300,0,0,8982,0,0,0,0,0),(111271,25762,571,1,1,23278,0,2910.47,4550.56,-0.474033,1.01883,300,0,0,8982,0,0,0,0,0),(111272,25762,571,1,1,23278,0,2831.94,4511.31,-0.577112,0.122028,300,0,0,8982,0,0,0,0,0),(111273,25762,571,1,1,23278,0,2816.76,4842.02,0.949364,0.238481,300,0,0,8982,0,0,0,0,0),(111274,25762,571,1,1,23278,0,2700.86,4753.1,2.56614,0.023953,300,0,0,8982,0,0,0,0,0),(111275,25762,571,1,1,23278,0,2798.24,4813.67,-0.59511,6.19956,300,0,0,8982,0,0,0,0,0),(111276,25762,571,1,1,23278,0,2734.56,4848.06,-0.08758,0.122576,300,0,0,8982,0,0,0,0,0),(117301,28639,571,1,1,0,0,5984.55,-3882.62,417.438,1.91986,300,0,0,11379,0,0,0,0,0),(111278,24227,571,1,1,22205,0,1954.49,-3224.01,153.704,4.40847,300,0,0,8982,0,0,0,0,0),(111279,32419,571,1,1,27960,1,5888.38,459.708,641.57,3.40339,300,0,0,10635,0,0,0,0,0),(111280,30115,571,1,1,28222,1,5796.43,799.352,661.953,4.67748,300,0,0,13945000,2129000,0,0,0,0),(111281,27299,571,1,1,24486,0,3641.51,5908.36,174.578,6.13328,300,5,0,7688,7500,1,0,0,0),(111282,25251,571,1,1,23083,0,2270.5,5184.38,20.3754,0.034907,300,0,0,6986,0,0,0,0,0),(111283,32675,571,1,1,28143,0,5751.12,588.606,649.85,4.64258,300,0,0,10080,8814,0,0,0,0),(111284,27555,571,1,1,24443,0,4485.5,-3619.15,230.636,1.52226,300,5,0,9940,3387,1,0,0,0),(111285,27555,571,1,1,24443,0,4548.52,-3638.29,229.042,4.68073,300,5,0,9940,3387,1,0,0,0),(111286,27555,571,1,1,24443,0,4542.68,-3543.38,229.595,2.14433,300,0,0,9940,3387,2,0,0,0),(111287,27555,571,1,1,24443,0,4511.7,-3407.06,227.057,5.70003,300,0,0,9940,3387,0,0,0,0),(111288,27555,571,1,1,24443,0,4520.46,-3406.52,227.333,-2.89152,300,0,0,9940,3387,2,0,0,0),(111289,27555,571,1,1,24443,0,4484.35,-3478.28,227.307,4.25694,300,0,0,9940,3387,2,0,0,0),(111290,27555,571,1,1,24443,0,4487.84,-3641.6,230.301,4.80231,300,5,0,9940,3387,1,0,0,0),(111291,28323,571,1,1,9013,0,5581.93,-2690.85,276.598,6.14247,300,5,0,10635,0,1,0,0,0),(111292,28323,571,1,1,9013,0,5739.82,-2722.34,275.789,3.98639,300,5,0,10635,0,1,0,0,0),(111293,28323,571,1,1,9013,0,5745.65,-2808.89,274.626,2.70899,300,5,0,10635,0,1,0,0,0),(111294,28323,571,1,1,9013,0,5831.61,-2842.32,274.492,3.09749,300,5,0,10635,0,1,0,0,0),(111295,28323,571,1,1,9013,0,5632.96,-2859.65,274.382,3.65343,300,5,0,10635,0,1,0,0,0),(111296,28323,571,1,1,9013,0,5546.17,-3079.47,288.1,6.1322,300,5,0,10635,0,1,0,0,0),(111297,28323,571,1,1,9013,0,5495.67,-2957.22,276.662,0.366841,300,5,0,10635,0,1,0,0,0),(111298,28323,571,1,1,9013,0,5657.05,-2779.84,274.438,0.74648,300,5,0,10635,0,1,0,0,0),(111299,28323,571,1,1,9013,0,5800.58,-2741.01,276.686,0.782171,300,5,0,10635,0,1,0,0,0),(117079,28636,571,1,1,0,0,5988.72,-3878.04,417.15,2.35619,300,0,0,11379,0,0,0,0,0),(111301,28324,571,1,1,25308,1,5542.89,-3012.41,278.392,2.3911,300,0,0,9291,0,0,0,0,0),(111302,30116,571,1,1,26770,1,5800.59,792.837,661.953,2.54818,300,0,0,5040000,4407000,0,0,0,0),(111303,32676,571,1,1,28144,0,5889.87,635.026,647.78,0.244346,300,0,0,10080,8814,0,0,0,0),(111304,26276,571,1,1,0,0,3560.47,1769.35,171.998,1.91463,120,0,0,1,0,2,0,0,0),(111305,26276,571,1,1,24176,0,3256.88,2623.43,155.77,3.75341,300,60,0,57660,0,1,0,0,0),(111306,32420,571,1,1,27961,1,5887.56,478.679,641.57,1.18381,300,0,0,10635,0,0,0,0,0),(111307,27300,571,1,1,24488,0,3640.81,5910.73,174.578,3.11295,300,5,0,7688,7500,1,0,0,0),(111308,25764,571,1,1,26126,1,2987.81,4881.51,0.478939,5.08081,300,0,0,8982,0,0,0,0,0),(111309,25764,571,1,1,26126,1,2988.71,4903.2,0.47833,3.49333,300,0,0,8982,0,0,0,0,0),(111310,23972,571,1,1,11686,0,1498.19,-6194.46,15.0186,1.0821,300,0,0,4120,0,0,0,0,0),(111311,25764,571,1,1,26126,1,2999.9,4886.55,0.479066,3.92699,300,0,0,8982,0,0,0,0,0),(111312,25764,571,1,1,26126,1,2771.49,4764.86,-23.693,3.3834,300,0,0,8982,0,0,0,0,0),(111313,25764,571,1,1,26126,1,2993.91,4895.59,0.396647,3.47707,300,0,0,8982,0,0,0,0,0),(203202,24228,571,1,1,0,0,2894.91,-4889.15,405.86,6.17501,120,8,0,9291,0,1,0,0,0),(203201,24228,571,1,1,0,0,2862.83,-4587.84,273.69,4.67752,120,8,0,9291,0,1,0,0,0),(111316,25764,571,1,1,26127,1,3137.01,4871.39,2.48552,4.15897,300,5,0,8982,0,2,0,0,0),(203200,24228,571,1,1,0,0,2777.66,-4840.82,336.641,5.60509,120,8,0,9291,0,1,0,0,0),(203199,24228,571,1,1,0,0,2731.97,-4951.51,344.676,0.705851,120,8,0,9291,0,1,0,0,0),(203198,24228,571,1,1,0,0,2706.69,-4892.57,307.756,4.38246,120,8,0,9291,0,1,0,0,0),(111320,25764,571,1,1,26126,1,2981.58,4891.9,0.478571,3.33424,300,0,0,8982,0,0,0,0,0),(203197,24228,571,1,1,0,0,2656.94,-4997.91,337.96,2.40798,120,8,0,9291,0,1,0,0,0),(203196,24228,571,1,1,0,0,2604.58,-4911.85,297.078,2.51539,120,8,0,9291,0,1,0,0,0),(203195,24228,571,1,1,0,0,2581.49,-4924.21,290.974,1.26938,120,8,0,9291,0,1,0,0,0),(111324,25764,571,1,1,26126,1,2757.69,4744.22,2.2367,1.88345,300,0,0,8982,0,0,0,0,0),(111325,28068,571,1,1,25096,0,6252.69,-2620.27,302.502,3.08923,300,0,0,44000,40695,0,0,0,0),(111326,25764,571,1,1,26127,1,2856.99,4646.32,0.166819,4.323,300,0,0,8982,0,0,0,0,0),(111327,25764,571,1,1,26127,1,3064.92,4709.9,4.08646,3.47928,300,0,0,8982,0,0,0,0,0),(111328,25764,571,1,1,26127,1,2832.85,4629.46,2.64952,2.59909,300,0,0,8982,0,0,0,0,0),(111329,25764,571,1,1,26126,1,2829.73,4631.17,2.54074,-1.43805,300,0,0,8982,0,0,0,0,0),(111330,25764,571,1,1,26126,1,3061.14,4715.15,2.94936,-2.83772,300,0,0,8982,0,0,0,0,0),(111331,25764,571,1,1,26127,1,3065.91,4699.31,4.46752,0.145127,300,5,0,8982,0,1,0,0,0),(111332,25764,571,1,1,26127,1,3064.87,4696.37,3.79012,0.817935,300,0,0,8982,0,0,0,0,0),(111333,25764,571,1,1,26126,1,3073.42,4675.35,2.85473,-0.024359,300,0,0,8982,0,0,0,0,0),(111334,25764,571,1,1,26126,1,2760.19,4747.27,1.96231,1.62596,300,0,0,8982,0,0,0,0,0),(111335,25764,571,1,1,26126,1,2756.13,4711.84,3.06065,2.00713,300,0,0,8982,0,0,0,0,0),(111336,25764,571,1,1,26126,1,3037.59,4629.62,2.2213,3.94473,300,0,0,8982,0,0,0,0,0),(111337,25764,571,1,1,26127,1,3035.48,4618.12,2.24847,3.82507,300,0,0,8982,0,0,0,0,0),(111338,25764,571,1,1,26126,1,3040.66,4587.91,3.76743,3.65371,300,0,0,8982,0,0,0,0,0),(111339,25764,571,1,1,26126,1,3046.69,4600.73,3.93274,3.65962,300,0,0,8982,0,0,0,0,0),(111340,25764,571,1,1,26127,1,3048.47,4619.47,2.25313,1.66603,300,0,0,8982,0,0,0,0,0),(111341,25764,571,1,1,26127,1,2869.03,4703.06,2.09911,-2.7724,300,0,0,8982,0,0,0,0,0),(111342,25764,571,1,1,26127,1,2852.88,4723.16,2.72546,2.99334,300,0,0,8982,0,0,0,0,0),(111343,25764,571,1,1,26126,1,3171.17,4785.69,6.92142,3.8116,300,0,0,8982,0,0,0,0,0),(111344,25764,571,1,1,26127,1,3161.4,4796.1,6.04131,3.49617,300,0,0,8982,0,0,0,0,0),(111345,25764,571,1,1,26127,1,3127.97,4882.06,1.29425,4.19655,300,0,0,8982,0,0,0,0,0),(111346,25764,571,1,1,26126,1,2763.58,4750.18,1.85415,3.08923,300,0,0,8982,0,0,0,0,0),(111347,25764,571,1,1,26127,1,2843.36,4907.04,2.62296,3.08923,300,0,0,8982,0,0,0,0,0),(111348,25764,571,1,1,26127,1,2842.04,4908.65,2.54901,-2.17011,300,0,0,8982,0,0,0,0,0),(111349,25764,571,1,1,26126,1,2837.99,4925.55,3.76346,0.678859,300,0,0,8982,0,0,0,0,0),(111350,25764,571,1,1,26127,1,2839.46,4929.56,4.32156,-1.81613,300,0,0,8982,0,0,0,0,0),(111351,25764,571,1,1,26127,1,3175.9,4669.21,22.6549,0.087266,300,0,0,8982,0,0,0,0,0),(111352,25764,571,1,1,26126,1,2856.52,4905.9,2.62296,3.00197,300,0,0,8982,0,0,0,0,0),(111353,25764,571,1,1,26126,1,3163.41,4805.02,4.42786,2.37238,300,0,0,8982,0,0,0,0,0),(111354,25764,571,1,1,26126,1,2920.38,4965.8,6.81579,5.13902,300,0,0,8982,0,0,0,0,0),(111357,25764,571,1,1,26126,1,2839.84,4926.2,3.85434,2.77151,300,0,0,8982,0,0,0,0,0),(111358,25764,571,1,1,26127,1,3177.45,4675.03,20.8055,3.09297,300,0,0,8982,0,0,0,0,0),(111359,26276,571,1,1,24140,0,3614.99,1641.57,171.998,6.06692,300,0,0,57660,0,2,0,0,0),(111360,25765,571,1,1,23365,0,4235.85,5353.55,81.0348,2.65176,300,0,0,26946,0,2,0,0,0),(208905,40176,1,1,1,0,0,-717.108,-5030.85,16.7546,0.588063,45,10,0,1,0,1,0,0,0),(111362,26789,571,1,1,19595,0,4599.58,-4876.97,48.1465,0.802851,300,0,0,4979,0,0,0,0,0),(111363,25253,571,1,1,23031,1,2147.05,5307.98,15.5018,3.07178,300,0,0,42540,0,0,0,0,0),(111364,25253,571,1,1,23031,1,2177.31,5289.96,24.7486,5.98648,300,0,0,42540,0,0,0,0,0),(111365,25253,571,1,1,23031,1,2140.75,5266.23,45.809,4.55531,300,0,0,42540,0,0,0,0,0),(111366,25253,571,1,1,23031,1,2151.91,5311.51,24.7467,4.39823,300,0,0,42540,0,0,0,0,0),(111367,25253,571,1,1,23031,1,2145.1,5303.38,15.5018,2.67035,300,0,0,42540,0,0,0,0,0),(111368,25253,571,1,1,23031,1,2120.97,5272.14,45.8088,4.13643,300,0,0,42540,0,0,0,0,0),(111369,25253,571,1,1,23031,1,2162.05,5315.03,24.7286,2.86234,300,0,0,42540,0,0,0,0,0),(111370,25253,571,1,1,23031,1,2124.57,5279.05,45.7232,2.79218,300,5,0,42540,0,1,0,0,0),(111371,25253,571,1,1,23031,1,2296.5,5233.28,11.4042,2.61799,300,0,0,42540,0,0,0,0,0),(111372,25253,571,1,1,23031,1,2101.61,5304,34.0923,5.84685,300,0,0,42540,0,0,0,0,0),(111373,30885,571,1,1,27398,0,5759.52,577.122,615.052,2.19912,300,0,0,8508,7981,0,0,0,0),(111374,32677,571,1,1,28145,0,5913.33,739.644,641.043,5.07891,300,0,0,10080,8814,0,0,0,0),(111375,27557,571,1,1,24700,1,4906.69,1338.78,231.016,2.42601,300,0,0,117700,0,0,0,0,0),(111376,25253,571,1,1,23031,1,2353.95,5225.06,7.71537,5.18363,300,0,0,42540,0,0,0,0,0),(111377,25253,571,1,1,23031,1,2358.55,5204.63,7.71538,5.89921,300,0,0,42540,0,0,0,0,0),(111378,25253,571,1,1,24601,1,2343.82,5212.07,7.71537,6.03884,300,0,0,42540,0,0,0,0,0),(111379,25253,571,1,1,23031,1,2354.85,5223.55,7.71538,2.18166,300,0,0,42540,0,0,0,0,0),(111380,25253,571,1,1,23031,1,2350.78,5210.33,7.71537,3.29867,300,0,0,42540,0,0,0,0,0),(111381,25253,571,1,1,23031,1,2349.15,5209.93,7.71537,0.349066,300,0,0,42540,0,0,0,0,0),(111382,25253,571,1,1,24602,1,2349.19,5225.74,7.71537,5.95157,300,0,0,42540,0,0,0,0,0),(111383,25253,571,1,1,23031,1,2364.89,5221.37,7.71537,6.05629,300,0,0,42540,0,0,0,0,0),(111384,25253,571,1,1,23031,1,2246.24,5401.48,1.88726,6.14356,300,0,0,42540,0,0,0,0,0),(111385,32421,571,1,1,27962,1,5717.51,688.295,645.751,1.71042,300,0,0,10635,0,0,0,0,0),(111386,25253,571,1,1,23031,1,2166.21,5278.54,45.8089,5.98648,300,0,0,42540,0,0,0,0,0),(111387,25253,571,1,1,23031,1,2141.74,5280.2,24.7468,1.16937,300,0,0,42540,0,0,0,0,0),(111388,25253,571,1,1,23031,1,2144.51,5329.24,45.81,0.785398,300,0,0,42540,0,0,0,0,0),(111389,25253,571,1,1,23031,1,2105.51,5317.06,34.0952,6.00393,300,0,0,42540,0,0,0,0,0),(111390,25253,571,1,1,23031,1,2137.46,5282.05,24.7468,1.22173,300,0,0,42540,0,0,0,0,0),(111391,25253,571,1,1,23031,1,2174.99,5282.55,24.7484,6.0912,300,0,0,42540,0,0,0,0,0),(111392,25253,571,1,1,23031,1,2201.47,5256.23,10.656,5.89921,300,0,0,42540,0,0,0,0,0),(111393,25253,571,1,1,23031,1,2203.91,5262.52,10.656,5.95157,300,0,0,42540,0,0,0,0,0),(111394,25253,571,1,1,23031,1,2300.85,5244.23,11.4503,2.80998,300,0,0,42540,0,0,0,0,0),(111395,25253,571,1,1,23031,1,2102.9,5310.73,45.8027,2.75762,300,0,0,42540,0,0,0,0,0),(111396,30117,571,1,1,26771,1,5794.16,793.545,661.953,0.785398,300,0,0,5040000,4407000,0,0,0,0),(111397,27557,571,1,1,24700,1,4903.77,1329.82,230.834,1.95477,300,0,0,117700,0,0,0,0,0),(111398,27557,571,1,1,24700,1,4896.27,1329.31,230.988,1.62316,300,0,0,117700,0,0,0,0,0),(111400,27301,571,1,1,24504,1,3658.4,5887.46,174.578,3.52576,300,5,0,7688,7500,1,0,0,0),(111401,25253,571,1,1,23031,1,2195.55,5224.21,10.8734,1.23918,300,0,0,42540,0,0,0,0,0),(111402,25253,571,1,1,23031,1,2212.87,5287.49,10.6674,5.84685,300,0,0,42540,0,0,0,0,0),(111403,25253,571,1,1,23031,1,2117.2,5278.25,45.7228,5.85736,300,5,0,42540,0,1,0,0,0),(111404,25253,571,1,1,23031,1,2215.11,5293.66,10.6701,5.75959,300,0,0,42540,0,0,0,0,0),(111405,25253,571,1,1,23031,1,2155.13,5325.88,45.8102,0.802851,300,0,0,42540,0,0,0,0,0),(111406,25253,571,1,1,23031,1,2147.39,5312.9,24.7466,4.4855,300,0,0,42540,0,0,0,0,0),(111407,25253,571,1,1,23031,1,2146.13,5267.15,24.7286,2.80998,300,0,0,42540,0,0,0,0,0),(111408,25253,571,1,1,23031,1,2147.69,5271.55,24.7285,2.77507,300,0,0,42540,0,0,0,0,0),(111409,25253,571,1,1,23031,1,2189.02,5226.94,11.1226,1.09956,300,0,0,42540,0,0,0,0,0),(111410,25253,571,1,1,23031,1,2172.97,5298.62,45.8087,5.77704,300,0,0,42540,0,0,0,0,0),(111411,27557,571,1,1,24700,1,4902.51,1334.92,231.015,2.09439,300,0,0,117700,0,0,0,0,0),(111412,25253,571,1,1,23031,1,2164.12,5319.73,24.7284,2.96706,300,0,0,42540,0,0,0,0,0),(111413,27557,571,1,1,24700,1,4908.13,1333.83,231.144,2.26893,300,0,0,117700,0,0,0,0,0),(111414,27557,571,1,1,24700,1,4896.21,1334.45,231.014,1.58825,300,0,0,117700,0,0,0,0,0),(111420,28069,571,1,1,26140,0,5702.15,3435.17,300.842,3.25896,300,5,0,11379,0,1,0,0,0),(111421,28069,571,1,1,26140,0,5717.04,3428.27,300.926,1.79769,300,0,0,11379,0,0,0,0,0),(111422,28069,571,1,1,26140,0,5720.12,3351.88,300.086,4.7722,300,0,0,11379,0,0,0,0,0),(111423,28069,571,1,1,26140,0,5720.66,3340.1,299.963,1.19914,300,0,0,11379,0,0,0,0,0),(111424,28069,571,1,1,26140,0,5721.12,3341.36,299.976,1.1882,300,0,0,11379,0,0,0,0,0),(111425,28069,571,1,1,26140,0,5697.74,3426.8,300.926,1.5708,300,0,0,11379,0,0,0,0,0),(208904,40176,1,1,1,0,0,-706.873,-5089.25,10.1878,0,45,10,0,1,0,1,0,0,0),(1976588,37552,530,1,2048,0,0,11781.6,-7068.71,24.9312,3.10074,300,0,0,123,180,0,1,768,32),(111428,24741,571,1,1,22618,0,-85.4381,-3538.6,15.8707,5.05621,300,0,0,26946,0,0,0,0,0),(111429,26277,571,1,1,27811,0,4153.03,-413.299,153.106,3.53164,300,5,0,53550,0,1,0,0,0),(111430,24485,571,1,1,14703,0,2431.93,-2777.74,8.1123,0.448789,300,5,0,8982,3155,1,0,0,0),(111431,24485,571,1,1,14703,0,2207.9,-2696.64,5.4381,4.13243,300,5,0,8982,3155,1,0,0,0),(111432,24485,571,1,1,14703,0,2390.05,-2764.04,2.88716,1.50771,300,5,0,8982,3155,1,0,0,0),(111433,24485,571,1,1,14703,0,2411.47,-2782.25,6.14942,0.043864,300,5,0,8982,3155,1,0,0,0),(111434,24485,571,1,1,14703,0,2144.65,-2686.38,4.51959,1.75229,300,5,0,8982,3155,1,0,0,0),(111435,24485,571,1,1,14703,0,2136.27,-2709.98,5.78656,1.6812,300,5,0,8982,3155,1,0,0,0),(111436,24485,571,1,1,14703,0,2185.97,-2718.53,4.89125,2.84826,300,5,0,8982,3155,1,0,0,0),(111437,24485,571,1,1,14703,0,2104.85,-2704.67,4.87324,2.68227,300,5,0,8982,3155,1,0,0,0),(111438,24485,571,1,1,14703,0,2217.1,-2725.29,4.27329,0.758535,300,5,0,8982,3155,1,0,0,0),(111439,24485,571,1,1,14703,0,1837.07,-2773.81,2.61766,3.52661,300,5,0,8982,3155,1,0,0,0),(111440,24485,571,1,1,14703,0,2298.34,-2799.39,7.96613,0.424961,300,5,0,8982,3155,1,0,0,0),(111441,24485,571,1,1,14703,0,2319.86,-2798.14,6.82962,5.47968,300,5,0,8982,3155,1,0,0,0),(111442,24485,571,1,1,14703,0,2305.93,-2768.43,3.82962,5.33234,300,5,0,8982,3155,1,0,0,0),(111443,24485,571,1,1,14703,0,2218.47,-2728.8,4.07101,1.2226,300,5,0,8982,3155,1,0,0,0),(111444,24485,571,1,1,14703,0,1865.61,-2790.33,2.54389,3.63844,300,5,0,8982,3155,1,0,0,0),(111445,24485,571,1,1,14703,0,1954.99,-2744.03,4.57153,2.64941,300,5,0,8982,3155,1,0,0,0),(111446,24485,571,1,1,14703,0,1938.12,-2710.31,3.99156,0.991032,300,5,0,8982,3155,1,0,0,0),(111447,24485,571,1,1,14703,0,1978.93,-2728.73,4.12359,2.8592,300,5,0,8982,3155,1,0,0,0),(111448,24485,571,1,1,14703,0,1877.19,-2786.29,1.32795,3.32237,300,5,0,8982,3155,1,0,0,0),(111449,24485,571,1,1,14703,0,2134.18,-2706.95,5.66156,2.20724,300,5,0,8982,3155,1,0,0,0),(111450,24485,571,1,1,14703,0,2107.46,-2704.78,5.08602,6.08226,300,5,0,8982,3155,1,0,0,0),(111451,24485,571,1,1,14703,0,2189.5,-2718.82,5.60034,0.65265,300,5,0,8982,3155,1,0,0,0),(111456,29605,571,1,1,26262,0,7211.42,-2111.94,772.201,2.53219,300,0,0,12175,0,0,0,0,0),(111455,29605,571,1,1,26262,0,7268.51,-2125.38,778.158,3.66114,300,0,0,12175,0,0,0,0,0),(111454,29605,571,1,1,26262,0,7180.05,-2126.77,763.287,-2.21793,300,0,0,12175,0,0,0,0,0),(111453,29605,571,1,1,26262,0,7174.96,-2128.25,762.898,0.901649,300,0,0,12175,0,0,0,0,0),(111457,26790,571,1,1,24039,1,3839.81,4168.19,27.9812,4.44437,300,5,0,9291,0,1,0,0,0),(111458,26790,571,1,1,24038,1,3841.39,4173.97,27.9812,4.45467,300,5,0,9291,0,1,0,0,0),(111459,31910,571,1,1,23317,0,5657.65,4551.35,-135.679,1.78024,300,0,0,94160,0,0,0,0,0),(202841,25510,571,1,2,0,0,3042.71,6739.14,4.19031,0.724946,300,0,0,8982,0,0,0,0,0),(111461,32678,571,1,1,28146,0,5860.17,693.007,642.643,5.8294,300,0,0,10080,8814,0,0,0,0),(111462,27558,571,1,1,17338,1,5035.14,1243.92,231.348,1.6057,300,0,0,7984,0,0,0,0,0),(111463,27558,571,1,1,17338,1,5015.21,1260.02,263.236,3.03687,300,0,0,7984,0,0,0,0,0),(111464,27558,571,1,1,17338,1,5025.15,1188.4,237.909,2.44346,300,0,0,7984,0,0,0,0,0),(111465,27558,571,1,1,17338,1,5033.69,1241.43,231.083,2.03658,300,0,0,7984,0,2,0,0,0),(111466,26790,571,1,1,24039,1,3269.23,4429.58,25.5894,0.753373,300,0,0,9291,0,2,0,0,0),(111467,26790,571,1,1,24038,1,3315.75,4475.1,25.2154,0.752908,300,5,0,9291,0,1,0,0,0),(111468,23974,571,1,1,17612,0,1787.34,-3339.23,83.0137,0.541052,300,0,0,42,0,0,0,0,0),(111469,23974,571,1,1,17612,0,1785.73,-3339.24,82.7221,1.50098,300,0,0,42,0,0,0,0,0),(111470,23974,571,1,1,17612,0,1784.05,-3340.83,82.4069,4.38078,300,0,0,42,0,0,0,0,0),(111471,23974,571,1,1,17612,0,1784.16,-3343.68,82.4069,1.8675,300,0,0,42,0,0,0,0,0),(111472,25766,571,1,1,6774,0,4170.33,5359.11,30.0645,2.74017,300,0,0,8982,0,0,0,0,0),(111473,27558,571,1,1,17338,1,4876.8,1306.58,229.393,0.034907,300,0,0,7984,0,0,0,0,0),(111474,27558,571,1,1,17338,1,4883.47,1317.51,249.255,6.21337,300,0,0,7984,0,0,0,0,0),(111475,27302,571,1,1,24505,0,3619.86,5893.46,174.578,1.13539,300,5,0,7688,7500,1,0,0,0),(111476,23974,571,1,1,17612,0,1686.76,-3279.19,73.6127,4.62512,300,0,0,42,0,0,0,0,0),(111477,23974,571,1,1,17612,0,1687.52,-3282.12,74.6388,0.942478,300,0,0,42,0,0,0,0,0),(111478,23974,571,1,1,17612,0,1689.45,-3285.66,76.7989,3.54302,300,0,0,42,0,0,0,0,0),(111479,23974,571,1,1,17612,0,1691.96,-3286.54,77.2947,2.84489,300,0,0,42,0,0,0,0,0),(111480,27558,571,1,1,17338,1,4989.5,1238.57,250.819,2.77507,300,5,0,7984,0,1,0,0,0),(111481,27558,571,1,1,17338,1,5009.66,1174.34,231.351,1.23918,300,0,0,7984,0,0,0,0,0),(111482,27558,571,1,1,17338,1,5000.18,1238.91,238.2,1.58825,300,0,0,7984,0,0,0,0,0),(111483,27558,571,1,1,17338,1,4988.24,1239.45,233.529,1.06465,300,0,0,7984,0,0,0,0,0),(111484,23974,571,1,1,17612,0,1772.13,-3306.72,87.4307,1.72788,300,0,0,42,0,0,0,0,0),(111485,23974,571,1,1,17612,0,1772.16,-3308.95,86.9303,4.31096,300,0,0,42,0,0,0,0,0),(111486,23974,571,1,1,17612,0,1773.65,-3310.93,86.7557,1.6057,300,0,0,42,0,0,0,0,0),(111487,23974,571,1,1,17612,0,1777.88,-3311.29,86.6595,0.436332,300,0,0,42,0,0,0,0,0),(111488,23974,571,1,1,17612,0,1508.84,-3466.51,77.7612,3.28122,300,0,0,42,0,0,0,0,0),(111489,23974,571,1,1,17612,0,1507.92,-3464.18,78.4716,4.50295,300,0,0,42,0,0,0,0,0),(111490,23974,571,1,1,17612,0,1504.8,-3463.33,79.6127,6.24828,300,0,0,42,0,0,0,0,0),(111491,23974,571,1,1,17612,0,1502.04,-3465.1,79.7164,0.488692,300,0,0,42,0,0,0,0,0),(111492,27558,571,1,1,17338,1,5025.33,1208.77,234.838,4.15388,300,0,0,7984,0,0,0,0,0),(111493,27558,571,1,1,17338,1,4985.62,1240.23,242.481,1.02974,300,0,0,7984,0,0,0,0,0),(111494,27558,571,1,1,17338,1,5028.04,1207.36,241.369,4.08407,300,0,0,7984,0,0,0,0,0),(111496,27558,571,1,1,17338,1,5030.33,1189.88,228.506,0.506145,300,0,0,7984,0,0,0,0,0),(111497,27558,571,1,1,17338,1,5009.64,1243,250.155,2.77507,300,0,0,7984,0,0,0,0,0),(111499,27558,571,1,1,17338,1,5012.13,1248.24,239.572,2.58309,300,0,0,7984,0,0,0,0,0),(111500,27558,571,1,1,17338,1,5009.19,1203.73,230.908,5.58505,300,0,0,7984,0,0,0,0,0),(1975208,33282,603,2,3,0,0,581,-134.7,391.5,5.06733,300,0,0,12600,0,0,0,0,0),(111502,27558,571,1,1,17338,1,5008.46,1195.65,236.446,5.86431,300,0,0,7984,0,0,0,0,0),(111503,27558,571,1,1,17338,1,5014.87,1255.17,263.266,3.12414,300,0,0,7984,0,0,0,0,0),(111504,27558,571,1,1,17338,1,5026.35,1240.13,231.388,1.72788,300,0,0,7984,0,0,0,0,0),(111505,23974,571,1,1,17612,0,1515.82,-3443.99,76.2607,2.33874,300,0,0,42,0,0,0,0,0),(111506,23974,571,1,1,17612,0,1518.49,-3445.07,74.1613,5.81195,300,0,0,42,0,0,0,0,0),(111507,23974,571,1,1,17612,0,1520.34,-3444.16,72.9035,5.68977,300,0,0,42,0,0,0,0,0),(111508,23974,571,1,1,17612,0,1521.94,-3440.51,72.5044,0.139626,300,0,0,42,0,0,0,0,0),(111509,23974,571,1,1,17612,0,1490.52,-3416.39,90.5954,0.436332,300,0,0,42,0,0,0,0,0),(111510,23974,571,1,1,17612,0,1492.45,-3417.76,90.7178,4.66003,300,0,0,42,0,0,0,0,0),(111511,23974,571,1,1,17612,0,1495.42,-3416.72,91.1611,3.50811,300,0,0,42,0,0,0,0,0),(111512,23974,571,1,1,17612,0,1495.08,-3414.12,92.0553,1.8326,300,0,0,42,0,0,0,0,0),(111513,23974,571,1,1,17612,0,1495.95,-3436.54,87.6401,1.18682,300,0,0,42,0,0,0,0,0),(111514,23974,571,1,1,17612,0,1494.3,-3438.12,87.3135,0.296706,300,0,0,42,0,0,0,0,0),(111515,23974,571,1,1,17612,0,1495.84,-3441.28,86.9635,3.03687,300,0,0,42,0,0,0,0,0),(111516,23974,571,1,1,17612,0,1498.51,-3442.29,86.2471,5.39307,300,0,0,42,0,0,0,0,0),(111517,26790,571,1,1,24039,1,3349.43,4036.05,26.044,5.1839,300,5,0,9291,0,1,0,0,0),(111518,26790,571,1,1,24039,1,3346.64,4041.53,25.4536,5.18193,300,5,0,9291,0,1,0,0,0),(111519,23974,571,1,1,17612,0,1548.74,-3438,99.9767,2.89725,300,0,0,42,0,0,0,0,0),(111520,23974,571,1,1,17612,0,1549.02,-3434.82,99.6515,4.7822,300,0,0,42,0,0,0,0,0),(111521,23974,571,1,1,17612,0,1546.57,-3432.22,99.648,2.23402,300,0,0,42,0,0,0,0,0),(111522,23974,571,1,1,17612,0,1543.52,-3433.17,100.037,1.64061,300,0,0,42,0,0,0,0,0),(111523,23974,571,1,1,17612,0,1540.85,-3414.87,100.569,2.44346,300,0,0,42,0,0,0,0,0),(111524,23974,571,1,1,17612,0,1542.61,-3415.81,100.378,4.29351,300,0,0,42,0,0,0,0,0),(111525,23974,571,1,1,17612,0,1544.95,-3415.01,99.6946,2.56563,300,0,0,42,0,0,0,0,0),(111526,23974,571,1,1,17612,0,1545.12,-3411.95,99.8568,3.26377,300,0,0,42,0,0,0,0,0),(111527,23974,571,1,1,17612,0,1525.36,-3420.99,97.6522,6.14356,300,0,0,42,0,0,0,0,0),(111528,23974,571,1,1,17612,0,1524.4,-3418.87,97.5334,5.91667,300,0,0,42,0,0,0,0,0),(111529,23974,571,1,1,17612,0,1521.72,-3418.61,96.9111,3.89208,300,0,0,42,0,0,0,0,0),(111530,23974,571,1,1,17612,0,1518.96,-3418.6,96.2395,2.46091,300,0,0,42,0,0,0,0,0),(111531,23974,571,1,1,17612,0,1643.67,-3260.99,3.29051,4.50295,300,0,0,42,0,0,0,0,0),(111532,23974,571,1,1,17612,0,1641.09,-3262.84,3.42306,5.81195,300,0,0,42,0,0,0,0,0),(111533,23974,571,1,1,17612,0,1641.67,-3265.79,3.54999,5.23599,300,0,0,42,0,0,0,0,0),(111534,23974,571,1,1,17612,0,1645.39,-3267.71,3.57206,2.68781,300,0,0,42,0,0,0,0,0),(111535,23974,571,1,1,17612,0,1624.54,-3300.01,5.44283,1.0821,300,0,0,42,0,0,0,0,0),(111536,23974,571,1,1,17612,0,1619.64,-3306.5,6.38244,2.98451,300,0,0,42,0,0,0,0,0),(111537,23974,571,1,1,17612,0,1620.74,-3308,6.68952,2.60054,300,0,0,42,0,0,0,0,0),(111538,23974,571,1,1,17612,0,1620.45,-3299.94,5.29683,1.5708,300,0,0,42,0,0,0,0,0),(111539,23974,571,1,1,17612,0,1586.84,-3329.51,6.29933,3.14159,300,0,0,42,0,0,0,0,0),(111540,23974,571,1,1,17612,0,1589.67,-3332.86,6.6891,4.17134,300,0,0,42,0,0,0,0,0),(111541,23974,571,1,1,17612,0,1592.34,-3334.2,6.92445,5.13127,300,0,0,42,0,0,0,0,0),(111542,23974,571,1,1,17612,0,1593.94,-3329.81,6.54025,3.1765,300,0,0,42,0,0,0,0,0),(111543,23974,571,1,1,17612,0,1637.67,-3378.99,19.696,1.90241,300,0,0,42,0,0,0,0,0),(111544,23974,571,1,1,17612,0,1635.18,-3383.19,18.6101,3.36848,300,0,0,42,0,0,0,0,0),(111545,23974,571,1,1,17612,0,1635.36,-3387.32,19.4218,2.47837,300,0,0,42,0,0,0,0,0),(111546,23974,571,1,1,17612,0,1639.08,-3390.57,20.595,2.67035,300,0,0,42,0,0,0,0,0),(111547,23974,571,1,1,17612,0,1622.49,-3465.38,30.3428,2.47837,300,0,0,42,0,0,0,0,0),(111548,23974,571,1,1,17612,0,1625.78,-3468.74,30.9371,5.5676,300,0,0,42,0,0,0,0,0),(111549,23974,571,1,1,17612,0,1629.67,-3465.42,31.249,1.91986,300,0,0,42,0,0,0,0,0),(111550,23974,571,1,1,17612,0,1631.11,-3461.14,31.1673,1.15192,300,0,0,42,0,0,0,0,0),(111551,23974,571,1,1,17612,0,1671.35,-3299.46,79.9948,2.00713,300,0,0,42,0,0,0,0,0),(111552,23974,571,1,1,17612,0,1668.51,-3299.7,79.6002,0.541052,300,0,0,42,0,0,0,0,0),(111553,23974,571,1,1,17612,0,1666.33,-3302.84,80.9729,0.069813,300,0,0,42,0,0,0,0,0),(111554,23974,571,1,1,17612,0,1668.65,-3304.96,82.2354,2.9147,300,0,0,42,0,0,0,0,0),(111555,23974,571,1,1,17612,0,1690.49,-3296.84,79.3698,4.83456,300,0,0,42,0,0,0,0,0),(111556,23974,571,1,1,17612,0,1688.18,-3293.63,78.6159,0.523599,300,0,0,42,0,0,0,0,0),(111557,23974,571,1,1,17612,0,1684.85,-3291.47,78.2259,2.86234,300,0,0,42,0,0,0,0,0),(111558,23974,571,1,1,17612,0,1682.86,-3294.88,78.8913,4.72984,300,0,0,42,0,0,0,0,0),(111559,23974,571,1,1,17612,0,1731.47,-3347.02,82.024,3.36848,300,0,0,42,0,0,0,0,0),(111560,23974,571,1,1,17612,0,1731.95,-3344.11,81.5784,1.88496,300,0,0,42,0,0,0,0,0),(111561,23974,571,1,1,17612,0,1725.89,-3342.32,81.8465,3.22886,300,0,0,42,0,0,0,0,0),(111562,23974,571,1,1,17612,0,1723.89,-3343.09,82.1641,6.03884,300,0,0,42,0,0,0,0,0),(111563,23974,571,1,1,17612,0,1716.57,-3301.7,80.2239,5.74213,300,0,0,42,0,0,0,0,0),(111564,23974,571,1,1,17612,0,1717.1,-3303.36,79.9201,1.39626,300,0,0,42,0,0,0,0,0),(111565,23974,571,1,1,17612,0,1719.74,-3304.5,79.8652,1.5708,300,0,0,42,0,0,0,0,0),(111566,23974,571,1,1,17612,0,1722.03,-3303.84,80.11,3.7001,300,0,0,42,0,0,0,0,0),(111567,23974,571,1,1,17612,0,1699.51,-3311.96,80.8773,2.32129,300,0,0,42,0,0,0,0,0),(111568,23974,571,1,1,17612,0,1698.95,-3308.81,80.1925,1.55334,300,0,0,42,0,0,0,0,0),(111569,23974,571,1,1,17612,0,1696.99,-3307.72,80.1699,2.37365,300,0,0,42,0,0,0,0,0),(111570,23974,571,1,1,17612,0,1694.94,-3307.53,80.3899,4.36332,300,0,0,42,0,0,0,0,0),(111571,23974,571,1,1,17612,0,1754.38,-3351.62,81.8133,1.81514,300,0,0,42,0,0,0,0,0),(111572,23974,571,1,1,17612,0,1753.61,-3349.78,81.5574,3.63029,300,0,0,42,0,0,0,0,0),(111573,23974,571,1,1,17612,0,1751.25,-3349.1,81.3902,3.87463,300,0,0,42,0,0,0,0,0),(111574,23974,571,1,1,17612,0,1748.66,-3350.71,81.6473,5.35816,300,0,0,42,0,0,0,0,0),(111575,23974,571,1,1,17612,0,1741.62,-3297.58,81.3364,0.017453,300,0,0,42,0,0,0,0,0),(111576,23974,571,1,1,17612,0,1742.2,-3300.9,79.9713,2.11185,300,0,0,42,0,0,0,0,0),(111577,23974,571,1,1,17612,0,1745.6,-3303.36,79.7227,2.32129,300,0,0,42,0,0,0,0,0),(111578,23974,571,1,1,17612,0,1749.92,-3302.14,80.0952,4.53786,300,0,0,42,0,0,0,0,0),(111579,23974,571,1,1,17612,0,1563.53,-3469.02,54.6985,5.25344,300,0,0,42,0,0,0,0,0),(111580,23974,571,1,1,17612,0,1562.15,-3467.08,54.8879,4.15388,300,0,0,42,0,0,0,0,0),(111581,23974,571,1,1,17612,0,1558.1,-3466.71,55.8294,5.96903,300,0,0,42,0,0,0,0,0),(111582,23974,571,1,1,17612,0,1557.23,-3469.71,56.1937,0.785398,300,0,0,42,0,0,0,0,0),(111583,23974,571,1,1,17612,0,1587.99,-3480.31,47.9996,5.89921,300,0,0,42,0,0,0,0,0),(111584,23974,571,1,1,17612,0,1586.94,-3476.15,46.9232,3.68265,300,0,0,42,0,0,0,0,0),(111585,23974,571,1,1,17612,0,1583.22,-3474.91,48.2643,5.81195,300,0,0,42,0,0,0,0,0),(111586,23974,571,1,1,17612,0,1582.02,-3477.33,49.3232,4.60767,300,0,0,42,0,0,0,0,0),(111587,23974,571,1,1,17612,0,1518.1,-3495.76,57.992,1.3439,300,0,0,42,0,0,0,0,0),(111588,23974,571,1,1,17612,0,1520.57,-3496.2,57.6779,1.88496,300,0,0,42,0,0,0,0,0),(111589,23974,571,1,1,17612,0,1523.77,-3494.43,57.5697,5.65487,300,0,0,42,0,0,0,0,0),(111590,23974,571,1,1,17612,0,1523.12,-3491.31,58.8544,3.26377,300,0,0,42,0,0,0,0,0),(111591,23974,571,1,1,17612,0,1529.7,-3477.1,59.7084,1.53589,300,0,0,42,0,0,0,0,0),(111592,23974,571,1,1,17612,0,1531.36,-3476.85,59.104,4.32842,300,0,0,42,0,0,0,0,0),(111593,23974,571,1,1,17612,0,1532.8,-3475.55,58.8819,4.29351,300,0,0,42,0,0,0,0,0),(111594,23974,571,1,1,17612,0,1532,-3470.46,59.9083,5.74213,300,0,0,42,0,0,0,0,0),(111595,23974,571,1,1,17612,0,1524.88,-3199.52,68.8699,6.23082,300,0,0,42,0,0,0,0,0),(111596,23974,571,1,1,17612,0,1522.71,-3201.46,68.9943,2.14675,300,0,0,42,0,0,0,0,0),(111597,23974,571,1,1,17612,0,1522.21,-3204.39,69.0939,1.36136,300,0,0,42,0,0,0,0,0),(111598,23974,571,1,1,17612,0,1525.03,-3204.46,69.0061,0.296706,300,0,0,42,0,0,0,0,0),(111599,23974,571,1,1,17612,0,1494.42,-3509.36,60.398,6.17846,300,0,0,42,0,0,0,0,0),(111600,23974,571,1,1,17612,0,1497.22,-3509.78,59.243,4.2586,300,0,0,42,0,0,0,0,0),(111601,23974,571,1,1,17612,0,1500.6,-3508.1,58.7035,0.925025,300,0,0,42,0,0,0,0,0),(111602,23974,571,1,1,17612,0,1500.12,-3505.03,59.7754,0.122173,300,0,0,42,0,0,0,0,0),(111603,23974,571,1,1,17612,0,1535.39,-3608.9,114.142,3.00197,300,0,0,42,0,0,0,0,0),(111604,23974,571,1,1,17612,0,1538.96,-3610.4,113.577,1.48353,300,0,0,42,0,0,0,0,0),(111605,23974,571,1,1,17612,0,1541.27,-3605.86,113.466,2.63545,300,0,0,42,0,0,0,0,0),(111606,23974,571,1,1,17612,0,1537.76,-3600.89,113.877,3.47321,300,0,0,42,0,0,0,0,0),(111607,23974,571,1,1,17612,0,1546.62,-3534.42,111.626,5.61996,300,0,0,42,0,0,0,0,0),(111608,23974,571,1,1,17612,0,1548.48,-3534.08,111.31,4.24115,300,0,0,42,0,0,0,0,0),(111609,23974,571,1,1,17612,0,1549.43,-3530.48,110.694,3.15905,300,0,0,42,0,0,0,0,0),(111610,23974,571,1,1,17612,0,1546.13,-3528.13,110.594,2.04204,300,0,0,42,0,0,0,0,0),(111611,23974,571,1,1,17612,0,1581.36,-3538.57,108.701,5.14872,300,0,0,42,0,0,0,0,0),(111612,23974,571,1,1,17612,0,1579.37,-3542.62,109.223,2.35619,300,0,0,42,0,0,0,0,0),(111613,23974,571,1,1,17612,0,1581.35,-3545.92,109.319,5.60251,300,0,0,42,0,0,0,0,0),(111614,23974,571,1,1,17612,0,1586.99,-3545.81,108.795,4.92183,300,0,0,42,0,0,0,0,0),(111615,23974,571,1,1,17612,0,1538.96,-3482.73,105.978,1.29154,300,0,0,42,0,0,0,0,0),(111616,23974,571,1,1,17612,0,1541.56,-3481.57,105.741,2.46091,300,0,0,42,0,0,0,0,0),(111617,23974,571,1,1,17612,0,1542,-3476.03,105.372,6.23082,300,0,0,42,0,0,0,0,0),(111618,23974,571,1,1,17612,0,1538.68,-3472.4,105.425,1.43117,300,0,0,42,0,0,0,0,0),(111619,23974,571,1,1,17612,0,1654.28,-3318.14,81.0845,4.88692,300,0,0,42,0,0,0,0,0),(111620,23974,571,1,1,17612,0,1651.78,-3317.44,80.8512,1.69297,300,0,0,42,0,0,0,0,0),(111621,23974,571,1,1,17612,0,1647.55,-3320.52,80.6863,3.76991,300,0,0,42,0,0,0,0,0),(111622,23974,571,1,1,17612,0,1649.47,-3324.52,81.0272,0.069813,300,0,0,42,0,0,0,0,0),(111623,23974,571,1,1,17612,0,1682.82,-3251.02,72.9937,3.66519,300,0,0,42,0,0,0,0,0),(111624,23974,571,1,1,17612,0,1679.49,-3253.67,73.5948,6.14356,300,0,0,42,0,0,0,0,0),(111625,23974,571,1,1,17612,0,1682.02,-3257.9,74.6165,0.122173,300,0,0,42,0,0,0,0,0),(111626,23974,571,1,1,17612,0,1684.33,-3258.97,74.9407,5.8294,300,0,0,42,0,0,0,0,0),(111627,23974,571,1,1,17612,0,1531.43,-3218.05,69.1829,4.90438,300,0,0,42,0,0,0,0,0),(111628,23974,571,1,1,17612,0,1531.02,-3221.25,69.6474,0.593412,300,0,0,42,0,0,0,0,0),(111629,23974,571,1,1,17612,0,1534.97,-3222.85,69.5102,4.13643,300,0,0,42,0,0,0,0,0),(111630,23974,571,1,1,17612,0,1538.23,-3220.46,69.038,4.18879,300,0,0,42,0,0,0,0,0),(111631,23974,571,1,1,17612,0,1499.67,-3261.98,75.4893,1.37881,300,0,0,42,0,0,0,0,0),(111632,23974,571,1,1,17612,0,1504.51,-3256.31,75.3596,0.802851,300,0,0,42,0,0,0,0,0),(111633,23974,571,1,1,17612,0,1501.47,-3253.18,75.4339,4.20624,300,0,0,42,0,0,0,0,0),(111634,23974,571,1,1,17612,0,1502.61,-3260.89,75.3896,1.93731,300,0,0,42,0,0,0,0,0),(111635,23974,571,1,1,17612,0,1485.82,-3326.38,64.7259,5.75959,300,0,0,42,0,0,0,0,0),(111636,23974,571,1,1,17612,0,1486.1,-3323.24,64.4881,2.72271,300,0,0,42,0,0,0,0,0),(111637,23974,571,1,1,17612,0,1485.05,-3320.06,64.7032,2.96706,300,0,0,42,0,0,0,0,0),(111638,23974,571,1,1,17612,0,1482.9,-3316.86,65.8939,3.71755,300,0,0,42,0,0,0,0,0),(111639,23974,571,1,1,17612,0,1542.36,-3335.76,56.2802,3.63029,300,0,0,42,0,0,0,0,0),(111640,23974,571,1,1,17612,0,1538.65,-3337.4,56.5247,1.51844,300,0,0,42,0,0,0,0,0),(111641,23974,571,1,1,17612,0,1533.9,-3335.45,57.2691,1.43117,300,0,0,42,0,0,0,0,0),(111642,23974,571,1,1,17612,0,1532.05,-3332.34,57.8417,5.84685,300,0,0,42,0,0,0,0,0),(111643,23974,571,1,1,17612,0,1487.55,-3532.65,60.1362,2.67035,300,0,0,42,0,0,0,0,0),(111644,23974,571,1,1,17612,0,1489.56,-3531.06,59.6833,4.81711,300,0,0,42,0,0,0,0,0),(111645,23974,571,1,1,17612,0,1489.19,-3528.18,59.4861,4.04916,300,0,0,42,0,0,0,0,0),(111646,23974,571,1,1,17612,0,1484.68,-3527.26,60.5982,3.00197,300,0,0,42,0,0,0,0,0),(111647,23974,571,1,1,17612,0,1548.17,-3420.08,60.0955,3.49066,300,0,0,42,0,0,0,0,0),(111648,23974,571,1,1,17612,0,1550.67,-3420.17,59.4106,5.0091,300,0,0,42,0,0,0,0,0),(111649,23974,571,1,1,17612,0,1552.29,-3416.92,58.9908,3.64774,300,0,0,42,0,0,0,0,0),(111650,23974,571,1,1,17612,0,1549.77,-3413.26,59.7073,0.034907,300,0,0,42,0,0,0,0,0),(111651,23974,571,1,1,17612,0,1510.94,-3527.64,57.993,5.65487,300,0,0,42,0,0,0,0,0),(111652,23974,571,1,1,17612,0,1510.16,-3524.6,57.4327,0.436332,300,0,0,42,0,0,0,0,0),(111653,23974,571,1,1,17612,0,1506.69,-3524.11,57.4592,2.49582,300,0,0,42,0,0,0,0,0),(111654,23974,571,1,1,17612,0,1504.02,-3527.71,57.6998,3.735,300,0,0,42,0,0,0,0,0),(111655,23974,571,1,1,17612,0,1528.71,-3510.58,57.8999,3.26377,300,0,0,42,0,0,0,0,0),(111656,23974,571,1,1,17612,0,1526.18,-3510.01,57.3454,6.16101,300,0,0,42,0,0,0,0,0),(111657,23974,571,1,1,17612,0,1523.13,-3513.83,57.1318,0.890118,300,0,0,42,0,0,0,0,0),(111658,23974,571,1,1,17612,0,1524.12,-3516.4,58.0388,4.36332,300,0,0,42,0,0,0,0,0),(111659,23974,571,1,1,17612,0,1631.95,-3448.35,77.4441,4.18879,300,0,0,42,0,0,0,0,0),(111660,23974,571,1,1,17612,0,1635.25,-3446.9,77.4925,3.12414,300,0,0,42,0,0,0,0,0),(111661,23974,571,1,1,17612,0,1635.25,-3443.56,77.2133,2.79253,300,0,0,42,0,0,0,0,0),(111662,23974,571,1,1,17612,0,1634.05,-3441.56,77.0429,6.21337,300,0,0,42,0,0,0,0,0),(111663,23974,571,1,1,17612,0,1659.37,-3423.52,78.1188,3.28122,300,0,0,42,0,0,0,0,0),(111664,23974,571,1,1,17612,0,1661.92,-3426.2,77.8559,1.58825,300,0,0,42,0,0,0,0,0),(111665,23974,571,1,1,17612,0,1666.25,-3426.51,78.7299,1.67552,300,0,0,42,0,0,0,0,0),(111666,23974,571,1,1,17612,0,1666.89,-3423.57,79.6803,5.41052,300,0,0,42,0,0,0,0,0),(111667,23974,571,1,1,17612,0,1655.21,-3579.1,106.815,3.78736,300,0,0,42,0,0,0,0,0),(111668,23974,571,1,1,17612,0,1651.43,-3580,106.639,4.43314,300,0,0,42,0,0,0,0,0),(111669,23974,571,1,1,17612,0,1650.07,-3583.95,107.276,3.38594,300,0,0,42,0,0,0,0,0),(111670,23974,571,1,1,17612,0,1653.25,-3587.73,108.302,0.261799,300,0,0,42,0,0,0,0,0),(111671,23974,571,1,1,17612,0,1612.6,-3425.94,75.0564,6.05629,300,0,0,42,0,0,0,0,0),(111672,23974,571,1,1,17612,0,1612.69,-3422.87,75.0385,1.50098,300,0,0,42,0,0,0,0,0),(111673,23974,571,1,1,17612,0,1610.35,-3420.82,74.8417,4.20624,300,0,0,42,0,0,0,0,0),(111674,23974,571,1,1,17612,0,1607.37,-3422.47,74.6256,1.67552,300,0,0,42,0,0,0,0,0),(111675,23974,571,1,1,17612,0,1646.54,-3375.51,80.7208,2.93215,300,0,0,42,0,0,0,0,0),(111676,23974,571,1,1,17612,0,1644.04,-3378.67,80.4284,0.680678,300,0,0,42,0,0,0,0,0),(111677,23974,571,1,1,17612,0,1646.2,-3381.82,80.3573,6.14356,300,0,0,42,0,0,0,0,0),(111678,23974,571,1,1,17612,0,1650.38,-3381.68,80.5639,4.38078,300,0,0,42,0,0,0,0,0),(111679,23974,571,1,1,17612,0,1614.47,-3354.2,78.1063,2.30383,300,0,0,42,0,0,0,0,0),(111680,23974,571,1,1,17612,0,1613.44,-3351.16,77.7782,2.56563,300,0,0,42,0,0,0,0,0),(111681,23974,571,1,1,17612,0,1609.11,-3350.21,76.8249,5.93412,300,0,0,42,0,0,0,0,0),(111682,23974,571,1,1,17612,0,1606.65,-3355.7,75.9234,5.16617,300,0,0,42,0,0,0,0,0),(111683,24742,571,1,1,127,1,-31.7121,-3443.17,4.51444,3.56014,300,5,0,26946,0,1,0,0,0),(111684,29350,571,1,1,24531,0,6264.75,-463.158,413.251,4.24115,300,0,0,121750,0,0,0,0,0),(111685,29351,571,1,1,24531,1,7342.56,-2464.91,750.756,3.67302,300,5,0,48700,0,1,0,0,0),(111686,29351,571,1,1,24531,1,7242.68,-2268.11,756.621,4.61253,300,5,0,48700,0,1,0,0,0),(111687,29351,571,1,1,24531,1,7278.65,-2512.9,753.423,2.3926,300,0,0,48700,0,2,0,0,0),(111688,29351,571,1,1,24531,1,7299.37,-2478.68,752.692,0.481113,300,5,0,48700,0,1,0,0,0),(111689,29351,571,1,1,24531,1,7264.99,-2355.77,752.685,3.71052,300,5,0,48700,0,1,0,0,0),(111690,27047,571,1,1,11686,0,5770.87,548.854,654.241,0.977384,300,5,0,42,0,1,0,0,0),(111691,32679,571,1,1,28147,0,5844.57,584.997,651.348,1.0472,300,0,0,10080,8814,0,0,0,0),(111692,23975,571,1,1,21947,0,638.255,-5013.19,4.65392,3.21141,300,0,0,9610,3309,0,0,0,0),(111703,31911,571,1,1,25376,1,5282.91,4527.32,-80.3901,5.53269,300,0,0,117700,0,0,0,0,0),(111704,29351,571,1,1,24531,1,7311.85,-2401.67,751.664,2.24279,300,5,0,48700,0,1,0,0,0),(111705,27047,571,1,1,11686,0,3232.75,-2963.01,321.253,5.44543,300,5,0,42,0,1,0,0,0),(111706,27047,571,1,1,11686,0,5777.01,561.348,651.375,5.0091,300,5,0,42,0,1,0,0,0),(111707,25767,571,1,1,23369,0,4174.54,5283.35,26.7764,5.49779,300,0,0,8982,0,0,0,0,0),(111710,29351,571,1,1,24531,1,7211.37,-2324.15,753.559,3.99986,300,5,0,48700,0,1,0,0,0),(111711,29351,571,1,1,24531,1,7397.15,-2417.51,749.664,4.92816,300,5,0,48700,0,1,0,0,0),(21707,28717,571,1,1,0,0,5954.77,-3273.2,406.932,5.44543,300,0,0,0,0,0,0,0,0),(111713,29351,571,1,1,24531,1,7170.4,-2294.08,758.62,5.5593,300,5,0,48700,0,1,0,0,0),(111714,29351,571,1,1,24531,1,7379.2,-2324.77,755.118,0.716916,300,5,0,48700,0,1,0,0,0),(111715,29351,571,1,1,24531,1,7118.44,-2190.43,758.898,2.05539,300,5,0,48700,0,1,0,0,0),(111716,29351,571,1,1,24531,1,7202.17,-2202.05,760.992,5.67524,300,5,0,48700,0,1,0,0,0),(111717,26280,571,1,1,23832,1,2969.46,620.175,76.6461,2.61799,300,0,0,9291,3231,0,0,0,0),(202840,25511,571,1,2,0,0,3016.04,6780.37,3.96211,0.359737,300,0,0,8982,0,0,0,0,0),(111719,32680,571,1,1,28148,0,5891.34,635.432,647.682,3.4383,300,0,0,10080,8814,0,0,0,0),(111720,27560,571,1,1,24093,1,4991.96,1245.11,259.032,4.2586,300,0,0,29820,0,0,0,0,0),(111721,27560,571,1,1,24091,1,4956.48,1201.4,226.496,4.13643,300,0,0,29820,0,0,0,0,0),(111722,23976,571,1,1,21948,1,1432.43,-3157.68,164.897,0.069813,300,0,0,8982,0,0,0,0,0),(111723,27560,571,1,1,24093,1,5064.6,1152.95,256.993,5.28414,300,0,0,29820,0,2,0,0,0),(111724,27560,571,1,1,24091,1,4911.59,1159.04,236.687,0.138167,300,0,0,29820,0,2,0,0,0),(111725,27560,571,1,1,24093,1,4920.97,1199.48,220.528,3.50722,300,0,0,29820,0,2,0,0,0),(111726,31400,571,1,1,17612,0,5339.22,567.641,235.586,1.51844,300,0,0,42,0,0,0,0,0),(111727,26280,571,1,1,23832,1,3062.51,385.397,86.6842,5.34071,300,0,0,9291,3231,0,0,0,0),(111728,26280,571,1,1,23832,1,3082.27,370.48,87.1907,5.98648,300,0,0,9291,3231,0,0,0,0),(111729,28328,571,1,1,25310,0,5547.83,5749.53,-77.6173,2.98451,300,0,0,11001,0,0,0,0,0),(111730,32424,571,1,1,27963,1,5639.15,728.405,641.61,0.48735,300,0,0,10635,0,0,0,0,0),(111731,26280,571,1,1,23832,1,3007.08,1352.75,133.374,0.890118,300,5,0,9291,3231,1,0,0,0),(111732,26280,571,1,1,23833,1,3050.81,1381.38,121.949,4.18879,300,5,0,9291,3231,1,0,0,0),(111733,26280,571,1,1,23833,1,3055.61,1411.37,131.754,0.925025,300,5,0,9291,3231,1,0,0,0),(111734,26280,571,1,1,23832,1,3235.43,584.451,70.1826,0.698132,300,0,0,9291,3231,0,0,0,0),(111735,26280,571,1,1,23833,1,2959.76,615.312,70.657,1.79769,300,0,0,9291,3231,0,0,0,0),(111736,26280,571,1,1,23833,1,3042.05,1351.19,124.58,3.35103,300,5,0,9291,3231,1,0,0,0),(111737,26280,571,1,1,23833,1,3063.18,1440.65,128.75,2.28638,300,5,0,9291,3231,1,0,0,0),(111738,26280,571,1,1,23833,1,3101.82,1371.18,136.074,5.61996,300,5,0,9291,3231,1,0,0,0),(111739,27560,571,1,1,24093,1,4918.28,1304.18,229.224,0.558505,300,0,0,29820,0,0,0,0,0),(111741,27560,571,1,1,24093,1,4951.14,1205.76,226.164,4.36332,300,0,0,29820,0,0,0,0,0),(111742,31400,571,1,1,17612,0,5322.5,726.12,292.577,4.2237,300,0,0,42,0,0,0,0,0),(111743,26280,571,1,1,23832,1,3030.04,385.728,91.1599,4.86947,300,0,0,9291,3231,0,0,0,0),(111744,26280,571,1,1,23833,1,3088.43,1397.95,136.111,0.087266,300,5,0,9291,3231,1,0,0,0),(111745,27560,571,1,1,24092,1,4924.71,1297.9,229.941,1.25664,300,0,0,29820,0,0,0,0,0),(111746,31400,571,1,1,17612,0,5413.37,632.472,263.969,5.60251,300,0,0,42,0,0,0,0,0),(111747,26280,571,1,1,23832,1,2944.05,649.179,90.7136,2.44346,300,0,0,9291,3231,0,0,0,0),(111748,27560,571,1,1,24093,1,4914.54,1314.08,229.395,0.122173,300,0,0,29820,0,0,0,0,0),(111749,26280,571,1,1,23832,1,3030.78,374.34,73.9894,4.81711,300,0,0,9291,3231,0,0,0,0),(111750,26280,571,1,1,23833,1,3255.16,566.608,87.9311,0.191986,300,0,0,9291,3231,0,0,0,0),(111753,26280,571,1,1,23832,1,2970.23,649.474,80.6081,0.698132,300,0,0,9291,3231,0,0,0,0),(111754,26280,571,1,1,23833,1,2931.96,615.976,85.1778,3.52556,300,0,0,9291,3231,0,0,0,0),(111755,26280,571,1,1,23833,1,2945.86,617.722,89.131,2.05949,300,0,0,9291,3231,0,0,0,0),(111756,26280,571,1,1,23832,1,3081.13,576.089,20.8973,3.75246,300,0,0,9291,3231,0,0,0,0),(111757,26280,571,1,1,23832,1,3122.54,581.763,21.1886,0.261799,300,0,0,9291,3231,0,0,0,0),(111758,26280,571,1,1,23833,1,3078.25,580.115,21.0301,3.52556,300,0,0,9291,3231,0,0,0,0),(111759,26280,571,1,1,23833,1,3120.41,575.634,20.7533,5.68977,300,0,0,9291,3231,0,0,0,0),(111760,26280,571,1,1,23832,1,3065.54,463.288,21.8414,5.68977,300,0,0,9291,3231,0,0,0,0),(111761,26280,571,1,1,23833,1,3056.1,462.254,21.5433,4.43314,300,0,0,9291,3231,0,0,0,0),(111763,26280,571,1,1,23832,1,3040.88,361.074,76.3752,5.18363,300,0,0,9291,3231,0,0,0,0),(111764,26280,571,1,1,23832,1,3040.7,387.833,68.5195,4.10152,300,0,0,9291,3231,0,0,0,0),(111765,26280,571,1,1,23832,1,2996.22,292.208,85.0866,3.92245,300,0,0,9291,3231,0,0,0,0),(111766,26280,571,1,1,23833,1,3279.79,593.26,69.6832,0.279253,300,0,0,9291,3231,0,0,0,0),(111767,26280,571,1,1,23832,1,3257.59,599.66,65.7056,0.401426,300,0,0,9291,3231,0,0,0,0),(111768,26280,571,1,1,23832,1,3279.11,574.532,71.8195,5.63741,300,0,0,9291,3231,0,0,0,0),(111769,26280,571,1,1,23833,1,3272.15,612.967,67.503,0.994838,300,0,0,9291,3231,0,0,0,0),(111770,26280,571,1,1,23833,1,3254.16,583.507,62.7966,0.191986,300,0,0,9291,3231,0,0,0,0),(111771,26280,571,1,1,23833,1,3428.1,2735.99,48.713,0.504726,300,0,0,9291,3231,0,0,0,0),(111772,26280,571,1,1,23832,1,3518.33,2568.16,84.8247,4.13643,300,0,0,9291,3231,0,0,0,0),(111773,26280,571,1,1,23832,1,3161.32,2279.92,18.6232,2.6529,300,0,0,9291,3231,0,0,0,0),(111774,26280,571,1,1,23833,1,2925.98,661.847,78.5737,2.60054,300,0,0,9291,3231,0,0,0,0),(111775,26280,571,1,1,23833,1,2922.23,647.557,79.2809,3.28122,300,0,0,9291,3231,0,0,0,0),(111776,26280,571,1,1,23833,1,2939.06,671.694,79.9579,1.6057,300,0,0,9291,3231,0,0,0,0),(111777,26280,571,1,1,23832,1,3480.6,2771.96,51.4547,0.139626,300,0,0,9291,3231,0,0,0,0),(111778,26280,571,1,1,23832,1,3484.17,2749.19,52.5337,0.715585,300,0,0,9291,3231,0,0,0,0),(111779,26280,571,1,1,23833,1,3248.92,609.881,85.6164,0.610865,300,0,0,9291,3231,0,0,0,0),(111788,26280,571,1,1,23833,1,3107.2,2165.89,15.2065,2.16421,300,0,0,9291,3231,0,0,0,0),(111789,26280,571,1,1,23832,1,3266.35,379.867,77.7412,5.37561,300,0,0,9291,3231,0,0,0,0),(111790,26280,571,1,1,23833,1,3124.7,328.731,79.6779,6.17846,300,0,0,9291,3231,0,0,0,0),(111791,26280,571,1,1,23833,1,3123.61,2230.42,17.6048,2.93215,300,0,0,9291,3231,0,0,0,0),(111792,26280,571,1,1,23832,1,3134.59,2205.85,17.75,3.4383,300,0,0,9291,3231,0,0,0,0),(111793,26280,571,1,1,23832,1,3138.13,2178.02,23.8404,2.58309,300,0,0,9291,3231,0,0,0,0),(111794,26280,571,1,1,23832,1,3177.32,2266.65,19.6435,5.48033,300,0,0,9291,3231,0,0,0,0),(111795,26280,571,1,1,23832,1,3397.47,2651.58,39.3502,0.632959,300,0,0,9291,3231,2,0,0,0),(111796,26280,571,1,1,23833,1,3246.36,382.608,81.7833,4.32842,300,0,0,9291,3231,0,0,0,0),(111797,26280,571,1,1,23832,1,3468.98,2529.47,51.769,6.16101,300,0,0,9291,3231,0,0,0,0),(111798,26280,571,1,1,23832,1,3181.12,2191.05,16.8618,0.10472,300,0,0,9291,3231,0,0,0,0),(111799,26280,571,1,1,23832,1,3309.66,2685.87,37.5615,4.86995,300,0,0,9291,3231,0,0,0,0),(111800,26280,571,1,1,23833,1,3159.17,513.331,21.4917,1.58825,300,0,0,9291,3231,0,0,0,0),(111801,26280,571,1,1,23832,1,3162.5,509.906,21.5378,0.349066,300,0,0,9291,3231,0,0,0,0),(111802,26280,571,1,1,23833,1,3145.7,471.635,21.3854,5.51524,300,0,0,9291,3231,0,0,0,0),(111803,26280,571,1,1,23833,1,3136.3,470.542,21.3779,4.34587,300,0,0,9291,3231,0,0,0,0),(111804,26280,571,1,1,23832,1,3254.89,2390.55,32.1856,0,300,0,0,9291,3231,0,0,0,0),(111805,26280,571,1,1,23833,1,3223.79,2548.78,44.9827,2.47837,300,0,0,9291,3231,0,0,0,0),(111806,26280,571,1,1,23833,1,3230.03,2359.53,27.8283,5.02655,300,0,0,9291,3231,0,0,0,0),(111807,26280,571,1,1,23833,1,3522.27,2693.72,79.3418,1.22999,300,0,0,9291,3231,2,0,0,0),(111808,26280,571,1,1,23832,1,3249.54,2495.34,41.3687,1.89023,300,0,0,9291,3231,0,0,0,0),(111809,26280,571,1,1,23832,1,3160.86,2162.67,22.6205,0.314159,300,0,0,9291,3231,0,0,0,0),(111810,26280,571,1,1,23833,1,3095.39,2129.27,22.3031,2.93215,300,0,0,9291,3231,0,0,0,0),(111811,26280,571,1,1,23832,1,3245.11,398.815,72.234,5.60251,300,0,0,9291,3231,0,0,0,0),(111812,26280,571,1,1,23833,1,3247.87,409.02,75.7694,5.18363,300,0,0,9291,3231,0,0,0,0),(111813,26280,571,1,1,23833,1,3233.34,397.697,81.6967,5.98648,300,0,0,9291,3231,0,0,0,0),(111814,26280,571,1,1,23833,1,3104.12,2091.17,31.018,4.45059,300,0,0,9291,3231,0,0,0,0),(111815,26280,571,1,1,23833,1,3228.87,2199.4,14.1716,6.02139,300,0,0,9291,3231,0,0,0,0),(111816,26280,571,1,1,23833,1,3398.48,2385.95,36.9679,3.19279,300,0,0,9291,3231,2,0,0,0),(111817,26280,571,1,1,23832,1,3187.85,2347.68,27.5534,3.64774,300,0,0,9291,3231,0,0,0,0),(111818,26280,571,1,1,23832,1,3124.88,2121.18,29.0444,5.81195,300,0,0,9291,3231,0,0,0,0),(111819,26280,571,1,1,23833,1,2923.77,1862.53,128.188,0.663225,300,0,0,9291,3231,0,0,0,0),(111820,26280,571,1,1,23833,1,2900.33,1836.59,128.534,1.02974,300,0,0,9291,3231,0,0,0,0),(111821,27560,571,1,1,24092,1,4820.52,1302.63,178.233,2.36417,300,0,0,29820,0,0,0,0,0),(111822,26280,571,1,1,23832,1,2856.57,1828.55,137.67,3.29867,300,0,0,9291,3231,0,0,0,0),(111823,26280,571,1,1,23832,1,2877.12,1866.88,130.671,1.79769,300,0,0,9291,3231,0,0,0,0),(111824,26280,571,1,1,23833,1,2877.99,1769.91,140.113,4.66003,300,0,0,9291,3231,0,0,0,0),(111825,26280,571,1,1,23832,1,2860.18,1799.59,138.806,3.92699,300,0,0,9291,3231,0,0,0,0),(111826,26280,571,1,1,23833,1,2883.34,1791.92,136.119,3.87463,300,0,0,9291,3231,0,0,0,0),(111827,26280,571,1,1,23833,1,3269.01,400.491,80.6756,0.244346,300,0,0,9291,3231,0,0,0,0),(111834,26280,571,1,1,23832,1,3249,423.86,90.9558,5.44543,300,0,0,9291,3231,0,0,0,0),(132580,21787,530,1,1,20682,1,-3689.91,3322.45,283.165,3.8139,180,5,0,5744,3231,1,0,0,0),(111836,26280,571,1,1,23833,1,3186.68,2149.23,19.8708,0.558505,300,0,0,9291,3231,0,0,0,0),(111837,26280,571,1,1,23832,1,3090.24,2098.65,25.9518,4.90438,300,0,0,9291,3231,0,0,0,0),(111838,26280,571,1,1,23833,1,2879.97,1867.48,130.502,0.073312,300,5,0,9291,3231,1,0,0,0),(111839,26280,571,1,1,23832,1,2948.39,1834.26,134.047,0.383972,300,0,0,9291,3231,0,0,0,0),(111840,26280,571,1,1,23832,1,2928.88,1813.43,134.894,0.087266,300,0,0,9291,3231,0,0,0,0),(111841,26280,571,1,1,23833,1,2914.87,1791.01,134.524,6.05629,300,0,0,9291,3231,0,0,0,0),(132566,23051,530,1,1,21396,0,-3671.49,3402.64,324.462,5.09476,180,0,0,6986,0,2,0,0,0),(111843,27560,571,1,1,24092,1,4803.29,1294.22,171.065,1.15877,300,5,0,29820,0,1,0,0,0),(111845,26280,571,1,1,23832,1,3586.8,2636.29,90.1241,0.2637,300,5,0,9291,3231,1,0,0,0),(111846,29352,571,1,1,26202,1,7006.46,-1767.26,819.991,0.275079,300,0,0,37800,0,0,0,0,0),(111848,26280,571,1,1,23833,1,3588.65,2458.73,84.8397,3.6693,300,0,0,9291,3231,2,0,0,0),(111849,27560,571,1,1,24093,1,4800,1286.67,172.262,2.00713,300,0,0,29820,0,0,0,0,0),(111850,30376,571,1,1,26970,0,8033.54,-1623.42,1176.04,3.64774,300,0,0,50400,3994,0,0,0,0),(132550,21763,530,1,1,18012,1,-3846.77,3292.91,274.808,0.36994,180,5,0,5744,3231,1,0,0,0),(111852,25257,571,1,1,23034,1,4899.52,1343.81,231.016,2.05949,300,0,0,449100,0,0,0,0,0),(111854,32169,571,1,1,0,1,5688.8,775.686,647.835,5.51524,300,0,0,1,1,0,0,0,0),(111855,24233,571,1,1,22208,0,601.464,-5003.82,3.90394,1.76278,300,0,0,298200,3387,0,0,0,0),(1976440,30316,571,1,1,11686,0,7994.02,-2734.84,1133.66,0.331613,300,5,0,12600,0,1,0,0,0),(111858,32681,571,1,1,28149,0,5803.01,724.171,640.959,2.47837,300,0,0,10080,8814,0,0,0,0),(111859,26281,571,1,1,24906,0,3029.77,2079.86,6.91806,5.36374,300,5,0,9291,3231,1,0,0,0),(111860,26281,571,1,1,24906,0,3440.14,2743.87,49.3305,5.81284,300,5,0,9291,3231,1,0,0,0),(111861,26281,571,1,1,24906,0,3523.55,2664.69,80.3851,1.07639,300,5,0,9291,3231,1,0,0,0),(111862,26281,571,1,1,24906,0,3583.64,2609.91,90.1458,2.71464,300,5,0,9291,3231,1,0,0,0),(111863,26281,571,1,1,24906,0,3558.3,2539.47,80.9064,1.9302,300,5,0,9291,3231,1,0,0,0),(111864,26281,571,1,1,24910,0,3569.33,2479.5,78.7798,6.26401,300,5,0,9291,3231,1,0,0,0),(111865,26281,571,1,1,24910,0,3535.52,2593.97,84.6389,0.295446,300,5,0,9291,3231,1,0,0,0),(111866,26281,571,1,1,24910,0,3254.08,2593.58,26.3004,4.07107,300,5,0,9291,3231,1,0,0,0),(111867,26281,571,1,1,24906,0,3504.66,2503.93,63.9257,5.81284,300,5,0,9291,3231,1,0,0,0),(111868,26281,571,1,1,24906,0,3095.61,2314.89,3.60822,5.88012,300,5,0,9291,3231,1,0,0,0),(111869,26281,571,1,1,24910,0,3109.23,2284.45,6.81907,6.03865,300,5,0,9291,3231,1,0,0,0),(111870,26281,571,1,1,24909,0,3156.97,2320.16,10.4215,5.95186,300,5,0,9291,3231,1,0,0,0),(111871,26281,571,1,1,24909,0,3130.9,2360.92,1.78836,6.17089,300,5,0,9291,3231,1,0,0,0),(111872,26281,571,1,1,24910,0,3058.79,2287.29,2.41757,0.699144,300,5,0,9291,3231,1,0,0,0),(111873,26281,571,1,1,24906,0,3029.71,2221.58,0.869694,4.42264,300,5,0,9291,3231,1,0,0,0),(111874,26281,571,1,1,24910,0,3073.37,2166.65,8.19372,4.18662,300,5,0,9291,3231,1,0,0,0),(111875,26281,571,1,1,24909,0,3015.16,2156.82,0.746757,5.63422,300,5,0,9291,3231,1,0,0,0),(111876,23977,571,1,1,14546,0,1492.59,-3462.47,83.2832,2.11647,300,5,0,42,0,1,0,0,0),(111877,23977,571,1,1,14547,0,1504.57,-3420.26,92.2119,6.2387,300,5,0,42,0,1,0,0,0),(111878,23977,571,1,1,14549,0,1622.56,-3343.99,11.0694,0.223529,300,5,0,42,0,1,0,0,0),(111879,23977,571,1,1,14546,0,1639.45,-3270.58,3.60236,5.60309,300,5,0,42,0,1,0,0,0),(111880,23977,571,1,1,14551,0,1775.27,-3329.59,82.0034,5.4513,300,5,0,42,0,1,0,0,0),(111881,26281,571,1,1,24910,0,3424.6,2392.23,40.2443,5.19558,300,5,0,9291,3231,1,0,0,0),(111882,26281,571,1,1,24909,0,3163.12,2221.95,19.1069,4.08298,300,5,0,9291,3231,1,0,0,0),(111883,23977,571,1,1,14546,0,1545.65,-3511.46,107.886,3.31137,300,5,0,42,0,1,0,0,0),(111884,23977,571,1,1,14547,0,1559.15,-3471.23,102.98,0.400229,300,5,0,42,0,1,0,0,0),(111885,23977,571,1,1,14547,0,1540.92,-3620.94,113.784,0.13068,300,5,0,42,0,1,0,0,0),(111886,23977,571,1,1,14546,0,1567.21,-3547.13,111.418,1.91436,300,5,0,42,0,1,0,0,0),(111887,26281,571,1,1,24909,0,3320.32,2408.67,34.7499,2.33372,300,0,0,9291,3231,0,0,0,0),(111888,26281,571,1,1,24909,0,3289.48,2634.34,36.8324,3.19862,300,5,0,9291,3231,1,0,0,0),(111889,26281,571,1,1,24906,0,3553.13,2411.94,74.5635,3.51541,300,5,0,9291,3231,1,0,0,0),(111890,26281,571,1,1,24909,0,3219.75,2369.72,30.8748,1.24264,300,5,0,9291,3231,1,0,0,0),(111891,26281,571,1,1,24906,0,3268.55,2484.98,43.1308,3.5428,300,5,0,9291,3231,1,0,0,0),(111892,26281,571,1,1,24910,0,3253.45,2524.12,44.9747,3.27576,300,5,0,9291,3231,1,0,0,0),(111893,26281,571,1,1,24909,0,3210.14,2478.46,35.0588,0.198176,300,5,0,9291,3231,1,0,0,0),(111894,26281,571,1,1,24909,0,3431.25,2556.25,45.4072,3.8955,300,5,0,9291,3231,1,0,0,0),(111895,26281,571,1,1,24909,0,3432.81,2515,47.1113,1.57091,300,5,0,9291,3231,1,0,0,0),(111896,26281,571,1,1,24906,0,3314.05,2571.05,43.8941,2.52623,300,5,0,9291,3231,1,0,0,0),(111897,26281,571,1,1,24910,0,3237.74,2431.47,38.0983,2.92524,300,5,0,9291,3231,1,0,0,0),(111898,26281,571,1,1,24910,0,3603.89,2604.07,94.8626,5.57728,300,5,0,9291,3231,1,0,0,0),(111899,23977,571,1,1,14547,0,1547.61,-3405.66,98.6138,4.75914,300,5,0,42,0,1,0,0,0),(111900,26281,571,1,1,24910,0,3499.2,2455.23,64.4181,2.86061,300,5,0,9291,3231,1,0,0,0),(111901,26281,571,1,1,24906,0,3212.84,2236.38,12.7862,3.91929,300,5,0,9291,3231,1,0,0,0),(111902,26281,571,1,1,24906,0,3219.87,2290.95,12.4799,6.0908,300,5,0,9291,3231,1,0,0,0),(111903,26281,571,1,1,24906,0,3177.19,2064.33,23.8594,5.06418,300,5,0,9291,3231,1,0,0,0),(111904,26281,571,1,1,24906,0,3155.52,2107.3,22.2328,0.369585,300,5,0,9291,3231,1,0,0,0),(111905,23977,571,1,1,14546,0,1543.06,-3130.7,1.98203,3.51657,300,5,0,42,0,1,0,0,0),(111906,23977,571,1,1,14546,0,1588.09,-3173.11,1.44277,1.4149,300,5,0,42,0,1,0,0,0),(111907,26281,571,1,1,24906,0,3230.51,2120.29,21.86,0.923195,300,5,0,9291,3231,1,0,0,0),(111908,26281,571,1,1,24909,0,3211.13,2162.93,17.5932,4.50675,300,5,0,9291,3231,1,0,0,0),(111909,26281,571,1,1,24906,0,3053.91,2122.46,8.72824,1.49043,300,5,0,9291,3231,1,0,0,0),(111910,26281,571,1,1,24906,0,3358.79,2412.13,37.6094,2.63701,300,5,0,9291,3231,1,0,0,0),(111911,23977,571,1,1,14551,0,1514.03,-3309.01,65.3373,6.16229,300,5,0,42,0,1,0,0,0),(111912,23977,571,1,1,14546,0,1536.45,-3446.29,61.5545,6.20834,300,5,0,42,0,1,0,0,0),(111913,23977,571,1,1,14549,0,1512.54,-3513.97,57.2103,0.024066,300,5,0,42,0,1,0,0,0),(111914,23977,571,1,1,14549,0,1523.87,-3245.1,74.0192,0.352962,300,5,0,42,0,1,0,0,0),(111915,26281,571,1,1,24906,0,3563.98,2475.23,77.7834,4.03353,300,5,0,9291,3231,1,0,0,0),(111916,26281,571,1,1,24906,0,3562.51,2529.55,80.0696,5.04418,300,5,0,9291,3231,1,0,0,0),(111917,23977,571,1,1,14551,0,1656.33,-3653.51,136.631,5.03024,300,5,0,42,0,1,0,0,0),(111918,23977,571,1,1,14549,0,1625.36,-3348.27,79.6135,1.50532,300,5,0,42,0,1,0,0,0),(111919,23977,571,1,1,14549,0,1639.73,-3412.76,78.6543,3.38045,300,5,0,42,0,1,0,0,0),(111920,23977,571,1,1,14547,0,1611.64,-3318.09,76.6756,5.09001,300,5,0,42,0,1,0,0,0),(111921,23977,571,1,1,14551,0,1630.1,-3409.51,23.8368,5.40056,300,5,0,42,0,1,0,0,0),(111922,23977,571,1,1,14549,0,1542.49,-3373.7,58.7514,4.49419,300,5,0,42,0,1,0,0,0),(111923,23977,571,1,1,14546,0,1660.5,-3261.19,74.0886,6.19156,300,5,0,42,0,1,0,0,0),(111924,26281,571,1,1,24910,0,3540.77,2408.37,69.8777,2.85128,300,5,0,9291,3231,1,0,0,0),(111925,23977,571,1,1,14547,0,1612.91,-3310.71,76.5123,1.69565,300,5,0,42,0,1,0,0,0),(111926,23977,571,1,1,14549,0,1632.1,-3414.62,77.748,0.047741,300,5,0,42,0,1,0,0,0),(111927,23977,571,1,1,14546,0,1625.41,-3351.76,79.9093,1.75357,300,0,0,42,0,2,0,0,0),(111928,23977,571,1,1,14547,0,1664.05,-3268.23,75.2944,2.54933,300,5,0,42,0,1,0,0,0),(111929,23977,571,1,1,14551,0,1505.23,-3164.52,60.0526,4.80623,300,5,0,42,0,1,0,0,0),(111930,26281,571,1,1,24910,0,3581.42,2613.46,89.7851,3.68396,300,5,0,9291,3231,1,0,0,0),(1976929,21689,548,1,1,0,0,-160.676,-362.251,-21.4845,1.03774,300,0,0,81000,0,0,0,0,0),(1976928,21689,548,1,1,0,0,-186.692,-417.738,-21.4845,1.37154,300,0,0,81000,0,0,0,0,0),(1976927,21689,548,1,1,0,0,-190.502,-459.573,-21.4845,1.52469,300,0,0,81000,0,0,0,0,0),(111936,26281,571,1,1,24906,0,3541.67,2658.15,82.7024,0.171481,300,5,0,9291,3231,1,0,0,0),(111937,32425,571,1,1,28208,0,5744.32,697.217,613.326,4.74729,300,0,0,10635,0,2,0,0,0),(111938,26281,571,1,1,24906,0,3563.99,2480.65,77.7838,4.00573,300,5,0,9291,3231,1,0,0,0),(111939,32170,571,1,1,0,1,5925.7,573.607,661.17,6.00393,300,0,0,1,1,0,0,0,0),(111940,32426,571,1,1,27965,1,5644.82,730.515,641.682,5.88646,300,0,0,10635,0,0,0,0,0),(111941,26282,571,1,1,26091,1,4728.05,-4488.15,198.262,3.52556,300,0,0,4473,3387,0,0,0,0),(111942,26282,571,1,1,26091,1,4727.93,-4481.22,197.509,2.6529,300,0,0,4473,3387,0,0,0,0),(111943,26282,571,1,1,26091,1,4670.98,-4523.09,207.392,1.02974,300,0,0,4473,3387,0,0,0,0),(111944,26282,571,1,1,26091,1,4673.9,-4524.79,208.621,0.15708,300,0,0,4473,3387,0,0,0,0),(111945,26282,571,1,1,26091,1,4684.73,-4371.98,190.653,4.67748,300,0,0,4473,3387,0,0,0,0),(111946,26282,571,1,1,26091,1,4688.98,-4370.63,192.463,4.71239,300,0,0,4473,3387,0,0,0,0),(111947,26282,571,1,1,26091,1,4693.55,-4365.94,195.37,4.79965,300,0,0,4473,3387,0,0,0,0),(111948,26282,571,1,1,26091,1,4679.63,-4373.53,188.901,4.81711,300,0,0,4473,3387,0,0,0,0),(111949,26282,571,1,1,26091,1,4673.28,-4370.9,188.473,5.06145,300,0,0,4473,3387,0,0,0,0),(111950,23978,571,1,1,21949,1,1443.83,-3309.42,168.864,2.05949,300,0,0,8982,0,0,0,0,0),(111951,27562,571,1,1,24657,1,2672.99,-2271.95,12.0556,5.02655,300,0,0,10282,0,0,0,0,0),(111952,24234,571,1,1,22207,1,2696.28,-4325.72,289.99,3.87463,300,0,0,9291,0,0,0,0,0),(111953,26282,571,1,1,26091,1,4895.05,-4572.7,345.309,2.84489,300,0,0,4473,3387,0,0,0,0),(111954,26282,571,1,1,26091,1,4893.47,-4554.56,348.194,3.57792,300,0,0,4473,3387,0,0,0,0),(111955,24746,571,1,1,21774,0,166.858,-5587.15,376.773,3.1931,300,0,0,120,0,0,0,0,0),(111956,26282,571,1,1,26091,1,4653.7,-4399.76,189.416,5.55015,300,0,0,4473,3387,0,0,0,0),(111957,26282,571,1,1,26091,1,4650.24,-4393.81,187.59,5.44543,300,0,0,4473,3387,0,0,0,0),(111958,26282,571,1,1,26091,1,4652.78,-4389.9,187.09,5.44543,300,0,0,4473,3387,0,0,0,0),(111959,26282,571,1,1,26091,1,4646.47,-4398.69,188.445,5.60251,300,0,0,4473,3387,0,0,0,0),(111960,26282,571,1,1,26091,1,4641.48,-4405.3,188.37,5.84685,300,0,0,4473,3387,0,0,0,0),(111961,24746,571,1,1,21774,0,172.072,-5549.61,374.16,4.02274,300,0,0,120,0,0,0,0,0),(111962,24746,571,1,1,21774,0,412.384,-5473.39,290.19,1.45743,300,0,0,120,0,0,0,0,0),(111963,24746,571,1,1,21774,0,327.341,-5469.71,299.311,3.44433,300,0,0,120,0,0,0,0,0),(111964,24746,571,1,1,21774,0,361.412,-5540.04,299.595,5.87045,300,0,0,120,0,0,0,0,0),(111965,24746,571,1,1,21774,0,104.108,-5522.99,388.035,3.12656,300,0,0,120,0,0,0,0,0),(111966,24746,571,1,1,21774,0,94.3828,-5473.22,385.892,2.93691,300,0,0,120,0,0,0,0,0),(111967,24746,571,1,1,21774,0,68.5806,-5505.39,393.681,3.12697,300,0,0,120,0,0,0,0,0),(111968,24746,571,1,1,21774,0,103.032,-5564.35,390.276,4.67401,300,0,0,120,0,0,0,0,0),(111969,24746,571,1,1,21774,0,137.865,-5507.62,380.496,2.17925,300,0,0,120,0,0,0,0,0),(111970,24746,571,1,1,21774,0,138.988,-5466.18,375.124,5.9846,300,0,0,120,0,0,0,0,0),(111971,28330,571,1,1,19595,0,4928.28,-2954.84,289.426,0.366519,300,0,0,4979,0,0,0,0,0),(111972,28330,571,1,1,19595,0,4847.79,-2933.37,290.799,1.95477,300,0,0,4979,0,0,0,0,0),(111973,28330,571,1,1,19595,0,4889.49,-2826.5,291.237,6.21337,300,0,0,4979,0,0,0,0,0),(111974,28330,571,1,1,19595,0,4936.19,-2911.3,289.994,3.80482,300,0,0,4979,0,0,0,0,0),(111975,28330,571,1,1,19595,0,4971.5,-2967.05,290.403,6.02139,300,0,0,4979,0,0,0,0,0),(111976,25514,571,1,1,23241,0,3263.8,3870.79,33.033,1.91986,300,0,0,9291,0,0,0,0,0),(111977,24746,571,1,1,21774,0,357.534,-5612.35,300.566,0.841935,300,0,0,120,0,0,0,0,0),(111978,24746,571,1,1,21774,0,318.716,-5644.81,312.911,0.587946,300,5,0,120,0,1,0,0,0),(111979,24746,571,1,1,21774,0,218.526,-5403.85,326.212,2.56718,300,0,0,120,0,0,0,0,0),(111980,24746,571,1,1,21774,0,241.662,-5545.99,332.931,4.52813,300,0,0,120,0,0,0,0,0),(111981,24746,571,1,1,21774,0,245.339,-5588.09,335.634,3.18614,300,0,0,120,0,0,0,0,0),(111982,24746,571,1,1,21774,0,237.184,-5623.98,341.044,1.83574,300,0,0,120,0,0,0,0,0),(111983,24746,571,1,1,21774,0,248,-5407.06,315.908,3.07937,300,0,0,120,0,0,0,0,0),(111984,24746,571,1,1,21774,0,251.391,-5629.18,336.919,0.985217,300,0,0,120,0,0,0,0,0),(111985,24746,571,1,1,21774,0,213.389,-5489.77,335.943,4.29127,300,0,0,120,0,0,0,0,0),(111986,24746,571,1,1,21774,0,174.302,-5425.04,343.948,0.688974,300,0,0,120,0,0,0,0,0),(111987,24746,571,1,1,21774,0,279.456,-5508.05,330.622,4.94427,300,0,0,120,0,0,0,0,0),(111988,28330,571,1,1,19595,0,4834.68,-3024.52,290.973,5.77704,300,0,0,4979,0,0,0,0,0),(111989,24746,571,1,1,21774,0,518.333,-5555.59,279.588,1.21867,300,0,0,120,0,0,0,0,0),(111990,24746,571,1,1,21774,0,495.217,-5532.3,277.79,1.38029,300,5,0,120,0,1,0,0,0),(111991,24746,571,1,1,21774,0,522.424,-5529.59,276.116,0.363122,300,0,0,120,0,0,0,0,0),(111992,28330,571,1,1,19595,0,4867.05,-3032.32,290.277,0.017453,300,0,0,4979,0,0,0,0,0),(111993,28330,571,1,1,19595,0,4994.24,-2934.52,289.698,4.50295,300,0,0,4979,0,0,0,0,0),(111994,28330,571,1,1,19595,0,4959.71,-2882.52,290.179,2.49582,300,0,0,4979,0,0,0,0,0),(111995,28330,571,1,1,19595,0,4934.22,-2988.89,290.152,3.31613,300,0,0,4979,0,0,0,0,0),(111996,28330,571,1,1,19595,0,4901.64,-3020.36,290.49,3.57792,300,0,0,4979,0,0,0,0,0),(111997,28330,571,1,1,19595,0,4834.52,-3055.43,292.717,4.2237,300,0,0,4979,0,0,0,0,0),(111998,28330,571,1,1,19595,0,4833.34,-3086.81,290.732,5.18363,300,0,0,4979,0,0,0,0,0),(111999,28330,571,1,1,19595,0,4811.37,-3122.26,290.908,3.78736,300,0,0,4979,0,0,0,0,0),(112000,28330,571,1,1,19595,0,4774.6,-3146.78,293.953,4.88692,300,0,0,4979,0,0,0,0,0),(112001,28330,571,1,1,19595,0,4838.49,-2962.3,290.789,5.09636,300,0,0,4979,0,0,0,0,0),(112002,28330,571,1,1,19595,0,4884.58,-2949.4,291.464,6.24828,300,0,0,4979,0,0,0,0,0),(112003,28330,571,1,1,19595,0,4904.64,-2938.01,290.041,2.79253,300,0,0,4979,0,0,0,0,0),(112004,28330,571,1,1,19595,0,4865.9,-2879.65,291.225,3.12414,300,0,0,4979,0,0,0,0,0),(112005,28330,571,1,1,19595,0,4900.26,-2870.29,290.585,2.87979,300,0,0,4979,0,0,0,0,0),(112006,28330,571,1,1,19595,0,4948.37,-2845.01,289.919,0.20944,300,0,0,4979,0,0,0,0,0),(112007,28330,571,1,1,19595,0,4875.14,-2981.57,289.662,3.76991,300,0,0,4979,0,0,0,0,0),(112008,28330,571,1,1,19595,0,4903.99,-2988.98,289.861,6.07375,300,0,0,4979,0,0,0,0,0),(112009,24746,571,1,1,21774,0,465.315,-5604.47,289.971,2.81344,300,0,0,120,0,0,0,0,0),(112010,24746,571,1,1,21774,0,485.217,-5561.69,284.197,5.57519,300,5,0,120,0,1,0,0,0),(112011,24746,571,1,1,21774,0,512.645,-5568.29,280.198,0.364059,300,5,0,120,0,1,0,0,0),(112012,24746,571,1,1,21774,0,520.894,-5669.05,286.626,0.967613,300,5,0,120,0,1,0,0,0),(112013,24746,571,1,1,21774,0,502.492,-5596.69,285.235,2.98778,300,0,0,120,0,0,0,0,0),(112014,24746,571,1,1,21774,0,490.295,-5580.99,283.551,3.59744,300,0,0,120,0,0,0,0,0),(112015,24746,571,1,1,21774,0,531.243,-5632.14,283.584,2.06203,300,5,0,120,0,1,0,0,0),(112016,24746,571,1,1,21774,0,470.68,-5606.87,289.246,6.0713,300,0,0,120,0,0,0,0,0),(112017,24746,571,1,1,21774,0,530.095,-5597.31,282.985,3.05337,300,0,0,120,0,0,0,0,0),(112018,24746,571,1,1,21774,0,72.7628,-5453.03,388.387,2.7934,300,0,0,120,0,0,0,0,0),(112019,24746,571,1,1,21774,0,314.432,-5580.47,313.919,0.484882,300,0,0,120,0,0,0,0,0),(112020,24746,571,1,1,21774,0,408.405,-5648.65,294.22,1.10959,300,5,0,120,0,1,0,0,0),(112021,26282,571,1,1,26091,1,4728.5,-4417.79,198.028,-1.94578,300,0,0,4473,3387,0,0,0,0),(112022,26282,571,1,1,26091,1,4560.49,-4475.32,184.454,4.26533,300,0,0,4473,3387,0,0,0,0),(112024,26282,571,1,1,26091,1,4639.05,-4559.09,206.179,3.00246,300,0,0,4473,3387,0,0,0,0),(112026,26282,571,1,1,26091,1,4672.24,-4561.37,207.472,-0.287353,300,0,0,4473,3387,0,0,0,0),(112027,26282,571,1,1,26091,1,4689.16,-4449.56,194.729,2.40609,300,0,0,4473,3387,0,0,0,0),(112028,26282,571,1,1,26091,1,4661.76,-4423.9,191.702,0.727502,300,0,0,4473,3387,0,0,0,0),(112029,26282,571,1,1,26091,1,4714.28,-4388.16,195.018,-3.06254,300,0,0,4473,3387,0,0,0,0),(112031,26282,571,1,1,26091,1,4666.36,-4418.88,192.22,-2.22475,300,0,0,4473,3387,0,0,0,0),(112033,26282,571,1,1,26091,1,4686.12,-4479.35,196.843,2.98448,300,0,0,4473,3387,0,0,0,0),(112034,26282,571,1,1,26091,1,4683.21,-4478.04,196.762,-2.34078,300,0,0,4473,3387,0,0,0,0),(112036,26282,571,1,1,26091,1,4682.55,-4479.6,196.808,1.63318,300,0,0,4473,3387,0,0,0,0),(112037,26282,571,1,1,26091,1,4707.07,-4579.29,207.396,-1.90638,300,0,0,4473,3387,0,0,0,0),(112039,26282,571,1,1,26091,1,4768.64,-4450.5,199.066,5.06481,300,0,0,4473,3387,0,0,0,0),(112040,26282,571,1,1,26091,1,4771.58,-4448.9,199.184,-2.35224,300,0,0,4473,3387,0,0,0,0),(112041,26282,571,1,1,26091,1,4574.04,-4433.96,184.098,1.47946,300,0,0,4473,3387,0,0,0,0),(112043,26282,571,1,1,26091,1,4611.84,-4427.82,186.165,4.76451,300,0,0,4473,3387,0,0,0,0),(112044,26282,571,1,1,26091,1,4626.61,-4412.07,186.626,3.67419,300,5,0,4473,3387,1,0,0,0),(112045,26282,571,1,1,26091,1,4707.82,-4586.37,207.835,1.91311,300,0,0,4473,3387,0,0,0,0),(112046,26282,571,1,1,26091,1,4706.5,-4586.58,207.833,1.54476,300,0,0,4473,3387,0,0,0,0),(112047,24747,571,1,1,22633,0,210.794,-5432.51,357.53,3.1865,300,5,0,6986,0,1,0,0,0),(112048,24747,571,1,1,22633,0,133.161,-5447.63,384.224,5.63409,300,5,0,6986,0,1,0,0,0),(112049,6827,571,1,1,5559,0,4358.85,6098.44,-5.6511,3.85349,300,5,0,42,0,1,0,0,0),(112050,6827,571,1,1,5558,0,479.826,-3732.2,-0.269303,1.02837,300,5,0,42,0,1,0,0,0),(112051,6827,571,1,1,5557,0,72.3921,-3278.06,0.238859,0.015787,300,5,0,42,0,1,0,0,0),(112052,32683,571,1,1,28150,0,5725.03,664.633,646.25,3.1765,300,0,0,10080,8814,0,0,0,0),(112053,27051,571,1,1,24266,0,3474.18,1985,64.9482,0.558505,300,0,0,8982,0,0,0,0,0),(112054,24235,571,1,1,13629,0,2630.07,-4345.87,276.332,5.28835,300,0,0,9291,3231,0,0,0,0),(112055,24747,571,1,1,22633,0,631.471,-5890.1,360.616,0.792767,300,5,0,6986,0,1,0,0,0),(112056,24747,571,1,1,22633,0,33.5572,-5588.56,420.672,1.38112,300,5,0,6986,0,1,0,0,0),(112057,24747,571,1,1,22633,0,100.897,-5490.69,420.672,0.345333,300,5,0,6986,0,1,0,0,0),(112058,24747,571,1,1,22633,0,428.49,-5901.86,374.347,0.034907,300,0,0,6986,0,0,0,0,0),(112059,24747,571,1,1,22633,0,429.259,-5897,374.595,0.05236,300,0,0,6986,0,0,0,0,0),(112060,6827,571,1,1,5558,0,247.147,-3324.48,0.07453,0.000312,300,5,0,42,0,1,0,0,0),(112061,6827,571,1,1,5558,0,118.005,-3323.15,0.310706,5.23339,300,5,0,42,0,1,0,0,0),(112062,6827,571,1,1,5557,0,110.439,-6175.99,3.40062,1.19027,300,5,0,42,0,1,0,0,0),(112063,6827,571,1,1,5560,0,2615.73,883.59,-43.8572,4.97419,300,0,0,42,0,0,0,0,0),(112064,6827,571,1,1,5559,0,179.78,-6086.21,4.87276,1.02121,300,5,0,42,0,1,0,0,0),(112065,6827,571,1,1,5557,0,340.535,-3360.12,0.620591,2.05964,300,5,0,42,0,1,0,0,0),(112066,6827,571,1,1,5557,0,2647.48,849.238,-39.0766,4.20624,300,0,0,42,0,0,0,0,0),(112067,6827,571,1,1,5558,0,2582.98,918.259,-55.3398,5.35816,300,0,0,42,0,0,0,0,0),(112068,6827,571,1,1,5559,0,4233.85,6040.1,-5.62185,0.982459,300,5,0,42,0,1,0,0,0),(112069,6827,571,1,1,5557,0,625.946,-3491.05,0.134518,6.04428,300,5,0,42,0,1,0,0,0),(112070,6827,571,1,1,5559,0,59.4444,-3585.53,0.42444,4.59148,300,5,0,42,0,1,0,0,0),(112071,6827,571,1,1,5557,0,260.743,-6170.38,5.37973,2.59521,300,5,0,42,0,1,0,0,0),(112072,6827,571,1,1,5559,0,345.895,-3770.95,-0.249288,1.65082,300,5,0,42,0,1,0,0,0),(112073,6827,571,1,1,5560,0,2647.38,983.477,-43.345,2.75762,300,0,0,42,0,0,0,0,0),(112074,6827,571,1,1,5557,0,4434.29,6160.46,-4.22382,5.61996,300,0,0,42,0,0,0,0,0),(112075,6827,571,1,1,5559,0,4274.68,6031.4,0.021252,3.28471,300,5,0,42,0,1,0,0,0),(112076,6827,571,1,1,5557,0,2747,811.733,-30.5042,2.46091,300,0,0,42,0,0,0,0,0),(112077,6827,571,1,1,5559,0,2681.71,816.314,-36.2213,3.735,300,0,0,42,0,0,0,0,0),(112078,6827,571,1,1,5560,0,2786.51,791.688,-33.2921,5.98648,300,0,0,42,0,0,0,0,0),(112079,6827,571,1,1,5558,0,2880.24,722.7,11.4484,3.46381,300,5,0,42,0,1,0,0,0),(112080,6827,571,1,1,5559,0,2582.48,848.99,-58.0294,1.27409,300,0,0,42,0,0,0,0,0),(112081,6827,571,1,1,5560,0,131.676,-3371.01,-0.361269,1.1287,300,5,0,42,0,1,0,0,0),(112082,27563,571,1,1,23865,1,2810.13,-1641.55,15.6594,6.0912,300,0,0,10282,0,0,0,0,0),(112083,6827,571,1,1,5560,0,264.005,-6229.1,1.89256,4.54089,300,5,0,42,0,1,0,0,0),(112084,6827,571,1,1,5558,0,520.797,-3487.77,0.727368,2.05851,300,5,0,42,0,1,0,0,0),(112085,6827,571,1,1,5558,0,82.2726,-6138.32,2.38517,2.47452,300,5,0,42,0,1,0,0,0),(112086,6827,571,1,1,5557,0,223.302,-3243.43,0.917862,2.04763,300,5,0,42,0,1,0,0,0),(112087,6827,571,1,1,5560,0,249.314,-3185.38,4.85704,1.27745,300,5,0,42,0,1,0,0,0),(112088,24747,571,1,1,22633,0,208.878,-5584.89,344.516,0.959931,300,0,0,6986,0,0,0,0,0),(112089,24747,571,1,1,22633,0,206.681,-5590.78,347.555,5.46288,300,0,0,6986,0,0,0,0,0),(112090,24747,571,1,1,22633,0,162.097,-5534.67,387.433,5.95775,300,5,0,6986,0,1,0,0,0),(112091,24747,571,1,1,22633,0,112.392,-5547.99,391.303,2.47837,300,0,0,6986,0,0,0,0,0),(112092,6827,571,1,1,5557,0,2752.6,985.938,22.7418,1.76825,300,5,0,42,0,1,0,0,0),(112093,6827,571,1,1,5559,0,4360.2,6023.15,-15.4886,1.78024,300,0,0,42,0,0,0,0,0),(112094,6827,571,1,1,5557,0,2734.31,907.661,2.82294,5.32912,300,5,0,42,0,1,0,0,0),(112095,6827,571,1,1,5558,0,202.099,-6151.4,4.73073,2.39088,300,5,0,42,0,1,0,0,0),(112096,6827,571,1,1,5557,0,188.721,-6203.78,1.37384,5.75634,300,5,0,42,0,1,0,0,0),(112097,6827,571,1,1,5557,0,121.417,-6096.39,2.73233,2.86308,300,5,0,42,0,1,0,0,0),(112098,6827,571,1,1,5560,0,43.2929,-6047.72,1.27113,0.819535,300,5,0,42,0,1,0,0,0),(112099,6827,571,1,1,5559,0,2007.7,-6174.51,3.55569,4.05169,300,5,0,42,0,1,0,0,0),(112100,6827,571,1,1,5558,0,2815.63,819.694,-31.5955,4.60767,300,0,0,42,0,0,0,0,0),(112101,6827,571,1,1,5558,0,2717.56,783.234,-27.3159,0.890118,300,0,0,42,0,0,0,0,0),(112102,6827,571,1,1,5559,0,2614.69,816.971,-52.973,1.02974,300,0,0,42,0,0,0,0,0),(112103,6827,571,1,1,5560,0,2792.01,874.936,5.88387,6.22803,300,5,0,42,0,1,0,0,0),(112104,6827,571,1,1,5558,0,1558.85,-6324.48,2.73803,0.869481,300,5,0,42,0,1,0,0,0),(112105,6827,571,1,1,5557,0,229.167,-3287.5,0.621704,4.92108,300,5,0,42,0,1,0,0,0),(112106,28843,571,1,1,25730,0,6143.39,-2249.44,235.908,0.733605,300,5,0,10635,0,1,0,0,0),(112107,6827,571,1,1,5558,0,-93.0224,-3648.6,1.07593,1.38993,300,5,0,42,0,1,0,0,0),(112108,24747,571,1,1,22633,0,413.781,-5994.88,373.825,1.34129,300,5,0,6986,0,1,0,0,0),(112109,24747,571,1,1,22633,0,452.971,-5434.34,301.745,4.6059,300,5,0,6986,0,1,0,0,0),(112110,24747,571,1,1,22633,0,383.565,-5383.13,319.144,6.1929,300,5,0,6986,0,1,0,0,0),(112111,24747,571,1,1,22633,0,388.339,-5400.45,333.774,5.44738,300,5,0,6986,0,1,0,0,0),(112112,24747,571,1,1,22633,0,375.821,-5466.61,327.767,4.1561,300,5,0,6986,0,1,0,0,0),(112113,24747,571,1,1,22633,0,530.146,-5570.71,326.711,3.56475,300,5,0,6986,0,1,0,0,0),(112114,24747,571,1,1,22633,0,433.107,-5896.4,353.388,0.244346,300,0,0,6986,0,0,0,0,0),(112115,24747,571,1,1,22633,0,432.521,-5889.34,353.388,6.12611,300,0,0,6986,0,0,0,0,0),(112116,28843,571,1,1,25730,0,5887.1,-2230.32,240.222,3.34607,300,5,0,10635,0,1,0,0,0),(112117,6827,571,1,1,5557,0,2830.45,879.056,13.3207,5.63718,300,5,0,42,0,1,0,0,0),(112118,6827,571,1,1,5558,0,2616.44,950.533,-57.165,3.10669,300,0,0,42,0,0,0,0,0),(112119,26283,571,1,1,26177,0,3654.77,-154.416,59.799,0.733326,300,5,0,9610,0,1,0,0,0),(112120,26283,571,1,1,26177,0,3495.04,-190.635,59.908,1.74932,300,5,0,9610,0,1,0,0,0),(112121,26283,571,1,1,26177,0,3641.79,-177.738,59.799,4.47921,300,5,0,9610,0,1,0,0,0),(112122,26283,571,1,1,26177,0,3473.28,-139.835,59.799,1.7671,300,5,0,9610,0,1,0,0,0),(112123,26283,571,1,1,26177,0,3550.85,-176.008,59.7566,5.87403,300,5,0,9610,0,1,0,0,0),(112124,26283,571,1,1,26177,0,3582.08,-196.215,59.7566,3.03954,300,5,0,9610,0,1,0,0,0),(112125,28843,571,1,1,25730,0,6114.42,-2227.3,238.42,4.83853,300,5,0,10635,0,1,0,0,0),(112126,26283,571,1,1,26177,0,3593.04,-94.3517,59.8126,4.85202,300,5,0,9610,0,1,0,0,0),(112127,26283,571,1,1,26177,0,3581.01,-148.007,60.1102,2.42679,300,5,0,9610,0,1,0,0,0),(112128,26283,571,1,1,26177,0,3614.71,-151.189,59.7922,4.0086,300,5,0,9610,0,1,0,0,0),(112129,26283,571,1,1,26177,0,3510.27,-143.185,63.0682,-2.28874,300,0,0,9610,0,0,0,0,0),(112130,28843,571,1,1,25730,0,6080.48,-2252.07,239.006,6.19533,300,5,0,10635,0,1,0,0,0),(112131,6827,571,1,1,5560,0,2704.96,953.201,-0.100479,0.819105,300,5,0,42,0,1,0,0,0),(112132,26283,571,1,1,26177,0,3643.6,-110.345,59.799,4.55799,300,5,0,9610,0,1,0,0,0),(112133,24747,571,1,1,22633,0,445.747,-5725.98,348.142,3.49583,300,5,0,6986,0,1,0,0,0),(112134,24747,571,1,1,22633,0,553.81,-5752.31,346.913,0.730518,300,5,0,6986,0,1,0,0,0),(112135,24747,571,1,1,22633,0,593.126,-5777.44,327.694,2.59207,300,5,0,6986,0,1,0,0,0),(112136,6827,571,1,1,5558,0,2058.73,-6156.54,2.49018,3.90831,300,5,0,42,0,1,0,0,0),(112137,6827,571,1,1,5560,0,4321.18,6037.25,1.76819,4.99171,300,5,0,42,0,1,0,0,0),(112138,28843,571,1,1,25730,0,6149.16,-2190.81,241.479,2.2217,300,5,0,10635,0,1,0,0,0),(112139,24747,571,1,1,22633,0,579.57,-5487.07,275.096,3.26504,300,5,0,6986,0,1,0,0,0),(112140,24747,571,1,1,22633,0,606.808,-5497.26,275.585,2.38472,300,5,0,6986,0,1,0,0,0),(112141,24747,571,1,1,22633,0,345.947,-5543.22,312.935,0.366519,300,0,0,6986,0,0,0,0,0),(112142,24747,571,1,1,22633,0,347.737,-5547.17,312.464,0.034907,300,0,0,6986,0,0,0,0,0),(112143,24747,571,1,1,22633,0,330.387,-5499.23,315.818,6.10381,300,5,0,6986,0,1,0,0,0),(112144,24747,571,1,1,22633,0,241.875,-5491.39,348.103,2.00093,300,5,0,6986,0,1,0,0,0),(112145,24747,571,1,1,22633,0,669.139,-5747.87,310.372,0.410534,300,5,0,6986,0,1,0,0,0),(112146,24747,571,1,1,22633,0,686.218,-5815.34,310.372,2.55597,300,5,0,6986,0,1,0,0,0),(112147,24747,571,1,1,22633,0,819.651,-5897.15,304.827,3.35189,300,5,0,6986,0,1,0,0,0),(112148,24747,571,1,1,22633,0,765.183,-5898.24,304.826,1.24307,300,5,0,6986,0,1,0,0,0),(112149,24747,571,1,1,22633,0,835.653,-5866.74,286.19,5.25344,300,0,0,6986,0,0,0,0,0),(112150,24747,571,1,1,22633,0,839.229,-5863.71,285.314,5.81195,300,0,0,6986,0,0,0,0,0),(112151,24747,571,1,1,22633,0,541.425,-5511.69,278.279,5.35816,300,0,0,6986,0,0,0,0,0),(112152,24747,571,1,1,22633,0,548.023,-5508.68,275.443,4.4855,300,0,0,6986,0,0,0,0,0),(112153,24747,571,1,1,22633,0,709.306,-5883.48,301.544,0.261799,300,0,0,6986,0,0,0,0,0),(112154,24747,571,1,1,22633,0,725.879,-5882.41,303.621,6.24828,300,0,0,6986,0,0,0,0,0),(112155,24747,571,1,1,22633,0,566.489,-5680.66,292.752,0.628319,300,0,0,6986,0,0,0,0,0),(112156,24747,571,1,1,22633,0,568.666,-5686.66,291.463,4.72984,300,0,0,6986,0,0,0,0,0),(112157,24747,571,1,1,22633,0,449.902,-5896.84,315.941,4.13643,300,0,0,6986,0,0,0,0,0),(112158,24747,571,1,1,22633,0,452.216,-5891.98,316.925,3.12414,300,0,0,6986,0,0,0,0,0),(112159,28843,571,1,1,25730,0,5883.59,-2153.87,241.395,1.21425,300,5,0,10635,0,1,0,0,0),(112160,28843,571,1,1,25730,0,5969.43,-2212.61,234.997,0.184202,300,5,0,10635,0,1,0,0,0),(112161,6827,571,1,1,5558,0,4396.25,6129.79,0.258032,0.75408,300,5,0,42,0,1,0,0,0),(112162,6827,571,1,1,5557,0,4351.45,6055.79,-2.99015,3.31613,300,0,0,42,0,0,0,0,0),(112163,26795,571,1,1,24443,1,4477.59,-4927.35,14.3272,1.63527,300,5,0,9940,3387,1,0,0,0),(112164,26795,571,1,1,24443,1,4673.12,-4930.9,48.0477,5.99518,300,5,0,9940,3387,1,0,0,0),(112165,26795,571,1,1,24443,1,4616.21,-4919.9,47.5276,-1.72146,300,0,0,9940,3387,0,0,0,0),(112166,26795,571,1,1,24443,1,4627.08,-4897.85,35.5477,2.50814,300,0,0,9940,3387,0,0,0,0),(112167,26795,571,1,1,24443,1,4569.1,-4870.55,48.0654,1.26575,300,0,0,9940,3387,0,0,0,0),(112168,26795,571,1,1,24443,1,4629.29,-4916.89,43.3527,1.8491,300,0,0,9940,3387,0,0,0,0),(112169,26795,571,1,1,24443,1,4729.94,-4893.72,49.0759,3.54198,300,5,0,9940,3387,1,0,0,0),(112170,26795,571,1,1,24443,1,4712.75,-4951.92,48.5058,3.97176,300,0,0,9940,3387,0,0,0,0),(112171,26795,571,1,1,24443,1,4666.85,-4941.84,48.0824,4.9261,300,0,0,9940,3387,0,0,0,0),(112172,26795,571,1,1,24443,1,4538.87,-4802.38,48.2784,4.23641,300,5,0,9940,3387,1,0,0,0),(112173,26795,571,1,1,24443,1,4449.1,-4903.08,20.0745,1.63041,300,5,0,9940,3387,1,0,0,0),(112174,26795,571,1,1,24443,1,4597.87,-4763.41,49.5928,3.92699,300,0,0,9940,3387,0,0,0,0),(112175,26795,571,1,1,24443,1,4474.65,-4944.88,14.3417,4.79965,300,0,0,9940,3387,0,0,0,0),(112176,26795,571,1,1,24443,1,4435.44,-4922.66,25.5209,5.68825,300,5,0,9940,3387,1,0,0,0),(112177,28843,571,1,1,25730,0,6210.26,-2145.17,235.897,0.241508,300,5,0,10635,0,1,0,0,0),(112178,28843,571,1,1,25730,0,6245.21,-2196.56,235.639,4.54138,300,5,0,10635,0,1,0,0,0),(112179,6827,571,1,1,5559,0,4383.38,6153.26,-1.68565,3.22358,300,5,0,42,0,1,0,0,0),(112180,6827,571,1,1,5557,0,4381.72,6085.38,-0.228162,4.80741,300,5,0,42,0,1,0,0,0),(112181,28843,571,1,1,25730,0,6285.78,-2234.23,237.534,2.44335,300,5,0,10635,0,1,0,0,0),(112182,28843,571,1,1,25730,0,6241.5,-2124.51,235.734,4.7985,300,5,0,10635,0,1,0,0,0),(112183,28843,571,1,1,25730,0,6346.9,-2234.3,268.454,2.65572,300,5,0,10635,0,1,0,0,0),(112184,28843,571,1,1,25730,0,6334.86,-2239.45,265.404,4.7283,300,5,0,10635,0,1,0,0,0),(112185,28843,571,1,1,25730,0,6210.79,-2244.91,238.311,6.07255,300,5,0,10635,0,1,0,0,0),(112186,26795,571,1,1,24443,1,4477.88,-4988.1,7.65914,4.89522,300,5,0,9940,3387,1,0,0,0),(112187,28843,571,1,1,25730,0,6223.6,-2245.27,237.602,3.51128,300,5,0,10635,0,1,0,0,0),(112188,28843,571,1,1,25730,0,6331.59,-2233.92,262.589,5.91138,300,5,0,10635,0,1,0,0,0),(112189,28843,571,1,1,25730,0,6350.36,-2236.56,271.088,2.56476,300,0,0,10635,0,0,0,0,0),(112190,28843,571,1,1,25730,0,6314.18,-2194.45,246.303,2.53761,300,5,0,10635,0,1,0,0,0),(112191,28843,571,1,1,25730,0,6378.03,-2219.97,273.53,3.85718,300,0,0,10635,0,0,0,0,0),(112192,31403,571,1,1,25250,1,5183.42,774.599,210.931,5.53269,300,0,0,9740,8636,0,0,0,0),(112193,26540,571,1,1,24162,1,1975.03,-6095.22,67.2222,4.2237,300,0,0,4229,0,0,0,0,0),(112194,32684,571,1,1,28152,0,5914.05,738.153,641.122,2.11185,300,0,0,10080,8814,0,0,0,0),(112195,27052,571,1,1,24265,0,3477.54,2006.68,64.9457,5.34071,300,0,0,8982,0,0,0,0,0),(112196,27564,571,1,1,24771,1,3666.18,727.541,112.166,1.97222,300,0,0,49700,0,0,0,0,0),(112197,27564,571,1,1,24701,1,3783.9,701.737,79.87,1.02974,300,0,0,49700,0,0,0,0,0),(112198,27564,571,1,1,24702,1,3633.91,747.825,82.1702,1.95477,300,0,0,49700,0,0,0,0,0),(112199,27564,571,1,1,24771,1,3657.68,732.791,118.884,1.98968,300,0,0,49700,0,0,0,0,0),(112200,28076,571,1,1,25380,1,5256.52,4512.44,-85.0252,0.261799,300,0,0,56895,0,0,0,0,0),(112201,28076,571,1,1,25380,1,5190.47,4578.47,-103.181,3.735,300,0,0,56895,0,0,0,0,0),(112202,28076,571,1,1,25380,1,5188.33,4610.02,-119.493,0.698132,300,0,0,56895,0,0,0,0,0),(112203,28844,571,1,1,27253,1,6283.75,-2198.86,238.951,2.56563,300,5,0,10635,0,1,0,0,0),(112204,28844,571,1,1,27253,1,6307.3,-2237.83,251.011,1.29154,300,5,0,10635,0,1,0,0,0),(112205,28844,571,1,1,27253,1,6338.22,-2190.44,259.663,4.29351,300,5,0,10635,0,1,0,0,0),(112206,24236,571,1,1,22210,0,2626.3,-4355.44,277.296,0.785398,300,0,0,8982,0,0,0,0,0),(112207,31916,571,1,1,28218,0,749.825,-2941.1,7.37469,0.15708,300,0,0,3524,0,0,0,0,0),(112208,27564,571,1,1,24772,1,3807.05,683.59,76.5533,1.18682,300,0,0,49700,0,0,0,0,0),(112209,27564,571,1,1,24702,1,3772.66,724.043,82.4316,0.717423,300,0,0,49700,0,0,0,0,0),(112210,27564,571,1,1,24701,1,3649.86,755.948,82.6287,5.56555,300,5,0,49700,0,1,0,0,0),(112211,27564,571,1,1,24771,1,3794.83,691.457,77.9042,1.68851,300,0,0,49700,0,0,0,0,0),(112212,32172,571,1,1,27799,0,5879.56,717.158,643.178,2.33874,300,0,0,10635,0,0,0,0,0),(112213,28076,571,1,1,25380,1,5152.35,4580.91,-121.155,2.49582,300,0,0,56895,0,0,0,0,0),(112214,28076,571,1,1,25380,1,5228.6,4469.66,-96.797,4.20624,300,0,0,56895,0,0,0,0,0),(112215,28076,571,1,1,25380,1,5178.11,4485.88,-96.1484,3.54302,300,0,0,56895,0,0,0,0,0),(112216,28076,571,1,1,25380,1,5258.63,4509.54,-84.977,1.23918,300,0,0,56895,0,0,0,0,0),(112217,24236,571,1,1,22210,0,2641.05,-4351.64,277.032,2.51327,300,0,0,8982,0,0,0,0,0),(112218,27564,571,1,1,24772,1,3614.77,790.145,68.254,1.0821,300,5,0,49700,0,1,0,0,0),(112219,27564,571,1,1,24772,1,3700.66,699.822,89.8781,6.05629,300,0,0,49700,0,0,0,0,0),(112220,27564,571,1,1,24772,1,3701,697.627,89.9766,0.471239,300,0,0,49700,0,0,0,0,0),(112221,27564,571,1,1,24772,1,3645.36,753.736,83.2032,1.7389,300,0,0,49700,0,0,0,0,0),(112222,28076,571,1,1,25380,1,5276.1,4439.27,-95.9499,5.20108,300,0,0,56895,0,0,0,0,0),(112223,28076,571,1,1,25380,1,5194.59,4634.01,-133.09,2.93907,300,5,0,56895,0,1,0,0,0),(112224,28076,571,1,1,25380,1,5195.15,4636.78,-133.657,2.93903,300,5,0,56895,0,1,0,0,0),(112225,27564,571,1,1,24701,1,3638.57,764.216,74.4532,5.93967,300,0,0,49700,0,0,0,0,0),(112226,27564,571,1,1,24771,1,3651.44,755.992,82.7632,2.10447,300,0,0,49700,0,0,0,0,0),(112227,27564,571,1,1,24772,1,3643.66,759.417,78.3282,1.71577,300,0,0,49700,0,0,0,0,0),(112228,27564,571,1,1,24701,1,3666.76,740.568,80.1455,5.58593,300,0,0,49700,0,0,0,0,0),(112229,32428,571,1,1,1141,0,5715.99,577.957,618.598,0.929855,300,5,0,1,0,1,0,0,0),(112230,32428,571,1,1,1141,0,5712.13,593.812,618.598,6.25386,300,5,0,1,0,1,0,0,0),(112231,32428,571,1,1,1141,0,5720.04,584.587,618.604,1.29887,300,0,0,1,0,0,0,0,0),(112232,32428,571,1,1,1141,0,5718.35,581.51,618.598,0.680336,300,0,0,1,0,0,0,0,0),(112233,32428,571,1,1,1141,0,5720.13,581.297,618.598,6.09149,300,0,0,1,0,0,0,0,0),(112236,32428,571,1,1,1141,0,5704.97,596.913,618.598,4.21749,300,0,0,1,0,0,0,0,0),(112237,32428,571,1,1,1141,0,5705.67,598.21,618.598,4.21748,300,0,0,1,0,0,0,0,0),(112238,32428,571,1,1,1141,0,5706.43,599.211,618.605,4.14571,300,0,0,1,0,0,0,0,0),(112239,32428,571,1,1,1141,0,5706.63,597.603,618.598,3.87734,300,0,0,1,0,0,0,0,0),(112241,26284,571,1,1,26150,0,4706.6,-4582.92,207.566,1.44046,300,0,0,9940,0,0,0,0,0),(112242,26284,571,1,1,26150,0,4642.49,-4558.87,205.769,3.05746,300,0,0,9940,0,0,0,0,0),(112243,27564,571,1,1,24702,1,3845.91,663.946,59.4514,1.8457,300,0,0,49700,0,0,0,0,0),(112244,27564,571,1,1,24772,1,3847.73,667.307,58.7494,2.24383,300,0,0,49700,0,0,0,0,0),(112245,27564,571,1,1,24701,1,3609.67,768.236,71.8896,1.13446,300,0,0,49700,0,0,0,0,0),(112246,27564,571,1,1,24701,1,3614.49,765.473,72.0124,1.23918,300,0,0,49700,0,0,0,0,0),(112247,27564,571,1,1,24771,1,3640.42,765.961,74.0782,6.00191,300,0,0,49700,0,0,0,0,0),(112248,26284,571,1,1,26150,0,4672.67,-4561.5,207.359,2.20629,300,0,0,9940,0,0,0,0,0),(112249,26284,571,1,1,26150,0,4559.83,-4476.3,184.706,1.13696,300,0,0,9940,0,0,0,0,0),(112251,26284,571,1,1,26150,0,4796.79,-4450.42,198.835,4.08407,300,0,0,9940,0,0,0,0,0),(112252,26284,571,1,1,26150,0,4769,-4451.5,199.066,1.92272,300,0,0,9940,0,0,0,0,0),(112253,26284,571,1,1,26150,0,4728.14,-4418.7,198.184,1.11774,300,0,0,9940,0,0,0,0,0),(112254,26284,571,1,1,26150,0,4739,-4443.33,197.131,3.83972,300,0,0,9940,0,0,0,0,0),(112255,26284,571,1,1,26150,0,4664.13,-4421.79,192.089,-2.41404,300,0,0,9940,0,0,0,0,0),(112256,26284,571,1,1,26150,0,4687.38,-4447.95,194.454,-0.735791,300,0,0,9940,0,0,0,0,0),(112257,26284,571,1,1,26150,0,4713.81,-4388.2,194.983,0.07865,300,0,0,9940,0,0,0,0,0),(112258,26284,571,1,1,26150,0,4682.5,-4478.78,196.842,5.84611,300,0,0,9940,0,0,0,0,0),(112259,26284,571,1,1,26150,0,4687.74,-4482.63,197.025,2.02997,300,0,0,9940,0,0,0,0,0),(112260,26284,571,1,1,26150,0,4626.77,-4468.18,188.722,3.83433,300,0,0,9940,0,2,0,0,0),(112261,26284,571,1,1,26150,0,4574.23,-4431.84,183.944,-1.66914,300,0,0,9940,0,0,0,0,0),(112262,26284,571,1,1,26150,0,4617.67,-4434.9,187.277,1.8326,300,0,0,9940,0,0,0,0,0),(112263,26284,571,1,1,26150,0,4763.44,-4489.99,196.598,5.43956,300,0,0,9940,0,2,0,0,0),(112264,26284,571,1,1,26150,0,4618.91,-4522.83,198.89,3.82227,300,0,0,9940,0,0,0,0,0),(112265,26284,571,1,1,26150,0,4740.92,-4506.6,199.756,2.65947,300,0,0,9940,0,2,0,0,0),(112266,28844,571,1,1,27253,1,6338.73,-2389.92,297.706,2.64235,300,5,0,10635,0,1,0,0,0),(112267,28844,571,1,1,27253,1,6337.61,-2378.73,297.036,4.54637,300,5,0,10635,0,1,0,0,0),(112268,28844,571,1,1,27253,1,6346.64,-2403.28,296.209,0.02895,300,5,0,10635,0,1,0,0,0),(112269,28844,571,1,1,27253,1,6330.49,-2380.32,297.46,4.82755,300,5,0,10635,0,1,0,0,0),(112270,28844,571,1,1,27253,1,6437.19,-2361.46,295.934,1.00323,300,5,0,10635,0,1,0,0,0),(112271,28844,571,1,1,27253,1,6414.47,-2322.69,293.738,3.17713,300,5,0,10635,0,1,0,0,0),(112272,28844,571,1,1,27253,1,6480.97,-2270.5,293.262,5.008,300,5,0,10635,0,1,0,0,0),(112273,28844,571,1,1,27253,1,6505.55,-2278.19,294.718,3.56277,300,5,0,10635,0,1,0,0,0),(112274,28844,571,1,1,27253,1,6346.8,-2353.08,293.258,4.95582,300,5,0,10635,0,1,0,0,0),(112275,28844,571,1,1,27253,1,6448.42,-2266.49,289.364,1.2677,300,5,0,10635,0,1,0,0,0),(112276,28844,571,1,1,27253,1,6462.43,-2309.25,294.738,0.511959,300,5,0,10635,0,1,0,0,0),(112277,28844,571,1,1,27253,1,6478.4,-2255.96,292.089,2.1432,300,5,0,10635,0,1,0,0,0),(112278,28844,571,1,1,27253,1,6390.67,-2363.71,295.777,3.51357,300,5,0,10635,0,1,0,0,0),(112279,28844,571,1,1,27253,1,6450.68,-2258.55,289.939,4.46693,300,5,0,10635,0,1,0,0,0),(112280,28844,571,1,1,27253,1,6410.65,-2394.31,294.288,1.73605,300,5,0,10635,0,1,0,0,0),(112281,28844,571,1,1,27253,1,6428.27,-2372.42,294.423,1.56635,300,5,0,10635,0,1,0,0,0),(112282,28844,571,1,1,27253,1,6360.41,-2324.77,290.573,2.66243,300,5,0,10635,0,1,0,0,0),(112283,28844,571,1,1,27253,1,6399.16,-2375.24,295.052,3.9011,300,5,0,10635,0,1,0,0,0),(112284,28844,571,1,1,27253,1,6372.08,-2344.92,293.982,5.53854,300,5,0,10635,0,1,0,0,0),(112285,28844,571,1,1,27253,1,6411.95,-2382.91,294.382,4.78876,300,5,0,10635,0,1,0,0,0),(112286,28844,571,1,1,27253,1,6406.75,-2351.02,295.487,5.14992,300,5,0,10635,0,1,0,0,0),(112287,28844,571,1,1,27253,1,6336.71,-2323.87,289.117,1.85997,300,5,0,10635,0,1,0,0,0),(112288,28844,571,1,1,27253,1,6479,-2320.21,296.271,5.5948,300,5,0,10635,0,1,0,0,0),(112289,28844,571,1,1,27253,1,6495.55,-2235.82,294.839,0.422252,300,5,0,10635,0,1,0,0,0),(112290,28844,571,1,1,27253,1,6449.72,-2266.66,289.528,1.5578,300,5,0,10635,0,1,0,0,0),(112291,28844,571,1,1,27253,1,6510.11,-2268.33,294.587,5.5578,300,5,0,10635,0,1,0,0,0),(112292,28844,571,1,1,27253,1,6487.78,-2255.99,292.652,0.775032,300,5,0,10635,0,1,0,0,0),(112293,28844,571,1,1,27253,1,6489.73,-2293.49,296.162,3.91466,300,5,0,10635,0,1,0,0,0),(112294,28844,571,1,1,27253,1,6504.25,-2254.81,294.113,0.023178,300,5,0,10635,0,1,0,0,0),(112296,28844,571,1,1,27253,1,6470.56,-2337.11,295.399,5.94953,300,5,0,10635,0,1,0,0,0),(112298,28844,571,1,1,27253,1,6470.56,-2304.91,295.64,0.765736,300,5,0,10635,0,1,0,0,0),(112300,28844,571,1,1,27253,1,6489.59,-2280.04,294.299,0.536256,300,5,0,10635,0,1,0,0,0),(112301,28844,571,1,1,27253,1,6441.15,-2311.76,293.71,3.88106,300,5,0,10635,0,1,0,0,0),(112302,28844,571,1,1,27253,1,6460.42,-2331.25,293.091,0.40049,300,5,0,10635,0,1,0,0,0),(112305,28844,571,1,1,27253,1,6374.43,-2415.28,293.127,5.72252,300,5,0,10635,0,1,0,0,0),(112306,28844,571,1,1,27253,1,6366.04,-2392.3,294.068,5.73245,300,5,0,10635,0,1,0,0,0),(112307,29100,571,1,1,25906,0,6184.18,-1969.9,586.842,2.46091,300,5,0,4979,0,1,0,0,0),(112308,29100,571,1,1,25906,0,6127.47,-2008.68,586.842,3.85718,300,5,0,4979,0,1,0,0,0),(112309,29100,571,1,1,25906,0,6223,-2026.58,586.842,4.04916,300,5,0,4979,0,1,0,0,0),(112310,29100,571,1,1,25906,0,6166.31,-2065.38,586.842,5.89921,300,5,0,4979,0,1,0,0,0),(112311,28844,571,1,1,27253,1,6346.89,-2234.31,268.803,1.70602,300,5,0,10635,0,1,0,0,0),(112312,32428,571,1,1,1141,0,5780.06,589.051,609.428,2.09672,300,0,0,1,0,0,0,0,0),(112313,32428,571,1,1,1141,0,5717.29,604.716,618.598,2.75868,300,5,0,1,0,1,0,0,0),(112314,32428,571,1,1,1141,0,5716.14,592.561,618.598,0.36257,300,5,0,1,0,1,0,0,0),(112315,32428,571,1,1,1141,0,5866.15,508.978,641.594,1.44734,300,5,0,1,0,1,0,0,0),(112316,32428,571,1,1,1141,0,5650.28,859.023,571.189,3.4769,300,0,0,1,0,2,0,0,0),(112317,32428,571,1,1,1141,0,5932.64,560.915,609.773,5.61359,300,0,0,1,0,2,0,0,0),(112318,32428,571,1,1,1141,0,5812.51,725.544,624.44,2.09671,300,0,0,1,0,2,0,0,0),(112319,32428,571,1,1,1141,0,5860.33,704.542,609.407,5.41962,300,0,0,1,0,2,0,0,0),(112320,31404,571,1,1,24910,0,5185.72,774.056,208.443,3.85718,300,0,0,5885,3809,0,0,0,0),(112321,23725,571,1,1,23356,0,1914.56,-5616.14,216.705,2.82743,300,0,0,26946,3155,0,0,0,0),(112322,28589,571,1,1,14701,0,5156.95,-1591.64,239.447,4.92183,300,0,0,13881,0,0,0,0,0),(112323,27565,571,1,1,24703,1,2834.92,-1697.09,18.5106,4.13643,300,0,0,8982,0,0,0,0,0),(112324,27053,571,1,1,24262,0,3480.21,1979.51,65.15,1.62316,300,0,0,9610,0,0,0,0,0),(112325,30381,571,1,1,26972,1,7759.75,-2836.43,1216.85,1.06465,300,0,0,37800,11982,0,0,0,0),(112326,28077,571,1,1,25385,1,5310.92,4509.2,-90.6025,0.366519,300,0,0,56895,3725,0,0,0,0),(112327,28077,571,1,1,25385,1,5061.19,4720.5,-134.368,2.70526,300,0,0,56895,3725,0,0,0,0),(112328,28077,571,1,1,25385,1,5062.35,4735.29,-130.153,3.25704,300,0,0,56895,3725,0,0,0,0),(112329,32685,571,1,1,28153,0,5801.82,724.996,640.902,5.72468,300,0,0,10080,8814,0,0,0,0),(112330,28077,571,1,1,25385,1,5200.33,4521.35,-89.9396,6.26573,300,0,0,56895,3725,0,0,0,0),(112331,28077,571,1,1,25385,1,5186.75,4528.96,-89.0474,2.9147,300,0,0,56895,3725,0,0,0,0),(112332,28077,571,1,1,25385,1,5249.97,4484.9,-83.6616,5.72468,300,5,0,56895,3725,1,0,0,0),(112333,28077,571,1,1,25385,1,5212.6,4500.44,-86.9483,4.07818,300,0,0,56895,3725,0,0,0,0),(112334,28077,571,1,1,25385,1,5300.76,4489.17,-93.6225,5.20108,300,0,0,56895,3725,0,0,0,0),(112335,28077,571,1,1,25385,1,5229.54,4552.26,-86.6362,3.33358,300,0,0,56895,3725,0,0,0,0),(112336,28077,571,1,1,25385,1,5313.39,4429.2,-96.7738,5.41052,300,0,0,56895,3725,0,0,0,0),(112337,28077,571,1,1,25385,1,5249.04,4491.81,-84.3174,3.7001,300,0,0,56895,3725,0,0,0,0),(112338,28077,571,1,1,25385,1,5232.83,4490.66,-83.6808,4.08407,300,0,0,56895,3725,0,0,0,0),(112339,28077,571,1,1,25385,1,5263.75,4474.89,-83.1659,0.069813,300,0,0,56895,3725,0,0,0,0),(112340,28077,571,1,1,25385,1,5193.38,4635.7,-133.471,2.93903,300,5,0,56895,3725,1,0,0,0),(112341,23725,571,1,1,23356,0,1885.71,-5520.08,201.895,6.07375,300,0,0,26946,3155,0,0,0,0),(112342,23725,571,1,1,23356,0,1947.26,-5380.83,202.337,2.35619,300,0,0,26946,3155,0,0,0,0),(112343,23725,571,1,1,23356,0,2152.21,-5654.66,224.674,5.68977,300,0,0,26946,3155,0,0,0,0),(112344,23725,571,1,1,23356,0,2180.76,-5747.7,226.156,2.68781,300,0,0,26946,3155,0,0,0,0),(112345,24329,571,1,1,23358,0,2375.63,-5762.06,261.458,0.145074,300,5,0,26946,3155,1,0,0,0),(112346,24329,571,1,1,23358,0,2349.99,-5765.07,254.512,5.98287,300,5,0,26946,3155,1,0,0,0),(112347,24329,571,1,1,23358,0,2268.43,-5657.08,235.643,0.163244,300,5,0,26946,3155,1,0,0,0),(112348,24329,571,1,1,23358,0,2212.23,-5763.54,226.942,0.807943,300,5,0,26946,3155,1,0,0,0),(112349,24329,571,1,1,23358,0,2434.29,-5812.17,269.674,5.91334,300,5,0,26946,3155,1,0,0,0),(112350,24329,571,1,1,23358,0,2208.39,-5611.39,230.132,3.10165,300,5,0,26946,3155,1,0,0,0),(112351,26797,571,1,1,24418,0,4478.94,-5017.4,0.24861,4.72984,300,0,0,9940,0,0,0,0,0),(112352,26797,571,1,1,24418,0,4471.97,-4927.54,14.2022,1.64443,300,5,0,9940,0,1,0,0,0),(112353,26797,571,1,1,24418,0,4611.78,-4945.48,48.0176,3.15949,300,5,0,9940,0,1,0,0,0),(112354,26797,571,1,1,24418,0,4719.33,-4929.42,50.6259,3.07178,300,0,0,9940,0,0,0,0,0),(112355,26797,571,1,1,24418,0,4697.95,-4893.85,48.068,2.97549,300,5,0,9940,0,1,0,0,0),(112356,26797,571,1,1,24418,0,4557.02,-4929.25,46.3248,6.07375,300,0,0,9940,0,0,0,0,0),(112357,26797,571,1,1,24418,0,4693.66,-4997.55,42.3223,3.09666,300,5,0,9940,0,1,0,0,0),(112358,26797,571,1,1,24418,0,4614.32,-4980.64,47.1712,2.21746,300,5,0,9940,0,1,0,0,0),(112359,26797,571,1,1,24418,0,4675.03,-4930.71,48.0477,3.54281,300,0,0,9940,0,0,0,0,0),(112360,26797,571,1,1,24418,0,4718.48,-4914.08,49.7968,3.19395,300,0,0,9940,0,0,0,0,0),(112361,26797,571,1,1,24418,0,4538.39,-4904.01,44.3262,4.03155,300,5,0,9940,0,1,0,0,0),(112362,26797,571,1,1,24418,0,4571.35,-4865.72,48.0477,1.5938,300,0,0,9940,0,0,0,0,0),(112363,26797,571,1,1,24418,0,4573.56,-4931.91,49.2636,1.64061,300,0,0,9940,0,0,0,0,0),(112364,26797,571,1,1,24418,0,4690.29,-4796.18,48.0356,-3.09203,300,0,0,9940,0,0,0,0,0),(112365,26797,571,1,1,24418,0,4630.56,-4792.68,48.0151,0.03428,300,5,0,9940,0,1,0,0,0),(112366,26797,571,1,1,24418,0,4558.07,-4793.71,50.3106,0.017453,300,0,0,9940,0,0,0,0,0),(112367,26797,571,1,1,24418,0,4540.29,-4765.04,53.4943,2.23402,300,0,0,9940,0,0,0,0,0),(112368,26797,571,1,1,24418,0,4576.46,-4781.9,50.3106,4.57276,300,0,0,9940,0,0,0,0,0),(112369,26797,571,1,1,24418,0,4504.53,-5021,-0.63775,4.39823,300,0,0,9940,0,0,0,0,0),(112370,26797,571,1,1,24418,0,4541.46,-5024.09,2.05433,5.11381,300,0,0,9940,0,0,0,0,0),(112371,26797,571,1,1,24418,0,4514.93,-4995.61,6.79384,5.02187,300,5,0,9940,0,1,0,0,0),(112372,26797,571,1,1,24418,0,4458.1,-4998.01,5.09017,1.61871,300,5,0,9940,0,1,0,0,0),(112373,28333,571,1,1,17188,0,5450.12,-2648.46,305.271,1.50098,300,0,0,42,0,0,0,0,0),(88475,23033,571,1,1,0,0,105.184,-6356.58,7.52988,2.23402,300,0,0,42,0,0,0,0,0),(112375,25262,571,1,1,23032,1,3615.93,5961.46,136.3,3.10669,300,0,0,7688,7500,0,0,0,0),(112376,29358,571,1,1,26331,0,7233.57,-2656,748.752,5.63741,300,0,0,36525,0,0,0,0,0),(112377,29358,571,1,1,26331,0,7286.62,-2531.07,751.298,3.25036,300,5,0,36525,0,1,0,0,0),(112378,27566,571,1,1,25530,1,2949.89,4045.76,2.89547,0.189657,300,0,0,9940,0,0,0,0,0),(112379,27566,571,1,1,25531,1,2985.4,4069.67,28.4516,2.23402,300,0,0,9940,0,2,0,0,0),(112380,27566,571,1,1,25529,1,2964.79,4130.25,28.9343,2.18166,300,0,0,9940,0,0,0,0,0),(112381,27566,571,1,1,25529,1,2868.11,4058.9,2.59824,2.9147,300,0,0,9940,0,0,0,0,0),(112382,27566,571,1,1,25531,1,2922.53,4017.33,0.557778,3.56047,300,0,0,9940,0,0,0,0,0),(112383,27566,571,1,1,25531,1,2934.92,3994.51,0.901868,3.56047,300,0,0,9940,0,0,0,0,0),(112384,27566,571,1,1,25531,1,3068.92,4077.28,28.434,5.68977,300,0,0,9940,0,2,0,0,0),(112385,32686,571,1,1,28154,0,5723.63,664.501,646.37,0.15708,300,0,0,10080,8814,0,0,0,0),(112386,26286,571,1,1,23739,0,3493.59,1102.8,229.485,0.129778,300,25,0,106350,0,2,0,0,0),(112387,26286,571,1,1,23739,0,3638.69,1041.01,188.964,5.15021,300,25,0,106350,0,2,0,0,0),(112388,27054,571,1,1,24809,1,3484.72,2011.5,64.9457,4.97419,300,0,0,8982,3155,0,0,0,0),(112389,24494,571,1,1,22479,1,1391.62,-3250.07,161.138,4.83456,300,0,0,8982,0,0,0,0,0),(112390,27822,571,1,1,24830,0,3580.05,-1144.67,90.4288,2.68781,300,0,0,9291,0,0,0,0,0),(112391,27822,571,1,1,24830,0,3543.2,-1114.91,85.1778,1.09956,300,0,0,9291,0,0,0,0,0),(112392,29358,571,1,1,26331,0,7327.01,-2631.48,747.715,5.44738,300,0,0,36525,0,2,0,0,0),(112393,29358,571,1,1,26331,0,7440.88,-2710.99,808.295,5.22142,300,0,0,36525,0,2,0,0,0),(112394,27566,571,1,1,25530,1,2886.97,4024.32,1.22447,4.31096,300,0,0,9940,0,0,0,0,0),(112395,27822,571,1,1,24830,0,3529.92,-1140.8,84.9348,4.2237,300,0,0,9291,0,0,0,0,0),(112396,27822,571,1,1,24830,0,3595.15,-1141.28,90.4358,1.53589,300,0,0,9291,0,0,0,0,0),(88474,23033,571,1,1,0,0,121.043,-6350.6,0.25067,0.261799,300,0,0,42,0,0,0,0,0),(112398,27822,571,1,1,24830,0,3511.93,-1120.66,84.8306,1.55334,300,0,0,9291,0,0,0,0,0),(112399,27822,571,1,1,24830,0,3576.22,-1151.5,90.5608,1.50098,300,0,0,9291,0,0,0,0,0),(112400,27822,571,1,1,24830,0,3515.63,-1113.97,85.0667,2.77507,300,0,0,9291,0,0,0,0,0),(112401,26858,571,1,1,24165,0,4291.25,758.495,149.359,2.94081,300,0,0,265875,0,2,0,0,0),(112402,28078,571,1,1,25376,1,5001.25,5871.69,-63.8919,2.49582,300,0,0,5690,0,0,0,0,0),(112403,28078,571,1,1,25376,1,5017.37,5846.51,-70.7191,5.3058,300,0,0,5690,0,0,0,0,0),(112404,28078,571,1,1,25376,1,4852.85,5903.92,-37.4921,5.65487,300,0,0,5690,0,0,0,0,0),(112405,28078,571,1,1,25376,1,4847.16,5826.61,-49.5367,0.680678,300,0,0,5690,0,0,0,0,0),(112406,28078,571,1,1,25376,1,4972.56,5878.25,-63.1143,4.31096,300,0,0,5690,0,0,0,0,0),(112407,28078,571,1,1,25376,1,4865.94,5779.67,-57.9833,5.20108,300,0,0,5690,0,0,0,0,0),(112408,28078,571,1,1,25376,1,4838.27,5849.44,-46.5214,5.51524,300,0,0,5690,0,0,0,0,0),(112409,28078,571,1,1,25376,1,4852.31,5850.42,-46.8205,4.97419,300,0,0,5690,0,0,0,0,0),(112410,28078,571,1,1,25376,1,4820.51,5825.52,-43.7346,0.488692,300,0,0,5690,0,0,0,0,0),(112411,28078,571,1,1,25376,1,4817.78,5832.09,-42.756,0.401426,300,0,0,5690,0,0,0,0,0),(112412,28078,571,1,1,25376,1,4829.34,5841.01,-47.6557,5.74213,300,0,0,5690,0,0,0,0,0),(112413,28078,571,1,1,25376,1,4983.94,5964.46,-43.2793,2.56852,300,0,0,5690,0,0,0,0,0),(112414,28078,571,1,1,25376,1,5034.08,5870.56,-66.479,5.70723,300,0,0,5690,0,0,0,0,0),(112415,28078,571,1,1,25376,1,5043.5,5912.58,-65.9246,0.139626,300,0,0,5690,0,0,0,0,0),(112416,28078,571,1,1,25376,1,5006.31,5907.92,-63.1587,4.76475,300,0,0,5690,0,0,0,0,0),(112417,28078,571,1,1,25376,1,4892.62,5835.2,-54.4392,5.60251,300,0,0,5690,0,0,0,0,0),(112418,28078,571,1,1,25376,1,4981.73,5956.34,-45.7575,1.43857,300,0,0,5690,0,0,0,0,0),(112420,28078,571,1,1,25376,1,4941.69,5771.08,-71.2332,5.12121,300,5,0,5690,0,1,0,0,0),(112421,28078,571,1,1,25376,1,4967.38,5674.33,-79.6481,-1.33533,300,0,0,5690,0,0,0,0,0),(112422,28078,571,1,1,25376,1,4968.75,5676.87,-80.4432,4.79168,300,0,0,5690,0,0,0,0,0),(112423,28078,571,1,1,25376,1,4969.68,5669.11,-80.4071,4.83524,300,0,0,5690,0,0,0,0,0),(112424,28078,571,1,1,25376,1,4968.74,5678.7,-80.4688,1.39795,300,5,0,5690,0,1,0,0,0),(112425,28078,571,1,1,25376,1,4931.17,5799.62,-67.8848,6.00393,300,0,0,5690,0,0,0,0,0),(112426,28078,571,1,1,25376,1,4945.66,5805.78,-65.3363,4.29351,300,0,0,5690,0,0,0,0,0),(112427,28078,571,1,1,25376,1,4949.6,5802.49,-65.1275,4.43314,300,0,0,5690,0,0,0,0,0),(112428,28078,571,1,1,25376,1,4933.79,5793.24,-67.9985,6.16101,300,0,0,5690,0,0,0,0,0),(112429,28078,571,1,1,25376,1,4866.27,5809.94,-53.9961,0.610865,300,0,0,5690,0,0,0,0,0),(112431,28078,571,1,1,25376,1,4890.98,5816.15,-55.5056,1.71042,300,0,0,5690,0,0,0,0,0),(112432,28078,571,1,1,25376,1,4984.02,5819.6,-68.1748,5.5676,300,0,0,5690,0,0,0,0,0),(112433,28078,571,1,1,25376,1,4988.02,5823.52,-68.1419,5.53269,300,0,0,5690,0,0,0,0,0),(112434,28078,571,1,1,25376,1,4968.18,5790.73,-69.6875,0.511375,300,5,0,5690,0,1,0,0,0),(112435,28078,571,1,1,25376,1,4966.1,5794.43,-67.9573,0.51154,300,5,0,5690,0,1,0,0,0),(112436,28078,571,1,1,25376,1,4972.39,5856.51,-64.1718,3.01942,300,0,0,5690,0,0,0,0,0),(112437,28078,571,1,1,25376,1,4950.34,5840.92,-62.7133,1.88496,300,0,0,5690,0,0,0,0,0),(112438,28078,571,1,1,25376,1,4951.78,5877.03,-62.9172,4.7822,300,0,0,5690,0,0,0,0,0),(112439,28078,571,1,1,25376,1,4959.58,5879.36,-62.9929,5.2709,300,0,0,5690,0,0,0,0,0),(112440,28078,571,1,1,25376,1,4919.8,5868.43,-56.7423,3.38594,300,0,0,5690,0,0,0,0,0),(112441,28078,571,1,1,25376,1,4897.56,5883.74,-48.1399,5.87375,300,5,0,5690,0,1,0,0,0),(112442,28078,571,1,1,25376,1,4895.16,5880.25,-48.5638,5.82171,300,5,0,5690,0,1,0,0,0),(112443,28078,571,1,1,25376,1,4896.85,5836.9,-56.2733,0.726013,300,5,0,5690,0,1,0,0,0),(112444,28078,571,1,1,25376,1,4899.64,5833.71,-57.2354,0.725664,300,5,0,5690,0,1,0,0,0),(112445,28078,571,1,1,25376,1,4885.56,5883.95,-40.6862,0.174533,300,0,0,5690,0,0,0,0,0),(112446,28078,571,1,1,25376,1,4860.52,5878.32,-38.5941,1.5708,300,0,0,5690,0,0,0,0,0),(112447,28078,571,1,1,25376,1,4886.51,5910.39,-39.0189,3.71755,300,0,0,5690,0,0,0,0,0),(112448,28078,571,1,1,25376,1,4887.43,5786.28,-57.5127,4.99164,300,0,0,5690,0,0,0,0,0),(112449,28078,571,1,1,25376,1,5065.9,5941,-60.7081,2.05846,300,5,0,5690,0,1,0,0,0),(112450,28078,571,1,1,25376,1,5062.22,5938.88,-60.1906,2.05816,300,5,0,5690,0,1,0,0,0),(112451,28078,571,1,1,25376,1,5008.81,5608.12,-91.7858,5.28901,300,0,0,5690,0,0,0,0,0),(112452,28078,571,1,1,25376,1,4968.87,5671.76,-80.3092,-1.53723,300,0,0,5690,0,0,0,0,0),(112453,28078,571,1,1,25376,1,4980.74,5978.17,-37.4312,4.55531,300,0,0,5690,0,0,0,0,0),(112454,28078,571,1,1,25376,1,4967,5968.84,-37.7132,6.10865,300,0,0,5690,0,0,0,0,0),(112455,28078,571,1,1,25376,1,4973.88,5974.54,-36.9383,5.3058,300,0,0,5690,0,0,0,0,0),(112456,28078,571,1,1,25376,1,4968.4,5973.01,-36.4228,5.75959,300,0,0,5690,0,0,0,0,0),(112457,28078,571,1,1,25376,1,5011.43,5604.22,-92.4854,-1.51272,300,0,0,5690,0,0,0,0,0),(112458,28078,571,1,1,25376,1,5009.79,5604.04,-92.0134,5.45064,300,0,0,5690,0,0,0,0,0),(112459,28078,571,1,1,25376,1,4980.03,5967.25,-41.3007,3.90954,300,0,0,5690,0,0,0,0,0),(112460,28078,571,1,1,25376,1,4964.31,5955.62,-41.2518,0.645772,300,0,0,5690,0,0,0,0,0),(112461,28078,571,1,1,25376,1,4963.51,5961.54,-39.8218,0.331613,300,0,0,5690,0,0,0,0,0),(112462,28078,571,1,1,25376,1,4977.75,5965.47,-41.388,0.767945,300,0,0,5690,0,0,0,0,0),(112463,28078,571,1,1,25376,1,5019.42,5603.56,-93.4925,1.11979,300,0,0,5690,0,0,0,0,0),(112465,28078,571,1,1,25376,1,4966.1,5959.33,-40.7963,0.488692,300,0,0,5690,0,0,0,0,0),(112466,28078,571,1,1,25376,1,5023.96,5608.82,-93.1597,-1.02355,300,0,0,5690,0,0,0,0,0),(112467,28078,571,1,1,25376,1,5015.47,5610.06,-92.9766,2.66003,300,0,0,5690,0,0,0,0,0),(112468,28078,571,1,1,25376,1,4991.97,5647.73,-86.3812,5.44805,300,0,0,5690,0,0,0,0,0),(112469,28078,571,1,1,25376,1,4992.45,5971.79,-42.9641,3.49066,300,0,0,5690,0,0,0,0,0),(112470,28078,571,1,1,25376,1,4992.54,5963.09,-46.2112,2.87979,300,0,0,5690,0,0,0,0,0),(112471,28078,571,1,1,25376,1,4988.19,5972.59,-41.5847,3.75246,300,0,0,5690,0,0,0,0,0),(112472,28078,571,1,1,25376,1,4985.54,5954.17,-47.6699,2.04204,300,0,0,5690,0,0,0,0,0),(112473,28078,571,1,1,25376,1,4985.75,5958.5,-46.0994,2.30383,300,0,0,5690,0,0,0,0,0),(112474,28078,571,1,1,25376,1,4989.33,5975.46,-41.1655,3.83972,300,0,0,5690,0,0,0,0,0),(112475,28078,571,1,1,25376,1,4990.05,5958.34,-47.2974,2.49582,300,0,0,5690,0,0,0,0,0),(112476,28078,571,1,1,25376,1,4990.41,5969.76,-43.0662,3.29867,300,0,0,5690,0,0,0,0,0),(112477,28078,571,1,1,25376,1,4993.08,5967.74,-44.5157,3.21141,300,0,0,5690,0,0,0,0,0),(112478,28078,571,1,1,25376,1,4972.85,5919.66,-56.1333,4.03171,300,0,0,5690,0,0,0,0,0),(112479,28078,571,1,1,25376,1,4955.5,5722.74,-76.2238,2.7424,300,5,0,5690,0,1,0,0,0),(112480,28078,571,1,1,25376,1,5037.9,5574.49,-94.911,1.18015,300,0,0,5690,0,0,0,0,0),(112482,28078,571,1,1,25376,1,4959.88,5743.53,-75.0503,5.01069,300,5,0,5690,0,1,0,0,0),(112483,28078,571,1,1,25376,1,4921.86,5736.03,-67.1221,2.02134,300,5,0,5690,0,1,0,0,0),(112484,28078,571,1,1,25376,1,4920.42,5733.83,-66.9715,5.95402,300,0,0,5690,0,0,0,0,0),(112485,28078,571,1,1,25376,1,4976.98,5688.73,-81.0032,-1.49939,300,0,0,5690,0,0,0,0,0),(112486,28078,571,1,1,25376,1,4927.66,5776.72,-68.3003,5.87289,300,0,0,5690,0,0,0,0,0),(112487,28078,571,1,1,25376,1,4957.05,5637.98,-77.5159,4.52128,300,5,0,5690,0,1,0,0,0),(112488,28078,571,1,1,25376,1,4952.84,5638.42,-76.8213,4.51544,300,5,0,5690,0,1,0,0,0),(112489,28078,571,1,1,25376,1,4935,5694.61,-74.9736,1.65887,300,5,0,5690,0,1,0,0,0),(112490,28078,571,1,1,25376,1,4935.1,5692.88,-75.638,2.92118,300,0,0,5690,0,0,0,0,0),(112491,28078,571,1,1,25376,1,4947.13,5708.38,-76.7707,4.86594,300,5,0,5690,0,1,0,0,0),(112492,28078,571,1,1,25376,1,4942.2,5681.69,-77.4137,2.27254,300,5,0,5690,0,1,0,0,0),(112493,28078,571,1,1,25376,1,4938.76,5683.78,-76.7951,2.16448,300,5,0,5690,0,1,0,0,0),(112494,28078,571,1,1,25376,1,5089.49,5756.46,-83.8732,1.95946,300,0,0,5690,0,0,0,0,0),(112495,28078,571,1,1,25376,1,5160.65,5636.89,-95.1396,3.64531,300,5,0,5690,0,1,0,0,0),(112496,28078,571,1,1,25376,1,5157.84,5653.51,-94.14,4.91802,300,5,0,5690,0,1,0,0,0),(112497,28078,571,1,1,25376,1,4971.5,5799.42,-68.1468,5.11381,300,0,0,5690,0,0,0,0,0),(112498,28078,571,1,1,25376,1,4976.24,5803.47,-69.0653,4.79965,300,0,0,5690,0,0,0,0,0),(112499,28078,571,1,1,25376,1,5009.51,5827.67,-71.8857,1.0472,300,0,0,5690,0,0,0,0,0),(112500,28078,571,1,1,25376,1,5046.85,5897.47,-69.0057,0.575959,300,0,0,5690,0,0,0,0,0),(112501,28078,571,1,1,25376,1,4966.16,5840.06,-64.4984,5.81195,300,0,0,5690,0,0,0,0,0),(112502,28078,571,1,1,25376,1,5075.42,5658.91,-95.1205,3.57698,300,0,0,5690,0,0,0,0,0),(112503,28078,571,1,1,25376,1,4986.38,5670.87,-85.5795,2.09086,300,0,0,5690,0,0,0,0,0),(112504,28078,571,1,1,25376,1,5006.8,5605.74,-91.0309,5.10017,300,0,0,5690,0,0,0,0,0),(112505,28078,571,1,1,25376,1,4979.16,5566.13,-83.0818,-2.99251,300,0,0,5690,0,0,0,0,0),(112506,28078,571,1,1,25376,1,4979.37,5565.01,-82.8835,5.83963,300,0,0,5690,0,0,0,0,0),(112507,28078,571,1,1,25376,1,4978.56,5567.55,-83.2722,-2.55413,300,0,0,5690,0,0,0,0,0),(112508,28078,571,1,1,25376,1,5027.5,5582.46,-94.455,5.45974,300,5,0,5690,0,1,0,0,0),(112509,28078,571,1,1,25376,1,4989.05,5623.57,-84.6249,5.61213,300,5,0,5690,0,1,0,0,0),(112510,28078,571,1,1,25376,1,4986.42,5620.23,-83.9702,5.61396,300,5,0,5690,0,1,0,0,0),(112511,28078,571,1,1,25376,1,5042.96,5704.66,-89.848,4.78377,300,5,0,5690,0,1,0,0,0),(112512,25774,571,1,1,22088,0,2040.75,6405.57,48.1284,2.42601,300,0,0,9610,0,0,0,0,0),(112513,24238,571,1,1,22232,1,1518.61,-5249.85,207.396,5.41052,300,0,0,35928,0,0,0,0,0),(112514,29358,571,1,1,26331,0,7257.34,-2621.5,814.849,0.289648,300,0,0,36525,0,2,0,0,0),(112515,29358,571,1,1,26331,0,7253.17,-2730.06,747.09,5.49841,300,0,0,36525,0,2,0,0,0),(112516,29358,571,1,1,26331,0,7330.98,-2413.06,749.54,3.27879,300,0,0,36525,0,0,0,0,0),(112517,29358,571,1,1,26331,0,7384.26,-2517.29,749.96,3.98639,300,0,0,36525,0,0,0,0,0),(112518,29358,571,1,1,26331,0,7259.02,-2272.72,755.357,5.96545,300,5,0,36525,0,1,0,0,0),(112519,29358,571,1,1,26331,0,7399.73,-2371.41,752.326,5.19667,300,0,0,36525,0,0,0,0,0),(112520,29358,571,1,1,26331,0,7314.36,-2325.05,752.229,5.5116,300,0,0,36525,0,0,0,0,0),(112521,27055,571,1,1,24260,1,3514.7,1999.16,64.9693,2.28638,300,0,0,9291,0,0,0,0,0),(112522,32687,571,1,1,28155,0,5828.75,502.496,657.442,3.19395,300,0,0,10080,8814,0,0,0,0),(112523,27567,571,1,1,24704,1,3642.18,763.603,75.7032,5.62821,300,0,0,102820,0,0,0,0,0),(112524,28079,571,1,1,25387,1,4893.67,5924.24,-33.8956,4.74729,300,0,0,5690,0,0,0,0,0),(112525,28079,571,1,1,25387,1,5015.43,5856.51,-65.9508,4.83456,300,0,0,5690,0,0,0,0,0),(112526,28079,571,1,1,25387,1,5022.55,5859.09,-66.2571,5.18363,300,0,0,5690,0,0,0,0,0),(112527,28079,571,1,1,25387,1,4803.17,5869.29,-25.881,5.3058,300,0,0,5690,0,0,0,0,0),(112528,28079,571,1,1,25387,1,4806.31,5870.73,-28.5755,5.32325,300,0,0,5690,0,0,0,0,0),(112529,28079,571,1,1,25387,1,4810.08,5920.51,-20.1235,5.75959,300,0,0,5690,0,0,0,0,0),(112530,28079,571,1,1,25387,1,4808.09,5917.56,-20.5168,5.53269,300,0,0,5690,0,0,0,0,0),(112531,28079,571,1,1,25387,1,4816.25,5894.73,-32.1035,6.21337,300,0,0,5690,0,0,0,0,0),(112532,28079,571,1,1,25387,1,4834.83,5872.98,-36.2781,3.97935,300,0,0,5690,0,0,0,0,0),(112533,28079,571,1,1,25387,1,4870.79,5857.5,-47.8749,4.34587,300,0,0,5690,0,0,0,0,0),(112534,28079,571,1,1,25387,1,4851.83,5871.78,-37.6284,4.90438,300,0,0,5690,0,0,0,0,0),(112535,28079,571,1,1,25387,1,4961.96,5893.58,-58.1473,5.21853,300,0,0,5690,0,0,0,0,0),(112536,28079,571,1,1,25387,1,4946.95,5929.64,-50.4712,6.07375,300,0,0,5690,0,0,0,0,0),(112537,28079,571,1,1,25387,1,4947.47,5924.02,-51.686,6.05629,300,0,0,5690,0,0,0,0,0),(112538,28079,571,1,1,25387,1,4853.81,5764.27,-58.4059,5.46288,300,0,0,5690,0,0,0,0,0),(112539,28079,571,1,1,25387,1,4856.93,5767.35,-58.3824,5.34071,300,0,0,5690,0,0,0,0,0),(112540,28079,571,1,1,25387,1,4798.66,5823.64,-30.0046,6.0912,300,0,0,5690,0,0,0,0,0),(112541,28079,571,1,1,25387,1,4819.84,5812.68,-37.7693,6.19592,300,0,0,5690,0,0,0,0,0),(112542,28079,571,1,1,25387,1,4819.97,5816,-38.2595,0.191986,300,0,0,5690,0,0,0,0,0),(112543,28079,571,1,1,25387,1,4802.67,5846.71,-31.2022,5.86431,300,0,0,5690,0,0,0,0,0),(112544,28079,571,1,1,25387,1,4804.08,5852.28,-31.5557,5.91667,300,0,0,5690,0,0,0,0,0),(112545,28079,571,1,1,25387,1,4815.66,5778.91,-40.1612,6.03884,300,0,0,5690,0,0,0,0,0),(112546,28079,571,1,1,25387,1,4813.76,5773.05,-41.6253,5.67232,300,0,0,5690,0,0,0,0,0),(112547,28079,571,1,1,25387,1,5030.71,5878.03,-63.7851,5.81195,300,0,0,5690,0,0,0,0,0),(112548,28079,571,1,1,25387,1,5032.28,5883.53,-63.8825,5.88176,300,0,0,5690,0,0,0,0,0),(112549,28079,571,1,1,25387,1,5028,5893.91,-63.4458,0.488692,300,0,0,5690,0,0,0,0,0),(112550,28079,571,1,1,25387,1,4983.53,5906.7,-57.1551,5.28835,300,0,0,5690,0,0,0,0,0),(112551,28079,571,1,1,25387,1,4987.94,5909.69,-57.8582,5.3058,300,0,0,5690,0,0,0,0,0),(112552,28079,571,1,1,25387,1,4856.5,5814.52,-49.5196,0.069813,300,0,0,5690,0,0,0,0,0),(112553,28079,571,1,1,25387,1,4916.51,5822.13,-59.746,5.75959,300,0,0,5690,0,0,0,0,0),(112554,28079,571,1,1,25387,1,4920.88,5805.79,-63.5244,6.12611,300,0,0,5690,0,0,0,0,0),(112555,28079,571,1,1,25387,1,4920.3,5809.95,-62.6004,6.0912,300,0,0,5690,0,0,0,0,0),(112556,28079,571,1,1,25387,1,4908.67,5827.21,-57.4953,2.16421,300,0,0,5690,0,0,0,0,0),(112557,28079,571,1,1,25387,1,4835.66,5765.75,-50.3853,5.55015,300,0,0,5690,0,0,0,0,0),(112558,28079,571,1,1,25387,1,4800.15,5903.56,-26.0904,6.26573,300,0,0,5690,0,0,0,0,0),(112559,28079,571,1,1,25387,1,4999.09,5830.56,-69.9264,5.2709,300,0,0,5690,0,0,0,0,0),(112560,28079,571,1,1,25387,1,4872.21,5797.77,-53.7009,0.488692,300,0,0,5690,0,0,0,0,0),(112561,28079,571,1,1,25387,1,4957.17,5679.58,-78.4099,-0.19143,300,0,0,5690,0,0,0,0,0),(112562,28079,571,1,1,25387,1,4968,5674.44,-80.0603,-1.50723,300,0,0,5690,0,0,0,0,0),(112563,28079,571,1,1,25387,1,4957.83,5681.09,-78.6247,-0.645392,300,0,0,5690,0,0,0,0,0),(112564,28079,571,1,1,25387,1,4943.13,5813.11,-64.3061,4.08407,300,0,0,5690,0,0,0,0,0),(112565,28079,571,1,1,25387,1,4905.89,5785.6,-61.9971,4.99164,300,0,0,5690,0,0,0,0,0),(112566,28079,571,1,1,25387,1,4964.17,5801.59,-65.4568,5.11381,300,0,0,5690,0,0,0,0,0),(112567,28079,571,1,1,25387,1,4972.21,5817.99,-63.6291,5.37561,300,0,0,5690,0,0,0,0,0),(112568,28079,571,1,1,25387,1,4979.36,5827.52,-63.9422,5.41052,300,0,0,5690,0,0,0,0,0),(112569,28079,571,1,1,25387,1,4969.07,5793.66,-69.3579,0.511272,300,5,0,5690,0,1,0,0,0),(112570,28079,571,1,1,25387,1,4939.9,5865.2,-59.9315,0.331613,300,0,0,5690,0,0,0,0,0),(112571,28079,571,1,1,25387,1,4898.07,5881.2,-49.4718,5.8724,300,5,0,5690,0,1,0,0,0),(112572,28079,571,1,1,25387,1,4909.22,5883.64,-52.7165,4.59022,300,0,0,5690,0,0,0,0,0),(112573,28079,571,1,1,25387,1,4899.86,5836.74,-57.2223,0.725994,300,5,0,5690,0,1,0,0,0),(112574,28079,571,1,1,25387,1,4897.27,5848.09,-54.8494,6.19592,300,0,0,5690,0,0,0,0,0),(112575,28079,571,1,1,25387,1,5063.1,5941.75,-59.6525,2.05846,300,5,0,5690,0,1,0,0,0),(112576,28079,571,1,1,25387,1,5012.92,5603.72,-92.7425,6.02366,300,5,0,5690,0,1,0,0,0),(112577,28079,571,1,1,25387,1,4958.85,5679.37,-78.3188,-0.28758,300,0,0,5690,0,0,0,0,0),(112578,28079,571,1,1,25387,1,5009.31,5603.47,-91.8446,-0.639985,300,0,0,5690,0,0,0,0,0),(112579,28079,571,1,1,25387,1,4976.76,5977.44,-36.8344,4.92183,300,0,0,5690,0,0,0,0,0),(112580,28079,571,1,1,25387,1,5035.42,5584.08,-94.4309,4.71239,300,0,0,5690,0,0,0,0,0),(112581,28079,571,1,1,25387,1,4964.34,5966.12,-38.2964,0.05236,300,0,0,5690,0,0,0,0,0),(112582,28079,571,1,1,25387,1,4985.4,5977.53,-39.058,4.17134,300,0,0,5690,0,0,0,0,0),(112583,28079,571,1,1,25387,1,5017.51,5610.17,-93.1315,2.83901,300,0,0,5690,0,0,0,0,0),(112584,28079,571,1,1,25387,1,4994.57,5649.74,-87.271,5.76048,300,0,0,5690,0,0,0,0,0),(112585,28079,571,1,1,25387,1,4979.73,5950.87,-47.3829,1.6057,300,0,0,5690,0,0,0,0,0),(112586,28079,571,1,1,25387,1,4950.62,5723.88,-76.2238,2.714,300,5,0,5690,0,1,0,0,0),(112587,28079,571,1,1,25387,1,5036.82,5573.92,-95.1492,4.82194,300,0,0,5690,0,0,0,0,0),(112588,28079,571,1,1,25387,1,5014.66,5599.22,-93.0841,1.63122,300,0,0,5690,0,0,0,0,0),(112589,28079,571,1,1,25387,1,4958.33,5748.53,-75.2798,5.01189,300,5,0,5690,0,1,0,0,0),(112590,28079,571,1,1,25387,1,4920.46,5734.79,-66.947,-0.586625,300,0,0,5690,0,0,0,0,0),(112591,28079,571,1,1,25387,1,4954.43,5635.75,-77.4759,4.57326,300,5,0,5690,0,1,0,0,0),(112592,28079,571,1,1,25387,1,4942.3,5683.85,-77.4457,4.61399,300,0,0,5690,0,0,0,0,0),(112593,28079,571,1,1,25387,1,4946.23,5714.33,-76.5423,4.86229,300,5,0,5690,0,1,0,0,0),(112594,28079,571,1,1,25387,1,4946.91,5672.81,-77.0257,2.18888,300,0,0,5690,0,0,0,0,0),(112595,28079,571,1,1,25387,1,5085.74,5834.6,-78.2901,5.01861,300,5,0,5690,0,1,0,0,0),(112596,28079,571,1,1,25387,1,5159.56,5633,-95.4604,4.71605,300,0,0,5690,0,0,0,0,0),(112597,28079,571,1,1,25387,1,4975.07,5798.94,-69.501,0.994838,300,0,0,5690,0,0,0,0,0),(112598,28079,571,1,1,25387,1,5085.71,5679.84,-93.3908,0.738096,300,0,0,5690,0,0,0,0,0),(112599,28079,571,1,1,25387,1,4963.1,5841.11,-64.6622,2.04204,300,0,0,5690,0,0,0,0,0),(112600,28079,571,1,1,25387,1,5093.83,5659.27,-94.7959,-3.11373,300,0,0,5690,0,0,0,0,0),(112601,28079,571,1,1,25387,1,4981.73,5679.51,-84.4374,5.40513,300,0,0,5690,0,0,0,0,0),(112602,28079,571,1,1,25387,1,5004.09,5617.23,-89.7425,3.74319,300,5,0,5690,0,1,0,0,0),(112603,28079,571,1,1,25387,1,4979.54,5575.64,-84.5775,5.66646,300,0,0,5690,0,0,0,0,0),(112604,28079,571,1,1,25387,1,4972.14,5566.67,-81.872,4.83372,300,0,0,5690,0,0,0,0,0),(112605,28079,571,1,1,25387,1,4974.63,5582.74,-83.7064,-1.44371,300,0,0,5690,0,0,0,0,0),(112606,28079,571,1,1,25387,1,4996.65,5645.67,-87.8266,4.9711,300,5,0,5690,0,1,0,0,0),(112607,28079,571,1,1,25387,1,4989.36,5620.61,-84.6659,5.61195,300,5,0,5690,0,1,0,0,0),(112608,28079,571,1,1,25387,1,5041.89,5709.88,-89.9089,5.01067,300,5,0,5690,0,1,0,0,0),(112609,32688,571,1,1,28156,0,5845.1,586.315,651.347,4.53786,300,0,0,10080,8814,0,0,0,0),(112610,27056,571,1,1,24261,0,3481.32,2008.06,64.9457,5.13127,300,0,0,8982,3155,0,0,0,0),(112611,30384,571,1,6,11686,0,7521.67,-971.053,467.634,3.66519,300,5,0,11770,0,1,0,0,0),(112612,23728,571,1,1,21707,0,600.131,-5032.45,5.46526,0.837758,300,0,0,29820,0,0,0,0,0),(112613,23472,571,1,1,16925,0,5805.11,639.124,659.633,2.74017,300,0,0,4120,0,0,0,0,0),(112614,23984,571,1,1,14549,0,1448.11,-3321.92,168.904,4.18879,300,0,0,46,0,0,0,0,0),(112615,23984,571,1,1,14551,0,1453.68,-3315.26,168.904,0.593412,300,0,0,46,0,0,0,0,0),(112616,25264,571,1,1,23035,1,2243.12,5402.47,1.73681,1.76278,300,0,0,144150,3309,0,0,0,0),(112618,28080,571,1,1,25640,1,6707.16,5156.77,-19.4783,2.32129,300,0,0,11001,0,0,0,0,0),(112619,28080,571,1,1,25640,1,6656.94,5124.21,-35.2076,1.58544,300,5,0,11001,0,1,0,0,0),(112620,28080,571,1,1,25379,1,6630.12,5180.35,-40.8894,2.25148,300,0,0,11001,0,0,0,0,0),(112621,28080,571,1,1,25640,1,6539.96,5135.16,-52.7691,2.08499,300,5,0,11001,0,1,0,0,0),(112622,28080,571,1,1,25379,1,6579.11,5160.23,-45.6312,5.55015,300,5,0,11001,0,1,0,0,0),(112623,28080,571,1,1,25379,1,6542.12,5176.71,-54.9706,3.68653,300,5,0,11001,0,1,0,0,0),(112624,28080,571,1,1,25640,1,6541.44,5208.82,-52.1921,3.00197,300,0,0,11001,0,0,0,0,0),(112625,28080,571,1,1,25379,1,6546.56,5080.02,-53.6362,0.651706,300,5,0,11001,0,1,0,0,0),(112626,28080,571,1,1,25379,1,6601.62,5185.89,-42.299,3.29968,300,0,0,11001,0,0,0,0,0),(112627,28080,571,1,1,25379,1,6624.11,5056.07,-38.5352,2.00128,300,5,0,11001,0,1,0,0,0),(112628,28080,571,1,1,25640,1,6619.36,5079.86,-38.8001,4.31429,300,5,0,11001,0,1,0,0,0),(112629,28080,571,1,1,25640,1,6619.78,5111.64,-36.4903,6.02139,300,0,0,11001,0,0,0,0,0),(112630,28080,571,1,1,25379,1,6628.38,5068.67,-38.0097,4.29351,300,0,0,11001,0,0,0,0,0),(112631,28080,571,1,1,25640,1,6532.92,5150.43,-56.3581,3.90075,300,5,0,11001,0,1,0,0,0),(112632,27824,571,1,1,14704,0,3585.75,-1207.84,86.1706,5.55089,300,5,0,9610,3309,1,0,0,0),(112633,27824,571,1,1,14704,0,3598.22,-1204.02,89.1248,3.1435,300,5,0,9610,3309,1,0,0,0),(112634,27824,571,1,1,14704,0,3585.36,-1245.62,86.1705,1.922,300,5,0,9610,3309,1,0,0,0),(112635,27824,571,1,1,14704,0,3598.57,-1249.82,86.0955,2.91551,300,5,0,9610,3309,1,0,0,0),(112636,27824,571,1,1,14704,0,3575.24,-1218.65,86.1764,2.09819,300,5,0,9610,3309,1,0,0,0),(112637,26544,571,1,1,28135,1,4186.27,-1871.81,204.547,6.10865,300,0,0,9940,0,0,0,0,0),(112638,27569,571,1,1,11686,0,3008.66,4101.58,23.8834,6.17846,300,0,0,9940,0,0,0,0,0),(112639,32689,571,1,1,28159,0,5804.7,633.228,647.63,0.174533,300,0,0,10080,8814,0,0,0,0),(112640,27057,571,1,1,24267,0,3475.58,1979.33,64.9656,0.872665,300,0,0,8982,0,0,0,0,0),(112641,23729,571,1,1,21708,1,586.722,-4951.09,27.6738,5.68977,300,0,0,25524,23943,0,0,0,0),(112642,23985,571,1,1,22255,0,1450.13,-3317.5,168.882,6.22843,300,0,0,8982,0,0,0,0,0),(112643,28081,571,1,1,25385,1,6665.7,5019.8,-15.8159,3.33358,300,0,0,11001,0,0,0,0,0),(112644,28081,571,1,1,25385,1,6686.64,5218.41,-17.8379,4.13643,300,0,0,11001,0,0,0,0,0),(112645,28081,571,1,1,25385,1,6605.46,5138.35,-35.9772,1.76278,300,0,0,11001,0,0,0,0,0),(112646,28081,571,1,1,25385,1,6647.04,5042.07,-31.2682,3.82227,300,0,0,11001,0,0,0,0,0),(112647,28081,571,1,1,25385,1,6665.5,5135.03,-35.3874,0,300,5,0,11001,0,1,0,0,0),(112648,28081,571,1,1,25385,1,6673.42,5156.06,-28.5076,3.7001,300,0,0,11001,0,0,0,0,0),(112649,28081,571,1,1,25385,1,6631.44,5199.98,-35.7421,4.13643,300,0,0,11001,0,0,0,0,0),(112650,28081,571,1,1,25385,1,6619.93,5190.54,-41.4014,5.91667,300,0,0,11001,0,0,0,0,0),(112651,28081,571,1,1,25385,1,6587.66,5261.57,-27.0896,3.29867,300,0,0,11001,0,0,0,0,0),(112652,28081,571,1,1,25385,1,6528,5115.81,-52.6574,3.76991,300,0,0,11001,0,0,0,0,0),(112653,28081,571,1,1,25385,1,6539.81,5196.24,-52.2772,3.33358,300,0,0,11001,0,0,0,0,0),(112654,28081,571,1,1,25385,1,6571.05,5059.18,-47.3356,4.13643,300,0,0,11001,0,0,0,0,0),(112655,28081,571,1,1,25385,1,6577.89,5076.4,-43.9511,3.80482,300,0,0,11001,0,0,0,0,0),(112656,28081,571,1,1,25385,1,6605.75,5079.89,-39.5242,4.15388,300,0,0,11001,0,0,0,0,0),(112657,28081,571,1,1,25385,1,6671.56,5111.69,-31.9934,6.01731,300,0,0,11001,0,0,0,0,0),(112682,25521,571,1,2,25632,1,1837.73,6021.03,0.543212,5.98003,300,10,0,6986,0,1,0,0,0),(112680,25521,571,1,2,25632,1,1902.58,5975.92,9.03457,2.04204,300,0,0,6986,0,0,0,0,0),(112679,25521,571,1,2,25632,1,1861.77,5860.9,4.95504,4.74729,300,0,0,6986,0,0,0,0,0),(112678,25521,571,1,2,25632,1,1902.27,5803.66,6.06117,0.977384,300,0,0,6986,0,0,0,0,0),(112677,25521,571,1,2,25632,1,1920.53,5770.22,6.38923,3.87463,300,0,0,6986,0,0,0,0,0),(112673,25521,571,1,2,25632,1,1858.94,5820.32,5.66559,5.21853,300,0,0,6986,0,0,0,0,0),(112672,25521,571,1,2,25632,1,1905.14,5898.42,13.0672,1.54216,300,5,0,6986,0,1,0,0,0),(112671,25521,571,1,2,25632,1,1853.63,5846.97,2.74073,5.74213,300,0,0,6986,0,2,0,0,0),(112670,25521,571,1,2,25632,1,1884.51,6010.98,4.95988,1.01229,300,0,0,6986,0,0,0,0,0),(112669,25521,571,1,2,25632,1,1907.99,6008.05,8.01103,2.18166,300,0,0,6986,0,0,0,0,0),(112668,25521,571,1,2,25632,1,1878.55,6034.04,2.88499,5.95157,300,0,0,6986,0,0,0,0,0),(112667,25521,571,1,2,25632,1,1927.36,5845.77,11.8317,4.59022,300,0,0,6986,0,0,0,0,0),(112666,25521,571,1,2,25632,1,1923.25,5739.29,5.95627,4.39823,300,0,0,6986,0,0,0,0,0),(112665,25521,571,1,2,25632,1,1953.28,5720.14,9.68446,4.88692,300,0,0,6986,0,0,0,0,0),(112664,25521,571,1,2,25632,1,1825.72,5784.94,0.46574,4.55481,300,5,0,6986,0,1,0,0,0),(112674,29617,571,1,1,23031,1,2125.58,5355.01,21.1216,3.95688,300,0,0,7984,0,2,0,0,0),(112675,29617,571,1,1,23031,1,2279.51,5153.01,1.28274,4.35353,300,0,0,7984,0,2,0,0,0),(112676,29617,571,1,1,23031,1,2136.45,5350.42,21.6257,-2.21656,300,0,0,7984,0,2,0,0,0),(112663,25521,571,1,2,25632,1,1846.27,5754.29,0.229341,5.68977,300,0,0,6986,0,0,0,0,0),(112662,25521,571,1,2,25632,1,1856.79,5734.71,-0.010504,2.72271,300,0,0,6986,0,0,0,0,0),(112661,25521,571,1,2,25632,1,1847.33,6066.56,-0.254634,0.523599,300,0,0,6986,0,0,0,0,0),(112660,25521,571,1,2,25632,1,1868.55,5694.1,0.398424,2.75762,300,0,0,6986,0,0,0,0,0),(112681,29617,571,1,1,23031,1,2252.5,5398.59,1.76104,2.57248,300,0,0,7984,0,2,0,0,0),(112659,25521,571,1,2,25632,1,1844.32,5699.13,-1.35645,5.63741,300,0,0,6986,0,0,0,0,0),(112658,25521,571,1,2,25632,1,1865.83,6081.9,-0.296398,3.64774,300,0,0,6986,0,0,0,0,0),(112684,23986,571,1,1,14346,0,1444.64,-3319.87,168.904,4.03171,300,0,0,9880,0,0,0,0,0),(112685,23986,571,1,1,14346,0,1452.08,-3312,168.905,0.575959,300,0,0,9880,0,0,0,0,0),(112686,32690,571,1,1,28160,0,5806.18,633.382,647.635,3.1765,300,0,0,10080,8814,0,0,0,0),(112687,27058,571,1,1,24254,0,4502.24,5757.56,81.6196,3.21141,300,0,0,8982,0,0,0,0,0),(112688,24754,571,1,1,24054,0,702.997,-2929.05,-2.98511,5.74213,300,0,0,8982,0,0,0,0,0),(112689,24754,571,1,1,24054,0,696.87,-2936.24,-2.98512,0.453786,300,0,0,8982,0,0,0,0,0),(112690,24754,571,1,1,24054,0,735.595,-2923.2,7.25743,5.70723,300,0,0,8982,0,0,0,0,0),(112691,28082,571,1,1,25388,1,5280.53,4533.72,-80.4395,3.80482,300,0,0,117700,3809,0,0,0,0),(112692,29618,571,1,1,27172,1,6374.72,-1408.65,431.003,1.79769,300,0,0,11001,3643,0,0,0,0),(112693,26290,571,1,1,23784,0,3966.58,272.363,15.73,2.35244,300,0,0,126000,0,2,0,0,0),(112694,27570,571,1,1,7196,1,2830.78,-1967.18,12.2421,5.32325,300,0,0,9940,0,0,0,0,0),(112695,27570,571,1,1,5832,1,2849.46,-1891.92,11.8713,1.53589,300,0,0,9940,0,0,0,0,0),(112696,27570,571,1,1,5832,1,2852.43,-1870.7,11.681,4.06662,300,0,0,9940,0,0,0,0,0),(112697,27570,571,1,1,5832,1,2717.42,-2060.3,4.55148,1.72083,300,5,0,9940,0,1,0,0,0),(112698,27570,571,1,1,7196,1,2731.15,-2058.41,4.67616,0.004837,300,5,0,9940,0,1,0,0,0),(112699,27570,571,1,1,3921,1,2727.16,-2061.35,4.93987,1.81514,300,0,0,9940,0,0,0,0,0),(112700,27570,571,1,1,16952,1,2733.64,-2061.17,4.93467,1.88496,300,0,0,9940,0,0,0,0,0),(112701,27570,571,1,1,3921,1,2728.76,-2052.24,5.80164,5.54117,300,5,0,9940,0,1,0,0,0),(112702,27570,571,1,1,7196,1,2721.01,-2050.16,4.56637,0.872665,300,0,0,9940,0,0,0,0,0),(112703,27570,571,1,1,3921,1,2834.58,-1956.3,12.2676,0.663225,300,0,0,9940,0,0,0,0,0),(112704,27570,571,1,1,5832,1,2832.84,-1959.32,12.1788,1.34678,300,5,0,9940,0,1,0,0,0),(112705,27570,571,1,1,16952,1,2829.17,-1977.3,10.7418,2.33077,300,5,0,9940,0,1,0,0,0),(112706,27570,571,1,1,16952,1,2832.07,-1863.06,11.953,2.77767,300,5,0,9940,0,1,0,0,0),(112707,27570,571,1,1,3921,1,2838.27,-1855.43,11.9847,4.85202,300,0,0,9940,0,0,0,0,0),(112708,27570,571,1,1,5832,1,2834.03,-1874.43,12.055,0.837758,300,0,0,9940,0,0,0,0,0),(112709,27570,571,1,1,16952,1,2844.66,-1876.15,11.6376,5.39861,300,5,0,9940,0,1,0,0,0),(112710,27570,571,1,1,7196,1,2841.93,-1865.19,11.9834,1.40525,300,5,0,9940,0,1,0,0,0),(112711,27570,571,1,1,16952,1,2845.2,-1883.01,11.5768,3.40005,300,5,0,9940,0,1,0,0,0),(112712,27570,571,1,1,3921,1,2852.98,-1877.83,11.5923,2.50732,300,5,0,9940,0,1,0,0,0),(112713,27570,571,1,1,7196,1,2858.49,-1884.92,11.8653,2.47837,300,0,0,9940,0,0,0,0,0),(112714,24754,571,1,1,24054,0,704.72,-2933.76,-3.06848,3.37825,300,5,0,8982,0,1,0,0,0),(112715,24754,571,1,1,24054,0,709.581,-2932.59,-3.06848,3.37828,300,5,0,8982,0,1,0,0,0),(112716,24754,571,1,1,24054,0,714.441,-2931.42,-2.74744,3.37823,300,5,0,8982,0,1,0,0,0),(112717,24754,571,1,1,24054,0,782.683,-2985.29,16.147,2.19912,300,0,0,8982,0,0,0,0,0),(112718,24754,571,1,1,24054,0,780.927,-2978.11,12.9828,1.77119,300,5,0,8982,0,1,0,0,0),(112721,24754,571,1,1,24054,0,772.831,-2961.55,9.05079,2.10001,300,5,0,8982,0,1,0,0,0),(112722,24754,571,1,1,24054,0,775.357,-2965.87,9.78456,2.09999,300,5,0,8982,0,1,0,0,0),(112726,27570,571,1,1,5832,1,2734.38,-2048.96,4.47812,5.73903,300,5,0,9940,0,1,0,0,0),(112729,27570,571,1,1,16952,1,2832.37,-1975.28,10.7418,1.6223,300,5,0,9940,0,1,0,0,0),(112730,27570,571,1,1,5832,1,2833.67,-1862.52,11.9553,-2.08601,300,0,0,9940,0,0,0,0,0),(112731,27570,571,1,1,3921,1,2827.57,-1869.55,11.8761,-2.32824,300,0,0,9940,0,0,0,0,0),(112733,27570,571,1,1,16952,1,2848.42,-1963.02,10.8252,1.23918,300,0,0,9940,0,0,0,0,0),(112734,27570,571,1,1,16952,1,2738.3,-1941.73,4.12081,3.78204,300,5,0,9940,0,1,0,0,0),(112736,27570,571,1,1,7196,1,2825.17,-1920.03,9.03181,1.48084,300,5,0,9940,0,1,0,0,0),(112738,27570,571,1,1,16952,1,2745.86,-1936.1,4.53868,3.78205,300,5,0,9940,0,1,0,0,0),(112739,27570,571,1,1,3921,1,2853.09,-1972.42,10.8252,0.383972,300,0,0,9940,0,0,0,0,0),(112740,27570,571,1,1,3921,1,2823.46,-1939,10.4171,1.48084,300,5,0,9940,0,1,0,0,0),(112763,25522,571,1,2,25632,1,1791.1,5964.14,0.270858,2.96133,300,0,0,6986,0,0,0,0,0),(112742,27570,571,1,1,7196,1,2833.44,-1865.94,11.9815,4.05639,300,5,0,9940,0,1,0,0,0),(112745,27570,571,1,1,5832,1,2842.18,-1874.98,11.8223,2.1293,300,0,0,9940,0,0,0,0,0),(112746,27570,571,1,1,3921,1,2840.27,-1867.84,11.9554,4.14188,300,5,0,9940,0,1,0,0,0),(112762,25522,571,1,2,25632,1,1878.93,5953.32,7.23426,1.65919,300,10,0,6986,0,1,0,0,0),(112761,25522,571,1,2,25632,1,1869.09,5953.95,6.38201,2.60536,300,0,0,6986,0,2,0,0,0),(112760,25522,571,1,2,25632,1,1779.41,5921.69,0.437028,3.29867,300,0,0,6986,0,0,0,0,0),(112759,25522,571,1,2,25632,1,1806.14,5998.53,0.846647,3.07178,300,0,0,6986,0,0,0,0,0),(112758,25522,571,1,2,25632,1,1846.44,5925.27,2.37993,2.80998,300,0,0,6986,0,0,0,0,0),(112757,25522,571,1,2,25632,1,1951.73,5886.47,14.5534,6.26029,300,0,0,6986,0,0,0,0,0),(112756,25522,571,1,2,25632,1,1957.72,5843.78,13.1988,3.26007,300,5,0,6986,0,1,0,0,0),(112755,25522,571,1,2,25632,1,1863.07,5721.26,0.544473,3.4195,300,0,0,6986,0,2,0,0,0),(112754,25522,571,1,2,25632,1,1875.2,5805.04,3.5264,4.3996,300,5,0,6986,0,1,0,0,0),(112753,25522,571,1,2,25632,1,1802.26,5846.73,0.424691,3.22886,300,0,0,6986,0,0,0,0,0),(112752,25522,571,1,2,25632,1,1795.87,5880.46,1.02412,3.1765,300,0,0,6986,0,0,0,0,0),(112751,25522,571,1,2,25632,1,1977.6,5786,14.1785,6.23082,300,0,0,6986,0,0,0,0,0),(112750,25522,571,1,2,25632,1,1896.16,5667.92,5.92525,4.97419,300,0,0,6986,0,0,0,0,0),(112749,25522,571,1,2,25632,1,1861.15,5768.95,0.632679,5.48233,300,5,0,6986,0,1,0,0,0),(112741,25522,571,1,2,25632,1,1962.77,5996.6,12.8986,6.19592,300,0,0,6986,0,0,0,0,0),(112767,29618,571,1,1,27181,1,6286.88,-1191.59,424.651,1.63529,300,0,0,11001,3643,0,0,0,0),(112768,29618,571,1,1,27172,1,6377.58,-1173.94,426.961,4.72441,300,5,0,11001,3643,1,0,0,0),(112769,29618,571,1,1,27181,1,6325.49,-1178.42,425.63,1.54248,300,0,0,11001,3643,0,0,0,0),(112770,29618,571,1,1,27172,1,6365.39,-1174.91,427.149,2.83449,300,5,0,11001,3643,1,0,0,0),(112771,29618,571,1,1,27172,1,6286.6,-1318.08,426.287,2.03159,300,0,0,11001,3643,0,0,0,0),(112772,29618,571,1,1,27181,1,6389.11,-1184.38,426.621,1.60173,300,5,0,11001,3643,1,0,0,0),(112773,29618,571,1,1,27181,1,6374.24,-1197.44,426.241,2.15137,300,5,0,11001,3643,1,0,0,0),(112774,29618,571,1,1,27172,1,6358.82,-1184.1,426.902,1.74886,300,5,0,11001,3643,1,0,0,0),(112775,29618,571,1,1,27172,1,6309.1,-1333.89,427.914,1.54266,300,0,0,11001,3643,0,0,0,0),(112776,29618,571,1,1,27181,1,6332.46,-1254.93,428.861,1.27393,300,0,0,11001,3643,0,0,0,0),(112777,29618,571,1,1,27172,1,6305.9,-1351.45,427.539,1.6926,300,0,0,11001,3643,0,0,0,0),(112778,29618,571,1,1,27181,1,6348.87,-1258.06,428.86,1.06658,300,0,0,11001,3643,0,0,0,0),(112779,29618,571,1,1,27172,1,6384.73,-1165.75,426.437,4.84745,300,5,0,11001,3643,1,0,0,0),(112780,29618,571,1,1,27181,1,6344.95,-1290.9,427.928,2.23031,300,0,0,11001,3643,0,0,0,0),(112781,29618,571,1,1,27172,1,6362.02,-1237.6,427.485,0.998069,300,0,0,11001,3643,0,0,0,0),(112782,29618,571,1,1,27172,1,6356.72,-1178.23,426.774,3.72557,300,5,0,11001,3643,1,0,0,0),(112783,29618,571,1,1,27172,1,6302.25,-1281.97,426.763,1.8251,300,0,0,11001,3643,0,0,0,0),(112784,29618,571,1,1,27181,1,6324.62,-1184.11,425.784,1.29915,300,0,0,11001,3643,0,0,0,0),(112785,29618,571,1,1,27172,1,6335.93,-1327.96,428.696,2.02362,300,0,0,11001,3643,0,0,0,0),(112786,29618,571,1,1,27181,1,6362.78,-1357.76,428.199,0.978462,300,5,0,11001,3643,1,0,0,0),(112787,29618,571,1,1,27172,1,6307.24,-1338.16,427.789,1.4651,300,0,0,11001,3643,0,0,0,0),(112788,29618,571,1,1,27172,1,6307.37,-1278.23,427.513,2.04408,300,0,0,11001,3643,0,0,0,0),(112789,29618,571,1,1,27172,1,6381.66,-1193.53,426.09,1.74457,300,5,0,11001,3643,1,0,0,0),(112790,29618,571,1,1,27181,1,6321.94,-1305.06,428.506,2.1206,300,0,0,11001,3643,0,0,0,0),(112791,29618,571,1,1,27181,1,6337.55,-1330.54,428.946,1.56104,300,0,0,11001,3643,0,0,0,0),(112792,29618,571,1,1,27172,1,6361.34,-1245.14,428.074,1.31151,300,5,0,11001,3643,1,0,0,0),(112793,29618,571,1,1,27181,1,6319.23,-1308.11,428.881,1.19124,300,0,0,11001,3643,0,0,0,0),(112794,29618,571,1,1,27181,1,6302.52,-1332.94,427.381,1.63305,300,0,0,11001,3643,0,0,0,0),(112796,29618,571,1,1,27172,1,6384.89,-1305.92,433.835,1.82668,300,5,0,11001,3643,1,0,0,0),(112797,29618,571,1,1,27181,1,6350.43,-1366.74,426.792,1.91314,300,0,0,11001,3643,0,0,0,0),(112798,29618,571,1,1,27181,1,6367.2,-1337.15,429.731,1.42009,300,0,0,11001,3643,0,0,0,0),(112799,29618,571,1,1,27172,1,6369.2,-1329.54,430.257,1.25293,300,5,0,11001,3643,1,0,0,0),(112800,29618,571,1,1,27172,1,6339.23,-1336.96,429.202,1.43971,300,0,0,11001,3643,0,0,0,0),(112801,29618,571,1,1,27181,1,6317.63,-1352.1,427.664,1.54991,300,0,0,11001,3643,0,0,0,0),(112802,29618,571,1,1,27181,1,6300.35,-1345.79,427.039,1.90234,300,0,0,11001,3643,0,0,0,0),(112803,29618,571,1,1,27181,1,6314.07,-1326.21,427.846,1.70752,300,5,0,11001,3643,1,0,0,0),(112804,29618,571,1,1,27181,1,6380.25,-1202.42,426.122,1.34113,300,5,0,11001,3643,1,0,0,0),(112805,29618,571,1,1,27181,1,6345.01,-1334.16,429.452,1.73578,300,0,0,11001,3643,0,0,0,0),(112806,29618,571,1,1,27181,1,6362.61,-1366.75,427.417,1.66329,300,0,0,11001,3643,0,0,0,0),(112807,29618,571,1,1,27181,1,6376.25,-1302.7,431.834,1.32575,300,0,0,11001,3643,0,0,0,0),(112808,29618,571,1,1,27172,1,6313.42,-1286.16,427.263,2.16998,300,0,0,11001,3643,0,0,0,0),(112809,29618,571,1,1,27172,1,6398.95,-1291.38,438.417,1.90027,300,5,0,11001,3643,1,0,0,0),(112810,29618,571,1,1,27172,1,6318.52,-1416.39,426.156,1.58825,300,0,0,11001,3643,0,0,0,0),(112811,29618,571,1,1,27172,1,6309.63,-1381.45,426.078,1.48089,300,0,0,11001,3643,0,0,0,0),(112812,29618,571,1,1,27181,1,6306.96,-1385.73,426.03,1.69903,300,5,0,11001,3643,1,0,0,0),(112813,29618,571,1,1,27172,1,6391.14,-1386.29,434.931,0.970712,300,0,0,11001,3643,0,0,0,0),(112814,29618,571,1,1,27172,1,6373.99,-1396.13,430.022,1.81514,300,0,0,11001,3643,0,0,0,0),(112815,29618,571,1,1,27172,1,6375.91,-1304.04,431.756,1.32574,300,5,0,11001,3643,1,0,0,0),(112816,29618,571,1,1,27181,1,6315.31,-1410.04,425.595,1.58825,300,0,0,11001,3643,0,0,0,0),(112817,29618,571,1,1,27181,1,6379.46,-1385.66,430.71,1.07394,300,5,0,11001,3643,1,0,0,0),(112819,29618,571,1,1,27181,1,6355.76,-1380.07,426.917,1.70961,300,0,0,11001,3643,0,0,0,0),(112821,29618,571,1,1,27172,1,6334.94,-1370.96,426.667,1.15096,300,0,0,11001,3643,0,0,0,0),(112822,29618,571,1,1,27181,1,6357.37,-1364.7,427.202,1.76777,300,0,0,11001,3643,0,0,0,0),(112823,29618,571,1,1,27172,1,6364.54,-1359.25,428.188,1.34334,300,5,0,11001,3643,1,0,0,0),(112824,29618,571,1,1,27172,1,6329.74,-1361.53,427.164,1.44538,300,0,0,11001,3643,0,0,0,0),(112826,29618,571,1,1,27172,1,6341.98,-1367.52,426.667,1.79477,300,0,0,11001,3643,0,0,0,0),(112827,29618,571,1,1,27181,1,6390.53,-1375.26,434.391,1.16308,300,5,0,11001,3643,1,0,0,0),(112828,29618,571,1,1,27181,1,6360.3,-1380.09,427.253,1.75871,300,5,0,11001,3643,1,0,0,0),(112829,29618,571,1,1,27172,1,6351.63,-1403.87,427.001,1.72788,300,0,0,11001,3643,0,0,0,0),(112830,29618,571,1,1,27181,1,6360.04,-1378.69,427.346,1.34334,300,5,0,11001,3643,1,0,0,0),(112831,29618,571,1,1,27181,1,6305.91,-1384.51,425.97,1.43263,300,5,0,11001,3643,1,0,0,0),(112832,29618,571,1,1,27172,1,6370.63,-1400,429.297,1.79769,300,0,0,11001,3643,0,0,0,0),(112833,29618,571,1,1,27181,1,6362.6,-1410.39,428.594,1.76278,300,0,0,11001,3643,0,0,0,0),(112834,29618,571,1,1,27172,1,6305.74,-1418.46,426.53,1.5708,300,0,0,11001,3643,0,0,0,0),(112835,29618,571,1,1,27172,1,6310.28,-1411.5,426.042,1.5708,300,0,0,11001,3643,0,0,0,0),(112836,29618,571,1,1,27181,1,6309.81,-1416.05,426.466,1.5708,300,0,0,11001,3643,0,0,0,0),(112837,29618,571,1,1,27172,1,6377.85,-1405.79,431.888,1.81514,300,0,0,11001,3643,0,0,0,0),(112838,29618,571,1,1,27181,1,6364.04,-1415.59,429.184,1.76278,300,0,0,11001,3643,0,0,0,0),(112840,29618,571,1,1,27172,1,6356.18,-1417.19,428.198,1.72788,300,0,0,11001,3643,0,0,0,0),(112841,29618,571,1,1,27172,1,6360.64,-1413.5,428.606,1.74533,300,0,0,11001,3643,0,0,0,0),(112842,29618,571,1,1,27181,1,6301.46,-1415.26,426.129,1.55334,300,0,0,11001,3643,0,0,0,0),(112843,29618,571,1,1,27181,1,6313.69,-1415.55,426.302,1.5708,300,0,0,11001,3643,0,0,0,0),(112844,29618,571,1,1,27172,1,6312.44,-1420.1,426.667,1.65691,300,5,0,11001,3643,1,0,0,0),(112845,23987,571,1,1,14338,0,1440.26,-3313.82,168.885,1.44862,300,0,0,9880,0,0,0,0,0),(112846,26291,571,1,1,12815,1,4928.23,797.938,126.853,4.55531,300,5,0,29820,0,1,0,0,0),(112847,26291,571,1,1,12815,1,4978.89,755.03,129.433,0.855211,300,5,0,29820,0,1,0,0,0),(112848,26291,571,1,1,12815,1,4918.27,309.193,183.125,2.67035,300,0,0,29820,0,0,0,0,0),(112850,23731,571,1,1,21710,1,599.04,-4928.18,19.0865,4.99164,300,0,0,1,6749,0,0,0,0),(112851,24755,571,1,1,24057,0,820.483,-2910.46,7.63848,1.71042,300,0,0,9940,0,0,0,0,0),(112852,32691,571,1,1,28161,0,5751.11,587.113,649.777,1.6057,300,0,0,10080,8814,0,0,0,0),(112853,26291,571,1,1,12815,1,4830.89,164.753,148.459,5.0091,300,0,0,29820,0,0,0,0,0),(112854,26291,571,1,1,12815,1,4907.39,174.313,176.634,3.07178,300,0,0,29820,0,0,0,0,0),(112855,26291,571,1,1,12815,1,4822.13,52.333,76.4789,3.96336,300,0,0,29820,0,2,0,0,0),(112856,26291,571,1,1,12815,1,4891.67,755.158,121.771,3.40339,300,5,0,29820,0,1,0,0,0),(112857,26291,571,1,1,12815,1,4841.86,76.2959,111.203,5.2709,300,0,0,29820,0,0,0,0,0),(112858,26291,571,1,1,12815,1,4819.59,414.277,162.483,0.645772,300,0,0,29820,0,0,0,0,0),(112859,26291,571,1,1,12815,1,4768.94,114.772,72.9192,1.0821,300,0,0,29820,0,0,0,0,0),(112860,26291,571,1,1,12815,1,4704.97,56.0561,91.8231,4.29351,300,0,0,29820,0,0,0,0,0),(112861,27571,571,1,1,24971,1,4954.87,1294.05,234.882,1.39626,300,0,0,53175,17805,0,0,0,0),(112862,32435,571,1,1,20763,0,5856.26,589.199,608.38,0.871422,300,0,0,12852,0,2,0,0,0),(112863,27571,571,1,1,24971,1,4952.81,1300.47,235.019,5.28835,300,0,0,53175,17805,0,0,0,0),(112864,28083,571,1,1,20595,0,4801.76,4364.83,-56.6859,2.42601,300,5,0,11770,0,1,0,0,0),(112865,26291,571,1,1,12815,1,4770.23,469.969,111.768,2.05884,300,0,0,29820,0,2,0,0,0),(112866,26291,571,1,1,12815,1,4874.09,452.328,115.698,0.069813,300,0,0,29820,0,2,0,0,0),(112867,26291,571,1,1,12815,1,4886.73,196.3,99.9499,2.44346,300,0,0,29820,0,2,0,0,0),(112868,26291,571,1,1,12815,1,4840.71,159.99,94.528,3.90782,300,0,0,29820,0,2,0,0,0),(112869,8883,571,1,1,2405,0,2758.67,-170.319,138.861,3.90954,300,0,0,42,0,0,0,0,0),(112870,8883,571,1,1,2402,0,2751.74,-164.595,138.861,4.04916,300,0,0,42,0,0,0,0,0),(112871,8883,571,1,1,2410,0,2756.31,-168.32,138.861,3.9968,300,0,0,42,0,0,0,0,0),(112872,8883,571,1,1,2408,0,2734.55,-178.769,138.861,4.53786,300,0,0,42,0,0,0,0,0),(112873,28851,571,1,1,27270,0,6294.62,-4243.87,447.484,4.15718,300,5,0,11001,0,1,0,0,0),(112874,26291,571,1,1,12815,1,4902.97,379.052,177.572,2.33874,300,0,0,29820,0,0,0,0,0),(112875,27571,571,1,1,24971,1,4812.69,1312.24,171.498,1.4793,300,0,0,53175,17805,0,0,0,0),(112876,28851,571,1,1,27270,0,6362.45,-4283.15,458.931,1.8158,300,5,0,11001,0,1,0,0,0),(132581,21787,530,1,1,20682,1,-3703.61,3307.41,312.231,2.68364,180,5,0,5744,3231,1,0,0,0),(112878,26291,571,1,1,12815,1,4745.93,474.597,127.136,1.48353,300,0,0,29820,0,0,0,0,0),(112879,26291,571,1,1,12815,1,4791.89,130.309,130.861,4.60767,300,0,0,29820,0,0,0,0,0),(112880,26291,571,1,1,12815,1,4811.91,570.448,168.001,3.05433,300,0,0,29820,0,0,0,0,0),(112881,28851,571,1,1,27270,0,6315.69,-4325.18,447.495,2.83455,300,0,0,11001,0,0,0,0,0),(112882,28851,571,1,1,27270,0,6314.89,-4352.36,452.206,0.653695,300,5,0,11001,0,1,0,0,0),(112883,28851,571,1,1,27270,0,6225.55,-4199.13,436.539,2.43968,300,0,0,11001,0,0,0,0,0),(112884,28851,571,1,1,27270,0,6245.74,-4287.6,436.497,2.0688,300,5,0,11001,0,1,0,0,0),(112885,28851,571,1,1,27270,0,6207.16,-4323.65,444.859,4.9733,300,0,0,11001,0,0,0,0,0),(112886,28851,571,1,1,27270,0,6367.91,-4203.74,458.968,1.81347,300,0,0,11001,0,0,0,0,0),(112887,28851,571,1,1,27270,0,6340.85,-4148.84,458.931,5.9441,300,0,0,11001,0,0,0,0,0),(112888,28851,571,1,1,27270,0,6186.85,-4146.38,447.797,5.14896,300,0,0,11001,0,0,0,0,0),(112889,28851,571,1,1,27270,0,6281.41,-4312.67,447.62,4.98974,300,0,0,11001,0,0,0,0,0),(112890,28851,571,1,1,27270,0,6253.77,-4154.98,447.58,5.47513,300,0,0,11001,0,0,0,0,0),(112891,27571,571,1,1,24970,1,4815.26,1298.17,175.561,1.90241,300,0,0,53175,17805,0,0,0,0),(112892,29619,571,1,1,24857,1,6358.48,-1188.55,427.016,1.59228,300,0,0,11379,0,0,0,0,0),(112893,29619,571,1,1,24857,1,6368.39,-1191.26,426.928,1.60204,300,0,0,11379,0,0,0,0,0),(112894,29619,571,1,1,24857,1,6314.34,-1374.65,426.078,1.93204,300,0,0,11379,0,0,0,0,0),(112895,29619,571,1,1,24857,1,6327.26,-1412.09,425.41,1.62316,300,0,0,11379,0,0,0,0,0),(112896,29619,571,1,1,24857,1,6328.53,-1375.4,426.328,1.80074,300,0,0,11379,0,0,0,0,0),(112897,29619,571,1,1,24857,1,6340.84,-1272.71,428.244,1.42268,300,5,0,11379,0,1,0,0,0),(112898,29619,571,1,1,24857,1,6347.43,-1372.53,426.542,1.55935,300,0,0,11379,0,0,0,0,0),(112899,29619,571,1,1,24857,1,6347.06,-1411.58,426.997,1.69297,300,0,0,11379,0,0,0,0,0),(112900,29619,571,1,1,24857,1,6340.1,-1364.46,426.961,1.38125,300,5,0,11379,0,1,0,0,0),(112901,29619,571,1,1,24857,1,6356.83,-1335.67,429.361,1.32052,300,5,0,11379,0,1,0,0,0),(112903,29619,571,1,1,24857,1,6330.92,-1418.43,425.82,1.64061,300,0,0,11379,0,0,0,0,0),(112905,26804,571,1,1,11686,0,4121.83,5325.05,50.6444,4.69494,300,0,0,42,0,0,0,0,0),(112906,26804,571,1,1,11686,0,3852.93,5306.63,57.8987,1.8326,300,0,0,42,0,0,0,0,0),(112907,26804,571,1,1,11686,0,4209.61,5443.47,57.4939,1.20428,300,0,0,42,0,0,0,0,0),(112908,28852,571,1,1,25735,1,6307.59,-4166.49,447.579,0.715585,300,0,0,10635,0,0,0,0,0),(112909,28852,571,1,1,25735,1,6357.15,-4185.69,459.006,3.80482,300,0,0,10635,0,0,0,0,0),(112910,28852,571,1,1,25734,1,6223.99,-4334.57,447.539,2.68781,300,0,0,10635,0,0,0,0,0),(112911,28852,571,1,1,25734,1,6353.64,-4341.05,458.783,5.11381,300,0,0,10635,0,0,0,0,0),(112912,28852,571,1,1,25734,1,6236.54,-4326.87,447.672,6.19592,300,0,0,10635,0,0,0,0,0),(112913,28852,571,1,1,25734,1,6321.77,-4308.14,448.543,0.471239,300,0,0,10635,0,0,0,0,0),(112914,28852,571,1,1,25735,1,6308.56,-4340.73,449.841,0.383972,300,0,0,10635,0,0,0,0,0),(112915,27060,571,1,1,24255,0,3474.34,2010.43,65.7175,0.907571,300,0,0,9940,0,0,0,0,0),(112916,23732,571,1,1,21711,1,580.149,-4926.56,21.0854,1.15192,300,0,0,7984,0,0,0,0,0),(112917,27828,571,1,1,24858,0,3530.23,-1093.46,81.9226,5.96903,300,0,0,10635,0,0,0,0,0),(112919,28852,571,1,1,25734,1,6266.08,-4163.65,447.544,1.11701,300,0,0,10635,0,0,0,0,0),(112920,28852,571,1,1,25734,1,6323.09,-4075.89,456.753,6.24828,300,0,0,10635,0,0,0,0,0),(112921,28852,571,1,1,25735,1,6340.9,-4128.58,458.974,1.81514,300,0,0,10635,0,0,0,0,0),(112922,28852,571,1,1,25734,1,6222.46,-4230.62,436.724,3.71755,300,0,0,10635,0,0,0,0,0),(112923,28852,571,1,1,25734,1,6387.85,-4182.5,461.468,3.82227,300,0,0,10635,0,0,0,0,0),(112924,28852,571,1,1,25734,1,6215.57,-4153.16,447.539,0.20944,300,0,0,10635,0,0,0,0,0),(112925,28852,571,1,1,25734,1,6216.91,-4203.9,436.554,1.39626,300,0,0,10635,0,0,0,0,0),(112926,28852,571,1,1,25734,1,6178.84,-4187.3,437.168,5.02655,300,0,0,10635,0,0,0,0,0),(112927,27572,571,1,1,13069,0,3653.47,1183.16,142.386,3.71755,300,0,0,42,0,0,0,0,0),(112928,32692,571,1,1,28162,0,5827.27,502.361,657.443,0.139626,300,0,0,10080,8814,0,0,0,0),(112929,28852,571,1,1,25734,1,6245.49,-4203.85,436.985,2.51327,300,0,0,10635,0,0,0,0,0),(112930,28852,571,1,1,25735,1,6248.43,-4264.36,438.399,2.51327,300,0,0,10635,0,0,0,0,0),(112931,28852,571,1,1,25734,1,6325.84,-4221.81,449.711,1.95477,300,0,0,10635,0,0,0,0,0),(112932,28852,571,1,1,25734,1,6204.61,-4308.64,438.779,2.51327,300,0,0,10635,0,0,0,0,0),(112933,28852,571,1,1,25734,1,6278.4,-4195.8,447.542,6.23082,300,0,0,10635,0,0,0,0,0),(112934,28852,571,1,1,25735,1,6266.13,-4334.39,447.547,1.23918,300,0,0,10635,0,0,0,0,0),(112935,28852,571,1,1,25734,1,6160.61,-4159.8,441.175,0.471239,300,0,0,10635,0,0,0,0,0),(112936,28852,571,1,1,25735,1,6232.03,-4259.42,435.605,0.453786,300,0,0,10635,0,0,0,0,0),(112937,28852,571,1,1,25735,1,6285.76,-4221.2,447.542,3.31613,300,0,0,10635,0,0,0,0,0),(112938,27572,571,1,1,13069,0,3809.12,682.166,76.1998,5.67232,300,0,0,42,0,0,0,0,0),(112939,27572,571,1,1,13069,0,3655.93,827.156,60.9534,3.82227,300,0,0,42,0,0,0,0,0),(112940,28852,571,1,1,25734,1,6319.88,-4378,453.886,3.7001,300,0,0,10635,0,0,0,0,0),(112941,28852,571,1,1,25735,1,6341.72,-4364.96,455.123,0.034907,300,0,0,10635,0,0,0,0,0),(112942,28852,571,1,1,25734,1,6284.68,-4136.71,448.681,6.00393,300,0,0,10635,0,0,0,0,0),(112943,28852,571,1,1,25734,1,6191.86,-4130.61,447.897,1.48353,300,0,0,10635,0,0,0,0,0),(112944,28852,571,1,1,25735,1,6230.44,-4297.34,437.225,0.680678,300,0,0,10635,0,0,0,0,0),(112945,28852,571,1,1,25734,1,6348.44,-4263.01,458.984,1.6057,300,0,0,10635,0,0,0,0,0),(112946,28852,571,1,1,25734,1,6369.96,-4237.82,458.973,6.12611,300,0,0,10635,0,0,0,0,0),(112947,28852,571,1,1,25735,1,6164.72,-4306.41,434.951,0.279253,300,0,0,10635,0,0,0,0,0),(112948,28852,571,1,1,25735,1,6383.2,-4292.56,461.681,5.65487,300,0,0,10635,0,0,0,0,0),(112949,28852,571,1,1,25735,1,6315.42,-4266.1,447.559,5.65487,300,0,0,10635,0,0,0,0,0),(112950,28852,571,1,1,25734,1,6374.25,-4144.52,461.251,1.09956,300,0,0,10635,0,0,0,0,0),(112951,28852,571,1,1,25734,1,6310.74,-4126.24,458.973,0.698132,300,0,0,10635,0,0,0,0,0),(112952,28852,571,1,1,25735,1,6285.46,-4280.35,447.557,5.72468,300,0,0,10635,0,0,0,0,0),(112953,28852,571,1,1,25735,1,6404.09,-4197.01,464.007,0.191986,300,0,0,10635,0,0,0,0,0),(112954,28852,571,1,1,25735,1,6242.9,-4229.72,437.576,2.6529,300,0,0,10635,0,0,0,0,0),(112955,28852,571,1,1,25734,1,6183.55,-4321.46,443.515,2.80998,300,0,0,10635,0,0,0,0,0),(112956,32180,571,1,1,27812,0,4065.28,-445.586,146.679,-0.921114,300,5,0,25200,0,1,0,0,0),(112957,32180,571,1,1,27812,0,4165.9,-407.722,155.092,2.1172,300,0,0,25200,0,2,0,0,0),(112958,32180,571,1,1,27812,0,4143.27,-419.33,145.258,0.875661,300,5,0,25200,0,1,0,0,0),(112959,32180,571,1,1,27812,0,4058.83,-429.458,146.789,5.07938,300,5,0,25200,0,1,0,0,0),(112960,32180,571,1,1,27812,0,4096.01,-478.534,144.452,3.08439,300,5,0,25200,0,1,0,0,0),(112961,32180,571,1,1,27812,0,4052.44,-438.064,142.99,4.04484,300,5,0,25200,0,1,0,0,0),(112962,25780,571,1,1,23378,0,4124.69,5281.65,25.1402,2.89725,300,0,0,8982,3155,0,0,0,0),(112963,26549,571,1,1,24145,1,2235.69,5129.31,5.42705,1.5708,300,0,0,3524,0,0,0,0,0),(112964,25781,571,1,1,0,0,3642.05,5075.58,13.0899,2.63545,300,0,0,8982,3155,0,0,0,0),(112965,32693,571,1,1,28163,0,5861.45,692.429,642.871,2.74017,300,0,0,10080,8814,0,0,0,0),(112966,25781,571,1,1,0,0,4042.09,4844.5,-12.6918,0.034907,300,0,0,8982,3155,0,0,0,0),(112967,23733,571,1,1,251,0,573.76,-4947.57,18.0469,3.29867,300,0,0,198,0,0,0,0,0),(112968,28085,571,1,1,25859,0,5033.19,4298.49,-49.1119,0.595416,300,5,0,5500,0,1,0,0,0),(112969,28085,571,1,1,25859,0,5039.42,4231.74,-47.2019,2.13714,300,5,0,5500,0,1,0,0,0),(112970,28085,571,1,1,25859,0,5036.99,4230.29,-47.2019,2.1254,300,5,0,5500,0,1,0,0,0),(112971,28085,571,1,1,25859,0,4928.88,4219.16,-29.7915,3.54297,300,5,0,5500,0,1,0,0,0),(112972,28085,571,1,1,25859,0,4972.88,4227.24,-37.8087,3.1769,300,5,0,5500,0,1,0,0,0),(112973,28085,571,1,1,25859,0,4972.72,4230.06,-37.8087,3.16834,300,5,0,5500,0,1,0,0,0),(112974,28085,571,1,1,25859,0,5118.94,4481.29,-66.9621,1.24509,300,5,0,5500,0,1,0,0,0),(112975,28085,571,1,1,25859,0,5119.83,4479.5,-66.9621,1.27223,300,5,0,5500,0,1,0,0,0),(112976,28085,571,1,1,25859,0,5117.15,4480.4,-66.9621,1.27222,300,5,0,5500,0,1,0,0,0),(112977,25781,571,1,1,0,0,3647.23,5053.21,-12.9122,3.1765,300,0,0,8982,3155,0,0,0,0),(112978,25781,571,1,1,0,0,3477.66,4887.87,12.7982,2.89725,300,0,0,8982,3155,0,0,0,0),(112979,28085,571,1,1,25859,0,4874.2,4929.75,-94.199,4.32612,300,5,0,5500,0,1,0,0,0),(112980,28085,571,1,1,25859,0,4876.22,4938.47,-96.3505,4.41214,300,5,0,5500,0,1,0,0,0),(112981,28085,571,1,1,25859,0,4878.84,4937.41,-97.3505,4.41893,300,5,0,5500,0,1,0,0,0),(112982,28085,571,1,1,25859,0,4885.66,4266.76,-24.3805,3.03842,300,5,0,5500,0,1,0,0,0),(112983,28085,571,1,1,25859,0,4882.85,4266.47,-24.3805,3.09178,300,5,0,5500,0,1,0,0,0),(112984,25781,571,1,1,0,0,3644.94,4976.66,-1.75998,3.63029,300,0,0,8982,3155,0,0,0,0),(112985,25781,571,1,1,0,0,3746.98,5073.36,-1.42666,4.32842,300,0,0,8982,3155,0,0,0,0),(112986,25781,571,1,1,0,0,3671.48,5000.79,-1.42669,4.18879,300,0,0,8982,3155,0,0,0,0),(112987,25781,571,1,1,0,0,3581.9,5063.59,13.0899,1.15192,300,0,0,8982,3155,0,0,0,0),(112988,27573,571,1,1,24974,1,4912.6,1231.09,226.432,5.11381,300,0,0,10635,3561,0,0,0,0),(112989,28085,571,1,1,25859,0,4869.89,4634.08,-30.2207,1.04011,300,5,0,5500,0,1,0,0,0),(112990,28085,571,1,1,25859,0,4882.11,4645.02,-30.4028,1.02595,300,5,0,5500,0,1,0,0,0),(112991,28085,571,1,1,25859,0,4882.92,4652.05,-30.3835,0.987751,300,5,0,5500,0,1,0,0,0),(112992,28085,571,1,1,25859,0,4991.39,4234.98,-49.972,1.70895,300,5,0,5500,0,1,0,0,0),(112993,28085,571,1,1,25859,0,4997.35,4213.26,-49.972,2.27607,300,5,0,5500,0,1,0,0,0),(112994,28085,571,1,1,25859,0,4999.71,4214.81,-49.972,2.2729,300,5,0,5500,0,1,0,0,0),(112995,25781,571,1,1,0,0,3561.14,5012.65,-1.42668,2.51327,300,0,0,8982,3155,0,0,0,0),(112997,28085,571,1,1,25859,0,4994.25,4926.26,-103.721,0.550343,300,5,0,5500,0,1,0,0,0),(112998,28085,571,1,1,25859,0,4992.31,4926.73,-103.096,0.547884,300,5,0,5500,0,1,0,0,0),(112999,28085,571,1,1,25859,0,4993.07,4923.89,-102.846,0.549823,300,5,0,5500,0,1,0,0,0),(113000,28085,571,1,1,25859,0,5053.85,4230.85,-36.3764,3.98868,300,5,0,5500,0,1,0,0,0),(113001,28085,571,1,1,25859,0,5065.54,4252.76,-38.1362,4.30703,300,5,0,5500,0,1,0,0,0),(113002,28085,571,1,1,25859,0,5062.64,4250.82,-38.0157,4.26412,300,5,0,5500,0,1,0,0,0),(113003,27573,571,1,1,24974,1,4917.72,1228.6,226.005,3.92699,300,0,0,10635,3561,0,0,0,0),(113005,28085,571,1,1,25859,0,4758.07,4336.73,-46.5786,4.44944,300,5,0,5500,0,1,0,0,0),(113006,28085,571,1,1,25859,0,4759.43,4336.29,-47.0476,4.44297,300,5,0,5500,0,1,0,0,0),(113007,28085,571,1,1,25859,0,4756.71,4337.02,-45.9599,4.44014,300,5,0,5500,0,1,0,0,0),(113008,28085,571,1,1,25859,0,4833.27,4604.25,-63.5066,1.80938,300,5,0,5500,0,1,0,0,0),(113009,28085,571,1,1,25859,0,4834.98,4603.21,-63.5066,1.80938,300,5,0,5500,0,1,0,0,0),(113010,28085,571,1,1,25859,0,4832.23,4602.55,-63.2566,1.80938,300,5,0,5500,0,1,0,0,0),(113011,28085,571,1,1,25859,0,4823.43,4357.07,-51.2298,4.2641,300,5,0,5500,0,1,0,0,0),(113012,28085,571,1,1,25859,0,4825.23,4357.52,-51.8155,4.29107,300,5,0,5500,0,1,0,0,0),(113013,28085,571,1,1,25859,0,4822.63,4358.64,-51.8156,4.28997,300,5,0,5500,0,1,0,0,0),(113014,28085,571,1,1,25859,0,4800.21,4662.27,-59.452,1.63555,300,5,0,5500,0,1,0,0,0),(113015,28085,571,1,1,25859,0,4799.37,4646.74,-58.9733,1.44932,300,5,0,5500,0,1,0,0,0),(113016,28085,571,1,1,25859,0,4802.2,4646.72,-58.9733,1.44914,300,5,0,5500,0,1,0,0,0),(113017,28085,571,1,1,25859,0,4884.7,4694.28,-71.2636,4.37608,300,5,0,5500,0,1,0,0,0),(113018,28085,571,1,1,25859,0,4883.83,4696.08,-71.0136,4.38253,300,5,0,5500,0,1,0,0,0),(113019,28085,571,1,1,25859,0,4886.5,4695.14,-71.2636,4.38257,300,5,0,5500,0,1,0,0,0),(113020,28085,571,1,1,25859,0,4822.58,4562.48,-62.494,4.86117,300,5,0,5500,0,1,0,0,0),(113021,28085,571,1,1,25859,0,4823.4,4547.39,-62.9865,1.71901,300,5,0,5500,0,1,0,0,0),(113022,28085,571,1,1,25859,0,4826.2,4547.81,-62.9865,1.7191,300,5,0,5500,0,1,0,0,0),(113023,28085,571,1,1,25859,0,4933.8,4433.48,-72.155,1.67607,300,5,0,5500,0,1,0,0,0),(113024,28085,571,1,1,25859,0,4932.7,4430.44,-71.678,1.67568,300,5,0,5500,0,1,0,0,0),(113025,28085,571,1,1,25859,0,4935.51,4430.72,-72.0747,1.6755,300,5,0,5500,0,1,0,0,0),(113026,28085,571,1,1,25859,0,4876.55,4359.1,-57.5402,1.11372,300,5,0,5500,0,1,0,0,0),(113027,28085,571,1,1,25859,0,4877.19,4357.2,-57.3108,1.11903,300,5,0,5500,0,1,0,0,0),(113028,28085,571,1,1,25859,0,4874.65,4358.44,-57.138,1.11879,300,5,0,5500,0,1,0,0,0),(113029,28085,571,1,1,25859,0,4936.08,4219.79,-81.233,4.80896,300,5,0,5500,0,1,0,0,0),(113030,28085,571,1,1,25859,0,4937.36,4221.33,-81.233,4.80895,300,5,0,5500,0,1,0,0,0),(113031,28085,571,1,1,25859,0,4934.54,4221.06,-80.483,4.80895,300,5,0,5500,0,1,0,0,0),(113032,28085,571,1,1,25859,0,4915.28,4291.99,-82.9264,2.98182,300,5,0,5500,0,1,0,0,0),(113033,28085,571,1,1,25859,0,4916.45,4290.37,-82.9264,2.97992,300,5,0,5500,0,1,0,0,0),(113034,28085,571,1,1,25859,0,4916.9,4293.16,-82.9264,2.97995,300,5,0,5500,0,1,0,0,0),(113035,28085,571,1,1,25859,0,5082.05,4270.73,-75.4662,1.35442,300,5,0,5500,0,1,0,0,0),(113036,28085,571,1,1,25859,0,5083.13,4269.04,-74.8412,1.35429,300,5,0,5500,0,1,0,0,0),(113037,28085,571,1,1,25859,0,5080.37,4269.65,-75.4662,1.35431,300,5,0,5500,0,1,0,0,0),(113038,28085,571,1,1,25859,0,5054.86,4331.72,-85.0293,0.693961,300,5,0,5500,0,1,0,0,0),(113039,28085,571,1,1,25859,0,5052.86,4331.9,-85.0293,0.693936,300,5,0,5500,0,1,0,0,0),(113040,28085,571,1,1,25859,0,5054.67,4329.73,-85.0293,0.693904,300,5,0,5500,0,1,0,0,0),(113041,28085,571,1,1,25859,0,5055.02,4274.37,-82.8055,1.41699,300,5,0,5500,0,1,0,0,0),(113042,28085,571,1,1,25859,0,5048.48,4241.82,-82.8867,0.097786,300,5,0,5500,0,1,0,0,0),(113043,28085,571,1,1,25859,0,5051.27,4241.38,-82.8867,0.090073,300,5,0,5500,0,1,0,0,0),(113044,28085,571,1,1,25859,0,4757.49,4561.71,-57.7806,4.56067,300,5,0,5500,0,1,0,0,0),(113045,28085,571,1,1,25859,0,4752.09,4568.29,-53.9631,5.16246,300,5,0,5500,0,1,0,0,0),(113046,28085,571,1,1,25859,0,4754.08,4570.39,-54.398,5.13099,300,5,0,5500,0,1,0,0,0),(113047,28085,571,1,1,25859,0,4762.64,4715.14,-66.7573,4.80424,300,5,0,5500,0,1,0,0,0),(113048,28085,571,1,1,25859,0,4761.1,4716.42,-66.5073,4.80978,300,5,0,5500,0,1,0,0,0),(113049,28085,571,1,1,25859,0,4763.92,4716.68,-66.7573,4.80972,300,5,0,5500,0,1,0,0,0),(113050,28085,571,1,1,25859,0,4927.52,4431.37,-124.47,1.91737,300,5,0,5500,0,1,0,0,0),(113051,28085,571,1,1,25859,0,4928.48,4424.2,-123.658,1.89705,300,5,0,5500,0,1,0,0,0),(113052,28085,571,1,1,25859,0,4931.15,4425.16,-123.663,1.89792,300,5,0,5500,0,1,0,0,0),(113053,28597,571,1,1,26588,0,6202.72,-3688.32,390.184,4.83456,300,0,0,33003,0,0,0,0,0),(113054,25781,571,1,1,0,0,3724.05,5023.31,-1.42633,2.9147,300,0,0,8982,3155,0,0,0,0),(113055,25781,571,1,1,0,0,3703.42,4985.19,-1.16498,3.57792,300,0,0,8982,3155,0,0,0,0),(113056,25781,571,1,1,0,0,3752.38,5004.27,-1.42666,0.244346,300,0,0,8982,3155,0,0,0,0),(113057,25781,571,1,1,0,0,3773.5,5030.81,-1.42666,5.42797,300,0,0,8982,3155,0,0,0,0),(113058,26293,571,1,1,24564,0,4749.26,147.259,113.589,2.84447,300,5,0,29820,0,1,0,0,0),(113059,26293,571,1,1,24564,0,4827.65,246.924,153.181,3.69084,300,5,0,29820,0,1,0,0,0),(113060,26293,571,1,1,24564,0,4759.1,226.93,126.878,5.34377,300,5,0,29820,0,1,0,0,0),(113061,23989,571,1,1,21985,1,2711.53,-3395.95,223.595,2.78364,300,5,0,7185,7196,1,0,0,0),(113062,25781,571,1,1,0,0,3988.3,5249.89,13.1236,4.67748,300,0,0,8982,3155,0,0,0,0),(113063,25781,571,1,1,0,0,3908.02,5246.27,13.1235,1.43117,300,0,0,8982,3155,0,0,0,0),(113064,25781,571,1,1,0,0,3884.19,5214.16,13.1235,1.88496,300,0,0,8982,3155,0,0,0,0),(113065,25781,571,1,1,0,0,3955.04,5278.66,13.1236,3.47321,300,0,0,8982,3155,0,0,0,0),(113066,25781,571,1,1,0,0,3942.49,5208.2,13.1236,2.89725,300,0,0,8982,3155,0,0,0,0),(113067,25781,571,1,1,0,0,3837.87,5214.99,13.1236,1.90241,300,0,0,8982,3155,0,0,0,0),(113068,25781,571,1,1,0,0,3921.57,5142.6,-1.42666,4.74729,300,0,0,8982,3155,0,0,0,0),(113069,25781,571,1,1,0,0,3869.54,5263.22,13.1235,2.93215,300,0,0,8982,3155,0,0,0,0),(113070,26293,571,1,1,24564,0,4781.97,297.978,138.296,3.39226,300,5,0,29820,0,1,0,0,0),(113071,26293,571,1,1,24564,0,4686.33,338.142,116.995,2.4636,300,0,0,29820,0,2,0,0,0),(113072,26293,571,1,1,24564,0,4665.65,366.501,111.637,0.03446,300,5,0,29820,0,1,0,0,0),(113073,26293,571,1,1,24564,0,4802.95,415.767,151.886,0.761517,300,5,0,29820,0,1,0,0,0),(113074,27573,571,1,1,24973,1,4811.66,1312.32,171.151,1.25225,300,0,0,10635,3561,0,0,0,0),(132564,23051,530,1,1,21396,0,-3811.57,3318.01,350.049,5.66301,180,0,0,6986,0,2,0,0,0),(113076,23989,571,1,1,21985,1,2496.53,-3516.9,185.109,1.39451,300,5,0,7185,7196,1,0,0,0),(113077,23989,571,1,1,21985,1,2498.41,-3498.13,183.955,0.360934,300,0,0,7185,7196,0,0,0,0),(113078,23989,571,1,1,21985,1,2677.51,-3503.06,205.43,2.58861,300,5,0,7185,7196,1,0,0,0),(113079,23989,571,1,1,21986,1,2638.89,-3380.87,184.897,3.80693,300,5,0,7185,7196,1,0,0,0),(113080,23989,571,1,1,21985,1,2642.74,-3520.91,206.073,1.07049,300,5,0,7185,7196,1,0,0,0),(113081,23989,571,1,1,21985,1,2667.34,-3573.22,205.315,3.72785,300,5,0,7185,7196,1,0,0,0),(113082,23989,571,1,1,21985,1,2727.32,-3767.63,229.505,0.261799,300,5,0,7185,7196,1,0,0,0),(113083,23989,571,1,1,21985,1,2409.9,-3546.61,170.21,1.2121,300,0,0,7185,7196,2,0,0,0),(113084,23989,571,1,1,21986,1,2680.21,-3675.94,222.847,5.42888,300,5,0,7185,7196,1,0,0,0),(113085,23989,571,1,1,21986,1,2768.75,-3656.73,224.478,4.74729,300,5,0,7185,7196,1,0,0,0),(113086,23989,571,1,1,21986,1,2610.26,-3603.94,205.401,2.40855,300,0,0,7185,7196,0,0,0,0),(113087,25781,571,1,1,0,0,3803.08,5091.17,-1.42666,0.767945,300,0,0,8982,3155,0,0,0,0),(113088,28597,571,1,1,26588,0,6331.02,-3660.56,374.75,3.35911,300,0,0,33003,0,2,0,0,0),(113089,28597,571,1,1,26588,0,6038.44,-3590.66,367.3,1.8747,300,0,0,33003,0,2,0,0,0),(113090,28597,571,1,1,26588,0,6258.18,-3570.17,383.772,3.44491,300,5,0,33003,0,1,0,0,0),(113091,28597,571,1,1,26588,0,6179.76,-3489.24,383.078,2.45861,300,5,0,33003,0,1,0,0,0),(113092,28597,571,1,1,26588,0,6194.93,-3627.83,383.788,4.76161,300,5,0,33003,0,1,0,0,0),(113093,28597,571,1,1,26588,0,6271.63,-3627.09,383.816,5.49779,300,0,0,33003,0,0,0,0,0),(113094,28597,571,1,1,26588,0,6253.12,-3581.26,383.77,3.94901,300,0,0,33003,0,2,0,0,0),(113095,28597,571,1,1,26588,0,6330.82,-3593.24,379.47,5.49873,300,0,0,33003,0,2,0,0,0),(113096,28597,571,1,1,26588,0,6117.57,-3510.11,384.587,2.44346,300,0,0,33003,0,0,0,0,0),(113097,28597,571,1,1,26588,0,6307.91,-3569.64,389.926,0.087266,300,0,0,33003,0,0,0,0,0),(113098,28597,571,1,1,26588,0,6074.51,-3566.35,385.174,3.08923,300,0,0,33003,0,0,0,0,0),(113099,28597,571,1,1,26588,0,6121.78,-3559.8,383.96,3.46037,300,5,0,33003,0,1,0,0,0),(113100,25781,571,1,1,0,0,3955.82,5159.09,-1.42666,3.59538,300,0,0,8982,3155,0,0,0,0),(113101,25781,571,1,1,0,0,3946.55,5126.98,-1.42666,3.87463,300,0,0,8982,3155,0,0,0,0),(113102,25781,571,1,1,0,0,3981.22,5119.52,-1.42667,4.76475,300,0,0,8982,3155,0,0,0,0),(113103,25781,571,1,1,0,0,3906.71,5104.51,-1.42666,4.79965,300,0,0,8982,3155,0,0,0,0),(113104,25781,571,1,1,0,0,3852.72,5088.08,-1.42666,2.37365,300,0,0,8982,3155,0,0,0,0),(113105,25781,571,1,1,0,0,3868.23,5133.17,-1.42666,1.51844,300,0,0,8982,3155,0,0,0,0),(113106,25781,571,1,1,0,0,3817.26,5060.74,-1.42666,6.12611,300,0,0,8982,3155,0,0,0,0),(113107,25781,571,1,1,0,0,3980.79,5309.93,13.1236,3.19395,300,0,0,8982,3155,0,0,0,0),(113108,25781,571,1,1,0,0,3826.63,5183.12,13.1236,1.32645,300,0,0,8982,3155,0,0,0,0),(113109,27573,571,1,1,24973,1,4806.75,1292.9,173.412,1.78024,300,0,0,10635,3561,0,0,0,0),(113111,29366,571,1,1,25771,1,6973.28,-1736.21,822.482,4.10152,300,0,0,12175,0,0,0,0,0),(113112,29366,571,1,1,25771,1,6954.73,-1737.99,822.77,0.139626,300,0,0,12175,0,0,0,0,0),(113113,29366,571,1,1,25771,1,6966.74,-1756.05,821.811,2.09439,300,0,0,12175,0,0,0,0,0),(113114,27830,571,1,1,5832,1,2653.21,-1942.72,18.33,4.03321,300,5,0,9940,0,1,0,0,0),(113115,27062,571,1,1,24278,1,3421.37,-2757.58,199.375,5.34071,300,0,0,17964,0,0,0,0,0),(113116,27574,571,1,1,14578,0,4908.2,1225.79,225.081,1.18682,300,0,0,9291,0,0,0,0,0),(113117,23734,571,1,1,21712,0,625.177,-5026.14,2.4039,0.247913,300,0,0,6986,2991,0,0,0,0),(113118,28086,571,1,1,25860,0,4886.03,4758.86,-73.4961,1.48353,300,5,0,11001,0,1,0,0,0),(113119,28086,571,1,1,25860,0,4768.64,4674.46,-54.6772,5.0091,300,5,0,11001,0,1,0,0,0),(113120,28086,571,1,1,25860,0,4949.55,4752.03,-93.7504,4.88692,300,5,0,11001,0,1,0,0,0),(113121,28086,571,1,1,25860,0,4856.86,4401.1,-62.6357,1.25664,300,5,0,11001,0,1,0,0,0),(113122,28086,571,1,1,25860,0,4862.41,4392.82,-62.0045,0.314159,300,5,0,11001,0,1,0,0,0),(113123,28086,571,1,1,25860,0,4801.1,4370.27,-57.0477,2.09439,300,5,0,11001,0,1,0,0,0),(113124,28086,571,1,1,25860,0,4828.47,4764.88,-76.743,1.51844,300,5,0,11001,0,1,0,0,0),(113125,28086,571,1,1,25860,0,4765.44,4699.65,-67.193,3.38594,300,5,0,11001,0,1,0,0,0),(113126,28086,571,1,1,25860,0,4826.71,4753.66,-74.5243,4.2586,300,5,0,11001,0,1,0,0,0),(113127,28086,571,1,1,25860,0,4795.73,4363.39,-55.9727,3.42085,300,5,0,11001,0,1,0,0,0),(113128,28086,571,1,1,25860,0,4772.41,4692.22,-68.2058,5.48033,300,5,0,11001,0,1,0,0,0),(113129,29366,571,1,1,25771,1,6964.76,-1752.56,822.379,5.14872,300,0,0,12175,0,0,0,0,0),(113130,29366,571,1,1,25771,1,6971.34,-1739.53,822.783,0.837758,300,0,0,12175,0,0,0,0,0),(113131,29366,571,1,1,25771,1,7043.65,-1813.87,823.561,5.75959,300,0,0,12175,0,0,0,0,0),(113132,27574,571,1,1,14578,0,4915.05,1222.68,224.159,1.01229,300,0,0,9291,0,0,0,0,0),(113133,27574,571,1,1,14578,0,4913.07,1226.45,225.276,0.925025,300,0,0,9291,0,0,0,0,0),(113134,28086,571,1,1,25860,0,4902.83,4572.16,21.383,4.83456,300,5,0,11001,0,1,0,0,0),(113135,28086,571,1,1,25860,0,5054.58,4632.88,21.3484,0.331613,300,5,0,11001,0,1,0,0,0),(113136,29366,571,1,1,25771,1,7046.77,-1814.49,823.342,3.01942,300,0,0,12175,0,0,0,0,0),(113137,29366,571,1,1,25771,1,6959.6,-1737.29,822.848,3.1765,300,0,0,12175,0,0,0,0,0),(113138,28086,571,1,1,25860,0,4772.79,4641.91,-56.9158,5.8294,300,5,0,11001,0,1,0,0,0),(113139,28086,571,1,1,25860,0,4825.72,4203.15,-16.0981,5.41052,300,5,0,11001,0,1,0,0,0),(113140,28086,571,1,1,25860,0,4800.73,4547.38,-58.723,0.453786,300,5,0,11001,0,1,0,0,0),(113141,28086,571,1,1,25860,0,4916,4220.11,-36.2149,0.711154,300,5,0,11001,0,1,0,0,0),(113143,28086,571,1,1,25860,0,4771.43,4815.17,-65.5365,4.81711,300,5,0,11001,0,1,0,0,0),(113144,28086,571,1,1,25860,0,4733.04,4622.3,-43.5689,1.48353,300,5,0,11001,0,1,0,0,0),(113145,28086,571,1,1,25860,0,5123.51,4077.49,-38.3043,5.2063,300,5,0,11001,0,1,0,0,0),(113146,28086,571,1,1,25860,0,5070.02,4261.56,-43.3259,3.77449,300,5,0,11001,0,1,0,0,0),(113148,28086,571,1,1,25860,0,4957.13,4829.06,-93.8149,0.785398,300,5,0,11001,0,1,0,0,0),(113149,28086,571,1,1,25860,0,4992.64,4948.6,-105.953,2.21657,300,5,0,11001,0,1,0,0,0),(113150,28086,571,1,1,25860,0,4897.63,4969,-85.2378,1.71042,300,5,0,11001,0,1,0,0,0),(113152,28086,571,1,1,25860,0,4875.47,4894.73,-86.5262,4.7822,300,5,0,11001,0,1,0,0,0),(113153,28086,571,1,1,25860,0,4924.13,5024.51,-100.854,0.244346,300,5,0,11001,0,1,0,0,0),(113154,28086,571,1,1,25860,0,5084.12,4359.26,-65.1266,5.49779,300,5,0,11001,0,1,0,0,0),(113155,28086,571,1,1,25860,0,4885.8,4293.31,-43.2089,3.71228,300,5,0,11001,0,1,0,0,0),(113156,28086,571,1,1,25860,0,4978.34,4258.75,-52.5458,6.03046,300,5,0,11001,0,1,0,0,0),(113157,28086,571,1,1,25860,0,4761.2,4422.06,-59.3797,2.14675,300,5,0,11001,0,1,0,0,0),(113158,28086,571,1,1,25860,0,4868.13,4609.57,-57.7338,4.13643,300,5,0,11001,0,1,0,0,0),(113159,28086,571,1,1,25860,0,4913.07,4171.23,-40.2014,3.26377,300,5,0,11001,0,1,0,0,0),(113160,28086,571,1,1,25860,0,4871.96,4205.88,-37.6505,3.4383,300,5,0,11001,0,1,0,0,0),(113161,28086,571,1,1,25860,0,4852.46,4255.08,-37.3341,2.96706,300,5,0,11001,0,1,0,0,0),(113162,28086,571,1,1,25860,0,4883.62,4166.11,-32.8415,5.68977,300,5,0,11001,0,1,0,0,0),(113163,28086,571,1,1,25860,0,4731.07,4329.69,-45.6337,2.40855,300,5,0,11001,0,1,0,0,0),(113164,28086,571,1,1,25860,0,5021.73,5050.71,-109.865,3.82227,300,5,0,11001,0,1,0,0,0),(113165,28086,571,1,1,25860,0,4855.31,4604.9,-66.6662,6.03884,300,5,0,11001,0,1,0,0,0),(113166,28086,571,1,1,25860,0,5078.17,4542.23,-99.9933,1.0472,300,5,0,11001,0,1,0,0,0),(113167,28086,571,1,1,25860,0,4834.24,4554.8,-64.737,5.06145,300,5,0,11001,0,1,0,0,0),(113168,28086,571,1,1,25860,0,4841.2,4651.64,-61.8669,1.74533,300,5,0,11001,0,1,0,0,0),(113169,28086,571,1,1,25860,0,4824.23,4610.41,-62.3963,0.15708,300,5,0,11001,0,1,0,0,0),(113170,28086,571,1,1,25860,0,4853.7,4679.01,-68.0049,1.0472,300,5,0,11001,0,1,0,0,0),(113171,28086,571,1,1,25860,0,4860.65,4723.49,-70.3683,2.96706,300,5,0,11001,0,1,0,0,0),(113172,28086,571,1,1,25860,0,4878.94,4707.82,-72.8477,2.14675,300,5,0,11001,0,1,0,0,0),(113173,28086,571,1,1,25860,0,4950.4,4482.68,-71.0526,4.43314,300,5,0,11001,0,1,0,0,0),(113174,28086,571,1,1,25860,0,4815.57,4517.43,-64.2362,1.74533,300,5,0,11001,0,1,0,0,0),(113175,28086,571,1,1,25860,0,4845.27,4331.13,-46.1394,5.11381,300,5,0,11001,0,1,0,0,0),(113176,28086,571,1,1,25860,0,4766.44,4333.43,-46.1733,0.750492,300,5,0,11001,0,1,0,0,0),(113177,28086,571,1,1,25860,0,4887.27,4329.79,-50.1705,3.19395,300,5,0,11001,0,1,0,0,0),(113178,28086,571,1,1,25860,0,4736.69,4274.92,-19.7921,3.45575,300,5,0,11001,0,1,0,0,0),(113179,28086,571,1,1,25860,0,4964.43,4258.49,-66.4936,5.88176,300,5,0,11001,0,1,0,0,0),(113180,28086,571,1,1,25860,0,4945.84,4895.91,-95.8757,4.38078,300,5,0,11001,0,1,0,0,0),(113181,28086,571,1,1,25860,0,4977.65,4257.21,-81.9297,3.1765,300,5,0,11001,0,1,0,0,0),(113182,28086,571,1,1,25860,0,4978.74,4313.81,-61.7428,2.93215,300,5,0,11001,0,1,0,0,0),(113183,28086,571,1,1,25860,0,4969.77,4369.05,-97.2193,3.10669,300,5,0,11001,0,1,0,0,0),(113184,28086,571,1,1,25860,0,4811.51,4299.08,-46.34,3.64774,300,5,0,11001,0,1,0,0,0),(113185,28086,571,1,1,25860,0,5025.27,4325.17,-79.8963,1.18682,300,5,0,11001,0,1,0,0,0),(113186,28086,571,1,1,25860,0,5039.67,4248.6,-80.7639,3.10669,300,5,0,11001,0,1,0,0,0),(113187,28086,571,1,1,25860,0,5002.05,4332.74,-78.1547,1.29154,300,5,0,11001,0,1,0,0,0),(113188,28086,571,1,1,25860,0,5085.57,4253.44,-69.6155,6.10865,300,5,0,11001,0,1,0,0,0),(113189,28086,571,1,1,25860,0,4763.2,4576.28,-61.2332,0.959931,300,5,0,11001,0,1,0,0,0),(113190,28086,571,1,1,25860,0,4723.96,4559.86,-42.7326,1.76278,300,5,0,11001,0,1,0,0,0),(113191,28086,571,1,1,25860,0,5088.61,4348.12,-80.5151,2.16421,300,5,0,11001,0,1,0,0,0),(113192,28086,571,1,1,25860,0,4774.78,4438.83,-57.1887,3.29867,300,5,0,11001,0,1,0,0,0),(113193,28086,571,1,1,25860,0,4717.82,4798.65,-55.927,0.575959,300,5,0,11001,0,1,0,0,0),(113194,28086,571,1,1,25860,0,4747.38,4720.74,-57.2688,1.01229,300,5,0,11001,0,1,0,0,0),(113195,28086,571,1,1,25860,0,4732.64,4777.32,-61.4282,1.29154,300,5,0,11001,0,1,0,0,0),(113196,28086,571,1,1,25860,0,4982.58,4387.9,-106.011,6.21337,300,5,0,11001,0,1,0,0,0),(113197,29366,571,1,1,25771,1,7062.57,-1817.96,821.988,0.349066,300,0,0,12175,0,0,0,0,0),(113198,29366,571,1,1,25771,1,7066.66,-1816.83,821.705,3.08923,300,0,0,12175,0,0,0,0,0),(113199,23990,571,1,1,21983,1,2508.93,-3514.17,185.844,2.65047,300,5,0,8982,3155,1,0,0,0),(113200,23990,571,1,1,21983,1,2676.95,-3486.91,207.755,5.48033,300,5,0,8982,3155,1,0,0,0),(113201,23990,571,1,1,21983,1,2657.33,-3409.41,187.719,5.87093,300,0,0,8982,3155,0,0,0,0),(113202,23990,571,1,1,21983,1,2677.52,-3502.65,205.484,2.8603,300,5,0,8982,3155,1,0,0,0),(113203,23990,571,1,1,21984,1,2641.78,-3506.91,206.403,5.13127,300,5,0,8982,3155,1,0,0,0),(113204,23990,571,1,1,21984,1,2651.64,-3583.68,205.355,0.095077,300,5,0,8982,3155,1,0,0,0),(113205,23990,571,1,1,21983,1,2708.01,-3768.19,232.505,3.05433,300,5,0,8982,3155,1,0,0,0),(113206,23990,571,1,1,21983,1,2758.18,-3671.48,222.813,1.95356,300,5,0,8982,3155,1,0,0,0),(113207,23990,571,1,1,21983,1,2604.53,-3541.35,206.246,1.16937,300,5,0,8982,3155,1,0,0,0),(86430,26812,571,1,1,0,1,4796.55,-4846.32,25.5075,4.24984,300,5,0,1,0,1,0,0,0),(86429,26811,571,1,1,0,1,4733.25,-4857.64,26.4931,2.61799,300,5,0,1,0,1,0,0,0),(113210,29366,571,1,1,25771,1,7045.64,-1836.12,821.588,5.55015,300,0,0,12175,0,0,0,0,0),(113211,29366,571,1,1,25771,1,7049.06,-1837.93,821.764,2.74017,300,0,0,12175,0,0,0,0,0),(113212,27830,571,1,1,5832,1,2673.92,-1963.73,5.78582,2.51327,300,0,0,9940,0,0,0,0,0),(113213,27830,571,1,1,5832,1,2692.32,-1966.03,16.6532,2.96358,300,5,0,9940,0,1,0,0,0),(113214,27830,571,1,1,7196,1,2664.06,-1954.83,5.70343,3.26867,300,5,0,9940,0,1,0,0,0),(113215,27830,571,1,1,16952,1,2685.01,-1967.99,5.78613,4.38078,300,0,0,9940,0,0,0,0,0),(113216,27830,571,1,1,3921,1,2686.1,-1963.17,11.6542,3.27851,300,5,0,9940,0,1,0,0,0),(113217,27830,571,1,1,5832,1,2682.46,-1949.26,11.1371,1.6294,300,5,0,9940,0,1,0,0,0),(113218,27830,571,1,1,3921,1,2703.98,-1973.19,5.85655,-1.09885,300,0,0,9940,0,0,0,0,0),(113219,27830,571,1,1,16952,1,2668.95,-1945.63,5.70284,3.89642,300,5,0,9940,0,1,0,0,0),(113220,29366,571,1,1,25771,1,6866.12,-1589.65,822.498,4.55531,300,0,0,12175,0,0,0,0,0),(113221,29366,571,1,1,25771,1,6866.08,-1594.53,822.467,1.309,300,0,0,12175,0,0,0,0,0),(113222,27830,571,1,1,3921,1,2661.34,-1953.31,5.70346,4.33212,300,5,0,9940,0,1,0,0,0),(113223,27830,571,1,1,5832,1,2693.72,-1966.34,16.5921,2.92229,300,5,0,9940,0,1,0,0,0),(113225,27830,571,1,1,3921,1,2696.05,-1955.66,5.78504,2.70526,300,0,0,9940,0,0,0,0,0),(113226,27830,571,1,1,3921,1,2685.11,-1965.16,11.6943,2.3911,300,0,0,9940,0,0,0,0,0),(113228,27830,571,1,1,3921,1,2693.59,-1954.73,11.6729,5.46272,300,5,0,9940,0,1,0,0,0),(113229,27830,571,1,1,16952,1,2702.95,-1966.74,5.70105,-1.11864,300,0,0,9940,0,0,0,0,0),(113230,29366,571,1,1,25771,1,7054.64,-1800.03,823.556,1.8675,300,0,0,12175,0,0,0,0,0),(113231,29366,571,1,1,25771,1,7034.44,-1798.32,823.866,0.506145,300,0,0,12175,0,0,0,0,0),(113232,29366,571,1,1,25771,1,7052.81,-1796.6,823.822,5.21853,300,0,0,12175,0,0,0,0,0),(113233,29366,571,1,1,25771,1,7038.1,-1796.15,824.253,3.735,300,0,0,12175,0,0,0,0,0),(113234,29366,571,1,1,25771,1,7062.49,-1832.71,821.149,2.1293,300,0,0,12175,0,0,0,0,0),(113235,29366,571,1,1,25771,1,7059.86,-1830.4,821.599,5.79449,300,0,0,12175,0,0,0,0,0),(113236,29366,571,1,1,25771,1,6997.02,-1737.82,822.417,2.87979,300,0,0,12175,0,0,0,0,0),(113237,29366,571,1,1,25771,1,6993.2,-1737.98,822.689,0.628319,300,0,0,12175,0,0,0,0,0),(113238,29366,571,1,1,25771,1,6862.56,-1575.73,822.283,3.61283,300,0,0,12175,0,0,0,0,0),(113239,29366,571,1,1,25771,1,6858.05,-1579.18,822.192,0.331613,300,0,0,12175,0,0,0,0,0),(113240,29622,571,1,1,1888,1,6127.7,-396.089,419.829,4.76475,300,0,0,9103,8313,0,0,0,0),(113241,29622,571,1,1,1888,1,6272.73,-647.695,418.593,6.04175,300,5,0,9103,8313,1,0,0,0),(113242,29622,571,1,1,1888,1,6278.64,-640.515,419.007,2.49582,300,0,0,9103,8313,0,0,0,0),(113243,29622,571,1,1,1888,1,6133.78,-416.991,414.528,4.10152,300,0,0,9103,8313,0,0,0,0),(113244,29622,571,1,1,1888,1,6336.3,-846.861,407.027,1.11701,300,0,0,9103,8313,0,0,0,0),(113245,28855,571,1,1,25739,1,5769.66,-3572.95,387.322,6.21337,300,0,0,10635,3561,0,0,0,0),(113246,25271,571,1,1,1720,1,2392.47,5208.15,3.29215,1.19124,300,5,0,6986,0,2,0,0,0),(113247,25271,571,1,1,3332,1,2321.79,5245.23,20.205,5.51524,300,0,0,6986,0,0,0,0,0),(113248,25271,571,1,1,3690,1,2308.92,5232.19,14.096,1.41372,300,0,0,6986,0,0,0,0,0),(113249,23735,571,1,1,21713,0,543.893,-4995.16,10.653,0.261799,300,0,0,3524,0,0,0,0,0),(113250,27063,571,1,1,24257,1,4507.34,5722.41,81.5973,3.01942,300,0,0,7984,0,0,0,0,0),(113251,25271,571,1,1,3332,1,2355.3,5266.33,7.75584,0.086996,300,0,0,6986,0,2,0,0,0),(113252,25271,571,1,1,3690,1,2359.92,5242.06,7.75584,3.49751,300,0,0,6986,0,2,0,0,0),(113253,25271,571,1,1,3332,1,2313.97,5244.94,20.2819,4.27606,300,0,0,6986,0,0,0,0,0),(113254,25271,571,1,1,2733,1,2317.49,5228.57,26.6429,1.06465,300,0,0,6986,0,0,0,0,0),(113255,26295,571,1,1,24857,1,3795.4,21.4024,63.2689,1.82335,300,5,0,9610,0,1,0,0,0),(113256,26295,571,1,1,24857,1,4021.97,478.758,46.6048,3.06892,300,5,0,9610,0,1,0,0,0),(113257,26295,571,1,1,24857,1,3796.2,-1.01139,57.3242,0.383972,300,0,0,9610,0,0,0,0,0),(113258,26295,571,1,1,24857,1,4345.06,-216.843,95.0716,2.9147,300,0,0,9610,0,0,0,0,0),(113259,26295,571,1,1,24857,1,4335.95,-180.16,80.6549,3.72309,300,0,0,9610,0,2,0,0,0),(113260,26295,571,1,1,24857,1,4018.45,-53.9699,49.7103,4.97419,300,0,0,9610,0,0,0,0,0),(113261,26295,571,1,1,24857,1,4035.2,432.931,50.3754,5.89956,300,5,0,9610,0,1,0,0,0),(113262,26295,571,1,1,24857,1,3688.49,550.76,69.6856,0.069813,300,0,0,9610,0,0,0,0,0),(113263,26295,571,1,1,24857,1,3440.94,485.315,62.7122,0.314159,300,0,0,9610,0,0,0,0,0),(113264,26295,571,1,1,24857,1,3455.65,450.574,55.7781,0.947029,300,0,0,9610,0,2,0,0,0),(113265,26295,571,1,1,24857,1,3677.45,502.117,65.4863,0.471239,300,0,0,9610,0,0,0,0,0),(113266,26295,571,1,1,24857,1,4049.3,-29.0457,55.27,4.56203,300,0,0,9610,0,2,0,0,0),(113267,23991,571,1,1,21961,1,2589.63,-3294.62,160.321,1.46608,300,0,0,8982,0,0,0,0,0),(113268,23991,571,1,1,21961,1,2579.6,-3334.66,166.911,1.309,300,0,0,8982,0,0,0,0,0),(113269,23991,571,1,1,21961,1,2778.59,-3723.95,223.692,2.58309,300,0,0,8982,0,0,0,0,0),(113270,23991,571,1,1,21987,1,2490.73,-3397.37,159.247,2.11185,300,0,0,8982,0,0,0,0,0),(113271,23991,571,1,1,21961,1,2351.27,-3548.99,158.661,1.86203,300,0,0,8982,0,0,0,0,0),(113272,23991,571,1,1,21961,1,2714.61,-3578.08,205.548,2.30383,300,0,0,8982,0,0,0,0,0),(113273,23991,571,1,1,21987,1,2409.9,-3546.61,170.21,1.43163,300,0,0,8982,0,0,0,0,0),(113274,23991,571,1,1,21987,1,2516.7,-3495.18,183.992,0.361672,300,0,0,8982,0,2,0,0,0),(113275,23991,571,1,1,21987,1,2680.09,-3415.24,197.853,-0.191645,300,0,0,8982,0,0,0,0,0),(113276,23991,571,1,1,21961,1,2595.56,-3454.66,185.507,2.32129,300,0,0,8982,0,0,0,0,0),(113277,23991,571,1,1,21961,1,2713.02,-3546.76,207.441,3.90954,300,0,0,8982,0,0,0,0,0),(113278,23991,571,1,1,21961,1,2698.64,-3523.15,206.591,3.4383,300,0,0,8982,0,0,0,0,0),(113279,23991,571,1,1,21987,1,2666.03,-3557.67,205.333,0.837758,300,0,0,8982,0,0,0,0,0),(113280,23991,571,1,1,21961,1,2649.52,-3558.31,205.334,2.28638,300,0,0,8982,0,0,0,0,0),(113281,23991,571,1,1,21987,1,2649.07,-3625.73,206.012,1.41372,300,0,0,8982,0,0,0,0,0),(113282,23991,571,1,1,21961,1,2744.24,-3749.73,223.4,1.72788,300,0,0,8982,0,0,0,0,0),(113283,23991,571,1,1,21961,1,2693.19,-3596.49,206.132,2.19912,300,0,0,8982,0,0,0,0,0),(113284,23991,571,1,1,21961,1,2557.15,-3484.74,185.682,2.42601,300,0,0,8982,0,0,0,0,0),(113285,23991,571,1,1,21987,1,2389.9,-3560.68,165.733,3.735,300,0,0,8982,0,0,0,0,0),(113286,23991,571,1,1,21961,1,2656.01,-3595.2,205.355,3.61924,300,0,0,8982,0,2,0,0,0),(113287,23991,571,1,1,21961,1,2442.41,-3515.73,179.827,3.82227,300,0,0,8982,0,0,0,0,0),(113288,23991,571,1,1,21987,1,2532.95,-3505.02,185.22,1.8675,300,0,0,8982,0,0,0,0,0),(113289,23991,571,1,1,21961,1,2596.71,-3567.49,205.306,1.36136,300,0,0,8982,0,0,0,0,0),(113290,23991,571,1,1,21961,1,2531.61,-3563.9,203.093,0.15708,300,0,0,8982,0,0,0,0,0),(113291,23991,571,1,1,21987,1,2597.38,-3495.83,177.496,5.33527,300,0,0,8982,0,0,0,0,0),(113292,23991,571,1,1,21987,1,2746.54,-3623.14,223.258,2.94961,300,0,0,8982,0,0,0,0,0),(113293,23991,571,1,1,21961,1,2668.7,-3610.65,205.545,1.97222,300,0,0,8982,0,0,0,0,0),(113294,28599,571,1,1,2177,0,5163.53,-1582.16,239.479,1.57706,300,5,0,2056,0,1,0,0,0),(113295,28599,571,1,1,2177,0,5158.76,-1587.17,239.479,5.34687,300,5,0,2056,0,1,0,0,0),(113296,28599,571,1,1,2177,0,5150.58,-1592.91,239.479,4.56168,300,5,0,2056,0,1,0,0,0),(113297,28599,571,1,1,2177,0,5139.99,-1584.71,239.354,6.16309,300,5,0,2056,0,1,0,0,0),(113298,28599,571,1,1,2177,0,5144.16,-1592.89,239.479,4.13016,300,5,0,2056,0,1,0,0,0),(113299,28599,571,1,1,2177,0,5168.25,-1593.55,239.414,3.37023,300,5,0,2056,0,1,0,0,0),(113300,28599,571,1,1,2177,0,5162.15,-1600.19,237.619,2.29241,300,5,0,2056,0,1,0,0,0),(113301,28599,571,1,1,2177,0,5151.44,-1596.86,239.354,2.89641,300,5,0,2056,0,1,0,0,0),(113302,28599,571,1,1,2177,0,5114.7,-1587.9,235.121,2.41668,300,5,0,2056,0,1,0,0,0),(113303,28599,571,1,1,2177,0,5126.27,-1552.1,239.38,3.63508,300,5,0,2056,0,1,0,0,0),(113304,28599,571,1,1,2177,0,5128.38,-1547.55,239.572,-1.73432,300,5,0,2056,0,1,0,0,0),(113305,28599,571,1,1,2177,0,5156.95,-1596,238.979,5.12402,300,5,0,2056,0,1,0,0,0),(113306,28599,571,1,1,2177,0,5145.57,-1589.14,239.479,4.11004,300,5,0,2056,0,1,0,0,0),(113307,28599,571,1,1,2177,0,5143.75,-1589.58,239.479,1.44102,300,5,0,2056,0,1,0,0,0),(113308,28599,571,1,1,2177,0,5151.09,-1594.56,239.33,0.813434,300,5,0,2056,0,1,0,0,0),(113309,29623,571,1,1,1887,1,6200.44,-379.094,424.946,3.30703,300,5,0,11379,0,1,0,0,0),(113310,29623,571,1,1,1887,1,6253.04,-611.391,420.357,6.13425,300,5,0,11379,0,1,0,0,0),(113311,29623,571,1,1,1887,1,6231.38,-649.807,414.301,0.698132,300,0,0,11379,0,0,0,0,0),(113312,29623,571,1,1,1887,1,6210.41,-620.753,412.592,1.37277,300,5,0,11379,0,1,0,0,0),(113313,29623,571,1,1,1887,1,6229.88,-671.911,415.282,2.77414,300,5,0,11379,0,1,0,0,0),(113314,29623,571,1,1,1887,1,6222.93,-633.344,413.917,0.890118,300,0,0,11379,0,0,0,0,0),(113315,29623,571,1,1,1887,1,6266.94,-660.177,418.943,1.62316,300,0,0,11379,0,0,0,0,0),(113316,29623,571,1,1,1887,1,6317.02,-855.497,406.737,3.28122,300,0,0,11379,0,0,0,0,0),(113317,29623,571,1,1,1887,1,6148.62,-415.57,415.031,3.83972,300,0,0,11379,0,0,0,0,0),(113318,29623,571,1,1,1887,1,6084.01,-896.828,378.344,2.25131,300,0,0,11379,0,0,0,0,0),(113319,29623,571,1,1,1887,1,6103.18,-828.197,379.392,3.29407,300,5,0,11379,0,1,0,0,0),(113320,29623,571,1,1,1887,1,6338.87,-831.383,406.739,5.65487,300,0,0,11379,0,0,0,0,0),(113321,29623,571,1,1,1887,1,6311.29,-832.886,407.267,3.15905,300,0,0,11379,0,0,0,0,0),(113322,29623,571,1,1,1887,1,6310.92,-806.415,406.753,3.15905,300,0,0,11379,0,0,0,0,0),(113323,29623,571,1,1,1887,1,6326.46,-880.352,406.748,3.29867,300,0,0,11379,0,0,0,0,0),(113324,29623,571,1,1,1887,1,6132.45,-434.064,413.148,1.65806,300,0,0,11379,0,0,0,0,0),(113325,29623,571,1,1,1887,1,6122.18,-444.571,411.4,3.02124,300,5,0,11379,0,1,0,0,0),(113326,29623,571,1,1,1887,1,6173.73,-415.906,415.435,3.53997,300,5,0,11379,0,1,0,0,0),(113327,29623,571,1,1,1887,1,6119.16,-413.611,415.303,4.67748,300,0,0,11379,0,0,0,0,0),(113328,29623,571,1,1,1887,1,6188.5,-884.024,393.908,2.76319,300,5,0,11379,0,1,0,0,0),(113329,27320,571,1,1,24545,1,3257.62,-721.851,168.03,5.08075,300,0,0,10635,0,0,0,0,0),(113330,27320,571,1,1,24545,1,3240.83,-680.25,166.873,1.93693,300,0,0,10635,0,0,0,0,0),(113331,23736,571,1,1,21714,0,567.415,-5012.58,11.5673,2.02458,300,0,0,26946,0,0,0,0,0),(132548,21763,530,1,1,18012,1,-3944.63,3053.94,354.48,5.54064,180,5,0,5744,3231,1,0,0,0),(132549,21763,530,1,1,18012,1,-3917.16,3059.94,359.78,4.43946,180,5,0,5744,3231,1,0,0,0),(113335,28600,571,1,1,27253,1,6079.96,-3858.63,370.351,2.35136,300,0,0,11001,0,2,0,0,0),(113336,28600,571,1,1,27253,1,5994.1,-3988.25,362.87,0.401426,300,0,0,11001,0,0,0,0,0),(132607,21787,530,1,1,20682,1,-3831.4,3353.79,324.05,3.65661,180,5,0,5744,3231,1,0,0,0),(132570,28186,571,1,1,0,1,5824.16,5368.46,-67.629,0.785557,180,0,0,11001,0,2,0,0,0),(113340,27832,571,1,1,15294,0,1999.69,-5769.01,222.508,3.16893,300,0,0,9940,0,0,0,0,0),(113341,23992,571,1,1,15297,0,2665.08,-3408.35,191.329,5.29435,300,0,0,8982,0,2,0,0,0),(113342,23992,571,1,1,15297,0,2501.75,-3568.42,222.91,3.06882,300,0,0,8982,0,2,0,0,0),(113343,23992,571,1,1,15297,0,2785.4,-3613.45,250.922,4.92049,300,0,0,8982,0,2,0,0,0),(113344,23992,571,1,1,15297,0,2668.82,-3746.31,249.956,0.523599,300,0,0,8982,0,2,0,0,0),(113345,28600,571,1,1,27253,1,5975.71,-3709.29,371.307,0.890118,300,0,0,11001,0,0,0,0,0),(113346,28600,571,1,1,27253,1,5926.75,-3660.28,372.404,0.925025,300,0,0,11001,0,0,0,0,0),(113347,28600,571,1,1,27253,1,5956.68,-3691.35,370.756,0.820305,300,0,0,11001,0,0,0,0,0),(113348,28600,571,1,1,27253,1,5974.17,-3883.28,382.483,2.30383,300,0,0,11001,0,0,0,0,0),(113349,28600,571,1,1,27253,1,5994.06,-3862.5,382.581,2.42601,300,0,0,11001,0,0,0,0,0),(113350,27064,571,1,1,24256,0,2321.38,6419.2,47.2749,3.68265,300,0,0,8982,0,0,0,0,0),(113351,27064,571,1,1,24256,0,2384.01,6384.51,42.9504,4.27606,300,0,0,8982,0,0,0,0,0),(113352,28600,571,1,1,27253,1,5931.79,-3960.92,363.619,3.9968,300,0,0,11001,0,0,0,0,0),(113353,28600,571,1,1,27253,1,5879.26,-3909.27,367.781,3.87463,300,0,0,11001,0,0,0,0,0),(113354,27064,571,1,1,24256,0,2415.56,6516.86,42.5016,2.42601,300,0,0,8982,0,0,0,0,0),(113355,28600,571,1,1,27253,1,5923.23,-3804.28,363.653,4.18879,300,0,0,11001,0,2,0,0,0),(113356,28600,571,1,1,27253,1,5898.46,-3826.01,363.027,2.19912,300,0,0,11001,0,0,0,0,0),(113357,28600,571,1,1,27253,1,5876.87,-3859.28,363.106,4.10152,300,0,0,11001,0,0,0,0,0),(113358,28600,571,1,1,27253,1,5937.52,-3786.72,364.251,2.32129,300,0,0,11001,0,0,0,0,0),(113359,28600,571,1,1,27253,1,5835.65,-3756.13,363.835,1.00474,300,0,0,11001,0,2,0,0,0),(113360,28600,571,1,1,27253,1,5825.44,-3858.52,362.528,3.94444,300,0,0,11001,0,0,0,0,0),(113361,28600,571,1,1,27253,1,5829.98,-3812.09,362.061,3.63029,300,0,0,11001,0,0,0,0,0),(113362,28600,571,1,1,27253,1,5827.69,-3697.64,371.987,-0.972888,300,5,0,11001,0,1,0,0,0),(113363,28600,571,1,1,27253,1,5807.64,-3724.87,371.987,2.06583,300,5,0,11001,0,1,0,0,0),(113364,28600,571,1,1,27253,1,5898.33,-3693.58,368.311,2.51327,300,0,0,11001,0,2,0,0,0),(113365,27064,571,1,1,24256,0,2383.34,6551.95,44.5887,5.65487,300,0,0,8982,0,0,0,0,0),(113366,27064,571,1,1,24256,0,2347.75,6521.59,45.4339,3.90954,300,0,0,8982,0,0,0,0,0),(113367,27064,571,1,1,24256,0,2518.66,6551.67,40.8174,0.698132,300,0,0,8982,0,0,0,0,0),(113368,27064,571,1,1,24256,0,2451.54,6414.28,42.6482,2.07694,300,0,0,8982,0,0,0,0,0),(113369,29624,571,1,1,27005,0,8280.9,96.3107,832.271,4.98965,300,5,0,12175,3893,1,0,0,0),(113370,29624,571,1,1,27005,0,8396.34,169.675,807.968,3.69256,300,5,0,12175,3893,1,0,0,0),(113371,29624,571,1,1,27005,0,7964.04,-490.325,910.592,1.63821,300,5,0,12175,3893,1,0,0,0),(113372,29624,571,1,1,27005,0,7958.86,-524.855,915.938,2.04191,300,5,0,12175,3893,1,0,0,0),(113373,29624,571,1,1,27005,0,7944.07,-438.819,896.807,1.22896,300,5,0,12175,3893,1,0,0,0),(113374,29624,571,1,1,27005,0,8342.32,-17.0033,815.494,2.51679,300,5,0,12175,3893,1,0,0,0),(113375,29624,571,1,1,27005,0,8400.3,19.9285,798.297,3.50688,300,5,0,12175,3893,1,0,0,0),(113376,29624,571,1,1,27005,0,8363.82,40.0025,808.837,0.750229,300,5,0,12175,3893,1,0,0,0),(113377,29368,571,1,1,26218,1,7724.86,114.941,1013.57,5.32325,300,0,0,100800,88140,0,0,0,0),(113378,29624,571,1,1,27005,0,7910.2,-323.173,877.047,3.06352,300,5,0,12175,3893,1,0,0,0),(113379,29624,571,1,1,27005,0,7849.4,-287.364,888.876,4.687,300,5,0,12175,3893,1,0,0,0),(113380,29624,571,1,1,27005,0,7847.77,-414.466,899.661,5.76186,300,5,0,12175,3893,1,0,0,0),(113381,29624,571,1,1,27005,0,7818.02,-256.321,890.689,3.18705,300,5,0,12175,3893,1,0,0,0),(113382,29624,571,1,1,27005,0,7886.97,-241.403,875.119,4.12517,300,5,0,12175,3893,1,0,0,0),(113383,29624,571,1,1,27005,0,7940.23,-124.807,877.272,1.74366,300,5,0,12175,3893,1,0,0,0),(113384,29624,571,1,1,27005,0,7858.33,-203.438,875.603,5.59751,300,5,0,12175,3893,1,0,0,0),(113385,29624,571,1,1,27005,0,7843.16,-226.606,880.005,3.02762,300,5,0,12175,3893,1,0,0,0),(113386,29624,571,1,1,27005,0,7936.96,-200.66,868.66,1.79996,300,5,0,12175,3893,1,0,0,0),(113387,29624,571,1,1,27005,0,8134.47,-161.629,858.493,5.19307,300,5,0,12175,3893,1,0,0,0),(113388,29624,571,1,1,27005,0,8175.26,-76.8814,852.057,5.21085,300,5,0,12175,3893,1,0,0,0),(113389,29624,571,1,1,27005,0,8156.78,-105.565,853.368,2.57982,300,5,0,12175,3893,1,0,0,0),(113390,29624,571,1,1,27005,0,8226.79,-161.021,854.296,6.27229,300,5,0,12175,3893,1,0,0,0),(113391,29624,571,1,1,27005,0,8196.72,-50.7933,848.224,5.80922,300,5,0,12175,3893,1,0,0,0),(113392,29624,571,1,1,27005,0,8303.45,-117.735,834.586,0.093985,300,5,0,12175,3893,1,0,0,0),(113393,29624,571,1,1,27005,0,8277.4,-89.1845,836.974,3.80444,300,5,0,12175,3893,1,0,0,0),(113394,29624,571,1,1,27005,0,8126.21,-81.2844,857.175,5.9871,300,5,0,12175,3893,1,0,0,0),(113395,29624,571,1,1,27005,0,8252.29,-34.0204,837.497,6.16101,300,5,0,12175,3893,1,0,0,0),(113396,27321,571,1,1,11686,0,3331.15,-4619.79,232.292,4.79965,300,5,0,42,0,1,0,0,0),(113397,30137,571,1,1,26779,0,5816.14,649.888,609.886,3.92882,300,0,0,10282,0,2,0,0,0),(113398,29881,571,1,1,11686,0,1591.15,-3397.79,-19.3257,4.17134,300,5,0,12600,0,1,0,0,0),(113399,29881,571,1,1,11686,0,1565.55,-3536.64,110.143,3.54302,300,5,0,12600,0,1,0,0,0),(113400,29881,571,1,1,11686,0,1601.64,-3572.65,-20.3509,1.27409,300,5,0,12600,0,1,0,0,0),(113401,29881,571,1,1,11686,0,1651.7,-3639.6,128.157,1.98968,300,5,0,12600,0,1,0,0,0),(113402,29881,571,1,1,11686,0,1660.09,-3416.41,144.843,5.88176,300,5,0,12600,0,1,0,0,0),(113403,29881,571,1,1,11686,0,1484.83,-3089.09,39.3565,0.733038,300,5,0,12600,0,1,0,0,0),(113404,29881,571,1,1,11686,0,1516.42,-3304.33,66.62,1.58825,300,5,0,12600,0,1,0,0,0),(113405,29881,571,1,1,11686,0,1614.14,-3254.27,3.6101,5.88176,300,5,0,12600,0,1,0,0,0),(113406,29881,571,1,1,11686,0,1561.67,-3245.07,-21.4033,2.26893,300,5,0,12600,0,1,0,0,0),(113407,23737,571,1,1,21715,1,580.969,-4924.77,19.8771,4.83456,300,0,0,7984,3080,0,0,0,0),(113408,25785,571,1,1,23380,0,3652.65,5897.75,174.641,3.76991,300,0,0,7688,7500,0,0,0,0),(113409,29881,571,1,1,11686,0,1569.77,-3660.78,130.219,5.44543,300,5,0,12600,0,1,0,0,0),(113410,29881,571,1,1,11686,0,1561.81,-3544.51,164.303,3.61283,300,5,0,12600,0,1,0,0,0),(113411,29881,571,1,1,11686,0,1559.65,-3389.58,152.324,4.50295,300,5,0,12600,0,1,0,0,0),(113412,29881,571,1,1,11686,0,1700.29,-3265.54,137.283,1.72788,300,5,0,12600,0,1,0,0,0),(113413,29881,571,1,1,11686,0,1619.21,-3320.78,142.691,5.49779,300,5,0,12600,0,1,0,0,0),(113414,29881,571,1,1,11686,0,1623.66,-3406.66,77.6226,4.15388,300,5,0,12600,0,1,0,0,0),(113415,29881,571,1,1,11686,0,1504.14,-3202.73,70.0843,1.67552,300,5,0,12600,0,1,0,0,0),(113416,29881,571,1,1,11686,0,1642.29,-3255.42,71.1278,2.77507,300,5,0,12600,0,1,0,0,0),(113417,29881,571,1,1,11686,0,1554.03,-3426.45,98.1799,1.64061,300,5,0,12600,0,1,0,0,0),(113418,29881,571,1,1,11686,0,1741.58,-3326.27,79.9653,5.48033,300,5,0,12600,0,1,0,0,0),(113419,32441,571,1,1,833,0,5894.62,654.939,615.294,3.66519,300,0,0,12852,0,2,0,0,0),(113420,27065,571,1,1,24258,0,4495.48,5695.72,81.4125,5.97798,300,0,0,8982,0,0,0,0,0),(113421,29881,571,1,1,11686,0,1635.83,-3458.57,30.8984,4.17134,300,5,0,12600,0,1,0,0,0),(113422,29881,571,1,1,11686,0,1609.95,-3360.49,11.5173,5.49779,300,5,0,12600,0,1,0,0,0),(113423,29881,571,1,1,11686,0,1525.68,-3234,151.881,3.57792,300,5,0,12600,0,1,0,0,0),(113424,29881,571,1,1,11686,0,1485.34,-3445.23,87.2981,6.17846,300,5,0,12600,0,1,0,0,0),(113425,29881,571,1,1,11686,0,1590.38,-3172.6,1.54133,3.10669,300,5,0,12600,0,1,0,0,0),(113426,29881,571,1,1,11686,0,1572.84,-3448.59,52.6155,2.98451,300,5,0,12600,0,1,0,0,0),(113431,26041,571,1,1,11686,0,3481.57,4099.99,17.8364,0,300,5,0,8982,3155,1,0,0,0),(113432,32185,571,1,1,27814,0,4060.26,-433.178,147.132,1.93778,300,5,0,25200,0,1,0,0,0),(113434,32185,571,1,1,27814,0,4042.15,-443.894,146.685,4.79021,300,5,0,25200,0,1,0,0,0),(113435,32185,571,1,1,27814,0,4145.83,-416.258,145.333,0.390047,300,5,0,25200,0,1,0,0,0),(113436,32185,571,1,1,27814,0,4181.17,-369.942,146.684,5.0094,300,0,0,25200,0,2,0,0,0),(113437,24249,571,1,1,22218,1,750.203,-4703.79,-94.1836,0.141697,300,5,0,6986,2991,1,0,0,0),(113438,32185,571,1,1,27814,0,4190.59,-350.934,146.684,2.23402,300,0,0,25200,0,2,0,0,0),(113439,24249,571,1,1,22241,1,880.083,-4979.19,-72.3585,5.09636,300,0,0,6986,2991,0,0,0,0),(113440,24249,571,1,1,22241,1,816.027,-4803.74,-94.1342,3.58243,300,5,0,6986,2991,1,0,0,0),(113441,24249,571,1,1,22240,1,858.161,-4910.59,-72.442,1.8597,300,5,0,6986,2991,1,0,0,0),(113442,24249,571,1,1,22240,1,842.137,-4698.54,-94.1803,1.2212,300,5,0,6986,2991,1,0,0,0),(113443,23993,571,1,1,17444,0,2586.13,-3551.76,205.475,2.34985,300,0,0,37164,6462,2,0,0,0),(113444,23993,571,1,1,17444,0,2744.39,-3687.18,221.847,4.95736,300,0,0,37164,6462,2,0,0,0),(113467,29625,571,1,1,0,0,7632.86,-602.173,1826.14,1.36622,120,0,0,12600,0,2,0,0,0),(113466,29625,571,1,1,0,0,7622.47,-506.957,1781.67,1.70802,120,0,0,12600,0,2,0,0,0),(113465,29625,571,1,1,0,0,7619.2,-508.441,1843.86,1.40229,120,0,0,12600,0,2,0,0,0),(113464,29625,571,1,1,0,0,7609.13,-509.024,1840.86,1.84148,120,0,0,12600,0,2,0,0,0),(113463,29625,571,1,1,0,0,7605.18,-510.834,1873.65,1.72335,120,0,0,12600,0,2,0,0,0),(113462,29625,571,1,1,0,0,7603.5,-532.559,1864.59,1.55222,120,0,0,12600,0,2,0,0,0),(113453,29369,571,1,1,25756,1,7831.41,-36.4311,881.704,4.40398,300,0,0,11770,0,2,0,0,0),(113454,29369,571,1,1,25756,1,7806.82,-50.189,883.404,0.046462,300,0,0,11770,0,2,0,0,0),(113455,29369,571,1,1,25756,1,7755.48,-0.0631561,865.862,2.88331,300,0,0,11770,0,2,0,0,0),(113456,29369,571,1,1,25756,1,7741.84,-35.6213,868.321,2.16669,300,0,0,11770,0,2,0,0,0),(113461,29625,571,1,1,0,0,7600.88,-540.469,1869.16,1.81928,120,0,0,12600,0,2,0,0,0),(113459,29625,571,1,1,0,0,7593.77,-533.025,1860.49,1.74947,120,0,0,12600,0,2,0,0,0),(113458,29625,571,1,1,0,0,7591.98,-560.638,1837.17,1.35478,120,0,0,12600,0,2,0,0,0),(113457,29625,571,1,1,0,0,7587.16,-583.289,1835.94,0.890569,120,0,0,12600,0,2,0,0,0),(113452,29625,571,1,1,0,0,7583.05,-491.924,1851.77,1.92978,120,0,0,12600,0,2,0,0,0),(113451,29625,571,1,1,0,0,7582.29,-580.553,1859.98,1.00512,120,0,0,12600,0,2,0,0,0),(113450,29625,571,1,1,0,0,7580.87,-579.573,1857.71,1.49146,120,0,0,12600,0,2,0,0,0),(113449,29625,571,1,1,0,0,7580.48,-553.991,1845.72,1.48831,120,0,0,12600,0,2,0,0,0),(113448,29625,571,1,1,0,0,7575.04,-512.703,1886.67,1.71924,120,0,0,12600,0,2,0,0,0),(113447,29625,571,1,1,0,0,7573.75,-612.037,1859.46,0.956391,120,0,0,12600,0,2,0,0,0),(113446,29625,571,1,1,0,0,7573.47,-458.373,1848.29,2.05411,120,0,0,12600,0,2,0,0,0),(113430,29625,571,1,1,0,0,7354.39,-430.565,1819.92,3.85601,120,0,0,12600,0,2,0,0,0),(113429,29625,571,1,1,0,0,7337.24,-415.638,1831.26,3.9516,120,0,0,12600,0,2,0,0,0),(113428,29625,571,1,1,0,0,7303.45,-434.235,1881.39,4.21604,120,0,0,12600,0,2,0,0,0),(113427,29625,571,1,1,0,0,7294.96,-438.924,1829.92,4.50247,120,0,0,12600,0,2,0,0,0),(113473,26298,571,1,1,21999,0,3337.55,2516.33,77.234,1.79769,300,0,0,42,0,0,0,0,0),(113474,28346,571,1,1,25318,0,5534.67,5738.43,-77.7767,3.83952,300,5,0,102,0,1,0,0,0),(113475,27066,571,1,1,24276,1,3406.96,-2788.63,201.604,5.48033,300,0,0,7185,7196,0,0,0,0),(113476,26810,571,1,1,23978,0,3875.68,1593.95,90.6079,3.50811,300,0,0,99400,33870,0,0,0,0),(113477,23738,571,1,1,21716,0,638.45,-4973.4,5.45866,3.668,300,0,0,7181,0,2,0,0,0),(113478,26298,571,1,1,21999,0,6853.99,-4517.81,444.018,0.593412,300,0,0,42,0,0,0,0,0),(113479,26298,571,1,1,21999,0,6850.76,-4534.64,444.178,3.10669,300,0,0,42,0,0,0,0,0),(113481,26298,571,1,1,21999,0,6526.05,-3292.84,442.372,1.8326,300,0,0,42,0,0,0,0,0),(113482,26298,571,1,1,21999,0,6486.2,-3249.93,443.146,4.39823,300,0,0,42,0,0,0,0,0),(113483,26298,571,1,1,21999,0,6486.3,-3293.49,443.123,3.735,300,0,0,42,0,0,0,0,0),(113484,28858,571,1,1,26382,0,6354.46,5848.16,57.5116,4.72487,300,5,0,12175,3893,1,0,0,0),(113485,28858,571,1,1,26382,0,5999.94,5858.37,67.7917,0.8082,300,5,0,12175,3893,1,0,0,0),(113486,28858,571,1,1,26382,0,6117.68,5797.38,79.1913,1.11117,300,5,0,12175,3893,1,0,0,0),(113487,28858,571,1,1,26382,0,6410.95,5539.59,78.47,0.177044,300,5,0,12175,3893,1,0,0,0),(113488,28858,571,1,1,26382,0,6186.45,5818.33,49.865,4.0092,300,5,0,12175,3893,1,0,0,0),(113489,28858,571,1,1,26382,0,6211.76,5786.96,51.0677,1.86065,300,5,0,12175,3893,1,0,0,0),(113490,28858,571,1,1,26382,0,6096.89,5810.39,64.5194,3.28234,300,5,0,12175,3893,1,0,0,0),(113491,28858,571,1,1,26382,0,6064.71,5899.51,70.1323,5.28079,300,5,0,12175,3893,1,0,0,0),(113492,28858,571,1,1,26382,0,6028.46,5926.85,58.898,4.28011,300,5,0,12175,3893,1,0,0,0),(113493,28858,571,1,1,26382,0,5954.38,5989,57.5116,1.49539,300,5,0,12175,3893,1,0,0,0),(113494,28858,571,1,1,26382,0,6220.46,5911.59,51.9913,0.47116,300,5,0,12175,3893,1,0,0,0),(113495,28858,571,1,1,26382,0,5925.73,6021.95,56.901,1.09425,300,5,0,12175,3893,1,0,0,0),(113496,28858,571,1,1,26382,0,6279.41,5891.04,55.473,2.38767,300,5,0,12175,3893,1,0,0,0),(113497,28858,571,1,1,26382,0,6146.09,5885.26,50.6963,2.88711,300,5,0,12175,3893,1,0,0,0),(113498,28858,571,1,1,26382,0,6250.26,5744.56,48.1241,5.3947,300,5,0,12175,3893,1,0,0,0),(113499,28858,571,1,1,26382,0,6311.76,5721.09,51.3579,2.60397,300,5,0,12175,3893,1,0,0,0),(113500,28858,571,1,1,26382,0,6364.75,5677.33,60.1936,2.42022,300,5,0,12175,3893,1,0,0,0),(113501,28858,571,1,1,26382,0,6348.67,5598.72,74.2365,3.95674,300,5,0,12175,3893,1,0,0,0),(113502,28858,571,1,1,26382,0,6315.54,5624.25,76.0239,0.113601,300,0,0,12175,3893,0,0,0,0),(113503,28858,571,1,1,26382,0,6457.81,5552.08,57.4252,1.24923,300,5,0,12175,3893,1,0,0,0),(113504,28858,571,1,1,26382,0,6347.22,5750.09,48.3158,1.68469,300,5,0,12175,3893,1,0,0,0),(113505,28858,571,1,1,26382,0,6313.71,5782.52,49.6445,1.35518,300,5,0,12175,3893,1,0,0,0),(113506,28858,571,1,1,26382,0,5977.38,5937.96,53.077,0.892443,300,0,0,12175,3893,0,0,0,0),(113507,28090,571,1,1,25098,1,5173.08,-3288.15,281.074,1.55334,300,0,0,9291,0,0,0,0,0),(113508,25786,571,1,1,21688,0,3103.24,4529.21,37.1361,2.26893,300,0,0,8982,0,0,0,0,0),(113509,32186,571,1,1,27813,0,4083.78,-477.834,148.829,4.11001,300,5,0,63000,0,1,0,0,0),(113510,32186,571,1,1,27813,0,4060.71,-449.353,146.684,5.52095,300,5,0,63000,0,1,0,0,0),(113511,23994,571,1,1,10902,0,861.585,-5596.74,203.852,3.40438,300,5,0,3493,0,1,0,0,0),(113512,23994,571,1,1,10902,0,857.545,-5589.32,203.977,1.07837,300,5,0,3493,0,1,0,0,0),(113513,23994,571,1,1,10902,0,1006.05,-5488.88,187.025,2.63225,300,5,0,3493,0,1,0,0,0),(113514,23994,571,1,1,10902,0,1003.22,-5497.02,187.65,3.86331,300,5,0,3493,0,1,0,0,0),(113515,23994,571,1,1,10902,0,1002.33,-5489.08,187.15,6.24693,300,5,0,3493,0,1,0,0,0),(113516,23994,571,1,1,10902,0,964.919,-5573.62,187.321,5.59821,300,5,0,3493,0,1,0,0,0),(113517,23994,571,1,1,10902,0,965.532,-5563.72,186.82,6.01014,300,5,0,3493,0,1,0,0,0),(113518,23994,571,1,1,10902,0,972.614,-5573.3,187.452,3.60409,300,5,0,3493,0,1,0,0,0),(113519,28090,571,1,1,25100,1,5103.65,-3059.3,278.831,6.03884,300,0,0,9291,0,0,0,0,0),(113520,24250,571,1,1,22239,1,799.475,-4803.54,-94.0404,6.27085,300,0,0,6986,0,0,0,0,0),(113521,28090,571,1,1,25099,1,5414.76,-3354.49,299.634,3.1898,300,0,0,9291,0,0,0,0,0),(113522,28090,571,1,1,25097,1,5354.34,-3388.43,299.618,1.029,300,0,0,9291,0,0,0,0,0),(113523,28090,571,1,1,25098,1,5226.19,-3015.63,278.638,3.26377,300,0,0,9291,0,0,0,0,0),(113524,24250,571,1,1,22239,1,845.181,-4946.44,-72.3585,0.314159,300,0,0,6986,0,0,0,0,0),(113525,24250,571,1,1,22238,1,835.082,-4852.54,-72.345,5.13127,300,0,0,6986,0,0,0,0,0),(113526,24250,571,1,1,22238,1,829.348,-4878.43,-72.4351,3.9968,300,5,0,6986,0,1,0,0,0),(113527,24250,571,1,1,22219,1,889.347,-4931.63,-72.3585,3.4383,300,0,0,6986,0,0,0,0,0),(113528,24250,571,1,1,22239,1,880.207,-4949.45,-72.3585,3.35103,300,0,0,6986,0,0,0,0,0),(113529,24250,571,1,1,22239,1,854.353,-4928.18,-72.3585,0.471239,300,0,0,6986,0,0,0,0,0),(113530,24250,571,1,1,22219,1,888.873,-4842.65,-72.442,-0.435214,300,0,0,6986,0,0,0,0,0),(113531,24250,571,1,1,22219,1,843.719,-4788.99,-94.0441,3.35103,300,0,0,6986,0,0,0,0,0),(113532,24250,571,1,1,22238,1,909.738,-4820.7,-72.442,2.40855,300,5,0,6986,0,1,0,0,0),(113533,24250,571,1,1,22239,1,929.585,-4854.91,-72.442,5.91667,300,5,0,6986,0,1,0,0,0),(113534,24250,571,1,1,22219,1,832.092,-4885.62,-72.3587,1.72788,300,0,0,6986,0,0,0,0,0),(113535,23994,571,1,1,10902,0,839.926,-5451.89,209.312,3.56404,300,5,0,3493,0,1,0,0,0),(113536,23994,571,1,1,10902,0,843.673,-5465.79,213.187,3.4239,300,5,0,3493,0,1,0,0,0),(113537,23994,571,1,1,10902,0,990.142,-5525.71,187.354,0.208512,300,5,0,3493,0,1,0,0,0),(113538,23994,571,1,1,10902,0,930.425,-5539.83,187.005,0.231335,300,5,0,3493,0,1,0,0,0),(113540,23994,571,1,1,10902,0,906.393,-5491.16,195.355,4.73825,300,5,0,3493,0,1,0,0,0),(113541,23994,571,1,1,10902,0,905.773,-5499.17,195.355,3.34687,300,5,0,3493,0,1,0,0,0),(113542,23994,571,1,1,10902,0,912.459,-5492.05,195.681,4.43998,300,5,0,3493,0,1,0,0,0),(113543,28090,571,1,1,25100,1,5128.24,-3019.57,278.638,5.23599,300,0,0,9291,0,0,0,0,0),(113544,28090,571,1,1,25097,1,5190.41,-2994.44,278.638,4.93928,300,0,0,9291,0,0,0,0,0),(113545,28090,571,1,1,25100,1,5147.72,-3018.28,278.638,4.74729,300,0,0,9291,0,0,0,0,0),(113546,28090,571,1,1,25099,1,5151.79,-2978.85,278.638,5.4649,300,0,0,9291,0,0,0,0,0),(113547,28090,571,1,1,25097,1,5135.23,-3001.86,279.765,0.017453,300,0,0,9291,0,0,0,0,0),(113548,26298,571,1,1,21999,0,6817.88,-4549.02,443.087,0.715585,300,0,0,42,0,0,0,0,0),(113549,26298,571,1,1,21999,0,6817.47,-4503.56,443.177,5.44543,300,0,0,42,0,0,0,0,0),(113550,26298,571,1,1,21999,0,6831.78,-4534.36,444.178,0.127,300,0,0,42,0,0,0,0,0),(113551,26298,571,1,1,21999,0,6829.3,-4515.53,444.178,4.679,300,0,0,42,0,0,0,0,0),(113554,28090,571,1,1,25097,1,5236.92,-3161.8,274.222,5.02655,300,0,0,9291,0,0,0,0,0),(113555,28090,571,1,1,25100,1,5283.39,-3176.29,279.393,1.5708,300,0,0,9291,0,0,0,0,0),(113556,16570,571,1,1,110,0,5160.2,-2570.1,288.09,0.735571,300,6,0,4652,0,1,0,0,0),(113558,26298,571,1,1,21999,0,6527.56,-3249.63,443.886,3.71755,300,0,0,42,0,0,0,0,0),(113559,28090,571,1,1,25098,1,5475.5,-3285.69,293.002,4.04916,300,0,0,9291,0,0,0,0,0),(113560,28090,571,1,1,25097,1,5184.98,-3118.52,273.9,3.89208,300,0,0,9291,0,0,0,0,0),(113561,28090,571,1,1,25098,1,5014.37,-3292.36,281.217,1.38,300,0,0,9291,0,0,0,0,0),(113562,16570,571,1,1,110,0,5118.59,-2577.59,288.009,5.12883,300,6,0,4652,0,1,0,0,0),(113563,28090,571,1,1,25098,1,5257.62,-3239.38,276.651,1.81514,300,0,0,9291,0,0,0,0,0),(113564,28090,571,1,1,25100,1,5399.55,-3333.74,297.589,1.95477,300,0,0,9291,0,0,0,0,0),(113565,16570,571,1,1,110,0,5124.01,-2637.63,288.279,0.044026,300,6,0,4652,0,1,0,0,0),(113566,28090,571,1,1,25100,1,5302.7,-3264.24,281.175,2.77507,300,0,0,9291,0,0,0,0,0),(113567,28090,571,1,1,25100,1,5093.72,-3247.18,278.638,1.65806,300,0,0,9291,0,0,0,0,0),(113568,28090,571,1,1,25097,1,5335.03,-3370.98,297.568,2.3911,300,0,0,9291,0,0,0,0,0),(113569,16570,571,1,1,110,0,5043.77,-2573.87,289.46,0.250287,300,6,0,4652,0,1,0,0,0),(113570,16570,571,1,1,110,0,5258.98,-2660.94,288.506,2.36783,300,6,0,4652,0,1,0,0,0),(113571,16570,571,1,1,110,0,5232.29,-2598.96,289.792,3.41134,300,6,0,4652,0,1,0,0,0),(113572,16570,571,1,1,110,0,4983.26,-2920.38,290.03,3.15841,300,6,0,4652,0,1,0,0,0),(113573,16570,571,1,1,110,0,5141.44,-2715.67,287.79,6.26824,300,6,0,4652,0,1,0,0,0),(113574,16570,571,1,1,110,0,5002.38,-2667.12,288.117,4.4535,300,6,0,4652,0,1,0,0,0),(113575,16570,571,1,1,110,0,5037.61,-2715.69,287.495,2.91906,300,6,0,4652,0,1,0,0,0),(113576,16570,571,1,1,110,0,5082.2,-2650.79,287.714,5.9976,300,6,0,4652,0,1,0,0,0),(113577,16570,571,1,1,110,0,4899.95,-2718,289.319,6.01901,300,0,0,4652,0,2,0,0,0),(113578,16570,571,1,1,110,0,5101.08,-2561.9,286.984,0.727978,300,0,0,4652,0,2,0,0,0),(113579,28090,571,1,1,25100,1,5291.57,-3305.59,283.689,2.23402,300,0,0,9291,0,0,0,0,0),(113580,28090,571,1,1,25099,1,5149.82,-3209.44,273.9,6.24828,300,0,0,9291,0,0,0,0,0),(113581,28090,571,1,1,25100,1,5367.83,-3331.57,297.568,1.93731,300,0,0,9291,0,0,0,0,0),(113582,16570,571,1,1,110,0,4924.38,-2852.55,289.513,5.28153,300,6,0,4652,0,1,0,0,0),(113583,16570,571,1,1,110,0,5187.17,-2503.92,289.964,4.19851,300,6,0,4652,0,1,0,0,0),(113584,16570,571,1,1,110,0,5207.3,-2659.9,288.587,2.62307,300,6,0,4652,0,1,0,0,0),(109404,27024,571,1,1,0,1,4676.16,-5575.82,53.61,0.85,120,6,0,9940,0,2,0,0,0),(113586,16570,571,1,1,110,0,4992.46,-2831.21,287.832,-0.414836,300,6,0,4652,0,1,0,0,0),(113588,16570,571,1,1,110,0,4985.16,-2727.62,287.839,5.93392,300,6,0,4652,0,1,0,0,0),(113590,16570,571,1,1,110,0,5236.35,-2662.41,287.964,0.539026,300,6,0,4652,0,1,0,0,0),(113591,16570,571,1,1,110,0,5046.04,-2851.02,287.993,2.01764,300,6,0,4652,0,1,0,0,0),(113592,16570,571,1,1,110,0,4935.56,-2768.77,288.089,0.746616,300,6,0,4652,0,1,0,0,0),(113593,16570,571,1,1,110,0,5191.69,-2662.98,288.17,3.03983,300,6,0,4652,0,1,0,0,0),(113594,16570,571,1,1,110,0,5115.99,-2628.72,288.143,4.24691,300,6,0,4652,0,1,0,0,0),(113596,16570,571,1,1,110,0,4946.05,-2733.24,288.08,6.16101,300,6,0,4652,0,1,0,0,0),(113597,16570,571,1,1,110,0,4989.51,-2844.71,287.397,5.02655,300,6,0,4652,0,1,0,0,0),(113598,16570,571,1,1,110,0,4968.48,-2841.69,287.048,3.05433,300,0,0,4652,0,2,0,0,0),(113599,16570,571,1,1,110,0,5119.88,-2565.58,288.407,1.04425,300,6,0,4652,0,1,0,0,0),(113600,16570,571,1,1,110,0,5140.45,-2729.39,287.589,1.57344,300,6,0,4652,0,1,0,0,0),(113601,16570,571,1,1,110,0,5134.37,-2696.14,288.041,-2.86015,300,6,0,4652,0,1,0,0,0),(113602,16570,571,1,1,110,0,5201.2,-2724.05,288.505,-1.64042,300,6,0,4652,0,1,0,0,0),(113603,16570,571,1,1,110,0,5110.8,-2514.87,287.535,1.80659,300,6,0,4652,0,1,0,0,0),(113604,16570,571,1,1,110,0,5016.15,-2656.07,287.962,-2.6655,300,6,0,4652,0,1,0,0,0),(113606,16570,571,1,1,110,0,5043.7,-2797.63,287.984,2.67041,300,6,0,4652,0,1,0,0,0),(113608,16570,571,1,1,110,0,5201.24,-2709.22,288.108,-1.21858,300,6,0,4652,0,1,0,0,0),(113610,16570,571,1,1,110,0,5117.84,-2769.05,287.856,5.14872,300,6,0,4652,0,1,0,0,0),(113611,16570,571,1,1,110,0,5238.28,-2613.66,287.026,5.93412,300,0,0,4652,0,2,0,0,0),(113612,16570,571,1,1,110,0,5056.41,-2647.58,288.052,1.79769,300,6,0,4652,0,1,0,0,0),(113613,27578,571,1,1,24708,0,4588.93,-5675.78,106.341,2.74017,300,0,0,53175,0,0,0,0,0),(113614,29370,571,1,1,26212,1,7831.03,24.9519,1009.16,0.226893,300,0,0,12175,0,0,0,0,0),(113615,29370,571,1,1,26212,1,7947.78,43.3384,1028.12,1.36136,300,0,0,12175,0,0,0,0,0),(113616,29370,571,1,1,26212,1,7746.79,39.887,1009.43,0.610865,300,0,0,12175,0,0,0,0,0),(113617,29370,571,1,1,26212,1,7946.76,110.76,1028.12,0.139626,300,0,0,12175,0,0,0,0,0),(113618,29370,571,1,1,26212,1,8011.81,2.5051,961.137,2.79253,300,0,0,12175,0,0,0,0,0),(113619,29370,571,1,1,26212,1,7972.27,-15.2837,961.739,0.453786,300,0,0,12175,0,0,0,0,0),(113620,29370,571,1,1,26212,1,7943.88,-10.9284,960.485,6.21337,300,0,0,12175,0,0,0,0,0),(113621,29370,571,1,1,26212,1,7906.6,95.1356,1029.95,6.26573,300,0,0,12175,0,0,0,0,0),(113622,29370,571,1,1,26212,1,7979.05,75.35,1028.12,2.07694,300,0,0,12175,0,0,0,0,0),(113623,29370,571,1,1,26212,1,7728.3,110.296,1010.72,2.35619,300,0,0,12175,0,0,0,0,0),(113624,29370,571,1,1,26212,1,7759.6,78.0128,1009.43,4.86947,300,0,0,12175,0,0,0,0,0),(113625,29370,571,1,1,26212,1,8081.58,34.8781,896.89,4.5204,300,0,0,12175,0,0,0,0,0),(113626,29370,571,1,1,26212,1,8075.54,-20.5208,876.287,4.64258,300,0,0,12175,0,0,0,0,0),(113627,29370,571,1,1,26212,1,8193.85,47.8366,901.508,4.93928,300,0,0,12175,0,0,0,0,0),(113628,29370,571,1,1,26212,1,8178.72,122.406,898.645,4.2237,300,0,0,12175,0,0,0,0,0),(113629,29370,571,1,1,26212,1,8179.39,100.333,898.942,4.55531,300,0,0,12175,0,0,0,0,0),(113630,23739,571,1,1,21754,1,1224.14,-5289.74,179.332,5.46288,300,0,0,38440,0,0,0,0,0),(113631,23739,571,1,1,21754,1,1220.58,-5293.28,179.325,5.44543,300,0,0,38440,0,0,0,0,0),(113632,26043,571,1,1,23501,0,3814.34,1566.59,87.2241,0.279253,300,0,0,42,0,0,0,0,0),(113633,26043,571,1,1,23501,0,3815.69,1565.46,87.3005,0.890118,300,0,0,42,0,0,0,0,0),(113634,26043,571,1,1,23501,0,3817.52,1563.5,87.113,0.593412,300,0,0,42,0,0,0,0,0),(113638,23739,571,1,1,21754,1,603.916,-5031.58,1.40394,3.28122,300,0,0,38440,0,0,0,0,0),(113639,23739,571,1,1,21757,1,603.363,-5026.83,1.90394,4.20624,300,0,0,38440,0,0,0,0,0),(113640,23739,571,1,1,21754,1,604.667,-5028.28,1.65394,3.87463,300,0,0,38440,0,0,0,0,0),(113641,23739,571,1,1,21756,1,603.409,-5029.73,1.53833,3.85139,300,0,0,38440,0,0,0,0,0),(113642,23739,571,1,1,21757,1,602.096,-5028.3,1.65394,4.55531,300,0,0,38440,0,0,0,0,0),(113643,23739,571,1,1,21757,1,605.338,-5030.13,1.52894,3.64774,300,0,0,38440,0,0,0,0,0),(113644,23739,571,1,1,21757,1,719.792,-4983.33,6.26409,1.5708,300,0,0,38440,0,0,0,0,0),(113645,23739,571,1,1,21754,1,570.181,-4999.08,10.8426,3.00197,300,0,0,38440,0,0,0,0,0),(113646,23739,571,1,1,21756,1,571.229,-4940.4,17.8784,3.4383,300,0,0,38440,0,0,0,0,0),(113647,23739,571,1,1,21757,1,655.224,-4943.86,6.12597,4.1459,300,0,0,38440,0,2,0,0,0),(113648,23739,571,1,1,21756,1,650.848,-4948.3,5.75656,4.14796,300,0,0,38440,0,0,0,0,0),(113649,23739,571,1,1,21756,1,526.528,-4945.65,30.1918,5.68977,300,0,0,38440,0,0,0,0,0),(113650,24763,571,1,1,24056,0,738.085,-2931.33,7.26569,0.523599,300,0,0,9940,0,0,0,0,0),(113651,26043,571,1,1,23501,0,5411.75,-2658.33,304.438,2.94961,300,0,0,42,0,0,0,0,0),(113652,24251,571,1,1,22535,1,441.617,-4637.97,246.481,2.07694,300,0,0,8982,0,0,0,0,0),(113653,25275,571,1,2,23074,1,2952.81,6806.67,6.26649,4.10152,300,0,0,7984,0,0,0,537166592,32),(113654,25275,571,1,2,23043,1,2949.71,6805.16,6.70256,5.91667,300,0,0,7984,0,0,0,537166592,32),(113655,27067,571,1,1,24259,0,4510.52,5703.35,81.6213,1.29154,300,0,0,9291,0,0,0,0,0),(113656,26043,571,1,1,23501,0,2801.77,852.73,-0.73932,4.24115,300,0,0,42,0,0,0,0,0),(113657,23739,571,1,1,21755,1,654.575,-5033.34,4.11281,3.68265,300,0,0,38440,0,0,0,0,0),(113658,23739,571,1,1,21755,1,647.548,-4915.02,8.09536,5.0112,300,0,0,38440,0,0,0,0,0),(113659,23739,571,1,1,21756,1,655.265,-5023.07,4.77892,2.44346,300,0,0,38440,0,0,0,0,0),(113660,23739,571,1,1,21756,1,519.569,-4957.17,30.4633,5.77704,300,0,0,38440,0,0,0,0,0),(113661,26043,571,1,1,23501,0,3422.33,-2759.05,199.933,4.99164,300,0,0,42,0,0,0,0,0),(113662,26043,571,1,1,23501,0,5907.15,678.867,643.579,5.84685,300,0,0,42,0,0,0,0,0),(113663,23739,571,1,1,21754,1,710.271,-4940.28,5.48731,2.68534,300,0,0,38440,0,0,0,0,0),(113664,23739,571,1,1,21756,1,718.165,-4993.41,7.08997,1.51789,300,0,0,38440,0,0,0,0,0),(113665,23739,571,1,1,21756,1,714.761,-4971.54,6.03545,-1.59286,300,0,0,38440,0,0,0,0,0),(113666,23739,571,1,1,21756,1,597.493,-4940.1,16.943,-3.12412,300,0,0,38440,0,0,0,0,0),(113667,23739,571,1,1,21754,1,666.631,-4918.2,4.93532,-1.71042,300,0,0,38440,0,0,0,0,0),(86437,26812,571,1,1,0,1,4766.29,-4851.22,25.8854,3.8307,300,0,0,1,0,2,0,0,0),(86436,26811,571,1,1,0,1,4795.08,-4869.77,25.8534,3.63068,300,5,0,1,0,1,0,0,0),(86435,26812,571,1,1,0,1,4782.29,-4858.29,26.1091,4.43314,300,5,0,1,0,1,0,0,0),(86434,26812,571,1,1,0,1,4759.75,-4835.38,25.9063,3.53582,300,5,0,1,0,1,0,0,0),(113672,28603,571,1,1,25553,0,5085.17,-1550.79,240.045,1.45229,300,0,0,10282,0,0,0,0,0),(113673,27579,571,1,1,23825,1,4700.48,-5568.5,53.61,3.39,300,0,0,53175,0,0,0,0,0),(113674,28348,571,1,1,25320,0,5020.3,1357.91,286.136,4.32842,300,0,0,12600,0,0,0,0,0),(113675,26556,571,1,1,24126,1,2839.45,4019.4,5.08335,0.296706,300,0,0,10635,0,0,0,0,0),(113676,27068,571,1,1,24277,0,3433.78,-2817.87,201.183,2.75762,300,0,0,8982,0,0,0,0,0),(113677,24252,571,1,1,22220,1,488.072,-4643.66,247.17,5.53269,300,0,0,8982,0,0,0,0,0),(113678,23740,571,1,1,22673,0,2793.65,-5087.05,469.446,4.03554,300,8,0,8982,0,1,0,0,0),(113679,23740,571,1,1,22673,0,2560.65,-4968.75,302.414,0.04333,300,8,0,8982,0,1,0,0,0),(113680,23740,571,1,1,22673,0,3293.51,-4641.52,269.085,0.657714,300,8,0,8982,0,1,0,0,0),(113681,23740,571,1,1,22673,0,3286.73,-4702.52,294.303,5.55497,300,8,0,8982,0,1,0,0,0),(113682,23740,571,1,1,22673,0,2803.39,-5272.91,493.464,5.5254,300,8,0,8982,0,1,0,0,0),(113683,23740,571,1,1,22673,0,2771.62,-5258.77,471.597,4.14633,300,8,0,8982,0,1,0,0,0),(113684,23740,571,1,1,22673,0,2793.61,-5207.76,461.242,4.37682,300,8,0,8982,0,1,0,0,0),(113685,29628,571,1,1,26390,0,5856.75,743.901,640.669,0.541052,300,0,0,10635,0,0,0,0,0),(113686,23740,571,1,1,22673,0,3283.93,-4702.48,294.702,4.09573,300,8,0,8982,0,1,0,0,0),(113687,23740,571,1,1,22673,0,2730.96,-5056.61,404.898,3.50262,300,8,0,8982,0,1,0,0,0),(113688,23740,571,1,1,22673,0,2625.71,-4967.58,335.216,5.09514,300,8,0,8982,0,1,0,0,0),(113690,23740,571,1,1,22673,0,3347.97,-4685.32,261.823,4.6168,300,8,0,8982,0,1,0,0,0),(113691,23740,571,1,1,22673,0,2584.42,-4887.13,327.142,3.69837,300,8,0,8982,0,1,0,0,0),(113692,23740,571,1,1,22673,0,2587.11,-4892.46,327.125,5.88381,300,8,0,8982,0,1,0,0,0),(113693,23740,571,1,1,22673,0,2620.11,-4836.48,290.309,6.00034,300,8,0,8982,0,1,0,0,0),(113694,23740,571,1,1,22673,0,2763.75,-4864.69,354.271,3.91972,300,8,0,8982,0,1,0,0,0),(113695,23740,571,1,1,22673,0,2752.4,-4668.96,291.584,5.10198,300,8,0,8982,0,1,0,0,0),(113696,23740,571,1,1,22673,0,2510.22,-5635.78,300.096,5.34729,300,8,0,8982,0,1,0,0,0),(113697,23740,571,1,1,22673,0,2590.22,-4259.96,278.255,1.0039,300,8,0,8982,0,1,0,0,0),(113698,23740,571,1,1,22673,0,2536.56,-5107.69,332.925,4.2228,300,8,0,8982,0,1,0,0,0),(113699,23740,571,1,1,22673,0,2781.88,-5113.61,464.432,0.759869,300,8,0,8982,0,1,0,0,0),(113700,23740,571,1,1,22673,0,2575.58,-5813.21,294.735,3.20218,300,8,0,8982,0,1,0,0,0),(113701,23740,571,1,1,22673,0,3215.93,-4642.16,327.797,3.2923,300,8,0,8982,0,1,0,0,0),(113702,23740,571,1,1,22673,0,3274.84,-4439.54,331.265,3.96061,300,8,0,8982,0,1,0,0,0),(113703,23740,571,1,1,22673,0,2466.84,-5772.73,284.664,5.4012,300,8,0,8982,0,1,0,0,0),(113704,23740,571,1,1,22673,0,2509.79,-5778.34,287.932,5.79334,300,8,0,8982,0,1,0,0,0),(113705,23740,571,1,1,22673,0,2581.97,-5650.89,310.547,0.733613,300,8,0,8982,0,1,0,0,0),(113706,23740,571,1,1,22673,0,2569.47,-5779.44,298.79,3.28459,300,8,0,8982,0,1,0,0,0),(113707,23740,571,1,1,22673,0,2550.39,-5679.97,306.562,0.836529,300,8,0,8982,0,1,0,0,0),(113708,23740,571,1,1,22673,0,3279.64,-4430.55,327.405,1.41079,300,8,0,8982,0,1,0,0,0),(113709,23740,571,1,1,22673,0,2743.16,-5114.61,431.436,6.16832,300,8,0,8982,0,1,0,0,0),(113710,23740,571,1,1,22673,0,2751.3,-5138.2,426.857,3.76536,300,8,0,8982,0,1,0,0,0),(113711,23740,571,1,1,22673,0,2545.39,-5768.67,296.324,4.78856,300,8,0,8982,0,1,0,0,0),(113712,23740,571,1,1,22673,0,2448.14,-4040.65,239.659,1.23329,300,8,0,8982,0,1,0,0,0),(113713,23740,571,1,1,22673,0,2436.53,-4108.93,235.383,3.5094,300,8,0,8982,0,1,0,0,0),(113714,23740,571,1,1,22673,0,2450.22,-4074.78,237.571,4.64471,300,8,0,8982,0,1,0,0,0),(113715,23740,571,1,1,22673,0,2496.64,-4017.96,251.452,3.31027,300,8,0,8982,0,1,0,0,0),(113716,23740,571,1,1,22673,0,2485.62,-4010.34,249.277,4.16477,300,8,0,8982,0,1,0,0,0),(113717,23740,571,1,1,22673,0,2476.45,-4048.63,245.634,4.64139,300,8,0,8982,0,1,0,0,0),(113718,23740,571,1,1,22673,0,2497.45,-3929.7,255.171,5.86496,300,8,0,8982,0,1,0,0,0),(113719,23740,571,1,1,22673,0,2426.16,-4139.46,237.445,4.98791,300,8,0,8982,0,1,0,0,0),(113720,23740,571,1,1,22673,0,2394.56,-4186.23,234.251,3.47168,300,8,0,8982,0,1,0,0,0),(113721,23740,571,1,1,22673,0,2453.57,-4178.09,248.288,4.12077,300,8,0,8982,0,1,0,0,0),(113722,23740,571,1,1,22673,0,2439.01,-4251.89,242.505,1.60986,300,8,0,8982,0,1,0,0,0),(113723,23740,571,1,1,22673,0,2452.27,-4251.13,244.005,5.77308,300,8,0,8982,0,1,0,0,0),(113724,23740,571,1,1,22673,0,2827.87,-5194.62,505.716,4.58389,300,8,0,8982,0,1,0,0,0),(113725,23740,571,1,1,22673,0,2737.83,-5333.86,401.556,1.75637,300,8,0,8982,0,1,0,0,0),(113726,23740,571,1,1,22673,0,2690.76,-5375.96,384.404,3.9125,300,8,0,8982,0,1,0,0,0),(113727,23740,571,1,1,22673,0,2714.63,-5331.32,394.595,1.70239,300,8,0,8982,0,1,0,0,0),(113728,23740,571,1,1,22673,0,2697.51,-5240.92,386.462,0.178631,300,8,0,8982,0,1,0,0,0),(113729,23740,571,1,1,22673,0,2479.42,-5287.34,288.217,4.86316,300,8,0,8982,0,1,0,0,0),(113730,23740,571,1,1,22673,0,2389.46,-4925.91,255.493,4.54879,300,8,0,8982,0,1,0,0,0),(113731,23740,571,1,1,22673,0,2412.77,-4848.57,252.057,1.4709,300,8,0,8982,0,1,0,0,0),(113732,23740,571,1,1,22673,0,2459.35,-4844.29,256.636,0.811299,300,8,0,8982,0,1,0,0,0),(113733,23740,571,1,1,22673,0,3372.18,-4545.62,231.175,6.1861,300,8,0,8982,0,1,0,0,0),(113734,23740,571,1,1,22673,0,2496.19,-4234.96,261.609,3.59858,300,8,0,8982,0,1,0,0,0),(113735,23740,571,1,1,22673,0,2629.17,-4695.83,255.149,4.55881,300,8,0,8982,0,1,0,0,0),(113736,23740,571,1,1,22673,0,2509.24,-4803.14,252.389,3.15373,300,8,0,8982,0,1,0,0,0),(113737,23740,571,1,1,22673,0,2571.59,-4756.05,259.56,4.1347,300,8,0,8982,0,1,0,0,0),(113738,23740,571,1,1,22673,0,2595.44,-4736.34,257.685,2.48678,300,8,0,8982,0,1,0,0,0),(113739,23740,571,1,1,22673,0,2561.97,-4826.52,259.925,0.105695,300,8,0,8982,0,1,0,0,0),(113740,23740,571,1,1,22673,0,2556.25,-4760.42,259.695,5.73605,300,8,0,8982,0,1,0,0,0),(113741,23740,571,1,1,22673,0,2616.55,-5087.94,330.662,1.10779,300,8,0,8982,0,1,0,0,0),(113742,23740,571,1,1,22673,0,2621.39,-5093.76,333.911,3.23941,300,8,0,8982,0,1,0,0,0),(113743,23740,571,1,1,22673,0,2684.62,-5253.46,381.018,6.20031,300,8,0,8982,0,1,0,0,0),(113744,23740,571,1,1,22673,0,2705.89,-5354.11,390.739,3.24729,300,8,0,8982,0,1,0,0,0),(113745,23740,571,1,1,22673,0,2676.4,-5129.18,380.057,0.001953,300,8,0,8982,0,1,0,0,0),(113746,23740,571,1,1,22673,0,2700.67,-5291.37,386.153,5.23715,300,8,0,8982,0,1,0,0,0),(113747,23740,571,1,1,22673,0,2783.69,-5097.61,467.946,0.371776,300,8,0,8982,0,1,0,0,0),(113748,23740,571,1,1,22673,0,2699.27,-5313.76,387.059,1.55029,300,8,0,8982,0,1,0,0,0),(113749,23740,571,1,1,22673,0,2429.43,-5367.25,269.728,4.14903,300,8,0,8982,0,1,0,0,0),(113750,23740,571,1,1,22673,0,2453.04,-5547.11,303.824,1.56201,300,8,0,8982,0,1,0,0,0),(113751,23740,571,1,1,22673,0,2415.11,-5436.91,268.943,3.00246,300,8,0,8982,0,1,0,0,0),(113752,23740,571,1,1,22673,0,2447.26,-5389.72,279.179,1.71476,300,8,0,8982,0,1,0,0,0),(113753,23740,571,1,1,22673,0,2434.03,-5317.22,263.234,5.30662,300,8,0,8982,0,1,0,0,0),(113754,23740,571,1,1,22673,0,2393.67,-5560.63,285.949,3.62905,300,8,0,8982,0,1,0,0,0),(113755,23740,571,1,1,22673,0,2475.52,-5622.05,298.55,2.94011,300,8,0,8982,0,1,0,0,0),(113756,23740,571,1,1,22673,0,2414.17,-5604.03,295.077,1.75458,300,8,0,8982,0,1,0,0,0),(113757,23740,571,1,1,22673,0,2423.08,-5588.65,296.995,6.12029,300,8,0,8982,0,1,0,0,0),(113758,23740,571,1,1,22673,0,2484.87,-5654.95,291.804,0.975652,300,8,0,8982,0,1,0,0,0),(113759,23740,571,1,1,22673,0,2749.53,-4691.88,286.408,4.71319,300,8,0,8982,0,1,0,0,0),(113760,23740,571,1,1,22673,0,2679.69,-4739.78,261.815,0.133197,300,8,0,8982,0,1,0,0,0),(113761,23740,571,1,1,22673,0,2685.05,-4722.1,259.665,0.505761,300,8,0,8982,0,1,0,0,0),(113762,23740,571,1,1,22673,0,2746.05,-4675.58,292.176,3.36217,300,8,0,8982,0,1,0,0,0),(113763,23740,571,1,1,22673,0,2436.34,-4252.9,242.255,2.58784,300,8,0,8982,0,1,0,0,0),(113764,23740,571,1,1,22673,0,2729.84,-4774.68,291.903,4.53,300,8,0,8982,0,1,0,0,0),(113765,23740,571,1,1,22673,0,2485.69,-4355.83,253.445,5.12379,300,8,0,8982,0,1,0,0,0),(113766,23740,571,1,1,22673,0,2654.85,-4450.86,249.605,4.94303,300,8,0,8982,0,1,0,0,0),(86433,26812,571,1,1,0,1,4797.97,-4783.41,25.9962,4.26905,300,5,0,1,0,1,0,0,0),(86432,26811,571,1,1,0,1,4823.35,-4839.75,25.7641,1.14575,300,5,0,1,0,1,0,0,0),(86431,26811,571,1,1,0,1,4766.23,-4820.33,25.6922,2.32967,300,5,0,1,0,1,0,0,0),(113770,23740,571,1,1,22673,0,3255.5,-4497.58,339.354,0.928291,300,8,0,8982,0,1,0,0,0),(113771,27580,571,1,1,26793,1,4540.02,-5622.39,25.1513,0.942478,300,0,0,63810,0,0,0,0,0),(113772,26557,571,1,1,24133,1,2656.96,891.78,4.45811,6.21337,300,0,0,9940,0,0,0,0,0),(200141,27582,571,1,1,0,0,4600.83,-4217.67,178.654,4.04885,25,0,0,1,0,0,0,0,0),(113774,27069,571,1,1,24263,0,4506.36,5707.32,81.6039,0.767945,300,0,0,8982,0,0,0,0,0),(113900,24255,571,1,1,0,0,780.11,-4750.07,-96.1446,0.96,1,0,0,1223,2846,0,0,0,0),(113890,24255,571,1,1,0,0,768.052,-4707.01,-96.2364,0.659595,1,0,0,1223,2846,0,0,0,0),(113777,28093,571,1,1,25103,0,5530.58,5745.71,-66.6295,5.3367,300,5,0,42,0,1,0,0,0),(113778,28861,571,1,1,25735,0,6226.12,-4188.94,439.701,0.195174,300,0,0,11001,0,0,0,0,0),(113779,28093,571,1,1,25103,0,5531.72,5753.32,-69.4258,0.13189,300,5,0,42,0,1,0,0,0),(113780,28093,571,1,1,25106,0,5528.74,5748.86,-75.3708,4.78315,300,5,0,42,0,1,0,0,0),(113781,28093,571,1,1,25106,0,5528.51,5744.14,-71.6168,0.879076,300,5,0,42,0,1,0,0,0),(113782,28093,571,1,1,25103,0,5531.47,5747.94,-65.0027,0.856496,300,5,0,42,0,1,0,0,0),(113783,28093,571,1,1,25106,0,5529.13,5746.18,-72.652,3.45575,300,5,0,42,0,1,0,0,0),(113784,28093,571,1,1,25103,0,5530.8,5747.38,-72.652,5.15045,300,5,0,42,0,1,0,0,0),(113785,28093,571,1,1,25103,0,6109.32,5566.86,-39.192,3.19676,300,5,0,42,0,1,0,0,0),(113786,28093,571,1,1,25103,0,6140.18,5514.83,-57.0183,2.99057,300,5,0,42,0,1,0,0,0),(113787,28093,571,1,1,25103,0,6092.31,5514.59,-65.7565,0.101488,300,5,0,42,0,1,0,0,0),(113788,28093,571,1,1,25103,0,5593.15,5953.07,-38.8004,3.41235,300,5,0,42,0,1,0,0,0),(113789,28093,571,1,1,25103,0,5762.19,5288.75,-92.7363,4.87639,300,5,0,42,0,1,0,0,0),(113790,28093,571,1,1,25106,0,5818.76,5724.11,-60.8509,5.32677,300,5,0,42,0,1,0,0,0),(113791,28093,571,1,1,25103,0,5833.71,5828.08,-45.1768,4.7368,300,5,0,42,0,1,0,0,0),(113792,28093,571,1,1,25103,0,5729.85,5919.66,-41.0069,4.67598,300,5,0,42,0,1,0,0,0),(113793,28093,571,1,1,25106,0,5899.84,5785.49,-46.9238,6.26972,300,5,0,42,0,1,0,0,0),(113794,28093,571,1,1,25103,0,6013.74,5680.52,-49.4197,0.486154,300,5,0,42,0,1,0,0,0),(113795,28093,571,1,1,25103,0,5659.62,5910.18,-45.5921,4.72606,300,5,0,42,0,1,0,0,0),(113796,28093,571,1,1,25106,0,5657.08,5831.08,-58.7205,3.60961,300,5,0,42,0,1,0,0,0),(113797,28093,571,1,1,25106,0,6106.82,5641.66,-38.6849,2.46525,300,5,0,42,0,1,0,0,0),(113798,28093,571,1,1,25106,0,6129.64,5520.36,-59.4027,2.6502,300,5,0,42,0,1,0,0,0),(113799,28093,571,1,1,25106,0,6096.74,5503.64,-66.6315,5.33419,300,5,0,42,0,1,0,0,0),(113800,28093,571,1,1,25103,0,6134.22,5566.12,-49.9006,0.573971,300,5,0,42,0,1,0,0,0),(113801,28093,571,1,1,25103,0,6080.16,5641.13,-44.1348,5.70211,300,5,0,42,0,1,0,0,0),(113802,28093,571,1,1,25106,0,6043.36,5626.74,-54.1064,5.60363,300,5,0,42,0,1,0,0,0),(113803,28093,571,1,1,25106,0,5926.59,5592.75,-66.41,2.55296,300,5,0,42,0,1,0,0,0),(113804,28093,571,1,1,25103,0,6012.77,5674.26,-48.0057,4.02525,300,5,0,42,0,1,0,0,0),(113805,28861,571,1,1,25735,0,6268.72,-4389.41,448.335,1.43185,300,5,0,11001,0,1,0,0,0),(113806,28861,571,1,1,25735,0,6265.53,-4364.8,448.713,3.05433,300,0,0,11001,0,0,0,0,0),(113807,28861,571,1,1,25734,0,6209.2,-4381.08,448.396,0.968893,300,0,0,11001,0,0,0,0,0),(113808,28861,571,1,1,25735,0,6308.84,-4388.18,453.904,2.00835,300,5,0,11001,0,1,0,0,0),(113809,28861,571,1,1,25735,0,6360.25,-4356.26,454.642,5.93241,300,0,0,11001,0,0,0,0,0),(113810,28861,571,1,1,25734,0,6243.88,-4383.06,448.715,5.65487,300,0,0,11001,0,0,0,0,0),(113811,28861,571,1,1,25734,0,6222.88,-4368.06,448.693,0.715585,300,0,0,11001,0,0,0,0,0),(113848,24254,571,1,1,0,0,768.308,-4708.33,-96.2364,4.74813,1,0,0,1223,2846,0,0,0,0),(113847,24254,571,1,1,0,0,768.522,-4705.58,-96.2364,6.18619,1,0,0,1223,2846,0,0,0,0),(113845,24254,571,1,1,0,0,830.876,-4730.2,-96.2364,1.10181,1,0,0,1223,2846,0,0,0,0),(113816,28861,571,1,1,25735,0,6164.57,-4341.11,452.345,2.40668,300,0,0,11001,0,0,0,0,0),(113817,28861,571,1,1,25735,0,6174.81,-4197.49,439.204,0.925025,300,0,0,11001,0,0,0,0,0),(113818,28861,571,1,1,25735,0,6225.51,-4243.46,436.544,0.663225,300,0,0,11001,0,0,0,0,0),(113819,28861,571,1,1,25735,0,6247.58,-4246.01,436.891,3.12414,300,0,0,11001,0,0,0,0,0),(113820,28861,571,1,1,25735,0,6252.96,-4187,442.52,4.11898,300,0,0,11001,0,0,0,0,0),(113821,28861,571,1,1,25734,0,6156.25,-4172.92,440.993,0.629541,300,5,0,11001,0,1,0,0,0),(113822,28861,571,1,1,25734,0,6320.23,-4281.21,448.555,3.24043,300,5,0,11001,0,1,0,0,0),(113823,28861,571,1,1,25734,0,6268.46,-4217.19,449.208,6.26573,300,0,0,11001,0,0,0,0,0),(113824,28861,571,1,1,25734,0,6161.24,-4322.69,434.89,0.459256,300,5,0,11001,0,1,0,0,0),(113825,28861,571,1,1,25735,0,6185.74,-4291.29,444.453,5.39307,300,0,0,11001,0,0,0,0,0),(113826,28861,571,1,1,25734,0,6197.58,-4345.51,447.868,0.872665,300,0,0,11001,0,0,0,0,0),(113827,28861,571,1,1,25734,0,6327.64,-4098.53,464.309,3.97935,300,0,0,11001,0,0,0,0,0),(113828,28861,571,1,1,25734,0,6327.25,-4188.92,449.644,3.03162,300,0,0,11001,0,0,0,0,0),(113829,28861,571,1,1,25735,0,6405.85,-4262.9,455.581,2.24081,300,0,0,11001,0,2,0,0,0),(113830,28861,571,1,1,25734,0,6291.19,-4353.43,451.472,3.73516,300,0,0,11001,0,0,0,0,0),(113831,28861,571,1,1,25735,0,6226.21,-4130.04,447.71,4.76475,300,0,0,11001,0,0,0,0,0),(113832,28861,571,1,1,25734,0,6259.81,-4346.04,448.269,0.785398,300,0,0,11001,0,0,0,0,0),(113833,28861,571,1,1,25734,0,6241.3,-4174.64,449.069,1.65806,300,0,0,11001,0,0,0,0,0),(113834,28861,571,1,1,25735,0,6228.9,-4314.38,449.657,2.00713,300,0,0,11001,0,0,0,0,0),(113835,28861,571,1,1,25735,0,6238.97,-4343.22,447.54,1.20428,300,0,0,11001,0,0,0,0,0),(113836,28861,571,1,1,25734,0,6388.2,-4178.55,461.639,4.02958,300,0,0,11001,0,0,0,0,0),(113837,28861,571,1,1,25735,0,6324.37,-4263.61,450.763,4.10847,300,0,0,11001,0,0,0,0,0),(113838,25789,571,1,1,24849,0,2514.29,5916.82,-26.0048,3.4872,300,5,0,46455,0,1,0,0,0),(113839,29885,571,1,1,26123,1,6929.4,-1315.77,831.346,1.46608,300,0,0,60875,11679,0,0,0,0),(113840,26558,571,1,1,24146,1,783.153,-2816.35,4.82594,4.69494,300,0,0,9940,0,0,0,0,0),(113841,27326,571,1,1,19595,0,3455.73,-2801.7,202.61,5.63741,300,0,0,4979,0,0,0,0,0),(113842,27070,571,1,1,24292,0,3416.55,-2754.89,199.408,0.907571,300,0,0,8982,0,0,0,0,0),(113843,23998,571,1,1,21968,0,1717.78,-6088.73,8.20561,3.12005,300,0,0,7984,0,0,0,0,0),(113844,24254,571,1,1,0,0,830.378,-4729.32,-96.2364,3.11986,1,0,0,1223,2846,0,0,0,0),(113850,28862,571,1,1,23504,0,6299.99,5962.49,82.422,4.24874,300,5,0,12175,3893,1,0,0,0),(113851,28862,571,1,1,23504,0,5930.18,5995.01,61.6293,5.86585,300,5,0,12175,3893,1,0,0,0),(113852,28862,571,1,1,23504,0,6037.71,5870.72,75.3521,2.95306,300,5,0,12175,3893,1,0,0,0),(113853,28862,571,1,1,23504,0,5979.67,5940.8,53.4078,5.226,300,5,0,12175,3893,1,0,0,0),(113854,28862,571,1,1,23504,0,6070.25,5928.49,54.9436,4.8199,300,5,0,12175,3893,1,0,0,0),(113855,28862,571,1,1,23504,0,5964.72,5904.16,62.8902,0.972795,300,5,0,12175,3893,1,0,0,0),(113856,28862,571,1,1,23504,0,6123.01,5921.66,55.6287,2.17972,300,5,0,12175,3893,1,0,0,0),(113857,28862,571,1,1,23504,0,6350.24,5755.61,47.6621,2.18662,300,5,0,12175,3893,1,0,0,0),(113858,28862,571,1,1,23504,0,6402.68,5607.87,57.7567,2.24527,300,5,0,12175,3893,1,0,0,0),(113859,28862,571,1,1,23504,0,6438.34,5581.51,57.8309,1.71684,300,5,0,12175,3893,1,0,0,0),(113860,28862,571,1,1,23504,0,6384.76,5573.41,74.9397,4.45575,300,5,0,12175,3893,1,0,0,0),(113861,28862,571,1,1,23504,0,6282.09,5848.88,48.1173,1.30032,300,5,0,12175,3893,1,0,0,0),(113862,28862,571,1,1,23504,0,6306.58,5828.18,50.1238,1.23546,300,5,0,12175,3893,1,0,0,0),(113863,28862,571,1,1,23504,0,6119.07,5865.8,54.4979,5.55857,300,5,0,12175,3893,1,0,0,0),(113864,28862,571,1,1,23504,0,6243.43,5917.52,57.6143,1.88608,300,5,0,12175,3893,1,0,0,0),(113865,28862,571,1,1,23504,0,6041.82,5899.2,75.3025,3.63002,300,5,0,12175,3893,1,0,0,0),(113866,28862,571,1,1,23504,0,6180.09,5825.17,49.7328,2.06682,300,5,0,12175,3893,1,0,0,0),(113867,28862,571,1,1,23504,0,6249.34,5774.65,46.1218,4.49893,300,5,0,12175,3893,1,0,0,0),(113868,28862,571,1,1,23504,0,6248.35,5816.78,46.694,3.73954,300,5,0,12175,3893,1,0,0,0),(113869,28862,571,1,1,23504,0,6317.48,5624.47,76.7099,-3.02694,300,0,0,12175,3893,0,0,0,0),(113812,24253,571,1,1,0,0,767.984,-4716.78,-96.0611,5.98648,1,0,0,1223,2846,0,0,0,0),(113776,24253,571,1,1,0,0,768.236,-4706.83,-96.2364,1.5737,1,0,0,1223,2846,0,0,0,0),(113872,26814,571,1,1,22354,0,4905.26,-4758.71,27.3164,2.37365,300,0,0,69860,0,0,0,0,0),(113873,29374,571,1,1,26220,1,7777.73,-2.98633,1009.43,3.78736,300,0,0,9416,8459,0,0,0,0),(113874,29374,571,1,1,26220,1,7797.96,19.6732,1009.79,1.93731,300,0,0,9416,8459,0,0,0,0),(113875,29374,571,1,1,26220,1,7760.89,45.8601,1009.79,4.38078,300,0,0,9416,8459,0,0,0,0),(113876,29374,571,1,1,26220,1,7737.1,62.4975,1009.5,1.64061,300,0,0,9416,8459,0,0,0,0),(113877,29374,571,1,1,26220,1,8027.76,-64.8761,879.16,4.69494,300,0,0,9416,8459,0,0,0,0),(113878,29374,571,1,1,26220,1,7927.95,-24.7694,959.864,1.48353,300,0,0,9416,8459,0,0,0,0),(113879,29374,571,1,1,26220,1,7985.95,13.2092,961.636,4.83456,300,0,0,9416,8459,0,0,0,0),(113880,29374,571,1,1,26220,1,8175.39,142.911,898.024,5.53269,300,0,0,9416,8459,0,0,0,0),(113881,29374,571,1,1,26220,1,8187.4,75.8528,899.241,3.50811,300,0,0,9416,8459,0,0,0,0),(113882,28863,571,1,1,23349,0,5762.58,-3503.94,384.381,2.07694,300,0,0,45516,11175,0,0,0,0),(113883,28863,571,1,1,23349,0,5783.36,-3632.48,387.94,4.72984,300,0,0,45516,11175,0,0,0,0),(113884,29631,571,1,1,26394,1,5850.81,471.807,639.872,1.93731,300,0,0,10635,0,0,0,0,0),(113885,26559,571,1,1,19595,0,4244,-2025.03,237.439,1.74533,300,0,0,4979,0,0,0,0,0),(113886,28095,571,1,1,25380,1,5063.25,4727.75,-132.243,3.00197,300,0,0,58850,0,0,0,0,0),(113775,24253,571,1,1,0,0,831.667,-4729.13,-96.2364,2.22215,1,0,0,1223,2846,0,0,0,0),(113888,28863,571,1,1,23348,0,5769.14,-3640.89,386.87,5.37561,300,0,0,45516,11175,0,0,0,0),(113889,28863,571,1,1,23349,0,5745.53,-3502.97,384.54,1.25664,300,0,0,45516,11175,0,0,0,0),(113815,24253,571,1,1,0,0,807.48,-4695.77,-96.1446,4.62,1,0,0,1223,2846,0,0,0,0),(113891,25791,571,1,1,22003,0,3976.69,5119.42,-1.38501,6.22117,300,9,0,8982,0,1,0,0,0),(113892,25791,571,1,1,22003,0,3809.73,5116.8,-1.38499,4.72199,300,9,0,8982,0,1,0,0,0),(113893,25791,571,1,1,22003,0,3864.05,5273.21,13.1652,3.48824,300,9,0,8982,0,1,0,0,0),(113894,25791,571,1,1,22003,0,3603.77,5075.25,13.0664,2.13138,300,9,0,8982,0,1,0,0,0),(113895,25791,571,1,1,22003,0,3625.01,5059.44,13.1316,3.12345,300,9,0,8982,0,1,0,0,0),(113896,25791,571,1,1,22003,0,3754.55,5075.62,-1.42397,4.12593,300,9,0,8982,0,1,0,0,0),(113897,25791,571,1,1,22003,0,3810.75,5049.54,-1.38499,3.87231,300,9,0,8982,0,1,0,0,0),(113898,25791,571,1,1,22003,0,3479.41,4940.81,12.743,5.77494,300,9,0,8982,0,1,0,0,0),(113899,26815,571,1,1,24046,1,2847.59,1833.02,139.577,5.94785,300,0,0,9610,9927,2,0,0,0),(113814,24253,571,1,1,0,0,822.87,-4742.58,-96.1446,2.46,1,0,0,1223,2846,0,0,0,0),(113901,25791,571,1,1,22003,0,3555.44,5088.51,13.1316,0.025435,300,9,0,8982,0,1,0,0,0),(113902,25791,571,1,1,22003,0,3751.76,5079.05,-1.42397,0.821046,300,9,0,8982,0,1,0,0,0),(113903,25791,571,1,1,22003,0,3771.04,5050.68,-1.38499,1.99817,300,9,0,8982,0,1,0,0,0),(113904,25791,571,1,1,22003,0,3718.35,5044.81,-1.50273,2.82974,300,9,0,8982,0,1,0,0,0),(113905,25791,571,1,1,22003,0,3802.89,4979.55,-1.38499,4.05439,300,9,0,8982,0,1,0,0,0),(113906,25791,571,1,1,22003,0,3452.24,5121.28,13.1625,3.96848,300,9,0,8982,0,1,0,0,0),(113907,27071,571,1,1,24279,1,3401.92,-2791.1,201.604,0.017453,300,0,0,7181,0,0,0,0,0),(113908,25791,571,1,1,22003,0,3912.53,5107.84,-1.385,1.98614,300,9,0,8982,0,1,0,0,0),(113909,25791,571,1,1,22003,0,3857.18,5085.53,-1.385,3.94797,300,9,0,8982,0,1,0,0,0),(113910,25791,571,1,1,22003,0,3576.9,5048.94,13.7766,-1.78362,300,9,0,8982,0,1,0,0,0),(113911,25791,571,1,1,22003,0,3566.13,4911.09,-1.41358,0.864652,300,9,0,8982,0,1,0,0,0),(113912,25791,571,1,1,22003,0,3452.53,4916.06,12.8399,2.47301,300,9,0,8982,0,1,0,0,0),(113913,25791,571,1,1,22003,0,3349.37,5149.15,13.1625,2.47264,300,9,0,8982,0,1,0,0,0),(113914,25791,571,1,1,22003,0,3375.44,5124.79,13.1625,1.35654,300,9,0,8982,0,1,0,0,0),(113915,25791,571,1,1,22003,0,3382.56,5168.13,13.1162,3.14752,300,9,0,8982,0,1,0,0,0),(113916,25791,571,1,1,22003,0,3407.13,5139.36,13.1616,2.28982,300,9,0,8982,0,1,0,0,0),(113917,25791,571,1,1,22003,0,3485.71,4885.23,12.8399,5.04314,300,9,0,8982,0,1,0,0,0),(113918,25791,571,1,1,22003,0,3757.59,5021.77,-1.44055,0.165491,300,9,0,8982,0,1,0,0,0),(113919,25791,571,1,1,22003,0,3508.86,4919.58,12.8199,5.58897,300,9,0,8982,0,1,0,0,0),(113920,25791,571,1,1,22003,0,3978.48,5116.84,-1.38501,5.37163,300,9,0,8982,0,1,0,0,0),(113921,25791,571,1,1,22003,0,3846.79,4986.3,-1.38499,2.78629,300,9,0,8982,0,1,0,0,0),(113922,25791,571,1,1,22003,0,3516.75,5043.35,-1.38501,4.75106,300,9,0,8982,0,1,0,0,0),(113923,25791,571,1,1,22003,0,3582.41,5057.83,13.0119,4.64282,300,9,0,8982,0,1,0,0,0),(113924,25791,571,1,1,22003,0,3481.85,5013.07,-1.42869,3.95388,300,9,0,8982,0,1,0,0,0),(113925,25791,571,1,1,22003,0,3543.69,5014.11,-1.41619,3.73533,300,9,0,8982,0,1,0,0,0),(113926,25791,571,1,1,22003,0,3535.02,4970.65,-1.39869,-0.795714,300,9,0,8982,0,1,0,0,0),(113927,25791,571,1,1,22003,0,3382.37,5042.32,13.1372,6.27829,300,9,0,8982,0,1,0,0,0),(113928,25791,571,1,1,22003,0,3437.79,5047.14,-1.43524,2.94299,300,9,0,8982,0,1,0,0,0),(113929,25791,571,1,1,22003,0,3320.26,5046.98,13.1596,4.98887,300,9,0,8982,0,1,0,0,0),(113930,25791,571,1,1,22003,0,3354.3,5029.25,13.051,2.57204,300,9,0,8982,0,1,0,0,0),(113931,25791,571,1,1,22003,0,3350.79,5083.72,13.1625,1.7416,300,9,0,8982,0,1,0,0,0),(113932,29375,571,1,1,27092,1,7286.45,-3148.94,837.57,0.117845,300,5,0,50400,0,1,0,0,0),(113933,29375,571,1,1,27092,1,7266.46,-3098.71,837.577,3.88386,300,5,0,50400,0,1,0,0,0),(113934,29375,571,1,1,27092,1,7383.89,-3080.81,837.534,0.287413,300,5,0,50400,0,1,0,0,0),(113935,29375,571,1,1,27092,1,7523.4,-3139.71,837.561,0.262803,300,5,0,50400,0,1,0,0,0),(113936,29375,571,1,1,27092,1,7233.65,-3437.45,838.956,2.6529,300,0,0,50400,0,0,0,0,0),(113937,29375,571,1,1,27092,1,7181,-3349.72,848.463,1.09956,300,0,0,50400,0,0,0,0,0),(113938,29375,571,1,1,27092,1,7249.36,-3216.14,837.577,5.47195,300,5,0,50400,0,1,0,0,0),(113939,29375,571,1,1,27092,1,7435.02,-3179.88,837.566,0.104582,300,5,0,50400,0,1,0,0,0),(113940,26816,571,1,1,0,1,3070.5,368.907,83.9868,5.77704,300,0,0,7432,7332,0,0,0,0),(113943,26816,571,1,1,0,1,3056.5,1400.06,122.912,5.2709,300,0,0,7432,7332,0,0,0,0),(113944,26816,571,1,1,0,1,3068.94,1405.19,125.748,4.90438,300,0,0,7432,7332,0,0,0,0),(113945,26816,571,1,1,0,1,3061.04,1356.64,127.68,5.0091,300,0,0,7432,7332,0,0,0,0),(113946,27072,571,1,1,24270,1,3434.49,-2767.34,200.544,0.610865,300,0,0,9291,0,0,0,0,0),(113947,27072,571,1,1,24268,1,3485.77,-2781.24,199.319,5.46288,300,0,0,9291,0,0,0,0,0),(113948,27072,571,1,1,24270,1,3411.43,-2832.31,201.331,4.91899,300,0,0,9291,0,2,0,0,0),(113949,24768,571,1,1,22632,1,413.091,-4642.78,243.757,0.497262,300,0,0,8982,0,2,0,0,0),(113950,24256,571,1,1,22229,0,2633.84,-4355.65,276.804,1.81514,300,0,0,8982,3155,0,0,0,0),(113951,26816,571,1,1,0,1,2952.73,609.329,90.4883,2.54818,300,0,0,7432,7332,0,0,0,0),(113952,29376,571,1,1,25953,1,8086.14,-301.367,863.713,2.04204,300,0,0,11770,0,0,0,0,0),(113953,26816,571,1,1,0,1,3036.08,1440.35,123.499,0.802851,300,0,0,7432,7332,0,0,0,0),(113954,26816,571,1,1,0,1,3100.05,1367.7,136.657,5.32325,300,0,0,7432,7332,0,0,0,0),(113955,26816,571,1,1,0,1,3046.42,1424,127.276,2.1293,300,0,0,7432,7332,0,0,0,0),(113956,27072,571,1,1,24269,1,3440.9,-2776.12,200.595,0.680678,300,0,0,9291,0,0,0,0,0),(113957,27072,571,1,1,24268,1,3408.48,-2843.91,201.111,4.86947,300,0,0,9291,0,0,0,0,0),(113958,27072,571,1,1,24269,1,3364.24,-2815.69,198.309,3.45575,300,0,0,9291,0,0,0,0,0),(113959,27072,571,1,1,24270,1,3426.98,-2779.06,202.64,1.42,300,0,0,9291,0,2,0,0,0),(113960,27072,571,1,1,24268,1,3482.87,-2790.27,200.169,6.02139,300,0,0,9291,0,0,0,0,0),(113961,27072,571,1,1,24271,1,3418.09,-2842.32,201.709,4.62512,300,0,0,9291,0,0,0,0,0),(113962,27072,571,1,1,24268,1,3403.41,-2749.43,199.3,4.65376,300,0,0,9291,0,2,0,0,0),(113963,23744,571,1,1,21718,0,2612.56,-5250.98,371.856,4.12439,300,0,0,9291,0,0,0,0,0),(113964,26816,571,1,1,0,1,2978.44,626.908,81.8588,1.41372,300,0,0,7432,7332,0,0,0,0),(113965,26816,571,1,1,0,1,3059.35,365.662,84.0747,5.70723,300,0,0,7432,7332,0,0,0,0),(113966,26816,571,1,1,0,1,3264.86,570.188,81.9993,0.174533,300,0,0,7432,7332,0,0,0,0),(113967,26816,571,1,1,0,1,2977.94,609.54,84.4575,1.64061,300,0,0,7432,7332,0,0,0,0),(113968,26816,571,1,1,0,1,2949.2,626.654,80.0708,2.28638,300,0,0,7432,7332,0,0,0,0),(113969,26816,571,1,1,0,1,2962.05,630.952,76.6998,1.50098,300,0,0,7432,7332,0,0,0,0),(113970,26816,571,1,1,0,1,2950.74,599.597,89.55,2.63545,300,0,0,7432,7332,0,0,0,0),(113971,23744,571,1,1,21718,0,2563.65,-5449.95,327.002,5.79545,300,0,0,9291,0,0,0,0,0),(113972,23744,571,1,1,21718,0,2513.54,-5423.33,312.102,2.66065,300,0,0,9291,0,0,0,0,0),(113973,26816,571,1,1,0,1,3041.32,497.044,21.6799,3.68265,300,0,0,7432,7332,0,0,0,0),(113974,28096,571,1,1,809,0,5234.52,4153.57,-86.8308,2.34075,300,0,0,11001,0,0,0,0,0),(113975,28096,571,1,1,809,0,5234.97,4341.79,-97.7358,1.37923,300,0,0,11001,0,0,0,0,0),(113976,28096,571,1,1,809,0,5189.31,4238.12,-96.0386,1.77739,300,0,0,11001,0,0,0,0,0),(113977,28096,571,1,1,809,0,5183.48,4130.31,-80.9349,0.394201,300,0,0,11001,0,0,0,0,0),(113978,28096,571,1,1,809,0,5186.8,4240.51,-96.174,1.06126,300,0,0,11001,0,0,0,0,0),(113979,28096,571,1,1,809,0,5155.32,4040.78,-60.8399,1.08281,300,5,0,11001,0,1,0,0,0),(113980,28096,571,1,1,809,0,5139.75,4055.69,-62.3399,5.11081,300,5,0,11001,0,1,0,0,0),(113981,28096,571,1,1,809,0,5157.91,3988.27,-61.7541,5.67444,300,5,0,11001,0,1,0,0,0),(113982,28096,571,1,1,809,0,5209.32,4185.85,-92.5162,2.39031,300,0,0,11001,0,0,0,0,0),(113983,28096,571,1,1,809,0,5183.86,3976.66,-60.4579,1.16869,300,5,0,11001,0,1,0,0,0),(113984,28096,571,1,1,809,0,5185.96,4029.04,-57.6014,1.11648,300,0,0,11001,0,0,0,0,0),(113985,28096,571,1,1,809,0,5135.57,4003.82,-61.5899,0.531593,300,5,0,11001,0,1,0,0,0),(113986,28096,571,1,1,809,0,5364.17,4414.95,-132.289,1.40004,300,5,0,11001,0,1,0,0,0),(113987,28096,571,1,1,809,0,5314.14,4359.14,-114.031,0.652676,300,5,0,11001,0,1,0,0,0),(113988,28096,571,1,1,809,0,5348.05,4358.48,-126.571,4.07532,300,5,0,11001,0,1,0,0,0),(113989,28096,571,1,1,809,0,5215.8,3883.85,-43.0027,1.38221,300,5,0,11001,0,1,0,0,0),(113990,28096,571,1,1,809,0,5256.05,3863.59,-54.2733,1.23788,300,5,0,11001,0,1,0,0,0),(113991,28096,571,1,1,809,0,5227.07,3953.88,-55.0194,3.65898,300,5,0,11001,0,1,0,0,0),(113992,28096,571,1,1,809,0,5208.86,3840.5,-27.3712,5.9602,300,5,0,11001,0,1,0,0,0),(113993,28096,571,1,1,809,0,5125.52,3891.78,-7.19431,3.20067,300,5,0,11001,0,1,0,0,0),(113994,28096,571,1,1,809,0,5237.93,4345.03,-97.8687,2.5864,300,0,0,11001,0,0,0,0,0),(113995,26816,571,1,1,0,1,3082.24,582.734,21.4013,5.89921,300,0,0,7432,7332,0,0,0,0),(113996,26816,571,1,1,0,1,3086.19,577.205,20.9076,1.79769,300,0,0,7432,7332,0,0,0,0),(113997,26816,571,1,1,0,1,3086.49,585.346,23.8274,4.4855,300,0,0,7432,7332,0,0,0,0),(113998,26816,571,1,1,0,1,3115.13,576.529,21.0499,1.15192,300,0,0,7432,7332,0,0,0,0),(113999,26816,571,1,1,0,1,3118.95,582.729,21.4441,3.56047,300,0,0,7432,7332,0,0,0,0),(114000,26816,571,1,1,0,1,3081.97,579.056,21.047,0.401426,300,0,0,7432,7332,0,0,0,0),(114001,26816,571,1,1,0,1,3115.55,584.31,21.5433,4.76475,300,0,0,7432,7332,0,0,0,0),(114002,26816,571,1,1,0,1,3053.24,469.327,21.5433,0.558505,300,0,0,7432,7332,0,0,0,0),(114003,26816,571,1,1,0,1,3060,469.502,21.5433,2.68781,300,0,0,7432,7332,0,0,0,0),(114004,26816,571,1,1,0,1,3059.13,473.513,21.5433,3.94444,300,0,0,7432,7332,0,0,0,0),(114005,26816,571,1,1,0,1,3056.69,466.909,21.5433,1.65806,300,0,0,7432,7332,0,0,0,0),(114006,26816,571,1,1,0,1,3046.72,363.543,86.7459,4.97419,300,0,0,7432,7332,0,0,0,0),(114007,26816,571,1,1,0,1,3048.88,380.023,72.1832,5.93412,300,0,0,7432,7332,0,0,0,0),(114008,26816,571,1,1,0,1,3268.18,593.339,67.798,0.645772,300,0,0,7432,7332,0,0,0,0),(114009,26816,571,1,1,0,1,3247.04,589.839,66.887,0.558505,300,0,0,7432,7332,0,0,0,0),(114010,26816,571,1,1,0,1,3267.62,580.672,67.5588,0.139626,300,0,0,7432,7332,0,0,0,0),(114011,26816,571,1,1,0,1,3183.25,2315.09,4.46929,4.08431,300,0,0,7432,7332,0,0,0,0),(114012,26816,571,1,1,0,1,3071.34,2215.6,7.40224,0,300,0,0,7432,7332,0,0,0,0),(114013,26816,571,1,1,0,1,3082.9,2203.76,7.40223,1.55334,300,0,0,7432,7332,0,0,0,0),(114014,26816,571,1,1,0,1,3180.74,2279.92,3.53779,0.407995,300,0,0,7432,7332,0,0,0,0),(114015,26816,571,1,1,0,1,3181.69,2282.44,3.03779,4.9106,300,0,0,7432,7332,0,0,0,0),(114016,26816,571,1,1,0,1,3206.3,2210.98,61.8442,2.07694,300,0,0,7432,7332,0,0,0,0),(114017,26816,571,1,1,0,1,3211.02,2226.85,61.8442,3.63029,300,0,0,7432,7332,0,0,0,0),(114018,26816,571,1,1,0,1,3195.03,2231.68,61.8442,5.21853,300,0,0,7432,7332,0,0,0,0),(114019,26816,571,1,1,0,1,3190.16,2215.81,61.8442,0.488692,300,0,0,7432,7332,0,0,0,0),(114020,26816,571,1,1,0,1,3239.48,593.448,90.9142,0.750492,300,0,0,7432,7332,0,0,0,0),(114026,26816,571,1,1,0,1,3151.55,2172.85,9.27157,1.16882,300,0,0,7432,7332,0,0,0,0),(114027,26816,571,1,1,0,1,3148.14,2244.39,5.033,1.32511,300,0,0,7432,7332,0,0,0,0),(114028,26816,571,1,1,0,1,3149.81,2204.72,8.09471,5.05468,300,0,0,7432,7332,0,0,0,0),(114029,26816,571,1,1,0,1,3221.8,423.405,84.3231,5.72468,300,0,0,7432,7332,0,0,0,0),(114030,26816,571,1,1,0,1,3256.03,390.327,73.3818,5.35816,300,0,0,7432,7332,0,0,0,0),(114031,26816,571,1,1,0,1,3094.84,2215.25,7.40223,3.12414,300,0,0,7432,7332,0,0,0,0),(114032,26816,571,1,1,0,1,3083.45,2227.15,7.40224,4.67748,300,0,0,7432,7332,0,0,0,0),(114033,26816,571,1,1,0,1,3111.75,2150.37,20.0883,5.19501,300,0,0,7432,7332,0,0,0,0),(114034,26816,571,1,1,0,1,3151.1,505.656,21.2514,5.96903,300,0,0,7432,7332,0,0,0,0),(114035,26816,571,1,1,0,1,3159.03,506.489,21.2949,3.89208,300,0,0,7432,7332,0,0,0,0),(114036,26816,571,1,1,0,1,3158.05,501.551,21.0481,2.30383,300,0,0,7432,7332,0,0,0,0),(114037,26816,571,1,1,0,1,3155.14,508.81,21.5508,4.62512,300,0,0,7432,7332,0,0,0,0),(114038,26816,571,1,1,0,1,3118.89,578.648,21.0619,2.51327,300,0,0,7432,7332,0,0,0,0),(114039,26816,571,1,1,0,1,3140.28,473.652,21.1567,1.53589,300,0,0,7432,7332,0,0,0,0),(114040,26816,571,1,1,0,1,3143.89,476.128,21.0977,2.94961,300,0,0,7432,7332,0,0,0,0),(114041,26816,571,1,1,0,1,3136.74,475.965,21.0399,0.541052,300,0,0,7432,7332,0,0,0,0),(114042,26816,571,1,1,0,1,3137.36,480.272,20.9286,5.65487,300,0,0,7432,7332,0,0,0,0),(114043,26816,571,1,1,0,1,3141.67,2131.59,24.4828,2.33874,300,0,0,7432,7332,0,0,0,0),(57170,25792,571,1,1,23362,0,3439.64,5013.76,-1.50975,5.75157,300,9,0,8982,0,1,0,0,0),(57169,25792,571,1,1,23362,0,3563.69,4921.62,-1.50651,3.09508,300,9,0,8982,0,1,0,0,0),(57167,25792,571,1,1,23362,0,3414.85,5168.43,13.0376,2.80842,300,9,0,8982,0,1,0,0,0),(57166,25792,571,1,1,23362,0,3510.92,4938.53,12.7993,2.44714,300,9,0,8982,0,1,0,0,0),(114048,26816,571,1,1,0,1,3100.8,2100.8,14.9514,3.43003,300,0,0,7432,7332,0,0,0,0),(114049,26816,571,1,1,0,1,3239.05,417.948,69.913,5.32325,300,0,0,7432,7332,0,0,0,0),(114050,26816,571,1,1,0,1,3230.92,412.085,76.5004,5.3058,300,0,0,7432,7332,0,0,0,0),(114051,26816,571,1,1,0,1,3027.27,547.085,61.787,4.95674,300,0,0,7432,7332,0,0,0,0),(114052,26816,571,1,1,0,1,3037.92,540.308,61.787,3.36848,300,0,0,7432,7332,0,0,0,0),(114053,23744,571,1,1,21718,0,2733.71,-5163.48,411.17,3.27296,300,0,0,9291,0,0,0,0,0),(114054,26816,571,1,1,0,1,3202.96,2117.48,22.0965,3.45575,300,0,0,7432,7332,0,0,0,0),(114055,26816,571,1,1,0,1,3180.47,2110.45,22.0965,0.331613,300,0,0,7432,7332,0,0,0,0),(114056,26816,571,1,1,0,1,3136.46,579.853,60.2135,5.70723,300,0,0,7432,7332,0,0,0,0),(114057,26816,571,1,1,0,1,3148.74,582.276,60.2135,4.10152,300,0,0,7432,7332,0,0,0,0),(114058,26816,571,1,1,0,1,3151.29,570.242,60.2135,2.54818,300,0,0,7432,7332,0,0,0,0),(114059,26816,571,1,1,0,1,3139.08,567.827,60.2135,0.994838,300,0,0,7432,7332,0,0,0,0),(114060,26816,571,1,1,0,1,3095.49,459.75,75.3311,5.42797,300,0,0,7432,7332,0,0,0,0),(114061,26816,571,1,1,0,1,3094.53,447.316,75.3311,0.698132,300,0,0,7432,7332,0,0,0,0),(114062,26816,571,1,1,0,1,3108.26,458.572,75.3311,3.80482,300,0,0,7432,7332,0,0,0,0),(114063,26816,571,1,1,0,1,3107.13,446.218,75.3311,2.26893,300,0,0,7432,7332,0,0,0,0),(114064,26816,571,1,1,0,1,3188.32,2125.18,22.0965,5.0091,300,0,0,7432,7332,0,0,0,0),(114065,26816,571,1,1,0,1,2873.91,1819.51,134.951,6.06307,300,0,0,7432,7332,0,0,0,0),(114069,26816,571,1,1,0,1,3259.28,408.34,87.4392,5.09636,300,0,0,7432,7332,0,0,0,0),(114071,23744,571,1,1,21718,0,2656.22,-5387.71,368.327,2.93895,300,0,0,9291,0,0,0,0,0),(114072,23744,571,1,1,21718,0,2699.86,-5507.42,383.684,3.78919,300,10,0,9291,0,1,0,0,0),(114073,26816,571,1,1,0,1,3103.91,2074.72,22.1123,0,300,0,0,7432,7332,0,0,0,0),(114074,26816,571,1,1,0,1,3195.16,2102.82,22.0965,1.8675,300,0,0,7432,7332,0,0,0,0),(114076,29376,571,1,1,25953,1,7314.27,-467.079,813.076,4.71396,300,5,0,11770,0,1,0,0,0),(114077,27328,571,1,1,24555,0,4674.59,-3873.32,330.667,1.48353,0,0,0,16451,13864,0,0,0,0),(57165,25792,571,1,1,23362,0,3582.39,4906.63,-1.52053,5.25101,300,9,0,8982,0,1,0,0,0),(57164,25792,571,1,1,23362,0,3569.54,4837.74,-1.5065,2.14476,300,9,0,8982,0,1,0,0,0),(114096,25792,571,1,1,23362,0,3496.18,4869.16,12.8523,0.607883,300,9,0,8982,0,1,0,0,0),(114095,25792,571,1,1,23362,0,3437.64,4918.43,12.8399,4.56766,300,9,0,8982,0,1,0,0,0),(114082,28352,571,1,1,19595,0,5481.72,-3262.09,293.041,4.83456,300,0,0,4979,0,0,0,0,0),(114094,25792,571,1,1,23362,0,3523.96,4800.51,-1.50962,0.0818774,300,9,0,8982,0,1,0,0,0),(114084,28352,571,1,1,19595,0,5337.91,-3274.15,279.63,5.81195,300,0,0,4979,0,0,0,0,0),(114085,28352,571,1,1,19595,0,5352.01,-3409.56,299.633,4.27606,300,0,0,4979,0,0,0,0,0),(114086,28352,571,1,1,19595,0,5420.95,-3357.57,299.633,0.663225,300,0,0,4979,0,0,0,0,0),(114087,28352,571,1,1,19595,0,5383.04,-3266.98,297.58,5.61996,300,0,0,4979,0,0,0,0,0),(114088,28352,571,1,1,19595,0,5450.96,-3230.41,293.11,2.89725,300,0,0,4979,0,0,0,0,0),(114090,28352,571,1,1,19595,0,5302.64,-3341.58,295.657,2.23402,300,0,0,4979,0,0,0,0,0),(114091,28352,571,1,1,19595,0,5337.66,-3335.49,297.706,0.523599,300,0,0,4979,0,0,0,0,0),(114083,25792,571,1,1,23362,0,3390,5076.04,13.0799,1.87944,300,9,0,8982,0,1,0,0,0),(114081,25792,571,1,1,23362,0,3417.46,5157.91,13.0374,3.33072,300,9,0,8982,0,1,0,0,0),(114080,25792,571,1,1,23362,0,3326.94,5083.59,13.1342,3.84797,300,9,0,8982,0,1,0,0,0),(114097,29376,571,1,1,25953,1,8211.71,-294.604,1000.58,0.401426,300,0,0,11770,0,0,0,0,0),(114098,29376,571,1,1,25953,1,8091.84,-399.625,964.836,2.02458,300,0,0,11770,0,0,0,0,0),(114099,29376,571,1,1,25953,1,8022.17,-408.745,934.304,0.855211,300,0,0,11770,0,0,0,0,0),(114100,29376,571,1,1,25953,1,8197.33,-324.699,969.991,5.91667,300,0,0,11770,0,0,0,0,0),(114101,29376,571,1,1,25953,1,8128.14,-258.731,926.412,5.13127,300,0,0,11770,0,0,0,0,0),(114102,29376,571,1,1,25953,1,8044.94,-257.263,847.998,6.12611,300,0,0,11770,0,0,0,0,0),(114103,29376,571,1,1,25953,1,7998.12,-291.723,847.316,4.59022,300,0,0,11770,0,0,0,0,0),(114104,29376,571,1,1,25953,1,8137.85,-367.059,1003.11,4.90438,300,0,0,11770,0,0,0,0,0),(114105,29376,571,1,1,25953,1,8004.2,-251.389,847.761,5.58505,300,0,0,11770,0,0,0,0,0),(114106,29376,571,1,1,25953,1,7980.06,-299.227,847.806,4.10152,300,0,0,11770,0,0,0,0,0),(114107,29376,571,1,1,25953,1,8176.59,-335.038,1003.87,3.05433,300,0,0,11770,0,0,0,0,0),(114108,29376,571,1,1,25953,1,8005.88,-310.477,848.469,5.55015,300,0,0,11770,0,0,0,0,0),(114109,29376,571,1,1,25953,1,8126.76,-345.946,1004.06,2.35619,300,0,0,11770,0,0,0,0,0),(114110,29376,571,1,1,25953,1,8038.34,-324.3,898.945,5.84685,300,0,0,11770,0,0,0,0,0),(114111,29376,571,1,1,25953,1,8075.78,-403.29,985.422,1.6057,300,0,0,11770,0,0,0,0,0),(114112,29376,571,1,1,25953,1,8101.07,-252.841,861.597,4.81711,300,0,0,11770,0,0,0,0,0),(114113,29376,571,1,1,25953,1,8012.09,-190.784,866.179,1.16937,300,0,0,11770,0,0,0,0,0),(114114,29376,571,1,1,25953,1,8111,-395.044,981.285,4.32842,300,0,0,11770,0,0,0,0,0),(114115,29376,571,1,1,25953,1,8165.19,-334.35,965.118,2.04204,300,0,0,11770,0,0,0,0,0),(114116,29376,571,1,1,25953,1,8027.72,-172.688,863.19,5.21853,300,0,0,11770,0,0,0,0,0),(114117,29376,571,1,1,25953,1,8021.15,-222.864,848.121,1.13446,300,0,0,11770,0,0,0,0,0),(114118,29376,571,1,1,25953,1,8021.86,-254.786,847.215,4.74729,300,0,0,11770,0,0,0,0,0),(114119,29376,571,1,1,25953,1,8032.46,-212.865,848.294,5.77704,300,0,0,11770,0,0,0,0,0),(114120,29376,571,1,1,25953,1,8007.32,-266.832,847.216,1.15192,300,0,0,11770,0,0,0,0,0),(114121,29376,571,1,1,25953,1,8034.19,-236.971,846.967,3.15905,300,0,0,11770,0,0,0,0,0),(114122,29376,571,1,1,25953,1,8026.04,-287.122,848.227,3.57792,300,0,0,11770,0,0,0,0,0),(114123,29376,571,1,1,25953,1,8094.13,-205.357,848.263,1.44862,300,0,0,11770,0,0,0,0,0),(114124,29121,571,1,1,25924,0,5629.61,4581.05,-136.876,5.96903,300,0,0,11770,0,0,0,0,0),(114125,27073,571,1,1,23018,1,4550.51,5670.13,84.4778,5.41052,300,0,0,42540,0,0,0,0,0),(114126,27073,571,1,1,23019,1,4545.85,5695.57,84.7977,0.523599,300,0,0,42540,0,0,0,0,0),(114127,27073,571,1,1,23019,1,4537.72,5720.41,84.2941,0.314159,300,0,0,42540,0,0,0,0,0),(114128,27073,571,1,1,23019,1,4493.26,5722.58,80.9317,1.76278,300,0,0,42540,0,0,0,0,0),(114129,27073,571,1,1,23007,1,4505.55,5670.73,81.9985,2.94961,300,0,0,42540,0,0,0,0,0),(114130,28865,571,1,1,25747,1,5232.97,-1325.17,242.538,5.51524,300,0,0,45516,11175,0,0,0,0),(114131,25281,571,1,1,23049,1,2341.39,5200.77,7.71538,4.36332,300,0,0,8982,0,0,0,0,0),(114132,27073,571,1,1,23007,1,4517.05,5761.65,81.5886,1.85005,300,0,0,42540,0,0,0,0,0),(114133,27073,571,1,1,23007,1,4482.61,5691.7,81.3224,4.06662,300,0,0,42540,0,0,0,0,0),(114134,27073,571,1,1,23017,1,4454.45,5723.12,80.0581,4.02999,300,0,0,42540,0,0,0,0,0),(114135,27073,571,1,1,23017,1,4456.78,5721.23,80.8081,0.861229,300,5,0,42540,0,1,0,0,0),(114136,27073,571,1,1,23007,1,4469.34,5729.52,79.2846,2.82743,300,0,0,42540,0,0,0,0,0),(114137,23745,571,1,1,21719,1,3858.8,-1946.71,208.33,1.8675,300,0,0,4890,0,0,0,0,0),(114138,27073,571,1,1,23007,1,4524.24,5741.68,76.0454,6.10865,300,0,0,42540,0,0,0,0,0),(114140,28097,571,1,1,26618,0,5044.78,4728.17,-131.206,6.26573,300,0,0,11001,0,0,0,0,0),(1975207,33282,603,3,3,0,0,589.923,-133.622,391.897,5.06733,300,0,0,12600,0,0,0,0,0),(114144,27329,571,1,1,10271,0,4240.65,-1139.22,155.313,5.06176,300,0,0,9291,0,0,0,0,0),(114145,27329,571,1,1,10271,0,4120.57,-1305.19,167.583,5.08075,300,0,0,9291,0,2,0,0,0),(114146,27329,571,1,1,10271,0,4180.14,-1285.19,163.378,3.39284,300,0,0,9291,0,2,0,0,0),(114147,27329,571,1,1,10271,0,4088.28,-1154.73,131.216,4.07397,300,0,0,9291,0,2,0,0,0),(114148,27329,571,1,1,10271,0,4154.75,-1283.17,165.623,1.47522,300,0,0,9291,0,0,0,0,0),(114149,27329,571,1,1,10271,0,4153.2,-1287.83,165.622,2.25802,300,0,0,9291,0,0,0,0,0),(114150,27329,571,1,1,10271,0,4037.26,-1222.83,133.635,4.69337,300,0,0,9291,0,2,0,0,0),(114151,27329,571,1,1,10271,0,4035.91,-1141.73,131.451,5.09936,300,0,0,9291,0,2,0,0,0),(114152,27329,571,1,1,10271,0,4203.1,-1174.58,150.138,1.09552,300,0,0,9291,0,2,0,0,0),(114153,27329,571,1,1,10271,0,4255.38,-1238.8,149.947,5.25748,300,5,0,9291,0,1,0,0,0),(114154,27329,571,1,1,10271,0,4133.11,-1115.61,144.225,0.021481,300,5,0,9291,0,1,0,0,0),(114155,27329,571,1,1,10271,0,4004.03,-1318.24,136.01,1.35425,300,0,0,9291,0,2,0,0,0),(114156,28865,571,1,1,25746,1,5196.21,-1300.06,244.831,2.32129,300,0,0,45516,11175,0,0,0,0),(114157,28865,571,1,1,25747,1,5225.56,-1333.75,242.604,5.89921,300,0,0,45516,11175,0,0,0,0),(114162,25793,571,1,1,27578,0,3890.81,5275.84,13.1652,0.904045,300,5,0,8982,0,1,0,0,0),(114159,28865,571,1,1,25580,1,5209.98,-1303.6,242.515,5.42177,300,0,0,45516,11175,0,0,0,0),(114161,25793,571,1,1,27578,0,3987.2,5215.11,13.1652,5.48904,300,5,0,8982,0,1,0,0,0),(114160,25793,571,1,1,27578,0,3773.99,5034.26,-1.38499,0.900169,300,5,0,8982,0,1,0,0,0),(114158,25793,571,1,1,27578,0,3746.4,5065.33,-1.49838,3.06535,300,5,0,8982,0,1,0,0,0),(28647,17148,530,1,1,0,1,-2866.9,80.8387,80.7994,5.654,300,0,0,5914,0,0,0,0,0),(114166,29377,571,1,1,26213,1,8440.84,-35.5493,792.917,1.66371,300,0,0,11770,0,0,0,0,0),(114167,29377,571,1,1,26213,1,8388.19,-79.5435,809.335,4.36847,300,0,0,11770,0,0,0,0,0),(114168,29377,571,1,1,26213,1,8494.02,-61.8749,788.483,0.145074,300,0,0,11770,0,0,0,0,0),(114169,29377,571,1,1,26213,1,8485.15,-40.0871,788.482,5.58277,300,0,0,11770,0,0,0,0,0),(114170,29377,571,1,1,26213,1,8360.98,-123.432,822.673,2.06606,300,0,0,11770,0,0,0,0,0),(114171,29377,571,1,1,26213,1,8476.82,-88.7241,791.232,4.95028,300,0,0,11770,0,0,0,0,0),(114172,29377,571,1,1,26213,1,8406.44,-74.3718,802.809,5.33901,300,0,0,11770,0,0,0,0,0),(114173,29377,571,1,1,26213,1,8368.68,-123.159,820.904,5.69939,300,0,0,11770,0,0,0,0,0),(114174,29377,571,1,1,26213,1,8467.61,189.809,791.984,0.000148,300,0,0,11770,0,0,0,0,0),(114175,29377,571,1,1,26213,1,8483.96,-233.1,822.68,1.53663,300,0,0,11770,0,0,0,0,0),(114176,29377,571,1,1,26213,1,8497.38,-219.183,816.094,-1.66314,300,0,0,11770,0,0,0,0,0),(114177,29377,571,1,1,26213,1,8471.19,-105.686,792.018,2.39411,300,5,0,11770,0,1,0,0,0),(114178,29377,571,1,1,26213,1,8467.82,-173.752,811.245,0.000071,300,0,0,11770,0,0,0,0,0),(114179,29377,571,1,1,26213,1,8367.07,-206.432,844.403,6.28253,300,0,0,11770,0,0,0,0,0),(114180,29377,571,1,1,26213,1,8513.87,-195.219,807.022,0,300,0,0,11770,0,0,0,0,0),(114181,29377,571,1,1,26213,1,8479.68,-126.892,796.903,0,300,0,0,11770,0,0,0,0,0),(114182,29377,571,1,1,26213,1,8403.01,-196.74,829.231,0,300,0,0,11770,0,0,0,0,0),(114183,24258,571,1,1,26101,0,822.016,-4729.01,-84.6891,1.37489,300,5,0,9610,0,1,0,0,0),(114184,27074,571,1,1,24455,0,4497.8,5696.97,81.5171,2.79253,300,0,0,8982,0,0,0,0,0),(114185,29122,571,1,1,25376,1,5270.16,4532.59,-82.9533,4.46804,300,0,0,117700,0,0,0,0,0),(114186,27842,571,1,1,24871,1,3244.6,-643.38,165.37,3.84224,300,0,0,9291,0,0,0,0,0),(114187,28098,571,1,1,842,0,4987.56,4869.29,-101.367,4.40155,300,5,0,8251,0,1,0,0,0),(114188,27074,571,1,1,24457,0,4498.45,5699.15,81.5262,2.89725,300,0,0,8982,0,0,0,0,0),(114189,28866,571,1,1,25627,0,5227.99,-1307.93,242.865,3.49066,300,0,0,8508,7981,0,0,0,0),(114190,24258,571,1,1,26101,0,787.55,-4706.66,-65.1722,3.26767,300,5,0,9610,0,1,0,0,0),(114191,24258,571,1,1,26101,0,817.512,-4723.13,-71.4622,4.9188,300,5,0,9610,0,1,0,0,0),(114192,24258,571,1,1,26101,0,815.11,-4744.24,-70.2188,3.65907,300,5,0,9610,0,1,0,0,0),(114193,28098,571,1,1,842,0,4994.23,4911.15,-102.971,6.24638,300,5,0,8251,0,1,0,0,0),(114194,28098,571,1,1,26583,0,5006.55,4724.52,-101.181,0.419514,300,5,0,8251,0,1,0,0,0),(114195,28098,571,1,1,842,0,4997.89,4788.89,-102.488,5.02626,300,5,0,8251,0,1,0,0,0),(114196,32450,571,1,1,5556,0,5759.41,743.848,641.698,2.96706,300,0,0,1,0,0,0,0,0),(114197,28098,571,1,1,842,0,5078.84,4518.86,-99.0146,3.05312,300,5,0,8251,0,1,0,0,0),(114198,27330,571,1,1,24403,1,4726.17,-297.151,179.784,1.5708,300,0,0,9610,0,0,0,0,0),(114199,25282,571,1,1,23050,1,2345.82,5199.67,7.68389,4.32842,300,0,0,8982,3155,0,0,0,0),(114200,28098,571,1,1,26583,0,4959.2,4722.07,-90.7234,4.37647,300,5,0,8251,0,1,0,0,0),(114201,28098,571,1,1,842,0,5053.57,4470.27,-94.6789,4.66876,300,5,0,8251,0,1,0,0,0),(114202,28098,571,1,1,26583,0,5020.31,4458.9,-86.7064,1.2656,300,5,0,8251,0,1,0,0,0),(114203,28098,571,1,1,842,0,5162.48,4515.83,-95.966,5.57146,300,5,0,8251,0,1,0,0,0),(114204,28098,571,1,1,842,0,4985.29,4826.74,-101.802,3.18053,300,5,0,8251,0,1,0,0,0),(114205,28098,571,1,1,26583,0,5080.04,4480.31,-99.0907,5.36583,300,5,0,8251,0,1,0,0,0),(114206,28098,571,1,1,26583,0,5096.29,4453.94,-96.4596,4.74265,300,5,0,8251,0,1,0,0,0),(114207,28098,571,1,1,842,0,5229.61,3807.29,-23.7877,5.73069,300,5,0,8251,0,1,0,0,0),(114208,28098,571,1,1,842,0,5143.2,4139.72,-78.831,6.10458,300,0,0,8251,0,0,0,0,0),(114209,28098,571,1,1,842,0,5156.22,4469.42,-96.6659,4.98222,300,0,0,8251,0,0,0,0,0),(114210,28098,571,1,1,842,0,5181.21,4416.36,-94.4745,5.10955,300,0,0,8251,0,0,0,0,0),(114211,28098,571,1,1,842,0,5268.87,4068.81,-71.7105,4.1071,300,5,0,8251,0,1,0,0,0),(114212,28098,571,1,1,26583,0,5254.78,4074.03,-72.3771,3.92054,300,5,0,8251,0,1,0,0,0),(114213,28098,571,1,1,26583,0,5075.87,4432.08,-93.6645,2.99956,300,5,0,8251,0,1,0,0,0),(114214,28098,571,1,1,26583,0,5258.31,4070.26,-71.837,5.56757,300,5,0,8251,0,1,0,0,0),(114215,28098,571,1,1,842,0,5294.77,4010.92,-70.252,1.74667,300,5,0,8251,0,1,0,0,0),(114216,28098,571,1,1,842,0,5239.65,3785.49,-19.7558,2.88388,300,5,0,8251,0,1,0,0,0),(114217,28098,571,1,1,842,0,5273.17,4028.99,-70.3791,5.27058,300,5,0,8251,0,1,0,0,0),(114218,28098,571,1,1,26583,0,5244.3,3792.22,-22.179,1.82692,300,5,0,8251,0,1,0,0,0),(114219,28098,571,1,1,842,0,5238.25,3795.32,-22.0941,0.306556,300,5,0,8251,0,1,0,0,0),(114220,28098,571,1,1,842,0,5220.89,3788.08,-20.3528,1.52294,300,5,0,8251,0,1,0,0,0),(114221,28098,571,1,1,842,0,5240.5,3805.79,-24.5626,3.36814,300,5,0,8251,0,1,0,0,0),(114222,28098,571,1,1,842,0,5238.84,4309.44,-95.7011,5.91214,300,0,0,8251,0,0,0,0,0),(114223,28098,571,1,1,26583,0,5243.94,4283.47,-96.5182,4.12952,300,5,0,8251,0,1,0,0,0),(114224,28098,571,1,1,26583,0,5250.21,4287.5,-96.0905,1.54372,300,0,0,8251,0,0,0,0,0),(114225,28098,571,1,1,842,0,5245.49,4284.3,-96.4678,0.571997,300,0,0,8251,0,0,0,0,0),(114226,28098,571,1,1,26583,0,5249.16,4286.2,-96.1432,2.61277,300,5,0,8251,0,1,0,0,0),(114227,28098,571,1,1,26583,0,5247.01,4284.39,-96.3558,0.081073,300,0,0,8251,0,0,0,0,0),(114228,28098,571,1,1,842,0,5227.76,4286.85,-97.201,6.18985,300,0,0,8251,0,0,0,0,0),(114229,28098,571,1,1,26583,0,5183.48,4409.64,-94.9582,4.35803,300,0,0,8251,0,0,0,0,0),(114230,28098,571,1,1,842,0,5246,4286.2,-96.2777,0.807866,300,0,0,8251,0,0,0,0,0),(114231,28098,571,1,1,26583,0,5190.67,4413.81,-94.4282,4.20907,300,0,0,8251,0,0,0,0,0),(114232,28098,571,1,1,842,0,5181.24,4418.5,-94.2483,0.898268,300,0,0,8251,0,0,0,0,0),(114233,28098,571,1,1,26583,0,5248.44,4283.95,-96.3932,5.25199,300,5,0,8251,0,1,0,0,0),(114234,28098,571,1,1,842,0,5182.36,4421.38,-93.9554,4.69006,300,0,0,8251,0,0,0,0,0),(114235,28098,571,1,1,842,0,5183.56,4419.12,-94.1182,4.87826,300,0,0,8251,0,0,0,0,0),(114236,27330,571,1,1,24400,1,4635.9,-446.847,167.014,5.69518,300,5,0,9610,0,1,0,0,0),(114237,27330,571,1,1,24403,1,4631.81,-485.65,170.053,5.18827,300,5,0,9610,0,1,0,0,0),(114238,24514,571,1,1,22546,0,2483.94,-5239.71,328.749,5.37102,300,0,0,9291,3231,2,0,0,0),(114240,27330,571,1,1,24403,1,4662.64,-525.141,167.036,5.89921,300,0,0,9610,0,0,0,0,0),(114241,27330,571,1,1,24403,1,4748.1,-329.283,182.382,4.11685,300,5,0,9610,0,1,0,0,0),(114242,27330,571,1,1,24403,1,4740.26,-321.681,182.382,4.91175,300,5,0,9610,0,1,0,0,0),(114243,27330,571,1,1,24400,1,4738.53,-336.995,182.444,3.93617,300,5,0,9610,0,1,0,0,0),(114244,27330,571,1,1,24400,1,4701.82,-435.623,176.973,3.96195,300,5,0,9610,0,1,0,0,0),(114245,27330,571,1,1,24400,1,4711.28,-426.655,176.961,4.12382,300,5,0,9610,0,1,0,0,0),(114246,27330,571,1,1,24403,1,4660.67,-536.598,166.962,0.191986,300,0,0,9610,0,0,0,0,0),(114247,27330,571,1,1,24403,1,4591.74,-470.197,148.019,5.58839,300,5,0,9610,0,1,0,0,0),(114248,27330,571,1,1,24403,1,4512.93,-591.627,140.015,3.24631,300,0,0,9610,0,0,0,0,0),(114249,27330,571,1,1,24403,1,4518.17,-577.483,141.162,5.01923,300,5,0,9610,0,1,0,0,0),(114251,27330,571,1,1,24400,1,4602.91,-584.974,154.12,4.55188,300,5,0,9610,0,1,0,0,0),(114252,27330,571,1,1,24403,1,4607.85,-568.547,154.62,3.83437,300,5,0,9610,0,1,0,0,0),(114253,27330,571,1,1,24400,1,4590.6,-565.416,154.197,4.15103,300,5,0,9610,0,1,0,0,0),(114254,27330,571,1,1,24400,1,4572.63,-514.334,155.207,2.67389,300,0,0,9610,0,2,0,0,0),(114255,27330,571,1,1,24403,1,4212.08,-1224.98,148.675,3.79408,300,0,0,9610,0,2,0,0,0),(114256,27330,571,1,1,24403,1,4161.29,-1272.06,165.598,2.42359,300,5,0,9610,0,1,0,0,0),(114257,27330,571,1,1,24403,1,4258.01,-1272.85,151.548,0.199255,300,5,0,9610,0,1,0,0,0),(114258,27330,571,1,1,24400,1,4125.63,-1190.83,134.197,0.08683,300,0,0,9610,0,2,0,0,0),(114259,27330,571,1,1,24400,1,4187.51,-1125.17,150.677,4.4129,300,5,0,9610,0,1,0,0,0),(114260,27330,571,1,1,24403,1,4143.7,-1263.34,165.645,4.56562,300,0,0,9610,0,2,0,0,0),(114261,27330,571,1,1,24403,1,4212.96,-1160.06,152.111,1.26505,300,0,0,9610,0,0,0,0,0),(114262,27330,571,1,1,24400,1,4186.76,-1187.98,147.902,2.05949,300,0,0,9610,0,0,0,0,0),(114263,27330,571,1,1,24400,1,3991.04,-1255.71,138.956,2.77507,300,0,0,9610,0,0,0,0,0),(114264,27330,571,1,1,24403,1,4026.93,-1301.59,131.018,5.07913,300,5,0,9610,0,1,0,0,0),(114265,27330,571,1,1,24400,1,4026.29,-1158.75,130.818,5.55015,300,5,0,9610,0,1,0,0,0),(114266,27330,571,1,1,24400,1,4035.41,-1318.5,131.723,1.09956,300,0,0,9610,0,0,0,0,0),(114267,27330,571,1,1,24403,1,4008.96,-1253.12,132.91,3.51535,300,5,0,9610,0,1,0,0,0),(114268,27330,571,1,1,24403,1,4036.59,-1300.33,130.683,1.04096,300,5,0,9610,0,1,0,0,0),(114269,27330,571,1,1,24400,1,3995.94,-1241.08,139.842,2.89725,300,0,0,9610,0,0,0,0,0),(114270,27330,571,1,1,24400,1,4029.4,-1101.29,136.496,4.91623,300,5,0,9610,0,1,0,0,0),(114271,27330,571,1,1,24400,1,4037.83,-1114.15,136.621,1.85592,300,5,0,9610,0,1,0,0,0),(114272,27330,571,1,1,24403,1,4038.18,-1082.2,136.393,1.10487,300,5,0,9610,0,1,0,0,0),(114273,27330,571,1,1,24403,1,4067.68,-1092.67,138.998,0.577177,300,5,0,9610,0,1,0,0,0),(114274,27330,571,1,1,24400,1,4003.73,-1060.82,141.156,3.9619,300,0,0,9610,0,0,0,0,0),(114275,27330,571,1,1,24403,1,4171.83,-1136.38,150.537,5.35816,300,0,0,9610,0,0,0,0,0),(114276,27330,571,1,1,24400,1,4056.61,-1079.46,136.244,1.57117,300,5,0,9610,0,1,0,0,0),(114277,27330,571,1,1,24400,1,4199.25,-1108.17,151.344,4.08407,300,0,0,9610,0,0,0,0,0),(114278,27330,571,1,1,24400,1,4006.53,-1077.74,139.189,3.21141,300,0,0,9610,0,0,0,0,0),(114279,27330,571,1,1,24400,1,4513.51,-611.846,140.318,5.18931,300,5,0,9610,0,1,0,0,0),(114292,32706,571,1,1,28189,-1,5722.57,637.49,646.368,4.52909,300,0,0,10635,3561,2,0,0,0),(114293,30146,571,1,1,26242,1,7017.16,-1353.61,831.027,2.18532,300,0,0,12175,0,0,0,0,0),(114294,30146,571,1,1,26242,1,6867.23,-1247.05,809.402,4.83518,300,0,0,12175,0,0,0,0,0),(114295,30146,571,1,1,26242,1,6981.57,-1207.75,809.122,5.84685,300,0,0,12175,0,0,0,0,0),(114296,30146,571,1,1,26785,1,6963.65,-1463.91,841.411,1.67552,300,0,0,12175,0,0,0,0,0),(114297,30146,571,1,1,26785,1,6862.88,-1342.01,833.159,3.735,300,0,0,12175,0,0,0,0,0),(114298,30146,571,1,1,26242,1,6849.72,-1322.04,819.659,3.05433,300,0,0,12175,0,0,0,0,0),(114299,30146,571,1,1,26242,1,7003.54,-1301.12,819.076,2.80492,300,0,0,12175,0,0,0,0,0),(114300,30146,571,1,1,26242,1,6848.64,-1295.28,819.558,5.51524,300,0,0,12175,0,0,0,0,0),(114301,30146,571,1,1,26242,1,6966.08,-1291.78,819.479,1.78024,300,0,0,12175,0,0,0,0,0),(114302,30146,571,1,1,26242,1,7009.37,-1324.08,819.781,2.58309,300,0,0,12175,0,0,0,0,0),(114303,27843,571,1,1,24863,1,4548.4,3.60216,70.4067,1.67552,50,0,0,149100,0,0,0,0,0),(114304,24771,571,1,1,19595,0,2200.57,5345.46,49.417,3.54302,300,0,0,4979,0,0,0,0,0),(114305,24771,571,1,1,19595,0,2177.74,5360.45,9.31609,1.0472,300,0,0,4979,0,0,0,0,0),(114306,24771,571,1,1,19595,0,2190.7,5354.83,27.4536,0.296706,300,0,0,4979,0,0,0,0,0),(114307,24771,571,1,1,19595,0,2173.69,5367.4,1.54144,4.20624,300,0,0,4979,0,0,0,0,0),(114308,24771,571,1,1,19595,0,2192.27,5354.3,45.8996,0.139626,300,0,0,4979,0,0,0,0,0),(114309,24771,571,1,1,19595,0,2177.06,5344.92,39.3679,4.18879,300,0,0,4979,0,0,0,0,0),(114310,24771,571,1,1,19595,0,2159.49,5352.53,30.4751,1.27409,300,0,0,4979,0,0,0,0,0),(114311,24771,571,1,1,19595,0,2163.27,5359.34,25.7703,5.48033,300,0,0,4979,0,0,0,0,0),(114312,24771,571,1,1,19595,0,2169.72,5367.75,9.27426,3.64774,300,0,0,4979,0,0,0,0,0),(114313,27587,571,1,1,25341,0,3879.17,-1373.27,143.841,3.83972,300,0,0,53892,15775,0,0,0,0),(114314,30659,571,1,1,27215,1,5689.03,508.278,652.763,5.35816,300,0,0,42540,0,0,0,0,0),(114315,30659,571,1,1,27217,1,5699.09,500.624,652.762,3.01942,300,0,0,42540,0,0,0,0,0),(114316,30659,571,1,1,27216,1,5723.36,533.678,653.31,0.855211,300,0,0,42540,0,0,0,0,0),(114317,30659,571,1,1,27216,1,5717.21,538.496,653.313,0.837758,300,0,0,42540,0,0,0,0,0),(114318,30659,571,1,1,27215,1,5713.83,550.241,652.941,6.17846,300,0,0,42540,0,0,0,0,0),(114319,30659,571,1,1,27217,1,5735.23,532.688,652.941,2.00713,300,0,0,42540,0,0,0,0,0),(114320,30659,571,1,1,27217,1,5715.8,472.755,652.683,2.22041,300,0,0,42540,0,2,0,0,0),(114321,30659,571,1,1,27217,1,5686,508.123,652.678,2,300,0,0,42540,0,2,0,0,0),(114322,24771,571,1,1,19595,0,3393,6239.83,75.7206,4.67748,300,0,0,4979,0,0,0,0,0),(114323,28867,571,1,1,25526,0,5229.74,-1315.27,242.36,2.93215,300,0,0,10635,0,0,0,0,0),(114324,24515,571,1,1,22500,0,2573.37,-5224.87,374.235,1.3439,300,0,0,42,0,0,0,0,0),(114325,24515,571,1,1,22500,0,2572.19,-5223.71,373.86,0.383972,300,0,0,42,0,0,0,0,0),(114326,24771,571,1,1,19595,0,2168.99,5363.41,26.1033,5.46288,300,0,0,4979,0,0,0,0,0),(114327,27587,571,1,1,25341,0,3884.01,-1379.72,143.862,3.66519,300,0,0,53892,15775,0,0,0,0),(114328,24771,571,1,1,19595,0,3485.12,6115.74,71.0778,2.58309,300,0,0,4979,0,0,0,0,0),(114329,24771,571,1,1,19595,0,3262.45,6161.92,73.0009,0.10472,300,0,0,4979,0,0,0,0,0),(114330,32451,571,1,1,0,0,5733.49,779.375,641.692,5.074,300,0,0,8508,7981,2,0,0,0),(114331,32451,571,1,1,0,0,5963.88,666.782,641.512,3.02009,300,0,0,8508,7981,2,0,0,0),(114332,23747,571,1,1,239,0,3809.55,-1957.89,209.066,3.96958,300,5,0,230,0,1,0,0,0),(114333,23747,571,1,1,239,0,3856.56,-1960.57,208.299,1.02974,300,0,0,230,0,0,0,0,0),(114334,23747,571,1,1,236,0,3808.07,-1940.34,211.066,3.32216,300,5,0,230,0,1,0,0,0),(114335,27587,571,1,1,25341,0,3884.15,-1392.23,143.977,2.56563,300,0,0,53892,15775,0,0,0,0),(114336,29123,571,1,1,25926,0,5456.74,3645.97,-25.5768,4.16375,300,5,0,10635,0,1,0,0,0),(114337,29123,571,1,1,25926,0,5678.75,4163.11,-89.0754,1.91848,300,5,0,10635,0,1,0,0,0),(114338,29123,571,1,1,25926,0,5422.49,4220.62,-97.5694,5.54343,300,5,0,10635,0,1,0,0,0),(114339,29123,571,1,1,25926,0,5390.07,3973.07,-72.6593,4.78599,300,5,0,10635,0,1,0,0,0),(114340,29123,571,1,1,25926,0,5927.44,3811.33,-13.6526,1.65128,300,5,0,10635,0,1,0,0,0),(114341,29123,571,1,1,25926,0,5847.81,3774.07,-28.7909,1.0907,300,5,0,10635,0,1,0,0,0),(114342,29123,571,1,1,25926,0,5739.65,3857.96,-67.4916,4.6997,300,5,0,10635,0,1,0,0,0),(114343,29123,571,1,1,25926,0,6049.2,4082.83,-56.0094,4.06781,300,5,0,10635,0,1,0,0,0),(114344,27331,571,1,1,17612,0,2765.3,-198.251,139.379,0,300,0,0,42,0,0,0,0,0),(114345,27331,571,1,1,17612,0,2747.92,-475.867,123.343,0,300,0,0,42,0,0,0,0,0),(114346,27331,571,1,1,17612,0,2778.94,-143.57,140.273,1.55334,300,0,0,42,0,0,0,0,0),(114347,27331,571,1,1,17612,0,2746.87,-115.952,115.763,0,300,0,0,42,0,0,0,0,0),(114348,27331,571,1,1,17612,0,2827.29,-146.76,141.301,1.81514,300,0,0,42,0,0,0,0,0),(114349,27331,571,1,1,17612,0,2687.32,-284.687,127.258,0,300,0,0,42,0,0,0,0,0),(114350,27331,571,1,1,17612,0,2816.98,-330.83,132.795,0,300,0,0,42,0,0,0,0,0),(114351,27331,571,1,1,17612,0,2768.44,-413.206,132.824,0,300,0,0,42,0,0,0,0,0),(114352,27331,571,1,1,17612,0,2711.5,-405.056,131.989,0,300,0,0,42,0,0,0,0,0),(114353,27331,571,1,1,17612,0,2807.64,-381.349,132.208,0,300,0,0,42,0,0,0,0,0),(114354,27587,571,1,1,25341,0,3878.87,-1398.46,143.84,2.42601,300,0,0,53892,15775,0,0,0,0),(114355,27587,571,1,1,25341,0,3873.02,-1404.13,143.84,2.33874,300,0,0,53892,15775,0,0,0,0),(114356,27587,571,1,1,25341,0,3819.31,-1408.56,143.5,0.558505,300,0,0,53892,15775,0,0,0,0),(114357,27587,571,1,1,25341,0,3864.88,-1408.41,143.814,1.76278,300,0,0,53892,15775,0,0,0,0),(114358,27587,571,1,1,25341,0,3824.63,-1414.76,144.251,0.994838,300,0,0,53892,15775,0,0,0,0),(114359,27587,571,1,1,25341,0,3868.33,-1364.26,143.84,3.92699,300,0,0,53892,15775,0,0,0,0),(114360,27331,571,1,1,17612,0,3028.85,-472.839,123.723,0,300,0,0,42,0,0,0,0,0),(114361,27331,571,1,1,17612,0,3066.17,-467.153,124.767,1.72788,300,0,0,42,0,0,0,0,0),(114362,27331,571,1,1,17612,0,3005.24,-406.32,126.684,0,300,0,0,42,0,0,0,0,0),(114363,27331,571,1,1,17612,0,2976.92,-451.393,125.846,0,300,0,0,42,0,0,0,0,0),(114364,27331,571,1,1,17612,0,2884.74,-437.698,118.457,1.13446,300,0,0,42,0,0,0,0,0),(114365,27331,571,1,1,17612,0,2845.07,-366.855,114.054,5.89921,300,0,0,42,0,0,0,0,0),(114366,27331,571,1,1,17612,0,2865.39,-337.324,113.945,4.7822,300,0,0,42,0,0,0,0,0),(114367,27075,571,1,1,24272,0,3303.25,-5124.71,297.967,1.81514,300,0,0,10635,0,0,0,0,0),(114368,24771,571,1,1,19595,0,3211.72,6091.62,138.111,4.93928,300,0,0,4979,0,0,0,0,0),(114369,30147,571,1,1,26786,0,6921.59,-1388.17,830.856,4.7822,300,0,0,12175,0,0,0,0,0),(114370,24260,571,1,1,17188,0,829.066,-4853.89,-106.958,1.16937,300,0,0,8982,0,0,0,0,0),(114371,24260,571,1,1,17188,0,819.011,-4788.77,-90.4881,2.05949,300,0,0,8982,0,0,0,0,0),(1973060,30148,571,1,1,26263,0,7891.03,-1517.38,921.325,2.98531,300,10,0,12600,0,1,0,0,0),(1973059,30148,571,1,1,26263,0,7831.83,-1525.77,931.193,3.67253,300,10,0,12600,0,1,0,0,0),(114374,26564,571,1,1,23904,1,3810.3,1574.13,89.3065,5.45068,300,0,0,9940,0,0,0,0,0),(114376,28868,571,1,1,25592,0,5203.51,-1330.59,243.124,0.767945,300,0,0,8508,7981,0,0,0,0),(114377,27844,571,1,1,24870,1,4530.59,-3.87463,72.5144,1.6057,300,0,0,48050,0,0,0,0,0),(114378,27332,571,1,1,24421,1,3980.01,-1332.86,161.517,1.9573,300,0,0,9291,0,2,0,0,0),(114379,24260,571,1,1,17188,0,816.898,-4833.25,-93.0367,3.00197,300,0,0,8982,0,0,0,0,0),(114380,24260,571,1,1,17188,0,848.757,-4860.43,-115.651,0.174533,300,0,0,8982,0,0,0,0,0),(114382,29636,571,1,1,26397,0,5760.49,740.967,642.511,5.44543,300,0,0,8508,7981,0,0,0,0),(114383,24260,571,1,1,17188,0,849.502,-4857.3,-115.651,3.42085,300,0,0,8982,0,0,0,0,0),(114384,24260,571,1,1,17188,0,817.146,-4822.41,-91.2518,5.34071,300,0,0,8982,0,0,0,0,0),(114385,24260,571,1,1,17188,0,796.479,-4722.34,-90.9639,2.14675,300,0,0,8982,0,0,0,0,0),(114386,27332,571,1,1,24422,1,4304.63,-1333.64,165.359,5.23517,300,5,0,9291,0,1,0,0,0),(114387,27332,571,1,1,24423,1,4286.04,-1158.3,191.754,4.14209,300,5,0,9291,0,1,0,0,0),(114388,29124,571,1,1,171,0,5444.03,4026.5,-52.866,0.360642,300,0,0,11001,0,0,0,0,0),(114389,29124,571,1,1,171,0,5510.44,3807.5,-56.8597,3.87743,300,0,0,11001,0,0,0,0,0),(114390,29124,571,1,1,171,0,5555.39,3834.6,-42.6517,1.15061,300,5,0,11001,0,1,0,0,0),(114391,29124,571,1,1,171,0,5513.15,3778.31,-54.2903,0.134165,300,0,0,11001,0,0,0,0,0),(114392,29124,571,1,1,171,0,5662.63,3720.97,-20.6076,1.17192,300,0,0,11001,0,0,0,0,0),(114393,29124,571,1,1,171,0,5658.56,3866.79,-54.0624,0.760541,300,5,0,11001,0,1,0,0,0),(114394,29124,571,1,1,171,0,5654.2,3651.13,-23.4589,4.39558,300,0,0,11001,0,0,0,0,0),(114395,29124,571,1,1,171,0,5677.65,3687.23,-24.6571,3.15554,300,0,0,11001,0,0,0,0,0),(114396,29124,571,1,1,171,0,5553.89,3878.48,-72.1701,5.03238,300,0,0,11001,0,0,0,0,0),(114397,29124,571,1,1,171,0,5617.52,3674,-24.7597,1.43629,300,0,0,11001,0,0,0,0,0),(114398,29124,571,1,1,171,0,5645.93,3743.35,-7.20141,2.02956,300,0,0,11001,0,0,0,0,0),(114399,29124,571,1,1,171,0,5568.39,3748.59,-14.2275,5.62523,300,5,0,11001,0,1,0,0,0),(114400,29124,571,1,1,171,0,5606.17,3724,7.52999,3.76792,300,0,0,11001,0,0,0,0,0),(114401,29124,571,1,1,171,0,5689.58,3806.25,-64.2066,4.71239,300,0,0,11001,0,0,0,0,0),(114402,29124,571,1,1,171,0,5684.1,3718.88,-33.6988,4.5106,300,0,0,11001,0,0,0,0,0),(114403,29124,571,1,1,171,0,5556.67,3885.46,-74.9201,4.85362,300,5,0,11001,0,1,0,0,0),(114404,29124,571,1,1,171,0,5568.07,3705.09,-33.2861,0.583446,300,0,0,11001,0,0,0,0,0),(114405,29124,571,1,1,171,0,5718.75,3956.25,-77.1572,3.37212,300,5,0,11001,0,1,0,0,0),(75041,27315,571,1,1,0,0,3721.79,-1345.79,133.677,0.287154,120,5,0,1,0,1,0,0,0),(114408,27332,571,1,1,24421,1,4298.48,-1131.2,183.233,1.6755,300,5,0,9291,0,1,0,0,0),(75040,27315,571,1,1,0,0,3625.33,-1260.05,112.612,6.23729,120,5,0,1,0,1,0,0,0),(114411,27332,571,1,1,24422,1,4293.57,-1244.77,193.56,4.97916,300,5,0,9291,0,1,0,0,0),(75039,27315,571,1,1,0,0,3664.3,-1270.02,112.583,5.26854,120,5,0,1,0,1,0,0,0),(75038,27315,571,1,1,0,0,3822.96,-1128.77,120.199,5.97348,120,5,0,1,0,1,0,0,0),(114420,27332,571,1,1,24423,1,4115.92,-1066.27,157.404,5.37827,300,5,0,9291,0,1,0,0,0),(114421,27332,571,1,1,24423,1,4089.48,-1355.24,164.416,2.0883,300,0,0,9291,0,2,0,0,0),(114422,27332,571,1,1,24423,1,4031.89,-1173.77,131.33,5.67232,300,0,0,9291,0,0,0,0,0),(114423,27332,571,1,1,24423,1,3999.19,-1093.41,146.036,0.087266,300,0,0,9291,0,0,0,0,0),(114424,27332,571,1,1,24421,1,4192.77,-1100.82,151.108,3.90954,300,0,0,9291,0,0,0,0,0),(114425,27332,571,1,1,24422,1,4176.07,-1046.61,174.107,0.11357,300,5,0,9291,0,1,0,0,0),(114426,27332,571,1,1,24421,1,4218.03,-1059.79,171.16,6.16426,300,5,0,9291,0,1,0,0,0),(114427,26820,571,1,1,25748,1,4229.45,-5062.6,6.59069,2.21657,300,0,0,10635,3561,0,0,0,0),(114428,26820,571,1,1,25748,1,4204.77,-5062.97,6.95697,0.872665,300,0,0,10635,3561,0,0,0,0),(114429,26820,571,1,1,25748,1,4206.33,-5038.64,7.4189,5.65487,300,0,0,10635,3561,0,0,0,0),(114430,26820,571,1,1,25748,1,4228.84,-5038.24,6.93284,3.89208,300,0,0,10635,3561,0,0,0,0),(114431,26820,571,1,1,25748,1,4307.46,-4891.04,34.4202,0.680678,300,0,0,10635,3561,0,0,0,0),(114432,26820,571,1,1,25748,1,4305.36,-4869.95,35.3677,5.67232,300,0,0,10635,3561,0,0,0,0),(114433,26820,571,1,1,25748,1,4328.4,-4893.99,34.2018,2.46091,300,0,0,10635,3561,0,0,0,0),(114434,26820,571,1,1,25748,1,4328.7,-4871.32,34.4313,3.92699,300,0,0,10635,3561,0,0,0,0),(114435,26820,571,1,1,25748,1,4478.67,-4662.77,77.6043,0.523599,300,0,0,10635,3561,0,0,0,0),(114436,26820,571,1,1,25748,1,4479.58,-4642.15,80.3625,5.21853,300,0,0,10635,3561,0,0,0,0),(114437,26820,571,1,1,25748,1,4497.71,-4645.45,79.8957,3.90954,300,0,0,10635,3561,0,0,0,0),(114438,26820,571,1,1,25748,1,4496.51,-4662.97,77.1041,2.61799,300,0,0,10635,3561,0,0,0,0),(114439,24516,571,1,1,22502,0,2316.21,-3025,136.782,2.20952,300,5,0,9610,0,1,0,0,0),(114440,24516,571,1,1,22502,0,2264.62,-3068.65,137.018,1.03203,300,0,0,9610,0,0,0,0,0),(143156,23929,571,1,1,0,0,2077.34,-6119.32,5.13345,4.80429,120,5,0,1,0,1,0,0,0),(143155,23929,571,1,1,0,0,2081.6,-6220.62,-5.55964,5.52056,120,5,0,1,0,1,0,0,0),(143154,23929,571,1,1,0,0,2039.88,-6193.42,-3.0808,0.669874,120,5,0,1,0,1,0,0,0),(143153,23929,571,1,1,0,0,2062.05,-6156.65,2.23745,2.62823,120,5,0,1,0,1,0,0,0),(114448,29380,571,1,1,26140,0,8292.77,-246.245,925.667,0.575524,300,0,0,12175,0,2,0,0,0),(114449,29380,571,1,1,26140,0,7951.31,-378.571,887.771,1.77547,300,0,0,12175,0,2,0,0,0),(114450,29380,571,1,1,26140,0,8020.56,-462.746,945.596,1.65004,300,0,0,12175,0,2,0,0,0),(114451,29380,571,1,1,26140,0,8203.2,-201.535,871.047,0.412693,300,0,0,12175,0,2,0,0,0),(114452,29380,571,1,1,26140,0,7891.82,29.8049,1012.99,0.744956,300,0,0,12175,0,2,0,0,0),(114453,29380,571,1,1,26140,0,7763.88,25.31,1009.39,4.05868,300,0,0,12175,0,2,0,0,0),(114454,29380,571,1,1,26140,0,8287.12,-232.07,920.806,2.58827,300,0,0,12175,0,2,0,0,0),(114455,29380,571,1,1,26140,0,8040.25,-470.226,960.611,0.962939,300,0,0,12175,0,2,0,0,0),(114456,29380,571,1,1,26140,0,8083.85,66.8619,928.525,0.260854,300,0,0,12175,0,2,0,0,0),(114457,29380,571,1,1,26140,0,8023.33,77.2412,999.959,4.245,300,0,0,12175,0,2,0,0,0),(114458,29380,571,1,1,26140,0,8174.76,6.79297,852.893,3.63952,300,0,0,12175,0,2,0,0,0),(1973058,30148,571,1,1,26263,0,7755.26,-1597.29,943.701,4.20267,300,10,0,12600,0,1,0,0,0),(114460,29380,571,1,1,26140,0,7988.02,-360.878,851.572,1.34905,300,0,0,12175,0,2,0,0,0),(114461,29380,571,1,1,26140,0,8166.6,-333.714,1002.62,0.636698,300,0,0,12175,0,2,0,0,0),(114462,29380,571,1,1,26140,0,7951.18,-303.647,868.061,1.30781,300,0,0,12175,0,2,0,0,0),(114463,29380,571,1,1,26140,0,8070.4,-277.161,864.549,0.853671,300,0,0,12175,0,2,0,0,0),(114464,29380,571,1,1,26140,0,7938.08,-292.418,872.042,0.853636,300,0,0,12175,0,2,0,0,0),(114465,29380,571,1,1,26140,0,8135.02,-370.004,963.259,3.39674,300,0,0,12175,0,2,0,0,0),(114466,29380,571,1,1,26140,0,8052.2,-165.807,858.999,0.552557,300,0,0,12175,0,2,0,0,0),(114467,29380,571,1,1,26140,0,8066.47,-227.365,850.192,5.2838,300,0,0,12175,0,2,0,0,0),(114468,29380,571,1,1,26140,0,8155.42,77.8279,898.983,5.51386,300,10,0,12175,0,1,0,0,0),(114469,29380,571,1,1,26140,0,8210.86,83.2229,899.822,1.96854,300,0,0,12175,0,2,0,0,0),(114470,29380,571,1,1,26140,0,8115.97,42.0962,900.944,0.886883,300,0,0,12175,0,2,0,0,0),(114471,29380,571,1,1,26140,0,8062.68,-34.0521,872.399,0.226506,300,0,0,12175,0,2,0,0,0),(114472,24261,571,1,1,22243,0,2888.16,-3192.99,122.953,2.07694,300,0,0,9291,0,0,0,0,0),(114473,27333,571,1,1,24411,1,4575.7,-534.792,178.434,3.08923,300,0,0,9610,0,0,0,0,0),(114474,27333,571,1,1,24410,1,4549.15,-545.251,165.541,0.680678,300,0,0,9610,0,0,0,0,0),(114475,27589,571,1,1,11686,0,3752.69,813.096,76.4231,2.54818,300,0,0,42,0,0,0,0,0),(114476,27589,571,1,1,11686,0,3775.07,752.55,58.2032,1.44862,300,0,0,42,0,0,0,0,0),(114477,27589,571,1,1,11686,0,3633.09,1150.31,108.391,5.41052,300,0,0,42,0,0,0,0,0),(114478,27589,571,1,1,11686,0,3676.39,869.566,56.1591,5.79449,300,0,0,42,0,0,0,0,0),(114479,27589,571,1,1,11686,0,3642.49,1203.73,129.951,3.7001,300,0,0,42,0,0,0,0,0),(114480,27589,571,1,1,11686,0,3616.7,785.333,68.8942,3.33358,300,0,0,42,0,0,0,0,0),(114481,27589,571,1,1,11686,0,3792.69,732.051,60.3464,5.14872,300,0,0,42,0,0,0,0,0),(114482,27589,571,1,1,11686,0,3756.02,795.25,69.4695,2.60054,300,0,0,42,0,0,0,0,0),(114483,27589,571,1,1,11686,0,3823.37,701.901,60.1855,5.98648,300,0,0,42,0,0,0,0,0),(114484,27589,571,1,1,11686,0,3636.99,827.761,62.4177,0.680678,300,0,0,42,0,0,0,0,0),(114485,26565,571,1,1,23925,1,3815.19,1568.75,86.7818,4.27606,300,0,0,9291,0,0,0,0,0),(114486,26565,571,1,1,23925,1,3817.2,1567.22,86.7818,3.87463,300,0,0,9291,0,0,0,0,0),(114487,26565,571,1,1,23923,1,3822.51,1563.43,86.7788,4.67748,300,0,0,9291,0,0,0,0,0),(114488,26565,571,1,1,23923,1,3818.99,1565.11,86.7818,3.90954,300,0,0,9291,0,0,0,0,0),(114489,28101,571,1,1,22124,0,5611.21,3577.92,-19.9379,4.63954,300,5,0,11001,0,1,0,0,0),(114490,28101,571,1,1,22124,0,5457.25,3583.97,-14.6509,4.91088,300,5,0,11001,0,1,0,0,0),(114491,28869,571,1,1,25742,1,5217.28,-1331.3,242.346,1.46608,300,0,0,7984,0,0,0,0,0),(114492,26821,571,1,1,24065,0,4267.16,-2497,231.825,3.9968,300,0,0,9291,0,0,0,0,0),(114493,31685,571,1,1,1072,0,3821.6,5342.39,27.8519,4.26254,300,5,0,8,0,1,0,0,0),(114494,31685,571,1,1,1072,0,3825.29,5661.61,54.7739,0.728751,300,5,0,8,0,1,0,0,0),(114495,27333,571,1,1,24411,1,4577.1,-532.948,169.04,3.14159,300,0,0,9610,0,0,0,0,0),(114496,27589,571,1,1,11686,0,3833.81,689.212,58.8873,5.41052,300,0,0,42,0,0,0,0,0),(114497,27589,571,1,1,11686,0,3637.72,1184.19,125.334,2.68781,300,0,0,42,0,0,0,0,0),(114498,27589,571,1,1,11686,0,3635.22,1131.32,93.5561,0.436332,300,0,0,42,0,0,0,0,0),(114499,27589,571,1,1,11686,0,3624.12,806.301,65.2626,2.53073,300,0,0,42,0,0,0,0,0),(114500,27589,571,1,1,11686,0,3762.37,776.393,63.718,1.67552,300,0,0,42,0,0,0,0,0),(114501,27589,571,1,1,11686,0,3654.98,848.479,57.9278,0.558505,300,0,0,42,0,0,0,0,0),(114502,27589,571,1,1,11686,0,3809.89,715.468,60.2049,2.60054,300,0,0,42,0,0,0,0,0),(114503,27589,571,1,1,11686,0,3635.07,1168.42,119.07,4.01426,300,0,0,42,0,0,0,0,0),(114504,28101,571,1,1,22124,0,5386.45,3664.01,-7.32978,1.88916,300,5,0,11001,0,1,0,0,0),(114505,31685,571,1,1,1072,0,4450.87,5527.09,46.7104,2.13738,300,5,0,8,0,1,0,0,0),(114506,25285,571,1,1,23052,0,2112.63,5307.97,34.1005,3.50811,300,0,0,9610,0,0,0,0,0),(114507,28101,571,1,1,22124,0,5444.8,3792.84,-66.3987,4.56188,300,5,0,11001,0,1,0,0,0),(114508,31685,571,1,1,1072,0,4387.25,5601.65,48.5807,1.59032,300,5,0,8,0,1,0,0,0),(114509,31685,571,1,1,1072,0,3383.73,5450.01,60.3563,3.09733,300,5,0,8,0,1,0,0,0),(114510,31685,571,1,1,1072,0,3780.81,5304.01,28.0283,0.938625,300,5,0,8,0,1,0,0,0),(114511,31685,571,1,1,1072,0,4238.6,5824.09,64.7102,2.41422,300,5,0,8,0,1,0,0,0),(114512,31685,571,1,1,1072,0,3649.82,3977.82,27.3173,4.82433,300,5,0,8,0,1,0,0,0),(114513,27333,571,1,1,24411,1,4135.1,-1293.37,176.29,0.541052,300,0,0,9610,0,0,0,0,0),(114514,31685,571,1,1,1072,0,3692.48,5320.99,33.0142,4.11247,300,5,0,8,0,1,0,0,0),(114515,31685,571,1,1,1072,0,4143.87,5889.66,65.7295,3.926,300,5,0,8,0,1,0,0,0),(114516,31685,571,1,1,1072,0,3795.39,5448.47,34.6793,0.071377,300,5,0,8,0,1,0,0,0),(114517,27333,571,1,1,24411,1,4547,-528.347,171.103,5.98648,300,0,0,9610,0,0,0,0,0),(114518,31685,571,1,1,1072,0,3816.74,5779.08,67.7283,1.83205,300,5,0,8,0,1,0,0,0),(114519,31685,571,1,1,1072,0,4477.37,5524.21,51.5301,0.383454,300,5,0,8,0,1,0,0,0),(114520,31685,571,1,1,1072,0,3751.48,4014.63,27.6974,3.04766,300,5,0,8,0,1,0,0,0),(114521,31685,571,1,1,1072,0,3150.41,6313.65,91.438,4.80827,300,5,0,8,0,1,0,0,0),(114522,31685,571,1,1,1072,0,2100.92,6324.35,61.0077,3.19926,300,5,0,8,0,1,0,0,0),(114523,31685,571,1,1,1072,0,4377.84,4865.15,26.4496,5.11356,300,5,0,8,0,1,0,0,0),(114524,27333,571,1,1,24410,1,4162.35,-1283.73,179.633,3.1765,300,0,0,9610,0,0,0,0,0),(114525,31685,571,1,1,1072,0,3805.94,5815.21,65.8443,2.94209,300,5,0,8,0,1,0,0,0),(114526,31685,571,1,1,1072,0,4486.38,4856.11,27.5047,1.64802,300,5,0,8,0,1,0,0,0),(114527,31685,571,1,1,1072,0,3683.38,5136.96,29.7622,1.58349,300,5,0,8,0,1,0,0,0),(114528,31685,571,1,1,1072,0,4596.88,5825.06,60.6802,2.08776,300,5,0,8,0,1,0,0,0),(114529,31685,571,1,1,1072,0,3616.09,5211.75,26.4697,2.96296,300,5,0,8,0,1,0,0,0),(114530,31685,571,1,1,1072,0,3652.11,3976.41,27.0991,3.20413,300,5,0,8,0,1,0,0,0),(114531,31685,571,1,1,1072,0,3268.92,5399.4,49.2019,0.818535,300,5,0,8,0,1,0,0,0),(114532,31685,571,1,1,1072,0,3804.58,5571.87,46.7989,0.639205,300,5,0,8,0,1,0,0,0),(114533,31685,571,1,1,1072,0,2078.65,5608.25,43.1301,5.32853,300,5,0,8,0,1,0,0,0),(114534,31685,571,1,1,1072,0,3651.47,5248.96,35.8617,3.02255,300,5,0,8,0,1,0,0,0),(114535,27333,571,1,1,24411,1,4133.93,-1275.42,181.714,6.02139,300,0,0,9610,0,0,0,0,0),(114536,31685,571,1,1,1072,0,3773.3,4001.96,28.0494,4.67035,300,5,0,8,0,1,0,0,0),(114537,31685,571,1,1,1072,0,3785.37,5403.92,37.2104,3.95047,300,5,0,8,0,1,0,0,0),(114538,31685,571,1,1,1072,0,2053.07,5871.1,44.6966,5.36906,300,5,0,8,0,1,0,0,0),(114539,31685,571,1,1,1072,0,2290.99,6543.08,40.5714,2.33081,300,5,0,8,0,1,0,0,0),(114540,31685,571,1,1,1072,0,3352.36,5493.88,61.8021,2.2937,300,5,0,8,0,1,0,0,0),(114541,31685,571,1,1,1072,0,2113.35,5746.27,55.9697,3.66159,300,5,0,8,0,1,0,0,0),(114542,31685,571,1,1,1072,0,3846.59,5497.27,40.156,1.83334,300,5,0,8,0,1,0,0,0),(114543,31685,571,1,1,1072,0,2746.24,6616.62,41.2851,6.09652,300,5,0,8,0,1,0,0,0),(114544,31685,571,1,1,1072,0,3860.46,5374.38,24.4447,4.50389,300,5,0,8,0,1,0,0,0),(114545,31685,571,1,1,1072,0,3513.28,5289.46,34.9529,1.55224,300,5,0,8,0,1,0,0,0),(114546,31685,571,1,1,1072,0,4064.66,5657.91,48.3236,3.35008,300,5,0,8,0,1,0,0,0),(114547,31685,571,1,1,1072,0,2746.25,6508.35,56.1061,3.26846,300,5,0,8,0,1,0,0,0),(114548,31685,571,1,1,1072,0,3591.87,5265.97,23.534,0.792304,300,5,0,8,0,1,0,0,0),(114549,31685,571,1,1,1072,0,2999.25,6291.03,108.324,4.05548,300,5,0,8,0,1,0,0,0),(114550,28101,571,1,1,22124,0,6178.75,4054.23,-5.46366,1.22146,300,5,0,11001,0,1,0,0,0),(114551,31685,571,1,1,1072,0,4277.68,5495.45,40.2238,4.74756,300,5,0,8,0,1,0,0,0),(114552,28101,571,1,1,22124,0,5559.35,3527.64,-10.4823,1.56178,300,5,0,11001,0,1,0,0,0),(114553,28101,571,1,1,22124,0,5473.06,3685.6,-36.3021,1.55384,300,5,0,11001,0,1,0,0,0),(114554,28101,571,1,1,22124,0,5877.85,4017.36,-65.5666,4.26002,300,5,0,11001,0,1,0,0,0),(114555,28101,571,1,1,22124,0,5885.26,3948.03,-60.0789,1.77362,300,5,0,11001,0,1,0,0,0),(114556,28101,571,1,1,22124,0,5958.6,3875.83,-25.1935,5.80294,300,5,0,11001,0,1,0,0,0),(114557,28101,571,1,1,22124,0,5577.53,4264.84,-100.691,4.51289,300,5,0,11001,0,1,0,0,0),(114558,28101,571,1,1,22124,0,5695.86,3967.25,-77.9874,3.52391,300,5,0,11001,0,1,0,0,0),(114559,28101,571,1,1,22124,0,5377.63,4139.22,-88.3261,3.27796,300,5,0,11001,0,1,0,0,0),(114560,28101,571,1,1,22124,0,5367.23,4091.23,-83.731,3.48767,300,5,0,11001,0,1,0,0,0),(114561,28101,571,1,1,22124,0,5689.7,3609.47,-19.1678,4.95194,300,5,0,11001,0,1,0,0,0),(114562,31685,571,1,1,1072,0,3583.82,5192.03,27.894,1.61336,300,5,0,8,0,1,0,0,0),(114563,28101,571,1,1,22124,0,5943.31,3755.11,4.06563,5.51719,300,5,0,11001,0,1,0,0,0),(114564,28101,571,1,1,22124,0,5990.2,4184.29,-71.5884,3.22862,300,5,0,11001,0,1,0,0,0),(114565,28101,571,1,1,22124,0,6079.48,4220.67,-68.7291,2.72886,300,5,0,11001,0,1,0,0,0),(114566,28101,571,1,1,22124,0,5516.65,4384.41,-133.905,2.59576,300,5,0,11001,0,1,0,0,0),(114567,28101,571,1,1,22124,0,6016.8,4215.96,-76.0631,4.58966,300,5,0,11001,0,1,0,0,0),(114568,28101,571,1,1,22124,0,6211.34,4183.81,-25.8803,2.57823,300,5,0,11001,0,1,0,0,0),(114569,31685,571,1,1,1072,0,3457.27,5225.7,30.3229,6.23045,300,5,0,8,0,1,0,0,0),(114570,28101,571,1,1,22124,0,5875.8,3812.03,-30.8137,4.48779,300,5,0,11001,0,1,0,0,0),(114571,28101,571,1,1,22124,0,6258.33,4156.46,-14.417,0.204877,300,5,0,11001,0,1,0,0,0),(114572,28101,571,1,1,22124,0,5757.18,3777.65,-42.3741,4.693,300,5,0,11001,0,1,0,0,0),(114573,28101,571,1,1,22124,0,5805.96,3755.04,-31.6887,0.322059,300,5,0,11001,0,1,0,0,0),(114574,28101,571,1,1,22124,0,5786.08,3713.16,-28.3128,0.936416,300,5,0,11001,0,1,0,0,0),(114575,28101,571,1,1,22124,0,5752.91,3884.96,-67.1737,6.27202,300,5,0,11001,0,1,0,0,0),(114576,28101,571,1,1,22124,0,5750.65,4014.94,-81.5672,5.01102,300,5,0,11001,0,1,0,0,0),(114577,28101,571,1,1,22124,0,5785.06,3986.5,-75.3,0.240851,300,5,0,11001,0,1,0,0,0),(114578,28101,571,1,1,22124,0,5786.26,3987.8,-75.3737,2.17542,300,5,0,11001,0,1,0,0,0),(114579,28101,571,1,1,22124,0,5814.32,3884.68,-55.8576,1.0867,300,5,0,11001,0,1,0,0,0),(114580,28101,571,1,1,22124,0,5758.34,3888.65,-67.7465,4.82597,300,5,0,11001,0,1,0,0,0),(114581,28101,571,1,1,22124,0,5805.49,3862.64,-55.5122,2.36199,300,5,0,11001,0,1,0,0,0),(114582,28101,571,1,1,22124,0,5717.97,3818.4,-58.6162,2.54167,300,5,0,11001,0,1,0,0,0),(114583,28101,571,1,1,22124,0,5724.24,3880.86,-69.2952,4.11954,300,5,0,11001,0,1,0,0,0),(114584,28101,571,1,1,22124,0,5725.11,3820.33,-58.4528,1.4494,300,5,0,11001,0,1,0,0,0),(114585,28101,571,1,1,22124,0,5377.74,4031.12,-80.7067,1.72922,300,5,0,11001,0,1,0,0,0),(114586,28101,571,1,1,22124,0,6114.86,4019.59,-28.4563,5.21613,300,5,0,11001,0,1,0,0,0),(114587,28101,571,1,1,22124,0,5485.73,3851.4,-64.359,4.22302,300,5,0,11001,0,1,0,0,0),(114588,28101,571,1,1,22124,0,5477,3921.03,-71.8242,2.62507,300,5,0,11001,0,1,0,0,0),(114589,28101,571,1,1,22124,0,5718.3,4109.3,-86.7268,3.35359,300,5,0,11001,0,1,0,0,0),(114590,27333,571,1,1,24411,1,4721.74,-367.306,181.752,6.24828,300,0,0,9610,0,0,0,0,0),(114591,27333,571,1,1,24411,1,4694.63,-394.264,178.268,3.33358,300,0,0,9610,0,0,0,0,0),(114592,31685,571,1,1,1072,0,3454.44,3980.36,28.2452,6.27867,300,5,0,8,0,1,0,0,0),(114593,31685,571,1,1,1072,0,3521.28,3989.86,28.6266,5.90921,300,5,0,8,0,1,0,0,0),(114594,31685,571,1,1,1072,0,3504.73,5220.29,30.6734,3.30931,300,5,0,8,0,1,0,0,0),(114595,31685,571,1,1,1072,0,2358.62,6285.25,51.1254,2.47834,300,5,0,8,0,1,0,0,0),(114596,31685,571,1,1,1072,0,3374.96,5441.5,57.8999,4.90816,300,5,0,8,0,1,0,0,0),(114597,31685,571,1,1,1072,0,2287.96,6297.34,52.0179,4.74606,300,5,0,8,0,1,0,0,0),(114598,31685,571,1,1,1072,0,3764.44,4025.75,29.4148,2.96392,300,5,0,8,0,1,0,0,0),(114599,31685,571,1,1,1072,0,4116.84,5819.17,69.211,4.64389,300,5,0,8,0,1,0,0,0),(114600,27333,571,1,1,24410,1,4241.96,-1144.79,155.04,2.45235,300,0,0,9610,0,0,0,0,0),(114601,31685,571,1,1,1072,0,3523.67,4006.54,26.6733,4.905,300,5,0,8,0,1,0,0,0),(114602,31685,571,1,1,1072,0,3260.42,6135.55,71.2102,4.01398,300,5,0,8,0,1,0,0,0),(114603,31685,571,1,1,1072,0,3651.4,4101.54,25.7375,4.74561,300,5,0,8,0,1,0,0,0),(114604,31685,571,1,1,1072,0,2976.07,6542.55,70.1569,3.82237,300,5,0,8,0,1,0,0,0),(114608,26565,571,1,1,23925,1,3826.63,1562.8,86.6984,4.74729,300,0,0,9291,0,0,0,0,0),(114609,27333,571,1,1,24410,1,4688.96,-426.183,176.118,5.41052,300,0,0,9610,0,0,0,0,0),(114610,27333,571,1,1,24411,1,4658.7,-443.998,170.494,3.10669,300,0,0,9610,0,0,0,0,0),(114611,31685,571,1,1,1072,0,3440.32,4007.14,27.9432,3.35489,300,5,0,8,0,1,0,0,0),(114612,27333,571,1,1,24410,1,4611.08,-519.922,166.944,3.54302,300,0,0,9610,0,0,0,0,0),(114613,27333,571,1,1,24410,1,4639.62,-505.047,166.469,3.12414,300,0,0,9610,0,0,0,0,0),(114614,27333,571,1,1,24411,1,4576.23,-574.421,152.585,1.98968,300,0,0,9610,0,0,0,0,0),(114615,27333,571,1,1,24410,1,4619.23,-539.287,161.379,1.97222,300,0,0,9610,0,0,0,0,0),(114616,27333,571,1,1,24411,1,4618.16,-569.966,154.532,3.87463,300,0,0,9610,0,0,0,0,0),(114617,27333,571,1,1,24411,1,4215.6,-1137.41,152.113,5.46288,300,0,0,9610,0,0,0,0,0),(114618,27333,571,1,1,24410,1,4237.49,-1190.52,151.886,0.122173,300,0,0,9610,0,0,0,0,0),(114619,27333,571,1,1,24411,1,4135.23,-1276.3,191.742,5.84685,300,0,0,9610,0,0,0,0,0),(114620,27333,571,1,1,24410,1,4135.82,-1289.44,186.075,0.593412,300,0,0,9610,0,0,0,0,0),(114621,27333,571,1,1,24411,1,4161.64,-1285.2,189.093,2.89725,300,0,0,9610,0,0,0,0,0),(114622,27333,571,1,1,24410,1,4016.37,-1309.58,133.153,0.977384,300,0,0,9610,0,0,0,0,0),(114623,27333,571,1,1,24411,1,4025.92,-1087.03,136.808,3.21141,300,0,0,9610,0,0,0,0,0),(114624,27333,571,1,1,24410,1,4052.25,-1118.59,136.242,0.10472,300,0,0,9610,0,0,0,0,0),(114625,27333,571,1,1,24411,1,4071.21,-1089.31,140.08,1.79769,300,0,0,9610,0,0,0,0,0),(114626,27333,571,1,1,24410,1,4210.24,-1128.03,151.13,3.05433,300,0,0,9610,0,0,0,0,0),(114627,27333,571,1,1,24411,1,4045.66,-1076.42,136.373,1.5708,300,5,0,9610,0,1,0,0,0),(114628,27333,571,1,1,24411,1,4068.5,-1069.94,137.245,0.907571,300,0,0,9610,0,0,0,0,0),(114629,27333,571,1,1,24410,1,4209.19,-1115.08,152.847,4.74729,300,0,0,9610,0,0,0,0,0),(114630,27333,571,1,1,24410,1,4010.01,-1113.92,136.549,3.9968,300,0,0,9610,0,0,0,0,0),(114631,27333,571,1,1,24411,1,4029.91,-1074.95,137.038,3.56047,300,0,0,9610,0,0,0,0,0),(114632,31685,571,1,1,1072,0,3096.7,6465.06,85.8684,0.162427,300,5,0,8,0,1,0,0,0),(114633,31685,571,1,1,1072,0,2544.01,5465.19,32.9218,2.0792,300,0,0,8,0,0,0,0,0),(114634,31685,571,1,1,1072,0,4014.08,5516.01,36.2905,3.22076,300,0,0,8,0,0,0,0,0),(114635,31685,571,1,1,1072,0,3309.22,6128.18,76.3908,4.8663,300,5,0,8,0,1,0,0,0),(114636,31685,571,1,1,1072,0,3284.25,6055.78,79.2191,1.44147,300,5,0,8,0,1,0,0,0),(114637,24517,571,1,1,22501,0,1949.97,-3456.01,139.104,5.13934,300,5,0,9291,0,1,0,0,0),(114638,31685,571,1,1,1072,0,2701.62,5380.11,32.7998,2.75496,300,5,0,8,0,1,0,0,0),(114639,31685,571,1,1,1072,0,3311.77,5996.06,77.011,1.33529,300,5,0,8,0,1,0,0,0),(114640,31685,571,1,1,1072,0,3082.67,6154.1,125.269,1.79445,300,5,0,8,0,1,0,0,0),(114641,31685,571,1,1,1072,0,4573.48,6008.58,76.6846,3.84157,300,5,0,8,0,1,0,0,0),(114642,31685,571,1,1,1072,0,4092.59,5757.4,60.2356,2.70154,300,5,0,8,0,1,0,0,0),(114643,31685,571,1,1,1072,0,3862.5,5739.02,67.8463,5.44876,300,5,0,8,0,1,0,0,0),(114644,31685,571,1,1,1072,0,3309.31,5917.62,86.6573,2.7794,300,5,0,8,0,1,0,0,0),(114645,31685,571,1,1,1072,0,2079.51,5788.06,50.9254,0.237393,300,5,0,8,0,1,0,0,0),(114646,31685,571,1,1,1072,0,4209.29,5890.08,57.9173,5.39742,300,5,0,8,0,1,0,0,0),(114647,31685,571,1,1,1072,0,3395.44,5376.81,41.0024,1.93299,300,5,0,8,0,1,0,0,0),(114648,31685,571,1,1,1072,0,4104.62,5340.63,26.9691,5.50513,300,5,0,8,0,1,0,0,0),(114649,31685,571,1,1,1072,0,4062.28,5464.22,30.9199,0.544807,300,5,0,8,0,1,0,0,0),(114650,31685,571,1,1,1072,0,4005.62,5645.07,50.0897,2.09212,300,5,0,8,0,1,0,0,0),(114651,31685,571,1,1,1072,0,4017.5,5704.87,59.1447,1.83192,300,5,0,8,0,1,0,0,0),(114652,31685,571,1,1,1072,0,3381.83,5298.83,37.1176,3.67213,300,5,0,8,0,1,0,0,0),(114653,31685,571,1,1,1072,0,4506.53,5984.19,66.8797,2.962,300,5,0,8,0,1,0,0,0),(114654,31685,571,1,1,1072,0,3960.82,5764.65,72.0749,2.19845,300,5,0,8,0,1,0,0,0),(114655,31685,571,1,1,1072,0,3282.15,5946.58,82.0387,5.92545,300,5,0,8,0,1,0,0,0),(114656,31685,571,1,1,1072,0,2878.6,6577.82,58.1718,4.75049,300,5,0,8,0,1,0,0,0),(114657,31685,571,1,1,1072,0,3474.59,6181.6,69.8133,2.49948,300,5,0,8,0,1,0,0,0),(114658,31685,571,1,1,1072,0,2148.5,5967.51,59.5467,0.621217,300,5,0,8,0,1,0,0,0),(114659,31685,571,1,1,1072,0,2070.02,6171.85,44.6524,5.2359,300,5,0,8,0,1,0,0,0),(114660,31685,571,1,1,1072,0,2030.75,6052.35,42.925,4.946,300,5,0,8,0,1,0,0,0),(114661,31685,571,1,1,1072,0,2503.42,5449.46,30.7032,2.26491,300,5,0,8,0,1,0,0,0),(114662,31685,571,1,1,1072,0,3518.57,3988.9,28.5182,4.75225,300,5,0,8,0,1,0,0,0),(114664,31685,571,1,1,1072,0,3431.31,3995.14,27.9361,2.17776,300,5,0,8,0,1,0,0,0),(114665,26566,571,1,1,23906,0,3863.63,1523.11,90.2259,1.39626,300,0,0,4278,0,0,0,0,0),(114667,27846,571,1,1,24872,1,3241.2,-737.707,168.232,5.96903,300,0,0,9291,0,0,0,0,0),(114668,28870,571,1,1,25528,1,5209.96,-1331.44,242.759,1.32645,300,0,0,8508,7981,0,0,0,0),(114669,23688,571,1,1,28345,0,1052.14,-3646.34,169.614,0.862064,300,10,0,7984,0,1,0,0,0),(114670,28358,571,1,1,25330,0,5767.67,4452.68,-136.278,3.30603,300,0,0,11379,0,0,0,0,0),(114671,23688,571,1,1,28345,0,1192.58,-3911.47,143.837,3.58564,300,10,0,7984,0,1,0,0,0),(114672,24262,571,1,1,20089,0,2417.05,-3443.87,149.946,0.115605,300,5,0,8982,0,1,0,0,0),(114673,24262,571,1,1,20089,0,2595.29,-3211.07,143.192,5.9431,300,5,0,8982,0,1,0,0,0),(114674,23688,571,1,1,28345,0,953.214,-3677.63,180.864,1.60757,300,10,0,7984,0,1,0,0,0),(114675,23688,571,1,1,28345,0,1145.68,-3741.94,147.175,4.64011,300,10,0,7984,0,1,0,0,0),(114676,23688,571,1,1,28345,0,1219.48,-3759.16,139.966,0.677803,300,10,0,7984,0,1,0,0,0),(114677,23688,571,1,1,28345,0,983.915,-3652.86,179.684,3.40031,300,10,0,7984,0,1,0,0,0),(114678,23688,571,1,1,28345,0,1246.35,-3659.5,153.781,4.80771,300,10,0,7984,0,1,0,0,0),(114679,23688,571,1,1,28345,0,1219.81,-3693.47,148.64,0.824386,300,10,0,7984,0,1,0,0,0),(114680,23688,571,1,1,28345,0,951.512,-3752.69,179.809,4.06967,300,10,0,7984,0,1,0,0,0),(114681,27334,571,1,1,24556,1,4151.01,-1277.13,200.798,4.03171,300,0,0,82256,0,0,0,0,0),(114682,24262,571,1,1,20089,0,2452,-3401.72,151.928,1.14366,300,5,0,8982,0,1,0,0,0),(114683,23688,571,1,1,28345,0,1076.76,-3751.19,156.228,2.52307,300,10,0,7984,0,1,0,0,0),(114684,23688,571,1,1,28345,0,1112.11,-3713.2,156.611,2.32787,300,10,0,7984,0,1,0,0,0),(114685,24262,571,1,1,20089,0,2561.77,-3191.42,141.196,5.61288,300,5,0,8982,0,1,0,0,0),(114686,23688,571,1,1,28345,0,1084.65,-3682.27,160.357,3.23603,300,10,0,7984,0,1,0,0,0),(114687,23688,571,1,1,28345,0,1043.69,-3713.09,166.655,1.43263,300,10,0,7984,0,1,0,0,0),(114688,24262,571,1,1,20089,0,2374.62,-3493.79,152.178,0.023325,300,5,0,8982,0,1,0,0,0),(114689,24262,571,1,1,20089,0,2511.82,-3279.91,146.417,0.236456,300,5,0,8982,0,1,0,0,0),(114690,24262,571,1,1,20089,0,2559.9,-3248.58,147.061,6.24411,300,5,0,8982,0,1,0,0,0),(114691,24262,571,1,1,20089,0,2511.09,-3345.73,147.653,1.99642,300,5,0,8982,0,1,0,0,0),(114692,24262,571,1,1,20089,0,2535.94,-3310.45,147.465,3.45836,300,5,0,8982,0,1,0,0,0),(114693,23688,571,1,1,28345,0,1250.91,-3588.75,158.253,2.08946,300,10,0,7984,0,1,0,0,0),(114694,24262,571,1,1,20089,0,2610.47,-3188.23,142.293,2.95506,300,5,0,8982,0,1,0,0,0),(114695,23688,571,1,1,28345,0,1120.97,-3649.32,159.134,0.905814,300,10,0,7984,0,1,0,0,0),(114696,23688,571,1,1,28345,0,979.87,-3719.63,175.14,3.11653,300,10,0,7984,0,1,0,0,0),(114697,23688,571,1,1,28345,0,1224.98,-3811.82,139.716,4.9138,300,10,0,7984,0,1,0,0,0),(114698,23688,571,1,1,28345,0,1182.5,-3786.1,143.288,3.99338,300,10,0,7984,0,1,0,0,0),(114699,24262,571,1,1,20089,0,2611.37,-3248.87,154.104,4.62372,300,5,0,8982,0,1,0,0,0),(114700,23688,571,1,1,28345,0,1141.02,-3681.17,155.086,2.60017,300,10,0,7984,0,1,0,0,0),(114701,23688,571,1,1,28345,0,1113.19,-3774.55,152.863,2.09871,300,10,0,7984,0,1,0,0,0),(114702,23688,571,1,1,28345,0,1178.48,-3704.37,148.894,3.31053,300,10,0,7984,0,1,0,0,0),(114703,23688,571,1,1,28345,0,1011.72,-3752.15,169.194,4.49393,300,10,0,7984,0,1,0,0,0),(114704,24262,571,1,1,20089,0,2643.85,-3233.26,155.898,3.81908,300,5,0,8982,0,1,0,0,0),(114705,24262,571,1,1,20089,0,2528.37,-3218.44,148.075,2.70414,300,5,0,8982,0,1,0,0,0),(114706,23688,571,1,1,28345,0,1119.93,-3932.4,150.116,6.00319,300,10,0,7984,0,1,0,0,0),(114707,23688,571,1,1,28345,0,1044.68,-3792.83,166.239,4.47722,300,10,0,7984,0,1,0,0,0),(114708,23688,571,1,1,28345,0,1148.17,-3823.5,150.161,0.8082,300,10,0,7984,0,1,0,0,0),(114709,23688,571,1,1,28345,0,1183.96,-3861.45,146.178,5.99948,300,10,0,7984,0,1,0,0,0),(114710,23688,571,1,1,28345,0,1020.43,-3679.68,173.314,0.401174,300,10,0,7984,0,1,0,0,0),(114711,24262,571,1,1,20089,0,2488.28,-3255.39,146.584,2.80175,300,5,0,8982,0,1,0,0,0),(114712,24262,571,1,1,20089,0,2456.36,-3223.74,149.162,4.07107,300,5,0,8982,0,1,0,0,0),(114713,24518,571,1,1,22503,0,1655.63,-3908.88,188.081,4.11209,300,0,0,9291,0,2,0,0,0),(114714,29382,571,1,1,26146,0,8343.51,-84.1464,822.54,4.37485,300,0,0,12175,0,0,0,0,0),(114715,29382,571,1,1,26146,0,8440.19,-24.7479,794.602,4.20817,300,5,0,12175,0,1,0,0,0),(114716,29382,571,1,1,26146,0,8348.22,-56.1245,818.211,1.25089,300,5,0,12175,0,1,0,0,0),(114717,29382,571,1,1,26146,0,8503.66,-222.768,816.961,2.71985,300,0,0,12175,0,0,0,0,0),(114718,29382,571,1,1,26146,0,8380.53,-47.3646,807.234,1.46895,300,5,0,12175,0,1,0,0,0),(114719,29382,571,1,1,26146,0,8359.7,-116.563,821.865,-1.45581,300,0,0,12175,0,0,0,0,0),(114720,29382,571,1,1,26146,0,8480.22,-43.1069,788.36,2.6246,300,0,0,12175,0,0,0,0,0),(114721,29382,571,1,1,26146,0,8322.85,-180.216,844.21,0.921828,300,5,0,12175,0,1,0,0,0),(114722,29382,571,1,1,26146,0,8416.9,-118.784,804.352,5.91287,300,0,0,12175,0,0,0,0,0),(114723,29382,571,1,1,26146,0,8360.81,-117.319,821.959,1.53466,300,0,0,12175,0,0,0,0,0),(114724,29382,571,1,1,26146,0,8484.13,-226.63,820.624,1.56696,300,0,0,12175,0,0,0,0,0),(114725,29382,571,1,1,26146,0,8509.25,-259.863,833.51,5.30026,300,5,0,12175,0,1,0,0,0),(114726,29382,571,1,1,26146,0,8463.04,-209.488,818.588,2.86805,300,0,0,12175,0,0,0,0,0),(114727,29382,571,1,1,26146,0,8453.42,-76.6494,796.734,3.94444,300,0,0,12175,0,0,0,0,0),(114728,26823,571,1,1,25380,1,1604.12,-4838.49,127.053,0.61126,300,5,0,8982,0,1,0,0,0),(114729,26567,571,1,1,23907,0,3814.99,1585.36,86.7818,5.98648,300,0,0,8982,0,0,0,0,0),(114731,28871,571,1,1,25526,0,5198.62,-1314.16,243.223,0.872665,300,0,0,8508,7981,0,0,0,0),(114732,26823,571,1,1,25380,1,1532.32,-4967.79,143.628,1.59348,300,5,0,8982,0,1,0,0,0),(114733,28615,571,1,1,25527,0,5218.97,-1299.12,242.35,4.76475,300,0,0,31905,0,0,0,0,0),(114734,26823,571,1,1,25380,1,1526.34,-5031.8,120.234,5.95157,300,5,0,8982,0,1,0,0,0),(114735,26823,571,1,1,25380,1,1696.88,-4947.93,121.329,1.04664,300,5,0,8982,0,1,0,0,0),(114736,26823,571,1,1,25380,1,1621.64,-4785.33,120.953,1.46607,300,5,0,8982,0,1,0,0,0),(114737,26823,571,1,1,25380,1,1537.69,-4986.71,144.7,0.115238,300,5,0,8982,0,1,0,0,0),(114738,26823,571,1,1,25380,1,1500.25,-5013.6,120.109,1.93534,300,0,0,8982,0,0,0,0,0),(114739,26823,571,1,1,25380,1,1699.53,-4821.67,127.883,5.90663,300,5,0,8982,0,1,0,0,0),(114740,29639,571,1,1,26355,0,7404.38,-2733.83,773.949,2.67035,300,0,0,12600,0,0,0,0,0),(114741,28103,571,1,1,25218,1,6208.47,3873.8,132.398,2.51327,300,0,0,252000,3994,0,0,0,0),(114742,26823,571,1,1,25380,1,1495.17,-5046.21,119.077,5.49763,300,0,0,8982,0,0,0,0,0),(114743,26823,571,1,1,25380,1,1520.56,-5053.74,119.179,0.114562,300,0,0,8982,0,0,0,0,0),(114744,26823,571,1,1,25380,1,1638.46,-4755.03,117.166,3.00197,300,0,0,8982,0,0,0,0,0),(114745,26823,571,1,1,25380,1,1671.43,-4760.26,118.417,6.1221,300,0,0,8982,0,0,0,0,0),(114746,26823,571,1,1,25380,1,1655.52,-4884.36,127.515,3.13741,300,5,0,8982,0,1,0,0,0),(114747,26823,571,1,1,25380,1,1710.09,-4775.98,118.164,5.61162,300,5,0,8982,0,1,0,0,0),(114748,26823,571,1,1,25380,1,1649.14,-4848.13,127.46,1.51699,300,0,0,8982,0,2,0,0,0),(114749,26823,571,1,1,25380,1,1603.77,-4898.74,137.454,4.18159,300,5,0,8982,0,1,0,0,0),(114750,26823,571,1,1,25380,1,1569.13,-4969.94,143.326,3.32183,300,5,0,8982,0,1,0,0,0),(114751,26823,571,1,1,25380,1,1613.95,-4927.06,139.546,3.66881,300,5,0,8982,0,1,0,0,0),(114752,26823,571,1,1,25380,1,1564.16,-4955.01,143.216,2.44346,300,0,0,8982,0,0,0,0,0),(114753,26823,571,1,1,25380,1,1601.4,-4968.98,144.138,0.066634,300,0,0,8982,0,2,0,0,0),(114754,28359,571,1,1,2402,0,793.697,-4080.47,205.634,2.54818,300,0,0,6986,0,0,0,0,0),(114755,26823,571,1,1,25380,1,1597.44,-5032.37,118.014,3.29173,300,0,0,8982,0,0,0,0,0),(114756,26823,571,1,1,25380,1,1568.82,-4936.3,143.681,4.76475,300,0,0,8982,0,0,0,0,0),(114757,26823,571,1,1,25380,1,1792.99,-4875.22,125.996,5.84685,300,0,0,8982,0,0,0,0,0),(114758,26823,571,1,1,25380,1,1853.18,-4881.1,151.794,6.16101,300,0,0,8982,0,0,0,0,0),(114759,26823,571,1,1,25380,1,1511.55,-4924.13,124.316,5.044,300,0,0,8982,0,2,0,0,0),(114760,26823,571,1,1,25380,1,1497.79,-4939.2,120.63,6.10462,300,0,0,8982,0,0,0,0,0),(114761,26823,571,1,1,25380,1,1499.11,-4958.63,121.144,0.534873,300,0,0,8982,0,2,0,0,0),(114762,26823,571,1,1,25380,1,1471.57,-4961.45,115.933,4.38078,300,0,0,8982,0,0,0,0,0),(114763,26823,571,1,1,25380,1,1568.88,-4852.61,126.5,2.43624,300,5,0,8982,0,1,0,0,0),(114764,32711,571,1,1,28185,1,5809.09,576.262,653.035,5.0091,300,0,0,10635,3561,2,0,0,0),(114765,30151,571,1,1,26241,0,8176.14,134.16,899.038,2.25148,300,5,0,12600,3994,1,0,0,0),(114766,30151,571,1,1,26241,0,7935.43,-19.3993,960.934,6.14356,300,5,0,12600,3994,1,0,0,0),(114767,30151,571,1,1,26241,0,7900.69,95.7785,1030.94,5.91667,300,5,0,12600,3994,1,0,0,0),(114768,29639,571,1,1,26355,0,7415,-2879.32,822.751,3.9619,300,0,0,12600,0,0,0,0,0),(114769,29639,571,1,1,26355,0,7418.76,-2763.43,793.493,1.91986,300,0,0,12600,0,0,0,0,0),(114770,29639,571,1,1,26355,0,7239.18,-2770.14,776.741,5.06145,300,0,0,12600,0,0,0,0,0),(114771,29639,571,1,1,26355,0,7370.95,-2748.09,770.042,2.14675,300,0,0,12600,0,0,0,0,0),(114772,29639,571,1,1,26355,0,7414.63,-2693.48,776.725,3.61283,300,0,0,12600,0,0,0,0,0),(114773,29639,571,1,1,26355,0,7316.19,-2750.52,774.841,4.45059,300,0,0,12600,0,0,0,0,0),(114774,29639,571,1,1,26355,0,7256.64,-2853.92,820.285,1.36136,300,0,0,12600,0,0,0,0,0),(114775,29639,571,1,1,26355,0,7397.82,-2820.1,796.923,2.09439,300,0,0,12600,0,0,0,0,0),(114776,29639,571,1,1,26355,0,7322.21,-2872.76,822.214,0.628319,300,0,0,12600,0,0,0,0,0),(114777,30152,571,1,1,26093,1,8388.08,-382.951,903.202,5.89921,300,0,0,36525,3893,0,0,0,0),(114778,26568,571,1,1,23908,0,3823.75,1596.66,86.7552,4.81711,300,0,0,9291,0,0,0,0,0),(114780,28872,571,1,1,25627,0,5206.74,-1306.5,242.825,5.34071,300,0,0,10635,0,0,0,0,0),(114781,29640,571,1,1,26398,0,5861.59,751.648,640.596,5.06039,300,0,0,10635,0,2,0,0,0),(114782,24009,571,1,1,21779,1,1870.16,-5919,6.83835,1.27409,60,0,0,4979,0,0,0,0,0),(114783,24010,571,1,1,21748,1,1818.45,-5906.87,6.47032,0.261799,60,0,0,9958,0,0,0,0,0),(114784,24010,571,1,1,21748,1,1842.9,-5919.48,6.69296,0.296706,60,0,0,9958,0,0,0,0,0),(114785,24009,571,1,1,21782,1,1905.34,-5931.71,5.53854,1.74533,60,0,0,4979,0,0,0,0,0),(114786,24009,571,1,1,21783,1,1885.37,-5951.13,8.80051,5.53269,60,0,0,4979,0,0,0,0,0),(114787,24009,571,1,1,21783,1,1737.28,-5994.71,7.26508,2.82743,60,0,0,4979,0,0,0,0,0),(114788,24009,571,1,1,21779,1,1749.4,-5936.78,6.76907,6.23082,60,0,0,4979,0,0,0,0,0),(114789,24010,571,1,1,21749,1,1722.78,-5906.4,7.22198,1.29154,60,0,0,9958,0,0,0,0,0),(114790,24009,571,1,1,21779,1,1757.03,-5972.5,6.07403,5.86431,60,0,0,4979,0,0,0,0,0),(114791,24009,571,1,1,21782,1,1784.74,-5917.28,7.10949,0.226893,60,0,0,4979,0,0,0,0,0),(114792,24010,571,1,1,21748,1,1832.99,-5890.45,7.04957,3.28122,60,0,0,9958,0,0,0,0,0),(114793,24009,571,1,1,21783,1,1770.24,-5896.44,6.80419,3.49066,60,0,0,4979,0,0,0,0,0),(114794,24010,571,1,1,21749,1,1765.67,-5876.8,7.63768,0.628319,60,0,0,9958,0,0,0,0,0),(114795,24009,571,1,1,21783,1,1769.02,-6004.41,6.60238,1.93731,60,0,0,4979,0,0,0,0,0),(114796,24010,571,1,1,21750,1,1809.73,-5856.58,5.16264,0.122173,60,0,0,9958,0,0,0,0,0),(114797,24009,571,1,1,21779,1,1748.8,-5917.13,6.65714,4.67748,60,0,0,4979,0,0,0,0,0),(114798,24009,571,1,1,21779,1,1697.67,-5940.52,6.95796,3.87463,60,0,0,4979,0,0,0,0,0),(114799,24010,571,1,1,21749,1,1802.12,-5970.23,7.65048,0.017453,60,0,0,9958,0,0,0,0,0),(114800,24010,571,1,1,21749,1,1701.77,-5925.27,6.34278,3.54302,60,0,0,9958,0,0,0,0,0),(114803,25800,571,1,1,23385,1,2355.49,4980.15,-33.2764,2.18344,300,5,0,9610,0,1,0,0,0),(114804,29384,571,1,1,24119,1,7779.95,-7.85428,863.288,0.436332,300,0,0,11379,3725,0,0,0,0),(114805,29384,571,1,1,24119,1,7768.5,-16.3215,864.401,4.97419,300,0,0,11379,3725,0,0,0,0),(114806,29384,571,1,1,24109,1,7765.59,3.3725,865.402,0.907571,300,0,0,11379,3725,0,0,0,0),(114807,29384,571,1,1,24119,1,7757.49,-4.93696,865.046,3.9619,300,0,0,11379,3725,0,0,0,0),(114808,29384,571,1,1,24109,1,7739.95,3.09256,865.924,0.698132,300,0,0,11379,3725,0,0,0,0),(114809,29384,571,1,1,24109,1,7717.46,-10.003,866.548,3.00197,300,0,0,11379,3725,0,0,0,0),(114810,29384,571,1,1,24119,1,7718.13,1.12424,867.422,2.18166,300,0,0,11379,3725,0,0,0,0),(114811,29384,571,1,1,24109,1,7726.93,-9.0893,865.713,1.53589,300,0,0,11379,3725,0,0,0,0),(114812,29384,571,1,1,24119,1,7725.98,-16.9702,867.889,0.174533,300,0,0,11379,3725,0,0,0,0),(114813,29384,571,1,1,24119,1,7745.44,-55.2878,870.791,2.61799,300,0,0,11379,3725,0,0,0,0),(114814,29384,571,1,1,24109,1,7758,-58.6022,874.882,0.959931,300,0,0,11379,3725,0,0,0,0),(114815,29384,571,1,1,24119,1,7736.01,-36.4654,869.137,3.33358,300,0,0,11379,3725,0,0,0,0),(114816,29384,571,1,1,24119,1,7747.33,-47.0222,869.699,0.994838,300,0,0,11379,3725,0,0,0,0),(114817,29384,571,1,1,24119,1,7802.94,-38.8197,879.365,4.10152,300,0,0,11379,3725,0,0,0,0),(114818,29384,571,1,1,24109,1,7813.86,-53.6242,883.704,5.07891,300,0,0,11379,3725,0,0,0,0),(114819,29384,571,1,1,24119,1,7823.12,-55.0061,882.261,4.83456,300,0,0,11379,3725,0,0,0,0),(114820,29384,571,1,1,24109,1,7803.02,-53.6252,883.989,4.90438,300,0,0,11379,3725,0,0,0,0),(114821,29384,571,1,1,24119,1,7815.56,-36.9655,879.795,1.62316,300,0,0,11379,3725,0,0,0,0),(114822,29384,571,1,1,24109,1,7831.03,-46.3043,882.246,5.86431,300,0,0,11379,3725,0,0,0,0),(114823,26825,571,1,1,25387,1,1613.04,-4828.8,126.511,0.087266,300,0,0,7984,3080,0,0,0,0),(114824,26825,571,1,1,25387,1,1542.46,-5044.24,119.112,1.52583,300,5,0,7984,3080,1,0,0,0),(114825,27337,571,1,1,24565,1,3217.97,-676.215,174.922,4.29351,300,0,0,56895,0,0,0,0,0),(114827,26569,571,1,1,23909,0,3835.82,1597,86.7992,4.57276,300,0,0,9940,3387,0,0,0,0),(114828,31689,571,1,1,27657,0,5858.31,576.406,653.961,4.10152,300,0,0,10635,0,0,0,0,0),(114829,28617,571,1,1,19595,0,6175.33,-2017.83,404.306,5.72468,300,5,0,4979,0,1,0,0,0),(114830,28617,571,1,1,19595,0,6175.81,-2017,412.042,0.506145,300,5,0,4979,0,1,0,0,0),(114831,28617,571,1,1,19595,0,6175.23,-2017.48,455.081,4.81711,300,5,0,4979,0,1,0,0,0),(114832,28617,571,1,1,19595,0,6175.13,-2017.31,245.356,3.36848,300,5,0,4979,0,1,0,0,0),(114833,26825,571,1,1,25387,1,1539.95,-5029.12,120.087,1.72011,300,5,0,7984,3080,1,0,0,0),(114834,26825,571,1,1,25387,1,1633.68,-4823.57,126.511,4.04916,300,0,0,7984,3080,0,0,0,0),(114835,26825,571,1,1,25387,1,1639.2,-4796.88,125.929,1.9104,300,5,0,7984,3080,1,0,0,0),(114836,26825,571,1,1,25387,1,1685.33,-4801.67,125.47,5.17801,300,5,0,7984,3080,1,0,0,0),(114837,29641,571,1,1,27782,0,5862.61,712.392,645.79,4.76475,300,0,0,10635,0,0,0,0,0),(114838,26825,571,1,1,25387,1,1684.82,-4778.39,121.981,0.064655,300,5,0,7984,3080,1,0,0,0),(114839,26825,571,1,1,25387,1,1672.33,-4796.17,126.298,3.49658,300,5,0,7984,3080,1,0,0,0),(114840,26825,571,1,1,25387,1,1688.57,-4831.23,126.32,2.97504,300,5,0,7984,3080,1,0,0,0),(114841,29129,571,1,1,24454,0,4839.16,-3059.7,292.399,5.55499,300,5,0,10635,3561,1,0,0,0),(114842,26825,571,1,1,25387,1,1625.1,-4972.8,144.123,3.84256,300,5,0,7984,3080,1,0,0,0),(114843,26825,571,1,1,25387,1,1655.26,-4908.99,128.034,0.736018,300,5,0,7984,3080,1,0,0,0),(114844,26825,571,1,1,25387,1,1670.93,-4895.27,127.084,0.77907,300,5,0,7984,3080,1,0,0,0),(114845,29129,571,1,1,24454,0,4807.54,-3097.89,291.047,1.72271,300,5,0,10635,3561,1,0,0,0),(114846,29129,571,1,1,24448,0,4889.48,-2908.81,289.846,5.59621,300,5,0,10635,3561,1,0,0,0),(114847,26825,571,1,1,25387,1,1692.99,-4843.49,125.759,0.268043,300,5,0,7984,3080,1,0,0,0),(114848,26825,571,1,1,25387,1,1560.73,-4970.86,143.228,1.13446,300,0,0,7984,3080,0,0,0,0),(114849,26825,571,1,1,25387,1,1608.51,-4945.39,145.107,0.232937,300,5,0,7984,3080,1,0,0,0),(114851,29129,571,1,1,24448,0,4925.29,-2847.63,289.471,5.97497,300,5,0,10635,3561,1,0,0,0),(114852,29129,571,1,1,24448,0,4887.04,-2951.77,291.542,2.41601,300,5,0,10635,3561,1,0,0,0),(114853,26825,571,1,1,25387,1,1886.73,-4889.36,168.348,0.314159,300,0,0,7984,3080,0,0,0,0),(114854,29129,571,1,1,24448,0,4933.61,-3001.19,291.05,3.17524,300,5,0,10635,3561,1,0,0,0),(114855,29129,571,1,1,24448,0,5579.72,-2411.97,287.601,1.81551,300,5,0,10635,3561,1,0,0,0),(114856,29129,571,1,1,24448,0,5656.17,-2339.04,287.568,2.89662,300,5,0,10635,3561,1,0,0,0),(114857,29129,571,1,1,24448,0,5665.38,-2557.05,287.614,2.35621,300,5,0,10635,3561,1,0,0,0),(114858,29129,571,1,1,24454,0,5641.22,-2486.3,287.547,5.10855,300,0,0,10635,3561,0,0,0,0),(114859,29129,571,1,1,24448,0,5665.11,-2470.07,287.543,0.508748,300,0,0,10635,3561,0,0,0,0),(114860,29129,571,1,1,24454,0,5624.09,-2565.4,287.653,2.64811,300,5,0,10635,3561,1,0,0,0),(114861,29129,571,1,1,24448,0,5652.43,-2390.27,287.636,3.63097,300,0,0,10635,3561,0,0,0,0),(114862,29129,571,1,1,24448,0,5660.07,-2478.51,287.542,3.01222,300,5,0,10635,3561,1,0,0,0),(114863,29129,571,1,1,24448,0,5629.61,-2427.6,287.617,4.44003,300,5,0,10635,3561,1,0,0,0),(114864,29129,571,1,1,24454,0,5637.37,-2551.54,287.603,2.53679,300,5,0,10635,3561,1,0,0,0),(114865,29129,571,1,1,24448,0,5680.31,-2569.3,287.61,4.5204,300,0,0,10635,3561,0,0,0,0),(114866,29129,571,1,1,24454,0,5688.06,-2389.79,287.633,2.00713,300,0,0,10635,3561,0,0,0,0),(76302,25334,571,1,1,0,0,2766.58,6751.2,7.29528,4.2586,120,0,0,44910,15775,0,0,0,0),(114868,26826,571,1,1,25640,1,1614.28,-4816.94,126.544,0.723146,300,5,0,8982,0,1,0,0,0),(114869,29130,571,1,1,25933,0,5265.14,4480.17,-82.4836,3.54302,300,0,0,117700,0,0,0,0,0),(114870,28874,571,1,1,19595,0,6194.66,-2081.99,395.488,1.0821,300,5,0,4979,0,1,0,0,0),(114871,28874,571,1,1,19595,0,6174.32,-2056.13,407.597,2.33874,300,5,0,4979,0,1,0,0,0),(114872,28874,571,1,1,19595,0,6325.6,-2271.29,339.259,1.32645,300,5,0,4979,0,1,0,0,0),(114873,28874,571,1,1,19595,0,6248.47,-2155,317.759,4.08407,300,5,0,4979,0,1,0,0,0),(114874,28874,571,1,1,19595,0,6215.07,-2108.13,378.307,3.07178,300,5,0,4979,0,1,0,0,0),(114875,28874,571,1,1,19595,0,6231.26,-2128.88,348.097,0,300,5,0,4979,0,1,0,0,0),(114876,29642,571,1,1,26400,0,6117.76,-947.621,392.965,3.7537,300,5,0,11379,0,1,0,0,0),(114877,28618,571,1,1,25581,0,5192.26,-2207.04,239.482,2.82743,300,0,0,31905,0,0,0,0,0),(114878,26570,571,1,1,26858,0,4512.29,-1950.73,161.236,4.21661,300,20,0,13419,0,1,0,0,0),(114879,26570,571,1,1,26858,0,4517.46,-2162.84,163.966,2.14145,300,20,0,13419,0,1,0,0,0),(114880,26570,571,1,1,26858,0,4532.81,-2141.15,160.966,2.9999,300,20,0,13419,0,1,0,0,0),(114881,26570,571,1,1,26858,0,4555.88,-1938.19,160.948,4.54224,300,20,0,13419,0,1,0,0,0),(114882,26570,571,1,1,26856,0,4548.59,-1940.11,160.948,5.10828,300,20,0,13419,0,1,0,0,0),(114883,26570,571,1,1,26856,0,4557.99,-1926.04,160.948,2.63514,300,20,0,13419,0,1,0,0,0),(114884,26570,571,1,1,26857,0,4547.87,-1948.43,160.948,5.43644,300,20,0,13419,0,1,0,0,0),(114885,26570,571,1,1,26856,0,4527.08,-1954.09,160.948,4.78195,300,20,0,13419,0,1,0,0,0),(114886,26570,571,1,1,26856,0,4560.63,-1957.67,160.948,4.59753,300,20,0,13419,0,1,0,0,0),(114887,26570,571,1,1,26858,0,4567.11,-1941.81,160.923,1.28603,300,20,0,13419,0,1,0,0,0),(114888,26570,571,1,1,26857,0,4528.82,-1987.14,160.946,0.751798,300,20,0,13419,0,1,0,0,0),(114889,26570,571,1,1,26859,0,4507.03,-1981.44,160.946,5.09127,300,20,0,13419,0,1,0,0,0),(114890,26570,571,1,1,26856,0,4542.32,-1943.3,160.948,5.50132,300,20,0,13419,0,1,0,0,0),(114891,26570,571,1,1,26858,0,4508.64,-2108.63,160.948,3.78772,300,20,0,13419,0,1,0,0,0),(114892,26570,571,1,1,26859,0,4555.22,-2147.24,160.966,3.08238,300,20,0,13419,0,1,0,0,0),(114893,26570,571,1,1,26856,0,4558.91,-2148.3,160.966,5.7292,300,20,0,13419,0,1,0,0,0),(114894,26570,571,1,1,26856,0,4555.79,-2139.22,160.966,6.17411,300,20,0,13419,0,1,0,0,0),(114895,26570,571,1,1,26857,0,4541.97,-2099.47,160.948,0.963794,300,20,0,13419,0,1,0,0,0),(114896,26570,571,1,1,26856,0,4544.51,-1964.14,160.948,4.793,300,20,0,13419,0,1,0,0,0),(114897,26570,571,1,1,26859,0,4544.08,-2107.83,160.948,3.78087,300,20,0,13419,0,1,0,0,0),(114898,26570,571,1,1,26858,0,4555.09,-2129.27,160.948,0.447229,300,20,0,13419,0,1,0,0,0),(114899,26570,571,1,1,26859,0,4542.82,-2111.94,160.948,3.61566,300,20,0,13419,0,1,0,0,0),(114900,26570,571,1,1,26859,0,4540.2,-2128.89,160.948,1.28,300,20,0,13419,0,1,0,0,0),(114902,26570,571,1,1,26859,0,4529.69,-2121.94,160.948,4.64497,300,20,0,13419,0,1,0,0,0),(114903,26570,571,1,1,26857,0,4504.11,-2119.53,160.948,2.46938,300,20,0,13419,0,1,0,0,0),(114904,26570,571,1,1,26857,0,4507.28,-2138.35,164.212,5.49558,300,20,0,13419,0,1,0,0,0),(114905,26570,571,1,1,26857,0,4526.08,-1959.99,160.948,1.21506,300,20,0,13419,0,1,0,0,0),(114906,26570,571,1,1,26857,0,4515.23,-1969.64,160.946,2.42396,300,20,0,13419,0,1,0,0,0),(114907,26570,571,1,1,26859,0,4552.36,-1971.04,160.948,0.111366,300,20,0,13419,0,1,0,0,0),(114908,26570,571,1,1,26858,0,4535.56,-1985.27,160.948,3.79631,300,20,0,13419,0,1,0,0,0),(114909,26570,571,1,1,26858,0,4563.18,-1966.21,160.948,5.70911,300,20,0,13419,0,1,0,0,0),(114910,26570,571,1,1,26857,0,4555.98,-1972.58,160.948,4.51988,300,20,0,13419,0,1,0,0,0),(114911,26570,571,1,1,26856,0,4546.45,-1980.85,160.948,6.18196,300,20,0,13419,0,1,0,0,0),(114912,26570,571,1,1,26858,0,4564.61,-2127.16,160.948,4.01998,300,20,0,13419,0,1,0,0,0),(114913,26570,571,1,1,26858,0,4553.78,-2121.01,160.948,3.70515,300,20,0,13419,0,1,0,0,0),(114914,26570,571,1,1,26857,0,4542.68,-2125.99,160.948,3.52756,300,20,0,13419,0,1,0,0,0),(114915,26570,571,1,1,26857,0,4530.44,-2131.39,160.948,4.51281,300,20,0,13419,0,1,0,0,0),(114916,26570,571,1,1,26859,0,4503.58,-2140.74,165.091,3.82288,300,20,0,13419,0,1,0,0,0),(114917,26570,571,1,1,26857,0,4552.59,-2106.13,160.948,1.1931,300,20,0,13419,0,1,0,0,0),(114918,26570,571,1,1,26857,0,4539.46,-2101.48,160.948,0.442079,300,20,0,13419,0,1,0,0,0),(114919,26570,571,1,1,26857,0,4524.23,-2114.45,160.948,1.19801,300,20,0,13419,0,1,0,0,0),(114920,26570,571,1,1,26858,0,4505.68,-2115.77,161.019,4.39171,300,20,0,13419,0,1,0,0,0),(114921,26570,571,1,1,26856,0,4516.43,-2109.36,160.948,6.15768,300,20,0,13419,0,1,0,0,0),(114922,26570,571,1,1,26857,0,4569.05,-2152.15,160.907,6.23917,300,20,0,13419,0,1,0,0,0),(114923,26570,571,1,1,26858,0,4541.58,-2107.88,160.948,3.3769,300,20,0,13419,0,1,0,0,0),(114924,26570,571,1,1,26859,0,4551.2,-2148.08,160.966,3.39727,300,20,0,13419,0,1,0,0,0),(114926,26570,571,1,1,26859,0,4530.97,-2128.91,160.948,1.0324,300,20,0,13419,0,1,0,0,0),(114927,26570,571,1,1,26857,0,4568.45,-2122.8,160.907,6.02372,300,20,0,13419,0,1,0,0,0),(114928,26570,571,1,1,26856,0,4552.45,-2136.18,160.966,0.169124,300,20,0,13419,0,1,0,0,0),(114929,26570,571,1,1,26858,0,4556.66,-2132.46,160.948,5.88937,300,20,0,13419,0,1,0,0,0),(114930,26570,571,1,1,26858,0,4546.29,-2137.28,160.966,5.48694,300,20,0,13419,0,1,0,0,0),(114931,26570,571,1,1,26859,0,4552.65,-2130.03,160.948,4.81077,300,20,0,13419,0,1,0,0,0),(114932,25802,571,1,1,23387,1,3954.9,5478.45,35.7016,4.39823,300,0,0,28830,0,0,0,0,0),(114933,32714,571,1,1,28190,1,5888.38,736.455,639.274,3.3388,300,0,0,8508,7981,2,0,0,0),(114934,30154,571,1,1,25771,1,6889.73,-1590,821.163,5.53269,300,0,0,12175,0,0,0,0,0),(114935,25291,571,1,1,23055,1,3614.86,5978.05,136.3,3.90954,300,0,0,7688,7500,0,0,0,0),(114936,29131,571,1,1,25387,0,5258.89,4476.82,-84.2206,1.85005,300,0,0,110010,0,0,0,0,0),(114937,29643,571,1,1,26401,0,6036.64,-751.127,370.176,1.58825,300,5,0,11379,0,1,0,0,0),(114938,26827,571,1,1,25381,1,1673.93,-4985.86,118.192,1.6057,300,0,0,7984,0,0,0,0,0),(114939,26827,571,1,1,25381,1,1661.51,-4980.36,118.8,0.733038,300,0,0,7984,0,0,0,0,0),(114940,26827,571,1,1,25381,1,1545.74,-4888.86,129.753,0.820305,300,0,0,7984,0,0,0,0,0),(114941,26827,571,1,1,25381,1,1717.95,-4876.33,126.254,0.087266,300,0,0,7984,0,0,0,0,0),(114942,26827,571,1,1,25381,1,1718.11,-4883.71,125.953,3.12458,300,0,0,7984,0,2,0,0,0),(114943,26827,571,1,1,25381,1,1718.27,-4889.05,126.19,6.0912,300,0,0,7984,0,0,0,0,0),(114944,26827,571,1,1,25381,1,1905.93,-4879.94,172.084,3.24942,300,0,0,7984,0,2,0,0,0),(114945,26827,571,1,1,25381,1,1557.11,-5026.99,119.962,3.32715,300,5,0,7984,0,1,0,0,0),(114946,26827,571,1,1,25381,1,1887.53,-4878.46,168.522,0,300,0,0,7984,0,0,0,0,0),(114947,26827,571,1,1,25381,1,1538.22,-4881.39,129.323,0.523599,300,0,0,7984,0,0,0,0,0),(114948,26827,571,1,1,25381,1,1679.55,-4822.87,126.31,6.19543,300,5,0,7984,0,1,0,0,0),(114949,26827,571,1,1,25381,1,1695.43,-4778.49,120.313,4.13525,300,5,0,7984,0,1,0,0,0),(114950,26827,571,1,1,25381,1,1655.9,-4903.88,127.43,0.862159,300,5,0,7984,0,1,0,0,0),(114951,25803,571,1,1,23388,1,2730.85,5273.42,71.647,5.08637,300,0,0,9610,0,0,0,0,0),(114952,32715,571,1,1,28191,1,5869.24,652.247,645.765,2.39557,300,0,0,8508,7981,2,0,0,0),(114953,25292,571,1,1,25981,1,3510.62,5440.93,54.8075,4.81711,300,0,0,9610,0,0,0,0,0),(114954,28108,571,1,1,14706,0,5454.55,3946.73,-73.6866,5.43073,300,5,0,10635,0,1,0,0,0),(114955,28108,571,1,1,14706,0,5445.16,4139.3,-90.4675,5.31096,300,5,0,10635,0,1,0,0,0),(114956,29132,571,1,1,25386,0,5258.02,4480.66,-84.1623,4.93928,300,0,0,110010,0,0,0,0,0),(114957,28108,571,1,1,14706,0,5944.7,4213.77,-79.5553,1.87375,300,5,0,10635,0,1,0,0,0),(114958,29644,571,1,1,26402,0,6035.01,-750.435,369.926,1.50098,300,5,0,11379,0,1,0,0,0),(114959,28108,571,1,1,14706,0,5588.76,3586.92,-22.5334,0.868462,300,5,0,10635,0,1,0,0,0),(114960,27340,571,1,1,25376,1,2763.63,-1342.07,41.6018,0.155847,300,5,0,9291,0,1,0,0,0),(114961,28108,571,1,1,14706,0,5411.1,3986.55,-76.5012,1.82355,300,5,0,10635,0,1,0,0,0),(114962,28108,571,1,1,14706,0,5451.13,3890.68,-68.2895,1.65029,300,5,0,10635,0,1,0,0,0),(114963,28108,571,1,1,14706,0,6085.3,4158.54,-55.5236,2.73606,300,5,0,10635,0,1,0,0,0),(114964,28108,571,1,1,14706,0,6111.17,4042.79,-36.254,4.59094,300,5,0,10635,0,1,0,0,0),(114965,28108,571,1,1,14706,0,5710.01,4283.13,-104.3,3.30241,300,5,0,10635,0,1,0,0,0),(114966,28108,571,1,1,14706,0,6045.06,4180.64,-64.2807,1.85089,300,5,0,10635,0,1,0,0,0),(114967,28108,571,1,1,14706,0,5498.05,4267.95,-110.242,1.05734,300,5,0,10635,0,1,0,0,0),(114968,28108,571,1,1,14706,0,5355.52,4122.15,-87.5346,5.60999,300,5,0,10635,0,1,0,0,0),(114969,28108,571,1,1,14706,0,5411.72,4165.33,-91.4308,4.90132,300,5,0,10635,0,1,0,0,0),(114970,28108,571,1,1,14706,0,5518.99,4214.66,-97.7828,0.596105,300,5,0,10635,0,1,0,0,0),(114971,28108,571,1,1,14706,0,5554.35,4270.24,-105.609,5.2802,300,5,0,10635,0,1,0,0,0),(114972,28108,571,1,1,14706,0,5446.82,4315.32,-135.638,5.78325,300,5,0,10635,0,1,0,0,0),(114973,28108,571,1,1,14706,0,5561.25,3559.24,-17.2249,3.31044,300,5,0,10635,0,1,0,0,0),(114974,28108,571,1,1,14706,0,5459.03,3652.82,-28.5981,5.05482,300,5,0,10635,0,1,0,0,0),(114975,28108,571,1,1,14706,0,5474.03,3622.08,-21.6082,2.54455,300,5,0,10635,0,1,0,0,0),(114976,28108,571,1,1,14706,0,5481.75,3543.28,-9.89662,5.77761,300,5,0,10635,0,1,0,0,0),(114977,28108,571,1,1,14706,0,5822.91,3944.08,-64.4584,5.42559,300,5,0,10635,0,1,0,0,0),(114978,28108,571,1,1,14706,0,5945.36,3913.75,-39.6038,3.59617,300,5,0,10635,0,1,0,0,0),(114979,28108,571,1,1,14706,0,5880.04,3876.74,-41.3168,3.80939,300,5,0,10635,0,1,0,0,0),(114980,28108,571,1,1,14706,0,5845.85,3920.74,-59.6771,0.508664,300,5,0,10635,0,1,0,0,0),(114981,28108,571,1,1,14706,0,5410.71,4249.38,-100.654,1.18412,300,5,0,10635,0,1,0,0,0),(114982,28108,571,1,1,14706,0,6043.92,4123.5,-60.6529,0.752383,300,5,0,10635,0,1,0,0,0),(114983,28108,571,1,1,14706,0,6011.19,4146.3,-62.3066,3.83654,300,5,0,10635,0,1,0,0,0),(114984,28108,571,1,1,14706,0,5553.45,3761.6,-111.773,5.84685,300,0,0,10635,0,0,0,0,0),(114985,28108,571,1,1,14706,0,5753.16,3845.12,-63.2614,4.58624,300,5,0,10635,0,1,0,0,0),(114986,28108,571,1,1,14706,0,6112.15,4122.65,-47.8552,1.29534,300,5,0,10635,0,1,0,0,0),(114987,28108,571,1,1,14706,0,5912.65,3778.75,-10.689,1.89069,300,5,0,10635,0,1,0,0,0),(114988,28108,571,1,1,14706,0,5972.29,3844.37,-10.9081,3.57747,300,5,0,10635,0,1,0,0,0),(114989,28108,571,1,1,14706,0,5850.4,3726.02,-16.1477,3.61092,300,5,0,10635,0,1,0,0,0),(114990,28108,571,1,1,14706,0,5870.47,3760.99,-17.6519,2.09648,300,5,0,10635,0,1,0,0,0),(114991,28108,571,1,1,14706,0,5418.08,4061.56,-82.1445,3.47168,300,5,0,10635,0,1,0,0,0),(114992,28108,571,1,1,14706,0,5945.13,3808.39,-8.88156,5.39461,300,5,0,10635,0,1,0,0,0),(114993,28108,571,1,1,14706,0,5616.65,4284.54,-103.367,4.82808,300,5,0,10635,0,1,0,0,0),(114994,28108,571,1,1,14706,0,5875.36,3587.54,7.39174,5.77704,300,0,0,10635,0,0,0,0,0),(114995,28108,571,1,1,14706,0,5854.56,3630.97,6.97543,3.54302,300,0,0,10635,0,0,0,0,0),(114996,28108,571,1,1,14706,0,5818.65,4022.87,-82.0588,1.62402,300,5,0,10635,0,1,0,0,0),(114997,28108,571,1,1,14706,0,5814.69,3849.79,-52.2647,4.55531,300,0,0,10635,0,0,0,0,0),(114998,28108,571,1,1,14706,0,5918.13,4189.1,-79.9539,3.58653,300,5,0,10635,0,1,0,0,0),(114999,28108,571,1,1,14706,0,5618.21,4223.29,-95.2305,2.33874,300,5,0,10635,0,1,0,0,0),(115000,28108,571,1,1,14706,0,5824.41,4062.2,-87.35,-1.26737,300,0,0,10635,0,0,0,0,0),(115001,28108,571,1,1,14706,0,5925.13,4135.45,-84.8991,3.80367,300,5,0,10635,0,1,0,0,0),(115002,28108,571,1,1,14706,0,5688.79,3577.75,-13.7189,4.66215,300,5,0,10635,0,1,0,0,0),(115003,28108,571,1,1,14706,0,6031.82,4078.54,-58.5653,3.0916,300,0,0,10635,0,0,0,0,0),(115004,28108,571,1,1,14706,0,5903.18,4082.53,-87.3979,2.98451,300,0,0,10635,0,0,0,0,0),(115005,28108,571,1,1,14706,0,5914.03,4089.34,-87.3693,3.89081,300,5,0,10635,0,1,0,0,0),(115006,28108,571,1,1,14706,0,5881.87,4066.08,-87.4102,3.81971,300,5,0,10635,0,1,0,0,0),(115007,28108,571,1,1,14706,0,5976.8,4125.09,-76.391,2.24117,300,0,0,10635,0,0,0,0,0),(115008,28108,571,1,1,14706,0,5642.21,3551.12,-14.431,3.05677,300,5,0,10635,0,1,0,0,0),(115009,28108,571,1,1,14706,0,5891.18,4098.11,-85.8543,2.53073,300,0,0,10635,0,0,0,0,0),(115011,28108,571,1,1,14706,0,5916.14,4091.3,-86.3395,5.16779,300,5,0,10635,0,1,0,0,0),(115012,28108,571,1,1,14706,0,5848.62,3814.86,-39.1224,2.55474,300,5,0,10635,0,1,0,0,0),(115013,28108,571,1,1,14706,0,5779.32,3857.41,-64.8752,3.09622,300,5,0,10635,0,1,0,0,0),(115014,28108,571,1,1,14706,0,5554.43,3655.78,-25.7734,2.93641,300,5,0,10635,0,1,0,0,0),(115015,28108,571,1,1,14706,0,5866.44,3654.62,-3.29976,3.36848,300,0,0,10635,0,0,0,0,0),(115016,28108,571,1,1,14706,0,5802.63,4049.33,-82.7373,0.382529,300,0,0,10635,0,0,0,0,0),(115017,28108,571,1,1,14706,0,5835.04,3649.08,-5.93504,4.41568,300,0,0,10635,0,0,0,0,0),(115018,28108,571,1,1,14706,0,5837.31,3669.61,-4.51347,3.33358,300,0,0,10635,0,0,0,0,0),(115019,28108,571,1,1,14706,0,5813.96,4020.17,-81.3962,5.76352,300,5,0,10635,0,1,0,0,0),(115020,28108,571,1,1,14706,0,5816.02,4015.98,-81.009,0.726259,300,5,0,10635,0,1,0,0,0),(115021,28108,571,1,1,14706,0,5755.02,3945,-71.8916,3.04979,300,5,0,10635,0,1,0,0,0),(115022,28108,571,1,1,14706,0,5924.31,4185.39,-78.9505,2.15856,300,5,0,10635,0,1,0,0,0),(115023,28108,571,1,1,14706,0,5862.59,4075.24,-87.4654,5.96166,300,5,0,10635,0,1,0,0,0),(115024,28108,571,1,1,14706,0,5964.98,4084.03,-70.7281,2.8217,300,5,0,10635,0,1,0,0,0),(115025,28108,571,1,1,14706,0,5867.26,3676.47,-3.44032,1.13446,300,0,0,10635,0,0,0,0,0),(115026,28108,571,1,1,14706,0,5926.92,4136.84,-84.1576,3.79895,300,5,0,10635,0,1,0,0,0),(115027,28108,571,1,1,14706,0,5821.16,4064.79,-87.308,5.61954,300,5,0,10635,0,1,0,0,0),(115028,28108,571,1,1,14706,0,5889.11,4096.36,-87.3738,1.52637,300,5,0,10635,0,1,0,0,0),(115029,28108,571,1,1,14706,0,5913.2,4081.98,-87.3693,0.545505,300,5,0,10635,0,1,0,0,0),(115030,28108,571,1,1,14706,0,6004.78,4097.14,-66.1903,4.40668,300,5,0,10635,0,1,0,0,0),(115031,28108,571,1,1,14706,0,5835.12,4044.62,-86.9794,2.9651,300,0,0,10635,0,0,0,0,0),(115032,28108,571,1,1,14706,0,5806.98,4043.93,-83.2208,1.88766,300,0,0,10635,0,0,0,0,0),(115033,28108,571,1,1,14706,0,5942.31,4152.49,-81.7334,0.377946,300,5,0,10635,0,1,0,0,0),(115034,28108,571,1,1,14706,0,5944.25,4140.09,-82.3363,5.00289,300,5,0,10635,0,1,0,0,0),(115035,28108,571,1,1,14706,0,5875.97,4065.41,-87.4102,3.31812,300,5,0,10635,0,1,0,0,0),(115036,28108,571,1,1,14706,0,5901.4,4081.23,-87.3693,0.631418,300,5,0,10635,0,1,0,0,0),(115037,28108,571,1,1,14706,0,5762.04,3821.53,-54.1122,0.855483,300,5,0,10635,0,1,0,0,0),(115038,28108,571,1,1,14706,0,5766.56,3646.45,-16.4138,0.663225,300,0,0,10635,0,0,0,0,0),(115039,28108,571,1,1,14706,0,5768.29,3589.49,-9.7025,1.22173,300,0,0,10635,0,0,0,0,0),(115040,28108,571,1,1,14706,0,5757.63,3615.09,-15.895,4.59022,300,0,0,10635,0,0,0,0,0),(115041,28108,571,1,1,14706,0,5770.28,3554.25,-10.0772,5.5676,300,0,0,10635,0,0,0,0,0),(115042,28108,571,1,1,14706,0,5731.96,3602.25,-16.7771,0.174533,300,0,0,10635,0,0,0,0,0),(115043,28108,571,1,1,14706,0,5818.63,3576.36,-8.37338,1.0472,300,0,0,10635,0,0,0,0,0),(115044,28108,571,1,1,14706,0,5735.46,3639.28,-16.5955,3.83972,300,0,0,10635,0,0,0,0,0),(115045,28108,571,1,1,14706,0,5569.65,3812.94,-101.104,0.453786,300,0,0,10635,0,0,0,0,0),(115046,28108,571,1,1,14706,0,5981.89,4113.46,-70.891,4.0394,300,5,0,10635,0,1,0,0,0),(115047,28108,571,1,1,14706,0,5688.15,3724.17,-112.404,3.07178,300,0,0,10635,0,0,0,0,0),(115048,28108,571,1,1,14706,0,5557.21,3654.57,-25.5234,5.70694,300,5,0,10635,0,1,0,0,0),(115049,28108,571,1,1,14706,0,5602.05,3695.04,-116.439,1.44862,300,0,0,10635,0,0,0,0,0),(115050,28108,571,1,1,14706,0,5556.92,3716.13,-117.201,0.523599,300,0,0,10635,0,0,0,0,0),(115051,27340,571,1,1,25376,1,2977.9,-1369.49,59.2388,2.35399,300,5,0,9291,0,1,0,0,0),(115052,27340,571,1,1,25376,1,2770.01,-1406.73,44.029,3.98382,300,5,0,9291,0,1,0,0,0),(115053,27340,571,1,1,25376,1,3153.71,-1309.52,54.1147,4.74363,300,5,0,9291,0,1,0,0,0),(115054,26316,571,1,1,23349,0,4917.3,924.07,223.134,0.803352,300,0,0,9940,0,2,0,0,0),(115055,27340,571,1,1,25376,1,3026.49,-1339.05,51.6514,3.59917,300,5,0,9291,0,1,0,0,0),(115056,27340,571,1,1,25376,1,3097.7,-1325.51,53.0413,4.3996,300,5,0,9291,0,1,0,0,0),(115057,26828,571,1,1,24063,1,3180.79,2444.34,38.97,3.12066,300,0,0,102820,69320,0,0,0,0),(115058,27340,571,1,1,25376,1,2846.85,-1413.81,49.2253,2.53963,300,5,0,9291,0,1,0,0,0),(115059,27340,571,1,1,25376,1,2907.19,-1400.24,59.8767,3.40187,300,5,0,9291,0,1,0,0,0),(115060,26316,571,1,1,23349,0,4907.87,741.143,163.124,-1.71604,300,5,0,9940,0,1,0,0,0),(115061,26316,571,1,1,23349,0,4913.36,748.856,165.247,-2.20448,300,5,0,9940,0,1,0,0,0),(115062,26316,571,1,1,23349,0,4860.15,992.933,210.192,1.96821,300,0,0,9940,0,2,0,0,0),(115063,26316,571,1,1,23349,0,4781.88,634.511,167.195,0.073503,300,0,0,9940,0,2,0,0,0),(115064,26316,571,1,1,23349,0,4959.65,323.03,200.991,4.40429,300,5,0,9940,0,1,0,0,0),(115065,26572,571,1,1,17719,0,3865.64,1555.64,89.9639,3.1765,300,0,0,10635,0,0,0,0,0),(115066,26572,571,1,1,17719,0,3864.6,1548.33,89.955,3.10669,300,0,0,10635,0,0,0,0,0),(115067,26572,571,1,1,17719,0,3864.97,1552.15,90.0115,3.12414,300,0,0,10635,0,0,0,0,0),(115068,26572,571,1,1,17719,0,3864.93,1544.5,89.9146,3.22886,300,0,0,10635,0,0,0,0,0),(115074,26316,571,1,1,23349,0,4799.7,780.855,163.849,4.64004,300,5,0,9940,0,1,0,0,0),(115075,26316,571,1,1,23349,0,4854.13,748.695,163.425,5.6559,300,0,0,9940,0,2,0,0,0),(115076,26316,571,1,1,23349,0,4811.82,832.224,164.396,0.395918,300,5,0,9940,0,1,0,0,0),(115077,26316,571,1,1,23349,0,4876.72,616.183,162.998,0.145835,300,5,0,9940,0,1,0,0,0),(115078,26316,571,1,1,23349,0,4863.42,654.927,160.273,3.2398,300,5,0,9940,0,1,0,0,0),(115079,26316,571,1,1,23349,0,4882.61,883.112,184.22,1.88958,300,0,0,9940,0,2,0,0,0),(115080,26316,571,1,1,23349,0,4866.37,552.245,180.251,2.40246,300,5,0,9940,0,1,0,0,0),(115081,26316,571,1,1,23349,0,4803.13,857.427,160.992,5.68932,300,5,0,9940,0,1,0,0,0),(115082,26316,571,1,1,23349,0,4894.56,830.729,169.129,1.30994,300,5,0,9940,0,1,0,0,0),(115083,26316,571,1,1,23349,0,4850.29,886.05,167.728,3.01942,300,0,0,9940,0,0,0,0,0),(115084,26316,571,1,1,23349,0,4921.03,727.525,170.982,1.76453,300,5,0,9940,0,1,0,0,0),(115089,27340,571,1,1,25376,1,3097.1,-1331.16,54.4833,0.536732,300,5,0,9291,0,1,0,0,0),(115090,27340,571,1,1,25376,1,3167.22,-1304.13,56.6119,3.36005,300,5,0,9291,0,1,0,0,0),(115091,25804,571,1,1,23389,0,3301.4,5694.1,60.0907,3.47321,300,0,0,57660,3309,0,0,0,0),(115092,26316,571,1,1,23349,0,4904.43,876.259,183.793,3.19531,300,5,0,9940,0,1,0,0,0),(115093,26316,571,1,1,23349,0,4962.99,891.518,202.154,0.645513,300,5,0,9940,0,1,0,0,0),(115094,26316,571,1,1,23349,0,4910.79,771.434,165.715,4.1336,300,5,0,9940,0,1,0,0,0),(115095,26316,571,1,1,23349,0,4907.75,825.268,173.471,1.76025,300,5,0,9940,0,1,0,0,0),(115096,26316,571,1,1,23349,0,4936.31,804.31,184.068,-2.53514,300,0,0,9940,0,2,0,0,0),(115101,27853,571,1,1,17612,0,3338.13,2517.36,199.666,4.71239,300,0,0,42,0,0,0,0,0),(115102,28877,571,1,1,25744,0,5799.19,6163.55,55.8032,0.04973,300,5,0,12600,0,1,0,0,0),(115103,29389,571,1,1,24103,1,7336.77,-540.358,794.867,1.79769,300,0,0,11770,3809,0,0,0,0),(115104,28109,571,1,1,23319,0,6266.95,5189.66,-84.1204,1.39626,300,0,0,11001,0,0,0,0,0),(115105,29389,571,1,1,24103,1,7314.1,-421.302,827.612,4.7822,300,0,0,11770,3809,0,0,0,0),(115106,28109,571,1,1,23319,0,6334.39,5029.46,-87.6204,5.22703,300,5,0,11001,0,1,0,0,0),(115107,28109,571,1,1,23319,0,6060.37,4952.1,-94.5864,4.83456,300,0,0,11001,0,0,0,0,0),(115108,28109,571,1,1,23319,0,6296.58,4913.05,-90.2808,6.07375,300,0,0,11001,0,0,0,0,0),(115109,28109,571,1,1,23319,0,6260.2,4878.78,-81.5873,1.13446,300,0,0,11001,0,0,0,0,0),(115110,28109,571,1,1,23319,0,6302.37,4882.99,-86.1492,0.034907,300,0,0,11001,0,0,0,0,0),(115111,28109,571,1,1,23319,0,6173.33,4910.8,-86.9626,4.53786,300,0,0,11001,0,0,0,0,0),(115112,28109,571,1,1,23319,0,6287.86,5028.24,-91.6511,3.92879,300,5,0,11001,0,1,0,0,0),(115113,28109,571,1,1,23319,0,6311.98,4960.42,-89.9326,6.23082,300,0,0,11001,0,0,0,0,0),(115114,28109,571,1,1,23319,0,6324.56,4993.4,-87.326,6.17846,300,0,0,11001,0,0,0,0,0),(115115,28109,571,1,1,23319,0,6118.95,4952.66,-97.783,6.12611,300,0,0,11001,0,0,0,0,0),(115116,28109,571,1,1,23319,0,6279.24,5101.84,-86.0383,0.855211,300,0,0,11001,0,0,0,0,0),(115117,28109,571,1,1,23319,0,6252.19,4973.16,-95.485,1.76278,300,0,0,11001,0,0,0,0,0),(115118,28109,571,1,1,23319,0,6031.8,5066.51,-122.279,4.05312,300,0,0,11001,0,0,0,0,0),(115119,28109,571,1,1,23319,0,6113.74,5045.9,-96.3003,1.98968,300,0,0,11001,0,0,0,0,0),(115120,28877,571,1,1,25744,0,6205.86,5912.27,53.4913,5.83213,300,5,0,12600,0,1,0,0,0),(115121,28877,571,1,1,25744,0,6315.88,5766.05,49.5713,2.53035,300,5,0,12600,0,1,0,0,0),(115122,28109,571,1,1,23319,0,6220.01,4942.91,-98.7522,-1.61012,300,0,0,11001,0,0,0,0,0),(115123,28109,571,1,1,23319,0,6140.81,5068.57,-96.9387,6.09862,300,0,0,11001,0,0,0,0,0),(115124,28109,571,1,1,23319,0,6259.37,4937.53,-96.6947,2.5861,300,5,0,11001,0,1,0,0,0),(115125,28109,571,1,1,23319,0,6170.17,5108.26,-97.6082,4.10152,300,0,0,11001,0,0,0,0,0),(115126,28109,571,1,1,23319,0,6218.5,4937.25,-98.2666,2.42792,300,0,0,11001,0,0,0,0,0),(115127,28109,571,1,1,23319,0,6146.42,5014.92,-98.0179,4.63299,300,5,0,11001,0,1,0,0,0),(115128,28109,571,1,1,23319,0,6166.03,5089.42,-97.1994,0.942478,300,0,0,11001,0,0,0,0,0),(115129,28109,571,1,1,23319,0,6168.25,5170.2,-113.883,3.45724,300,0,0,11001,0,0,0,0,0),(115130,28109,571,1,1,23319,0,6250.37,5075.91,-94.3613,2.763,300,5,0,11001,0,1,0,0,0),(115131,28109,571,1,1,23319,0,6049.85,5022.84,-97.1357,1.309,300,0,0,11001,0,0,0,0,0),(115132,28109,571,1,1,23319,0,6237.39,5033.62,-97.6141,1.8675,300,0,0,11001,0,0,0,0,0),(115133,28109,571,1,1,23319,0,6082.54,4973.39,-95.7773,2.46091,300,0,0,11001,0,0,0,0,0),(115134,28109,571,1,1,23319,0,6010.31,5008.06,-103.607,1.85162,300,0,0,11001,0,0,0,0,0),(115135,28877,571,1,1,25744,0,6251.22,5786.58,45.6348,4.34298,300,5,0,12600,0,1,0,0,0),(115136,28109,571,1,1,23319,0,6146.72,5018.75,-97.7058,1.49163,300,5,0,11001,0,1,0,0,0),(115137,29389,571,1,1,24121,1,7325.48,-514.546,801.631,1.88496,300,0,0,11770,3809,0,0,0,0),(115138,29389,571,1,1,24121,1,7326.08,-494.188,807.267,4.74729,300,0,0,11770,3809,0,0,0,0),(115139,24525,571,1,1,22509,0,-133.511,-3547.52,2.92667,1.58825,300,0,0,8982,0,0,0,0,0),(115140,24013,571,1,1,17311,0,2667.93,-3383.31,246.401,2.86666,300,0,0,8982,3155,0,0,0,0),(115141,24013,571,1,1,17311,0,2723.63,-3424.54,260.453,3.82227,300,0,0,8982,3155,0,0,0,0),(115142,24013,571,1,1,17311,0,2700.42,-3473.97,225.083,4.01426,300,0,0,8982,3155,0,0,0,0),(115143,30157,571,1,1,26816,0,1977.86,-6256.08,8.66698,0.418879,300,0,0,7984,0,0,0,0,0),(115144,24013,571,1,1,17311,0,2689.08,-3416.21,221.744,3.50811,300,0,0,8982,3155,0,0,0,0),(115145,24013,571,1,1,17311,0,2720.59,-3409.56,223.789,3.21141,300,0,0,8982,3155,0,0,0,0),(115146,29389,571,1,1,24103,1,7318.07,-428.69,825.516,3.29867,300,0,0,11770,3809,0,0,0,0),(115147,24013,571,1,1,17311,0,2459.32,-3537.59,232.119,1.88496,300,0,0,8982,3155,0,0,0,0),(115148,24013,571,1,1,17311,0,2426.23,-3566.13,235.336,2.63545,300,0,0,8982,3155,0,0,0,0),(115149,24013,571,1,1,17311,0,2502.47,-3581.59,232.247,1.01229,300,0,0,8982,3155,0,0,0,0),(115150,24013,571,1,1,17311,0,2486.1,-3547.5,230.709,6.0867,300,0,0,8982,3155,0,0,0,0),(115151,24013,571,1,1,17311,0,2435.49,-3640.92,267.172,4.85718,300,0,0,8982,3155,0,0,0,0),(115152,24013,571,1,1,17311,0,2789.95,-3669.51,248.686,2.72271,300,0,0,8982,3155,0,0,0,0),(115153,29133,571,1,1,14365,0,5625.5,-2569.46,287.535,0.296014,300,5,0,10635,3561,1,0,0,0),(115154,29133,571,1,1,14365,0,5627.01,-2568.38,287.533,-2.58509,300,0,0,10635,3561,0,0,0,0),(115155,29133,571,1,1,14365,0,5748.21,-2417.11,291.049,3.38633,300,5,0,10635,3561,1,0,0,0),(115156,29133,571,1,1,14365,0,5690.83,-2405.57,287.616,-1.3039,300,0,0,10635,3561,0,0,0,0),(115157,29133,571,1,1,14365,0,5677.38,-2354.97,287.584,3.54869,300,5,0,10635,3561,1,0,0,0),(115158,29133,571,1,1,14365,0,5660.39,-2411.04,287.052,-2.38306,300,0,0,10635,3561,0,0,0,0),(115159,29133,571,1,1,14365,0,5697.89,-2364.72,287.57,1.22673,300,5,0,10635,3561,1,0,0,0),(115160,29133,571,1,1,14365,0,5665.21,-2323.72,288.051,3.08443,300,5,0,10635,3561,1,0,0,0),(115161,29133,571,1,1,14365,0,5625.91,-2496.58,287.651,0.214277,300,5,0,10635,3561,1,0,0,0),(115162,29133,571,1,1,14365,0,5632.94,-2564.38,287.609,-2.74837,300,0,0,10635,3561,0,0,0,0),(115163,29133,571,1,1,14365,0,5624.64,-2328.51,287.559,0.244817,300,5,0,10635,3561,1,0,0,0),(115164,29133,571,1,1,14365,0,5554.74,-2358.12,288.448,2.96078,300,5,0,10635,3561,1,0,0,0),(115165,29133,571,1,1,14365,0,5619.04,-2378.92,287.57,3.47542,300,5,0,10635,3561,1,0,0,0),(115166,29389,571,1,1,24115,1,7313.19,-439.571,822.64,1.74533,300,0,0,11770,3809,0,0,0,0),(115167,26574,571,1,1,23911,1,3865.59,1540.07,89.9852,3.61005,300,0,0,10635,0,0,0,0,0),(115169,24270,571,1,1,7571,0,827.052,-4825.39,-115.969,4.02005,300,5,0,8,0,1,0,0,0),(115170,24270,571,1,1,7571,0,821.446,-4799.02,-115.946,2.99784,300,5,0,8,0,1,0,0,0),(115171,24270,571,1,1,7571,0,823.992,-4795.9,-115.958,3.49254,300,5,0,8,0,1,0,0,0),(115172,24270,571,1,1,15554,0,843.355,-4818.74,-115.834,2.22463,300,5,0,8,0,1,0,0,0),(115173,24270,571,1,1,7571,0,809.876,-4808.46,-115.933,5.25678,300,5,0,8,0,1,0,0,0),(115174,24270,571,1,1,15554,0,850.312,-4881.5,-115.306,3.79818,300,5,0,8,0,1,0,0,0),(115175,24270,571,1,1,7571,0,857.353,-4833.95,-115.766,0.936019,300,5,0,8,0,1,0,0,0),(115176,24014,571,1,1,21988,1,2722.93,-3404.28,179.657,4.64259,300,5,0,7185,7196,1,0,0,0),(115177,24014,571,1,1,21988,1,2441.07,-3637.95,181.387,3.49687,300,5,0,7185,7196,1,0,0,0),(115178,24014,571,1,1,21988,1,2810.38,-3582.37,141.36,5.07651,300,0,0,7185,7196,2,0,0,0),(115179,24014,571,1,1,21988,1,2439.56,-3643.6,201.397,2.24711,300,5,0,7185,7196,1,0,0,0),(115180,24014,571,1,1,21988,1,2819.61,-3625.82,201.417,3.99145,300,0,0,7185,7196,2,0,0,0),(115181,28110,571,1,1,25155,0,6305.25,4987.93,-89.451,4.72984,300,0,0,8800,8139,0,0,0,0),(115182,28110,571,1,1,25155,0,6206.09,5042.19,-95.4685,2.19117,300,5,0,8800,8139,1,0,0,0),(115183,28110,571,1,1,25155,0,6197.25,4891.37,-84.6449,4.01202,300,5,0,8800,8139,1,0,0,0),(115184,28110,571,1,1,25155,0,6234.07,4878.91,-83.1698,3.10034,300,5,0,8800,8139,1,0,0,0),(115185,28110,571,1,1,25155,0,6218.77,5010.13,-96.7281,5.0091,300,0,0,8800,8139,0,0,0,0),(115186,28110,571,1,1,25155,0,6127.07,4992.42,-96.6505,2.34111,300,5,0,8800,8139,1,0,0,0),(115187,28110,571,1,1,25155,0,6266.55,4985.95,-94.8365,1.63642,300,5,0,8800,8139,1,0,0,0),(115188,28110,571,1,1,25155,0,6280.41,5007.25,-92.2761,1.68409,300,5,0,8800,8139,1,0,0,0),(115189,28110,571,1,1,25155,0,6160.81,4975.44,-97.2981,5.089,300,5,0,8800,8139,1,0,0,0),(115190,28110,571,1,1,25155,0,6157.45,4939.33,-90.3401,2.79253,300,0,0,8800,8139,0,0,0,0),(115191,28110,571,1,1,25155,0,6224.63,4976.89,-98.9382,4.03171,300,0,0,8800,8139,0,0,0,0),(115192,28110,571,1,1,25155,0,6226.03,4985.71,-98.7477,1.37044,300,5,0,8800,8139,1,0,0,0),(115193,28110,571,1,1,25155,0,6176.92,5008.1,-96.2204,5.41574,300,5,0,8800,8139,1,0,0,0),(115194,28110,571,1,1,25155,0,6141.43,5118.73,-97.6497,3.35103,300,0,0,8800,8139,0,0,0,0),(115195,28110,571,1,1,25155,0,6165.25,5108.58,-97.3915,5.16617,300,0,0,8800,8139,0,0,0,0),(115196,28110,571,1,1,25155,0,6222.46,4932.85,-98.0267,0.437623,300,5,0,8800,8139,1,0,0,0),(115197,28110,571,1,1,25155,0,6289.36,4970.55,-88.9462,0.973489,300,5,0,8800,8139,1,0,0,0),(115198,28110,571,1,1,25155,0,6169.07,5126.66,-97.9279,1.64061,300,0,0,8800,8139,0,0,0,0),(115199,28110,571,1,1,25155,0,6257.08,5059.04,-93.5676,2.10701,300,5,0,8800,8139,1,0,0,0),(115200,27342,571,1,1,25376,1,2807.39,-1460.59,46.9338,0.018092,300,5,0,9291,0,1,0,0,0),(115202,24270,571,1,1,7571,0,835.569,-4871.45,-115.738,0.994052,300,5,0,8,0,1,0,0,0),(115203,27342,571,1,1,25376,1,2935.23,-1420.95,60.4117,1.71042,300,0,0,9291,0,0,0,0,0),(115204,24270,571,1,1,13509,0,851.273,-4843.69,-115.626,3.90666,300,5,0,8,0,1,0,0,0),(115205,27342,571,1,1,25376,1,2835.32,-1427.08,48.2914,2.35619,300,0,0,9291,0,0,0,0,0),(115206,27342,571,1,1,25376,1,2976.44,-1393.92,60.1217,1.75501,300,5,0,9291,0,1,0,0,0),(115207,27342,571,1,1,25376,1,3105.93,-1415.02,58.319,5.0091,300,0,0,9291,0,0,0,0,0),(115208,27342,571,1,1,25376,1,3108.52,-1431.63,58.3437,1.44862,300,0,0,9291,0,0,0,0,0),(115209,27342,571,1,1,25376,1,3005.07,-1471.55,61.3047,3.03201,300,5,0,9291,0,1,0,0,0),(115210,27342,571,1,1,25376,1,2943.79,-1456.41,61.2225,2.25804,300,5,0,9291,0,1,0,0,0),(115211,27342,571,1,1,25376,1,3040.94,-1378.53,58.5278,3.85718,300,0,0,9291,0,0,0,0,0),(115212,27342,571,1,1,25376,1,3054.47,-1354.39,55.9645,5.45806,300,5,0,9291,0,1,0,0,0),(115213,27342,571,1,1,25376,1,3132.25,-1489.3,53.9394,5.11132,300,5,0,9291,0,1,0,0,0),(115214,24270,571,1,1,15554,0,828.148,-4859.63,-115.736,4.07514,300,5,0,8,0,1,0,0,0),(115215,24270,571,1,1,15554,0,917.064,-4835.89,-116.159,4.73344,300,5,0,8,0,1,0,0,0),(115216,24270,571,1,1,7571,0,919.191,-4822.45,-116.159,5.54464,300,5,0,8,0,1,0,0,0),(115217,24270,571,1,1,13509,0,903.519,-4848.59,-116.159,5.50743,300,5,0,8,0,1,0,0,0),(115218,27342,571,1,1,25376,1,2910.95,-1430.51,60.1354,5.23398,300,5,0,9291,0,1,0,0,0),(115219,27342,571,1,1,25376,1,3098.22,-1341.84,56.4542,4.88692,300,0,0,9291,0,0,0,0,0),(115220,27342,571,1,1,25376,1,3145.17,-1395.58,62.235,0.289304,300,5,0,9291,0,1,0,0,0),(115221,27342,571,1,1,25376,1,3059.69,-1408.9,57.5621,5.56112,300,5,0,9291,0,1,0,0,0),(115222,27342,571,1,1,25376,1,3074.61,-1443.06,51.4902,0.388853,300,5,0,9291,0,1,0,0,0),(115223,24270,571,1,1,13509,0,950.221,-4828.12,-116.159,3.40543,300,5,0,8,0,1,0,0,0),(115224,24270,571,1,1,7571,0,866.13,-4860.06,-115.813,2.61827,300,5,0,8,0,1,0,0,0),(115225,24270,571,1,1,13509,0,840.984,-4854.55,-115.728,6.10197,300,5,0,8,0,1,0,0,0),(115226,27342,571,1,1,25376,1,2866.59,-1483.49,61.9938,5.19333,300,0,0,9291,0,0,0,0,0),(115278,25294,571,1,1,23880,0,2743.02,6299.82,68.693,3.24287,300,5,0,7984,0,2,0,0,0),(115229,27342,571,1,1,25376,1,3139.91,-1490.43,53.9707,3.05553,300,5,0,9291,0,1,0,0,0),(115230,27342,571,1,1,25376,1,3136.36,-1396.56,61.5945,1.98296,300,5,0,9291,0,1,0,0,0),(115231,30158,571,1,1,26822,0,1974.26,-6258.09,8.66627,0.296706,300,0,0,7984,0,0,0,0,0),(115232,29646,571,1,1,26404,0,5522.81,-1677.99,253.34,3.26416,300,5,0,10635,3561,1,0,0,0),(115233,24014,571,1,1,21988,1,2716.1,-3447.36,161.28,2.85331,300,0,0,7185,7196,0,0,0,0),(115234,24014,571,1,1,21988,1,2757.94,-3524.41,166.137,3.7458,300,5,0,7185,7196,1,0,0,0),(115235,24014,571,1,1,21988,1,2782.33,-3544.88,166.491,2.15024,300,0,0,7185,7196,0,0,0,0),(115236,24014,571,1,1,21988,1,2659.14,-3515.01,161.464,3.52865,300,0,0,7185,7196,0,0,0,0),(115237,24014,571,1,1,21988,1,2800.49,-3556.2,161.469,0.610578,300,5,0,7185,7196,1,0,0,0),(115238,24014,571,1,1,21988,1,2687.97,-3501.81,161.464,0.39604,300,0,0,7185,7196,0,0,0,0),(115239,24014,571,1,1,21988,1,2582.45,-3600.96,161.466,4.16922,300,0,0,7185,7196,0,0,0,0),(115240,24014,571,1,1,21988,1,2452.74,-3604.12,232.291,0.855211,300,0,0,7185,7196,0,0,0,0),(115242,27342,571,1,1,25376,1,3076.67,-1447.81,50.552,0.097822,300,5,0,9291,0,1,0,0,0),(115245,29646,571,1,1,26404,0,5524.78,-2118.44,247.614,4.04672,300,5,0,10635,3561,1,0,0,0),(115246,27342,571,1,1,25376,1,3057.89,-1424.7,55.4371,5.15129,300,5,0,9291,0,1,0,0,0),(115247,29646,571,1,1,26404,0,5779.88,-2165.09,249.554,3.28294,300,5,0,10635,3561,1,0,0,0),(115248,29646,571,1,1,26404,0,5696.14,-2132.75,246.073,0.583684,300,5,0,10635,3561,1,0,0,0),(115249,29646,571,1,1,26404,0,5637.88,-2263.12,244.455,3.8067,300,5,0,10635,3561,1,0,0,0),(115250,29646,571,1,1,26404,0,5532.74,-1931.53,251.063,5.20409,300,5,0,10635,3561,1,0,0,0),(115251,29646,571,1,1,26404,0,5626.09,-2212.5,243.211,5.71222,300,5,0,10635,3561,1,0,0,0),(115252,29646,571,1,1,26404,0,5657.4,-2199.66,246.999,3.53902,300,5,0,10635,3561,1,0,0,0),(115253,29646,571,1,1,26404,0,5766.66,-2228.07,248.994,3.70314,300,5,0,10635,3561,1,0,0,0),(115254,29646,571,1,1,26404,0,5917.96,-1745.37,247.479,1.75403,300,5,0,10635,3561,1,0,0,0),(115255,29646,571,1,1,26404,0,5598.8,-2152.74,245.413,5.40163,300,5,0,10635,3561,1,0,0,0),(115256,29646,571,1,1,26404,0,5570.13,-1988.61,248.123,4.89494,300,5,0,10635,3561,1,0,0,0),(115257,29646,571,1,1,26404,0,5596.84,-1967.05,252.326,0.646077,300,5,0,10635,3561,1,0,0,0),(115258,29646,571,1,1,26404,0,5616.83,-2047.34,250.149,2.04945,300,5,0,10635,3561,1,0,0,0),(115259,29646,571,1,1,26404,0,5546.11,-2086.89,250.504,4.21615,300,5,0,10635,3561,1,0,0,0),(115260,29646,571,1,1,26404,0,5905.98,-1661.12,240.979,4.02717,300,5,0,10635,3561,1,0,0,0),(115261,29646,571,1,1,26404,0,5750.18,-1862.3,254.382,5.72258,300,5,0,10635,3561,1,0,0,0),(115262,29646,571,1,1,26404,0,5507.43,-1782.8,247.818,3.04088,300,5,0,10635,3561,1,0,0,0),(115263,29646,571,1,1,26404,0,5522.76,-1733.83,258.208,2.42092,300,5,0,10635,3561,1,0,0,0),(115264,29646,571,1,1,26404,0,5755.15,-1737.57,237.761,3.72279,300,5,0,10635,3561,1,0,0,0),(115265,29646,571,1,1,26404,0,5797.62,-1838.74,250.833,5.08664,300,5,0,10635,3561,1,0,0,0),(115266,29646,571,1,1,26404,0,5840.9,-1806.82,245.091,3.25101,300,5,0,10635,3561,1,0,0,0),(115267,29646,571,1,1,26404,0,5614.24,-1848.47,247.657,1.73093,300,5,0,10635,3561,1,0,0,0),(115268,29646,571,1,1,26404,0,5680.47,-1839.64,251.013,4.41621,300,5,0,10635,3561,1,0,0,0),(115269,29646,571,1,1,26404,0,5633.81,-1785.43,234.443,0.890802,300,5,0,10635,3561,1,0,0,0),(115270,29646,571,1,1,26404,0,5593.7,-1752.54,240.089,-2.28392,300,5,0,10635,3561,1,0,0,0),(115271,29646,571,1,1,26404,0,5678.69,-1692.35,251.9,4.04414,300,5,0,10635,3561,1,0,0,0),(115272,29646,571,1,1,26404,0,5601.89,-1747.98,239.328,3.69491,300,5,0,10635,3561,1,0,0,0),(115273,29646,571,1,1,26404,0,5608.13,-1710.57,248.975,3.9165,300,5,0,10635,3561,1,0,0,0),(115274,29646,571,1,1,26404,0,5856.85,-1695.53,244.965,4.06662,300,5,0,10635,3561,1,0,0,0),(115277,25294,571,1,1,23880,0,2802.62,6303.46,69.3445,0.05735,300,5,0,7984,0,2,0,0,0),(115276,25294,571,1,1,23880,0,2522.96,6118.57,77.0146,1.39469,300,0,0,7984,0,2,0,0,0),(115275,25294,571,1,1,23880,0,2628.96,6285.72,92.7129,3.93579,300,5,0,7984,0,2,0,0,0),(115279,29390,571,1,1,24892,0,8358.96,156.253,818.271,3.84848,300,5,0,12175,0,1,0,0,0),(115280,29390,571,1,1,24892,0,8474.3,147.665,787.686,4.78175,300,5,0,12175,0,1,0,0,0),(115281,32718,571,1,1,28195,0,5791.19,624.784,647.393,3.98452,300,0,0,10635,3561,2,0,0,0),(115282,29646,571,1,1,26404,0,5513.56,-1668.46,253.34,2.48689,300,5,0,10635,3561,1,0,0,0),(115283,29390,571,1,1,24892,0,7957.45,-439.838,896.374,2.62511,300,5,0,12175,0,1,0,0,0),(115284,29390,571,1,1,24892,0,8279.82,-119.042,841.27,0.887489,300,5,0,12175,0,1,0,0,0),(115285,29646,571,1,1,26404,0,5497.51,-1783.32,247.818,5.79127,300,5,0,10635,3561,1,0,0,0),(115286,29646,571,1,1,26404,0,5510.96,-1735.4,258.208,4.59286,300,5,0,10635,3561,1,0,0,0),(115287,29390,571,1,1,24892,0,8154.57,-25.9218,856.708,3.82779,300,0,0,12175,0,0,0,0,0),(115288,29390,571,1,1,24892,0,7818.5,-380.876,902.028,1.64796,300,5,0,12175,0,1,0,0,0),(115289,29390,571,1,1,24892,0,8138.09,-142.244,856.368,2.95493,300,5,0,12175,0,1,0,0,0),(115290,29390,571,1,1,24892,0,7989.33,-100.455,871.35,2.90849,300,5,0,12175,0,1,0,0,0),(115291,29390,571,1,1,24892,0,7950.16,-214.688,869.785,0.876738,300,5,0,12175,0,1,0,0,0),(115292,30671,571,1,1,27221,0,6906.45,-4096.14,467.448,4.93928,300,0,0,10635,3561,0,0,0,0),(115293,25807,571,1,1,23392,0,3522.35,5015.53,-0.742569,0.593412,300,0,0,44910,15775,0,0,0,0),(115294,29647,571,1,1,26656,0,5796.48,-1594.16,235.111,2.16421,300,0,0,11379,0,0,0,0,0),(115295,32207,571,1,1,27821,0,5836.71,570.076,652.108,2.14675,300,0,0,8982,0,0,0,0,0),(115296,31439,571,1,1,27592,1,5765.21,522.285,653.806,3.9968,300,0,0,100800,88140,0,0,0,0),(115297,28623,571,1,1,25583,0,5523.68,-2674.97,304.037,2.26893,300,0,0,31905,0,0,0,0,0),(115298,24271,571,1,1,26140,0,291.473,-5785.47,83.0785,0.366519,300,0,0,8982,0,0,0,0,0),(115299,28111,571,1,1,22607,0,4997.46,5500.6,-90.0217,2.9147,300,0,0,5690,0,0,0,0,0),(115300,28111,571,1,1,22607,0,4992.57,5525.2,-85.5247,3.735,300,0,0,5690,0,0,0,0,0),(115301,26319,571,1,1,23972,0,4068.13,2344.62,184.263,5.80644,300,5,0,7432,7332,1,0,0,0),(115302,26319,571,1,1,23974,0,4124.93,2309.41,179.362,2.66466,300,5,0,7432,7332,1,0,0,0),(115303,26319,571,1,1,23975,0,4109.97,2325.69,179.46,5.64543,300,5,0,7432,7332,1,0,0,0),(115304,26319,571,1,1,23973,0,4168.57,2223.09,180.548,5.46584,300,5,0,7432,7332,1,0,0,0),(115305,26319,571,1,1,23974,0,4168.5,2199.21,181.117,0.620975,300,5,0,7432,7332,1,0,0,0),(115306,26319,571,1,1,23973,0,4047.44,2351.02,182.286,0.128898,300,5,0,7432,7332,1,0,0,0),(115307,26319,571,1,1,23973,0,4171.06,2181.29,184.478,0.164742,300,5,0,7432,7332,1,0,0,0),(115308,26319,571,1,1,23974,0,4152.28,2130.58,185.125,4.74811,300,5,0,7432,7332,1,0,0,0),(115309,26319,571,1,1,23973,0,4136.33,2297.37,181.848,3.03091,300,5,0,7432,7332,1,0,0,0),(115310,26319,571,1,1,23973,0,4132.94,2117.35,181.137,5.15571,300,5,0,7432,7332,1,0,0,0),(115311,26319,571,1,1,23972,0,4146.27,2276.66,182.32,5.26679,300,5,0,7432,7332,1,0,0,0),(115312,26319,571,1,1,23974,0,4099.37,2093.87,183.459,5.74934,300,5,0,7432,7332,1,0,0,0),(115313,26319,571,1,1,23972,0,4112.37,2103.86,180.936,5.04285,300,5,0,7432,7332,1,0,0,0),(115314,26319,571,1,1,23973,0,4086.77,2344.86,184.906,4.5169,300,5,0,7432,7332,1,0,0,0),(115315,26319,571,1,1,23975,0,4164.49,2249.27,184.384,5.43743,300,5,0,7432,7332,1,0,0,0),(115316,28111,571,1,1,22607,0,5032.28,5518.7,-88.616,0.890118,300,0,0,5690,0,0,0,0,0),(115317,28111,571,1,1,22607,0,5023.09,5590.45,-94.0523,2.35619,300,5,0,5690,0,1,0,0,0),(115318,28111,571,1,1,22607,0,5246.71,5484.34,-93.7401,5.58505,300,0,0,5690,0,0,0,0,0),(115319,28111,571,1,1,22607,0,5026.02,5559.83,-91.2184,5.86431,300,0,0,5690,0,0,0,0,0),(115320,28111,571,1,1,22607,0,5022.48,5589.25,-94.0508,1.81575,300,5,0,5690,0,1,0,0,0),(115321,26319,571,1,1,23974,0,4014.26,2275.32,153.584,3.60463,300,5,0,7432,7332,1,0,0,0),(115322,26319,571,1,1,23972,0,4139.64,2187.78,152.073,1.47025,300,0,0,7432,7332,2,0,0,0),(115323,26319,571,1,1,23974,0,4045.27,2114.68,153.511,0.150049,300,5,0,7432,7332,1,0,0,0),(115324,28111,571,1,1,22607,0,5113.8,5597.19,-90.9733,0.593291,300,0,0,5690,0,0,0,0,0),(115325,28111,571,1,1,22607,0,5115.92,5595.69,-90.9279,1.31868,300,0,0,5690,0,0,0,0,0),(115326,28111,571,1,1,22607,0,4985.66,5510.83,-87.3224,1.68845,300,5,0,5690,0,1,0,0,0),(115327,28111,571,1,1,22607,0,4983.8,5508.48,-86.5724,1.68839,300,5,0,5690,0,1,0,0,0),(115328,28111,571,1,1,22607,0,4993.53,5579.63,-86.6976,2.77507,300,0,0,5690,0,0,0,0,0),(115329,28111,571,1,1,22607,0,5049.45,5511.81,-88.8619,1.5708,300,0,0,5690,0,0,0,0,0),(115330,28111,571,1,1,22607,0,5080.51,5500.83,-97.6296,1.5708,300,0,0,5690,0,0,0,0,0),(115331,28111,571,1,1,22607,0,5063.28,5515.83,-96.2015,0.069813,300,0,0,5690,0,0,0,0,0),(115332,28111,571,1,1,22607,0,5077.4,5658.14,-94.8018,0.06936,300,0,0,5690,0,0,0,0,0),(115333,28111,571,1,1,22607,0,5090.17,5659.17,-94.5761,0.027485,300,0,0,5690,0,0,0,0,0),(115334,28111,571,1,1,22607,0,5124.67,5499.09,-93.6377,1.98968,300,0,0,5690,0,0,0,0,0),(115335,28111,571,1,1,22607,0,5101.65,5500.28,-93.5121,1.01229,300,0,0,5690,0,0,0,0,0),(115336,28111,571,1,1,22607,0,5163.94,5514.98,-96.8368,2.61799,300,0,0,5690,0,0,0,0,0),(115337,28111,571,1,1,22607,0,5173.25,5483.13,-87.4076,3.92699,300,0,0,5690,0,0,0,0,0),(115338,28111,571,1,1,22607,0,5217.08,5525.17,-92.3337,1.11701,300,0,0,5690,0,0,0,0,0),(115339,28111,571,1,1,22607,0,5253.78,5569.86,-98.2033,0.349066,300,0,0,5690,0,0,0,0,0),(115340,28111,571,1,1,22607,0,5264.22,5470.57,-96.3955,0.916935,300,5,0,5690,0,1,0,0,0),(115341,28111,571,1,1,22607,0,5267.59,5468,-96.8759,0.917278,300,5,0,5690,0,1,0,0,0),(115342,28111,571,1,1,22607,0,5260.38,5533.52,-98.2331,0.314159,300,0,0,5690,0,0,0,0,0),(115343,28111,571,1,1,22607,0,5212.42,5547.87,-97.1549,4.8102,300,0,0,5690,0,0,0,0,0),(115344,28111,571,1,1,22607,0,5211.34,5547.75,-96.9606,5.0454,300,0,0,5690,0,0,0,0,0),(115345,28111,571,1,1,22607,0,5210.2,5549.37,-96.7799,2.10019,300,5,0,5690,0,1,0,0,0),(115346,28111,571,1,1,22607,0,4982.75,5563.41,-83.2093,2.3911,300,0,0,5690,0,0,0,0,0),(115347,28111,571,1,1,22607,0,5109.14,5625.68,-90.4232,4.01426,300,0,0,5690,0,0,0,0,0),(115348,28111,571,1,1,22607,0,5017.2,5603.27,-93.3155,0.145334,300,0,0,5690,0,0,0,0,0),(115349,28111,571,1,1,22607,0,5088.13,5759.79,-83.1764,2.37325,300,0,0,5690,0,0,0,0,0),(115350,28111,571,1,1,22607,0,5086.37,5758.02,-82.7626,-0.463273,300,0,0,5690,0,0,0,0,0),(115351,28111,571,1,1,22607,0,4925.97,5688.12,-71.565,2.16248,300,0,0,5690,0,0,0,0,0),(115352,28111,571,1,1,22607,0,5017.41,5600.82,-93.3675,5.24804,300,5,0,5690,0,1,0,0,0),(115353,28111,571,1,1,22607,0,4913.63,5732.74,-66.1364,1.72671,300,5,0,5690,0,1,0,0,0),(115354,28111,571,1,1,22607,0,4917.65,5733.32,-66.4611,1.70021,300,5,0,5690,0,1,0,0,0),(115355,28111,571,1,1,22607,0,5018.13,5605,-93.3463,-0.678518,300,0,0,5690,0,0,0,0,0),(115357,28111,571,1,1,22607,0,5019.23,5600.21,-93.4714,5.91478,300,5,0,5690,0,1,0,0,0),(115358,28111,571,1,1,22607,0,5160.25,5624.82,-95.2187,2.37365,300,0,0,5690,0,0,0,0,0),(115359,28111,571,1,1,22607,0,5159.96,5645.56,-94.4164,0.761849,300,0,0,5690,0,0,0,0,0),(115360,28111,571,1,1,22607,0,5137.74,5625.79,-95.7525,0.785398,300,0,0,5690,0,0,0,0,0),(115361,28111,571,1,1,22607,0,4953.71,5651,-76.4812,6.11788,300,5,0,5690,0,1,0,0,0),(115362,28111,571,1,1,22607,0,5215.07,5568.83,-93.6757,5.72468,300,0,0,5690,0,0,0,0,0),(115363,28111,571,1,1,22607,0,5170.1,5592.38,-93.9898,4.03171,300,0,0,5690,0,0,0,0,0),(115364,28111,571,1,1,22607,0,5171.55,5577.75,-94.1318,2.68781,300,0,0,5690,0,0,0,0,0),(115365,28111,571,1,1,22607,0,5038.6,5609.26,-92.0482,2.14675,300,0,0,5690,0,0,0,0,0),(115366,28111,571,1,1,22607,0,5001.07,5615.15,-88.4448,5.2595,300,0,0,5690,0,0,0,0,0),(115367,28111,571,1,1,22607,0,5004.67,5613.61,-89.896,1.72955,300,0,0,5690,0,0,0,0,0),(115368,28111,571,1,1,22607,0,5076.71,5702.37,-90.5308,2.32511,300,5,0,5690,0,1,0,0,0),(115369,28111,571,1,1,22607,0,5080.04,5704.98,-89.7359,2.32372,300,5,0,5690,0,1,0,0,0),(115370,28111,571,1,1,22607,0,5172.55,5584.98,-94.5133,2.71464,300,5,0,5690,0,1,0,0,0),(115371,28111,571,1,1,22607,0,5145.85,5604.38,-96.5654,0.276958,300,5,0,5690,0,1,0,0,0),(115372,28111,571,1,1,22607,0,5092.98,5518.87,-97.9706,2.88146,300,5,0,5690,0,1,0,0,0),(115373,28111,571,1,1,22607,0,5199.61,5475.14,-87.4818,2.71953,300,5,0,5690,0,1,0,0,0),(115374,28111,571,1,1,22607,0,5115.74,5575.46,-95.5463,4.03171,300,0,0,5690,0,0,0,0,0),(115375,28111,571,1,1,22607,0,5094.58,5578.24,-95.5738,5.14872,300,0,0,5690,0,0,0,0,0),(115376,28111,571,1,1,22607,0,5006.89,5597.79,-90.4618,6.23082,300,0,0,5690,0,0,0,0,0),(115377,28111,571,1,1,22607,0,5011.29,5597.53,-92.4471,4.64258,300,0,0,5690,0,0,0,0,0),(115378,28111,571,1,1,22607,0,4977.66,5566.99,-82.8776,0,300,0,0,5690,0,0,0,0,0),(115379,28111,571,1,1,22607,0,4981.5,5570.3,-84.4149,0,300,0,0,5690,0,0,0,0,0),(115380,24271,571,1,1,26140,0,240.789,-5677.02,129.704,4.74729,300,0,0,8982,0,0,0,0,0),(115381,24271,571,1,1,26140,0,300.943,-5698.96,103.992,4.81711,300,0,0,8982,0,0,0,0,0),(115382,24271,571,1,1,26140,0,260.84,-5684.14,122.672,4.10152,300,0,0,8982,0,0,0,0,0),(115383,24271,571,1,1,26140,0,268.726,-5718.52,111.143,1.53589,300,0,0,8982,0,0,0,0,0),(115384,24271,571,1,1,26140,0,218.032,-5683.43,137.121,5.14872,300,0,0,8982,0,0,0,0,0),(115385,24271,571,1,1,26140,0,286.066,-5726.6,96.7893,5.39307,300,0,0,8982,0,0,0,0,0),(115386,24271,571,1,1,26140,0,295.92,-5757.75,88.4893,3.7001,300,0,0,8982,0,0,0,0,0),(115387,26319,571,1,1,23975,0,4171.32,2185.1,183.694,6.23218,300,5,0,7432,7332,1,0,0,0),(115390,26319,571,1,1,23972,0,4164.37,2220.2,180.497,5.87348,300,5,0,7432,7332,1,0,0,0),(115391,26319,571,1,1,23974,0,4143.74,2284.08,182.39,3.85728,300,5,0,7432,7332,1,0,0,0),(115392,26319,571,1,1,23972,0,4125.21,2313.01,181.115,4.42264,300,5,0,7432,7332,1,0,0,0),(115393,26319,571,1,1,23973,0,4108.02,2327.81,179.689,1.55327,300,5,0,7432,7332,1,0,0,0),(115394,26319,571,1,1,23972,0,4088.44,2345.69,184.717,0.783484,300,5,0,7432,7332,1,0,0,0),(115395,27343,571,1,1,25381,1,2804.74,-1460.61,46.5802,0.001356,300,0,0,9291,3231,0,0,0,0),(115396,27343,571,1,1,25381,1,2773.87,-1405.1,43.3381,0.691281,300,5,0,9291,3231,1,0,0,0),(115397,27343,571,1,1,25381,1,2941.32,-1401.09,60.9005,4.45059,300,0,0,9291,3231,0,0,0,0),(115400,26319,571,1,1,23974,0,4115.59,2103.75,180.857,3.30156,300,5,0,7432,7332,1,0,0,0),(115401,26319,571,1,1,23972,0,4132.38,2114.95,180.96,5.06613,300,5,0,7432,7332,1,0,0,0),(115402,26319,571,1,1,23974,0,4137.99,2296.7,182.156,3.04872,300,5,0,7432,7332,1,0,0,0),(115403,26319,571,1,1,23973,0,4047.69,2351.6,184.347,5.06541,300,5,0,7432,7332,1,0,0,0),(115404,26319,571,1,1,23975,0,4066.93,2345.53,184.269,4.54718,300,5,0,7432,7332,1,0,0,0),(115405,24271,571,1,1,26140,0,255.141,-5819.03,69.8206,1.8236,300,0,0,8982,0,2,0,0,0),(115406,24271,571,1,1,26140,0,227.701,-5716.31,194.729,5.72368,300,0,0,8982,0,2,0,0,0),(115407,27343,571,1,1,25381,1,2828.42,-1414.68,47.468,5.32325,300,0,0,9291,3231,0,0,0,0),(115408,27343,571,1,1,25381,1,3029.11,-1432.56,58.8914,2.91078,300,5,0,9291,3231,1,0,0,0),(115409,27343,571,1,1,25381,1,2990.54,-1407.35,59.9518,0.734267,300,5,0,9291,3231,1,0,0,0),(115410,27343,571,1,1,25381,1,2998.04,-1414.21,58.9927,0.715585,300,0,0,9291,3231,0,0,0,0),(115411,27343,571,1,1,25381,1,2914.24,-1410.03,60.0848,0.139626,300,0,0,9291,3231,0,0,0,0),(115412,26575,571,1,1,2165,0,5149.45,1125.01,219.866,3.06643,300,5,0,9940,0,1,0,0,0),(115413,27343,571,1,1,25381,1,3036.62,-1392.74,58.0401,1.46608,300,0,0,9291,3231,0,0,0,0),(115414,27343,571,1,1,25381,1,2867.18,-1483.21,61.8681,4.11385,300,5,0,9291,3231,1,0,0,0),(115415,27343,571,1,1,25381,1,2897.4,-1418.79,59.1376,2.71246,300,5,0,9291,3231,1,0,0,0),(115416,27343,571,1,1,25381,1,3127.97,-1340,57.6325,2.86401,300,5,0,9291,3231,1,0,0,0),(115417,27343,571,1,1,25381,1,3102.08,-1362.31,57.0541,1.50098,300,0,0,9291,3231,0,0,0,0),(115418,27343,571,1,1,25381,1,3151.23,-1407.76,61.8148,5.26353,300,5,0,9291,3231,1,0,0,0),(115419,27343,571,1,1,25381,1,3112.95,-1432.87,59.0234,6.0088,300,5,0,9291,3231,1,0,0,0),(115420,26319,571,1,1,23972,0,4156.56,2176.94,153.593,1.47006,300,5,0,7432,7332,1,0,0,0),(115421,26319,571,1,1,23973,0,3860.78,2151.99,123.307,3.66865,300,5,0,7432,7332,1,0,0,0),(115422,24015,571,1,1,21992,1,1630.73,-5642.63,233.342,3.03687,300,0,0,6986,0,0,0,0,0),(115423,27343,571,1,1,25381,1,3198.3,-1342.32,70.4654,0.741408,300,5,0,9291,3231,1,0,0,0),(115424,27343,571,1,1,25381,1,2867.81,-1484,62.2428,2.17455,300,0,0,9291,3231,0,0,0,0),(115425,27343,571,1,1,25381,1,2849.3,-1458.62,61.733,6.12611,300,0,0,9291,3231,0,0,0,0),(115426,24271,571,1,1,26140,0,239.707,-5681.22,129.774,2.89567,300,0,0,8982,0,2,0,0,0),(115427,26575,571,1,1,2165,0,4941.68,830.696,205.73,6.11684,300,5,0,9940,0,1,0,0,0),(115428,26575,571,1,1,2165,0,5116.9,1107.98,223.974,3.71969,300,5,0,9940,0,1,0,0,0),(115429,28879,571,1,1,7616,0,6184.2,-1985.72,434.644,3.11137,300,0,0,11001,0,2,0,0,0),(115430,24271,571,1,1,26140,0,172.111,-5698.65,286.189,2.33731,300,0,0,8982,0,0,0,0,0),(115431,26575,571,1,1,2165,0,4870.26,727.283,166.788,5.15285,300,5,0,9940,0,1,0,0,0),(115432,26575,571,1,1,2165,0,4849.79,669.348,169.214,2.94445,300,5,0,9940,0,1,0,0,0),(115433,26575,571,1,1,2165,0,4893.95,968.795,210.632,1.38726,300,5,0,9940,0,1,0,0,0),(115434,26575,571,1,1,2165,0,4837.71,804.451,165.046,6.09581,300,5,0,9940,0,1,0,0,0),(115435,26319,571,1,1,23975,0,4063.75,2196.37,151.822,3.83587,300,0,0,7432,7332,2,0,0,0),(115436,26319,571,1,1,23972,0,3950.15,2225.69,157.245,3.20607,300,5,0,7432,7332,1,0,0,0),(115437,26319,571,1,1,23974,0,3947.82,2162.15,156.167,4.34507,300,5,0,7432,7332,1,0,0,0),(115438,26319,571,1,1,23974,0,3911.5,2158.39,155.917,5.61292,300,5,0,7432,7332,1,0,0,0),(115439,26319,571,1,1,23972,0,3934.3,2288.48,155.992,4.06536,300,5,0,7432,7332,1,0,0,0),(115440,26319,571,1,1,23973,0,3947.65,2159.55,156.171,0.118317,300,5,0,7432,7332,1,0,0,0),(115441,26319,571,1,1,23973,0,3917.66,2278.22,156.135,0.424145,300,0,0,7432,7332,2,0,0,0),(115442,26319,571,1,1,23973,0,4072.15,2152.87,151.803,0.16176,300,0,0,7432,7332,2,0,0,0),(115443,26319,571,1,1,23974,0,4022.74,2258.96,152.308,2.18873,300,0,0,7432,7332,2,0,0,0),(115444,26575,571,1,1,2165,0,4879.58,795.418,167.632,3.04391,300,5,0,9940,0,1,0,0,0),(115445,24015,571,1,1,21990,1,1593.46,-5570.53,226.317,5.11381,300,0,0,6986,0,0,0,0,0),(115446,24271,571,1,1,26140,0,334.004,-5775.9,267.065,2.26628,300,0,0,8982,0,2,0,0,0),(115447,24271,571,1,1,26140,0,294.815,-5842.88,84.9195,2.23402,300,0,0,8982,0,0,0,0,0),(115448,24271,571,1,1,26140,0,314.861,-5808.88,82.6593,3.85718,300,0,0,8982,0,0,0,0,0),(115449,27343,571,1,1,25381,1,3148.72,-1421.03,60.4288,0.728751,300,5,0,9291,3231,1,0,0,0),(115450,24271,571,1,1,26140,0,137.86,-5750.37,36.7854,0.442489,300,0,0,8982,0,2,0,0,0),(115451,24271,571,1,1,26140,0,167.49,-5770.76,41.9759,2.07391,300,0,0,8982,0,0,0,0,0),(115452,24015,571,1,1,21992,1,1461.51,-5613.35,226.017,4.85202,300,0,0,6986,0,0,0,0,0),(115453,24271,571,1,1,26140,0,73.7144,-5817.14,5.87499,1.83373,300,0,0,8982,0,0,0,0,0),(115454,24271,571,1,1,26140,0,203.541,-5828.47,10.6968,3.29867,300,0,0,8982,0,0,0,0,0),(115455,24015,571,1,1,21992,1,1477.65,-5637.43,235.652,5.67232,300,0,0,6986,0,0,0,0,0),(115456,24271,571,1,1,26140,0,149.291,-5838.02,7.80997,1.69297,300,0,0,8982,0,0,0,0,0),(115457,24271,571,1,1,26140,0,194.841,-5808.82,10.2187,4.18879,300,0,0,8982,0,0,0,0,0),(115458,24271,571,1,1,26140,0,219.961,-5839.25,17.0533,0.22586,300,0,0,8982,0,2,0,0,0),(115459,24271,571,1,1,26140,0,109.493,-5830.44,5.5016,3.50811,300,0,0,8982,0,0,0,0,0),(115460,24271,571,1,1,26140,0,287.632,-5792.93,192.352,2.32088,300,0,0,8982,0,2,0,0,0),(115461,24015,571,1,1,21992,1,1535.49,-5544.65,209.723,2.14675,300,0,0,6986,0,0,0,0,0),(115462,24015,571,1,1,21992,1,1492.7,-5558.91,209.297,1.78024,300,0,0,6986,0,0,0,0,0),(115463,24015,571,1,1,21989,1,1518.78,-5613.82,226.541,4.59022,300,0,0,6986,0,0,0,0,0),(115464,24015,571,1,1,21990,1,1617.23,-5635.52,231.902,1.29357,300,5,0,6986,0,1,0,0,0),(115465,24015,571,1,1,21989,1,1576.97,-5620.44,233.049,4.86947,300,0,0,6986,0,0,0,0,0),(115466,24015,571,1,1,21992,1,1566.05,-5663.74,242.443,3.37813,300,0,0,6986,0,0,0,0,0),(115467,24015,571,1,1,21990,1,1534.62,-5581.84,226.179,4.53786,300,0,0,6986,0,0,0,0,0),(115468,24015,571,1,1,21990,1,1497.12,-5611.05,227.099,5.06145,300,0,0,6986,0,0,0,0,0),(115469,24015,571,1,1,21991,1,1505.59,-5583.48,225.563,4.95674,300,0,0,6986,0,0,0,0,0),(115470,24015,571,1,1,21990,1,1539.96,-5656.99,241.818,4.32655,300,0,0,6986,0,0,0,0,0),(115471,24015,571,1,1,21990,1,1547.45,-5609.42,226.344,5.20108,300,0,0,6986,0,0,0,0,0),(115472,24015,571,1,1,21989,1,1604.41,-5649.17,238.022,4.10598,300,5,0,6986,0,1,0,0,0),(115474,24015,571,1,1,21992,1,1564.47,-5583.87,226.65,0.018001,300,5,0,6986,0,1,0,0,0),(115476,24015,571,1,1,21992,1,1519.94,-5658.89,241.533,3.67086,300,0,0,6986,0,0,0,0,0),(115477,24015,571,1,1,21991,1,1562.86,-5586.9,226.659,5.09636,300,0,0,6986,0,0,0,0,0),(115478,24015,571,1,1,21989,1,1524.77,-5663.22,243.106,2.83203,300,0,0,6986,0,0,0,0,0),(115479,24015,571,1,1,21990,1,1575.73,-5658.9,240.184,3.12584,300,0,0,6986,0,0,0,0,0),(115480,24015,571,1,1,21991,1,1542.27,-5690.87,248.839,4.55841,300,0,0,6986,0,0,0,0,0),(115481,27343,571,1,1,25381,1,3053.04,-1447.69,50.4107,3.78139,300,5,0,9291,3231,1,0,0,0),(115482,27343,571,1,1,25381,1,3095,-1355.19,55.9154,3.57469,300,5,0,9291,3231,1,0,0,0),(115483,27343,571,1,1,25381,1,3174.59,-1364.13,66.0904,5.5432,300,5,0,9291,3231,1,0,0,0),(115485,26575,571,1,1,2165,0,4937.36,836.962,183.693,1.7834,300,5,0,9940,0,1,0,0,0),(115486,26832,571,1,1,24067,0,3170.49,2444.55,40.2748,0.174533,300,0,0,102820,69320,0,0,0,0),(115487,28624,571,1,1,25584,0,5780.84,-3598.16,387.238,2.40855,300,0,0,34137,0,0,0,0,0),(115488,24272,571,1,1,24991,0,911.234,-4809.58,-58.553,0.913123,300,5,0,9610,0,1,0,0,0),(115489,24272,571,1,1,24991,0,832.465,-4798.49,-53.3726,2.01744,300,5,0,9610,0,1,0,0,0),(115490,24272,571,1,1,24991,0,879.454,-4847.27,-55.924,3.54009,300,5,0,9610,0,1,0,0,0),(115491,24272,571,1,1,24991,0,810.162,-4794.71,-72.1413,3.48726,300,5,0,9610,0,1,0,0,0),(115492,24272,571,1,1,24991,0,921.835,-4857.74,-57.9151,5.74003,300,5,0,9610,0,1,0,0,0),(115493,24272,571,1,1,24991,0,842.575,-4799.65,-46.1748,1.87964,300,5,0,9610,0,1,0,0,0),(115494,24272,571,1,1,24991,0,861.01,-4922.55,-58.2825,1.82186,300,5,0,9610,0,1,0,0,0),(115495,24272,571,1,1,24991,0,830.592,-4867.27,-53.0588,4.48187,300,5,0,9610,0,1,0,0,0),(115496,24272,571,1,1,24991,0,922.307,-4831.98,-51.3575,2.38978,300,5,0,9610,0,1,0,0,0),(115497,24272,571,1,1,24991,0,843.46,-4962.71,-53.9947,1.78132,300,5,0,9610,0,1,0,0,0),(115498,24272,571,1,1,24991,0,826.524,-4810.88,-69.067,3.46916,300,5,0,9610,0,1,0,0,0),(115499,24272,571,1,1,24991,0,910.144,-4813.44,-53.5847,3.85136,300,5,0,9610,0,1,0,0,0),(115500,24784,571,1,1,22636,1,-91.2722,-3680.29,13.0578,0.733038,300,0,0,8982,3155,0,0,0,0),(115501,27088,571,1,1,24300,1,3401.9,-2790.61,211.376,0.349066,300,0,0,8982,0,0,0,0,0),(115502,29904,571,1,1,26630,0,6124.42,-1080.96,402.624,2.49582,300,0,0,11770,0,0,0,0,0),(115503,27344,571,1,1,24568,0,1919.03,-6176.72,24.5655,2.11185,300,0,0,27873,0,0,0,0,0),(115504,28112,571,1,1,25157,0,5026.58,5510.61,-86.6708,3.9619,300,0,0,4552,8313,0,0,0,0),(115505,28112,571,1,1,25157,0,5009.29,5570.88,-86.0497,3.54302,300,0,0,4552,8313,0,0,0,0),(115506,28112,571,1,1,25157,0,5081.12,5589.38,-90.2511,2.82743,300,0,0,4552,8313,0,0,0,0),(115507,28112,571,1,1,25157,0,5122.91,5549.65,-97.9706,0.850572,300,0,0,4552,8313,0,0,0,0),(115508,28112,571,1,1,25157,0,5026.69,5489.21,-87.088,1.0472,300,0,0,4552,8313,0,0,0,0),(115509,28112,571,1,1,25157,0,5121.25,5549.18,-97.9706,0.545195,300,0,0,4552,8313,0,0,0,0),(115510,28112,571,1,1,25157,0,5072.62,5501.32,-96.4247,3.31613,300,0,0,4552,8313,0,0,0,0),(115511,28112,571,1,1,25157,0,5066.31,5506.17,-96.0911,4.76475,300,0,0,4552,8313,0,0,0,0),(115512,28112,571,1,1,25157,0,5088.5,5522.06,-97.9706,5.1561,300,5,0,4552,8313,1,0,0,0),(115513,28112,571,1,1,25157,0,5076.99,5553.94,-97.9706,1.8912,300,5,0,4552,8313,1,0,0,0),(115514,28112,571,1,1,25157,0,5123.95,5548.42,-97.9706,3.42842,300,5,0,4552,8313,1,0,0,0),(115515,28112,571,1,1,25157,0,5141.92,5510.41,-97.9706,2.64142,300,5,0,4552,8313,1,0,0,0),(115516,28112,571,1,1,25157,0,5113.94,5483.46,-93.9378,4.57276,300,0,0,4552,8313,0,0,0,0),(115517,28112,571,1,1,25157,0,5106.67,5482.9,-93.9321,4.93928,300,0,0,4552,8313,0,0,0,0),(115518,28112,571,1,1,25157,0,5092.59,5485.92,-93.2406,0.366519,300,0,0,4552,8313,0,0,0,0),(115519,28112,571,1,1,25157,0,5125.37,5547.43,-97.9706,6.21908,300,5,0,4552,8313,1,0,0,0),(115520,28112,571,1,1,25157,0,5120.5,5481.93,-93.7191,4.2586,300,0,0,4552,8313,0,0,0,0),(115521,28112,571,1,1,25157,0,5123.39,5547.56,-97.9706,1.29579,300,0,0,4552,8313,0,0,0,0),(115523,28112,571,1,1,25157,0,5100.32,5480.67,-93.817,5.25344,300,0,0,4552,8313,0,0,0,0),(115524,28112,571,1,1,25157,0,5231.01,5488,-89.0593,3.87463,300,0,0,4552,8313,0,0,0,0),(115525,28112,571,1,1,25157,0,5224.3,5509.08,-88.6617,2.80998,300,0,0,4552,8313,0,0,0,0),(115526,28112,571,1,1,25157,0,5201.8,5487,-88.0499,4.29269,300,5,0,4552,8313,1,0,0,0),(115527,28112,571,1,1,25157,0,5197.75,5471.81,-87.2502,4.2237,300,0,0,4552,8313,0,0,0,0),(115528,28112,571,1,1,25157,0,5268.87,5473.16,-98.1865,0.917721,300,5,0,4552,8313,1,0,0,0),(115529,28112,571,1,1,25157,0,5212.52,5547.9,-97.1549,4.78739,300,0,0,4552,8313,0,0,0,0),(115530,28112,571,1,1,25157,0,5118.04,5597.94,-90.8348,1.14582,300,0,0,4552,8313,0,0,0,0),(115531,28112,571,1,1,25157,0,5075.43,5611.79,-86.2512,0.645772,300,0,0,4552,8313,0,0,0,0),(115532,28112,571,1,1,25157,0,5118.27,5596.42,-90.9441,0.725003,300,0,0,4552,8313,0,0,0,0),(115533,28112,571,1,1,25157,0,5115.2,5598.39,-90.9663,0.156971,300,0,0,4552,8313,0,0,0,0),(115534,28112,571,1,1,25157,0,5088.86,5604.89,-89.6122,5.41052,300,0,0,4552,8313,0,0,0,0),(115535,28112,571,1,1,25157,0,5078.11,5624.38,-86.8926,5.29517,300,5,0,4552,8313,1,0,0,0),(115536,28112,571,1,1,25157,0,5085.22,5632.98,-87.2263,4.95674,300,0,0,4552,8313,0,0,0,0),(115537,28112,571,1,1,25157,0,4932.17,5693.53,-73.5414,-0.220558,300,0,0,4552,8313,0,0,0,0),(115538,28112,571,1,1,25157,0,4913.95,5734.79,-66.0258,2.4066,300,5,0,4552,8313,1,0,0,0),(115539,28112,571,1,1,25157,0,5016.89,5601.61,-93.3313,0.529169,300,0,0,4552,8313,0,0,0,0),(115540,28112,571,1,1,25157,0,5188.55,5608.93,-89.1251,2.37365,300,0,0,4552,8313,0,0,0,0),(115541,28112,571,1,1,25157,0,5183.13,5573.23,-90.4796,0.366519,300,0,0,4552,8313,0,0,0,0),(115542,28112,571,1,1,25157,0,5195.69,5615.87,-89.043,4.95674,300,0,0,4552,8313,0,0,0,0),(115543,28112,571,1,1,25157,0,5200.04,5589.69,-91.1012,6.06605,300,5,0,4552,8313,1,0,0,0),(115544,28112,571,1,1,25157,0,5199.7,5570.7,-90.582,5.61996,300,0,0,4552,8313,0,0,0,0),(115545,28112,571,1,1,25157,0,5231.49,5552.89,-98.2468,4.9296,300,5,0,4552,8313,1,0,0,0),(115546,28112,571,1,1,25157,0,5195.6,5535.22,-95.8618,1.18682,300,0,0,4552,8313,0,0,0,0),(115547,28112,571,1,1,25157,0,5112.01,5551.53,-97.9706,1.5131,300,5,0,4552,8313,1,0,0,0),(115548,28112,571,1,1,25157,0,5119.16,5548.04,-97.9706,2.77346,300,5,0,4552,8313,1,0,0,0),(115549,28112,571,1,1,25157,0,5093.14,5541.98,-97.9706,2.57255,300,5,0,4552,8313,1,0,0,0),(115550,28112,571,1,1,25157,0,5065.34,5717.55,-87.6875,2.32752,300,0,0,4552,8313,0,0,0,0),(115551,28112,571,1,1,25157,0,5135.61,5523.79,-97.9706,4.83137,300,5,0,4552,8313,1,0,0,0),(115552,28112,571,1,1,25157,0,5109.27,5529.67,-97.9706,6.0021,300,5,0,4552,8313,1,0,0,0),(115553,28112,571,1,1,25157,0,5140,5546.91,-97.9706,3.00973,300,5,0,4552,8313,1,0,0,0),(115554,28112,571,1,1,25157,0,5176.56,5598.27,-90.219,2.18616,300,5,0,4552,8313,1,0,0,0),(115555,28112,571,1,1,25157,0,5144.77,5597.46,-95.0147,6.12141,300,5,0,4552,8313,1,0,0,0),(115556,28112,571,1,1,25157,0,5192.83,5475.91,-87.3944,3.11623,300,5,0,4552,8313,1,0,0,0),(115557,28112,571,1,1,25157,0,5103.85,5601.19,-90.8653,3.64774,300,0,0,4552,8313,0,0,0,0),(115559,28112,571,1,1,25157,0,5123.36,5585.3,-91.0778,1.78024,300,0,0,4552,8313,0,0,0,0),(115560,28112,571,1,1,25157,0,5007.86,5600.08,-91.2407,2.98451,300,0,0,4552,8313,0,0,0,0),(115561,28112,571,1,1,25157,0,4976.63,5570.18,-83.1418,1.50098,300,0,0,4552,8313,0,0,0,0),(115562,23760,571,1,1,22533,1,855.464,-4343.93,183.457,4.93928,300,0,0,8982,0,0,0,0,0),(115563,23760,571,1,1,22534,1,968.103,-4260.23,166.789,4.72464,300,5,0,8982,0,1,0,0,0),(115564,23760,571,1,1,22534,1,786.033,-4506.73,188.611,0.222636,300,5,0,8982,0,1,0,0,0),(115565,23760,571,1,1,22533,1,790.224,-4498,187.403,0.820305,300,0,0,8982,0,0,0,0,0),(115566,23760,571,1,1,22533,1,803.946,-4506.55,183.857,1.39626,300,0,0,8982,0,0,0,0,0),(115567,23760,571,1,1,22533,1,1082.05,-4492.48,191.021,2.72271,300,0,0,8982,0,0,0,0,0),(115568,23760,571,1,1,22533,1,1081.25,-4497.92,191.552,1.5708,300,5,0,8982,0,1,0,0,0),(115569,23760,571,1,1,22533,1,997.966,-4300.98,171.586,4.69024,300,5,0,8982,0,1,0,0,0),(115570,23760,571,1,1,22533,1,1088.97,-4482.34,192.278,2.60054,300,0,0,8982,0,0,0,0,0),(115571,23760,571,1,1,22532,1,974.126,-4284.39,170.328,2.22076,300,5,0,8982,0,1,0,0,0),(115572,23760,571,1,1,22533,1,997.322,-4315.66,170.073,4.41568,300,0,0,8982,0,0,0,0,0),(115573,23760,571,1,1,22533,1,861.98,-4295.89,177.22,5.57365,300,5,0,8982,0,1,0,0,0),(115574,23760,571,1,1,22532,1,1007.77,-4274.64,166.69,3.3364,300,5,0,8982,0,1,0,0,0),(115575,23760,571,1,1,22534,1,941.367,-4271.86,169.03,2.91923,300,5,0,8982,0,1,0,0,0),(115576,23760,571,1,1,22533,1,869.075,-4321.78,177.468,4.85619,300,5,0,8982,0,1,0,0,0),(115577,23760,571,1,1,22534,1,836.006,-4276.9,179.263,6.00006,300,5,0,8982,0,1,0,0,0),(115578,23760,571,1,1,22532,1,871.694,-4267.88,175.614,1.29837,300,5,0,8982,0,1,0,0,0),(115579,23760,571,1,1,22533,1,861.919,-4314.18,178.036,3.74584,300,5,0,8982,0,1,0,0,0),(115580,23760,571,1,1,22532,1,877.788,-4341.89,177.607,4.86947,300,0,0,8982,0,0,0,0,0),(115581,23760,571,1,1,22533,1,972.214,-4312.28,172.931,4.76475,300,0,0,8982,0,0,0,0,0),(115582,24016,571,1,1,21997,1,1522.14,-5592.62,223.661,5.0091,300,0,0,7984,0,0,0,0,0),(115583,721,571,1,1,328,0,711.545,-5572.65,236.286,0.844803,300,5,0,1,0,1,0,0,0),(115584,721,571,1,1,328,0,1161.83,-5725.42,227.359,5.42589,300,5,0,1,0,1,0,0,0),(115585,24273,571,1,1,22242,1,1964.22,-3214.94,153.748,3.89172,300,0,0,7185,7196,0,0,0,0),(115586,28113,571,1,1,23320,0,5786.98,3600.55,-10.6589,4.76475,300,0,0,11379,0,0,0,0,0),(115587,28113,571,1,1,23320,0,5608,3722.11,-114.819,2.47837,300,0,0,11379,0,0,0,0,0),(115588,28113,571,1,1,23320,0,5824.41,3626.72,-8.12578,4.04916,300,0,0,11379,0,0,0,0,0),(115589,28113,571,1,1,23320,0,5746.79,3583.59,-9.86666,1.37881,300,0,0,11379,0,0,0,0,0),(115590,28113,571,1,1,23320,0,5849.38,3654.13,-3.1932,2.63545,300,0,0,11379,0,0,0,0,0),(115591,28113,571,1,1,23320,0,5809.15,3557.71,-7.90025,1.0821,300,0,0,11379,0,0,0,0,0),(115592,28113,571,1,1,23320,0,5794.87,3674.29,-18.5171,5.5676,300,0,0,11379,0,0,0,0,0),(115593,28113,571,1,1,23320,0,5887.35,3595.63,8.40358,4.2237,300,0,0,11379,0,0,0,0,0),(115594,28113,571,1,1,23320,0,5752.32,3649.55,-16.2017,1.02974,300,0,0,11379,0,0,0,0,0),(115595,29905,571,1,1,26627,1,6121.1,-1095.92,402.837,1.62316,300,0,0,11770,0,0,0,0,0),(115596,29137,571,1,1,25939,0,5191.09,-2199.45,239.482,4.4855,300,0,0,31905,0,0,0,0,0),(115597,25297,571,1,1,3019,0,2359.58,5204.21,7.71538,2.75762,300,0,0,2097,0,0,0,0,0),(115598,25297,571,1,1,3019,0,2366.02,5221.08,7.71537,2.67035,300,0,0,2097,0,0,0,0,0),(115599,721,571,1,1,328,0,156.15,-4674.85,295.318,2.1588,300,5,0,1,0,1,0,0,0),(115600,721,571,1,1,328,0,1247.84,-5348.45,178.333,5.21446,300,5,0,1,0,1,0,0,0),(115601,721,571,1,1,4626,0,1713.5,-4416.56,181.013,5.44774,300,5,0,1,0,1,0,0,0),(115602,721,571,1,1,328,0,1394.64,-3929.45,125.598,6.18801,300,5,0,1,0,1,0,0,0),(115603,28113,571,1,1,23320,0,5791.35,3549.79,-8.57478,3.08923,300,0,0,11379,0,0,0,0,0),(115604,28113,571,1,1,23320,0,5877.79,3613.83,7.98776,2.9147,300,0,0,11379,0,0,0,0,0),(115605,28113,571,1,1,23320,0,5697.98,3869.89,-66.0157,2.40855,300,0,0,11379,0,0,0,0,0),(115606,28113,571,1,1,23320,0,5862.08,3609.84,7.11145,5.84685,300,0,0,11379,0,0,0,0,0),(115607,27089,571,1,1,24299,1,3410.7,-2801.19,211.316,1.09956,300,0,0,8982,0,0,0,0,0),(115608,721,571,1,1,4626,0,1323.53,-5543.79,199.144,4.5466,300,5,0,1,0,1,0,0,0),(115609,721,571,1,1,328,0,1666.43,-5552.43,214.684,2.4516,300,5,0,1,0,1,0,0,0),(115610,721,571,1,1,4626,0,694.271,-5462.99,237.246,5.7462,300,5,0,1,0,1,0,0,0),(115611,721,571,1,1,4626,0,641.059,-4493.2,205.029,3.25669,300,5,0,1,0,1,0,0,0),(115612,721,571,1,1,4626,0,1526.58,-5139.11,183.788,6.11527,300,5,0,1,0,1,0,0,0),(115613,721,571,1,1,4626,0,1662.26,-5198.55,178.493,0.145553,300,5,0,1,0,1,0,0,0),(115614,721,571,1,1,328,0,1369.35,-3651.58,133.752,4.07117,300,5,0,1,0,1,0,0,0),(115615,721,571,1,1,4626,0,1947.72,-4753.02,193.748,1.97604,300,5,0,1,0,1,0,0,0),(115616,721,571,1,1,4626,0,1551.82,-6073.19,8.07279,1.8485,300,5,0,1,0,1,0,0,0),(115617,721,571,1,1,4626,0,1165.3,-5874.38,273.356,4.0439,300,5,0,1,0,1,0,0,0),(115618,721,571,1,1,328,0,1448.48,-5534.94,199.713,5.40087,300,5,0,1,0,1,0,0,0),(115619,721,571,1,1,4626,0,1111.45,-5493.4,196.623,1.41206,300,5,0,1,0,1,0,0,0),(115620,721,571,1,1,4626,0,1340.01,-5674.45,234.167,2.69527,300,5,0,1,0,1,0,0,0),(115621,721,571,1,1,328,0,1173.32,-5597.39,211.951,3.66083,300,5,0,1,0,1,0,0,0),(115622,721,571,1,1,328,0,1160.01,-4124.39,149.611,5.70654,300,5,0,1,0,1,0,0,0),(115623,721,571,1,1,4626,0,1635.28,-5225.78,181.706,1.66777,300,5,0,1,0,1,0,0,0),(115624,721,571,1,1,328,0,2296.17,-4615.47,218.188,0.993357,300,5,0,1,0,1,0,0,0),(115625,721,571,1,1,4626,0,1376.56,-6080.13,275.962,0.062565,300,5,0,1,0,1,0,0,0),(115626,721,571,1,1,328,0,485.072,-5420.49,270.612,1.8802,300,5,0,1,0,1,0,0,0),(115627,721,571,1,1,328,0,621.441,-5857.97,291.702,5.48398,300,5,0,1,0,1,0,0,0),(115628,721,571,1,1,328,0,340.869,-4411.9,235.752,6.07659,300,5,0,1,0,1,0,0,0),(115629,28113,571,1,1,23320,0,5864.49,3654.17,-3.25095,3.36848,300,0,0,11379,0,0,0,0,0),(115630,28113,571,1,1,23320,0,5877.11,3586.57,7.41946,5.77704,300,0,0,11379,0,0,0,0,0),(115631,28113,571,1,1,23320,0,5835.34,3669.23,-4.5878,3.33358,300,0,0,11379,0,0,0,0,0),(115632,28113,571,1,1,23320,0,5852.72,3630.19,6.9223,3.54302,300,0,0,11379,0,0,0,0,0),(115633,28113,571,1,1,23320,0,5743.93,3820.82,-56.2679,2.29801,300,0,0,11379,0,0,0,0,0),(115634,28113,571,1,1,23320,0,5750.23,3747.32,-36.1597,1.37324,300,0,0,11379,0,0,0,0,0),(115635,28113,571,1,1,23320,0,5744.84,3781.3,-45.2577,1.97535,300,0,0,11379,0,0,0,0,0),(115636,28113,571,1,1,23320,0,5834.46,3647.17,-5.62595,4.41568,300,0,0,11379,0,0,0,0,0),(115638,28113,571,1,1,23320,0,5845.3,3660.83,-4.85425,0.507811,300,0,0,11379,0,0,0,0,0),(115640,28113,571,1,1,23320,0,5841.82,3589.83,2.66555,2.42322,300,0,0,11379,0,0,0,0,0),(115641,28113,571,1,1,23320,0,5721.39,3691.7,-29.3548,1.08532,300,0,0,11379,0,0,0,0,0),(115642,28113,571,1,1,23320,0,5851.44,3722.79,-14.6395,2.7707,300,0,0,11379,0,0,0,0,0),(115643,28113,571,1,1,23320,0,5868.11,3678.28,-3.28498,1.13446,300,0,0,11379,0,0,0,0,0),(115644,28113,571,1,1,23320,0,5739.67,3630.12,-16.2483,3.36313,300,0,0,11379,0,0,0,0,0),(115645,28113,571,1,1,23320,0,5768.13,3647.68,-16.3991,0.663225,300,0,0,11379,0,0,0,0,0),(115646,28113,571,1,1,23320,0,5768.97,3591.37,-9.27209,1.22173,300,0,0,11379,0,0,0,0,0),(115647,28113,571,1,1,23320,0,5777.83,3620.09,-12.6938,5.4979,300,0,0,11379,0,0,0,0,0),(115648,28113,571,1,1,23320,0,5757.39,3613.1,-15.8556,4.59022,300,0,0,11379,0,0,0,0,0),(115649,28113,571,1,1,23320,0,5759.18,3562.33,-10.0286,3.13195,300,0,0,11379,0,0,0,0,0),(115650,28113,571,1,1,23320,0,5771.79,3552.94,-9.77143,5.5676,300,0,0,11379,0,0,0,0,0),(115651,28113,571,1,1,23320,0,5733.93,3602.6,-16.6056,0.174533,300,0,0,11379,0,0,0,0,0),(115652,28113,571,1,1,23320,0,5824.17,3610.63,-6.80134,0.040057,300,0,0,11379,0,0,0,0,0),(115653,28113,571,1,1,23320,0,5819.63,3578.09,-7.9993,1.0472,300,0,0,11379,0,0,0,0,0),(115654,28113,571,1,1,23320,0,5733.93,3638,-16.5477,3.83972,300,0,0,11379,0,0,0,0,0),(115655,721,571,1,1,328,0,1769.15,-5261,183.454,5.48737,300,5,0,1,0,1,0,0,0),(115656,721,571,1,1,4626,0,2501.93,-4444.34,232.134,1.7954,300,5,0,1,0,1,0,0,0),(115657,26577,571,1,1,23912,0,5031.19,1079.49,264.241,2.44438,300,5,0,7952,7654,1,0,0,0),(115658,26321,571,1,1,27478,0,2824.71,1750.11,151.782,0.174533,300,0,0,32518,0,0,0,0,0),(115659,721,571,1,1,4626,0,1302.88,-3550.89,160.636,2.56209,300,5,0,1,0,1,0,0,0),(115660,721,571,1,1,328,0,247.224,-5359.18,310.973,3.44728,300,5,0,1,0,1,0,0,0),(115661,721,571,1,1,4626,0,1488.44,-3510.84,168.702,1.2262,300,5,0,1,0,1,0,0,0),(115662,721,571,1,1,328,0,1711.64,-5913.44,6.82808,4.44374,300,5,0,1,0,1,0,0,0),(115663,26577,571,1,1,23912,0,4972.35,835.195,206.992,1.57928,300,5,0,7952,7654,1,0,0,0),(115664,721,571,1,1,4626,0,433.578,-5616.36,293.215,3.50722,300,5,0,1,0,1,0,0,0),(115665,721,571,1,1,328,0,384.118,-4876.71,241.615,1.2262,300,5,0,1,0,1,0,0,0),(115666,26577,571,1,1,23912,0,5084.36,1077.93,226.113,0.286669,300,5,0,7952,7654,1,0,0,0),(115667,26321,571,1,1,27478,0,3183.26,1680.55,151.736,1.58825,300,0,0,32518,0,0,0,0,0),(115668,26321,571,1,1,27478,0,2897.75,1921.42,132.765,0.855211,300,0,0,32518,0,0,0,0,0),(115669,26577,571,1,1,23912,0,4841.48,657.444,168.101,0.163289,300,5,0,7952,7654,1,0,0,0),(115670,26321,571,1,1,27478,0,3197.59,1911,128.729,4.46804,300,0,0,32518,0,0,0,0,0),(115671,26321,571,1,1,27478,0,3137.95,1819.67,128.161,2.72271,300,0,0,32518,0,0,0,0,0),(115672,26321,571,1,1,27478,0,3243.96,1802.86,136.995,4.50295,300,0,0,32518,0,0,0,0,0),(115673,26321,571,1,1,27478,0,3020.03,1847.56,129.446,5.07891,300,0,0,32518,0,0,0,0,0),(115674,26321,571,1,1,27478,0,2919.1,1686.02,142.088,4.24115,300,0,0,32518,0,0,0,0,0),(115675,26577,571,1,1,23912,0,4868.15,975.008,213.545,5.02158,300,5,0,7952,7654,1,0,0,0),(115676,26577,571,1,1,23912,0,4900.53,801.307,177.035,2.28962,300,5,0,7952,7654,1,0,0,0),(115677,26577,571,1,1,23912,0,4807.44,793.312,169.671,1.06806,300,5,0,7952,7654,1,0,0,0),(115678,721,571,1,1,4626,0,1894.82,-5951.1,9.29859,4.6557,300,5,0,1,0,1,0,0,0),(115679,721,571,1,1,4626,0,425.861,-3363.72,52.1274,4.02961,300,0,0,1,0,0,0,0,0),(115680,721,571,1,1,328,0,545.055,-3241.26,27.1515,2.95171,300,5,0,1,0,1,0,0,0),(115681,721,571,1,1,328,0,113.855,-5583.61,391.547,4.19979,300,5,0,1,0,1,0,0,0),(115682,721,571,1,1,4626,0,1792.53,-5871.02,7.10281,5.10342,300,5,0,1,0,1,0,0,0),(115683,721,571,1,1,4626,0,761.847,-3131.66,26.1788,3.90557,300,5,0,1,0,1,0,0,0),(115684,721,571,1,1,328,0,505.401,-3136.21,25.3103,2.5368,300,0,0,1,0,0,0,0,0),(115685,28369,571,1,1,25339,0,5303.04,-3340.12,295.491,3.43243,300,0,0,10635,0,0,0,0,0),(115686,28369,571,1,1,25339,0,5332.92,-3326.66,295.87,0.401455,300,0,0,10635,0,0,0,0,0),(115687,28369,571,1,1,25339,0,5317.31,-3333.82,295.491,0.486602,300,0,0,10635,0,0,0,0,0),(115688,28369,571,1,1,25339,0,5326.54,-3328.77,295.692,0.416626,300,0,0,10635,0,0,0,0,0),(115689,28369,571,1,1,25339,0,5303.3,-3338.4,295.491,3.14914,300,0,0,10635,0,0,0,0,0),(115690,28369,571,1,1,25339,0,5306.26,-3339.92,295.491,1.46774,300,5,0,10635,0,1,0,0,0),(115691,28369,571,1,1,25339,0,5481.72,-3262.09,293.124,4.83456,300,0,0,10635,0,0,0,0,0),(115697,721,571,1,1,328,0,5629.61,746.425,641.679,2.20874,300,5,0,1,0,1,0,0,0),(115698,721,571,1,1,328,0,5958.87,671.051,640.621,4.51992,300,5,0,1,0,1,0,0,0),(115699,721,571,1,1,4626,0,5830.28,759.14,640.433,1.65202,300,5,0,1,0,1,0,0,0),(115700,721,571,1,1,328,0,5810.32,496.87,656.872,0.705006,300,5,0,1,0,1,0,0,0),(115701,721,571,1,1,328,0,5821.88,643.79,647.921,3.16106,300,5,0,1,0,1,0,0,0),(115702,721,571,1,1,328,0,5753.54,772.873,640.883,2.43428,300,0,0,1,0,2,0,0,0),(115703,26577,571,1,1,23912,0,4934.45,741.367,186.758,2.9309,300,5,0,7952,7654,1,0,0,0),(115704,26577,571,1,1,23912,0,4942.9,825.118,187.302,5.12436,300,5,0,7952,7654,1,0,0,0),(115705,29650,571,1,1,26409,1,6685.12,-259.956,955.067,1.5708,300,0,0,12600,3994,0,0,0,0),(115706,32722,571,1,1,27949,1,5784.46,769.186,661.301,2.58022,300,5,0,40320,35256,2,0,0,0),(115707,29906,571,1,1,26631,0,6116.4,-1071.45,402.981,1.36136,300,0,0,11770,0,0,0,0,0),(115708,25298,571,1,1,23061,0,2238.12,5237.36,22.5165,1.22173,300,0,0,7984,0,0,0,0,0),(115709,32466,571,1,1,27972,0,5838.24,727.347,618.848,0.097314,300,0,0,1,0,2,0,0,0),(115710,26322,571,1,1,23747,0,2819.57,1482.24,158.892,4.36573,300,5,0,9291,3231,1,0,0,0),(115711,23762,571,1,1,21739,1,3842.41,-1956.08,208.601,4.31096,300,0,0,4890,0,0,0,0,0),(115712,26322,571,1,1,23747,0,2857.46,1572.48,161.981,2.60675,300,5,0,9291,3231,1,0,0,0),(115713,24786,571,1,1,24927,0,116.261,-3377.49,3.23533,0.383972,300,0,0,8982,0,0,0,0,0),(115714,26322,571,1,1,23747,0,3023.91,1626.9,165.316,3.83024,300,5,0,9291,3231,1,0,0,0),(115715,26322,571,1,1,23747,0,2781.04,1442.12,148.621,3.72516,300,5,0,9291,3231,1,0,0,0),(115716,26322,571,1,1,23747,0,3026.48,1776.19,131.853,5.57769,300,5,0,9291,3231,1,0,0,0),(115717,26322,571,1,1,23747,0,2728.63,1443.33,140.862,0.819938,300,5,0,9291,3231,1,0,0,0),(115718,26322,571,1,1,23747,0,2814.09,1582.54,165.173,5.09253,300,5,0,9291,3231,1,0,0,0),(115719,26322,571,1,1,23747,0,2795.85,1397.93,137.865,1.66639,300,5,0,9291,3231,1,0,0,0),(115720,26322,571,1,1,23747,0,3186.16,1907.35,130.301,0.307566,300,5,0,9291,3231,1,0,0,0),(115721,26322,571,1,1,23747,0,2836.82,1665.14,157.205,1.54548,300,5,0,9291,3231,1,0,0,0),(115722,26322,571,1,1,23747,0,2908.78,1679.92,144.706,0.533556,300,5,0,9291,3231,1,0,0,0),(115723,24786,571,1,1,24927,0,93.1663,-3284.31,0.490243,6.12611,300,0,0,8982,0,0,0,0,0),(115724,26322,571,1,1,23747,0,3128.27,1711.83,149.486,5.85599,300,5,0,9291,3231,1,0,0,0),(115725,26322,571,1,1,23747,0,3239.82,1639.01,152.559,3.63996,300,5,0,9291,3231,1,0,0,0),(115726,26322,571,1,1,23747,0,2881.49,1614.92,157.811,5.48602,300,5,0,9291,3231,1,0,0,0),(115727,26322,571,1,1,23747,0,3026.79,1737.56,131.852,3.26037,300,5,0,9291,3231,1,0,0,0),(115728,26322,571,1,1,23747,0,3315,1805.92,131.979,5.24134,300,5,0,9291,3231,1,0,0,0),(115729,26322,571,1,1,23747,0,3359.27,1648.95,135.68,0.786736,300,5,0,9291,3231,1,0,0,0),(115730,26322,571,1,1,23747,0,2762.5,1503.86,149.421,0.222027,300,5,0,9291,3231,1,0,0,0),(115731,26322,571,1,1,23747,0,2789.72,1744.11,157.538,3.02312,300,5,0,9291,3231,1,0,0,0),(115732,26322,571,1,1,23747,0,2847.32,1725.07,151.051,5.40553,300,5,0,9291,3231,1,0,0,0),(115733,26322,571,1,1,23747,0,3209.32,1912.6,132.666,3.27767,300,5,0,9291,3231,1,0,0,0),(115734,26322,571,1,1,23747,0,3052.34,1703.35,146.79,2.73693,300,5,0,9291,3231,1,0,0,0),(115735,27602,571,1,1,21810,1,2691.33,-2264.73,14.645,2.1293,300,0,0,9940,0,0,0,0,0),(115736,26322,571,1,1,23747,0,3335.2,1625.03,133.819,1.16294,300,5,0,9291,3231,1,0,0,0),(115737,26322,571,1,1,23747,0,2815.99,1780.07,153.296,1.79914,300,5,0,9291,3231,1,0,0,0),(115738,26322,571,1,1,23747,0,3028.29,1949.31,128.326,1.45561,300,5,0,9291,3231,1,0,0,0),(115739,26578,571,1,1,25805,0,5123.98,1069.96,237.181,2.25479,300,5,0,51410,10398,1,0,0,0),(115740,26322,571,1,1,23747,0,2888.93,1742.44,138.788,1.13388,300,5,0,9291,3231,1,0,0,0),(115741,24786,571,1,1,24927,0,125.915,-3364.01,1.45622,0.680678,300,0,0,8982,0,0,0,0,0),(115742,24786,571,1,1,24927,0,127.762,-3371.87,0.484474,0.436332,300,0,0,8982,0,0,0,0,0),(115743,26322,571,1,1,23747,0,3032.02,1848.01,131.631,3.17972,300,5,0,9291,3231,1,0,0,0),(115744,26322,571,1,1,23747,0,3022.84,1835.9,131.959,1.80724,300,5,0,9291,3231,1,0,0,0),(115745,26322,571,1,1,23747,0,2992.65,1755.71,132.217,2.36326,300,5,0,9291,3231,1,0,0,0),(115746,26322,571,1,1,23747,0,3195.13,1680.57,151.979,3.14347,300,5,0,9291,3231,1,0,0,0),(115747,26322,571,1,1,23747,0,3181.09,1654.24,154.953,3.33762,300,5,0,9291,3231,1,0,0,0),(115748,26322,571,1,1,23747,0,3244.35,1791.06,136.855,1.60304,300,5,0,9291,3231,1,0,0,0),(115749,26322,571,1,1,23747,0,3153.01,1690.25,153.584,1.23031,300,5,0,9291,3231,1,0,0,0),(115750,26322,571,1,1,23747,0,3112.9,1842.7,133.578,5.72808,300,5,0,9291,3231,1,0,0,0),(115751,26322,571,1,1,23747,0,3232.48,1802.77,135.494,0.007816,300,5,0,9291,3231,1,0,0,0),(115752,26322,571,1,1,23747,0,3104.83,1946.77,132.564,4.99337,300,5,0,9291,3231,1,0,0,0),(115753,26322,571,1,1,23747,0,2941.79,1963.62,138.181,5.9778,300,5,0,9291,3231,1,0,0,0),(115754,26322,571,1,1,23747,0,2958.49,1908.77,133.295,3.9705,300,5,0,9291,3231,1,0,0,0),(115755,26322,571,1,1,23747,0,3082.36,1836.01,132.356,3.62437,300,5,0,9291,3231,1,0,0,0),(115756,26322,571,1,1,23747,0,3128.78,1811.93,129.861,0.700854,300,5,0,9291,3231,1,0,0,0),(115757,26322,571,1,1,23747,0,3148.04,1813.23,131.11,2.57473,300,5,0,9291,3231,1,0,0,0),(115758,26322,571,1,1,23747,0,3213.9,1848.4,134.468,4.55655,300,5,0,9291,3231,1,0,0,0),(115759,26322,571,1,1,23747,0,3144.49,1829.65,131.421,4.13226,300,5,0,9291,3231,1,0,0,0),(115760,26322,571,1,1,23747,0,2853.59,1761.81,147.577,0.344877,300,5,0,9291,3231,1,0,0,0),(115761,26322,571,1,1,23747,0,3195.22,1899.24,130.367,1.37212,300,5,0,9291,3231,1,0,0,0),(115762,26322,571,1,1,23747,0,3155.9,1937.9,131.417,1.79324,300,5,0,9291,3231,1,0,0,0),(115763,26322,571,1,1,23747,0,2890.84,1931.04,136.668,5.33482,300,5,0,9291,3231,1,0,0,0),(115764,26322,571,1,1,23747,0,2831.66,1808.59,142.242,2.8288,300,5,0,9291,3231,1,0,0,0),(115765,26322,571,1,1,23747,0,2983.96,1927.4,129.305,3.28957,300,5,0,9291,3231,1,0,0,0),(115766,26322,571,1,1,23747,0,2986.55,1927.2,127.442,0.166754,300,5,0,9291,3231,1,0,0,0),(115767,26322,571,1,1,23747,0,3278.09,1686.73,144.973,3.04684,300,5,0,9291,3231,1,0,0,0),(115768,26322,571,1,1,23747,0,3251.7,1715.42,136.194,5.85429,300,5,0,9291,3231,1,0,0,0),(115769,26322,571,1,1,23747,0,3120.21,1909.32,126.336,4.49731,300,5,0,9291,3231,1,0,0,0),(115770,26322,571,1,1,23747,0,3275.47,1913.51,135.586,2.74337,300,5,0,9291,3231,1,0,0,0),(115771,26322,571,1,1,23747,0,3075.26,1882.85,126.562,0.713298,300,5,0,9291,3231,1,0,0,0),(115772,26322,571,1,1,23747,0,2889.93,1912.38,133.809,0.857953,300,5,0,9291,3231,1,0,0,0),(115773,26322,571,1,1,23747,0,2913.41,1944.87,138.946,2.84007,300,5,0,9291,3231,1,0,0,0),(115774,26322,571,1,1,23747,0,2903.33,1911.04,132.486,2.06345,300,5,0,9291,3231,1,0,0,0),(115775,26322,571,1,1,23747,0,2944.53,1852.83,131.565,4.14623,300,5,0,9291,3231,1,0,0,0),(115776,26322,571,1,1,23747,0,3010.68,1855.08,131.552,5.60707,300,5,0,9291,3231,1,0,0,0),(115777,26322,571,1,1,23747,0,3009.4,1842.21,133.02,0.466701,300,5,0,9291,3231,1,0,0,0),(115778,26322,571,1,1,23747,0,3197.19,1940.82,132.147,1.5913,300,5,0,9291,3231,1,0,0,0),(115779,26322,571,1,1,23747,0,3227.16,1953.41,134.151,4.22217,300,5,0,9291,3231,1,0,0,0),(115780,26322,571,1,1,23747,0,3246.71,1814.24,136.387,4.476,300,5,0,9291,3231,1,0,0,0),(115781,26322,571,1,1,23747,0,2972.85,1703.63,144.07,3.11913,300,5,0,9291,3231,1,0,0,0),(115782,26322,571,1,1,23747,0,2941.15,1703.65,137.133,3.15503,300,5,0,9291,3231,1,0,0,0),(115783,26322,571,1,1,23747,0,2978.56,1705.52,144.494,2.6175,300,5,0,9291,3231,1,0,0,0),(115784,26322,571,1,1,23747,0,2940.66,1701.13,137.758,4.50572,300,5,0,9291,3231,1,0,0,0),(115785,26322,571,1,1,23747,0,3321.7,1855.52,119.201,5.32525,300,5,0,9291,3231,1,0,0,0),(115786,26322,571,1,1,23747,0,2940.08,1658.74,150.215,5.39629,300,5,0,9291,3231,1,0,0,0),(115787,26322,571,1,1,23747,0,2910.13,1693.99,144.019,5.55721,300,5,0,9291,3231,1,0,0,0),(115788,26322,571,1,1,23747,0,3286.55,1572.54,147.635,3.72266,300,5,0,9291,3231,1,0,0,0),(115790,24786,571,1,1,24927,0,97.1246,-3279.91,1.23721,6.21337,300,0,0,8982,0,0,0,0,0),(115791,24786,571,1,1,24927,0,124.031,-3336.66,0.6558,0.20944,300,0,0,8982,0,0,0,0,0),(115789,28882,571,1,1,25749,1,6558.42,-3791.73,488.396,1.33697,120,6,0,1,0,1,0,0,0),(115793,24786,571,1,1,24927,0,113.105,-3315.51,1.1897,0.506145,300,0,0,8982,0,0,0,0,0),(115794,24786,571,1,1,24927,0,123.546,-3345.11,1.39513,0.645772,300,0,0,8982,0,0,0,0,0),(115833,28882,571,1,1,25749,1,6554.08,-3890.06,491.293,3.19395,120,0,0,1,0,0,0,0,0),(115832,28882,571,1,1,25749,1,6553.98,-4006.03,483.14,3.05433,120,0,0,1,0,0,0,0,0),(115831,28882,571,1,1,25749,1,6553.85,-3977.93,482.591,3.08923,120,0,0,1,0,0,0,0,0),(115830,28882,571,1,1,25749,1,6553.46,-3917.45,491.02,3.10669,120,0,0,1,0,0,0,0,0),(115829,28882,571,1,1,25749,1,6545.94,-3943.64,491.595,4.7473,120,0,0,1,0,0,0,0,0),(115828,28882,571,1,1,25749,1,6545.78,-3860.77,491.42,1.55334,120,0,0,1,0,0,0,0,0),(115827,28882,571,1,1,25749,1,6537.9,-4077.25,468.617,1.51835,120,10,0,1,0,1,0,0,0),(115826,28882,571,1,1,25749,1,6518.02,-3890.55,482.491,3.15905,120,0,0,1,0,0,0,0,0),(115825,28882,571,1,1,25749,1,6516.84,-3919.04,482.338,3.08923,120,0,0,1,0,0,0,0,0),(115824,28882,571,1,1,25749,1,6512.63,-3952.8,482.358,0.88118,120,7,0,1,0,1,0,0,0),(115823,28882,571,1,1,25749,1,6510.91,-4044.12,468.976,5.48121,120,8,0,1,0,1,0,0,0),(115822,28882,571,1,1,25749,1,6509.36,-3842.43,482.348,5.00836,120,10,0,1,0,1,0,0,0),(115821,28882,571,1,1,25749,1,6492.6,-3782.31,470.715,1.46021,120,6,0,1,0,1,0,0,0),(115820,28882,571,1,1,25749,1,6497.08,-4105.45,469.054,4.01426,120,0,0,1,0,0,0,0,0),(115819,28882,571,1,1,25749,1,6488.46,-3899.49,483.733,3.92521,120,10,0,1,0,1,0,0,0),(115818,28882,571,1,1,25749,1,6482.06,-3966.48,482.039,3.9492,120,0,0,1,0,2,0,0,0),(115817,28882,571,1,1,25749,1,6474.38,-4078.73,468.95,2.96706,120,0,0,1,0,0,0,0,0),(115816,28882,571,1,1,25749,1,6473.16,-4019.36,470.915,3.03687,120,0,0,1,0,0,0,0,0),(115815,28882,571,1,1,25749,1,6471.05,-3991.99,471.46,3.12414,120,0,0,1,0,0,0,0,0),(115814,28882,571,1,1,25749,1,6469.21,-3869.75,482.28,3.30148,120,8,0,1,0,1,0,0,0),(115813,28882,571,1,1,25749,1,6464.81,-3928.34,482.302,2.52063,120,8,0,1,0,1,0,0,0),(115812,28882,571,1,1,25749,1,6464.7,-4048.99,468.278,4.11898,120,0,0,1,0,0,0,0,0),(115811,28882,571,1,1,25749,1,6459.62,-3785.04,470.799,6.24828,120,0,0,1,0,0,0,0,0),(115810,28882,571,1,1,25749,1,6440.44,-3900.44,470.84,2.98451,120,0,0,1,0,0,0,0,0),(115809,28882,571,1,1,25749,1,6437.55,-3974.85,470.824,2.97711,120,9,0,1,0,1,0,0,0),(115808,28882,571,1,1,25749,1,6432.91,-4016.68,472.965,3.87463,120,0,0,1,0,0,0,0,0),(115807,28882,571,1,1,25749,1,6432.43,-3806.22,470.799,4.67748,120,0,0,1,0,0,0,0,0),(115806,28882,571,1,1,25749,1,6428.94,-3830.58,470.724,2.06213,120,10,0,1,0,1,0,0,0),(115805,28882,571,1,1,25749,1,6427.3,-3866.62,470.801,1.58764,120,6,0,1,0,1,0,0,0),(115804,28882,571,1,1,25749,1,6425.76,-3934.07,470.764,2.92227,120,6,0,1,0,1,0,0,0),(115803,28882,571,1,1,25749,1,6411.97,-3992.99,473.178,3.83972,120,0,0,1,0,0,0,0,0),(115802,28882,571,1,1,25749,1,6411.45,-3902.44,470.833,5.93527,120,10,0,1,0,1,0,0,0),(115801,28882,571,1,1,25749,1,6390.47,-3772.85,473.21,3.12414,120,0,0,1,0,0,0,0,0),(115800,28882,571,1,1,25749,1,6390.07,-3809.9,473.198,3.08923,120,0,0,1,0,0,0,0,0),(115799,28882,571,1,1,25749,1,6389.13,-3839.67,473.35,3.00197,120,0,0,1,0,0,0,0,0),(115798,28882,571,1,1,25749,1,6388.12,-3970.03,473.157,3.92699,120,0,0,1,0,0,0,0,0),(115797,28882,571,1,1,25749,1,6377.64,-3907.95,472.169,3.24631,120,0,0,1,0,0,0,0,0),(115796,28882,571,1,1,25749,1,6377.56,-3941.59,472.422,3.28122,120,0,0,1,0,0,0,0,0),(115795,28882,571,1,1,25749,1,6375.78,-3873.08,474.452,3.12414,120,0,0,1,0,0,0,0,0),(115834,27347,571,1,1,24574,0,3425.19,-1261.94,125.774,5.41052,300,0,0,53175,17805,0,0,0,0),(115835,24787,571,1,1,22106,0,488.818,-6150.91,186.935,6.23198,300,5,0,9291,0,1,0,0,0),(115836,24787,571,1,1,22106,0,529.735,-6118.45,271.134,0.410752,300,5,0,9291,0,1,0,0,0),(115837,24787,571,1,1,22106,0,663.593,-6127.31,192.911,4.37192,300,5,0,9291,0,1,0,0,0),(115839,32723,571,1,1,24916,1,5858.88,795.468,661.277,3.96296,300,5,0,10635,3561,2,0,0,0),(132598,21787,530,1,1,20682,1,-4065.68,3273.31,332.931,5.70723,180,0,0,5744,3231,0,0,0,0),(115841,25299,571,1,1,23062,1,2238.34,5239.22,21.5879,5.06145,300,0,0,7984,0,0,0,0,0),(115842,29907,571,1,1,26633,1,6097.56,-1071.26,404.496,0.349066,300,0,0,11770,0,0,0,0,0),(115843,24787,571,1,1,22106,0,331.252,-6052.42,217.156,5.39705,300,5,0,9291,0,1,0,0,0),(115844,24787,571,1,1,22106,0,392.232,-6082.91,301.641,5.14466,300,5,0,9291,0,1,0,0,0),(115845,24787,571,1,1,22106,0,379.198,-6161.35,78.9325,2.63313,300,5,0,9291,0,1,0,0,0),(132594,21787,530,1,1,20682,1,-3940.65,3222.22,334.057,3.14159,180,0,0,5744,3231,0,0,0,0),(132595,21787,530,1,1,20682,1,-3962.31,3243.75,333.492,2.70791,180,5,0,5744,3231,1,0,0,0),(115848,23763,571,1,1,21773,0,1946.74,-4523.45,209.188,4.46746,300,5,0,3992,0,1,0,0,0),(115849,23763,571,1,1,21773,0,1920.15,-4493.95,202.018,4.13127,300,5,0,3992,0,1,0,0,0),(115850,23763,571,1,1,21773,0,1928.66,-4568.97,198.808,4.33188,300,5,0,3992,0,1,0,0,0),(115851,23763,571,1,1,21773,0,1975.28,-4586.33,207.293,4.85427,300,5,0,3992,0,1,0,0,0),(115852,23763,571,1,1,21773,0,1996.2,-4616.1,209.991,1.15436,300,5,0,3992,0,1,0,0,0),(115853,23763,571,1,1,21773,0,1973.15,-4562.08,208.236,4.79442,300,5,0,3992,0,1,0,0,0),(115854,23763,571,1,1,21773,0,1997.46,-4539.46,207.158,2.53734,300,5,0,3992,0,1,0,0,0),(115855,23763,571,1,1,21773,0,1932.53,-4495.14,205.617,5.9025,300,5,0,3992,0,1,0,0,0),(115856,23763,571,1,1,21773,0,1971.33,-4529.71,207.897,2.51254,300,5,0,3992,0,1,0,0,0),(115857,23763,571,1,1,21773,0,2073.94,-4548.74,211.762,1.30155,300,5,0,3992,0,1,0,0,0),(115858,23763,571,1,1,21773,0,2040.85,-4585.75,214.282,0.429729,300,5,0,3992,0,1,0,0,0),(115859,23763,571,1,1,21773,0,2025.8,-4456.73,210.139,2.90043,300,5,0,3992,0,1,0,0,0),(115860,23763,571,1,1,21773,0,1990.22,-4607.09,209.348,4.9108,300,0,0,3992,0,0,0,0,0),(115861,23763,571,1,1,21773,0,1975.55,-4579.8,207.876,6.19882,300,0,0,3992,0,0,0,0,0),(115862,23763,571,1,1,21773,0,1957.89,-4579.65,206.71,6.24013,300,0,0,3992,0,0,0,0,0),(115863,23763,571,1,1,21773,0,1950.12,-4552.76,207.785,6.1894,300,0,0,3992,0,0,0,0,0),(115864,23763,571,1,1,21773,0,2091.1,-4477.89,213.215,4.51768,300,5,0,3992,0,1,0,0,0),(115865,23763,571,1,1,21773,0,2003.76,-4493.13,207.29,3.40857,300,0,0,3992,0,0,0,0,0),(115866,23763,571,1,1,21773,0,2060.98,-4477.56,210.506,2.58393,300,5,0,3992,0,1,0,0,0),(115867,23763,571,1,1,21773,0,1950.71,-4503.44,208.551,2.68665,300,0,0,3992,0,0,0,0,0),(115868,23763,571,1,1,21773,0,2048.54,-4453.01,209.764,4.05609,300,5,0,3992,0,1,0,0,0),(115869,23763,571,1,1,21773,0,2077.07,-4482.96,211.845,4.57466,300,5,0,3992,0,1,0,0,0),(115870,23763,571,1,1,21773,0,1975.62,-4480,207.273,4.74303,300,0,0,3992,0,0,0,0,0),(115871,23763,571,1,1,21773,0,1976.07,-4440.19,206.851,2.39573,300,0,0,3992,0,0,0,0,0),(115872,23763,571,1,1,21773,0,1956.67,-4489.79,206.208,0.885067,300,0,0,3992,0,0,0,0,0),(115873,23763,571,1,1,21773,0,2006.01,-4534.34,206.677,2.54222,300,0,0,3992,0,0,0,0,0),(115874,23763,571,1,1,21773,0,2006.58,-4561.34,208.407,3.4207,300,0,0,3992,0,0,0,0,0),(115875,23763,571,1,1,21773,0,2014.28,-4593.73,212.866,3.31779,300,5,0,3992,0,1,0,0,0),(115876,23763,571,1,1,21773,0,2053.63,-4513.12,208.599,4.82979,300,5,0,3992,0,1,0,0,0),(115877,23763,571,1,1,21773,0,2073.31,-4552.89,211.827,5.39812,300,5,0,3992,0,1,0,0,0),(115878,23763,571,1,1,21773,0,2056.71,-4552.59,209.788,0.42863,300,5,0,3992,0,1,0,0,0),(115879,24019,571,1,1,16033,0,2536.8,-3681.7,308.662,1.57664,300,0,0,27873,0,2,0,0,0),(202489,23755,571,1,1,0,0,1687.48,-2559.44,18.4854,4.87389,120,5,0,1,0,1,0,0,0),(115881,27859,571,1,1,24880,1,3842.43,3636.14,309.584,3.97935,300,0,0,48050,16545,0,0,0,0),(115882,27348,571,1,1,24575,0,3428.57,-1265.71,125.794,2.47837,300,0,0,51410,17330,0,0,0,0),(115883,30676,571,1,1,27222,1,6972.23,-4098.52,479.503,6.23082,300,0,0,11379,3725,0,0,0,0),(115884,26580,571,1,1,23919,1,3828.49,1573.89,86.7818,0.977384,300,0,0,9610,0,0,0,0,0),(115885,29908,571,1,1,26629,1,6149.16,-1055.3,402.939,3.78736,300,0,0,11770,0,0,0,0,0),(115886,32724,571,1,1,27944,1,5785.07,771.169,661.281,2.58024,300,5,0,40320,35256,2,0,0,0),(115887,23764,571,1,1,21740,0,3842.48,-1961.63,208.604,2.23402,300,0,0,4890,0,0,0,0,0),(115888,25300,571,1,1,23064,0,2115.44,5305.65,32.8551,2.6529,300,0,0,9610,0,0,0,0,0),(115889,25300,571,1,1,23065,0,2116.17,5307.36,32.8551,2.72271,300,0,0,9610,0,0,0,0,0),(115890,25300,571,1,1,23064,0,2117.6,5304.69,32.8551,2.3911,300,0,0,9610,0,0,0,0,0),(115891,25300,571,1,1,23064,0,2118.14,5306.48,32.8551,2.60054,300,0,0,9610,0,0,0,0,0),(115892,28372,571,1,1,2177,0,5806.75,4770.98,-135.144,0.05474,300,0,0,42,0,0,0,0,0),(115893,28372,571,1,1,2177,0,5804.88,4769.57,-135.269,0.05474,300,0,0,42,0,0,0,0,0),(115895,24788,571,1,1,22638,0,-83.3922,-3543.35,8.84966,3.61283,300,0,0,8982,0,0,0,0,0),(115896,26836,571,1,1,24954,1,3016.04,738.735,75.6592,1.05198,300,0,0,102820,0,2,0,0,0),(203341,18733,530,1,1,0,1,-364.287,2352.71,44.9963,4.7173,120,0,0,104790,0,2,0,0,0),(132536,26521,571,1,1,0,0,2586.94,1273.6,0.463221,4.00944,180,0,0,9610,0,2,0,0,0),(132537,23804,571,1,1,0,0,687.807,-3830.52,249.6,4.68045,180,0,0,9291,0,0,0,0,0),(115901,30164,571,1,1,22042,0,8029.98,-1589.47,903.184,3.36848,300,0,0,8522,0,0,0,0,0),(115902,30164,571,1,1,22611,0,8029.42,-1596.67,903.312,3.03687,300,0,0,8522,0,0,0,0,0),(115903,30164,571,1,1,22042,0,7995.35,-1605.57,908.536,5.18363,300,0,0,8522,0,0,0,0,0),(115904,30164,571,1,1,22611,0,7993.44,-1610.69,908.332,0.418879,300,0,0,8522,0,0,0,0,0),(115905,30164,571,1,1,22042,0,7959.13,-1606.12,907.662,4.36332,300,0,0,8522,0,0,0,0,0),(115906,30164,571,1,1,22611,0,7951.54,-1607.11,908.721,5.74213,300,0,0,8522,0,0,0,0,0),(115907,30164,571,1,1,22611,0,7987.4,-1561.01,905.209,0.506145,300,0,0,8522,0,0,0,0,0),(115908,30164,571,1,1,22611,0,7989.47,-1554.61,905.15,4.95674,300,0,0,8522,0,0,0,0,0),(115909,30164,571,1,1,22042,0,7918.38,-1630.09,911.414,4.17355,300,5,0,8522,0,1,0,0,0),(115910,30164,571,1,1,22611,0,7920.12,-1630.42,911.431,1.54768,300,0,0,8522,0,0,0,0,0),(115911,30164,571,1,1,22042,0,7924.59,-1628.15,910.836,2.54659,300,0,0,8522,0,0,0,0,0),(115912,30164,571,1,1,22611,0,7923.33,-1629.44,911.088,2.20218,300,0,0,8522,0,0,0,0,0),(115913,27604,571,1,1,11402,0,4810.99,1311.14,170.911,-1.86657,300,0,0,929,0,0,0,0,0),(115914,27604,571,1,1,11402,0,4799.58,1301.38,167.613,0.26077,300,0,0,929,0,0,0,0,0),(115915,27604,571,1,1,11402,0,4803.1,1305.94,168.145,-1.59353,300,0,0,929,0,0,0,0,0),(115916,27604,571,1,1,11402,0,4799.52,1302.41,167.402,-0.032646,300,0,0,929,0,0,0,0,0),(115919,26581,571,1,1,23920,1,3798.49,1601.21,89.7437,6.24771,300,0,0,252000,79880,2,0,0,0),(115920,24021,571,1,1,0,0,2901.91,1817.56,141.515,4.39823,300,0,0,42,0,0,0,0,0),(115921,24021,571,1,1,0,0,2894.32,1815.89,145.242,1.46608,300,0,0,42,0,0,0,0,0),(115922,24021,571,1,1,0,0,2890.19,1814.9,143.59,0.663225,300,0,0,42,0,0,0,0,0),(115923,24021,571,1,1,0,0,2898.57,1817.09,143.921,4.29351,300,0,0,42,0,0,0,0,0),(115924,24021,571,1,1,0,0,3134.62,2139.31,30.9001,4.34587,300,0,0,42,0,0,0,0,0),(115925,24021,571,1,1,0,0,3121.58,2149.94,31.7976,5.72468,300,0,0,42,0,0,0,0,0),(115926,24021,571,1,1,0,0,3131.47,2141.06,33.0797,5.65487,300,0,0,42,0,0,0,0,0),(115927,24021,571,1,1,0,0,3128.49,2143.38,33.7718,2.47837,300,0,0,42,0,0,0,0,0),(115928,28117,571,1,1,25921,1,5559.78,-2993.52,276.643,0.733038,300,0,0,10635,0,0,0,0,0),(115929,28117,571,1,1,25923,1,5552.8,-2986.09,276.643,0.610865,300,0,0,10635,0,0,0,0,0),(115930,28117,571,1,1,25920,1,5577.55,-2984.16,276.628,0.141479,300,5,0,10635,0,1,0,0,0),(115931,28117,571,1,1,25922,1,5551.14,-2977.31,276.322,3.08295,300,5,0,10635,0,1,0,0,0),(115932,27349,571,1,1,24401,0,3217.38,-693.477,167.488,6.14356,300,0,0,9291,0,0,0,0,0),(115934,24021,571,1,1,0,0,4458.15,5482.88,63.8042,0.959931,300,0,0,42,0,0,0,0,0),(115935,24021,571,1,1,0,0,4555.32,5310.59,84.666,1.71042,300,0,0,42,0,0,0,0,0),(115936,24021,571,1,1,0,0,4432.59,5204.44,80.9032,4.72984,300,0,0,42,0,0,0,0,0),(115937,24021,571,1,1,0,0,4500.44,5416.41,31.5858,0.890118,300,0,0,42,0,0,0,0,0),(115938,24021,571,1,1,0,0,4619.55,5429.12,93.8148,0.017453,300,0,0,42,0,0,0,0,0),(115939,24021,571,1,1,0,0,4355.9,5515.78,55.0011,3.1765,300,0,0,42,0,0,0,0,0),(115940,24021,571,1,1,0,0,4415.79,5440.2,-10.0975,3.14159,300,0,0,42,0,0,0,0,0),(115941,24021,571,1,1,0,0,4356.02,4261.26,100.01,2.98451,300,0,0,42,0,0,0,0,0),(115942,26837,571,1,1,24072,0,3439.4,2016.05,69.5504,5.77704,300,0,0,53175,17805,0,0,0,0),(115943,24021,571,1,1,0,0,3104.84,580.586,33.5537,2.61799,300,0,0,42,0,0,0,0,0),(115944,24021,571,1,1,0,0,3048.35,481.867,32.8975,4.34587,300,0,0,42,0,0,0,0,0),(115945,24021,571,1,1,0,0,2883.23,1814.68,140.701,2.02458,300,0,0,42,0,0,0,0,0),(115946,24021,571,1,1,0,0,2886.47,1815.27,142.987,3.08923,300,0,0,42,0,0,0,0,0),(115947,24021,571,1,1,0,0,3120.23,2151.33,29.911,1.78024,300,0,0,42,0,0,0,0,0),(115948,24021,571,1,1,0,0,3124.41,2147.32,33.8552,2.87979,300,0,0,42,0,0,0,0,0),(115949,24021,571,1,1,0,0,4413.1,5132.21,65.9228,3.78736,300,0,0,42,0,0,0,0,0),(115950,24021,571,1,1,0,0,4482.07,5197.28,85.9786,0.925025,300,0,0,42,0,0,0,0,0),(115951,24021,571,1,1,0,0,4467.69,5399.46,108.079,3.42085,300,0,0,42,0,0,0,0,0),(115953,24021,571,1,1,0,0,4366.39,5278.39,56.9223,2.60054,300,0,0,42,0,0,0,0,0),(115954,24021,571,1,1,0,0,4396.14,5429.9,-10.2851,2.60054,300,0,0,42,0,0,0,0,0),(115955,24021,571,1,1,0,0,4364.31,5449.09,54.5268,1.48353,300,0,0,42,0,0,0,0,0),(115956,24021,571,1,1,0,0,4560.45,5477.01,79.9185,3.85718,300,0,0,42,0,0,0,0,0),(115957,32725,571,1,1,23337,1,5819.6,775.184,661.362,3.42337,300,5,0,7688,7500,2,0,0,0),(115958,24021,571,1,1,0,0,3061.76,1399.41,129.727,0.977384,300,0,0,42,0,0,0,0,0),(115959,24021,571,1,1,0,0,3051.59,1399.42,130.172,0.226893,300,0,0,42,0,0,0,0,0),(115960,29909,571,1,1,26632,1,6150,-1057.44,402.972,3.45575,300,0,0,11770,0,0,0,0,0),(115961,24021,571,1,1,0,0,3144.3,484.422,30.175,0.558505,300,0,0,42,0,0,0,0,0),(115962,24021,571,1,1,0,0,3148.7,492.355,32.3128,0.575959,300,0,0,42,0,0,0,0,0),(115963,24021,571,1,1,0,0,3095.87,581.373,32.5865,1.51844,300,0,0,42,0,0,0,0,0),(115964,24021,571,1,1,0,0,3050.83,478.246,31.4947,0.977384,300,0,0,42,0,0,0,0,0),(115966,24021,571,1,1,0,0,4478.79,5313.77,85.1739,0.034907,300,0,0,42,0,0,0,0,0),(115967,24021,571,1,1,0,0,4476,5045.09,55.9411,2.82743,300,0,0,42,0,0,0,0,0),(115968,24021,571,1,1,0,0,4446.15,5319.09,19.6269,0.959931,300,0,0,42,0,0,0,0,0),(115969,24021,571,1,1,0,0,4463.91,5384.97,-10.0609,2.40855,300,0,0,42,0,0,0,0,0),(115971,24021,571,1,1,0,0,4561.29,5155.61,72.4868,5.89921,300,0,0,42,0,0,0,0,0),(115972,24021,571,1,1,0,0,4398.88,5385.88,0.945459,2.04204,300,0,0,42,0,0,0,0,0),(115973,24021,571,1,1,0,0,3063.84,1399.25,128.812,0.767945,300,0,0,42,0,0,0,0,0),(115974,24021,571,1,1,0,0,3048.99,1399.08,128.82,5.3058,300,0,0,42,0,0,0,0,0),(115975,24021,571,1,1,0,0,3059.02,1399.66,130.531,0.471239,300,0,0,42,0,0,0,0,0),(115976,24021,571,1,1,0,0,3053.41,1399.68,130.244,1.91986,300,0,0,42,0,0,0,0,0),(115977,24021,571,1,1,0,0,3044.62,486.158,32.3905,0.034907,300,0,0,42,0,0,0,0,0),(115978,24021,571,1,1,0,0,3042.55,488.957,30.5017,5.11381,300,0,0,42,0,0,0,0,0),(115979,24021,571,1,1,0,0,3092.6,580.767,30.9032,6.03884,300,0,0,42,0,0,0,0,0),(115980,24021,571,1,1,0,0,3152.72,498.869,29.1726,4.01426,300,0,0,42,0,0,0,0,0),(115981,24021,571,1,1,0,0,4460.05,5366.02,-9.77187,4.13643,300,0,0,42,0,0,0,0,0),(115982,24021,571,1,1,0,0,4525.81,5381.73,90.4399,2.98451,300,0,0,42,0,0,0,0,0),(115983,24021,571,1,1,0,0,4501.16,5356.12,24.6095,1.95477,300,0,0,42,0,0,0,0,0),(115984,24021,571,1,1,0,0,4304.86,5428.3,45.8995,0.017453,300,0,0,42,0,0,0,0,0),(115985,24021,571,1,1,0,0,3142.8,481.83,27.0091,3.78736,300,0,0,42,0,0,0,0,0),(115986,24021,571,1,1,0,0,3111.35,581.156,28.2194,3.36848,300,0,0,42,0,0,0,0,0),(115987,24021,571,1,1,0,0,3108.33,580.977,31.6464,4.03171,300,0,0,42,0,0,0,0,0),(115988,24021,571,1,1,0,0,3150.54,495.768,31.8151,1.65806,300,0,0,42,0,0,0,0,0),(115989,25301,571,1,1,23063,0,2106.67,5301.52,34.1003,1.06465,300,0,0,9610,3309,0,0,0,0),(115990,24021,571,1,1,0,0,3146.05,487.808,32.1646,0.680678,300,0,0,42,0,0,0,0,0),(115991,24021,571,1,1,0,0,3052.66,475.05,28.8767,1.53589,300,0,0,42,0,0,0,0,0),(115992,24021,571,1,1,0,0,3099.5,581.701,33.6154,6.21337,300,0,0,42,0,0,0,0,0),(115993,24021,571,1,1,0,0,3041.14,491.134,28.1041,5.67232,300,0,0,42,0,0,0,0,0),(115994,28373,571,1,1,25342,1,5964.91,4477.69,-94.2995,2.05379,300,5,0,11001,0,1,0,0,0),(115995,28373,571,1,1,25343,1,6106.39,4412.78,-86.0293,5.25344,300,0,0,11001,0,0,0,0,0),(115996,28373,571,1,1,25343,1,6034.21,4532.36,-86.4763,1.81514,300,0,0,11001,0,0,0,0,0),(115997,28373,571,1,1,25343,1,6049.71,4535.28,-87.3962,1.74533,300,0,0,11001,0,0,0,0,0); -INSERT INTO `creature` VALUES (115998,28373,571,1,1,25342,1,6100.29,4516.44,-79.6881,0.837078,300,5,0,11001,0,1,0,0,0),(115999,28373,571,1,1,25342,1,6057.5,4446.38,-80.4758,2.81835,300,0,0,11001,0,0,0,0,0),(116000,28373,571,1,1,25343,1,6111.56,4446.5,-85.0655,1.66211,300,5,0,11001,0,1,0,0,0),(116001,28373,571,1,1,25342,1,6124.29,4420.42,-84.3111,4.83456,300,0,0,11001,0,0,0,0,0),(116002,28373,571,1,1,25343,1,6116.36,4522.08,-76.5863,1.48353,300,0,0,11001,0,0,0,0,0),(116003,28373,571,1,1,25342,1,6143.86,4506.67,-87.177,0.959931,300,0,0,11001,0,0,0,0,0),(116004,28373,571,1,1,25342,1,5997.92,4508.09,-87.2351,3.01357,300,0,0,11001,0,0,0,0,0),(116005,28373,571,1,1,25342,1,5990.84,4480.53,-86.3945,0.849168,300,0,0,11001,0,0,0,0,0),(116006,28373,571,1,1,25342,1,6105.57,4532.8,-76.8111,0.174533,300,0,0,11001,0,0,0,0,0),(116007,28373,571,1,1,25343,1,6217.21,4528.86,-86.336,4.85417,300,5,0,11001,0,1,0,0,0),(116008,28373,571,1,1,25343,1,6106.36,4522.57,-77.9412,0.837758,300,0,0,11001,0,0,0,0,0),(116009,28373,571,1,1,25343,1,6132.6,4455.81,-84.0655,6.0415,300,0,0,11001,0,0,0,0,0),(116010,28373,571,1,1,25342,1,6166.21,4501.37,-85.59,1.29154,300,0,0,11001,0,0,0,0,0),(116011,28373,571,1,1,25343,1,6061.32,4451.85,-80.4758,1.2889,300,0,0,11001,0,0,0,0,0),(116012,28373,571,1,1,25343,1,6003.56,4453.97,-90.282,4.31096,300,0,0,11001,0,0,0,0,0),(116013,28373,571,1,1,25343,1,6106.34,4499.75,-80.7419,5.6814,300,5,0,11001,0,1,0,0,0),(116014,28373,571,1,1,25342,1,6053.49,4517.93,-87.4313,6.19565,300,0,0,11001,0,0,0,0,0),(116015,28373,571,1,1,25342,1,6026.46,4444.73,-89.0492,4.2237,300,0,0,11001,0,0,0,0,0),(116019,24789,571,1,1,20089,0,620.501,-3379.13,68.3054,4.19918,300,5,0,8982,3155,1,0,0,0),(1977342,31254,571,1,2,24768,1,7581.29,1353.31,331.509,1.3439,300,0,0,12600,0,0,0,0,0),(1977341,31254,571,1,2,24768,1,7578.25,1356.31,331.319,1.23918,60,0,0,12600,0,0,0,0,0),(1977340,31254,571,1,2,24768,1,7574.28,1359.97,331.297,1.09956,60,0,0,12600,0,0,0,0,0),(1977339,31254,571,1,2,24768,1,7570.33,1363.06,330.55,0.942478,60,0,0,12600,0,0,0,0,0),(1977338,31254,571,1,2,24768,1,7566.08,1366.8,329.689,0.785398,60,0,0,12600,0,0,0,0,0),(1977337,31254,571,1,2,24768,1,7578.45,1348.97,331.624,1.29154,60,0,0,12600,0,0,0,0,0),(1977336,31254,571,1,2,24768,1,7574.74,1352.34,330.964,1.18682,60,0,0,12600,0,0,0,0,0),(116036,24789,571,1,1,20089,0,651.299,-3411.39,67.8908,2.32406,300,5,0,8982,3155,1,0,0,0),(1977335,31254,571,1,2,24768,1,7570.57,1356.49,330.507,1.0472,60,0,0,12600,0,0,0,0,0),(1977334,31254,571,1,2,24768,1,7566.39,1359.59,329.762,0.925025,60,0,0,12600,0,0,0,0,0),(1977333,31254,571,1,2,24768,1,7562.34,1362.78,329.004,0.785398,60,0,0,12600,0,0,0,0,0),(1977332,31254,571,1,2,24768,1,7579.46,1372.12,331.681,1.0472,60,0,0,12600,0,0,0,0,0),(1977331,31254,571,1,2,24768,1,7584.05,1372.18,332.269,1.23918,60,0,0,12600,0,0,0,0,0),(1977330,31254,571,1,2,24768,1,7589.3,1371.93,333.009,1.51844,60,0,0,12600,0,0,0,0,0),(1977329,31254,571,1,2,24768,1,7579.37,1368.24,331.306,1.11701,60,0,0,12600,0,0,0,0,0),(1977328,31254,571,1,2,24768,1,7583.89,1367.6,331.913,1.309,60,0,0,12600,0,0,0,0,0),(1977327,31254,571,1,2,24768,1,7589.11,1367.38,332.953,1.51844,60,0,0,12600,0,0,0,0,0),(1977326,31254,571,1,2,24768,1,7593.32,1367.28,333.729,1.69297,60,0,0,12600,0,0,0,0,0),(1977325,31254,571,1,2,24768,1,7580.12,1376.35,331.819,0.942478,60,0,0,12600,0,0,0,0,0),(1977261,32414,571,1,2,24768,1,7590.2,1394.21,332.658,1.6,180,0,0,12600,0,0,0,0,0),(132576,21787,530,1,1,20682,1,-4096.88,3018.4,344.202,4.29351,180,0,0,5744,3231,0,0,0,0),(116067,24021,571,1,1,0,0,3104.93,596.441,27.6471,5.79449,300,0,0,42,0,0,0,0,0),(116068,24021,571,1,1,0,0,3098.24,592.528,26.5083,1.11701,300,0,0,42,0,0,0,0,0),(116069,24021,571,1,1,0,0,3094.97,590.816,25.6501,3.82227,300,0,0,42,0,0,0,0,0),(116070,24021,571,1,1,0,0,3100.05,592.423,26.3701,4.20624,300,0,0,42,0,0,0,0,0),(116071,24021,571,1,1,0,0,3099.94,594.458,27.216,5.91667,300,0,0,42,0,0,0,0,0),(116072,24021,571,1,1,0,0,3093.24,593.448,27.6424,3.59538,300,0,0,42,0,0,0,0,0),(116073,24021,571,1,1,0,0,3093.52,583.01,21.8074,1.53589,300,0,0,42,0,0,0,0,0),(116074,24021,571,1,1,0,0,3165.11,487.575,25.9157,4.18879,300,0,0,42,0,0,0,0,0),(116075,24021,571,1,1,0,0,3150.13,489.48,20.7157,1.93731,300,0,0,42,0,0,0,0,0),(116076,24021,571,1,1,0,0,3155.3,497.973,21.1084,4.34587,300,0,0,42,0,0,0,0,0),(116077,24021,571,1,1,0,0,3148.89,487.521,20.8227,5.37561,300,0,0,42,0,0,0,0,0),(116078,24021,571,1,1,0,0,3153.87,483.936,21.449,4.76475,300,0,0,42,0,0,0,0,0),(116079,24021,571,1,1,0,0,3163.35,487.995,24.8318,4.43314,300,0,0,42,0,0,0,0,0),(116080,24021,571,1,1,0,0,3148.58,484.873,21.0505,3.94444,300,0,0,42,0,0,0,0,0),(116083,24021,571,1,1,0,0,3046.28,476.498,21.5494,4.86947,300,0,0,42,0,0,0,0,0),(116085,24021,571,1,1,0,0,3043.28,468.723,22.8394,1.93731,300,0,0,42,0,0,0,0,0),(116086,24021,571,1,1,0,0,3154.35,486.918,21.3784,3.31613,300,0,0,42,0,0,0,0,0),(116087,24021,571,1,1,0,0,3153.66,489.185,21.1305,4.24115,300,0,0,42,0,0,0,0,0),(116088,24021,571,1,1,0,0,3045.36,479.174,21.5433,4.17134,300,0,0,42,0,0,0,0,0),(116089,24021,571,1,1,0,0,3158.59,491.388,21.6594,0.314159,300,0,0,42,0,0,0,0,0),(116090,24021,571,1,1,0,0,3150.09,477.831,21.5222,3.54302,300,0,0,42,0,0,0,0,0),(116091,24021,571,1,1,0,0,3040.45,485.727,21.5433,4.60767,300,0,0,42,0,0,0,0,0),(116092,24021,571,1,1,0,0,3039.51,475.294,21.5285,5.77704,300,0,0,42,0,0,0,0,0),(116093,24021,571,1,1,0,0,3041.62,471.35,21.793,3.22886,300,0,0,42,0,0,0,0,0),(116094,24021,571,1,1,0,0,3164.95,485.034,25.9845,0.767945,300,0,0,42,0,0,0,0,0),(116095,24021,571,1,1,0,0,3156.17,478.38,22.5492,1.64061,300,0,0,42,0,0,0,0,0),(116096,24021,571,1,1,0,0,3159.67,480.383,23.4173,3.78736,300,0,0,42,0,0,0,0,0),(116097,24021,571,1,1,0,0,3149.56,493.348,20.4944,4.64258,300,0,0,42,0,0,0,0,0),(116098,24021,571,1,1,0,0,3165.15,489.971,26.297,2.63545,300,0,0,42,0,0,0,0,0),(116099,24021,571,1,1,0,0,3108.39,590.175,21.3396,6.00393,300,0,0,42,0,0,0,0,0),(116100,24021,571,1,1,0,0,3156.73,487.443,21.9858,3.64774,300,0,0,42,0,0,0,0,0),(116101,24021,571,1,1,0,0,3154.7,481.714,21.5785,2.25148,300,0,0,42,0,0,0,0,0),(116102,24021,571,1,1,0,0,3156.54,492.601,21.5127,5.21853,300,0,0,42,0,0,0,0,0),(116103,24021,571,1,1,0,0,3163.29,480.574,25.6659,1.11701,300,0,0,42,0,0,0,0,0),(116106,24021,571,1,1,0,0,3161.8,483.383,24.2446,4.01426,300,0,0,42,0,0,0,0,0),(116107,24021,571,1,1,0,0,3143.11,481.887,20.9736,4.46804,300,0,0,42,0,0,0,0,0),(116108,24021,571,1,1,0,0,3148.37,492.028,20.5367,2.75762,300,0,0,42,0,0,0,0,0),(116109,24021,571,1,1,0,0,3160.62,482.241,23.3902,0.034907,300,0,0,42,0,0,0,0,0),(116110,24021,571,1,1,0,0,3157.96,480.241,22.9877,3.10669,300,0,0,42,0,0,0,0,0),(116114,24021,571,1,1,0,0,3161.27,478.324,24.9179,1.64061,300,0,0,42,0,0,0,0,0),(116115,24021,571,1,1,0,0,3153.82,478.692,21.6196,2.00713,300,0,0,42,0,0,0,0,0),(116116,24021,571,1,1,0,0,3159.33,493.15,22.2447,5.11381,300,0,0,42,0,0,0,0,0),(116117,24021,571,1,1,0,0,3151.49,496.375,20.7289,1.41372,300,0,0,42,0,0,0,0,0),(116118,24021,571,1,1,0,0,3160.67,489.537,23.0438,0.017453,300,0,0,42,0,0,0,0,0),(116119,24021,571,1,1,0,0,3163.25,491.739,25.0878,2.21657,300,0,0,42,0,0,0,0,0),(116122,24021,571,1,1,0,0,3161.87,481.314,24.5164,1.64061,300,0,0,42,0,0,0,0,0),(116123,24021,571,1,1,0,0,3152.25,498.111,20.8463,0.785398,300,0,0,42,0,0,0,0,0),(116124,24021,571,1,1,0,0,3151.12,485.158,21.2283,4.43314,300,0,0,42,0,0,0,0,0),(116126,24021,571,1,1,0,0,3147.26,489.485,20.6539,0.418879,300,0,0,42,0,0,0,0,0),(116127,24021,571,1,1,0,0,3156.25,489.939,21.6516,3.33358,300,0,0,42,0,0,0,0,0),(116129,24021,571,1,1,0,0,3146.45,482.446,21.1414,3.76991,300,0,0,42,0,0,0,0,0),(132596,21787,530,1,1,20682,1,-4038.8,3258.21,332.854,5.57701,180,5,0,5744,3231,1,0,0,0),(116131,24789,571,1,1,20089,0,679.545,-3346.11,67.6269,1.48278,300,0,0,8982,3155,0,0,0,0),(6095,30322,571,1,8,0,1,8498.78,-46.0375,788.895,2.53073,120,0,0,1,0,0,0,0,0),(4765,30322,571,1,8,0,1,8502.62,-111.308,790.176,3.05433,120,0,0,1,0,0,0,0,0),(4090,30322,571,1,8,0,1,8505.47,-86.2532,787.339,3.28122,120,0,0,1,0,0,0,0,0),(4089,30301,571,1,8,0,0,8497.78,-99.0251,786.528,3.01942,120,0,0,1,0,0,0,0,0),(116137,27605,571,1,1,24711,0,4802.39,1311.08,167.101,-0.428275,300,0,0,825075,7286,0,0,0,0),(116138,28374,571,1,1,25344,0,6448.37,5094.66,-63.9814,5.06145,300,0,0,11001,3643,0,0,0,0),(116139,27350,571,1,1,24576,1,2824.73,-499.753,118.737,5.32325,300,0,0,106350,0,0,0,0,0),(116140,32726,571,1,1,28164,0,5846.37,607.865,620.628,2.25148,300,0,0,10080,8814,0,0,0,0),(116141,23766,571,1,1,21742,1,3837.77,-1958.68,208.503,5.98648,300,0,0,4890,0,0,0,0,0),(116142,29910,571,1,1,26626,1,6101.71,-1064.58,404.177,5.41052,300,0,0,50400,0,0,0,0,0),(116143,29910,571,1,1,26626,1,6119.61,-1070.49,403.353,1.65806,300,0,0,50400,0,0,0,0,0),(116144,27606,571,1,1,23123,1,2830.86,-1707.73,18.0479,1.58825,300,0,0,9940,0,0,0,0,0),(116145,29910,571,1,1,26626,1,6152.63,-1067.32,402.843,3.75246,300,0,0,50400,0,0,0,0,0),(116146,29910,571,1,1,26626,1,6124.08,-1023.63,409.09,1.72788,300,0,0,50400,0,0,0,0,0),(116147,29910,571,1,1,26626,1,6126.92,-1048.59,404.474,4.10152,300,0,0,50400,0,0,0,0,0),(116148,29910,571,1,1,26626,1,6115.74,-1023.82,409.151,1.74533,300,0,0,50400,0,0,0,0,0),(116149,29910,571,1,1,26626,1,6110.93,-1053.77,404.279,5.89921,300,0,0,50400,0,0,0,0,0),(116150,29910,571,1,1,26626,1,6117.69,-1081.61,402.651,5.02655,300,0,0,50400,0,0,0,0,0),(116151,25302,571,1,1,23066,1,2280.72,5196.8,12.5082,-2.74016,300,0,0,7984,0,0,0,0,0),(116152,29910,571,1,1,26626,1,6193.87,-1062.81,409.904,2.21657,300,0,0,50400,0,0,0,0,0),(116153,29910,571,1,1,26626,1,6130,-1098.47,402.726,2.05949,300,0,0,50400,0,0,0,0,0),(116234,25814,571,1,1,24119,1,4020.73,5185.62,15.7429,2.43115,300,5,0,9291,0,1,0,0,0),(116233,25814,571,1,1,24114,1,4299.16,5115.04,15.446,1.85164,300,5,0,9291,0,1,0,0,0),(116232,25814,571,1,1,24108,1,4264.12,5032.83,13.3569,3.78736,300,0,0,9291,0,0,0,0,0),(116172,25814,571,1,1,24108,1,4179.21,5127.05,13.8491,5.81742,300,5,0,9291,0,1,0,0,0),(116167,25814,571,1,1,24119,1,4064.1,4955.4,-13.1462,5.42797,300,0,0,9291,0,0,0,0,0),(116166,25814,571,1,1,24108,1,4040.45,4968.35,-12.9529,6.11385,300,5,0,9291,0,1,0,0,0),(116165,25814,571,1,1,24103,1,4118.59,5097.23,-1.42668,2.32129,300,0,0,9291,0,0,0,0,0),(116164,25814,571,1,1,24103,1,4116.23,5119.7,-1.48057,3.82427,300,5,0,9291,0,1,0,0,0),(116163,25814,571,1,1,24119,1,4265.4,5159.99,13.1584,5.23599,300,0,0,9291,0,0,0,0,0),(116162,25814,571,1,1,24119,1,4219.99,5139.45,13.2001,3.14527,300,5,0,9291,0,1,0,0,0),(116161,25814,571,1,1,24114,1,4165.63,5124.79,13.5483,4.93928,300,0,0,9291,0,0,0,0,0),(116160,25814,571,1,1,24108,1,4155.74,4852.24,-12.8706,2.21435,300,5,0,9291,0,1,0,0,0),(116159,25814,571,1,1,24103,1,4228.35,4804.98,-12.9122,4.45059,300,0,0,9291,0,0,0,0,0),(116168,32470,571,1,1,6295,0,5734.1,612.041,562.143,2.14649,300,0,0,42,0,0,0,0,0),(116158,25814,571,1,1,24119,1,4081.25,4752.77,-0.410929,0.752449,300,5,0,9291,0,1,0,0,0),(116173,29654,571,1,1,26860,1,5322.42,-2094.38,236.484,1.51578,300,5,0,10282,3466,1,0,0,0),(116174,26838,571,1,1,24071,0,3938.71,1015.41,156.865,1.02997,300,0,0,102820,0,2,0,0,0),(116175,29654,571,1,1,26860,1,4963.35,-1977.26,239.676,5.12218,300,5,0,10282,3466,1,0,0,0),(116176,29654,571,1,1,26860,1,5285.22,-2193.88,246.294,5.17795,300,5,0,10282,3466,1,0,0,0),(116177,24790,571,1,1,1279,1,670.684,-3350.86,67.9758,4.94869,300,0,0,9291,0,0,0,0,0),(245538,16592,1,1,1,11686,0,-7122.51,-3657.11,8.82202,-1.74533,300,0,0,42,0,0,0,0,0),(116181,26570,571,1,1,26857,0,4543.22,-1870.13,164.784,1.55346,300,20,0,13419,0,1,0,0,0),(116182,26570,571,1,1,26856,0,4512.94,-1911.09,164.834,2.43404,300,20,0,13419,0,1,0,0,0),(116183,26570,571,1,1,26857,0,4551.21,-2170.57,160.966,5.02183,300,20,0,13419,0,1,0,0,0),(116184,26570,571,1,1,26857,0,4514.24,-2196.8,169.092,3.97367,300,20,0,13419,0,1,0,0,0),(116185,26570,571,1,1,26856,0,4526.96,-2124.88,160.948,5.72036,300,20,0,13419,0,1,0,0,0),(116186,26570,571,1,1,26857,0,4501.75,-1973.01,160.946,1.21121,300,20,0,13419,0,1,0,0,0),(116187,26570,571,1,1,26858,0,4511.18,-1972.13,160.946,0.875443,300,20,0,13419,0,1,0,0,0),(245539,16592,1,1,1,11686,0,-4395.96,3481.54,11.0626,0.104316,300,0,0,42,0,0,0,0,0),(116190,26570,571,1,1,26858,0,4555.89,-2121.48,160.948,5.50875,300,20,0,13419,0,1,0,0,0),(245537,16592,1,1,1,11686,0,6855.99,-4564.4,708.51,0.855211,300,0,0,42,0,0,0,0,0),(245536,16592,0,1,1,11686,0,-6704.48,-2200.91,248.609,0.017453,300,0,0,42,0,0,0,0,0),(116195,26570,571,1,1,26857,0,4470.78,-2108.85,164.573,2.57994,300,20,0,13419,0,1,0,0,0),(116196,26570,571,1,1,26858,0,4483.15,-2158.46,170.078,3.11943,300,20,0,13419,0,1,0,0,0),(116197,26570,571,1,1,26858,0,4530.45,-2217.35,169.775,3.70109,300,20,0,13419,0,1,0,0,0),(245535,16592,0,1,1,11686,0,-7596.42,-2086.6,125.17,-0.942478,300,0,0,42,0,0,0,0,0),(116199,26570,571,1,1,26858,0,4516.94,-2117.61,160.948,1.4862,300,20,0,13419,0,1,0,0,0),(244627,38035,1,1,1,0,0,-3418.81,-4212.7,10.3292,0.932394,60,0,0,1,0,0,0,0,0),(244626,38035,0,1,1,0,0,121.643,-2401.57,123.532,1.69738,60,0,0,1,0,0,0,0,0),(240212,35251,1,1,1,0,0,1180.91,-4471.22,21.1603,1.71055,300,0,0,42,0,0,0,0,0),(240213,34483,530,1,1,0,0,9407.42,-6859.87,14.8699,3.93528,300,0,0,4890,7196,0,0,0,0),(240214,35243,530,1,1,0,0,9409.6,-6847.61,15.5215,4.92881,300,0,0,40,120,0,0,0,0),(240215,35243,530,1,1,0,0,9407.46,-6852.95,15.239,0.00436234,300,0,0,40,120,0,0,0,0),(240216,35249,0,1,1,0,0,-9337.56,188.283,61.5117,3.72314,300,0,0,42,0,0,0,0,0),(240217,35249,0,1,1,0,0,-9340.16,183.339,61.5512,0.349854,300,0,0,42,0,0,0,0,0),(240218,35249,0,1,1,0,0,-9342.2,187.984,61.5586,5.25467,300,0,0,42,0,0,0,0,0),(116213,29654,571,1,1,26860,1,5116.36,-2322.79,239.891,4.49743,300,5,0,10282,3466,1,0,0,0),(116214,29654,571,1,1,26860,1,5401.42,-2108.49,248.973,3.71281,300,5,0,10282,3466,1,0,0,0),(116215,29654,571,1,1,26860,1,5379.44,-2003.84,248.259,4.77074,300,5,0,10282,3466,1,0,0,0),(116216,29654,571,1,1,26860,1,5225.12,-1998.98,239.994,5.49641,300,5,0,10282,3466,1,0,0,0),(116217,29654,571,1,1,26860,1,5294.53,-1987.92,237.5,4.17614,300,5,0,10282,3466,1,0,0,0),(116219,29654,571,1,1,26860,1,4991.79,-2426.11,248.237,5.31397,300,5,0,10282,3466,1,0,0,0),(116220,29654,571,1,1,26860,1,5029.32,-2377.59,246.003,2.84501,300,5,0,10282,3466,1,0,0,0),(116221,29654,571,1,1,26860,1,4829.68,-2312.01,244.243,0.518184,300,5,0,10282,3466,1,0,0,0),(116222,29654,571,1,1,26860,1,4952.32,-2309.4,244.375,5.94691,300,0,0,10282,3466,0,0,0,0),(116223,29654,571,1,1,26860,1,5017.87,-2330.13,247.487,4.38817,300,5,0,10282,3466,1,0,0,0),(116224,29654,571,1,1,26860,1,4967.1,-2362.02,244.341,0.057113,300,5,0,10282,3466,1,0,0,0),(116225,29654,571,1,1,26860,1,4950.54,-2366.98,243.48,0.107637,300,5,0,10282,3466,1,0,0,0),(116226,29654,571,1,1,26860,1,5022.32,-2268.68,245.536,4.34033,300,5,0,10282,3466,1,0,0,0),(116228,29654,571,1,1,26860,1,5019.33,-2265.43,245.647,2.42727,300,0,0,10282,3466,0,0,0,0),(116229,29654,571,1,1,26860,1,5013.08,-2255.71,246.124,0.582517,300,0,0,10282,3466,0,0,0,0),(116230,29654,571,1,1,26860,1,4862.13,-2286.38,244.525,3.87353,300,5,0,10282,3466,1,0,0,0),(116231,29654,571,1,1,26860,1,5031.34,-2258.7,243.792,1.14401,300,0,0,10282,3466,0,0,0,0),(116157,25814,571,1,1,24103,1,4163.68,4886.2,-12.9027,4.38078,300,0,0,9291,0,0,0,0,0),(116156,25814,571,1,1,24108,1,4252.41,5176.33,13.1584,4.74729,300,0,0,9291,0,0,0,0,0),(116155,25814,571,1,1,24103,1,4241.16,5153.19,13.1584,2.26893,300,0,0,9291,0,0,0,0,0),(116154,25814,571,1,1,24119,1,4241.83,4788.14,-12.8706,4.68992,300,5,0,9291,0,1,0,0,0),(248289,11455,429,1,1,0,0,53.4373,-402.78,-4.21671,0,86400,0,0,5490,7519,2,0,0,0),(116238,29654,571,1,1,26860,1,5203.05,-2285.94,239.255,5.23638,300,5,0,10282,3466,1,0,0,0),(116239,32470,571,1,1,6295,0,5849.67,654.309,170.626,5.50815,300,0,0,42,0,0,0,0,0),(116240,32470,571,1,1,901,0,5870.54,651.297,615.485,0.981272,300,0,0,42,0,0,0,0,0),(116241,32470,571,1,1,6295,0,5843.54,589.14,623.607,0.611058,300,5,0,42,0,1,0,0,0),(116242,32470,571,1,1,901,0,5870.81,656.291,615.378,4.20624,300,0,0,42,0,0,0,0,0),(116243,29654,571,1,1,26860,1,5184.01,-2332.07,236.328,3.53808,300,5,0,10282,3466,1,0,0,0),(116245,29654,571,1,1,26860,1,4752.65,-2443.68,235.591,1.11927,300,5,0,10282,3466,1,0,0,0),(116246,29654,571,1,1,26860,1,5104.92,-2320.32,241.068,0.951796,300,5,0,10282,3466,1,0,0,0),(116247,29654,571,1,1,26860,1,5318.84,-2006.47,238.063,5.3698,300,5,0,10282,3466,1,0,0,0),(116248,29654,571,1,1,26860,1,5355.55,-1869.94,234.992,3.93558,300,5,0,10282,3466,1,0,0,0),(116249,29654,571,1,1,26860,1,4748.61,-2323.22,235.514,4.54869,300,5,0,10282,3466,1,0,0,0),(116250,29654,571,1,1,26860,1,4966.19,-2341.33,245.138,4.57226,300,5,0,10282,3466,1,0,0,0),(116251,29654,571,1,1,26860,1,4988.33,-2395.56,248.652,0.944871,300,5,0,10282,3466,1,0,0,0),(116252,29654,571,1,1,26860,1,5153.58,-1997.23,241.643,4.35386,300,5,0,10282,3466,1,0,0,0),(116253,29654,571,1,1,26860,1,4940.65,-2295.26,244.342,2.78681,300,5,0,10282,3466,1,0,0,0),(116254,29654,571,1,1,26860,1,4862.28,-2324.73,240.067,5.73256,300,5,0,10282,3466,1,0,0,0),(116255,29654,571,1,1,26860,1,4899.93,-2323.31,241.436,5.1863,300,5,0,10282,3466,1,0,0,0),(116256,29654,571,1,1,26860,1,4860.17,-2381.81,234.09,5.97992,300,5,0,10282,3466,1,0,0,0),(116257,29654,571,1,1,26860,1,4890.94,-2295.93,244.276,2.08913,300,5,0,10282,3466,1,0,0,0),(116258,29654,571,1,1,26860,1,5017.99,-2314.28,248.909,4.79748,300,5,0,10282,3466,1,0,0,0),(116259,29654,571,1,1,26860,1,5037.69,-2236.12,245.702,0.901861,300,0,0,10282,3466,0,0,0,0),(116260,29654,571,1,1,26860,1,5025.34,-2254.97,245.087,2.73819,300,0,0,10282,3466,0,0,0,0),(116261,29399,571,1,1,26219,0,6104.04,-617.209,382.258,4.39823,300,0,0,12600,0,0,0,0,0),(116262,29399,571,1,1,26219,0,6002.06,-648.075,372.012,1.8326,300,0,0,12600,0,0,0,0,0),(116263,27351,571,1,1,24578,1,3431.53,-1248.16,125.869,0.925025,300,0,0,9940,0,0,0,0,0),(116264,27351,571,1,1,24578,1,3425.14,-1244.49,126.179,0.942478,300,0,0,9940,0,0,0,0,0),(116265,27351,571,1,1,24578,1,3433.11,-1242.13,124.673,0.855211,300,0,0,9940,0,0,0,0,0),(116266,27351,571,1,1,24577,1,3426.72,-1248.8,126.57,0.785398,300,0,0,9940,0,0,0,0,0),(116267,32727,571,1,1,28165,0,5844.26,610.151,620.392,5.49779,300,0,0,10080,8814,0,0,0,0),(116268,26839,571,1,1,24073,1,3238.68,-2235.09,115.185,4.31096,300,0,0,9940,0,0,0,0,0),(116269,26839,571,1,1,24073,1,3347.7,-2197.28,119.458,0.436332,300,0,0,9940,0,0,0,0,0),(116270,26839,571,1,1,24075,1,3254.67,-2221.96,117.591,4.27606,300,0,0,9940,0,0,0,0,0),(116271,26839,571,1,1,24074,1,3264.31,-2226.28,117.583,4.11898,300,0,0,9940,0,0,0,0,0),(116272,26839,571,1,1,24075,1,3175.16,-2233.87,114.913,3.14159,300,0,0,9940,0,0,0,0,0),(116273,26839,571,1,1,24076,1,3296.48,-2353.12,107.684,1.85005,300,0,0,9940,0,0,0,0,0),(116274,26839,571,1,1,24075,1,3266.01,-2206.17,117.112,1.11701,300,0,0,9940,0,0,0,0,0),(116275,26839,571,1,1,24075,1,3264.1,-2206,117.112,1.01229,300,0,0,9940,0,0,0,0,0),(116276,26839,571,1,1,24074,1,3267.28,-2207.39,117.112,1.22173,300,0,0,9940,0,0,0,0,0),(116277,26839,571,1,1,24075,1,3262.85,-2206.96,117.112,0.977384,300,0,0,9940,0,0,0,0,0),(116278,26839,571,1,1,24074,1,3266.91,-2209.06,117.112,1.23918,300,0,0,9940,0,0,0,0,0),(116279,26839,571,1,1,24073,1,3265.92,-2196.89,117.372,4.31163,300,0,0,9940,0,0,0,0,0),(116280,26839,571,1,1,24075,1,3274.49,-2200.19,117.373,4.46871,300,0,0,9940,0,0,0,0,0),(116281,26839,571,1,1,24075,1,3203.2,-2202.08,131.661,4.95674,300,0,0,9940,0,0,0,0,0),(116282,26839,571,1,1,24074,1,3292.03,-2354.72,107.657,1.62316,300,0,0,9940,0,0,0,0,0),(116283,26839,571,1,1,24073,1,3207.67,-2199.5,131.695,5.044,300,0,0,9940,0,0,0,0,0),(116284,26839,571,1,1,24075,1,3222.42,-2261.43,112.903,4.86823,300,0,0,9940,0,2,0,0,0),(116285,26839,571,1,1,24076,1,3217.54,-2255.8,114.362,1.79078,300,5,0,9940,0,1,0,0,0),(116286,24791,571,1,1,22639,0,737.829,-5565.81,232.151,1.97265,300,5,0,6986,0,1,0,0,0),(116287,29399,571,1,1,26219,0,6042.35,-649.214,369.52,0.820305,300,0,0,12600,0,0,0,0,0),(116288,29399,571,1,1,26219,0,6087.89,-726.097,380.602,5.25344,300,0,0,12600,0,0,0,0,0),(116289,29399,571,1,1,26219,0,6019.07,-586.122,363.133,0.05236,300,0,0,12600,0,0,0,0,0),(116290,29399,571,1,1,26219,0,6115.33,-664.38,383.774,5.70723,300,0,0,12600,0,0,0,0,0),(116291,29399,571,1,1,26219,0,6032.36,-657.263,370.195,3.97935,300,0,0,12600,0,0,0,0,0),(116292,29399,571,1,1,26219,0,6000.88,-690.507,370.066,3.31613,300,0,0,12600,0,0,0,0,0),(116293,29399,571,1,1,26219,0,6031.01,-736.463,369.734,3.49066,300,0,0,12600,0,0,0,0,0),(116294,29399,571,1,1,26219,0,6031.53,-650.638,369.997,2.40855,300,0,0,12600,0,0,0,0,0),(116295,29399,571,1,1,26219,0,6042.82,-656.392,369.817,5.72468,300,0,0,12600,0,0,0,0,0),(116296,26839,571,1,1,24073,1,3320.59,-2244.62,115.509,3.10669,300,0,0,9940,0,0,0,0,0),(116297,26839,571,1,1,24076,1,3319.65,-2257.95,114.753,2.98451,300,0,0,9940,0,0,0,0,0),(116298,26839,571,1,1,24074,1,3266.74,-2246.37,114.851,4.38078,300,0,0,9940,0,0,0,0,0),(116299,24791,571,1,1,22639,0,975.095,-5789.36,246.666,2.68743,300,5,0,6986,0,1,0,0,0),(116300,24791,571,1,1,22639,0,988.678,-5788.41,245.916,2.39137,300,5,0,6986,0,1,0,0,0),(116301,24791,571,1,1,22639,0,677.666,-5809.88,285.505,1.16017,300,5,0,6986,0,1,0,0,0),(116302,24791,571,1,1,22639,0,652.318,-5750.35,282.31,0.028671,300,5,0,6986,0,1,0,0,0),(116303,24791,571,1,1,22639,0,623.817,-6033.18,306.845,0.926904,300,5,0,6986,0,1,0,0,0),(116304,26839,571,1,1,24074,1,3176.43,-2256.2,114.913,3.05433,300,0,0,9940,0,0,0,0,0),(116305,24791,571,1,1,22639,0,1176.64,-5725.99,228.828,4.87969,300,5,0,6986,0,1,0,0,0),(116306,24791,571,1,1,22639,0,1173.51,-5722.63,227.578,5.24198,300,5,0,6986,0,1,0,0,0),(116307,27607,571,1,1,24712,0,3635.48,-1385.24,110.151,5.63741,300,0,0,8982,0,0,0,0,0),(116308,24791,571,1,1,22639,0,680.712,-5825.85,287.005,1.07028,300,5,0,6986,0,1,0,0,0),(116309,24791,571,1,1,22639,0,733.139,-5556.47,230.275,1.83042,300,5,0,6986,0,1,0,0,0),(116310,24791,571,1,1,22639,0,1119.11,-5583.77,204.743,0.859428,300,5,0,6986,0,1,0,0,0),(116311,24791,571,1,1,22639,0,1114.84,-5594.41,207.978,0.853578,300,5,0,6986,0,1,0,0,0),(116312,24791,571,1,1,22639,0,1208.82,-5576.01,208.858,4.61892,300,5,0,6986,0,1,0,0,0),(116313,24791,571,1,1,22639,0,1215.35,-5566.62,206.105,4.74868,300,5,0,6986,0,1,0,0,0),(116314,24791,571,1,1,22639,0,1356.31,-5649.68,225.833,5.44551,300,5,0,6986,0,1,0,0,0),(116315,24791,571,1,1,22639,0,1353.22,-5654.35,228.583,5.71569,300,5,0,6986,0,1,0,0,0),(116316,24791,571,1,1,22639,0,1332.7,-5770.53,266.7,2.28537,300,5,0,6986,0,1,0,0,0),(116317,24791,571,1,1,22639,0,1324.94,-5772.24,269.825,2.93484,300,5,0,6986,0,1,0,0,0),(116318,24791,571,1,1,22639,0,1294.16,-5508.42,195.854,3.93778,300,5,0,6986,0,1,0,0,0),(116319,24791,571,1,1,22639,0,1281.83,-5523.61,196.217,3.07872,300,5,0,6986,0,1,0,0,0),(116320,24791,571,1,1,22639,0,1303.02,-6034.93,280.455,3.7063,300,5,0,6986,0,1,0,0,0),(116321,24791,571,1,1,22639,0,1315.06,-6037.29,281.079,3.65379,300,5,0,6986,0,1,0,0,0),(116322,24791,571,1,1,22639,0,1034.21,-5742.72,236.709,1.23033,300,5,0,6986,0,1,0,0,0),(116323,24791,571,1,1,22639,0,1026.3,-5746.9,240.831,1.61375,300,5,0,6986,0,1,0,0,0),(116324,24791,571,1,1,22639,0,1126.54,-5887.23,272.839,3.83918,300,5,0,6986,0,1,0,0,0),(116325,24791,571,1,1,22639,0,1134.28,-5895.56,276.722,4.47665,300,5,0,6986,0,1,0,0,0),(116326,24791,571,1,1,22639,0,1431.25,-5747.22,263.915,1.94198,300,5,0,6986,0,1,0,0,0),(116327,24791,571,1,1,22639,0,1440.19,-5741.88,261.039,2.29306,300,5,0,6986,0,1,0,0,0),(116328,24791,571,1,1,22639,0,1482.76,-5804.36,268.849,3.24928,300,0,0,6986,0,0,0,0,0),(116329,24791,571,1,1,22639,0,1505.7,-5813.96,271.393,4.48145,300,5,0,6986,0,1,0,0,0),(116330,24791,571,1,1,22639,0,1227.6,-5922.15,285.077,2.56292,300,5,0,6986,0,1,0,0,0),(116331,24791,571,1,1,22639,0,1228.81,-5933.05,285.323,3.01563,300,5,0,6986,0,1,0,0,0),(116332,24791,571,1,1,22639,0,1236.91,-5932.51,285.615,2.57593,300,5,0,6986,0,1,0,0,0),(116333,24791,571,1,1,22639,0,1254.57,-5703.53,233.299,4.71821,300,5,0,6986,0,1,0,0,0),(116334,24791,571,1,1,22639,0,1275.13,-5705.07,239.062,4.59678,300,5,0,6986,0,1,0,0,0),(116335,24791,571,1,1,22639,0,747.574,-5848.03,286.865,5.02444,300,5,0,6986,0,1,0,0,0),(116336,24791,571,1,1,22639,0,753.039,-5839.91,284.547,4.76436,300,5,0,6986,0,1,0,0,0),(116337,24791,571,1,1,22639,0,758.532,-5849.77,282.9,4.69141,300,5,0,6986,0,1,0,0,0),(116338,24791,571,1,1,22639,0,398.309,-6022.46,326.008,3.36671,300,5,0,6986,0,1,0,0,0),(116339,24791,571,1,1,22639,0,826.502,-5678.17,232.769,5.02416,300,5,0,6986,0,1,0,0,0),(116340,24791,571,1,1,22639,0,825.825,-5683.81,234.765,6.18493,300,5,0,6986,0,1,0,0,0),(116341,24791,571,1,1,22639,0,828.381,-5675.75,232.051,6.24207,300,5,0,6986,0,1,0,0,0),(116342,27607,571,1,1,24712,0,3683.31,-1318.04,116.675,5.07891,300,0,0,8982,0,0,0,0,0),(116343,27607,571,1,1,24712,0,3812.41,-1309.81,135.827,1.309,300,0,0,8982,0,0,0,0,0),(116344,24791,571,1,1,22639,0,1208.26,-5487.38,195.755,1.70768,300,5,0,6986,0,1,0,0,0),(116345,24791,571,1,1,22639,0,580.049,-5544.81,270.183,1.84835,300,5,0,6986,0,1,0,0,0),(116346,27607,571,1,1,24712,0,3784.14,-1346.97,135.131,0.331613,300,0,0,8982,0,0,0,0,0),(116347,24791,571,1,1,22639,0,503.236,-5520.08,274.866,5.16206,300,5,0,6986,0,1,0,0,0),(116348,24791,571,1,1,22639,0,497.045,-5510.85,274.433,5.40529,300,5,0,6986,0,1,0,0,0),(116349,24791,571,1,1,22639,0,494.902,-5522.16,275.844,5.94245,300,5,0,6986,0,1,0,0,0),(116350,24791,571,1,1,22639,0,639.295,-5552.97,260.714,0.631293,300,5,0,6986,0,1,0,0,0),(116351,24791,571,1,1,22639,0,642.43,-5559.38,262.777,5.78789,300,5,0,6986,0,1,0,0,0),(116352,24791,571,1,1,22639,0,636.112,-5552.82,262.296,0.420107,300,5,0,6986,0,1,0,0,0),(116353,24791,571,1,1,22639,0,482.897,-5454.51,274.305,3.45345,300,0,0,6986,0,0,0,0,0),(116354,24791,571,1,1,22639,0,484.012,-5433.52,273.217,5.4439,300,5,0,6986,0,1,0,0,0),(116355,27607,571,1,1,24712,0,3649.53,-1275.18,112.595,3.89208,300,0,0,8982,0,0,0,0,0),(116356,24791,571,1,1,22639,0,227.78,-5497.19,335.808,2.61646,300,5,0,6986,0,1,0,0,0),(116357,24791,571,1,1,22639,0,231.671,-5491.63,335.648,2.38151,300,5,0,6986,0,1,0,0,0),(116358,24791,571,1,1,22639,0,222.569,-5492.28,335.346,2.64196,300,5,0,6986,0,1,0,0,0),(116359,24791,571,1,1,22639,0,552.673,-5760.12,291.796,3.07508,300,5,0,6986,0,1,0,0,0),(116360,24791,571,1,1,22639,0,555.741,-5765.15,293.021,3.6559,300,5,0,6986,0,1,0,0,0),(116361,24791,571,1,1,22639,0,562.992,-5636.11,285.898,1.82333,300,5,0,6986,0,1,0,0,0),(116362,24791,571,1,1,22639,0,558.507,-5632.48,285.595,2.11807,300,5,0,6986,0,1,0,0,0),(116363,24791,571,1,1,22639,0,603.62,-5471.03,259.13,0.258001,300,5,0,6986,0,1,0,0,0),(116364,24791,571,1,1,22639,0,593.025,-5477.54,260.891,0.343807,300,5,0,6986,0,1,0,0,0),(116365,24791,571,1,1,22639,0,599.115,-5465.01,258.048,0.377968,300,5,0,6986,0,1,0,0,0),(116366,27607,571,1,1,24712,0,3712.31,-1361.1,134.599,5.51524,300,0,0,8982,0,0,0,0,0),(116367,27607,571,1,1,24712,0,3755.4,-1369.89,134.631,6.12611,300,0,0,8982,0,0,0,0,0),(116368,27607,571,1,1,24712,0,3573.28,-1339.69,108.109,2.74017,300,0,0,8982,0,0,0,0,0),(116369,27607,571,1,1,24712,0,3622.39,-1336.92,111.929,2.07694,300,0,0,8982,0,0,0,0,0),(116370,27607,571,1,1,24712,0,3698.09,-1418.58,136.745,4.99164,300,0,0,8982,0,0,0,0,0),(116371,27607,571,1,1,24712,0,3581.09,-1278.94,111.86,3.15905,300,0,0,8982,0,0,0,0,0),(116372,24791,571,1,1,22639,0,577.028,-5545.87,270.695,2.31512,300,5,0,6986,0,1,0,0,0),(116373,24791,571,1,1,22639,0,325.563,-5355.59,299.615,5.18765,300,5,0,6986,0,1,0,0,0),(116374,24791,571,1,1,22639,0,319.951,-5350.5,300.296,4.13302,300,5,0,6986,0,1,0,0,0),(116375,24791,571,1,1,22639,0,456.802,-5702.48,295.069,3.73029,300,5,0,6986,0,1,0,0,0),(116376,24791,571,1,1,22639,0,1286.11,-5377.18,181.475,0.053985,300,5,0,6986,0,1,0,0,0),(116377,24791,571,1,1,22639,0,1274.7,-5373.55,179.927,6.2148,300,5,0,6986,0,1,0,0,0),(116378,24791,571,1,1,22639,0,644.661,-5743.98,280.435,1.51298,300,5,0,6986,0,1,0,0,0),(116379,24791,571,1,1,22639,0,894.558,-4125.03,174.351,0.271855,300,5,0,6986,0,1,0,0,0),(116380,24791,571,1,1,22639,0,901.134,-4130.91,173.05,0.623008,300,5,0,6986,0,1,0,0,0),(116381,24791,571,1,1,22639,0,899.856,-4122.06,173.976,1.11214,300,5,0,6986,0,1,0,0,0),(116382,24791,571,1,1,22639,0,413.069,-6019.84,325.46,3.3737,300,5,0,6986,0,1,0,0,0),(116383,24791,571,1,1,22639,0,366.6,-4908.64,248.322,5.85321,300,5,0,6986,0,1,0,0,0),(116384,24791,571,1,1,22639,0,368.377,-4914.29,248.353,5.29776,300,5,0,6986,0,1,0,0,0),(116385,24791,571,1,1,22639,0,286.559,-4851.62,252.81,0.078534,300,5,0,6986,0,1,0,0,0),(116386,24791,571,1,1,22639,0,291.968,-4851.09,253.06,1.0324,300,5,0,6986,0,1,0,0,0),(116387,24791,571,1,1,22639,0,293.803,-4858.69,253.06,0.784014,300,5,0,6986,0,1,0,0,0),(116388,24791,571,1,1,22639,0,238.482,-4743.23,251.841,3.48696,300,5,0,6986,0,1,0,0,0),(116389,24791,571,1,1,22639,0,231.389,-4747.41,254.467,4.91816,300,5,0,6986,0,1,0,0,0),(116390,24791,571,1,1,22639,0,228.943,-4743.87,255.217,4.38726,300,5,0,6986,0,1,0,0,0),(116391,24791,571,1,1,22639,0,332.653,-4726.09,230.08,2.61267,300,5,0,6986,0,1,0,0,0),(116393,24791,571,1,1,22639,0,368.929,-4815.51,233.01,1.43113,300,5,0,6986,0,1,0,0,0),(116395,24791,571,1,1,22639,0,479.604,-4779.68,211.094,1.42156,300,5,0,6986,0,1,0,0,0),(116396,24791,571,1,1,22639,0,472.957,-4764.97,209.228,0.975019,300,5,0,6986,0,1,0,0,0),(116397,24791,571,1,1,22639,0,657.365,-4663.43,200.632,6.21445,300,5,0,6986,0,1,0,0,0),(116398,24791,571,1,1,22639,0,656.776,-4670.01,199.969,6.15743,300,0,0,6986,0,0,0,0,0),(116399,24791,571,1,1,22639,0,709.343,-4647.99,192.734,3.90445,300,5,0,6986,0,1,0,0,0),(116400,24791,571,1,1,22639,0,707.934,-4643.97,192.734,3.8308,300,5,0,6986,0,1,0,0,0),(116401,24791,571,1,1,22639,0,662.054,-4549.16,203.688,3.3718,300,5,0,6986,0,1,0,0,0),(116402,24791,571,1,1,22639,0,666.317,-4555.13,202.938,3.88202,300,5,0,6986,0,1,0,0,0),(116403,24791,571,1,1,22639,0,679.71,-4438.41,198.559,1.99068,300,5,0,6986,0,1,0,0,0),(116404,24791,571,1,1,22639,0,674.776,-4449.48,199.041,1.9908,300,5,0,6986,0,1,0,0,0),(116405,24791,571,1,1,22639,0,794.318,-3823.05,213.433,6.26559,300,5,0,6986,0,1,0,0,0),(116406,24791,571,1,1,22639,0,790.577,-3814.76,213.949,0.169846,300,5,0,6986,0,1,0,0,0),(116407,24791,571,1,1,22639,0,802.825,-3816.61,211.349,0.190701,300,5,0,6986,0,1,0,0,0),(116408,24791,571,1,1,22639,0,830.391,-5780.69,258.491,5.59192,300,5,0,6986,0,1,0,0,0),(116409,24791,571,1,1,22639,0,831.772,-5777.59,257.741,0.129915,300,5,0,6986,0,1,0,0,0),(116410,24791,571,1,1,22639,0,229.361,-5333.19,315.13,0.228822,300,5,0,6986,0,1,0,0,0),(116411,24791,571,1,1,22639,0,228.78,-5326.7,314.255,0.327574,300,5,0,6986,0,1,0,0,0),(116412,24791,571,1,1,22639,0,239.32,-5339.38,313.358,0.335858,300,5,0,6986,0,1,0,0,0),(116413,24791,571,1,1,22639,0,104.916,-4452.92,251.247,1.82061,300,5,0,6986,0,1,0,0,0),(116414,24791,571,1,1,22639,0,101.087,-4450.35,250.247,1.76204,300,5,0,6986,0,1,0,0,0),(116415,24791,571,1,1,22639,0,137.676,-4300.19,255.995,0.980084,300,5,0,6986,0,1,0,0,0),(116416,24791,571,1,1,22639,0,342.335,-4239.51,251.999,1.33685,300,5,0,6986,0,1,0,0,0),(116417,24791,571,1,1,22639,0,338.018,-4235.74,252.376,2.31653,300,5,0,6986,0,1,0,0,0),(116418,24791,571,1,1,22639,0,341.427,-4233.97,252.626,3.55003,300,5,0,6986,0,1,0,0,0),(116419,24791,571,1,1,22639,0,525.686,-3996.96,261.392,1.81147,300,5,0,6986,0,1,0,0,0),(116420,24791,571,1,1,22639,0,528.636,-3998.99,260.223,1.93025,300,5,0,6986,0,1,0,0,0),(116421,24791,571,1,1,22639,0,74.2111,-4763.99,296.495,2.66196,300,5,0,6986,0,1,0,0,0),(116422,24791,571,1,1,22639,0,1226.48,-3856.85,138.842,0.424651,300,5,0,6986,0,1,0,0,0),(116423,24791,571,1,1,22639,0,1235.43,-3859.86,137.605,0.054744,300,5,0,6986,0,1,0,0,0),(116424,24791,571,1,1,22639,0,1234.97,-3861.79,137.01,5.00682,300,5,0,6986,0,1,0,0,0),(116425,24791,571,1,1,22639,0,584.817,-4549.24,203.298,4.29595,300,0,0,6986,0,0,0,0,0),(116426,24791,571,1,1,22639,0,581.496,-4542.19,203.292,3.85832,300,5,0,6986,0,1,0,0,0),(116427,24791,571,1,1,22639,0,588.616,-4540.29,203.917,3.69668,300,5,0,6986,0,1,0,0,0),(116428,24791,571,1,1,22639,0,375.348,-5327.05,286.667,1.41762,300,5,0,6986,0,1,0,0,0),(116429,24791,571,1,1,22639,0,371.179,-5318.53,287.842,1.40982,300,0,0,6986,0,0,0,0,0),(116430,24791,571,1,1,22639,0,194.991,-4384.3,250.804,2.5903,300,5,0,6986,0,1,0,0,0),(116431,24791,571,1,1,22639,0,206.369,-4382.72,250.699,2.3088,300,5,0,6986,0,1,0,0,0),(116432,24791,571,1,1,22639,0,210.019,-4389.14,249.323,2.3452,300,5,0,6986,0,1,0,0,0),(116433,24791,571,1,1,22639,0,135.749,-4299.01,256.04,1.13881,300,5,0,6986,0,1,0,0,0),(116434,24791,571,1,1,22639,0,1205.33,-5799.88,276.274,0.909181,300,5,0,6986,0,1,0,0,0),(116435,24791,571,1,1,22639,0,1207.3,-5791.48,277.024,1.85518,300,5,0,6986,0,1,0,0,0),(116436,24791,571,1,1,22639,0,892.235,-4230.18,170.102,0.924841,300,5,0,6986,0,1,0,0,0),(116437,24791,571,1,1,22639,0,886.791,-4236.59,171.762,5.54659,300,5,0,6986,0,1,0,0,0),(116438,24791,571,1,1,22639,0,1305.3,-5885.35,288.359,0.698237,300,5,0,6986,0,1,0,0,0),(116439,24791,571,1,1,22639,0,1316.01,-5878.49,288.805,0.689871,300,5,0,6986,0,1,0,0,0),(116440,24791,571,1,1,22639,0,746.423,-4202.15,193.901,1.62413,300,5,0,6986,0,1,0,0,0),(116441,24791,571,1,1,22639,0,760.449,-4209.82,192.149,1.93762,300,5,0,6986,0,1,0,0,0),(116442,24791,571,1,1,22639,0,1145.78,-4239.47,152.699,3.47957,300,5,0,6986,0,1,0,0,0),(116444,24791,571,1,1,22639,0,1224.62,-4382,157.79,6.16696,300,5,0,6986,0,1,0,0,0),(116445,24791,571,1,1,22639,0,991.626,-4152.84,159.374,3.37317,300,5,0,6986,0,1,0,0,0),(116446,24791,571,1,1,22639,0,988.315,-4155.33,159.374,3.43411,300,5,0,6986,0,1,0,0,0),(116447,24791,571,1,1,22639,0,1182.58,-4437.89,170.136,5.95511,300,5,0,6986,0,1,0,0,0),(116448,24791,571,1,1,22639,0,1232.85,-4273.3,149.812,5.14383,300,5,0,6986,0,1,0,0,0),(116449,24791,571,1,1,22639,0,1215.26,-4296.34,149.878,3.81694,300,0,0,6986,0,0,0,0,0),(116450,24791,571,1,1,22639,0,1387.77,-4600.21,183.55,5.17681,300,5,0,6986,0,1,0,0,0),(116451,24791,571,1,1,22639,0,1371.22,-4596.22,184.368,2.53277,300,5,0,6986,0,1,0,0,0),(116452,24791,571,1,1,22639,0,1403.78,-4649.79,185.702,4.72169,300,5,0,6986,0,1,0,0,0),(116453,24791,571,1,1,22639,0,1397.35,-4645.99,185.669,3.70866,300,5,0,6986,0,1,0,0,0),(116454,24791,571,1,1,22639,0,37.8193,-4671.31,283.005,2.41987,300,5,0,6986,0,1,0,0,0),(116455,24791,571,1,1,22639,0,33.7394,-4665.03,282.712,2.50021,300,5,0,6986,0,1,0,0,0),(116456,24791,571,1,1,22639,0,76.078,-4768.79,297.945,5.5485,300,5,0,6986,0,1,0,0,0),(116457,24791,571,1,1,22639,0,188.623,-4610.01,257.211,1.68604,300,5,0,6986,0,1,0,0,0),(116458,24791,571,1,1,22639,0,189.165,-4613.36,257.086,1.64075,300,5,0,6986,0,1,0,0,0),(116459,24791,571,1,1,22639,0,1478.79,-4650.15,181.377,3.60277,300,5,0,6986,0,1,0,0,0),(116460,24791,571,1,1,22639,0,1491.61,-4645.34,179.97,3.32707,300,5,0,6986,0,1,0,0,0),(116461,24791,571,1,1,22639,0,205.418,-4517.86,254.548,2.90942,300,0,0,6986,0,0,0,0,0),(116462,24791,571,1,1,22639,0,216.449,-4515.02,253.798,2.33189,300,0,0,6986,0,0,0,0,0),(116463,24791,571,1,1,22639,0,214.229,-4517.11,253.997,2.41835,300,5,0,6986,0,1,0,0,0),(116464,24791,571,1,1,22639,0,1271.5,-3487.19,168.211,5.787,300,5,0,6986,0,1,0,0,0),(116465,24791,571,1,1,22639,0,1267.38,-3480.33,169.461,1.97605,300,5,0,6986,0,1,0,0,0),(116466,24791,571,1,1,22639,0,1264.7,-3490.98,168.728,3.84535,300,5,0,6986,0,1,0,0,0),(116467,24791,571,1,1,22639,0,249.294,-4211.04,248.541,3.81824,300,5,0,6986,0,1,0,0,0),(116468,24791,571,1,1,22639,0,235.361,-4208.23,247.166,4.35781,300,5,0,6986,0,1,0,0,0),(116469,24791,571,1,1,22639,0,244.553,-4209.33,249.291,3.99486,300,5,0,6986,0,1,0,0,0),(116470,24791,571,1,1,22639,0,377.722,-4118.31,258.554,5.57712,300,5,0,6986,0,1,0,0,0),(116471,24791,571,1,1,22639,0,388.425,-4116.82,258.679,5.98176,300,5,0,6986,0,1,0,0,0),(116472,24791,571,1,1,22639,0,1518.89,-3710.85,148.351,2.921,300,5,0,6986,0,1,0,0,0),(116473,24791,571,1,1,22639,0,1517.38,-3718.64,147.101,3.01289,300,5,0,6986,0,1,0,0,0),(116474,24791,571,1,1,22639,0,879.936,-3797.55,191.003,6.12826,300,5,0,6986,0,1,0,0,0),(116475,24791,571,1,1,22639,0,875.713,-3798.9,191.503,5.1233,300,5,0,6986,0,1,0,0,0),(116476,24791,571,1,1,22639,0,1467.71,-3492.1,171.147,3.95586,300,5,0,6986,0,1,0,0,0),(116477,24791,571,1,1,22639,0,1470.91,-3497.46,170.311,4.12118,300,5,0,6986,0,1,0,0,0),(116478,24791,571,1,1,22639,0,468.709,-4166.66,246.207,2.23578,300,5,0,6986,0,1,0,0,0),(116479,24791,571,1,1,22639,0,478.252,-4167.3,243.47,1.23423,300,5,0,6986,0,1,0,0,0),(116480,24791,571,1,1,22639,0,481.059,-4167.92,242.72,0.741603,300,5,0,6986,0,1,0,0,0),(116481,24791,571,1,1,22639,0,1339.15,-3514,167.572,3.77022,300,5,0,6986,0,1,0,0,0),(116482,24791,571,1,1,22639,0,1343.57,-3511.16,165.947,3.58959,300,5,0,6986,0,1,0,0,0),(116483,24791,571,1,1,22639,0,1389.44,-3816.53,128.114,2.09998,300,5,0,6986,0,1,0,0,0),(116484,24791,571,1,1,22639,0,1386.67,-3825.22,127.364,2.61153,300,5,0,6986,0,1,0,0,0),(116485,24791,571,1,1,22639,0,1305.71,-3595.68,149.06,0.174603,300,5,0,6986,0,1,0,0,0),(116486,24791,571,1,1,22639,0,1294.15,-3600.31,150.592,2.76762,300,5,0,6986,0,1,0,0,0),(116487,24791,571,1,1,22639,0,1300.03,-3592.04,150.185,1.70549,300,5,0,6986,0,1,0,0,0),(116488,24791,571,1,1,22639,0,1450.48,-3777.83,132.206,4.26284,300,5,0,6986,0,1,0,0,0),(116489,24791,571,1,1,22639,0,1455.09,-3766.37,134.475,3.78431,300,0,0,6986,0,0,0,0,0),(116490,24791,571,1,1,22639,0,1372.85,-3718.61,130.553,5.45855,300,5,0,6986,0,1,0,0,0),(116491,24791,571,1,1,22639,0,1379.55,-3712.69,130.553,6.07666,300,5,0,6986,0,1,0,0,0),(116492,24791,571,1,1,22639,0,1371.12,-3709.18,131.178,0.110148,300,5,0,6986,0,1,0,0,0),(116493,24791,571,1,1,22639,0,610.238,-4415.93,205.707,4.17818,300,5,0,6986,0,1,0,0,0),(116494,24791,571,1,1,22639,0,613.259,-4411.44,206.832,4.0515,300,5,0,6986,0,1,0,0,0),(116495,24791,571,1,1,22639,0,619.419,-4406.33,206.457,0.554614,300,5,0,6986,0,1,0,0,0),(116496,24791,571,1,1,22639,0,1406.79,-4048.3,123.718,3.91219,300,5,0,6986,0,1,0,0,0),(116497,24791,571,1,1,22639,0,1396.85,-4052.81,126.318,2.71208,300,0,0,6986,0,0,0,0,0),(116498,24791,571,1,1,22639,0,476.991,-4433.97,207.691,0.558944,300,5,0,6986,0,1,0,0,0),(116499,24791,571,1,1,22639,0,477.909,-4424.53,207.485,0.866187,300,5,0,6986,0,1,0,0,0),(116500,24791,571,1,1,22639,0,468.986,-4436.27,208.709,1.09405,300,5,0,6986,0,1,0,0,0),(116501,24791,571,1,1,22639,0,322.556,-4474.57,239.072,4.46674,300,5,0,6986,0,1,0,0,0),(116502,24791,571,1,1,22639,0,318.802,-4463.55,238.5,0.555981,300,5,0,6986,0,1,0,0,0),(116503,24791,571,1,1,22639,0,1265.41,-4012.95,140.823,0.5035,300,5,0,6986,0,1,0,0,0),(116504,24791,571,1,1,22639,0,1264.24,-4013.19,140.833,0.678106,300,0,0,6986,0,0,0,0,0),(116505,24791,571,1,1,22639,0,1275.56,-3706.55,137.433,0.642411,300,5,0,6986,0,1,0,0,0),(116506,24791,571,1,1,22639,0,1268.15,-3710.86,137.628,0.705539,300,5,0,6986,0,1,0,0,0),(116507,24791,571,1,1,22639,0,217.535,-4830.26,266.934,2.65748,300,5,0,6986,0,1,0,0,0),(116508,24791,571,1,1,22639,0,227.425,-4834.01,264.191,2.03064,300,5,0,6986,0,1,0,0,0),(116509,24791,571,1,1,22639,0,225.492,-4835.49,265.066,2.71843,300,5,0,6986,0,1,0,0,0),(116510,24791,571,1,1,22639,0,953.101,-4027.28,168.018,3.00997,300,5,0,6986,0,1,0,0,0),(116511,24791,571,1,1,22639,0,960.729,-4029.83,168.893,3.07758,300,5,0,6986,0,1,0,0,0),(116512,24791,571,1,1,22639,0,748.039,-3934.79,224.955,3.69926,300,0,0,6986,0,0,0,0,0),(116513,24791,571,1,1,22639,0,759.635,-3933.59,220.937,3.32808,300,5,0,6986,0,1,0,0,0),(116514,24791,571,1,1,22639,0,256.871,-4549.53,244.1,4.98939,300,5,0,6986,0,1,0,0,0),(116515,24791,571,1,1,22639,0,254.05,-4558.12,243.475,4.78834,300,5,0,6986,0,1,0,0,0),(116516,24791,571,1,1,22639,0,458.869,-5713.73,297.856,4.03112,300,5,0,6986,0,1,0,0,0),(116517,24791,571,1,1,22639,0,564.969,-4719.48,208.797,0.38524,300,5,0,6986,0,1,0,0,0),(116518,24791,571,1,1,22639,0,564.029,-4722.95,209.797,5.86192,300,5,0,6986,0,1,0,0,0),(116519,24791,571,1,1,22639,0,560.423,-4714.58,206.922,1.43146,300,5,0,6986,0,1,0,0,0),(116520,24791,571,1,1,22639,0,82.8036,-5455.73,385.887,0.132072,300,5,0,6986,0,1,0,0,0),(116521,24791,571,1,1,22639,0,86.1449,-5447.29,382.887,6.1379,300,5,0,6986,0,1,0,0,0),(116522,24791,571,1,1,22639,0,89.5465,-5458.82,383.887,0.287574,300,5,0,6986,0,1,0,0,0),(116523,24791,571,1,1,22639,0,148.334,-5527.7,377.72,2.35047,300,0,0,6986,0,0,0,0,0),(116524,24791,571,1,1,22639,0,146.597,-5536.54,377.684,3.01844,300,5,0,6986,0,1,0,0,0),(116525,24791,571,1,1,22639,0,145.045,-5541.66,378.059,2.71962,300,5,0,6986,0,1,0,0,0),(116526,24791,571,1,1,22639,0,1397.98,-4503.02,164.219,0.783234,300,5,0,6986,0,1,0,0,0),(116527,24791,571,1,1,22639,0,1403.67,-4514.22,168.427,1.16915,300,5,0,6986,0,1,0,0,0),(116528,24791,571,1,1,22639,0,1407.5,-4503.7,164.677,1.14097,300,5,0,6986,0,1,0,0,0),(116529,24791,571,1,1,22639,0,1360.39,-4402.45,152.674,2.06409,300,5,0,6986,0,1,0,0,0),(116530,24791,571,1,1,22639,0,1359.32,-4398.63,152.821,2.00578,300,5,0,6986,0,1,0,0,0),(116531,24791,571,1,1,22639,0,305.172,-5589.74,315.294,2.95065,300,5,0,6986,0,1,0,0,0),(116532,24791,571,1,1,22639,0,311.893,-5582.07,314.294,3.24873,300,5,0,6986,0,1,0,0,0),(116533,24791,571,1,1,22639,0,388.89,-5617.45,295.6,2.31288,300,5,0,6986,0,1,0,0,0),(116534,24791,571,1,1,22639,0,399.164,-5609.77,293.237,1.4012,300,5,0,6986,0,1,0,0,0),(116535,24791,571,1,1,22639,0,428.132,-5747.55,305.286,4.4815,300,5,0,6986,0,1,0,0,0),(116536,24791,571,1,1,22639,0,415.235,-5746.1,305.411,4.4815,300,5,0,6986,0,1,0,0,0),(116537,24791,571,1,1,22639,0,485.139,-5820.83,305.232,1.038,300,5,0,6986,0,1,0,0,0),(116538,24791,571,1,1,22639,0,489.469,-5808.38,304.619,1.02739,300,5,0,6986,0,1,0,0,0),(116539,24791,571,1,1,22639,0,633.444,-6034.67,305.164,0.932375,300,5,0,6986,0,1,0,0,0),(116540,24791,571,1,1,22639,0,723.322,-5910.33,287.814,1.93731,300,0,0,6986,0,0,0,0,0),(116541,24791,571,1,1,22639,0,712.736,-5923.32,287.849,5.44543,300,0,0,6986,0,0,0,0,0),(116542,24791,571,1,1,22639,0,555.751,-6011.56,312.134,4.88692,300,0,0,6986,0,0,0,0,0),(116543,24791,571,1,1,22639,0,546.758,-6024.78,313.533,0.20944,300,0,0,6986,0,0,0,0,0),(116544,24791,571,1,1,22639,0,544.595,-6011.76,310.901,6.07375,300,0,0,6986,0,0,0,0,0),(116545,24791,571,1,1,22639,0,862.835,-5888.48,281.15,1.58653,300,5,0,6986,0,1,0,0,0),(116546,24791,571,1,1,22639,0,865.925,-5896.83,282.65,0.947482,300,5,0,6986,0,1,0,0,0),(116547,24791,571,1,1,22639,0,1014.22,-5907.25,278.432,5.94469,300,5,0,6986,0,1,0,0,0),(116548,24791,571,1,1,22639,0,1006.39,-5896.21,277.974,1.25543,300,5,0,6986,0,1,0,0,0),(116549,24791,571,1,1,22639,0,1012.17,-5904.73,278.442,6.21097,300,5,0,6986,0,1,0,0,0),(116550,24791,571,1,1,22639,0,1118.55,-6040.74,268.286,5.40281,300,5,0,6986,0,1,0,0,0),(116551,24791,571,1,1,22639,0,1116.91,-6030.09,269.531,0.717796,300,5,0,6986,0,1,0,0,0),(116552,24791,571,1,1,22639,0,1119.63,-6033.7,268.911,0.134148,300,5,0,6986,0,1,0,0,0),(116553,24791,571,1,1,22639,0,1104.13,-5981.13,274.843,3.20324,300,5,0,6986,0,1,0,0,0),(116554,24791,571,1,1,22639,0,1101.61,-5978.08,275.13,3.38018,300,5,0,6986,0,1,0,0,0),(116555,24791,571,1,1,22639,0,1400.41,-5982.83,284.31,6.05456,300,5,0,6986,0,1,0,0,0),(116556,24791,571,1,1,22639,0,1399.04,-5976.24,285.301,5.78532,300,5,0,6986,0,1,0,0,0),(116557,24791,571,1,1,22639,0,1391.49,-5834.81,284.15,0.59445,300,5,0,6986,0,1,0,0,0),(116558,24791,571,1,1,22639,0,1388.82,-5843.3,284.275,0.738155,300,5,0,6986,0,1,0,0,0),(116559,24791,571,1,1,22639,0,1311.08,-6163.37,265.653,0.645598,300,5,0,6986,0,1,0,0,0),(116560,24791,571,1,1,22639,0,1314.07,-6162.95,266.379,0.624264,300,5,0,6986,0,1,0,0,0),(116562,26570,571,1,1,26857,0,4453.47,-2009.25,162.305,3.04195,300,20,0,13419,0,1,0,0,0),(116563,26570,571,1,1,26859,0,4535.92,-2137.76,160.966,4.67762,300,20,0,13419,0,1,0,0,0),(116564,26570,571,1,1,26856,0,4560.86,-2160.79,160.966,4.83199,300,20,0,13419,0,1,0,0,0),(116565,26570,571,1,1,26856,0,4422.57,-1951.95,158.752,3.41453,300,20,0,13419,0,1,0,0,0),(116566,26570,571,1,1,26856,0,4527.19,-2166.36,161.341,3.53985,300,20,0,13419,0,1,0,0,0),(116567,26570,571,1,1,26858,0,4551.9,-2167.89,160.966,4.71096,300,20,0,13419,0,1,0,0,0),(116568,26570,571,1,1,26856,0,4543.58,-2123.59,160.948,5.28374,300,20,0,13419,0,1,0,0,0),(116569,26570,571,1,1,26857,0,4516.71,-2113.86,160.948,5.71484,300,20,0,13419,0,1,0,0,0),(116570,26570,571,1,1,26858,0,4514.89,-1988.66,160.948,3.38243,300,20,0,13419,0,1,0,0,0),(240219,35249,0,1,1,0,0,-9329.31,166.352,61.5815,1.76357,300,0,0,42,0,0,0,0,0),(240220,35249,0,1,1,0,0,-9322.06,168.47,61.6066,2.40367,300,0,0,42,0,0,0,0,0),(116574,26570,571,1,1,26859,0,4522.92,-2110.56,160.948,5.71734,300,20,0,13419,0,1,0,0,0),(116575,26570,571,1,1,26856,0,4532.74,-1950.14,160.948,0.635585,300,20,0,13419,0,1,0,0,0),(240221,35249,0,1,1,0,0,-9318.67,173.348,61.613,2.83957,300,0,0,42,0,0,0,0,0),(240222,35249,0,1,1,0,0,-9346.44,171.041,61.5582,2.74061,300,0,0,42,0,0,0,0,0),(116579,26570,571,1,1,26857,0,4547.4,-2145.82,160.966,4.54316,300,20,0,13419,0,1,0,0,0),(116580,26570,571,1,1,26857,0,4517.89,-2130.11,161.698,2.73961,300,20,0,13419,0,1,0,0,0),(45826,430,0,1,1,10789,1,-9096.31,-2380.26,123.354,3.48563,300,5,0,354,1020,1,0,0,0),(45825,446,0,1,1,609,1,-8947.99,-2335.42,132.569,4.33752,300,3,0,417,0,1,0,0,0),(45824,446,0,1,1,609,1,-8936.93,-2315.47,132.649,3.19395,300,0,0,417,0,0,0,0,0),(45823,3855,33,1,1,657,0,-194.644,2289.77,95.899,2.57587,86400,3,0,1212,912,1,0,0,0),(48244,23935,571,1,2,0,0,1037.69,-4934.4,31.8861,0.295422,300,0,0,1,0,2,0,0,0),(48243,23935,571,1,2,0,0,1068.26,-4965.24,47.5569,0.295422,300,0,0,1,0,2,0,0,0),(116602,26583,571,1,1,24443,0,4691.35,-2047.11,195.014,3.09672,300,5,0,9940,0,1,0,0,0),(116603,26839,571,1,1,24075,1,3360.67,-2222.51,119.458,0.506145,300,0,0,9940,0,0,0,0,0),(116605,30167,571,1,1,26832,0,7990.45,-1642.17,909.905,2.00713,300,0,0,12600,0,0,0,0,0),(116606,28888,571,1,1,25743,0,6233.69,-2077.63,418.465,3.82227,300,0,0,15362,0,0,0,0,0),(116607,28888,571,1,1,25743,0,6220.73,-2095.08,418.553,2.25148,300,0,0,15362,0,0,0,0,0),(116608,28888,571,1,1,25751,0,6208.59,-2094.25,418.79,0.575959,300,0,0,15362,0,0,0,0,0),(116609,28888,571,1,1,25752,0,6165.82,-1957.47,462.197,5.34071,300,0,0,15362,0,0,0,0,0),(116610,28888,571,1,1,25752,0,6206.7,-1965.93,462.176,4.06662,300,0,0,15362,0,0,0,0,0),(116611,28888,571,1,1,25743,0,6112.26,-2025.21,462.336,0.698132,300,0,0,15362,0,0,0,0,0),(116612,28888,571,1,1,25751,0,6143.37,-2069.56,462.357,0.802851,300,0,0,15362,0,0,0,0,0),(116613,28888,571,1,1,25751,0,6179.41,-2084.84,462.19,1.95477,300,0,0,15362,0,0,0,0,0),(116614,26584,571,1,1,23921,0,3845.22,-4533.42,209.638,6.03884,300,0,0,10635,3561,0,0,0,0),(116615,28376,571,1,1,25345,1,6453.86,5084.78,-64.0947,3.10669,300,0,0,11379,0,0,0,0,0),(116616,32728,571,1,1,28166,0,5812.81,793.139,632.67,0.10472,300,0,0,10080,8814,0,0,0,0),(116617,32216,571,1,1,27822,1,5833.84,570.092,652.045,2.56563,300,0,0,10635,0,0,0,0,0),(116618,24280,571,1,1,21762,0,942.992,-4465.94,151.666,0.645772,300,0,0,9291,0,0,0,0,0),(116619,25816,571,1,1,23402,0,2223.27,5321.96,10.6578,5.07891,300,0,0,27873,0,0,0,0,0),(88700,30298,631,15,1,0,0,4419,2793.13,299.129,3.90954,7200,0,0,1,0,0,0,0,0),(88699,30298,631,15,1,0,0,4407.25,2820.14,299.133,3.90954,7200,0,0,1,0,0,0,0,0),(88698,30298,631,15,1,0,0,4406.59,2719.76,299.133,2.44346,7200,0,0,1,0,0,0,0,0),(88697,30298,631,15,1,0,0,4393.96,2833.47,299.137,3.90954,7200,0,0,1,0,0,0,0,0),(88696,30298,631,15,1,0,0,4380.64,2849.59,307.143,6.26573,7200,0,0,1,0,0,0,0,0),(88695,30298,631,15,1,0,0,4418.31,2748,310.81,4.79965,7200,0,0,1,0,0,0,0,0),(88694,30298,631,15,1,0,0,4405.7,2806.46,299.125,3.90954,7200,0,0,1,0,0,0,0,0),(88693,30298,631,15,1,0,0,4371.88,2693.61,299.147,2.44346,7200,0,0,1,0,0,0,0,0),(88692,30298,631,15,1,0,0,4381.03,2705.13,299.129,2.44346,7200,0,0,1,0,0,0,0,0),(88691,30298,631,15,1,0,0,4406.69,2784.46,299.138,3.90954,7200,0,0,1,0,0,0,0,0),(88690,30298,631,15,1,0,0,4392.82,2719.81,299.125,2.44346,7200,0,0,1,0,0,0,0,0),(88689,30298,631,15,1,0,0,4337.71,2850.43,299.147,5.5676,7200,0,0,1,0,0,0,0,0),(88688,30298,631,15,1,0,0,4380.47,2834.89,310.81,6.26573,7200,0,0,1,0,0,0,0,0),(88687,30298,631,15,1,0,0,4396.24,2794.81,299.133,3.90954,7200,0,0,1,0,0,0,0,0),(88686,30298,631,15,1,0,0,4322.01,2847.07,299.138,5.5676,7200,0,0,1,0,0,0,0,0),(88685,30298,631,15,1,0,0,4392,2742.61,299.144,2.44346,7200,0,0,1,0,0,0,0,0),(88684,30298,631,15,1,0,0,4336.76,2689.31,307.143,3.1765,7200,0,0,1,0,0,0,0,0),(88683,30298,631,15,1,0,0,4389.7,2694.65,299.138,2.44346,7200,0,0,1,0,0,0,0,0),(88682,30298,631,15,1,0,0,4382.94,2808.14,299.144,3.90954,7200,0,0,1,0,0,0,0,0),(88681,30298,631,15,1,0,0,4399.57,2746.28,312.675,4.79965,7200,0,0,1,0,0,0,0,0),(88680,30298,631,15,1,0,0,4371.06,2716.41,299.138,2.44346,7200,0,0,1,0,0,0,0,0),(88679,30298,631,15,1,0,0,4380.21,2727.93,299.133,2.44346,7200,0,0,1,0,0,0,0,0),(88678,30298,631,15,1,0,0,4429.44,2782.78,299.147,3.90954,7200,0,0,1,0,0,0,0,0),(88677,30298,631,15,1,0,0,4418.38,2734.44,299.137,2.44346,7200,0,0,1,0,0,0,0,0),(88676,30298,631,15,1,0,0,4330.58,2836.51,299.129,5.5676,7200,0,0,1,0,0,0,0,0),(88675,30298,631,15,1,0,0,4380.12,2816.07,312.675,6.26573,7200,0,0,1,0,0,0,0,0),(88674,30298,631,15,1,0,0,4322.5,2704.59,299.137,0.820304,7200,0,0,1,0,0,0,0,0),(88673,30298,631,15,1,0,0,4340.45,2825.15,299.138,5.5676,7200,0,0,1,0,0,0,0,0),(88672,30298,631,15,1,0,0,4432.95,2749.44,307.143,4.79965,7200,0,0,1,0,0,0,0,0),(116656,27229,571,1,1,0,1,2717.96,-852.049,-17.8108,4.97392,300,0,0,89460,0,2,0,0,0),(88671,30298,631,15,1,0,0,4430.37,2800.6,299.138,3.90954,7200,0,0,1,0,0,0,0,0),(116658,29656,571,1,1,24181,0,5032.54,-2373.13,245.515,4.33188,300,5,0,10635,3561,1,0,0,0),(116659,29656,571,1,1,24181,0,5032.25,-2257.52,243.657,2.03529,300,0,0,10635,3561,0,0,0,0),(116660,29656,571,1,1,24181,0,4891.53,-2268.81,244.724,4.35019,300,5,0,10635,3561,1,0,0,0),(116661,29656,571,1,1,24181,0,4955.75,-2304.5,244.053,4.01801,300,0,0,10635,3561,0,0,0,0),(116662,29656,571,1,1,24181,0,4840.23,-2278.54,248.335,-0.57865,300,0,0,10635,3561,0,0,0,0),(116663,29656,571,1,1,24181,0,5025.41,-2255.53,244.896,0.506722,300,0,0,10635,3561,0,0,0,0),(116664,29656,571,1,1,24181,0,4931.04,-2254.05,245.393,1.6467,300,5,0,10635,3561,1,0,0,0),(116665,29656,571,1,1,24181,0,4927.29,-2380.18,237.775,6.13772,300,5,0,10635,3561,1,0,0,0),(116666,29656,571,1,1,24181,0,5018.18,-2243.82,245.999,1.76988,300,5,0,10635,3561,1,0,0,0),(116667,26585,571,1,1,25279,0,3758.19,1556.43,87.3155,1.8675,300,0,0,10635,0,0,0,0,0),(116668,29657,571,1,1,26413,1,5957.27,566.493,660.57,4.27606,300,0,0,8508,7981,0,0,0,0),(116669,32729,571,1,1,28167,0,5799.18,690.296,619.113,3.76991,300,0,0,10080,8814,0,0,0,0),(116673,25817,571,1,1,23403,0,3941.06,5097.72,-0.32879,2.90445,300,5,0,1996,0,1,0,0,0),(116674,25817,571,1,1,23403,0,3943.85,5096.15,0.012398,3.47102,300,5,0,1996,0,1,0,0,0),(116675,25817,571,1,1,23403,0,3952.98,5145.36,-0.394099,3.87776,300,5,0,1996,0,1,0,0,0),(116676,25817,571,1,1,23403,0,3953.81,5148.39,-0.394099,3.9082,300,5,0,1996,0,1,0,0,0),(116677,25817,571,1,1,23403,0,3986.08,5133.88,-0.385003,3.81013,300,5,0,1996,0,1,0,0,0),(116678,25817,571,1,1,23403,0,3989.56,5137.18,-0.385002,2.54126,300,5,0,1996,0,1,0,0,0),(116688,25817,571,1,1,23403,0,3824.16,4993.12,-0.384994,0.477322,300,5,0,1996,0,1,0,0,0),(116689,25817,571,1,1,23403,0,3823.71,4990.95,-0.384994,0.15198,300,5,0,1996,0,1,0,0,0),(116690,25817,571,1,1,23403,0,3826.95,4987.92,-0.384994,0.557294,300,5,0,1996,0,1,0,0,0),(116691,25817,571,1,1,23403,0,3825.15,4987.63,-0.384994,0.52362,300,5,0,1996,0,1,0,0,0),(116692,25817,571,1,1,23403,0,3823.47,5114.48,-0.384994,1.56766,300,5,0,1996,0,1,0,0,0),(116693,25817,571,1,1,23403,0,3818.58,5119.76,-0.384994,0.667626,300,5,0,1996,0,1,0,0,0),(116694,25817,571,1,1,23403,0,3816.56,5115.27,-0.384994,0.812536,300,5,0,1996,0,1,0,0,0),(116695,25817,571,1,1,23403,0,3819.92,5115.04,-0.384994,0.579071,300,5,0,1996,0,1,0,0,0),(116698,24537,571,1,1,25916,0,-117.444,-3550.41,3.81863,0.122173,300,0,0,8982,0,0,0,0,0),(42162,24023,571,1,1,0,1,2855.37,-3869.66,248.613,2.18166,150,0,0,9291,3231,0,0,0,0),(132090,31285,571,1,2,0,0,4777.13,1381.84,183.996,4.85202,120,0,0,1,0,0,0,0,0),(132089,31285,571,1,2,0,0,4806.54,1410.77,193.04,2.21657,120,0,0,1,0,0,0,0,0),(116705,25817,571,1,1,23403,0,3849.73,5055.68,-0.384999,2.94732,300,5,0,1996,0,1,0,0,0),(116706,25817,571,1,1,23403,0,3913.03,5091.38,-0.493793,2.48062,300,5,0,1996,0,1,0,0,0),(116707,25817,571,1,1,23403,0,3913.68,5094.23,-0.493793,2.43868,300,5,0,1996,0,1,0,0,0),(116708,25817,571,1,1,23403,0,3915.01,5092.77,-0.493793,2.61189,300,5,0,1996,0,1,0,0,0),(116709,25817,571,1,1,23403,0,3911.6,5092.41,-0.493793,2.64638,300,5,0,1996,0,1,0,0,0),(116711,25817,571,1,1,23403,0,3944.82,5100.7,-0.221674,6.00429,300,5,0,1996,0,1,0,0,0),(116712,25817,571,1,1,23403,0,3943.2,5099.7,-0.362602,0.913289,300,5,0,1996,0,1,0,0,0),(116713,25817,571,1,1,23403,0,3937.95,5100.09,-0.388913,2.18005,300,5,0,1996,0,1,0,0,0),(116714,25817,571,1,1,23403,0,3954.76,5147.98,-0.394099,3.88926,300,5,0,1996,0,1,0,0,0),(116715,25817,571,1,1,23403,0,3956.47,5141.98,-0.3941,3.73749,300,5,0,1996,0,1,0,0,0),(116716,25817,571,1,1,23403,0,3866.62,5084.66,-0.385,4.12982,300,5,0,1996,0,1,0,0,0),(116717,25817,571,1,1,23403,0,3864.53,5081.62,-0.385001,4.20355,300,5,0,1996,0,1,0,0,0),(116719,25817,571,1,1,23403,0,3865.87,5085.59,-0.385001,4.43035,300,5,0,1996,0,1,0,0,0),(116720,25817,571,1,1,23403,0,3855.52,5055.77,-0.384999,1.0985,300,5,0,1996,0,1,0,0,0),(116721,25817,571,1,1,23403,0,3853.73,5056.21,-0.384999,1.60477,300,5,0,1996,0,1,0,0,0),(116722,25817,571,1,1,23403,0,3854.2,5057.17,-0.384999,4.7577,300,5,0,1996,0,1,0,0,0),(116723,25817,571,1,1,23403,0,3604.72,5001.84,-0.385736,1.59842,300,5,0,1996,0,1,0,0,0),(116724,25817,571,1,1,23403,0,3611.36,5004.71,-0.385024,4.23027,300,5,0,1996,0,1,0,0,0),(116725,25817,571,1,1,23403,0,3606.28,5000.22,-0.391542,5.60141,300,5,0,1996,0,1,0,0,0),(116726,25817,571,1,1,23403,0,3602.63,4994.33,-0.398038,0.362505,300,5,0,1996,0,1,0,0,0),(116727,25817,571,1,1,23403,0,3691.89,5001.87,-0.503327,0.952245,300,5,0,1996,0,1,0,0,0),(116728,25817,571,1,1,23403,0,3691.93,5004.92,-0.503327,6.15141,300,5,0,1996,0,1,0,0,0),(116729,25817,571,1,1,23403,0,3695.71,5001.37,-0.439698,0.593121,300,5,0,1996,0,1,0,0,0),(116730,25817,571,1,1,23403,0,3693.48,5000.42,-0.493195,0.719451,300,5,0,1996,0,1,0,0,0),(116731,25817,571,1,1,23403,0,3654.27,4968.56,-0.668396,4.16949,300,5,0,1996,0,1,0,0,0),(116732,25817,571,1,1,23403,0,3661.55,4966.44,-0.45457,3.60508,300,5,0,1996,0,1,0,0,0),(116733,25817,571,1,1,23403,0,3653.33,4963.54,-0.628292,3.75324,300,5,0,1996,0,1,0,0,0),(116734,25817,571,1,1,23403,0,3658.18,4966.17,-0.448569,3.74682,300,5,0,1996,0,1,0,0,0),(116735,25817,571,1,1,23403,0,3916.15,5132.76,-0.405988,5.15013,300,5,0,1996,0,1,0,0,0),(116736,25817,571,1,1,23403,0,3919.89,5134.97,-0.401799,5.05832,300,5,0,1996,0,1,0,0,0),(116737,25817,571,1,1,23403,0,3914.33,5131.49,-0.384999,0.237634,300,5,0,1996,0,1,0,0,0),(116738,25817,571,1,1,23403,0,3916.53,5134.14,-0.399993,5.6894,300,5,0,1996,0,1,0,0,0),(116739,25817,571,1,1,23403,0,3949.19,5147.24,-0.394099,3.9398,300,5,0,1996,0,1,0,0,0),(116740,25817,571,1,1,23403,0,3802.34,5034.85,-0.384994,3.22982,300,5,0,1996,0,1,0,0,0),(116741,25817,571,1,1,23403,0,3797.52,5031.39,-0.384994,0.638347,300,5,0,1996,0,1,0,0,0),(116742,25817,571,1,1,23403,0,3796.74,5034.06,-0.384994,1.41345,300,5,0,1996,0,1,0,0,0),(116743,25817,571,1,1,23403,0,3794.23,5032.9,-0.384994,2.04677,300,5,0,1996,0,1,0,0,0),(116744,25817,571,1,1,23403,0,3885.61,5282.8,13.1236,3.09679,300,5,0,1996,0,1,0,0,0),(116745,25817,571,1,1,23403,0,3886.61,5283.8,13.1236,3.86655,300,5,0,1996,0,1,0,0,0),(116746,25817,571,1,1,23403,0,3885.87,5279.34,13.1236,0.684617,300,5,0,1996,0,1,0,0,0),(116747,25817,571,1,1,23403,0,3884.77,5280.52,13.1236,2.26901,300,5,0,1996,0,1,0,0,0),(116748,25817,571,1,1,23403,0,3950.54,5248.29,13.1236,3.36848,300,5,0,1996,0,1,0,0,0),(116749,25817,571,1,1,23403,0,3951.54,5249.29,13.1236,3.4383,300,5,0,1996,0,1,0,0,0),(116750,25817,571,1,1,23403,0,3949.55,5245.24,13.1236,3.01942,300,5,0,1996,0,1,0,0,0),(116751,25817,571,1,1,23403,0,3950.78,5243.84,13.1236,2.87979,300,5,0,1996,0,1,0,0,0),(116752,25817,571,1,1,23403,0,3884.91,5192.37,14.1127,0.743011,300,5,0,1996,0,1,0,0,0),(116753,25817,571,1,1,23403,0,3887.53,5190.3,14.1127,0.913711,300,5,0,1996,0,1,0,0,0),(116754,25817,571,1,1,23403,0,3881.93,5194.53,14.1127,1.00721,300,5,0,1996,0,1,0,0,0),(116756,25817,571,1,1,23403,0,3990.32,5134.46,-0.385002,4.06265,300,5,0,1996,0,1,0,0,0),(116757,25817,571,1,1,23403,0,3991.68,5135.88,-0.385002,1.44651,300,5,0,1996,0,1,0,0,0),(116759,25817,571,1,1,23403,0,3987.61,5134.29,-0.385002,3.34204,300,5,0,1996,0,1,0,0,0),(116760,25306,571,1,1,23068,1,2175.67,5196.11,50.0646,2.14675,300,0,0,7984,0,0,0,0,0),(116761,29914,571,1,7,27092,0,7363.66,-3078.82,837.535,0.593412,300,0,0,50400,0,0,0,0,0),(116762,29914,571,1,7,27092,0,7444.17,-3097.28,837.535,5.51524,300,0,0,50400,0,0,0,0,0),(116763,29914,571,1,7,27092,0,7274.47,-3083.82,837.535,1.69297,300,0,0,50400,0,0,0,0,0),(116764,32730,571,1,1,28168,0,5779.07,531.86,641.643,5.49779,300,0,0,10080,8814,0,0,0,0),(116765,24538,571,1,1,17188,0,1071.78,-5037.6,53.0557,4.59022,300,5,0,89820,0,1,0,0,0),(116766,30170,571,1,1,24121,0,8320.12,-562.294,982.088,3.68265,300,0,0,11770,3809,0,0,0,0),(116767,30170,571,1,1,24109,0,8305.6,-541.046,982.088,4.2586,300,0,0,11770,3809,0,0,0,0),(116768,23770,571,1,1,21889,1,1351.14,-3451.95,176.313,5.14872,300,0,0,9291,0,0,0,0,0),(116769,25306,571,1,1,23068,1,2330.92,5307.95,50.716,6.17846,300,0,0,7984,0,0,0,0,0),(116770,25306,571,1,1,23068,1,2205.9,5328.66,21.6167,1.11701,300,0,0,7984,0,0,0,0,0),(116771,29658,571,1,1,26412,0,1449.52,-3308.64,168.919,2.53073,300,0,0,8982,0,0,0,0,0),(116772,27610,571,1,1,15903,0,2983.93,4070.59,28.3567,1.13446,300,0,0,7984,0,0,0,0,0),(116773,30170,571,1,1,24121,0,8310.56,-513.329,982.088,1.50098,300,0,0,11770,3809,0,0,0,0),(116774,29146,571,1,1,25376,1,5292.87,4510.35,-90.6748,3.9968,300,0,0,117700,3809,0,0,0,0),(116775,30170,571,1,1,24103,0,8340.34,-553.603,982.088,0.418879,300,0,0,11770,3809,0,0,0,0),(116776,25306,571,1,1,23068,1,2292.02,5302.89,11.4517,0.349066,300,0,0,7984,0,0,0,0,0),(116777,25306,571,1,1,23068,1,2256.92,5361,2.09429,6.17846,300,0,0,7984,0,0,0,0,0),(116778,29402,571,1,1,27235,0,6343.08,-834.284,406.737,5.07891,300,5,0,11379,0,1,0,0,0),(116779,28378,571,1,1,26713,0,6462.64,4798.01,-38.2898,5.14058,300,10,0,11001,3643,1,0,0,0),(116780,28378,571,1,1,26713,0,6545.8,4775.77,-23.5739,1.64974,300,10,0,11001,3643,1,0,0,0),(116781,28378,571,1,1,26713,0,6413.92,4766.97,-53.7231,4.75404,300,10,0,11001,3643,1,0,0,0),(116782,28378,571,1,1,26713,0,6423.59,4801.75,-73.1588,5.34427,300,10,0,11001,3643,1,0,0,0),(116783,28378,571,1,1,26713,0,6388.88,4828.13,-77.2423,0.000861,300,0,0,11001,3643,0,0,0,0),(116784,28378,571,1,1,26713,0,6587.44,4921.66,-43.5939,4.73755,300,0,0,11001,3643,0,0,0,0),(116785,28378,571,1,1,26713,0,6432.62,4951.51,-40.5353,2.21361,300,10,0,11001,3643,1,0,0,0),(116786,28378,571,1,1,26713,0,6468.02,4851.96,-63.2193,0.204634,300,0,0,11001,3643,0,0,0,0),(116787,28378,571,1,1,26713,0,6461.71,4999.4,-41.1412,2.14405,300,10,0,11001,3643,1,0,0,0),(116788,28378,571,1,1,26713,0,6442.19,4769.26,-71.8649,1.72262,300,10,0,11001,3643,1,0,0,0),(116789,28378,571,1,1,26713,0,6611.32,4782.69,-20,5.78162,300,10,0,11001,3643,1,0,0,0),(116790,28378,571,1,1,26713,0,6420.57,4898.15,-51,4.51751,300,10,0,11001,3643,1,0,0,0),(116791,28378,571,1,1,26713,0,6596.85,4957.9,-38.3574,-2.86812,300,10,0,11001,3643,1,0,0,0),(116792,28378,571,1,1,26713,0,6536.72,4865.49,-28.619,5.73036,300,10,0,11001,3643,1,0,0,0),(116793,28378,571,1,1,26713,0,6593,4804.33,-30,0.87305,300,10,0,11001,3643,1,0,0,0),(116794,24026,571,1,1,22003,0,1681.99,-3367.29,150.472,3.00052,300,5,0,8982,0,1,0,0,0),(116795,24026,571,1,1,22003,0,2164.02,-3784.15,206.78,5.72552,300,5,0,8982,0,1,0,0,0),(116796,24026,571,1,1,22003,0,1751.39,-3801.22,147.279,1.53761,300,5,0,8982,0,1,0,0,0),(116797,24026,571,1,1,22003,0,2650.65,-2960,88.5694,1.14999,300,5,0,8982,0,1,0,0,0),(116798,24026,571,1,1,22003,0,1861.07,-3401.02,139.707,4.93647,300,5,0,8982,0,1,0,0,0),(116799,24026,571,1,1,22003,0,1819.88,-3652.63,155.77,5.92076,300,5,0,8982,0,1,0,0,0),(116800,24026,571,1,1,22003,0,2241.32,-3474.61,155.753,4.92376,300,5,0,8982,0,1,0,0,0),(116801,24026,571,1,1,22003,0,1832.38,-3238.04,145.58,2.48637,300,5,0,8982,0,1,0,0,0),(116802,24026,571,1,1,22003,0,1820.82,-3399.61,140.298,1.8142,300,5,0,8982,0,1,0,0,0),(116803,24026,571,1,1,22003,0,1915.62,-3683.33,159.552,0,300,5,0,8982,0,1,0,0,0),(116804,24026,571,1,1,22003,0,2067.49,-3612.8,161.88,5.03563,300,5,0,8982,0,1,0,0,0),(116805,24026,571,1,1,22003,0,1812.72,-3276.62,143.88,0.117451,300,5,0,8982,0,1,0,0,0),(116806,24026,571,1,1,22003,0,2029.51,-3661.05,167.022,3.39036,300,5,0,8982,0,1,0,0,0),(116807,24026,571,1,1,22003,0,1879.33,-3442.47,139.092,4.48548,300,5,0,8982,0,1,0,0,0),(116808,24026,571,1,1,22003,0,2232.89,-3750.35,209.848,6.2578,300,5,0,8982,0,1,0,0,0),(116809,24026,571,1,1,22003,0,2269.52,-3704.27,202.833,0.091897,300,5,0,8982,0,1,0,0,0),(116810,24026,571,1,1,22003,0,2244.43,-3711.86,198.655,2.0834,300,5,0,8982,0,1,0,0,0),(116811,24026,571,1,1,22003,0,2892.51,-3007.12,86.7684,3.27658,300,5,0,8982,0,1,0,0,0),(116812,24026,571,1,1,22003,0,2452.13,-2909.84,105.13,4.97189,300,5,0,8982,0,1,0,0,0),(116813,24026,571,1,1,22003,0,1904.95,-3528.6,142.579,1.40019,300,5,0,8982,0,1,0,0,0),(116814,24026,571,1,1,22003,0,1797.14,-3823.41,152.644,0.442235,300,5,0,8982,0,1,0,0,0),(116815,24026,571,1,1,22003,0,1786.64,-3714.06,150.66,2.99387,300,5,0,8982,0,1,0,0,0),(116816,24026,571,1,1,22003,0,1854.29,-3762.43,157.118,1.80919,300,5,0,8982,0,1,0,0,0),(116817,24026,571,1,1,22003,0,1821.49,-3723.89,152.584,3.12148,300,5,0,8982,0,1,0,0,0),(116818,24026,571,1,1,22003,0,1918.45,-3741.49,160.172,5.5932,300,5,0,8982,0,1,0,0,0),(116819,24026,571,1,1,22003,0,1980.65,-3785.1,173.458,5.34795,300,5,0,8982,0,1,0,0,0),(116820,24026,571,1,1,22003,0,1954.71,-3802.43,171.822,1.70909,300,5,0,8982,0,1,0,0,0),(116821,24026,571,1,1,22003,0,2054.84,-3852.45,197.595,4.31775,300,5,0,8982,0,1,0,0,0),(116822,24026,571,1,1,22003,0,2959.72,-3180.76,144.924,1.4445,300,5,0,8982,0,1,0,0,0),(116823,24026,571,1,1,22003,0,2034.99,-3765.54,186.8,4.45776,300,5,0,8982,0,1,0,0,0),(116824,24026,571,1,1,22003,0,1755.84,-3897.68,167.286,4.37922,300,5,0,8982,0,1,0,0,0),(116825,24026,571,1,1,22003,0,2622.18,-2839.35,70.6944,5.5116,300,5,0,8982,0,1,0,0,0),(116826,24026,571,1,1,22003,0,1814.53,-3376.15,140.716,5.6518,300,5,0,8982,0,1,0,0,0),(116827,24026,571,1,1,22003,0,1812.44,-3562.51,154.128,1.47093,300,5,0,8982,0,1,0,0,0),(116828,24026,571,1,1,22003,0,1806.07,-3507.3,144.483,5.53681,300,5,0,8982,0,1,0,0,0),(116829,24026,571,1,1,22003,0,2559.71,-2852.03,81.6057,0.317737,300,5,0,8982,0,1,0,0,0),(116830,24026,571,1,1,22003,0,1753.07,-3763.53,148.49,4.38724,300,5,0,8982,0,1,0,0,0),(116831,24026,571,1,1,22003,0,2184.25,-3483.05,151.027,3.43753,300,5,0,8982,0,1,0,0,0),(116832,24026,571,1,1,22003,0,2256.3,-3506.34,155.106,3.15199,300,5,0,8982,0,1,0,0,0),(116833,24026,571,1,1,22003,0,1884.18,-3690.58,153.412,4.01415,300,5,0,8982,0,1,0,0,0),(116834,24026,571,1,1,22003,0,2186.99,-3174,142.372,1.6794,300,5,0,8982,0,1,0,0,0),(116835,24026,571,1,1,22003,0,1773.36,-3221.93,155.609,0.446604,300,5,0,8982,0,1,0,0,0),(116836,24026,571,1,1,22003,0,1814.42,-3184.29,156.421,5.73422,300,5,0,8982,0,1,0,0,0),(116837,24026,571,1,1,22003,0,1797.1,-3154.02,155.032,0.007812,300,5,0,8982,0,1,0,0,0),(116838,24026,571,1,1,22003,0,1945.98,-3021.54,147.079,1.90608,300,5,0,8982,0,1,0,0,0),(116839,24026,571,1,1,22003,0,1732.31,-3691.96,152.475,3.25117,300,5,0,8982,0,1,0,0,0),(116840,24026,571,1,1,22003,0,2265.19,-3646.19,181.002,0.141069,300,5,0,8982,0,1,0,0,0),(116841,24026,571,1,1,22003,0,2312.47,-2967.05,130.985,4.90289,300,5,0,8982,0,1,0,0,0),(116842,24026,571,1,1,22003,0,1873.25,-3478.8,141.679,0.192607,300,5,0,8982,0,1,0,0,0),(116843,24026,571,1,1,22003,0,2066.37,-3647.65,167.623,4.85636,300,5,0,8982,0,1,0,0,0),(116844,24026,571,1,1,22003,0,1968.48,-3543.82,147.595,3.11602,300,5,0,8982,0,1,0,0,0),(116845,24026,571,1,1,22003,0,1946.65,-3487.15,140.451,1.47949,300,5,0,8982,0,1,0,0,0),(116846,24026,571,1,1,22003,0,1802.15,-3318.26,142.436,6.24361,300,5,0,8982,0,1,0,0,0),(116847,25306,571,1,1,23068,1,2237.46,5366.45,2.10174,2.00713,300,0,0,7984,0,0,0,0,0),(116848,24026,571,1,1,22003,0,2506.58,-2905.28,99.1117,4.85442,300,5,0,8982,0,1,0,0,0),(116849,24026,571,1,1,22003,0,2753.16,-3007.1,91.7969,0.256579,300,5,0,8982,0,1,0,0,0),(116850,24026,571,1,1,22003,0,2830.23,-3004.78,84.7855,5.21797,300,5,0,8982,0,1,0,0,0),(116851,24026,571,1,1,22003,0,2910.21,-3086.4,90.2134,2.60135,300,5,0,8982,0,1,0,0,0),(116852,24026,571,1,1,22003,0,2915.16,-3073.88,89.8153,3.2296,300,5,0,8982,0,1,0,0,0),(116853,24026,571,1,1,22003,0,1795.95,-3222.87,156.095,6.19712,300,5,0,8982,0,1,0,0,0),(116854,24026,571,1,1,22003,0,1913.5,-3087.32,148.936,2.99652,300,5,0,8982,0,1,0,0,0),(116855,24026,571,1,1,22003,0,2107.77,-3106.83,142.385,1.38029,300,5,0,8982,0,1,0,0,0),(116856,24026,571,1,1,22003,0,2367.95,-3002.04,134.821,4.18102,300,5,0,8982,0,1,0,0,0),(116857,24026,571,1,1,22003,0,2429.78,-2936.06,115.543,6.15436,300,5,0,8982,0,1,0,0,0),(116858,24026,571,1,1,22003,0,2793.68,-3058.51,99.6126,4.94083,300,5,0,8982,0,1,0,0,0),(116859,24026,571,1,1,22003,0,2854.68,-3037,84.2824,5.36958,300,5,0,8982,0,1,0,0,0),(116860,24026,571,1,1,22003,0,2033.71,-3111.11,143.763,4.9389,300,5,0,8982,0,1,0,0,0),(116861,24026,571,1,1,22003,0,2043.25,-3072.21,139.935,6.00837,300,5,0,8982,0,1,0,0,0),(116862,24026,571,1,1,22003,0,2109.73,-3040.98,140.899,2.35619,300,5,0,8982,0,1,0,0,0),(116863,24026,571,1,1,22003,0,2184.61,-3131.51,139.903,5.06933,300,5,0,8982,0,1,0,0,0),(116864,24026,571,1,1,22003,0,1875.66,-3016.55,145.69,1.00661,300,5,0,8982,0,1,0,0,0),(116865,24026,571,1,1,22003,0,2976.14,-3068.03,106.782,0.884484,300,5,0,8982,0,1,0,0,0),(116866,24026,571,1,1,22003,0,2733.62,-2980.52,86.1513,3.47785,300,5,0,8982,0,1,0,0,0),(116867,24026,571,1,1,22003,0,2645.75,-2922.79,82.1357,0.240713,300,5,0,8982,0,1,0,0,0),(116868,24026,571,1,1,22003,0,1928.9,-3041.1,146.011,5.05906,300,5,0,8982,0,1,0,0,0),(116869,24026,571,1,1,22003,0,2287.05,-3032.68,136.785,1.69563,300,5,0,8982,0,1,0,0,0),(116870,24026,571,1,1,22003,0,2219.68,-3102.81,133.422,2.3781,300,5,0,8982,0,1,0,0,0),(116871,24026,571,1,1,22003,0,2253.74,-3026.14,135.811,2.79699,300,5,0,8982,0,1,0,0,0),(116872,24026,571,1,1,22003,0,2163.01,-3047.92,140.485,3.14152,300,5,0,8982,0,1,0,0,0),(116873,24026,571,1,1,22003,0,2235,-3163.57,142.58,0.11357,300,5,0,8982,0,1,0,0,0),(116874,24026,571,1,1,22003,0,2242.47,-2987.34,137.017,3.66074,300,5,0,8982,0,1,0,0,0),(116875,24026,571,1,1,22003,0,2178.88,-3040.53,139.437,1.59325,300,5,0,8982,0,1,0,0,0),(116876,24026,571,1,1,22003,0,2861.39,-3161.83,124.029,1.93731,300,0,0,8982,0,0,0,0,0),(116877,24026,571,1,1,22003,0,2872.79,-3150.19,120.92,3.59432,300,5,0,8982,0,1,0,0,0),(116878,24026,571,1,1,22003,0,2873.32,-3166.52,124.455,5.25344,300,0,0,8982,0,0,0,0,0),(116879,24026,571,1,1,22003,0,2876.45,-3155.61,123.14,2.09439,300,0,0,8982,0,0,0,0,0),(116880,24026,571,1,1,22003,0,2844.81,-3101.01,95.1643,1.88884,300,5,0,8982,0,1,0,0,0),(116881,24026,571,1,1,22003,0,2129.15,-3022.25,140.106,3.10639,300,5,0,8982,0,1,0,0,0),(116882,24026,571,1,1,22003,0,1963.08,-3091.43,149.265,5.76365,300,5,0,8982,0,1,0,0,0),(116883,24026,571,1,1,22003,0,1955.77,-3041.21,146.879,5.00572,300,5,0,8982,0,1,0,0,0),(116884,24026,571,1,1,22003,0,2262.64,-3033.6,137.185,5.75638,300,5,0,8982,0,1,0,0,0),(116885,24026,571,1,1,22003,0,2823.83,-3103.28,104.097,1.51606,300,5,0,8982,0,1,0,0,0),(116886,24026,571,1,1,22003,0,2733.68,-3077.72,107.075,2.80718,300,5,0,8982,0,1,0,0,0),(116887,27354,571,1,1,26612,0,4043.22,-2864.14,276.691,2.6529,300,0,0,11052,0,0,0,0,0),(116888,27354,571,1,1,26612,0,4016.68,-2848.09,277.805,2.30383,300,0,0,11052,0,0,0,0,0),(116889,29402,571,1,1,27235,0,6474.46,-1356.83,477.473,6.17167,300,5,0,11379,0,1,0,0,0),(116890,29402,571,1,1,27235,0,6412.37,-1332.92,445.096,1.8224,300,5,0,11379,0,1,0,0,0),(116891,29402,571,1,1,27235,0,6246.41,-861.531,407.368,1.84171,300,0,0,11379,0,0,0,0,0),(116892,29402,571,1,1,27235,0,6245.82,-854.105,407.257,1.11232,300,0,0,11379,0,0,0,0,0),(116894,29402,571,1,1,27235,0,6247.54,-854.655,407.165,1.41573,300,0,0,11379,0,0,0,0,0),(116895,29402,571,1,1,27235,0,6249.38,-851.405,407.126,1.61281,300,0,0,11379,0,0,0,0,0),(116896,29402,571,1,1,27235,0,6148.54,-559.724,399.022,2.20297,300,5,0,11379,0,1,0,0,0),(116897,29402,571,1,1,27235,0,6144.29,-476.171,407.266,2.21999,300,5,0,11379,0,1,0,0,0),(116898,29402,571,1,1,27235,0,6215.49,-555.78,416.022,5.26758,300,5,0,11379,0,1,0,0,0),(116899,29402,571,1,1,27235,0,6077.35,-496.595,383.32,4.97055,300,5,0,11379,0,1,0,0,0),(116900,29402,571,1,1,27235,0,6178.82,-682.415,400.493,0.182648,300,5,0,11379,0,1,0,0,0),(116901,29402,571,1,1,27235,0,6027.65,-545.345,355.599,6.18342,300,5,0,11379,0,1,0,0,0),(116902,29402,571,1,1,27235,0,6151.94,-762.382,393.63,4.94979,300,5,0,11379,0,1,0,0,0),(116903,29402,571,1,1,27235,0,6224.92,-806.018,406.297,3.77025,300,5,0,11379,0,1,0,0,0),(116904,29402,571,1,1,27235,0,6268.59,-1462.99,425.535,1.69269,300,5,0,11379,0,1,0,0,0),(116905,29402,571,1,1,27235,0,6185.97,-1546.5,407.793,1.309,300,0,0,11379,0,0,0,0,0),(116906,29402,571,1,1,27235,0,6241.79,-1525.57,416.929,5.56078,300,5,0,11379,0,1,0,0,0),(116907,29402,571,1,1,27235,0,6372.15,-1193.45,426.503,1.82335,300,5,0,11379,0,1,0,0,0),(116908,29402,571,1,1,27235,0,6383.06,-1225.99,427.648,2.42737,300,5,0,11379,0,1,0,0,0),(116909,29402,571,1,1,27235,0,6390.36,-1228.44,429.182,2.43148,300,5,0,11379,0,1,0,0,0),(116910,29402,571,1,1,27235,0,6397.13,-1224.94,430.631,2.43478,300,5,0,11379,0,1,0,0,0),(116911,29402,571,1,1,27235,0,6380.6,-1197.81,426.033,1.83493,300,5,0,11379,0,1,0,0,0),(116912,24795,571,1,1,26699,0,3571.12,5957.59,136.303,0.331613,300,0,0,151200,31952,0,0,0,0),(116913,32731,571,1,1,28169,0,5796.89,689.152,619.115,0.279253,300,0,0,10080,8814,0,0,0,0),(116914,28379,571,1,1,26423,0,6554.22,4679.24,-51.0068,1.68232,300,5,0,11001,0,1,0,0,0),(116915,24283,571,1,1,22246,1,1439.24,-3258.39,167.384,0.872665,300,0,0,8982,0,0,0,0,0),(116916,28379,571,1,1,26423,0,6619.28,4691.87,-19.5997,1.67552,300,5,0,11001,0,1,0,0,0),(116917,28379,571,1,1,26423,0,6572.7,4613.12,-53.8981,4.57641,300,5,0,11001,0,1,0,0,0),(116918,24027,571,1,1,10699,0,1541.28,-5697.27,250.059,1.65806,300,0,0,26946,0,0,0,0,0),(116919,25307,571,1,1,23073,0,2299.58,5236.22,11.4287,2.77916,300,0,0,18582,0,0,0,0,0),(116920,28379,571,1,1,26423,0,6243.33,4412.31,-70.3518,3.58871,300,5,0,11001,0,1,0,0,0),(116921,28379,571,1,1,26423,0,6345.02,4467.95,-67.518,0.597209,300,5,0,11001,0,1,0,0,0),(116922,28379,571,1,1,26423,0,6372.92,4531.09,-69.0394,2.39281,300,5,0,11001,0,1,0,0,0),(116923,28379,571,1,1,26423,0,6304.71,4591.32,-75.0429,4.15324,300,5,0,11001,0,1,0,0,0),(116924,28379,571,1,1,26423,0,6312.26,4590.05,-73.4179,4.15344,300,5,0,11001,0,1,0,0,0),(116925,28379,571,1,1,26423,0,6251.61,4547.98,-82.4899,4.10344,300,5,0,11001,0,1,0,0,0),(116926,28379,571,1,1,26423,0,6188.97,4532.14,-85.3687,5.03596,300,5,0,11001,0,1,0,0,0),(116927,28379,571,1,1,26423,0,6408.26,4675.37,-73.4865,3.25117,300,5,0,11001,0,1,0,0,0),(116928,28379,571,1,1,26423,0,6455.25,4674.79,-65.6814,6.05644,300,5,0,11001,0,1,0,0,0),(116929,28379,571,1,1,26423,0,6372.4,4645.3,-74.7455,3.68747,300,5,0,11001,0,1,0,0,0),(116930,28379,571,1,1,26423,0,6389.86,5352.7,-43.6687,4.87505,300,5,0,11001,0,1,0,0,0),(116931,28379,571,1,1,26423,0,6326.25,5050.08,-85.5473,3.85859,300,5,0,11001,0,1,0,0,0),(116932,27355,571,1,1,24580,1,4415.31,1865.56,168.144,2.61799,300,0,0,10635,3561,0,0,0,0),(116933,28379,571,1,1,26423,0,6009.95,4678.63,-96.8518,3.04705,300,5,0,11001,0,1,0,0,0),(116934,28379,571,1,1,26423,0,6027.05,4737.18,-95.7152,5.43125,300,5,0,11001,0,1,0,0,0),(116935,28379,571,1,1,26423,0,6085.2,4677.08,-94.4478,3.37001,300,5,0,11001,0,1,0,0,0),(116936,28379,571,1,1,26423,0,6064.84,4735.01,-94.5367,5.2602,300,5,0,11001,0,1,0,0,0),(116937,28379,571,1,1,26423,0,6058.65,4739.51,-94.5367,5.25979,300,5,0,11001,0,1,0,0,0),(116938,28379,571,1,1,26423,0,6276.19,5138.95,-81.4315,0.170792,300,5,0,11001,0,1,0,0,0),(116939,28379,571,1,1,26423,0,6325.46,4228.35,-47.7694,1.87888,300,5,0,11001,0,1,0,0,0),(116940,28379,571,1,1,26423,0,6486.17,5295.26,-44.0651,1.63283,300,5,0,11001,0,1,0,0,0),(116941,28379,571,1,1,26423,0,6492.41,5208.01,-56.4889,3.0297,300,5,0,11001,0,1,0,0,0),(116942,28379,571,1,1,26423,0,6384.5,5171.4,-71.61,4.22987,300,5,0,11001,0,1,0,0,0),(116943,28123,571,1,1,7198,1,5973.52,5500.52,-83.0215,3.735,300,0,0,10635,0,0,0,0,0),(132584,21787,530,1,1,20682,1,-3668.44,3371.38,312.609,3.98343,180,5,0,5744,3231,1,0,0,0),(132582,21787,530,1,1,20682,1,-3668.63,3395.73,312.211,4.53786,180,0,0,5744,3231,0,0,0,0),(132583,21787,530,1,1,20682,1,-3649.2,3379.72,312.337,1.02974,180,0,0,5744,3231,0,0,0,0),(116948,24539,571,1,1,22525,0,-146.215,-3519.69,3.53521,4.7822,300,0,0,8982,3155,0,0,0,0),(132565,23051,530,1,1,21396,0,-3700.19,3268.53,332.569,1.0628,180,0,0,6986,0,2,0,0,0),(116951,29660,571,1,1,26414,1,5684.83,770.957,647.836,5.58505,300,0,0,10635,0,0,0,0,0),(116952,29916,571,1,1,26634,0,5621.4,-2179.76,235.984,3.35103,300,0,0,7984,0,0,0,0,0),(116953,29916,571,1,1,26634,0,5667.08,-1861.7,244.387,4.64258,300,0,0,7984,0,0,0,0,0),(116954,29916,571,1,1,26636,0,5615.1,-1913.86,235.994,3.7001,300,0,0,7984,0,0,0,0,0),(116955,29916,571,1,1,26634,0,5720.09,-1785.49,237.106,4.15388,300,0,0,7984,0,0,0,0,0),(116956,29404,571,1,1,275,1,6087.43,-593.114,374.34,0.785398,300,5,0,11379,0,1,0,0,0),(116957,29404,571,1,1,275,1,6021.2,-594.125,365.446,5.23599,300,5,0,11379,0,1,0,0,0),(116958,29404,571,1,1,275,1,6083.51,-650.466,375.489,5.98648,300,5,0,11379,0,1,0,0,0),(116959,29404,571,1,1,275,1,6022.8,-719.652,368.917,0.418879,300,5,0,11379,0,1,0,0,0),(116960,27356,571,1,1,24581,1,4448.52,1658.72,133.134,5.49779,300,0,0,9940,3387,0,0,33024,0),(116961,32732,571,1,1,28170,0,5780.19,530.912,641.643,2.53073,300,0,0,10080,8814,0,0,0,0),(116962,24028,571,1,1,22005,0,2672.53,-4306.23,291.048,5.49779,300,0,0,6224,0,0,0,0,0),(116963,23772,571,1,1,10891,0,1498.03,-5479.61,252.977,5.1021,300,0,0,7984,0,2,0,0,0),(116964,23772,571,1,1,10891,0,1524.11,-5488.38,261.903,3.18486,300,0,0,7984,0,2,0,0,0),(116965,23772,571,1,1,10891,0,1685.74,-4445.06,189.175,1.00658,300,0,0,7984,0,2,0,0,0),(116966,23772,571,1,1,10891,0,1797.27,-5103.69,186.74,1.85449,300,0,0,7984,0,2,0,0,0),(116967,23772,571,1,1,10891,0,1834.28,-4601.29,193.294,4.26965,300,0,0,7984,0,2,0,0,0),(116968,23772,571,1,1,10891,0,1817.91,-4489.51,191.606,5.21165,300,0,0,7984,0,2,0,0,0),(116969,28380,571,1,1,27273,0,6419.92,4379.31,-48.1074,1.02974,300,5,0,11001,0,1,0,0,0),(116970,26844,571,1,1,24095,1,2106.05,-2968.81,148.667,5.60251,300,0,0,31905,3561,0,0,0,0),(116971,29916,571,1,1,26635,0,5578.13,-2056.11,242.9,1.3439,300,0,0,7984,0,0,0,0,0),(116972,29916,571,1,1,26291,0,5507.5,-2087.09,240.841,1.16937,300,0,0,7984,0,0,0,0,0),(116973,29916,571,1,1,26291,0,5619.46,-1981.38,240.553,4.24115,300,0,0,7984,0,0,0,0,0),(116974,23772,571,1,1,10891,0,1794.81,-4666.32,212.202,4.74273,300,0,0,7984,0,2,0,0,0),(116975,23772,571,1,1,10891,0,1913.69,-4795.56,197.046,3.46638,300,0,0,7984,0,2,0,0,0),(116976,23772,571,1,1,10891,0,1903.81,-4905.66,198.039,4.34435,300,0,0,7984,0,2,0,0,0),(116977,23772,571,1,1,10891,0,1902.35,-4711.84,203.77,5.83699,300,0,0,7984,0,2,0,0,0),(116978,23772,571,1,1,10891,0,1953.65,-4366.62,214.826,1.67445,300,0,0,7984,0,2,0,0,0),(116979,23772,571,1,1,10891,0,1924.04,-4832.58,195.468,6.13767,300,0,0,7984,0,2,0,0,0),(116980,23772,571,1,1,10891,0,1977.62,-5072.91,216.144,2.11383,300,0,0,7984,0,2,0,0,0),(116981,23772,571,1,1,10891,0,2034.16,-4934.49,224.65,1.52166,300,0,0,7984,0,2,0,0,0),(116982,23772,571,1,1,10891,0,2027.4,-4773.78,215.003,4.76694,300,0,0,7984,0,2,0,0,0),(116983,28380,571,1,1,27273,0,6428.27,4314.68,-48.2994,6.07375,300,5,0,11001,0,1,0,0,0),(116984,28380,571,1,1,27273,0,6518.59,4460.51,-51.6174,4.7822,300,5,0,11001,0,1,0,0,0),(116985,29916,571,1,1,26291,0,5801.6,-1765.91,238.33,2.58309,300,0,0,7984,0,0,0,0,0),(116986,29916,571,1,1,26636,0,5754,-1818.13,242.571,1.23918,300,0,0,7984,0,0,0,0,0),(116987,29916,571,1,1,26636,0,5754.04,-2159.18,237.127,5.98648,300,0,0,7984,0,0,0,0,0),(116988,29916,571,1,1,26635,0,5637.41,-1921.56,236.519,3.59538,300,0,0,7984,0,0,0,0,0),(116989,29916,571,1,1,26636,0,5536.75,-1997.68,245.513,4.88692,300,0,0,7984,0,0,0,0,0),(116990,29916,571,1,1,26635,0,5811.15,-1806.3,239.044,3.31613,300,0,0,7984,0,0,0,0,0),(116991,23772,571,1,1,10891,0,2061.97,-5143.93,239.34,3.10781,300,0,0,7984,0,2,0,0,0),(116992,23772,571,1,1,10891,0,2100.17,-4372.97,225.633,0.54622,300,0,0,7984,0,2,0,0,0),(116993,23772,571,1,1,10891,0,2062.75,-4796.42,216.648,4.63628,300,0,0,7984,0,2,0,0,0),(116994,28380,571,1,1,27273,0,6498.93,4354.43,-47.6476,5.70723,300,5,0,11001,0,1,0,0,0),(116995,28380,571,1,1,27273,0,6542.08,4551.73,-59.864,1.02974,300,5,0,11001,0,1,0,0,0),(116996,28380,571,1,1,27273,0,6641.3,4644.2,-0.123248,1.95003,300,5,0,11001,0,1,0,0,0),(116997,28380,571,1,1,27273,0,6453.29,4447.19,-55.2235,0.733038,300,5,0,11001,0,1,0,0,0),(116998,29916,571,1,1,26291,0,5621.26,-1785.38,236.269,2.93215,300,0,0,7984,0,0,0,0,0),(116999,29916,571,1,1,26635,0,5716.13,-1850.53,244.308,5.07891,300,0,0,7984,0,0,0,0,0),(117000,29916,571,1,1,26291,0,5624.19,-1723,237.565,3.21141,300,0,0,7984,0,0,0,0,0),(117001,23772,571,1,1,10891,0,2137.47,-4992.82,247.794,5.18813,300,0,0,7984,0,2,0,0,0),(117002,23772,571,1,1,10891,0,2155.93,-4061.93,237.783,2.80333,300,0,0,7984,0,2,0,0,0),(117003,23772,571,1,1,10891,0,2181.19,-4857.47,248.914,1.019,300,0,0,7984,0,2,0,0,0),(117004,23772,571,1,1,10891,0,2220.68,-4388.93,229.986,2.4548,300,0,0,7984,0,2,0,0,0),(117005,23772,571,1,1,10891,0,2222.28,-4729.82,228.237,5.63574,300,0,0,7984,0,2,0,0,0),(117006,23772,571,1,1,10891,0,2258.23,-4573.19,223.88,5.39308,300,0,0,7984,0,2,0,0,0),(117007,23772,571,1,1,10891,0,2231.46,-4391.98,226.398,1.5997,300,0,0,7984,0,2,0,0,0),(117008,28380,571,1,1,27273,0,6448.16,4522.58,-63.3666,6.02139,300,5,0,11001,0,1,0,0,0),(117009,29916,571,1,1,26635,0,5618.44,-2127.39,235.9,4.18879,300,0,0,7984,0,0,0,0,0),(117010,29916,571,1,1,26634,0,5649.62,-1753.19,239.15,4.27606,300,0,0,7984,0,0,0,0,0),(117011,29916,571,1,1,26636,0,5494.69,-2071.24,240.842,4.06662,300,0,0,7984,0,0,0,0,0),(117012,29916,571,1,1,26291,0,5592.04,-2205.98,235.513,6.17846,300,0,0,7984,0,0,0,0,0),(117013,29916,571,1,1,26635,0,5776.57,-1793.26,236.317,1.48353,300,0,0,7984,0,0,0,0,0),(117014,29916,571,1,1,26291,0,5634.64,-1854.04,239.448,1.81514,300,0,0,7984,0,0,0,0,0),(117015,29916,571,1,1,26291,0,5606.16,-2054.38,240.42,0.733038,300,0,0,7984,0,0,0,0,0),(117016,29916,571,1,1,26635,0,5572.42,-2083.82,240.181,6.12611,300,0,0,7984,0,0,0,0,0),(117017,29916,571,1,1,26635,0,5588,-2117.36,238.411,5.55015,300,0,0,7984,0,0,0,0,0),(117018,29916,571,1,1,26291,0,5571.13,-1961.15,241.079,4.06662,300,0,0,7984,0,0,0,0,0),(117019,23772,571,1,1,10891,0,2230.14,-4929.9,244.343,5.65773,300,0,0,7984,0,2,0,0,0),(117020,28380,571,1,1,27273,0,6371.15,4604.16,-69.8189,2.09721,300,5,0,11001,0,1,0,0,0),(117021,28380,571,1,1,27273,0,6196.52,4398.69,-73.3018,2.85606,300,5,0,11001,0,1,0,0,0),(117022,23772,571,1,1,10891,0,2263.69,-4824.04,247.371,4.10953,300,0,0,7984,0,2,0,0,0),(117023,23772,571,1,1,10891,0,2254.61,-4333.15,236.856,4.36283,300,0,0,7984,0,2,0,0,0),(117024,28380,571,1,1,27273,0,6275.41,4512.13,-79.3673,2.84244,300,5,0,11001,0,1,0,0,0),(117025,28380,571,1,1,27273,0,6302.45,4574.37,-76.2014,4.15338,300,5,0,11001,0,1,0,0,0),(117026,28380,571,1,1,27273,0,6224.74,4482.35,-84.5098,1.8684,300,5,0,11001,0,1,0,0,0),(117027,27356,571,1,1,24583,1,4410.08,1465.85,146.269,3.54302,300,0,0,9940,3387,0,0,0,0),(117028,27356,571,1,1,24583,1,4507.14,1636.95,130.938,2.54818,300,0,0,9940,3387,0,0,0,0),(117029,27356,571,1,1,24583,1,4517.11,1659.26,132.566,3.26377,300,0,0,9940,3387,0,0,0,0),(117030,27356,571,1,1,24583,1,4409.18,1376.3,137.381,2.51327,300,0,0,9940,3387,0,0,0,0),(117031,27356,571,1,1,24583,1,4317.13,1509.21,133.511,4.81711,300,0,0,9940,3387,0,0,0,0),(117032,27356,571,1,1,24581,1,4306.57,1485.66,133.509,0.767945,300,0,0,9940,3387,0,0,0,0),(117033,27356,571,1,1,24583,1,4326.34,1487.55,130.549,2.21657,300,0,0,9940,3387,0,0,0,0),(117034,27356,571,1,1,24581,1,4389.26,1558.39,134.876,1.42437,300,5,0,9940,3387,1,0,0,0),(117035,27356,571,1,1,24581,1,4489.63,1612.08,129.979,1.91986,300,0,0,9940,3387,0,0,0,0),(117036,27356,571,1,1,24583,1,4435.86,1631.86,127.508,3.54285,300,0,0,9940,3387,2,0,0,0),(117037,27356,571,1,1,24583,1,4375.31,1395.78,140.514,4.91582,300,0,0,9940,3387,2,0,0,0),(117038,27356,571,1,1,24581,1,4401.96,1354.86,140.148,0.942478,300,0,0,9940,3387,0,0,0,0),(117039,27356,571,1,1,24583,1,4390.65,1411.05,139.364,1.33183,300,0,0,9940,3387,2,0,0,0),(117040,27356,571,1,1,24583,1,4399.35,1654.96,128.451,2.58309,300,0,0,9940,3387,0,0,0,0),(117041,28380,571,1,1,27273,0,6363.63,5023.65,-79.2684,4.36871,300,5,0,11001,0,1,0,0,0),(117042,28380,571,1,1,27273,0,6057.52,4616.26,-94.0768,6.0856,300,5,0,11001,0,1,0,0,0),(117043,28380,571,1,1,27273,0,6056.3,4729.79,-94.5294,5.26064,300,5,0,11001,0,1,0,0,0),(117044,28380,571,1,1,27273,0,6304.77,4286.44,-45.2505,3.2967,300,5,0,11001,0,1,0,0,0),(117045,28380,571,1,1,27273,0,6442.63,5276.95,-52.9607,0.940725,300,5,0,11001,0,1,0,0,0),(117046,28380,571,1,1,27273,0,6376.38,5109.53,-73.4733,3.29318,300,5,0,11001,0,1,0,0,0),(117047,28124,571,1,1,0,1,5949.15,5493.8,-77.7736,4.34587,300,0,0,10635,0,0,0,0,0),(117048,23772,571,1,1,10891,0,2297.8,-4687.36,249.938,3.42823,300,0,0,7984,0,2,0,0,0),(117049,23772,571,1,1,10891,0,2299.12,-4587.15,228.727,2.34259,300,0,0,7984,0,2,0,0,0),(117050,23772,571,1,1,10891,0,2361.58,-4782.42,247.553,0.483853,300,0,0,7984,0,2,0,0,0),(117051,23772,571,1,1,10891,0,2312.6,-4345.5,237.251,4.49012,300,0,0,7984,0,2,0,0,0),(117052,23772,571,1,1,10891,0,2328.6,-4525.75,226.575,0.578506,300,0,0,7984,0,2,0,0,0),(117053,23772,571,1,1,10891,0,2432.73,-4436.25,241.944,4.52291,300,0,0,7984,0,2,0,0,0),(117055,23772,571,1,1,10891,0,2524.64,-4525.35,257.617,5.43077,300,0,0,7984,0,2,0,0,0),(117056,23772,571,1,1,10891,0,2541.49,-4436.28,253.793,4.36506,300,0,0,7984,0,2,0,0,0),(202488,23755,571,1,1,0,0,1682.04,-2563.09,19.8951,0.907571,120,0,0,1,0,0,0,0,0),(117649,27362,571,1,1,0,0,4608.47,1721.62,170.95,3.12414,300,5,0,1,0,1,0,0,0),(117062,27356,571,1,1,24583,1,4406.43,1374.69,137.966,-2.6251,300,0,0,9940,3387,0,0,0,0),(117063,27356,571,1,1,24581,1,4391.98,1359.03,148.241,2.74588,300,0,0,9940,3387,0,0,0,0),(117064,27356,571,1,1,24581,1,4381.25,1508.32,130.307,4.55032,300,5,0,9940,3387,1,0,0,0),(117065,26588,571,1,1,23949,0,4322.89,-3693.61,263.91,0.610865,300,0,0,102,0,0,0,0,0),(117067,24540,571,1,1,22527,1,2121.5,-2692.29,5.21118,5.25344,300,5,0,7432,7332,1,0,0,0),(117068,24540,571,1,1,22527,1,2130.08,-2699.23,5.13709,2.70415,300,5,0,7432,7332,1,0,0,0),(117069,24284,571,1,1,21932,0,1367.31,-3179.08,153.659,2.02458,300,0,0,6986,0,0,0,0,0),(117070,24540,571,1,1,22527,1,2407.6,-2752.58,3.86427,4.57276,300,5,0,7432,7332,1,0,0,0),(117071,24540,571,1,1,22527,1,2215.22,-2709.93,5.14829,3.80482,300,5,0,7432,7332,1,0,0,0),(117072,24540,571,1,1,22527,1,2417.3,-2768.94,6.02718,5.60704,300,5,0,7432,7332,1,0,0,0),(117073,24540,571,1,1,22527,1,2201.41,-2719.18,5.74297,0.419346,300,5,0,7432,7332,1,0,0,0),(117074,24540,571,1,1,22527,1,2312.69,-2782.59,5.70462,3.28122,300,5,0,7432,7332,1,0,0,0),(117075,24540,571,1,1,22527,1,2304.76,-2796.7,7.64242,4.57768,300,5,0,7432,7332,1,0,0,0),(117076,24540,571,1,1,22527,1,1855.83,-2766.15,4.03405,5.63741,300,5,0,7432,7332,1,0,0,0),(117077,24540,571,1,1,22527,1,1864.39,-2774.84,3.18379,2.13973,300,5,0,7432,7332,1,0,0,0),(117078,24540,571,1,1,22527,1,1955.48,-2727.04,4.99037,1.11626,300,5,0,7432,7332,1,0,0,0),(110277,28495,571,1,1,0,0,5601.3,-3501.48,350.41,2.05949,10,0,0,1,0,0,0,0,0),(117080,24540,571,1,1,22527,1,2192.7,-2716.39,5.80351,1.14855,300,5,0,7432,7332,1,0,0,0),(100525,28465,571,1,1,0,1,5842.52,-3784.57,362.043,6.26573,120,0,0,1,0,0,0,0,0),(117082,29404,571,1,1,275,1,6028.07,-935.797,377.602,0.1417,300,0,0,11379,0,0,0,0,0),(117083,29404,571,1,1,275,1,6154.17,-978.398,402.087,3.19896,300,0,0,11379,0,0,0,0,0),(117084,29404,571,1,1,275,1,6160.84,-390.886,422.517,0.592215,300,5,0,11379,0,1,0,0,0),(117085,29404,571,1,1,275,1,6282.94,-662.997,419.568,3.85718,300,0,0,11379,0,0,0,0,0),(117086,29404,571,1,1,275,1,6285.52,-859.231,406.793,4.54121,300,5,0,11379,0,1,0,0,0),(117087,29404,571,1,1,275,1,6351.7,-812.617,406.882,0.292102,300,5,0,11379,0,1,0,0,0),(117088,29404,571,1,1,275,1,6218.49,-988.769,407.203,4.43578,300,5,0,11379,0,1,0,0,0),(117089,29404,571,1,1,275,1,6189.03,-937.867,396.611,5.9556,300,5,0,11379,0,1,0,0,0),(117090,29404,571,1,1,275,1,6085.3,-955.154,386.641,4.92818,300,0,0,11379,0,0,0,0,0),(117091,29404,571,1,1,275,1,6142.96,-917.311,389.52,0.510567,300,5,0,11379,0,1,0,0,0),(117092,29404,571,1,1,275,1,6091.16,-874.801,376.497,-3.14037,300,0,0,11379,0,0,0,0,0),(117093,29404,571,1,1,275,1,6356.68,-866.208,406.779,4.02992,300,5,0,11379,0,1,0,0,0),(117094,29404,571,1,1,275,1,6104.45,-956.967,391.287,3.17839,300,5,0,11379,0,1,0,0,0),(117095,29404,571,1,1,275,1,6274.56,-818.241,407.154,0.396143,300,5,0,11379,0,1,0,0,0),(117096,29149,571,1,1,22607,0,5726.03,4569.98,-119.875,3.22886,300,0,0,94160,3809,0,0,0,0),(117097,29917,571,1,1,23896,0,5647.13,-2222.8,237.61,4.36332,300,0,0,7984,0,0,0,0,0),(117098,29917,571,1,1,11631,0,5646.69,-1904.66,236.598,2.86234,300,0,0,7984,0,0,0,0,0),(117099,32733,571,1,1,28171,0,5814.25,793.295,632.67,3.26377,300,0,0,10080,8814,0,0,0,0),(117100,27613,571,1,1,27230,0,4181.99,-1865.26,217.478,2.54818,300,0,0,9610,0,0,0,0,0),(117101,31709,571,1,1,2955,0,5841.44,561.623,653.253,4.74729,300,0,0,42,0,0,0,0,0),(117102,27869,571,1,1,11686,0,4481.27,1994,431.475,3.15905,300,5,0,12600,0,1,0,0,0),(117103,29917,571,1,1,11631,0,5582.76,-1788.75,235.752,2.14675,300,0,0,7984,0,0,0,0,0),(117104,29917,571,1,1,23896,0,5526.05,-2151.18,239.626,5.89921,300,0,0,7984,0,0,0,0,0),(117105,26845,571,1,1,24096,1,3248.77,-662.297,166.873,3.87463,300,0,0,31905,3561,0,0,0,0),(117107,27613,571,1,1,24443,0,4196.47,-1878.61,204.547,3.56047,300,0,0,9610,0,0,0,0,0),(117108,27613,571,1,1,24416,0,4110.58,-1858.25,203.779,0.401426,300,0,0,9610,0,0,0,0,0),(117109,23773,571,1,1,21883,1,1470.38,-3282.61,167.387,0.925025,300,0,0,8982,0,0,0,0,0),(117110,29917,571,1,1,13989,0,5660.23,-2167.44,236.141,0.558505,300,0,0,7984,0,0,0,0,0),(117111,29917,571,1,1,23896,0,5644.84,-2042.79,239.863,4.13643,300,0,0,7984,0,0,0,0,0),(117112,27869,571,1,1,11686,0,4310.05,1811.11,348.634,0.733038,300,5,0,12600,0,1,0,0,0),(117113,29917,571,1,1,11631,0,5585.5,-2142.85,238.375,4.10152,300,0,0,7984,0,0,0,0,0),(117114,29917,571,1,1,23896,0,5599.39,-1933.94,240.238,1.37881,300,0,0,7984,0,0,0,0,0),(117115,29917,571,1,1,11631,0,5682.56,-1792.18,241.897,0.017453,300,0,0,7984,0,0,0,0,0),(117116,27613,571,1,1,24416,0,4113.65,-1926.78,204.117,0.20944,300,0,0,9610,0,0,0,0,0),(117117,27613,571,1,1,24443,0,4159.88,-1831.71,198.609,0.174533,300,0,0,9610,0,0,0,0,0),(117118,29917,571,1,1,23896,0,5548.88,-2029.64,240.651,1.95477,300,0,0,7984,0,0,0,0,0),(117119,29917,571,1,1,23896,0,5742.58,-2228.58,240.386,2.18166,300,0,0,7984,0,0,0,0,0),(117120,29917,571,1,1,23896,0,5602.24,-2077.07,242.788,5.5676,300,0,0,7984,0,0,0,0,0),(117121,29917,571,1,1,13989,0,5711.78,-1812.2,243.037,4.18879,300,0,0,7984,0,0,0,0,0),(117122,29917,571,1,1,13989,0,5722.28,-1759.17,238.005,1.64061,300,0,0,7984,0,0,0,0,0),(117123,29917,571,1,1,13989,0,5686.45,-2128.01,235.628,2.32129,300,0,0,7984,0,0,0,0,0),(117124,27613,571,1,1,24418,0,4288.23,-1827.15,207.161,2.09439,300,0,0,9610,0,0,0,0,0),(117125,27613,571,1,1,27230,0,4153.55,-2035.39,217.162,2.42601,300,0,0,9610,0,0,0,0,0),(117126,24797,571,1,1,24933,0,264.762,-3333.34,2.3032,2.79253,300,0,0,8982,0,0,0,0,0),(117127,27613,571,1,1,24443,0,4178.56,-1850.96,204.417,0.628319,300,0,0,9610,0,0,0,0,0),(117128,28381,571,1,1,23434,0,6298.6,4587.02,-76.9458,4.1512,300,5,0,10121,0,1,0,0,0),(117129,28381,571,1,1,23434,0,6316.7,4583.81,-72.6679,4.15348,300,5,0,10121,0,1,0,0,0),(117130,24797,571,1,1,24933,0,251.992,-3322.42,1.43697,2.87979,300,0,0,8982,0,0,0,0,0),(117131,28381,571,1,1,23434,0,6051.09,4738.33,-94.5367,5.25953,300,5,0,10121,0,1,0,0,0),(117132,28381,571,1,1,23434,0,6046.58,4732.14,-94.5294,5.25977,300,5,0,10121,0,1,0,0,0),(117133,24797,571,1,1,24933,0,240.995,-3183.2,4.24337,3.63029,300,0,0,8982,0,0,0,0,0),(117134,24797,571,1,1,24933,0,224.086,-3188.33,1.31837,3.38594,300,0,0,8982,0,0,0,0,0),(117135,26333,571,1,1,27478,0,3143.23,1884.32,125.562,3.30337,300,5,0,27873,0,1,0,0,0),(117136,26333,571,1,1,27478,0,2856.35,1587.26,159.204,4.98517,300,0,0,27873,0,2,0,0,0),(117137,27357,571,1,1,24585,1,4644.01,-489.491,168.765,1.44935,300,0,0,7952,7654,2,0,0,0),(117138,27357,571,1,1,24586,1,4724.41,-356.798,181.888,4.92589,300,0,0,7952,7654,2,0,0,0),(117139,27357,571,1,1,24585,1,4672.43,-432.248,173.843,0.715615,300,0,0,7952,7654,2,0,0,0),(117140,26333,571,1,1,27478,0,3027.88,1675.26,150.586,-0.145002,300,0,0,27873,0,2,0,0,0),(117141,27357,571,1,1,24585,1,4602.24,-548.184,157.129,0.640571,300,0,0,7952,7654,2,0,0,0),(117142,27357,571,1,1,24586,1,4568.03,-587.301,151.432,3.23797,300,0,0,7952,7654,2,0,0,0),(117143,24541,571,1,1,22526,0,-127.645,-3593.84,3.0425,5.02655,300,0,0,8982,0,0,0,0,0),(117144,24797,571,1,1,24933,0,223.022,-3205.58,1.68761,3.57792,300,0,0,8982,0,0,0,0,0),(117145,24797,571,1,1,24933,0,236.466,-3298.96,2.84435,3.03687,300,0,0,8982,0,0,0,0,0),(117146,24797,571,1,1,24933,0,220.372,-3270.06,1.34712,3.26377,300,0,0,8982,0,0,0,0,0),(117147,24797,571,1,1,24933,0,234.834,-3315.74,0.810265,2.74017,300,0,0,8982,0,0,0,0,0),(117148,26589,571,1,1,23926,0,4322.9,-3695.05,263.84,0.366519,300,0,0,6986,0,0,0,0,0),(117149,27613,571,1,1,24443,0,4235.37,-1789.27,201.845,4.03171,300,0,0,9610,0,0,0,0,0),(117150,27613,571,1,1,24416,0,4283.22,-2113.59,213.092,5.75959,300,0,0,9610,0,0,0,0,0),(117151,27613,571,1,1,24443,0,4214.82,-1984.52,210.501,6.12611,300,0,0,9610,0,0,0,0,0),(117152,27613,571,1,1,24443,0,4291.76,-2147.24,211.808,3.00197,300,0,0,9610,0,0,0,0,0),(117153,27613,571,1,1,24418,0,4305.95,-2065.41,211.635,3.76991,300,0,0,9610,0,0,0,0,0),(117154,27613,571,1,1,27230,0,4134.57,-1980.37,212.297,0.506145,300,0,0,9610,0,0,0,0,0),(117155,27613,571,1,1,24443,0,4176.44,-1961.3,208.383,1.36136,300,0,0,9610,0,0,0,0,0),(117156,27613,571,1,1,24416,0,4272.4,-1975.88,206.636,0.244346,300,0,0,9610,0,0,0,0,0),(117157,27613,571,1,1,24416,0,4143.56,-2013.14,213.327,2.19912,300,0,0,9610,0,0,0,0,0),(117158,27613,571,1,1,24418,0,4269.8,-1892.84,202.928,2.18166,300,0,0,9610,0,0,0,0,0),(117160,27613,571,1,1,24418,0,4151.74,-2146.89,222.923,0,300,0,0,9610,0,0,0,0,0),(117161,27613,571,1,1,24418,0,4216.52,-2156.42,217.654,2.82743,300,0,0,9610,0,0,0,0,0),(117162,27613,571,1,1,24443,0,4179.76,-2145.4,216.224,1.50098,300,0,0,9610,0,0,0,0,0),(117163,29662,571,1,1,2404,0,1450.27,-3309.49,168.917,0.541052,300,0,0,7984,0,0,0,0,0),(117164,27102,571,1,1,24286,1,3275.85,-2208.03,117.029,2.80998,300,0,0,154014,0,0,0,0,0),(117166,31710,571,1,1,1206,0,5853.44,563.981,653.253,1.25664,300,0,0,42,0,0,0,0,0),(117167,24030,571,1,1,25748,0,2006.77,-5728.65,220.446,-3.00475,300,0,0,8982,3155,0,0,0,0),(117168,27358,571,1,1,24584,1,4514.88,1756.14,167.045,5.70895,300,0,0,7952,7654,0,0,0,0),(117169,27358,571,1,1,24582,1,4493.88,1741.73,175.28,6.11395,300,5,0,7952,7654,1,0,0,0),(117170,27358,571,1,1,24582,1,4454.28,1785.69,164.683,6.04159,300,0,0,7952,7654,0,0,0,0),(117171,24030,571,1,1,25748,0,2182.4,-5843.05,230.484,5.09636,300,0,0,8982,3155,0,0,0,0),(117172,24030,571,1,1,25748,0,2193.39,-5842.92,230.754,3.9619,300,0,0,8982,3155,0,0,0,0),(117173,24030,571,1,1,25748,0,2403.65,-5788.02,261.065,3.06639,300,5,0,8982,3155,1,0,0,0),(117174,24030,571,1,1,25748,0,2139.79,-5881.23,225.621,2.71768,300,5,0,8982,3155,1,0,0,0),(117175,24030,571,1,1,25748,0,1970.71,-5310.01,201.038,6.19592,300,0,0,8982,3155,0,0,0,0),(117176,24030,571,1,1,25748,0,1978.11,-5310.51,201.038,3.08923,300,0,0,8982,3155,0,0,0,0),(117177,24542,571,1,1,22528,0,-132.084,-3531.86,3.45539,5.23599,300,0,0,8982,0,0,0,0,0),(117178,24030,571,1,1,25748,0,2081.38,-5509.67,228.502,5.25344,300,0,0,8982,3155,0,0,0,0),(117179,24030,571,1,1,25748,0,2114.73,-5822.25,223.846,0.874111,300,5,0,8982,3155,1,0,0,0),(117180,24030,571,1,1,25748,0,2053.86,-5761.57,222.212,2.09439,300,0,0,8982,3155,0,0,0,0),(117181,24030,571,1,1,25748,0,2241.36,-5604.93,239.163,5.39307,300,0,0,8982,3155,0,0,0,0),(117182,24030,571,1,1,25748,0,2189.42,-5687.5,228.139,4.07862,300,5,0,8982,3155,1,0,0,0),(117183,24030,571,1,1,25748,0,2058.84,-5752.64,221.913,3.29867,300,0,0,8982,3155,0,0,0,0),(117184,24030,571,1,1,25748,0,2325.57,-5776.51,247.927,4.06662,300,0,0,8982,3155,0,0,0,0),(117185,24030,571,1,1,25748,0,2325.16,-5795.02,249.133,2.37365,300,0,0,8982,3155,0,0,0,0),(117186,24030,571,1,1,25748,0,1956.69,-5695.66,215.881,4.43284,300,5,0,8982,3155,1,0,0,0),(117187,24030,571,1,1,25748,0,2197.58,-5567.5,231.587,0.053407,300,5,0,8982,3155,1,0,0,0),(117188,24030,571,1,1,25748,0,2241.41,-5619.45,236.551,0.767945,300,0,0,8982,3155,0,0,0,0),(117189,24030,571,1,1,25748,0,2118.92,-5423.22,240.198,2.26893,300,0,0,8982,3155,0,0,0,0),(117190,24030,571,1,1,25748,0,2106.86,-5423.24,238.197,0.994838,300,0,0,8982,3155,0,0,0,0),(117191,24030,571,1,1,25748,0,2093.28,-5510.95,229.259,3.82227,300,0,0,8982,3155,0,0,0,0),(117192,24030,571,1,1,25748,0,2171.24,-5484.34,242.16,2.84294,300,5,0,8982,3155,1,0,0,0),(117193,26334,571,1,1,25794,1,4797.69,-4469.88,198.837,3.9968,300,0,0,10282,3466,0,0,0,0),(117206,30174,571,1,1,26388,0,6926.37,-1656.91,810.348,0.314159,300,5,0,12600,0,1,0,0,0),(117205,30174,571,1,1,26388,0,6939.21,-1638.76,810.814,4.2586,300,5,0,12600,0,1,0,0,0),(117202,30174,571,1,1,26388,0,6922.5,-1638.74,810.297,5.28835,300,5,0,12600,0,1,0,0,0),(117201,30174,571,1,1,26388,0,6972.75,-1639.46,810.059,2.07694,300,5,0,12600,0,1,0,0,0),(117200,30174,571,1,1,26388,0,6960.2,-1634.28,810.406,4.99098,300,5,0,12600,0,1,0,0,0),(117198,30174,571,1,1,26388,0,6941.39,-1681.08,810.232,5.84969,300,5,0,12600,0,1,0,0,0),(117197,30174,571,1,1,26388,0,6945.16,-1682.83,810.24,2.7071,300,5,0,12600,0,1,0,0,0),(117195,30174,571,1,1,26388,0,6978.9,-1673.39,809.881,5.79553,300,5,0,12600,0,1,0,0,0),(117303,25311,571,1,1,23077,1,2238.81,5455.8,2.72162,1.50098,300,0,0,7984,0,0,0,0,0),(117291,25311,571,1,1,23077,1,2244.9,5459.05,3.88277,2.04204,300,0,0,7984,0,0,0,0,0),(202325,33373,571,1,1,0,1,8415.04,644.571,550.434,1.48308,300,0,0,25200,0,0,0,0,0),(117289,25311,571,1,1,23077,1,2143.03,5495.88,0.932907,1.72788,300,0,0,7984,0,0,0,0,0),(117212,26591,571,1,1,19595,0,4759.78,-4825.21,25.9276,2.42601,300,0,0,4979,0,0,0,0,0),(117213,26591,571,1,1,19595,0,4828.29,-4800.58,25.9504,0.855211,300,0,0,4979,0,0,0,0,0),(117214,26591,571,1,1,19595,0,4841.8,-4832.77,25.9465,5.53269,300,0,0,4979,0,0,0,0,0),(117215,26591,571,1,1,19595,0,4756.01,-4841.66,26.962,3.9968,300,0,0,4979,0,0,0,0,0),(117216,26591,571,1,1,19595,0,4807.28,-4781.23,26.1825,0.890118,300,0,0,4979,0,0,0,0,0),(117217,26591,571,1,1,19595,0,4804.12,-4875.36,25.8084,5.53269,300,0,0,4979,0,0,0,0,0),(117218,29151,571,1,1,5207,0,-133.271,-3532.29,4.73463,5.44543,300,5,0,42,0,1,0,0,0),(117219,26591,571,1,1,19595,0,2710.49,-2321.16,22.7234,4.74729,300,0,0,4979,0,0,0,0,0),(117220,26591,571,1,1,19595,0,4376.39,-2915.61,310.703,5.63741,300,0,0,4979,0,0,0,0,0),(117221,31711,571,1,1,2957,0,5849.77,571.708,653.447,3.9619,300,0,0,42,0,0,0,0,0),(117222,26335,571,1,1,26091,1,4706.64,-4453.71,195.048,1.97222,300,0,0,4627,3466,0,0,0,0),(117223,24031,571,1,1,22008,1,2721.46,-4367.84,272.708,5.28835,300,0,0,42540,0,0,0,0,0),(117224,24031,571,1,1,22008,1,2711.2,-4373.05,272.083,5.34071,300,0,0,42540,0,0,0,0,0),(117225,24031,571,1,1,22006,1,2666.17,-4313.8,291.332,4.55531,300,0,0,42540,0,0,0,0,0),(117226,24031,571,1,1,22006,1,2615.25,-4371.08,277.021,3.12414,300,0,0,42540,0,0,0,0,0),(117227,24031,571,1,1,22009,1,2703.3,-4347.76,282.151,3.35103,300,0,0,42540,0,0,0,0,0),(117228,28127,571,1,1,21360,0,5154.77,4019.13,-61.2149,1.48521,300,5,0,42,0,1,0,0,0),(117229,28127,571,1,1,21360,0,5132.25,3978.54,-61.3376,4.51556,300,5,0,42,0,1,0,0,0),(117230,28127,571,1,1,21360,0,5118.16,3993.52,-61.8608,1.83799,300,5,0,42,0,1,0,0,0),(117231,28127,571,1,1,21360,0,5153.29,4014.89,-60.7832,0.912538,300,5,0,42,0,1,0,0,0),(117232,28127,571,1,1,21360,0,5128.29,3981.88,-61.7358,5.55263,300,5,0,42,0,1,0,0,0),(117233,26847,571,1,1,24125,1,3446.11,4088.41,16.8603,1.3439,300,0,0,31905,0,0,0,0,0),(117287,25311,571,1,1,23077,1,2252.81,5460.46,4.51163,1.69297,300,0,0,7984,0,0,0,0,0),(117286,25311,571,1,1,23077,1,2250.45,5460.75,4.22198,1.58825,300,0,0,7984,0,0,0,0,0),(117284,25311,571,1,1,23077,1,2347.87,5427.75,2.18122,5.88496,300,0,0,7984,0,0,0,0,0),(117283,25311,571,1,1,23077,1,2347.85,5428.8,2.19611,0.0337365,300,0,0,7984,0,0,0,0,0),(117238,29663,571,1,1,855,0,1449.2,-3305.99,168.967,2.84489,300,0,0,7984,0,0,0,0,0),(117239,26591,571,1,1,19595,0,4846.41,-4816.81,25.9386,0.907571,300,0,0,4979,0,0,0,0,0),(117240,26591,571,1,1,19595,0,4782.35,-4864.59,26.4858,3.97935,300,0,0,4979,0,0,0,0,0),(117241,26591,571,1,1,19595,0,4786.58,-4794.1,26.1094,2.42601,300,0,0,4979,0,0,0,0,0),(117242,26591,571,1,1,19595,0,4836.25,-4838.98,25.9536,5.5676,300,0,0,4979,0,0,0,0,0),(117243,26591,571,1,1,19595,0,4847.14,-4826.82,25.9427,5.53269,300,0,0,4979,0,0,0,0,0),(117244,26591,571,1,1,19595,0,4788.37,-4870.19,26.5013,4.03171,300,0,0,4979,0,0,0,0,0),(117245,26591,571,1,1,19595,0,4840.46,-4811.38,25.9486,0.855211,300,0,0,4979,0,0,0,0,0),(117246,26591,571,1,1,19595,0,4820.24,-4857.11,25.9478,5.5676,300,0,0,4979,0,0,0,0,0),(117248,26591,571,1,1,19595,0,3997.59,-3191.42,282.535,0.680678,300,0,0,4979,0,0,0,0,0),(117249,26591,571,1,1,19595,0,4383.53,-2913.72,311.292,3.40339,300,0,0,4979,0,0,0,0,0),(117250,26591,571,1,1,19595,0,3990.57,-3193.16,284.082,0.733038,300,0,0,4979,0,0,0,0,0),(117251,24031,571,1,1,22006,1,2659.47,-4357.43,277.893,4.57276,300,0,0,42540,0,0,0,0,0),(117252,24031,571,1,1,22006,1,2616.08,-4361.36,276.438,3.14159,300,0,0,42540,0,0,0,0,0),(117253,24031,571,1,1,22007,1,2697.81,-4338.48,285.853,5.08419,300,0,0,42540,0,2,0,0,0),(117254,28127,571,1,1,21360,0,5116.64,3991.97,-61.7358,5.87173,300,5,0,42,0,1,0,0,0),(117255,28127,571,1,1,21360,0,5115.54,3991.69,-61.764,4.74026,300,5,0,42,0,1,0,0,0),(117256,26591,571,1,1,19595,0,4754.5,-4831.37,26.0424,2.3911,300,0,0,4979,0,0,0,0,0),(117257,26591,571,1,1,19595,0,4809.35,-4869.25,25.9381,5.61996,300,0,0,4979,0,0,0,0,0),(117258,26591,571,1,1,19595,0,4794.06,-4875.93,25.7976,3.97935,300,0,0,4979,0,0,0,0,0),(117259,26591,571,1,1,19595,0,4765.21,-4819.26,25.8564,2.40855,300,0,0,4979,0,0,0,0,0),(117260,26591,571,1,1,19595,0,4814.79,-4863.33,25.9497,5.5676,300,0,0,4979,0,0,0,0,0),(117261,26591,571,1,1,19595,0,4834.21,-4806,25.941,0.855211,300,0,0,4979,0,0,0,0,0),(117262,26591,571,1,1,19595,0,4791.92,-4787.97,26.1774,2.37365,300,0,0,4979,0,0,0,0,0),(117263,26591,571,1,1,19595,0,4797.2,-4781.92,26.1813,2.44346,300,0,0,4979,0,0,0,0,0),(117264,26591,571,1,1,19595,0,4776.33,-4859.3,26.4873,4.01426,300,0,0,4979,0,0,0,0,0),(117265,26591,571,1,1,19595,0,4567.75,-2044.33,184.255,5.21853,300,0,0,4979,0,0,0,0,0),(117266,28127,571,1,1,21360,0,5129.73,4042.83,-60.7149,3.34869,300,5,0,42,0,1,0,0,0),(117267,28127,571,1,1,21360,0,5130.04,4045.26,-60.7149,2.9353,300,5,0,42,0,1,0,0,0),(117269,28127,571,1,1,21360,0,5156.25,4014.58,-60.3399,4.36393,300,5,0,42,0,1,0,0,0),(117270,28127,571,1,1,21360,0,5131.32,4039.95,-61.3399,5.1028,300,5,0,42,0,1,0,0,0),(117271,26591,571,1,1,19595,0,4831.21,-4751.46,33.3858,5.70723,300,0,0,4979,0,0,0,0,0),(117282,25311,571,1,1,23077,1,2348.19,5431.55,2.20082,0.300775,300,0,0,7984,0,0,0,0,0),(117280,25311,571,1,1,23077,1,2154.03,5489.74,0.38708,0.663225,300,0,0,7984,0,0,0,0,0),(117279,25311,571,1,1,23077,1,2343.81,5439.3,1.64542,0.414656,300,0,0,7984,0,0,0,0,0),(117278,25311,571,1,1,23077,1,2346.88,5435.13,2.04319,0.913386,300,0,0,7984,0,0,0,0,0),(117277,25311,571,1,1,23077,1,2168,5454.46,1.42812,1.6057,300,0,0,7984,0,0,0,0,0),(117276,25311,571,1,1,23077,1,2159.94,5454.22,1.1241,1.46608,300,0,0,7984,0,0,0,0,0),(202326,33405,571,1,1,0,1,8403.98,646.323,550.259,1.58675,300,0,0,25200,0,0,0,0,0),(202327,33361,571,1,1,0,1,8398.04,648.065,550.244,0.671761,300,0,0,25200,0,0,0,0,0),(117273,25311,571,1,1,23077,1,2140.36,5495.75,0.873873,1.6057,300,0,0,7984,0,0,0,0,0),(117272,25311,571,1,1,23077,1,2176.74,5363.86,34.5829,1.22173,300,0,0,7984,0,0,0,0,0),(117237,25311,571,1,1,23077,1,2182.07,5343.45,48.2463,1.3439,300,0,0,7984,0,0,0,0,0),(117236,25311,571,1,1,23077,1,2174.28,5364.56,25.6055,1.20428,300,0,0,7984,0,0,0,0,0),(117235,25311,571,1,1,23077,1,2171.12,5365.38,25.8636,1.15192,300,0,0,7984,0,0,0,0,0),(117234,25311,571,1,1,23077,1,2172.88,5364.68,34.4322,1.18682,300,0,0,7984,0,0,0,0,0),(117288,24543,571,1,1,22529,0,-130.886,-3532.36,3.46133,3.24631,300,0,0,8982,0,0,0,0,0),(117211,25311,571,1,1,23077,1,2174.72,5452.53,1.61631,1.74533,300,0,0,7984,0,0,0,0,0),(117210,25311,571,1,1,23077,1,2172.19,5453.15,1.55527,1.69297,300,0,0,7984,0,0,0,0,0),(117209,25311,571,1,1,23077,1,2163.48,5455.2,1.2811,1.53589,300,0,0,7984,0,0,0,0,0),(117292,27615,571,1,1,23277,1,4216.84,-2068.04,239.108,0.418879,300,0,0,9610,3309,0,0,0,0),(117293,27615,571,1,1,23277,1,4220.81,-2042.35,237.855,5.58505,300,0,0,9610,3309,0,0,0,0),(117294,27615,571,1,1,23277,1,4223.8,-2077.02,239.221,0.872665,300,0,0,9610,3309,0,0,0,0),(117295,27615,571,1,1,23277,1,4229.81,-2034.29,237.535,5.11381,300,0,0,9610,3309,0,0,0,0),(117296,27615,571,1,1,23277,1,4247.47,-2078.64,239.172,1.91986,300,0,0,9610,3309,0,0,0,0),(117297,27615,571,1,1,23277,1,4257.13,-2037.14,238.054,4.01426,300,0,0,9610,3309,0,0,0,0),(117298,27615,571,1,1,23277,1,4259.87,-2074.33,239.579,2.46091,300,0,0,9610,3309,0,0,0,0),(117299,27615,571,1,1,23277,1,4262.66,-2047.19,238.567,3.57792,300,0,0,9610,3309,0,0,0,0),(117300,26591,571,1,1,19595,0,3822.58,-1992.68,209.032,2.05949,300,0,0,4979,0,0,0,0,0),(110279,23837,571,1,1,0,0,5627.77,-3505.41,355.858,5.044,120,0,0,1,0,0,0,0,0),(100501,28465,571,1,1,0,1,5787.19,-3844.49,362.085,5.72313,120,5,0,1,0,1,0,0,0),(117208,25311,571,1,1,23077,1,2148.2,5494.99,0.717401,1.20428,300,0,0,7984,0,0,0,0,0),(117207,25311,571,1,1,23077,1,2151.22,5493.81,0.341687,0.855211,300,0,0,7984,0,0,0,0,0),(209171,29413,571,1,1,0,1,6533.12,-1075.28,432.917,1.53867,600,0,0,1,0,0,0,0,0),(209170,29413,571,1,1,0,1,6570.9,-1050.44,432.848,3.76527,600,0,0,1,0,0,0,0,0),(209169,29413,571,1,1,0,1,6594.65,-1049.05,430.103,2.46544,600,0,0,1,0,0,0,0,0),(209168,29413,571,1,1,0,1,6596.23,-1008.78,429.445,5.69736,600,0,0,1,0,0,0,0,0),(209167,29413,571,1,1,0,1,6580.09,-997.177,434.919,5.56384,600,0,0,1,0,0,0,0,0),(209166,29413,571,1,1,0,1,6578.55,-982.887,434.147,5.99973,600,0,0,1,0,0,0,0,0),(1976474,30065,571,1,2,0,0,7348.25,-928.295,909.195,5.73163,300,0,0,121750,0,0,0,0,0),(1976473,30065,571,1,2,0,0,7269.34,-959.327,920.279,6.23821,300,0,0,121750,0,0,0,0,0),(1976441,30317,571,1,1,11686,0,7498.69,-1898.53,1473.62,0.331613,300,5,0,12600,0,1,0,0,0),(1976438,30142,571,1,1,0,0,8392.7,-1970.14,1461.84,0.0948219,600,0,0,100800,0,0,0,0,0),(117324,24288,571,1,1,11686,0,2134,-2664.34,4.53268,0.279253,300,0,0,42,0,0,0,0,0),(117325,24288,571,1,1,11686,0,1881.84,-2760.66,3.17197,3.10669,300,0,0,42,0,0,0,0,0),(117326,24288,571,1,1,11686,0,2184.85,-2694.97,4.6604,0.488692,300,0,0,42,0,0,0,0,0),(117327,24288,571,1,1,11686,0,1365.76,-3165.76,153.659,3.56047,300,0,0,42,0,0,0,0,0),(117328,24288,571,1,1,11686,0,1358.76,-3166.3,153.659,6.03884,300,0,0,42,0,0,0,0,0),(117329,24288,571,1,1,11686,0,1356.81,-3171.6,153.659,2.80998,300,0,0,42,0,0,0,0,0),(117330,23776,571,1,1,21746,1,660.629,-5469.88,239.191,5.14872,300,0,0,14415,0,0,0,0,0),(117331,23776,571,1,1,21746,1,667.972,-5488.99,239.624,4.60767,300,0,0,14415,0,0,0,0,0),(117332,24544,571,1,1,5306,1,2221.07,-2593.75,7.99236,4.36332,300,0,0,9291,3231,0,0,0,0),(117333,26848,571,1,1,24253,1,4473.24,5708.79,81.3463,0.767945,300,0,0,31905,3561,0,0,0,0),(117334,24032,571,1,1,22014,1,2649.27,-4394.5,283.388,0.767945,300,0,0,31905,3561,0,0,0,0),(117335,24288,571,1,1,11686,0,2223.44,-2744.36,4.20674,5.16617,300,0,0,42,0,0,0,0,0),(117336,24288,571,1,1,11686,0,2435.43,-2749.83,4.22638,0.366519,300,0,0,42,0,0,0,0,0),(117337,24288,571,1,1,11686,0,2289.02,-2781.13,6.87667,2.35619,300,0,0,42,0,0,0,0,0),(117338,24288,571,1,1,11686,0,1369.99,-3171.47,153.659,2.98451,300,0,0,42,0,0,0,0,0),(117339,24288,571,1,1,11686,0,1358.96,-3176.32,153.659,2.42601,300,0,0,42,0,0,0,0,0),(117340,32736,571,1,1,28179,0,5832.71,834.562,846.369,4.06662,300,0,0,10080,8814,0,0,0,0),(117341,26592,571,1,1,24235,0,4124.41,-3355.52,286.384,1.43675,300,5,0,9940,0,1,0,0,0),(117342,27360,571,1,1,9786,0,4435.92,1441.28,137.422,1.55124,300,5,0,9940,0,1,0,0,0),(117343,27360,571,1,1,9786,0,4427.82,1420.26,136.779,0.846912,300,5,0,9940,0,1,0,0,0),(117344,27360,571,1,1,9786,0,4370.37,1487.44,124.909,2.00516,300,5,0,9940,0,1,0,0,0),(117345,27360,571,1,1,9786,0,4355.69,1370.61,138.534,1.70508,300,5,0,9940,0,1,0,0,0),(117346,27360,571,1,1,9786,0,4353.66,1417.94,133.577,4.53992,300,5,0,9940,0,1,0,0,0),(117347,27360,571,1,1,9786,0,4354.32,1521.35,126.349,1.7903,300,5,0,9940,0,1,0,0,0),(117348,27360,571,1,1,9786,0,4357.03,1334.84,159.376,2.39419,300,5,0,9940,0,1,0,0,0),(117349,27360,571,1,1,9786,0,4362.58,1447.73,126.667,1.78428,300,5,0,9940,0,1,0,0,0),(117350,27360,571,1,1,9786,0,4317.97,1447.47,132.275,4.68179,300,5,0,9940,0,1,0,0,0),(117351,27360,571,1,1,9786,0,4398.78,1495.55,126.522,2.77722,300,5,0,9940,0,1,0,0,0),(117352,27360,571,1,1,9786,0,4437.64,1476.51,137.981,4.62169,300,5,0,9940,0,1,0,0,0),(117353,27360,571,1,1,9786,0,4407.39,1423.98,130.173,4.40417,300,5,0,9940,0,1,0,0,0),(117354,27360,571,1,1,9786,0,4396.6,1640.01,128.799,1.40224,300,5,0,9940,0,1,0,0,0),(117355,27360,571,1,1,9786,0,4409.31,1331.22,142.779,4.67721,300,5,0,9940,0,1,0,0,0),(117356,26592,571,1,1,24235,0,3863.77,-1819.58,214.145,2.5213,300,0,0,9940,0,0,0,0,0),(117357,26592,571,1,1,24235,0,3319.69,-2014.9,96.8695,3.40447,300,0,0,9940,0,0,0,0,0),(117358,26592,571,1,1,24235,0,3307.81,-2003.77,96.7345,4.58708,300,5,0,9940,0,1,0,0,0),(117359,26592,571,1,1,24235,0,3469.24,-2017.47,150.807,4.14474,300,5,0,9940,0,1,0,0,0),(117360,26592,571,1,1,24235,0,3266.86,-2091.35,101.32,0.279253,300,0,0,9940,0,0,0,0,0),(117361,27360,571,1,1,9786,0,4436.04,1476.48,137.995,4.16471,300,5,0,9940,0,1,0,0,0),(117362,26336,571,1,1,25550,1,3135.88,1561.82,163.597,0.837758,300,0,0,7432,7332,0,0,0,0),(117363,26592,571,1,1,24235,0,3653.13,-1817.04,167.595,5.08787,300,5,0,9940,0,1,0,0,0),(117364,26592,571,1,1,24235,0,3703.14,-1882.6,182.515,4.05275,300,5,0,9940,0,1,0,0,0),(117366,27360,571,1,1,9786,0,4321.64,1451.2,131.572,0.882182,300,5,0,9940,0,1,0,0,0),(117367,26336,571,1,1,25550,1,3149.03,1486.57,152.208,5.36899,300,0,0,7432,7332,0,0,0,0),(117368,27360,571,1,1,9786,0,4406.81,1327.71,142.654,4.30551,300,5,0,9940,0,1,0,0,0),(117369,27360,571,1,1,9786,0,4348.18,1410.7,133.029,0.32066,300,5,0,9940,0,1,0,0,0),(117370,27360,571,1,1,9786,0,4367.58,1480.13,125.659,4.31429,300,5,0,9940,0,1,0,0,0),(117648,27362,571,1,1,0,0,4567.38,1724.49,168.172,0.680678,300,5,0,1,0,1,0,0,0),(117646,27369,571,1,1,13069,0,4497.56,1880.67,164.363,5.61996,300,0,0,1,0,0,0,0,0),(117373,26592,571,1,1,24235,0,3779.1,-1956.09,212.813,2.84488,300,5,0,9940,0,1,0,0,0),(117374,26592,571,1,1,24235,0,4101.4,-3380.48,291.488,0.975204,300,5,0,9940,0,1,0,0,0),(117375,26592,571,1,1,24235,0,3546.46,-1831.41,154.619,3.11503,300,5,0,9940,0,1,0,0,0),(117376,26592,571,1,1,24235,0,3789.25,-1831.87,211.64,5.52434,300,5,0,9940,0,1,0,0,0),(117377,26592,571,1,1,24235,0,3820.82,-2371.8,183.389,0.416044,300,5,0,9940,0,1,0,0,0),(117378,26592,571,1,1,24235,0,3952.08,-2188.09,213.746,3.26845,300,5,0,9940,0,1,0,0,0),(117379,26592,571,1,1,24235,0,3977.68,-2236.7,215.131,5.81811,300,5,0,9940,0,1,0,0,0),(117380,26592,571,1,1,24235,0,3982.13,-2146.69,214.787,5.12611,300,5,0,9940,0,1,0,0,0),(117381,26592,571,1,1,24235,0,3454.32,-2046.08,143.11,5.01252,300,5,0,9940,0,1,0,0,0),(117382,26592,571,1,1,24235,0,3613.81,-1871.34,170.59,3.09592,300,5,0,9940,0,1,0,0,0),(117383,26592,571,1,1,24235,0,3957.27,-4156.25,236.848,3.14159,300,5,0,9940,0,1,0,0,0),(117384,26592,571,1,1,24235,0,3679.87,-1934.56,179.727,-2.29015,300,0,0,9940,0,0,0,0,0),(117385,26592,571,1,1,24235,0,3693.38,-1895.18,184.581,5.13127,300,0,0,9940,0,0,0,0,0),(117386,26592,571,1,1,24235,0,2953.84,-2170.85,57.8754,5.61234,300,5,0,9940,0,1,0,0,0),(117387,26592,571,1,1,24235,0,2905.01,-2184.91,48.5292,5.20197,300,5,0,9940,0,1,0,0,0),(117388,26592,571,1,1,24235,0,3619.06,-1927.98,174.805,3.3501,300,5,0,9940,0,1,0,0,0),(117389,26592,571,1,1,24235,0,3769.2,-1912.93,209.827,4.81614,300,5,0,9940,0,1,0,0,0),(117390,26592,571,1,1,24235,0,3662.17,-1975.83,189.011,5.58648,300,0,0,9940,0,0,0,0,0),(117391,26592,571,1,1,24235,0,4011.97,-4158.96,223.417,1.30069,300,5,0,9940,0,1,0,0,0),(117392,26592,571,1,1,24235,0,3561.49,-2426.32,140.18,4.68845,300,5,0,9940,0,1,0,0,0),(117393,26592,571,1,1,24235,0,3949.37,-2479.04,214.017,3.24856,300,5,0,9940,0,1,0,0,0),(117394,26592,571,1,1,24235,0,3985.91,-2511.8,216.654,4.49693,300,5,0,9940,0,1,0,0,0),(117395,26592,571,1,1,24235,0,3978.97,-2487.92,216.37,5.42055,300,5,0,9940,0,1,0,0,0),(117396,26592,571,1,1,24235,0,3593.06,-2484.37,142.925,4.02347,300,5,0,9940,0,1,0,0,0),(117397,26592,571,1,1,24235,0,3587.32,-2456.3,142.265,2.01173,300,5,0,9940,0,1,0,0,0),(117398,26592,571,1,1,24235,0,3389.99,-2276.22,122.787,-1.34048,300,0,0,9940,0,0,0,0,0),(117399,26592,571,1,1,24235,0,3575.19,-2491.97,141.925,5.62581,300,5,0,9940,0,1,0,0,0),(117400,26592,571,1,1,24235,0,3526.37,-2426.86,137.942,6.01461,300,5,0,9940,0,1,0,0,0),(117401,26592,571,1,1,24235,0,3824.42,-2410.91,185.093,5.65366,300,5,0,9940,0,1,0,0,0),(117402,26592,571,1,1,24235,0,3891.64,-2432.92,198.601,1.45129,300,5,0,9940,0,1,0,0,0),(117403,26592,571,1,1,24235,0,3763.99,-2345.43,165.578,2.99265,300,5,0,9940,0,1,0,0,0),(117404,26592,571,1,1,24235,0,3759.89,-2413.81,175.992,1.33529,300,5,0,9940,0,1,0,0,0),(117405,26592,571,1,1,24235,0,3788.66,-2386.56,174.273,3.33659,300,5,0,9940,0,1,0,0,0),(117406,26592,571,1,1,24235,0,3742.75,-2389.75,166.239,4.48969,300,5,0,9940,0,1,0,0,0),(117407,26592,571,1,1,24235,0,3708.56,-2334.24,160.351,5.32855,300,5,0,9940,0,1,0,0,0),(117408,26592,571,1,1,24235,0,3773.67,-2302.85,171.157,5.38713,300,5,0,9940,0,1,0,0,0),(117409,26592,571,1,1,24235,0,3165.62,-2459.21,67.984,1.26621,300,5,0,9940,0,1,0,0,0),(117410,26592,571,1,1,24235,0,3145.19,-2428.53,71.6622,-1.22042,300,0,0,9940,0,0,0,0,0),(117411,26592,571,1,1,24235,0,3144.6,-2420.53,72.9303,-0.921024,300,0,0,9940,0,0,0,0,0),(117412,26592,571,1,1,24235,0,3171.25,-2449.95,70.6143,1.80191,300,0,0,9940,0,0,0,0,0),(117413,26592,571,1,1,24235,0,3986.32,-2518.3,216.882,1.74445,300,5,0,9940,0,1,0,0,0),(117414,26592,571,1,1,24235,0,3970.11,-2475.25,216.549,2.48983,300,5,0,9940,0,1,0,0,0),(117415,26592,571,1,1,24235,0,3995.85,-2493.25,216.416,2.02222,300,5,0,9940,0,1,0,0,0),(117416,26592,571,1,1,24235,0,4160.99,-2530.78,227.471,4.2612,300,5,0,9940,0,1,0,0,0),(117417,26592,571,1,1,24235,0,3173.6,-2405.8,82.1212,3.16772,300,5,0,9940,0,1,0,0,0),(117418,26592,571,1,1,24235,0,3888.04,-2454.37,201.917,3.21936,300,5,0,9940,0,1,0,0,0),(117419,26592,571,1,1,24235,0,3166.5,-2445.64,70.6796,2.28734,300,0,0,9940,0,0,0,0,0),(117420,26592,571,1,1,24235,0,3182.39,-2448.3,72.784,3.07053,300,0,0,9940,0,0,0,0,0),(117634,27369,571,1,1,13069,0,4561.22,1731.19,166.719,3.92699,300,0,0,1,0,0,0,0,0),(117633,27369,571,1,1,13069,0,4625.9,1754.48,182.328,6.03884,300,0,0,1,0,0,0,0,0),(117423,27369,571,1,1,13069,0,4576.45,1755.06,167.855,2.16421,300,0,0,1,0,0,0,0,0),(117424,24289,571,1,1,11686,0,1358.72,-3141.39,207.284,0.802851,300,0,0,26946,0,0,0,0,0),(117425,24289,571,1,1,11686,0,1354.01,-3211.43,207.79,5.84685,300,0,0,26946,0,0,0,0,0),(117426,24289,571,1,1,11686,0,1321.4,-3165.59,216.452,2.00713,300,0,0,26946,0,0,0,0,0),(117427,24289,571,1,1,11686,0,1366.8,-3149.42,208.198,6.00393,300,0,0,26946,0,0,0,0,0),(117428,24289,571,1,1,11686,0,1351.24,-3205.79,207.438,1.62316,300,0,0,26946,0,0,0,0,0),(117429,24289,571,1,1,11686,0,1327.23,-3171.57,206.451,3.63029,300,0,0,26946,0,0,0,0,0),(117430,24289,571,1,1,11686,0,1370.99,-3134.37,209.226,2.61799,300,0,0,26946,0,0,0,0,0),(117431,24289,571,1,1,11686,0,1325.93,-3162.75,210.628,1.5708,300,0,0,26946,0,0,0,0,0),(117432,24289,571,1,1,11686,0,1338.76,-3205.95,206.524,5.44543,300,0,0,26946,0,0,0,0,0),(117433,24289,571,1,1,11686,0,1384.38,-3181.44,206.127,4.55531,300,0,0,26946,0,0,0,0,0),(117434,25825,571,1,1,23409,0,2248.83,5400.18,1.87424,3.03687,300,0,0,18582,0,0,0,0,0),(117435,26593,571,1,1,23927,0,4451.42,1652.29,133.828,6.12611,300,0,0,8508,7981,0,0,0,0),(117436,24033,571,1,1,22015,0,2681.94,-4390.98,284.543,2.26893,300,0,0,11228,0,0,0,0,0),(117437,28129,571,1,1,25121,0,4868.62,5069.2,-89.0465,0.78973,300,5,0,10635,0,1,0,0,0),(117438,28129,571,1,1,25121,0,4794.29,4919.98,-72.9926,0.09288,300,5,0,10635,0,1,0,0,0),(117439,24289,571,1,1,11686,0,1340.45,-3217.03,207.901,4.69494,300,0,0,26946,0,0,0,0,0),(117440,24289,571,1,1,11686,0,1344.26,-3218.07,211.396,1.01229,300,0,0,26946,0,0,0,0,0),(117441,24289,571,1,1,11686,0,1371.27,-3138.81,211.384,0.15708,300,0,0,26946,0,0,0,0,0),(117442,24289,571,1,1,11686,0,1393.94,-3191.01,211.793,2.30383,300,0,0,26946,0,0,0,0,0),(117443,24289,571,1,1,11686,0,1345.36,-3221.49,205.948,5.77704,300,0,0,26946,0,0,0,0,0),(117444,24289,571,1,1,11686,0,1345.8,-3202.55,207.064,1.64061,300,0,0,26946,0,0,0,0,0),(117445,24289,571,1,1,11686,0,1354.4,-3216.94,205.559,3.35103,300,0,0,26946,0,0,0,0,0),(117446,24289,571,1,1,11686,0,1351.97,-3214,211.341,3.52556,300,0,0,26946,0,0,0,0,0),(117447,24289,571,1,1,11686,0,1364.56,-3137.08,211.637,0.942478,300,0,0,26946,0,0,0,0,0),(117448,24289,571,1,1,11686,0,1316.65,-3173.75,206.694,3.66519,300,0,0,26946,0,0,0,0,0),(117449,24289,571,1,1,11686,0,1312.17,-3164.84,207.028,0.575959,300,0,0,26946,0,0,0,0,0),(117450,24289,571,1,1,11686,0,1321.46,-3156.49,207.486,0.296706,300,0,0,26946,0,0,0,0,0),(117451,24289,571,1,1,11686,0,1400.18,-3186.78,207.381,5.75959,300,0,0,26946,0,0,0,0,0),(117452,24289,571,1,1,11686,0,1362.18,-3143.71,210.308,2.75762,300,0,0,26946,0,0,0,0,0),(117453,24289,571,1,1,11686,0,1372.56,-3145.5,209.5,5.3058,300,0,0,26946,0,0,0,0,0),(117454,24289,571,1,1,11686,0,1374.67,-3140.82,208.837,4.45059,300,0,0,26946,0,0,0,0,0),(117455,24289,571,1,1,11686,0,1338.94,-3209.5,211.216,3.14159,300,0,0,26946,0,0,0,0,0),(117456,29665,571,1,1,26417,0,5934.13,575.821,609.836,3.82227,300,0,0,10635,0,0,0,0,0),(117457,28129,571,1,1,25121,0,4736.44,5214.46,-48.4923,0.256826,300,5,0,10635,0,1,0,0,0),(117458,24289,571,1,1,11686,0,1366.51,-3131.83,206.38,1.5708,300,0,0,26946,0,0,0,0,0),(117459,24289,571,1,1,11686,0,1323.81,-3170.38,210.507,0.785398,300,0,0,26946,0,0,0,0,0),(117460,24289,571,1,1,11686,0,1398.85,-3192.13,207.384,5.96903,300,0,0,26946,0,0,0,0,0),(117461,24289,571,1,1,11686,0,1330.7,-3165.99,206.493,3.40339,300,0,0,26946,0,0,0,0,0),(117462,24289,571,1,1,11686,0,1389.46,-3182.8,211.341,2.61799,300,0,0,26946,0,0,0,0,0),(117463,24289,571,1,1,11686,0,1369.12,-3145.93,210.856,0.314159,300,0,0,26946,0,0,0,0,0),(117464,24289,571,1,1,11686,0,1362.11,-3146.34,208.474,6.24828,300,0,0,26946,0,0,0,0,0),(117465,24289,571,1,1,11686,0,1386.46,-3193.78,207.098,4.32842,300,0,0,26946,0,0,0,0,0),(117466,24289,571,1,1,11686,0,1391.74,-3187.11,216.787,0.034907,300,0,0,26946,0,0,0,0,0),(117467,24289,571,1,1,11686,0,1396.98,-3180.76,207.36,6.26573,300,0,0,26946,0,0,0,0,0),(117468,28129,571,1,1,25121,0,4766.3,5046.18,-60.9187,1.13595,300,5,0,10635,0,1,0,0,0),(117469,28129,571,1,1,25121,0,4740.71,5141.51,-58.3442,1.74493,300,5,0,10635,0,1,0,0,0),(117470,28129,571,1,1,25121,0,4770.87,5252.42,-66.7922,3.32244,300,5,0,10635,0,1,0,0,0),(117471,28129,571,1,1,25121,0,4776.65,5103.14,-63.3322,2.38694,300,5,0,10635,0,1,0,0,0),(117472,24289,571,1,1,11686,0,1387.47,-3189.43,211.24,1.71042,300,0,0,26946,0,0,0,0,0),(117473,24289,571,1,1,11686,0,1346.25,-3211.88,216.206,1.53589,300,0,0,26946,0,0,0,0,0),(117474,24289,571,1,1,11686,0,1315.09,-3160.06,207.781,4.45059,300,0,0,26946,0,0,0,0,0),(117475,24289,571,1,1,11686,0,1381.69,-3186.96,205.305,4.69494,300,0,0,26946,0,0,0,0,0),(117476,24289,571,1,1,11686,0,1366.76,-3141.17,216.353,1.309,300,0,0,26946,0,0,0,0,0),(117477,24289,571,1,1,11686,0,1318.59,-3160.84,210.973,4.41568,300,0,0,26946,0,0,0,0,0),(117478,24289,571,1,1,11686,0,1391.39,-3177.92,206.453,3.83972,300,0,0,26946,0,0,0,0,0),(117479,24289,571,1,1,11686,0,1392.17,-3195.96,206.951,4.24115,300,0,0,26946,0,0,0,0,0),(117480,24289,571,1,1,11686,0,1360.19,-3136.11,207.825,5.84685,300,0,0,26946,0,0,0,0,0),(117481,28129,571,1,1,25121,0,4791.11,4993.03,-65.5837,1.07956,300,5,0,10635,0,1,0,0,0),(117482,24289,571,1,1,11686,0,1335.81,-3210.79,205.833,4.2586,300,0,0,26946,0,0,0,0,0),(117483,24289,571,1,1,11686,0,1326.25,-3159.16,207.772,1.81514,300,0,0,26946,0,0,0,0,0),(117484,24289,571,1,1,11686,0,1348,-3204.61,211.049,5.34071,300,0,0,26946,0,0,0,0,0),(117485,24289,571,1,1,11686,0,1395.8,-3185.28,211.696,2.72271,300,0,0,26946,0,0,0,0,0),(117486,24289,571,1,1,11686,0,1316.64,-3168.24,210.564,2.60054,300,0,0,26946,0,0,0,0,0),(117487,28129,571,1,1,25121,0,4851.29,5722.11,-62.7125,2.64606,300,5,0,10635,0,1,0,0,0),(117488,28129,571,1,1,25121,0,4758.84,4874.12,-68.4333,3.91029,300,5,0,10635,0,1,0,0,0),(117489,28129,571,1,1,25121,0,4828.89,4959.28,-79.8688,4.90404,300,5,0,10635,0,1,0,0,0),(117490,28129,571,1,1,25121,0,4823.52,5654.68,-53.1261,2.99474,300,5,0,10635,0,1,0,0,0),(117491,28129,571,1,1,25121,0,4845.88,5570.64,-50.5669,1.80345,300,5,0,10635,0,1,0,0,0),(117492,28129,571,1,1,25121,0,4851.43,5662.38,-59.1808,3.4516,300,5,0,10635,0,1,0,0,0),(117493,28129,571,1,1,25121,0,5011.22,5769.86,-79.2474,0.369371,300,5,0,10635,0,1,0,0,0),(117494,28129,571,1,1,25121,0,5352.57,6003.98,-31.0228,6.00878,300,0,0,10635,0,0,0,0,0),(117495,28129,571,1,1,25121,0,4944.01,5343.47,-89.6369,5.60433,300,5,0,10635,0,1,0,0,0),(117496,28641,571,1,1,22124,0,5719.54,3559.21,-9.77025,5.69735,300,5,0,11001,0,1,0,0,0),(117497,28641,571,1,1,22124,0,5847.7,3662.16,-4.70928,0.506762,300,5,0,11001,0,1,0,0,0),(117498,28641,571,1,1,22124,0,5723.81,3696.09,-29.9132,0.90474,300,5,0,11001,0,1,0,0,0),(117499,28641,571,1,1,22124,0,5848.77,3723.87,-15.7906,2.78367,300,5,0,11001,0,1,0,0,0),(117500,28641,571,1,1,22124,0,5837.67,3591.74,1.39861,1.96273,300,5,0,11001,0,1,0,0,0),(117501,28641,571,1,1,22124,0,5751.13,3751.73,-36.6791,1.38043,300,5,0,11001,0,1,0,0,0),(117502,28641,571,1,1,22124,0,5723.56,3843.49,-61.4537,2.31196,300,5,0,11001,0,1,0,0,0),(117503,28641,571,1,1,22124,0,5788.28,3709.66,-27.4378,5.15889,300,5,0,11001,0,1,0,0,0),(117504,28641,571,1,1,22124,0,5737.54,3629.64,-16.189,3.36242,300,5,0,11001,0,1,0,0,0),(117505,28641,571,1,1,22124,0,5785.82,3617.5,-12.2777,5.88291,300,5,0,11001,0,1,0,0,0),(117506,28641,571,1,1,22124,0,5756.76,3562.35,-9.95933,3.13203,300,5,0,11001,0,1,0,0,0),(117507,28641,571,1,1,22124,0,5829.65,3610.96,-5.39792,6.19705,300,5,0,11001,0,1,0,0,0),(117508,28129,571,1,1,25121,0,5267.42,5980.41,-43.8804,5.90901,300,5,0,10635,0,1,0,0,0),(117509,28129,571,1,1,25121,0,5219.88,5906.61,-68.656,4.57175,300,5,0,10635,0,1,0,0,0),(117510,28129,571,1,1,25121,0,5278.66,5954.17,-53.0014,6.28306,300,5,0,10635,0,1,0,0,0),(117511,28129,571,1,1,25121,0,5291.89,5691.51,-89.0453,0.067842,300,5,0,10635,0,1,0,0,0),(117512,28129,571,1,1,25121,0,5215.14,5804.59,-73.5731,1.48766,300,5,0,10635,0,1,0,0,0),(117513,28641,571,1,1,22124,0,5571.47,3766.96,-111.15,0.927056,300,5,0,11001,0,1,0,0,0),(117514,28129,571,1,1,25121,0,5405.1,6010.75,-33.3052,3.33461,300,5,0,10635,0,1,0,0,0),(117515,28129,571,1,1,25121,0,5449.08,5974.1,-39.008,2.52707,300,5,0,10635,0,1,0,0,0),(117516,28129,571,1,1,25121,0,5376.01,5975.82,-42.9487,0.767059,300,5,0,10635,0,1,0,0,0),(117517,28129,571,1,1,25121,0,5296.25,5806.18,-78.9116,0.1372,300,5,0,10635,0,1,0,0,0),(117518,28129,571,1,1,25121,0,5313.5,5690.08,-87.6664,2.41923,300,5,0,10635,0,1,0,0,0),(117519,28129,571,1,1,25121,0,5324.77,5631.49,-92.9727,1.44257,300,5,0,10635,0,1,0,0,0),(117520,28129,571,1,1,25121,0,5310.89,5565.04,-96.1476,2.49324,300,5,0,10635,0,1,0,0,0),(117521,28129,571,1,1,25121,0,5458.3,5897.3,-58.0336,4.30324,300,5,0,10635,0,1,0,0,0),(117522,28129,571,1,1,25121,0,5174.71,5859.6,-73.8495,4.59011,300,5,0,10635,0,1,0,0,0),(117523,28129,571,1,1,25121,0,5406.08,5816.31,-74.7013,5.70217,300,5,0,10635,0,1,0,0,0),(117524,28129,571,1,1,25121,0,5294.88,5604.29,-93.3408,0.516965,300,5,0,10635,0,1,0,0,0),(117525,28129,571,1,1,25121,0,5447.08,5978.27,-39.0703,6.19518,300,5,0,10635,0,1,0,0,0),(117526,28129,571,1,1,25121,0,5462.01,5783.15,-78.6587,5.17079,300,0,0,10635,0,0,0,0,0),(117527,28129,571,1,1,25121,0,5462.01,5898.46,-57.374,5.76751,300,5,0,10635,0,1,0,0,0),(117528,23777,571,1,1,20245,0,994.816,-3672.38,174.418,0.959931,300,0,0,6986,0,0,0,0,0),(117529,27617,571,1,1,2602,0,4117.75,-1857.33,193.026,0.568212,300,0,0,10282,0,0,0,0,0),(117530,23777,571,1,1,20245,0,1171.65,-3759.21,144.68,0.959931,300,0,0,6986,0,0,0,0,0),(117531,23777,571,1,1,20245,0,1135.38,-3754.22,146.739,5.06145,300,0,0,6986,0,0,0,0,0),(117532,23777,571,1,1,20245,0,1163.61,-3737.56,145.165,1.76278,300,0,0,6986,0,0,0,0,0),(117533,23777,571,1,1,20245,0,1127.06,-3753.23,147.46,3.14159,300,0,0,6986,0,0,0,0,0),(117534,23777,571,1,1,20245,0,957.643,-3960.14,166.282,0.122173,300,0,0,6986,0,0,0,0,0),(117535,27617,571,1,1,2602,0,4101.43,-1943.66,191.995,3.31542,300,5,0,10282,0,1,0,0,0),(117536,23777,571,1,1,20245,0,1160.29,-3669.29,152.496,0.645772,300,0,0,6986,0,0,0,0,0),(117537,23777,571,1,1,20245,0,1195.74,-3675.65,149.567,1.27409,300,0,0,6986,0,0,0,0,0),(117538,27105,571,1,1,24301,1,3602.17,-1424.65,108.711,1.6991,300,5,0,129220,0,1,0,0,0),(117539,23777,571,1,1,20245,0,1125.31,-3687.48,154.857,5.55015,300,0,0,6986,0,0,0,0,0),(117540,23777,571,1,1,20245,0,1125.77,-3701.45,153.992,3.24631,300,0,0,6986,0,0,0,0,0),(117541,23777,571,1,1,20245,0,1075.63,-3735.6,156.381,5.20108,300,0,0,6986,0,0,0,0,0),(117542,23777,571,1,1,20245,0,1083.36,-3730.36,155.667,3.59538,300,0,0,6986,0,0,0,0,0),(117543,23777,571,1,1,20245,0,1090.92,-3691.32,158.163,1.37881,300,0,0,6986,0,0,0,0,0),(117544,23777,571,1,1,20245,0,1072.95,-3728.38,157.508,2.19912,300,0,0,6986,0,0,0,0,0),(117545,23777,571,1,1,20245,0,1082.04,-3691.09,158.875,1.18682,300,0,0,6986,0,0,0,0,0),(117546,23777,571,1,1,20245,0,1083.63,-3696.18,159.175,5.84685,300,0,0,6986,0,0,0,0,0),(117547,23777,571,1,1,20245,0,1027.98,-3702.51,168.639,0.698132,300,0,0,6986,0,0,0,0,0),(117548,23777,571,1,1,20245,0,1022.9,-3701.04,169.694,3.24631,300,0,0,6986,0,0,0,0,0),(117549,27617,571,1,1,2602,0,4168.97,-1897.94,193.168,2.68101,300,5,0,10282,0,1,0,0,0),(117550,23777,571,1,1,20245,0,1006.42,-3951.58,158.027,2.09439,300,0,0,6986,0,0,0,0,0),(117551,23777,571,1,1,20245,0,972.381,-3968.1,163.765,4.55531,300,0,0,6986,0,0,0,0,0),(117552,23777,571,1,1,20245,0,1226.32,-3628.66,153.967,1.15192,300,0,0,6986,0,0,0,0,0),(117553,23777,571,1,1,20245,0,1068.01,-3668.31,161.952,5.95157,300,0,0,6986,0,0,0,0,0),(117554,23777,571,1,1,20245,0,1057.18,-3671.35,164.523,0.942478,300,0,0,6986,0,0,0,0,0),(117555,23777,571,1,1,20245,0,1064.56,-3665.47,163.477,2.56563,300,0,0,6986,0,0,0,0,0),(117556,23777,571,1,1,20245,0,1106.78,-3645.87,158.621,5.49779,300,0,0,6986,0,0,0,0,0),(117557,23777,571,1,1,20245,0,1058.15,-3704.95,163.473,1.97222,300,0,0,6986,0,0,0,0,0),(117558,23777,571,1,1,20245,0,1013.1,-3857.52,168.559,0.331613,300,0,0,6986,0,0,0,0,0),(117559,23777,571,1,1,20245,0,1004.04,-3692.18,174.074,2.47837,300,0,0,6986,0,0,0,0,0),(117560,27617,571,1,1,2602,0,4157.48,-1870.5,198.063,3.83632,300,5,0,10282,0,1,0,0,0),(117561,23777,571,1,1,20245,0,1068.07,-3773.49,158.62,0.418879,300,0,0,6986,0,0,0,0,0),(117562,23777,571,1,1,20245,0,1119.35,-3822.17,151.698,2.58309,300,0,0,6986,0,0,0,0,0),(117563,23777,571,1,1,20245,0,1113.44,-3826.52,152.952,0.244346,300,0,0,6986,0,0,0,0,0),(117564,23777,571,1,1,20245,0,1071.68,-3826.19,163,3.66519,300,0,0,6986,0,0,0,0,0),(117565,23777,571,1,1,20245,0,923.39,-3936.18,176.043,3.47321,300,0,0,6986,0,0,0,0,0),(117566,23777,571,1,1,20245,0,937.793,-3877.23,172.933,0.279253,300,0,0,6986,0,0,0,0,0),(117567,23777,571,1,1,20245,0,938.008,-3846.2,175.03,2.05949,300,0,0,6986,0,0,0,0,0),(117568,23777,571,1,1,20245,0,1155.04,-3678.06,152.269,3.07178,300,0,0,6986,0,0,0,0,0),(117569,23777,571,1,1,20245,0,1087.15,-3910.61,152.359,1.53589,300,0,0,6986,0,0,0,0,0),(117570,23777,571,1,1,20245,0,1121.64,-3761.28,148.732,2.9147,300,0,0,6986,0,0,0,0,0),(117571,23777,571,1,1,20245,0,994.705,-3840.05,171.39,5.70723,300,0,0,6986,0,0,0,0,0),(117572,23777,571,1,1,20245,0,1066.64,-3820.15,163.396,2.40855,300,0,0,6986,0,0,0,0,0),(117573,23777,571,1,1,20245,0,1074.19,-3821.58,162.41,2.21657,300,0,0,6986,0,0,0,0,0),(117574,23777,571,1,1,20245,0,975.423,-3806.2,171.63,5.81195,300,0,0,6986,0,0,0,0,0),(117575,23777,571,1,1,20245,0,1070.55,-3778.35,158.993,2.23402,300,0,0,6986,0,0,0,0,0),(117576,23777,571,1,1,20245,0,1039.46,-3810.26,163.966,2.32129,300,0,0,6986,0,0,0,0,0),(117577,23777,571,1,1,20245,0,1055.06,-3882.15,157.508,5.93412,300,0,0,6986,0,0,0,0,0),(117578,23777,571,1,1,20245,0,1161.94,-3862.64,147.769,5.51524,300,0,0,6986,0,0,0,0,0),(117579,23777,571,1,1,20245,0,1151.38,-3836.16,148.152,4.13643,300,0,0,6986,0,0,0,0,0),(117580,23777,571,1,1,20245,0,1144.44,-3841.2,148.551,2.63545,300,0,0,6986,0,0,0,0,0),(117581,23777,571,1,1,20245,0,1142.81,-3870.32,149.356,1.76278,300,0,0,6986,0,0,0,0,0),(117582,23777,571,1,1,20245,0,1147.59,-3837.45,148.332,2.14675,300,0,0,6986,0,0,0,0,0),(117583,23777,571,1,1,20245,0,1041.53,-3802.02,164.066,1.44862,300,0,0,6986,0,0,0,0,0),(117584,23777,571,1,1,20245,0,1177.6,-3828.19,144.668,0.069813,300,0,0,6986,0,0,0,0,0),(117585,23777,571,1,1,20245,0,1119.84,-3827.5,151.631,3.89208,300,0,0,6986,0,0,0,0,0),(117586,23777,571,1,1,20245,0,1041.35,-3939.12,155.681,4.13643,300,0,0,6986,0,0,0,0,0),(117587,27617,571,1,1,2602,0,4094.79,-1846.88,190.003,5.88843,300,0,0,10282,0,0,0,0,0),(117588,27617,571,1,1,2602,0,4132.68,-1846.42,190.939,2.4023,300,5,0,10282,0,1,0,0,0),(117589,27617,571,1,1,2602,0,4137.86,-1916.12,188.924,3.93655,300,5,0,10282,0,1,0,0,0),(117590,27617,571,1,1,2602,0,4099.39,-1925.66,191.016,3.40877,300,5,0,10282,0,1,0,0,0),(117591,25313,571,1,1,23031,1,2403.82,5383.51,2.56587,1.56194,300,0,0,3992,0,0,0,0,0),(117592,25313,571,1,1,23031,1,2376.05,5454.79,2.96565,0.782177,300,0,0,3992,0,0,0,0,0),(117593,25313,571,1,1,23031,1,2345.11,5467.05,1.63663,1.1929,300,0,0,3992,0,0,0,0,0),(117594,25313,571,1,1,23031,1,2296.14,5469.3,3.12331,1.26931,300,0,0,3992,0,0,0,0,0),(117595,25313,571,1,1,23031,1,2391.73,5446.7,3.668,0.31907,300,0,0,3992,0,0,0,0,0),(117596,25313,571,1,1,23031,1,2392.65,5432.75,2.28632,-0.058498,300,0,0,3992,0,0,0,0,0),(117597,25313,571,1,1,23031,1,2197.64,5423.21,1.48499,-1.64676,300,0,0,3992,0,0,0,0,0),(117598,25313,571,1,1,23031,1,2409.38,5346.64,0.837546,-1.19642,300,0,0,3992,0,0,0,0,0),(117599,25313,571,1,1,23031,1,2311.87,5438.09,1.8423,-2.34574,300,0,0,3992,0,0,0,0,0),(117600,25313,571,1,1,23031,1,2322.18,5470.91,1.7271,1.49694,300,0,0,3992,0,0,0,0,0),(117601,25313,571,1,1,23031,1,2403.63,5361.29,1.1795,1.56207,300,5,0,3992,0,1,0,0,0),(117602,25313,571,1,1,23031,1,2217.61,5433.77,1.62827,-0.577919,300,0,0,3992,0,0,0,0,0),(117603,25313,571,1,1,23031,1,2333.84,5392.07,1.64573,-0.84678,300,0,0,3992,0,0,0,0,0),(117604,25313,571,1,1,23031,1,2123.46,5522.85,0.626431,-1.45572,300,0,0,3992,0,0,0,0,0),(117605,25313,571,1,1,23031,1,2094.01,5554.64,4.74114,2.74121,300,0,0,3992,0,0,0,0,0),(117606,25313,571,1,1,23031,1,2219.8,5471.73,1.78339,5.01789,300,0,0,3992,0,0,0,0,0),(117607,25313,571,1,1,23031,1,2129.29,5434.25,0.705221,1.43897,300,0,0,3992,0,0,0,0,0),(117608,25313,571,1,1,23031,1,2288.72,5445.42,2.50878,1.26943,300,5,0,3992,0,1,0,0,0),(117609,25313,571,1,1,23031,1,2135.3,5556.39,6.06846,0.750358,300,0,0,3992,0,0,0,0,0),(117610,25313,571,1,1,23031,1,2071.78,5498.41,0.346036,1.97056,300,0,0,3992,0,0,0,0,0),(117611,25313,571,1,1,23031,1,2108.03,5499,0.367884,1.5145,300,0,0,3992,0,0,0,0,0),(117612,25313,571,1,1,23031,1,2336.39,5445.07,1.60508,1.19297,300,5,0,3992,0,1,0,0,0),(117613,25313,571,1,1,23031,1,2199.33,5445.66,1.44701,4.63712,300,5,0,3992,0,1,0,0,0),(209165,29413,571,1,1,0,1,6594.54,-1017.6,429.443,2.02955,600,0,0,1,0,0,0,0,0),(117615,24290,571,1,1,17612,0,427.037,-4606.2,251.962,3.15905,300,0,0,42,0,0,0,0,0),(117616,24290,571,1,1,17612,0,372.445,-4659.57,255.493,2.1293,300,0,0,42,0,0,0,0,0),(117617,24290,571,1,1,17612,0,355.015,-4494.51,253.901,2.93215,300,0,0,42,0,0,0,0,0),(117618,24290,571,1,1,17612,0,367.145,-4566.26,253.917,1.53589,300,0,0,42,0,0,0,0,0),(117619,24290,571,1,1,17612,0,471.239,-4587.5,255.625,6.0912,300,0,0,42,0,0,0,0,0),(117620,26850,571,1,3,4382,1,4941.59,1167.95,239.402,5.14872,300,0,0,31905,3561,0,0,0,0),(117622,31714,571,1,1,2954,0,5851.65,561.741,653.246,4.08407,300,0,0,42,0,0,0,0,0),(117623,25826,571,1,1,23065,0,2311.06,5195.64,23.5592,5.96903,300,0,0,9610,0,0,0,0,0),(117624,29922,571,1,1,26643,0,6663.23,-185.048,954.838,3.90954,300,0,0,12175,0,0,0,0,0),(117625,27362,571,1,1,21305,0,4507.93,1765.15,165.227,-0.982343,300,0,0,9940,0,0,0,0,0),(117626,27362,571,1,1,21305,0,4428.33,1856.81,163.618,3.59538,300,0,0,9940,0,0,0,0,0),(117627,27362,571,1,1,21305,0,4422.03,1835.21,163.941,2.02458,300,0,0,9940,0,0,0,0,0),(117628,27362,571,1,1,21305,0,4449.84,1755.88,167.199,0.767945,300,0,0,9940,0,0,0,0,0),(117629,27362,571,1,1,21305,0,4435.14,1803.47,164.303,5.48033,300,0,0,9940,0,0,0,0,0),(117630,27362,571,1,1,21305,0,4457.78,1833.74,171.453,0.575959,300,0,0,9940,0,0,0,0,0),(117631,27106,571,1,1,23186,1,2475.06,6369.22,41.0494,1.51844,300,0,0,49700,0,0,0,0,0),(117632,27106,571,1,1,23179,1,2512.08,6371.57,41.0774,1.85005,300,0,0,49700,0,0,0,0,0),(117422,27369,571,1,1,13069,0,4602,1700.39,171.994,1.37881,300,0,0,1,0,0,0,0,0),(117421,27369,571,1,1,13069,0,4604.6,1727.42,170.687,4.92183,300,0,0,1,0,0,0,0,0),(117636,23778,571,1,1,21746,1,1599.17,-6198.03,7.42355,1.73865,300,0,0,26946,0,0,0,0,0),(117637,27106,571,1,1,23179,1,2438.24,6367.52,41.6996,1.6057,300,0,0,49700,0,0,0,0,0),(117638,27106,571,1,1,23179,1,2578.48,6398.63,41.7173,2.33874,300,0,0,49700,0,0,0,0,0),(117639,27106,571,1,1,23186,1,2699.8,6399.01,41.0592,2.56563,300,0,0,49700,0,0,0,0,0),(117640,27106,571,1,1,23179,1,2524.68,6559.7,39.4941,4.60767,300,0,0,49700,0,0,0,0,0),(117641,24546,571,1,1,22530,1,1721.23,-2812.89,3.97795,3.94982,300,5,0,9291,0,1,0,0,0),(117642,27106,571,1,1,23186,1,2567.49,6561.28,40.2423,4.85202,300,0,0,49700,0,0,0,0,0),(117643,27106,571,1,1,23179,1,2669.97,6529.04,45.1284,3.94444,300,0,0,49700,0,0,0,0,0),(117644,27106,571,1,1,23186,1,2620.94,6397.36,41.2283,2.07694,300,0,0,49700,0,0,0,0,0),(117645,27106,571,1,1,23179,1,2667.1,6500,43.1548,3.76991,300,0,0,49700,0,0,0,0,0),(117372,27369,571,1,1,13069,0,4573.84,1708.5,171.742,1.46608,300,0,0,1,0,0,0,0,0),(117371,27369,571,1,1,13069,0,4544.45,1739.19,167.678,0.907571,300,0,0,1,0,0,0,0,0),(117061,27369,571,1,1,13069,0,4495.5,1747.36,175.158,0.680678,300,0,0,1,0,0,0,0,0),(117650,28387,571,1,1,23349,0,5785.88,-3697.03,374.897,5.46288,300,0,0,16502,0,0,0,0,0),(117651,28387,571,1,1,23349,0,5791.24,-3667.36,384.933,5.23599,300,0,0,16502,0,0,0,0,0),(117652,28387,571,1,1,23348,0,5809.29,-3658.19,382.161,5.42797,300,0,0,16502,0,0,0,0,0),(117653,28387,571,1,1,23348,0,5831.62,-3648.01,380.769,5.35816,300,0,0,16502,0,0,0,0,0),(117654,28387,571,1,1,23348,0,5765.1,-3682.48,377.404,4.85202,300,0,0,16502,0,0,0,0,0),(117655,28387,571,1,1,23349,0,5810.25,-3675.99,376.986,5.28997,300,0,0,16502,0,0,0,0,0),(117656,29667,571,1,1,26502,0,5642.94,787.964,654.384,2.28638,300,0,0,12600,0,0,0,0,0),(117657,26595,571,1,1,23930,1,2745.87,870.908,7.27574,2.02458,300,0,0,7688,7500,0,0,0,0),(117658,23779,571,1,1,21751,1,1888.46,-6192.68,23.6971,1.22173,300,0,0,42540,0,0,0,0,0),(117659,23779,571,1,1,21750,1,1965.36,-6115.24,29.192,3.735,300,0,0,42540,0,0,0,0,0),(117660,28387,571,1,1,23349,0,5728.97,-3484.91,386.76,3.01942,300,0,0,16502,0,0,0,0,0),(117661,28387,571,1,1,23348,0,5703.38,-3436.01,367.479,-0.19706,300,0,0,16502,0,0,0,0,0),(117662,23779,571,1,1,21750,1,1979.49,-6228.14,7.82185,0.191986,300,0,0,42540,0,0,0,0,0),(117663,23779,571,1,1,21751,1,1980.7,-6225.05,7.82185,5.70723,300,0,0,42540,0,0,0,0,0),(117664,24035,571,1,1,22017,0,2584.48,-3597.35,168.06,4.76475,300,5,0,3524,0,1,0,0,0),(117665,29923,571,1,1,26640,0,6645.31,-208.528,951.722,3.94444,300,0,0,12175,0,0,0,0,0),(117666,32739,571,1,1,28176,0,5866.17,837.125,846.426,5.55015,300,0,0,10080,8814,0,0,0,0),(117667,23779,571,1,1,21748,1,1882.85,-6189.84,23.6969,0.715585,300,0,0,42540,0,0,0,0,0),(117668,23779,571,1,1,21749,1,1933.88,-6149.24,23.7116,5.48033,300,0,0,42540,0,0,0,0,0),(117669,27363,571,1,1,24590,0,4535.43,1682.08,150.061,5.46288,300,0,0,9940,0,0,0,0,0),(117670,24035,571,1,1,22016,0,2595.3,-3579.12,168.025,2.94961,300,5,0,3524,0,1,0,0,0),(117671,24035,571,1,1,22017,0,2788.18,-3553.34,169.914,2.16421,300,5,0,3524,0,1,0,0,0),(117672,24035,571,1,1,22017,0,2663.99,-3512.63,166.17,2.09439,300,5,0,3524,0,1,0,0,0),(117673,23779,571,1,1,21750,1,2015.87,-6164.24,15.8095,1.57369,300,5,0,42540,0,1,0,0,0),(117674,23779,571,1,1,21751,1,2012.03,-6166.36,15.5653,1.69232,300,5,0,42540,0,1,0,0,0),(117675,23779,571,1,1,21750,1,1919.71,-6161.12,23.6771,5.88176,300,0,0,42540,0,0,0,0,0),(117676,23779,571,1,1,21750,1,1960.5,-6111.28,29.133,3.9968,300,0,0,42540,0,0,0,0,0),(117677,24035,571,1,1,22018,0,2683.67,-3504.03,166.199,5.74213,300,5,0,3524,0,1,0,0,0),(117678,28387,571,1,1,23349,0,5793.02,-3574.68,386.649,2.40855,300,0,0,16502,0,0,0,0,0),(117679,27363,571,1,1,24590,0,4479.19,1609,127.427,3.1161,300,5,0,9940,0,1,0,0,0),(117680,27363,571,1,1,24590,0,4518.35,1625.59,130.726,4.7284,300,5,0,9940,0,1,0,0,0),(117681,27363,571,1,1,24590,0,4506.29,1796.06,165.879,1.01535,300,5,0,9940,0,1,0,0,0),(117682,27363,571,1,1,24590,0,4546.29,1733.47,166.902,4.7625,300,5,0,9940,0,1,0,0,0),(117683,27363,571,1,1,24590,0,4477.87,1778.58,164.731,6.09381,300,5,0,9940,0,1,0,0,0),(117684,27363,571,1,1,24590,0,4424.26,1790.21,164.261,0.850356,300,5,0,9940,0,1,0,0,0),(117685,27363,571,1,1,24590,0,4475.39,1825.99,170.948,4.34109,300,5,0,9940,0,1,0,0,0),(117686,27363,571,1,1,24590,0,4453.5,1811.99,167.708,3.67683,300,5,0,9940,0,1,0,0,0),(117687,28387,571,1,1,23348,0,5675.09,-3575.62,379.263,3.163,300,0,0,16502,0,0,0,0,0),(117688,26083,571,1,1,23512,0,2483.26,5215.05,30.2763,0.471239,300,0,0,23952,0,0,0,0,0),(117689,24291,571,1,1,22248,0,143.271,-4562.75,264.891,4.22652,300,0,0,9291,0,2,0,0,0),(117690,28387,571,1,1,23348,0,5711.46,-3472.02,369.193,-2.69843,300,0,0,16502,0,0,0,0,0),(117691,24035,571,1,1,22017,0,2693.27,-3764.03,237.556,0.191986,300,0,0,3524,0,0,0,0,0),(117692,24035,571,1,1,22016,0,2598.73,-3591.07,205.531,0.541052,300,0,0,3524,0,0,0,0,0),(117693,24035,571,1,1,22018,0,2731.98,-3545.38,208.197,2.51327,300,0,0,3524,0,0,0,0,0),(117694,24035,571,1,1,22016,0,2686.36,-3602.98,207.209,1.98968,300,0,0,3524,0,0,0,0,0),(117695,24035,571,1,1,22017,0,2729.82,-3749.75,225.751,1.29154,300,0,0,3524,0,0,0,0,0),(117696,24035,571,1,1,22017,0,2453.28,-3616.14,231.348,6.07375,300,0,0,3524,0,0,0,0,0),(117697,24035,571,1,1,22018,0,2636.13,-3526.29,206.392,2.09439,300,0,0,3524,0,0,0,0,0),(117698,24035,571,1,1,22018,0,2643.13,-3516.6,206.047,2.74017,300,0,0,3524,0,0,0,0,0),(117699,24035,571,1,1,22018,0,2612.3,-3541.69,206.426,3.28122,300,0,0,3524,0,0,0,0,0),(117700,24035,571,1,1,22016,0,2680.47,-3680.32,223.168,1.3439,300,0,0,3524,0,0,0,0,0),(117701,24035,571,1,1,22017,0,2630.62,-3590.41,205.297,2.11185,300,0,0,3524,0,0,0,0,0),(117702,24035,571,1,1,22016,0,2499.84,-3515.55,184.933,1.91986,300,0,0,3524,0,0,0,0,0),(117703,24035,571,1,1,22016,0,2504.68,-3514.26,185.596,1.55334,300,0,0,3524,0,0,0,0,0),(117704,24035,571,1,1,22024,0,2636.03,-3395.06,184.07,3.92699,300,0,0,3524,0,0,0,0,0),(117705,24035,571,1,1,22018,0,2764.89,-3675.28,223.947,3.75246,300,0,0,3524,0,0,0,0,0),(117706,24035,571,1,1,22024,0,2661.15,-3570.98,205.333,5.09636,300,0,0,3524,0,0,0,0,0),(117707,24035,571,1,1,22016,0,2661.47,-3568.36,205.355,6.11806,300,5,0,3524,0,1,0,0,0),(117708,24035,571,1,1,22018,0,2674.64,-3498.81,205.452,5.20108,300,0,0,3524,0,0,0,0,0),(117709,24035,571,1,1,22024,0,2655.44,-3571.16,205.333,4.31096,300,0,0,3524,0,0,0,0,0),(117710,24035,571,1,1,22018,0,2636.8,-3384.17,184.574,2.58309,300,0,0,3524,0,0,0,0,0),(117711,24035,571,1,1,22024,0,2661.43,-3562.63,205.333,1.29154,300,0,0,3524,0,0,0,0,0),(117712,24035,571,1,1,22024,0,2655.56,-3566.06,205.333,2.26893,300,0,0,3524,0,0,0,0,0),(117713,24035,571,1,1,22024,0,2759.27,-3660.61,223.42,2.04204,300,0,0,3524,0,0,0,0,0),(117714,24035,571,1,1,22018,0,2696.09,-3515.48,206.736,3.49066,300,0,0,3524,0,0,0,0,0),(132088,31285,571,1,2,0,0,4810.07,1433.69,195.648,5.3058,120,0,0,1,0,0,0,0,0),(117716,27107,571,1,1,23182,1,2360.29,6597.5,42.0694,5.5676,300,0,0,27873,32310,0,0,0,0),(117717,24035,571,1,1,22024,0,2601.69,-3567.96,161.798,4.08407,300,0,0,3524,0,0,0,0,0),(117718,24035,571,1,1,22017,0,2753.9,-3527.19,168.66,0.541052,300,0,0,3524,0,0,0,0,0),(117719,24035,571,1,1,22018,0,2651.68,-3518.05,161.799,0.418879,300,0,0,3524,0,0,0,0,0),(117720,24035,571,1,1,22016,0,2577.31,-3609.47,161.8,0.942478,300,0,0,3524,0,0,0,0,0),(117721,24035,571,1,1,22017,0,2696.63,-3498.19,161.8,3.61283,300,0,0,3524,0,0,0,0,0),(117722,24035,571,1,1,22018,0,2776.06,-3511.61,168.661,3.66519,300,0,0,3524,0,0,0,0,0),(117723,24035,571,1,1,22024,0,2782.7,-3568.81,163.959,0.593412,300,0,0,3524,0,0,0,0,0),(117724,27107,571,1,1,23182,1,2407.93,6598.12,43.3151,4.93928,300,0,0,27873,32310,0,0,0,0),(117725,24547,571,1,1,22536,0,-73.7997,-3435.55,-15.2043,-2.54663,300,0,0,27873,0,0,0,0,0),(117726,28387,571,1,1,23348,0,5678.06,-3537.43,379.635,1.5883,300,0,0,16502,0,0,0,0,0),(117727,28387,571,1,1,23349,0,5690.54,-3504.85,371.523,2.70526,300,0,0,16502,0,0,0,0,0),(200794,33866,571,1,1,0,0,8610.3,1072.81,558.212,3.87943,300,0,0,10635,0,0,0,0,0),(200793,33644,571,1,1,0,0,8579.53,750.263,547.293,6.2373,300,0,0,10635,0,0,0,0,0),(117730,27107,571,1,1,23182,1,2688.5,6484.13,46.6203,3.50811,300,0,0,27873,32310,0,0,0,0),(117731,28387,571,1,1,23349,0,5783.41,-3677.28,378.839,5.55015,300,0,0,16502,0,0,0,0,0),(117732,28387,571,1,1,23349,0,5795.19,-3565.88,386.798,3.12414,300,0,0,16502,0,0,0,0,0),(117733,25827,571,1,1,23410,0,2257.9,5161.69,1.28344,5.94329,300,0,0,7984,0,2,0,0,0),(117734,27107,571,1,1,23182,1,2621.43,6552.17,43.3679,4.69494,300,0,0,27873,32310,0,0,0,0),(117735,29411,571,1,1,26198,0,6545.87,-1016.8,433.112,3.2574,300,0,0,11379,0,0,0,0,0),(117736,29411,571,1,1,26198,0,6662.38,-1017.79,414.826,6.16259,300,0,0,11379,0,0,0,0,0),(117737,29411,571,1,1,26198,0,6681.49,-1007.75,414.833,3.43571,300,0,0,11379,0,0,0,0,0),(117738,29411,571,1,1,26198,0,6667.73,-1018.76,414.911,2.77507,300,0,0,11379,0,0,0,0,0),(117739,24548,571,1,1,22537,0,685.213,-5469.6,238.621,4.2237,300,0,0,9610,0,0,0,0,0),(117740,29924,571,1,1,26641,0,6643.61,-210.399,951.851,0.855211,300,0,0,12600,0,0,0,0,0),(117741,26852,571,1,1,24332,1,3261.52,-2265.45,114.181,2.09439,300,0,0,31905,3561,0,0,0,0),(117742,29156,571,1,1,25947,1,5808.13,585.193,652.463,4.7822,300,0,0,37800,0,0,0,0,0),(117743,23780,571,1,1,21752,1,1857.68,-6150.27,23.4592,1.5639,300,0,0,28830,0,0,0,0,0),(117744,27364,571,1,1,251,0,2091.61,5301.87,19.4677,4.13643,300,0,0,198,0,2,0,0,0),(117745,26596,571,1,1,23935,0,4178.47,5278.22,26.7764,2.42601,300,0,0,8982,0,0,0,0,0),(117746,26084,571,1,1,218,1,2476.09,5216.26,31.5088,0.593412,300,0,0,7984,0,0,0,0,0),(117748,28388,571,1,1,27838,1,5616.58,-3367.92,365.604,1.81514,300,0,0,11001,0,0,0,0,0),(117749,28388,571,1,1,27838,1,5655.23,-3399.58,365.716,0.715585,300,0,0,11001,0,0,0,0,0),(42567,24048,571,1,3,0,1,1764.98,-3311.02,82.7521,2.51594,120,0,0,1,0,2,0,0,0),(117751,28388,571,1,1,27838,1,5575.83,-3330.25,365.604,0.733038,300,0,0,11001,0,0,0,0,0),(117752,28388,571,1,1,27840,1,5594.68,-3416.89,362.043,0.715585,300,0,0,11001,0,0,0,0,0),(117753,28388,571,1,1,27840,1,5544.74,-3551.96,362.034,3.80482,300,0,0,11001,0,0,0,0,0),(117754,28388,571,1,1,27840,1,5618.76,-3555.41,363.565,5.81195,300,0,0,11001,0,0,0,0,0),(117755,27108,571,1,1,23183,1,2319.2,6366.72,44.7602,1.13446,300,0,0,37164,19386,0,0,0,0),(117756,27108,571,1,1,23183,1,2370.66,6368.76,45.9518,1.36136,300,0,0,37164,19386,0,0,0,0),(117757,28388,571,1,1,27838,1,5633.67,-3578.48,362.043,0.122173,300,0,0,11001,0,0,0,0,0),(117758,28388,571,1,1,27840,1,5618.04,-3524.77,353.026,3.10669,300,0,0,11001,0,0,0,0,0),(117759,28388,571,1,1,27840,1,5554.35,-3401.7,350.494,3.85718,300,0,0,11001,0,0,0,0,0),(117760,28388,571,1,1,27840,1,5569,-3379.45,362.037,0.890118,300,0,0,11001,0,0,0,0,0),(117761,28388,571,1,1,27840,1,5561.25,-3527.33,350.722,0.785398,300,0,0,11001,0,0,0,0,0),(117762,28388,571,1,1,27840,1,5588.28,-3430.16,351.46,3.9619,300,0,0,11001,0,0,0,0,0),(110281,23837,571,1,1,0,0,5553.08,-3459.96,350.41,6.21337,120,0,0,1,0,0,0,0,0),(110282,23837,571,1,1,0,0,5618.04,-3450.44,353.807,4.93928,120,0,0,1,0,0,0,0,0),(117765,28388,571,1,1,27838,1,5707.54,-3473.88,368.319,0.536645,300,0,0,11001,0,0,0,0,0),(117767,25316,571,1,1,23221,1,3355.26,6186.74,78.8879,4.36779,300,5,0,6387,7031,1,0,0,0),(107201,27064,571,1,1,0,0,2482.85,6518.87,41.7145,6.00393,120,0,0,1,0,0,0,0,0),(117769,25828,571,1,1,23031,1,2136.71,5301.04,15.5018,1.23918,300,0,0,7984,0,0,0,0,0),(117770,25316,571,1,1,23221,1,3462.25,6174.75,71.9935,1.41475,300,0,0,6387,7031,0,0,0,0),(117771,25316,571,1,1,23221,1,3425.78,6211.08,75.364,5.96545,300,5,0,6387,7031,1,0,0,0),(117772,25316,571,1,1,23221,1,3446.98,6186.61,76.9203,3.06858,300,0,0,6387,7031,0,0,0,0),(117773,25316,571,1,1,23221,1,3344.56,6216.61,75.2345,2.03006,300,5,0,6387,7031,1,0,0,0),(117774,25316,571,1,1,23221,1,3329.56,6081.24,72.5457,3.82533,300,5,0,6387,7031,1,0,0,0),(117775,25316,571,1,1,23221,1,3359.44,6091.47,67.1406,5.13652,300,5,0,6387,7031,1,0,0,0),(117776,25316,571,1,1,23221,1,3312.49,6137.1,77.1703,5.12793,300,5,0,6387,7031,1,0,0,0),(117777,25316,571,1,1,23221,1,3308.95,6112.56,74.7041,2.29425,300,5,0,6387,7031,1,0,0,0),(117778,25316,571,1,1,23221,1,3440.69,6107.64,68.5395,0.133135,300,5,0,6387,7031,1,0,0,0),(117779,25316,571,1,1,23221,1,3415.11,6123.45,73.6224,3.92492,300,5,0,6387,7031,1,0,0,0),(117780,25316,571,1,1,23221,1,3486.18,6074.44,65.9504,0.314159,300,0,0,6387,7031,0,0,0,0),(209164,29413,571,1,1,0,1,6612.56,-1017.17,427.344,3.38043,600,0,0,1,0,0,0,0,0),(209163,29413,571,1,1,0,1,6630.7,-1004.17,424.376,2.72462,600,0,0,1,0,0,0,0,0),(209162,29413,571,1,1,0,1,6696.47,-998.844,415.433,2.83458,600,0,0,1,0,0,0,0,0),(117784,25317,571,1,1,24821,1,2286.79,5241.67,11.4799,5.89921,300,0,0,6986,0,0,0,0,0),(117785,25317,571,1,1,3422,1,2293.1,5238.86,11.4863,5.91667,300,0,0,6986,0,0,0,0,0),(117786,26597,571,1,1,23957,0,4165.02,5276.74,26.4601,3.24631,300,0,0,8982,0,0,0,0,0),(117787,29157,571,1,1,3265,1,5542.86,5762.68,-78.169,4.7822,300,0,0,11001,0,0,0,0,0),(117788,25317,571,1,1,3422,1,2114.61,5284.78,24.7267,3.87463,300,0,0,6986,0,0,0,0,0),(117789,25317,571,1,1,3422,1,2108.56,5291.6,25.297,4.32842,300,0,0,6986,0,0,0,0,0),(117790,25317,571,1,1,24819,1,2118.79,5322.67,25.3178,1.36136,300,0,0,6986,0,0,0,0,0),(117791,26853,571,1,1,13309,1,3874.18,-4520.87,217.302,1.8675,300,0,0,31905,3561,0,0,0,0),(117792,29925,571,1,1,26642,0,6655.18,-190.498,953.579,0.558505,300,0,0,12175,0,0,0,0,0),(117793,27365,571,1,1,11686,0,2090.51,5306.34,19.4677,4.90438,300,5,0,10220,0,1,0,0,0),(117794,25317,571,1,1,3422,1,2126.98,5322.85,24.7275,2.26893,300,0,0,6986,0,0,0,0,0),(117795,23781,571,1,1,21753,0,1976.57,-6148.7,25.1369,1.13446,300,0,0,9940,0,0,0,0,0),(117796,25317,571,1,1,24818,1,2282.04,5239.73,11.4749,0.925025,300,0,0,6986,0,0,0,0,0),(117797,25317,571,1,1,3422,1,2283.03,5241.48,11.4633,0.872665,300,0,0,6986,0,0,0,0,0),(117798,25317,571,1,1,24821,1,2280.82,5237.54,11.4874,0.959931,300,0,0,6986,0,0,0,0,0),(117799,25317,571,1,1,24819,1,2284.84,5242.58,11.4615,5.89921,300,0,0,6986,0,0,0,0,0),(117800,25317,571,1,1,24819,1,2295.18,5238.18,11.4607,5.89921,300,0,0,6986,0,0,0,0,0),(117801,25317,571,1,1,24818,1,2291.11,5239.73,11.486,5.91667,300,0,0,6986,0,0,0,0,0),(117802,25317,571,1,1,24821,1,2288.84,5240.71,11.4855,5.89921,300,0,0,6986,0,0,0,0,0),(117803,28389,571,1,1,26735,0,6404.46,4826.75,-75.5176,3.12414,300,5,0,11001,3643,1,0,0,0),(117804,28389,571,1,1,26735,0,6375.98,4890.77,-78.4321,4.86947,300,5,0,11001,3643,1,0,0,0),(117805,28389,571,1,1,26735,0,6609.25,4916.54,-37.6034,4.88692,300,5,0,11001,3643,1,0,0,0),(117806,28389,571,1,1,26735,0,6453.06,4762.36,-71.023,4.81711,300,5,0,11001,3643,1,0,0,0),(117807,28389,571,1,1,26735,0,6624.35,4776.96,-25.1399,1.18682,300,5,0,11001,3643,1,0,0,0),(117808,28389,571,1,1,26735,0,6479.96,4856.47,-61.3756,1.0821,300,5,0,11001,3643,1,0,0,0),(117809,26085,571,1,1,94,1,2485.13,5211.08,30.6541,0.977384,300,0,0,7984,0,0,0,0,0),(117811,28133,571,1,1,25132,0,5343,-3130.23,281.276,5.8294,300,0,0,10635,0,0,0,0,0),(209161,29413,571,1,1,0,1,6375.45,-1593.56,425.553,1.04387,600,0,0,1,0,0,0,0,0),(209160,29413,571,1,1,0,1,6386.45,-1599.39,420.724,2.33193,600,0,0,1,0,0,0,0,0),(209159,29413,571,1,1,0,1,6430.89,-1604.5,423.222,0.949627,600,0,0,1,0,0,0,0,0),(117815,29158,571,1,1,25956,1,2272.88,5193.82,12.5767,4.24115,300,0,0,25524,23943,0,0,0,0),(117816,26854,571,1,1,24090,1,3784.8,1579.23,90.0175,3.05433,300,0,0,48050,16545,0,0,0,0),(117818,29926,571,1,1,26639,0,6671.16,-200.357,951.07,2.98451,300,0,0,12175,0,0,0,0,0),(117819,26598,571,1,1,23956,1,4113.66,5263.22,25.492,1.09956,300,0,0,8982,0,0,0,0,0),(117820,27110,571,1,1,23044,1,2309.2,6564.9,41.7753,5.96903,300,0,0,27873,0,0,0,0,0),(117821,28902,571,1,1,27863,1,6577.23,-3904.09,493.48,3.12414,300,0,0,34137,0,0,0,0,0),(107200,25332,571,1,1,0,0,2433.15,6541.23,41.37,5.72313,120,0,0,1,0,2,0,0,0),(117823,26855,571,1,1,11686,0,4118.13,-5251.49,9.99271,3.03687,300,0,0,42,0,0,0,0,0),(117824,23783,571,1,1,21758,0,624.278,-5022.04,2.66217,2.16421,300,0,0,1,0,0,0,0,0),(117825,23783,571,1,1,21759,0,615.047,-5021.98,2.45016,1.09956,300,0,0,1,0,0,0,0,0),(117826,23783,571,1,1,21761,0,617.001,-5008.24,3.00862,5.16617,300,0,0,1,0,0,0,0,0),(117827,23783,571,1,1,21759,0,626.884,-5013.23,3.39061,3.54302,300,0,0,1,0,0,0,0,0),(117828,23783,571,1,1,21759,0,612.038,-5015.1,2.8984,6.21337,300,0,0,1,0,0,0,0,0),(117829,23783,571,1,1,21758,0,623.201,-5008.25,3.33215,4.32842,300,0,0,1,0,0,0,0,0),(117830,32743,571,1,1,28194,0,5773,592.854,610.482,1.02974,300,0,0,4652,0,0,0,0,0),(117831,28135,571,1,1,17759,0,1356.31,-3301.38,175.423,3.19395,300,0,0,10635,0,0,0,0,0),(117832,27367,571,1,1,24591,1,4775.13,-303.482,196.163,3.43384,300,0,0,9940,0,2,0,0,0),(117833,28135,571,1,1,17759,0,1356.25,-3304.84,175.473,2.87979,300,0,0,10635,0,0,0,0,0),(117834,29159,571,1,1,25957,1,1930.11,-6200.63,24.8572,3.66519,300,0,0,31905,10683,0,0,0,0),(117835,27367,571,1,1,24591,1,4646.25,-412.311,168.031,3.30434,300,0,0,9940,0,2,0,0,0),(117836,27367,571,1,1,24591,1,4663.66,-378.53,178.952,5.21229,300,0,0,9940,0,2,0,0,0),(117837,27367,571,1,1,24591,1,4562.6,-482.337,130.071,3.0771,300,0,0,9940,0,2,0,0,0),(117838,27367,571,1,1,24591,1,4738.4,-268.492,170.681,0.476025,300,0,0,9940,0,2,0,0,0),(117839,27367,571,1,1,24591,1,4716.44,-400.944,185.036,1.1736,300,0,0,9940,0,2,0,0,0),(117840,21223,571,1,1,5562,0,3035.54,1437.93,120.297,4.20937,300,5,0,7181,0,1,0,0,0),(117841,21223,571,1,1,5562,0,3015.17,1343.86,114.684,3.28831,300,5,0,7181,0,1,0,0,0),(117842,21223,571,1,1,5562,0,3048.09,1407.07,125.335,4.63658,300,5,0,7181,0,1,0,0,0),(117843,21223,571,1,1,5562,0,3054.6,1313.43,132.122,2.05191,300,5,0,7181,0,1,0,0,0),(117844,21223,571,1,1,5562,0,3015.61,1343.01,117.695,3.05303,300,5,0,7181,0,1,0,0,0),(117845,21223,571,1,1,5562,0,3037.09,1345.86,124.293,3.11032,300,5,0,7181,0,1,0,0,0),(117846,21223,571,1,1,5562,0,3012.44,1285.53,133.481,1.39483,300,5,0,7181,0,1,0,0,0),(117847,21223,571,1,1,5562,0,2987.99,1314.19,132.888,2.65527,300,5,0,7181,0,1,0,0,0),(117848,21223,571,1,1,5562,0,2985.09,1288.52,135.356,3.82045,300,5,0,7181,0,1,0,0,0),(117849,21223,571,1,1,5562,0,3014.54,1313.47,121.088,1.92352,300,5,0,7181,0,1,0,0,0),(117850,21223,571,1,1,5562,0,3046.52,1388.31,116.74,5.19045,300,5,0,7181,0,1,0,0,0),(117851,27367,571,1,1,24591,1,4705.71,-320.184,176.7,2.96087,300,0,0,9940,0,2,0,0,0),(117852,26343,571,1,1,25549,1,3186.34,1284.8,158.449,5.10702,300,5,0,9291,3231,1,0,0,0),(117853,27367,571,1,1,24591,1,4673.93,-465.867,175.948,4.69354,300,0,0,9940,0,2,0,0,0),(117854,26343,571,1,1,25549,1,3126.4,1339.83,159.633,2.35619,300,0,0,9291,3231,0,0,0,0),(117855,27367,571,1,1,24591,1,4591.35,-453.333,146.818,4.72606,300,0,0,9940,0,2,0,0,0),(117856,26343,571,1,1,25549,1,3011.85,1277.28,151.514,1.25664,300,0,0,9291,3231,0,0,0,0),(117857,27367,571,1,1,24591,1,4633.92,-476.017,168.775,5.81301,300,0,0,9940,0,2,0,0,0),(117858,26343,571,1,1,23752,1,3027.09,1464.19,150.006,5.0091,300,0,0,9291,3231,0,0,0,0),(117859,21223,571,1,1,5562,0,3118.89,1376.96,141.42,4.64473,300,5,0,7181,0,1,0,0,0),(117860,27367,571,1,1,24591,1,4696.87,-283.367,163.696,2.04396,300,0,0,9940,0,2,0,0,0),(117861,21223,571,1,1,5562,0,3086.46,1312.81,140.673,6.22796,300,5,0,7181,0,1,0,0,0),(117862,21223,571,1,1,5562,0,3027.02,1513.93,132.883,1.80369,300,5,0,7181,0,1,0,0,0),(117863,21223,571,1,1,5562,0,3035.19,1542.62,133.75,4.64925,300,5,0,7181,0,1,0,0,0),(117864,21223,571,1,1,5562,0,3061.41,1483.61,139.76,4.10624,300,5,0,7181,0,1,0,0,0),(117865,21223,571,1,1,5562,0,3090.56,1415.09,133.94,3.90653,300,5,0,7181,0,1,0,0,0),(117866,26599,571,1,1,23953,1,4135.78,5282.23,25.1142,1.19467,300,0,0,8982,0,0,0,0,0),(117867,26343,571,1,1,25549,1,2982.76,1302.55,150.309,0.558505,300,0,0,9291,3231,0,0,0,0),(117868,21223,571,1,1,5562,0,3083.87,1348.94,133.786,2.3316,300,5,0,7181,0,1,0,0,0),(117869,21223,571,1,1,5562,0,3083.26,1381.53,130.303,2.7003,300,5,0,7181,0,1,0,0,0),(117870,26343,571,1,1,25549,1,3022.34,1525.82,149.516,6.14356,300,0,0,9291,3231,0,0,0,0),(117871,21223,571,1,1,5562,0,3043.46,1279.01,144.106,3.60087,300,5,0,7181,0,1,0,0,0),(117872,21223,571,1,1,5562,0,3062.98,1456.42,129.67,3.06404,300,5,0,7181,0,1,0,0,0),(117873,26343,571,1,1,23752,1,3047.76,1276.7,159.144,1.67552,300,0,0,9291,3231,0,0,0,0),(117874,26343,571,1,1,25549,1,3107.01,1421.1,149.337,3.29867,300,0,0,9291,3231,0,0,0,0),(117875,27367,571,1,1,24591,1,4570.13,-631.779,159.207,2.1517,300,0,0,9940,0,2,0,0,0),(117876,27367,571,1,1,24591,1,4644.6,-554.084,168.352,3.10251,300,0,0,9940,0,2,0,0,0),(117877,26343,571,1,1,25549,1,3067.36,1483.3,159.157,4.20624,300,0,0,9291,3231,0,0,0,0),(117878,26343,571,1,1,23752,1,3114.42,1470.04,150.683,5.5802,300,5,0,9291,3231,1,0,0,0),(117879,26343,571,1,1,23752,1,3123.69,1393.13,149.097,3.63029,300,0,0,9291,3231,0,0,0,0),(117880,31719,571,1,1,1004,0,5838.89,554.913,654.697,5.5676,300,0,0,42,0,0,0,0,0),(117881,29160,571,1,1,25959,1,3265.85,-2193.09,117.456,4.86947,300,0,0,25524,23943,0,0,0,0),(117882,29672,571,1,1,26503,0,5990.34,536.62,661.157,4.99164,300,0,0,12600,0,0,0,0,0),(117883,29928,571,1,1,11686,0,5785.53,-1592.42,235.14,2.54818,300,5,0,10635,0,1,0,0,0),(117884,29928,571,1,1,11686,0,5785.73,-1603.95,234.917,5.21853,300,5,0,10635,0,1,0,0,0),(117885,29928,571,1,1,11686,0,5788.15,-1588.9,234.973,2.87979,300,5,0,10635,0,1,0,0,0),(117886,29928,571,1,1,11686,0,5798.85,-1584.08,234.73,3.68265,300,5,0,10635,0,1,0,0,0),(117887,26856,571,1,1,11686,0,4126.74,-4851.46,75.8403,3.92699,300,0,0,42,0,0,0,0,0),(117888,29416,571,1,1,17200,0,5528.43,-2646.87,305.761,3.40339,300,0,0,8982,0,0,0,0,0),(117889,32744,571,1,1,28199,0,5841.74,702.172,618.212,4.29351,300,0,0,4652,0,0,0,0,0),(117890,26600,571,1,1,23967,1,4136.73,5316.55,28.726,0.328685,300,0,0,8982,0,0,0,0,0),(117891,26344,571,1,1,23753,1,3189.88,1315.27,158.569,4.38078,300,0,0,9291,0,0,0,0,0),(117892,26344,571,1,1,25552,1,3114.91,1230.21,156.036,4.18879,300,0,0,9291,0,0,0,0,0),(117893,26344,571,1,1,23753,1,3102.92,1231.87,156.86,4.67748,300,0,0,9291,0,0,0,0,0),(117894,26344,571,1,1,23753,1,3133.32,1583.29,163.607,1.74533,300,0,0,9291,0,0,0,0,0),(117895,26344,571,1,1,25552,1,3118.9,1582.3,163.607,1.32645,300,0,0,9291,0,0,0,0,0),(117896,26344,571,1,1,25552,1,2904.95,1511.16,156.952,4.29351,300,0,0,9291,0,0,0,0,0),(117897,26344,571,1,1,23753,1,3156,1559.71,162.489,6.12611,300,0,0,9291,0,0,0,0,0),(117898,26344,571,1,1,25552,1,3152.9,1544.46,162.405,6.23082,300,0,0,9291,0,0,0,0,0),(117899,26344,571,1,1,23753,1,3180.59,1463.69,151.856,1.41372,300,0,0,9291,0,0,0,0,0),(117900,26344,571,1,1,23753,1,3194.54,1443.11,151.36,5.44543,300,0,0,9291,0,0,0,0,0),(117901,26344,571,1,1,25552,1,3225.59,1389.19,149.933,5.74213,300,0,0,9291,0,0,0,0,0),(117902,30184,571,1,1,26380,0,8178.1,-2927.4,1145.99,4.82122,300,5,0,12175,0,1,0,0,0),(117903,23784,571,1,1,22111,0,1379.01,-6429.79,0.813762,2.58309,300,0,0,7984,0,0,0,0,0),(117904,30184,571,1,1,26380,0,8143.41,-2718.24,1050.35,0.784706,300,5,0,12175,0,1,0,0,0),(117905,30184,571,1,1,26380,0,8238.68,-2733.16,1051.26,6.12605,300,5,0,12175,0,1,0,0,0),(117906,30184,571,1,1,26380,0,8130.71,-2765.54,1061.25,5.1988,300,5,0,12175,0,1,0,0,0),(117907,30184,571,1,1,26380,0,8139.14,-2800.66,1042.44,5.54493,300,5,0,12175,0,1,0,0,0),(117908,30184,571,1,1,26380,0,8096.55,-2755,1043.28,5.66106,300,5,0,12175,0,1,0,0,0),(117909,30184,571,1,1,26380,0,8276.42,-2734.58,1055.02,3.23434,300,5,0,12175,0,1,0,0,0),(117910,30184,571,1,1,26380,0,8151.92,-2724.66,1037.06,1.30035,300,5,0,12175,0,1,0,0,0),(117911,30184,571,1,1,26380,0,8280.26,-2808.73,1056.57,2.75727,300,5,0,12175,0,1,0,0,0),(117912,30184,571,1,1,26380,0,8170.94,-2789.86,1040.33,0.126755,300,5,0,12175,0,1,0,0,0),(117913,30184,571,1,1,26380,0,8177.44,-2720.74,1033.78,0.40999,300,5,0,12175,0,1,0,0,0),(117914,30184,571,1,1,26380,0,8147.32,-2825.13,1062.64,0.156204,300,5,0,12175,0,1,0,0,0),(117915,30184,571,1,1,26380,0,8100.82,-2780.72,1059.29,5.63487,300,5,0,12175,0,1,0,0,0),(117916,30184,571,1,1,26380,0,8242.59,-2842.05,1052.83,0.318309,300,5,0,12175,0,1,0,0,0),(117917,30184,571,1,1,26380,0,8232.83,-2890.84,1057.48,2.25541,300,5,0,12175,0,1,0,0,0),(117918,30184,571,1,1,26380,0,8228.81,-2835.27,1063.71,5.71833,300,5,0,12175,0,1,0,0,0),(117919,30184,571,1,1,26380,0,8051.94,-2906.53,1141.1,1.77767,300,5,0,12175,0,1,0,0,0),(117920,26601,571,1,1,24006,1,4185.32,5226.44,24.8117,4.27606,300,0,0,8982,0,0,0,0,0),(117921,26601,571,1,1,24007,1,4136.5,5331.49,28.8111,2.56563,300,0,0,8982,0,0,0,0,0),(117922,26601,571,1,1,24006,1,4171.85,5364.68,29.0907,3.83301,300,0,0,8982,0,2,0,0,0),(117924,26601,571,1,1,24007,1,4052.63,5281.01,25.4349,2.14675,300,0,0,8982,0,0,0,0,0),(117925,26601,571,1,1,24005,1,4233.69,5260.2,71.907,1.8326,300,0,0,8982,0,0,0,0,0),(117926,29161,571,1,1,25960,1,3424.13,-2790.68,201.587,0.401426,300,0,0,25524,23943,0,0,0,0),(117927,29673,571,1,1,26496,0,5928.72,585.518,661.19,3.05433,300,0,0,12600,0,0,0,0,0),(117928,26857,571,1,1,11686,0,3969.44,-4999.99,75.0138,3.10669,300,0,0,42,0,0,0,0,0),(117929,27369,571,1,1,13069,0,3714.84,1008.6,69.3465,0.296706,300,0,0,42,0,0,0,0,0),(117930,27369,571,1,1,13069,0,3743.73,1015.16,70.9837,3.21141,300,0,0,42,0,0,0,0,0),(117931,27369,571,1,1,13069,0,3799,944.198,67.7794,3.33358,300,0,0,42,0,0,0,0,0),(117932,27369,571,1,1,13069,0,3754.01,903.934,67.2391,1.3439,300,0,0,42,0,0,0,0,0),(117933,27369,571,1,1,13069,0,3799.92,974.151,66.468,4.29351,300,0,0,42,0,0,0,0,0),(117934,27369,571,1,1,13069,0,3779.5,1003.11,66.6371,6.02139,300,0,0,42,0,0,0,0,0),(117935,27369,571,1,1,13069,0,3783.62,921.016,67.726,6.00393,300,0,0,42,0,0,0,0,0),(117936,28137,571,1,1,0,0,5257.56,-3499.99,291.759,4.31096,300,0,0,4979,0,0,0,0,0),(117937,23785,571,1,1,21763,0,1056.49,-5117.19,-20.3981,3.23349,300,0,0,6986,0,2,0,0,0),(117938,32745,571,1,1,28202,0,5813.39,686.224,618.914,5.60251,300,0,0,4652,0,2,0,0,0),(117939,29929,571,1,1,25871,0,5913.65,733.883,641.178,0.767945,300,0,0,12600,0,0,0,0,0),(117940,26601,571,1,1,24005,1,4198.44,5416.71,28.4326,1.85005,300,0,0,8982,0,0,0,0,0),(117941,26601,571,1,1,24008,1,4150.97,5306.58,25.1219,4.99164,300,0,0,8982,0,0,0,0,0),(117942,26601,571,1,1,24006,1,4123.45,5345.92,29.1854,2.35619,300,0,0,8982,0,0,0,0,0),(117943,26601,571,1,1,24007,1,4101.85,5263.09,24.8117,1.62316,300,0,0,8982,0,0,0,0,0),(117944,26601,571,1,1,24007,1,4120.09,5343.78,29.2486,3.89799,300,0,0,8982,0,2,0,0,0),(117946,26601,571,1,1,24007,1,4207.86,5406.07,28.8544,6.16101,300,0,0,8982,0,0,0,0,0),(117947,26601,571,1,1,24007,1,4136.85,5246.49,25.8809,5.58505,300,0,0,8982,0,0,0,0,0),(117949,26601,571,1,1,24006,1,4069.16,5291.75,28.8839,2.40855,300,0,0,8982,0,0,0,0,0),(117950,26601,571,1,1,24007,1,4084.26,5276.84,28.9532,5.23599,300,0,0,8982,0,0,0,0,0),(117951,26601,571,1,1,24008,1,4156.21,5379.3,28.6034,3.95007,300,0,0,8982,0,2,0,0,0),(117952,26601,571,1,1,24007,1,4114.01,5310.07,28.7593,4.24837,300,0,0,8982,0,2,0,0,0),(117953,27369,571,1,1,13069,0,4513.67,1783.26,164.555,4.92183,300,0,0,42,0,0,0,0,0),(117954,27369,571,1,1,13069,0,4481.91,1762.82,164.304,2.80998,300,0,0,42,0,0,0,0,0),(117959,26601,571,1,1,24006,1,4043.77,5277.57,24.9428,1.39626,300,0,0,8982,0,0,0,0,0),(117960,23785,571,1,1,21763,0,648.838,-5147.83,-22.8158,6.02276,300,0,0,6986,0,2,0,0,0),(117961,23785,571,1,1,21763,0,769.845,-5155.07,-3.71512,3.28878,300,0,0,6986,0,2,0,0,0),(117962,23785,571,1,1,21763,0,323.322,-5136.98,-11.4671,3.93792,300,0,0,6986,0,2,0,0,0),(117963,27113,571,1,1,23701,0,3576.84,-5124.74,167.202,6.03884,120,0,0,10282,3466,0,0,0,0),(117964,25321,571,1,1,25975,1,3599.76,5529.71,27.1876,2.07694,300,0,0,9610,0,0,0,0,0),(117965,25321,571,1,1,25975,1,3698.64,5541.16,37.7789,0.15708,300,0,0,9610,0,0,0,0,0),(117966,25321,571,1,1,25973,1,3617.37,5535.98,27.0259,1.48353,300,0,0,9610,0,0,0,0,0),(117967,25321,571,1,1,25975,1,3587.37,5564.92,28.324,4.92183,300,0,0,9610,0,0,0,0,0),(117968,25321,571,1,1,25973,1,3625.21,5636.66,30.1231,4.04916,300,0,0,9610,0,0,0,0,0),(117969,25321,571,1,1,25975,1,3703.18,5525.87,39.6872,0.523599,300,0,0,9610,0,0,0,0,0),(117970,25321,571,1,1,25975,1,3725.75,5539.01,38.8668,2.84489,300,0,0,9610,0,0,0,0,0),(117971,25321,571,1,1,25973,1,3688.82,5591.13,32.9978,1.23918,300,0,0,9610,0,0,0,0,0),(117972,25321,571,1,1,25975,1,3654.45,5641.67,34.5135,2.19912,300,0,0,9610,0,0,0,0,0),(117973,25321,571,1,1,25973,1,3681.31,5598.35,33.2253,0.436332,300,0,0,9610,0,0,0,0,0),(117974,25321,571,1,1,25973,1,3697.45,5617.13,33.3563,4.20624,300,0,0,9610,0,0,0,0,0),(117975,25321,571,1,1,25975,1,3704.47,5609.52,33.4829,3.47321,300,0,0,9610,0,0,0,0,0),(117976,25321,571,1,1,25975,1,3656.58,5625.51,32.5816,1.8326,300,0,0,9610,0,0,0,0,0),(117977,29162,571,1,1,25961,1,3210.57,-682.367,167.62,4.17134,300,0,0,25524,23943,0,0,0,0),(117979,24042,571,1,1,11686,0,1525.72,-5600.73,224.985,3.15905,300,0,0,4120,0,0,0,0,0),(117980,30442,571,1,1,19595,0,7213.34,-2713.5,895.926,3.80482,300,0,0,4979,0,0,0,0,0),(117981,30442,571,1,1,19595,0,7393.85,-2841.64,890.022,3.7001,300,0,0,4979,0,0,0,0,0),(117982,30442,571,1,1,19595,0,7177.02,-2639.99,862.105,0.506145,300,0,0,4979,0,0,0,0,0),(117983,24042,571,1,1,11686,0,434.802,-4640.9,246.886,2.14675,300,0,0,4120,0,0,0,0,0),(117984,24042,571,1,1,11686,0,445.826,-4630.53,247.971,3.05433,300,0,0,4120,0,0,0,0,0),(117985,24042,571,1,1,11686,0,2615.93,5263.54,39.4937,5.35816,300,0,0,4120,0,0,0,0,0),(117986,24042,571,1,1,11686,0,4403.35,-2500.32,253.065,3.42085,300,0,0,4120,0,0,0,0,0),(117987,29674,571,1,1,26494,0,5985.26,559.643,661.169,3.01942,300,0,0,12600,0,0,0,0,0),(117988,24042,571,1,1,11686,0,2217,5480.58,2.48752,1.71042,300,0,0,4120,0,0,0,0,0),(117989,24042,571,1,1,11686,0,2228.81,5401.81,1.37573,2.70526,300,0,0,4120,0,0,0,0,0),(117990,24042,571,1,1,11686,0,2336.39,5445.07,1.52174,0.296706,300,0,0,4120,0,0,0,0,0),(117991,24042,571,1,1,11686,0,2165.91,5560,7.06817,2.05949,300,0,0,4120,0,0,0,0,0),(117992,24042,571,1,1,11686,0,2176.25,5455.92,1.44864,2.00713,300,0,0,4120,0,0,0,0,0),(117993,24042,571,1,1,11686,0,2086.49,5463.58,0.321448,3.78736,300,0,0,4120,0,0,0,0,0),(117994,24042,571,1,1,11686,0,2180.82,5483.33,0.336253,1.90241,300,0,0,4120,0,0,0,0,0),(117995,24042,571,1,1,11686,0,2322.69,5427.32,2.38331,5.2709,300,0,0,4120,0,0,0,0,0),(117996,24042,571,1,1,11686,0,2121.12,5543.17,2.97596,2.32129,300,0,0,4120,0,0,0,0,0),(117997,24042,571,1,1,11686,0,2288.72,5445.42,2.42545,4.36332,300,0,0,4120,0,0,0,0,0),(117998,24042,571,1,1,11686,0,1869.09,-6129.34,23.3879,2.77507,300,0,0,4120,0,0,0,0,0),(117999,24042,571,1,1,11686,0,1058.72,-4462.61,169.15,0.645772,300,0,0,4120,0,0,0,0,0),(118000,24042,571,1,1,11686,0,1065.55,-4463.49,169.402,1.8326,300,0,0,4120,0,0,0,0,0),(118001,24042,571,1,1,11686,0,809.337,-4472.02,174.562,1.8326,300,0,0,4120,0,0,0,0,0),(118002,24042,571,1,1,11686,0,813.844,-4477.99,174.027,4.06662,300,0,0,4120,0,0,0,0,0),(118003,24042,571,1,1,11686,0,967.048,-4350.98,150.555,5.72468,300,0,0,4120,0,0,0,0,0),(118004,24810,571,1,1,25974,1,743.706,-2884.84,7.25464,5.60251,300,0,0,9291,0,0,0,0,0),(118005,28138,571,1,1,25376,0,5263.77,4511.33,-84.7118,2.49582,300,0,0,117700,3809,0,0,0,0),(118006,26602,571,1,1,23955,1,4126.8,5309.59,28.8055,2.18166,300,0,0,8982,0,0,0,0,0),(118007,24042,571,1,1,11686,0,3985.62,-3996.21,169.439,2.3911,300,0,0,4120,0,0,0,0,0),(118008,24042,571,1,1,11686,0,2349.78,5421.51,2.38421,0.226893,300,0,0,4120,0,0,0,0,0),(118009,24042,571,1,1,11686,0,2106.24,5467.07,0.570151,2.35619,300,0,0,4120,0,0,0,0,0),(118010,24042,571,1,1,11686,0,2379.66,5396.05,2.03097,5.67232,300,0,0,4120,0,0,0,0,0),(118011,24042,571,1,1,11686,0,2356.57,5408.27,2.71614,4.62512,300,0,0,4120,0,0,0,0,0),(118012,24042,571,1,1,11686,0,2320.4,5446.8,1.95109,0.733038,300,0,0,4120,0,0,0,0,0),(118013,24042,571,1,1,11686,0,2138.17,5480.35,0.59142,1.91986,300,0,0,4120,0,0,0,0,0),(118014,24042,571,1,1,11686,0,2257.88,5460.59,3.43704,1.93731,300,0,0,4120,0,0,0,0,0),(118015,24042,571,1,1,11686,0,2199.33,5445.66,1.36368,5.25344,300,0,0,4120,0,0,0,0,0),(118016,24042,571,1,1,11686,0,2403.63,5361.29,1.09617,5.91667,300,0,0,4120,0,0,0,0,0),(118017,24042,571,1,1,11686,0,2288.8,5419.78,1.55352,4.38078,300,0,0,4120,0,0,0,0,0),(118018,24042,571,1,1,11686,0,1068.41,-4470.2,169.974,6.02139,300,0,0,4120,0,0,0,0,0),(118019,24042,571,1,1,11686,0,879.066,-4367.3,143.141,3.22886,300,0,0,4120,0,0,0,0,0),(118020,24042,571,1,1,11686,0,970.071,-4357.93,149.653,3.9619,300,0,0,4120,0,0,0,0,0),(118021,24042,571,1,1,11686,0,3968.48,-3978.28,169.984,2.37365,300,0,0,4120,0,0,0,0,0),(118022,24042,571,1,1,11686,0,2145.26,5424.9,1.24399,0.383972,300,0,0,4120,0,0,0,0,0),(118023,24042,571,1,1,11686,0,2356,5434.9,2.44041,0.593412,300,0,0,4120,0,0,0,0,0),(118024,24042,571,1,1,11686,0,2264.33,5395.35,1.73386,5.72468,300,0,0,4120,0,0,0,0,0),(118025,24042,571,1,1,11686,0,2292.09,5433.66,1.8953,0.942478,300,0,0,4120,0,0,0,0,0),(118026,24042,571,1,1,11686,0,2120.7,5466.75,0.335815,1.90241,300,0,0,4120,0,0,0,0,0),(118027,24042,571,1,1,11686,0,2299.15,5389.94,1.65665,0.034907,300,0,0,4120,0,0,0,0,0),(118028,24042,571,1,1,11686,0,2248.86,5418.13,1.69962,0.139626,300,0,0,4120,0,0,0,0,0),(118029,24042,571,1,1,11686,0,2322.11,5405.34,1.69963,0.139626,300,0,0,4120,0,0,0,0,0),(118030,24042,571,1,1,11686,0,979.265,-4346.84,152.137,2.89725,300,0,0,4120,0,0,0,0,0),(118031,24042,571,1,1,11686,0,874.717,-4372.55,160.668,0.558505,300,0,0,4120,0,0,0,0,0),(118032,24042,571,1,1,11686,0,3992.86,-4005.7,171.063,5.07891,300,0,0,4120,0,0,0,0,0),(118033,24042,571,1,1,11686,0,969.164,-4341.35,152.707,1.97222,300,0,0,4120,0,0,0,0,0),(118034,24042,571,1,1,11686,0,815.193,-4468.37,174.691,3.21141,300,0,0,4120,0,0,0,0,0),(118035,24042,571,1,1,11686,0,882.472,-4378.36,163.148,0.017453,300,0,0,4120,0,0,0,0,0),(118036,24042,571,1,1,11686,0,3957.84,-3975.5,171.668,1.36136,300,0,0,4120,0,0,0,0,0),(118037,24042,571,1,1,11686,0,4053.24,-4004.12,167.766,0.802851,300,0,0,4120,0,0,0,0,0),(118038,24042,571,1,1,11686,0,4056.53,-4014.36,169.107,2.25148,300,0,0,4120,0,0,0,0,0),(118039,24042,571,1,1,11686,0,4083.94,-3987.23,167.474,2.72271,300,0,0,4120,0,0,0,0,0),(118040,24042,571,1,1,11686,0,4060.68,-4006.94,168.172,1.95477,300,0,0,4120,0,0,0,0,0),(118041,24042,571,1,1,11686,0,4066.52,-3999.7,168.553,4.31096,300,0,0,4120,0,0,0,0,0),(118042,24042,571,1,1,11686,0,4000.31,-4012.83,172.124,0.017453,300,0,0,4120,0,0,0,0,0),(118043,24042,571,1,1,11686,0,4088.6,-3997.64,168.569,1.23918,300,0,0,4120,0,0,0,0,0),(118044,24042,571,1,1,11686,0,4008.51,-4007.05,169.547,5.89921,300,0,0,4120,0,0,0,0,0),(118045,29418,571,1,1,26237,0,1974.76,-6259.17,8.6666,0.418879,300,0,0,7984,0,0,0,0,0),(118046,27114,571,1,1,23846,0,3468.19,-5118.6,237.03,1.67552,120,0,0,10282,3466,0,0,0,0),(118047,27626,571,1,1,25030,0,4033.07,-4375.17,262.194,4.31096,300,0,0,10282,0,0,0,0,0),(118048,10218,571,1,1,2030,0,4501.94,-3653.77,229.833,5.45224,300,5,0,5158,0,1,0,0,0),(118049,10218,571,1,1,2030,0,4520.16,-3409.87,227.14,3.84367,300,5,0,5158,0,1,0,0,0),(118050,10218,571,1,1,2030,0,4480.92,-3490.17,227.14,4.25694,300,5,0,5158,0,1,0,0,0),(118051,10218,571,1,1,2030,0,4501.12,-3393.58,230.14,0.705238,300,5,0,5158,0,1,0,0,0),(118052,10218,571,1,1,2030,0,4547.76,-3540.8,229.023,2.14433,300,5,0,5158,0,1,0,0,0),(118053,10218,571,1,1,2030,0,4505.81,-3500.96,227.094,5.22851,300,5,0,5158,0,1,0,0,0),(118054,10218,571,1,1,2030,0,4550.57,-3640.47,229.001,4.68073,300,5,0,5158,0,1,0,0,0),(118056,10218,571,1,1,2030,0,4500.36,-3648.06,229.958,0.872203,300,5,0,5158,0,1,0,0,0),(118057,25322,571,1,1,25977,1,3609.44,5530.15,27.0209,1.91986,300,0,0,9610,0,0,0,0,0),(118058,25322,571,1,1,25976,1,3711.72,5558.41,35.3111,4.74729,300,0,0,9610,0,0,0,0,0),(118059,25322,571,1,1,25976,1,3617.65,5481.99,30.9766,2.84489,300,0,0,9610,0,0,0,0,0),(118060,25322,571,1,1,25976,1,3565.22,5545.57,27.0209,6.07375,300,0,0,9610,0,0,0,0,0),(118061,25322,571,1,1,25976,1,3686.55,5609.77,33.1442,5.44543,300,0,0,9610,0,0,0,0,0),(118062,25322,571,1,1,25977,1,3699.7,5595.19,33.4994,2.3911,300,0,0,9610,0,0,0,0,0),(118063,25322,571,1,1,25977,1,3649.2,5637.08,34.6686,2.00713,300,0,0,9610,0,0,0,0,0),(118064,32746,571,1,1,28203,0,5929.33,570.919,609.758,3.5469,300,0,0,4652,0,2,0,0,0),(118065,24811,571,1,1,22647,0,1146.71,-6162.39,266.225,0.174533,300,0,0,5233,2991,0,0,0,0),(118066,4075,571,1,1,1418,0,1990.79,-4223.06,209.43,4.61937,300,5,0,8,0,1,0,0,0),(118067,4075,571,1,1,1418,0,1759.27,-4239.14,237.882,2.7103,300,5,0,8,0,1,0,0,0),(118068,4075,571,1,1,2176,0,1783.53,-4024.59,234.053,1.20896,300,5,0,8,0,1,0,0,0),(118069,4075,571,1,1,1141,0,1998.62,-4189.39,209.43,5.99706,300,5,0,8,0,1,0,0,0),(118070,4075,571,1,1,1141,0,2704.83,-3678.05,221.847,3.36002,300,5,0,8,0,1,0,0,0),(118071,4075,571,1,1,1141,0,295.356,-5779.76,83.4938,4.47621,300,5,0,8,0,1,0,0,0),(118072,29675,571,1,1,26501,0,5910.11,577.173,661.19,2.70526,300,0,0,12600,0,0,0,0,0),(118073,27371,571,1,1,24592,1,3991.77,-3186.28,281.448,0.069813,300,0,0,9610,0,0,0,0,0),(118074,28139,571,1,1,25382,0,5300.15,4487.13,-93.6376,5.77704,300,0,0,42,0,0,0,0,0),(118075,4075,571,1,1,1418,0,1663.04,-4253.71,252.378,3.3569,300,5,0,8,0,1,0,0,0),(118076,4075,571,1,1,1141,0,-106.02,-4961.66,312.269,1.80176,300,5,0,8,0,1,0,0,0),(118077,4075,571,1,1,1418,0,948.349,-5322.64,175.816,3.23265,300,5,0,8,0,1,0,0,0),(118078,4075,571,1,1,1141,0,-29.6875,-4883.85,305.663,2.35604,300,5,0,8,0,1,0,0,0),(118079,4075,571,1,1,2176,0,1821.13,-4257.75,208.899,4.20246,300,5,0,8,0,1,0,0,0),(118080,4075,571,1,1,1141,0,1647.16,-4040.45,256.739,4.66593,300,5,0,8,0,1,0,0,0),(118081,4075,571,1,1,1418,0,33.0006,-4981.09,312.093,4.60065,300,5,0,8,0,1,0,0,0),(118082,28139,571,1,1,25384,0,5302.72,4488.91,-93.6225,4.5204,300,0,0,42,0,0,0,0,0),(118083,28139,571,1,1,25382,0,5295.04,4491.36,-93.5569,3.19395,300,0,0,42,0,0,0,0,0),(118084,28139,571,1,1,25382,0,5294.02,4489.59,-93.4992,2.30383,300,0,0,42,0,0,0,0,0),(118085,4075,571,1,1,1141,0,946.642,-5368.78,185.75,0.984978,300,5,0,8,0,1,0,0,0),(118086,4075,571,1,1,1418,0,1844.56,-4012.8,210.262,1.83355,300,5,0,8,0,1,0,0,0),(118087,4075,571,1,1,1418,0,1646.78,-4083.18,272.597,0.604492,300,5,0,8,0,1,0,0,0),(118088,4075,571,1,1,1418,0,1840.49,-4226.47,210.614,3.95114,300,5,0,8,0,1,0,0,0),(118089,4075,571,1,1,1418,0,889.462,-5501.86,194.331,3.39616,300,5,0,8,0,1,0,0,0),(118090,4075,571,1,1,1141,0,64.269,-4903.12,314.118,2.66747,300,5,0,8,0,1,0,0,0),(118091,4075,571,1,1,1141,0,1909.47,-4196.1,215.216,3.92838,300,5,0,8,0,1,0,0,0),(118092,4075,571,1,1,1418,0,1885,-4222.85,215.114,3.11121,300,5,0,8,0,1,0,0,0),(118093,4075,571,1,1,1141,0,55.8059,-4893.61,313.11,0.425171,300,5,0,8,0,1,0,0,0),(118094,4075,571,1,1,1418,0,993.663,-5563.54,188.56,5.16239,300,5,0,8,0,1,0,0,0),(118095,4075,571,1,1,1141,0,283.366,-5730.08,97.3068,1.32176,300,5,0,8,0,1,0,0,0),(118096,4075,571,1,1,1418,0,1742.32,-4155.45,271.016,1.42399,300,5,0,8,0,1,0,0,0),(118097,4075,571,1,1,2176,0,2028.67,-4167.97,217.58,6.00661,300,5,0,8,0,1,0,0,0),(118098,4075,571,1,1,1141,0,2051.23,-4186.64,214.599,3.90001,300,5,0,8,0,1,0,0,0),(118099,4075,571,1,1,1418,0,1761.94,-4192.89,238.874,0.29197,300,5,0,8,0,1,0,0,0),(118100,4075,571,1,1,1141,0,1621.59,-4204.72,265.642,5.51146,300,5,0,8,0,1,0,0,0),(118101,4075,571,1,1,1418,0,2000.58,-4099.29,216.941,3.60686,300,5,0,8,0,1,0,0,0),(118102,4075,571,1,1,1418,0,1014.58,-5501.56,188.605,4.27426,300,5,0,8,0,1,0,0,0),(118103,4075,571,1,1,1418,0,1936.79,-4032.21,216.91,4.80049,300,5,0,8,0,1,0,0,0),(118104,4075,571,1,1,1141,0,883.642,-5593.05,204.142,4.54153,300,5,0,8,0,1,0,0,0),(118105,4075,571,1,1,1418,0,1746.4,-4095.31,268.49,5.38042,300,5,0,8,0,1,0,0,0),(118106,4075,571,1,1,1418,0,1884.21,-4041.71,213.702,4.13783,300,5,0,8,0,1,0,0,0),(118107,4075,571,1,1,2176,0,1674.81,-4157.84,273.359,4.04294,300,5,0,8,0,1,0,0,0),(118108,4075,571,1,1,2176,0,1945.86,-4080.26,215.204,1.47117,300,5,0,8,0,1,0,0,0),(118109,4075,571,1,1,1418,0,1965.68,-4224.94,209.557,0.774233,300,5,0,8,0,1,0,0,0),(118110,4075,571,1,1,1141,0,856.348,-5363.22,198.425,1.79016,300,5,0,8,0,1,0,0,0),(118111,4075,571,1,1,1418,0,1812.73,-4193.11,240.135,3.02718,300,5,0,8,0,1,0,0,0),(118112,4075,571,1,1,1418,0,1936.85,-4162.53,213.89,4.96103,300,5,0,8,0,1,0,0,0),(118113,4075,571,1,1,1141,0,-40.9102,-5051.36,318.372,2.69806,300,5,0,8,0,1,0,0,0),(118114,4075,571,1,1,2176,0,1730.34,-4032.28,244.092,0.917693,300,5,0,8,0,1,0,0,0),(118115,4075,571,1,1,1141,0,1820.47,-4106.45,232.027,4.05913,300,5,0,8,0,1,0,0,0),(118116,4075,571,1,1,1418,0,-118.837,-5064.58,311.71,0.151015,300,5,0,8,0,1,0,0,0),(118117,4075,571,1,1,1418,0,2694.99,-3577.08,205.315,6.05166,300,5,0,8,0,1,0,0,0),(118118,4075,571,1,1,1418,0,1960.48,-4145.66,215.508,6.2618,300,5,0,8,0,1,0,0,0),(118119,4075,571,1,1,1418,0,831.654,-5350.28,189.687,3.50043,300,5,0,8,0,1,0,0,0),(118120,4075,571,1,1,1418,0,231.679,-5680.44,132.707,1.01537,300,5,0,8,0,1,0,0,0),(118121,4075,571,1,1,1418,0,286.49,-5710.06,108.722,0.114139,300,5,0,8,0,1,0,0,0),(118122,4075,571,1,1,2176,0,2714.14,-3465.39,223.985,2.26166,300,5,0,8,0,1,0,0,0),(118123,4075,571,1,1,2176,0,-25.6942,-4872.08,302.663,5.06611,300,5,0,8,0,1,0,0,0),(118124,4075,571,1,1,1418,0,-46.7811,-4935.05,305.946,1.89747,300,5,0,8,0,1,0,0,0),(118125,4075,571,1,1,1418,0,-116.723,-4956.51,308.769,1.1405,300,5,0,8,0,1,0,0,0),(118126,4075,571,1,1,2176,0,-84.8496,-5029.48,316.094,1.62301,300,0,0,8,0,0,0,0,0),(118127,4075,571,1,1,1141,0,1706.71,-4161.48,273.518,1.70087,300,5,0,8,0,1,0,0,0),(118128,4075,571,1,1,1418,0,1697.45,-4056.98,268.24,1.51396,300,5,0,8,0,1,0,0,0),(118129,4075,571,1,1,1141,0,2652.98,-3478.67,206.586,0.407985,300,5,0,8,0,1,0,0,0),(118130,4075,571,1,1,1141,0,2026.6,-4122.07,218.743,0.246647,300,5,0,8,0,1,0,0,0),(118131,4075,571,1,1,1418,0,1854.55,-4135.37,217.906,2.20024,300,5,0,8,0,1,0,0,0),(118132,26603,571,1,1,23933,0,3823.7,1534.93,89.7371,1.23915,300,0,0,99400,0,0,0,0,0),(118133,26603,571,1,1,23932,0,3861.66,1538.08,89.846,0.468456,300,0,0,99400,0,0,0,0,0),(118134,26603,571,1,1,23933,0,3858.96,1558.49,89.7245,3.81495,300,0,0,99400,0,0,0,0,0),(118135,26603,571,1,1,23932,0,3879.31,1520.26,90.1617,2.13791,300,0,0,99400,0,0,0,0,0),(118136,4075,571,1,1,1418,0,1918.22,-4095.22,214.116,4.88436,300,0,0,8,0,0,0,0,0),(118137,4075,571,1,1,2176,0,1662.95,-4121.34,274.487,2.3491,300,5,0,8,0,1,0,0,0),(118138,4075,571,1,1,1418,0,-137.163,-5055.86,311.646,3.91131,300,5,0,8,0,1,0,0,0),(118139,4075,571,1,1,1418,0,14.5745,-4962.87,305.058,1.56795,300,5,0,8,0,1,0,0,0),(118140,4075,571,1,1,1141,0,2620.23,-3716.06,245.42,0.180267,300,5,0,8,0,1,0,0,0),(118141,4075,571,1,1,2176,0,2670.16,-3766.76,249.976,4.87874,300,5,0,8,0,1,0,0,0),(118142,4075,571,1,1,1418,0,5.99523,-4984.26,305.593,1.30015,300,5,0,8,0,1,0,0,0),(118143,4075,571,1,1,1418,0,837.918,-5351.34,203,2.94637,300,5,0,8,0,1,0,0,0),(118144,29419,571,1,1,26236,0,1977.49,-6255.19,8.66714,0.314159,300,0,0,7984,0,0,0,0,0),(118145,4075,571,1,1,2176,0,-115.971,-5158.85,328.714,3.85657,300,5,0,8,0,1,0,0,0),(118146,4075,571,1,1,2176,0,-86.1649,-5141.57,331.095,5.0675,300,5,0,8,0,1,0,0,0),(118147,26347,571,1,1,26155,0,3445.1,-5193.24,270.583,5.86431,300,0,0,10282,0,0,0,0,0),(118148,4075,571,1,1,1141,0,-96.5273,-5132.19,322.209,4.99148,300,5,0,8,0,1,0,0,0),(118149,27115,571,1,1,23847,0,3379.34,-5103.15,326.386,1.13446,120,0,0,10282,3466,0,0,0,0),(118150,26347,571,1,1,26155,0,3461.37,-5119.53,237.131,0.872665,300,0,0,10282,0,0,0,0,0),(118151,26347,571,1,1,26155,0,3468.27,-5075.8,236.998,5.84685,300,0,0,10282,0,0,0,0,0),(118153,26347,571,1,1,26155,0,3629.13,-5117.85,165.045,0.802851,300,0,0,10282,0,0,0,0,0),(118154,26347,571,1,1,26155,0,3514.84,-5083.14,237.602,4.38078,300,0,0,10282,0,0,0,0,0),(118155,26347,571,1,1,26155,0,3421.88,-4979.52,285.442,4.90438,300,0,0,10282,0,0,0,0,0),(118156,26347,571,1,1,26155,0,3374.82,-5098.12,326.887,0.855211,300,0,0,10282,0,0,0,0,0),(118157,26347,571,1,1,26155,0,3359.97,-5051.06,324.491,4.95342,300,0,0,10282,0,2,0,0,0),(118158,26347,571,1,1,26155,0,3633.01,-5019.05,179.882,0.645772,300,0,0,10282,0,0,0,0,0),(118159,26347,571,1,1,26155,0,3614.64,-5093.48,165.902,0.750492,300,0,0,10282,0,0,0,0,0),(42889,29751,571,1,1,26497,0,6951.33,46.3564,795.069,2.67035,300,0,0,0,0,0,2,537165888,8),(118161,26347,571,1,1,26155,0,3500.49,-5094.54,236.93,0.996186,300,0,0,10282,0,0,0,0,0),(118163,26347,571,1,1,26155,0,3493.55,-5071.54,237.207,4.39823,300,0,0,10282,0,0,0,0,0),(118164,26347,571,1,1,26155,0,3646.95,-5101.17,165.013,4.67627,300,0,0,10282,0,2,0,0,0),(118165,26347,571,1,1,26155,0,3343.36,-5063.28,327.955,0.698132,300,0,0,10282,0,0,0,0,0),(118166,26347,571,1,1,26155,0,3320.65,-5113.28,322.617,3.63029,300,0,0,10282,0,2,0,0,0),(118167,4075,571,1,1,1141,0,-94.7937,-5025.29,312.469,2.87873,300,5,0,8,0,1,0,0,0),(118168,4075,571,1,1,1141,0,-7.90625,-4886.81,297.788,2.80984,300,5,0,8,0,1,0,0,0),(118169,4075,571,1,1,1141,0,-80.0763,-5009.4,307.811,2.05627,300,5,0,8,0,1,0,0,0),(118170,4075,571,1,1,1141,0,-119.809,-5137.65,324.86,3.04581,300,5,0,8,0,1,0,0,0),(118171,4075,571,1,1,2176,0,-60.702,-5063.33,318.704,2.65641,300,5,0,8,0,1,0,0,0),(118172,4075,571,1,1,1141,0,-22.5878,-4958.06,305.864,0.919056,300,5,0,8,0,1,0,0,0),(118173,4075,571,1,1,1418,0,5758.38,525.776,652.785,0.1518,300,5,0,8,0,1,0,0,0),(118175,4075,571,1,1,1141,0,5750.19,525.519,652.828,2.47163,300,5,0,8,0,1,0,0,0),(118176,32747,571,1,1,28204,0,5822.81,744.402,623.063,4.61296,300,5,0,4652,0,2,0,0,0),(118177,24812,571,1,1,27060,0,1422.23,-5739.74,262.603,0.244998,300,0,0,189000,0,2,0,0,0),(118178,28140,571,1,1,25134,0,5600.21,4585.63,-140.384,1.10177,300,5,0,42,0,1,0,0,0),(118179,28140,571,1,1,25173,0,5584.44,4576.55,-139.89,6.20207,300,5,0,42,0,1,0,0,0),(118180,28140,571,1,1,25133,0,5644.53,4612.58,-134.353,0.406444,300,0,0,42,0,0,0,0,0),(118181,28140,571,1,1,25134,0,5640.86,4611,-135.353,0.607368,300,5,0,42,0,1,0,0,0),(118182,29676,571,1,1,26505,0,5974.76,544.652,661.779,1.97222,300,0,0,12600,0,0,0,0,0),(118183,26860,571,1,1,24078,1,3270.89,-2197.23,117.456,4.27606,300,0,0,220020,0,0,0,0,0),(118184,28396,571,1,1,27842,1,5926.01,-2345.48,293.924,5.37561,300,0,0,11001,0,0,0,0,0),(118185,32492,571,1,1,27982,0,6796.91,2448.19,465.243,3.54512,300,0,0,69725,0,2,0,0,0),(118186,32492,571,1,1,27982,0,6847.68,2585.47,451.07,4.03463,300,0,0,69725,0,2,0,0,0),(118187,26604,571,1,1,21618,1,3826.5,-1985.58,208.376,4.27606,300,0,0,6986,0,0,0,0,0),(118188,32492,571,1,1,27982,0,6769.96,2661.26,510.087,2.95005,300,0,0,69725,0,2,0,0,0),(118189,32492,571,1,1,27982,0,6699.52,2535.79,495.026,1.98003,300,0,0,69725,0,2,0,0,0),(118190,32492,571,1,1,27982,0,6884.51,2582.77,451.566,0.401895,300,0,0,69725,0,2,0,0,0),(118191,24812,571,1,1,27060,0,792.411,-4165.13,190.852,0.82648,300,0,0,189000,0,2,0,0,0),(118192,4076,571,1,1,2177,0,2699.64,-3390.92,224.908,4.50182,300,5,0,8,0,1,0,0,0),(118193,4076,571,1,1,2177,0,2619.74,-3567.06,205.361,1.4012,300,5,0,8,0,1,0,0,0),(118194,4076,571,1,1,2177,0,2516.32,-3604.52,238.092,5.23105,300,5,0,8,0,1,0,0,0),(118195,4076,571,1,1,2177,0,2699.01,-3423.55,219.568,3.09274,300,5,0,8,0,1,0,0,0),(118196,4076,571,1,1,2177,0,2475.47,-3556.14,230.999,6.01796,300,5,0,8,0,1,0,0,0),(118197,4076,571,1,1,2177,0,2737.72,-3630.71,222.434,1.4895,300,5,0,8,0,1,0,0,0),(118198,4076,571,1,1,2177,0,2657.11,-3608.1,205.375,4.90099,300,5,0,8,0,1,0,0,0),(118199,4076,571,1,1,2177,0,2493.7,-3591.71,232.339,0.661432,300,5,0,8,0,1,0,0,0),(118200,29420,571,1,1,26238,0,1978.27,-6257,8.66691,0.418879,300,0,0,7984,0,0,0,0,0),(118201,26348,571,1,1,25793,1,5064.13,-4796.64,219.467,2.72271,300,0,0,10282,3466,0,0,0,0),(118202,25836,571,1,1,23426,1,3164.92,5660.46,36.984,3.87046,300,5,0,7984,3080,1,0,0,0),(118203,25836,571,1,1,23427,1,3194.74,5660.78,39.8344,4.61359,300,5,0,7984,3080,1,0,0,0),(118204,25836,571,1,1,23426,1,3197.2,5656.62,39.2845,2.72186,300,5,0,7984,3080,1,0,0,0),(118205,25836,571,1,1,23427,1,3183.2,5577.17,37.3386,1.83924,300,5,0,7984,3080,1,0,0,0),(118206,25836,571,1,1,23427,1,3243.35,5530.36,41.8501,4.17633,300,5,0,7984,3080,1,0,0,0),(118207,25836,571,1,1,23427,1,3221.57,5594.24,36.1185,4.55852,300,5,0,7984,3080,1,0,0,0),(118208,25836,571,1,1,23427,1,3183.51,5582.84,36.9511,4.33549,300,5,0,7984,3080,1,0,0,0),(118209,25836,571,1,1,23427,1,3168.58,5600.54,37.0608,1.12222,300,5,0,7984,3080,1,0,0,0),(118212,25836,571,1,1,23426,1,3190.04,5626.62,36.7438,2.43783,300,5,0,7984,3080,1,0,0,0),(118213,25836,571,1,1,23427,1,3212.41,5624.48,37.5207,2.18712,300,5,0,7984,3080,1,0,0,0),(118214,25836,571,1,1,23427,1,3175.82,5615.62,33.9729,3.19666,300,5,0,7984,3080,1,0,0,0),(118215,25836,571,1,1,23427,1,3160.92,5656.18,36.1939,0.905785,300,5,0,7984,3080,1,0,0,0),(118216,25836,571,1,1,23427,1,3191.55,5657.1,39.153,0.248062,300,5,0,7984,3080,1,0,0,0),(118217,25836,571,1,1,23427,1,3242.07,5524.87,42.3837,1.65494,300,5,0,7984,3080,1,0,0,0),(118218,25836,571,1,1,23427,1,3240.61,5525.09,42.2567,1.14658,300,5,0,7984,3080,1,0,0,0),(118219,25836,571,1,1,23427,1,3221.1,5551.71,37.4458,3.29655,300,5,0,7984,3080,1,0,0,0),(118221,32748,571,1,1,28205,0,5853.73,684.697,610.738,3.71817,300,0,0,4652,0,0,0,0,0),(118222,27629,571,1,1,25710,0,3565.75,358.111,124.274,3.9968,300,0,0,138255,0,0,0,0,0),(118223,27629,571,1,1,25710,0,3510.12,354.557,122.397,5.51524,300,0,0,138255,0,0,0,0,0),(118224,28397,571,1,1,25936,1,5930.4,-2345.61,293.924,4.92183,300,0,0,11001,0,0,0,0,0),(118225,32749,571,1,1,28207,0,5844.87,698.791,618.249,4.01426,300,0,0,4652,0,0,0,0,0),(118226,27629,571,1,1,25710,0,3511.68,269.646,130.713,0.174533,300,0,0,138255,0,0,0,0,0),(118227,27629,571,1,1,25710,0,3570.31,302.2,131.881,4.03171,300,0,0,138255,0,0,0,0,0),(118228,27629,571,1,1,25710,0,3519.96,295.122,130.739,5.65487,300,0,0,138255,0,0,0,0,0),(118229,27629,571,1,1,25710,0,3581.39,276.682,131.991,3.24631,300,0,0,138255,0,0,0,0,0),(118230,27117,571,1,1,24310,1,3429.47,-2677.66,78.2599,2.11185,300,5,0,11928,0,1,0,0,0),(118231,26349,571,1,1,9489,0,3401.72,2532.42,59.4827,3.22886,300,0,0,9940,3387,0,0,0,0),(118232,26605,571,1,1,23880,0,3800.23,2011.87,9.98297,1.15192,300,0,0,9291,0,0,0,0,0),(118233,26605,571,1,1,23880,0,3817.71,2012.26,8.60942,2.33874,300,0,0,9291,0,0,0,0,0),(118234,26605,571,1,1,23880,0,3777.98,2045.66,18.5314,2.98813,300,0,0,9291,0,0,0,0,0),(118235,26605,571,1,1,23880,0,3696.52,2032.48,19.2324,4.05346,300,5,0,9291,0,1,0,0,0),(118236,26605,571,1,1,23880,0,3712.79,2035.24,20.2496,1.18666,300,5,0,9291,0,1,0,0,0),(118237,26605,571,1,1,23880,0,3704.84,2095.15,29.3282,4.71475,300,0,0,9291,0,2,0,0,0),(118238,26605,571,1,1,23880,0,3743.13,2124.91,44.5452,5.45791,300,0,0,9291,0,2,0,0,0),(118239,26605,571,1,1,23880,0,3710.31,2183.66,52.4365,5.25273,300,5,0,9291,0,1,0,0,0),(118240,26605,571,1,1,23880,0,3764.97,2077.28,27.4517,5.48388,300,0,0,9291,0,2,0,0,0),(118241,26605,571,1,1,23880,0,3716.77,2093.15,27.8915,-1.32688,300,0,0,9291,0,0,0,0,0),(118243,26605,571,1,1,23880,0,3797.08,2015.48,9.51451,2.60267,300,0,0,9291,0,0,0,0,0),(118244,26605,571,1,1,23880,0,3720.11,2070.07,20.8712,2.07267,300,0,0,9291,0,2,0,0,0),(118245,26605,571,1,1,23880,0,3732.26,2176.17,37.1051,1.99424,300,0,0,9291,0,2,0,0,0),(118246,26605,571,1,1,23880,0,3709.54,2147.17,52.8044,1.6315,300,5,0,9291,0,1,0,0,0),(118247,26605,571,1,1,23880,0,3748.89,2135.67,47.5108,4.22109,300,5,0,9291,0,1,0,0,0),(118248,26605,571,1,1,23880,0,3737.5,2169.09,52.6158,5.10552,300,5,0,9291,0,1,0,0,0),(118249,29421,571,1,1,26821,0,1973.97,-6257.13,8.66665,0.296706,300,0,0,7984,0,0,0,0,0),(118250,27117,571,1,1,24302,1,3116.78,-2574.45,55.9061,5.80232,300,5,0,11928,0,1,0,0,0),(118251,28141,571,1,1,25137,0,5171.93,-3275.48,281.074,4.31096,300,0,0,10635,0,0,0,0,0),(118252,27117,571,1,1,24309,1,3122.42,-2557.78,55.2123,0.090377,300,5,0,11928,0,1,0,0,0),(118253,27117,571,1,1,24302,1,3134.89,-2579.71,56.4757,0.81347,300,5,0,11928,0,1,0,0,0),(118254,27117,571,1,1,24310,1,3311.55,-2547.22,55.5789,3.735,300,5,0,11928,0,1,0,0,0),(118255,27117,571,1,1,24309,1,3353.44,-2600.49,52.9091,3.42085,300,5,0,11928,0,1,0,0,0),(118256,27117,571,1,1,24302,1,3318.94,-2557.73,54.5976,2.44164,300,5,0,11928,0,1,0,0,0),(118257,27117,571,1,1,24310,1,3346.48,-2601.01,52.9846,0.075865,300,5,0,11928,0,1,0,0,0),(118258,27117,571,1,1,24309,1,3292.26,-2540.28,55.5751,5.53269,300,5,0,11928,0,1,0,0,0),(118259,27117,571,1,1,24310,1,3290.49,-2560.06,57.0167,4.29351,300,5,0,11928,0,1,0,0,0),(118261,27117,571,1,1,24310,1,3421.56,-2683.77,80.2807,2.42601,300,5,0,11928,0,1,0,0,0),(118262,27117,571,1,1,24309,1,3331.56,-2574.21,52.6471,4.52947,300,5,0,11928,0,1,0,0,0),(118263,27117,571,1,1,24309,1,3322.99,-2635.77,51.8127,0.122173,300,5,0,11928,0,1,0,0,0),(118265,27117,571,1,1,24302,1,3381.14,-2617.5,52.9239,-1.55054,300,5,0,11928,0,1,0,0,0),(118266,27117,571,1,1,24310,1,3325.31,-2615.82,52.9156,2.80223,300,5,0,11928,0,1,0,0,0),(118267,27117,571,1,1,24310,1,3310.23,-2601.85,52.651,3.75172,300,5,0,11928,0,1,0,0,0),(118268,27117,571,1,1,24302,1,3381.77,-2615.63,52.9239,4.69775,300,5,0,11928,0,1,0,0,0),(118269,27117,571,1,1,24309,1,3346.69,-2569.94,52.4935,4.05257,300,5,0,11928,0,1,0,0,0),(118271,27117,571,1,1,24310,1,3316.75,-2601.23,52.9769,2.7729,300,5,0,11928,0,1,0,0,0),(118272,27117,571,1,1,24309,1,3379.07,-2622.4,52.6172,1.27201,300,5,0,11928,0,1,0,0,0),(118273,27117,571,1,1,24302,1,3308.99,-2598.11,52.7069,2.78776,300,5,0,11928,0,1,0,0,0),(118274,27117,571,1,1,24309,1,3323.02,-2598.4,52.9897,2.67035,300,5,0,11928,0,1,0,0,0),(118275,30445,571,1,1,26282,0,7249.12,-1364.72,913.337,3.76809,300,5,0,11770,0,1,0,0,0),(118276,30445,571,1,1,26282,0,7408.7,-904.734,907.923,0.729232,300,5,0,11770,0,1,0,0,0),(118277,30445,571,1,1,26282,0,7507.18,-1251.42,913.801,2.17783,300,0,0,11770,0,0,0,0,0),(118278,26605,571,1,1,23880,0,3702.75,2126.59,59.4226,3.82853,300,0,0,9291,0,0,0,0,0),(118279,26605,571,1,1,23880,0,3733.35,2173.43,52.4126,1.87776,300,5,0,9291,0,1,0,0,0),(118280,26605,571,1,1,23880,0,3709.18,2183.35,52.483,1.96677,300,5,0,9291,0,1,0,0,0),(118281,26605,571,1,1,23880,0,3798.14,2030.11,9.50531,2.40218,300,0,0,9291,0,0,0,0,0),(118282,26605,571,1,1,23880,0,3707.5,2161.24,37.1268,-2.34689,300,0,0,9291,0,0,0,0,0),(118283,30445,571,1,1,26282,0,7612.21,-908.602,909.373,5.19699,300,5,0,11770,0,1,0,0,0),(118284,30445,571,1,1,26282,0,7376,-1355.97,909.919,2.58309,300,0,0,11770,0,2,0,0,0),(118285,26605,571,1,1,23880,0,3751.62,2185.82,24.6324,5.61996,300,0,0,9291,0,0,0,0,0),(118286,26605,571,1,1,23880,0,3710.74,2105.44,33.0863,0.910347,300,5,0,9291,0,1,0,0,0),(118287,26605,571,1,1,23880,0,3717.02,2039.86,20.6927,-1.31666,300,0,0,9291,0,0,0,0,0),(118288,26605,571,1,1,23880,0,3697.7,2009.52,26.8556,1.86818,300,0,0,9291,0,2,0,0,0),(118289,26605,571,1,1,23880,0,3727.07,2139.35,38.8335,1.79769,300,0,0,9291,0,0,0,0,0),(118290,25326,571,1,1,23116,1,4491.25,5710.38,81.4818,3.61283,300,0,0,9291,0,0,0,0,0),(118291,26606,571,1,1,25239,0,4036.26,2084.38,141.606,3.14159,300,12,0,9291,0,1,0,0,0),(118292,26094,571,1,1,11686,0,3814.58,3537.56,379.379,2.53073,300,5,0,8982,3155,1,0,0,0),(118293,26094,571,1,1,11686,0,3714.74,3604.69,357.154,3.7001,300,5,0,8982,3155,1,0,0,0),(118294,26094,571,1,1,11686,0,3664.65,3596.26,379.334,1.53589,300,5,0,8982,3155,1,0,0,0),(118295,26094,571,1,1,11686,0,3801.71,3554.35,356.843,4.38078,300,5,0,8982,3155,1,0,0,0),(118296,26094,571,1,1,11686,0,3722.89,3578.42,353.603,4.55531,300,5,0,8982,3155,1,0,0,0),(118297,26094,571,1,1,11686,0,3792.03,3601.5,383.247,0.872665,300,5,0,8982,3155,1,0,0,0),(118298,26094,571,1,1,11686,0,3768.67,3642.03,379.379,2.21657,300,5,0,8982,3155,1,0,0,0),(118299,26094,571,1,1,11686,0,3748.44,3611.04,357.197,4.13643,300,5,0,8982,3155,1,0,0,0),(118300,26094,571,1,1,11686,0,3687.43,3532.68,383.609,0.750492,300,5,0,8982,3155,1,0,0,0),(118301,26862,571,1,1,24080,0,3268.81,-2195.84,117.456,4.53786,300,0,0,29820,0,0,0,0,0),(118302,28398,571,1,1,25935,1,5925.1,-2350.61,293.924,6.05629,300,0,0,10635,0,0,0,0,0),(118303,26606,571,1,1,25239,0,4159.04,2110.94,133.315,0,300,12,0,9291,0,1,0,0,0),(118304,26094,571,1,1,11686,0,3752.43,3629.35,357.461,4.34587,300,5,0,8982,3155,1,0,0,0),(118305,26094,571,1,1,11686,0,3735.95,3587.13,352.954,4.83456,300,5,0,8982,3155,1,0,0,0),(118306,26094,571,1,1,11686,0,3776.93,3591.89,357.232,0.645772,300,5,0,8982,3155,1,0,0,0),(118307,26094,571,1,1,11686,0,3705.01,3619.17,383.523,2.96706,300,5,0,8982,3155,1,0,0,0),(118311,26094,571,1,1,11686,0,3658.68,3569.77,379.586,5.74213,300,5,0,8982,3155,1,0,0,0),(118312,26094,571,1,1,11686,0,3677.7,3580,357.177,2.98451,300,5,0,8982,3155,1,0,0,0),(118313,26606,571,1,1,25239,0,4187.89,2133.67,120.752,1.8064,300,12,0,9291,0,1,0,0,0),(118314,26606,571,1,1,25239,0,4170.08,2083.12,120.974,0.832088,300,12,0,9291,0,1,0,0,0),(118315,26094,571,1,1,11686,0,3742.23,3647.84,379.491,4.5204,300,5,0,8982,3155,1,0,0,0),(118316,26094,571,1,1,11686,0,3750.93,3583.86,353.133,5.3058,300,5,0,8982,3155,1,0,0,0),(118317,26094,571,1,1,11686,0,3783.54,3558.09,357.413,5.3058,300,5,0,8982,3155,1,0,0,0),(118318,26094,571,1,1,11686,0,3820.24,3564.52,379.45,2.04204,300,5,0,8982,3155,1,0,0,0),(118319,26094,571,1,1,11686,0,3759.26,3570.97,352.413,0.785398,300,5,0,8982,3155,1,0,0,0),(118320,26094,571,1,1,11686,0,3701.98,3542.44,357.295,4.85202,300,5,0,8982,3155,1,0,0,0),(118322,26094,571,1,1,11686,0,3710.32,3492.05,379.546,2.96706,300,5,0,8982,3155,1,0,0,0),(118323,26094,571,1,1,11686,0,3719.68,3563.54,353.035,0.034907,300,5,0,8982,3155,1,0,0,0),(118324,26094,571,1,1,11686,0,3695.55,3576.25,357.274,4.08407,300,5,0,8982,3155,1,0,0,0),(118325,26606,571,1,1,25239,0,4034.06,2086.69,141.154,1.81598,300,12,0,9291,0,1,0,0,0),(118326,26606,571,1,1,25239,0,3957.56,2330.85,131.262,5.6537,300,12,0,9291,0,1,0,0,0),(118327,26606,571,1,1,25239,0,4137.09,2054.18,120.7,0.667278,300,12,0,9291,0,1,0,0,0),(118328,26606,571,1,1,25239,0,4181.56,2194.95,121.955,0.741417,300,12,0,9291,0,1,0,0,0),(118329,26606,571,1,1,25239,0,3953.81,2352.83,121.322,1.05098,300,12,0,9291,0,1,0,0,0),(118330,26606,571,1,1,25239,0,4028.38,2382.33,120.785,5.99301,300,12,0,9291,0,1,0,0,0),(118331,26606,571,1,1,25239,0,4129.2,2333.37,150.006,5.00874,300,12,0,9291,0,1,0,0,0),(118332,26606,571,1,1,25239,0,3980.38,2373.55,121.101,2.3997,300,12,0,9291,0,1,0,0,0),(118333,26606,571,1,1,25239,0,4123.63,2379.27,121.627,5.31077,300,12,0,9291,0,1,0,0,0),(118334,26606,571,1,1,25239,0,4080.5,2395.49,121.419,1.18957,300,12,0,9291,0,1,0,0,0),(118335,26606,571,1,1,25239,0,3970.06,2237.14,153.773,3.10608,300,0,0,9291,0,2,0,0,0),(118336,26606,571,1,1,25239,0,4007.91,2256.75,154.317,0.161896,300,12,0,9291,0,1,0,0,0),(118337,26606,571,1,1,25239,0,4079.11,2269.44,152.67,1.40308,300,12,0,9291,0,1,0,0,0),(118338,26606,571,1,1,25239,0,3865.94,2431.85,152.6,0.945462,300,0,0,9291,0,2,0,0,0),(118339,26606,571,1,1,25239,0,4085.88,2307.55,154.457,5.88693,300,12,0,9291,0,1,0,0,0),(118340,26606,571,1,1,25239,0,4032.52,2306.29,153.973,0.771759,300,12,0,9291,0,1,0,0,0),(118341,26606,571,1,1,25239,0,3968.23,2299.56,153.559,4.56468,300,12,0,9291,0,1,0,0,0),(118342,26606,571,1,1,25239,0,4060.87,2278.92,153.503,4.00652,300,12,0,9291,0,1,0,0,0),(118343,26606,571,1,1,25239,0,4019.54,2336.56,149.16,3.1965,300,12,0,9291,0,1,0,0,0),(118344,26606,571,1,1,25239,0,4060.76,2300.5,153.415,2.88297,300,0,0,9291,0,2,0,0,0),(118345,26606,571,1,1,25239,0,3989.53,2285.03,154.809,3.98413,300,12,0,9291,0,1,0,0,0),(118346,26606,571,1,1,25239,0,3809.24,2351.27,109.606,2.10921,300,0,0,9291,0,2,0,0,0),(118347,26606,571,1,1,25239,0,4025.81,2371.87,155.096,3.3777,300,12,0,9291,0,1,0,0,0),(118348,26606,571,1,1,25239,0,4068.72,2196.07,151.137,5.9532,300,12,0,9291,0,1,0,0,0),(118349,26606,571,1,1,25239,0,4115.14,2172.63,151.896,5.72065,300,12,0,9291,0,1,0,0,0),(118350,26606,571,1,1,25239,0,4019.9,2210.12,151.102,-2.52755,300,0,0,9291,0,0,0,0,0),(118351,26606,571,1,1,25239,0,4015.04,2361.99,126.731,0.6429,300,0,0,9291,0,0,0,0,0),(118352,26606,571,1,1,25239,0,4050.82,2122.07,153.337,3.27846,300,12,0,9291,0,1,0,0,0),(118353,26606,571,1,1,25239,0,4150.16,2179.49,153.739,2.32883,300,12,0,9291,0,1,0,0,0),(118354,26606,571,1,1,25239,0,4198.64,2139.34,152.037,1.50396,300,12,0,9291,0,1,0,0,0),(118355,26606,571,1,1,25239,0,4061.36,2053.26,121.914,0.062978,300,12,0,9291,0,1,0,0,0),(118356,26606,571,1,1,25239,0,4092.5,2046.92,120.645,0.11249,300,12,0,9291,0,1,0,0,0),(118357,26606,571,1,1,25239,0,4106.57,2071.02,152.123,4.81737,300,12,0,9291,0,1,0,0,0),(118358,26606,571,1,1,25239,0,4064.22,2092.6,152.916,4.09083,300,12,0,9291,0,1,0,0,0),(118359,26606,571,1,1,25239,0,4147.44,2079.71,151.474,5.25255,300,12,0,9291,0,1,0,0,0),(118360,26606,571,1,1,25239,0,4176.47,2144.04,152.265,0.996386,300,0,0,9291,0,0,0,0,0),(118361,25838,571,1,1,21243,0,2779.76,5238.8,38.4298,4.2237,300,0,0,44910,15775,0,0,0,0),(118362,26606,571,1,1,25239,0,4209.87,2189.73,121.608,5.7172,300,12,0,9291,0,1,0,0,0),(118363,26606,571,1,1,25239,0,4197.27,2248.48,119.864,3.91822,300,12,0,9291,0,1,0,0,0),(118364,26606,571,1,1,25239,0,3996.08,2349.17,145.431,2.16015,300,12,0,9291,0,1,0,0,0),(118365,26606,571,1,1,25239,0,4126.28,2335.89,150.077,1.26208,300,12,0,9291,0,1,0,0,0),(118366,26606,571,1,1,25239,0,4169.85,2174.57,151.92,3.95992,300,12,0,9291,0,1,0,0,0),(118367,26606,571,1,1,25239,0,4178.47,2241.87,150.833,3.19041,300,12,0,9291,0,1,0,0,0),(118368,26606,571,1,1,25239,0,4155.26,2186.05,153.739,0.780184,300,12,0,9291,0,1,0,0,0),(118369,26606,571,1,1,25239,0,4117.73,2181.05,151.401,0.449015,300,12,0,9291,0,1,0,0,0),(118370,26606,571,1,1,25239,0,4061.47,2280.69,153.719,1.25336,300,12,0,9291,0,1,0,0,0),(118371,26606,571,1,1,25239,0,3871.62,2183.69,121.809,2.62899,300,12,0,9291,0,1,0,0,0),(118372,26606,571,1,1,25239,0,4029.06,2368.96,154.85,3.6955,300,12,0,9291,0,1,0,0,0),(118373,26606,571,1,1,25239,0,3891.67,2108.33,121.912,5.20787,300,12,0,9291,0,1,0,0,0),(118374,26606,571,1,1,25239,0,4019.19,2081.36,120.813,1.1272,300,12,0,9291,0,1,0,0,0),(118375,25582,571,1,1,23916,0,2179.97,5402.96,46.3564,3.49066,300,0,0,6986,2991,0,0,0,0),(118376,26606,571,1,1,25239,0,4064.29,2097.23,152.961,0.182244,300,12,0,9291,0,1,0,0,0),(118377,26606,571,1,1,25239,0,4163.15,2129.15,152.035,1.37852,300,12,0,9291,0,1,0,0,0),(118378,26606,571,1,1,25239,0,3938.29,2137.9,132.42,1.49587,300,12,0,9291,0,1,0,0,0),(118379,26606,571,1,1,25239,0,3844.24,1991.7,117.784,2.90588,300,0,0,9291,0,2,0,0,0),(118380,26606,571,1,1,25239,0,3961.71,2104.17,124.273,1.90487,300,12,0,9291,0,1,0,0,0),(118381,26606,571,1,1,25239,0,3969.84,2110.89,127.957,1.33719,300,12,0,9291,0,1,0,0,0),(118382,26606,571,1,1,25239,0,3966.6,2299.94,153.498,3.92704,300,12,0,9291,0,1,0,0,0),(118383,26606,571,1,1,25239,0,4038.44,2294.05,153.308,3.38863,300,0,0,9291,0,0,0,0,0),(118384,26606,571,1,1,25239,0,4010.53,2285.58,153.137,5.37173,300,0,0,9291,0,0,0,0,0),(118385,26606,571,1,1,25239,0,4021.74,2327.28,152.848,0.3518,300,0,0,9291,0,0,0,0,0),(118386,26606,571,1,1,25239,0,3999.91,2194.72,152.543,3.09383,300,12,0,9291,0,1,0,0,0),(118387,26606,571,1,1,25239,0,3819.31,2440.17,129.013,1.54668,300,0,0,9291,0,2,0,0,0),(118388,26606,571,1,1,25239,0,4060,2310.99,153.278,4.10778,300,12,0,9291,0,1,0,0,0),(118389,26606,571,1,1,25239,0,3953.81,2160.67,153.555,-2.99214,300,12,0,9291,0,1,0,0,0),(118390,26606,571,1,1,25239,0,4083.33,2297.92,153.928,3.14159,300,12,0,9291,0,1,0,0,0),(118391,26606,571,1,1,25239,0,4075.04,2258.95,150.505,4.47196,300,12,0,9291,0,1,0,0,0),(118392,26606,571,1,1,25239,0,3978.88,2129.15,131.793,2.88424,300,0,0,9291,0,2,0,0,0),(118393,26606,571,1,1,25239,0,4055.97,2216.69,151.29,2.21432,300,12,0,9291,0,1,0,0,0),(118394,26606,571,1,1,25239,0,3987.09,2248.59,153.609,4.302,300,12,0,9291,0,1,0,0,0),(118395,26606,571,1,1,25239,0,4011.01,2262.39,154.183,1.1467,300,12,0,9291,0,1,0,0,0),(118396,26606,571,1,1,25239,0,4001.42,2208.7,152.811,3.26594,300,0,0,9291,0,2,0,0,0),(118397,26606,571,1,1,25239,0,3974.95,2261.41,154.313,2.4478,300,12,0,9291,0,1,0,0,0),(118398,26606,571,1,1,25239,0,4053.36,2121.13,153.587,5.86141,300,12,0,9291,0,1,0,0,0),(118399,26606,571,1,1,25239,0,3837.78,1898.89,102.658,1.8164,300,12,0,9291,0,1,0,0,0),(118400,25582,571,1,1,23916,0,2204.45,5393.89,39.3119,5.68473,300,0,0,6986,2991,0,0,0,0),(118401,29422,571,1,1,21748,1,2015.52,-6180.37,15.2634,1.54577,300,5,0,6986,0,1,0,0,0),(118402,29422,571,1,1,21751,1,1985.5,-6228.11,7.96786,1.7669,300,5,0,6986,0,1,0,0,0),(118403,29422,571,1,1,21750,1,1986.46,-6229.77,8.172,1.79492,300,5,0,6986,0,1,0,0,0),(118404,29422,571,1,1,21750,1,1985.21,-6231.88,8.34478,2.22861,300,5,0,6986,0,1,0,0,0),(118405,25582,571,1,1,23916,0,2172.3,5405.4,42.8605,4.11898,300,0,0,6986,2991,0,0,0,0),(118406,25582,571,1,1,23916,0,2191.93,5401.03,39.1387,5.90105,300,0,0,6986,2991,2,0,0,0),(118407,25582,571,1,1,23916,0,2205.18,5386.34,34.7683,4.29351,300,0,0,6986,2991,0,0,0,0),(118408,25582,571,1,1,23916,0,2200.48,5385.87,30.1268,4.2586,300,0,0,6986,2991,0,0,0,0),(118409,25582,571,1,1,23916,0,2174.51,5401.28,37.3991,4.69494,300,0,0,6986,2991,0,0,0,0),(118410,27118,571,1,1,24305,1,3288.9,-2556.85,57.0074,4.97419,300,5,0,9940,0,1,0,0,0),(118411,27118,571,1,1,24303,1,3138.11,-2577.97,56.5119,-2.64509,300,5,0,9940,0,1,0,0,0),(118412,27118,571,1,1,24303,1,3120.03,-2576.14,56.1296,2.66073,300,5,0,9940,0,1,0,0,0),(118413,27118,571,1,1,24306,1,3126.03,-2558.42,55.2468,2.9661,300,5,0,9940,0,1,0,0,0),(118414,27118,571,1,1,24305,1,3137.41,-2577.05,56.5605,-2.32812,300,5,0,9940,0,1,0,0,0),(118415,27118,571,1,1,24305,1,3122.92,-2561.39,55.5922,1.70759,300,5,0,9940,0,1,0,0,0),(118416,27118,571,1,1,24303,1,3380.68,-2599.35,52.5027,5.48033,300,5,0,9940,0,1,0,0,0),(118417,27118,571,1,1,24303,1,3351.16,-2597.62,52.8049,-0.899915,300,5,0,9940,0,1,0,0,0),(118418,27118,571,1,1,24306,1,3349.79,-2600.78,52.8536,0.079193,300,5,0,9940,0,1,0,0,0),(118419,27118,571,1,1,24306,1,3312,-2550.85,55.4969,1.69566,300,5,0,9940,0,1,0,0,0),(118420,27118,571,1,1,24306,1,3281.82,-2566.27,56.438,0.622255,300,5,0,9940,0,1,0,0,0),(118421,25582,571,1,1,23916,0,2192.17,5394.54,28.7734,4.24115,300,0,0,6986,2991,0,0,0,0),(118422,25582,571,1,1,23916,0,2194.24,5399.44,25.3238,4.24115,300,0,0,6986,2991,0,0,0,0),(118423,25582,571,1,1,23916,0,2164.78,5417.49,20.3319,4.69494,300,0,0,6986,2991,0,0,0,0),(118424,25582,571,1,1,23916,0,2188.13,5390.69,36.8305,0.625927,300,0,0,6986,2991,0,0,0,0),(118425,25582,571,1,1,23916,0,2197.95,5389.61,32.7835,3.9968,300,0,0,6986,2991,0,0,0,0),(118426,25582,571,1,1,23916,0,2187.44,5402.52,18.2765,4.41568,300,0,0,6986,2991,0,0,0,0),(118427,25582,571,1,1,23916,0,2196.22,5397.66,17.0669,4.18879,300,0,0,6986,2991,0,0,0,0),(118428,25582,571,1,1,23916,0,2155.96,5415.38,22.2597,5.25344,300,0,0,6986,2991,0,0,0,0),(118429,25582,571,1,1,23916,0,2158.54,5399.04,17.9391,4.46804,300,0,0,6986,2991,0,0,0,0),(118431,27118,571,1,1,24303,1,3251.18,-2572.47,52.8631,3.04332,300,5,0,9940,0,1,0,0,0),(118432,27118,571,1,1,24305,1,3324.86,-2563.7,53.6143,2.98451,300,5,0,9940,0,1,0,0,0),(118433,27118,571,1,1,24306,1,3380.14,-2618.91,52.9162,1.11105,300,5,0,9940,0,1,0,0,0),(118436,27118,571,1,1,24305,1,3286.49,-2595.94,53.2216,5.11381,300,5,0,9940,0,1,0,0,0),(118437,27118,571,1,1,24306,1,3311.73,-2596.89,52.6285,-2.72331,300,5,0,9940,0,1,0,0,0),(118438,27118,571,1,1,24306,1,3306.27,-2595.65,52.6971,-0.735329,300,5,0,9940,0,1,0,0,0),(118439,27118,571,1,1,24303,1,3343.51,-2572.83,52.3991,0.174533,300,5,0,9940,0,1,0,0,0),(118440,27118,571,1,1,24305,1,3258.7,-2575.68,53.1623,0.593412,300,5,0,9940,0,1,0,0,0),(118442,27118,571,1,1,24306,1,3324.67,-2615.59,52.8906,-0.339274,300,5,0,9940,0,1,0,0,0),(118443,27118,571,1,1,24303,1,3269.02,-2591.45,53.073,0.399369,300,5,0,9940,0,1,0,0,0),(118444,27118,571,1,1,24306,1,3264.75,-2599.83,52.2668,0.733038,300,5,0,9940,0,1,0,0,0),(118445,27118,571,1,1,24303,1,3348.35,-2630.38,52.4228,1.97222,300,5,0,9940,0,1,0,0,0),(209122,30446,571,1,1,0,0,8382.5,-2549.35,1145.97,3.82227,120,0,0,1,0,0,0,0,0),(209121,30446,571,1,1,0,0,8361.87,-2526.85,1141.39,3.68264,120,0,0,1,0,0,0,0,0),(209120,30446,571,1,1,0,0,8354.63,-2549.88,1148.54,4.95674,120,0,0,1,0,0,0,0,0),(118449,23791,571,1,1,308,1,657.645,-4985.14,10.3958,3.49066,300,0,0,3144,0,0,0,0,0),(118450,23791,571,1,1,341,1,664.597,-4983.47,10.358,2.33874,300,0,0,3144,0,0,0,0,0),(118451,23791,571,1,1,308,1,662.037,-4972.82,10.4024,1.72788,300,0,0,3144,0,0,0,0,0),(118452,23791,571,1,1,341,1,645.753,-4976.63,7.27952,4.38078,300,0,0,3144,0,0,0,0,0),(118453,23791,571,1,1,556,1,649.365,-4986.49,16.751,5.58505,300,0,0,3144,0,0,0,0,0),(118454,23791,571,1,1,341,1,666.27,-4976.67,17.3722,5.58505,300,0,0,3144,0,0,0,0,0),(118455,23791,571,1,1,556,1,651.787,-4979.19,10.0343,2.1293,300,0,0,3144,0,0,0,0,0),(118456,26863,571,1,1,24081,0,3273.05,-2197.5,117.456,4.17134,300,0,0,29820,0,0,0,0,0),(118457,27119,571,1,1,14331,0,3480.32,2009.46,64.9457,3.54302,300,0,0,12078,0,0,0,0,0),(118459,26607,571,1,1,23945,0,4144.45,2093.11,151.565,3.40005,300,5,0,9291,0,1,0,0,0),(118460,26607,571,1,1,23945,0,4119.97,2081.7,152.042,3.21933,300,5,0,9291,0,1,0,0,0),(118461,26607,571,1,1,23945,0,4155.47,2087.51,147.004,4.75082,300,5,0,9291,0,1,0,0,0),(118462,26607,571,1,1,23945,0,4178.78,2212.2,152.469,5.50951,300,5,0,9291,0,1,0,0,0),(118463,26607,571,1,1,23945,0,4118.66,2151.79,156.992,2.69239,300,5,0,9291,0,1,0,0,0),(118464,26607,571,1,1,23945,0,4076.69,2112.24,154.648,2.34964,300,5,0,9291,0,1,0,0,0),(118465,26607,571,1,1,23945,0,4179.82,2207.31,152.569,5.45003,300,5,0,9291,0,1,0,0,0),(118466,26607,571,1,1,23945,0,4153.5,2096.42,151.186,4.86667,300,5,0,9291,0,1,0,0,0),(118467,26607,571,1,1,23945,0,4133.55,2189.07,150.864,5.94927,300,5,0,9291,0,1,0,0,0),(118468,26607,571,1,1,23945,0,4058.13,2103.52,153.337,0.613877,300,5,0,9291,0,1,0,0,0),(118469,26607,571,1,1,23945,0,4183.52,2183.36,152.08,4.18433,300,5,0,9291,0,1,0,0,0),(118470,26607,571,1,1,23945,0,4183.47,2227.85,150.86,0.226181,300,5,0,9291,0,1,0,0,0),(118471,26607,571,1,1,23945,0,4125.5,2260.67,150.499,0.689567,300,5,0,9291,0,1,0,0,0),(118472,26607,571,1,1,23945,0,4121.88,2316.86,181.541,2.27127,300,5,0,9291,0,1,0,0,0),(118473,26607,571,1,1,23945,0,4119.29,2312.33,179.361,2.27212,300,5,0,9291,0,1,0,0,0),(118474,26607,571,1,1,23945,0,4091.83,2282.19,180.371,4.74989,300,5,0,9291,0,1,0,0,0),(118475,26607,571,1,1,23945,0,4080.18,2305.75,176.406,4.66488,300,5,0,9291,0,1,0,0,0),(118476,26607,571,1,1,23945,0,3806.61,2138.62,109.965,4.31371,300,5,0,9291,0,1,0,0,0),(118477,26607,571,1,1,23945,0,4181.65,2261.17,150.714,0.847724,300,5,0,9291,0,1,0,0,0),(118478,26607,571,1,1,23945,0,4108.69,2365.86,182.893,0.123657,300,5,0,9291,0,1,0,0,0),(118479,26607,571,1,1,23945,0,4193.34,2223.72,121.554,5.59453,300,5,0,9291,0,1,0,0,0),(118480,26607,571,1,1,23945,0,4186.83,2210.44,141.092,1.38615,300,5,0,9291,0,1,0,0,0),(118481,26607,571,1,1,23945,0,4190.82,2254.52,121.554,1.67604,300,5,0,9291,0,1,0,0,0),(118482,26607,571,1,1,23945,0,4195.53,2218.14,121.554,1.54594,300,5,0,9291,0,1,0,0,0),(118483,26607,571,1,1,23945,0,3823.48,2161.16,126.691,5.77732,300,5,0,9291,0,1,0,0,0),(118484,26607,571,1,1,23945,0,4186.63,2184.32,152.07,6.20456,300,5,0,9291,0,1,0,0,0),(118485,26607,571,1,1,23945,0,3829.43,2122.97,122.096,5.3531,300,5,0,9291,0,1,0,0,0),(118486,26607,571,1,1,23945,0,4139.38,2145.67,156.916,5.32164,300,5,0,9291,0,1,0,0,0),(118487,26607,571,1,1,23945,0,4101.63,2103.9,157.037,0.098526,300,5,0,9291,0,1,0,0,0),(118488,26607,571,1,1,23945,0,4125.71,2144.24,157.252,0.545051,300,5,0,9291,0,1,0,0,0),(118489,26607,571,1,1,23945,0,4131.7,2178.38,168.045,1.84126,300,5,0,9291,0,1,0,0,0),(118490,26607,571,1,1,23945,0,4100.39,2103.87,157.002,0.080261,300,5,0,9291,0,1,0,0,0),(118492,27631,571,1,1,571,0,4811.02,1311.98,170.584,5.01029,300,0,0,44004,0,0,0,0,0),(118493,27631,571,1,1,571,0,4813.09,1316.65,171.536,-1.24568,300,0,0,44004,0,0,0,0,0),(118494,26607,571,1,1,23945,0,4077.37,2302.34,176.406,1.96959,300,5,0,9291,0,1,0,0,0),(118495,26607,571,1,1,23945,0,4061.63,2313.76,182.958,0.584903,300,5,0,9291,0,1,0,0,0),(118496,26607,571,1,1,23945,0,4108.76,2257.84,183.04,2.56052,300,5,0,9291,0,1,0,0,0),(132585,21787,530,1,1,20682,1,-3687.17,3287.76,312.312,2.60054,180,0,0,5744,3231,0,0,0,0),(132551,21763,530,1,1,18012,1,-3677.84,3715.54,277.269,2.78555,180,5,0,5744,3231,1,0,0,0),(132552,21763,530,1,1,18012,1,-3825.59,3781.83,277.049,2.53055,180,5,0,5744,3231,1,0,0,0),(132553,23051,530,1,1,21396,0,-3852.51,3183.06,439.988,5.56427,180,0,0,6986,0,2,0,0,0),(132554,23051,530,1,1,21396,0,-4096.79,3033.96,360.606,0.400326,180,0,0,6986,0,2,0,0,0),(132555,23051,530,1,1,21396,0,-3910.41,2965.88,390.458,2.03513,180,0,0,6986,0,2,0,0,0),(132556,23051,530,1,1,21396,0,-4209.31,3165.87,345.678,2.21929,180,0,0,6986,0,2,0,0,0),(132557,23051,530,1,1,21396,0,-4027.13,3236.14,342.388,2.50322,180,0,0,6986,0,2,0,0,0),(132558,23051,530,1,1,21396,0,-3889.63,3647.45,379.841,3.73583,180,0,0,6986,0,2,0,0,0),(132559,23051,530,1,1,21396,0,-3712.9,3518.5,345.785,0.606209,180,5,0,6986,0,1,0,0,0),(132560,23051,530,1,1,21396,0,-4210.05,3036.03,359.272,5.71816,180,0,0,6986,0,2,0,0,0),(132561,23051,530,1,1,21396,0,-3691.13,3638.68,303.152,3.21521,180,5,0,6986,0,1,0,0,0),(132562,23051,530,1,1,21396,0,-3740.35,3781.2,318.124,2.59604,180,0,0,6986,0,2,0,0,0),(132563,23051,530,1,1,21396,0,-3925.17,3690.43,390.609,4.83446,180,5,0,6986,0,1,0,0,0),(118516,27631,571,1,1,571,0,4796.93,1391.26,193.121,2.54793,300,5,0,44004,0,1,0,0,0),(132591,21787,530,1,1,20682,1,-3705.89,3787.89,302.813,3.03866,180,5,0,5744,3231,1,0,0,0),(132592,21787,530,1,1,20682,1,-3882.73,3661.17,335.997,4.62512,180,0,0,5744,3231,0,0,0,0),(132593,21787,530,1,1,20682,1,-3727.48,3789.05,302.126,5.34071,180,0,0,5744,3231,0,0,0,0),(118521,28143,571,1,1,25142,0,5181.41,-3069.17,281.357,1.5708,300,0,0,10635,0,0,0,0,0),(118535,25839,571,1,1,22577,1,2650.16,5151.75,10.5206,5.93333,300,5,0,7984,0,1,0,0,0),(118534,25839,571,1,1,22578,1,2505.6,5124,7.44891,4.44467,300,5,0,7984,0,1,0,0,0),(118532,25839,571,1,1,22578,1,2730.43,5174.19,27.9562,1.26027,300,5,0,7984,0,1,0,0,0),(118531,25839,571,1,1,22577,1,2622.91,5117.96,11.8176,5.48812,300,5,0,7984,0,1,0,0,0),(118530,25839,571,1,1,22578,1,2544.49,5069.75,7.34475,3.45215,300,5,0,7984,0,1,0,0,0),(118529,25839,571,1,1,22578,1,2674.95,5152.66,17.4469,3.54623,300,5,0,7984,0,1,0,0,0),(118528,25839,571,1,1,22577,1,2587.67,5078.53,11.0026,3.40956,300,5,0,7984,0,1,0,0,0),(118527,25839,571,1,1,22578,1,2599.7,5113.25,10.3803,3.1621,300,5,0,7984,0,1,0,0,0),(118526,25839,571,1,1,22577,1,2534.38,5046.88,6.63657,0.080465,300,5,0,7984,0,1,0,0,0),(118525,25839,571,1,1,22577,1,2661.2,5120.01,17.0726,1.82951,300,5,0,7984,0,1,0,0,0),(118524,25839,571,1,1,22577,1,2681.25,5196.07,24.4759,4.71239,300,5,0,7984,0,1,0,0,0),(118523,25839,571,1,1,22577,1,2678.61,5177.11,18.671,3.66967,300,5,0,7984,0,1,0,0,0),(118522,25839,571,1,1,22576,1,2712.56,5135.18,30.2133,0.460955,300,5,0,7984,0,1,0,0,0),(118537,30447,571,1,1,27006,0,8174.82,-2629.37,1145.54,2.47326,300,5,0,11770,0,1,0,0,0),(118538,30447,571,1,1,26267,0,8109.89,-2815.79,1135.32,0.996877,300,5,0,11770,0,1,0,0,0),(11747,18323,556,3,1,0,1,27.4051,4.92187,0.0062,3.0929,86400,0,0,18345,0,0,0,0,0),(118540,30447,571,1,1,26285,0,7926.71,-2889.71,1135.43,4.29086,300,0,0,11770,0,0,0,0,0),(118541,30447,571,1,1,26267,0,8194.5,-2808.64,1135.54,0.618321,300,5,0,11770,0,1,0,0,0),(118542,30447,571,1,1,26285,0,8199.67,-2813.56,1134.21,0.56036,300,5,0,11770,0,1,0,0,0),(118543,30447,571,1,1,26285,0,8202.43,-2814.99,1133.6,0.452731,300,5,0,11770,0,1,0,0,0),(118544,30447,571,1,1,26267,0,8210.06,-2813.29,1132.46,0.209929,300,0,0,11770,0,0,0,0,0),(118545,30447,571,1,1,27006,0,8020.12,-2910.44,1137.52,6.06187,300,0,0,11770,0,0,0,0,0),(118546,27631,571,1,1,571,0,4804.18,1305.48,168.685,3.95321,300,0,0,44004,0,0,0,0,0),(118547,27631,571,1,1,571,0,4805.16,1304.56,168.81,5.77481,300,5,0,44004,0,1,0,0,0),(132586,21787,530,1,1,20682,1,-3707.91,3807.72,302.27,2.58309,180,0,0,5744,3231,0,0,0,0),(132587,21787,530,1,1,20682,1,-3886.83,3783.83,334.878,2.05949,180,0,0,5744,3231,0,0,0,0),(132577,21787,530,1,1,20682,1,-4184.73,3057.09,344.165,3.68932,180,5,0,5744,3231,1,0,0,0),(132574,21787,530,1,1,20682,1,-4153.82,3042.43,315.881,3.34082,180,5,0,5744,3231,1,0,0,0),(118554,29424,571,1,1,0,0,7927.95,-21.8609,959.864,1.25664,300,0,0,12600,3994,0,0,0,0),(118555,29424,571,1,1,0,0,7738.46,69.0361,1009.96,1.01229,300,0,0,12600,3994,0,0,0,0),(118556,29424,571,1,1,0,0,7796.19,23.0538,1009.91,5.34071,300,0,0,12600,3994,0,0,0,0),(118557,29424,571,1,1,0,0,8073,-367.058,999.162,1.09956,300,0,0,12600,3994,0,0,0,0),(118558,29424,571,1,1,0,0,8117.35,-340.235,962.35,3.54302,300,0,0,12600,3994,0,0,0,0),(118559,29424,571,1,1,0,0,8177.81,141.001,898.024,4.36332,300,0,0,12600,3994,0,0,0,0),(118560,29424,571,1,1,0,0,8146.94,-275.381,937.609,0.331613,300,0,0,12600,3994,0,0,0,0),(118561,29424,571,1,1,0,0,8108.25,-291.4,871,2.07694,300,0,0,12600,3994,0,0,0,0),(118562,29424,571,1,1,0,0,8102.28,-296.642,918.709,5.34071,300,0,0,12600,3994,0,0,0,0),(118563,29424,571,1,1,0,0,8183.69,75.7222,899.397,1.23918,300,0,0,12600,3994,0,0,0,0),(118564,29424,571,1,1,0,0,7986.96,5.83963,962.456,5.61996,300,0,0,12600,3994,0,0,0,0),(118565,29424,571,1,1,0,0,7980.52,7.22917,961.996,1.97222,300,0,0,12600,3994,0,0,0,0),(118566,29424,571,1,1,0,0,8066.34,-321.108,873.564,5.09636,300,0,0,12600,3994,0,0,0,0),(118567,29424,571,1,1,0,0,8063.44,-377.775,968.031,2.6529,300,0,0,12600,3994,0,0,0,0),(118568,29424,571,1,1,0,0,8157.54,-313.04,960.699,0.401426,300,0,0,12600,3994,0,0,0,0),(118569,29424,571,1,1,0,0,8043.96,-357.323,944.052,2.26893,300,0,0,12600,3994,0,0,0,0),(118570,29424,571,1,1,0,0,8121.01,-332.337,1017.36,0.017453,300,0,0,12600,3994,0,0,0,0),(118571,29424,571,1,1,0,0,8088.43,-359.634,988.074,4.34587,300,0,0,12600,3994,0,0,0,0),(118572,29424,571,1,1,0,0,8072.43,-335.039,905.899,2.72271,300,0,0,12600,3994,0,0,0,0),(118573,27376,571,1,1,24595,0,2875.87,-377.465,112.875,2.60054,300,0,0,9291,0,0,0,0,0),(118574,27888,571,1,1,23149,1,3457.75,5892.67,147.381,0.750492,300,0,0,7688,7500,0,0,0,0),(118575,25584,571,1,1,23260,0,3392.85,6161.09,89.1226,3.00498,300,0,0,9291,3231,0,0,0,0),(118577,31728,571,1,1,9209,0,5858.51,570.295,654.003,2.60054,300,0,0,42,0,0,0,0,0),(118578,30448,571,1,1,27265,0,8213.71,-2506.54,1139.49,1.90457,300,5,0,11379,0,1,0,0,0),(118579,27120,571,1,1,24303,0,3215.31,-2498.81,52.8002,5.3058,300,0,0,110010,0,0,0,0,0),(118580,30448,571,1,1,27275,0,8044.6,-2773.66,1133.66,0.279253,300,0,0,11379,0,0,0,0,0),(118581,30448,571,1,1,27275,0,8060.26,-2732.9,1133.66,5.49779,300,0,0,11379,0,0,0,0,0),(118582,30448,571,1,1,27275,0,7990.89,-2955.46,1139.88,3.43083,300,5,0,11379,0,1,0,0,0),(118583,30448,571,1,1,27275,0,8155.35,-2677.39,1136.29,3.53439,300,0,0,11379,0,0,0,0,0),(118584,30448,571,1,1,27265,0,8128.95,-2699.86,1134.43,2.8464,300,5,0,11379,0,1,0,0,0),(118585,30448,571,1,1,27281,0,8063.88,-2615.24,1137.9,2.87885,300,5,0,11379,0,1,0,0,0),(118586,30448,571,1,1,27281,0,8185.9,-2750.8,1139.29,2.9274,300,5,0,11379,0,1,0,0,0),(118587,30448,571,1,1,27275,0,8159.02,-2808.8,1135.24,3.13769,300,5,0,11379,0,1,0,0,0),(118588,30448,571,1,1,27275,0,7946.6,-2915.13,1133.62,4.05199,300,5,0,11379,0,1,0,0,0),(118589,30448,571,1,1,27281,0,8033.7,-2868.72,1137.26,4.82759,300,5,0,11379,0,1,0,0,0),(118590,25329,571,1,1,23118,1,2819.51,6711.8,10.7805,2.72271,300,0,0,205640,3466,0,0,0,0),(118591,28401,571,1,1,28008,0,5324.32,-3782.08,371.423,0.750492,300,0,0,13945,0,0,0,0,0),(118592,28657,571,1,1,25592,0,6121.4,-1956.24,423.266,5.32325,300,5,0,9610,0,1,0,0,0),(118593,29169,571,1,1,25963,1,5441.6,-2629.17,306.634,0,300,0,0,31905,10683,0,0,0,0),(125605,15214,571,1,1,0,0,5791.74,-3015.99,286.571,1.6057,120,0,0,1,0,0,0,0,0),(118595,28657,571,1,1,25592,0,6139.85,-1944.17,423.25,4.24115,300,5,0,9610,0,1,0,0,0),(125604,15214,571,1,1,0,0,5740.55,-3009.18,290.276,0.296706,120,0,0,1,0,0,0,0,0),(125603,15214,571,1,1,0,0,5743.46,-3012.19,290.767,2.56563,120,0,0,1,0,0,0,0,0),(125602,15214,571,1,1,0,0,5818.87,-2976.99,290.276,2.49582,120,0,0,1,0,0,0,0,0),(125601,15214,571,1,1,0,0,5729.15,-3015.37,296.551,4.60767,120,0,0,1,0,0,0,0,0),(118600,28145,571,1,1,2076,0,5636.5,-2674.06,278.086,5.02434,300,5,0,10635,0,1,0,0,0),(118601,25841,571,1,1,23430,0,3325.55,5169.61,13.1208,3.15905,300,0,0,7185,7196,0,0,0,0),(118602,25841,571,1,1,23430,0,3290.12,5082.75,16.2845,3.94444,300,0,0,7185,7196,0,0,0,0),(118603,25841,571,1,1,23430,0,3356.85,5044.32,13.1208,3.9968,300,0,0,7185,7196,0,0,0,0),(118604,23793,571,1,1,21782,1,1523.98,-6193.5,5.79781,0.244346,300,0,0,6986,0,0,0,0,0),(118605,23793,571,1,1,21782,1,1500.87,-6171.5,8.2697,0.017453,300,0,0,6986,0,0,0,0,0),(118606,23793,571,1,1,21783,1,1511.63,-6181.46,6.34495,0.122173,300,0,0,6986,0,0,0,0,0),(118607,23793,571,1,1,21783,1,1566.27,-6225.29,6.61088,0.436332,300,0,0,6986,0,0,0,0,0),(118608,23793,571,1,1,21782,1,1600.57,-6195.34,7.57499,1.44758,300,0,0,6986,0,0,0,0,0),(118609,23793,571,1,1,21782,1,1400.82,-6280.06,7.65812,0.069813,300,0,0,6986,0,0,0,0,0),(118610,23793,571,1,1,21782,1,1604.4,-6258.11,6.97047,0.593412,300,0,0,6986,0,0,0,0,0),(118611,23793,571,1,1,21783,1,1579.04,-6234.9,6.14901,0.471239,300,0,0,6986,0,0,0,0,0),(118612,23793,571,1,1,21783,1,1406.04,-6300.33,6.58656,6.17846,300,0,0,6986,0,0,0,0,0),(118613,23793,571,1,1,21782,1,1539.11,-6203.91,7.21711,0.191986,300,0,0,6986,0,0,0,0,0),(118614,23793,571,1,1,21779,1,1456.86,-6256.3,5.48992,5.91667,300,0,0,6986,0,0,0,0,0),(118615,23793,571,1,1,21782,1,1469.29,-6237.4,5.56173,5.3058,300,0,0,6986,0,0,0,0,0),(118616,23793,571,1,1,21779,1,1480.16,-6340.37,7.20911,2.07694,300,0,0,6986,0,0,0,0,0),(118617,23793,571,1,1,21779,1,1413.14,-6349.33,6.16921,0.645772,300,0,0,6986,0,0,0,0,0),(118618,23793,571,1,1,21783,1,1492.19,-6326.23,8.36212,2.93215,300,0,0,6986,0,0,0,0,0),(118619,23793,571,1,1,21779,1,1554.62,-6216.49,6.25182,0.383972,300,0,0,6986,0,0,0,0,0),(118620,25841,571,1,1,23430,0,3609.9,5059.68,13.0899,5.91667,300,0,0,7185,7196,0,0,0,0),(118621,28145,571,1,1,2076,0,5940,-2956.64,287.57,1.12407,300,5,0,10635,0,1,0,0,0),(118622,25841,571,1,1,23430,0,3591.06,5034.88,15.2107,4.57276,300,0,0,7185,7196,0,0,0,0),(118623,28145,571,1,1,2076,0,5596.39,-3056.13,288.211,5.94978,300,5,0,10635,0,1,0,0,0),(118624,28145,571,1,1,2076,0,5640.57,-3020.34,275.065,4.79553,300,5,0,10635,0,1,0,0,0),(118625,25841,571,1,1,23430,0,3720.89,4988.25,4.04832,1.32645,300,0,0,7185,7196,0,0,0,0),(118626,25585,571,1,1,25226,1,3245.22,6198.9,66.9287,4.98826,300,5,0,7984,3080,1,0,0,0),(118627,25841,571,1,1,23430,0,3736.02,5039.35,-1.15135,2.77507,300,0,0,7185,7196,0,0,0,0),(118628,28145,571,1,1,2076,0,5604.36,-2651.74,276.64,1.78621,300,0,0,10635,0,0,0,0,0),(203404,33008,571,1,1,0,0,5726.03,-3596.58,389.189,6.16101,120,0,0,1,0,0,0,0,0),(118630,28145,571,1,1,2076,0,5448.54,-2991.75,288.276,5.05298,300,5,0,10635,0,1,0,0,0),(118631,28145,571,1,1,2076,0,5573.04,-3110.84,288.239,4.05716,300,5,0,10635,0,1,0,0,0),(118632,28145,571,1,1,2076,0,5835.76,-2657.86,277.452,3.04609,300,5,0,10635,0,1,0,0,0),(118633,28145,571,1,1,2076,0,5708.39,-2650.92,281.204,2.42307,300,5,0,10635,0,1,0,0,0),(118634,25841,571,1,1,23430,0,3394.59,5143.99,13.1208,4.59022,300,0,0,7185,7196,0,0,0,0),(118635,28145,571,1,1,2076,0,5655.12,-2922.5,274.503,0.295919,300,5,0,10635,0,1,0,0,0),(118636,28145,571,1,1,2076,0,5582.15,-2913.46,276.742,2.02915,300,5,0,10635,0,1,0,0,0),(118637,25585,571,1,1,25226,1,3282.53,6120.28,74.0341,2.12846,300,5,0,7984,3080,1,0,0,0),(118638,28145,571,1,1,2076,0,5738.35,-2728.21,275.242,5.88259,300,5,0,10635,0,1,0,0,0),(118639,28145,571,1,1,2076,0,5514.63,-2912.56,276.655,6.25496,300,5,0,10635,0,1,0,0,0),(118640,28145,571,1,1,2076,0,5913.2,-2836.97,263.025,0.05946,300,5,0,10635,0,1,0,0,0),(118641,28145,571,1,1,2076,0,5393.57,-2726.6,288.286,1.06461,300,0,0,10635,0,0,0,0,0),(118642,28145,571,1,1,2076,0,5782.71,-2787.3,274.434,4.07049,300,5,0,10635,0,1,0,0,0),(118643,25841,571,1,1,23430,0,3669.97,5060.01,13.0899,1.09956,300,0,0,7185,7196,0,0,0,0),(118644,28145,571,1,1,2076,0,5783.03,-2652.36,276.761,1.25277,300,5,0,10635,0,1,0,0,0),(118645,28145,571,1,1,2076,0,5645.3,-2856,274.382,3.94188,300,5,0,10635,0,1,0,0,0),(118646,28145,571,1,1,2076,0,5333.48,-2899.93,288.533,3.50505,300,5,0,10635,0,1,0,0,0),(118647,28145,571,1,1,2076,0,5837.66,-2712.22,276.623,1.77552,300,5,0,10635,0,1,0,0,0),(118648,28145,571,1,1,2076,0,5288.29,-2855.91,287.596,2.48149,300,5,0,10635,0,1,0,0,0),(118649,28145,571,1,1,2076,0,5927.8,-2777.05,264.287,4.30816,300,5,0,10635,0,1,0,0,0),(118650,28145,571,1,1,2076,0,5509.82,-3042.62,289.081,2.19954,300,5,0,10635,0,1,0,0,0),(118651,28145,571,1,1,2076,0,5780.86,-2717.29,276.624,4.29549,300,5,0,10635,0,1,0,0,0),(118652,28145,571,1,1,2076,0,5579.99,-2852.14,274.446,3.24421,300,5,0,10635,0,1,0,0,0),(118653,28145,571,1,1,2076,0,5781.06,-2848.5,274.501,2.33121,300,5,0,10635,0,1,0,0,0),(118654,28145,571,1,1,2076,0,5536.91,-2714.17,277.135,0.740912,300,5,0,10635,0,1,0,0,0),(118655,28145,571,1,1,2076,0,5456.02,-2714.17,274.861,2.99627,300,5,0,10635,0,1,0,0,0),(118656,28145,571,1,1,2076,0,5706.9,-2781.17,274.488,3.28414,300,5,0,10635,0,1,0,0,0),(118657,27377,571,1,1,24596,1,2966.52,-2530.98,126.612,4.04916,300,0,0,41128,3466,0,0,0,0),(118658,28145,571,1,1,2076,0,5849.29,-2772.07,274.118,4.01848,300,5,0,10635,0,1,0,0,0),(118659,28145,571,1,1,2076,0,5694.21,-2726.54,276.61,1.41059,300,5,0,10635,0,1,0,0,0),(118660,28145,571,1,1,2076,0,5650.63,-2719.79,276.695,3.14159,300,5,0,10635,0,1,0,0,0),(118661,28145,571,1,1,2076,0,5669.97,-2662.12,276.696,3.68943,300,5,0,10635,0,1,0,0,0),(118662,25585,571,1,1,25226,1,3285.89,6167.57,72.542,5.57869,300,5,0,7984,3080,1,0,0,0),(118663,25585,571,1,1,25226,1,3339.82,6158.93,76.5962,5.01304,300,5,0,7984,3080,1,0,0,0),(118664,25841,571,1,1,23430,0,3418.47,5076.99,14.2947,0.331613,300,0,0,7185,7196,0,0,0,0),(118665,25585,571,1,1,25226,1,3240.09,6137.66,69.3424,3.32772,300,5,0,7984,3080,1,0,0,0),(118666,25585,571,1,1,25226,1,3266.17,6150.67,72.8611,1.56162,300,5,0,7984,3080,1,0,0,0),(118667,25585,571,1,1,25226,1,3257.09,6171.28,72.8611,3.22261,300,5,0,7984,3080,1,0,0,0),(118668,25585,571,1,1,25226,1,3370.86,6123.23,75.6,3.8507,300,5,0,7984,3080,1,0,0,0),(118669,25585,571,1,1,25226,1,3398.4,6208.01,76.5181,6.16199,300,5,0,7984,3080,1,0,0,0),(118670,25585,571,1,1,25226,1,3371.85,6231.85,73.696,0.224721,300,5,0,7984,3080,1,0,0,0),(118671,25585,571,1,1,25226,1,3393.2,6234,75.589,3.935,300,5,0,7984,3080,1,0,0,0),(118672,25585,571,1,1,25226,1,3375.11,6239.7,75.1757,3.39339,300,5,0,7984,3080,1,0,0,0),(118673,25585,571,1,1,25226,1,3342.57,6207.24,76.6302,0.862801,300,5,0,7984,3080,1,0,0,0),(118674,25585,571,1,1,25226,1,3449.3,6151.09,74.5724,2.69951,300,5,0,7984,3080,1,0,0,0),(118675,25585,571,1,1,25226,1,3388.98,6167.48,79.831,4.6096,300,0,0,7984,3080,0,0,0,0),(118677,25585,571,1,1,25226,1,3479.11,6124.43,70.9667,1.68511,300,5,0,7984,3080,1,0,0,0),(118678,25585,571,1,1,25226,1,3384.98,6161.13,79.8309,0.686932,300,0,0,7984,3080,0,0,0,0),(118679,25585,571,1,1,25226,1,3456.02,6105.24,67.5395,2.8807,300,5,0,7984,3080,1,0,0,0),(118680,25585,571,1,1,25226,1,3512.56,6093.57,64.8685,1.72664,300,5,0,7984,3080,1,0,0,0),(118681,25585,571,1,1,25226,1,3480.13,6085.81,67.452,6.28037,300,5,0,7984,3080,1,0,0,0),(118682,25841,571,1,1,23430,0,3474.19,4824.96,12.8505,1.09956,300,0,0,7185,7196,0,0,0,0),(118683,25841,571,1,1,23430,0,3425.42,5182.84,17.6477,0.575959,300,0,0,7185,7196,0,0,0,0),(118684,25841,571,1,1,23430,0,3493.85,5153.4,16.5017,0.820305,300,0,0,7185,7196,0,0,0,0),(118685,25841,571,1,1,23430,0,3525.88,5124.33,13.3699,0.890118,300,0,0,7185,7196,0,0,0,0),(118686,25841,571,1,1,23430,0,3499.22,5079.69,13.6477,5.02655,300,0,0,7185,7196,0,0,0,0),(118687,31729,571,1,1,5448,0,5853.4,564.297,653.843,3.49066,300,0,0,42,0,0,0,0,0),(203264,24050,571,1,1,0,1,2435.58,-4967.16,273.876,2.11185,120,0,0,42540,0,0,0,0,0),(203263,24050,571,1,1,0,1,2432.51,-4974.67,273.855,2.11185,120,0,0,42540,0,0,0,0,0),(203262,24050,571,1,1,0,1,2427.16,-5093.28,273.624,3.28122,120,0,0,42540,0,0,0,0,0),(203261,24050,571,1,1,0,1,2424.7,-5068.17,272.687,2.75762,120,0,0,42540,0,0,0,0,0),(203260,24050,571,1,1,0,1,2423.93,-4977.67,273.633,2.23402,120,0,0,42540,0,0,0,0,0),(203259,24050,571,1,1,0,1,2414.04,-5126.49,276.791,5.16617,120,0,0,42540,0,0,0,0,0),(203258,24050,571,1,1,0,1,2402.79,-5129.87,277.338,5.06145,120,0,0,42540,0,0,0,0,0),(203257,24050,571,1,1,0,1,2394.71,-5051.51,250.55,2.16421,120,0,0,42540,0,0,0,0,0),(203256,24050,571,1,1,0,1,2392.52,-5015.43,250.023,4.60767,120,0,0,42540,0,0,0,0,0),(203255,24050,571,1,1,0,1,2386.26,-4985.14,255.465,2.00713,120,0,0,42540,0,0,0,0,0),(203254,24050,571,1,1,0,1,2384.62,-5053.81,249.425,1.74533,120,0,0,42540,0,0,0,0,0),(133090,24562,571,1,1,25237,0,2614.34,5979.96,88.4154,0.806257,180,5,0,6986,0,1,0,0,0),(203253,24050,571,1,1,0,1,2384.2,-5016.75,250.069,4.67748,120,0,0,42540,0,0,0,0,0),(203252,24050,571,1,1,0,1,2360.7,-4966.88,254.251,1.78117,120,0,0,42540,0,2,0,0,0),(203251,24050,571,1,1,0,1,2380.33,-4949.7,256.05,1.39626,120,0,0,42540,0,0,0,0,0),(203250,24050,571,1,1,0,1,2378.24,-4987.73,255.054,1.8326,120,0,0,42540,0,0,0,0,0),(203249,24050,571,1,1,0,1,2375.73,-5052.71,250.373,2.53073,120,0,0,42540,0,0,0,0,0),(203248,24050,571,1,1,0,1,2359.95,-4950.4,252.665,1.95477,120,0,0,42540,0,0,0,0,0),(203247,24050,571,1,1,0,1,2349.92,-4952.9,251.724,2.02458,120,0,0,42540,0,0,0,0,0),(203246,24050,571,1,1,0,1,2341.15,-4968.5,253.264,2.47837,120,0,0,42540,0,0,0,0,0),(118708,28402,571,1,1,27253,1,5090.71,-4033.36,356.606,5.25344,300,0,0,11001,3643,0,0,0,0),(125597,24562,571,1,1,25237,0,2621.74,6032.04,79.6036,1.11786,300,5,0,6986,0,1,0,0,0),(125596,24562,571,1,1,25237,0,2912.45,6305.3,106.684,4.76807,300,5,0,6986,0,1,0,0,0),(118711,27378,571,1,1,24597,0,2809.35,-263.523,134.058,3.56047,300,0,0,4646,0,0,0,0,0),(118712,26098,571,1,1,1060,0,2483.7,5204.07,31.0652,2.05949,300,0,0,1,0,0,0,0,0),(125595,24562,571,1,1,25237,0,2798.17,6322.55,98.1123,2.96102,300,5,0,6986,0,1,0,0,0),(118714,28402,571,1,1,27253,1,5069.63,-3817.35,356.433,1.8675,300,5,0,11001,3643,1,0,0,0),(118715,23794,571,1,1,21776,1,1366.91,-6403.69,2.68048,0.289304,300,0,0,6986,2991,2,0,0,0),(118716,23794,571,1,1,21777,1,1522.9,-6314.97,6.29016,4.21535,300,0,0,6986,2991,2,0,0,0),(118717,23794,571,1,1,21776,1,1397.09,-6396.1,2.9981,3.36848,300,0,0,6986,2991,0,0,0,0),(118718,23794,571,1,1,21777,1,1376.51,-6391.19,4.14872,5.25344,300,0,0,6986,2991,0,0,0,0),(118719,23794,571,1,1,21777,1,1533.88,-6286.53,5.47271,2.07694,300,0,0,6986,2991,0,0,0,0),(118720,28402,571,1,1,27253,1,5242.23,-3735.21,374.611,2.35619,300,0,0,11001,3643,0,0,0,0),(125594,24562,571,1,1,25237,0,2943.19,6260.39,80.9224,5.29349,300,0,0,6986,0,0,0,0,0),(118722,28402,571,1,1,27253,1,5180.85,-3765.29,364.686,3.92699,300,5,0,11001,3643,1,0,0,0),(118723,28402,571,1,1,27253,1,5202.49,-3897.8,372.779,3.80482,300,0,0,11001,3643,0,0,0,0),(118725,28402,571,1,1,27253,1,5122.59,-3969.65,362.787,4.85202,300,0,0,11001,3643,0,0,0,0),(118726,28402,571,1,1,27253,1,5556.98,-3740.09,363.75,1.06465,300,0,0,11001,3643,0,0,0,0),(118727,28402,571,1,1,27253,1,5511.78,-3693.83,363.516,0.855211,300,0,0,11001,3643,0,0,0,0),(118728,28402,571,1,1,27253,1,5408.96,-3589.57,363.894,0.890118,300,0,0,11001,3643,0,0,0,0),(118729,28402,571,1,1,27253,1,5200.2,-3689.33,363.509,6.16121,300,5,0,11001,3643,1,0,0,0),(125593,24562,571,1,1,25237,0,2598.59,6055.26,67.669,1.29656,300,5,0,6986,0,1,0,0,0),(118731,28402,571,1,1,27253,1,5118.01,-3780.84,358.127,2.58309,300,5,0,11001,3643,1,0,0,0),(118732,28402,571,1,1,27253,1,5142.37,-3728.21,358.903,1.5708,300,5,0,11001,3643,1,0,0,0),(118733,28402,571,1,1,27253,1,5193.94,-3972.15,366.443,4.24115,300,5,0,11001,3643,1,0,0,0),(118744,24562,571,1,1,25237,0,2522.42,6122.1,77.0328,0.50525,300,0,0,6986,0,0,0,0,0),(118735,28402,571,1,1,27253,1,5349.37,-3615.91,363.888,5.46288,300,0,0,11001,3643,0,0,0,0),(118743,24562,571,1,1,25237,0,2763.86,6320.07,91.02,6.02889,300,5,0,6986,0,1,0,0,0),(118742,24562,571,1,1,25237,0,2824.17,6324.51,104.104,3.9495,300,0,0,6986,0,0,0,0,0),(118741,24562,571,1,1,25237,0,2659.7,6288.04,86.3078,4.39831,300,5,0,6986,0,1,0,0,0),(118739,28402,571,1,1,27253,1,5349.4,-3729.76,360.062,0.680678,300,0,0,11001,3643,0,0,0,0),(118740,24562,571,1,1,25237,0,2654.68,6256.56,62.0777,5.69152,300,5,0,6986,0,1,0,0,0),(118738,24562,571,1,1,25237,0,2950.52,6315.86,116.065,3.74559,300,5,0,6986,0,1,0,0,0),(118737,24562,571,1,1,25237,0,2979.46,6289.62,115.574,0.036835,300,5,0,6986,0,1,0,0,0),(118736,24562,571,1,1,25237,0,2622.7,6286.83,91.747,5.55841,300,5,0,6986,0,1,0,0,0),(118745,31730,571,1,1,1924,0,5847.25,554.084,654.031,0.855211,300,0,0,42,0,0,0,0,0),(118746,29426,571,1,1,25771,1,6924.04,-1392.3,830.657,1.43117,300,0,0,12175,0,0,0,0,0),(118747,29426,571,1,1,25771,1,6918.74,-1393.13,831.044,1.65806,300,0,0,12175,0,0,0,0,0),(118748,29426,571,1,1,25771,1,6941.46,-1394.98,830.308,1.66341,300,5,0,12175,0,1,0,0,0),(209119,30446,571,1,1,0,0,8331.42,-2502.39,1140.05,4.53786,120,0,0,1,0,0,0,0,0),(209118,30446,571,1,1,0,0,8310.22,-2550.68,1153.69,1.91986,120,0,0,1,0,0,0,0,0),(118751,22515,571,1,1,16925,0,-13.0905,-4883.15,295.816,2.51327,300,0,0,4120,0,0,0,0,0),(118752,22515,571,1,1,16925,0,-46.6938,-5057.51,321.959,4.41568,300,0,0,4120,0,0,0,0,0),(118753,22515,571,1,1,16925,0,-111.363,-4962.93,312.766,1.3439,300,0,0,4120,0,0,0,0,0),(118754,22515,571,1,1,16925,0,-35.0348,-4947.48,308.199,2.19912,300,0,0,4120,0,0,0,0,0),(118755,22515,571,1,1,16925,0,15.0551,-4977.05,303.355,3.735,300,0,0,4120,0,0,0,0,0),(118756,22515,571,1,1,16925,0,-82.8012,-5012.34,306.926,0.558505,300,0,0,4120,0,0,0,0,0),(118757,22515,571,1,1,16925,0,-126.104,-5055.59,314.663,2.72271,300,0,0,4120,0,0,0,0,0),(118758,22515,571,1,1,16925,0,64.8177,-4894.53,315.754,2.98451,300,0,0,4120,0,0,0,0,0),(118759,22515,571,1,1,16925,0,-100.395,-5137.67,322.177,6.02139,300,0,0,4120,0,0,0,0,0),(118760,29427,571,1,1,26785,1,6994.37,-1295.43,815.24,1.36136,300,0,0,12175,0,0,0,0,0),(118778,24563,571,1,1,23913,0,3457.49,4707.91,-13.6558,5.33412,300,5,0,8982,0,1,0,0,0),(118765,24563,571,1,1,23913,0,3589.59,4578.29,-12.9217,5.43689,300,5,0,8982,0,1,0,0,0),(118763,24563,571,1,1,23913,0,3603.33,4503.01,-10.8873,4.22818,300,5,0,8982,0,1,0,0,0),(118764,27379,571,1,1,24598,0,2795.19,-451.438,118.939,2.33874,300,0,0,4646,0,0,0,0,0),(118762,24563,571,1,1,23913,0,3544.27,4489.79,-12.8706,2.27867,300,5,0,8982,0,1,0,0,0),(118766,24051,571,1,1,22048,1,709.307,-4939.81,5.69565,2.21077,300,0,0,6986,0,0,0,0,0),(118767,24051,571,1,1,22050,1,719.792,-4981.83,6.26409,1.5708,300,0,0,6986,0,0,0,0,0),(118768,24051,571,1,1,22049,1,710.86,-4936.77,6.34196,-1.73661,300,0,0,6986,0,0,0,0,0),(118769,24051,571,1,1,22048,1,719.792,-4990.14,6.70648,-2.03322,300,0,0,6986,0,0,0,0,0),(118770,24051,571,1,1,22048,1,739.815,-4866.26,6.49782,3.53406,300,0,0,6986,0,0,0,0,0),(118771,24051,571,1,1,22048,1,739.29,-4937.83,5.74562,3.5513,300,0,0,6986,0,0,0,0,0),(118772,24051,571,1,1,22050,1,773.114,-4973.18,1.3794,0.366519,300,0,0,6986,0,0,0,0,0),(118773,24051,571,1,1,22049,1,760.44,-4896.1,2.77501,1.78024,300,0,0,6986,0,0,0,0,0),(118775,28403,571,1,1,27453,1,5309.2,-3722.29,372.753,0.159758,300,0,0,8800,8139,0,0,0,0),(118776,28403,571,1,1,27453,1,5261.12,-3770.66,370.248,3.97935,300,0,0,8800,8139,0,0,0,0),(118777,28403,571,1,1,27453,1,5418.03,-3693.92,362.058,3.90954,300,0,0,8800,8139,0,0,0,0),(118761,24563,571,1,1,23913,0,3571.52,4537.49,-12.8015,3.58337,300,5,0,8982,0,1,0,0,0),(118779,25844,571,1,1,23432,0,2678.36,5155.42,18.2385,0.443999,300,5,0,5409,0,2,0,0,0),(118780,25844,571,1,1,23432,0,2556.5,5059.92,7.8477,2.48272,300,5,0,5409,0,2,0,0,0),(118781,25844,571,1,1,23432,0,2683.61,5200.59,25.6208,1.31589,300,5,0,5409,0,2,0,0,0),(118782,25844,571,1,1,23432,0,2583.23,5122.73,8.24939,3.85878,300,5,0,5409,0,2,0,0,0),(118783,25844,571,1,1,23432,0,2600.31,5105.1,12.4402,0.495528,300,5,0,5409,0,2,0,0,0),(118785,29427,571,1,1,26242,1,6858.39,-1346.68,832.404,4.31096,300,0,0,12175,0,0,0,0,0),(118786,29427,571,1,1,26242,1,6866.02,-1356.58,831.544,3.28122,300,0,0,12175,0,0,0,0,0),(118787,29427,571,1,1,26785,1,7024.81,-1339.2,831.283,2.44346,300,0,0,12175,0,0,0,0,0),(118788,29427,571,1,1,26242,1,7012.82,-1313.8,819.345,4.55531,300,0,0,12175,0,0,0,0,0),(118789,29427,571,1,1,26785,1,7047.17,-1310.51,819.401,0.523599,300,0,0,12175,0,0,0,0,0),(118790,29427,571,1,1,26242,1,7007.05,-1357.46,831.253,5.39307,300,0,0,12175,0,0,0,0,0),(118791,29427,571,1,1,26785,1,6844.23,-1311.45,819.694,3.40339,300,0,0,12175,0,0,0,0,0),(118792,29427,571,1,1,26242,1,6880.86,-1261.11,812.462,0.855211,300,0,0,12175,0,0,0,0,0),(118793,29427,571,1,1,26785,1,6842.27,-1333.85,819.742,5.65487,300,0,0,12175,0,0,0,0,0),(118794,29427,571,1,1,26785,1,6868,-1299.4,820.153,4.5204,300,0,0,12175,0,0,0,0,0),(118795,29427,571,1,1,26785,1,6858.69,-1250.73,808.421,4.27606,300,0,0,12175,0,0,0,0,0),(118796,29427,571,1,1,26242,1,6957.22,-1223.49,808.99,5.35816,300,0,0,12175,0,0,0,0,0),(118797,29427,571,1,1,26242,1,6985.69,-1215.26,808.758,5.77704,300,0,0,12175,0,0,0,0,0),(118798,29427,571,1,1,26785,1,6845.51,-1241.04,805.442,4.08407,300,0,0,12175,0,0,0,0,0),(118799,29427,571,1,1,26785,1,6884.33,-1236.36,809.247,2.53073,300,0,0,12175,0,0,0,0,0),(118800,29427,571,1,1,26242,1,6963.78,-1212.05,809.094,1.98968,300,0,0,12175,0,0,0,0,0),(118801,29427,571,1,1,26242,1,6889.85,-1242.17,809.39,5.28835,300,0,0,12175,0,0,0,0,0),(118802,29427,571,1,1,26242,1,6971.69,-1222.38,808.963,5.32325,300,0,0,12175,0,0,0,0,0),(118803,29427,571,1,1,26785,1,6922.84,-1381.92,830.593,4.86947,300,0,0,12175,0,0,0,0,0),(118804,29427,571,1,1,26242,1,6917.98,-1383.08,831.001,5.13127,300,0,0,12175,0,0,0,0,0),(118805,29428,571,1,1,26243,0,6152.99,-1069.41,402.843,3.1765,300,0,0,12600,0,0,0,0,0),(118806,26868,571,1,1,24085,0,3200.55,-2301.47,107.758,0.767945,300,0,0,9940,0,0,0,0,0),(118807,28404,571,1,1,25708,0,5062.35,-4071.49,351.24,2.06237,300,5,0,11001,0,1,0,0,0),(118808,23796,571,1,1,25757,0,2381.11,-5804.38,258.926,4.27606,300,0,0,7984,3080,0,0,0,0),(118809,26356,571,1,1,23826,1,4151.12,-4003.02,167.793,1.00096,300,0,0,10282,0,0,0,0,0),(118810,26356,571,1,1,23826,1,4196.66,-4018.23,168.986,2.14798,300,0,0,10282,0,0,0,0,0),(118811,23796,571,1,1,25757,0,1931.35,-5312.67,201.218,4.71239,300,5,0,7984,3080,1,0,0,0),(118812,28404,571,1,1,25708,0,5159.14,-3928.3,366.876,4.34241,300,5,0,11001,0,1,0,0,0),(118813,26356,571,1,1,23826,1,3643.54,-4585.87,192.226,4.17059,300,5,0,10282,0,1,0,0,0),(118814,26356,571,1,1,23826,1,3647.49,-4612.62,192.942,2.05949,300,0,0,10282,0,0,0,0,0),(118815,23796,571,1,1,25757,0,1941.16,-5660.21,213.285,0.279253,300,0,0,7984,3080,0,0,0,0),(118816,28404,571,1,1,25708,0,5056.05,-3933.66,358.215,4.48969,300,5,0,11001,0,1,0,0,0),(118817,26356,571,1,1,23826,1,4170.88,-4041.09,165.364,3.77602,300,0,0,10282,0,0,0,0,0),(118818,26356,571,1,1,23826,1,4051.49,-3955.08,172.354,5.18363,300,0,0,10282,0,0,0,0,0),(118819,26356,571,1,1,23826,1,4077.08,-3947.92,168.975,1.54992,300,0,0,10282,0,0,0,0,0),(118820,23796,571,1,1,25757,0,2099.98,-5791.51,223.251,1.69297,300,0,0,7984,3080,0,0,0,0),(118821,23796,571,1,1,25757,0,2148.54,-5788.27,222.675,5.34071,300,0,0,7984,3080,0,0,0,0),(118822,26356,571,1,1,23826,1,3494.38,-4552.81,224.246,5.8994,300,0,0,10282,0,2,0,0,0),(118823,23796,571,1,1,25757,0,2179.21,-5609.59,227.452,6.19592,300,0,0,7984,3080,0,0,0,0),(118824,23796,571,1,1,25757,0,2153.36,-5463.9,240.7,2.04204,300,0,0,7984,3080,0,0,0,0),(118825,23796,571,1,1,25757,0,2161.48,-5500.7,241.495,3.78736,300,0,0,7984,3080,0,0,0,0),(118826,26356,571,1,1,23826,1,3592.19,-4493.23,199.477,3.14128,300,5,0,10282,0,1,0,0,0),(118827,28404,571,1,1,25708,0,5111.72,-3767.55,357.379,4.4081,300,5,0,11001,0,1,0,0,0),(118828,26356,571,1,1,23826,1,4038.54,-3969.37,169.81,5.16617,300,0,0,10282,0,0,0,0,0),(118829,28404,571,1,1,25708,0,5090.9,-3874.15,359.345,3.92522,300,5,0,11001,0,1,0,0,0),(118830,26356,571,1,1,23826,1,4147.74,-3768.01,197.471,1.33065,300,0,0,10282,0,0,0,0,0),(118831,26356,571,1,1,23826,1,4196.4,-3801.38,182.062,1.96143,300,0,0,10282,0,0,0,0,0),(118832,26356,571,1,1,23826,1,3934.25,-3778.88,159.122,4.5884,300,0,0,10282,0,0,0,0,0),(118833,26356,571,1,1,23826,1,3894.32,-3752.93,174.005,1.50338,300,0,0,10282,0,0,0,0,0),(118834,26356,571,1,1,23826,1,4190.82,-3897.99,178.641,2.28808,300,0,0,10282,0,0,0,0,0),(118835,26356,571,1,1,23826,1,3604.68,-4506.43,200.383,4.67748,300,0,0,10282,0,0,0,0,0),(118836,26356,571,1,1,23826,1,3552.82,-4498.61,203.879,0.314159,300,0,0,10282,0,0,0,0,0),(118837,26356,571,1,1,23826,1,3559.76,-4514.19,205.169,0.261799,300,0,0,10282,0,0,0,0,0),(118838,26356,571,1,1,23826,1,4071.43,-3798.73,223.875,4.73341,300,0,0,10282,0,0,0,0,0),(118839,26356,571,1,1,23826,1,4136.56,-3762.43,199.187,1.8007,300,0,0,10282,0,0,0,0,0),(118840,26356,571,1,1,23826,1,4041.3,-3733.4,221.855,6.24288,300,0,0,10282,0,0,0,0,0),(118841,26356,571,1,1,23826,1,3414.69,-4477.94,234.785,2.25148,300,0,0,10282,0,0,0,0,0),(118842,26356,571,1,1,23826,1,3446.45,-4464.77,235.871,2.00736,300,5,0,10282,0,1,0,0,0),(118843,26356,571,1,1,23826,1,4211.2,-3770.73,121.885,4.99879,300,5,0,10282,0,1,0,0,0),(118844,26356,571,1,1,23826,1,3999.73,-3831.31,223.779,3.08727,300,0,0,10282,0,0,0,0,0),(118845,26356,571,1,1,23826,1,4118.89,-3679.31,179.964,3.68539,300,0,0,10282,0,0,0,0,0),(118846,26356,571,1,1,23826,1,3916.18,-3963.74,178.782,2.86234,300,0,0,10282,0,0,0,0,0),(118847,26356,571,1,1,23826,1,3377.48,-4619.18,232.95,0.174533,300,0,0,10282,0,0,0,0,0),(118848,26356,571,1,1,23826,1,3372.96,-4601.43,232.047,6.17846,300,0,0,10282,0,0,0,0,0),(118849,28404,571,1,1,25708,0,5170.44,-3806.91,364.469,6.15383,300,5,0,11001,0,1,0,0,0),(118850,28404,571,1,1,25708,0,5312.08,-3663.56,362.085,1.20643,300,5,0,11001,0,1,0,0,0),(118851,28404,571,1,1,25708,0,5376.92,-3612.11,362.064,5.48303,300,5,0,11001,0,1,0,0,0),(118852,28404,571,1,1,25708,0,5243.89,-3674.6,362.175,4.33131,300,5,0,11001,0,1,0,0,0),(118853,28404,571,1,1,25708,0,5384.38,-3667.47,362.005,1.08366,300,5,0,11001,0,1,0,0,0),(118854,28404,571,1,1,25708,0,5178.77,-3725.9,362.228,4.25073,300,5,0,11001,0,1,0,0,0),(118855,28404,571,1,1,25708,0,5263.17,-3956,370.771,4.79719,300,5,0,11001,0,1,0,0,0),(118856,28404,571,1,1,25708,0,5117.88,-3993.76,357.759,3.38828,300,5,0,11001,0,1,0,0,0),(118857,28404,571,1,1,25708,0,5179.74,-3992.26,361.487,5.36478,300,5,0,11001,0,1,0,0,0),(118858,28404,571,1,1,25708,0,5509.14,-3725.26,362.085,6.19191,300,5,0,11001,0,1,0,0,0),(118859,28404,571,1,1,25708,0,5458.53,-3666.11,362.704,1.54884,300,5,0,11001,0,1,0,0,0),(118860,28404,571,1,1,25708,0,5287.34,-3739.93,371.369,2.93764,300,5,0,11001,0,1,0,0,0),(118861,28916,571,1,1,25763,1,6434,-3786.79,470.799,4.69494,300,0,0,9103,8313,0,0,0,0),(118862,25332,571,1,1,15961,0,2507.88,6418.43,43.27,0.12453,300,0,0,9940,0,2,0,0,0),(118863,25332,571,1,1,15961,0,2307.77,6455.49,46.79,1.51699,300,0,0,9940,0,2,0,0,0),(118864,25332,571,1,1,15961,0,2340.38,6420.04,42.83,4.71612,300,0,0,9940,0,2,0,0,0),(118865,25332,571,1,1,15961,0,2474.27,6498.79,41.48,4.08347,300,0,0,9940,0,2,0,0,0),(118866,25332,571,1,1,15961,0,2388.08,6525.89,43.02,0.933865,300,0,0,9940,0,2,0,0,0),(118867,31732,571,1,1,1141,0,5859.31,573.164,653.767,3.83972,300,0,0,42,0,0,0,0,0),(118868,29429,571,1,1,26244,0,6037.14,-652.152,369.899,0.026406,300,0,0,12600,0,0,0,0,0),(118869,27125,571,1,1,24311,1,3256.43,-2202.08,117.112,5.79449,300,0,0,9940,0,0,0,0,0),(118870,26869,571,1,1,24088,0,3219.16,-2300.18,110.748,5.41052,300,0,0,9940,0,0,0,0,0),(118871,26869,571,1,1,24087,0,3279.21,-2331,107.536,3.1765,300,0,0,9940,0,0,0,0,0),(118872,26869,571,1,1,24089,0,3207.6,-2325.87,110.646,6.26573,300,0,0,9940,0,0,0,0,0),(118873,26869,571,1,1,24089,0,3278.42,-2341.05,107.617,2.53073,300,0,0,9940,0,0,0,0,0),(118874,26869,571,1,1,24087,0,3209.91,-2320.17,109.991,5.93412,300,0,0,9940,0,0,0,0,0),(118875,26869,571,1,1,24089,0,3247.79,-2360.89,107.545,1.62316,300,0,0,9940,0,0,0,0,0),(118876,26869,571,1,1,24088,0,3254.51,-2304.41,107.52,5.0091,300,0,0,9940,0,0,0,0,0),(118877,26869,571,1,1,24086,0,3211.24,-2328.07,107.758,6.21337,300,0,0,9940,0,0,0,0,0),(118878,26869,571,1,1,24089,0,3257.54,-2305.12,107.542,4.66003,300,0,0,9940,0,0,0,0,0),(118879,26869,571,1,1,24087,0,3214.57,-2308.5,109.947,5.74213,300,0,0,9940,0,0,0,0,0),(118880,31733,571,1,1,3233,0,5851.46,574.115,653.426,0.506145,300,0,0,42,0,0,0,0,0),(118881,25845,571,1,1,17188,0,3606.57,5063,14.4285,0.785398,300,5,0,8982,3155,1,0,0,0),(118882,26869,571,1,1,24087,0,3212.02,-2317.84,109.158,5.98648,300,0,0,9940,0,0,0,0,0),(118883,26869,571,1,1,24086,0,3208.7,-2330.86,110.079,6.10865,300,0,0,9940,0,0,0,0,0),(118884,26869,571,1,1,24086,0,3223.75,-2329.87,107.617,6.21337,300,0,0,9940,0,0,0,0,0),(118885,26869,571,1,1,24089,0,3219.66,-2303.93,109.311,5.34071,300,0,0,9940,0,0,0,0,0),(118886,25845,571,1,1,17188,0,3739.39,5047.41,-0.865776,2.14675,300,5,0,8982,3155,1,0,0,0),(118887,26613,571,1,1,23946,0,4492.32,-728.97,138.107,4.20946,300,5,0,3992,0,1,0,0,0),(118888,26613,571,1,1,23947,0,4353.33,-1272.51,174.131,3.09471,300,5,0,3992,0,1,0,0,0),(118889,26613,571,1,1,23947,0,4328.48,-720.834,138.926,1.80958,300,0,0,3992,0,0,0,0,0),(118890,26613,571,1,1,23948,0,4372.49,-1416.87,162.615,-1.82786,300,0,0,3992,0,0,0,0,0),(118891,26613,571,1,1,23946,0,3646.04,1548.29,96.3808,0.848206,300,0,0,3992,0,0,0,0,0),(118892,26613,571,1,1,23948,0,4213.49,1149.28,138.99,0.178659,300,0,0,3992,0,0,0,0,0),(118893,26613,571,1,1,23947,0,2874.92,-678.737,89.1316,0.64725,300,5,0,3992,0,1,0,0,0),(118894,26613,571,1,1,23947,0,2764.27,-675.128,83.9591,2.68756,300,0,0,3992,0,0,0,0,0),(118896,26613,571,1,1,23947,0,4537.85,-885.599,167.253,4.66742,300,5,0,3992,0,1,0,0,0),(118897,26613,571,1,1,23946,0,4519.54,-902.949,167.284,5.95278,300,0,0,3992,0,0,0,0,0),(118898,26613,571,1,1,23946,0,4524.58,-889.865,166.709,0.587998,300,5,0,3992,0,1,0,0,0),(118899,26613,571,1,1,23946,0,3097.31,-702.449,84.9954,1.04507,300,0,0,3992,0,0,0,0,0),(118900,26613,571,1,1,23946,0,2896.62,-610.287,91.5263,-2.77615,300,0,0,3992,0,0,0,0,0),(118901,26613,571,1,1,23947,0,3445.34,1799.38,76.7559,5.12104,300,0,0,3992,0,0,0,0,0),(118902,26613,571,1,1,23947,0,3145.28,-370.945,130.059,-1.863,300,0,0,3992,0,0,0,0,0),(118903,26613,571,1,1,23946,0,3047.81,-637.074,93.5021,0.832996,300,0,0,3992,0,0,0,0,0),(118904,26613,571,1,1,23946,0,3042.27,-345.419,126.458,3.11385,300,0,0,3992,0,0,0,0,0),(118905,26613,571,1,1,23946,0,4074.89,1303.78,136.733,5.26789,300,5,0,3992,0,1,0,0,0),(118906,26613,571,1,1,23947,0,3308.67,-363.213,163.984,3.22173,300,0,0,3992,0,0,0,0,0),(118907,26613,571,1,1,23946,0,3311.26,-445.03,162.359,-2.36042,300,0,0,3992,0,0,0,0,0),(118908,26613,571,1,1,23946,0,3515.41,1596.39,74.9451,2.6497,300,0,0,3992,0,0,0,0,0),(118909,26613,571,1,1,23947,0,3518.87,1567.6,75.2835,1.71809,300,0,0,3992,0,0,0,0,0),(118910,26613,571,1,1,23948,0,3369.21,-437.909,181.809,0.679992,300,0,0,3992,0,0,0,0,0),(118911,26613,571,1,1,23946,0,3688.06,1381.37,101.262,-2.24661,300,0,0,3992,0,0,0,0,0),(118912,27381,571,1,1,24599,0,2860.88,-446.497,119.815,4.85202,300,0,0,4646,0,0,0,0,0),(118913,26613,571,1,1,23948,0,3654.05,1397.57,99.6802,0.666463,300,5,0,3992,0,1,0,0,0),(118915,26613,571,1,1,23948,0,4293.68,1228.91,147.103,-0.762077,300,0,0,3992,0,0,0,0,0),(118916,26613,571,1,1,23947,0,4493.85,1080.26,136.614,5.4812,300,0,0,3992,0,0,0,0,0),(118917,26613,571,1,1,23946,0,4398.35,1114.03,144.26,0.901992,300,0,0,3992,0,0,0,0,0),(118918,26613,571,1,1,23948,0,3462.95,1783.35,74.8331,0.585721,300,0,0,3992,0,0,0,0,0),(118919,26613,571,1,1,23947,0,3461.75,1912.19,62.3437,2.97375,300,0,0,3992,0,0,0,0,0),(118920,26613,571,1,1,23946,0,2992.13,-556.646,103.347,5.9027,300,5,0,3992,0,1,0,0,0),(118921,26613,571,1,1,23946,0,3893.75,1749.73,121.615,5.14252,300,5,0,3992,0,1,0,0,0),(118922,26613,571,1,1,23946,0,3521.82,1451.01,80.7485,1.81862,300,0,0,3992,0,0,0,0,0),(118923,26613,571,1,1,23946,0,3411.87,1425.95,82.9577,-2.87794,300,0,0,3992,0,0,0,0,0),(118924,26613,571,1,1,23948,0,3443.45,1492.67,78.4753,3.15722,300,5,0,3992,0,1,0,0,0),(118925,26613,571,1,1,23947,0,3632.02,1319.73,115.876,2.64308,300,0,0,3992,0,0,0,0,0),(118926,26613,571,1,1,23947,0,3871.03,1765.22,123.506,-0.694346,300,0,0,3992,0,0,0,0,0),(118927,26613,571,1,1,23948,0,3690.36,1781.97,104.866,-0.474115,300,0,0,3992,0,0,0,0,0),(118928,26613,571,1,1,23947,0,3690.85,1696.33,101.14,3.90554,300,0,0,3992,0,0,0,0,0),(118929,26613,571,1,1,23946,0,3650,1753.1,110.389,5.11509,300,5,0,3992,0,1,0,0,0),(118930,26613,571,1,1,23947,0,3686.04,1639.94,93.3088,2.23945,300,0,0,3992,0,0,0,0,0),(118931,26613,571,1,1,23946,0,3667.28,1605.29,93.873,2.25728,300,0,0,3992,0,0,0,0,0),(118932,26613,571,1,1,23947,0,3662.13,1594.64,92.9936,5.82478,300,5,0,3992,0,1,0,0,0),(118933,26613,571,1,1,23947,0,3503.64,1414.66,84.6715,4.25618,300,0,0,3992,0,0,0,0,0),(118934,26357,571,1,1,23774,1,3976.84,-4008.83,174.65,1.59979,300,0,0,10635,0,0,0,0,0),(118935,26357,571,1,1,23774,1,4004.09,-4021.7,173.994,5.62034,300,0,0,10635,0,0,0,0,0),(118936,26357,571,1,1,23774,1,3975.24,-4029.55,178.65,4.576,300,0,0,10635,0,0,0,0,0),(118937,26357,571,1,1,23774,1,4047.56,-4027.52,174.185,2.7658,300,0,0,10635,0,0,0,0,0),(118938,26357,571,1,1,23774,1,4075.72,-4044.92,174.3,3.55729,300,0,0,10635,0,0,0,0,0),(118939,26357,571,1,1,23774,1,4082.49,-4015.53,169.993,1.87891,300,0,0,10635,0,0,0,0,0),(118940,26357,571,1,1,23774,1,4109.14,-3902.34,175.634,2.59109,300,0,0,10635,0,0,0,0,0),(118941,26357,571,1,1,23774,1,4026.54,-3822.49,114.684,3.42216,300,5,0,10635,0,1,0,0,0),(118942,26357,571,1,1,23774,1,4060.21,-3898.46,208.704,0.787128,300,0,0,10635,0,0,0,0,0),(118943,26357,571,1,1,23774,1,4021.14,-3823.2,114.749,3.00156,300,5,0,10635,0,1,0,0,0),(118944,26357,571,1,1,23774,1,4057.42,-3824.15,222.979,3.77214,300,0,0,10635,0,0,0,0,0),(118945,26357,571,1,1,23774,1,4002.97,-3833.01,223.553,2.65852,300,0,0,10635,0,0,0,0,0),(118946,26357,571,1,1,23774,1,3669.34,-4025.81,177.374,0.122173,300,0,0,10635,0,0,0,0,0),(118947,26357,571,1,1,23774,1,4075.43,-3958.61,168.475,1.41729,300,0,0,10635,0,0,0,0,0),(118948,26357,571,1,1,23774,1,4093.75,-3873.82,217.438,0.868326,300,5,0,10635,0,1,0,0,0),(118949,26357,571,1,1,23774,1,4120.37,-3727.39,209.648,5.70473,300,0,0,10635,0,0,0,0,0),(118950,26357,571,1,1,23774,1,4071.54,-3795.06,223.808,-1.59857,300,0,0,10635,0,0,0,0,0),(118951,26357,571,1,1,23774,1,4115.98,-3681.53,179.999,0.652371,300,0,0,10635,0,0,0,0,0),(118952,26357,571,1,1,23774,1,4037.91,-3732.01,221.958,-0.388806,300,0,0,10635,0,0,0,0,0),(118953,26357,571,1,1,23774,1,4182,-3754.17,181.221,3.14159,300,0,0,10635,0,0,0,0,0),(118954,26357,571,1,1,23774,1,3954.73,-3894.94,187.316,5.90193,300,5,0,10635,0,1,0,0,0),(118955,26357,571,1,1,23774,1,4193.2,-3900.78,178.474,2.27906,300,0,0,10635,0,0,0,0,0),(118956,26357,571,1,1,23774,1,3559.6,-3910.66,200.162,0.296706,300,0,0,10635,0,0,0,0,0),(118957,26357,571,1,1,23774,1,3540.68,-3769.28,226.925,5.044,300,0,0,10635,0,0,0,0,0),(118958,26357,571,1,1,23774,1,3595.9,-3910.19,196.431,2.26893,300,0,0,10635,0,0,0,0,0),(118959,26357,571,1,1,23774,1,3511.59,-3770.57,227.247,4.62512,300,0,0,10635,0,0,0,0,0),(118960,26357,571,1,1,23774,1,3519.71,-3849.12,219.129,5.06145,300,0,0,10635,0,0,0,0,0),(118961,26357,571,1,1,23774,1,3527.34,-3735.24,230.93,4.5204,300,0,0,10635,0,0,0,0,0),(118962,26357,571,1,1,23774,1,3924.5,-3758.2,165.428,6.27974,300,0,0,10635,0,0,0,0,0),(118963,26357,571,1,1,23774,1,3507.77,-3885.6,211.646,0.174533,300,0,0,10635,0,0,0,0,0),(118964,26357,571,1,1,23774,1,3653.43,-3937.16,183.867,6.17846,300,0,0,10635,0,0,0,0,0),(118965,26357,571,1,1,23774,1,4143.8,-3790.84,194.68,1.66442,300,0,0,10635,0,0,0,0,0),(118966,26357,571,1,1,23774,1,3566.19,-3932.7,202.843,0.767945,300,0,0,10635,0,0,0,0,0),(118967,26357,571,1,1,23774,1,3615.09,-3879.88,194.275,4.97419,300,0,0,10635,0,0,0,0,0),(118968,25333,571,1,1,24274,0,2315.95,6500.33,44.3868,0,300,0,0,6986,0,0,0,0,0),(118969,25333,571,1,1,24274,0,2417.11,6551.34,41.3373,4.67748,300,0,0,6986,0,0,0,0,0),(118970,25333,571,1,1,24274,0,2382.94,6532.75,44.316,4.74729,300,0,0,6986,0,0,0,0,0),(118971,25333,571,1,1,24274,0,2418.3,6516.81,42.5228,4.62512,300,0,0,6986,0,0,0,0,0),(118973,25333,571,1,1,24274,0,2400.45,6532.73,42.3396,4.64258,300,0,0,6986,0,0,0,0,0),(118974,25333,571,1,1,24274,0,2366.68,6433.57,42.4941,6.19592,300,0,0,6986,0,0,0,0,0),(118975,28917,571,1,1,25764,1,6579.68,-3992.66,483.391,3.12414,300,0,0,11379,3725,0,0,0,0),(118976,25333,571,1,1,24274,0,2465.84,6499.83,41.3099,3.03687,300,0,0,6986,0,0,0,0,0),(118977,25333,571,1,1,24274,0,2482.4,6499.9,41.6588,3.07178,300,0,0,6986,0,0,0,0,0),(118978,25333,571,1,1,24274,0,2417.38,6533.51,41.7244,4.67748,300,0,0,6986,0,0,0,0,0),(118979,25333,571,1,1,24274,0,2433.5,6566.7,41.3477,4.66003,300,0,0,6986,0,0,0,0,0),(118980,25333,571,1,1,24274,0,2499.68,6499.92,42.9881,3.08923,300,0,0,6986,0,0,0,0,0),(118981,25333,571,1,1,24274,0,2466.77,6449.28,42.6049,3.08923,300,0,0,6986,0,0,0,0,0),(118982,25333,571,1,1,24274,0,2499.59,6450.24,42.5657,3.12414,300,0,0,6986,0,0,0,0,0),(118983,25333,571,1,1,24274,0,2466.68,6466.49,41.8977,3.26377,300,0,0,6986,0,0,0,0,0),(118984,25333,571,1,1,24274,0,2466.67,6483.33,42.3441,3.28122,300,0,0,6986,0,0,0,0,0),(118985,25333,571,1,1,24274,0,2481.86,6433.35,42.4175,3.12414,300,0,0,6986,0,0,0,0,0),(118986,25333,571,1,1,24274,0,2482.9,6482.99,42.551,3.21141,300,0,0,6986,0,0,0,0,0),(118987,25333,571,1,1,24274,0,2450.65,6516.87,41.8002,4.5204,300,0,0,6986,0,0,0,0,0),(118988,25333,571,1,1,24274,0,2381.65,6517.31,42.8221,4.81711,300,0,0,6986,0,0,0,0,0),(118989,25333,571,1,1,24274,0,2400.13,6515.7,42.1898,4.60767,300,0,0,6986,0,0,0,0,0),(118990,25333,571,1,1,24274,0,2399.64,6566.68,43.6652,4.66003,300,0,0,6986,0,0,0,0,0),(118991,25333,571,1,1,24274,0,2383.21,6551.5,44.5981,4.67748,300,0,0,6986,0,0,0,0,0),(118992,25333,571,1,1,24274,0,2380.88,6566.47,44.442,4.72984,300,0,0,6986,0,0,0,0,0),(118993,25333,571,1,1,24274,0,2366.48,6500.27,42.5173,0,300,0,0,6986,0,0,0,0,0),(118994,25333,571,1,1,24274,0,2366.76,6484.17,41.9181,6.17846,300,0,0,6986,0,0,0,0,0),(118995,25333,571,1,1,24274,0,2366.81,6466.89,41.7418,6.26573,300,0,0,6986,0,0,0,0,0),(118996,25333,571,1,1,24274,0,2349.25,6500.06,42.8827,0,300,0,0,6986,0,0,0,0,0),(118997,25333,571,1,1,24274,0,2349.43,6483.92,40.5763,6.24828,300,0,0,6986,0,0,0,0,0),(118998,25333,571,1,1,24274,0,2348.99,6466.66,41.7852,0,300,0,0,6986,0,0,0,0,0),(118999,25333,571,1,1,24274,0,2333.59,6500.24,43.3013,0,300,0,0,6986,0,0,0,0,0),(119000,25333,571,1,1,24274,0,2333.22,6483.85,43.1629,6.26573,300,0,0,6986,0,0,0,0,0),(119001,25333,571,1,1,24274,0,2333.13,6467.15,42.3798,0,300,0,0,6986,0,0,0,0,0),(119002,25333,571,1,1,24274,0,2333.48,6451.38,44.6352,6.21337,300,0,0,6986,0,0,0,0,0),(119003,25333,571,1,1,24274,0,2333.27,6432.99,45.5517,6.26573,300,0,0,6986,0,0,0,0,0),(119004,25333,571,1,1,24274,0,2318.07,6433.24,49.2592,6.26573,300,0,0,6986,0,0,0,0,0),(119005,25333,571,1,1,24274,0,2316.01,6449.89,47.2856,6.24828,300,0,0,6986,0,0,0,0,0),(119006,25333,571,1,1,24274,0,2315.62,6466.55,43.7479,0,300,0,0,6986,0,0,0,0,0),(119007,25333,571,1,1,24274,0,2315.92,6483.97,42.877,6.26573,300,0,0,6986,0,0,0,0,0),(119008,25333,571,1,1,24274,0,2516.67,6500.15,44.1729,3.10669,300,0,0,6986,0,0,0,0,0),(119009,25333,571,1,1,24274,0,2500.05,6466.46,41.8153,3.1765,300,0,0,6986,0,0,0,0,0),(119010,25333,571,1,1,24274,0,2482.61,6466.83,42.2134,3.21141,300,0,0,6986,0,0,0,0,0),(119011,25333,571,1,1,24274,0,2482.77,6450.67,42.4556,3.14159,300,0,0,6986,0,0,0,0,0),(119012,25333,571,1,1,24274,0,2366.56,6449.5,42.1192,6.17846,300,0,0,6986,0,0,0,0,0),(119013,25333,571,1,1,24274,0,2348.22,6450.85,42.611,6.19592,300,0,0,6986,0,0,0,0,0),(119014,25333,571,1,1,24274,0,2349.44,6433.3,42.6371,6.23082,300,0,0,6986,0,0,0,0,0),(119015,25333,571,1,1,24274,0,2500.39,6483.98,42.8537,3.21141,300,0,0,6986,0,0,0,0,0),(119016,25333,571,1,1,24274,0,2516.16,6466.49,41.4812,3.1765,300,0,0,6986,0,0,0,0,0),(119017,25333,571,1,1,24274,0,2516.04,6485.04,43.5338,3.21141,300,0,0,6986,0,0,0,0,0),(119018,25333,571,1,1,24274,0,2499.81,6433.27,43.2908,3.12414,300,0,0,6986,0,0,0,0,0),(119019,25333,571,1,1,24274,0,2515.61,6433.25,43.2397,3.12414,300,0,0,6986,0,0,0,0,0),(119020,25333,571,1,1,24274,0,2517,6449.5,42.7078,3.12414,300,0,0,6986,0,0,0,0,0),(119022,25333,571,1,1,24274,0,2466.6,6433.74,42.4879,3.12414,300,0,0,6986,0,0,0,0,0),(119023,25333,571,1,1,24274,0,2400.23,6550.96,42.5658,4.62512,300,0,0,6986,0,0,0,0,0),(119025,26613,571,1,1,23948,0,4279.44,1225.1,145.764,4.49541,300,0,0,3992,0,0,0,0,0),(119026,26613,571,1,1,23947,0,4224.42,1125.53,140.864,2.62965,300,0,0,3992,0,0,0,0,0),(119027,26613,571,1,1,23948,0,3770.52,1415.29,98.1704,5.35052,300,0,0,3992,0,0,0,0,0),(119029,25846,571,1,1,17188,0,3357.67,5049.81,14.1139,0.314159,300,5,0,8982,3155,1,0,0,0),(119030,25846,571,1,1,17188,0,3390.86,5135.81,14.4616,1.18682,300,5,0,8982,3155,1,0,0,0),(119031,27126,571,1,1,24329,1,3843.87,-4504.33,206.48,2.05949,300,0,0,42540,0,0,0,0,0),(119032,27126,571,1,1,24326,1,3874.3,-4569.81,206.489,5.8294,300,0,0,42540,0,0,0,0,0),(119033,27126,571,1,1,24325,1,3854.31,-4516.73,209.46,1.57254,300,5,0,42540,0,1,0,0,0),(119034,25590,571,1,1,23264,1,4178.77,5286.27,39.6921,3.71755,300,0,0,9610,0,0,0,0,0),(119036,29430,571,1,1,26245,0,6404.13,-1122.33,426.433,3.50811,300,0,0,12600,0,0,0,0,0),(119037,28150,571,1,1,25092,0,2697.03,6423.32,41.0617,4.57276,300,0,0,8982,0,0,0,0,0),(119038,28150,571,1,1,25092,0,2634.3,6498.76,42.1838,2.94961,300,0,0,8982,0,0,0,0,0),(119039,28150,571,1,1,25092,0,2340.32,6381.45,42.6488,2.60054,300,0,0,8982,0,0,0,0,0),(119040,28150,571,1,1,25092,0,2721.97,6609.28,37.0212,1.8675,300,0,0,8982,0,0,0,0,0),(119041,28150,571,1,1,25092,0,2534.66,6402.96,41.3866,0.942478,300,0,0,8982,0,0,0,0,0),(119042,28150,571,1,1,25092,0,2466.05,6581.5,37.2085,6.16101,300,0,0,8982,0,0,0,0,0),(119043,28150,571,1,1,25092,0,2354.11,6540.41,44.1745,1.74533,300,0,0,8982,0,0,0,0,0),(119044,28150,571,1,1,25092,0,2633.78,6608.26,42.2389,1.74533,300,0,0,8982,0,0,0,0,0),(119045,28150,571,1,1,25092,0,2533.96,6480.82,42.6896,3.76991,300,0,0,8982,0,0,0,0,0),(209117,30446,571,1,1,0,0,8300.43,-2564.86,1153.59,0.261799,120,0,0,1,0,0,0,0,0),(119047,27126,571,1,1,24325,1,3881.88,-4563.27,207.378,5.20108,300,0,0,42540,0,0,0,0,0),(119048,27126,571,1,1,24325,1,3861.65,-4525.51,209.677,3.85718,300,0,0,42540,0,0,0,0,0),(209116,30446,571,1,1,0,0,8283.91,-2585.09,1149.51,5.00909,120,0,0,1,0,0,0,0,0),(209115,30446,571,1,1,0,0,8281.26,-2612.78,1150.66,0.349066,120,0,0,1,0,0,0,0,0),(209114,30446,571,1,1,0,0,8253.4,-2566.37,1149.7,0.0698132,120,0,0,1,0,0,0,0,0),(42571,30395,571,1,1,0,0,8348.89,-2509.48,1147.37,3.7001,120,0,0,12600,0,0,0,0,0),(119053,27126,571,1,1,24329,1,3850.19,-4496.33,206.659,2.84489,300,0,0,42540,0,0,0,0,0),(119054,15350,571,1,1,15387,1,5952.73,569.548,660.57,4.57276,300,0,0,126000,0,0,0,0,0),(119055,26614,571,1,1,328,0,3038.23,-307.717,135.452,3.63112,300,5,0,102,0,1,0,0,0),(119056,26614,571,1,1,328,0,3131.64,-472.602,126.572,3.53163,300,0,0,102,0,0,0,0,0),(119057,26614,571,1,1,328,0,2803.6,-662.036,81.8173,0.343508,300,0,0,102,0,0,0,0,0),(119058,26614,571,1,1,328,0,2894.31,-611.295,91.3788,3.64644,300,5,0,102,0,1,0,0,0),(119059,26614,571,1,1,328,0,2997.59,-553.57,104.783,2.43785,300,5,0,102,0,1,0,0,0),(119060,26614,571,1,1,328,0,4484.45,-774.383,148.412,4.18407,300,5,0,102,0,1,0,0,0),(119061,26614,571,1,1,328,0,4519.04,-894.487,166.817,1.75017,300,5,0,102,0,1,0,0,0),(119062,26614,571,1,1,328,0,4325.68,-1270.69,182.915,2.42322,300,0,0,102,0,0,0,0,0),(119063,26614,571,1,1,328,0,4362.07,-1429.7,162.702,5.37335,300,0,0,102,0,0,0,0,0),(119064,26614,571,1,1,328,0,3145.18,-370.969,130.119,1.28077,300,5,0,102,0,1,0,0,0),(119065,26614,571,1,1,328,0,3117.9,-686.573,96.2212,3.61442,300,5,0,102,0,1,0,0,0),(119066,26614,571,1,1,328,0,3294.92,-405.351,158.25,3.45792,300,5,0,102,0,1,0,0,0),(119067,26614,571,1,1,328,0,3050.78,-634.239,94.5455,0.764277,300,0,0,102,0,0,0,0,0),(119068,27382,571,1,1,26381,0,4844.05,-584.225,160.64,2.23797,300,0,0,9610,0,2,0,0,0),(119069,27382,571,1,1,26381,0,4685.19,-540.968,170.151,2.49582,300,5,0,9610,0,1,0,0,0),(119070,27382,571,1,1,26381,0,4690.42,-529.272,173.552,2.67035,300,5,0,9610,0,1,0,0,0),(119071,27382,571,1,1,26381,0,4824.66,-580.939,165.234,2.5016,300,0,0,9610,0,2,0,0,0),(119072,27382,571,1,1,26381,0,4720.81,-557.773,167.29,3.03945,300,0,0,9610,0,2,0,0,0),(119073,26358,571,1,1,24861,0,4894.68,245.349,123.056,0.947307,300,0,0,9610,0,2,0,0,0),(119074,26358,571,1,1,24861,0,4808.71,123.438,80.5422,0.539255,300,0,0,9610,0,2,0,0,0),(119075,26614,571,1,1,328,0,3472.94,1786.28,74.3246,6.20621,300,0,0,102,0,0,0,0,0),(119076,26614,571,1,1,328,0,3419.55,1913.23,73.4782,4.78377,300,5,0,102,0,1,0,0,0),(119077,26614,571,1,1,328,0,3450.21,1789.55,75.8881,5.23465,300,0,0,102,0,0,0,0,0),(119078,26614,571,1,1,328,0,3514.28,1620.68,74.0896,4.93812,300,5,0,102,0,1,0,0,0),(119079,26614,571,1,1,328,0,3523.08,1452.17,80.6617,0.580855,300,5,0,102,0,1,0,0,0),(119080,26614,571,1,1,328,0,3432.92,1495.57,77.2187,1.98813,300,5,0,102,0,1,0,0,0),(119081,26614,571,1,1,328,0,3407.14,1421.84,83.1015,4.3511,300,5,0,102,0,1,0,0,0),(119082,26614,571,1,1,328,0,4095.75,1288.83,140.736,3.51155,300,5,0,102,0,1,0,0,0),(119083,26614,571,1,1,328,0,3657.83,1528.23,98.3077,1.48571,300,5,0,102,0,1,0,0,0),(119084,26614,571,1,1,328,0,3637.67,1563.01,91.4576,2.65728,300,5,0,102,0,1,0,0,0),(119085,26614,571,1,1,328,0,3649.44,1773.3,108.973,3.1455,300,0,0,102,0,0,0,0,0),(119086,26358,571,1,1,24861,0,4801.3,529.481,120.288,4.40078,300,0,0,9610,0,2,0,0,0),(119087,26358,571,1,1,24861,0,4902.56,348.502,123.264,5.01012,300,0,0,9610,0,2,0,0,0),(119088,26358,571,1,1,24861,0,4937.42,630.546,140.097,2.81232,300,5,0,9610,0,1,0,0,0),(119089,26614,571,1,1,328,0,4293.05,1234.71,146.783,0.788161,300,5,0,102,0,1,0,0,0),(119090,26614,571,1,1,328,0,4100.47,1295.09,140.265,6.12329,300,0,0,102,0,0,0,0,0),(119091,26358,571,1,1,24861,0,4867.54,757.664,120.158,6.17387,300,5,0,9610,0,1,0,0,0),(119092,26614,571,1,1,328,0,4457.94,1119.71,139.151,2.70901,300,5,0,102,0,1,0,0,0),(119093,26614,571,1,1,328,0,4404.92,1127.87,144.757,1.43538,300,5,0,102,0,1,0,0,0),(119094,26358,571,1,1,24861,0,4948.51,690.675,136.133,4.64521,300,0,0,9610,0,2,0,0,0),(119095,26358,571,1,1,24861,0,4920.11,750.305,123.826,1.43638,300,5,0,9610,0,1,0,0,0),(119096,26358,571,1,1,24861,0,4899.23,738.928,122.667,0.32261,300,0,0,9610,0,0,0,0,0),(119097,26358,571,1,1,24861,0,5019.56,282.691,157.623,0.675351,300,0,0,9610,0,2,0,0,0),(119098,26358,571,1,1,24861,0,4890.92,778.074,121.728,2.43878,300,0,0,9610,0,0,0,0,0),(119099,26358,571,1,1,24861,0,4854.7,141.331,93.0235,4.26709,300,5,0,9610,0,1,0,0,0),(119100,26614,571,1,1,328,0,3527.34,1421.01,84.4005,0.664769,300,5,0,102,0,1,0,0,0),(119101,26614,571,1,1,328,0,3692.11,1381.7,101.343,6.21459,300,5,0,102,0,1,0,0,0),(119102,26614,571,1,1,328,0,3899.53,1731.02,117.706,4.95689,300,0,0,102,0,0,0,0,0),(119103,26614,571,1,1,328,0,3307.13,-436.968,160.487,1.93285,300,5,0,102,0,1,0,0,0),(119104,29686,571,1,1,25638,0,4832.77,-2376.45,235.068,0.314159,300,0,0,10282,3466,0,0,0,0),(119105,29686,571,1,1,25938,0,4907.5,-2281.84,244.421,3.78736,300,0,0,10282,3466,0,0,0,0),(119106,29686,571,1,1,25381,0,4929.72,-2299.41,244.346,1.46608,300,0,0,10282,3466,0,0,0,0),(119107,29686,571,1,1,25938,0,4990.17,-2360.19,246.498,2.28638,300,0,0,10282,3466,0,0,0,0),(119108,29686,571,1,1,25381,0,4878.67,-2384.11,234.211,2.32129,300,0,0,10282,3466,0,0,0,0),(119109,29686,571,1,1,25376,0,4857.28,-2385.37,234.187,1.27409,300,0,0,10282,3466,0,0,0,0),(119110,29686,571,1,1,25376,0,4861.24,-2295.76,244.068,2.40855,300,0,0,10282,3466,0,0,0,0),(119111,29686,571,1,1,25381,0,4972.22,-2354.94,245.45,4.46804,300,0,0,10282,3466,0,0,0,0),(119112,28918,571,1,1,27862,1,6491.28,-4005.58,471.515,3.14159,300,0,0,11379,0,0,0,0,0),(119114,29686,571,1,1,25938,0,4972,-2341.04,245.81,1.78024,300,0,0,10282,3466,0,0,0,0),(119115,29686,571,1,1,25376,0,4965.36,-2314.32,245.154,4.86947,300,0,0,10282,3466,0,0,0,0),(119116,29686,571,1,1,25376,0,4941.36,-2299.2,244.354,1.58825,300,0,0,10282,3466,0,0,0,0),(119117,29686,571,1,1,25638,0,4920.46,-2283.21,243.879,5.58505,300,0,0,10282,3466,0,0,0,0),(119118,29686,571,1,1,25938,0,4872.12,-2324.38,239.137,4.72984,300,0,0,10282,3466,0,0,0,0),(119119,29686,571,1,1,25938,0,4861.6,-2359.89,234.864,4.93928,300,0,0,10282,3466,0,0,0,0),(119120,29686,571,1,1,25381,0,4871.34,-2369.81,234.509,2.75762,300,0,0,10282,3466,0,0,0,0),(119121,29686,571,1,1,25938,0,4923.23,-2367.81,241.606,0.226893,300,0,0,10282,3466,0,0,0,0),(119126,24566,571,1,1,23819,0,2819.99,6295.79,61.3785,6.16546,300,5,0,6986,0,1,0,0,0),(119125,24566,571,1,1,23819,0,2770.94,6288.79,78.0405,0.849184,300,0,0,6986,0,0,0,0,0),(119124,24566,571,1,1,23819,0,2567.88,6168.52,43.1955,4.47247,300,0,0,6986,0,0,0,0,0),(119123,24566,571,1,1,23819,0,2694.36,6258.91,39.7512,1.05383,300,0,0,6986,0,0,0,0,0),(119122,24566,571,1,1,23819,0,2658.48,6249.21,39.7512,1.32905,300,0,0,6986,0,0,0,0,0),(119137,26358,571,1,1,24861,0,4947.98,806.195,128.604,0.335632,300,5,0,9610,0,1,0,0,0),(119143,29686,571,1,1,25381,0,4810.87,-2350.84,238.935,0.20944,300,0,0,10282,3466,0,0,0,0),(119145,26358,571,1,1,24861,0,4923.56,749.422,124.054,0.234157,300,0,0,9610,0,0,0,0,0),(119146,26358,571,1,1,24861,0,4989.95,740.306,130.882,3.86352,300,5,0,9610,0,1,0,0,0),(119147,26358,571,1,1,24861,0,5163.89,634.716,176.27,0.366519,300,5,0,9610,0,1,0,0,0),(119148,26614,571,1,1,328,0,4272.73,1206.45,143.929,4.26075,300,5,0,102,0,1,0,0,0),(119149,26358,571,1,1,24861,0,4949.47,767.99,126.918,5.54043,300,5,0,9610,0,1,0,0,0),(119150,25847,571,1,1,17188,0,3515.69,5016.58,-0.550566,1.74533,300,5,0,8982,3155,1,0,0,0),(119151,26615,571,1,1,23951,0,4171.13,1255.16,141.536,3.14084,300,5,0,9291,0,1,0,0,0),(119152,26615,571,1,1,23951,0,3855.82,1379.01,105.118,1.7207,300,5,0,9291,0,1,0,0,0),(119153,26615,571,1,1,23951,0,2754.83,1475.63,143.82,0.120167,300,5,0,9291,0,1,0,0,0),(119154,26615,571,1,1,23951,0,2857.76,992.072,32.868,6.13775,300,5,0,9291,0,1,0,0,0),(119155,29431,571,1,1,26246,0,6099.43,-1075.95,404.239,4.85202,300,0,0,12600,0,0,0,0,0),(119156,26103,571,1,1,23554,1,3693.27,3537.43,347.947,0.890118,300,0,0,9610,3309,0,0,0,0),(119157,26615,571,1,1,23951,0,3187.73,-1333.38,67.4163,1.52999,300,5,0,9291,0,1,0,0,0),(119158,26615,571,1,1,23951,0,3181.54,-727.628,115.75,3.25881,300,5,0,9291,0,1,0,0,0),(119159,26615,571,1,1,23951,0,3338.34,-1191.35,107.724,0.04506,300,5,0,9291,0,1,0,0,0),(119160,26615,571,1,1,23951,0,3143.58,-472.146,126.156,1.96587,300,5,0,9291,0,1,0,0,0),(119161,26615,571,1,1,23951,0,3296.2,-520.289,154.639,1.02151,300,5,0,9291,0,1,0,0,0),(119162,26615,571,1,1,23951,0,4405.05,-1415.36,160.047,1.53076,300,5,0,9291,0,1,0,0,0),(119163,26615,571,1,1,23951,0,4394.78,-1282.97,168.108,4.14099,300,5,0,9291,0,1,0,0,0),(119164,26615,571,1,1,23951,0,4648.92,-924.51,174.829,0.516965,300,5,0,9291,0,1,0,0,0),(119165,26615,571,1,1,23951,0,4422.12,-1228.29,165.295,3.64006,300,5,0,9291,0,1,0,0,0),(119166,29687,571,1,1,26426,0,5147.42,-2205.39,236.623,5.70723,300,0,0,113790,37250,0,0,0,0),(119167,26615,571,1,1,23951,0,4356.63,1140.7,145.502,2.01867,300,5,0,9291,0,1,0,0,0),(119168,26615,571,1,1,23951,0,2799.96,1403.37,137.268,1.02522,300,5,0,9291,0,1,0,0,0),(119169,26615,571,1,1,23951,0,3370.16,1245.44,135.496,0.341513,300,5,0,9291,0,1,0,0,0),(119170,26615,571,1,1,23951,0,2775.8,1543.15,156.039,4.38106,300,5,0,9291,0,1,0,0,0),(119171,26615,571,1,1,23951,0,2945.48,-585.496,90.118,0.133178,300,5,0,9291,0,1,0,0,0),(119172,26615,571,1,1,23951,0,3198.62,-759.667,116.899,1.16575,300,5,0,9291,0,1,0,0,0),(119173,26615,571,1,1,23951,0,2941.72,-559.079,98.9458,4.42608,300,5,0,9291,0,1,0,0,0),(119174,26615,571,1,1,23951,0,3226.23,-1130.35,69.4424,6.22455,300,5,0,9291,0,1,0,0,0),(119175,26615,571,1,1,23951,0,4403.25,-1378.81,160.977,3.60256,300,5,0,9291,0,1,0,0,0),(119176,26615,571,1,1,23951,0,3952.52,1394.69,143.431,5.08419,300,5,0,9291,0,1,0,0,0),(119177,26615,571,1,1,23951,0,3858.34,1376.77,105.842,1.98813,300,5,0,9291,0,1,0,0,0),(119178,26615,571,1,1,23951,0,4294.41,1230.86,147.139,3.48619,300,5,0,9291,0,1,0,0,0),(119179,26615,571,1,1,23951,0,4272.41,1242.91,145.009,5.3142,300,5,0,9291,0,1,0,0,0),(119180,26615,571,1,1,23951,0,3220.84,-945.367,76.7677,0.11152,300,5,0,9291,0,1,0,0,0),(119181,26615,571,1,1,23951,0,3322.83,-1129.05,111.704,4.22173,300,5,0,9291,0,1,0,0,0),(119182,26615,571,1,1,23951,0,4414.54,-591.391,132.071,1.7565,300,5,0,9291,0,1,0,0,0),(119183,26615,571,1,1,23951,0,4709.23,-977.736,176.19,4.74245,300,5,0,9291,0,1,0,0,0),(119184,26615,571,1,1,23951,0,4359.25,-1414.58,162.534,1.72091,300,5,0,9291,0,1,0,0,0),(119185,26615,571,1,1,23951,0,4342.49,-1348.89,162.641,2.30303,300,5,0,9291,0,1,0,0,0),(119186,25847,571,1,1,17188,0,3475.71,4917.4,13.3331,4.93928,300,5,0,8982,3155,1,0,0,0),(119187,26615,571,1,1,23951,0,4227.08,1098.07,142.765,5.79428,300,5,0,9291,0,1,0,0,0),(119188,26615,571,1,1,23951,0,3276.65,-1004.78,116.469,0.948024,300,5,0,9291,0,1,0,0,0),(119189,26615,571,1,1,23951,0,3170.57,-700.953,116.954,5.50952,300,5,0,9291,0,1,0,0,0),(119190,26615,571,1,1,23951,0,2894.6,-652.528,91.7422,2.36724,300,5,0,9291,0,1,0,0,0),(119191,26615,571,1,1,23951,0,2788.5,-578.015,89.6491,5.96529,300,5,0,9291,0,1,0,0,0),(119192,26615,571,1,1,23951,0,4382.31,-1350.5,163.79,3.25603,300,5,0,9291,0,1,0,0,0),(119193,26615,571,1,1,23951,0,4648.11,-993.924,172.305,4.72997,300,5,0,9291,0,1,0,0,0),(119194,26615,571,1,1,23951,0,4323.52,-1211.52,186.005,0.00537,300,5,0,9291,0,1,0,0,0),(119195,26615,571,1,1,23951,0,4243.54,1153.23,140.839,0.847538,300,5,0,9291,0,1,0,0,0),(119196,26615,571,1,1,23951,0,2869.28,-567.598,95.3754,1.65342,300,5,0,9291,0,1,0,0,0),(119197,26615,571,1,1,23951,0,4355.67,-1273.92,173.773,2.89306,300,5,0,9291,0,1,0,0,0),(119198,26615,571,1,1,23951,0,4383.72,1215.92,151.557,3.41856,300,5,0,9291,0,1,0,0,0),(119199,26615,571,1,1,23951,0,4215.86,1209.79,140.022,1.19403,300,5,0,9291,0,1,0,0,0),(119200,26615,571,1,1,23951,0,4271.26,1244.61,144.939,2.25444,300,5,0,9291,0,1,0,0,0),(119201,26615,571,1,1,23951,0,4402.99,1102.36,142.882,0.861647,300,5,0,9291,0,1,0,0,0),(119202,26615,571,1,1,23951,0,3174.52,-355.158,133.065,0.245966,300,5,0,9291,0,1,0,0,0),(119203,26615,571,1,1,23951,0,2799.86,1195.19,121.799,1.80687,300,5,0,9291,0,1,0,0,0),(119204,26615,571,1,1,23951,0,2785.08,1263.12,123.167,2.9869,300,5,0,9291,0,1,0,0,0),(119205,26615,571,1,1,23951,0,3109.81,-441.148,126.247,4.22077,300,5,0,9291,0,1,0,0,0),(119206,26615,571,1,1,23951,0,3608.49,1908.61,79.5211,3.12948,300,5,0,9291,0,1,0,0,0),(119207,26615,571,1,1,23951,0,3200.73,-536.775,125.628,0.996877,300,5,0,9291,0,1,0,0,0),(119208,26615,571,1,1,23951,0,4020.38,1292.35,136.78,4.55061,300,5,0,9291,0,1,0,0,0),(119209,26615,571,1,1,23951,0,2818.41,-648.324,85.374,0.013671,300,5,0,9291,0,1,0,0,0),(119210,26615,571,1,1,23951,0,2754.77,-649.692,86.3279,5.71848,300,5,0,9291,0,1,0,0,0),(119211,26615,571,1,1,23951,0,4019.12,1276.87,139.113,6.13091,300,5,0,9291,0,1,0,0,0),(119212,26103,571,1,1,23554,1,3675.67,3549.4,371.561,2.00713,300,0,0,9610,3309,0,0,0,0),(119213,26615,571,1,1,23951,0,4180,1342.02,140.631,4.37045,300,5,0,9291,0,1,0,0,0),(119214,26103,571,1,1,23554,1,3698.11,3516.19,371.567,1.48353,300,0,0,9610,3309,0,0,0,0),(119215,26615,571,1,1,23951,0,2993.98,-514.065,114.783,6.15193,300,5,0,9291,0,1,0,0,0),(119216,26615,571,1,1,23951,0,3625.25,1292.04,124.159,2.77969,300,5,0,9291,0,1,0,0,0),(119217,26615,571,1,1,23951,0,3185.22,-364.312,133.815,6.14029,300,5,0,9291,0,1,0,0,0),(119218,26615,571,1,1,23951,0,3098.53,-327.376,130.169,2.83405,300,5,0,9291,0,1,0,0,0),(119219,26615,571,1,1,23951,0,3475.91,1787.86,73.9842,4.65519,300,5,0,9291,0,1,0,0,0),(119220,26615,571,1,1,23951,0,4525.17,-910.224,168.409,2.27904,300,5,0,9291,0,1,0,0,0),(119221,26615,571,1,1,23951,0,4573.18,-838.38,165.481,1.46492,300,5,0,9291,0,1,0,0,0),(119222,26615,571,1,1,23951,0,4596.29,-890.05,173.357,2.98271,300,5,0,9291,0,1,0,0,0),(119223,26615,571,1,1,23951,0,4465.29,-786.662,148.776,5.34104,300,5,0,9291,0,1,0,0,0),(119224,26615,571,1,1,23951,0,4523.81,-839.19,161.272,0.712861,300,5,0,9291,0,1,0,0,0),(119225,26615,571,1,1,23951,0,4455.93,-692.609,126.624,0.08436,300,5,0,9291,0,1,0,0,0),(119226,26615,571,1,1,23951,0,4430.9,-741.393,140.731,3.38438,300,5,0,9291,0,1,0,0,0),(119227,26615,571,1,1,23951,0,4437.5,-767.193,146.501,1.5708,300,5,0,9291,0,1,0,0,0),(119228,26615,571,1,1,23951,0,4464.19,-850,164.296,0.005859,300,5,0,9291,0,1,0,0,0),(119229,26615,571,1,1,23951,0,4486.7,-695.58,127.166,3.30303,300,5,0,9291,0,1,0,0,0),(119230,26615,571,1,1,23951,0,4412.23,-658.067,125.713,2.50375,300,5,0,9291,0,1,0,0,0),(119231,26615,571,1,1,23951,0,2849.66,1293.19,147.116,2.51162,300,5,0,9291,0,1,0,0,0),(119232,26103,571,1,1,23554,1,3657.9,3592.59,371.479,3.33569,300,0,0,9610,3309,2,0,0,0),(119233,26615,571,1,1,23951,0,3241.56,-1054.86,80.8134,3.10187,300,5,0,9291,0,1,0,0,0),(119234,26615,571,1,1,23951,0,3284.57,-1091.1,100.874,3.89385,300,5,0,9291,0,1,0,0,0),(119235,26615,571,1,1,23951,0,3193.45,-949.57,57.0199,3.32634,300,5,0,9291,0,1,0,0,0),(119236,26615,571,1,1,23951,0,3187.22,-1331.01,66.9862,2.0292,300,5,0,9291,0,1,0,0,0),(119237,26615,571,1,1,23951,0,3190.02,-1275.93,56.2486,5.4327,300,5,0,9291,0,1,0,0,0),(119238,26615,571,1,1,23951,0,3126.03,-775.485,64.8075,1.58323,300,5,0,9291,0,1,0,0,0),(119239,26615,571,1,1,23951,0,3040.96,-577.412,104.942,2.71505,300,5,0,9291,0,1,0,0,0),(119240,26615,571,1,1,23951,0,3061.37,1064.27,117.5,3.31525,300,5,0,9291,0,1,0,0,0),(119241,26615,571,1,1,23951,0,3426.63,1052.28,138.916,1.92566,300,5,0,9291,0,1,0,0,0),(119242,26615,571,1,1,23951,0,3685.72,1193.55,146.741,3.04953,300,5,0,9291,0,1,0,0,0),(119243,26615,571,1,1,23951,0,3091.67,-375,126.736,5.75932,300,5,0,9291,0,1,0,0,0),(119244,26615,571,1,1,23951,0,3044.53,-360.142,125.978,2.04318,300,5,0,9291,0,1,0,0,0),(119245,26615,571,1,1,23951,0,3265.63,-1026.67,103.938,4.3582,300,5,0,9291,0,1,0,0,0),(119246,26615,571,1,1,23951,0,3208.45,-990.948,73.255,4.93663,300,5,0,9291,0,1,0,0,0),(119247,26615,571,1,1,23951,0,3039.51,-656.328,88.0455,4.6226,300,5,0,9291,0,1,0,0,0),(119248,26615,571,1,1,23951,0,3095.2,-655.501,96.7945,4.95405,300,5,0,9291,0,1,0,0,0),(119249,26615,571,1,1,23951,0,3262.63,-372.291,154.028,0.738471,300,5,0,9291,0,1,0,0,0),(119250,26615,571,1,1,23951,0,3319.11,-422.526,165.262,1.94078,300,5,0,9291,0,1,0,0,0),(119251,26103,571,1,1,23554,1,3659.8,3583.7,347.947,0.034907,300,0,0,9610,3309,0,0,0,0),(119252,26103,571,1,1,23554,1,3696.31,3632.21,371.428,5.53269,300,0,0,9610,3309,0,0,0,0),(119253,26103,571,1,1,23554,1,3742.79,3604.01,346.25,5.21814,300,0,0,9610,3309,2,0,0,0),(119254,26615,571,1,1,23951,0,3146.83,836.423,96.2775,5.42865,300,5,0,9291,0,1,0,0,0),(119255,26615,571,1,1,23951,0,3192.54,-1039.87,53.6751,1.29974,300,5,0,9291,0,1,0,0,0),(119256,26615,571,1,1,23951,0,3209.2,-984.98,73.8119,3.73447,300,5,0,9291,0,1,0,0,0),(119257,26615,571,1,1,23951,0,3242.73,-1069.78,79.9855,3.72472,300,5,0,9291,0,1,0,0,0),(119258,26615,571,1,1,23951,0,3186.29,-1153.83,51.4954,1.42677,300,5,0,9291,0,1,0,0,0),(119259,26359,571,1,1,24862,0,4827.22,754.309,113.534,6.17846,300,5,0,4805,0,1,0,0,0),(119260,26615,571,1,1,23951,0,3328.23,-450.136,171.582,0.420405,300,5,0,9291,0,1,0,0,0),(119261,26615,571,1,1,23951,0,3313.21,-365.25,164.863,2.1412,300,5,0,9291,0,1,0,0,0),(119262,26615,571,1,1,23951,0,3247.89,-364.928,151.933,2.34813,300,5,0,9291,0,1,0,0,0),(119263,26103,571,1,1,23554,1,3786.07,3597.58,347.947,4.01426,300,0,0,9610,3309,0,0,0,0),(119264,26615,571,1,1,23951,0,3296.26,-377.427,160.496,2.49687,300,5,0,9291,0,1,0,0,0),(119265,26615,571,1,1,23951,0,3229.14,-1251.57,65.6628,1.09142,300,5,0,9291,0,1,0,0,0),(119266,26615,571,1,1,23951,0,3260.54,-1249.81,78.98,3.15331,300,5,0,9291,0,1,0,0,0),(119267,26615,571,1,1,23951,0,3014.01,812.267,47.5321,0.088007,300,5,0,9291,0,1,0,0,0),(119268,26615,571,1,1,23951,0,3150.7,-483.511,126.813,5.58231,300,5,0,9291,0,1,0,0,0),(119269,26615,571,1,1,23951,0,3443.08,1059.52,139.308,6.13913,300,5,0,9291,0,1,0,0,0),(119270,26615,571,1,1,23951,0,3680.62,1298.65,126.436,0.374885,300,5,0,9291,0,1,0,0,0),(119271,26615,571,1,1,23951,0,3767.66,1274.44,132.206,3.92428,300,5,0,9291,0,1,0,0,0),(119272,26615,571,1,1,23951,0,3663.06,1334.72,112.811,4.59098,300,5,0,9291,0,1,0,0,0),(119273,26615,571,1,1,23951,0,3885.85,1318.05,124.429,1.58444,300,0,0,9291,0,0,0,0,0),(119274,26615,571,1,1,23951,0,3777.42,1275.21,132.043,3.11523,300,5,0,9291,0,1,0,0,0),(119275,26615,571,1,1,23951,0,4004.45,1313.28,133.209,2.45728,300,5,0,9291,0,1,0,0,0),(119276,26615,571,1,1,23951,0,4071.74,1354.14,133.866,3.41038,300,5,0,9291,0,1,0,0,0),(119277,26615,571,1,1,23951,0,4052.01,1429.08,127.118,2.44748,300,5,0,9291,0,1,0,0,0),(119278,26615,571,1,1,23951,0,4097.93,1361.59,137.222,3.68704,300,5,0,9291,0,1,0,0,0),(119279,26615,571,1,1,23951,0,3991.74,1342.47,129.83,2.927,300,5,0,9291,0,1,0,0,0),(119280,26615,571,1,1,23951,0,4053.24,1431.32,127.24,4.97916,300,5,0,9291,0,1,0,0,0),(119281,26615,571,1,1,23951,0,3964.95,1483.49,123.812,1.43737,300,0,0,9291,0,0,0,0,0),(119282,26615,571,1,1,23951,0,4048.88,1612.55,113.534,5.56311,300,5,0,9291,0,1,0,0,0),(119283,26615,571,1,1,23951,0,3300.9,-513.577,155.195,5.22584,300,5,0,9291,0,1,0,0,0),(119284,26103,571,1,1,23554,1,3819.74,3550.95,347.947,3.19395,300,0,0,9610,3309,0,0,0,0),(119285,26359,571,1,1,24862,0,4823.36,740.25,115.101,1.13446,300,0,0,4805,0,2,0,0,0),(119286,26615,571,1,1,23951,0,3538.37,1558.31,76.3928,4.29265,300,5,0,9291,0,1,0,0,0),(119287,26615,571,1,1,23951,0,3381.93,-379.813,178.248,0.734267,300,5,0,9291,0,1,0,0,0),(119288,26615,571,1,1,23951,0,3590.15,1168.39,142.049,5.51022,300,5,0,9291,0,1,0,0,0),(119289,26615,571,1,1,23951,0,3570.83,1134.4,145.945,1.56884,300,5,0,9291,0,1,0,0,0),(119290,26615,571,1,1,23951,0,3582.41,1308.66,110.629,0.059616,300,5,0,9291,0,1,0,0,0),(119291,26615,571,1,1,23951,0,3585.17,1222.2,139.503,5.77682,300,5,0,9291,0,1,0,0,0),(119292,26615,571,1,1,23951,0,3564.62,1253.47,126.367,2.98769,300,5,0,9291,0,1,0,0,0),(119293,26615,571,1,1,23951,0,3584.96,1246.32,132.656,1.65441,300,5,0,9291,0,1,0,0,0),(119294,26615,571,1,1,23951,0,3586.47,1300.86,114.95,4.0558,300,5,0,9291,0,1,0,0,0),(119295,26615,571,1,1,23951,0,3669.05,1336.66,113.232,0.823767,300,5,0,9291,0,1,0,0,0),(119296,26615,571,1,1,23951,0,3656.18,1527.47,98.4922,1.01665,300,5,0,9291,0,1,0,0,0),(119297,26615,571,1,1,23951,0,4350.8,1221.5,156.834,5.15551,300,5,0,9291,0,1,0,0,0),(119298,26615,571,1,1,23951,0,3629.14,1732.76,110.535,4.54227,300,5,0,9291,0,1,0,0,0),(119299,26615,571,1,1,23951,0,3746.73,1477.89,93.4296,4.16266,300,5,0,9291,0,1,0,0,0),(119300,26615,571,1,1,23951,0,3782.69,1469.45,91.7638,0.834426,300,5,0,9291,0,1,0,0,0),(119301,26615,571,1,1,23951,0,3692.84,1399.46,99.1322,3.77376,300,5,0,9291,0,1,0,0,0),(119302,26615,571,1,1,23951,0,4452.26,1121.13,139.238,4.66933,300,5,0,9291,0,1,0,0,0),(119303,26615,571,1,1,23951,0,2932.41,954.29,40.5467,0.951909,300,5,0,9291,0,1,0,0,0),(119304,26615,571,1,1,23951,0,3190.1,-555.904,120.677,4.17455,300,5,0,9291,0,1,0,0,0),(119305,26615,571,1,1,23951,0,3572.37,1110.3,148.846,1.71272,300,5,0,9291,0,1,0,0,0),(119306,26103,571,1,1,23554,1,3825.31,3561.97,371.449,3.70856,300,0,0,9610,3309,2,0,0,0),(119307,26359,571,1,1,24862,0,4958.5,822.088,131.17,4.39823,300,5,0,4805,0,1,0,0,0),(119308,26359,571,1,1,24862,0,4937.7,822.984,130.189,4.74729,300,5,0,4805,0,1,0,0,0),(119309,26359,571,1,1,24862,0,4917.95,648.98,135.068,0.523599,300,5,0,4805,0,1,0,0,0),(119310,26615,571,1,1,23951,0,3975.49,1617.99,110.809,4.93085,300,5,0,9291,0,1,0,0,0),(119311,26359,571,1,1,24862,0,4913.73,658.164,133.407,4.99633,300,0,0,4805,0,2,0,0,0),(119312,26615,571,1,1,23951,0,3977.89,1512.28,120.882,0.357303,300,0,0,9291,0,0,0,0,0),(119313,26615,571,1,1,23951,0,3204.29,-1296.2,65.8403,0.755715,300,5,0,9291,0,1,0,0,0),(119314,26615,571,1,1,23951,0,3372.32,1227.75,137.548,4.61083,300,5,0,9291,0,1,0,0,0),(119315,26615,571,1,1,23951,0,3510.54,1369.72,90.5118,4.33007,300,5,0,9291,0,1,0,0,0),(119316,26615,571,1,1,23951,0,3545.89,1489.79,81.4812,4.97513,300,5,0,9291,0,1,0,0,0),(119317,26615,571,1,1,23951,0,3293.34,1574.76,144.376,2.38851,300,5,0,9291,0,1,0,0,0),(119318,26615,571,1,1,23951,0,3939.79,1576.09,127.484,1.51262,300,5,0,9291,0,1,0,0,0),(119319,26615,571,1,1,23951,0,3618.78,1747.76,111.378,2.3911,300,0,0,9291,0,0,0,0,0),(119320,26615,571,1,1,23951,0,3675.9,1581.28,92.5786,2.17279,300,5,0,9291,0,1,0,0,0),(119321,26615,571,1,1,23951,0,3602.6,1914.58,79.0259,1.0911,300,5,0,9291,0,1,0,0,0),(119322,26615,571,1,1,23951,0,3883.71,1339.89,116.438,0.518543,300,0,0,9291,0,0,0,0,0),(119323,26615,571,1,1,23951,0,3887.68,1338.13,117.971,4.92935,300,5,0,9291,0,1,0,0,0),(119324,26615,571,1,1,23951,0,3950.84,1302.21,133.277,0.664982,300,0,0,9291,0,0,0,0,0),(119325,26615,571,1,1,23951,0,3761.23,1773.29,111.847,2.24604,300,5,0,9291,0,1,0,0,0),(119326,26615,571,1,1,23951,0,3691.35,1783.99,104.423,-1.70683,300,0,0,9291,0,0,0,0,0),(119327,26615,571,1,1,23951,0,3620.61,1705.09,110.442,1.3558,300,5,0,9291,0,1,0,0,0),(119328,26615,571,1,1,23951,0,3668.29,1655.6,98.4878,1.06591,300,5,0,9291,0,1,0,0,0),(119329,26615,571,1,1,23951,0,3668.03,1718.83,104.509,-1.96187,300,0,0,9291,0,0,0,0,0),(119330,26615,571,1,1,23951,0,3703.7,1713.85,102.842,4.19894,300,5,0,9291,0,1,0,0,0),(119331,26615,571,1,1,23951,0,3611.53,1603.28,89.5548,3.0893,300,5,0,9291,0,1,0,0,0),(119332,26615,571,1,1,23951,0,3624.6,1758.12,110.19,1.14917,300,5,0,9291,0,1,0,0,0),(119333,26615,571,1,1,23951,0,3680.8,1574.55,94.1376,0.238438,300,5,0,9291,0,1,0,0,0),(119334,26615,571,1,1,23951,0,3659.49,1510.39,100.773,0.580144,300,5,0,9291,0,1,0,0,0),(119335,26615,571,1,1,23951,0,3775.55,1459.86,92.6454,3.64613,300,5,0,9291,0,1,0,0,0),(119336,26615,571,1,1,23951,0,3746.2,1481.83,93.4234,2.61799,300,0,0,9291,0,0,0,0,0),(119337,26615,571,1,1,23951,0,3975.98,1513.6,121.159,5.13795,300,5,0,9291,0,1,0,0,0),(119338,26615,571,1,1,23951,0,3935.87,1568.12,128.676,0.83377,300,5,0,9291,0,1,0,0,0),(119339,26615,571,1,1,23951,0,3777.19,1419.79,97.2106,0,300,5,0,9291,0,1,0,0,0),(119340,26615,571,1,1,23951,0,3506.12,1355.12,93.0783,4.94292,300,5,0,9291,0,1,0,0,0),(119341,26615,571,1,1,23951,0,3559.06,1406.22,91.1715,4.56166,300,5,0,9291,0,1,0,0,0),(119342,26103,571,1,1,23554,1,3755.93,3646.45,347.947,4.90438,300,0,0,9610,3309,0,0,0,0),(119344,26103,571,1,1,23554,1,3719.17,3634.03,371.431,2.4921,300,0,0,9610,3309,2,0,0,0),(119345,26103,571,1,1,23554,1,3783.36,3617.72,371.557,2.9147,300,0,0,9610,3309,0,0,0,0),(119346,26103,571,1,1,23554,1,3757.83,3500.43,371.432,6.05542,300,0,0,9610,3309,2,0,0,0),(119348,26103,571,1,1,23554,1,3651.47,3585.2,371.665,1.51315,300,5,0,9610,3309,1,0,0,0),(119349,26103,571,1,1,23554,1,3804.07,3583.02,371.562,5.14872,300,0,0,9610,3309,0,0,0,0),(119350,26103,571,1,1,23554,1,3828.24,3550.23,371.663,1.01516,300,5,0,9610,3309,1,0,0,0),(119351,31735,571,1,1,27682,0,5859.36,573.217,652.76,2.58309,300,0,0,42,0,0,0,0,0),(119352,26615,571,1,1,23951,0,4416.05,1224.44,147.17,1.10816,300,5,0,9291,0,1,0,0,0),(119353,26615,571,1,1,23951,0,4352.87,1218.55,156.125,4.99552,300,5,0,9291,0,1,0,0,0),(119354,26615,571,1,1,23951,0,3807.83,1410.1,95.3291,3.60327,300,5,0,9291,0,1,0,0,0),(119355,26615,571,1,1,23951,0,4311.09,1226.83,149.469,3.90904,300,5,0,9291,0,1,0,0,0),(119356,26359,571,1,1,24862,0,4996.31,772.662,133.508,3.66519,300,5,0,4805,0,1,0,0,0),(119357,26615,571,1,1,23951,0,4448.46,1124.57,139.684,3.09913,300,5,0,9291,0,1,0,0,0),(119358,26359,571,1,1,24862,0,4979.92,785.637,130.154,4.4855,300,5,0,4805,0,1,0,0,0),(119361,26615,571,1,1,23951,0,4245.8,1144.08,141.23,2.99169,300,5,0,9291,0,1,0,0,0),(119362,26615,571,1,1,23951,0,4208.48,1204.17,139.231,1.02317,300,5,0,9291,0,1,0,0,0),(119363,26615,571,1,1,23951,0,4207.17,1259.03,140.757,3.08003,300,5,0,9291,0,1,0,0,0),(119364,26615,571,1,1,23951,0,3866.19,1263.62,138.801,4.61952,300,5,0,9291,0,1,0,0,0),(119365,26615,571,1,1,23951,0,3953.9,1303.97,132.995,6.11481,300,5,0,9291,0,1,0,0,0),(119366,26359,571,1,1,24862,0,4917.95,648.977,135.068,4.2237,300,0,0,4805,0,2,0,0,0),(119367,26359,571,1,1,24862,0,5009.03,732.355,135.587,3.08923,300,5,0,4805,0,1,0,0,0),(119368,26615,571,1,1,23951,0,3772.8,1277.18,132.368,1.01882,300,5,0,9291,0,1,0,0,0),(119369,26615,571,1,1,23951,0,3772.44,1271.42,132.986,5.00048,300,5,0,9291,0,1,0,0,0),(119370,26615,571,1,1,23951,0,3749.65,1489.09,92.7002,0.958151,300,5,0,9291,0,1,0,0,0),(119371,26615,571,1,1,23951,0,3725.04,1368.39,106.55,1.60304,300,5,0,9291,0,1,0,0,0),(119372,26615,571,1,1,23951,0,3776.87,1402.29,99.5699,2.04449,300,5,0,9291,0,1,0,0,0),(119373,26615,571,1,1,23951,0,3651.38,1317.76,116.817,1.09842,300,5,0,9291,0,1,0,0,0),(119374,26615,571,1,1,23951,0,3796.55,1345.56,114.862,5.26705,300,5,0,9291,0,1,0,0,0),(119375,26615,571,1,1,23951,0,3797.65,1480.08,90.1293,1.08836,300,5,0,9291,0,1,0,0,0),(119376,26615,571,1,1,23951,0,3712.42,1412.88,96.6008,3.24427,300,5,0,9291,0,1,0,0,0),(119377,26615,571,1,1,23951,0,3673.99,1305.76,123.412,1.10455,300,5,0,9291,0,1,0,0,0),(119378,26615,571,1,1,23951,0,3874.74,1334.62,117.4,4.55751,300,5,0,9291,0,1,0,0,0),(119379,26615,571,1,1,23951,0,3858.05,1308.62,124.979,5.56775,300,5,0,9291,0,1,0,0,0),(119380,26615,571,1,1,23951,0,4011.71,1307.05,134.279,1.83568,300,5,0,9291,0,1,0,0,0),(119381,26104,571,1,1,23555,1,3451.78,4136.75,15.4282,4.99164,300,0,0,9291,3231,0,0,0,0),(119383,26616,571,1,1,23952,0,4703.28,-1091.26,166.104,0.392838,300,5,0,9291,0,1,0,0,0),(119384,26616,571,1,1,23952,0,4568.49,-1205.54,158.215,5.83221,300,5,0,9291,0,1,0,0,0),(119385,29688,571,1,1,26427,1,5542.13,-1859.71,238.352,1.95477,300,0,0,96100,33090,0,0,0,0),(119386,28408,571,1,1,20245,0,6489.78,4915.25,-57.4056,0.767945,300,0,0,5500,0,0,0,0,0),(119387,28408,571,1,1,20245,0,6491.69,4801.32,-59.1572,5.61996,300,0,0,5500,0,0,0,0,0),(119388,28408,571,1,1,20245,0,6674.06,4830.89,-11.7711,5.23599,300,0,0,5500,0,0,0,0,0),(119389,28408,571,1,1,20245,0,6627.54,4846.34,-31.0652,0.575959,300,0,0,5500,0,0,0,0,0),(119390,28408,571,1,1,20245,0,6589.13,4854.44,-44.081,6.21337,300,0,0,5500,0,0,0,0,0),(119391,28408,571,1,1,20245,0,6631.98,4852.62,-30.3886,2.84489,300,0,0,5500,0,0,0,0,0),(119392,28408,571,1,1,20245,0,6577.57,4800.9,-42.9993,1.0472,300,0,0,5500,0,0,0,0,0),(119393,28408,571,1,1,20245,0,6451.51,4763.62,-71.4282,4.81711,300,0,0,5500,0,0,0,0,0),(119394,28408,571,1,1,20245,0,6382.24,4959.78,-74.6432,6.02139,300,0,0,5500,0,0,0,0,0),(119395,28408,571,1,1,20245,0,6480.54,4854.56,-61.506,1.0821,300,0,0,5500,0,0,0,0,0),(119396,28408,571,1,1,20245,0,6625.14,4775.12,-24.8253,1.18682,300,0,0,5500,0,0,0,0,0),(119397,28408,571,1,1,20245,0,6456.35,4977.72,-65.0968,0.174533,300,0,0,5500,0,0,0,0,0),(119398,28408,571,1,1,20245,0,6402.74,4945.21,-72.2515,4.50295,300,0,0,5500,0,0,0,0,0),(119399,26616,571,1,1,23952,0,3325.29,-1375.41,100.069,2.32917,300,5,0,9291,0,1,0,0,0),(119400,26616,571,1,1,23952,0,3401.97,-1342.63,111.059,1.07044,300,5,0,9291,0,1,0,0,0),(119401,26616,571,1,1,23952,0,3453.7,-1293.49,117.711,6.09862,300,5,0,9291,0,1,0,0,0),(119402,26616,571,1,1,23952,0,3687.4,2523.55,105.774,1.67799,300,5,0,9291,0,1,0,0,0),(119403,26616,571,1,1,23952,0,3333.11,-1511.01,91.1843,0.317737,300,5,0,9291,0,1,0,0,0),(119404,26616,571,1,1,23952,0,3432.76,-1481.03,105.647,5.92442,300,5,0,9291,0,1,0,0,0),(119405,24824,571,1,1,17856,0,159.06,-5760.44,44.9417,3.9968,300,0,0,8982,0,0,0,0,0),(119406,24824,571,1,1,17856,0,169.297,-5763,44.9417,4.53786,300,0,0,8982,0,0,0,0,0),(119407,26616,571,1,1,23952,0,3420.66,-1405.59,104.178,4.18403,300,5,0,9291,0,1,0,0,0),(119408,26616,571,1,1,23952,0,3650.16,2694.04,93.0145,3.90979,300,5,0,9291,0,1,0,0,0),(119409,26616,571,1,1,23952,0,3776.81,-1494.91,145.086,4.22778,300,5,0,9291,0,1,0,0,0),(119410,26616,571,1,1,23952,0,3711.27,-1486.57,136.187,0.637468,300,5,0,9291,0,1,0,0,0),(119411,26616,571,1,1,23952,0,3355.91,-1445.69,99.9143,3.76413,300,5,0,9291,0,1,0,0,0),(119412,26616,571,1,1,23952,0,3657.13,2461.63,100.719,4.23128,300,5,0,9291,0,1,0,0,0),(119413,26616,571,1,1,23952,0,3623.42,2708.84,85.8237,2.06854,300,5,0,9291,0,1,0,0,0),(119414,26616,571,1,1,23952,0,3726.46,2648.09,122.189,4.85346,300,5,0,9291,0,1,0,0,0),(119415,26616,571,1,1,23952,0,4535.77,-1237.42,156.673,6.22344,300,5,0,9291,0,1,0,0,0),(119416,24824,571,1,1,17856,0,203.551,-5721.96,200.589,0.890118,300,0,0,8982,0,0,0,0,0),(119417,24824,571,1,1,17856,0,173.918,-5780,13.6983,1.74533,300,0,0,8982,0,0,0,0,0),(119418,24824,571,1,1,17856,0,308.554,-5817.45,198.864,5.55015,300,0,0,8982,0,0,0,0,0),(119419,24824,571,1,1,17856,0,184.649,-5726.15,144.645,4.64258,300,0,0,8982,0,0,0,0,0),(119420,24824,571,1,1,17856,0,237.029,-5690.7,132.127,5.02655,300,0,0,8982,0,0,0,0,0),(119421,24824,571,1,1,17856,0,204.545,-5694.85,143.699,1.72788,300,0,0,8982,0,0,0,0,0),(119422,24824,571,1,1,17856,0,208.447,-5727.49,200.589,0.436332,300,0,0,8982,0,0,0,0,0),(119423,24824,571,1,1,17856,0,239.346,-5760.52,170.086,3.21141,300,0,0,8982,0,0,0,0,0),(119424,24824,571,1,1,17856,0,316.327,-5724.45,96.2254,5.58505,300,0,0,8982,0,0,0,0,0),(119425,24824,571,1,1,17856,0,306.702,-5695.43,103.471,2.94961,300,0,0,8982,0,0,0,0,0),(119426,24824,571,1,1,17856,0,134.265,-5769.02,38.5285,6.02139,300,0,0,8982,0,0,0,0,0),(119427,24824,571,1,1,17856,0,207.815,-5790.09,38.7626,3.63029,300,0,0,8982,0,0,0,0,0),(119428,24824,571,1,1,17856,0,127.547,-5773.61,282.885,4.29351,300,0,0,8982,0,0,0,0,0),(119429,26616,571,1,1,23952,0,4554.45,-1141.69,166.21,1.47447,300,5,0,9291,0,1,0,0,0),(119430,26616,571,1,1,23952,0,3694.49,1962.56,83.7825,1.4781,300,0,0,9291,0,0,0,0,0),(119431,26616,571,1,1,23952,0,3695.38,2013.23,85.8283,1.64047,300,0,0,9291,0,0,0,0,0),(119432,26616,571,1,1,23952,0,3766.53,1914.04,95.587,-0.304832,300,0,0,9291,0,0,0,0,0),(119433,26616,571,1,1,23952,0,3661.86,2083.92,74.2993,2.13065,300,0,0,9291,0,0,0,0,0),(119434,26616,571,1,1,23952,0,3755.69,2121.4,88.9378,0.795698,300,5,0,9291,0,1,0,0,0),(119435,26360,571,1,1,24876,0,4903.3,789.584,124.738,5.37561,300,0,0,71974,0,0,0,0,0),(119436,26616,571,1,1,23952,0,3719.72,2047.72,88.5134,3.3955,300,0,0,9291,0,0,0,0,0),(119437,26616,571,1,1,23952,0,3790.64,2020.64,92.1446,1.9371,300,0,0,9291,0,0,0,0,0),(119438,26616,571,1,1,23952,0,3671.85,1995.67,82.3485,2.96183,300,0,0,9291,0,0,0,0,0),(119439,26616,571,1,1,23952,0,3701.49,1956.94,84.2169,1.1101,300,0,0,9291,0,0,0,0,0),(119440,26616,571,1,1,23952,0,3841.1,1882.35,105.48,2.08543,300,0,0,9291,0,0,0,0,0),(119441,26616,571,1,1,23952,0,3686.97,1992.51,84.1838,1.33032,300,5,0,9291,0,1,0,0,0),(119442,26616,571,1,1,23952,0,3778.38,1894.68,97.6998,2.83263,300,5,0,9291,0,1,0,0,0),(119443,26616,571,1,1,23952,0,3796.52,2000.48,92.7097,5.10853,300,5,0,9291,0,1,0,0,0),(119444,26616,571,1,1,23952,0,3620.1,2723.46,82.6987,1.71371,300,5,0,9291,0,1,0,0,0),(119445,24824,571,1,1,17856,0,298.683,-5716.99,97.2373,6.02139,300,0,0,8982,0,0,0,0,0),(119446,24824,571,1,1,17856,0,101.138,-5782.75,14.9535,6.0912,300,0,0,8982,0,0,0,0,0),(119447,26616,571,1,1,23952,0,3672.62,2075.04,78.7879,0.35422,300,5,0,9291,0,1,0,0,0),(119448,24824,571,1,1,17856,0,284.694,-5724.69,96.8068,5.46288,300,0,0,8982,0,0,0,0,0),(119449,24824,571,1,1,17856,0,106.38,-5764.44,29.9348,3.19395,300,0,0,8982,0,0,0,0,0),(119450,24824,571,1,1,17856,0,204.131,-5788.51,46.1788,6.23082,300,0,0,8982,0,0,0,0,0),(119451,26616,571,1,1,23952,0,3645.3,2680.39,94.2473,5.85676,300,5,0,9291,0,1,0,0,0),(119452,26616,571,1,1,23952,0,3688.48,2743.38,99.5429,2.96392,300,5,0,9291,0,1,0,0,0),(119453,24824,571,1,1,17856,0,247.609,-5818.58,45.4727,0.541052,300,0,0,8982,0,0,0,0,0),(119454,24824,571,1,1,17856,0,218.586,-5723.84,153.277,0.523599,300,0,0,8982,0,0,0,0,0),(119455,26616,571,1,1,23952,0,3639.65,2147.56,77.109,1.88143,300,5,0,9291,0,1,0,0,0),(119456,26616,571,1,1,23952,0,3623.21,2099.08,79.4442,2.70284,300,5,0,9291,0,1,0,0,0),(119457,24824,571,1,1,17856,0,200.237,-5676.97,294.016,4.7822,300,0,0,8982,0,0,0,0,0),(119458,24824,571,1,1,17856,0,260.17,-5712.45,113.333,5.70723,300,0,0,8982,0,0,0,0,0),(119459,24824,571,1,1,17856,0,204.64,-5684.51,294.021,0.925025,300,0,0,8982,0,0,0,0,0),(119460,26616,571,1,1,23952,0,3661.27,2203.73,85.1159,1.0674,300,5,0,9291,0,1,0,0,0),(119461,26616,571,1,1,23952,0,3696.91,2275.44,91.1175,3.0771,300,5,0,9291,0,1,0,0,0),(119462,26616,571,1,1,23952,0,3689.67,2301.96,91.1919,5.16893,300,5,0,9291,0,1,0,0,0),(119463,24824,571,1,1,17856,0,82.7751,-5777.49,21.4517,4.86947,300,0,0,8982,0,0,0,0,0),(119464,24824,571,1,1,17856,0,183.893,-5801.03,38.489,5.48033,300,0,0,8982,0,0,0,0,0),(119465,26616,571,1,1,23952,0,3783.29,1920.31,95.5492,0.503097,300,0,0,9291,0,0,0,0,0),(119466,26616,571,1,1,23952,0,3711.07,1950.88,86.2452,3.45747,300,5,0,9291,0,1,0,0,0),(119467,24824,571,1,1,17856,0,340.093,-5873.72,267.38,2.56563,300,0,0,8982,0,0,0,0,0),(119468,26616,571,1,1,23952,0,3779.36,1918.95,95.4466,0.439272,300,0,0,9291,0,0,0,0,0),(119469,26616,571,1,1,23952,0,3845.1,1852.52,112.983,4.01277,300,5,0,9291,0,1,0,0,0),(119470,24824,571,1,1,17856,0,129.59,-5791.19,25.2778,3.735,300,0,0,8982,0,0,0,0,0),(119471,24824,571,1,1,17856,0,272.991,-5792.76,187.269,5.14872,300,0,0,8982,0,0,0,0,0),(119472,24824,571,1,1,17856,0,330.092,-5739.35,286.219,3.54302,300,0,0,8982,0,0,0,0,0),(119473,24824,571,1,1,17856,0,300.483,-5783.57,238.93,0.401426,300,0,0,8982,0,0,0,0,0),(119474,26616,571,1,1,23952,0,3726.62,2047.19,89.2505,3.61616,300,5,0,9291,0,1,0,0,0),(119475,26616,571,1,1,23952,0,3696.25,2011.74,85.9424,1.4376,300,0,0,9291,0,0,0,0,0),(119476,26616,571,1,1,23952,0,3755.45,2103.33,90.7508,1.44644,300,5,0,9291,0,1,0,0,0),(119477,24824,571,1,1,17856,0,203.77,-5799.91,30.0663,2.51327,300,0,0,8982,0,0,0,0,0),(119478,24824,571,1,1,17856,0,192.52,-5800.95,9.47119,1.8326,300,0,0,8982,0,0,0,0,0),(119479,24824,571,1,1,17856,0,194.316,-5880.85,6.40672,1.98968,300,0,0,8982,0,0,0,0,0),(119480,24824,571,1,1,17856,0,276.172,-5717.91,111.117,2.26893,300,0,0,8982,0,0,0,0,0),(119481,24824,571,1,1,17856,0,263.898,-5690.77,118.984,0.767945,300,0,0,8982,0,0,0,0,0),(119482,24824,571,1,1,17856,0,139.861,-5792.64,7.7345,1.58825,300,0,0,8982,0,0,0,0,0),(119483,24824,571,1,1,17856,0,299.255,-5800.22,204.485,2.82743,300,0,0,8982,0,0,0,0,0),(119484,24824,571,1,1,17856,0,316.832,-5736.53,279.519,4.97419,300,0,0,8982,0,0,0,0,0),(119485,26616,571,1,1,23952,0,3666.73,2450.92,104.069,5.57032,300,5,0,9291,0,1,0,0,0),(119486,26616,571,1,1,23952,0,3700.07,2752.07,101.192,6.01239,300,5,0,9291,0,1,0,0,0),(119488,26616,571,1,1,23952,0,3686.85,2313.24,92.3132,0.804839,300,5,0,9291,0,1,0,0,0),(119489,26616,571,1,1,23952,0,3689.4,2281.94,90.0056,4.50177,300,5,0,9291,0,1,0,0,0),(119490,26616,571,1,1,23952,0,3788.47,1890.33,99.6494,3.05765,300,5,0,9291,0,1,0,0,0),(119491,26616,571,1,1,23952,0,3789.73,1990.23,92.4449,1.34041,300,5,0,9291,0,1,0,0,0),(119492,26616,571,1,1,23952,0,3745.36,1920.18,92.5819,1.21657,300,5,0,9291,0,1,0,0,0),(119493,26616,571,1,1,23952,0,3669.11,2071.57,80.0514,3.25807,300,5,0,9291,0,1,0,0,0),(119494,26616,571,1,1,23952,0,3734.03,2048,90.0601,2.91911,300,5,0,9291,0,1,0,0,0),(119495,26616,571,1,1,23952,0,3689.65,1953.39,83.3139,3.25606,300,5,0,9291,0,1,0,0,0),(119496,26616,571,1,1,23952,0,3745.13,2107.86,89.9899,3.95039,300,5,0,9291,0,1,0,0,0),(119497,26616,571,1,1,23952,0,3637.83,2165.7,81.2966,2.224,300,5,0,9291,0,1,0,0,0),(119498,26616,571,1,1,23952,0,3627.64,2126.14,78.5819,4.95405,300,5,0,9291,0,1,0,0,0),(119499,26616,571,1,1,23952,0,3656.66,2160.89,82.4597,-1.76359,300,0,0,9291,0,0,0,0,0),(119500,26616,571,1,1,23952,0,3688.93,2006.48,85.0985,0.829528,300,5,0,9291,0,1,0,0,0),(119501,26616,571,1,1,23952,0,3843.19,1857.71,111.589,4.24001,300,5,0,9291,0,1,0,0,0),(119503,26616,571,1,1,23952,0,3628.52,2687.63,89.6433,4.98396,300,5,0,9291,0,1,0,0,0),(119504,25849,571,1,1,23433,1,3477.16,4103.97,17.9091,4.06662,300,0,0,8982,3155,0,0,0,0),(119505,23033,571,1,1,0,0,4532.7,-1324.71,156.806,2.6529,300,0,0,42,0,0,0,0,0),(119506,23033,571,1,1,0,0,4557.05,-1385.77,156.619,2.02458,300,0,0,42,0,0,0,0,0),(119507,23033,571,1,1,0,0,4517.35,-1344.36,156.549,4.86947,300,0,0,42,0,0,0,0,0),(119508,23033,571,1,1,0,0,4559.62,-1389.36,156.627,0.244346,300,0,0,42,0,0,0,0,0),(119509,23033,571,1,1,0,0,4546.46,-1385.78,162.068,1.01229,300,0,0,42,0,0,0,0,0),(119510,23033,571,1,1,0,0,4575.42,-1386.07,156.818,0.069813,300,0,0,42,0,0,0,0,0),(119511,23033,571,1,1,0,0,4538.6,-1389.63,156.178,4.13643,300,0,0,42,0,0,0,0,0),(119512,23033,571,1,1,0,0,4571.01,-1377.44,156.806,2.63545,300,0,0,42,0,0,0,0,0),(119513,23033,571,1,1,0,0,4519.74,-1339.19,156.749,5.8294,300,0,0,42,0,0,0,0,0),(119514,23033,571,1,1,0,0,5911.71,461.986,640.792,3.4383,300,0,0,42,0,0,0,0,0),(119515,23033,571,1,1,0,0,4708.26,-429.938,178.249,6.17846,300,0,0,42,0,0,0,0,0),(119516,23033,571,1,1,0,0,4741.41,-327.651,183.504,2.61799,300,0,0,42,0,0,0,0,0),(119517,23033,571,1,1,0,0,4603.96,-575.281,155.586,1.91986,300,0,0,42,0,0,0,0,0),(119518,23033,571,1,1,0,0,1586.44,-3265.99,104.022,4.59022,300,0,0,42,0,0,0,0,0),(119519,26361,571,1,1,23782,1,4556.24,-4247.67,170.603,3.38594,300,0,0,10282,3466,0,0,0,0),(119520,23033,571,1,1,0,0,4924.72,1307.88,229.649,3.68265,300,0,0,42,0,0,0,0,0),(119521,29433,571,1,1,26250,1,6093.87,-1059.74,404.397,2.18166,300,0,0,11379,0,0,0,0,0),(119522,29433,571,1,1,26250,1,6090.6,-1048.41,404.543,2.19912,300,0,0,11379,0,0,0,0,0),(119523,29433,571,1,1,26251,1,6096.55,-1046.26,404.846,4.27606,300,0,0,11379,0,0,0,0,0),(119524,29433,571,1,1,26250,1,6088.32,-1059.73,404.454,1.41372,300,0,0,11379,0,0,0,0,0),(119525,29433,571,1,1,26251,1,6097.4,-1057.23,404.224,2.60054,300,0,0,11379,0,0,0,0,0),(119526,29433,571,1,1,26251,1,6085.01,-1054.36,404.995,6.02139,300,0,0,11379,0,0,0,0,0),(119527,29433,571,1,1,26251,1,6088.8,-1058.37,404.216,4.46804,300,0,0,11379,0,0,0,0,0),(119528,29433,571,1,1,26250,1,6089.6,-1048.77,404.534,1.64061,300,0,0,11379,0,0,0,0,0),(119529,29433,571,1,1,26250,1,6089.65,-1047.2,404.767,5.14872,300,0,0,11379,0,0,0,0,0),(119530,23033,571,1,1,0,0,4245.03,-1279.57,152.708,0.942478,300,0,0,42,0,0,0,0,0),(119531,23033,571,1,1,0,0,4045.61,-1095.28,138.267,4.86947,300,0,0,42,0,0,0,0,0),(119532,23033,571,1,1,0,0,4185.62,-1117.8,153.101,3.87463,300,0,0,42,0,0,0,0,0),(119533,23033,571,1,1,0,0,2788.57,-3586.71,250.461,5.39307,300,0,0,42,0,0,0,0,0),(119534,29689,571,1,1,26428,1,5539.37,-1862.18,238.352,4.01426,300,0,0,96100,33090,0,0,0,0),(119536,23801,571,1,1,21774,0,1340.9,-3260.77,175.679,1.14154,300,5,0,86,0,1,0,0,0),(119537,23801,571,1,1,21774,0,1303.89,-3277.57,175.444,6.21337,300,0,0,86,0,0,0,0,0),(119538,23033,571,1,1,0,0,4520.41,-1323.08,156.784,3.90954,300,0,0,42,0,0,0,0,0),(119539,23033,571,1,1,0,0,4526.57,-1329.23,162.017,1.85005,300,0,0,42,0,0,0,0,0),(119540,23033,571,1,1,0,0,4573.84,-1381.23,156.809,3.76991,300,0,0,42,0,0,0,0,0),(119541,24313,571,1,1,22250,0,2133.44,-2990.11,148.976,2.61799,300,0,0,8982,0,0,0,0,0),(119543,23033,571,1,1,0,0,2793.95,-3627.93,248.842,2.98451,300,0,0,42,0,0,0,0,0),(119544,23033,571,1,1,0,0,2087.15,-3203.3,145.093,1.22173,300,0,0,42,0,0,0,0,0),(119545,26873,571,1,1,24094,0,3074.45,1369.6,130.074,5.39307,300,0,0,7952,7654,0,0,0,0),(119546,23033,571,1,1,0,0,4926.29,1304.61,230.32,4.27606,300,0,0,42,0,0,0,0,0),(119547,27385,571,1,1,24600,0,2089.12,5307.19,19.5343,5.86431,300,0,0,8982,0,0,0,0,0),(119548,32249,571,1,1,9563,0,5926.8,583.463,609.735,5.74213,300,0,0,42,0,0,0,0,0),(119549,23033,571,1,1,0,0,3854.2,-1934.42,208.493,4.4855,300,0,0,42,0,0,0,0,0),(119551,23033,571,1,1,0,0,4944.91,1192.5,226.347,0.959931,300,0,0,42,0,0,0,0,0),(119552,23033,571,1,1,0,0,4948.57,1191.55,226.765,0.925025,300,0,0,42,0,0,0,0,0),(119553,23033,571,1,1,0,0,4921.98,1314.58,230.18,3.42085,300,0,0,42,0,0,0,0,0),(119555,23033,571,1,1,0,0,4953.1,1191.01,227.052,1.25664,300,0,0,42,0,0,0,0,0),(119556,23801,571,1,1,21774,0,1413.14,-3314.27,168.314,1.02466,300,5,0,86,0,1,0,0,0),(119557,23801,571,1,1,21774,0,642.587,-5011.48,4.90392,3.78158,300,5,0,86,0,1,0,0,0),(119558,23801,571,1,1,21774,0,574.683,-5050.14,-0.755037,2.51665,300,5,0,86,0,1,0,0,0),(119559,23801,571,1,1,21774,0,676.48,-4924.46,3.87475,0.721327,300,5,0,86,0,1,0,0,0),(119560,23801,571,1,1,21774,0,535.97,-5038.93,11.471,2.74235,300,5,0,86,0,1,0,0,0),(119561,23801,571,1,1,21774,0,560.075,-4923.84,19.4693,2.87294,300,5,0,86,0,1,0,0,0),(119562,23801,571,1,1,21774,0,673.57,-5034.91,6.91878,0.734267,300,5,0,86,0,1,0,0,0),(119563,23801,571,1,1,21774,0,587.2,-4997.65,3.84819,4.13555,300,5,0,86,0,1,0,0,0),(119564,23801,571,1,1,21774,0,647.503,-4904.83,16.9297,6.13603,300,5,0,86,0,1,0,0,0),(119565,23801,571,1,1,21774,0,1447.9,-3310.47,168.882,6.02308,300,5,0,86,0,1,0,0,0),(119566,23801,571,1,1,21774,0,668.129,-4990.68,7.38795,4.553,300,5,0,86,0,1,0,0,0),(119567,23801,571,1,1,21774,0,554.933,-4995.27,10.709,2.49664,300,5,0,86,0,1,0,0,0),(119568,23801,571,1,1,21774,0,1352.61,-3321.62,174.748,2.82531,300,5,0,86,0,1,0,0,0),(119569,23801,571,1,1,21774,0,610.85,-4957.11,4.28409,0.957343,300,5,0,86,0,1,0,0,0),(119570,26618,571,1,1,23963,0,3765.44,1618.7,87.5538,5.74213,300,0,0,9940,0,0,0,0,0),(119572,23802,571,1,1,21778,0,594.392,-4928.27,17.8834,0.261293,300,0,0,3728,0,0,0,0,0),(119573,23546,571,1,1,21608,0,654.667,-5057.84,1.79658,5.62547,300,0,0,9610,0,0,0,0,0),(119574,26362,571,1,1,23846,1,4551.01,-4241.4,170.575,6.03884,300,0,0,10282,3466,0,0,0,0),(119575,25594,571,1,1,0,0,3394.03,6157.93,79.9142,0.663225,300,0,0,4979,0,0,0,0,0),(119576,29690,571,1,1,26429,0,5150.55,-2206.97,236.633,2.70526,300,0,0,110010,3643,0,0,0,0),(119577,24826,571,1,1,17188,0,280.856,-5761.44,268.54,5.75959,300,0,0,8982,0,0,0,0,0),(119578,28666,571,1,1,25592,0,6076.13,-2093.76,422.919,6.21844,300,0,0,10635,0,0,0,0,0),(119579,25594,571,1,1,0,0,3209.24,6093.5,147.777,5.77704,300,0,0,4979,0,0,0,0,0),(119580,25594,571,1,1,0,0,3213.83,6094.5,147.771,4.57276,300,0,0,4979,0,0,0,0,0),(119581,25594,571,1,1,0,0,3214.83,6089.86,147.722,4.32842,300,0,0,4979,0,0,0,0,0),(119582,25594,571,1,1,0,0,3210.27,6088.9,147.749,5.02655,300,0,0,4979,0,0,0,0,0),(119583,25594,571,1,1,0,0,3410.78,6158.81,88.0948,1.01229,300,0,0,4979,0,0,0,0,0),(119584,25594,571,1,1,0,0,3404.33,6175.5,88.0948,3.35103,300,0,0,4979,0,0,0,0,0),(119585,25594,571,1,1,0,0,3386.39,6177.2,88.0948,4.39823,300,0,0,4979,0,0,0,0,0),(119586,25594,571,1,1,0,0,3374.27,6163.65,88.0948,4.7822,300,0,0,4979,0,0,0,0,0),(119587,25594,571,1,1,0,0,3380.91,6146.91,88.0948,5.13127,300,0,0,4979,0,0,0,0,0),(119588,25594,571,1,1,0,0,3399.02,6144.89,88.0948,5.55015,300,0,0,4979,0,0,0,0,0),(119589,25850,571,1,1,23434,0,4056.84,5526.18,35.9343,1.48353,300,0,0,6542,0,0,0,0,0),(119590,25850,571,1,1,23434,0,3805.92,5502.85,41.4027,2.32129,300,0,0,6542,0,0,0,0,0),(119591,25850,571,1,1,23434,0,3715.34,5449.55,40.7221,3.50811,300,0,0,6542,0,0,0,0,0),(119592,25850,571,1,1,23434,0,3926.6,5384.66,26.7945,4.81711,300,0,0,6542,0,0,0,0,0),(119593,25850,571,1,1,23434,0,4037.54,5415.36,31.2491,2.23402,300,0,0,6542,0,0,0,0,0),(119594,25850,571,1,1,23434,0,3553.19,5324.67,31.3827,1.25664,300,0,0,6542,0,0,0,0,0),(119595,25850,571,1,1,23434,0,3824.53,5360.57,26.7899,2.74017,300,0,0,6542,0,0,0,0,0),(119596,25850,571,1,1,23434,0,3610.09,5186.11,28.2085,5.044,300,0,0,6542,0,0,0,0,0),(119597,25850,571,1,1,23434,0,3690.02,5151.66,29.7981,2.67035,300,0,0,6542,0,0,0,0,0),(119598,25850,571,1,1,23434,0,3758.89,5252.69,32.3871,4.39823,300,0,0,6542,0,0,0,0,0),(119599,25850,571,1,1,23434,0,3636.49,5254.08,34.1138,4.81711,300,0,0,6542,0,0,0,0,0),(119600,25850,571,1,1,23434,0,3249.78,5392.41,48.9272,5.41052,300,0,0,6542,0,0,0,0,0),(119601,25850,571,1,1,23434,0,3326.09,5376.9,43.0768,1.51844,300,0,0,6542,0,0,0,0,0),(119602,25850,571,1,1,23434,0,3340.77,5470.43,59.9694,2.47837,300,0,0,6542,0,0,0,0,0),(119603,25850,571,1,1,23434,0,3418.56,5462.99,64.1883,5.68977,300,0,0,6542,0,0,0,0,0),(119604,25850,571,1,1,23434,0,3419.93,5385.92,48.2596,2.54818,300,0,0,6542,0,0,0,0,0),(119605,25850,571,1,1,23434,0,3426.66,5249.49,35.1628,6.02139,300,0,0,6542,0,0,0,0,0),(119606,25850,571,1,1,23434,0,3443.23,5312.54,40.6566,3.7001,300,0,0,6542,0,0,0,0,0),(119607,25850,571,1,1,23434,0,3510.48,5223.81,31.5286,5.16617,300,0,0,6542,0,0,0,0,0),(202337,29434,571,1,1,0,1,6629.44,-1251.64,395.942,5.38386,25,0,0,9416,0,0,0,0,0),(119610,25339,571,1,1,23163,1,4524.21,5672.38,81.4591,2.67035,300,0,0,7984,0,0,0,0,0),(119611,26363,571,1,1,2161,0,3653.99,-3345.8,259.999,2.01592,300,5,0,9610,0,1,0,0,0),(119612,26363,571,1,1,2161,0,3920.53,-3171.14,287.909,2.46949,300,5,0,9610,0,1,0,0,0),(119613,26363,571,1,1,2161,0,4514.04,-2360.66,203.965,5.9731,300,5,0,9610,0,1,0,0,0),(119614,26363,571,1,1,2161,0,4620.81,-2324.57,173.917,1.45359,300,5,0,9610,0,1,0,0,0),(119615,26363,571,1,1,2161,0,3758.51,-2974.16,235.089,0.123386,300,5,0,9610,0,1,0,0,0),(119616,26363,571,1,1,2161,0,4369.48,-2331.7,207.099,0.750167,300,5,0,9610,0,1,0,0,0),(119617,26619,571,1,1,24050,0,4236.15,5260.02,71.7386,1.62316,300,0,0,8982,0,0,0,0,0),(119618,23803,571,1,1,11686,0,1623.84,-6239.14,5.0942,1.81514,300,0,0,4120,0,0,0,0,0),(119619,23803,571,1,1,11686,0,1559.21,-6215.24,5.69475,2.07694,300,0,0,4120,0,0,0,0,0),(119620,26875,571,1,1,24367,0,3410.84,-2781.71,202.283,4.39823,300,0,0,46455,0,0,0,0,0),(119621,26363,571,1,1,2161,0,3389.58,-2860.98,199.58,5.0091,300,0,0,9610,0,0,0,0,0),(119622,26363,571,1,1,2161,0,3461.54,-2905.29,201.073,1.98968,300,0,0,9610,0,0,0,0,0),(119623,26363,571,1,1,2161,0,3815.74,-3532.19,248.631,5.00997,300,5,0,9610,0,1,0,0,0),(119624,26363,571,1,1,2161,0,3844.73,-3507.23,268.05,5.49779,300,5,0,9610,0,1,0,0,0),(119625,32251,571,1,1,27852,1,5900.9,460.72,641.653,4.92183,300,0,0,8982,0,0,0,0,0),(119626,27131,571,1,1,21635,0,4172.16,-4126.86,197.421,5.9775,300,5,0,9940,0,1,0,0,0),(119627,27131,571,1,1,21635,0,4203.59,-4171.06,208.537,3.09276,300,5,0,9940,0,1,0,0,0),(119628,29691,571,1,1,26430,0,5541.64,-1854.64,238.352,3.45575,300,0,0,106350,0,0,0,0,0),(119629,32763,571,1,1,28218,0,2745.86,908.66,6.07634,4.18879,300,0,0,3524,0,0,0,0,0),(119630,3835,571,1,1,1924,0,5196.85,4675.3,-134.78,2.20191,300,5,0,8,0,1,0,0,0),(119631,3835,571,1,1,1924,0,5091.91,4811.41,-127.816,3.82981,300,5,0,8,0,1,0,0,0),(119632,3835,571,1,1,1924,0,5176.76,5150.46,-134.463,1.55049,300,5,0,8,0,1,0,0,0),(119633,3835,571,1,1,1924,0,5214.64,4908.5,-127.872,0.007812,300,5,0,8,0,1,0,0,0),(119634,26363,571,1,1,2161,0,3717.45,-3340.23,263.943,4.62633,300,5,0,9610,0,1,0,0,0),(119635,26363,571,1,1,2161,0,3996.9,-3263.26,289.093,2.31872,300,5,0,9610,0,1,0,0,0),(119636,26363,571,1,1,2161,0,4148.16,-2184.9,217.256,1.95493,300,5,0,9610,0,1,0,0,0),(119637,26363,571,1,1,2161,0,4494.78,-2411.84,229.808,6.18731,300,5,0,9610,0,1,0,0,0),(119639,26619,571,1,1,24053,0,4197.62,5262.27,32.0482,3.40339,300,0,0,8982,0,0,0,0,0),(119640,23803,571,1,1,11686,0,1508.37,-6179.6,6.62787,4.90438,300,0,0,4120,0,0,0,0,0),(119641,23803,571,1,1,11686,0,1522.66,-6175.64,6.4826,3.03687,300,0,0,4120,0,0,0,0,0),(119642,26363,571,1,1,2161,0,3374.78,-2803.39,198.867,5.86431,300,0,0,9610,0,0,0,0,0),(119643,26363,571,1,1,2161,0,3495.67,-2837.09,202.473,6.24828,300,0,0,9610,0,0,0,0,0),(119644,26363,571,1,1,2161,0,3855.07,-4014.33,192.324,5.59604,300,5,0,9610,0,1,0,0,0),(119645,26363,571,1,1,2161,0,3960.98,-4062.26,186.003,1.5874,300,5,0,9610,0,1,0,0,0),(119646,26363,571,1,1,2161,0,3796.77,-3524.69,245.005,6.15592,300,5,0,9610,0,1,0,0,0),(119647,27131,571,1,1,21635,0,4594.59,-3894.26,241.105,2.21,300,5,0,9940,0,1,0,0,0),(119648,24827,571,1,1,17188,0,278.559,-5758.38,268.54,2.05949,300,0,0,8982,0,0,0,0,0),(119649,3835,571,1,1,1924,0,5106.37,5035.62,-131.601,0.09685,300,5,0,8,0,1,0,0,0),(119650,3835,571,1,1,1924,0,5147.13,5137.77,-132.654,2.21547,300,5,0,8,0,1,0,0,0),(119651,26363,571,1,1,2161,0,3664.81,-3306.51,286.277,3.41453,300,5,0,9610,0,1,0,0,0),(119652,26363,571,1,1,2161,0,4446.84,-1730.46,165.749,1.03373,300,5,0,9610,0,1,0,0,0),(119653,23803,571,1,1,11686,0,1526.5,-6190.74,5.56637,3.49066,300,0,0,4120,0,0,0,0,0),(119654,23803,571,1,1,11686,0,1558.17,-6175.01,8.74879,5.84685,300,0,0,4120,0,0,0,0,0),(119655,23803,571,1,1,11686,0,1591.78,-6241.47,5.15503,6.10865,300,0,0,4120,0,0,0,0,0),(119656,26363,571,1,1,2161,0,3473.55,-2773.83,200.832,5.25344,300,0,0,9610,0,0,0,0,0),(119657,26363,571,1,1,2161,0,4344.27,-4078.23,186.396,5.6275,300,5,0,9610,0,1,0,0,0),(119658,26363,571,1,1,2161,0,4141.32,-4025.46,167.543,6.16475,300,5,0,9610,0,1,0,0,0),(119659,26363,571,1,1,2161,0,4270.9,-3965.89,184.697,4.2364,300,5,0,9610,0,1,0,0,0),(119660,26363,571,1,1,2161,0,4365.5,-3898.81,194.897,3.84111,300,5,0,9610,0,1,0,0,0),(119661,3835,571,1,1,1924,0,5526.63,4838.4,-199.836,2.64256,300,5,0,8,0,1,0,0,0),(119662,26363,571,1,1,2161,0,3717.25,-3406.51,248.533,5.88331,300,5,0,9610,0,1,0,0,0),(119663,26363,571,1,1,2161,0,3908.01,-2916.85,275.181,5.78852,300,5,0,9610,0,1,0,0,0),(119664,26363,571,1,1,2161,0,3683.21,-3318.13,277.873,0.953836,300,5,0,9610,0,1,0,0,0),(119665,26363,571,1,1,2161,0,4197.24,-3495.64,291.561,3.33507,300,5,0,9610,0,1,0,0,0),(119666,26363,571,1,1,2161,0,4170.99,-2303.62,229.571,3.29239,300,5,0,9610,0,1,0,0,0),(119667,26363,571,1,1,2161,0,4243.32,-1689.25,183.62,2.87383,300,5,0,9610,0,1,0,0,0),(119668,26363,571,1,1,2161,0,4409.62,-2018.98,162.117,5.78657,300,5,0,9610,0,1,0,0,0),(119669,26363,571,1,1,2161,0,4312.22,-1763.13,180.453,2.73767,300,5,0,9610,0,1,0,0,0),(119670,23803,571,1,1,11686,0,1552.56,-6190.09,7.62741,3.89208,300,0,0,4120,0,0,0,0,0),(119671,26363,571,1,1,2161,0,3851.69,-3538.96,257.277,1.36707,300,5,0,9610,0,1,0,0,0),(119672,26363,571,1,1,2161,0,4287.37,-3869.21,214.694,2.63704,300,5,0,9610,0,1,0,0,0),(119673,26363,571,1,1,2161,0,3922.1,-4021.81,188.05,6.11049,300,5,0,9610,0,1,0,0,0),(119674,27131,571,1,1,21635,0,4270.97,-3928.99,202.956,2.33134,300,5,0,9940,0,1,0,0,0),(119675,3835,571,1,1,1924,0,5252.24,4960.32,-132.153,6.06568,300,5,0,8,0,1,0,0,0),(119676,26363,571,1,1,2161,0,3923.04,-2851.04,285.923,0,300,5,0,9610,0,1,0,0,0),(119677,26363,571,1,1,2161,0,4448.8,-1888.66,163.358,0.976143,300,5,0,9610,0,1,0,0,0),(119678,23803,571,1,1,11686,0,1612.8,-6257.47,6.56675,2.30383,300,0,0,4120,0,0,0,0,0),(119679,3835,571,1,1,1924,0,5242.61,4751.3,-131.323,1.50388,300,5,0,8,0,1,0,0,0),(119680,3835,571,1,1,1924,0,5615.72,4905.49,-130.943,5.17079,300,5,0,8,0,1,0,0,0),(119681,26363,571,1,1,2161,0,3949.37,-3187.83,289.429,5.74603,300,5,0,9610,0,1,0,0,0),(119682,26363,571,1,1,2161,0,3922.46,-2384.28,208.985,2.91308,300,5,0,9610,0,1,0,0,0),(119683,26363,571,1,1,2161,0,4379.56,-1744.34,176.137,0.969478,300,5,0,9610,0,1,0,0,0),(119684,26363,571,1,1,2161,0,4322.96,-2269.04,196.828,0.616848,300,5,0,9610,0,1,0,0,0),(119685,3835,571,1,1,1924,0,5139.6,4752.78,-133.503,6.25343,300,5,0,8,0,1,0,0,0),(119686,3835,571,1,1,1924,0,5543.3,5154.92,-129.751,3.25214,300,5,0,8,0,1,0,0,0),(119687,3835,571,1,1,1924,0,5633.01,5048.11,-134.282,0.420405,300,5,0,8,0,1,0,0,0),(119688,26363,571,1,1,2161,0,3289.16,-1779.4,79.9476,4.05015,300,5,0,9610,0,1,0,0,0),(119689,26363,571,1,1,2161,0,4644.95,-2278.35,167.535,3.3866,300,5,0,9610,0,1,0,0,0),(119690,26363,571,1,1,2161,0,4311.98,-1721.36,176.336,0.071307,300,5,0,9610,0,1,0,0,0),(119691,26363,571,1,1,2161,0,4395.54,-1784.53,175.743,2.55359,300,5,0,9610,0,1,0,0,0),(119692,26363,571,1,1,2161,0,4219.27,-1737.13,190.061,2.54926,300,5,0,9610,0,1,0,0,0),(119693,26363,571,1,1,2161,0,4156.25,-2297.92,229.611,1.84091,300,5,0,9610,0,1,0,0,0),(119694,3835,571,1,1,1924,0,5545.93,5048.15,-128.636,4.85056,300,5,0,8,0,1,0,0,0),(119695,3835,571,1,1,1924,0,5595.71,4612.88,-139.927,2.88322,300,5,0,8,0,1,0,0,0),(119696,26363,571,1,1,2161,0,3751.49,-3341.18,266.696,4.64498,300,5,0,9610,0,1,0,0,0),(119697,26363,571,1,1,2161,0,3719.51,-3334.96,265.97,2.00389,300,5,0,9610,0,1,0,0,0),(119698,26363,571,1,1,2161,0,3924.75,-2883.17,285.368,5.59894,300,5,0,9610,0,1,0,0,0),(119699,26363,571,1,1,2161,0,4193.07,-1686.93,186.047,0.031949,300,5,0,9610,0,1,0,0,0),(119700,26363,571,1,1,2161,0,4116.58,-2274.9,219.76,4.33007,300,5,0,9610,0,1,0,0,0),(119701,26363,571,1,1,2161,0,3962.15,-2881.42,282.854,4.82682,300,5,0,9610,0,1,0,0,0),(119702,26363,571,1,1,2161,0,4156.57,-2413.19,231.026,5.54616,300,5,0,9610,0,1,0,0,0),(119703,26363,571,1,1,2161,0,4562.37,-2373.71,219.247,5.48398,300,5,0,9610,0,1,0,0,0),(119704,26363,571,1,1,2161,0,4590.06,-2313.1,175.473,0.005698,300,5,0,9610,0,1,0,0,0),(119705,3835,571,1,1,1924,0,5317.96,4656.91,-137.523,5.26195,300,5,0,8,0,1,0,0,0),(119706,26363,571,1,1,2161,0,3802.58,-3379.85,277.285,4.53673,300,5,0,9610,0,1,0,0,0),(119707,26363,571,1,1,2161,0,4010.26,-2305.75,219.94,4.93335,300,5,0,9610,0,1,0,0,0),(119708,26363,571,1,1,2161,0,4212.62,-2221.09,220.89,4.84969,300,5,0,9610,0,1,0,0,0),(119709,3835,571,1,1,1924,0,5666.64,4964.7,-133.799,0.691946,300,5,0,8,0,1,0,0,0),(119710,3835,571,1,1,1924,0,5440.13,4740.42,-197.059,6.25878,300,5,0,8,0,1,0,0,0),(119711,26363,571,1,1,2161,0,3918.03,-2049.89,212.836,2.80418,300,5,0,9610,0,1,0,0,0),(119712,26363,571,1,1,2161,0,3738.38,-3380.91,257.663,5.55443,300,5,0,9610,0,1,0,0,0),(119713,26363,571,1,1,2161,0,4224.87,-1643.7,175.081,5.8038,300,5,0,9610,0,1,0,0,0),(119714,26363,571,1,1,2161,0,4322.73,-1695.45,179.137,2.15528,300,5,0,9610,0,1,0,0,0),(119715,26363,571,1,1,2161,0,4315.71,-1663.51,172.813,3.23747,300,5,0,9610,0,1,0,0,0),(119716,26363,571,1,1,2161,0,4307.14,-2210.89,198.592,4.0396,300,5,0,9610,0,1,0,0,0),(119717,26363,571,1,1,2161,0,4256.77,-2231.08,212.686,4.28955,300,5,0,9610,0,1,0,0,0),(119718,3835,571,1,1,1924,0,5160.58,4775.89,-134.243,3.19961,300,5,0,8,0,1,0,0,0),(119719,26363,571,1,1,2161,0,3846.23,-3307.57,304.786,4.86148,300,5,0,9610,0,1,0,0,0),(119720,26363,571,1,1,2161,0,4520.77,-1843.34,162.73,5.47938,300,5,0,9610,0,1,0,0,0),(119721,26363,571,1,1,2161,0,4511.72,-1891.89,165.242,5.56745,300,5,0,9610,0,1,0,0,0),(119722,26363,571,1,1,2161,0,4492.76,-2298.64,181.888,0.481346,300,5,0,9610,0,1,0,0,0),(119723,26363,571,1,1,2161,0,4380.34,-1631.2,164.136,1.35425,300,5,0,9610,0,1,0,0,0),(119724,26363,571,1,1,2161,0,4377.65,-2131.27,187.406,0.684922,300,5,0,9610,0,1,0,0,0),(119725,3835,571,1,1,1924,0,5604.82,4922.82,-131.901,6.06356,300,5,0,8,0,1,0,0,0),(119726,3835,571,1,1,1924,0,5619.56,4648.45,-135.172,2.57201,300,5,0,8,0,1,0,0,0),(119727,3835,571,1,1,1924,0,5308.81,5108.8,-135.986,0.413247,300,5,0,8,0,1,0,0,0),(119728,26363,571,1,1,2161,0,3684.18,-3383.36,250.371,4.6166,300,5,0,9610,0,1,0,0,0),(119729,26363,571,1,1,2161,0,4395.74,-1828.62,171.568,3.02393,300,5,0,9610,0,1,0,0,0),(119730,26363,571,1,1,2161,0,4556.32,-1868.71,163.043,0.418224,300,5,0,9610,0,1,0,0,0),(119731,26363,571,1,1,2161,0,4373.18,-1696.85,174.92,6.2011,300,5,0,9610,0,1,0,0,0),(119732,26363,571,1,1,2161,0,4464.54,-2213.54,177.513,5.03315,300,5,0,9610,0,1,0,0,0),(119733,26363,571,1,1,2161,0,3755.16,-1774.93,205.794,6.1819,300,5,0,9610,0,1,0,0,0),(119734,26363,571,1,1,2161,0,3838.59,-2985.77,270.775,0.512124,300,5,0,9610,0,1,0,0,0),(119735,26363,571,1,1,2161,0,4526.33,-2217.74,170.077,4.16912,300,5,0,9610,0,1,0,0,0),(119736,26363,571,1,1,2161,0,4263.35,-2249.68,211.692,3.83708,300,5,0,9610,0,1,0,0,0),(119737,26363,571,1,1,2161,0,4308.98,-2725.08,273.543,5.84796,300,5,0,9610,0,1,0,0,0),(119738,26363,571,1,1,2161,0,4310.02,-2728.55,274.699,2.70591,300,5,0,9610,0,1,0,0,0),(119739,26363,571,1,1,2161,0,4221.4,-2615.42,241.226,1.91166,300,5,0,9610,0,1,0,0,0),(119740,26363,571,1,1,2161,0,4263.52,-2649.26,251.243,0.384656,300,5,0,9610,0,1,0,0,0),(119741,3835,571,1,1,1924,0,5275.16,4970.2,-132.013,1.60402,300,5,0,8,0,1,0,0,0),(119742,26363,571,1,1,2161,0,4142.05,-4063.45,168.866,2.6583,300,5,0,9610,0,1,0,0,0),(119743,3835,571,1,1,1924,0,5336.68,5014.5,-136.535,5.57869,300,5,0,8,0,1,0,0,0),(119744,3835,571,1,1,1924,0,5591.09,5125.46,-129.52,1.04337,300,5,0,8,0,1,0,0,0),(119745,26363,571,1,1,2161,0,3629.16,-3147.49,273.401,1.91356,300,5,0,9610,0,1,0,0,0),(119746,3835,571,1,1,1924,0,5586.1,4556.04,-137.023,2.02754,300,5,0,8,0,1,0,0,0),(119747,3835,571,1,1,1924,0,5484.16,4758.03,-197.375,3.6127,300,5,0,8,0,1,0,0,0),(119748,3835,571,1,1,1924,0,5393.83,4754.77,-198.97,3.02812,300,5,0,8,0,1,0,0,0),(119749,26363,571,1,1,2161,0,3910.93,-4079.73,200.971,5.1673,300,5,0,9610,0,1,0,0,0),(119750,3835,571,1,1,1924,0,5585.69,4683.55,-133.363,5.39068,300,5,0,8,0,1,0,0,0),(119751,26363,571,1,1,2161,0,4535.36,-2269.38,174.961,4.98961,300,5,0,9610,0,1,0,0,0),(119752,26363,571,1,1,2161,0,4493.65,-2247.93,178.485,5.48744,300,5,0,9610,0,1,0,0,0),(119753,26363,571,1,1,2161,0,4125.08,-1655.36,183.976,4.08919,300,5,0,9610,0,1,0,0,0),(119754,26363,571,1,1,2161,0,4140.18,-1599.7,172.907,4.60467,300,5,0,9610,0,1,0,0,0),(119755,3835,571,1,1,1924,0,5598.81,5225.61,-133.573,5.12666,300,5,0,8,0,1,0,0,0),(119756,26363,571,1,1,2161,0,4471.79,-1783.56,167.378,3.72689,300,5,0,9610,0,1,0,0,0),(119757,3835,571,1,1,1924,0,5454.94,4919.6,-194.502,5.56068,300,5,0,8,0,1,0,0,0),(119758,3835,571,1,1,1924,0,5375.81,4608.29,-132.825,2.76149,300,5,0,8,0,1,0,0,0),(119759,3835,571,1,1,1924,0,5515.87,4642.32,-135.755,5.88817,300,5,0,8,0,1,0,0,0),(119760,3835,571,1,1,1924,0,5737.56,4609.1,-134.765,1.49279,300,5,0,8,0,1,0,0,0),(119761,26363,571,1,1,2161,0,4410.88,-2060.77,167.373,0.214434,300,5,0,9610,0,1,0,0,0),(119762,26363,571,1,1,2161,0,4382.16,-2174.74,187.827,1.73472,300,5,0,9610,0,1,0,0,0),(119763,26363,571,1,1,2161,0,2950.47,-2024.37,69.8512,5.53511,300,5,0,9610,0,1,0,0,0),(119764,27131,571,1,1,21635,0,4120.07,-4137.02,197.156,1.28177,300,5,0,9940,0,1,0,0,0),(119765,27131,571,1,1,21635,0,4411.87,-3708.36,244.224,4.41289,300,5,0,9940,0,1,0,0,0),(119766,26363,571,1,1,2161,0,4019.16,-2453.15,218.062,4.57846,300,5,0,9610,0,1,0,0,0),(119767,26363,571,1,1,2161,0,3989.77,-4075.54,183.705,2.36621,300,5,0,9610,0,1,0,0,0),(119768,26363,571,1,1,2161,0,4021.25,-4052.87,177.675,5.14636,300,5,0,9610,0,1,0,0,0),(119769,26363,571,1,1,2161,0,4069.03,-4057.98,178.349,6.27147,300,5,0,9610,0,1,0,0,0),(119770,26363,571,1,1,2161,0,4392.43,-2247.67,185.74,1.87116,300,5,0,9610,0,1,0,0,0),(119771,26363,571,1,1,2161,0,4328.48,-2228.48,194.859,5.62797,300,5,0,9610,0,1,0,0,0),(119772,26363,571,1,1,2161,0,4333.51,-2215.2,191.603,2.50806,300,5,0,9610,0,1,0,0,0),(119773,26363,571,1,1,2161,0,4343.91,-2264.21,189.872,1.16834,300,5,0,9610,0,1,0,0,0),(119774,26363,571,1,1,2161,0,3617.19,-3256.25,266.847,5.49779,300,5,0,9610,0,1,0,0,0),(119776,26363,571,1,1,2161,0,3111.46,-1748.96,44.5381,3.85413,300,5,0,9610,0,1,0,0,0),(119777,26363,571,1,1,2161,0,3825.43,-3341.43,293.075,0.107113,300,5,0,9610,0,1,0,0,0),(119778,26363,571,1,1,2161,0,3597.9,-3289.3,263.359,2.01612,300,5,0,9610,0,1,0,0,0),(119779,26363,571,1,1,2161,0,4424.19,-1922.72,160.077,0.363457,300,5,0,9610,0,1,0,0,0),(119780,26363,571,1,1,2161,0,3857.06,-2659.16,200.604,4.54432,300,5,0,9610,0,1,0,0,0),(119781,26363,571,1,1,2161,0,3903.15,-2394.96,201.441,5.31096,300,5,0,9610,0,1,0,0,0),(119782,28411,571,1,1,23348,0,6260.31,-3121.4,365.333,2.87279,300,5,0,11001,0,1,0,0,0),(119783,28411,571,1,1,23348,0,6319.47,-3053.24,368.995,3.04181,300,5,0,11001,0,1,0,0,0),(119784,28411,571,1,1,22249,0,6172.6,-3225.9,373.839,3.9968,300,0,0,11001,0,0,0,0,0),(119785,26363,571,1,1,2161,0,4447.15,-2371.48,212.196,4.81264,300,5,0,9610,0,1,0,0,0),(119786,26363,571,1,1,2161,0,3720.83,-3038.41,251.807,4.71239,300,5,0,9610,0,1,0,0,0),(119787,26363,571,1,1,2161,0,3677.08,-3087.06,266.45,5.43336,300,5,0,9610,0,1,0,0,0),(119788,27131,571,1,1,21635,0,4422.76,-3729.34,233.918,6.09652,300,5,0,9940,0,1,0,0,0),(119789,26363,571,1,1,2161,0,3650.01,-3111.99,272.173,2.0161,300,5,0,9610,0,1,0,0,0),(119790,26363,571,1,1,2161,0,3876.8,-3009.74,274.17,5.69302,300,5,0,9610,0,1,0,0,0),(119791,26363,571,1,1,2161,0,3720.24,-3076.64,263.843,3.37212,300,5,0,9610,0,1,0,0,0),(119792,26363,571,1,1,2161,0,2915.47,-2047.52,63.6467,3.96289,300,5,0,9610,0,1,0,0,0),(119793,26363,571,1,1,2161,0,3747.49,-3094.54,275.423,4.56597,300,5,0,9610,0,1,0,0,0),(119794,26363,571,1,1,2161,0,3882.2,-3045.08,272.092,1.95132,300,5,0,9610,0,1,0,0,0),(119795,26363,571,1,1,2161,0,3908.83,-2969.4,278.997,1.21385,300,5,0,9610,0,1,0,0,0),(119796,26363,571,1,1,2161,0,4332.81,-3778.65,237.522,2.00506,300,5,0,9610,0,1,0,0,0),(119797,26363,571,1,1,2161,0,4334.49,-3824.32,224.235,1.61993,300,5,0,9610,0,1,0,0,0),(119798,26363,571,1,1,2161,0,3021.19,-2021.14,80.1127,5.504,300,5,0,9610,0,1,0,0,0),(119799,26363,571,1,1,2161,0,3041.69,-2033.76,82.6668,2.25394,300,5,0,9610,0,1,0,0,0),(119800,26363,571,1,1,2161,0,3010.52,-2063.34,80.0617,4.12075,300,5,0,9610,0,1,0,0,0),(119801,27131,571,1,1,21635,0,4460.61,-3850.51,204.961,1.47501,300,5,0,9940,0,1,0,0,0),(119802,26363,571,1,1,2161,0,4395.32,-3413.71,255.329,4.65472,300,5,0,9610,0,1,0,0,0),(119803,26363,571,1,1,2161,0,4381.41,-3430.55,266.281,0.539248,300,5,0,9610,0,1,0,0,0),(119804,27131,571,1,1,21635,0,4466.42,-3741.35,219.582,2.64957,300,5,0,9940,0,1,0,0,0),(119805,27131,571,1,1,21635,0,4468.66,-3785.63,212.648,2.01191,300,5,0,9940,0,1,0,0,0),(119806,27131,571,1,1,21635,0,4165.61,-4213.55,235.218,3.92682,300,5,0,9940,0,1,0,0,0),(119807,27131,571,1,1,21635,0,4540.47,-3772.31,223.987,6.01239,300,5,0,9940,0,1,0,0,0),(119808,27131,571,1,1,21635,0,4539,-3884.96,217.71,1.84279,300,5,0,9940,0,1,0,0,0),(119809,27131,571,1,1,21635,0,4236.12,-4103.94,184.423,2.77762,300,5,0,9940,0,1,0,0,0),(119810,27131,571,1,1,21635,0,4255.62,-3845.55,222.022,3.87862,300,5,0,9940,0,1,0,0,0),(119811,27131,571,1,1,21635,0,4506.71,-3891.77,207.719,0.635109,300,5,0,9940,0,1,0,0,0),(119812,27131,571,1,1,21635,0,4207.44,-4048.66,177.619,4.14903,300,5,0,9940,0,1,0,0,0),(119813,26363,571,1,1,2161,0,3656.56,-3068.99,256.847,5.00863,300,5,0,9610,0,1,0,0,0),(119814,26363,571,1,1,2161,0,3138.55,-1891.2,86.4156,4.36938,300,5,0,9610,0,1,0,0,0),(119815,26363,571,1,1,2161,0,3139.11,-1912.97,88.2768,2.32995,300,5,0,9610,0,1,0,0,0),(119816,26363,571,1,1,2161,0,3810.24,-1810.51,210.129,4.36692,300,5,0,9610,0,1,0,0,0),(119817,26363,571,1,1,2161,0,4341.99,-3397.57,289.204,0.576621,300,5,0,9610,0,1,0,0,0),(119818,26363,571,1,1,2161,0,4345.82,-3354.33,297.393,4.31315,300,5,0,9610,0,1,0,0,0),(119819,26363,571,1,1,2161,0,4294.25,-3378.42,313.94,3.60087,300,5,0,9610,0,1,0,0,0),(119820,26363,571,1,1,2161,0,4314.55,-3366.66,315.559,3.12597,300,5,0,9610,0,1,0,0,0),(119821,26363,571,1,1,2161,0,4303.2,-3403.99,307.389,5.25214,300,5,0,9610,0,1,0,0,0),(119822,26363,571,1,1,2161,0,4292.45,-3387.72,312.072,1.85982,300,5,0,9610,0,1,0,0,0),(119823,26363,571,1,1,2161,0,4350.07,-3471.22,279.091,4.964,300,5,0,9610,0,1,0,0,0),(119824,26363,571,1,1,2161,0,4326.89,-3453.13,289.128,0.11357,300,5,0,9610,0,1,0,0,0),(119825,26363,571,1,1,2161,0,4269.45,-3441.69,300.134,5.54843,300,5,0,9610,0,1,0,0,0),(119826,26363,571,1,1,2161,0,4360.52,-3485.42,271.858,3.14143,300,5,0,9610,0,1,0,0,0),(119827,26363,571,1,1,2161,0,4225.09,-3454.64,299.533,4.51193,300,5,0,9610,0,1,0,0,0),(119828,26363,571,1,1,2161,0,4171.1,-3442.94,296,3.26098,300,5,0,9610,0,1,0,0,0),(119829,26363,571,1,1,2161,0,4234.29,-3372.08,309.884,2.93903,300,5,0,9610,0,1,0,0,0),(119830,26363,571,1,1,2161,0,4215.82,-3431.48,304.63,1.7276,300,5,0,9610,0,1,0,0,0),(119831,26363,571,1,1,2161,0,3879.97,-3327.28,312.642,2.24828,300,5,0,9610,0,1,0,0,0),(119832,26363,571,1,1,2161,0,3854.19,-3351.35,308.047,1.58619,300,5,0,9610,0,1,0,0,0),(119833,26363,571,1,1,2161,0,4038.27,-3340.06,287.033,4.41716,300,5,0,9610,0,1,0,0,0),(119834,27131,571,1,1,21635,0,4385.17,-3911.48,187.512,1.83662,300,5,0,9940,0,1,0,0,0),(119835,26363,571,1,1,2161,0,3309.47,-2130.24,115.862,1.6064,300,5,0,9610,0,1,0,0,0),(119836,26363,571,1,1,2161,0,4123.22,-3415.66,288.263,1.66373,300,5,0,9610,0,1,0,0,0),(119837,26363,571,1,1,2161,0,4090.04,-3343.77,282.373,4.27582,300,5,0,9610,0,1,0,0,0),(119838,26363,571,1,1,2161,0,3220.45,-1751.71,52.2496,4.97538,300,5,0,9610,0,1,0,0,0),(119839,26363,571,1,1,2161,0,3211.8,-1813.09,61.5917,2.41008,300,5,0,9610,0,1,0,0,0),(119840,26363,571,1,1,2161,0,3252.56,-1846.8,80.8238,2.94113,300,5,0,9610,0,1,0,0,0),(119841,27131,571,1,1,21635,0,4340.16,-4025.13,185.856,4.56718,300,5,0,9940,0,1,0,0,0),(119842,27131,571,1,1,21635,0,4262.55,-3845.51,221.967,2.2315,300,5,0,9940,0,1,0,0,0),(119843,27131,571,1,1,21635,0,4338.86,-3833.48,221.176,2.47817,300,5,0,9940,0,1,0,0,0),(119844,27131,571,1,1,21635,0,4162.24,-4178.8,216.168,1.29504,300,5,0,9940,0,1,0,0,0),(119845,26363,571,1,1,2161,0,3707.9,-2812.83,213.37,2.7925,300,5,0,9610,0,1,0,0,0),(119846,26363,571,1,1,2161,0,3749.91,-2754.03,195.404,3.45134,300,5,0,9610,0,1,0,0,0),(119847,27131,571,1,1,21635,0,4053.33,-2756.76,249.998,2.83015,300,5,0,9940,0,1,0,0,0),(119848,27131,571,1,1,21635,0,4585.9,-3723.53,234.877,2.37186,300,5,0,9940,0,1,0,0,0),(119849,26363,571,1,1,2161,0,3681.04,-2891.78,229.426,2.43572,300,5,0,9610,0,1,0,0,0),(119850,27131,571,1,1,21635,0,4164.01,-4067.22,173.584,3.28667,300,5,0,9940,0,1,0,0,0),(119851,26363,571,1,1,2161,0,4060.47,-3364.63,290.245,1.06971,300,5,0,9610,0,1,0,0,0),(119852,26363,571,1,1,2161,0,4054.31,-3409.04,292.161,4.41382,300,5,0,9610,0,1,0,0,0),(119853,26363,571,1,1,2161,0,4167.46,-2694.43,233.082,6.04673,300,5,0,9610,0,1,0,0,0),(119854,26363,571,1,1,2161,0,4220.63,-2684.54,245.221,3.98864,300,5,0,9610,0,1,0,0,0),(119855,26363,571,1,1,2161,0,4223.8,-2710.36,247.748,2.72119,300,5,0,9610,0,1,0,0,0),(119856,26363,571,1,1,2161,0,4063.33,-3330.44,284.028,2.38657,300,5,0,9610,0,1,0,0,0),(119857,26363,571,1,1,2161,0,3353.92,-2016.01,106.692,1.94169,300,5,0,9610,0,1,0,0,0),(119858,27131,571,1,1,21635,0,4519.3,-3842.36,217.773,4.36162,300,5,0,9940,0,1,0,0,0),(119859,27131,571,1,1,21635,0,3554.59,-3550.01,240.228,4.9228,300,0,0,9940,0,0,0,0,0),(119860,26363,571,1,1,2161,0,3468.56,-1966.52,150.38,4.82787,300,5,0,9610,0,1,0,0,0),(119861,28411,571,1,1,23348,0,6235.49,-3452.18,373.774,3.94762,300,5,0,11001,0,1,0,0,0),(119862,26363,571,1,1,2161,0,4003.63,-1998,210.178,1.33057,300,5,0,9610,0,1,0,0,0),(119863,26363,571,1,1,2161,0,3918.73,-1880.98,215.806,2.67534,300,5,0,9610,0,1,0,0,0),(119864,26363,571,1,1,2161,0,3973.62,-1919.58,209.243,3.54404,300,5,0,9610,0,1,0,0,0),(119865,26363,571,1,1,2161,0,3916.86,-1980.34,207.841,0.029288,300,5,0,9610,0,1,0,0,0),(119866,27131,571,1,1,21635,0,4340.09,-3891.62,202.525,6.23435,300,5,0,9940,0,1,0,0,0),(119867,27131,571,1,1,21635,0,4046.44,-3531.08,254.679,5.48835,300,5,0,9940,0,1,0,0,0),(119868,27131,571,1,1,21635,0,3461.95,-3228.62,222.393,5.43761,300,5,0,9940,0,1,0,0,0),(119869,27131,571,1,1,21635,0,3488.85,-3432.1,262.155,2.04405,300,5,0,9940,0,1,0,0,0),(119870,27131,571,1,1,21635,0,3527.42,-3377.07,245.874,4.40915,300,5,0,9940,0,1,0,0,0),(119871,27131,571,1,1,21635,0,4256.61,-3700.59,258.535,2.03008,300,5,0,9940,0,1,0,0,0),(119872,27131,571,1,1,21635,0,3486.06,-3375.51,246.689,0.135733,300,5,0,9940,0,1,0,0,0),(119873,27131,571,1,1,21635,0,3382.77,-3358.62,256.001,3.39036,300,5,0,9940,0,1,0,0,0),(119874,27131,571,1,1,21635,0,3422.75,-3419.88,257.88,4.34454,300,5,0,9940,0,1,0,0,0),(119875,27131,571,1,1,21635,0,3473.23,-3468.3,264.682,1.54834,300,5,0,9940,0,1,0,0,0),(119876,27131,571,1,1,21635,0,3543.64,-3474.94,247.749,2.94318,300,0,0,9940,0,0,0,0,0),(119877,27131,571,1,1,21635,0,3651.43,-3538.99,229.335,3.34205,300,5,0,9940,0,1,0,0,0),(119878,27131,571,1,1,21635,0,3618.17,-3481.5,238.524,5.62258,300,5,0,9940,0,1,0,0,0),(119879,27131,571,1,1,21635,0,4269.16,-3675.7,256.719,0.217774,300,5,0,9940,0,1,0,0,0),(119880,27131,571,1,1,21635,0,4291,-3742.75,261.416,2.95109,300,5,0,9940,0,1,0,0,0),(119881,27131,571,1,1,21635,0,3549.99,-3443.42,249.526,5.87455,300,5,0,9940,0,1,0,0,0),(119882,26363,571,1,1,2161,0,2922.96,-2257.77,54.1159,2.32648,300,5,0,9610,0,1,0,0,0),(119883,26363,571,1,1,2161,0,2950.29,-2223.33,62.6153,0.080141,300,5,0,9610,0,1,0,0,0),(119884,26363,571,1,1,2161,0,2970.34,-2241.65,68.3311,5.92624,300,5,0,9610,0,1,0,0,0),(119885,26363,571,1,1,2161,0,2976.24,-2250.86,69.0212,4.21682,300,5,0,9610,0,1,0,0,0),(119886,26363,571,1,1,2161,0,2939.1,-2285.8,51.1896,1.96736,300,5,0,9610,0,1,0,0,0),(119887,26363,571,1,1,2161,0,3026.1,-2309.25,74.4936,1.59978,300,5,0,9610,0,1,0,0,0),(119888,26363,571,1,1,2161,0,3007.97,-2251.51,74.4275,1.1461,300,5,0,9610,0,1,0,0,0),(119889,26363,571,1,1,2161,0,4171.88,-1834.38,198.337,2.87534,300,5,0,9610,0,1,0,0,0),(119890,26363,571,1,1,2161,0,3605.2,-1994.19,182.865,4.56041,300,5,0,9610,0,1,0,0,0),(119891,27131,571,1,1,21635,0,3381.17,-3218.08,210.594,3.85023,300,5,0,9940,0,1,0,0,0),(119892,27131,571,1,1,21635,0,3354.08,-3255.91,221.439,5.3692,300,5,0,9940,0,1,0,0,0),(119893,27131,571,1,1,21635,0,3243.59,-3220.5,200.806,3.9684,300,5,0,9940,0,1,0,0,0),(119894,27131,571,1,1,21635,0,3478.27,-3324.64,235.429,1.84185,300,5,0,9940,0,1,0,0,0),(119895,27131,571,1,1,21635,0,3388.99,-3287.49,228.327,3.99805,300,5,0,9940,0,1,0,0,0),(119896,27131,571,1,1,21635,0,3322.41,-3324.52,256.136,3.44512,300,5,0,9940,0,1,0,0,0),(119897,26363,571,1,1,2161,0,3739.53,-1889.25,198.101,1.37145,300,5,0,9610,0,1,0,0,0),(119898,27131,571,1,1,21635,0,3447.61,-3315.89,237.862,1.52484,300,5,0,9940,0,1,0,0,0),(119899,26363,571,1,1,2161,0,4139.58,-3385.42,295.397,4.32534,300,5,0,9610,0,1,0,0,0),(119900,26363,571,1,1,2161,0,4086.88,-3388.53,292.965,1.08968,300,5,0,9610,0,1,0,0,0),(119901,27131,571,1,1,21635,0,3485.66,-3252.02,223.831,3.82076,300,5,0,9940,0,1,0,0,0),(119902,26363,571,1,1,2161,0,4109.54,-3381.85,291.833,3.04766,300,5,0,9610,0,1,0,0,0),(119903,26363,571,1,1,2161,0,3754.57,-1982.21,204.444,0.074256,300,5,0,9610,0,1,0,0,0),(119904,26363,571,1,1,2161,0,3476.83,-2048.5,147.038,1.45032,300,5,0,9610,0,1,0,0,0),(119905,26363,571,1,1,2161,0,3283.93,-2123.36,110.445,4.28285,300,5,0,9610,0,1,0,0,0),(119906,26363,571,1,1,2161,0,3806.97,-1858.34,213.462,5.29085,300,5,0,9610,0,1,0,0,0),(119907,26363,571,1,1,2161,0,3689.31,-1858.56,177.803,2.7426,300,5,0,9610,0,1,0,0,0),(119908,26363,571,1,1,2161,0,3770.15,-1911.85,209.968,2.99516,300,5,0,9610,0,1,0,0,0),(119909,26363,571,1,1,2161,0,3678.95,-1937.72,181.348,1.28677,300,0,0,9610,0,0,0,0,0),(119910,26363,571,1,1,2161,0,3548.18,-1855.74,151.575,2.58123,300,5,0,9610,0,1,0,0,0),(119911,26363,571,1,1,2161,0,3561.61,-1909.12,158.02,2.11484,300,5,0,9610,0,1,0,0,0),(119912,26363,571,1,1,2161,0,3619.33,-1875.46,171.175,5.5877,300,5,0,9610,0,1,0,0,0),(119913,26363,571,1,1,2161,0,3865.36,-1816.62,214.246,1.53906,300,5,0,9610,0,1,0,0,0),(119914,26363,571,1,1,2161,0,4111.62,-3381.51,291.785,5.83501,300,5,0,9610,0,1,0,0,0),(119915,26363,571,1,1,2161,0,3621.04,-1933.05,175.989,3.49671,300,5,0,9610,0,1,0,0,0),(119916,26363,571,1,1,2161,0,3653.03,-1820.27,168.127,5.72283,300,5,0,9610,0,1,0,0,0),(119917,26363,571,1,1,2161,0,4085.47,-3391.22,293.221,4.5204,300,0,0,9610,0,0,0,0,0),(119918,26363,571,1,1,2161,0,4445.93,-2365.99,209.704,1.32534,300,5,0,9610,0,1,0,0,0),(119919,26363,571,1,1,2161,0,3566.75,-2755.86,151.887,3.86599,300,5,0,9610,0,1,0,0,0),(119920,26363,571,1,1,2161,0,3608.8,-2777.84,175.113,4.61855,300,5,0,9610,0,1,0,0,0),(119921,26363,571,1,1,2161,0,3362.65,-3127.32,198.295,0.436332,300,5,0,9610,0,1,0,0,0),(119922,26363,571,1,1,2161,0,3656.39,-2752.31,174.695,2.2057,300,5,0,9610,0,1,0,0,0),(119923,26363,571,1,1,2161,0,3585.77,-2790.66,177.654,4.96116,300,5,0,9610,0,1,0,0,0),(119924,26363,571,1,1,2161,0,3611.89,-2831.89,202.066,1.96215,300,5,0,9610,0,1,0,0,0),(119925,27131,571,1,1,21635,0,3010.98,-3093.49,114.436,2.99004,300,5,0,9940,0,1,0,0,0),(119926,27131,571,1,1,21635,0,3080.93,-3106.1,123.91,2.88501,300,5,0,9940,0,1,0,0,0),(119927,26363,571,1,1,2161,0,3053.91,-1690.95,32.5076,2.66048,300,5,0,9610,0,1,0,0,0),(119928,26363,571,1,1,2161,0,3021.07,-1721.39,32.5718,5.99774,300,5,0,9610,0,1,0,0,0),(119929,26363,571,1,1,2161,0,3079.62,-1719.64,38.5278,1.52401,300,5,0,9610,0,1,0,0,0),(119930,26363,571,1,1,2161,0,3079.84,-1779.71,49.5961,3.8466,300,5,0,9610,0,1,0,0,0),(119931,26363,571,1,1,2161,0,3053.37,-1753.11,46.2572,2.12389,300,5,0,9610,0,1,0,0,0),(119932,26363,571,1,1,2161,0,2980.93,-1802.38,52.6602,2.3722,300,5,0,9610,0,1,0,0,0),(119933,26363,571,1,1,2161,0,3004.01,-1798.85,53.7467,2.82386,300,5,0,9610,0,1,0,0,0),(119934,26363,571,1,1,2161,0,3022.27,-1849.12,64.6968,1.4897,300,5,0,9610,0,1,0,0,0),(119935,26363,571,1,1,2161,0,3046.91,-1872.9,68.4615,4.58029,300,5,0,9610,0,1,0,0,0),(119936,26363,571,1,1,2161,0,3096.35,-1832.81,66.8927,1.28476,300,5,0,9610,0,1,0,0,0),(119937,26363,571,1,1,2161,0,3089.38,-1883.62,75.9757,0.993357,300,5,0,9610,0,1,0,0,0),(119938,26363,571,1,1,2161,0,3176.87,-1775.81,50.0041,5.87765,300,5,0,9610,0,1,0,0,0),(119939,26363,571,1,1,2161,0,3060.44,-1816.27,61.2769,0.823259,300,5,0,9610,0,1,0,0,0),(119940,26363,571,1,1,2161,0,3115.38,-1821.36,65.3735,3.38823,300,5,0,9610,0,1,0,0,0),(119941,26363,571,1,1,2161,0,4054.9,-2496.35,224.112,5.07315,300,5,0,9610,0,1,0,0,0),(119942,26363,571,1,1,2161,0,3127.79,-2179.65,108.311,0.165576,300,5,0,9610,0,1,0,0,0),(119943,28411,571,1,1,23348,0,5988.42,-3514.64,361.829,2.1578,300,5,0,11001,0,1,0,0,0),(119944,28411,571,1,1,22249,0,6086.28,-3409.59,377.273,1.55334,300,0,0,11001,0,0,0,0,0),(119945,28411,571,1,1,23348,0,6140.04,-3401.04,369.923,2.05949,300,0,0,11001,0,0,0,0,0),(119946,28411,571,1,1,22249,0,6176.86,-3456.76,373.661,3.87518,300,5,0,11001,0,1,0,0,0),(119947,28411,571,1,1,22249,0,6110.18,-3401.45,374.427,1.67552,300,0,0,11001,0,0,0,0,0),(119948,28411,571,1,1,22249,0,6108.42,-3441.47,368.187,1.66985,300,5,0,11001,0,1,0,0,0),(119949,28411,571,1,1,23348,0,6160.74,-3377.67,375.937,2.44346,300,0,0,11001,0,0,0,0,0),(119950,28411,571,1,1,23348,0,6238.71,-3386.68,362.783,3.7864,300,5,0,11001,0,1,0,0,0),(119951,28411,571,1,1,23348,0,6172.17,-3343.01,379.717,2.86234,300,0,0,11001,0,0,0,0,0),(119952,28411,571,1,1,23348,0,6240.37,-3168.85,362.171,4.93275,300,5,0,11001,0,1,0,0,0),(119953,26363,571,1,1,2161,0,3428.59,-2886.05,202.874,3.63922,300,5,0,9610,0,1,0,0,0),(119954,26363,571,1,1,2161,0,3479.3,-2865.69,201.244,4.36779,300,5,0,9610,0,1,0,0,0),(119955,26363,571,1,1,2161,0,3489.2,-3024.92,221.179,4.44993,300,5,0,9610,0,1,0,0,0),(119956,27131,571,1,1,21635,0,4018.75,-2735.42,238.848,1.43705,300,5,0,9940,0,1,0,0,0),(119957,26363,571,1,1,2161,0,3554.97,-2375.62,136.368,4.54756,300,5,0,9610,0,1,0,0,0),(119958,26363,571,1,1,2161,0,3598.37,-2379.83,145.402,0.187058,300,5,0,9610,0,1,0,0,0),(119959,26363,571,1,1,2161,0,3422.58,-2379.36,130.93,3.6054,300,5,0,9610,0,1,0,0,0),(119960,26363,571,1,1,2161,0,3498.8,-2455.52,129.95,6.25628,300,5,0,9610,0,1,0,0,0),(119961,27131,571,1,1,21635,0,3854,-2737.22,211.538,3.95467,300,5,0,9940,0,1,0,0,0),(119962,27131,571,1,1,21635,0,3936.09,-2712.45,221.874,3.93182,300,5,0,9940,0,1,0,0,0),(119963,26363,571,1,1,2161,0,3994.79,-2577.79,218.631,4.34265,300,5,0,9610,0,1,0,0,0),(119964,26363,571,1,1,2161,0,3398.05,-2339.09,126.875,0.647762,300,0,0,9610,0,0,0,0,0),(119965,26363,571,1,1,2161,0,3449.58,-2411.64,130.352,4.00239,300,5,0,9610,0,1,0,0,0),(119966,27131,571,1,1,21635,0,4174.91,-2734.56,240.823,1.46168,300,5,0,9940,0,1,0,0,0),(119967,28411,571,1,1,22249,0,6064.04,-3450.43,366.037,3.62052,300,5,0,11001,0,1,0,0,0),(119968,28411,571,1,1,22249,0,6057.13,-3408.5,371.854,1.3439,300,0,0,11001,0,0,0,0,0),(119969,26363,571,1,1,2161,0,3725.04,-2785.7,204.213,1.42374,300,5,0,9610,0,1,0,0,0),(119970,26363,571,1,1,2161,0,3823.66,-2798.38,231.496,1.34347,300,0,0,9610,0,0,0,0,0),(119971,26363,571,1,1,2161,0,3826.25,-2788.59,230.476,5.38964,300,0,0,9610,0,0,0,0,0),(119972,27131,571,1,1,21635,0,4057.05,-2409.94,216.582,2.23881,300,5,0,9940,0,1,0,0,0),(119973,28411,571,1,1,23348,0,6047.95,-3511.49,363.62,1.7883,300,5,0,11001,0,1,0,0,0),(119974,26363,571,1,1,2161,0,3416.15,-2469.19,121.859,1.53811,300,5,0,9610,0,1,0,0,0),(119975,26363,571,1,1,2161,0,3508.99,-2503.86,125.328,6.00926,300,5,0,9610,0,1,0,0,0),(119976,26363,571,1,1,2161,0,3519.02,-2526.5,125.328,6.07535,300,5,0,9610,0,1,0,0,0),(119977,26363,571,1,1,2161,0,3578.48,-2534,138.225,1.6421,300,5,0,9610,0,1,0,0,0),(119978,26363,571,1,1,2161,0,3642.53,-2583.48,149.093,3.63408,300,5,0,9610,0,1,0,0,0),(119979,26363,571,1,1,2161,0,3606.63,-2555.91,147.331,0.476747,300,5,0,9610,0,1,0,0,0),(119980,26363,571,1,1,2161,0,3657.29,-2548.96,152.052,3.28272,300,5,0,9610,0,1,0,0,0),(119981,26363,571,1,1,2161,0,3614.54,-2407.82,143.882,0.453158,300,5,0,9610,0,1,0,0,0),(119982,26363,571,1,1,2161,0,3049.24,-2762.8,91.0043,4.95681,300,5,0,9610,0,1,0,0,0),(119983,26363,571,1,1,2161,0,3112.44,-2708.32,105.143,3.58466,300,5,0,9610,0,1,0,0,0),(119984,26363,571,1,1,2161,0,3223.79,-2954.99,145.913,5.24243,300,5,0,9610,0,1,0,0,0),(119985,26363,571,1,1,2161,0,4197.1,-2494.08,231.669,6.21285,300,5,0,9610,0,1,0,0,0),(119986,28411,571,1,1,22249,0,5902.88,-3446.6,366.385,3.03424,300,5,0,11001,0,1,0,0,0),(119987,28411,571,1,1,23348,0,5975.13,-3455.08,362.251,3.8401,300,5,0,11001,0,1,0,0,0),(119988,27131,571,1,1,21635,0,3458.17,-3170.56,217.898,3.19433,300,5,0,9940,0,1,0,0,0),(119989,27131,571,1,1,21635,0,4063.86,-2483,222.122,0.83377,300,5,0,9940,0,1,0,0,0),(119990,27131,571,1,1,21635,0,4092.18,-2464.38,216.221,4.49969,300,5,0,9940,0,1,0,0,0),(119991,28411,571,1,1,22249,0,6015.95,-3397.73,377.011,0.994838,300,0,0,11001,0,0,0,0,0),(119992,26363,571,1,1,2161,0,3039.22,-2229.8,89.0825,4.04818,300,5,0,9610,0,1,0,0,0),(119993,26363,571,1,1,2161,0,3018.89,-2211.78,82.2723,4.92184,300,5,0,9610,0,1,0,0,0),(119994,26363,571,1,1,2161,0,3373.28,-3009.49,193.008,1.4079,300,5,0,9610,0,1,0,0,0),(119995,26363,571,1,1,2161,0,3371.08,-3014.81,193.716,1.32995,300,5,0,9610,0,1,0,0,0),(119996,26363,571,1,1,2161,0,3268.75,-2805.83,153.21,4.71239,300,5,0,9610,0,1,0,0,0),(119997,26363,571,1,1,2161,0,3216.52,-2712.46,125.195,1.39716,300,5,0,9610,0,1,0,0,0),(119998,26363,571,1,1,2161,0,2977.34,-2155.01,64.1005,2.10924,300,5,0,9610,0,1,0,0,0),(119999,26363,571,1,1,2161,0,3219.53,-2827.36,147.627,6.20304,300,5,0,9610,0,1,0,0,0),(120000,26363,571,1,1,2161,0,3264.61,-2776.01,148.879,6.06875,300,5,0,9610,0,1,0,0,0),(120001,26363,571,1,1,2161,0,3185.78,-2753.4,141.862,2.54821,300,5,0,9610,0,1,0,0,0),(120002,26363,571,1,1,2161,0,3217.38,-2786.38,146.846,3.40113,300,5,0,9610,0,1,0,0,0),(120003,26363,571,1,1,2161,0,3242.23,-2728.65,127.091,1.81625,300,5,0,9610,0,1,0,0,0),(120004,26363,571,1,1,2161,0,3052.84,-2280.56,85.7908,0.766064,300,5,0,9610,0,1,0,0,0),(120005,26363,571,1,1,2161,0,3185.71,-2896.24,136.318,1.92717,300,5,0,9610,0,1,0,0,0),(120006,26363,571,1,1,2161,0,3154.62,-2862.73,134.752,5.01097,300,5,0,9610,0,1,0,0,0),(120007,27131,571,1,1,21635,0,3693.93,-2674.8,155.286,2.05277,300,5,0,9940,0,1,0,0,0),(120008,26363,571,1,1,2161,0,3144.17,-2682.31,110.192,5.34183,300,5,0,9610,0,1,0,0,0),(120009,27131,571,1,1,21635,0,3694.35,-2639.79,155.338,5.14833,300,5,0,9940,0,1,0,0,0),(120010,26363,571,1,1,2161,0,3268.38,-2888.96,162.598,0.002001,300,5,0,9610,0,1,0,0,0),(120011,26363,571,1,1,2161,0,3123.1,-2756.15,124.47,0.060591,300,5,0,9610,0,1,0,0,0),(120012,26363,571,1,1,2161,0,3179.38,-2720.81,125.642,4.82391,300,5,0,9610,0,1,0,0,0),(120013,26363,571,1,1,2161,0,3110.93,-2865.93,128.168,1.82162,300,5,0,9610,0,1,0,0,0),(120014,27131,571,1,1,21635,0,3667.76,-2675.76,152.911,0.859312,300,5,0,9940,0,1,0,0,0),(120015,26363,571,1,1,2161,0,3120.9,-2807.51,131.451,2.94305,300,5,0,9610,0,1,0,0,0),(120016,26363,571,1,1,2161,0,3027.12,-2837.49,106.166,0.896055,300,5,0,9610,0,1,0,0,0),(120017,26363,571,1,1,2161,0,3152.13,-2823.38,143.955,3.30048,300,5,0,9610,0,1,0,0,0),(120018,26363,571,1,1,2161,0,3049.33,-2810.74,106.415,4.11005,300,5,0,9610,0,1,0,0,0),(120019,26363,571,1,1,2161,0,3089.11,-2841.36,125.893,0.121447,300,5,0,9610,0,1,0,0,0),(120020,26363,571,1,1,2161,0,3237.83,-2911.18,149.823,6.07871,300,5,0,9610,0,1,0,0,0),(120021,28411,571,1,1,22249,0,5835.7,-3382.33,361.906,4.62531,300,5,0,11001,0,1,0,0,0),(120022,26363,571,1,1,2161,0,3274.16,-2962.7,167.358,1.32629,300,5,0,9610,0,1,0,0,0),(120023,26363,571,1,1,2161,0,3053.69,-2909.32,116.526,1.33434,300,5,0,9610,0,1,0,0,0),(120024,26363,571,1,1,2161,0,3309.96,-2865.36,177.661,1.83662,300,5,0,9610,0,1,0,0,0),(120025,26363,571,1,1,2161,0,3140.6,-2923.52,127.095,3.17865,300,5,0,9610,0,1,0,0,0),(120026,26363,571,1,1,2161,0,3492.93,-2953.97,201.387,0.141069,300,5,0,9610,0,1,0,0,0),(120027,26363,571,1,1,2161,0,3414.7,-2939.51,203.125,3.22878,300,5,0,9610,0,1,0,0,0),(120028,26363,571,1,1,2161,0,3502.15,-2945.37,201.066,5.18374,300,5,0,9610,0,1,0,0,0),(120029,26363,571,1,1,2161,0,3458.58,-3013.53,214.852,2.58175,300,5,0,9610,0,1,0,0,0),(120030,26363,571,1,1,2161,0,3408.6,-2247.52,121.073,2.55175,300,0,0,9610,0,0,0,0,0),(120031,27131,571,1,1,21635,0,2905.04,-2922.51,79.5478,1.66949,300,5,0,9940,0,1,0,0,0),(120032,27131,571,1,1,21635,0,3142.16,-3125,142.045,1.35702,300,5,0,9940,0,1,0,0,0),(120033,27131,571,1,1,21635,0,3182.1,-3109.91,147.868,4.485,300,5,0,9940,0,1,0,0,0),(120034,27131,571,1,1,21635,0,3201.23,-3136.65,164.5,1.97225,300,5,0,9940,0,1,0,0,0),(120035,27131,571,1,1,21635,0,3300.53,-3218.4,207.335,3.55459,300,5,0,9940,0,1,0,0,0),(120036,26363,571,1,1,2161,0,3805.88,-2298.17,179.442,3.562,300,5,0,9610,0,1,0,0,0),(120037,26363,571,1,1,2161,0,3417.49,-3052.52,205.581,6.08318,300,5,0,9610,0,1,0,0,0),(120038,26363,571,1,1,2161,0,2916.76,-2164.62,47.0666,0.652258,300,5,0,9610,0,1,0,0,0),(120039,26363,571,1,1,2161,0,3320.5,-3149.34,187.83,4.85636,300,5,0,9610,0,1,0,0,0),(120040,27131,571,1,1,21635,0,3900.83,-2750.85,222.174,0.880808,300,5,0,9940,0,1,0,0,0),(120041,26363,571,1,1,2161,0,3248.71,-3055.96,156.594,0.375794,300,5,0,9610,0,1,0,0,0),(120042,26363,571,1,1,2161,0,3280.81,-3045.45,169.718,4.79965,300,0,0,9610,0,0,0,0,0),(120043,26363,571,1,1,2161,0,4020.6,-2514.01,214.725,1.98634,300,5,0,9610,0,1,0,0,0),(120044,27131,571,1,1,21635,0,3731.17,-2646.57,161.588,4.62488,300,5,0,9940,0,1,0,0,0),(120045,26363,571,1,1,2161,0,3982.32,-2179.87,212.9,1.84802,300,5,0,9610,0,1,0,0,0),(120046,26363,571,1,1,2161,0,3951.46,-2439.28,214.858,1.29312,300,5,0,9610,0,1,0,0,0),(120047,27131,571,1,1,21635,0,3501.67,-2624.84,94.5238,1.90577,300,0,0,9940,0,0,0,0,0),(120048,26363,571,1,1,2161,0,3785.48,-2446.48,183.33,1.60009,300,5,0,9610,0,1,0,0,0),(120049,27131,571,1,1,21635,0,3460.34,-2661.34,79.3873,-2.04482,300,0,0,9940,0,0,0,0,0),(120050,26363,571,1,1,2161,0,3541.09,-2494.94,136.596,1.27934,300,5,0,9610,0,1,0,0,0),(120051,26363,571,1,1,2161,0,3956.44,-2221.66,212.568,4.70751,300,5,0,9610,0,1,0,0,0),(120052,26363,571,1,1,2161,0,4187.77,-2555.22,235.717,4.41719,300,5,0,9610,0,1,0,0,0),(120053,27131,571,1,1,21635,0,3519.52,-2643.15,98.7046,-3.13042,300,0,0,9940,0,0,0,0,0),(120054,27131,571,1,1,21635,0,3530.35,-2646.02,102.202,2.10076,300,0,0,9940,0,0,0,0,0),(120055,26363,571,1,1,2161,0,3983.16,-2480.14,216.174,1.13444,300,5,0,9610,0,1,0,0,0),(120056,27131,571,1,1,21635,0,3515.27,-2639.57,97.8321,-2.441,300,0,0,9940,0,0,0,0,0),(120057,27131,571,1,1,21635,0,3602.42,-2643.25,129.554,0.459271,300,5,0,9940,0,1,0,0,0),(120058,26363,571,1,1,2161,0,3554.29,-2449.55,141.541,4.65106,300,5,0,9610,0,1,0,0,0),(120059,27131,571,1,1,21635,0,3623.44,-2642.46,133.359,6.05668,300,5,0,9940,0,1,0,0,0),(120060,26363,571,1,1,2161,0,3978.97,-2520.58,217.568,4.54371,300,5,0,9610,0,1,0,0,0),(120061,26363,571,1,1,2161,0,3582.86,-2481.46,142.093,2.40595,300,5,0,9610,0,1,0,0,0),(120062,26363,571,1,1,2161,0,3980.88,-2242.69,214.54,2.06178,300,0,0,9610,0,0,0,0,0),(120063,26363,571,1,1,2161,0,3716.04,-2391.86,164.418,0.915577,300,5,0,9610,0,1,0,0,0),(120064,26363,571,1,1,2161,0,3585.28,-2480.74,142.191,1.27988,300,5,0,9610,0,1,0,0,0),(120065,27131,571,1,1,21635,0,3597.15,-2643.8,129.473,0.893197,300,5,0,9940,0,1,0,0,0),(120066,27131,571,1,1,21635,0,3626.38,-2644.82,134.054,4.36227,300,5,0,9940,0,1,0,0,0),(120067,26363,571,1,1,2161,0,3515.47,-2418.67,135.581,5.46288,300,0,0,9610,0,0,0,0,0),(120068,26363,571,1,1,2161,0,4019.69,-2455.03,218.68,5.19787,300,5,0,9610,0,1,0,0,0),(120069,26363,571,1,1,2161,0,3955.28,-2442.62,215.333,1.64502,300,5,0,9610,0,1,0,0,0),(120070,26363,571,1,1,2161,0,4005.47,-2610.86,217.25,4.73054,300,5,0,9610,0,1,0,0,0),(120071,26363,571,1,1,2161,0,4055.38,-2479.72,222.903,1.50241,300,5,0,9610,0,1,0,0,0),(120072,26363,571,1,1,2161,0,4130.01,-2580.1,222.844,3.19227,300,5,0,9610,0,1,0,0,0),(120073,27131,571,1,1,21635,0,4056.39,-2477.15,222.237,2.11095,300,5,0,9940,0,1,0,0,0),(120074,27131,571,1,1,21635,0,4119.09,-2490.07,216.971,2.31335,300,0,0,9940,0,0,0,0,0),(120075,26363,571,1,1,2161,0,4190.22,-2489.27,230.897,5.07802,300,5,0,9610,0,1,0,0,0),(120076,26363,571,1,1,2161,0,4047.43,-2555.18,218.158,4.36437,300,5,0,9610,0,1,0,0,0),(120077,26363,571,1,1,2161,0,4178.04,-2447.5,231.15,2.18264,300,5,0,9610,0,1,0,0,0),(120078,26363,571,1,1,2161,0,3660.47,-2548.24,153.188,0.1629,300,5,0,9610,0,1,0,0,0),(120079,26363,571,1,1,2161,0,3627.91,-2551.52,147.915,1.02586,300,5,0,9610,0,1,0,0,0),(120080,26363,571,1,1,2161,0,3655.05,-2578.09,154.702,3.84958,300,5,0,9610,0,1,0,0,0),(120081,27131,571,1,1,21635,0,3566.09,-2641.1,114.485,5.97437,300,5,0,9940,0,1,0,0,0),(120082,27131,571,1,1,21635,0,3487.4,-2603.96,85.185,1.86411,300,5,0,9940,0,1,0,0,0),(120083,27131,571,1,1,21635,0,3603.2,-2644.62,129.246,2.60531,300,0,0,9940,0,0,0,0,0),(120084,27131,571,1,1,21635,0,3555.93,-2680.59,110.98,3.54119,300,0,0,9940,0,0,0,0,0),(120085,27131,571,1,1,21635,0,3627.03,-2637.56,132.298,0.333982,300,0,0,9940,0,0,0,0,0),(120086,27131,571,1,1,21635,0,3591.79,-2674.81,124.368,2.43234,300,0,0,9940,0,0,0,0,0),(120087,27131,571,1,1,21635,0,3537.67,-2613.95,103.766,3.93595,300,5,0,9940,0,1,0,0,0),(120088,26363,571,1,1,2161,0,3957.16,-2474.28,216.103,3.11032,300,5,0,9610,0,1,0,0,0),(120089,27131,571,1,1,21635,0,3539.9,-2656.92,104.768,1.43765,300,5,0,9940,0,1,0,0,0),(120091,26363,571,1,1,2161,0,4005.08,-2585.49,218.096,1.54931,300,5,0,9610,0,1,0,0,0),(120092,27131,571,1,1,21635,0,4087.78,-2526.14,217.562,0.77289,300,0,0,9940,0,0,0,0,0),(120093,27131,571,1,1,21635,0,3471.13,-2617.89,80.935,1.29598,300,5,0,9940,0,1,0,0,0),(120094,27131,571,1,1,21635,0,4114.43,-2565.47,215.75,2.51301,300,0,0,9940,0,0,0,0,0),(120095,27388,571,1,1,24603,1,3274.94,-2213.25,117.112,2.53073,300,0,0,9940,0,0,0,0,0),(120096,32252,571,1,1,27853,1,5901.34,458.723,641.653,1.79769,300,0,0,8982,0,0,0,0,0),(120097,28156,571,1,1,27207,1,5279.91,-3108.02,278.638,6.14356,300,0,0,10635,0,0,0,0,0),(120098,28156,571,1,1,27207,1,5200.05,-3362.79,289.179,2.1293,300,0,0,10635,0,0,0,0,0),(120099,28156,571,1,1,27208,1,5217.04,-3161.57,273.9,5.48033,300,0,0,10635,0,0,0,0,0),(120100,28156,571,1,1,27207,1,5133.54,-3170.9,273.9,5.65487,300,0,0,10635,0,0,0,0,0),(120101,28156,571,1,1,27206,1,5179.24,-3175.94,269.116,6.17846,300,0,0,10635,0,0,0,0,0),(120102,28156,571,1,1,27209,1,5142.11,-3399,289.577,0,300,0,0,10635,0,0,0,0,0),(120103,28156,571,1,1,27209,1,5150.56,-3108.07,273.9,4.36332,300,0,0,10635,0,0,0,0,0),(120104,27132,571,1,1,24328,1,3316.09,-2317.75,110.191,3.38594,300,0,0,7984,0,0,0,0,0),(120105,23548,571,1,1,21610,0,656.451,-5035.95,4.47663,3.07178,300,0,0,6986,0,0,0,0,0),(120106,26876,571,1,1,22041,0,4582.63,-4254.86,182.291,0.715585,300,0,0,10635,3561,0,0,0,0),(120107,24828,571,1,1,17188,0,276.257,-5755.2,268.54,5.32325,300,0,0,8982,0,0,0,0,0),(120108,29948,571,1,1,26686,0,6670.74,-197.184,952.146,4.01426,300,0,0,12175,0,0,0,0,0),(120109,28156,571,1,1,27207,1,5336.7,-3159.97,278.638,0.942478,300,0,0,10635,0,0,0,0,0),(120110,28156,571,1,1,27207,1,5135.49,-3297.5,278.638,5.61996,300,0,0,10635,0,0,0,0,0),(120111,28156,571,1,1,27206,1,5051.04,-3266.21,278.638,0.977384,300,0,0,10635,0,0,0,0,0),(120112,28156,571,1,1,27207,1,5213.68,-3016.78,278.638,1.79769,300,0,0,10635,0,0,0,0,0),(120113,28156,571,1,1,27206,1,5371.58,-3316.38,297.568,5.02655,300,0,0,10635,0,0,0,0,0),(120114,28156,571,1,1,27206,1,5342.19,-3310.88,295.568,0.558505,300,0,0,10635,0,0,0,0,0),(120115,28156,571,1,1,27206,1,5104.58,-3353.53,278.638,2.60054,300,0,0,10635,0,0,0,0,0),(120116,28156,571,1,1,27206,1,5257.4,-3304.01,281.169,0.977384,300,0,0,10635,0,0,0,0,0),(120117,28156,571,1,1,27209,1,5428.06,-3239.51,292.998,5.34071,300,0,0,10635,0,0,0,0,0),(120118,28156,571,1,1,27206,1,5103.83,-3242.02,278.638,5.89921,300,0,0,10635,0,0,0,0,0),(120119,28156,571,1,1,27208,1,5216.96,-3070.02,278.638,5.65487,300,0,0,10635,0,0,0,0,0),(120120,28156,571,1,1,27206,1,5232.71,-3194.61,273.39,2.35619,300,0,0,10635,0,0,0,0,0),(120121,28156,571,1,1,27206,1,5292.18,-3210.11,278.638,0.593412,300,0,0,10635,0,0,0,0,0),(120122,28156,571,1,1,27206,1,5300.38,-3155.52,278.638,4.95674,300,0,0,10635,0,0,0,0,0),(120123,28156,571,1,1,27207,1,5116.39,-3070.58,278.638,4.31096,300,0,0,10635,0,0,0,0,0),(120124,28156,571,1,1,27207,1,5357.71,-3210.47,288.126,4.55531,300,0,0,10635,0,0,0,0,0),(120125,25596,571,1,1,23485,0,3104.64,6246.06,98.9525,0.296706,300,0,0,6986,0,0,0,0,0),(120126,25596,571,1,1,23873,0,3145.58,6319.84,91.6888,1.25664,300,0,0,6986,0,0,0,0,0),(120127,25596,571,1,1,23873,0,2799.72,6648.77,36.4909,5.37561,300,0,0,6986,0,0,0,0,0),(120128,25596,571,1,1,23485,0,2951.2,6563.82,62.5341,5.46288,300,0,0,6986,0,0,0,0,0),(120129,25596,571,1,1,23485,0,3000.15,6590.8,58.7172,4.76475,300,0,0,6986,0,0,0,0,0),(120130,25596,571,1,1,23873,0,2842.41,6622.39,48.7671,3.92699,300,0,0,6986,0,0,0,0,0),(120131,31228,571,1,1,1988,0,5599.2,523.367,153.29,5.34001,300,5,0,11379,3725,1,0,0,0),(120132,24316,571,1,1,26145,0,2205.24,-5883.11,234.025,3.12301,300,0,0,8982,0,2,0,0,0),(120133,25596,571,1,1,23485,0,3046.35,6562.32,65.2096,0.610865,300,0,0,6986,0,0,0,0,0),(120134,25596,571,1,1,23485,0,2988.38,6561.55,66.1745,0.244346,300,0,0,6986,0,0,0,0,0),(120135,25596,571,1,1,23485,0,2885,6594.47,53.7937,1.76278,300,0,0,6986,0,0,0,0,0),(120136,24316,571,1,1,26145,0,2080.23,-5589.21,221.388,1.20077,300,0,0,8982,0,2,0,0,0),(120137,24316,571,1,1,26145,0,2075.25,-5716.35,220.436,1.52018,300,0,0,8982,0,2,0,0,0),(120138,29436,571,1,1,26177,0,4983.48,-1319.5,294.508,0.185463,300,6,0,10282,0,1,0,0,0),(120139,29436,571,1,1,26177,0,5012.65,-1421.56,295.654,2.6726,300,6,0,10282,0,1,0,0,0),(120140,24316,571,1,1,26145,0,1923,-5645.25,215.718,3.12818,300,0,0,8982,0,2,0,0,0),(120141,29436,571,1,1,26177,0,5345.43,-1153.81,277.168,1.40118,300,6,0,10282,0,1,0,0,0),(120142,24316,571,1,1,26145,0,2079.26,-5562.86,222.291,2.21139,300,0,0,8982,0,2,0,0,0),(120143,29436,571,1,1,26177,0,5014.29,-1215.49,335.846,2.1817,300,6,0,10282,0,1,0,0,0),(120144,29436,571,1,1,26177,0,5020.46,-1283.11,313.656,3.06599,300,6,0,10282,0,1,0,0,0),(120145,29436,571,1,1,26177,0,5041.94,-1372.52,305.578,2.36417,300,6,0,10282,0,1,0,0,0),(120146,29436,571,1,1,26177,0,5015.17,-1348.65,304.606,1.93359,300,6,0,10282,0,1,0,0,0),(120147,24316,571,1,1,26145,0,2102.03,-5800.94,223.819,5.62308,300,0,0,8982,0,2,0,0,0),(120148,24316,571,1,1,26145,0,2255.43,-5636.75,234.792,5.89253,300,5,0,8982,0,1,0,0,0),(120149,24316,571,1,1,26145,0,2262.33,-5751.44,235.8,5.60912,300,0,0,8982,0,2,0,0,0),(120150,24316,571,1,1,26145,0,2128.34,-5658.6,223.899,1.29364,300,0,0,8982,0,2,0,0,0),(120151,24316,571,1,1,26145,0,2142.65,-5556.99,225.694,5.10398,300,0,0,8982,0,2,0,0,0),(120152,24316,571,1,1,26145,0,2154.16,-5724,223.091,5.06174,300,0,0,8982,0,2,0,0,0),(120153,29436,571,1,1,26177,0,5300.32,-1177.07,263.456,5.65669,300,6,0,10282,0,1,0,0,0),(27398,28087,571,1,1,0,0,4975.34,4447.26,-130.139,2.87635,60,0,0,11770,0,0,0,0,0),(120155,31228,571,1,1,1988,0,5770.39,568.582,158.981,4.47973,300,5,0,11379,3725,1,0,0,0),(120156,29436,571,1,1,26177,0,5246.72,-1266.72,241.128,-1.94115,300,6,0,10282,0,1,0,0,0),(120157,29436,571,1,1,26177,0,5281.39,-1221.3,240.004,3.78705,300,6,0,10282,0,1,0,0,0),(120158,29436,571,1,1,26177,0,5247.01,-1173.47,249.772,4.53084,300,6,0,10282,0,1,0,0,0),(120159,29436,571,1,1,26177,0,5320.76,-1251.17,241.331,1.12181,300,6,0,10282,0,1,0,0,0),(120160,29436,571,1,1,26177,0,5226.16,-1217.75,248.121,-1.15336,300,6,0,10282,0,1,0,0,0),(120161,29436,571,1,1,26177,0,5143.78,-1275.41,249.105,1.93391,300,6,0,10282,0,1,0,0,0),(120162,29436,571,1,1,26177,0,5155.82,-1157.24,268.743,1.87123,300,6,0,10282,0,1,0,0,0),(120163,29436,571,1,1,26177,0,5149.94,-1219.81,255.605,5.77761,300,6,0,10282,0,1,0,0,0),(120164,29436,571,1,1,26177,0,5195.34,-1260.41,245.718,5.67405,300,6,0,10282,0,1,0,0,0),(120165,29436,571,1,1,26177,0,5172.1,-1193.22,253.332,4.40578,300,6,0,10282,0,1,0,0,0),(120166,29436,571,1,1,26177,0,5126.79,-1191.96,257.114,5.73473,300,6,0,10282,0,1,0,0,0),(120167,29436,571,1,1,26177,0,5121.25,-1238.05,254.105,0.871061,300,6,0,10282,0,1,0,0,0),(120168,31228,571,1,1,1988,0,5681.63,-85.1868,173.357,3.97033,300,5,0,11379,3725,1,0,0,0),(120169,29692,571,1,1,0,0,4903.4,-2371.18,243.58,0.802851,300,0,0,8982,0,0,0,0,0),(120170,28412,571,1,1,25395,0,5439.54,-3208.27,292.92,5.32161,300,5,0,10635,3561,1,0,0,0),(120171,25596,571,1,1,23873,0,3021.45,6522.12,77.8607,3.94444,300,0,0,6986,0,0,0,0,0),(120172,25596,571,1,1,23873,0,2861.61,6532.58,69.7112,5.96903,300,0,0,6986,0,0,0,0,0),(120173,25596,571,1,1,23873,0,3081.5,6477.43,84.797,1.39626,300,0,0,6986,0,0,0,0,0),(120174,29692,571,1,1,0,0,4851.74,-2393.46,239.33,4.95674,300,0,0,8982,0,0,0,0,0),(120175,29692,571,1,1,0,0,4950.43,-2279.01,246.242,0.506145,300,0,0,8982,0,0,0,0,0),(120176,29692,571,1,1,0,0,4903.77,-2330.79,248.123,4.29351,300,0,0,8982,0,0,0,0,0),(120177,29692,571,1,1,0,0,4848.54,-2344.74,238.982,0.802851,300,0,0,8982,0,0,0,0,0),(120178,25596,571,1,1,23485,0,3015.25,6482.82,82.6853,1.62316,300,0,0,6986,0,0,0,0,0),(120179,25596,571,1,1,23485,0,2983.48,6527.96,73.768,2.04204,300,0,0,6986,0,0,0,0,0),(120180,25596,571,1,1,23873,0,2950.44,6501.59,76.7787,2.11185,300,0,0,6986,0,0,0,0,0),(120181,28412,571,1,1,25395,0,5356.6,-3280.53,298.21,0.919076,300,5,0,10635,3561,1,0,0,0),(120182,25596,571,1,1,23873,0,3021.76,6324.83,99.2268,4.4855,300,0,0,6986,0,0,0,0,0),(120183,29692,571,1,1,0,0,4974.32,-2286.95,247.319,5.48033,300,0,0,8982,0,0,0,0,0),(120184,29692,571,1,1,0,0,4862.84,-2390.57,235.99,2.79253,300,0,0,8982,0,0,0,0,0),(120185,29692,571,1,1,0,0,4953.58,-2357.37,244.924,5.11381,300,0,0,8982,0,0,0,0,0),(120186,29692,571,1,1,0,0,4872.41,-2302.8,250.971,4.46804,300,0,0,8982,0,0,0,0,0),(120187,29692,571,1,1,0,0,4894.41,-2360.7,239.229,4.95674,300,0,0,8982,0,0,0,0,0),(120188,29692,571,1,1,0,0,5009.54,-2335.98,249.09,5.07891,300,0,0,8982,0,0,0,0,0),(120189,29692,571,1,1,0,0,4896.89,-2351.46,244.921,4.55531,300,0,0,8982,0,0,0,0,0),(120190,29692,571,1,1,0,0,4962.07,-2288.52,244.996,6.00393,300,0,0,8982,0,0,0,0,0),(120191,29692,571,1,1,0,0,4838.04,-2330.7,251.225,3.40339,300,0,0,8982,0,0,0,0,0),(120192,29692,571,1,1,0,0,4836.8,-2316.03,248.223,3.10669,300,0,0,8982,0,0,0,0,0),(120193,29692,571,1,1,0,0,4864.25,-2305.8,247.329,1.65806,300,0,0,8982,0,0,0,0,0),(120194,29692,571,1,1,0,0,4831.42,-2347.32,244.016,2.09439,300,0,0,8982,0,0,0,0,0),(120195,29692,571,1,1,0,0,4834.14,-2333.18,247.049,6.00393,300,0,0,8982,0,0,0,0,0),(120196,29692,571,1,1,0,0,4963.92,-2279.08,253.094,1.13446,300,0,0,8982,0,0,0,0,0),(120197,29692,571,1,1,0,0,5001.67,-2319.25,255.288,4.41568,300,0,0,8982,0,0,0,0,0),(120198,29692,571,1,1,0,0,4997.77,-2307.25,249.293,2.93215,300,0,0,8982,0,0,0,0,0),(120199,29692,571,1,1,0,0,4873.75,-2288.9,247.818,5.044,300,0,0,8982,0,0,0,0,0),(120200,29692,571,1,1,0,0,4907.87,-2362.47,249.002,1.6057,300,0,0,8982,0,0,0,0,0),(120201,29692,571,1,1,0,0,4937.39,-2360.04,248.252,2.82743,300,0,0,8982,0,0,0,0,0),(120202,29692,571,1,1,0,0,4942.31,-2348.77,254.752,6.17846,300,0,0,8982,0,0,0,0,0),(120203,29692,571,1,1,0,0,4982.39,-2319.59,248.439,2.35619,300,0,0,8982,0,0,0,0,0),(120204,29692,571,1,1,0,0,4990.07,-2337.66,250.437,4.29351,300,0,0,8982,0,0,0,0,0),(120205,29692,571,1,1,0,0,5013.69,-2316.06,251.215,0.907571,300,0,0,8982,0,0,0,0,0),(120206,29692,571,1,1,0,0,4996.16,-2321.42,255.332,3.78736,300,0,0,8982,0,0,0,0,0),(120207,29692,571,1,1,0,0,4906.35,-2340.5,250.823,0.15708,300,0,0,8982,0,0,0,0,0),(120208,29692,571,1,1,0,0,4918.01,-2370.42,243.291,1.0472,300,0,0,8982,0,0,0,0,0),(120209,28412,571,1,1,25395,0,5366.81,-3389.11,299.777,1.65078,300,5,0,10635,3561,1,0,0,0),(120210,31228,571,1,1,1988,0,5506.57,0.439636,148.468,1.10191,300,5,0,11379,3725,1,0,0,0),(120211,28412,571,1,1,25395,0,5391.54,-3325.92,297.506,5.49767,300,5,0,10635,3561,1,0,0,0),(120212,31228,571,1,1,1988,0,5824.3,206.737,179.932,3.35633,300,5,0,11379,3725,1,0,0,0),(120213,28412,571,1,1,25395,0,5408.65,-3363.65,299.548,1.00424,300,5,0,10635,3561,1,0,0,0),(120214,28412,571,1,1,25395,0,5414.44,-3261.09,292.919,1.18234,300,5,0,10635,3561,1,0,0,0),(120215,28412,571,1,1,25395,0,5471.1,-3284.05,293.026,1.92957,300,5,0,10635,3561,1,0,0,0),(120216,31228,571,1,1,1988,0,5565.55,218.123,150.937,0.902305,300,5,0,11379,3725,1,0,0,0),(120217,29692,571,1,1,0,0,4941.75,-2326.57,254.167,4.2237,300,0,0,8982,0,0,0,0,0),(120218,29692,571,1,1,0,0,4936.49,-2314.67,249.208,2.96706,300,0,0,8982,0,0,0,0,0),(120219,29692,571,1,1,0,0,4938.83,-2343.92,252.041,3.01942,300,0,0,8982,0,0,0,0,0),(120220,29692,571,1,1,0,0,4952.82,-2333.73,248.275,0.314159,300,0,0,8982,0,0,0,0,0),(120221,29692,571,1,1,0,0,4949,-2317.68,249.937,1.39626,300,0,0,8982,0,0,0,0,0),(120222,29692,571,1,1,0,0,4952.46,-2346.15,249.651,5.44543,300,0,0,8982,0,0,0,0,0),(120223,29692,571,1,1,0,0,4940.73,-2331.16,254.012,4.60767,300,0,0,8982,0,0,0,0,0),(120224,29692,571,1,1,0,0,4881.26,-2297.6,249.102,4.31096,300,0,0,8982,0,0,0,0,0),(120225,29692,571,1,1,0,0,4886.75,-2311.61,246.873,6.26573,300,0,0,8982,0,0,0,0,0),(120226,29692,571,1,1,0,0,4908.35,-2313.25,242.538,3.19395,300,0,0,8982,0,0,0,0,0),(120227,29692,571,1,1,0,0,4921.21,-2314,247.21,3.66519,300,0,0,8982,0,0,0,0,0),(120228,28412,571,1,1,25395,0,5325.69,-3373.54,297.609,2.31338,300,5,0,10635,3561,1,0,0,0),(120229,29692,571,1,1,0,0,4877.11,-2325.05,238.531,3.87463,300,0,0,8982,0,0,0,0,0),(120230,29692,571,1,1,0,0,4852.76,-2332.92,241.805,3.89208,300,0,0,8982,0,0,0,0,0),(120231,28412,571,1,1,25395,0,5299.71,-3405.92,298.729,5.41845,300,0,0,10635,3561,0,0,0,0),(120232,29436,571,1,1,26177,0,5281.93,-1381.57,239.482,4.16587,300,6,0,10282,0,1,0,0,0),(120235,28412,571,1,1,25395,0,5346.62,-3337.15,297.561,3.26804,300,5,0,10635,3561,1,0,0,0),(120236,31228,571,1,1,1988,0,5793.57,388.891,178.965,4.23301,300,5,0,11379,3725,1,0,0,0),(120237,31228,571,1,1,1988,0,5736.76,363.929,166.601,2.38866,300,5,0,11379,3725,1,0,0,0),(120238,25596,571,1,1,23873,0,2804.61,6484.38,71.3124,1.29154,300,0,0,6986,0,0,0,0,0),(120239,29436,571,1,1,26177,0,5177.23,-1414.16,236.399,2.20506,300,6,0,10282,0,1,0,0,0),(120240,31228,571,1,1,1988,0,5603.95,61.1347,149.198,4.7925,300,5,0,11379,3725,1,0,0,0),(120241,29436,571,1,1,26177,0,5223.46,-1387.95,238.837,3.8339,300,6,0,10282,0,1,0,0,0),(120243,31228,571,1,1,1988,0,5662.79,53.7682,162.887,2.59228,300,5,0,11379,3725,1,0,0,0),(120244,25596,571,1,1,23485,0,2824.86,6569.54,52.6262,3.14159,300,0,0,6986,0,0,0,0,0),(120245,29436,571,1,1,26177,0,5154.33,-1387.6,237.16,5.1466,300,6,0,10282,0,1,0,0,0),(120249,29436,571,1,1,26177,0,5255.26,-1245.29,241.472,3.29831,300,6,0,10282,0,1,0,0,0),(120250,29436,571,1,1,26177,0,5145.52,-1447.95,237.9,1.21581,300,6,0,10282,0,1,0,0,0),(120251,25596,571,1,1,23485,0,2906.82,6540.34,69.5962,0.191986,300,0,0,6986,0,0,0,0,0),(120252,29436,571,1,1,26177,0,5248.05,-1422.13,238.466,1.03054,300,6,0,10282,0,1,0,0,0),(120253,25596,571,1,1,23873,0,3071.05,6364.05,95.1819,5.2709,300,0,0,6986,0,0,0,0,0),(120254,25596,571,1,1,23485,0,2949.87,6451.53,78.8289,2.25148,300,0,0,6986,0,0,0,0,0),(120255,25596,571,1,1,23873,0,2963.3,6398.85,94.3146,5.48033,300,0,0,6986,0,0,0,0,0),(120256,31740,571,1,1,27882,0,5858.96,570.022,654.961,2.93215,300,0,0,42,0,0,0,0,0),(120257,31228,571,1,1,1988,0,5585.42,656.46,159.239,4.66009,300,5,0,11379,3725,1,0,0,0),(120258,31228,571,1,1,1988,0,5822.68,709.327,161.505,2.51646,300,5,0,11379,3725,1,0,0,0),(120259,31228,571,1,1,1988,0,5767.09,554.625,159.933,2.0703,300,0,0,11379,3725,2,0,0,0),(120260,31228,571,1,1,1988,0,5859.34,679.413,168.083,3.04891,300,5,0,11379,3725,1,0,0,0),(120261,31228,571,1,1,1988,0,5450.56,442.956,165.624,2.95702,300,5,0,11379,3725,1,0,0,0),(120262,31228,571,1,1,1988,0,5953.18,792.287,161.301,0.28131,300,5,0,11379,3725,1,0,0,0),(120263,31228,571,1,1,1988,0,5670.21,311.748,162.279,4.19106,300,5,0,11379,3725,1,0,0,0),(120264,31228,571,1,1,1988,0,5743.11,361.785,167.483,1.34948,300,5,0,11379,3725,1,0,0,0),(120265,31228,571,1,1,1988,0,5805.85,360.481,184.785,3.5541,300,0,0,11379,3725,0,0,0,0),(120266,29436,571,1,1,26177,0,5340.65,-1154.36,277.765,2.07283,300,6,0,10282,0,1,0,0,0),(120280,29692,571,1,1,0,0,4823.83,-2333.34,246.836,1.53589,300,0,0,8982,0,0,0,0,0),(120297,29436,571,1,1,26177,0,5305.33,-1172.53,264.691,5.10273,300,6,0,10282,0,1,0,0,0),(120313,29436,571,1,1,26177,0,5263.03,-1407.51,239.615,0.311269,300,6,0,10282,0,1,0,0,0),(120315,29436,571,1,1,26177,0,5293.84,-1286.67,241.301,-2.08643,300,6,0,10282,0,1,0,0,0),(120316,29436,571,1,1,26177,0,5197.12,-1424.03,235.583,4.53754,300,6,0,10282,0,1,0,0,0),(120317,29436,571,1,1,26177,0,5275.07,-1329.54,241.267,-2.67681,300,6,0,10282,0,1,0,0,0),(120323,23805,571,1,1,15880,0,1635.41,-6200.14,42.1309,2.16421,300,5,0,4120,0,1,0,0,0),(120324,32253,571,1,1,27854,1,5890.43,457.514,641.653,1.69297,300,0,0,10635,0,0,0,0,0),(120325,24317,571,1,1,21749,1,2113.37,-2956.44,148.668,2.46091,300,0,0,48050,0,0,0,0,0),(120326,24317,571,1,1,21750,1,2147.62,-2981.47,148.477,0.20944,300,0,0,48050,0,0,0,0,0),(120327,24317,571,1,1,21749,1,2106.1,-2997.08,149.496,4.24115,300,0,0,48050,0,0,0,0,0),(120328,24317,571,1,1,21751,1,2097.57,-2986.29,145.923,3.19395,300,0,0,48050,0,0,0,0,0),(120329,24317,571,1,1,21751,1,2133,-2952.74,149.496,1.32645,300,0,0,48050,0,0,0,0,0),(120330,24317,571,1,1,21749,1,2120.87,-3000.28,148.804,4.72984,300,0,0,48050,0,0,0,0,0),(120331,24317,571,1,1,21751,1,2147.63,-2969.23,148.27,0.20944,300,0,0,48050,0,0,0,0,0),(120332,24317,571,1,1,21751,1,2097.47,-2973.43,146.859,3.26377,300,0,0,48050,0,0,0,0,0),(120333,27133,571,1,1,24330,0,3315.25,-2295.14,110.191,2.25148,300,0,0,7984,0,0,0,0,0),(120334,23549,571,1,1,21611,0,640.398,-5034.17,2.9711,2.21657,300,0,0,9291,3231,0,0,0,0),(120335,26365,571,1,1,23783,0,3852.07,1479.25,137.315,3.36848,300,0,0,42,0,0,0,0,0),(120336,26365,571,1,1,23783,0,3850,1483.9,137.315,3.92699,300,0,0,42,0,0,0,0,0),(120337,26365,571,1,1,23783,0,3845.18,1487.48,137.315,4.43314,300,0,0,42,0,0,0,0,0),(120338,26365,571,1,1,23783,0,3851.66,1473.93,137.315,2.9147,300,0,0,42,0,0,0,0,0),(120339,26365,571,1,1,23783,0,3844.34,1466.95,137.315,1.8326,300,0,0,42,0,0,0,0,0),(120340,24061,571,1,1,22041,0,2467.34,-5028.79,283.778,5.51524,300,0,0,31905,3561,0,0,0,0),(120341,24829,571,1,1,17188,0,158.876,-5823.25,7.09411,6.00393,300,0,0,8982,0,0,0,0,0),(120342,21757,571,1,1,0,0,4219.79,4796.74,-11.5771,1.74533,300,0,0,6326,0,0,0,0,0),(120343,21757,571,1,1,0,0,4230.64,4792.88,-11.5077,3.89208,300,0,0,6326,0,0,0,0,0),(120344,21757,571,1,1,0,0,4232.48,4807.63,-11.6188,0,300,0,0,6326,0,0,0,0,0),(120345,21757,571,1,1,0,0,4239.49,5155.73,17.6706,0.925025,300,0,0,6326,0,0,0,0,0),(120346,21757,571,1,1,0,0,4195.6,5218.76,26.4548,2.30383,300,0,0,6326,0,0,0,0,0),(120352,28157,571,1,1,25158,1,1324.21,-3171.67,162.882,3.12414,300,0,0,10635,0,0,0,0,0),(120353,23805,571,1,1,15880,0,1527.36,-6252.88,33.3688,2.6529,300,5,0,4120,0,1,0,0,0),(120354,24317,571,1,1,21748,1,2140.28,-2998.99,149.832,4.92183,300,0,0,48050,0,0,0,0,0),(120355,32509,571,1,1,27998,0,5771.88,632.803,661.075,2.32129,300,0,0,10635,0,0,0,0,0),(120357,26365,571,1,1,23783,0,3838.74,1467.39,137.315,1.20428,300,0,0,42,0,0,0,0,0),(120358,26365,571,1,1,23783,0,3848.75,1469.71,137.315,2.28638,300,0,0,42,0,0,0,0,0),(120359,28157,571,1,1,25162,1,1321.86,-3171.95,162.883,0.331613,300,0,0,10635,0,0,0,0,0),(120360,23805,571,1,1,15880,0,1597.6,-6307.6,33.9175,1.67552,300,5,0,4120,0,1,0,0,0),(120367,6653,571,1,1,5379,0,4984.18,-2679.08,288.071,1.30311,300,5,0,8,0,1,0,0,0),(120368,29693,571,1,1,2705,0,4455.17,-3382.46,234.942,3.43147,300,5,0,9610,3309,1,0,0,0),(120369,29693,571,1,1,2705,0,4427.01,-3501.38,237.657,5.51712,300,5,0,9610,3309,1,0,0,0),(120370,6653,571,1,1,5379,0,5024.24,-2833.14,287.885,1.68462,300,5,0,8,0,1,0,0,0),(120371,29693,571,1,1,2705,0,4527.99,-3628.8,228.917,1.96313,300,0,0,9610,3309,0,0,0,0),(120372,29693,571,1,1,2705,0,4552.3,-3375.2,229.758,4.41268,300,5,0,9610,3309,1,0,0,0),(120373,6653,571,1,1,5379,0,5171.79,-2741.59,287.964,6.28303,300,5,0,8,0,1,0,0,0),(120374,29693,571,1,1,2705,0,4527.8,-3691.97,228.228,0.293328,300,5,0,9610,3309,1,0,0,0),(120375,29693,571,1,1,2705,0,4575.22,-3602.11,234.939,2.28147,300,0,0,9610,3309,0,0,0,0),(120376,29693,571,1,1,2705,0,4594.37,-3542.41,230.29,3.10056,300,5,0,9610,3309,1,0,0,0),(120377,29693,571,1,1,2705,0,4505.12,-3368.87,234.307,4.74541,300,5,0,9610,3309,1,0,0,0),(120378,29693,571,1,1,2705,0,4424.81,-3424.71,235.997,2.82409,300,5,0,9610,3309,1,0,0,0),(120379,29693,571,1,1,2705,0,4569.54,-3505.51,227.775,5.23287,300,5,0,9610,3309,1,0,0,0),(120380,29693,571,1,1,2705,0,4493.13,-3452.47,227.057,4.4418,300,5,0,9610,3309,1,0,0,0),(120381,29693,571,1,1,2705,0,4508.26,-3575.76,230.841,5.44532,300,5,0,9610,3309,1,0,0,0),(120382,29693,571,1,1,2705,0,4515.82,-3505.98,227.01,1.49053,300,5,0,9610,3309,1,0,0,0),(120383,29693,571,1,1,2705,0,4483.63,-3482.64,227.057,1.70921,300,0,0,9610,3309,0,0,0,0),(120384,6653,571,1,1,5379,0,5197.87,-2749.6,287.69,4.34684,300,5,0,8,0,1,0,0,0),(120385,29693,571,1,1,2705,0,4456.41,-3381.39,235.167,3.11482,300,5,0,9610,3309,1,0,0,0),(120386,28413,571,1,1,24925,0,5485.75,-3265.92,293.018,2.46091,300,0,0,1064,0,0,0,0,0),(120387,6653,571,1,1,5379,0,4959.72,-2703.37,288.304,5.57934,300,5,0,8,0,1,0,0,0),(120388,31229,571,1,1,8811,0,5612.63,538.988,153.492,3.80444,300,5,0,37800,3994,1,0,0,0),(120389,6653,571,1,1,5379,0,5168.34,-2569.84,288.286,4.35303,300,5,0,8,0,1,0,0,0),(120390,28413,571,1,1,24925,0,5394.53,-3333.46,297.568,5.16617,300,0,0,1064,0,0,0,0,0),(120391,28413,571,1,1,24925,0,5469.41,-3304.91,294.495,2.49582,300,0,0,1064,0,0,0,0,0),(120392,28413,571,1,1,24925,0,5435.31,-3331.83,297.568,2.79253,300,0,0,1064,0,0,0,0,0),(120393,28413,571,1,1,24925,0,5451.43,-3210.98,293.56,3.57792,300,0,0,1064,0,0,0,0,0),(120394,6653,571,1,1,5379,0,5059.51,-2691.79,288.03,3.7959,300,5,0,8,0,1,0,0,0),(120395,28413,571,1,1,24925,0,5363.64,-3383.23,299.61,2.21657,300,0,0,1064,0,0,0,0,0),(120396,28413,571,1,1,24925,0,5276.74,-3379.09,297.568,1.37881,300,0,0,1064,0,0,0,0,0),(120397,28413,571,1,1,24925,0,5387.13,-3348.56,299.627,3.29867,300,0,0,1064,0,0,0,0,0),(120398,29437,571,1,1,25640,1,5016.14,-2253.69,246.185,4.2586,300,0,0,10282,0,0,0,0,0),(120399,29437,571,1,1,25640,1,5029.5,-2261.83,244.317,1.03898,300,0,0,10282,0,0,0,0,0),(120400,29437,571,1,1,25640,1,5021.36,-2255.36,245.502,-0.039748,300,0,0,10282,0,0,0,0,0),(120401,6653,571,1,1,5379,0,5258.53,-2669.18,288.626,3.48813,300,5,0,8,0,1,0,0,0),(120402,28413,571,1,1,24925,0,5312.28,-3284.68,283.533,5.41052,300,0,0,1064,0,0,0,0,0),(120403,28413,571,1,1,24925,0,5335.35,-3256.2,278.638,1.48353,300,0,0,1064,0,0,0,0,0),(120404,28413,571,1,1,24925,0,5380.76,-3370.67,299.634,4.11898,300,0,0,1064,0,0,0,0,0),(120405,28413,571,1,1,24925,0,5360.7,-3344.55,297.568,3.68265,300,0,0,1064,0,0,0,0,0),(120406,28413,571,1,1,24925,0,5393.37,-3277.8,297.568,2.05949,300,0,0,1064,0,0,0,0,0),(120407,28413,571,1,1,24925,0,5259.27,-3351.9,281.281,4.57276,300,0,0,1064,0,0,0,0,0),(120408,28413,571,1,1,24925,0,5366.2,-3299.58,294.279,3.40339,300,0,0,1064,0,0,0,0,0),(120410,31229,571,1,1,8811,0,5790,419.946,177.731,6.02447,300,0,0,37800,3994,2,0,0,0),(120411,31741,571,1,1,6302,0,5859.63,569.324,654.003,4.76475,300,0,0,42,0,0,0,0,0),(120412,29437,571,1,1,25640,1,5028.56,-2260.68,244.543,2.08439,300,5,0,10282,0,1,0,0,0),(120413,29437,571,1,1,25640,1,5033.95,-2238.71,245.445,4.22513,300,5,0,10282,0,1,0,0,0),(120414,29437,571,1,1,25640,1,5027.9,-2254.82,244.512,2.12009,300,5,0,10282,0,1,0,0,0),(120415,29437,571,1,1,25640,1,4848.02,-2280.05,247.411,2.24127,300,5,0,10282,0,1,0,0,0),(120416,29950,571,1,1,26090,0,8475.49,-337.946,906.009,2.87979,300,0,0,12600,0,0,0,0,0),(120417,27134,571,1,1,24331,0,3309.34,-2338.63,110.929,2.33874,300,0,0,9291,0,0,0,0,0),(120418,23552,571,1,1,21614,0,612.736,-5041.03,0.839114,3.94766,300,0,0,3524,0,2,0,0,0),(120419,24062,571,1,1,0,1,2546.83,-5007.73,289.696,5.68977,300,0,0,8982,0,0,0,0,0),(120420,24062,571,1,1,0,1,2588.69,-5030.31,294.045,5.0091,300,0,0,8982,0,0,0,0,0),(120421,24062,571,1,1,0,1,2559.47,-4998.15,290.99,4.06662,300,0,0,8982,0,0,0,0,0),(120422,24062,571,1,1,0,1,2549.31,-5008.44,290.424,3.12414,300,0,0,8982,0,0,0,0,0),(120423,24062,571,1,1,0,1,2611.5,-5017.46,294.014,1.06465,300,0,0,8982,0,0,0,0,0),(120424,28158,571,1,1,24996,0,5269.84,-3000.8,288.239,1.93296,300,5,0,10635,0,1,0,0,0),(120425,24062,571,1,1,0,1,2547.2,-5009.83,290.137,0.226893,300,0,0,8982,0,0,0,0,0),(120426,24062,571,1,1,0,1,2550.02,-4994.61,288.575,6.00435,300,0,0,8982,0,2,0,0,0),(120427,24062,571,1,1,0,1,2604.47,-5019.14,293.826,1.36136,300,0,0,8982,0,0,0,0,0),(120428,28158,571,1,1,24996,0,5149,-3181.08,273.62,3.67704,300,5,0,10635,0,1,0,0,0),(120433,28158,571,1,1,24996,0,5331.87,-3075.48,288.286,1.5645,300,5,0,10635,0,1,0,0,0),(120434,25342,571,1,1,23247,1,4050.99,5773.75,72.4084,2.72271,300,0,0,6761,0,0,0,0,0),(120435,28158,571,1,1,24996,0,5150.93,-3109,273.932,1.95243,300,0,0,10635,0,0,0,0,0),(120436,28158,571,1,1,24996,0,5049.05,-3304.06,278.673,3.862,300,5,0,10635,0,1,0,0,0),(120437,26366,571,1,1,24506,0,3620.09,-3318.8,225.462,6.00664,300,5,0,9610,0,1,0,0,0),(120438,26366,571,1,1,24506,0,3733.64,-3261.48,287.548,2.77814,300,5,0,9610,0,1,0,0,0),(120439,26366,571,1,1,24506,0,3786.71,-3248.08,284.493,0.741887,300,5,0,9610,0,1,0,0,0),(120440,26366,571,1,1,24506,0,3722.62,-3222.51,280.625,5.28218,300,5,0,9610,0,1,0,0,0),(120441,26366,571,1,1,24506,0,3811.2,-3206.19,283.649,3.93032,300,5,0,9610,0,1,0,0,0),(120442,26366,571,1,1,24506,0,3645.9,-3265.6,242.412,3.80482,300,0,0,9610,0,0,0,0,0),(120443,27646,571,1,1,252,0,3997.24,-4512.44,197.506,4.60767,300,0,0,988,0,0,0,0,0),(120444,28158,571,1,1,24996,0,5178.34,-3217.39,273.87,3.38658,300,5,0,10635,0,1,0,0,0),(120445,28158,571,1,1,24996,0,5197.59,-3351.7,288.669,1.78925,300,5,0,10635,0,1,0,0,0),(120446,29438,571,1,1,25385,0,5015.66,-2253.11,246.005,-2.35521,300,0,0,10282,3466,0,0,0,0),(120447,28158,571,1,1,24996,0,5049.46,-3256.75,278.6,1.79019,300,5,0,10635,0,1,0,0,0),(120448,28158,571,1,1,24996,0,5111.98,-3074.03,278.582,3.8069,300,5,0,10635,0,1,0,0,0),(120449,28158,571,1,1,24996,0,5368.08,-3104.73,288.172,4.07789,300,5,0,10635,0,1,0,0,0),(120450,28158,571,1,1,24996,0,5279.5,-3108.93,278.569,1.14471,300,0,0,10635,0,0,0,0,0),(120451,28158,571,1,1,24996,0,5116.39,-3342.74,278.672,0.740113,300,5,0,10635,0,1,0,0,0),(120452,28158,571,1,1,24996,0,5118.62,-3278.19,278.306,2.28869,300,5,0,10635,0,1,0,0,0),(120453,25342,571,1,1,23246,1,3860.15,5774.23,68.8212,5.41052,300,0,0,6761,0,0,0,0,0),(120454,28158,571,1,1,24996,0,5117.05,-3069.83,278.583,3.9942,300,0,0,10635,0,0,0,0,0),(120455,28158,571,1,1,24996,0,5146.52,-3395.31,289.269,0.656835,300,5,0,10635,0,1,0,0,0),(120456,26366,571,1,1,24506,0,3706.6,-3152.12,280.524,5.6838,300,5,0,9610,0,1,0,0,0),(120457,25342,571,1,1,23247,1,4063.08,5794.26,72.8651,2.23402,300,0,0,6761,0,0,0,0,0),(120458,25342,571,1,1,23248,1,4021.81,5830.77,74.9182,2.16421,300,0,0,6761,0,0,0,0,0),(120459,26366,571,1,1,24506,0,3749.68,-3163.08,285.369,2.24401,300,5,0,9610,0,1,0,0,0),(120460,28158,571,1,1,24996,0,5100.64,-3287.78,278.577,1.28544,300,5,0,10635,0,1,0,0,0),(120461,26366,571,1,1,24506,0,3777.77,-3111.85,279.201,4.75833,300,5,0,9610,0,1,0,0,0),(120462,28158,571,1,1,24996,0,5177.29,-2998.02,279.699,2.21548,300,5,0,10635,0,1,0,0,0),(120463,28158,571,1,1,24996,0,5232.71,-3198.94,274.589,3.29913,300,5,0,10635,0,1,0,0,0),(120464,28158,571,1,1,24996,0,5333.67,-3155.1,279.6,2.06511,300,5,0,10635,0,1,0,0,0),(120465,28158,571,1,1,24996,0,5358.1,-3212.6,288.065,4.88702,300,5,0,10635,0,1,0,0,0),(120466,26366,571,1,1,24506,0,3945.28,-2584.41,210.111,0.377976,300,5,0,9610,0,1,0,0,0),(120467,26366,571,1,1,24506,0,3948.25,-2552.55,212.01,5.97804,300,5,0,9610,0,1,0,0,0),(120468,26366,571,1,1,24506,0,3895.27,-2519.66,196.024,3.28625,300,5,0,9610,0,1,0,0,0),(120469,26366,571,1,1,24506,0,3913.63,-2538.35,200.08,1.44837,300,5,0,9610,0,1,0,0,0),(120470,28158,571,1,1,24996,0,5286.32,-3263.42,281.18,2.95976,300,5,0,10635,0,1,0,0,0),(120471,26366,571,1,1,24506,0,3880.05,-2585.94,204.633,1.91559,300,5,0,9610,0,1,0,0,0),(120472,26366,571,1,1,24506,0,3851.23,-2511.47,192.73,2.73071,300,5,0,9610,0,1,0,0,0),(120473,26366,571,1,1,24506,0,3941.72,-2522.3,209.743,2.5241,300,5,0,9610,0,1,0,0,0),(120474,28158,571,1,1,24996,0,5217.56,-3070.81,278.603,2.22053,300,0,0,10635,0,0,0,0,0),(120475,28158,571,1,1,24996,0,5216.43,-3160.78,273.84,5.37072,300,0,0,10635,0,0,0,0,0),(120476,26366,571,1,1,24506,0,3845.3,-2824.44,204.573,4.13612,300,5,0,9610,0,1,0,0,0),(120477,26366,571,1,1,24506,0,3884.6,-2760.9,180.898,1.80572,300,5,0,9610,0,1,0,0,0),(120478,26366,571,1,1,24506,0,3830.62,-2844.95,218.045,3.02062,300,5,0,9610,0,1,0,0,0),(120479,26366,571,1,1,24506,0,3807.17,-2886.23,222.795,2.40212,300,0,0,9610,0,0,0,0,0),(120480,26366,571,1,1,24506,0,3869.17,-2787.08,184.675,6.06696,300,5,0,9610,0,1,0,0,0),(120481,26366,571,1,1,24506,0,3783.89,-2938.12,229.506,0.601698,300,5,0,9610,0,1,0,0,0),(120482,26366,571,1,1,24506,0,3807.69,-2901.18,226.382,1.78878,300,0,0,9610,0,0,0,0,0),(120483,26366,571,1,1,24506,0,3793.91,-2863.37,224.945,-1.54915,300,0,0,9610,0,0,0,0,0),(120484,26366,571,1,1,24506,0,3760.81,-2910.55,229.651,0.015621,300,0,0,9610,0,0,0,0,0),(120485,26366,571,1,1,24506,0,3752.92,-2942.06,228.631,2.98643,300,0,0,9610,0,0,0,0,0),(120486,26366,571,1,1,24506,0,3785.59,-2883.1,225.81,2.65725,300,0,0,9610,0,0,0,0,0),(120487,26366,571,1,1,24506,0,3820.96,-3156.85,281.557,5.32136,300,5,0,9610,0,1,0,0,0),(120488,26366,571,1,1,24506,0,3789.98,-2907.81,226.133,0.270857,300,0,0,9610,0,0,0,0,0),(120489,28158,571,1,1,24996,0,5212.82,-3017.28,278.68,0.530164,300,0,0,10635,0,0,0,0,0),(120490,26366,571,1,1,24506,0,3932.01,-2601.91,206.778,2.80232,300,5,0,9610,0,1,0,0,0),(120491,26366,571,1,1,24506,0,3913.59,-2593.68,206.725,5.37277,300,5,0,9610,0,1,0,0,0),(120492,28158,571,1,1,24996,0,5255.64,-3295.32,281.167,1.77053,300,5,0,10635,0,1,0,0,0),(120493,26366,571,1,1,24506,0,3786.91,-2883.92,224.757,3.58589,300,5,0,9610,0,1,0,0,0),(120494,26366,571,1,1,24506,0,3747.4,-2945.51,229.381,3.26161,300,5,0,9610,0,1,0,0,0),(120495,26366,571,1,1,24506,0,3753.31,-2915.54,229.92,3.95218,300,5,0,9610,0,1,0,0,0),(120996,32262,571,1,1,10631,1,8138.12,2063.47,550.596,5.44938,80,0,0,9740,8636,0,0,0,0),(120497,29438,571,1,1,25385,0,5053.21,-2215.51,243.907,3.70064,300,0,0,10282,3466,0,0,0,0),(120498,26366,571,1,1,24506,0,3784.59,-2911.7,226.75,0.511077,300,5,0,9610,0,1,0,0,0),(120499,26366,571,1,1,24506,0,3792.18,-2854.17,229.219,1.59407,300,5,0,9610,0,1,0,0,0),(120500,25342,571,1,1,23246,1,3945.05,5736.56,64.0998,1.8326,300,0,0,6761,0,0,0,0,0),(120501,25342,571,1,1,23246,1,4019.99,5780.24,72.617,1.46608,300,0,0,6761,0,0,0,0,0),(120502,25342,571,1,1,23249,1,4033.98,5763.34,68.6435,1.44862,300,0,0,6761,0,0,0,0,0),(120503,25342,571,1,1,23247,1,4041.34,5798.78,75.6894,2.09439,300,0,0,6761,0,0,0,0,0),(120504,25342,571,1,1,23248,1,3989.23,5724.81,63.1884,3.83972,300,0,0,6761,0,0,0,0,0),(120505,25342,571,1,1,23246,1,4007.13,5698.72,58.351,1.5708,300,0,0,6761,0,0,0,0,0),(120506,25342,571,1,1,23246,1,4017.74,5744.65,63.7505,1.02974,300,0,0,6761,0,0,0,0,0),(120507,25342,571,1,1,23248,1,3981.03,5761.9,71.109,2.14675,300,0,0,6761,0,0,0,0,0),(120508,25342,571,1,1,23248,1,3970.41,5705.12,59.2353,1.27409,300,0,0,6761,0,0,0,0,0),(120509,25342,571,1,1,23249,1,4073.42,5714.11,57.9493,1.53589,300,0,0,6761,0,0,0,0,0),(120510,25342,571,1,1,23248,1,3965.83,5666.56,53.2958,1.78024,300,0,0,6761,0,0,0,0,0),(120511,25342,571,1,1,23247,1,4062.63,5750.15,64.7992,2.09439,300,0,0,6761,0,0,0,0,0),(120512,25342,571,1,1,23246,1,3991.5,5672.36,53.9838,1.16937,300,0,0,6761,0,0,0,0,0),(120513,25342,571,1,1,23248,1,3941.21,5686.17,60.7418,1.81514,300,0,0,6761,0,0,0,0,0),(120514,25342,571,1,1,23249,1,3875.59,5723.35,66.7902,1.13446,300,0,0,6761,0,0,0,0,0),(120515,31742,571,1,1,1072,0,5838.48,558.247,654.003,0,300,0,0,42,0,0,0,0,0),(248288,11455,429,1,1,0,0,-66.3458,-425.147,-4.22617,0,86400,0,0,5490,7519,2,0,0,0),(120518,26366,571,1,1,24506,0,3943.8,-2524.65,210.243,4.28472,300,5,0,9610,0,1,0,0,0),(120519,26366,571,1,1,24506,0,3896.67,-2519.06,196.149,1.40134,300,5,0,9610,0,1,0,0,0),(120520,26366,571,1,1,24506,0,3947.05,-2554.79,211.635,4.50891,300,5,0,9610,0,1,0,0,0),(120521,26366,571,1,1,24506,0,3912.87,-2540.28,199.705,4.53455,300,5,0,9610,0,1,0,0,0),(120522,26366,571,1,1,24506,0,3855.82,-2515.85,191.563,3.34453,300,5,0,9610,0,1,0,0,0),(120523,26366,571,1,1,24506,0,3880.66,-2587.38,205.634,4.64618,300,5,0,9610,0,1,0,0,0),(120526,29438,571,1,1,25385,0,5028.79,-2256.22,244.374,5.93473,300,5,0,10282,3466,1,0,0,0),(120533,29438,571,1,1,25385,0,5038.6,-2235.27,245.815,4.12006,300,5,0,10282,3466,1,0,0,0),(120534,29438,571,1,1,25385,0,5032.73,-2239.61,245.669,3.62747,300,5,0,10282,3466,1,0,0,0),(76049,21684,532,1,1,0,0,-11093.8,-1890.47,220.751,0.698132,604800,0,0,1,0,0,0,0,0),(76048,21682,532,1,1,0,0,-11090.6,-1894.99,220.751,0.628318,604800,0,0,1,0,0,0,0,0),(120546,26879,571,1,1,22041,0,2272.98,5171.82,11.246,1.74533,300,0,0,10635,3561,0,0,0,0),(120547,27391,571,1,1,24604,1,3418.72,-2812.36,200.583,4.46804,300,0,0,9940,0,0,0,0,0),(120548,27135,571,1,1,17612,0,3346.49,2500.47,-15.4496,3.28122,300,0,0,42,0,0,0,0,0),(120549,23551,571,1,1,21617,0,655.024,-5058.59,1.76322,5.13127,300,0,0,3728,0,0,0,0,0),(120550,23551,571,1,1,21613,0,662.179,-5050.62,3.53065,5.34071,300,0,0,3728,0,0,0,0,0),(120551,23551,571,1,1,21617,0,658.696,-5055.32,2.40618,5.63741,300,0,0,3728,0,0,0,0,0),(120552,24831,571,1,1,17188,0,157.182,-5712.11,189.4,3.33358,300,0,0,8982,0,0,0,0,0),(120553,20735,571,1,1,19744,1,5697.56,576.957,653.806,4.24115,300,0,0,1,88140,0,0,0,0),(120554,31231,571,1,1,27519,0,5395.22,128.635,153.832,3.15061,300,5,0,11770,3809,1,0,0,0),(207611,20272,530,1,1,0,1,-1766.13,5257.02,-38.764,5.51524,120,0,0,1,0,0,0,0,0),(120556,31231,571,1,1,27518,0,5607.9,280.426,163.657,4.03171,300,0,0,11770,3809,0,0,0,0),(120557,24063,571,1,1,22044,0,713.543,-4938.75,6.11675,-2.70399,300,0,0,3728,0,0,0,0,0),(120558,24063,571,1,1,22044,0,759.329,-4927.86,3.91054,3.25516,300,0,0,3728,0,0,0,0,0),(120559,24063,571,1,1,22044,0,711.91,-4963.56,4.99635,3.34014,300,5,0,3728,0,1,0,0,0),(120560,24063,571,1,1,22044,0,761.72,-4863.74,4.49782,3.24979,300,0,0,3728,0,0,0,0,0),(120561,24063,571,1,1,22044,0,766.92,-4893.33,2.99759,2.0975,300,0,0,3728,0,0,0,0,0),(120562,29439,571,1,1,25376,1,5032.87,-2255.37,243.499,1.14012,300,5,0,10282,3466,1,0,0,0),(120563,29439,571,1,1,25376,1,5027.24,-2247.53,244.874,4.11898,300,0,0,10282,3466,0,0,0,0),(120564,25343,571,1,1,23124,1,4066.03,5851.19,73.369,3.735,300,0,0,5914,0,0,0,0,0),(120565,31231,571,1,1,27518,0,5761.55,192.468,182.957,1.97222,300,0,0,11770,3809,0,0,0,0),(120566,31231,571,1,1,27519,0,5780.04,197.552,181.668,4.9373,300,5,0,11770,3809,1,0,0,0),(120567,31231,571,1,1,27518,0,5754.94,202.283,182.957,5.07891,300,0,0,11770,3809,0,0,0,0),(120568,31231,571,1,1,27518,0,5755.12,193.533,182.957,1.93731,300,0,0,11770,3809,0,0,0,0),(120569,31231,571,1,1,27519,0,5758.21,195.081,182.957,1.91986,300,0,0,11770,3809,0,0,0,0),(120570,31231,571,1,1,27519,0,5758.32,191.146,182.957,2.1293,300,0,0,11770,3809,0,0,0,0),(120571,31231,571,1,1,27519,0,5761.74,196.484,182.957,2.14675,300,0,0,11770,3809,0,0,0,0),(120572,31231,571,1,1,27519,0,5508.92,432.936,161.747,2.42601,300,0,0,11770,3809,0,0,0,0),(120573,31231,571,1,1,27519,0,5786.1,168.134,181.687,0.383972,300,0,0,11770,3809,0,0,0,0),(120574,25343,571,1,1,23125,1,3912.35,5655.95,54.3362,1.51844,300,0,0,5914,0,0,0,0,0),(120575,28671,571,1,1,14852,0,5717.1,-4395.56,386.947,1.6057,300,0,0,113790,37250,0,0,0,0),(120576,31231,571,1,1,27519,0,5668.06,228.85,167.306,1.38928,300,5,0,11770,3809,1,0,0,0),(120577,31231,571,1,1,27519,0,5800.04,142.03,181.801,0.947208,300,5,0,11770,3809,1,0,0,0),(120578,29439,571,1,1,25376,1,4843.55,-2280.7,247.772,5.18226,300,0,0,10282,3466,0,0,0,0),(120579,29439,571,1,1,25376,1,5028.88,-2253.6,244.374,3.74008,300,0,0,10282,3466,0,0,0,0),(120580,31231,571,1,1,27518,0,5742.19,195.88,181.659,3.63029,300,0,0,11770,3809,0,0,0,0),(120581,25343,571,1,1,23126,1,3935.73,5785.45,71.517,4.90438,300,0,0,5914,0,0,0,0,0),(120582,25343,571,1,1,23125,1,4080.12,5809,72.3967,1.85005,300,0,0,5914,0,0,0,0,0),(120583,25343,571,1,1,23126,1,4000.76,5643.49,50.2366,1.65806,300,0,0,5914,0,0,0,0,0),(120584,25343,571,1,1,23124,1,4023.08,5713.59,60.1043,2.14675,300,0,0,5914,0,0,0,0,0),(120585,25343,571,1,1,23125,1,4041.56,5684.31,48.8785,1.39626,300,0,0,5914,0,0,0,0,0),(120586,25343,571,1,1,23124,1,4074.61,5772.93,67.8487,2.21657,300,0,0,5914,0,0,0,0,0),(120587,25343,571,1,1,23124,1,3900.7,5690.01,61.3768,0.767945,300,0,0,5914,0,0,0,0,0),(120588,25343,571,1,1,23125,1,3945.5,5659.9,52.6962,1.79769,300,0,0,5914,0,0,0,0,0),(120589,31231,571,1,1,27518,0,5430.98,388.716,168.03,3.87463,300,0,0,11770,3809,0,0,0,0),(120590,31231,571,1,1,27519,0,5442.4,381.688,168.084,5.21853,300,0,0,11770,3809,0,0,0,0),(120592,31231,571,1,1,27519,0,5486.11,440.806,164.035,4.33081,300,5,0,11770,3809,1,0,0,0),(120593,31231,571,1,1,27519,0,5439.66,422.065,167.608,0.976561,300,5,0,11770,3809,1,0,0,0),(120594,31231,571,1,1,27518,0,5634.74,278.278,164.398,3.86548,300,5,0,11770,3809,1,0,0,0),(120595,29439,571,1,1,25376,1,5024.66,-2260.75,245.27,1.8879,300,5,0,10282,3466,1,0,0,0),(120596,29439,571,1,1,25376,1,5016.41,-2235.04,245.999,5.48087,300,0,0,10282,3466,0,0,0,0),(120600,30217,0,1,1,26853,1,-8050.08,1418.41,1.54022,1.5708,180,0,0,1848,0,0,0,0,0),(120602,30730,0,1,1,27295,0,-8863.97,861.542,99.6931,5.51524,180,0,0,902,2680,0,0,0,0),(120607,29712,0,1,1,3167,1,-8384.86,1112.58,18.096,1.8675,180,0,0,7048,0,0,0,0,0),(120608,29712,0,1,1,5446,1,-8406.75,1113.13,18.1454,1.3439,180,0,0,7048,0,0,0,0,0),(120609,29712,0,1,1,3167,1,-8302.76,1285.35,5.31355,0,180,0,0,7048,0,0,0,0,0),(120610,29712,0,1,1,5446,1,-8277.97,1285.66,5.31355,3.15905,180,0,0,7048,0,0,0,0,0),(120611,29712,0,1,1,3167,1,-8079.92,1369.31,7.91093,0.698132,180,0,0,7048,0,0,0,0,0),(120612,29712,0,1,1,3167,1,-8369.52,1341.79,5.31355,3.14159,180,0,0,7048,0,0,0,0,0),(120613,29712,0,1,1,3167,1,-8448.24,1039.04,53.32,3.72926,180,0,0,7048,0,2,0,0,0),(120614,29712,0,1,1,3167,1,-8369.44,1292.13,5.31355,3.12414,180,0,0,7048,0,0,0,0,0),(120615,29712,0,1,1,5446,1,-8301.7,1170.13,17.69,0.101267,180,0,0,7048,0,2,0,0,0),(120616,29712,0,1,1,3167,1,-8490.95,951.47,96.31,5.14229,180,0,0,7048,0,2,0,0,0),(120617,29712,0,1,1,3167,1,-8291.17,1243.53,5.23,3.06399,180,0,0,7048,0,2,0,0,0),(120618,29712,0,1,1,3167,1,-8583.41,1071.97,36.96,5.36266,180,0,0,7048,0,2,0,0,0),(120619,29712,0,1,1,3167,1,-8419.69,1043.19,68.38,2.78718,180,0,0,7048,0,2,0,0,0),(120620,29712,0,1,1,3167,1,-8395.03,1249.53,5.31355,4.93928,180,0,0,7048,0,0,0,0,0),(120621,29712,0,1,1,5446,1,-8369.48,1249.18,5.31355,4.64258,180,0,0,7048,0,0,0,0,0),(120622,29712,0,1,1,3167,1,-8298.2,1215.46,5.27,6.28175,180,0,0,7048,0,2,0,0,0),(120623,29712,0,1,1,3167,1,-8567.89,980.578,96.5265,2.21657,180,0,0,7048,0,0,0,0,0),(120624,29712,0,1,1,3167,1,-8581.44,997.638,96.3734,5.18363,180,0,0,7048,0,0,0,0,0),(120625,29712,0,1,1,5446,1,-8415,1195.75,5.70255,1.78024,180,0,0,7048,0,0,0,0,0),(120626,29712,0,1,1,3167,1,-8424.89,1195.62,5.58604,1.25664,180,0,0,7048,0,0,0,0,0),(120627,29712,0,1,1,5446,1,-8277.67,1392.74,5.31355,3.00197,180,0,0,7048,0,0,0,0,0),(120628,29712,0,1,1,3167,1,-8303.57,1393.09,5.31356,0.034907,180,0,0,7048,0,0,0,0,0),(120629,29712,0,1,1,3167,1,-8295.93,1195.88,5.70912,1.67552,180,0,0,7048,0,0,0,0,0),(120630,29712,0,1,1,5446,1,-8305.59,1196.01,5.70609,1.37881,180,0,0,7048,0,0,0,0,0),(120631,29712,0,1,1,3167,1,-8356.15,1195.38,5.736,1.69297,180,0,0,7048,0,0,0,0,0),(120632,29712,0,1,1,5446,1,-8365.55,1195.15,5.75566,1.46608,180,0,0,7048,0,0,0,0,0),(120633,29712,0,1,1,5446,1,-8303.49,1249.75,5.31355,4.79965,180,0,0,7048,0,0,0,0,0),(120634,29712,0,1,1,3167,1,-8277.68,1250.19,5.31355,4.4855,180,0,0,7048,0,0,0,0,0),(120635,29712,0,1,1,5446,1,-8302.56,1345.36,5.31355,0,180,0,0,7048,0,0,0,0,0),(120636,29712,0,1,1,3167,1,-8277.61,1345.5,5.31355,3.14159,180,0,0,7048,0,0,0,0,0),(120637,29712,0,1,1,5446,1,-8642.95,956.384,99.6723,5.23599,180,0,0,7048,0,0,0,0,0),(120638,29712,0,1,1,5446,1,-8622.37,930.904,99.6324,2.80998,180,0,0,7048,0,0,0,0,0),(120648,15384,0,1,1,11686,0,-8764.96,834.588,59.5403,0.226893,180,0,0,4120,0,0,0,0,0),(133929,12785,0,1,1,12925,1,-8773.03,409.52,103.921,0.917695,180,0,0,5228,0,0,0,0,0),(203527,29236,571,1,1,0,1,6579.8,-4368.38,449.39,-1.50695,120,0,0,1,0,0,0,0,0),(120682,68,0,1,1,0,1,-8833.83,724.611,97.9876,2.17175,180,5,0,15952,0,1,0,0,0),(120685,68,0,1,1,0,1,-8394.6,1071.23,31.7136,2.42601,180,0,0,15952,0,0,0,0,0),(120686,68,0,1,1,0,1,-8485.19,979.7,72.8208,2.07694,180,0,0,15952,0,0,0,0,0),(120687,68,0,1,1,0,1,-8334.21,1110.44,57.3455,2.18166,180,0,0,15952,0,0,0,0,0),(120692,68,0,1,1,0,1,-8826.53,614.393,94.3294,1.05716,180,0,0,15952,0,0,0,0,0),(120693,68,0,1,1,0,1,-8499.06,1090.22,18.0276,1.50098,180,0,0,15952,0,0,0,0,0),(120700,1366,0,1,1,338,1,-8840.67,958.553,96.338,5.21882,180,5,0,42,0,1,0,0,0),(120702,1367,0,1,1,221,1,-8842.04,956.97,96.338,5.40947,180,0,0,42,0,0,0,0,0),(120704,29016,0,1,1,25848,-1,-8347.38,1144.26,19.1352,1.0821,180,0,0,10635,0,0,0,0,0),(120705,29016,0,1,1,25848,-1,-8450.8,1110.86,19.0561,1.76278,180,0,0,10635,0,2,0,0,0),(120706,29016,0,1,1,25846,-1,-8445.59,1109.8,19.1352,1.29154,180,0,0,10635,0,0,0,0,0),(120707,29016,0,1,1,25848,-1,-8428.92,1101.93,19.0692,1.95926,180,0,0,10635,0,2,0,0,0),(120708,29016,0,1,1,25847,-1,-8325.03,1144.47,19.073,2.3911,180,0,0,10635,0,0,0,0,0),(120709,29016,0,1,1,25847,-1,-8415.49,1113.47,19.1173,3.52556,180,0,0,10635,0,0,0,0,0),(120710,29016,0,1,1,25847,-1,-8423.85,1127.2,18.9442,2.76471,180,0,0,10635,0,2,0,0,0),(120711,29016,0,1,1,25847,-1,-8310.87,1157.79,18.7175,4.41568,180,0,0,10635,0,0,0,0,0),(120712,29016,0,1,1,25848,-1,-8432.16,1108.18,19.1352,4.62512,180,0,0,10635,0,0,0,0,0),(120713,29016,0,1,1,25845,-1,-8347.24,1155.72,19.1352,5.75959,180,0,0,10635,0,0,0,0,0),(120714,29016,0,1,1,25846,-1,-8341.82,1144.29,19.1521,2.4732,180,0,0,10635,0,2,0,0,0),(120715,29016,0,1,1,25846,-1,-8452.08,1118.23,19.0561,6.0912,180,0,0,10635,0,2,0,0,0),(120716,29016,0,1,1,25847,-1,-8311.49,1146.96,19.0764,2.67035,180,0,0,10635,0,0,0,0,0),(120720,29019,0,1,1,25850,0,-8365.59,1146.69,18.2771,1.22952,180,5,0,3524,0,2,0,0,0),(120721,29019,0,1,1,25851,0,-8364.2,1227.83,5.23024,5.27239,180,5,0,3524,0,2,0,0,0),(120722,29019,0,1,1,25850,0,-8276.92,1165.68,17.6876,6.0646,180,5,0,3524,0,2,0,0,0),(120723,29019,0,1,1,25850,0,-8244.51,1227.96,5.23025,6.07287,180,5,0,3524,0,2,0,0,0),(120724,29019,0,1,1,25850,0,-8302.83,1174.93,17.6876,4.68582,180,5,0,3524,0,2,0,0,0),(120725,29019,0,1,1,25851,0,-8415.27,1133.54,18.3947,3.47822,180,5,0,3524,0,2,0,0,0),(120726,6237,0,1,1,2992,1,-8792.39,831.441,97.7273,0.174533,180,0,0,3696,0,0,0,0,0),(120727,6237,0,1,1,2992,1,-8791.23,835.569,97.718,6.05629,180,0,0,3696,0,0,0,0,0),(120728,6237,0,1,1,2991,1,-8779.49,823.292,97.718,1.46608,180,0,0,3696,0,0,0,0,0),(120733,15214,0,1,1,0,0,-8304.43,1220.38,5.69576,1.69297,180,0,0,42,0,0,0,0,0),(120734,15214,0,1,1,0,0,-8381.13,1315.49,5.43625,0.558505,180,0,0,42,0,0,0,0,0),(120735,15214,0,1,1,0,0,-8323.81,1058.91,57.3455,1.72788,180,0,0,42,0,0,0,0,0),(120736,15214,0,1,1,0,0,-8310.6,1078.71,57.3455,5.06145,180,0,0,42,0,0,0,0,0),(120737,15214,0,1,1,0,0,-8451.51,992.064,96.8943,4.97419,180,0,0,42,0,0,0,0,0),(120738,15214,0,1,1,0,0,-8624.02,933.816,127.996,1.81514,180,0,0,42,0,0,0,0,0),(120739,15214,0,1,1,0,0,-8449.77,1056.67,19.5612,5.58505,180,0,0,42,0,0,0,0,0),(120740,15214,0,1,1,0,0,-8323.1,1184.45,6.36315,0,180,0,0,42,0,0,0,0,0),(120741,15214,0,1,1,0,0,-8584.38,1080.1,40.8409,0.401426,180,0,0,42,0,0,0,0,0),(120742,15214,0,1,1,0,0,-8562.71,974.264,97.1631,3.64774,180,0,0,42,0,0,0,0,0),(120743,15214,0,1,1,0,0,-8305.86,1349.39,6.20248,4.01426,180,0,0,42,0,0,0,0,0),(120744,15214,0,1,1,0,0,-8640.16,954.362,128.143,0.191986,180,0,0,42,0,0,0,0,0),(120745,15214,0,1,1,0,0,-8436.08,979.877,97.011,1.16937,180,0,0,42,0,0,0,0,0),(120746,15214,0,1,1,0,0,-8448.76,1081.41,19.1352,5.41052,180,0,0,42,0,0,0,0,0),(120747,15214,0,1,1,0,0,-8586.65,1002.6,97.0282,2.68781,180,0,0,42,0,0,0,0,0),(120748,15214,0,1,1,0,0,-8594.81,1063.5,41.6544,2.9147,180,0,0,42,0,0,0,0,0),(120756,4995,0,1,1,2991,1,-8782.76,826.563,97.3506,1.06465,180,0,0,3696,0,0,0,0,0),(120757,4995,0,1,1,2992,1,-8784.99,826.464,97.7333,0.820305,180,0,0,3696,0,0,0,0,0),(120758,4995,0,1,1,2990,1,-8787.48,830.024,97.7339,0.767945,180,0,0,3696,0,0,0,0,0),(120759,4995,0,1,1,2991,1,-8787.61,832.835,97.3899,0.261799,180,0,0,3696,0,0,0,0,0),(120762,4996,0,1,1,2987,0,-8767.58,819.59,97.718,5.0091,180,0,0,3696,0,0,0,0,0),(120766,1412,0,1,1,134,0,-8923.97,945.107,117.27,5.82104,180,5,0,8,0,1,0,0,0),(120767,1412,0,1,1,134,0,-8890.07,909.182,110.516,4.83021,180,5,0,8,0,1,0,0,0),(133931,12787,0,1,1,12919,1,-8766.03,411.116,104.004,3.7001,180,0,0,6474,0,0,0,0,0),(120779,29088,0,1,1,25898,1,-8322.88,1108.4,57.3455,1.27409,180,0,0,3524,0,0,0,0,0),(120780,29088,0,1,1,25898,1,-8480.43,1039.58,59.8227,0.855211,180,0,0,3524,0,0,0,0,0),(120781,29088,0,1,1,25899,1,-8306.18,1088.39,57.3455,0.349066,180,0,0,3524,0,0,0,0,0),(120782,29088,0,1,1,25898,1,-8314.44,1099.11,57.3455,0.541052,180,0,0,3524,0,0,0,0,0),(120783,29088,0,1,1,25899,1,-8536.88,1044.1,59.8286,1.90241,180,0,0,3524,0,0,0,0,0),(120784,29093,0,1,1,25901,0,-8807.04,638.359,94.312,3.56047,180,0,0,1220,0,0,0,0,0),(120786,26548,0,1,1,24135,1,-8302.65,1401.96,5.31355,5.35816,180,0,0,1848,0,0,0,0,0),(203526,29236,571,1,1,0,1,6527.59,-4482.41,458.212,0.244346,120,0,0,1,0,0,0,0,0),(120789,68,0,1,1,0,1,-9091.4,414.322,92.1695,5.32334,180,0,0,11828,0,2,0,0,0),(97112,29142,0,1,1,25624,0,-8744.62,657.759,105.175,3.1765,180,0,0,1220,0,0,0,0,0),(120795,29144,0,1,1,25341,0,-8463.9,1109.41,19.1352,1.48353,180,0,0,53892,15775,0,0,0,0),(120797,29152,0,1,1,5006,1,-8315.66,1196.09,5.62652,1.58408,180,5,0,3524,0,2,0,0,0),(120798,29152,0,1,1,5005,1,-8267.07,1210.68,5.39332,2.96778,180,5,0,3524,0,2,0,0,0),(120799,29152,0,1,1,5008,1,-8283.55,1199.51,5.70731,2.65112,180,5,0,3524,0,2,0,0,0),(120801,25058,0,1,1,5585,0,-8864.59,670.196,106.072,1.32645,180,0,0,4,0,0,0,0,0),(120802,29154,0,1,1,25943,0,-8345.12,1105.47,57.3455,5.44543,180,0,0,3524,0,0,0,0,0),(120807,4075,0,1,1,1418,0,-8503.81,976.428,59.4786,2.46404,180,5,0,8,0,1,0,0,0),(120808,4075,0,1,1,1141,0,-8382.68,1339.3,5.35292,0.059737,180,0,0,8,0,0,0,0,0),(120809,4075,0,1,1,1141,0,-8591.07,1039.87,95.8132,1.72485,180,5,0,8,0,1,0,0,0),(120810,4075,0,1,1,1141,0,-8450,1147.19,19.1521,5.19768,180,5,0,8,0,1,0,0,0),(120811,4075,0,1,1,1418,0,-8375.43,1101.96,19.9929,4.65156,180,5,0,8,0,1,0,0,0),(120812,4075,0,1,1,1418,0,-8803.54,491.175,96.9506,5.47536,180,5,0,8,0,1,0,0,0),(120813,4075,0,1,1,1141,0,-8839.89,983.06,98.3968,0.290615,180,5,0,8,0,1,0,0,0),(120815,4075,0,1,1,1418,0,-8673.16,942.886,101.525,2.57798,180,5,0,8,0,1,0,0,0),(120816,4075,0,1,1,1141,0,-8377.88,1309.49,5.23023,4.32357,180,0,0,8,0,0,0,0,0),(120817,4075,0,1,1,1418,0,-8306.5,1075.68,57.2622,4.76227,180,5,0,8,0,1,0,0,0),(120818,4075,0,1,1,1141,0,-8081.28,1376.01,7.88561,0.459035,180,5,0,8,0,1,0,0,0),(120819,4075,0,1,1,1141,0,-8798.09,659.555,96.1289,4.25555,180,5,0,8,0,1,0,0,0),(120820,4075,0,1,1,1141,0,-8789.16,678.708,102.268,1.45044,180,5,0,8,0,1,0,0,0),(133930,12786,0,1,1,12920,1,-8770.36,407.72,104.004,0.750492,180,0,0,6474,0,0,0,0,0),(133918,34081,0,1,1,12918,0,-8768.91,419.931,103.921,3.85431,180,0,0,11828,0,0,0,0,0),(133928,12784,0,1,1,12921,1,-8775.54,412.323,103.921,1.30253,180,0,0,5228,0,0,0,0,0),(120826,30713,0,1,1,27261,1,-8862.5,857.196,99.6931,4.06662,180,0,0,902,2680,0,0,0,0),(96270,29141,0,1,1,25955,0,-4829.64,-918.703,502.299,3.45575,180,0,0,955,0,0,0,0,0),(120829,27904,571,1,1,24916,1,3589.54,6648.45,195.723,5.13127,300,0,0,42540,14244,0,0,0,0),(1977192,32769,571,1,1,25753,0,7791.85,1708.06,518.138,6.28139,300,60,0,12600,3994,1,0,0,0),(1977191,32769,571,1,1,25753,0,7725.34,1767.48,510.085,6.28139,10,60,0,12600,3994,1,0,0,0),(1971523,18555,269,3,1,0,0,-2023.59,7121.72,22.6638,3.07084,86400,0,0,0,0,0,0,0,0),(1977190,32769,571,1,1,25753,0,7651.87,1722.94,495.997,2.97487,10,60,0,12600,3994,1,0,0,0),(120837,32257,571,1,1,27774,1,7767.24,2509.82,396.015,0.10329,300,5,0,12600,3994,1,0,0,0),(120838,32257,571,1,1,27774,1,7721.6,2537.89,394.353,6.24638,300,5,0,12600,3994,1,0,0,0),(120839,32257,571,1,1,27774,1,7844.02,2469.75,401.36,4.27912,300,5,0,12600,3994,1,0,0,0),(120840,32257,571,1,1,27774,1,7793.17,2571.17,403.609,6.10964,300,5,0,12600,3994,1,0,0,0),(120841,32257,571,1,1,27774,1,7887.57,2447.5,408.04,0.82339,300,5,0,12600,3994,1,0,0,0),(120842,32257,571,1,1,27774,1,7803.03,2475.48,395.237,0.883069,300,5,0,12600,3994,1,0,0,0),(120843,32257,571,1,1,27774,1,7711.28,2457.54,382.018,5.41482,300,0,0,12600,3994,0,0,0,0),(120844,32257,571,1,1,27774,1,7886.67,2199.44,374.385,4.12576,300,0,0,12600,3994,0,0,0,0),(120845,32257,571,1,1,27774,1,7901.48,2244.6,381.596,4.2934,300,5,0,12600,3994,1,0,0,0),(120846,32257,571,1,1,27774,1,7712.38,2289.94,370.272,0.509477,300,5,0,12600,3994,1,0,0,0),(120847,32257,571,1,1,27774,1,7901.08,2341.12,396.574,3.02705,300,5,0,12600,3994,1,0,0,0),(120848,32257,571,1,1,27774,1,7896.62,2365.76,398.889,0.08705,300,5,0,12600,3994,1,0,0,0),(120849,32257,571,1,1,27774,1,7780.72,2223.68,368.736,3.20045,300,5,0,12600,3994,1,0,0,0),(120850,32257,571,1,1,27774,1,7795.15,2258.24,372.36,0.774766,300,5,0,12600,3994,1,0,0,0),(120851,32257,571,1,1,27774,1,7818.22,2250.53,373.657,3.77174,300,5,0,12600,3994,1,0,0,0),(120852,32257,571,1,1,27774,1,7835.72,2227.55,373.21,2.02046,300,5,0,12600,3994,1,0,0,0),(120853,32257,571,1,1,27774,1,7754.54,2244.93,369.507,2.06983,300,5,0,12600,3994,1,0,0,0),(120854,32257,571,1,1,27774,1,7688.99,2192.69,366.17,0.916402,300,5,0,12600,3994,1,0,0,0),(120855,32257,571,1,1,27774,1,7544.52,2358.19,377.698,3.39411,300,5,0,12600,3994,1,0,0,0),(120856,32257,571,1,1,27774,1,7593.13,2175.6,385.399,3.14062,300,5,0,12600,3994,1,0,0,0),(120857,32257,571,1,1,27774,1,7563.82,2260.44,386.997,4.13418,300,5,0,12600,3994,1,0,0,0),(120858,32257,571,1,1,27774,1,7604.01,2350.68,374.18,3.31706,300,5,0,12600,3994,1,0,0,0),(120859,32257,571,1,1,27774,1,7719.95,2366.96,375.23,4.24522,300,5,0,12600,3994,1,0,0,0),(120860,32257,571,1,1,27774,1,7697.9,2412.57,376.126,3.21939,300,5,0,12600,3994,1,0,0,0),(120861,32257,571,1,1,27774,1,7601.43,2393.76,377.053,2.74423,300,5,0,12600,3994,1,0,0,0),(120862,32257,571,1,1,27774,1,7763.55,2300.3,373.249,3.70281,300,0,0,12600,3994,0,0,0,0),(120863,27906,571,1,1,24915,1,3589.94,6656.84,195.835,1.02974,300,0,0,42540,14244,0,0,0,0),(120864,32770,571,1,1,27806,0,7753.27,1616.19,348.042,5.12491,300,5,0,44100,0,1,0,0,0),(120865,32770,571,1,1,27806,0,7807.82,1982.87,368.032,0.346907,300,5,0,44100,0,1,0,0,0),(120866,32770,571,1,1,26763,0,7809.49,1992.73,371.814,1.40339,300,0,0,44100,0,0,0,0,0),(120867,32770,571,1,1,26763,0,7616.85,1594.52,338.531,5.05607,300,5,0,44100,0,1,0,0,0),(120868,32770,571,1,1,26329,0,7628.02,1617.02,339.214,0.141069,300,5,0,44100,0,1,0,0,0),(120869,32770,571,1,1,26763,0,7809.21,1833.02,363.379,1.33554,300,5,0,44100,0,1,0,0,0),(120870,32770,571,1,1,26329,0,7583.63,1875.36,372.09,1.42032,300,0,0,44100,0,0,0,0,0),(120871,32770,571,1,1,26329,0,7582.23,1870.96,372.215,0.811347,300,5,0,44100,0,1,0,0,0),(120872,32770,571,1,1,26329,0,7697.55,1800.64,352.695,1.38182,300,0,0,44100,0,0,0,0,0),(120873,32770,571,1,1,27806,0,7696.09,1796.88,352.139,0.741079,300,5,0,44100,0,1,0,0,0),(120874,32770,571,1,1,26329,0,7779.46,1722.96,352.924,4.36255,300,5,0,44100,0,1,0,0,0),(120875,32770,571,1,1,26329,0,7903.29,1856.92,369.825,0.030264,300,5,0,44100,0,1,0,0,0),(120876,32770,571,1,1,26329,0,7941.24,1932.18,372.803,4.10037,300,0,0,44100,0,0,0,0,0),(120877,32770,571,1,1,26763,0,7935.49,1924,373.053,1.56485,300,5,0,44100,0,1,0,0,0),(120878,31746,571,1,1,26623,1,7393.44,1828.42,435.389,0.422705,300,0,0,12600,0,0,0,0,0),(120879,31746,571,1,1,26623,1,7320.87,1710.28,465.025,0.785398,300,0,0,12600,0,0,0,0,0),(120880,31746,571,1,1,26623,1,7411.18,1815.32,426.975,1.96581,300,0,0,12600,0,0,0,0,0),(120881,31746,571,1,1,26623,1,7400.26,1807.37,430.156,1.51368,300,0,0,12600,0,0,0,0,0),(120882,31746,571,1,1,26623,1,7334.84,1728.77,453.749,1.61183,300,0,0,12600,0,0,0,0,0),(120883,31746,571,1,1,26623,1,7306.52,1723.98,466.039,0.14651,300,0,0,12600,0,0,0,0,0),(120884,31746,571,1,1,26623,1,7339,1726.42,452.304,2.49339,300,0,0,12600,0,0,0,0,0),(120885,32770,571,1,1,26763,0,7731.2,1934.63,366.418,2.29299,300,0,0,44100,0,0,0,0,0),(120886,32770,571,1,1,27806,0,7916.42,1846.95,373.585,3.01627,300,5,0,44100,0,1,0,0,0),(120887,32770,571,1,1,26329,0,7800.42,1652.98,354.522,5.78642,300,5,0,44100,0,1,0,0,0),(120889,32770,571,1,1,26329,0,7562.3,1816.79,365.343,0.501217,300,5,0,44100,0,1,0,0,0),(120890,32770,571,1,1,26329,0,7583.54,1814.56,362.477,5.4389,300,5,0,44100,0,1,0,0,0),(120891,32770,571,1,1,27806,0,7650.75,1884.37,361.327,0.803083,300,5,0,44100,0,1,0,0,0),(120892,32770,571,1,1,27806,0,7776.17,1713.92,352.558,4.36254,300,5,0,44100,0,1,0,0,0),(120893,32770,571,1,1,26329,0,7816.62,1832.97,363.483,1.88665,300,5,0,44100,0,1,0,0,0),(120894,32770,571,1,1,27806,0,7797.85,1889.26,363.033,3.10509,300,5,0,44100,0,1,0,0,0),(120895,32770,571,1,1,26329,0,7787.99,1885.72,363.054,1.87979,300,5,0,44100,0,1,0,0,0),(120896,32770,571,1,1,27806,0,7684.99,1814.78,353.32,4.91584,300,5,0,44100,0,1,0,0,0),(120897,32770,571,1,1,26763,0,7679,1829.35,354.195,0.102908,300,5,0,44100,0,1,0,0,0),(120898,32770,571,1,1,26329,0,7641.31,1856.19,360.702,4.3764,300,5,0,44100,0,1,0,0,0),(120899,31746,571,1,1,26623,1,7225.91,1592.88,379.873,5.23599,300,0,0,12600,0,0,0,0,0),(120900,31746,571,1,1,26623,1,7313.58,1604.97,399.986,3.29867,300,0,0,12600,0,0,0,0,0),(120901,31746,571,1,1,26623,1,7263.79,1664.01,443.938,3.20947,300,0,0,12600,0,0,0,0,0),(120902,31746,571,1,1,26623,1,6809.05,1827.91,578.986,-0.006167,300,0,0,12600,0,0,0,0,0),(120903,31746,571,1,1,26623,1,7390.85,1826.57,434.836,0.750492,300,0,0,12600,0,0,0,0,0),(120904,31746,571,1,1,26623,1,7342.24,1679.45,440.976,2.05949,300,0,0,12600,0,0,0,0,0),(120905,31746,571,1,1,26623,1,7272.39,1732.53,472.435,0.069813,300,0,0,12600,0,0,0,0,0),(120906,31746,571,1,1,26623,1,7280.23,1725.83,471.375,0.05236,300,0,0,12600,0,0,0,0,0),(120907,31746,571,1,1,26623,1,7380,1681.18,446.051,3.76991,300,0,0,12600,0,0,0,0,0),(120908,32771,571,1,1,16206,1,7769.26,1617.24,349.927,4.02563,300,5,0,50400,0,1,0,0,0),(120909,31747,571,1,1,27683,0,6669.66,2389.45,446.305,0.349066,300,0,0,12175,0,0,0,0,0),(120910,31747,571,1,1,27683,0,6720.87,2362.18,449.927,0.715585,300,0,0,12175,0,0,0,0,0),(120911,31747,571,1,1,27683,0,6006.61,1997.01,525.522,4.39211,300,0,0,12175,0,0,0,0,0),(120912,31747,571,1,1,27683,0,6078.85,2026.17,530.617,1.42729,300,0,0,12175,0,0,0,0,0),(120913,32771,571,1,1,15961,1,7612.86,1620.9,339.925,2.21065,300,5,0,50400,0,1,0,0,0),(120914,31747,571,1,1,27683,0,6604.81,2545.29,446.25,0.296706,300,0,0,12175,0,0,0,0,0),(120915,31747,571,1,1,27683,0,6292.03,2082.72,500.973,3.78945,300,0,0,12175,0,0,0,0,0),(120916,31747,571,1,1,27683,0,6614.24,2626.16,448.506,0.279253,300,0,0,12175,0,0,0,0,0),(120917,32771,571,1,1,16206,1,7566.79,1810.18,363.872,3.30931,300,5,0,50400,0,1,0,0,0),(120918,32771,571,1,1,16206,1,7667.39,1882.07,360.313,0.318085,300,5,0,50400,0,1,0,0,0),(120919,32771,571,1,1,16206,1,7829.33,1837.37,364.006,1.86325,300,5,0,50400,0,1,0,0,0),(120920,32771,571,1,1,16206,1,7784.87,1886.32,362.938,1.41599,300,5,0,50400,0,1,0,0,0),(120921,32771,571,1,1,15961,1,7893.79,1860.31,367.724,1.23546,300,5,0,50400,0,1,0,0,0),(120922,32771,571,1,1,16206,1,7677.34,1836.48,354.495,0.443999,300,5,0,50400,0,1,0,0,0),(120923,32259,571,1,1,18609,1,8149.73,1951.7,515.151,2.2412,300,5,0,9740,8636,1,0,0,0),(120924,32259,571,1,1,18605,1,8229.29,1878.18,514.851,2.56563,300,0,0,9740,8636,0,0,0,0),(120925,32259,571,1,1,18609,1,8202.99,1917.21,514.917,4.48972,300,0,0,9740,8636,2,0,0,0),(120926,32259,571,1,1,18609,1,8121.86,2023.64,550.363,3.37682,300,0,0,9740,8636,2,0,0,0),(120927,32259,571,1,1,18605,1,8104.6,2062.81,550.344,1.84711,300,0,0,9740,8636,2,0,0,0),(120928,32259,571,1,1,18609,1,8209.5,1978.42,535.785,0.470543,300,0,0,9740,8636,2,0,0,0),(120929,32772,571,1,1,27870,0,7610.44,1630.19,340.355,4.85746,300,5,0,37800,0,1,0,0,0),(120930,32772,571,1,1,27870,0,7893.37,1837.74,369.392,5.64718,300,5,0,37800,0,1,0,0,0),(120931,32772,571,1,1,27870,0,7637.22,1876.77,363.358,3.06145,300,5,0,37800,0,1,0,0,0),(133962,37519,673,15,1,0,0,-19.9011,-11.1976,33.4849,0,604800,0,0,1,0,0,0,0,0),(120933,32772,571,1,1,27870,0,7646.68,1615.98,336.685,0.37591,300,5,0,37800,0,1,0,0,0),(120934,32772,571,1,1,27870,0,7905.77,1855.51,370.254,2.05236,300,5,0,37800,0,1,0,0,0),(120935,32772,571,1,1,27870,0,7776.52,1643.22,351.115,2.88654,300,5,0,37800,0,1,0,0,0),(120936,32772,571,1,1,27870,0,7802.53,1652.22,354.778,4.78864,300,5,0,37800,0,1,0,0,0),(120937,32772,571,1,1,27870,0,7586.25,1830,365.768,1.65978,300,5,0,37800,0,1,0,0,0),(120938,32772,571,1,1,27870,0,7589.69,1812.14,361.227,4.19602,300,5,0,37800,0,1,0,0,0),(120939,32772,571,1,1,27870,0,7823.86,1836.5,363.443,2.55926,300,5,0,37800,0,1,0,0,0),(120940,32772,571,1,1,27870,0,7822.36,1840.35,362.925,2.72862,300,5,0,37800,0,1,0,0,0),(120941,32772,571,1,1,27870,0,7781.45,1879.25,362.438,4.79803,300,5,0,37800,0,1,0,0,0),(120942,32772,571,1,1,27870,0,7791.71,1884.28,362.926,1.25919,300,5,0,37800,0,1,0,0,0),(120943,32772,571,1,1,27870,0,7675.92,1839.97,354.614,3.59034,300,5,0,37800,0,1,0,0,0),(120944,32772,571,1,1,27870,0,7681.38,1825.06,354.181,3.05748,300,5,0,37800,0,1,0,0,0),(120945,32772,571,1,1,27870,0,7668.28,1887.99,359.8,1.1495,300,5,0,37800,0,1,0,0,0),(247147,36808,631,10,1,0,1,-600.638,2197.71,49.4765,2.89419,86400,0,0,1,0,0,0,0,0),(247146,36808,631,10,1,0,1,-587.394,2189.35,49.4765,2.79602,86400,0,0,1,0,0,0,0,0),(247143,36807,631,10,1,0,0,-597.752,2219.24,49.4773,3.22799,86400,0,0,1,0,0,0,0,0),(247144,36807,631,10,1,0,0,-599.562,2203.02,49.4773,3.11803,86400,0,0,1,0,0,0,0,0),(247145,36807,631,10,1,0,0,-602.285,2233.38,49.4773,3.55785,86400,0,0,1,0,0,0,0,0),(246916,18707,530,1,1,0,0,-3027.56,5667.35,50.0595,0,300,0,0,17742,0,2,0,0,0),(120952,26373,571,1,1,18695,0,3908.2,6578.74,170.608,5.46288,300,5,0,4979,0,1,0,0,0),(120953,26117,571,1,1,23573,0,3570.4,6650.4,195.263,0.296706,300,0,0,151200,31952,0,0,0,0),(120954,30725,571,1,1,27290,1,7249.76,3893.61,594.093,1.24731,300,5,0,12175,0,1,0,0,0),(120955,30725,571,1,1,27292,1,7228.01,3859.11,593.835,4.13412,300,5,0,12175,0,1,0,0,0),(120956,30725,571,1,1,27288,1,7207.61,3876.32,592.744,2.46084,300,5,0,12175,0,1,0,0,0),(120957,30725,571,1,1,27288,1,7362.86,3753.51,615.91,0.962774,300,5,0,12175,0,1,0,0,0),(120958,30725,571,1,1,27291,1,7319.01,3764.47,616.122,2.02528,300,5,0,12175,0,1,0,0,0),(120959,30725,571,1,1,27291,1,7252.82,3806,605.295,2.99036,300,5,0,12175,0,1,0,0,0),(120960,30725,571,1,1,27292,1,7305.61,3864.66,605.446,2.33886,300,5,0,12175,0,1,0,0,0),(120961,30725,571,1,1,27288,1,7358.31,3746.8,616.334,4.07499,300,5,0,12175,0,1,0,0,0),(120962,30725,571,1,1,27292,1,7416.95,3715.02,626.612,4.03606,300,5,0,12175,0,1,0,0,0),(120963,30725,571,1,1,27288,1,7433.48,3731.65,626.688,4.28173,300,5,0,12175,0,1,0,0,0),(120964,30725,571,1,1,27290,1,7356.82,3808.57,616.119,3.93902,300,5,0,12175,0,1,0,0,0),(120965,32262,571,1,1,10631,1,8142.71,2237.91,499.82,2.37365,80,0,0,9740,8636,0,0,0,0),(120966,32262,571,1,1,10633,1,8177.91,2235.08,499.82,2.23402,80,0,0,9740,8636,0,0,0,0),(120967,32262,571,1,1,10631,1,8186.41,2247.02,499.82,4.5204,80,0,0,9740,8636,0,0,0,0),(120968,32262,571,1,1,10633,1,8192.07,2232.59,499.82,3.36848,80,0,0,9740,8636,0,0,0,0),(120969,32262,571,1,1,10633,1,8131.12,2247.29,499.82,5.14872,80,0,0,9740,8636,0,0,0,0),(120970,32262,571,1,1,10633,1,8130.16,2232.41,499.82,3.59538,80,0,0,9740,8636,0,0,0,0),(120971,32262,571,1,1,10633,1,8159.86,2035.33,550.68,2.21464,80,0,0,9740,8636,0,0,0,0),(120972,32262,571,1,1,10631,1,8135.19,2039.64,550.68,0.60929,80,0,0,9740,8636,0,0,0,0),(120973,32264,571,1,1,17612,0,8185.6,2237.84,501.02,5.53269,300,0,0,42,0,0,0,0,0),(120974,32264,571,1,1,17612,0,8134.84,2239.63,500.903,0.436332,300,0,0,42,0,0,0,0,0),(120975,31240,571,1,1,27526,0,6386.76,462.427,516.462,5.42797,300,0,0,63000,0,0,0,0,0),(120976,32264,571,1,1,17612,0,8149.27,2049.46,554.993,2.07694,300,0,0,42,0,0,0,0,0),(120977,30216,571,1,1,27152,0,8374.06,2738.74,655.211,5.76079,300,0,0,37800,0,2,0,0,0),(120978,31241,571,1,1,27527,0,6379.6,465.147,516.483,0.261799,300,0,0,63000,0,0,0,0,0),(137646,34155,1,1,1,0,0,-2275.7,-407.444,-9.26096,1.27386,300,0,0,42,0,0,0,0,0),(120980,30985,571,1,1,27573,1,6433.51,3116.96,657.605,3.52974,300,5,0,3780,0,1,0,0,0),(120981,30985,571,1,1,27573,1,6438.94,3118.63,657.605,3.62948,300,5,0,3780,0,1,0,0,0),(120982,30985,571,1,1,27576,1,6455.44,3121.57,657.605,2.97002,300,5,0,3780,0,1,0,0,0),(120983,30985,571,1,1,27576,1,6453.92,3097.29,657.602,2.1056,300,5,0,3780,0,1,0,0,0),(120984,30985,571,1,1,27573,1,6451.51,3089.28,657.599,2.35451,300,5,0,3780,0,1,0,0,0),(120985,30218,571,1,1,26854,1,8546.19,2740.24,652.437,4.29351,300,0,0,12600,3994,0,0,0,0),(120986,31754,571,1,1,27702,1,6173.05,2552.28,568.931,5.15182,300,5,0,12600,0,1,0,0,0),(120987,31754,571,1,1,27702,1,6060.29,2601.78,569.281,1.53589,300,0,0,12600,0,0,0,0,0),(120988,31754,571,1,1,27702,1,6016.85,2634.13,569.449,0.837758,300,0,0,12600,0,0,0,0,0),(120989,31754,571,1,1,27702,1,6256.38,2617.33,570.132,2.01192,300,5,0,12600,0,1,0,0,0),(120990,31754,571,1,1,27702,1,6113.27,2583.56,569.409,1.76278,300,0,0,12600,0,0,0,0,0),(120991,31754,571,1,1,27702,1,6349.6,2502.88,488.392,2.03447,300,5,0,12600,0,1,0,0,0),(120992,31754,571,1,1,27702,1,6416.73,2408.94,470.558,3.34607,300,5,0,12600,0,1,0,0,0),(120993,31754,571,1,1,27702,1,6382.29,2457.29,479.258,1.94103,300,5,0,12600,0,1,0,0,0),(120994,31754,571,1,1,27702,1,6321.66,2471.35,493.634,5.3058,300,0,0,12600,0,0,0,0,0),(120995,31754,571,1,1,27702,1,6233.89,2429.29,495.793,5.51524,300,0,0,12600,0,0,0,0,0),(137689,23511,1,1,1,0,0,9975.27,2214.62,1329.4,3.89208,120,0,0,1,0,0,0,0,0),(137688,23510,1,1,1,0,0,9980.41,2205.51,1328.91,2.9147,120,0,0,1,0,0,0,0,0),(137687,23482,1,1,1,0,0,9976.78,2194.46,1329.07,1.85005,120,0,0,1,0,0,0,0,0),(120999,32267,571,1,1,11078,1,8180.07,1856.08,514.983,2.70526,300,0,0,11770,0,0,0,0,0),(121000,32267,571,1,1,9788,1,8178.27,1826.19,514.983,0.244346,300,0,0,11770,0,0,0,0,0),(121001,32267,571,1,1,11078,1,8206.02,1815.63,514.851,0.541052,300,0,0,11770,0,0,0,0,0),(121002,32267,571,1,1,11078,1,8153.33,1852.61,514.807,4.67748,300,0,0,11770,0,0,0,0,0),(121003,32267,571,1,1,11078,1,8192.48,1894.84,514.851,0.698132,300,0,0,11770,0,0,0,0,0),(121004,32267,571,1,1,9788,1,8207.47,1864.68,514.851,6.02139,300,0,0,11770,0,0,0,0,0),(121005,30475,571,1,1,27070,1,7830.01,3387.26,652.493,5.51524,300,0,0,10080,52884,0,0,0,0),(121006,30988,571,1,1,26255,0,6854.92,3605.2,752.904,3.59538,300,5,0,12600,0,1,0,0,0),(121007,30988,571,1,1,26255,0,6459.71,3049.95,701.608,0.506145,300,0,0,12600,0,2,0,0,0),(121008,30988,571,1,1,26255,0,6785.19,3616.67,752.659,5.70723,300,5,0,12600,0,1,0,0,0),(121009,30988,571,1,1,26255,0,6844.53,3464.55,717.646,2.10768,300,5,0,12600,0,1,0,0,0),(121010,32268,571,1,1,24037,1,8191.38,1822.39,514.866,2.38724,300,0,0,12175,3893,2,0,0,0),(121011,30988,571,1,1,26255,0,6805.1,3548.11,785.034,5.95688,300,0,0,12600,0,2,0,0,0),(121012,32268,571,1,1,24037,1,8165.27,1848.15,514.914,4.94362,300,0,0,12175,3893,2,0,0,0),(121013,30988,571,1,1,26255,0,6536.34,3402.02,617.431,2.19912,300,5,0,12600,0,1,0,0,0),(121014,30988,571,1,1,26255,0,6641.4,3330.48,724.301,3.45575,300,0,0,12600,0,2,0,0,0),(121015,30988,571,1,1,26255,0,6699.85,3449.64,708.196,6.1725,300,5,0,12600,0,1,0,0,0),(121016,30988,571,1,1,26255,0,6462.35,3384.37,622.633,1.85362,300,5,0,12600,0,1,0,0,0),(121017,30988,571,1,1,26255,0,6653.1,3415.26,672.159,2.72969,300,0,0,12600,0,2,0,0,0),(121018,30988,571,1,1,26255,0,6488.97,3167.11,669.388,3.83972,300,5,0,12600,0,1,0,0,0),(121019,30988,571,1,1,26255,0,6653.51,3526.14,693.234,0.864196,300,0,0,12600,0,2,0,0,0),(121020,30988,571,1,1,26255,0,6712.54,3558.05,674.515,3.57792,300,5,0,12600,0,1,0,0,0),(121021,32268,571,1,1,24037,1,8176.81,1888.44,514.866,1.06543,300,0,0,12175,3893,2,0,0,0),(121022,32268,571,1,1,24037,1,8212.02,1873.12,514.892,3.56708,300,0,0,12175,3893,2,0,0,0),(121023,30988,571,1,1,26255,0,6490.46,3498.93,621.742,3.12841,300,0,0,12600,0,2,0,0,0),(121024,30988,571,1,1,26255,0,6466.99,3141.98,677.044,2.25548,300,5,0,12600,0,1,0,0,0),(121025,30988,571,1,1,26255,0,6590.31,3325.47,699.129,4.4745,300,0,0,12600,0,2,0,0,0),(121026,30988,571,1,1,26255,0,6479.52,3470.8,608.634,5.61996,300,5,0,12600,0,1,0,0,0),(121027,30988,571,1,1,26255,0,6697,3449.86,681.745,0.826741,300,5,0,12600,0,1,0,0,0),(121028,30988,571,1,1,26255,0,6568.52,3291.22,688.203,2.67035,300,5,0,12600,0,1,0,0,0),(121029,30988,571,1,1,26255,0,6561.1,3280.72,686.304,2.26893,300,5,0,12600,0,1,0,0,0),(121030,31245,571,1,1,0,0,6690.4,1101.77,277.208,1.64061,300,0,0,42,0,0,0,0,0),(121031,31245,571,1,1,0,0,6658.94,1063.36,279.418,3.63029,300,0,0,42,0,0,0,0,0),(121032,31245,571,1,1,0,0,6781.35,1138.87,276.249,2.42601,300,0,0,42,0,0,0,0,0),(121033,31245,571,1,1,0,0,6664.39,1192.19,273.039,3.07178,300,0,0,42,0,0,0,0,0),(121034,31245,571,1,1,0,0,6706.92,1230.59,273.957,3.61283,300,0,0,42,0,0,0,0,0),(121035,30990,571,1,1,11686,0,6461.9,2037.63,572.298,3.56047,300,5,0,12600,0,1,0,0,0),(121036,29710,571,1,1,19085,0,7498.57,4886.36,43.6043,4.66003,300,0,0,11770,0,0,0,0,0),(121037,29710,571,1,1,19085,0,7508.54,4886.2,43.6266,4.67748,300,0,0,11770,0,0,0,0,0),(121038,29710,571,1,1,19085,0,7501.16,4886.37,43.6246,4.66003,300,0,0,11770,0,0,0,0,0),(121039,29710,571,1,1,19085,0,7493.2,4886.32,43.4921,5.74213,300,0,0,11770,0,0,0,0,0),(121040,29710,571,1,1,19085,0,7510.85,4890.93,43.6131,5.46288,300,0,0,11770,0,0,0,0,0),(121041,26127,571,1,1,25256,0,4038.05,7165.02,238.298,5.88643,300,0,0,9610,0,2,0,0,0),(121042,26127,571,1,1,25256,0,3737.75,7349.19,277.853,5.26361,300,0,0,9610,0,2,0,0,0),(121043,26127,571,1,1,25256,0,4203.81,7207.78,258.847,4.90547,300,0,0,9610,0,2,0,0,0),(121044,26127,571,1,1,25256,0,4107.46,6864.08,205.832,5.29751,300,0,0,9610,0,2,0,0,0),(121045,26127,571,1,1,25256,0,3664.18,7341.13,266.187,3.68347,300,0,0,9610,0,2,0,0,0),(121046,26127,571,1,1,25256,0,3853.83,7322.09,252.68,1.44448,300,0,0,9610,0,2,0,0,0),(121047,26127,571,1,1,25256,0,4176.25,7028.53,222.752,4.64258,300,0,0,9610,0,2,0,0,0),(121048,29456,571,1,1,26258,1,7435.78,4200.42,314.32,0.406287,300,0,0,58850,19045,2,0,0,0),(121049,30993,571,1,1,27426,0,6623.74,3192.1,647.853,1.8069,300,0,0,12600,3994,0,0,0,0),(121050,31250,571,1,1,27629,1,8289.03,2775.2,656.025,2.85158,300,0,0,12600,3994,0,0,0,0),(121051,31250,571,1,1,27631,1,8287.15,2775.26,655.811,1.48199,300,0,0,12600,3994,0,0,0,0),(121052,31250,571,1,1,27631,1,8279.44,2773.29,652.214,-2.69171,300,0,0,12600,3994,0,0,0,0),(121053,31250,571,1,1,27628,1,8272.72,2772.57,649.027,2.56349,300,0,0,12600,3994,0,0,0,0),(121054,31250,571,1,1,27630,1,8278.47,2774.92,651.667,-2.31928,300,0,0,12600,3994,0,0,0,0),(121055,30995,571,1,1,19595,0,6625.92,3199.02,651.253,2.49582,300,0,0,12600,3994,0,0,0,0),(121056,32275,571,1,1,18023,0,8058.49,2086.3,503.197,2.32129,300,0,0,11770,0,0,0,0,0),(121057,32275,571,1,1,22016,0,8089.33,2008.77,501.104,5.55015,300,0,0,11770,0,0,0,0,0),(121058,32275,571,1,1,22016,0,8077.5,2073.33,501.084,4.34587,300,0,0,11770,0,0,0,0,0),(121059,32275,571,1,1,22018,0,8059.97,1998.33,501.138,3.85718,300,0,0,11770,0,0,0,0,0),(121060,32275,571,1,1,22016,0,7987.52,2148.88,500.826,4.24115,300,0,0,11770,0,0,0,0,0),(121061,32275,571,1,1,18023,0,8009.04,2040.76,501.062,5.48033,300,0,0,11770,0,0,0,0,0),(121062,32275,571,1,1,18023,0,7979.5,2095.49,501.082,4.83456,300,0,0,11770,0,0,0,0,0),(121063,32275,571,1,1,22018,0,8082.44,2017.04,501.097,5.77704,300,0,0,11770,0,0,0,0,0),(121064,32275,571,1,1,22018,0,8056.28,2089.38,503.156,3.92699,300,0,0,11770,0,0,0,0,0),(121065,32275,571,1,1,22018,0,8010.78,2034.88,501.201,4.32842,300,0,0,11770,0,0,0,0,0),(121066,32275,571,1,1,15264,0,7987.89,2144.24,501.299,2.72271,300,0,0,11770,0,0,0,0,0),(121067,32275,571,1,1,22018,0,8067.44,2004.39,501.006,1.90241,300,0,0,11770,0,0,0,0,0),(121068,32275,571,1,1,15264,0,8014.92,2147.61,501.1,2.18166,300,0,0,11770,0,0,0,0,0),(121069,32275,571,1,1,22018,0,8050.44,2006.81,501.166,1.90241,300,0,0,11770,0,0,0,0,0),(121070,32275,571,1,1,22018,0,8056.09,2092.35,503.066,5.51524,300,0,0,11770,0,0,0,0,0),(121071,30483,571,1,1,27069,1,7822.58,3356.87,652.493,0.296706,300,0,0,12600,0,0,0,0,0),(121072,31251,571,1,1,25287,0,8284.73,2776.49,655.741,5.99318,300,0,0,1138,0,0,0,0,0),(121073,31251,571,1,1,25627,0,8282.18,2771.13,653.889,2.59321,300,0,0,1138,0,0,0,0,0),(121074,31251,571,1,1,25287,0,8283.85,2775.21,654.229,0.01609,300,5,0,1138,0,1,0,0,0),(121075,31251,571,1,1,25627,0,8225.54,2782.29,630.872,0.645772,300,0,0,1138,0,0,0,0,0),(121076,25711,571,1,1,23329,0,3685.24,7048.84,379.573,0.355757,300,0,0,8982,0,2,0,0,0),(121077,32276,571,1,1,25342,1,7923.42,2047.27,500.361,3.14159,300,0,0,12175,0,0,0,0,0),(121078,32276,571,1,1,25343,1,7923.22,2068.4,500.379,3.31613,300,0,0,12175,0,0,0,0,0),(121079,32276,571,1,1,25343,1,8003.62,2021.31,500.311,5.72972,300,0,0,12175,0,2,0,0,0),(121080,32276,571,1,1,25343,1,8080.02,1963.98,500.311,2.81798,300,0,0,12175,0,2,0,0,0),(121081,32276,571,1,1,25342,1,7998.74,1955.91,502.237,3.36242,300,5,0,12175,0,1,0,0,0),(121082,32276,571,1,1,25343,1,8029.51,2206.43,499.817,3.05433,300,0,0,12175,0,0,0,0,0),(121083,32276,571,1,1,25343,1,7992.61,2189.34,499.729,1.15742,300,0,0,12175,0,2,0,0,0),(121084,32276,571,1,1,25342,1,7967.75,2204.35,500.311,4.32628,300,0,0,12175,0,2,0,0,0),(121085,32276,571,1,1,25343,1,8026,2248.52,499.894,3.36848,300,0,0,12175,0,0,0,0,0),(121086,32276,571,1,1,25343,1,8026.08,2121.46,499.816,3.05433,300,0,0,12175,0,0,0,0,0),(121087,32276,571,1,1,25343,1,8009.49,2056.01,499.728,3.46592,300,0,0,12175,0,2,0,0,0),(121088,32276,571,1,1,25343,1,8004.97,2084.15,499.729,3.60103,300,0,0,12175,0,2,0,0,0),(121089,32276,571,1,1,25342,1,8094.23,1980.32,500.071,2.80597,300,0,0,12175,0,2,0,0,0),(121090,30484,571,1,1,27063,1,7865.83,3412.61,654.455,4.50295,300,0,0,12600,15976,0,0,0,0),(121091,30742,571,1,1,19595,0,6470.42,3139.73,659.273,2.70526,300,0,0,12600,3994,0,0,0,0),(121092,32534,571,1,1,6373,0,3951.94,6998.62,684.699,5.00727,300,5,0,50000,0,1,0,0,0),(121093,32278,571,1,1,25468,0,6485.84,2736.48,577.023,1.67338,300,5,0,88200,39940,1,0,0,0),(121094,32278,571,1,1,25468,0,6536.06,2847.09,651.2,4.81711,300,0,0,88200,39940,0,0,0,0),(121095,32278,571,1,1,25468,0,6515.9,2579.97,651.619,5.13127,300,0,0,88200,39940,0,0,0,0),(121096,32278,571,1,1,25468,0,6643.65,2306.43,651.2,2.02458,300,0,0,88200,39940,0,0,0,0),(121097,32278,571,1,1,25468,0,6609.96,2182.27,651.117,4.75344,300,5,0,88200,39940,1,0,0,0),(121098,32278,571,1,1,25468,0,6620.16,2060.81,651.201,4.79965,300,0,0,88200,39940,0,0,0,0),(121099,32534,571,1,1,6373,0,3926.55,7079.46,653.209,3.78398,300,5,0,50000,0,1,0,0,0),(121100,32534,571,1,1,6373,0,3943.36,6945.78,664.529,5.77089,300,5,0,50000,0,1,0,0,0),(121101,32534,571,1,1,6373,0,3883.4,7004.77,618.483,5.66396,300,5,0,50000,0,1,0,0,0),(121102,32534,571,1,1,6373,0,3789.29,7007.11,646.844,2.64411,300,5,0,50000,0,1,0,0,0),(121103,32534,571,1,1,6373,0,3929.01,6894.16,668.401,5.96141,300,5,0,50000,0,1,0,0,0),(121104,32534,571,1,1,6373,0,3796.81,6914.38,619.713,3.79223,300,5,0,50000,0,1,0,0,0),(121105,32534,571,1,1,6373,0,3974.02,6949.82,640.446,4.29999,300,5,0,50000,0,1,0,0,0),(121106,32534,571,1,1,6373,0,3949.84,6963.64,660.671,4.29316,300,5,0,50000,0,1,0,0,0),(121107,32534,571,1,1,6373,0,3914.48,6965.59,628.926,1.08573,300,5,0,50000,0,1,0,0,0),(121108,32534,571,1,1,6373,0,3904.98,6944.3,663.593,4.06213,300,5,0,50000,0,1,0,0,0),(121109,32534,571,1,1,6373,0,3821.9,6974.08,671.741,0.598716,300,5,0,50000,0,1,0,0,0),(121110,32534,571,1,1,6373,0,3901.62,6999.08,652.942,6.01035,300,5,0,50000,0,1,0,0,0),(121111,32534,571,1,1,6373,0,3902.25,6904.83,665.2,3.6182,300,5,0,50000,0,1,0,0,0),(121112,31255,571,1,1,24301,0,6504.06,1844.93,508.697,0.10472,300,5,0,63000,0,1,0,0,0),(121113,32279,571,1,1,27887,1,8054.35,2085.1,499.814,0.541052,300,0,0,12175,3893,0,0,0,0),(121114,32279,571,1,1,27887,1,8051.8,2089.99,499.815,0.698132,300,0,0,12175,3893,0,0,0,0),(121115,32279,571,1,1,27887,1,8029.86,2037.01,499.728,6.21337,300,5,0,12175,3893,1,0,0,0),(121116,32279,571,1,1,27887,1,7966.08,2114.58,500.311,2.11837,300,5,0,12175,3893,1,0,0,0),(121117,32279,571,1,1,27887,1,7994.81,2119.66,499.729,4.34587,300,5,0,12175,3893,1,0,0,0),(121118,32279,571,1,1,27887,1,7994.27,2162.45,499.729,0.885896,300,0,0,12175,3893,2,0,0,0),(121119,32279,571,1,1,27887,1,8062.94,2048.65,499.812,3.01942,300,0,0,12175,3893,0,0,0,0),(121120,32279,571,1,1,27887,1,8066.04,2021.08,499.729,3.14274,300,5,0,12175,3893,1,0,0,0),(121121,32279,571,1,1,27887,1,8049.65,2009.78,499.728,4.81091,300,5,0,12175,3893,1,0,0,0),(121122,30744,571,1,1,19595,0,6431.48,3148.91,659.196,5.86431,300,0,0,12600,3994,0,0,0,0),(121123,30232,571,1,1,26875,1,7631.19,3405.44,656.229,0.750492,300,0,0,30240,8814,0,0,0,0),(121124,32280,571,1,1,25214,0,6700.4,2281.95,577.606,2.61288,300,5,0,88200,0,1,0,0,0),(121125,32280,571,1,1,25214,0,6619.66,2224.32,577.606,4.46452,300,5,0,88200,0,1,0,0,0),(121126,32280,571,1,1,25214,0,6563.71,2475.94,577.088,2.00703,300,5,0,88200,0,1,0,0,0),(121127,32280,571,1,1,25214,0,6532.07,2646.91,577.606,4.55374,300,5,0,88200,0,1,0,0,0),(121128,32280,571,1,1,25214,0,6544.54,2756.03,651.117,1.65699,300,5,0,88200,0,1,0,0,0),(121129,32280,571,1,1,25214,0,6447.16,2603.33,651.117,2.66181,300,5,0,88200,0,1,0,0,0),(121130,30745,571,1,1,19595,0,6469.17,3071.56,659.218,1.55334,300,0,0,12600,3994,0,0,0,0),(121131,31257,571,1,1,7534,0,8284.73,2776.49,654.585,3.61887,300,5,0,1260,3994,1,0,0,0),(121132,31257,571,1,1,7534,0,8276.79,2775.58,652.227,-1.96475,300,5,0,1260,3994,1,0,0,0),(121134,31257,571,1,1,7534,0,8278.96,2773.17,652.849,-2.66972,300,5,0,1260,3994,1,0,0,0),(121135,31770,571,1,1,27701,0,7017.96,2185.8,628.252,6.0912,300,0,0,12600,0,0,0,0,0),(121136,32538,571,1,1,28039,0,8566.71,2722.85,652.437,4.4855,300,0,0,10080,8814,0,0,0,0),(121137,31258,571,1,1,0,1,7141.73,1757.92,488.387,0.538409,300,0,0,12600,0,0,0,0,0),(121138,31258,571,1,1,26623,1,6784.49,1746.14,565.822,5.77704,300,0,0,12600,0,0,0,0,0),(121139,31258,571,1,1,26623,1,6930.82,1664.17,523.95,3.64774,300,0,0,12600,0,0,0,0,0),(121140,31258,571,1,1,26623,1,7170.18,2036.35,574.433,5.88176,300,0,0,12600,0,0,0,0,0),(121141,31258,571,1,1,26623,1,7178.28,1939.18,558.933,4.45973,300,0,0,12600,0,0,0,0,0),(121142,31258,571,1,1,26623,1,7081.81,1753.6,497.456,0.944626,300,0,0,12600,0,2,0,0,0),(121143,31258,571,1,1,26623,1,7246.5,2087.86,573.854,0.890118,300,0,0,12600,0,0,0,0,0),(121144,31258,571,1,1,26623,1,7132.2,2116.13,606.796,1.11701,300,0,0,12600,0,0,0,0,0),(121145,31258,571,1,1,26623,1,7201.21,1766.27,482.083,3.12414,300,0,0,12600,0,0,0,0,0),(121146,31258,571,1,1,26623,1,6838.81,1806.17,619.509,5.22619,300,0,0,12600,0,0,0,0,0),(121147,31815,571,1,1,0,1,7575.83,1521.3,335.724,4.3375,300,0,0,1,0,2,0,0,0),(121148,31258,571,1,1,26623,1,6999.71,1691.08,555.863,0.777007,300,5,0,12600,0,1,0,0,0),(121149,31258,571,1,1,26623,1,6776.74,1855.88,579.247,5.51524,300,0,0,12600,0,0,0,0,0),(121150,31258,571,1,1,26623,1,7172.35,1933.67,596.878,5.32325,300,0,0,12600,0,0,0,0,0),(121151,31258,571,1,1,26623,1,7089.76,2084.6,659.107,2.54764,300,0,0,12600,0,0,0,0,0),(121152,31258,571,1,1,26623,1,7072.28,1778.91,527.673,4.88692,300,0,0,12600,0,0,0,0,0),(121153,31258,571,1,1,26623,1,6889.15,1746.14,573.898,5.5676,300,0,0,12600,0,0,0,0,0),(121154,31258,571,1,1,26623,1,7271.68,1892.06,566.507,6.02139,300,0,0,12600,0,0,0,0,0),(121155,31258,571,1,1,26623,1,6899.72,1748.73,537.376,4.74729,300,0,0,12600,0,0,0,0,0),(121156,31258,571,1,1,26623,1,6946.09,1761.58,511.526,5.53269,300,0,0,12600,0,0,0,0,0),(121157,31258,571,1,1,26623,1,6965.66,1694.74,517.747,1.36136,300,0,0,12600,0,0,0,0,0),(121158,31258,571,1,1,26623,1,6778.81,1726.04,566.359,5.02655,300,0,0,12600,0,0,0,0,0),(121159,31258,571,1,1,26623,1,6814.23,1827.18,579.535,2.13107,300,0,0,12600,0,0,0,0,0),(121160,31258,571,1,1,26623,1,6771.88,1802.25,580.124,0.698132,300,0,0,12600,0,0,0,0,0),(121161,31258,571,1,1,26623,1,6797.64,1775.85,569.763,6.08083,300,0,0,12600,0,2,0,0,0),(121162,31258,571,1,1,26623,1,6819.6,1664.87,560.382,1.58825,300,0,0,12600,0,0,0,0,0),(121163,31258,571,1,1,26623,1,6796.91,1699.49,555.944,3.38594,300,0,0,12600,0,0,0,0,0),(121164,31258,571,1,1,26623,1,6886.36,1691.03,530.745,1.11701,300,0,0,12600,0,0,0,0,0),(121165,31258,571,1,1,26623,1,7079.73,2126.52,626.732,0.436332,300,0,0,12600,0,0,0,0,0),(121166,31258,571,1,1,26623,1,7138.47,1762.13,490.206,4.66003,300,0,0,12600,0,0,0,0,0),(121167,31258,571,1,1,26623,1,7188.16,1779.84,487.149,2.56563,300,0,0,12600,0,0,0,0,0),(121168,31258,571,1,1,26623,1,7179.87,1683.75,470.215,5.58505,300,0,0,12600,0,0,0,0,0),(121169,31258,571,1,1,26623,1,7223.11,1726.27,476.162,5.48033,300,0,0,12600,0,0,0,0,0),(121170,31258,571,1,1,26623,1,7097.26,2076.67,623.194,1.0472,300,0,0,12600,0,0,0,0,0),(121171,31258,571,1,1,26623,1,7143.95,1887.51,536.686,0.522389,300,0,0,12600,0,2,0,0,0),(121172,31258,571,1,1,26623,1,7128.49,2066.18,621.997,1.11701,300,0,0,12600,0,0,0,0,0),(121173,30746,571,1,1,7971,0,6468.32,3077.83,657.593,4.88851,300,0,0,12600,11982,2,0,0,0),(150155,34238,0,1,1,0,0,2252.9,319.879,35.1892,0.235186,120,0,0,42,0,0,0,0,0),(121175,32284,571,1,1,27536,1,6579.64,2674.23,458.661,5.39307,300,0,0,12600,3994,0,0,0,0),(121176,32284,571,1,1,27536,1,6847.96,2569.6,412.925,0.397015,300,5,0,12600,3994,1,0,0,0),(121177,32284,571,1,1,27536,1,6872.68,2645.28,411.874,0.037402,300,5,0,12600,3994,1,0,0,0),(121178,32284,571,1,1,27536,1,6971.69,2678.52,405.91,0.035029,300,5,0,12600,3994,1,0,0,0),(121179,32284,571,1,1,27536,1,6917,2528.81,409.103,1.45192,300,5,0,12600,3994,1,0,0,0),(121180,32284,571,1,1,27536,1,6837.61,2514.19,416.728,5.52402,300,5,0,12600,3994,1,0,0,0),(121181,32284,571,1,1,27536,1,6861.59,2795.93,432.233,0.542269,300,5,0,12600,3994,1,0,0,0),(121182,32284,571,1,1,27536,1,6914.79,2766.49,415.892,4.86823,300,5,0,12600,3994,1,0,0,0),(121183,32284,571,1,1,27536,1,6961.23,2800.32,417.501,1.83664,300,5,0,12600,3994,1,0,0,0),(121184,32284,571,1,1,27536,1,6982.55,2496.08,413.278,1.152,300,5,0,12600,3994,1,0,0,0),(121185,32284,571,1,1,27536,1,6939.32,2562.76,406.34,1.30471,300,5,0,12600,3994,1,0,0,0),(121186,32284,571,1,1,27536,1,6915.59,2578.17,406.92,0.054873,300,5,0,12600,3994,1,0,0,0),(121187,32284,571,1,1,27536,1,6793.61,2812.5,449.663,3.85996,300,5,0,12600,3994,1,0,0,0),(121188,32284,571,1,1,27536,1,6878.92,2906.96,449.206,5.0012,300,5,0,12600,3994,1,0,0,0),(121189,32284,571,1,1,27536,1,6813.27,2746.24,429.606,5.64863,300,5,0,12600,3994,1,0,0,0),(121190,32284,571,1,1,27536,1,6999.15,2481.51,416.648,5.18118,300,5,0,12600,3994,1,0,0,0),(121191,32284,571,1,1,27536,1,7054.45,2735.06,406.541,4.28702,300,5,0,12600,3994,1,0,0,0),(121192,23837,571,1,1,11686,0,6816.33,3801.11,621.153,0.802851,300,0,0,42,0,0,0,0,0),(121193,23837,571,1,1,11686,0,6831.23,3817.08,621.153,4.18879,300,0,0,42,0,0,0,0,0),(121194,23837,571,1,1,11686,0,8368.86,2728.89,655.314,5.02655,300,0,0,42,0,0,0,0,0),(121195,23837,571,1,1,11686,0,8380.47,2717.56,655.178,1.13446,300,0,0,42,0,0,0,0,0),(121196,23837,571,1,1,11686,0,8376.55,2707.52,655.176,2.09439,300,0,0,42,0,0,0,0,0),(121197,23837,571,1,1,11686,0,8216.25,3516.24,627.568,3.49066,300,0,0,42,0,0,0,0,0),(121198,23837,571,1,1,11686,0,8215.81,3515.88,652.886,3.64774,300,0,0,42,0,0,0,0,0),(121199,23837,571,1,1,11686,0,7631.69,3406.05,656.232,3.68265,300,0,0,42,0,0,0,0,0),(121200,23837,571,1,1,11686,0,7556.9,2024.14,511.749,3.54302,300,0,0,42,0,0,0,0,0),(121201,23837,571,1,1,11686,0,7474.71,2190.48,512.658,3.14159,300,0,0,42,0,0,0,0,0),(121202,23837,571,1,1,11686,0,7544.1,2014.22,511.929,0.767945,300,0,0,42,0,0,0,0,0),(121203,23837,571,1,1,11686,0,7532.53,2119.63,516.04,2.09439,300,0,0,42,0,0,0,0,0),(121204,23837,571,1,1,11686,0,7558.34,1933.35,510.334,3.05433,300,0,0,42,0,0,0,0,0),(121205,23837,571,1,1,11686,0,7457.21,2196.6,511.749,4.85202,300,0,0,42,0,0,0,0,0),(121206,23837,571,1,1,11686,0,7476.31,2156.82,512.339,0,300,0,0,42,0,0,0,0,0),(121207,23837,571,1,1,11686,0,7541.27,1935.05,509.807,4.10152,300,0,0,42,0,0,0,0,0),(121208,23837,571,1,1,11686,0,7567.38,2129.48,513.922,2.19912,300,0,0,42,0,0,0,0,0),(121209,23837,571,1,1,11686,0,6914.21,2002.56,944.847,2.05949,300,0,0,42,0,0,0,0,0),(121210,23837,571,1,1,11686,0,8396.29,2709.65,655.492,1.18682,300,0,0,42,0,0,0,0,0),(121211,23837,571,1,1,11686,0,7572.57,2085.37,510.881,4.06662,300,0,0,42,0,0,0,0,0),(121212,23837,571,1,1,11686,0,7531.72,2003.36,511.04,2.93215,300,0,0,42,0,0,0,0,0),(121213,23837,571,1,1,11686,0,7545.87,2109.03,513.513,3.31613,300,0,0,42,0,0,0,0,0),(121214,23837,571,1,1,11686,0,7523.99,2131.92,515.203,0.087266,300,0,0,42,0,0,0,0,0),(121215,23837,571,1,1,11686,0,7571.63,2035.25,511.152,4.81711,300,0,0,42,0,0,0,0,0),(121216,23837,571,1,1,11686,0,7580.29,2003.62,513.061,1.39626,300,0,0,42,0,0,0,0,0),(121217,23837,571,1,1,11686,0,7519.55,1919.76,512.557,4.5204,300,0,0,42,0,0,0,0,0),(121218,23837,571,1,1,11686,0,4309.72,6303.33,-0.23453,2.72271,300,0,0,42,0,0,0,0,0),(121219,23837,571,1,1,11686,0,4319.63,6319.18,0.618581,1.72788,300,0,0,42,0,0,0,0,0),(121220,23837,571,1,1,11686,0,7549.32,2141.59,513.499,0.174533,300,0,0,42,0,0,0,0,0),(121221,23837,571,1,1,11686,0,7580.96,2117.48,515.29,4.71239,300,0,0,42,0,0,0,0,0),(121222,23837,571,1,1,11686,0,7518.65,1908.62,511.758,1.53589,300,0,0,42,0,0,0,0,0),(121223,23837,571,1,1,11686,0,7552.84,1981.78,513.811,0.488692,300,0,0,42,0,0,0,0,0),(121224,23837,571,1,1,11686,0,7558.9,2098.1,512.929,1.55334,300,0,0,42,0,0,0,0,0),(121225,23837,571,1,1,11686,0,7565.44,1993.63,513.721,2.56563,300,0,0,42,0,0,0,0,0),(1977257,31773,571,1,1,0,0,6753.01,1583.78,394.549,0.255223,300,0,0,4979,0,0,0,0,0),(121227,32285,571,1,1,27884,1,8063.13,2012.16,499.812,2.07694,300,0,0,9740,8636,0,0,0,0),(121228,31005,571,1,1,11686,0,6472.28,2042.36,571.215,1.5708,300,0,0,12600,0,0,0,0,0),(121229,31262,571,1,1,27541,1,6935.21,1710.64,520.073,6.22191,300,5,0,12600,3994,1,0,0,0),(121230,31262,571,1,1,27541,1,7120.25,1780.68,535.036,5.02655,300,0,0,12600,3994,0,0,0,0),(121231,31262,571,1,1,27541,1,7011.63,1795.85,512.2,5.48033,300,0,0,12600,3994,0,0,0,0),(121232,31262,571,1,1,27541,1,7275.34,1911.77,566.471,5.68977,300,0,0,12600,3994,0,0,0,0),(121233,31262,571,1,1,27541,1,6762.3,1775.76,576.536,5.95157,300,0,0,12600,3994,0,0,0,0),(121234,31262,571,1,1,27541,1,7281.9,2015.21,570.583,0.750492,300,0,0,12600,3994,0,0,0,0),(121235,31262,571,1,1,27541,1,7185.26,1877.55,568.928,2.16421,300,0,0,12600,3994,0,0,0,0),(121236,31262,571,1,1,27541,1,6865.68,1727.92,539.672,5.53269,300,0,0,12600,3994,0,0,0,0),(121237,31262,571,1,1,27541,1,7143.3,1812.21,503.584,5.37884,300,5,0,12600,3994,1,0,0,0),(121238,31262,571,1,1,27541,1,7207.8,1924.09,559.376,4.55838,300,5,0,12600,3994,1,0,0,0),(121239,31262,571,1,1,27541,1,7175.08,1802.79,528.015,4.64258,300,0,0,12600,3994,0,0,0,0),(121240,31262,571,1,1,27541,1,7133.8,2106.32,622.019,0.10472,300,0,0,12600,3994,0,0,0,0),(121241,31263,571,1,1,27543,0,7040.27,1764.28,539.79,5.38208,300,5,0,3150,0,1,0,0,0),(121242,31263,571,1,1,27543,0,6805.65,1765.05,604.126,3.80364,300,5,0,3150,0,1,0,0,0),(121243,31263,571,1,1,27543,0,6897.38,1697.05,567.263,0.601888,300,5,0,3150,0,1,0,0,0),(121244,31263,571,1,1,27543,0,7042.03,1766.72,539.79,3.70945,300,5,0,3150,0,1,0,0,0),(121245,31263,571,1,1,27543,0,7306.54,2045.7,598.173,3.12346,300,5,0,3150,0,1,0,0,0),(121246,31265,571,1,1,0,0,7264.74,1995.36,570.931,2.77507,300,0,0,3150,0,0,0,0,0),(121247,31263,571,1,1,27543,0,7042.81,1762.9,539.79,6.18194,300,5,0,3150,0,1,0,0,0),(121248,31263,571,1,1,27543,0,7161.71,1913.25,596.519,1.18045,300,5,0,3150,0,1,0,0,0),(121249,31263,571,1,1,27543,0,7041.12,1765.14,539.79,2.27924,300,5,0,3150,0,1,0,0,0),(121250,31263,571,1,1,27543,0,6806.56,1770.54,604.126,4.26773,300,5,0,3150,0,1,0,0,0),(121251,31263,571,1,1,27543,0,6890.2,1698.92,567.263,3.97622,300,5,0,3150,0,1,0,0,0),(121252,31263,571,1,1,27543,0,7155.41,1911.62,596.519,4.99421,300,5,0,3150,0,1,0,0,0),(121253,31263,571,1,1,27543,0,7311.78,2046.37,598.173,0.478796,300,5,0,3150,0,1,0,0,0),(121255,19173,1,1,1,22372,0,9922.97,2498.76,1317.86,2.44346,120,0,0,1,0,0,0,0,0),(121254,19173,1,1,1,22373,0,9921.56,2499.58,1317.77,5.61996,120,0,0,1,0,0,3,0,0),(121256,31263,571,1,1,27543,0,7170.78,2110.97,649.61,0.520423,300,5,0,3150,0,1,0,0,0),(121257,31263,571,1,1,27543,0,7180.27,2111.63,649.61,4.39863,300,5,0,3150,0,1,0,0,0),(121259,31263,571,1,1,27543,0,6899.19,1699.72,567.263,3.35562,300,5,0,3150,0,1,0,0,0),(121260,31263,571,1,1,27543,0,6898.37,1705.64,567.263,5.79295,300,5,0,3150,0,1,0,0,0),(121261,29338,571,1,1,0,1,7854.48,4974.27,21.2187,5.51385,300,0,0,1,1,2,0,0,0),(121262,31263,571,1,1,27543,0,7180.59,1757.05,555.606,2.71255,300,5,0,3150,0,1,0,0,0),(121263,31263,571,1,1,27543,0,6802.26,1763.04,604.126,0.940445,300,5,0,3150,0,1,0,0,0),(121264,31263,571,1,1,27543,0,6898.61,1697.39,567.263,4.02071,300,5,0,3150,0,1,0,0,0),(121266,31263,571,1,1,27543,0,7306.7,2040.32,598.173,3.19206,300,5,0,3150,0,1,0,0,0),(121267,31263,571,1,1,27543,0,7173.32,1764.07,555.606,1.69423,300,5,0,3150,0,1,0,0,0),(121269,19171,530,1,1,22362,1,-4270.06,-11333.1,5.57545,4.67748,120,0,0,1,0,0,0,0,0),(121268,19171,530,1,1,22363,1,-4269.71,-11336.5,5.80931,1.69297,120,0,0,1,0,0,3,0,0),(121270,31263,571,1,1,27543,0,7137.36,1738.84,562.627,5.74123,300,5,0,3150,0,1,0,0,0),(121271,31263,571,1,1,27543,0,7176.63,2106.42,649.61,2.51481,300,5,0,3150,0,1,0,0,0),(121272,31263,571,1,1,27543,0,7169.16,1758.99,555.606,4.51016,300,5,0,3150,0,1,0,0,0),(121273,31263,571,1,1,27543,0,6796.42,1755.6,604.126,3.74457,300,5,0,3150,0,1,0,0,0),(121274,31263,571,1,1,27543,0,7171.55,2119.1,649.61,6.2405,300,5,0,3150,0,1,0,0,0),(121275,31263,571,1,1,27543,0,7175.77,2111.86,649.61,1.16997,300,5,0,3150,0,1,0,0,0),(121276,31263,571,1,1,27543,0,6904.97,1700.33,567.263,3.27382,300,5,0,3150,0,1,0,0,0),(121278,31263,571,1,1,27543,0,6892.34,1701.5,567.263,5.11333,300,5,0,3150,0,1,0,0,0),(121281,31263,571,1,1,27543,0,7311.47,2048.09,598.173,4.83839,300,5,0,3150,0,1,0,0,0),(121282,31263,571,1,1,27543,0,7037.54,1762.46,539.79,2.76721,300,5,0,3150,0,1,0,0,0),(121284,31263,571,1,1,27543,0,7314.5,2041.32,598.173,0.026895,300,5,0,3150,0,1,0,0,0),(121286,31263,571,1,1,27543,0,7039.55,1765.44,539.79,5.59234,300,5,0,3150,0,1,0,0,0),(121287,31263,571,1,1,27543,0,7040.34,1767.44,539.79,2.75313,300,5,0,3150,0,1,0,0,0),(121288,31263,571,1,1,27543,0,7042.55,1761.13,539.79,3.72399,300,5,0,3150,0,1,0,0,0),(121289,31263,571,1,1,27543,0,6803.95,1765.79,604.126,5.86586,300,5,0,3150,0,1,0,0,0),(121291,31263,571,1,1,27543,0,6845.68,1758.66,566.514,2.36517,300,5,0,3150,0,1,0,0,0),(121292,31263,571,1,1,27543,0,7175.38,2110.74,649.61,0.178431,300,5,0,3150,0,1,0,0,0),(121293,31263,571,1,1,27543,0,6798.17,1762.87,604.126,2.83535,300,5,0,3150,0,1,0,0,0),(121294,31263,571,1,1,27543,0,6809.07,1755.62,604.126,2.07272,300,5,0,3150,0,1,0,0,0),(121295,31263,571,1,1,27543,0,6897.81,1700.73,567.263,6.08678,300,5,0,3150,0,1,0,0,0),(121296,31263,571,1,1,27543,0,7312.48,2047.41,598.173,1.53059,300,5,0,3150,0,1,0,0,0),(121297,31775,571,1,1,17444,0,6387.32,2203.81,486.526,3.45238,300,5,0,40320,44070,1,0,0,0),(121298,31263,571,1,1,27543,0,6894.6,1703.45,567.263,2.53325,300,5,0,3150,0,1,0,0,0),(121299,31263,571,1,1,27543,0,6802.6,1765.5,604.126,4.22318,300,5,0,3150,0,1,0,0,0),(121300,31263,571,1,1,27543,0,6900.65,1699.59,567.263,1.80175,300,5,0,3150,0,1,0,0,0),(209078,27699,571,1,1,0,1,2571.94,-3991.87,280.068,0,120,0,0,1,0,2,0,0,0),(209077,27699,571,1,1,0,1,2673.12,-4088.24,356.816,0,120,0,0,1,0,2,0,0,0),(209076,27699,571,1,1,0,1,2628.2,-4141.46,327.478,0,120,0,0,1,0,2,0,0,0),(209075,27699,571,1,1,0,1,2784.57,-4011.17,379.681,0,120,0,0,1,0,2,0,0,0),(209074,27699,571,1,1,0,1,2714.58,-3939.84,375.152,0,120,0,0,1,0,2,0,0,0),(209073,27699,571,1,1,0,1,2708.68,-3949.61,375.777,0,120,0,0,1,0,2,0,0,0),(121307,31263,571,1,1,27543,0,6889.19,1703.67,559.961,2.34169,300,5,0,3150,0,1,0,0,0),(209072,27699,571,1,1,0,1,2731.57,-4059.09,387.192,0,120,0,0,1,0,2,0,0,0),(121309,31263,571,1,1,27543,0,7174.88,1908.18,549.398,0.714901,300,5,0,3150,0,1,0,0,0),(209071,27699,571,1,1,0,1,2736.77,-4092.96,380.924,0,120,0,0,1,0,2,0,0,0),(209070,27699,571,1,1,0,1,2638.91,-3954.67,325.141,0,120,0,0,1,0,2,0,0,0),(209069,27699,571,1,1,0,1,2697.42,-4016.82,376.924,0,120,0,0,1,0,2,0,0,0),(121313,30751,571,1,1,27354,1,6859.49,3816.24,617.187,2.51327,300,0,0,9740,8636,0,0,0,0),(121314,30751,571,1,1,27354,1,6816.42,3756.49,621.161,1.01229,300,0,0,9740,8636,0,0,0,0),(121315,30751,571,1,1,27354,1,6835.61,3822.66,617.186,1.01229,300,0,0,9740,8636,0,0,0,0),(121316,30751,571,1,1,27353,1,6811.4,3822.57,617.103,1.00376,300,5,0,9740,8636,1,0,0,0),(121317,30751,571,1,1,27353,1,6784.52,3776.68,621.161,1.09956,300,0,0,9740,8636,0,0,0,0),(121318,30751,571,1,1,27354,1,6814.68,3844.27,617.187,5.72468,300,0,0,9740,8636,0,0,0,0),(121319,30751,571,1,1,27354,1,6819.25,3796.86,621.153,1.0472,300,0,0,9740,8636,0,0,0,0),(121320,31776,571,1,1,27704,1,6810.88,1869.7,579.6,2.80998,300,0,0,12600,0,0,0,0,0),(1975805,22515,631,15,1,0,0,530.625,-2166.15,840.94,0,120,0,0,0,0,0,0,0,0),(1975804,22515,631,15,1,0,0,521.602,-2079.36,840.94,0,120,0,0,0,0,0,0,0,0),(1975803,22515,631,15,1,0,0,515.104,-2058.46,845.878,0,120,0,0,0,0,0,0,0,0),(1975802,22515,631,15,1,0,0,512.806,-2172.62,840.94,0,120,0,0,0,0,0,0,0,0),(1975801,22515,631,15,1,0,0,503.969,-2075.85,840.94,0,120,0,0,0,0,0,0,0,0),(1975800,22515,631,15,1,0,0,500.323,-2188.93,845.878,0,120,0,0,0,0,0,0,0,0),(1975799,22515,631,15,1,0,0,494.024,-2172.17,840.94,0,120,0,0,0,0,0,0,0,0),(137704,36776,571,1,1,30438,1,5916.81,554.344,609.942,3.85718,120,0,0,17010,0,0,0,0,0),(137703,36774,571,1,1,30310,1,5760.48,714.908,618.734,2.3911,120,0,0,17010,0,0,0,0,0),(137702,36670,571,1,1,28680,0,5892.6,471.069,641.745,3.61283,120,0,0,12600,3994,0,0,0,0),(137701,36669,571,1,1,28755,0,5745.5,720.524,657.121,0.645772,120,0,0,12600,3994,0,0,0,0),(121337,31265,571,1,1,26715,0,7242.79,1904.88,566.842,3.07178,300,0,0,12600,0,0,0,0,0),(121338,31265,571,1,1,26715,0,7230.69,2070.07,574.49,3.9968,300,0,0,12600,0,0,0,0,0),(121339,31265,571,1,1,26715,0,6752.25,1691.57,561.083,0.20944,300,0,0,12600,0,0,0,0,0),(121340,31265,571,1,1,26715,0,6786.14,1688.99,559.083,0.593412,300,0,0,12600,0,0,0,0,0),(121342,32289,571,1,1,10421,1,8099.93,2370.18,484.783,2.58309,300,0,0,9740,8636,0,0,0,0),(121343,32289,571,1,1,10421,1,8106.95,2374.48,484.779,4.46804,300,0,0,9740,8636,0,0,0,0),(121344,31265,571,1,1,26715,0,7084.77,1821.09,528.399,1.62316,300,0,0,12600,0,0,0,0,0),(121345,32289,571,1,1,10421,1,8057.43,2317.1,484.74,3.80407,300,5,0,9740,8636,1,0,0,0),(121346,32289,571,1,1,10421,1,8071.21,2311.54,484.779,4.90438,300,0,0,9740,8636,0,0,0,0),(121347,32289,571,1,1,10421,1,8044.13,2350.49,484.676,1.39029,300,5,0,9740,8636,1,0,0,0),(121348,32289,571,1,1,10421,1,8016.96,2355.2,484.008,6.2343,300,5,0,9740,8636,1,0,0,0),(121349,32289,571,1,1,10421,1,8013.22,2382.46,483.964,0.76639,300,5,0,9740,8636,1,0,0,0),(121350,32289,571,1,1,10421,1,7977.58,2351.06,483.909,2.59353,300,5,0,9740,8636,1,0,0,0),(121351,32289,571,1,1,10421,1,7980.48,2316.35,483.967,5.06145,300,0,0,9740,8636,0,0,0,0),(85124,34788,571,1,1,27183,0,8411.25,754.731,549.264,5.21853,180,0,0,1,0,0,0,0,0),(121359,32290,571,1,1,10411,1,8082.8,2329.25,484.819,3.40339,300,0,0,9740,8636,0,0,0,0),(121360,32290,571,1,1,10408,1,8080.53,2353.62,484.798,3.47414,300,0,0,9740,8636,2,0,0,0),(121361,32290,571,1,1,10409,1,8000.95,2309.66,484.724,5.42797,300,0,0,9740,8636,0,0,0,0),(121362,32290,571,1,1,10409,1,8009,2374.87,483.964,2.36619,300,5,0,9740,8636,1,0,0,0),(121363,32290,571,1,1,10410,1,7992.84,2367.67,483.935,6.16626,300,5,0,9740,8636,1,0,0,0),(121364,32290,571,1,1,10409,1,7970.37,2337.47,483.909,2.62915,300,5,0,9740,8636,1,0,0,0),(121365,32290,571,1,1,10410,1,7996.62,2351.88,483.909,1.67299,300,5,0,9740,8636,1,0,0,0),(121366,32290,571,1,1,10411,1,8051.79,2356.22,484.728,1.84704,300,5,0,9740,8636,1,0,0,0),(121367,31266,571,1,1,26734,1,8285.62,2774.21,655.128,0.283366,300,0,0,12600,0,0,0,0,0),(121368,32290,571,1,1,10411,1,8028.34,2387.6,483.839,4.66362,300,5,0,9740,8636,1,0,0,0),(121370,31266,571,1,1,26734,1,8286.04,2776.08,655.238,3.79651,300,5,0,12600,0,1,0,0,0),(121371,31779,571,1,1,26919,0,6488.8,2247.07,480.988,4.62244,300,5,0,12600,3994,1,0,0,0),(121372,31779,571,1,1,27706,0,6374.35,2190.31,488.038,2.9927,300,5,0,12600,3994,1,0,0,0),(121373,31779,571,1,1,27706,0,6469.74,2264.5,475.368,3.77592,300,5,0,12600,3994,1,0,0,0),(121374,30243,571,1,1,25799,1,7064.11,4503.78,601.121,5.21853,300,0,0,12175,3893,0,0,0,0),(121375,30243,571,1,1,25800,1,7067.05,4498.86,601.121,2.21657,300,0,0,12175,3893,0,0,0,0),(121376,31779,571,1,1,27705,0,6404.52,2182.22,489.602,2.24345,300,5,0,12600,3994,1,0,0,0),(121381,30243,571,1,1,25801,1,6985.28,4322.88,680.772,2.87979,300,0,0,12175,3893,0,0,0,0),(121385,30243,571,1,1,25801,1,7046.06,4396.59,762.463,1.32645,300,0,0,12175,3893,0,0,0,0),(121386,30243,571,1,1,25800,1,7128.08,4428.35,680.274,0.279253,300,0,0,12175,3893,0,0,0,0),(121388,30243,571,1,1,25800,1,6963.46,4444.1,663.189,2.18166,300,0,0,12175,3893,0,0,0,0),(121391,30243,571,1,1,25799,1,7075.97,4439.13,679.964,3.01942,300,0,0,12175,3893,0,0,0,0),(121392,30243,571,1,1,25800,1,6921.13,4465.72,601.121,5.09636,300,0,0,12175,3893,0,0,0,0),(121393,31779,571,1,1,26919,0,6383.27,2091.39,505.023,0.161212,300,5,0,12600,3994,1,0,0,0),(121394,30243,571,1,1,25801,1,7024.4,4544.39,601.646,1.64061,300,0,0,12175,3893,0,0,0,0),(85123,34788,571,1,1,27173,0,8404.98,767.736,550.53,4.20624,180,0,0,1,0,0,0,0,0),(150185,15440,1,1,1,0,1,-7168.18,1380.71,2.91784,1.09484,540,0,0,1,0,0,0,0,0),(137700,40441,1,1,1,0,0,9932.78,2490.91,1317.7,1.25664,120,0,0,1,0,0,0,0,0),(137699,24484,1,1,1,0,0,9973.21,2205.5,1329.18,3.1765,120,0,0,1,0,0,0,0,0),(137698,24484,1,1,1,0,0,9971.58,2202.91,1329.03,1.78024,120,0,0,1,0,0,0,0,0),(137697,24484,1,1,1,0,0,9969.95,2207.43,1329.44,5.21853,120,0,0,1,0,0,0,0,0),(137696,24484,1,1,1,0,0,9968.76,2205.51,1329.21,6.24828,120,0,0,1,0,0,0,0,0),(121407,30243,571,1,1,25800,1,7154.09,4043.24,595.216,5.06145,300,0,0,12175,3893,0,0,0,0),(121408,30243,571,1,1,25799,1,7003.72,4216.12,666.265,3.83972,300,0,0,12175,3893,0,0,0,0),(121409,30243,571,1,1,25800,1,7225.97,4125.27,630.316,1.6057,300,0,0,12175,3893,0,0,0,0),(121410,31267,571,1,1,27548,1,6926.92,1662.05,524.182,0.418879,300,0,0,10080,8814,0,0,0,0),(121411,31267,571,1,1,27548,1,7088.11,1888.09,532.577,1.46608,300,0,0,10080,8814,0,0,0,0),(121412,31267,571,1,1,27548,1,7022.53,2111.86,623.156,2.98451,300,0,0,10080,8814,0,0,0,0),(121413,31267,571,1,1,27548,1,7062.93,2084.63,628.247,0.645772,300,0,0,10080,8814,0,0,0,0),(121414,30243,571,1,1,25799,1,7049.82,4182.71,665.973,3.01942,300,0,0,12175,3893,0,0,0,0),(121415,31779,571,1,1,27706,0,6425.07,2245.44,477.49,4.40495,300,5,0,12600,3994,1,0,0,0),(121416,30243,571,1,1,25799,1,7257.27,4171.42,576.298,1.72788,300,0,0,12175,3893,0,0,0,0),(121417,30243,571,1,1,25800,1,7292.3,4189.98,576.374,4.83456,300,0,0,12175,3893,0,0,0,0),(121418,30243,571,1,1,25799,1,6878.82,4026.68,615.717,5.2709,300,0,0,12175,3893,0,0,0,0),(121419,30243,571,1,1,25800,1,6882.15,4021.44,615.718,2.11185,300,0,0,12175,3893,0,0,0,0),(121420,30243,571,1,1,25800,1,6923.23,3970.16,616.219,3.94571,300,0,0,12175,3893,0,0,0,0),(121421,31779,571,1,1,27705,0,6454.73,2216.16,482.528,1.90212,300,5,0,12600,3994,1,0,0,0),(121422,31779,571,1,1,26919,0,6449.39,2281.31,472.219,5.3953,300,5,0,12600,3994,1,0,0,0),(121423,31267,571,1,1,0,1,7142.47,1762.1,489.355,0.469343,300,0,0,10080,8814,0,0,0,0),(121424,31779,571,1,1,27705,0,6394.55,2261.62,479.737,4.20713,300,5,0,12600,3994,1,0,0,0),(121425,31267,571,1,1,27548,1,6762.16,1828.12,584.48,3.29867,300,0,0,10080,8814,0,0,0,0),(121426,30243,571,1,1,25800,1,6913.22,3905.09,616.255,4.58242,300,0,0,12175,3893,0,0,0,0),(121427,30243,571,1,1,25799,1,6888.17,3925.78,616.761,1.47303,300,0,0,12175,3893,0,0,0,0),(121428,30243,571,1,1,25800,1,7086.64,3984.97,581.31,2.42601,300,0,0,12175,3893,0,0,0,0),(121429,30243,571,1,1,25799,1,8124.21,3407.02,672.119,5.48907,300,5,0,12175,3893,1,0,0,0),(121430,30243,571,1,1,25800,1,8225.86,3658.25,655.205,1.55334,300,0,0,12175,3893,0,0,0,0),(121431,30243,571,1,1,25801,1,8170.68,3581.27,655.324,4.79809,300,0,0,12175,3893,0,0,0,0),(121432,30243,571,1,1,25799,1,8131.72,3535.27,655.321,5.80002,300,0,0,12175,3893,0,0,0,0),(121433,30243,571,1,1,25799,1,8158.31,3402.16,671.409,0.890118,300,0,0,12175,3893,0,0,0,0),(121434,30243,571,1,1,25799,1,8198.16,3434.01,655.333,1.32341,300,0,0,12175,3893,0,0,0,0),(121435,30243,571,1,1,25801,1,8261.63,3581.56,655.232,3.57003,300,0,0,12175,3893,0,0,0,0),(121436,30243,571,1,1,25801,1,7862.03,3667.57,655.771,3.49066,300,0,0,12175,3893,0,0,0,0),(121437,30243,571,1,1,25800,1,7764.53,3583.46,665.876,1.20428,300,0,0,12175,3893,0,0,0,0),(121438,30243,571,1,1,25801,1,7719.72,3706.3,653.799,3.75246,300,0,0,12175,3893,0,0,0,0),(121439,30243,571,1,1,25799,1,7745.18,3507.35,661.578,3.7001,300,0,0,12175,3893,0,0,0,0),(121440,31779,571,1,1,27707,0,6477.6,2318.42,466.861,5.10581,300,5,0,12600,3994,1,0,0,0),(121441,31267,571,1,1,27548,1,6744.96,1735.24,568.877,2.94961,300,0,0,10080,8814,0,0,0,0),(121442,30243,571,1,1,25801,1,7794.48,3436.9,659.486,1.0472,300,0,0,12175,3893,0,0,0,0),(121443,30243,571,1,1,25800,1,8072.83,3439.56,674.922,2.47837,300,0,0,12175,3893,0,0,0,0),(121444,30243,571,1,1,25801,1,8098.96,3464.69,671.531,0.767945,300,0,0,12175,3893,0,0,0,0),(121445,31267,571,1,1,27548,1,7029.35,1720.73,517.069,1.32645,300,0,0,10080,8814,0,0,0,0),(121446,31267,571,1,1,27548,1,6929.84,1733.99,516.768,3.50811,300,0,0,10080,8814,0,0,0,0),(121447,31267,571,1,1,27548,1,7011.81,1700.46,513.982,1.95477,300,0,0,10080,8814,0,0,0,0),(121448,30243,571,1,1,25801,1,8326.98,3349.53,641.736,3.07178,300,0,0,12175,3893,0,0,0,0),(121449,31267,571,1,1,27548,1,6969.64,1717.96,514.336,4.87608,300,0,0,10080,8814,2,0,0,0),(121450,30243,571,1,1,25800,1,7160.26,3956.3,582.133,3.42085,300,0,0,12175,3893,0,0,0,0),(121451,31267,571,1,1,27548,1,6776.47,1722.3,566.562,0.401426,300,0,0,10080,8814,0,0,0,0),(121452,30243,571,1,1,25799,1,8300.76,3369.64,643.668,3.94444,300,0,0,12175,3893,0,0,0,0),(121453,31267,571,1,1,27548,1,6773.06,1806.77,580.608,5.13127,300,0,0,10080,8814,0,0,0,0),(121454,31267,571,1,1,27548,1,7177.52,2006.13,579.659,5.37561,300,0,0,10080,8814,0,0,0,0),(121455,31267,571,1,1,27548,1,6816.61,1668.92,560.815,5.72468,300,0,0,10080,8814,0,0,0,0),(121456,31267,571,1,1,27548,1,7009.2,2128.41,623.17,3.03687,300,0,0,10080,8814,0,0,0,0),(121457,30243,571,1,1,25801,1,8284.51,3427.66,659.084,3.45575,300,0,0,12175,3893,0,0,0,0),(121458,31267,571,1,1,27548,1,7026.4,2156.96,623.165,2.96706,300,0,0,10080,8814,0,0,0,0),(121459,30243,571,1,1,25799,1,8228.85,3402.81,658.569,5.93412,300,0,0,12175,3893,0,0,0,0),(121460,30243,571,1,1,25799,1,8256.32,3454.02,655.335,2.49731,300,0,0,12175,3893,0,0,0,0),(121461,30243,571,1,1,25800,1,8277.99,3473.62,655.375,2.81026,300,0,0,12175,3893,0,0,0,0),(121462,30243,571,1,1,25800,1,8229.69,3440.67,655.264,2.13255,300,0,0,12175,3893,0,0,0,0),(121463,31267,571,1,1,27548,1,7191.14,2087.61,579.889,5.33815,300,0,0,10080,8814,2,0,0,0),(121464,31267,571,1,1,27548,1,7115.46,2167.11,617.435,5.3058,300,0,0,10080,8814,0,0,0,0),(121465,31267,571,1,1,27548,1,7135.57,1758.61,490.224,0.296706,300,0,0,10080,8814,0,0,0,0),(121466,30243,571,1,1,25799,1,8233.25,3588.32,655.33,4.23761,300,0,0,12175,3893,0,0,0,0),(121467,31267,571,1,1,27548,1,7185.3,1782.98,488.446,5.11381,300,0,0,10080,8814,0,0,0,0),(121468,31267,571,1,1,27548,1,7130.67,2071.38,621.986,4.38078,300,0,0,10080,8814,0,0,0,0),(121469,31267,571,1,1,27548,1,7219.81,2026.98,574.338,3.29867,300,0,0,10080,8814,2,0,0,0),(121470,32291,571,1,1,27888,1,8122.83,2345.91,484.805,3.19395,300,0,0,12600,0,0,0,0,0),(121471,30243,571,1,1,25800,1,7618.81,3597.16,656.54,2.09439,300,0,0,12175,3893,0,0,0,0),(121472,30243,571,1,1,25801,1,7687.68,3682.05,653.096,5.60251,300,0,0,12175,3893,0,0,0,0),(121473,30243,571,1,1,25800,1,7518.04,3691.2,623.41,4.43314,300,0,0,12175,3893,0,0,0,0),(121474,30243,571,1,1,25800,1,7649.3,3630.51,656.864,1.3439,300,0,0,12175,3893,0,0,0,0),(121475,30243,571,1,1,25799,1,7893.05,3464.89,671.823,1.15192,300,0,0,12175,3893,0,0,0,0),(121476,30243,571,1,1,25801,1,7541.77,3714.73,622.986,1.81514,300,0,0,12175,3893,0,0,0,0),(121477,30243,571,1,1,25801,1,8294.66,3273.88,655.783,2.28205,300,0,0,12175,3893,0,0,0,0),(121478,30243,571,1,1,25801,1,7523.21,3602.07,625.111,1.20428,300,0,0,12175,3893,0,0,0,0),(121479,30243,571,1,1,25800,1,8312.43,3625.46,655.322,0.767945,300,0,0,12175,3893,0,0,0,0),(121480,30243,571,1,1,25800,1,7476.13,3680.17,623.427,5.07891,300,0,0,12175,3893,0,0,0,0),(121481,30243,571,1,1,25800,1,7529.94,3659.24,623.41,3.00197,300,0,0,12175,3893,0,0,0,0),(121482,30243,571,1,1,25799,1,8104.16,3620.97,655.338,2.1293,300,0,0,12175,3893,0,0,0,0),(121483,30243,571,1,1,25801,1,7859.22,3723.09,653.403,0.575959,300,0,0,12175,3893,0,0,0,0),(121484,30243,571,1,1,25800,1,7746.02,3700.52,654.42,0.034907,300,0,0,12175,3893,0,0,0,0),(121485,30243,571,1,1,25799,1,7752.24,3745.34,653.192,2.14675,300,0,0,12175,3893,0,0,0,0),(121486,30243,571,1,1,25800,1,7818.2,3751.28,652.877,1.37881,300,0,0,12175,3893,0,0,0,0),(121487,30243,571,1,1,25801,1,7821.11,3708.73,655.147,4.03171,300,0,0,12175,3893,0,0,0,0),(121488,30243,571,1,1,25801,1,7813.42,3668.27,653.133,5.44239,300,5,0,12175,3893,1,0,0,0),(121489,30243,571,1,1,25801,1,7722.24,3683.17,653.118,5.34071,300,0,0,12175,3893,0,0,0,0),(121490,30243,571,1,1,25801,1,7861.62,3569.76,653.138,3.35103,300,0,0,12175,3893,0,0,0,0),(121491,30243,571,1,1,25799,1,7815.38,3498.1,663.244,3.00197,300,0,0,12175,3893,0,0,0,0),(121492,30243,571,1,1,25801,1,7672.53,3446.33,655.965,2.71993,300,5,0,12175,3893,1,0,0,0),(121493,30243,571,1,1,25801,1,7793.85,3461.82,660.064,2.14675,300,0,0,12175,3893,0,0,0,0),(121494,30243,571,1,1,25800,1,7687.96,3452.87,660.318,6.10865,300,0,0,12175,3893,0,0,0,0),(121495,32548,571,1,1,28050,0,3944.48,6870.9,527.405,5.5676,300,0,0,151200,31952,0,0,0,0),(121496,31780,571,1,1,23883,0,6148.53,2050.28,548.436,4.55447,300,5,0,12600,0,1,0,0,0),(121497,31012,571,1,1,26804,0,6420.04,1687.55,569.111,1.48353,300,0,0,12600,0,0,0,0,0),(121498,31012,571,1,1,26804,0,6405.54,1653.2,579.39,2.30383,300,0,0,12600,0,0,0,0,0),(121499,31012,571,1,1,26804,0,6400.35,1643.93,600.349,2.33874,300,0,0,12600,0,0,0,0,0),(121500,31012,571,1,1,26804,0,6381.31,1715.12,546.677,1.62316,300,0,0,12600,0,0,0,0,0),(121501,31780,571,1,1,23883,0,6039.17,2025.71,527.474,1.30911,300,5,0,12600,0,1,0,0,0),(121502,31012,571,1,1,26804,0,6208.67,1793.61,617.382,0.593412,300,0,0,12600,0,0,0,0,0),(121503,31012,571,1,1,26804,0,6205.06,1767.97,619.533,0.750492,300,0,0,12600,0,0,0,0,0),(121504,31012,571,1,1,26804,0,6241.39,1706.26,599.038,0,300,0,0,12600,0,0,0,0,0),(121505,31012,571,1,1,26804,0,6472.36,1677.34,576.605,2.35619,300,0,0,12600,0,0,0,0,0),(121506,31012,571,1,1,26804,0,6429.15,1660.39,595.302,2.42601,300,0,0,12600,0,0,0,0,0),(121507,31012,571,1,1,26804,0,6216.64,1785.2,592.153,0.750492,300,0,0,12600,0,0,0,0,0),(121508,31012,571,1,1,26804,0,6257.61,1739.57,581.576,6.16101,300,0,0,12600,0,0,0,0,0),(121509,31012,571,1,1,26804,0,6238.85,1729.19,598.615,0.017453,300,0,0,12600,0,0,0,0,0),(121510,31012,571,1,1,26804,0,6220.54,1703.19,627.699,5.48033,300,0,0,12600,0,0,0,0,0),(121511,31012,571,1,1,26804,0,6385.01,1703.41,563.539,1.50098,300,0,0,12600,0,0,0,0,0),(121512,31012,571,1,1,26804,0,6235.08,1762.35,594.648,0.628319,300,0,0,12600,0,0,0,0,0),(121513,27173,571,1,1,24567,1,3595.29,6652.3,196.193,6.14356,300,0,0,42540,14244,0,0,0,0),(121514,31781,571,1,1,27708,1,7018.92,2186.58,628.258,3.80482,300,0,0,12600,0,0,0,0,0),(121515,31783,571,1,1,25243,1,7730.34,1027.08,445.33,0.219362,300,0,0,12600,3994,0,0,0,0),(121516,31783,571,1,1,25243,1,7603.35,871.75,482.088,3.40433,300,5,0,12600,3994,1,0,0,0),(121517,31783,571,1,1,25243,1,7566.89,776.791,480.621,0.747407,300,5,0,12600,3994,1,0,0,0),(121518,31783,571,1,1,25243,1,7887.87,1181.27,447.301,6.1278,300,5,0,12600,3994,1,0,0,0),(121519,31783,571,1,1,25243,1,7823.66,1207.24,440.261,0.972574,300,5,0,12600,3994,1,0,0,0),(121520,31783,571,1,1,25243,1,7912.56,1102.84,451.724,1.2864,300,5,0,12600,3994,1,0,0,0),(121521,31783,571,1,1,25243,1,7896.7,1038.31,451.608,5.13435,300,5,0,12600,3994,1,0,0,0),(121522,31783,571,1,1,25243,1,7786.67,987.013,448.878,0.196971,300,5,0,12600,3994,1,0,0,0),(121523,31783,571,1,1,25243,1,7709.98,1051.84,445.389,2.34511,300,5,0,12600,3994,1,0,0,0),(121524,31783,571,1,1,25243,1,7691.43,1116.3,440.146,5.09036,300,5,0,12600,3994,1,0,0,0),(121525,31783,571,1,1,25243,1,7743.87,1195.26,442.154,0.729678,300,5,0,12600,3994,1,0,0,0),(121526,31783,571,1,1,25243,1,7567.85,894.089,483.816,2.38994,300,5,0,12600,3994,1,0,0,0),(121527,31783,571,1,1,25243,1,7831.47,1102.27,391.659,1.89518,300,5,0,12600,3994,1,0,0,0),(121528,31783,571,1,1,25243,1,7721.17,778.358,478.96,6.19292,300,5,0,12600,3994,1,0,0,0),(121529,31783,571,1,1,25243,1,7899.8,1276.49,445.656,6.12029,300,5,0,12600,3994,1,0,0,0),(121530,31273,571,1,1,24678,1,6824.34,1054.3,293.527,0.418879,300,0,0,126,0,0,0,0,0),(121531,31273,571,1,1,24676,1,6568.56,1197.76,277.022,0.680678,300,0,0,126,0,0,0,0,0),(121532,32297,571,1,1,26446,1,8155.77,2251.67,499.82,6.02139,80,0,0,9740,8636,0,0,0,0),(121533,32297,571,1,1,26446,1,8139.65,2274.98,499.82,1.69297,80,0,0,9740,8636,0,0,0,0),(121534,32297,571,1,1,26446,1,8163.22,2252.88,499.82,3.83972,80,0,0,9740,8636,0,0,0,0),(121535,32297,571,1,1,26446,1,8160.97,2244.78,499.82,1.90241,80,0,0,9740,8636,0,0,0,0),(121536,31273,571,1,1,24675,1,6452.02,1185.17,285.523,1.69297,300,0,0,126,0,0,0,0,0),(121537,31273,571,1,1,24676,1,6671.41,1123.32,274.826,6.16101,300,0,0,126,0,0,0,0,0),(121538,31273,571,1,1,24675,1,6740.24,1132.23,277.073,3.59538,300,0,0,126,0,0,0,0,0),(121539,31273,571,1,1,24678,1,6610.98,1173.13,273.737,3.12414,300,0,0,126,0,0,0,0,0),(121540,31273,571,1,1,24676,1,6548.58,1232.63,286.41,3.24631,300,0,0,126,0,0,0,0,0),(121541,31273,571,1,1,24676,1,6521.05,1224.2,286.823,2.89725,300,0,0,126,0,0,0,0,0),(121542,32297,571,1,1,26446,1,8197.76,2273.79,499.82,1.48353,80,0,0,9740,8636,0,0,0,0),(121543,32297,571,1,1,26446,1,8216,2248.72,499.82,6.17846,80,0,0,9740,8636,0,0,0,0),(121544,30250,571,1,1,26614,0,7893.31,3303.93,632.762,1.95477,300,0,0,12175,0,0,0,131842,32),(121545,30250,571,1,1,26614,0,7918.44,3327.47,632.77,2.74017,300,0,0,12175,0,0,0,131842,32),(121546,30250,571,1,1,26914,0,7891.62,3307.88,632.754,1.90241,300,0,0,12175,0,0,0,131842,32),(121547,30250,571,1,1,26614,0,7910.09,3326.81,632.736,5.93412,300,0,0,12175,0,0,0,131842,32),(121548,30250,571,1,1,26614,0,7896.82,3307.47,632.708,3.28122,300,0,0,12175,0,0,0,131842,32),(121549,30250,571,1,1,26614,0,7913.75,3324.87,632.728,1.41372,300,0,0,12175,0,0,0,131842,32),(121550,30250,571,1,1,26914,0,7906.16,3302.44,632.593,1.16937,300,0,0,12175,0,0,0,131842,32),(121551,32298,571,1,1,27896,0,7889.71,2059.34,596.551,2.1293,300,5,0,42,0,1,0,0,0),(121552,32298,571,1,1,27896,0,7887.62,2056.78,597.489,3.9619,300,5,0,42,0,1,0,0,0),(121553,31786,571,1,1,25177,0,7018,2184.91,628.326,1.44862,300,5,0,8982,3155,1,0,0,0),(121554,31786,571,1,1,25177,0,6808.95,1869.63,579.496,2.32129,300,5,0,8982,3155,1,0,0,0),(121555,30250,571,1,1,26914,0,7914.79,3330.97,632.781,4.74729,300,0,0,12175,0,0,0,131842,32),(121556,30250,571,1,1,26914,0,7889.61,3305.29,632.777,5.07891,300,0,0,12175,0,0,0,131842,32),(121557,30250,571,1,1,26914,0,7924.44,3314.16,632.661,0.715585,300,0,0,12175,0,0,0,131842,32),(121558,30250,571,1,1,26614,0,7905.59,3294.88,632.693,3.26377,300,0,0,12175,0,0,0,131842,32),(121559,32298,571,1,1,27896,0,7627.61,2061.56,597.398,2.19912,300,5,0,42,0,1,0,0,0),(121561,31786,571,1,1,25177,0,6810.82,1871.28,579.621,3.21141,300,5,0,8982,3155,1,0,0,0),(121562,32298,571,1,1,27896,0,7627.28,2058.79,597.94,4.01426,300,5,0,42,0,1,0,0,0),(121563,30250,571,1,1,26914,0,7904.11,3315.39,634.767,2.25148,300,0,0,12175,0,0,0,131842,32),(121564,30250,571,1,1,26614,1,8153.89,3618.48,658.346,1.42874,300,5,0,12175,0,1,0,0,0),(121565,30250,571,1,1,26914,1,8132.39,3569.23,658.053,3.93079,300,5,0,12175,0,1,0,0,0),(121566,30250,571,1,1,26614,1,8094.46,3569.17,657.925,1.79762,300,5,0,12175,0,1,0,0,0),(121567,30250,571,1,1,26614,1,8392.54,3404.55,639.942,2.76152,300,5,0,12175,0,1,0,0,0),(121568,30250,571,1,1,26914,1,8016.49,3631.65,626.629,0.863147,300,5,0,12175,0,1,0,0,0),(121569,30250,571,1,1,26914,1,8323.38,3559.22,658.154,5.93502,300,5,0,12175,0,1,0,0,0),(121570,30250,571,1,1,26914,1,8318.43,3470.82,657.355,2.30458,300,5,0,12175,0,1,0,0,0),(121571,30250,571,1,1,26914,1,8257.86,3611.28,658.007,0.229869,300,5,0,12175,0,1,0,0,0),(121572,30250,571,1,1,26614,1,7988.45,3304.26,676.112,5.6838,300,5,0,12175,0,1,0,0,0),(121573,30250,571,1,1,26914,1,8061.22,3377.51,676.116,4.84581,300,5,0,12175,0,1,0,0,0),(121574,30250,571,1,1,26914,1,7954.83,3251.63,632.815,5.93061,300,5,0,12175,0,1,0,0,0),(121575,30250,571,1,1,26914,1,8021.25,3325.45,676.112,1.47122,300,5,0,12175,0,1,0,0,0),(121576,30250,571,1,1,26614,1,8004.1,3220.84,676.112,2.28253,300,5,0,12175,0,1,0,0,0),(121577,30250,571,1,1,26914,1,7955.58,3270.26,676.139,1.85943,300,5,0,12175,0,1,0,0,0),(121578,30250,571,1,1,26914,1,7906.52,3310.68,654.404,3.27509,300,5,0,12175,0,1,0,0,0),(121579,30250,571,1,1,26914,1,7918.48,3313.11,654.394,2.80533,300,5,0,12175,0,1,0,0,0),(121580,30250,571,1,1,26914,1,7945.74,3285.21,634.821,4.60603,300,5,0,12175,0,1,0,0,0),(121581,31787,571,1,1,7616,0,6304.42,2562.41,568.77,0.453786,300,0,0,12175,3893,0,0,0,0),(121582,31787,571,1,1,7616,0,6223.43,2450,569.187,5.09636,300,0,0,12175,3893,0,0,0,0),(121583,31787,571,1,1,7616,0,6152.87,2116.96,635.958,5.23599,300,0,0,12175,3893,0,0,0,0),(121584,31787,571,1,1,7616,0,5921.8,2256.23,636.125,2.09439,300,0,0,12175,3893,0,0,0,0),(121585,31787,571,1,1,7616,0,6085.63,2085.2,635.958,5.23599,300,0,0,12175,3893,0,0,0,0),(121586,31787,571,1,1,7616,0,6173.84,2502.77,568.77,3.71755,300,0,0,12175,3893,0,0,0,0),(121587,31787,571,1,1,7616,0,6062.04,2142.98,635.795,1.98606,300,0,0,12175,3893,0,0,0,0),(121588,31787,571,1,1,7616,0,6312.61,2491.6,569.187,5.07891,300,0,0,12175,3893,0,0,0,0),(121589,31787,571,1,1,7616,0,6184.03,2172.22,636.514,0.349066,300,0,0,12175,3893,0,0,0,0),(121590,31787,571,1,1,7616,0,6271.69,2548.27,568.77,3.68265,300,0,0,12175,3893,0,0,0,0),(121591,32299,571,1,1,27897,1,7763.33,2059.05,499.766,3.13522,300,0,0,75600,0,2,0,0,0),(121592,32299,571,1,1,27897,1,7631.03,2060.29,499.765,3.11767,300,0,0,75600,0,2,0,0,0),(121593,32299,571,1,1,27897,1,7862.69,2058.2,499.758,6.2756,300,0,0,75600,0,2,0,0,0),(121594,32299,571,1,1,27897,1,6994.54,1211.39,307.47,3.63029,300,0,0,75600,0,0,0,0,0),(121595,31787,571,1,1,7616,0,6110.05,2330.27,636.236,6.08098,300,0,0,12175,3893,0,0,0,0),(121596,31787,571,1,1,7616,0,6018.12,2234.34,636.125,5.23599,300,0,0,12175,3893,0,0,0,0),(121597,31787,571,1,1,7616,0,5900.25,2039.12,555.94,4.5047,300,0,0,12175,3893,0,0,0,0),(121598,31787,571,1,1,7616,0,6132.97,2168.56,635.795,1.99593,300,0,0,12175,3893,0,0,0,0),(121599,31787,571,1,1,7616,0,6193.43,2150.64,635.958,0.418879,300,0,0,12175,3893,0,0,0,0),(121600,31787,571,1,1,7616,0,6083.79,2271.65,636.125,5.17281,300,0,0,12175,3893,0,0,0,0),(121601,31787,571,1,1,7616,0,6058.79,2320.8,636.125,2.09439,300,0,0,12175,3893,0,0,0,0),(121602,32299,571,1,1,27897,1,7794.48,2686.21,533.403,3.44286,300,0,0,75600,0,2,0,0,0),(121603,32299,571,1,1,27897,1,8206.13,2385.44,606.975,1.01155,300,0,0,75600,0,2,0,0,0),(121604,31787,571,1,1,7616,0,6205.54,2518.92,568.77,0.506145,300,0,0,12175,3893,0,0,0,0),(121605,31787,571,1,1,7616,0,5990.01,2288.69,636.125,2.09439,300,0,0,12175,3893,0,0,0,0),(137686,14849,1,1,1,14912,0,-1611.29,118,-17.1982,0.584211,120,0,0,1,0,2,0,0,0),(121607,24110,571,1,1,0,0,8219.73,3519.1,625.074,3.12414,300,0,0,1,0,0,0,0,0),(121608,24110,571,1,1,0,0,8219.64,3519.17,683.482,1.76278,300,0,0,1,0,0,0,0,0),(121609,24110,571,1,1,0,0,6920.47,1973.47,523.387,5.91667,300,0,0,1,0,0,0,0,0),(121610,24110,571,1,1,0,0,6915.35,2026.36,518.54,2.02458,300,0,0,1,0,0,0,0,0),(121611,24110,571,1,1,0,0,7026.62,1876.39,533.01,2.67035,300,0,0,1,0,0,0,0,0),(121612,24110,571,1,1,0,0,6965.99,2051.45,519.498,0.436332,300,0,0,1,0,0,0,0,0),(121613,24110,571,1,1,0,0,7069.27,4306.94,870.961,3.9619,300,0,0,1,0,0,0,0,0),(121615,24110,571,1,1,0,0,6949.59,2012.8,519.216,1.78024,300,0,0,1,0,0,0,0,0),(121616,24110,571,1,1,0,0,6943.55,2011.35,518.394,1.39626,300,0,0,1,0,0,0,0,0),(121617,24110,571,1,1,0,0,6938.11,2013.63,518.459,0.907571,300,0,0,1,0,0,0,0,0),(121618,24110,571,1,1,0,0,6935.26,2018.45,518.712,0.593412,300,0,0,1,0,0,0,0,0),(121619,24110,571,1,1,0,0,6948.39,2039.23,519.082,4.67748,300,0,0,1,0,0,0,0,0),(121620,24110,571,1,1,0,0,6952.98,2038.89,519.216,4.32842,300,0,0,1,0,0,0,0,0),(121621,24110,571,1,1,0,0,6956.73,2036.35,519.262,3.97935,300,0,0,1,0,0,0,0,0),(121622,24110,571,1,1,0,0,6958.65,2032.91,519.477,3.63029,300,0,0,1,0,0,0,0,0),(121623,24110,571,1,1,0,0,6934.67,2023.89,519.004,0.244346,300,0,0,1,0,0,0,0,0),(121624,24110,571,1,1,0,0,6938.27,2031.85,519.048,5.79449,300,0,0,1,0,0,0,0,0),(121625,24110,571,1,1,0,0,6944.23,2037.16,519.177,5.11381,300,0,0,1,0,0,0,0,0),(121626,24110,571,1,1,0,0,6959.58,2027.95,519.719,3.26377,300,0,0,1,0,0,0,0,0),(121627,24110,571,1,1,0,0,6957.49,2021.21,519.1,2.67035,300,0,0,1,0,0,0,0,0),(121628,24110,571,1,1,0,0,6953.19,2017.1,518.928,2.18166,300,0,0,1,0,0,0,0,0),(152187,24879,571,1,1,0,0,3458.4,1804.38,75.0776,0.00340319,300,5,0,42,0,1,0,0,0),(152186,24879,571,1,1,0,0,3260.2,-1218.52,78.6832,0.00340319,300,5,0,42,0,1,0,0,0),(121631,31279,571,1,1,27554,1,6717.81,3451.98,683.747,4.64258,300,0,0,12600,11982,0,0,0,0),(121632,31280,571,1,1,22522,0,7138.66,2086.32,621.984,6.26573,300,0,0,12600,0,0,0,0,0),(121633,31280,571,1,1,22522,0,7287.5,1994.73,570.617,0.034907,300,0,0,12600,0,0,0,0,0),(121634,31280,571,1,1,22522,0,7249.48,2090.74,573.85,0.785398,300,0,0,12600,0,0,0,0,0),(121635,31280,571,1,1,22522,0,7108.54,1883.14,568.785,4.55531,300,0,0,12600,0,0,0,0,0),(121636,31280,571,1,1,22522,0,7166.29,1931.74,595.508,4.85202,300,0,0,12600,0,0,0,0,0),(121637,31280,571,1,1,22522,0,7163.07,1825.15,528.004,3.22886,300,0,0,12600,0,0,0,0,0),(121638,31280,571,1,1,22522,0,7211.44,1799.17,527.77,4.74729,300,0,0,12600,0,0,0,0,0),(121639,31280,571,1,1,22522,0,7274.76,1891.04,566.505,5.98648,300,0,0,12600,0,0,0,0,0),(121640,31280,571,1,1,22522,0,7117.38,2114.41,621.756,1.55334,300,0,0,12600,0,0,0,0,0),(121641,31280,571,1,1,22522,0,6756.47,1762.31,613.078,5.53269,300,0,0,12600,0,0,0,0,0),(121642,31280,571,1,1,22522,0,7098.4,1776.21,527.677,4.74729,300,0,0,12600,0,0,0,0,0),(121643,31280,571,1,1,22522,0,6972.52,1688.95,558.051,1.29154,300,0,0,12600,0,0,0,0,0),(121644,31280,571,1,1,22522,0,7000.92,1786.26,548.379,5.044,300,0,0,12600,0,0,0,0,0),(121645,31280,571,1,1,22522,0,7108.35,2068.29,659.075,0.191986,300,0,0,12600,0,0,0,0,0),(121646,31280,571,1,1,22522,0,7124.35,1827.63,528.299,0.069813,300,0,0,12600,0,0,0,0,0),(121647,31280,571,1,1,22522,0,7049.94,1801.73,527.916,3.1765,300,0,0,12600,0,0,0,0,0),(121648,31280,571,1,1,22522,0,7185.76,1798.05,527.772,4.76475,300,0,0,12600,0,0,0,0,0),(121649,31280,571,1,1,22522,0,7072.66,1774.76,527.685,4.72984,300,0,0,12600,0,0,0,0,0),(121650,31280,571,1,1,22522,0,6830,1830.47,619.545,3.03687,300,0,0,12600,0,0,0,0,0),(121651,31280,571,1,1,22522,0,7155.38,1967.26,624.64,5.49779,300,0,0,12600,0,0,0,0,0),(121652,31280,571,1,1,22522,0,6885.16,1749.83,573.327,4.18879,300,0,0,12600,0,0,0,0,0),(121653,31281,571,1,1,3258,0,6712.32,1347.92,319.673,0.917058,300,5,0,12600,0,1,0,0,0),(121654,29489,571,1,1,26305,1,7673.72,5088.04,20.2601,0.087266,300,0,0,12600,0,0,0,0,0),(121655,30002,571,1,1,26688,1,8576.94,2643.16,652.437,2.74017,300,0,0,63000,19970,0,0,0,0),(121656,31794,571,1,1,11686,0,7303.05,1526.1,322.413,5.55015,300,5,0,12600,0,1,0,0,0),(121657,29490,571,1,1,26306,1,7674.19,5002.68,20.4527,0.05236,300,0,0,10080,8814,0,0,0,0),(200121,7980,0,1,1,14369,1,2066.46,316.796,56.3714,4.03981,300,0,0,21270,0,0,0,0,0),(200120,7980,0,1,1,7117,1,2068.18,311.796,56.3456,3.00308,300,0,0,21270,0,0,0,0,0),(200119,7980,0,1,1,7118,1,2083.47,322.842,56.3711,6.10933,300,0,0,21270,0,0,0,0,0),(200118,7980,0,1,1,7118,1,2085.14,318.146,56.3444,0.544789,300,0,0,21270,0,0,0,0,0),(121662,31033,571,1,131,26844,1,6084.47,-9.05122,391.013,1.57916,300,0,0,151200,47928,2,0,0,0),(121663,31033,571,1,131,26844,1,6236.15,-53.0058,420.253,3.20204,300,0,0,151200,47928,0,0,0,0),(121664,31033,571,1,131,26845,1,6181.86,-43.1745,394.212,3.01942,300,0,0,151200,47928,0,0,0,0),(121665,31033,571,1,131,26842,1,6253.1,-18.9723,410.131,1.20428,300,0,0,151200,47928,0,0,0,0),(121666,31033,571,1,131,26842,1,6114.27,-46.808,390.833,2.6348,300,0,0,151200,47928,2,0,0,0),(121667,31033,571,1,129,26843,1,6291.74,93.3196,390.697,0.750492,300,0,0,151200,47928,0,0,0,0),(121668,31033,571,1,131,26842,1,6146.73,-60.5417,379.084,4.50295,300,0,0,151200,47928,0,0,0,0),(121669,31033,571,1,131,26845,1,6140.16,-72.584,370.77,0.258715,300,0,0,151200,47928,2,0,0,0),(121670,31033,571,1,131,26845,1,6187.56,54.4865,380.347,0.087266,300,0,0,151200,47928,0,0,0,0),(121671,31033,571,1,131,26843,1,6158.15,-52.2437,386.041,1.62316,300,0,0,151200,47928,0,0,0,0),(121672,31033,571,1,129,26844,1,6562.65,371.277,417.551,1.01229,300,0,0,151200,47928,0,0,0,0),(121673,31033,571,1,1,26844,1,6396.28,426.492,511.375,0.418879,300,0,0,151200,47928,0,0,0,0),(121674,31033,571,1,1,26842,1,6429.67,424.552,508.657,5.89921,300,0,0,151200,47928,0,0,0,0),(121675,31033,571,1,1,26843,1,6401.28,522.744,506.615,0.436332,300,0,0,151200,47928,0,0,0,0),(121676,31033,571,1,1,26845,1,6453.87,400.382,491.584,0.191986,300,0,0,151200,47928,0,0,0,0),(121677,31033,571,1,131,26843,1,6154.01,7.89453,382.409,0.820759,300,0,0,151200,47928,2,0,0,0),(121678,31033,571,1,131,26845,1,6194.51,54.7308,380.29,3.10669,300,0,0,151200,47928,0,0,0,0),(121679,31033,571,1,129,26843,1,6296.34,88.3451,390.541,0.872665,300,0,0,151200,47928,0,0,0,0),(121680,31033,571,1,131,26843,1,6274.53,65.7629,390.133,2.26893,300,0,0,151200,47928,0,0,0,0),(121681,31033,571,1,129,26842,1,6187.93,84.9003,379.725,1.74533,300,0,0,151200,47928,0,0,0,0),(121682,31033,571,1,131,26845,1,6237.25,-11.6077,410.243,5.34071,300,0,0,151200,47928,0,0,0,0),(121683,31033,571,1,131,26843,1,6256.78,-20.4052,410.131,1.23918,300,0,0,151200,47928,0,0,0,0),(121684,31033,571,1,131,26843,1,6154.23,-60.7648,390.412,1.87558,300,0,0,151200,47928,2,0,0,0),(121685,31033,571,1,131,26844,1,6269.55,70.7424,390.133,5.58505,300,0,0,151200,47928,0,0,0,0),(121686,31033,571,1,131,26843,1,6221.91,-39.3572,410.122,1.97222,300,0,0,151200,47928,0,0,0,0),(121687,31033,571,1,1,26842,1,6390.24,564.967,501.722,0.663225,300,0,0,151200,47928,0,0,0,0),(121688,31033,571,1,1,26842,1,6397.92,537.339,505.606,1.60691,300,0,0,151200,47928,2,0,0,0),(121689,31033,571,1,1,26845,1,6402.59,444.336,511.375,6.21337,300,0,0,151200,47928,0,0,0,0),(121690,31033,571,1,1,26843,1,6405.23,453.111,511.374,5.89921,300,0,0,151200,47928,0,0,0,0),(121691,31033,571,1,1,26843,1,6392.52,596.205,459.387,0.750492,300,0,0,151200,47928,0,0,0,0),(121692,31033,571,1,129,26844,1,6447.43,264.026,397.9,3.61283,300,0,0,151200,47928,0,0,0,0),(121693,31033,571,1,131,26842,1,5960.1,-162.872,298.54,4.63751,300,0,0,151200,47928,2,0,0,0),(121694,31033,571,1,129,26844,1,6194.49,84.8482,379.913,1.69297,300,0,0,151200,47928,0,0,0,0),(121695,31033,571,1,131,26843,1,6259.28,-47.5707,421.502,3.22886,300,0,0,151200,47928,0,0,0,0),(121696,31033,571,1,131,26843,1,6137.63,-59.6145,379.265,4.38622,300,0,0,151200,47928,0,0,0,0),(121697,31033,571,1,131,26845,1,6214.92,-4.37402,410.193,0.599498,300,0,0,151200,47928,2,0,0,0),(121698,31033,571,1,129,26845,1,6553.41,380.268,419.813,1.0821,300,0,0,151200,47928,0,0,0,0),(121699,31033,571,1,1,26843,1,6502.34,481.952,422.752,1.71042,300,0,0,151200,47928,0,0,0,0),(121700,31033,571,1,129,26844,1,6448.36,252.654,397.838,3.63029,300,0,0,151200,47928,0,0,0,0),(121701,31033,571,1,1,26844,1,6443.46,404.977,495.84,5.38011,300,0,0,151200,47928,2,0,0,0),(121702,31033,571,1,1,26845,1,6422.97,411.065,507.086,5.5676,300,0,0,151200,47928,0,0,0,0),(121703,31037,571,1,1,26852,0,6879.92,493.899,467.957,1.67552,300,0,0,11379,3725,0,0,0,0),(121704,31037,571,1,1,26852,0,6916.07,467.629,468.799,0.977384,300,0,0,11379,3725,0,0,0,0),(121705,31037,571,1,1,26852,0,6858.02,453.902,471.767,4.7822,300,0,0,11379,3725,0,0,0,0),(121706,31037,571,1,1,26852,0,6835.59,414.643,471.77,0.802851,300,0,0,11379,3725,0,0,0,0),(121707,31037,571,1,1,26852,0,6903.22,430.778,471.764,3.56047,300,0,0,11379,3725,0,0,0,0),(121708,31037,571,1,1,26852,0,6881.51,391.672,471.771,1.93731,300,0,0,11379,3725,0,0,0,0),(121709,31037,571,1,1,26852,0,6877.89,665.768,425.523,1.29154,300,0,0,11379,3725,0,0,0,0),(121710,31037,571,1,1,26852,0,6553.27,579.069,419.185,3.90954,300,0,0,11379,3725,0,0,0,0),(121711,31037,571,1,1,26852,0,6560.22,584.094,419.185,0.645772,300,0,0,11379,3725,0,0,0,0),(121712,31037,571,1,1,26852,0,6747.13,456.848,419.284,1.39626,300,0,0,11379,3725,0,0,0,0),(121714,31037,571,1,1,26852,0,7062.78,521.156,526.362,5.75959,300,0,0,11379,3725,0,0,0,0),(121715,31037,571,1,1,26852,0,7068.11,477.927,530.313,0.558505,300,0,0,11379,3725,0,0,0,0),(121716,31037,571,1,1,26852,0,6809.11,843.341,381.335,3.23154,300,0,0,11379,3725,2,0,0,0),(121717,31037,571,1,1,26852,0,6901.58,727.055,420.546,3.24233,300,0,0,11379,3725,2,0,0,0),(121718,31037,571,1,1,26852,0,6689.02,570.998,424.525,3.9968,300,0,0,11379,3725,0,0,0,0),(121719,31037,571,1,1,26852,0,6745.99,449.016,419.284,4.4855,300,0,0,11379,3725,0,0,0,0),(121720,31037,571,1,1,26852,0,7002.27,602.799,476.138,5.93303,300,0,0,11379,3725,2,0,0,0),(121721,32318,571,1,1,26708,0,8022.3,2072.32,509.201,0.628319,300,5,0,4979,0,1,0,0,0),(121722,26175,571,1,1,19595,0,3572.18,6651.81,196.954,0.261799,300,0,0,4979,0,0,0,0,0),(121723,31039,571,1,1,23883,0,7180.54,585.903,498.281,4.32842,300,0,0,11770,0,0,0,0,0),(121724,31039,571,1,1,23883,0,6962.62,734.955,445.296,4.4855,300,0,0,11770,0,0,0,0,0),(121725,31039,571,1,1,23883,0,7056.29,572.491,497.073,2.23402,300,0,0,11770,0,0,0,0,0),(121726,31039,571,1,1,23883,0,7005.75,714.752,468.614,3.07178,300,0,0,11770,0,0,0,0,0),(121727,31039,571,1,1,23883,0,6760.42,515.039,411.837,3.66099,300,0,0,11770,0,2,0,0,0),(121728,31039,571,1,1,23883,0,6809.11,843.341,381.335,5.7554,300,0,0,11770,0,0,0,0,0),(121729,31039,571,1,1,23883,0,6769.89,628.623,425.97,-1.65443,300,0,0,11770,0,2,0,0,0),(121730,31039,571,1,1,23883,0,6697.87,429.598,406.569,1.77104,300,0,0,11770,0,2,0,0,0),(121731,31039,571,1,1,23883,0,6437.59,604.262,439.155,0.369627,300,0,0,11770,0,2,0,0,0),(121732,31039,571,1,1,23883,0,6622.62,585.661,402.875,5.61246,300,0,0,11770,0,2,0,0,0),(121733,31039,571,1,1,23883,0,6710.23,685.938,408.296,3.24837,300,0,0,11770,0,2,0,0,0),(203419,28827,571,1,1,0,1,5756.58,-3567.63,387.039,1.65806,120,0,0,1,0,0,0,0,0),(121735,31039,571,1,1,23883,0,7002.27,602.799,476.138,5.7192,300,0,0,11770,0,0,0,0,0),(121736,31039,571,1,1,23883,0,6575.6,465.094,407.446,2.69257,300,0,0,11770,0,2,0,0,0),(121737,31039,571,1,1,23883,0,6641.92,396.595,408.673,2.55359,300,0,0,11770,0,2,0,0,0),(121738,26175,571,1,1,19595,0,3830.72,6946.26,661.681,3.57792,300,0,0,4979,0,0,0,0,0),(121739,32320,571,1,1,556,1,6382.19,439.719,545.899,1.8326,300,0,0,11075,0,0,0,0,0),(121740,32320,571,1,1,556,1,6394.13,463.248,528.416,3.94444,300,0,0,11075,0,0,0,0,0),(121741,30272,571,1,1,26882,0,7850.92,3688.73,653.654,5.32325,300,0,0,37800,0,0,0,0,0),(121742,30272,571,1,1,26882,0,7840.88,3712.55,653.33,1.16937,300,0,0,37800,0,0,0,0,0),(121743,30272,571,1,1,26882,0,7753.24,3726.37,654.234,2.11185,300,0,0,37800,0,0,0,0,0),(121744,30272,571,1,1,26882,0,7732.85,3729.14,660.724,2.42601,300,5,0,37800,0,1,0,0,0),(121745,31808,571,1,1,27732,1,7280.92,1520.72,319.448,5.48033,300,0,0,630000,0,0,0,0,0),(121746,32320,571,1,1,556,1,6390.08,468.587,537.739,3.97935,300,0,0,11075,0,0,0,0,0),(121747,32320,571,1,1,556,1,6387.17,440.626,545.921,1.88496,300,0,0,11075,0,0,0,0,0),(121755,31040,571,1,1,0,0,7059.52,455.611,581.574,3.35148,120,0,0,11770,3809,2,0,0,0),(121754,31040,571,1,1,0,0,7009.05,544.408,610.468,3.23607,120,0,0,11770,3809,2,0,0,0),(121753,31040,571,1,1,0,0,6804.5,702.568,436.191,0.0303077,120,0,0,11770,3809,2,0,0,0),(121752,31040,571,1,1,0,0,6799.31,642.302,459.819,3.88908,120,0,0,11770,3809,2,0,0,0),(121751,31040,571,1,1,0,0,6753.66,410.408,446.625,3.19529,120,0,0,11770,3809,2,0,0,0),(121750,31040,571,1,1,0,0,6597.14,566.743,445.037,1.40898,120,0,0,11770,3809,2,0,0,0),(121749,31040,571,1,1,0,0,6596.2,564.031,445.111,4.27718,120,0,0,11770,3809,2,0,0,0),(121748,31040,571,1,1,0,0,6559.29,413.281,462.263,6.13325,120,0,0,11770,3809,2,0,0,0),(202484,34955,1,1,1,0,1,1976.09,-4795.15,56.104,0,120,0,0,1,0,0,0,0,0),(202483,35008,1,1,1,0,1,1990.28,-4789.33,56.1305,3.70551,120,0,0,1,0,0,0,0,0),(202482,35364,1,1,1,0,1,2004.94,-4789.61,57.0754,3.28297,120,0,0,1,0,0,0,0,0),(202481,35602,1,1,1,0,1,1980.62,-4786.48,56.103,5.02656,300,0,0,1,1,0,0,0,0),(121760,31042,571,1,1,27530,1,6536.91,1635.68,632.505,5.55015,300,0,0,12600,0,0,0,0,0),(121761,31042,571,1,1,27530,1,6540.23,1640.84,632.198,5.42797,300,0,0,12600,0,0,0,0,0),(121762,31042,571,1,1,27531,1,6567.36,1642.29,631.885,4.20624,300,0,0,12600,0,0,0,0,0),(121763,31042,571,1,1,27531,1,6484.72,1745.7,508.701,3.83972,300,0,0,12600,0,0,0,0,0),(121764,31042,571,1,1,27532,1,6087.93,1924.03,632.69,3.19395,300,0,0,12600,0,0,0,0,0),(121765,31042,571,1,1,27532,1,6086.33,1919.63,632.958,2.98451,300,0,0,12600,0,0,0,0,0),(121766,31042,571,1,1,27532,1,6088.87,1915.71,632.828,2.84489,300,0,0,12600,0,0,0,0,0),(121767,31042,571,1,1,27532,1,6052.54,1907.65,632.661,0.855211,300,0,0,12600,0,0,0,0,0),(121768,31042,571,1,1,27531,1,6052.16,1901.17,632.661,1.01229,300,0,0,12600,0,0,0,0,0),(121769,31042,571,1,1,27532,1,6080.3,1940.56,632.661,4.03171,300,0,0,12600,0,0,0,0,0),(121770,31042,571,1,1,27531,1,6074.78,1941.44,632.661,4.2586,300,0,0,12600,0,0,0,0,0),(121771,31042,571,1,1,27532,1,6477.67,1758.58,508.684,4.4855,300,0,0,12600,0,0,0,0,0),(121772,31042,571,1,1,27530,1,6470.65,1755.5,508.684,4.81711,300,0,0,12600,0,0,0,0,0),(121773,31042,571,1,1,27530,1,6452.29,1738.35,508.684,6.14356,300,0,0,12600,0,0,0,0,0),(121774,31042,571,1,1,27530,1,6460.16,1750.08,508.684,5.41052,300,0,0,12600,0,0,0,0,0),(121775,31554,571,1,1,24994,0,7857.56,2874.25,499.22,5.08293,300,5,0,12600,0,1,0,0,0),(121776,31554,571,1,1,24994,0,7854.06,2878.45,498.841,4.90155,300,5,0,12600,0,1,0,0,0),(121777,31554,571,1,1,24994,0,7858,2876.75,498.749,2.34209,300,5,0,12600,0,1,0,0,0),(121778,32323,571,1,1,26800,0,7518.03,2069.74,529.992,0.051867,300,5,0,12175,0,1,0,0,0),(121779,32323,571,1,1,26800,0,7532.53,2040.76,524.492,0.61062,300,5,0,12175,0,1,0,0,0),(121780,32323,571,1,1,26800,0,7575.77,2058.17,532.137,4.68364,300,5,0,12175,0,1,0,0,0),(121781,32323,571,1,1,26800,0,7540.8,2062.45,528.763,1.7601,300,5,0,12175,0,1,0,0,0),(121782,32323,571,1,1,26800,0,7485.28,2077.03,527.221,4.66239,300,5,0,12175,0,1,0,0,0),(121783,32323,571,1,1,26800,0,7514.54,2021.17,531.256,0.604752,300,5,0,12175,0,1,0,0,0),(121784,32323,571,1,1,26800,0,7503.92,2075.76,521.908,4.32236,300,5,0,12175,0,1,0,0,0),(121785,31555,571,1,1,9789,1,7957.98,2847.5,467.092,4.34587,300,0,0,12600,0,0,0,0,0),(121786,32323,571,1,1,26800,0,7498.76,2118.79,522.068,1.82248,300,5,0,12175,0,1,0,0,0),(121787,31555,571,1,1,9789,1,7884.68,2871.52,472.917,3.90954,300,0,0,12600,0,0,0,0,0),(121788,31043,571,1,1,27552,0,6770.55,386.311,421.153,2.7317,300,5,0,11379,3725,1,0,0,0),(121789,31555,571,1,1,9789,1,7936.04,2847.12,472.401,5.0091,300,0,0,12600,0,0,0,0,0),(121790,31043,571,1,1,27553,0,6655.04,328.894,442.276,0.929563,300,5,0,11379,3725,1,0,0,0),(121791,31043,571,1,1,26851,0,6448.62,618.154,432.265,2.1122,300,5,0,11379,3725,1,0,0,0),(121792,31043,571,1,1,26851,0,6471.01,562.99,438.4,3.5549,300,5,0,11379,3725,1,0,0,0),(121793,31555,571,1,1,9789,1,7864.71,2882.29,486.29,3.85718,300,0,0,12600,0,0,0,0,0),(121794,31043,571,1,1,26851,0,6448.03,608.829,433.982,1.32629,300,5,0,11379,3725,1,0,0,0),(121795,31555,571,1,1,9789,1,7615.39,3180.66,574.985,2.37365,300,0,0,12600,0,0,0,0,0),(121796,31043,571,1,1,27552,0,6526.88,512.588,412.274,2.77181,300,5,0,11379,3725,1,0,0,0),(121797,31043,571,1,1,26851,0,6513.35,523.34,415.136,0.501217,300,5,0,11379,3725,1,0,0,0),(121798,31043,571,1,1,27553,0,6556.12,636.946,408.191,1.22528,300,5,0,11379,3725,1,0,0,0),(121799,31043,571,1,1,26851,0,6697.52,476.907,401.588,2.99677,300,5,0,11379,3725,1,0,0,0),(121800,31043,571,1,1,26851,0,6704.82,441.489,406.499,3.35221,300,5,0,11379,3725,1,0,0,0),(121801,31043,571,1,1,27553,0,6723.74,417.997,412.953,4.18409,300,5,0,11379,3725,1,0,0,0),(121802,31043,571,1,1,26851,0,6644.93,422.78,401.853,3.19711,300,5,0,11379,3725,1,0,0,0),(121803,31043,571,1,1,27553,0,6654.72,492.468,398.206,2.81552,300,5,0,11379,3725,1,0,0,0),(121804,31043,571,1,1,27553,0,6630.65,458.047,398.995,5.84132,300,5,0,11379,3725,1,0,0,0),(121805,31043,571,1,1,26851,0,6661.41,584.323,408.676,0.785398,300,5,0,11379,3725,1,0,0,0),(121806,31555,571,1,1,9789,1,7627.48,3162.77,537.245,2.47837,300,0,0,12600,0,0,0,0,0),(121807,31043,571,1,1,27553,0,6518.07,616.422,410.051,2.1325,300,5,0,11379,3725,1,0,0,0),(121808,31043,571,1,1,26851,0,6514.78,664.2,399.383,0.291176,300,5,0,11379,3725,1,0,0,0),(121809,31555,571,1,1,9789,1,7623.57,3170.99,550.695,2.40855,300,0,0,12600,0,0,0,0,0),(121810,31043,571,1,1,27553,0,6563.32,539.29,404.559,0.919091,300,5,0,11379,3725,1,0,0,0),(121811,31043,571,1,1,27552,0,6617.92,519.797,396.795,1.55615,300,5,0,11379,3725,1,0,0,0),(121812,31043,571,1,1,26851,0,6643.92,633.926,404.904,1.84373,300,5,0,11379,3725,1,0,0,0),(121813,31043,571,1,1,27552,0,6592.97,620.213,408.135,1.80125,300,5,0,11379,3725,1,0,0,0),(121814,31043,571,1,1,26851,0,6707.83,535.834,405.493,5.84095,300,5,0,11379,3725,1,0,0,0),(121815,31043,571,1,1,27552,0,6758.07,512.831,410.903,2.78648,300,5,0,11379,3725,1,0,0,0),(121816,31555,571,1,1,9789,1,7957.51,2821.81,498.708,5.61996,300,0,0,12600,0,0,0,0,0),(121817,31043,571,1,1,26851,0,6764.6,535.115,415.201,3.48219,300,5,0,11379,3725,1,0,0,0),(121818,31043,571,1,1,27552,0,6669.68,527.603,401.525,5.13205,300,5,0,11379,3725,1,0,0,0),(121819,31043,571,1,1,27553,0,6613,590.876,403.789,2.88047,300,5,0,11379,3725,1,0,0,0),(121820,31043,571,1,1,26851,0,6545.45,535.57,407.359,1.50529,300,5,0,11379,3725,1,0,0,0),(121821,31043,571,1,1,26851,0,6623.12,684.658,405.968,4.4761,300,5,0,11379,3725,1,0,0,0),(121822,31043,571,1,1,27553,0,6584.43,679.969,406.644,2.11574,300,5,0,11379,3725,1,0,0,0),(121823,31043,571,1,1,26851,0,6576.55,460.06,408.104,0.763302,300,5,0,11379,3725,1,0,0,0),(121824,31043,571,1,1,27553,0,6606.58,489.339,398.158,5.60417,300,5,0,11379,3725,1,0,0,0),(121825,31043,571,1,1,27552,0,6563.66,505.381,403.489,0.430917,300,5,0,11379,3725,1,0,0,0),(121826,31043,571,1,1,27552,0,6579.71,401.572,416.112,6.10437,300,5,0,11379,3725,1,0,0,0),(121827,31043,571,1,1,27553,0,6632.51,382.456,412.855,5.91518,300,5,0,11379,3725,1,0,0,0),(121828,31043,571,1,1,27552,0,6721.48,346.299,424.582,5.91108,300,5,0,11379,3725,1,0,0,0),(121829,31043,571,1,1,26851,0,6657.63,385.761,411.832,2.05191,300,5,0,11379,3725,1,0,0,0),(121830,31043,571,1,1,26851,0,6709.57,384.33,414.698,3.57468,300,5,0,11379,3725,1,0,0,0),(121831,31043,571,1,1,27552,0,6722.58,492.852,405.603,5.6035,300,5,0,11379,3725,1,0,0,0),(121832,31555,571,1,1,9789,1,7611.62,3163.19,556.024,2.74017,300,0,0,12600,0,0,0,0,0),(121833,31555,571,1,1,9789,1,7603.76,3133.83,561.101,5.32325,300,0,0,12600,0,0,0,0,0),(121834,31555,571,1,1,9789,1,7626.77,3108.57,547.107,4.41568,300,0,0,12600,0,0,0,0,0),(121835,31555,571,1,1,9789,1,7952.4,2833.26,485.412,5.67232,300,0,0,12600,0,0,0,0,0),(121836,31555,571,1,1,9789,1,7631.18,3121.7,533.936,4.55531,300,0,0,12600,0,0,0,0,0),(121837,31555,571,1,1,9789,1,7616.82,3131.62,539.273,3.78736,300,0,0,12600,0,0,0,0,0),(121838,31555,571,1,1,9789,1,7602.6,3154.66,564.59,2.3911,300,0,0,12600,0,0,0,0,0),(121839,31555,571,1,1,9789,1,7601.01,3165.42,572.952,3.03687,300,0,0,12600,0,0,0,0,0),(121840,31555,571,1,1,9789,1,7952.83,2796.33,512.367,0.174533,300,0,0,12600,0,0,0,0,0),(121841,31555,571,1,1,9789,1,7902.91,2847.23,491.127,5.0091,300,0,0,12600,0,0,0,0,0),(121842,31555,571,1,1,9789,1,7851.31,2882.59,499.085,2.26893,300,0,0,12600,0,0,0,0,0),(121843,31555,571,1,1,9789,1,7922.63,2828.85,480.209,5.98648,300,0,0,12600,0,0,0,0,0),(121844,31555,571,1,1,9789,1,7848.62,2904.57,503.298,2.70526,300,0,0,12600,0,0,0,0,0),(121845,31044,571,1,1,22209,1,6426.66,440.038,511.307,0.296706,300,0,0,13945000,4258000,0,0,0,0),(121846,31556,571,1,1,24908,0,7951.18,2795.1,512.367,4.4855,300,0,0,12600,0,0,0,0,0),(121847,31556,571,1,1,24908,0,7567.7,3160.75,575.705,2.94961,300,0,0,12600,0,0,0,0,0),(121848,31556,571,1,1,24908,0,7912.91,2825.4,500.696,6.00393,300,0,0,12600,0,0,0,0,0),(121849,31556,571,1,1,24908,0,7605.23,3099.5,557.743,3.38594,300,0,0,12600,0,0,0,0,0),(121850,31556,571,1,1,24908,0,7924.56,2821.82,499.788,0.855211,300,0,0,12600,0,0,0,0,0),(121851,31556,571,1,1,24908,0,7616.46,3196.01,580.965,3.49066,300,0,0,12600,0,0,0,0,0),(121852,31556,571,1,1,24908,0,7847.82,2860.91,500.152,4.88692,300,0,0,12600,0,0,0,0,0),(121853,31556,571,1,1,24908,0,7590.63,3177.08,581.031,2.42601,300,0,0,12600,0,0,0,0,0),(121854,31812,571,1,1,414,0,7678.13,1556.75,339.411,4.22998,300,5,0,12175,0,1,0,0,0),(121855,31812,571,1,1,414,0,7686.91,1516.58,344.098,5.51808,300,5,0,12175,0,1,0,0,0),(121856,31812,571,1,1,414,0,7756.06,1343.85,361.71,5.10426,300,5,0,12175,0,1,0,0,0),(121857,31812,571,1,1,414,0,7762.28,1354.17,363.985,6.27049,300,5,0,12175,0,1,0,0,0),(121858,31812,571,1,1,414,0,7760.06,1352.82,363.482,3.00936,300,5,0,12175,0,1,0,0,0),(121859,31812,571,1,1,414,0,7690.78,1525.88,343.929,3.81678,300,5,0,12175,0,1,0,0,0),(121861,31812,571,1,1,414,0,7688.46,1530.38,342.777,3.37722,300,5,0,12175,0,1,0,0,0),(121862,31812,571,1,1,414,0,7727.96,1523.98,350.16,0.222963,300,5,0,12175,0,1,0,0,0),(121863,31812,571,1,1,414,0,7722.17,1525.08,349.11,1.17628,300,5,0,12175,0,1,0,0,0),(121864,31812,571,1,1,414,0,7694.43,1506.5,346.076,3.14363,300,5,0,12175,0,1,0,0,0),(121865,31812,571,1,1,414,0,7682.84,1517.38,343.37,0.708309,300,5,0,12175,0,1,0,0,0),(121866,31812,571,1,1,414,0,7711.34,1514.94,347.785,5.91254,300,5,0,12175,0,1,0,0,0),(121867,31812,571,1,1,414,0,7712.23,1513.41,348.207,5.5593,300,5,0,12175,0,1,0,0,0),(121868,31812,571,1,1,414,0,7710.63,1519.03,347.452,6.05763,300,5,0,12175,0,1,0,0,0),(121869,31812,571,1,1,414,0,7788.5,1389.57,374.999,0.659336,300,5,0,12175,0,1,0,0,0),(121870,31812,571,1,1,414,0,7789.1,1391.47,375.374,2.15922,300,5,0,12175,0,1,0,0,0),(121871,31812,571,1,1,414,0,7794.92,1384.84,377.749,5.8698,300,5,0,12175,0,1,0,0,0),(121872,31812,571,1,1,414,0,7657.28,1474.06,340.965,2.22672,300,5,0,12175,0,1,0,0,0),(121873,31812,571,1,1,414,0,7651.78,1579.5,333.216,4.72246,300,5,0,12175,0,1,0,0,0),(121874,31812,571,1,1,414,0,7649.64,1578.81,333.091,4.15715,300,5,0,12175,0,1,0,0,0),(121875,31812,571,1,1,414,0,7661.08,1588.11,333.841,0.567889,300,5,0,12175,0,1,0,0,0),(121876,31812,571,1,1,414,0,7626.22,1287.59,344.623,1.06007,300,5,0,12175,0,1,0,0,0),(121877,31812,571,1,1,414,0,7628.49,1288.63,344.498,0.943776,300,5,0,12175,0,1,0,0,0),(121878,31812,571,1,1,414,0,7645.66,1280.4,346.599,3.15713,300,5,0,12175,0,1,0,0,0),(121879,31812,571,1,1,414,0,7649.96,1454.32,341.07,4.94644,300,5,0,12175,0,1,0,0,0),(121880,31812,571,1,1,414,0,7653.97,1452.78,341.947,2.41746,300,5,0,12175,0,1,0,0,0),(121881,31812,571,1,1,414,0,7657.15,1456.03,342.32,4.41186,300,5,0,12175,0,1,0,0,0),(121882,31812,571,1,1,414,0,7640.22,1415.03,340.724,0.467999,300,5,0,12175,0,1,0,0,0),(121883,31812,571,1,1,414,0,7646.15,1413.59,341.28,3.00541,300,5,0,12175,0,1,0,0,0),(121884,31812,571,1,1,414,0,7619.57,1443.31,334.005,4.80685,300,5,0,12175,0,1,0,0,0),(121885,31812,571,1,1,414,0,7622.58,1441.68,334.59,5.5907,300,5,0,12175,0,1,0,0,0),(121886,31812,571,1,1,414,0,7619.19,1440.78,334.033,1.21361,300,5,0,12175,0,1,0,0,0),(121887,31812,571,1,1,414,0,7572.58,1453.53,327.208,4.36919,300,5,0,12175,0,1,0,0,0),(121888,31812,571,1,1,414,0,7581.34,1445.09,328.565,0.311563,300,5,0,12175,0,1,0,0,0),(121889,31812,571,1,1,414,0,7574.79,1436.84,328.276,5.55923,300,5,0,12175,0,1,0,0,0),(121890,31812,571,1,1,414,0,7580.82,1450,327.924,0.439552,300,5,0,12175,0,1,0,0,0),(121891,31812,571,1,1,414,0,7602.23,1363.07,335.46,3.35509,300,5,0,12175,0,1,0,0,0),(121892,31812,571,1,1,414,0,7659.52,1494.37,338.828,3.54395,300,5,0,12175,0,1,0,0,0),(121893,31812,571,1,1,414,0,7662.77,1492.47,340.42,4.82282,300,5,0,12175,0,1,0,0,0),(121894,31812,571,1,1,414,0,7664.71,1495.4,340.585,4.48261,300,5,0,12175,0,1,0,0,0),(121895,31812,571,1,1,414,0,7643.72,1476.75,336.9,3.91914,300,5,0,12175,0,1,0,0,0),(121896,31812,571,1,1,414,0,7645.57,1476.07,337.568,0.579568,300,5,0,12175,0,1,0,0,0),(121897,31812,571,1,1,414,0,7644.4,1419.51,341.168,1.85778,300,5,0,12175,0,1,0,0,0),(121898,31812,571,1,1,414,0,7646.28,1419.49,341.588,6.10744,300,5,0,12175,0,1,0,0,0),(121899,31812,571,1,1,414,0,7650.07,1422.89,342.192,0.448169,300,5,0,12175,0,1,0,0,0),(121900,31812,571,1,1,414,0,7590.54,1450.25,329.083,0.581282,300,5,0,12175,0,1,0,0,0),(121901,31812,571,1,1,414,0,7588.74,1440.37,329.583,0.387802,300,5,0,12175,0,1,0,0,0),(121902,31812,571,1,1,414,0,7590.6,1440.55,329.708,5.89163,300,5,0,12175,0,1,0,0,0),(121903,31812,571,1,1,414,0,7625.27,1423.74,337.711,3.33918,300,5,0,12175,0,1,0,0,0),(121904,31812,571,1,1,414,0,7632.07,1444.01,336.965,1.05689,300,5,0,12175,0,1,0,0,0),(121905,31812,571,1,1,414,0,7636.11,1435.94,339.014,3.05999,300,5,0,12175,0,1,0,0,0),(121906,31812,571,1,1,414,0,7638.16,1454.52,338.389,1.68496,300,5,0,12175,0,1,0,0,0),(121907,31812,571,1,1,414,0,7636.86,1446.63,338.405,2.40029,300,5,0,12175,0,1,0,0,0),(121908,31812,571,1,1,414,0,7644.26,1438.53,340.764,1.2189,300,5,0,12175,0,1,0,0,0),(121909,31812,571,1,1,414,0,7611.88,1475.05,330.83,4.66683,300,5,0,12175,0,1,0,0,0),(121910,31812,571,1,1,414,0,7622.76,1483.29,332.156,2.60094,300,5,0,12175,0,1,0,0,0),(121911,31812,571,1,1,414,0,7614.72,1481.19,330.706,2.77208,300,5,0,12175,0,1,0,0,0),(121912,31812,571,1,1,414,0,7719,1386.43,354.301,3.01821,300,5,0,12175,0,1,0,0,0),(121913,31812,571,1,1,414,0,7716.46,1393.28,353.538,5.82172,300,5,0,12175,0,1,0,0,0),(121914,31812,571,1,1,414,0,7720.66,1392.61,354.285,3.13194,300,5,0,12175,0,1,0,0,0),(121915,31812,571,1,1,414,0,7596.2,1271.2,339.911,0.177132,300,5,0,12175,0,1,0,0,0),(121916,31812,571,1,1,414,0,7587.84,1345.82,332.945,1.00369,300,5,0,12175,0,1,0,0,0),(121917,31812,571,1,1,414,0,7537.21,1408.19,323.629,1.08402,300,5,0,12175,0,1,0,0,0),(121918,31812,571,1,1,414,0,7547.05,1417.36,324.996,3.69225,300,5,0,12175,0,1,0,0,0),(121919,31812,571,1,1,414,0,7557.09,1415.59,326.825,0.041083,300,5,0,12175,0,1,0,0,0),(121920,31812,571,1,1,414,0,7661.01,1292.72,346.307,0.291501,300,5,0,12175,0,1,0,0,0),(121921,31812,571,1,1,414,0,7675.84,1522.16,341.214,2.83089,300,5,0,12175,0,1,0,0,0),(121922,31812,571,1,1,414,0,7679.51,1533.94,340.928,4.33471,300,5,0,12175,0,1,0,0,0),(121923,31812,571,1,1,414,0,7682.9,1546.47,340.682,3.52304,300,5,0,12175,0,1,0,0,0),(121924,31812,571,1,1,414,0,7685.59,1506.11,344.464,5.95443,300,5,0,12175,0,1,0,0,0),(121925,31812,571,1,1,414,0,7684.75,1547.64,341,5.73908,300,5,0,12175,0,1,0,0,0),(121926,31812,571,1,1,414,0,7685.5,1558.89,340.928,0.81488,300,5,0,12175,0,1,0,0,0),(121927,31812,571,1,1,414,0,7583.27,1481.65,329.083,4.10393,300,5,0,12175,0,1,0,0,0),(121928,31812,571,1,1,414,0,7575.67,1484.37,330.171,1.97188,300,5,0,12175,0,1,0,0,0),(121929,31812,571,1,1,414,0,7587.22,1475.7,328.634,5.41262,300,5,0,12175,0,1,0,0,0),(121930,31812,571,1,1,414,0,7560.88,1448.58,326.406,5.82177,300,5,0,12175,0,1,0,0,0),(121931,31812,571,1,1,414,0,7559.18,1450.38,326.531,5.34202,300,5,0,12175,0,1,0,0,0),(121932,31812,571,1,1,414,0,7553.16,1455.45,326.796,4.54999,300,5,0,12175,0,1,0,0,0),(121933,31812,571,1,1,414,0,7536.71,1384.45,324.142,3.72354,300,5,0,12175,0,1,0,0,0),(121934,31812,571,1,1,414,0,7545.92,1386.98,325.724,2.74966,300,5,0,12175,0,1,0,0,0),(121935,31812,571,1,1,414,0,7546.02,1389.39,325.515,5.6264,300,5,0,12175,0,1,0,0,0),(121936,31812,571,1,1,414,0,7680.09,1527.42,341.596,2.17499,300,5,0,12175,0,1,0,0,0),(121937,31812,571,1,1,414,0,7683.61,1521.85,343.034,4.40697,300,5,0,12175,0,1,0,0,0),(121938,31812,571,1,1,414,0,7605.51,1524.64,331.895,5.2947,300,5,0,12175,0,1,0,0,0),(121939,31812,571,1,1,414,0,7609.07,1522.31,331.198,2.0287,300,5,0,12175,0,1,0,0,0),(121940,31812,571,1,1,414,0,7611.8,1527.9,331.619,6.07035,300,5,0,12175,0,1,0,0,0),(121941,31812,571,1,1,414,0,7592.67,1520.44,332.85,0.678117,300,5,0,12175,0,1,0,0,0),(121942,31812,571,1,1,414,0,7579.55,1513.01,333.344,3.30931,300,5,0,12175,0,1,0,0,0),(121943,31812,571,1,1,414,0,7583.83,1512.76,332.019,2.44535,300,5,0,12175,0,1,0,0,0),(121944,31812,571,1,1,414,0,7551.93,1513.19,336.646,3.71064,300,5,0,12175,0,1,0,0,0),(121945,31812,571,1,1,414,0,7550.47,1521.92,339.137,0.706965,300,5,0,12175,0,1,0,0,0),(121946,31812,571,1,1,414,0,7554.98,1513.81,336.729,1.46335,300,5,0,12175,0,1,0,0,0),(121947,31812,571,1,1,414,0,7590.03,1518.84,332.961,3.12858,300,5,0,12175,0,1,0,0,0),(121948,31812,571,1,1,414,0,7588.84,1512.91,331.13,3.30248,300,5,0,12175,0,1,0,0,0),(121949,31812,571,1,1,414,0,7587.89,1513.62,331.386,1.76839,300,5,0,12175,0,1,0,0,0),(121950,31812,571,1,1,414,0,7519.45,1452.38,324.889,1.24256,300,5,0,12175,0,1,0,0,0),(121951,31812,571,1,1,414,0,7514.39,1445.55,323.758,4.48535,300,5,0,12175,0,1,0,0,0),(121952,31812,571,1,1,414,0,7561.49,1482.53,330.097,4.05482,300,5,0,12175,0,1,0,0,0),(121953,31812,571,1,1,414,0,7548.63,1549.14,343.527,4.00511,300,5,0,12175,0,1,0,0,0),(121954,31812,571,1,1,414,0,7557.83,1551.39,341.909,6.23241,300,5,0,12175,0,1,0,0,0),(121955,31812,571,1,1,414,0,7555.26,1556.58,342.748,3.34416,300,5,0,12175,0,1,0,0,0),(121956,31812,571,1,1,414,0,7718.79,1523.01,348.66,4.03087,300,5,0,12175,0,1,0,0,0),(121957,31812,571,1,1,414,0,7684.05,1414.84,346.729,5.36975,300,5,0,12175,0,1,0,0,0),(121959,31812,571,1,1,414,0,7687.62,1411.26,347.457,3.4748,300,5,0,12175,0,1,0,0,0),(121960,31812,571,1,1,414,0,7705.5,1443.4,351.48,0.505596,300,5,0,12175,0,1,0,0,0),(121961,31812,571,1,1,414,0,7654.77,1307.48,344.305,2.30481,300,5,0,12175,0,1,0,0,0),(121962,31812,571,1,1,414,0,7647.13,1320.25,342.661,2.62774,300,5,0,12175,0,1,0,0,0),(121963,31812,571,1,1,414,0,7654.9,1315.45,343.786,4.21512,300,5,0,12175,0,1,0,0,0),(121964,31812,571,1,1,414,0,7663.47,1316.15,344.536,5.65301,300,5,0,12175,0,1,0,0,0),(121965,31812,571,1,1,414,0,7662.13,1277.4,348.224,4.7689,300,5,0,12175,0,1,0,0,0),(121966,31812,571,1,1,414,0,7620.54,1254.19,348.296,5.93425,300,5,0,12175,0,1,0,0,0),(121967,31812,571,1,1,414,0,7612.2,1249.04,347.691,1.79042,300,5,0,12175,0,1,0,0,0),(121968,31812,571,1,1,414,0,7614.87,1258.33,345.947,3.65544,300,5,0,12175,0,1,0,0,0),(121969,31812,571,1,1,414,0,7456.52,1292.51,321.191,0.155325,300,5,0,12175,0,1,0,0,0),(121970,31812,571,1,1,414,0,7379.82,1448.61,320.772,1.23498,300,5,0,12175,0,1,0,0,0),(121971,31812,571,1,1,414,0,7373.61,1451.95,321.661,3.1949,300,5,0,12175,0,1,0,0,0),(121972,31812,571,1,1,414,0,7385.58,1444.94,319.567,5.80938,300,5,0,12175,0,1,0,0,0),(121973,31812,571,1,1,414,0,7410.58,1286.54,316.249,1.0005,300,5,0,12175,0,1,0,0,0),(121974,31812,571,1,1,414,0,7411.28,1285.62,316.249,2.15432,300,5,0,12175,0,1,0,0,0),(121975,31812,571,1,1,414,0,7451.75,1284.22,321.736,5.02813,300,5,0,12175,0,1,0,0,0),(121976,31812,571,1,1,414,0,7454.65,1279.01,322.653,2.36172,300,5,0,12175,0,1,0,0,0),(121977,31812,571,1,1,414,0,7714.73,1441.1,353.48,1.98591,300,5,0,12175,0,1,0,0,0),(121978,31812,571,1,1,414,0,7714.44,1451.96,351.722,2.05323,300,5,0,12175,0,1,0,0,0),(121979,31812,571,1,1,414,0,7387.93,1347.36,310.342,3.4543,300,5,0,12175,0,1,0,0,0),(121980,31812,571,1,1,414,0,7393,1351.37,310.567,0.573624,300,5,0,12175,0,1,0,0,0),(121981,31812,571,1,1,414,0,7380.09,1354.9,309.987,2.46369,300,5,0,12175,0,1,0,0,0),(121982,31812,571,1,1,414,0,7408.61,1321.33,313.257,5.0538,300,5,0,12175,0,1,0,0,0),(121983,31812,571,1,1,414,0,7413.28,1311.86,314.069,3.44593,300,5,0,12175,0,1,0,0,0),(121984,31812,571,1,1,414,0,7416.6,1311.87,314.408,1.54443,300,5,0,12175,0,1,0,0,0),(121985,31812,571,1,1,414,0,7445.48,1317.69,316.421,1.61289,300,5,0,12175,0,1,0,0,0),(121986,31812,571,1,1,414,0,7445.53,1314.74,316.671,2.79157,300,5,0,12175,0,1,0,0,0),(121987,31812,571,1,1,414,0,7442.73,1309.37,317.007,2.03112,300,5,0,12175,0,1,0,0,0),(121988,31812,571,1,1,414,0,7452.56,1382.15,315.168,3.88762,300,5,0,12175,0,1,0,0,0),(121989,31812,571,1,1,414,0,7458.73,1377.67,315.354,5.75501,300,5,0,12175,0,1,0,0,0),(121990,31812,571,1,1,414,0,7437.4,1388.64,314.854,1.77936,300,5,0,12175,0,1,0,0,0),(121991,31812,571,1,1,414,0,7431.19,1337.44,313.499,1.49743,300,5,0,12175,0,1,0,0,0),(121992,31812,571,1,1,414,0,7434.59,1334.87,313.968,4.52293,300,5,0,12175,0,1,0,0,0),(121993,31812,571,1,1,414,0,7434.47,1338.83,313.593,2.20597,300,5,0,12175,0,1,0,0,0),(121994,31812,571,1,1,414,0,7508.94,1352.09,321.97,0.112895,300,5,0,12175,0,1,0,0,0),(121995,31812,571,1,1,414,0,7503.4,1354.49,320.499,3.2955,300,5,0,12175,0,1,0,0,0),(121996,31812,571,1,1,414,0,7508.76,1357.39,321.36,0.969901,300,5,0,12175,0,1,0,0,0),(121997,31812,571,1,1,414,0,7521.15,1312.48,327.107,6.0465,300,5,0,12175,0,1,0,0,0),(121998,31812,571,1,1,414,0,7518.28,1318.05,326.414,1.26208,300,5,0,12175,0,1,0,0,0),(121999,31812,571,1,1,414,0,7527.38,1317.44,327.756,4.74164,300,5,0,12175,0,1,0,0,0),(122000,31812,571,1,1,414,0,7519.06,1401.69,321.309,1.08756,300,5,0,12175,0,1,0,0,0),(122001,31812,571,1,1,414,0,7516.64,1391.23,321.047,1.30205,300,5,0,12175,0,1,0,0,0),(122002,31812,571,1,1,414,0,7524.7,1387.65,322.392,4.89475,300,5,0,12175,0,1,0,0,0),(122003,31812,571,1,1,414,0,7482.83,1349.28,317.915,2.67489,300,5,0,12175,0,1,0,0,0),(122004,31812,571,1,1,414,0,7481.34,1359.69,316.891,3.00149,300,5,0,12175,0,1,0,0,0),(122005,31812,571,1,1,414,0,7489.23,1350.16,318.84,4.76123,300,5,0,12175,0,1,0,0,0),(122006,31812,571,1,1,414,0,7520.08,1333.72,324.86,0.416838,300,5,0,12175,0,1,0,0,0),(122007,31812,571,1,1,414,0,7518.03,1328.48,325.328,6.19624,300,5,0,12175,0,1,0,0,0),(122008,31812,571,1,1,414,0,7517.49,1335.78,324.22,0.360323,300,5,0,12175,0,1,0,0,0),(122009,31812,571,1,1,414,0,7443.95,1412.43,315.889,3.02835,300,5,0,12175,0,1,0,0,0),(122010,31812,571,1,1,414,0,7451.22,1414.1,316.851,0.37789,300,5,0,12175,0,1,0,0,0),(122011,31812,571,1,1,414,0,7447.32,1419.91,317.223,5.38386,300,5,0,12175,0,1,0,0,0),(122012,31812,571,1,1,414,0,7532.63,1347.46,326.037,3.16015,300,5,0,12175,0,1,0,0,0),(122013,31812,571,1,1,414,0,7523.42,1348.6,324.217,4.51544,300,5,0,12175,0,1,0,0,0),(122014,31812,571,1,1,414,0,7526.33,1358.71,323.789,0.214565,300,5,0,12175,0,1,0,0,0),(122015,31812,571,1,1,414,0,7512.78,1385.1,320.713,3.47149,300,5,0,12175,0,1,0,0,0),(122016,31812,571,1,1,414,0,7505.39,1384.81,320.047,2.7463,300,5,0,12175,0,1,0,0,0),(122017,31812,571,1,1,414,0,7516.46,1382.93,321.047,3.37047,300,5,0,12175,0,1,0,0,0),(122018,31812,571,1,1,414,0,7508.12,1322.29,324.588,4.91086,300,5,0,12175,0,1,0,0,0),(122019,31812,571,1,1,414,0,7510.89,1320.72,324.986,0.568805,300,5,0,12175,0,1,0,0,0),(122020,31812,571,1,1,414,0,7506.36,1322.82,324.227,2.68168,300,5,0,12175,0,1,0,0,0),(122021,31812,571,1,1,414,0,7443.42,1441.76,320.709,3.11264,300,5,0,12175,0,1,0,0,0),(122022,31812,571,1,1,414,0,7455.72,1441.17,320.509,0.130432,300,5,0,12175,0,1,0,0,0),(122023,31812,571,1,1,414,0,7452.47,1444.24,321.009,4.09665,300,5,0,12175,0,1,0,0,0),(122024,31812,571,1,1,414,0,7523.66,1356.2,323.53,0.98971,300,5,0,12175,0,1,0,0,0),(122025,31812,571,1,1,414,0,7522.03,1357.38,323.4,4.10942,300,5,0,12175,0,1,0,0,0),(122026,31812,571,1,1,414,0,7514.76,1346.45,323.466,5.32009,300,5,0,12175,0,1,0,0,0),(122027,31812,571,1,1,414,0,7410.6,1384.93,313.058,2.62511,300,5,0,12175,0,1,0,0,0),(122028,31812,571,1,1,414,0,7424.31,1389.64,314.229,1.46013,300,5,0,12175,0,1,0,0,0),(122029,31812,571,1,1,414,0,7417.05,1380,312.836,5.32152,300,5,0,12175,0,1,0,0,0),(122030,31812,571,1,1,414,0,7416.77,1345.07,312.083,0.08848,300,5,0,12175,0,1,0,0,0),(122031,31812,571,1,1,414,0,7412.25,1341.05,311.664,3.53442,300,5,0,12175,0,1,0,0,0),(122032,31812,571,1,1,414,0,7447.36,1351.76,314.093,3.73185,300,5,0,12175,0,1,0,0,0),(122033,31812,571,1,1,414,0,7448.92,1341.69,314.343,3.81052,300,5,0,12175,0,1,0,0,0),(122034,31812,571,1,1,414,0,7447.46,1342.12,314.154,6.13716,300,5,0,12175,0,1,0,0,0),(122035,31812,571,1,1,414,0,7490.99,1293.65,326.443,5.71009,300,5,0,12175,0,1,0,0,0),(122036,31812,571,1,1,414,0,7493.04,1306.86,324.081,1.25945,300,5,0,12175,0,1,0,0,0),(122037,31812,571,1,1,414,0,7490.76,1286.78,327.708,4.73014,300,5,0,12175,0,1,0,0,0),(122038,31812,571,1,1,414,0,7550.6,1322.84,329.739,1.03108,300,5,0,12175,0,1,0,0,0),(122039,31812,571,1,1,414,0,7556.99,1311.1,331.267,5.63816,300,5,0,12175,0,1,0,0,0),(122040,31812,571,1,1,414,0,7553.27,1315.57,330.634,4.84952,300,5,0,12175,0,1,0,0,0),(122041,31812,571,1,1,414,0,7383.74,1381.12,311.722,0.913849,300,5,0,12175,0,1,0,0,0),(122042,31812,571,1,1,414,0,7380.99,1388.06,311.879,4.95817,300,5,0,12175,0,1,0,0,0),(122043,31812,571,1,1,414,0,7382.87,1380.43,311.546,1.80415,300,5,0,12175,0,1,0,0,0),(122044,31812,571,1,1,414,0,7514.67,1417.6,321.934,1.99395,300,5,0,12175,0,1,0,0,0),(122045,31812,571,1,1,414,0,7515.76,1415.65,321.916,5.42729,300,5,0,12175,0,1,0,0,0),(122046,31812,571,1,1,414,0,7510.45,1410.43,321.134,6.12825,300,5,0,12175,0,1,0,0,0),(122047,31812,571,1,1,414,0,7488.29,1405.35,318.528,2.11038,300,5,0,12175,0,1,0,0,0),(122048,31812,571,1,1,414,0,7523.88,1412.44,322.186,2.65783,300,5,0,12175,0,1,0,0,0),(122049,31812,571,1,1,414,0,7486.66,1404.89,318.278,3.55316,300,5,0,12175,0,1,0,0,0),(122050,31812,571,1,1,414,0,7470.44,1455.13,322.705,5.40559,300,5,0,12175,0,1,0,0,0),(122051,31812,571,1,1,414,0,7477.08,1456.25,323.08,5.96145,300,5,0,12175,0,1,0,0,0),(122052,31812,571,1,1,414,0,7469.27,1459.13,323.585,0.774349,300,5,0,12175,0,1,0,0,0),(122053,31812,571,1,1,414,0,7493.45,1361.9,318.607,4.69613,300,5,0,12175,0,1,0,0,0),(122054,31812,571,1,1,414,0,7493.78,1373.42,318.336,5.62928,300,5,0,12175,0,1,0,0,0),(122055,31812,571,1,1,414,0,7493.46,1370.32,318.225,3.48002,300,5,0,12175,0,1,0,0,0),(122056,31812,571,1,1,414,0,7589.82,1309.71,336.009,2.11035,300,5,0,12175,0,1,0,0,0),(122057,31812,571,1,1,414,0,7518.68,1340.96,324,2.53736,300,5,0,12175,0,1,0,0,0),(122058,31812,571,1,1,414,0,7509.92,1340.52,323.272,4.20748,300,5,0,12175,0,1,0,0,0),(122059,31812,571,1,1,414,0,7514.12,1343.91,323.485,1.87794,300,5,0,12175,0,1,0,0,0),(122060,31812,571,1,1,414,0,7549.63,1249.05,336.047,4.68634,300,5,0,12175,0,1,0,0,0),(122061,31812,571,1,1,414,0,7550.68,1251.46,335.918,5.33836,300,5,0,12175,0,1,0,0,0),(122062,31812,571,1,1,414,0,7548.62,1244.74,336.418,5.05072,300,5,0,12175,0,1,0,0,0),(122063,31812,571,1,1,414,0,7753.14,1410.75,361.696,1.39331,300,5,0,12175,0,1,0,0,0),(122064,31812,571,1,1,414,0,7751.11,1410.32,361.198,4.15744,300,5,0,12175,0,1,0,0,0),(122065,31812,571,1,1,414,0,7753.25,1418.96,361.144,3.44605,300,5,0,12175,0,1,0,0,0),(122066,31812,571,1,1,414,0,7466.29,1371.83,314.979,4.69049,300,5,0,12175,0,1,0,0,0),(122067,31812,571,1,1,414,0,7468.62,1373.02,315.3,1.7337,300,5,0,12175,0,1,0,0,0),(122068,31812,571,1,1,414,0,7472.52,1371.21,315.611,3.64281,300,5,0,12175,0,1,0,0,0),(122069,31812,571,1,1,414,0,7521.69,1318.46,326.952,5.86723,300,5,0,12175,0,1,0,0,0),(122070,31812,571,1,1,414,0,7524.71,1326.45,326.736,1.70005,300,5,0,12175,0,1,0,0,0),(122071,31812,571,1,1,414,0,7522.04,1325.01,326.486,3.31694,300,5,0,12175,0,1,0,0,0),(122072,31812,571,1,1,414,0,7509.59,1417.42,321.506,2.21636,300,5,0,12175,0,1,0,0,0),(122073,31812,571,1,1,414,0,7512.57,1413.16,321.485,1.72215,300,5,0,12175,0,1,0,0,0),(122074,31812,571,1,1,414,0,7511.41,1408.01,321.059,5.13071,300,5,0,12175,0,1,0,0,0),(122075,31812,571,1,1,414,0,7489.5,1313.75,322.581,4.88508,300,5,0,12175,0,1,0,0,0),(122076,31812,571,1,1,414,0,7495,1324.48,322.447,5.7582,300,5,0,12175,0,1,0,0,0),(122077,31812,571,1,1,414,0,7494.04,1322.08,322.496,5.49472,300,5,0,12175,0,1,0,0,0),(122078,31812,571,1,1,414,0,7542.28,1444.84,325.781,0.979842,300,5,0,12175,0,1,0,0,0),(122079,31812,571,1,1,414,0,7548.84,1449.38,326.36,3.05889,300,5,0,12175,0,1,0,0,0),(122080,31812,571,1,1,414,0,7543.22,1446.02,325.906,3.15925,300,5,0,12175,0,1,0,0,0),(122081,31812,571,1,1,414,0,7543.01,1355.91,326.261,0.928539,300,5,0,12175,0,1,0,0,0),(122082,31812,571,1,1,414,0,7541.53,1350.15,326.886,3.50879,300,5,0,12175,0,1,0,0,0),(122083,31812,571,1,1,414,0,7539.3,1350.82,326.552,1.49969,300,5,0,12175,0,1,0,0,0),(122084,31812,571,1,1,414,0,7517.35,1485.07,330.086,0.052214,300,5,0,12175,0,1,0,0,0),(122085,31812,571,1,1,414,0,7508.12,1481.32,330.086,3.97239,300,5,0,12175,0,1,0,0,0),(122086,31812,571,1,1,414,0,7508.48,1482.84,330.086,4.01422,300,5,0,12175,0,1,0,0,0),(122087,31812,571,1,1,414,0,7572.62,1252.98,338.692,1.45626,300,5,0,12175,0,1,0,0,0),(122088,31812,571,1,1,414,0,7553.19,1258.74,335.543,3.35828,300,5,0,12175,0,1,0,0,0),(122089,31812,571,1,1,414,0,7559.05,1259.04,336.263,5.6494,300,5,0,12175,0,1,0,0,0),(122090,31812,571,1,1,414,0,7379.94,1408.55,314.416,3.57423,300,5,0,12175,0,1,0,0,0),(122091,31812,571,1,1,414,0,7379.35,1421.14,315.203,0.01111,300,5,0,12175,0,1,0,0,0),(122092,31812,571,1,1,414,0,7397.03,1420.05,314.899,3.23846,300,5,0,12175,0,1,0,0,0),(122093,31812,571,1,1,414,0,7442.28,1463.96,325.884,2.961,300,5,0,12175,0,1,0,0,0),(122094,31812,571,1,1,414,0,7455.91,1464.48,325.117,4.56538,300,5,0,12175,0,1,0,0,0),(122095,31812,571,1,1,414,0,7454.19,1460.25,323.874,5.90605,300,5,0,12175,0,1,0,0,0),(122096,31812,571,1,1,414,0,7537.83,1292.67,330.234,3.72606,300,5,0,12175,0,1,0,0,0),(122097,31812,571,1,1,414,0,7538.84,1296.94,329.984,2.25596,300,5,0,12175,0,1,0,0,0),(122098,31812,571,1,1,414,0,7533.37,1305.01,328.846,2.05409,300,5,0,12175,0,1,0,0,0),(122099,31812,571,1,1,414,0,7511.4,1413.08,321.292,4.19106,300,5,0,12175,0,1,0,0,0),(122100,31812,571,1,1,414,0,7518.3,1420.2,322.434,1.94471,300,5,0,12175,0,1,0,0,0),(122101,31812,571,1,1,414,0,7518.08,1418.58,322.228,3.50676,300,5,0,12175,0,1,0,0,0),(122102,31812,571,1,1,414,0,7407.49,1444.73,319.162,2.74803,300,5,0,12175,0,1,0,0,0),(122103,31812,571,1,1,414,0,7411.82,1445.2,319.662,5.27943,300,5,0,12175,0,1,0,0,0),(122104,31812,571,1,1,414,0,7405.01,1449.53,320.037,2.68798,300,5,0,12175,0,1,0,0,0),(122105,31812,571,1,1,414,0,7583.14,1262.17,338.997,3.45316,300,5,0,12175,0,1,0,0,0),(122106,31812,571,1,1,414,0,7580.39,1256.12,339.574,3.09157,300,5,0,12175,0,1,0,0,0),(122107,31812,571,1,1,414,0,7589.86,1256.73,340.828,3.3183,300,5,0,12175,0,1,0,0,0),(122108,31812,571,1,1,414,0,7464.48,1479.38,328.936,2.3486,300,5,0,12175,0,1,0,0,0),(122109,31812,571,1,1,414,0,7471.56,1475.92,327.537,4.47191,300,5,0,12175,0,1,0,0,0),(122110,31812,571,1,1,414,0,7472.03,1486.08,330.041,0.359554,300,5,0,12175,0,1,0,0,0),(122111,31812,571,1,1,414,0,7519.43,1493.79,331.639,5.91258,300,5,0,12175,0,1,0,0,0),(122112,31812,571,1,1,414,0,7516.14,1491.08,331.267,2.29178,300,5,0,12175,0,1,0,0,0),(122113,31812,571,1,1,414,0,7518.75,1485.87,330.267,1.1057,300,5,0,12175,0,1,0,0,0),(122114,31812,571,1,1,414,0,7549.9,1285.39,332.119,5.42373,300,5,0,12175,0,1,0,0,0),(122115,31812,571,1,1,414,0,7553.68,1284.97,332.518,3.21388,300,5,0,12175,0,1,0,0,0),(122116,31812,571,1,1,414,0,7547.73,1291.01,331.433,3.9331,300,5,0,12175,0,1,0,0,0),(122117,31812,571,1,1,414,0,7557.94,1491.77,332.682,4.02063,300,5,0,12175,0,1,0,0,0),(122118,31812,571,1,1,414,0,7557.17,1488.19,331.682,4.56488,300,5,0,12175,0,1,0,0,0),(122119,31812,571,1,1,414,0,7562.67,1494.66,333.004,2.87745,300,5,0,12175,0,1,0,0,0),(122120,31812,571,1,1,414,0,7572.93,1294.03,334.411,2.15509,300,5,0,12175,0,1,0,0,0),(122121,31812,571,1,1,414,0,7588.07,1290.13,336.536,0.213001,300,5,0,12175,0,1,0,0,0),(122122,31812,571,1,1,414,0,7576.14,1276.67,336.347,4.15282,300,5,0,12175,0,1,0,0,0),(122123,31812,571,1,1,414,0,7591.02,1282.28,337.584,5.86804,300,5,0,12175,0,1,0,0,0),(122124,31812,571,1,1,414,0,7586.15,1280.7,337.036,0.435038,300,5,0,12175,0,1,0,0,0),(122125,31812,571,1,1,414,0,7512.43,1255.58,332.063,4.10964,300,5,0,12175,0,1,0,0,0),(122126,31812,571,1,1,414,0,7509.83,1245.17,332.94,4.30686,300,5,0,12175,0,1,0,0,0),(122127,31812,571,1,1,414,0,7522.25,1254.49,332.974,6.2363,300,5,0,12175,0,1,0,0,0),(122128,31812,571,1,1,414,0,7560.43,1477.56,328.79,5.20341,300,5,0,12175,0,1,0,0,0),(122129,31812,571,1,1,414,0,7553.5,1482.28,330.307,2.48122,300,5,0,12175,0,1,0,0,0),(122130,31812,571,1,1,414,0,7548.72,1448.27,326.281,4.82294,300,5,0,12175,0,1,0,0,0),(122131,31812,571,1,1,414,0,7552.1,1454.39,326.656,2.55926,300,5,0,12175,0,1,0,0,0),(122132,31812,571,1,1,414,0,7532.08,1452.31,325.523,5.28325,300,5,0,12175,0,1,0,0,0),(122133,31812,571,1,1,414,0,7536.83,1465.7,327.406,0.596744,300,5,0,12175,0,1,0,0,0),(122134,31812,571,1,1,414,0,7540.03,1468.84,327.485,4.55505,300,5,0,12175,0,1,0,0,0),(122135,31812,571,1,1,414,0,7548.09,1489.49,331.937,2.43434,300,5,0,12175,0,1,0,0,0),(122136,31812,571,1,1,414,0,7555.41,1481.94,330.336,0.630787,300,5,0,12175,0,1,0,0,0),(122137,31812,571,1,1,414,0,7544.92,1486.4,331.355,0.450634,300,5,0,12175,0,1,0,0,0),(122138,31812,571,1,1,414,0,7508.69,1452.9,324.008,2.63218,300,5,0,12175,0,1,0,0,0),(122139,31812,571,1,1,414,0,7541.85,1492.16,332.057,0.419536,300,5,0,12175,0,1,0,0,0),(122140,31812,571,1,1,414,0,7546.97,1490.8,332.132,2.41698,300,5,0,12175,0,1,0,0,0),(122141,31812,571,1,1,414,0,7539.82,1487.79,330.932,3.77022,300,5,0,12175,0,1,0,0,0),(122142,31812,571,1,1,414,0,7423.33,1290.54,316.958,0.53934,300,5,0,12175,0,1,0,0,0),(122143,31812,571,1,1,414,0,7387.2,1322.23,311.411,2.30763,300,5,0,12175,0,1,0,0,0),(122144,31812,571,1,1,414,0,7381.69,1316.17,311.931,0.240454,300,5,0,12175,0,1,0,0,0),(122145,31812,571,1,1,414,0,7382.23,1323.7,311.181,2.1691,300,5,0,12175,0,1,0,0,0),(122146,31812,571,1,1,414,0,7645.72,1410.12,340.989,0.070139,300,5,0,12175,0,1,0,0,0),(122147,31812,571,1,1,414,0,7609.57,1427.26,333.306,0.057034,300,5,0,12175,0,1,0,0,0),(122148,31812,571,1,1,414,0,7611.33,1428.47,333.306,5.91199,300,5,0,12175,0,1,0,0,0),(122149,31812,571,1,1,414,0,7606.06,1426.33,332.756,4.01623,300,5,0,12175,0,1,0,0,0),(122150,31812,571,1,1,414,0,7687.88,1380.45,347.271,1.62171,300,5,0,12175,0,1,0,0,0),(122151,31812,571,1,1,414,0,7688.3,1381.63,347.271,1.24662,300,5,0,12175,0,1,0,0,0),(122152,31812,571,1,1,414,0,7687.13,1371.41,347.271,1.6235,300,5,0,12175,0,1,0,0,0),(122153,31812,571,1,1,414,0,7621.05,1419.37,337.073,2.86866,300,5,0,12175,0,1,0,0,0),(122154,31812,571,1,1,414,0,7616.51,1413.56,336.722,3.68,300,5,0,12175,0,1,0,0,0),(122155,31812,571,1,1,414,0,7615.31,1412.97,336.497,5.54832,300,5,0,12175,0,1,0,0,0),(122156,31812,571,1,1,414,0,7628.21,1392.25,339.302,0.308782,300,5,0,12175,0,1,0,0,0),(122157,31812,571,1,1,414,0,7631.76,1386.41,339.256,0.474564,300,5,0,12175,0,1,0,0,0),(122158,31812,571,1,1,414,0,7624.34,1393.32,338.677,4.52618,300,5,0,12175,0,1,0,0,0),(122159,31812,571,1,1,414,0,7656.35,1363.38,343.093,0.967701,300,5,0,12175,0,1,0,0,0),(122160,31812,571,1,1,414,0,7656.74,1347.91,345.056,5.08538,300,5,0,12175,0,1,0,0,0),(122161,31812,571,1,1,414,0,7655.94,1375.7,342.717,5.97006,300,5,0,12175,0,1,0,0,0),(122162,31812,571,1,1,414,0,7658.47,1380.98,342.91,5.00403,300,5,0,12175,0,1,0,0,0),(122163,31045,571,1,1,2325,0,6399.26,440.382,511.375,0,300,0,0,15750,0,0,0,0,0),(122164,31813,571,1,1,27538,0,7641.4,1530.45,333.126,0.982794,300,5,0,12600,1997,1,0,0,0),(122165,31813,571,1,1,27538,0,7797.4,1380.63,378.315,4.62925,300,5,0,12600,1997,1,0,0,0),(122166,31813,571,1,1,27538,0,7766.72,1388.88,367.963,2.89898,300,5,0,12600,1997,1,0,0,0),(122167,31813,571,1,1,27538,0,7652.13,1440,341.963,4.57188,300,5,0,12600,1997,1,0,0,0),(122168,31813,571,1,1,27538,0,7607.08,1448.24,331.34,1.8094,300,5,0,12600,1997,1,0,0,0),(122169,31813,571,1,1,27538,0,7632.97,1299.13,343.249,5.42801,300,5,0,12600,1997,1,0,0,0),(122170,31813,571,1,1,27538,0,7605.17,1473.17,329.955,3.74172,300,5,0,12600,1997,1,0,0,0),(122171,31813,571,1,1,27538,0,7613.55,1387.21,335.721,2.87076,300,5,0,12600,1997,1,0,0,0),(122172,31813,571,1,1,27538,0,7618.42,1341.86,338.293,4.40391,300,5,0,12600,1997,1,0,0,0),(122173,31813,571,1,1,27538,0,7576.56,1365.36,331.199,4.91093,300,5,0,12600,1997,1,0,0,0),(122174,31813,571,1,1,27538,0,7711.32,1334.03,353.406,4.39867,300,5,0,12600,1997,1,0,0,0),(122175,31813,571,1,1,27538,0,7591.36,1480.55,328.914,3.47644,300,5,0,12600,1997,1,0,0,0),(122176,31813,571,1,1,27538,0,7486.56,1531.63,342.559,5.36273,300,5,0,12600,1997,1,0,0,0),(122177,31813,571,1,1,27538,0,7451.52,1511.6,341.107,2.46685,300,5,0,12600,1997,1,0,0,0),(122178,31813,571,1,1,27538,0,7515.66,1406.79,321.434,3.44134,300,5,0,12600,1997,1,0,0,0),(122179,31813,571,1,1,27538,0,7672.94,1292.99,347.575,4.98935,300,5,0,12600,1997,1,0,0,0),(122180,31813,571,1,1,27538,0,7407.98,1219.9,331.167,3.62957,300,5,0,12600,1997,1,0,0,0),(122181,31813,571,1,1,27538,0,7375.45,1504.58,335.56,4.83081,300,5,0,12600,1997,1,0,0,0),(122182,31813,571,1,1,27538,0,7420.84,1470.52,325.623,4.60767,300,5,0,12600,1997,1,0,0,0),(122183,31813,571,1,1,27538,0,7680.63,1407.68,346.508,2.47875,300,5,0,12600,1997,1,0,0,0),(122184,31813,571,1,1,27538,0,7416.85,1322.85,313.453,3.37939,300,5,0,12600,1997,1,0,0,0),(122185,31813,571,1,1,27538,0,7380.98,1350.4,310.045,6.08312,300,5,0,12600,1997,1,0,0,0),(122186,31813,571,1,1,27538,0,7371.04,1391.33,312.998,3.34185,300,5,0,12600,1997,1,0,0,0),(122187,31813,571,1,1,27538,0,7494.92,1387.95,318.512,6.20791,300,5,0,12600,1997,1,0,0,0),(122188,31813,571,1,1,27538,0,7443.06,1385.94,314.948,3.19531,300,5,0,12600,1997,1,0,0,0),(122189,31813,571,1,1,27538,0,7475.42,1319.26,320.672,1.13293,300,5,0,12600,1997,1,0,0,0),(122190,31813,571,1,1,27538,0,7438.09,1408.38,315.871,5.18443,300,5,0,12600,1997,1,0,0,0),(122191,31813,571,1,1,27538,0,7551.61,1341.33,329.083,1.13457,300,5,0,12600,1997,1,0,0,0),(122192,31813,571,1,1,27538,0,7506.31,1261.95,331.063,5.17599,300,5,0,12600,1997,1,0,0,0),(122193,31813,571,1,1,27538,0,7484.81,1348.71,318.357,4.58268,300,5,0,12600,1997,1,0,0,0),(122194,31813,571,1,1,27538,0,7527.79,1351.55,324.799,3.3114,300,5,0,12600,1997,1,0,0,0),(122195,31813,571,1,1,27538,0,7420.01,1370.64,312.392,2.37622,300,5,0,12600,1997,1,0,0,0),(122196,31813,571,1,1,27538,0,7458.35,1419.84,319,6.18141,300,5,0,12600,1997,1,0,0,0),(122197,31813,571,1,1,27538,0,7443.45,1343.23,313.832,3.81115,300,5,0,12600,1997,1,0,0,0),(122198,31813,571,1,1,27538,0,7517.59,1234.51,335.472,5.12318,300,5,0,12600,1997,1,0,0,0),(122199,31813,571,1,1,27538,0,7522.18,1333.9,325.222,4.70848,300,5,0,12600,1997,1,0,0,0),(122200,31813,571,1,1,27538,0,7560.02,1237.86,338.438,1.78925,300,5,0,12600,1997,1,0,0,0),(122201,31813,571,1,1,27538,0,7537.91,1284.46,331.211,4.6273,300,5,0,12600,1997,1,0,0,0),(122202,31813,571,1,1,27538,0,7482.39,1234.14,335.477,5.49226,300,5,0,12600,1997,1,0,0,0),(122203,31813,571,1,1,27538,0,7489.43,1460.27,326.963,1.84588,300,5,0,12600,1997,1,0,0,0),(122204,31813,571,1,1,27538,0,7753.19,1405.37,362.148,0.166754,300,5,0,12600,1997,1,0,0,0),(122205,31813,571,1,1,27538,0,7545.37,1484.64,331.057,2.61276,300,5,0,12600,1997,1,0,0,0),(122206,31813,571,1,1,27538,0,7585.26,1272.49,337.937,2.71771,300,5,0,12600,1997,1,0,0,0),(122207,31813,571,1,1,27538,0,7521.97,1450.23,324.449,0.142035,300,5,0,12600,1997,1,0,0,0),(122208,31813,571,1,1,27538,0,7555.57,1310.45,331.099,2.05759,300,5,0,12600,1997,1,0,0,0),(122209,31813,571,1,1,27538,0,7524.11,1468.98,327.393,6.21337,300,5,0,12600,1997,1,0,0,0),(122210,31813,571,1,1,27538,0,7570.49,1310.68,333.134,1.76085,300,5,0,12600,1997,1,0,0,0),(122211,31813,571,1,1,27538,0,7392.94,1316.81,312.215,0.087034,300,5,0,12600,1997,1,0,0,0),(122212,31813,571,1,1,27538,0,7669.56,1364.83,344.6,1.00783,300,5,0,12600,1997,1,0,0,0),(122213,31813,571,1,1,27538,0,7693.77,1366.26,348.846,0.557668,300,5,0,12600,1997,1,0,0,0),(122214,31813,571,1,1,27538,0,7687.27,1351.39,347.952,3.27692,300,5,0,12600,1997,1,0,0,0),(122215,31815,571,1,1,27736,1,7665.75,1419.39,343.942,2.25998,300,0,0,50400,0,2,0,0,0),(122216,31815,571,1,1,27736,1,7676.66,1539.9,339.803,0.865832,300,0,0,50400,0,2,0,0,0),(122217,31815,571,1,1,27736,1,7418.52,1355.11,312.208,4.73556,300,0,0,50400,0,2,0,0,0),(122218,31815,571,1,1,27736,1,7528.52,1411.98,322.309,4.26003,300,0,0,50400,0,2,0,0,0),(122219,31815,571,1,1,27736,1,7573.84,1523.95,336.224,4.20238,300,0,0,50400,0,2,0,0,0),(122220,31304,571,1,1,3167,1,6804.46,951.695,329.307,2.6529,300,0,0,126,0,0,0,0,0),(122221,31304,571,1,1,3258,1,6705.9,1023.17,285.884,5.77704,300,0,0,126,0,0,0,0,0),(122222,31304,571,1,1,24065,1,6753.12,999.008,302.591,2.82743,300,0,0,126,0,0,0,0,0),(122223,31304,571,1,1,24361,1,6801.89,1132.06,281.624,2.21657,300,0,0,126,0,0,0,0,0),(122224,31304,571,1,1,3258,1,6834.17,1113.65,285.685,2.82743,300,0,0,126,0,0,0,0,0),(122225,31304,571,1,1,24065,1,6821.96,1100.91,286.052,1.97222,300,0,0,126,0,0,0,0,0),(122226,31304,571,1,1,24065,1,6799.51,1001.66,307.126,5.13127,300,0,0,126,0,0,0,0,0),(122227,31304,571,1,1,24361,1,6786.13,1066.45,288.356,4.2237,300,0,0,126,0,0,0,0,0),(122228,31304,571,1,1,3258,1,6537.65,1141.08,274.748,5.68977,300,0,0,126,0,0,0,0,0),(122229,31304,571,1,1,24065,1,6519.17,925.563,298.15,4.60767,300,0,0,126,0,0,0,0,0),(122230,31304,571,1,1,3258,1,6568.84,1111.1,277.34,4.2586,300,0,0,126,0,0,0,0,0),(122231,31304,571,1,1,24361,1,6875.19,954.579,328.74,2.00713,300,0,0,126,0,0,0,0,0),(122232,31304,571,1,1,24361,1,6559.54,1203.71,278.78,0.680678,300,0,0,126,0,0,0,0,0),(122233,31304,571,1,1,24065,1,6609.67,1177.41,274.356,3.9968,300,0,0,126,0,0,0,0,0),(122234,31304,571,1,1,24065,1,6728.95,1065.22,284.783,2.25148,300,0,0,126,0,0,0,0,0),(122235,31304,571,1,1,3167,1,6838.9,1182.54,280.579,1.58825,300,0,0,126,0,0,0,0,0),(122236,31304,571,1,1,24361,1,6690.74,1299.83,294.682,3.1765,300,0,0,126,0,0,0,0,0),(122237,31304,571,1,1,24065,1,6677.61,1260.1,282.451,3.47321,300,0,0,126,0,0,0,0,0),(122238,31304,571,1,1,24361,1,6780.4,1229.19,278.995,3.24631,300,0,0,126,0,0,0,0,0),(122239,31304,571,1,1,3258,1,6824.92,1149.33,281.364,3.735,300,0,0,126,0,0,0,0,0),(122240,31304,571,1,1,24065,1,6831.78,1266.47,282.511,1.98968,300,0,0,126,0,0,0,0,0),(122241,31304,571,1,1,3167,1,6900.03,1049.71,305.359,4.79965,300,0,0,126,0,0,0,0,0),(122242,31304,571,1,1,3167,1,6838.3,1040.15,299.547,5.0091,300,0,0,126,0,0,0,0,0),(122243,31304,571,1,1,3167,1,6485.67,1206.65,285.048,6.23082,300,0,0,126,0,0,0,0,0),(122244,31304,571,1,1,24065,1,6728.03,1189.45,274.82,1.69297,300,0,0,126,0,0,0,0,0),(122245,31304,571,1,1,3167,1,6536.4,1223.03,285.014,6.07375,300,0,0,126,0,0,0,0,0),(122246,31304,571,1,1,3258,1,6523.96,1174.98,275.201,1.67552,300,0,0,126,0,0,0,0,0),(122247,31304,571,1,1,24361,1,6477.94,1102.22,277.142,2.9147,300,0,0,126,0,0,0,0,0),(122248,31304,571,1,1,3167,1,6701.9,1127.08,277.956,0.436332,300,0,0,126,0,0,0,0,0),(122249,31304,571,1,1,3258,1,6594.13,1208.72,279.041,3.49066,300,0,0,126,0,0,0,0,0),(122250,31304,571,1,1,24065,1,6749.33,1257.57,278.405,3.12414,300,0,0,126,0,0,0,0,0),(122251,31304,571,1,1,24361,1,6617.99,1126.56,272.769,3.89208,300,0,0,126,0,0,0,0,0),(122252,31304,571,1,1,24361,1,6668.8,1087.14,279.191,2.80998,300,0,0,126,0,0,0,0,0),(122253,31304,571,1,1,24361,1,6730.27,1128.63,277.363,3.52556,300,0,0,126,0,0,0,0,0),(122254,31304,571,1,1,3167,1,6649.99,1135.19,273.157,2.1293,300,0,0,126,0,0,0,0,0),(122255,31049,571,1,1,11686,0,6490.35,1977.87,644.159,0.872665,300,5,0,12600,0,1,0,0,0),(122256,31049,571,1,1,11686,0,6519.38,1963.5,651.039,2.77507,300,5,0,12600,0,1,0,0,0),(122257,31562,571,1,1,15787,0,7937.99,2886.2,405.01,2.79253,300,5,0,12600,0,1,0,0,0),(122258,29515,571,1,1,22053,0,7436.78,4121.53,268.089,5.23599,300,0,0,12175,0,0,0,0,0),(122259,29515,571,1,1,22053,0,7404.91,4223.58,314.36,4.62512,300,0,0,12175,0,0,0,0,0),(122260,29515,571,1,1,22053,0,7400.76,4166.22,315.978,0.244346,300,0,0,12175,0,0,0,0,0),(122261,29515,571,1,1,22053,0,7402.75,4198.08,314.185,3.94444,300,0,0,12175,0,0,0,0,0),(122262,29515,571,1,1,22053,0,7441.98,4208.51,314.334,0.855211,300,0,0,12175,0,0,0,0,0),(122263,29515,571,1,1,22053,0,7405.4,4232.43,314.193,2.04204,300,0,0,12175,0,0,0,0,0),(122264,29515,571,1,1,22053,0,7444.04,4194.68,314.289,3.36848,300,0,0,12175,0,0,0,0,0),(122265,29515,571,1,1,22053,0,7443.54,4170.42,314.452,3.85718,300,0,0,12175,0,0,0,0,0),(122266,29515,571,1,1,22053,0,7415.32,4194.44,314.703,0.750492,300,0,0,12175,0,0,0,0,0),(122267,29515,571,1,1,22053,0,7469.06,4185.61,291.358,6.05629,300,0,0,12175,0,0,0,0,0),(122268,29517,571,1,1,24995,0,7401.78,4207.77,316.564,2.75826,300,0,0,11770,0,0,0,0,0),(122269,29517,571,1,1,24992,0,7404.65,4208.31,314.349,0.174533,300,0,0,11770,0,0,0,0,0),(122270,31059,571,1,1,26862,0,6425.99,441.844,511.099,0.15708,300,0,0,100800,0,0,0,0,0),(122293,30037,571,1,1,26731,1,8415.7,3164.49,588.215,3.92699,300,0,0,12175,0,0,0,0,0),(122292,30037,571,1,1,26729,1,8444.67,3104.78,588.216,4.28088,300,0,0,12175,0,0,0,0,0),(122291,30037,571,1,1,26730,1,8472.46,3098.9,588.224,3.87463,300,0,0,12175,0,0,0,0,0),(122290,30037,571,1,1,26730,1,8394.13,3090.78,588.383,3.66519,300,0,0,12175,0,0,0,0,0),(122289,30037,571,1,1,26730,1,8437.34,3074.8,588.211,2.79253,300,0,0,12175,0,0,0,0,0),(122288,30037,571,1,1,26732,1,8400.3,3114.16,588.142,5.62528,300,0,0,12175,0,0,0,0,0),(122287,30037,571,1,1,26729,1,8442.77,3100.64,588.224,1.22173,300,0,0,12175,0,0,0,0,0),(122284,30037,571,1,1,26731,1,8425.78,3120.35,588.158,1.05594,300,0,0,12175,0,0,0,0,0),(122283,30037,571,1,1,26732,1,8411.8,3161.05,588.103,0.76142,300,0,0,12175,0,0,0,0,0),(122282,30037,571,1,1,26729,1,8413.82,3087.25,588.237,0.493847,300,0,0,12175,0,0,0,0,0),(122281,30037,571,1,1,26730,1,8427.4,3123.76,588.657,4.36666,300,0,0,12175,0,0,0,0,0),(122280,30037,571,1,1,26732,1,8434.4,3142.86,588.143,0.762422,300,0,0,12175,0,0,0,0,0),(122277,30037,571,1,1,26731,1,8389.83,3089.32,588.211,0.317654,300,0,0,12175,0,0,0,0,0),(122276,30037,571,1,1,26730,1,8434.06,3077.33,588.137,5.59947,300,0,0,12175,0,0,0,0,0),(122275,30037,571,1,1,26732,1,8403.14,3111.97,588.142,2.48368,300,0,0,12175,0,0,0,0,0),(122274,30037,571,1,1,26730,1,8468.54,3095.92,588.141,0.620054,300,0,0,12175,0,0,0,0,0),(122273,30037,571,1,1,26730,1,8437.17,3145.49,588.143,3.86766,300,0,0,12175,0,0,0,0,0),(122272,30037,571,1,1,26732,1,8418.17,3089.28,588.141,3.57539,300,0,0,12175,0,0,0,0,0),(122271,30037,571,1,1,26732,1,8457.58,3118.42,588.141,4.496,300,0,0,12175,0,0,0,0,0),(122294,31063,571,1,1,26864,1,6406.79,432.179,511.366,0.506145,300,0,0,88200,31952,0,0,0,0),(122295,31064,571,1,1,0,0,6552.36,1644.81,631.742,2.14675,300,0,0,12600,0,0,0,0,0),(122296,31832,571,1,1,27739,1,7510.27,1791.3,356.868,3.76991,300,0,0,18900,0,0,0,0,0),(122297,31832,571,1,1,27738,1,7508.49,1789.95,357.027,0.680678,300,0,0,18900,0,0,0,0,0),(122298,31832,571,1,1,27741,1,7520.05,1797,354.698,3.71755,300,0,0,18900,0,0,0,0,0),(122299,31832,571,1,1,27741,1,7519.5,1793.5,354.751,2.3911,300,0,0,18900,0,0,0,0,0),(122300,31832,571,1,1,27741,1,7517.49,1795.42,355.006,5.93412,300,0,0,18900,0,0,0,0,0),(122301,31832,571,1,1,27738,1,7494.11,1785.74,358.61,6.00393,300,0,0,18900,0,0,0,0,0),(122302,31832,571,1,1,27740,1,7491.8,1783.79,359.104,6.23082,300,0,0,18900,0,0,0,0,0),(122303,31832,571,1,1,27741,1,7492.14,1780.83,358.822,0.20944,300,0,0,18900,0,0,0,0,0),(122304,31832,571,1,1,27739,1,7492.59,1777.91,358.676,0.366519,300,0,0,18900,0,0,0,0,0),(122305,31832,571,1,1,27738,1,7495.19,1792.08,362.738,5.58505,300,0,0,18900,0,0,0,0,0),(122306,31832,571,1,1,27738,1,7511.86,1810.84,354.808,3.07178,300,0,0,18900,0,0,0,0,0),(122307,31832,571,1,1,27738,1,7509.55,1810.85,354.985,0,300,0,0,18900,0,0,0,0,0),(122308,31832,571,1,1,27740,1,7513.36,1804.82,355.191,5.48033,300,0,0,18900,0,0,0,0,0),(122309,31832,571,1,1,27738,1,7514.9,1803.14,355.189,2.33874,300,0,0,18900,0,0,0,0,0),(122310,31832,571,1,1,27740,1,7508.97,1805.43,355.566,3.61283,300,0,0,18900,0,0,0,0,0),(122311,31065,571,1,1,0,0,6098.18,1921.19,632.661,4.18879,300,0,0,12600,0,0,0,0,0),(122312,31833,571,1,1,27747,1,7509.28,1795.35,356.713,3.31613,300,0,0,25200,0,0,0,0,0),(122313,31833,571,1,1,27748,1,7497.18,1783.05,358.032,0.680678,300,0,0,25200,0,0,0,0,0),(122314,31833,571,1,1,27747,1,7507.04,1806.83,355.655,3.76991,300,0,0,25200,0,0,0,0,0),(122315,31066,571,1,1,0,0,6312.41,1742.58,525.276,5.32325,300,0,0,12600,0,0,0,0,0),(122316,31834,571,1,1,27737,1,7503.88,1785.61,356.887,2.49582,300,0,0,630000,0,0,0,0,0),(122317,32347,571,1,1,17612,0,8229.51,2186.97,511.403,3.12414,300,0,0,42,0,0,0,0,0),(122318,31067,571,1,1,26865,0,6407.62,429.987,511.365,0.733038,300,0,0,88200,31952,0,0,0,0),(122319,31068,571,1,1,0,0,6461.64,1801.17,527.058,3.92699,300,0,0,12600,0,0,0,0,0),(122320,31836,571,1,1,27743,0,7820.55,990.672,450.21,1.23918,300,0,0,12600,0,0,0,0,0),(122321,31836,571,1,1,27743,0,7917.42,971.216,454.881,2.67035,300,0,0,12600,0,0,0,0,0),(122322,31836,571,1,1,27743,0,7825.85,941.942,451.5,0,300,0,0,12600,0,0,0,0,0),(122323,31836,571,1,1,27743,0,7597.5,984.666,484.461,2.00713,300,0,0,12600,0,0,0,0,0),(122324,31836,571,1,1,27743,0,7723.07,917.152,466.378,1.81514,300,0,0,12600,0,0,0,0,0),(122325,31836,571,1,1,27743,0,7727.53,910.839,462.783,3.50811,300,0,0,12600,0,0,0,0,0),(122326,31836,571,1,1,27743,0,7689.16,918.141,480.914,1.43117,300,0,0,12600,0,0,0,0,0),(122327,31836,571,1,1,27743,0,7740.08,1185.03,441.376,5.8294,300,0,0,12600,0,0,0,0,0),(122328,31836,571,1,1,27743,0,7719.75,806.613,478.53,3.735,300,0,0,12600,0,0,0,0,0),(122329,31836,571,1,1,27743,0,7516.72,698.196,473.296,6.19592,300,0,0,12600,0,0,0,0,0),(122330,31836,571,1,1,27743,0,7753.97,1121.95,441.283,5.32325,300,0,0,12600,0,0,0,0,0),(122331,31836,571,1,1,27743,0,7685.75,918.717,481.042,2.53073,300,0,0,12600,0,0,0,0,0),(122332,31836,571,1,1,27743,0,7873.19,1150.37,444.196,5.49779,300,0,0,12600,0,0,0,0,0),(122333,31836,571,1,1,27743,0,7886.72,1233.72,445.697,1.20428,300,0,0,12600,0,0,0,0,0),(122334,31836,571,1,1,27743,0,7685.14,914.865,482.127,3.24631,300,0,0,12600,0,0,0,0,0),(122335,31836,571,1,1,27743,0,7777.97,960.942,447.978,0.575959,300,0,0,12600,0,0,0,0,0),(122336,31836,571,1,1,27743,0,7680.74,1067.44,447.155,3.22886,300,0,0,12600,0,0,0,0,0),(122337,31836,571,1,1,27743,0,7594.25,991.239,483.976,2.44346,300,0,0,12600,0,0,0,0,0),(122338,31836,571,1,1,27743,0,7508.58,783.637,471.15,1.16937,300,0,0,12600,0,0,0,0,0),(122339,31836,571,1,1,27743,0,7865.07,1193.82,444.089,5.86431,300,0,0,12600,0,0,0,0,0),(122340,31836,571,1,1,27743,0,7899.27,1246.59,451.387,1.36136,300,0,0,12600,0,0,0,0,0),(122341,31836,571,1,1,27743,0,7799.73,1153.24,443.856,2.47837,300,0,0,12600,0,0,0,0,0),(122342,31836,571,1,1,27743,0,7891.94,969.786,451.246,0.349066,300,0,0,12600,0,0,0,0,0),(122343,31836,571,1,1,27743,0,7785.19,1047.15,395.702,2.6529,300,0,0,12600,0,0,0,0,0),(122344,31836,571,1,1,27743,0,7669.83,756.624,482.523,4.85202,300,0,0,12600,0,0,0,0,0),(122345,31836,571,1,1,27743,0,7699.25,989.814,456.479,1.97222,300,0,0,12600,0,0,0,0,0),(122346,31836,571,1,1,27743,0,7783.19,1108.01,395.818,1.41372,300,0,0,12600,0,0,0,0,0),(122347,31836,571,1,1,27743,0,7945.75,1173.73,466.936,5.8294,300,0,0,12600,0,0,0,0,0),(122348,31836,571,1,1,27743,0,7585.38,836.543,485.355,3.56047,300,0,0,12600,0,0,0,0,0),(122349,31836,571,1,1,27743,0,7703.91,1085.66,442.858,3.83972,300,0,0,12600,0,0,0,0,0),(122350,31836,571,1,1,27743,0,7862.69,1196.19,443.633,2.07694,300,0,0,12600,0,0,0,0,0),(122351,31836,571,1,1,27743,0,7747.67,1131.4,442.082,3.68265,300,0,0,12600,0,0,0,0,0),(122352,31836,571,1,1,27743,0,7817.82,1095.99,394.806,3.52556,300,0,0,12600,0,0,0,0,0),(122353,31836,571,1,1,27743,0,7724.51,926.703,461.476,4.27606,300,0,0,12600,0,0,0,0,0),(122354,31836,571,1,1,27743,0,7846.83,1111.06,395.924,3.735,300,0,0,12600,0,0,0,0,0),(122355,31836,571,1,1,27743,0,7850.65,1073.35,395.702,1.02974,300,0,0,12600,0,0,0,0,0),(122356,31836,571,1,1,27743,0,7813.02,999.014,449.472,5.39307,300,0,0,12600,0,0,0,0,0),(122357,31836,571,1,1,27743,0,7889.43,1234.87,446.907,4.62512,300,0,0,12600,0,0,0,0,0),(122358,31836,571,1,1,27743,0,7880.24,1088.72,448.239,2.09439,300,0,0,12600,0,0,0,0,0),(122359,31836,571,1,1,27743,0,7848.07,1161.26,443.242,2.79253,300,0,0,12600,0,0,0,0,0),(122360,31836,571,1,1,27743,0,7884.53,1055.48,447.845,5.8294,300,0,0,12600,0,0,0,0,0),(122361,31836,571,1,1,27743,0,7878.63,1151.54,443.259,5.20108,300,0,0,12600,0,0,0,0,0),(122362,31836,571,1,1,27743,0,7862.93,1043.34,448.616,3.80482,300,0,0,12600,0,0,0,0,0),(122363,31836,571,1,1,27743,0,7738.61,996.305,447.336,5.044,300,0,0,12600,0,0,0,0,0),(122364,31836,571,1,1,27743,0,7690.46,1054.47,446.623,5.35816,300,0,0,12600,0,0,0,0,0),(122365,31836,571,1,1,27743,0,7777.55,1103.33,396.308,1.65806,300,0,0,12600,0,0,0,0,0),(122366,31836,571,1,1,27743,0,7735.19,1005.16,447.191,0.715585,300,0,0,12600,0,0,0,0,0),(122367,31836,571,1,1,27743,0,7936.38,1204.91,466.355,0.087266,300,0,0,12600,0,0,0,0,0),(122368,31836,571,1,1,27743,0,7858.41,1039.57,448.716,4.08407,300,0,0,12600,0,0,0,0,0),(122369,31836,571,1,1,27743,0,7912.75,1140.57,449.883,0.453786,300,0,0,12600,0,0,0,0,0),(122370,31836,571,1,1,27743,0,7803.09,1019.2,447.971,4.62512,300,0,0,12600,0,0,0,0,0),(122371,31836,571,1,1,27743,0,7781.64,1054.27,395.702,5.8294,300,0,0,12600,0,0,0,0,0),(122372,31836,571,1,1,27743,0,7630.84,717.215,484.132,1.09956,300,0,0,12600,0,0,0,0,0),(122373,31836,571,1,1,27743,0,7753.96,1064.9,441.818,0.296706,300,0,0,12600,0,0,0,0,0),(122374,31836,571,1,1,27743,0,7753.14,1047.4,441.8,3.89208,300,0,0,12600,0,0,0,0,0),(122375,31836,571,1,1,27743,0,7515.22,701.226,472.759,2.3911,300,0,0,12600,0,0,0,0,0),(122376,31836,571,1,1,27743,0,7947.16,1190.22,468.145,0.558505,300,0,0,12600,0,0,0,0,0),(122377,31836,571,1,1,27743,0,7773.87,1177.26,441.233,3.9619,300,0,0,12600,0,0,0,0,0),(122378,31836,571,1,1,27743,0,7817.43,1179.21,441.277,0.750492,300,0,0,12600,0,0,0,0,0),(122379,31836,571,1,1,27743,0,7892.69,1103.48,447.971,5.74213,300,0,0,12600,0,0,0,0,0),(122380,31836,571,1,1,27743,0,7825.38,990.964,450.374,2.25148,300,0,0,12600,0,0,0,0,0),(122381,31836,571,1,1,27743,0,7893.67,1114.91,443.92,4.24115,300,0,0,12600,0,0,0,0,0),(122382,31836,571,1,1,27743,0,7826.26,983.337,449.94,5.95157,300,0,0,12600,0,0,0,0,0),(122383,31836,571,1,1,27743,0,7851.45,1113.37,395.697,2.32129,300,0,0,12600,0,0,0,0,0),(122384,31836,571,1,1,27743,0,7833.19,1058.06,396.923,2.42601,300,0,0,12600,0,0,0,0,0),(122385,31836,571,1,1,27743,0,7545.01,783.502,477.304,0.942478,300,0,0,12600,0,0,0,0,0),(122386,31836,571,1,1,27743,0,7737.96,1178.75,440.931,4.31096,300,0,0,12600,0,0,0,0,0),(122387,31836,571,1,1,27743,0,7723,821.488,471.245,0.383972,300,0,0,12600,0,0,0,0,0),(122388,31836,571,1,1,27743,0,7681.83,1145.17,438.807,3.1765,300,0,0,12600,0,0,0,0,0),(122389,31836,571,1,1,27743,0,7680.77,756.866,483.592,5.49779,300,0,0,12600,0,0,0,0,0),(122390,31836,571,1,1,27743,0,7704.6,1112.15,440.663,2.23402,300,0,0,12600,0,0,0,0,0),(122391,31836,571,1,1,27743,0,7800.34,1018.72,448.682,4.71239,300,0,0,12600,0,0,0,0,0),(122392,31836,571,1,1,27743,0,7905.02,1162.74,449.063,5.70723,300,0,0,12600,0,0,0,0,0),(122393,31836,571,1,1,27743,0,7701.01,979.992,456.359,6.24828,300,0,0,12600,0,0,0,0,0),(122394,31836,571,1,1,27743,0,7612.42,718.582,482.551,3.82227,300,0,0,12600,0,0,0,0,0),(122395,31836,571,1,1,27743,0,7530.15,688.302,475.453,6.03884,300,0,0,12600,0,0,0,0,0),(122396,31836,571,1,1,27743,0,7687.6,919.417,481.013,4.7822,300,0,0,12600,0,0,0,0,0),(122397,31836,571,1,1,27743,0,7571.04,796.103,483.685,0.191986,300,0,0,12600,0,0,0,0,0),(122398,31836,571,1,1,27743,0,7929.25,1208.78,464.691,0.139626,300,0,0,12600,0,0,0,0,0),(122399,31836,571,1,1,27743,0,7821.08,1130.77,395.701,2.82743,300,0,0,12600,0,0,0,0,0),(122400,31836,571,1,1,27743,0,7807.62,1152.23,442.223,3.83972,300,0,0,12600,0,0,0,0,0),(122401,31836,571,1,1,27743,0,7577.66,833.306,488.905,1.78024,300,0,0,12600,0,0,0,0,0),(122402,31836,571,1,1,27743,0,7815.85,1211.05,439.779,1.69297,300,0,0,12600,0,0,0,0,0),(122403,31069,571,1,1,26867,0,6401.22,464.245,512.632,1.23918,300,0,0,88200,0,0,0,0,0),(122404,32349,571,1,1,27671,1,6525.27,2559.69,578.138,1.98968,300,0,0,10080,8814,0,0,0,0),(122405,32349,571,1,1,27671,1,6515.91,2579.78,578.056,5.16617,300,0,0,10080,8814,0,0,0,0),(122406,32349,571,1,1,27671,1,6510.58,2565.31,578.068,0.436332,300,0,0,10080,8814,0,0,0,0),(122407,32349,571,1,1,27671,1,6641.6,2310.21,578.131,1.98968,300,0,0,10080,8814,0,0,0,0),(122408,32349,571,1,1,27671,1,6632.25,2330.5,578.118,5.14872,300,0,0,10080,8814,0,0,0,0),(122409,32349,571,1,1,27671,1,6530.5,2574.55,578.067,3.57792,300,0,0,10080,8814,0,0,0,0),(122410,32349,571,1,1,27671,1,6626.78,2315.7,578.116,0.436332,300,0,0,10080,8814,0,0,0,0),(122411,32349,571,1,1,27671,1,6647.03,2325.08,578.123,3.57792,300,0,0,10080,8814,0,0,0,0),(122412,32349,571,1,1,27671,1,6561.22,2441.27,651.341,0.226893,300,0,0,10080,8814,0,0,0,0),(122413,32349,571,1,1,27671,1,6570.39,2429.29,651.282,1.0821,300,0,0,10080,8814,0,0,0,0),(122414,32349,571,1,1,27671,1,6580.29,2463.46,651.3,4.62512,300,0,0,10080,8814,0,0,0,0),(122415,32349,571,1,1,27671,1,6563.76,2455.91,651.332,5.67232,300,0,0,10080,8814,0,0,0,0),(122416,32349,571,1,1,27671,1,6595.44,2438.49,651.361,2.75762,300,0,0,10080,8814,0,0,0,0),(122417,32349,571,1,1,27671,1,6586.1,2429.18,651.193,1.98968,300,0,0,10080,8814,0,0,0,0),(122418,32349,571,1,1,27671,1,6595.4,2452.99,651.314,3.57792,300,0,0,10080,8814,0,0,0,0),(122419,31070,571,1,1,26883,0,6398.8,403.924,553.351,5.61996,300,0,0,11379,0,0,0,0,0),(122420,31070,571,1,1,26883,0,6404.87,409.443,553.153,5.60251,300,0,0,11379,0,0,0,0,0),(122421,31070,571,1,1,26883,0,6418.24,497.34,514.255,6.23082,300,0,0,11379,0,0,0,0,0),(122422,31070,571,1,1,26883,0,6419.36,488.429,516.486,0.331613,300,0,0,11379,0,0,0,0,0),(76047,21683,532,1,1,0,0,-11097.5,-1886.2,220.751,0.785398,604800,0,0,1,0,0,0,0,0),(76046,21682,532,1,1,0,0,-11101,-1881.93,220.751,0.663225,604800,0,0,1,0,0,0,0,0),(122425,30304,571,1,1,26939,1,8492.74,2668.82,652.437,2.51327,300,0,0,12600,0,0,0,0,0),(122426,30306,571,1,1,1065,1,8316.48,2802.21,655.176,5.89921,300,0,0,12600,0,0,0,0,0),(122427,30051,571,1,1,26716,0,3587.74,6652.51,195.787,3.05433,300,0,0,7688,7500,0,0,0,0),(122428,31843,571,1,1,27764,1,6088.82,2485.88,518.817,2.60054,300,0,0,11770,0,0,0,0,0),(122429,31843,571,1,1,27764,1,5899.78,2456.57,539.556,1.0821,300,0,0,11770,0,0,0,0,0),(122430,31843,571,1,1,27764,1,6105.32,2512.17,523.942,3.57792,300,0,0,11770,0,0,0,0,0),(122431,30307,571,1,1,26944,0,8353.57,2805.89,655.18,3.4383,300,0,0,12600,3994,0,0,0,0),(122432,31843,571,1,1,27764,1,6068.84,2484.13,517.192,1.69297,300,0,0,11770,0,0,0,0,0),(122433,31843,571,1,1,27765,1,6141.25,2529.9,513.68,3.68265,300,0,0,11770,0,0,0,0,0),(122434,31843,571,1,1,8055,1,6130.32,2510.28,512.438,2.72271,300,0,0,11770,0,0,0,0,0),(122435,31843,571,1,1,27764,1,6114.6,2478.34,508.323,3.33358,300,0,0,11770,0,0,0,0,0),(122436,31843,571,1,1,11369,1,5975.62,2381.06,517.962,4.93928,300,0,0,11770,0,0,0,0,0),(122437,31843,571,1,1,11369,1,5937.92,2451.29,529.119,1.22173,300,0,0,11770,0,0,0,0,0),(122438,31843,571,1,1,11369,1,6110.67,2536.16,527.381,2.54818,300,0,0,11770,0,0,0,0,0),(122439,31843,571,1,1,8055,1,6176.03,2470.5,506.039,5.91667,300,0,0,11770,0,0,0,0,0),(122440,31843,571,1,1,11369,1,6005.35,2499.43,524.531,1.93731,300,0,0,11770,0,0,0,0,0),(122441,31843,571,1,1,8055,1,6126.83,2555.41,531.085,3.05433,300,0,0,11770,0,0,0,0,0),(122442,31843,571,1,1,11369,1,5980.53,2519.73,534.998,1.67552,300,0,0,11770,0,0,0,0,0),(122443,31843,571,1,1,8055,1,5985.21,2366.93,517.47,3.4383,300,0,0,11770,0,0,0,0,0),(122444,31075,571,1,1,0,0,6336.33,1665.23,555.101,4.31096,300,0,0,12600,0,0,0,0,0),(122445,31843,571,1,1,8055,1,5943.59,2508.49,537.957,2.9147,300,0,0,11770,0,0,0,0,0),(122446,31843,571,1,1,27764,1,5978.56,2352.86,520.567,5.46288,300,0,0,11770,0,0,0,0,0),(122447,31843,571,1,1,27765,1,5996.96,2431.69,518.723,2.09439,300,0,0,11770,0,0,0,0,0),(122448,31843,571,1,1,8055,1,6030.71,2468.02,516.063,3.29867,300,0,0,11770,0,0,0,0,0),(122449,31843,571,1,1,11369,1,6022.78,2432.07,516.871,2.9147,300,0,0,11770,0,0,0,0,0),(122450,31075,571,1,1,0,0,6334.08,1665.74,555.058,3.7001,300,0,0,12600,0,0,0,0,0),(122451,31075,571,1,1,0,0,6333.61,1668.09,555.034,3.08923,300,0,0,12600,0,0,0,0,0),(122452,31843,571,1,1,27764,1,5960.2,2390.4,519.464,3.90954,300,0,0,11770,0,0,0,0,0),(122453,31843,571,1,1,8055,1,5976.98,2435.18,521.156,2.11185,300,0,0,11770,0,0,0,0,0),(122454,31843,571,1,1,8055,1,5957.23,2439.35,523.013,2.33874,300,0,0,11770,0,0,0,0,0),(122455,31843,571,1,1,11369,1,5939.97,2411.63,522.399,4.32842,300,0,0,11770,0,0,0,0,0),(122456,31843,571,1,1,11369,1,5958.48,2407.71,519.949,5.63741,300,0,0,11770,0,0,0,0,0),(122457,31075,571,1,1,0,0,6340.59,1808.4,508.684,0.523599,300,0,0,12600,0,0,0,0,0),(122458,31075,571,1,1,0,0,6341.74,1810.11,508.684,3.56047,300,0,0,12600,0,0,0,0,0),(122459,31075,571,1,1,0,0,6339.39,1810.22,508.684,3.26377,300,0,0,12600,0,0,0,0,0),(122460,31843,571,1,1,11369,1,6039.3,2497.62,517.812,2.00713,300,0,0,11770,0,0,0,0,0),(122461,31075,571,1,1,0,0,6254.44,1841.71,525.276,0.279253,300,0,0,12600,0,0,0,0,0),(122462,31075,571,1,1,0,0,6255.9,1843.44,525.276,5.8294,300,0,0,12600,0,0,0,0,0),(122463,31075,571,1,1,0,0,6250.87,1835.91,525.246,5.89921,300,0,0,12600,0,0,0,0,0),(122464,31075,571,1,1,0,0,6253.23,1838.48,525.276,5.8294,300,0,0,12600,0,0,0,0,0),(122465,30308,571,1,1,26938,0,8499.73,2685.31,652.437,2.84489,300,0,0,12600,0,0,0,0,0),(122466,31077,571,1,1,11686,0,7081.5,4355.46,871.881,3.08923,300,5,0,42,0,1,0,0,0),(122467,31077,571,1,1,11686,0,7048.84,4346.52,871.617,2.98451,300,5,0,42,0,1,0,0,0),(122468,31077,571,1,1,11686,0,7077.68,4338.44,871.563,1.71042,300,5,0,42,0,1,0,0,0),(122469,31077,571,1,1,11686,0,7065.02,4353.73,871.69,5.89921,300,5,0,42,0,1,0,0,0),(122470,31077,571,1,1,11686,0,7069.5,4374.78,872.076,3.7001,300,5,0,42,0,1,0,0,0),(122471,31077,571,1,1,11686,0,7084.89,4370.71,872.165,3.52556,300,5,0,42,0,1,0,0,0),(122472,31077,571,1,1,11686,0,7056.4,4366.19,871.935,4.41568,300,5,0,42,0,1,0,0,0),(122473,30309,571,1,1,26936,0,8379.06,2777.93,655.18,3.54302,300,0,0,12600,0,0,0,0,0),(122474,31845,571,1,1,11686,0,7486.27,1800.09,367.646,1.39626,300,5,0,12600,0,1,0,0,0),(122475,31077,571,1,1,11686,0,7069.26,4307.41,870.969,3.76991,300,5,0,42,0,1,0,0,0),(122476,31077,571,1,1,11686,0,7060.82,4333.48,871.312,2.56563,300,5,0,42,0,1,0,0,0),(122477,31077,571,1,1,11686,0,7073.04,4321.12,871.232,4.11898,300,5,0,42,0,1,0,0,0),(122478,31077,571,1,1,11686,0,7091.65,4324.77,871.456,6.16101,300,5,0,42,0,1,0,0,0),(122479,31077,571,1,1,11686,0,7088.75,4385.25,872.443,0.401426,300,5,0,42,0,1,0,0,0),(122480,31077,571,1,1,11686,0,7058.1,4318.56,871.036,2.21657,300,5,0,42,0,1,0,0,0),(122481,31077,571,1,1,11686,0,7081.85,4311.56,871.146,0.855211,300,5,0,42,0,1,0,0,0),(122482,31078,571,1,1,26804,0,7429.6,4231.64,314.367,4.34587,300,0,0,31905,0,0,0,0,0),(122483,30310,571,1,1,1200,0,8375.75,2781.01,655.185,4.39823,300,0,0,12600,0,0,0,0,0),(122484,29542,571,1,1,26326,1,7450.03,4846.02,57.2615,0.034907,300,0,0,302400,79880,0,0,0,0),(122485,30311,571,1,1,1198,0,8336.27,2812.39,655.176,5.02655,300,0,0,12600,0,0,0,0,0),(122486,31847,571,1,1,25286,0,7075.86,1134.2,308.819,0.153911,300,5,0,12175,0,1,0,0,0),(122487,31847,571,1,1,25286,0,7089.04,1382.01,310.322,2.01213,300,5,0,12175,0,1,0,0,0),(122488,31847,571,1,1,25286,0,7167.74,1445.53,322.707,6.2011,300,5,0,12175,0,1,0,0,0),(122489,31847,571,1,1,25286,0,7243.53,1475.78,327.29,2.13198,300,5,0,12175,0,1,0,0,0),(122490,31847,571,1,1,25286,0,7155.68,1224.79,302.703,6.13699,300,5,0,12175,0,1,0,0,0),(122491,31847,571,1,1,25286,0,7112.62,1416.43,316.509,1.44482,300,5,0,12175,0,1,0,0,0),(122492,31847,571,1,1,25286,0,7049.23,1322.43,302.62,2.07908,300,5,0,12175,0,1,0,0,0),(122493,31847,571,1,1,25286,0,7048.37,1271.53,302.489,1.49648,300,5,0,12175,0,1,0,0,0),(122494,31847,571,1,1,25286,0,7145.19,1343.29,307.845,4.94659,300,5,0,12175,0,1,0,0,0),(122495,31847,571,1,1,25286,0,7143.52,1152.72,307.252,2.83705,300,5,0,12175,0,1,0,0,0),(122496,31847,571,1,1,25286,0,7279.92,1411.68,314.071,3.04721,300,5,0,12175,0,1,0,0,0),(122497,31847,571,1,1,25286,0,7291.9,1445.17,320.222,5.71753,300,5,0,12175,0,1,0,0,0),(122498,31847,571,1,1,25286,0,7212.91,1411.2,315.2,0.733484,300,5,0,12175,0,1,0,0,0),(122499,31847,571,1,1,25286,0,7243.38,1450.8,321.971,3.93451,300,5,0,12175,0,1,0,0,0),(122500,31847,571,1,1,25286,0,7210.51,1456.91,325.57,1.89558,300,5,0,12175,0,1,0,0,0),(122501,31847,571,1,1,25286,0,7181.27,1414.53,316.626,0.918267,300,5,0,12175,0,1,0,0,0),(122502,31847,571,1,1,25286,0,7173.25,1342.69,307.778,5.33155,300,5,0,12175,0,1,0,0,0),(122503,31847,571,1,1,25286,0,7302.36,1176.88,323.619,5.85681,300,5,0,12175,0,1,0,0,0),(122504,31847,571,1,1,25286,0,7188.91,1193.64,307.536,2.28292,300,5,0,12175,0,1,0,0,0),(122505,31847,571,1,1,25286,0,7212.3,1153.92,317.025,4.784,300,5,0,12175,0,1,0,0,0),(122506,31847,571,1,1,25286,0,7182.69,1208.83,305.19,3.38386,300,5,0,12175,0,1,0,0,0),(122507,31847,571,1,1,25286,0,7222.01,1224.22,306.851,0.485849,300,5,0,12175,0,1,0,0,0),(122508,31847,571,1,1,25286,0,7252.95,1214.45,308.829,6.14637,300,5,0,12175,0,1,0,0,0),(122509,31847,571,1,1,25286,0,7216.82,1308.52,303.589,4.28544,300,5,0,12175,0,1,0,0,0),(122510,31847,571,1,1,25286,0,7241.81,1423.29,316.566,3.06007,300,5,0,12175,0,1,0,0,0),(122511,31847,571,1,1,25286,0,7352.12,1475.89,327.375,6.07468,300,5,0,12175,0,1,0,0,0),(122512,31847,571,1,1,25286,0,7335.84,1441.04,318.975,5.10066,300,5,0,12175,0,1,0,0,0),(122513,31847,571,1,1,25286,0,7155.5,1319.11,305.25,2.72729,300,5,0,12175,0,1,0,0,0),(122514,31847,571,1,1,25286,0,7114.52,1338.23,304.747,2.55361,300,5,0,12175,0,1,0,0,0),(122515,31847,571,1,1,25286,0,7119.38,1188.23,298.717,2.21476,300,5,0,12175,0,1,0,0,0),(122516,31847,571,1,1,25286,0,7159.65,1291.01,301.737,0.019608,300,5,0,12175,0,1,0,0,0),(122517,31847,571,1,1,25286,0,7159.9,1411.09,317.766,5.36118,300,5,0,12175,0,1,0,0,0),(122518,31847,571,1,1,25286,0,7176.19,1379.58,311.968,2.47471,300,5,0,12175,0,1,0,0,0),(122519,31847,571,1,1,25286,0,7100.38,1276.65,298.739,4.10236,300,5,0,12175,0,1,0,0,0),(122520,31847,571,1,1,25286,0,7290.06,1316.48,306.562,5.9923,300,5,0,12175,0,1,0,0,0),(122521,31847,571,1,1,25286,0,7310.94,1287.04,308.412,3.45618,300,5,0,12175,0,1,0,0,0),(122522,31847,571,1,1,25286,0,7256.28,1316.08,304.322,0.281921,300,5,0,12175,0,1,0,0,0),(122523,31847,571,1,1,25286,0,7311.3,1237.76,310.335,0.024959,300,5,0,12175,0,1,0,0,0),(122524,31847,571,1,1,25286,0,7253.42,1390.46,311.159,5.35173,300,5,0,12175,0,1,0,0,0),(122525,31847,571,1,1,25286,0,7220.52,1357.38,310.55,1.50911,300,5,0,12175,0,1,0,0,0),(122526,31847,571,1,1,25286,0,7287.58,1346.47,306.554,2.54246,300,5,0,12175,0,1,0,0,0),(122527,31847,571,1,1,25286,0,7252.17,1253.21,304.422,0.78532,300,5,0,12175,0,1,0,0,0),(122528,31847,571,1,1,25286,0,7322.87,1207.55,321.075,2.3904,300,5,0,12175,0,1,0,0,0),(122529,31847,571,1,1,25286,0,7209.96,1287.1,302.407,2.30182,300,5,0,12175,0,1,0,0,0),(122530,31847,571,1,1,25286,0,7080.85,1241.94,296.466,4.68141,300,5,0,12175,0,1,0,0,0),(122531,31847,571,1,1,25286,0,7144.91,1249.88,300.514,3.1921,300,5,0,12175,0,1,0,0,0),(122532,31847,571,1,1,25286,0,7275.59,1217.39,310.488,3.35784,300,5,0,12175,0,1,0,0,0),(122533,30312,571,1,1,733,1,8578.27,2647.37,652.437,2.53073,300,0,0,37800,0,0,0,0,0),(122534,30312,571,1,1,733,1,8575.14,2639.2,652.437,2.56563,300,0,0,37800,0,0,0,0,0),(122535,30056,571,1,1,26738,0,8429.11,2870.46,606.349,1.58825,300,0,0,12600,3994,0,0,0,0),(122536,30312,571,1,1,733,1,8381.3,2767.91,655.594,3.61283,300,0,0,37800,0,0,0,0,0),(122537,30312,571,1,1,733,1,8347.18,2812.22,655.191,4.17134,300,0,0,37800,0,0,0,0,0),(122538,30312,571,1,1,733,1,8428.43,2719.99,655.588,2.94961,300,0,0,37800,0,0,0,0,0),(122539,30312,571,1,1,733,1,8325.25,2809.34,656.124,5.34071,300,0,0,37800,0,0,0,0,0),(122540,30312,571,1,1,733,1,8418.68,2695.66,655.178,2.56563,300,0,0,37800,0,0,0,0,0),(137695,24484,1,1,1,0,0,9964.44,2238.31,1332.94,2.80092,120,0,0,1,0,0,0,0,0),(122542,30314,571,1,1,26943,0,8407.96,2700.43,655.201,1.64061,300,0,0,12600,0,0,0,0,0),(137694,24484,1,1,1,0,0,9963.35,2242.59,1333.61,4.96241,120,0,0,1,0,0,0,0,0),(122544,25707,571,1,1,27478,0,3553.07,7098.03,212.799,1.52976,300,5,0,9291,3231,1,0,0,0),(122545,25707,571,1,1,27478,0,4030.21,7160.61,171.708,2.98913,300,15,0,9291,3231,1,0,0,0),(122546,25707,571,1,1,27478,0,3749.68,6844.67,153.259,1.69515,300,5,0,9291,3231,1,0,0,0),(122547,25707,571,1,1,27478,0,4058.34,6917.48,164.4,0.989836,300,20,0,9291,3231,1,0,0,0),(122548,25707,571,1,1,27478,0,3775.86,6560.07,172.85,2.56597,300,20,0,9291,3231,1,0,0,0),(122549,25707,571,1,1,27478,0,3947.34,6659.41,167.208,6.06356,300,15,0,9291,3231,1,0,0,0),(122550,25707,571,1,1,27478,0,3942.19,6781.74,153.255,3.30931,300,20,0,9291,3231,1,0,0,0),(122551,25707,571,1,1,27478,0,3657.29,6953.13,158.24,2.73587,300,20,0,9291,3231,1,0,0,0),(122552,31853,571,1,1,25300,1,5935.41,2486.54,538.336,3.53008,300,5,0,12600,0,1,0,0,0),(122553,31853,571,1,1,25300,1,6042.63,2571.47,537.58,5.94843,300,5,0,12600,0,1,0,0,0),(122554,31853,571,1,1,25300,1,5937.17,2318.1,524.65,3.6816,300,5,0,12600,0,1,0,0,0),(122555,31853,571,1,1,25300,1,5930.94,2388.49,529.057,2.79457,300,5,0,12600,0,1,0,0,0),(122556,31853,571,1,1,25300,1,5952.39,2432.42,522.637,3.10645,300,0,0,12600,0,2,0,0,0),(122557,25709,571,1,1,24961,0,3624.61,7304.02,224.236,4.69676,300,5,0,9291,3231,1,0,0,0),(122558,25709,571,1,1,24961,0,3577.93,7101.97,212.287,4.27788,300,5,0,9291,3231,1,0,0,0),(122559,25709,571,1,1,24961,0,3779.31,7349.98,202.131,0.644087,300,5,0,9291,3231,1,0,0,0),(122560,31853,571,1,1,25300,1,6073.13,2408.64,512.391,0.231888,300,0,0,12600,0,2,0,0,0),(122561,31853,571,1,1,25300,1,6156.64,2391.98,497.119,1.26441,300,0,0,12600,0,2,0,0,0),(122562,25709,571,1,1,24961,0,3821.72,7226.87,165.794,0.835944,300,0,0,9291,3231,2,0,0,0),(122563,25709,571,1,1,24961,0,4204.71,7044.46,175.353,0.267527,300,5,0,9291,3231,1,0,0,0),(122564,25709,571,1,1,24961,0,3836,6567.29,168.514,1.4733,300,5,0,9291,3231,1,0,0,0),(122565,25709,571,1,1,24961,0,3707.83,6799.51,161.541,3.58126,300,5,0,9291,3231,1,0,0,0),(122566,25709,571,1,1,24961,0,4024.59,6745.69,163.331,5.47789,300,5,0,9291,3231,1,0,0,0),(122567,25709,571,1,1,24961,0,3862.23,7163.71,166.303,3.26692,300,5,0,9291,3231,1,0,0,0),(122568,15214,571,1,1,0,0,8235.43,1079.95,819.114,3.63644,300,0,0,42,0,0,0,0,0),(122569,15214,571,1,1,0,0,7417.66,1765.26,659.163,0.26114,300,0,0,42,0,0,0,0,0),(122570,15214,571,1,1,0,0,7410.39,1766.35,661.327,4.67682,300,0,0,42,0,0,0,0,0),(122571,25711,571,1,1,23329,0,3703.78,6946.03,245.066,0.355757,300,0,0,8982,0,2,0,0,0),(122572,30576,571,1,1,15880,0,8088.79,3402.2,709.631,0.942478,300,0,0,42,0,0,0,0,0),(122573,30576,571,1,1,15880,0,8424.62,3005.23,718.685,0.907571,300,0,0,42,0,0,0,0,0),(122574,30576,571,1,1,15880,0,7887.08,3467.86,715.032,3.15905,300,0,0,42,0,0,0,0,0),(122575,30576,571,1,1,15880,0,8366.16,3388.55,700.722,4.99164,300,0,0,42,0,0,0,0,0),(122576,30576,571,1,1,15880,0,7726.64,3410.24,685.775,2.72271,300,0,0,42,0,0,0,0,0),(122577,30576,571,1,1,15880,0,7625.24,3559.53,714.919,2.11185,300,0,0,42,0,0,0,0,0),(122578,30576,571,1,1,15880,0,7858.32,3666.27,682.392,3.78736,300,0,0,42,0,0,0,0,0),(122579,30576,571,1,1,15880,0,7418.66,3592.87,704.483,4.36332,300,0,0,42,0,0,0,0,0),(122580,30576,571,1,1,15880,0,7176.7,3917.44,618.618,4.29351,300,0,0,42,0,0,0,0,0),(122581,30576,571,1,1,15880,0,7591.66,3470.85,716.561,2.19912,300,0,0,42,0,0,0,0,0),(122582,30576,571,1,1,15880,0,7742.21,3506.87,688.221,4.66003,300,0,0,42,0,0,0,0,0),(122583,30576,571,1,1,15880,0,6873.76,3885,733.255,1.76278,300,0,0,42,0,0,0,0,0),(122584,30576,571,1,1,15880,0,7709.72,3613.73,721.646,5.75959,300,0,0,42,0,0,0,0,0),(122585,30576,571,1,1,15880,0,7459.4,3684.62,651.794,2.26893,300,0,0,42,0,0,0,0,0),(122586,30576,571,1,1,15880,0,7796.75,3439.94,686.091,1.36136,300,0,0,42,0,0,0,0,0),(122587,30576,571,1,1,15880,0,8017.85,3638.93,691.321,2.61799,300,0,0,42,0,0,0,0,0),(122588,30576,571,1,1,15880,0,7717.97,3704.72,680.355,2.77507,300,0,0,42,0,0,0,0,0),(122589,30576,571,1,1,15880,0,7765.3,3585.15,692.784,1.58825,300,0,0,42,0,0,0,0,0),(122590,25712,571,1,1,20736,1,3760.33,7179.92,162.365,5.58505,300,0,0,9940,3387,0,0,0,0),(110283,23837,571,1,1,0,0,5647.35,-3502.6,362.827,4.39823,120,0,0,1,0,0,0,0,0),(1975959,4624,0,1,1,0,1,-6369.53,1272.53,7.18784,3.97047,300,0,0,16960,0,0,0,0,0),(1975934,29843,571,1,1,0,1,6990.75,68.8908,812.952,0.396717,300,0,0,11770,3809,0,0,0,0),(122609,25713,571,1,1,14886,1,3761.04,7207.85,159.981,1.62316,300,0,0,9291,0,0,0,0,0),(122610,25713,571,1,1,14886,1,3790.22,7174.33,159.873,0.017453,300,0,0,9291,0,0,0,0,0),(122611,25713,571,1,1,14886,1,3820.67,7153.96,163.426,4.93417,300,0,0,9291,0,2,0,0,0),(1975933,29843,571,1,1,0,1,6880.27,36.8712,794.944,0.374706,300,0,0,11770,3809,0,0,0,0),(74514,32241,571,1,1,0,0,6250.45,2656.44,570.333,2.19912,10,0,0,1,0,0,0,0,0),(74512,32239,571,1,1,0,0,6240.6,2658.84,570.333,5.86431,120,0,0,1,0,0,0,0,0),(74513,32241,571,1,1,0,0,6243.45,2667.72,570.333,5.41052,10,0,0,1,0,0,0,0,0),(122641,25713,571,1,1,14886,1,3733.81,7181.7,160.008,3.01942,300,0,0,9291,0,0,0,0,0),(122642,25713,571,1,1,14886,1,3755.07,7150.59,159.875,4.92183,300,0,0,9291,0,0,0,0,0),(122643,25713,571,1,1,14886,1,3715.23,7159.22,160.581,2.7131,300,0,0,9291,0,2,0,0,0),(122644,30067,571,1,1,26743,1,7429.38,4156.8,314.192,1.69297,300,0,0,12600,0,0,0,0,0),(122645,25204,571,1,1,21975,0,4355.13,6232.23,-0.61101,1.12642,300,5,0,8982,0,1,0,0,0),(122646,25716,571,1,1,25252,1,4113.91,6996.09,165.391,3.1765,300,0,0,9940,3387,0,0,0,0),(122647,30069,571,1,1,26744,1,7427.53,4156.48,314.192,1.74533,300,0,0,12600,0,0,0,0,0),(122648,25717,571,1,1,25195,1,4155.89,6942.37,168.448,2.27193,300,5,0,9291,3231,1,0,0,0),(122649,25717,571,1,1,25195,1,4125.36,7079.54,169.187,0.382707,300,5,0,9291,3231,1,0,0,0),(122650,25717,571,1,1,25195,1,4103.73,6946.98,163.136,3.11062,300,5,0,9291,3231,1,0,0,0),(122651,25717,571,1,1,25195,1,4125.96,6942.37,165.054,2.93437,300,5,0,9291,3231,1,0,0,0),(122652,25717,571,1,1,25195,1,4071.96,7059.75,166.736,5.87315,300,0,0,9291,3231,2,0,0,0),(122653,25717,571,1,1,25195,1,4183.21,6979.92,167.866,5.58306,300,5,0,9291,3231,1,0,0,0),(122654,25717,571,1,1,25195,1,4169.91,7031.95,167.92,1.40531,300,5,0,9291,3231,1,0,0,0),(122655,25717,571,1,1,25195,1,4158.8,7025.6,165.751,5.95471,300,0,0,9291,3231,2,0,0,0),(122656,25717,571,1,1,25195,1,4087.57,6936.84,165.808,2.68689,300,5,0,9291,3231,1,0,0,0),(122657,25717,571,1,1,25195,1,4052.73,6987.56,164.559,3.47472,300,5,0,9291,3231,1,0,0,0),(122658,30326,571,1,1,26940,0,8492.76,2667.16,652.437,2.72271,300,0,0,12600,0,0,0,0,0),(122659,30070,571,1,1,26745,0,7437.58,4161.18,314.192,2.05949,300,0,0,12600,0,0,0,0,0),(122660,25718,571,1,1,24906,0,3881.66,6564.67,171.115,4.80069,300,5,0,3992,3080,1,0,0,0),(122661,25718,571,1,1,24906,0,3767.87,6704.59,151.62,5.56606,300,5,0,3992,3080,1,0,0,0),(122662,25718,571,1,1,24906,0,3817.02,6751.44,150.473,3.36561,300,5,0,3992,3080,1,0,0,0),(122663,25718,571,1,1,24906,0,3758.26,6652.85,151.392,2.30018,300,5,0,3992,3080,1,0,0,0),(122664,25718,571,1,1,24906,0,3878.78,6618.41,165.305,0.945131,300,5,0,3992,3080,1,0,0,0),(122665,25718,571,1,1,24906,0,3879.95,6753.89,151.078,0.018494,300,5,0,3992,3080,1,0,0,0),(122666,25718,571,1,1,24906,0,3893.18,6643.9,166.189,0.866284,300,5,0,3992,3080,1,0,0,0),(122667,25718,571,1,1,24906,0,3796.4,6601.57,162.257,1.77146,300,5,0,3992,3080,1,0,0,0),(122668,25718,571,1,1,24906,0,3805.09,6541.64,173.371,1.53589,300,0,0,3992,3080,0,0,0,0),(122669,25718,571,1,1,24906,0,3726.05,6604.72,171.631,0.057272,300,0,0,3992,3080,0,0,0,0),(122670,25718,571,1,1,24906,0,3913.55,6754.73,150.581,2.73369,300,5,0,3992,3080,1,0,0,0),(122671,25719,571,1,1,23332,1,3876.68,6542.92,175.354,4.79636,300,0,0,7432,7332,2,0,0,0),(122672,25719,571,1,1,23332,1,3820.6,6679.23,152.865,0.680678,300,0,0,7432,7332,0,0,0,0),(122673,25719,571,1,1,23332,1,3835.53,6677.67,152.865,2.28638,300,0,0,7432,7332,0,0,0,0),(122674,25719,571,1,1,23332,1,3836.24,6692.86,152.865,3.89208,300,0,0,7432,7332,0,0,0,0),(122675,25719,571,1,1,23332,1,3772.38,6700.64,150.745,5.56418,300,0,0,7432,7332,2,0,0,0),(122676,25719,571,1,1,23332,1,3839.05,6746.13,150.877,3.36557,300,0,0,7432,7332,2,0,0,0),(122677,25719,571,1,1,23332,1,3822.54,6694.84,152.865,5.3058,300,0,0,7432,7332,0,0,0,0),(122678,25719,571,1,1,23332,1,3765.19,6646.19,152.201,2.45035,300,0,0,7432,7332,2,0,0,0),(122679,25719,571,1,1,23332,1,3877.74,6617.06,165.481,0.952235,300,0,0,7432,7332,2,0,0,0),(122680,25719,571,1,1,23332,1,3863.13,6753.52,150.519,3.16015,300,0,0,7432,7332,2,0,0,0),(122681,25719,571,1,1,23332,1,3856.67,6592.44,165.859,0.866302,300,0,0,7432,7332,2,0,0,0),(122682,25719,571,1,1,23332,1,3802.63,6610.85,160.925,1.72165,300,0,0,7432,7332,2,0,0,0),(122683,25719,571,1,1,23332,1,3856.67,6592.44,165.859,3.03687,300,0,0,7432,7332,2,0,0,0),(122684,25719,571,1,1,23332,1,3726.05,6604.72,171.631,5.52689,300,0,0,7432,7332,2,0,0,0),(122685,25719,571,1,1,23332,1,3908.27,6757.15,150.844,2.41561,300,0,0,7432,7332,2,0,0,0),(122686,25208,571,1,1,757,0,4012.81,6396.15,28.8583,4.90438,300,0,0,10685,0,0,0,0,0),(122687,25720,571,1,1,23331,0,3828.42,6685.65,153.202,2.04204,300,0,0,9610,3309,0,0,0,0),(122688,31353,571,1,1,11686,0,8253.11,1073.05,819.278,5.76574,300,5,0,10635,0,1,0,0,0),(122689,31353,571,1,1,11686,0,7416.07,1765.83,648.389,2.30317,300,5,0,10635,0,1,0,0,0),(122690,25721,571,1,1,23333,0,3922.53,6907.65,131.521,2.54878,300,15,0,9291,3231,1,0,0,0),(122691,25721,571,1,1,23333,0,3949.37,7225.18,166.058,1.26267,300,15,0,9291,3231,1,0,0,0),(122692,25721,571,1,1,23333,0,3965.26,6977.3,137.088,1.7077,300,15,0,9291,3231,1,0,0,0),(122693,25721,571,1,1,23333,0,3967.17,6959.46,146.227,1.64449,300,15,0,9291,3231,1,0,0,0),(122694,25721,571,1,1,23333,0,3983.05,6968.63,111.611,1.32596,300,15,0,9291,3231,1,0,0,0),(122695,25209,571,1,1,22989,0,3839.85,6406.78,23.6346,0.837758,300,0,0,9610,3309,0,0,0,0),(122696,25721,571,1,1,23333,0,3710.42,6914.42,156.684,0.299315,300,15,0,9291,3231,1,0,0,0),(122697,25721,571,1,1,23333,0,3976.93,6929.52,113.322,6.095,300,15,0,9291,3231,1,0,0,0),(122698,25721,571,1,1,23333,0,3951.67,7043.4,127.977,5.65622,300,15,0,9291,3231,1,0,0,0),(122699,25721,571,1,1,23333,0,3921.58,6910.1,112.977,3.79319,300,15,0,9291,3231,1,0,0,0),(122700,25721,571,1,1,23333,0,3858.92,7075.18,115.192,2.96748,300,15,0,9291,3231,1,0,0,0),(122701,25721,571,1,1,23333,0,3915.77,7054.76,108.517,2.63927,300,15,0,9291,3231,1,0,0,0),(122702,25721,571,1,1,23333,0,4080.03,6773.96,170.737,6.16862,300,15,0,9291,3231,1,0,0,0),(122703,25721,571,1,1,23333,0,3928.17,7053.51,113.465,5.98268,300,15,0,9291,3231,1,0,0,0),(122704,25721,571,1,1,23333,0,3980.23,6977.61,115.899,1.68104,300,15,0,9291,3231,1,0,0,0),(122705,25721,571,1,1,23333,0,3956.49,7035.22,110.679,5.7501,300,15,0,9291,3231,1,0,0,0),(122706,30074,571,1,1,26577,0,8380.47,2717.56,655.178,1.19812,300,0,0,37800,0,0,0,0,0),(202498,23771,571,1,1,0,0,1704.69,-2528.73,13.0695,2.77507,120,0,0,1,0,0,0,0,0),(48323,31146,1,1,1,27510,0,9999.41,2252.81,1329.65,3.75246,180,0,0,24009944,0,0,0,0,0),(48322,31144,0,1,1,16074,0,1771.39,349.593,-62.205,4.31096,180,0,0,1,0,0,0,0,0),(48321,31144,0,1,1,16074,0,-4948.38,-1169.87,501.805,5.14872,180,0,0,1,0,0,0,0,0),(48320,31144,0,1,1,16074,0,-4943.79,-1166.27,501.772,5.61996,180,0,0,1,0,0,0,0,0),(48319,31144,1,1,1,16074,0,9929.25,2260.65,1334.16,4.62512,180,0,0,1,0,0,0,0,0),(48318,31144,1,1,1,16074,0,9976.21,2262.37,1334.5,4.69494,180,0,0,1,0,0,0,0,0),(48317,31144,1,1,1,16074,0,9919.53,2261.12,1332.05,4.97419,180,0,0,1,0,0,0,0,0),(48316,31144,1,1,1,16074,0,9982.51,2262.49,1333.4,4.69494,180,0,0,1,0,0,0,0,0),(40592,21839,530,1,1,0,0,1785.86,4767.26,145.577,4.16543,300,5,0,6505,0,1,0,0,0),(34058,21839,530,1,1,0,0,1869.55,4921.42,147.661,0.140283,300,5,0,6505,0,1,0,0,0),(122718,25722,571,1,1,25250,1,3911.43,7345,183.365,0.100913,300,5,0,7432,7332,1,0,0,0),(122719,25722,571,1,1,25250,1,3477.6,7185.25,237.412,4.47688,300,5,0,7432,7332,1,0,0,0),(122720,25722,571,1,1,25250,1,3549.93,7255.56,241.209,2.00143,300,5,0,7432,7332,1,0,0,0),(122721,25722,571,1,1,25250,1,3583.79,7088.68,210.419,0.612324,300,5,0,7432,7332,1,0,0,0),(122722,25722,571,1,1,25250,1,3478.18,7046.3,207.256,3.06944,300,5,0,7432,7332,1,0,0,0),(122723,25722,571,1,1,25250,1,3673.64,7351.11,234.435,4.88123,300,5,0,7432,7332,1,0,0,0),(122724,25722,571,1,1,25250,1,3786.59,7345.53,199.033,2.29233,300,5,0,7432,7332,1,0,0,0),(122725,25722,571,1,1,25250,1,4050.77,6916.48,164.731,0.828174,300,5,0,7432,7332,1,0,0,0),(122726,25722,571,1,1,25250,1,3884.26,7187.17,167.39,2.90415,300,5,0,7432,7332,1,0,0,0),(122727,25722,571,1,1,25250,1,4077.92,7058.65,166.216,1.24603,300,5,0,7432,7332,1,0,0,0),(34054,21839,530,1,1,0,0,1970.95,4916.71,142.878,5.79515,300,5,0,6505,0,1,0,0,0),(34053,21839,530,1,1,0,0,2024.7,4905.79,140.883,3.59604,300,5,0,6505,0,1,0,0,0),(29882,21839,530,1,1,0,0,2154.45,4902.69,147.832,3.58426,300,5,0,6505,0,1,0,0,0),(29880,23895,571,1,1,21892,0,1426.65,-3148.94,164.79,4.06006,300,0,0,9291,0,0,0,0,0),(26169,25328,571,1,11,23117,1,2896.08,6263.66,61.5788,2.5,180,0,0,9610,3309,0,0,0,0),(135120,30734,530,1,1,27299,0,-771.901,2754.23,146.533,2.60872,180,0,0,2136,5751,0,0,0,0),(122736,25210,571,1,1,23004,1,4029.03,6312.86,7.79801,2.1668,300,5,0,9291,0,1,0,0,0),(122737,25722,571,1,1,25250,1,4120.93,6850.19,173.475,2.68566,300,0,0,7432,7332,0,0,0,0),(122738,25722,571,1,1,25250,1,4082.31,7179.78,175.063,2.86896,300,5,0,7432,7332,1,0,0,0),(122739,25722,571,1,1,25250,1,4157.7,7114.29,171.804,1.79118,300,5,0,7432,7332,1,0,0,0),(122740,25722,571,1,1,25250,1,3854.03,7279.29,177.309,0.996877,300,5,0,7432,7332,1,0,0,0),(122741,25722,571,1,1,25250,1,4016.2,6675.25,175.343,4.96588,300,5,0,7432,7332,1,0,0,0),(122742,25722,571,1,1,25250,1,3695.22,6587.65,181.157,1.15429,300,5,0,7432,7332,1,0,0,0),(122743,25722,571,1,1,25250,1,3643.8,6857.33,160.435,1.41689,300,5,0,7432,7332,1,0,0,0),(122744,25722,571,1,1,25250,1,3726.07,7141.6,162.398,5.17604,300,5,0,7432,7332,1,0,0,0),(122745,25722,571,1,1,25250,1,3639.97,7246.84,220.696,5.29769,300,5,0,7432,7332,1,0,0,0),(122746,25722,571,1,1,25250,1,4013.76,6575.17,184.211,4.92491,300,5,0,7432,7332,1,0,0,0),(122747,25722,571,1,1,25250,1,3785.85,6558.64,171.975,3.77735,300,5,0,7432,7332,1,0,0,0),(122748,25722,571,1,1,25250,1,3808.75,6706.58,150.773,5.46288,300,0,0,7432,7332,0,0,0,0),(122749,25722,571,1,1,25250,1,3808.53,6664.88,150.623,0.820305,300,0,0,7432,7332,0,0,0,0),(122750,25722,571,1,1,25250,1,3782.96,6811.22,150.895,1.10706,300,5,0,7432,7332,1,0,0,0),(122751,25722,571,1,1,25250,1,3711.85,6760.1,158.97,5.75958,300,5,0,7432,7332,1,0,0,0),(122752,25722,571,1,1,25250,1,3848.27,6707.24,150.818,3.9619,300,0,0,7432,7332,0,0,0,0),(122753,25722,571,1,1,25250,1,3849.53,6664.4,150.623,2.35619,300,0,0,7432,7332,0,0,0,0),(122754,25722,571,1,1,25250,1,3982.27,6751.65,156.623,1.03405,300,5,0,7432,7332,1,0,0,0),(122755,25722,571,1,1,25250,1,3982.16,6816.33,158.917,0.457954,300,5,0,7432,7332,1,0,0,0),(122756,25722,571,1,1,25250,1,3911.38,6748.12,150.754,2.85447,300,5,0,7432,7332,1,0,0,0),(122757,31868,571,1,1,25092,0,7260.01,1177.04,316.83,5.84685,300,0,0,50400,0,0,0,0,0),(122758,30588,571,1,1,11686,0,8253.38,1090.6,828.493,5.02495,300,5,0,10635,0,1,0,0,0),(122759,30330,571,1,1,26882,0,7828.21,3719.17,677.116,3.75416,1,0,0,12175,0,2,0,0,0),(122760,30330,571,1,1,26882,0,7922.47,3918.61,631.438,4.04032,1,0,0,12175,0,2,0,0,0),(122761,30330,571,1,1,26882,0,7946.33,3557.24,707.101,3.21568,1,0,0,12175,0,2,0,0,0),(122762,30330,571,1,1,26882,0,7919.72,3834.22,617.144,3.88366,1,0,0,12175,0,2,0,0,0),(122763,30330,571,1,1,26882,0,8001.18,3791.06,612.953,5.96876,1,0,0,12175,0,2,0,0,0),(122764,30330,571,1,1,26882,0,8026.38,3825.09,626.708,5.98209,1,0,0,12175,0,2,0,0,0),(122765,30330,571,1,1,26882,0,8112.57,3756.36,605.781,3.76432,1,0,0,12175,0,2,0,0,0),(122766,30330,571,1,1,26882,0,8170.07,3751.63,630.081,4.8515,1,0,0,12175,0,2,0,0,0),(122767,30330,571,1,1,26882,0,8279.06,3722.49,617.388,1.18263,1,0,0,12175,0,2,0,0,0),(122768,30330,571,1,1,26882,0,8311.41,3725.87,623.653,3.89173,1,0,0,12175,0,2,0,0,0),(122769,30330,571,1,1,26882,0,8400.75,3238.86,625.312,2.74551,1,0,0,12175,0,2,0,0,0),(122770,30330,571,1,1,26882,0,8413.86,3287.8,625.803,4.41565,1,0,0,12175,0,2,0,0,0),(122771,30330,571,1,1,26882,0,8498.65,3262.24,611.597,4.38419,1,0,0,12175,0,2,0,0,0),(122772,30330,571,1,1,26882,0,8529.38,3532.05,628.62,4.8044,1,0,0,12175,0,2,0,0,0),(122773,30330,571,1,1,26882,0,8585.11,3480.38,627.666,6.24607,1,0,0,12175,0,2,0,0,0),(122774,30330,571,1,1,26882,0,8608.77,3337.04,652.167,3.94128,1,0,0,12175,0,2,0,0,0),(122775,30330,571,1,1,26882,0,8458.71,3595.5,641.228,4.17872,1,0,0,12175,0,2,0,0,0),(122776,30330,571,1,1,26882,0,8505.48,3548.23,641.975,3.29594,1,0,0,12175,0,2,0,0,0),(122777,30589,571,1,1,11686,0,8247.16,1089.83,826.29,1.13287,300,5,0,10635,0,1,0,0,0),(122778,30335,571,1,1,26363,0,8411.12,2697.04,655.178,1.76278,300,0,0,12600,0,0,0,0,0),(122779,30335,571,1,1,26363,0,8405.26,2697.12,655.398,1.41372,300,0,0,12600,0,0,0,0,0),(122780,25215,571,1,1,478,1,4333.74,6230.62,-2.48122,0.367004,300,0,0,7984,0,0,0,0,0),(122781,25215,571,1,1,478,1,4338.49,6276.97,-4.08223,0.15007,300,0,0,7984,0,0,0,0,0),(122782,25215,571,1,1,652,1,4333.97,6193.68,-6.42245,5.58754,300,0,0,7984,0,0,0,0,0),(122783,25215,571,1,1,540,1,4306.76,6362.9,4.62872,0.616814,300,0,0,7984,0,0,0,0,0),(122784,25215,571,1,1,5243,1,4224.39,6167.68,0,1.34858,300,5,0,7984,0,1,0,0,0),(122785,25215,571,1,1,540,1,4236.97,6298.36,-0.771525,0.970628,300,0,0,7984,0,0,0,0,0),(122786,25215,571,1,1,478,1,4298.59,6299.95,0.48584,5.08788,300,0,0,7984,0,0,0,0,0),(122787,25215,571,1,1,478,1,4216.02,6187.84,1.9279,1.04322,300,0,0,7984,0,0,0,0,0),(122788,25215,571,1,1,478,1,4262.11,6170.9,-5.4745,2.2539,300,5,0,7984,0,1,0,0,0),(122789,25215,571,1,1,652,1,4163.97,6240.41,26.1374,2.06119,300,0,0,7984,0,0,0,0,0),(122790,30336,571,1,1,26947,1,8478.34,2631.42,653.388,4.43314,300,0,0,12600,0,0,0,0,0),(122791,25728,571,1,1,25225,1,3917.06,6817.92,150.507,4.11898,300,0,0,9291,0,0,0,0,0),(122792,25216,571,1,1,3617,1,4063.81,6264.57,23.4441,6.27412,300,0,0,6387,7031,0,0,0,0),(122793,25728,571,1,1,25225,1,3579.67,7284.34,235.572,2.26848,300,5,0,9291,0,1,0,0,0),(122794,25216,571,1,1,3940,1,4035.98,6461.29,22.1944,3.69151,300,5,0,6387,7031,1,0,0,0),(122795,25728,571,1,1,25225,1,3562.78,7189.18,225.075,5.20304,300,5,0,9291,0,1,0,0,0),(122796,25728,571,1,1,25225,1,3605.41,7314.4,237.426,4.96878,300,5,0,9291,0,1,0,0,0),(122797,25728,571,1,1,25225,1,4021.77,6927.94,165.955,6.10648,300,5,0,9291,0,1,0,0,0),(122798,25728,571,1,1,25225,1,4025.36,6888.99,166.311,0.328615,300,5,0,9291,0,1,0,0,0),(122799,25216,571,1,1,3940,1,4328.88,6379.21,0.591432,2.44346,300,0,0,6387,7031,0,0,0,0),(122800,25728,571,1,1,25225,1,3751.87,7295.47,207.134,2.03942,300,5,0,9291,0,1,0,0,0),(122801,25728,571,1,1,25225,1,4124.63,7092.05,170.516,5.25855,300,5,0,9291,0,1,0,0,0),(122802,25216,571,1,1,3940,1,3971.28,6449.13,17.3156,1.21509,300,5,0,6387,7031,1,0,0,0),(122803,25216,571,1,1,3940,1,3944.13,6368.61,11.397,3.53633,300,5,0,6387,7031,1,0,0,0),(122804,25216,571,1,1,3617,1,3928.94,6406.57,13.9941,2.76887,300,5,0,6387,7031,1,0,0,0),(122805,25728,571,1,1,25225,1,3698.07,7278.36,211.855,2.96585,300,5,0,9291,0,1,0,0,0),(122806,25728,571,1,1,25225,1,3853.06,7157.51,166.19,1.11183,300,10,0,9291,0,1,0,0,0),(122807,25728,571,1,1,25225,1,3810.39,7106.73,167.448,4.90124,300,5,0,9291,0,1,0,0,0),(122808,25728,571,1,1,25225,1,4045.97,7208.08,182.272,2.88577,300,5,0,9291,0,1,0,0,0),(122809,25728,571,1,1,25225,1,3556.04,7055.76,204.917,2.52864,300,5,0,9291,0,1,0,0,0),(122810,25728,571,1,1,25225,1,3803,7393.77,203.372,5.95927,300,5,0,9291,0,1,0,0,0),(122811,25728,571,1,1,25225,1,3514.75,7146.97,217.131,5.58508,300,5,0,9291,0,1,0,0,0),(122812,25728,571,1,1,25225,1,3514.82,7074.38,209.062,5.19408,300,5,0,9291,0,1,0,0,0),(122813,25728,571,1,1,25225,1,3528.84,7026.74,200.457,2.35745,300,5,0,9291,0,1,0,0,0),(122814,25728,571,1,1,25225,1,3492.84,7109.36,214.988,5.85677,300,5,0,9291,0,1,0,0,0),(122815,25728,571,1,1,25225,1,3842.25,7357.74,188.824,3.36361,300,5,0,9291,0,1,0,0,0),(122816,25216,571,1,1,4920,1,3997.04,6348.2,8.05543,5.09534,300,5,0,6387,7031,1,0,0,0),(122817,25216,571,1,1,3940,1,4018.39,6276.51,7.83475,5.63688,300,5,0,6387,7031,1,0,0,0),(122818,25216,571,1,1,3617,1,4022.49,6326.39,8.52253,3.34116,300,5,0,6387,7031,1,0,0,0),(122819,25216,571,1,1,3617,1,4059.27,6266.11,22.159,0.283669,300,5,0,6387,7031,1,0,0,0),(122820,25728,571,1,1,25225,1,3583.83,6845.97,174.005,1.54833,300,5,0,9291,0,1,0,0,0),(122821,25728,571,1,1,25225,1,3690.53,6820.61,160.952,2.49725,300,5,0,9291,0,1,0,0,0),(122822,25728,571,1,1,25225,1,3711.34,6853.04,155.984,2.02401,300,5,0,9291,0,1,0,0,0),(122823,25728,571,1,1,25225,1,3749.79,6890.08,154.591,5.10526,300,5,0,9291,0,1,0,0,0),(122824,25728,571,1,1,25225,1,4020.96,7164.66,171.108,5.03321,300,15,0,9291,0,1,0,0,0),(122825,25728,571,1,1,25225,1,4114.5,6919.72,168.47,2.61145,300,5,0,9291,0,1,0,0,0),(122826,25216,571,1,1,3940,1,4293.75,6214.58,0.705102,1.24895,300,5,0,6387,7031,1,0,0,0),(122827,25728,571,1,1,25225,1,4089.45,6842.39,168.189,-0.689647,300,0,0,9291,0,0,0,0,0),(122828,25216,571,1,1,4920,1,4017.05,6384.01,29.7595,1.93633,300,5,0,6387,7031,1,0,0,0),(122829,25216,571,1,1,11293,1,4188.7,6304.81,13.3154,1.88304,300,5,0,6387,7031,1,0,0,0),(122830,25216,571,1,1,11293,1,4281.6,6403.95,0.652001,1.07258,300,5,0,6387,7031,1,0,0,0),(122831,25728,571,1,1,25225,1,3885.19,7258.12,177.479,2.16584,300,0,0,9291,0,0,0,0,0),(122832,25728,571,1,1,25225,1,3818.7,7252.16,167.879,2.17674,300,5,0,9291,0,1,0,0,0),(122833,25216,571,1,1,3617,1,4236.85,6227.31,0.63844,5.19739,300,5,0,6387,7031,1,0,0,0),(122834,25216,571,1,1,4920,1,4213.42,6248.43,8.32139,3.03096,300,5,0,6387,7031,1,0,0,0),(122835,25216,571,1,1,3940,1,4169.87,6174.96,9.27637,0.481337,300,5,0,6387,7031,1,0,0,0),(122836,25216,571,1,1,3940,1,4293.91,6261.33,0.829847,1.10279,300,5,0,6387,7031,1,0,0,0),(122837,25728,571,1,1,25225,1,4082.2,6888.15,167.542,6.02805,300,5,0,9291,0,1,0,0,0),(122838,25216,571,1,1,3940,1,4284.06,6283.03,0.36084,4.25153,300,5,0,6387,7031,1,0,0,0),(122839,25728,571,1,1,25225,1,3980.68,6619.27,175.227,6.23922,300,5,0,9291,0,1,0,0,0),(122840,25216,571,1,1,11293,1,4093.53,6287.77,25.7105,4.27716,300,5,0,6387,7031,1,0,0,0),(122841,25728,571,1,1,25225,1,3847.82,6543.21,173.041,5.2245,300,5,0,9291,0,1,0,0,0),(122842,25728,571,1,1,25225,1,3619.05,7192.14,219.747,5.76025,300,5,0,9291,0,1,0,0,0),(122843,25728,571,1,1,25225,1,3603.81,7151.87,221.741,4.76498,300,5,0,9291,0,1,0,0,0),(122844,25728,571,1,1,25225,1,3792.45,6622.14,157.409,0.330283,300,5,0,9291,0,1,0,0,0),(122845,25728,571,1,1,25225,1,3949.39,6782.82,153.945,6.05864,300,5,0,9291,0,1,0,0,0),(122846,25728,571,1,1,25225,1,4008.38,6776.67,161.801,3.94795,300,5,0,9291,0,1,0,0,0),(122847,25728,571,1,1,25225,1,3848,6748.06,150.504,3.40114,300,5,0,9291,0,1,0,0,0),(122848,25728,571,1,1,25225,1,3649.99,7020.45,166.278,0.907933,300,5,0,9291,0,1,0,0,0),(122849,25216,571,1,1,4920,1,4241.96,6190.66,0.937441,5.65487,300,0,0,6387,7031,0,0,0,0),(122850,25217,571,1,1,1079,1,4012.33,6472.04,22.3178,1.51303,300,0,0,7984,0,0,0,0,0),(122851,25217,571,1,1,1305,1,3987.23,6472.96,22.5494,2.35653,300,0,0,7984,0,0,0,0,0),(122852,25217,571,1,1,506,1,3985.04,6307.41,8.08208,1.21468,300,5,0,7984,0,1,0,0,0),(122853,25217,571,1,1,1305,1,3913.05,6361.26,12.3071,3.50709,300,5,0,7984,0,1,0,0,0),(122854,25217,571,1,1,506,1,3925.44,6368.94,10.5224,0.335856,300,5,0,7984,0,1,0,0,0),(122855,25217,571,1,1,1305,1,3939.36,6390.99,11.3957,5.4393,300,5,0,7984,0,1,0,0,0),(122856,25217,571,1,1,1305,1,4262.25,6372.4,0.673519,5.47125,300,5,0,7984,0,1,0,0,0),(122857,30081,571,1,1,26827,1,8376.6,3069.63,588.225,0.541052,300,0,0,12600,3994,0,0,0,0),(122858,25217,571,1,1,391,1,4031.35,6297.91,5.47734,0.5429,300,5,0,7984,0,1,0,0,0),(122859,25217,571,1,1,391,1,4203.24,6323.24,13.9689,2.13768,300,5,0,7984,0,1,0,0,0),(122860,25217,571,1,1,1305,1,4189.17,6245.99,8.43107,3.44409,300,5,0,7984,0,1,0,0,0),(122861,25217,571,1,1,391,1,4233.76,6206.89,0.140188,0.048837,300,0,0,7984,0,0,0,0,0),(122862,25217,571,1,1,1305,1,4061.74,6350.52,24.8078,1.73297,300,5,0,7984,0,1,0,0,0),(122863,25217,571,1,1,506,1,4319.1,6321.68,0.618582,4.81711,300,0,0,7984,0,0,0,0,0),(122864,25217,571,1,1,506,1,4307.14,6304.13,0.586074,6.14356,300,0,0,7984,0,0,0,0,0),(122865,25217,571,1,1,506,1,4292.61,6396.63,0.691488,4.17337,300,5,0,7984,0,1,0,0,0),(122866,25217,571,1,1,1079,1,4281.88,6351.69,0.440778,4.34516,300,5,0,7984,0,1,0,0,0),(122867,25217,571,1,1,506,1,4173.77,6192.72,9.27637,4.54952,300,5,0,7984,0,1,0,0,0),(122868,25217,571,1,1,1079,1,4304.28,6203.43,0.519855,3.98611,300,5,0,7984,0,1,0,0,0),(122869,25217,571,1,1,1079,1,4295.18,6240.57,0.579847,1.64925,300,5,0,7984,0,1,0,0,0),(122870,25217,571,1,1,1079,1,4218,6182.81,1.4279,1.63568,300,5,0,7984,0,1,0,0,0),(122871,25217,571,1,1,506,1,4154.14,6246.81,30.8572,5.48259,300,0,0,7984,0,0,0,0,0),(122872,25217,571,1,1,1079,1,4113.01,6276.87,25.6806,3.93962,300,0,0,7984,0,2,0,0,0),(122873,25217,571,1,1,506,1,4156.33,6279.25,30.99,4.7491,300,5,0,7984,0,1,0,0,0),(122874,25217,571,1,1,1079,1,4086.5,6274.5,27.5666,3.23632,300,5,0,7984,0,1,0,0,0),(122875,25217,571,1,1,506,1,4259.39,6247.17,0.00219,1.32575,300,5,0,7984,0,1,0,0,0),(122876,25217,571,1,1,1305,1,4273.03,6186.47,0.235363,4.7416,300,5,0,7984,0,1,0,0,0),(122877,30597,571,1,1,28292,0,6734.82,3532.48,669.524,5.96093,300,5,0,12600,0,1,0,0,0),(122878,30597,571,1,1,28292,0,6823.13,3522.13,690.969,1.71015,300,5,0,12600,0,1,0,0,0),(122879,30597,571,1,1,28292,0,6942.93,3503.98,705.551,3.92725,300,5,0,12600,0,1,0,0,0),(122880,30597,571,1,1,28292,0,6768.32,3506.63,671.25,3.63417,300,5,0,12600,0,1,0,0,0),(122881,30597,571,1,1,28292,0,6421.79,3204.96,642.981,2.9255,300,5,0,12600,0,1,0,0,0),(122882,30597,571,1,1,28292,0,6887.08,3439.28,704.231,4.6258,300,5,0,12600,0,1,0,0,0),(122883,30597,571,1,1,28292,0,6867.74,3448.58,700.231,1.41164,300,5,0,12600,0,1,0,0,0),(122884,30597,571,1,1,28292,0,6911.29,3517.92,706.01,4.69791,300,5,0,12600,0,1,0,0,0),(122885,30597,571,1,1,28292,0,6640.86,3452.22,625.813,3.08334,300,5,0,12600,0,1,0,0,0),(122886,30597,571,1,1,28292,0,6723.87,3504.77,659.151,5.80443,300,5,0,12600,0,1,0,0,0),(122887,30597,571,1,1,28292,0,6910.7,3464.6,704.084,2.31662,300,5,0,12600,0,1,0,0,0),(122888,30597,571,1,1,28292,0,6760.79,3448.48,676.891,6.03821,300,5,0,12600,0,1,0,0,0),(122889,30597,571,1,1,28292,0,6714.43,3427.27,682.242,0.027096,300,5,0,12600,0,1,0,0,0),(122890,30597,571,1,1,28292,0,6862.16,3496.29,695.996,5.37205,300,5,0,12600,0,1,0,0,0),(122891,30597,571,1,1,28292,0,6822.3,3500.96,690.469,3.93215,300,5,0,12600,0,1,0,0,0),(122892,30597,571,1,1,28292,0,6747.08,3479.63,665.808,1.22601,300,5,0,12600,0,1,0,0,0),(122893,30597,571,1,1,28292,0,6661.63,3465.19,631.688,0.88825,300,5,0,12600,0,1,0,0,0),(122894,30597,571,1,1,28292,0,6661.08,3445.78,632.851,1.67333,300,5,0,12600,0,1,0,0,0),(122895,30597,571,1,1,28292,0,6410.37,3234.98,641.02,3.07162,300,5,0,12600,0,1,0,0,0),(122896,30597,571,1,1,28292,0,6436.76,3228.4,642.775,2.43085,300,5,0,12600,0,1,0,0,0),(122897,30597,571,1,1,28292,0,6488.66,3207.02,651.091,4.97211,300,5,0,12600,0,1,0,0,0),(122898,30597,571,1,1,28292,0,6453.73,3262.57,639.595,1.97403,300,5,0,12600,0,1,0,0,0),(122899,30597,571,1,1,28292,0,6668.57,3549.68,670.434,0.045736,300,5,0,12600,0,1,0,0,0),(122900,30597,571,1,1,28292,0,6668.55,3563.87,671.184,6.16884,300,5,0,12600,0,1,0,0,0),(122901,30597,571,1,1,28292,0,6694.31,3559.92,669.934,4.25749,300,5,0,12600,0,1,0,0,0),(122902,30597,571,1,1,28292,0,6513.47,3417.79,599.33,0.535157,300,5,0,12600,0,1,0,0,0),(122903,30597,571,1,1,28292,0,6511.05,3462.56,595.858,4.27306,300,5,0,12600,0,1,0,0,0),(122904,30597,571,1,1,28292,0,6511.35,3400.27,599.83,5.1243,300,5,0,12600,0,1,0,0,0),(122905,30597,571,1,1,28292,0,6488.95,3441.31,595.759,4.37517,300,5,0,12600,0,1,0,0,0),(122906,30597,571,1,1,28292,0,6542.19,3424.58,598.454,0.178231,300,5,0,12600,0,1,0,0,0),(122907,30597,571,1,1,28292,0,6471.15,3357.09,605.833,5.30033,300,5,0,12600,0,1,0,0,0),(122908,30597,571,1,1,28292,0,6528.69,3412.99,598.705,4.77233,300,5,0,12600,0,1,0,0,0),(122909,30597,571,1,1,28292,0,6542.44,3324.37,665.067,2.60048,300,5,0,12600,0,1,0,0,0),(122910,30597,571,1,1,28292,0,6509.22,3320.35,665.69,3.73105,300,5,0,12600,0,1,0,0,0),(122911,30597,571,1,1,28292,0,6570.93,3310.24,669.308,5.02068,300,5,0,12600,0,1,0,0,0),(122912,30597,571,1,1,28292,0,6543.61,3286.05,668.79,5.05519,300,5,0,12600,0,1,0,0,0),(122913,30597,571,1,1,28292,0,6684.35,3529.05,671.37,2.17245,300,5,0,12600,0,1,0,0,0),(122914,30597,571,1,1,28292,0,6663.98,3267.58,668.826,4.62517,300,5,0,12600,0,1,0,0,0),(122916,30086,571,1,1,25771,1,8487.4,3118.93,588.225,3.57792,300,0,0,12600,0,0,0,0,0),(122917,30599,571,1,1,15880,0,8125.98,3400.17,714.492,0,300,0,0,42,0,0,0,0,0),(122918,30599,571,1,1,15880,0,8085.44,3440.01,714.19,0,300,0,0,42,0,0,0,0,0),(122919,30599,571,1,1,15880,0,8447.17,3006.1,706.787,3.90954,300,0,0,42,0,0,0,0,0),(122920,30599,571,1,1,15880,0,8398.95,3004.24,708.069,2.07694,300,0,0,42,0,0,0,0,0),(122921,30599,571,1,1,15880,0,7894.5,3494.1,726.385,0,300,0,0,42,0,0,0,0,0),(122922,30599,571,1,1,15880,0,7881.33,3443.63,715.999,0,300,0,0,42,0,0,0,0,0),(122923,30599,571,1,1,15880,0,8401.98,3406.02,694.394,3.71755,300,0,0,42,0,0,0,0,0),(122924,30599,571,1,1,15880,0,8338.85,3372.63,678.95,1.09956,300,0,0,42,0,0,0,0,0),(122925,30599,571,1,1,15880,0,7730.97,3431.81,693.192,0,300,0,0,42,0,0,0,0,0),(122926,30599,571,1,1,15880,0,7723.59,3395.87,686.896,0,300,0,0,42,0,0,0,0,0),(122927,30599,571,1,1,15880,0,7608.21,3555.97,725.831,0,300,0,0,42,0,0,0,0,0),(122928,30599,571,1,1,15880,0,7639.09,3560.31,715.436,0,300,0,0,42,0,0,0,0,0),(122929,30599,571,1,1,15880,0,7869.79,3670.49,683.933,0,300,0,0,42,0,0,0,0,0),(122930,30599,571,1,1,15880,0,7837.88,3659.14,689.466,0,300,0,0,42,0,0,0,0,0),(122931,30599,571,1,1,15880,0,7436.75,3593.08,715.31,0,300,0,0,42,0,0,0,0,0),(122932,30599,571,1,1,15880,0,7407.22,3592.32,705.133,0,300,0,0,42,0,0,0,0,0),(122933,30599,571,1,1,15880,0,7172.47,3956.96,627.495,2.68781,300,0,0,42,0,0,0,0,0),(122934,30599,571,1,1,15880,0,7135.96,3911.99,627.38,4.88692,300,0,0,42,0,0,0,0,0),(122935,30599,571,1,1,15880,0,7604.8,3478.7,724.858,0,300,0,0,42,0,0,0,0,0),(122936,30599,571,1,1,15880,0,7579.67,3461.16,715.94,0,300,0,0,42,0,0,0,0,0),(122937,30599,571,1,1,15880,0,7746.55,3490.96,689.46,0,300,0,0,42,0,0,0,0,0),(122938,30599,571,1,1,15880,0,7737.29,3523.28,689.455,0,300,0,0,42,0,0,0,0,0),(122939,30599,571,1,1,15880,0,6890.3,3869.81,723.154,4.03171,300,0,0,42,0,0,0,0,0),(122940,30599,571,1,1,15880,0,6852.82,3893.54,725.28,0.663225,300,0,0,42,0,0,0,0,0),(122941,30599,571,1,1,15880,0,7724.3,3626.8,732.728,0,300,0,0,42,0,0,0,0,0),(122942,30599,571,1,1,15880,0,7699.38,3605.33,722.144,0,300,0,0,42,0,0,0,0,0),(122943,30599,571,1,1,15880,0,7453.86,3645.89,664.346,4.85202,300,0,0,42,0,0,0,0,0),(122944,30599,571,1,1,15880,0,7498.35,3681.57,665.286,5.77704,300,0,0,42,0,0,0,0,0),(122945,30599,571,1,1,15880,0,7784.01,3449.58,687.203,0,300,0,0,42,0,0,0,0,0),(122946,30599,571,1,1,15880,0,7808.22,3429.95,686.99,0,300,0,0,42,0,0,0,0,0),(122947,30599,571,1,1,15880,0,8002.78,3609,668.427,0,300,0,0,42,0,0,0,0,0),(122948,30599,571,1,1,15880,0,8036.31,3671.51,685.104,0,300,0,0,42,0,0,0,0,0),(122949,30599,571,1,1,15880,0,7710.07,3718.7,681.388,0,300,0,0,42,0,0,0,0,0),(122950,30599,571,1,1,15880,0,7725.16,3689.8,681.663,0,300,0,0,42,0,0,0,0,0),(122951,30599,571,1,1,15880,0,7770.4,3601.39,693.833,0,300,0,0,42,0,0,0,0,0),(122952,30599,571,1,1,15880,0,7760.6,3571.25,693.626,0,300,0,0,42,0,0,0,0,0),(137685,15218,1,1,1,0,0,-1324.94,87.0497,129.79,4.85202,120,0,0,1,0,0,0,0,0),(122955,31115,571,1,1,27476,1,6385.98,453.537,513.774,5.98648,300,0,0,12600,3994,0,0,0,0),(122956,31117,571,1,1,11686,0,7079.42,4347.03,871.721,3.31613,300,5,0,42,0,1,0,0,0),(137684,14871,1,1,1,0,0,-1479.99,205.206,-7.70947,3.28122,120,0,0,1,0,0,0,0,0),(122959,31887,571,1,1,21342,0,7737.37,2390.22,377.556,4.99164,300,0,0,12600,3994,0,0,0,0),(122960,31887,571,1,1,21342,0,7784.32,2359.6,378.58,4.74729,300,0,0,12600,3994,0,0,0,0),(122961,31887,571,1,1,21342,0,7800.72,2314.19,377.087,3.08923,300,0,0,12600,3994,0,0,0,0),(122962,31887,571,1,1,21342,0,7774.28,2281.63,372.872,4.7822,300,0,0,12600,3994,0,0,0,0),(122963,31887,571,1,1,21342,0,7754.1,2333.02,374.455,3.22886,300,0,0,12600,3994,0,0,0,0),(122964,31887,571,1,1,21342,0,7641.18,2332.79,372.653,0.715585,300,0,0,12600,3994,0,0,0,0),(122965,31887,571,1,1,21342,0,7619.54,2294.23,374.098,5.81195,300,0,0,12600,3994,0,0,0,0),(122966,31887,571,1,1,21342,0,7706.81,2320.33,371.75,2.53073,300,0,0,12600,3994,0,0,0,0),(122967,31887,571,1,1,21342,0,7801.47,2216.76,369.609,1.44862,300,0,0,12600,3994,0,0,0,0),(122968,31887,571,1,1,21342,0,7771.1,2237.45,369.173,4.66003,300,0,0,12600,3994,0,0,0,0),(137683,14868,1,1,1,0,0,-1633.75,92.3871,-17.8649,0.383972,120,0,0,1,0,0,0,0,0),(122970,31887,571,1,1,21342,0,7681.27,2159.89,367.748,2.72271,300,0,0,12600,3994,0,0,0,0),(122971,31887,571,1,1,21342,0,7661.92,2204.57,368.314,0.20944,300,0,0,12600,3994,0,0,0,0),(122972,31887,571,1,1,21342,0,7698.04,2369.19,374.759,3.61283,300,0,0,12600,3994,0,0,0,0),(137682,14867,1,1,1,0,0,-1523.3,122.825,-3.02492,2.42753,120,0,0,1,0,0,0,0,0),(137681,14866,1,1,1,0,0,-1573.15,159.602,-7.71154,3.82126,120,0,0,1,0,2,0,0,0),(122975,31887,571,1,1,21342,0,7711.93,2245.82,366.991,2.79253,300,0,0,12600,3994,0,0,0,0),(122976,31887,571,1,1,21342,0,7713.25,2284.57,370.129,2.51327,300,0,0,12600,3994,0,0,0,0),(122977,31887,571,1,1,21342,0,7681.73,2269.46,367.968,5.0091,300,0,0,12600,3994,0,0,0,0),(122978,31887,571,1,1,21342,0,7745.83,2290.97,372.15,0.610865,300,0,0,12600,3994,0,0,0,0),(122979,31887,571,1,1,21342,0,7662.82,2303.97,371.171,2.18166,300,0,0,12600,3994,0,0,0,0),(122980,31887,571,1,1,21342,0,7831.97,2251.93,375.018,1.16937,300,0,0,12600,3994,0,0,0,0),(122981,31887,571,1,1,21342,0,7826.43,2284.09,377.029,4.83456,300,0,0,12600,3994,0,0,0,0),(122982,31887,571,1,1,21342,0,7868.87,2264.74,379.433,4.72984,300,0,0,12600,3994,0,0,0,0),(137680,14865,1,1,1,0,0,-1623.63,103.792,-17.8649,1.76278,120,0,0,1,0,0,0,0,0),(122984,31888,571,1,1,11686,0,7496.62,1734.49,354.767,1.53589,300,5,0,12600,0,1,0,0,0),(137675,14846,1,1,1,0,0,-1575.47,177.926,-7.70948,4.90438,120,0,0,1,0,0,0,0,0),(137674,14845,1,1,1,0,0,-1584.82,167.721,-7.37061,6.07375,120,0,0,1,0,0,0,0,0),(137656,4242,1,1,1,0,0,10296.3,2551.93,1334.79,0.578794,300,5,0,1,0,1,0,0,0),(137655,4242,1,1,1,0,0,10211.2,2672.79,1321.91,5.53195,300,5,0,1,0,1,0,0,0),(137654,35168,1,1,1,0,0,10133.8,2523.93,1326.4,3.14159,120,0,0,1,0,0,0,0,0),(137653,35281,1,1,1,0,1,9664.62,2529.99,1360.08,5.70723,120,0,0,1,0,0,0,0,0),(122992,29329,571,1,1,26169,1,7734.54,4901.27,3.3551,4.70877,300,0,0,12175,3893,2,0,0,0),(122993,29329,571,1,1,26169,1,7819.49,4859.12,3.96748,1.92361,300,0,0,12175,3893,2,0,0,0),(122994,29329,571,1,1,26166,1,7596.29,4914.72,33.4212,5.3612,300,0,0,12175,3893,2,0,0,0),(122995,29329,571,1,1,26169,1,7849.32,4794.38,14.513,3.60729,300,0,0,12175,3893,0,0,0,0),(122996,29329,571,1,1,26167,1,7928.68,4888.87,0.976004,6.16101,300,0,0,12175,3893,0,0,0,0),(122997,29329,571,1,1,26167,1,7850.17,4850.27,4.24518,4.62698,300,0,0,12175,3893,2,0,0,0),(122998,29329,571,1,1,26168,1,7754.81,4957.03,3.41744,6.28175,300,0,0,12175,3893,2,0,0,0),(122999,29329,571,1,1,26168,1,7774.85,4988.9,4.00619,5.34675,300,0,0,12175,3893,2,0,0,0),(123000,29329,571,1,1,26167,1,7807.02,5072.13,2.38927,1.41476,300,0,0,12175,3893,2,0,0,0),(123001,29329,571,1,1,26169,1,7467.89,4848.98,54.2425,2.21657,300,0,0,12175,3893,0,0,0,0),(123002,29329,571,1,1,26166,1,7486.44,4839.78,54.2425,2.40855,300,0,0,12175,3893,0,0,0,0),(123003,29329,571,1,1,26168,1,7848.2,5031.62,1.03601,0.261799,300,0,0,12175,3893,0,0,0,0),(123004,29329,571,1,1,26168,1,7727.71,5044.15,3.84207,0.03134,300,0,0,12175,3893,2,0,0,0),(123005,29329,571,1,1,26169,1,7541.71,4844.29,54.2205,0.139626,300,0,0,12175,3893,0,0,0,0),(123006,29329,571,1,1,26166,1,7541.57,4852.81,54.2202,6.24828,300,0,0,12175,3893,0,0,0,0),(123007,29329,571,1,1,26167,1,7504.05,4891.42,43.3663,0.676621,300,0,0,12175,3893,0,0,0,0),(123008,29330,571,1,1,26173,1,7581.68,4977.32,14.3311,-0.115154,300,0,0,12175,0,0,0,0,0),(137693,24484,1,1,1,0,0,9963.26,2200.82,1328.44,1.56872,120,0,0,1,0,0,0,0,0),(137692,24484,1,1,1,0,0,9961.04,2204.8,1328.62,5.22127,120,0,0,1,0,0,0,0,0),(137691,24484,1,1,1,0,0,9960.72,2201.13,1328.37,6.16432,120,0,0,1,0,0,0,0,0),(137690,24484,1,1,1,0,0,9960.27,2239.79,1333.06,4.73438,120,0,0,1,0,0,0,0,0),(123013,29330,571,1,1,26173,1,7667.29,5088.78,8.76805,5.89921,300,0,0,12175,0,0,0,0,0),(123014,29330,571,1,1,26173,1,7574.02,5066.22,14.1081,3.57344,300,5,0,12175,0,1,0,0,0),(123015,29330,571,1,1,26171,1,7605.02,5088.91,14.3937,4.40001,300,5,0,12175,0,1,0,0,0),(123016,29330,571,1,1,26170,1,7624.38,4761.1,14.5585,1.19089,300,0,0,12175,0,2,0,0,0),(123017,29330,571,1,1,26171,1,7765.15,4769.21,13.6897,0.492459,300,0,0,12175,0,2,0,0,0),(123018,29330,571,1,1,26172,1,7645.85,4819.29,14.5497,4.31699,300,0,0,12175,0,2,0,0,0),(123019,29330,571,1,1,26172,1,7725.93,4849.57,4.94224,0.087266,300,0,0,12175,0,0,0,0,0),(123020,29330,571,1,1,26173,1,7724.68,4839.9,5.17043,0.366519,300,0,0,12175,0,0,0,0,0),(123021,29330,571,1,1,26172,1,7617.54,4935.04,14.2548,4.93497,300,0,0,12175,0,2,0,0,0),(123022,29330,571,1,1,26173,1,7725.05,4867.69,4.90322,0.034907,300,0,0,12175,0,0,0,0,0),(123023,29330,571,1,1,26170,1,7744.02,4849.05,4.73477,3.12414,300,0,0,12175,0,0,0,0,0),(123024,29330,571,1,1,26172,1,7743.39,4867.43,4.57346,2.40575,300,0,0,12175,0,0,0,0,0),(123025,29330,571,1,1,26173,1,7598.07,4658.08,-0.611657,0.453786,300,0,0,12175,0,0,0,0,0),(123026,29330,571,1,1,26171,1,7657.71,4865.47,4.90532,3.21141,300,0,0,12175,0,0,0,0,0),(123027,29330,571,1,1,26173,1,7644.15,4888.69,14.4477,5.30285,300,5,0,12175,0,1,0,0,0),(123028,29330,571,1,1,26170,1,7720.53,5001.51,8.26317,2.98451,300,0,0,12175,0,0,0,0,0),(123029,29330,571,1,1,26173,1,7704.42,5009.19,8.26415,1.48353,300,0,0,12175,0,0,0,0,0),(123030,29330,571,1,1,26173,1,7710.73,4997.52,0.975819,4.69494,300,0,0,12175,0,0,0,0,0),(123031,29330,571,1,1,26172,1,7674.35,5000.83,8.26275,6.17846,300,0,0,12175,0,0,0,0,0),(123032,29330,571,1,1,26170,1,7698.81,5007.02,0.941351,5.20108,300,0,0,12175,0,0,0,0,0),(123033,29330,571,1,1,26173,1,7904.94,5000.98,2.80356,0.017453,300,0,0,12175,0,0,0,0,0),(123034,29330,571,1,1,26171,1,7715.37,5095.83,8.07111,1.46608,300,0,0,12175,0,0,0,0,0),(123035,29330,571,1,1,26173,1,7905.09,4986.78,2.90797,0.069813,300,0,0,12175,0,0,0,0,0),(123036,29330,571,1,1,26172,1,7679.67,5088.08,0.748726,0.05236,300,0,0,12175,0,0,0,0,0),(123037,29330,571,1,1,26172,1,7710.83,5092.6,0.748727,0,300,0,0,12175,0,0,0,0,0),(123038,29330,571,1,1,26172,1,7846.61,5063.36,-0.945956,0.15708,300,0,0,12175,0,0,0,0,0),(123039,29330,571,1,1,26171,1,7815.85,5086.86,1.94748,6.10865,300,0,0,12175,0,0,0,0,0),(123040,29330,571,1,1,26170,1,7831.68,5090.72,2.68148,3.57792,300,0,0,12175,0,0,0,0,0),(123041,29330,571,1,1,26172,1,7792.4,5119.84,-0.596341,0.925025,300,0,0,12175,0,0,0,0,0),(123042,29330,571,1,1,26171,1,7724.06,4729.52,13.9699,4.46699,300,0,0,12175,0,2,0,0,0),(123043,29330,571,1,1,26173,1,7681.81,5082.57,8.06998,0.034907,300,0,0,12175,0,0,0,0,0),(123044,29330,571,1,1,26171,1,7700.35,5093.68,8.07069,3.10669,300,0,0,12175,0,0,0,0,0),(123045,29330,571,1,1,26170,1,7597.41,4886.03,43.1384,0.802851,300,0,0,12175,0,0,0,0,0),(123046,29330,571,1,1,26170,1,7564.49,4871.14,43.9466,0.698132,300,0,0,12175,0,0,0,0,0),(123047,29330,571,1,1,26170,1,7553.26,4870.09,46.9163,1.25664,300,0,0,12175,0,0,0,0,0),(123048,29330,571,1,1,26170,1,7658.85,4847.54,4.94661,3.14159,300,0,0,12175,0,0,0,0,0),(123049,29330,571,1,1,26172,1,7554.79,4876.63,43.961,1.309,300,0,0,12175,0,0,0,0,0),(123050,29330,571,1,1,26171,1,7588.91,4801.24,42.728,5.65487,300,0,0,12175,0,0,0,0,0),(123051,29330,571,1,1,26173,1,7601.18,4816.06,42.7339,5.60251,300,0,0,12175,0,0,0,0,0),(123052,29330,571,1,1,26171,1,7544.88,4891.81,44.6008,2.25148,300,0,0,12175,0,0,0,0,0),(123053,29330,571,1,1,26170,1,7811.55,4850.21,4.48735,0.034907,300,0,0,12175,0,0,0,0,0),(123054,29330,571,1,1,26170,1,7810.89,4868.23,4.49414,4.14078,300,0,0,12175,0,0,0,0,0),(123055,29330,571,1,1,26172,1,7584.17,4899.88,43.1326,0.959931,300,0,0,12175,0,0,0,0,0),(123056,29330,571,1,1,26171,1,7537.67,4800.34,44.1769,2.46091,300,0,0,12175,0,0,0,0,0),(123057,29330,571,1,1,26173,1,7607.45,4859.94,42.999,0.05236,300,0,0,12175,0,0,0,0,0),(123058,29330,571,1,1,26173,1,7787.89,4784.58,13.8984,2.54818,300,0,0,12175,0,0,0,0,0),(123059,29330,571,1,1,26170,1,7607.77,4840.8,42.9933,0.10472,300,0,0,12175,0,0,0,0,0),(123060,29330,571,1,1,26170,1,7490.88,4797.11,45.0412,4.57276,300,0,0,12175,0,0,0,0,0),(123061,29330,571,1,1,26173,1,7518.4,4800.76,44.7663,5.16232,300,0,0,12175,0,0,0,0,0),(123062,29330,571,1,1,26173,1,7481.82,4808.01,44.9403,2.80998,300,0,0,12175,0,0,0,0,0),(123063,29330,571,1,1,26173,1,7911.93,4937.02,-0.320443,1.15192,300,0,0,12175,0,0,0,0,0),(123064,29330,571,1,1,26171,1,7553.58,4827.56,46.9161,5.09636,300,0,0,12175,0,0,0,0,0),(123065,29330,571,1,1,26171,1,7515.07,4764.19,48.814,5.48033,300,0,0,12175,0,0,0,0,0),(123066,29330,571,1,1,26171,1,7570.33,4859.72,43.9399,0.314159,300,0,0,12175,0,0,0,0,0),(123067,29330,571,1,1,26173,1,7555.69,4821.17,43.9609,5.16617,300,0,0,12175,0,0,0,0,0),(123068,29330,571,1,1,26172,1,7882.56,4919.3,1.66246,2.47837,300,0,0,12175,0,0,0,0,0),(123069,29330,571,1,1,26170,1,7570.96,4838.21,43.9495,6.17846,300,0,0,12175,0,0,0,0,0),(123070,29330,571,1,1,26170,1,7893.04,4867.52,1.66387,0.610865,300,0,0,12175,0,0,0,0,0),(123071,29330,571,1,1,26173,1,7565.49,4827.3,43.957,5.55015,300,0,0,12175,0,0,0,0,0),(123072,29330,571,1,1,26173,1,7566.48,4848.54,45.7517,0.017453,300,0,0,12175,0,0,0,0,0),(123073,29330,571,1,1,26170,1,7909.6,4828.65,1.98755,0,300,0,0,12175,0,0,0,0,0),(123074,29330,571,1,1,26173,1,7906.69,4873.44,1.6695,2.23402,300,0,0,12175,0,0,0,0,0),(123075,29330,571,1,1,26173,1,7909.18,4814.57,2.09083,6.26573,300,0,0,12175,0,0,0,0,0),(123076,29330,571,1,1,26173,1,7855.42,4858.93,4.09662,0.802851,300,0,0,12175,0,0,0,0,0),(123077,29330,571,1,1,26171,1,7866.85,4946,17.8695,4.11898,300,0,0,12175,0,0,0,0,0),(123078,29330,571,1,1,26170,1,7807.86,4965.21,18.2239,5.19498,300,0,0,12175,0,0,0,0,0),(123079,29330,571,1,1,26170,1,7842.67,4972.67,22.5388,4.88692,300,0,0,12175,0,0,0,0,0),(123080,29330,571,1,1,26170,1,7787.67,4997.78,5.58611,5.86431,300,0,0,12175,0,0,0,0,0),(123081,29330,571,1,1,26172,1,7794.96,5034.69,4.44391,0.331613,300,0,0,12175,0,0,0,0,0),(123082,29330,571,1,1,26170,1,7838.49,5031.31,1.29228,0.488692,300,5,0,12175,0,1,0,0,0),(123083,29330,571,1,1,26172,1,7524.36,4845.8,54.2425,0.331613,300,0,0,12175,0,0,0,0,0),(123084,29330,571,1,1,26171,1,7808.05,5002.8,1.90837,1.65806,300,0,0,12175,0,0,0,0,0),(123085,29330,571,1,1,26171,1,7807.82,5020.16,2.3727,6.00179,300,0,0,12175,0,0,0,0,0),(123086,29330,571,1,1,26170,1,7465.88,4851.25,54.2425,6.21337,300,0,0,12175,0,0,0,0,0),(123087,29330,571,1,1,26170,1,7468.25,4852.7,54.2425,4.43314,300,0,0,12175,0,0,0,0,0),(123088,29330,571,1,1,26173,1,7470.24,4851.91,54.2425,3.47321,300,0,0,12175,0,0,0,0,0),(123089,29330,571,1,1,26170,1,7482.8,4840.9,54.2425,0.244346,300,0,0,12175,0,0,0,0,0),(123090,29330,571,1,1,26170,1,7483.89,4842.67,54.2425,4.55531,300,0,0,12175,0,0,0,0,0),(123091,29330,571,1,1,26173,1,7487.58,4841.63,54.2425,3.38594,300,0,0,12175,0,0,0,0,0),(123092,29330,571,1,1,26172,1,7448.85,4843.75,57.2577,0.069813,300,0,0,12175,0,0,0,0,0),(123093,29330,571,1,1,26172,1,7448.73,4848.25,57.2577,0.034907,300,0,0,12175,0,0,0,0,0),(123094,29330,571,1,1,26170,1,7554.02,4855.1,49.7851,0.715585,300,0,0,12175,0,0,0,0,0),(123095,29330,571,1,1,26172,1,7720.15,5012.34,13.9217,1.55334,300,0,0,12175,0,0,0,0,0),(123096,29330,571,1,1,26171,1,7524.07,4850.11,54.2425,6.00393,300,0,0,12175,0,0,0,0,0),(123097,29330,571,1,1,26173,1,7720.4,5080.09,13.5565,4.67748,300,0,0,12175,0,0,0,0,0),(123098,29330,571,1,1,26172,1,7554.51,4842.7,49.8601,5.35816,300,0,0,12175,0,0,0,0,0),(123099,29330,571,1,1,26173,1,7695.12,5094.38,13.3343,5.81195,300,0,0,12175,0,0,0,0,0),(123100,29330,571,1,1,26173,1,7693.71,4997.48,13.5139,6.16101,300,0,0,12175,0,0,0,0,0),(123101,29330,571,1,1,26171,1,7681.66,5083.29,13.1235,0.034907,300,0,0,12175,0,0,0,0,0),(150163,28052,0,1,1,0,1,-14417,532.992,24.7631,3.08923,120,0,0,1,0,0,0,0,0),(150162,28052,0,1,1,0,1,-14412.2,551.752,20.7413,0.907571,120,0,0,1,0,2,0,0,0),(150161,28052,0,1,1,0,1,-14409.1,543.975,22.2686,0.436332,120,0,0,1,0,2,0,0,0),(150160,28052,0,1,1,0,1,-14405.4,535.45,24.0197,0.191986,120,0,0,1,0,2,0,0,0),(150159,28051,0,1,1,0,1,-14432.2,521.966,25.6104,5.84685,120,0,0,1,0,0,0,0,0),(123109,31892,571,1,1,28015,0,6947.77,2027.07,519.605,5.42797,300,0,0,126000,39940,0,0,0,0),(123110,29333,571,1,1,26179,1,7765.85,4929.97,37.7589,2.5712,300,0,0,12175,3893,2,0,0,0),(123111,29333,571,1,1,26181,1,7765.85,4929.97,37.7589,2.5712,300,0,0,12175,3893,0,0,0,0),(123112,29333,571,1,1,26180,1,7561.77,4951.31,77.7052,3.95767,300,0,0,12175,3893,2,0,0,0),(123113,29333,571,1,1,26178,1,7561.77,4951.31,77.7052,3.95767,300,0,0,12175,3893,0,0,0,0),(202505,33291,571,1,1,0,0,5123.3,-20.6895,347.395,0,120,0,0,12600,3994,0,0,0,0),(202504,33291,571,1,1,0,0,5116,-40.1531,347.868,0,120,0,0,12600,3994,0,0,0,0),(123116,29333,571,1,1,26180,1,7506.36,4933.26,95.3046,1.23918,300,0,0,12175,3893,0,0,0,0),(123117,29333,571,1,1,26179,1,7881.36,4796.06,55.2231,6.12611,300,0,0,12175,3893,0,0,0,0),(123118,29333,571,1,1,26178,1,7838.18,4949.89,70.7967,6.05629,300,0,0,12175,3893,0,0,0,0),(123119,29333,571,1,1,26180,1,7881.52,4887.89,34.9183,0.366519,300,0,0,12175,3893,0,0,0,0),(123120,32149,571,1,1,27778,1,7640.7,2261.27,372.837,2.97676,300,5,0,12175,3893,1,0,0,0),(123121,29333,571,1,1,26178,1,7572.58,4912.33,69.5336,1.18682,300,0,0,12175,3893,0,0,0,0),(123122,29333,571,1,1,26181,1,7528.77,4733.51,115.294,4.95674,300,0,0,12175,3893,0,0,0,0),(123123,29333,571,1,1,26180,1,7766.68,4739.12,81.2981,5.89921,300,0,0,12175,3893,0,0,0,0),(202503,33291,571,1,1,0,0,5115.04,-27.8619,347.556,0,120,0,0,12600,3994,0,0,0,0),(123125,29333,571,1,1,26180,1,7861.57,5094.58,32.8325,3.36848,300,0,0,12175,3893,0,0,0,0),(123126,29333,571,1,1,26178,1,7777.03,4858.67,27.6807,0.017453,300,0,0,12175,3893,0,0,0,0),(123127,29333,571,1,1,26181,1,7810.77,4808.54,35.7025,6.0912,300,0,0,12175,3893,0,0,0,0),(123128,29333,571,1,1,26179,1,7555.29,4684.52,36.1787,4.79965,300,0,0,12175,3893,0,0,0,0),(123129,29333,571,1,1,26178,1,7570.11,4747.73,72.076,0.762096,300,0,0,12175,3893,2,0,0,0),(123130,29333,571,1,1,26181,1,7688.71,4779.51,74.8156,2.71039,300,0,0,12175,3893,2,0,0,0),(123131,29333,571,1,1,26180,1,7631.94,4784.31,30.1581,5.06145,300,0,0,12175,3893,0,0,0,0),(123132,29333,571,1,1,26178,1,7664.4,5127.17,45.3416,6.05932,300,0,0,12175,3893,2,0,0,0),(123133,29333,571,1,1,26181,1,7879.62,4838.35,49.3226,3.18089,300,0,0,12175,3893,2,0,0,0),(123134,29333,571,1,1,26180,1,7604.29,5084.45,50.6371,6.23714,300,0,0,12175,3893,0,0,0,0),(123135,29333,571,1,1,26178,1,7450.52,4763.41,113.62,4.0995,300,0,0,12175,3893,0,0,0,0),(123136,29333,571,1,1,26178,1,7772.83,4773.72,29.9201,0.383972,300,0,0,12175,3893,0,0,0,0),(123137,29333,571,1,1,26180,1,7730.1,4750.09,30.3897,2.53073,300,0,0,12175,3893,0,0,0,0),(123138,29333,571,1,1,26179,1,7649.7,4828.52,30.7495,5.86431,300,0,0,12175,3893,0,0,0,0),(123139,29333,571,1,1,26181,1,7691.41,4857.28,28.3859,3.1765,300,0,0,12175,3893,0,0,0,0),(123140,29333,571,1,1,26181,1,7619.29,4925.62,29.4943,0.872665,300,0,0,12175,3893,0,0,0,0),(123141,29333,571,1,1,26178,1,7610.28,4875.89,50.7346,0.750492,300,0,0,12175,3893,0,0,0,0),(123142,29333,571,1,1,26181,1,7562.66,4907.56,77.967,5.267,300,0,0,12175,3893,2,0,0,0),(123143,29333,571,1,1,26180,1,7671.78,4691.27,80.9214,4.94781,300,0,0,12175,3893,2,0,0,0),(123144,29333,571,1,1,26180,1,7610.15,4825.87,51.9531,5.91667,300,0,0,12175,3893,0,0,0,0),(123145,29333,571,1,1,26180,1,7578.63,4791.55,68.8867,5.48033,300,0,0,12175,3893,0,0,0,0),(123146,29333,571,1,1,26179,1,7529.13,4763.97,106.374,3.11738,300,0,0,12175,3893,2,0,0,0),(123147,29333,571,1,1,26179,1,7696.24,4611.5,44.7092,1.51703,300,0,0,12175,3893,2,0,0,0),(123148,29333,571,1,1,26180,1,7696.24,4611.5,44.7092,1.51703,300,0,0,12175,3893,0,0,0,0),(123149,29333,571,1,1,26180,1,7562.66,4907.56,77.967,5.267,300,0,0,12175,3893,0,0,0,0),(123150,32149,571,1,1,27776,1,7581.91,2413.47,379.528,3.27316,300,5,0,12175,3893,1,0,0,0),(123151,29333,571,1,1,26180,1,7671.78,4691.27,80.9214,4.94781,300,0,0,12175,3893,0,0,0,0),(202502,33289,571,1,1,0,0,5143.46,-76.0675,347.415,-0.445308,120,0,0,12600,3994,2,0,0,0),(123153,29333,571,1,1,26178,1,7710.93,4661.01,25.3939,3.76991,300,0,0,12175,3893,0,0,0,0),(123154,29333,571,1,1,26181,1,7650.63,4880.29,29.6056,5.65487,300,0,0,12175,3893,0,0,0,0),(123155,32149,571,1,1,27776,1,7765.63,2241.57,369.119,0.623769,300,5,0,12175,3893,1,0,0,0),(123156,29333,571,1,1,26181,1,7666.9,4912.01,41.7137,4.22903,300,0,0,12175,3893,2,0,0,0),(123157,29333,571,1,1,26180,1,7604.29,5084.45,50.6371,6.23714,300,0,0,12175,3893,2,0,0,0),(123158,32149,571,1,1,27779,1,7798.89,2379.05,381.402,4.38242,300,5,0,12175,3893,1,0,0,0),(123159,32149,571,1,1,27779,1,7873.3,2378.03,394.108,3.34014,300,5,0,12175,3893,1,0,0,0),(123160,32149,571,1,1,27776,1,7628.94,2285.92,372.114,0.156208,300,5,0,12175,3893,1,0,0,0),(123161,32149,571,1,1,27779,1,7628.17,2352.03,373.855,0.669528,300,5,0,12175,3893,1,0,0,0),(123162,32149,571,1,1,27778,1,7851.01,2484.84,403.715,1.92561,300,5,0,12175,3893,1,0,0,0),(123163,32149,571,1,1,27776,1,7748.87,2208.46,366.084,5.3982,300,5,0,12175,3893,1,0,0,0),(123164,32149,571,1,1,27776,1,7847.91,2217.11,373.027,4.06214,300,5,0,12175,3893,1,0,0,0),(123165,32149,571,1,1,27776,1,7740.79,2509.87,392.475,1.9987,300,5,0,12175,3893,1,0,0,0),(123166,32149,571,1,1,27776,1,7774.79,2574.39,401.489,1.60304,300,5,0,12175,3893,1,0,0,0),(123167,32149,571,1,1,27776,1,7850.92,2318.47,382.82,2.06632,300,5,0,12175,3893,1,0,0,0),(123168,32149,571,1,1,27779,1,7797.5,2238.95,371.139,2.33855,300,5,0,12175,3893,1,0,0,0),(123169,32149,571,1,1,27778,1,7726.11,2252.63,368.109,5.11259,300,5,0,12175,3893,1,0,0,0),(123170,32149,571,1,1,27779,1,7586.35,2336.56,375.606,1.89217,300,5,0,12175,3893,1,0,0,0),(123171,32149,571,1,1,27779,1,7825.83,2456.46,397.029,3.38633,300,5,0,12175,3893,1,0,0,0),(123172,32149,571,1,1,27779,1,7777,2448.83,388.493,0.346711,300,5,0,12175,3893,1,0,0,0),(123173,32149,571,1,1,27776,1,7781.32,2507.3,397.39,6.24438,300,5,0,12175,3893,1,0,0,0),(123174,32149,571,1,1,27777,1,7761.19,2335.03,375.095,3.93113,300,5,0,12175,3893,1,0,0,0),(123175,32149,571,1,1,27777,1,7708.66,2320.28,371.725,4.82888,300,5,0,12175,3893,1,0,0,0),(123176,32149,571,1,1,27779,1,7845.6,2261.21,377.178,1.31114,300,5,0,12175,3893,1,0,0,0),(123177,32149,571,1,1,27777,1,7703.66,2362.21,374.369,5.01818,300,5,0,12175,3893,1,0,0,0),(123178,32149,571,1,1,27776,1,7533.71,2368.7,377.822,2.47837,300,0,0,12175,3893,0,0,0,0),(123179,32149,571,1,1,27779,1,7783.44,2285.65,374.076,0.443999,300,5,0,12175,3893,1,0,0,0),(123180,32149,571,1,1,27776,1,7584.24,2281.57,379.507,4.33442,300,5,0,12175,3893,1,0,0,0),(123181,32149,571,1,1,27779,1,7659.09,2442.8,377.648,3.26594,300,5,0,12175,3893,1,0,0,0),(123182,32149,571,1,1,27777,1,7876.96,2289.61,383.814,3.65278,300,0,0,12175,3893,0,0,0,0),(123183,32149,571,1,1,27777,1,7893.42,2354.17,396.479,0.464512,300,0,0,12175,3893,0,0,0,0),(123184,32149,571,1,1,27779,1,7756.94,2528.55,396.1,0.253181,300,5,0,12175,3893,1,0,0,0),(123185,32149,571,1,1,27777,1,7754.4,2445.63,384.856,1.18449,300,5,0,12175,3893,1,0,0,0),(123186,32149,571,1,1,27778,1,7832.36,2175.22,368.398,2.85538,300,5,0,12175,3893,1,0,0,0),(123187,32149,571,1,1,27778,1,7665.4,2190.52,368.445,1.99555,300,5,0,12175,3893,1,0,0,0),(123188,32149,571,1,1,27776,1,7751.01,2385.12,378.022,1.5029,300,5,0,12175,3893,1,0,0,0),(123189,32149,571,1,1,27776,1,7621.01,2378.59,375.948,2.00726,300,5,0,12175,3893,1,0,0,0),(123190,32149,571,1,1,27778,1,7903.32,2252.6,382.979,6.23082,300,0,0,12175,3893,0,0,0,0),(123191,32149,571,1,1,27777,1,7574.81,2349.37,376.37,5.70583,300,5,0,12175,3893,1,0,0,0),(123192,32149,571,1,1,27776,1,7675.21,2401.74,375.873,1.01438,300,5,0,12175,3893,1,0,0,0),(123193,32149,571,1,1,27779,1,7668.13,2308.11,371.267,1.38494,300,5,0,12175,3893,1,0,0,0),(123194,32149,571,1,1,27777,1,7820.17,2455.29,396.047,5.39399,300,5,0,12175,3893,1,0,0,0),(123195,32149,571,1,1,27777,1,7718.1,2535.88,394.278,2.8758,300,5,0,12175,3893,1,0,0,0),(123196,29333,571,1,1,26178,1,7539.27,4848.64,69.1548,0.05236,300,0,0,12175,3893,0,0,0,0),(123197,29333,571,1,1,26179,1,7771.14,5127.31,14.8811,0.785398,300,0,0,12175,3893,0,0,0,0),(123198,29333,571,1,1,26181,1,7604.98,4974.37,29.0922,1.6057,300,0,0,12175,3893,0,0,0,0),(123199,29333,571,1,1,26179,1,7600.9,5079.54,28.5331,4.4855,300,0,0,12175,3893,0,0,0,0),(123152,33778,571,1,1,22471,0,8388.71,671.431,649.508,2.51066,120,0,0,35310,0,2,0,0,0),(123202,29333,571,1,1,26181,1,7687.31,4957.72,11.5046,6.24828,300,0,0,12175,3893,0,0,0,0),(123203,29333,571,1,1,26180,1,7679.36,5043.02,10.832,0.017453,300,0,0,12175,3893,0,0,0,0),(123204,31641,571,1,10,21072,0,5755.43,2052.77,483.135,5.21853,300,5,0,12126,0,1,0,0,0),(123205,31130,571,1,1,25077,0,6473.73,3480.37,595.462,5.23599,300,0,0,12600,3994,0,0,0,0),(123206,31130,571,1,1,10213,0,6478.84,3467.96,597.251,5.32325,300,0,0,12600,3994,0,0,0,0),(123207,31130,571,1,1,25024,0,6528.59,3473.44,597.075,5.39307,300,0,0,12600,3994,0,0,0,0),(123208,31130,571,1,1,25024,0,6553.3,3461.2,598.318,2.04204,300,0,0,12600,3994,0,0,0,0),(123209,31130,571,1,1,25077,0,6535.53,3278.64,666.173,3.05433,300,0,0,12600,3994,0,0,0,0),(123210,31130,571,1,1,10213,0,6532.05,3430.55,598.512,0.890118,300,0,0,12600,3994,0,0,0,0),(123211,31130,571,1,1,10213,0,6524.83,3412.46,598.585,0.174533,300,0,0,12600,3994,0,0,0,0),(123212,31130,571,1,1,25024,0,6601.06,3146.82,666.979,1.97222,300,0,0,12600,3994,0,0,0,0),(123213,31130,571,1,1,10213,0,6582.16,3135.37,667.519,5.16617,300,0,0,12600,3994,0,0,0,0),(123214,31130,571,1,1,25024,0,6580.61,3145.43,668.27,4.01426,300,0,0,12600,3994,0,0,0,0),(123215,31130,571,1,1,25077,0,6493.6,3392.92,597.947,5.96903,300,0,0,12600,3994,0,0,0,0),(123216,31130,571,1,1,25024,0,6504.73,3413.94,597.868,1.88496,300,0,0,12600,3994,0,0,0,0),(123217,31130,571,1,1,25024,0,6482.33,3434.32,595.629,2.14675,300,0,0,12600,3994,0,0,0,0),(123218,31130,571,1,1,25687,0,6464.85,3438.25,597.047,1.48353,300,0,0,12600,3994,0,0,0,0),(123219,31130,571,1,1,10213,0,6456.34,3418.67,595.462,1.93731,300,0,0,12600,3994,0,0,0,0),(123220,31130,571,1,1,25687,0,6506.15,3460.07,595.799,4.17134,300,0,0,12600,3994,0,0,0,0),(123221,31130,571,1,1,25077,0,6499.3,3478.87,596.69,0.20944,300,0,0,12600,3994,0,0,0,0),(123222,29338,571,1,1,26190,1,7690.87,4860.03,8.01339,0.999185,300,0,0,9740,8636,2,0,0,0),(123223,29338,571,1,1,26191,1,7808.11,4863.9,4.46748,1.63436,300,0,0,9740,8636,2,0,0,0),(123224,31130,571,1,1,25024,0,6636,3168.8,659.653,5.14872,300,0,0,12600,3994,0,0,0,0),(123225,31130,571,1,1,25077,0,6632.11,3183.96,648.446,6.16101,300,0,0,12600,3994,0,0,0,0),(123226,31130,571,1,1,10213,0,6632.13,3199.33,648.702,5.63741,300,0,0,12600,3994,0,0,0,0),(123227,29338,571,1,1,26189,1,7736.17,4959.94,3.38737,5.54735,300,0,0,9740,8636,2,0,0,0),(123228,29338,571,1,1,26191,1,7461.72,4883.94,44.6112,0.558505,300,0,0,9740,8636,0,0,0,0),(123229,29338,571,1,1,26191,1,7825.69,5126.34,0.128908,0.87637,300,0,0,9740,8636,2,0,0,0),(123230,29338,571,1,1,26191,1,7536.46,4791.1,44.2261,4.37332,300,5,0,9740,8636,1,0,0,0),(123231,29338,571,1,1,26191,1,7562.04,4835.87,46.9008,5.84685,300,0,0,9740,8636,0,0,0,0),(123232,29338,571,1,1,26191,1,7561.35,4861.89,46.8814,0.663225,300,0,0,9740,8636,0,0,0,0),(123233,29338,571,1,1,26190,1,7903.91,4912.99,1.65868,0.750492,300,0,0,9740,8636,0,0,0,0),(123234,29338,571,1,1,26191,1,7894.52,4933.56,1.64097,5.58505,300,0,0,9740,8636,0,0,0,0),(123235,29338,571,1,1,26191,1,7569.05,4823.79,43.4582,2.45861,300,0,0,9740,8636,2,0,0,0),(123236,29338,571,1,1,26189,1,7811.28,4772.33,14.423,3.60717,300,0,0,9740,8636,2,0,0,0),(123237,29338,571,1,1,26189,1,7911.04,4864.36,1.98837,3.28603,300,0,0,9740,8636,2,0,0,0),(123238,29338,571,1,1,26192,1,7738.53,4962.42,3.40261,3.08337,300,0,0,9740,8636,2,0,0,0),(123239,29338,571,1,1,26189,1,7728.82,5049.84,3.85196,2.59409,300,0,0,9740,8636,2,0,0,0),(123240,29338,571,1,1,26191,1,7770.32,5045.58,3.99596,0.30626,300,0,0,9740,8636,2,0,0,0),(123241,29338,571,1,1,26190,1,7823.85,5012.9,1.92709,2.47837,300,0,0,9740,8636,0,0,0,0),(123242,29338,571,1,1,26189,1,7505.82,4855.21,54.2425,0.017453,300,0,0,9740,8636,0,0,0,0),(123243,29338,571,1,1,26190,1,7470.36,4850.18,54.2425,2.75762,300,0,0,9740,8636,0,0,0,0),(123244,29338,571,1,1,26191,1,7486.02,4842.99,54.2425,4.24115,300,0,0,9740,8636,0,0,0,0),(123245,29338,571,1,1,26192,1,7794.5,5055.27,4.46425,5.96903,300,0,0,9740,8636,0,0,0,0),(123247,29338,571,1,1,26191,1,7535.37,4848.38,54.2431,0.017453,300,0,0,9740,8636,0,0,0,0),(123248,29338,571,1,1,26191,1,7505.85,4840.08,54.2425,6.24828,300,0,0,9740,8636,0,0,0,0),(123249,29338,571,1,1,26192,1,7469.4,4886.58,44.0037,0.126569,300,0,0,9740,8636,2,0,0,0),(123250,31130,571,1,1,25077,0,6596.48,3272.67,673.651,2.09439,300,0,0,12600,3994,0,0,0,0),(123251,31130,571,1,1,10213,0,6605.06,3244.59,670.471,3.68265,300,0,0,12600,3994,0,0,0,0),(123252,31130,571,1,1,10213,0,6637.65,3251.1,670.466,2.09439,300,0,0,12600,3994,0,0,0,0),(123253,31130,571,1,1,10213,0,6664.19,3269.91,668.838,0.680678,300,0,0,12600,3994,0,0,0,0),(123254,31130,571,1,1,25687,0,6647.54,3209.56,666.999,5.55015,300,0,0,12600,3994,0,0,0,0),(123255,31130,571,1,1,25687,0,6671.23,3202.32,667.011,4.31096,300,0,0,12600,3994,0,0,0,0),(123256,31131,571,1,1,22506,0,7839.85,2894.29,509.031,0.785398,300,0,0,10080,8814,0,0,0,0),(123257,31131,571,1,1,22506,0,8064.92,2919.09,566.704,3.12414,300,0,0,10080,8814,0,0,0,0),(123258,31131,571,1,1,22506,0,7924.93,2953.61,485.002,3.92699,300,0,0,10080,8814,0,0,0,0),(123259,31131,571,1,1,22506,0,7681.83,3190.14,597.89,3.92699,300,0,0,10080,8814,0,0,0,0),(123260,31131,571,1,1,22506,0,7877.33,3064.01,594.088,3.89208,300,0,0,10080,8814,0,0,0,0),(123261,31131,571,1,1,22506,0,7730.84,3027.27,556.18,0.034907,300,0,0,10080,8814,0,0,0,0),(123262,31131,571,1,1,22506,0,7722.61,3131.14,580.561,3.14159,300,0,0,10080,8814,0,0,0,0),(123263,31131,571,1,1,22506,0,7977.41,2807.24,533.535,2.33874,300,0,0,10080,8814,0,0,0,0),(123264,31131,571,1,1,22506,0,7598.17,3178.53,580.996,2.35619,300,0,0,10080,8814,0,0,0,0),(123265,31131,571,1,1,22506,0,7762.54,3070.47,577.95,3.90954,300,0,0,10080,8814,0,0,0,0),(123266,32155,571,1,1,27787,0,7122.79,1112.64,310.789,0.069813,300,0,0,12600,0,0,0,0,0),(123267,32155,571,1,1,27787,0,7079.83,1199.1,298.134,0.837758,300,0,0,12600,0,0,0,0,0),(123268,32155,571,1,1,27787,0,7175.71,1160.51,308.927,2.6529,300,0,0,12600,0,0,0,0,0),(123269,32155,571,1,1,27786,0,7102.82,1326.17,305.03,1.37881,300,0,0,12600,0,0,0,0,0),(123270,32155,571,1,1,27787,0,7108.35,1255.3,296.964,1.13446,300,0,0,12600,0,0,0,0,0),(123271,32155,571,1,1,27786,0,7176.8,1209.25,305.136,6.19592,300,0,0,12600,0,0,0,0,0),(123272,32155,571,1,1,27787,0,7156.64,1449.63,324.837,0.383972,300,0,0,12600,0,0,0,0,0),(123273,32155,571,1,1,27786,0,7041.42,1395.33,302.502,2.72271,300,0,0,12600,0,0,0,0,0),(123274,31131,571,1,1,22506,0,7654.15,3125.24,551.955,2.35619,300,0,0,10080,8814,0,0,0,0),(123275,31131,571,1,1,22506,0,7968.3,2910.11,480.313,3.87463,300,0,0,10080,8814,0,0,0,0),(123276,31131,571,1,1,22506,0,7902.19,2839.9,498.82,0.785398,300,0,0,10080,8814,0,0,0,0),(123277,31131,571,1,1,22506,0,7967.41,2998.52,571.166,3.92699,300,0,0,10080,8814,0,0,0,0),(123278,31131,571,1,1,22506,0,7936.07,2838.89,485.529,1.55334,300,0,0,10080,8814,0,0,0,0),(123279,31131,571,1,1,22506,0,8059.77,2972.73,623.264,3.90954,300,0,0,10080,8814,0,0,0,0),(123280,31131,571,1,1,22506,0,7748.5,2960.21,556.165,0.785398,300,0,0,10080,8814,0,0,0,0),(123281,31644,571,1,10,21072,0,5767.94,2058.62,476.022,2.9147,300,0,0,12126,0,0,0,0,0),(123282,31644,571,1,10,21072,0,5816.18,2043.4,503.379,5.09636,300,0,0,12126,0,0,0,0,0),(123283,31644,571,1,10,21072,0,5692.85,2101.9,282.638,4.93928,300,0,0,12126,0,0,0,0,0),(123284,31644,571,1,10,21072,0,5720.24,2047.88,503.549,6.26573,300,0,0,12126,0,0,0,0,0),(123285,31644,571,1,10,21072,0,5720.4,2117.06,462.715,4.46804,300,0,0,12126,0,0,0,0,0),(123286,31644,571,1,10,21072,0,5811.28,2010.18,436.874,1.09956,300,0,0,12126,0,0,0,0,0),(123287,31644,571,1,10,21072,0,5818.72,2034.52,503.402,1.95477,300,0,0,12126,0,0,0,0,0),(123288,31644,571,1,10,21072,0,5784.89,2020.88,492.506,5.49779,300,0,0,12126,0,0,0,0,0),(123289,31644,571,1,10,21072,0,5678.02,2043.44,17.2531,1.15192,300,0,0,12126,0,0,0,0,0),(123290,31644,571,1,10,21072,0,5815.33,2106.2,217.905,6.0912,300,0,0,12126,0,0,0,0,0),(123291,31644,571,1,10,21072,0,5763.83,2044.25,493.824,1.65806,300,0,0,12126,0,0,0,0,0),(123292,31900,571,1,1,27775,1,7320.01,2834.38,404.592,5.04905,300,5,0,12600,3994,1,0,0,0),(123293,31900,571,1,1,25796,1,7152.4,2912.18,420.414,2.25148,300,0,0,12600,3994,0,0,0,0),(123294,31900,571,1,1,25796,1,7178.92,2995.2,443.001,3.25388,300,5,0,12600,3994,1,0,0,0),(123295,31900,571,1,1,25796,1,7355.58,2852.28,408.295,4.43314,300,0,0,12600,3994,0,0,0,0),(123296,31900,571,1,1,25796,1,7304.09,2912.94,419.669,5.08092,300,5,0,12600,3994,1,0,0,0),(123297,31900,571,1,1,25796,1,7251.75,2948.56,428.102,2.44651,300,5,0,12600,3994,1,0,0,0),(123298,31900,571,1,1,25796,1,7005.94,2637.24,399.158,5.37033,300,5,0,12600,3994,1,0,0,0),(123299,31900,571,1,1,25796,1,7308.59,2706.57,396.729,1.2146,300,5,0,12600,3994,1,0,0,0),(123300,31900,571,1,1,25796,1,7022.26,2714.91,406.058,5.11381,300,0,0,12600,3994,0,0,0,0),(123301,31900,571,1,1,25796,1,7078.51,2927.36,433.241,2.47062,300,5,0,12600,3994,1,0,0,0),(123302,31900,571,1,1,25796,1,7101.32,2506.18,407.812,0.733038,300,0,0,12600,3994,0,0,0,0),(123303,31900,571,1,1,25796,1,7046.71,2949.28,442.041,3.26377,300,0,0,12600,3994,0,0,0,0),(123304,31900,571,1,1,27775,1,7039.67,2816.58,413.373,4.15891,300,5,0,12600,3994,1,0,0,0),(123305,31900,571,1,1,27775,1,7416.16,2767.43,406.854,1.68871,300,5,0,12600,3994,1,0,0,0),(123306,31900,571,1,1,27775,1,7519.34,2761.84,411.455,0.994838,300,0,0,12600,3994,0,0,0,0),(123307,31900,571,1,1,25796,1,7382.97,2643.42,394.443,2.57832,300,5,0,12600,3994,1,0,0,0),(123308,31900,571,1,1,27775,1,7391.77,2508.69,391.899,2.06154,300,5,0,12600,3994,1,0,0,0),(123309,31900,571,1,1,27775,1,7392.31,2534.43,391.975,2.97335,300,5,0,12600,3994,1,0,0,0),(123310,31900,571,1,1,25796,1,7342.29,2592.38,392.731,4.58134,300,5,0,12600,3994,1,0,0,0),(123311,31900,571,1,1,25796,1,7156.61,2810.46,405.937,5.9053,300,5,0,12600,3994,1,0,0,0),(123312,31900,571,1,1,25796,1,7229.15,2723.13,397.321,5.26622,300,5,0,12600,3994,1,0,0,0),(123313,31900,571,1,1,27775,1,7132.93,2755.96,403.582,1.27348,300,5,0,12600,3994,1,0,0,0),(123314,31900,571,1,1,27775,1,7217.55,2784.61,402.238,3.47321,300,0,0,12600,3994,0,0,0,0),(123315,31900,571,1,1,25796,1,7148.14,2716.28,399.584,2.46637,300,5,0,12600,3994,1,0,0,0),(123316,31900,571,1,1,27775,1,7067.82,2714.02,403.111,5.16565,300,5,0,12600,3994,1,0,0,0),(123317,31900,571,1,1,27775,1,7115.46,2721.17,400.911,3.40339,300,0,0,12600,3994,0,0,0,0),(123318,31900,571,1,1,27775,1,7213.66,2659.33,393.731,1.17509,300,5,0,12600,3994,1,0,0,0),(123319,31900,571,1,1,27775,1,7449.62,2875,431.283,4.42006,300,5,0,12600,3994,1,0,0,0),(123320,31900,571,1,1,25796,1,7141.9,2676.33,396.272,3.31613,300,0,0,12600,3994,0,0,0,0),(123321,31900,571,1,1,25796,1,7196.34,2595.53,394.073,5.47838,300,5,0,12600,3994,1,0,0,0),(123322,31900,571,1,1,27775,1,7196.09,2498.36,404.198,2.61955,300,5,0,12600,3994,1,0,0,0),(123323,31900,571,1,1,25796,1,7266.91,2505.85,397.138,0.579976,300,5,0,12600,3994,1,0,0,0),(123324,31900,571,1,1,25796,1,7201.38,2467.48,409.589,6.12611,300,0,0,12600,3994,0,0,0,0),(123325,31900,571,1,1,25796,1,7094.45,2568.81,399.926,5.49586,300,5,0,12600,3994,1,0,0,0),(123326,26525,571,1,1,23902,0,7186.19,2840.87,407.092,3.92711,300,5,0,42,0,1,0,0,0),(123327,26525,571,1,1,23902,0,6543.69,2942.48,651.117,4.78786,300,5,0,42,0,1,0,0,0),(123328,26525,571,1,1,23902,0,7706.18,2372.94,374.907,3.15255,300,5,0,42,0,1,0,0,0),(123329,26525,571,1,1,23902,0,7742.7,1483.24,355.934,4.58905,300,5,0,42,0,1,0,0,0),(123330,26525,571,1,1,23902,0,7105.78,1151.12,303.013,0.224362,300,5,0,42,0,1,0,0,0),(123331,26525,571,1,1,23902,0,6238.16,2376.92,491.687,5.59008,300,5,0,42,0,1,0,0,0),(123332,26525,571,1,1,23902,0,7589.18,2725.75,417.566,4.18403,300,5,0,42,0,1,0,0,0),(123333,26525,571,1,1,23902,0,5910.89,2521.86,546.2,0.102383,300,5,0,42,0,1,0,0,0),(123334,26525,571,1,1,23902,0,6986.07,4112.37,535.529,6.12147,300,5,0,42,0,1,0,0,0),(123335,26525,571,1,1,23902,0,7070.95,2524.52,405.534,5.89035,300,5,0,42,0,1,0,0,0),(123336,26525,571,1,1,23902,0,7387.74,2752.56,403.23,2.87882,300,5,0,42,0,1,0,0,0),(123337,26525,571,1,1,23902,0,6538.58,2503.78,651.228,2.05967,300,5,0,42,0,1,0,0,0),(123338,26525,571,1,1,23902,0,6719.13,1704.28,571.315,3.8695,300,5,0,42,0,1,0,0,0),(123339,26525,571,1,1,23902,0,7168.41,3913.91,588.703,1.34092,300,5,0,42,0,1,0,0,0),(123340,26525,571,1,1,23902,0,6091.05,2623.51,570.25,0.770517,300,5,0,42,0,1,0,0,0),(123341,26525,571,1,1,23902,0,7216.77,2649.92,393.606,5.82992,300,5,0,42,0,1,0,0,0),(123342,26525,571,1,1,23902,0,7086.01,2773.01,407.571,2.08647,300,5,0,42,0,1,0,0,0),(123343,26525,571,1,1,23902,0,6845.74,532.454,423.892,5.26021,300,5,0,42,0,1,0,0,0),(123344,26525,571,1,1,23902,0,7279.98,2680.64,396.038,1.43895,300,5,0,42,0,1,0,0,0),(123345,26525,571,1,1,23902,0,5825.2,2314.32,529.683,5.57129,300,5,0,42,0,1,0,0,0),(123346,26525,571,1,1,23902,0,7525.11,2345.08,376.091,0.330983,300,5,0,42,0,1,0,0,0),(123347,26525,571,1,1,23902,0,6858.49,2649.86,412.521,6.07468,300,5,0,42,0,1,0,0,0),(123348,26525,571,1,1,23902,0,7016.38,2906.3,434.866,5.12536,300,5,0,42,0,1,0,0,0),(123349,26525,571,1,1,23902,0,7137.61,655.384,498.491,4.29942,300,5,0,42,0,1,0,0,0),(123350,26525,571,1,1,23902,0,7274.57,4206.46,576.362,3.86635,300,5,0,42,0,1,0,0,0),(123351,26525,571,1,1,23902,0,6443.39,2625.75,577.605,2.8232,300,5,0,42,0,1,0,0,0),(123352,26525,571,1,1,23902,0,6888.25,1226.04,284.004,1.28168,300,5,0,42,0,1,0,0,0),(123353,26525,571,1,1,23902,0,6621.22,2032.75,651.117,2.70425,300,5,0,42,0,1,0,0,0),(123354,26525,571,1,1,23902,0,7765.14,2732.93,415.052,2.70585,300,5,0,42,0,1,0,0,0),(123355,26525,571,1,1,23902,0,7111.97,4422.86,681.239,4.32365,300,5,0,42,0,1,0,0,0),(123356,26525,571,1,1,23902,0,6922.99,2504.65,411.857,0.022457,300,5,0,42,0,1,0,0,0),(123357,26525,571,1,1,23902,0,7041.05,4494.06,601.1,5.52944,300,5,0,42,0,1,0,0,0),(123358,26525,571,1,1,23902,0,6870.48,654.551,423.663,5.95804,300,5,0,42,0,1,0,0,0),(123359,26525,571,1,1,23902,0,7945.78,2099.59,500.311,3.11812,300,5,0,42,0,1,0,0,0),(123360,26525,571,1,1,23902,0,7047.47,4218.02,666.754,2.00683,300,5,0,42,0,1,0,0,0),(123361,26525,571,1,1,23902,0,7754.65,1959.95,368.113,5.20037,300,5,0,42,0,1,0,0,0),(123362,26525,571,1,1,23902,0,7092.15,527.918,524.292,1.34962,300,5,0,42,0,1,0,0,0),(123363,26525,571,1,1,23902,0,7875.61,1690.58,367.939,0.725263,300,5,0,42,0,1,0,0,0),(123364,26525,571,1,1,23902,0,7726.15,1643.6,343.863,2.95976,300,5,0,42,0,1,0,0,0),(123365,26525,571,1,1,23902,0,7617.11,1461.6,332.423,5.20223,300,5,0,42,0,1,0,0,0),(123366,26525,571,1,1,23902,0,7572.42,1669.93,347.404,5.66566,300,5,0,42,0,1,0,0,0),(123367,26525,571,1,1,23902,0,7019.52,2652.7,399.135,0.790065,300,5,0,42,0,1,0,0,0),(123368,26525,571,1,1,23902,0,7856.43,2153.44,368.956,5.04182,300,5,0,42,0,1,0,0,0),(123369,26525,571,1,1,23902,0,6479.43,2160.98,501.251,3.74856,300,5,0,42,0,1,0,0,0),(123370,26525,571,1,1,23902,0,7273.79,2910.64,420.477,1.2302,300,5,0,42,0,1,0,0,0),(123371,26525,571,1,1,23902,0,6518.05,987.846,277.469,0.941495,300,5,0,42,0,1,0,0,0),(123372,26525,571,1,1,23902,0,6753.76,603.954,423.627,0.048607,300,5,0,42,0,1,0,0,0),(123373,26525,571,1,1,23902,0,7756.05,2213.19,366.903,4.73722,300,5,0,42,0,1,0,0,0),(123374,26525,571,1,1,23902,0,6895.83,1092.83,293.703,1.57178,300,5,0,42,0,1,0,0,0),(123375,26525,571,1,1,23902,0,7584.17,2283.26,379.347,2.01509,300,5,0,42,0,1,0,0,0),(123376,26525,571,1,1,23902,0,8057.53,3523.89,656.244,1.76337,300,5,0,42,0,1,0,0,0),(123377,26525,571,1,1,23902,0,7237.98,1294.86,303.543,2.39044,300,5,0,42,0,1,0,0,0),(123378,26525,571,1,1,23902,0,6739,517.328,406.877,1.4079,300,5,0,42,0,1,0,0,0),(123379,26525,571,1,1,23902,0,7068.43,1853.29,530.243,1.43176,300,5,0,42,0,1,0,0,0),(123380,26525,571,1,1,23902,0,6572.66,526.666,401.857,1.41592,300,5,0,42,0,1,0,0,0),(123381,26525,571,1,1,23902,0,7512.5,1555.04,347.272,1.5708,300,5,0,42,0,1,0,0,0),(123382,26525,571,1,1,23902,0,6531.29,1160.71,273.743,4.51073,300,5,0,42,0,1,0,0,0),(123383,26525,571,1,1,23902,0,7653.17,2188.19,369.918,0.125695,300,5,0,42,0,1,0,0,0),(123384,26525,571,1,1,23902,0,7229.02,1179.42,314.82,0.848291,300,5,0,42,0,1,0,0,0),(123385,26525,571,1,1,23902,0,7248.15,1881.42,568.16,1.24923,300,5,0,42,0,1,0,0,0),(123386,26525,571,1,1,23902,0,7009.24,609.251,475.535,1.63041,300,5,0,42,0,1,0,0,0),(123387,26525,571,1,1,23902,0,7645.06,1312.08,343.11,3.8479,300,5,0,42,0,1,0,0,0),(123388,26525,571,1,1,23902,0,6609.77,1168.78,273.216,4.98139,300,5,0,42,0,1,0,0,0),(123389,26525,571,1,1,23902,0,7537.77,1391.64,324.058,0.476024,300,5,0,42,0,1,0,0,0),(123390,26525,571,1,1,23902,0,7888.88,1779.17,367.658,3.14147,300,5,0,42,0,1,0,0,0),(123391,26525,571,1,1,23902,0,8431,3006.08,613.198,3.70594,300,5,0,42,0,1,0,0,0),(123392,26525,571,1,1,23902,0,6802.54,1060.85,290.06,2.49614,300,5,0,42,0,1,0,0,0),(123393,26525,571,1,1,23902,0,6614.99,1035.45,280.719,0.430451,300,5,0,42,0,1,0,0,0),(123394,26525,571,1,1,23902,0,7187.68,1924.27,554.656,4.26402,300,5,0,42,0,1,0,0,0),(123395,26525,571,1,1,23902,0,6650.87,1050.73,281.828,3.14359,300,5,0,42,0,1,0,0,0),(123396,26525,571,1,1,23902,0,7076.19,2103.13,623.717,1.50846,300,5,0,42,0,1,0,0,0),(123397,26525,571,1,1,23902,0,7788.21,2493.2,396.275,5.86305,300,5,0,42,0,1,0,0,0),(123398,26525,571,1,1,23902,0,7461.17,3606.46,637.873,1.26711,300,5,0,42,0,1,0,0,0),(123399,26525,571,1,1,23902,0,7414.6,1477.44,327.596,6.22203,300,5,0,42,0,1,0,0,0),(123400,26525,571,1,1,23902,0,7064.68,1341.41,304.892,0.83865,300,5,0,42,0,1,0,0,0),(123401,26525,571,1,1,23902,0,6419.21,2318.54,471.547,0.445301,300,5,0,42,0,1,0,0,0),(123402,26525,571,1,1,23902,0,7644.64,3457.1,656.002,2.5808,300,5,0,42,0,1,0,0,0),(123403,26525,571,1,1,23902,0,7601.44,1809.34,359.388,3.14355,300,5,0,42,0,1,0,0,0),(123404,26525,571,1,1,23902,0,6571.65,1240.4,287.067,5.31096,300,5,0,42,0,1,0,0,0),(123405,26525,571,1,1,23902,0,7871.51,2283.53,382.84,0.039081,300,5,0,42,0,1,0,0,0),(123406,26525,571,1,1,23902,0,7843.6,4874.95,4.82418,5.07893,300,5,0,42,0,1,0,0,0),(123407,26525,571,1,1,23902,0,7521.98,3666.74,623.451,1.44606,300,5,0,42,0,1,0,0,0),(123408,26525,571,1,1,23902,0,7343.18,2515.53,392.997,0.853804,300,5,0,42,0,1,0,0,0),(123409,26525,571,1,1,23902,0,6667.02,563.892,406.746,3.97464,300,5,0,42,0,1,0,0,0),(123410,26525,571,1,1,23902,0,6611.64,596.256,404.375,0.455071,300,5,0,42,0,1,0,0,0),(123411,26525,571,1,1,23902,0,7218,2011.77,574.373,1.15094,300,5,0,42,0,1,0,0,0),(123412,26525,571,1,1,23902,0,7326.13,1219.24,317.575,2.71433,300,5,0,42,0,1,0,0,0),(123413,26525,571,1,1,23902,0,6634.1,1280.08,290.137,1.05032,300,5,0,42,0,1,0,0,0),(123414,26525,571,1,1,23902,0,7463.84,2075.03,500.007,0.546942,300,5,0,42,0,1,0,0,0),(123415,26525,571,1,1,23902,0,8313.6,3162.85,616.348,3.96723,300,5,0,42,0,1,0,0,0),(123416,26525,571,1,1,23902,0,6454.72,1192.06,285.142,4.17834,300,5,0,42,0,1,0,0,0),(123417,26525,571,1,1,23902,0,7175.85,1748.56,480.434,3.71735,300,5,0,42,0,1,0,0,0),(123418,26525,571,1,1,23902,0,7648.1,4845.25,6.34582,0.391935,300,5,0,42,0,1,0,0,0),(123419,26525,571,1,1,23902,0,7528.61,4770.63,46.4287,6.08368,300,5,0,42,0,1,0,0,0),(123420,26525,571,1,1,23902,0,6788.65,1226.82,278.5,5.46532,300,5,0,42,0,1,0,0,0),(123421,26525,571,1,1,23902,0,7477,1271.81,326.575,4.67624,300,5,0,42,0,1,0,0,0),(123422,26525,571,1,1,23902,0,7857.71,3530.37,654.51,3.19828,300,5,0,42,0,1,0,0,0),(123423,26525,571,1,1,23902,0,6696.39,446.606,405.106,4.589,300,5,0,42,0,1,0,0,0),(123424,26525,571,1,1,23902,0,7098.18,1719.63,492.074,1.14043,300,5,0,42,0,1,0,0,0),(123425,26525,571,1,1,23902,0,8331.68,3368.75,640.654,6.23483,300,5,0,42,0,1,0,0,0),(123426,26525,571,1,1,23902,0,7250.91,1447.12,321.038,1.87619,300,5,0,42,0,1,0,0,0),(123427,26525,571,1,1,23902,0,7161.04,1858.95,529.009,5.24759,300,5,0,42,0,1,0,0,0),(123428,26525,571,1,1,23902,0,7966.05,3602.28,629.065,0.366519,300,0,0,42,0,0,0,0,0),(123429,26525,571,1,1,23902,0,7354.67,1343.1,308.932,5.29198,300,5,0,42,0,1,0,0,0),(123430,26525,571,1,1,23902,0,7145.39,1417.56,320.99,2.04547,300,5,0,42,0,1,0,0,0),(123431,26525,571,1,1,23902,0,7144.51,2130.94,603.721,3.38918,300,5,0,42,0,1,0,0,0),(123432,26525,571,1,1,23902,0,6679.66,1157.94,273.723,4.50715,300,5,0,42,0,1,0,0,0),(123433,26525,571,1,1,23902,0,7599.92,3541.16,656.082,2.10107,300,5,0,42,0,1,0,0,0),(123434,26525,571,1,1,23902,0,7821.57,5070.92,1.88927,0.768204,300,5,0,42,0,1,0,0,0),(123435,26525,571,1,1,23902,0,7709.15,5007.57,13.5114,0.211662,300,5,0,42,0,1,0,0,0),(123436,26525,571,1,1,23902,0,7806.73,3463.16,659.818,0.475879,300,5,0,42,0,1,0,0,0),(123437,26525,571,1,1,23902,0,7817.28,4772.28,14.1558,2.00607,300,5,0,42,0,1,0,0,0),(123438,26525,571,1,1,23902,0,6813.45,1795.57,574.221,1.35899,300,5,0,42,0,1,0,0,0),(123439,26525,571,1,1,23902,0,7014.83,1783.86,507.581,5.98677,300,5,0,42,0,1,0,0,0),(123440,26525,571,1,1,23902,0,6898.17,1718.39,528.274,3.18966,300,5,0,42,0,1,0,0,0),(123441,26525,571,1,1,23902,0,7154.74,1255.55,300.678,3.95306,300,5,0,42,0,1,0,0,0),(123442,26525,571,1,1,23902,0,7556.59,4885.85,43.6183,2.78525,300,5,0,42,0,1,0,0,0),(123443,26525,571,1,1,23902,0,7735.43,3681.68,653.06,4.82003,300,5,0,42,0,1,0,0,0),(123444,29343,571,1,1,26195,1,8385.21,2757.21,656.702,3.56047,300,0,0,63000,19970,0,0,0,0),(123445,19871,571,1,1,11686,0,6915.44,2848.96,436.978,5.95502,300,5,0,4120,0,1,0,0,0),(123446,19871,571,1,1,11686,0,6986.31,2619.14,401.595,6.17664,300,5,0,4120,0,1,0,0,0),(123447,19871,571,1,1,11686,0,6982.19,2582.12,404.174,4.9715,300,5,0,4120,0,1,0,0,0),(123448,19871,571,1,1,11686,0,6993.14,2547.96,406.737,0.183941,300,5,0,4120,0,1,0,0,0),(123449,19871,571,1,1,11686,0,6972.59,2717.51,408.731,2.73911,300,5,0,4120,0,1,0,0,0),(123450,19871,571,1,1,11686,0,7004.61,2470.73,420.11,5.6665,300,5,0,4120,0,1,0,0,0),(123451,19871,571,1,1,11686,0,6941.62,2626.73,404.161,2.47155,300,5,0,4120,0,1,0,0,0),(123452,19871,571,1,1,11686,0,6877.91,2582.16,411.417,2.39596,300,5,0,4120,0,1,0,0,0),(123453,19871,571,1,1,11686,0,6949.14,2549.51,407.934,3.80763,300,5,0,4120,0,1,0,0,0),(123454,19871,571,1,1,11686,0,6890.63,2645.96,410.78,5.22322,300,5,0,4120,0,1,0,0,0),(123455,19871,571,1,1,11686,0,6942.08,2702.11,409.065,6.21281,300,5,0,4120,0,1,0,0,0),(123456,19871,571,1,1,11686,0,6880.08,2619.89,411.126,0.228004,300,5,0,4120,0,1,0,0,0),(123457,19871,571,1,1,11686,0,6879.27,2697.66,414.193,1.44134,300,5,0,4120,0,1,0,0,0),(123458,19871,571,1,1,11686,0,7001.15,2616.36,401.463,5.51009,300,5,0,4120,0,1,0,0,0),(123459,19871,571,1,1,11686,0,6886.74,2880.66,445.554,5.5635,300,5,0,4120,0,1,0,0,0),(123460,19871,571,1,1,11686,0,6918.84,2610.65,406.925,2.41963,300,5,0,4120,0,1,0,0,0),(123461,19871,571,1,1,11686,0,6977.17,2684.92,407.41,3.47478,300,5,0,4120,0,1,0,0,0),(123462,19871,571,1,1,11686,0,6948.08,2734.38,409.085,1.90362,300,5,0,4120,0,1,0,0,0),(123463,19871,571,1,1,11686,0,6947.84,2652.92,404.573,3.54531,300,5,0,4120,0,1,0,0,0),(123464,19871,571,1,1,11686,0,6954.78,2824,425.414,0.357974,300,5,0,4120,0,1,0,0,0),(123465,19871,571,1,1,11686,0,6937.54,2460.15,419.167,0.736062,300,5,0,4120,0,1,0,0,0),(123466,19871,571,1,1,11686,0,6965.47,2577.79,405.548,1.74773,300,5,0,4120,0,1,0,0,0),(123467,19871,571,1,1,11686,0,7045.04,2714.29,405.257,6.26059,300,5,0,4120,0,1,0,0,0),(123468,19871,571,1,1,11686,0,6920.16,2555.29,410.662,0.674757,300,5,0,4120,0,1,0,0,0),(123469,19871,571,1,1,11686,0,6938.86,2744.51,410.833,3.82764,300,5,0,4120,0,1,0,0,0),(123470,19871,571,1,1,11686,0,6968.36,2694.12,408.172,2.15287,300,5,0,4120,0,1,0,0,0),(123471,19871,571,1,1,11686,0,6933.67,2671.09,407.918,1.03992,300,5,0,4120,0,1,0,0,0),(123472,19871,571,1,1,11686,0,7009.44,2546.39,407.321,3.47374,300,5,0,4120,0,1,0,0,0),(123473,19871,571,1,1,11686,0,6990.7,2834.81,425.107,5.02011,300,5,0,4120,0,1,0,0,0),(123474,19871,571,1,1,11686,0,7010.15,2679.19,404.249,3.18521,300,5,0,4120,0,1,0,0,0),(123475,19871,571,1,1,11686,0,6974.31,2635.5,402.052,3.30673,300,5,0,4120,0,1,0,0,0),(123476,19871,571,1,1,11686,0,6899.27,2481.7,416.095,2.70928,300,5,0,4120,0,1,0,0,0),(123477,19871,571,1,1,11686,0,6896.51,2431.67,425.348,4.07182,300,5,0,4120,0,1,0,0,0),(123478,19871,571,1,1,11686,0,7010.93,2463.89,417.744,2.02481,300,5,0,4120,0,1,0,0,0),(123479,19871,571,1,1,11686,0,6959.74,2596.68,403.768,5.43556,300,5,0,4120,0,1,0,0,0),(123480,19871,571,1,1,11686,0,6968.27,2440.39,423.644,4.66614,300,5,0,4120,0,1,0,0,0),(123481,19871,571,1,1,11686,0,6927.01,2578.8,406.365,6.00037,300,5,0,4120,0,1,0,0,0),(123482,19871,571,1,1,11686,0,6925.54,2729.16,411.115,0.409871,300,5,0,4120,0,1,0,0,0),(123483,19871,571,1,1,11686,0,6876.04,2804.63,433.369,3.89921,300,5,0,4120,0,1,0,0,0),(123484,19871,571,1,1,11686,0,7008.01,2823.44,417.633,1.46993,300,5,0,4120,0,1,0,0,0),(123485,19871,571,1,1,11686,0,6988.35,2509.11,412.643,5.47028,300,5,0,4120,0,1,0,0,0),(123486,19871,571,1,1,11686,0,6911.27,2686.76,410.29,2.01231,300,5,0,4120,0,1,0,0,0),(123487,19871,571,1,1,11686,0,6931.52,2690.46,409.538,2.4362,300,5,0,4120,0,1,0,0,0),(123488,19871,571,1,1,11686,0,6978.57,2639.67,401.927,1.1949,300,5,0,4120,0,1,0,0,0),(123489,19871,571,1,1,11686,0,6926.83,2646.06,407.653,5.87284,300,5,0,4120,0,1,0,0,0),(123490,19871,571,1,1,11686,0,6943.13,2576.74,406.331,1.95456,300,5,0,4120,0,1,0,0,0),(123491,19871,571,1,1,11686,0,6953.57,2488.92,414.963,1.79046,300,5,0,4120,0,1,0,0,0),(123492,19871,571,1,1,11686,0,6920.96,2783.37,420.628,5.52896,300,5,0,4120,0,1,0,0,0),(123493,19871,571,1,1,11686,0,7015.29,2748.51,409.412,5.4297,300,5,0,4120,0,1,0,0,0),(123494,31135,571,1,1,27074,0,8216.25,3516.23,629.357,3.83972,300,0,0,12600,0,0,0,0,0),(123495,29344,571,1,1,26197,1,7413.87,4218.32,315.422,5.51524,300,0,0,63000,19970,0,0,0,0),(123496,31137,571,1,1,27065,0,6653.01,1281.64,302.727,3.62069,300,0,0,12600,0,2,0,0,0),(123497,31137,571,1,1,27065,0,6511.5,1175.65,393.379,5.75573,300,0,0,12600,0,2,0,0,0),(123498,31137,571,1,1,27065,0,6573.03,1269.61,401.447,2.58102,300,0,0,12600,0,2,0,0,0),(123499,31137,571,1,1,27065,0,6543.65,1052.17,362.603,4.33491,300,0,0,12600,0,2,0,0,0),(123500,32161,571,1,1,27511,1,7058.51,1295.41,300.692,2.26269,300,0,0,12600,0,0,0,0,0),(123501,32161,571,1,1,27511,1,7124.54,1300.82,301.075,-0.865055,300,0,0,12600,0,0,0,0,0),(123502,31137,571,1,1,27065,0,6684.31,1190.17,342.11,3.63134,300,0,0,12600,0,2,0,0,0),(123503,31137,571,1,1,27065,0,6682.33,1016.79,374.24,5.75118,300,0,0,12600,0,2,0,0,0),(123504,31137,571,1,1,27065,0,6707.54,1024.59,372.11,4.43521,300,0,0,12600,0,2,0,0,0),(123505,32161,571,1,1,27511,1,7165.45,1189.4,307.078,0.778941,300,5,0,12600,0,1,0,0,0),(123506,32161,571,1,1,27511,1,7056.28,1336.48,302.177,1.69162,300,0,0,12600,0,0,0,0,0),(123507,31137,571,1,1,27065,0,6878.61,1128.78,345.53,4.03662,300,0,0,12600,0,2,0,0,0),(123508,32161,571,1,1,27511,1,7153.6,1134.94,310.627,5.20575,300,5,0,12600,0,1,0,0,0),(123509,31137,571,1,1,27065,0,6886.54,941.53,434.349,4.13893,300,0,0,12600,0,2,0,0,0),(123510,32161,571,1,1,27511,1,7176.4,1195.09,307.122,2.50083,300,5,0,12600,0,1,0,0,0),(123511,32161,571,1,1,27511,1,7171.18,1426.71,319.832,1.57568,300,5,0,12600,0,1,0,0,0),(123512,32161,571,1,1,27511,1,7072.23,1347.31,306.809,3.23361,300,5,0,12600,0,1,0,0,0),(123513,32161,571,1,1,27511,1,7170.37,1285.64,301.439,1.46618,300,5,0,12600,0,1,0,0,0),(123514,32161,571,1,1,27511,1,7178.48,1289.7,302.388,2.80008,300,5,0,12600,0,1,0,0,0),(123515,32161,571,1,1,27511,1,7122.8,1173.72,298.717,4.1131,300,5,0,12600,0,1,0,0,0),(123516,32161,571,1,1,27511,1,7105.54,1379.34,309.976,1.5984,300,5,0,12600,0,1,0,0,0),(123517,32161,571,1,1,27511,1,7105.08,1205,298.738,6.2455,300,5,0,12600,0,1,0,0,0),(123518,32161,571,1,1,27511,1,7131.84,1275.41,299.135,4.39156,300,5,0,12600,0,1,0,0,0),(123519,32161,571,1,1,27511,1,7149.52,1211.04,303.771,2.65936,300,5,0,12600,0,1,0,0,0),(123520,32161,571,1,1,27511,1,7159.05,1244.27,301.264,6.05861,300,5,0,12600,0,1,0,0,0),(123521,31139,571,1,1,27807,0,6394.14,1034.32,256.986,3.87463,300,0,0,65165,0,0,0,0,0),(123522,31139,571,1,1,27807,0,6282.08,1163.2,266.798,3.735,300,0,0,65165,0,0,0,0,0),(123523,31139,571,1,1,27807,0,6389.9,952.239,327.55,3.01942,300,0,0,65165,0,0,0,0,0),(123524,31139,571,1,1,27807,0,6388.89,1027.65,324.951,0.621755,300,5,0,65165,0,1,0,0,0),(123525,31139,571,1,1,27807,0,6980.2,941.66,402.674,1.45023,300,5,0,65165,0,1,0,0,0),(123526,31139,571,1,1,27807,0,6443.79,875.636,324.95,1.84434,300,5,0,65165,0,1,0,0,0),(123527,31139,571,1,1,27807,0,6351.37,1108.7,258.874,4.20624,300,0,0,65165,0,0,0,0,0),(246901,38493,571,1,1,0,1,5831.74,2177.88,636.042,0.646328,300,0,0,65165,0,0,0,0,0),(123529,31139,571,1,1,27807,0,6260.44,1143.96,327.467,3.21878,300,5,0,65165,0,1,0,0,0),(123530,31139,571,1,1,27807,0,6316.12,1081.62,327.55,4.01426,300,0,0,65165,0,0,0,0,0),(123531,31139,571,1,1,27807,0,6915.54,1320.29,397.735,4.3319,300,5,0,65165,0,1,0,0,0),(123532,31139,571,1,1,27807,0,7060.82,1465.64,397.819,0.10472,300,0,0,65165,0,0,0,0,0),(123533,31139,571,1,1,27807,0,6793.4,1320.27,397.819,4.90438,300,0,0,65165,0,0,0,0,0),(123534,31139,571,1,1,27807,0,6963.66,1405.25,395.81,0.966679,300,5,0,65165,0,1,0,0,0),(246900,38493,571,1,1,0,1,5834.96,2190.04,636.042,5.70036,300,0,0,65165,0,0,0,0,0),(123536,32164,571,1,1,26563,1,6883.12,1608.17,389.117,4.46804,300,0,0,11770,0,0,0,0,0),(123537,32164,571,1,1,7869,1,6884.71,1603.1,389.117,4.32842,300,0,0,11770,0,0,0,0,0),(123538,32164,571,1,1,7869,1,6889.87,1621.33,389.117,4.08407,300,0,0,11770,0,0,0,0,0),(123539,31140,571,1,1,14701,1,6505.79,1194.95,280.871,2.39695,300,5,0,12600,0,1,0,0,0),(123540,31140,571,1,1,12818,1,6524.93,973.703,282.29,4.9385,300,5,0,12600,0,1,0,0,0),(123541,31140,571,1,1,15962,1,6560.52,973.02,287.702,0.079168,300,5,0,12600,0,1,0,0,0),(123542,31140,571,1,1,14701,1,6601.92,1069.71,278.422,1.84803,300,5,0,12600,0,1,0,0,0),(123543,31140,571,1,1,15958,1,6878.55,950.307,329.91,4.50867,300,5,0,12600,0,1,0,0,0),(123544,31140,571,1,1,12818,1,6824.36,926.14,342.068,4.3621,300,5,0,12600,0,1,0,0,0),(123545,31140,571,1,1,15962,1,6701.01,1023.97,286.027,2.17967,300,5,0,12600,0,1,0,0,0),(123546,31140,571,1,1,15962,1,6760.18,1008.06,299.743,4.86437,300,5,0,12600,0,1,0,0,0),(123547,31140,571,1,1,15962,1,6813.95,991.545,311.395,3.76139,300,5,0,12600,0,1,0,0,0),(123548,31396,571,1,1,25452,1,7017.64,1935.07,532.427,2.93664,300,5,0,12600,3994,1,0,0,0),(123549,31140,571,1,1,15958,1,6379.27,1193.46,278.013,0.10781,300,5,0,12600,0,1,0,0,0),(123550,31140,571,1,1,15962,1,6562.23,1213.28,280.441,3.72743,300,5,0,12600,0,1,0,0,0),(123551,31140,571,1,1,15962,1,6524.45,1201.83,281.976,1.00017,300,5,0,12600,0,1,0,0,0),(123552,31140,571,1,1,12818,1,6488.07,1105.68,275.694,0.816549,300,5,0,12600,0,1,0,0,0),(123553,31140,571,1,1,14701,1,6539.62,1132.58,275.37,4.20955,300,5,0,12600,0,1,0,0,0),(123554,31140,571,1,1,12818,1,6689.02,1284.31,288.399,4.47783,300,5,0,12600,0,1,0,0,0),(123555,31140,571,1,1,15958,1,6685.77,1150.64,273.904,0.439568,300,5,0,12600,0,1,0,0,0),(123556,31140,571,1,1,14701,1,6752.51,1083.49,284.604,3.41476,300,5,0,12600,0,1,0,0,0),(123557,31140,571,1,1,15958,1,6721.32,1142.16,275.786,5.78633,300,5,0,12600,0,1,0,0,0),(123558,31140,571,1,1,12818,1,6805.91,1106.78,283.644,4.00579,300,5,0,12600,0,1,0,0,0),(123559,31140,571,1,1,15962,1,6804.36,1050.14,292.575,1.81028,300,5,0,12600,0,1,0,0,0),(123560,31396,571,1,1,25452,1,6963.19,1983.62,525.433,2.86769,300,5,0,12600,3994,1,0,0,0),(123561,31140,571,1,1,12818,1,6591.62,1137.79,271.973,3.32723,300,5,0,12600,0,1,0,0,0),(123562,31396,571,1,1,25452,1,6998.62,2012.74,528.384,5.9755,300,5,0,12600,3994,1,0,0,0),(123563,31140,571,1,1,15962,1,6561.06,1100.24,283.739,4.80526,300,5,0,12600,0,1,0,0,0),(123564,31396,571,1,1,25452,1,7003.05,2025.93,529.27,0.581027,300,5,0,12600,3994,1,0,0,0),(123565,31396,571,1,1,25452,1,6970.17,1964.44,527.897,2.37365,300,5,0,12600,3994,1,0,0,0),(123566,31396,571,1,1,25452,1,6918.08,1976.24,527.557,4.53453,300,5,0,12600,3994,1,0,0,0),(123567,31396,571,1,1,25452,1,6931.05,2031.9,523.877,1.62978,300,5,0,12600,3994,1,0,0,0),(123568,31396,571,1,1,25452,1,7040.99,1872.6,534.081,5.41052,300,0,0,12600,3994,0,0,0,0),(123569,31396,571,1,1,25452,1,6987.04,1899.5,541.511,3.57794,300,5,0,12600,3994,1,0,0,0),(123570,31396,571,1,1,25452,1,7020.68,1861.09,535.682,5.14872,300,0,0,12600,3994,0,0,0,0),(123571,31396,571,1,1,25452,1,6994.52,1938.79,532.421,5.3058,300,5,0,12600,3994,1,0,0,0),(123572,31397,571,1,1,8891,1,7016.15,1984.48,542.867,0.349066,300,0,0,11379,0,0,0,0,0),(123573,31397,571,1,1,7816,1,7006.9,1988.72,541.914,1.06465,300,0,0,11379,0,0,0,0,0),(123574,31397,571,1,1,9333,1,6940.5,2005.99,518.396,4.85202,300,0,0,11379,0,0,0,0,0),(123575,31397,571,1,1,7816,1,7029.09,1974.31,545.005,0.959931,300,0,0,11379,0,0,0,0,0),(123576,31397,571,1,1,7816,1,6930.85,2034.59,520.903,1.79769,300,0,0,11379,0,0,0,0,0),(123577,31397,571,1,1,7816,1,7035.93,1952.58,528.908,1.5708,300,0,0,11379,0,0,0,0,0),(123578,31397,571,1,1,7816,1,7039.99,1943.84,528.01,5.84685,300,0,0,11379,0,0,0,0,0),(123579,31397,571,1,1,7816,1,7032.77,1928.35,530.409,5.93412,300,0,0,11379,0,0,0,0,0),(123580,31397,571,1,1,8891,1,7001.61,1906.62,529.059,4.4855,300,0,0,11379,0,0,0,0,0),(123581,31397,571,1,1,7816,1,7029.46,1919.66,531.085,5.98648,300,0,0,11379,0,0,0,0,0),(123582,31397,571,1,1,7816,1,7017.64,1935.07,528.463,3.21141,300,0,0,11379,0,0,0,0,0),(123583,31397,571,1,1,6678,1,6992.15,1912.13,530.213,4.31096,300,0,0,11379,0,0,0,0,0),(123584,31397,571,1,1,7816,1,7007.67,1929.63,528.604,1.11701,300,0,0,11379,0,0,0,0,0),(123585,31397,571,1,1,9333,1,7024.74,1955.56,529.997,1.41372,300,0,0,11379,0,0,0,0,0),(123586,31397,571,1,1,8891,1,6987.04,1899.5,537.594,4.57276,300,0,0,11379,0,0,0,0,0),(123587,31397,571,1,1,8891,1,6965.89,1947.37,526.144,3.10669,300,0,0,11379,0,0,0,0,0),(123588,31397,571,1,1,9333,1,7000.05,1968.91,526.892,0.541052,300,0,0,11379,0,0,0,0,0),(123589,31397,571,1,1,9333,1,7010.41,1955.04,528.562,1.309,300,0,0,11379,0,0,0,0,0),(123590,31397,571,1,1,6678,1,6956,1936.91,532.281,4.18879,300,0,0,11379,0,0,0,0,0),(123591,31397,571,1,1,7816,1,6955.88,1918.98,528.97,3.7001,300,0,0,11379,0,0,0,0,0),(123592,31397,571,1,1,6678,1,6989.79,1997.78,526.076,6.24828,300,0,0,11379,0,0,0,0,0),(123593,31397,571,1,1,7816,1,6994.23,1979.72,525.603,0.488692,300,0,0,11379,0,0,0,0,0),(123594,31397,571,1,1,9333,1,6958.45,2000.91,521.861,3.49066,300,0,0,11379,0,0,0,0,0),(123595,31397,571,1,1,7816,1,6998.14,2039.14,524.87,0.645772,300,0,0,11379,0,0,0,0,0),(123596,31397,571,1,1,6678,1,6960.88,1990.05,521.732,2.98451,300,0,0,11379,0,0,0,0,0),(123597,31397,571,1,1,7816,1,6954.34,2007.05,521.942,4.10152,300,0,0,11379,0,0,0,0,0),(123598,31397,571,1,1,9333,1,7003.05,2025.93,525.353,0.191986,300,0,0,11379,0,0,0,0,0),(123599,31397,571,1,1,9333,1,6998.62,2012.74,524.467,5.65487,300,0,0,11379,0,0,0,0,0),(123600,31397,571,1,1,9333,1,6930.88,2004.75,521.267,5.25344,300,0,0,11379,0,0,0,0,0),(123601,31397,571,1,1,8891,1,6986.99,2047.66,522.998,1.0821,300,0,0,11379,0,0,0,0,0),(123602,31397,571,1,1,8891,1,6926.57,1996.37,522.541,6.23082,300,0,0,11379,0,0,0,0,0),(123603,31397,571,1,1,8891,1,6955,1953.6,525.599,4.93928,300,0,0,11379,0,0,0,0,0),(123604,31397,571,1,1,9333,1,6929.42,1955.3,526.627,2.6529,300,0,0,11379,0,0,0,0,0),(123605,31397,571,1,1,8891,1,6912.06,1988.01,525.004,3.76991,300,0,0,11379,0,0,0,0,0),(123606,31397,571,1,1,9333,1,6931.23,1970.08,522.76,1.74533,300,0,0,11379,0,0,0,0,0),(123607,31397,571,1,1,7816,1,6942.95,1944.65,529.292,4.11898,300,0,0,11379,0,0,0,0,0),(123608,31397,571,1,1,7816,1,6949.86,2050.91,521.52,2.16421,300,0,0,11379,0,0,0,0,0),(123609,31397,571,1,1,9333,1,6913.75,2019.86,518.776,2.70526,300,0,0,11379,0,0,0,0,0),(123610,31397,571,1,1,7816,1,6940.21,1965.48,523.887,1.8326,300,0,0,11379,0,0,0,0,0),(123611,31397,571,1,1,7816,1,6910.45,2006.84,520.293,2.53073,300,0,0,11379,0,0,0,0,0),(123612,31397,571,1,1,9333,1,6916.59,2034.14,518.353,3.21141,300,0,0,11379,0,0,0,0,0),(123613,31397,571,1,1,8891,1,6918.08,1976.24,523.64,3.50811,300,5,0,11379,0,1,0,0,0),(123614,31397,571,1,1,9333,1,6939.68,2044.95,521.407,2.26893,300,0,0,11379,0,0,0,0,0),(123615,31397,571,1,1,8891,1,6968.68,2052.02,519.419,0.383972,300,0,0,11379,0,0,0,0,0),(123616,31397,571,1,1,9333,1,6969.53,1906.47,532.623,4.2237,300,0,0,11379,0,0,0,0,0),(123617,27046,571,1,1,24566,0,3573.9,6661.07,195.263,5.72468,300,0,0,7688,7500,0,0,0,0),(123618,30630,571,1,131,27168,0,6206.64,-15.6686,410.209,0.750492,300,0,0,63000,3994,0,0,0,0),(123619,31142,571,1,1,25527,0,6919.44,1271.16,290.753,5.02253,300,5,0,12600,0,1,0,0,0),(123620,31142,571,1,1,25527,0,6917.87,1221.96,291.742,1.91684,300,5,0,12600,0,1,0,0,0),(123621,31142,571,1,1,25527,0,6886.88,1052.58,302.77,3.91258,300,5,0,12600,0,1,0,0,0),(123622,31142,571,1,1,24999,0,6868.55,1132.67,285.387,2.25842,300,5,0,12600,0,1,0,0,0),(123623,31142,571,1,1,24999,0,6914.81,1030.4,311.464,0.410646,300,5,0,12600,0,1,0,0,0),(123624,31142,571,1,1,24999,0,6897.59,1037.53,307.298,1.65394,300,5,0,12600,0,1,0,0,0),(123625,31142,571,1,1,25527,0,6915.17,1159.86,286.926,3.68912,300,5,0,12600,0,1,0,0,0),(123626,31142,571,1,1,25528,0,6929.61,1098.23,296.725,5.11049,300,5,0,12600,0,1,0,0,0),(123627,31142,571,1,1,25526,0,6912.54,1138.03,286.916,1.49827,300,5,0,12600,0,1,0,0,0),(123628,31142,571,1,1,25528,0,6917.23,1146.29,287.386,2.62596,300,5,0,12600,0,1,0,0,0),(123629,31142,571,1,1,25527,0,6933.69,1116.28,295.182,2.35964,300,5,0,12600,0,1,0,0,0),(123630,31142,571,1,1,25527,0,6925.32,1124.54,292.176,4.54678,300,5,0,12600,0,1,0,0,0),(123631,31142,571,1,1,25527,0,6914.04,1060.39,304.773,1.31011,300,5,0,12600,0,1,0,0,0),(123632,31142,571,1,1,25527,0,6911.89,1095.16,294.771,1.47214,300,5,0,12600,0,1,0,0,0),(123633,31142,571,1,1,24999,0,6821.81,1267.73,283.55,1.02368,300,5,0,12600,0,1,0,0,0),(123634,31142,571,1,1,25526,0,6828.44,1241.4,279.261,1.44306,300,5,0,12600,0,1,0,0,0),(123635,31142,571,1,1,24999,0,6839.03,1250.65,281.177,0.405533,300,5,0,12600,0,1,0,0,0),(123636,31142,571,1,1,25527,0,6805.99,1268.54,282.095,1.2756,300,5,0,12600,0,1,0,0,0),(123637,31142,571,1,1,25527,0,6822.48,1261.32,281.886,6.21225,300,5,0,12600,0,1,0,0,0),(123638,31142,571,1,1,25526,0,6868.55,1273.06,284.695,6.13465,300,5,0,12600,0,1,0,0,0),(123639,31142,571,1,1,25527,0,6840.21,1276.16,283.184,4.12253,300,5,0,12600,0,1,0,0,0),(123640,31142,571,1,1,25528,0,6909.13,1240.8,289.381,4.96285,300,5,0,12600,0,1,0,0,0),(123641,31142,571,1,1,25526,0,6936.45,1176.68,293.437,4.54281,300,5,0,12600,0,1,0,0,0),(123642,31142,571,1,1,25526,0,6940.19,1199.67,291.722,3.60087,300,5,0,12600,0,1,0,0,0),(123643,31142,571,1,1,25528,0,6866.29,1219.8,283.333,5.78456,300,5,0,12600,0,1,0,0,0),(123644,31142,571,1,1,24999,0,6837.48,1214.61,279.469,4.7829,300,5,0,12600,0,1,0,0,0),(123645,31142,571,1,1,24999,0,6902.68,1204.8,287.786,3.24632,300,5,0,12600,0,1,0,0,0),(123646,31142,571,1,1,25528,0,6895.28,1159.42,287.629,0.088528,300,5,0,12600,0,1,0,0,0),(123647,31142,571,1,1,25528,0,6870.95,1176.25,283.326,2.0911,300,5,0,12600,0,1,0,0,0),(123648,31142,571,1,1,25527,0,6808.32,1278.65,286.28,1.69612,300,5,0,12600,0,1,0,0,0),(123649,31142,571,1,1,24999,0,6895.65,1079.89,295.597,4.68014,300,5,0,12600,0,1,0,0,0),(123650,31142,571,1,1,25526,0,6855.84,1084.83,293.013,3.16384,300,5,0,12600,0,1,0,0,0),(123651,31142,571,1,1,25526,0,6871.32,1126.26,287.038,0.965951,300,5,0,12600,0,1,0,0,0),(123652,31142,571,1,1,25528,0,6874.96,1106.88,291.001,0.36185,300,5,0,12600,0,1,0,0,0),(123653,31142,571,1,1,24999,0,6872.13,1089.37,293.392,1.34832,300,5,0,12600,0,1,0,0,0),(123654,31142,571,1,1,25526,0,6878.33,1124.18,287.797,1.29719,300,5,0,12600,0,1,0,0,0),(123655,31142,571,1,1,25528,0,6868.2,1145.54,283.879,0.400714,300,5,0,12600,0,1,0,0,0),(123656,31142,571,1,1,25527,0,6828.99,1203.59,279.43,0.944532,300,5,0,12600,0,1,0,0,0),(123657,30631,571,1,1,27189,1,6654.15,3224.66,810.501,2.86234,300,0,0,12600,3994,0,0,0,0),(123658,27047,571,1,1,11686,0,6578.69,2445.21,655.423,0.174533,300,5,0,42,0,1,0,0,0),(123659,27047,571,1,1,11686,0,6520.55,2569.91,580.849,5.3058,300,5,0,42,0,1,0,0,0),(123660,27047,571,1,1,11686,0,7585.34,755.677,477.847,4.46804,300,5,0,42,0,1,0,0,0),(123661,27047,571,1,1,11686,0,6636.91,2320.38,580.828,0.733038,300,5,0,42,0,1,0,0,0),(123662,27047,571,1,1,11686,0,7608.98,922.8,478.204,3.42085,300,5,0,42,0,1,0,0,0),(123663,27047,571,1,1,11686,0,7662.49,837.115,476.566,5.79449,300,5,0,42,0,1,0,0,0),(123664,27047,571,1,1,11686,0,7641.98,838.314,477.194,5.72468,300,5,0,42,0,1,0,0,0),(123665,27047,571,1,1,11686,0,7655,834.373,476.206,5.32325,300,5,0,42,0,1,0,0,0),(123666,27047,571,1,1,11686,0,7583.13,750.554,477.031,0.017453,300,5,0,42,0,1,0,0,0),(123667,27047,571,1,1,11686,0,7604.22,930.787,478.143,4.60767,300,5,0,42,0,1,0,0,0),(123668,27047,571,1,1,11686,0,7579.6,747.04,477.326,0.750492,300,5,0,42,0,1,0,0,0),(123669,27047,571,1,1,11686,0,7610.94,931.771,477.28,2.51327,300,5,0,42,0,1,0,0,0),(123670,31399,571,1,1,27431,1,6944.83,1987.42,524.643,6.05629,300,0,0,50400,15976,0,0,0,0),(123671,30887,571,1,1,27204,0,6576.07,3455.69,598.832,0.034202,300,0,0,12175,0,0,0,0,0),(123672,30887,571,1,1,27204,0,6466.68,3303.54,623.995,1.49455,300,0,0,12175,0,0,0,0,0),(123673,30887,571,1,1,27204,0,6480.9,3223.92,646.797,5.61056,300,5,0,12175,0,1,0,0,0),(123674,30887,571,1,1,27204,0,6661.33,3340.51,703.604,1.03674,300,5,0,12175,0,1,0,0,0),(123675,30887,571,1,1,27204,0,6628.75,3234.95,666.64,0.163058,300,0,0,12175,0,0,0,0,0),(123676,30887,571,1,1,27204,0,6739.37,3487.8,660.919,0.203626,300,5,0,12175,0,1,0,0,0),(123677,30887,571,1,1,27204,0,6593.82,3274.85,673.172,1.42939,300,0,0,12175,0,0,0,0,0),(123678,30887,571,1,1,27204,0,6937.75,3505.78,705.171,6.13102,300,0,0,12175,0,0,0,0,0),(123679,30632,571,1,1,27202,1,7288.49,4222.19,576.663,0.261799,300,0,0,9740,8636,0,0,0,0),(123680,30632,571,1,1,27201,1,7043.82,4183.36,665.973,6.16101,300,0,0,9740,8636,0,0,0,0),(123681,30632,571,1,1,27203,1,7292.99,4184.42,576.373,1.67552,300,0,0,9740,8636,0,0,0,0),(123682,30632,571,1,1,27203,1,6923.14,4239.6,535.342,3.85718,300,0,0,9740,8636,0,0,0,0),(123683,30632,571,1,1,27200,1,6896.82,4167.09,535.256,4.24115,300,0,0,9740,8636,0,0,0,0),(123684,30632,571,1,1,27201,1,8206.62,3619.54,657.918,4.79965,300,0,0,9740,8636,0,0,0,0),(123685,30632,571,1,1,27203,1,7573.96,3696.37,623.456,5.32325,300,0,0,9740,8636,0,0,0,0),(123686,30632,571,1,1,27201,1,8124.85,3504.24,655.264,6.10608,300,0,0,9740,8636,0,0,0,0),(123687,30632,571,1,1,27202,1,7963.66,3575.17,630.033,4.66003,300,0,0,9740,8636,0,0,0,0),(123688,30632,571,1,1,27201,1,7159.37,3990.23,582.758,4.39823,300,0,0,9740,8636,0,0,0,0),(123689,30632,571,1,1,27200,1,7161.22,3918.08,586.609,2.21657,300,0,0,9740,8636,0,0,0,0),(123690,30632,571,1,1,27200,1,8283.32,3561.54,655.324,3.69671,300,0,0,9740,8636,0,0,0,0),(123691,30632,571,1,1,27200,1,7772.31,3425.23,658.361,6.02139,300,0,0,9740,8636,0,0,0,0),(123692,30632,571,1,1,27202,1,7522.05,3665.5,623.451,4.42676,300,5,0,9740,8636,1,0,0,0),(123693,30632,571,1,1,27203,1,7711.58,3428.31,658.501,2.77507,300,0,0,9740,8636,0,0,0,0),(123694,30632,571,1,1,27203,1,7922.12,3629.69,629.096,5.44543,300,0,0,9740,8636,0,0,0,0),(123695,30632,571,1,1,27203,1,7772.74,3635.01,662.921,2.58309,300,0,0,9740,8636,0,0,0,0),(123696,30632,571,1,1,27202,1,7894.41,3494.07,677.055,4.45059,300,0,0,9740,8636,0,0,0,0),(123697,30632,571,1,1,27201,1,7610.77,3538.58,656.742,3.00197,300,0,0,9740,8636,0,0,0,0),(123698,30632,571,1,1,27200,1,7754.76,3605.99,664.693,1.48353,300,0,0,9740,8636,0,0,0,0),(123699,30632,571,1,1,27202,1,7743.63,3480.78,658.362,5.11381,300,0,0,9740,8636,0,0,0,0),(123700,30632,571,1,1,27201,1,7853.68,3466.45,671.293,2.58309,300,0,0,9740,8636,0,0,0,0),(123701,30632,571,1,1,27200,1,7603.27,3479.65,659.78,0.628319,300,0,0,9740,8636,0,0,0,0),(123702,30632,571,1,1,27203,1,7760.73,3512.27,658.499,2.44346,300,0,0,9740,8636,0,0,0,0),(123704,31145,571,1,1,24582,0,6681.38,1109.22,279.414,5.59321,300,0,0,10080,8814,0,0,0,0),(123705,31145,571,1,1,24582,0,6779.16,1123.78,283.293,1.42639,300,0,0,10080,8814,0,0,0,0),(123706,31145,571,1,1,24584,0,6676.43,1200.35,273.769,3.735,300,0,0,10080,8814,0,0,0,0),(123707,31145,571,1,1,24582,0,6675.87,1186.91,272.831,2.70526,300,0,0,10080,8814,0,0,0,0),(123708,31145,571,1,1,24582,0,6671.43,1069.31,280.327,3.54302,300,0,0,10080,8814,0,0,0,0),(123709,31145,571,1,1,24582,0,6660.22,1049.12,283.928,1.65806,300,0,0,10080,8814,0,0,0,0),(45099,18134,530,1,1,0,0,-245.411,7483.66,17.3958,6.02139,300,0,0,1,0,2,0,0,0),(213234,17146,530,1,1,0,1,-2932.35,6330.25,88.433,1.20348,120,0,0,1,0,2,0,0,0),(213233,17147,530,1,1,0,1,-2934.35,6331.25,88.433,1.20348,120,0,0,1,0,0,0,0,0),(213232,17146,530,1,1,0,1,-2858.22,6466.86,82.7523,4.78882,120,0,0,1,0,2,0,0,0),(123714,31145,571,1,1,24582,0,6664.08,1206.22,277.979,4.73462,300,0,0,10080,8814,0,0,0,0),(123715,31145,571,1,1,24582,0,6790.02,1148.08,281.052,3.95717,300,0,0,10080,8814,0,0,0,0),(123716,31145,571,1,1,24584,0,6789.76,1134.22,281.711,2.63619,300,0,0,10080,8814,0,0,0,0),(213231,17147,530,1,1,0,1,-2857.62,6466.86,82.7523,4.78882,120,0,0,1,0,0,0,0,0),(123718,31145,571,1,1,24582,0,6704.04,1091.09,281.348,2.67035,300,0,0,10080,8814,0,0,0,0),(123719,31145,571,1,1,24584,0,6659.42,1074.25,280.845,4.64258,300,0,0,10080,8814,0,0,0,0),(123720,31145,571,1,1,24582,0,6691.93,1110.51,277.667,4.5386,300,0,0,10080,8814,0,0,0,0),(213230,17146,530,1,1,0,1,-2796.05,6424.33,62.2587,4.57283,120,0,0,1,0,2,0,0,0),(213229,17147,530,1,1,0,1,-2794.05,6424.33,62.2587,4.57283,120,0,0,1,0,0,0,0,0),(123723,31145,571,1,1,24584,0,6709.71,1220.73,277.155,1.76278,300,0,0,10080,8814,0,0,0,0),(123724,31145,571,1,1,24584,0,6712.95,1248.01,275.822,4.39823,300,0,0,10080,8814,0,0,0,0),(123725,31145,571,1,1,24582,0,6721.03,1225.84,276.76,2.81685,300,0,0,10080,8814,0,0,0,0),(123726,31145,571,1,1,24582,0,6691.81,1233.28,276.085,6.14356,300,0,0,10080,8814,0,0,0,0),(123728,31145,571,1,1,24582,0,6778.92,1146.59,279.729,5.09636,300,0,0,10080,8814,0,0,0,0),(45075,19687,530,1,1,0,0,-1976.91,5112.42,7.58933,4.27606,120,0,0,1,0,0,0,0,0),(84989,16516,530,1,1,0,0,-4059.08,-13711.4,73.5848,5.88176,120,0,0,1,0,0,0,0,0),(45224,18896,530,1,1,0,0,-4103.18,-11406.1,-138.748,0.820305,120,0,0,1,0,0,0,0,0),(45223,18896,530,1,1,0,0,-4088.29,-11393.9,-139.503,4.04916,120,0,0,1,0,0,0,0,0),(123744,27306,571,1,1,11686,0,3598.24,6621.11,219.165,3.22886,300,0,0,42,0,0,0,0,0),(123745,27306,571,1,1,11686,0,3610.98,6651.93,219.298,1.69297,300,0,0,42,0,0,0,0,0),(123746,27306,571,1,1,11686,0,3606.79,6685.46,219.178,1.58825,300,0,0,42,0,0,0,0,0),(123747,31915,571,1,1,11686,0,7081.3,2166.64,672.255,5.60251,300,5,0,12600,0,1,0,0,0),(123748,31915,571,1,1,11686,0,7273.9,1830.73,587.169,4.15388,300,5,0,12600,0,1,0,0,0),(123749,31915,571,1,1,11686,0,7032.61,2135.14,703.985,2.75762,300,5,0,12600,0,1,0,0,0),(123750,31915,571,1,1,11686,0,6775.9,1858.84,670.333,5.2709,300,5,0,12600,0,1,0,0,0),(123751,31915,571,1,1,11686,0,6994.02,1736.33,572.421,1.85005,300,5,0,12600,0,1,0,0,0),(123752,31915,571,1,1,11686,0,6770.38,1843.35,669.697,2.42601,300,5,0,12600,0,1,0,0,0),(123753,31915,571,1,1,11686,0,7005.04,1711.07,587.606,0.087266,300,5,0,12600,0,1,0,0,0),(123754,6827,571,1,1,5557,0,3872.2,6383.35,25.5945,1.62681,300,5,0,42,0,1,0,0,0),(123755,6827,571,1,1,5557,0,3919.57,6435.39,10.6359,0.712524,300,5,0,42,0,1,0,0,0),(123756,6827,571,1,1,5559,0,3948.15,6421.93,12.1905,2.27896,300,5,0,42,0,1,0,0,0),(123757,31147,571,1,1,25287,0,6902.44,1266.15,288.256,5.77258,300,0,0,12600,0,0,0,0,0),(123758,6827,571,1,1,5560,0,4316.15,6283.71,-4.16886,1.23918,300,0,0,42,0,0,0,0,0),(123759,31147,571,1,1,25287,0,6914.07,1156.22,286.676,4.62301,300,0,0,12600,0,0,0,0,0),(123760,6827,571,1,1,5557,0,4322.43,6353.69,-2.72977,1.0472,300,0,0,42,0,0,0,0,0),(123761,31147,571,1,1,25286,0,6924.72,1118.85,292.854,4.82693,300,0,0,12600,0,0,0,0,0),(123762,31147,571,1,1,25286,0,6924.5,1123.6,291.926,2.76449,300,0,0,12600,0,0,0,0,0),(123763,31147,571,1,1,25402,0,6930.09,1032.46,312.044,4.52128,300,5,0,12600,0,1,0,0,0),(123764,31147,571,1,1,25287,0,6891.82,1041.8,305.24,4.28092,300,5,0,12600,0,1,0,0,0),(123765,31147,571,1,1,25627,0,6856.82,1276.68,284.001,1.73012,300,5,0,12600,0,1,0,0,0),(123766,31147,571,1,1,25286,0,6842.77,1272.53,282.587,1.66336,300,5,0,12600,0,1,0,0,0),(123767,31147,571,1,1,25627,0,6822.77,1276.51,285.578,2.52462,300,5,0,12600,0,1,0,0,0),(123768,6827,571,1,1,5558,0,3988.13,6331.1,3.41088,0.084211,300,5,0,42,0,1,0,0,0),(123769,6827,571,1,1,5559,0,4022.66,6477.17,22.5997,0.047662,300,5,0,42,0,1,0,0,0),(123770,6827,571,1,1,5560,0,4003.41,6321.06,3.27144,2.31829,300,5,0,42,0,1,0,0,0),(123771,6827,571,1,1,5559,0,4106.83,6292.43,23.0763,1.84231,300,5,0,42,0,1,0,0,0),(123772,6827,571,1,1,5559,0,3946.18,6382.73,11.5548,3.98332,300,5,0,42,0,1,0,0,0),(123773,6827,571,1,1,5559,0,4036.05,6447.1,19.1472,3.23192,300,5,0,42,0,1,0,0,0),(123774,6827,571,1,1,5559,0,3982.09,6447.03,15.0731,1.97427,300,5,0,42,0,1,0,0,0),(123775,6827,571,1,1,5560,0,4062.22,6420.7,18.2446,6.2599,300,5,0,42,0,1,0,0,0),(123776,6827,571,1,1,5559,0,4237.4,6260.09,4.79694,0.526366,300,5,0,42,0,1,0,0,0),(123777,6827,571,1,1,5559,0,3835.34,6412.09,23.7812,5.76178,300,5,0,42,0,1,0,0,0),(123778,6827,571,1,1,5558,0,4334.25,6320.65,0.499611,3.778,300,5,0,42,0,1,0,0,0),(123779,6827,571,1,1,5557,0,4049.92,6380.7,10.8291,2.28594,300,5,0,42,0,1,0,0,0),(123780,6827,571,1,1,5557,0,4193.77,6238.19,8.53719,5.54957,300,5,0,42,0,1,0,0,0),(123781,6827,571,1,1,5557,0,4031.01,6295.67,5.13055,3.63571,300,5,0,42,0,1,0,0,0),(123782,31147,571,1,1,25402,0,6922.52,1219.21,292.367,1.5518,300,0,0,12600,0,0,0,0,0),(123783,6827,571,1,1,5558,0,4317.99,6230.67,-0.730145,5.86274,300,5,0,42,0,1,0,0,0),(123784,6827,571,1,1,5558,0,4262.93,6290.6,0.478475,0.710728,300,5,0,42,0,1,0,0,0),(123785,6827,571,1,1,5558,0,4252.19,6347.3,0.579427,4.55622,300,5,0,42,0,1,0,0,0),(123786,6827,571,1,1,5558,0,4251.37,6215.3,-0.02378,2.47049,300,5,0,42,0,1,0,0,0),(123787,6827,571,1,1,5557,0,3989.9,6310.3,8.08208,6.11889,300,5,0,42,0,1,0,0,0),(123788,6827,571,1,1,5557,0,4004.89,6294.6,8.08208,0.732207,300,5,0,42,0,1,0,0,0),(123789,6827,571,1,1,5559,0,4008.59,6389.8,29.8735,0.663669,300,5,0,42,0,1,0,0,0),(123790,6827,571,1,1,5557,0,4063.1,6272,23.2718,2.17313,300,5,0,42,0,1,0,0,0),(123791,31147,571,1,1,25402,0,6889.78,1218.81,284.368,3.77797,300,5,0,12600,0,1,0,0,0),(123792,31147,571,1,1,25287,0,6888.84,1218.44,284.118,5.28275,300,5,0,12600,0,1,0,0,0),(123793,6827,571,1,1,5558,0,4288.1,6391.95,0.691488,5.89812,300,5,0,42,0,1,0,0,0),(123794,31147,571,1,1,25627,0,6877.64,1281.44,286.107,1.05948,300,5,0,12600,0,1,0,0,0),(123795,6827,571,1,1,5558,0,4020.12,6342.61,8.77365,0.092111,300,5,0,42,0,1,0,0,0),(123796,6827,571,1,1,5559,0,4289.04,6321.04,1.32098,4.58016,300,5,0,42,0,1,0,0,0),(123797,6827,571,1,1,5557,0,4051.25,6371.48,27.2841,1.5708,300,5,0,42,0,1,0,0,0),(123798,31147,571,1,1,25402,0,6856.88,1239.39,282.486,3.28903,300,5,0,12600,0,1,0,0,0),(123799,31147,571,1,1,25627,0,6939.58,1147.92,294.467,2.40697,300,0,0,12600,0,0,0,0,0),(123800,31147,571,1,1,25627,0,6882.53,1198.28,285.643,3.5591,300,5,0,12600,0,1,0,0,0),(123801,31147,571,1,1,25287,0,6881.56,1144.21,286.379,4.35663,300,0,0,12600,0,0,0,0,0),(123802,6827,571,1,1,5558,0,4221.78,6318.46,6.14049,0.713568,300,5,0,42,0,1,0,0,0),(123803,6827,571,1,1,5559,0,4061.57,6319.52,25.2128,3.94745,300,5,0,42,0,1,0,0,0),(123804,6827,571,1,1,5557,0,4215.48,6177.58,1.4279,4.30009,300,5,0,42,0,1,0,0,0),(123805,6827,571,1,1,5557,0,4281.85,6199.87,0.735363,2.49542,300,5,0,42,0,1,0,0,0),(123806,6827,571,1,1,5557,0,3897.96,6361.54,15.1934,5.12545,300,5,0,42,0,1,0,0,0),(123807,6827,571,1,1,5560,0,4297.4,6255.73,0.329847,6.28287,300,5,0,42,0,1,0,0,0),(123808,31147,571,1,1,25627,0,6894.27,1170.31,286.172,5.03423,300,0,0,12600,0,0,0,0,0),(123809,6827,571,1,1,5559,0,4184.25,6158.35,-0.762907,4.2649,300,5,0,42,0,1,0,0,0),(123810,6827,571,1,1,5559,0,4168.64,6172.44,9.27637,4.26834,300,5,0,42,0,1,0,0,0),(123811,31147,571,1,1,25627,0,6821.79,1279.2,286.311,5.78984,300,0,0,12600,0,0,0,0,0),(123812,31147,571,1,1,25286,0,6889.45,1132.18,289.605,6.02505,300,0,0,12600,0,0,0,0,0),(123813,31147,571,1,1,25286,0,6913.98,1080.28,297.971,5.58081,300,0,0,12600,0,0,0,0,0),(123814,31147,571,1,1,25287,0,6887.56,1078.95,295.557,0.533542,300,0,0,12600,0,0,0,0,0),(123815,31147,571,1,1,25627,0,6892.38,1095.8,293.259,1.16001,300,5,0,12600,0,1,0,0,0),(123816,31147,571,1,1,25286,0,6869.27,1057.81,298.865,4.70251,300,5,0,12600,0,1,0,0,0),(123817,31147,571,1,1,25402,0,6895.82,1072.33,298.437,4.71434,300,0,0,12600,0,0,0,0,0),(123818,31147,571,1,1,25286,0,6862.51,1120.83,287.804,4.71434,300,5,0,12600,0,1,0,0,0),(123819,31147,571,1,1,25627,0,6859.84,1159.69,282.652,2.68601,300,0,0,12600,0,0,0,0,0),(123820,31147,571,1,1,25627,0,6859.45,1171.35,282.215,1.07033,300,5,0,12600,0,1,0,0,0),(123821,31147,571,1,1,25402,0,6831.81,1225.65,278.805,5.7865,300,5,0,12600,0,1,0,0,0),(123822,31147,571,1,1,25286,0,6855.63,1200.15,281.805,5.26148,300,5,0,12600,0,1,0,0,0),(123823,31147,571,1,1,25627,0,6828.53,1221.59,279.055,2.2829,300,5,0,12600,0,1,0,0,0),(123824,31147,571,1,1,25287,0,6852.19,1191.82,281.863,5.17825,300,5,0,12600,0,1,0,0,0),(123825,6827,571,1,1,5558,0,4199.29,6301.38,12.9583,3.4266,300,5,0,42,0,1,0,0,0),(123826,6827,571,1,1,5560,0,4162.7,6273.31,30.4859,3.07418,300,5,0,42,0,1,0,0,0),(150184,28060,0,1,1,0,0,-14418.1,526.078,26.0428,4.50295,120,0,0,1,0,0,0,0,0),(150183,28058,0,1,1,0,0,-14410.8,553.666,20.214,0.907571,120,0,0,1,0,2,0,0,0),(150182,28058,0,1,1,0,0,-14406.8,545.094,21.9257,0.401426,120,0,0,1,0,2,0,0,0),(150181,28058,0,1,1,0,0,-14402.9,536.155,23.7623,0.191986,120,0,0,1,0,2,0,0,0),(150180,28052,0,1,1,0,1,-14433.2,529.349,24.2942,5.68977,120,0,0,1,0,0,0,0,0),(150179,28052,0,1,1,0,1,-14432.4,527.639,24.7748,0.541052,120,0,0,1,0,2,0,0,0),(150178,28052,0,1,1,0,1,-14431.3,529.618,24.6118,4.62512,120,0,0,1,0,0,0,0,0),(150177,28052,0,1,1,0,1,-14430.5,533.727,24.1085,1.20428,120,0,0,1,0,2,0,0,0),(150176,28052,0,1,1,0,1,-14429.6,536.954,23.7319,4.64258,120,0,0,1,0,0,0,0,0),(150175,28052,0,1,1,0,1,-14429.5,527.209,25.128,2.61799,120,0,0,1,0,0,0,0,0),(150174,28052,0,1,1,0,1,-14429,532.862,24.29,1.86354,120,0,0,1,0,0,0,0,0),(150173,28052,0,1,1,0,1,-14427.9,534.161,24.306,2.49582,120,0,0,1,0,0,0,0,0),(150172,28052,0,1,1,0,1,-14425.8,530.786,24.9976,5.89921,120,0,0,1,0,2,0,0,0),(150171,28052,0,1,1,0,1,-14425.1,528.117,25.4393,1.43117,120,0,0,1,0,2,0,0,0),(150170,28052,0,1,1,0,1,-14425,537.394,23.872,6.26573,120,0,0,1,0,2,0,0,0),(123842,30894,571,1,1,25285,0,6550.48,1680.94,629.551,4.31997,300,5,0,12600,0,1,0,0,0),(123843,30894,571,1,1,25285,0,6595.72,1843.64,672.003,3.07178,300,5,0,12600,0,1,0,0,0),(123844,31150,571,1,1,23138,0,6846.05,1645.92,389.117,3.9619,300,0,0,12600,0,0,0,0,0),(123845,30894,571,1,1,25285,0,6507.37,1668.65,632.067,3.78131,300,5,0,12600,0,1,0,0,0),(123846,30894,571,1,1,25285,0,6546.2,1834.68,629.551,1.10748,300,5,0,12600,0,1,0,0,0),(123847,30894,571,1,1,25285,0,6554.25,1799.26,629.551,5.65689,300,5,0,12600,0,1,0,0,0),(123848,30894,571,1,1,25285,0,6509.91,1839.99,632.067,5.25873,300,5,0,12600,0,1,0,0,0),(123849,30894,571,1,1,25285,0,6551.18,1707.41,629.551,2.46494,300,5,0,12600,0,1,0,0,0),(123850,30894,571,1,1,25285,0,6546.51,1767.71,629.551,4.41886,300,5,0,12600,0,1,0,0,0),(123851,30894,571,1,1,25285,0,6550.06,1740.42,629.551,5.29382,300,0,0,12600,0,0,0,0,0),(123852,30894,571,1,1,25285,0,6227.2,1877.56,631.58,5.79449,300,0,0,12600,0,0,0,0,0),(123853,29614,571,1,1,26369,1,7473.37,4788.48,-12.7187,0.793401,300,0,0,19480,17272,0,0,0,0),(123854,29614,571,1,1,26367,1,7478.66,4788.33,-12.5888,2.29069,300,0,0,19480,17272,0,0,0,0),(123855,29614,571,1,1,26369,1,7478.64,4793.41,-12.8048,3.84423,300,0,0,19480,17272,0,0,0,0),(123856,29614,571,1,1,26369,1,7465.79,4740.59,-12.716,6.06479,300,0,0,19480,17272,0,0,0,0),(123857,29614,571,1,1,26367,1,7472.87,4739.23,-12.4347,2.98652,300,0,0,19480,17272,0,0,0,0),(123858,29614,571,1,1,26369,1,7469.9,4743.37,-12.6905,4.6347,300,0,0,19480,17272,0,0,0,0),(123859,29614,571,1,1,26367,1,7454.12,4797.35,7.19297,5.91537,300,5,0,19480,17272,1,0,0,0),(123860,29614,571,1,1,26369,1,7453.4,4795.48,7.25827,5.91538,300,5,0,19480,17272,1,0,0,0),(123861,29614,571,1,1,26369,1,7481.57,4806.93,7.27037,5.59489,300,0,0,19480,17272,0,0,0,0),(123862,29614,571,1,1,26367,1,7487.22,4802.04,7.27013,2.40029,300,0,0,19480,17272,0,0,0,0),(123863,29614,571,1,1,26367,1,7486.65,4807.27,7.43066,4.09942,300,0,0,19480,17272,0,0,0,0),(123864,31150,571,1,1,23136,0,6810.88,1644.46,389.117,5.5676,300,0,0,12600,0,0,0,0,0),(123865,29614,571,1,1,26367,1,7497.67,4765.66,-12.9295,5.01178,300,5,0,19480,17272,1,0,0,0),(123866,29614,571,1,1,26367,1,7493.37,4772.79,-12.5412,5.01188,300,5,0,19480,17272,1,0,0,0),(123867,29614,571,1,1,26369,1,7438.55,4837.43,-17.2827,3.93117,300,0,0,19480,17272,0,0,0,0),(123868,29614,571,1,1,26367,1,7500.5,4926.25,-18.2428,3.10545,300,5,0,19480,17272,1,0,0,0),(123869,29614,571,1,1,26369,1,7500.08,4925.12,-18.0502,2.67291,300,5,0,19480,17272,1,0,0,0),(123870,30894,571,1,1,25285,0,6362.5,1872.02,508.726,2.54692,300,5,0,12600,0,1,0,0,0),(123871,30894,571,1,1,25285,0,6420.17,1862.48,508.726,3.89239,300,5,0,12600,0,1,0,0,0),(123872,30894,571,1,1,25285,0,6394.7,1951.5,631.525,3.48342,300,5,0,12600,0,1,0,0,0),(123873,30894,571,1,1,25285,0,6271.5,1935.59,631.388,3.18501,300,5,0,12600,0,1,0,0,0),(123874,30894,571,1,1,25285,0,6349.53,1953.5,631.651,4.07865,300,5,0,12600,0,1,0,0,0),(123875,30894,571,1,1,25285,0,6305.2,1934.09,631.685,5.88206,300,5,0,12600,0,1,0,0,0),(123876,30894,571,1,1,25285,0,6430.93,1962.52,631.362,4.50238,300,0,0,12600,0,0,0,0,0),(123877,30894,571,1,1,25285,0,6402.65,1952.95,631.512,3.48321,300,5,0,12600,0,1,0,0,0),(123878,32175,571,1,1,27808,0,6129.06,2697.1,573.997,1.62316,300,0,0,37800,19970,0,0,0,0),(123879,32175,571,1,1,27808,0,6132.09,2698.57,573.997,1.65806,300,0,0,37800,19970,0,0,0,0),(123880,32175,571,1,1,27808,0,6186,2723.27,573.997,2.3911,300,0,0,37800,19970,0,0,0,0),(123881,32175,571,1,1,27808,0,6123.69,2694.56,573.997,1.5708,300,0,0,37800,19970,0,0,0,0),(123882,32175,571,1,1,27808,0,6093.21,2711.57,573.997,1.15192,300,0,0,37800,19970,0,0,0,0),(123883,32175,571,1,1,27808,0,6106.88,2693.29,573.997,1.37881,300,0,0,37800,19970,0,0,0,0),(123884,32175,571,1,1,27808,0,6109.32,2733.96,573.997,1.27409,300,0,0,37800,19970,0,0,0,0),(123885,32175,571,1,1,27808,0,6196.89,2754.82,573.997,2.80998,300,0,0,37800,19970,0,0,0,0),(123886,32175,571,1,1,27808,0,6195.72,2751.75,573.997,2.75762,300,0,0,37800,19970,0,0,0,0),(123887,32175,571,1,1,27808,0,6109.45,2692.44,573.997,1.41372,300,0,0,37800,19970,0,0,0,0),(123888,32175,571,1,1,27808,0,6197.97,2757.5,573.997,2.84489,300,0,0,37800,19970,0,0,0,0),(123889,32175,571,1,1,27808,0,6090.28,2730.3,573.997,0.977384,300,0,0,37800,19970,0,0,0,0),(123890,32175,571,1,1,27808,0,6119.81,2713.59,573.997,1.51844,300,0,0,37800,19970,0,0,0,0),(123891,32175,571,1,1,27808,0,6095.95,2710.76,573.997,1.18682,300,0,0,37800,19970,0,0,0,0),(123892,32175,571,1,1,27808,0,6084.74,2732.44,573.997,0.890118,300,0,0,37800,19970,0,0,0,0),(123893,32175,571,1,1,27808,0,6198.14,2760.44,573.997,2.87979,300,0,0,37800,19970,0,0,0,0),(123894,32175,571,1,1,27808,0,6122.63,2715.34,573.997,1.55334,300,0,0,37800,19970,0,0,0,0),(123895,32175,571,1,1,27808,0,6203.19,2736.07,573.997,2.63545,300,0,0,37800,19970,0,0,0,0),(123896,32175,571,1,1,27808,0,6185.88,2774.47,573.997,3.05433,300,0,0,37800,19970,0,0,0,0),(123897,32175,571,1,1,27808,0,6101.63,2694.96,573.997,1.32645,300,0,0,37800,19970,0,0,0,0),(123898,32175,571,1,1,27808,0,6115.96,2736.86,573.997,1.39626,300,0,0,37800,19970,0,0,0,0),(123899,32175,571,1,1,27808,0,6206.64,2744.97,573.997,2.74017,300,0,0,37800,19970,0,0,0,0),(123900,32175,571,1,1,27808,0,6112,2735.26,573.997,1.309,300,0,0,37800,19970,0,0,0,0),(123901,32175,571,1,1,27808,0,6098.56,2709.9,573.997,1.22173,300,0,0,37800,19970,0,0,0,0),(123902,32175,571,1,1,27808,0,6101.57,2709.2,573.997,1.27409,300,0,0,37800,19970,0,0,0,0),(123903,32175,571,1,1,27808,0,6087.53,2731.27,573.997,0.925025,300,0,0,37800,19970,0,0,0,0),(123904,32175,571,1,1,27808,0,6205.25,2742.63,573.997,2.70526,300,0,0,37800,19970,0,0,0,0),(123905,32175,571,1,1,27808,0,6106.56,2732.51,573.997,1.22173,300,0,0,37800,19970,0,0,0,0),(123906,32175,571,1,1,27808,0,6186.96,2777.95,573.997,3.10669,300,0,0,37800,19970,0,0,0,0),(123907,32175,571,1,1,27808,0,6185.07,2772.33,573.997,3.01942,300,0,0,37800,19970,0,0,0,0),(123908,32175,571,1,1,27808,0,6187.84,2780.75,573.997,3.14159,300,0,0,37800,19970,0,0,0,0),(123909,32175,571,1,1,27808,0,6082.02,2733.17,573.997,0.837758,300,0,0,37800,19970,0,0,0,0),(123910,32175,571,1,1,27808,0,6103.92,2694.26,573.997,1.3439,300,0,0,37800,19970,0,0,0,0),(123911,32175,571,1,1,27808,0,6204.18,2739.15,573.997,2.67035,300,0,0,37800,19970,0,0,0,0),(123912,32175,571,1,1,27808,0,6183.04,2742.15,573.997,2.56563,300,0,0,37800,19970,0,0,0,0),(123913,32175,571,1,1,27808,0,6116.46,2712.19,573.997,1.46608,300,0,0,37800,19970,0,0,0,0),(123914,32175,571,1,1,27808,0,6125.1,2716.12,573.997,1.5708,300,0,0,37800,19970,0,0,0,0),(123915,32175,571,1,1,27808,0,6177.88,2739.79,573.997,2.49582,300,0,0,37800,19970,0,0,0,0),(123916,32175,571,1,1,27808,0,6191.64,2726.27,573.997,2.46091,300,0,0,37800,19970,0,0,0,0),(123917,32175,571,1,1,27808,0,6126.28,2696.03,573.997,1.58825,300,0,0,37800,19970,0,0,0,0),(123918,32175,571,1,1,27808,0,6185.6,2743.87,573.997,2.60054,300,0,0,37800,19970,0,0,0,0),(123919,32175,571,1,1,27808,0,6183.74,2721.6,573.997,2.35619,300,0,0,37800,19970,0,0,0,0),(123920,32175,571,1,1,27808,0,6188.73,2724.73,573.997,2.42601,300,0,0,37800,19970,0,0,0,0),(123921,32175,571,1,1,27808,0,6180.73,2740.75,573.997,2.53073,300,0,0,37800,19970,0,0,0,0),(123922,30640,571,1,1,11686,0,7400.95,1744.61,670.71,3.95329,300,5,0,10635,0,1,0,0,0),(123923,30640,571,1,1,11686,0,7429.62,1755.39,660.246,0.794241,300,5,0,10635,0,1,0,0,0),(123924,30640,571,1,1,11686,0,7416.74,1786.4,661.33,5.88838,300,5,0,10635,0,1,0,0,0),(123925,31152,571,1,1,27511,1,6634.39,1187.48,274.174,0.20944,300,0,0,12600,0,0,0,0,0),(123926,31152,571,1,1,24496,1,6628.88,1049.45,280.97,0.261799,300,0,0,12600,0,0,0,0,0),(123927,31152,571,1,1,27511,1,6643.95,1048.45,281.95,1.93731,300,0,0,12600,0,0,0,0,0),(123928,31152,571,1,1,27511,1,6796.35,1420.06,390.712,0,300,5,0,12600,0,1,0,0,0),(123934,31152,571,1,1,24496,1,6644.8,1187.75,280.126,1.25664,300,0,0,12600,0,0,0,0,0),(123935,31152,571,1,1,24496,1,6652.61,1180.06,272.723,2.3911,300,0,0,12600,0,0,0,0,0),(123938,31152,571,1,1,27511,1,6641.81,1080.17,276.42,5.23599,300,0,0,12600,0,0,0,0,0),(123939,31152,571,1,1,24498,1,6675.06,1162.63,274.279,4.24115,300,0,0,12600,0,0,0,0,0),(123940,31152,571,1,1,24498,1,6669.19,1153.77,273.591,1.0472,300,0,0,12600,0,0,0,0,0),(123941,31152,571,1,1,24498,1,6694.61,1172.28,273.843,2.19912,300,0,0,12600,0,0,0,0,0),(123942,31152,571,1,1,27511,1,6694.5,1182.3,274.816,5.13127,300,0,0,12600,0,0,0,0,0),(123943,31152,571,1,1,24496,1,6625.28,1075,276.015,5.35816,300,0,0,12600,0,0,0,0,0),(123944,31152,571,1,1,27511,1,6705.61,1174.29,274.043,2.93215,300,0,0,12600,0,0,0,0,0),(123945,31152,571,1,1,24498,1,6654.49,1211.59,276.022,4.72984,300,0,0,12600,0,0,0,0,0),(123946,31152,571,1,1,24498,1,6633.96,1202.27,276.917,0,300,0,0,12600,0,0,0,0,0),(123947,31152,571,1,1,24496,1,6642.73,1208.19,281.414,4.85202,300,0,0,12600,0,0,0,0,0),(123948,31152,571,1,1,24498,1,6681.28,1094.73,279.439,0.959931,300,0,0,12600,0,0,0,0,0),(123949,31154,571,1,1,27512,1,8132.65,3464.17,671.04,0.558505,300,0,0,12600,3994,0,0,0,0),(123950,30642,571,1,1,27205,0,7664.2,3476.56,643.258,2.91456,300,5,0,9103,8313,1,0,0,0),(123951,30642,571,1,1,27205,0,7670.67,3478.94,643.261,6.17175,300,5,0,9103,8313,1,0,0,0),(123952,30642,571,1,1,27205,0,7679.74,3487.62,644.133,4.72491,300,5,0,9103,8313,1,0,0,0),(123953,30642,571,1,1,27205,0,7594.78,3511.47,643.291,5.45189,300,5,0,9103,8313,1,0,0,0),(123954,30642,571,1,1,27205,0,7637.73,3470.76,646.508,5.97732,300,0,0,9103,8313,0,0,0,0),(123955,30642,571,1,1,27205,0,7651.39,3498.58,643.258,2.04879,300,5,0,9103,8313,1,0,0,0),(123956,30642,571,1,1,27205,0,7634.3,3498.77,643.264,5.34361,300,5,0,9103,8313,1,0,0,0),(123957,30642,571,1,1,27205,0,7702.12,3481.49,647.211,0.328625,300,0,0,9103,8313,0,0,0,0),(123958,30642,571,1,1,27205,0,7702.62,3478.93,647.586,5.72746,300,0,0,9103,8313,0,0,0,0),(123959,30642,571,1,1,27205,0,7664.66,3487.86,643.445,3.74474,300,5,0,9103,8313,1,0,0,0),(123960,30642,571,1,1,27205,0,7645.95,3480.92,647.383,5.18192,300,0,0,9103,8313,0,0,0,0),(123961,30642,571,1,1,27205,0,7616.91,3504.03,647.268,5.30961,300,5,0,9103,8313,1,0,0,0),(123962,30642,571,1,1,27205,0,7626.01,3507.17,643.219,5.289,300,0,0,9103,8313,0,0,0,0),(123963,31155,571,1,1,27538,0,6764.34,1016.47,297.623,4.53664,300,5,0,12600,3994,1,0,0,0),(123964,31155,571,1,1,27105,0,6619.18,1124.52,272.867,4.3879,300,5,0,12600,3994,1,0,0,0),(123965,31155,571,1,1,27538,0,6579.91,1208.65,278.926,5.80292,300,5,0,12600,3994,1,0,0,0),(123966,31155,571,1,1,27537,0,6558.84,994.082,281.439,2.09134,300,5,0,12600,3994,1,0,0,0),(123967,31155,571,1,1,27538,0,6792.09,1264.74,279.731,0.593412,300,0,0,12600,3994,0,0,0,0),(123968,31411,571,1,2,23681,0,5814.02,1985.69,503.881,2.51188,300,5,0,12175,0,1,0,0,0),(123969,31411,571,1,2,23681,0,5816.86,1943.29,507.56,3.40633,300,5,0,12175,0,1,0,0,0),(123970,31411,571,1,2,23681,0,5863.57,1984,507.648,5.88321,300,5,0,12175,0,1,0,0,0),(123971,31411,571,1,2,23681,0,5778.56,1957.5,503.857,3.27375,300,5,0,12175,0,1,0,0,0),(123972,31411,571,1,2,23681,0,5732.14,1937.82,506.014,5.41257,300,5,0,12175,0,1,0,0,0),(123973,31411,571,1,2,23681,0,5706.3,1977.47,503.911,4.05224,300,5,0,12175,0,1,0,0,0),(123974,31411,571,1,2,23681,0,5685.71,1974.25,503.863,2.57831,300,5,0,12175,0,1,0,0,0),(123975,31411,571,1,2,23681,0,5673.84,2094.37,503.889,5.52857,300,5,0,12175,0,1,0,0,0),(123976,31411,571,1,2,23681,0,5831.47,2106.11,503.89,6.24962,300,5,0,12175,0,1,0,0,0),(123977,31411,571,1,2,23681,0,5826.33,2149.32,505.746,2.48705,300,5,0,12175,0,1,0,0,0),(123978,31411,571,1,2,23681,0,5754.92,2151.17,503.91,1.93734,300,5,0,12175,0,1,0,0,0),(123979,31411,571,1,2,23681,0,5775.43,2193.86,512.998,0.776427,300,5,0,12175,0,1,0,0,0),(123980,31411,571,1,2,23681,0,5729.88,2136.62,503.894,1.79434,300,5,0,12175,0,1,0,0,0),(123981,31155,571,1,1,27105,0,6513.03,1217.98,285.456,2.93998,300,5,0,12600,3994,1,0,0,0),(123982,31411,571,1,2,23681,0,5782.62,2140.68,503.9,0.783972,300,5,0,12175,0,1,0,0,0),(123983,31411,571,1,2,23681,0,5754.13,2174.58,506.181,1.25723,300,5,0,12175,0,1,0,0,0),(123984,31411,571,1,2,23681,0,5650.03,2055.57,503.868,0.939173,300,5,0,12175,0,1,0,0,0),(123985,31411,571,1,2,23681,0,5660.07,2125.83,505.943,0.534949,300,5,0,12175,0,1,0,0,0),(123986,31411,571,1,2,23681,0,5700.89,2148.91,503.999,5.77704,300,0,0,12175,0,0,0,0,0),(123987,31411,571,1,2,23681,0,5651.27,2007.15,504.97,1.98891,300,5,0,12175,0,1,0,0,0),(123988,31411,571,1,2,23681,0,5858.93,2108.63,505.124,2.30257,300,5,0,12175,0,1,0,0,0),(123989,31411,571,1,2,23681,0,5688.14,2001.98,503.924,0.151243,300,5,0,12175,0,1,0,0,0),(123990,31155,571,1,1,27107,0,6659.76,1263.22,285.02,4.24871,300,5,0,12600,3994,1,0,0,0),(123991,31155,571,1,1,27538,0,6638.97,1234.59,282.622,3.56284,300,5,0,12600,3994,1,0,0,0),(123992,31411,571,1,2,23681,0,5845.64,2080.43,503.97,2.90496,300,5,0,12175,0,1,0,0,0),(123993,31155,571,1,1,27537,0,6675.43,1140.14,274.029,3.11302,300,5,0,12600,3994,1,0,0,0),(123994,31155,571,1,1,27537,0,6786.42,1052.78,291.129,5.37035,300,5,0,12600,3994,1,0,0,0),(123995,31411,571,1,2,23681,0,5876.8,2037.78,506.147,0.498635,300,0,0,12175,0,0,0,0,0),(123996,31155,571,1,1,27537,0,6600.89,1111.71,272.867,6.10764,300,5,0,12600,3994,1,0,0,0),(123997,31155,571,1,1,27537,0,6772.16,1183.38,275.955,0.74943,300,5,0,12600,3994,1,0,0,0),(123998,31155,571,1,1,27107,0,6558.97,1123.21,275.87,5.7874,300,5,0,12600,3994,1,0,0,0),(123999,29621,571,1,1,24957,1,7496.76,4885.14,-13.3394,1.54122,300,5,0,226800,0,1,0,0,0),(124000,31414,571,1,2,24309,1,5888.76,2005.38,513.426,2.54818,300,0,0,14610,0,0,0,0,0),(124001,31414,571,1,2,24302,1,5895.39,2026.41,513.39,3.1765,300,0,0,14610,0,0,0,0,0),(124002,30646,571,1,1,11686,0,7401.68,1770.41,651.056,2.26827,300,5,0,10635,0,1,0,0,0),(124003,31414,571,1,2,24302,1,5886.22,2019.26,511.744,2.84489,300,0,0,14610,0,0,0,0,0),(124004,31414,571,1,2,24309,1,5847.92,2028.84,503.968,2.94961,300,0,0,14610,0,0,0,0,0),(124005,31414,571,1,2,24302,1,5788.85,2195.55,513.038,4.18879,300,0,0,14610,0,0,0,0,0),(124006,31414,571,1,2,24309,1,5776.99,2197.5,513.534,4.46804,300,0,0,14610,0,0,0,0,0),(124007,31414,571,1,2,24309,1,5856.04,2067.64,504.185,2.68781,300,0,0,14610,0,0,0,0,0),(124008,31414,571,1,2,24309,1,5860.83,2052.76,503.917,3.14159,300,0,0,14610,0,0,0,0,0),(124009,31414,571,1,2,24310,1,5781.44,2192.35,512.528,4.4855,300,0,0,14610,0,0,0,0,0),(124010,31414,571,1,2,24310,1,5826.86,2120.65,503.961,3.80482,300,0,0,14610,0,0,0,0,0),(124011,31414,571,1,2,24310,1,5831.18,2103.78,503.973,3.56047,300,0,0,14610,0,0,0,0,0),(124012,31414,571,1,2,24302,1,5799.37,2129.63,503.999,1.81514,300,0,0,14610,0,0,0,0,0),(124013,31414,571,1,2,24310,1,5772.15,2146.59,503.986,4.34587,300,0,0,14610,0,0,0,0,0),(124014,31414,571,1,2,24310,1,5804.59,2158.68,505.315,3.735,300,0,0,14610,0,0,0,0,0),(124015,31414,571,1,2,24310,1,5853.49,2105.78,503.93,3.36848,300,0,0,14610,0,0,0,0,0),(124016,31414,571,1,2,24310,1,5879.98,2039.51,506.763,3.87463,300,0,0,14610,0,0,0,0,0),(124017,29880,571,1,1,26904,1,7029.49,4320.47,761.046,4.36332,300,0,0,12175,0,0,0,0,0),(124018,29880,571,1,1,26902,1,7107.39,4457.3,680.524,1.43117,300,0,0,12175,0,0,0,0,0),(124019,29880,571,1,1,26904,1,7011.08,4419.41,682.721,2.74017,300,0,0,12175,0,0,0,0,0),(124020,29880,571,1,1,26904,1,6930.3,4334.45,661.737,3.4383,300,0,0,12175,0,0,0,0,0),(124021,29880,571,1,1,26903,1,6923.29,4460.33,601.121,2.05949,300,0,0,12175,0,0,0,0,0),(124022,29880,571,1,1,26903,1,7005.2,4499.4,601.163,3.15246,300,5,0,12175,0,1,0,0,0),(124023,29880,571,1,1,26901,1,6939.34,4521.33,601.13,2.70526,300,0,0,12175,0,0,0,0,0),(124024,29880,571,1,1,26902,1,7000.07,4532.86,601.595,2.37365,300,0,0,12175,0,0,0,0,0),(124025,29880,571,1,1,26901,1,7225.82,4131.06,630.316,4.7822,300,0,0,12175,0,0,0,0,0),(124026,29880,571,1,1,26901,1,6847.03,4036.88,616.523,4.67748,300,0,0,12175,0,0,0,0,0),(124027,29880,571,1,1,26903,1,6988.95,4110.93,535.369,3.90954,300,0,0,12175,0,0,0,0,0),(124028,29880,571,1,1,26903,1,6918.33,4235.19,535.342,0.767945,300,0,0,12175,0,0,0,0,0),(124029,29880,571,1,1,26902,1,6894.11,4161.61,535.256,1.09956,300,0,0,12175,0,0,0,0,0),(124030,29880,571,1,1,26904,1,6987.16,3881.02,610.683,0.680678,300,0,0,12175,0,0,0,0,0),(124031,29880,571,1,1,26902,1,6942.28,3882.52,616.258,0.837758,300,0,0,12175,0,0,0,0,0),(124032,29880,571,1,1,26904,1,6920.47,4191.84,535.264,5.68977,300,0,0,12175,0,0,0,0,0),(124033,29880,571,1,1,26902,1,6977.84,3960.32,555.929,1.22173,300,0,0,12175,0,0,0,0,0),(124034,29880,571,1,1,26903,1,6968.83,4051.65,535.26,0.802851,300,0,0,12175,0,0,0,0,0),(124035,29880,571,1,1,26902,1,7436.16,3593.73,648.653,0.034907,300,0,0,12175,0,0,0,0,0),(124036,29880,571,1,1,26901,1,8201.2,3587.93,655.255,4.30452,300,0,0,12175,0,0,0,0,0),(124037,29880,571,1,1,26902,1,7725.69,3407.21,659.19,1.44862,300,0,0,12175,0,0,0,0,0),(124038,29880,571,1,1,26904,1,8107.69,3522.79,656.694,1.67552,300,0,0,12175,0,0,0,0,0),(124039,29880,571,1,1,26904,1,7873.53,3494.99,672.757,2.53073,300,0,0,12175,0,0,0,0,0),(124040,29880,571,1,1,26903,1,8126.02,3385.77,673.759,0.279253,300,0,0,12175,0,0,0,0,0),(124041,29880,571,1,1,26903,1,7959.06,3620.98,629.039,3.76991,300,0,0,12175,0,0,0,0,0),(124042,29880,571,1,1,26901,1,8000.32,3573.02,631.75,3.28122,300,0,0,12175,0,0,0,0,0),(124043,29880,571,1,1,26903,1,8146.8,3560.13,655.27,5.36641,300,0,0,12175,0,0,0,0,0),(124044,29880,571,1,1,26901,1,8423.43,3009.95,613.163,1.61527,300,5,0,12175,0,1,0,0,0),(124045,29880,571,1,1,26904,1,7125.02,3983.26,581.544,4.79965,300,0,0,12175,0,0,0,0,0),(124046,29880,571,1,1,26904,1,6942.33,4077.49,535.903,0.733038,300,0,0,12175,0,0,0,0,0),(124047,29880,571,1,1,26901,1,7090.57,4076.64,535.307,3.89208,300,0,0,12175,0,0,0,0,0),(124048,29880,571,1,1,26903,1,8305.54,3155.95,615.672,0.628319,300,0,0,12175,0,0,0,0,0),(124049,29880,571,1,1,26901,1,8347.62,3139.58,603.152,5.89651,300,5,0,12175,0,1,0,0,0),(124050,29880,571,1,1,26904,1,8223.69,3311.01,653.685,6.17846,300,0,0,12175,0,0,0,0,0),(124051,29880,571,1,1,26901,1,8426.21,2944.92,602.376,1.6057,300,0,0,12175,0,0,0,0,0),(124052,29880,571,1,1,26902,1,8454.48,2941.69,602.376,3.1765,300,0,0,12175,0,0,0,0,0),(124053,29880,571,1,1,26904,1,8407.98,2903.65,602.392,1.55334,300,0,0,12175,0,0,0,0,0),(124054,29880,571,1,1,26904,1,8448.71,2869.82,606.35,1.55334,300,0,0,12175,0,0,0,0,0),(124055,29880,571,1,1,26901,1,8409.86,2867.5,606.35,1.5708,300,0,0,12175,0,0,0,0,0),(124056,29880,571,1,1,26903,1,8398.84,2939.43,604.152,0.069813,300,0,0,12175,0,0,0,0,0),(124057,29880,571,1,1,26903,1,8106.09,3404.04,672.599,1.18682,300,0,0,12175,0,0,0,0,0),(124058,29880,571,1,1,26902,1,8427.55,2905.98,606.342,1.6057,300,0,0,12175,0,0,0,0,0),(124059,29880,571,1,1,26904,1,8447.56,2905.58,602.391,1.64061,300,0,0,12175,0,0,0,0,0),(124060,29880,571,1,1,26903,1,8409.98,3008.45,613.255,0.959931,300,0,0,12175,0,0,0,0,0),(124061,29880,571,1,1,26901,1,7693.03,3631.42,660.903,1.95477,300,0,0,12175,0,0,0,0,0),(124062,29880,571,1,1,26904,1,8433.27,3009.51,613.254,1.69297,300,0,0,12175,0,0,0,0,0),(124063,29880,571,1,1,26903,1,7602.81,3567.71,656.561,3.35103,300,0,0,12175,0,0,0,0,0),(124064,29880,571,1,1,26901,1,7923.57,3602.18,629.048,1.79769,300,0,0,12175,0,0,0,0,0),(124065,29880,571,1,1,26901,1,7833.6,3663.05,653.397,3.735,300,0,0,12175,0,0,0,0,0),(124066,29880,571,1,1,26903,1,7837.91,3614.81,654.498,5.93412,300,0,0,12175,0,0,0,0,0),(124067,29880,571,1,1,26902,1,7779.06,3717.19,654.75,4.17134,300,0,0,12175,0,0,0,0,0),(124068,29880,571,1,1,26901,1,7724.09,3625.28,665.585,0.610865,300,0,0,12175,0,0,0,0,0),(124069,29880,571,1,1,26903,1,7790.44,3599.16,663.77,1.37881,300,0,0,12175,0,0,0,0,0),(124070,29880,571,1,1,26901,1,7741.97,3432.79,659.217,1.64061,300,0,0,12175,0,0,0,0,0),(124071,29880,571,1,1,26904,1,7798.56,3561.49,654.335,5.88176,300,0,0,12175,0,0,0,0,0),(124072,29880,571,1,1,26901,1,7460.1,3647.77,625.415,5.32325,300,0,0,12175,0,0,0,0,0),(124073,29881,571,1,1,11686,0,6964.7,1979.32,522.252,2.46091,300,5,0,12600,0,1,0,0,0),(124074,30649,571,1,1,11686,0,8235.32,1072.52,792.425,0.347468,300,5,0,10635,0,1,0,0,0),(124075,30649,571,1,1,11686,0,8199.63,1034.74,807.643,5.88792,300,5,0,10635,0,1,0,0,0),(124076,30649,571,1,1,11686,0,8270.64,1068.17,817.146,0.190389,300,5,0,10635,0,1,0,0,0),(124077,30649,571,1,1,11686,0,8233.69,1068.5,817.923,0.731441,300,5,0,10635,0,1,0,0,0),(150169,28052,0,1,1,0,1,-14423.4,530.338,25.1525,3.08923,120,0,0,1,0,0,0,0,0),(150168,28052,0,1,1,0,1,-14422.7,535.034,24.3235,1.85005,120,0,0,1,0,0,0,0,0),(150167,28052,0,1,1,0,1,-14422.6,538.436,23.718,4.06662,120,0,0,1,0,0,0,0,0),(150166,28052,0,1,1,0,1,-14421,532.887,24.7346,0.0349066,120,0,0,1,0,0,0,0,0),(150165,28052,0,1,1,0,1,-14418.6,534.416,24.5415,4.15388,120,0,0,1,0,2,0,0,0),(150164,28052,0,1,1,0,1,-14418.5,531.243,25.11,2.0944,120,0,0,1,0,0,0,0,0),(124084,31163,571,1,1,26500,0,6564.56,1614.28,633.629,1.76278,300,0,0,63000,0,0,0,0,0),(124085,30651,571,1,1,11686,0,7411.32,1778.28,651.047,2.21591,300,5,0,10635,0,1,0,0,0),(124086,30651,571,1,1,11686,0,7395.05,1761.96,651.037,2.62565,300,5,0,10635,0,1,0,0,0),(124087,32189,571,1,1,23365,0,7506.37,2265.23,441.144,1.24984,300,0,0,10635,3561,2,0,0,0),(124088,32189,571,1,1,23365,0,7709.64,2456.54,428.318,2.85839,300,0,0,10635,3561,2,0,0,0),(124089,32189,571,1,1,23365,0,7709.64,2456.54,428.318,0.379779,300,0,0,10635,3561,2,0,0,0),(124090,32189,571,1,1,23365,0,7558.69,2238.37,419.941,2.1435,300,0,0,10635,3561,2,0,0,0),(202501,33113,603,3,1,0,0,420.728,-15.3721,409.804,3.05873,604800,0,0,23009250,0,0,0,0,0),(202606,38482,624,3,1,0,0,-42.8767,-229.505,97.6291,1.62316,604800,0,0,1,0,0,0,0,0),(202605,38482,624,3,1,0,0,-43.3507,-214.01,97.378,1.62316,604800,0,0,1,0,2,0,0,0),(4763,29915,571,1,1,0,1,8456.6,3113.97,588.186,1.52963,120,0,0,1,0,0,0,0,0),(202600,38433,624,3,1,0,1,-43.3316,-288.708,91.2511,1.58825,604800,0,0,1,0,0,0,0,0),(202599,36093,624,3,1,0,0,-218.833,-103.13,112.854,0,604800,0,0,1,0,0,0,0,0),(202598,35143,624,3,1,0,0,-218.63,-37.9896,97.593,4.71226,604800,0,0,1,0,2,0,0,0),(202597,35143,624,3,1,0,0,-219.483,27.4635,97.9274,4.72984,604800,0,0,1,0,0,0,0,0),(202596,35013,624,3,1,0,0,-218.521,104.391,91.8297,4.69494,604800,0,0,1,0,0,0,0,0),(202595,34015,624,3,1,0,0,-218.85,-196.198,97.5929,4.71204,604800,0,0,1,0,2,0,0,0),(202594,34015,624,3,1,0,0,-218.865,-229.202,97.9273,1.58825,604800,0,0,1,0,0,0,0,0),(107708,29570,571,1,1,0,1,7446.62,133.291,788.242,2.98927,120,0,0,12600,0,2,0,0,0),(107724,29570,571,1,1,0,1,7403.52,217.722,782.877,3.93505,120,0,0,12600,0,2,0,0,0),(107756,29570,571,1,1,0,1,7390.97,-11.0833,800.925,2.93215,120,0,0,12600,0,0,0,0,0),(202587,29794,571,1,1,0,0,6981.52,86.2943,1041.04,4.09594,120,0,0,126000,19970,2,0,0,0),(124111,30330,571,1,1,26882,0,8338.51,3475.34,683.146,0.506288,1,0,0,8982,0,2,0,0,0),(124112,30330,571,1,1,26882,0,8452.57,3404.11,614.097,0.555665,1,0,0,8982,0,2,0,0,0),(124113,30655,571,1,1,11686,0,7399.29,1751.88,648.395,3.90888,300,5,0,10635,0,1,0,0,0),(124114,30656,571,1,1,27212,1,6409.12,422.382,511.348,0.628319,300,0,0,100800,88140,0,0,0,0),(150154,35169,0,1,1,0,0,2246.69,329.094,35.1892,5.5916,120,0,0,42,0,0,0,0,0),(124116,24770,571,1,1,24140,0,3757.91,6580.69,295.79,0.648543,300,0,0,81900,0,2,0,0,0),(124117,24770,571,1,1,24140,0,3721.69,6769.55,434.06,3.00543,300,0,0,81900,0,2,0,0,0),(124118,24770,571,1,1,24140,0,3684.25,7115.13,444.394,0.427723,300,0,0,81900,0,2,0,0,0),(124119,24770,571,1,1,24140,0,3971.78,6806.6,510.364,3.27784,300,0,0,81900,0,2,0,0,0),(124120,24770,571,1,1,24140,0,3932.68,6762.32,201.55,2.76494,300,0,0,81900,0,2,0,0,0),(124121,24770,571,1,1,24140,0,4153.97,7033.59,344.786,0.179893,300,0,0,81900,0,2,0,0,0),(124122,24770,571,1,1,24140,0,3939.18,6790.81,282.544,3.71471,300,0,0,81900,0,2,0,0,0),(124123,24770,571,1,1,24140,0,4166.92,7072.35,545.367,2.31042,300,0,0,81900,0,2,0,0,0),(124124,24770,571,1,1,24140,0,4038.05,7165.02,238.298,3.27256,300,0,0,81900,0,2,0,0,0),(124125,24770,571,1,1,24140,0,4139.24,7034.89,270.522,1.30555,300,0,0,81900,0,2,0,0,0),(124126,24770,571,1,1,24140,0,3785.62,7350.96,394.815,2.02084,300,0,0,81900,0,2,0,0,0),(124127,30403,571,1,1,27102,0,8039.96,3351.04,632.479,3.94444,30,0,0,63000,0,0,0,0,0),(124128,30406,571,1,1,25297,0,8044.34,3179.39,676.195,5.53269,300,0,0,12600,0,0,0,0,0),(124129,30920,571,1,1,7858,0,6564.05,1661.09,629.634,1.67552,300,0,0,12600,0,0,0,0,0),(124130,30920,571,1,1,7858,0,6539.42,1659.98,629.634,1.55334,300,0,0,12600,0,0,0,0,0),(124131,30920,571,1,1,7858,0,6117.73,1925.88,632.671,4.29351,300,5,0,12600,0,1,0,0,0),(124132,30920,571,1,1,7858,0,6533.74,1735.01,629.634,0.191986,300,0,0,12600,0,0,0,0,0),(124133,30920,571,1,1,7858,0,6532.04,1786.19,629.634,0.017453,300,0,0,12600,0,0,0,0,0),(124134,30920,571,1,1,7858,0,6431.99,1812.84,508.684,3.4383,300,0,0,12600,0,0,0,0,0),(124135,30920,571,1,1,7858,0,6315.7,1931.77,631.865,1.69297,300,0,0,12600,0,0,0,0,0),(124136,30920,571,1,1,7858,0,6313.14,1955.32,631.852,4.88692,300,0,0,12600,0,0,0,0,0),(124137,30920,571,1,1,7858,0,6366.31,1971.31,508.118,3.33358,300,0,0,12600,0,0,0,0,0),(124138,30920,571,1,1,7858,0,6523.95,1943.55,640.72,4.08407,300,0,0,12600,0,0,0,0,0),(124139,30920,571,1,1,7858,0,6371.61,1933.05,508.684,3.22886,300,0,0,12600,0,0,0,0,0),(124140,30920,571,1,1,7858,0,6319.5,1964.06,508.453,0.349066,300,0,0,12600,0,0,0,0,0),(124141,30920,571,1,1,7858,0,6326,1926.51,508.681,0.20944,300,0,0,12600,0,0,0,0,0),(124142,30920,571,1,1,7858,0,6382.83,1777.58,508.78,0.767945,300,0,0,12600,0,0,0,0,0),(124143,30920,571,1,1,7858,0,6389.62,1751.7,508.707,0.15708,300,0,0,12600,0,0,0,0,0),(124144,30920,571,1,1,7858,0,6432.28,1788.37,508.685,3.14159,300,0,0,12600,0,0,0,0,0),(124145,30920,571,1,1,7858,0,6456.81,1881.75,508.682,3.9968,300,0,0,12600,0,0,0,0,0),(124146,30920,571,1,1,7858,0,6246.83,1923.25,631.843,0.296706,300,0,0,12600,0,0,0,0,0),(124147,30920,571,1,1,7858,0,6375.86,1964.33,631.843,4.83456,300,0,0,12600,0,0,0,0,0),(124148,30920,571,1,1,7858,0,6243.68,1944.27,631.86,0.226893,300,0,0,12600,0,0,0,0,0),(124149,30920,571,1,1,7858,0,6379.25,1941.44,631.86,1.62316,300,0,0,12600,0,0,0,0,0),(124150,30920,571,1,1,7858,0,6285.05,1739.98,525.469,6.26573,300,0,0,12600,0,0,0,0,0),(124151,30920,571,1,1,7858,0,6282.74,1768.32,525.276,0.418879,300,0,0,12600,0,0,0,0,0),(124152,31177,571,1,1,24361,1,6822.06,1226.44,279.688,0.261799,300,0,0,12600,0,0,0,0,0),(124153,31177,571,1,1,24361,1,6886.8,1063.96,302.53,0.820305,300,0,0,12600,0,0,0,0,0),(124154,31177,571,1,1,3167,1,6867.57,1112.99,289.651,6.02139,300,0,0,12600,0,0,0,0,0),(124155,31177,571,1,1,24361,1,6860.37,1132.83,285.767,5.35816,300,0,0,12600,0,0,0,0,0),(124156,31177,571,1,1,24361,1,6883.44,1014.09,309.349,5.75959,300,0,0,12600,0,0,0,0,0),(124157,31177,571,1,1,3167,1,6859.65,1165.66,282.397,6.0912,300,0,0,12600,0,0,0,0,0),(124158,31177,571,1,1,24065,1,6918.56,1054.99,306.322,4.4855,300,0,0,12600,0,0,0,0,0),(124159,31177,571,1,1,3167,1,6848.06,1121.86,288.209,5.93412,300,0,0,12600,0,0,0,0,0),(124160,32201,571,1,1,26071,0,6969.3,2817.68,475.111,5.24317,300,0,0,12600,3994,2,0,0,0),(124161,31177,571,1,1,3258,1,6865.27,1076.97,294.221,1.36136,300,0,0,12600,0,0,0,0,0),(124162,31177,571,1,1,24361,1,6694.77,1041.65,284.023,6.21337,300,0,0,12600,0,0,0,0,0),(124163,31177,571,1,1,24361,1,6865.87,1243.96,286.641,5.46288,300,0,0,12600,0,0,0,0,0),(124164,31177,571,1,1,3167,1,6857.18,1090.44,294.584,5.32325,300,0,0,12600,0,0,0,0,0),(124165,31177,571,1,1,24361,1,6912,1230.16,290.448,1.309,300,0,0,12600,0,0,0,0,0),(124166,31177,571,1,1,24361,1,6649.58,1069.17,294.272,4.5204,300,0,0,12600,0,0,0,0,0),(124167,31177,571,1,1,24361,1,6848.49,1234.08,280.919,1.02974,300,0,0,12600,0,0,0,0,0),(124168,31177,571,1,1,24361,1,6867.38,1274.38,284.669,5.39307,300,0,0,12600,0,0,0,0,0),(124169,31177,571,1,1,3167,1,6830.76,1122.43,284.185,2.80998,300,0,0,12600,0,0,0,0,0),(124170,31177,571,1,1,3167,1,6879.18,1161.78,284.327,2.9147,300,0,0,12600,0,0,0,0,0),(124171,31177,571,1,1,3167,1,6845.13,1194,284.526,5.48033,300,0,0,12600,0,0,0,0,0),(124172,31177,571,1,1,3258,1,6849.5,1110.52,289.783,0.139626,300,0,0,12600,0,0,0,0,0),(124173,31177,571,1,1,24361,1,6861.94,1055.95,300.5,5.75959,300,0,0,12600,0,0,0,0,0),(124174,31177,571,1,1,3167,1,6844.49,1227.19,282.5,5.68977,300,0,0,12600,0,0,0,0,0),(124175,31177,571,1,1,24361,1,6898.37,1139.59,292.001,5.65487,300,0,0,12600,0,0,0,0,0),(124176,31177,571,1,1,3167,1,6868.32,1253.13,285.682,6.16101,300,0,0,12600,0,0,0,0,0),(124177,31177,571,1,1,24065,1,6840.62,1095.67,289.709,3.42085,300,0,0,12600,0,0,0,0,0),(124178,31177,571,1,1,24361,1,6839.65,1206.67,281.053,6.10865,300,0,0,12600,0,0,0,0,0),(124179,31177,571,1,1,3167,1,6820.59,1211.19,280.73,0.087266,300,0,0,12600,0,0,0,0,0),(124180,31177,571,1,1,24065,1,6852.8,996.221,313.922,5.06145,300,0,0,12600,0,0,0,0,0),(124181,31177,571,1,1,3167,1,6872.86,1215.35,286.126,6.14356,300,0,0,12600,0,0,0,0,0),(124182,31177,571,1,1,3167,1,6643.8,1076.35,284.17,5.46288,300,0,0,12600,0,0,0,0,0),(124183,31177,571,1,1,3258,1,6902.22,1174.14,288.789,0.261799,300,0,0,12600,0,0,0,0,0),(124184,31177,571,1,1,3167,1,6917.03,1194.55,288.848,4.62512,300,0,0,12600,0,0,0,0,0),(124185,31177,571,1,1,24361,1,6848.59,1244.4,282.258,5.63741,300,0,0,12600,0,0,0,0,0),(124186,31177,571,1,1,24361,1,6842.19,1165.67,278.912,1.74533,300,0,0,12600,0,0,0,0,0),(124187,32201,571,1,1,26072,0,7327.68,2635.99,469.841,5.63378,300,0,0,12600,3994,2,0,0,0),(124188,32201,571,1,1,26073,0,7317.43,2554.87,487.402,4.61887,300,0,0,12600,3994,2,0,0,0),(124189,32201,571,1,1,26072,0,6980.69,2750.1,479.284,4.69931,300,0,0,12600,3994,2,0,0,0),(124190,32201,571,1,1,26072,0,7330.13,2545.69,471.708,5.7419,300,0,0,12600,3994,2,0,0,0),(124191,32201,571,1,1,26071,0,7024.32,2725.09,491.937,4.0433,300,0,0,12600,3994,2,0,0,0),(124192,32201,571,1,1,26071,0,7324.25,2905.87,496.383,1.7979,300,0,0,12600,3994,2,0,0,0),(124193,32201,571,1,1,26071,0,7045.44,2792.42,479.284,5.13468,300,0,0,12600,3994,2,0,0,0),(124194,32201,571,1,1,17284,0,7036.36,2861.58,496.305,1.63885,300,0,0,12600,3994,2,0,0,0),(124195,32201,571,1,1,26073,0,7137.02,2504.99,496.613,3.88363,300,0,0,12600,3994,2,0,0,0),(124196,32201,571,1,1,26073,0,7336.52,2494.73,487.402,5.557,300,0,0,12600,3994,2,0,0,0),(124197,31177,571,1,1,24065,1,6590.86,995.726,284.801,0.139626,300,0,0,12600,0,0,0,0,0),(124198,31177,571,1,1,24361,1,6581.05,952.555,297.014,1.8675,300,0,0,12600,0,0,0,0,0),(124199,31177,571,1,1,24065,1,6719.52,1093.98,281.075,4.46804,300,0,0,12600,0,0,0,0,0),(124200,31177,571,1,1,3258,1,6690.35,1292.25,291.516,5.34071,300,0,0,12600,0,0,0,0,0),(124201,31177,571,1,1,3258,1,6725.39,1179.01,274.155,5.41052,300,0,0,12600,0,0,0,0,0),(124202,31177,571,1,1,24361,1,6656.22,1256.13,283.91,3.05433,300,0,0,12600,0,0,0,0,0),(124203,31177,571,1,1,24065,1,6730.08,1133.86,276.465,3.24631,300,0,0,12600,0,0,0,0,0),(124204,31177,571,1,1,24065,1,6701.45,1274.94,283.218,0.785398,300,0,0,12600,0,0,0,0,0),(124205,31177,571,1,1,24065,1,6645.79,1103.66,274.723,1.25664,300,0,0,12600,0,0,0,0,0),(124206,31177,571,1,1,3258,1,6680.27,1229.44,276.915,2.05949,300,0,0,12600,0,0,0,0,0),(124207,32201,571,1,1,26071,0,6987.94,2790.13,491.937,0.447733,300,0,0,12600,3994,2,0,0,0),(124208,32201,571,1,1,26071,0,6943.91,2823.65,491.18,1.33983,300,0,0,12600,3994,2,0,0,0),(124209,32201,571,1,1,26072,0,7035.56,2814.92,491.18,0.65836,300,0,0,12600,3994,2,0,0,0),(124210,31177,571,1,1,24361,1,6652.97,1205.72,282.218,4.50295,300,0,0,12600,0,0,0,0,0),(124211,31177,571,1,1,24361,1,6468.57,1162.99,282.129,3.9619,300,0,0,12600,0,0,0,0,0),(124212,32201,571,1,1,26073,0,7285.92,2473.48,486.18,5.44625,300,0,0,12600,3994,2,0,0,0),(124213,32201,571,1,1,26072,0,7069.35,2654.5,491.937,6.23845,300,0,0,12600,3994,2,0,0,0),(124214,32201,571,1,1,17284,0,6935.65,2676.85,474.275,1.2619,300,0,0,12600,3994,2,0,0,0),(124215,32201,571,1,1,17284,0,6958.73,2622.13,474.275,1.81512,300,0,0,12600,3994,2,0,0,0),(124216,32201,571,1,1,26071,0,6949.28,2728.54,491.18,1.73455,300,0,0,12600,3994,2,0,0,0),(124217,30921,571,1,1,11404,1,6467.82,1811.16,527.525,5.67232,300,0,0,12600,0,0,0,0,0),(124218,32201,571,1,1,26072,0,6953.98,2567.61,491.18,5.88466,300,0,0,12600,3994,2,0,0,0),(124219,32201,571,1,1,26072,0,7072.37,2506.38,496.613,3.16561,300,0,0,12600,3994,2,0,0,0),(124220,32201,571,1,1,26072,0,7047.18,2866.59,473.818,4.14687,300,0,0,12600,3994,2,0,0,0),(124221,32201,571,1,1,26071,0,7235.55,2678.71,469.841,1.73786,300,0,0,12600,3994,2,0,0,0),(124222,32201,571,1,1,26073,0,6980.3,2904.64,496.305,3.9893,300,0,0,12600,3994,2,0,0,0),(202586,24195,571,1,1,0,1,2135.4,-3281.46,152.511,0.488692,120,0,0,8982,0,0,0,0,0),(202585,24195,571,1,1,0,1,2144.65,-3297.42,145.963,6.05629,120,0,0,8982,0,0,0,0,0),(124225,31177,571,1,1,24361,1,6605.94,1232.11,283.769,3.54302,300,0,0,12600,0,0,0,0,0),(124226,31177,571,1,1,3258,1,6800.38,1217.01,276.52,1.74533,300,0,0,12600,0,0,0,0,0),(124227,31177,571,1,1,24065,1,6468.65,1189.24,284.47,4.95674,300,0,0,12600,0,0,0,0,0),(124228,31177,571,1,1,3258,1,6553.13,1222.37,283.267,5.25344,300,0,0,12600,0,0,0,0,0),(124229,30921,571,1,1,11404,1,6369.65,1665.45,555.737,5.51524,300,0,0,12600,0,0,0,0,0),(124230,31177,571,1,1,24361,1,6823.4,1196.34,279.225,1.36136,300,0,0,12600,0,0,0,0,0),(124231,31177,571,1,1,3258,1,6569.72,1186.09,275.282,2.63545,300,0,0,12600,0,0,0,0,0),(124232,31177,571,1,1,3167,1,6818.46,1239.1,278.663,4.72984,300,0,0,12600,0,0,0,0,0),(124233,31177,571,1,1,3167,1,6527.17,1232.88,288.596,4.86947,300,0,0,12600,0,0,0,0,0),(124234,31177,571,1,1,24361,1,6635.03,1215.68,278.76,4.72984,300,0,0,12600,0,0,0,0,0),(124235,31177,571,1,1,3167,1,6792.64,1242.74,279.346,5.70723,300,0,0,12600,0,0,0,0,0),(124236,31177,571,1,1,3258,1,6570.07,1123.97,274.021,2.04204,300,0,0,12600,0,0,0,0,0),(124237,31177,571,1,1,24065,1,6755.67,1259.66,278.437,0.366519,300,0,0,12600,0,0,0,0,0),(124238,31177,571,1,1,24361,1,6747.81,1224.35,276.935,1.58825,300,0,0,12600,0,0,0,0,0),(124239,30409,571,1,1,25495,1,7895.97,3296.92,632.704,3.94444,300,5,0,12600,3994,1,0,0,0),(124240,30921,571,1,1,11404,1,6311.05,1824.67,510.092,5.42797,300,0,0,12600,0,0,0,0,0),(124241,30921,571,1,1,11404,1,6328.69,1820.64,509.913,3.47321,300,0,0,12600,0,0,0,0,0),(124242,30921,571,1,1,11404,1,6352.03,1742.87,525.318,3.21439,300,0,0,12600,0,0,0,0,0),(124243,30921,571,1,1,11404,1,6371.53,1748.72,525.308,5.28835,300,0,0,12600,0,0,0,0,0),(124244,30921,571,1,1,11404,1,6344.04,1769.24,525.375,3.64774,300,0,0,12600,0,0,0,0,0),(124245,30921,571,1,1,11404,1,6355.53,1764.52,525.276,4.76475,300,0,0,12600,0,0,0,0,0),(124246,30921,571,1,1,11404,1,6323.64,1716.53,525.426,5.72468,300,0,0,12600,0,0,0,0,0),(124247,30921,571,1,1,11404,1,6323.45,1731.48,525.515,6.23082,300,0,0,12600,0,0,0,0,0),(124248,30921,571,1,1,11404,1,6329.26,1748.75,525.276,1.11701,300,0,0,12600,0,0,0,0,0),(124249,30921,571,1,1,11404,1,6360.59,1736.24,525.276,4.13643,300,0,0,12600,0,0,0,0,0),(124250,30921,571,1,1,11404,1,6343.99,1750.79,525.556,2.80998,300,0,0,12600,0,0,0,0,0),(124251,30921,571,1,1,11404,1,6333.84,1766.47,525.276,5.02655,300,0,0,12600,0,0,0,0,0),(124252,30921,571,1,1,11404,1,6350.36,1731.27,525.276,4.7822,300,0,0,12600,0,0,0,0,0),(124253,30921,571,1,1,11404,1,6322.36,1765.4,525.276,0.523599,300,0,0,12600,0,0,0,0,0),(124254,30921,571,1,1,11404,1,6339.15,1732.77,525.276,4.45059,300,0,0,12600,0,0,0,0,0),(124255,30921,571,1,1,11404,1,6334.4,1717.4,525.276,1.79769,300,0,0,12600,0,0,0,0,0),(124256,30921,571,1,1,11404,1,6357.46,1718.11,525.276,1.13446,300,0,0,12600,0,0,0,0,0),(124257,30921,571,1,1,11404,1,6361.38,1751.44,525.581,2.77507,300,0,0,12600,0,0,0,0,0),(124258,30921,571,1,1,11404,1,6346.33,1715.18,525.276,2.84489,300,0,0,12600,0,0,0,0,0),(1977189,32769,571,1,1,25753,0,7681.77,1636.37,491.285,2.97487,10,60,0,12600,3994,1,0,0,0),(124260,32202,571,1,1,19595,0,8159.46,1941.21,541.427,5.35816,300,5,0,4979,0,1,0,0,0),(124261,32202,571,1,1,19595,0,8088.78,2349.51,509.904,1.76278,300,5,0,4979,0,1,0,0,0),(124262,32202,571,1,1,19595,0,7758.15,2059.52,519.127,2.32129,300,5,0,4979,0,1,0,0,0),(124263,32202,571,1,1,19595,0,7498.75,2058.78,518.034,3.08923,300,5,0,4979,0,1,0,0,0),(124264,31690,571,1,1,11686,0,7872.13,2048.61,620,4.69494,300,0,0,42,0,0,0,0,0),(124265,31690,571,1,1,11686,0,7644.87,2050.28,620,4.45059,300,0,0,42,0,0,0,0,0),(124267,30922,571,1,1,25241,0,6461.65,1811.79,526.024,1.28865,300,0,0,12600,0,2,0,0,0),(124268,30922,571,1,1,25241,0,6315.75,1749.75,525.318,6.10961,300,5,0,12600,0,1,0,0,0),(124269,30922,571,1,1,25241,0,6347.47,1653.42,555.175,0.048457,300,5,0,12600,0,1,0,0,0),(124270,30922,571,1,1,25241,0,6275.29,1841.61,522.907,3.07487,300,5,0,12600,0,1,0,0,0),(124271,30922,571,1,1,25241,0,6353.97,1712.15,525.317,2.58031,300,0,0,12600,0,2,0,0,0),(124272,30922,571,1,1,25241,0,6319.39,1767.24,525.262,5.62052,300,5,0,12600,0,1,0,0,0),(124273,30922,571,1,1,25241,0,6319.64,1728.98,525.212,1.56194,300,5,0,12600,0,1,0,0,0),(124274,30922,571,1,1,25241,0,6355.55,1746.02,525.318,3.19243,300,5,0,12600,0,1,0,0,0),(124275,30922,571,1,1,25241,0,6291.59,1703.77,527.156,0.936473,300,5,0,12600,0,1,0,0,0),(124276,31438,571,1,1,16214,0,8274.94,2771.12,650.166,5.70504,300,0,0,25200,0,0,0,0,0),(124277,31438,571,1,1,16214,0,8227.55,2769.39,635.815,5.91667,300,0,0,25200,0,0,0,0,0),(124278,29648,571,1,1,26363,0,7428.59,4218.4,315.005,4.4855,300,0,0,12600,0,0,0,0,0),(124279,29392,571,1,1,12210,0,7490.41,5078.59,0,0.240338,300,0,0,12175,0,0,0,0,0),(124280,29392,571,1,1,26216,0,7754.6,4795.74,-10.0629,3.13927,300,0,0,12175,0,0,0,0,0),(124281,29392,571,1,1,12210,0,7710.58,5143.31,-26.9529,3.96006,300,0,0,12175,0,0,0,0,0),(124282,29392,571,1,1,12210,0,7561.65,5012.47,-12.8794,4.49859,300,0,0,12175,0,0,0,0,0),(124283,29392,571,1,1,12210,0,7672.12,4823.46,-6.42805,0.324566,300,0,0,12175,0,0,0,0,0),(124284,29392,571,1,1,26216,0,7390.09,4590.97,-2.84501,4.06614,300,0,0,12175,0,0,0,0,0),(124285,29392,571,1,1,12210,0,7782.64,4871.65,-5.63998,4.85733,300,0,0,12175,0,0,0,0,0),(124286,29392,571,1,1,12210,0,7906.15,5029.36,0,1.37163,300,0,0,12175,0,0,0,0,0),(124287,29392,571,1,1,12208,0,7622.79,4950.7,-10.6271,3.96594,300,0,0,12175,0,0,0,0,0),(124288,29392,571,1,1,26216,0,7655.29,5065.9,-14.2925,4.94482,300,0,0,12175,0,0,0,0,0),(124289,29392,571,1,1,12210,0,7950,4980.26,-12.3617,1.57075,300,0,0,12175,0,0,0,0,0),(124290,29392,571,1,1,12208,0,7662.56,4716.81,-11.3213,5.18892,300,0,0,12175,0,0,0,0,0),(124291,29392,571,1,1,12208,0,7592.55,4591.3,-13.7301,1.83487,300,0,0,12175,0,0,0,0,0),(124292,29392,571,1,1,12210,0,7679.77,4608.25,-13.2386,3.09259,300,0,0,12175,0,0,0,0,0),(124293,29392,571,1,1,26216,0,7571.86,4510.05,-8.95927,4.60736,300,0,0,12175,0,0,0,0,0),(124294,29392,571,1,1,12210,0,7514.18,4452.35,-10.9778,0.759929,300,0,0,12175,0,0,0,0,0),(124295,29392,571,1,1,12208,0,7487.71,4542.18,-5.94141,5.72523,300,0,0,12175,0,0,0,0,0),(124296,29392,571,1,1,12208,0,7455.2,4654.3,-29.6977,1.052,300,0,0,12175,0,0,0,0,0),(124297,30673,571,1,129,25729,0,6151.45,114.057,373.259,4.95674,300,0,0,11379,3725,0,0,0,0),(124298,30673,571,1,129,26945,0,6225.96,208.3,384.939,4.64258,300,0,0,11379,3725,0,0,0,0),(124299,30673,571,1,129,25729,0,6268.49,131.868,384.847,3.75246,300,0,0,11379,3725,0,0,0,0),(124300,30673,571,1,129,26945,0,6354.93,224.888,393.613,4.13643,300,0,0,11379,3725,0,0,0,0),(124301,30673,571,1,129,25729,0,6159.93,143.953,372.938,0.872665,300,0,0,11379,3725,0,0,0,0),(124302,30673,571,1,129,26945,0,6128.84,58.6906,369.6,3.31613,300,0,0,11379,3725,0,0,0,0),(124303,30673,571,1,129,26945,0,6103.55,119.105,369.017,4.20624,300,0,0,11379,3725,0,0,0,0),(124304,29649,571,1,1,26406,0,7437.85,4837.17,-12.2854,1.27409,300,0,0,11379,0,0,0,0,0),(124305,29649,571,1,1,26406,0,7476.1,4791.25,-8.21818,4.79965,300,5,0,11379,0,1,0,0,0),(124306,29649,571,1,1,26406,0,7469.61,4739.74,-8.5472,0.174533,300,5,0,11379,0,1,0,0,0),(124307,30673,571,1,129,26945,0,6228.13,163.25,380.603,1.11701,300,0,0,11379,3725,0,0,0,0),(124308,30673,571,1,129,25729,0,6288.94,226.967,390.447,4.46804,300,0,0,11379,3725,0,0,0,0),(124309,30673,571,1,129,26945,0,6298.41,148.502,385.861,3.05433,300,0,0,11379,3725,0,0,0,0),(124310,30673,571,1,129,26945,0,6326.27,182.448,388.303,0.349066,300,0,0,11379,3725,0,0,0,0),(124311,30673,571,1,129,25729,0,6261.8,176.461,382.061,2.25148,300,0,0,11379,3725,0,0,0,0),(124312,30673,571,1,129,25729,0,6317.15,78.6965,388.445,6.07375,300,0,0,11379,3725,0,0,0,0),(124313,30673,571,1,129,26945,0,6334.51,104.986,391.174,5.61996,300,0,0,11379,3725,0,0,0,0),(124314,30673,571,1,129,26945,0,6373.57,130.082,392.363,5.32325,300,0,0,11379,3725,0,0,0,0),(124315,30673,571,1,129,26945,0,6411.87,154.655,395.13,2.40855,300,0,0,11379,3725,0,0,0,0),(124316,29649,571,1,1,26405,0,7484.63,4804.41,10.8262,1.50098,300,5,0,11379,0,1,0,0,0),(124317,30674,571,1,129,27162,0,6187.29,131.793,376.452,3.76991,300,0,0,315000,0,0,0,0,0),(124318,30674,571,1,129,27162,0,6313.59,154.558,387.022,4.93928,300,0,0,315000,0,0,0,0,0),(124319,30674,571,1,129,27162,0,6243.7,183.362,382.515,4.31096,300,0,0,315000,0,0,0,0,0),(124320,30674,571,1,129,27162,0,6097.87,58.3313,370.506,0.715585,300,0,0,315000,0,0,0,0,0),(124321,30674,571,1,129,27162,0,6331.45,53.9393,389.138,3.08923,300,0,0,315000,0,0,0,0,0),(124322,30162,571,1,1,26825,1,8441.55,3177.2,588.225,4.38078,300,0,0,12600,0,0,0,0,0),(124323,30675,571,1,131,26838,1,6266.78,82.6063,391.792,1.01229,300,0,0,126000,0,0,0,0,0),(124324,30675,571,1,129,26841,1,6248.4,179.327,381.969,2.40855,300,0,0,126000,0,0,0,0,0),(124325,30675,571,1,129,26841,1,6321.84,156.141,387.106,3.35103,300,0,0,126000,0,0,0,0,0),(124326,30675,571,1,129,26839,1,6306.08,148.459,386.861,0.680678,300,0,0,126000,0,0,0,0,0),(124327,30675,571,1,129,26838,1,6318.06,166.202,386.762,4.32842,300,0,0,126000,0,0,0,0,0),(124328,30675,571,1,129,26838,1,6313.12,52.5355,393.954,0.139626,300,0,0,126000,0,0,0,0,0),(124329,30675,571,1,129,26839,1,6184.73,137.875,375.909,5.09636,300,0,0,126000,0,0,0,0,0),(124330,30675,571,1,129,26840,1,6317.03,143.619,387.654,1.88496,300,0,0,126000,0,0,0,0,0),(124331,30675,571,1,129,26840,1,6330.74,47.9644,389.05,1.5708,300,0,0,126000,0,0,0,0,0),(124332,30675,571,1,131,26839,1,6291.17,58.939,391.953,0.418879,300,0,0,126000,0,0,0,0,0),(124333,30675,571,1,129,26840,1,6181.35,125.186,376.17,0.872665,300,0,0,126000,0,0,0,0,0),(124334,30675,571,1,129,26839,1,6337.86,57.4385,389.557,3.49066,300,0,0,126000,0,0,0,0,0),(124335,30675,571,1,129,26838,1,6298.07,166.187,384.78,5.5676,300,0,0,126000,0,0,0,0,0),(124336,30675,571,1,129,26839,1,6329.77,60.4153,388.995,4.88692,300,0,0,126000,0,0,0,0,0),(124337,30675,571,1,129,26839,1,6238.17,181.977,382.442,0.279253,300,0,0,126000,0,0,0,0,0),(124338,30675,571,1,129,26839,1,6178.12,131.878,375.765,0,300,0,0,126000,0,0,0,0,0),(124339,30675,571,1,129,26841,1,6241.16,175.298,381.646,1.29154,300,0,0,126000,0,0,0,0,0),(124340,30675,571,1,131,26839,1,6286.58,63.4298,391.953,0.488692,300,0,0,126000,0,0,0,0,0),(124341,30675,571,1,129,26841,1,6191.8,125.276,377.137,2.18166,300,0,0,126000,0,0,0,0,0),(124342,32467,571,1,1,27984,0,6735.53,2688.42,435.691,0.418879,300,0,0,63000,0,0,0,0,0),(124343,32467,571,1,1,27984,0,6848.33,2466.68,421.608,0.087266,300,0,0,63000,0,0,0,0,0),(124344,32467,571,1,1,27984,0,6833.92,2457.58,425.246,0.226893,300,0,0,63000,0,0,0,0,0),(124345,32467,571,1,1,27984,0,6703.71,2731.54,447.866,0.331613,300,0,0,63000,0,0,0,0,0),(124346,32467,571,1,1,27984,0,6715.14,2718.33,443.197,0.349066,300,0,0,63000,0,0,0,0,0),(124347,32467,571,1,1,27984,0,6724.65,2703.71,439.222,0.383972,300,0,0,63000,0,0,0,0,0),(124348,32467,571,1,1,27984,0,6847.95,2487.99,419.13,0.279253,300,0,0,63000,0,0,0,0,0),(124349,32467,571,1,1,27984,0,6833.57,2479.49,420.734,0.174533,300,0,0,63000,0,0,0,0,0),(124350,32467,571,1,1,27984,0,6722.21,2748.04,448.51,0.087266,300,0,0,63000,0,0,0,0,0),(124351,32467,571,1,1,27984,0,6732.95,2736.68,445.2,0.122173,300,0,0,63000,0,0,0,0,0),(124352,32467,571,1,1,27984,0,6738.41,2723.12,440.958,0.174533,300,0,0,63000,0,0,0,0,0),(124353,32467,571,1,1,27984,0,6691.14,2745.31,451.778,0.296706,300,0,0,63000,0,0,0,0,0),(124354,32467,571,1,1,27984,0,6754.23,2711.05,431.817,0.226893,300,0,0,63000,0,0,0,0,0),(124355,32467,571,1,1,27984,0,6765.99,2688.74,425.419,0.226893,300,0,0,63000,0,0,0,0,0),(124356,32467,571,1,1,27984,0,6834.35,2415.95,432.925,0.663225,300,0,0,63000,0,0,0,0,0),(124357,32467,571,1,1,27984,0,6833.36,2435.11,430.107,0.15708,300,0,0,63000,0,0,0,0,0),(124358,32467,571,1,1,27984,0,6849.85,2425.98,430.741,6.26573,300,0,0,63000,0,0,0,0,0),(124359,32467,571,1,1,27984,0,6848.92,2447.03,426.645,6.23082,300,0,0,63000,0,0,0,0,0),(124360,32467,571,1,1,27984,0,6833.09,2399.62,436.81,6.26573,300,0,0,63000,0,0,0,0,0),(124361,32467,571,1,1,27984,0,6834.08,2503.93,417.854,0.558505,300,0,0,63000,0,0,0,0,0),(124362,32467,571,1,1,27984,0,6772.86,2628.05,421.426,0.314159,300,0,0,63000,0,0,0,0,0),(124363,32467,571,1,1,27984,0,6737.69,2514.88,427.034,0.366519,300,0,0,63000,0,0,0,0,0),(124364,32467,571,1,1,27984,0,7039.82,2645.59,397.917,0.099422,300,5,0,63000,0,1,0,0,0),(124365,32467,571,1,1,27984,0,6800.23,2530.66,419.919,0.575959,300,0,0,63000,0,0,0,0,0),(124366,32467,571,1,1,27984,0,7032.58,2644.87,398.141,0.098794,300,5,0,63000,0,1,0,0,0),(124367,32467,571,1,1,27984,0,6945.54,2634.36,402.54,0.161778,300,5,0,63000,0,1,0,0,0),(124368,32467,571,1,1,27984,0,6810.68,2560.54,417.289,0.837758,300,0,0,63000,0,0,0,0,0),(124369,32467,571,1,1,27984,0,6812.48,2662.79,417.168,0.122173,300,0,0,63000,0,0,0,0,0),(124370,32467,571,1,1,27984,0,6943.59,2634.05,402.757,0.161778,300,5,0,63000,0,1,0,0,0),(124371,32467,571,1,1,27984,0,6740.4,2575.16,426.426,5.24728,300,5,0,63000,0,1,0,0,0),(124372,32467,571,1,1,27984,0,6952.06,2635.43,401.714,0.161778,300,5,0,63000,0,1,0,0,0),(124373,32467,571,1,1,27984,0,6817.62,2498.62,420.09,0.628319,300,0,0,63000,0,0,0,0,0),(124374,32467,571,1,1,27984,0,6752.49,2618.36,425.697,0.314159,300,0,0,63000,0,0,0,0,0),(124375,32467,571,1,1,27984,0,6835.85,2667.83,414.719,0.261799,300,0,0,63000,0,0,0,0,0),(124376,32467,571,1,1,27984,0,6855.9,2631.26,412.268,5.80727,300,5,0,63000,0,1,0,0,0),(124377,32467,571,1,1,27984,0,6743.24,2635.82,428.104,0.279253,300,0,0,63000,0,0,0,0,0),(124378,32467,571,1,1,27984,0,6929.44,2632.19,404.203,0.104724,300,5,0,63000,0,1,0,0,0),(124379,32467,571,1,1,27984,0,6808.16,2685.09,421.06,6.19592,300,0,0,63000,0,0,0,0,0),(124380,32467,571,1,1,27984,0,6878.54,2544.01,412.728,0.628319,300,0,0,63000,0,0,0,0,0),(124381,32467,571,1,1,27984,0,6851.92,2632.62,412.47,5.84444,300,5,0,63000,0,1,0,0,0),(124382,32467,571,1,1,27984,0,6807.33,2590.52,416.966,0.40643,300,5,0,63000,0,1,0,0,0),(124383,32467,571,1,1,27984,0,6765.65,2458.73,429.034,0.314159,300,0,0,63000,0,0,0,0,0),(124384,32467,571,1,1,27984,0,6820.34,2541.02,417.051,0.349066,300,0,0,63000,0,0,0,0,0),(124385,32467,571,1,1,27984,0,6842.29,2647.86,413.222,0.401426,300,0,0,63000,0,0,0,0,0),(124386,32467,571,1,1,27984,0,6829.52,2693.59,417.797,0.087266,300,0,0,63000,0,0,0,0,0),(124387,32467,571,1,1,27984,0,6913.63,2630.33,406.829,0.259605,300,5,0,63000,0,1,0,0,0),(124388,32467,571,1,1,27984,0,6783.15,2608.15,419.479,0.349066,300,0,0,63000,0,0,0,0,0),(124389,32467,571,1,1,27984,0,6765.67,2647.33,425.66,0.261799,300,0,0,63000,0,0,0,0,0),(124390,32467,571,1,1,27984,0,6841.67,2576,413.365,0.331613,300,0,0,63000,0,0,0,0,0),(124391,32467,571,1,1,27984,0,6859.69,2536.48,413.908,0.366519,300,0,0,63000,0,0,0,0,0),(124392,32467,571,1,1,27984,0,6764.55,2509.43,424.575,0.436332,300,0,0,63000,0,0,0,0,0),(124393,29396,571,1,1,26217,1,7403.79,4210.33,316.383,0.017453,300,0,0,60875,19465,0,0,0,0),(124394,32468,571,1,1,27628,1,8516.91,2725.12,652.437,3.38594,300,0,0,12600,3994,0,0,0,0),(124395,32468,571,1,1,27628,1,8605.21,2652.47,652.437,0.680678,300,0,0,12600,3994,0,0,0,0),(124396,32468,571,1,1,27631,1,8602.48,2721.95,652.437,1.8326,300,0,0,12600,3994,0,0,0,0),(124397,32468,571,1,1,27628,1,8565.77,2604.29,652.437,3.29867,300,0,0,12600,3994,0,0,0,0),(124398,32468,571,1,1,27631,1,8552.76,2741.69,652.437,0.034907,300,0,0,12600,3994,0,0,0,0),(124399,32468,571,1,1,27630,1,8498.3,2655,652.437,1.13446,300,0,0,12600,3994,0,0,0,0),(124400,31444,571,1,2,27595,1,5802.4,2198.67,514.367,4.13643,300,0,0,12600,0,0,0,0,0),(124401,32469,571,1,1,25627,0,8423.8,2704.27,655.079,3.2547,300,5,0,12600,3994,1,0,0,0),(124402,32469,571,1,1,25664,0,8567.36,2610.73,652.353,3.8587,300,5,0,12600,3994,1,0,0,0),(124403,32469,571,1,1,25402,0,8551.69,2616.2,652.353,6.22044,300,5,0,12600,3994,1,0,0,0),(124404,32469,571,1,1,25402,0,8540.21,2657.25,652.353,4.34268,300,5,0,12600,3994,1,0,0,0),(124405,24021,571,1,1,0,0,8426.12,2867.99,614.974,1.5708,300,0,0,42,0,0,0,0,0),(124406,24021,571,1,1,0,0,8432.43,2868.04,615.224,1.5708,300,0,0,42,0,0,0,0,0),(200145,14232,1,1,1,0,0,-2714.64,-3489.85,34.85,4.46,300,0,0,50,0,0,0,0,0),(124407,31701,571,1,1,27674,1,7270.91,1504.28,321.127,5.7631,300,0,0,18900,0,0,0,0,0),(124408,31701,571,1,1,27674,1,7271.82,1501.06,321.311,1.94607,300,0,0,18900,0,0,0,0,0),(124410,31701,571,1,1,27675,1,7274.38,1504.02,319.962,2.72362,300,0,0,18900,0,0,0,0,0),(124409,31701,571,1,1,27676,1,7263.22,1508.15,321.703,5.77489,300,0,0,18900,0,0,0,0,0),(124411,31701,571,1,1,27673,1,7264.96,1505.11,321.717,2.29558,300,0,0,18900,0,0,0,0,0),(124419,31702,571,1,1,27710,0,7452,815.984,563.311,2.39132,300,0,0,12600,0,2,0,0,0),(124420,31702,571,1,1,27710,0,7439.8,637.181,569.248,3.58485,300,0,0,12600,0,2,0,0,0),(124421,31702,571,1,1,27710,0,7555.06,771.019,539.688,3.872,300,0,0,12600,0,2,0,0,0),(124422,31702,571,1,1,27710,0,7709.96,952.233,566.558,5.99134,300,0,0,12600,0,2,0,0,0),(124423,31702,571,1,1,27710,0,7715.39,1144.44,527.259,4.70954,300,0,0,12600,0,2,0,0,0),(124424,31702,571,1,1,27710,0,8000.2,917.725,535.11,4.18489,300,0,0,12600,0,2,0,0,0),(124425,31702,571,1,1,27710,0,7809.29,1155.24,506.488,3.30403,300,0,0,12600,0,2,0,0,0),(124426,29655,571,1,1,11686,0,4033.99,7093.21,168.006,1.48353,300,5,0,42,0,1,0,0,0),(124427,28375,571,1,1,2597,0,4004.88,6389.42,29.9574,6.21337,300,0,0,10685,0,0,0,0,0),(124428,32472,571,1,1,26801,0,8487.13,2648.59,661.325,4.31544,300,0,0,12600,3994,2,0,0,0),(124429,32472,571,1,1,26801,0,8553.72,2732.76,672.137,3.70483,300,0,0,12600,3994,2,0,0,0),(124430,32472,571,1,1,26801,0,8449.46,2690.45,674.818,2.83364,300,5,0,12600,3994,1,0,0,0),(124431,32472,571,1,1,26801,0,8508.51,2670.06,661.061,2.5883,300,5,0,12600,3994,1,0,0,0),(124432,30683,571,1,128,26866,0,6383.94,246.866,396.434,4.72984,300,0,0,88200,31952,0,0,0,0),(124433,29405,571,1,1,26222,1,7428.57,4212.2,314.221,4.04916,300,0,0,58850,19045,0,0,0,0),(124434,25309,571,1,1,0,0,4133.5,6261.69,28.8527,2.53936,300,0,0,4979,0,0,0,0,0),(124435,30430,571,1,1,23793,0,7005.24,4495.9,601.163,3.15247,300,5,0,11379,0,1,0,0,0),(124436,31198,571,1,1,25692,0,6828.18,1632.97,389.117,4.43314,300,0,0,107848,0,0,0,0,0),(124437,30430,571,1,1,27019,0,8112.74,3430,672.405,5.39005,300,5,0,11379,0,1,0,0,0),(124438,30430,571,1,1,27019,0,8346.05,3136.45,603.314,5.89253,300,5,0,11379,0,1,0,0,0),(124439,30430,571,1,1,22003,0,7794.56,3682.52,653.15,5.49708,300,5,0,11379,0,1,0,0,0),(124440,30430,571,1,1,23793,0,7711.1,3440.48,656.526,3.2601,300,5,0,11379,0,1,0,0,0),(124441,30687,571,1,1,27107,1,6903.42,3569.34,734.476,3.7001,300,0,0,10080,8814,0,0,0,0),(124442,30431,571,1,131,27020,1,6266.74,-44.569,421.498,3.83972,300,0,0,23310,11982,0,0,0,0),(124443,32479,571,1,1,27897,1,6681.9,2429.84,437.74,0.401426,300,0,0,75600,0,0,0,0,0),(124445,30687,571,1,1,27105,1,6774.13,3539.31,670.366,1.6057,300,0,0,10080,8814,0,0,0,0),(124446,30687,571,1,1,27105,1,6553.07,3458.44,598.196,4.48216,300,0,0,10080,8814,0,0,0,0),(124447,30687,571,1,1,27107,1,6774.89,3517.14,670.424,5.11381,300,0,0,10080,8814,0,0,0,0),(124448,32479,571,1,1,27897,1,6636.5,2546.09,440.964,0.715585,300,0,0,75600,0,0,0,0,0),(124449,30687,571,1,1,27105,1,6929.61,3518.63,705.089,0.191986,300,0,0,10080,8814,0,0,0,0),(124450,30687,571,1,1,27107,1,6814.22,3508.21,690.362,4.79965,300,0,0,10080,8814,0,0,0,0),(124451,30687,571,1,1,27105,1,6859.63,3516.03,696.162,5.13127,300,0,0,10080,8814,0,0,0,0),(124452,30687,571,1,1,27105,1,6835.12,3510.87,690.358,1.44862,300,0,0,10080,8814,0,0,0,0),(124453,30687,571,1,1,27105,1,6895.66,3447.63,702.392,2.21657,300,0,0,10080,8814,0,0,0,0),(124454,30687,571,1,1,27105,1,7029.16,3466.63,697.2,5.51524,300,0,0,10080,8814,0,0,0,0),(124455,30687,571,1,1,27105,1,6590.36,3329.35,667.972,-0.624021,300,0,0,10080,8814,0,0,0,0),(124456,30687,571,1,1,27107,1,6664.98,3361.69,704.363,3.40339,300,0,0,10080,8814,0,0,0,0),(124457,30687,571,1,1,27105,1,6668.18,3340.75,703.983,4.62512,300,0,0,10080,8814,0,0,0,0),(124458,30687,571,1,1,27107,1,6718.39,3443.15,682.704,0.488692,300,0,0,10080,8814,0,0,0,0),(124459,30687,571,1,1,27105,1,7015.71,3438.25,696.559,0.418879,300,0,0,10080,8814,0,0,0,0),(124460,30687,571,1,1,27107,1,6888.78,3497.83,696.124,0.872665,300,0,0,10080,8814,0,0,0,0),(124461,30687,571,1,1,27105,1,6524.63,3249.57,666.572,2.56563,300,0,0,10080,8814,0,0,0,0),(124462,30687,571,1,1,27107,1,6438.85,3248.13,642.251,5.84685,300,0,0,10080,8814,0,0,0,0),(124463,30687,571,1,1,27107,1,6562.47,3338.1,665.2,3.29867,300,0,0,10080,8814,0,0,0,0),(124464,30687,571,1,1,27107,1,6579.69,3337.82,665.637,3.21141,300,0,0,10080,8814,0,0,0,0),(124465,29919,571,1,1,26638,1,8426.61,2927.59,606.259,-1.51844,300,0,0,12600,0,0,0,0,0),(124466,30687,571,1,1,27105,1,6514.78,3475.23,595.701,1.18682,300,0,0,10080,8814,0,0,0,0),(124467,30687,571,1,1,27105,1,6542.64,3460.84,597.233,0.174533,300,0,0,10080,8814,0,0,0,0),(124468,30687,571,1,1,27107,1,6502.43,3480.17,595.569,1.18682,300,0,0,10080,8814,0,0,0,0),(124469,30687,571,1,1,27107,1,6533.85,3472.25,595.623,2.94961,300,0,0,10080,8814,0,0,0,0),(124470,30687,571,1,1,27107,1,6486.38,3478.65,595.515,4.13643,300,0,0,10080,8814,0,0,0,0),(124471,30687,571,1,1,27107,1,6532.43,3406.58,599.848,2.30383,300,0,0,10080,8814,0,0,0,0),(124472,30687,571,1,1,27105,1,6470.66,3426.19,595.621,3.71755,300,0,0,10080,8814,0,0,0,0),(124473,30687,571,1,1,27107,1,6464.17,3457.64,595.566,5.65487,300,0,0,10080,8814,0,0,0,0),(124474,30687,571,1,1,27107,1,6531.42,3332.51,664.919,1.53589,300,0,0,10080,8814,0,0,0,0),(124475,30687,571,1,1,27107,1,6520.69,3337.31,664.861,4.83456,300,0,0,10080,8814,0,0,0,0),(124476,30687,571,1,1,27105,1,6535.17,3344.99,664.866,5.21853,300,0,0,10080,8814,0,0,0,0),(124477,30687,571,1,1,27105,1,6511.29,3301.17,664.918,3.71755,300,0,0,10080,8814,0,0,0,0),(124478,30687,571,1,1,27107,1,6504.18,3283.13,664.887,0.314159,300,0,0,10080,8814,0,0,0,0),(124479,30687,571,1,1,27107,1,6518.14,3269.29,664.919,3.9619,300,0,0,10080,8814,0,0,0,0),(124480,24288,571,1,1,11686,0,4136.86,6269.42,28.3617,4.76475,300,0,0,42,0,0,0,0,0),(124481,30944,571,1,1,27402,1,6439.61,2065.58,563.378,2.72271,300,0,0,126000,0,0,0,0,0),(124482,32224,571,1,1,11686,0,7299.95,1529.79,325.477,3.36848,300,5,0,12600,0,1,0,0,0),(124483,30433,571,1,131,27021,1,6162.62,-62.0921,388.264,0.383972,300,0,0,37800,0,0,0,0,0),(124484,30689,571,1,1,15962,1,6445.85,3433.65,595.462,0.087266,300,0,0,12600,3994,0,0,0,0),(124485,30689,571,1,1,15962,1,6451,3463.59,595.462,5.86431,300,0,0,12600,3994,0,0,0,0),(124486,30689,571,1,1,15962,1,6465.63,3393.33,595.462,0.959931,300,0,0,12600,3994,0,0,0,0),(124487,30689,571,1,1,15962,1,6519.28,3498.37,595.462,4.55531,300,0,0,12600,3994,0,0,0,0),(124488,30689,571,1,1,15962,1,6546.22,3485.22,595.462,3.94444,300,0,0,12600,3994,0,0,0,0),(124489,30689,571,1,1,15962,1,6489.28,3497.37,595.462,5.14872,300,0,0,12600,3994,0,0,0,0),(124490,30946,571,1,1,27404,1,8401.19,2681.06,657.544,2.26893,300,0,0,126000,0,0,0,0,0),(124491,30434,571,1,131,27022,1,6253.79,-27.5219,410.131,1.64061,300,0,0,11770,0,0,0,0,0),(124492,25314,571,1,1,23082,1,3575.61,6671.72,195.267,5.42797,300,0,0,7688,7500,0,0,0,0),(124493,32482,571,1,1,24301,0,6737.38,2416.56,439.082,0.663225,300,0,0,78198,0,0,0,0,0),(124494,32482,571,1,1,24301,0,6662.3,2601.11,440.442,0.558505,300,0,0,78198,0,0,0,0,0),(124495,30947,571,1,1,27405,0,8394.54,2672.36,658.14,1.36136,300,0,0,12600,0,0,0,0,0),(124496,30947,571,1,1,27405,0,8389.47,2675.05,658.772,0.925025,300,0,0,12600,0,0,0,0,0),(124497,30436,571,1,131,27023,1,6202.67,-7.33534,410.219,3.54302,300,0,0,12175,0,2,0,0,0),(124498,30180,571,1,1,26830,1,8468.22,3069.44,588.885,2.09439,300,0,0,10080,8814,0,0,0,0),(124499,30949,571,1,1,9789,1,7635.72,3216.56,583.349,5.44543,300,0,0,12600,0,0,0,0,0),(124500,30949,571,1,1,9789,1,8046.29,2855.72,521.11,5.51524,300,0,0,12600,0,0,0,0,0),(124501,30949,571,1,1,9789,1,7633.02,3181.73,562.796,2.93215,300,0,0,12600,0,0,0,0,0),(124502,30949,571,1,1,9789,1,7886.51,2926.05,496.173,2.54818,300,0,0,12600,0,0,0,0,0),(124503,30949,571,1,1,9789,1,7707.86,3206,601.074,2.23402,300,0,0,12600,0,0,0,0,0),(124504,30949,571,1,1,9789,1,7602.6,3154.66,564.59,2.3911,300,0,0,12600,0,0,0,0,0),(124505,30949,571,1,1,9789,1,7668.86,3200.71,591.859,0.959931,300,0,0,12600,0,0,0,0,0),(124506,30949,571,1,1,9789,1,8043.08,2884.47,492.521,0.628319,300,0,0,12600,0,0,0,0,0),(124507,30949,571,1,1,9789,1,7777.92,2940.4,536.67,3.97935,300,0,0,12600,0,0,0,0,0),(124508,30949,571,1,1,9789,1,7828.04,3044.27,572.737,6.19592,300,0,0,12600,0,0,0,0,0),(124509,30949,571,1,1,9789,1,7982.03,2957.94,521.649,0.890118,300,0,0,12600,0,0,0,0,0),(124510,30949,571,1,1,9789,1,7996.54,3061.88,605.222,2.96706,300,0,0,12600,0,0,0,0,0),(124511,30949,571,1,1,9789,1,7726.15,3210.04,605.909,0.907571,300,0,0,12600,0,0,0,0,0),(124512,30949,571,1,1,9789,1,7707.67,3192.59,589.219,2.33874,300,0,0,12600,0,0,0,0,0),(124513,30949,571,1,1,9789,1,7616.82,3131.62,539.273,3.78736,300,0,0,12600,0,0,0,0,0),(124514,30949,571,1,1,9789,1,7603.76,3133.83,561.101,5.32325,300,0,0,12600,0,0,0,0,0),(124515,30949,571,1,1,9789,1,7742.34,2997.79,552.415,4.08407,300,0,0,12600,0,0,0,0,0),(124516,30949,571,1,1,9789,1,7844.87,3003.36,547.384,1.06465,300,0,0,12600,0,0,0,0,0),(124517,31205,571,1,1,27576,1,6889.06,1160.94,285.754,0,300,5,0,12600,0,1,0,0,0),(124518,30949,571,1,1,9789,1,7952.4,2833.26,485.412,5.67232,300,0,0,12600,0,0,0,0,0),(124519,30949,571,1,1,9789,1,7884.68,2871.52,472.917,3.90954,300,0,0,12600,0,0,0,0,0),(124520,31205,571,1,1,27573,1,6924.86,1226.06,292.355,6.14578,300,5,0,12600,0,1,0,0,0),(124521,31205,571,1,1,27573,1,6910.49,1180.66,288.314,0.630807,300,5,0,12600,0,1,0,0,0),(124522,31205,571,1,1,27573,1,6908.2,1192.08,287.506,0.354862,300,5,0,12600,0,1,0,0,0),(124523,31205,571,1,1,27573,1,6894.27,1170.31,286.172,5.03423,300,5,0,12600,0,1,0,0,0),(124524,30949,571,1,1,9789,1,8039.57,2979.1,570.299,5.88176,300,0,0,12600,0,0,0,0,0),(124525,30949,571,1,1,9789,1,7894.19,3007.94,526.813,2.56563,300,0,0,12600,0,0,0,0,0),(124526,30949,571,1,1,9789,1,7918.37,3024.68,556.827,2.49582,300,0,0,12600,0,0,0,0,0),(124527,30437,571,1,131,27024,1,6272.58,-23.675,410.797,2.98451,300,0,0,11379,0,0,0,0,0),(124528,30949,571,1,1,9789,1,7631.18,3121.7,533.936,4.55531,300,0,0,12600,0,0,0,0,0),(124529,30949,571,1,1,9789,1,7647.75,3129.05,542.039,5.68977,300,0,0,12600,0,0,0,0,0),(124530,30949,571,1,1,9789,1,7627.48,3162.77,537.245,2.47837,300,0,0,12600,0,0,0,0,0),(124531,31205,571,1,1,27550,1,6955.77,1121.55,296.552,0.383515,300,5,0,12600,0,1,0,0,0),(124532,30949,571,1,1,9789,1,8016.41,2926.73,529.729,0.663225,300,0,0,12600,0,0,0,0,0),(124533,30949,571,1,1,9789,1,7751.92,2953.8,550.974,2.23402,300,0,0,12600,0,0,0,0,0),(124534,30949,571,1,1,9789,1,8051.15,3004.99,588.33,1.20428,300,0,0,12600,0,0,0,0,0),(124535,31205,571,1,1,27576,1,6945.07,1165.73,293.765,3.96819,300,5,0,12600,0,1,0,0,0),(124536,31205,571,1,1,27573,1,6934.02,1154.08,293.092,2.30601,300,5,0,12600,0,1,0,0,0),(124537,31205,571,1,1,27573,1,6926.3,1128.2,291.752,6.22396,300,5,0,12600,0,1,0,0,0),(124538,31205,571,1,1,27576,1,6945.22,1122.28,296.167,1.39328,300,5,0,12600,0,1,0,0,0),(124539,31205,571,1,1,27550,1,6906.41,1124.97,287.167,1.5568,300,5,0,12600,0,1,0,0,0),(124540,31205,571,1,1,27550,1,6911.78,1052.34,306.464,3.25472,300,5,0,12600,0,1,0,0,0),(124541,31205,571,1,1,27573,1,6826.46,1275.12,284.651,1.05513,300,5,0,12600,0,1,0,0,0),(124542,31205,571,1,1,27573,1,6837.71,1244.11,280.538,2.95205,300,5,0,12600,0,1,0,0,0),(124543,31205,571,1,1,27550,1,6840.59,1258.47,281.558,5.92326,300,5,0,12600,0,1,0,0,0),(124544,31205,571,1,1,27573,1,6865.24,1280.96,284.704,4.856,300,5,0,12600,0,1,0,0,0),(124545,31205,571,1,1,27550,1,6556.9,996.463,280.782,3.69777,300,0,0,12600,0,0,0,0,0),(124546,31205,571,1,1,27573,1,6882.8,1184.79,284.752,0.285953,300,5,0,12600,0,1,0,0,0),(124547,31205,571,1,1,27576,1,6877.92,1181.75,284.226,3.39012,300,5,0,12600,0,1,0,0,0),(124548,31205,571,1,1,27576,1,6911.42,1185.32,288.303,1.40308,300,5,0,12600,0,1,0,0,0),(124549,31205,571,1,1,27576,1,6904.12,1189.34,286.975,0.507043,300,0,0,12600,0,0,0,0,0),(124550,31205,571,1,1,27573,1,6656.22,1256.13,283.993,4.24871,300,0,0,12600,0,0,0,0,0),(124551,31205,571,1,1,27550,1,6902.58,1176.97,287.256,1.3258,300,5,0,12600,0,1,0,0,0),(124552,31205,571,1,1,27573,1,6846.73,1177.08,281.037,0,300,5,0,12600,0,1,0,0,0),(124553,31205,571,1,1,27550,1,6899.72,1257.62,286.566,3.90904,300,5,0,12600,0,1,0,0,0),(124554,31205,571,1,1,27573,1,6903.48,1262.46,288.006,1.99229,300,5,0,12600,0,1,0,0,0),(124555,30949,571,1,1,9789,1,7684.4,3173.96,578.837,2.51327,300,0,0,12600,0,0,0,0,0),(124556,30949,571,1,1,9789,1,7947.25,2982.42,516.62,5.84685,300,0,0,12600,0,0,0,0,0),(124557,30949,571,1,1,9789,1,7819.08,3079.08,572.505,0.785398,300,0,0,12600,0,0,0,0,0),(124558,31205,571,1,1,27550,1,6898.58,1224,286.868,0.494947,300,5,0,12600,0,1,0,0,0),(124559,30949,571,1,1,9789,1,7995.11,3039.1,571.535,1.0472,300,0,0,12600,0,0,0,0,0),(124560,30949,571,1,1,9789,1,7803.2,3031.48,524.188,1.6057,300,0,0,12600,0,0,0,0,0),(124561,30949,571,1,1,9789,1,7783.22,3043.4,524.66,2.35619,300,0,0,12600,0,0,0,0,0),(124562,30949,571,1,1,9789,1,7669.94,3098.11,557.198,5.88176,300,0,0,12600,0,0,0,0,0),(124563,30949,571,1,1,9789,1,7726.76,3138.19,573.877,4.55531,300,0,0,12600,0,0,0,0,0),(124564,30949,571,1,1,9789,1,7715.57,3129.82,562.44,0.05236,300,0,0,12600,0,0,0,0,0),(124565,30949,571,1,1,9789,1,7834.51,3086.21,581.614,5.28835,300,0,0,12600,0,0,0,0,0),(124566,30949,571,1,1,9789,1,8056.89,2956.47,555.844,0.645772,300,0,0,12600,0,0,0,0,0),(124567,30949,571,1,1,9789,1,7997.17,2922.08,482.499,0.139626,300,0,0,12600,0,0,0,0,0),(124568,30949,571,1,1,9789,1,7945.5,2967.46,491.633,1.93731,300,0,0,12600,0,0,0,0,0),(124569,31205,571,1,1,27576,1,6891.63,1206.71,285.118,0.955149,300,5,0,12600,0,1,0,0,0),(124570,31205,571,1,1,27573,1,6878.01,1270.31,285.607,6.16294,300,5,0,12600,0,1,0,0,0),(124571,31205,571,1,1,27573,1,6870.07,1209.96,283.493,5.51601,300,5,0,12600,0,1,0,0,0),(124572,31205,571,1,1,27573,1,6860.67,1231.21,282.805,2.09952,300,5,0,12600,0,1,0,0,0),(124573,31205,571,1,1,27576,1,6909.61,1196.97,288.12,1.15257,300,5,0,12600,0,1,0,0,0),(124574,31205,571,1,1,27573,1,6865.82,1249.8,283.816,6.19518,300,5,0,12600,0,1,0,0,0),(124575,31205,571,1,1,27576,1,6913.06,1190.42,288.284,2.2307,300,5,0,12600,0,1,0,0,0),(124576,31205,571,1,1,27576,1,6913.47,1179.36,288.131,5.54587,300,5,0,12600,0,1,0,0,0),(124577,31205,571,1,1,27576,1,6884.16,1144.49,287.064,0.322986,300,5,0,12600,0,1,0,0,0),(124578,30949,571,1,1,9789,1,8070.63,2931.82,566.707,0.488692,300,0,0,12600,0,0,0,0,0),(124579,31205,571,1,1,27573,1,6934.47,1197.92,290.783,0,300,5,0,12600,0,1,0,0,0),(124580,30949,571,1,1,9789,1,7952.81,3008.54,551.666,0.191986,300,0,0,12600,0,0,0,0,0),(124581,30949,571,1,1,9789,1,7655.56,3172.11,538.097,0.837758,300,0,0,12600,0,0,0,0,0),(124582,30949,571,1,1,9789,1,7972.46,3037.93,572.018,2.25148,300,0,0,12600,0,0,0,0,0),(124583,30949,571,1,1,9789,1,7946.23,3050.99,561.342,2.04204,300,0,0,12600,0,0,0,0,0),(124584,30949,571,1,1,9789,1,7873.04,2975.45,520.304,2.35619,300,0,0,12600,0,0,0,0,0),(124585,31205,571,1,1,27573,1,6882.06,1180.95,284.56,3.46983,300,5,0,12600,0,1,0,0,0),(124586,30949,571,1,1,9789,1,7952.83,2796.33,512.367,0.174533,300,0,0,12600,0,0,0,0,0),(124587,30949,571,1,1,9789,1,7697,3083.58,557.999,1.0472,300,0,0,12600,0,0,0,0,0),(124588,30949,571,1,1,9789,1,7735.28,3083.33,554.009,0.872665,300,0,0,12600,0,0,0,0,0),(124589,30949,571,1,1,9789,1,7714.6,3054.18,548.286,3.63029,300,0,0,12600,0,0,0,0,0),(124590,30949,571,1,1,9789,1,7741.05,3069.88,540.08,0.802851,300,0,0,12600,0,0,0,0,0),(124591,30949,571,1,1,9789,1,7756.19,3049.87,537.458,0.837758,300,0,0,12600,0,0,0,0,0),(124592,30949,571,1,1,9789,1,7741.85,3023.79,529.973,4.31096,300,0,0,12600,0,0,0,0,0),(124593,30949,571,1,1,9789,1,8011.28,2843.45,498.082,5.53269,300,0,0,12600,0,0,0,0,0),(124594,30949,571,1,1,9789,1,7915.56,2941.7,485.002,2.40855,300,0,0,12600,0,0,0,0,0),(124595,31205,571,1,1,27576,1,6922.12,1073.65,301.695,0.070185,300,5,0,12600,0,1,0,0,0),(124596,31205,571,1,1,27550,1,6922.19,1068.92,302.948,3.70027,300,5,0,12600,0,1,0,0,0),(124597,31205,571,1,1,27576,1,6889.58,1093.75,293.432,4.54718,300,5,0,12600,0,1,0,0,0),(124598,31205,571,1,1,27550,1,6893.29,1088.37,294.057,2.56702,300,5,0,12600,0,1,0,0,0),(124599,31205,571,1,1,27576,1,6909.35,1211.73,290.074,5.94568,300,5,0,12600,0,1,0,0,0),(124600,31205,571,1,1,27573,1,6856.2,1172.07,281.858,1.16662,300,5,0,12600,0,1,0,0,0),(124601,31205,571,1,1,27550,1,6621.46,1130.97,272.547,0.588001,300,5,0,12600,0,1,0,0,0),(124602,31205,571,1,1,27550,1,6570.07,1123.97,274.104,5.7874,300,0,0,12600,0,0,0,0,0),(124603,31205,571,1,1,27576,1,6569.72,1186.09,275.365,3.89729,300,0,0,12600,0,0,0,0,0),(124604,30949,571,1,1,9789,1,7957.09,2921.18,465.509,5.84685,300,0,0,12600,0,0,0,0,0),(124605,30949,571,1,1,9789,1,8028.61,3028.02,604.42,0.837758,300,0,0,12600,0,0,0,0,0),(124606,30949,571,1,1,9789,1,7991.14,3086.34,618.871,5.21853,300,0,0,12600,0,0,0,0,0),(124607,30949,571,1,1,9789,1,7925.15,3090.83,599.647,2.00713,300,0,0,12600,0,0,0,0,0),(124608,30949,571,1,1,9789,1,8075.26,2981.69,618.593,3.47321,300,0,0,12600,0,0,0,0,0),(124609,30949,571,1,1,9789,1,7969.44,3090.87,610.922,0.872665,300,0,0,12600,0,0,0,0,0),(124610,30949,571,1,1,9789,1,7916.42,3067.47,599.441,3.92699,300,0,0,12600,0,0,0,0,0),(124611,30949,571,1,1,9789,1,7763.38,2978.45,532.422,2.47837,300,0,0,12600,0,0,0,0,0),(124612,30949,571,1,1,9789,1,7880.23,3072.03,594.088,0.837758,300,0,0,12600,0,0,0,0,0),(124613,30949,571,1,1,9789,1,7861.88,3051.37,578.086,2.21657,300,0,0,12600,0,0,0,0,0),(124614,30949,571,1,1,9789,1,7865.9,3000.65,562.984,4.46804,300,0,0,12600,0,0,0,0,0),(124615,30949,571,1,1,9789,1,7840.92,2963.89,521.326,6.00393,300,0,0,12600,0,0,0,0,0),(124616,30949,571,1,1,9789,1,7852.6,2916.28,516.039,4.06662,300,0,0,12600,0,0,0,0,0),(124617,30950,571,1,1,19595,0,6436.78,3100.7,658.905,5.86431,300,0,0,12600,3994,0,0,0,0),(124618,30438,571,1,131,27025,1,6173.39,-65.359,388.263,2.25148,300,0,0,11379,0,0,0,0,0),(124622,31718,571,1,1,25750,0,7741.09,909.896,461.475,3.37406,300,5,0,12600,3994,1,0,0,0),(124623,31718,571,1,1,25750,0,7767.11,1010.92,444.043,3.15624,300,5,0,12600,3994,1,0,0,0),(124624,31718,571,1,1,25750,0,7653.26,917.081,481.776,2.2257,300,5,0,12600,3994,1,0,0,0),(124625,31718,571,1,1,25750,0,7698.46,855.157,475.637,0.43743,300,0,0,12600,3994,0,0,0,0),(124626,31718,571,1,1,25750,0,7671.24,888.665,482.114,6.26937,300,5,0,12600,3994,1,0,0,0),(124627,31718,571,1,1,25750,0,7625.14,770.293,480.362,4.31681,300,5,0,12600,3994,1,0,0,0),(124628,31718,571,1,1,25750,0,7517.95,670.671,488.046,2.96816,300,5,0,12600,3994,1,0,0,0),(124629,31718,571,1,1,25750,0,7490.04,770.888,469.098,3.51362,300,5,0,12600,3994,1,0,0,0),(124630,31718,571,1,1,25750,0,7537,739.385,476.019,4.85249,300,5,0,12600,3994,1,0,0,0),(124631,31718,571,1,1,25750,0,7570.88,981.271,482.12,4.74724,300,5,0,12600,3994,1,0,0,0),(124632,31718,571,1,1,25750,0,7869.48,1207.85,444.053,4.87573,300,5,0,12600,3994,1,0,0,0),(124633,31718,571,1,1,25750,0,7857.07,1185.05,443.605,5.79054,300,5,0,12600,3994,1,0,0,0),(124634,31718,571,1,1,25750,0,7774.42,1163.96,441.958,2.88556,300,0,0,12600,3994,0,0,0,0),(124635,31718,571,1,1,25750,0,7908.68,1061.15,453.722,3.09089,300,5,0,12600,3994,1,0,0,0),(124636,31718,571,1,1,25750,0,7877.26,1011.55,448.881,1.67949,300,5,0,12600,3994,1,0,0,0),(124637,31718,571,1,1,25750,0,7927.2,1026.67,462.113,0.740304,300,5,0,12600,3994,1,0,0,0),(124638,31718,571,1,1,25750,0,7834.56,984.471,449.962,2.18153,300,5,0,12600,3994,1,0,0,0),(124639,31718,571,1,1,25750,0,7807.07,927.339,451.894,2.92134,300,0,0,12600,3994,0,0,0,0),(124640,31718,571,1,1,25750,0,7787.55,953.003,450.482,0.495764,300,5,0,12600,3994,1,0,0,0),(124641,31718,571,1,1,25750,0,7733.28,989.97,448.648,1.98357,300,5,0,12600,3994,1,0,0,0),(124642,31718,571,1,1,25750,0,7773.2,986.596,448.128,1.89753,300,5,0,12600,3994,1,0,0,0),(124643,31718,571,1,1,25750,0,7745.3,1043.8,443.06,5.72004,300,5,0,12600,3994,1,0,0,0),(124644,31718,571,1,1,25750,0,7724.26,1055.75,444.69,5.86411,300,5,0,12600,3994,1,0,0,0),(124645,31718,571,1,1,25750,0,7711.92,1125.59,440.168,2.28365,300,5,0,12600,3994,1,0,0,0),(124646,31718,571,1,1,25750,0,7717.88,1154.5,439.756,1.57712,300,5,0,12600,3994,1,0,0,0),(124647,31718,571,1,1,25750,0,7830.9,1220.96,439.386,4.85843,300,5,0,12600,3994,1,0,0,0),(124648,31718,571,1,1,25750,0,7788.75,1190.73,441.009,4.81468,300,5,0,12600,3994,1,0,0,0),(124649,31718,571,1,1,25750,0,7841.81,964.75,450.602,1.9354,300,0,0,12600,3994,0,0,0,0),(124650,31718,571,1,1,25750,0,7690.88,811.316,478.801,3.78607,300,5,0,12600,3994,1,0,0,0),(124651,31718,571,1,1,25750,0,7585.66,709.82,482.428,4.63041,300,5,0,12600,3994,1,0,0,0),(124653,31718,571,1,1,25750,0,7877.62,1252.81,443.223,4.90606,300,0,0,12600,3994,0,0,0,0),(124654,31718,571,1,1,25750,0,7939.66,1170.17,463.694,5.17371,300,5,0,12600,3994,1,0,0,0),(124655,31718,571,1,1,25750,0,7926.16,1195.18,459.389,0.51849,300,5,0,12600,3994,1,0,0,0),(124656,31718,571,1,1,25750,0,7903.13,1281.26,446.112,2.91351,300,5,0,12600,3994,1,0,0,0),(124657,31718,571,1,1,25750,0,7878.97,1120.2,443.6,1.8158,300,0,0,12600,3994,0,0,0,0),(124658,31718,571,1,1,25750,0,7608.79,968.665,484.85,2.95239,300,0,0,12600,3994,0,0,0,0),(124659,31718,571,1,1,25750,0,7568.75,840.106,490.358,4.70478,300,0,0,12600,3994,0,0,0,0),(124660,31718,571,1,1,25750,0,7731.17,788.561,476.63,1.15357,300,5,0,12600,3994,1,0,0,0),(124661,30439,571,1,131,27026,0,6214.31,7.55615,410.246,5.44543,300,0,0,9740,8636,0,0,0,0),(124662,30951,571,1,1,24994,0,7605.6,3166.19,572.952,5.91667,300,0,0,12600,0,0,0,0,0),(124663,30951,571,1,1,24994,0,7628.4,3193.9,580.966,5.11381,300,0,0,12600,0,0,0,0,0),(124664,30951,571,1,1,24994,0,7691.65,3184.93,593.436,4.34587,300,0,0,12600,0,0,0,0,0),(124665,30951,571,1,1,24994,0,7652.12,3204.28,606.09,4.29351,300,0,0,12600,0,0,0,0,0),(124666,30951,571,1,1,24994,0,7952.49,2988,538.062,4.86947,300,0,0,12600,0,0,0,0,0),(124667,30951,571,1,1,24994,0,7987.71,2805.99,533.539,1.55334,300,0,0,12600,0,0,0,0,0),(124668,30951,571,1,1,24994,0,8039.54,2841.99,540.61,2.26893,300,0,0,12600,0,0,0,0,0),(124669,30951,571,1,1,24994,0,7970.88,2823.24,505.714,1.5708,300,0,0,12600,0,0,0,0,0),(124670,30951,571,1,1,24994,0,7964.85,2925.66,487.905,4.66003,300,0,0,12600,0,0,0,0,0),(124671,30951,571,1,1,24994,0,7902.11,2959.11,517.396,4.67748,300,0,0,12600,0,0,0,0,0),(124672,30951,571,1,1,24994,0,7887.79,2935.23,519.975,5.65487,300,0,0,12600,0,0,0,0,0),(124673,30951,571,1,1,24994,0,7748.96,2981.99,556.165,0.506145,300,0,0,12600,0,0,0,0,0),(124674,30951,571,1,1,24994,0,7726.28,3042.76,556.165,6.12611,300,0,0,12600,0,0,0,0,0),(124675,30951,571,1,1,24994,0,7653.98,3114.09,559.953,2.11185,300,0,0,12600,0,0,0,0,0),(124676,30951,571,1,1,24994,0,7684.72,3156.22,563.099,3.59538,300,0,0,12600,0,0,0,0,0),(124677,30951,571,1,1,24994,0,7723.98,3162.97,578.643,3.90954,300,0,0,12600,0,0,0,0,0),(124678,30951,571,1,1,24994,0,7727.67,3108.29,582.271,3.31613,300,0,0,12600,0,0,0,0,0),(124679,30951,571,1,1,24994,0,7773.12,3060.11,577.87,4.53786,300,0,0,12600,0,0,0,0,0),(124680,30951,571,1,1,24994,0,7843.74,3046.11,588.035,4.34587,300,0,0,12600,0,0,0,0,0),(124681,30951,571,1,1,24994,0,7974,2982.41,566.98,3.71755,300,0,0,12600,0,0,0,0,0),(124682,30951,571,1,1,24994,0,8025.65,2939.26,563.083,3.66519,300,0,0,12600,0,0,0,0,0),(124683,30951,571,1,1,24994,0,8058.44,2893.67,546.162,3.29867,300,0,0,12600,0,0,0,0,0),(124684,30951,571,1,1,24994,0,8074.1,2937.93,578.032,3.31613,300,0,0,12600,0,0,0,0,0),(124685,30951,571,1,1,24994,0,8070.59,2960.56,604.81,3.64774,300,0,0,12600,0,0,0,0,0),(124686,30951,571,1,1,24994,0,7894.03,3059.56,602.725,4.53786,300,0,0,12600,0,0,0,0,0),(124687,30951,571,1,1,24994,0,7781.17,2962.48,532.422,0.698132,300,0,0,12600,0,0,0,0,0),(124688,30951,571,1,1,24994,0,7835.49,2918.16,521.399,4.18879,300,0,0,12600,0,0,0,0,0),(124689,30951,571,1,1,24994,0,7800.32,2901.37,512.233,4.45059,300,0,0,12600,0,0,0,0,0),(124690,30951,571,1,1,24994,0,7848.16,2887.37,509.068,0.523599,300,0,0,12600,0,0,0,0,0),(124691,30951,571,1,1,24994,0,7857.88,2828.47,495.051,3.90954,300,0,0,12600,0,0,0,0,0),(124692,30951,571,1,1,24994,0,7883.47,2864.5,501.746,0.907571,300,0,0,12600,0,0,0,0,0),(124693,30951,571,1,1,24994,0,7923.74,2815.27,504.333,0.907571,300,0,0,12600,0,0,0,0,0),(124694,30952,571,1,1,24908,0,7597.91,3119.93,560.475,4.84752,300,5,0,12600,0,1,0,0,0),(124695,30952,571,1,1,24908,0,7583.41,3107.73,558.919,1.58349,300,5,0,12600,0,1,0,0,0),(124696,30952,571,1,1,24908,0,7596.35,3083.99,556.605,4.22515,300,0,0,12600,0,0,0,0,0),(124697,30952,571,1,1,24908,0,7578.68,3174.75,578.391,2.50568,300,0,0,12600,0,0,0,0,0),(124698,30952,571,1,1,24908,0,7742.59,2934.43,552.263,2.3092,300,5,0,12600,0,1,0,0,0),(124699,30952,571,1,1,24908,0,7658.73,3234.17,599.949,2.81953,300,5,0,12600,0,1,0,0,0),(124700,32488,571,1,1,27994,1,8302.95,2781.84,655.176,3.93011,300,5,0,12600,3994,1,0,0,0),(124701,30952,571,1,1,24908,0,7667.55,3140.29,548.119,5.11111,300,5,0,12600,0,1,0,0,0),(124702,32488,571,1,1,27995,1,8301.28,2757.88,655.176,2.67569,300,5,0,12600,3994,1,0,0,0),(124703,30952,571,1,1,24908,0,7649.11,3092.56,556.654,5.83941,300,5,0,12600,0,1,0,0,0),(124704,30952,571,1,1,24908,0,7696.39,3128.69,557.285,3.83962,300,5,0,12600,0,1,0,0,0),(124705,30952,571,1,1,24908,0,7775.61,3073.57,577.565,5.50698,300,5,0,12600,0,1,0,0,0),(124706,32488,571,1,1,27995,1,8301.77,2766.35,655.232,2.86234,300,5,0,12600,3994,1,0,0,0),(124707,32488,571,1,1,27996,1,8302.49,2774.88,655.196,3.06885,300,5,0,12600,3994,1,0,0,0),(124708,30952,571,1,1,24908,0,7971.37,3023.84,567.978,4.74076,300,0,0,12600,0,0,0,0,0),(124709,30952,571,1,1,24908,0,7909.33,2988.54,519.251,4.65636,300,5,0,12600,0,1,0,0,0),(124710,30952,571,1,1,24908,0,8012.15,2979.55,563.33,2.8177,300,5,0,12600,0,1,0,0,0),(124711,30952,571,1,1,24908,0,7677.83,3062.6,559.352,2.65859,300,5,0,12600,0,1,0,0,0),(124712,30952,571,1,1,24908,0,7720.68,3086.03,553.987,4.18017,300,5,0,12600,0,1,0,0,0),(124713,30952,571,1,1,24908,0,7757.85,3041.31,528.057,1.70987,300,5,0,12600,0,1,0,0,0),(124714,30952,571,1,1,24908,0,7812.8,3084.03,574.143,2.05759,300,5,0,12600,0,1,0,0,0),(124715,30952,571,1,1,24908,0,7875.76,2945.49,519.405,0.551962,300,5,0,12600,0,1,0,0,0),(124716,30952,571,1,1,24908,0,7969.33,2794.59,533.494,3.73432,300,5,0,12600,0,1,0,0,0),(124717,30952,571,1,1,24908,0,8085.67,2855.74,553.863,2.55993,300,5,0,12600,0,1,0,0,0),(124718,30952,571,1,1,24908,0,8091.09,2884.59,556.989,1.99338,300,5,0,12600,0,1,0,0,0),(124719,30952,571,1,1,24908,0,7927.35,3076.41,599.337,3.05968,300,5,0,12600,0,1,0,0,0),(124720,30952,571,1,1,24908,0,7827.38,2957.79,517.649,4.67748,300,0,0,12600,0,0,0,0,0),(124721,30952,571,1,1,24908,0,7806.77,2929.77,516.885,5.68977,300,0,0,12600,0,0,0,0,0),(124722,30952,571,1,1,24908,0,7962.17,2816.54,512.367,4.4855,300,0,0,12600,0,0,0,0,0),(124723,30953,571,1,1,27409,1,6472.16,1735.21,508.726,2.30383,300,5,0,126000,0,1,0,0,0),(124724,30954,571,1,1,27410,1,6066.26,1922.77,632.703,0.174533,300,5,0,126000,0,1,0,0,0),(124725,24042,571,1,1,11686,0,6132.38,2760.76,573.997,4.36332,300,0,0,4120,0,0,0,0,0),(124726,32490,571,1,1,26540,0,6708.33,2672.19,437.903,1.85928,300,5,0,25200,0,1,0,0,0),(124727,32490,571,1,1,26540,0,6742.6,2579,426.112,1.657,300,5,0,25200,0,1,0,0,0),(124728,32490,571,1,1,26540,0,6792.26,2522,421.241,5.27836,300,5,0,25200,0,1,0,0,0),(124729,30186,571,1,1,26834,0,7166.14,3953.93,582.571,3.61283,300,0,0,11379,3725,0,0,0,0),(124730,30186,571,1,1,26834,0,7107.35,4081.13,535.401,3.50811,300,0,0,11379,3725,0,0,0,0),(124731,30186,571,1,1,26834,0,6916.92,4186.47,535.193,0.069813,300,0,0,11379,3725,0,0,0,0),(124732,30186,571,1,1,26834,0,7519.92,3593.14,625.275,1.11701,300,0,0,11379,3725,0,0,0,0),(124733,30186,571,1,1,26834,0,7702.05,3627.84,662.762,2.16421,300,0,0,11379,3725,0,0,0,0),(124734,30186,571,1,1,26834,0,7752.3,3601.77,664.803,1.01229,300,0,0,11379,3725,0,0,0,0),(124735,30186,571,1,1,26834,0,7705.63,3680.43,653.314,3.80482,300,0,0,11379,3725,0,0,0,0),(124736,30186,571,1,1,26834,0,7776.63,3720.96,654.738,4.17134,300,0,0,11379,3725,0,0,0,0),(124737,30186,571,1,1,26834,0,7878.6,3499.39,672.475,2.87979,300,0,0,11379,3725,0,0,0,0),(202584,24209,571,1,1,0,1,2135.16,-3289.06,152.549,6.23082,120,0,0,9291,3831,0,0,0,0),(202583,24186,571,1,1,0,1,2128.31,-3281.93,152.521,2.82743,120,0,0,9291,3831,0,0,0,0),(202514,33291,571,1,1,0,0,5160.35,-55.5195,347.405,0,120,0,0,12600,3994,0,0,0,0),(202513,33291,571,1,1,0,0,5159.44,-26.6491,347.405,0,120,0,0,12600,3994,0,0,0,0),(202512,33291,571,1,1,0,0,5155.75,-83.0628,347.6,0,120,0,0,12600,3994,0,0,0,0),(124743,30956,571,1,1,27411,1,6555.25,1622.7,633.546,1.5708,300,0,0,126000,0,0,0,0,0),(124744,32236,571,1,1,27834,1,7516.53,2167.89,502.32,2.28654,300,0,0,10080,8814,0,0,0,0),(124745,32236,571,1,1,27832,1,7496.99,2058.46,499.728,6.01084,300,5,0,10080,8814,1,0,0,0),(124746,32236,571,1,1,27832,1,7520.6,2110.66,500.311,0.785398,300,5,0,10080,8814,1,0,0,0),(124747,32236,571,1,1,27832,1,7521.94,2061.75,499.728,6.19592,300,5,0,10080,8814,1,0,0,0),(124748,32236,571,1,1,27832,1,7536.1,2092.74,500.311,2.59079,300,5,0,10080,8814,1,0,0,0),(124749,32236,571,1,1,27832,1,7505.96,2013.76,500.311,3.95257,300,5,0,10080,8814,1,0,0,0),(124750,30957,571,1,1,27417,0,6566.05,1635.05,632.467,4.01426,300,0,0,12600,0,0,0,0,0),(124751,30957,571,1,1,27417,0,6562.17,1635.76,632.46,4.24115,300,0,0,12600,0,0,0,0,0),(124752,30957,571,1,1,27412,0,6546.73,1634.43,632.539,5.37561,300,0,0,12600,0,0,0,0,0),(124753,30957,571,1,1,27417,0,6073.79,1916.07,633.025,4.35816,300,0,0,12600,0,0,0,0,0),(124754,30957,571,1,1,27414,0,6072.51,1919.15,632.903,2.70526,300,0,0,12600,0,0,0,0,0),(124755,30957,571,1,1,27417,0,6074.18,1927.1,632.908,3.59538,300,0,0,12600,0,0,0,0,0),(124756,30957,571,1,1,27414,0,6075.79,1926.65,632.753,3.49066,300,0,0,12600,0,0,0,0,0),(124757,30957,571,1,1,27417,0,6075.94,1918.44,632.768,2.75762,300,0,0,12600,0,0,0,0,0),(124758,30957,571,1,1,27414,0,6075.71,1920.28,632.661,2.9147,300,0,0,12600,0,0,0,0,0),(124759,30957,571,1,1,27412,0,6551.69,1633,632.547,5.09636,300,0,0,12600,0,0,0,0,0),(124760,30957,571,1,1,27417,0,6562.96,1633.54,632.537,4.11898,300,0,0,12600,0,0,0,0,0),(124761,30957,571,1,1,27412,0,6558.87,1635.94,632.495,4.46804,300,0,0,12600,0,0,0,0,0),(124762,30957,571,1,1,27412,0,6074.25,1917.74,632.941,2.6529,300,0,0,12600,0,0,0,0,0),(124763,30957,571,1,1,27417,0,6072.39,1924.24,632.662,3.35103,300,0,0,12600,0,0,0,0,0),(124764,30957,571,1,1,27414,0,6072.94,1931.03,633.004,3.9619,300,0,0,12600,0,0,0,0,0),(124765,30957,571,1,1,27412,0,6075.9,1924.52,632.703,3.31613,300,0,0,12600,0,0,0,0,0),(124766,30957,571,1,1,27417,0,6075.18,1930.16,633.078,3.76991,300,0,0,12600,0,0,0,0,0),(124767,30957,571,1,1,27414,0,6557.25,1631.82,632.547,4.53786,300,0,0,12600,0,0,0,0,0),(124768,30957,571,1,1,27414,0,6554.33,1630.36,632.547,4.90438,300,0,0,12600,0,0,0,0,0),(124769,30957,571,1,1,27417,0,6549.29,1630.17,632.537,1.25535,300,0,0,12600,0,0,0,0,0),(124770,30957,571,1,1,27414,0,6074.51,1932.8,633.088,3.9619,300,0,0,12600,0,0,0,0,0),(124771,30701,571,1,1,25627,0,6933.99,3503.48,705.106,3.25476,300,5,0,12175,0,1,0,0,0),(124772,30701,571,1,1,25627,0,6828.7,3518.81,690.719,1.4643,300,5,0,12175,0,1,0,0,0),(124773,30701,571,1,1,25627,0,6742.49,3521.75,668.899,2.16733,300,5,0,12175,0,1,0,0,0),(124774,30957,571,1,1,27412,0,6472.97,1749.09,508.684,4.69494,300,0,0,12600,0,0,0,0,0),(124775,30701,571,1,1,25627,0,6484.17,3221.35,648.021,5.5877,300,5,0,12175,0,1,0,0,0),(124776,30957,571,1,1,27417,0,6460.62,1743.13,508.684,5.68977,300,0,0,12600,0,0,0,0,0),(124777,30957,571,1,1,27417,0,6469.55,1743.27,508.684,5.07891,300,0,0,12600,0,0,0,0,0),(124778,30957,571,1,1,27417,0,6466.47,1745.57,508.684,5.25344,300,0,0,12600,0,0,0,0,0),(124779,30957,571,1,1,27417,0,6459.3,1737.01,508.684,6.10865,300,0,0,12600,0,0,0,0,0),(124780,30957,571,1,1,27412,0,6469.91,1745.75,508.684,4.97419,300,0,0,12600,0,0,0,0,0),(124781,30957,571,1,1,27417,0,6462.35,1740.36,508.684,5.79449,300,0,0,12600,0,0,0,0,0),(124782,30957,571,1,1,27417,0,6459.49,1739.95,508.684,5.91667,300,0,0,12600,0,0,0,0,0),(124783,30957,571,1,1,27414,0,6467.28,1747.87,508.684,5.11381,300,0,0,12600,0,0,0,0,0),(124784,30957,571,1,1,27412,0,6470.27,1747.93,508.684,4.92183,300,0,0,12600,0,0,0,0,0),(124785,30701,571,1,1,25627,0,6581.06,3455.85,599.054,0.174785,300,5,0,12175,0,1,0,0,0),(124786,30701,571,1,1,25627,0,6594.2,3338.46,666.275,6.15424,300,0,0,12175,0,0,0,0,0),(124787,30701,571,1,1,25627,0,6466.85,3306.18,622.817,1.48203,300,5,0,12175,0,1,0,0,0),(124788,30701,571,1,1,25627,0,6663.93,3344.29,703.786,1.19808,300,5,0,12175,0,1,0,0,0),(124789,30701,571,1,1,25627,0,6631.44,3232.45,666.834,3.16467,300,5,0,12175,0,1,0,0,0),(124790,30701,571,1,1,25627,0,6665.95,3191.12,665.347,-1.19295,300,0,0,12175,0,0,0,0,0),(124791,30958,571,1,1,27415,0,6543.19,1633.66,632.539,5.5676,300,0,0,12600,0,0,0,0,0),(124792,30958,571,1,1,27416,0,6555.85,1633.96,632.547,4.69494,300,0,0,12600,0,0,0,0,0),(124793,30958,571,1,1,27413,0,6552.86,1635.56,632.543,4.93928,300,0,0,12600,0,0,0,0,0),(124794,30958,571,1,1,27416,0,6545.98,1631.73,632.546,5.53269,300,0,0,12600,0,0,0,0,0),(124795,30958,571,1,1,27416,0,6565.62,1631.16,632.544,3.83972,300,0,0,12600,0,0,0,0,0),(124796,30958,571,1,1,27416,0,6549.56,1636.73,632.536,5.13127,300,0,0,12600,0,0,0,0,0),(124797,30958,571,1,1,27416,0,6075.43,1916.21,632.902,2.58309,300,0,0,12600,0,0,0,0,0),(124798,30958,571,1,1,27416,0,6074.34,1923.43,632.661,3.22886,300,0,0,12600,0,0,0,0,0),(124799,30958,571,1,1,27413,0,6074.32,1921.77,632.661,3.03687,300,0,0,12600,0,0,0,0,0),(124800,30958,571,1,1,27415,0,6071.79,1928.26,632.943,3.83972,300,0,0,12600,0,0,0,0,0),(124801,30958,571,1,1,27415,0,6559.66,1630.38,632.547,4.24115,300,0,0,12600,0,0,0,0,0),(124802,32238,571,1,1,27847,0,7515.78,1958.73,502.32,5.39307,300,0,0,10080,8814,0,0,0,0),(124803,30958,571,1,1,27413,0,6454.36,1741.16,508.726,2.67046,300,0,0,12600,0,0,0,0,0),(124804,30958,571,1,1,27413,0,6474.84,1747.41,508.684,3.38594,300,0,0,12600,0,0,0,0,0),(124805,30958,571,1,1,27413,0,6472.72,1745.13,508.684,3.15905,300,0,0,12600,0,0,0,0,0),(124806,30958,571,1,1,27415,0,6462.75,1742.98,508.684,5.60251,300,0,0,12600,0,0,0,0,0),(124807,30958,571,1,1,27416,0,6461.65,1737.39,508.684,6.03884,300,0,0,12600,0,0,0,0,0),(124808,30958,571,1,1,27413,0,6466.14,1740.77,508.684,5.55015,300,0,0,12600,0,0,0,0,0),(124809,30958,571,1,1,27416,0,6465.98,1743.29,508.684,5.39307,300,0,0,12600,0,0,0,0,0),(124810,32238,571,1,1,27848,0,7475.99,2051.15,499.812,0.942478,300,0,0,10080,8814,0,0,0,0),(124811,32238,571,1,1,27848,0,7523.09,2007.4,500.395,5.37561,300,0,0,10080,8814,0,0,0,0),(124812,32238,571,1,1,27848,0,7484.46,2028.21,499.812,1.53589,300,0,0,10080,8814,0,0,0,0),(124813,32238,571,1,1,27847,0,7511.14,1993.83,500.395,5.93412,300,0,0,10080,8814,0,0,0,0),(124814,32238,571,1,1,27847,0,7477.72,1982.05,500.395,4.39823,300,0,0,10080,8814,0,0,0,0),(124815,32238,571,1,1,27848,0,7525.66,2089.89,500.311,4.99214,300,5,0,10080,8814,1,0,0,0),(124816,32238,571,1,1,27848,0,7522.98,2113.69,500.395,3.97935,300,0,0,10080,8814,0,0,0,0),(124817,32238,571,1,1,27847,0,7468.92,2080.66,499.812,6.00393,300,0,0,10080,8814,0,0,0,0),(124818,32238,571,1,1,27848,0,7511.03,2074.04,499.812,4.95674,300,0,0,10080,8814,0,0,0,0),(124819,32238,571,1,1,27847,0,7499.45,2038.71,499.812,3.03687,300,0,0,10080,8814,0,0,0,0),(124820,32238,571,1,1,27848,0,7525.21,2061.42,499.812,3.00197,300,0,0,10080,8814,0,0,0,0),(124821,32238,571,1,1,27848,0,7544.28,2024.14,500.395,0.20944,300,0,0,10080,8814,0,0,0,0),(124822,32238,571,1,1,27848,0,7525.32,2036.77,500.311,2.24381,300,5,0,10080,8814,1,0,0,0),(124823,32238,571,1,1,27847,0,7549.74,2062.4,500.311,2.54988,300,5,0,10080,8814,1,0,0,0),(124824,30960,571,1,1,27550,1,6468.54,3109.87,658.1,3.9049,300,5,0,3780,0,1,0,0,0),(124825,30960,571,1,1,27573,1,6458.04,3091.82,657.605,5.63972,300,5,0,3780,0,1,0,0,0),(124826,30960,571,1,1,27573,1,6460.9,3127.81,657.605,3.05665,300,5,0,3780,0,1,0,0,0),(124827,30960,571,1,1,27573,1,6454.49,3110.28,657.605,0.150277,300,5,0,3780,0,1,0,0,0),(124828,30960,571,1,1,27550,1,6448.1,3078.37,657.605,4.67969,300,5,0,3780,0,1,0,0,0),(124829,30960,571,1,1,27550,1,6471.87,3067.57,657.477,-2.33623,300,0,0,3780,0,0,0,0,0),(124830,30960,571,1,1,27550,1,6473.73,3069.22,657.508,5.29618,300,0,0,3780,0,0,0,0,0),(124831,30960,571,1,1,27550,1,6470.21,3068.48,657.566,0.783585,300,0,0,3780,0,0,0,0,0),(124832,30960,571,1,1,27550,1,6446.78,3089.42,657.605,1.44918,300,5,0,3780,0,1,0,0,0),(124833,30960,571,1,1,27573,1,6441.87,3082.69,657.605,5.56257,300,5,0,3780,0,1,0,0,0),(124834,30960,571,1,1,27573,1,6453.66,3126.31,657.585,2.86769,300,5,0,3780,0,1,0,0,0),(124835,30960,571,1,1,27573,1,6430.13,3156.15,657.739,2.23035,300,5,0,3780,0,1,0,0,0),(124836,30960,571,1,1,27550,1,6443.15,3140.67,657.606,5.46918,300,5,0,3780,0,1,0,0,0),(124837,30960,571,1,1,27573,1,6451.02,3148.71,657.606,2.68937,300,5,0,3780,0,1,0,0,0),(124838,30960,571,1,1,27550,1,6430.52,3144.22,657.522,2.24414,300,5,0,3780,0,1,0,0,0),(124839,30960,571,1,1,27550,1,6456.87,3164.57,657.569,1.80802,300,5,0,3780,0,1,0,0,0),(124840,30960,571,1,1,27550,1,6444.15,3158.09,657.606,0.523411,300,5,0,3780,0,1,0,0,0),(124841,30960,571,1,1,27550,1,6453.15,3146.48,657.606,3.43228,300,5,0,3780,0,1,0,0,0),(124842,30960,571,1,1,27573,1,6461.91,3153.56,657.606,1.39079,300,5,0,3780,0,1,0,0,0),(124843,30960,571,1,1,27573,1,6445.65,3144.87,657.606,6.0739,300,5,0,3780,0,1,0,0,0),(124844,30960,571,1,1,27550,1,6438.75,3124.4,657.605,2.46679,300,5,0,3780,0,1,0,0,0),(124845,30960,571,1,1,27573,1,6459.44,3136.75,657.606,1.60291,300,5,0,3780,0,1,0,0,0),(124846,30960,571,1,1,27550,1,6435.27,3115.79,657.517,6.10112,300,5,0,3780,0,1,0,0,0),(124847,30960,571,1,1,27573,1,6452.76,3103.23,657.605,3.87945,300,5,0,3780,0,1,0,0,0),(124848,32242,571,1,1,26241,0,8038.9,2374.5,487.758,6.02139,300,0,0,4979,0,0,0,0,0),(124849,32498,571,1,1,25390,0,8642.96,1629.1,612.451,4.7822,300,0,0,42,0,0,0,0,0),(124850,32498,571,1,1,25391,0,8635.43,1622.43,615.361,3.80482,300,0,0,42,0,0,0,0,0),(124851,32498,571,1,1,25391,0,8636.94,1616.84,614.659,3.42085,300,0,0,42,0,0,0,0,0),(124852,32498,571,1,1,25390,0,8644.21,1617.63,612.057,1.13446,300,0,0,42,0,0,0,0,0),(124853,32498,571,1,1,25391,0,8645.07,1640.29,611.783,5.84685,300,0,0,42,0,0,0,0,0),(124854,32498,571,1,1,25390,0,8546.86,1438.15,617.656,1.3126,300,5,0,42,0,1,0,0,0),(124855,32498,571,1,1,25391,0,8475.21,1338.24,625.365,0.8012,300,5,0,42,0,1,0,0,0),(124856,32498,571,1,1,25391,0,8470.1,1332.62,625.746,0.803677,300,5,0,42,0,1,0,0,0),(124857,32498,571,1,1,25390,0,8475.63,1334.91,625.615,0.829659,300,5,0,42,0,1,0,0,0),(124858,32498,571,1,1,25391,0,8471.13,1335.39,625.615,0.791092,300,5,0,42,0,1,0,0,0),(124859,32498,571,1,1,25391,0,8473.08,1330.67,625.996,0.840023,300,5,0,42,0,1,0,0,0),(124860,32498,571,1,1,25390,0,8640.22,1612.27,613.915,5.77637,300,5,0,42,0,1,0,0,0),(124861,32498,571,1,1,25390,0,8636.86,1613.67,614.54,6.18542,300,5,0,42,0,1,0,0,0),(124862,32498,571,1,1,25391,0,8641.49,1622.66,613.04,5.53435,300,5,0,42,0,1,0,0,0),(124863,32498,571,1,1,25390,0,8647.83,1636.36,611.804,6.2148,300,5,0,42,0,1,0,0,0),(124864,32498,571,1,1,25391,0,8638.93,1634.88,613.804,5.51188,300,5,0,42,0,1,0,0,0),(124865,32498,571,1,1,25391,0,8643.77,1609.97,614.415,5.08462,300,5,0,42,0,1,0,0,0),(124866,30194,571,1,1,26835,0,6843.3,4039.84,616.329,5.13127,300,0,0,11379,3725,0,0,0,0),(124867,30194,571,1,1,26835,0,6946.56,3879.72,616.214,1.37881,300,0,0,11379,3725,0,0,0,0),(124868,30194,571,1,1,26835,0,7263.2,4174.11,576.375,2.16421,300,0,0,11379,3725,0,0,0,0),(124869,30194,571,1,1,26835,0,6934.81,4247.87,536.17,4.03171,300,0,0,11379,3725,0,0,0,0),(124870,32498,571,1,1,25390,0,8549.14,1319.15,618.945,0.189784,300,5,0,42,0,1,0,0,0),(124871,32498,571,1,1,25390,0,8544.2,1319.89,620.32,2.53498,300,5,0,42,0,1,0,0,0),(124872,32498,571,1,1,25391,0,8538.46,1314.63,621.32,5.87422,300,5,0,42,0,1,0,0,0),(124873,32498,571,1,1,25390,0,8539.76,1327.07,620.945,3.42248,300,5,0,42,0,1,0,0,0),(124874,32498,571,1,1,25391,0,8548.75,1330.03,620.195,4.07015,300,5,0,42,0,1,0,0,0),(124875,32498,571,1,1,25390,0,8557.48,1332.58,619.57,0.849407,300,5,0,42,0,1,0,0,0),(124876,32498,571,1,1,25390,0,8530.83,1320.87,622.573,1.42001,300,5,0,42,0,1,0,0,0),(124877,32498,571,1,1,25391,0,8531.61,1312.19,623.059,4.7822,300,0,0,42,0,0,0,0,0),(124878,32498,571,1,1,25390,0,8538.56,1307.79,620.498,0.069813,300,0,0,42,0,0,0,0,0),(124879,32498,571,1,1,25390,0,8551.89,1336.27,620.368,2.46091,300,0,0,42,0,0,0,0,0),(124880,32498,571,1,1,25390,0,8537.64,1340.67,619.616,3.08923,300,0,0,42,0,0,0,0,0),(124881,32498,571,1,1,25390,0,8553.58,1325.1,618.844,0.226893,300,0,0,42,0,0,0,0,0),(124882,32498,571,1,1,25390,0,8530.59,1331.7,621.181,3.29867,300,0,0,42,0,0,0,0,0),(124883,30194,571,1,1,26835,0,7741.75,3700.6,654.503,0,300,0,0,11379,3725,0,0,0,0),(124884,30194,571,1,1,26835,0,8006.2,3578.45,632.059,3.61283,300,0,0,11379,3725,0,0,0,0),(124885,30194,571,1,1,26835,0,7837.43,3665.07,653.762,3.45575,300,0,0,11379,3725,0,0,0,0),(124886,30194,571,1,1,26835,0,8069.52,3435.06,675.967,0.855211,300,0,0,11379,3725,0,0,0,0),(124887,30194,571,1,1,26835,0,8339.24,3359.22,640.094,4.90438,300,0,0,11379,3725,0,0,0,0),(124888,30194,571,1,1,26835,0,8217.85,3313.98,653.841,5.67232,300,0,0,11379,3725,0,0,0,0),(124889,30194,571,1,1,26835,0,7715.26,3426.61,658.907,2.67035,300,0,0,11379,3725,0,0,0,0),(124890,22515,571,1,1,16925,0,6866.78,2625.66,411.166,2.87979,300,0,0,4120,0,0,0,0,0),(124891,22515,571,1,1,16925,0,6876.86,2600.87,410.215,4.59022,300,0,0,4120,0,0,0,0,0),(124892,30195,571,1,1,26836,0,7060.89,4186.18,666.403,2.21657,300,0,0,11379,3725,0,0,0,0),(124893,22515,571,1,1,16925,0,6811.34,2588.9,416.509,2.82743,300,0,0,4120,0,0,0,0,0),(124894,22515,571,1,1,16925,0,6834.86,2631.66,413.28,5.5676,300,0,0,4120,0,0,0,0,0),(124895,31731,571,1,1,24584,0,7592.87,929.549,480.267,6.16101,300,0,0,10080,8814,0,0,0,0),(124896,31731,571,1,1,24584,0,7625.26,929.277,480.64,3.26377,300,0,0,10080,8814,0,0,0,0),(124897,31731,571,1,1,24582,0,7598.03,913.783,480.488,0.925025,300,0,0,10080,8814,0,0,0,0),(124898,31731,571,1,1,24584,0,7617.58,943.907,481.093,4.55531,300,0,0,10080,8814,0,0,0,0),(124899,31731,571,1,1,24582,0,7634.32,849.236,480.301,5.53269,300,0,0,10080,8814,0,0,0,0),(124900,31731,571,1,1,24584,0,7587.34,770.027,480.135,4.46804,300,0,0,10080,8814,0,0,0,0),(124901,31731,571,1,1,24582,0,7572.39,740.599,478.75,0.820305,300,0,0,10080,8814,0,0,0,0),(124902,31731,571,1,1,24582,0,7597.4,753.421,480.61,3.22886,300,0,0,10080,8814,0,0,0,0),(124903,31731,571,1,1,24582,0,7627.37,827.962,480.314,0.226893,300,0,0,10080,8814,0,0,0,0),(124904,31731,571,1,1,24584,0,7587.56,739.415,479.786,1.90241,300,0,0,10080,8814,0,0,0,0),(124905,31731,571,1,1,24582,0,7645.45,812.721,480.32,1.09956,300,0,0,10080,8814,0,0,0,0),(124906,31731,571,1,1,24584,0,7602.02,940.597,480.331,5.42797,300,0,0,10080,8814,0,0,0,0),(124907,31731,571,1,1,24582,0,7572.59,757.256,478.933,5.8294,300,0,0,10080,8814,0,0,0,0),(124908,31731,571,1,1,24584,0,7662.32,812.167,480.284,1.81514,300,0,0,10080,8814,0,0,0,0),(124909,30195,571,1,1,26836,0,6988.7,4116.18,535.301,4.03171,300,0,0,11379,3725,0,0,0,0),(124910,30195,571,1,1,26836,0,7118.03,3988.05,581.563,4.64258,300,0,0,11379,3725,0,0,0,0),(124911,31731,571,1,1,24584,0,7677.4,831.441,479.778,2.96706,300,0,0,10080,8814,0,0,0,0),(124912,31731,571,1,1,24582,0,7656.44,855.682,479.946,4.46804,300,0,0,10080,8814,0,0,0,0),(124913,30195,571,1,1,26836,0,7615.27,3476.96,656.493,1.71042,300,0,0,11379,3725,0,0,0,0),(124914,30195,571,1,1,26836,0,7785.7,3596.29,664.717,1.67552,300,0,0,11379,3725,0,0,0,0),(124915,30195,571,1,1,26836,0,7568.78,3702.29,625.754,5.3058,300,0,0,11379,3725,0,0,0,0),(124916,30195,571,1,1,26836,0,7615.16,3594.98,656.393,2.00713,300,0,0,11379,3725,0,0,0,0),(124917,30195,571,1,1,26836,0,7796.7,3567.69,654.548,5.53269,300,0,0,11379,3725,0,0,0,0),(124918,30195,571,1,1,26836,0,7768.64,3520.96,658.487,5.14872,300,0,0,11379,3725,0,0,0,0),(124919,30195,571,1,1,26836,0,7855.79,3580.83,653.17,3.97935,300,0,0,11379,3725,0,0,0,0),(124920,30195,571,1,1,26836,0,8116.58,3523.25,656.937,2.30383,300,0,0,11379,3725,0,0,0,0),(124921,30708,571,1,1,27249,1,6648.77,3217.7,810.501,1.55334,300,0,0,12600,3994,0,0,0,0),(124922,32244,571,1,1,26241,0,7997.75,2367.1,484.725,4.69494,300,0,0,4979,0,0,0,0,0),(124923,30196,571,1,1,26837,0,7285.24,4225.69,576.448,3.59538,300,0,0,11379,3725,0,0,0,0),(124924,30196,571,1,1,26837,0,7220.92,4113.14,630.824,1.8326,300,0,0,11379,3725,0,0,0,0),(124925,30196,571,1,1,26837,0,7447.29,3604.61,644.899,5.0091,300,0,0,11379,3725,0,0,0,0),(124926,30196,571,1,1,26837,0,8210.11,3622.32,658.25,4.50295,300,0,0,11379,3725,0,0,0,0),(124927,30196,571,1,1,26837,0,7775.19,3640.71,663.143,4.43314,300,0,0,11379,3725,0,0,0,0),(124928,30196,571,1,1,26837,0,7615.56,3536.75,657.144,2.84489,300,0,0,11379,3725,0,0,0,0),(124929,30196,571,1,1,26837,0,7444.09,3644.24,625.229,5.74213,300,0,0,11379,3725,0,0,0,0),(124930,30196,571,1,1,26837,0,7509.16,3693.45,623.472,5.25344,300,0,0,11379,3725,0,0,0,0),(124931,30196,571,1,1,26837,0,7958.64,3630.79,628.915,3.7001,300,0,0,11379,3725,0,0,0,0),(124932,30196,571,1,1,26837,0,7910.02,3615.32,629.056,0.069813,300,0,0,11379,3725,0,0,0,0),(124933,30196,571,1,1,26837,0,7851.27,3519.81,653.091,1.23918,300,0,0,11379,3725,0,0,0,0),(124934,30196,571,1,1,26837,0,8121.37,3384.12,675.019,0.645772,300,0,0,11379,3725,0,0,0,0),(124935,30196,571,1,1,26837,0,7757.73,3425.18,658.722,1.0472,300,0,0,11379,3725,0,0,0,0),(124936,30196,571,1,1,26837,0,7802.32,3458.5,660.852,2.54818,300,0,0,11379,3725,0,0,0,0),(124937,30196,571,1,1,26837,0,8284.2,3432.34,658.785,3.66519,300,0,0,11379,3725,0,0,0,0),(124938,32245,571,1,1,26241,0,7990.07,2328.98,487.479,0.174533,300,0,0,4979,0,0,0,0,0),(124939,31221,571,1,1,27517,0,6472.73,1722.66,508.684,5.91667,300,0,0,63000,0,0,0,0,0),(124940,32502,571,1,1,24995,0,6984.69,2552.74,405.446,0.395235,300,0,0,12600,0,0,0,0,0),(124941,32502,571,1,1,24992,0,6897.93,2439.41,423.137,3.42246,300,0,0,12600,0,0,0,0,0),(124942,32502,571,1,1,24995,0,6886.02,2580.98,409.376,5.70593,300,0,0,12600,0,0,0,0,0),(124943,32502,571,1,1,24995,0,6903.21,2431.01,424.989,3.42246,300,0,0,12600,0,0,0,0,0),(124944,32502,571,1,1,24994,0,6941.1,2553.86,407.018,0.58906,300,0,0,12600,0,0,0,0,0),(124945,32502,571,1,1,24994,0,6919.33,2602.6,405.761,4.87204,300,0,0,12600,0,0,0,0,0),(124946,32502,571,1,1,24992,0,6949.8,2551.26,406.893,0.58906,300,0,0,12600,0,0,0,0,0),(124947,32502,571,1,1,24992,0,6905.87,2431.09,425.239,3.42246,300,0,0,12600,0,0,0,0,0),(124948,32502,571,1,1,24992,0,6882.47,2883.46,445.387,1.93161,300,0,0,12600,0,0,0,0,0),(124949,32502,571,1,1,24993,0,6920.16,2555.29,410.746,1.45192,300,0,0,12600,0,0,0,0,0),(124950,32502,571,1,1,24994,0,6985.2,2502.58,412.602,6.0131,300,0,0,12600,0,0,0,0,0),(124951,32502,571,1,1,24993,0,6883.7,2811.01,432.027,1.63999,300,0,0,12600,0,0,0,0,0),(124952,32502,571,1,1,24992,0,6908.74,2844.68,435.875,1.82968,300,0,0,12600,0,0,0,0,0),(124953,32502,571,1,1,24995,0,7048,2706.74,403.113,3.10657,300,0,0,12600,0,0,0,0,0),(124954,32502,571,1,1,24995,0,6921.27,2612.4,405.261,4.87204,300,0,0,12600,0,0,0,0,0),(124955,32502,571,1,1,24992,0,6887.6,2876.26,443.762,1.93161,300,0,0,12600,0,0,0,0,0),(124956,32502,571,1,1,24992,0,6883.69,2802.81,429.902,2.21514,300,0,0,12600,0,0,0,0,0),(124957,32502,571,1,1,24995,0,6985.76,2782.05,410.841,5.60929,300,0,0,12600,0,0,0,0,0),(124958,32502,571,1,1,24995,0,6976.23,2688.96,406.619,1.40917,300,0,0,12600,0,0,0,0,0),(124959,32502,571,1,1,24995,0,6919.07,2579.65,406.004,0.054873,300,0,0,12600,0,0,0,0,0),(124960,32502,571,1,1,24992,0,6919.61,2793.05,420.961,0.408825,300,0,0,12600,0,0,0,0,0),(124961,32502,571,1,1,24992,0,7001,2475.76,418.193,5.18118,300,0,0,12600,0,0,0,0,0),(124962,32502,571,1,1,24993,0,6892.5,2436.22,423.512,0.994957,300,0,0,12600,0,0,0,0,0),(124963,32502,571,1,1,24992,0,6873.12,2796.92,429.749,0.542269,300,0,0,12600,0,0,0,0,0),(124964,32502,571,1,1,24992,0,6878.5,2655.12,412.082,1.43763,300,0,0,12600,0,0,0,0,0),(124965,32504,571,1,1,11686,0,6374.1,2381.16,472.416,5.67232,300,5,0,4120,0,1,0,0,0),(124966,31736,571,1,1,27703,0,6809.75,1869.65,579.483,5.58505,300,0,0,12600,0,0,0,0,0),(124967,23033,571,1,1,0,0,6445.86,3440.85,600.005,6.17846,300,0,0,42,0,0,0,0,0),(124968,23033,571,1,1,0,0,6449.05,3439.86,606.657,4.62512,300,0,0,42,0,0,0,0,0),(124969,23033,571,1,1,0,0,6451.92,3439.91,608.941,2.77507,300,0,0,42,0,0,0,0,0),(124970,23033,571,1,1,0,0,6526.88,3496.72,598.825,0.610865,300,0,0,42,0,0,0,0,0),(124971,23033,571,1,1,0,0,6526.26,3494.05,604.77,3.38594,300,0,0,42,0,0,0,0,0),(124972,23033,571,1,1,0,0,6525,3490.14,608.628,0.663225,300,0,0,42,0,0,0,0,0),(124973,23033,571,1,1,0,0,6482.49,3494.31,598.203,0.523599,300,0,0,42,0,0,0,0,0),(124974,23033,571,1,1,0,0,6483.89,3491.11,606.856,4.55531,300,0,0,42,0,0,0,0,0),(124975,23033,571,1,1,0,0,6485.28,3488.66,608.765,0.174533,300,0,0,42,0,0,0,0,0),(124976,23033,571,1,1,0,0,6496.85,3499.33,597.882,4.24115,300,0,0,42,0,0,0,0,0),(124977,23033,571,1,1,0,0,6497.31,3497.03,603.865,3.9968,300,0,0,42,0,0,0,0,0),(124978,23033,571,1,1,0,0,6498.15,3493.13,608.141,5.86431,300,0,0,42,0,0,0,0,0),(124979,23033,571,1,1,0,0,6459.93,3399.09,598.48,5.5676,300,0,0,42,0,0,0,0,0),(124980,23033,571,1,1,0,0,6462.35,3400.71,604.917,5.18363,300,0,0,42,0,0,0,0,0),(124981,23033,571,1,1,0,0,6464.7,3402.35,608.324,4.79965,300,0,0,42,0,0,0,0,0),(124982,23033,571,1,1,0,0,6446.77,3425.19,601.213,2.9147,300,0,0,42,0,0,0,0,0),(124983,23033,571,1,1,0,0,6451.64,3426.24,607.907,0.349066,300,0,0,42,0,0,0,0,0),(124984,23033,571,1,1,0,0,6454.65,3426.73,609.521,3.80482,300,0,0,42,0,0,0,0,0),(124985,23033,571,1,1,0,0,6455.71,3471.37,598.474,1.06465,300,0,0,42,0,0,0,0,0),(124986,23033,571,1,1,0,0,6458.25,3468.95,606.513,4.4855,300,0,0,42,0,0,0,0,0),(124987,23033,571,1,1,0,0,6460.68,3467.02,608.85,2.42601,300,0,0,42,0,0,0,0,0),(124988,23033,571,1,1,0,0,6511.85,3500.04,597.933,4.46804,300,0,0,42,0,0,0,0,0),(124989,23033,571,1,1,0,0,6511.93,3497.08,604.763,1.13446,300,0,0,42,0,0,0,0,0),(124990,23033,571,1,1,0,0,6511.76,3492.55,609.284,4.45059,300,0,0,42,0,0,0,0,0),(124991,23033,571,1,1,0,0,6475.51,3393.94,608.852,3.1765,300,0,0,42,0,0,0,0,0),(124992,23033,571,1,1,0,0,6472.7,3391.42,604.721,2.82743,300,0,0,42,0,0,0,0,0),(124993,23033,571,1,1,0,0,6471.33,3388.37,598.018,2.3911,300,0,0,42,0,0,0,0,0),(124994,23033,571,1,1,0,0,6551.91,3479.27,598.402,3.52556,300,0,0,42,0,0,0,0,0),(124995,23033,571,1,1,0,0,6549.99,3477.44,604.227,1.48353,300,0,0,42,0,0,0,0,0),(124996,23033,571,1,1,0,0,6547.41,3475.03,608.484,5.67232,300,0,0,42,0,0,0,0,0),(124997,23033,571,1,1,0,0,6540.63,3489.67,597.561,4.71239,300,0,0,42,0,0,0,0,0),(124998,23033,571,1,1,0,0,6539.24,3487.4,603.837,4.92183,300,0,0,42,0,0,0,0,0),(124999,23033,571,1,1,0,0,6537.05,3483.83,608.707,4.20624,300,0,0,42,0,0,0,0,0),(125000,23033,571,1,1,0,0,6448.53,3456.31,599.308,3.75246,300,0,0,42,0,0,0,0,0),(125001,23033,571,1,1,0,0,6451.4,3454.34,606.302,2.58309,300,0,0,42,0,0,0,0,0),(125002,23033,571,1,1,0,0,6453.87,3453.36,608.63,1.23918,300,0,0,42,0,0,0,0,0),(125004,31737,571,1,1,27724,1,7268.57,1507.12,321.349,1.50098,300,0,0,25200,0,0,0,0,0),(125006,32505,571,1,1,25300,1,6973.37,2624.82,400.345,5.4366,300,5,0,12600,0,1,0,0,0),(125007,32505,571,1,1,25300,1,6998.78,2468.91,419.404,5.18118,300,0,0,12600,0,0,0,0,0),(125008,32505,571,1,1,25300,1,6955.33,2554.41,406.268,0.58906,300,0,0,12600,0,0,0,0,0),(125009,32505,571,1,1,25300,1,6987.12,2782.44,410.966,4.52642,300,0,0,12600,0,0,0,0,0),(125010,32505,571,1,1,25300,1,6997.16,2476.59,417.654,5.18118,300,0,0,12600,0,0,0,0,0),(125011,32505,571,1,1,25300,1,6997.08,2554.82,405.196,0.395235,300,0,0,12600,0,0,0,0,0),(125012,32505,571,1,1,25300,1,7037.27,2709.35,404.488,2.58723,300,0,0,12600,0,0,0,0,0),(125013,32505,571,1,1,25300,1,6983.42,2787.78,412.216,5.60929,300,0,0,12600,0,0,0,0,0),(125014,32505,571,1,1,25300,1,6878.15,2796.39,429.124,2.94427,300,0,0,12600,0,0,0,0,0),(125015,32505,571,1,1,25300,1,6998.52,2473.93,418.529,5.18118,300,0,0,12600,0,0,0,0,0),(125016,32505,571,1,1,25300,1,6888.48,2697.03,411.527,1.26784,300,0,0,12600,0,0,0,0,0),(125017,32505,571,1,1,25300,1,6994.51,2553.37,405.196,0.395235,300,0,0,12600,0,0,0,0,0),(125018,32505,571,1,1,25300,1,7045.53,2720.39,405.238,3.10657,300,0,0,12600,0,0,0,0,0),(125019,32505,571,1,1,25300,1,7001.02,2470.49,419.318,5.18118,300,0,0,12600,0,0,0,0,0),(125020,32505,571,1,1,25300,1,6940,2676.74,407.001,4.01833,300,0,0,12600,0,0,0,0,0),(125021,32505,571,1,1,25300,1,6901.7,2433.74,424.406,3.42246,300,0,0,12600,0,0,0,0,0),(125022,32505,571,1,1,25300,1,6935.35,2573.76,406.227,1.30471,300,0,0,12600,0,0,0,0,0),(125023,32505,571,1,1,25300,1,7007.39,2471.07,416.193,5.18118,300,0,0,12600,0,0,0,0,0),(125024,32505,571,1,1,25300,1,6899.02,2432,424.557,3.42246,300,0,0,12600,0,0,0,0,0),(125025,32505,571,1,1,25300,1,6999.96,2466.35,420.227,5.18118,300,0,0,12600,0,0,0,0,0),(125026,32505,571,1,1,25300,1,6940.73,2584.81,404.852,1.30471,300,0,0,12600,0,0,0,0,0),(125027,32505,571,1,1,25300,1,6983.89,2500.4,412.852,1.152,300,0,0,12600,0,0,0,0,0),(125028,32505,571,1,1,25300,1,6883.13,2639.75,410.082,0.037402,300,0,0,12600,0,0,0,0,0),(125029,32505,571,1,1,25300,1,6940.12,2569.96,406.102,1.30471,300,0,0,12600,0,0,0,0,0),(125030,32505,571,1,1,25300,1,6989.91,2515.39,410.977,1.152,300,0,0,12600,0,0,0,0,0),(125031,32250,571,1,1,27851,1,7484.27,2063.88,499.728,4.40205,300,0,0,10080,8814,0,0,0,0),(125032,31738,571,1,1,27671,1,7799.46,1017.09,447.931,1.0766,300,5,0,10080,8814,1,0,0,0),(125033,31738,571,1,1,27671,1,7807,1015.28,448.437,2.35343,300,5,0,10080,8814,1,0,0,0),(125034,31738,571,1,1,27671,1,7726.06,927.75,460.778,3.73647,300,5,0,10080,8814,1,0,0,0),(125035,31738,571,1,1,27671,1,7572.98,795.635,483.621,2.9055,300,5,0,10080,8814,1,0,0,0),(125036,31738,571,1,1,27671,1,7683.3,914.111,481.886,0.389449,300,5,0,10080,8814,1,0,0,0),(125037,31738,571,1,1,27671,1,7668.92,758.399,482.393,5.18746,300,5,0,10080,8814,1,0,0,0),(125038,31738,571,1,1,27671,1,7513.54,702.308,472.591,5.7079,300,5,0,10080,8814,1,0,0,0),(125039,31738,571,1,1,27671,1,7629.67,722.132,483.063,4.9479,300,5,0,10080,8814,1,0,0,0),(125040,31738,571,1,1,27671,1,7536.24,706.597,475.675,2.21284,300,5,0,10080,8814,1,0,0,0),(125041,31738,571,1,1,27671,1,7509.73,782.004,471.223,2.18513,300,5,0,10080,8814,1,0,0,0),(125042,31738,571,1,1,27671,1,7862.84,1194.34,444.377,1.65328,300,5,0,10080,8814,1,0,0,0),(125043,31738,571,1,1,27671,1,7806.42,1153.83,442.156,5.35569,300,5,0,10080,8814,1,0,0,0),(125044,31738,571,1,1,27671,1,7705.84,1085.15,442.849,2.88193,300,5,0,10080,8814,1,0,0,0),(125045,31738,571,1,1,27671,1,7782.61,1056.02,395.633,4.20732,300,5,0,10080,8814,1,0,0,0),(125046,31738,571,1,1,27671,1,7913.61,1142.35,450.16,3.87857,300,5,0,10080,8814,1,0,0,0),(125047,31738,571,1,1,27671,1,7894.6,1102.94,447.725,2.86423,300,5,0,10080,8814,1,0,0,0),(125048,31738,571,1,1,27671,1,7864.68,1042.38,448.501,2.64606,300,5,0,10080,8814,1,0,0,0),(125049,31738,571,1,1,27671,1,7776.12,960.175,447.907,0.394097,300,5,0,10080,8814,1,0,0,0),(125050,31738,571,1,1,27671,1,7827.76,942.536,451.512,3.44328,300,5,0,10080,8814,1,0,0,0),(125051,31738,571,1,1,27671,1,7702.69,978.911,456.439,2.56987,300,5,0,10080,8814,1,0,0,0),(125052,31738,571,1,1,27671,1,7752.2,1063.97,441.972,0.490297,300,5,0,10080,8814,1,0,0,0),(125053,31738,571,1,1,27671,1,7691.06,1052.56,446.526,1.87816,300,5,0,10080,8814,1,0,0,0),(125054,31738,571,1,1,27671,1,7748.66,1133.13,441.957,4.19119,300,5,0,10080,8814,1,0,0,0),(125055,31738,571,1,1,27671,1,7772.47,1178.68,441.259,5.49312,300,5,0,10080,8814,1,0,0,0),(125056,31738,571,1,1,27671,1,7548.86,910.56,483.988,5.97861,300,5,0,10080,8814,1,0,0,0),(125057,31738,571,1,1,27671,1,7784.96,1107.08,395.811,2.66296,300,5,0,10080,8814,1,0,0,0),(125058,31738,571,1,1,27671,1,7851.26,1078.09,395.659,1.36898,300,5,0,10080,8814,1,0,0,0),(125059,31738,571,1,1,27671,1,7681.27,758.543,482.624,4.42115,300,5,0,10080,8814,1,0,0,0),(125060,31738,571,1,1,27671,1,7905.19,1167.67,449.649,1.53757,300,5,0,10080,8814,1,0,0,0),(125061,31738,571,1,1,27671,1,7898.58,1248.14,450.327,5.13301,300,5,0,10080,8814,1,0,0,0),(125062,31738,571,1,1,27671,1,7849.94,1161.97,443.23,3.50682,300,5,0,10080,8814,1,0,0,0),(125063,31738,571,1,1,27671,1,7883.43,1151.86,443.269,3.20928,300,5,0,10080,8814,1,0,0,0),(125064,31738,571,1,1,27671,1,7561.71,960.975,482.244,1.48786,300,5,0,10080,8814,1,0,0,0),(125065,31738,571,1,1,27671,1,7592.43,991.594,483.224,6.08961,300,5,0,10080,8814,1,0,0,0),(125066,31738,571,1,1,27671,1,7752.92,1123.65,441.213,5.49771,300,5,0,10080,8814,1,0,0,0),(125067,31738,571,1,1,27671,1,7724.39,821.333,469.82,3.02515,300,5,0,10080,8814,1,0,0,0),(125068,31738,571,1,1,27671,1,7839.17,1119.59,391.888,1.98858,300,5,0,10080,8814,1,0,0,0),(125069,32250,571,1,1,27851,1,7469.18,2064.37,499.812,0.279253,300,0,0,10080,8814,0,0,0,0),(125070,32507,571,1,1,27808,0,6242.46,2471.94,496.875,5.07891,300,0,0,12600,3994,0,0,0,0),(125071,32507,571,1,1,27809,0,6284.77,2489.81,496.29,5.0091,300,0,0,12600,3994,0,0,0,0),(125072,32507,571,1,1,27808,0,6132.24,2604.86,570.333,1.13446,300,0,0,12600,3994,0,0,0,0),(125073,32507,571,1,1,27809,0,6140.98,2612.51,570.333,3.9968,300,0,0,12600,3994,0,0,0,0),(125074,32507,571,1,1,27809,0,6131.48,2616.41,570.333,5.32325,300,0,0,12600,3994,0,0,0,0),(125075,32507,571,1,1,27808,0,6225.04,2596.24,566.739,2.04395,300,5,0,12600,3994,1,0,0,0),(125076,32507,571,1,1,27809,0,6204.69,2575.04,560.275,5.14473,300,5,0,12600,3994,1,0,0,0),(125077,26110,571,1,1,23556,0,3576.48,6640.39,195.176,1.309,300,0,0,7688,7500,0,0,0,0),(125078,30718,571,1,1,27202,0,7257.71,3891.96,594.534,4.06662,300,0,0,12175,0,0,0,0,0),(125079,30718,571,1,1,26901,0,7245.17,3849.55,594.718,2.3911,300,0,0,12175,0,0,0,0,0),(125080,30718,571,1,1,26902,0,7250.86,3896.9,594.513,4.15388,300,0,0,12175,0,0,0,0,0),(125081,30718,571,1,1,26901,0,7266.6,3884.41,594.537,4.04916,300,0,0,12175,0,0,0,0,0),(125082,30718,571,1,1,27202,0,7210.95,3873.61,593.831,2.58309,300,0,0,12175,0,0,0,0,0),(125083,30718,571,1,1,26902,0,7234.94,3848.64,594.543,0.785398,300,0,0,12175,0,0,0,0,0),(125084,30718,571,1,1,26902,0,7190,3885.46,592.677,5.70723,300,0,0,12175,0,0,0,0,0),(125085,30718,571,1,1,27202,0,7213.48,3872.21,593.985,5.79449,300,0,0,12175,0,0,0,0,0),(125086,30718,571,1,1,26730,0,7226.11,3856.2,594.321,0.890118,300,0,0,12175,0,0,0,0,0),(125087,30718,571,1,1,27202,0,7267.06,3874.65,594.713,2.44346,300,0,0,12175,0,0,0,0,0),(125088,30718,571,1,1,26901,0,7232.8,3898.84,594.184,2.44346,300,0,0,12175,0,0,0,0,0),(125089,30718,571,1,1,26730,0,7197.66,3874.75,592.757,1.0472,300,0,0,12175,0,0,0,0,0),(125090,30718,571,1,1,26901,0,7219.67,3860.85,594.219,0.907571,300,0,0,12175,0,0,0,0,0),(125091,30718,571,1,1,26901,0,7235.08,3896.59,594.299,5.65487,300,0,0,12175,0,0,0,0,0),(125092,30718,571,1,1,26902,0,7252.49,3794.01,606.013,0.872665,300,0,0,12175,0,0,0,0,0),(125093,30718,571,1,1,26902,0,7276.66,3782.57,606.014,2.35619,300,0,0,12175,0,0,0,0,0),(125094,30718,571,1,1,26902,0,7249.46,3806.52,606.113,5.5676,300,0,0,12175,0,0,0,0,0),(125095,30718,571,1,1,27202,0,7269.69,3829.82,606.022,5.60251,300,0,0,12175,0,0,0,0,0),(125096,30718,571,1,1,27202,0,7266.48,3781.62,605.885,0.820305,300,0,0,12175,0,0,0,0,0),(125097,30718,571,1,1,26730,0,7322.9,3873.48,605.97,3.9619,300,0,0,12175,0,0,0,0,0),(125098,30718,571,1,1,27202,0,7316.57,3827.69,605.492,2.42601,300,0,0,12175,0,0,0,0,0),(125099,30718,571,1,1,26730,0,7258.19,3788.98,606.013,0.855211,300,0,0,12175,0,0,0,0,0),(125100,30718,571,1,1,26902,0,7309.92,3874.69,606.116,5.49779,300,0,0,12175,0,0,0,0,0),(125101,30718,571,1,1,26901,0,7296.15,3859.44,606.117,5.5676,300,0,0,12175,0,0,0,0,0),(125102,30718,571,1,1,26902,0,7369.12,3821.18,617.929,3.92699,300,0,0,12175,0,0,0,0,0),(125103,30718,571,1,1,26730,0,7303.22,3867.13,606.117,5.49779,300,0,0,12175,0,0,0,0,0),(125104,30718,571,1,1,27202,0,7438,3741.49,628.599,4.10152,300,0,0,12175,0,0,0,0,0),(125105,30718,571,1,1,26901,0,7418.8,3697.88,628.275,0.959931,300,0,0,12175,0,0,0,0,0),(125106,30718,571,1,1,26902,0,7356.27,3744.04,617.027,0.942478,300,0,0,12175,0,0,0,0,0),(125107,30718,571,1,1,26902,0,7211.24,3910.52,592.88,5.86431,300,0,0,12175,0,0,0,0,0),(125108,32767,571,1,1,27064,0,7303.12,1150.04,487.719,2.74519,300,0,0,25200,0,2,0,0,0),(125109,32767,571,1,1,27064,0,7231.36,1127.4,457.012,5.30503,300,0,0,25200,0,2,0,0,0),(125110,32767,571,1,1,27064,0,7136.04,1308.97,462.175,3.37394,300,0,0,25200,0,2,0,0,0),(125111,32255,571,1,1,27779,1,7008.47,2841.55,420.249,1.04648,300,5,0,12600,3994,1,0,0,0),(125112,32255,571,1,1,27777,1,7014.43,2896.89,432.934,1.39007,300,5,0,12600,3994,1,0,0,0),(125113,32255,571,1,1,27778,1,6990.97,2758.23,407.622,0.478626,300,5,0,12600,3994,1,0,0,0),(125114,32255,571,1,1,27779,1,7163.87,2881.51,412.675,3.23349,300,5,0,12600,3994,1,0,0,0),(125115,32255,571,1,1,27779,1,7312.28,2750.62,398.244,2.96585,300,5,0,12600,3994,1,0,0,0),(125116,32255,571,1,1,27777,1,7324.41,2819.71,402.331,3.96962,300,5,0,12600,3994,1,0,0,0),(125117,32255,571,1,1,27776,1,7321.58,2820.69,402.376,4.01893,300,5,0,12600,3994,1,0,0,0),(125118,32255,571,1,1,27776,1,7326.35,2822.07,402.846,3.9407,300,5,0,12600,3994,1,0,0,0),(125119,32255,571,1,1,27779,1,7322.57,2817.59,402.101,3.72852,300,5,0,12600,3994,1,0,0,0),(125120,32255,571,1,1,27778,1,7327.45,2819.09,402.471,4.04875,300,5,0,12600,3994,1,0,0,0),(125121,32255,571,1,1,27778,1,7325.27,2817.08,402.105,4.05203,300,5,0,12600,3994,1,0,0,0),(125122,32255,571,1,1,27777,1,7323.9,2822.47,402.706,3.79722,300,5,0,12600,3994,1,0,0,0),(125123,32255,571,1,1,27777,1,7306,2885.75,413.445,2.41142,300,5,0,12600,3994,1,0,0,0),(125124,32255,571,1,1,27776,1,7310,2890.22,414.57,2.38738,300,5,0,12600,3994,1,0,0,0),(125125,32255,571,1,1,27779,1,7308.29,2887.39,413.927,2.65853,300,5,0,12600,3994,1,0,0,0),(125126,32255,571,1,1,27777,1,7302,2881.28,412.32,2.57532,300,5,0,12600,3994,1,0,0,0),(125127,32255,571,1,1,27776,1,7445.13,2851.31,423.11,1.62525,300,5,0,12600,3994,1,0,0,0),(125128,32255,571,1,1,27777,1,7445.27,2854.1,423.464,1.75262,300,5,0,12600,3994,1,0,0,0),(125129,32255,571,1,1,27779,1,7385.52,2795.43,405.479,1.3981,300,5,0,12600,3994,1,0,0,0),(125130,32255,571,1,1,27778,1,7146.03,2990.88,441.928,4.79332,300,5,0,12600,3994,1,0,0,0),(125131,32255,571,1,1,27779,1,7412.12,2795.54,407.673,5.11705,300,5,0,12600,3994,1,0,0,0),(125132,32255,571,1,1,27776,1,7414.85,2795.21,408.011,4.87177,300,5,0,12600,3994,1,0,0,0),(125133,32255,571,1,1,27778,1,7414.34,2793.88,407.673,4.87521,300,5,0,12600,3994,1,0,0,0),(125134,32255,571,1,1,27778,1,7413.21,2793,407.673,5.11709,300,5,0,12600,3994,1,0,0,0),(125135,32255,571,1,1,27779,1,7411.8,2792.81,407.46,5.14188,300,5,0,12600,3994,1,0,0,0),(125136,32255,571,1,1,27776,1,7410.47,2793.33,407.333,5.04755,300,5,0,12600,3994,1,0,0,0),(125137,32255,571,1,1,27777,1,7409.6,2794.46,407.335,5.00611,300,5,0,12600,3994,1,0,0,0),(125138,32255,571,1,1,27778,1,7303.55,2737.34,396.725,1.20378,300,5,0,12600,3994,1,0,0,0),(125139,32255,571,1,1,27779,1,7301.66,2739.67,396.725,1.13617,300,5,0,12600,3994,1,0,0,0),(125140,32255,571,1,1,27779,1,7303.08,2740.3,396.725,1.02218,300,5,0,12600,3994,1,0,0,0),(125141,32255,571,1,1,27778,1,7304.63,2740.14,396.85,0.910396,300,5,0,12600,3994,1,0,0,0),(125142,32255,571,1,1,27777,1,7305.88,2739.22,396.725,0.815897,300,5,0,12600,3994,1,0,0,0),(125143,32255,571,1,1,27776,1,7306.51,2737.8,396.725,0.759052,300,5,0,12600,3994,1,0,0,0),(125144,32255,571,1,1,27777,1,7306.35,2736.26,396.725,0.769255,300,5,0,12600,3994,1,0,0,0),(125145,32255,571,1,1,27779,1,7140.07,2990.88,441.82,4.61514,300,5,0,12600,3994,1,0,0,0),(125146,32255,571,1,1,27777,1,7227.01,3007.02,445.655,6.17546,300,5,0,12600,3994,1,0,0,0),(125147,32255,571,1,1,27776,1,7234.9,2958.95,430.102,2.29766,300,5,0,12600,3994,1,0,0,0),(125148,32255,571,1,1,27776,1,7241.97,2963.69,431.744,1.83548,300,5,0,12600,3994,1,0,0,0),(125149,32255,571,1,1,27778,1,7228.26,2952.95,428.087,2.83814,300,5,0,12600,3994,1,0,0,0),(125150,32255,571,1,1,27779,1,7239.39,2962.94,431.352,1.83595,300,5,0,12600,3994,1,0,0,0),(125151,32255,571,1,1,27779,1,7230.42,2954.96,428.705,2.88582,300,5,0,12600,3994,1,0,0,0),(125152,32255,571,1,1,27779,1,7191.9,2925.76,422.855,5.47707,300,5,0,12600,3994,1,0,0,0),(125153,32255,571,1,1,27778,1,7247.45,2803.7,403.53,1.71877,300,5,0,12600,3994,1,0,0,0),(125154,32255,571,1,1,27779,1,7354.48,2804.45,402.691,3.21979,300,5,0,12600,3994,1,0,0,0),(125155,32767,571,1,1,27064,0,7337.71,1577.01,469.03,5.48472,300,0,0,25200,0,2,0,0,0),(125156,32255,571,1,1,27779,1,7378.45,2724.13,399.965,5.42451,300,5,0,12600,3994,1,0,0,0),(125157,32255,571,1,1,27776,1,7226.78,2897.73,415.058,1.09492,300,5,0,12600,3994,1,0,0,0),(125158,32255,571,1,1,27778,1,7237.22,2960.68,430.663,2.22946,300,5,0,12600,3994,1,0,0,0),(125159,32255,571,1,1,27779,1,7232.83,2956.95,429.341,2.03869,300,5,0,12600,3994,1,0,0,0),(125160,32255,571,1,1,27776,1,7321.5,2681,395.906,2.96776,300,5,0,12600,3994,1,0,0,0),(125161,32255,571,1,1,27779,1,7304.62,2883.29,412.909,2.50145,300,5,0,12600,3994,1,0,0,0),(125162,32767,571,1,1,27064,0,7522.52,1410.51,502.643,3.33399,300,0,0,25200,0,2,0,0,0),(125163,32255,571,1,1,27778,1,7389.07,2929.01,435.694,3.54802,300,5,0,12600,3994,1,0,0,0),(125164,32255,571,1,1,27777,1,7106.13,2872.88,417.991,2.66526,300,5,0,12600,3994,1,0,0,0),(125165,32255,571,1,1,27779,1,7295.47,2983.37,436.372,4.07807,300,5,0,12600,3994,1,0,0,0),(202507,33291,571,1,1,0,0,5123.41,-73.1224,347.461,0,120,0,0,12600,3994,0,0,0,0),(125167,32255,571,1,1,27777,1,7364.99,2661.34,394.646,6.05388,300,5,0,12600,3994,1,0,0,0),(125168,32255,571,1,1,27776,1,7366.35,2667.19,394.45,6.05389,300,5,0,12600,3994,1,0,0,0),(125169,32255,571,1,1,27777,1,7367.04,2670.11,394.575,6.05382,300,5,0,12600,3994,1,0,0,0),(125170,32255,571,1,1,27776,1,7363.63,2655.5,394.521,6.05389,300,5,0,12600,3994,1,0,0,0),(125171,32255,571,1,1,27776,1,7364.31,2658.42,394.646,6.05388,300,5,0,12600,3994,1,0,0,0),(125172,32255,571,1,1,27778,1,7362.94,2652.58,394.396,6.05388,300,5,0,12600,3994,1,0,0,0),(125173,32255,571,1,1,27778,1,7365.67,2664.26,394.521,6.05389,300,5,0,12600,3994,1,0,0,0),(125174,32255,571,1,1,27777,1,7445.39,2848.1,422.589,4.23318,300,5,0,12600,3994,1,0,0,0),(125175,32255,571,1,1,27778,1,7445.2,2857.1,424.214,1.49015,300,5,0,12600,3994,1,0,0,0),(125176,32255,571,1,1,27776,1,7254.16,2571.66,393.801,1.13587,300,5,0,12600,3994,1,0,0,0),(125177,32255,571,1,1,27778,1,7184.1,2502.47,403.555,6.2307,300,5,0,12600,3994,1,0,0,0),(125178,32255,571,1,1,27776,1,6981.89,2584.92,402.93,2.131,300,5,0,12600,3994,1,0,0,0),(125179,32255,571,1,1,27777,1,7067.39,2627.74,398.923,0.567734,300,5,0,12600,3994,1,0,0,0),(125180,32255,571,1,1,27779,1,7017.65,2608.36,400.662,2.98916,300,5,0,12600,3994,1,0,0,0),(125181,32255,571,1,1,27778,1,7019.4,2605.95,400.662,3.01118,300,5,0,12600,3994,1,0,0,0),(125182,32255,571,1,1,27779,1,7019.97,2610.04,400.537,2.90156,300,5,0,12600,3994,1,0,0,0),(125183,32255,571,1,1,27778,1,7020.54,2604.06,400.57,2.8412,300,5,0,12600,3994,1,0,0,0),(125184,32255,571,1,1,27776,1,7022.48,2611.91,400.412,2.78684,300,5,0,12600,3994,1,0,0,0),(125185,32255,571,1,1,27776,1,7022.72,2601.8,400.537,2.73565,300,5,0,12600,3994,1,0,0,0),(125186,32255,571,1,1,27777,1,7024.29,2613.49,400.322,3.0299,300,5,0,12600,3994,1,0,0,0),(125187,32255,571,1,1,27777,1,7445.46,2845.1,421.839,5.36866,300,5,0,12600,3994,1,0,0,0),(125188,32255,571,1,1,27779,1,7354.73,2766.95,402.878,1.79288,300,5,0,12600,3994,1,0,0,0),(125189,32255,571,1,1,27777,1,7253.48,2867.6,411.146,6.00182,300,5,0,12600,3994,1,0,0,0),(125190,32255,571,1,1,27779,1,7105.81,2551.89,400.87,2.28645,300,5,0,12600,3994,1,0,0,0),(125191,32255,571,1,1,27779,1,7107.01,2545.75,401.768,3.72662,300,5,0,12600,3994,1,0,0,0),(125192,32255,571,1,1,27779,1,7108.06,2546.9,401.757,3.72426,300,5,0,12600,3994,1,0,0,0),(125193,32255,571,1,1,27779,1,7108.37,2548.41,401.514,3.72177,300,5,0,12600,3994,1,0,0,0),(125194,32255,571,1,1,27779,1,7107.89,2549.88,401.389,3.71892,300,5,0,12600,3994,1,0,0,0),(125195,32255,571,1,1,27778,1,7106.74,2550.93,401.144,3.71357,300,5,0,12600,3994,1,0,0,0),(125197,32255,571,1,1,27779,1,7133.49,2633.56,395.186,1.309,300,0,0,12600,3994,0,0,0,0),(125198,32255,571,1,1,27776,1,7133.08,2631.81,395.07,5.91667,300,0,0,12600,3994,0,0,0,0),(125199,32255,571,1,1,27778,1,7134.73,2634.92,395.16,0.959931,300,0,0,12600,3994,0,0,0,0),(125200,32255,571,1,1,27777,1,7132.25,2629.91,394.977,6.14356,300,0,0,12600,3994,0,0,0,0),(125201,32255,571,1,1,27778,1,7135.96,2636.26,395.139,3.87463,300,0,0,12600,3994,0,0,0,0),(125202,32255,571,1,1,27779,1,7131.49,2627.8,394.786,3.36848,300,0,0,12600,3994,0,0,0,0),(125203,32255,571,1,1,27779,1,7137.81,2638.23,395.109,2.56563,300,0,0,12600,3994,0,0,0,0),(125204,32255,571,1,1,27777,1,7025.76,2789.61,410.292,6.15945,300,5,0,12600,3994,1,0,0,0),(125205,32255,571,1,1,27778,1,7026.13,2792.59,410.542,6.15946,300,5,0,12600,3994,1,0,0,0),(125206,32255,571,1,1,27776,1,7025.39,2786.64,409.792,6.15946,300,5,0,12600,3994,1,0,0,0),(125207,32255,571,1,1,27778,1,7026.5,2795.57,411.167,6.15946,300,5,0,12600,3994,1,0,0,0),(125208,32255,571,1,1,27777,1,7025.01,2783.66,409.417,6.15946,300,5,0,12600,3994,1,0,0,0),(125209,32255,571,1,1,27776,1,7026.87,2798.54,411.542,6.15946,300,5,0,12600,3994,1,0,0,0),(125210,32255,571,1,1,27779,1,7024.64,2780.68,408.667,6.15946,300,5,0,12600,3994,1,0,0,0),(125211,32255,571,1,1,27776,1,7092.25,2889.48,424.038,3.41358,300,5,0,12600,3994,1,0,0,0),(125212,32255,571,1,1,27779,1,7090.55,2956.14,439.403,2.52043,300,5,0,12600,3994,1,0,0,0),(125213,32255,571,1,1,27776,1,7088.81,2953.7,438.903,2.52237,300,5,0,12600,3994,1,0,0,0),(125214,32255,571,1,1,27778,1,7092.3,2958.58,439.903,2.52837,300,5,0,12600,3994,1,0,0,0),(125215,32255,571,1,1,27779,1,7087.06,2951.26,438.653,2.52255,300,5,0,12600,3994,1,0,0,0),(125216,32255,571,1,1,27777,1,7094.05,2961.02,440.278,2.52309,300,5,0,12600,3994,1,0,0,0),(125217,32255,571,1,1,27776,1,7085.32,2948.82,438.153,2.52428,300,5,0,12600,3994,1,0,0,0),(125218,32255,571,1,1,27779,1,7095.79,2963.46,440.653,2.5237,300,5,0,12600,3994,1,0,0,0),(125219,32255,571,1,1,27777,1,7102.63,2956.51,438.121,0.124454,300,5,0,12600,3994,1,0,0,0),(125220,32255,571,1,1,27776,1,7025.31,2977.78,447.827,1.44794,300,5,0,12600,3994,1,0,0,0),(125221,32255,571,1,1,27777,1,7293.95,2554.33,393.144,6.07477,300,5,0,12600,3994,1,0,0,0),(125222,32255,571,1,1,27779,1,7283.21,2499.78,396.1,0.217829,300,5,0,12600,3994,1,0,0,0),(125223,32255,571,1,1,27779,1,7282.48,2502.58,396.262,0.132036,300,5,0,12600,3994,1,0,0,0),(125224,32255,571,1,1,27777,1,7283.63,2496.9,395.988,0.250658,300,5,0,12600,3994,1,0,0,0),(125225,32255,571,1,1,27779,1,7281.66,2505.37,396.396,0.13804,300,5,0,12600,3994,1,0,0,0),(125226,32255,571,1,1,27777,1,7284.05,2494.03,395.761,0.012721,300,5,0,12600,3994,1,0,0,0),(125227,32255,571,1,1,27778,1,7285.15,2490.99,395.6,0.136464,300,5,0,12600,3994,1,0,0,0),(125228,32255,571,1,1,27777,1,7281.27,2508.56,396.513,0.264184,300,5,0,12600,3994,1,0,0,0),(125229,32255,571,1,1,27777,1,7082.16,2457.1,417.341,1.05516,300,5,0,12600,3994,1,0,0,0),(125230,32255,571,1,1,27778,1,7046.45,2572.78,402.581,1.4281,300,5,0,12600,3994,1,0,0,0),(125231,32255,571,1,1,27777,1,7019.71,2583.17,401.745,3.14952,300,5,0,12600,3994,1,0,0,0),(125232,32255,571,1,1,27778,1,7075.12,2798.32,408.76,5.0045,300,5,0,12600,3994,1,0,0,0),(125233,32255,571,1,1,27776,1,7051.25,2757.65,406.856,1.31946,300,5,0,12600,3994,1,0,0,0),(125234,32255,571,1,1,27778,1,7445.14,2860.1,425.089,1.59215,300,5,0,12600,3994,1,0,0,0),(125235,32255,571,1,1,27776,1,7321.41,2927.92,424.494,4.32263,300,5,0,12600,3994,1,0,0,0),(125236,32255,571,1,1,27777,1,7300,2879.04,411.584,2.42188,300,5,0,12600,3994,1,0,0,0),(125237,32255,571,1,1,27776,1,7314.99,2886.24,413.945,2.41156,300,5,0,12600,3994,1,0,0,0),(125238,32255,571,1,1,27779,1,7143.05,2990.88,441.744,4.72118,300,5,0,12600,3994,1,0,0,0),(125239,32255,571,1,1,27776,1,7149,2990.94,441.943,4.9065,300,5,0,12600,3994,1,0,0,0),(125240,32255,571,1,1,27779,1,7137.96,2993.87,442.616,4.43946,300,5,0,12600,3994,1,0,0,0),(125242,32255,571,1,1,27777,1,7134.19,2991.26,441.466,4.50039,300,5,0,12600,3994,1,0,0,0),(125243,32255,571,1,1,27777,1,7483.81,2809.36,417.138,4.63614,300,5,0,12600,3994,1,0,0,0),(125244,32255,571,1,1,27779,1,7407.92,2690.32,402.541,1.61321,300,5,0,12600,3994,1,0,0,0),(125245,32255,571,1,1,27779,1,7410.95,2624.44,401.45,5.09199,300,5,0,12600,3994,1,0,0,0),(125246,32255,571,1,1,27776,1,7097.54,2854.49,415.78,4.30686,300,5,0,12600,3994,1,0,0,0),(125247,32255,571,1,1,27779,1,7336.42,2517.71,393.36,0.752343,300,5,0,12600,3994,1,0,0,0),(125248,32255,571,1,1,27776,1,7363.94,2538.26,392.312,2.44458,300,5,0,12600,3994,1,0,0,0),(125249,32255,571,1,1,27776,1,7366.24,2536.33,392.312,2.44451,300,5,0,12600,3994,1,0,0,0),(125250,32255,571,1,1,27779,1,7368.54,2534.41,392.225,2.44454,300,5,0,12600,3994,1,0,0,0),(125251,32255,571,1,1,27777,1,7370.84,2532.48,392.274,2.44454,300,5,0,12600,3994,1,0,0,0),(125252,32255,571,1,1,27776,1,7373.14,2530.56,392.274,2.44452,300,5,0,12600,3994,1,0,0,0),(125253,32255,571,1,1,27776,1,7375.44,2528.63,392.149,2.44452,300,5,0,12600,3994,1,0,0,0),(125254,32255,571,1,1,27777,1,7377.74,2526.7,392.149,2.44452,300,5,0,12600,3994,1,0,0,0),(125255,32255,571,1,1,27779,1,7392.04,2557.3,391.95,3.95946,300,5,0,12600,3994,1,0,0,0),(125256,32255,571,1,1,27776,1,7351.59,2616.82,393.79,4.58736,300,5,0,12600,3994,1,0,0,0),(125257,32255,571,1,1,27779,1,7361.87,2539.94,392.295,4.70232,300,5,0,12600,3994,1,0,0,0),(125258,32255,571,1,1,27776,1,7344.5,2581.61,392.231,0.777648,300,5,0,12600,3994,1,0,0,0),(125259,32255,571,1,1,27778,1,7341.5,2581.63,391.606,0.77776,300,5,0,12600,3994,1,0,0,0),(125260,32255,571,1,1,27778,1,7344.47,2578.61,392.106,0.777774,300,5,0,12600,3994,1,0,0,0),(125261,32255,571,1,1,27779,1,7338.5,2581.65,391.481,0.777806,300,5,0,12600,3994,1,0,0,0),(125262,32255,571,1,1,27777,1,7344.45,2575.61,391.981,0.777754,300,5,0,12600,3994,1,0,0,0),(125263,32255,571,1,1,27777,1,7335.5,2581.68,391.481,0.778045,300,5,0,12600,3994,1,0,0,0),(125264,32255,571,1,1,27779,1,7344.43,2572.61,391.731,0.775862,300,5,0,12600,3994,1,0,0,0),(125265,32255,571,1,1,27779,1,7318.12,2651.18,393.445,0.692651,300,5,0,12600,3994,1,0,0,0),(125266,32255,571,1,1,27778,1,7286.68,2683.52,395.913,0.844502,300,5,0,12600,3994,1,0,0,0),(125267,32255,571,1,1,27779,1,7279.08,2601.24,394.302,1.21402,300,5,0,12600,3994,1,0,0,0),(125268,32255,571,1,1,27778,1,7276.71,2625.61,393.884,1.97222,300,0,0,12600,3994,0,0,0,0),(125269,32255,571,1,1,27776,1,7277.12,2627.4,393.877,0.383972,300,0,0,12600,3994,0,0,0,0),(125270,32255,571,1,1,27778,1,7277.9,2629.64,393.892,0.523599,300,0,0,12600,3994,0,0,0,0),(125271,32255,571,1,1,27779,1,7278.78,2631.09,393.946,5.3058,300,0,0,12600,3994,0,0,0,0),(125272,32255,571,1,1,27776,1,7279.56,2632.46,393.975,2.07694,300,0,0,12600,3994,0,0,0,0),(125273,32255,571,1,1,27776,1,7280.1,2633.38,394.003,0.959931,300,0,0,12600,3994,0,0,0,0),(125274,32255,571,1,1,27777,1,7280.46,2634.72,394.04,3.36848,300,0,0,12600,3994,0,0,0,0),(125275,32255,571,1,1,27776,1,7119.06,2813.68,409.094,4.30409,300,5,0,12600,3994,1,0,0,0),(125276,32255,571,1,1,27776,1,7112.48,2678.02,396.254,0.892849,300,5,0,12600,3994,1,0,0,0),(125277,32255,571,1,1,27777,1,7166.53,2713,398.709,2.48149,300,5,0,12600,3994,1,0,0,0),(125278,32255,571,1,1,27779,1,7165.01,2710.6,398.584,2.57591,300,5,0,12600,3994,1,0,0,0),(125279,32255,571,1,1,27776,1,7168.44,2715.17,398.644,2.52262,300,5,0,12600,3994,1,0,0,0),(125280,32255,571,1,1,27779,1,7162.85,2708.26,398.459,2.48726,300,5,0,12600,3994,1,0,0,0),(125281,32255,571,1,1,27777,1,7170.2,2717.73,398.551,2.38463,300,5,0,12600,3994,1,0,0,0),(125282,32255,571,1,1,27778,1,7161.72,2705.82,398.23,2.32472,300,5,0,12600,3994,1,0,0,0),(125283,32255,571,1,1,27776,1,7172.16,2719.87,398.282,2.48989,300,5,0,12600,3994,1,0,0,0),(125284,32255,571,1,1,27778,1,7246.45,2643.55,393.239,0.019009,300,5,0,12600,3994,1,0,0,0),(125285,32255,571,1,1,27778,1,7224.99,2598.86,393.706,6.15976,300,5,0,12600,3994,1,0,0,0),(125286,32255,571,1,1,27776,1,7224.7,2601.65,393.546,5.92383,300,5,0,12600,3994,1,0,0,0),(125287,32255,571,1,1,27779,1,7224.02,2596.22,393.668,6.07768,300,5,0,12600,3994,1,0,0,0),(125288,32255,571,1,1,27779,1,7225.73,2604.81,393.584,5.90024,300,5,0,12600,3994,1,0,0,0),(125289,32255,571,1,1,27778,1,7224.25,2592.91,393.706,6.2073,300,5,0,12600,3994,1,0,0,0),(125290,32255,571,1,1,27779,1,7225.53,2607.63,393.423,5.96133,300,5,0,12600,3994,1,0,0,0),(125291,32255,571,1,1,27778,1,7223.37,2590.22,393.706,6.00286,300,5,0,12600,3994,1,0,0,0),(125292,32255,571,1,1,27778,1,7261.17,2705.63,395.334,5.47017,300,5,0,12600,3994,1,0,0,0),(125293,32255,571,1,1,27779,1,7226.22,2669.04,393.839,5.78694,300,5,0,12600,3994,1,0,0,0),(125294,32255,571,1,1,27777,1,7223.58,2670.47,393.714,5.82304,300,5,0,12600,3994,1,0,0,0),(125295,32255,571,1,1,27776,1,7220.94,2671.89,393.714,5.28489,300,5,0,12600,3994,1,0,0,0),(125296,32255,571,1,1,27776,1,7218.31,2673.32,393.714,4.53999,300,5,0,12600,3994,1,0,0,0),(125297,32255,571,1,1,27779,1,7215.67,2674.75,393.839,4.08969,300,5,0,12600,3994,1,0,0,0),(125298,32255,571,1,1,27778,1,7225.31,2736.39,398.327,2.0601,300,5,0,12600,3994,1,0,0,0),(125299,32255,571,1,1,27776,1,7225.04,2733.58,398.169,1.80352,300,5,0,12600,3994,1,0,0,0),(125300,32255,571,1,1,27776,1,7228.18,2735.52,398.202,1.81928,300,5,0,12600,3994,1,0,0,0),(125301,32255,571,1,1,27778,1,7223.79,2730.57,397.803,2.06963,300,5,0,12600,3994,1,0,0,0),(125302,32255,571,1,1,27778,1,7231.04,2733.99,397.916,2.19524,300,5,0,12600,3994,1,0,0,0),(125303,32255,571,1,1,27776,1,7222.69,2727.78,397.571,1.84478,300,5,0,12600,3994,1,0,0,0),(125304,32255,571,1,1,27776,1,7233.92,2733.77,397.768,1.99444,300,5,0,12600,3994,1,0,0,0),(125305,32255,571,1,1,27778,1,7169.97,2807.18,405.048,1.35096,300,5,0,12600,3994,1,0,0,0),(125306,32255,571,1,1,27776,1,7167.16,2807.23,405.071,1.19997,300,5,0,12600,3994,1,0,0,0),(125307,32255,571,1,1,27777,1,7172.04,2806.68,405.037,1.35638,300,5,0,12600,3994,1,0,0,0),(125308,32255,571,1,1,27778,1,7164.47,2807.8,405.176,1.23578,300,5,0,12600,3994,1,0,0,0),(125309,32255,571,1,1,27777,1,7175.22,2805.4,404.694,1.19886,300,5,0,12600,3994,1,0,0,0),(125310,32255,571,1,1,27776,1,7161.29,2808.61,405.243,1.44814,300,5,0,12600,3994,1,0,0,0),(125311,32255,571,1,1,27777,1,7178.75,2805.22,404.673,1.37203,300,5,0,12600,3994,1,0,0,0),(125312,32255,571,1,1,27778,1,7183.32,2782.16,402.811,1.64179,300,5,0,12600,3994,1,0,0,0),(125313,32255,571,1,1,27778,1,7122.46,2779.22,406.409,1.07128,300,5,0,12600,3994,1,0,0,0),(125314,32255,571,1,1,27779,1,7115.88,2771.66,405.255,1.0674,300,5,0,12600,3994,1,0,0,0),(125315,32255,571,1,1,27779,1,7119.61,2769.63,404.767,1.0674,300,5,0,12600,3994,1,0,0,0),(125316,32255,571,1,1,27776,1,7113,2770.81,405.466,1.06661,300,5,0,12600,3994,1,0,0,0),(125317,32255,571,1,1,27778,1,7123.03,2759.66,403.98,5.24168,300,5,0,12600,3994,1,0,0,0),(125318,32255,571,1,1,27779,1,7123.91,2755.77,403.651,0.094084,300,5,0,12600,3994,1,0,0,0),(125319,32255,571,1,1,27777,1,7127.56,2757.61,403.796,5.24161,300,5,0,12600,3994,1,0,0,0),(125320,32255,571,1,1,27779,1,7151.79,2767.75,404.148,5.3512,300,5,0,12600,3994,1,0,0,0),(125321,32255,571,1,1,27776,1,7083.72,2703.02,399.476,6.03439,300,5,0,12600,3994,1,0,0,0),(125322,32255,571,1,1,27776,1,7082.33,2702.62,399.608,1.01656,300,5,0,12600,3994,1,0,0,0),(125323,32255,571,1,1,27777,1,7082.77,2704.09,399.979,1.01662,300,5,0,12600,3994,1,0,0,0),(125324,32255,571,1,1,27779,1,7082.4,2705.58,400.184,1.01577,300,5,0,12600,3994,1,0,0,0),(125325,32255,571,1,1,27778,1,7081.33,2706.72,400.462,1.01652,300,5,0,12600,3994,1,0,0,0),(125326,32255,571,1,1,27778,1,7079.84,2707.16,400.684,1.01563,300,5,0,12600,3994,1,0,0,0),(125327,32255,571,1,1,27776,1,7078.35,2706.84,400.608,1.0166,300,5,0,12600,3994,1,0,0,0),(125328,32255,571,1,1,27779,1,7360.17,2889.58,417.179,3.06856,300,5,0,12600,3994,1,0,0,0),(202506,33291,571,1,1,0,0,5123.34,-60.047,347.426,0,120,0,0,12600,3994,0,0,0,0),(125331,32255,571,1,1,27778,1,7057.8,2649.39,397.863,3.12123,300,5,0,12600,3994,1,0,0,0),(125332,32255,571,1,1,27778,1,7025.39,2681.98,403.124,4.47016,300,5,0,12600,3994,1,0,0,0),(125333,32255,571,1,1,27779,1,7283.46,2771.67,399.384,1.64697,300,5,0,12600,3994,1,0,0,0),(125334,32255,571,1,1,27777,1,7213.03,2676.18,394.214,3.8769,300,5,0,12600,3994,1,0,0,0),(125335,32255,571,1,1,27778,1,7210.39,2677.61,394.589,3.76262,300,5,0,12600,3994,1,0,0,0),(125336,32255,571,1,1,27779,1,7321.9,2447.82,395.248,2.08425,300,5,0,12600,3994,1,0,0,0),(125337,32255,571,1,1,27779,1,7238.03,2838.38,405.493,2.09427,300,5,0,12600,3994,1,0,0,0),(125338,32255,571,1,1,27777,1,7154.92,2488.12,406.596,2.15009,300,5,0,12600,3994,1,0,0,0),(125339,32255,571,1,1,27777,1,7046.15,2875.46,423.875,2.89093,300,5,0,12600,3994,1,0,0,0),(125340,32255,571,1,1,27776,1,7445.52,2842.1,419.839,4.23308,300,5,0,12600,3994,1,0,0,0),(125341,32255,571,1,1,27778,1,7191.88,2506.65,402.93,5.9884,300,5,0,12600,3994,1,0,0,0),(125342,32255,571,1,1,27778,1,7190.85,2508.61,402.652,5.87036,300,5,0,12600,3994,1,0,0,0),(125343,32255,571,1,1,27778,1,7149.82,2554.8,399.765,3.21687,300,5,0,12600,3994,1,0,0,0),(125344,32255,571,1,1,27778,1,7158.99,2578.75,395.477,5.73772,300,5,0,12600,3994,1,0,0,0),(125345,32255,571,1,1,27778,1,7172.42,2643.91,394.753,4.42188,300,5,0,12600,3994,1,0,0,0),(125346,32255,571,1,1,27779,1,7189.23,2505.24,403.055,5.87523,300,5,0,12600,3994,1,0,0,0),(125347,32255,571,1,1,27779,1,7187.64,2514.59,401.555,1.49263,300,5,0,12600,3994,1,0,0,0),(125348,32255,571,1,1,27776,1,7186.58,2503.83,403.43,5.92662,300,5,0,12600,3994,1,0,0,0),(125349,32255,571,1,1,27777,1,7188.97,2511.75,402.103,6.23209,300,5,0,12600,3994,1,0,0,0),(125350,32255,571,1,1,27776,1,7341.37,2469.06,390.015,2.8288,300,5,0,12600,3994,1,0,0,0),(125351,32255,571,1,1,27778,1,7440.61,2876.5,430.116,5.51767,300,5,0,12600,3994,1,0,0,0),(125352,32255,571,1,1,27779,1,7400.94,2835.66,412.663,6.0375,300,5,0,12600,3994,1,0,0,0),(125353,25361,571,1,1,23150,0,2814.16,6061.07,75.763,5.32325,300,0,0,7984,0,0,0,0,0),(125354,25361,571,1,1,23151,0,2802.82,6067.97,75.763,4.83456,300,0,0,7984,0,0,0,0,0),(125355,25361,571,1,1,23150,0,2816.4,6074.07,75.6802,5.13311,300,0,0,7984,0,0,0,0,0),(125356,25361,571,1,1,23152,0,2818.06,6063.47,75.763,4.59022,300,0,0,7984,0,0,0,0,0),(125357,25361,571,1,1,23151,0,2802,6063.03,75.8047,1.11856,300,0,0,7984,0,0,0,0,0),(125358,25361,571,1,1,23147,0,2826.38,6069.43,75.763,1.29154,300,0,0,7984,0,0,0,0,0),(125359,25361,571,1,1,23151,0,2832.08,6071.49,75.763,5.8294,300,0,0,7984,0,0,0,0,0),(125360,25361,571,1,1,23152,0,2811.55,6069.12,75.763,5.044,300,0,0,7984,0,0,0,0,0),(125361,25361,571,1,1,23152,0,2824.75,6062.34,75.763,2.21657,300,0,0,7984,0,0,0,0,0),(125362,25361,571,1,1,23150,0,2821.04,6073.08,75.763,3.68265,300,0,0,7984,0,0,0,0,0),(125363,25361,571,1,1,23150,0,2808.3,6062.51,75.763,5.46288,300,0,0,7984,0,0,0,0,0),(125364,25361,571,1,1,23151,0,2819.62,6060.04,75.68,4.10817,300,0,0,7984,0,0,0,0,0),(125365,25362,571,1,1,16356,0,2810.57,6059.7,75.8047,3.99748,300,0,0,102,0,0,0,0,0),(125366,25362,571,1,1,16356,0,2814.86,6062.89,75.8047,3.83491,300,0,0,102,0,0,0,0,0),(125367,25362,571,1,1,16356,0,2811.14,6065.41,75.8047,3.94498,300,0,0,102,0,0,0,0,0),(125368,25362,571,1,1,16356,0,2797.22,6065.3,75.8047,3.14568,300,5,0,102,0,1,0,0,0),(125369,25362,571,1,1,23148,0,2796.95,6061.68,75.8047,1.92221,300,5,0,102,0,1,0,0,0),(125370,25362,571,1,1,23148,0,2807.34,6060.82,75.8047,4.00406,300,0,0,102,0,0,0,0,0),(125371,25362,571,1,1,16356,0,2806.04,6065.84,75.8047,4.60197,300,0,0,102,0,0,0,0,0),(125372,25362,571,1,1,16358,0,2829.03,6065.53,75.8047,3.9,300,5,0,102,0,1,0,0,0),(125373,25362,571,1,1,23148,0,2813.35,6072.84,75.8047,5.26228,300,0,0,102,0,0,0,0,0),(125374,25362,571,1,1,16358,0,2824.63,6071.82,75.8047,3.29277,300,5,0,102,0,1,0,0,0),(125375,25362,571,1,1,16358,0,2824.39,6064.06,75.8047,3.33283,300,5,0,102,0,1,0,0,0),(125376,25362,571,1,1,16356,0,2823.68,6068.84,75.8047,6.07307,300,5,0,102,0,1,0,0,0),(125377,25362,571,1,1,16356,0,2819.9,6057.36,75.9297,4.52821,300,5,0,102,0,1,0,0,0),(125378,25362,571,1,1,23148,0,2814.25,6063.99,75.8047,6.16466,300,5,0,102,0,1,0,0,0),(125379,25362,571,1,1,23148,0,2813.82,6071.64,75.8047,4.41679,300,5,0,102,0,1,0,0,0),(125381,25362,571,1,1,16358,0,2802.37,6060.55,75.8047,4.49413,300,5,0,102,0,1,0,0,0),(125382,25362,571,1,1,16356,0,2812.32,6057.14,76.5547,6.23258,300,5,0,102,0,1,0,0,0),(125384,25379,571,1,1,23167,0,2805.71,6050.89,77.3308,1.11701,300,0,0,8982,0,0,0,0,0),(125385,27432,571,1,1,23037,1,2749.05,6136.27,77.8881,3.75246,300,0,0,3728,0,0,0,0,0),(125386,27432,571,1,1,23039,1,2744.3,6134.8,77.6573,3.05433,300,0,0,3728,0,0,0,0,0),(125387,27432,571,1,1,23038,1,2743.26,6134.88,77.6359,2.93215,300,0,0,3728,0,0,0,0,0),(125388,27432,571,1,1,23038,1,2749.89,6145.59,77.8226,1.78024,300,0,0,3728,0,0,0,0,0),(125389,27432,571,1,1,23037,1,2745.25,6143.5,77.801,2.68781,300,0,0,3728,0,0,0,0,0),(125390,27432,571,1,1,23039,1,2746.13,6140,77.7141,2.9147,300,0,0,3728,0,0,0,0,0),(125391,27432,571,1,1,23038,1,2743.01,6154.06,77.7848,5.75266,300,0,0,3728,0,0,0,0,0),(125392,27440,571,1,1,24638,0,2808.5,6147.33,85.1066,0.034907,300,0,0,7984,0,0,0,0,0),(125393,29233,571,1,1,26063,0,2809.35,6169.41,104.993,3.57792,300,0,0,7380,0,0,0,0,0),(125394,27441,571,1,1,24639,0,2812.29,6148.29,85.2123,3.40339,300,0,0,7984,0,0,0,0,0),(125395,25394,571,1,1,23176,0,2781.9,6080.58,77.7719,0.034907,300,0,0,9291,0,0,0,0,0),(125396,32565,571,1,1,28059,0,2834.31,6183.17,104.294,0.785398,300,0,0,9610,0,0,0,0,0),(125397,26938,571,1,1,24180,0,2808.65,6205.53,105.02,1.64061,300,0,0,7984,0,0,0,0,0),(125398,25402,571,1,1,18657,0,2657.13,6171.35,38.9543,4.81711,90,0,0,8982,0,0,0,0,0),(125399,25403,571,1,1,18657,0,2716.02,6020.79,31.2899,1.58825,90,0,0,8982,0,0,0,0,0),(125400,25404,571,1,1,18657,0,2877.96,6276.01,60.9446,5.44543,90,0,0,8982,0,0,0,0,0),(125401,25405,571,1,1,18657,0,2962.16,6187.47,62.0957,1.85005,90,0,0,8982,0,0,0,0,0),(125402,26941,571,1,1,24183,1,2799.13,6187.77,105.088,2.9147,300,0,0,7984,0,0,0,0,0),(125403,26945,571,1,1,24185,0,2819,6158.25,104.998,3.26377,300,0,0,7984,0,0,0,0,0),(125404,31563,571,1,1,23019,1,2823.11,6216.4,85.8268,5.74213,300,0,0,42540,0,0,0,0,0),(125406,31563,571,1,1,23017,1,2882.79,6210.21,105.548,4.5204,300,0,0,42540,0,2,0,0,0),(125407,31563,571,1,1,23018,1,2865.54,6169.27,85.8269,3.59538,300,0,0,42540,0,0,0,0,0),(125421,25426,571,1,1,14589,0,2807.42,6050.56,77.326,1.48353,300,0,0,102,0,0,0,0,0),(125422,26968,571,1,1,24192,0,2853.38,6154.71,105.027,5.79449,300,0,0,7984,0,0,0,0,0),(125423,26969,571,1,1,24194,0,2842.94,6170.93,104.895,1.11701,300,0,0,7984,0,0,0,0,0),(125424,26972,571,1,1,24197,1,2818.32,6151.04,85.4053,3.1765,300,0,0,7984,0,0,0,0,0),(125425,26974,571,1,1,24212,1,2836.99,6148.09,105.088,4.76475,300,0,0,7984,0,0,0,0,0),(125426,26975,571,1,1,24214,1,2813.49,6163.41,105.04,3.94444,300,0,0,7984,0,0,0,0,0),(125427,26976,571,1,1,24215,1,2853.53,6116,83.5814,0.069813,300,0,0,7984,0,0,0,0,0),(125428,26977,571,1,1,24216,0,2823.59,6192.59,104.888,0.10472,300,0,0,7984,0,0,0,0,0),(125429,26980,571,1,1,24218,0,2824.46,6199.23,104.922,5.72468,300,0,0,7984,0,0,0,0,0),(125430,26981,571,1,1,24219,1,2772.04,6222.61,83.4657,5.14872,300,0,0,7984,0,0,0,0,0),(125431,26982,571,1,1,24220,0,2847.77,6170.94,104.921,1.98968,300,0,0,7984,0,0,0,0,0),(125432,25446,571,1,1,23201,1,2729.24,6082.68,73.7073,3.36848,300,0,0,85080,71220,0,0,0,0),(125433,25459,571,1,1,23210,0,2757.78,6133.22,208.834,2.75762,300,0,0,4731,2790,0,0,0,0),(125434,25978,571,1,1,23488,0,2799.66,6166.97,85.3135,3.97935,300,0,0,8982,0,0,0,0,0),(125435,32647,571,1,1,19283,0,2798.49,6259.64,208.948,3.66519,300,5,0,2215,0,1,0,0,0),(125436,32647,571,1,1,19283,0,2811.62,6245.31,208.933,3.71755,300,5,0,2215,0,1,0,0,0),(125437,32647,571,1,1,19283,0,2902.11,6088.27,208.84,1.20428,300,5,0,2215,0,1,0,0,0),(125438,32647,571,1,1,19283,0,2764.1,6238.67,208.923,0.610865,300,5,0,2215,0,1,0,0,0),(125439,32647,571,1,1,19283,0,2794.1,6264.13,208.961,3.97935,300,5,0,2215,0,1,0,0,0),(125440,32647,571,1,1,19283,0,2768.5,6234.17,208.936,0.872665,300,5,0,2215,0,1,0,0,0),(125441,32647,571,1,1,19283,0,2781.1,6221.1,208.989,1.16937,300,5,0,2215,0,1,0,0,0),(125442,32647,571,1,1,19283,0,2807.2,6249.82,208.945,3.78736,300,5,0,2215,0,1,0,0,0),(125443,32647,571,1,1,19283,0,2929.89,6109.85,208.834,2.80998,300,5,0,2215,0,1,0,0,0),(125444,32647,571,1,1,19283,0,2776.71,6225.66,208.978,2.32129,300,5,0,2215,0,1,0,0,0),(125445,32647,571,1,1,19283,0,2929.97,6116.13,208.834,3.59538,300,5,0,2215,0,1,0,0,0),(125446,32647,571,1,1,19283,0,2907.27,6087.87,208.836,1.93731,300,5,0,2215,0,1,0,0,0),(125447,25237,571,1,1,23006,1,2838.32,6187.36,84.6827,3.82227,300,0,0,898200,0,0,0,0,0),(125448,25242,571,1,1,23007,1,2928.68,6115.72,208.834,0.436332,300,0,0,42540,0,0,0,0,0),(125449,25242,571,1,1,23017,1,2928.65,6110.42,208.834,5.65487,300,0,0,42540,0,0,0,0,0),(125450,25242,571,1,1,23007,1,2806.24,6249.03,209.014,0.680678,300,0,0,42540,0,0,0,0,0),(125451,25242,571,1,1,23019,1,2777.93,6226.85,209.091,3.80482,300,0,0,42540,0,0,0,0,0),(125452,25242,571,1,1,23018,1,2810.56,6244.37,209.012,0.680678,300,0,0,42540,0,0,0,0,0),(125453,25242,571,1,1,23007,1,2782.28,6222.28,209.115,3.83972,300,0,0,42540,0,0,0,0,0),(125454,25242,571,1,1,23007,1,2832.92,6175.12,122.04,3.47321,300,0,0,42540,0,0,0,0,0),(125455,25242,571,1,1,23018,1,2826.61,6182.38,122.04,4.2237,300,0,0,42540,0,0,0,0,0),(125456,25242,571,1,1,23007,1,2755.75,6095,77.9291,3.78736,300,0,0,42540,0,0,0,0,0),(125457,25242,571,1,1,23018,1,2764.95,6092.48,78.4058,4.60767,300,0,0,42540,0,0,0,0,0),(125458,25242,571,1,1,23019,1,2851.06,6177.87,104.893,1.71042,300,0,0,42540,0,0,0,0,0),(125459,25242,571,1,1,23007,1,2862.94,6180.29,104.92,1.8675,300,0,0,42540,0,0,0,0,0),(125460,25242,571,1,1,23018,1,2776.58,6073.48,77.634,4.31096,300,0,0,42540,0,0,0,0,0),(125461,25242,571,1,1,23017,1,2782.31,6070.92,77.4794,4.2586,300,0,0,42540,0,0,0,0,0),(125462,25242,571,1,1,23007,1,2849.86,6068.1,77.2149,0.775217,300,5,0,42540,0,1,0,0,0),(125463,25242,571,1,1,23018,1,2846,6064.24,77.2449,0.782414,300,5,0,42540,0,1,0,0,0),(125464,25242,571,1,1,23018,1,2815.71,6162.08,85.5752,3.92699,300,0,0,42540,0,0,0,0,0),(125465,25242,571,1,1,23018,1,2811.91,6166.64,85.5835,3.92699,300,0,0,42540,0,0,0,0,0),(125466,25242,571,1,1,23018,1,2913.33,6261.26,208.834,3.90954,300,0,0,42540,0,0,0,0,0),(125467,25242,571,1,1,23007,1,2918.92,6254.75,208.834,3.83972,300,0,0,42540,0,0,0,0,0),(125468,25242,571,1,1,23007,1,2711.15,6157.31,72.9262,2.46091,300,0,0,42540,0,0,0,0,0),(125469,25242,571,1,1,23019,1,2765.7,6240.15,209.061,3.57792,300,0,0,42540,0,0,0,0,0),(125470,25242,571,1,1,23017,1,2770.15,6235.44,209.067,3.71755,300,0,0,42540,0,0,0,0,0),(125471,25242,571,1,1,23017,1,2793.19,6263.28,209.041,0.645772,300,0,0,42540,0,0,0,0,0),(125472,25242,571,1,1,23007,1,2834.7,6212.27,104.917,5.98648,300,0,0,42540,0,0,0,0,0),(125473,25242,571,1,1,23019,1,2830.06,6200.01,104.893,6.17846,300,0,0,42540,0,0,0,0,0),(125474,25242,571,1,1,23018,1,2870.47,6240,208.832,5.53269,300,0,0,42540,0,0,0,0,0),(125475,25242,571,1,1,23019,1,2893.51,6213.88,208.832,2.44346,300,0,0,42540,0,0,0,0,0),(125476,25242,571,1,1,23018,1,2740.66,6112.43,78.2283,3.85718,300,0,0,42540,0,0,0,0,0),(125477,25242,571,1,1,23019,1,2738.5,6120.8,78.4349,3.24631,300,0,0,42540,0,0,0,0,0),(125478,25242,571,1,1,23017,1,2905.96,6081.71,77.3045,0.069813,300,0,0,42540,0,0,0,0,0),(125479,25242,571,1,1,23018,1,2895.33,6080.71,77.2887,3.29867,300,0,0,42540,0,0,0,0,0),(125480,25242,571,1,1,23007,1,2865.94,6218.56,208.815,0.523599,300,0,0,42540,0,0,0,0,0),(125481,25242,571,1,1,23019,1,2873.11,6210.19,208.814,0.820305,300,0,0,42540,0,0,0,0,0),(125482,25242,571,1,1,23019,1,2787.19,6150.31,84.6868,0.663225,300,0,0,42540,0,0,0,0,0),(125483,25242,571,1,1,23017,1,2796.32,6141.74,84.7155,0.855211,300,0,0,42540,0,0,0,0,0),(125484,25242,571,1,1,23007,1,2902.86,6089.73,208.843,4.17134,300,0,0,42540,0,0,0,0,0),(125485,25242,571,1,1,23019,1,2797.27,6258.58,209.041,0.855211,300,0,0,42540,0,0,0,0,0),(125486,25242,571,1,1,23017,1,2906.78,6089.56,208.839,5.044,300,0,0,42540,0,0,0,0,0),(125487,25242,571,1,1,23019,1,2743.63,6146.6,77.8086,3.21141,300,0,0,42540,0,0,0,0,0),(125488,25242,571,1,1,23019,1,2742.03,6138.75,77.6599,3.01942,300,0,0,42540,0,0,0,0,0),(125489,25242,571,1,1,23019,1,2827.77,6149.84,105.065,3.97935,300,0,0,42540,0,0,0,0,0),(125490,25242,571,1,1,23018,1,2800.25,6180.05,105.063,3.71755,300,0,0,42540,0,0,0,0,0),(125491,25242,571,1,1,23007,1,2826.42,6216.97,104.833,6.0042,300,0,0,42540,0,2,0,0,0),(125492,25242,571,1,1,23018,1,2905.6,6070.58,77.8259,0.244346,300,0,0,42540,0,0,0,0,0),(125493,25242,571,1,1,23019,1,2894.2,6070.1,77.6994,2.74017,300,0,0,42540,0,0,0,0,0),(125494,25242,571,1,1,23007,1,2786.46,6145.39,104.336,0.718649,300,5,0,42540,0,1,0,0,0),(125495,25242,571,1,1,23007,1,2783.9,6143.11,102.774,0.722858,300,5,0,42540,0,1,0,0,0),(125496,25242,571,1,1,23018,1,2687.07,6070.99,57.6813,3.1765,300,0,0,42540,0,0,0,0,0),(125497,25242,571,1,1,23018,1,2684.98,6080.77,58.7818,3.33358,300,0,0,42540,0,0,0,0,0),(125498,25243,571,1,1,23024,1,2829.37,6166.17,208.82,0.959931,300,0,0,126000,0,0,0,0,0),(125499,25243,571,1,1,23023,1,2824.33,6167.57,85.6676,0.959931,300,0,0,126000,0,0,0,0,0),(125500,25243,571,1,1,23024,1,2845.86,6153.35,208.737,0.083421,300,0,0,126000,0,0,0,0,0),(125501,25243,571,1,1,23023,1,2817.3,6174.29,85.6635,0.750492,300,0,0,126000,0,0,0,0,0),(125502,25243,571,1,1,23023,1,2808.07,6216.91,85.9366,5.49779,300,0,0,126000,0,0,0,0,0),(125503,25243,571,1,1,23023,1,2847.43,6164.86,208.82,1.93731,300,0,0,126000,0,0,0,0,0),(125504,25243,571,1,1,23024,1,2811.44,6197.96,85.9532,0.174533,300,0,0,126000,0,0,0,0,0),(125505,25243,571,1,1,23008,1,2829.65,6207.53,208.82,5.06145,300,0,0,126000,0,0,0,0,0),(125506,25243,571,1,1,23024,1,2859.66,6194.19,208.82,3.54302,300,0,0,126000,0,0,0,0,0),(125507,25243,571,1,1,23008,1,2846.59,6159.11,85.8151,1.43117,300,0,0,126000,0,0,0,0,0),(125508,25243,571,1,1,23023,1,2859.26,6174.98,208.82,2.72271,300,0,0,126000,0,0,0,0,0),(125509,25243,571,1,1,23022,1,2864.21,6154.04,85.9277,2.28638,300,0,0,126000,0,0,0,0,0),(202335,34094,530,1,1,0,1,3078.46,3636.98,145.385,3.12999,120,0,0,1,0,0,0,0,0),(125511,25243,571,1,1,23024,1,2823.57,6210.14,85.7272,4.45059,300,0,0,126000,0,0,0,0,0),(125512,25243,571,1,1,23022,1,2856.8,6193.24,85.9443,3.7001,300,0,0,126000,0,0,0,0,0),(125513,25243,571,1,1,23022,1,2848.41,6205.83,208.82,4.20624,300,0,0,126000,0,0,0,0,0),(125514,25243,571,1,1,23008,1,2829.89,6208.63,86.374,1.22825,300,0,0,126000,0,2,0,0,0),(125515,25243,571,1,1,23024,1,2818.59,6196.57,208.82,5.74213,300,0,0,126000,0,0,0,0,0),(125516,25243,571,1,1,23022,1,2846.93,6203.73,85.9437,3.97935,300,0,0,126000,0,0,0,0,0),(125517,25243,571,1,1,23008,1,2818.56,6178.77,208.82,0.349066,300,0,0,126000,0,0,0,0,0),(125518,25243,571,1,1,23023,1,2858.69,6169.84,85.829,2.87979,300,0,0,126000,0,0,0,0,0),(110549,25244,571,1,1,23014,1,2764.19,6263.51,208.869,2.63545,300,0,0,14889,0,0,0,0,0),(110547,25244,571,1,1,23009,1,2873.1,6828.73,1.9804,1.32645,300,0,0,14889,0,0,0,0,0),(110546,25244,571,1,1,23009,1,2951.82,6808.22,6.21126,6.19592,300,0,0,14889,0,0,0,0,0),(110545,25244,571,1,1,23014,1,2950.92,6804.4,6.60389,5.53269,300,0,0,14889,0,0,0,0,0),(110544,25244,571,1,1,23016,1,2940.66,6738.34,13.9565,1.25664,300,0,0,14889,0,0,0,0,0),(110541,25244,571,1,1,23009,1,2891.6,6813.39,5.28657,0.593412,300,0,0,14889,0,0,0,0,0),(110540,25244,571,1,1,23009,1,3027.11,6720.66,9.11358,3.19395,300,0,0,14889,0,0,0,0,0),(125534,25247,571,1,1,23021,1,2794.36,6165.11,85.1555,5.5676,300,0,0,7185,7196,0,0,0,0),(125535,25256,571,1,1,23033,1,2835.02,6182.44,84.6827,5.82198,300,0,0,2789000,0,0,0,0,0),(125536,26538,571,1,1,24170,1,2817.72,6177.08,122.207,0.139626,300,0,0,4229,0,0,0,0,0),(125537,25269,571,1,1,23036,0,2835.85,6180,85.6271,2.53073,300,0,0,7048,0,0,0,0,0),(125538,25272,571,1,1,23040,1,2850.74,6176.56,85.7137,4.8049,300,0,0,9291,0,2,0,0,0),(125539,25273,571,1,1,23041,1,2759.32,6091.65,77.8719,3.56047,300,0,0,9940,0,0,0,0,0),(125540,25273,571,1,1,23041,1,2822.7,6171.69,122.061,0.802851,300,0,0,9940,0,0,0,0,0),(125541,25273,571,1,1,23041,1,2903.6,6246.42,208.834,0.575959,300,0,0,9940,0,0,0,0,0),(125542,25274,571,1,1,23042,1,2765.84,6177.7,83.4663,5.1733,300,0,0,10635,0,2,0,0,0),(125543,25275,571,1,1,23074,1,2760.71,6208.76,83.4704,3.49066,300,0,0,7984,0,0,0,0,0),(125544,26043,571,1,1,23501,0,2769.06,6191.34,83.6604,3.82227,300,0,0,42,0,0,0,0,0),(125545,25275,571,1,1,23075,1,2757.8,6191.47,83.4712,2.80998,300,0,0,7984,0,0,0,0,0),(125546,25275,571,1,1,23075,1,2774.88,6206.57,83.6633,2.47837,300,0,0,7984,0,0,0,0,0),(125547,26043,571,1,1,23501,0,2769.65,6187.94,83.6401,6.07375,300,0,0,42,0,0,0,0,0),(125548,25275,571,1,1,23074,1,2760.15,6205.9,83.4692,2.75762,300,0,0,7984,0,0,0,0,0),(125549,26043,571,1,1,23501,0,2773.03,6208,83.9063,3.10669,300,0,0,42,0,0,0,0,0),(125550,26043,571,1,1,23501,0,2770.98,6204.62,83.6136,0.296706,300,0,0,42,0,0,0,0,0),(125551,25275,571,1,1,23074,1,2767.67,6187.83,83.6325,0.139626,300,0,0,7984,0,0,0,0,0),(125552,25275,571,1,1,23074,1,2790.61,6157.73,84.9176,3.89208,300,0,0,7984,0,0,0,0,0),(125553,25275,571,1,1,23075,1,2763.08,6176.91,83.4957,2.86234,300,0,0,7984,0,0,0,0,0),(125554,25275,571,1,1,23076,1,2756.07,6194.87,83.4339,4.83456,300,0,0,7984,0,0,0,0,0),(125555,25275,571,1,1,23076,1,2767.13,6190.98,83.6233,0.15708,300,0,0,7984,0,0,0,0,0),(125556,25275,571,1,1,23075,1,2760.85,6181.07,83.4778,3.45575,300,0,0,7984,0,0,0,0,0),(125557,25275,571,1,1,23074,1,2769.53,6205.88,83.6126,5.8294,300,0,0,7984,0,0,0,0,0),(125558,25276,571,1,1,23044,1,2837.19,6107.12,83.3987,4.79965,300,0,0,6986,0,0,0,0,0),(125559,25276,571,1,1,23044,1,2814.7,6117.38,83.4235,4.32842,300,0,0,6986,0,0,0,0,0),(125560,25276,571,1,1,23079,1,2828.4,6110.11,83.4256,4.4855,300,0,0,6986,0,0,0,0,0),(125561,25276,571,1,1,23079,1,2842.55,6116.64,83.5468,0.05236,300,0,0,6986,0,0,0,0,0),(125562,25276,571,1,1,23044,1,2811.29,6124.97,83.5147,3.4761,300,0,0,6986,0,0,0,0,0),(125563,25276,571,1,1,23078,1,2847.96,6106.53,83.3745,4.86947,300,0,0,6986,0,0,0,0,0),(125564,25276,571,1,1,23078,1,2852.54,6107.57,83.3853,4.32842,300,0,0,6986,0,0,0,0,0),(125565,25276,571,1,1,23044,1,2823.82,6110.86,83.3984,4.33461,300,0,0,6986,0,0,0,0,0),(125566,26044,571,1,1,23502,1,2783.69,6248.38,84.2131,5.4231,300,0,0,7984,0,0,0,0,0),(125567,25276,571,1,1,23080,1,2822.2,6112.62,83.4125,3.735,300,0,0,6986,0,0,0,0,0),(125568,25276,571,1,1,23078,1,2834,6108.76,83.4529,5.28835,300,0,0,6986,0,0,0,0,0),(125569,25277,571,1,1,23045,1,2847.77,6110.22,83.4355,2.9671,300,0,0,9610,0,2,0,0,0),(125570,25278,571,1,1,23046,1,2803.7,6154.5,85.2464,3.90954,300,0,0,6986,2991,0,0,0,0),(125571,25279,571,1,1,23047,1,2784.95,6081.02,77.7719,3.49066,300,0,0,9291,0,0,0,0,0),(125572,26047,571,1,1,23505,0,2794.48,6246.98,84.6244,3.90954,300,0,0,8982,0,0,0,0,0),(125573,26047,571,1,1,9509,0,2789.49,6253.6,84.3128,3.90954,300,0,0,8982,0,0,0,0,0),(125574,26047,571,1,1,9509,0,2776.59,6242.61,84.4475,0.645772,300,0,0,8982,0,0,0,0,0),(125575,26047,571,1,1,9509,0,2771.92,6248.92,84.0826,0.680678,300,0,0,8982,0,0,0,0,0),(125576,25280,571,1,1,23048,1,2738.55,6141.26,77.5423,4.78916,300,0,0,7984,3080,2,0,0,0),(125577,25286,571,1,1,23019,0,2782.91,6113.61,208.771,2.19912,300,0,0,10635,0,0,0,0,0),(125578,25286,571,1,1,23019,0,2772.24,6103.7,209.008,2.25148,300,0,0,10635,0,0,0,0,0),(125579,25286,571,1,1,23019,0,2811.95,6140.99,208.914,2.26893,300,0,0,10635,0,0,0,0,0),(125580,25286,571,1,1,23019,0,2792.33,6122.26,208.762,2.21657,300,0,0,10635,0,0,0,0,0),(125581,25286,571,1,1,23017,0,2806.75,6136.39,208.798,1.98853,300,0,0,10635,0,0,0,0,0),(125582,25286,571,1,1,23019,0,2801.31,6130.43,208.835,2.19912,300,0,0,10635,0,0,0,0,0),(125583,25288,571,1,1,23053,1,2922.39,6244.39,208.835,2.82743,300,0,0,7984,3080,0,0,0,0),(125584,25289,571,1,1,23054,1,2802.65,6148.1,208.156,0.756439,300,0,0,9940,3387,2,0,0,0),(125585,32474,571,1,1,28001,0,2804.14,6165.57,85.3861,4.81711,300,0,0,7181,0,0,0,0,0),(125586,26078,571,1,1,23508,0,2794.54,6145.77,84.4696,0.727455,300,0,0,10635,0,0,0,0,0),(125587,29155,571,1,1,25946,1,2837.65,6173.48,85.2382,2.00713,300,0,0,25524,23943,0,0,0,0),(125590,25327,571,1,1,23115,0,2769.98,6073,77.6674,4.41568,300,0,0,7984,3080,0,0,0,0),(118734,24562,571,1,1,25237,0,2519.07,6087.55,82.8635,1.81923,300,5,0,6986,0,1,0,0,0),(118730,24562,571,1,1,25237,0,2746.69,6340.74,96.6432,1.38125,300,5,0,6986,0,1,0,0,0),(118721,24562,571,1,1,25237,0,2689.58,6297.92,99.7309,4.70731,300,5,0,6986,0,1,0,0,0),(118713,24562,571,1,1,25237,0,3010.19,6206.57,125.935,4.27693,300,5,0,6986,0,1,0,0,0),(118710,24562,571,1,1,25237,0,2625.47,6245.53,84.5484,0.272098,300,5,0,6986,0,1,0,0,0),(125598,26109,571,1,1,23007,0,2804.24,6143.08,84.9222,3.80482,300,0,0,10635,0,0,0,0,0),(125599,26109,571,1,1,23018,0,2785.14,6156.05,84.759,1.20428,300,0,0,10635,0,0,0,0,0),(125600,26109,571,1,1,23018,0,2802.17,6138.01,84.7706,1.72788,300,0,0,10635,0,0,0,0,0),(125641,29194,0,1,1,25468,0,2413.92,-5524.47,377.125,5.25344,180,0,0,126000,0,0,0,0,0),(125642,29195,0,1,1,25458,1,2506.22,-5663.2,377.037,2.23402,180,0,0,126000,0,0,0,0,0),(125643,30709,1,1,1,0,1,-998.998,208.718,106.477,2.65449,25,0,0,902,2680,0,0,0,0),(125644,30711,0,1,1,0,1,1507.76,283.651,-62.1717,2.75928,25,0,0,902,2680,0,0,0,0),(125645,30710,530,1,1,0,1,9958.94,-7250.08,32.0774,2.27023,25,0,0,42,0,0,0,0,0),(125646,30717,0,1,1,0,1,-4807.46,-1196.28,505.815,6.28269,25,0,0,902,2680,0,0,0,0),(125647,30715,1,1,1,0,1,10139.7,2313,1343.39,3.22886,25,0,0,902,2680,0,0,0,0),(125648,30716,530,1,1,0,1,-3890.05,-11494.8,-136.216,0.455529,25,0,0,1009,1067,0,0,0,0),(125649,6491,571,1,4294967295,0,0,1101.91,-4970.7,32.3032,4.65249,60,0,0,4120,0,0,0,0,0),(125650,6491,571,1,4294967295,0,0,671.581,-4927.85,3.74385,3.732,60,0,0,4120,0,0,0,0,0),(125651,29202,0,1,1,26001,1,2413.87,-5612.36,420.727,0.383972,180,0,0,32385,21630,0,0,0,0),(125652,6491,571,1,4294967295,0,0,1359.41,-4769.29,193.188,4.9478,60,0,0,4120,0,0,0,0,0),(125653,6491,571,1,4294967295,0,0,1957.22,-3682.37,171.882,0.0359171,60,0,0,4120,0,0,0,0,0),(125654,6491,571,1,4294967295,0,0,731.997,-2987.05,24.9835,3.86473,60,0,0,4120,0,0,0,0,0),(125655,6491,571,1,4294967295,0,0,109.589,-3701.8,1.06501,0.145873,60,0,0,4120,0,0,0,0,0),(125656,6491,571,1,4294967295,0,0,1191.72,-4115.8,149.496,0.0359173,60,0,0,4120,0,0,0,0,0),(125657,6491,571,1,4294967295,0,0,2242.66,-4650.53,218.904,3.07158,60,0,0,4120,0,0,0,0,0),(125658,6491,571,1,4294967295,0,0,1923.72,-5986.35,9.05279,4.62589,60,0,0,4120,0,0,0,0,0),(125659,6491,571,1,4294967295,0,0,210.014,-5945.17,7.17955,3.23965,60,0,0,4120,0,0,0,0,0),(125660,6491,571,1,4294967295,0,0,57.9178,-4649.08,283.569,6.17704,60,0,0,4120,0,0,0,0,0),(125661,6491,571,1,4294967295,0,0,3618.7,6805.59,172.177,0.00774095,60,0,0,4120,0,0,0,0,0),(125662,6491,571,1,4294967295,0,0,4222.44,5337.23,30.3802,5.07199,60,0,0,4120,0,0,0,0,0),(125663,6491,571,1,4294967295,0,0,4512.78,5658.14,82.2635,1.46544,60,0,0,4120,0,0,0,0,0),(125664,6491,571,1,4294967295,0,0,3041.14,3843.49,3.75779,4.52221,60,0,0,4120,0,0,0,0,0),(125665,6491,571,1,4294967295,0,0,3575.78,4087.29,22.3345,1.53298,60,0,0,4120,0,0,0,0,0),(125666,6491,571,1,4294967295,0,0,2843.05,6655.58,36.3798,4.68086,60,0,0,4120,0,0,0,0,0),(125667,6491,571,1,4294967295,0,0,2479.42,5289.27,32.4917,2.96241,60,0,0,4120,0,0,0,0,0),(125668,6491,571,1,4294967295,0,0,3041.42,4319.21,29.4391,4.33529,60,0,0,4120,0,0,0,0,0),(125669,6491,0,1,4294967295,0,0,1773.33,768.808,55.6853,0.0250183,60,0,0,4120,0,0,0,0,0),(125670,6491,1,1,4294967295,0,0,-6113.67,-1337.97,-179.625,4.02662,60,0,0,4120,0,0,0,0,0),(125671,6491,609,1,4294967295,0,0,2364.42,-5771.32,151.367,0.127121,60,0,0,4120,0,0,0,0,0),(125672,6491,609,1,4294967295,0,0,1886.78,-5784.59,102.861,4.52535,60,0,0,4120,0,0,0,0,0),(125673,6491,609,1,4294967295,0,0,2116.19,-5286.94,81.2151,4.52535,60,0,0,4120,0,0,0,0,0),(125674,6491,571,1,4294967295,0,0,5850.33,764.161,641.12,3.79493,60,0,0,4120,0,0,0,0,0),(125675,6491,571,1,4294967295,0,0,3100.18,-1983.4,83.3072,5.01701,60,0,0,4120,0,0,0,0,0),(125676,6491,571,1,4294967295,0,0,3534.13,-2882.06,204.625,1.06253,60,0,0,4120,0,0,0,0,0),(125677,6491,571,1,4294967295,0,0,4352.78,-4247.99,162.318,0.0163839,60,0,0,4120,0,0,0,0,0),(125678,6491,571,1,4294967295,0,0,3967.28,-2316.64,213.873,4.20098,60,0,0,4120,0,0,0,0,0),(125679,6491,571,1,4294967295,0,0,2933.64,-2836.78,73.6939,2.69302,60,0,0,4120,0,0,0,0,0),(125680,6491,571,1,4294967295,0,0,4323.39,-3606.85,248,0.233154,60,0,0,4120,0,0,0,0,0),(125681,12798,1,1,1,0,1,1656.62,-4224.73,56.1481,1.68466,25,0,0,6474,0,0,0,0,0),(125682,12797,1,1,1,0,1,1643.48,-4217.4,56.1543,0.446869,25,0,0,6474,0,0,0,0,0),(125683,12790,1,1,1,0,1,1651.96,-4213.8,55.2117,0.682488,25,0,0,6474,0,0,0,0,0),(125684,12788,1,1,1,0,1,1657.85,-4192.21,56.3834,4.68806,25,0,0,6474,0,0,0,0,0),(125685,19850,1,1,1,0,0,1651.85,-4209.56,55.2117,5.61086,25,0,0,6474,0,0,0,0,0),(125686,12789,1,1,1,0,1,1655.53,-4208.76,55.2114,4.36601,25,0,0,6474,0,0,0,0,0),(125687,12791,1,1,1,0,1,1658.34,-4211.68,55.199,3.24289,25,0,0,6474,0,0,0,0,0),(125688,12794,1,1,1,0,1,1641.65,-4197.52,56.3823,5.41219,25,0,0,5228,0,0,0,0,0),(125689,34060,1,1,1,0,0,1673.07,-4201.89,56.3826,3.62927,25,0,0,55888,0,0,0,0,0),(125690,12793,1,1,1,0,1,1673.81,-4216.64,56.3817,2.85411,25,0,0,5228,0,0,0,0,0),(125691,34063,1,1,1,0,1,1670.17,-4199.26,56.3827,3.98664,25,0,0,11828,0,0,0,0,0),(125692,34043,1,1,1,0,1,1674.48,-4211.93,56.3825,3.03786,25,0,0,11828,0,0,0,0,0),(125693,34038,1,1,1,0,1,1669.09,-4196.78,56.3827,4.10416,25,0,0,11828,0,0,0,0,0),(125694,12796,1,1,1,0,1,1633.56,-4263.7,49.326,4.57966,25,0,0,5228,0,0,0,0,0),(125695,12795,1,1,1,0,1,1644.59,-4195.53,56.3817,5.4224,25,0,0,5228,0,0,0,0,0),(133919,34078,0,1,1,21512,1,-8773.78,425.804,105.233,4.80621,180,0,0,11828,0,0,0,0,0),(133920,34075,0,1,1,12917,1,-8781.18,419.883,105.233,6.18459,180,0,0,7048,0,0,0,0,0),(133921,19848,0,1,1,19216,1,-8782.21,427.821,105.359,5.0091,180,0,0,6761,0,0,0,0,0),(133922,12778,0,1,1,9811,1,-8776.97,414.074,103.922,6.01885,180,0,0,5228,0,0,0,0,0),(133923,4075,0,1,1,1418,0,-8784.95,462.603,97.9035,1.46606,180,5,0,8,0,1,0,0,0),(133924,12779,0,1,1,12910,1,-8783.8,426.502,105.359,5.75959,180,0,0,3660,5013,0,0,0,0),(133925,12780,0,1,1,12924,1,-8779.59,427.142,105.359,3.83972,180,0,0,5228,0,0,0,0,0),(133926,12781,0,1,1,12669,1,-8766.88,416.978,103.921,3.81504,180,0,0,5228,0,0,0,0,0),(133927,12783,0,1,1,12922,1,-8753.58,400.979,101.056,5.08424,180,0,0,5228,0,0,0,0,0),(133917,34084,0,1,1,28301,1,-8775.85,423.96,105.233,5.73298,180,0,0,11828,0,0,0,0,0),(125712,29196,0,1,1,25459,0,2527.73,-5549.21,377.036,3.735,180,0,0,126000,0,0,0,0,0),(125713,29202,0,1,1,25999,1,2376.21,-5661.79,382.455,0.907571,180,0,0,32385,21630,0,0,0,0),(125714,29202,0,1,1,26000,1,2554.67,-5599.88,444.212,3.47321,180,0,0,32385,21630,0,0,0,0),(125715,29202,0,1,1,25998,1,2580.04,-5616.82,444.751,2.94961,180,0,0,32385,21630,0,0,0,0),(125716,29202,0,1,1,25998,1,2454.24,-5687.68,444.212,1.8326,180,0,0,32385,21630,0,0,0,0),(125717,29202,0,1,1,25998,1,2402.12,-5649.42,377.179,0.610865,180,0,0,32385,21630,0,0,0,0),(125718,29202,0,1,1,26000,1,2494.95,-5556.85,420.727,3.85718,180,0,0,32385,21630,0,0,0,0),(125719,29202,0,1,1,26001,1,2386.51,-5585.67,376.874,6.16101,180,0,0,32385,21630,0,0,0,0),(125721,29202,0,1,1,26001,1,2370.31,-5564.29,444.21,5.8294,180,0,0,32385,21630,0,0,0,0),(125722,29202,0,1,1,25998,1,2364.88,-5645.58,382.454,0.366519,180,0,0,32385,21630,0,0,0,0),(125723,29202,0,1,1,25999,1,2355.41,-5695.45,382.324,1.39626,180,0,0,32385,21630,0,0,0,0),(125724,29202,0,1,1,25998,1,2323.35,-5656.07,383.241,6.24828,180,5,0,32385,21630,1,0,0,0),(125725,29202,0,1,1,25998,1,2346.29,-5691.39,382.324,0.733038,180,0,0,32385,21630,0,0,0,0),(125726,29202,0,1,1,25998,1,2325.73,-5663.41,383.241,0.383972,180,0,0,32385,21630,0,0,0,0),(125727,29202,0,1,1,26001,1,2388.92,-5573.38,376.889,5.98648,180,0,0,32385,21630,0,0,0,0),(125728,29202,0,1,1,25998,1,2455.59,-5656.23,376.902,3.11873,180,5,0,32385,21630,1,0,0,0),(125729,29202,0,1,1,26001,1,2455.59,-5659.23,376.903,3.11851,180,5,0,32385,21630,1,0,0,0),(125730,29202,0,1,1,25999,1,2452.52,-5667.42,376.88,1.58825,180,0,0,32385,21630,0,0,0,0),(125731,29202,0,1,1,25998,1,2483.65,-5473.94,444.751,4.55531,180,0,0,32385,21630,0,0,0,0),(125732,29202,0,1,1,25999,1,2466.96,-5499.02,444.209,5.0091,180,0,0,32385,21630,0,0,0,0),(125733,29202,0,1,1,26000,1,2468.4,-5519.7,376.877,4.59022,180,0,0,32385,21630,0,0,0,0),(125734,29202,0,1,1,26001,1,2365.64,-5587.08,444.208,0.296706,180,0,0,32385,21630,0,0,0,0),(125735,29202,0,1,1,26000,1,2549.99,-5622.68,444.216,2.74017,180,0,0,32385,21630,0,0,0,0),(125736,29202,0,1,1,26000,1,2437.19,-5713.14,444.751,1.37881,180,0,0,32385,21630,0,0,0,0),(125737,29202,0,1,1,26001,1,2506.97,-5574.87,420.727,3.50811,180,0,0,32385,21630,0,0,0,0),(125738,29202,0,1,1,26001,1,2532.16,-5613.79,376.893,2.87979,180,0,0,32385,21630,0,0,0,0),(125739,29202,0,1,1,26001,1,2489.26,-5503.9,444.219,4.17134,180,0,0,32385,21630,0,0,0,0),(125740,29202,0,1,1,25999,1,2430.6,-5683.61,444.208,0.959931,180,0,0,32385,21630,0,0,0,0),(125741,29202,0,1,1,25999,1,2461.97,-5587.04,367.486,4.53786,180,0,0,32385,21630,0,0,0,0),(125742,29202,0,1,1,25999,1,2425.64,-5630.19,420.649,0.802851,180,0,0,32385,21630,0,0,0,0),(125743,29202,0,1,1,25999,1,2440.06,-5665.12,376.895,1.43117,180,0,0,32385,21630,0,0,0,0),(125744,29202,0,1,1,25999,1,2424.12,-5559.07,420.644,5.49779,180,0,0,32385,21630,0,0,0,0),(125745,29202,0,1,1,26001,1,2496.69,-5627.6,420.651,2.37365,180,0,0,32385,21630,0,0,0,0),(125746,29202,0,1,1,25998,1,2475.51,-5568.69,366.82,2.74293,180,5,0,32385,21630,1,0,0,0),(125747,29202,0,1,1,25998,1,2466.98,-5594.89,367.486,3.00197,180,0,0,32385,21630,0,0,0,0),(125748,29202,0,1,1,25999,1,2441.92,-5547.21,420.651,5.02655,180,0,0,32385,21630,0,0,0,0),(125749,29202,0,1,1,26001,1,2480.71,-5522.02,376.877,4.5204,180,0,0,32385,21630,0,0,0,0),(125750,29202,0,1,1,25998,1,2430.58,-5556.85,420.642,3.93526,180,0,0,32385,21630,0,0,0,0),(125751,29202,0,1,1,25998,1,2431.42,-5559.64,420.64,4.56953,180,0,0,32385,21630,0,0,0,0),(125752,29202,0,1,1,26000,1,2386.21,-5639.72,420.934,0.453786,180,0,0,32385,21630,0,0,0,0),(125753,29202,0,1,1,26001,1,2534.36,-5601.83,376.87,2.98451,180,0,0,32385,21630,0,0,0,0),(125754,29202,0,1,1,26000,1,2478.6,-5640.08,420.643,2.04204,180,5,0,32385,21630,1,0,0,0),(125755,29202,0,1,1,25998,1,2389.45,-5645.32,420.872,0.767945,180,0,0,32385,21630,0,0,0,0),(125756,29202,0,1,1,25999,1,2340.86,-5570.33,444.75,6.12611,180,0,0,32385,21630,0,0,0,0),(125757,29202,0,1,1,26001,1,2386.18,-5626.86,377.179,0.645772,180,0,0,32385,21630,0,0,0,0),(125758,29203,0,1,1,25997,1,2395.99,-5587.67,420.733,1.43117,180,0,0,1889,5206,0,0,0,0),(125759,29205,0,1,1,7858,0,2445.88,-5552.93,420.644,3.30713,180,0,0,2699,0,0,0,0,0),(125760,29207,0,1,1,4631,0,2387.36,-5579.47,420.737,0,180,0,0,2699,0,0,0,0,0),(125761,29208,0,1,1,570,0,2404.74,-5564.18,420.65,5.21853,180,0,0,2699,0,0,0,0,0),(125762,27928,0,1,1,24935,1,2379.41,-5648.53,382.522,3.735,180,0,0,252000,79880,0,0,0,0),(207116,23529,1,1,1,0,0,-1245.96,242.553,32.4925,2.0271,120,5,0,1,0,1,0,0,0),(207115,23529,1,1,1,0,0,-1239.25,209.457,54.2067,1.6549,120,5,0,1,0,1,0,0,0),(207114,23529,1,1,1,0,0,-1229.22,230.982,42.0937,3.5822,120,5,0,1,0,1,0,0,0),(125766,29212,0,1,1,26002,0,2522.64,-5598.56,420.732,5.72468,180,0,0,2215,0,0,0,0,0),(125767,29212,0,1,1,26003,0,2446.43,-5566.67,417.962,0.887452,180,5,0,2215,0,1,0,0,0),(125768,29212,0,1,1,26003,0,2511.5,-5616.82,420.727,4.60767,180,0,0,2215,0,0,0,0,0),(125769,29212,0,1,1,829,0,2464.41,-5525.95,420.727,5.70723,180,0,0,2215,0,0,0,0,0),(125770,29212,0,1,1,829,0,2518.15,-5593.53,420.727,4.31096,180,0,0,2215,0,0,0,0,0),(125771,29212,0,1,1,829,0,2528.41,-5593.57,420.727,0,180,0,0,2215,0,0,0,0,0),(125772,29212,0,1,1,829,0,2451.82,-5624.64,420.202,0.187337,180,5,0,2215,0,1,0,0,0),(125773,29212,0,1,1,829,0,2484.62,-5535.42,421.532,1.74533,180,0,0,2215,0,0,0,0,0),(125774,29212,0,1,1,26003,0,2406.26,-5597.76,421.734,1.22173,180,0,0,2215,0,0,0,0,0),(125775,29212,0,1,1,26003,0,2456.27,-5538.81,420.727,1.01229,180,0,0,2215,0,0,0,0,0),(125776,29212,0,1,1,26002,0,2524.09,-5591.04,421.498,0.610865,180,0,0,2215,0,0,0,0,0),(125777,29212,0,1,1,26002,0,2496.43,-5620.53,420.647,1.79314,180,5,0,2215,0,1,0,0,0),(125778,29212,0,1,1,829,0,2510.67,-5619,420.649,1.39626,180,0,0,2215,0,0,0,0,0),(125779,29212,0,1,1,829,0,2470.56,-5527.15,420.734,3.7001,180,0,0,2215,0,0,0,0,0),(125780,29212,0,1,1,829,0,2518.35,-5588.84,420.727,1.8675,180,0,0,2215,0,0,0,0,0),(125781,29212,0,1,1,26002,0,2465.99,-5532.94,420.732,1.18682,180,0,0,2215,0,0,0,0,0),(125782,29212,0,1,1,26003,0,2425.79,-5590.48,420.287,1.28811,180,5,0,2215,0,1,0,0,0),(125783,29212,0,1,1,26003,0,2524.07,-5616.75,420.651,2.32019,180,5,0,2215,0,1,0,0,0),(125784,29212,0,1,1,26003,0,2421.39,-5561.41,420.727,0.226893,180,0,0,2215,0,0,0,0,0),(125785,29212,0,1,1,26003,0,2438.97,-5558.75,420.3,3.03014,180,5,0,2215,0,1,0,0,0),(125786,29212,0,1,1,829,0,2489.54,-5545.52,421.796,4.2237,180,0,0,2215,0,0,0,0,0),(125787,29212,0,1,1,26003,0,2523.71,-5606.05,420.65,2.73855,180,5,0,2215,0,1,0,0,0),(125788,29212,0,1,1,26003,0,2515.32,-5580.13,420.727,1.01229,180,0,0,2215,0,0,0,0,0),(125789,29212,0,1,1,26003,0,2511.68,-5588.41,420.727,3.21141,180,0,0,2215,0,0,0,0,0),(125790,29212,0,1,1,829,0,2402.77,-5595.08,420.727,5.21853,180,0,0,2215,0,0,0,0,0),(125791,29212,0,1,1,26002,0,2521.03,-5588.51,420.727,5.044,180,0,0,2215,0,0,0,0,0),(125792,29212,0,1,1,829,0,2509.72,-5624.31,420.727,6.12611,180,0,0,2215,0,0,0,0,0),(125793,29212,0,1,1,829,0,2513.61,-5598.08,420.727,0.575959,180,0,0,2215,0,0,0,0,0),(125794,29212,0,1,1,26002,0,2450.15,-5536.75,421.491,1.97222,180,0,0,2215,0,0,0,0,0),(125795,29212,0,1,1,26003,0,2461.3,-5536.88,421.928,3.80482,180,0,0,2215,0,0,0,0,0),(125796,29212,0,1,1,26003,0,2526.53,-5584.29,420.727,3.05433,180,0,0,2215,0,0,0,0,0),(125797,29212,0,1,1,829,0,2485.91,-5540.86,420.727,4.13643,180,0,0,2215,0,0,0,0,0),(125798,29212,0,1,1,26002,0,2484.25,-5545.9,420.727,0.558505,180,0,0,2215,0,0,0,0,0),(125799,29212,0,1,1,26002,0,2478.68,-5542.38,420.727,2.58309,180,0,0,2215,0,0,0,0,0),(125800,29212,0,1,1,26003,0,2408.75,-5593.02,420.727,4.50295,180,0,0,2215,0,0,0,0,0),(125801,29212,0,1,1,26002,0,2413.97,-5618.59,420.727,0,180,0,0,2215,0,0,0,0,0),(125802,29212,0,1,1,26003,0,2477.57,-5519.21,420.551,1.14359,180,5,0,2215,0,1,0,0,0),(125803,29212,0,1,1,829,0,2404.61,-5593.25,420.727,1.43117,180,0,0,2215,0,0,0,0,0),(125804,29212,0,1,1,26002,0,2482.09,-5531.64,421.734,0.488692,180,0,0,2215,0,0,0,0,0),(125805,29212,0,1,1,829,0,2527.19,-5613.14,420.727,1.58825,180,0,0,2215,0,0,0,0,0),(125806,29212,0,1,1,26002,0,2434.46,-5645.8,420.644,3.52235,180,0,0,2215,0,0,0,0,0),(125807,29212,0,1,1,829,0,2467.17,-5539.97,420.727,4.2237,180,0,0,2215,0,0,0,0,0),(125808,29212,0,1,1,829,0,2522.95,-5595.36,420.727,5.39307,180,0,0,2215,0,0,0,0,0),(125809,29212,0,1,1,829,0,2517.07,-5584.58,421.574,3.33358,180,0,0,2215,0,0,0,0,0),(125810,29212,0,1,1,26003,0,2516.96,-5591.08,420.727,2.9147,180,0,0,2215,0,0,0,0,0),(125811,29212,0,1,1,26002,0,2480.78,-5554.29,420.644,5.17473,180,5,0,2215,0,1,0,0,0),(125812,32542,0,1,1,28047,0,2482.47,-5599.68,415.741,2.67035,180,0,0,1,0,0,0,0,0),(125813,32542,0,1,1,28047,0,2483.28,-5594.87,415.747,3.14159,180,0,0,1,0,0,0,0,0),(125814,32542,0,1,1,28047,0,2482.51,-5588.27,415.747,3.4383,180,0,0,1,0,0,0,0,0),(125815,32543,0,1,1,16074,0,2457.97,-5616.42,415.747,1.5708,180,0,0,1,0,0,0,0,0),(125816,32543,0,1,1,16074,0,2453.11,-5615.05,415.747,1.23918,180,0,0,1,0,0,0,0,0),(125817,32543,0,1,1,16074,0,2444.11,-5609.52,415.747,0.750492,180,0,0,1,0,0,0,0,0),(125818,32545,0,1,1,3019,0,2467.66,-5571.87,415.747,4.39823,180,0,0,1,0,0,0,0,0),(125819,32545,0,1,1,3019,0,2471.24,-5573.34,415.747,4.20624,180,0,0,1,0,0,0,0,0),(125820,32545,0,1,1,3019,0,2462.96,-5570.75,415.747,4.79965,180,0,0,1,0,0,0,0,0),(125821,32546,0,1,1,28048,0,2437.42,-5597.99,415.747,0.244346,180,0,0,1,0,0,0,0,0),(125822,32546,0,1,1,28048,0,2437.42,-5592.11,415.747,6.17846,180,0,0,1,0,0,0,0,0),(125823,32546,0,1,1,28048,0,2438.15,-5586.98,415.747,5.95157,180,0,0,1,0,0,0,0,0),(125824,32547,0,1,1,28049,0,2460.32,-5592.96,414.205,2.16421,180,0,0,26104482,0,0,0,0,0),(125825,29480,0,1,1,10627,0,2348.63,-5669.29,382.324,0.645772,180,0,0,31905,0,0,0,0,0),(125826,29239,0,1,1,25753,0,2440.61,-5639.99,454.293,4.46682,180,0,0,3191,2289,0,0,0,0),(125827,29239,0,1,1,25753,0,2490.76,-5638.42,445.051,2.14675,180,0,0,3191,2289,0,0,0,0),(125828,29239,0,1,1,25753,0,2391.41,-5567.29,444.357,5.48033,180,0,0,3191,2289,0,0,0,0),(125829,29239,0,1,1,25753,0,2429.2,-5616.6,465.364,2.25362,180,0,0,3191,2289,0,0,0,0),(125830,29239,0,1,1,25753,0,2416.44,-5572.44,422.853,1.46918,180,0,0,3191,2289,0,0,0,0),(125831,29239,0,1,1,25753,0,2434.35,-5550.9,445.937,5.71892,180,0,0,3191,2289,0,0,0,0),(125832,29239,0,1,1,25753,0,2502.82,-5567.13,446.636,4.188,180,0,0,3191,2289,0,0,0,0),(125833,29239,0,1,1,25753,0,2473.97,-5618.2,481.038,0.602209,180,0,0,3191,2289,0,0,0,0),(125834,29246,0,1,1,27153,1,2460.33,-5593.72,367.476,3.7001,180,0,0,11156000,0,0,0,0,0),(125835,28481,0,1,1,11686,0,2509.34,-5560.41,423.657,4.24115,180,0,0,8982,0,0,0,0,0),(125836,28481,0,1,1,11686,0,2427.14,-5544.37,423.518,3.28122,180,0,0,8982,0,0,0,0,0),(125837,28481,0,1,1,11686,0,2493.41,-5642.39,423.795,0.296706,180,0,0,8982,0,0,0,0,0),(125838,28486,0,1,1,25467,0,2383.75,-5649.5,382.439,4.24115,180,0,0,11770,0,0,0,0,0),(125839,28488,0,1,1,26919,0,2406.48,-5543.84,376.872,0.366519,180,0,0,2091,6351,0,0,0,0),(125840,28488,0,1,1,26919,0,2416.65,-5514.5,377.027,5.20108,180,0,0,2091,6351,0,0,0,0),(125841,28488,0,1,1,26919,0,2435.75,-5525.17,376.972,3.87463,180,0,0,2091,6351,0,0,0,0),(125842,28488,0,1,1,26919,0,2404.68,-5521.94,377.001,5.25344,180,0,0,2091,6351,0,0,0,0),(125843,28489,0,1,1,25471,0,2522.35,-5553.9,377.129,0.733038,180,0,0,2614,0,0,0,0,0),(125844,28489,0,1,1,25469,0,2519.86,-5549.73,377.153,0.10472,180,0,0,2614,0,0,0,0,0),(125845,28489,0,1,1,25471,0,2518.74,-5554.06,376.999,0.488692,180,0,0,2614,0,0,0,0,0),(125846,28489,0,1,1,25471,0,2521.03,-5552.17,377.201,0.575959,180,0,0,2614,0,0,0,0,0),(125847,28489,0,1,1,25472,0,2524.19,-5556.05,377.137,0.820305,180,0,0,2614,0,0,0,0,0),(125848,28489,0,1,1,25470,0,2517.61,-5551.75,377.118,0.366519,180,0,0,2614,0,0,0,0,0),(125849,28489,0,1,1,25469,0,2522.06,-5558.47,377.142,1.309,180,0,0,2614,0,0,0,0,0),(125850,28489,0,1,1,25472,0,2520.16,-5556.4,376.985,0.715585,180,0,0,2614,0,0,0,0,0),(125851,28490,0,1,1,25477,1,2420.33,-5538.64,377.116,2.02458,180,0,0,2614,0,0,0,0,0),(125852,28490,0,1,1,25476,1,2428.45,-5533.67,377.134,2.46091,180,0,0,2614,0,0,0,0,0),(125853,28490,0,1,1,25475,1,2425.69,-5535.38,377.122,2.32129,180,0,0,2614,0,0,0,0,0),(125854,28490,0,1,1,25478,1,2418.02,-5539.93,377.136,1.90241,180,0,0,2614,0,0,0,0,0),(125855,28490,0,1,1,25477,1,2422.85,-5536.9,377.163,2.16421,180,0,0,2614,0,0,0,0,0),(125856,28490,0,1,1,25475,1,2420.65,-5535.74,377.032,2.09439,180,0,0,2614,0,0,0,0,0),(125857,28490,0,1,1,25476,1,2423.28,-5534.07,377.04,2.18166,180,0,0,2614,0,0,0,0,0),(125858,28490,0,1,1,25478,1,2418,-5537.15,377.023,1.95477,180,0,0,2614,0,0,0,0,0),(125859,28490,0,1,1,25476,1,2425.6,-5532.44,377.048,2.28638,180,0,0,2614,0,0,0,0,0),(125860,28491,0,1,1,25481,0,2508.12,-5652.06,377.101,3.96772,180,0,0,2614,0,0,0,0,0),(125861,28491,0,1,1,25480,0,2510.39,-5656.1,377.108,3.38594,180,0,0,2614,0,0,0,0,0),(125862,28491,0,1,1,25482,0,2497.96,-5663.6,377.145,0.902047,180,0,0,2614,0,0,0,0,0),(125863,28491,0,1,1,25480,0,2510.02,-5660.27,377.117,2.82743,180,0,0,2614,0,0,0,0,0),(125864,28491,0,1,1,25482,0,2502.22,-5664.97,377.133,1.48353,180,0,0,2614,0,0,0,0,0),(125865,28491,0,1,1,25479,0,2504.29,-5651.25,377.107,4.50295,180,0,0,2614,0,0,0,0,0),(125866,28491,0,1,1,25481,0,2496.05,-5655.37,377.047,5.89921,180,0,0,2614,0,0,0,0,0),(125867,28491,0,1,1,25482,0,2499.55,-5652.18,377.034,5.2709,180,0,0,2614,0,0,0,0,0),(125868,28491,0,1,1,25480,0,2495.93,-5659.51,377.054,0.226893,180,0,0,2614,0,0,0,0,0),(125869,28500,0,1,1,25498,1,2468.15,-5654.19,420.647,3.34705,180,0,0,126000,0,2,0,0,0),(125870,29587,0,1,1,25496,0,2365.73,-5680.6,382.321,2.54818,180,0,0,126000,0,0,0,0,0),(125871,29588,0,1,1,24719,0,2390,-5640.98,377.196,3.12414,180,0,0,8982,0,0,0,0,0),(125872,29589,0,1,1,24719,0,2383.7,-5645.17,420.884,5.63741,180,0,0,8982,0,0,0,0,0),(125873,23033,0,1,1,0,0,2333.17,-5680.44,391.137,5.98648,180,0,0,42,0,0,0,0,0),(12401,22819,530,1,1,0,0,-1891.93,5152.62,-40.2091,0.817548,25,0,0,5341,0,0,0,0,0),(76285,28825,602,3,1,0,0,1180.38,-313.61,52.3378,1.67872,7200,5,0,1,0,1,0,0,0),(126307,31103,615,3,1,27396,0,3340.84,513.24,99.4182,5.14872,3600,0,0,37800,0,0,0,0,0),(126308,31103,615,3,1,27396,0,3231,716.84,93.88,3.4383,3600,0,0,37800,0,0,0,0,0),(126309,31103,615,3,1,27396,0,3229.22,717.924,93.9823,5.86431,3600,0,0,37800,0,0,0,0,0),(126310,31103,615,3,1,27396,0,3228.83,715.976,94.0344,3.63029,3600,0,0,37800,0,0,0,0,0),(126311,31103,615,3,1,27396,0,3230.15,715.833,93.9508,0.767945,3600,0,0,37800,0,0,0,0,0),(126312,31103,615,3,1,27396,0,3128.7,673.03,83.8304,0.698132,3600,0,0,37800,0,0,0,0,0),(126313,31103,615,3,1,27396,0,3126.43,672.984,83.6492,2.6529,3600,0,0,37800,0,0,0,0,0),(126314,31103,615,3,1,27396,0,3127.33,671.661,83.2404,0.122173,3600,0,0,37800,0,0,0,0,0),(126315,31103,615,3,1,27396,0,3127.67,674.258,84.1867,5.68977,3600,0,0,37800,0,0,0,0,0),(126316,31103,615,3,1,27396,0,3088.8,593.003,79.3553,1.58825,3600,0,0,37800,0,0,0,0,0),(126317,31103,615,3,1,27396,0,3087.45,594.595,79.2403,0.087266,3600,0,0,37800,0,0,0,0,0),(126318,31103,615,3,1,27396,0,3089.89,593.928,79.2284,3.28122,3600,0,0,37800,0,0,0,0,0),(126319,31103,615,3,1,27396,0,3088.23,595.446,79.1226,4.79965,3600,0,0,37800,0,0,0,0,0),(126320,31103,615,3,1,27396,0,3242.28,707.303,93.0659,1.02974,3600,0,0,37800,0,0,0,0,0),(126321,31103,615,3,1,27396,0,3243.95,706.986,93.081,4.15388,3600,0,0,37800,0,0,0,0,0),(126322,31103,615,3,1,27396,0,3147.49,401.871,78.0237,5.5676,3600,0,0,37800,0,0,0,0,0),(126323,31103,615,3,1,27396,0,3146.08,402.368,78.5018,1.69297,3600,0,0,37800,0,0,0,0,0),(126324,31103,615,3,1,27396,0,3202.85,714.929,94.8394,4.7822,3600,0,0,37800,0,0,0,0,0),(126325,31103,615,3,1,27396,0,3204.56,715.829,95.0676,0.750492,3600,0,0,37800,0,0,0,0,0),(126326,31103,615,3,1,27396,0,3203.32,712.168,94.4598,5.86431,3600,0,0,37800,0,0,0,0,0),(126327,31103,615,3,1,27396,0,3204.28,714.433,94.8437,0.506145,3600,0,0,37800,0,0,0,0,0),(126328,31103,615,3,1,27396,0,3178.26,371.727,70.9279,6.07375,3600,0,0,37800,0,0,0,0,0),(126329,31103,615,3,1,27396,0,3178.16,372.909,70.8005,6.19592,3600,0,0,37800,0,0,0,0,0),(126330,31103,615,3,1,27396,0,3180.16,371.585,70.4773,2.9147,3600,0,0,37800,0,0,0,0,0),(126331,31103,615,3,1,27396,0,3343.46,657.304,86.0648,1.69297,3600,0,0,37800,0,0,0,0,0),(126332,31103,615,3,1,27396,0,3342.03,658.377,85.958,3.61283,3600,0,0,37800,0,0,0,0,0),(126333,31103,615,3,1,27396,0,3341.59,656.93,85.9064,3.89208,3600,0,0,37800,0,0,0,0,0),(126334,31103,615,3,1,27396,0,3141.89,565.799,89.5606,2.82743,3600,0,0,37800,0,0,0,0,0),(126335,31103,615,3,1,27396,0,3143.27,565.795,89.5263,4.13643,3600,0,0,37800,0,0,0,0,0),(126336,31103,615,3,1,27396,0,3353.58,638.311,86.2123,2.02458,3600,0,0,37800,0,0,0,0,0),(126337,31103,615,3,1,27396,0,3355.13,638.284,86.3764,4.7822,3600,0,0,37800,0,0,0,0,0),(126338,31103,615,3,1,27396,0,3354.92,640.105,86.4914,3.9619,3600,0,0,37800,0,0,0,0,0),(126339,31103,615,3,1,27396,0,3261.7,711.955,92.9606,4.36332,3600,0,0,37800,0,0,0,0,0),(126340,31103,615,3,1,27396,0,3259.75,713.878,92.8612,2.40855,3600,0,0,37800,0,0,0,0,0),(126341,31103,615,3,1,27396,0,3259.49,712.162,92.863,3.4383,3600,0,0,37800,0,0,0,0,0),(126342,31103,615,3,1,27396,0,3260.86,713.328,92.9158,1.64061,3600,0,0,37800,0,0,0,0,0),(126343,31103,615,3,1,27396,0,3075.29,609.628,80.8716,4.7822,3600,0,0,37800,0,0,0,0,0),(126344,31103,615,3,1,27396,0,3076.36,610.804,80.8169,4.06662,3600,0,0,37800,0,0,0,0,0),(126345,31103,615,3,1,27396,0,3075.59,607.317,80.5033,4.2237,3600,0,0,37800,0,0,0,0,0),(126346,31103,615,3,1,27396,0,3076.46,609.298,80.5651,3.50811,3600,0,0,37800,0,0,0,0,0),(126347,31103,615,3,1,27396,0,3105.11,661.84,80.7352,5.14872,3600,0,0,37800,0,0,0,0,0),(126348,31103,615,3,1,27396,0,3103.3,660.319,80.8849,6.02139,3600,0,0,37800,0,0,0,0,0),(126349,31103,615,3,1,27396,0,3105.19,659.907,80.7647,2.04204,3600,0,0,37800,0,0,0,0,0),(126350,31103,615,3,1,27396,0,3370.46,624.204,88.96,1.23918,3600,0,0,37800,0,0,0,0,0),(126351,31103,615,3,1,27396,0,3368.52,624.773,88.6087,3.89208,3600,0,0,37800,0,0,0,0,0),(126352,31103,615,3,1,27396,0,3369.51,625.239,88.9206,0.087266,3600,0,0,37800,0,0,0,0,0),(126353,31103,615,3,1,27396,0,3151.6,564.955,89.053,0.383972,3600,0,0,37800,0,0,0,0,0),(126354,31103,615,3,1,27396,0,3150.12,565.479,88.9449,4.17134,3600,0,0,37800,0,0,0,0,0),(126355,31103,615,3,1,27396,0,3151.03,563.299,89.5059,4.97419,3600,0,0,37800,0,0,0,0,0),(126356,31103,615,3,1,27396,0,3360.57,636.199,87.5135,4.90438,3600,0,0,37800,0,0,0,0,0),(126357,31103,615,3,1,27396,0,3361.19,634.486,87.6769,5.75959,3600,0,0,37800,0,0,0,0,0),(126358,31103,615,3,1,27396,0,3328.08,449.001,83.2805,3.45575,3600,0,0,37800,0,0,0,0,0),(126359,31103,615,3,1,27396,0,3327.01,447.012,82.68,0.087266,3600,0,0,37800,0,0,0,0,0),(126360,31103,615,3,1,27396,0,3350.35,651.254,86.8656,2.72271,3600,0,0,37800,0,0,0,0,0),(126361,31103,615,3,1,27396,0,3348.65,651.144,86.6136,1.95477,3600,0,0,37800,0,0,0,0,0),(126362,31103,615,3,1,27396,0,3342.7,529.26,96.631,4.24115,3600,0,0,37800,0,0,0,0,0),(126363,31103,615,3,1,27396,0,3341.83,527.255,96.8498,1.78024,3600,0,0,37800,0,0,0,0,0),(126364,31103,615,3,1,27396,0,3394.12,546.581,95.8953,1.8326,3600,0,0,37800,0,0,0,0,0),(126365,31103,615,3,1,27396,0,3395.85,545.071,96.2011,4.69494,3600,0,0,37800,0,0,0,0,0),(126366,31103,615,3,1,27396,0,3394.47,545.446,95.9853,2.75762,3600,0,0,37800,0,0,0,0,0),(126367,31103,615,3,1,27396,0,3397.97,510.781,97.092,3.85718,3600,0,0,37800,0,0,0,0,0),(126368,31103,615,3,1,27396,0,3397.6,513.467,97.3486,4.69494,3600,0,0,37800,0,0,0,0,0),(126369,31103,615,3,1,27396,0,3396.21,512.392,97.1231,1.64061,3600,0,0,37800,0,0,0,0,0),(126370,31103,615,3,1,27396,0,3397.53,511.816,97.2236,1.13446,3600,0,0,37800,0,0,0,0,0),(126371,31103,615,3,1,27396,0,3169.67,386.949,69.7106,2.00713,3600,0,0,37800,0,0,0,0,0),(126372,31103,615,3,1,27396,0,3170.67,387.546,69.3779,6.14356,3600,0,0,37800,0,0,0,0,0),(126373,31103,615,3,1,27396,0,3355.37,563.796,95.8277,5.48033,3600,0,0,37800,0,0,0,0,0),(126374,31103,615,3,1,27396,0,3353.51,564.357,95.4408,6.23082,3600,0,0,37800,0,0,0,0,0),(126375,31103,615,3,1,27396,0,3354.34,563.11,95.5453,4.29351,3600,0,0,37800,0,0,0,0,0),(126376,31103,615,3,1,27396,0,3355.25,565.05,96.0427,4.39823,3600,0,0,37800,0,0,0,0,0),(126377,31103,615,3,1,27396,0,3081.89,472.206,88.9233,2.96706,3600,0,0,37800,0,0,0,0,0),(126378,31103,615,3,1,27396,0,3082.55,473.335,88.8759,1.8675,3600,0,0,37800,0,0,0,0,0),(126379,31103,615,3,1,27396,0,3081.27,601.957,79.2969,0,3600,0,0,37800,0,0,0,0,0),(126380,31103,615,3,1,27396,0,3082.02,600.311,79.2457,5.02655,3600,0,0,37800,0,0,0,0,0),(126381,31103,615,3,1,27396,0,3082.74,601.876,79.0898,0.069813,3600,0,0,37800,0,0,0,0,0),(126382,31103,615,3,1,27396,0,3363.1,565.281,96.3111,4.24115,3600,0,0,37800,0,0,0,0,0),(126383,31103,615,3,1,27396,0,3361.81,564.874,96.2602,0.733038,3600,0,0,37800,0,0,0,0,0),(126384,31103,615,3,1,27396,0,3334.42,427.063,79.42,2.70526,3600,0,0,37800,0,0,0,0,0),(126385,31103,615,3,1,27396,0,3335.52,428.753,80.1962,1.62316,3600,0,0,37800,0,0,0,0,0),(126386,31103,615,3,1,27396,0,3334.09,428.817,79.6097,3.57792,3600,0,0,37800,0,0,0,0,0),(126387,31103,615,3,1,27396,0,3336.03,559.037,90.8504,5.70723,3600,0,0,37800,0,0,0,0,0),(126388,31103,615,3,1,27396,0,3334.7,557.88,91.0604,2.80998,3600,0,0,37800,0,0,0,0,0),(126389,31103,615,3,1,27396,0,3336.17,557.112,91.8469,2.18166,3600,0,0,37800,0,0,0,0,0),(126396,28860,615,3,1,27035,0,3246.57,551.263,58.6164,4.66003,604800,0,0,2510100,0,0,0,0,0),(126397,30680,615,3,1,27226,1,3355.23,616.241,84.5985,6.21321,3600,5,0,208528,0,1,0,0,0),(126398,30680,615,3,1,27226,1,3276.29,418.964,63.0702,5.2709,3600,0,0,208528,0,0,0,0,0),(126399,30680,615,3,1,27226,1,3177.87,434.324,66.3041,3.92699,3600,0,0,208528,0,0,0,0,0),(126400,30680,615,3,1,27226,1,3106.84,626.354,77.5416,4.49353,3600,5,0,208528,0,1,0,0,0),(126401,30681,615,3,1,27227,1,3345.28,622.953,83.3485,6.0894,3600,5,0,156396,48972,1,0,0,0),(126402,30681,615,3,1,27227,1,3285.11,406.668,65.1313,2.25148,3600,0,0,156396,48972,0,0,0,0),(126403,30681,615,3,1,27227,1,3176.55,420.736,66.4408,1.69297,3600,0,0,156396,48972,0,0,0,0),(126404,30681,615,3,1,27227,1,3164.8,430.946,69.402,0.05236,3600,0,0,156396,48972,0,0,0,0),(126405,30681,615,3,1,27227,1,3118.56,623.748,75.2916,4.49069,3600,5,0,156396,48972,1,0,0,0),(126406,30681,615,3,1,27227,1,3103.24,637.801,79.4217,4.48887,3600,5,0,156396,48972,1,0,0,0),(126407,30682,615,3,1,12891,1,3356.07,628.211,86.0985,0.053631,3600,5,0,156396,0,1,0,0,0),(126408,30682,615,3,1,12891,1,3309.05,621.675,75.9618,4.92532,3600,5,0,156396,0,1,0,0,0),(126409,30682,615,3,1,12891,1,3289.64,415.876,64.6985,3.12414,3600,0,0,156396,0,0,0,0,0),(126410,30682,615,3,1,12891,1,3275,405.561,64.673,1.43117,3600,0,0,156396,0,0,0,0,0),(126411,30682,615,3,1,12891,1,3167.38,421.196,69.1325,0.942478,3600,0,0,156396,0,0,0,0,0),(126412,30682,615,3,1,12891,1,3114.96,635.196,77.2967,4.48764,3600,5,0,156396,0,1,0,0,0),(126413,30449,615,3,1,27039,0,3145.68,520.71,89.7,4.64258,604800,0,0,976150,0,0,0,0,0),(126414,30451,615,3,1,27421,0,3363.06,525.28,98.362,4.76475,604800,0,0,976150,0,0,0,0,0),(126415,30452,615,3,1,27082,0,3239.07,657.235,86.8775,4.74729,604800,0,0,976150,0,0,0,0,0),(126416,30453,615,3,1,27225,1,3122.17,532.66,88.0362,1.72546,3600,5,0,390990,0,1,0,0,0),(126417,30453,615,3,1,27225,1,3124.95,514.875,88.7862,1.72438,3600,5,0,390990,0,1,0,0,0),(126418,30453,615,3,1,27225,1,3311.65,415.512,67.9041,2.87707,3600,5,0,390990,0,1,0,0,0),(126419,30453,615,3,1,27225,1,3329.02,410.806,75.6541,4.33499,3600,5,0,390990,0,1,0,0,0),(126420,30453,615,3,1,27225,1,3264.11,700.633,92.5604,6.22764,3600,5,0,390990,0,1,0,0,0),(126421,30453,615,3,1,27225,1,3246.14,701.632,92.6854,6.23111,3600,5,0,390990,0,1,0,0,0),(126422,32261,576,3,1,27861,0,542.717,-26.1861,-14.9402,2.51327,3600,0,0,8,0,0,0,0,0),(126423,32261,576,3,1,27861,0,248.293,-16.6988,-16.6367,3.55701,3600,5,0,8,0,1,0,0,0),(126424,32261,576,3,1,27861,0,312.051,45.0937,-16.5534,1.39626,3600,0,0,8,0,0,0,0,0),(126425,32261,576,3,1,27861,0,385.297,-232.527,-14.3719,0.628319,3600,0,0,8,0,0,0,0,0),(126426,32261,576,3,1,27861,0,455.062,145.84,-34.937,6.10865,3600,0,0,8,0,0,0,0,0),(126427,32261,576,3,1,27861,0,313.805,-293.082,-14.4473,5.79449,3600,0,0,8,0,0,0,0,0),(126428,32261,576,3,1,27861,0,392.264,146.59,-34.9363,0.872665,3600,0,0,8,0,0,0,0,0),(126429,32261,576,3,1,27861,0,285.458,119.511,-16.5534,3.36848,3600,0,0,8,0,0,0,0,0),(126430,32261,576,3,1,27861,0,295.762,-283.46,-14.4473,0.977384,3600,0,0,8,0,0,0,0,0),(126431,32261,576,3,1,27861,0,666.385,-125.872,-28.8962,2.63545,3600,0,0,8,0,0,0,0,0),(126432,32261,576,3,1,27861,0,545.958,-125.933,-24.9367,1.69297,3600,0,0,8,0,0,0,0,0),(126433,32261,576,3,1,27861,0,361.228,-215.564,-14.3719,6.05629,3600,0,0,8,0,0,0,0,0),(126440,28231,576,3,1,27609,1,356.727,-174.203,-14.0888,3.80708,3600,0,0,37164,3231,2,0,0,0),(126442,28231,576,3,1,27609,1,385.189,-183.384,-14.0888,2.64964,3600,0,0,37164,3231,2,0,0,0),(126443,28231,576,3,1,27609,1,456.604,-172.507,-14.0888,5.79238,3600,0,0,37164,3231,2,0,0,0),(126444,28231,576,3,1,27609,1,252.187,-239.48,-8.25408,2.34172,3600,5,0,37164,3231,1,0,0,0),(126445,28231,576,3,1,27609,1,253.398,-238.519,-8.36484,2.58196,3600,0,0,37164,3231,2,0,0,0),(126446,28231,576,3,1,27609,1,392.948,-316.481,-14.0888,0.118064,3600,0,0,37164,3231,2,0,0,0),(126447,28231,576,3,1,27609,1,436.391,-274.338,-14.0888,2.46728,3600,0,0,37164,3231,2,0,0,0),(126448,26716,576,3,1,25251,1,328.698,-80.2499,-16.6367,3.92693,3600,5,0,76880,33090,2,0,0,0),(126449,26716,576,3,1,25251,1,288.014,-19.7144,-16.566,3.97935,3600,5,0,76880,33090,2,0,0,0),(126450,26716,576,3,1,25251,1,326.938,71.4042,-16.6368,5.49855,3600,5,0,76880,33090,2,0,0,0),(126451,26716,576,3,1,25251,1,263.712,57.9655,-16.6373,3.9272,3600,5,0,76880,33090,2,0,0,0),(126452,26722,576,3,1,25249,0,262.409,-67.1576,-16.637,2.35552,3600,5,0,76880,33090,2,0,0,0),(126453,26723,576,3,1,24307,0,301.454,-5.45831,-15.4808,3.12414,86400,5,0,248500,67740,1,0,0,0),(126454,26727,576,3,1,24312,1,580.109,63.0207,-16.5551,4.41568,3600,0,0,37164,16155,0,0,0,0),(126455,26727,576,3,1,24313,1,365.018,151.255,-34.6421,0.181274,3600,0,0,37164,16155,2,0,0,0),(126456,26727,576,3,1,24313,1,520.822,84.878,-16.0413,2.80998,3600,0,0,37164,16155,0,0,0,0),(126457,26727,576,3,1,24314,1,630.155,77.8864,-20.2898,5.4191,3600,0,0,37164,16155,2,0,0,0),(126458,26727,576,3,1,24315,1,553.296,63.7596,-16.5551,5.21853,3600,0,0,37164,16155,0,0,0,0),(126459,26727,576,3,1,24315,1,554.105,116.688,-16.5551,0.20944,3600,0,0,37164,16155,0,0,0,0),(126460,26727,576,3,1,24315,1,603.132,114.906,-17.5945,1.15192,3600,0,0,37164,16155,0,0,0,0),(126461,26727,576,3,1,24315,1,483.916,151.55,-34.4093,3.51249,3600,0,0,37164,16155,2,0,0,0),(126462,26728,576,3,1,24319,1,582.524,67.7785,-16.5551,6.14356,3600,0,0,37164,16155,0,0,0,0),(126463,26728,576,3,1,24317,1,583.912,72.9396,-16.5551,5.95157,3600,0,0,37164,16155,0,0,0,0),(126464,26728,576,3,1,24316,1,520.866,93.131,-16.0413,3.87463,3600,0,0,37164,16155,0,0,0,0),(126465,26728,576,3,1,24316,1,517.016,90.314,-16.0413,0.593412,3600,0,0,37164,16155,0,0,0,0),(126466,26728,576,3,1,24317,1,548.222,60.3262,-16.7318,4.55531,3600,0,0,37164,16155,0,0,0,0),(126467,26728,576,3,1,24317,1,555.022,112.21,-16.5551,0.122173,3600,0,0,37164,16155,0,0,0,0),(126468,26728,576,3,1,24318,1,609.173,112.159,-17.7707,1.22173,3600,0,0,37164,16155,0,0,0,0),(126469,26729,576,3,1,24323,1,577.019,67.3979,-16.5551,3.26377,3600,0,0,37164,0,0,0,0,0),(126470,26729,576,3,1,24322,1,516.751,86.7706,-16.0413,5.81195,3600,0,0,37164,0,0,0,0,0),(126471,26729,576,3,1,24321,1,555.136,68.4827,-16.5551,5.89921,3600,0,0,37164,0,0,0,0,0),(126472,26729,576,3,1,24322,1,552.816,121.654,-16.5551,0.15708,3600,0,0,37164,0,0,0,0,0),(126473,26729,576,3,1,24323,1,615.79,109.138,-17.964,1.11701,3600,0,0,37164,0,0,0,0,0),(126474,26730,576,3,1,24906,0,363.37,153.939,-34.6222,5.91342,3600,5,0,37164,16155,1,0,0,0),(126475,26730,576,3,1,24906,0,323.442,156.664,-23.3173,0.461356,3600,5,0,37164,16155,1,0,0,0),(126476,26730,576,3,1,24906,0,626.168,78.2008,-20.195,5.41911,3600,5,0,37164,16155,1,0,0,0),(126477,26730,576,3,1,24906,0,630.47,81.874,-20.1783,5.4191,3600,5,0,37164,16155,1,0,0,0),(126478,26730,576,3,1,24906,0,487.578,149.939,-33.1901,3.51157,3600,5,0,37164,16155,1,0,0,0),(126479,26730,576,3,1,24906,0,485.527,155.212,-34.0858,3.51249,3600,5,0,37164,16155,1,0,0,0),(126480,26731,576,3,1,24066,1,494.727,89.1288,-16.0413,6.02139,86400,0,0,120125,49635,0,0,0,0),(126481,26734,576,3,1,14886,1,632.874,-24.2623,-5.87999,4.01426,3600,0,0,37164,0,0,0,0,0),(126482,26734,576,3,1,14886,1,640.719,-27.864,-5.87999,5.79449,3600,0,0,37164,0,0,0,0,0),(126483,26734,576,3,1,14886,1,635.889,-194.87,-15.1531,1.01229,3600,0,0,37164,0,0,0,0,0),(126484,26734,576,3,1,14886,1,651.001,-199.593,-15.1531,5.21853,3600,0,0,37164,0,0,0,0,0),(126485,26734,576,3,1,14886,1,621.108,-185.852,-15.1531,2.18166,3600,0,0,37164,0,0,0,0,0),(126486,26734,576,3,1,14886,1,726.416,-137.982,-28.8962,3.80482,3600,0,0,37164,0,0,0,0,0),(126487,26734,576,3,1,14886,1,733.048,-147.366,-28.8962,4.60767,3600,0,0,37164,0,0,0,0,0),(126488,26734,576,3,1,14886,1,553.081,-206.863,-22.4756,6.12611,3600,0,0,37164,0,0,0,0,0),(126489,26734,576,3,1,14886,1,550.547,-194.031,-21.312,0.767945,3600,0,0,37164,0,0,0,0,0),(126490,26734,576,3,1,14886,1,635.764,-114.042,-15.1531,4.04916,3600,0,0,37164,0,0,0,0,0),(126491,26734,576,3,1,14886,1,634.526,-102.708,-15.1531,2.98451,3600,0,0,37164,0,0,0,0,0),(126492,26734,576,3,1,14886,1,727.215,-143.833,-28.8962,3.80482,3600,0,0,37164,0,0,0,0,0),(126493,26734,576,3,1,14886,1,544.234,-3.27478,-14.9402,1.65806,3600,0,0,37164,0,0,0,0,0),(126494,26734,576,3,1,14886,1,546.69,-14.3129,-14.9402,5.63741,3600,0,0,37164,0,0,0,0,0),(126495,26735,576,3,1,25250,0,633.523,-16.1788,-5.87999,5.07891,3600,0,0,37164,16155,0,0,0,0),(126496,26735,576,3,1,25250,0,645.653,-19.623,-5.87999,3.24631,3600,0,0,37164,16155,0,0,0,0),(126497,26735,576,3,1,25250,0,736.956,-139.572,-28.8962,3.63029,3600,0,0,37164,16155,0,0,0,0),(126498,26735,576,3,1,25250,0,544.523,-201.694,-19.9482,0.296706,3600,0,0,37164,16155,0,0,0,0),(126499,26735,576,3,1,25250,0,645.166,-105.773,-15.1531,3.52556,3600,0,0,37164,16155,0,0,0,0),(126500,26735,576,3,1,25250,0,535.928,-10.0511,-14.9402,3.26377,3600,0,0,37164,16155,0,0,0,0),(126501,26736,576,3,1,28080,0,721.425,-65.2332,-7.0575,4.29351,3600,0,0,951,0,0,0,0,0),(126502,26736,576,3,1,28080,0,578.682,-196.834,3.08437,4.69494,3600,0,0,951,0,0,0,0,0),(126503,26736,576,3,1,28080,0,592.485,-58.6556,13.7837,5.34164,3600,0,0,951,0,0,0,0,0),(126504,26736,576,3,1,28080,0,690.186,-166.806,0.7982,3.64774,3600,0,0,951,0,0,0,0,0),(126505,26736,576,3,1,28080,0,721.486,-189.85,-27.5382,4.39823,3600,0,0,951,0,0,0,537166592,32),(126506,26736,576,3,1,28080,0,591.549,-158.816,-19.9489,2.33874,3600,0,0,951,0,0,0,537166592,32),(126507,26737,576,3,1,14253,0,593.128,-178.951,-27.4496,1.18044,3600,5,0,37164,0,1,0,0,0),(126508,26737,576,3,1,14253,0,642.618,-213.295,-15.1531,1.64181,3600,0,0,37164,0,0,0,0,0),(126509,26737,576,3,1,14253,0,627.306,-202.558,-15.1531,1.40721,3600,0,0,37164,0,0,0,0,0),(126510,26737,576,3,1,14253,0,639.555,-201.113,-15.1531,4.85667,3600,0,0,37164,0,0,0,0,0),(126511,26737,576,3,1,14253,0,638.217,-19.6599,-5.87999,0.506145,3600,0,0,37164,0,0,0,537166592,32),(126512,26737,576,3,1,14253,0,627.015,-26.4599,-5.87999,2.18166,3600,0,0,37164,0,0,0,537166592,32),(126513,26737,576,3,1,14253,0,630.789,-27.9365,-5.87999,5.75959,3600,0,0,37164,0,0,0,537166592,32),(126514,26737,576,3,1,14253,0,631.38,-97.7434,-15.1531,1.8326,3600,0,0,37164,0,0,0,537166592,32),(126515,26737,576,3,1,14253,0,637.975,-118.359,-15.1531,3.78736,3600,0,0,37164,0,0,0,537166592,32),(126516,26737,576,3,1,14253,0,627.119,-117.879,-15.1531,2.23402,3600,0,0,37164,0,0,0,537166592,32),(126517,26737,576,3,1,14253,0,694.115,-183.19,-29.0018,6.15899,3600,5,0,37164,0,1,0,0,0),(126518,26737,576,3,1,14253,0,688.026,-175.799,-28.9987,3.06287,3600,5,0,37164,0,1,0,0,0),(126519,26737,576,3,1,14253,0,639.01,-159.079,-30.2922,4.66645,3600,5,0,37164,0,1,0,0,0),(126520,26737,576,3,1,14253,0,550.581,-4.36041,-14.9402,3.59538,3600,0,0,37164,0,0,0,537166592,32),(126521,26737,576,3,1,14253,0,539.567,-16.603,-14.9402,5.84685,3600,0,0,37164,0,0,0,537166592,32),(247105,27949,576,1,1,0,1,424.547,185.962,-34.9367,4.72984,3600,0,0,1,0,0,0,0,0),(126584,26761,576,3,1,23329,0,691.668,-302.82,11.865,2.37365,3600,0,0,951,0,0,0,0,0),(126585,26761,576,3,1,23329,0,594.595,-311.187,29.2439,0.558505,3600,0,0,951,0,0,0,0,0),(126586,26761,576,3,1,23329,0,630.482,-370.674,-8.66542,1.27409,3600,0,0,951,0,0,0,0,0),(126587,26761,576,3,1,23329,0,647.448,-32.3824,-5.87999,0.645772,3600,0,0,951,0,0,0,0,0),(126588,26761,576,3,1,23329,0,663.072,-129.598,-28.8962,2.72271,3600,0,0,951,0,0,0,0,0),(126589,26761,576,3,1,23329,0,657.006,-189.476,8.18023,0.396343,3600,0,0,951,0,0,0,0,0),(126590,26761,576,3,1,23329,0,663.308,-133.131,-0.291385,0.597949,3600,0,0,951,0,0,0,0,0),(126591,26761,576,3,1,23329,0,582.847,-243.893,11.1783,2.48474,3600,0,0,951,0,0,0,0,0),(126592,26761,576,3,1,23329,0,589.976,-249.407,-14.5806,2.48295,3600,0,0,951,0,0,0,0,0),(126593,26761,576,3,1,23329,0,601.652,-258.436,12.8359,2.48331,3600,0,0,951,0,0,0,0,0),(126594,26761,576,3,1,23329,0,657.785,-139.797,-1.68196,1.08627,3600,0,0,951,0,0,0,0,0),(126595,26761,576,3,1,23329,0,618.397,-270.862,13.0714,2.59897,3600,0,0,951,0,0,0,0,0),(126596,26761,576,3,1,23329,0,627.119,-201.979,10.2202,0.396935,3600,0,0,951,0,0,0,0,0),(126597,26761,576,3,1,23329,0,662.315,-133.811,-0.233998,0.603995,3600,0,0,951,0,0,0,0,0),(126598,26761,576,3,1,23329,0,610.738,-265.435,13.5687,2.48741,3600,0,0,951,0,0,0,0,0),(126599,26763,576,3,1,26259,0,637.67,-289.121,-9.13252,4.74729,86400,0,0,192200,49635,0,0,0,0),(126600,26782,576,3,1,27469,0,356.128,-179.167,-14.2759,3.80705,3600,5,0,37164,0,1,0,0,0),(126602,26782,576,3,1,27469,0,387.443,-184.48,-14.0888,2.63267,3600,5,0,37164,0,1,0,0,0),(126603,26782,576,3,1,27469,0,458.056,-177.292,-14.0888,5.79238,3600,5,0,37164,0,1,0,0,0),(126604,26782,576,3,1,27469,0,453.272,-178.744,-14.0888,5.79238,3600,5,0,37164,0,1,0,0,0),(126605,26782,576,3,1,27469,0,247.919,-235.086,-8.48918,2.34172,3600,5,0,37164,0,1,0,0,0),(126606,26782,576,3,1,27469,0,251.404,-238.64,-8.25408,2.34654,3600,5,0,37164,0,1,0,0,0),(126607,26782,576,3,1,27469,0,403.166,-313.62,-14.0888,0.612719,3600,5,0,37164,0,1,0,0,0),(126608,26782,576,3,1,27469,0,397.014,-322.266,-14.0888,0.174134,3600,5,0,37164,0,1,0,0,0),(126609,26782,576,3,1,27469,0,431.531,-273.502,-14.0888,2.62032,3600,5,0,37164,0,1,0,0,0),(126610,26792,576,3,1,27472,0,391.831,-249.456,-14.3719,0.191986,3600,0,0,74328,0,0,0,0,0),(126611,27048,576,3,1,11686,0,319.416,13.6349,0.368855,4.01426,86400,0,0,8982,0,0,0,0,0),(126612,27048,576,3,1,11686,0,285.42,-23.5428,0.671232,0.837758,86400,0,0,8982,0,0,0,0,0),(126613,27048,576,3,1,11686,0,285.099,13.0252,0.147988,5.53269,86400,0,0,8982,0,0,0,0,0),(126614,26792,576,3,1,27472,0,391.083,-210.945,-14.3719,0.872665,3600,0,0,74328,0,0,0,0,0),(126615,26792,576,3,1,27472,0,420.86,-324.502,-14.0055,2.61799,3600,0,0,74328,0,0,0,0,0),(126616,26792,576,3,1,27472,0,296.082,-160.632,-14.3927,1.11701,3600,0,0,74328,0,0,0,0,0),(126617,26792,576,3,1,27472,0,327.018,-295.056,-14.4473,1.62316,3600,0,0,74328,0,0,0,0,0),(126618,26792,576,3,1,27472,0,440.085,-265.05,-14.0055,4.18879,3600,0,0,74328,0,0,0,0,0),(126619,26793,576,3,1,25570,0,403.336,-225.248,-14.0055,3.45575,3600,0,0,3500,0,0,0,0,0),(126620,26793,576,3,1,25570,0,413.654,-182.965,-14.0055,5.5676,3600,0,0,3500,0,0,0,0,0),(126621,26793,576,3,1,25570,0,416.696,-311.065,-14.4483,4.86947,3600,0,0,3500,0,0,0,0,0),(126622,26793,576,3,1,25570,0,362.66,-205.436,-14.3719,2.1293,3600,0,0,3500,0,0,0,0,0),(126623,26793,576,3,1,25570,0,351.373,-312.554,-14.3702,2.32129,3600,0,0,3500,0,0,0,0,0),(126624,26793,576,3,1,25570,0,410.434,-207.644,-14.0055,5.49779,3600,0,0,3500,0,0,0,0,0),(126625,26793,576,3,1,25570,0,447.137,-174.743,-14.0055,3.63029,3600,0,0,3500,0,0,0,0,0),(126626,26793,576,3,1,25570,0,428.929,-273.111,-14.0055,6.16101,3600,0,0,3500,0,0,0,0,0),(126627,26793,576,3,1,25570,0,323.247,-260.345,-14.0055,1.55334,3600,0,0,3500,0,0,0,0,0),(126628,26793,576,3,1,25570,0,330.499,-273.351,-14.0055,5.37561,3600,0,0,3500,0,0,0,0,0),(126629,26793,576,3,1,25570,0,373.899,-179.647,-14.0055,4.90438,3600,0,0,3500,0,0,0,0,0),(126630,26793,576,3,1,25570,0,409.607,-235.47,-14.0055,0.261799,3600,0,0,3500,0,0,0,0,0),(126631,26793,576,3,1,25570,0,312.048,-251.313,-14.0055,5.65487,3600,0,0,3500,0,0,0,0,0),(126632,26793,576,3,1,25570,0,331.194,-233.146,-14.0055,1.85005,3600,0,0,3500,0,0,0,0,0),(126633,26793,576,3,1,25570,0,408.223,-251.971,-14.0055,0.855211,3600,0,0,3500,0,0,0,0,0),(126634,26793,576,3,1,25570,0,432.577,-176.837,-14.0055,4.15388,3600,0,0,3500,0,0,0,0,0),(126635,26793,576,3,1,25570,0,322.444,-223.145,-14.0055,3.85718,3600,0,0,3500,0,0,0,0,0),(126636,26793,576,3,1,25570,0,417.822,-221.25,-14.4483,2.93215,3600,0,0,3500,0,0,0,0,0),(126637,26793,576,3,1,25570,0,346.759,-289.587,-14.0055,3.40339,3600,0,0,3500,0,0,0,0,0),(126638,26793,576,3,1,25570,0,413.971,-266.326,-14.4483,5.68977,3600,0,0,3500,0,0,0,0,0),(126639,26793,576,3,1,25570,0,317.873,-238.738,-14.0888,2.72539,3600,5,0,3500,0,1,0,0,0),(126640,26793,576,3,1,25570,0,465.975,-207.779,-14.0055,3.00197,3600,0,0,3500,0,0,0,0,0),(126641,26793,576,3,1,25570,0,362.85,-323.94,-14.0055,5.89921,3600,0,0,3500,0,0,0,0,0),(126642,26793,576,3,1,25570,0,406.317,-312.124,-14.0055,0.174533,3600,0,0,3500,0,0,0,0,0),(126643,26793,576,3,1,25570,0,348.147,-194.354,-14.0055,3.24631,3600,0,0,3500,0,0,0,0,0),(126644,26793,576,3,1,25570,0,360.107,-183.319,-14.0055,2.3911,3600,0,0,3500,0,0,0,0,0),(126645,26793,576,3,1,25570,0,337.052,-317.767,-14.0055,2.86234,3600,0,0,3500,0,0,0,0,0),(126646,26793,576,3,1,25570,0,462.237,-180.989,-14.0055,4.81711,3600,0,0,3500,0,0,0,0,0),(126647,26793,576,3,1,25570,0,325.93,-172.464,-14.2729,3.12414,3600,0,0,3500,0,0,0,0,0),(126648,26793,576,3,1,25570,0,449.591,-217.548,-14.0055,4.38078,3600,0,0,3500,0,0,0,0,0),(126649,26793,576,3,1,25570,0,311.368,-160.999,-14.4682,5.32325,3600,0,0,3500,0,0,0,0,0),(126650,26793,576,3,1,25570,0,388.793,-231.362,-14.3719,0.855211,3600,0,0,3500,0,0,0,0,0),(126651,26793,576,3,1,25570,0,325.626,-158.745,-15.0874,2.26893,3600,0,0,3500,0,0,0,0,0),(126652,26793,576,3,1,25570,0,434.39,-219.373,-14.0055,2.00713,3600,0,0,3500,0,0,0,0,0),(126653,26793,576,3,1,25570,0,382.398,-190.469,-14.0055,3.35103,3600,0,0,3500,0,0,0,0,0),(126654,26793,576,3,1,25570,0,351.5,-331.067,-14.0055,4.2237,3600,0,0,3500,0,0,0,0,0),(126655,26793,576,3,1,25570,0,395.237,-187.859,-14.0055,4.92183,3600,0,0,3500,0,0,0,0,0),(126656,26793,576,3,1,25570,0,406.488,-195.654,-14.0055,0.925025,3600,0,0,3500,0,0,0,0,0),(126657,26793,576,3,1,25570,0,309.777,-270.9,-14.0055,6.21337,3600,0,0,3500,0,0,0,0,0),(126658,26793,576,3,1,25570,0,340.751,-176.628,-14.153,0.20944,3600,0,0,3500,0,0,0,0,0),(126659,26793,576,3,1,25570,0,414.117,-287.831,-14.0055,0.10472,3600,0,0,3500,0,0,0,0,0),(126660,26793,576,3,1,25570,0,383.472,-319.979,-14.0055,2.18166,3600,0,0,3500,0,0,0,0,0),(126661,26793,576,3,1,25570,0,398.713,-319.051,-14.0055,4.2586,3600,0,0,3500,0,0,0,0,0),(126662,26793,576,3,1,25570,0,339.581,-303.302,-14.0055,0.628319,3600,0,0,3500,0,0,0,0,0),(126663,26794,576,3,1,26298,0,264.959,-225.415,-9.01765,5.89921,86400,0,0,192200,0,0,0,0,0),(126664,26800,576,3,1,24353,1,395.9,169.22,-34.9363,5.41052,3600,0,0,37164,0,0,0,0,0),(126665,26802,576,3,1,24355,1,410.012,179.318,-34.9363,5.02655,3600,0,0,37164,16155,0,0,0,0),(126666,26802,576,3,1,24355,1,389.534,148.687,-34.9363,5.91667,3600,0,0,37164,16155,0,0,0,0),(126667,26802,576,3,1,24355,1,389.595,167.328,-34.9363,5.53269,3600,0,0,37164,16155,0,0,0,0),(126668,26805,576,3,1,24356,1,404.339,181.386,-34.9363,5.11381,3600,0,0,37164,16155,0,0,0,0),(126670,22515,576,3,1,16925,0,553.407,88.38,-16.5551,3.64774,3600,0,0,4120,0,0,0,0,0),(126671,22517,576,3,1,16925,0,733.436,-67.9865,-43.8489,1.37881,3600,0,0,4120,0,0,0,0,0),(126672,32258,599,3,1,15468,0,1153.49,688.607,196.883,5.70723,3600,0,0,8,0,0,0,0,0),(126673,32258,599,3,1,15468,0,974.19,375.987,206.078,3.64774,3600,0,0,8,0,0,0,0,0),(126674,32258,599,3,1,15467,0,1159.52,634.243,213.469,1.3439,3600,0,0,8,0,0,0,0,0),(126675,32258,599,3,1,15468,0,1038.35,611.641,207.394,2.26893,3600,0,0,8,0,0,0,0,0),(126676,32258,599,3,1,15467,0,992.137,430.162,207.503,3.64774,3600,0,0,8,0,0,0,0,0),(126677,32258,599,3,1,15468,0,966.726,662.323,196.494,1.71042,3600,0,0,8,0,0,0,0,0),(126678,32258,599,3,1,15468,0,1120.72,686.828,196.318,3.47321,3600,0,0,8,0,0,0,0,0),(126679,32258,599,3,1,15468,0,955.497,426.814,206.078,3.56047,3600,0,0,8,0,0,0,0,0),(126680,32258,599,3,1,15468,0,1149.05,784.074,195.044,5.67636,3600,5,0,8,0,1,0,0,0),(126681,32258,599,3,1,15467,0,1052.3,556.916,207.497,4.4855,3600,0,0,8,0,0,0,0,0),(126682,32258,599,3,1,15467,0,1010.05,682.246,202.061,2.70526,3600,0,0,8,0,0,0,0,0),(126683,32258,599,3,1,15468,0,912.685,664.648,196.494,0.506145,3600,0,0,8,0,0,0,0,0),(126684,32258,599,3,1,15467,0,1086.52,656.034,202.061,3.59538,3600,0,0,8,0,0,0,0,0),(126685,32258,599,3,1,15467,0,1025.95,664.122,202.648,2.3911,3600,0,0,8,0,0,0,0,0),(126686,32258,599,3,1,15467,0,1147.04,743.181,195.35,2.54749,3600,5,0,8,0,1,0,0,0),(126687,27960,599,3,1,25994,1,1145.31,695.628,196.234,5.73429,3600,0,0,45516,0,2,0,0,0),(126688,27960,599,3,1,25994,1,1003.65,679.734,201.977,2.53945,3600,0,0,45516,0,2,0,0,0),(126689,27960,599,3,1,25994,1,1007.62,680.39,201.977,2.23281,3600,0,0,45516,0,2,0,0,0),(126690,27960,599,3,1,25994,1,1125.97,667.047,196.235,2.05646,3600,0,0,45516,0,2,0,0,0),(126691,27960,599,3,1,25994,1,1090.05,657.417,201.977,4.113,3600,0,0,45516,0,2,0,0,0),(126692,27960,599,3,1,25994,1,1150.32,766.929,195.938,1.57957,3600,5,0,45516,0,1,0,0,0),(126693,27960,599,3,1,25994,1,1155.98,766.98,195.938,1.57955,3600,5,0,45516,0,1,0,0,0),(126694,27960,599,3,1,25994,1,1008.86,651.206,201.977,0.754548,3600,0,0,45516,0,2,0,0,0),(126695,27960,599,3,1,25994,1,1170.52,645.343,196.235,5.69736,3600,0,0,45516,0,2,0,0,0),(126696,27960,599,3,1,25994,1,1177.75,651.607,196.235,4.79011,3600,0,0,45516,0,2,0,0,0),(126697,27961,599,3,1,25995,1,1075.57,781.261,191.152,0.034907,3600,0,0,45516,0,0,0,0,0),(126698,27961,599,3,1,25995,1,1034.25,726.752,201.405,3.28122,3600,0,0,45516,0,0,0,0,0),(126699,27961,599,3,1,25995,1,1020.94,829.09,186.653,3.80482,3600,0,0,45516,0,0,0,0,0),(126700,27962,599,3,1,25989,1,1167.52,690.203,196.235,5.73428,3600,5,0,47080,11427,1,0,0,0),(126701,27962,599,3,1,25989,1,1129.02,657.006,196.235,2.05656,3600,0,0,47080,11427,0,0,0,0),(126702,27962,599,3,1,25989,1,1080.99,672.063,201.977,4.11302,3600,5,0,47080,11427,1,0,0,0),(126703,27962,599,3,1,25989,1,1145.02,642.019,196.414,5.69728,3600,0,0,47080,11427,0,0,0,0),(126704,27962,599,3,1,25989,1,1179.02,669.897,196.612,4.79008,3600,5,0,47080,11427,1,0,0,0),(126705,27963,599,3,1,25990,1,1169.73,693.822,196.235,5.73434,3600,5,0,37664,25377,1,0,0,0),(126706,27963,599,3,1,25990,1,1000.07,674.687,202.462,2.29347,3600,0,0,37664,25377,2,0,0,0),(126707,27963,599,3,1,25990,1,1124.85,655.814,196.235,2.05669,3600,5,0,37664,25377,1,0,0,0),(126708,27963,599,3,1,25990,1,1076.32,675.254,202.462,4.113,3600,5,0,37664,25377,1,0,0,0),(126709,27963,599,3,1,25990,1,1153.18,763.721,195.938,4.72119,3600,0,0,37664,25377,2,0,0,0),(126710,27963,599,3,1,25990,1,1135.3,743.415,195.35,6.27729,3600,0,0,37664,25377,2,0,0,0),(126711,27963,599,3,1,25990,1,1016,655.008,201.977,0.754551,3600,0,0,37664,25377,0,0,0,0),(126712,27963,599,3,1,25990,1,1014.99,659.887,201.977,0.753234,3600,5,0,37664,25377,1,0,0,0),(126713,27963,599,3,1,25990,1,1142.46,639.235,196.235,5.69732,3600,5,0,37664,25377,1,0,0,0),(126714,27963,599,3,1,25990,1,1183.25,670.226,196.233,4.79012,3600,5,0,37664,25377,1,0,0,0),(126715,27963,599,3,1,25990,1,986.865,666.318,202.871,3.11981,3600,0,0,37664,25377,2,0,0,0),(126716,27963,599,3,1,25990,1,1032.76,666.052,202.709,5.40797,3600,5,0,37664,25377,1,0,0,0),(126717,27964,599,3,1,25992,1,1075.56,787.851,190.424,4.17134,3600,0,0,45516,11175,0,0,0,0),(126718,27964,599,3,1,25992,1,1027.58,825.907,187.474,4.67748,3600,0,0,45516,11175,0,0,0,0),(126719,27965,599,3,1,25993,1,1044.71,720.134,201.692,2.9147,3600,0,0,47080,11427,0,0,0,0),(126720,27965,599,3,1,25993,1,1042.09,734.053,199.433,3.94444,3600,0,0,47080,11427,0,0,0,0),(126721,27965,599,3,1,25993,1,1019.56,843.644,186.174,4.60767,3600,0,0,47080,11427,0,0,0,0),(126722,27965,599,3,1,25993,1,1030.55,833.919,186.151,3.66519,3600,0,0,47080,11427,0,0,0,0),(126723,27965,599,3,1,25993,1,1060.57,783.555,190.386,6.07375,3600,0,0,47080,11427,0,0,0,0),(126724,2110,599,3,1,1141,0,985.883,801.719,196.793,5.55015,3600,0,0,1,0,0,0,0,0),(126725,2110,599,3,1,1141,0,1012.46,855.576,185.137,3.90954,3600,0,0,1,0,0,0,0,0),(126726,2110,599,3,1,1141,0,945.681,753.969,202.332,2.04204,3600,0,0,1,0,0,0,0,0),(126727,2110,599,3,1,1141,0,990.07,746.379,209.404,6.12611,3600,0,0,1,0,0,0,0,0),(126728,27966,599,3,1,25988,1,937.845,816.693,189.75,0.674488,3600,0,0,47080,11427,2,0,0,0),(126729,2110,599,3,1,1141,0,1056.73,733.418,200.638,2.94961,3600,0,0,1,0,0,0,0,0),(126730,2110,599,3,1,1141,0,1076.6,781.89,191.051,1.0559,3600,5,0,1,0,1,0,0,0),(126731,2110,599,3,1,1141,0,923.049,831.112,188.318,2.70526,3600,0,0,1,0,0,0,0,0),(126732,27966,599,3,1,25988,1,959.431,770.362,198.823,1.73038,3600,0,0,47080,11427,2,0,0,0),(126733,27969,599,3,1,28132,0,1048.36,627.214,207.719,1.57545,3600,0,0,91032,18625,2,0,0,0),(126734,27969,599,3,1,28132,0,1182.63,642.693,196.235,1.18384,3600,0,0,91032,18625,2,0,0,0),(126735,27969,599,3,1,28132,0,1124.23,666.653,196.235,4.80928,3600,0,0,91032,18625,2,0,0,0),(126736,27969,599,3,1,28132,0,905.23,666.271,196.411,0.006217,3600,0,0,91032,18625,2,0,0,0),(126737,27970,599,3,1,26146,0,1037.45,579.723,207.05,0.017453,3600,0,0,47080,0,0,0,0,0),(126738,27970,599,3,1,26146,0,1058.29,499.908,207.803,4.2237,3600,8,0,47080,0,1,0,0,0),(126739,27971,599,3,1,26154,0,1049.09,468.95,209.044,5.44543,3600,8,0,45516,0,1,0,0,0),(126740,27971,599,3,1,26154,0,1144.93,731.036,196.327,1.5708,3600,0,0,45516,0,0,0,0,0),(126741,27971,599,3,1,26154,0,1161.86,730.284,196.327,1.67552,3600,0,0,45516,0,0,0,0,0),(126742,27971,599,3,1,26154,0,1059.98,579.334,207.088,3.1765,3600,0,0,45516,0,0,0,0,0),(126743,27971,599,3,1,26154,0,1048.6,654.005,202.239,1.71042,3600,0,0,45516,0,0,0,0,0),(126744,27971,599,3,1,26154,0,1032.59,475.946,207.803,2.04204,3600,8,0,45516,0,1,0,0,0),(126745,27971,599,3,1,26154,0,1036.02,501.231,207.803,5.75959,3600,8,0,45516,0,1,0,0,0),(126746,27972,599,3,1,26140,0,972.523,420.203,205.994,6.19658,3600,0,0,94160,26663,2,0,0,0),(126747,27972,599,3,1,26140,0,906.657,674.535,196.494,0.069813,3600,0,0,94160,26663,0,0,0,0),(126748,27972,599,3,1,26140,0,905.686,658.964,196.494,0.122173,3600,0,0,94160,26663,0,0,0,0),(126749,27972,599,3,1,26140,0,983.266,390.105,205.994,3.85652,3600,0,0,94160,26663,2,0,0,0),(126750,27972,599,3,1,26140,0,967.968,381.012,205.994,1.4247,3600,0,0,94160,26663,2,0,0,0),(126751,27973,599,3,1,21330,0,936.175,836.896,187.539,0.401426,3600,0,0,11379,0,0,0,0,0),(126752,27973,599,3,1,21330,0,928.186,835.734,187.71,4.99164,3600,0,0,11379,0,0,0,0,0),(126753,27973,599,3,1,21330,0,925.693,827.265,188.777,0.925025,3600,0,0,11379,0,0,0,0,0),(126754,27973,599,3,1,21330,0,1042.65,673.982,202.333,1.34675,3600,5,0,11379,0,1,0,0,0),(126755,27973,599,3,1,21330,0,1046.64,678.722,202.421,0.418879,3600,0,0,11379,0,0,0,0,0),(126756,27973,599,3,1,21330,0,1052.38,672.775,201.865,0.488692,3600,0,0,11379,0,0,0,0,0),(126757,27973,599,3,1,19383,0,964.813,813.786,189.312,4.50776,3600,5,0,11379,0,1,0,0,0),(126758,27973,599,3,1,19383,0,981.383,822.972,188.181,0.698132,3600,0,0,11379,0,0,0,0,0),(126759,27973,599,3,1,21330,0,968.709,822.412,187.609,2.77507,3600,0,0,11379,0,0,0,0,0),(126760,27973,599,3,1,19383,0,967.501,817.352,188.684,2.96706,3600,0,0,11379,0,0,0,0,0),(126761,27973,599,3,1,21330,0,976.325,820.192,188.759,0,3600,0,0,11379,0,0,0,0,0),(126762,27973,599,3,1,19383,0,1064.55,807.272,187.862,5.72136,3600,5,0,11379,0,1,0,0,0),(126763,27973,599,3,1,19383,0,1070.47,828.045,185.486,0.164425,3600,5,0,11379,0,1,0,0,0),(126764,27973,599,3,1,19383,0,1056.79,827.143,184.929,4.81268,3600,5,0,11379,0,1,0,0,0),(126765,27973,599,3,1,21330,0,1055.63,831.022,184.297,5.69452,3600,5,0,11379,0,1,0,0,0),(126766,27973,599,3,1,21330,0,1057.91,811.468,187.537,5.50003,3600,5,0,11379,0,1,0,0,0),(126767,27973,599,3,1,21330,0,1065.35,816.088,186.469,4.8355,3600,5,0,11379,0,1,0,0,0),(126768,27973,599,3,1,21330,0,1065.69,831.385,184.75,5.41897,3600,5,0,11379,0,1,0,0,0),(126769,27973,599,3,1,21330,0,1047.85,768.687,192.956,4.2389,3600,5,0,11379,0,1,0,0,0),(126770,27973,599,3,1,19383,0,1045.24,750.772,197.158,4.43027,3600,5,0,11379,0,1,0,0,0),(126771,27973,599,3,1,21330,0,1034.92,745.038,197.267,5.45241,3600,5,0,11379,0,1,0,0,0),(126772,27973,599,3,1,21330,0,1039.65,764.851,194.127,4.57073,3600,5,0,11379,0,1,0,0,0),(126773,27973,599,3,1,21330,0,1031.16,754.4,196.428,3.84551,3600,5,0,11379,0,1,0,0,0),(126774,27973,599,3,1,19383,0,1047.24,759.664,194.995,1.70245,3600,5,0,11379,0,1,0,0,0),(126775,27973,599,3,1,21330,0,1054.64,769.281,192.781,2.25148,3600,0,0,11379,0,0,0,0,0),(126776,27973,599,3,1,19383,0,951.382,789.054,195.397,1.8675,3600,0,0,11379,0,0,0,0,0),(126777,27973,599,3,1,19383,0,960.285,789.112,195.944,3.49066,3600,0,0,11379,0,0,0,0,0),(126778,27973,599,3,1,19383,0,952.608,777.938,197.541,5.5676,3600,0,0,11379,0,0,0,0,0),(126779,27973,599,3,1,21330,0,946.606,806.645,191.321,3.87463,3600,0,0,11379,0,0,0,0,0),(126780,27973,599,3,1,21330,0,941.222,800.692,192.807,4.81711,3600,0,0,11379,0,0,0,0,0),(126781,27973,599,3,1,21330,0,935.297,812.906,190.614,1.309,3600,0,0,11379,0,0,0,0,0),(126782,27973,599,3,1,19383,0,961.167,835.824,186.585,0.122173,3600,0,0,11379,0,0,0,0,0),(126783,27973,599,3,1,19383,0,967.24,838.007,186.241,4.43314,3600,0,0,11379,0,0,0,0,0),(126784,27973,599,3,1,19383,0,966.59,844.555,185.828,4.2237,3600,0,0,11379,0,0,0,0,0),(126785,27973,599,3,1,19383,0,952.557,835.23,186.833,1.69377,3600,5,0,11379,0,1,0,0,0),(126786,27973,599,3,1,19383,0,961.576,830.945,186.876,4.04916,3600,0,0,11379,0,0,0,0,0),(126787,27973,599,3,1,19383,0,938.483,813.762,189.993,0.674536,3600,0,0,11379,0,2,0,0,0),(126788,27973,599,3,1,19383,0,937.209,819.625,189.575,3.81619,3600,0,0,11379,0,2,0,0,0),(126789,27975,599,3,1,26657,1,842.632,666.047,190.116,0,86400,0,0,273938,0,0,0,0,0),(126790,27977,599,3,1,20909,0,1008.56,759.914,208.706,2.56563,86400,0,0,286112,0,0,0,0,0),(126792,27978,599,3,1,27483,0,1295.21,667.157,189.691,3.19395,86400,0,0,365250,0,0,0,0,0),(1972006,38176,668,3,1,0,1,5282.9,2019.6,707.778,5.88176,86400,0,0,132300,19970,0,0,0,0),(126794,28235,599,3,1,17200,0,900.109,356.481,214.401,5.48033,3600,0,0,15362,0,0,0,0,0),(126795,28055,599,3,1,11686,0,1016.75,831.478,188.181,2.89532,3600,0,0,10282,0,0,0,0,0),(126796,28055,599,3,1,11686,0,1036.58,732.096,216.47,4.57698,3600,0,0,10282,0,0,0,0,0),(126797,28055,599,3,1,11686,0,1074.83,788.93,199.025,3.17784,3600,0,0,10282,0,0,0,0,0),(126798,28055,599,3,1,11686,0,1036.99,726.416,217.522,0.463724,3600,0,0,10282,0,0,0,0,0),(126799,28055,599,3,1,11686,0,1022.77,823.943,197.319,5.14978,3600,0,0,10282,0,0,0,0,0),(126800,28824,599,3,1,22878,0,1080.28,480.015,207.803,3.49066,3600,0,0,42,0,0,0,0,0),(126801,28070,599,3,1,26353,0,1077.41,474.16,207.803,2.70526,3600,0,0,75600,0,0,0,0,0),(1972005,38176,668,3,1,0,1,5295.64,1973.76,707.778,1.18682,86400,0,0,132300,19970,0,0,0,0),(1972000,38173,668,3,1,0,1,5322.96,2040.29,707.778,4.34587,86400,0,0,132300,0,0,0,0,0),(126808,28130,599,3,1,11686,0,943.088,401.378,206.078,3.80482,3600,0,0,10282,0,0,0,0,0),(126809,28130,599,3,1,11686,0,967,376.832,206.078,3.80482,3600,0,0,10282,0,0,0,0,0),(126810,28130,599,3,1,11686,0,964.302,381.942,206.078,3.85718,3600,0,0,10282,0,0,0,0,0),(126811,22515,599,3,1,16925,0,895.933,363.528,219.338,5.58505,3600,0,0,4120,0,0,0,0,0),(126812,22515,599,3,1,16925,0,1293.84,598.778,199.893,1.51844,3600,0,0,4120,0,0,0,0,0),(126813,22515,599,3,1,16925,0,1293.86,736.331,200.282,2.58309,3600,0,0,4120,0,0,0,0,0),(126814,22515,599,3,1,16925,0,892.25,331.25,223.868,0.680678,3600,0,0,4120,0,0,0,0,0),(126815,28149,599,3,1,26090,1,1077.18,484.224,207.803,2.21657,3600,0,0,50400,3994,0,0,0,0),(126816,28149,599,3,1,26091,1,1070.68,477.289,207.803,2.79253,3600,0,0,50400,3994,0,0,0,0),(126817,28149,599,3,1,26091,1,1070.26,469.005,207.803,3.22886,3600,0,0,50400,3994,0,0,0,0),(126818,32258,602,3,1,15467,0,1129.52,-104.566,61.2997,1.93731,3600,0,0,8,0,0,0,0,0),(126819,32258,602,3,1,15467,0,1015.9,25.7696,58.4269,4.57276,3600,0,0,8,0,0,0,0,0),(126820,32258,602,3,1,15467,0,1156.77,97.876,60.8132,4.50295,3600,0,0,8,0,0,0,0,0),(126821,32258,602,3,1,15468,0,1016.5,-159.134,61.2628,2.33874,3600,0,0,8,0,0,0,0,0),(126822,32258,602,3,1,15468,0,1089.56,-292.482,61.3109,2.47837,3600,0,0,8,0,0,0,0,0),(126823,32258,602,3,1,15468,0,1157.93,-195.596,52.4464,1.78024,3600,0,0,8,0,0,0,0,0),(126824,32258,602,3,1,15468,0,1209.3,-183.026,52.664,1.29154,3600,0,0,8,0,0,0,0,0),(126825,32258,602,3,1,15468,0,1375.34,-149.135,52.1097,5.96903,3600,0,0,8,0,0,0,0,0),(126826,32258,602,3,1,15467,0,1348.23,204.238,52.9838,2.22444,3600,5,0,8,0,1,0,0,0),(126827,32258,602,3,1,15467,0,1318.48,-222.698,23.3089,4.2237,3600,0,0,8,0,0,0,0,0),(126828,32258,602,3,1,15467,0,1189.8,82.7128,60.8132,6.03884,3600,0,0,8,0,0,0,0,0),(126829,32258,602,3,1,15468,0,1109.87,-75.9791,61.3257,5.39307,3600,0,0,8,0,0,0,0,0),(126830,32258,602,3,1,15468,0,1256.32,26.5637,33.5889,2.18166,3600,0,0,8,0,0,0,0,0),(126831,32258,602,3,1,15467,0,1349.68,-101.091,23.3095,4.20624,3600,0,0,8,0,0,0,0,0),(126832,32258,602,3,1,15468,0,1156.58,-30.1214,60.8132,2.47837,3600,0,0,8,0,0,0,0,0),(126833,32258,602,3,1,15467,0,1442.29,46.475,58.8496,2.75762,3600,0,0,8,0,0,0,0,0),(126835,28961,602,3,1,25984,1,1175.34,-146.038,52.7958,4.66003,3600,0,0,48700,0,0,0,0,0),(126836,28961,602,3,1,25984,1,1253.15,-183.505,52.3464,1.62316,3600,0,0,48700,0,0,0,0,0),(126837,28961,602,3,1,25984,1,1225.58,-184.354,52.6816,1.65806,3600,0,0,48700,0,0,0,0,0),(126838,28961,602,3,1,25984,1,1209.29,-184.312,52.663,1.64061,3600,0,0,48700,0,0,0,0,0),(126839,28961,602,3,1,25984,1,1162.19,-165.844,52.7958,0.05236,3600,0,0,48700,0,0,0,0,0),(126840,28961,602,3,1,25984,1,1162.16,-159.639,52.7958,0,3600,0,0,48700,0,0,0,0,0),(126841,28961,602,3,1,25984,1,1215.1,-145.157,52.6689,4.76475,3600,0,0,48700,0,0,0,0,0),(126842,28961,602,3,1,25984,1,1157.06,-199.66,52.4637,0.034907,3600,0,0,48700,0,0,0,0,0),(126843,28961,602,3,1,25984,1,1209.47,-144.968,52.6756,4.67748,3600,0,0,48700,0,0,0,0,0),(126844,28961,602,3,1,25984,1,1259.38,-145.274,52.2997,4.83456,3600,0,0,48700,0,0,0,0,0),(126845,28961,602,3,1,25984,1,1264.53,-145.56,52.2677,4.76475,3600,0,0,48700,0,0,0,0,0),(126846,28961,602,3,1,25984,1,1253.51,-145.028,52.3361,4.69494,3600,0,0,48700,0,0,0,0,0),(126847,28961,602,3,1,25984,1,1248.02,-183.46,52.3813,1.5708,3600,0,0,48700,0,0,0,0,0),(126848,28965,602,3,1,25985,1,1259.01,-183.692,52.2677,1.6057,3600,0,0,48700,0,0,0,0,0),(126849,28965,602,3,1,25985,1,1220.23,-145.244,52.6676,4.76475,3600,0,0,48700,0,0,0,0,0),(126850,28965,602,3,1,25985,1,1156.81,-218.584,52.5578,0.034907,3600,0,0,48700,0,0,0,0,0),(126851,28965,602,3,1,25985,1,1248,-145.069,52.3706,4.69494,3600,0,0,48700,0,0,0,0,0),(126852,28965,602,3,1,25985,1,1219.88,-184.285,52.6623,1.69297,3600,0,0,48700,0,0,0,0,0),(126853,28965,602,3,1,25985,1,1162.24,-171.805,52.7958,0,3600,0,0,48700,0,0,0,0,0),(126854,28965,602,3,1,25985,1,1162.21,-154.095,52.7958,0,3600,0,0,48700,0,0,0,0,0),(126855,28965,602,3,1,25985,1,1181.03,-146.034,52.7958,4.72984,3600,0,0,48700,0,0,0,0,0),(126856,28965,602,3,1,25985,1,1156.66,-212.22,52.5358,6.26573,3600,0,0,48700,0,0,0,0,0),(126857,28965,602,3,1,25985,1,1186.62,-146.1,52.7958,4.76475,3600,0,0,48700,0,0,0,0,0),(126858,28965,602,3,1,25985,1,1156.67,-205.87,52.4985,6.26573,3600,0,0,48700,0,0,0,0,0),(126859,28965,602,3,1,25985,1,1170.35,-145.818,52.7958,4.76475,3600,0,0,48700,0,0,0,0,0),(126860,28965,602,3,1,25985,1,1263.88,-183.709,52.2732,1.6057,3600,0,0,48700,0,0,0,0,0),(126861,28965,602,3,1,25985,1,1213.84,-184.112,52.6585,1.67552,3600,0,0,48700,0,0,0,0,0),(126862,28965,602,3,1,25985,1,1224.51,-145.291,52.6788,4.69494,3600,0,0,48700,0,0,0,0,0),(1972012,38175,668,3,1,0,1,5306.57,1977.47,707.778,1.50098,86400,0,0,132300,19970,0,0,0,0),(1972004,38176,668,3,1,0,1,5299.25,2036,707.778,5.02655,86400,0,0,132300,19970,0,0,0,0),(126867,29048,602,3,1,26937,0,1063.43,-185.74,70.453,5.72667,3600,40,0,12600,0,1,0,0,0),(126868,29048,602,3,1,26937,0,1055.34,-108.344,82.4959,5.38195,3600,40,0,12600,0,1,0,0,0),(126869,29048,602,3,1,26937,0,1100.82,-123.139,69.6126,4.40281,3600,40,0,12600,0,1,0,0,0),(126870,29048,602,3,1,26937,0,1061.61,-176.984,68.6239,1.56977,3600,40,0,12600,0,1,0,0,0),(126871,29048,602,3,1,26937,0,1018.09,-127.471,82.461,4.6392,3600,40,0,12600,0,1,0,0,0),(126872,29048,602,3,1,26937,0,1040,-118.66,73.7045,2.67486,3600,40,0,12600,0,1,0,0,0),(126873,28546,602,3,1,27484,0,1081.99,-261.809,61.2913,0.017453,86400,0,0,325825,0,0,0,0,0),(126874,28547,602,3,1,8715,0,1119.18,-264.88,56.8805,4.77669,3600,0,0,50400,19970,2,0,0,0),(126875,28823,602,3,1,11686,0,1322.23,-89.2544,61.3288,5.8294,3600,0,0,12600,0,0,0,0,0),(126876,28826,602,3,1,26381,0,1110.8,-266.038,56.9892,6.14356,3600,0,0,50400,0,0,0,0,0),(126877,28826,602,3,1,26381,0,1110.75,-256.804,56.9893,2.77507,3600,0,0,50400,0,0,0,0,0),(126878,28578,602,3,1,25984,1,1325.08,-34.0827,40.2639,0.802851,3600,0,0,48700,0,0,0,0,0),(126879,28578,602,3,1,25984,1,1327.26,99.2473,40.2637,0.069813,3600,0,0,48700,0,0,0,0,0),(126880,28578,602,3,1,25984,1,1404.63,32.2329,50.1216,2.72271,3600,0,0,48700,0,0,0,0,0),(126881,28578,602,3,1,25984,1,1439.57,43.7118,58.8496,4.99164,3600,0,0,48700,0,0,0,0,0),(126882,28578,602,3,1,25984,1,1439.66,29.5771,58.8496,1.64061,3600,0,0,48700,0,0,0,0,0),(126883,28578,602,3,1,25984,1,1325.77,163.245,53.7874,1.64061,3600,0,0,48700,0,0,0,0,0),(126884,28578,602,3,1,25984,1,1337.83,163.031,53.7874,1.62316,3600,0,0,48700,0,0,0,0,0),(126885,28578,602,3,1,25984,1,1252.42,-26.7338,33.5891,0,3600,0,0,48700,0,0,0,0,0),(126886,28579,602,3,1,25982,1,1339.44,-33.7956,40.2639,2.37365,3600,0,0,48700,0,0,0,0,0),(126887,28579,602,3,1,25982,1,1336.87,99.6618,40.2637,3.19395,3600,0,0,48700,0,0,0,0,0),(126888,28579,602,3,1,25982,1,1402.17,43.6177,50.1216,3.90954,3600,0,0,48700,0,0,0,0,0),(126889,28579,602,3,1,25982,1,1434.63,30.0723,58.8496,1.5708,3600,0,0,48700,0,0,0,0,0),(126890,28835,602,3,1,26143,0,1066.23,89.9313,61.2346,4.79965,3600,0,0,88200,11982,0,0,0,0),(126891,28835,602,3,1,26143,0,1079.42,90.3822,61.232,5.07891,3600,0,0,88200,11982,0,0,0,0),(126892,28835,602,3,1,26143,0,1053.16,78.3075,61.4436,1.77593,3600,0,0,88200,11982,2,0,0,0),(126893,28835,602,3,1,26143,0,1065.88,-209.239,61.2612,4.69494,3600,0,0,88200,11982,0,0,0,0),(126894,28835,602,3,1,26143,0,1081.37,-209.6,61.2789,4.79965,3600,0,0,88200,11982,0,0,0,0),(126895,28579,602,3,1,25982,1,1271.78,103.515,33.5889,3.52556,3600,0,0,48700,0,0,0,0,0),(126896,28835,602,3,1,26143,0,1068.57,-39.6648,61.2697,4.72984,3600,0,0,88200,11982,0,0,0,0),(126897,28835,602,3,1,26143,0,1080.15,-39.6035,61.2802,4.69494,3600,0,0,88200,11982,0,0,0,0),(126898,28579,602,3,1,25982,1,1258.43,-35.7104,33.5891,1.16937,3600,0,0,48700,0,0,0,0,0),(126899,28580,602,3,1,25985,1,1341.75,-24.6737,40.2639,3.35103,3600,0,0,48700,0,0,0,0,0),(126900,28580,602,3,1,25985,1,1392.21,46.3331,50.1215,5.0091,3600,0,0,48700,0,0,0,0,0),(126901,28580,602,3,1,25985,1,1434.03,43.1807,58.8496,4.86947,3600,0,0,48700,0,0,0,0,0),(126902,28836,602,3,1,25756,1,1024.68,-118.761,61.3074,5.93412,3600,0,0,50400,19970,0,0,0,0),(126903,28836,602,3,1,25756,1,1073.59,-109.084,56.8257,1.39626,3600,0,0,50400,19970,0,0,0,0),(126904,28836,602,3,1,25756,1,1069.07,-103.093,56.8257,5.77704,3600,0,0,50400,19970,0,0,0,0),(126905,28580,602,3,1,25985,1,1252.87,103.427,33.5889,5.89921,3600,0,0,48700,0,0,0,0,0),(126906,28580,602,3,1,25985,1,1262.41,109.513,33.5889,4.67748,3600,0,0,48700,0,0,0,0,0),(126907,28836,602,3,1,25756,1,1055.63,-170.033,56.7306,6.0912,3600,0,0,50400,19970,0,0,0,0),(126908,28836,602,3,1,25756,1,1061.99,-169.473,56.7073,3.1765,3600,0,0,50400,19970,0,0,0,0),(126909,28836,602,3,1,25756,1,1107.63,-117.011,61.3516,4.4855,3600,0,0,50400,19970,0,0,0,0),(126910,28836,602,3,1,25756,1,1118.76,-118.839,61.3447,3.56047,3600,0,0,50400,19970,0,0,0,0),(126911,28836,602,3,1,25756,1,1085.67,-175.532,56.7291,0.610865,3600,0,0,50400,19970,0,0,0,0),(126912,28836,602,3,1,25756,1,1097.71,-131.79,61.3199,5.55015,3600,0,0,50400,19970,0,0,0,0),(126913,28836,602,3,1,25756,1,1035.6,-147.334,61.2808,1.01229,3600,0,0,50400,19970,0,0,0,0),(126914,28580,602,3,1,25985,1,1269.06,-33.7382,33.5891,2.33874,3600,0,0,48700,0,0,0,0,0),(126915,28581,602,3,1,25759,1,1393.7,48.0953,50.0383,4.04916,3600,0,0,48700,19465,2,0,0,0),(126916,28581,602,3,1,25759,1,1354.68,66.1413,43.6171,3.87463,3600,0,0,48700,19465,0,0,0,0),(126917,28581,602,3,1,25759,1,1269.77,3.9426,33.5056,0,3600,0,0,48700,19465,2,0,0,0),(126918,28581,602,3,1,25759,1,1261,111.984,33.5055,2.8182,3600,0,0,48700,19465,2,0,0,0),(126919,28581,602,3,1,25759,1,1254.66,55.3675,33.5056,1.56744,3600,0,0,48700,19465,2,0,0,0),(126920,28837,602,3,1,25757,1,1041.51,-116.084,61.3423,3.75246,3600,0,0,50400,19970,0,0,0,0),(126921,28837,602,3,1,25757,1,1077.49,-102.187,56.8122,3.94444,3600,0,0,50400,19970,0,0,0,0),(126922,28581,602,3,1,25759,1,1293.52,91.5001,36.1509,4.67748,3600,0,0,48700,19465,0,0,0,0),(126923,28581,602,3,1,25759,1,1293.56,-34.5055,36.146,4.66003,3600,0,0,48700,19465,0,0,0,0),(126924,28581,602,3,1,25759,1,1377.86,8.26782,48.9933,0.782713,3600,0,0,48700,19465,2,0,0,0),(126925,28581,602,3,1,25759,1,1406.36,33.1665,50.0382,3.13674,3600,0,0,48700,19465,2,0,0,0),(126926,28581,602,3,1,25759,1,1359.86,82.5017,41.1423,0.942478,3600,0,0,48700,19465,2,0,0,0),(126927,28837,602,3,1,25757,1,1060.05,-176.037,56.7189,2.23402,3600,0,0,50400,19970,0,0,0,0),(126928,28837,602,3,1,25757,1,1090.95,-171.729,56.7351,3.33358,3600,0,0,50400,19970,0,0,0,0),(126929,28581,602,3,1,25759,1,1084.47,-168.466,56.7169,6.16101,3600,0,0,48700,19465,0,0,0,0),(126930,28837,602,3,1,25757,1,1099.9,-142.793,61.3014,0.296706,3600,0,0,50400,19970,0,0,0,0),(126931,28581,602,3,1,25759,1,1110.21,-146.21,61.2986,2.04204,3600,0,0,48700,19465,0,0,0,0),(126932,28837,602,3,1,25757,1,1049.77,-134.046,61.3152,3.28122,3600,0,0,50400,19970,0,0,0,0),(126933,28582,602,3,1,25754,1,1365.24,17.1021,48.1587,2.32129,3600,0,0,48700,19465,2,0,0,0),(126934,28838,602,3,1,26053,1,1032.68,-112.576,61.319,4.86947,3600,0,0,50400,0,0,0,0,0),(126935,28838,602,3,1,26053,1,1049.9,-99.5955,59.3823,2.11436,3600,0,0,50400,0,2,0,0,0),(126936,28838,602,3,1,26053,1,1046.43,-107.643,61.2819,2.11434,3600,5,0,50400,0,1,0,0,0),(126937,28838,602,3,1,26053,1,1088.67,-147.48,61.189,2.01811,3600,5,0,50400,0,1,0,0,0),(126938,28838,602,3,1,26053,1,1096.84,-166.114,58.6869,2.01812,3600,0,0,50400,0,2,0,0,0),(126939,28582,602,3,1,25754,1,1324.5,-36.1576,40.1805,2.20599,3600,0,0,48700,19465,2,0,0,0),(126940,28582,602,3,1,25754,1,1269.93,69.1513,33.5055,0,3600,0,0,48700,19465,2,0,0,0),(126941,28582,602,3,1,25754,1,1262.92,-39.2248,33.5057,6.0256,3600,0,0,48700,19465,2,0,0,0),(126942,28582,602,3,1,25754,1,1329.33,97.2981,40.1804,4.74555,3600,0,0,48700,19465,2,0,0,0),(126943,28838,602,3,1,26053,1,1114.89,-112.605,61.3412,4.06662,3600,0,0,50400,0,0,0,0,0),(126944,28838,602,3,1,26053,1,1045.82,-146.42,61.293,2.1293,3600,0,0,50400,0,0,0,0,0),(126945,28583,602,3,1,25654,0,1362.89,-242.99,37.893,5.02655,3600,5,0,48700,19465,1,0,0,0),(126946,28583,602,3,1,25654,0,1358.59,-235.811,37.8893,3.9619,3600,5,0,48700,19465,1,0,0,0),(126947,28583,602,3,1,25654,0,1298.09,-135.214,54.7565,3.47321,3600,5,0,48700,19465,1,0,0,0),(126948,28583,602,3,1,25654,0,1305.5,-140.833,52.1008,0.994838,3600,5,0,48700,19465,1,0,0,0),(126949,28583,602,3,1,25654,0,1368.43,-136.417,56.0153,0.942478,3600,5,0,48700,19465,1,0,0,0),(126950,28583,602,3,1,25654,0,1359.98,-139.701,52.1163,2.80998,3600,5,0,48700,19465,1,0,0,0),(126951,28583,602,3,1,25654,0,1293.95,-187.808,52.1106,5.34071,3600,5,0,48700,19465,1,0,0,0),(126952,28583,602,3,1,25654,0,1296.02,-177.714,52.112,3.57792,3600,5,0,48700,19465,1,0,0,0),(126953,28583,602,3,1,25654,0,1368.82,-177.437,52.1121,0.925025,3600,5,0,48700,19465,1,0,0,0),(126954,28583,602,3,1,25654,0,1311.23,-158.982,52.275,1.61992,3600,0,0,48700,19465,2,0,0,0),(126955,28583,602,3,1,25654,0,1354.27,-162.388,52.0238,1.61992,3600,5,0,48700,19465,1,0,0,0),(126956,28583,602,3,1,25654,0,1299.35,-242.388,37.8676,0.802851,3600,5,0,48700,19465,1,0,0,0),(126957,28583,602,3,1,25654,0,1293.45,-235.049,37.8867,2.60054,3600,5,0,48700,19465,1,0,0,0),(126958,28584,602,3,1,24905,0,1369.96,-238.321,37.8063,4.44524,3600,5,0,48700,19465,1,0,0,0),(126959,28584,602,3,1,24905,0,1295.14,-145.482,52.0918,1.15192,3600,5,0,48700,19465,1,0,0,0),(126960,28584,602,3,1,24905,0,1370.38,-144.529,52.8502,3.87463,3600,5,0,48700,19465,1,0,0,0),(126961,28584,602,3,1,24905,0,1362.15,-215.245,23.3088,2.28638,3600,5,0,48700,19465,1,0,0,0),(126962,28584,602,3,1,24905,0,1302.27,-188.175,52.1071,5.2709,3600,5,0,48700,19465,1,0,0,0),(126963,28584,602,3,1,24905,0,1370.06,-185.94,52.1119,4.55531,3600,5,0,48700,19465,1,0,0,0),(126964,28584,602,3,1,24905,0,1360.91,-186.773,52.1082,2.44346,3600,5,0,48700,19465,1,0,0,0),(126965,28584,602,3,1,24905,0,1300.03,-214.843,23.3088,2.56563,3600,5,0,48700,19465,1,0,0,0),(126966,28584,602,3,1,24905,0,1306.46,-236.695,37.8405,3.00197,3600,5,0,48700,19465,1,0,0,0),(126967,28585,602,3,1,2170,0,1331.43,-190.237,23.2255,4.66591,20,8,0,15827,0,1,0,0,0),(126968,28585,602,3,1,2170,0,1325.64,-128.433,23.2265,1.80097,20,8,0,15827,0,1,0,0,0),(126969,28585,602,3,1,2170,0,1320.02,-138.078,23.2255,2.19795,20,8,0,15827,0,1,0,0,0),(126970,28585,602,3,1,2170,0,1313.82,-198.123,23.2255,4.05242,20,8,0,15827,0,1,0,0,0),(126971,28585,602,3,1,2170,0,1349.41,-196.566,23.2255,5.38308,20,8,0,15827,0,1,0,0,0),(126972,28585,602,3,1,2170,0,1318.32,-154.982,23.2255,3.17264,20,8,0,15827,0,1,0,0,0),(126973,28585,602,3,1,2170,0,1332.28,-142.99,23.2255,1.52094,20,8,0,15827,0,1,0,0,0),(126974,28585,602,3,1,2170,0,1332.19,-124.271,23.2281,1.5631,20,8,0,15827,0,1,0,0,0),(126975,28585,602,3,1,2170,0,1355.78,-164.826,23.2255,6.25265,20,8,0,15827,0,1,0,0,0),(126976,28585,602,3,1,2170,0,1305.84,-165.736,23.2255,3.19814,20,8,0,15827,0,1,0,0,0),(126977,28585,602,3,1,2170,0,1344.02,-177.859,23.2255,6.01943,20,8,0,15827,0,1,0,0,0),(126978,28585,602,3,1,2170,0,1319.59,-178.795,23.2255,3.45532,20,8,0,15827,0,1,0,0,0),(126979,28585,602,3,1,2170,0,1344.31,-153.753,23.2255,0.067514,20,8,0,15827,0,1,0,0,0),(126980,28585,602,3,1,2170,0,1344.14,-133.698,23.2255,1.04352,20,8,0,15827,0,1,0,0,0),(126981,28586,602,3,1,27301,1,1262.35,100.212,33.5056,4.7273,86400,0,0,221561,0,2,0,0,0),(126982,28587,602,3,1,27071,1,1332.38,-102.078,56.801,2.07694,86400,0,0,269783,0,0,0,0,0),(126983,28920,602,3,1,27092,1,1098.05,54.0523,53.6523,3.20215,3600,0,0,100800,0,2,0,0,0),(126984,28920,602,3,1,27092,1,1098.97,19.5545,53.641,4.26715,3600,0,0,100800,0,2,0,0,0),(126985,28923,602,3,1,27485,0,1186.47,33.8305,60.8132,3.15905,86400,0,0,390990,0,0,0,0,0),(126986,13321,604,3,1,6297,0,1930.37,783.03,135.176,1.46608,3600,0,0,42,0,0,0,0,0),(126987,13321,604,3,1,901,0,1698.35,695.523,123.714,0.872665,3600,0,0,42,0,0,0,0,0),(126988,13321,604,3,1,901,0,1724.29,810.586,123.876,2.02458,3600,0,0,42,0,0,0,0,0),(126989,13321,604,3,1,6297,0,1923.56,775.178,135.274,1.01229,3600,0,0,42,0,0,0,0,0),(126990,13321,604,3,1,6297,0,1712.59,828.13,123.714,0.280348,3600,5,0,42,0,1,0,0,0),(126991,13321,604,3,1,6295,0,1929.77,719.411,135.378,0.645772,3600,0,0,42,0,0,0,0,0),(126992,13321,604,3,1,901,0,1922.86,711.94,135.19,4.55325,3600,5,0,42,0,1,0,0,0),(126993,13321,604,3,1,1924,0,1932.25,707.894,135.192,2.49423,3600,5,0,42,0,1,0,0,0),(126994,13321,604,3,1,901,0,1703.22,789.921,123.876,1.88496,3600,0,0,42,0,0,0,0,0),(126995,13321,604,3,1,6295,0,1721.65,674.861,123.876,2.82743,3600,0,0,42,0,0,0,0,0),(126996,13321,604,3,1,6297,0,1705.98,829.241,124.48,2.04204,3600,0,0,42,0,0,0,0,0),(126997,13321,604,3,1,6297,0,1712.19,797.004,123.876,2.18166,3600,0,0,42,0,0,0,0,0),(126998,13321,604,3,1,6297,0,1717.68,674.277,123.876,2.56563,3600,0,0,42,0,0,0,0,0),(126999,13321,604,3,1,901,0,1933.26,770.721,135.07,6.24828,3600,0,0,42,0,0,0,0,0),(127000,13321,604,3,1,901,0,1703.83,785.861,123.876,3.56047,3600,0,0,42,0,0,0,0,0),(127001,13321,604,3,1,6295,0,1649.4,867.158,139.676,2.32129,3600,0,0,42,0,0,0,0,0),(127006,29768,604,3,1,4305,0,1579.78,650.974,97.0398,5.044,3600,0,0,45516,0,0,0,0,0),(127007,29768,604,3,1,4305,0,1668.19,588.201,113.601,6.0912,3600,0,0,45516,0,0,0,0,0),(127008,29768,604,3,1,4305,0,1642.8,607.779,108.997,3.89208,3600,0,0,45516,0,0,0,0,0),(127009,29768,604,3,1,4305,0,1696.84,632.797,128.934,6.24828,3600,0,0,45516,0,0,0,0,0),(127010,29768,604,3,1,4305,0,1690.06,626.655,126.723,3.76991,3600,0,0,45516,0,0,0,0,0),(127011,29768,604,3,1,4305,0,1565.69,673.775,113.474,4.03171,3600,0,0,45516,0,0,0,0,0),(127012,29768,604,3,1,4305,0,1639.76,677.024,132.486,1.15192,3600,0,0,45516,0,0,0,0,0),(127013,29768,604,3,1,4305,0,1650.95,632.693,128.41,5.67065,3600,5,0,45516,0,1,0,0,0),(127014,29768,604,3,1,4305,0,1785.02,628.045,124.208,5.43351,3600,0,0,45516,0,2,0,0,0),(127015,29768,604,3,1,4305,0,1777.44,645.134,124.43,5.43354,3600,0,0,45516,0,0,0,0,0),(127016,29768,604,3,1,4305,0,1802.6,638.811,129.116,3.21141,3600,0,0,45516,0,0,0,0,0),(127017,29768,604,3,1,4305,0,1771.27,639.556,124.176,5.33394,3600,0,0,45516,0,2,0,0,0),(127018,29774,604,3,1,14557,0,1690.23,639.766,126.83,2.89725,3600,0,0,45516,0,0,0,0,0),(127019,29774,604,3,1,14557,0,1695.64,673.408,120.285,0.366519,3600,0,0,45516,0,0,0,0,0),(127020,29774,604,3,1,14557,0,1676.09,670.489,116.794,3.42085,3600,0,0,45516,0,0,0,0,0),(127021,29774,604,3,1,14557,0,1629.38,686.23,139.563,3.42085,3600,0,0,45516,0,0,0,0,0),(127022,29774,604,3,1,14557,0,1621.93,670.942,132.599,5.61996,3600,0,0,45516,0,0,0,0,0),(127023,29774,604,3,1,14557,0,1642.35,653.148,125.252,5.67066,3600,0,0,45516,0,2,0,0,0),(127024,29774,604,3,1,14557,0,1647.7,628.065,124.662,5.67066,3600,5,0,45516,0,1,0,0,0),(127025,29774,604,3,1,14557,0,1781.69,648.869,124.469,5.43348,3600,0,0,45516,0,0,0,0,0),(127026,29774,604,3,1,14557,0,1805.63,633.458,129.234,6.16101,3600,0,0,45516,0,0,0,0,0),(127027,29774,604,3,1,14557,0,1802.11,629.557,129.096,3.00197,3600,0,0,45516,0,0,0,0,0),(127028,29774,604,3,1,14557,0,1770.83,613.173,124.571,5.37693,3600,0,0,45516,0,0,0,0,0),(127029,29774,604,3,1,14557,0,1771.55,616.54,124.209,5.51307,3600,0,0,45516,0,0,0,0,0),(127030,30298,604,3,1,11686,0,1772.24,804.894,132.05,1.44862,3600,0,0,42,0,0,0,0,0),(127031,30298,604,3,1,11686,0,1693.53,743.483,145.47,5.93412,3600,0,0,42,0,0,0,0,0),(127032,30298,604,3,3,11686,0,1775.17,757.668,164.518,0.645772,3600,0,0,42,0,0,0,0,0),(127033,30298,604,3,3,11686,0,1760.99,743.193,164.69,3.14159,3600,0,0,42,0,0,0,0,0),(127034,30298,604,3,1,11686,0,1775.28,679.588,132.084,4.62512,3600,0,0,42,0,0,0,0,0),(127035,30298,604,3,3,11686,0,1775.16,729.245,164.572,3.90954,3600,0,0,42,0,0,0,0,0),(127036,2914,604,3,1,2958,0,1620.28,672.938,133.002,1.01229,3600,0,0,8,0,0,0,0,0),(127037,2914,604,3,1,6303,0,1742.23,757.378,114.398,0.680678,3600,0,0,8,0,0,0,0,0),(127038,2914,604,3,1,2957,0,1662.44,623.54,127.416,3.08923,3600,0,0,8,0,0,0,0,0),(127039,2914,604,3,1,1206,0,1652.8,651.422,127.366,5.55015,3600,0,0,8,0,0,0,0,0),(127040,2914,604,3,1,2957,0,1695.89,636.092,128.798,5.81195,3600,0,0,8,0,0,0,0,0),(127041,2914,604,3,1,6303,0,1732.4,759.408,112.23,5.39307,3600,0,0,8,0,0,0,0,0),(127042,29304,604,3,1,27422,0,1775.13,674.981,129.3,1.67552,86400,0,0,176550,0,0,0,0,0),(127043,29305,604,3,1,27059,1,1772.47,809.537,129.3,4.72984,86400,0,0,235400,0,0,0,0,0),(127044,29306,604,3,1,27061,1,1914.75,743.654,136.579,0.017453,86400,0,0,294250,0,0,0,0,0),(127045,29819,604,3,1,27050,1,1695.98,637.488,128.7,5.52177,3600,0,0,45516,0,2,0,0,0),(127046,29307,604,3,1,26589,0,1672.96,743.488,143.338,3.12414,86400,0,0,117700,0,0,0,0,0),(127047,29819,604,3,1,27050,1,1747.83,839.048,129.292,0.034907,3600,0,0,45516,0,0,0,0,0),(127048,29819,604,3,1,27050,1,1588.79,887.621,151.299,3.89208,3600,0,0,45516,0,0,0,0,0),(127049,29819,604,3,1,27050,1,1661.01,867.31,137.706,6.23082,3600,0,0,45516,0,0,0,0,0),(127050,29819,604,3,1,27050,1,1666.51,862.768,137.237,1.72788,3600,0,0,45516,0,0,0,0,0),(127051,29819,604,3,1,27050,1,1797.61,855.951,129.284,3.10669,3600,0,0,45516,0,0,0,0,0),(127052,29819,604,3,1,27050,1,1570.88,837.248,153.846,5.21853,3600,0,0,45516,0,0,0,0,0),(127053,29819,604,3,1,27050,1,1576.05,827.604,152.397,2.05949,3600,0,0,45516,0,0,0,0,0),(127054,29820,604,3,1,27087,1,1627.05,895.292,145.963,5.10785,3600,0,0,45516,18625,2,0,0,0),(127055,29820,604,3,1,27087,1,1586.37,881.584,151.643,2.33874,3600,0,0,45516,18625,0,0,0,0),(127056,29820,604,3,1,27087,1,1669.13,867.701,137.364,3.33358,3600,0,0,45516,18625,0,0,0,0),(127057,29820,604,3,1,27048,1,1579.09,832.102,152.864,3.07178,3600,0,0,45516,18625,0,0,0,0),(127058,29822,604,3,1,27086,1,1659.4,636.326,130.301,5.52175,3600,0,0,45516,18625,0,0,0,0),(127059,29822,604,3,1,27047,1,1747.6,849.333,129.286,0.017453,3600,0,0,45516,18625,0,0,0,0),(127060,29822,604,3,1,27047,1,1580.57,879.745,152.799,0.767945,3600,0,0,45516,18625,0,0,0,0),(127061,29822,604,3,1,27047,1,1664.68,870.952,138.143,4.99164,3600,0,0,45516,18625,0,0,0,0),(127062,29822,604,3,1,27086,1,1797.65,846.981,129.288,3.15905,3600,0,0,45516,18625,0,0,0,0),(127063,29822,604,3,1,27086,1,1575.64,836.72,153.547,4.2237,3600,0,0,45516,18625,0,0,0,0),(127064,29826,604,3,1,27051,1,1636.31,892.055,143.933,5.9975,3600,5,0,45516,24212,1,0,0,0),(127065,29826,604,3,1,27090,1,1747.66,858.003,129.283,0,3600,0,0,45516,24212,0,0,0,0),(127066,29826,604,3,1,27051,1,1583.85,884.461,151.862,5.3058,3600,0,0,45516,24212,0,0,0,0),(127067,29829,604,3,1,26590,0,1772.8,848.655,123.193,1.64926,3600,0,0,73964,0,0,0,0,0),(127068,29829,604,3,1,26590,0,1772.7,852.787,123.193,4.67587,3600,0,0,73964,0,0,0,0,0),(127069,29829,604,3,1,26590,0,1592.82,817.307,149.783,5.72846,3600,0,0,73964,0,2,0,0,0),(127070,29829,604,3,1,26590,0,1706.76,857.179,129.981,0.845717,3600,0,0,73964,0,2,0,0,0),(1972018,38172,668,3,1,0,0,5316.7,2041.55,707.778,4.50295,86400,0,0,132300,39940,0,0,0,0),(1972017,38172,668,3,1,0,0,5275.48,2001.14,707.778,0.174533,86400,0,0,132300,39940,0,0,0,0),(1972011,38175,668,3,1,0,1,5302.45,2042.22,707.778,4.90438,86400,0,0,132300,19970,0,0,0,0),(1972010,38175,668,3,1,0,1,5280.51,1997.84,707.778,0.296706,86400,0,0,132300,19970,0,0,0,0),(127076,29830,604,3,1,27029,0,1634.21,760.221,142.794,1.57854,3600,5,0,44004,0,1,0,0,0),(127077,29830,604,3,1,27029,0,1634.25,750.148,143.04,3.13402,3600,0,0,44004,0,2,0,0,0),(127078,29830,604,3,1,27029,0,1624.94,762.231,143.036,4.69548,3600,0,0,44004,0,2,0,0,0),(127079,29830,604,3,1,27029,0,1580.78,726.099,143.033,3.14485,3600,0,0,44004,0,2,0,0,0),(127080,29832,604,3,1,26592,0,1625.6,739.82,143.158,4.69494,3600,0,0,79653,0,0,0,0,0),(127081,29832,604,3,1,26592,0,1625.01,747.402,143.158,1.58825,3600,0,0,79653,0,0,0,0,0),(127082,29832,604,3,1,26592,0,1576.46,718.917,143.152,1.65806,3600,0,0,79653,0,0,0,0,0),(127083,29834,604,3,1,17170,0,1650.15,859.436,125.72,4.41733,3600,5,0,11379,0,1,0,0,0),(127084,29834,604,3,1,17170,0,1639.69,858.951,122.628,6.18063,3600,0,0,11379,0,0,0,0,0),(127085,29834,604,3,1,17170,0,1816.36,689.46,109.931,4.47669,3600,5,0,11379,0,1,0,0,0),(127086,29834,604,3,1,17170,0,1835.18,716.716,110.358,2.16475,3600,5,0,11379,0,1,0,0,0),(127087,29834,604,3,1,17170,0,1660.24,828.426,121.454,3.84638,3600,0,0,11379,0,0,0,0,0),(127088,29834,604,3,1,17170,0,1801.43,809.182,107.996,3.52199,3600,0,0,11379,0,0,0,0,0),(127089,29834,604,3,1,17170,0,1719.87,693.349,108.01,0.560292,3600,5,0,11379,0,1,0,0,0),(127090,29834,604,3,1,17170,0,1789.15,780.924,107.583,4.17256,3600,0,0,11379,0,0,0,0,0),(127091,29834,604,3,1,17170,0,1813.61,810.05,107.525,0.785398,3600,0,0,11379,0,0,0,0,0),(127092,29834,604,3,1,17170,0,1780.54,813.526,108.267,2.63544,3600,0,0,11379,0,0,0,0,0),(127093,29834,604,3,1,17170,0,1812.11,747.816,108.196,5.07891,3600,0,0,11379,0,0,0,0,0),(127094,29834,604,3,1,17170,0,1816.08,715.045,107.777,5.9889,3600,5,0,11379,0,1,0,0,0),(127095,29834,604,3,1,17170,0,1622.61,845.243,121.315,1.32947,3600,0,0,11379,0,0,0,0,0),(127096,29834,604,3,1,17170,0,1789.14,696.746,104.893,0.930271,3600,0,0,11379,0,0,0,0,0),(127097,29834,604,3,1,17170,0,1748.98,713.422,108.035,2.17953,3600,0,0,11379,0,0,0,0,0),(127098,29834,604,3,1,17170,0,1785.53,711.123,107.818,1.92096,3600,5,0,11379,0,1,0,0,0),(127099,29834,604,3,1,17170,0,1646.04,826.747,121.188,2.82734,3600,0,0,11379,0,0,0,0,0),(127100,29834,604,3,1,17170,0,1665.25,802.11,121.474,3.132,3600,5,0,11379,0,1,0,0,0),(127101,29834,604,3,1,17170,0,1740.32,796.225,107.893,5.01823,3600,5,0,11379,0,1,0,0,0),(127102,29834,604,3,1,17170,0,1690.52,854.324,122.334,1.59394,3600,0,0,11379,0,0,0,0,0),(127103,29834,604,3,1,17170,0,1827.1,770.232,107.793,4.31301,3600,0,0,11379,0,0,0,0,0),(127104,29834,604,3,1,17170,0,1675.11,811.601,121.666,5.34073,3600,0,0,11379,0,0,0,0,0),(127105,29834,604,3,1,17170,0,1774.73,723.041,108.064,0.541048,3600,0,0,11379,0,0,0,0,0),(127106,29834,604,3,1,17170,0,1739.53,774.701,107.998,3.56045,3600,0,0,11379,0,0,0,0,0),(127110,29838,604,3,1,26265,0,1880.72,756.711,136.169,3.54302,3600,0,0,91032,0,0,0,0,0),(127111,29838,604,3,1,26265,0,1887.56,742.878,136.184,3.10669,3600,0,0,91032,0,0,0,0,0),(127112,29838,604,3,1,26265,0,1881.3,728.536,136.195,2.79253,3600,0,0,91032,0,0,0,0,0),(127113,29874,604,3,1,27089,1,1777.84,850.575,123.276,3.10669,3600,0,0,11379,0,0,0,0,0),(127114,29630,604,3,1,6303,0,1790.48,635.998,124.472,5.43583,3600,5,0,42,0,1,0,0,0),(127115,29630,604,3,1,1987,0,1788.4,643.831,124.476,4.29208,3600,5,0,42,0,1,0,0,0),(127116,29630,604,3,1,2955,0,1785.05,645.229,124.465,3.27748,3600,5,0,42,0,1,0,0,0),(127117,29630,604,3,1,2954,0,1784.95,639.465,124.426,5.09876,3600,0,0,42,0,0,0,0,0),(127118,29630,604,3,1,2955,0,1786.12,646.24,124.47,5.13108,3600,5,0,42,0,1,0,0,0),(127119,29630,604,3,1,2955,0,1781.21,654.736,124.476,1.76214,3600,5,0,42,0,1,0,0,0),(127120,29630,604,3,1,1987,0,1777.35,647.003,124.532,1.89646,3600,5,0,42,0,1,0,0,0),(127121,29630,604,3,1,1987,0,1781.68,648.668,124.469,0.609522,3600,0,0,42,0,0,0,0,0),(127122,29630,604,3,1,2954,0,1781.74,642.861,124.253,0.161398,3600,5,0,42,0,1,0,0,0),(127123,29630,604,3,1,1987,0,1782.34,633.39,124.319,4.13976,3600,5,0,42,0,1,0,0,0),(127124,29630,604,3,1,2954,0,1761.33,623.283,124.336,4.60779,3600,5,0,42,0,1,0,0,0),(127125,29630,604,3,1,2955,0,1759.29,617.065,124.486,5.66795,3600,5,0,42,0,1,0,0,0),(127126,29630,604,3,1,1987,0,1764.63,617.906,124.555,1.68401,3600,5,0,42,0,1,0,0,0),(127127,29630,604,3,1,6303,0,1766.14,619.583,124.682,1.77129,3600,5,0,42,0,1,0,0,0),(127128,29630,604,3,1,1987,0,1762.3,622.331,124.475,3.04086,3600,5,0,42,0,1,0,0,0),(127129,29630,604,3,1,2955,0,1765.2,624.98,124.539,0.031686,3600,5,0,42,0,1,0,0,0),(127130,29630,604,3,1,2954,0,1768.81,623.44,124.316,5.50827,3600,5,0,42,0,1,0,0,0),(127131,29630,604,3,1,6303,0,1760.18,629.924,124.549,6.24972,3600,5,0,42,0,1,0,0,0),(127132,29630,604,3,1,2954,0,1757.21,625.15,124.485,5.1038,3600,5,0,42,0,1,0,0,0),(127133,29630,604,3,1,6303,0,1758.45,631.044,124.53,1.93966,3600,5,0,42,0,1,0,0,0),(127134,29630,604,3,1,2955,0,1764.13,631.309,124.093,3.62379,3600,5,0,42,0,1,0,0,0),(127135,29630,604,3,1,6303,0,1769.28,636.378,124.157,4.71844,3600,5,0,42,0,1,0,0,0),(127136,29630,604,3,1,6303,0,1771.92,632.813,124.218,2.05809,3600,5,0,42,0,1,0,0,0),(127137,29630,604,3,1,2954,0,1769.82,638.651,124.156,4.20645,3600,5,0,42,0,1,0,0,0),(127138,29630,604,3,1,2955,0,1764.21,638.008,124.064,1.32792,3600,5,0,42,0,1,0,0,0),(127139,29630,604,3,1,2955,0,1761.65,636.038,124.465,3.96716,3600,5,0,42,0,1,0,0,0),(127140,29630,604,3,1,6303,0,1765.35,632.464,124.108,5.25477,3600,5,0,42,0,1,0,0,0),(127141,29630,604,3,1,6303,0,1754.75,633.05,124.488,4.95307,3600,5,0,42,0,1,0,0,0),(127142,29630,604,3,1,1987,0,1759.37,636.203,124.475,6.03068,3600,5,0,42,0,1,0,0,0),(127143,29630,604,3,1,2954,0,1771.81,621.952,124.209,1.54597,3600,5,0,42,0,1,0,0,0),(127144,29630,604,3,1,2955,0,1775.02,608.066,124.462,0.209772,3600,5,0,42,0,1,0,0,0),(127145,29630,604,3,1,1987,0,1769.96,603.908,124.399,4.43916,3600,5,0,42,0,1,0,0,0),(127146,29630,604,3,1,2955,0,1763.38,610.039,124.485,5.34951,3600,5,0,42,0,1,0,0,0),(127147,29630,604,3,1,6303,0,1764.32,613.713,124.478,3.34569,3600,5,0,42,0,1,0,0,0),(127148,29630,604,3,1,2955,0,1771.64,608.305,124.439,5.35338,3600,5,0,42,0,1,0,0,0),(127149,29630,604,3,1,2955,0,1772.77,615.076,124.212,0.631931,3600,5,0,42,0,1,0,0,0),(127150,29630,604,3,1,6303,0,1767.62,620.773,124.56,5.10605,3600,5,0,42,0,1,0,0,0),(127151,29630,604,3,1,2955,0,1769.04,625.834,124.201,2.15281,3600,5,0,42,0,1,0,0,0),(127152,29630,604,3,1,2955,0,1771.67,623.77,124.208,4.44217,3600,5,0,42,0,1,0,0,0),(127153,29630,604,3,1,1987,0,1787.08,629.699,124.659,3.43243,3600,5,0,42,0,1,0,0,0),(127154,29630,604,3,1,2955,0,1794.98,634.27,124.487,1.74527,3600,0,0,42,0,0,0,0,0),(127155,29630,604,3,1,6303,0,1791.96,623.466,124.543,2.66922,3600,5,0,42,0,1,0,0,0),(127156,29630,604,3,1,6303,0,1784.05,622.866,124.467,0.264662,3600,5,0,42,0,1,0,0,0),(127157,29630,604,3,1,1987,0,1780.98,622.13,124.392,1.53413,3600,5,0,42,0,1,0,0,0),(127158,29630,604,3,1,2954,0,1775.57,622.655,124.268,2.30255,3600,5,0,42,0,1,0,0,0),(127159,29630,604,3,1,2955,0,1773.21,629.107,124.257,2.98507,3600,0,0,42,0,0,0,0,0),(127160,29630,604,3,1,6303,0,1778.62,633.424,124.37,3.91909,3600,5,0,42,0,1,0,0,0),(127161,29630,604,3,1,1987,0,1780.47,628.163,124.322,4.97047,3600,5,0,42,0,1,0,0,0),(127162,29630,604,3,1,2955,0,1780.45,626.343,124.26,4.22499,3600,5,0,42,0,1,0,0,0),(127163,29630,604,3,1,2955,0,1786.29,620.118,124.473,0.642415,3600,5,0,42,0,1,0,0,0),(127164,29630,604,3,1,2954,0,1787.19,616.247,124.484,2.96776,3600,5,0,42,0,1,0,0,0),(127165,29630,604,3,1,2955,0,1783.81,611.875,124.477,5.2025,3600,5,0,42,0,1,0,0,0),(127166,29630,604,3,1,1987,0,1782.26,608.285,124.48,1.60707,3600,0,0,42,0,0,0,0,0),(127167,29630,604,3,1,2954,0,1777.07,607.515,124.476,0.622642,3600,5,0,42,0,1,0,0,0),(127168,29630,604,3,1,2955,0,1779.46,615.205,124.571,2.59805,3600,5,0,42,0,1,0,0,0),(127169,29630,604,3,1,2954,0,1781.62,620.134,124.553,1.54274,3600,5,0,42,0,1,0,0,0),(127170,29630,604,3,1,2955,0,1774.86,615.456,124.209,1.08412,3600,5,0,42,0,1,0,0,0),(127171,29630,604,3,1,6303,0,1776.53,612.204,124.601,1.96916,3600,0,0,42,0,0,0,0,0),(127172,29630,604,3,1,1987,0,1764.41,641.875,124.578,3.77341,3600,5,0,42,0,1,0,0,0),(127173,29630,604,3,1,1987,0,1756.43,639.862,124.485,5.162,3600,5,0,42,0,1,0,0,0),(127174,29630,604,3,1,2955,0,1758.89,646.898,124.419,0.557751,3600,5,0,42,0,1,0,0,0),(127175,29630,604,3,1,6303,0,1764.84,646.101,124.468,2.66877,3600,0,0,42,0,0,0,0,0),(127176,29630,604,3,1,1987,0,1764.26,640.628,124.584,2.82897,3600,5,0,42,0,1,0,0,0),(127177,29630,604,3,1,6303,0,1767.03,642.336,124.379,3.56644,3600,5,0,42,0,1,0,0,0),(127178,29630,604,3,1,6303,0,1770.95,644.026,124.15,0.972017,3600,5,0,42,0,1,0,0,0),(127179,29630,604,3,1,2955,0,1768.51,650.693,124.476,4.64654,3600,5,0,42,0,1,0,0,0),(127180,29630,604,3,1,2955,0,1771.36,645.924,124.399,2.47842,3600,5,0,42,0,1,0,0,0),(127181,29630,604,3,1,2954,0,1776.16,639.846,124.353,1.36749,3600,5,0,42,0,1,0,0,0),(127182,29630,604,3,1,2954,0,1785.08,631.173,124.299,5.55204,3600,5,0,42,0,1,0,0,0),(127183,29630,604,3,1,1987,0,1785.69,636.451,124.25,1.87631,3600,5,0,42,0,1,0,0,0),(127184,29630,604,3,1,1987,0,1789.67,634.657,124.469,5.40157,3600,5,0,42,0,1,0,0,0),(127185,29630,604,3,1,6303,0,1785.53,630.276,124.3,5.16212,3600,5,0,42,0,1,0,0,0),(127186,29630,604,3,1,2955,0,1777.44,625.228,124.394,3.66341,3600,5,0,42,0,1,0,0,0),(127187,29630,604,3,1,1987,0,1778.42,637.753,124.339,5.97054,3600,5,0,42,0,1,0,0,0),(127188,29630,604,3,1,1987,0,1785.31,638.393,124.392,4.96967,3600,5,0,42,0,1,0,0,0),(127189,29630,604,3,1,2955,0,1780.44,643.028,124.288,3.53298,3600,5,0,42,0,1,0,0,0),(127190,29630,604,3,1,2955,0,1779.74,633.414,124.355,3.04535,3600,5,0,42,0,1,0,0,0),(127191,29630,604,3,1,1987,0,1771.86,614.092,124.48,6.23386,3600,5,0,42,0,1,0,0,0),(127192,29630,604,3,1,2954,0,1773.28,611.444,124.47,3.76069,3600,5,0,42,0,1,0,0,0),(127193,29630,604,3,1,2955,0,1775.8,608.972,124.468,4.75527,3600,5,0,42,0,1,0,0,0),(127194,29630,604,3,1,1987,0,1782.98,615.309,124.469,0.597001,3600,5,0,42,0,1,0,0,0),(127195,29630,604,3,1,2954,0,1777.63,617.646,124.258,3.10957,3600,5,0,42,0,1,0,0,0),(127196,29630,604,3,1,1987,0,1776.15,620.681,124.295,0.43687,3600,5,0,42,0,1,0,0,0),(127197,29630,604,3,1,1987,0,1768.69,617.921,124.6,2.09315,3600,5,0,42,0,1,0,0,0),(127198,29630,604,3,1,2954,0,1768.66,612.524,124.47,0.674203,3600,5,0,42,0,1,0,0,0),(127199,29630,604,3,1,2955,0,1762.75,608.699,124.469,2.02496,3600,0,0,42,0,0,0,0,0),(127200,29637,604,3,1,2957,0,1781.97,613.835,124.47,0.869428,180,5,0,180,0,1,0,0,0),(127201,29920,604,3,1,23320,0,1651.26,936.455,107.277,6.02139,3600,0,0,47080,0,0,0,0,0),(127202,29920,604,3,1,23320,0,1643.2,943.617,107.276,0.087266,3600,0,0,47080,0,0,0,0,0),(127203,29920,604,3,1,23320,0,1644.73,936.472,107.288,1.58825,3600,0,0,47080,0,0,0,0,0),(127204,29920,604,3,1,23320,0,1708.48,926.962,116.094,4.86947,3600,0,0,47080,0,0,0,0,0),(127205,29920,604,3,1,23320,0,1701.66,951.026,116.536,4.66003,3600,0,0,47080,0,0,0,0,0),(127206,29920,604,3,1,23320,0,1717.3,935.615,117.105,0.668432,3600,5,0,47080,0,1,0,0,0),(127207,29931,604,3,1,26265,0,1865.06,742.781,136.401,3.14159,3600,0,0,91032,0,0,0,0,0),(127208,29682,604,3,1,11686,0,1783.81,646.637,133.948,3.71755,3600,0,0,10282,0,0,0,0,0),(127209,29682,604,3,1,11686,0,1775.03,606.586,134.165,1.43117,3600,0,0,10282,0,0,0,0,0),(127210,29682,604,3,1,11686,0,1717.39,630.041,129.282,5.96903,3600,0,0,10282,0,0,0,0,0),(127211,29682,604,3,1,11686,0,1765.66,646.542,134.02,5.11381,3600,0,0,10282,0,0,0,0,0),(127212,29682,604,3,1,11686,0,1716.76,635.159,129.282,0.191986,3600,0,0,10282,0,0,0,0,0),(127213,22517,604,3,1,16925,0,1942.3,744.085,151.475,5.88176,3600,0,0,4120,0,0,0,0,0),(127214,28684,601,3,1,27394,0,529.56,646.233,777.408,1.53589,86400,0,0,164500,46854,0,0,0,0),(127215,14881,601,3,1,9829,0,436.409,792.361,829.125,2.98771,3600,5,0,8,0,1,0,0,0),(127216,14881,601,3,1,1160,0,583.842,509.278,697.319,5.16617,3600,0,0,8,0,0,0,0,0),(1971032,27737,595,3,1,0,0,2436.67,1424.69,130.818,1.31655,300,10,0,630,0,1,0,0,0),(127218,14881,601,3,1,1160,0,612.364,511.997,695.234,3.26377,3600,0,0,8,0,0,0,0,0),(127219,14881,601,3,1,2536,0,576.619,590.862,728.553,5.55015,3600,0,0,8,0,0,0,0,0),(127220,14881,601,3,1,1160,0,526.261,503.464,753.875,1.39626,3600,0,0,8,0,0,0,0,0),(127222,14881,601,3,1,2536,0,535.421,638.756,777.414,2.02458,3600,0,0,8,0,0,0,0,0),(127223,14881,601,3,1,14952,0,430.387,764.762,825.729,3.22704,3600,5,0,8,0,1,0,0,0),(127224,14881,601,3,1,2536,0,553.963,734.589,777.822,2.28638,3600,0,0,8,0,0,0,0,0),(1971031,27737,595,3,1,0,0,2436.09,1418.17,130.024,3.67667,300,10,0,630,0,1,0,0,0),(1971030,27737,595,3,1,0,0,2440.87,1421.04,130.259,4.47778,300,10,0,630,0,1,0,0,0),(127229,28732,601,3,1,23567,0,541.26,701.834,776.906,1.01229,3600,0,0,38440,0,0,0,0,0),(127230,28732,601,3,1,23567,0,536.284,747.258,790.701,2.93958,3600,0,0,38440,0,2,0,0,0),(1971029,27737,595,3,1,0,0,2444.83,1427.74,130.938,3.9123,300,10,0,630,0,1,0,0,0),(1971028,27737,595,3,1,0,0,2452.46,1434.03,131.739,3.66882,300,10,0,630,0,1,0,0,0),(1971027,27737,595,3,1,0,0,2458.84,1437.85,131.663,1.62286,300,10,0,630,0,1,0,0,0),(127235,28734,601,3,1,25237,0,536.069,700.067,776.654,0.925025,3600,0,0,38440,0,0,0,0,0),(90188,22515,628,3,1,0,0,1234.3,-688.299,49.223,4.67748,7200,0,0,1,0,0,0,0,0),(127237,32593,601,3,1,25656,0,520.963,542.722,646.928,2.26893,7200,0,0,200,0,0,0,0,0),(127238,32593,601,3,1,25656,0,538.781,558.484,646.613,1.02974,7200,0,0,200,0,0,0,0,0),(127239,32593,601,3,1,25656,0,511.913,546.701,651.428,4.71239,7200,0,0,200,0,0,0,0,0),(127240,32593,601,3,1,25656,0,512.156,528.7,653.374,0.959931,7200,0,0,200,0,0,0,0,0),(127241,32593,601,3,1,25656,0,555.423,540.56,653.753,0.820305,7200,0,0,200,0,0,0,0,0),(127242,32593,601,3,1,25656,0,536.011,521.226,655.528,4.67748,7200,0,0,200,0,0,0,0,0),(127243,32593,601,3,1,25656,0,506.604,517.441,656.273,0.506145,7200,0,0,200,0,0,0,0,0),(127244,32593,601,3,1,25656,0,505.042,530.552,652.59,1.46608,7200,0,0,200,0,0,0,0,0),(127245,32593,601,3,1,25656,0,548.233,551.504,648.029,3.07178,7200,0,0,200,0,0,0,0,0),(127246,32593,601,3,1,25656,0,526.768,525.102,654.557,1.79769,7200,0,0,200,0,0,0,0,0),(127247,32593,601,3,1,25656,0,557.715,528.06,653.596,1.81514,7200,0,0,200,0,0,0,0,0),(127248,32593,601,3,1,25656,0,550.214,545.901,650.074,6.00393,7200,0,0,200,0,0,0,0,0),(127249,32593,601,3,1,25656,0,543.068,528.192,652.6,3.33358,7200,0,0,200,0,0,0,0,0),(127250,32593,601,3,1,25656,0,561.297,523.624,655.248,2.1293,7200,0,0,200,0,0,0,0,0),(127251,32593,601,3,1,25656,0,532.665,560.074,646.415,1.23918,7200,0,0,200,0,0,0,0,0),(127252,32593,601,3,1,25656,0,508.631,536.532,650.661,0.733038,7200,0,0,200,0,0,0,0,0),(127253,32593,601,3,1,25656,0,506.957,543.526,654.215,2.16421,7200,0,0,200,0,0,0,0,0),(127254,32593,601,3,1,25656,0,544.406,546.001,647.921,5.11381,7200,0,0,200,0,0,0,0,0),(127255,32593,601,3,1,25656,0,506.098,547.095,655.432,1.8675,7200,0,0,200,0,0,0,0,0),(127256,32593,601,3,1,25656,0,506.824,539.583,652.8,4.04916,7200,0,0,200,0,0,0,0,0),(127257,32593,601,3,1,25656,0,526.474,514.931,657.295,1.32645,7200,0,0,200,0,0,0,0,0),(127258,32593,601,3,1,25656,0,499.488,520.401,656.427,4.17134,7200,0,0,200,0,0,0,0,0),(127259,32593,601,3,1,25656,0,501.924,524.237,654.676,3.40339,7200,0,0,200,0,0,0,0,0),(127260,32593,601,3,1,25656,0,538.805,553.475,646.046,4.08407,7200,0,0,200,0,0,0,0,0),(127261,32593,601,3,1,25656,0,519.66,553.651,648.079,2.05949,7200,0,0,200,0,0,0,0,0),(127262,32593,601,3,1,25656,0,527.35,529.685,652.271,0.296706,7200,0,0,200,0,0,0,0,0),(127263,32593,601,3,1,25656,0,549.963,529.503,649.584,5.2709,7200,0,0,200,0,0,0,0,0),(127264,32593,601,3,1,25656,0,540.307,535.427,648.9,5.84685,7200,0,0,200,0,0,0,0,0),(127265,32593,601,3,1,25656,0,525.381,536.621,648.403,5.44543,7200,0,0,200,0,0,0,0,0),(127266,32593,601,3,1,25656,0,520.591,549.785,647.506,1.36136,7200,0,0,200,0,0,0,0,0),(127267,32593,601,3,1,25656,0,531.594,564.944,648.3,3.97935,7200,0,0,200,0,0,0,0,0),(127268,32593,601,3,1,25656,0,547.006,538.64,648.665,3.22886,7200,0,0,200,0,0,0,0,0),(127269,32593,601,3,1,25656,0,516.323,547.296,649.452,4.43314,7200,0,0,200,0,0,0,0,0),(127270,32593,601,3,1,25656,0,520.181,529.569,653.787,0.10472,7200,0,0,200,0,0,0,0,0),(127271,32593,601,3,1,25656,0,525.025,543.147,646.372,1.46608,7200,0,0,200,0,0,0,0,0),(129998,29914,571,1,4,0,0,7259.32,-3221.84,837.452,1.06349,120,0,0,50400,0,0,0,0,0),(129997,29914,571,1,4,0,0,7509.03,-3225.78,837.432,2.03661,120,0,0,50400,0,0,0,0,0),(129996,29914,571,1,4,0,0,7515.58,-3137.05,837.452,5.47429,120,0,0,50400,0,0,0,0,0),(129995,29914,571,1,4,0,0,7280.03,-3142.9,837.452,4.41243,120,0,0,50400,0,0,0,0,0),(129994,29914,571,1,4,0,0,7359.28,-3176.45,837.452,1.31954,120,0,0,50400,0,0,0,0,0),(129993,29914,571,1,4,0,0,7429.23,-3187.91,837.452,0.19249,120,0,0,50400,0,0,0,0,0),(1975990,30120,571,1,4,0,0,7201.55,-3622.78,823.52,5.55015,300,0,0,12600,0,0,0,0,0),(1975981,30387,571,1,8,0,0,7190.62,-3549.54,827.918,1.28897,600,0,0,12600,0,0,0,0,0),(1975980,30387,571,1,8,0,0,7235.26,-3480.56,850.328,4.32905,600,0,0,12600,0,0,0,0,0),(1975979,30387,571,1,8,0,0,7171.87,-3564.23,826.705,1.05727,600,0,0,12600,0,0,0,0,0),(1975978,30387,571,1,8,0,0,7181.85,-3561.65,827.102,1.34394,600,0,0,12600,0,0,0,0,0),(1975977,30169,571,1,8,0,0,7138.42,-3553.75,832.279,4.69494,300,0,0,1,0,0,0,0,0),(1975976,30169,571,1,8,0,0,7178.47,-3558.92,827.034,3.35103,300,0,0,1,0,0,0,0,0),(1975975,30169,571,1,8,0,0,7232.06,-3474.28,850.768,3.92699,300,0,0,1,0,0,0,0,0),(142407,30246,571,1,4,0,0,7266.99,-2753.76,870.875,6.23082,180,0,0,9215,0,0,0,0,0),(142408,30246,571,1,4,0,0,7347.33,-2809.35,868.826,0.122173,180,0,0,9215,0,0,0,0,0),(142409,30246,571,1,4,0,0,7215.59,-2712.18,895.99,0.034907,180,0,0,9215,0,0,0,0,0),(142410,30246,571,1,4,0,0,7393.33,-2841.03,888.614,6.14356,180,0,0,9215,0,0,0,0,0),(1975913,30422,571,1,4,0,0,7082.68,-2112.98,758.537,3.60123,300,0,0,12175,0,0,0,0,0),(1975912,30422,571,1,4,0,0,7188.82,-2320.21,757.813,-1.87154,300,0,0,12175,0,0,0,0,0),(1975911,30260,571,1,4,0,0,7077.88,-2078.98,759.218,1.99469,300,0,0,11379,0,0,0,0,0),(1975910,30260,571,1,4,0,0,7133.88,-2039.53,771.902,3.57334,300,0,0,11379,0,0,0,0,0),(1975909,30260,571,1,4,0,0,7041.36,-1981.59,776.354,0.266033,300,0,0,11379,0,0,0,0,0),(1975908,30260,571,1,4,0,0,7106.01,-1988.13,771.455,4.35011,300,0,0,11379,0,0,0,0,0),(1975907,30260,571,1,4,0,0,7028.51,-2077.67,753.23,5.25331,300,0,0,11379,0,0,0,0,0),(1975906,30260,571,1,4,0,0,7071.03,-2168.81,760.815,0.91791,300,0,0,11379,0,0,0,0,0),(1975925,30422,571,1,4,0,0,7149.57,-2163.88,761.147,2.97457,300,0,0,12175,0,0,0,0,0),(1975924,30422,571,1,4,0,0,7194.98,-2195.57,761.949,-0.387345,300,0,0,12175,0,0,0,0,0),(1975923,30422,571,1,4,0,0,7157.35,-2262.32,761.623,0.494206,300,0,0,12175,0,0,0,0,0),(1975922,30422,571,1,4,0,0,7252.51,-2230.52,760.183,3.20023,300,0,0,12175,0,0,0,0,0),(127338,29335,601,3,1,23565,0,543.656,694.312,775.677,1.16937,3600,0,0,30752,7500,0,0,0,0),(127339,29335,601,3,1,23565,0,534.907,742.652,789.386,6.08117,3600,0,0,30752,7500,2,0,0,0),(1975921,30422,571,1,4,0,0,7123.43,-2085.57,764.362,5.11831,300,0,0,12175,0,0,0,0,0),(142379,30320,571,1,4,26331,0,7311.83,-2530.07,749.488,2.87671,300,0,0,60875,0,0,0,0,0),(142378,30320,571,1,4,26331,0,7401.46,-2522.13,749.245,5.24142,300,0,0,60875,0,0,0,0,0),(142377,30262,571,1,4,24531,1,7407.6,-2934.94,847.905,1.95477,300,0,0,75600,0,0,0,0,0),(142376,30262,571,1,4,24531,1,7394.44,-2524.73,749.249,5.16889,300,0,0,73050,0,0,0,0,0),(142375,30262,571,1,4,24531,1,7431.13,-2429.4,753.04,4.09782,300,0,0,73050,0,0,0,0,0),(142374,30262,571,1,4,24531,1,7239.24,-2638.54,753.62,5.48033,300,0,0,75600,0,0,0,0,0),(142373,30262,571,1,4,24531,1,7288.75,-2579.84,750.516,1.13446,300,0,0,75600,0,0,0,0,0),(142372,30262,571,1,4,24531,1,7419.77,-2885.54,823.037,1.64061,300,0,0,75600,0,0,0,0,0),(142371,30262,571,1,4,24531,1,7303.96,-2519.59,750.318,2.88288,300,0,0,75600,0,0,0,0,0),(142370,30262,571,1,4,24531,1,7327.04,-2396.17,749.132,0.84682,300,0,0,75600,0,0,0,0,0),(142369,30262,571,1,4,24531,1,7206.07,-2828.19,824.699,1.46608,300,0,0,73050,0,0,0,0,0),(142368,30262,571,1,4,24531,1,7241.71,-2883.89,824.505,5.93024,300,0,0,73050,0,0,0,0,0),(142367,30262,571,1,4,24531,1,7450.26,-2713.95,809.15,4.57385,300,0,0,73050,0,0,0,0,0),(142366,30262,571,1,4,24531,1,7126.99,-2749.76,786.682,0.261799,300,0,0,73050,0,0,0,0,0),(142365,30262,571,1,4,24531,1,7125.52,-2690.9,786.766,0.244346,300,0,0,75600,0,0,0,0,0),(142364,30262,571,1,4,24531,1,7316.17,-2635.26,814.969,3.28639,300,0,0,75600,0,0,0,0,0),(142363,30262,571,1,4,24531,1,7305.37,-2755.09,775.266,1.22173,300,0,0,73050,0,0,0,0,0),(142362,30262,571,1,4,24531,1,7200.93,-2751.15,777.517,1.58738,300,0,0,73050,0,0,0,0,0),(1975974,30169,571,1,8,0,0,7206.62,-3482,833.563,3.28122,300,0,0,1,0,0,0,0,0),(14,30156,571,1,1,0,0,5776.66,-2989.06,278.983,0.401426,120,0,0,1,0,0,0,0,0),(13,30140,571,1,1,0,0,5791.28,-3021.8,286.468,4.55016,120,5,0,1,0,1,0,0,0),(125640,30098,571,1,1,0,0,5815.2,-2890.65,307.307,1.96251,120,0,0,1,0,2,0,0,0),(125639,30098,571,1,1,0,0,5714.73,-2993.39,296.461,1.6297,120,0,0,1,0,2,0,0,0),(125638,30193,571,1,1,0,0,5836.93,-2924.02,307.44,3.96505,120,0,0,1,0,0,0,0,0),(125637,30193,571,1,1,0,0,5810.12,-2898.16,303.629,4.35976,120,0,0,1,0,0,0,0,0),(125636,30193,571,1,1,0,0,5715.79,-2945.01,296.551,5.46288,120,0,0,1,0,0,0,0,0),(125635,30193,571,1,1,0,0,5696.1,-2968.27,300.281,0.0349066,120,0,0,1,0,0,0,0,0),(125634,30193,571,1,1,0,0,5868.51,-2990.32,307.44,3.1279,120,0,0,1,0,0,0,0,0),(125633,30193,571,1,1,0,0,5856.42,-2985.14,303.629,3.08923,120,0,0,1,0,0,0,0,0),(125632,30193,571,1,1,0,0,5865.15,-3003.39,303.629,3.12414,120,0,0,1,0,0,0,0,0),(125631,30193,571,1,1,0,0,5742.44,-3050.17,296.551,0.523599,120,0,0,1,0,0,0,0,0),(125630,30193,571,1,1,0,0,5855.14,-2997.22,300.281,3.7001,120,0,0,1,0,0,0,0,0),(127376,23472,601,3,1,16925,0,581.448,608.841,739.405,1.72788,3600,0,0,4120,0,0,0,0,0),(127377,23472,601,3,1,16925,0,477.016,618.4,771.515,2.35619,3600,0,0,4120,0,0,0,0,0),(127378,23472,601,3,1,16925,0,583.091,617.371,771.551,0.645772,3600,0,0,4120,0,0,0,0,0),(90186,22515,628,3,1,0,0,1139.5,-779.474,48.735,3.00197,7200,0,0,1,0,0,0,0,0),(127381,4076,601,3,1,2177,0,520.167,695.816,776.1,5.49779,3600,0,0,8,0,0,0,0,0),(127382,4076,601,3,1,2177,0,526.846,539.224,646.452,5.09636,3600,0,0,8,0,0,0,0,0),(127383,4076,601,3,1,2177,0,510.967,743.014,803.759,3.19395,3600,0,0,8,0,0,0,0,0),(127384,4076,601,3,1,2177,0,560.219,523.356,654.451,0.436332,3600,0,0,8,0,0,0,0,0),(127385,4076,601,3,1,2177,0,531.01,528.253,736.958,5.044,3600,0,0,8,0,0,0,0,0),(127386,4076,601,3,1,2177,0,533.159,558.876,646.318,0.034907,3600,0,0,8,0,0,0,0,0),(127387,4076,601,3,1,2177,0,509.866,519.727,655.058,4.7822,3600,0,0,8,0,0,0,0,0),(127388,4076,601,3,1,2177,0,471.45,759.923,823.076,3.90241,3600,5,0,8,0,1,0,0,0),(127389,4076,601,3,1,2177,0,511.666,549.168,651.874,5.71386,3600,5,0,8,0,1,0,0,0),(127390,4076,601,3,1,2177,0,562.785,558.229,728.518,4.38078,3600,0,0,8,0,0,0,0,0),(127391,4076,601,3,1,2177,0,494.476,547.561,738.802,4.45059,3600,0,0,8,0,0,0,0,0),(127392,4076,601,3,1,2177,0,505.562,561.603,734.985,4.01426,3600,0,0,8,0,0,0,0,0),(127393,22515,601,3,1,16925,0,566.164,682.087,769.079,2.21657,3600,0,0,4120,0,0,0,0,0),(127394,22515,601,3,1,16925,0,529.042,706.941,777.298,1.0821,3600,0,0,4120,0,0,0,0,0),(127395,22515,601,3,1,16925,0,489.975,671.239,772.131,0.261799,3600,0,0,4120,0,0,0,0,0),(127396,22515,601,3,1,16925,0,488.556,692.95,771.764,4.88692,3600,0,0,4120,0,0,0,0,0),(127397,22515,601,3,1,16925,0,553.34,640.387,777.419,1.20428,3600,0,0,4120,0,0,0,0,0),(127398,22515,601,3,1,16925,0,517.486,706.398,777.335,5.35816,3600,0,0,4120,0,0,0,0,0),(127399,22515,601,3,1,16925,0,504.01,637.693,777.479,0.506145,3600,0,0,4120,0,0,0,0,0),(127400,22515,601,3,1,16925,0,552.625,706.408,777.177,3.4383,3600,0,0,4120,0,0,0,0,0),(127401,28921,601,3,1,26776,0,557.671,516.684,693.457,-0.459374,86400,0,0,154230,0,0,0,0,0),(90187,22515,628,3,1,0,0,1162.91,-745.908,48.7151,0.139626,7200,0,0,1,0,0,0,0,0),(127403,26624,600,3,1,1693,0,-321.179,-660.245,10.6309,5.43822,3600,0,0,51410,0,2,0,0,0),(127404,26624,600,3,1,1693,0,-318.156,-640.515,11.9514,1.30914,3600,0,0,51410,0,2,0,0,0),(127405,26625,600,3,1,16462,0,-283.39,-722.083,27.2919,1.40479,3600,5,0,42540,0,1,0,0,0),(127406,26625,600,3,1,16462,0,-293.197,-717.089,27.6532,6.17846,3600,5,0,42540,0,1,0,0,0),(127407,26625,600,3,1,16462,0,-282.169,-711.369,27.3754,1.20428,3600,5,0,42540,0,1,0,0,0),(127408,26625,600,3,1,16462,0,-249.107,-721.31,27.5134,2.16421,3600,5,0,42540,0,1,0,0,0),(127409,26625,600,3,1,16462,0,-256.005,-731.801,27.4384,1.64061,3600,5,0,42540,0,1,0,0,0),(127410,26626,600,3,1,24084,1,-398.143,-604.842,1.02487,2.83436,3600,5,0,41128,3466,1,0,0,0),(127411,26626,600,3,1,24084,1,-494.119,-603.978,2.07222,3.19395,3600,0,0,41128,3466,2,0,0,0),(127412,26626,600,3,1,24084,1,-410.943,-603.386,1.02487,3.36148,3600,0,0,41128,3466,2,0,0,0),(127413,26628,600,3,1,19732,0,-533.857,-718.193,30.3297,2.32129,3600,0,0,41128,0,0,0,0,0),(127414,26628,600,3,1,19732,0,-527.679,-693.915,30.3297,5.88176,3600,0,0,41128,0,0,0,0,0),(127415,26628,600,3,1,19732,0,-541.477,-662.748,30.335,5.61996,3600,0,0,41128,0,0,0,0,0),(127416,27909,600,3,1,24925,0,-287.102,-701.242,27.3756,1.23918,3600,0,0,449,0,0,0,0,0),(127417,27909,600,3,1,24925,0,-245.189,-739.558,27.3756,3.07178,3600,0,0,449,0,0,0,0,0),(127418,27909,600,3,1,24925,0,-309.364,-726.181,27.3756,0.244346,3600,0,0,449,0,0,0,0,0),(127419,27909,600,3,1,24925,0,-240.869,-703.865,27.3756,4.06662,3600,0,0,449,0,0,0,0,0),(127420,27909,600,3,1,24925,0,-255.835,-750.027,29.5301,1.51844,3600,0,0,449,0,0,0,0,0),(127421,27909,600,3,1,24925,0,-274.197,-740.713,27.3756,1.37881,3600,0,0,449,0,0,0,0,0),(127422,26630,600,3,1,26352,0,-266.176,-660.147,26.511,0,86400,0,0,220020,0,0,0,0,0),(1972026,37554,668,3,1,0,1,5551.28,2257.2,733.011,1.22009,86400,0,0,5040000,881400,0,0,0,0),(127424,26631,600,3,1,26292,0,-379.27,-737.728,27.3133,4.45059,86400,0,0,176016,3643,0,0,0,0),(127425,26635,600,3,1,27058,1,-324.225,-572.637,11.1032,2.53073,3600,0,0,41128,0,0,0,0,0),(127426,26635,600,3,1,27058,1,-366.904,-607.983,2.34493,2.68781,3600,0,0,41128,0,0,0,0,0),(127427,26635,600,3,1,27058,1,-422.151,-595.673,72.6906,1.41372,3600,0,0,41128,0,0,0,0,0),(127428,26635,600,3,1,27058,1,-417.748,-594.404,72.607,2.57147,3600,0,0,41128,0,0,0,0,0),(127429,26635,600,3,1,27058,1,-334.144,-652.409,11.9155,0.645772,3600,0,0,41128,0,0,0,0,0),(127430,26635,600,3,1,27058,1,-417.421,-604.07,1.10857,2.72271,3600,5,0,41128,0,1,0,0,0),(127431,26635,600,3,1,27058,1,-396.483,-602.198,1.10856,5.61996,3600,0,0,41128,0,0,0,0,0),(127432,26635,600,3,1,27058,1,-312.229,-614.39,72.6891,1.78024,3600,0,0,41128,0,0,0,0,0),(127433,26635,600,3,1,27058,1,-303.239,-612.334,72.6768,2.30383,3600,0,0,41128,0,0,0,0,0),(127434,26635,600,3,1,27058,1,-326.177,-575.824,11.0885,2.3911,3600,0,0,41128,0,0,0,0,0),(127435,26635,600,3,1,27058,1,-363.805,-595.961,2.34491,3.33358,3600,0,0,41128,0,0,0,0,0),(127436,26620,600,3,1,0,1,-523.138,-594.8,1.05,2.33,86400,0,0,44004,0,0,0,768,0),(127437,26620,600,3,1,0,1,-528.33,-600.26,1.59,2.33,86400,0,0,44004,0,0,0,768,0),(127438,26623,600,3,1,26857,1,-449.338,-604.367,72.6887,6.23082,3600,0,0,44004,0,0,0,0,0),(127439,26636,600,3,1,26857,0,-331.04,-658.237,11.007,0.558505,3600,5,0,41128,3466,1,0,0,0),(127440,26636,600,3,1,26857,0,-484.753,-606.694,1.63451,4.29351,3600,5,0,41128,3466,1,0,0,0),(127441,26636,600,3,1,26857,0,-465.429,-599.339,1.68087,6.19592,3600,5,0,41128,3466,1,0,0,0),(127442,26637,600,3,1,26860,1,-499.831,-705.943,30.6214,1.67738,3600,0,0,41128,0,2,0,0,0),(127443,26637,600,3,1,26860,1,-505.321,-683.579,30.3714,1.67738,3600,5,0,41128,0,1,0,0,0),(127444,26637,600,3,1,26860,1,-466.259,-652.304,28.7872,3.10301,3600,0,0,41128,0,2,0,0,0),(127445,26638,600,3,1,27056,1,-439.589,-607.484,91.1077,5.50128,3600,12,0,42540,0,1,0,33555202,0),(127446,26638,600,3,1,27056,1,-458.184,-595.712,93.7567,1.32326,3600,12,0,42540,0,1,0,33555202,0),(127447,26638,600,3,1,27056,1,-442.822,-614.916,87.1659,5.77406,3600,12,0,42540,0,1,0,33555202,0),(127448,26638,600,3,1,27056,1,-400.974,-668.977,26.7255,3.94444,3600,0,0,42540,0,0,0,0,0),(127449,26639,600,3,1,27084,0,-349.462,-586.82,72.7483,5.61996,3600,0,0,42540,21366,0,0,0,0),(127451,26639,600,3,1,27083,0,-342,-591.965,72.6924,3.87463,3600,0,0,42540,21366,0,0,0,0),(127452,26641,600,3,1,19734,0,-543.161,-702.514,30.2544,1.0648,3600,5,0,42540,0,1,0,0,0),(127453,26641,600,3,1,19734,0,-527.818,-659.692,30.9515,2.68781,3600,0,0,42540,0,0,0,0,0),(127454,26641,600,3,1,19734,0,-519.057,-722.682,30.3297,2.98451,3600,0,0,42540,0,0,0,0,0),(127455,26641,600,3,1,19734,0,-541.597,-674.519,30.3443,1.16937,3600,0,0,42540,0,0,0,0,0),(127456,26641,600,3,1,19734,0,-483.04,-649.001,28.5886,3.10301,3600,0,0,42540,0,2,0,0,0),(127457,26641,600,3,1,19734,0,-483.273,-654.997,28.5902,3.10301,3600,0,0,42540,0,2,0,0,0),(127458,14881,600,3,1,14952,0,-250.603,-676.747,26.5319,1.6696,3600,5,0,8,0,1,0,0,0),(127459,14881,600,3,1,2536,0,-260.9,-696.781,27.0534,6.01265,3600,5,0,8,0,1,0,0,0),(127460,14881,600,3,1,1160,0,-302.188,-704.92,27.2919,3.1007,3600,5,0,8,0,1,0,0,0),(127461,14881,600,3,1,9829,0,-495.313,-728.646,30.3714,5.96539,3600,5,0,8,0,1,0,0,0),(127462,14881,600,3,1,1160,0,-233.479,-621.884,64.6839,6.25615,3600,5,0,8,0,1,0,0,0),(127463,14881,600,3,1,1160,0,-537.221,-566.03,1.8656,5.78825,3600,5,0,8,0,1,0,0,0),(127464,14881,600,3,1,9829,0,-296.959,-612.787,72.5414,3.90703,3600,5,0,8,0,1,0,0,0),(127465,14881,600,3,1,2536,0,-273.983,-577.875,5.38336,5.06308,3600,5,0,8,0,1,0,0,0),(127466,14881,600,3,1,14952,0,-514.682,-660.019,30.7302,2.95887,3600,5,0,8,0,1,0,0,0),(127467,14881,600,3,1,1160,0,-275.649,-667.17,101.827,6.0493,3600,5,0,8,0,1,0,0,0),(127468,14881,600,3,1,14952,0,-542.526,-562.355,1.02489,3.41055,3600,5,0,8,0,1,0,0,0),(127469,14881,600,3,1,2536,0,-233.163,-736.033,116.471,0.632192,3600,5,0,8,0,1,0,0,0),(127470,14881,600,3,1,14952,0,-373.319,-601.733,72.7024,0.261799,3600,0,0,8,0,0,0,0,0),(127471,27431,600,3,1,27075,1,-346.224,-610.903,72.6013,6.23693,3600,0,0,44004,0,2,0,0,0),(127476,26675,600,3,1,17188,0,-297.317,-750.068,30.7455,1.27409,3600,5,0,8982,0,1,0,0,0),(127477,26675,600,3,1,17188,0,-227.487,-725.508,30.3045,3.01942,3600,5,0,8982,0,1,0,0,0),(133982,36970,672,15,1,0,0,9.26111,-22.7322,21.8455,5.86431,604800,0,0,1,0,0,0,0,0),(1975882,30696,571,1,1,0,0,6443.02,3270.34,638.257,0.255374,300,0,0,1,0,0,0,0,0),(1975881,30696,571,1,1,0,0,6406.84,3209.69,640.051,0.642571,300,0,0,1,0,0,0,0,0),(1975880,30696,571,1,1,0,0,6411.71,3252.44,638.859,6.0469,300,0,0,1,0,0,0,0,0),(1975879,30696,571,1,1,0,0,6480.82,3201.6,649.883,1.70282,300,0,0,1,0,0,0,0,0),(1975878,30696,571,1,1,0,0,6546.37,3290.01,668.806,2.44839,300,0,0,1,0,0,0,0,0),(1975877,30696,571,1,1,0,0,6557.18,3301.06,668.428,2.90548,300,0,0,1,0,0,0,0,0),(1975876,30696,571,1,1,0,0,6531.15,3237.26,666.749,3.86525,300,0,0,1,0,0,0,0,0),(1975875,30696,571,1,1,0,0,6509.06,3271.28,664.675,3.28798,300,0,0,1,0,0,0,0,0),(1975874,30696,571,1,1,0,0,6508.72,3323.12,665.426,2.60939,300,0,0,1,0,0,0,0,0),(127489,2110,600,3,1,1141,0,-340.074,-741.833,28.5926,4.29118,3600,5,0,1,0,1,0,0,0),(127490,2110,600,3,1,1141,0,-241.019,-628.621,90.7827,3.71989,3600,5,0,1,0,1,0,0,0),(127491,2110,600,3,1,1141,0,-458.902,-645.344,28.5437,3.00197,3600,0,0,1,0,0,0,0,0),(127492,2110,600,3,1,1141,0,-314.992,-682.192,11.8372,6.12992,3600,5,0,1,0,1,0,0,0),(127493,28492,600,3,1,19595,0,-234.156,-673.285,131.933,2.40855,3600,0,0,4979,0,0,0,0,0),(127494,28492,600,3,1,19595,0,-237.234,-676.253,138.792,3.31613,3600,0,0,4979,0,0,0,0,0),(127495,28492,600,3,1,19595,0,-237.131,-698.678,131.255,1.58825,3600,0,0,4979,0,0,0,0,0),(127496,28492,600,3,1,19595,0,-235.804,-680.281,131.936,6.17846,3600,0,0,4979,0,0,0,0,0),(127497,28492,600,3,1,19595,0,-241.565,-675.446,131.932,0.750492,3600,0,0,4979,0,0,0,0,0),(247227,10808,329,1,1,0,0,3651.62,-3190.08,126.96,0,300,0,0,22968,0,0,0,0,0),(127501,26712,600,3,17,17188,0,-392.455,-724.809,32.3213,5.35816,3600,0,0,8982,0,0,0,0,0),(127500,26712,600,3,9,17188,0,-392.123,-750.941,32.3213,0.680678,3600,0,0,8982,0,0,0,0,0),(127499,26712,600,3,5,17188,0,-365.368,-751.128,32.3213,2.35619,3600,0,0,8982,0,0,0,0,0),(127507,27483,600,3,1,5240,0,-544.874,-696.974,30.2951,4.06062,86400,0,0,220020,0,2,0,0,0),(127508,27490,600,3,1,7897,0,-407.254,-677.073,70.2256,1.57653,3600,0,0,10282,0,2,0,0,0),(127509,27490,600,3,1,7897,0,-409.416,-663.914,62.3926,5.05471,3600,0,0,10282,0,2,0,0,0),(127510,27490,600,3,1,7897,0,-406.932,-676.956,66.5311,6.11929,3600,0,0,10282,0,2,0,0,0),(127511,27490,600,3,1,7897,0,-410.857,-673.019,72.7258,4.78661,3600,0,0,10282,0,2,0,0,0),(127512,27490,600,3,1,7897,0,-409.299,-663.433,58.0031,6.1917,3600,0,0,10282,0,2,0,0,0),(127513,27490,600,3,1,7897,0,-412.723,-650.845,38.5179,5.66989,3600,0,0,10282,0,2,0,0,0),(1972031,32200,668,3,1,0,0,5274.61,1691.75,793.158,0,86400,0,0,1,0,0,0,0,0),(1972030,37014,668,3,1,0,0,5321.39,1758.07,770.419,3.70108,86400,0,0,1,0,0,0,0,0),(1972029,37014,668,3,1,0,0,5445.09,1881.48,752.654,4.13302,86400,0,0,1,0,0,0,0,0),(1975873,30696,571,1,1,0,0,6548.17,3347.47,665.252,1.82478,300,0,0,1,0,0,0,0,0),(53926,30352,571,1,1,0,1,5802.89,490.799,657.354,5.60251,120,0,0,1,0,0,0,0,0),(53925,30352,571,1,1,0,1,5801.25,492.336,657.376,5.60251,120,0,0,1,0,0,0,0,0),(53924,30352,571,1,1,0,1,5805.08,492.97,657.2,5.5846,120,0,0,1,0,0,0,0,0),(53923,30352,571,1,1,0,1,5803.51,494.766,657.211,5.54129,120,0,0,1,0,0,0,0,0),(53922,30755,571,1,1,0,1,5849.62,476.429,657.703,3.22284,120,0,0,1,0,0,0,0,0),(53921,30755,571,1,1,0,1,5845.83,475.846,657.717,3.29867,120,0,0,1,0,0,0,0,0),(1972028,37014,668,3,1,0,0,5504.2,1974.7,737.318,4.04659,86400,0,0,1,0,0,0,0,0),(53920,30755,571,1,1,0,1,5848.49,480.568,657.628,3.36848,120,0,0,1,0,0,0,0,0),(53919,30755,571,1,1,0,1,5844.8,479.632,657.649,3.35103,120,0,0,1,0,0,0,0,0),(142716,27624,0,1,1,0,0,-472.925,1495.71,18.3354,0.577431,300,0,0,28830,0,0,0,0,0),(142715,27619,0,1,1,0,0,-462.81,1491.7,17.2292,1.65734,300,0,0,96100,3309,0,0,0,0),(142714,27618,0,1,1,0,0,-471.433,1500.51,18.4603,0.024287,300,0,0,28830,0,0,0,0,0),(142713,27616,0,1,1,0,0,-458.712,1504.8,16.9815,3.93558,300,0,0,29820,0,0,0,0,0),(142712,27620,0,1,1,0,0,-463.526,1499.51,20.4721,1.55035,300,0,0,10635,0,0,0,0,0),(142710,24439,571,1,1,24780,0,2068.71,-3318.71,98.2312,5.72468,120,0,0,42,0,0,0,0,0),(142709,24439,571,1,1,24780,0,1996.73,-3323.91,99.7794,5.53269,120,0,0,42,0,0,0,0,0),(1972027,37014,668,3,1,0,0,5550.62,2079.75,731.715,4.32146,86400,0,0,1,0,0,0,0,0),(1972025,36954,668,3,1,0,1,5553.07,2261.91,733.011,4.23995,86400,0,0,27890000,0,0,0,0,0),(127541,15475,600,3,1,8971,0,-338.458,-592.513,11.0578,3.83972,3600,0,0,8,0,0,0,0,0),(127542,15475,600,3,1,15467,0,-453.922,-598.991,2.08077,3.735,3600,0,0,8,0,0,0,0,0),(127543,15475,600,3,1,15468,0,-252.946,-653.047,26.5337,4.26864,3600,5,0,8,0,1,0,0,0),(127544,15475,600,3,1,15467,0,-258.474,-580.993,11.091,2.33874,3600,0,0,8,0,0,0,0,0),(127545,15475,600,3,1,7511,0,-534.195,-585.734,1.02488,0.699487,3600,5,0,8,0,1,0,0,0),(127546,15475,600,3,1,15468,0,-412.706,-724.789,28.5803,1.53972,3600,5,0,8,0,1,0,0,0),(127547,15475,600,3,1,8971,0,-518.825,-535.869,11.014,5.5046,3600,0,0,8,0,0,0,0,0),(127548,15475,600,3,1,8971,0,-348.571,-721.062,28.6698,5.68977,3600,0,0,8,0,0,0,0,0),(127549,15475,600,3,1,15468,0,-349.219,-767.229,28.6717,0.15708,3600,0,0,8,0,0,0,0,0),(127550,15475,600,3,1,15467,0,-475.409,-614.805,72.6077,4.31991,3600,5,0,8,0,1,0,0,0),(127551,15475,600,3,1,7511,0,-331.705,-635.345,11.7815,3.24906,3600,5,0,8,0,1,0,0,0),(127552,26830,600,3,1,27062,1,-282.754,-699.717,101.747,4.82981,3600,0,0,44004,3643,2,0,0,0),(127553,26830,600,3,1,27062,1,-390.734,-608.27,72.6074,3.18088,3600,0,0,44004,3643,2,0,0,0),(127554,26830,600,3,1,27062,1,-276.577,-738.836,101.884,2.05949,3600,0,0,44004,3643,0,0,0,0),(127555,26830,600,3,1,27062,1,-274.13,-729.374,101.884,3.08923,3600,0,0,44004,3643,0,0,0,0),(127556,26830,600,3,1,27062,1,-288.489,-699.538,101.916,1.58825,3600,0,0,44004,3643,0,0,0,0),(127557,26830,600,3,1,27062,1,-277.256,-698.638,101.892,1.79769,3600,0,0,44004,3643,0,0,0,0),(127558,27871,600,3,1,829,0,-302.973,-670.176,11.0072,0.296706,3600,0,0,41128,0,0,0,0,0),(127559,27871,600,3,1,829,0,-328.518,-662.668,11.0072,1.8326,3600,0,0,41128,0,0,0,0,0),(127560,27871,600,3,1,829,0,-319.276,-647.984,11.0072,2.28638,3600,0,0,41128,0,0,0,0,0),(127561,4075,600,3,1,1418,0,-482.468,-611.591,2.4354,1.03359,3600,5,0,8,0,1,0,0,0),(127562,4075,600,3,1,1418,0,-379.181,-592.562,2.44651,5.34511,3600,5,0,8,0,1,0,0,0),(247115,37011,631,15,1,0,0,-175,2215,35.23,0,86400,0,0,478800,0,0,0,0,0),(247114,37011,631,15,1,0,0,-175,2215,35.23,0,86400,0,0,478800,0,0,0,0,0),(127567,26620,600,3,1,0,1,-304.105,-651.344,11.0072,3.05433,3600,0,0,44004,0,0,0,33555206,0),(127568,26620,600,3,1,0,1,-320.95,-646.586,11.0072,0.750492,3600,0,0,44004,0,0,0,33555206,0),(127569,26620,600,3,1,0,1,-329.223,-660.171,11.0072,3.735,3600,0,0,44004,0,0,0,33555206,0),(127570,26620,600,3,1,0,1,-308.788,-669.373,10.4644,4.99164,3600,0,0,44004,0,0,0,33555206,0),(127571,26620,600,3,1,0,1,-323.614,-661.262,10.4644,1.88496,3600,0,0,44004,0,0,0,33555206,0),(127572,26620,600,3,1,0,1,-473.99,-597.227,1.10856,0.034907,3600,0,0,44004,0,0,0,33555206,0),(127573,26620,600,3,1,0,1,-279.785,-585.387,5.46828,0.541052,3600,0,0,44004,0,0,0,33555206,0),(127574,26620,600,3,1,0,1,-271.217,-580.668,5.88204,5.044,3600,0,0,44004,0,0,0,33555206,0),(127575,26620,600,3,1,0,1,-480.647,-607.138,1.89992,2.16421,3600,0,0,44004,0,0,0,33555206,0),(127576,26620,600,3,1,0,1,-491.392,-599.432,1.17843,2.77507,3600,0,0,44004,0,0,0,33555206,0),(127577,26620,600,3,1,0,1,-260.846,-566.985,11.0544,3.47321,3600,0,0,44004,0,0,0,33555206,0),(127578,26620,600,3,1,0,1,-304.88,-608.252,72.6632,5.09636,3600,0,0,44004,0,0,0,0,0),(127579,26620,600,3,1,0,1,-312.622,-610.606,72.6898,4.83456,3600,0,0,44004,0,0,0,0,0),(127580,26620,600,3,1,0,1,-420.834,-592.426,72.6908,5.07891,3600,0,0,44004,0,0,0,0,0),(127582,26620,600,3,1,0,1,-342.092,-597.737,72.6076,4.00869,3600,0,0,44004,0,2,0,0,0),(127583,26620,600,3,1,0,1,-315.299,-654.603,10.4644,1.5708,3600,0,0,44004,0,0,0,33555206,0),(127584,26620,600,3,1,0,1,-301.034,-669.4,11.0072,4.24115,3600,0,0,44004,0,0,0,33555206,0),(127585,26620,600,3,1,0,1,-395.46,-598.685,1.10819,3.07178,3600,0,0,44004,0,0,0,33555206,0),(127586,26620,600,3,1,0,1,-291.651,-598.077,11.0546,5.75959,3600,0,0,44004,0,0,0,33555206,0),(127587,26620,600,3,1,0,1,-463.042,-604.845,1.15856,3.22886,3600,0,0,44004,0,0,0,33555206,0),(127588,26620,600,3,1,0,1,-240.334,-583.733,11.1256,5.67232,3600,0,0,44004,0,0,0,33555206,0),(127589,26620,600,3,1,0,1,-439.773,-611.647,72.6887,3.9968,3600,0,0,44004,0,0,0,0,0),(127590,26620,600,3,1,0,1,-445.314,-602.89,72.6887,3.9619,3600,0,0,44004,0,0,0,0,0),(127591,26620,600,3,1,0,1,-337.215,-586.281,72.754,4.10152,3600,0,0,44004,0,0,0,0,0),(127592,26620,600,3,1,0,1,-247.832,-578.732,11.1271,3.82227,3600,0,0,44004,0,0,0,33555206,0),(127593,26620,600,3,1,0,1,-416.224,-599.224,1.10835,3.80482,3600,0,0,44004,0,0,0,33555206,0),(127594,26620,600,3,1,0,1,-390.072,-604.201,1.10857,4.67748,3600,0,0,44004,0,0,0,33555206,0),(127595,26620,600,3,1,0,1,-318.749,-579.375,11.0909,0.802851,3600,0,0,44004,0,0,0,33555206,0),(127596,26626,600,3,1,0,1,-515.853,-603.945,1.025,2.451,86400,0,0,41128,3466,0,0,2,0),(127597,26620,600,3,1,0,1,-261.222,-582.171,11.0867,1.79769,3600,0,0,44004,0,0,0,33555206,0),(127598,26620,600,3,1,0,1,-265.324,-560.775,11.0579,0.087266,3600,0,0,44004,0,0,0,33555206,0),(127599,26620,600,3,1,0,1,-301.755,-580.395,11.0912,3.85718,3600,0,0,44004,0,0,0,33555206,0),(127600,26620,600,3,1,0,1,-403.097,-606.573,1.10856,3.97935,3600,0,0,44004,0,0,0,33555206,0),(127601,26620,600,3,1,0,1,-426.619,-603.45,1.10856,0.418879,3600,0,0,44004,0,0,0,33555206,0),(127602,26620,600,3,1,0,1,-277.064,-575.627,5.45893,3.75246,3600,0,0,44004,0,0,0,33555206,0),(127603,26620,600,3,1,0,1,-414.047,-607.941,1.10857,2.18166,3600,0,0,44004,0,0,0,33555206,0),(127604,26621,600,3,1,24994,0,-307.038,-667.613,10.4644,3.80482,3600,0,0,39760,0,0,0,0,0),(127605,26621,600,3,1,24994,0,-299.602,-667.842,11.0072,4.01426,3600,0,0,39760,0,0,0,0,0),(127606,26621,600,3,1,24994,0,-325.124,-658.878,10.4644,5.5676,3600,0,0,39760,0,0,0,0,0),(127607,26621,600,3,1,24994,0,-329.342,-658.383,11.0072,4.59022,3600,0,0,39760,0,0,0,0,0),(127608,26621,600,3,1,24994,0,-322.715,-647.594,11.0072,0.471239,3600,0,0,39760,0,0,0,0,0),(127609,26621,600,3,1,24994,0,-317.466,-652.485,10.4644,6.00393,3600,0,0,39760,0,0,0,0,0),(127610,26622,600,3,1,1955,0,-407.771,-674.633,26.7257,4.67748,3600,0,0,5318,0,0,0,0,0),(127611,26622,600,3,1,1955,0,-405.445,-663.396,26.7257,4.92183,3600,0,0,5318,0,0,0,0,0),(127612,26622,600,3,1,1955,0,-406.554,-695.026,28.5741,1.85261,3600,0,0,5318,0,2,0,0,0),(127613,26622,600,3,1,1955,0,-420.603,-665.914,27.2692,3.57565,3600,0,0,5318,0,2,0,0,0),(127614,26622,600,3,1,1955,0,-392.227,-677.325,26.642,2.15834,3600,0,0,5318,0,2,0,0,0),(127615,26622,600,3,1,1955,0,-416.414,-662.198,26.643,4.96839,3600,0,0,5318,0,2,0,0,0),(127616,26622,600,3,1,1955,0,-398.44,-682.387,26.7257,3.92699,3600,0,0,5318,0,0,0,0,0),(127617,26623,600,3,1,7847,1,-445.584,-614.164,72.6887,0.383972,3600,0,0,44004,0,0,0,0,0),(1971314,16082,533,3,1,0,0,3175.42,-3134.86,293.34,4.284,300,0,0,17010,0,0,0,0,0),(1971313,16082,533,3,1,0,0,3154.25,-3125.7,293.43,4.47694,300,0,0,17010,0,0,0,0,0),(1971312,16082,533,3,1,0,0,3128.59,-3118.81,293.346,4.76754,300,0,0,17010,0,0,0,0,0),(127631,16400,533,3,1,11686,0,3223.02,-3218.73,316.371,0.760995,3600,0,0,17010,0,0,0,0,0),(127632,16400,533,3,1,11686,0,3208.17,-3234.59,315.457,0.742117,3600,0,0,17010,0,0,0,0,0),(127633,16400,533,3,1,11686,0,3178.61,-3263.67,316.428,0.783571,3600,0,0,17010,0,0,0,0,0),(127634,16400,533,3,1,11686,0,3217.32,-3224.75,316.058,0.825181,3600,0,0,17010,0,0,0,0,0),(127635,16400,533,3,1,11686,0,3190.63,-3252.56,315.568,3.91208,3600,0,0,17010,0,0,0,0,0),(127636,16400,533,3,1,11686,0,3244.75,-3198.74,317.365,3.95566,3600,0,0,17010,0,0,0,0,0),(127637,16400,533,3,1,11686,0,3246.76,-3193.86,317.33,3.83134,3600,0,0,17010,0,0,0,0,0),(127638,16145,533,3,1,0,1,2789.78,-3169.88,298.229,0.645772,3600,0,0,156396,0,0,0,0,0),(127639,16145,533,3,1,0,1,2797.25,-3396.84,267.769,2.07694,3600,0,0,156396,0,0,0,0,0),(127640,16145,533,3,1,0,1,2556.95,-3294.9,267.593,4.71988,3600,0,0,156396,0,2,0,0,0),(127641,16145,533,3,1,0,1,2540.55,-3209.82,240.526,1.10976,3600,0,0,156396,0,2,0,0,0),(127642,16145,533,3,1,0,1,2781.68,-2973.13,240.527,3.47358,3600,0,0,156396,0,2,0,0,0),(127643,16145,533,3,1,0,1,2602.49,-3027.26,242.547,5.46288,3600,0,0,156396,0,0,0,0,0),(127644,16145,533,3,1,0,1,2597.28,-3031.65,242.517,5.55015,3600,0,0,156396,0,0,0,0,0),(127645,16145,533,3,1,0,1,2584.61,-3100.69,240.525,0.79345,3600,0,0,156396,0,2,0,0,0),(127646,16145,533,3,1,0,1,2890.71,-3318.47,298.229,5.60251,3600,0,0,156396,0,0,0,0,0),(127647,16145,533,3,1,0,1,2863.14,-3303.33,298.15,2.53538,3600,0,0,156396,0,2,0,0,0),(127648,16145,533,3,1,0,1,2867.59,-3304.91,298.15,2.53535,3600,0,0,156396,0,2,0,0,0),(127649,16145,533,3,1,0,1,2871.32,-2985.75,267.593,6.28157,3600,0,0,156396,0,2,0,0,0),(127650,16145,533,3,1,0,1,2819.19,-3162.7,298.229,1.51844,3600,0,0,156396,0,0,0,0,0),(127651,16145,533,3,1,0,1,2836.88,-3203.93,298.309,4.03171,3600,0,0,156396,0,0,0,0,0),(127652,16145,533,3,1,0,1,2881.46,-3199.31,298.232,3.36848,3600,0,0,156396,0,0,0,0,0),(127653,16146,533,3,1,0,1,2813.8,-3156.44,298.229,1.64061,3600,0,0,1,0,0,0,0,0),(127654,16146,533,3,1,0,1,2837.36,-3213.73,298.339,4.11898,3600,0,0,1,0,0,0,0,0),(127655,16146,533,3,1,0,1,2790.88,-3403.02,267.769,2.46091,3600,0,0,1,0,0,0,0,0),(127656,16146,533,3,1,0,1,2556.95,-3294.9,267.593,4.71989,3600,0,0,1,0,2,0,0,0),(127657,16146,533,3,1,0,1,2556.95,-3294.9,267.593,4.72039,3600,0,0,1,0,2,0,0,0),(127658,16146,533,3,1,0,1,2540.55,-3209.82,240.526,1.10969,3600,0,0,1,0,2,0,0,0),(127659,16146,533,3,1,0,1,2540.55,-3209.82,240.526,1.10973,3600,0,0,1,0,2,0,0,0),(127660,16146,533,3,1,0,1,2781.68,-2973.13,240.527,3.48146,3600,0,0,1,0,2,0,0,0),(127661,16146,533,3,1,0,1,2781.68,-2973.13,240.527,3.55611,3600,0,0,1,0,2,0,0,0),(127662,16146,533,3,1,0,1,2606.63,-3023.38,242.495,5.48033,3600,0,0,1,0,0,0,0,0),(127663,16146,533,3,1,0,1,2592.79,-3035.88,242.505,5.37561,3600,0,0,1,0,0,0,0,0),(127664,16146,533,3,1,0,1,2584.61,-3100.69,240.525,0.793456,3600,0,0,1,0,2,0,0,0),(127665,16146,533,3,1,0,1,2584.61,-3100.69,240.525,0.793451,3600,0,0,1,0,2,0,0,0),(127666,16146,533,3,1,0,1,2891.28,-3323.27,298.229,0.907571,3600,0,0,1,0,0,0,0,0),(127667,16146,533,3,1,0,1,2792.94,-3167.93,298.229,3.54302,3600,0,0,1,0,0,0,0,0),(127668,16146,533,3,1,0,1,2828.43,-3176.26,298.148,6.1934,3600,0,0,1,0,2,0,0,0),(127669,16146,533,3,1,0,1,2825.01,-3157.08,298.229,1.32645,3600,0,0,1,0,0,0,0,0),(127670,16146,533,3,1,0,1,2871.32,-2985.75,267.593,6.28157,3600,0,0,1,0,2,0,0,0),(127671,16146,533,3,1,0,1,2871.32,-2985.75,267.593,6.28157,3600,0,0,1,0,2,0,0,0),(127672,16146,533,3,1,0,1,2829.48,-3207.64,298.332,4.15388,3600,0,0,1,0,0,0,0,0),(127673,16146,533,3,1,0,1,2922.04,-3359.7,298.229,6.14356,3600,0,0,1,0,0,0,0,0),(127674,16146,533,3,1,0,1,2933.47,-3349.99,298.229,5.20108,3600,0,0,1,0,0,0,0,0),(127675,16146,533,3,1,0,1,2877.19,-3200.33,298.23,0.558505,3600,0,0,1,0,0,0,0,0),(127681,16154,533,3,1,16927,1,2946.53,-3174.32,273.87,0.541052,3600,8,0,52132,0,1,0,0,0),(127682,16154,533,3,1,16927,1,2873.77,-3160.87,273.87,3.75246,3600,8,0,52132,0,1,0,0,0),(127683,16154,533,3,1,16927,1,2876.42,-3159.13,273.87,0.767945,3600,8,0,52132,0,1,0,0,0),(127684,16154,533,3,1,16927,1,2930.52,-3215.47,273.87,5.02655,3600,8,0,52132,0,1,0,0,0),(127685,16156,533,3,1,0,1,2556.95,-3294.9,267.593,4.7206,3600,0,0,65165,0,2,0,0,0),(127686,16156,533,3,1,0,1,2556.95,-3294.9,267.593,4.72039,3600,0,0,65165,0,2,0,0,0),(127687,16156,533,3,1,0,1,2540.55,-3209.82,240.526,1.10991,3600,0,0,65165,0,2,0,0,0),(127688,16156,533,3,1,0,1,2540.55,-3209.82,240.526,1.10973,3600,0,0,65165,0,2,0,0,0),(127689,16156,533,3,1,0,1,2781.68,-2973.13,240.527,3.59116,3600,0,0,65165,0,2,0,0,0),(127690,16156,533,3,1,0,1,2781.68,-2973.13,240.527,3.55739,3600,0,0,65165,0,2,0,0,0),(127691,16156,533,3,1,0,1,2584.61,-3100.69,240.525,0.793453,3600,0,0,65165,0,2,0,0,0),(127692,16156,533,3,1,0,1,2584.61,-3100.69,240.525,0.793458,3600,0,0,65165,0,2,0,0,0),(127693,16156,533,3,1,0,1,2895.71,-3323.72,298.229,2.1293,3600,0,0,65165,0,0,0,0,0),(127694,16156,533,3,1,0,1,2895.86,-3317.74,298.229,3.9968,3600,0,0,65165,0,0,0,0,0),(127695,16156,533,3,1,0,1,2788.64,-3173.35,298.229,0.942478,3600,0,0,65165,0,0,0,0,0),(127696,16156,533,3,1,0,1,2843.13,-3118.74,273.888,4.66003,3600,0,0,65165,0,0,0,0,0),(127697,16156,533,3,1,0,1,2848.2,-3127.51,273.886,3.735,3600,0,0,65165,0,0,0,0,0),(127698,16156,533,3,1,0,1,2839.46,-3122.94,273.897,0.383972,3600,0,0,65165,0,0,0,0,0),(127699,16156,533,3,1,0,1,2830.43,-3173.26,298.148,6.19339,3600,0,0,65165,0,2,0,0,0),(127700,16156,533,3,1,0,1,2827.43,-3178.26,298.148,6.19339,3600,0,0,65165,0,2,0,0,0),(127701,16156,533,3,1,0,1,2871.32,-2985.75,267.593,6.28157,3600,0,0,65165,0,2,0,0,0),(127702,16156,533,3,1,0,1,2871.32,-2985.75,267.593,6.28157,3600,0,0,65165,0,2,0,0,0),(127703,16156,533,3,1,0,1,2795.52,-3164.92,298.23,4.04916,3600,0,0,65165,0,0,0,0,0),(127704,16156,533,3,1,0,1,2883.54,-3197.06,298.232,3.90954,3600,0,0,65165,0,0,0,0,0),(127705,16156,533,3,1,0,1,2875.98,-3204.17,298.23,1.25664,3600,0,0,65165,0,0,0,0,0),(127706,14881,533,3,1,1160,0,3287.81,-3450.87,287.077,3.4216,3600,5,0,8,0,1,0,0,0),(127707,14881,533,3,1,14952,0,3337.11,-3490.32,287.087,3.53,3600,0,0,8,0,0,0,0,0),(127708,14881,533,3,1,14952,0,3127.2,-3552.16,287.081,1.56623,3600,5,0,8,0,1,0,0,0),(127709,14881,533,3,1,2536,0,3074.22,-3555.82,287.076,2.91462,3600,5,0,8,0,1,0,0,0),(127710,14881,533,3,1,9829,0,3158.75,-3486.43,287.081,3.8418,3600,5,0,8,0,1,0,0,0),(127711,14881,533,3,1,14952,0,3164.67,-3498.03,300.916,3.90346,3600,5,0,8,0,1,0,0,0),(127712,14881,533,3,1,14952,0,3362.31,-3684.58,259.07,5.91014,3600,5,0,8,0,1,0,0,0),(127713,14881,533,3,1,2536,0,3087.85,-3521.07,287.079,5.39293,3600,5,0,8,0,1,0,0,0),(127714,14881,533,3,1,2536,0,2956.81,-3173.99,285.591,1.60566,3600,5,0,8,0,1,0,0,0),(127715,14881,533,3,1,9829,0,3294.54,-3489.41,287.077,0.288907,3600,5,0,8,0,1,0,0,0),(127716,14881,533,3,1,1160,0,3368.19,-3635.1,259.085,3.66266,3600,5,0,8,0,1,0,0,0),(127717,14881,533,3,1,14952,0,3198.91,-3614.88,280.305,3.95935,3600,5,0,8,0,1,0,0,0),(127718,14881,533,3,1,1160,0,3179.61,-3629.73,280.303,4.14412,3600,5,0,8,0,1,0,0,0),(127719,14881,533,3,1,9829,0,2769.76,-3180.84,300.031,1.56921,3600,5,0,8,0,1,0,0,0),(127720,14881,533,3,1,2536,0,3200.08,-3463.78,300.8,0.017622,3600,5,0,8,0,1,0,0,0),(127721,14881,533,3,1,2536,0,3313.28,-3671.11,281.972,3.86845,3600,5,0,8,0,1,0,0,0),(127722,14881,533,3,1,14952,0,3219.68,-3789.26,273.91,5.23516,3600,5,0,8,0,1,0,0,0),(127723,14881,533,3,1,9829,0,3162.43,-3789.12,273.95,6.02155,3600,5,0,8,0,1,0,0,0),(127724,14881,533,3,1,2536,0,2941.87,-3346.26,318.111,4.76577,3600,5,0,8,0,1,0,0,0),(127725,14881,533,3,1,14952,0,3185.17,-3792.45,273.951,4.2457,3600,5,0,8,0,1,0,0,0),(127726,14881,533,3,1,1160,0,2911.67,-3570.2,304.348,1.57032,3600,5,0,8,0,1,0,0,0),(127727,14881,533,3,1,2536,0,3384.41,-3651.55,282.512,1.75656,3600,5,0,8,0,1,0,0,0),(127728,14881,533,3,1,14952,0,3034.9,-3470.6,298.22,5.62082,3600,5,0,8,0,1,0,0,0),(127729,14881,533,3,1,9829,0,3226.91,-3686.06,300.899,1.59974,3600,5,0,8,0,1,0,0,0),(127730,14881,533,3,1,14952,0,3158.45,-3607.72,280.305,5.48026,3600,5,0,8,0,1,0,0,0),(127731,14881,533,3,1,9829,0,3123.39,-3511.76,287.312,4.39118,3600,5,0,8,0,1,0,0,0),(127732,14881,533,3,1,1160,0,3255.24,-3452.69,287.076,0.363795,3600,5,0,8,0,1,0,0,0),(127733,14881,533,3,1,1160,0,3230.74,-3666.8,287.057,3.64395,3600,5,0,8,0,1,0,0,0),(127734,14881,533,3,1,14952,0,3091.63,-3537.93,310.113,3.92356,3600,5,0,8,0,1,0,0,0),(127735,14881,533,3,1,14952,0,3342.3,-3644.27,259.085,6.22306,3600,5,0,8,0,1,0,0,0),(127736,14881,533,3,1,2536,0,3254.85,-3502.14,287.076,4.78578,3600,5,0,8,0,1,0,0,0),(127737,14881,533,3,1,1160,0,3229.92,-3468.46,287.076,1.09541,3600,5,0,8,0,1,0,0,0),(127738,14881,533,3,1,1160,0,3137.56,-3795.61,273.952,4.24697,3600,5,0,8,0,1,0,0,0),(127739,14881,533,3,1,14952,0,3222.88,-3455.11,287.077,2.76664,3600,0,0,8,0,0,0,0,0),(127740,14881,533,3,1,2536,0,2841.98,-3346.14,310.709,5.51024,3600,5,0,8,0,1,0,0,0),(127741,14881,533,3,1,1160,0,3172.87,-3593.79,280.306,4.62716,3600,5,0,8,0,1,0,0,0),(127742,16163,533,3,1,0,1,2787.93,-3363.63,267.685,1.57235,3600,0,0,156396,20405,2,0,0,0),(127743,16163,533,3,1,0,1,2907.54,-3171.66,273.787,1.57232,3600,0,0,156396,20405,2,0,0,0),(127744,16163,533,3,1,0,1,2910.23,-2955.38,267.593,3.14813,3600,0,0,156396,20405,2,0,0,0),(127745,16163,533,3,1,0,1,2910.23,-2955.38,267.593,3.14816,3600,0,0,156396,20405,2,0,0,0),(127746,16163,533,3,1,0,1,2561.59,-3158.63,240.525,0.790457,3600,0,0,156396,20405,2,0,0,0),(127747,16163,533,3,1,0,1,2561.59,-3158.63,240.525,0.790516,3600,0,0,156396,20405,2,0,0,0),(127748,16163,533,3,1,0,1,2529.46,-3350.97,267.593,1.56309,3600,0,0,156396,20405,2,0,0,0),(127749,16163,533,3,1,0,1,2529.46,-3350.97,267.593,1.56309,3600,0,0,156396,20405,2,0,0,0),(127750,16163,533,3,1,0,1,2844.43,-3123.65,273.889,3.97935,3600,0,0,156396,20405,0,0,0,0),(127751,16163,533,3,1,0,1,2828.42,-3128.86,273.834,5.71214,3600,0,0,156396,20405,2,0,0,0),(127752,16163,533,3,1,0,1,2831.42,-3128.86,273.834,0.749031,3600,0,0,156396,20405,2,0,0,0),(127753,16163,533,3,1,0,1,2907.54,-3166.66,273.787,1.83455,3600,0,0,156396,20405,2,0,0,0),(127754,16163,533,3,1,0,1,2790.93,-3363.63,267.685,3.67476,3600,0,0,156396,20405,2,0,0,0),(127755,16164,533,3,1,10553,0,2915.29,-3343.23,298.146,5.51352,3600,0,0,91231,0,2,0,0,0),(127756,16164,533,3,1,10553,0,2892.75,-3294.52,298.146,4.50194,3600,0,0,91231,0,2,0,0,0),(127757,16164,533,3,1,10553,0,2787.1,-3272.32,267.896,2.25148,3600,0,0,91231,0,0,0,0,0),(127758,16165,533,3,1,27105,1,2913.14,-3341.15,298.146,5.51352,3600,5,0,73402,161622,1,0,0,0),(127759,16165,533,3,1,27105,1,2917.45,-3345.32,298.146,5.51352,3600,5,0,73402,161622,1,0,0,0),(127760,16165,533,3,1,27105,1,2782.35,-3278.91,267.896,2.32129,3600,0,0,73402,161622,0,0,0,0),(127761,16165,533,3,1,27105,1,2793.27,-3266.26,267.896,2.67035,3600,0,0,73402,161622,0,0,0,0),(127762,16165,533,3,1,27105,1,2792.8,-3397.56,267.769,2.37365,3600,0,0,73402,161622,0,0,0,0),(127763,16165,533,3,1,27105,1,2797.11,-3392.17,267.768,1.88496,3600,0,0,73402,161622,0,0,0,0),(127764,16167,533,3,1,21305,0,2845.06,-3296.36,298.124,5.63452,3600,0,0,65165,0,2,0,0,0),(127765,16167,533,3,1,21305,0,2839.23,-3337.89,300.911,0.349066,3600,0,0,65165,0,0,0,0,0),(127766,16167,533,3,1,21305,0,2832.53,-3295.22,298.121,3.05074,3600,5,0,65165,0,1,0,0,0),(127767,16167,533,3,1,21305,0,2835.76,-3331.32,299.364,4.84961,3600,0,0,65165,0,2,0,0,0),(127768,16167,533,3,1,21305,0,2831.77,-3307.42,298.659,0.087266,3600,0,0,65165,0,0,0,0,0),(127769,16167,533,3,1,21305,0,2827.68,-3314.67,300.318,0.383972,3600,0,0,65165,0,0,0,0,0),(127770,16168,533,3,1,14710,0,2777.72,-3497.58,274.118,1.5708,3600,0,0,338858,0,0,0,0,0),(127771,16168,533,3,1,14710,0,2777.77,-3482.43,274.119,4.69494,3600,0,0,338858,0,0,0,0,0),(127772,16168,533,3,1,14710,0,2864.62,-3468.97,297.87,3.73394,3600,0,0,338858,0,2,0,0,0),(127773,16168,533,3,1,14710,0,2840.73,-3499.91,297.94,1.25664,3600,0,0,338858,0,0,0,0,0),(127774,16168,533,3,1,14710,0,2840.63,-3479.6,297.95,5.02655,3600,0,0,338858,0,0,0,0,0),(127775,16168,533,3,1,14710,0,2854.79,-3489.83,297.886,6.28235,3600,0,0,338858,0,2,0,0,0),(127776,16168,533,3,1,14710,0,2560.34,-3688.53,294.661,4.75744,3600,0,0,338858,0,0,0,0,0),(127777,16168,533,3,1,14710,0,2687.98,-3856.49,294.661,3.75807,3600,5,0,338858,0,1,0,0,0),(127778,16168,533,3,1,14710,0,2690.94,-3855.39,294.661,3.5153,3600,5,0,338858,0,1,0,0,0),(127779,16168,533,3,1,14710,0,2587.46,-3760.63,294.661,1.9893,3600,0,0,338858,0,0,0,0,0),(127780,16168,533,3,1,14710,0,2604.53,-3784.89,294.661,2.14783,3600,5,0,338858,0,1,0,0,0),(127781,15931,533,3,1,16035,0,3227.58,-3378.3,311.326,2.22165,604800,0,0,2928450,0,2,0,0,0),(127782,15932,533,3,1,16064,0,3283.09,-3156.96,297.788,3.82227,604800,0,0,2789000,0,0,0,0,0),(127783,16447,533,3,1,24998,0,2534.12,-3514.87,267.593,3.83032,3600,5,0,43968,0,1,0,0,0),(127784,16447,533,3,1,24998,0,2531.22,-3512.12,267.593,3.80565,3600,5,0,43968,0,1,0,0,0),(127785,16447,533,3,1,24998,0,2714.01,-3855.39,294.659,6.06162,3600,5,0,43968,0,1,0,0,0),(127786,16447,533,3,1,24998,0,2713.11,-3859.29,294.659,6.05617,3600,5,0,43968,0,1,0,0,0),(127787,16447,533,3,1,24998,0,2591.38,-3772.46,294.661,2.332,3600,5,0,43968,0,1,0,0,0),(127788,16447,533,3,1,24998,0,2594.28,-3769.7,294.661,2.332,3600,5,0,43968,0,1,0,0,0),(127789,15936,533,3,1,16309,1,2793.86,-3707.38,276.627,0.593412,604800,0,0,3067900,0,0,0,0,0),(127790,16193,533,3,1,26563,1,2920.97,-3290.25,298.229,0.820305,3600,0,0,65165,0,0,0,0,0),(127791,16193,533,3,1,26563,1,2882.14,-3275.98,298.141,3.75233,3600,0,0,65165,0,2,0,0,0),(127792,16193,533,3,1,26563,1,2910.94,-3290.13,298.547,2.43248,3600,0,0,65165,0,2,0,0,0),(127793,16193,533,3,1,26563,1,2908.99,-3276.91,298.229,1.58825,3600,0,0,65165,0,0,0,0,0),(127794,16194,533,3,1,24722,1,2707.62,-3244.26,267.682,1.37881,3600,0,0,182462,0,0,0,0,0),(127795,16194,533,3,1,24722,1,2681.25,-3215.83,267.611,5.46288,3600,0,0,182462,0,0,0,0,0),(127796,16194,533,3,1,24722,1,2690.58,-3156.69,267.608,2.65744,3600,0,0,182462,0,2,0,0,0),(127797,16194,533,3,1,24722,1,2693.58,-3154.69,267.608,4.42918,3600,0,0,182462,0,2,0,0,0),(127798,16194,533,3,1,24722,1,2712.7,-3180.11,267.605,1.69297,3600,0,0,182462,0,0,0,0,0),(127799,16194,533,3,1,24722,1,2724.37,-3219.95,267.605,0.261799,3600,0,0,182462,0,0,0,0,0),(127800,15953,533,3,1,15940,1,3353.25,-3620.1,261.08,4.72984,604800,0,0,2231200,85160,0,0,0,0),(127801,15954,533,3,1,16590,0,2671.65,-3489.11,261.375,3.89492,604800,0,0,2789000,127740,2,0,0,0),(127802,16211,533,3,1,16074,0,2784.04,-3086.38,267.768,3.92699,3600,0,0,42,0,0,0,0,0),(127803,16211,533,3,1,16074,0,2835.89,-3215.61,298.344,1.01229,3600,0,0,42,0,0,0,0,0),(127804,16211,533,3,1,16074,0,2756.07,-3113.2,267.768,0.890118,3600,0,0,42,0,0,0,0,0),(127805,16211,533,3,1,16074,0,2814.28,-3154.13,298.229,4.76475,3600,0,0,42,0,0,0,0,0),(127806,16211,533,3,1,16074,0,2779.97,-3115.92,267.768,2.16421,3600,0,0,42,0,0,0,0,0),(127807,16211,533,3,1,16074,0,2860.08,-3187.86,298.234,3.08923,3600,0,0,42,0,0,0,0,0),(127808,16211,533,3,1,16074,0,2760.84,-3082.67,267.768,5.25344,3600,0,0,42,0,0,0,0,0),(127809,16211,533,3,1,16074,0,2825.51,-3154.79,298.229,4.5204,3600,0,0,42,0,0,0,0,0),(127810,16211,533,3,1,16074,0,2844.48,-3157.53,298.233,4.2237,3600,0,0,42,0,0,0,0,0),(127811,16211,533,3,1,16074,0,2827.83,-3209.98,298.344,0.994838,3600,0,0,42,0,0,0,0,0),(127812,16211,533,3,1,16074,0,2851.85,-3162.62,298.236,4.08407,3600,0,0,42,0,0,0,0,0),(127813,16211,533,3,1,16074,0,2859.65,-3180.16,298.237,3.24631,3600,0,0,42,0,0,0,0,0),(127814,15956,533,3,1,15931,0,3308.59,-3476.29,287.161,3.19395,604800,0,0,2231200,0,0,0,0,0),(127815,16215,533,3,1,24723,1,2703.69,-3240.64,267.669,1.78024,3600,0,0,156396,0,0,0,0,0),(127816,16215,533,3,1,24723,1,2724.48,-3142.47,267.618,2.08039,3600,0,0,156396,0,2,0,0,0),(127817,16215,533,3,1,24723,1,2721.48,-3144.47,267.618,5.22196,3600,0,0,156396,0,2,0,0,0),(127818,16215,533,3,1,24723,1,2691.04,-3216.55,267.605,0.942478,3600,0,0,156396,0,0,0,0,0),(127819,16215,533,3,1,24723,1,2687.12,-3143.13,267.621,4.13059,3600,0,0,156396,0,2,0,0,0),(127820,16215,533,3,1,24723,1,2684.12,-3142.13,267.621,4.13054,3600,0,0,156396,0,2,0,0,0),(127821,16215,533,3,1,24723,1,2734.57,-3221.58,267.623,2.00713,3600,0,0,156396,0,0,0,0,0),(127822,16216,533,3,1,24724,1,2740.5,-3216.55,267.616,4.46863,3600,0,0,156396,0,2,0,0,0),(127823,16216,533,3,1,24724,1,2743.5,-3216.55,267.616,4.46872,3600,0,0,156396,0,2,0,0,0),(127824,16216,533,3,1,24724,1,2708.13,-3174.65,267.605,0.418879,3600,0,0,156396,0,0,0,0,0),(127825,15974,533,3,1,15937,0,3233.34,-3798.62,273.922,0.558505,3600,0,0,78198,0,0,0,0,0),(127826,15974,533,3,1,15937,0,3222.89,-3793.64,274.03,4.18879,3600,0,0,78198,0,0,0,0,0),(127827,15974,533,3,1,15937,0,3214.31,-3794.03,274.035,1.13446,3600,0,0,78198,0,0,0,0,0),(127828,15974,533,3,1,15937,0,3213.35,-3803.72,274.035,1.06465,3600,0,0,78198,0,0,0,0,0),(127829,15974,533,3,1,15937,0,3148.06,-3776.31,274.034,0.558505,3600,0,0,78198,0,0,0,0,0),(127830,15974,533,3,1,15937,0,3147.41,-3785.05,274.034,4.18879,3600,0,0,78198,0,0,0,0,0),(127831,15974,533,3,1,15937,0,3448.97,-3538.02,267.676,0.541052,3600,0,0,78198,0,0,0,0,0),(127832,15974,533,3,1,15937,0,3460.44,-3532.88,267.676,0.418879,3600,0,0,78198,0,0,0,0,0),(127833,15974,533,3,1,15937,0,3105.38,-3875.39,267.676,5.77704,3600,0,0,78198,0,0,0,0,0),(127834,15974,533,3,1,15937,0,3096.03,-3875.08,267.676,1.09956,3600,0,0,78198,0,0,0,0,0),(127835,15974,533,3,1,15937,0,3320.76,-3875.81,294.661,6.14323,3600,5,0,78198,0,1,0,0,0),(127836,15974,533,3,1,15937,0,3307.11,-3873.61,294.744,2.56563,3600,0,0,78198,0,0,0,0,0),(127837,15974,533,3,1,15937,0,3067.24,-3530.99,287.082,0.32252,3600,5,0,78198,0,1,0,0,0),(127838,15974,533,3,1,15937,0,3186.77,-3469.85,287.077,2.81272,3600,5,0,78198,0,1,0,0,0),(127839,15974,533,3,1,15937,0,3145.58,-3546.21,287.081,4.36598,3600,5,0,78198,0,1,0,0,0),(127840,16998,533,3,1,16622,0,2960.72,-3433.41,298.227,2.94052,3600,5,0,26,0,1,0,0,0),(127841,15974,533,3,1,15937,0,3411.43,-3822.81,294.765,1.61535,3600,0,0,78198,0,0,0,0,0),(127842,15974,533,3,1,15937,0,3444.84,-3747.01,294.661,0.927169,3600,5,0,78198,0,1,0,0,0),(127843,15974,533,3,1,15937,0,3448.33,-3750.15,294.661,3.27631,3600,5,0,78198,0,1,0,0,0),(127844,15975,533,3,1,15938,0,3195.28,-3645.04,287.074,4.15122,3600,5,0,91231,0,1,0,0,0),(127845,15975,533,3,1,15938,0,3183.04,-3640.61,280.301,1.08359,3600,5,0,91231,0,1,0,0,0),(127846,15975,533,3,1,15938,0,3146.89,-3628.4,287.169,0.05236,3600,0,0,91231,0,0,0,0,0),(127847,15975,533,3,1,15938,0,3214.87,-3586.43,287.074,1.25868,3600,5,0,91231,0,1,0,0,0),(127848,15975,533,3,1,15938,0,3200.55,-3573.77,287.168,6.00393,3600,0,0,91231,0,0,0,0,0),(127849,15975,533,3,1,15938,0,3213.8,-3573.76,287.164,5.96903,3600,0,0,91231,0,0,0,0,0),(127850,15975,533,3,1,15938,0,3445.26,-3530.18,267.676,0.593412,3600,0,0,91231,0,0,0,0,0),(127851,15975,533,3,1,15938,0,3107.13,-3882.45,267.676,3.08923,3600,0,0,91231,0,0,0,0,0),(127852,15975,533,3,1,15938,0,3313.37,-3886.12,294.661,3.68287,3600,5,0,91231,0,1,0,0,0),(127853,15975,533,3,1,15938,0,3065.46,-3544.3,287.08,2.9147,3600,5,0,91231,0,1,0,0,0),(127854,15975,533,3,1,15938,0,3078.08,-3542.57,287.08,6.27237,3600,5,0,91231,0,1,0,0,0),(127855,15975,533,3,1,15938,0,3186.77,-3481.41,287.077,5.15952,3600,5,0,91231,0,1,0,0,0),(127856,15975,533,3,1,15938,0,3178.13,-3481.23,287.086,2.75476,3600,5,0,91231,0,1,0,0,0),(127857,15975,533,3,1,15938,0,3145.74,-3526.92,287.084,2.00004,3600,5,0,91231,0,1,0,0,0),(127858,15975,533,3,1,15938,0,3139.49,-3536.38,287.083,0.34138,3600,5,0,91231,0,1,0,0,0),(127859,15975,533,3,1,15938,0,3404.3,-3819.75,294.704,0.65698,3600,5,0,91231,0,1,0,0,0),(127860,15975,533,3,1,15938,0,3396.41,-3822.58,294.8,2.21657,3600,0,0,91231,0,0,0,0,0),(127861,15975,533,3,1,15938,0,3444.91,-3737.88,294.744,0.645772,3600,0,0,91231,0,0,0,0,0),(127862,15976,533,3,1,15939,0,3234.12,-3743.28,280.952,6.27112,3600,0,0,156396,0,2,0,0,0),(127863,15976,533,3,1,15939,0,3232.12,-3751.28,280.952,6.16136,3600,0,0,156396,0,2,0,0,0),(127864,15976,533,3,1,15939,0,3118.08,-3883.49,267.593,6.25315,3600,0,0,156396,0,2,0,0,0),(127865,15976,533,3,1,15939,0,3126.08,-3882.49,267.593,6.27729,3600,0,0,156396,0,2,0,0,0),(127866,15976,533,3,1,15939,0,3454.46,-3562.11,267.593,5.53365,3600,0,0,156396,0,2,0,0,0),(127867,15976,533,3,1,15939,0,3454.46,-3569.11,267.593,5.53364,3600,0,0,156396,0,2,0,0,0),(127868,15976,533,3,1,15939,0,3064.5,-3554.5,287.077,1.3662,3600,5,0,156396,0,1,0,0,0),(127869,15976,533,3,1,15939,0,3194.29,-3476.28,287.069,3.3704,3600,5,0,156396,0,1,0,0,0),(127870,15976,533,3,1,15939,0,3152.83,-3535.79,287.082,3.76994,3600,5,0,156396,0,1,0,0,0),(127871,15976,533,3,1,15939,0,3392.65,-3828.01,294.715,3.25075,3600,5,0,156396,0,1,0,0,0),(127872,15976,533,3,1,15939,0,3282.72,-3894.29,294.661,3.48528,3600,0,0,156396,0,2,0,0,0),(127873,15976,533,3,1,15939,0,3286.72,-3902.29,294.661,4.09636,3600,0,0,156396,0,2,0,0,0),(127874,15977,533,3,1,959,0,3256.57,-3761.77,278.757,0.977384,3600,0,0,26066,0,0,0,0,0),(127875,15977,533,3,1,959,0,3239.71,-3766.08,275.767,0.925025,3600,0,0,26066,0,0,0,0,0),(127876,15977,533,3,1,959,0,3248.64,-3762.51,277.711,0.942478,3600,0,0,26066,0,0,0,0,0),(127877,15977,533,3,1,959,0,3235.97,-3772.02,273.624,0.925025,3600,0,0,26066,0,0,0,0,0),(127878,15977,533,3,1,959,0,3230.22,-3767.25,274.484,0.890118,3600,0,0,26066,0,0,0,0,0),(127879,15977,533,3,1,959,0,3256.39,-3767.46,278.065,0.994838,3600,0,0,26066,0,0,0,0,0),(127880,15977,533,3,1,959,0,3241.34,-3777.15,273.177,1.0986,3600,5,0,26066,0,1,0,0,0),(127881,15977,533,3,1,959,0,3246.81,-3775.05,275.293,2.87585,3600,5,0,26066,0,1,0,0,0),(127882,15977,533,3,1,959,0,3306.36,-3715.26,267.342,0.872665,3600,0,0,26066,0,0,0,0,0),(127883,15977,533,3,1,959,0,3302.78,-3706.66,267.225,0.820305,3600,0,0,26066,0,0,0,0,0),(127884,15977,533,3,1,959,0,3286.37,-3703.95,274.869,0.907571,3600,0,0,26066,0,0,0,0,0),(127885,15977,533,3,1,959,0,3287.61,-3712.45,272.577,0.767945,3600,0,0,26066,0,0,0,0,0),(127886,15977,533,3,1,959,0,3297.73,-3713.79,268.067,0.820305,3600,0,0,26066,0,0,0,0,0),(127887,15977,533,3,1,959,0,3289.88,-3698.88,276.042,0.593412,3600,0,0,26066,0,0,0,0,0),(127888,15977,533,3,1,959,0,3296.97,-3700.64,272.172,0.733038,3600,0,0,26066,0,0,0,0,0),(127889,15977,533,3,1,959,0,3310.95,-3707.01,265.971,0.837758,3600,0,0,26066,0,0,0,0,0),(127890,15977,533,3,1,959,0,3218.67,-3646.96,287.07,2.25293,3600,0,0,26066,0,0,0,0,0),(127891,15977,533,3,1,959,0,3224.21,-3651.33,287.074,2.1453,3600,0,0,26066,0,0,0,0,0),(127892,15977,533,3,1,959,0,3231.25,-3662.45,287.09,2.25302,3600,5,0,26066,0,1,0,0,0),(127893,15977,533,3,1,959,0,3219.79,-3746.46,283.03,1.79414,3600,5,0,26066,0,1,0,0,0),(127894,15977,533,3,1,959,0,3225.45,-3747.45,281.846,5.40136,3600,5,0,26066,0,1,0,0,0),(127895,15977,533,3,1,959,0,3242.64,-3730.48,281.238,1.78449,3600,5,0,26066,0,1,0,0,0),(127896,15977,533,3,1,959,0,3230.29,-3724.93,284.994,0.290209,3600,5,0,26066,0,1,0,0,0),(127897,15977,533,3,1,959,0,3221.07,-3727.99,285.863,0.698132,3600,0,0,26066,0,0,0,0,0),(127898,15977,533,3,1,959,0,3222.57,-3736.74,284.169,6.15001,3600,5,0,26066,0,1,0,0,0),(127899,15977,533,3,1,959,0,3236.24,-3737.47,281.058,0.623407,3600,5,0,26066,0,1,0,0,0),(127900,15977,533,3,1,959,0,3229.68,-3738.57,282.41,0.625499,3600,5,0,26066,0,1,0,0,0),(127901,15977,533,3,1,959,0,3178.3,-3805.11,273.944,6.03003,3600,0,0,26066,0,0,0,0,0),(127902,15977,533,3,1,959,0,3169.1,-3802.73,273.949,6.03,3600,5,0,26066,0,1,0,0,0),(127903,15977,533,3,1,959,0,3166.36,-3800.99,273.949,6.18766,3600,5,0,26066,0,1,0,0,0),(127904,15977,533,3,1,959,0,3172.73,-3801.89,273.948,5.72112,3600,5,0,26066,0,1,0,0,0),(127905,15977,533,3,1,959,0,3170.64,-3805.47,273.948,5.41811,3600,0,0,26066,0,0,0,0,0),(127906,15977,533,3,1,959,0,3169.2,-3800.53,273.949,5.86803,3600,5,0,26066,0,1,0,0,0),(127907,15977,533,3,1,959,0,3074.53,-3897.06,267.593,5.94957,3600,0,0,26066,0,2,0,0,0),(127908,15977,533,3,1,959,0,3074.53,-3897.06,267.593,5.94958,3600,0,0,26066,0,2,0,0,0),(127909,15977,533,3,1,959,0,3074.53,-3897.06,267.593,5.94958,3600,0,0,26066,0,2,0,0,0),(127910,15977,533,3,1,959,0,3074.53,-3897.06,267.593,5.94958,3600,0,0,26066,0,2,0,0,0),(127911,15977,533,3,1,959,0,3074.53,-3897.06,267.593,5.94958,3600,0,0,26066,0,2,0,0,0),(127912,15977,533,3,1,959,0,3074.53,-3897.06,267.593,5.94958,3600,0,0,26066,0,2,0,0,0),(127913,15977,533,3,1,959,0,3074.53,-3897.06,267.593,5.94958,3600,0,0,26066,0,2,0,0,0),(127914,15977,533,3,1,959,0,3074.53,-3897.06,267.593,5.94958,3600,0,0,26066,0,2,0,0,0),(127915,15977,533,3,1,959,0,3435.96,-3606.88,267.592,5.54365,3600,0,0,26066,0,2,0,0,0),(127916,15977,533,3,1,959,0,3435.96,-3606.88,267.592,4.69324,3600,0,0,26066,0,2,0,0,0),(127917,15977,533,3,1,959,0,3435.96,-3606.88,267.592,4.69324,3600,0,0,26066,0,2,0,0,0),(127918,15977,533,3,1,959,0,3435.96,-3606.88,267.592,4.69324,3600,0,0,26066,0,2,0,0,0),(127919,15977,533,3,1,959,0,3435.96,-3606.88,267.592,4.69324,3600,0,0,26066,0,2,0,0,0),(127920,15977,533,3,1,959,0,3435.96,-3606.88,267.592,4.69324,3600,0,0,26066,0,2,0,0,0),(127921,15977,533,3,1,959,0,3435.96,-3606.88,267.592,4.69324,3600,0,0,26066,0,2,0,0,0),(127922,15977,533,3,1,959,0,3435.96,-3606.88,267.592,4.69324,3600,0,0,26066,0,2,0,0,0),(127923,15977,533,3,1,959,0,3445.51,-3562.02,267.593,0.314342,3600,0,0,26066,0,2,0,0,0),(127924,15977,533,3,1,959,0,3445.51,-3562.02,267.593,3.45597,3600,0,0,26066,0,2,0,0,0),(127925,15977,533,3,1,959,0,3445.51,-3562.02,267.593,3.45597,3600,0,0,26066,0,2,0,0,0),(127926,15977,533,3,1,959,0,3445.51,-3562.02,267.593,3.45597,3600,0,0,26066,0,2,0,0,0),(127927,15977,533,3,1,959,0,3445.51,-3562.02,267.593,3.45597,3600,0,0,26066,0,2,0,0,0),(127928,15977,533,3,1,959,0,3445.51,-3562.02,267.593,3.45597,3600,0,0,26066,0,2,0,0,0),(127929,15977,533,3,1,959,0,3445.51,-3562.02,267.593,3.45597,3600,0,0,26066,0,2,0,0,0),(127930,15977,533,3,1,959,0,3445.51,-3562.02,267.593,3.45597,3600,0,0,26066,0,2,0,0,0),(127931,15977,533,3,1,959,0,3103.59,-3570.76,287.076,4.50186,3600,5,0,26066,0,1,0,0,0),(127932,15977,533,3,1,959,0,3096.18,-3561.83,287.074,4.46291,3600,5,0,26066,0,1,0,0,0),(127933,15977,533,3,1,959,0,3107.95,-3573.38,287.076,6.2352,3600,5,0,26066,0,1,0,0,0),(127934,15977,533,3,1,959,0,3108.02,-3565.67,287.077,4.3774,3600,5,0,26066,0,1,0,0,0),(127935,15977,533,3,1,959,0,3094.46,-3580.56,287.072,3.49482,3600,5,0,26066,0,1,0,0,0),(127936,15977,533,3,1,959,0,3110.31,-3584.46,287.076,2.49392,3600,5,0,26066,0,1,0,0,0),(127937,15977,533,3,1,959,0,3116.78,-3579.46,287.077,1.12712,3600,5,0,26066,0,1,0,0,0),(127938,15977,533,3,1,959,0,3113.9,-3569.55,287.077,2.43676,3600,5,0,26066,0,1,0,0,0),(127939,15977,533,3,1,959,0,3106,-3497.48,287.076,4.37719,3600,5,0,26066,0,1,0,0,0),(127940,15977,533,3,1,959,0,3111.8,-3491.29,287.075,2.41396,3600,5,0,26066,0,1,0,0,0),(127941,15977,533,3,1,959,0,3098.23,-3486.85,287.076,4.14097,3600,5,0,26066,0,1,0,0,0),(127942,15977,533,3,1,959,0,3104.74,-3489.05,287.076,3.81925,3600,5,0,26066,0,1,0,0,0),(127943,15977,533,3,1,959,0,3116.35,-3497.84,287.074,1.32096,3600,5,0,26066,0,1,0,0,0),(127944,15977,533,3,1,959,0,3123.98,-3496.66,287.07,4.00466,3600,5,0,26066,0,1,0,0,0),(127945,15977,533,3,1,959,0,3123.77,-3490.9,287.069,3.90457,3600,5,0,26066,0,1,0,0,0),(127946,15977,533,3,1,959,0,3109.27,-3497.64,287.075,3.66203,3600,5,0,26066,0,1,0,0,0),(127947,15977,533,3,1,959,0,3075.9,-3526.58,287.082,1.40841,3600,5,0,26066,0,1,0,0,0),(127948,15977,533,3,1,959,0,3079.21,-3552.85,287.077,0.967237,3600,0,0,26066,0,0,0,0,0),(127949,15977,533,3,1,959,0,3070.75,-3555.38,287.076,1.7354,3600,0,0,26066,0,0,0,0,0),(127950,15977,533,3,1,959,0,3069.3,-3552.31,287.078,1.85518,3600,0,0,26066,0,0,0,0,0),(127951,15977,533,3,1,959,0,3068.15,-3549.39,287.079,1.88201,3600,0,0,26066,0,0,0,0,0),(127952,15977,533,3,1,959,0,3073.34,-3544.42,287.08,1.50137,3600,5,0,26066,0,1,0,0,0),(127953,15977,533,3,1,959,0,3236.63,-3690.51,287.16,0.558505,3600,0,0,26066,0,0,0,0,0),(127954,15977,533,3,1,959,0,3253.6,-3688.01,286.384,0.610865,3600,0,0,26066,0,0,0,0,0),(127955,15977,533,3,1,959,0,3227.9,-3685.1,287.166,0.488692,3600,0,0,26066,0,0,0,0,0),(127956,15977,533,3,1,959,0,3240.5,-3694.22,287.156,0.593412,3600,0,0,26066,0,0,0,0,0),(127957,15977,533,3,1,959,0,3247.53,-3683.26,287.168,0.541052,3600,0,0,26066,0,0,0,0,0),(127958,15977,533,3,1,959,0,3239.69,-3687.79,287.163,0.541052,3600,0,0,26066,0,0,0,0,0),(127959,15977,533,3,1,959,0,3236.06,-3686.73,287.164,0.523599,3600,0,0,26066,0,0,0,0,0),(127960,15977,533,3,1,959,0,3244.67,-3689.6,287.161,0.575959,3600,0,0,26066,0,0,0,0,0),(127961,15977,533,3,1,959,0,3354.95,-3597.35,260.997,2.59304,3600,0,0,26066,0,0,0,0,0),(127962,15977,533,3,1,959,0,3362.65,-3598.66,260.997,2.1541,3600,0,0,26066,0,0,0,0,0),(127963,15977,533,3,1,959,0,3224.44,-3876.75,284.557,2.00498,3600,0,0,26066,0,2,0,0,0),(127964,15977,533,3,1,959,0,3224.44,-3876.75,284.557,5.14525,3600,0,0,26066,0,2,0,0,0),(127965,15977,533,3,1,959,0,3224.44,-3876.75,284.557,2.08394,3600,0,0,26066,0,2,0,0,0),(127966,15977,533,3,1,959,0,3224.44,-3876.75,284.557,5.14641,3600,0,0,26066,0,2,0,0,0),(127967,15977,533,3,1,959,0,3224.44,-3876.75,284.557,3.20433,3600,0,0,26066,0,2,0,0,0),(127968,15977,533,3,1,959,0,3224.44,-3876.75,284.557,3.17013,3600,0,0,26066,0,2,0,0,0),(127969,15977,533,3,1,959,0,3224.44,-3876.75,284.557,5.1461,3600,0,0,26066,0,2,0,0,0),(127970,15977,533,3,1,959,0,3224.44,-3876.75,284.557,5.14525,3600,0,0,26066,0,2,0,0,0),(127971,15977,533,3,1,959,0,3295.49,-3908.79,294.66,3.46219,3600,0,0,26066,0,2,0,0,0),(127972,15977,533,3,1,959,0,3295.49,-3908.79,294.66,3.46231,3600,0,0,26066,0,2,0,0,0),(127973,15977,533,3,1,959,0,3295.49,-3908.79,294.66,3.46217,3600,0,0,26066,0,2,0,0,0),(127974,15977,533,3,1,959,0,3295.49,-3908.79,294.66,3.46218,3600,0,0,26066,0,2,0,0,0),(127975,15977,533,3,1,959,0,3295.49,-3908.79,294.66,3.46218,3600,0,0,26066,0,2,0,0,0),(127976,15977,533,3,1,959,0,3295.49,-3908.79,294.66,3.46218,3600,0,0,26066,0,2,0,0,0),(127977,15977,533,3,1,959,0,3295.49,-3908.79,294.66,3.46221,3600,0,0,26066,0,2,0,0,0),(127978,15977,533,3,1,959,0,3295.49,-3908.79,294.66,3.46218,3600,0,0,26066,0,2,0,0,0),(127979,15978,533,3,1,15941,0,3191.49,-3579.52,287.167,3.92699,3600,0,0,234594,0,0,0,0,0),(127980,15978,533,3,1,15941,0,3149.31,-3641.84,287.165,0.872665,3600,0,0,234594,0,0,0,0,0),(127981,15979,533,3,1,15942,0,3224.83,-3802.96,274.032,2.30383,3600,0,0,182462,0,0,0,0,0),(127982,15979,533,3,1,15942,0,3138.52,-3778.58,274.032,5.18363,3600,0,0,182462,0,0,0,0,0),(127983,15979,533,3,1,15942,0,3453.19,-3529.78,267.676,1.93731,3600,0,0,182462,0,0,0,0,0),(127984,15979,533,3,1,15942,0,3101.53,-3883.22,267.676,3.31613,3600,0,0,182462,0,0,0,0,0),(127985,15979,533,3,1,15942,0,3307.78,-3880.41,294.661,2.32314,3600,5,0,182462,0,1,0,0,0),(127986,15979,533,3,1,15942,0,3449.65,-3743,294.661,3.92271,3600,5,0,182462,0,1,0,0,0),(127987,15980,533,3,1,16594,1,3370.33,-3645.94,259.167,2.14675,3600,0,0,20972,89790,0,0,0,0),(127988,15980,533,3,1,16594,1,3364.71,-3652.52,259.166,1.90241,3600,0,0,20972,89790,0,0,0,0),(127989,15980,533,3,1,16594,1,3373.99,-3647.52,259.166,2.21657,3600,0,0,20972,89790,0,0,0,0),(127990,15980,533,3,1,16594,1,3370.16,-3649.11,259.166,2.09439,3600,0,0,20972,89790,0,0,0,0),(127991,15980,533,3,1,16594,1,3328,-3667.43,259.166,1.0821,3600,0,0,20972,89790,0,0,0,0),(127992,15980,533,3,1,16594,1,3321.22,-3668.34,259.166,0.994838,3600,0,0,20972,89790,0,0,0,0),(127993,15980,533,3,1,16594,1,3331.68,-3673.38,259.166,1.18682,3600,0,0,20972,89790,0,0,0,0),(127994,15980,533,3,1,16594,1,3335.53,-3646.69,259.167,0.994838,3600,0,0,20972,89790,0,0,0,0),(127995,15980,533,3,1,16594,1,3330.5,-3642.39,259.167,0.785398,3600,0,0,20972,89790,0,0,0,0),(127996,15980,533,3,1,16594,1,3339.5,-3648.93,259.167,1.13446,3600,0,0,20972,89790,0,0,0,0),(127997,15980,533,3,1,16594,1,3336.25,-3652.09,259.166,1.0821,3600,0,0,20972,89790,0,0,0,0),(127998,15980,533,3,1,16594,1,3328.7,-3645.77,259.166,0.820305,3600,0,0,20972,89790,0,0,0,0),(127999,15980,533,3,1,16594,1,3378.29,-3667.01,259.166,2.05949,3600,0,0,20972,89790,0,0,0,0),(128000,15980,533,3,1,16594,1,3370,-3674.58,259.166,1.8675,3600,0,0,20972,89790,0,0,0,0),(128001,15980,533,3,1,16594,1,3381.11,-3668.52,259.166,2.07694,3600,0,0,20972,89790,0,0,0,0),(128002,16236,533,3,1,15788,0,2798.06,-3788.95,274.983,1.51844,3600,0,0,13033,0,0,0,0,0),(128003,16236,533,3,1,15788,0,2804.25,-3757.44,274.983,3.64774,3600,0,0,13033,0,0,0,0,0),(128004,16236,533,3,1,15788,0,2867.35,-3778.54,274.983,2.47837,3600,0,0,13033,0,0,0,0,0),(128005,16236,533,3,1,15788,0,2895.12,-3779.74,274.983,2.6529,3600,0,0,13033,0,0,0,0,0),(128006,16236,533,3,1,15788,0,2830.7,-3777.03,274.983,2.9147,3600,0,0,13033,0,0,0,0,0),(128007,16236,533,3,1,15788,0,2851.92,-3776.44,274.983,2.53073,3600,0,0,13033,0,0,0,0,0),(128008,16236,533,3,1,15788,0,2789.62,-3752.53,274.983,2.61799,3600,0,0,13033,0,0,0,0,0),(128009,16236,533,3,1,15788,0,2843.34,-3767.74,274.983,3.31613,3600,0,0,13033,0,0,0,0,0),(128010,16236,533,3,1,15788,0,2797.94,-3776.81,274.983,2.35619,3600,0,0,13033,0,0,0,0,0),(128011,16236,533,3,1,15788,0,2834.6,-3751.34,274.983,4.20624,3600,0,0,13033,0,0,0,0,0),(128012,16236,533,3,1,15788,0,2862.27,-3758.34,274.983,3.36848,3600,0,0,13033,0,0,0,0,0),(128013,16236,533,3,1,15788,0,2813.24,-3780.76,274.983,2.49582,3600,0,0,13033,0,0,0,0,0),(128014,16236,533,3,1,15788,0,2881.55,-3782.26,274.983,2.47837,3600,0,0,13033,0,0,0,0,0),(128015,16236,533,3,1,15788,0,2791.84,-3762.35,274.983,3.35103,3600,0,0,13033,0,0,0,0,0),(128016,16236,533,3,1,15788,0,2877.97,-3761.82,274.983,3.64774,3600,0,0,13033,0,0,0,0,0),(128017,16236,533,3,1,15788,0,2770.1,-3782.59,274.983,1.02974,3600,0,0,13033,0,0,0,0,0),(128018,16236,533,3,1,15788,0,2846.52,-3789.07,274.983,2.23402,3600,0,0,13033,0,0,0,0,0),(128019,15981,533,3,1,16598,1,3363.48,-3648.74,259.167,1.90241,3600,0,0,20972,89790,0,0,0,0),(128020,15981,533,3,1,16598,1,3376.29,-3642.87,259.166,2.35619,3600,0,0,20972,89790,0,0,0,0),(128021,15981,533,3,1,16598,1,3367.22,-3651.81,259.166,1.97222,3600,0,0,20972,89790,0,0,0,0),(128022,15981,533,3,1,16598,1,3376.66,-3645.99,259.166,2.30383,3600,0,0,20972,89790,0,0,0,0),(128023,15981,533,3,1,16598,1,3324.97,-3666.14,259.166,1.02974,3600,0,0,20972,89790,0,0,0,0),(128024,15981,533,3,1,16598,1,3330.64,-3668.73,259.166,1.13446,3600,0,0,20972,89790,0,0,0,0),(128025,15981,533,3,1,16598,1,3333.98,-3670.53,259.166,1.22173,3600,0,0,20972,89790,0,0,0,0),(128026,15981,533,3,1,16598,1,3325.25,-3670.14,259.166,1.06465,3600,0,0,20972,89790,0,0,0,0),(128027,15981,533,3,1,16598,1,3328.44,-3671.58,259.166,1.13446,3600,0,0,20972,89790,0,0,0,0),(128028,15981,533,3,1,16598,1,3332.43,-3645.59,259.166,0.890118,3600,0,0,20972,89790,0,0,0,0),(128029,15981,533,3,1,16598,1,3332.44,-3649.97,259.166,0.977384,3600,0,0,20972,89790,0,0,0,0),(128030,15981,533,3,1,16598,1,3339.75,-3653.29,259.166,1.18682,3600,0,0,20972,89790,0,0,0,0),(128031,15981,533,3,1,16598,1,3381.62,-3665.93,259.166,2.11185,3600,0,0,20972,89790,0,0,0,0),(128032,15981,533,3,1,16598,1,3374.42,-3669.26,259.166,1.97222,3600,0,0,20972,89790,0,0,0,0),(128033,15981,533,3,1,16598,1,3370.83,-3670.93,259.166,1.90241,3600,0,0,20972,89790,0,0,0,0),(128034,15981,533,3,1,16598,1,3373.68,-3672.58,259.166,1.93731,3600,0,0,20972,89790,0,0,0,0),(128035,15981,533,3,1,16598,1,3377.57,-3670.59,259.166,2.00713,3600,0,0,20972,89790,0,0,0,0),(128036,16243,533,3,1,11140,0,2878.47,-3556.36,297.945,0.279253,3600,0,0,208528,0,0,0,0,0),(128037,16243,533,3,1,11140,0,2871.92,-3540.69,297.699,0.837758,3600,0,0,208528,0,0,0,0,0),(128038,16243,533,3,1,11140,0,2885.54,-3477.05,297.705,3.7001,3600,0,0,208528,0,0,0,0,0),(128039,16243,533,3,1,11140,0,2897.14,-3489.76,297.95,3.87463,3600,0,0,208528,0,0,0,0,0),(128040,16243,533,3,1,11140,0,2929.95,-3527.89,297.837,2.21657,3600,0,0,208528,0,0,0,0,0),(128041,16243,533,3,1,11140,0,2936.26,-3517.2,297.738,1.51844,3600,0,0,208528,0,0,0,0,0),(128042,16244,533,3,1,26329,0,2866.23,-3547.93,297.947,0.418879,3600,0,0,156396,0,0,0,0,0),(128043,16244,533,3,1,26329,0,2868.36,-3555.31,297.945,1.22173,3600,0,0,156396,0,0,0,0,0),(128044,16244,533,3,1,26329,0,2888.01,-3486.66,297.704,3.92699,3600,0,0,156396,0,0,0,0,0),(128045,16244,533,3,1,26329,0,2894.23,-3474.81,297.718,3.735,3600,0,0,156396,0,0,0,0,0),(128046,16244,533,3,1,26329,0,2932.04,-3521.47,297.423,2.58309,3600,0,0,156396,0,0,0,0,0),(128047,16244,533,3,1,26329,0,2939.56,-3513.23,297.712,1.06465,3600,0,0,156396,0,0,0,0,0),(128048,16244,533,3,1,26329,0,2530.29,-3516.01,267.593,3.95496,3600,5,0,156396,0,1,0,0,0),(128049,16244,533,3,1,26329,0,2533.2,-3518.76,267.593,3.98208,3600,5,0,156396,0,1,0,0,0),(128050,16244,533,3,1,26329,0,2716.94,-3858.12,294.659,6.05618,3600,5,0,156396,0,1,0,0,0),(128051,16244,533,3,1,26329,0,2717.84,-3854.22,294.659,6.05618,3600,5,0,156396,0,1,0,0,0),(128052,16244,533,3,1,26329,0,2590.44,-3768.57,294.661,2.332,3600,5,0,156396,0,1,0,0,0),(128053,16244,533,3,1,26329,0,2587.54,-3771.33,294.661,2.332,3600,5,0,156396,0,1,0,0,0),(128054,30071,533,3,1,26746,0,3250.64,-2986.46,294.661,4.2984,3600,0,0,269620,0,2,0,0,0),(128055,30071,533,3,1,26746,0,3453.57,-3340.94,267.676,4.4876,3600,0,0,269620,0,0,0,0,0),(128056,30071,533,3,1,26746,0,3425.89,-3100.78,294.661,4.47032,3600,0,0,269620,0,2,0,0,0),(128057,30071,533,3,1,26746,0,3331.3,-3008.49,294.661,2.97812,3600,0,0,269620,0,2,0,0,0),(128058,30071,533,3,1,26746,0,3454.43,-3187.95,294.661,1.69765,3600,0,0,269620,0,2,0,0,0),(128059,30071,533,3,1,26746,0,3102.6,-2986.98,267.676,0.78242,3600,0,0,269620,0,0,0,0,0),(128060,30071,533,3,1,26746,0,3405.48,-3034.04,295.172,4.17134,3600,0,0,269620,0,0,0,0,0),(128065,30085,533,3,1,19329,0,2803.67,-2981.18,246.877,3.10988,3600,5,0,130330,0,1,0,0,0),(128066,16011,533,3,1,16110,0,2909,-3997.41,274.188,1.5708,604800,0,0,1,0,0,0,0,0),(128067,16017,533,3,1,9760,0,3136.61,-3353.29,294.051,2.46091,3600,0,0,143363,0,0,0,0,0),(128068,16017,533,3,1,9760,0,3020.17,-3177.85,294.146,6.05629,3600,8,0,143363,0,1,0,0,0),(128069,16017,533,3,1,9760,0,3009.26,-3178.27,294.146,3.05433,3600,8,0,143363,0,1,0,0,0),(128070,16017,533,3,1,9760,0,3159.19,-3270.79,294.84,3.97935,3600,0,0,143363,0,0,0,0,0),(128071,16017,533,3,1,9760,0,3168.32,-3280.82,294.92,4.06662,3600,0,0,143363,0,0,0,0,0),(128072,16017,533,3,1,9760,0,3088.14,-3305.5,294.025,5.5676,3600,0,0,143363,0,0,0,0,0),(128073,16017,533,3,1,9760,0,3074.64,-3353.27,298.401,4.06662,3600,0,0,143363,0,0,0,0,0),(128074,16017,533,3,1,9760,0,3087.45,-3367.57,298.401,3.89208,3600,0,0,143363,0,0,0,0,0),(128075,16018,533,3,1,15958,0,3157.59,-3332.37,294.048,2.54818,3600,0,0,175946,0,0,0,0,0),(203467,29712,0,1,1,3167,1,-8624.38,1315.88,5.23,3.577,180,0,0,7048,0,0,0,0,0),(128077,16018,533,3,1,15958,0,3142.82,-3289.66,293.628,0.663363,3600,0,0,175946,0,2,0,0,0),(128078,16018,533,3,1,15958,0,3086.16,-3071.27,294.083,1.88488,3600,5,0,175946,0,1,0,0,0),(128079,16018,533,3,1,15958,0,3069.91,-3072.98,294.084,1.67068,3600,5,0,175946,0,1,0,0,0),(128080,16018,533,3,1,15958,0,3033.41,-3103.28,294.082,2.27659,3600,0,0,175946,0,2,0,0,0),(203468,29712,0,1,1,5446,1,-8616.56,1240.7,5.23,0.563,180,0,0,7048,0,0,0,0,0),(128082,16018,533,3,1,15958,0,3042.89,-3210.45,293.345,1.34479,3600,0,0,175946,0,2,0,0,0),(128083,16018,533,3,1,15958,0,3014.12,-3151.28,294.08,0.976528,3600,0,0,175946,0,2,0,0,0),(128084,16018,533,3,1,15958,0,3109.14,-3284.2,294.035,5.63741,3600,0,0,175946,0,0,0,0,0),(128085,16020,533,3,1,16063,0,3005.44,-3248.76,294.146,2.89725,3600,0,0,78198,8162,0,0,0,0),(128086,16020,533,3,1,16063,0,3003.09,-3245.75,294.146,3.87463,3600,0,0,78198,8162,0,0,0,0),(128087,16020,533,3,1,16063,0,3031.03,-3140.48,294.16,2.82743,3600,0,0,78198,8162,0,0,0,0),(128088,16020,533,3,1,16063,0,3028.9,-3145.06,294.16,2.37365,3600,0,0,78198,8162,0,0,0,0),(128089,16020,533,3,1,16063,0,3100.32,-3086.68,294.16,0.314159,3600,0,0,78198,8162,0,0,0,0),(128090,16020,533,3,1,16063,0,3102.75,-3089.39,294.161,1.18682,3600,0,0,78198,8162,0,0,0,0),(128091,16021,533,3,1,16175,0,3000.56,-3248.15,294.146,0.349066,3600,0,0,188734,0,0,0,0,0),(128092,16021,533,3,1,16175,0,3025.94,-3139.97,294.163,5.35816,3600,0,0,188734,0,0,0,0,0),(128093,16021,533,3,1,16175,0,3105.27,-3085.36,294.163,3.75246,3600,0,0,188734,0,0,0,0,0),(128094,16022,533,3,1,836,0,3004.78,-3246.98,294.146,4.11898,3600,0,0,31500,19970,0,0,0,0),(128095,16022,533,3,1,836,0,3001.31,-3244.87,294.146,4.74729,3600,0,0,31500,19970,0,0,0,0),(128096,16022,533,3,1,836,0,3006.07,-3250.05,294.146,3.03687,3600,0,0,31500,19970,0,0,0,0),(128097,16022,533,3,1,836,0,3030.39,-3142.86,294.16,2.56563,3600,0,0,31500,19970,0,0,0,0),(128098,16022,533,3,1,836,0,3026.32,-3146.59,294.161,1.81514,3600,0,0,31500,19970,0,0,0,0),(128099,16022,533,3,1,836,0,3031.18,-3137.42,294.161,3.36848,3600,0,0,31500,19970,0,0,0,0),(128100,16022,533,3,1,836,0,3101.21,-3088.26,294.16,0.820305,3600,0,0,31500,19970,0,0,0,0),(128101,16022,533,3,1,836,0,3104.55,-3090.4,294.16,1.53589,3600,0,0,31500,19970,0,0,0,0),(128102,16022,533,3,1,836,0,3099.31,-3084.86,294.16,6.17846,3600,0,0,31500,19970,0,0,0,0),(128103,16024,533,3,1,12349,0,3126.31,-3202.82,294.146,1.41372,3600,8,0,20160,0,1,0,0,0),(128104,16024,533,3,1,12349,0,3141.4,-3229.32,294.146,0.785398,3600,8,0,20160,0,1,0,0,0),(128105,16024,533,3,1,12349,0,3141.99,-3222.09,294.146,3.4383,3600,8,0,20160,0,1,0,0,0),(128106,16024,533,3,1,12349,0,3138.78,-3209.48,294.146,4.71239,3600,8,0,20160,0,1,0,0,0),(128107,16024,533,3,1,12349,0,3150.45,-3202.97,294.146,3.22886,3600,8,0,20160,0,1,0,0,0),(128108,16024,533,3,1,12349,0,3152.3,-3212.52,294.146,4.83456,3600,8,0,20160,0,1,0,0,0),(128109,16024,533,3,1,12349,0,3148.57,-3224.42,294.146,4.36332,3600,8,0,20160,0,1,0,0,0),(128110,16024,533,3,1,12349,0,3142.45,-3194.97,294.146,4.15388,3600,8,0,20160,0,1,0,0,0),(128111,16024,533,3,1,12349,0,3136.91,-3233.01,294.146,1.3439,3600,8,0,20160,0,1,0,0,0),(128112,16024,533,3,1,12349,0,3125.78,-3224.82,294.146,3.12414,3600,8,0,20160,0,1,0,0,0),(128113,16024,533,3,1,12349,0,3145.93,-3214.59,294.146,0.453786,3600,8,0,20160,0,1,0,0,0),(128114,16024,533,3,1,12349,0,3121.3,-3199.04,294.146,0.349066,3600,8,0,20160,0,1,0,0,0),(128115,16024,533,3,1,12349,0,3113.27,-3214.64,294.146,4.39823,3600,8,0,20160,0,1,0,0,0),(128116,16024,533,3,1,12349,0,3123.7,-3212.6,294.146,2.98451,3600,8,0,20160,0,1,0,0,0),(128117,16024,533,3,1,12349,0,3129.97,-3190.44,294.146,2.61799,3600,8,0,20160,0,1,0,0,0),(128118,16024,533,3,1,12349,0,3135.43,-3217.41,294.146,1.5708,3600,8,0,20160,0,1,0,0,0),(128119,16025,533,3,1,24484,0,3291.21,-3360.78,292.678,1.8326,3600,0,0,215696,0,0,0,0,0),(128120,16025,533,3,1,24484,0,3262.94,-3358.04,292.678,1.22173,3600,0,0,215696,0,0,0,0,0),(128121,16025,533,3,1,24484,0,3202.66,-3282.63,292.678,0.296706,3600,0,0,215696,0,0,0,0,0),(128122,16025,533,3,1,24484,0,3202.71,-3306.62,292.678,6.26573,3600,0,0,215696,0,0,0,0,0),(128123,16025,533,3,1,24484,0,3332.37,-3324.52,292.678,2.56563,3600,0,0,215696,0,0,0,0,0),(128124,16025,533,3,1,24484,0,3331.97,-3300.32,292.678,2.84489,3600,0,0,215696,0,0,0,0,0),(203466,29712,0,1,1,5446,1,-8647.7,1303.46,5.23,0.436,180,0,0,7048,0,0,0,0,0),(203465,6086,0,1,1,4845,1,-8633.03,1322.93,5.23,3.8,275,0,0,3048,0,0,0,0,0),(203461,34766,1,1,1,29398,1,-1032.5,313.137,135.003,4.64258,180,0,0,2218,0,0,0,0,0),(207563,15105,530,1,1,0,0,-1669.92,5188.15,-43.2296,0.523599,120,0,0,1,0,0,0,0,0),(203459,37072,1,1,1,4382,1,1522.57,-4371.36,19.1832,0.0523599,360,0,0,4120,0,0,0,0,0),(128135,16028,533,3,1,16174,0,3256.36,-3230.33,294.063,6.04746,604800,0,0,4322950,0,2,0,0,0),(128136,16029,533,3,1,15962,0,3118.06,-3238.51,294.063,1.39706,3600,0,0,134810,0,2,0,0,0),(128137,16030,533,3,1,9906,0,3318,-3335.55,292.678,1.18682,3600,8,0,8,0,1,0,0,0),(128138,16030,533,3,1,9906,0,3320.82,-3342.62,292.678,1.0472,3600,8,0,8,0,1,0,0,0),(128139,16030,533,3,1,9904,0,3315.06,-3348.81,292.678,3.05433,3600,8,0,8,0,1,0,0,0),(128140,16030,533,3,1,9906,0,3306.47,-3347.18,292.678,0.698132,3600,8,0,8,0,1,0,0,0),(128141,16030,533,3,1,9904,0,3313.49,-3340.97,292.678,0.401426,3600,8,0,8,0,1,0,0,0),(128142,16030,533,3,1,9906,0,3038.89,-3474.74,298.216,4.69145,3600,8,0,8,0,1,0,0,0),(128143,16030,533,3,1,9904,0,2991.84,-3463.04,298.219,2.34906,3600,8,0,8,0,1,0,0,0),(128144,16030,533,3,1,9906,0,3008.69,-3402.87,298.218,3.6405,3600,8,0,8,0,1,0,0,0),(128145,16030,533,3,1,9906,0,3046.72,-3429.97,298.222,4.51829,3600,8,0,8,0,1,0,0,0),(128146,16030,533,3,1,9906,0,3103.34,-3292.8,294.599,2.9147,3600,8,0,8,0,1,0,0,0),(128147,16030,533,3,1,9904,0,3126.26,-3365.8,294.572,0.191986,3600,8,0,8,0,1,0,0,0),(128148,16030,533,3,1,9904,0,3128.58,-3369.78,294.568,1.91986,3600,8,0,8,0,1,0,0,0),(128149,16030,533,3,1,9906,0,3129.73,-3364.55,294.572,5.65487,3600,8,0,8,0,1,0,0,0),(128150,16030,533,3,1,9904,0,3122.03,-3366.45,294.581,3.14159,3600,8,0,8,0,1,0,0,0),(128151,16030,533,3,1,9906,0,3124.71,-3362.47,294.575,0.820305,3600,8,0,8,0,1,0,0,0),(128152,16030,533,3,1,9904,0,3251.99,-3351.52,292.678,2.75762,3600,8,0,8,0,1,0,0,0),(128153,16030,533,3,1,9904,0,3246.14,-3356.44,292.595,3.5914,3600,8,0,8,0,1,0,0,0),(128154,16030,533,3,1,9904,0,3254.5,-3347.45,292.678,0.610865,3600,8,0,8,0,1,0,0,0),(128155,16030,533,3,1,9904,0,3254.41,-3356.07,292.678,0.994838,3600,8,0,8,0,1,0,0,0),(128156,16030,533,3,1,9904,0,3248.11,-3348.84,292.678,4.27606,3600,8,0,8,0,1,0,0,0),(128157,16030,533,3,1,9906,0,3076.54,-3314.61,294.572,2.44346,3600,8,0,8,0,1,0,0,0),(128158,16030,533,3,1,9906,0,3071.26,-3314,294.571,2.93215,3600,8,0,8,0,1,0,0,0),(128159,16030,533,3,1,9906,0,3078.04,-3310.57,294.573,4.20624,3600,8,0,8,0,1,0,0,0),(128160,16030,533,3,1,9906,0,3075.48,-3318.7,294.58,0.942478,3600,8,0,8,0,1,0,0,0),(128161,16030,533,3,1,9906,0,3080.41,-3315.86,294.575,0.174533,3600,8,0,8,0,1,0,0,0),(128162,16030,533,3,1,9906,0,3115.43,-3264.77,294.531,3.57792,3600,8,0,8,0,1,0,0,0),(128163,16030,533,3,1,9906,0,3060.06,-3239.59,294.146,5.84685,3600,8,0,8,0,1,0,0,0),(128164,16030,533,3,1,9906,0,3012.85,-3148.56,294.159,5.37561,3600,8,0,8,0,1,0,0,0),(128165,16030,533,3,1,9906,0,3269.68,-3270.23,292.678,0.383972,3600,8,0,8,0,1,0,0,0),(128166,16030,533,3,1,9904,0,3179.1,-3313.12,294.618,3.12414,3600,8,0,8,0,1,0,0,0),(128167,16030,533,3,1,9904,0,3125.16,-3066.66,294.156,1.20428,3600,8,0,8,0,1,0,0,0),(128168,16030,533,3,1,9906,0,3322.63,-3226.65,294.146,3.50811,3600,8,0,8,0,1,0,0,0),(128169,16030,533,3,1,9904,0,3175.82,-3326.75,294.611,3.54302,3600,8,0,8,0,1,0,0,0),(128170,16030,533,3,1,9904,0,3301.85,-3270.85,292.678,0.10472,3600,8,0,8,0,1,0,0,0),(128171,16034,533,3,1,23136,0,2541.06,-3517.6,267.676,0.890118,3600,0,0,78198,0,0,0,0,0),(128172,16034,533,3,1,23136,0,2719.42,-3882.34,294.744,0.506145,3600,0,0,78198,0,0,0,0,0),(128173,16034,533,3,1,23136,0,2556.19,-3548.68,267.676,1.88496,3600,0,0,78198,0,0,0,0,0),(128174,16034,533,3,1,23136,0,2691.24,-3900.99,294.744,5.25344,3600,0,0,78198,0,0,0,0,0),(128175,16034,533,3,1,23136,0,2687.68,-3867.99,294.744,3.63029,3600,0,0,78198,0,0,0,0,0),(128176,16034,533,3,1,23136,0,2536.41,-3743.72,294.744,1.85005,3600,0,0,78198,0,0,0,0,0),(128177,16034,533,3,1,23136,0,2727.22,-3594.06,258.886,1.31549,3600,0,0,78198,0,2,0,0,0),(128178,16034,533,3,1,23136,0,2847.41,-3611.5,261.861,4.86809,3600,0,0,78198,0,2,0,0,0),(128179,16034,533,3,1,23136,0,2777.6,-3575.9,253.75,6.05147,3600,0,0,78198,0,2,0,0,0),(128180,16034,533,3,1,23136,0,2571.11,-3753.44,294.744,5.63741,3600,0,0,78198,0,0,0,0,0),(128181,16034,533,3,1,23136,0,2565.02,-3721.08,294.744,3.80482,3600,0,0,78198,0,0,0,0,0),(128182,16034,533,3,1,23136,0,2573.42,-3518.55,267.676,2.02458,3600,0,0,78198,0,0,0,0,0),(128183,16034,533,3,1,23136,0,2897.48,-3671.88,280.394,3.18127,3600,0,0,78198,0,2,0,0,0),(128186,16036,533,3,1,7896,0,2851.08,-3693.53,281.254,4.01426,3600,8,0,18900,0,1,0,0,0),(128187,16036,533,3,1,7896,0,2851.45,-3717.97,286.667,2.80998,3600,8,0,18900,0,1,0,0,0),(128188,16036,533,3,1,7896,0,2860.91,-3585.21,262.448,1.18682,3600,8,0,18900,0,1,0,0,0),(128189,16036,533,3,1,7896,0,2849.72,-3598.39,262.169,5.81195,3600,8,0,18900,0,1,0,0,0),(128190,16036,533,3,1,7896,0,2838.08,-3585.05,256.51,1.6057,3600,8,0,18900,0,1,0,0,0),(128191,16036,533,3,1,7896,0,2887.21,-3633.74,273.876,0.750492,3600,8,0,18900,0,1,0,0,0),(128192,16036,533,3,1,7896,0,2893.05,-3652,276.695,1.94322,3600,8,0,18900,0,1,0,0,0),(128193,16036,533,3,1,7896,0,2899.61,-3693.08,285.491,2.54818,3600,8,0,18900,0,1,0,0,0),(128194,16036,533,3,1,7896,0,2914.51,-3690.77,286.372,2.77507,3600,8,0,18900,0,1,0,0,0),(128195,16036,533,3,1,7896,0,2893.91,-3706.73,286.163,4.76475,3600,8,0,18900,0,1,0,0,0),(128196,16036,533,3,1,7896,0,2696.64,-3599.3,261.22,5.35413,3600,8,0,18900,0,1,0,0,0),(128197,16036,533,3,1,7896,0,2719.04,-3576.17,260.124,3.97935,3600,8,0,18900,0,1,0,0,0),(128198,16036,533,3,1,7896,0,2698.5,-3585.11,260.696,2.62,3600,8,0,18900,0,1,0,0,0),(128199,16036,533,3,1,7896,0,2705.66,-3572.01,261.494,5.67232,3600,8,0,18900,0,1,0,0,0),(128200,16036,533,3,1,7896,0,2833.93,-3555.91,253.269,4.08407,3600,8,0,18900,0,1,0,0,0),(128201,16036,533,3,1,7896,0,2816.62,-3573.75,253.326,5.99961,3600,8,0,18900,0,1,0,0,0),(128202,16036,533,3,1,7896,0,2816.25,-3582.72,254.552,5.30591,3600,8,0,18900,0,1,0,0,0),(128203,16036,533,3,1,7896,0,2677.9,-3596.35,261.582,2.80998,3600,8,0,18900,0,1,0,0,0),(128204,16036,533,3,1,7896,0,2659.54,-3605.86,262.47,0.663225,3600,8,0,18900,0,1,0,0,0),(128205,16036,533,3,1,7896,0,2690.14,-3610.98,262.288,4.81711,3600,8,0,18900,0,1,0,0,0),(128206,16036,533,3,1,7896,0,2672.38,-3626.03,266.216,0.645772,3600,8,0,18900,0,1,0,0,0),(128207,16036,533,3,1,7896,0,2766.36,-3610.83,255.69,1.95477,3600,8,0,18900,0,1,0,0,0),(128208,16036,533,3,1,7896,0,2721.05,-3615.26,260.121,4.24115,3600,8,0,18900,0,1,0,0,0),(128209,16036,533,3,1,7896,0,2750.46,-3613.72,256.717,3.26377,3600,8,0,18900,0,1,0,0,0),(128210,16036,533,3,1,7896,0,2826.9,-3625.57,260.106,5.7321,3600,8,0,18900,0,1,0,0,0),(128211,16036,533,3,1,7896,0,2799.82,-3622.71,256.142,5.51524,3600,8,0,18900,0,1,0,0,0),(128212,16036,533,3,1,7896,0,2799.55,-3610.14,256.026,1.0821,3600,8,0,18900,0,1,0,0,0),(128213,16036,533,3,1,7896,0,2764.99,-3540.81,253.575,5.0091,3600,8,0,18900,0,1,0,0,0),(128214,16036,533,3,1,7896,0,2749.98,-3572.63,255.623,0.942478,3600,8,0,18900,0,1,0,0,0),(128215,16036,533,3,1,7896,0,2910.16,-3581.52,274.212,2.82743,3600,8,0,18900,0,1,0,0,0),(128216,16036,533,3,1,7896,0,2908.21,-3598.82,275.449,0.20944,3600,8,0,18900,0,1,0,0,0),(128217,16036,533,3,1,7896,0,2895.22,-3581.66,272.621,2.93215,3600,8,0,18900,0,1,0,0,0),(128218,16036,533,3,1,7896,0,2868.29,-3643.7,272.456,6.0912,3600,8,0,18900,0,1,0,0,0),(128219,16036,533,3,1,7896,0,2846.37,-3629.32,263.927,0.663225,3600,8,0,18900,0,1,0,0,0),(128220,16037,533,3,1,1954,0,2881.45,-3723.31,284.623,0.663225,3600,8,0,18900,0,1,0,0,0),(128221,16037,533,3,1,1954,0,2876.12,-3701.31,284.433,0.872665,3600,8,0,18900,0,1,0,0,0),(128222,16037,533,3,1,1954,0,2869.8,-3718.72,284.162,0.139626,3600,8,0,18900,0,1,0,0,0),(128223,16037,533,3,1,1954,0,2862.95,-3702.28,283.375,4.93928,3600,8,0,18900,0,1,0,0,0),(128224,16037,533,3,1,1954,0,2841.03,-3601.09,260.275,3.00807,3600,8,0,18900,0,1,0,0,0),(128225,16037,533,3,1,1954,0,2846.79,-3576,256.709,4.01426,3600,8,0,18900,0,1,0,0,0),(128226,16037,533,3,1,1954,0,2862.88,-3597.03,264.963,1.01229,3600,8,0,18900,0,1,0,0,0),(128227,16037,533,3,1,1954,0,2912.88,-3643.42,276.294,5.86337,3600,8,0,18900,0,1,0,0,0),(128228,16037,533,3,1,1954,0,2913.06,-3663.37,278.465,3.12807,3600,8,0,18900,0,1,0,0,0),(128229,16037,533,3,1,1954,0,2903.44,-3625.36,276.342,4.99541,3600,8,0,18900,0,1,0,0,0),(128230,16037,533,3,1,1954,0,2882.89,-3666.12,278.247,5.75694,3600,8,0,18900,0,1,0,0,0),(128231,16037,533,3,1,1954,0,2907.45,-3716.59,284.845,0.506145,3600,8,0,18900,0,1,0,0,0),(128232,16037,533,3,1,1954,0,2898.53,-3677.43,281.721,0.663225,3600,8,0,18900,0,1,0,0,0),(128233,16037,533,3,1,1954,0,2882.52,-3683.1,281.918,4.06662,3600,8,0,18900,0,1,0,0,0),(128234,16037,533,3,1,1954,0,2713.67,-3599.83,260.169,5.06927,3600,8,0,18900,0,1,0,0,0),(128235,16037,533,3,1,1954,0,2726.71,-3594.92,258.971,4.00729,3600,8,0,18900,0,1,0,0,0),(128236,16037,533,3,1,1954,0,2827.71,-3545.16,253.835,4.55531,3600,8,0,18900,0,1,0,0,0),(128237,16037,533,3,1,1954,0,2796.43,-3568.79,252.207,4.89914,3600,8,0,18900,0,1,0,0,0),(128238,16037,533,3,1,1954,0,2798.75,-3551.8,250.509,4.21708,3600,8,0,18900,0,1,0,0,0),(128239,16037,533,3,1,1954,0,2696.57,-3624.93,262.695,2.44346,3600,8,0,18900,0,1,0,0,0),(128240,16037,533,3,1,1954,0,2679.47,-3611.75,262.696,4.50295,3600,8,0,18900,0,1,0,0,0),(128241,16037,533,3,1,1954,0,2735,-3608.37,258.858,4.03171,3600,8,0,18900,0,1,0,0,0),(128242,16037,533,3,1,1954,0,2746.83,-3596.91,257.529,3.61283,3600,8,0,18900,0,1,0,0,0),(128243,16037,533,3,1,1954,0,2756.84,-3593.13,257.109,0.890118,3600,8,0,18900,0,1,0,0,0),(128244,16037,533,3,1,1954,0,2812.39,-3601.02,258.005,4.18879,3600,8,0,18900,0,1,0,0,0),(128245,16037,533,3,1,1954,0,2820.91,-3611.12,259.015,3.45575,3600,8,0,18900,0,1,0,0,0),(128246,16037,533,3,1,1954,0,2804.55,-3590.23,255.311,2.30383,3600,8,0,18900,0,1,0,0,0),(128247,16037,533,3,1,1954,0,2773.89,-3553.93,251.001,1.65806,3600,8,0,18900,0,1,0,0,0),(128248,16037,533,3,1,1954,0,2773.7,-3570.05,253.263,4.97419,3600,8,0,18900,0,1,0,0,0),(128249,16037,533,3,1,1954,0,2753.11,-3554.85,255.363,3.89208,3600,8,0,18900,0,1,0,0,0),(128250,16037,533,3,1,1954,0,2759.66,-3575.94,255.715,4.08407,3600,8,0,18900,0,1,0,0,0),(128251,16037,533,3,1,1954,0,2887.77,-3591.83,270.716,4.81711,3600,8,0,18900,0,1,0,0,0),(128252,16037,533,3,1,1954,0,2894.74,-3608.56,272.834,2.2864,3600,8,0,18900,0,1,0,0,0),(128253,16037,533,3,1,1954,0,2884.6,-3610.1,270.105,1.4284,3600,8,0,18900,0,1,0,0,0),(128254,16037,533,3,1,1954,0,2846.03,-3673.73,275.515,6.21337,3600,8,0,18900,0,1,0,0,0),(128255,16037,533,3,1,1954,0,2865.59,-3666.23,276.285,0.506145,3600,8,0,18900,0,1,0,0,0),(128256,16037,533,3,1,1954,0,2857.25,-3628.22,266.402,4.7865,3600,8,0,18900,0,1,0,0,0),(128257,16037,533,3,1,1954,0,2855.76,-3654.55,272.829,3.05433,3600,8,0,18900,0,1,0,0,0),(128258,16297,533,3,1,16895,0,2859.83,-3683.38,279.276,5.84685,3600,0,0,39099,0,0,0,0,0),(128259,16297,533,3,1,16895,0,2841.54,-3686.11,278.137,1.09956,3600,0,0,39099,0,0,0,0,0),(128260,16297,533,3,1,16895,0,2899.99,-3685.23,284.385,5.61996,3600,0,0,39099,0,0,0,0,0),(128261,16297,533,3,1,16895,0,2885.92,-3667.93,278.941,2.00713,3600,0,0,39099,0,0,0,0,0),(128262,16297,533,3,1,16895,0,2734.75,-3603.47,258.694,1.98968,3600,0,0,39099,0,0,0,0,0),(128263,16297,533,3,1,16895,0,2712.69,-3607.78,260.632,5.14872,3600,0,0,39099,0,0,0,0,0),(128264,16297,533,3,1,16895,0,2834.19,-3590.74,257.507,3.61283,3600,0,0,39099,0,0,0,0,0),(128265,16297,533,3,1,16895,0,2839.38,-3613.28,260.343,0.899918,3600,5,0,39099,0,1,0,0,0),(128266,16297,533,3,1,16895,0,2763.86,-3577.34,255.752,0.802851,3600,0,0,39099,0,0,0,0,0),(128267,16297,533,3,1,16895,0,2785.11,-3584.64,253.637,2.05949,3600,0,0,39099,0,0,0,0,0),(128268,16297,533,3,1,16895,0,2678.69,-3570.48,261.942,5.88176,3600,0,0,39099,0,0,0,0,0),(128269,16297,533,3,1,16895,0,2689.72,-3579.8,261.325,4.55531,3600,0,0,39099,0,0,0,0,0),(128270,16297,533,3,1,16895,0,2877.03,-3584.53,267.786,2.68781,3600,0,0,39099,0,0,0,0,0),(128271,16297,533,3,1,16895,0,2874.13,-3606.33,267.582,1.58825,3600,0,0,39099,0,0,0,0,0),(128272,16056,533,3,1,15978,0,2900.43,-3756.91,273.689,1.72788,3600,8,0,18900,0,1,0,0,0),(128273,16056,533,3,1,15978,0,2806.49,-3787.34,273.679,3.15905,3600,8,0,18900,0,1,0,0,0),(128274,16056,533,3,1,15978,0,2805.8,-3777.39,273.704,2.09439,3600,8,0,18900,0,1,0,0,0),(128275,16056,533,3,1,15978,0,2789.35,-3756.75,273.704,2.75762,3600,8,0,18900,0,1,0,0,0),(128276,16056,533,3,1,15978,0,2784.84,-3761.65,273.704,1.01229,3600,8,0,18900,0,1,0,0,0),(128277,16056,533,3,1,15978,0,2783.87,-3748.3,273.704,5.98648,3600,8,0,18900,0,1,0,0,0),(128278,16056,533,3,1,15978,0,2844.88,-3775,273.704,4.08407,3600,8,0,18900,0,1,0,0,0),(128279,16056,533,3,1,15978,0,2853.38,-3782.95,273.69,1.8675,3600,8,0,18900,0,1,0,0,0),(128280,16056,533,3,1,15978,0,2896.02,-3787.39,273.683,2.82743,3600,8,0,18900,0,1,0,0,0),(128281,16056,533,3,1,15978,0,2876.47,-3789.07,273.668,4.95674,3600,8,0,18900,0,1,0,0,0),(128282,16056,533,3,1,15978,0,2887.12,-3776.81,273.704,0.645772,3600,8,0,18900,0,1,0,0,0),(128283,16056,533,3,1,15978,0,2857.69,-3748.92,273.675,1.3439,3600,8,0,18900,0,1,0,0,0),(128284,16056,533,3,1,15978,0,2872.54,-3754.76,273.681,1.25664,3600,8,0,18900,0,1,0,0,0),(128285,16056,533,3,1,15978,0,2838.36,-3754.8,273.704,4.59022,3600,8,0,18900,0,1,0,0,0),(128286,16056,533,3,1,15978,0,2821.22,-3751.85,273.703,5.98648,3600,8,0,18900,0,1,0,0,0),(128287,16056,533,3,1,15978,0,2762.27,-3774.95,273.704,1.88496,3600,8,0,18900,0,1,0,0,0),(128288,16056,533,3,1,15978,0,2750.7,-3760.29,273.869,3.10669,3600,8,0,18900,0,1,0,0,0),(128289,16057,533,3,1,15554,0,2885.76,-3753.39,273.674,1.93731,3600,8,0,18900,0,1,0,0,0),(128290,16057,533,3,1,15554,0,2892.7,-3752.32,273.681,5.044,3600,8,0,18900,0,1,0,0,0),(128291,16057,533,3,1,15554,0,2889.42,-3760.64,273.701,5.67232,3600,8,0,18900,0,1,0,0,0),(128292,16057,533,3,1,15554,0,2802.28,-3783.52,273.702,3.85718,3600,8,0,18900,0,1,0,0,0),(128293,16057,533,3,1,15554,0,2792.94,-3781.03,273.704,3.45575,3600,8,0,18900,0,1,0,0,0),(128294,16057,533,3,1,15554,0,2792.6,-3786.45,273.704,2.79253,3600,8,0,18900,0,1,0,0,0),(128295,16057,533,3,1,15554,0,2796.72,-3761.3,273.704,2.3911,3600,8,0,18900,0,1,0,0,0),(128296,16057,533,3,1,15554,0,2796.92,-3749.69,273.686,0.959931,3600,8,0,18900,0,1,0,0,0),(128297,16057,533,3,1,15554,0,2845.3,-3782.38,273.704,4.39823,3600,8,0,18900,0,1,0,0,0),(128298,16057,533,3,1,15554,0,2855.34,-3771.93,273.704,2.09439,3600,8,0,18900,0,1,0,0,0),(128299,16057,533,3,1,15554,0,2840.12,-3785.36,273.704,2.3911,3600,8,0,18900,0,1,0,0,0),(128300,16057,533,3,1,15554,0,2888.82,-3785.98,273.688,1.81514,3600,8,0,18900,0,1,0,0,0),(128301,16057,533,3,1,15554,0,2901.39,-3780.82,273.703,0.663225,3600,8,0,18900,0,1,0,0,0),(128302,16057,533,3,1,15554,0,2868.66,-3761.07,273.697,4.86947,3600,8,0,18900,0,1,0,0,0),(128303,16057,533,3,1,15554,0,2866.29,-3749.31,273.678,2.42601,3600,8,0,18900,0,1,0,0,0),(128304,16057,533,3,1,15554,0,2879.6,-3754.62,273.688,5.32325,3600,8,0,18900,0,1,0,0,0),(128305,16057,533,3,1,15554,0,2829.45,-3756.54,273.704,0.296706,3600,8,0,18900,0,1,0,0,0),(128306,16057,533,3,1,15554,0,2815.06,-3762.47,273.704,1.8326,3600,8,0,18900,0,1,0,0,0),(128307,16057,533,3,1,15554,0,2811.44,-3755.82,273.704,3.21141,3600,8,0,18900,0,1,0,0,0),(128308,16057,533,3,1,15554,0,2763.01,-3759.3,273.704,2.32129,3600,8,0,18900,0,1,0,0,0),(128309,16057,533,3,1,15554,0,2754.8,-3751.2,273.727,5.25344,3600,8,0,18900,0,1,0,0,0),(128310,16057,533,3,1,15554,0,2756.42,-3769.1,273.813,1.15192,3600,8,0,18900,0,1,0,0,0),(128311,16060,533,3,1,16279,0,2642.14,-3386.96,285.492,6.26573,604800,0,0,836700,425800,0,0,0,0),(128312,16061,533,3,1,16582,1,2758.93,-3107.12,267.685,3.93846,604800,0,0,3346800,0,2,0,0,0),(128313,16067,533,3,1,26539,0,2933.78,-3220.38,273.87,1.91986,3600,0,0,78198,0,0,0,0,0),(128314,16067,533,3,1,26539,0,2929.82,-3221.27,273.87,1.79769,3600,0,0,78198,0,0,0,0,0),(128315,16067,533,3,1,26539,0,2952.2,-3171.95,273.87,3.26377,3600,0,0,78198,0,0,0,0,0),(128316,16067,533,3,1,26539,0,2954.09,-3174.16,273.87,3.24631,3600,0,0,78198,0,0,0,0,0),(128317,16067,533,3,1,26539,0,2873.46,-3153.62,273.87,4.72984,3600,0,0,78198,0,0,0,0,0),(128318,16067,533,3,1,26539,0,2877.22,-3152.82,273.87,4.59022,3600,0,0,78198,0,0,0,0,0),(128319,16068,533,3,1,9905,0,2847.36,-3688.1,279.027,4.76567,3600,8,0,8,0,1,0,0,0),(128320,16068,533,3,1,9906,0,2862.42,-3671.69,276.904,1.73453,3600,8,0,8,0,1,0,0,0),(128321,16068,533,3,1,9905,0,2755.28,-3590.7,256.861,6.0064,3600,8,0,8,0,1,0,0,0),(128322,16068,533,3,1,9904,0,2833.08,-3548.21,254.238,1.05746,3600,8,0,8,0,1,0,0,0),(128323,16068,533,3,1,9906,0,2765.66,-3581.11,255.935,3.78032,3600,8,0,8,0,1,0,0,0),(128324,16068,533,3,1,9905,0,2894.29,-3618.93,273.603,2.11469,3600,8,0,8,0,1,0,0,0),(128325,16068,533,3,1,9906,0,2775.15,-3559.07,250.923,5.44874,3600,8,0,8,0,1,0,0,0),(128326,16068,533,3,1,9906,0,2773.29,-3616.7,254.731,2.82547,3600,8,0,8,0,1,0,0,0),(128327,16068,533,3,1,9904,0,2889.84,-3678.42,281.347,4.25105,3600,8,0,8,0,1,0,0,0),(128328,16068,533,3,1,9906,0,2734.93,-3597.33,258.319,0.807797,3600,8,0,8,0,1,0,0,0),(128329,16068,533,3,1,9905,0,2801.9,-3589.27,254.856,2.63119,3600,8,0,8,0,1,0,0,0),(128330,16068,533,3,1,9904,0,2879.9,-3650.04,274.982,0.10067,3600,8,0,8,0,1,0,0,0),(128331,16068,533,3,1,9905,0,2881.9,-3620.86,270.75,0.244238,3600,8,0,8,0,1,0,0,0),(128332,16068,533,3,1,9904,0,2912.48,-3586.57,274.36,1.10071,3600,8,0,8,0,1,0,0,0),(128333,16068,533,3,1,9905,0,2899.39,-3700.27,285.613,0.090022,3600,8,0,8,0,1,0,0,0),(128334,16068,533,3,1,9906,0,2877.12,-3691.8,282.437,4.89036,3600,8,0,8,0,1,0,0,0),(128335,16068,533,3,1,9906,0,2673.3,-3624.03,265.549,2.16559,3600,8,0,8,0,1,0,0,0),(128336,16068,533,3,1,9906,0,2861.03,-3648.37,272.216,3.87341,3600,8,0,8,0,1,0,0,0),(128337,16068,533,3,1,9904,0,2860.04,-3706.87,284.113,4.24212,3600,8,0,8,0,1,0,0,0),(128338,16068,533,3,1,9906,0,2811.54,-3576.31,253.609,4.81057,3600,8,0,8,0,1,0,0,0),(128339,16068,533,3,1,9906,0,2865.75,-3658.31,274.641,0.458959,3600,8,0,8,0,1,0,0,0),(128340,16068,533,3,1,9904,0,2896.11,-3656.78,277.51,0.313374,3600,8,0,8,0,1,0,0,0),(128341,16068,533,3,1,9906,0,2905.33,-3682.31,283.876,0.59482,3600,8,0,8,0,1,0,0,0),(128342,16068,533,3,1,9906,0,2895.52,-3572.9,272.322,2.09725,3600,8,0,8,0,1,0,0,0),(128343,16068,533,3,1,9905,0,2855.79,-3618.3,263.904,0.579871,3600,8,0,8,0,1,0,0,0),(128344,16068,533,3,1,9906,0,2790.42,-3585.39,253.704,1.4536,3600,8,0,8,0,1,0,0,0),(128345,16068,533,3,1,9905,0,2897.74,-3646.21,276.007,1.83488,3600,8,0,8,0,1,0,0,0),(128346,16068,533,3,1,9904,0,2704,-3600.04,260.803,1.0333,3600,8,0,8,0,1,0,0,0),(128347,16068,533,3,1,9904,0,2689.36,-3594.03,261.013,5.88405,3600,8,0,8,0,1,0,0,0),(128348,16068,533,3,1,9904,0,2875.86,-3705.54,284.832,3.04009,3600,8,0,8,0,1,0,0,0),(128349,16068,533,3,1,9905,0,2869.41,-3589.09,266.096,1.27594,3600,8,0,8,0,1,0,0,0),(128350,16068,533,3,1,9905,0,2884.94,-3598.44,269.901,1.45662,3600,8,0,8,0,1,0,0,0),(128352,29912,533,1,1,26620,0,2798.35,-3110.24,267.768,0,3600,0,0,12600,0,0,0,0,0),(128353,29912,533,1,1,26620,0,2798.43,-3088.71,267.768,0,3600,0,0,12600,0,0,0,0,0),(128354,4075,533,3,1,2176,0,2862.24,-3221.67,274.281,6.15288,3600,5,0,8,0,1,0,0,0),(128355,4075,533,3,1,1418,0,2850.01,-3069.62,273.745,3.45795,3600,5,0,8,0,1,0,0,0),(128356,4075,533,3,1,1418,0,3343.67,-3329.04,292.678,1.22173,3600,0,0,8,0,0,0,0,0),(128357,4075,533,3,1,1141,0,2798.81,-3397.75,267.685,2.03858,3600,5,0,8,0,1,0,0,0),(128358,4075,533,3,1,1418,0,2757.92,-3245.05,267.717,4.34936,3600,5,0,8,0,1,0,0,0),(128359,4075,533,3,1,1418,0,2779.72,-3402.66,267.686,0.077889,3600,5,0,8,0,1,0,0,0),(128360,4075,533,3,1,1141,0,2854.37,-3252.37,298.109,3.09705,3600,5,0,8,0,1,0,0,0),(128361,4075,533,3,1,1141,0,2821.19,-3210.31,298.291,0.612072,3600,5,0,8,0,1,0,0,0),(128362,4075,533,3,1,1141,0,2980.29,-3198.71,294.146,3.56047,3600,0,0,8,0,0,0,0,0),(128363,4075,533,3,1,1418,0,2861.21,-3468.68,297.871,4.17484,3600,5,0,8,0,1,0,0,0),(128364,4075,533,3,1,1141,0,2683.21,-3254.64,267.723,1.51289,3600,5,0,8,0,1,0,0,0),(128365,4075,533,3,1,2176,0,3254.77,-3263.22,292.678,2.87979,3600,0,0,8,0,0,0,0,0),(128366,4075,533,3,1,1418,0,2628.21,-3538.8,261.853,2.68703,3600,5,0,8,0,1,0,0,0),(128367,4075,533,3,1,1141,0,2790.74,-3154.29,298.148,6.07273,3600,5,0,8,0,1,0,0,0),(128368,4075,533,3,1,2176,0,2962.72,-3356.16,298.127,2.36018,3600,5,0,8,0,1,0,0,0),(128369,4075,533,3,1,2176,0,2791.8,-3207.55,273.819,0.161498,3600,5,0,8,0,1,0,0,0),(128370,4075,533,3,1,1141,0,2913.79,-3370.73,298.139,2.61752,3600,5,0,8,0,1,0,0,0),(128371,4075,533,3,1,2176,0,2931.33,-3221.42,273.787,4.48913,3600,5,0,8,0,1,0,0,0),(128372,4075,533,3,1,1141,0,2745.92,-3658.74,285.253,5.25344,3600,5,0,8,0,1,0,0,0),(128373,4075,533,3,1,1141,0,2871.23,-3364.54,298.146,1.52012,3600,5,0,8,0,1,0,0,0),(128374,4075,533,3,1,1141,0,2799.5,-3301.39,267.685,2.71451,3600,5,0,8,0,1,0,0,0),(128375,4075,533,3,1,2176,0,2892.38,-3469.16,297.863,3.14837,3600,5,0,8,0,1,0,0,0),(128376,4075,533,3,1,1141,0,2985.75,-3243.94,294.146,3.56047,3600,0,0,8,0,0,0,0,0),(128377,4075,533,3,1,1418,0,3195.98,-3308.35,292.678,6.23082,3600,0,0,8,0,0,0,0,0),(128378,4075,533,3,1,2176,0,2690.28,-3260.72,267.738,0.596745,3600,5,0,8,0,1,0,0,0),(128379,4075,533,3,1,2176,0,2753.39,-3217.74,267.569,2.01382,3600,5,0,8,0,1,0,0,0),(128380,4075,533,3,1,1141,0,2774.83,-3180.47,273.782,1.09138,3600,5,0,8,0,1,0,0,0),(128381,4075,533,3,1,1418,0,3343.55,-3292.74,292.678,3.71755,3600,0,0,8,0,0,0,0,0),(128382,4075,533,3,1,1418,0,3279.03,-3262.9,292.678,3.57792,3600,0,0,8,0,0,0,0,0),(128383,4075,533,3,1,1418,0,2865.47,-3217.4,274.658,0.301265,3600,5,0,8,0,1,0,0,0),(128384,4075,533,3,1,2176,0,2705.53,-3077.45,267.685,6.06152,3600,5,0,8,0,1,0,0,0),(128385,4075,533,3,1,1141,0,2659.89,-3220.11,267.679,5.28339,3600,5,0,8,0,1,0,0,0),(128386,4075,533,3,1,2176,0,2747.18,-3153.39,267.717,2.46168,3600,5,0,8,0,1,0,0,0),(128387,4075,533,3,1,1418,0,2828.36,-3279.32,298.099,0.719604,3600,5,0,8,0,1,0,0,0),(128388,4075,533,3,1,1418,0,2726.03,-3545.26,261.911,1.31996,3600,5,0,8,0,1,0,0,0),(128389,4075,533,3,1,1418,0,2948.95,-3163.86,274.504,0.000783,3600,5,0,8,0,1,0,0,0),(128390,4075,533,3,1,1418,0,2858.15,-3534.33,297.885,1.77236,3600,5,0,8,0,1,0,0,0),(128391,4075,533,3,1,2176,0,2798.77,-3391.96,267.685,2.36412,3600,5,0,8,0,1,0,0,0),(128392,4075,533,3,1,2176,0,2776.23,-3326.02,267.684,0.794321,3600,5,0,8,0,1,0,0,0),(128393,4075,533,3,1,1418,0,2939.08,-3489.07,297.823,2.24602,3600,5,0,8,0,1,0,0,0),(128394,4075,533,3,1,1418,0,3197.27,-3270.23,292.678,4.2237,3600,0,0,8,0,0,0,0,0),(128395,4075,533,3,1,1418,0,2773.42,-3160.4,298.147,4.59206,3600,5,0,8,0,1,0,0,0),(128396,4075,533,3,1,1418,0,3201.55,-3356.08,292.678,5.42797,3600,0,0,8,0,0,0,0,0),(128397,4075,533,3,1,1141,0,3201.14,-3368.57,292.678,1.18682,3600,0,0,8,0,0,0,0,0),(128398,4075,533,3,1,2176,0,3201.36,-3364.57,292.678,6.21337,3600,0,0,8,0,0,0,0,0),(128399,4075,533,3,1,1141,0,3196.74,-3356.55,292.678,0.244346,3600,0,0,8,0,0,0,0,0),(128400,4075,533,3,1,1418,0,3190.56,-3348.45,292.678,5.41052,3600,0,0,8,0,0,0,0,0),(128401,4075,533,3,1,1418,0,3194.27,-3351.64,292.678,0.488692,3600,0,0,8,0,0,0,0,0),(128402,4075,533,3,1,1418,0,3204.66,-3360.4,292.678,6.0912,3600,0,0,8,0,0,0,0,0),(128403,4075,533,3,1,1141,0,3192.33,-3357.58,292.678,2.63545,3600,0,0,8,0,0,0,0,0),(128404,4075,533,3,1,1141,0,3201.96,-3374.83,292.595,4.78349,3600,5,0,8,0,1,0,0,0),(128405,4075,533,3,1,1418,0,3190.75,-3375.17,292.678,2.44346,3600,0,0,8,0,0,0,0,0),(128406,4075,533,3,1,1418,0,2745.8,-3712.84,285.262,5.70723,3600,5,0,8,0,1,0,0,0),(128407,4075,533,3,1,1418,0,2635.35,-3522.12,261.93,3.63578,3600,5,0,8,0,1,0,0,0),(128408,4075,533,3,1,1418,0,2916.49,-3150.86,274.268,3.08401,3600,5,0,8,0,1,0,0,0),(128409,4075,533,3,1,1141,0,3347.26,-3319.77,292.678,3.15905,3600,0,0,8,0,0,0,0,0),(128410,4075,533,3,1,2176,0,2797.65,-3307.94,267.685,3.05083,3600,5,0,8,0,1,0,0,0),(128411,4075,533,3,1,1141,0,2933.28,-3531.7,298.418,4.11675,3600,5,0,8,0,1,0,0,0),(128412,4075,533,3,1,1418,0,2797.56,-3658.15,285.262,2.32129,3600,5,0,8,0,1,0,0,0),(128413,4075,533,3,1,1418,0,2752.13,-3228.54,267.567,1.37531,3600,5,0,8,0,1,0,0,0),(128414,4075,533,3,1,2176,0,2939.99,-3209.17,273.787,2.50452,3600,5,0,8,0,1,0,0,0),(128415,4075,533,3,1,1141,0,3081.84,-3062.09,294.151,5.044,3600,0,0,8,0,0,0,0,0),(128416,4075,533,3,1,1418,0,3084.76,-3063.93,294.154,3.59538,3600,0,0,8,0,0,0,0,0),(128417,4075,533,3,1,1141,0,3087.03,-3062.32,294.153,2.37365,3600,0,0,8,0,0,0,0,0),(128418,4075,533,3,1,2176,0,3091.66,-3065.17,294.158,3.78736,3600,0,0,8,0,0,0,0,0),(128419,4075,533,3,1,1141,0,3096.33,-3067.03,294.161,3.78736,3600,0,0,8,0,0,0,0,0),(128420,4075,533,3,1,1141,0,3097.6,-3063.46,294.158,3.83972,3600,0,0,8,0,0,0,0,0),(128421,4075,533,3,1,1141,0,3089.47,-3062.15,294.153,6.0912,3600,0,0,8,0,0,0,0,0),(128422,4075,533,3,1,2176,0,3085.19,-3058.58,294.148,0.20944,3600,0,0,8,0,0,0,0,0),(128423,4075,533,3,1,1141,0,3095.58,-3059.41,294.152,1.44862,3600,0,0,8,0,0,0,0,0),(128424,4075,533,3,1,1141,0,3088.22,-3065.31,294.157,2.30383,3600,0,0,8,0,0,0,0,0),(128425,4075,533,3,1,1418,0,2940.28,-3297.49,298.229,5.60251,3600,0,0,8,0,0,0,0,0),(128426,4075,533,3,1,1418,0,3023.22,-3105,294.147,2.80998,3600,0,0,8,0,0,0,0,0),(128427,4075,533,3,1,1418,0,3027.07,-3101.84,294.151,4.85202,3600,0,0,8,0,0,0,0,0),(128428,4075,533,3,1,1141,0,3024.52,-3102.71,294.148,5.46288,3600,0,0,8,0,0,0,0,0),(128429,4075,533,3,1,1418,0,3015.25,-3110.68,294.155,3.71755,3600,0,0,8,0,0,0,0,0),(128430,4075,533,3,1,2176,0,3026.8,-3095.25,294.152,0.610865,3600,0,0,8,0,0,0,0,0),(128431,4075,533,3,1,1418,0,3019.95,-3102.67,294.147,0.20944,3600,0,0,8,0,0,0,0,0),(128432,4075,533,3,1,2176,0,3027.04,-3098.89,294.153,3.31613,3600,0,0,8,0,0,0,0,0),(128433,4075,533,3,1,1418,0,3028.62,-3097.12,294.154,4.66003,3600,0,0,8,0,0,0,0,0),(128434,4075,533,3,1,1141,0,3020.6,-3108.74,294.151,4.74729,3600,0,0,8,0,0,0,0,0),(128435,4075,533,3,1,2176,0,3021.4,-3102.96,294.146,3.85718,3600,0,0,8,0,0,0,0,0),(128436,4075,533,3,1,1141,0,3009.89,-3255.94,294.146,4.11898,3600,0,0,8,0,0,0,0,0),(128437,4075,533,3,1,1418,0,2892.94,-3158.46,273.787,4.79605,3600,5,0,8,0,1,0,0,0),(128438,4075,533,3,1,1141,0,2903.89,-3218.66,273.787,2.37032,3600,5,0,8,0,1,0,0,0),(128439,4075,533,3,1,2176,0,2821.79,-3223.4,298.32,3.69071,3600,5,0,8,0,1,0,0,0),(128440,4075,533,3,1,2176,0,2852.78,-3219.24,273.787,5.08628,3600,5,0,8,0,1,0,0,0),(128441,4075,533,3,1,1141,0,2659.73,-3212.53,267.664,5.31375,3600,5,0,8,0,1,0,0,0),(128442,4075,533,3,1,1141,0,2699.33,-3085.07,267.685,0.023725,3600,5,0,8,0,1,0,0,0),(128443,4075,533,3,1,1141,0,2794.68,-3403.76,267.686,2.68793,3600,5,0,8,0,1,0,0,0),(128444,4075,533,3,1,1418,0,2752.63,-3207.8,267.566,2.53656,3600,5,0,8,0,1,0,0,0),(128445,4075,533,3,1,2176,0,2838.21,-3066.32,273.798,3.34716,3600,5,0,8,0,1,0,0,0),(128446,4075,533,3,1,1418,0,2872.69,-3151.1,273.787,2.90263,3600,5,0,8,0,1,0,0,0),(128447,4075,533,3,1,2176,0,2776.98,-3334.2,267.684,1.46036,3600,5,0,8,0,1,0,0,0),(128448,4075,533,3,1,1141,0,2943.52,-3160.81,273.787,3.86506,3600,5,0,8,0,1,0,0,0),(128449,4075,533,3,1,1418,0,2750.52,-3160.27,267.724,2.62969,3600,5,0,8,0,1,0,0,0),(128450,4075,533,3,1,1418,0,2952.48,-3505.97,298.279,3.96102,3600,5,0,8,0,1,0,0,0),(128451,4075,533,3,1,1141,0,2891.58,-3558.73,297.862,2.78446,3600,5,0,8,0,1,0,0,0),(128452,4075,533,3,1,1141,0,2860.95,-3077.39,273.736,4.0009,3600,5,0,8,0,1,0,0,0),(128453,4075,533,3,1,2176,0,2777.25,-3222.09,285.551,0.214748,3600,5,0,8,0,1,0,0,0),(203469,29712,0,1,1,3167,1,-8591.43,1254.23,5.23,3.7,180,0,0,7048,0,0,0,0,0),(128455,28683,609,1,1,2498,1,2194.4,-5805.49,101.414,3.50439,360,0,0,40485,0,0,0,0,0),(128456,29203,609,1,69,25997,1,2396.7,-5586.87,420.732,1.43117,360,0,0,1889,5206,0,0,0,0),(128457,29205,609,1,69,7858,0,2409.57,-5565.78,420.73,4.99164,360,0,0,2699,0,0,0,0,0),(128458,29207,609,1,69,4631,0,2388.31,-5579.21,420.736,6.05629,360,0,0,2699,0,0,0,0,0),(128459,29208,609,1,69,570,0,2401.1,-5569.01,420.733,5.39307,360,0,0,2699,0,0,0,0,0),(128460,27928,609,1,1,24935,1,2379.41,-5648.53,382.522,3.735,360,0,0,252000,79880,0,0,0,0),(207113,23529,1,1,1,0,0,-1226.59,249.121,29.7871,6.1179,120,5,0,1,0,1,0,0,0),(207112,23529,1,1,1,0,0,-1218.2,217.158,54.0937,4.3759,120,5,0,1,0,1,0,0,0),(207111,23507,0,1,1,0,0,-9159.32,359.021,89.15,3.3303,120,5,0,1,0,1,0,0,0),(207110,23507,0,1,1,0,0,-9147.89,341.195,90.2033,1.4231,120,5,0,1,0,1,0,0,0),(128465,29212,609,1,1,26002,0,2404.15,-5562.79,420.65,1.41905,360,0,0,2215,0,2,0,0,0),(128466,29212,609,1,1,26002,0,2408.31,-5546.99,444.242,3.81534,360,5,0,2215,0,1,0,0,0),(128467,29212,609,1,1,26002,0,2434.58,-5674.95,444.238,2.74733,360,0,0,2215,0,0,0,0,0),(128468,29212,609,1,1,829,0,2438.91,-5677.59,444.392,2.13069,360,5,0,2215,0,1,0,0,0),(128469,29212,609,1,1,26002,0,2466,-5667.62,444.264,3.54536,360,5,0,2215,0,1,0,0,0),(128470,28444,609,1,69,25444,1,2460.5,-5593.47,367.476,3.66519,360,0,0,11156000,0,0,0,0,0),(128471,29212,609,1,1,26002,0,2388.5,-5605.42,444.222,2.15065,360,5,0,2215,0,1,0,0,0),(128472,29212,609,1,1,26002,0,2425.08,-5660.58,444.248,2.08341,360,5,0,2215,0,1,0,0,0),(128473,29212,609,1,1,829,0,2452.64,-5677.89,444.268,3.15077,360,5,0,2215,0,1,0,0,0),(128474,29212,609,1,1,26003,0,2507.99,-5634.14,444.315,3.42718,360,5,0,2215,0,1,0,0,0),(128475,28445,609,1,1,14591,1,2462.51,-5596.27,367.481,3.75246,360,0,0,139450,4258,0,0,0,0),(128476,32541,609,1,1,3019,0,2400.74,-5681.4,155.014,2.9147,360,0,0,1,0,0,0,0,0),(128477,32541,609,1,1,3019,0,2399.36,-5689.5,154.871,3.00197,360,0,0,1,0,0,0,0,0),(128478,32541,609,1,1,3019,0,2399.9,-5685.37,155.034,2.93215,360,0,0,1,0,0,0,0,0),(128479,32541,609,1,1,3019,0,2398.98,-5693.64,154.564,2.94961,360,0,0,1,0,0,0,0,0),(128480,28446,609,1,1,25445,0,2360.97,-5727.68,154.003,4.01426,360,0,0,126000,0,0,0,0,0),(128481,28447,609,1,1,25446,0,2396.16,-5622.95,377.104,2.61799,360,0,0,392100,0,0,0,0,0),(128482,28448,609,1,1,25448,0,2395.96,-5620.07,377.117,4.20624,360,0,0,392100,0,0,0,0,0),(128483,28449,609,1,1,25447,0,2393.34,-5621.34,377.117,6.02139,360,0,0,392100,0,0,0,0,0),(128484,28709,609,1,1,25627,0,2305.21,-5645.14,148.529,3.28073,360,5,0,1962,1982,1,0,0,0),(128485,28709,609,1,1,25627,0,2393.31,-5666.16,154.549,2.18623,360,5,0,1962,1982,1,0,0,0),(128486,28709,609,1,1,25627,0,2325.91,-5670.11,153.891,5.49798,360,5,0,1962,1982,1,0,0,0),(128487,28709,609,1,1,25627,0,2441.14,-5747.63,153.92,6.19492,360,5,0,1962,1982,1,0,0,0),(128488,28709,609,1,1,25627,0,2393.89,-5650.77,155.345,0.739733,360,0,0,1962,1982,0,0,0,0),(128489,28709,609,1,1,25627,0,2399.39,-5648.79,155.547,3.06459,360,0,0,1962,1982,0,0,0,0),(128490,28709,609,1,1,25627,0,2345.71,-5657.45,154.184,3.66571,360,5,0,1962,1982,1,0,0,0),(128491,28709,609,1,1,25627,0,2299.77,-5649.48,147.69,5.46465,360,5,0,1962,1982,1,0,0,0),(128492,28709,609,1,1,25627,0,2296.37,-5694.71,153.909,5.97282,360,0,0,1962,1982,0,0,0,0),(128493,28709,609,1,1,25627,0,2397.05,-5803.13,155.599,2.83405,360,5,0,1962,1982,1,0,0,0),(128494,28709,609,1,1,25627,0,2202.37,-5652.98,121.914,0.889802,360,0,0,1962,1982,0,0,0,0),(128495,28709,609,1,1,25627,0,2261.59,-5641.09,139.676,2.08146,360,5,0,1962,1982,1,0,0,0),(128496,28709,609,1,1,25627,0,2429.4,-5828.69,115.935,2.90214,360,0,0,1962,1982,0,0,0,0),(128497,28709,609,1,1,25627,0,2428.6,-5806.81,127.84,1.49252,360,0,0,1962,1982,0,0,0,0),(128498,28709,609,1,1,25627,0,2431.53,-5839.85,112.376,4.76713,360,5,0,1962,1982,1,0,0,0),(128499,28709,609,1,1,25627,0,2435.48,-5841.09,112.705,4.7368,360,5,0,1962,1982,1,0,0,0),(128500,29488,609,1,69,26308,0,2348.74,-5694.94,384.088,3.90954,360,0,0,4906,0,0,0,0,0),(128501,29488,609,1,69,26308,0,2325.4,-5659.33,383.838,3.66519,360,0,0,4906,0,0,0,0,0),(207105,23507,0,1,1,0,0,-9111.06,284.611,97.569,5.2926,120,5,0,1,0,1,0,0,0),(207104,23507,0,1,1,0,0,-9108.69,376.831,93.9001,5.5248,120,5,0,1,0,1,0,0,0),(207103,23507,0,1,1,0,0,-9095.44,289.614,94.3966,4.294,120,5,0,1,0,1,0,0,0),(128505,28471,609,1,69,25458,0,2506.22,-5663.2,377.036,2.23402,360,0,0,126000,0,0,0,0,0),(128506,28472,609,1,69,25459,0,2527.73,-5549.21,377.036,3.735,360,0,0,126000,0,0,0,0,0),(128507,28474,609,1,69,25468,0,2413.92,-5524.47,377.125,5.25344,360,0,0,126000,0,0,0,0,0),(128508,28476,609,1,1,25398,0,2510.64,-5559.37,424.039,3.75246,360,0,0,2614,0,0,0,0,0),(128509,29501,609,1,69,26308,0,2402.86,-5727.03,154.007,5.44543,360,0,0,4906,0,0,0,0,0),(128510,29501,609,1,69,26308,0,2409.09,-5722.37,154.005,4.67748,360,0,0,4906,0,0,0,0,0),(128511,28481,609,1,1,11686,0,2493.6,-5642.61,423.428,5.8294,360,0,0,8982,0,0,0,0,0),(128512,28481,609,1,1,11686,0,2509.47,-5560.17,423.504,2.26893,360,0,0,8982,0,0,0,0,0),(128513,28481,609,1,1,11686,0,2426.99,-5544.25,423.497,4.83456,360,0,0,8982,0,0,0,0,0),(128514,28486,609,1,1,25467,0,2383.75,-5649.5,382.439,4.24115,360,0,0,11770,0,0,0,0,0),(128515,28487,609,1,5,24991,0,2344.07,-5660.07,429.827,4.5204,360,0,0,126000,0,0,0,0,0),(128516,28487,609,1,5,24991,0,2355.55,-5677.93,429.792,2.89725,360,0,0,126000,0,0,0,0,0),(207005,23487,0,1,1,0,0,-5279.59,-537.45,386.83,4.72,120,10,0,1,0,1,0,0,0),(207004,23487,0,1,1,0,0,-5269.88,-510.47,388.77,5.86,120,10,0,1,0,1,0,0,0),(207003,23487,0,1,1,0,0,-5264.9,-454.26,388.73,3.15,120,10,0,1,0,1,0,0,0),(207002,23487,0,1,1,0,0,-5322.2,-525.55,390.47,2.49,120,10,0,1,0,1,0,0,0),(207001,23487,0,1,1,0,0,-5298.24,-595.5,388.9,0.69,120,10,0,1,0,1,0,0,0),(128522,28488,609,1,69,26919,0,2406.48,-5543.84,376.872,0.366519,360,0,0,2091,6351,0,0,0,0),(128523,28488,609,1,69,26919,0,2416.65,-5514.5,377.027,5.20108,360,0,0,2091,6351,0,0,0,0),(207118,23529,1,1,1,0,0,-1268.47,195.125,59.6719,1.68,120,5,0,1,0,1,0,0,0),(128525,28488,609,1,69,26919,0,2435.75,-5525.17,376.972,3.87463,360,0,0,2091,6351,0,0,0,0),(128526,28488,609,1,69,26919,0,2404.68,-5521.94,377.001,5.25344,360,0,0,2091,6351,0,0,0,0),(128527,28489,609,1,69,25469,0,2522.06,-5558.47,377.142,1.309,360,0,0,2614,0,0,0,0,0),(128528,28489,609,1,69,25470,0,2522.35,-5553.9,377.129,0.733038,360,0,0,2614,0,0,0,0,0),(128529,28489,609,1,69,25470,0,2520.16,-5556.4,376.985,0.715585,360,0,0,2614,0,0,0,0,0),(128530,28489,609,1,69,25471,0,2517.61,-5551.75,377.118,0.366519,360,0,0,2614,0,0,0,0,0),(128531,28489,609,1,69,25472,0,2519.86,-5549.73,377.153,0.10472,360,0,0,2614,0,0,0,0,0),(128532,28489,609,1,69,25470,0,2518.74,-5554.06,376.999,0.488692,360,0,0,2614,0,0,0,0,0),(128533,28489,609,1,69,25469,0,2524.19,-5556.05,377.137,0.820305,360,0,0,2614,0,0,0,0,0),(128534,28489,609,1,69,25472,0,2521.03,-5552.17,377.201,0.575959,360,0,0,2614,0,0,0,0,0),(207100,23507,0,1,1,0,0,-9078.93,301.569,92.8966,0.127,120,5,0,1,0,1,0,0,0),(207099,23507,0,1,1,0,0,-9078.59,364.508,93.7922,5.8746,120,5,0,1,0,1,0,0,0),(207098,23507,0,1,1,0,0,-9076.51,352.071,93.7285,2.5133,120,5,0,1,0,1,0,0,0),(207097,23507,0,1,1,0,0,-9069.46,375.695,92.6135,0.9446,120,5,0,1,0,1,0,0,0),(207096,23507,0,1,1,0,0,-9060.34,351.788,93.2083,0.4127,120,5,0,1,0,1,0,0,0),(207095,23507,0,1,1,0,0,-9059.81,302.741,94.0216,2.9305,120,5,0,1,0,1,0,0,0),(207094,23507,0,1,1,0,0,-9059.53,337.961,94.0833,0.9686,120,5,0,1,0,1,0,0,0),(207093,23507,0,1,1,0,0,-9052.2,368.635,92.9117,1.6525,120,5,0,1,0,1,0,0,0),(207092,23507,0,1,1,0,0,-9051.18,320.209,93.1466,6.1333,120,5,0,1,0,1,0,0,0),(207091,23507,0,1,1,0,0,-9045.57,339.239,94.5833,2.2791,120,5,0,1,0,1,0,0,0),(128545,28491,609,1,69,25480,0,2497.96,-5663.6,377.145,0.902047,360,0,0,2614,0,0,0,0,0),(128546,28491,609,1,69,25481,0,2504.29,-5651.25,377.107,4.50295,360,0,0,2614,0,0,0,0,0),(128547,28491,609,1,69,25479,0,2502.22,-5664.97,377.133,1.48353,360,0,0,2614,0,0,0,0,0),(128548,28491,609,1,69,25482,0,2510.39,-5656.1,377.108,3.38594,360,0,0,2614,0,0,0,0,0),(128549,28491,609,1,69,25480,0,2508.12,-5652.06,377.101,3.96772,360,0,0,2614,0,0,0,0,0),(128550,28491,609,1,69,25479,0,2510.02,-5660.27,377.117,2.82743,360,0,0,2614,0,0,0,0,0),(128551,28491,609,1,69,25479,0,2496.05,-5655.37,377.047,5.89921,360,0,0,2614,0,0,0,0,0),(128552,28491,609,1,69,25479,0,2495.93,-5659.51,377.054,0.226893,360,0,0,2614,0,0,0,0,0),(128553,28491,609,1,69,25479,0,2499.55,-5652.18,377.034,5.2709,360,0,0,2614,0,0,0,0,0),(207061,23528,530,1,1,0,0,-3997.61,-11903.2,-1.2014,4.5379,120,5,0,1,0,1,0,0,0),(207060,23528,530,1,1,0,0,-3989.1,-11926.1,0.2893,1.9361,120,5,0,1,0,1,0,0,0),(207059,23528,530,1,1,0,0,-3974.93,-11882.8,0.6802,1.5359,120,5,0,1,0,1,0,0,0),(128557,29519,609,1,1,25373,0,2453.18,-5611.39,415.214,1.18682,360,0,0,3136,2117,0,0,0,0),(128558,29519,609,1,1,25364,0,2446.84,-5606.99,415.192,0.907571,360,0,0,3136,2117,0,0,0,0),(128559,29519,609,1,1,25373,0,2478.06,-5600.86,415.195,2.87979,360,0,0,3136,2117,0,0,0,0),(128561,29520,609,1,1,25361,0,2441.55,-5593.19,415.154,0.139626,360,0,0,3136,2117,0,0,0,0),(128563,29520,609,1,1,25372,0,2460.53,-5613.36,415.28,1.58825,360,0,0,3136,2117,0,0,0,0),(128565,29521,609,1,1,24719,0,2484.37,-5593.4,417.108,3.03687,360,0,0,2614,2117,0,0,0,0),(128566,29521,609,1,1,24719,0,2443.5,-5610.66,417.358,0.663225,360,0,0,2614,2117,0,0,0,0),(128567,29521,609,1,1,24719,0,2469.55,-5570.85,417.552,5.68977,360,0,0,2614,2117,0,0,0,0),(128568,29521,609,1,1,24719,0,2451.34,-5615.69,417.337,1.0821,360,0,0,2614,2117,0,0,0,0),(128569,29521,609,1,1,24719,0,2438.11,-5584.27,417.504,5.86431,360,0,0,2614,2117,0,0,0,0),(128570,29521,609,1,1,24719,0,2477,-5575.84,417.337,3.92699,360,0,0,2614,2117,0,0,0,0),(128571,29521,609,1,1,24719,0,2463.43,-5569.05,417.519,1.76278,360,0,0,2614,2117,0,0,0,0),(128572,29521,609,1,1,24719,0,2438.07,-5602.68,417.316,4.03171,360,0,0,2614,2117,0,0,0,0),(128573,29521,609,1,1,24719,0,2460.69,-5617.51,417.405,1.93731,360,0,0,2614,2117,0,0,0,0),(128574,29521,609,1,1,24719,0,2482.5,-5602.57,417.388,2.77507,360,0,0,2614,2117,0,0,0,0),(128575,29521,609,1,1,24719,0,2436.29,-5593.2,417.323,2.87979,360,0,0,2614,2117,0,0,0,0),(128576,29521,609,1,1,24719,0,2482.38,-5584.38,417.337,3.50811,360,0,0,2614,2117,0,0,0,0),(128577,28500,609,1,69,25498,1,2468.15,-5654.19,420.647,3.10654,360,0,0,126000,0,2,0,0,0),(128578,28760,609,1,5,25664,0,2344.97,-5720.62,153.921,0.7292,360,5,0,9610,0,1,0,0,0),(128579,28505,609,1,69,25490,1,2434.57,-5641.89,420.645,3.28532,360,0,0,2215,0,2,0,0,0),(128580,28506,609,1,69,24707,1,2466.89,-5648.82,420.645,2.8013,360,0,0,2215,0,2,0,0,0),(128581,28765,609,1,1,23767,0,2051.46,-5782.35,106.652,3.12414,360,5,0,27890000,0,1,0,0,0),(128582,28510,609,1,5,25496,0,2370.16,-5675.43,382.229,0.657752,360,0,0,126000,0,2,0,0,0),(128583,28766,609,1,1,8050,0,1987.5,-5883.39,100.564,5.46923,360,5,0,3166,0,1,0,0,0),(128584,28766,609,1,1,8050,0,2003.05,-5808.19,100.622,2.8818,360,5,0,3166,0,1,0,0,0),(128585,28766,609,1,1,8050,0,2040.82,-5860.87,101.952,4.04966,360,5,0,3166,0,1,0,0,0),(128586,28766,609,1,1,8050,0,2038.46,-5819.82,101.077,2.48025,360,5,0,3166,0,1,0,0,0),(128587,28766,609,1,1,8050,0,1942.06,-5844.51,100.46,2.30198,360,5,0,3166,0,1,0,0,0),(128588,28766,609,1,1,8050,0,1954.05,-5795.72,100.577,3.5129,360,0,0,3166,0,0,0,0,0),(128589,28766,609,1,1,8050,0,1980.62,-5840.77,100.675,2.58611,360,5,0,3166,0,1,0,0,0),(1976766,28897,609,1,4,0,0,1787.56,-5826.46,113.367,3.1123,200,15,0,924,0,1,0,0,0),(1976765,28897,609,1,4,0,0,1780.57,-5827.18,115.088,0.386675,200,15,0,924,0,1,0,0,0),(1976764,28897,609,1,4,0,0,1765.38,-5823.62,116.153,3.1723,200,15,0,924,0,1,0,0,0),(1976763,28897,609,1,4,0,0,1782.79,-5820.41,114.295,3.55982,200,15,0,924,0,1,0,0,0),(1976762,28897,609,1,4,0,0,1780.91,-5824.12,114.792,1.41079,200,15,0,924,0,1,0,0,0),(1976761,28897,609,1,4,0,0,2064.24,-5811.93,103.616,3.10714,200,15,0,924,0,1,0,0,0),(1976760,28897,609,1,4,0,0,2055.29,-5848.38,102.248,3.09598,200,15,0,924,0,1,0,0,0),(1976759,28897,609,1,4,0,0,1810.69,-5916.14,115.781,2.37718,200,15,0,924,0,1,0,0,0),(1976758,28897,609,1,4,0,0,2020.75,-5850.92,100.993,3.21976,200,15,0,924,0,1,0,0,0),(1976757,28897,609,1,4,0,0,1822.46,-5842.99,114.336,2.09128,200,15,0,924,0,1,0,0,0),(1976756,28897,609,1,4,0,0,1768.11,-5814.87,116.147,-1.73379,200,15,0,924,0,1,0,0,0),(128601,28769,609,1,32,14703,0,2204,-5923.42,101.896,3.31891,360,0,0,2026,2041,0,0,0,0),(128602,28769,609,1,32,14703,0,2060.81,-5745.55,99.3112,0.452731,360,5,0,2026,2041,1,0,0,0),(128603,28769,609,1,32,14703,0,2239.63,-5899.38,101.012,5.49045,360,5,0,2026,2041,1,0,0,0),(128604,28769,609,1,32,14703,0,2116.7,-5842.01,102.39,5.22318,360,5,0,2026,2041,1,0,0,0),(128605,28769,609,1,32,14703,0,2161.56,-5851.71,101.843,3.12402,360,5,0,2026,2041,1,0,0,0),(128606,28769,609,1,32,14703,0,2014.98,-5738.35,100.166,4.72704,360,5,0,2026,2041,1,0,0,0),(128607,28769,609,1,32,14703,0,2077.92,-5860.67,103.652,1.75039,360,5,0,2026,2041,1,0,0,0),(128608,28769,609,1,32,14703,0,2151.09,-5758.7,100.28,5.71848,360,0,0,2026,2041,0,0,0,0),(128609,28769,609,1,32,14703,0,2272.14,-5833.33,101.037,0,360,5,0,2026,2041,1,0,0,0),(128610,28769,609,1,32,14703,0,2254.35,-5858.79,101.279,3.50036,360,0,0,2026,2041,0,0,0,0),(128611,28769,609,1,32,14703,0,2350.22,-5883.22,104.951,4.15255,360,5,0,2026,2041,1,0,0,0),(128612,28769,609,1,32,14703,0,2102.04,-5853.5,102.683,3.19395,360,0,0,2026,2041,0,0,0,0),(128613,28769,609,1,32,14703,0,2204.89,-5752.64,102.476,5.55368,360,5,0,2026,2041,1,0,0,0),(128614,28769,609,1,32,14703,0,2190.88,-5660.16,118.265,2.41509,360,5,0,2026,2041,1,0,0,0),(128615,28525,609,1,2,11686,0,1814.59,-5988.65,125.497,3.22886,360,0,0,8982,0,0,0,0,0),(128616,28782,609,1,32,25678,0,2086.31,-5881.38,104.034,0.543352,360,5,0,26140,0,1,0,0,0),(128617,28782,609,1,32,25678,0,2001,-5751.81,100.406,0.171432,360,5,0,26140,0,1,0,0,0),(128618,28782,609,1,32,25678,0,2073.95,-5826.98,102.545,3.93079,360,5,0,26140,0,1,0,0,0),(128619,28782,609,1,32,25678,0,2148.43,-5845.69,101.442,0.626997,360,5,0,26140,0,1,0,0,0),(128620,28782,609,1,32,25678,0,2140.13,-5801.18,100.109,1.6613,360,5,0,26140,0,1,0,0,0),(128621,28782,609,1,32,25678,0,2075.35,-5732.3,100.603,3.24235,360,5,0,26140,0,1,0,0,0),(128622,28782,609,1,32,25678,0,2182.98,-5809.45,101.349,3.35844,360,5,0,26140,0,1,0,0,0),(128623,28782,609,1,32,25678,0,2118.86,-5762.01,98.3906,5.44513,360,5,0,26140,0,1,0,0,0),(128624,28782,609,1,32,25678,0,2418.68,-5861.42,105.389,0.918315,360,5,0,26140,0,1,0,0,0),(128625,28782,609,1,32,25678,0,2269.36,-5881.98,101.434,3.32927,360,5,0,26140,0,1,0,0,0),(128626,28782,609,1,32,25678,0,2209.41,-5781.98,101.664,1.30337,360,5,0,26140,0,1,0,0,0),(128627,28529,609,1,1,25504,1,1832.6,-5937.27,112.735,0.383972,360,0,0,2453,0,0,0,0,0),(128628,28529,609,1,1,25506,1,1846.02,-5941.42,117.61,0.645772,360,0,0,2453,0,0,0,0,0),(128629,28529,609,1,1,25506,1,1817.91,-5916.08,112.647,0.191986,360,0,0,2453,0,0,0,0,0),(128630,28529,609,1,1,25506,1,1825.08,-5907.24,115.992,0,360,0,0,2453,0,0,0,0,0),(128631,28529,609,1,1,25504,1,1831.98,-5899.77,115.645,6.05629,360,0,0,2453,0,0,0,0,0),(128632,28529,609,1,1,25505,1,1837.29,-5890.92,116.632,5.74213,360,0,0,2453,0,0,0,0,0),(128633,28529,609,1,1,25506,1,1864.65,-5949.47,117.007,1.29154,360,0,0,2453,0,0,0,0,0),(128634,28529,609,1,1,25504,1,1873.82,-5937.14,103.766,1.62316,360,5,0,2453,0,1,0,0,0),(128635,28529,609,1,1,25503,1,1855.5,-5928.43,105.146,0.366519,360,0,0,2453,0,0,0,0,0),(128636,28529,609,1,1,25505,1,1843.39,-5900.36,105.245,5.95157,360,0,0,2453,0,0,0,0,0),(128637,28529,609,1,1,25503,1,1854.18,-5946.3,116.235,1.13446,360,0,0,2453,0,0,0,0,0),(128638,28529,609,1,1,25506,1,1848.59,-5956.67,149.689,2.67371,360,5,0,2453,0,1,0,0,0),(128639,28529,609,1,1,25505,1,1821.6,-5894.48,149.67,5.83084,360,5,0,2453,0,1,0,0,0),(128640,28529,609,1,1,25503,1,1805.4,-5849.05,149.67,2.26994,360,5,0,2453,0,1,0,0,0),(128641,28529,609,1,1,25504,1,1509.98,-5962.04,152.138,5.15455,360,5,0,2453,0,1,0,0,0),(128642,28529,609,1,1,25506,1,1799.96,-5739.47,141.091,0.951198,360,5,0,2453,0,1,0,0,0),(128643,28529,609,1,1,25506,1,1657.76,-5953.32,127.273,3.22886,360,0,0,2453,0,0,0,0,0),(128644,28529,609,1,1,25504,1,1658.54,-5945.25,125.53,3.33358,360,0,0,2453,0,0,0,0,0),(128645,28529,609,1,1,25506,1,1658.86,-5937.66,124.387,3.14159,360,0,0,2453,0,0,0,0,0),(128646,28529,609,1,1,25506,1,1647.96,-5939.87,123.524,0.10472,360,0,0,2453,0,0,0,0,0),(128647,28529,609,1,1,25503,1,1648.65,-5929.09,121.048,0.087266,360,0,0,2453,0,0,0,0,0),(128648,28529,609,1,1,25506,1,1660.38,-5928.7,122.47,3.32732,360,0,0,2453,0,0,0,0,0),(128649,28529,609,1,1,25504,1,1646.75,-5919.73,118.016,0.872665,360,0,0,2453,0,0,0,0,0),(128650,28529,609,1,1,25504,1,1645.66,-5906.92,116.209,5.65487,360,0,0,2453,0,0,0,0,0),(128651,28529,609,1,1,25503,1,1646.49,-5976.73,132.879,1.309,360,0,0,2453,0,0,0,0,0),(128652,28529,609,1,1,25505,1,1765.18,-5803.39,116.425,4.83456,360,0,0,2453,0,0,0,0,0),(128653,28529,609,1,1,25503,1,1769.46,-5802.91,116.25,4.79965,360,0,0,2453,0,0,0,0,0),(128654,28529,609,1,1,25504,1,1774.28,-5802.38,116,4.85202,360,0,0,2453,0,0,0,0,0),(128655,28529,609,1,1,25504,1,1778.21,-5801.99,115.627,4.79965,360,0,0,2453,0,0,0,0,0),(128656,28529,609,1,1,25505,1,1782.62,-5801.34,115.251,4.81711,360,0,0,2453,0,0,0,0,0),(128657,28529,609,1,1,25503,1,1764.54,-5798.81,116.291,4.83456,360,0,0,2453,0,0,0,0,0),(128658,28529,609,1,1,25504,1,1768.88,-5797.83,116.152,4.79965,360,0,0,2453,0,0,0,0,0),(128659,28529,609,1,1,25506,1,1773.98,-5797.73,116.017,4.81711,360,0,0,2453,0,0,0,0,0),(128660,28529,609,1,1,25505,1,1778.15,-5797.83,116.018,4.7822,360,0,0,2453,0,0,0,0,0),(128661,28529,609,1,1,25504,1,1782.6,-5797.51,115.891,4.7822,360,0,0,2453,0,0,0,0,0),(128662,28529,609,1,1,25503,1,1655.12,-5998.2,133.5,3.04102,360,0,0,2453,0,0,0,0,0),(128663,28529,609,1,1,25504,1,1652.56,-5838.48,116.141,5.96903,360,0,0,2453,0,0,0,0,0),(128664,28529,609,1,1,25504,1,1652,-5846.76,116.141,6.21337,360,0,0,2453,0,0,0,0,0),(128665,28529,609,1,1,25504,1,1688.92,-5842.26,116.254,0.767945,360,0,0,2453,0,0,0,0,0),(128666,28529,609,1,1,25505,1,1664.13,-5870.51,116.262,0.418879,360,0,0,2453,0,0,0,0,0),(128667,28529,609,1,1,25504,1,1656.1,-5804.93,116.247,0.296706,360,0,0,2453,0,0,0,0,0),(128668,28529,609,1,1,25503,1,1646.63,-5997.34,133.5,1.44862,360,0,0,2453,0,0,0,0,0),(128669,28529,609,1,1,25503,1,1801.69,-5985.66,115.851,1.41372,360,0,0,2453,0,0,0,0,0),(128670,28529,609,1,1,25505,1,1728.17,-5875.48,116.247,3.05433,360,0,0,2453,0,0,0,0,0),(128671,28529,609,1,1,25506,1,1728.16,-5868.73,116.247,3.1765,360,0,0,2453,0,0,0,0,0),(128672,28529,609,1,1,25506,1,1705.21,-5878.94,116.247,2.89725,360,0,0,2453,0,0,0,0,0),(128673,28529,609,1,1,25505,1,1706.2,-5863.91,116.247,3.35103,360,0,0,2453,0,0,0,0,0),(128674,28529,609,1,1,25505,1,1733.59,-5893.4,116.255,3.87463,360,0,0,2453,0,0,0,0,0),(128675,28529,609,1,1,25506,1,1598.74,-5770.93,116.122,5.28835,360,0,0,2453,0,0,0,0,0),(128676,28529,609,1,1,25505,1,1618.87,-5760.91,116.252,5.0091,360,0,0,2453,0,0,0,0,0),(128677,28529,609,1,1,25506,1,1598.49,-5759.24,119.253,5.21853,360,0,0,2453,0,0,0,0,0),(128678,28529,609,1,1,25504,1,1609.2,-5754.45,119.277,5.11381,360,0,0,2453,0,0,0,0,0),(128679,28529,609,1,1,25504,1,1600.55,-5741.91,119.254,5.13127,360,0,0,2453,0,0,0,0,0),(128680,28529,609,1,1,25506,1,1592.52,-5745.09,119.291,5.34071,360,0,0,2453,0,0,0,0,0),(128681,28529,609,1,1,25504,1,1595.87,-5771.4,116.122,5.41052,360,0,0,2453,0,0,0,0,0),(128682,28529,609,1,1,25506,1,1620.51,-5757.24,116.534,5.20108,360,0,0,2453,0,0,0,0,0),(128683,28529,609,1,1,25506,1,1601.18,-5738.64,119.855,5.13127,360,0,0,2453,0,0,0,0,0),(128684,28529,609,1,1,25504,1,1590.19,-5744.75,119.758,5.23599,360,0,0,2453,0,0,0,0,0),(128685,28529,609,1,1,25504,1,1646.92,-5964.98,130.824,1.37881,360,0,0,2453,0,0,0,0,0),(128686,28529,609,1,1,25505,1,1811.97,-6001.4,117.658,4.64698,360,5,0,2453,0,1,0,0,0),(128687,28529,609,1,1,25506,1,1775.02,-5840.03,117.023,1.69297,360,0,0,2453,0,0,0,0,0),(128688,28529,609,1,1,25506,1,1769.94,-5840.49,116.784,1.69297,360,0,0,2453,0,0,0,0,0),(128689,28529,609,1,1,25505,1,1765.1,-5841.09,116.581,1.65806,360,0,0,2453,0,0,0,0,0),(128690,28529,609,1,1,25505,1,1761.32,-5841.41,116.706,1.65806,360,0,0,2453,0,0,0,0,0),(128691,28529,609,1,1,25506,1,1757.24,-5841.95,117.091,1.6057,360,0,0,2453,0,0,0,0,0),(128692,28529,609,1,1,25504,1,1757.56,-5838.92,116.833,1.64061,360,0,0,2453,0,0,0,0,0),(128693,28529,609,1,1,25505,1,1761.23,-5838.27,116.581,1.69297,360,0,0,2453,0,0,0,0,0),(128694,28529,609,1,1,25505,1,1764.97,-5837.6,116.459,1.69297,360,0,0,2453,0,0,0,0,0),(128695,28529,609,1,1,25505,1,1769.5,-5837.23,116.662,1.71042,360,0,0,2453,0,0,0,0,0),(128696,28529,609,1,1,25506,1,1774.28,-5836.26,116.907,1.78024,360,0,0,2453,0,0,0,0,0),(128697,28529,609,1,1,25505,1,1538.55,-6022.36,149.943,4.6808,360,5,0,2453,0,1,0,0,0),(128698,28529,609,1,1,25505,1,1387.19,-5708.09,136.351,5.68977,360,0,0,2453,0,0,0,0,0),(128699,28529,609,1,1,25505,1,1392.3,-5701.55,135.851,5.44543,360,0,0,2453,0,0,0,0,0),(128700,28529,609,1,1,25506,1,1381.48,-5726.02,144.226,0.785398,360,0,0,2453,0,0,0,0,0),(128701,28529,609,1,1,25506,1,1429.12,-5739.84,131.292,4.66003,360,0,0,2453,0,0,0,0,0),(128702,28529,609,1,1,25503,1,1412.65,-5748.1,131.542,5.3058,360,0,0,2453,0,0,0,0,0),(128703,28529,609,1,1,25506,1,1847,-6006.28,149.818,6.25651,360,5,0,2453,0,1,0,0,0),(128704,28529,609,1,1,25506,1,1801.89,-5788.84,149.687,3.98916,360,5,0,2453,0,1,0,0,0),(128705,28529,609,1,1,25505,1,1584.61,-5783.98,117.622,3.1504,360,5,0,2453,0,1,0,0,0),(128706,28529,609,1,1,25505,1,1579.92,-5779.67,117.372,3.35201,360,5,0,2453,0,1,0,0,0),(128707,28529,609,1,1,25506,1,1584.06,-5782.33,117.622,3.16839,360,5,0,2453,0,1,0,0,0),(128708,28529,609,1,1,25504,1,1581.52,-5780.05,117.247,3.27717,360,5,0,2453,0,1,0,0,0),(128709,28529,609,1,1,25505,1,1581.22,-5789.44,119.122,3.51213,360,5,0,2453,0,1,0,0,0),(128710,28529,609,1,1,25505,1,1583.91,-5787.32,118.497,3.24043,360,5,0,2453,0,1,0,0,0),(128711,28529,609,1,1,25504,1,1582.99,-5780.96,117.372,3.21572,360,5,0,2453,0,1,0,0,0),(128712,28529,609,1,1,25505,1,1582.75,-5788.62,118.997,3.3626,360,5,0,2453,0,1,0,0,0),(128713,28529,609,1,1,25506,1,1584.55,-5785.71,118.122,3.17038,360,5,0,2453,0,1,0,0,0),(128714,28529,609,1,1,25504,1,1659.14,-5965.93,131.109,1.5708,360,0,0,2453,0,0,0,0,0),(128715,28529,609,1,1,25505,1,1658.72,-5977.61,132.879,1.46608,360,0,0,2453,0,0,0,0,0),(128716,28529,609,1,1,25506,1,1835.75,-5910.72,107.673,0.122173,360,0,0,2453,0,0,0,0,0),(128717,28529,609,1,1,25504,1,1817.54,-5972.29,116.23,2.11185,360,0,0,2453,0,0,0,0,0),(128718,28529,609,1,1,25503,1,1800.3,-5942.4,116.218,0.680678,360,0,0,2453,0,0,0,0,0),(128719,28529,609,1,1,25503,1,1812.18,-5937.88,115.343,2.61799,360,0,0,2453,0,0,0,0,0),(128720,28529,609,1,1,25505,1,1803.94,-5927.79,115.743,4.5614,360,0,0,2453,0,0,0,0,0),(128721,28529,609,1,1,25505,1,1802.77,-5970.86,116.097,0.087266,360,0,0,2453,0,0,0,0,0),(128722,28529,609,1,1,25504,1,1769.33,-5927.8,116.23,0.785398,360,0,0,2453,0,0,0,0,0),(128723,28529,609,1,1,25506,1,1824.71,-5802.46,103.711,5.89921,360,0,0,2453,0,0,0,0,0),(128724,28529,609,1,1,25506,1,1825.85,-5832.01,102.684,0.471239,360,0,0,2453,0,0,0,0,0),(128725,28529,609,1,1,25503,1,1819.79,-5842.69,115.884,6.24828,360,0,0,2453,0,0,0,0,0),(128726,28529,609,1,1,25505,1,1815.02,-5796.96,115.92,5.84685,360,0,0,2453,0,0,0,0,0),(128727,28529,609,1,1,25504,1,1821.21,-5867.78,114.196,0.628319,360,0,0,2453,0,0,0,0,0),(128728,28529,609,1,1,25503,1,1804.49,-5837.15,117.509,0.331613,360,0,0,2453,0,0,0,0,0),(128729,28529,609,1,1,25503,1,1803.19,-5801.16,114.952,6.05629,360,0,0,2453,0,0,0,0,0),(128730,28529,609,1,1,25504,1,1834.84,-5850.62,101.429,0.331613,360,0,0,2453,0,0,0,0,0),(128731,28529,609,1,1,25503,1,1811.17,-5831.13,106.586,0.174533,360,0,0,2453,0,0,0,0,0),(128732,28529,609,1,1,25504,1,1836.33,-5800.06,102.084,5.46288,360,0,0,2453,0,0,0,0,0),(128733,28529,609,1,1,25504,1,1647.17,-5946.36,124.887,6.23082,360,0,0,2453,0,0,0,0,0),(128734,28529,609,1,1,25505,1,1647.04,-5954.02,127.046,6.03884,360,0,0,2453,0,0,0,0,0),(128735,28530,609,1,1,25508,1,1756.15,-5834.7,116.581,3.28698,360,5,0,2699,0,1,0,0,0),(128736,28530,609,1,1,25510,1,1576.89,-5785.6,118.985,3.45933,360,5,0,2699,0,1,0,0,0),(128737,28530,609,1,1,25508,1,1783.69,-5806.35,114.375,0.129247,360,5,0,2699,0,1,0,0,0),(128738,25462,609,1,5,24191,0,2345.3,-5671.68,426.114,3.78736,360,0,0,27890000,0,0,0,0,0),(128739,29047,609,1,1,26762,0,2377.54,-5791.73,154.61,2.67139,360,0,0,126000,39940,2,0,0,0),(128740,29565,609,1,1,25362,0,2443.19,-5585.97,415.142,6.0912,360,0,0,3136,2117,0,0,0,0),(128741,28542,609,1,2,11686,0,1651.21,-5994.67,133.584,1.48353,360,0,0,8982,0,0,0,0,0),(128742,29566,609,1,1,25356,0,2442.76,-5600.46,415.169,0.453786,360,0,0,3136,2117,0,0,0,0),(128743,29566,609,1,1,25367,0,2468.17,-5575.36,415.25,4.32842,360,0,0,3136,2117,0,0,0,0),(128744,29566,609,1,1,25366,0,2474.02,-5579.47,415.232,3.97935,360,0,0,3136,2117,0,0,0,0),(128746,28543,609,1,2,11686,0,1590.81,-5731.66,143.869,0.907571,360,0,0,8982,0,0,0,0,0),(128747,29567,609,1,1,25368,0,2478.18,-5585.94,415.221,3.75246,360,0,0,3136,2117,0,0,0,0),(128748,29567,609,1,1,25370,0,2462.99,-5573.73,415.251,4.45059,360,0,0,3136,2117,0,0,0,0),(128749,29567,609,1,1,25354,0,2479.51,-5593.53,415.196,3.38594,360,0,0,3136,2117,0,0,0,0),(128751,28544,609,1,2,11686,0,1385.93,-5702.06,146.305,4.15388,360,0,0,8982,0,0,0,0,0),(128752,28548,609,1,1,24413,0,1679.31,-5951.31,128.281,1.85005,360,0,0,96100,19854,0,0,0,0),(128753,29580,609,1,69,24719,0,2389.99,-5640.93,377.167,0.488692,360,0,0,8982,0,0,0,0,0),(128754,29581,609,1,69,24719,0,2383.65,-5645.24,420.78,3.59538,360,0,0,8982,0,0,0,0,0),(128755,28557,609,1,1,24573,1,2191.98,-5886.71,101.083,4.06662,360,5,0,891,0,1,0,0,0),(128756,28557,609,1,1,24572,1,2242.65,-5923.48,98.4591,1.06465,360,0,0,891,0,0,0,0,0),(128757,28557,609,1,1,24573,1,2167.94,-5903.68,100.808,6.17846,360,0,0,891,0,0,0,0,0),(128758,28557,609,1,1,24573,1,2165.35,-5882.17,101.37,1.27736,360,0,0,891,0,0,0,0,0),(128759,28557,609,1,1,24572,1,2150.76,-5887.46,101.37,2.49582,360,0,0,891,0,0,0,0,0),(128760,28557,609,1,1,24571,1,2103.86,-5823.75,101.276,4.08407,360,0,0,891,0,0,0,0,0),(128761,28557,609,1,1,24571,1,2105.35,-5759.83,99.0156,2.40855,360,5,0,891,0,1,0,0,0),(128762,28557,609,1,1,24573,1,2119.36,-5742.46,99.5156,1.53589,360,0,0,891,0,0,0,0,0),(128763,28557,609,1,1,24573,1,2137.56,-5786.69,99.4225,0.296706,360,5,0,891,0,1,0,0,0),(128764,28557,609,1,1,24570,1,2099.09,-5712.46,100.395,4.01426,360,0,0,891,0,0,0,0,0),(128765,28557,609,1,1,24573,1,2081.72,-5684.36,100.628,3.52556,360,0,0,891,0,0,0,0,0),(128766,28557,609,1,1,24571,1,2085.71,-5754.19,99.4143,1.309,360,0,0,891,0,0,0,0,0),(128767,28557,609,1,1,24570,1,2108.59,-5688.4,100.478,1.81514,360,0,0,891,0,0,0,0,0),(128768,28557,609,1,1,24571,1,2092.11,-5697.01,100.393,3.735,360,0,0,891,0,0,0,0,0),(128769,28557,609,1,1,24572,1,2202.15,-5790.73,101.467,3.76991,360,0,0,891,0,0,0,0,0),(128770,28557,609,1,1,24572,1,2272.42,-5867.17,101.152,0.122173,360,0,0,891,0,0,0,0,0),(128771,28557,609,1,1,24573,1,2297.9,-5833.86,101.022,2.02458,360,0,0,891,0,0,0,0,0),(128772,28557,609,1,1,24571,1,2276.85,-5823.74,101.018,4.85202,360,0,0,891,0,0,0,0,0),(128773,28557,609,1,1,24572,1,2158.2,-5779.88,100.995,2.00713,360,0,0,891,0,0,0,0,0),(128774,28557,609,1,1,24571,1,2133.73,-5767.64,98.6725,5.14872,360,0,0,891,0,0,0,0,0),(128775,28557,609,1,1,24572,1,2234.28,-5774.04,101.387,1.20428,360,0,0,891,0,0,0,0,0),(128776,28557,609,1,1,24573,1,2244.75,-5757.32,101.486,2.30383,360,0,0,891,0,0,0,0,0),(128777,28557,609,1,1,24572,1,2334.51,-5909.29,101.596,4.99164,360,0,0,891,0,0,0,0,0),(128778,28557,609,1,1,24573,1,2187.17,-5784.17,101.354,1.0821,360,0,0,891,0,0,0,0,0),(128779,28557,609,1,1,24571,1,2283.39,-5836.64,101.018,0.977384,360,0,0,891,0,0,0,0,0),(128780,28557,609,1,1,24570,1,2192.46,-5733.82,102.487,5.81195,360,0,0,891,0,0,0,0,0),(128781,28557,609,1,1,24571,1,2210.31,-5747.27,102.622,1.93731,360,0,0,891,0,0,0,0,0),(128782,28557,609,1,1,24570,1,2304.26,-5816.47,101.314,5.93412,360,0,0,891,0,0,0,0,0),(128783,28557,609,1,1,24570,1,2344.39,-5851.09,101.099,1.62316,360,0,0,891,0,0,0,0,0),(128784,28557,609,1,1,24573,1,2361.17,-5853.81,103.761,1.8675,360,0,0,891,0,0,0,0,0),(128785,28557,609,1,1,24571,1,2366.32,-5929.88,110.028,0.488692,360,0,0,891,0,0,0,0,0),(128786,28557,609,1,1,24573,1,2372.51,-5849.39,105.677,0.767945,360,0,0,891,0,0,0,0,0),(128787,28557,609,1,1,24573,1,2329.02,-5838.31,102.252,6.02139,360,0,0,891,0,0,0,0,0),(128788,28557,609,1,1,24572,1,2344.03,-5921.58,109.069,2.28638,360,0,0,891,0,0,0,0,0),(128789,28557,609,1,1,24573,1,2316.56,-5824.52,102.086,1.90241,360,0,0,891,0,0,0,0,0),(128790,28557,609,1,1,24571,1,2147.72,-5722.73,101.095,5.77704,360,0,0,891,0,0,0,0,0),(128791,28557,609,1,1,24571,1,2117.59,-5731.64,100.163,4.60767,360,0,0,891,0,0,0,0,0),(128792,28557,609,1,1,24573,1,2137.48,-5743.59,99.5475,3.75705,360,0,0,891,0,0,0,0,0),(128793,28557,609,1,1,24570,1,2375.51,-5848.58,106.235,2.35619,360,0,0,891,0,0,0,0,0),(128794,28557,609,1,1,24573,1,2356.33,-5853.05,102.964,0.925025,360,0,0,891,0,0,0,0,0),(128795,28557,609,1,1,24573,1,2141.36,-5791.21,99.7975,1.09956,360,0,0,891,0,0,0,0,0),(128796,28558,609,1,1,24458,0,1677,-5951.9,128.718,1.71042,360,0,0,49700,13548,0,0,0,0),(128797,28559,609,1,1,25563,0,1673.96,-5940.56,126.23,5.18363,360,0,0,1180,1236,0,0,0,0),(128798,28559,609,1,1,25562,0,1668.01,-5951.59,127.549,0.05236,360,0,0,1180,1236,0,0,0,0),(128799,28559,609,1,1,25562,0,1675.23,-5937.06,125.632,4.99164,360,0,0,1180,1236,0,0,0,0),(128800,28560,609,1,1,25569,0,1684.73,-5939.66,124.951,4.2586,360,0,0,1710,1750,0,0,0,0),(128801,28560,609,1,1,25568,0,1676.61,-5932.51,124.778,4.85202,360,0,0,1710,1750,0,0,0,0),(128802,28560,609,1,1,25568,0,1670.61,-5942.23,126.206,5.48033,360,0,0,1710,1750,0,0,0,0),(128803,28819,609,1,1,2528,1,2543.02,-5959.86,115.764,1.93731,360,0,0,891,0,0,0,0,0),(128804,28819,609,1,1,2528,1,2488.44,-6004.69,119.44,5.35816,360,0,0,891,0,0,0,0,0),(128805,28819,609,1,1,2528,1,2538.22,-5975,115.569,5.46288,360,0,0,891,0,0,0,0,0),(128806,28819,609,1,1,2528,1,2464.4,-5980.51,114.289,3.80482,360,0,0,891,0,0,0,0,0),(128807,28819,609,1,1,2528,1,2468.88,-5970.64,115.805,3.15905,360,0,0,891,0,0,0,0,0),(128808,28819,609,1,1,2528,1,2480.58,-5979.55,115.063,2.09439,360,0,0,891,0,0,0,0,0),(128809,28819,609,1,1,2528,1,2522.35,-5971.93,116.689,1.46608,360,0,0,891,0,0,0,0,0),(128810,28819,609,1,1,2528,1,2508.55,-5986.1,118.073,5.91667,360,0,0,891,0,0,0,0,0),(128811,28819,609,1,1,2528,1,2475.49,-6003.86,118.794,3.9619,360,0,0,891,0,0,0,0,0),(128812,28819,609,1,1,2528,1,2436.89,-5942.78,119.827,3.66519,360,0,0,891,0,0,0,0,0),(128813,28819,609,1,1,2528,1,2486.3,-5965.23,116.152,5.14872,360,0,0,891,0,0,0,0,0),(128814,28819,609,1,1,2528,1,2494.69,-5946.9,116.071,0.244346,360,0,0,891,0,0,0,0,0),(128815,28819,609,1,1,2528,1,2486.67,-5982.83,95.5758,4.17134,360,0,0,891,0,0,0,0,0),(128816,28819,609,1,1,2528,1,2473.47,-5983.51,96.9304,5.88176,360,0,0,891,0,0,0,0,0),(128817,28819,609,1,1,2528,1,2485,-5994.96,96.0948,2.96706,360,0,0,891,0,0,0,0,0),(128818,28819,609,1,1,2528,1,2484.86,-5970.32,96.1356,1.90241,360,0,0,891,0,0,0,0,0),(128819,28819,609,1,1,2528,1,2520.47,-5987.33,104.76,2.74017,360,0,0,891,0,0,0,0,0),(128820,28819,609,1,1,2528,1,2451.12,-6008.63,91.3351,2.14675,360,0,0,891,0,0,0,0,0),(128821,28819,609,1,1,2528,1,2479.23,-6009.87,94.8772,5.8294,360,0,0,891,0,0,0,0,0),(128822,28819,609,1,1,2528,1,2513.63,-5945.26,111.74,3.75246,360,0,0,891,0,0,0,0,0),(128823,28819,609,1,1,2528,1,2464.16,-6016.52,94.1987,4.97419,360,0,0,891,0,0,0,0,0),(128824,28819,609,1,1,2528,1,2517.07,-5956.88,109.371,3.24631,360,0,0,891,0,0,0,0,0),(128825,28819,609,1,1,2528,1,2526.57,-5950.11,109.551,5.60251,360,0,0,891,0,0,0,0,0),(128826,28819,609,1,1,2528,1,2532.47,-5943,109.877,1.97222,360,0,0,891,0,0,0,0,0),(128827,28819,609,1,1,2528,1,2499.66,-5977.67,96.7527,0.855211,360,0,0,891,0,0,0,0,0),(128828,28819,609,1,1,2528,1,2507.14,-5996.2,100.331,3.52556,360,0,0,891,0,0,0,0,0),(128829,28819,609,1,1,2528,1,2505.15,-5982.52,97.6264,0.959931,360,0,0,891,0,0,0,0,0),(128830,28819,609,1,1,2528,1,2519.51,-5976.06,105.229,3.36848,360,0,0,891,0,0,0,0,0),(128831,28819,609,1,1,2528,1,2476.7,-5971.91,96.3624,1.23918,360,0,0,891,0,0,0,0,0),(128832,28819,609,1,1,2528,1,2534.05,-5980.38,103.653,0.785398,360,0,0,891,0,0,0,0,0),(128833,28819,609,1,1,2528,1,2519.9,-6005.4,104.363,5.16617,360,0,0,891,0,0,0,0,0),(128834,28819,609,1,1,2528,1,2523.45,-5966.65,105.813,6.10865,360,0,0,891,0,0,0,0,0),(128835,28819,609,1,1,2528,1,2465.5,-5928.58,115.593,3.22886,360,0,0,891,0,0,0,0,0),(128836,28819,609,1,1,2528,1,2487.81,-5931.38,117.271,1.309,360,0,0,891,0,0,0,0,0),(128837,28819,609,1,1,2528,1,2474.3,-5926.99,115.979,1.0472,360,0,0,891,0,0,0,0,0),(128838,28819,609,1,1,2528,1,2461.39,-5950.83,115.922,3.9968,360,0,0,891,0,0,0,0,0),(128839,28819,609,1,1,2528,1,2509.34,-5929.94,114.779,1.25664,360,0,0,891,0,0,0,0,0),(128840,28819,609,1,1,2528,1,2461.07,-5935.23,116.284,1.98968,360,0,0,891,0,0,0,0,0),(128841,28819,609,1,1,2528,1,2498.4,-5934.94,115.495,4.29351,360,0,0,891,0,0,0,0,0),(128842,28819,609,1,1,2528,1,2440.4,-5932.44,96.57,5.51524,360,0,0,891,0,0,0,0,0),(128843,28819,609,1,1,2528,1,2445.03,-5904.93,103.039,0.226893,360,0,0,891,0,0,0,0,0),(128844,28819,609,1,1,2528,1,2445.58,-5922.19,100.143,6.05629,360,0,0,891,0,0,0,0,0),(128845,28819,609,1,1,2528,1,2436.31,-5912.19,103.767,3.50811,360,0,0,891,0,0,0,0,0),(128846,28819,609,1,1,2528,1,2434.63,-5929.26,96.9767,2.46091,360,0,0,891,0,0,0,0,0),(128847,28819,609,1,1,2528,1,2427.52,-5947.82,96.3617,6.00393,360,0,0,891,0,0,0,0,0),(128848,28819,609,1,1,2528,1,2421.11,-5934.04,96.6283,1.8326,360,0,0,891,0,0,0,0,0),(128849,28819,609,1,1,2528,1,2422.37,-5967.98,96.6479,4.27606,360,0,0,891,0,0,0,0,0),(128850,28819,609,1,1,2528,1,2409.1,-5943.09,97.219,4.4855,360,0,0,891,0,0,0,0,0),(128851,28819,609,1,1,2528,1,2414.57,-5954.21,98.1787,3.22886,360,0,0,891,0,0,0,0,0),(128852,28819,609,1,1,2528,1,2437.78,-5981.74,97.1232,3.97935,360,0,0,891,0,0,0,0,0),(128853,28819,609,1,1,2528,1,2436.42,-5965.65,96.3953,1.36136,360,0,0,891,0,0,0,0,0),(128854,28819,609,1,1,2528,1,2465.79,-5963.39,97.6519,0.558505,360,0,0,891,0,0,0,0,0),(128855,28819,609,1,1,2528,1,2426.66,-5959.67,97.2492,0.436332,360,0,0,891,0,0,0,0,0),(128856,28819,609,1,1,2528,1,2434.15,-5974.69,96.3418,3.90954,360,0,0,891,0,0,0,0,0),(128857,28819,609,1,1,2528,1,2460.27,-5950.55,96.0507,1.02974,360,0,0,891,0,0,0,0,0),(128858,28819,609,1,1,2528,1,2446.92,-5960.85,96.5203,3.14159,360,0,0,891,0,0,0,0,0),(128859,28819,609,1,1,2528,1,2458.37,-5990.88,96.7546,4.74729,360,0,0,891,0,0,0,0,0),(128860,28821,609,1,1,25703,0,2419.72,-5942.17,96.5599,4.40055,360,0,0,42,0,0,0,0,0),(128861,28821,609,1,1,25703,0,2384.74,-5908.01,109.173,2.7571,360,0,0,42,0,0,0,0,0),(128862,28821,609,1,1,25703,0,2408.29,-5918.98,110.699,2.93112,360,0,0,42,0,0,0,0,0),(128863,28821,609,1,1,25703,0,2470.5,-5930.94,115.887,2.01183,360,0,0,42,0,0,0,0,0),(128864,28821,609,1,1,25703,0,2519.07,-5961.48,107.439,1.73317,360,0,0,42,0,0,0,0,0),(128865,28821,609,1,1,25703,0,2451.14,-5911.06,113.017,3.195,360,0,0,42,0,0,0,0,0),(128866,28821,609,1,1,25703,0,2436.07,-5893.09,104.606,5.09916,360,0,0,42,0,0,0,0,0),(128867,28821,609,1,1,25703,0,2392.9,-5932.47,110.954,2.25148,360,0,0,42,0,0,0,0,0),(128868,28821,609,1,1,25703,0,2477.86,-5930.89,116.103,3.89208,360,0,0,42,0,0,0,0,0),(128869,28821,609,1,1,25703,0,2431.82,-5884.38,104.739,1.43117,360,0,0,42,0,0,0,0,0),(128870,28821,609,1,1,25703,0,2450.51,-5956.79,96.0638,6.17846,360,0,0,42,0,0,0,0,0),(128871,28821,609,1,1,25703,0,2393.37,-5912.72,110.304,2.44346,360,0,0,42,0,0,0,0,0),(128872,28821,609,1,1,25703,0,2523.76,-5973.45,105.14,2.05674,360,0,0,42,0,0,0,0,0),(128873,28821,609,1,1,25703,0,2410.78,-5930.6,113.883,6.14356,360,0,0,42,0,0,0,0,0),(128874,28821,609,1,1,25703,0,2418.08,-5919.31,111.58,5.77704,360,0,0,42,0,0,0,0,0),(128875,28821,609,1,1,25703,0,2434.72,-5889.79,104.987,5.30943,360,0,0,42,0,0,0,0,0),(128876,28821,609,1,1,25703,0,2538.37,-5995.51,103.085,6.10865,360,0,0,42,0,0,0,0,0),(128877,28821,609,1,1,25703,0,2460.33,-5911.51,112.818,2.42315,360,0,0,42,0,0,0,0,0),(128878,28821,609,1,1,25703,0,2372.34,-5909.64,108.217,3.10446,360,0,0,42,0,0,0,0,0),(128879,28821,609,1,1,25703,0,2216.13,-6019.72,9.13553,4.03567,360,0,0,42,0,0,0,0,0),(128880,28821,609,1,1,25703,0,2300.74,-5910.45,86.8895,4.0314,360,0,0,42,0,0,0,0,0),(128881,28821,609,1,1,25703,0,2349.76,-5907.04,104.354,3.00052,360,0,0,42,0,0,0,0,0),(128882,28821,609,1,1,25703,0,2365.63,-5909.21,107.103,2.93913,360,0,0,42,0,0,0,0,0),(128883,28821,609,1,1,25703,0,2345.41,-5904.19,103.429,3.02802,360,0,0,42,0,0,0,0,0),(128884,28821,609,1,1,25703,0,2393.6,-5915.44,110.315,2.90894,360,0,0,42,0,0,0,0,0),(128885,28822,609,1,1,25709,0,2418.53,-5945.32,96.7683,4.73256,360,5,0,891,0,1,0,0,0),(128886,28822,609,1,1,25709,0,2381.9,-5907.12,108.816,3.07905,360,5,0,891,0,1,0,0,0),(128887,28822,609,1,1,25709,0,2405.31,-5918.26,110.546,2.91296,360,5,0,891,0,1,0,0,0),(128888,28822,609,1,1,25709,0,2469.28,-5927.18,115.011,2.03413,360,5,0,891,0,1,0,0,0),(128889,28822,609,1,1,25709,0,2522.21,-5954.26,108.497,1.28314,360,5,0,891,0,1,0,0,0),(128890,28822,609,1,1,25709,0,2450.4,-5911.1,113.097,3.11191,360,5,0,891,0,1,0,0,0),(128891,28822,609,1,1,25709,0,2438.58,-5903.08,103.316,4.99496,360,5,0,891,0,1,0,0,0),(128892,28822,609,1,1,25709,0,2389.83,-5928.23,110.395,0.226893,360,0,0,891,0,0,0,0,0),(128893,28822,609,1,1,25709,0,2476.29,-5932.71,115.954,1.13446,360,0,0,891,0,0,0,0,0),(128894,28822,609,1,1,25709,0,2433.06,-5886.45,104.694,4.31096,360,0,0,891,0,0,0,0,0),(128895,28822,609,1,1,25709,0,2452.76,-5959.37,96.2271,0.925025,360,0,0,891,0,0,0,0,0),(128896,28822,609,1,1,25709,0,2390.2,-5910.26,109.99,2.33874,360,0,0,891,0,0,0,0,0),(128897,28822,609,1,1,25709,0,2527.89,-5979.99,103.519,2.11874,360,5,0,891,0,1,0,0,0),(128898,28822,609,1,1,25709,0,2409.43,-5927.6,112.395,0.349066,360,0,0,891,0,0,0,0,0),(128899,28822,609,1,1,25709,0,2416.01,-5920.75,111.375,3.40339,360,0,0,891,0,0,0,0,0),(128900,28822,609,1,1,25709,0,2434.72,-5889.79,104.994,5.30949,360,5,0,891,0,1,0,0,0),(128901,28822,609,1,1,25709,0,2537.21,-5993.02,103.205,1.67552,360,0,0,891,0,0,0,0,0),(128902,28822,609,1,1,25709,0,2460.19,-5911.39,112.836,2.12032,360,5,0,891,0,1,0,0,0),(128903,28822,609,1,1,25709,0,2369.34,-5909.52,107.785,3.10381,360,5,0,891,0,1,0,0,0),(128904,28822,609,1,1,25709,0,2214.26,-6022.09,8.54118,4.0439,360,5,0,891,0,1,0,0,0),(128905,28822,609,1,1,25709,0,2299.28,-5912.82,85.5989,4.17532,360,5,0,891,0,1,0,0,0),(128906,28822,609,1,1,25709,0,2346.78,-5906.62,103.873,3.00052,360,5,0,891,0,1,0,0,0),(128907,28822,609,1,1,25709,0,2362.66,-5908.7,106.533,2.98271,360,5,0,891,0,1,0,0,0),(128908,28822,609,1,1,25709,0,2342.42,-5903.85,102.898,3.0222,360,5,0,891,0,1,0,0,0),(128909,28822,609,1,1,25709,0,2390.66,-5914.74,110.111,2.90894,360,5,0,891,0,1,0,0,0),(128910,28576,609,1,1,25559,0,1871.42,-5910.4,104.014,3.46983,360,5,0,811,852,1,0,0,0),(128911,28576,609,1,1,25559,0,1769.85,-5921.99,116.103,2.84568,360,5,0,811,852,1,0,0,0),(128912,28576,609,1,1,25561,0,1945.86,-5759.13,104.194,3.36619,360,5,0,811,852,1,0,0,0),(128913,28576,609,1,1,25558,0,2162.66,-5749.84,101.177,3.92687,360,5,0,811,852,1,0,0,0),(128914,28576,609,1,1,25559,0,2130.66,-5716.34,100.777,0.872665,360,0,0,811,852,0,0,0,0),(128915,28576,609,1,1,25559,0,2180.11,-5859.25,101.911,2.92102,360,5,0,811,852,1,0,0,0),(128916,28576,609,1,1,25558,0,2144.63,-5754.65,99.6984,0.383972,360,0,0,811,852,0,0,0,0),(128917,28576,609,1,1,25561,0,2222.63,-5797.63,101.302,3.54829,360,5,0,811,852,1,0,0,0),(128918,28576,609,1,1,25561,0,2165.95,-5746.55,101.276,3.92687,360,5,0,811,852,1,0,0,0),(128919,28576,609,1,1,25560,0,2159.18,-5892.81,101.401,2.0744,360,5,0,811,852,1,0,0,0),(128920,28576,609,1,1,25558,0,2169.45,-5799.3,101.319,3.92702,360,5,0,811,852,1,0,0,0),(128921,28576,609,1,1,25559,0,2098.45,-5750.51,99.7669,3.92652,360,5,0,811,852,1,0,0,0),(128922,28576,609,1,1,25558,0,2110.93,-5744.98,99.6614,5.06318,360,5,0,811,852,1,0,0,0),(128923,28576,609,1,1,25561,0,2119.61,-5800.78,99.914,4.95784,360,5,0,811,852,1,0,0,0),(128924,28576,609,1,1,25561,0,1924.9,-5809.07,100.266,3.09637,360,5,0,811,852,1,0,0,0),(128925,28576,609,1,1,25560,0,2063.19,-5895.54,104.936,3.62052,360,0,0,811,852,0,0,0,0),(128926,28576,609,1,1,25561,0,1923.45,-5843.77,100.237,3.94444,360,0,0,811,852,0,0,0,0),(128927,28576,609,1,1,25558,0,1959.51,-5809.41,101.222,1.48353,360,0,0,811,852,0,0,0,0),(128928,28576,609,1,1,25559,0,2084.42,-5841.19,103.182,3.13183,360,5,0,811,852,1,0,0,0),(128929,28576,609,1,1,25559,0,2021.29,-5751.28,99.47,3.03648,360,5,0,811,852,1,0,0,0),(128930,28576,609,1,1,25560,0,2039.62,-5753.59,98.8749,3.0222,360,5,0,811,852,1,0,0,0),(128931,28576,609,1,1,25558,0,2111.78,-5870.67,102.857,3.61179,360,5,0,811,852,1,0,0,0),(128932,28576,609,1,1,25559,0,2088.5,-5902.36,105.783,1.97222,360,0,0,811,852,0,0,0,0),(128933,28576,609,1,1,25558,0,2169.27,-5834.93,101.562,3.81041,360,5,0,811,852,1,0,0,0),(128934,28576,609,1,1,25560,0,2059.75,-5895.67,105.073,3.53443,360,5,0,811,852,1,0,0,0),(128935,28576,609,1,1,25561,0,2146.41,-5916.39,99.3358,1.12898,360,5,0,811,852,1,0,0,0),(128936,28576,609,1,1,25561,0,1949.53,-5791.15,100.763,6.0912,360,0,0,811,852,0,0,0,0),(128937,28576,609,1,1,25558,0,2129.95,-5820.85,100.946,0.890118,360,0,0,811,852,0,0,0,0),(128938,28576,609,1,1,25561,0,2176.7,-5816.38,101.429,3.29867,360,0,0,811,852,0,0,0,0),(128939,28576,609,1,1,25558,0,2137.47,-5780.53,99.2183,4.79965,360,0,0,811,852,0,0,0,0),(128940,28576,609,1,1,25560,0,2142.39,-5762.27,99.111,0.733038,360,0,0,811,852,0,0,0,0),(128941,28576,609,1,1,25560,0,2157.83,-5820.38,101.81,4.67748,360,0,0,811,852,0,0,0,0),(128942,28576,609,1,1,25559,0,2212.77,-5779.69,101.762,4.63924,360,5,0,811,852,1,0,0,0),(128943,28576,609,1,1,25558,0,2236.27,-5741.05,102.359,3.87463,360,0,0,811,852,0,0,0,0),(128944,28576,609,1,1,25560,0,2187.79,-5771.69,101.541,4.24962,360,5,0,811,852,1,0,0,0),(128945,28576,609,1,1,25558,0,2194.74,-5787.16,101.433,3.30699,360,5,0,811,852,1,0,0,0),(128946,28576,609,1,1,25559,0,2262.52,-5820.31,101.287,3.27285,360,5,0,811,852,1,0,0,0),(128947,28576,609,1,1,25561,0,2178.78,-5776.9,101.459,4.18879,360,0,0,811,852,0,0,0,0),(128948,28576,609,1,1,25559,0,2256,-5804.26,101.025,3.54302,360,0,0,811,852,0,0,0,0),(128949,28576,609,1,1,25560,0,2284.71,-5817.38,101.023,6.0912,360,0,0,811,852,0,0,0,0),(128950,28576,609,1,1,25560,0,2249.26,-5824.91,101.193,3.0172,360,5,0,811,852,1,0,0,0),(128951,28576,609,1,1,25560,0,2324.83,-5881.21,101.233,2.89653,360,5,0,811,852,1,0,0,0),(128952,28576,609,1,1,25559,0,2278.16,-5845.06,101.018,0.959931,360,0,0,811,852,0,0,0,0),(128953,28576,609,1,1,25559,0,2144.89,-5853.44,101.518,3.62097,360,5,0,811,852,1,0,0,0),(128954,28576,609,1,1,25561,0,2117.95,-5867.44,102.418,3.62095,360,5,0,811,852,1,0,0,0),(128955,28576,609,1,1,25559,0,2208.53,-5802,101.39,2.88105,360,5,0,811,852,1,0,0,0),(128956,28576,609,1,1,25561,0,2198.1,-5758.33,101.98,3.14159,360,5,0,811,852,1,0,0,0),(128957,28576,609,1,1,25558,0,2277.66,-5789.44,101.435,3.45705,360,5,0,811,852,1,0,0,0),(128958,28577,609,1,1,25556,0,1727.46,-5872.84,116.247,0.969836,360,0,0,811,852,0,0,0,0),(128959,28577,609,1,1,25555,0,1722.33,-5898.53,116.247,2.69801,360,0,0,811,852,0,0,0,0),(128960,28577,609,1,1,25557,0,1931.11,-5911.16,101.534,3.73673,360,5,0,811,852,1,0,0,0),(128961,28577,609,1,1,25555,0,2333.52,-5890.04,101.724,2.89282,360,5,0,811,852,1,0,0,0),(128962,28577,609,1,1,25556,0,2196.48,-5874.97,100.978,2.28705,360,5,0,811,852,1,0,0,0),(128963,28577,609,1,1,25557,0,2083.89,-5810.31,103.456,3.4383,360,0,0,811,852,0,0,0,0),(128964,28577,609,1,1,25557,0,2212.77,-5779.69,101.762,3.65188,360,5,0,811,852,1,0,0,0),(128965,28577,609,1,1,25554,0,2104.02,-5721.01,100.347,5.98648,360,0,0,811,852,0,0,0,0),(128966,28577,609,1,1,25556,0,2117.3,-5791.53,99.2722,2.559,360,5,0,811,852,1,0,0,0),(128967,28577,609,1,1,25557,0,2161.34,-5870.42,101.37,2.24546,360,5,0,811,852,1,0,0,0),(128968,28577,609,1,1,25554,0,2170.22,-5777.69,101.588,3.92707,360,5,0,811,852,1,0,0,0),(128969,28577,609,1,1,25556,0,2178.71,-5830.45,101.692,3.74843,360,5,0,811,852,1,0,0,0),(128970,28577,609,1,1,25554,0,2082.04,-5841.17,103.118,3.13183,360,5,0,811,852,1,0,0,0),(128971,28577,609,1,1,25556,0,2041.31,-5844.4,100.458,3.27352,360,5,0,811,852,1,0,0,0),(128972,28577,609,1,1,25557,0,2019.49,-5905.63,104.647,3.08886,360,5,0,811,852,1,0,0,0),(128973,28577,609,1,1,25554,0,1965.97,-5833.76,100.843,4.08407,360,0,0,811,852,0,0,0,0),(128974,28577,609,1,1,25557,0,2070.81,-5891.54,104.549,3.62271,360,5,0,811,852,1,0,0,0),(128975,28577,609,1,1,25555,0,2035.54,-5878.34,103.873,3.56047,360,0,0,811,852,0,0,0,0),(128976,28577,609,1,1,25554,0,2099.82,-5874.71,103.5,3.66332,360,0,0,811,852,0,0,0,0),(128977,28577,609,1,1,25554,0,1986.33,-5754.74,100.535,3.81359,360,5,0,811,852,1,0,0,0),(128978,28577,609,1,1,25557,0,2009.93,-5756.94,100.799,3.00237,360,5,0,811,852,1,0,0,0),(128979,28577,609,1,1,25555,0,2101.7,-5781.05,99.1669,2.57391,360,5,0,811,852,1,0,0,0),(128980,28577,609,1,1,25555,0,2043.09,-5902.63,105.198,3.53325,360,5,0,811,852,1,0,0,0),(128981,28577,609,1,1,25555,0,1949.53,-5791.15,100.763,5.1612,360,5,0,811,852,1,0,0,0),(128982,28577,609,1,1,25556,0,2126.96,-5838.18,101.536,3.24729,360,5,0,811,852,1,0,0,0),(128983,28577,609,1,1,25554,0,2238,-5842.53,101.654,2.69105,360,5,0,811,852,1,0,0,0),(128984,28577,609,1,1,25555,0,2169.01,-5864.28,101.431,5.2709,360,0,0,811,852,0,0,0,0),(128985,28577,609,1,1,25554,0,2267.15,-5886.14,101.37,2.80533,360,5,0,811,852,1,0,0,0),(128986,28577,609,1,1,25554,0,1934.37,-5850.41,100.794,5.7369,360,5,0,811,852,1,0,0,0),(128987,28577,609,1,1,25556,0,2156.11,-5713.98,102.25,5.88176,360,0,0,811,852,0,0,0,0),(128988,28577,609,1,1,25556,0,2246.22,-5872.2,101.342,2.57958,360,5,0,811,852,1,0,0,0),(128989,28577,609,1,1,25556,0,2097.99,-5812.91,100.679,0.453786,360,0,0,811,852,0,0,0,0),(128990,28577,609,1,1,25557,0,2265.53,-5851.13,101.123,0.05236,360,0,0,811,852,0,0,0,0),(128991,28577,609,1,1,25556,0,2164.74,-5922.08,100.216,2.46136,360,5,0,811,852,1,0,0,0),(128992,28577,609,1,1,25556,0,2283.54,-5820.32,101.059,4.33415,360,5,0,811,852,1,0,0,0),(128993,28577,609,1,1,25556,0,2213.23,-5777.75,101.706,3.81636,360,5,0,811,852,1,0,0,0),(128994,28577,609,1,1,25557,0,2204.45,-5759,102.139,4.01426,360,0,0,811,852,0,0,0,0),(128995,28577,609,1,1,25555,0,2208.45,-5787.59,101.581,3.26377,360,0,0,811,852,0,0,0,0),(128996,28577,609,1,1,25555,0,2227.02,-5750.6,102.253,3.82227,360,0,0,811,852,0,0,0,0),(128997,28577,609,1,1,25554,0,2258.52,-5822.99,101.054,0.191986,360,0,0,811,852,0,0,0,0),(128998,28577,609,1,1,25555,0,2253.14,-5829.1,101.184,2.22545,360,5,0,811,852,1,0,0,0),(128999,28577,609,1,1,25555,0,2240.29,-5923.61,98.8092,2.89634,360,5,0,811,852,1,0,0,0),(129000,28577,609,1,1,25556,0,2284.71,-5817.38,101.023,4.33415,360,5,0,811,852,1,0,0,0),(129001,28577,609,1,1,25555,0,2150.01,-5844.77,101.537,4.40198,360,5,0,811,852,1,0,0,0),(129002,28834,609,1,1,25740,1,2232.49,-6065.38,5.97135,1.81514,20,0,0,13070,0,0,0,0,0),(129003,28834,609,1,1,25740,1,2222.84,-6063.24,6.30011,1.62316,20,0,0,13070,0,0,0,0,0),(129004,28834,609,1,1,25740,1,2208.5,-6069.13,4.83021,1.36136,20,0,0,13070,0,0,0,0,0),(129005,28834,609,1,1,25740,1,2216.07,-6066.78,5.81785,1.50098,20,0,0,13070,0,0,0,0,0),(129006,28834,609,1,1,25740,1,2225.34,-6072.09,5.84429,1.65806,20,0,0,13070,0,0,0,0,0),(129007,28834,609,1,1,25740,1,2139.61,-6072.14,5.63208,0.593412,20,0,0,13070,0,0,0,0,0),(129008,28834,609,1,1,25740,1,2120.08,-6072.29,5.01961,0.383972,20,0,0,13070,0,0,0,0,0),(129009,28834,609,1,1,25740,1,2114.34,-6070.87,5.01137,0.314159,20,0,0,13070,0,0,0,0,0),(129010,28834,609,1,1,25740,1,2139.28,-6079.58,5.61062,0.767945,20,0,0,13070,0,0,0,0,0),(129011,28834,609,1,1,25740,1,2133.95,-6072.42,5.49766,0.523599,20,0,0,13070,0,0,0,0,0),(129012,28834,609,1,1,25740,1,2128.79,-6073.01,5.31333,0.471239,20,0,0,13070,0,0,0,0,0),(129013,28834,609,1,1,25740,1,2216.72,-6075.66,4.54725,1.51844,20,0,0,13070,0,0,0,0,0),(129014,28834,609,1,1,25740,1,2208.95,-6077.9,4.10832,1.39626,20,0,0,13070,0,0,0,0,0),(129015,28834,609,1,1,25740,1,2217.87,-6086.33,4.25974,1.53589,20,0,0,13070,0,0,0,0,0),(129016,28834,609,1,1,25740,1,2198.27,-6095.94,1.95652,1.309,20,0,0,13070,0,0,0,0,0),(129017,28834,609,1,1,25740,1,2238.46,-6050.95,6.35809,2.04204,20,0,0,13070,0,0,0,0,0),(129018,28834,609,1,1,25740,1,2239.52,-6060.53,5.76684,1.97222,20,0,0,13070,0,0,0,0,0),(129019,28834,609,1,1,25740,1,2230.65,-6055.43,6.16701,1.81514,20,0,0,13070,0,0,0,0,0),(129020,28834,609,1,1,25740,1,2208.84,-6057.43,6.22801,0.778283,20,5,0,13070,0,1,0,0,0),(129021,28834,609,1,1,25740,1,2190.42,-6105.63,1.03959,1.25664,20,0,0,13070,0,0,0,0,0),(129022,28834,609,1,1,25740,1,2133.26,-6083.12,5.65078,0.733038,20,0,0,13070,0,0,0,0,0),(129023,28834,609,1,1,25740,1,2190.8,-6097.51,1.49996,1.22173,20,0,0,13070,0,0,0,0,0),(129024,28834,609,1,1,25740,1,2165.12,-6130.93,1.03225,4.07482,20,5,0,13070,0,1,0,0,0),(129025,28834,609,1,1,25740,1,2174.67,-6103.8,2.70244,1.76278,20,0,0,13070,0,0,0,0,0),(129026,28834,609,1,1,25740,1,2204.77,-6101.7,1.85849,1.39626,20,0,0,13070,0,0,0,0,0),(129027,28834,609,1,1,25740,1,2204.62,-6093.76,1.97343,1.37881,20,0,0,13070,0,0,0,0,0),(129028,28834,609,1,1,25740,1,2211.12,-6091.3,3.77415,1.44862,20,0,0,13070,0,0,0,0,0),(129029,28834,609,1,1,25740,1,2196.01,-6128.6,3.5486,1.36136,20,0,0,13070,0,0,0,0,0),(129030,28834,609,1,1,25740,1,2211.02,-6099.94,3.25773,1.46608,20,0,0,13070,0,0,0,0,0),(129031,28834,609,1,1,25740,1,2198.03,-6104.81,1.41407,1.32645,20,0,0,13070,0,0,0,0,0),(129032,28834,609,1,1,25740,1,2166.23,-6117.86,1.72605,1.58825,20,0,0,13070,0,0,0,0,0),(129033,28834,609,1,1,25740,1,2195.63,-6153.88,4.40091,1.39626,20,0,0,13070,0,0,0,0,0),(129034,28834,609,1,1,25740,1,2192.68,-6148.8,4.90112,1.37881,20,0,0,13070,0,0,0,0,0),(129035,28834,609,1,1,25740,1,2216.21,-6096.95,4.26725,1.53589,20,0,0,13070,0,0,0,0,0),(129036,28834,609,1,1,25740,1,2119.09,-6081.12,5.08276,0.523599,20,0,0,13070,0,0,0,0,0),(129037,28834,609,1,1,25740,1,2124.29,-6082.75,5.36997,0.610865,20,0,0,13070,0,0,0,0,0),(129038,28834,609,1,1,25740,1,2128.34,-6083.49,5.54912,0.663225,20,0,0,13070,0,0,0,0,0),(129039,28834,609,1,1,25740,1,2118.88,-6100.71,6.00054,0.785398,20,0,0,13070,0,0,0,0,0),(129040,28834,609,1,1,25740,1,2112.39,-6099.1,5.55127,0.698132,20,0,0,13070,0,0,0,0,0),(129041,28834,609,1,1,25740,1,2165.47,-6100.58,5.54354,1.5708,20,0,0,13070,0,0,0,0,0),(129042,28834,609,1,1,25740,1,2160.17,-6101.8,6.07007,1.48353,20,0,0,13070,0,0,0,0,0),(129043,28834,609,1,1,25740,1,2153.2,-6101.46,6.24737,1.32645,20,0,0,13070,0,0,0,0,0),(129044,28834,609,1,1,25740,1,2148.14,-6100.5,6.22865,1.22173,20,0,0,13070,0,0,0,0,0),(129045,28834,609,1,1,25740,1,2164.48,-6106.48,3.98088,1.5708,20,0,0,13070,0,0,0,0,0),(129046,28834,609,1,1,25740,1,2171.08,-6105.68,2.88154,1.67552,20,0,0,13070,0,0,0,0,0),(129047,28834,609,1,1,25740,1,2137.53,-6100.44,6.01753,1.02974,20,0,0,13070,0,0,0,0,0),(129048,28834,609,1,1,25740,1,2125.63,-6099.81,6.24114,0.855211,20,0,0,13070,0,0,0,0,0),(129049,28834,609,1,1,25740,1,2150.77,-6107.2,5.11238,1.309,20,0,0,13070,0,0,0,0,0),(129050,28834,609,1,1,25740,1,2157.03,-6107.78,4.89685,1.43117,20,0,0,13070,0,0,0,0,0),(129051,28834,609,1,1,25740,1,2095.47,-6115.64,5.84142,0.792344,20,5,0,13070,0,1,0,0,0),(129052,28834,609,1,1,25740,1,2093.67,-6131.28,5.66322,0.820305,20,0,0,13070,0,0,0,0,0),(129053,28834,609,1,1,25740,1,2097.06,-6135.45,5.37241,0.872665,20,0,0,13070,0,0,0,0,0),(129054,28834,609,1,1,25740,1,2130.93,-6100.48,6.09616,0.942478,20,0,0,13070,0,0,0,0,0),(129055,28834,609,1,1,25740,1,2140.11,-6107.51,4.64854,1.13446,20,0,0,13070,0,0,0,0,0),(129056,28834,609,1,1,25740,1,2099.01,-6124.75,6.15348,0.820305,20,0,0,13070,0,0,0,0,0),(129057,28834,609,1,1,25740,1,2096.22,-6129.03,5.87749,0.837758,20,0,0,13070,0,0,0,0,0),(129058,28834,609,1,1,25740,1,2103.99,-6128.84,6.42907,0.890118,20,0,0,13070,0,0,0,0,0),(129059,28834,609,1,1,25740,1,2106.96,-6125.1,7.0538,0.890118,20,0,0,13070,0,0,0,0,0),(129060,28834,609,1,1,25740,1,2113.02,-6133.07,6.04212,0.994838,20,0,0,13070,0,0,0,0,0),(129061,28834,609,1,1,25740,1,2147.53,-6121.4,1.31602,1.32645,20,0,0,13070,0,0,0,0,0),(129062,28834,609,1,1,25740,1,2150.84,-6121.58,1.39524,1.36136,20,0,0,13070,0,0,0,0,0),(129063,28834,609,1,1,25740,1,2155.33,-6122.13,1.42678,1.43117,20,0,0,13070,0,0,0,0,0),(129064,28834,609,1,1,25740,1,2160.38,-6122.58,1.3469,1.51844,20,0,0,13070,0,0,0,0,0),(129065,28834,609,1,1,25740,1,2165.8,-6122.4,1.32386,1.5708,20,0,0,13070,0,0,0,0,0),(129066,28834,609,1,1,25740,1,2160.89,-6117.77,1.89524,1.51844,20,0,0,13070,0,0,0,0,0),(129067,28834,609,1,1,25740,1,2155.22,-6117.2,2.37608,1.43117,20,0,0,13070,0,0,0,0,0),(129068,28834,609,1,1,25740,1,2148.48,-6117.32,2.233,1.32645,20,0,0,13070,0,0,0,0,0),(129069,28834,609,1,1,25740,1,2124.36,-6134.59,4.58951,1.09956,20,0,0,13070,0,0,0,0,0),(129070,28834,609,1,1,25740,1,2133.44,-6134.82,1.81122,1.20428,20,0,0,13070,0,0,0,0,0),(129071,28834,609,1,1,25740,1,2133.54,-6106.87,5.20683,1.02974,20,0,0,13070,0,0,0,0,0),(129072,28834,609,1,1,25740,1,2142.83,-6116.82,2.3975,1.23918,20,0,0,13070,0,0,0,0,0),(129073,28834,609,1,1,25740,1,2134.74,-6118.24,3.85029,1.13446,20,0,0,13070,0,0,0,0,0),(129074,28834,609,1,1,25740,1,2134.68,-6121.26,3.26885,1.15192,20,0,0,13070,0,0,0,0,0),(129075,28834,609,1,1,25740,1,2131.01,-6128.97,3.35594,1.15192,20,0,0,13070,0,0,0,0,0),(129076,28834,609,1,1,25740,1,2127.32,-6129.28,4.73721,1.11701,20,0,0,13070,0,0,0,0,0),(129077,28834,609,1,1,25740,1,2123.52,-6129.32,5.75121,1.06465,20,0,0,13070,0,0,0,0,0),(129078,28834,609,1,1,25740,1,2119.31,-6128.9,6.46035,1.02974,20,0,0,13070,0,0,0,0,0),(129079,28834,609,1,1,25740,1,2114.55,-6128.36,6.72273,0.977384,20,0,0,13070,0,0,0,0,0),(129080,28834,609,1,1,25740,1,2119.56,-6133.92,5.21693,1.06465,20,0,0,13070,0,0,0,0,0),(129081,28834,609,1,1,25740,1,2129.59,-6134.7,3.37743,1.16937,20,0,0,13070,0,0,0,0,0),(129082,28834,609,1,1,25740,1,2111.97,-6106.85,6.27802,0.785398,20,0,0,13070,0,0,0,0,0),(129083,28834,609,1,1,25740,1,2120.79,-6108.83,6.38797,0.890118,20,0,0,13070,0,0,0,0,0),(129084,28834,609,1,1,25740,1,2125.66,-6108.73,6.08758,0.942478,20,0,0,13070,0,0,0,0,0),(129085,28834,609,1,1,25740,1,2104.34,-6116.45,6.67235,0.802851,20,0,0,13070,0,0,0,0,0),(129086,28834,609,1,1,25740,1,2102.03,-6122,6.47676,0.820305,20,0,0,13070,0,0,0,0,0),(129087,28834,609,1,1,25740,1,2100.54,-6132.07,5.89466,0.890118,20,0,0,13070,0,0,0,0,0),(129088,28834,609,1,1,25740,1,2108.07,-6118.6,7.34174,0.855211,20,0,0,13070,0,0,0,0,0),(129089,28834,609,1,1,25740,1,2112.57,-6116.15,7.33787,0.872665,20,0,0,13070,0,0,0,0,0),(129090,28834,609,1,1,25740,1,2116.71,-6115.85,6.98626,0.907571,20,0,0,13070,0,0,0,0,0),(129091,28834,609,1,1,25740,1,2122.4,-6117.19,6.73151,0.977384,20,0,0,13070,0,0,0,0,0),(129092,28834,609,1,1,25740,1,2129,-6118.3,5.60638,1.06465,20,0,0,13070,0,0,0,0,0),(129093,28834,609,1,1,25740,1,2128.49,-6122.93,5.33132,1.0821,20,0,0,13070,0,0,0,0,0),(129094,28834,609,1,1,25740,1,2122.14,-6122.46,6.83877,1.01229,20,0,0,13070,0,0,0,0,0),(129095,28834,609,1,1,25740,1,2116.54,-6122.54,7.0464,0.959931,20,0,0,13070,0,0,0,0,0),(129096,28834,609,1,1,25740,1,2111.9,-6121.84,7.36096,0.907571,20,0,0,13070,0,0,0,0,0),(129097,28834,609,1,1,25740,1,2220.04,-6111.2,4.97671,1.5708,20,0,0,13070,0,0,0,0,0),(129098,28834,609,1,1,25740,1,2290.04,-6109.24,5.60651,2.21657,20,0,0,13070,0,0,0,0,0),(129099,28834,609,1,1,25740,1,2204.03,-6153.76,3.7601,1.46608,20,0,0,13070,0,0,0,0,0),(129100,28834,609,1,1,25740,1,2193.1,-6121.75,1.85509,1.32645,20,0,0,13070,0,0,0,0,0),(129101,28834,609,1,1,25740,1,2250.22,-6094.44,6.24645,1.93731,20,0,0,13070,0,0,0,0,0),(129102,28834,609,1,1,25740,1,2303.99,-6128.93,6.8122,2.19912,20,0,0,13070,0,0,0,0,0),(129103,28834,609,1,1,25740,1,2299.6,-6119.37,6.5756,2.21657,20,0,0,13070,0,0,0,0,0),(129104,28834,609,1,1,25740,1,2223.64,-6092.56,5.22893,1.6057,20,0,0,13070,0,0,0,0,0),(129105,28834,609,1,1,25740,1,2230.19,-6091.99,6.11372,1.69297,20,0,0,13070,0,0,0,0,0),(129106,28834,609,1,1,25740,1,2237.03,-6089.65,6.03326,1.78024,20,0,0,13070,0,0,0,0,0),(129107,28834,609,1,1,25740,1,2239.59,-6096.08,5.91429,1.79769,20,0,0,13070,0,0,0,0,0),(129108,28834,609,1,1,25740,1,2232.57,-6100.15,5.83253,1.71042,20,0,0,13070,0,0,0,0,0),(129109,28834,609,1,1,25740,1,2226.11,-6101.98,5.52264,1.62316,20,0,0,13070,0,0,0,0,0),(129110,28834,609,1,1,25740,1,2170.53,-6099.46,4.47532,1.69297,20,0,0,13070,0,0,0,0,0),(129111,28834,609,1,1,25740,1,2282.75,-6123.25,3.46187,2.09439,20,0,0,13070,0,0,0,0,0),(129112,28834,609,1,1,25740,1,2270.45,-6115.39,4.08432,2.02458,20,0,0,13070,0,0,0,0,0),(129113,28834,609,1,1,25740,1,2264.16,-6117.79,4.46945,1.97222,20,0,0,13070,0,0,0,0,0),(129114,28834,609,1,1,25740,1,2221.18,-6119.18,5.47255,1.5708,20,0,0,13070,0,0,0,0,0),(129115,28834,609,1,1,25740,1,2215.17,-6122.65,5.45922,1.53589,20,0,0,13070,0,0,0,0,0),(129116,28834,609,1,1,25740,1,2209.5,-6125.37,5.33563,1.48353,20,0,0,13070,0,0,0,0,0),(129117,28834,609,1,1,25740,1,2201.06,-6119.57,2.55833,1.39626,20,0,0,13070,0,0,0,0,0),(129118,28834,609,1,1,25740,1,2207.46,-6116.79,3.84344,1.44862,20,0,0,13070,0,0,0,0,0),(129119,28834,609,1,1,25740,1,2213.45,-6114.54,4.67096,1.50098,20,0,0,13070,0,0,0,0,0),(129120,28834,609,1,1,25740,1,2240.84,-6134.04,5.00802,1.72788,20,0,0,13070,0,0,0,0,0),(129121,28834,609,1,1,25740,1,2219.01,-6149.86,2.18588,1.5708,20,0,0,13070,0,0,0,0,0),(129122,28834,609,1,1,25740,1,2223.24,-6140.16,4.29305,1.58825,20,0,0,13070,0,0,0,0,0),(129123,28834,609,1,1,25740,1,2203.39,-6126.89,4.60976,1.43117,20,0,0,13070,0,0,0,0,0),(129124,28834,609,1,1,25740,1,2282.21,-6104.73,6.08352,2.18166,20,0,0,13070,0,0,0,0,0),(129125,28834,609,1,1,25740,1,2277.61,-6113.18,4.55213,2.09439,20,0,0,13070,0,0,0,0,0),(129126,28834,609,1,1,25740,1,2262.37,-6111.89,6.27627,1.97222,20,0,0,13070,0,0,0,0,0),(129127,28834,609,1,1,25740,1,2268.34,-6109.25,6.32985,2.04204,20,0,0,13070,0,0,0,0,0),(129128,28834,609,1,1,25740,1,2275.29,-6107.26,6.17664,2.11185,20,0,0,13070,0,0,0,0,0),(129129,28834,609,1,1,25740,1,2288.61,-6102.26,5.80797,2.23402,20,0,0,13070,0,0,0,0,0),(129130,28834,609,1,1,25740,1,2270.01,-6092.08,5.78798,2.14675,20,0,0,13070,0,0,0,0,0),(129131,28834,609,1,1,25740,1,2263.74,-6095.56,6.35062,2.05949,20,0,0,13070,0,0,0,0,0),(129132,28834,609,1,1,25740,1,2283.25,-6134.38,3.10031,2.05949,20,0,0,13070,0,0,0,0,0),(129133,28834,609,1,1,25740,1,2289.84,-6133.05,4.2179,2.09439,20,0,0,13070,0,0,0,0,0),(129134,28834,609,1,1,25740,1,2290.36,-6121,5.02638,2.14675,20,0,0,13070,0,0,0,0,0),(129135,28834,609,1,1,25740,1,2274.23,-6124.78,2.24121,2.02458,20,0,0,13070,0,0,0,0,0),(129136,28834,609,1,1,25740,1,2284.24,-6111.39,5.12157,2.16421,20,0,0,13070,0,0,0,0,0),(129137,28834,609,1,1,25740,1,2256.51,-6090.92,6.22648,2.02458,20,0,0,13070,0,0,0,0,0),(129138,28834,609,1,1,25740,1,2258.92,-6097.8,6.50415,2.00713,20,0,0,13070,0,0,0,0,0),(129139,28834,609,1,1,25740,1,2253.74,-6100.37,6.45154,1.93731,20,0,0,13070,0,0,0,0,0),(129140,28834,609,1,1,25740,1,2216.48,-6145.1,3.29064,1.55334,20,0,0,13070,0,0,0,0,0),(129141,28834,609,1,1,25740,1,2209.67,-6147.75,4.24387,1.50098,20,0,0,13070,0,0,0,0,0),(129142,28834,609,1,1,25740,1,2202.68,-6148.97,4.79233,1.44862,20,0,0,13070,0,0,0,0,0),(129143,28834,609,1,1,25740,1,2210.97,-6152.05,3.13738,1.51844,20,0,0,13070,0,0,0,0,0),(129144,28834,609,1,1,25740,1,2226.15,-6147.15,2.47284,1.6057,20,0,0,13070,0,0,0,0,0),(129145,28834,609,1,1,25740,1,2254.39,-6139.05,2.3547,1.8326,20,0,0,13070,0,0,0,0,0),(129146,28834,609,1,1,25740,1,2241.02,-6140.36,3.46894,1.75938,20,5,0,13070,0,1,0,0,0),(129147,28834,609,1,1,25740,1,2252.7,-6131.4,4.24744,1.8326,20,0,0,13070,0,0,0,0,0),(129148,28834,609,1,1,25740,1,2260.95,-6137.85,3.01502,1.88496,20,0,0,13070,0,0,0,0,0),(129149,28834,609,1,1,25740,1,2239.16,-6141.73,2.99271,1.71042,20,0,0,13070,0,0,0,0,0),(129150,28834,609,1,1,25740,1,2247.07,-6140.6,2.33319,1.78024,20,0,0,13070,0,0,0,0,0),(129151,28834,609,1,1,25740,1,2186.63,-6116.85,1.41313,1.61286,20,5,0,13070,0,1,0,0,0),(129152,28834,609,1,1,25740,1,2304.2,-6137.94,6.06927,2.16421,20,0,0,13070,0,0,0,0,0),(129153,28834,609,1,1,25740,1,2254.01,-6124.65,5.83111,2.80998,20,0,0,13070,0,0,0,0,0),(129154,28834,609,1,1,25740,1,2275.98,-6135.44,1.73578,2.00713,20,0,0,13070,0,0,0,0,0),(129155,28839,609,1,1,24719,0,2217.69,-6168.67,1.01681,2.33874,360,5,0,8982,0,1,0,0,0),(129156,28839,609,1,1,24719,0,2130.47,-6145.42,1.78382,2.35619,360,5,0,8982,0,1,0,0,0),(129157,28839,609,1,1,24719,0,2156.84,-6158.9,1.98375,2.46091,360,5,0,8982,0,1,0,0,0),(129158,28839,609,1,1,24719,0,2163.13,-6170.75,0.8262,5.2709,360,5,0,8982,0,1,0,0,0),(129159,28839,609,1,1,24719,0,2102.21,-6139.05,4.9216,5.09636,360,5,0,8982,0,1,0,0,0),(129160,28839,609,1,1,24719,0,2236.89,-6165.4,1.02504,5.86431,360,5,0,8982,0,1,0,0,0),(129161,28839,609,1,1,24719,0,2114.76,-6140.53,4.4889,0.558505,360,5,0,8982,0,1,0,0,0),(129162,28839,609,1,1,24719,0,2236.39,-6156.34,1.69335,0.383972,360,5,0,8982,0,1,0,0,0),(129163,28839,609,1,1,24719,0,2145.65,-6152.33,1.03269,5.2709,360,5,0,8982,0,1,0,0,0),(129165,28594,609,1,1,25545,1,1488.34,-5813.33,131.335,1.72098,360,5,0,1717,4765,1,0,0,0),(129166,28850,609,1,1,3127,0,2322.22,-5996.53,57.142,2.44346,360,0,0,13070,0,0,0,0,0),(129167,28850,609,1,1,3127,0,2319.05,-6015.3,56.6754,2.14675,360,0,0,13070,0,0,0,0,0),(129168,28594,609,1,1,25546,1,1433.52,-5842.07,131.326,2.33314,360,5,0,1717,4765,1,0,0,0),(129169,28594,609,1,1,25547,1,1360.45,-5683.81,138.661,5.71783,360,0,0,1717,4765,0,0,0,0),(129170,28594,609,1,1,25548,1,1378.12,-5696.32,137.967,5.67016,360,5,0,1717,4765,1,0,0,0),(129171,28594,609,1,1,25545,1,1390.57,-5703.68,136.319,5.42385,360,5,0,1717,4765,1,0,0,0),(129172,28850,609,1,1,3127,0,2346.96,-5991.77,57.0106,2.96706,360,0,0,13070,0,0,0,0,0),(129173,28850,609,1,1,3127,0,2201.88,-6021.94,8.32318,0.698132,360,0,0,13070,0,0,0,0,0),(129174,28850,609,1,1,3127,0,2200.05,-6080.34,2.92569,1.27409,360,0,0,13070,0,0,0,0,0),(129175,28850,609,1,1,3127,0,2232.84,-6080.35,6.30116,1.76278,360,0,0,13070,0,0,0,0,0),(129176,28850,609,1,1,3127,0,2236.29,-6047.2,6.55281,1.53589,360,0,0,13070,0,0,0,0,0),(129177,28850,609,1,1,3127,0,2226.86,-6041.67,6.61973,1.41372,360,0,0,13070,0,0,0,0,0),(129178,28850,609,1,1,3127,0,2135.75,-6093.2,6.13887,0.750492,360,0,0,13070,0,0,0,0,0),(129179,28850,609,1,1,3127,0,2262.74,-6086.28,5.73654,2.11185,360,0,0,13070,0,0,0,0,0),(129180,28850,609,1,1,3127,0,2098.56,-6114.99,5.94551,0.680678,360,0,0,13070,0,0,0,0,0),(129181,28850,609,1,1,3127,0,2164.96,-6136.24,1.17301,1.15192,360,0,0,13070,0,0,0,0,0),(129182,28850,609,1,1,3127,0,2128.25,-6134.11,3.82621,0.907571,360,0,0,13070,0,0,0,0,0),(129183,28850,609,1,1,3127,0,2206.59,-6137.73,5.45446,1.46608,360,0,0,13070,0,0,0,0,0),(129184,28850,609,1,1,3127,0,2295.77,-6126.52,6.19526,2.16421,360,0,0,13070,0,0,0,0,0),(129185,28850,609,1,1,3127,0,2231.65,-6134.98,4.72794,1.65806,360,0,0,13070,0,0,0,0,0),(129186,28850,609,1,1,3127,0,2175.58,-6082.19,5.2366,0.977384,360,0,0,13070,0,0,0,0,0),(129187,28850,609,1,1,3127,0,2266.38,-6130.26,2.40653,1.95477,360,0,0,13070,0,0,0,0,0),(129188,28856,609,1,1,25507,1,2290.14,-5953.86,61.0886,1.29825,360,0,0,13070,0,0,0,0,0),(129189,28856,609,1,1,25510,1,2334.27,-6026.91,56.8732,2.44346,360,0,0,13070,0,0,0,0,0),(129190,28856,609,1,1,25510,1,2290.15,-5991.55,65.3881,2.16421,360,0,0,13070,0,0,0,0,0),(129191,28856,609,1,1,25509,1,2243.23,-5996.47,30.2047,1.39626,360,0,0,13070,0,0,0,0,0),(129192,28856,609,1,1,25510,1,2317.49,-5979.16,63.8094,2.37365,360,0,0,13070,0,0,0,0,0),(129193,28856,609,1,1,25507,1,2271.42,-5978.4,47.8941,0.959931,360,0,0,13070,0,0,0,0,0),(129194,28856,609,1,1,25507,1,2240.22,-5974.13,39.9357,0.279253,360,0,0,13070,0,0,0,0,0),(129195,28856,609,1,1,25509,1,2229.02,-5989.42,29.8947,1.0472,360,0,0,13070,0,0,0,0,0),(129196,28856,609,1,1,25507,1,2282.09,-5978.66,54.8484,1.32645,360,0,0,13070,0,0,0,0,0),(129197,28856,609,1,1,25508,1,2258.89,-5981.17,41.115,0.733038,360,0,0,13070,0,0,0,0,0),(129198,28856,609,1,1,25510,1,2300.48,-5956.54,76.111,2.09439,360,0,0,13070,0,0,0,0,0),(129199,28856,609,1,1,25508,1,2351.71,-6005.81,57.0106,2.49582,360,0,0,13070,0,0,0,0,0),(129200,28856,609,1,1,25510,1,2217.12,-6014.73,10.2586,0.855211,360,0,0,13070,0,0,0,0,0),(129201,28856,609,1,1,25509,1,2227.24,-6024.47,8.8115,1.13133,360,0,0,13070,0,0,0,0,0),(129202,28605,609,1,1,229,0,2206.62,-5840.55,101.48,1.43117,360,0,0,2453,0,0,0,0,0),(129203,28605,609,1,1,237,0,2199.98,-5871.52,101.408,4.34587,360,0,0,2453,0,0,0,0,0),(129204,28605,609,1,1,229,0,2209.9,-5840.27,101.428,2.35619,360,0,0,2453,0,0,0,0,0),(129205,28605,609,1,1,237,0,2221.63,-5881.24,101.211,4.74729,360,0,0,2453,0,0,0,0,0),(129206,28605,609,1,1,229,0,2204.79,-5840.43,101.576,1.13446,360,0,0,2453,0,0,0,0,0),(129207,28605,609,1,1,237,0,2208.6,-5833.48,101.428,4.7822,360,0,0,2453,0,0,0,0,0),(129208,28605,609,1,1,239,0,2220.45,-5822.88,101.64,2.61307,360,0,0,2453,0,0,0,0,0); -INSERT INTO `creature` VALUES (129209,28605,609,1,1,239,0,2176,-5810.38,101.418,2.09439,360,0,0,2453,0,0,0,0,0),(129210,28605,609,1,1,237,0,2229.51,-5826.64,101.443,2.28003,360,0,0,2453,0,0,0,0,0),(129211,28605,609,1,1,237,0,2228.12,-5818.03,101.445,1.43117,360,0,0,2453,0,0,0,0,0),(129212,28605,609,1,1,239,0,2216.18,-5817.08,101.496,2.27197,360,0,0,2453,0,0,0,0,0),(129213,28605,609,1,1,239,0,2232.95,-5814.65,101.368,2.35619,360,0,0,2453,0,0,0,0,0),(129214,28605,609,1,1,229,0,1937.11,-5932.11,103.181,3.04377,360,0,0,2453,0,0,0,0,0),(129215,28605,609,1,1,237,0,1943.05,-5942.33,101.821,3.44761,360,0,0,2453,0,0,0,0,0),(129216,28605,609,1,1,239,0,2217.97,-5872.44,101.34,3.24631,360,0,0,2453,0,0,0,0,0),(129217,28605,609,1,1,237,0,2217.34,-5873.99,101.251,0.593412,360,0,0,2453,0,0,0,0,0),(129218,28605,609,1,1,237,0,2232.4,-5818.69,101.392,2.26893,360,0,0,2453,0,0,0,0,0),(129219,28605,609,1,1,229,0,2177.53,-5806.44,101.417,3.54302,360,0,0,2453,0,0,0,0,0),(129220,28606,609,1,1,25571,0,2221.94,-5888.14,101.022,1.69297,360,0,0,2453,0,0,0,0,0),(129221,28606,609,1,1,25571,0,2185.22,-5867.83,101.395,4.85202,360,0,0,2453,0,0,0,0,0),(129222,28606,609,1,1,25571,0,2197.14,-5870.83,101.403,4.57276,360,0,0,2453,0,0,0,0,0),(129223,28606,609,1,1,25571,0,2202.68,-5838.43,101.498,0.069813,360,0,0,2453,0,0,0,0,0),(129224,28606,609,1,1,25571,0,2218.83,-5888.31,100.995,1.58825,360,0,0,2453,0,0,0,0,0),(129225,28606,609,1,1,25571,0,2215.81,-5887.89,100.89,4.74729,360,0,0,2453,0,0,0,0,0),(129226,28606,609,1,1,25571,0,2203.25,-5833.98,101.44,5.70723,360,0,0,2453,0,0,0,0,0),(129227,28606,609,1,1,25572,0,2206.26,-5833.58,101.435,5.044,360,0,0,2453,0,0,0,0,0),(129228,28606,609,1,1,25572,0,2172.5,-5810.83,101.404,1.0821,360,0,0,2453,0,0,0,0,0),(129229,28606,609,1,1,25571,0,2237.33,-5860.84,101.292,5.42797,360,0,0,2453,0,0,0,0,0),(129230,28606,609,1,1,25571,0,2220.07,-5819.91,101.765,2.63541,360,0,0,2453,0,0,0,0,0),(129231,28606,609,1,1,25572,0,2177.53,-5806.44,101.417,3.54302,360,0,0,2453,0,0,0,0,0),(129232,28606,609,1,1,25572,0,2235.99,-5863.17,101.269,0.017453,360,0,0,2453,0,0,0,0,0),(129233,28606,609,1,1,25571,0,2225.69,-5815.68,101.445,0.488692,360,0,0,2453,0,0,0,0,0),(129234,28606,609,1,1,25571,0,2223.58,-5823.17,101.684,2.64079,360,0,0,2453,0,0,0,0,0),(129235,28606,609,1,1,25571,0,1882.57,-5915.29,103.964,2.84424,360,0,0,2453,0,0,0,0,0),(129236,28606,609,1,1,25572,0,1943.02,-5942.08,101.829,3.39494,360,0,0,2453,0,0,0,0,0),(129237,28606,609,1,1,25572,0,2217.44,-5875.12,101.195,2.74017,360,0,0,2453,0,0,0,0,0),(129238,28607,609,1,1,25574,0,2198.39,-5872.29,101.404,4.46804,360,0,0,2061,0,0,0,0,0),(129239,28607,609,1,1,25574,0,2186.6,-5868.27,101.39,4.90438,360,0,0,2061,0,0,0,0,0),(129240,28607,609,1,1,25574,0,2212.25,-5881.55,101.11,4.59022,360,0,0,2061,0,0,0,0,0),(129241,28607,609,1,1,25573,0,2189.17,-5870.81,101.378,2.00713,360,0,0,2061,0,0,0,0,0),(129242,28607,609,1,1,25574,0,2224.77,-5811.89,101.434,0.820305,360,0,0,2061,0,0,0,0,0),(129243,28607,609,1,1,25573,0,2222.53,-5820.97,101.689,2.60537,360,0,0,2061,0,0,0,0,0),(129244,28607,609,1,1,25573,0,2232.4,-5818.69,101.392,2.26893,360,0,0,2061,0,0,0,0,0),(129245,28607,609,1,1,25574,0,1801.43,-5922.87,115.992,3.1959,360,0,0,2061,0,0,0,0,0),(129246,28607,609,1,1,25574,0,1809.6,-5918.24,115.742,3.39271,360,0,0,2061,0,0,0,0,0),(129247,28607,609,1,1,25574,0,1804,-5915.57,116.117,3.55283,360,0,0,2061,0,0,0,0,0),(129248,28607,609,1,1,25574,0,1808.22,-5915.08,115.992,3.51055,360,0,0,2061,0,0,0,0,0),(129249,28607,609,1,1,25573,0,1809.19,-5910.84,116.117,3.62435,360,0,0,2061,0,0,0,0,0),(129250,28607,609,1,1,25573,0,2187.83,-5868.67,101.387,4.03171,360,0,0,2061,0,0,0,0,0),(129251,28607,609,1,1,25574,0,1883.15,-5919.47,103.934,2.96698,360,0,0,2061,0,0,0,0,0),(129252,28607,609,1,1,25574,0,2217.39,-5876.5,101.149,4.81711,360,0,0,2061,0,0,0,0,0),(129253,28608,609,1,1,10314,1,2160.12,-5818.9,101.617,6.15447,360,5,0,1962,1982,1,0,0,0),(129254,28608,609,1,1,10312,1,2243.29,-5874.06,100.894,1.11725,360,5,0,1962,1982,1,0,0,0),(129255,28608,609,1,1,10313,1,2217.91,-5786.01,101.789,2.70707,360,5,0,1962,1982,1,0,0,0),(129256,28608,609,1,1,10313,1,2171.7,-5760.39,101.161,0.496006,360,5,0,1962,1982,1,0,0,0),(129257,28608,609,1,1,10312,1,2382.98,-5858.36,105.458,2.69513,360,5,0,1962,1982,1,0,0,0),(129258,28608,609,1,1,10311,1,2131.77,-5680.34,101.919,0.191986,360,0,0,1962,1982,0,0,0,0),(129259,28608,609,1,1,10312,1,2403.13,-5865.98,104.728,4.5204,360,0,0,1962,1982,0,0,0,0),(129260,28608,609,1,1,10312,1,2133.91,-5793.79,99.4225,0.333923,360,5,0,1962,1982,1,0,0,0),(129261,28608,609,1,1,10313,1,2214.28,-5784.32,101.789,0.772563,360,5,0,1962,1982,1,0,0,0),(129262,28608,609,1,1,10311,1,2372.63,-5876.8,104.818,4.48003,360,5,0,1962,1982,1,0,0,0),(129263,28608,609,1,1,10312,1,2411.45,-5866.65,104.721,6.20369,360,5,0,1962,1982,1,0,0,0),(129264,28609,609,1,1,25504,1,2186.69,-5875.93,101.252,3.7001,360,0,0,2453,0,0,0,0,0),(129265,28609,609,1,1,25505,1,2177.79,-5862.86,101.43,3.03687,360,0,0,2453,0,0,0,0,0),(129266,28609,609,1,1,25505,1,2164.08,-5819.41,101.427,2.96706,360,0,0,2453,0,0,0,0,0),(129267,28609,609,1,1,25503,1,2169.74,-5838.9,101.433,3.4383,360,0,0,2453,0,0,0,0,0),(129268,28609,609,1,1,25506,1,2182.15,-5797.63,101.388,2.00713,360,0,0,2453,0,0,0,0,0),(129269,28609,609,1,1,25506,1,2247.44,-5865.56,101.039,5.72468,360,0,0,2453,0,0,0,0,0),(129270,28609,609,1,1,25504,1,2262.95,-5833.43,101.079,0.670442,360,0,0,2453,0,0,0,0,0),(129271,28609,609,1,1,25503,1,2260.06,-5829.17,101.059,-0.880611,360,0,0,2453,0,0,0,0,0),(129272,28609,609,1,1,25506,1,2219.23,-5726.22,101.816,2.40808,360,5,0,2453,0,1,0,0,0),(129273,28609,609,1,1,25504,1,2414.23,-5913.45,111.088,3.87463,360,0,0,2453,0,0,0,0,0),(129274,28609,609,1,1,25506,1,2227.59,-5801.11,101.466,1.11701,360,0,0,2453,0,0,0,0,0),(129275,28609,609,1,1,25505,1,2166.79,-5742.12,101.448,1.23918,360,0,0,2453,0,0,0,0,0),(129276,28609,609,1,1,25505,1,2207.63,-5790.8,101.523,1.22173,360,0,0,2453,0,0,0,0,0),(129277,28609,609,1,1,25506,1,2182.46,-5725.1,105.941,1.50098,360,0,0,2453,0,0,0,0,0),(129278,28609,609,1,1,25504,1,2427.44,-5826.77,117.012,1.54709,360,0,0,2453,0,0,0,0,0),(129279,28609,609,1,1,25506,1,2155.07,-5712.14,102.385,0.855211,360,0,0,2453,0,0,0,0,0),(129280,28609,609,1,1,25506,1,2250.54,-5654.44,134.378,5.81079,360,5,0,2453,0,1,0,0,0),(129281,28609,609,1,1,25504,1,2130.85,-5705.54,100.923,0.698132,360,0,0,2453,0,0,0,0,0),(129282,28609,609,1,1,25504,1,2187.5,-5733.25,102.449,4.71239,360,5,0,2453,0,1,0,0,0),(129283,28609,609,1,1,25505,1,2378.92,-5854.38,105.599,5.07355,360,0,0,2453,0,0,0,0,0),(129284,28609,609,1,1,25505,1,2384.93,-5843.92,108.68,6.14788,360,5,0,2453,0,1,0,0,0),(129285,28609,609,1,1,25506,1,2252.52,-5820.55,101.092,0.558505,360,0,0,2453,0,0,0,0,0),(129286,28609,609,1,1,25505,1,2435.66,-5845.92,111.31,-1.34039,360,0,0,2453,0,0,0,0,0),(129287,28609,609,1,1,25505,1,2437.82,-5851.63,110.669,2.11959,360,0,0,2453,0,0,0,0,0),(129288,28609,609,1,1,25503,1,2256.72,-5842.2,101.189,6.12611,360,0,0,2453,0,0,0,0,0),(129289,28609,609,1,1,25505,1,2428.18,-5887.15,104.666,2.05949,360,0,0,2453,0,0,0,0,0),(129290,28609,609,1,1,25505,1,2427.61,-5864.9,105.98,1.32645,360,0,0,2453,0,0,0,0,0),(129291,28609,609,1,1,25504,1,2186.79,-5691.41,109.926,1.48788,360,0,0,2453,0,0,0,0,0),(129292,28611,609,1,1,25509,1,2158,-5887.69,101.37,4.47917,360,5,0,2533,0,1,0,0,0),(129293,28611,609,1,1,25510,1,2300.89,-5858.84,101.059,0.14878,360,5,0,2533,0,1,0,0,0),(129294,28611,609,1,1,25507,1,2360.29,-5880.32,104.882,6.14915,360,5,0,2533,0,1,0,0,0),(129295,28611,609,1,1,25509,1,2180.26,-5870.69,101.333,6.02685,360,5,0,2533,0,1,0,0,0),(129296,28611,609,1,1,25510,1,2183.47,-5766.51,101.536,2.47057,360,5,0,2533,0,1,0,0,0),(129297,28611,609,1,1,25507,1,2337.83,-5851.9,101.059,2.87687,360,5,0,2533,0,1,0,0,0),(129298,28611,609,1,1,25507,1,2406.29,-5848.02,108.141,2.09297,360,5,0,2533,0,1,0,0,0),(129299,28611,609,1,1,25510,1,2148.8,-5734.94,100.604,0.468751,360,0,0,2533,0,0,0,0,0),(129300,28611,609,1,1,25509,1,2103.38,-5729.73,100.413,6.10239,360,5,0,2533,0,1,0,0,0),(129301,28611,609,1,1,25507,1,2297.97,-5859.28,101.055,0.14878,360,5,0,2533,0,1,0,0,0),(129302,28611,609,1,1,25510,1,2143.55,-5819.65,100.984,5.16086,360,5,0,2533,0,1,0,0,0),(129303,28611,609,1,1,25510,1,2383.38,-5923.25,110.372,5.16768,360,5,0,2533,0,1,0,0,0),(129304,28611,609,1,1,25509,1,2423.73,-5860.27,106.045,1.0472,360,0,0,2533,0,0,0,0,0),(129305,28611,609,1,1,25508,1,2364.9,-5856.81,104.254,3.25516,360,5,0,2533,0,1,0,0,0),(129306,28356,609,1,1,25338,0,2449.78,-5586.35,367.513,2.56563,360,0,0,192200,0,0,0,0,0),(129307,28357,609,1,5,16582,0,2498.07,-5593.25,420.48,6.11195,360,0,0,697250,0,2,0,0,0),(129308,28614,609,1,1,25579,0,2108.16,-5741.88,133.479,1.31535,360,0,0,2453,0,2,0,0,0),(129309,28614,609,1,1,25579,0,2111.38,-5719.66,143.603,5.92124,360,0,0,2453,0,2,0,0,0),(207058,23528,530,1,1,0,0,-3962.43,-11860.9,0.6759,3.4212,120,5,0,1,0,1,0,0,0),(129311,28367,609,1,1,24719,0,2540.74,-5609.11,420.727,4.2586,360,0,0,8982,0,0,0,0,0),(207178,39349,0,1,1,0,1,-5422.28,-628.245,395.105,4.72984,120,0,0,1,0,0,0,0,0),(129313,28367,609,1,1,24719,0,2426.6,-5545.12,423.06,5.34143,360,0,0,8982,0,0,0,0,0),(207177,39349,0,1,1,0,1,-5422.05,-632.667,394.719,4.72984,120,0,0,1,0,0,0,0,0),(129315,28367,609,1,1,24719,0,2410.01,-5627.44,376.989,6.03884,360,0,0,8982,0,0,0,0,0),(129316,28367,609,1,1,24719,0,2495.25,-5646.03,376.989,6.02139,360,0,0,8982,0,0,0,0,0),(129317,28367,609,1,1,24719,0,2444.22,-5674.93,420.727,1.06465,360,0,0,8982,0,0,0,0,0),(129318,28367,609,1,1,24719,0,2481.7,-5552.18,420.727,6.19592,360,0,0,8982,0,0,0,0,0),(129319,28367,609,1,1,24719,0,2511.2,-5593.36,420.727,0.506145,360,0,0,8982,0,0,0,0,0),(129320,28367,609,1,1,24719,0,2476.75,-5509.46,420.727,4.86947,360,0,0,8982,0,0,0,0,0),(129321,28367,609,1,1,24719,0,1676.56,-5945.14,126.882,1.18682,360,0,0,8982,0,0,0,0,0),(129322,28367,609,1,1,24719,0,2512.59,-5559.44,376.989,2.56563,360,0,0,8982,0,0,0,0,0),(129323,28367,609,1,1,24719,0,2379.56,-5577.76,420.727,1.0472,360,0,0,8982,0,0,0,0,0),(129324,28367,609,1,1,24719,0,2425.15,-5542.26,376.989,0.925025,360,0,0,8982,0,0,0,0,0),(129325,28627,609,1,1,24719,0,2256.64,-5855.55,101.189,3.00197,360,0,0,8982,0,0,0,0,0),(129326,28627,609,1,1,24719,0,2315.66,-5838.13,101.063,5.14872,360,0,0,8982,0,0,0,0,0),(129327,28627,609,1,1,24719,0,2296.58,-5865.31,101.015,0.907571,360,0,0,8982,0,0,0,0,0),(129328,28627,609,1,1,24719,0,2266.93,-5857.96,101.973,5.70723,360,0,0,8982,0,0,0,0,0),(129329,28627,609,1,1,24719,0,2268.82,-5814.93,101.018,0.837758,360,0,0,8982,0,0,0,0,0),(129330,28627,609,1,1,24719,0,2378.65,-5879.57,105.007,3.03687,360,0,0,8982,0,0,0,0,0),(129331,28627,609,1,1,24719,0,2312.85,-5863.48,101.05,6.14356,360,0,0,8982,0,0,0,0,0),(129332,28627,609,1,1,24719,0,2359.46,-5872.13,104.469,3.15905,360,0,0,8982,0,0,0,0,0),(129333,28627,609,1,1,24719,0,2344.75,-5872.47,103.421,2.04204,360,0,0,8982,0,0,0,0,0),(129334,28627,609,1,1,24719,0,2312.66,-5834.45,101.141,2.16421,360,0,0,8982,0,0,0,0,0),(129335,28627,609,1,1,24719,0,2155.36,-5854.65,101.512,3.9619,360,0,0,8982,0,0,0,0,0),(129336,28627,609,1,1,24719,0,2257.68,-5856.57,101.305,4.20624,360,0,0,8982,0,0,0,0,0),(129337,28627,609,1,1,24719,0,2094.36,-5720.71,100.365,4.5204,360,0,0,8982,0,0,0,0,0),(129338,28627,609,1,1,24719,0,2324.89,-5864.68,101.02,2.6529,360,0,0,8982,0,0,0,0,0),(129339,28627,609,1,1,24719,0,2332.03,-5871.37,101.353,0,360,0,0,8982,0,0,0,0,0),(129340,28627,609,1,1,24719,0,2275.45,-5855.51,101.165,2.09439,360,0,0,8982,0,0,0,0,0),(129341,28627,609,1,1,24719,0,2339.76,-5865.17,101.635,2.96706,360,0,0,8982,0,0,0,0,0),(129342,28627,609,1,1,24719,0,2320.48,-5870.57,101.265,4.34587,360,0,0,8982,0,0,0,0,0),(129343,28627,609,1,1,24719,0,2283.5,-5817.01,101.018,0.942478,360,0,0,8982,0,0,0,0,0),(129344,28627,609,1,1,24719,0,2345.63,-5894.72,104,5.3058,360,0,0,8982,0,0,0,0,0),(129345,28627,609,1,1,24719,0,2359.04,-5884.92,105.109,3.63029,360,0,0,8982,0,0,0,0,0),(129346,28627,609,1,1,24719,0,2359.16,-5903.32,105.445,3.90954,360,0,0,8982,0,0,0,0,0),(129347,28627,609,1,1,24719,0,2352.43,-5864.01,103.348,0.907571,360,0,0,8982,0,0,0,0,0),(129348,28627,609,1,1,24719,0,2392.04,-5871.77,104.744,5.93412,360,0,0,8982,0,0,0,0,0),(129349,28627,609,1,1,24719,0,2382.51,-5872.66,104.838,5.58505,360,0,0,8982,0,0,0,0,0),(129350,28627,609,1,1,24719,0,2368.78,-5895.73,106.61,0.366519,360,0,0,8982,0,0,0,0,0),(129351,28627,609,1,1,24719,0,2262.11,-5849.87,101.038,3.03687,360,0,0,8982,0,0,0,0,0),(129352,28627,609,1,1,24719,0,2294.7,-5842.22,101.018,1.16937,360,0,0,8982,0,0,0,0,0),(129353,28627,609,1,1,24719,0,2249.45,-5867.24,101.07,4.29351,360,0,0,8982,0,0,0,0,0),(129354,28627,609,1,1,24719,0,2128.63,-5848.26,101.997,5.61996,360,0,0,8982,0,0,0,0,0),(129355,28627,609,1,1,24719,0,2238.22,-5876.82,100.825,5.65487,360,0,0,8982,0,0,0,0,0),(129356,28627,609,1,1,24719,0,2165.46,-5859.72,101.645,2.79253,360,0,0,8982,0,0,0,0,0),(129357,28627,609,1,1,24719,0,2096.02,-5710.85,100.346,4.86947,360,0,0,8982,0,0,0,0,0),(129358,28627,609,1,1,24719,0,2172.15,-5862.37,101.453,0.20944,360,0,0,8982,0,0,0,0,0),(129359,28627,609,1,1,24719,0,2196.73,-5880.54,101.327,0.383972,360,0,0,8982,0,0,0,0,0),(129360,28627,609,1,1,24719,0,2188.37,-5877.36,101.241,5.44543,360,0,0,8982,0,0,0,0,0),(129361,28627,609,1,1,24719,0,2191.94,-5881.09,101.245,4.01426,360,0,0,8982,0,0,0,0,0),(129362,28627,609,1,1,24719,0,2194.09,-5884.29,101.232,6.07375,360,0,0,8982,0,0,0,0,0),(129363,28627,609,1,1,24719,0,2119.95,-5853.95,102.681,2.35619,360,0,0,8982,0,0,0,0,0),(129364,28627,609,1,1,24719,0,2177.3,-5892.1,101.517,1.39626,360,0,0,8982,0,0,0,0,0),(129365,28627,609,1,1,24719,0,2181.62,-5878.38,101.217,4.5204,360,0,0,8982,0,0,0,0,0),(129366,28627,609,1,1,24719,0,2138.25,-5870.41,101.534,0.383972,360,0,0,8982,0,0,0,0,0),(129367,28627,609,1,1,24719,0,2136.03,-5865.05,101.57,3.83972,360,0,0,8982,0,0,0,0,0),(129368,28627,609,1,1,24719,0,2131.98,-5824.39,101.071,1.5708,360,0,0,8982,0,0,0,0,0),(129369,28627,609,1,1,24719,0,2130.45,-5837.91,101.471,3.28122,360,0,0,8982,0,0,0,0,0),(129370,28627,609,1,1,24719,0,2175.94,-5876.37,101.361,3.14159,360,0,0,8982,0,0,0,0,0),(129371,28627,609,1,1,24719,0,2128.33,-5815.1,100.466,2.40855,360,0,0,8982,0,0,0,0,0),(129372,28627,609,1,1,24719,0,2094.26,-5739.1,100.198,2.54818,360,0,0,8982,0,0,0,0,0),(129373,28627,609,1,1,24719,0,2106.44,-5762.27,98.943,2.63545,360,0,0,8982,0,0,0,0,0),(129374,28627,609,1,1,24719,0,2102.04,-5712.65,100.403,1.72788,360,0,0,8982,0,0,0,0,0),(129375,28627,609,1,1,24719,0,2103.34,-5742.05,100.065,1.76278,360,0,0,8982,0,0,0,0,0),(129376,28627,609,1,1,24719,0,2136.66,-5744.17,99.5232,2.21657,360,0,0,8982,0,0,0,0,0),(129377,28627,609,1,1,24719,0,2135.75,-5756.66,98.9354,1.65806,360,0,0,8982,0,0,0,0,0),(129378,28627,609,1,1,24719,0,2122.04,-5718.34,100.496,5.044,360,0,0,8982,0,0,0,0,0),(129379,28627,609,1,1,24719,0,2118.77,-5703.99,100.579,1.95477,360,0,0,8982,0,0,0,0,0),(129380,28627,609,1,1,24719,0,2136.49,-5779.97,99.1277,5.67232,360,0,0,8982,0,0,0,0,0),(129381,28627,609,1,1,24719,0,2132.3,-5730.06,100.267,2.3911,360,0,0,8982,0,0,0,0,0),(129382,28627,609,1,1,24719,0,2146.19,-5796.13,100.359,2.70526,360,0,0,8982,0,0,0,0,0),(129383,28627,609,1,1,24719,0,2106.27,-5715.08,100.339,4.24115,360,0,0,8982,0,0,0,0,0),(129384,28627,609,1,1,24719,0,2167.66,-5876.12,101.423,3.56047,360,0,0,8982,0,0,0,0,0),(129385,28627,609,1,1,24719,0,2111.64,-5779.37,98.5057,3.00197,360,0,0,8982,0,0,0,0,0),(129386,28627,609,1,1,24719,0,2162.09,-5872.68,101.398,4.97419,360,0,0,8982,0,0,0,0,0),(129387,28377,609,1,1,25514,0,2371.37,-5701.04,154.005,3.66519,360,0,0,57660,0,0,0,0,0),(129388,28383,609,1,5,25352,0,2475.64,-5549.57,420.727,0.296706,360,0,0,8982,3155,0,0,0,0),(129389,28383,609,1,5,25352,0,2506.58,-5614.56,420.646,5.61996,360,0,0,8982,3155,0,0,0,0),(129390,28383,609,1,5,25351,0,2511.04,-5590.1,420.646,6.03884,360,0,0,8982,3155,0,0,0,0),(129391,28383,609,1,5,25352,0,2477.37,-5551,420.647,0.746414,360,0,0,8982,3155,0,0,0,0),(129392,28385,609,1,1,10395,0,2392.39,-5603.04,428.692,1.309,360,0,0,2215,0,0,0,0,0),(129393,28385,609,1,1,2483,0,2494.09,-5531.13,428.685,4.03171,360,0,0,2215,0,0,0,0,0),(129394,28385,609,1,1,10353,0,2398.87,-5606.96,428.699,1.36136,360,0,0,2215,0,0,0,0,0),(129395,28385,609,1,1,2483,0,2400.01,-5606.03,428.699,1.0472,360,0,0,2215,0,0,0,0,0),(129396,28642,609,1,1,25589,1,2283.72,-5710.84,154.012,3.66519,360,0,0,2614,0,0,0,0,0),(129397,28642,609,1,1,25589,1,2288.64,-5715.23,154.002,3.4383,360,0,0,2614,0,0,0,0,0),(129398,28642,609,1,1,25589,1,2295.39,-5722.43,153.857,3.50811,360,0,0,2614,0,0,0,0,0),(129399,28642,609,1,1,25589,1,2299.9,-5734.46,153.267,3.97935,360,0,0,2614,0,0,0,0,0),(129400,28642,609,1,1,25589,1,2279.21,-5711.69,154.027,3.7001,360,0,0,2614,0,0,0,0,0),(129401,28386,609,1,1,16107,0,2451.04,-5525.14,428.657,5.5676,360,0,0,2371,0,0,0,0,0),(129402,28386,609,1,1,16148,0,2384.44,-5567.99,428.513,5.86824,360,0,0,2371,0,0,0,0,0),(129403,28386,609,1,1,16093,0,2393.28,-5559.95,428.514,4.98466,360,0,0,2371,0,0,0,0,0),(129404,28386,609,1,1,16093,0,2393.92,-5560.98,428.596,5.07891,360,0,0,2371,0,0,0,0,0),(129405,28642,609,1,1,25589,1,2315.37,-5758.65,154.003,3.89208,360,0,0,2614,0,0,0,0,0),(129406,28642,609,1,1,25589,1,2304.82,-5742.8,154.003,4.10152,360,0,0,2614,0,0,0,0,0),(129407,28642,609,1,1,25589,1,2300.54,-5728.07,153.722,3.59538,360,0,0,2614,0,0,0,0,0),(129408,28642,609,1,1,25589,1,2278.17,-5703.39,154.099,3.56047,360,0,0,2614,0,0,0,0,0),(129409,28642,609,1,1,25589,1,2276.06,-5707.67,154.04,3.61283,360,0,0,2614,0,0,0,0,0),(129410,28642,609,1,1,25589,1,2292.53,-5727.43,153.312,3.61283,360,0,0,2614,0,0,0,0,0),(129411,28642,609,1,1,25589,1,2310.56,-5752.92,153.838,4.08407,360,0,0,2614,0,0,0,0,0),(129412,28642,609,1,1,25589,1,2288.42,-5721.23,153.931,3.47321,360,0,0,2614,0,0,0,0,0),(129413,28642,609,1,1,25589,1,2305.58,-5737.02,154.002,3.735,360,0,0,2614,0,0,0,0,0),(129414,28642,609,1,1,25589,1,2272.7,-5702.36,154.304,3.64774,360,0,0,2614,0,0,0,0,0),(129415,28642,609,1,1,25589,1,2311.58,-5746.61,154.003,3.87463,360,0,0,2614,0,0,0,0,0),(129416,28642,609,1,1,25589,1,2283.38,-5717.81,154.011,3.76991,360,0,0,2614,0,0,0,0,0),(129417,28642,609,1,1,25589,1,2316.54,-5753.66,154.003,3.76991,360,0,0,2614,0,0,0,0,0),(129418,28643,609,1,1,24719,0,2121.47,-5780.16,129.183,2.90875,360,0,0,8982,0,0,0,0,0),(129419,28643,609,1,1,24719,0,2071.35,-5756.5,128.337,3.16224,360,0,0,8982,0,0,0,0,0),(129420,28643,609,1,1,24719,0,1946.31,-5848.55,130.476,3.09283,360,0,0,8982,0,0,0,0,0),(129421,28643,609,1,1,24719,0,2065.05,-5847.06,131.285,3.11189,360,0,0,8982,0,0,0,0,0),(129422,28643,609,1,1,24719,0,1825.57,-5817.19,138.035,3.13082,360,0,0,8982,0,0,0,0,0),(129423,28643,609,1,1,24719,0,1929.01,-5780.83,131.847,3.74457,360,0,0,8982,0,0,0,0,0),(129424,28643,609,1,1,24719,0,1949.91,-5909.17,131.492,3.17211,360,0,0,8982,0,0,0,0,0),(129425,28643,609,1,1,24719,0,2156.83,-5857.63,131.525,3.36147,360,0,0,8982,0,0,0,0,0),(129426,28643,609,1,1,24719,0,2055.61,-5846.45,130.535,3.11189,360,0,0,8982,0,0,0,0,0),(129427,28643,609,1,1,24719,0,2175.08,-5802.41,131.068,2.9349,360,0,0,8982,0,0,0,0,0),(129428,28643,609,1,1,24719,0,2150.22,-5861.06,131.775,3.36147,360,0,0,8982,0,0,0,0,0),(129429,28643,609,1,1,24719,0,2114.63,-5773.16,129.173,2.9359,360,0,0,8982,0,0,0,0,0),(129430,28643,609,1,1,24719,0,2166.62,-5809.39,130.818,2.88755,360,0,0,8982,0,0,0,0,0),(129431,28643,609,1,1,24719,0,2176.41,-5829.01,131.693,3.28643,360,0,0,8982,0,0,0,0,0),(129432,28390,609,1,1,25359,0,2479.96,-5542.2,420.727,4.4855,360,0,0,2614,0,0,0,0,0),(129433,28390,609,1,1,25356,0,2516.38,-5584.72,421.47,0.10472,360,0,0,2614,0,0,0,0,0),(129434,28390,609,1,1,25358,0,2487.12,-5539.81,420.727,2.23402,360,0,0,2614,0,0,0,0,0),(207165,23531,530,1,1,0,0,9339.56,-7224.53,13.3988,4.7678,120,5,0,1,0,1,0,0,0),(129436,28391,609,1,1,25355,0,2520.24,-5599.18,420.727,3.71755,360,0,0,2614,0,0,0,0,0),(129437,28647,609,1,1,25589,1,2322.23,-5748.33,154.042,2.16533,360,0,0,12600,0,2,0,0,0),(129438,28391,609,1,1,25361,0,2520.34,-5588.22,420.727,1.0821,360,0,0,2614,0,0,0,0,0),(129439,28391,609,1,1,25360,0,2523.57,-5591.07,421.484,3.82227,360,0,0,2614,0,0,0,0,0),(207164,23531,530,1,1,0,0,9325.37,-7323.65,14.1006,3.426,120,5,0,1,0,1,0,0,0),(129447,28393,609,1,5,0,0,2482.54,-5539.44,420.727,1.41372,360,0,0,2614,0,0,0,0,0),(129448,28393,609,1,5,0,0,2480.1,-5532.43,420.733,3.9968,360,0,0,2614,0,0,0,0,0),(129449,28393,609,1,5,0,0,2484.87,-5535.15,421.47,3.89208,360,0,0,2614,0,0,0,0,0),(129450,28393,609,1,5,0,0,2515.49,-5580.58,420.727,3.03687,360,0,0,2614,0,0,0,0,0),(207163,23531,530,1,1,0,0,9321.94,-7212.75,14.9164,1.5692,120,5,0,1,0,1,0,0,0),(129452,28393,609,1,5,0,0,2377.27,-5649.52,429.669,0.591774,360,0,0,2614,0,0,0,0,0),(129453,28394,609,1,5,0,0,2513.98,-5614.97,420.727,3.15905,360,0,0,2614,0,0,0,0,0),(129454,28394,609,1,5,0,0,2525.87,-5595.92,420.727,2.87979,360,0,0,2614,0,0,0,0,0),(129455,28394,609,1,5,0,0,2489.18,-5545.59,421.477,3.87463,360,0,0,2614,0,0,0,0,0),(129456,28394,609,1,5,0,0,2507.27,-5621.15,420.727,1.13446,360,0,0,2614,0,0,0,0,0),(207162,23531,530,1,1,0,0,9312.31,-7308.73,15.7256,6.1768,120,5,0,1,0,1,0,0,0),(129458,28394,609,1,5,0,0,2483.3,-5545.52,420.727,4.79965,360,0,0,2614,0,0,0,0,0),(129459,28394,609,1,5,0,0,2516.23,-5593.2,420.647,3.2567,360,0,0,2614,0,0,0,0,0),(129460,28653,609,1,1,16416,1,2351.35,-5700.85,154.045,5.52037,360,0,0,126000,0,2,0,0,0),(207064,23528,530,1,1,0,0,-4013.99,-11922.2,-1.8347,0.576,120,5,0,1,0,1,0,0,0),(207063,23528,530,1,1,0,0,-4010.03,-11912.4,-1.3651,0.1745,120,5,0,1,0,1,0,0,0),(207062,23528,530,1,1,0,0,-4000.11,-11931,-1.4097,4.9567,120,5,0,1,0,1,0,0,0),(129464,28655,609,1,1,24719,0,2272.68,-5791.18,181.795,5.40424,360,5,0,8982,0,1,0,0,0),(129465,28655,609,1,1,24719,0,2190.13,-5742.13,165.005,5.79449,360,5,0,8982,0,1,0,0,0),(129466,28655,609,1,1,24719,0,2222.58,-5762.82,157.772,2.20677,360,5,0,8982,0,1,0,0,0),(129467,28655,609,1,1,24719,0,2216.19,-5750.22,158.041,5.0091,360,5,0,8982,0,1,0,0,0),(129468,28655,609,1,1,24719,0,2248.05,-5816.22,158.644,0.575959,360,5,0,8982,0,1,0,0,0),(129469,28655,609,1,1,24719,0,2247.92,-5783.86,158.176,2.05949,360,5,0,8982,0,1,0,0,0),(129470,28655,609,1,1,24719,0,2281.55,-5817.14,159.376,1.78024,360,5,0,8982,0,1,0,0,0),(129471,28655,609,1,1,24719,0,2215.26,-5718.85,172.43,1.67552,360,5,0,8982,0,1,0,0,0),(129472,28655,609,1,1,24719,0,2214.69,-5783.27,164.485,4.66003,360,5,0,8982,0,1,0,0,0),(129473,28658,609,1,1,24084,0,2348.77,-5758.28,154.058,6.21904,360,0,0,126000,39940,0,0,0,0),(129474,28660,609,1,1,25557,0,1669.46,-5946.52,126.585,5.86431,360,0,0,850,878,0,0,0,0),(129475,28660,609,1,1,25557,0,1674.74,-5945.13,126.929,5.14872,360,0,0,850,878,0,0,0,0),(129476,28660,609,1,1,25555,0,1667.31,-5944.62,126.128,5.77704,360,0,0,850,878,0,0,0,0),(129477,28660,609,1,1,25556,0,1685.58,-5934.78,124.086,4.34587,360,0,0,850,878,0,0,0,0),(129478,28660,609,1,1,25555,0,1681.31,-5942.4,125.808,4.4855,360,0,0,850,878,0,0,0,0),(129479,28660,609,1,1,25555,0,1681.75,-5934.76,124.701,4.55531,360,0,0,850,878,0,0,0,0),(207171,27216,1,1,1,0,0,1197.28,-4355.3,21.3794,0.261799,120,0,0,1,0,0,0,0,0),(240002,24364,0,1,1,0,0,-5609.83,-459.056,404.633,5.3058,120,0,0,1003,0,0,0,0,0),(207169,23531,530,1,1,0,0,9356.02,-7312.99,8.062,4.0134,120,5,0,1,0,1,0,0,0),(129483,28662,609,1,1,25560,0,1678.87,-5938.73,125.701,4.76475,360,0,0,928,963,0,0,0,0),(129484,28662,609,1,1,25559,0,1669.83,-5939.31,125.704,5.39307,360,0,0,928,963,0,0,0,0),(129485,28662,609,1,1,25558,0,1672.53,-5950.33,127.895,6.12611,360,0,0,928,963,0,0,0,0),(129486,28662,609,1,1,25561,0,1683.84,-5946.81,126.6,3.90954,360,0,0,928,963,0,0,0,0),(129487,28662,609,1,1,25558,0,1675.87,-5948.99,127.904,5.42797,360,0,0,928,963,0,0,0,0),(129488,28662,609,1,1,25559,0,1678.39,-5945.3,126.951,4.86947,360,0,0,928,963,0,0,0,0),(129489,28662,609,1,1,25559,0,1670.84,-5936.03,125.244,5.23599,360,0,0,928,963,0,0,0,0),(129490,28662,609,1,1,25558,0,1686.26,-5943.5,125.682,3.94444,360,0,0,928,963,0,0,0,0),(129491,28662,609,1,1,25561,0,1677.54,-5941.73,126.2,4.88692,360,0,0,928,963,0,0,0,0),(129492,28406,609,1,1,25412,1,2435.57,-5752.25,153.682,6.03884,360,0,0,2614,2117,0,0,0,0),(129493,28406,609,1,1,25412,1,2439.02,-5753.13,153.679,2.79253,360,0,0,2614,2117,0,0,0,0),(129494,28406,609,1,1,25375,1,2381.65,-5662.37,154.17,1.44862,360,0,0,2614,2117,0,0,0,0),(129495,28406,609,1,1,25375,1,2382,-5659.11,154.332,4.59022,360,0,0,2614,2117,0,0,0,0),(129496,28406,609,1,1,25412,1,2334.03,-5696.31,154.005,5.32325,360,0,0,2614,2117,0,0,0,0),(129497,28406,609,1,1,25412,1,2336.52,-5699.58,154.005,2.26893,360,0,0,2614,2117,0,0,0,0),(129498,28406,609,1,1,25424,1,2349.02,-5682.49,154.004,2.18166,360,0,0,2614,2117,0,0,0,0),(129499,28406,609,1,1,25424,1,2347.2,-5680.35,154.003,5.37561,360,0,0,2614,2117,0,0,0,0),(207053,23487,1,1,1,0,0,1269.38,-4225.53,26.7,2.57,120,10,0,1,0,1,0,0,0),(207052,23487,1,1,1,0,0,1250.22,-4383.24,28.54,1.53,120,10,0,1,0,1,0,0,0),(207051,23487,1,1,1,0,0,1151.03,-4385.63,26,0.77,120,10,0,1,0,1,0,0,0),(207050,23487,1,1,1,0,0,1151.11,-4416.34,21.25,1.31,120,10,0,1,0,1,0,0,0),(207049,23487,1,1,1,0,0,1153.96,-4289.25,20.86,0.07,120,10,0,1,0,1,0,0,0),(207048,23487,1,1,1,0,0,1157.07,-4347.97,26.19,5.98,120,10,0,1,0,1,0,0,0),(207047,23487,1,1,1,0,0,1164.14,-4438.07,24.6,4.52,120,10,0,1,0,1,0,0,0),(207046,23487,1,1,1,0,0,1164.42,-4314.74,21.23,0.34,120,10,0,1,0,1,0,0,0),(207045,23487,1,1,1,0,0,24.5395,-4434.95,39.68,1.88,120,10,0,1,0,1,0,0,0),(207044,23487,1,1,1,0,0,1179.16,-4284.78,21.27,5.34,120,10,0,1,0,1,0,0,0),(207043,23487,1,1,1,0,0,1175.74,-4402.24,21.84,1.9,120,10,0,1,0,1,0,0,0),(207042,23487,1,1,1,0,0,1179.55,-4249.49,23.3,2.21,120,10,0,1,0,1,0,0,0),(207041,23487,1,1,1,0,0,1185.9,-4445.14,21.71,1.08,120,10,0,1,0,1,0,0,0),(207040,23487,1,1,1,0,0,1189.81,-4390.27,23.37,3.33,120,10,0,1,0,1,0,0,0),(207039,23487,1,1,1,0,0,1191.64,-4317.15,21.32,3.6,120,10,0,1,0,1,0,0,0),(207038,23487,1,1,1,0,0,1184.54,-4220.53,24.3,0.19,120,10,0,1,0,1,0,0,0),(129516,28406,609,1,1,25424,1,2149.24,-5715.41,101.612,3.96565,360,5,0,2614,2117,1,0,0,0),(129517,28406,609,1,1,25426,1,2190.33,-5747.97,102.101,5.27223,360,5,0,2614,2117,1,0,0,0),(129518,28406,609,1,1,25424,1,2430.48,-5815.22,122.763,4.87914,360,5,0,2614,2117,1,0,0,0),(207037,23487,1,1,1,0,0,1195.16,-4350.83,21.38,2.02,120,10,0,1,0,1,0,0,0),(129520,28406,609,1,1,25424,1,2308.7,-5681.96,154.021,3.16018,360,5,0,2614,2117,1,0,0,0),(207036,23487,1,1,1,0,0,1208.04,-4450.48,23.87,3.68,120,10,0,1,0,1,0,0,0),(207035,23487,1,1,1,0,0,1211.6,-4369.06,26.25,4.12,120,10,0,1,0,1,0,0,0),(207034,23487,1,1,1,0,0,1215.68,-4226.68,22.98,4.03,120,10,0,1,0,1,0,0,0),(207033,23487,1,1,1,0,0,1215.97,-4334.78,21.32,1.23,120,10,0,1,0,1,0,0,0),(207032,23487,1,1,1,0,0,1218.56,-4274.42,21.32,0.74,120,10,0,1,0,1,0,0,0),(207031,23487,1,1,1,0,0,1229.25,-4371.64,28.62,5.21,120,10,0,1,0,1,0,0,0),(207030,23487,1,1,1,0,0,1244.79,-4276.82,24.57,2.6,120,10,0,1,0,1,0,0,0),(207029,23487,1,1,1,0,0,1248.2,-4416.96,24.05,0.77,120,10,0,1,0,1,0,0,0),(129529,28406,609,1,1,25375,1,2313.65,-5718.59,154.003,2.42642,360,5,0,2614,2117,1,0,0,0),(129530,28406,609,1,1,25375,1,2369.06,-5703.36,153.922,0.787455,360,0,0,2614,2117,0,0,0,0),(129531,28406,609,1,1,25375,1,2352.3,-5758.51,153.923,3.07745,360,0,0,2614,2117,0,0,0,0),(129532,28406,609,1,1,25375,1,2374.66,-5724.26,153.922,2.30123,360,5,0,2614,2117,1,0,0,0),(207028,23487,0,1,1,0,0,-5149.64,-611.72,398.57,2.03,120,10,0,1,0,1,0,0,0),(207027,23487,0,1,1,0,0,-5150.31,-547.6,398.54,5.5,120,10,0,1,0,1,0,0,0),(207026,23487,0,1,1,0,0,-5157.62,-539.33,403.44,3.51,120,10,0,1,0,1,0,0,0),(207025,23487,0,1,1,0,0,-5171.57,-488.21,390.61,3.99,120,10,0,1,0,1,0,0,0),(207024,23487,0,1,1,0,0,-5176.1,-607.11,397.3,3.29,120,10,0,1,0,1,0,0,0),(207023,23487,0,1,1,0,0,-5175.99,-566.02,396.44,3,120,10,0,1,0,1,0,0,0),(207022,23487,0,1,1,0,0,-5186.19,-544.18,397.28,1.27,120,10,0,1,0,1,0,0,0),(207021,23487,0,1,1,0,0,-5183.45,-519.9,391.36,0.53,120,10,0,1,0,1,0,0,0),(207020,23487,0,1,1,0,0,-5180.54,-488.88,387.1,0.52,120,10,0,1,0,1,0,0,0),(207019,23487,0,1,1,0,0,-5179.26,-563.72,397.28,0.11,120,10,0,1,0,1,0,0,0),(207018,23487,0,1,1,0,0,-5190.13,-607.32,397.3,0,120,10,0,1,0,1,0,0,0),(129544,28406,609,1,1,25426,1,2379.59,-5856.16,105.501,1.93208,360,5,0,2614,2117,1,0,0,0),(129545,28406,609,1,1,25412,1,2441.98,-5912.3,102.126,4.66963,360,5,0,2614,2117,1,0,0,0),(129546,28406,609,1,1,25424,1,2362.15,-5709.88,153.922,0.756092,360,5,0,2614,2117,1,0,0,0),(129547,28406,609,1,1,25412,1,2354.22,-5684.23,179.688,6.2246,360,5,0,2614,2117,1,0,0,0),(207017,23487,0,1,1,0,0,-5195.87,-513.21,389.5,5.37,120,10,0,1,0,1,0,0,0),(207016,23487,0,1,1,0,0,-5197.81,-573.17,399.75,0.31,120,10,0,1,0,1,0,0,0),(207015,23487,0,1,1,0,0,-5200.38,-461.01,388.83,0.57,120,10,0,1,0,1,0,0,0),(207014,23487,0,1,1,0,0,-5200.64,-585.07,398.57,4.47,120,10,0,1,0,1,0,0,0),(207013,23487,0,1,1,0,0,-5198.9,-604.04,400.44,3.53,120,10,0,1,0,1,0,0,0),(207012,23487,0,1,1,0,0,-5203.92,-558.2,397.39,1.65,120,10,0,1,0,1,0,0,0),(207011,23487,0,1,1,0,0,-5211.31,-488.3,388.82,1.48,120,10,0,1,0,1,0,0,0),(129555,28406,609,1,1,25375,1,2279.58,-5848.68,101.037,2.71906,360,5,0,2614,2117,1,0,0,0),(129556,28406,609,1,1,25424,1,2343.06,-5743.56,153.991,2.44695,360,5,0,2614,2117,1,0,0,0),(207010,23487,0,1,1,0,0,-5209.63,-533.82,393.13,1.41,120,10,0,1,0,1,0,0,0),(207009,23487,0,1,1,0,0,-5214.07,-504.08,388.51,4.31,120,10,0,1,0,1,0,0,0),(207008,23487,0,1,1,0,0,-5226.03,-441.67,388.21,1.64,120,10,0,1,0,1,0,0,0),(207007,23487,0,1,1,0,0,-5216.52,-522.74,390.47,4.25,120,10,0,1,0,1,0,0,0),(207006,23487,0,1,1,0,0,-5263.91,-546.65,388.14,2.76,120,10,0,1,0,1,0,0,0),(129562,28933,609,1,4,25780,1,2312.87,-5723.68,154.001,3.83972,360,0,0,4048,0,0,0,0,0),(129563,28933,609,1,4,25778,1,2330.79,-5743.29,154.003,3.75246,360,0,0,4048,0,0,0,0,0),(129564,28933,609,1,4,25778,1,2318.87,-5730.39,154.003,3.89208,360,0,0,4048,0,0,0,0,0),(129565,28933,609,1,4,25780,1,2333.46,-5734.69,154.005,3.82227,360,0,0,4048,0,0,0,0,0),(129566,28933,609,1,4,25778,1,2321.4,-5727.8,154.003,3.87463,360,0,0,4048,0,0,0,0,0),(129567,28933,609,1,4,25780,1,2321.82,-5733.58,154.003,3.85718,360,0,0,4048,0,0,0,0,0),(129568,28933,609,1,4,25779,1,2333.36,-5740.65,154.005,3.94444,360,0,0,4048,0,0,0,0,0),(129569,28933,609,1,4,25779,1,2336.56,-5737.64,154.005,3.92699,360,0,0,4048,0,0,0,0,0),(129570,28933,609,1,4,25777,1,2330.41,-5731.5,154.003,3.9619,360,0,0,4048,0,0,0,0,0),(129571,28933,609,1,4,25778,1,2327.81,-5740.17,154.003,3.76991,360,0,0,4048,0,0,0,0,0),(129572,28934,609,1,4,25782,1,2327.41,-5728.12,154.003,4.03171,360,0,0,4048,0,0,0,0,0),(129573,28934,609,1,4,25784,1,2321.04,-5721.8,154.003,3.7001,360,0,0,4048,0,0,0,0,0),(129574,28934,609,1,4,25781,1,2330.57,-5737.77,154.004,3.82227,360,0,0,4048,0,0,0,0,0),(129575,28934,609,1,4,25783,1,1387.89,-5837.92,132.914,0.925025,360,0,0,4048,0,0,0,0,0),(129576,28934,609,1,4,25783,1,1403.31,-5826.67,132.43,3.83972,360,0,0,4048,0,0,0,0,0),(129577,28934,609,1,4,25784,1,2315.63,-5721.04,154.003,3.85718,360,0,0,4048,0,0,0,0,0),(129578,28934,609,1,4,25782,1,2318.31,-5724.42,154.003,3.89208,360,0,0,4048,0,0,0,0,0),(129579,28934,609,1,4,25784,1,2324.47,-5730.95,154.003,3.87463,360,0,0,4048,0,0,0,0,0),(129580,28934,609,1,4,25782,1,2324.32,-5724.83,154.003,4.01426,360,0,0,4048,0,0,0,0,0),(129581,28934,609,1,4,25782,1,1398.26,-5833.52,132.486,0.820305,360,0,0,4048,0,0,0,0,0),(129582,28934,609,1,4,25784,1,2318.21,-5718.81,154.003,3.85718,360,0,0,4048,0,0,0,0,0),(129583,28934,609,1,4,25783,1,2327.53,-5734.5,154.003,3.90954,360,0,0,4048,0,0,0,0,0),(129584,28934,609,1,4,25783,1,2324.99,-5737.02,154.003,3.90954,360,0,0,4048,0,0,0,0,0),(129585,28934,609,1,4,25783,1,2315.79,-5726.81,154.003,3.87463,360,0,0,4048,0,0,0,0,0),(129586,28934,609,1,4,25781,1,1409.42,-5837.51,132.43,2.49582,360,0,0,4048,0,0,0,0,0),(129587,28935,609,1,4,24719,0,2184.05,-6088.38,22.657,5.3058,360,0,0,8982,0,0,0,0,0),(129588,28935,609,1,4,24719,0,1915.83,-5748.12,123.267,6.00393,360,0,0,8982,0,0,0,0,0),(129589,28935,609,1,4,24719,0,2057.08,-5930.06,105.883,6.24828,360,0,0,8982,0,0,0,0,0),(129590,28935,609,1,4,24719,0,2042.53,-6034.94,84.5035,6.14356,360,0,0,8982,0,0,0,0,0),(129591,28935,609,1,4,24719,0,2053.25,-5901.67,105.467,2.40855,360,0,0,8982,0,0,0,0,0),(129592,28935,609,1,4,24719,0,1904.6,-5963.47,101.301,5.93412,360,0,0,8982,0,0,0,0,0),(129593,28935,609,1,4,24719,0,1980.31,-5808.19,101.089,0.959931,360,0,0,8982,0,0,0,0,0),(129594,28935,609,1,4,24719,0,2139.72,-5751.08,99.4187,1.01229,360,0,0,8982,0,0,0,0,0),(129595,28935,609,1,4,24719,0,2149.52,-5852.15,119.874,6.02139,360,0,0,8982,0,0,0,0,0),(129596,28935,609,1,4,24719,0,2054.42,-5749.03,127.426,4.4855,360,0,0,8982,0,0,0,0,0),(129597,28935,609,1,4,24719,0,2052.97,-5848.27,102.137,1.18682,360,0,0,8982,0,0,0,0,0),(129598,28935,609,1,4,24719,0,1911.79,-5768.25,103.825,5.42797,360,0,0,8982,0,0,0,0,0),(129599,28935,609,1,4,24719,0,1824.1,-5920.76,111.214,3.9968,360,0,0,8982,0,0,0,0,0),(129600,28935,609,1,4,24719,0,2134.82,-5918.3,99.7561,4.03171,360,0,0,8982,0,0,0,0,0),(129601,28935,609,1,4,24719,0,2194.56,-6096.11,2.03968,1.02974,360,0,0,8982,0,0,0,0,0),(129602,28935,609,1,4,24719,0,1893.47,-5856.8,101.96,1.11701,360,0,0,8982,0,0,0,0,0),(129603,28935,609,1,4,24719,0,1830.17,-5939.2,114.004,0.994838,360,0,0,8982,0,0,0,0,0),(129604,28935,609,1,4,24719,0,2057.75,-5745.44,98.6091,0.820305,360,0,0,8982,0,0,0,0,0),(129605,28935,609,1,4,24719,0,2120.94,-6084.44,36.046,0.488692,360,0,0,8982,0,0,0,0,0),(129606,28935,609,1,4,24719,0,1906.47,-5908.51,101.774,4.85202,360,0,0,8982,0,0,0,0,0),(129607,28935,609,1,4,24719,0,1894.86,-5831.06,101.397,1.23918,360,0,0,8982,0,0,0,0,0),(129608,28935,609,1,4,24719,0,2194.83,-6128.64,3.39757,0.593412,360,0,0,8982,0,0,0,0,0),(129609,28935,609,1,4,24719,0,1892.93,-5814.59,101.704,4.5204,360,0,0,8982,0,0,0,0,0),(129610,28935,609,1,4,24719,0,1801.88,-5826.53,109.43,0.05236,360,0,0,8982,0,0,0,0,0),(129611,28935,609,1,4,24719,0,1824.73,-5928.91,124.914,3.33358,360,0,0,8982,0,0,0,0,0),(129612,28935,609,1,4,24719,0,2133.17,-6095.65,6.20578,1.65806,360,0,0,8982,0,0,0,0,0),(129613,28935,609,1,4,24719,0,1978.57,-5854.22,100.814,1.67552,360,0,0,8982,0,0,0,0,0),(129614,28935,609,1,4,24719,0,2136.69,-5794.32,99.6553,4.81711,360,0,0,8982,0,0,0,0,0),(129615,28935,609,1,4,24719,0,2051.11,-5902.21,115.595,0.279253,360,0,0,8982,0,0,0,0,0),(129616,28935,609,1,4,24719,0,1979.32,-5784.28,100.755,4.90438,360,0,0,8982,0,0,0,0,0),(129617,28935,609,1,4,24719,0,1976.23,-5832.19,118.718,1.11701,360,0,0,8982,0,0,0,0,0),(129618,28935,609,1,4,24719,0,2052.44,-5848.1,117.573,0.034907,360,0,0,8982,0,0,0,0,0),(129619,28935,609,1,4,24719,0,2182.36,-6118.14,20.4648,6.05629,360,0,0,8982,0,0,0,0,0),(129620,28935,609,1,4,24719,0,2148.61,-5852.5,101.432,5.91667,360,0,0,8982,0,0,0,0,0),(129621,28935,609,1,4,24719,0,2092.94,-6033.51,9.67896,1.58825,360,0,0,8982,0,0,0,0,0),(129622,28935,609,1,4,24719,0,1976.7,-5905.15,102.986,5.14872,360,0,0,8982,0,0,0,0,0),(129623,28935,609,1,4,24719,0,2136.41,-5795.21,120.688,2.04204,360,0,0,8982,0,0,0,0,0),(129624,28935,609,1,4,24719,0,2145.5,-5816.98,120.61,0.645772,360,0,0,8982,0,0,0,0,0),(129625,28935,609,1,4,24719,0,1913.26,-5934.38,103.044,1.81514,360,0,0,8982,0,0,0,0,0),(129626,28935,609,1,4,24719,0,2053.27,-5929.41,119.668,5.49779,360,0,0,8982,0,0,0,0,0),(129627,28935,609,1,4,24719,0,2139.5,-5750.44,120.884,3.66519,360,0,0,8982,0,0,0,0,0),(129628,28935,609,1,4,24719,0,1799.77,-5811.19,109.506,4.50295,360,0,0,8982,0,0,0,0,0),(129629,28935,609,1,4,24719,0,1981.91,-5754.92,99.7506,4.43314,360,0,0,8982,0,0,0,0,0),(129630,28935,609,1,4,24719,0,1973.25,-5896.36,117.92,1.41372,360,0,0,8982,0,0,0,0,0),(129631,28935,609,1,4,24719,0,2060.77,-5811.81,103.432,5.60251,360,0,0,8982,0,0,0,0,0),(129632,28935,609,1,4,24719,0,2138.65,-5917.38,120.694,4.5204,360,0,0,8982,0,0,0,0,0),(129633,28935,609,1,4,24719,0,1907.09,-5906.55,119.05,3.54302,360,0,0,8982,0,0,0,0,0),(129634,28935,609,1,4,24719,0,2059.64,-5814.54,120.997,2.05949,360,0,0,8982,0,0,0,0,0),(129635,28935,609,1,4,24719,0,1913.02,-5836.99,117.284,1.6057,360,0,0,8982,0,0,0,0,0),(129636,28935,609,1,4,24719,0,1983.41,-5759.84,118.812,0.925025,360,0,0,8982,0,0,0,0,0),(129637,28935,609,1,4,24719,0,2149.33,-5816,101.356,4.38078,360,0,0,8982,0,0,0,0,0),(129638,28936,609,1,4,25509,1,1520.92,-5715.26,116.227,1.37577,360,5,0,2091,2117,1,0,0,0),(129639,28936,609,1,4,25508,1,1475.03,-6121.62,116.398,3.37971,360,5,0,2091,2117,1,0,0,0),(129640,28936,609,1,4,25508,1,1560.28,-5897.26,124.073,2.86873,360,5,0,2091,2117,1,0,0,0),(129641,28936,609,1,4,25509,1,1806.28,-5940.01,115.799,0.981972,360,0,0,2091,2117,0,0,0,0),(129642,28936,609,1,4,25510,1,1803.81,-5937.02,115.88,1.32435,360,0,0,2091,2117,0,0,0,0),(129643,28936,609,1,4,25509,1,1444.45,-5755.55,131.335,2.29641,360,5,0,2091,2117,1,0,0,0),(129644,28936,609,1,4,25508,1,1407.98,-5784.36,131.326,1.18865,360,5,0,2091,2117,1,0,0,0),(129645,28936,609,1,4,25507,1,1812.25,-5940.04,115.518,2.47882,360,0,0,2091,2117,0,0,0,0),(129646,28936,609,1,4,25510,1,1780.94,-5844.86,116.573,0.444212,360,0,0,2091,2117,0,0,0,0),(129647,28936,609,1,4,25507,1,1784.51,-5836.13,116.227,0.003213,360,0,0,2091,2117,0,0,0,0),(129648,28936,609,1,4,25508,1,1790.61,-5830.82,114.245,-1.87902,360,0,0,2091,2117,0,0,0,0),(129649,28936,609,1,4,25509,1,1675.66,-5976.37,132.764,2.21657,360,0,0,2091,2117,0,0,0,0),(129650,28936,609,1,4,25507,1,1828.93,-5914.14,110.481,1.4052,360,0,0,2091,2117,0,0,0,0),(129651,28936,609,1,4,25507,1,1770.72,-5811.51,116.209,1.14081,360,0,0,2091,2117,0,0,0,0),(129652,28936,609,1,4,25507,1,1754.87,-5944.57,116.255,1.10267,360,5,0,2091,2117,1,0,0,0),(129653,28936,609,1,4,25507,1,1436.42,-5851.38,131.334,5.45482,360,5,0,2091,2117,1,0,0,0),(129654,28936,609,1,4,25510,1,1438.76,-5848.39,131.296,2.19912,360,0,0,2091,2117,0,0,0,0),(129655,28936,609,1,4,25509,1,1709.85,-5870.78,116.247,6.20906,360,5,0,2091,2117,1,0,0,0),(129656,28936,609,1,4,25509,1,1402.2,-5802.08,131.316,1.98407,360,5,0,2091,2117,1,0,0,0),(129657,28936,609,1,4,25508,1,1482.18,-5801.16,131.335,2.24899,360,5,0,2091,2117,1,0,0,0),(129658,28937,609,1,4,25553,1,1871.98,-5757.42,83.9755,4.74729,360,0,0,2091,2117,0,0,0,0),(129659,28937,609,1,4,25553,1,1881.77,-5757.19,83.9828,4.74729,360,0,0,2091,2117,0,0,0,0),(129660,28937,609,1,4,25553,1,1861.81,-5755.25,101.954,1.59985,360,5,0,2091,2117,1,0,0,0),(129661,28937,609,1,4,25553,1,1856.4,-5772.19,104.273,4.7822,360,0,0,2091,2117,0,0,0,0),(129662,28937,609,1,4,25553,1,1867.53,-5761.01,105.132,3.08923,360,0,0,2091,2117,0,0,0,0),(129663,28937,609,1,4,25553,1,1899.64,-5801.07,101.269,5.3058,360,0,0,2091,2117,0,0,0,0),(129664,28939,609,1,4,0,1,1389.33,-5834.92,137.328,5.73488,360,0,0,1717,4765,0,0,537166592,32),(129665,28939,609,1,4,25545,1,1520.09,-5794.53,129.719,1.62651,360,5,0,1717,4765,1,0,0,0),(129666,28939,609,1,4,25547,1,1490.2,-5941.34,132.825,2.79482,360,5,0,1717,4765,1,0,0,0),(129667,28939,609,1,4,25545,1,1528.7,-5983.58,116.525,0.617369,360,5,0,1717,4765,1,0,0,0),(129668,28939,609,1,4,25547,1,1819.19,-5869.52,115.894,0.139626,360,0,0,1717,4765,0,0,0,0),(129669,28939,609,1,4,25546,1,1511.32,-5919.43,132.269,6.26352,360,5,0,1717,4765,1,0,0,0),(129670,28939,609,1,4,25548,1,1729.86,-5913.41,116.746,3.49053,360,5,0,1717,4765,1,0,0,0),(129671,28939,609,1,4,25545,1,1805.58,-5934.52,115.736,2.54175,360,0,0,1717,4765,0,0,0,0),(129672,28939,609,1,4,25548,1,1610.28,-5770.52,116.171,2.75448,360,5,0,1717,4765,1,0,0,0),(129673,28939,609,1,4,25548,1,1706.87,-5870.56,116.247,6.28157,360,5,0,1717,4765,1,0,0,0),(129674,28939,609,1,4,25547,1,1685.38,-5832.23,116.174,4.51596,360,5,0,1717,4765,1,0,0,0),(129675,28939,609,1,4,25548,1,1698.07,-5749.34,109.881,4.75143,360,5,0,1717,4765,1,0,0,0),(129676,28939,609,1,4,25546,1,1734.43,-5784.23,116.172,0.406355,360,5,0,1717,4765,1,0,0,0),(129677,28939,609,1,4,25548,1,1733.98,-5777.2,115.894,0.198545,360,5,0,1717,4765,1,0,0,0),(129678,28939,609,1,4,25546,1,1691.22,-5882.08,116.256,0.503266,360,5,0,1717,4765,1,0,0,0),(129679,28939,609,1,4,25547,1,1777.24,-5781.4,116.505,-1.67521,360,0,0,1717,4765,0,0,0,0),(129680,28939,609,1,4,25546,1,1811.17,-5931.94,115.002,0.417553,360,0,0,1717,4765,0,0,0,0),(129681,28939,609,1,4,25547,1,1584.72,-5952.18,122.282,3.63663,360,5,0,1717,4765,1,0,0,0),(129682,28940,609,1,4,0,1,1389.09,-5839.64,137.291,4.48179,360,0,0,2533,0,0,0,537166592,32),(129683,28940,609,1,4,25506,1,1389.03,-5835.11,137.328,6.0276,360,0,0,2533,0,0,0,537166592,32),(129684,28940,609,1,4,25506,1,1648.06,-5674.08,116.467,3.081,360,5,0,2533,0,1,0,0,0),(129685,28940,609,1,4,25503,1,1475.8,-5729.39,131.817,1.30954,360,5,0,2533,0,1,0,0,0),(129686,28940,609,1,4,25505,1,1576.75,-5783.07,118.481,3.62097,360,5,0,2533,0,1,0,0,0),(129687,28940,609,1,4,25505,1,1677.36,-5703.88,105.353,2.24203,360,5,0,2533,0,1,0,0,0),(129688,28940,609,1,4,25506,1,1616.25,-5986.25,132.554,2.47837,360,0,0,2533,0,0,0,0,0),(129689,28940,609,1,4,25503,1,1628.86,-5996.31,134.822,4.60767,360,0,0,2533,0,0,0,0,0),(129690,28940,609,1,4,25504,1,1672.96,-6001.85,134.822,4.59022,360,0,0,2533,0,0,0,0,0),(129691,28940,609,1,4,25503,1,1503.04,-6021.4,117.001,2.53463,360,5,0,2533,0,1,0,0,0),(129692,28940,609,1,4,25506,1,1663.36,-5752.88,113.99,3.03396,360,5,0,2533,0,1,0,0,0),(129693,28940,609,1,4,25505,1,1780.26,-5889.16,116.549,0.107993,360,5,0,2533,0,1,0,0,0),(129694,28940,609,1,4,25506,1,1522.65,-5847.58,131.443,4.58716,360,5,0,2533,0,1,0,0,0),(129695,28940,609,1,4,25506,1,1627.92,-6041.8,143.644,1.48353,360,0,0,2533,0,0,0,0,0),(129696,28940,609,1,4,25506,1,1655.81,-6042.41,134.739,-2.56886,360,0,0,2533,0,0,0,0,0),(129697,28940,609,1,4,25506,1,1649.39,-6027.67,143.644,4.62512,360,0,0,2533,0,0,0,0,0),(129698,28940,609,1,4,25503,1,1665.33,-6043.33,143.644,1.44862,360,0,0,2533,0,0,0,0,0),(129699,28940,609,1,4,25503,1,1651.66,-6040.73,134.739,-0.946355,360,0,0,2533,0,0,0,0,0),(129700,28940,609,1,4,25505,1,1623.08,-6026.09,134.822,6.19592,360,0,0,2533,0,0,0,0,0),(129701,28940,609,1,4,25504,1,1625.06,-6014.04,134.822,6.16101,360,0,0,2533,0,0,0,0,0),(129702,28940,609,1,4,25505,1,1423.91,-5820.27,131.316,5.32969,360,5,0,2533,0,1,0,0,0),(129703,28940,609,1,4,25505,1,1599.28,-5741.85,119.322,5.09636,360,0,0,2533,0,0,0,0,0),(129704,28940,609,1,4,25505,1,1621.31,-5757.31,116.455,5.77704,360,0,0,2533,0,0,0,0,0),(129705,28940,609,1,4,25503,1,1587.75,-5718.42,121.766,4.4855,360,0,0,2533,0,0,0,0,0),(129706,28940,609,1,4,25505,1,1571.47,-5727.37,120.862,0.471239,360,0,0,2533,0,0,0,0,0),(129707,28940,609,1,4,25504,1,1572.13,-5736.44,119.952,5.06145,360,0,0,2533,0,0,0,0,0),(129708,28940,609,1,4,25504,1,1594.49,-5771.87,116.141,4.72984,360,0,0,2533,0,0,0,0,0),(129709,28940,609,1,4,25504,1,1637.47,-5826.37,116.372,2.64946,360,5,0,2533,0,1,0,0,0),(129710,28940,609,1,4,25503,1,1598.54,-5873.95,118.091,4.6867,360,5,0,2533,0,1,0,0,0),(129711,28940,609,1,4,25503,1,1661.82,-5964.42,130.803,1.58825,360,0,0,2533,0,0,0,0,0),(129712,28940,609,1,4,25503,1,1644.14,-5963.53,130.46,1.5708,360,0,0,2533,0,0,0,0,0),(129713,28940,609,1,4,25504,1,1642.76,-5980.29,133.049,1.41372,360,0,0,2533,0,0,0,0,0),(129714,28940,609,1,4,25503,1,1662.37,-5981.04,133.05,1.53589,360,0,0,2533,0,0,0,0,0),(129715,28940,609,1,4,25505,1,1688.27,-5995.54,132.512,1.02974,360,0,0,2533,0,0,0,0,0),(129716,28940,609,1,4,25503,1,1654.02,-6034.56,127.668,3.735,360,0,0,2533,0,0,0,0,0),(129717,28940,609,1,4,25505,1,1673.81,-6018.43,134.822,3.08923,360,0,0,2533,0,0,0,0,0),(129718,28940,609,1,4,25505,1,1648.9,-6019.73,133.323,1.51844,360,0,0,2533,0,0,0,0,0),(129719,28940,609,1,4,25505,1,1672.09,-6030.81,134.822,3.01942,360,0,0,2533,0,0,0,0,0),(129720,28940,609,1,4,25505,1,1648.8,-6026.43,134.822,4.60767,360,0,0,2533,0,0,0,0,0),(129721,28940,609,1,4,25504,1,1655.38,-6045.8,134.822,1.98968,360,0,0,2533,0,0,0,0,0),(129722,28940,609,1,4,25506,1,1464.06,-5866.14,131.456,4.67748,360,0,0,2533,0,0,0,0,0),(129723,28940,609,1,4,25504,1,1441.52,-5877.67,131.296,2.21657,360,0,0,2533,0,0,0,0,0),(129724,28940,609,1,4,25503,1,1418.3,-5792.6,131.332,4.12287,360,5,0,2533,0,1,0,0,0),(129725,28940,609,1,4,25503,1,1660.21,-5824.9,116.971,3.94356,360,5,0,2533,0,1,0,0,0),(129726,28940,609,1,4,25503,1,1442.75,-5814.78,131.335,2.37716,360,5,0,2533,0,1,0,0,0),(129727,28941,609,1,4,0,0,1400.27,-5824.03,137.271,5.13127,360,0,0,811,852,0,0,537166592,32),(129728,28941,609,1,4,25565,0,1506.67,-5811.22,132.297,3.52556,360,0,0,811,852,0,0,0,0),(129729,28941,609,1,4,25565,0,1502.46,-5812.86,132.299,0.139626,360,0,0,811,852,0,0,0,0),(129730,28941,609,1,4,25565,0,1617.68,-5724.73,121.047,3.01942,360,0,0,811,852,0,0,0,0),(129731,28941,609,1,4,25563,0,1622.47,-5718.77,120.503,3.26377,360,0,0,811,852,0,0,0,0),(129732,28941,609,1,4,25564,0,1610.1,-5725.01,120.443,2.93215,360,0,0,811,852,0,0,0,0),(129733,28941,609,1,4,25563,0,1621.59,-5711.63,120.777,3.52556,360,0,0,811,852,0,0,0,0),(129734,28941,609,1,4,25564,0,1645.94,-5838.57,122.133,3.80482,360,0,0,811,852,0,0,0,0),(129735,28941,609,1,4,25562,0,1608.69,-5727.34,120.107,2.74017,360,0,0,811,852,0,0,0,0),(129736,28941,609,1,4,25562,0,1615.67,-5735.81,120.054,2.53073,360,0,0,811,852,0,0,0,0),(129737,28941,609,1,4,25563,0,1641.81,-5843.14,122.133,0.698132,360,0,0,811,852,0,0,0,0),(129738,28941,609,1,4,25563,0,1641.75,-5856.07,117.376,2.28638,360,0,0,811,852,0,0,0,0),(129739,28941,609,1,4,25562,0,1641.78,-5839.29,122.133,5.65487,360,0,0,811,852,0,0,0,0),(129740,28941,609,1,4,25564,0,1640.49,-5852.96,117.376,4.72984,360,0,0,811,852,0,0,0,0),(129741,28941,609,1,4,25562,0,1645.77,-5842.76,122.133,2.32129,360,0,0,811,852,0,0,0,0),(129742,28941,609,1,4,25564,0,1638.3,-5855.87,117.376,0.488692,360,0,0,811,852,0,0,0,0),(129743,28941,609,1,4,25564,0,1642.94,-5841.78,117.376,3.94444,360,0,0,811,852,0,0,0,0),(129744,28941,609,1,4,25562,0,1644,-5802.56,117.206,5.8294,360,0,0,811,852,0,0,0,0),(129745,28941,609,1,4,25562,0,1644.86,-5804.85,117.205,1.44862,360,0,0,811,852,0,0,0,0),(129746,28941,609,1,4,25564,0,1647.12,-5802.68,117.206,3.33358,360,0,0,811,852,0,0,0,0),(129747,28941,609,1,4,25562,0,1656.95,-5876.48,117.224,4.18879,360,0,0,811,852,0,0,0,0),(129748,28941,609,1,4,25565,0,1657.18,-5880.64,117.224,2.02458,360,0,0,811,852,0,0,0,0),(129749,28941,609,1,4,25562,0,1568.59,-5753.39,120.402,0.890118,360,0,0,811,852,0,0,0,0),(129750,28941,609,1,4,25565,0,1576.71,-5758.37,120.031,1.22173,360,0,0,811,852,0,0,0,0),(129751,28941,609,1,4,25565,0,1615.35,-5711.52,121.315,3.63029,360,0,0,811,852,0,0,0,0),(129752,28941,609,1,4,25563,0,1764.72,-5888.73,119.968,2.70526,360,0,0,811,852,0,0,0,0),(129753,28941,609,1,4,25563,0,1740.03,-5881.81,124.418,0.069813,360,0,0,811,852,0,0,0,0),(129754,28941,609,1,4,25564,0,1785.12,-5873.92,109.579,4.04916,360,0,0,811,852,0,0,0,0),(129755,28941,609,1,4,25565,0,1782.08,-5876.27,109.579,1.20428,360,0,0,811,852,0,0,0,0),(129756,28941,609,1,4,25564,0,1781.96,-5872.79,109.578,4.59022,360,0,0,811,852,0,0,0,0),(129757,28941,609,1,4,25562,0,1748.53,-5800.31,117.206,1.64061,360,0,0,811,852,0,0,0,0),(129758,28941,609,1,4,25565,0,1750.69,-5880.01,116.125,0.890118,360,0,0,811,852,0,0,0,0),(129759,28941,609,1,4,25565,0,1753.66,-5877.42,116.125,3.7001,360,0,0,811,852,0,0,0,0),(129760,28941,609,1,4,25562,0,1567.16,-5748.23,120.936,0.715585,360,0,0,811,852,0,0,0,0),(129761,28941,609,1,4,25562,0,1562.42,-5742.34,120.245,0.436332,360,0,0,811,852,0,0,0,0),(129762,28941,609,1,4,25563,0,1571.97,-5744.4,120.531,0.733038,360,0,0,811,852,0,0,0,0),(129763,28941,609,1,4,25563,0,1562,-5749.49,120.766,0.645772,360,0,0,811,852,0,0,0,0),(129764,28941,609,1,4,25564,0,1557.79,-5752.63,120.207,0.645772,360,0,0,811,852,0,0,0,0),(129765,28941,609,1,4,25565,0,1576.69,-5752.16,120.71,1.11701,360,0,0,811,852,0,0,0,0),(129766,28941,609,1,4,25563,0,1574.85,-5758.6,120.043,1.15192,360,0,0,811,852,0,0,0,0),(129767,28941,609,1,4,25562,0,1574.99,-5751.52,120.84,1.0472,360,0,0,811,852,0,0,0,0),(129768,28941,609,1,4,25564,0,1610.83,-5732.97,119.992,2.51327,360,0,0,811,852,0,0,0,0),(129769,28942,609,1,4,25569,0,1395.53,-5828.78,137.271,0.976309,360,0,0,811,852,0,0,537166592,32),(129770,28942,609,1,4,25569,0,1621.09,-5730.3,120.442,2.82743,360,0,0,811,852,0,0,0,0),(129771,28942,609,1,4,25568,0,1615.11,-5716.61,121.097,3.40339,360,0,0,811,852,0,0,0,0),(129772,28942,609,1,4,25566,0,1753.2,-5775.46,117.169,2.58309,360,0,0,811,852,0,0,0,0),(129773,28942,609,1,4,25569,0,1752.45,-5771.11,117.169,4.01426,360,0,0,811,852,0,0,0,0),(129774,28942,609,1,4,25567,0,1610.83,-5732.97,119.992,2.51327,360,0,0,811,852,0,0,0,0),(129775,28942,609,1,4,25566,0,1610.87,-5721.58,120.714,3.15905,360,0,0,811,852,0,0,0,0),(129776,28942,609,1,4,25567,0,1615.51,-5729.98,120.478,2.75762,360,0,0,811,852,0,0,0,0),(129777,28942,609,1,4,25568,0,1740.36,-5969.89,117.203,0.907571,360,0,0,811,852,0,0,0,0),(129778,28942,609,1,4,25569,0,1742.19,-5967.81,117.204,3.89208,360,0,0,811,852,0,0,0,0),(129779,28942,609,1,4,25566,0,1749.72,-5773.55,117.17,0.034907,360,0,0,811,852,0,0,0,0),(129780,28942,609,1,4,25569,0,1641.64,-5844.47,117.376,1.15192,360,0,0,811,852,0,0,0,0),(129781,28942,609,1,4,25569,0,1633.05,-5841.04,117.364,4.79965,360,0,0,811,852,0,0,0,0),(129782,28942,609,1,4,25569,0,1633.21,-5843.68,117.367,1.93731,360,0,0,811,852,0,0,0,0),(129783,28942,609,1,4,25568,0,1574.85,-5758.6,120.043,1.15192,360,0,0,811,852,0,0,0,0),(129784,28942,609,1,4,25567,0,1653.92,-5877.89,117.223,6.12611,360,0,0,811,852,0,0,0,0),(129785,28942,609,1,4,25566,0,1574.99,-5751.52,120.84,1.0472,360,0,0,811,852,0,0,0,0),(129786,28942,609,1,4,25567,0,1581.9,-5755.35,120.052,1.36136,360,0,0,811,852,0,0,0,0),(129787,28942,609,1,4,25568,0,1576.69,-5752.16,120.71,1.11701,360,0,0,811,852,0,0,0,0),(129788,28942,609,1,4,25567,0,1613.81,-5738.64,119.954,2.3911,360,0,0,811,852,0,0,0,0),(129789,28942,609,1,4,25567,0,1752.87,-5883.37,123.606,1.30668,360,0,0,811,852,0,0,0,0),(129790,28942,609,1,4,25566,0,1745.5,-5869.75,123.606,5.06145,360,0,0,811,852,0,0,0,0),(129791,28942,609,1,4,25569,0,1740,-5887.54,124.411,0.05236,360,0,0,811,852,0,0,0,0),(129792,28942,609,1,4,25566,0,1775.59,-5875.7,116.735,6.19592,360,0,0,811,852,0,0,0,0),(129793,28942,609,1,4,25568,0,1762.65,-5887.38,119.959,5.75959,360,0,0,811,852,0,0,0,0),(129794,28942,609,1,4,25566,0,1746.01,-5871.7,123.606,1.85005,360,0,0,811,852,0,0,0,0),(129795,28942,609,1,4,25567,0,1778.35,-5875.76,116.735,3.08923,360,0,0,811,852,0,0,0,0),(129796,28942,609,1,4,25566,0,1751.86,-5877.11,116.125,5.55015,360,0,0,811,852,0,0,0,0),(129797,28942,609,1,4,25567,0,1753.24,-5880.77,123.606,4.85202,360,0,0,811,852,0,0,0,0),(129798,28942,609,1,4,25567,0,1748.85,-5797.6,117.204,4.46577,360,0,0,811,852,0,0,0,0),(129799,28942,609,1,4,25569,0,1753.5,-5879.7,116.125,2.49582,360,0,0,811,852,0,0,0,0),(129800,28942,609,1,4,25566,0,1580.21,-5745.24,120.06,1.11701,360,0,0,811,852,0,0,0,0),(129801,28942,609,1,4,25569,0,1583.38,-5750.42,119.975,1.37881,360,0,0,811,852,0,0,0,0),(129802,28942,609,1,4,25568,0,1577.22,-5740.97,119.98,0.785398,360,0,0,811,852,0,0,0,0),(129803,28942,609,1,4,25568,0,1576.71,-5758.37,120.031,1.22173,360,0,0,811,852,0,0,0,0),(129804,28942,609,1,4,25569,0,1610.1,-5725.01,120.443,2.93215,360,0,0,811,852,0,0,0,0),(129805,28942,609,1,4,25569,0,1621.59,-5711.63,120.777,3.52556,360,0,0,811,852,0,0,0,0),(129806,28943,609,1,4,25287,0,1872.76,-5773.98,87.679,4.90438,360,0,0,9610,0,0,0,0,0),(129807,28945,609,1,4,103,1,1587.17,-5700.16,123.123,3.83972,360,0,0,2699,0,0,0,0,0),(129808,28946,609,1,4,25789,1,1556.08,-5712.45,121.764,0.418879,360,0,0,1889,5206,0,0,0,0),(129809,28946,609,1,4,25789,1,1581.78,-5702.88,121.681,2.10022,360,5,0,1889,5206,1,0,0,0),(129810,28946,609,1,4,25787,1,1573.22,-5726.46,120.779,5.30491,360,5,0,1889,5206,1,0,0,0),(129811,28946,609,1,4,25789,1,1591.78,-5705.29,123.123,2.58309,360,0,0,1889,5206,0,0,0,0),(129812,28946,609,1,4,25787,1,1577.04,-5702.8,121.764,0.401426,360,0,0,1889,5206,0,0,0,0),(129813,28946,609,1,4,25787,1,1578.94,-5713.27,121.68,0.444139,360,5,0,1889,5206,1,0,0,0),(129814,28946,609,1,4,25789,1,1603.19,-5755.48,119.34,3.10669,360,0,0,1889,5206,0,0,0,0),(207185,39349,0,1,1,0,1,-5428.29,-635.167,394.536,4.72984,120,0,0,1,0,0,0,0,0),(207186,39368,0,1,1,0,1,-5424.03,-638.082,393.992,1.65806,120,0,0,1,0,0,0,0,0),(207183,39349,0,1,1,0,1,-5427.99,-632.557,394.62,4.72984,120,0,0,1,0,0,0,0,0),(207181,39349,0,1,1,0,1,-5425.36,-627.812,395.062,4.72984,120,0,0,1,0,0,0,0,0),(207109,23507,0,1,1,0,0,-9139.25,378.197,90.7553,0.2904,120,5,0,1,0,1,0,0,0),(207108,23507,0,1,1,0,0,-9130.28,356.669,92.7542,0.1912,120,5,0,1,0,1,0,0,0),(207107,23507,0,1,1,0,0,-9121.24,370.55,93.1852,3.0176,120,5,0,1,0,1,0,0,0),(207106,23507,0,1,1,0,0,-9113.25,359.786,93.7622,0.4363,120,5,0,1,0,1,0,0,0),(129823,32541,609,1,4,3019,0,2400.74,-5681.4,155.014,2.9147,360,0,0,1,0,0,0,0,0),(129824,32541,609,1,4,3019,0,2399.36,-5689.5,154.871,3.00197,360,0,0,1,0,0,0,0,0),(129825,32541,609,1,4,3019,0,2399.9,-5685.37,155.034,2.93215,360,0,0,1,0,0,0,0,0),(129826,32541,609,1,4,3019,0,2398.98,-5693.64,154.564,2.94961,360,0,0,1,0,0,0,0,0),(207078,23527,1,1,1,0,0,9955.5,2198.19,1328.08,2.9306,120,5,0,1,0,1,0,0,0),(207077,23527,1,1,1,0,0,9952.4,2231.45,1332.08,2.1109,120,5,0,1,0,1,0,0,0),(207070,23528,530,1,1,0,0,-4037.07,-11885.4,-0.4817,1.4137,120,5,0,1,0,1,0,0,0),(207071,23528,530,1,1,0,0,-4045.52,-11905.6,-2.3424,4.9916,120,5,0,1,0,1,0,0,0),(129832,28476,609,1,1,25398,0,2426.4,-5543.19,423.977,5.3058,360,0,0,2614,0,0,0,0,0),(207190,39678,0,1,1,0,0,-5461.83,-626.958,393.687,5.18363,120,0,0,1,0,0,0,0,0),(207074,23527,1,1,1,0,0,10004.7,2230.14,1330.2,2.0652,120,5,0,1,0,1,0,0,0),(207073,23527,1,1,1,0,0,10003.4,2247.26,1329.05,1.8471,120,5,0,1,0,1,0,0,0),(129836,28481,609,1,4,11686,0,2493.6,-5642.61,423.428,5.8294,360,0,0,8982,0,0,0,0,0),(129837,28481,609,1,4,11686,0,2509.47,-5560.17,423.504,2.26893,360,0,0,8982,0,0,0,0,0),(129838,28481,609,1,4,11686,0,2426.99,-5544.25,423.497,4.83456,360,0,0,8982,0,0,0,0,0),(83397,18521,558,3,1,0,1,-148.405,-288.509,25.5241,3.51466,86400,6,0,17396,0,1,0,0,0),(83396,18521,558,3,1,0,1,-158.356,-292.882,26.1383,0.483808,86400,6,0,17396,0,1,0,0,0),(83398,18524,558,3,1,0,1,-156.777,-281.002,26.5028,3.51702,86400,6,0,16819,0,1,0,0,0),(67872,19168,554,3,1,0,0,272.683,-24.5176,26.3284,0.0714562,86400,0,0,29587,3155,0,0,0,0),(207127,23529,1,1,1,0,0,-1362.49,239.543,4.7126,3.8836,120,5,0,1,0,1,0,0,0),(207126,23529,1,1,1,0,0,-1362.34,131.977,42.5002,0.0356,120,5,0,1,0,1,0,0,0),(207125,23529,1,1,1,0,0,-1347.88,198.196,60.5756,1.9987,120,5,0,1,0,1,0,0,0),(207124,23529,1,1,1,0,0,-1346.69,150.608,54.6167,4.0739,120,5,0,1,0,1,0,0,0),(129850,29000,609,1,4,25841,1,1641.03,-6036.11,149.956,4.45611,360,5,0,2915,4326,1,0,0,0),(207141,23530,0,1,1,0,0,1785.37,215.871,59.7939,5.0091,120,5,0,1,0,1,0,0,0),(207140,23530,0,1,1,0,0,1784.61,193.467,70.3996,3.3475,120,5,0,1,0,1,0,0,0),(207139,23530,0,1,1,0,0,1782.62,284.328,70.3996,6.0904,120,5,0,1,0,1,0,0,0),(207138,23530,0,1,1,0,0,1778.37,288.996,57.7717,3.6201,120,5,0,1,0,1,0,0,0),(207137,23530,0,1,1,0,0,1776.18,188.383,57.7717,0.8561,120,5,0,1,0,1,0,0,0),(207136,23530,0,1,1,0,0,1763.95,284.762,70.3996,5.7727,120,5,0,1,0,1,0,0,0),(207135,23530,0,1,1,0,0,1757.56,192.513,70.3996,2.9937,120,5,0,1,0,1,0,0,0),(207134,23530,0,1,1,0,0,1742.55,225.237,62.0214,1.1691,120,5,0,1,0,1,0,0,0),(207090,23507,0,1,1,0,0,-9042.5,347.937,93.9583,2.8155,120,5,0,1,0,1,0,0,0),(207089,23507,0,1,1,0,0,-9029.8,338.595,93.543,5.0263,120,5,0,1,0,1,0,0,0),(207088,23527,1,1,1,0,0,9993.22,2173.38,1327.95,1.7654,120,5,0,1,0,1,0,0,0),(207087,23527,1,1,1,0,0,9993.04,2137.43,1329.93,4.0385,120,5,0,1,0,1,0,0,0),(207086,23527,1,1,1,0,0,9992.12,2153.27,1328.93,3.4327,120,5,0,1,0,1,0,0,0),(207085,23527,1,1,1,0,0,9989.94,2251.71,1330.96,5.6063,120,5,0,1,0,1,0,0,0),(207084,23527,1,1,1,0,0,9984.79,2154.93,1328.19,3.0898,120,5,0,1,0,1,0,0,0),(207083,23527,1,1,1,0,0,9984.32,2140.5,1328.43,1.3946,120,5,0,1,0,1,0,0,0),(207081,23527,1,1,1,0,0,9973.46,2154.08,1328.79,2.6918,120,5,0,1,0,1,0,0,0),(207082,23527,1,1,1,0,0,9978.25,2252.51,1333.21,2.0316,120,5,0,1,0,1,0,0,0),(207155,23531,530,1,1,0,0,9287.75,-7313.33,18.2645,3.5213,120,5,0,1,0,1,0,0,0),(207154,23531,530,1,1,0,0,9286.94,-7287.37,17.8033,6.0032,120,5,0,1,0,1,0,0,0),(207153,23530,0,1,1,0,0,1841.8,194.889,70.3996,2.5587,120,5,0,1,0,1,0,0,0),(207152,23530,0,1,1,0,0,1832.22,283.142,70.3996,3.0768,120,5,0,1,0,1,0,0,0),(207151,23530,0,1,1,0,0,1825.02,194.343,70.3996,3.251,120,5,0,1,0,1,0,0,0),(207150,23530,0,1,1,0,0,1816.72,327.145,70.8151,1.0777,120,5,0,1,0,1,0,0,0),(207149,23530,0,1,1,0,0,1805.74,256.046,60.7974,4.2399,120,5,0,1,0,1,0,0,0),(129877,29011,609,1,4,21342,0,1646.87,-6044.2,167.988,1.79769,360,5,0,2159,2163,1,0,0,0),(207189,39675,0,1,1,0,1,-5464.72,-668.715,393.602,1.85005,120,0,0,1,0,0,0,0,0),(207065,23528,530,1,1,0,0,-4015.09,-11828.9,0.1345,4.8542,120,5,0,1,0,1,0,0,0),(207066,23528,530,1,1,0,0,-4019.02,-11892.6,-1.7731,4.5072,120,5,0,1,0,1,0,0,0),(129882,28765,609,1,4,23767,0,2051.46,-5782.35,106.652,3.12414,360,5,0,27890000,0,1,0,0,0),(75951,19168,554,3,1,0,0,308.545,15.4713,25.3862,3.14629,86400,0,0,29587,3155,0,0,0,0),(129884,29029,609,1,4,0,0,1389.21,-5712.43,136.136,1.8326,360,0,0,2091,2117,0,0,0,0),(129885,29029,609,1,4,0,0,1354.52,-5701.94,136.498,3.05433,360,0,0,2091,2117,0,0,0,0),(129886,29029,609,1,4,0,0,1349.79,-5745.06,136.498,4.55531,360,0,0,2091,2117,0,0,0,0),(129887,29029,609,1,4,0,0,1400.37,-5714.19,134.271,2.98451,360,0,0,2091,2117,0,0,0,0),(129888,29029,609,1,4,0,0,1357.78,-5753.88,136.498,3.21141,360,0,0,2091,2117,0,0,0,0),(129889,29029,609,1,4,0,0,1370.1,-5718.47,136.498,0.820305,360,0,0,2091,2117,0,0,0,0),(129890,29029,609,1,4,0,0,1409.66,-5726.53,132.123,4.45059,360,0,0,2091,2117,0,0,0,0),(129891,29029,609,1,4,0,0,1344.39,-5721.2,136.498,3.94444,360,0,0,2091,2117,0,0,0,0),(129892,29029,609,1,4,0,0,1369.85,-5669.17,136.892,6.16101,360,0,0,2091,2117,0,0,0,0),(129893,29029,609,1,4,0,0,1417.94,-5715.42,131.697,1.72788,360,0,0,2091,2117,0,0,0,0),(129894,29029,609,1,4,0,0,1337.95,-5674.73,138.083,4.01426,360,0,0,2091,2117,0,0,0,0),(129895,29029,609,1,4,0,0,1392.2,-5693.86,136.625,0.349066,360,0,0,2091,2117,0,0,0,0),(129896,29029,609,1,4,0,0,1352.79,-5724.72,136.498,3.47321,360,0,0,2091,2117,0,0,0,0),(129897,29030,609,1,4,25780,1,1346.56,-5705.84,136.498,0.994838,360,0,0,3238,3244,0,0,0,0),(129898,29030,609,1,4,25780,1,1378.68,-5656.92,146.155,4.67748,360,0,0,3238,3244,0,0,0,0),(129899,29030,609,1,4,25777,1,1395.41,-5680.93,138.639,3.85718,360,0,0,3238,3244,0,0,0,0),(129900,29030,609,1,4,25778,1,1379.45,-5716.89,137.311,1.95477,360,0,0,3238,3244,0,0,0,0),(129901,29031,609,1,4,25782,1,1399,-5709.49,135.054,2.58309,360,0,0,3238,2163,0,0,0,0),(129902,29031,609,1,4,25784,1,1342.95,-5668.53,136.597,5.58505,360,0,0,3238,2163,0,0,0,0),(129903,29031,609,1,4,25784,1,1353.86,-5715.34,136.498,1.32645,360,0,0,3238,2163,0,0,0,0),(129904,29031,609,1,4,25784,1,1363.62,-5719.99,136.498,1.43117,360,0,0,3238,2163,0,0,0,0),(129905,29032,609,1,4,25863,0,1319.32,-5771.84,137.829,0.680678,360,0,0,10,0,0,0,0,0),(129906,29038,609,1,4,24719,0,1369.78,-5702.28,138.524,0.942478,360,5,0,8982,0,1,0,0,0),(129907,29038,609,1,4,24719,0,1378,-5691.87,151.097,5.89921,360,5,0,8982,0,1,0,0,0),(129908,29038,609,1,4,24719,0,1367.52,-5683.8,150.43,5.41052,360,5,0,8982,0,1,0,0,0),(129909,29038,609,1,4,24719,0,1375.48,-5700.01,150.631,3.82227,360,5,0,8982,0,1,0,0,0),(129910,29038,609,1,4,24719,0,1381.68,-5694.4,151.049,4.92183,360,5,0,8982,0,1,0,0,0),(129911,29038,609,1,4,24719,0,1361.88,-5694.81,148.36,1.0472,360,5,0,8982,0,1,0,0,0),(129912,29038,609,1,4,24719,0,1376.78,-5694.99,164.34,1.18682,360,5,0,8982,0,1,0,0,0),(129913,29038,609,1,4,24719,0,1367.1,-5677.61,148.005,3.9619,360,5,0,8982,0,1,0,0,0),(129914,29038,609,1,4,24719,0,1370.84,-5700.44,148.901,5.68977,360,5,0,8982,0,1,0,0,0),(129915,29038,609,1,4,24719,0,1382.93,-5696.13,164.359,6.07375,360,5,0,8982,0,1,0,0,0),(129916,29038,609,1,4,24719,0,1360.01,-5679.6,151.549,4.59022,360,5,0,8982,0,1,0,0,0),(129917,29038,609,1,4,24719,0,1352.35,-5689.83,147.727,4.71239,360,5,0,8982,0,1,0,0,0),(129918,29038,609,1,4,24719,0,1356.36,-5690.53,148.527,3.35103,360,5,0,8982,0,1,0,0,0),(129919,29038,609,1,4,24719,0,1354.39,-5686.21,150.091,5.68977,360,5,0,8982,0,1,0,0,0),(129920,29038,609,1,4,24719,0,1357.85,-5694.98,147.406,3.00197,360,5,0,8982,0,1,0,0,0),(129921,29038,609,1,4,24719,0,1369.05,-5675.59,135.796,0.191986,360,5,0,8982,0,1,0,0,0),(129922,29038,609,1,4,24719,0,1381.91,-5699.48,165.055,6.16101,360,5,0,8982,0,1,0,0,0),(129923,29038,609,1,4,24719,0,1380.16,-5701.69,164.215,5.16617,360,5,0,8982,0,1,0,0,0),(129924,29038,609,1,4,24719,0,1373.87,-5698.54,162.481,2.33874,360,5,0,8982,0,1,0,0,0),(129925,29038,609,1,4,24719,0,1366.53,-5701.25,147.083,1.309,360,5,0,8982,0,1,0,0,0),(129926,29038,609,1,4,24719,0,1372.79,-5705.8,147.119,2.72271,360,5,0,8982,0,1,0,0,0),(129927,29038,609,1,4,24719,0,1383.72,-5689.47,148.14,1.51844,360,5,0,8982,0,1,0,0,0),(129928,29038,609,1,4,24719,0,1384.16,-5686.45,136.175,0.593412,360,5,0,8982,0,1,0,0,0),(129929,29038,609,1,4,24719,0,1382.67,-5700.46,156.204,2.40855,360,5,0,8982,0,1,0,0,0),(129930,29038,609,1,4,24719,0,1377.78,-5682.76,138.395,1.93731,360,5,0,8982,0,1,0,0,0),(129931,29038,609,1,4,24719,0,1383.72,-5700.96,145.792,1.46608,360,5,0,8982,0,1,0,0,0),(129932,29038,609,1,4,24719,0,1372.75,-5693.95,152.324,2.35619,360,5,0,8982,0,1,0,0,0),(129933,29038,609,1,4,24719,0,1368.3,-5694.87,150.277,5.75959,360,5,0,8982,0,1,0,0,0),(129934,29038,609,1,4,24719,0,1376.7,-5700.71,138.456,3.49066,360,5,0,8982,0,1,0,0,0),(129935,29038,609,1,4,24719,0,1374.22,-5687.53,150.038,3.71755,360,5,0,8982,0,1,0,0,0),(129936,29038,609,1,4,24719,0,1365.88,-5689.08,151.894,0.488692,360,5,0,8982,0,1,0,0,0),(129937,29038,609,1,4,24719,0,1363.24,-5699.76,148.028,0.820305,360,5,0,8982,0,1,0,0,0),(129938,29038,609,1,4,24719,0,1371.15,-5705.88,136.498,5.25344,360,5,0,8982,0,1,0,0,0),(129939,29038,609,1,4,24719,0,1353.21,-5691.63,138.423,4.41568,360,5,0,8982,0,1,0,0,0),(129940,29038,609,1,4,24719,0,1360.26,-5696.7,138.421,0.733038,360,5,0,8982,0,1,0,0,0),(129941,29038,609,1,4,24719,0,1365.1,-5699.74,138.456,5.044,360,5,0,8982,0,1,0,0,0),(129942,29038,609,1,4,24719,0,1384.85,-5699.1,138.051,1.78024,360,5,0,8982,0,1,0,0,0),(129943,29038,609,1,4,24719,0,1351.64,-5685.48,135.254,3.87463,360,5,0,8982,0,1,0,0,0),(129944,29038,609,1,4,24719,0,1355.92,-5681,138.388,4.46804,360,5,0,8982,0,1,0,0,0),(129945,29038,609,1,4,24719,0,1386.32,-5704.46,137.525,2.16421,360,5,0,8982,0,1,0,0,0),(207117,23529,1,1,1,0,0,-1263.81,262.569,20.4925,1.6933,120,5,0,1,0,1,0,0,0),(129947,29053,609,1,4,25885,1,1371.66,-5719.72,136.504,3.88802,360,0,0,3238,2163,0,0,0,0),(129948,28804,609,1,4,24470,0,2199.85,-6100.34,11.6666,1.23902,360,5,0,2614,0,1,0,0,0),(129949,28804,609,1,4,24470,0,2181.4,-6109.26,12.8034,1.90425,360,5,0,2614,0,1,0,0,0),(129950,29061,609,1,4,25887,0,1320.97,-5740.96,137.555,5.49779,360,0,0,10,0,0,0,0,0),(129951,28549,609,1,4,24434,0,1289.42,-6107.17,15.6821,4.74729,360,0,0,9610,0,0,0,0,0),(129952,28550,609,1,4,24459,0,1320.01,-6121.31,15.079,4.59022,360,0,0,9610,3309,0,0,0,0),(129953,28551,609,1,4,24435,0,1291.17,-6109.71,15.368,2.82743,360,0,0,9940,0,0,0,0,0),(129954,28552,609,1,4,24438,0,1325.99,-6120.65,15.0869,1.0821,360,0,0,9610,0,0,0,0,0),(129955,29065,609,1,4,25888,0,1318.37,-5763.48,137.891,0.034907,360,0,0,10,0,0,0,0,0),(129956,28553,609,1,4,24439,0,1330.69,-6116.45,15.4585,3.59538,360,0,0,9940,0,0,0,0,0),(129957,28554,609,1,4,24412,0,1324.66,-6116.01,15.1683,5.74213,360,0,0,9610,0,0,0,0,0),(129958,28555,609,1,4,24436,0,1287.56,-6109,15.758,5.96903,360,0,0,9610,0,0,0,0,0),(129959,29067,609,1,4,25890,0,1331.73,-5756.24,137.577,3.08923,360,0,0,10,0,0,0,0,0),(207057,23487,1,1,1,0,0,1320.65,-4388.16,26.29,0.91,120,10,0,1,0,1,0,0,0),(129961,29068,609,1,4,25891,0,1320.44,-5753.36,137.48,6.24828,360,0,0,10,0,0,0,0,0),(129962,28556,609,1,4,24437,0,1326.9,-6114.16,15.318,4.7822,360,0,0,9940,0,0,0,0,0),(207056,23487,1,1,1,0,0,1282.59,-4408.8,26.47,4.71,120,10,0,1,0,1,0,0,0),(129964,29070,609,1,4,25892,0,1328.67,-5773.04,137.848,1.6057,360,0,0,10,0,0,0,0,0),(129965,29071,609,1,4,25893,0,1331.3,-5740.97,137.659,4.13643,360,0,0,10,0,0,0,0,0),(129966,29072,609,1,4,25894,0,1331.87,-5748.44,137.486,3.05433,360,0,0,10,0,0,0,0,0),(129967,29073,609,1,4,25895,0,1321.25,-5749.35,137.454,6.21337,360,0,0,10,0,0,0,0,0),(129968,29074,609,1,4,25896,0,1331.48,-5764.67,137.904,3.38594,360,0,0,10,0,0,0,0,0),(129969,29077,609,1,4,24413,0,1320.41,-6124.41,14.7567,2.74017,360,0,0,96100,19854,0,0,0,0),(129970,29078,609,1,4,24458,0,1317.81,-6122.82,14.9806,5.84685,360,0,0,49700,13548,0,0,0,0),(129971,29080,609,1,4,25508,1,1301.78,-6101.76,14.1091,1.58574,360,5,0,13495,0,1,0,0,0),(129972,29080,609,1,4,25510,1,1301.25,-6104.29,14.1091,1.36388,360,5,0,13495,0,1,0,0,0),(129973,29080,609,1,4,25508,1,1308.51,-6135.79,14.0722,3.14159,360,0,0,13495,0,0,0,0,0),(129974,29080,609,1,4,25509,1,1292.86,-6134.23,14.0722,0.034907,360,0,0,13495,0,0,0,0,0),(129975,29080,609,1,4,25510,1,1376.33,-5978.9,82.8302,0.575959,360,0,0,13495,0,0,0,0,0),(129976,29080,609,1,4,25507,1,1363.39,-5966.81,84.6656,0.628319,360,0,0,13495,0,0,0,0,0),(129977,29080,609,1,4,25508,1,1325.1,-6177.84,14.0722,3.92699,360,0,0,13495,0,0,0,0,0),(129978,29080,609,1,4,25510,1,1316.17,-6167.47,14.0722,3.9968,360,0,0,13495,0,0,0,0,0),(129979,29080,609,1,4,25510,1,1288.68,-6190.7,14.0722,1.29154,360,0,0,13495,0,0,0,0,0),(129980,29080,609,1,4,25508,1,1292.48,-6191.33,14.0722,1.44862,360,0,0,13495,0,0,0,0,0),(129981,29080,609,1,4,25509,1,1357.84,-5996.28,65.9366,0.680678,360,0,0,13495,0,0,0,0,0),(129982,29080,609,1,4,25508,1,1348.64,-5987.2,66.488,0.925025,360,0,0,13495,0,0,0,0,0),(129983,29080,609,1,4,25510,1,1297.44,-6058.23,21.0491,1.36136,360,0,0,13495,0,0,0,0,0),(129984,29080,609,1,4,25509,1,1284.99,-6043.04,22.0297,1.02974,360,0,0,13495,0,0,0,0,0),(129985,29080,609,1,4,25509,1,1318.57,-6017.7,41.6717,0.314159,360,0,0,13495,0,0,0,0,0),(129986,29080,609,1,4,25507,1,1309.22,-6003.4,43.42,0.350973,360,0,0,13495,0,0,0,0,0),(129987,29080,609,1,4,25510,1,1308.13,-6156.84,14.0722,3.00197,360,0,0,13495,0,0,0,0,0),(129988,29080,609,1,4,25508,1,1290.64,-6155.5,14.0722,6.0912,360,0,0,13495,0,0,0,0,0),(129989,29080,609,1,4,25507,1,1308.05,-6144.7,14.0722,3.26377,360,0,0,13495,0,0,0,0,0),(129990,29080,609,1,4,25509,1,1291.73,-6144.81,14.0722,6.23082,360,0,0,13495,0,0,0,0,0),(129991,29080,609,1,4,25509,1,1393.63,-5950.37,99.3573,5.93412,360,0,0,13495,0,0,0,0,0),(129992,29080,609,1,4,25510,1,1396.82,-5970.03,96.8051,6.10865,360,5,0,13495,0,1,0,0,0),(83423,18702,558,3,1,0,1,-30.7843,-412.622,26.5998,3.29315,86400,0,0,22014,8538,2,0,0,0),(83415,18702,558,3,1,0,1,-47.7719,-365.048,26.5924,4.78542,86400,0,0,22014,8799,2,0,0,0),(83411,18521,558,3,1,0,1,-140.358,-316.297,26.591,3.27667,86400,6,0,17396,0,1,0,0,0),(83412,18521,558,3,1,0,1,-130.994,-315.024,28.7814,2.84627,86400,6,0,17396,0,1,0,0,0),(83414,18524,558,3,1,0,1,-129.934,-306.423,26.5599,1.47811,86400,6,0,16819,0,1,0,0,0),(83413,18524,558,3,1,0,1,-126.251,-293.992,27.2891,4.85533,86400,6,0,16819,0,1,0,0,0),(83400,18524,558,3,1,0,1,-139.947,-295.194,27.3434,0.650304,86400,6,0,16819,0,1,0,0,0),(83399,18524,558,3,1,0,1,-172.276,-276.627,31.6884,6.18108,86400,6,0,16819,0,1,0,0,0),(130001,28610,609,1,4,0,1,1391.15,-5834.84,137.328,3.61872,360,0,0,2026,2041,0,0,537166592,32),(130002,28610,609,1,4,0,1,1390.04,-5834.19,137.328,4.75306,360,0,0,2026,2041,0,0,537166592,32),(130003,28610,609,1,4,10277,1,1539.99,-5827.92,126.968,0.003454,360,5,0,2026,2041,1,0,0,0),(130004,28610,609,1,4,10279,1,1532.09,-6093.49,116.442,2.7939,360,5,0,2026,2041,1,0,0,0),(130005,28610,609,1,4,10277,1,1580.83,-5946.55,120.622,5.8606,360,5,0,2026,2041,1,0,0,0),(130006,28610,609,1,4,10279,1,1568.07,-5872.31,126.611,2.97082,360,5,0,2026,2041,1,0,0,0),(130007,28610,609,1,4,10277,1,1830.21,-5879.73,117.199,0.244346,360,0,0,2026,2041,0,0,0,0),(130008,28610,609,1,4,10277,1,1620.68,-5959.25,130.031,4.83092,360,5,0,2026,2041,1,0,0,0),(130009,28610,609,1,4,10279,1,1428.23,-5787.77,131.335,2.09499,360,5,0,2026,2041,1,0,0,0),(130010,28610,609,1,4,10279,1,1811.01,-5939.45,115.637,2.39651,360,0,0,2026,2041,0,0,0,0),(130011,28610,609,1,4,10277,1,1451.44,-6018,116.488,4.07183,360,5,0,2026,2041,1,0,0,0),(130012,28610,609,1,4,10279,1,1812.61,-5935.66,115.13,6.20359,360,0,0,2026,2041,0,0,0,0),(130013,28610,609,1,4,10279,1,1480.96,-5843.33,131.53,5.60251,360,0,0,2026,2041,0,0,0,0),(130014,28610,609,1,4,10277,1,1451.97,-5914.56,131.334,5.4006,360,5,0,2026,2041,1,0,0,0),(130015,28610,609,1,4,10277,1,1415.41,-5849.96,131.322,1.95681,360,5,0,2026,2041,1,0,0,0),(130016,28610,609,1,4,10279,1,1811,-5947.6,115.954,-2.13252,360,0,0,2026,2041,0,0,0,0),(130017,28610,609,1,4,10277,1,1811.07,-5935.95,115.347,0.466891,360,0,0,2026,2041,0,0,0,0),(130018,28610,609,1,4,10279,1,1780.22,-5790.5,116.266,2.09472,360,0,0,2026,2041,0,0,0,0),(130019,28610,609,1,4,10279,1,1778.55,-5788.28,116.218,1.74633,360,0,0,2026,2041,0,0,0,0),(130020,28610,609,1,4,10277,1,1566.68,-5843.24,124.486,0.018112,360,5,0,2026,2041,1,0,0,0),(130021,28610,609,1,4,10277,1,1623.07,-5805.79,116.854,1.67552,360,5,0,2026,2041,1,0,0,0),(130022,28610,609,1,4,10277,1,1796.84,-5822.1,110.269,4.51112,360,0,0,2026,2041,0,0,0,0),(130023,28610,609,1,4,10277,1,1749.67,-5742.82,114.931,3.7556,360,5,0,2026,2041,1,0,0,0),(130024,28610,609,1,4,10277,1,1665,-5941.56,125.38,4.69872,360,5,0,2026,2041,1,0,0,0),(130025,28610,609,1,4,10279,1,1799.84,-5837.15,118.621,0.436332,360,0,0,2026,2041,0,0,0,0),(130026,28610,609,1,4,10277,1,1861.89,-5947.16,116.767,0.418879,360,0,0,2026,2041,0,0,0,0),(130027,28610,609,1,4,10277,1,1800.76,-5836.19,117.998,1.08565,360,0,0,2026,2041,0,0,0,0),(130028,28610,609,1,4,10277,1,1842.2,-5942.07,118.032,0.383972,360,0,0,2026,2041,0,0,0,0),(130029,28610,609,1,4,10279,1,1795.31,-5826.32,111.51,2.97147,360,0,0,2026,2041,0,0,0,0),(130030,28610,609,1,4,10279,1,1833.83,-5927.04,109.975,4.74579,360,5,0,2026,2041,1,0,0,0),(130031,28610,609,1,4,10277,1,1828.4,-5918.98,109.867,1.26799,360,0,0,2026,2041,0,0,0,0),(130032,28610,609,1,4,10279,1,1409.79,-5854.56,131.593,3.57673,360,5,0,2026,2041,1,0,0,0),(130033,28610,609,1,4,10277,1,1792.86,-5837.18,116.197,0.002032,360,0,0,2026,2041,0,0,0,0),(130034,28610,609,1,4,10279,1,1819.18,-5842.83,116.2,0.558505,360,0,0,2026,2041,0,0,0,0),(130035,28610,609,1,4,10279,1,1842.42,-5903.85,105.738,0.05236,360,0,0,2026,2041,0,0,0,0),(130036,28610,609,1,4,10277,1,1619.14,-5809.67,116.676,2.10948,360,5,0,2026,2041,1,0,0,0),(207179,39349,0,1,1,0,1,-5424.93,-629.925,394.914,4.72984,120,0,0,1,0,0,0,0,0),(130038,28367,609,1,4,24719,0,2540.74,-5609.11,420.727,4.2586,360,0,0,8982,0,0,0,0,0),(207176,39349,0,1,1,0,1,-5419.38,-627.92,395.062,4.72984,120,0,0,1,0,0,0,0,0),(207175,39349,0,1,1,0,1,-5419.32,-630.031,394.84,4.72984,120,0,0,1,0,0,0,0,0),(207174,39349,0,1,1,0,1,-5418.85,-635.701,394.343,4.72984,120,0,0,1,0,0,0,0,0),(130042,28367,609,1,4,24719,0,2410.01,-5627.44,376.989,6.03884,360,0,0,8982,0,0,0,0,0),(130043,28367,609,1,4,24719,0,2495.25,-5646.03,376.989,6.02139,360,0,0,8982,0,0,0,0,0),(130044,28367,609,1,4,24719,0,2444.22,-5674.93,420.727,1.06465,360,0,0,8982,0,0,0,0,0),(130045,28367,609,1,4,24719,0,2481.7,-5552.18,420.727,6.19592,360,0,0,8982,0,0,0,0,0),(130046,28367,609,1,4,24719,0,2511.2,-5593.36,420.727,0.506145,360,0,0,8982,0,0,0,0,0),(130047,28367,609,1,4,24719,0,2476.75,-5509.46,420.727,4.86947,360,0,0,8982,0,0,0,0,0),(130048,28367,609,1,4,24719,0,1676.56,-5945.14,126.882,1.18682,360,0,0,8982,0,0,0,0,0),(130049,28367,609,1,4,24719,0,2512.59,-5559.44,376.989,2.56563,360,0,0,8982,0,0,0,0,0),(130050,28367,609,1,4,24719,0,2379.56,-5577.76,420.727,1.0472,360,0,0,8982,0,0,0,0,0),(130051,28367,609,1,4,24719,0,2425.15,-5542.26,376.989,0.925025,360,0,0,8982,0,0,0,0,0),(130052,28884,609,1,4,0,1,2366.37,-5998.5,57.0106,2.47837,360,0,0,13495,0,0,0,0,0),(130053,28884,609,1,4,0,1,2217.28,-6014.45,10.3194,0.855211,360,0,0,13495,0,0,0,0,0),(130054,28884,609,1,4,0,1,2351.71,-6005.81,57.0106,2.49582,360,0,0,13495,0,0,0,0,0),(130055,28884,609,1,4,0,1,2227.24,-6024.47,8.8115,1.16937,360,0,0,13495,0,0,0,0,0),(130056,28884,609,1,4,0,1,2334.27,-6026.91,56.8732,2.44346,360,0,0,13495,0,0,0,0,0),(130057,28885,609,1,4,0,0,2346.96,-5991.77,57.0106,2.96706,360,0,0,13070,0,0,0,0,0),(130058,28885,609,1,4,0,0,2319.05,-6015.3,56.6754,2.14675,360,0,0,13070,0,0,0,0,0),(130059,28885,609,1,4,0,0,2201.88,-6021.94,8.32318,0.698132,360,0,0,13070,0,0,0,0,0),(130060,28885,609,1,4,0,0,2128.25,-6134.11,3.82621,4.29351,360,0,0,13070,0,0,0,0,0),(130061,28885,609,1,4,0,0,2262.74,-6086.28,5.73654,3.94444,360,0,0,13070,0,0,0,0,0),(130062,28885,609,1,4,0,0,2200.05,-6080.34,2.92569,4.43314,360,0,0,13070,0,0,0,0,0),(130063,28885,609,1,4,0,0,2206.59,-6137.73,5.45446,0.663225,360,0,0,13070,0,0,0,0,0),(130064,28885,609,1,4,0,0,2135.75,-6093.2,6.13887,2.19912,360,0,0,13070,0,0,0,0,0),(130065,28885,609,1,4,0,0,2232.84,-6080.35,6.30116,4.67748,360,0,0,13070,0,0,0,0,0),(130066,28885,609,1,4,0,0,2266.38,-6130.26,2.40653,2.79253,360,0,0,13070,0,0,0,0,0),(130067,28885,609,1,4,0,0,2098.56,-6114.99,5.94551,2.18166,360,0,0,13070,0,0,0,0,0),(130068,28885,609,1,4,0,0,2295.77,-6126.52,6.19526,3.00197,360,0,0,13070,0,0,0,0,0),(130069,28885,609,1,4,0,0,2086.42,-6135.82,5.07158,0.122173,360,0,0,13070,0,0,0,0,0),(130070,28885,609,1,4,0,0,2164.96,-6136.24,1.17301,2.11185,360,0,0,13070,0,0,0,0,0),(130071,28885,609,1,4,0,0,2231.65,-6134.98,4.72794,1.55334,360,0,0,13070,0,0,0,0,0),(130072,28885,609,1,4,0,0,2175.58,-6082.19,5.2366,1.81514,360,0,0,13070,0,0,0,0,0),(130073,28885,609,1,4,0,0,2236.29,-6047.2,6.55281,1.53589,360,0,0,13070,0,0,0,0,0),(130074,28885,609,1,4,0,0,2322.22,-5996.53,57.142,2.44346,360,0,0,13070,0,0,0,0,0),(130075,28885,609,1,4,0,0,2226.86,-6041.67,6.61973,1.41372,360,0,0,13070,0,0,0,0,0),(130076,28886,609,1,4,0,1,2137.21,-6122.73,2.12219,3.31613,360,0,0,13495,0,0,0,0,0),(130077,28886,609,1,4,0,1,2114.5,-6117.22,7.21268,5.96903,360,0,0,13495,0,0,0,0,0),(130078,28886,609,1,4,0,1,2118.48,-6146.63,3.38732,5.81195,360,0,0,13495,0,0,0,0,0),(130079,28886,609,1,4,0,1,2171.38,-6154.02,1.28093,3.97935,360,0,0,13495,0,0,0,0,0),(130080,28886,609,1,4,0,1,2183.63,-6141.77,3.01034,0.680678,360,0,0,13495,0,0,0,0,0),(130081,28886,609,1,4,0,1,2189.44,-6150.24,4.17737,0.645772,360,0,0,13495,0,0,0,0,0),(130082,28886,609,1,4,0,1,2208.11,-6158.66,1.69996,3.7001,360,0,0,13495,0,0,0,0,0),(130083,28886,609,1,4,0,1,2229.7,-6156.92,1.31493,3.47321,360,0,0,13495,0,0,0,0,0),(130084,28886,609,1,4,0,1,2219.73,-6137.17,4.86402,2.51327,360,0,0,13495,0,0,0,0,0),(130085,28886,609,1,4,0,1,2206.76,-6125.98,5.07853,2.75762,360,0,0,13495,0,0,0,0,0),(130086,28886,609,1,4,0,1,2194.99,-6125.04,2.54778,2.56563,360,0,0,13495,0,0,0,0,0),(130087,28886,609,1,4,0,1,2160.55,-6121.64,1.45719,5.51524,360,0,0,13495,0,0,0,0,0),(130088,28886,609,1,4,0,1,2150.86,-6109.84,4.34514,6.10865,360,0,0,13495,0,0,0,0,0),(130089,28886,609,1,4,0,1,2128.97,-6097.62,6.21681,2.96706,360,0,0,13495,0,0,0,0,0),(130090,28886,609,1,4,0,1,2112.52,-6084.84,4.92847,3.64774,360,0,0,13495,0,0,0,0,0),(130091,28886,609,1,4,0,1,2136.27,-6072.46,5.56214,1.48353,360,0,0,13495,0,0,0,0,0),(130092,28886,609,1,4,0,1,2218.41,-6088.57,4.30609,0.907571,360,0,0,13495,0,0,0,0,0),(130093,28886,609,1,4,0,1,2201.9,-6093.69,1.90293,6.10865,360,0,0,13495,0,0,0,0,0),(130094,28886,609,1,4,0,1,2191.18,-6114.27,1.34023,5.39307,360,0,0,13495,0,0,0,0,0),(130095,28886,609,1,4,0,1,2170.93,-6115.21,1.94226,3.66519,360,0,0,13495,0,0,0,0,0),(130096,28886,609,1,4,0,1,2159.71,-6097.88,6.29264,0.942478,360,0,0,13495,0,0,0,0,0),(130097,28886,609,1,4,0,1,2187.99,-6089.16,2.36554,2.54818,360,0,0,13495,0,0,0,0,0),(130098,28886,609,1,4,0,1,2182.86,-6079.53,4.50276,4.08407,360,0,0,13495,0,0,0,0,0),(130099,28886,609,1,4,0,1,2217.74,-6110.89,4.80016,1.79769,360,0,0,13495,0,0,0,0,0),(130100,28886,609,1,4,0,1,2230.66,-6095.74,6.12195,2.80998,360,0,0,13495,0,0,0,0,0),(130101,28886,609,1,4,0,1,2240.84,-6134.04,5.00802,2.07694,360,0,0,13495,0,0,0,0,0),(130102,28886,609,1,4,0,1,2239.16,-6141.73,2.99271,1.8675,360,0,0,13495,0,0,0,0,0),(130103,28886,609,1,4,0,1,2246.49,-6151,2.08513,2.16421,360,0,0,13495,0,0,0,0,0),(130104,28886,609,1,4,0,1,2261.75,-6146.89,2.14056,2.37365,360,0,0,13495,0,0,0,0,0),(130105,28886,609,1,4,0,1,2254.01,-6124.65,5.83111,2.86234,360,0,0,13495,0,0,0,0,0),(130106,28886,609,1,4,0,1,2282.68,-6127.07,3.21213,4.10152,360,0,0,13495,0,0,0,0,0),(130107,28886,609,1,4,0,1,2277.69,-6109.88,5.38795,0.20944,360,0,0,13495,0,0,0,0,0),(130108,28886,609,1,4,0,1,2160.9,-6068.1,5.51521,1.62316,360,0,0,13495,0,0,0,0,0),(130109,28886,609,1,4,0,1,2249.84,-6081.66,6.25368,5.55015,360,0,0,13495,0,0,0,0,0),(130110,28886,609,1,4,0,1,2205.17,-6063.2,5.8234,6.03884,360,0,0,13495,0,0,0,0,0),(130111,28886,609,1,4,0,1,2233.35,-6068.73,5.90721,0.541052,360,0,0,13495,0,0,0,0,0),(130112,28887,609,1,4,25723,0,2104.74,-6179.82,13.47,1.22173,360,0,0,20910,2117,0,0,0,0),(130113,28887,609,1,4,25723,0,2253.24,-6193.09,13.4068,1.85005,360,0,0,20910,2117,0,0,0,0),(130114,28887,609,1,4,25723,0,2264.77,-6189.18,13.6959,1.8326,360,0,0,20910,2117,0,0,0,0),(130115,28887,609,1,4,25723,0,2259.07,-6191.02,13.4886,1.8326,360,0,0,20910,2117,0,0,0,0),(130116,28887,609,1,4,25723,0,2116.39,-6183.81,13.7587,1.22173,360,0,0,20910,2117,0,0,0,0),(130117,28887,609,1,4,25723,0,2110.8,-6181.86,13.5539,1.25664,360,0,0,20910,2117,0,0,0,0),(130118,28889,609,1,4,25351,0,2517.99,-5954.03,109.598,4.39807,360,5,0,8982,3155,1,0,0,0),(130119,28889,609,1,4,25351,0,2431.76,-5889.06,105.099,4.90656,360,5,0,8982,3155,1,0,0,0),(130120,28889,609,1,4,25351,0,2271.62,-5947.08,71.7766,2.11694,360,5,0,8982,3155,1,0,0,0),(130121,28890,609,1,4,24084,0,2185.94,-5707.41,107.413,1.6444,360,5,0,126000,39940,1,0,0,0),(130122,28891,609,1,4,2528,1,2479.23,-6009.87,94.8772,5.8294,360,0,0,891,0,0,0,0,0),(130123,28891,609,1,4,2528,1,2464.16,-6016.52,94.1987,4.97419,360,0,0,891,0,0,0,0,0),(130124,28891,609,1,4,2528,1,2422.37,-5967.98,96.6479,4.27606,360,0,0,891,0,0,0,0,0),(130125,28891,609,1,4,2528,1,2437.78,-5981.74,97.1232,3.97935,360,0,0,891,0,0,0,0,0),(130126,28891,609,1,4,2528,1,2475.49,-6003.86,118.794,3.9619,360,0,0,891,0,0,0,0,0),(130127,28891,609,1,4,2528,1,2460.27,-5950.55,96.0507,1.02974,360,0,0,891,0,0,0,0,0),(130128,28891,609,1,4,2528,1,2458.37,-5990.88,96.7546,4.74729,360,0,0,891,0,0,0,0,0),(130129,28891,609,1,4,2528,1,2426.66,-5959.67,97.2492,0.436332,360,0,0,891,0,0,0,0,0),(130130,28891,609,1,4,2528,1,2452.76,-5959.37,96.2271,0.925025,360,0,0,891,0,0,0,0,0),(130131,28891,609,1,4,2528,1,2465.79,-5963.39,97.6519,0.558505,360,0,0,891,0,0,0,0,0),(130132,28891,609,1,4,2528,1,2451.12,-6008.63,91.3351,2.14675,360,0,0,891,0,0,0,0,0),(130133,28891,609,1,4,2528,1,2486.67,-5982.83,95.5758,4.17134,360,0,0,891,0,0,0,0,0),(130134,28891,609,1,4,2528,1,2484.86,-5970.32,96.1356,1.90241,360,0,0,891,0,0,0,0,0),(130135,28891,609,1,4,2528,1,2434.15,-5974.69,96.3418,3.90954,360,0,0,891,0,0,0,0,0),(130136,28891,609,1,4,2528,1,2488.44,-6004.69,119.44,5.35816,360,0,0,891,0,0,0,0,0),(130137,28891,609,1,4,2528,1,2485,-5994.96,96.0948,2.96706,360,0,0,891,0,0,0,0,0),(130138,28891,609,1,4,2528,1,2461.39,-5950.83,115.922,3.9968,360,0,0,891,0,0,0,0,0),(130139,28891,609,1,4,2528,1,2461.07,-5935.23,116.284,1.98968,360,0,0,891,0,0,0,0,0),(130140,28891,609,1,4,2528,1,2464.4,-5980.51,114.289,3.80482,360,0,0,891,0,0,0,0,0),(130141,28891,609,1,4,2528,1,2436.89,-5942.78,119.827,3.66519,360,0,0,891,0,0,0,0,0),(130142,28891,609,1,4,2528,1,2468.88,-5970.64,115.805,3.15905,360,0,0,891,0,0,0,0,0),(130143,28891,609,1,4,2528,1,2517.07,-5956.88,109.371,3.24631,360,0,0,891,0,0,0,0,0),(130144,28891,609,1,4,2528,1,2486.3,-5965.23,116.152,5.14872,360,0,0,891,0,0,0,0,0),(130145,28891,609,1,4,2528,1,2526.57,-5950.11,109.551,5.60251,360,0,0,891,0,0,0,0,0),(130146,28891,609,1,4,2528,1,2537.21,-5993.02,103.205,1.67552,360,0,0,891,0,0,0,0,0),(130147,28891,609,1,4,2528,1,2509.34,-5929.94,114.779,1.25664,360,0,0,891,0,0,0,0,0),(130148,28891,609,1,4,2528,1,2532.47,-5943,109.877,1.97222,360,0,0,891,0,0,0,0,0),(130149,28891,609,1,4,2528,1,2522.35,-5971.93,116.689,1.46608,360,0,0,891,0,0,0,0,0),(130150,28891,609,1,4,2528,1,2523.45,-5966.65,105.813,6.10865,360,0,0,891,0,0,0,0,0),(130151,28891,609,1,4,2528,1,2519.51,-5976.06,105.229,3.36848,360,0,0,891,0,0,0,0,0),(130152,28891,609,1,4,2528,1,2480.58,-5979.55,115.063,2.09439,360,0,0,891,0,0,0,0,0),(130153,28891,609,1,4,2528,1,2520.47,-5987.33,104.76,2.74017,360,0,0,891,0,0,0,0,0),(130154,28891,609,1,4,2528,1,2508.55,-5986.1,118.073,5.91667,360,0,0,891,0,0,0,0,0),(130155,28891,609,1,4,2528,1,2473.47,-5983.51,96.9304,5.88176,360,0,0,891,0,0,0,0,0),(130156,28891,609,1,4,2528,1,2436.42,-5965.65,96.3953,1.36136,360,0,0,891,0,0,0,0,0),(130157,28891,609,1,4,2528,1,2543.02,-5959.86,115.764,1.93731,360,0,0,891,0,0,0,0,0),(130158,28891,609,1,4,2528,1,2538.22,-5975,115.569,5.46288,360,0,0,891,0,0,0,0,0),(130159,28891,609,1,4,2528,1,2507.14,-5996.2,100.331,3.52556,360,0,0,891,0,0,0,0,0),(130160,28891,609,1,4,2528,1,2534.05,-5980.38,103.653,0.785398,360,0,0,891,0,0,0,0,0),(130161,28891,609,1,4,2528,1,2505.15,-5982.52,97.6264,0.959931,360,0,0,891,0,0,0,0,0),(130162,28891,609,1,4,2528,1,2476.7,-5971.91,96.3624,1.23918,360,0,0,891,0,0,0,0,0),(130163,28891,609,1,4,2528,1,2519.9,-6005.4,104.363,5.16617,360,0,0,891,0,0,0,0,0),(130164,28891,609,1,4,2528,1,2446.92,-5960.85,96.5203,3.14159,360,0,0,891,0,0,0,0,0),(130165,28891,609,1,4,2528,1,2409.1,-5943.09,97.219,4.4855,360,0,0,891,0,0,0,0,0),(130166,28891,609,1,4,2528,1,2499.66,-5977.67,96.7527,0.855211,360,0,0,891,0,0,0,0,0),(130167,28891,609,1,4,2528,1,2414.57,-5954.21,98.1787,3.22886,360,0,0,891,0,0,0,0,0),(130168,28891,609,1,4,2528,1,2427.52,-5947.82,96.3617,6.00393,360,0,0,891,0,0,0,0,0),(130169,28891,609,1,4,2528,1,2476.29,-5932.71,115.954,1.13446,360,0,0,891,0,0,0,0,0),(130170,28891,609,1,4,2528,1,2421.11,-5934.04,96.6283,1.8326,360,0,0,891,0,0,0,0,0),(130171,28891,609,1,4,2528,1,2434.63,-5929.26,96.9767,2.46091,360,0,0,891,0,0,0,0,0),(130172,28891,609,1,4,2528,1,2440.4,-5932.44,96.57,5.51524,360,0,0,891,0,0,0,0,0),(130173,28891,609,1,4,2528,1,2445.58,-5922.19,100.143,6.05629,360,0,0,891,0,0,0,0,0),(130174,28891,609,1,4,2528,1,2436.31,-5912.19,103.767,3.50811,360,0,0,891,0,0,0,0,0),(130175,28891,609,1,4,2528,1,2465.5,-5928.58,115.593,3.22886,360,0,0,891,0,0,0,0,0),(130176,28891,609,1,4,2528,1,2487.81,-5931.38,117.271,1.309,360,0,0,891,0,0,0,0,0),(130177,28891,609,1,4,2528,1,2474.3,-5926.99,115.979,1.0472,360,0,0,891,0,0,0,0,0),(130178,28891,609,1,4,2528,1,2498.4,-5934.94,115.495,4.29351,360,0,0,891,0,0,0,0,0),(130179,28891,609,1,4,2528,1,2494.69,-5946.9,116.071,0.244346,360,0,0,891,0,0,0,0,0),(130180,28891,609,1,4,2528,1,2513.63,-5945.26,111.74,3.75246,360,0,0,891,0,0,0,0,0),(130181,28891,609,1,4,2528,1,2416.01,-5920.75,111.375,3.40339,360,0,0,891,0,0,0,0,0),(130182,28891,609,1,4,2528,1,2409.43,-5927.6,112.395,0.349066,360,0,0,891,0,0,0,0,0),(130183,28891,609,1,4,2528,1,2389.6,-5901.94,109.095,4.5204,360,0,0,891,0,0,0,0,0),(130184,28891,609,1,4,2528,1,2390.2,-5910.26,109.99,2.33874,360,0,0,891,0,0,0,0,0),(130185,28891,609,1,4,2528,1,2389.83,-5928.23,110.395,0.226893,360,0,0,891,0,0,0,0,0),(130186,28891,609,1,4,2528,1,2433.06,-5886.45,104.694,4.31096,360,0,0,891,0,0,0,0,0),(130187,28891,609,1,4,2528,1,2445.03,-5904.93,103.039,0.226893,360,0,0,891,0,0,0,0,0),(130188,28892,609,1,4,24570,1,2304.26,-5816.47,101.314,5.93412,360,0,0,891,0,0,0,0,0),(130189,28892,609,1,4,24572,1,2191.98,-5886.71,101.139,4.06662,360,0,0,891,0,0,0,0,0),(130190,28892,609,1,4,24571,1,2165.35,-5882.17,101.415,5.63741,360,0,0,891,0,0,0,0,0),(130191,28892,609,1,4,24572,1,2177.71,-5913.25,100.743,2.16421,360,0,0,891,0,0,0,0,0),(130192,28892,609,1,4,24571,1,2361.17,-5853.81,103.761,1.8675,360,0,0,891,0,0,0,0,0),(130193,28892,609,1,4,24570,1,2329.09,-5842.7,101.56,0.558505,360,0,0,891,0,0,0,0,0),(130194,28892,609,1,4,24573,1,2293.48,-5834.82,101.018,1.65806,360,0,0,891,0,0,0,0,0),(130195,28892,609,1,4,24573,1,2372.51,-5849.39,105.677,0.767945,360,0,0,891,0,0,0,0,0),(130196,28892,609,1,4,24573,1,2148.43,-5739.88,100.51,0.506145,360,0,0,891,0,0,0,0,0),(130197,28892,609,1,4,24571,1,2192.61,-5737.77,102.428,0.471239,360,0,0,891,0,0,0,0,0),(130198,28892,609,1,4,24573,1,2284.15,-5866.68,100.998,3.15905,360,0,0,891,0,0,0,0,0),(130199,28892,609,1,4,24573,1,2146.9,-5890.94,101.46,1.85005,360,0,0,891,0,0,0,0,0),(130200,28892,609,1,4,24570,1,2344.39,-5851.09,101.099,1.62316,360,0,0,891,0,0,0,0,0),(130201,28892,609,1,4,24570,1,2137.56,-5786.69,99.4218,0.296706,360,0,0,891,0,0,0,0,0),(130202,28892,609,1,4,24570,1,2233.25,-5766.01,101.574,5.35816,360,0,0,891,0,0,0,0,0),(130203,28892,609,1,4,24573,1,2339.02,-5913.92,104.804,2.82743,360,0,0,891,0,0,0,0,0),(130204,28892,609,1,4,24573,1,2369.79,-5922.57,109.651,4.88692,360,0,0,891,0,0,0,0,0),(130205,28892,609,1,4,24572,1,2200.91,-5783.51,101.479,3.59538,360,0,0,891,0,0,0,0,0),(130206,28892,609,1,4,24571,1,2192.01,-5777.69,101.436,3.7001,360,0,0,891,0,0,0,0,0),(130207,28892,609,1,4,24572,1,2096.07,-5826.66,101.922,6.24828,360,0,0,891,0,0,0,0,0),(130208,28892,609,1,4,24572,1,2343.6,-5918,108.213,3.735,360,0,0,891,0,0,0,0,0),(130209,28892,609,1,4,24573,1,2085.71,-5754.19,99.4143,1.309,360,0,0,891,0,0,0,0,0),(130210,28892,609,1,4,24571,1,2206.73,-5746.79,102.607,0.610865,360,0,0,891,0,0,0,0,0),(130211,28892,609,1,4,24571,1,2235.58,-5752.61,101.964,0,360,0,0,891,0,0,0,0,0),(130212,28892,609,1,4,24570,1,2122.01,-5732.88,100.028,4.45059,360,0,0,891,0,0,0,0,0),(130213,28892,609,1,4,24572,1,2133.73,-5767.64,98.6665,5.14872,360,0,0,891,0,0,0,0,0),(130214,28892,609,1,4,24571,1,2155.96,-5775.28,100.821,5.18363,360,0,0,891,0,0,0,0,0),(130215,28892,609,1,4,24573,1,2106.31,-5753.72,99.3747,3.735,360,0,0,891,0,0,0,0,0),(130216,28892,609,1,4,24572,1,2126.53,-5746.86,99.1386,2.21657,360,0,0,891,0,0,0,0,0),(130217,28892,609,1,4,24570,1,2245.71,-5913.37,99.831,4.86947,360,0,0,891,0,0,0,0,0),(130218,28892,609,1,4,24571,1,2283.39,-5836.64,101.018,0.977384,360,0,0,891,0,0,0,0,0),(130219,28893,609,1,4,0,0,2288.24,-5847.92,101.018,1.3439,360,0,0,2453,0,0,0,0,0),(130220,28893,609,1,4,0,0,2077.94,-5743.87,99.5709,3.42085,360,0,0,2453,0,0,0,0,0),(130221,28893,609,1,4,0,0,2189.88,-5763.31,101.627,6.00393,360,0,0,2453,0,0,0,0,0),(130222,28893,609,1,4,0,0,2146.88,-5849.63,101.43,4.34587,360,0,0,2453,0,0,0,0,0),(207159,23531,530,1,1,0,0,9309.67,-7298.32,14.3694,4.5797,120,5,0,1,0,1,0,0,0),(207158,23531,530,1,1,0,0,9296.72,-7271.14,16.1473,6.2117,120,5,0,1,0,1,0,0,0),(207157,23531,530,1,1,0,0,9296.45,-7210.61,16.349,2.1851,120,5,0,1,0,1,0,0,0),(207156,23531,530,1,1,0,0,9295.88,-7225.33,16.7466,3.1567,120,5,0,1,0,1,0,0,0),(130227,28895,609,1,4,0,1,2131.77,-5680.34,101.919,0.191986,360,0,0,1962,1982,0,0,0,0),(130228,28895,609,1,4,0,1,2169.85,-5863.06,101.453,1.53589,360,0,0,1962,1982,0,0,0,0),(130229,28895,609,1,4,0,1,2212.84,-5784.2,101.733,2.80998,360,0,0,1962,1982,0,0,0,0),(130230,28895,609,1,4,0,1,2403.13,-5865.98,104.728,4.5204,360,0,0,1962,1982,0,0,0,0),(130231,28895,609,1,4,0,1,2177.98,-5776.53,101.523,3.66519,360,0,0,1962,1982,0,0,0,0),(130232,28895,609,1,4,0,1,2233.53,-5884.43,100.656,0.261799,360,0,0,1962,1982,0,0,0,0),(130233,28896,609,1,4,0,1,2438.4,-5852.58,110.702,1.39626,360,0,0,2453,0,0,0,0,0),(130234,28896,609,1,4,0,1,2414.23,-5913.45,111.088,3.87463,360,0,0,2453,0,0,0,0,0),(130235,28896,609,1,4,0,1,2424.78,-5845.34,109.623,1.16937,360,0,0,2453,0,0,0,0,0),(130236,28896,609,1,4,0,1,2146.33,-5670.97,110.68,0.401426,360,0,0,2453,0,0,0,0,0),(130237,28896,609,1,4,0,1,2154.99,-5686.17,106.48,0.698132,360,0,0,2453,0,0,0,0,0),(130238,28896,609,1,4,0,1,2390.36,-5844.64,108.89,5.39307,360,0,0,2453,0,0,0,0,0),(130239,28896,609,1,4,0,1,2252.52,-5820.55,101.092,0.558505,360,0,0,2453,0,0,0,0,0),(130240,28896,609,1,4,0,1,2183.23,-5886.15,101.009,4.46804,360,0,0,2453,0,0,0,0,0),(130241,28896,609,1,4,0,1,2164.08,-5819.41,101.427,2.96706,360,0,0,2453,0,0,0,0,0),(130242,28896,609,1,4,0,1,2209.12,-5719.42,101.537,5.32325,360,0,0,2453,0,0,0,0,0),(130243,28896,609,1,4,0,1,2256.72,-5842.2,101.189,6.12611,360,0,0,2453,0,0,0,0,0),(130244,28896,609,1,4,0,1,2247.44,-5865.56,101.039,5.72468,360,0,0,2453,0,0,0,0,0),(130245,28896,609,1,4,0,1,2177.79,-5862.86,101.43,3.03687,360,0,0,2453,0,0,0,0,0),(130246,28896,609,1,4,0,1,2227.59,-5801.11,101.466,1.11701,360,0,0,2453,0,0,0,0,0),(130247,28896,609,1,4,0,1,2207.63,-5790.8,101.523,1.22173,360,0,0,2453,0,0,0,0,0),(130248,28896,609,1,4,0,1,2186.69,-5875.93,101.252,3.7001,360,0,0,2453,0,0,0,0,0),(130249,28896,609,1,4,0,1,2169.74,-5838.9,101.433,3.4383,360,0,0,2453,0,0,0,0,0),(130250,28896,609,1,4,0,1,2182.15,-5797.63,101.388,2.00713,360,0,0,2453,0,0,0,0,0),(130251,28896,609,1,4,0,1,2130.85,-5705.54,100.923,0.698132,360,0,0,2453,0,0,0,0,0),(130252,28386,609,1,4,16107,0,2451.04,-5525.14,428.657,5.5676,360,0,0,2371,0,0,0,0,0),(130253,28386,609,1,4,16148,0,2384.4,-5569.27,428.596,5.07891,360,0,0,2371,0,0,0,0,0),(130254,28386,609,1,4,16093,0,2392.86,-5560.8,428.596,3.66519,360,0,0,2371,0,0,0,0,0),(130255,28386,609,1,4,16093,0,2394.28,-5560.19,428.514,5.89572,360,0,0,2371,0,0,0,0,0),(130256,28898,609,1,4,0,1,2423.73,-5860.27,106.045,1.0472,360,0,0,2533,0,0,0,0,0),(130257,28898,609,1,4,0,1,2290.73,-5815.77,101.122,0.366519,360,0,0,2533,0,0,0,0,0),(130258,28898,609,1,4,0,1,2160.82,-5895.78,101.253,4.03171,360,0,0,2533,0,0,0,0,0),(130259,28898,609,1,4,0,1,2129.43,-5787.02,98.9118,0.925025,360,0,0,2533,0,0,0,0,0),(130260,28898,609,1,4,0,1,2394.86,-5849.88,107.518,1.27409,360,0,0,2533,0,0,0,0,0),(130261,28898,609,1,4,0,1,2091.98,-5772.11,99.2001,4.13643,360,0,0,2533,0,0,0,0,0),(130262,28901,609,1,4,25278,0,2210.26,-5840.7,101.428,2.35619,360,0,0,26140,0,0,0,0,0),(130263,28901,609,1,4,25278,0,2207.17,-5841.35,101.488,1.43117,360,0,0,26140,0,0,0,0,0),(130264,28901,609,1,4,25445,0,2190.55,-5870.91,101.382,2.51327,360,0,0,26140,0,0,0,0,0),(130265,28901,609,1,4,25678,0,2199.98,-5871.52,101.408,4.34587,360,0,0,26140,0,0,0,0,0),(130266,28901,609,1,4,25678,0,2212.25,-5881.55,101.11,4.59022,360,0,0,26140,0,0,0,0,0),(130267,28901,609,1,4,25678,0,2215.81,-5887.89,100.89,4.74729,360,0,0,26140,0,0,0,0,0),(130268,28901,609,1,4,25278,0,2232.4,-5818.69,101.392,2.26893,360,0,0,26140,0,0,0,0,0),(130269,28901,609,1,4,25445,0,2206.52,-5832.83,101.476,5.044,360,0,0,26140,0,0,0,0,0),(130270,28901,609,1,4,25445,0,2181.54,-5869.1,101.384,6.21337,360,0,0,26140,0,0,0,0,0),(130271,28901,609,1,4,25445,0,2223.99,-5811.7,101.436,0.820305,360,0,0,26140,0,0,0,0,0),(130272,28390,609,1,4,25359,0,2479.96,-5542.2,420.727,4.4855,360,0,0,2614,0,0,0,0,0),(130273,28390,609,1,4,25356,0,2516.38,-5584.72,421.47,0.10472,360,0,0,2614,0,0,0,0,0),(130274,28390,609,1,4,25358,0,2487.12,-5539.81,420.727,2.23402,360,0,0,2614,0,0,0,0,0),(207161,23531,530,1,1,0,0,9310.65,-7250.78,13.5687,2.2992,120,5,0,1,0,1,0,0,0),(130276,28391,609,1,4,25355,0,2520.24,-5599.18,420.727,3.71755,360,0,0,2614,0,0,0,0,0),(130277,28903,609,1,4,25785,0,1986.45,-5853.67,100.908,5.64926,360,5,0,3166,0,1,0,0,0),(130278,28903,609,1,4,25785,0,2043.39,-5855.43,101.327,2.86435,360,5,0,3166,0,1,0,0,0),(130279,28903,609,1,4,25785,0,1961.83,-5799.97,100.952,4.42554,360,0,0,3166,0,0,0,0,0),(130280,28903,609,1,4,25785,0,1947.26,-5845.37,100.46,0.370324,360,5,0,3166,0,1,0,0,0),(130281,28903,609,1,4,25785,0,1989.18,-5881.88,100.476,4.46001,360,5,0,3166,0,1,0,0,0),(130282,28903,609,1,4,25785,0,2001.14,-5810.53,100.622,5.50885,360,5,0,3166,0,1,0,0,0),(130283,28903,609,1,4,25785,0,2043.93,-5820.71,100.909,2.30822,360,5,0,3166,0,1,0,0,0),(130284,28391,609,1,4,25361,0,2520.34,-5588.22,420.727,1.0821,360,0,0,2614,0,0,0,0,0),(130285,28391,609,1,4,25360,0,2523.57,-5591.07,421.484,3.82227,360,0,0,2614,0,0,0,0,0),(130286,28392,609,1,5,0,0,2508.49,-5626.18,420.727,0.663225,360,0,0,2614,0,0,0,0,0),(130287,28392,609,1,5,0,0,2487.9,-5549.49,420.727,3.10669,360,0,0,2614,0,0,0,0,0),(130288,28392,609,1,5,0,0,2529.05,-5594.43,420.735,5.86431,360,0,0,2614,0,0,0,0,0),(130289,28392,609,1,5,0,0,2490.95,-5550.02,420.727,5.79449,360,0,0,2614,0,0,0,0,0),(130290,28392,609,1,5,0,0,2525.41,-5583.9,420.735,3.31613,360,0,0,2614,0,0,0,0,0),(207160,23531,530,1,1,0,0,9310.04,-7233.34,14.712,5.3444,120,5,0,1,0,1,0,0,0),(130292,28392,609,1,5,0,0,2483.3,-5545.52,420.727,4.79965,360,0,0,2614,0,0,0,0,0),(130297,28905,609,1,4,25664,0,2118.48,-6146.63,3.38732,2.83807,360,0,0,1962,1982,0,0,0,0),(130298,28905,609,1,4,25664,0,2136.27,-6072.46,5.56214,0.645123,360,0,0,1962,1982,0,0,0,0),(130299,28905,609,1,4,25664,0,2114.5,-6117.22,7.21268,1.26845,360,0,0,1962,1982,0,0,0,0),(130300,28905,609,1,4,25664,0,2208.11,-6158.66,1.69996,0.573618,360,0,0,1962,1982,0,0,0,0),(130301,28905,609,1,4,25664,0,2217.74,-6110.89,4.80016,2.01763,360,0,0,1962,1982,0,0,0,0),(130302,28905,609,1,4,25664,0,2150.89,-6108.46,4.58038,4.15261,360,5,0,1962,1982,1,0,0,0),(130303,28905,609,1,4,25664,0,2222.04,-6104.53,4.9064,3.33018,360,5,0,1962,1982,1,0,0,0),(130304,28905,609,1,4,25664,0,2259.28,-6152.8,1.22597,4.64963,360,5,0,1962,1982,1,0,0,0),(130305,28905,609,1,4,25664,0,2282.68,-6127.07,3.21213,3.76635,360,0,0,1962,1982,0,0,0,0),(130306,28905,609,1,4,25664,0,2180.37,-6081.34,4.36858,2.5548,360,0,0,1962,1982,0,0,0,0),(130307,28905,609,1,4,25664,0,2227.24,-6024.47,8.8115,6.02913,360,0,0,1962,1982,0,0,0,0),(130308,28905,609,1,4,25664,0,2249.84,-6081.66,6.25368,3.35243,360,0,0,1962,1982,0,0,0,0),(130309,28905,609,1,4,25664,0,2351.71,-6005.81,57.0106,5.18255,360,0,0,1962,1982,0,0,0,0),(130310,28905,609,1,4,25664,0,2247.44,-5865.56,101.039,0.935653,360,0,0,1962,1982,0,0,0,0),(130311,28905,609,1,4,25664,0,2160.82,-5895.78,101.253,0.851188,360,0,0,1962,1982,0,0,0,0),(130312,28905,609,1,4,25664,0,2129.43,-5787.02,98.9118,5.38244,360,0,0,1962,1982,0,0,0,0),(130313,28905,609,1,4,25664,0,2233.25,-5766.01,101.574,3.61247,360,0,0,1962,1982,0,0,0,0),(130314,28905,609,1,4,25664,0,2175.11,-5913.85,100.694,0.071777,360,0,0,1962,1982,0,0,0,0),(130315,28905,609,1,4,25664,0,2361.17,-5853.81,103.761,1.30813,360,0,0,1962,1982,0,0,0,0),(130316,28905,609,1,4,25664,0,2252.52,-5820.55,101.092,1.97309,360,0,0,1962,1982,0,0,0,0),(130317,28905,609,1,4,25664,0,2146.9,-5890.94,101.46,0.722672,360,0,0,1962,1982,0,0,0,0),(130318,28905,609,1,4,25664,0,2385.43,-5908.23,109.352,1.72788,360,0,0,1962,1982,0,0,0,0),(130319,28905,609,1,4,25664,0,2169.85,-5863.06,101.453,6.17388,360,0,0,1962,1982,0,0,0,0),(130320,28905,609,1,4,25664,0,2192.01,-5777.69,101.436,3.75954,360,0,0,1962,1982,0,0,0,0),(130321,28905,609,1,4,25664,0,2187.08,-5771.26,101.433,3.58731,360,0,0,1962,1982,0,0,0,0),(130322,28905,609,1,4,25664,0,2339.02,-5913.92,104.804,5.63617,360,0,0,1962,1982,0,0,0,0),(130323,28905,609,1,4,25664,0,2394.86,-5849.88,107.518,3.06958,360,0,0,1962,1982,0,0,0,0),(130324,28905,609,1,4,25664,0,2096.07,-5826.66,101.922,2.45318,360,0,0,1962,1982,0,0,0,0),(130325,28905,609,1,4,25664,0,2085.71,-5754.19,99.4143,4.76781,360,0,0,1962,1982,0,0,0,0),(130326,28905,609,1,4,25664,0,2122.01,-5732.88,100.028,1.13898,360,0,0,1962,1982,0,0,0,0),(130327,28905,609,1,4,25664,0,2126.45,-5684.16,101.318,3.7001,360,0,0,1962,1982,0,0,0,0),(130328,28905,609,1,4,25664,0,2148.43,-5739.88,100.51,1.26079,360,0,0,1962,1982,0,0,0,0),(130330,28905,609,1,4,25664,0,2177.98,-5776.53,101.523,0.647462,360,0,0,1962,1982,0,0,0,0),(130331,28905,609,1,4,25664,0,2250.92,-5814.02,101.066,1.06465,360,0,0,1962,1982,0,0,0,0),(130338,28906,609,1,4,17166,0,1778.49,-5787.91,117.415,1.74612,360,5,0,4906,0,1,0,0,0),(130339,28906,609,1,4,17166,0,1803.07,-5936.24,119.386,-0.814934,360,5,0,4906,0,1,0,0,0),(130340,28906,609,1,4,17166,0,1797.58,-5821.33,113.777,-2.34503,360,5,0,4906,0,1,0,0,0),(130341,28906,609,1,4,17166,0,1801.74,-5835.58,121.331,-2.45283,360,5,0,4906,0,1,0,0,0),(130342,28906,609,1,4,17166,0,1827.43,-5922.06,111.616,1.26352,360,5,0,4906,0,1,0,0,0),(130343,28906,609,1,4,17166,0,1805.05,-5810.82,128.381,3.26443,360,5,0,4906,0,1,0,0,0),(130344,28907,609,1,4,25514,0,2316.65,-5738.61,155.981,0.733038,360,0,0,9610,0,0,0,0,0),(130345,28908,609,1,4,16416,1,2307,-5732.16,153.963,0.575959,360,0,0,126000,0,0,0,0,0),(130346,28909,609,1,4,25684,1,2417.07,-5781.37,147.058,5.20108,360,0,0,4574,0,0,0,0,0),(130347,28909,609,1,4,25684,1,2428.97,-5776.66,145.895,5.11381,360,0,0,4574,0,0,0,0,0),(130348,28909,609,1,4,25684,1,2289.22,-5662.55,147.981,3.22886,360,0,0,4574,0,0,0,0,0),(130349,28909,609,1,4,25684,1,2207.53,-5659.04,121.79,3.81575,360,0,0,4574,0,2,0,0,0),(130350,28909,609,1,4,25684,1,2371.2,-5721.08,153.96,2.34193,360,0,0,4574,0,2,0,0,0),(130351,28909,609,1,4,25684,1,2286.89,-5637.16,146.353,3.61283,360,0,0,4574,0,0,0,0,0),(130352,28910,609,1,4,6380,1,1876.44,-5777.14,85.0903,1.5708,360,0,0,139450,4258,0,0,0,0),(130353,28911,609,1,4,25338,0,1879.4,-5765.1,83.8607,4.66003,360,0,0,96100,0,0,0,0,0),(130354,28912,609,1,4,25844,0,1655.97,-6038.76,128.758,3.15905,360,0,0,392100,0,0,0,0,0),(130355,28913,609,1,4,25447,0,1397.51,-5827.42,137.271,5.48033,360,0,0,392100,0,0,0,0,0),(130356,28914,609,1,4,25448,0,1403.94,-5826.62,137.274,5.23599,360,0,0,392100,0,0,0,0,0),(207168,23531,530,1,1,0,0,9355.9,-7243.4,8.1439,2.2703,120,5,0,1,0,1,0,0,0),(207167,23531,530,1,1,0,0,9349.35,-7230.48,11.8178,1.1433,120,5,0,1,0,1,0,0,0),(207166,23531,530,1,1,0,0,9347.39,-7280.02,14.3329,5.2984,120,5,0,1,0,1,0,0,0),(130360,28919,609,1,4,16590,0,1982.74,-5815.54,101.112,5.51524,360,0,0,126000,39940,0,0,0,0),(130361,29185,609,1,128,0,0,2716.13,-5372.95,157.886,3.0722,360,0,0,26990,0,0,0,0,0),(130362,29185,609,1,128,0,0,2567.76,-5185.66,74.8526,5.07626,360,5,0,26990,0,1,0,0,0),(130363,29185,609,1,128,24997,0,2676.73,-5314.65,154.792,1.78743,360,5,0,26990,0,1,0,0,0),(130364,29185,609,1,128,0,0,2689.13,-5374.68,157.301,0.755571,360,5,0,26990,0,1,0,0,0),(130365,29185,609,1,128,24997,0,2627,-5503.77,158.005,3.735,360,0,0,26990,0,0,0,0,0),(130366,29185,609,1,128,25526,0,2677.64,-5316.94,155.144,4.1386,360,5,0,26990,0,1,0,0,0),(130367,29185,609,1,128,0,0,2688.54,-5388.15,157.515,4.90438,360,0,0,26990,0,0,0,0,0),(130368,29185,609,1,128,0,0,2647.18,-5506.82,159.31,0.279253,360,0,0,26990,0,0,0,0,0),(130369,29185,609,1,128,0,0,2649.31,-5449.86,157.01,2.74017,360,0,0,26990,0,0,0,0,0),(130370,29185,609,1,128,0,0,2626.03,-5467.76,157.405,2.53073,360,0,0,26990,0,0,0,0,0),(130371,29185,609,1,128,25526,0,2695.57,-5414.81,157.992,5.68977,360,0,0,26990,0,0,0,0,0),(130372,29185,609,1,128,0,0,2777.03,-5374.26,157.856,3.7001,360,0,0,26990,0,0,0,0,0),(130373,29185,609,1,128,0,0,2632.02,-5394.72,168.397,0.977384,360,0,0,26990,0,0,0,0,0),(130374,29185,609,1,128,0,0,2749.28,-5370.2,157.076,4.27606,360,0,0,26990,0,0,0,0,0),(130375,29186,609,1,128,0,0,2681.74,-5377.7,156.97,3.666,360,5,0,124475,0,1,0,0,0),(130376,29186,609,1,128,0,0,2723.56,-5356.07,159.613,0.84173,360,5,0,124475,0,1,0,0,0),(130377,29186,609,1,128,0,0,2670.89,-5457.02,156.945,5.4916,360,5,0,124475,0,1,0,0,0),(130378,29186,609,1,128,0,0,2745.8,-5501.26,162.07,0.118952,360,5,0,124475,0,1,0,0,0),(130379,29186,609,1,128,0,0,2726.07,-5498.8,162.02,2.04204,360,0,0,124475,0,0,0,0,0),(130380,29189,609,1,128,0,0,2810.53,-5372.7,163.048,0.426951,360,0,0,59835,0,0,0,0,0),(130381,29189,609,1,128,25627,0,2759.41,-5391.16,157.694,4.74801,360,0,0,59835,0,0,0,0,0),(130382,29189,609,1,128,0,0,2838.34,-5411.54,163.859,3.93045,360,0,0,59835,0,0,0,0,0),(130383,29189,609,1,128,25627,0,2706.68,-5458.84,157.192,1.63313,360,0,0,59835,0,0,0,0,0),(130384,29189,609,1,128,0,0,2651.24,-5430.21,157.547,3.96013,360,0,0,59835,0,0,0,0,0),(130385,29189,609,1,128,25287,0,2672.78,-5533.27,159.64,2.84826,360,0,0,59835,0,0,0,0,0),(130386,29189,609,1,128,25287,0,2656.71,-5529.99,159.803,5.91778,360,0,0,59835,0,0,0,0,0),(130387,29189,609,1,64,25664,0,2575.32,-5568.39,165.721,1.43166,360,0,0,59835,0,0,0,0,0),(130388,29189,609,1,128,25627,0,2776.23,-5459.93,159.518,3.94774,360,0,0,59835,0,0,0,0,0),(130389,29189,609,1,128,25287,0,2641.14,-5407.88,161.718,2.71901,360,0,0,59835,0,0,0,0,0),(130390,29189,609,1,128,25627,0,2779.88,-5419.81,161.869,0.144498,360,0,0,59835,0,0,0,0,0),(130391,29189,609,1,128,25287,0,2671.9,-5378.47,159.176,3.54402,360,0,0,59835,0,0,0,0,0),(1976472,30065,571,1,2,0,0,7278.9,-946.518,919.526,5.0719,300,0,0,121750,0,0,0,0,0),(130394,29191,609,1,128,0,0,2712.27,-5427.8,161.478,0.15708,360,0,0,8982,3155,0,0,0,0),(130395,29191,609,1,128,0,0,2712.77,-5373.77,157.672,2.92523,360,5,0,8982,3155,1,0,0,0),(130396,29191,609,1,128,0,0,2707.87,-5374.67,157.82,3.14004,360,5,0,8982,3155,1,0,0,0),(130397,29191,609,1,128,0,0,2722.8,-5434.87,161.477,1.55334,360,0,0,8982,3155,0,0,0,0),(130398,29191,609,1,128,0,0,2719.36,-5416.98,161.509,4.79965,360,0,0,8982,3155,0,0,0,0),(130399,29191,609,1,128,0,0,2730.03,-5424.25,161.482,3.35103,360,0,0,8982,3155,0,0,0,0),(130400,29192,609,1,64,17200,0,2721.14,-5425.86,166.317,5.75959,360,5,0,8982,3155,1,0,0,0),(130401,29192,609,1,64,17200,0,2289.35,-5327.34,115.946,4.5204,360,5,0,8982,3155,1,0,0,0),(130402,29193,609,1,128,0,0,2804.14,-5460,160.801,0.785398,360,0,0,4142,0,0,0,0,0),(130403,29193,609,1,128,0,0,2808.84,-5460.92,160.207,2.21657,360,0,0,4142,0,0,0,0,0),(130404,29193,609,1,128,0,0,2808.79,-5459.69,160.252,1.09956,360,0,0,4142,0,0,0,0,0),(130405,29193,609,1,128,0,0,2816.71,-5451.62,158.12,0.886593,360,5,0,4142,0,1,0,0,0),(213362,21949,530,1,1,0,0,-2634.42,2668.06,74.9564,4.62512,300,0,0,1,0,0,0,0,0),(213361,21754,530,1,1,0,0,-2738.65,2029.92,117.237,1.52196,300,0,0,1,0,2,0,0,0),(207184,39349,0,1,1,0,1,-5428.2,-628.023,394.846,4.72984,120,0,0,1,0,0,0,0,0),(213307,21961,530,1,1,0,0,-2743.21,2099,117.292,4.72582,300,0,0,1,0,2,0,0,0),(207187,39386,0,1,1,0,0,-5444.32,-665.155,393.801,2.16421,120,0,0,1,0,0,0,0,0),(207182,39349,0,1,1,0,1,-5427.79,-630.075,394.737,4.72984,120,0,0,1,0,0,0,0,0),(207180,39349,0,1,1,0,1,-5425.08,-635.295,394.436,4.72984,120,0,0,1,0,0,0,0,0),(207072,23528,530,1,1,0,0,-4052,-11888.8,-1.3939,4.311,120,5,0,1,0,1,0,0,0),(130414,32541,609,1,64,3019,0,2400.74,-5681.4,155.014,2.9147,360,0,0,1,0,0,0,0,0),(130415,32541,609,1,64,3019,0,2399.36,-5689.5,154.871,3.00197,360,0,0,1,0,0,0,0,0),(130416,32541,609,1,64,3019,0,2399.9,-5685.37,155.034,2.93215,360,0,0,1,0,0,0,0,0),(130417,32541,609,1,64,3019,0,2398.98,-5693.64,154.564,2.94961,360,0,0,1,0,0,0,0,0),(207102,23507,0,1,1,0,0,-9086.37,340.914,93.744,4.366,120,5,0,1,0,1,0,0,0),(75037,27336,571,1,1,0,0,3583.05,-1331.91,109.345,6.21278,120,5,0,1,0,1,0,0,0),(207101,23507,0,1,1,0,0,-9085.37,384.415,92.9885,3.3344,120,5,0,1,0,1,0,0,0),(207076,23527,1,1,1,0,0,10011.2,2206.96,1327.83,0.5328,120,5,0,1,0,1,0,0,0),(207075,23527,1,1,1,0,0,10009.1,2183.65,1329.43,0.6262,120,5,0,1,0,1,0,0,0),(207067,23528,530,1,1,0,0,-4023.23,-11855,0.0063,0.1636,120,5,0,1,0,1,0,0,0),(207068,23528,530,1,1,0,0,-4030.14,-11913.7,-2.268,3.9968,120,5,0,1,0,1,0,0,0),(207069,23528,530,1,1,0,0,-4030.34,-11900.6,-2.2471,6.0388,120,5,0,1,0,1,0,0,0),(130428,28481,609,1,64,11686,0,2493.6,-5642.61,423.428,5.8294,360,0,0,8982,0,0,0,0,0),(130429,28481,609,1,64,11686,0,2509.47,-5560.17,423.504,2.26893,360,0,0,8982,0,0,0,0,0),(130430,28481,609,1,64,11686,0,2426.99,-5544.25,423.497,4.83456,360,0,0,8982,0,0,0,0,0),(130431,28481,0,1,64,11686,0,2493.41,-5642.39,423.795,0.296706,360,0,0,8982,0,0,0,0,0),(130432,28481,0,1,64,11686,0,2427.14,-5544.37,423.518,3.28122,360,0,0,8982,0,0,0,0,0),(130433,28481,0,1,64,11686,0,2509.34,-5560.41,423.657,4.24115,360,0,0,8982,0,0,0,0,0),(207123,23529,1,1,1,0,0,-1343.42,238.24,8.2126,3.9833,120,5,0,1,0,1,0,0,0),(207122,23529,1,1,1,0,0,-1321.96,172.666,60.5251,2.1514,120,5,0,1,0,1,0,0,0),(207121,23529,1,1,1,0,0,-1315.66,257.344,12.995,3.2833,120,5,0,1,0,1,0,0,0),(207119,23529,1,1,1,0,0,-1272.77,250.878,23.8878,4.7491,120,5,0,1,0,1,0,0,0),(207120,23529,1,1,1,0,0,-1304.34,206.156,68.7646,3.1241,120,5,0,1,0,1,0,0,0),(207133,23530,0,1,1,0,0,1740.59,255.284,62.036,2.2236,120,5,0,1,0,1,0,0,0),(207132,23529,1,1,1,0,0,-1396.38,202.143,3.7117,1.7417,120,5,0,1,0,1,0,0,0),(207131,23529,1,1,1,0,0,-1394,143.523,22.3839,1.4817,120,5,0,1,0,1,0,0,0),(207130,23529,1,1,1,0,0,-1388.71,180.009,13.3426,1.7169,120,5,0,1,0,1,0,0,0),(207129,23529,1,1,1,0,0,-1382.15,159.465,28.8839,4.5626,120,5,0,1,0,1,0,0,0),(207128,23529,1,1,1,0,0,-1370.82,216.064,12.0867,3.0374,120,5,0,1,0,1,0,0,0),(207080,23527,1,1,1,0,0,9968.38,2137.05,1328.06,3.3922,120,5,0,1,0,1,0,0,0),(207079,23527,1,1,1,0,0,9967.02,2253.17,1334.84,0.4991,120,5,0,1,0,1,0,0,0),(128543,28490,609,1,69,0,1,2428.45,-5533.67,377.134,2.46091,120,0,0,1,0,0,0,0,0),(128542,28490,609,1,69,0,1,2426.26,-5532.29,377.05,2.11185,120,0,0,1,0,0,0,0,0),(128541,28490,609,1,69,0,1,2425.69,-5535.38,377.122,2.32129,120,0,0,1,0,0,0,0,0),(128540,28490,609,1,69,0,1,2423.28,-5534.07,377.04,2.18166,120,0,0,1,0,0,0,0,0),(128539,28490,609,1,69,0,1,2422.85,-5536.9,377.163,2.16421,120,0,0,1,0,0,0,0,0),(128538,28490,609,1,69,0,1,2420.65,-5535.74,377.031,2.0944,120,0,0,1,0,0,0,0,0),(128535,28490,609,1,69,0,1,2418,-5537.15,377.023,1.95477,120,0,0,1,0,0,0,0,0),(128536,28490,609,1,69,0,1,2418.02,-5539.93,377.136,1.90241,120,0,0,1,0,0,0,0,0),(128537,28490,609,1,69,0,1,2420.33,-5538.64,377.116,2.02458,120,0,0,1,0,0,0,0,0),(207148,23530,0,1,1,0,0,1805.65,284.603,70.483,1.2819,120,5,0,1,0,1,0,0,0),(207147,23530,0,1,1,0,0,1805.26,219.717,60.3543,2.1255,120,5,0,1,0,1,0,0,0),(207146,23530,0,1,1,0,0,1802.57,191.48,70.3996,3.5749,120,5,0,1,0,1,0,0,0),(207145,23530,0,1,1,0,0,1800.64,189.317,57.7717,6.1998,120,5,0,1,0,1,0,0,0),(207144,23530,0,1,1,0,0,1799.72,288.616,57.7717,6.0051,120,5,0,1,0,1,0,0,0),(207142,23530,0,1,1,0,0,1786.53,259.905,59.49,3.4324,120,5,0,1,0,1,0,0,0),(207143,23530,0,1,1,0,0,1795.69,327.128,70.82,5.2055,120,5,0,1,0,1,0,0,0),(207188,39396,0,1,1,0,0,-5447.55,-667.309,395.189,2.26893,120,0,0,1,0,0,0,0,0),(130467,31082,609,1,128,25496,0,2447.85,-5125.37,78.6562,1.79024,360,0,0,126000,0,0,0,0,0),(130468,31084,0,1,384,0,1,2375.38,-5650.72,382.523,0.575959,360,0,0,11156000,2129000,0,0,0,0),(130469,31088,0,1,384,0,1,2377.61,-5654.39,382.523,0.610865,360,0,0,2489500,0,0,0,0,0),(130470,31089,0,1,384,0,1,2373.14,-5647.37,382.523,0.680678,360,0,0,2489500,0,0,0,0,0),(130471,31094,0,1,384,0,1,2422.44,-5624.99,375.382,5.42797,360,0,0,15955,11445,0,0,537166592,32),(130472,31094,0,1,384,0,1,2441.8,-5612.99,366.903,3.82227,360,0,0,15955,11445,0,0,537166592,32),(130473,31094,0,1,384,0,1,2483.05,-5577.48,366.903,1.15192,360,0,0,15955,11445,0,0,537166592,32),(130474,31094,0,1,384,0,1,2403.64,-5642.05,377.12,4.93928,360,0,0,15955,11445,0,0,537166592,32),(130475,31094,0,1,384,0,1,2394.61,-5628.72,377.12,1.41372,360,0,0,15955,11445,0,0,537166592,32),(130476,31094,0,1,256,0,1,2469.21,-5586.86,414.257,2.07694,360,0,0,15955,11445,0,0,537166592,32),(130477,31094,0,1,256,0,1,2449.59,-5586.74,414.44,5.58505,360,0,0,15955,11445,0,0,537166592,32),(130478,31094,0,1,256,0,1,2449.49,-5593.03,414.255,2.94961,360,0,0,15955,11445,0,0,537166592,32),(130479,31094,0,1,384,0,1,2474.94,-5618.47,366.903,4.4855,360,0,0,15955,11445,0,0,537166592,32),(130480,31094,0,1,384,0,1,2435.77,-5581.91,366.903,5.28835,360,0,0,15955,11445,0,0,537166592,32),(130481,31094,0,1,384,0,1,2425.26,-5542.57,376.989,2.58309,360,0,0,15955,11445,0,0,537166592,32),(130482,31094,0,1,256,0,1,2462.85,-5605.92,414.439,5.72468,360,0,0,15955,11445,0,0,537166592,32),(130483,31094,0,1,384,0,1,2409.92,-5624.33,376.99,0.575959,360,0,0,15955,11445,0,0,537166592,32),(130484,31094,0,1,256,0,1,2471.42,-5600.35,414.479,0.191986,360,0,0,15955,11445,0,0,537166592,32),(130485,31094,0,1,256,0,1,2412.25,-5624.19,420.657,0.639379,360,0,0,15955,11445,0,0,0,0),(130486,31094,0,1,256,0,1,2416.74,-5629.35,420.649,0.628319,360,0,0,15955,11445,0,0,0,0),(130487,31094,0,1,256,26000,1,2415.66,-5626.65,420.65,0.610865,360,0,0,15955,11445,0,0,0,0),(130488,31094,0,1,256,26001,1,2411.52,-5620.9,420.657,0.593412,360,0,0,15955,11445,0,0,0,0),(130489,31095,0,1,256,0,0,2434.96,-5598.95,430.977,2.97419,360,5,0,24852,0,1,0,0,0),(130490,31095,0,1,256,0,0,2493.88,-5620.74,432.943,0.287214,360,5,0,24852,0,1,0,0,0),(130491,31095,0,1,256,0,0,2446.4,-5580.25,427.061,5.02554,360,5,0,24852,0,1,0,0,0),(130492,31095,0,1,256,0,0,2445.55,-5629.95,432.952,5.86248,360,5,0,24852,0,1,0,0,0),(130493,31095,0,1,256,0,0,2430.56,-5565.45,430.976,0.731252,360,5,0,24852,0,1,0,0,0),(130494,31095,0,1,256,0,0,2460.74,-5633.36,432.797,0.155296,360,5,0,24852,0,1,0,0,0),(130495,31096,0,1,256,0,0,2494.64,-5557.88,420.727,4.11898,360,0,0,11952,24340,0,0,0,0),(130496,31096,0,1,256,0,0,2505.21,-5575.11,420.727,3.26377,360,0,0,11952,24340,0,0,0,0),(130497,31096,0,1,256,0,0,2478.43,-5638.82,420.727,1.8326,360,0,0,11952,24340,0,0,0,0),(130498,31096,0,1,256,0,0,2441.48,-5548.26,420.727,4.72984,360,0,0,11952,24340,0,0,0,0),(130499,31096,0,1,64,25351,0,2494.61,-5626.82,420.727,2.54818,360,0,0,11952,24340,0,0,0,0),(130500,31096,0,1,256,0,0,2425.18,-5559.38,420.727,5.65487,360,0,0,11952,24340,0,0,0,0),(130501,31098,0,1,384,0,1,2411.57,-5635.29,376.986,0.750492,360,0,0,11967,0,0,0,537166592,32),(130502,31098,0,1,384,0,1,2395.26,-5620.84,377.104,5.32325,360,0,0,11967,0,0,0,537166592,32),(130503,31098,0,1,384,0,1,2374.19,-5661.05,382.463,3.26377,360,0,0,11967,0,0,0,537166592,32),(130504,31098,0,1,384,0,1,2434.47,-5605.34,366.903,4.74729,360,0,0,11967,0,0,0,537166592,32),(130505,31098,0,1,256,0,1,2473.49,-5530.56,420.649,0.697148,360,5,0,11967,0,1,0,0,0),(130506,31098,0,1,256,0,1,2490.78,-5560.57,420.646,4.34269,360,5,0,11967,0,1,0,0,0),(130507,31098,0,1,256,0,1,2452.3,-5650.22,420.646,0.507009,360,5,0,11967,0,1,0,0,0),(130508,31098,0,1,256,0,1,2484.53,-5579.09,420.025,1.68911,360,5,0,11967,0,1,0,0,0),(130509,31098,0,1,256,0,1,2432.63,-5603.91,420.195,2.84409,360,5,0,11967,0,1,0,0,0),(130510,31098,0,1,256,0,1,2445.05,-5626.67,420.417,4.93998,360,5,0,11967,0,1,0,0,0),(130511,31098,0,1,256,0,1,2470.23,-5566.85,420.065,3.7499,360,5,0,11967,0,1,0,0,0),(130512,31098,0,1,256,0,1,2460.01,-5545.7,420.645,1.74425,360,5,0,11967,0,1,0,0,0),(130513,31098,0,1,256,0,1,2525.5,-5605.37,420.65,5.9001,360,5,0,11967,0,1,0,0,0),(130514,31098,0,1,256,0,1,2435.33,-5613.58,420.239,0.018018,360,5,0,11967,0,1,0,0,0),(130515,31098,0,1,256,0,1,2450.21,-5552.55,420.644,4.92496,360,5,0,11967,0,1,0,0,0),(130516,31098,0,1,256,0,1,2504.14,-5594.19,420.644,1.5583,360,5,0,11967,0,1,0,0,0),(130517,31098,0,1,256,0,1,2434.05,-5558.52,420.727,3.71755,360,0,0,11967,0,0,0,0,0),(130518,31098,0,1,64,0,1,2473.43,-5631.25,420.254,1.16937,360,0,0,11967,0,0,0,0,0),(130519,31098,0,1,256,0,1,2489.36,-5626.69,420.727,1.22173,360,0,0,11967,0,0,0,0,0),(130520,31098,0,1,256,0,1,2457.13,-5622.21,420.06,3.48307,360,5,0,11967,0,1,0,0,0),(130521,31098,0,1,256,0,1,2445,-5570.61,416.859,0.680678,360,0,0,11967,0,0,0,0,0),(130522,31098,0,1,256,0,1,2431.8,-5579.99,420.19,6.08151,360,5,0,11967,0,1,0,0,0),(130523,31098,0,1,256,0,1,2463.36,-5641.22,420.645,5.93853,360,5,0,11967,0,1,0,0,0),(130524,31098,0,1,256,0,1,2501.68,-5618.51,420.727,3.7001,360,0,0,11967,0,0,0,0,0),(130525,31098,0,1,256,0,1,2477.54,-5618.83,417.632,3.63029,360,0,0,11967,0,0,0,0,0),(130526,31098,0,1,256,0,1,2418.26,-5598.52,420.727,2.46655,360,5,0,11967,0,1,0,0,0),(130527,31098,0,1,256,0,1,2403.74,-5581.18,420.73,1.53589,360,0,0,11967,0,0,0,0,0),(130528,31098,0,1,256,0,1,2499.96,-5576.15,420.727,5.044,360,0,0,11967,0,0,0,0,0),(130529,31098,0,1,256,0,1,2424.96,-5589.09,420.447,6.13133,360,5,0,11967,0,1,0,0,0),(130530,31098,0,1,256,0,1,2416.66,-5575.52,420.727,1.98968,360,0,0,11967,0,0,0,0,0),(130531,31098,0,1,256,0,1,2488.49,-5599.79,420.136,3.26377,360,0,0,11967,0,0,0,0,0),(130532,31098,0,1,256,0,1,2437.3,-5614.33,420.252,3.21141,360,0,0,11967,0,0,0,0,0),(130533,31098,0,1,64,0,1,2424.96,-5589.09,420.447,4.85793,360,5,0,11967,0,1,0,0,0),(130534,31098,0,1,64,0,1,2416.66,-5575.52,420.727,1.98968,360,0,0,11967,0,0,0,0,0),(130535,31098,0,1,256,0,1,2431.16,-5604.53,420.26,4.60767,360,0,0,11967,0,0,0,0,0),(130536,31098,0,1,256,0,1,2444.79,-5630.57,420.667,3.49066,360,0,0,11967,0,0,0,0,0),(130537,31098,0,1,256,0,1,2457,-5623.45,420.206,4.34587,360,0,0,11967,0,0,0,0,0),(130538,31098,0,1,256,0,1,2461.84,-5640.67,420.727,3.9619,360,0,0,11967,0,0,0,0,0),(130539,31098,0,1,256,0,1,2473.43,-5631.25,420.254,1.16937,360,0,0,11967,0,0,0,0,0),(130540,31098,0,1,256,0,1,2448.52,-5652.33,420.73,5.02655,360,0,0,11967,0,0,0,0,0),(130541,31098,0,1,64,0,1,2489.36,-5626.69,420.727,1.22173,360,0,0,11967,0,0,0,0,0),(130542,31099,0,1,256,0,0,2457.06,-5592.09,414.122,4.48475,360,5,0,276350,0,1,0,0,0),(207055,23487,1,1,1,0,0,1279.92,-4372.24,28.27,3.57,120,10,0,1,0,1,0,0,0),(207054,23487,1,1,1,0,0,1271.02,-4259.58,24.33,4.61,120,10,0,1,0,1,0,0,0),(130545,29588,0,1,384,0,0,2390,-5640.98,377.196,3.12414,360,0,0,8982,0,0,0,0,0),(130546,29589,0,1,384,24719,0,2383.7,-5645.17,420.884,5.63741,360,0,0,8982,0,0,0,0,0),(130547,29101,609,1,64,25909,1,2375.3,-5661.05,382.45,1.11701,360,0,0,21590,21630,0,0,0,0),(130548,29101,609,1,64,25910,1,2398.63,-5643.9,377.072,0.733038,360,0,0,21590,21630,0,0,0,0),(130549,29101,609,1,64,25909,1,2351.16,-5665.86,382.368,3.64774,360,0,0,21590,21630,0,0,0,0),(130550,29101,609,1,64,25907,1,2367.28,-5648.59,382.463,6.26573,360,0,0,21590,21630,0,0,0,0),(130551,29101,609,1,64,25910,1,2353.93,-5670.19,382.353,3.735,360,0,0,21590,21630,0,0,0,0),(130552,29101,609,1,64,25908,1,2390.13,-5632.26,377.069,0.593412,360,0,0,21590,21630,0,0,0,0),(130553,29101,609,1,64,25908,1,2379.82,-5639.53,381.232,0.261799,360,0,0,21590,21630,0,0,0,0),(130554,29101,609,1,64,25909,1,2388.15,-5652.55,381.427,1.01229,360,0,0,21590,21630,0,0,0,0),(130555,29102,609,1,64,25911,1,1503.62,-6017.23,117.257,0.959931,360,0,0,13920,0,0,0,0,0),(130556,29102,609,1,64,25913,1,1493,-6005.14,116.408,0.610865,360,0,0,13920,0,0,0,0,0),(130557,29102,609,1,64,25913,1,1509.3,-6003.28,116.818,0.837758,360,0,0,13920,0,0,0,0,0),(130558,29102,609,1,64,25913,1,1517.12,-6006.49,116.781,1.09956,360,0,0,13920,0,0,0,0,0),(130559,29102,609,1,64,25911,1,2245.35,-5908.36,100.268,4.36057,360,5,0,13920,0,1,0,0,0),(130560,29102,609,1,64,25911,1,1502.55,-5751.41,122.062,5.32325,360,0,0,13920,0,0,0,0,0),(130561,29102,609,1,64,25913,1,1498.33,-5766.1,128.249,5.86431,360,0,0,13920,0,0,0,0,0),(130562,29102,609,1,64,25913,1,1478.67,-5756.01,132.058,5.84685,360,0,0,13920,0,0,0,0,0),(130563,29102,609,1,64,25913,1,1491.09,-5766.62,131.146,5.98648,360,0,0,13920,0,0,0,0,0),(130564,29102,609,1,64,25913,1,1493.81,-5762.57,129.413,5.8294,360,0,0,13920,0,0,0,0,0),(130565,29102,609,1,64,25913,1,2241.07,-5902.23,100.893,3.20518,360,5,0,13920,0,1,0,0,0),(130566,29102,609,1,64,25913,1,2245.23,-5903.36,100.643,5.62894,360,5,0,13920,0,1,0,0,0),(130567,29102,609,1,64,25913,1,2418.2,-5776.81,147.942,3.84751,360,5,0,13920,0,1,0,0,0),(130568,29102,609,1,64,25911,1,1514.61,-5853.13,131.897,0.418879,360,0,0,13920,0,0,0,0,0),(130569,29102,609,1,64,25913,1,2245.83,-5904.35,100.643,5.52251,360,5,0,13920,0,1,0,0,0),(130570,29102,609,1,64,25913,1,2422.89,-5773.9,147.942,-1.50766,360,0,0,13920,0,0,0,0,0),(130571,29102,609,1,64,25911,1,1510.1,-5857.98,131.54,0.506145,360,0,0,13920,0,0,0,0,0),(130572,29102,609,1,64,25913,1,1499.5,-5839.88,131.305,6.17846,360,0,0,13920,0,0,0,0,0),(130573,29102,609,1,64,25911,1,1509.08,-6011,116.95,0.977384,360,0,0,13920,0,0,0,0,0),(130574,29102,609,1,64,25911,1,2426.98,-5783.3,143.187,1.95211,360,0,0,13920,0,0,0,0,0),(130575,29102,609,1,64,25913,1,1610.93,-5782.64,116.199,4.66003,360,0,0,13920,0,0,0,0,0),(130576,29102,609,1,64,25911,1,1576.16,-5936.47,119.536,0.15708,360,0,0,13920,0,0,0,0,0),(130577,29102,609,1,64,25911,1,1572.13,-5935.24,119.814,0.10472,360,0,0,13920,0,0,0,0,0),(130578,29102,609,1,64,25913,1,1574.81,-5949.01,120.339,0.471239,360,0,0,13920,0,0,0,0,0),(130579,29102,609,1,64,25913,1,1579.05,-5871.44,127.642,0.069813,360,0,0,13920,0,0,0,0,0),(130580,29102,609,1,64,25913,1,1572.14,-5874.07,126.948,0.122173,360,0,0,13920,0,0,0,0,0),(130581,29102,609,1,64,25913,1,1575.14,-5850.41,126.132,5.88176,360,0,0,13920,0,0,0,0,0),(130582,29102,609,1,64,25911,1,1583.61,-5865.96,127.486,6.19592,360,0,0,13920,0,0,0,0,0),(130583,29102,609,1,64,25913,1,1605.16,-5779.84,116.196,5.09636,360,0,0,13920,0,0,0,0,0),(130584,29102,609,1,64,25911,1,1510.36,-5848.61,131.613,0.191986,360,0,0,13920,0,0,0,0,0),(130585,29102,609,1,64,25913,1,1621.07,-5774.42,116.201,6.02139,360,0,0,13920,0,0,0,0,0),(130586,29102,609,1,64,25913,1,1574.09,-5931.09,119.649,0,360,0,0,13920,0,0,0,0,0),(130587,29102,609,1,64,25913,1,1507.7,-5853.72,131.557,0.349066,360,0,0,13920,0,0,0,0,0),(130588,29102,609,1,64,25911,1,1582.87,-5852.79,126.032,5.86431,360,0,0,13920,0,0,0,0,0),(130589,29102,609,1,64,25913,1,1586.57,-5857.27,126.022,5.95157,360,0,0,13920,0,0,0,0,0),(130590,29102,609,1,64,25911,1,1571.52,-5858.18,126.34,6.07375,360,0,0,13920,0,0,0,0,0),(130591,29102,609,1,64,25913,1,1564.17,-5948.49,119.72,0.366519,360,0,0,13920,0,0,0,0,0),(130592,29102,609,1,64,25911,1,1577.29,-5944.01,119.935,0.366519,360,0,0,13920,0,0,0,0,0),(130593,29102,609,1,64,25913,1,1508.17,-5841.24,132.185,6.17846,360,0,0,13920,0,0,0,0,0),(130594,29102,609,1,64,25911,1,1579.96,-5858.98,126.981,6.03884,360,0,0,13920,0,0,0,0,0),(130595,29102,609,1,64,25911,1,1567.99,-5932.89,120.618,0.034907,360,0,0,13920,0,0,0,0,0),(130596,29102,609,1,64,25911,1,1589.79,-5865.71,126.885,6.17846,360,0,0,13920,0,0,0,0,0),(130597,29102,609,1,64,25911,1,1577.59,-5875.67,127.311,0.15708,360,0,0,13920,0,0,0,0,0),(130598,29102,609,1,64,25911,1,1558.95,-5945.31,120.647,0.279253,360,0,0,13920,0,0,0,0,0),(130599,29102,609,1,64,25913,1,2243.18,-5902,100.723,-1.85403,360,0,0,13920,0,0,0,0,0),(130600,29102,609,1,64,25913,1,1689,-5925.18,122.501,6.24828,360,0,0,13920,0,0,0,0,0),(130601,29102,609,1,64,25911,1,1684.73,-5926.92,123.378,0,360,0,0,13920,0,0,0,0,0),(130602,29102,609,1,64,25913,1,2425.49,-5779.96,144.894,2.36801,360,0,0,13920,0,0,0,0,0),(130603,29102,609,1,64,25911,1,1624.69,-5770.08,116.225,5.88176,360,0,0,13920,0,0,0,0,0),(130604,29102,609,1,64,25911,1,1619.87,-5767.63,116.205,5.86431,360,0,0,13920,0,0,0,0,0),(130605,29102,609,1,64,25911,1,1681.48,-5932.69,124.43,0.087266,360,0,0,13920,0,0,0,0,0),(130606,29102,609,1,64,25913,1,1695.05,-5925.41,121.907,6.24828,360,0,0,13920,0,0,0,0,0),(130607,29102,609,1,64,25911,1,1700.23,-5934.9,122.141,0.174533,360,0,0,13920,0,0,0,0,0),(130608,29102,609,1,64,25911,1,2424.95,-5783.64,143.509,1.91601,360,0,0,13920,0,0,0,0,0),(130609,29102,609,1,64,25911,1,2239.18,-5903.67,100.893,3.76705,360,5,0,13920,0,1,0,0,0),(130610,29102,609,1,64,25911,1,1673.94,-5776.99,115.84,6.14356,360,0,0,13920,0,0,0,0,0),(130611,29102,609,1,64,25913,1,1719,-5805.56,116.802,5.81195,360,0,0,13920,0,0,0,0,0),(130612,29102,609,1,64,25911,1,1712.78,-5800.96,116.004,5.77704,360,0,0,13920,0,0,0,0,0),(130613,29102,609,1,64,25911,1,1795.97,-5817.95,110.473,6.26573,360,0,0,13920,0,0,0,0,0),(130614,29102,609,1,64,25911,1,1786.62,-5806.51,113.819,5.96903,360,0,0,13920,0,0,0,0,0),(130615,29102,609,1,64,25911,1,2082.57,-5729.92,100.968,-3.0862,360,0,0,13920,0,0,0,0,0),(130616,29102,609,1,64,25911,1,2221.28,-5850.14,101.533,3.14785,360,5,0,13920,0,1,0,0,0),(130617,29102,609,1,64,25913,1,2173.06,-5727.04,101.917,1.21161,360,0,0,13920,0,0,0,0,0),(130618,29102,609,1,64,25911,1,2145.88,-5759.35,99.5743,-3.04996,360,0,0,13920,0,0,0,0,0),(130619,29102,609,1,64,25913,1,2143.48,-5760.09,99.4377,-0.922247,360,0,0,13920,0,0,0,0,0),(130620,29102,609,1,64,25911,1,2170.51,-5724.89,101.928,0.343272,360,0,0,13920,0,0,0,0,0),(130621,29102,609,1,64,25911,1,1821.2,-5927.04,112.775,0.261799,360,0,0,13920,0,0,0,0,0),(130622,29102,609,1,64,25913,1,1810.45,-5948.72,116.029,0.680678,360,0,0,13920,0,0,0,0,0),(130623,29102,609,1,64,25913,1,1807.83,-5942.99,115.917,0.541052,360,0,0,13920,0,0,0,0,0),(130624,29102,609,1,64,25911,1,1800.2,-5940.29,116.152,0.418879,360,0,0,13920,0,0,0,0,0),(130625,29102,609,1,64,25913,1,1685.8,-5855.66,116.523,0.05236,360,0,0,13920,0,0,0,0,0),(130626,29102,609,1,64,25913,1,1684.5,-5843.27,116.423,5.96903,360,0,0,13920,0,0,0,0,0),(130627,29102,609,1,64,25913,1,1680.69,-5841.22,116.246,5.95157,360,0,0,13920,0,0,0,0,0),(130628,29102,609,1,64,25911,1,1675.16,-5843.42,116.242,6.03884,360,0,0,13920,0,0,0,0,0),(130629,29102,609,1,64,25911,1,1670.71,-5853.77,116.736,0,360,0,0,13920,0,0,0,0,0),(130630,29102,609,1,64,25913,1,1690.37,-5851.81,116.283,6.21337,360,0,0,13920,0,0,0,0,0),(130631,29102,609,1,64,25911,1,1670,-5848.95,116.258,6.17846,360,0,0,13920,0,0,0,0,0),(130632,29102,609,1,64,25911,1,1674.58,-5782.19,115.967,0,360,0,0,13920,0,0,0,0,0),(130633,29102,609,1,64,25911,1,1690.51,-5776.94,113.902,6.03884,360,0,0,13920,0,0,0,0,0),(130634,29102,609,1,64,25913,1,1712.94,-5787.39,114.786,5.46288,360,0,0,13920,0,0,0,0,0),(130635,29102,609,1,64,25911,1,1675.59,-5772.9,115.613,6.03884,360,0,0,13920,0,0,0,0,0),(130636,29102,609,1,64,25911,1,1722.1,-5787.69,115.963,5.2709,360,0,0,13920,0,0,0,0,0),(130637,29102,609,1,64,25913,1,1678.33,-5769.94,115.2,5.93412,360,0,0,13920,0,0,0,0,0),(130638,29102,609,1,64,25913,1,1686.63,-5784.22,115.01,0.05236,360,0,0,13920,0,0,0,0,0),(130639,29102,609,1,64,25911,1,1722.13,-5802.83,117.233,5.63741,360,0,0,13920,0,0,0,0,0),(130640,29102,609,1,64,25913,1,1717.21,-5788.74,115.417,5.41052,360,0,0,13920,0,0,0,0,0),(130641,29102,609,1,64,25911,1,1684.72,-5769.71,114.024,5.86431,360,0,0,13920,0,0,0,0,0),(130642,29102,609,1,64,25913,1,1623.19,-5779.2,116.195,6.12611,360,0,0,13920,0,0,0,0,0),(130643,29102,609,1,64,25913,1,1616.49,-5785.84,116.282,5.67232,360,0,0,13920,0,0,0,0,0),(130644,29102,609,1,64,25911,1,1770.23,-5814.12,116,6.21337,360,0,0,13920,0,0,0,0,0),(130645,29102,609,1,64,25913,1,1774.86,-5815,115.614,6.21337,360,0,0,13920,0,0,0,0,0),(130646,29102,609,1,64,25911,1,1770.46,-5824.79,116.031,0.139626,360,0,0,13920,0,0,0,0,0),(130647,29102,609,1,64,25911,1,1785.1,-5828.69,114.407,0.279253,360,0,0,13920,0,0,0,0,0),(130648,29102,609,1,64,25913,1,1811.49,-5922.5,114.774,0.069813,360,0,0,13920,0,0,0,0,0),(130649,29102,609,1,64,25913,1,1801.99,-5925.17,115.811,0.122173,360,0,0,13920,0,0,0,0,0),(130650,29102,609,1,64,25913,1,1794.06,-5928.46,116.138,0.15708,360,0,0,13920,0,0,0,0,0),(130651,29102,609,1,64,25913,1,1798.8,-5932.42,116.036,0.261799,360,0,0,13920,0,0,0,0,0),(130652,29102,609,1,64,25911,1,1815.77,-5943.82,115.614,0.663225,360,0,0,13920,0,0,0,0,0),(130653,29102,609,1,64,25911,1,2047.67,-5750.46,98.8524,0.017199,360,0,0,13920,0,0,0,0,0),(130654,29102,609,1,64,25911,1,2223.74,-5844.06,101.461,-2.06817,360,0,0,13920,0,0,0,0,0),(130655,29102,609,1,64,25911,1,2113.49,-5765.3,98.4296,-1.84634,360,0,0,13920,0,0,0,0,0),(130656,29102,609,1,64,25911,1,2108.83,-5734.71,100.183,-2.22706,360,0,0,13920,0,0,0,0,0),(130657,29102,609,1,64,25913,1,2170.36,-5722.6,102.106,-0.221547,360,0,0,13920,0,0,0,0,0),(130658,29102,609,1,64,25911,1,2419.36,-5773.53,148.698,2.35619,360,0,0,13920,0,0,0,0,0),(130659,29102,609,1,64,25911,1,2152.07,-5810.65,101.268,2.5854,360,0,0,13920,0,0,0,0,0),(130660,29102,609,1,64,25913,1,2267.44,-5653.63,140.052,0.506612,360,0,0,13920,0,0,0,0,0),(130661,29102,609,1,64,25913,1,2268.13,-5652.77,140.156,4.73247,360,5,0,13920,0,1,0,0,0),(130662,29102,609,1,64,25913,1,2114.25,-5842.23,102.511,1.97468,360,0,0,13920,0,0,0,0,0),(130663,29102,609,1,64,25911,1,2021.41,-5767.79,101.681,0.83101,360,5,0,13920,0,1,0,0,0),(130664,29102,609,1,64,25913,1,2126.5,-5696.68,101.072,0.674141,360,5,0,13920,0,1,0,0,0),(130665,29102,609,1,64,25913,1,2171.49,-5745.97,101.586,0.741887,360,5,0,13920,0,1,0,0,0),(130666,29102,609,1,64,25913,1,2136.5,-5707.75,101.361,0.982794,360,5,0,13920,0,1,0,0,0),(130667,29102,609,1,64,25913,1,2148.25,-5718.75,101.239,0,360,5,0,13920,0,1,0,0,0),(130668,29102,609,1,64,25913,1,2155.36,-5710.36,102.645,0.616164,360,5,0,13920,0,1,0,0,0),(130669,29102,609,1,64,25913,1,1938.41,-5806.94,100.559,0.204479,360,5,0,13920,0,1,0,0,0),(130670,29102,609,1,64,25913,1,1907.04,-5812.12,100.548,0.140756,360,5,0,13920,0,1,0,0,0),(130671,29102,609,1,64,25911,1,1920.08,-5810.21,100.396,0.145438,360,5,0,13920,0,1,0,0,0),(130672,29102,609,1,64,25911,1,1858.75,-5919.35,104.747,0.027337,360,5,0,13920,0,1,0,0,0),(130673,29102,609,1,64,25911,1,1832.09,-5924.17,110.038,5.69491,360,5,0,13920,0,1,0,0,0),(130674,29102,609,1,64,25913,1,1884.57,-5814.11,102.275,0.050787,360,5,0,13920,0,1,0,0,0),(130675,29102,609,1,64,25913,1,1863.09,-5916.47,104.456,0.291176,360,5,0,13920,0,1,0,0,0),(130676,29102,609,1,64,25911,1,1838.26,-5818.13,100.69,0.007812,360,5,0,13920,0,1,0,0,0),(130677,29102,609,1,64,25913,1,1927.98,-5933.58,103.025,6.01642,360,5,0,13920,0,1,0,0,0),(130678,29102,609,1,64,25913,1,1854.84,-5918.39,105.091,0.234557,360,5,0,13920,0,1,0,0,0),(130679,29102,609,1,64,25911,1,1829.21,-5882.07,117.222,1.62741,360,5,0,13920,0,1,0,0,0),(130680,29102,609,1,64,25913,1,1822.69,-5909.06,115.092,0.519146,360,5,0,13920,0,1,0,0,0),(130681,29102,609,1,64,25911,1,1821.88,-5828.97,103.563,5.18303,360,5,0,13920,0,1,0,0,0),(130682,29102,609,1,64,25913,1,2263.17,-5661.84,139.342,0.680232,360,0,0,13920,0,0,0,0,0),(130683,29102,609,1,64,25911,1,2264.48,-5653.23,139.063,-1.10089,360,0,0,13920,0,0,0,0,0),(130684,29102,609,1,64,25911,1,1769.43,-5925.02,116.202,0.982812,360,5,0,13920,0,1,0,0,0),(130685,29102,609,1,64,25911,1,1773.3,-5815.39,115.736,4.10825,360,5,0,13920,0,1,0,0,0),(130686,29102,609,1,64,25913,1,1781.5,-5809.58,114.666,6.07375,360,0,0,13920,0,0,0,0,0),(130687,29102,609,1,64,25911,1,1775.34,-5806.67,115.999,6.03884,360,0,0,13920,0,0,0,0,0),(130688,29102,609,1,64,25911,1,1787.33,-5812.33,113.042,6.10865,360,0,0,13920,0,0,0,0,0),(130689,29102,609,1,64,25911,1,2265.65,-5652.71,139.425,0.077165,360,0,0,13920,0,0,0,0,0),(130690,29102,609,1,64,25911,1,2266.76,-5655.15,139.867,0.846752,360,0,0,13920,0,0,0,0,0),(130691,29102,609,1,64,25911,1,1711.43,-5796.34,115.648,5.67232,360,0,0,13920,0,0,0,0,0),(130692,29102,609,1,64,25911,1,1726.35,-5800.61,117.383,5.42797,360,0,0,13920,0,0,0,0,0),(130693,29102,609,1,64,25913,1,1728.1,-5795.45,117.083,5.23599,360,0,0,13920,0,0,0,0,0),(130694,29102,609,1,64,25911,1,1679.06,-5785.43,115.721,0.087266,360,0,0,13920,0,0,0,0,0),(130695,29102,609,1,64,25913,1,2266.87,-5649.61,139.978,-0.889072,360,0,0,13920,0,0,0,0,0),(130696,29102,609,1,64,25911,1,1617.91,-5780.25,116.194,5.14872,360,0,0,13920,0,0,0,0,0),(130697,29102,609,1,64,25913,1,1684.27,-5787.22,115.256,0.15708,360,0,0,13920,0,0,0,0,0),(130698,29102,609,1,64,25911,1,1497.47,-5855.88,131.298,0.314159,360,0,0,13920,0,0,0,0,0),(130699,29102,609,1,64,25913,1,1513.45,-5838.77,132.41,6.05629,360,0,0,13920,0,0,0,0,0),(130700,29102,609,1,64,25911,1,1524.92,-6011.06,116.878,1.39626,360,0,0,13920,0,0,0,0,0),(130701,29102,609,1,64,25913,1,1572.65,-5950.1,120.143,0.318042,360,5,0,13920,0,1,0,0,0),(130702,29102,609,1,64,25913,1,1565.63,-5951.27,119.749,0.309703,360,5,0,13920,0,1,0,0,0),(130703,29102,609,1,64,25913,1,1576.33,-5929.12,119.266,0.721134,360,5,0,13920,0,1,0,0,0),(130704,29102,609,1,64,25913,1,1685,-5938.86,124.772,0.191986,360,0,0,13920,0,0,0,0,0),(130705,29102,609,1,64,25911,1,1692.19,-5939.36,124.034,0.226893,360,0,0,13920,0,0,0,0,0),(130706,29102,609,1,64,25911,1,1698.36,-5930.37,121.807,0.069813,360,0,0,13920,0,0,0,0,0),(130707,29102,609,1,64,25913,1,1696.33,-5935.1,122.63,0.174533,360,0,0,13920,0,0,0,0,0),(130708,29102,609,1,64,25913,1,2140.66,-5689.84,103.129,0.244742,360,5,0,13920,0,1,0,0,0),(130709,29102,609,1,64,25913,1,2191.86,-5721.29,104.245,0.635689,360,5,0,13920,0,1,0,0,0),(130710,29103,609,1,64,25914,1,1524.92,-6011.06,116.878,1.39626,360,0,0,13920,0,0,0,0,0),(130711,29103,609,1,64,25912,1,1497.11,-5755.5,126.114,5.55015,360,0,0,13920,0,0,0,0,0),(130712,29103,609,1,64,25912,1,1486.02,-5764.87,131.358,5.98648,360,0,0,13920,0,0,0,0,0),(130713,29103,609,1,64,25914,1,1499.35,-5759.69,125.608,5.61996,360,0,0,13920,0,0,0,0,0),(130714,29103,609,1,64,25912,1,1481.71,-5762.44,131.485,5.95157,360,0,0,13920,0,0,0,0,0),(130715,29103,609,1,64,25912,1,1488.42,-5747.72,134.585,5.55015,360,0,0,13920,0,0,0,0,0),(130716,29103,609,1,64,25912,1,2238.5,-5906.56,100.643,4.51576,360,5,0,13920,0,1,0,0,0),(130717,29103,609,1,64,25914,1,2240.08,-5902.33,100.893,3.23225,360,5,0,13920,0,1,0,0,0),(130718,29103,609,1,64,25914,1,2238.89,-5904.12,100.893,3.90217,360,5,0,13920,0,1,0,0,0),(130719,29103,609,1,64,25912,1,2242.82,-5901.91,100.893,2.58423,360,5,0,13920,0,1,0,0,0),(130720,29103,609,1,64,25914,1,2246.15,-5906.09,100.518,5.04111,360,5,0,13920,0,1,0,0,0),(130721,29103,609,1,64,25914,1,2418.34,-5776.54,147.942,3.80296,360,5,0,13920,0,1,0,0,0),(130722,29103,609,1,64,25914,1,2420.69,-5774.87,148.067,2.94722,360,5,0,13920,0,1,0,0,0),(130723,29103,609,1,64,25912,1,1497.47,-5855.88,131.298,0.314159,360,0,0,13920,0,0,0,0,0),(130724,29103,609,1,64,25914,1,1494.23,-5845.25,131.296,0.034907,360,0,0,13920,0,0,0,0,0),(130725,29103,609,1,64,25914,1,1501.75,-5855.83,131.307,0.349066,360,0,0,13920,0,0,0,0,0),(130726,29103,609,1,64,25912,1,1500.86,-6008.52,116.829,0.767945,360,0,0,13920,0,0,0,0,0),(130727,29103,609,1,64,25912,1,1502.29,-6001.23,116.674,0.663225,360,0,0,13920,0,0,0,0,0),(130728,29103,609,1,64,25912,1,1493.06,-5998.38,116.536,0.471239,360,0,0,13920,0,0,0,0,0),(130729,29103,609,1,64,25914,1,1483.8,-6003.48,116.38,0.488692,360,0,0,13920,0,0,0,0,0),(130730,29103,609,1,64,25914,1,1495.28,-6015.21,117.193,0.802851,360,0,0,13920,0,0,0,0,0),(130731,29103,609,1,64,25914,1,1515.55,-6012.88,116.772,1.15192,360,0,0,13920,0,0,0,0,0),(130732,29103,609,1,64,25914,1,1522.32,-6023.56,116.748,1.37881,360,0,0,13920,0,0,0,0,0),(130733,29103,609,1,64,25914,1,2423.12,-5775.33,147.067,6.14141,360,5,0,13920,0,1,0,0,0),(130734,29103,609,1,64,25914,1,2245.49,-5903.72,100.643,5.58253,360,5,0,13920,0,1,0,0,0),(130735,29103,609,1,64,25912,1,1562.76,-5952.19,119.607,0.418879,360,0,0,13920,0,0,0,0,0),(130736,29103,609,1,64,25914,1,1577.49,-5855.16,126.63,5.96903,360,0,0,13920,0,0,0,0,0),(130737,29103,609,1,64,25914,1,1586.13,-5873.79,126.959,0.15708,360,0,0,13920,0,0,0,0,0),(130738,29103,609,1,64,25914,1,1569.81,-5951.04,119.93,0.453786,360,0,0,13920,0,0,0,0,0),(130739,29103,609,1,64,25912,1,1513.45,-5838.77,132.41,6.05629,360,0,0,13920,0,0,0,0,0),(130740,29103,609,1,64,25914,1,1560.79,-5935.44,121.841,0.087266,360,0,0,13920,0,0,0,0,0),(130741,29103,609,1,64,25912,1,2243.78,-5902.23,100.764,-2.00987,360,0,0,13920,0,0,0,0,0),(130742,29103,609,1,64,25912,1,1692.19,-5939.36,124.034,0.226893,360,0,0,13920,0,0,0,0,0),(130743,29103,609,1,64,25914,1,2425.46,-5780.26,144.567,2.30117,360,0,0,13920,0,0,0,0,0),(130744,29103,609,1,64,25914,1,1607.77,-5785.61,116.315,5.06145,360,0,0,13920,0,0,0,0,0),(130745,29103,609,1,64,25912,1,1698.36,-5930.37,121.807,0.069813,360,0,0,13920,0,0,0,0,0),(130746,29103,609,1,64,25912,1,1696.33,-5935.1,122.63,0.174533,360,0,0,13920,0,0,0,0,0),(130747,29103,609,1,64,25914,1,1685.4,-5921.12,121.822,6.17846,360,0,0,13920,0,0,0,0,0),(130748,29103,609,1,64,25914,1,1685,-5938.86,124.772,0.191986,360,0,0,13920,0,0,0,0,0),(130749,29103,609,1,64,25914,1,2145.32,-5808.48,100.671,1.84243,360,0,0,13920,0,0,0,0,0),(130750,29103,609,1,64,25912,1,2082.24,-5731.66,100.981,1.95067,360,0,0,13920,0,0,0,0,0),(130751,29103,609,1,64,25914,1,2115.01,-5841.81,102.393,2.21248,360,0,0,13920,0,0,0,0,0),(130752,29103,609,1,64,25912,1,2197.87,-5908.9,100.963,2.37823,360,0,0,13920,0,0,0,0,0),(130753,29103,609,1,64,25912,1,2102.26,-5737.23,100.171,-0.183559,360,0,0,13920,0,0,0,0,0),(130754,29103,609,1,64,25912,1,2116,-5874.69,102.755,-0.434027,360,0,0,13920,0,0,0,0,0),(130755,29103,609,1,64,25914,1,2104.58,-5734.24,100.228,-1.13765,360,0,0,13920,0,0,0,0,0),(130756,29103,609,1,64,25912,1,1775.34,-5806.67,115.999,6.03884,360,0,0,13920,0,0,0,0,0),(130757,29103,609,1,64,25912,1,1822.7,-5942.26,115.726,0.750492,360,0,0,13920,0,0,0,0,0),(130758,29103,609,1,64,25912,1,1812.54,-5915.96,115.39,6.16101,360,0,0,13920,0,0,0,0,0),(130759,29103,609,1,64,25912,1,1676.35,-5858.19,116.77,0.10472,360,0,0,13920,0,0,0,0,0),(130760,29103,609,1,64,25912,1,1687.44,-5846.53,116.628,6.03884,360,0,0,13920,0,0,0,0,0),(130761,29103,609,1,64,25914,1,1674.45,-5786.47,116.025,0.10472,360,0,0,13920,0,0,0,0,0),(130762,29103,609,1,64,25912,1,1726.06,-5789.2,116.413,5.20108,360,0,0,13920,0,0,0,0,0),(130763,29103,609,1,64,25914,1,1679.06,-5785.43,115.721,0.087266,360,0,0,13920,0,0,0,0,0),(130764,29103,609,1,64,25914,1,1684.27,-5787.22,115.256,0.15708,360,0,0,13920,0,0,0,0,0),(130765,29103,609,1,64,25914,1,1730.6,-5791.71,116.735,5.07891,360,0,0,13920,0,0,0,0,0),(130766,29103,609,1,64,25914,1,1728.1,-5795.45,117.083,5.23599,360,0,0,13920,0,0,0,0,0),(130767,29103,609,1,64,25914,1,1715.42,-5804.41,116.435,5.8294,360,0,0,13920,0,0,0,0,0),(130768,29103,609,1,64,25914,1,1726.35,-5800.61,117.383,5.42797,360,0,0,13920,0,0,0,0,0),(130769,29103,609,1,64,25912,1,1711,-5791.33,115.187,5.5676,360,0,0,13920,0,0,0,0,0),(130770,29103,609,1,64,25914,1,1617.91,-5780.25,116.194,5.14872,360,0,0,13920,0,0,0,0,0),(130771,29103,609,1,64,25914,1,1711.43,-5796.34,115.648,5.67232,360,0,0,13920,0,0,0,0,0),(130772,29103,609,1,64,25912,1,1791.93,-5810.97,111.678,6.03884,360,0,0,13920,0,0,0,0,0),(130773,29103,609,1,64,25914,1,1775.2,-5828.75,115.968,0.226893,360,0,0,13920,0,0,0,0,0),(130774,29103,609,1,64,25914,1,1780.4,-5825.28,114.881,0.174533,360,0,0,13920,0,0,0,0,0),(130775,29103,609,1,64,25914,1,1790.06,-5818.6,112.212,0.017453,360,0,0,13920,0,0,0,0,0),(130776,29103,609,1,64,25912,1,1781.5,-5809.58,114.666,6.07375,360,0,0,13920,0,0,0,0,0),(130777,29103,609,1,64,25914,1,1772.52,-5819.42,115.821,0.034907,360,0,0,13920,0,0,0,0,0),(130778,29103,609,1,64,25914,1,1787.49,-5824.71,112.959,0.191986,360,0,0,13920,0,0,0,0,0),(130779,29103,609,1,64,25914,1,1787.33,-5812.33,113.042,6.10865,360,0,0,13920,0,0,0,0,0),(130780,29103,609,1,64,25912,1,1792.76,-5824.28,111.479,0.20944,360,0,0,13920,0,0,0,0,0),(130781,29103,609,1,64,25914,1,1774.39,-5823.88,115.693,0.122173,360,0,0,13920,0,0,0,0,0),(130782,29103,609,1,64,25914,1,2176.58,-5720.09,102.968,-2.14292,360,0,0,13920,0,0,0,0,0),(130783,29103,609,1,64,25914,1,1803.98,-5936.24,115.879,0.366519,360,0,0,13920,0,0,0,0,0),(130784,29103,609,1,64,25914,1,1817.28,-5937.76,114.888,0.541052,360,0,0,13920,0,0,0,0,0),(130785,29103,609,1,64,25912,1,1797.01,-5919.62,116.334,6.26573,360,0,0,13920,0,0,0,0,0),(130786,29103,609,1,64,25912,1,1802.02,-5946.72,116.262,0.541052,360,0,0,13920,0,0,0,0,0),(130787,29103,609,1,64,25912,1,1805.74,-5918.48,115.967,6.24828,360,0,0,13920,0,0,0,0,0),(130788,29103,609,1,64,25912,1,2076.79,-5733.08,100.771,0.948046,360,0,0,13920,0,0,0,0,0),(130789,29103,609,1,64,25912,1,2115.72,-5841.12,102.057,2.48372,360,0,0,13920,0,0,0,0,0),(130790,29103,609,1,64,25912,1,2142.14,-5807.89,100.484,0.928254,360,0,0,13920,0,0,0,0,0),(130791,29103,609,1,64,25912,1,2050.23,-5752.25,98.5459,0.39066,360,0,0,13920,0,0,0,0,0),(130792,29103,609,1,64,25912,1,2429.91,-5779.11,144.862,1.49949,360,0,0,13920,0,0,0,0,0),(130793,29103,609,1,64,25914,1,2426.42,-5783.51,143.226,1.83447,360,0,0,13920,0,0,0,0,0),(130794,29103,609,1,64,25914,1,2268.09,-5651.19,140.113,1.12388,360,0,0,13920,0,0,0,0,0),(130795,29103,609,1,64,25912,1,2267.07,-5651.5,139.895,-0.126204,360,0,0,13920,0,0,0,0,0),(130796,29103,609,1,64,25912,1,2267.38,-5650.35,140.036,-0.468604,360,0,0,13920,0,0,0,0,0),(130797,29103,609,1,64,25914,1,2267.14,-5652.56,139.812,0.184928,360,0,0,13920,0,0,0,0,0),(130798,29103,609,1,64,25914,1,2267.8,-5654.27,140.29,0.713312,360,0,0,13920,0,0,0,0,0),(130799,29103,609,1,64,25914,1,2166.7,-5708.3,103.931,0.785398,360,5,0,13920,0,1,0,0,0),(130800,29103,609,1,64,25912,1,2146.86,-5686.5,104.674,0.422587,360,5,0,13920,0,1,0,0,0),(130801,29103,609,1,64,25912,1,1959.82,-5903.41,102.202,0.143001,360,5,0,13920,0,1,0,0,0),(130802,29103,609,1,64,25912,1,1889.38,-5911.5,102.843,0.147007,360,5,0,13920,0,1,0,0,0),(130803,29103,609,1,64,25914,1,1878.84,-5814.4,101.828,0.050787,360,5,0,13920,0,1,0,0,0),(130804,29103,609,1,64,25912,1,1919.43,-5846.99,100.854,0.092628,360,5,0,13920,0,1,0,0,0),(130805,29103,609,1,64,25914,1,1896.98,-5852.91,101.539,0.208502,360,5,0,13920,0,1,0,0,0),(130806,29103,609,1,64,25914,1,1901.66,-5809.61,100.974,0.342551,360,5,0,13920,0,1,0,0,0),(130807,29103,609,1,64,25914,1,1949.98,-5824.8,100.899,1.56533,360,5,0,13920,0,1,0,0,0),(130808,29103,609,1,64,25914,1,1895.12,-5811.94,101.362,0.340593,360,5,0,13920,0,1,0,0,0),(130809,29103,609,1,64,25914,1,1887.62,-5854.18,102.375,0.113576,360,5,0,13920,0,1,0,0,0),(130810,29103,609,1,64,25914,1,1933.76,-5845.91,100.886,0.151015,360,5,0,13920,0,1,0,0,0),(130811,29103,609,1,64,25912,1,1872.73,-5855.88,102.662,0.11357,360,5,0,13920,0,1,0,0,0),(130812,29103,609,1,64,25912,1,1871.52,-5814.89,100.977,0.149239,360,5,0,13920,0,1,0,0,0),(130813,29103,609,1,64,25912,1,1887.76,-5911.62,103.065,0.062541,360,5,0,13920,0,1,0,0,0),(130814,29103,609,1,64,25914,1,1818.42,-5836.46,108.917,0,360,5,0,13920,0,1,0,0,0),(130815,29103,609,1,64,25914,1,2417.84,-5775.48,148.317,5.55169,360,0,0,13920,0,0,0,0,0),(130816,29103,609,1,64,25914,1,1837.49,-5924.14,108.793,0.291176,360,5,0,13920,0,1,0,0,0),(130817,29103,609,1,64,25912,1,1841.64,-5867.65,102.597,1.88452,360,5,0,13920,0,1,0,0,0),(130818,29103,609,1,64,25914,1,1819.27,-5847.52,114.462,6.03832,360,5,0,13920,0,1,0,0,0),(130819,29103,609,1,64,25912,1,1848.26,-5817.4,100.084,0.031333,360,5,0,13920,0,1,0,0,0),(130820,29103,609,1,64,25912,1,2110.63,-5730.45,100.176,4.8397,360,5,0,13920,0,1,0,0,0),(130821,29103,609,1,64,25912,1,2161.48,-5721.01,101.835,0.705871,360,5,0,13920,0,1,0,0,0),(130822,29103,609,1,64,25914,1,1837.11,-5929.72,109.679,0.274813,360,5,0,13920,0,1,0,0,0),(130823,29103,609,1,64,25914,1,1779.32,-5908.57,116.898,1.08077,360,5,0,13920,0,1,0,0,0),(130824,29103,609,1,64,25912,1,1819.15,-5864.37,115.534,1.43271,360,5,0,13920,0,1,0,0,0),(130825,29103,609,1,64,25912,1,1859.93,-5922.65,104.652,0.557668,360,5,0,13920,0,1,0,0,0),(130826,29103,609,1,64,25912,1,2261.51,-5663.03,138.866,0.364777,360,0,0,13920,0,0,0,0,0),(130827,29103,609,1,64,25912,1,2268.22,-5648.86,140.406,3.06446,360,5,0,13920,0,1,0,0,0),(130828,29103,609,1,64,25912,1,2264.39,-5651.61,139.085,-0.114588,360,0,0,13920,0,0,0,0,0),(130829,29103,609,1,64,25912,1,2267.14,-5655.47,140.098,0.984259,360,0,0,13920,0,0,0,0,0),(130830,29103,609,1,64,25912,1,2266.35,-5654.5,139.551,5.08688,360,5,0,13920,0,1,0,0,0),(130831,29103,609,1,64,25914,1,1795.97,-5817.95,110.473,6.26573,360,0,0,13920,0,0,0,0,0),(130832,29103,609,1,64,25914,1,1717.21,-5788.74,115.417,5.41052,360,0,0,13920,0,0,0,0,0),(130833,29103,609,1,64,25914,1,1678.33,-5769.94,115.2,5.93412,360,0,0,13920,0,0,0,0,0),(130834,29103,609,1,64,25914,1,1722.1,-5787.69,115.963,5.2709,360,0,0,13920,0,0,0,0,0),(130835,29103,609,1,64,25914,1,1712.94,-5787.39,114.786,5.46288,360,0,0,13920,0,0,0,0,0),(130836,29103,609,1,64,25912,1,1674.58,-5782.19,115.967,0,360,0,0,13920,0,0,0,0,0),(130837,29103,609,1,64,25914,1,1684.72,-5769.71,114.024,5.86431,360,0,0,13920,0,0,0,0,0),(130838,29103,609,1,64,25912,1,1616.49,-5785.84,116.282,5.67232,360,0,0,13920,0,0,0,0,0),(130839,29103,609,1,64,25914,1,1624.69,-5770.08,116.225,5.88176,360,0,0,13920,0,0,0,0,0),(130840,29103,609,1,64,25912,1,1623.19,-5779.2,116.195,6.12611,360,0,0,13920,0,0,0,0,0),(130841,29103,609,1,64,25914,1,1577.59,-5875.67,127.311,0.15708,360,0,0,13920,0,0,0,0,0),(130842,29103,609,1,64,25912,1,1582.87,-5852.79,126.032,5.86431,360,0,0,13920,0,0,0,0,0),(130843,29103,609,1,64,25914,1,1575.14,-5850.41,126.132,5.88176,360,0,0,13920,0,0,0,0,0),(130844,29103,609,1,64,25914,1,1583.61,-5865.96,127.486,6.19592,360,0,0,13920,0,0,0,0,0),(130845,29103,609,1,64,25914,1,1571.52,-5858.18,126.34,6.07375,360,0,0,13920,0,0,0,0,0),(130846,29103,609,1,64,25914,1,1507.7,-5853.72,131.557,0.349066,360,0,0,13920,0,0,0,0,0),(130847,29103,609,1,64,25912,1,1510.1,-5857.98,131.54,0.506145,360,0,0,13920,0,0,0,0,0),(130848,29103,609,1,64,25912,1,1514.61,-5853.13,131.897,0.418879,360,0,0,13920,0,0,0,0,0),(130849,29103,609,1,64,25912,1,1499.5,-5839.88,131.305,6.17846,360,0,0,13920,0,0,0,0,0),(130850,29103,609,1,64,25912,1,1509.08,-6011,116.95,0.977384,360,0,0,13920,0,0,0,0,0),(130851,29103,609,1,64,25914,1,1517.12,-6006.49,116.781,1.09956,360,0,0,13920,0,0,0,0,0),(130852,29103,609,1,64,25914,1,1509.3,-6003.28,116.818,0.837758,360,0,0,13920,0,0,0,0,0),(130853,29103,609,1,64,25914,1,1566.23,-5946.3,119.736,0.817248,360,5,0,13920,0,1,0,0,0),(130854,29103,609,1,64,25914,1,1572.13,-5935.24,119.814,0.10472,360,0,0,13920,0,0,0,0,0),(130855,29103,609,1,64,25912,1,1689,-5925.18,122.501,6.24828,360,0,0,13920,0,0,0,0,0),(130856,29103,609,1,64,25914,1,2178.46,-5709.68,105.148,0.490302,360,5,0,13920,0,1,0,0,0),(130857,29104,609,1,64,25915,0,1513.18,-6021.43,116.689,0.907571,360,0,0,83520,0,0,0,0,0),(130858,29104,609,1,64,25915,0,1538.15,-6020.08,150.026,0.942478,360,0,0,83520,0,0,0,0,0),(130859,29104,609,1,64,25915,0,1486.5,-5755.62,131.476,5.88176,360,0,0,83520,0,0,0,0,0),(130860,29104,609,1,64,25915,0,1501.23,-5847.85,131.522,0.226893,360,0,0,83520,0,0,0,0,0),(130861,29104,609,1,64,25915,0,1508.87,-5962.35,152.222,0.383972,360,0,0,83520,0,0,0,0,0),(130862,29104,609,1,64,25915,0,1487.41,-6014.95,116.671,0.453786,360,0,0,83520,0,0,0,0,0),(130863,29104,609,1,64,25915,0,1566.39,-5941.86,120.037,0.279253,360,0,0,83520,0,0,0,0,0),(130864,29104,609,1,64,25915,0,1696.89,-5713.4,103.995,4.83456,360,0,0,83520,0,0,0,0,0),(130865,29104,609,1,64,25915,0,1572.99,-5865.98,127.158,0.191986,360,0,0,83520,0,0,0,0,0),(130866,29104,609,1,64,25915,0,1610.7,-5772.65,116.199,5.48033,360,0,0,83520,0,0,0,0,0),(130867,29104,609,1,64,25915,0,1688.49,-5932.9,123.541,0.139626,360,0,0,83520,0,0,0,0,0),(130868,29104,609,1,64,25915,0,1681.97,-5778.55,115.265,6.12611,360,0,0,83520,0,0,0,0,0),(130869,29104,609,1,64,25915,0,1678.28,-5850.86,116.504,6.26573,360,0,0,83520,0,0,0,0,0),(130870,29104,609,1,64,25915,0,1719.37,-5795.59,116.652,5.86431,360,0,0,83520,0,0,0,0,0),(130871,29104,609,1,64,25915,0,1781.46,-5817.9,114.406,6.23082,360,0,0,83520,0,0,0,0,0),(130872,29104,609,1,64,25915,0,1800.67,-5789.4,149.77,0,360,0,0,83520,0,0,0,0,0),(130873,29104,609,1,64,25915,0,1799.44,-5741.37,141.175,5.61996,360,0,0,83520,0,0,0,0,0),(130874,29104,609,1,64,25915,0,1804.13,-5851.43,149.753,0.296706,360,0,0,83520,0,0,0,0,0),(130875,29104,609,1,64,25915,0,1819.47,-5896.13,149.753,0.331613,360,0,0,83520,0,0,0,0,0),(130876,29104,609,1,64,25915,0,1809.27,-5932.37,115.307,0.349066,360,0,0,83520,0,0,0,0,0),(130877,29104,609,1,64,25915,0,1848.02,-5957.45,149.772,0.331613,360,0,0,83520,0,0,0,0,0),(130878,29104,609,1,64,25915,0,1847.17,-6005.37,149.901,0.436332,360,0,0,83520,0,0,0,0,0),(130879,29106,609,1,64,25907,1,2268.22,-5653.6,140.281,3.5749,360,5,0,32385,21630,1,0,0,0),(130880,29106,609,1,64,25907,1,2269.41,-5651.61,140.557,4.54275,360,0,0,32385,21630,0,0,0,0),(130881,29106,609,1,64,25910,1,2271.01,-5649.53,141.032,-2.01645,360,0,0,32385,21630,0,0,0,0),(130882,29106,609,1,64,25910,1,2263.14,-5652.78,138.405,-0.221772,360,0,0,32385,21630,0,0,0,0),(130883,29106,609,1,64,25909,1,2269.93,-5652.87,140.906,4.30552,360,5,0,32385,21630,1,0,0,0),(130884,29106,609,1,64,25909,1,2265.75,-5650.38,139.551,2.04691,360,5,0,32385,21630,1,0,0,0),(130885,29106,609,1,64,25910,1,2425.09,-5778.6,145.442,1.10719,360,5,0,32385,21630,1,0,0,0),(130886,29106,609,1,64,25908,1,2421.31,-5778.24,146.442,1.53158,360,0,0,32385,21630,0,0,0,0),(130887,29106,609,1,64,25910,1,2423.23,-5778.86,145.74,1.9728,360,0,0,32385,21630,0,0,0,0),(130888,29106,609,1,64,25907,1,2423.12,-5777.65,146.488,2.0815,360,0,0,32385,21630,0,0,0,0),(130889,29106,609,1,64,25909,1,2417.67,-5773.97,148.677,0.182378,360,0,0,32385,21630,0,0,0,0),(130890,29106,609,1,64,25908,1,2420.07,-5777.48,147.166,5.09636,360,0,0,32385,21630,0,0,0,0),(130891,29106,609,1,64,25907,1,2420.69,-5773.74,148.191,-2.26798,360,0,0,32385,21630,0,0,0,0),(130892,29106,609,1,64,25910,1,2310.05,-5658.45,151.509,5.95157,360,0,0,32385,21630,0,0,0,0),(130893,29107,609,1,192,25514,0,2308.2,-5727.35,154.664,3.76991,360,0,0,480500,0,0,0,0,0),(130894,29108,609,1,192,25338,0,2324.7,-5746.6,154.685,3.92699,360,0,0,480500,0,0,0,0,0),(130895,29109,609,1,64,6380,1,2270.5,-5651.93,141.119,4.27922,360,0,0,348625,106450,0,0,0,0),(130896,29110,609,1,192,0,0,2310.27,-5742.21,161.207,3.85718,360,0,0,27890000,0,0,0,0,0),(130897,29112,609,1,128,0,0,2814.52,-5448.2,159.039,5.32325,360,0,0,252000,79880,0,0,0,0),(130898,29113,609,1,128,0,0,2715.28,-5422.11,161.471,5.70723,360,0,0,126000,39940,0,0,0,0),(130899,29115,609,1,64,12819,0,2142.23,-5811.22,100.769,0.724912,360,0,0,124475,0,0,0,0,0),(130900,29115,609,1,64,12819,0,2224.3,-5848.81,101.283,5.36061,360,5,0,124475,0,1,0,0,0),(130901,29115,609,1,64,12819,0,2106.32,-5737.98,100.141,4.47261,360,0,0,124475,0,0,0,0,0),(130902,29115,609,1,64,12819,0,2174.38,-5723.51,102.262,1.21168,360,5,0,124475,0,1,0,0,0),(130903,29115,609,1,64,12819,0,2242.52,-5906.09,100.616,0.78836,360,0,0,124475,0,0,0,0,0),(130904,29115,609,1,64,12819,0,2194.08,-5861.5,101.415,0.694756,360,5,0,124475,0,1,0,0,0),(130905,28367,609,1,64,24719,0,2540.74,-5609.11,420.727,4.2586,360,0,0,8982,0,0,0,0,0),(130909,28367,609,1,64,24719,0,2410.01,-5627.44,376.989,6.03884,360,0,0,8982,0,0,0,0,0),(130910,28367,609,1,64,24719,0,2495.25,-5646.03,376.989,6.02139,360,0,0,8982,0,0,0,0,0),(130911,28367,609,1,64,24719,0,2444.22,-5674.93,420.727,1.06465,360,0,0,8982,0,0,0,0,0),(130912,28367,609,1,64,24719,0,2481.7,-5552.18,420.727,6.19592,360,0,0,8982,0,0,0,0,0),(130913,28367,609,1,64,24719,0,2511.2,-5593.36,420.727,0.506145,360,0,0,8982,0,0,0,0,0),(130914,28367,609,1,64,24719,0,2476.75,-5509.46,420.727,4.86947,360,0,0,8982,0,0,0,0,0),(130915,28367,609,1,64,24719,0,1676.56,-5945.14,126.882,1.18682,360,0,0,8982,0,0,0,0,0),(130916,28367,609,1,64,24719,0,2512.59,-5559.44,376.989,2.56563,360,0,0,8982,0,0,0,0,0),(130917,28367,609,1,64,24719,0,2379.56,-5577.76,420.727,1.0472,360,0,0,8982,0,0,0,0,0),(130918,28367,609,1,64,24719,0,2425.15,-5542.26,376.989,0.925025,360,0,0,8982,0,0,0,0,0),(130919,29136,609,1,64,24997,0,2202.74,-5756.65,102.226,3.80561,360,0,0,8097,0,0,0,0,0),(130920,29136,609,1,64,24997,0,2214.02,-5789.53,101.539,5.87189,360,0,0,8097,0,0,0,0,0),(130921,29136,609,1,64,24998,0,2256.65,-5926.88,95.1434,4.78939,360,0,0,8097,0,0,0,0,0),(130922,29136,609,1,64,24999,0,2172.26,-5783.02,101.31,1.5856,360,0,0,8097,0,0,0,0,0),(130923,29136,609,1,64,24997,0,2147.65,-5805.65,100.78,-2.25996,360,0,0,8097,0,0,0,0,0),(130924,29136,609,1,64,24998,0,2060.5,-5774.18,100.492,2.29488,360,0,0,8097,0,0,0,0,0),(130925,29136,609,1,64,24998,0,2148.97,-5808.72,100.87,3.07647,360,0,0,8097,0,0,0,0,0),(130926,29136,609,1,64,24998,0,2224.21,-5849.92,101.325,-2.83672,360,0,0,8097,0,0,0,0,0),(130927,29136,609,1,64,24997,0,2112.5,-5768.83,98.3495,3.13068,360,0,0,8097,0,0,0,0,0),(130928,29136,609,1,64,24999,0,2211.47,-5811.42,101.39,0.0772,360,0,0,8097,0,0,0,0,0),(130929,29136,609,1,64,24998,0,2154.05,-5911.06,100.547,0.750167,360,0,0,8097,0,0,0,0,0),(130930,29136,609,1,64,24997,0,2196.37,-5933.94,101.206,0.837758,360,0,0,8097,0,0,0,0,0),(130931,29136,609,1,64,25526,0,2103.88,-5737.83,100.145,1.37685,360,0,0,8097,0,0,0,0,0),(130932,29136,609,1,64,24999,0,2078.91,-5730.12,101.188,0.055391,360,0,0,8097,0,0,0,0,0),(130933,29136,609,1,64,24999,0,2110.42,-5738.01,100,2.01793,360,0,0,8097,0,0,0,0,0),(130934,29136,609,1,64,24998,0,2075.08,-5707.23,100.353,1.31601,360,0,0,8097,0,0,0,0,0),(130935,29136,609,1,64,24999,0,2150.84,-5873.45,101.37,2.61214,360,0,0,8097,0,0,0,0,0),(130936,29136,609,1,64,25526,0,2221.99,-5847.28,101.533,2.64509,360,5,0,8097,0,1,0,0,0),(130937,29136,609,1,64,25526,0,2223.29,-5847.99,101.408,2.02626,360,5,0,8097,0,1,0,0,0),(130938,29136,609,1,64,25526,0,2051.33,-5750.4,99.0281,3.97935,360,0,0,8097,0,0,0,0,0),(130939,29136,609,1,64,24997,0,2204.43,-5860.35,101.566,0.942478,360,0,0,8097,0,0,0,0,0),(130940,29136,609,1,64,24999,0,2232.05,-5793.35,101.275,4.66003,360,0,0,8097,0,0,0,0,0),(130941,29136,609,1,64,24999,0,2245.24,-5823.71,101.25,4.32842,360,0,0,8097,0,0,0,0,0),(130942,29136,609,1,64,24998,0,2085.7,-5730.47,100.719,-2.81245,360,0,0,8097,0,0,0,0,0),(130943,29136,609,1,64,25526,0,2213.71,-5916.49,100.964,3.28122,360,0,0,8097,0,0,0,0,0),(130944,29136,609,1,64,24998,0,2250.74,-5882.21,101.235,3.03687,360,0,0,8097,0,0,0,0,0),(130945,29136,609,1,64,25526,0,2195.22,-5906.37,101.008,3.54302,360,0,0,8097,0,0,0,0,0),(130946,29136,609,1,64,24999,0,2128.52,-5795.64,99.2703,1.95477,360,0,0,8097,0,0,0,0,0),(130947,29136,609,1,64,24999,0,2136.14,-5819.88,100.692,4.04916,360,0,0,8097,0,0,0,0,0),(130948,29136,609,1,64,24997,0,2194.46,-5872.8,101.387,3.01942,360,0,0,8097,0,0,0,0,0),(130949,29136,609,1,64,24999,0,2144.73,-5772.24,99.7401,5.18363,360,0,0,8097,0,0,0,0,0),(130950,29136,609,1,64,24997,0,2124.43,-5838.95,101.602,2.05949,360,0,0,8097,0,0,0,0,0),(130951,29136,609,1,64,24997,0,2163.96,-5822.3,101.434,4.32842,360,0,0,8097,0,0,0,0,0),(130952,29136,609,1,64,24999,0,2129.89,-5862.65,101.802,4.99164,360,0,0,8097,0,0,0,0,0),(130953,29136,609,1,64,24999,0,2070.57,-5745.67,99.0201,0.750492,360,0,0,8097,0,0,0,0,0),(130954,29136,609,1,64,24999,0,2165.58,-5855.43,102.12,5.74213,360,0,0,8097,0,0,0,0,0),(130955,29136,609,1,64,24999,0,2111.94,-5767.7,98.3545,0.921698,360,0,0,8097,0,0,0,0,0),(130956,29173,609,1,128,25444,1,2431.67,-5137.02,83.9246,3.92699,360,0,0,13945000,2129000,0,0,0,0),(130957,15928,533,3,1,16137,0,3513.84,-2926.55,302.914,4.13643,604800,0,0,3834875,0,0,0,0,0),(130960,15952,533,3,1,15928,0,3511.38,-3921.58,299.513,1.91986,604800,0,0,2510100,0,0,0,0,0),(130961,16064,533,3,1,16155,1,2520.5,-2955.38,245.635,5.58505,604800,0,0,780920,0,0,0,0,0),(130962,16065,533,3,1,16153,1,2517.62,-2959.38,245.636,5.72468,604800,0,0,780920,0,0,0,0,0),(130963,30549,533,3,1,10729,1,2524.32,-2951.28,245.633,5.42797,604800,0,0,780920,0,0,0,0,0),(130964,16063,533,3,1,16154,1,2528.79,-2948.58,245.633,5.2709,604800,0,0,780920,0,0,0,0,0),(130965,32533,571,1,1,28017,0,3592.18,265.104,340.933,2.54818,180,0,0,10080,8814,0,0,0,0),(130966,27935,571,1,1,14888,1,3573.06,250.542,47.4004,2.77507,180,0,0,7688,7500,0,0,0,0),(130967,27938,571,1,1,24951,0,3523.38,244.642,47.4,1.01229,180,0,0,10635,0,0,0,0,0),(99096,27682,571,1,1,24743,0,3214.42,579.913,196.003,1.91463,120,0,0,38440,0,2,0,0,0),(99095,27682,571,1,1,24743,0,3199.02,490.884,212.573,1.91463,120,0,0,38440,0,2,0,0,0),(99094,27682,571,1,1,24743,0,3138.13,520.682,53.4404,1.91463,120,0,0,38440,0,2,0,0,0),(99092,27682,571,1,1,24743,0,3017.47,301.008,204.943,1.91463,120,0,0,38440,0,2,0,0,0),(99091,27682,571,1,1,24743,0,3256.36,585.84,136.842,0.436332,120,0,0,38440,0,0,0,0,0),(99090,27682,571,1,1,24743,0,2954.84,625.865,146.293,2.09439,120,0,0,38440,0,0,0,0,0),(99089,27682,571,1,1,24743,0,3100.95,567.144,118.412,1.91463,120,0,0,38440,0,2,0,0,0),(99088,27682,571,1,1,24743,0,3412.46,216.097,212.123,1.91463,120,0,0,38440,0,2,0,0,0),(99087,27682,571,1,1,24743,0,3748.95,236.754,178.641,1.91463,120,0,0,38440,0,2,0,0,0),(99086,27682,571,1,1,24743,0,3408.92,276.393,180.561,1.91463,120,0,0,38440,0,2,0,0,0),(99085,27682,571,1,1,24743,0,3431.81,203.596,199.454,1.91463,120,0,0,38440,0,2,0,0,0),(99084,27682,571,1,1,24743,0,3419.56,219.467,185.801,1.91463,120,0,0,38440,0,2,0,0,0),(99083,27682,571,1,1,24743,0,3639.79,321.911,195.744,1.91463,120,0,0,38440,0,2,0,0,0),(99079,27682,571,1,1,24743,0,3434.63,268.522,212.572,1.91463,120,0,0,38440,0,2,0,0,0),(99078,27682,571,1,1,24743,0,3433.35,274.121,192.735,1.91463,120,0,0,38440,0,2,0,0,0),(130983,27940,571,1,1,24953,0,3569.93,300.315,47.4002,4.06662,180,0,0,10635,0,0,0,0,0),(130984,26917,571,1,1,28227,0,3531.02,271.403,342.804,0.10472,180,0,0,13945000,4258000,0,0,0,0),(130985,27943,571,1,1,24955,1,3520.08,296.558,47.4002,5.49779,180,0,0,10635,3561,0,0,0,0),(130986,27948,571,1,1,24956,0,3579.79,179.753,52.3397,4.31096,180,0,0,8982,3155,0,0,0,0),(130987,26925,571,1,1,6376,0,3513.94,254.139,355.514,3.68265,180,0,0,28830,0,0,0,0,0),(130988,26925,571,1,1,6376,0,3598.97,285.857,343.974,0.10472,180,0,0,28830,0,0,0,0,0),(130989,26925,571,1,1,6376,0,3525.42,305.023,345.03,1.8326,180,0,0,28830,0,0,0,0,0),(130990,26925,571,1,1,6376,0,3533.48,239.422,356.38,4.64258,180,0,0,28830,0,0,0,0,0),(130991,26925,571,1,1,6376,0,3514.17,251.125,343.248,3.50811,180,0,0,28830,0,0,0,0,0),(130995,26925,571,1,1,6376,0,3531.43,308.487,353.978,2.09439,180,0,0,28830,0,0,0,0,0),(130996,26925,571,1,1,6376,0,3551.36,311.29,351.794,1.32645,180,0,0,28830,0,0,0,0,0),(130997,26925,571,1,1,6376,0,3511.5,257.841,348.186,3.68265,180,0,0,28830,0,0,0,0,0),(130998,26925,571,1,1,6376,0,3588.23,307.968,354.338,0.959931,180,0,0,28830,0,0,0,0,0),(130999,26925,571,1,1,6376,0,3750.98,407.877,254.189,1.91463,120,0,0,1,0,2,0,0,0),(100226,26925,571,1,1,6376,0,3447.8,171.34,125.784,1.91463,120,0,0,1,0,2,0,0,0),(100216,26925,571,1,1,6376,0,3772.48,266.611,254.189,1.91463,120,0,0,1,0,2,0,0,0),(100215,26925,571,1,1,6376,0,3606.6,396.958,205.561,1.91463,120,0,0,1,0,2,0,0,0),(100213,26925,571,1,1,6376,0,3648.81,293.806,321.059,1.91463,120,0,0,1,0,2,0,0,0),(100210,26925,571,1,1,6376,0,3452.1,334.373,128.034,1.91463,120,0,0,1,0,2,0,0,0),(100209,26925,571,1,1,6376,0,3648.81,293.806,321.059,1.91463,120,0,0,1,0,2,0,0,0),(100208,26925,571,1,1,6376,0,3606.6,396.958,205.561,1.91463,120,0,0,1,0,2,0,0,0),(100207,26925,571,1,1,6376,0,3657.96,213.096,169.315,1.91463,120,0,0,1,0,2,0,0,0),(100206,26925,571,1,1,6376,0,3662.69,328.23,338.42,1.91463,120,0,0,1,0,2,0,0,0),(100170,26925,571,1,1,6376,0,3423.21,279.999,128.034,1.91463,120,0,0,1,0,2,0,0,0),(131010,27950,571,1,1,24958,0,3546.74,273.062,45.6634,1.81514,180,0,0,8982,0,0,0,0,0),(131011,27953,571,1,1,14356,1,3541.15,179.525,52.3397,5.28835,180,0,0,63000,0,0,0,0,0),(131012,27953,571,1,1,14357,1,3541.86,220.543,52.4227,0.628319,180,0,0,63000,0,0,0,0,0),(131014,27953,571,1,1,14359,1,3552.08,326.288,52.4259,3.42085,180,0,0,63000,0,0,0,0,0),(131015,27953,571,1,1,14355,1,3532.01,325.1,52.4296,0.645772,180,0,0,63000,0,0,0,0,0),(131016,27953,571,1,1,25257,1,3561.2,222.342,52.4116,3.89208,180,0,0,63000,0,0,0,0,0),(131017,27953,571,1,1,14358,1,3643.87,267.647,52.3698,0.244346,180,0,0,63000,0,0,0,0,0),(131018,27953,571,1,1,14357,1,3570.28,181.57,52.3397,4.99164,180,0,0,63000,0,0,0,0,0),(131020,27953,571,1,1,14356,1,3493.48,278.385,52.3499,5.02655,180,0,0,63000,0,0,0,0,0),(131021,27953,571,1,1,14356,1,3495.49,258.272,52.3498,2.30383,180,0,0,63000,0,0,0,0,0),(131022,27953,571,1,1,14355,1,3595.61,287.948,52.3584,5.2709,180,0,0,63000,0,0,0,0,0),(131023,27953,571,1,1,14356,1,3597.4,267.737,52.3594,1.71042,180,0,0,63000,0,0,0,0,0),(131024,27953,571,1,1,14359,1,3640.89,301.273,52.3524,0.349066,180,0,0,63000,0,0,0,0,0),(131025,27953,571,1,1,14355,1,3449.52,276.656,52.3781,3.56047,180,0,0,63000,0,0,0,0,0),(131026,27953,571,1,1,14357,1,3636.46,294.209,-120.061,0.366519,180,0,0,63000,0,0,0,0,0),(131027,27953,571,1,1,14355,1,3638.94,269.946,-120.061,0.558505,180,0,0,63000,0,0,0,0,0),(131028,27953,571,1,1,14358,1,3568.99,266.087,343.643,-0.383971,180,0,0,63000,0,0,0,0,0),(131029,27953,571,1,1,14357,1,3567.49,283.939,343.643,0.506145,180,0,0,63000,0,0,0,0,0),(131030,27953,571,1,1,14358,1,3542.56,313.813,116.85,1.65806,180,0,0,63000,0,0,0,0,0),(131031,26933,571,1,1,24782,0,3512.18,283.637,351.756,2.75762,180,0,0,59640,0,0,0,0,0),(131032,26933,571,1,1,24781,0,3536.63,238.453,352.494,4.38078,180,0,0,59640,0,0,0,0,0),(131033,26933,571,1,1,24782,0,3564.43,240.324,349.858,5.20108,180,0,0,59640,0,0,0,0,0),(131034,26933,571,1,1,24781,0,3558.38,308.097,350.85,1.25664,180,0,0,59640,0,0,0,0,0),(132092,31285,571,1,2,0,0,4763.89,1359.18,177.597,0.15708,120,0,0,1,0,0,0,0,0),(132091,31285,571,1,2,0,0,4789.43,1353.95,179.162,0.349066,120,0,0,1,0,0,0,0,0),(77839,21195,530,1,1,0,0,-2706.26,1538.41,16.6343,1.96146,300,5,0,5914,0,1,0,0,0),(77838,21195,530,1,1,0,0,-2694.88,1495,19.2922,2.33106,300,5,0,5914,0,1,0,0,0),(77837,21195,530,1,1,0,0,-2553.91,1186.8,78.5604,1.17575,300,5,0,6116,0,1,0,0,0),(77836,21195,530,1,1,0,0,-2549.03,1162.94,78.8947,1.48754,300,5,0,6116,0,1,0,0,0),(77835,21195,530,1,1,0,0,-2476.74,1228.44,40.4087,3.72907,300,5,0,5914,0,1,0,0,0),(77834,21195,530,1,1,0,0,-2476.05,1284.68,48.0809,1.20087,300,5,0,5914,0,1,0,0,0),(131038,26933,571,1,1,0,0,3738.29,310.606,206.066,1.91463,120,0,0,1,0,2,0,0,0),(131037,26933,571,1,1,0,0,3337.37,175.291,169.694,1.91463,120,0,0,1,0,2,0,0,0),(131036,26933,571,1,1,0,0,3438.61,283.548,224.395,1.91463,120,0,0,1,0,2,0,0,0),(131035,26933,571,1,1,0,0,3559.79,412.912,244.863,1.91463,120,0,0,1,0,2,0,0,0),(100826,26933,571,1,1,0,0,3457.6,232.892,280.631,1.91463,120,0,0,1,0,2,0,0,0),(100825,26933,571,1,1,0,0,3424.45,300.75,194.319,1.91463,120,0,0,1,0,2,0,0,0),(100824,26933,571,1,1,0,0,3559.79,412.912,244.863,1.91463,120,0,0,1,0,2,0,0,0),(100823,26933,571,1,1,0,0,3791.88,255.415,152.337,1.91463,120,0,0,1,0,2,0,0,0),(131051,26949,571,1,1,24190,0,3580.81,289.572,340.923,3.78736,180,0,0,126000,39940,0,0,0,0),(131053,27990,571,1,1,24976,1,3529.38,273.873,342.804,0.226893,180,0,0,11156000,9325,0,0,0,0),(131054,26983,571,1,1,24234,0,3510.93,260.856,47.3996,0.331613,180,0,0,10635,0,0,0,0,0),(131055,30058,571,1,1,26748,1,3498.13,193.04,-113.677,5.18363,180,0,0,11001,0,0,0,0,0),(131056,30058,571,1,1,26747,1,3592.49,191.156,-113.673,1.22173,180,0,0,11001,0,0,0,0,0),(131058,30058,571,1,1,26748,1,3520.88,181.39,-113.677,3.56047,180,0,0,11001,0,0,0,0,0),(131059,30058,571,1,1,26747,1,3611.36,204.748,-113.681,3.66519,180,0,0,11001,0,0,0,0,0),(131063,30058,571,1,1,14308,1,3454.64,254.968,-113.679,0.541052,180,0,0,11001,0,0,0,0,0),(131064,30058,571,1,1,14308,1,3452.63,269.257,-113.68,0.122173,180,0,0,11001,0,0,0,0,0),(131066,23155,571,1,1,15880,0,3604.82,191.464,-113.679,2.19912,180,0,0,42,0,0,0,0,0),(131068,23155,571,1,1,15880,0,3506.26,181.266,-113.679,1.15192,180,0,0,42,0,0,0,0,0),(131071,26483,571,1,1,23962,0,3387.8,425.237,88.2732,0.549159,180,20,0,9291,0,1,0,0,0),(131072,26483,571,1,1,23962,0,3376.08,416.196,69.505,2.55443,180,0,0,9291,0,0,0,0,0),(131073,27765,571,1,1,24786,0,3548.31,258.034,342.804,1.72788,180,0,0,85080,79810,0,0,0,0),(131075,30078,571,1,1,16946,0,3503.11,175.5,-97.716,1.02974,180,0,0,2215,0,0,0,0,0),(131077,30078,571,1,1,16946,0,3608.44,185.517,-98.8549,2.21657,180,0,0,2215,0,0,0,0,0),(131078,27785,571,1,1,24806,0,3539.55,285.5,342.804,5.16617,180,0,0,126000,0,0,0,0,0),(131079,27803,571,1,1,24816,1,3514.94,262.123,47.4003,3.50811,180,0,0,10635,0,0,0,0,0),(131080,38017,571,1,1,0,0,3545.99,287.278,342.721,4.76475,300,0,0,1,0,0,0,0,0),(131081,27575,571,1,1,24706,1,3543.63,304.604,117.083,1.69297,180,0,0,126000,0,0,0,0,0),(131083,27856,571,1,1,24877,0,3536.69,261.915,342.804,0.907571,180,0,0,126000,0,0,0,0,0),(88670,30298,631,15,1,0,0,4336.05,2703.99,310.81,3.1765,7200,0,0,1,0,0,0,0,0),(88669,30298,631,15,1,0,0,4304.89,2822.12,299.133,5.5676,7200,0,0,1,0,0,0,0,0),(88668,30298,631,15,1,0,0,4308.43,2717.11,299.133,0.820304,7200,0,0,1,0,0,0,0,0),(88667,30298,631,15,1,0,0,4323.73,2819.08,299.125,5.5676,7200,0,0,1,0,0,0,0,0),(88666,30298,631,15,1,0,0,4284.19,2735.24,299.138,0.820304,7200,0,0,1,0,0,0,0,0),(88665,30298,631,15,1,0,0,4292.95,2807.55,299.137,5.5676,7200,0,0,1,0,0,0,0,0),(88664,30298,631,15,1,0,0,4331.18,2813.7,299.133,5.5676,7200,0,0,1,0,0,0,0,0),(88663,30298,631,15,1,0,0,4331.98,2730.55,299.144,0.820304,7200,0,0,1,0,0,0,0,0),(88662,30298,631,15,1,0,0,4284.04,2753.07,299.147,0.820304,7200,0,0,1,0,0,0,0,0),(88661,30298,631,15,1,0,0,4342.19,2719.37,312.675,4.79965,7200,0,0,1,0,0,0,0,0),(131094,26851,571,1,1,6371,0,3647.26,244.051,52.3397,5.98648,180,0,0,31905,3561,0,0,0,0),(131095,27629,571,1,1,25710,0,3530.31,186.795,124.37,0.925025,180,0,0,138255,0,0,0,0,0),(131098,27629,571,1,1,25710,0,3582.8,191.623,122.693,2.44346,180,0,0,138255,0,0,0,0,0),(131102,27629,571,1,1,25710,0,3576,249.372,131.158,2.46091,180,0,0,138255,0,0,0,0,0),(131104,27629,571,1,1,25710,0,3523.59,244.616,131.041,0.907571,180,0,0,138255,0,0,0,0,0),(131105,27136,571,1,1,24348,0,3767.5,-775.048,196.087,2.39916,180,0,0,630000,0,2,0,0,0),(131106,27401,571,1,1,24617,1,3992.5,-791.435,122.266,0.820175,180,5,0,9291,0,1,0,0,0),(131107,27403,571,1,1,17200,0,3994.83,-789.007,122.782,0,180,5,0,8982,0,1,0,0,0),(131108,27403,571,1,1,17200,0,3966.41,-816.581,126.148,0,180,5,0,8982,0,1,0,0,0),(131109,27661,571,1,1,24472,0,3723.71,-699.29,216.054,3.03687,180,0,0,10635,0,0,0,0,0),(131110,27661,571,1,1,24472,0,3722.9,-702.661,215.817,2.79253,180,0,0,10635,0,0,0,0,0),(131111,27661,571,1,1,24472,0,3723.43,-695.682,215.987,3.4383,180,0,0,10635,0,0,0,0,0),(131112,27661,571,1,1,24472,0,3721.93,-692.035,215.904,3.78736,180,0,0,10635,0,0,0,0,0),(200875,33382,571,1,1,0,1,8316.94,740.182,553.784,5.41052,120,0,0,1,0,0,0,0,0),(131117,27155,571,1,1,24349,0,3773.19,-783.608,195.962,3.9968,180,0,0,102820,0,0,0,0,0),(131118,27156,571,1,1,24350,0,3692.51,-736.212,213.33,5.2709,180,0,0,99400,3387,0,0,0,0),(131119,27158,571,1,1,24941,0,3879.56,-798.472,221.188,1.76278,180,0,0,102820,103980,0,0,0,0),(131120,27159,571,1,1,24360,0,3694.25,-738.813,213.581,2.35619,180,0,0,89820,47325,0,0,0,0),(131121,27160,571,1,1,24543,1,3790.39,-781.163,196.9,2.93215,180,0,0,99400,0,0,0,0,0),(131123,27160,571,1,1,24542,1,3726.07,-708.622,215.174,2.9147,180,0,0,99400,0,0,0,0,0),(131125,27160,571,1,1,24541,1,3669.25,-701.398,214.409,6.07375,180,0,0,99400,0,0,0,0,0),(131127,27160,571,1,1,24543,1,3840.48,-691.066,223.082,5.95157,180,0,0,99400,0,0,0,0,0),(131128,27160,571,1,1,24361,1,3836.71,-700.804,223.082,5.96903,180,0,0,99400,0,0,0,0,0),(131129,27160,571,1,1,24543,1,3845.76,-706.785,220.548,5.93412,180,0,0,99400,0,0,0,0,0),(131130,27160,571,1,1,24361,1,3840.13,-740.989,220.71,5.49779,180,0,0,99400,0,0,0,0,0),(131131,27160,571,1,1,24543,1,3851.49,-692.616,220.84,5.8294,180,0,0,99400,0,0,0,0,0),(131134,27160,571,1,1,24543,1,3719.75,-737.155,207.61,3.90954,180,0,0,99400,0,0,0,0,0),(131137,27160,571,1,1,24543,1,3694.83,-701.74,215.387,5.044,180,0,0,99400,0,0,0,0,0),(131138,27160,571,1,1,24541,1,3874.99,-760.77,221.093,3.05433,180,0,0,99400,0,0,0,0,0),(131140,27160,571,1,1,24361,1,3713.49,-687.085,215.656,4.55531,180,0,0,99400,0,0,0,0,0),(131142,27160,571,1,1,24543,1,3667.85,-732.461,214.073,0,180,0,0,99400,0,0,0,0,0),(131143,27160,571,1,1,24361,1,3758.79,-783.064,195.828,4.5204,180,0,0,99400,0,0,0,0,0),(131144,27160,571,1,1,24543,1,3770.96,-800.6,195.98,3.1765,180,0,0,99400,0,0,0,0,0),(131145,27160,571,1,1,24542,1,3753.17,-781.106,195.453,4.76475,180,0,0,99400,0,0,0,0,0),(131146,27160,571,1,1,24361,1,3768.23,-794.289,195.837,3.45575,180,0,0,99400,0,0,0,0,0),(131147,27160,571,1,1,24543,1,3735.14,-805.913,178.016,4.79965,180,0,0,99400,0,0,0,0,0),(131148,27160,571,1,1,24361,1,3740.71,-806.63,179.545,4.2586,180,0,0,99400,0,0,0,0,0),(131149,27160,571,1,1,24543,1,3745.58,-817.285,177.453,3.45575,180,0,0,99400,0,0,0,0,0),(131152,27161,571,1,1,24362,0,3940.83,-769.903,242.437,2.05455,180,0,0,99400,0,2,0,0,0),(131154,27162,571,1,1,24546,1,3800.09,-687.701,222.047,1.79356,180,0,0,9940,3387,0,0,0,0),(131155,27162,571,1,1,24363,1,3801.56,-688.752,222.047,1.94226,180,0,0,9940,3387,0,0,0,0),(131156,27162,571,1,1,24547,1,3663.08,-750.5,213.601,4.69494,180,0,0,9940,3387,0,0,0,0),(131157,27162,571,1,1,24548,1,3802.93,-680.137,222.046,3.38405,180,0,0,9940,3387,0,0,0,0),(131158,27162,571,1,1,24548,1,3674.37,-753.319,213.685,4.41568,180,0,0,9940,3387,0,0,0,0),(131159,27162,571,1,1,24547,1,3771.55,-797.242,196.212,3.6812,180,0,0,9940,3387,0,0,0,0),(131160,27162,571,1,1,24548,1,3756.17,-780.508,195.828,4.3174,180,0,0,9940,3387,0,0,0,0),(131161,27162,571,1,1,24546,1,3685.56,-755.961,213.685,4.38078,180,0,0,9940,3387,0,0,0,0),(131162,27162,571,1,1,24546,1,3787.78,-830.816,212.565,3.7001,180,0,0,9940,3387,0,0,0,0),(131163,27162,571,1,1,24547,1,3791.52,-835.079,212.565,3.57792,180,0,0,9940,3387,0,0,0,0),(131164,27162,571,1,1,24547,1,3722.66,-771.137,213.693,4.32842,180,0,0,9940,3387,0,0,0,0),(131165,27162,571,1,1,24546,1,3713.02,-766.49,213.693,4.2586,180,0,0,9940,3387,0,0,0,0),(131166,27164,571,1,1,24554,0,3871.23,-783.176,220.566,1.74533,180,0,0,9291,3231,0,0,0,0),(131167,27164,571,1,1,24554,0,3882.43,-780.712,220.631,1.97222,180,0,0,9291,3231,0,0,0,0),(131168,27164,571,1,1,24365,0,3882.36,-800.169,221.179,1.81514,180,0,0,9291,3231,0,0,0,0),(131169,27164,571,1,1,24553,0,3877.92,-800.98,221.18,1.65806,180,0,0,9291,3231,0,0,0,0),(131170,27164,571,1,1,24554,0,3801.41,-683.93,222.046,2.36808,180,0,0,9291,3231,0,0,0,0),(131171,27164,571,1,1,24553,0,3803.43,-678.526,222.046,3.64946,180,0,0,9291,3231,0,0,0,0),(131172,27164,571,1,1,24553,0,3804.24,-676.491,222.047,3.83929,180,0,0,9291,3231,0,0,0,0),(131173,27164,571,1,1,24365,0,3802.43,-686.176,222.046,2.22534,180,0,0,9291,3231,0,0,0,0),(131174,27437,571,1,1,11686,0,3882.8,-868.198,111.188,2.56563,180,0,0,42,0,0,0,0,0),(131175,26426,571,1,1,13340,0,3991.16,-663.761,305.523,4.15711,180,5,0,9610,0,1,0,0,0),(131176,27454,571,1,1,17200,0,3812.84,-813.419,200.167,2.33874,180,5,0,8982,0,1,0,0,0),(131177,27241,571,1,1,24446,0,3644.84,-945.806,186.253,5.87465,180,0,0,9291,0,2,0,0,0),(131178,27241,571,1,1,24446,0,3635.56,-815.682,206.428,2.25987,180,0,0,9291,0,2,0,0,0),(131179,27508,571,1,1,23276,1,3616.46,-781.033,147.143,0.017453,180,0,0,9610,9927,0,0,0,0),(131180,27510,571,1,1,24682,0,3621.48,-781.05,149.497,3.19868,180,5,0,149100,0,1,0,0,0),(131181,27766,571,1,1,0,0,3807.61,-684.316,224.122,5.91667,180,0,0,1,0,0,0,0,0),(131185,27779,571,1,1,0,0,3816.07,-677.585,224.345,4.5204,180,0,0,1,0,0,0,0,0),(133913,1293,571,1,1,0,1,3672.79,-1192.85,102.42,5.8294,120,0,0,14357,0,0,0,0,0),(131189,29328,571,1,1,328,0,3770.83,-887.173,162.811,1.5708,180,5,0,42,0,1,0,0,0),(131190,29328,571,1,1,328,0,3690.41,-707.005,213.305,3.30186,180,5,0,42,0,1,0,0,0),(131191,29328,571,1,1,328,0,3879.76,-776.738,220.25,2.95955,180,5,0,42,0,1,0,0,0),(131192,27551,571,1,1,24699,0,3612.07,-770.935,164.304,1.58782,180,5,0,9291,0,1,0,0,0),(131193,27552,571,1,1,10256,0,3612.91,-764.289,164.304,0.428846,180,5,0,9291,0,1,0,0,0),(131194,27314,571,1,1,24532,0,3811.17,-811.726,198.459,2.33874,180,0,0,10282,3466,0,0,0,0),(131195,27316,571,1,1,24534,1,3797.92,-677.414,213.753,5.94942,180,0,0,9291,0,0,0,0,0),(131196,27317,571,1,1,24535,0,3700.82,-696.887,215.694,5.35816,180,0,0,10635,3561,0,0,0,0),(131197,27577,571,1,1,24994,0,3799.22,-684.38,213.836,1.32645,180,0,0,9291,0,0,0,0,0),(131198,26043,571,1,1,23501,0,3683.74,-740.229,213.949,3.94444,180,0,0,42,0,0,0,0,0),(131199,26043,571,1,1,23501,0,3682.07,-739.411,214.094,4.2586,180,0,0,42,0,0,0,0,0),(131200,26043,571,1,1,23501,0,3680.05,-738.476,214.151,4.20624,180,0,0,42,0,0,0,0,0),(131201,27359,571,1,1,24611,1,3738.03,-862.571,171.562,0.15708,180,0,0,3052,0,0,0,0,0),(131202,27359,571,1,1,24613,1,3755.24,-857.101,163.71,3.7001,180,0,0,3052,0,0,0,0,0),(131203,27359,571,1,1,24610,1,3644.64,-798.55,165.132,5.20108,180,0,0,3052,0,0,0,0,0),(131204,27359,571,1,1,24611,1,3672.57,-821.037,164.761,0.20944,180,0,0,3052,0,0,0,0,0),(131205,27359,571,1,1,24610,1,3686.41,-806.22,174.462,4.88692,180,0,0,3052,0,0,0,0,0),(131206,27359,571,1,1,24612,1,3679.84,-802.775,164.73,4.62512,180,0,0,3052,0,0,0,0,0),(131207,27359,571,1,1,24610,1,3674.44,-795.524,174.571,4.67748,180,0,0,3052,0,0,0,0,0),(131208,27370,571,1,1,24579,0,3740.9,-862.012,171.562,3.1765,180,0,0,9291,0,0,0,0,0),(131209,27370,571,1,1,24579,0,3751.8,-859.872,163.708,0.855211,180,0,0,9291,0,0,0,0,0),(131210,27370,571,1,1,24579,0,3646.23,-801.477,164.807,2.21657,180,0,0,9291,0,0,0,0,0),(131211,27370,571,1,1,25286,0,3674.94,-820.554,164.761,3.36848,180,0,0,9291,0,0,0,0,0),(131212,27370,571,1,1,24579,0,3687.22,-809.842,174.435,1.93731,180,0,0,9291,0,0,0,0,0),(131213,27370,571,1,1,24579,0,3776.04,-886.459,162.686,6.21256,180,0,0,9291,0,0,0,0,0),(131214,27370,571,1,1,24579,0,3702.68,-816.932,165.72,1.89836,180,5,0,9291,0,1,0,0,0),(131215,27370,571,1,1,25286,0,3686.74,-833.97,165.878,1.44862,180,0,0,9291,0,0,0,0,0),(131216,27370,571,1,1,24579,0,3679.28,-806.33,164.745,1.29154,180,0,0,9291,0,0,0,0,0),(131217,27370,571,1,1,24579,0,3674.16,-800.264,174.509,1.41372,180,0,0,9291,0,0,0,0,0),(131218,27370,571,1,1,24579,0,3732.99,-848.598,164.945,1.24997,180,5,0,9291,0,1,0,0,0),(131219,27370,571,1,1,25286,0,3736.57,-835.935,167.84,1.23421,180,5,0,9291,0,1,0,0,0),(131220,27370,571,1,1,25286,0,3730.58,-846.582,165.25,6.17947,180,0,0,9291,0,0,0,0,0),(131221,27370,571,1,1,24579,0,3717.45,-836.899,165.304,1.42563,180,5,0,9291,0,1,0,0,0),(131222,27375,571,1,1,17200,0,3780.15,-826.189,209.74,3.14159,180,0,0,8982,0,0,0,0,0),(131223,27375,571,1,1,17200,0,3772.5,-821.296,217.866,3.87463,180,0,0,8982,0,0,0,0,0),(131224,27375,571,1,1,17200,0,3707.91,-837.887,163.978,0.750492,180,0,0,8982,0,0,0,0,0),(131225,27375,571,1,1,17200,0,3739.32,-863.579,183.606,0.872665,180,0,0,8982,0,0,0,0,0),(131226,27375,571,1,1,17200,0,3730.21,-782.142,195.364,3.78736,180,0,0,8982,0,0,0,0,0),(131227,27375,571,1,1,17200,0,3728.36,-863.676,175.63,5.16617,180,0,0,8982,0,0,0,0,0),(131228,27375,571,1,1,17200,0,3673.72,-833.259,181.323,5.39307,180,0,0,8982,0,0,0,0,0),(131229,27375,571,1,1,17200,0,3683.57,-840.76,193.74,2.25148,180,0,0,8982,0,0,0,0,0),(131230,27375,571,1,1,17200,0,3731.31,-783.058,229.17,5.58505,180,0,0,8982,0,0,0,0,0),(131231,27375,571,1,1,17200,0,3743.45,-823.211,174.426,4.69494,180,0,0,8982,0,0,0,0,0),(131232,27375,571,1,1,17200,0,3711.25,-826.095,172.743,2.84489,180,0,0,8982,0,0,0,0,0),(131233,27375,571,1,1,17200,0,3766.99,-818.543,195.632,0.890118,180,0,0,8982,0,0,0,0,0),(131234,27375,571,1,1,17200,0,3744.97,-792.925,225.386,3.57792,180,0,0,8982,0,0,0,0,0),(131235,27375,571,1,1,17200,0,3673.98,-812.003,190.26,4.31096,180,0,0,8982,0,0,0,0,0),(131236,27375,571,1,1,17200,0,3735.7,-803.157,182.566,0.122173,180,0,0,8982,0,0,0,0,0),(131237,27375,571,1,1,17200,0,3719.04,-773.781,207.621,1.90241,180,0,0,8982,0,0,0,0,0),(131238,27375,571,1,1,17200,0,3791.17,-838.645,205.999,2.77507,180,0,0,8982,0,0,0,0,0),(131239,27375,571,1,1,17200,0,3761.97,-806.711,228.686,3.90954,180,0,0,8982,0,0,0,0,0),(131240,27375,571,1,1,17200,0,3708.94,-768.447,213.772,4.88692,180,0,0,8982,0,0,0,0,0),(131241,27375,571,1,1,17200,0,3736.75,-787.859,202.257,3.9619,180,0,0,8982,0,0,0,0,0),(131242,27375,571,1,1,17200,0,3749.11,-868.35,174.572,4.04916,180,0,0,8982,0,0,0,0,0),(131243,27375,571,1,1,17200,0,3729.44,-819.089,170.855,2.84489,180,0,0,8982,0,0,0,0,0),(131244,27375,571,1,1,17200,0,3798.24,-837.886,213.169,0.942478,180,0,0,8982,0,0,0,0,0),(131245,27375,571,1,1,17200,0,3757.86,-862.713,184.027,2.68781,180,0,0,8982,0,0,0,0,0),(131246,27375,571,1,1,17200,0,3736.53,-870.413,168.672,1.90241,180,0,0,8982,0,0,0,0,0),(131247,27375,571,1,1,17200,0,3700.82,-768.079,220.951,2.63545,180,0,0,8982,0,0,0,0,0),(131248,27375,571,1,1,17200,0,3686.36,-838.935,207.338,3.28122,180,0,0,8982,0,0,0,0,0),(131250,23033,571,1,1,0,0,3804.4,-695.956,224.001,5.1201,180,0,0,42,0,2,0,0,0),(131252,23033,571,1,1,0,0,3804.23,-669.811,224.846,0.274864,180,0,0,42,0,2,0,0,0),(131254,26878,571,1,1,22041,0,3712.43,-694.86,215.36,4.60422,180,0,0,10635,3561,0,0,0,0),(152181,24879,571,1,1,0,0,7893.47,-3322.01,857.378,3.31622,300,5,0,42,0,1,0,0,0),(152180,24879,571,1,1,0,0,7518.88,-3094.41,842.155,3.31622,300,5,0,42,0,1,0,0,0),(88333,30499,571,1,128,0,0,5392.91,2975.26,415.223,4.55531,180,0,0,1,0,0,0,0,0),(88332,30499,571,1,128,0,0,5391.61,2707.72,415.051,4.55531,180,0,0,1,0,0,0,0,0),(88310,31841,571,1,16,0,1,4318.44,2408.07,392.676,6.23083,120,0,0,1,0,0,0,0,0),(88311,31841,571,1,16,0,1,4336.25,3235.52,390.334,0.628319,120,0,0,1,0,0,0,0,0),(88312,31841,571,1,16,0,1,5104.75,2300.95,368.568,0.733038,120,0,0,1,0,0,0,0,0),(88331,30499,571,1,32,0,0,4354.15,3312.82,378.046,1.67552,180,0,0,1,0,0,0,0,0),(88330,30499,571,1,32,0,0,4357.67,2357.99,382.007,1.67552,180,0,0,1,0,0,0,0,0),(131355,30560,571,1,1,27121,0,5363.01,2741.6,409.211,3.22886,60,0,0,5,0,0,0,0,0),(131356,30560,571,1,1,27121,0,4382.14,2332.72,376.403,0.418879,60,0,0,5,0,0,0,0,0),(131357,30560,571,1,1,27121,0,4372.92,3278.97,372.512,6.03884,60,0,0,5,0,0,0,0,0),(131358,30560,571,1,1,27121,0,5363.77,3006.14,409.275,3.31613,60,0,0,5,0,0,0,0,0),(131359,30560,571,1,1,27121,0,4373.83,3282.3,372.512,6.05629,60,0,0,5,0,0,0,0,0),(131360,30560,571,1,1,27121,0,4382.47,2328.35,376.403,0.279253,60,0,0,5,0,0,0,0,0),(131361,30560,571,1,1,27121,0,4382.04,2334.92,376.403,0.610865,60,0,0,5,0,0,0,0,0),(131362,30560,571,1,1,27121,0,5363.03,2740.53,409.203,3.21141,60,0,0,5,0,0,0,0,0),(131363,30560,571,1,1,27121,0,5363.06,2736.27,409.18,3.19395,60,0,0,5,0,0,0,0,0),(131364,30560,571,1,1,27121,0,4382.24,2330.4,376.403,0.471239,60,0,0,5,0,0,0,0,0),(131365,30560,571,1,1,27121,0,5363.87,3007.53,409.275,3.29867,60,0,0,5,0,0,0,0,0),(131366,30560,571,1,1,27121,0,4381.8,2337.09,376.403,0.523599,60,0,0,5,0,0,0,0,0),(131367,30560,571,1,1,27121,0,4373.3,3280.6,372.512,5.96903,60,0,0,5,0,0,0,0,0),(131368,30560,571,1,1,27121,0,5363.1,2739.42,409.196,3.21141,60,0,0,5,0,0,0,0,0),(131369,30560,571,1,1,27121,0,4371.87,3276.2,372.512,6.02139,60,0,0,5,0,0,0,0,0),(131370,30560,571,1,1,27121,0,5363.12,2738.27,409.188,3.21141,60,0,0,5,0,0,0,0,0),(131371,30560,571,1,1,27121,0,4372.49,3277.77,372.512,6.03884,60,0,0,5,0,0,0,0,0),(131372,30560,571,1,1,27121,0,5364.06,3008.92,409.275,3.14159,60,0,0,5,0,0,0,0,0),(131373,30560,571,1,1,27121,0,5364.4,3011.7,409.275,3.26377,60,0,0,5,0,0,0,0,0),(131374,30560,571,1,1,27121,0,5364.25,3010.51,409.275,3.31613,60,0,0,5,0,0,0,0,0),(133914,27319,571,1,1,0,1,3666.78,-1188.16,102.42,3.08923,120,0,0,10635,0,0,0,0,0),(88317,31842,571,1,32,0,1,4336.25,3235.52,390.334,0.628319,120,0,0,1,0,0,0,0,0),(88316,31842,571,1,32,0,1,4318.44,2408.07,392.676,6.23083,120,0,0,1,0,0,0,0,0),(88315,31841,571,1,192,0,1,5031.84,3710.75,372.483,0,120,0,0,1,0,0,0,0,0),(88314,31841,571,1,64,0,1,5537.48,2898.91,517.259,4.86947,120,0,0,1,0,0,0,0,0),(88313,31841,571,1,16,0,1,5103.13,3462.13,368.568,5.2709,120,0,0,1,0,0,0,0,0),(131385,15214,571,1,1,0,0,4893.34,2769.74,557.021,4.90438,180,0,0,42,0,0,0,0,0),(131386,15214,571,1,1,0,0,4306.3,3138.64,469.401,0.942478,180,0,0,42,0,0,0,0,0),(131387,15214,571,1,1,0,0,4948.99,2937.79,550.517,1.81514,180,0,0,42,0,0,0,0,0),(131388,15214,571,1,1,0,0,4827.75,2523.19,360.309,2.04204,180,0,0,42,0,0,0,0,0),(131389,15214,571,1,1,0,0,5003.95,3390.82,373.363,4.13643,180,0,0,42,0,0,0,0,0),(88329,30499,571,1,32,0,0,4939.76,2389.06,326.153,3.26377,180,0,0,1,0,0,0,0,0),(131393,30842,571,1,1,25553,0,4638.2,3768.82,352.53,4.21778,180,5,0,12600,3994,1,0,0,0),(131394,30842,571,1,1,25553,0,4713.59,3806.48,354.687,1.1634,180,5,0,12600,3994,1,0,0,0),(131395,30842,571,1,1,25553,0,4669.52,3741.9,356.502,2.75491,180,5,0,12600,3994,1,0,0,0),(131396,30842,571,1,1,25553,0,4804.29,3768.33,354.044,4.90195,180,5,0,12600,3994,1,0,0,0),(131397,30842,571,1,1,25553,0,4652.91,4024.91,360.371,2.20682,180,5,0,12600,3994,1,0,0,0),(131398,30842,571,1,1,25553,0,4552.93,3749.64,357.358,1.20413,180,5,0,12600,3994,1,0,0,0),(131399,30842,571,1,1,25553,0,4677.08,3702.08,375.659,2.23585,180,5,0,12600,3994,1,0,0,0),(131400,30842,571,1,1,25553,0,4577.24,3820.23,353.302,6.03667,180,5,0,12600,3994,1,0,0,0),(131401,30842,571,1,1,25553,0,4883.21,3827.79,355.593,2.90621,180,5,0,12600,3994,1,0,0,0),(131402,30842,571,1,1,25553,0,4670.49,3957.52,360.519,4.83041,180,5,0,12600,3994,1,0,0,0),(131403,30842,571,1,1,25553,0,4502.27,3742.49,352.753,5.31879,180,5,0,12600,3994,1,0,0,0),(131404,30842,571,1,1,25553,0,4953.39,3789.56,361.503,0.436083,180,5,0,12600,3994,1,0,0,0),(131405,30842,571,1,1,25553,0,4640.52,3838.32,350.477,5.1484,180,5,0,12600,3994,1,0,0,0),(131406,30842,571,1,1,25553,0,4595.2,3774.03,353.448,0.236944,180,5,0,12600,3994,1,0,0,0),(131407,30842,571,1,1,25553,0,4561.59,3884.79,351.9,5.26509,180,5,0,12600,3994,1,0,0,0),(131408,30842,571,1,1,25553,0,4672.06,3939.53,360.519,2.98725,180,5,0,12600,3994,1,0,0,0),(131409,30842,571,1,1,25553,0,4748.42,3767.35,356.058,0.330118,180,5,0,12600,3994,1,0,0,0),(131410,30842,571,1,1,25553,0,4783.99,3882.78,357.929,1.53956,180,5,0,12600,3994,1,0,0,0),(131411,30842,571,1,1,25553,0,4460.73,3744.73,352.397,2.04909,180,5,0,12600,3994,1,0,0,0),(131412,30842,571,1,1,25553,0,4746.52,3915.24,358.862,3.23541,180,5,0,12600,3994,1,0,0,0),(131413,30842,571,1,1,25553,0,4622.92,3809.42,348.085,5.49972,180,5,0,12600,3994,1,0,0,0),(131414,30842,571,1,1,25553,0,4593.72,3921.86,359.678,4.74974,180,5,0,12600,3994,1,0,0,0),(131415,30842,571,1,1,25553,0,4759.46,3707.15,363.725,3.86154,180,5,0,12600,3994,1,0,0,0),(131416,30842,571,1,1,25553,0,4616.63,3717.24,362.531,4.83733,180,5,0,12600,3994,1,0,0,0),(131417,30842,571,1,1,25553,0,4876.6,3741.68,348.645,1.16317,180,5,0,12600,3994,1,0,0,0),(131418,30842,571,1,1,25553,0,4843.98,3867.52,357.735,3.27654,180,5,0,12600,3994,1,0,0,0),(131419,30842,571,1,1,25553,0,4540.67,3781.34,354.456,0.702039,180,5,0,12600,3994,1,0,0,0),(131420,30842,571,1,1,25553,0,4609.73,3862.05,348.771,2.05421,180,5,0,12600,3994,1,0,0,0),(131421,30842,571,1,1,25553,0,4640.63,3980.22,362.91,1.35,180,5,0,12600,3994,1,0,0,0),(131422,30842,571,1,1,25553,0,4817.36,3683.62,361.809,3.66532,180,5,0,12600,3994,1,0,0,0),(131423,30842,571,1,1,25553,0,4510.22,3809.38,349.301,0.050545,180,5,0,12600,3994,1,0,0,0),(131424,30842,571,1,1,25553,0,4681.14,3811.62,351.731,3.08409,180,5,0,12600,3994,1,0,0,0),(131425,30842,571,1,1,25553,0,4637.77,3908.25,356.523,2.67113,180,5,0,12600,3994,1,0,0,0),(131426,30842,571,1,1,25553,0,4948.74,3728.2,356.54,0.35134,180,5,0,12600,3994,1,0,0,0),(131427,30842,571,1,1,25553,0,4522.32,3828.29,352.061,6.17443,180,5,0,12600,3994,1,0,0,0),(131428,30842,571,1,1,25553,0,4814.05,3812.75,355.95,3.50996,180,5,0,12600,3994,1,0,0,0),(131429,30842,571,1,1,25553,0,4678.6,3865.77,354.608,0.283463,180,5,0,12600,3994,1,0,0,0),(131430,30842,571,1,1,25553,0,4769.46,3740.79,357.911,2.78638,180,5,0,12600,3994,1,0,0,0),(131431,30842,571,1,1,25553,0,4684.89,3844.72,351.483,1.59598,180,5,0,12600,3994,1,0,0,0),(131432,30842,571,1,1,25553,0,4688.74,4041.87,351.286,1.71807,180,5,0,12600,3994,1,0,0,0),(131433,30842,571,1,1,25553,0,4704.15,3975.03,356.723,2.76668,180,5,0,12600,3994,1,0,0,0),(131434,30842,571,1,1,25553,0,4716.06,3886.35,356.849,2.01351,180,5,0,12600,3994,1,0,0,0),(131435,30842,571,1,1,25553,0,4693.2,3919.81,361.717,3.39476,180,5,0,12600,3994,1,0,0,0),(131436,30842,571,1,1,25553,0,4717.46,3712.07,363.008,1.46162,180,5,0,12600,3994,1,0,0,0),(88328,30499,571,1,32,0,0,4964.89,3383.06,382.911,6.12611,180,0,0,1,0,0,0,0,0),(131438,30845,571,1,1,24468,0,4536.42,4021.01,412.24,6.16101,180,0,0,12600,3994,0,0,0,0),(131439,30845,571,1,1,24468,0,4438.88,4116.71,411.618,3.9619,180,0,0,12600,3994,0,0,0,0),(131440,30845,571,1,1,24467,0,4507.46,3957.9,411.75,2.49582,180,0,0,12600,3994,0,0,0,0),(131441,30845,571,1,1,21773,0,4539.4,3990.42,411.613,2.84489,180,0,0,12600,3994,0,0,0,0),(131442,30845,571,1,1,24466,0,4468.2,3925.94,411.618,4.15388,180,0,0,12600,3994,0,0,0,0),(131443,30845,571,1,1,24467,0,4504.97,3992,411.618,2.00713,180,0,0,12600,3994,0,0,0,0),(131444,30845,571,1,1,24468,0,4474.16,4173.42,411.746,1.50098,180,0,0,12600,3994,0,0,0,0),(131445,30845,571,1,1,24466,0,4497.82,4013.1,411.624,4.41568,180,0,0,12600,3994,0,0,0,0),(131446,30845,571,1,1,24467,0,4520.72,4089.2,411.618,3.82227,180,0,0,12600,3994,0,0,0,0),(131447,30845,571,1,1,21773,0,4456.81,4153.27,411.694,2.09439,180,0,0,12600,3994,0,0,0,0),(131448,30845,571,1,1,24466,0,4500.66,4138.29,411.641,4.45059,180,0,0,12600,3994,0,0,0,0),(131449,30845,571,1,1,21773,0,4541,4101.3,411.618,5.34071,180,0,0,12600,3994,0,0,0,0),(131450,30845,571,1,1,24466,0,4428.35,3957.63,411.618,0.331613,180,0,0,12600,3994,0,0,0,0),(131451,30845,571,1,1,24467,0,4555.27,4151.61,411.617,4.92183,180,0,0,12600,3994,0,0,0,0),(131452,30845,571,1,1,24466,0,4422.39,3930.53,411.618,4.41568,180,0,0,12600,3994,0,0,0,0),(131453,30845,571,1,1,21773,0,4544.61,4176.77,411.618,3.47321,180,0,0,12600,3994,0,0,0,0),(131454,30845,571,1,1,24467,0,4452.53,4095.81,411.618,2.53073,180,0,0,12600,3994,0,0,0,0),(131455,30845,571,1,1,24466,0,4437.08,4018.46,411.618,4.88692,180,0,0,12600,3994,0,0,0,0),(131456,30845,571,1,1,24466,0,4499.54,4068.27,411.618,0.366519,180,0,0,12600,3994,0,0,0,0),(131457,30845,571,1,1,24468,0,4542.84,4044.44,411.619,3.38594,180,0,0,12600,3994,0,0,0,0),(88327,30400,571,1,64,0,0,5392.91,2975.26,415.223,4.55531,180,0,0,1,0,0,0,0,0),(131459,30846,571,1,1,5450,0,4689.55,2588.1,335.327,2.0499,180,5,0,12600,3994,1,0,0,0),(131460,30846,571,1,1,5450,0,4877.99,3215.59,349.572,4.59316,180,5,0,12600,3994,1,0,0,0),(131461,30846,571,1,1,5450,0,4583.73,3069.43,335.79,2.00935,180,5,0,12600,3994,1,0,0,0),(131462,30846,571,1,1,5450,0,4694.42,2660.07,336.139,0.255026,180,5,0,12600,3994,1,0,0,0),(131463,30846,571,1,1,5450,0,5182.14,3261.53,352.746,0.590342,180,5,0,12600,3994,1,0,0,0),(131464,30846,571,1,1,5450,0,4827.06,3218.72,352.66,5.46865,180,5,0,12600,3994,1,0,0,0),(131465,30846,571,1,1,5450,0,5096.51,3637.21,352.623,0.282101,180,5,0,12600,3994,1,0,0,0),(131466,30846,571,1,1,5450,0,4675.14,2707.97,338.059,1.84271,180,5,0,12600,3994,1,0,0,0),(131467,30846,571,1,1,5450,0,4572.26,3003.85,334.634,5.14655,180,5,0,12600,3994,1,0,0,0),(131468,30846,571,1,1,5450,0,4925.61,2077.11,414.309,5.9837,180,5,0,12600,3994,1,0,0,0),(131469,30846,571,1,1,5450,0,5171.25,3580.06,352.622,4.79287,180,5,0,12600,3994,1,0,0,0),(131470,30846,571,1,1,5450,0,5111.87,3512.72,354.518,4.49388,180,5,0,12600,3994,1,0,0,0),(131471,30846,571,1,1,5450,0,4686.07,3358.93,336.39,3.03004,180,5,0,12600,3994,1,0,0,0),(131472,30846,571,1,1,5450,0,4622.56,3177.89,343.194,1.79115,180,5,0,12600,3994,1,0,0,0),(131473,30846,571,1,1,5450,0,5204.71,3337.12,352.883,2.28206,180,5,0,12600,3994,1,0,0,0),(131474,30846,571,1,1,5450,0,5274.75,3370.94,352.893,3.17938,180,5,0,12600,3994,1,0,0,0),(131475,30846,571,1,1,5450,0,4738.18,3378.69,335.586,2.04301,180,5,0,12600,3994,1,0,0,0),(131476,30846,571,1,1,5450,0,4908.1,1996.07,420.287,0.153202,180,5,0,12600,3994,1,0,0,0),(131477,30846,571,1,1,5450,0,4680.19,2515.12,338.027,0.6831,180,5,0,12600,3994,1,0,0,0),(131478,30846,571,1,1,5450,0,4978.86,3576.16,352.683,3.47471,180,5,0,12600,3994,1,0,0,0),(131479,30846,571,1,1,5450,0,4630.58,3005.83,335.74,1.16629,180,5,0,12600,3994,1,0,0,0),(131480,30846,571,1,1,5450,0,5216.07,3425.03,352.86,2.27177,180,5,0,12600,3994,1,0,0,0),(131481,30846,571,1,1,5450,0,4775.79,3473.27,352.465,5.36047,180,5,0,12600,3994,1,0,0,0),(131482,30846,571,1,1,5450,0,5289.42,3314.61,353.495,3.59508,180,5,0,12600,3994,1,0,0,0),(131483,30846,571,1,1,5450,0,4621.66,3046.16,337.014,1.08866,180,5,0,12600,3994,1,0,0,0),(131484,30846,571,1,1,5450,0,4661.27,3323.91,334.64,1.44487,180,5,0,12600,3994,1,0,0,0),(131485,30846,571,1,1,5450,0,4854.33,1971.22,417.521,5.1201,180,5,0,12600,3994,1,0,0,0),(131486,30846,571,1,1,5450,0,4691.28,3238.81,340.525,2.24532,180,5,0,12600,3994,1,0,0,0),(131487,30846,571,1,1,5450,0,4628.97,3104.99,340.128,4.05496,180,5,0,12600,3994,1,0,0,0),(131488,30846,571,1,1,5450,0,4524.78,2963.2,347.633,0.586103,180,5,0,12600,3994,1,0,0,0),(131489,30846,571,1,1,5450,0,5142.44,3348.53,353.525,0.612001,180,5,0,12600,3994,1,0,0,0),(131490,30846,571,1,1,5450,0,5105.44,3410.52,353.705,1.43943,180,5,0,12600,3994,1,0,0,0),(131491,30846,571,1,1,5450,0,4888.21,3497.29,348.279,3.44531,180,5,0,12600,3994,1,0,0,0),(131492,30846,571,1,1,5450,0,4873.92,3538.88,337.848,5.16005,180,5,0,12600,3994,1,0,0,0),(131493,30846,571,1,1,5450,0,4986.15,3698.07,346.102,2.30063,180,5,0,12600,3994,1,0,0,0),(131494,30846,571,1,1,5450,0,4889.77,3171.95,352.573,5.52568,180,5,0,12600,3994,1,0,0,0),(131495,30846,571,1,1,5450,0,4945.13,3211.14,345.899,1.78028,180,5,0,12600,3994,1,0,0,0),(131496,30846,571,1,1,5450,0,4925.16,3637.69,336.189,5.30131,180,5,0,12600,3994,1,0,0,0),(131497,30846,571,1,1,5450,0,4822.67,3180.47,352.591,3.38911,180,5,0,12600,3994,1,0,0,0),(131498,30846,571,1,1,5450,0,4996.46,3220.24,345.899,1.05557,180,5,0,12600,3994,1,0,0,0),(131499,30846,571,1,1,5450,0,4821.73,3501.55,333.29,4.15202,180,5,0,12600,3994,1,0,0,0),(131500,30846,571,1,1,5450,0,4755.39,3552.49,349.398,1.55471,180,5,0,12600,3994,1,0,0,0),(131501,30846,571,1,1,5450,0,4803.15,3134.7,350.018,1.82873,180,5,0,12600,3994,1,0,0,0),(131502,30846,571,1,1,5450,0,4589.63,2329.17,340.5,1.96046,180,5,0,12600,3994,1,0,0,0),(131503,30846,571,1,1,5450,0,4683.87,3557.53,347.166,3.53641,180,5,0,12600,3994,1,0,0,0),(131504,30846,571,1,1,5450,0,4573.76,2376.27,334.806,4.24246,180,5,0,12600,3994,1,0,0,0),(131505,30846,571,1,1,5450,0,4717.7,2342.11,338.149,3.0678,180,5,0,12600,3994,1,0,0,0),(131506,30846,571,1,1,5450,0,4682.79,2311.82,337.047,0.868671,180,5,0,12600,3994,1,0,0,0),(131507,30846,571,1,1,5450,0,4773.65,3184.28,346.345,2.55019,180,5,0,12600,3994,1,0,0,0),(131508,30846,571,1,1,5450,0,4489.78,2410.96,352.259,5.05479,180,5,0,12600,3994,1,0,0,0),(131509,30846,571,1,1,5450,0,4787.87,3227.57,352.543,0.538954,180,5,0,12600,3994,1,0,0,0),(131510,30846,571,1,1,5450,0,4608.34,2428.72,336.872,3.13573,180,5,0,12600,3994,1,0,0,0),(131511,30846,571,1,1,5450,0,4817.9,2141.85,336.087,2.45904,180,5,0,12600,3994,1,0,0,0),(131512,30846,571,1,1,5450,0,4531.39,2451.69,350.649,5.59499,180,5,0,12600,3994,1,0,0,0),(131513,30846,571,1,1,5450,0,4775.26,2194.86,334.122,0.492956,180,5,0,12600,3994,1,0,0,0),(131514,30846,571,1,1,5450,0,4826.78,2215.43,333.711,1.86415,180,5,0,12600,3994,1,0,0,0),(131515,30846,571,1,1,5450,0,4782.11,2248.57,349.133,5.45306,180,5,0,12600,3994,1,0,0,0),(131516,30846,571,1,1,5450,0,4853.58,2053.08,394.042,3.04679,180,5,0,12600,3994,1,0,0,0),(131517,30846,571,1,1,5450,0,4817.47,2014.95,401.938,5.16164,180,5,0,12600,3994,1,0,0,0),(131518,30846,571,1,1,5450,0,4725.69,2261.02,337.54,2.76032,180,5,0,12600,3994,1,0,0,0),(131519,30846,571,1,1,5450,0,4670.61,3187.49,343.136,3.25079,180,5,0,12600,3994,1,0,0,0),(131520,30846,571,1,1,5450,0,4748.96,3180.21,349.524,2.92986,180,5,0,12600,3994,1,0,0,0),(131521,30846,571,1,1,5450,0,4627.8,2362.98,333.347,4.74339,180,5,0,12600,3994,1,0,0,0),(131522,30846,571,1,1,5450,0,4672.68,2779.12,338.747,1.49849,180,5,0,12600,3994,1,0,0,0),(131523,30846,571,1,1,5450,0,4840.01,2831.54,346.966,3.50606,180,5,0,12600,3994,1,0,0,0),(131524,30846,571,1,1,5450,0,4615.34,2738.8,345.254,5.2002,180,5,0,12600,3994,1,0,0,0),(131525,30846,571,1,1,5450,0,4603.27,2788.44,334.735,5.32646,180,5,0,12600,3994,1,0,0,0),(131526,30846,571,1,1,5450,0,4656.99,2460.82,335.597,1.52435,180,5,0,12600,3994,1,0,0,0),(131527,30846,571,1,1,5450,0,4567.8,2836.47,348.893,4.80579,180,5,0,12600,3994,1,0,0,0),(131528,30846,571,1,1,5450,0,5039.58,3589.58,353.197,2.98176,180,5,0,12600,3994,1,0,0,0),(131529,30846,571,1,1,5450,0,5131.98,3605.52,352.892,4.03332,180,5,0,12600,3994,1,0,0,0),(131530,30847,571,1,1,1204,0,4265.24,1772.61,350.515,0.701328,180,0,0,12600,0,0,0,0,0),(131531,30847,571,1,1,1204,0,4446.1,1829.76,372.664,0.842595,180,0,0,12600,0,0,0,0,0),(131532,30847,571,1,1,1204,0,4432.09,1783.52,379.46,0.907007,180,0,0,12600,0,0,0,0,0),(131533,30847,571,1,1,1204,0,4427.5,1750.83,380.414,1.24341,180,0,0,12600,0,0,0,0,0),(131534,30847,571,1,1,1204,0,4255.05,1807.78,349.521,2.01027,180,5,0,12600,0,1,0,0,0),(131535,30847,571,1,1,1204,0,4228.15,1846.4,354.522,2.38096,180,5,0,12600,0,1,0,0,0),(131536,30847,571,1,1,1204,0,4330.13,1812.43,349.832,-0.323316,180,0,0,12600,0,0,0,0,0),(131537,30847,571,1,1,1204,0,4293.66,1793.36,349.044,0.547549,180,0,0,12600,0,0,0,0,0),(131538,30847,571,1,1,1204,0,4378.36,1807.61,355.775,-1.74174,180,0,0,12600,0,0,0,0,0),(131539,30847,571,1,1,1204,0,4398.91,1762.48,362.602,0.189546,180,0,0,12600,0,0,0,0,0),(131540,30847,571,1,1,1204,0,4281.64,1854.08,353.252,2.09383,180,0,0,12600,0,0,0,0,0),(131541,30847,571,1,1,1204,0,4303.69,1867.5,352.41,2.10664,180,0,0,12600,0,0,0,0,0),(131542,30847,571,1,1,1204,0,4323,1743.76,356.048,5.59929,180,5,0,12600,0,1,0,0,0),(131543,30848,571,1,1,8716,0,4239.74,3556.65,378.836,2.78322,180,5,0,12600,3994,1,0,0,0),(131544,30848,571,1,1,8716,0,4038.3,2685.94,357.31,2.16068,180,5,0,12600,3994,1,0,0,0),(131545,30848,571,1,1,8716,0,4103.36,3096.35,354.807,2.40654,180,5,0,12600,3994,1,0,0,0),(131546,30848,571,1,1,8716,0,4423.75,3644.05,362.63,2.78122,180,5,0,12600,3994,1,0,0,0),(131547,30848,571,1,1,8716,0,4236.55,2314.99,354.674,5.83671,180,5,0,12600,3994,1,0,0,0),(131548,30848,571,1,1,8716,0,4035.01,3037.53,353.003,3.45301,180,5,0,12600,3994,1,0,0,0),(131549,30848,571,1,1,8716,0,4364.88,3531.93,384.909,6.11381,180,5,0,12600,3994,1,0,0,0),(131550,30848,571,1,1,8716,0,4248.86,3021.15,357.808,1.57757,180,5,0,12600,3994,1,0,0,0),(131551,30848,571,1,1,8716,0,4331.49,2979.81,357.153,6.00095,180,5,0,12600,3994,1,0,0,0),(131552,30848,571,1,1,8716,0,4381.55,3593.53,357.14,2.80622,180,5,0,12600,3994,1,0,0,0),(131553,30848,571,1,1,8716,0,4115.75,2749.49,356.422,5.5084,180,5,0,12600,3994,1,0,0,0),(131554,30848,571,1,1,8716,0,4244.94,2751.29,357.915,1.61682,180,5,0,12600,3994,1,0,0,0),(131555,30848,571,1,1,8716,0,4058.56,2913.38,353.927,2.07982,180,5,0,12600,3994,1,0,0,0),(131556,30848,571,1,1,8716,0,4243.1,2476.58,354.582,4.52178,180,5,0,12600,3994,1,0,0,0),(131557,30848,571,1,1,8716,0,4245.92,2081.43,359.442,1.4648,180,5,0,12600,3994,1,0,0,0),(131558,30848,571,1,1,8716,0,4282.31,3354.21,356.977,2.60382,180,5,0,12600,3994,1,0,0,0),(131559,30848,571,1,1,8716,0,4112.62,2540.09,414.284,0.886102,180,5,0,12600,3994,1,0,0,0),(131560,30848,571,1,1,8716,0,4111.81,2523.05,420.974,1.18587,180,5,0,12600,3994,1,0,0,0),(131561,30848,571,1,1,8716,0,4298.16,3626.96,361.509,1.31758,180,5,0,12600,3994,1,0,0,0),(131562,30848,571,1,1,8716,0,4193.71,3188.37,395.69,4.3304,180,5,0,12600,3994,1,0,0,0),(131563,30848,571,1,1,8716,0,4190.04,2358.02,356.762,3.3923,180,5,0,12600,3994,1,0,0,0),(131564,30848,571,1,1,8716,0,4245.46,2207.76,355.86,2.98275,180,5,0,12600,3994,1,0,0,0),(131565,30848,571,1,1,8716,0,4326.89,2057.16,355.416,6.04732,180,5,0,12600,3994,1,0,0,0),(131566,30848,571,1,1,8716,0,4300.96,3536.65,356.589,2.63408,180,5,0,12600,3994,1,0,0,0),(131567,30848,571,1,1,8716,0,4109.9,2840.28,356.715,5.89257,180,5,0,12600,3994,1,0,0,0),(131568,30848,571,1,1,8716,0,4288.83,3068.8,357.761,2.71596,180,5,0,12600,3994,1,0,0,0),(131569,30848,571,1,1,8716,0,4147.24,2581.25,355.392,1.28364,180,5,0,12600,3994,1,0,0,0),(131570,30848,571,1,1,8716,0,4312.43,2682.38,355.81,4.9588,180,5,0,12600,3994,1,0,0,0),(131571,30848,571,1,1,8716,0,4245.4,2150.47,357.682,5.6505,180,5,0,12600,3994,1,0,0,0),(131572,30848,571,1,1,8716,0,4280.5,3447.38,356.658,2.22327,180,5,0,12600,3994,1,0,0,0),(131573,30848,571,1,1,8716,0,4254.89,2425.62,354.256,0.704418,180,5,0,12600,3994,1,0,0,0),(131574,30848,571,1,1,8716,0,4139.58,2872.92,354.35,3.4631,180,5,0,12600,3994,1,0,0,0),(131575,30848,571,1,1,8716,0,4282.34,3256.27,353.121,4.63956,180,5,0,12600,3994,1,0,0,0),(131576,30849,571,1,1,21910,0,4724.14,3023.03,357.07,2.07377,180,5,0,12600,0,1,0,0,0),(131577,30849,571,1,1,21910,0,4402.46,2536.18,368.144,4.05318,180,5,0,12600,0,1,0,0,0),(131578,30849,571,1,1,21910,0,4758.89,2759.37,355.925,0.616189,180,5,0,12600,0,1,0,0,0),(131579,30849,571,1,1,21910,0,5072.92,2547.22,359.361,2.12185,180,5,0,12600,0,1,0,0,0),(131580,30849,571,1,1,21910,0,4585.57,2656.52,379.22,5.2706,180,5,0,12600,0,1,0,0,0),(131581,30849,571,1,1,21910,0,4661.45,2209.93,359.827,1.71621,180,5,0,12600,0,1,0,0,0),(131582,30849,571,1,1,21910,0,4819.77,2525.28,360.236,0.172158,180,5,0,12600,0,1,0,0,0),(131583,30849,571,1,1,21910,0,5116.65,2339.26,357.835,5.8196,180,5,0,12600,0,1,0,0,0),(131584,30849,571,1,1,21910,0,5129.76,2545.37,366.021,4.42132,180,5,0,12600,0,1,0,0,0),(131585,30849,571,1,1,21910,0,5248.6,2410.12,365.864,1.87671,180,5,0,12600,0,1,0,0,0),(131586,30849,571,1,1,21910,0,5069.81,2393.82,358.357,2.70691,180,5,0,12600,0,1,0,0,0),(131587,30849,571,1,1,21910,0,5120.63,2482.88,357.084,3.15846,180,5,0,12600,0,1,0,0,0),(131588,30849,571,1,1,21910,0,4581.11,2479.83,356.676,1.38399,180,5,0,12600,0,1,0,0,0),(131589,30849,571,1,1,21910,0,5113,2419.4,357.371,2.48173,180,5,0,12600,0,1,0,0,0),(131590,30849,571,1,1,21910,0,5106.28,3244.84,356.617,6.12696,180,5,0,12600,0,1,0,0,0),(131591,30849,571,1,1,21910,0,4952.88,2650.97,357.348,2.33141,180,5,0,12600,0,1,0,0,0),(131592,30849,571,1,1,21910,0,4783.14,2987.15,356.366,5.51822,180,5,0,12600,0,1,0,0,0),(131593,30849,571,1,1,21910,0,4511.95,2580.17,356.539,3.80415,180,5,0,12600,0,1,0,0,0),(131594,30849,571,1,1,21910,0,4920.75,3132.85,357.325,1.01521,180,5,0,12600,0,1,0,0,0),(131595,30849,571,1,1,21910,0,4602.48,2194.29,358.938,4.62069,180,5,0,12600,0,1,0,0,0),(131596,30849,571,1,1,21910,0,4972.42,2752.24,374.293,4.1734,180,5,0,12600,0,1,0,0,0),(131597,30849,571,1,1,21910,0,4715.46,3135.49,357.418,3.3733,180,5,0,12600,0,1,0,0,0),(131598,30849,571,1,1,21910,0,4989.06,3088.64,357.16,5.51382,180,5,0,12600,0,1,0,0,0),(131599,30849,571,1,1,21910,0,4374.41,3051.63,357.185,3.2587,180,5,0,12600,0,1,0,0,0),(131600,30849,571,1,1,21910,0,5081.12,2586.9,364.012,2.70754,180,5,0,12600,0,1,0,0,0),(131601,30849,571,1,1,21910,0,4752.59,2686.37,356.93,1.60445,180,5,0,12600,0,1,0,0,0),(131602,30849,571,1,1,21910,0,4417.34,2588.77,359.225,4.21174,180,5,0,12600,0,1,0,0,0),(131603,30849,571,1,1,21910,0,4982.31,3150.53,355.821,0.621733,180,5,0,12600,0,1,0,0,0),(137773,37134,631,15,1,0,1,4362.76,2527.67,358.433,1.48282,7200,0,0,0,0,0,0,0,0),(131605,30849,571,1,1,21910,0,5198.47,2400.87,357.811,6.09233,180,5,0,12600,0,1,0,0,0),(131606,30849,571,1,1,21910,0,5148.35,3077.66,378.617,2.30801,180,5,0,12600,0,1,0,0,0),(131607,30849,571,1,1,21910,0,4954.05,2578.04,359.531,3.22827,180,5,0,12600,0,1,0,0,0),(131608,30849,571,1,1,21910,0,4816.06,2569.97,358.079,4.14084,180,5,0,12600,0,1,0,0,0),(131609,30849,571,1,1,21910,0,5088.33,2452.76,358.128,1.44475,180,5,0,12600,0,1,0,0,0),(131610,30849,571,1,1,21910,0,4741.97,2610.15,353.628,3.50084,180,5,0,12600,0,1,0,0,0),(131611,30849,571,1,1,21910,0,4917.1,2568.43,361.781,2.03022,180,5,0,12600,0,1,0,0,0),(131612,30849,571,1,1,21910,0,4864.81,2609.88,356.589,0.178893,180,5,0,12600,0,1,0,0,0),(131613,30849,571,1,1,21910,0,5043.54,2329.88,359.129,1.84723,180,5,0,12600,0,1,0,0,0),(131614,30849,571,1,1,21910,0,4807.91,3071.82,357.644,5.31699,180,5,0,12600,0,1,0,0,0),(131615,30849,571,1,1,21910,0,4877.42,2685.97,357.254,4.7469,180,5,0,12600,0,1,0,0,0),(131616,30849,571,1,1,21910,0,4344.59,3015.37,357.139,3.03624,180,5,0,12600,0,1,0,0,0),(131617,30849,571,1,1,21910,0,5092.04,3184.08,356.584,5.30346,180,5,0,12600,0,1,0,0,0),(131618,30849,571,1,1,21910,0,5095.09,3096.31,365.844,0.246351,180,5,0,12600,0,1,0,0,0),(131619,30849,571,1,1,21910,0,4721.82,2479.68,354.079,0.637859,180,5,0,12600,0,1,0,0,0),(131620,30849,571,1,1,21910,0,4620.45,2258.97,357.687,2.12215,180,5,0,12600,0,1,0,0,0),(131621,30849,571,1,1,21910,0,5154,2239.86,367.669,2.75339,180,5,0,12600,0,1,0,0,0),(131622,30849,571,1,1,21910,0,4537.05,2534.57,359.304,3.99622,180,5,0,12600,0,1,0,0,0),(131623,30849,571,1,1,21910,0,4754.27,2520.92,361.039,0.819296,180,5,0,12600,0,1,0,0,0),(131624,30849,571,1,1,21910,0,4816.85,2748.6,357.007,1.73854,180,5,0,12600,0,1,0,0,0),(131625,30849,571,1,1,21910,0,4912.62,2687.42,364.903,3.0498,180,5,0,12600,0,1,0,0,0),(131626,30849,571,1,1,21910,0,5048.19,2245.72,356.52,0.317315,180,5,0,12600,0,1,0,0,0),(131627,30849,571,1,1,21910,0,5227.51,2345.33,368.245,2.0103,180,5,0,12600,0,1,0,0,0),(131628,30849,571,1,1,21910,0,4816.63,2624.93,355.758,2.76636,180,5,0,12600,0,1,0,0,0),(131629,30849,571,1,1,21910,0,4833.85,2789.67,358.741,0.017142,180,5,0,12600,0,1,0,0,0),(131630,30849,571,1,1,21910,0,5143.38,3184.41,362.846,3.02974,180,5,0,12600,0,1,0,0,0),(88326,30400,571,1,64,0,0,5391.61,2707.72,415.051,4.55531,180,0,0,1,0,0,0,0,0),(88325,30400,571,1,16,0,0,4354.15,3312.82,378.046,1.67552,180,0,0,1,0,0,0,0,0),(88322,30400,571,1,16,0,0,4964.89,3383.06,382.911,6.12611,180,0,0,1,0,0,0,0,0),(88323,30400,571,1,16,0,0,4939.76,2389.06,326.153,3.26377,180,0,0,1,0,0,0,0,0),(88324,30400,571,1,16,0,0,4357.67,2357.99,382.007,1.67552,180,0,0,1,0,0,0,0,0),(131637,30872,571,1,256,27390,0,4641.98,3723.43,362.798,4.3082,180,5,0,25200,0,1,0,0,0),(131638,30872,571,1,256,27390,0,4708.11,3842.79,353.937,3.29167,180,5,0,25200,0,1,0,0,0),(131639,30872,571,1,256,27390,0,4806.94,3883.56,357.677,2.77759,180,5,0,25200,0,1,0,0,0),(131640,30872,571,1,256,27390,0,4558.44,3845.35,352.252,5.20809,180,5,0,25200,0,1,0,0,0),(131641,30872,571,1,256,27390,0,4702.44,3747.82,355.111,3.28407,180,5,0,25200,0,1,0,0,0),(131642,30872,571,1,256,27390,0,4644.54,3879.03,353.042,0.431881,180,5,0,25200,0,1,0,0,0),(131643,30872,571,1,256,27390,0,4922.24,3756.88,352.311,6.0375,180,5,0,25200,0,1,0,0,0),(131644,30872,571,1,256,27390,0,4856.23,3783.27,350.044,4.88095,180,5,0,25200,0,1,0,0,0),(131645,30872,571,1,256,27390,0,4559.02,3779.8,357.358,3.6795,180,5,0,25200,0,1,0,0,0),(131646,30872,571,1,256,27390,0,4681.14,3986.92,358.601,6.16173,180,5,0,25200,0,1,0,0,0),(131647,30873,571,1,256,25680,0,4251.71,1786,350.205,0.877101,180,5,0,25200,0,1,0,0,0),(131648,30873,571,1,256,25680,0,4348.68,1855.98,357.718,5.89519,180,5,0,25200,0,1,0,0,0),(131649,30873,571,1,256,25680,0,4345.55,1778.35,351.891,5.41052,180,5,0,25200,0,1,0,0,0),(131650,30875,571,1,256,26383,0,4253.28,3312.37,355.632,2.87789,180,5,0,25200,0,1,0,0,0),(131651,30875,571,1,256,26383,0,4222.75,3217.29,411.398,4.09381,180,5,0,25200,0,1,0,0,0),(131652,30875,571,1,256,26383,0,4328.67,3056.52,370.056,0.621999,180,5,0,25200,0,1,0,0,0),(131653,30875,571,1,256,26383,0,4257,2454.33,355.989,0.122376,180,5,0,25200,0,1,0,0,0),(131654,30875,571,1,256,26383,0,4011.76,2858.95,378.181,1.57552,180,5,0,25200,0,1,0,0,0),(131655,30875,571,1,256,26383,0,4356.33,3512,395.851,6.06669,180,5,0,25200,0,1,0,0,0),(131656,30875,571,1,256,26383,0,4067.72,2983.53,355.911,0.986805,180,5,0,25200,0,1,0,0,0),(131657,30876,571,1,256,27392,0,4873.42,2652.43,357.654,0.76254,180,5,0,25200,3994,1,0,0,0),(131658,30876,571,1,256,27392,0,4389.34,2508.53,370.818,2.11255,180,5,0,25200,3994,1,0,0,0),(131659,30876,571,1,256,27392,0,5173.06,2249.31,371.722,2.83934,180,5,0,25200,3994,1,0,0,0),(131660,30876,571,1,256,27392,0,5216.38,2383.63,361.764,4.19153,180,5,0,25200,3994,1,0,0,0),(131661,30876,571,1,256,27392,0,4712.17,3103.18,357.862,2.56202,180,5,0,25200,3994,1,0,0,0),(131662,30876,571,1,256,27392,0,5093.51,2531.22,362.62,4.29335,180,5,0,25200,3994,1,0,0,0),(131663,30876,571,1,256,27392,0,4737.18,2548.74,368.521,1.63842,180,5,0,25200,3994,1,0,0,0),(131664,30876,571,1,256,27392,0,4948.96,3113.54,358.345,4.24874,180,5,0,25200,3994,1,0,0,0),(131665,30876,571,1,256,27392,0,4629.28,2217.87,360.606,6.04854,180,5,0,25200,3994,1,0,0,0),(131666,30876,571,1,256,27392,0,4781.8,3025.19,358.45,6.1112,180,5,0,25200,3994,1,0,0,0),(131667,30876,571,1,256,27392,0,4609.38,2548.96,375.02,4.64568,180,5,0,25200,3994,1,0,0,0),(131668,30876,571,1,256,27392,0,4749.34,2724.37,359.097,1.52935,180,5,0,25200,3994,1,0,0,0),(131669,30876,571,1,256,27392,0,5123.66,3225.15,357.609,0.978378,180,5,0,25200,3994,1,0,0,0),(131670,30876,571,1,256,27392,0,5086.53,2422.25,358.788,4.05321,180,5,0,25200,3994,1,0,0,0),(131671,30876,571,1,256,27392,0,4906.22,2612.16,360.119,2.36181,180,5,0,25200,3994,1,0,0,0),(131672,30877,571,1,256,27391,0,4701.05,2620.23,335.868,3.42586,180,5,0,25200,3994,1,0,0,0),(131673,30877,571,1,256,27391,0,5164.58,3538.6,353.628,0.479253,180,5,0,25200,3994,1,0,0,0),(131674,30877,571,1,256,27391,0,5226.99,3385.88,353.644,0.787289,180,5,0,25200,3994,1,0,0,0),(131675,30877,571,1,256,27391,0,4718.32,3353.8,336.015,3.46938,180,5,0,25200,3994,1,0,0,0),(131676,30877,571,1,256,27391,0,4852.41,3513.47,331.376,5.56367,180,5,0,25200,3994,1,0,0,0),(131677,30877,571,1,256,27391,0,4680.12,3261.2,335.64,5.7209,180,5,0,25200,3994,1,0,0,0),(131678,30877,571,1,256,27391,0,5068.52,3514.3,354.219,5.94507,180,5,0,25200,3994,1,0,0,0),(131679,30877,571,1,256,27391,0,4650.11,3216.19,336.037,0.462086,180,5,0,25200,3994,1,0,0,0),(131680,30877,571,1,256,27391,0,4704.64,3453.58,353.475,5.79484,180,5,0,25200,3994,1,0,0,0),(131681,30877,571,1,256,27391,0,4555.87,2976.34,335.639,0.399384,180,5,0,25200,3994,1,0,0,0),(131682,30877,571,1,256,27391,0,5141.5,3416.66,353.632,5.51932,180,5,0,25200,3994,1,0,0,0),(131683,30877,571,1,256,27391,0,4972.7,3210.85,346.899,2.70996,180,5,0,25200,3994,1,0,0,0),(131684,30877,571,1,256,27391,0,4781.65,3148.91,346.899,5.31853,180,5,0,25200,3994,1,0,0,0),(131685,30877,571,1,256,27391,0,4715.96,3519.97,344.724,0.793317,180,5,0,25200,3994,1,0,0,0),(131686,30877,571,1,256,27391,0,4653.8,2342.48,334.472,1.18402,180,5,0,25200,3994,1,0,0,0),(131687,30877,571,1,256,27391,0,4576.24,2360.43,334.347,3.19344,180,5,0,25200,3994,1,0,0,0),(131688,30877,571,1,256,27391,0,4539.82,2426.31,345.484,1.58316,180,5,0,25200,3994,1,0,0,0),(131689,30877,571,1,256,27391,0,4757.16,2220.46,335.432,2.83542,180,5,0,25200,3994,1,0,0,0),(131690,30877,571,1,256,27391,0,4788.23,1975.37,420.174,0.598566,180,5,0,25200,3994,1,0,0,0),(131691,30877,571,1,256,27391,0,4902.13,2235,347.502,0.766064,180,5,0,25200,3994,1,0,0,0),(131692,30877,571,1,256,27391,0,4883.96,1985.27,410.708,3.55263,180,5,0,25200,3994,1,0,0,0),(131693,30877,571,1,256,27391,0,4822.82,2041.69,404.181,2.35956,180,5,0,25200,3994,1,0,0,0),(131694,30877,571,1,256,27391,0,4903.36,2049.29,402.789,2.98618,180,5,0,25200,3994,1,0,0,0),(131695,30877,571,1,256,27391,0,4595.95,2848.9,335.764,0.52775,180,5,0,25200,3994,1,0,0,0),(131696,30877,571,1,256,27391,0,4639.69,2769.04,335.584,3.56645,180,5,0,25200,3994,1,0,0,0),(131697,30877,571,1,256,27391,0,4612.82,2909.1,335.637,3.27896,180,5,0,25200,3994,1,0,0,0),(131698,30877,571,1,256,27391,0,4811.98,2179.59,334.711,0.231615,180,5,0,25200,3994,1,0,0,0),(131699,19871,571,1,1,11686,0,5274.94,2627.77,439.838,3.75246,180,5,0,4120,0,1,0,0,0),(131700,19871,571,1,1,11686,0,4553.94,3619.93,426.622,0.191986,180,5,0,4120,0,1,0,0,0),(131701,19871,571,1,1,11686,0,4402.43,2818.66,436.366,6.23082,180,5,0,4120,0,1,0,0,0),(131702,19871,571,1,1,11686,0,4464.35,1946.13,465.731,0.453786,180,5,0,4120,0,1,0,0,0),(131703,19871,571,1,1,11686,0,5159.21,2938.44,439.93,0.645772,180,5,0,4120,0,1,0,0,0),(131704,19871,571,1,1,11686,0,5165.95,2747.43,439.928,4.34587,180,5,0,4120,0,1,0,0,0),(131705,19871,571,1,1,11686,0,5276.77,3051.36,438.583,3.21141,180,5,0,4120,0,1,0,0,0),(88321,31842,571,1,192,0,1,5140.79,2179.12,390.951,1.97222,120,0,0,1,0,0,0,0,0),(131707,23472,571,1,1,16925,0,5307.62,2659.02,410.027,0.750492,180,0,0,4120,0,0,0,0,0),(131708,23472,571,1,1,16925,0,5392.81,2854.02,418.759,3.07178,180,0,0,4120,0,0,0,0,0),(131709,23472,571,1,1,16925,0,4954.06,3384.48,381.097,4.36332,180,0,0,4120,0,0,0,0,0),(131710,23472,571,1,1,16925,0,4949.03,3368.95,379.848,4.24115,180,0,0,4120,0,0,0,0,0),(131711,23472,571,1,1,16925,0,4379.6,2348.2,377.789,6.17846,180,0,0,4120,0,0,0,0,0),(131712,23472,571,1,1,16925,0,4360.45,2347.22,380.189,6.26573,180,0,0,4120,0,0,0,0,0),(131713,23472,571,1,1,16925,0,5369.55,2985.84,410.301,3.03687,180,0,0,4120,0,0,0,0,0),(131714,23472,571,1,1,16925,0,5390.07,2986.64,413.402,3.14159,180,0,0,4120,0,0,0,0,0),(131715,23472,571,1,1,16925,0,4950.27,2390.23,324.341,1.37881,180,0,0,4120,0,0,0,0,0),(131716,23472,571,1,1,16925,0,4953.69,2411.24,320.978,1.22173,180,0,0,4120,0,0,0,0,0),(131717,23472,571,1,1,16925,0,4373.52,3298.91,374.12,6.17846,180,0,0,4120,0,0,0,0,0),(131718,23472,571,1,1,16925,0,4355.33,3301.55,376.223,6.05629,180,0,0,4120,0,0,0,0,0),(131719,23472,571,1,1,16925,0,5388.84,2719.01,413.232,3.12414,180,0,0,4120,0,0,0,0,0),(131720,23472,571,1,1,16925,0,5370.48,2718.73,411.156,3.03687,180,0,0,4120,0,0,0,0,0),(131721,23472,571,1,1,16925,0,5246.92,2978.32,409.274,3.08923,180,0,0,4120,0,0,0,0,0),(131722,23472,571,1,1,16925,0,5306.16,3020.84,411.446,5.37561,180,0,0,4120,0,0,0,0,0),(131723,23472,571,1,1,16925,0,5192.29,2775.3,410.286,0.628319,180,0,0,4120,0,0,0,0,0),(131725,23472,571,1,1,16925,0,5190.47,2906.85,410.233,5.37561,180,0,0,4120,0,0,0,0,0),(131726,23472,571,1,1,16925,0,5401.92,2829.91,418.758,6.17846,180,0,0,4120,0,0,0,0,0),(88318,31842,571,1,32,0,1,5104.75,2300.95,368.568,0.733038,120,0,0,1,0,0,0,0,0),(88319,31842,571,1,32,0,1,5103.13,3462.13,368.568,5.2709,120,0,0,1,0,0,0,0,0),(88320,31842,571,1,128,0,1,5537.48,2898.91,517.259,4.86947,120,0,0,1,0,0,0,0,0),(88334,30489,571,1,128,0,1,5369.97,2874.83,409.323,3.12414,120,0,0,1,0,0,0,0,0),(202952,34990,649,15,65535,0,0,624.135,140.84,418.296,3.15905,120,0,0,1,0,0,0,0,0),(202951,34979,649,15,1,0,0,522.882,89.1215,419.781,0.907571,120,0,0,1,0,0,0,0,0),(202950,34979,649,15,1,0,0,531.41,88.0208,418.318,1.02974,120,0,0,1,0,0,0,0,0),(202949,34979,649,15,1,0,0,536.953,77.8889,421.68,1.16937,120,0,0,1,0,0,0,0,0),(202948,34977,649,15,1,0,0,549.141,73.7396,421.622,1.36136,120,0,0,1,0,0,0,0,0),(202947,34977,649,15,1,0,0,543.734,77.8194,419.776,1.27409,120,0,0,1,0,0,0,0,0),(202946,34977,649,15,1,0,0,540.521,82.4097,418.318,1.20428,120,0,0,1,0,0,0,0,0),(202945,34975,649,15,1,0,0,599.382,82.3229,421.62,2.1293,120,0,0,1,0,0,0,0,0),(202944,34975,649,15,1,0,0,595.198,87.6302,418.318,2.1293,120,0,0,1,0,0,0,0,0),(202943,34975,649,15,1,0,0,584.934,78.7847,419.797,1.91986,120,0,0,1,0,0,0,0,0),(131742,27852,571,1,1,27137,0,5390.03,2986.35,420.02,3.9619,180,0,0,12600,0,0,0,0,0),(131743,27852,571,1,1,27137,0,5388.67,2719.09,419.795,0.244346,180,0,0,12600,0,0,0,0,0),(131744,27852,571,1,1,27137,0,4954.07,3384.55,387.608,4.79965,180,0,0,12600,0,0,0,0,0),(131745,27852,571,1,1,27137,0,4950.36,2390.4,330.928,0.261799,180,0,0,12600,0,0,0,0,0),(131746,27852,571,1,1,27137,0,4355.35,3301.58,382.833,3.59538,180,0,0,12600,0,0,0,0,0),(131747,27852,571,1,1,27137,0,4360.53,2347.42,386.68,3.94444,180,0,0,12600,0,0,0,0,0),(131749,26319,571,1,1,23973,0,4136.81,2299.97,181.641,1.80136,180,5,0,7432,7332,1,0,0,0),(131750,26319,571,1,1,23974,0,4166.32,2222.74,180.56,0.427965,180,5,0,7432,7332,1,0,0,0),(131753,27869,571,1,1,11686,0,4394.57,3294.98,372.512,2.6529,180,5,0,12600,0,1,0,0,0),(131754,27869,571,1,1,11686,0,5214.62,2995.52,406.229,3.54302,180,5,0,12600,0,1,0,0,0),(131755,27869,571,1,1,11686,0,4748.14,2877.06,380.603,3.82227,180,5,0,12600,0,1,0,0,0),(131756,27869,571,1,1,11686,0,4860.65,2023.6,396.663,3.90954,180,5,0,12600,0,1,0,0,0),(131757,27869,571,1,1,11686,0,5335.53,2706.81,409.25,4.7822,180,5,0,12600,0,1,0,0,0),(131758,27869,571,1,1,11686,0,4555.75,3479.11,364.152,2.16421,180,5,0,12600,0,1,0,0,0),(131759,27869,571,1,1,11686,0,4736.71,2418.49,358.878,6.0912,180,5,0,12600,0,1,0,0,0),(131760,27869,571,1,1,11686,0,4683.09,3824.08,355.563,4.72984,180,5,0,12600,0,1,0,0,0),(131761,27869,571,1,1,11686,0,4492.49,3336.17,359.571,3.36848,180,5,0,12600,0,1,0,0,0),(131762,27869,571,1,1,11686,0,4814.13,3304.06,366.758,1.16937,180,5,0,12600,0,1,0,0,0),(131763,27869,571,1,1,11686,0,4531.44,3584.9,396.205,4.55531,180,5,0,12600,0,1,0,0,0),(131764,27869,571,1,1,11686,0,5075.76,3445.33,356.617,3.1765,180,5,0,12600,0,1,0,0,0),(131765,27869,571,1,1,11686,0,5344.44,3095.29,399.381,3.90954,180,5,0,12600,0,1,0,0,0),(131766,27869,571,1,1,11686,0,5338.16,2981.39,409.275,5.61996,180,5,0,12600,0,1,0,0,0),(131767,27869,571,1,1,11686,0,4403.33,2349.3,375.677,5.84685,180,5,0,12600,0,1,0,0,0),(131768,27869,571,1,1,11686,0,5045.93,3016.11,368.146,1.18682,180,5,0,12600,0,1,0,0,0),(131769,27869,571,1,1,11686,0,4446.45,2820.81,402.874,1.25664,180,5,0,12600,0,1,0,0,0),(131770,27869,571,1,1,11686,0,5206.28,2683.36,404.871,6.07375,180,5,0,12600,0,1,0,0,0),(131771,27869,571,1,1,11686,0,4932.04,2440.23,320.26,3.7001,180,5,0,12600,0,1,0,0,0),(131772,27869,571,1,1,11686,0,4516.3,2087.43,395.6,4.79965,180,5,0,12600,0,1,0,0,0),(131773,27869,571,1,1,11686,0,5016.75,2733.45,373.868,0.628319,180,5,0,12600,0,1,0,0,0),(131774,27869,571,1,1,11686,0,5051.19,2849.41,393.143,6.19592,180,5,0,12600,0,1,0,0,0),(131775,27869,571,1,1,11686,0,5015.43,2588.31,355.542,4.72984,180,5,0,12600,0,1,0,0,0),(131776,27869,571,1,1,11686,0,4774.71,2045.71,425.764,4.45059,180,5,0,12600,0,1,0,0,0),(131777,27869,571,1,1,11686,0,5217.59,2842.8,409.275,1.76278,180,5,0,12600,0,1,0,0,0),(131779,27869,571,1,1,11686,0,4491.45,2326.3,366.982,0.977384,180,5,0,12600,0,1,0,0,0),(131780,27869,571,1,1,11686,0,4450,2528.82,358.381,1.93731,180,5,0,12600,0,1,0,0,0),(131781,27869,571,1,1,11686,0,4393.02,3468.74,359.109,5.55015,180,5,0,12600,0,1,0,0,0),(131782,27869,571,1,1,11686,0,4506.89,4030.26,412.728,2.60054,180,5,0,12600,0,1,0,0,0),(131783,27869,571,1,1,11686,0,5049.93,3183.56,359.338,4.24115,180,5,0,12600,0,1,0,0,0),(131784,27869,571,1,1,11686,0,4820.9,2618.3,356.102,3.01942,180,5,0,12600,0,1,0,0,0),(131785,27869,571,1,1,11686,0,4788.79,3066.96,357.116,1.72788,180,5,0,12600,0,1,0,0,0),(131786,27869,571,1,1,11686,0,4403.17,3091.06,358.722,2.6529,180,5,0,12600,0,1,0,0,0),(131787,27869,571,1,1,11686,0,4488.25,2823.86,394.4,6.26573,180,5,0,12600,0,1,0,0,0),(131789,27869,571,1,1,11686,0,4948.71,3332.18,376.96,4.90438,180,5,0,12600,0,1,0,0,0),(131790,27869,571,1,1,11686,0,5335.97,2566.22,396.156,0.017453,180,5,0,12600,0,1,0,0,0),(131791,27869,571,1,1,11686,0,4832.32,3457.11,365.287,4.67748,180,5,0,12600,0,1,0,0,0),(131792,27869,571,1,1,11686,0,5333.18,2840.28,409.323,3.22886,180,5,0,12600,0,1,0,0,0),(131793,27358,571,1,1,24584,1,4528.5,1831.23,164.019,3.5432,180,5,0,7952,7654,1,0,0,0),(131794,27358,571,1,1,24584,1,4497.34,1892.62,164.344,5.96119,180,5,0,7952,7654,1,0,0,0),(131795,27358,571,1,1,24582,1,4484.72,1737.69,175.294,4.00887,180,5,0,7952,7654,1,0,0,0),(131796,27358,571,1,1,24584,1,4491.65,1765.98,164.784,3.39187,180,5,0,7952,7654,1,0,0,0),(131797,27358,571,1,1,24584,1,4440.93,1785.24,164.22,4.72848,180,5,0,7952,7654,1,0,0,0),(131798,27362,571,1,1,21305,0,4487.06,1908.87,164.312,5.16617,180,0,0,9940,0,0,0,0,0),(131799,27362,571,1,1,21305,0,4469.5,1858.04,171.445,5.3058,180,0,0,9940,0,0,0,0,0),(131800,27362,571,1,1,21305,0,4521.47,1842.63,164.102,5.28835,180,0,0,9940,0,0,0,0,0),(131802,27362,571,1,1,21305,0,4495.59,1783.85,163.833,5.35816,180,0,0,9940,0,0,0,0,0),(131807,27363,571,1,1,24590,0,4533.83,1860.94,163.105,4.23403,180,5,0,9940,0,1,0,0,0),(131808,27363,571,1,1,24590,0,4476.18,1864.91,171.59,1.85227,180,5,0,9940,0,1,0,0,0),(131809,27363,571,1,1,24590,0,4511.34,1834.07,164.464,5.94854,180,5,0,9940,0,1,0,0,0),(131810,27363,571,1,1,24590,0,4400.53,1837.65,164.472,4.68722,180,5,0,9940,0,1,0,0,0),(131811,27363,571,1,1,24590,0,4516.73,1812.87,166.175,1.16719,180,5,0,9940,0,1,0,0,0),(131812,27363,571,1,1,24590,0,4482.67,1765.73,164.22,5.12714,180,5,0,9940,0,1,0,0,0),(131813,27363,571,1,1,24590,0,4447.82,1794.31,164.219,4.58515,180,5,0,9940,0,1,0,0,0),(131814,27369,571,1,1,13069,0,4480.68,1892.37,164.12,2.18166,180,0,0,42,0,0,0,0,0),(131815,27369,571,1,1,13069,0,4489.11,1905.5,164.348,1.29154,180,0,0,42,0,0,0,0,0),(131816,27369,571,1,1,13069,0,4526.96,1824.79,164.102,3.42085,180,0,0,42,0,0,0,0,0),(131817,27369,571,1,1,13069,0,4522.15,1840.63,164.102,4.72984,180,0,0,42,0,0,0,0,0),(131818,27369,571,1,1,13069,0,4440.99,1781.24,164.306,4.97419,180,0,0,42,0,0,0,0,0),(131819,27369,571,1,1,13069,0,4482.13,1734.64,175.377,1.23918,180,0,0,42,0,0,0,0,0),(131820,27369,571,1,1,13069,0,4415.25,1783.63,164.23,3.49066,180,0,0,42,0,0,0,0,0),(202511,33291,571,1,1,0,0,5144.4,-15.9157,347.407,0,120,0,0,12600,3994,0,0,0,0),(202510,33291,571,1,1,0,0,5132.13,-17.4115,347.405,0,120,0,0,12600,3994,0,0,0,0),(202509,33291,571,1,1,0,0,5130.16,-94.8315,347.566,0,120,0,0,12600,3994,0,0,0,0),(202508,33291,571,1,1,0,0,5123.48,-47.995,347.484,0,120,0,0,12600,3994,0,0,0,0),(131825,26606,571,1,1,25239,0,4215.91,2191.29,121.955,1.10128,180,12,0,9291,0,1,0,0,0),(131826,26606,571,1,1,25239,0,4209.23,2250.81,120.899,2.24314,180,12,0,9291,0,1,0,0,0),(131827,26606,571,1,1,25239,0,4154.71,2343.87,121.847,5.30409,180,12,0,9291,0,1,0,0,0),(131828,26606,571,1,1,25239,0,4176.3,2310.76,120.312,2.53602,180,12,0,9291,0,1,0,0,0),(131829,26606,571,1,1,25239,0,4168.37,2301.56,152.227,0.658241,180,12,0,9291,0,1,0,0,0),(131830,26606,571,1,1,25239,0,4181.26,2240.47,150.756,0.482467,180,12,0,9291,0,1,0,0,0),(131831,26607,571,1,1,23945,0,4150.3,2315,181.208,5.36456,180,5,0,9291,0,1,0,0,0),(131832,26607,571,1,1,23945,0,4182.04,2243.8,186.94,1.77331,180,5,0,9291,0,1,0,0,0),(131833,26607,571,1,1,23945,0,4185.42,2207.78,185.799,0.514792,180,5,0,9291,0,1,0,0,0),(131834,26607,571,1,1,23945,0,4193.59,2217.43,182.014,4.70134,180,5,0,9291,0,1,0,0,0),(131835,26607,571,1,1,23945,0,4172.86,2269.49,175.766,1.82817,180,5,0,9291,0,1,0,0,0),(131836,26607,571,1,1,23945,0,4187.2,2199.52,176.852,2.81381,180,5,0,9291,0,1,0,0,0),(131837,26607,571,1,1,23945,0,4201.14,2189.71,182.217,6.26378,180,5,0,9291,0,1,0,0,0),(131838,22515,571,1,1,16925,0,4860.83,2934.53,550.517,0.20944,180,0,0,4120,0,0,0,0,0),(131840,30873,571,1,256,0,0,4286.65,1904.59,355.234,4.1472,25,0,0,25200,0,0,0,0,0),(131841,30873,571,1,256,0,0,4235.15,1875.45,355.291,4.61609,25,0,0,25200,0,0,0,0,0),(131842,30873,571,1,256,0,0,4280.14,1817.92,352.042,0.25006,25,0,0,25200,0,0,0,0,0),(131843,14881,619,3,1,9829,0,514.535,-781.428,-31.5458,4.70661,3600,5,0,8,0,1,0,0,0),(131844,14881,619,3,1,14952,0,425.955,-684.893,-18.2886,0.000498,3600,5,0,8,0,1,0,0,0),(131845,14881,619,3,1,9829,0,622.817,-901.24,22.5734,0.638539,3600,5,0,8,0,1,0,0,0),(131846,14881,619,3,1,9829,0,717.712,-981.917,35.1091,1.67488,3600,5,0,8,0,1,0,0,0),(131847,14881,619,3,1,1160,0,576.669,-956.941,37.9409,3.24259,3600,5,0,8,0,1,0,0,0),(131848,14881,619,3,1,2536,0,550.063,-882.535,2.82048,3.52999,3600,5,0,8,0,1,0,0,0),(131849,14881,619,3,1,9829,0,646.811,-944.676,25.7106,2.98068,3600,5,0,8,0,1,0,0,0),(131850,14881,619,3,1,1160,0,571.817,-1037.94,38.0023,2.52415,3600,5,0,8,0,1,0,0,0),(131851,14881,619,3,1,1160,0,376.015,-1071.75,47.5291,3.50353,3600,5,0,8,0,1,0,0,0),(131852,14881,619,3,1,2536,0,606.393,-938.755,25.7046,3.51898,3600,5,0,8,0,1,0,0,0),(131853,14881,619,3,1,2536,0,563.271,-811.54,-3.14749,5.47989,3600,5,0,8,0,1,0,0,0),(131854,14881,619,3,1,14952,0,543.228,-878.515,3.39061,1.44748,3600,5,0,8,0,1,0,0,0),(131855,14881,619,3,1,2536,0,632.861,-940.161,25.7046,4.27606,3600,5,0,8,0,1,0,0,0),(131856,14881,619,3,1,2536,0,430.154,-782.118,-31.5915,5.98869,3600,5,0,8,0,1,0,0,0),(131857,14881,619,3,1,1160,0,658.318,-920.358,25.6984,2.09377,3600,5,0,8,0,1,0,0,0),(131858,14881,619,3,1,2536,0,503.383,-732.084,-30.6631,1.807,3600,5,0,8,0,1,0,0,0),(131859,2110,619,3,1,1141,0,682.18,-944.551,22.9654,2.82858,3600,5,0,1,0,1,0,0,0),(131860,2110,619,3,1,1141,0,657.181,-1019.93,22.99,0.013053,3600,5,0,1,0,1,0,0,0),(131861,2110,619,3,1,1141,0,382.875,-896.514,-80.4541,3.451,3600,5,0,1,0,1,0,0,0),(131862,2110,619,3,1,1141,0,397.943,-855.828,-71.396,5.68562,3600,5,0,1,0,1,0,0,0),(131863,2110,619,3,1,1141,0,559.732,-786.832,-2.82886,1.11701,3600,5,0,1,0,1,0,0,0),(131864,30276,619,3,1,25768,0,676.797,-956.078,23.0214,1.15192,3600,0,0,39760,16935,0,0,0,0),(131865,30276,619,3,1,25768,0,549.373,-996.795,38.0623,3.65762,3600,0,0,39760,16935,0,0,0,0),(131866,30276,619,3,1,25768,0,552.002,-878.992,22.7753,1.76278,3600,0,0,39760,16935,0,0,0,0),(131867,30276,619,3,1,25768,0,554.601,-969.085,38.0207,3.735,3600,0,0,39760,16935,0,0,0,0),(131868,30276,619,3,1,25768,0,570.095,-888.343,22.6919,1.78062,3600,0,0,39760,16935,2,0,0,0),(131869,30276,619,3,1,25768,0,648.043,-976.314,23.0243,3.9619,3600,0,0,39760,16935,0,0,0,0),(131870,30276,619,3,1,25768,0,662.854,-982.668,23.0659,1.40486,3600,0,0,39760,16935,0,0,0,0),(131871,30276,619,3,1,25768,0,614.784,-909.172,23.0243,3.36848,3600,0,0,39760,16935,0,0,0,0),(131872,30276,619,3,1,25768,0,568.593,-1008.32,38.0221,4.95674,3600,0,0,39760,16935,0,0,0,0),(131873,30277,619,3,1,27324,0,561.136,-874.495,22.7753,1.88496,3600,0,0,39760,0,0,0,0,0),(131874,30277,619,3,1,27324,0,547.366,-968.526,38.0207,5.37561,3600,0,0,39760,0,0,0,0,0),(131875,30277,619,3,1,27324,0,565.322,-884.706,22.6919,1.70515,3600,0,0,39760,0,0,0,0,0),(131876,30277,619,3,1,27324,0,642.125,-986.95,23.0243,1.0472,3600,0,0,39760,0,0,0,0,0),(131877,30277,619,3,1,27324,0,640.674,-979.232,23.0243,5.75959,3600,0,0,39760,0,0,0,0,0),(131878,30277,619,3,1,27324,0,607.831,-914.471,23.357,1.53589,3600,0,0,39760,0,0,0,0,0),(131879,30277,619,3,1,27324,0,564.51,-1015.2,38.0207,0.139626,3600,0,0,39760,0,0,0,0,0),(131880,30278,619,3,1,23821,0,674.282,-948.964,23.0618,5.72468,3600,0,0,39760,16935,0,0,0,0),(131881,30278,619,3,1,23821,0,552.862,-1002.95,38.0163,3.65757,3600,0,0,39760,16935,0,0,0,0),(131882,30278,619,3,1,23821,0,579.396,-865.658,22.7753,2.05949,3600,0,0,39760,16935,0,0,0,0),(131883,30278,619,3,1,23821,0,554.506,-976.058,38.0207,2.40855,3600,0,0,39760,16935,0,0,0,0),(131884,30278,619,3,1,23821,0,562.077,-889.648,22.6919,2.73411,3600,0,0,39760,16935,0,0,0,0),(131885,30278,619,3,1,23821,0,649.739,-983.9,23.0243,2.44346,3600,0,0,39760,16935,0,0,0,0),(131886,30278,619,3,1,23821,0,654.485,-981.266,23.0659,1.40484,3600,0,0,39760,16935,0,0,0,0),(131887,30278,619,3,1,23821,0,601.89,-910.025,22.5317,6.16101,3600,0,0,39760,16935,0,0,0,0),(131888,30278,619,3,1,23821,0,575.481,-1012.29,38.0208,3.40339,3600,0,0,39760,16935,0,0,0,0),(131889,30279,619,3,1,26775,0,500.644,-972.903,30.4218,6.27441,3600,5,0,39760,0,1,0,0,0),(131890,30279,619,3,1,26775,0,492.659,-970.68,30.3844,5.93887,3600,5,0,39760,0,1,0,0,0),(131891,30279,619,3,1,26775,0,494.97,-974.618,30.3844,0.522217,3600,5,0,39760,0,1,0,0,0),(131892,30279,619,3,1,26775,0,546.912,-975.631,38.0207,0.820305,3600,0,0,39760,0,0,0,0,0),(131893,30279,619,3,1,26775,0,485.347,-972.851,30.3844,1.02772,3600,0,0,39760,0,2,0,0,0),(131894,30279,619,3,1,26775,0,485.197,-995.705,30.6344,1.73459,3600,0,0,39760,0,2,0,0,0),(131895,30279,619,3,1,26775,0,507.441,-1044.42,30.3648,0.039618,3600,5,0,39760,0,1,0,0,0),(131896,30279,619,3,1,26775,0,510.18,-1035.43,30.3648,1.62753,3600,5,0,39760,0,1,0,0,0),(131897,30279,619,3,1,26775,0,503.646,-1032.81,30.4769,6.15522,3600,5,0,39760,0,1,0,0,0),(131898,30279,619,3,1,26775,0,609.19,-906.474,22.7032,4.43314,3600,0,0,39760,0,0,0,0,0),(131899,30279,619,3,1,26775,0,571.172,-1018.69,38.0297,1.91986,3600,0,0,39760,0,0,0,0,0),(131900,30283,619,3,1,27323,0,683.923,-949.485,23.0242,3.56047,3600,0,0,41128,0,0,0,0,0),(131901,30283,619,3,1,27323,0,548.042,-1001.61,38.0163,3.65765,3600,0,0,41128,0,2,0,0,0),(131902,30283,619,3,1,27323,0,570.196,-869.738,22.7753,2.07694,3600,0,0,41128,0,0,0,0,0),(131903,30283,619,3,1,27323,0,659.37,-977.783,23.0659,1.40485,3600,0,0,41128,0,2,0,0,0),(131904,30284,619,3,1,25012,0,591.542,-820.363,-3.14749,4.14323,3600,0,0,82256,0,2,0,0,0),(131905,30284,619,3,1,25012,0,582.363,-776.955,-3.14185,6.24547,3600,0,0,82256,0,2,0,0,0),(131906,30285,619,3,1,20090,0,556.615,-813.64,-3.14749,3.88969,3600,5,0,39760,16935,1,0,0,0),(131907,30285,619,3,1,20090,0,656.228,-726.323,18.0615,4.86947,3600,0,0,39760,16935,0,0,0,0),(131908,30285,619,3,1,20090,0,654.654,-715.001,18.0615,1.8326,3600,0,0,39760,16935,0,0,0,0),(131909,30285,619,3,1,20090,0,695.829,-786.483,18.0615,5.63741,3600,0,0,39760,16935,0,0,0,0),(131910,30285,619,3,1,20090,0,687.415,-779.416,17.7435,2.32129,3600,0,0,39760,16935,0,0,0,0),(131911,30285,619,3,1,20090,0,610.28,-846.507,-3.1682,4.12535,3600,5,0,39760,16935,1,0,0,0),(131912,30285,619,3,1,20090,0,604.273,-843.784,-3.1682,1.04962,3600,5,0,39760,16935,1,0,0,0),(131913,30286,619,3,1,26941,0,564.91,-804.506,-3.14749,1.92166,3600,5,0,39760,16935,1,0,0,0),(131914,30286,619,3,1,26941,0,561.813,-817.707,-3.14749,2.65936,3600,5,0,39760,16935,1,0,0,0),(131915,30286,619,3,1,26941,0,648.534,-719.776,17.7435,3.14159,3600,0,0,39760,16935,0,0,0,0),(131916,30286,619,3,1,26941,0,659.567,-718.731,18.0615,0.174533,3600,0,0,39760,16935,0,0,0,0),(131917,30286,619,3,1,26941,0,694.735,-780.633,18.0615,1.11701,3600,0,0,39760,16935,0,0,0,0),(131918,30286,619,3,1,26941,0,687.546,-789.064,18.0615,3.9619,3600,0,0,39760,16935,0,0,0,0),(131919,30286,619,3,1,26941,0,610.269,-851.95,-3.14868,4.14862,3600,5,0,39760,16935,1,0,0,0),(131920,30287,619,3,1,25742,0,587.486,-795.265,-3.14749,3.45675,3600,0,0,9940,0,2,0,0,0),(131921,30287,619,3,1,25742,0,583.622,-793.152,-3.14749,0.550063,3600,0,0,9940,0,0,0,0,0),(131922,30287,619,3,1,25742,0,580.922,-796.959,-3.14749,0.648112,3600,0,0,9940,0,0,0,0,0),(131923,30287,619,3,1,25742,0,586.01,-798.983,-3.14749,3.45597,3600,0,0,9940,0,0,0,0,0),(131924,30287,619,3,1,25742,0,590.566,-797.818,-3.14749,3.52964,3600,0,0,9940,0,0,0,0,0),(131925,30287,619,3,1,25742,0,621.215,-812.59,-3.22088,4.87983,3600,0,0,9940,0,0,0,0,0),(131926,30287,619,3,1,25742,0,620.548,-808.646,-3.22088,2.03488,3600,0,0,9940,0,2,0,0,0),(131927,30287,619,3,1,25742,0,617.258,-812.005,-3.22088,3.25287,3600,0,0,9940,0,0,0,0,0),(131928,30287,619,3,1,25742,0,619.436,-816.173,-3.22088,1.40835,3600,0,0,9940,0,0,0,0,0),(131929,30287,619,3,1,25742,0,624.072,-815.389,-3.09588,1.38004,3600,0,0,9940,0,0,0,0,0),(131931,30287,619,3,1,25742,0,636.669,-838.94,-3.18773,2.92866,3600,0,0,9940,0,2,0,0,0),(131932,30287,619,3,1,25742,0,641.524,-842.463,-3.21644,3.96356,3600,0,0,9940,0,0,0,0,0),(131933,30287,619,3,1,25742,0,643.261,-835.31,-3.27146,3.33469,3600,0,0,9940,0,0,0,0,0),(131934,30287,619,3,1,25742,0,641.882,-839.291,-3.24268,3.47214,3600,0,0,9940,0,0,0,0,0),(131935,30287,619,3,1,25742,0,640.357,-840.965,-3.21125,3.92149,3600,0,0,9940,0,0,0,0,0),(131936,30288,619,3,1,26922,0,812.638,-707.838,-59.5988,0.15708,3600,0,0,39760,0,0,0,0,0),(131937,30288,619,3,1,26922,0,884.342,-610.858,-59.1569,4.88692,3600,0,0,39760,0,0,0,0,0),(131938,30288,619,3,1,26922,0,905.72,-782.667,-59.1983,1.6057,3600,0,0,39760,0,0,0,0,0),(131939,30319,619,3,1,27377,1,454.281,-793.616,-31.5915,4.05385,3600,5,0,42540,14244,1,0,0,0),(131940,30319,619,3,1,27376,1,470.67,-749.512,-31.5872,2.16421,3600,0,0,42540,14244,0,0,0,0),(131942,30319,619,3,1,27374,1,412.899,-798.083,-31.5872,5.63741,3600,0,0,42540,14244,0,0,0,0),(131943,30319,619,3,1,27377,1,461.877,-762.666,-31.5644,4.69494,3600,0,0,42540,14244,0,0,0,0),(131944,30319,619,3,1,27377,1,503.475,-762.175,-31.5753,5.32325,3600,0,0,42540,14244,0,0,0,0),(131945,30329,619,3,1,26948,0,398.803,-957.258,-79.2347,4.97399,3600,5,0,82256,0,1,0,0,0),(131946,30329,619,3,1,26948,0,355.786,-935.48,-82.511,4.11964,3600,5,0,82256,0,1,0,0,0),(131947,30329,619,3,1,26948,0,424.771,-878.817,-67.3313,3.07751,3600,0,0,82256,0,2,0,0,0),(131948,30329,619,3,1,26948,0,370.372,-846.948,-72.521,4.05836,3600,5,0,82256,0,1,0,0,0),(131949,30329,619,3,1,26948,0,338.21,-822.239,-71.9786,5.9517,3600,5,0,82256,0,1,0,0,0),(131950,30329,619,3,1,26948,0,452.922,-880.665,-57.3857,3.2656,3600,0,0,82256,0,2,0,0,0),(131951,29308,619,3,1,27406,1,528.734,-845.998,42.0351,0.680678,86400,0,0,212700,71220,0,0,0,0),(131952,29309,619,3,1,27407,0,679.892,-905.467,25.6978,3.66519,86400,0,0,180795,71220,0,0,0,0),(131953,29310,619,3,1,26777,1,372.331,-705.278,-0.624178,5.42797,86400,0,0,212700,71220,0,0,0,0),(131954,30338,619,3,1,28078,0,627.383,-1044.15,23.1295,0.692266,3600,2,0,125,0,1,0,0,0),(131955,30338,619,3,1,28078,0,622.386,-1038.28,23.0045,2.35097,3600,2,0,125,0,1,0,0,0),(131956,30338,619,3,1,28078,0,635.547,-1035.3,23.0197,2.62105,3600,2,0,125,0,1,0,0,0),(131957,30338,619,3,1,28078,0,627.6,-1035.9,23.0045,4.24176,3600,2,0,125,0,1,0,0,0),(131958,30338,619,3,1,28078,0,717.859,-993.357,35.3067,2.37961,3600,2,0,125,0,1,0,0,0),(131959,30338,619,3,1,28078,0,711.244,-992.959,35.1091,5.96783,3600,2,0,125,0,1,0,0,0),(131960,30338,619,3,1,28078,0,723.898,-987.771,35.1091,5.72801,3600,2,0,125,0,1,0,0,0),(131961,30338,619,3,1,28078,0,714.637,-989.776,35.3067,4.56924,3600,2,0,125,0,1,0,0,0),(131962,30338,619,3,1,28078,0,717.85,-987.11,35.1486,0.268717,3600,2,0,125,0,1,0,0,0),(131963,30338,619,3,1,28078,0,728.479,-990.97,35.431,0.322014,3600,2,0,125,0,1,0,0,0),(131964,30338,619,3,1,28078,0,720.512,-984.252,35.2449,0.068019,3600,2,0,125,0,1,0,0,0),(131965,30338,619,3,1,28078,0,713.385,-993.897,35.1091,2.97026,3600,2,0,125,0,1,0,0,0),(131966,30338,619,3,1,28078,0,562.429,-1044.44,37.9592,4.8398,3600,2,0,125,0,1,0,0,0),(131967,30338,619,3,1,28078,0,572.197,-1043.34,38.0023,1.91378,3600,2,0,125,0,1,0,0,0),(131968,30338,619,3,1,28078,0,555.282,-1042.77,37.9592,4.55633,3600,2,0,125,0,1,0,0,0),(131969,30338,619,3,1,28078,0,574.538,-1038.88,38.0023,3.55818,3600,2,0,125,0,1,0,0,0),(131970,30338,619,3,1,28078,0,567.329,-1039.17,38.0023,1.868,3600,2,0,125,0,1,0,0,0),(131971,30338,619,3,1,28078,0,563.548,-1035.69,37.9592,1.09807,3600,2,0,125,0,1,0,0,0),(131972,30338,619,3,1,28078,0,531.314,-970.948,38.0646,5.55894,3600,2,0,125,0,1,0,0,0),(131973,30338,619,3,1,28078,0,523.693,-967.558,38.0646,2.35176,3600,2,0,125,0,1,0,0,0),(131974,30338,619,3,1,28078,0,527.292,-963.393,38.0576,4.66323,3600,2,0,125,0,1,0,0,0),(131975,30338,619,3,1,28078,0,526.117,-959.124,38.1826,3.93673,3600,2,0,125,0,1,0,0,0),(131976,30338,619,3,1,28078,0,530.821,-956.65,38.5576,3.01339,3600,2,0,125,0,1,0,0,0),(131977,30338,619,3,1,28078,0,531.143,-964.993,38.0576,0.501859,3600,2,0,125,0,1,0,0,0),(131978,30338,619,3,1,28078,0,625.424,-937.035,25.7046,3.52468,3600,2,0,125,0,1,0,0,0),(131979,30338,619,3,1,28078,0,621.713,-938.53,25.7046,3.52468,3600,2,0,125,0,1,0,0,0),(131980,30338,619,3,1,28078,0,625.699,-941.025,25.7046,3.5247,3600,2,0,125,0,1,0,0,0),(131981,30338,619,3,1,28078,0,629.304,-938.006,25.7046,3.52476,3600,2,0,125,0,1,0,0,0),(131982,30338,619,3,1,28078,0,627.546,-933.645,25.7046,3.52482,3600,2,0,125,0,1,0,0,0),(131983,30338,619,3,1,28078,0,622.855,-933.969,25.7046,3.52476,3600,2,0,125,0,1,0,0,0),(131984,30338,619,3,1,28078,0,577.825,-962.38,38.0659,3.4076,3600,2,0,125,0,1,0,0,0),(131985,30338,619,3,1,28078,0,581.279,-956.482,38.1909,1.69402,3600,2,0,125,0,1,0,0,0),(131986,30338,619,3,1,28078,0,577.597,-953.184,37.9409,3.92597,3600,2,0,125,0,1,0,0,0),(131987,30338,619,3,1,28078,0,577.141,-955.67,37.9409,0.388135,3600,2,0,125,0,1,0,0,0),(131988,30338,619,3,1,28078,0,573.234,-974.115,37.9895,3.2505,3600,2,0,125,0,1,0,0,0),(131989,30338,619,3,1,28078,0,572.962,-967.85,37.9895,2.96054,3600,2,0,125,0,1,0,0,0),(131990,30111,619,3,1,27389,1,465.885,-738.526,-31.5872,5.23599,3600,0,0,41128,24262,0,0,0,0),(131991,30111,619,3,1,27388,1,462.744,-743.638,-31.5872,0.087266,3600,0,0,41128,24262,0,0,0,0),(131993,30111,619,3,1,27386,1,421.263,-805.012,-31.5872,2.40855,3600,0,0,41128,24262,0,0,0,0),(131994,30111,619,3,1,27387,1,420.44,-798.672,-31.5872,3.90954,3600,0,0,41128,24262,0,0,0,0),(131995,30111,619,3,1,27387,1,460.758,-769.003,-31.5692,1.36136,3600,0,0,41128,24262,0,0,0,0),(131996,30111,619,3,1,27388,1,509.208,-763.54,-31.5714,4.03171,3600,0,0,41128,24262,0,0,0,0),(247157,37230,631,15,1,0,0,-436.92,2344.8,285,2.72714,604800,0,0,5392400,41690,0,0,0,0),(133966,36971,673,15,1,0,0,-26.8348,13.4803,34.6954,5.3058,604800,0,0,1,0,0,0,0,0),(247150,36811,631,10,1,0,1,-601.172,2193.04,49.4767,2.83136,86400,0,0,1,0,0,0,0,0),(132012,30413,619,3,1,28134,0,467.206,-744.009,-27.8525,6.07375,3600,0,0,10282,0,0,0,0,0),(132013,30413,619,3,1,28134,0,417.165,-801.344,-28.5529,0.034907,3600,0,0,10282,0,0,0,0,0),(132014,30416,619,3,1,2172,0,451.275,-721.813,-31.5872,2.61799,3600,0,0,41128,27728,0,0,0,0),(132015,30416,619,3,1,2172,0,407.94,-782.046,-31.5872,2.51327,3600,0,0,41128,27728,0,0,0,0),(132019,30418,619,3,1,8714,0,444.304,-726.419,-31.5872,2.30383,3600,0,0,42540,28488,0,0,0,0),(132020,30418,619,3,1,8714,0,410.628,-776.034,-31.5872,3.19395,3600,0,0,42540,28488,0,0,0,0),(132024,30419,619,3,1,525,0,454.202,-713.727,-31.5872,2.93215,3600,0,0,41128,27728,0,0,0,0),(132025,30419,619,3,1,525,0,401.479,-785.441,-31.5872,1.53589,3600,0,0,41128,27728,0,0,0,0),(132026,30172,619,3,1,26831,0,635.849,-921.755,25.6978,3.9619,3600,0,0,8982,0,0,0,0,0),(132027,30172,619,3,1,26831,0,614.451,-926.766,25.9464,5.96903,3600,0,0,8982,0,0,0,0,0),(132028,30172,619,3,1,26831,0,620.612,-926.941,25.6751,1.0821,3600,0,0,8982,0,0,0,0,0),(132029,30172,619,3,1,26831,0,624.466,-956.997,25.9642,4.5204,3600,0,0,8982,0,0,0,0,0),(132030,30172,619,3,1,26831,0,616.137,-961.899,26.2742,5.84685,3600,0,0,8982,0,0,0,0,0),(132031,30172,619,3,1,26831,0,623.437,-920.424,25.8338,2.79253,3600,0,0,8982,0,0,0,0,0),(132032,30172,619,3,1,26831,0,598.464,-952.446,25.925,4.53786,3600,0,0,8982,0,0,0,0,0),(132033,30172,619,3,1,26831,0,601.475,-946.857,25.6979,5.21853,3600,0,0,8982,0,0,0,0,0),(132034,30172,619,3,1,26831,0,604.816,-942.866,25.6979,0.20944,3600,0,0,8982,0,0,0,0,0),(132035,30172,619,3,1,26831,0,640.425,-919.544,25.8701,2.56563,3600,0,0,8982,0,0,0,0,0),(132036,30172,619,3,1,26831,0,655.891,-930.445,25.6978,3.64774,3600,0,0,8982,0,0,0,0,0),(132037,30172,619,3,1,26831,0,654.068,-936.902,26.3324,2.3911,3600,0,0,8982,0,0,0,0,0),(132038,30172,619,3,1,26831,0,659.091,-905.101,25.7001,0.593412,3600,0,0,8982,0,0,0,0,0),(132039,30172,619,3,1,26831,0,690.156,-902.852,25.6978,3.82227,3600,0,0,8982,0,0,0,0,0),(132040,30172,619,3,1,26831,0,690.511,-915.51,25.7469,5.37561,3600,0,0,8982,0,0,0,0,0),(132041,30172,619,3,1,26831,0,690.387,-911.725,25.6978,0.20944,3600,0,0,8982,0,0,0,0,0),(132042,30172,619,3,1,26831,0,652.94,-933.007,26.1237,2.60054,3600,0,0,8982,0,0,0,0,0),(132043,30172,619,3,1,26831,0,663.404,-932.337,25.6978,5.20108,3600,0,0,8982,0,0,0,0,0),(132044,30172,619,3,1,26831,0,665.358,-905.067,26.0006,0.523599,3600,0,0,8982,0,0,0,0,0),(132045,30172,619,3,1,26831,0,660.198,-930.256,25.6978,0.523599,3600,0,0,8982,0,0,0,0,0),(132046,30173,619,3,1,26828,0,661.549,-901.414,26.0168,4.90438,3600,0,0,8982,0,0,0,0,0),(132047,30173,619,3,1,26828,0,617.605,-923.042,25.7618,0,3600,0,0,8982,0,0,0,0,0),(132048,30173,619,3,1,26828,0,658.677,-934.332,25.6978,3.03687,3600,0,0,8982,0,0,0,0,0),(132049,30173,619,3,1,26828,0,691.115,-907.617,25.6978,3.24631,3600,0,0,8982,0,0,0,0,0),(132050,30173,619,3,1,26828,0,619.361,-957.565,25.8974,5.46288,3600,0,0,8982,0,0,0,0,0),(132052,30179,619,3,1,27369,1,451.908,-791.78,-31.5915,4.05384,3600,0,0,41128,27728,2,0,0,0),(132053,30179,619,3,1,27372,1,473.248,-741.331,-31.5872,3.63029,3600,0,0,41128,27728,0,0,0,0),(132054,30179,619,3,1,27371,1,445.545,-717.529,-27.7433,5.44543,3600,0,0,41128,27728,0,0,0,0),(132056,30179,619,3,1,27369,1,414.748,-805.35,-31.5872,0.959931,3600,0,0,41128,27728,0,0,0,0),(132057,30179,619,3,1,27371,1,465.417,-765.786,-31.5872,3.00197,3600,0,0,41128,27728,0,0,0,0),(132058,30179,619,3,1,27372,1,402.304,-777.606,-28.8931,5.58505,3600,0,0,41128,27728,0,0,0,0),(132059,30179,619,3,1,27372,1,510.705,-750.757,-31.5455,0.645683,3600,5,0,41128,27728,1,0,0,0),(132060,30179,619,3,1,27371,1,501.672,-769.945,-31.5714,0.575959,3600,0,0,41128,27728,0,0,0,0),(1971026,27737,595,3,1,0,0,2462.13,1430.65,131.194,1.59537,300,10,0,630,0,1,0,0,0),(1971025,27737,595,3,1,0,0,2460.37,1423.45,130.95,0.173799,300,10,0,630,0,1,0,0,0),(132073,4076,619,3,1,2177,0,340.909,-820.506,-71.4495,5.91615,3600,5,0,8,0,1,0,0,0),(132074,4076,619,3,1,2177,0,467.698,-752.191,-31.5455,2.1773,3600,5,0,8,0,1,0,0,0),(132075,4076,619,3,1,2177,0,433.615,-1051.15,27.7592,4.65729,3600,5,0,8,0,1,0,0,0),(132076,4076,619,3,1,2177,0,402.604,-795.148,-31.4665,1.5708,3600,5,0,8,0,1,0,0,0),(132077,4076,619,3,1,2177,0,482.541,-1040.36,30.9033,2.76072,3600,5,0,8,0,1,0,0,0),(132078,4076,619,3,1,2177,0,423.646,-816.775,-31.6675,4.4396,3600,5,0,8,0,1,0,0,0),(132079,4076,619,3,1,2177,0,655.754,-822.67,-2.61559,2.66961,3600,5,0,8,0,1,0,0,0),(132080,4076,619,3,1,2177,0,356.207,-953.788,-80.386,0.385956,3600,5,0,8,0,1,0,0,0),(132081,4076,619,3,1,2177,0,494.039,-772.993,-31.5815,1.66251,3600,5,0,8,0,1,0,0,0),(132082,4076,619,3,1,2177,0,587.393,-769.615,-3.02249,2.27229,3600,5,0,8,0,1,0,0,0),(132083,4076,619,3,1,2177,0,570.682,-983.892,37.9895,2.15993,3600,5,0,8,0,1,0,0,0),(132084,4076,619,3,1,2177,0,500.694,-988.415,30.4396,4.81708,3600,5,0,8,0,1,0,0,0),(132085,4076,619,3,1,2177,0,570.172,-913.635,22.8797,3.05559,3600,5,0,8,0,1,0,0,0),(132086,4076,619,3,1,2177,0,460.664,-853.086,-35.1798,6.06473,3600,5,0,8,0,1,0,0,0),(132087,4076,619,3,1,2177,0,520.012,-1012.43,37.9769,4.53268,3600,5,0,8,0,1,0,0,0),(132214,29340,601,3,1,26193,0,530.819,557.362,275.977,0.087266,3600,0,0,2402,0,0,0,0,0),(132215,29340,601,3,1,26193,0,539.378,551.375,276.031,2.9147,3600,0,0,2402,0,0,0,0,0),(132216,29340,601,3,1,26193,0,522.612,464.175,289.655,0.733038,3600,0,0,2402,0,0,0,0,0),(132217,29340,601,3,1,26193,0,539.685,547.781,276.083,3.54302,3600,0,0,2402,0,0,0,0,0),(132218,29340,601,3,1,26193,0,533.008,552.397,275.886,3.03687,3600,0,0,2402,0,0,0,0,0),(132219,29340,601,3,1,26193,0,536.677,486.618,289.84,1.09028,3600,0,0,2402,0,0,0,0,0),(132220,29340,601,3,1,26193,0,552.529,471.214,289.621,1.6119,3600,0,0,2402,0,0,0,0,0),(132221,29340,601,3,1,26193,0,536.931,490.97,289.578,4.53572,3600,0,0,2402,0,0,0,0,0),(132222,29340,601,3,1,26193,0,518.838,550.358,276.305,1.48353,3600,5,0,2402,0,1,0,0,0),(132223,29340,601,3,1,26193,0,527.154,545.653,276.065,3.27724,3600,0,0,2402,0,0,0,0,0),(132224,29340,601,3,1,26193,0,530.546,550.264,275.979,0.872665,3600,0,0,2402,0,0,0,0,0),(132225,29340,601,3,1,26193,0,534.618,552.379,275.887,3.05433,3600,0,0,2402,0,0,0,0,0),(132226,29340,601,3,1,26193,0,543.511,548.144,276.198,2.46091,3600,0,0,2402,0,0,0,0,0),(132227,29340,601,3,1,26193,0,540.039,511.042,289.589,5.80104,3600,0,0,2402,0,0,0,0,0),(132228,29340,601,3,1,26193,0,536.865,547.932,276.021,3.22886,3600,0,0,2402,0,0,0,0,0),(132229,29340,601,3,1,26193,0,530.838,450.465,287.923,6.16101,3600,0,0,2402,0,0,0,0,0),(132230,29340,601,3,1,26193,0,540.348,540.27,276.245,2.49582,3600,0,0,2402,0,0,0,0,0),(132231,29340,601,3,1,26193,0,533.175,543.842,276.118,4.08407,3600,0,0,2402,0,0,0,0,0),(132273,29120,601,3,1,27856,0,551.018,248.278,223.972,1.5708,86400,0,0,205640,0,0,0,0,0),(132274,29128,601,3,1,26194,0,558.343,340.776,240.899,1.65806,3600,0,0,102820,0,0,0,0,0),(132275,29128,601,3,1,26194,0,542.003,341.413,240.899,1.48353,3600,0,0,102820,0,0,0,0,0),(132298,29311,619,3,1,27408,0,519.913,-441.813,26.4394,4.72984,86400,0,0,265875,0,0,0,0,0),(132299,30414,619,3,1,28007,0,524.039,-552.103,26.7226,4.69494,3600,0,0,85080,0,0,0,0,0),(132300,30414,619,3,1,28007,0,530.168,-531.79,26.356,0.860215,3600,0,0,85080,0,2,0,0,0),(132301,30414,619,3,1,28007,0,482.993,-501.4,26.356,2.3624,3600,0,0,85080,0,2,0,0,0),(132302,31253,616,3,1,27401,0,754.362,1301.61,266.171,4.24115,3600,0,0,3052,0,0,0,0,0),(1972016,38172,668,3,1,0,0,5279.65,2004.66,707.778,0.069813,86400,0,0,132300,39940,0,0,0,0),(1972015,38172,668,3,1,0,0,5275.08,2008.72,707.778,6.21337,86400,0,0,132300,39940,0,0,0,0),(1972024,37068,668,3,1,0,0,5382.04,2134.82,716.4,5.75,86400,0,0,100800,0,0,0,0,0),(1972014,38172,668,3,1,0,0,5309.58,2042.67,707.778,4.69494,86400,0,0,132300,39940,0,0,0,0),(1972013,38172,668,3,1,0,0,5312.75,2037.12,707.778,4.59022,86400,0,0,132300,39940,0,0,0,0),(1972023,37068,668,3,1,0,0,5414.4,2080.31,716.4,1.57,86400,0,0,100800,0,0,0,0,0),(132313,28859,616,3,1,26752,0,747.61,1393.43,295.972,3.03832,604800,0,0,6972500,212900,7,0,320,8),(1972022,37068,668,3,1,0,0,5412.99,2152.55,716.4,4.71,86400,0,0,100800,0,0,0,0,0),(1971136,22517,616,3,1,16925,0,754.395,1301.27,266.254,1.0821,3600,0,0,4120,0,0,0,0,0),(1971024,27737,595,3,1,0,0,2452.45,1421.36,130.407,0.95527,300,10,0,630,0,1,0,0,0),(1971023,27737,595,3,1,0,0,2453.15,1415.24,129.688,2.73812,300,10,0,630,0,1,0,0,0),(1971022,27737,595,3,1,0,0,2460.55,1413.74,130.482,3.33895,300,10,0,630,0,1,0,0,0),(1971021,27737,595,3,1,0,0,2467.14,1417.2,131.253,1.35975,300,10,0,630,0,1,0,0,0),(1971020,27737,595,3,1,0,0,2465.75,1410.3,130.667,6.06821,300,10,0,630,0,1,0,0,0),(1971019,27737,595,3,1,0,0,2458.76,1406.85,130.4,1.92917,300,10,0,630,0,1,0,0,0),(1971018,27737,595,3,1,0,0,2461.39,1403.39,130.436,3.62563,300,10,0,630,0,1,0,0,0),(1971017,27737,595,3,1,0,0,2471.85,1405.64,130.779,1.74067,300,10,0,630,0,1,0,0,0),(1971016,27737,595,3,1,0,0,2468.39,1393.1,130.084,3.72774,300,10,0,630,0,1,0,0,0),(1971015,27737,595,3,1,0,0,2474.01,1396.43,130.071,3.33896,300,10,0,630,0,1,0,0,0),(1971014,27737,595,3,1,0,0,2480.25,1399.75,130.425,3.86125,300,10,0,630,0,1,0,0,0),(1971013,27737,595,3,1,0,0,2486.29,1404.72,131.51,2.0784,300,10,0,630,0,1,0,0,0),(1971012,27737,595,3,1,0,0,2486.62,1397.4,130.83,1.26551,300,10,0,630,0,1,0,0,0),(1971011,27737,595,3,1,0,0,2489.13,1392.53,130.93,2.80096,300,10,0,630,0,1,0,0,0),(1971010,27737,595,3,1,0,0,2496.36,1389.2,131.202,0.48404,300,10,0,630,0,1,0,0,0),(1971009,27737,595,3,1,0,0,2489.98,1388.21,130.595,0.0088737,300,10,0,630,0,1,0,0,0),(1971008,27737,595,3,1,0,0,2482.45,1389.63,130.066,5.91507,300,10,0,630,0,1,0,0,0),(1971007,27737,595,3,1,0,0,2476.29,1390.39,129.554,0.31518,300,10,0,630,0,1,0,0,0),(1971006,27737,595,3,1,0,0,2469.49,1387.95,129.52,2.69494,300,10,0,630,0,1,0,0,0),(1971005,27737,595,3,1,0,0,2476.38,1383.89,129.221,2.03128,300,10,0,630,0,1,0,0,0),(1971004,27737,595,3,1,0,0,2479.89,1377.35,129.53,2.59284,300,10,0,630,0,1,0,0,0),(1971003,27737,595,3,1,0,0,2487.27,1377.97,130.233,3.51175,300,10,0,630,0,1,0,0,0),(1971002,27737,595,3,1,0,0,2493.17,1380.23,130.243,1.50506,300,10,0,630,0,1,0,0,0),(1971001,27737,595,3,1,0,0,2492.14,1372.13,130.524,0.939572,300,10,0,630,0,1,0,0,0),(1971000,27737,595,3,1,0,0,2488.63,1365.61,130.433,5.76584,300,10,0,630,0,1,0,0,0),(1970999,27737,595,3,1,0,0,2482.56,1367.24,129.754,0.110976,300,10,0,630,0,1,0,0,0),(1970998,27737,595,3,1,0,0,2476.15,1366.46,130.075,3.35074,300,10,0,630,0,1,0,0,0),(1970996,27729,595,3,1,0,0,2450.87,1426.94,130.925,5.37314,300,15,0,50400,0,1,0,0,0),(1970997,27737,595,3,1,0,0,2488.33,1359.83,131.098,5.75014,300,10,0,630,0,1,0,0,0),(1970995,27731,595,3,1,0,0,2411.01,1421.04,130.829,0.205226,300,0,0,15750,7988,0,0,0,0),(1970994,27731,595,3,1,0,0,2412.07,1416.05,130.482,0.209151,300,0,0,15750,7988,0,0,0,0),(1970991,28249,595,3,1,0,0,2472.04,1397.58,130.096,5.04721,300,0,0,50400,0,2,0,0,0),(1970992,27729,595,3,1,0,0,2478.84,1387.03,129.699,5.10611,300,15,0,50400,0,1,0,0,0),(1970993,27731,595,3,1,0,0,2411.54,1418.62,130.614,0.169881,300,0,0,15750,7988,0,0,0,0),(1970990,27734,595,3,1,0,0,2474.91,1399.09,130.32,5.06684,300,0,0,50400,0,2,0,0,0),(1970989,28201,595,3,1,0,0,2493.34,1365.08,130.853,2.02342,300,0,0,104264,0,2,0,0,0),(1970988,27729,595,3,1,0,0,2495.47,1367.51,130.708,4.76446,300,15,0,50400,0,1,0,0,0),(1970987,27737,595,3,1,0,0,2526.56,1294.18,130.824,1.54276,300,10,0,630,0,1,0,0,0),(1970986,27737,595,3,1,0,0,2525.6,1289.27,129.805,1.58046,300,10,0,630,0,1,0,0,0),(1970985,27737,595,3,1,0,0,2525.02,1283.82,128.926,0.606562,300,10,0,630,0,1,0,0,0),(1970984,27737,595,3,1,0,0,2521.05,1281.06,128.838,0.123542,300,10,0,630,0,1,0,0,0),(1970983,27737,595,3,1,0,0,2515.23,1278.16,128.676,5.03228,300,10,0,630,0,1,0,0,0),(1970982,27737,595,3,1,0,0,2513.27,1284.17,130.107,3.33975,300,10,0,630,0,1,0,0,0),(1970981,27737,595,3,1,0,0,2519.84,1286.24,129.577,5.51923,300,10,0,630,0,1,0,0,0),(1970980,27737,595,3,1,0,0,2515.2,1290.37,130.492,3.99556,300,10,0,630,0,1,0,0,0),(1970979,27737,595,3,1,0,0,2521.89,1293.22,130.479,2.93134,300,10,0,630,0,1,0,0,0),(1970978,27737,595,3,1,0,0,2529.77,1288.14,129.429,2.47581,300,10,0,630,0,1,0,0,0),(1970977,27737,595,3,1,0,0,2536.65,1279.34,127.852,5.29146,300,10,0,630,0,1,0,0,0),(1970976,27737,595,3,1,0,0,2530.87,1281.67,128.368,0.716519,300,10,0,630,0,1,0,0,0),(1970975,27737,595,3,1,0,0,2527.18,1276.69,127.995,2.22056,300,10,0,630,0,1,0,0,0),(1970974,27737,595,3,1,0,0,2533.27,1276.35,127.571,2.31481,300,10,0,630,0,1,0,0,0),(1970973,27737,595,3,1,0,0,2536.1,1264.13,126.581,4.33721,300,10,0,630,0,1,0,0,0),(1970972,27737,595,3,1,0,0,2539.89,1269.84,126.773,0.0253715,300,10,0,630,0,1,0,0,0),(1970971,27737,595,3,1,0,0,2533.84,1269.37,126.969,5.58128,300,10,0,630,0,1,0,0,0),(1970970,27737,595,3,1,0,0,2526.09,1272.48,128.156,2.43968,300,10,0,630,0,1,0,0,0),(1970969,27737,595,3,1,0,0,2531.93,1260.3,127.99,2.58106,300,10,0,630,0,1,0,0,0),(1970968,27737,595,3,1,0,0,2538.92,1258.51,126.381,2.4279,300,10,0,630,0,1,0,0,0),(1970967,27737,595,3,1,0,0,2545.75,1254.85,126.265,0.193446,300,10,0,630,0,1,0,0,0),(1970966,27737,595,3,1,0,0,2538.26,1251.04,126.644,2.89522,300,10,0,630,0,1,0,0,0),(1970965,27737,595,3,1,0,0,2550.58,1248.31,125.43,1.32442,300,10,0,630,0,1,0,0,0),(1970964,27737,595,3,1,0,0,2544.74,1240.48,126.089,5.93078,300,10,0,630,0,1,0,0,0),(1970963,27737,595,3,1,0,0,2541.2,1241.22,126.496,1.8899,300,10,0,630,0,1,0,0,0),(1970962,27737,595,3,1,0,0,2543.39,1235.14,126.58,3.24864,300,10,0,630,0,1,0,0,0),(1970961,27737,595,3,1,0,0,2549.28,1239.73,125.591,2.23941,300,10,0,630,0,1,0,0,0),(1970960,27737,595,3,1,0,0,2554.92,1228.96,125.521,0.0991967,300,10,0,630,0,1,0,0,0),(1970959,27737,595,3,1,0,0,2549.22,1227.05,126.336,2.17265,300,10,0,630,0,1,0,0,0),(1970958,27737,595,3,1,0,0,2559.3,1220.38,125.361,1.26551,300,10,0,630,0,1,0,0,0),(1970957,27737,595,3,1,0,0,2555.21,1211.75,126.482,2.29438,300,10,0,630,0,1,0,0,0),(1970956,27737,595,3,1,0,0,2565.35,1211.83,125.289,0.613631,300,10,0,630,0,1,0,0,0),(1970955,27737,595,3,1,0,0,2561.41,1208.01,125.574,0.0991955,300,10,0,630,0,1,0,0,0),(1970954,27737,595,3,1,0,0,2556.33,1204.01,126.818,2.09018,300,10,0,630,0,1,0,0,0),(1970953,27737,595,3,1,0,0,2563.6,1200.72,125.797,0.00494862,300,10,0,630,0,1,0,0,0),(1970952,27737,595,3,1,0,0,2560.76,1194.61,126.245,2.89129,300,10,0,630,0,1,0,0,0),(1970951,27737,595,3,1,0,0,2568.27,1192.61,125.714,1.29693,300,10,0,630,0,1,0,0,0),(1970950,27737,595,3,1,0,0,2565.92,1184.99,126.055,6.17425,300,10,0,630,0,1,0,0,0),(1970949,27737,595,3,1,0,0,2559.99,1185.87,126.628,2.208,300,10,0,630,0,1,0,0,0),(1970948,27737,595,3,1,0,0,2563.94,1179.02,126.489,3.24865,300,10,0,630,0,1,0,0,0),(1970947,27737,595,3,1,0,0,2572.79,1177.92,125.811,1.3794,300,10,0,630,0,1,0,0,0),(1970946,27737,595,3,1,0,0,2567.34,1170.58,126.65,0.531168,300,10,0,630,0,1,0,0,0),(1970944,27729,595,3,1,0,0,2556.66,1226.42,125.497,4.95689,300,15,0,50400,0,1,0,0,0),(1970945,27737,595,3,1,0,0,2562.06,1168.8,127.386,4.9883,300,10,0,630,0,1,0,0,0),(1970943,27729,595,3,1,0,0,2519.61,1276.18,128.35,5.88365,300,15,0,50400,0,1,0,0,0),(1970942,27729,595,3,1,0,0,2543.83,1262.88,126.416,2.69493,300,15,0,50400,0,1,0,0,0),(1970941,27736,595,3,1,0,0,2543.11,1250.87,126.102,1.98415,300,0,0,104264,0,2,0,0,0),(1970939,30996,595,3,1,0,0,1628.98,812.142,120.689,0.436332,180,0,0,1,0,0,0,0,0),(1970940,27737,595,3,1,0,0,2569.89,1134.58,127.375,4.59008,300,10,0,630,0,1,0,0,0),(1970938,30996,595,3,1,0,0,1629.68,731.367,112.847,-0.837757,180,0,0,1,0,0,0,0,0),(1970937,30996,595,3,1,0,0,1674.39,872.307,120.394,-1.11701,180,0,0,1,0,0,0,0,0),(1970936,30996,595,3,1,0,0,1579.42,621.446,99.7329,2.9845,180,0,0,1,0,0,0,0,0),(1970934,30574,595,3,1,0,0,1567.12,623.307,99.8189,4.39823,300,0,0,8982,0,0,0,0,0),(1970935,26499,595,3,1,0,1,1920.87,1287.12,142.935,6.25562,43200,0,0,44100,7988,0,0,0,0),(1970933,30573,595,3,1,0,0,1565.26,624.379,99.8634,4.2237,300,0,0,8982,0,0,0,0,0),(1970932,30571,595,3,1,0,0,1553.37,578.078,99.7624,5.83105,300,0,0,8982,0,0,0,0,0),(1970931,30570,595,3,1,0,0,2146.79,1257.33,134.643,1.01229,300,0,0,8982,0,0,0,0,0),(1970930,27752,595,3,1,0,0,1877.77,1297.02,145.566,4.62512,300,0,0,10080,8814,0,0,0,0),(1970928,27752,595,3,1,0,0,1873.69,1296.88,145.797,4.72984,300,0,0,10080,8814,0,0,0,0),(1970929,27752,595,3,1,0,0,1881.72,1297.07,145.265,4.55531,300,0,0,10080,8814,0,0,0,0),(1970927,30565,595,3,1,0,0,1554.14,572.686,107.559,1.09956,300,0,0,8982,0,0,0,0,0),(1970925,27747,595,3,1,0,1,2037.59,1281.81,143.666,1.48353,300,0,0,10080,8814,0,0,0,0),(1970926,27747,595,3,1,0,1,1868.76,1268.27,144.655,1.53589,300,0,0,10080,8814,0,0,0,0),(1970924,27747,595,3,1,0,1,2037.91,1293.03,143.499,4.72984,300,0,0,10080,8814,0,0,0,0),(202592,32780,624,3,1,0,0,-231.521,-113.094,125.046,0,604800,0,0,1,0,0,0,0,0),(202591,32353,624,3,1,0,0,-234.373,-92.7438,102.949,0.698252,604800,0,0,1,0,2,0,0,0),(202590,32353,624,3,1,0,0,-341.243,-103.355,104.2,3.21258,604800,0,0,1,0,2,0,0,0),(202589,32353,624,3,1,0,0,-91.2517,-103.99,103.542,3.19395,604800,0,0,1,0,0,0,0,0),(202588,31125,624,3,1,0,0,138.885,-101.531,91.401,3.12414,604800,0,0,1,0,0,0,0,0),(98849,6491,0,1,4294967295,0,0,2364.37,-5778.2,151.368,0.890498,60,0,0,4120,0,0,0,0,0),(98855,6491,571,1,4294967295,0,0,6358.47,5642.39,70.203,3.38415,60,0,0,4120,0,0,0,0,0),(98857,6491,571,1,4294967295,0,0,5047.8,-641.567,225.005,3.39593,60,0,0,4120,0,0,0,0,0),(98912,6491,571,1,4294967295,0,0,6068.46,94.7759,370.063,5.43011,60,0,0,4120,0,0,0,0,0),(98913,6491,571,1,4294967295,0,0,7078.75,-136.491,784.697,5.3555,60,0,0,4120,0,0,0,0,0),(99069,6491,571,1,4294967295,0,0,9025.66,-1178.57,1060.08,1.89189,60,0,0,4120,0,0,0,0,0),(99145,6491,571,1,4294967295,0,0,7917.5,-2461.01,1139.45,1.86518,60,0,0,4120,0,0,0,0,0),(99191,6491,571,1,4294967295,0,0,8094.67,-995.262,938.172,0.0501271,60,0,0,4120,0,0,0,0,0),(99199,6491,571,1,4294967295,0,0,7463.12,-3326.36,899.719,1.72146,60,0,0,4120,0,0,0,0,0),(99229,6491,571,1,4294967295,0,0,5882.39,660.024,169.925,1.69397,60,0,0,4120,0,0,0,0,0),(99231,6491,571,1,4294967295,0,0,5590.8,-588.952,190.773,5.54634,60,0,0,4120,0,0,0,0,0),(99604,6491,571,1,4294967295,0,0,3417.93,-1280.81,126.479,6.08827,60,0,0,4120,0,0,0,0,0),(99683,6491,571,1,4294967295,0,0,8191.89,2864.67,604.545,3.50824,60,0,0,4120,0,0,0,0,0),(99684,6491,571,1,4294967295,0,0,7229.77,2165.42,566.506,5.4521,60,0,0,4120,0,0,0,0,0),(99772,6491,571,1,4294967295,0,0,7889.04,726.715,519.2,4.27008,60,0,0,4120,0,0,0,0,0),(99775,6491,571,1,4294967295,0,0,4415.82,-1980.7,158.165,6.07256,60,0,0,4120,0,0,0,0,0),(99776,6491,571,1,4294967295,0,0,7832.92,-2019.02,1226.67,3.63783,60,0,0,4120,0,0,0,0,0),(99779,6491,571,1,4294967295,0,0,8383.32,-222.323,842.126,1.01853,60,0,0,4120,0,0,0,0,0),(99784,6491,571,1,4294967295,0,0,6942.82,-552.441,916.375,1.17168,60,0,0,4120,0,0,0,0,0),(99785,6491,571,1,4294967295,0,0,6431.54,-1186.62,448.172,2.38906,60,0,0,4120,0,0,0,0,0),(99788,6491,571,1,4294967295,0,0,5032.08,4498.36,-91.554,5.45997,60,0,0,4120,0,0,0,0,0),(99790,6491,0,1,4294967295,0,0,2356.65,-5663.06,382.257,0.586577,60,0,0,4120,0,0,0,0,0),(99792,6491,571,1,4294967295,0,0,7150.89,3691.73,818.486,3.02682,60,0,0,4120,0,0,0,0,0),(99961,6491,571,1,4294967295,0,0,7088.56,-1432.65,923.502,5.49297,60,0,0,4120,0,0,0,0,0),(100062,6491,1,1,4294967295,0,0,7763.65,-4102.77,697.988,0.266153,60,0,0,4120,0,0,0,0,0),(100073,6491,1,1,4294967295,0,0,6617.82,-3544.02,682.132,0.89447,60,0,0,4120,0,0,0,0,0),(100100,6491,1,1,4294967295,0,0,4458.88,-4284.83,916.711,5.22594,60,0,0,4120,0,0,0,0,0),(100106,6491,1,1,4294967295,0,0,4321.05,-5569.39,119.787,4.73114,60,0,0,4120,0,0,0,0,0),(100107,6491,1,1,4294967295,0,0,3205.34,-4941.65,159.706,4.28347,60,0,0,4120,0,0,0,0,0),(100108,6491,1,1,4294967295,0,0,-1779.32,2855.72,56.8082,2.94829,60,0,0,4120,0,0,0,0,0),(100109,6491,1,1,4294967295,0,0,-1969.18,1728.99,62.9928,4.82933,60,0,0,4120,0,0,0,0,0),(100112,6491,1,1,4294967295,0,0,-1557.36,983.319,90.3322,6.00348,60,0,0,4120,0,0,0,0,0),(100113,6491,1,1,4294967295,0,0,-476.943,1225.75,96.0816,3.77688,60,0,0,4120,0,0,0,0,0),(100114,6491,1,1,4294967295,0,0,2932.28,380.747,91.8989,3.08966,60,0,0,4120,0,0,0,0,0),(100115,6491,1,1,4294967295,0,0,2297.99,-1731.66,119.435,3.52163,60,0,0,4120,0,0,0,0,0),(100116,6491,1,1,4294967295,0,0,1287.23,-300.107,6.08626,3.24281,60,0,0,4120,0,0,0,0,0),(100117,6491,1,1,4294967295,0,0,1696.09,1045.9,149.448,4.65259,60,0,0,4120,0,0,0,0,0),(100118,6491,1,1,4294967295,0,0,160.427,-1699.37,93.7254,1.38926,60,0,0,4120,0,0,0,0,0),(100119,6491,1,1,4294967295,0,0,798.808,-2541.37,91.6667,3.32135,60,0,0,4120,0,0,0,0,0),(100120,6491,1,1,4294967295,0,0,-1892.07,-3059.63,91.6667,0.890536,60,0,0,4120,0,0,0,0,0),(100121,6491,1,1,4294967295,0,0,-1484.9,-2136.98,94.6139,4.68008,60,0,0,4120,0,0,0,0,0),(100122,6491,1,1,4294967295,0,0,277.085,-3314.55,56.5686,3.14071,60,0,0,4120,0,0,0,0,0),(100123,6491,1,1,4294967295,0,0,-2726.76,-1115.43,20.8219,6.20768,60,0,0,4120,0,0,0,0,0),(100124,6491,1,1,4294967295,0,0,-1170.27,-1135.08,30.1008,1.38926,60,0,0,4120,0,0,0,0,0),(100125,6491,1,1,4294967295,0,0,-5363.6,-2365.49,-37.3275,0.690257,60,0,0,4120,0,0,0,0,0),(100126,6491,1,1,4294967295,0,0,-6116.2,-3853.91,-58.7501,1.27538,60,0,0,4120,0,0,0,0,0),(100127,6491,1,1,4294967295,0,0,-9048.19,-2724.85,37.3529,1.06333,60,0,0,4120,0,0,0,0,0),(100128,6491,1,1,4294967295,0,0,-7746.9,-3012.54,40.731,2.30426,60,0,0,4120,0,0,0,0,0),(100129,6491,1,1,4294967295,0,0,-5529.01,1452.51,24.0477,5.33197,60,0,0,4120,0,0,0,0,0),(100130,6491,1,1,4294967295,0,0,-4339.78,-385.667,38.584,0.529265,60,0,0,4120,0,0,0,0,0),(100131,6491,1,1,4294967295,0,0,-3330.89,2281.76,28.6932,4.65183,60,0,0,4120,0,0,0,0,0),(100132,6491,1,1,4294967295,0,0,-7971.13,786.231,-0.846868,5.91632,60,0,0,4120,0,0,0,0,0),(100133,6491,1,1,4294967295,0,0,-7058,1287.18,6.16177,0.732693,60,0,0,4120,0,0,0,0,0),(100134,6491,0,1,4294967295,0,0,-1345.69,-2046.79,71.1931,5.94774,60,0,0,4120,0,0,0,0,0),(100135,6491,0,1,4294967295,0,0,-900.166,-1478.97,58.3879,1.17488,60,0,0,4120,0,0,0,0,0),(100136,6491,0,1,4294967295,0,0,3121.92,-4806.89,100.915,2.43152,60,0,0,4120,0,0,0,0,0),(100137,6491,0,1,4294967295,0,0,3344.26,-3227.9,143.286,3.51144,60,0,0,4120,0,0,0,0,0),(100138,6491,0,1,4294967295,0,0,2211.95,-2924.61,108.288,2.28229,60,0,0,4120,0,0,0,0,0),(100139,6491,0,1,4294967295,0,0,2658.78,-1723.77,124.43,6.17394,60,0,0,4120,0,0,0,0,0),(100140,6491,0,1,4294967295,0,0,-573.443,116.159,54.2246,2.29408,60,0,0,4120,0,0,0,0,0),(100141,6491,0,1,4294967295,0,0,577.536,-3826.78,120.064,6.09148,60,0,0,4120,0,0,0,0,0),(100142,6491,0,1,4294967295,0,0,-198.557,-3043.34,119.727,6.11662,60,0,0,4120,0,0,0,0,0),(100143,6491,0,1,4294967295,0,0,-2953.26,-1754.64,9.51457,4.77752,60,0,0,4120,0,0,0,0,0),(100144,6491,0,1,4294967295,0,0,-3983.23,-2844.7,12.9895,5.62183,60,0,0,4120,0,0,0,0,0),(100145,6491,0,1,4294967295,0,0,-3345.39,-3421.12,64.4016,5.17416,60,0,0,4120,0,0,0,0,0),(100147,6491,0,1,4294967295,0,0,-13316.9,155.748,17.3469,3.39916,60,0,0,4120,0,0,0,0,0),(100148,6491,0,1,4294967295,0,0,-12000.3,433.889,3.22912,4.79716,60,0,0,4120,0,0,0,0,0),(100149,6491,0,1,4294967295,0,0,-10838.1,-484.891,42.7193,1.56132,60,0,0,4120,0,0,0,0,0),(100150,6491,0,1,4294967295,0,0,-11219.3,1705.41,38.9655,1.62807,60,0,0,4120,0,0,0,0,0),(100151,6491,0,1,4294967295,0,0,-9975.42,1757.63,37.4597,3.20673,60,0,0,4120,0,0,0,0,0),(100152,6491,0,1,4294967295,0,0,-11808,-2961.49,7.68175,5.90851,60,0,0,4120,0,0,0,0,0),(100153,6491,0,1,4294967295,0,0,-10320.2,-4122.43,22.5164,1.18828,60,0,0,4120,0,0,0,0,0),(100154,6491,0,1,4294967295,0,0,-10342.1,-2583.62,24.9394,3.16748,60,0,0,4120,0,0,0,0,0),(100155,6491,0,1,4294967295,0,0,-9475.05,-3008.82,134.527,0.116206,60,0,0,4120,0,0,0,0,0),(100156,6491,0,1,4294967295,0,0,-9562.73,-603.599,58.3876,3.85078,60,0,0,4120,0,0,0,0,0),(100157,6491,0,1,4294967295,0,0,-7919.04,-1353.66,134.08,3.06145,60,0,0,4120,0,0,0,0,0),(100158,6491,0,1,4294967295,0,0,-7987.36,-2368.72,124.025,4.76577,60,0,0,4120,0,0,0,0,0),(100159,6491,0,1,4294967295,0,0,-5386.74,36.9827,395.53,6.15592,60,0,0,4120,0,0,0,0,0),(100160,6491,0,1,4294967295,0,0,-5472.1,-1841.64,400.677,4.16102,60,0,0,4120,0,0,0,0,0),(100162,6491,0,1,4294967295,0,0,-5326.13,-3779.15,310.073,3.19106,60,0,0,4120,0,0,0,0,0),(100163,6491,571,1,4294967295,0,0,5444.61,2840.79,420.429,0.00626393,60,0,0,4120,0,0,0,0,0),(100164,6491,1,1,4294967295,0,0,8709.78,963.966,12.6548,2.63728,60,0,0,4120,0,0,0,0,0),(12924,23889,568,1,1,0,1,134.597,688.33,45.1114,1.51855,7200,0,0,2515,0,0,0,0,0),(14730,24374,568,1,1,0,0,126.472,1058.19,24.8475,1.60537,7200,0,0,125748,0,0,0,0,0),(14731,24374,568,1,1,0,0,110.95,1057.65,25.1551,1.60537,7200,0,0,125748,0,0,0,0,0),(16644,24374,568,1,1,0,0,127.386,974.192,30.9888,1.64699,7200,0,0,125748,0,0,0,0,0),(17360,24374,568,1,1,0,0,107.907,975.272,29.191,1.57473,7200,0,0,125748,0,0,0,0,0),(17636,24138,568,1,1,0,0,273.399,1054.89,0.000612732,5.66519,7200,0,0,19561,0,2,0,0,0),(20196,24138,568,1,1,0,0,275.893,1058.4,0.00207663,5.66519,7200,0,0,19561,0,2,0,0,0),(20861,24065,568,1,1,0,1,277.305,1054.69,0.000044,5.70759,7200,0,0,78044,0,2,0,0,0),(25813,24043,568,1,1,0,0,440.257,908.198,0.000133,4.06911,7200,0,0,44710,0,0,0,0,0),(28406,24043,568,1,1,0,0,425.254,915.918,1.42904,4.27095,7200,10,0,44710,0,1,0,0,0),(29104,24043,568,1,1,0,0,444.624,919.356,0.000968,4.37934,7200,10,0,44710,0,1,0,0,0),(29105,24043,568,1,1,0,0,444.713,893.398,0.424363,3.86255,7200,10,0,44710,0,1,0,0,0),(29107,24043,568,1,1,0,0,452.123,896.927,0.470437,3.24056,7200,10,0,44710,0,1,0,0,0),(29108,24043,568,1,1,0,0,436.483,980.415,0.0000249752,5.43102,7200,10,0,44710,0,1,0,0,0),(29109,24043,568,1,1,0,0,454.153,1002.42,1.26073,4.1948,7200,10,0,44710,0,1,0,0,0),(29441,24043,568,1,1,0,0,441.019,993.681,0.000042755,5.43966,7200,10,0,44710,0,1,0,0,0),(29846,24043,568,1,1,0,0,450.493,980.478,0.0602788,4.5231,7200,10,0,44710,0,1,0,0,0),(31753,24043,568,1,1,0,0,427.161,971.316,1.15931,5.95802,7200,10,0,44710,0,1,0,0,0),(31756,24043,568,1,1,0,0,397.144,897.193,0.0827273,3.57592,7200,10,0,44710,0,1,0,0,0),(31826,24043,568,1,1,0,0,387.6,878.136,0.00522969,2.37818,7200,10,0,44710,0,1,0,0,0),(31834,24043,568,1,1,0,0,379.562,879.276,-0.041181,1.02023,7200,10,0,44710,0,1,0,0,0),(33301,24043,568,1,1,0,0,398.69,883.048,0.000125858,2.60674,7200,10,0,44710,0,1,0,0,0),(24323,24065,568,1,1,0,1,436.083,920.6,0.00397012,1.93599,7200,0,0,78044,0,2,0,0,0),(34024,24065,568,1,1,0,1,437.908,909.76,0.000133,3.92381,7200,0,0,78044,0,0,0,0,0),(34025,24065,568,1,1,0,1,433.299,978.724,0.000569517,5.47107,7200,0,0,78044,0,0,0,0,0),(34026,24065,568,1,1,0,1,385.994,890.932,0.0000744527,2.09932,7200,0,0,78044,0,0,0,0,0),(34027,24065,568,1,1,0,1,361.146,1116.73,6.30855,4.69261,7200,0,0,78044,0,0,0,0,0),(34028,24065,568,1,1,0,1,381.361,1117.75,6.2676,4.74759,7200,0,0,78044,0,0,0,0,0),(34029,23596,568,1,1,0,1,-189.911,1243.5,0.946364,4.16436,7200,0,0,78044,6462,0,0,0,0),(34030,23596,568,1,1,0,1,385.161,996.886,0.009852,5.01081,7200,0,0,78044,6462,0,0,0,0),(34031,23596,568,1,1,0,1,381.87,991.632,0.00122086,0.387951,7200,0,0,78044,6462,0,0,0,0),(34032,23596,568,1,1,0,1,377.591,1113.39,6.04012,6.13147,7200,0,0,78044,6462,0,0,0,0),(76045,21160,532,1,1,0,0,-11107.9,-1873.03,220.751,0.715585,604800,0,0,1,0,0,0,0,0),(76044,21752,532,1,1,0,0,-11063.6,-1866.36,220.751,3.82227,604800,0,0,1,0,0,0,0,0),(76043,21750,532,1,1,0,0,-11067.6,-1861.94,220.751,3.83972,604800,0,0,1,0,0,0,0,0),(76042,21748,532,1,1,0,0,-11074.3,-1853.26,220.751,3.735,604800,0,0,1,0,0,0,0,0),(76041,21747,532,1,1,0,0,-11070.9,-1857.75,220.751,3.83972,604800,0,0,1,0,0,0,0,0),(76040,17469,532,1,1,0,0,-11061.3,-1878.63,220.751,3.90954,604800,0,0,1,0,0,0,0,0),(76039,21726,532,1,1,0,0,-11077.7,-1848.79,220.751,3.90954,604800,0,0,1,0,0,0,0,0),(76038,21748,532,1,1,0,0,-11056.9,-1875.29,220.751,3.66519,604800,0,0,1,0,0,0,0,0),(76037,21747,532,1,1,0,0,-11060.3,-1870.9,220.751,3.80482,604800,0,0,1,0,0,0,0,0),(76036,17469,532,1,1,0,0,-11082,-1852.19,220.751,3.80482,604800,0,0,1,0,0,0,0,0),(76035,17469,532,1,1,0,0,-11057.6,-1883.09,220.751,3.80482,604800,0,0,1,0,0,0,0,0),(76034,21726,532,1,1,0,0,-11053.5,-1879.72,220.751,4.01426,604800,0,0,1,0,0,0,0,0),(76033,17469,532,1,1,0,0,-11078.5,-1856.99,220.751,3.89208,604800,0,0,1,0,0,0,0,0),(76032,17469,532,1,1,0,0,-11075,-1861.29,220.751,3.735,604800,0,0,1,0,0,0,0,0),(76031,17211,532,1,1,0,0,-11086.3,-1891.32,220.751,0.645772,604800,0,0,1,0,0,0,0,0),(76030,17469,532,1,1,0,0,-11071.7,-1865.53,220.751,3.82227,604800,0,0,1,0,0,0,0,0),(76029,17211,532,1,1,0,0,-11082.7,-1895.74,220.751,0.663225,604800,0,0,1,0,0,0,0,0),(76028,17469,532,1,1,0,0,-11068.1,-1869.96,220.751,3.89208,604800,0,0,1,0,0,0,0,0),(76027,17211,532,1,1,0,0,-11103.7,-1869.47,220.751,0.698132,604800,0,0,1,0,0,0,0,0),(76026,17211,532,1,1,0,0,-11079.3,-1900.23,220.75,0.663225,604800,0,0,1,0,0,0,0,0),(76025,17211,532,1,1,0,0,-11100.2,-1873.87,220.751,0.645772,604800,0,0,1,0,0,0,0,0),(202500,23771,571,1,1,0,0,1715.69,-2541,13.0394,5.44543,120,0,0,1,0,0,0,0,0),(202499,23771,571,1,1,0,0,1706.4,-2549.08,12.8921,5.44543,120,0,0,1,0,0,0,0,0),(100220,27655,578,3,1,25010,1,1177.47,937.722,527.405,2.21657,86400,0,0,325825,61215,0,0,0,0),(1971378,27656,578,3,1,27034,0,1077.04,1086.21,655.497,4.18879,86400,50,0,2997590,81620,1,0,0,0),(100222,27657,578,3,1,24742,0,945.512,1025.81,360.636,1.02974,3600,0,0,12600,0,0,0,0,0),(100224,27658,578,3,1,24759,0,933.148,1042.43,360.219,0.244346,3600,0,0,12600,0,0,0,0,0),(100225,27659,578,3,1,24746,0,935.837,1063.63,360.469,5.77704,3600,0,0,12600,0,0,0,0,0),(100234,28183,578,3,1,0,0,1328,1061.15,439.233,2.89725,120,0,0,1,0,0,0,0,0),(100233,28183,578,3,1,0,0,1324.39,1089.8,439.233,3.59538,120,0,0,1,0,0,0,0,0),(100232,28183,578,3,1,0,0,1305.63,1031.75,439.233,2.04204,120,0,0,1,0,0,0,0,0),(100231,28183,578,3,1,0,0,1293.8,1113.18,439.233,4.4855,120,0,0,1,0,0,0,0,0),(100230,28183,578,3,1,0,0,1277.07,1027.79,439.233,1.37881,120,0,0,1,0,0,0,0,0),(100229,28183,578,3,1,0,0,1265.3,1109.23,439.233,5.18363,120,0,0,1,0,0,0,0,0),(100228,28183,578,3,1,0,0,1246.57,1051.25,439.233,0.506145,120,0,0,1,0,0,0,0,0),(100227,28183,578,3,1,0,0,1242.73,1079.59,439.233,6.10865,120,0,0,1,0,0,0,0,0),(100235,27447,578,3,1,27033,1,1285.6,1070.36,439.515,3.57792,86400,0,0,325825,0,0,0,0,0),(200037,35644,650,3,1,0,0,777.564,660.3,412.467,4.34587,999999,0,0,50000,0,0,0,0,0),(1971379,33628,650,3,1,0,1,746.417,557.538,435.399,1.58739,300,0,0,42000,0,0,0,0,0),(202942,34974,649,15,1,0,0,587.646,82.4497,418.318,1.97222,120,0,0,1,0,0,0,0,0),(100411,27633,578,3,1,25195,1,1094.9,1127.86,361.07,4.98004,3600,5,0,48700,0,1,0,0,0),(100412,27633,578,3,1,25195,1,1059.51,1109.81,361.154,0.855211,3600,0,0,48700,0,0,0,0,0),(100413,27633,578,3,1,25195,1,1052.99,1113.96,361.154,0.680678,3600,0,0,48700,0,0,0,0,0),(100414,27633,578,3,1,25195,1,1174.35,1003.22,361.07,4.06438,3600,5,0,48700,0,1,0,0,0),(100415,27633,578,3,1,25195,1,1183,1037.33,361.07,3.93238,3600,5,0,48700,0,1,0,0,0),(100416,27635,578,3,1,25250,1,1181.48,1070.53,361.07,4.55913,3600,5,0,48700,19465,1,0,0,0),(100418,27635,578,3,1,25250,1,1179.05,1068.18,361.07,3.20184,3600,5,0,48700,19465,1,0,0,0),(100419,27635,578,3,1,25250,1,1107.68,1132.91,361.07,2.17407,3600,5,0,48700,19465,1,0,0,0),(100420,27635,578,3,1,25250,1,1050,1108.03,361.154,0.628319,3600,0,0,48700,19465,0,0,0,0),(100439,27636,578,3,1,26088,0,1103.9,1128.95,361.07,1.59132,3600,5,0,14610,0,1,0,0,0),(100449,27636,578,3,1,26088,0,1089.46,1124.87,361.07,0.555255,3600,5,0,14610,0,1,0,0,0),(100463,27636,578,3,1,26088,0,1073.75,1129.95,361.07,2.92779,3600,5,0,14610,0,1,0,0,0),(100465,27636,578,3,1,26088,0,1089.28,1135.75,361.07,4.05297,3600,5,0,14610,0,1,0,0,0),(100466,27636,578,3,1,26088,0,1110.56,1136.84,361.07,1.22917,3600,5,0,14610,0,1,0,0,0),(100467,27636,578,3,1,26088,0,1164.49,1104.02,361.07,2.33314,3600,5,0,14610,0,1,0,0,0),(100468,27636,578,3,1,26088,0,1168.91,1097.63,361.07,4.3172,3600,5,0,14610,0,1,0,0,0),(100471,27636,578,3,1,26088,0,1140.78,1121.74,361.07,6.27531,3600,5,0,14610,0,1,0,0,0),(100479,27636,578,3,1,26088,0,1137.21,1120.03,361.07,3.52187,3600,5,0,14610,0,1,0,0,0),(100564,27636,578,3,1,26088,0,1153.68,1118.72,361.07,2.69372,3600,5,0,14610,0,1,0,0,0),(100580,27636,578,3,1,26088,0,1177.76,1031.85,361.07,5.862,3600,5,0,14610,0,1,0,0,0),(100768,27636,578,3,1,26088,0,1182.11,1039.13,361.07,3.48468,3600,5,0,14610,0,1,0,0,0),(100838,27636,578,3,1,26088,0,1177.88,1043.79,361.07,3.41428,3600,5,0,14610,0,1,0,0,0),(100843,27636,578,3,1,26088,0,1175.36,1023.77,361.153,0.368577,3600,5,0,14610,0,1,0,0,0),(100845,27636,578,3,1,26088,0,1186.37,1024.1,361.07,0.244397,3600,5,0,14610,0,1,0,0,0),(100846,27636,578,3,1,26088,0,1112.57,969.058,361.07,4.13822,3600,5,0,14610,0,1,0,0,0),(100848,27636,578,3,1,26088,0,1105.41,962.87,361.07,0.949516,3600,5,0,14610,0,1,0,0,0),(100851,27636,578,3,1,26088,0,1113.42,977.57,361.07,4.34972,3600,5,0,14610,0,1,0,0,0),(100852,27636,578,3,1,26088,0,1127.63,971.18,361.07,3.94894,3600,5,0,14610,0,1,0,0,0),(100853,27636,578,3,1,26088,0,1125.26,974.592,361.07,3.25111,3600,5,0,14610,0,1,0,0,0),(100892,27638,578,3,1,28080,0,1077.4,1157.63,406.257,6.10194,3600,5,0,115952,19465,1,0,0,0),(100919,27638,578,3,1,28080,0,1204.97,1108.14,387.68,5.6687,3600,5,0,115952,19465,1,0,0,0),(100921,27638,578,3,1,28080,0,1118.38,1217.99,428.997,3.03666,3600,5,0,115952,19465,1,0,0,0),(100929,27638,578,3,1,28080,0,1041.73,941.427,381.733,4.05194,3600,5,0,115952,19465,1,0,0,0),(100931,27638,578,3,1,28080,0,1210.38,1118.57,471.41,0.449876,3600,5,0,115952,19465,1,0,0,0),(100932,27638,578,3,1,28080,0,1268.55,1040.81,487.675,3.03687,3600,5,0,115952,19465,1,0,0,0),(100933,27638,578,3,1,28080,0,992.57,884.617,464.355,2.29762,3600,5,0,115952,19465,1,0,0,0),(101069,27638,578,3,1,28080,0,1078.43,1235.27,402.337,0.097147,3600,5,0,115952,19465,1,0,0,0),(101090,27638,578,3,1,28080,0,1109.86,893.865,389.216,5.16806,3600,5,0,115952,19465,1,0,0,0),(101498,27638,578,3,1,28080,0,1357.86,1055.26,463.02,2.30095,3600,5,0,115952,19465,1,0,0,0),(101729,27638,578,3,1,28080,0,1012.73,972.949,415.119,4.47108,3600,5,0,115952,19465,1,0,0,0),(101730,27638,578,3,1,28080,0,1085.05,938.945,448.49,1.30396,3600,5,0,115952,19465,1,0,0,0),(101731,27638,578,3,1,28080,0,963.452,907.399,400.827,0.316293,3600,5,0,115952,19465,1,0,0,0),(101813,27638,578,3,1,28080,0,999.532,1201.55,479.295,0.065094,3600,5,0,115952,19465,1,0,0,0),(101816,27638,578,3,1,28080,0,1192.56,916.501,414.305,2.72108,3600,5,0,115952,19465,1,0,0,0),(101821,27638,578,3,1,28080,0,996.138,1235.41,390.764,1.51844,3600,5,0,115952,19465,1,0,0,0),(101822,27638,578,3,1,28080,0,1273.21,1157.5,449.473,3.3377,3600,5,0,115952,19465,1,0,0,0),(101826,27638,578,3,1,28080,0,979.284,1159.73,464.063,1.77143,3600,5,0,115952,19465,1,0,0,0),(101827,27638,578,3,1,28080,0,1032.78,899.361,474.191,3.75559,3600,5,0,115952,19465,1,0,0,0),(101829,27638,578,3,1,28080,0,1021.01,1200.13,504.557,2.46,3600,5,0,115952,19465,1,0,0,0),(101835,27638,578,3,1,28080,0,1186,1058.58,556.724,4.41868,3600,5,0,115952,19465,1,0,0,0),(101844,27638,578,3,1,28080,0,1064.14,874.541,484.51,3.75753,3600,5,0,115952,19465,1,0,0,0),(101847,27638,578,3,1,28080,0,1043.43,1180.13,478.396,3.84522,3600,5,0,115952,19465,1,0,0,0),(101848,27638,578,3,1,28080,0,1030.05,1141.72,392.915,1.4045,3600,5,0,115952,19465,1,0,0,0),(101851,27638,578,3,1,28080,0,1202.12,1140.69,415.34,2.16226,3600,5,0,115952,19465,1,0,0,0),(101852,27638,578,3,1,28080,0,1008.72,1117.41,451.61,1.48878,3600,5,0,115952,19465,1,0,0,0),(101857,27638,578,3,1,28080,0,1148.25,907.075,441.479,1.28801,3600,5,0,115952,19465,1,0,0,0),(101861,27638,578,3,1,28080,0,1189.63,1185.8,453.924,3.727,3600,5,0,115952,19465,1,0,0,0),(101864,27638,578,3,1,28080,0,1033.26,829.67,456.954,2.92664,3600,5,0,115952,19465,1,0,0,0),(101865,27638,578,3,1,28080,0,1041.52,1143.38,543.808,4.29589,3600,5,0,115952,19465,1,0,0,0),(101869,27638,578,3,1,28080,0,984.083,939.198,442.098,3.97775,3600,5,0,115952,19465,1,0,0,0),(101870,27638,578,3,1,28080,0,942.248,1160.62,421.821,2.14561,3600,5,0,115952,19465,1,0,0,0),(101873,27638,578,3,1,28080,0,1196.23,1050.37,446.516,2.73707,3600,5,0,115952,19465,1,0,0,0),(101874,27638,578,3,1,28080,0,1324.88,1000.92,452.854,0.651494,3600,5,0,115952,19465,1,0,0,0),(101880,27638,578,3,1,28080,0,1125.55,867.523,432.148,4.06142,3600,5,0,115952,19465,1,0,0,0),(101881,27638,578,3,1,28080,0,1023.32,1251.71,461.935,3.54018,3600,5,0,115952,19465,1,0,0,0),(101882,27638,578,3,1,28080,0,1316.11,1126.91,470.08,4.27136,3600,5,0,115952,19465,1,0,0,0),(101885,27638,578,3,1,28080,0,1214.95,981.778,385.831,2.38326,3600,5,0,115952,19465,1,0,0,0),(101889,27638,578,3,1,28080,0,1298.82,1164.14,414.129,0.949899,3600,5,0,115952,19465,1,0,0,0),(101891,27638,578,3,1,28080,0,1041.32,936.152,527.405,2.5434,3600,5,0,115952,19465,1,0,0,0),(101892,27638,578,3,1,28080,0,1271.31,1006.91,379.293,5.09294,3600,5,0,115952,19465,1,0,0,0),(101893,27638,578,3,1,28080,0,1351.07,1090.28,407.038,3.0259,3600,5,0,115952,19465,1,0,0,0),(101894,27638,578,3,1,28080,0,1256.96,953.168,456.565,1.77385,3600,5,0,115952,19465,1,0,0,0),(101895,27639,578,3,1,25305,1,1088.24,989.944,433.159,2.77507,3600,0,0,48700,19465,0,0,0,0),(101896,27639,578,3,1,25306,1,1062.08,993.699,433.159,0.05236,3600,0,0,48700,19465,0,0,0,0),(101897,27639,578,3,1,25305,1,1081.36,1111.2,433.083,3.78736,3600,0,0,48700,19465,0,0,0,0),(101898,27639,578,3,1,25306,1,1061.41,1095.97,432.522,0.645772,3600,0,0,48700,19465,0,0,0,0),(101899,27639,578,3,1,25305,1,1117.55,998.552,433.159,5.88176,3600,0,0,48700,19465,0,0,0,0),(101900,27639,578,3,1,25306,1,1135.18,1005.91,433.159,4.32842,3600,0,0,48700,19465,0,0,0,0),(101902,27639,578,3,1,25305,1,1017.14,1202,439.515,6.14356,3600,0,0,48700,19465,0,0,0,0),(101903,27639,578,3,1,25306,1,1137.67,1112.02,433.159,3.28122,3600,0,0,48700,19465,0,0,0,0),(101904,27639,578,3,1,25306,1,1112.34,1103.67,433.159,0.488692,3600,0,0,48700,19465,0,0,0,0),(101907,27640,578,3,1,25304,1,1072.31,1007.25,433.159,5.044,3600,0,0,50400,19970,0,0,0,0),(101909,27640,578,3,1,25302,1,1083.77,1099.71,433.159,2.80998,3600,0,0,50400,19970,0,0,0,0),(101910,27640,578,3,1,25302,1,1122.37,981.475,433.159,0.994838,3600,0,0,50400,19970,0,0,0,0),(101912,27640,578,3,1,25302,1,1142.36,992.208,433.159,3.07178,3600,0,0,50400,19970,0,0,0,0),(101914,27640,578,3,1,25302,1,1130.9,1097.9,433.159,2.05949,3600,0,0,50400,19970,0,0,0,0),(101915,27640,578,3,1,25302,1,1115.41,1120.35,433.159,5.42797,3600,0,0,50400,19970,0,0,0,0),(101916,27640,578,3,1,25303,1,1036.51,890.485,439.515,1.95477,3600,0,0,50400,19970,0,0,0,0),(101917,27641,578,3,1,24943,0,1076.91,994.304,432.963,1.20428,604800,0,0,48700,0,0,0,0,0),(101918,27641,578,3,1,24943,0,1071.59,1103.8,432.963,5.21853,604800,0,0,48700,0,0,0,0,0),(101919,27641,578,3,1,24943,0,1129.71,993.231,432.963,2.07694,604800,0,0,48700,0,0,0,0,0),(101922,27641,578,3,1,24943,0,1004.94,1202.98,439.515,0,604800,0,0,48700,0,0,0,0,0),(101924,27641,578,3,1,24943,0,1025.53,1210.88,439.515,4.11898,604800,0,0,48700,0,0,0,0,0),(101933,27641,578,3,1,24943,0,1023.65,1190.88,439.515,2.16421,604800,0,0,48700,0,0,0,0,0),(101937,27641,578,3,1,24943,0,1124.4,1109.75,432.963,4.31096,604800,0,0,48700,0,0,0,0,0),(101967,27641,578,3,1,24943,0,1041.18,877.575,439.515,1.97222,604800,0,0,48700,0,0,0,0,0),(101974,27641,578,3,1,24943,0,1023.17,893.271,439.515,6.19592,604800,0,0,48700,0,0,0,0,0),(102064,27641,578,3,1,24943,0,1045.16,899.433,439.515,4.08407,604800,0,0,48700,0,0,0,0,0),(102225,14881,608,3,1,1160,0,1835.06,787.226,44.2852,5.46028,3600,5,0,8,0,1,0,0,0),(102226,14881,608,3,1,14952,0,1970.97,823.359,52.4492,4.6867,3600,0,0,8,0,0,0,0,0),(102227,14881,608,3,1,14952,0,1834.85,833.03,44.0783,3.75114,3600,5,0,8,0,1,0,0,0),(102339,14881,608,3,1,9829,0,1938.05,886.081,47.2639,2.718,3600,0,0,8,0,0,0,0,0),(200013,25416,571,1,1,0,0,4301.87,5644.16,95.1617,0.169027,1200,0,0,9610,0,0,0,0,0),(102345,2110,608,3,1,1141,0,1925.69,806.789,38.766,4.79734,3600,0,0,1,0,0,0,0,0),(102347,2110,608,3,1,1141,0,1839,842.296,38.6467,3.65793,3600,5,0,1,0,1,0,0,0),(102348,2110,608,3,1,1141,0,1922.98,842.169,38.5812,3.76191,3600,5,0,1,0,1,0,0,0),(102349,29266,608,3,1,27486,0,1908.42,845.85,38.7195,4.85202,14400,0,0,227580,0,0,0,0,0),(102350,29276,608,3,1,11686,0,1836.51,805.971,80.1289,5.70723,3600,5,0,11379,0,1,0,0,0),(102351,29312,608,3,1,10193,0,1844.56,748.708,38.742,0.820305,14400,0,0,227580,0,0,0,0,0),(102352,29313,608,3,1,27487,0,1942.04,749.523,30.9523,2.30383,14400,0,0,227580,69658,0,0,0,0),(102353,29314,608,3,1,27855,0,1934.15,860.946,47.295,3.97935,14400,0,0,227580,0,0,0,0,0),(102383,29315,608,3,1,27488,1,1871.46,871.036,43.4152,5.11381,14400,0,0,136548,74500,0,0,0,0),(102384,29316,608,3,1,20590,0,1893.9,728.126,47.7502,1.6057,14400,0,0,227580,0,0,0,0,0),(102900,30857,608,3,1,11686,0,1907.28,802.305,38.6457,4.32879,3600,0,0,10635,0,0,0,0,0),(102899,30857,608,3,1,11686,0,1858.19,825.697,38.6467,5.19835,3600,0,0,10635,0,0,0,0,0),(102898,30857,608,3,1,11686,0,1929.48,831.058,45.51,1.49259,3600,0,0,10635,0,0,0,0,0),(102897,30857,608,3,1,11686,0,1858.38,766.677,38.6528,1.36797,3600,0,0,10635,0,0,0,0,0),(102896,30857,608,3,1,11686,0,1840.36,813.598,44.1575,5.86559,3600,0,0,10635,0,0,0,0,0),(102753,30857,608,3,1,11686,0,1916.23,850.416,47.1447,5.93601,3600,0,0,10635,0,0,0,0,0),(102598,30857,608,3,1,11686,0,1852.57,848.215,43.3335,0.434143,3600,0,0,10635,0,0,0,0,0),(102486,30857,608,3,1,11686,0,1881.36,809.781,38.53,6.19563,3600,0,0,10635,0,0,0,0,0),(102468,30857,608,3,1,11686,0,1891.98,752.688,47.6668,0.204083,3600,0,0,10635,0,0,0,0,0),(102465,30857,608,3,1,11686,0,1876.5,782.456,38.9272,2.81455,3600,0,0,10635,0,0,0,0,0),(102413,30857,608,3,1,11686,0,1942.85,812.676,52.4026,1.5377,3600,0,0,10635,0,0,0,0,0),(102385,30857,608,3,1,11686,0,1895.93,835.542,38.6466,3.7765,3600,0,0,10635,0,0,0,0,0),(102908,31118,608,3,1,11686,0,1966.76,780.918,52.4429,1.55334,3600,0,0,42540,0,0,0,0,0),(102909,30883,608,3,1,11686,0,1849.88,792.488,44.1064,2.11185,3600,0,0,5589,3155,0,0,0,0),(102910,30896,608,3,1,11686,0,1823.72,803.856,48.9341,0,3600,5,0,10635,0,1,0,0,0),(102911,30658,608,3,1,27214,1,1830.95,799.463,44.418,2.3911,3600,0,0,50400,3994,0,0,0,0),(102915,30659,608,3,1,27215,1,1854.54,802.147,44.0078,6.22792,3600,0,0,42540,0,0,0,0,0),(102916,30659,608,3,1,27215,1,1854.82,805.873,44.0081,0.054694,3600,0,0,42540,0,0,0,0,0),(102917,30659,608,3,1,27217,1,1853.95,810.462,44.0088,0.239263,3600,0,0,42540,0,0,0,0,0),(102918,30659,608,3,1,27217,1,1854.32,798.053,44.0087,6.0355,3600,0,0,42540,0,0,0,0,0),(102922,32204,608,3,1,27824,0,1927.72,800.949,38.721,5.0091,3600,0,0,50400,3994,0,0,0,0),(102923,29395,608,3,1,18628,1,1892.42,872.283,43.4156,4.55531,3600,0,0,44004,0,0,0,0,0),(102924,29395,608,3,1,18628,1,1853.75,862.453,43.4161,5.11381,3600,0,0,44004,0,0,0,0,0),(103243,4075,608,3,1,1141,0,1924.91,838.38,38.7241,2.82743,3600,0,0,8,0,0,0,0,0),(103244,29425,608,3,1,11686,0,1951.92,791.495,76.4556,2.56563,3600,5,0,11379,0,1,0,0,0),(1449,25654,571,1,1,0,0,4356.13,4261.08,98.3095,-0.087266,180,0,0,42,0,0,0,0,0),(152168,24879,571,1,1,0,0,8154.26,-50.2582,853.637,6.10438,300,5,0,42,0,1,0,0,0),(132630,21793,530,1,1,15880,0,-3807.18,3766.16,275.908,4.06662,180,5,0,42,0,1,0,0,0),(132635,21794,530,1,1,15880,0,-3810.78,3768.53,276.705,5.41052,180,0,0,42,0,0,0,0,0),(132640,25380,571,1,1,23197,0,2867.83,5562.71,56.4274,2.6529,180,0,0,99400,3387,0,0,0,0),(132641,25381,571,1,1,23169,0,2880.03,5569.73,56.4455,3.67944,180,0,0,96100,3309,0,0,0,0),(132642,24613,571,1,1,23434,0,3312.53,5272.43,37.5079,5.56428,180,5,0,6986,0,1,0,0,0),(132643,24613,571,1,1,23434,0,3314.1,5252.37,35.8838,5.73626,180,5,0,6986,0,1,0,0,0),(132644,24613,571,1,1,23434,0,3316.61,5277.03,37.2579,4.85458,180,5,0,6986,0,1,0,0,0),(132645,24613,571,1,1,23434,0,3299.28,5285.74,37.747,4.80066,180,5,0,6986,0,1,0,0,0),(132646,24613,571,1,1,23434,0,3301.26,5265.9,37.1338,5.11819,180,5,0,6986,0,1,0,0,0),(132647,24614,571,1,1,26423,0,3290.92,5242.25,33.4791,4.38288,180,5,0,7984,0,1,0,0,0),(132648,24614,571,1,1,26423,0,3282.21,5271.86,38.622,4.8767,180,5,0,7984,0,1,0,0,0),(132650,21804,530,1,1,20738,0,-4156.04,3109.06,321.048,4.86711,180,5,0,3144,0,1,0,0,0),(132651,21804,530,1,1,20738,0,-4173.86,3175.31,316.285,2.67506,180,5,0,3144,0,1,0,0,0),(132654,25680,571,1,1,15903,0,2808.65,5416.67,61.0319,4.65511,180,5,0,8982,0,1,0,0,0),(132655,25680,571,1,1,15903,0,2961.88,5317.06,63.2789,5.85749,180,5,0,8982,0,1,0,0,0),(132656,25680,571,1,1,15903,0,3160.51,5356.86,58.4138,6.10651,180,0,0,8982,0,0,0,0,0),(132657,25680,571,1,1,15903,0,3050.52,5250.13,61.9913,2.02878,180,0,0,8982,0,0,0,0,0),(132658,25680,571,1,1,15903,0,3139.9,5239.93,58.6239,0.564034,180,0,0,8982,0,0,0,0,0),(132659,25680,571,1,1,15903,0,3073.19,5323.69,59.8513,1.75566,180,0,0,8982,0,0,0,0,0),(132660,25680,571,1,1,15903,0,3070.78,5282.75,58.5377,3.38667,180,0,0,8982,0,0,0,0,0),(132661,25680,571,1,1,15903,0,3062.69,5290.82,58.0377,1.47024,180,0,0,8982,0,0,0,0,0),(132662,25680,571,1,1,15903,0,3053.15,5358.45,62.6797,0.022373,180,0,0,8982,0,0,0,0,0),(132663,25680,571,1,1,15903,0,3012.03,5206.28,64.2802,3.18347,180,0,0,8982,0,0,0,0,0),(132664,25680,571,1,1,15903,0,3019.25,5371.27,65.7567,4.53001,180,0,0,8982,0,0,0,0,0),(132665,25680,571,1,1,15903,0,3053.07,5280.38,59.7877,5.63337,180,5,0,8982,0,1,0,0,0),(132666,25680,571,1,1,15903,0,3085.04,5168.71,49.948,3.34348,180,0,0,8982,0,0,0,0,0),(132667,25680,571,1,1,15903,0,3066.06,5184.97,64.1584,5.69529,180,0,0,8982,0,0,0,0,0),(132668,25680,571,1,1,15903,0,2909.57,5319.6,58.6478,-2.1631,180,0,0,8982,0,0,0,0,0),(132669,25680,571,1,1,15903,0,3122.1,5331.68,54.4108,2.54167,180,5,0,8982,0,1,0,0,0),(132670,25680,571,1,1,15903,0,2923.65,5264.53,60.7446,5.64507,180,5,0,8982,0,1,0,0,0),(132671,25680,571,1,1,15903,0,2941.12,5246.79,60.764,1.51313,180,5,0,8982,0,1,0,0,0),(132675,21855,530,1,1,15880,0,-3823.78,3284.72,276.988,1.69297,180,0,0,42,0,0,0,0,0),(132677,21856,530,1,1,15880,0,-3826.2,3288.17,275.302,2.94961,180,5,0,42,0,1,0,0,0),(132680,25440,571,1,1,23198,0,2904.37,5497.64,53.6851,3.16112,180,0,0,8982,0,0,0,0,0),(132681,28009,571,1,1,26275,0,5752.28,5305.41,-96.8453,2.8869,180,5,0,10635,0,1,0,0,0),(132683,28787,571,1,1,25681,1,5910.23,5380.47,-98.8115,6.0912,180,0,0,11001,3643,0,0,0,0),(132684,28789,571,1,1,21342,0,5920.24,5372.31,-98.7738,1.69297,180,5,0,8982,3155,1,0,0,0),(132685,28789,571,1,1,21342,0,5887.6,5381.12,-93.2433,0.261799,180,5,0,8982,3155,1,0,0,0),(132686,25464,571,1,1,23316,0,2670.19,5805.06,98.8436,6.16413,180,5,0,6986,0,1,0,0,0),(132687,25464,571,1,1,23316,0,2676.55,5770.46,97.4274,1.08439,180,5,0,6986,0,1,0,0,0),(132688,25464,571,1,1,23316,0,2695.16,5847.68,97.2326,5.46936,180,5,0,6986,0,1,0,0,0),(132689,25464,571,1,1,23316,0,2677.08,5881.11,94.1931,0.377157,180,5,0,6986,0,1,0,0,0),(132690,25464,571,1,1,23316,0,2677.42,5825.77,99.0936,1.29078,180,5,0,6986,0,1,0,0,0),(132691,25464,571,1,1,23316,0,2693.92,5789.32,98.4274,3.93349,180,5,0,6986,0,1,0,0,0),(132692,25464,571,1,1,23316,0,2688.99,5796.58,97.5524,4.36926,180,5,0,6986,0,1,0,0,0),(132693,25464,571,1,1,23316,0,2656.14,5776.14,97.744,3.09464,180,5,0,6986,0,1,0,0,0),(132694,25464,571,1,1,23316,0,2670.72,5856.63,110.605,4.68171,180,5,0,6986,0,1,0,0,0),(132695,25464,571,1,1,23316,0,2622.27,5742.61,99.4872,4.84272,180,5,0,6986,0,1,0,0,0),(132696,25464,571,1,1,23316,0,2625.23,5751.35,108.335,4.80921,180,5,0,6986,0,1,0,0,0),(132697,25464,571,1,1,23316,0,2658.34,5754.16,94.591,1.22699,180,5,0,6986,0,1,0,0,0),(132698,25464,571,1,1,23316,0,2970.14,5459.77,60.6207,3.32056,180,5,0,6986,0,1,0,0,0),(132699,25464,571,1,1,23316,0,2747.09,5492.3,54.9339,4.57582,180,5,0,6986,0,1,0,0,0),(132700,25464,571,1,1,23316,0,2554.02,5924.92,109.91,4.19898,180,5,0,6986,0,1,0,0,0),(132701,25464,571,1,1,23316,0,2578.74,5969.47,98.284,1.5232,180,5,0,6986,0,1,0,0,0),(132702,25464,571,1,1,23316,0,2644.84,5583.68,50.0621,5.39302,180,5,0,6986,0,1,0,0,0),(132703,25464,571,1,1,23316,0,2713.32,5552.45,47.2621,1.09079,180,5,0,6986,0,1,0,0,0),(132704,25464,571,1,1,23316,0,3011.63,5583.9,52.5522,5.07028,180,0,0,6986,0,0,0,0,0),(132705,25464,571,1,1,23316,0,2782.27,5597.72,44.3924,2.20148,180,0,0,6986,0,0,0,0,0),(132706,25464,571,1,1,23316,0,2994.06,5649.14,51.6487,1.81,180,5,0,6986,0,1,0,0,0),(132707,25464,571,1,1,23316,0,2948.98,5563.09,51.6489,1.22131,180,5,0,6986,0,1,0,0,0),(132708,25464,571,1,1,23316,0,2822.26,5519.37,53.7416,0.402294,180,0,0,6986,0,2,0,0,0),(132709,25464,571,1,1,23316,0,2896.8,5452.28,58.9506,4.69743,180,0,0,6986,0,0,0,0,0),(132710,25464,571,1,1,23316,0,2889.19,5599.2,57.9592,5.13931,180,5,0,6986,0,1,0,0,0),(132711,25464,571,1,1,23316,0,2664.98,5604.7,44.2015,0.760477,180,5,0,6986,0,1,0,0,0),(132712,25464,571,1,1,23316,0,2868.92,5538.84,58.0789,1.17806,180,5,0,6986,0,1,0,0,0),(132713,25464,571,1,1,23316,0,2820.59,5519.41,53.5736,2.29072,180,5,0,6986,0,1,0,0,0),(132714,25464,571,1,1,23316,0,2887.43,5522.5,57.5547,4.04649,180,5,0,6986,0,1,0,0,0),(132715,25464,571,1,1,23316,0,2901.72,5654.85,45.1388,4.00896,180,5,0,6986,0,1,0,0,0),(132716,25464,571,1,1,23316,0,2916.08,5634.06,45.684,4.81711,180,0,0,6986,0,0,0,0,0),(132717,25464,571,1,1,23316,0,2816.07,5620.52,47.3114,4.173,180,5,0,6986,0,1,0,0,0),(132718,25464,571,1,1,23316,0,2844.11,5590.84,51.7433,5.28835,180,0,0,6986,0,0,0,0,0),(132719,25464,571,1,1,23316,0,2743.69,5641.46,51.2893,3.88871,180,5,0,6986,0,1,0,0,0),(132720,25467,571,1,1,27195,0,2624.95,5953.77,94.306,5.41052,180,5,0,6986,0,1,0,0,0),(132721,25467,571,1,1,27195,0,2616.16,5982.85,88.3397,5.2709,180,5,0,6986,0,1,0,0,0),(132722,25467,571,1,1,27195,0,2655.92,5914.58,95.6922,5.67232,180,5,0,6986,0,1,0,0,0),(132723,25467,571,1,1,27195,0,2628.86,5929.97,96.6824,1.95477,180,5,0,6986,0,1,0,0,0),(132724,25467,571,1,1,27195,0,2653.79,5947.39,93.1792,3.05433,180,5,0,6986,0,1,0,0,0),(132725,25467,571,1,1,27195,0,2720.11,5448.6,58.0386,1.82374,180,5,0,6986,0,1,0,0,0),(132726,25467,571,1,1,27195,0,2751.39,5463.34,56.176,6.17935,180,5,0,6986,0,1,0,0,0),(132727,25467,571,1,1,27195,0,2537.57,5907.5,112.31,4.93085,180,5,0,6986,0,1,0,0,0),(132728,25467,571,1,1,27195,0,2995.77,5561.42,48.6303,0.616414,180,5,0,6986,0,1,0,0,0),(132729,25467,571,1,1,27195,0,2841.22,5496.42,55.7568,3.30767,180,5,0,6986,0,1,0,0,0),(132730,25467,571,1,1,27195,0,2960.03,5546.33,50.8989,6.12188,180,5,0,6986,0,1,0,0,0),(132731,25467,571,1,1,27195,0,3007.4,5614.75,51.7396,4.41589,180,5,0,6986,0,1,0,0,0),(132732,25467,571,1,1,27195,0,2947.71,5646.85,49.5391,5.12675,180,5,0,6986,0,1,0,0,0),(132733,25467,571,1,1,27195,0,2880.82,5637.64,42.7428,1.72503,180,5,0,6986,0,1,0,0,0),(132734,25467,571,1,1,27195,0,2779.36,5622.35,41.3976,5.7418,180,5,0,6986,0,1,0,0,0),(132735,25467,571,1,1,27195,0,2819.76,5548.96,52.5093,2.50467,180,5,0,6986,0,1,0,0,0),(132736,25467,571,1,1,27195,0,2684.04,5552.13,45.1256,4.51109,180,5,0,6986,0,1,0,0,0),(132737,25467,571,1,1,27195,0,2820.48,5581.73,48.7155,3.21371,180,5,0,6986,0,1,0,0,0),(132738,25467,571,1,1,27195,0,2740.66,5566.27,45.0702,3.08623,180,5,0,6986,0,1,0,0,0),(132739,25467,571,1,1,27195,0,2611.8,5559.32,38.6458,2.20297,180,5,0,6986,0,1,0,0,0),(132740,25468,571,1,1,27170,0,2605.39,5824.15,138.669,4.39823,180,0,0,6986,0,0,0,0,0),(132741,25468,571,1,1,27170,0,2731.67,5615.71,47.9604,1.36136,180,0,0,6986,0,0,0,0,0),(132742,25468,571,1,1,27170,0,2746.99,5617.97,47.9604,1.74533,180,0,0,6986,0,0,0,0,0),(132743,25468,571,1,1,27170,0,2779.26,5547.21,45.5862,1.43117,180,0,0,6986,0,0,0,0,0),(132744,25468,571,1,1,27170,0,2976.16,5582.47,50.1435,1.95477,180,0,0,6986,0,0,0,0,0),(132745,25468,571,1,1,27170,0,2961.9,5509.17,51.1006,1.97222,180,0,0,6986,0,0,0,0,0),(132746,25468,571,1,1,27170,0,2736.22,5592.95,47.9603,1.50098,180,0,0,6986,0,0,0,0,0),(132747,25468,571,1,1,27170,0,2747.93,5599.25,47.8514,2.09439,180,0,0,6986,0,0,0,0,0),(132748,25981,571,1,1,23496,1,2866.75,5232.28,9.77398,0.059656,180,5,0,6986,0,1,0,0,0),(132749,25981,571,1,1,23496,1,2837.88,5239.02,13.7917,3.18009,180,5,0,6986,0,1,0,0,0),(132750,25981,571,1,1,23496,1,2774.53,5338,29.8088,5.08163,180,5,0,6986,0,1,0,0,0),(132752,25981,571,1,1,23496,1,2793.74,5269.7,20.9931,0.809989,180,5,0,6986,0,1,0,0,0),(132753,25981,571,1,1,23497,1,2790.46,5302.18,22.3121,1.77458,180,5,0,6986,0,1,0,0,0),(132755,25981,571,1,1,23496,1,2824.28,5228.89,14.5212,2.11966,180,5,0,6986,0,1,0,0,0),(132756,25981,571,1,1,23497,1,2809.71,5267.66,18.9738,0.827511,180,5,0,6986,0,1,0,0,0),(132757,25981,571,1,1,23496,1,2836.57,5251.03,13.5383,4.91582,180,5,0,6986,0,1,0,0,0),(132758,25981,571,1,1,23496,1,2746.04,5284.78,24.8633,2.63694,180,5,0,6986,0,1,0,0,0),(132759,25470,571,1,1,27174,0,2725.79,5476.06,56.6309,4.46351,180,5,0,6986,2991,1,0,0,0),(132760,25470,571,1,1,27174,0,2586.58,5648.33,40.2614,5.65256,180,5,0,6986,2991,1,0,0,0),(132761,25470,571,1,1,27174,0,2547.09,5874.45,120.983,4.27335,180,5,0,6986,2991,1,0,0,0),(132762,25470,571,1,1,27174,0,2570.56,5939.64,106.677,1.05482,180,5,0,6986,2991,1,0,0,0),(132763,25470,571,1,1,27174,0,2607.18,5801.11,137.16,0.427493,180,5,0,6986,2991,1,0,0,0),(132764,25470,571,1,1,27174,0,2950.41,5456.1,57.2923,0.204463,180,5,0,6986,2991,1,0,0,0),(132765,25470,571,1,1,27174,0,2880.52,5487.02,55.747,1.09721,180,5,0,6986,2991,1,0,0,0),(132766,25470,571,1,1,27174,0,2810.46,5643.29,48.0613,3.06976,180,5,0,6986,2991,1,0,0,0),(132767,25470,571,1,1,27174,0,2910.42,5606.31,47.7708,5.95081,180,5,0,6986,2991,1,0,0,0),(132768,25470,571,1,1,27174,0,2882.75,5675.11,44.5976,4.90999,180,5,0,6986,2991,1,0,0,0),(132769,25470,571,1,1,27174,0,2647.58,5580.74,43.5555,5.67627,180,5,0,6986,2991,1,0,0,0),(132770,25470,571,1,1,27174,0,2679.13,5613.68,42.4251,1.21785,180,5,0,6986,2991,1,0,0,0),(132771,25470,571,1,1,27174,0,2618.94,5628.6,39.609,5.83177,180,5,0,6986,2991,1,0,0,0),(132772,25470,571,1,1,27174,0,2859.22,5595.66,52.8757,3.26212,180,5,0,6986,2991,1,0,0,0),(132773,25986,571,1,1,24964,0,2798.24,5275.97,21.7922,1.93731,180,0,0,6986,0,0,0,0,0),(132774,1412,530,1,1,134,0,-4181.73,3364.32,265.726,1.20334,180,5,0,8,0,1,0,0,0),(132775,1412,530,1,1,134,0,-3872.89,3744.11,291.661,0.203721,180,5,0,8,0,1,0,0,0),(132776,1412,571,1,1,134,0,5841.77,5608.69,-70.0033,5.50709,180,5,0,8,0,1,0,0,0),(202324,33379,571,1,1,0,1,8429.48,649.509,550.434,2.33916,300,0,0,25200,0,0,0,0,0),(132778,21644,530,1,1,18628,1,-3840.9,3775.09,285.732,0.663225,180,0,0,6986,0,0,0,0,0),(132779,25743,571,1,1,26425,0,3022.62,5441.75,58.7155,0.730103,180,5,0,17964,0,1,0,0,0),(132780,21649,530,1,1,20602,1,-4175.68,3194.91,314.297,1.64243,180,5,0,5589,3155,1,0,0,0),(132781,21651,530,1,1,21352,1,-4147.02,3048.13,314.756,1.7099,180,5,0,7181,0,1,0,0,0),(132782,21651,530,1,1,21352,1,-4112.76,3033.49,344.448,3.15194,180,5,0,7181,0,1,0,0,0),(132783,21651,530,1,1,21352,1,-4098.58,3014.3,344.291,1.13446,180,0,0,7181,0,0,0,0,0),(132784,21651,530,1,1,21352,1,-4176.09,3038.24,343.674,6.17941,180,5,0,7181,0,1,0,0,0),(132785,21651,530,1,1,21352,1,-4201.8,3048.26,344.139,4.2222,180,5,0,7181,0,1,0,0,0),(132786,21651,530,1,1,21352,1,-4176.15,3186,315.189,0.123457,180,5,0,7181,0,1,0,0,0),(132787,21651,530,1,1,21352,1,-3669.3,3390.64,312.961,1.48353,180,0,0,7181,0,0,0,0,0),(132788,21651,530,1,1,21352,1,-3691.59,3290.75,312.3,5.70723,180,0,0,7181,0,0,0,0,0),(132789,21651,530,1,1,21352,1,-3682.13,3317.18,311.703,2.16765,180,5,0,7181,0,1,0,0,0),(132790,21651,530,1,1,21352,1,-3647.5,3383.45,312.345,4.2237,180,0,0,7181,0,0,0,0,0),(132791,21651,530,1,1,21352,1,-3711.1,3809.29,302.272,6.10865,180,0,0,7181,0,0,0,0,0),(132792,21651,530,1,1,21352,1,-3889.44,3788.59,334.885,5.25344,180,0,0,7181,0,0,0,0,0),(132793,21651,530,1,1,21352,1,-3629.73,3753.23,302.146,2.28489,180,5,0,7181,0,1,0,0,0),(132794,21651,530,1,1,21352,1,-3643.24,3771.67,301.829,1.12922,180,5,0,7181,0,1,0,0,0),(132795,21651,530,1,1,21352,1,-3725.2,3785.74,302.199,2.23402,180,0,0,7181,0,0,0,0,0),(132796,21651,530,1,1,21352,1,-3899.41,3680.73,335.81,2.39109,180,5,0,7181,0,1,0,0,0),(132797,21651,530,1,1,21352,1,-3862.81,3671.75,335.951,2.47837,180,0,0,7181,0,0,0,0,0),(132798,21651,530,1,1,21352,1,-3883.7,3654.49,336.01,1.41372,180,0,0,7181,0,0,0,0,0),(132799,21651,530,1,1,21352,1,-3882.21,3753.61,334.807,4.22583,180,5,0,7181,0,1,0,0,0),(132800,21651,530,1,1,21352,1,-4049.61,3296.16,332.852,4.94173,180,5,0,7181,0,1,0,0,0),(132801,21651,530,1,1,21352,1,-4059.92,3269.66,332.927,2.58309,180,0,0,7181,0,0,0,0,0),(132802,21651,530,1,1,21352,1,-3946.89,3222,334.047,0.034907,180,0,0,7181,0,0,0,0,0),(132803,21651,530,1,1,21352,1,-3976.7,3217.71,333.824,5.49841,180,5,0,7181,0,1,0,0,0),(132804,21651,530,1,1,21352,1,-3884.69,3111.29,362.534,3.82302,180,5,0,7181,0,1,0,0,0),(132805,21651,530,1,1,21352,1,-3998.81,3150.83,363.331,6.0169,180,5,0,7181,0,1,0,0,0),(132806,21651,530,1,1,21352,1,-3893.43,3075.96,362.592,3.08923,180,0,0,7181,0,0,0,0,0),(132807,21651,530,1,1,21352,1,-4002.44,3127.34,363.567,3.76991,180,0,0,7181,0,0,0,0,0),(132808,21651,530,1,1,21352,1,-3906.72,3111.91,328.477,1.78354,180,5,0,7181,0,1,0,0,0),(132809,21651,530,1,1,21352,1,-3894.04,3086.47,374.747,5.53269,180,0,0,7181,0,0,0,0,0),(132810,21651,530,1,1,21352,1,-3920.92,3017.97,356.789,4.39217,180,5,0,7181,0,1,0,0,0),(132811,21651,530,1,1,21352,1,-3852.52,3323.43,324.054,1.04193,180,5,0,7181,0,1,0,0,0),(132812,21651,530,1,1,21352,1,-3818.04,3330.86,324.138,2.79253,180,0,0,7181,0,0,0,0,0),(132813,21651,530,1,1,21352,1,-3685.91,3733.82,279.505,4.67674,180,5,0,7181,0,1,0,0,0),(132814,23188,530,1,1,21316,1,-4584.82,56.0591,260.312,4.62644,180,0,0,7266,3155,2,0,0,0),(132818,23188,530,1,1,21316,1,-4735.99,122.249,106.433,3.01908,180,0,0,7266,3155,2,0,0,0),(132819,24469,571,1,1,24848,0,2816.61,5748.21,90.3938,1.09956,180,0,0,39920,0,0,0,0,0),(132820,24469,571,1,1,24848,0,2704.17,5731.75,76.8095,1.3439,180,0,0,39920,0,0,0,0,0),(132821,24469,571,1,1,24848,0,2733.97,5744.26,77.5219,2.33874,180,0,0,39920,0,0,0,0,0),(132822,24469,571,1,1,24848,0,2921.92,5741.42,106.114,4.45059,180,0,0,39920,0,0,0,0,0),(132823,24469,571,1,1,24848,0,2679.96,5857.1,49.5829,4.24115,180,0,0,39920,0,0,0,0,0),(132826,24469,571,1,1,24848,0,2579.99,5938.51,20.2344,5.3058,180,0,0,39920,0,0,0,0,0),(132827,24469,571,1,1,24848,0,2592.35,5957.63,-16.6965,4.38078,180,0,0,39920,0,0,0,0,0),(132828,24469,571,1,1,24848,0,2646.62,5936.61,8.56803,4.32842,180,0,0,39920,0,0,0,0,0),(132829,24469,571,1,1,24848,0,2610.84,5780.09,45.4636,0.401426,180,0,0,39920,0,0,0,0,0),(132831,24469,571,1,1,24848,0,2655.92,5845.9,-8.1996,2.14675,180,0,0,39920,0,0,0,0,0),(132837,21654,530,1,1,23501,0,-3810.8,3768.53,276.705,1.20428,180,0,0,4979,0,0,0,0,0),(132839,21911,530,1,1,17867,1,-3901.91,3676.68,335.892,3.88562,180,5,0,5589,3155,1,0,0,0),(132840,21911,530,1,1,17867,1,-3963.16,3213.15,333.962,1.22927,180,5,0,5589,3155,1,0,0,0),(132841,21911,530,1,1,17867,1,-3844.75,3364.6,323.178,1.30967,180,0,0,5589,3155,0,0,0,0),(132842,21911,530,1,1,17867,1,-4170.34,3170.25,316.298,5.14984,180,5,0,5589,3155,1,0,0,0),(132843,25498,571,1,1,23237,0,2634.66,5770.97,99,3.09471,180,0,0,9291,0,0,0,0,0),(132844,25501,571,1,1,27185,0,2678.41,5813.36,99.0936,0.802044,180,5,0,8982,0,1,0,0,0),(132845,25501,571,1,1,27174,0,2695.61,5797.16,98.4274,3.21074,180,5,0,8982,0,1,0,0,0),(132846,25501,571,1,1,27174,0,2662.06,5754.43,93.716,6.06002,180,5,0,8982,0,1,0,0,0),(132847,25501,571,1,1,27174,0,2652.41,5788.52,97.494,3.75637,180,5,0,8982,0,1,0,0,0),(132848,25501,571,1,1,27174,0,2628.83,5760.12,99.1885,4.52493,180,5,0,8982,0,1,0,0,0),(132849,23219,530,1,1,19998,0,-4231.74,3102.79,331.26,2.99799,180,5,0,6761,0,1,0,0,0),(132850,23219,530,1,1,19998,0,-4128.9,3282.62,291.03,2.68416,180,5,0,6761,0,1,0,0,0),(132851,23219,530,1,1,19998,0,-4086.46,3605.21,313.85,2.91249,180,5,0,6761,0,1,0,0,0),(132852,23219,530,1,1,19998,0,-4144.58,3554.15,319.213,5.5717,180,5,0,6761,0,1,0,0,0),(132853,23219,530,1,1,19998,0,-4017.68,3682.79,300.721,5.80542,180,5,0,6761,0,1,0,0,0),(132854,23219,530,1,1,19998,0,-4120.2,3440.34,291.884,4.48779,180,5,0,6761,0,1,0,0,0),(132855,23219,530,1,1,19998,0,-3629.75,3450.12,283.498,0.129198,180,5,0,6761,0,1,0,0,0),(132856,23219,530,1,1,19998,0,-3587.48,3721.54,286.794,1.72623,180,5,0,6761,0,1,0,0,0),(132857,23219,530,1,1,19998,0,-4052.56,3587.41,289.699,6.24117,180,5,0,6761,0,1,0,0,0),(132858,23225,530,1,1,11686,0,-4729.09,309.257,120.369,0.628319,180,5,0,6986,0,1,0,0,0),(132859,23225,530,1,1,11686,0,-4739.92,160.415,132.566,3.28122,180,5,0,6986,0,1,0,0,0),(132860,28093,571,1,1,25103,0,5746.25,5306.76,-90.3339,2.8869,180,5,0,42,0,1,0,0,0),(132861,28093,571,1,1,25103,0,5937.81,5582.73,-66.9292,5.37951,180,5,0,42,0,1,0,0,0),(132863,25791,571,1,1,22003,0,3347.08,5155.34,13.1625,1.21712,180,9,0,8982,0,1,0,0,0),(132864,25797,571,1,1,23384,0,2627.64,5768.91,99.9635,2.79253,180,5,0,7984,3080,1,0,0,0),(132865,31685,571,1,1,1072,0,3050.86,5488.25,54.3771,0.133197,180,5,0,8,0,1,0,0,0),(132866,31685,571,1,1,1072,0,2889.45,5349.07,63.4555,6.2587,180,5,0,8,0,1,0,0,0),(132867,31685,571,1,1,1072,0,2811.33,5404.67,62.1554,1.09055,180,5,0,8,0,1,0,0,0),(132868,31685,571,1,1,1072,0,2990.17,5408,63.9616,1.08049,180,5,0,8,0,1,0,0,0),(132869,31685,571,1,1,1072,0,3241.39,5296.37,43.0726,1.15039,180,5,0,8,0,1,0,0,0),(132870,22986,530,1,1,17188,0,-3897.7,3145.86,326.602,1.36136,180,0,0,41,60,0,0,0,0),(132871,22986,530,1,1,17188,0,-3716.68,3343.7,287.338,3.89208,180,0,0,41,60,0,0,0,0),(132872,22986,530,1,1,17188,0,-3868.97,3813.03,293.218,2.60054,180,0,0,41,60,0,0,0,0),(132873,22986,530,1,1,17188,0,-4116.41,3212.79,299.878,5.55015,180,0,0,41,60,0,0,0,0),(132874,22986,530,1,1,17188,0,-4180.95,3124.89,321.461,6.14356,180,0,0,41,60,0,0,0,0),(132875,22986,530,1,1,17188,0,-3868.7,3107.64,333.52,4.39823,180,0,0,41,60,0,0,0,0),(132876,22986,530,1,1,17188,0,-3862.66,3234.81,307.935,4.32842,180,0,0,41,60,0,0,0,0),(132877,22986,530,1,1,17188,0,-4066.59,3066.77,318.167,5.46288,180,0,0,41,60,0,0,0,0),(132878,22986,530,1,1,17188,0,-4085.99,3318.13,288.276,6.21337,180,0,0,41,60,0,0,0,0),(132879,22986,530,1,1,17188,0,-4145.48,3366.98,286.727,2.46091,180,0,0,41,60,0,0,0,0),(132880,22986,530,1,1,17188,0,-3976.38,3166.17,315.813,3.735,180,0,0,41,60,0,0,0,0),(132881,22986,530,1,1,17188,0,-4189.13,3257.78,292.119,4.34587,180,0,0,41,60,0,0,0,0),(132882,22986,530,1,1,17188,0,-3914,3258.33,299.583,0.855211,180,0,0,41,60,0,0,0,0),(132883,22986,530,1,1,17188,0,-4195.95,3307.84,284.269,1.65806,180,0,0,41,60,0,0,0,0),(132884,22986,530,1,1,17188,0,-4088.1,3247.53,298.661,0.191986,180,0,0,41,60,0,0,0,0),(132885,22986,530,1,1,17188,0,-4180.68,2999.01,314.537,3.4383,180,0,0,41,60,0,0,0,0),(132886,22986,530,1,1,17188,0,-3825.81,3296.51,275.943,1.67552,180,0,0,41,60,0,0,0,0),(132887,22986,530,1,1,17188,0,-3651.9,3308.47,285.5,4.24115,180,0,0,41,60,0,0,0,0),(132888,22986,530,1,1,17188,0,-3994.99,3021.96,358.191,6.19592,180,0,0,41,60,0,0,0,0),(132889,22986,530,1,1,17188,0,-4135.11,3297.11,291.408,5.34071,180,0,0,41,60,0,0,0,0),(132890,22986,530,1,1,17188,0,-4047.76,3670.26,306.392,2.87979,180,0,0,41,60,0,0,0,0),(132891,22986,530,1,1,17188,0,-3889.21,3200.03,313.549,4.85202,180,0,0,41,60,0,0,0,0),(132892,22986,530,1,1,17188,0,-3623.24,3372.64,294.953,2.33874,180,0,0,41,60,0,0,0,0),(132893,22986,530,1,1,17188,0,-3919.28,3054.06,359.032,3.14159,180,0,0,41,60,0,0,0,0),(132894,22986,530,1,1,17188,0,-4114.75,3445.96,291.581,2.32129,180,0,0,41,60,0,0,0,0),(132895,22986,530,1,1,17188,0,-4035.31,3604.09,289.025,2.35619,180,0,0,41,60,0,0,0,0),(132896,22986,530,1,1,17188,0,-4163.8,3408.5,293.994,2.23402,180,0,0,41,60,0,0,0,0),(132897,22986,530,1,1,17188,0,-4108.45,3544.02,296.909,2.56563,180,0,0,41,60,0,0,0,0),(132898,22986,530,1,1,17188,0,-4002.09,3002.9,361.925,2.21657,180,0,0,41,60,0,0,0,0),(132899,22986,530,1,1,17188,0,-4015.38,3703.51,296.596,2.3911,180,0,0,41,60,0,0,0,0),(132900,22986,530,1,1,17188,0,-3928.23,3804,296.871,4.31096,180,0,0,41,60,0,0,0,0),(132901,22986,530,1,1,17188,0,-3690.24,3390.89,282.282,1.23918,180,0,0,41,60,0,0,0,0),(132902,22986,530,1,1,17188,0,-3896.97,3304.18,286.138,0.890118,180,0,0,41,60,0,0,0,0),(132903,22986,530,1,1,17188,0,-3777.56,3341.35,276.612,2.56563,180,0,0,41,60,0,0,0,0),(132904,22986,530,1,1,17188,0,-4056.92,3349.51,285.699,3.80482,180,0,0,41,60,0,0,0,0),(132905,22986,530,1,1,17188,0,-4106.18,3390.52,295.247,5.79449,180,0,0,41,60,0,0,0,0),(132906,22986,530,1,1,17188,0,-3659.91,3804.56,256.679,3.07178,180,0,0,41,60,0,0,0,0),(132907,22986,530,1,1,17188,0,-3944.93,3664.09,287.99,1.78024,180,0,0,41,60,0,0,0,0),(132908,25806,571,1,1,23391,1,3131.53,5233.39,60.9974,3.43879,180,0,0,7984,0,0,0,0,0),(115228,25294,571,1,1,23880,0,2934.43,6097,75.1891,3.54497,300,5,0,7984,0,2,0,0,0),(132910,25806,571,1,1,23416,1,2777.66,5391.06,62.0514,-1.33351,180,0,0,7984,0,0,0,0,0),(132911,25806,571,1,1,23416,1,2777.88,5337.39,61.3739,4.553,180,0,0,7984,0,0,0,0,0),(132912,25806,571,1,1,23391,1,2907.36,5316.31,59.1709,0.90365,180,0,0,7984,0,0,0,0,0),(132913,25806,571,1,1,23416,1,2811.88,5161.53,72.6087,1.52215,180,0,0,7984,0,0,0,0,0),(132914,25806,571,1,1,23418,1,3075.34,5324.78,59.8453,3.94565,180,5,0,7984,0,1,0,0,0),(132915,25806,571,1,1,23416,1,2940.66,5273.04,59.6859,2.41076,180,0,0,7984,0,0,0,0,0),(132916,25806,571,1,1,23416,1,2849.65,5381.88,62.0257,1.5955,180,5,0,7984,0,1,0,0,0),(132917,25806,571,1,1,23417,1,2846.33,5386.08,61.2762,3.37002,180,5,0,7984,0,1,0,0,0),(132918,25806,571,1,1,23418,1,2984.39,5359.3,63.9885,4.70366,180,5,0,7984,0,1,0,0,0),(132919,25806,571,1,1,23417,1,3049.92,5244.77,63.9913,-0.799652,180,0,0,7984,0,0,0,0,0),(132920,25806,571,1,1,23391,1,2900.3,5245.18,61.4677,2.13837,180,0,0,7984,0,0,0,0,0),(132921,25806,571,1,1,23418,1,2959.89,5314.98,62.9542,0.68519,180,0,0,7984,0,0,0,0,0),(132922,25806,571,1,1,23416,1,3038.51,5350.89,63.7875,2.78431,180,0,0,7984,0,0,0,0,0),(132923,25806,571,1,1,23416,1,3100.4,5342.54,55.6377,-2.97656,180,0,0,7984,0,0,0,0,0),(132924,25806,571,1,1,23391,1,2896.37,5246.55,61.3594,4.09183,180,5,0,7984,0,1,0,0,0),(132925,25806,571,1,1,23417,1,2881.54,5304.82,60.3118,1.08402,180,0,0,7984,0,0,0,0,0),(132926,25806,571,1,1,23418,1,3037.13,5283.68,58.2537,2.49972,180,5,0,7984,0,1,0,0,0),(132937,22991,530,1,1,17612,0,-3800.8,3789.62,314,6.0912,180,0,0,4120,0,0,0,0,0),(132938,22991,530,1,1,17612,0,-3799.02,3788.06,314.158,3.19395,180,0,0,4120,0,0,0,0,0),(132939,22991,530,1,1,17612,0,-3798.91,3790.61,313.852,3.63029,180,0,0,4120,0,0,0,0,0),(132974,25808,571,1,1,23393,0,3223.81,5262.47,47.0526,5.63741,180,0,0,48050,0,0,0,0,0),(132975,25808,571,1,1,23401,0,3188.7,5287.97,48.3408,6.07375,180,0,0,48050,0,0,0,0,0),(132976,25808,571,1,1,23393,0,3229.21,5267.39,46.4065,5.23599,180,0,0,48050,0,0,0,0,0),(132977,25808,571,1,1,23393,0,3218,5293.38,48.0371,5.88176,180,0,0,48050,0,0,0,0,0),(132978,25808,571,1,1,23393,0,3210.93,5261.84,48.4253,5.95157,180,0,0,48050,0,0,0,0,0),(132979,25808,571,1,1,23401,0,3190.13,5270.68,48.4511,1.39626,180,0,0,48050,0,0,0,0,0),(132980,25809,571,1,1,23394,0,3194.39,5282.06,48.1915,0.15708,180,0,0,49700,16935,0,0,0,0),(132981,25810,571,1,1,23395,0,3203.49,5266.17,48.2075,1.22173,180,0,0,44910,15775,0,0,0,0),(132982,25811,571,1,1,23398,0,3205.14,5296.75,48.2632,5.2709,180,0,0,44910,15775,0,0,0,0),(132983,25812,571,1,1,0,0,3203.99,5293.72,47.6229,3.07414,180,0,0,48050,0,2,0,0,0),(132984,25819,571,1,1,21243,0,3197.39,5262.51,59.1744,5.66567,180,5,0,48050,16545,1,0,0,0),(132985,25819,571,1,1,20872,0,3186.13,5267.21,58.1729,4.22576,180,5,0,48050,16545,1,0,0,0),(132986,25819,571,1,1,20872,0,3190.99,5293.58,60.5956,2.14594,180,5,0,48050,16545,1,0,0,0),(132987,28123,571,1,1,7198,1,5913.34,5326.48,-95.9935,0.070857,180,0,0,10635,0,0,0,0,0),(132988,28123,571,1,1,16949,1,5923,5361.59,-106.201,3.57792,180,0,0,10635,0,0,0,0,0),(132989,28123,571,1,1,16949,1,5811.5,5333.76,-90.8846,3.98063,180,5,0,10635,0,1,0,0,0),(132990,28123,571,1,1,7198,1,5880.69,5554.34,-77.7727,2.53073,180,0,0,10635,0,0,0,0,0),(132991,28123,571,1,1,16949,1,5877.73,5437.81,-81.1225,4.86947,180,0,0,10635,0,0,0,0,0),(132992,28123,571,1,1,3922,1,5959.93,5362.99,-99.1904,5.20108,180,0,0,10635,0,0,0,0,0),(132993,28123,571,1,1,7198,1,5974.34,5366.85,-91.6132,3.01942,180,0,0,10635,0,0,0,0,0),(132994,28123,571,1,1,7198,1,5931.87,5324.45,-95.5824,2.80998,180,0,0,10635,0,0,0,0,0),(132995,28123,571,1,1,3922,1,5913.47,5313.61,-95.4708,0.820121,180,5,0,10635,0,1,0,0,0),(132996,28123,571,1,1,16949,1,5907.72,5314.12,-95.453,5.74213,180,0,0,10635,0,0,0,0,0),(132997,28123,571,1,1,3922,1,5893.11,5317.99,-95.453,0.453786,180,0,0,10635,0,0,0,0,0),(132998,28123,571,1,1,7198,1,5888.86,5323.31,-95.2943,5.78692,180,5,0,10635,0,1,0,0,0),(132999,28123,571,1,1,7198,1,5845.54,5394.64,-79.8685,3.24631,180,0,0,10635,0,0,0,0,0),(133000,28123,571,1,1,3922,1,5878.67,5565.16,-77.3811,5.95157,180,0,0,10635,0,0,0,0,0),(133001,28123,571,1,1,3922,1,5865.01,5561.11,-65.3386,4.2586,180,0,0,10635,0,0,0,0,0),(133002,28123,571,1,1,3922,1,5875.12,5539.76,-66.7713,4.03171,180,0,0,10635,0,0,0,0,0),(133003,28123,571,1,1,16949,1,5876.97,5489.57,-69.6328,3.10669,180,0,0,10635,0,0,0,0,0),(133004,28123,571,1,1,7198,1,5872.92,5514.58,-63.0012,3.32663,180,5,0,10635,0,1,0,0,0),(133005,28123,571,1,1,4100,1,5894.83,5488.33,-77.2053,2.87979,180,0,0,10635,0,0,0,0,0),(133007,28123,571,1,1,7198,1,5952.53,5485.45,-85.0848,0.715585,180,0,0,10635,0,0,0,0,0),(133008,28123,571,1,1,16949,1,5862.56,5403.64,-88.4125,2.9147,180,0,0,10635,0,0,0,0,0),(133009,28123,571,1,1,7198,1,5980.63,5477.92,-84.0225,3.16503,180,5,0,10635,0,1,0,0,0),(133010,28123,571,1,1,7198,1,5919.11,5428.42,-91.6922,0.20944,180,0,0,10635,0,0,0,0,0),(133011,28123,571,1,1,16949,1,5975.72,5450.69,-88.6415,0.872665,180,0,0,10635,0,0,0,0,0),(133012,28123,571,1,1,7198,1,5951.98,5407.52,-94.8168,5.16617,180,0,0,10635,0,0,0,0,0),(133013,28123,571,1,1,16949,1,5957.79,5324.41,-100.275,2.96262,180,5,0,10635,0,1,0,0,0),(133014,28123,571,1,1,16949,1,5968.8,5411.48,-89.345,0.013256,180,5,0,10635,0,1,0,0,0),(133015,28123,571,1,1,4100,1,5958.83,5390.18,-97.7749,5.25344,180,0,0,10635,0,0,0,0,0),(133016,28123,571,1,1,16949,1,5946.91,5451.19,-93.5275,1.53589,180,0,0,10635,0,0,0,0,0),(133017,28123,571,1,1,7198,1,5965.01,5454.48,-91.0167,4.17978,180,5,0,10635,0,1,0,0,0),(133018,28123,571,1,1,7198,1,5929.61,5419.88,-91.1499,4.61614,180,5,0,10635,0,1,0,0,0),(133019,28123,571,1,1,3922,1,5855.33,5383.98,-88.4441,3.80482,180,0,0,10635,0,0,0,0,0),(133020,28123,571,1,1,16949,1,5918.33,5372.91,-98.7709,4.67748,180,0,0,10635,0,0,0,0,0),(133021,28123,571,1,1,7198,1,5863.8,5303.54,-93.9932,1.95044,180,5,0,10635,0,1,0,0,0),(133022,28123,571,1,1,4100,1,5893.81,5356.89,-97.9321,5.58505,180,0,0,10635,0,0,0,0,0),(133023,28123,571,1,1,4100,1,5799.24,5327.71,-97.6621,2.25148,180,0,0,10635,0,0,0,0,0),(133024,28123,571,1,1,3922,1,5840.82,5315.43,-97.0629,5.3058,180,0,0,10635,0,0,0,0,0),(133025,28123,571,1,1,3922,1,5884.79,5362.42,-98.4171,5.63741,180,0,0,10635,0,0,0,0,0),(133026,28123,571,1,1,16949,1,5933.79,5459.12,-93.5275,0.628319,180,0,0,10635,0,0,0,0,0),(133027,28124,571,1,1,0,1,5957.63,5448.22,-91.2667,0.79642,180,5,0,10635,0,1,0,0,0),(133028,28124,571,1,1,0,1,5974.15,5336.94,-92.2385,3.85718,180,0,0,10635,0,0,0,0,0),(133029,28124,571,1,1,0,1,5934.77,5312.61,-95.1752,5.74213,180,0,0,10635,0,0,0,0,0),(133030,28124,571,1,1,0,1,5870.15,5322.23,-92.7345,1.23918,180,0,0,10635,0,0,0,0,0),(133031,28124,571,1,1,0,1,5901.52,5471.03,-77.3122,6.10865,180,0,0,10635,0,0,0,0,0),(133032,28124,571,1,1,0,1,5901.01,5451.08,-89.1108,5.86865,180,5,0,10635,0,1,0,0,0),(133033,28124,571,1,1,0,1,5897.08,5510.71,-75.7697,2.98271,180,5,0,10635,0,1,0,0,0),(133035,28124,571,1,1,0,1,5918.7,5438.94,-91.8608,3.09999,180,5,0,10635,0,1,0,0,0),(133036,28124,571,1,1,0,1,5963.99,5452.76,-91.0167,0.982794,180,5,0,10635,0,1,0,0,0),(133037,28124,571,1,1,0,1,5851.06,5345.59,-99.123,0.894138,180,5,0,10635,0,1,0,0,0),(133038,28124,571,1,1,0,1,5941.21,5387.05,-102.852,0.279253,180,0,0,10635,0,0,0,0,0),(133039,28124,571,1,1,0,1,5803.61,5309.67,-97.1263,4.01426,180,0,0,10635,0,0,0,0,0),(133040,28124,571,1,1,0,1,5887.09,5383.73,-95.2655,1.50098,180,0,0,10635,0,0,0,0,0),(133041,28124,571,1,1,0,1,5847.77,5292.02,-97.2263,3.50811,180,0,0,10635,0,0,0,0,0),(133042,28124,571,1,1,0,1,5817.1,5340.63,-99.1966,5.68977,180,0,0,10635,0,0,0,0,0),(133043,28124,571,1,1,0,1,5844.23,5366.55,-90.4223,0.00293,180,0,0,10635,0,0,0,0,0),(133044,21728,530,1,1,5564,0,-3746.81,3415.52,251.513,2.33329,180,5,0,5589,3155,1,0,0,0),(133045,21728,530,1,1,5564,0,-4008.84,3491.49,269.628,1.23109,180,5,0,5589,3155,1,0,0,0),(133046,21728,530,1,1,5564,0,-3852.63,3377.09,263.605,3.83485,180,5,0,5589,3155,1,0,0,0),(133047,21728,530,1,1,5564,0,-3723.57,3379.71,273.479,1.22002,180,5,0,5589,3155,1,0,0,0),(133048,21728,530,1,1,5564,0,-3983.13,3516.04,259.085,0.034895,180,5,0,5589,3155,1,0,0,0),(133049,21728,530,1,1,5564,0,-4025.84,3430.63,269.596,1.50241,180,5,0,5589,3155,1,0,0,0),(133050,21728,530,1,1,5564,0,-3647.35,3648.87,267.399,5.51712,180,5,0,5589,3155,1,0,0,0),(133051,25829,571,1,1,347,0,2815.57,5414,61.0509,1.04227,180,0,0,6116,0,0,0,0,0),(133052,25829,571,1,1,347,0,3136.98,5240.59,58.9989,3.00542,180,5,0,6116,0,1,0,0,0),(133053,25829,571,1,1,347,0,2946.43,5244.76,60.8298,3.34236,180,5,0,6116,0,1,0,0,0),(133054,25829,571,1,1,347,0,3014.24,5204.25,64.6552,2.95329,180,5,0,6116,0,1,0,0,0),(133055,25829,571,1,1,347,0,3014.07,5208.49,65.1552,3.35492,180,5,0,6116,0,1,0,0,0),(133056,25829,571,1,1,347,0,3049.55,5247.29,62.9913,4.92414,180,5,0,6116,0,1,0,0,0),(133057,25829,571,1,1,347,0,3041.62,5349.25,63.5934,2.65419,180,0,0,6116,0,0,0,0,0),(133058,25829,571,1,1,347,0,3090.3,5169.78,47.073,3.34296,180,5,0,6116,0,1,0,0,0),(133059,25829,571,1,1,347,0,3065.47,5187.91,64.9084,2.31648,180,5,0,6116,0,1,0,0,0),(133060,25829,571,1,1,347,0,2942.75,5284.59,61.5002,2.88484,180,0,0,6116,0,0,0,0,0),(133061,25829,571,1,1,347,0,3139.24,5237,59.1239,4.65309,180,5,0,6116,0,1,0,0,0),(133062,25829,571,1,1,347,0,3143.73,5336.94,55.2639,3.09263,180,5,0,6116,0,1,0,0,0),(133063,25829,571,1,1,347,0,2943.48,5249.33,60.4907,3.52523,180,5,0,6116,0,1,0,0,0),(133064,25829,571,1,1,347,0,3071.5,5321.21,60.3513,1.75313,180,5,0,6116,0,1,0,0,0),(133065,25829,571,1,1,347,0,2970.67,5305.67,62.5085,5.59272,180,5,0,6116,0,1,0,0,0),(133066,25829,571,1,1,347,0,3052.51,5242.1,64.4913,6.19863,180,0,0,6116,0,0,0,0,0),(133067,25829,571,1,1,347,0,3020.43,5373.25,65.6794,4.56345,180,0,0,6116,0,0,0,0,0),(133068,25829,571,1,1,347,0,3114.39,5347.98,56.0588,3.41358,180,5,0,6116,0,1,0,0,0),(133069,25829,571,1,1,347,0,3079.67,5282.77,58.8696,3.38519,180,5,0,6116,0,1,0,0,0),(133070,25829,571,1,1,347,0,3100.46,5344.87,55.2016,-0.416323,180,0,0,6116,0,0,0,0,0),(133071,25829,571,1,1,347,0,3045.51,5249.95,62.3213,4.95459,180,5,0,6116,0,1,0,0,0),(133072,25829,571,1,1,347,0,3053.36,5249.17,62.2413,5.36409,180,5,0,6116,0,1,0,0,0),(133073,25829,571,1,1,347,0,3060.37,5288.92,58.1627,1.4687,180,5,0,6116,0,1,0,0,0),(133074,25829,571,1,1,347,0,3064.59,5288.49,58.1627,1.46901,180,5,0,6116,0,1,0,0,0),(133075,25829,571,1,1,347,0,3017.93,5376.89,66.3817,4.94189,180,5,0,6116,0,1,0,0,0),(133076,25829,571,1,1,347,0,2943.17,5240.82,61.1156,3.17894,180,5,0,6116,0,1,0,0,0),(133077,25829,571,1,1,347,0,3063.12,5184.38,63.5334,2.93322,180,5,0,6116,0,1,0,0,0),(133078,25829,571,1,1,347,0,2970.29,5308.7,62.6427,5.60134,180,5,0,6116,0,1,0,0,0),(133079,25829,571,1,1,347,0,3138.43,5336.43,55.1638,3.56414,180,5,0,6116,0,1,0,0,0),(133080,25829,571,1,1,347,0,2937.93,5275.48,59.6088,4.89338,180,0,0,6116,0,0,0,0,0),(133081,25829,571,1,1,347,0,2984.73,5357.53,64.3472,0.345113,180,5,0,6116,0,1,0,0,0),(133082,25829,571,1,1,347,0,2812.69,5412.14,61.404,1.89722,180,5,0,6116,0,1,0,0,0),(133083,25829,571,1,1,347,0,2778.52,5387.49,62.1575,2.13768,180,5,0,6116,0,1,0,0,0),(133084,25829,571,1,1,347,0,2909.98,5312.1,59.7578,2.74303,180,5,0,6116,0,1,0,0,0),(133085,25829,571,1,1,347,0,2882.91,5304.64,60.1951,3.01146,180,0,0,6116,0,0,0,0,0),(133086,25829,571,1,1,347,0,2940.93,5245.3,60.9016,3.21788,180,5,0,6116,0,1,0,0,0),(133087,25829,571,1,1,347,0,3091.95,5274.11,59.2476,5.98431,180,5,0,6116,0,1,0,0,0),(133088,25836,571,1,1,23427,1,3066.28,5557.25,42.6227,3.50071,180,5,0,7984,3080,1,0,0,0),(118709,24562,571,1,1,25237,0,2986.76,6251.77,118.316,5.75722,300,5,0,6986,0,1,0,0,0),(118699,24562,571,1,1,25237,0,2473.9,6118.35,77.5848,0.663225,300,0,0,6986,0,0,0,0,0),(133092,24567,571,1,1,27174,0,2741.61,5771.51,80.3676,6.15925,180,5,0,6986,0,1,0,0,0),(133093,24567,571,1,1,27174,0,2820.78,5751.16,91.4032,4.56816,180,5,0,6986,0,1,0,0,0),(133094,24567,571,1,1,27174,0,2916.69,5734.54,102.464,5.28296,180,5,0,6986,0,1,0,0,0),(133095,24567,571,1,1,27174,0,2721.04,5740.7,78.3926,5.8422,180,5,0,6986,0,1,0,0,0),(133096,24567,571,1,1,27174,0,2568.81,5827.05,-12.4106,1.1148,180,5,0,6986,0,1,0,0,0),(133097,24567,571,1,1,27174,0,2594.51,5813.2,-12.4106,2.98965,180,5,0,6986,0,1,0,0,0),(133098,24567,571,1,1,27174,0,2867.2,5725.06,49.643,1.32549,180,5,0,6986,0,1,0,0,0),(133099,24567,571,1,1,27174,0,2687.15,5737.94,77.424,5.25283,180,5,0,6986,0,1,0,0,0),(133100,24567,571,1,1,27174,0,2917.74,5690.09,44.7082,4.23485,180,5,0,6986,0,1,0,0,0),(133101,24567,571,1,1,27174,0,2845.29,5699.6,49.967,5.92782,180,5,0,6986,0,1,0,0,0),(133102,24567,571,1,1,27174,0,2815.73,5700.92,51.1189,3.80092,180,5,0,6986,0,1,0,0,0),(133103,24567,571,1,1,27174,0,2737.3,5679.43,48.6293,5.94142,180,5,0,6986,0,1,0,0,0),(133104,24567,571,1,1,27174,0,2755.4,5688.64,48.6293,5.41699,180,5,0,6986,0,1,0,0,0),(133105,24567,571,1,1,27174,0,2628.78,5892.56,-9.9792,2.94004,180,5,0,6986,0,1,0,0,0),(133106,24567,571,1,1,27174,0,2618.85,5907.1,-10.3156,4.24257,180,5,0,6986,0,1,0,0,0),(133107,24567,571,1,1,27174,0,2598.08,5948.16,-17.1798,0.745078,180,5,0,6986,0,1,0,0,0),(133108,24567,571,1,1,27174,0,2611.65,5940.02,-18.5654,1.2832,180,5,0,6986,0,1,0,0,0),(133109,24567,571,1,1,27174,0,2684.36,5807.72,51.0707,2.48609,180,5,0,6986,0,1,0,0,0),(133110,24567,571,1,1,27174,0,2705.11,5815.39,51.7164,6.1576,180,5,0,6986,0,1,0,0,0),(133111,24567,571,1,1,27174,0,2656.5,5840.7,47.5511,4.16551,180,5,0,6986,0,1,0,0,0),(133112,24567,571,1,1,27174,0,2636.82,5855.25,45.9898,2.54018,180,5,0,6986,0,1,0,0,0),(133113,24567,571,1,1,27174,0,2593.41,5888.87,-10.5722,0.772181,180,0,0,6986,0,0,0,0,0),(133114,24567,571,1,1,27174,0,2622.24,5859.76,-9.75081,5.29848,180,5,0,6986,0,1,0,0,0),(133115,24567,571,1,1,27174,0,2638.66,5672.39,45.9123,4.82813,180,5,0,6986,0,1,0,0,0),(133116,24567,571,1,1,27174,0,2608.62,5927.92,12.8958,2.9611,180,0,0,6986,0,0,0,0,0),(133117,24567,571,1,1,27174,0,2570.48,5883.63,24.9837,1.64131,180,0,0,6986,0,0,0,0,0),(133118,24567,571,1,1,27174,0,2604.78,5838.04,-8.83931,2.15632,180,5,0,6986,0,1,0,0,0),(133119,24567,571,1,1,27174,0,2563.99,5855.54,-9.49043,1.12106,180,0,0,6986,0,0,0,0,0),(133120,24567,571,1,1,27174,0,2617.24,5832.17,-9.59629,5.72858,180,0,0,6986,0,0,0,0,0),(133121,24567,571,1,1,27174,0,2606.6,5928.02,13.5326,2.91178,180,0,0,6986,0,0,0,0,0),(133122,24567,571,1,1,27174,0,2596.69,5836.07,39.6215,0.65363,180,5,0,6986,0,1,0,0,0),(133123,24567,571,1,1,27174,0,2891.25,5707.33,44.7272,1.47209,180,5,0,6986,0,1,0,0,0),(133124,24567,571,1,1,27174,0,2598.45,5901.8,-9.67757,1.01229,180,0,0,6986,0,0,0,0,0),(135115,26212,571,1,1,0,1,4606.54,-4229.83,178.65,1.5726,25,0,0,84,0,0,0,0,0),(152179,24879,571,1,1,0,0,7229.63,-3044.62,845.739,3.31622,300,5,0,42,0,1,0,0,0),(133135,27665,571,1,1,23867,1,4776.72,1322.33,168.747,4.54853,180,0,0,198800,0,0,0,0,0),(133136,27665,571,1,1,23866,1,4771.38,1323.21,168.304,4.60741,180,0,0,198800,0,0,0,0,0),(133137,27665,571,1,1,23867,1,4780.44,1321.71,169.365,4.71089,180,0,0,198800,0,0,0,0,0),(133138,27665,571,1,1,23864,1,4773.84,1322.81,168.257,4.63646,180,0,0,198800,0,0,0,0,0),(133139,27665,571,1,1,23865,1,4782.64,1321.35,169.365,4.44199,180,0,0,198800,0,0,0,0,0),(133140,27410,571,1,1,24623,1,3581.91,-975.76,138.13,2.74017,180,0,0,9610,0,0,0,0,0),(133143,27410,571,1,1,24623,1,3632.26,-1169.44,114.45,5.39307,180,0,0,9610,0,0,0,0,0),(133144,27410,571,1,1,24623,1,3636.58,-1180.49,114.489,2.25148,180,0,0,9610,0,0,0,0,0),(133145,27410,571,1,1,24623,1,3734.34,-1240.89,121.302,2.00713,180,0,0,9610,0,0,0,0,0),(133146,27410,571,1,1,24623,1,3788.64,-1124.48,120.026,2.70526,180,0,0,9610,0,0,0,0,0),(133147,27410,571,1,1,24623,1,3743.22,-1092.3,120.298,6.00393,180,0,0,9610,0,0,0,0,0),(133148,27410,571,1,1,24623,1,3798.05,-1097.52,118.903,1.51844,180,0,0,9610,0,0,0,0,0),(133149,27410,571,1,1,24623,1,3748.57,-1101.8,120.81,2.32129,180,0,0,9610,0,0,0,0,0),(133150,27410,571,1,1,24623,1,3781.14,-1116.18,120.194,5.44543,180,0,0,9610,0,0,0,0,0),(133151,27410,571,1,1,24623,1,3762.41,-1097.7,121.903,2.6529,180,0,0,9610,0,0,0,0,0),(133152,27410,571,1,1,24623,1,3772.57,-1076.9,120.103,0.767945,180,0,0,9610,0,0,0,0,0),(133153,27410,571,1,1,24623,1,3798.63,-1085.9,119.403,5.06145,180,0,0,9610,0,0,0,0,0),(133154,27410,571,1,1,24623,1,3783.2,-1073.4,119.742,3.61283,180,0,0,9610,0,0,0,0,0),(133155,27410,571,1,1,24623,1,3815.67,-1009.42,117.515,5.18363,180,0,0,9610,0,0,0,0,0),(133156,27410,571,1,1,24623,1,3734.14,-1230.54,121.483,5.06145,180,0,0,9610,0,0,0,0,0),(133157,27410,571,1,1,24623,1,3821.53,-1016.82,116.985,2.21657,180,0,0,9610,0,0,0,0,0),(133158,27410,571,1,1,24623,1,3505.47,-1069.95,130.051,0.506145,180,0,0,9610,0,0,0,0,0),(133159,27410,571,1,1,24623,1,3510.75,-1044.42,128.547,6.07375,180,0,0,9610,0,0,0,0,0),(133160,27410,571,1,1,24623,1,3520.13,-1049.65,128.605,2.84489,180,0,0,9610,0,0,0,0,0),(133165,27671,571,1,1,0,0,4707.38,1605.52,256.842,5.51524,180,0,0,6986,0,0,0,0,0),(133166,27671,571,1,1,0,0,4708.01,1610.55,257.453,5.18363,180,0,0,6986,0,0,0,0,0),(133167,27671,571,1,1,0,0,4705.7,1603.12,256.535,5.84685,180,0,0,6986,0,0,0,0,0),(133168,27671,571,1,1,0,0,4702.81,1612.99,256.18,5.39307,180,0,0,6986,0,0,0,0,0),(133169,27671,571,1,1,0,0,4697.21,1607.73,255.871,5.8294,180,0,0,6986,0,0,0,0,0),(133172,27160,571,1,1,24542,1,3641.11,-696.282,213.935,4.04543,180,0,0,99400,0,2,0,0,0),(133173,27160,571,1,1,24543,1,3535.7,-777.161,221.257,4.45059,180,0,0,99400,0,0,0,0,0),(133193,27160,571,1,1,24543,1,3726.49,-837.472,165.625,4.92806,180,5,0,99400,0,1,0,0,0),(133195,27160,571,1,1,24361,1,3721.29,-846.983,164.025,0.986001,180,0,0,99400,0,0,0,0,0),(133196,27160,571,1,1,24542,1,3722.46,-847.119,164.127,1.59687,180,0,0,99400,0,0,0,0,0),(133198,27161,571,1,1,24539,0,3936.36,-669.47,241.055,1.3094,180,0,0,99400,0,2,0,0,0),(133199,27161,571,1,1,24540,0,3612.65,-726.062,213.935,3.41052,180,0,0,99400,0,2,0,0,0),(133200,27161,571,1,1,24538,0,3866.65,-755.245,219.679,3.86591,180,0,0,99400,0,2,0,0,0),(133206,27161,571,1,1,24362,0,3710.11,-739.771,210.09,2.59749,180,0,0,99400,0,2,0,0,0),(133210,27162,571,1,1,24548,1,3805.38,-677.581,222.047,3.63321,180,0,0,9940,3387,0,0,0,0),(133211,27162,571,1,1,24363,1,3535.74,-774.123,220.671,3.83972,180,0,0,9940,3387,0,0,0,0),(133215,27162,571,1,1,24363,1,3728.38,-835.264,166.178,4.64498,180,0,0,9940,3387,0,0,0,0),(133225,27164,571,1,1,24554,0,3800.85,-685.767,222.046,2.02604,180,0,0,9291,3231,0,0,0,0),(133227,27164,571,1,1,24553,0,3805.32,-679.449,222.677,3.39754,180,0,0,9291,3231,0,0,0,0),(133228,27677,571,1,1,24966,1,4700.34,1447.77,175.125,0.017453,180,0,0,28830,33090,0,0,0,0),(133229,27677,571,1,1,24966,1,4719.93,1347.27,166.643,0.523599,180,0,0,28830,33090,0,0,0,0),(133231,27691,571,1,1,17311,0,4797.77,1472.35,222.657,1.83396,180,5,0,198018,0,1,0,0,0),(133232,27691,571,1,1,17311,0,4736.51,1362.07,175.335,2.38858,180,5,0,198018,0,1,0,0,0),(133233,27691,571,1,1,17311,0,4774.82,1400.98,239.088,1.4703,180,5,0,198018,0,1,0,0,0),(133234,27691,571,1,1,17311,0,4799.35,1509.94,218.99,4.30628,180,5,0,198018,0,1,0,0,0),(133235,27691,571,1,1,17311,0,4877.72,1500.11,238.099,4.50928,180,5,0,198018,0,1,0,0,0),(133236,27691,571,1,1,17311,0,4740.83,1406.31,208.507,2.10139,180,5,0,198018,0,1,0,0,0),(133237,27691,571,1,1,17311,0,4847.26,1480.87,256.43,2.24379,180,5,0,198018,0,1,0,0,0),(133238,27691,571,1,1,17311,0,4820.42,1524.99,218.99,3.05848,180,5,0,198018,0,1,0,0,0),(133239,27691,571,1,1,17311,0,4905.46,1529.63,292.766,4.10152,180,5,0,198018,0,1,0,0,0),(133242,27695,571,1,1,24553,0,4742.88,1354.71,170.397,5.88265,180,0,0,55005,3643,0,0,0,0),(133243,27957,571,1,1,24579,0,4697.7,1439.4,176.283,2.89889,180,0,0,9291,0,0,0,0,0),(133244,26426,571,1,1,13340,0,3970.21,-656.544,272.578,4.17616,180,5,0,9610,0,1,0,0,0),(133245,26426,571,1,1,13340,0,4558.37,1262.88,206.879,2.07112,180,5,0,9610,0,1,0,0,0),(133246,26426,571,1,1,13340,0,4567.9,1237.58,173.794,5.82915,180,5,0,9610,0,1,0,0,0),(133247,26426,571,1,1,13340,0,3562.07,-913.198,170.744,0.696881,180,5,0,9610,0,1,0,0,0),(133248,26426,571,1,1,13340,0,3509.64,-750.941,294.387,1.09366,180,0,0,9610,0,2,0,0,0),(133249,26426,571,1,1,13340,0,3557.36,-885.102,213.862,1.98854,180,0,0,9610,0,2,0,0,0),(133250,26426,571,1,1,13340,0,3581.57,-884.705,155.805,-1.17285,180,5,0,9610,0,1,0,0,0),(133263,27712,571,1,1,24995,0,3651,-1260.85,98.0911,4.19283,8,5,0,399,0,1,0,0,0),(133264,27712,571,1,1,24992,0,3698.48,-1153.14,97.9028,4.27953,8,5,0,399,0,1,0,0,0),(133265,27712,571,1,1,24994,0,3640.11,-1239.35,98.0911,4.02738,8,5,0,399,0,1,0,0,0),(133266,27712,571,1,1,24993,0,3637.64,-1254.92,98.0911,2.2441,8,5,0,399,0,1,0,0,0),(133267,27712,571,1,1,24992,0,3699.48,-1157.94,98.0914,4.08621,8,5,0,399,0,1,0,0,0),(133268,27712,571,1,1,24993,0,3644.47,-1246.31,98.26,2.87991,8,5,0,399,0,1,0,0,0),(133269,27712,571,1,1,24993,0,3681.24,-1156.84,97.6495,4.27953,8,5,0,399,0,1,0,0,0),(133270,27712,571,1,1,24993,0,3636.81,-1241.15,98.0911,4.84643,8,5,0,399,0,1,0,0,0),(133271,27712,571,1,1,24993,0,3635.19,-1256.17,98.0911,4.22659,8,5,0,399,0,1,0,0,0),(133260,27712,571,1,1,24993,0,3650.1,-1259.2,98.0911,2.80981,8,5,0,399,0,1,0,0,0),(133259,27712,571,1,1,24992,0,3701.25,-1129.27,97.8784,0.590263,8,5,0,399,0,1,0,0,0),(101973,27712,571,1,1,24993,0,3656.28,-1262.44,98.0912,1.12122,8,5,0,399,0,1,0,0,0),(101975,27712,571,1,1,24994,0,3649.39,-1213.72,98.1747,5.84685,8,5,0,399,0,1,0,0,0),(101976,27712,571,1,1,24995,0,3650.91,-1219.34,98.1747,0.349066,8,5,0,399,0,1,0,0,0),(101977,27712,571,1,1,24994,0,3655.57,-1216.23,98.1747,0.017453,8,5,0,399,0,1,0,0,0),(133252,27712,571,1,1,24993,0,3717.33,-1142.87,98.0911,3.63761,8,5,0,399,0,1,0,0,0),(133253,27712,571,1,1,24994,0,3683.98,-1123.27,98.0911,2.94569,8,5,0,399,0,1,0,0,0),(133254,27712,571,1,1,24993,0,3682.59,-1122.67,98.0911,3.01946,8,5,0,399,0,1,0,0,0),(133255,27712,571,1,1,24992,0,3674.84,-1139.19,98.0911,2.37743,8,5,0,399,0,1,0,0,0),(133256,27712,571,1,1,24994,0,3711.31,-1156.57,98.0911,6.22378,8,5,0,399,0,1,0,0,0),(133257,27712,571,1,1,24992,0,3689.55,-1126.04,98.0911,4.35486,8,5,0,399,0,1,0,0,0),(133258,27712,571,1,1,24994,0,3673.33,-1138.08,98.0911,2.29077,8,5,0,399,0,1,0,0,0),(133272,27712,571,1,1,24993,0,3701.15,-1130.6,97.6494,1.79381,8,5,0,399,0,1,0,0,0),(133273,27712,571,1,1,24992,0,3699.32,-1130.5,97.6494,1.13592,8,5,0,399,0,1,0,0,0),(133287,27712,571,1,1,24995,0,3689.03,-1140.65,97.6495,4.33361,8,5,0,399,0,1,0,0,0),(133288,27712,571,1,1,24994,0,3657.7,-1221.01,98.2548,4.11898,8,5,0,399,0,1,0,0,0),(133290,27712,571,1,1,24992,0,3690.39,-1166.51,98.1747,3.33358,8,5,0,399,0,1,0,0,0),(133291,27712,571,1,1,24993,0,3684.38,-1159.51,97.733,3.00197,8,5,0,399,0,1,0,0,0),(133293,27712,571,1,1,24995,0,3681.92,-1166.77,98.1747,2.04204,8,5,0,399,0,1,0,0,0),(133294,27712,571,1,1,24995,0,3664.91,-1226.92,98.1747,2.58309,8,5,0,399,0,1,0,0,0),(133295,27712,571,1,1,24994,0,3662.68,-1220.91,98.1747,1.69297,8,5,0,399,0,1,0,0,0),(133297,27712,571,1,1,24993,0,3676.08,-1161.85,98.1747,5.91667,8,5,0,399,0,1,0,0,0),(133298,27712,571,1,1,24993,0,3694.7,-1158.48,97.733,2.04204,8,5,0,399,0,1,0,0,0),(133299,27712,571,1,1,24995,0,3701.54,-1140.65,97.6496,4.33361,8,5,0,399,0,1,0,0,0),(133300,27712,571,1,1,24995,0,3651.97,-1226.94,98.3436,4.36332,8,5,0,399,0,1,0,0,0),(133286,27712,571,1,1,24993,0,3669.51,-1217.07,98.9089,0.659359,8,5,0,399,0,1,0,0,0),(133285,27712,571,1,1,24992,0,3695.77,-1144.35,97.6498,1.29109,8,5,0,399,0,1,0,0,0),(133274,27712,571,1,1,24993,0,3700.21,-1129.71,97.6494,4.65467,8,5,0,399,0,1,0,0,0),(133275,27712,571,1,1,24995,0,3694.21,-1131.96,97.6497,1.28324,8,5,0,399,0,1,0,0,0),(133276,27712,571,1,1,24995,0,3641.21,-1248.71,98.26,0.858347,8,5,0,399,0,1,0,0,0),(133277,27712,571,1,1,24994,0,3662.98,-1230.15,98.0911,1.34507,8,5,0,399,0,1,0,0,0),(133302,27713,571,1,1,24361,1,3685.26,-926.821,78.6817,1.48353,180,0,0,18582,0,0,0,0,0),(133303,27713,571,1,1,24542,1,3683.18,-928.481,78.5563,1.46608,180,0,0,18582,0,0,0,0,0),(133304,27713,571,1,1,24541,1,3678.88,-928.056,77.0596,1.55334,180,0,0,18582,0,0,0,0,0),(133305,27713,571,1,1,24361,1,3675.74,-925.946,76.1638,1.47644,180,0,0,18582,0,0,0,0,0),(202497,23771,571,1,1,0,0,1697.21,-2538.46,12.9364,2.74017,120,0,0,1,0,0,0,0,0),(202496,23755,571,1,1,0,0,1727.26,-2522.87,13.7293,1.35902,120,5,0,1,0,1,0,0,0),(133308,15214,571,1,1,0,0,4827.6,1414.46,193.826,5.0311,180,0,0,42,0,0,0,0,0),(133309,15214,571,1,1,0,0,4673.96,1451.04,170.746,6.1879,180,0,0,42,0,0,0,0,0),(133310,15214,571,1,1,0,0,4884.12,1387,200.8,6.2068,180,0,0,42,0,0,0,0,0),(133311,15214,571,1,1,0,0,4877.25,1458.62,209.601,1.2607,180,0,0,42,0,0,0,0,0),(133312,15214,571,1,1,0,0,4809.42,1297.84,173.198,1.12173,180,0,0,42,0,0,0,0,0),(133313,15214,571,1,1,0,0,4790.43,1509.2,199.451,0.493639,180,0,0,42,0,0,0,0,0),(133314,15214,571,1,1,0,0,4718.25,1347.84,165.885,2.47264,180,0,0,42,0,0,0,0,0),(133318,15214,571,1,1,0,0,4840.56,1496.25,209.576,3.84351,180,0,0,42,0,0,0,0,0),(133319,15214,571,1,1,0,0,4714.02,1445.62,175.43,0.723409,180,0,0,42,0,0,0,0,0),(133321,15214,571,1,1,0,0,4861.42,1554.49,223.642,5.77817,180,0,0,42,0,0,0,0,0),(133322,15214,571,1,1,0,0,4800.61,1433.65,193.451,5.00019,180,0,0,42,0,0,0,0,0),(133323,15214,571,1,1,0,0,4911.54,1488.2,217.446,2.39689,180,0,0,42,0,0,0,0,0),(133326,27761,571,1,1,14337,0,4496.08,1254.03,136.459,4.41568,180,0,0,53175,0,0,0,0,0),(133327,27761,571,1,1,0,0,4566.57,1363.17,182.523,3.85445,180,0,0,53175,0,2,0,0,0),(133328,27761,571,1,1,14582,0,4647.71,1409.58,170.843,1.58703,180,5,0,53175,0,1,0,0,0),(133329,27761,571,1,1,14337,0,4512.51,1243.36,136.106,3.92699,180,0,0,53175,0,0,0,0,0),(133330,27761,571,1,1,14337,0,4704.92,1443.64,175.312,6.23082,180,0,0,53175,0,0,0,0,0),(133331,27761,571,1,1,14338,0,4734.25,1353.7,170.42,0.54038,180,0,0,53175,0,0,0,0,0),(133332,26483,571,1,1,23962,0,3327.08,-1134.34,128.063,5.37105,180,5,0,9291,0,1,0,0,0),(133337,27513,571,1,1,25286,0,3791.66,-831.417,212.481,0.23333,180,5,0,9291,0,1,0,0,0),(133338,27513,571,1,1,25286,0,3789.63,-831.937,212.481,-1.02959,180,0,0,9291,0,0,0,0,0),(133339,27513,571,1,1,25286,0,3716.05,-766.5,213.61,0.326903,180,5,0,9291,0,1,0,0,0),(133340,27513,571,1,1,25286,0,3713.09,-765.053,213.61,3.97304,180,5,0,9291,0,1,0,0,0),(133342,27516,571,1,1,2405,0,4558.85,1404.43,193.078,6.21337,180,0,0,8982,0,0,0,0,0),(133343,27516,571,1,1,2410,0,4565.5,1394.92,193.05,3.07178,180,0,0,8982,0,0,0,0,0),(133344,27516,571,1,1,2410,0,4565.88,1404.67,193.05,3.24631,180,0,0,8982,0,0,0,0,0),(133345,27516,571,1,1,2402,0,4558.7,1400.97,193.05,0.034907,180,0,0,8982,0,0,0,0,0),(133346,27517,571,1,1,0,0,4574.94,1431.08,189.396,4.83456,180,0,0,2784,0,0,0,0,0),(133347,27773,571,1,1,0,0,3799.64,-690.863,224.339,0.244346,180,0,0,1,0,0,0,0,0),(133348,27517,571,1,1,0,0,4579.32,1421.64,189.396,1.43117,180,0,0,2784,0,0,0,0,0),(133349,27517,571,1,1,0,0,4562.2,1421.7,189.407,4.46804,180,0,0,2784,0,0,0,0,0),(133350,27517,571,1,1,0,0,4566.65,1422.16,189.403,1.53589,180,0,0,2784,0,0,0,0,0),(133351,27517,571,1,1,0,0,4566.58,1430.5,189.396,1.5708,180,0,0,2784,0,0,0,0,0),(133352,27518,571,1,1,24541,1,4520.98,1248.83,139.68,3.9619,180,0,0,47080,0,0,0,0,0),(133353,27518,571,1,1,24541,1,4530.12,1238.06,139.474,4.60767,180,0,0,47080,0,0,0,0,0),(133354,27518,571,1,1,24542,1,4726.06,1578.85,244.255,0.558505,180,0,0,47080,0,0,0,0,0),(133356,27518,571,1,1,24543,1,4570.7,1393.9,193.075,0.244346,180,5,0,47080,0,1,0,0,0),(133357,27518,571,1,1,24361,1,4659.13,1354.9,176.453,5.75286,180,5,0,47080,0,1,0,0,0),(133358,27518,571,1,1,24542,1,4672.45,1385.06,174.521,0.174533,180,5,0,47080,0,1,0,0,0),(133359,27518,571,1,1,24541,1,4579.15,1456.35,189.406,4.57276,180,0,0,47080,0,0,0,0,0),(133360,27518,571,1,1,24542,1,4529.63,1235.13,139.572,1.8326,180,0,0,47080,0,0,0,0,0),(133361,27518,571,1,1,24542,1,4660.52,1433.75,174.072,0.174533,180,5,0,47080,0,1,0,0,0),(133362,27518,571,1,1,24542,1,4712.38,1582.58,244.256,1.58825,180,0,0,47080,0,0,0,0,0),(133363,27518,571,1,1,24541,1,4569.75,1436.64,189.315,1.23918,180,0,0,47080,0,0,0,0,0),(133364,27518,571,1,1,24361,1,4570.57,1456.21,189.406,4.66003,180,0,0,47080,0,0,0,0,0),(133365,27518,571,1,1,24541,1,4561.55,1447.2,189.414,1.44862,180,0,0,47080,0,0,0,0,0),(133366,27518,571,1,1,24361,1,4570.07,1441.02,189.315,4.81711,180,0,0,47080,0,0,0,0,0),(133367,27518,571,1,1,24543,1,4664.28,1367.66,175.948,6.14356,180,0,0,47080,0,0,0,0,0),(133368,27518,571,1,1,24361,1,4518.34,1254.63,139.539,4.24115,180,0,0,47080,0,0,0,0,0),(133369,27518,571,1,1,24361,1,4561.42,1483.35,231.521,6.02139,180,0,0,47080,0,0,0,0,0),(133370,27518,571,1,1,24541,1,4719.17,1580.33,244.257,1.27409,180,0,0,47080,0,0,0,0,0),(133371,27518,571,1,1,24361,1,4692.65,1415.04,173.669,0.226893,180,0,0,47080,0,0,0,0,0),(133372,27518,571,1,1,24361,1,4715,1460.49,176.781,5.72468,180,0,0,47080,0,0,0,0,0),(133373,27518,571,1,1,24361,1,4689.67,1462.09,176.005,0.331613,180,0,0,47080,0,0,0,0,0),(133374,27518,571,1,1,24361,1,4694.07,1427.5,174.507,0.069813,180,0,0,47080,0,0,0,0,0),(133375,27518,571,1,1,24542,1,4714.89,1441.65,175.095,0.034907,180,0,0,47080,0,0,0,0,0),(133376,27518,571,1,1,24543,1,4715.38,1451.12,176.305,6.02139,180,0,0,47080,0,0,0,0,0),(133377,27518,571,1,1,24542,1,4713.55,1431.22,174.605,0.296706,180,0,0,47080,0,0,0,0,0),(133378,27518,571,1,1,24361,1,4725.04,1364.74,170.002,0.686351,180,0,0,47080,0,0,0,0,0),(133379,27518,571,1,1,24543,1,4732.74,1360.59,171.765,5.56832,180,5,0,47080,0,1,0,0,0),(133380,27518,571,1,1,24543,1,4740.43,1357.71,171.654,3.75236,180,0,0,47080,0,0,0,0,0),(133381,27519,571,1,1,310,1,4654.79,1531.54,283.343,0.017453,180,0,0,6761,0,0,0,0,0),(133382,27519,571,1,1,310,1,4636.34,1419.32,182.693,4.2586,180,0,0,6761,0,0,0,0,0),(133383,27519,571,1,1,310,1,4499.76,1288.77,145.79,3.9968,180,0,0,6761,0,0,0,0,0),(133384,27519,571,1,1,310,1,4561.98,1465.14,227.277,2.18166,180,0,0,6761,0,0,0,0,0),(133385,27519,571,1,1,310,1,4478.95,1274.61,155.676,0.785398,180,0,0,6761,0,0,0,0,0),(133386,27519,571,1,1,310,1,4563.32,1496.42,202.377,4.03171,180,0,0,6761,0,0,0,0,0),(133387,27519,571,1,1,310,1,4571.35,1475.02,218.147,3.07178,180,0,0,6761,0,0,0,0,0),(133388,27519,571,1,1,310,1,4686.93,1525.39,290.283,4.76475,180,0,0,6761,0,0,0,0,0),(133389,27519,571,1,1,310,1,4538.73,1471.98,217.19,0.628319,180,0,0,6761,0,0,0,0,0),(133390,27519,571,1,1,310,1,4571.62,1478.69,208.741,3.19395,180,0,0,6761,0,0,0,0,0),(133391,27519,571,1,1,310,1,4658.51,1516.72,269.659,0.820305,180,0,0,6761,0,0,0,0,0),(133392,27519,571,1,1,310,1,4632.9,1359.74,200.268,2.02458,180,0,0,6761,0,0,0,0,0),(133393,27519,571,1,1,310,1,4636.79,1376.09,190.017,3.22886,180,0,0,6761,0,0,0,0,0),(133394,27519,571,1,1,310,1,4675.71,1512.18,268.657,1.74533,180,0,0,6761,0,0,0,0,0),(133395,27519,571,1,1,310,1,4567.32,1492.62,220.446,4.32842,180,0,0,6761,0,0,0,0,0),(133396,27519,571,1,1,310,1,4571.26,1480.09,226.916,3.29867,180,0,0,6761,0,0,0,0,0),(133397,27519,571,1,1,310,1,4559.17,1464.52,209.418,2.25148,180,0,0,6761,0,0,0,0,0),(133398,27519,571,1,1,310,1,4613.7,1394.78,222.755,5.2709,180,0,0,6761,0,0,0,0,0),(133399,27519,571,1,1,310,1,4628.33,1476.92,181.57,4.5204,180,0,0,6761,0,0,0,0,0),(133400,27519,571,1,1,310,1,4536.36,1476.23,225.95,0.383972,180,0,0,6761,0,0,0,0,0),(133401,27519,571,1,1,310,1,4560.96,1464.93,218.538,2.00713,180,0,0,6761,0,0,0,0,0),(133402,27519,571,1,1,310,1,4608.24,1392.06,213.412,5.23599,180,0,0,6761,0,0,0,0,0),(133403,27519,571,1,1,310,1,4628.51,1357.29,191.469,2.05949,180,0,0,6761,0,0,0,0,0),(133404,27519,571,1,1,310,1,4563.71,1466.63,209.417,1.8326,180,0,0,6761,0,0,0,0,0),(133405,27519,571,1,1,310,1,4498.55,1274.01,166.939,2.23402,180,0,0,6761,0,0,0,0,0),(133406,27519,571,1,1,310,1,4619.19,1460.82,196.813,0.733038,180,0,0,6761,0,0,0,0,0),(133408,27521,571,1,1,24740,0,4666.98,1410.66,194.22,0.174531,180,5,0,35928,0,1,0,0,0),(133409,27521,571,1,1,24738,0,4730.15,1490.42,250.496,5.53269,180,5,0,35928,0,1,0,0,0),(133410,27521,571,1,1,24732,0,4711.86,1465.29,252.872,5.58505,180,5,0,35928,0,1,0,0,0),(133411,27521,571,1,1,24738,0,4710.84,1526.16,260.397,0.418879,180,0,0,35928,0,0,0,0,0),(133412,27521,571,1,1,24739,0,4706.23,1517.5,261.008,0.331613,180,0,0,35928,0,0,0,0,0),(133413,27521,571,1,1,24738,0,4703.42,1439.38,188.478,0.05236,180,5,0,35928,0,1,0,0,0),(133414,27521,571,1,1,24739,0,4703.15,1460.88,188.909,0,180,5,0,35928,0,1,0,0,0),(133420,27784,571,1,1,16015,1,3798.05,-680.611,222.982,6.03884,180,0,0,252000,19970,0,0,0,0),(133421,27272,571,1,1,24494,0,3722.4,-844.713,164.373,4.73846,180,0,0,8982,0,0,0,0,0),(133422,27272,571,1,1,24493,0,3725.8,-833.954,165.917,-1.49843,180,0,0,8982,0,0,0,0,0),(133423,27272,571,1,1,24579,0,3725.36,-832.011,166.337,0.375604,180,0,0,8982,0,0,0,0,0),(133424,27272,571,1,1,24494,0,3726.78,-833.672,166.141,1.00225,180,0,0,8982,0,0,0,0,0),(133425,27272,571,1,1,24493,0,3719.3,-846.552,164.086,6.10517,180,0,0,8982,0,0,0,0,0),(133426,27272,571,1,1,24494,0,3720.93,-845.06,164.34,5.35107,180,0,0,8982,0,0,0,0,0),(133427,25225,571,1,1,0,0,4728.28,1580.11,244.263,3.68265,180,0,0,2097,0,0,0,0,0),(133428,25225,571,1,1,0,0,4720.08,1582.42,244.255,4.59022,180,0,0,2097,0,0,0,0,0),(133429,25225,571,1,1,0,0,4712.36,1584.39,244.269,4.83456,180,0,0,2097,0,0,0,0,0),(133430,27535,571,1,1,24540,1,4496.02,1253.82,138.324,4.41568,180,5,0,48700,0,1,0,0,0),(133431,27535,571,1,1,24540,1,4653.01,1429.68,171.675,4.82241,180,5,0,48700,0,1,0,0,0),(133432,27535,571,1,1,24538,1,4647.7,1409.79,172.709,1.58703,180,5,0,48700,0,1,0,0,0),(133433,27535,571,1,1,24539,1,4512.36,1243.21,137.971,3.92699,180,5,0,48700,0,1,0,0,0),(40280,27791,571,1,1,0,1,3673.78,-1213.68,102.42,4.08126,120,0,0,1,0,0,0,0,0),(40279,27791,571,1,1,0,1,3653.64,-1204.21,102.42,4.04459,120,0,0,1,0,0,0,0,0),(133436,27535,571,1,1,24540,1,4705.14,1443.63,177.178,6.23082,180,5,0,48700,0,1,0,0,0),(133437,27535,571,1,1,24539,1,4734.43,1353.81,172.286,0.54038,180,5,0,48700,0,1,0,0,0),(133438,27792,571,1,1,0,0,3706.58,-1140.74,98.0911,5.63501,180,0,0,42,0,2,0,0,0),(133439,27792,571,1,1,0,0,3656.25,-1252.89,98.0911,5.85877,180,0,0,42,0,2,0,0,0),(133440,27792,571,1,1,0,0,3687.69,-1131.77,98.0911,2.09399,180,0,0,42,0,2,0,0,0),(133441,27792,571,1,1,0,0,3639.13,-1245.7,98.0911,2.7121,180,0,0,42,0,2,0,0,0),(133442,29328,571,1,1,328,0,3888.34,-777.97,220.977,0.115951,180,5,0,42,0,1,0,0,0),(133443,29328,571,1,1,328,0,3621.06,-819.189,165.769,5.3188,180,5,0,42,0,1,0,0,0),(133444,29328,571,1,1,328,0,3773.99,-880.923,163.419,0.635689,180,5,0,42,0,1,0,0,0),(133445,29328,571,1,1,328,0,3702.6,-702.435,215.02,3.7464,180,5,0,42,0,1,0,0,0),(133446,27537,571,1,1,89,1,4594.79,1475.67,194.357,4.72874,180,0,0,6761,0,0,0,0,0),(133447,27538,571,1,1,24695,1,4508.92,1295.44,145.894,3.95737,180,5,0,6761,0,1,0,0,0),(133448,27536,571,1,1,310,1,4570.1,1496.27,197.473,0.021841,180,5,0,6761,0,1,0,0,0),(133449,27793,571,1,1,0,0,3662.67,-1239.83,98.0911,5.87257,180,0,0,42,0,2,0,0,0),(133450,27793,571,1,1,0,0,3680.12,-1145.33,98.0911,2.40743,180,0,0,42,0,2,0,0,0),(133451,27794,571,1,1,0,0,3661.36,-1221.38,98.0911,1.6057,180,0,0,42,0,2,0,0,0),(133452,27794,571,1,1,0,0,3668.85,-1225.11,98.0911,2.73994,180,0,0,42,0,2,0,0,0),(133453,27794,571,1,1,0,0,3675.71,-1162.18,98.0911,1.22173,180,0,0,42,0,2,0,0,0),(133454,27794,571,1,1,0,0,3685.22,-1162.89,97.6494,6.16577,180,0,0,42,0,2,0,0,0),(133456,27795,571,1,1,0,0,3704.95,-1125.08,98.0911,2.69396,180,0,0,42,0,2,0,0,0),(133458,27795,571,1,1,0,0,3690.38,-1120.72,98.0911,5.33595,180,0,0,42,0,2,0,0,0),(133459,27795,571,1,1,0,0,3639.46,-1259.33,98.0911,2.62772,180,0,0,42,0,2,0,0,0),(133460,27283,571,1,1,1245,0,3687.38,-1316.96,117.7,2.53247,180,5,0,7432,7332,1,0,0,0),(133461,27283,571,1,1,1245,0,3662.15,-1245.78,114.731,6.20352,180,5,0,7432,7332,1,0,0,0),(133462,27283,571,1,1,1245,0,3730.48,-1261.63,120.57,4.66547,180,5,0,7432,7332,1,0,0,0),(133463,27283,571,1,1,1245,0,3605.96,-1218.83,115.424,0.621044,180,5,0,7432,7332,1,0,0,0),(133464,27283,571,1,1,1245,0,3617.32,-1092.46,119.309,0.606965,180,5,0,7432,7332,1,0,0,0),(133465,27540,571,1,1,24968,1,4662.42,1389.67,174.869,5.88176,180,0,0,34137,0,0,0,0,0),(133466,27540,571,1,1,24968,1,4615.05,1441.88,181.065,0.195874,180,0,0,34137,0,0,0,0,0),(133467,27540,571,1,1,24968,1,4537.73,1521.44,231.383,3.71338,180,0,0,34137,0,2,0,0,0),(133468,27540,571,1,1,24967,1,4543.62,1478.64,231.521,3.15905,180,0,0,34137,0,0,0,0,0),(133469,27540,571,1,1,24968,1,4527.07,1232.03,139.441,3.82227,180,0,0,34137,0,0,0,0,0),(133470,27540,571,1,1,24967,1,4636.8,1423.17,194.413,6.16101,180,0,0,34137,0,0,0,0,0),(133471,27540,571,1,1,24967,1,4608.84,1391.94,222.666,2.26893,180,0,0,34137,0,0,0,0,0),(133472,27540,571,1,1,24968,1,4545.9,1491.31,231.521,2.23402,180,0,0,34137,0,0,0,0,0),(133473,27540,571,1,1,24967,1,4665.53,1517.11,298.02,3.83972,180,0,0,34137,0,0,0,0,0),(133474,27540,571,1,1,24967,1,4661.75,1423.33,174.74,6.23082,180,0,0,34137,0,0,0,0,0),(133475,27540,571,1,1,24968,1,4661.35,1403.97,176.115,6.24828,180,0,0,34137,0,0,0,0,0),(133476,27540,571,1,1,24967,1,4608.67,1366.21,219.806,4.15388,180,0,0,34137,0,0,0,0,0),(133477,27540,571,1,1,24968,1,4637.89,1375.16,208.056,6.23082,180,0,0,34137,0,0,0,0,0),(133478,27540,571,1,1,24968,1,4626.47,1384.28,219.806,0.610865,180,0,0,34137,0,0,0,0,0),(133479,27540,571,1,1,24967,1,4615.91,1451.96,181.077,5.98648,180,0,0,34137,0,0,0,0,0),(133480,27540,571,1,1,24967,1,4675.93,1537.3,298.02,0.890118,180,0,0,34137,0,0,0,0,0),(133481,27540,571,1,1,24968,1,4706.69,1432.08,175.235,0.244346,180,0,0,34137,0,0,0,0,0),(133482,27540,571,1,1,24968,1,4707.3,1467.06,176.877,6.12611,180,0,0,34137,0,0,0,0,0),(133483,27540,571,1,1,24967,1,4694.16,1440.28,175.934,0.575959,180,0,0,34137,0,0,0,0,0),(133484,27540,571,1,1,24967,1,4692.94,1456.52,175.923,5.70723,180,0,0,34137,0,0,0,0,0),(133485,27540,571,1,1,24968,1,4737.77,1352.04,168.603,1.69643,180,0,0,34137,0,0,0,0,0),(202495,23755,571,1,1,0,0,1716.25,-2528.46,6.80624,1.2271,120,0,0,1,0,0,0,0,0),(202494,23755,571,1,1,0,0,1713.53,-2538.52,13.1237,5.53269,120,0,0,1,0,0,0,0,0),(202493,23755,571,1,1,0,0,1707.39,-2529.88,13.1536,2.79253,120,0,0,1,0,0,0,0,0),(133489,27797,571,1,1,24829,0,3661.12,-1118.02,92.1886,4.31773,180,5,0,9940,0,1,0,0,0),(133490,27797,571,1,1,24829,0,3596.78,-1234.96,89.0739,1.12077,180,0,0,9940,0,2,0,0,0),(133491,27797,571,1,1,24829,0,3592.98,-1155.36,88.9424,-0.206251,180,0,0,9940,0,0,0,0,0),(133492,27797,571,1,1,24829,0,3582.9,-1149.55,89.026,5.91667,180,0,0,9940,0,0,0,0,0),(133493,27797,571,1,1,24829,0,3600.81,-1150.97,89.026,6.26573,180,0,0,9940,0,0,0,0,0),(133494,27286,571,1,1,533,1,3588.35,-1173.06,115.205,0.378265,180,5,0,9610,0,1,0,0,0),(133495,27286,571,1,1,533,1,3639.06,-1176.56,114.856,1.37311,180,5,0,9610,0,1,0,0,0),(133496,27286,571,1,1,533,1,3639.91,-1274.33,112.445,5.1073,180,5,0,9610,0,1,0,0,0),(133497,27286,571,1,1,7848,1,3711.82,-1060.48,120.668,4.61623,180,5,0,9610,0,1,0,0,0),(133498,27286,571,1,1,533,1,3679.78,-1223.39,114.634,2.3099,180,5,0,9610,0,1,0,0,0),(133499,27286,571,1,1,7848,1,3709.65,-1286.72,118.842,3.16545,180,5,0,9610,0,1,0,0,0),(133500,27286,571,1,1,533,1,3596.45,-1253.16,111.974,1.15944,180,5,0,9610,0,1,0,0,0),(133501,27286,571,1,1,7848,1,3618.91,-1284.26,112.833,1.56823,180,5,0,9610,0,1,0,0,0),(133502,27286,571,1,1,533,1,3612.59,-1179.35,116.291,3.01172,180,5,0,9610,0,1,0,0,0),(133503,27543,571,1,1,3943,1,4579.44,1424.63,189.266,3.19591,180,0,0,484,0,2,0,0,0),(133504,27799,571,1,1,24823,0,3557.25,-1129.98,83.6706,0.599641,180,0,0,7688,7500,0,0,0,0),(133505,27799,571,1,1,24823,0,3536.31,-1131.05,83.6706,6.09497,180,0,0,7688,7500,0,0,0,0),(133506,27287,571,1,1,16175,0,3711.9,-1062.43,120.86,0.871061,180,5,0,9610,0,1,0,0,0),(133507,27287,571,1,1,16175,0,3723.34,-1114.64,121.459,0.564605,180,5,0,9610,0,1,0,0,0),(133508,27287,571,1,1,16175,0,3679.32,-1085.18,122.042,2.11694,180,5,0,9610,0,1,0,0,0),(133509,27287,571,1,1,16175,0,3765.61,-1098.79,121.827,1.25044,180,0,0,9610,0,2,0,0,0),(133510,27287,571,1,1,16175,0,3786.79,-1056.62,119.371,3.87334,180,5,0,9610,0,1,0,0,0),(133511,27287,571,1,1,16175,0,3807.78,-1124.51,120.29,5.49481,180,0,0,9610,0,2,0,0,0),(133512,27287,571,1,1,16175,0,3752.68,-1177.05,124.141,6.20813,180,5,0,9610,0,1,0,0,0),(133513,27287,571,1,1,16175,0,3786.24,-1020.52,118.276,5.22851,180,0,0,9610,0,2,0,0,0),(133514,27287,571,1,1,16175,0,3827.87,-1008.74,116.452,1.70721,180,0,0,9610,0,2,0,0,0),(133515,27799,571,1,1,24823,0,3593.26,-1153.78,88.9424,-0.607686,180,0,0,7688,7500,0,0,0,0),(133516,27287,571,1,1,16175,0,3770.92,-1139.01,122.546,3.91173,180,5,0,9610,0,1,0,0,0),(133519,27544,571,1,1,24696,1,4699.82,1510.96,261.057,5.75959,180,0,0,99400,0,0,0,0,0),(133520,27544,571,1,1,24696,1,4696.96,1507.57,261.056,5.49779,180,0,0,99400,0,0,0,0,0),(133521,27800,571,1,1,836,0,3546.79,-1123.99,83.6706,0.756922,180,0,0,9291,0,0,0,0,0),(133522,27800,571,1,1,836,0,3515.05,-1121.65,83.6706,0.575013,180,5,0,9291,0,1,0,0,0),(133523,27288,571,1,1,14591,1,3727.58,-1233.26,120.715,0.361285,180,0,0,9610,0,2,0,0,0),(133524,27288,571,1,1,14591,1,3632.88,-1239.06,112.613,1.55561,180,0,0,9610,0,2,0,0,0),(133525,27800,571,1,1,836,0,3593.55,-1158.25,88.9424,0.600363,180,0,0,9291,0,0,0,0,0),(133526,27800,571,1,1,836,0,3592.9,-1156.16,88.9424,1.85481,180,5,0,9291,0,1,0,0,0),(133527,27800,571,1,1,836,0,3583.08,-1165.42,89.026,4.45059,180,0,0,9291,0,0,0,0,0),(133528,27800,571,1,1,836,0,3582.02,-1145.41,89.026,2.72271,180,0,0,9291,0,0,0,0,0),(133530,27289,571,1,1,24500,0,3667.2,-1241.01,116.15,0.558505,180,0,0,7688,7500,0,0,0,0),(133531,27290,571,1,1,24998,-1,3592.94,-1171.23,115.214,6.081,180,5,0,8982,0,1,0,0,0),(133532,27290,571,1,1,24998,-1,3539.56,-1163.85,105.46,5.94038,180,5,0,8982,0,1,0,0,0),(133533,27290,571,1,1,24999,-1,3547.83,-1165.18,103.672,0.062541,180,5,0,8982,0,1,0,0,0),(133534,27290,571,1,1,24494,-1,3545.21,-1154.51,104.498,0.851281,180,5,0,8982,0,1,0,0,0),(133535,27290,571,1,1,24998,-1,3529.21,-1129.06,112.841,4.79066,180,5,0,8982,0,1,0,0,0),(133536,27290,571,1,1,24494,-1,3530.52,-1112.14,109.841,4.95016,180,5,0,8982,0,1,0,0,0),(133537,27290,571,1,1,24493,-1,3526.9,-1116.77,112.547,5.88381,180,5,0,8982,0,1,0,0,0),(133539,27290,571,1,1,24493,-1,3496.72,-1117.63,113.224,3.99058,180,5,0,8982,0,1,0,0,0),(133540,27290,571,1,1,24998,-1,3539.21,-1093.55,104.369,5.27306,180,5,0,8982,0,1,0,0,0),(133541,27290,571,1,1,24999,-1,3493.42,-1130.97,113.298,0.830198,180,5,0,8982,0,1,0,0,0),(133542,27290,571,1,1,24493,-1,3478.73,-1146.06,113.753,4.48779,180,5,0,8982,0,1,0,0,0),(133543,27290,571,1,1,24494,-1,3509.75,-1080.82,127.747,0.089738,180,5,0,8982,0,1,0,0,0),(133544,27290,571,1,1,24494,-1,3502.05,-1093.04,117.396,3.39133,180,5,0,8982,0,1,0,0,0),(133545,27290,571,1,1,24999,-1,3507.05,-1100.84,113.442,0.999576,180,5,0,8982,0,1,0,0,0),(133546,27290,571,1,1,24998,-1,3522.42,-1114.94,113.466,1.6468,180,5,0,8982,0,1,0,0,0),(133547,27290,571,1,1,24493,-1,3539.01,-1090.89,105.578,3.85932,180,5,0,8982,0,1,0,0,0),(133548,27290,571,1,1,24999,-1,3496.83,-1131.33,113.423,6.23846,180,5,0,8982,0,1,0,0,0),(133549,27290,571,1,1,24998,-1,3502.27,-1165.34,114.128,5.0377,180,5,0,8982,0,1,0,0,0),(133550,27290,571,1,1,24494,-1,3503.96,-1150.09,112.087,2.69105,180,5,0,8982,0,1,0,0,0),(133551,27290,571,1,1,24999,-1,3528.94,-1069.42,127.462,1.52126,180,5,0,8982,0,1,0,0,0),(133552,27290,571,1,1,24493,-1,3508.71,-1190.95,113.087,4.9466,180,5,0,8982,0,1,0,0,0),(133553,27290,571,1,1,24494,-1,3522.19,-1192.1,110.319,1.03105,180,5,0,8982,0,1,0,0,0),(133554,27290,571,1,1,24494,-1,3493.9,-1156.67,111.128,4.82468,180,5,0,8982,0,1,0,0,0),(133555,27290,571,1,1,24494,-1,3570.21,-1149.32,112.503,1.06465,180,0,0,8982,0,0,0,0,0),(133556,27290,571,1,1,24999,-1,3523.85,-1188.61,109.54,4.18716,180,5,0,8982,0,1,0,0,0),(133557,27290,571,1,1,24999,-1,3576.52,-1142.55,112.425,0.20944,180,0,0,8982,0,0,0,0,0),(133558,27290,571,1,1,24998,-1,3570.28,-1139.26,112.295,0.890118,180,0,0,8982,0,0,0,0,0),(133559,27290,571,1,1,24999,-1,3580.68,-1142.58,112.588,0.436332,180,0,0,8982,0,0,0,0,0),(133560,27290,571,1,1,24998,-1,3526.7,-1137.98,113.601,3.36026,180,5,0,8982,0,1,0,0,0),(133561,27290,571,1,1,24494,-1,3501.42,-1172.72,114.161,5.07574,180,5,0,8982,0,1,0,0,0),(133562,27290,571,1,1,24493,-1,3532.37,-1126.63,110.194,3.07178,180,0,0,8982,0,0,0,0,0),(133564,27290,571,1,1,24494,-1,3562.72,-1143.74,112.157,3.27953,180,5,0,8982,0,1,0,0,0),(133565,27290,571,1,1,24494,-1,3580.37,-1145.93,112.661,2.74259,180,5,0,8982,0,1,0,0,0),(133566,27290,571,1,1,24493,-1,3577.42,-1149.23,112.809,0.506145,180,0,0,8982,0,0,0,0,0),(133567,27290,571,1,1,24493,-1,3481.03,-1144.59,113.753,1.29205,180,5,0,8982,0,1,0,0,0),(133568,27290,571,1,1,24999,-1,3584.8,-1145.84,112.928,5.21853,180,0,0,8982,0,0,0,0,0),(133569,27290,571,1,1,24493,-1,3491.23,-1200.08,113.343,5.6333,180,5,0,8982,0,1,0,0,0),(133570,27290,571,1,1,24998,-1,3483.05,-1187.84,113.15,5.31821,180,5,0,8982,0,1,0,0,0),(133571,27290,571,1,1,24493,-1,3495.43,-1190.6,114.012,5.66864,180,5,0,8982,0,1,0,0,0),(133572,27290,571,1,1,24493,-1,3485.42,-1206.25,113.701,1.48091,180,5,0,8982,0,1,0,0,0),(133574,27290,571,1,1,24493,-1,3569.92,-1145.78,112.316,5.72468,180,0,0,8982,0,0,0,0,0),(133576,27290,571,1,1,24493,-1,3572.8,-1144.5,112.352,2.16421,180,0,0,8982,0,0,0,0,0),(133582,27290,571,1,1,24998,-1,3573.02,-1141.04,112.371,2.58309,180,0,0,8982,0,0,0,0,0),(133584,27290,571,1,1,24999,-1,3572.7,-1147.77,112.479,3.1765,180,0,0,8982,0,0,0,0,0),(133586,27290,571,1,1,24998,-1,3505.02,-1214.99,111.882,2.69443,180,5,0,8982,0,1,0,0,0),(133587,27290,571,1,1,24998,-1,3496.86,-1201.25,112.954,5.93858,180,5,0,8982,0,1,0,0,0),(133589,27290,571,1,1,24999,-1,3494.47,-1201.7,113.157,0.191472,180,5,0,8982,0,1,0,0,0),(133590,27290,571,1,1,24998,-1,3487.6,-1191.32,113.594,0.609697,180,5,0,8982,0,1,0,0,0),(133591,27290,571,1,1,24493,-1,3489.83,-1197.26,113.477,5.46289,180,5,0,8982,0,1,0,0,0),(133592,27290,571,1,1,24493,-1,3475.28,-1147.09,114.234,4.03216,180,5,0,8982,0,1,0,0,0),(133593,27290,571,1,1,24998,-1,3496.52,-1171.23,113.602,4.90438,180,0,0,8982,0,0,0,0,0),(133594,27290,571,1,1,24998,-1,3488,-1194.04,113.238,5.44528,180,5,0,8982,0,1,0,0,0),(133595,27290,571,1,1,24494,-1,3524.44,-1194.16,108.625,5.0091,180,0,0,8982,0,0,0,0,0),(133596,27290,571,1,1,24999,-1,3490.37,-1182.86,113.816,1.05522,180,5,0,8982,0,1,0,0,0),(133597,27290,571,1,1,24494,-1,3486.94,-1194.66,113.587,1.0944,180,5,0,8982,0,1,0,0,0),(133598,26780,571,1,1,24864,1,3676.8,-929.426,77.0993,1.53589,180,0,0,9610,3309,0,0,0,0),(133599,26780,571,1,1,24865,1,3684.79,-929.996,80.0165,1.50098,180,0,0,9610,3309,0,0,0,0),(133601,27038,571,1,1,24563,0,3632.62,-716.317,220.215,3.87463,180,0,0,9610,0,0,0,0,0),(133602,27039,571,1,1,24533,0,3654.41,-723.128,215.115,1.55334,180,0,0,8982,3155,0,0,0,0),(133603,27551,571,1,1,24699,0,3584.35,-768.745,155.516,1.66496,180,0,0,9291,0,0,0,0,0),(133604,27551,571,1,1,24699,0,3611.61,-792.073,164.3,0.611361,180,0,0,9291,0,0,0,0,0),(133605,27040,571,1,1,24561,0,3669.24,-711.861,213.725,6.23082,180,0,0,8982,3155,0,0,0,0),(133606,27552,571,1,1,10256,0,3589.61,-786.75,155.147,0.665058,180,5,0,9291,0,1,0,0,0),(133607,27552,571,1,1,1202,0,3578.61,-801.61,155.707,6.22528,180,5,0,9291,0,1,0,0,0),(133608,27552,571,1,1,2676,0,3589.21,-785.059,154.354,0.769048,180,5,0,9291,0,1,0,0,0),(133609,27552,571,1,1,1202,0,3606.34,-796.622,164.3,-2.78615,180,0,0,9291,0,0,0,0,0),(133610,27552,571,1,1,4631,0,3613.11,-757.683,166.197,2.10092,180,5,0,9291,0,1,0,0,0),(133611,27041,571,1,1,24559,0,3642.27,-712.398,225.839,2.93873,180,0,0,8982,0,0,0,0,0),(133612,27553,571,1,1,23866,1,4755.42,1338.8,168.728,1.15192,180,0,0,39760,0,0,0,0,0),(133613,27553,571,1,1,23865,1,4806.06,1307.1,168.935,-2.82742,180,0,0,39760,0,0,0,0,0),(133614,27553,571,1,1,23864,1,4815.18,1313.38,172.794,1.78024,180,0,0,39760,0,0,0,0,0),(133615,27553,571,1,1,23864,1,4800.19,1302.83,167.632,0.940947,180,0,0,39760,0,0,0,0,0),(133617,27042,571,1,1,24557,0,3647.95,-717.195,215.034,3.01298,180,0,0,8982,0,2,0,0,0),(133618,27043,571,1,1,24558,0,3637.82,-712.472,214.324,1.39626,180,0,0,8982,0,0,0,0,0),(133619,27044,571,1,1,24562,1,3621.72,-718.365,215.035,4.54273,180,0,0,9291,0,2,0,0,0),(133620,27045,571,1,1,24560,0,3677.91,-737.243,213.695,1.0472,180,0,0,9291,0,0,0,0,0),(133623,27560,571,1,1,24092,1,4750.09,1328.88,164.337,1.11701,180,0,0,29820,0,0,0,0,0),(133631,27823,571,1,1,370,0,3578.12,-1222.29,86.2034,2.45744,180,5,0,9610,0,1,0,0,0),(133632,27823,571,1,1,775,0,3596.6,-1250.53,86.1001,5.12519,180,5,0,9610,0,1,0,0,0),(133633,27823,571,1,1,775,0,3621.2,-1228.04,86.1757,1.97984,180,5,0,9610,0,1,0,0,0),(133634,27823,571,1,1,775,0,3653.71,-1138.28,89.2308,2.71263,180,5,0,9610,0,1,0,0,0),(133635,27823,571,1,1,775,0,3661.97,-1124.2,89.2308,1.72019,180,5,0,9610,0,1,0,0,0),(133636,27823,571,1,1,370,0,3624.9,-1209.01,89.1248,5.71283,180,5,0,9610,0,1,0,0,0),(133637,27823,571,1,1,370,0,3632.86,-1148.84,89.2308,3.57216,180,5,0,9610,0,1,0,0,0),(133638,27824,571,1,1,14704,0,3587.57,-1244.34,86.1705,0.543256,180,5,0,9610,3309,1,0,0,0),(133639,27824,571,1,1,14704,0,3616.33,-1239.52,86.1976,0.852959,180,5,0,9610,3309,1,0,0,0),(133640,27824,571,1,1,14704,0,3587.04,-1208.39,86.1814,0.065397,180,5,0,9610,3309,1,0,0,0),(133641,27824,571,1,1,14704,0,3650.93,-1120.97,89.2308,6.04982,180,5,0,9610,3309,1,0,0,0),(133642,27824,571,1,1,14704,0,3599.99,-1203.65,89.1248,0.379898,180,5,0,9610,3309,1,0,0,0),(133643,27824,571,1,1,14704,0,3604.86,-1232.18,89.1105,2.20386,180,5,0,9610,3309,1,0,0,0),(133644,27824,571,1,1,14704,0,3612.21,-1212.99,89.1248,3.1172,180,5,0,9610,3309,1,0,0,0),(133645,27824,571,1,1,14704,0,3646.85,-1146.29,89.2308,4.30887,180,5,0,9610,3309,1,0,0,0),(133647,27826,571,1,1,23181,0,3668.02,-1103.13,92.2722,4.20624,180,0,0,9940,10161,0,0,0,0),(133648,27571,571,1,1,24971,1,4810.89,1306.2,171.38,2.07138,180,0,0,53175,17805,0,0,0,0),(133653,27318,571,1,1,24536,0,3585.29,-806.83,179.192,5.37561,180,0,0,9940,0,0,0,0,0),(133654,27576,571,1,1,24546,1,4527.94,1381.33,193.643,3.12414,180,0,0,30846,3466,0,0,0,0),(133655,27576,571,1,1,24363,1,4648.87,1343.24,176.282,5.48033,180,0,0,30846,3466,0,0,0,0),(133656,27576,571,1,1,24547,1,4522.44,1239.67,139.234,3.75246,180,0,0,30846,3466,0,0,0,0),(133657,27576,571,1,1,24363,1,4671.79,1452.82,171.371,5.8294,180,0,0,30846,3466,0,0,0,0),(133658,27576,571,1,1,24546,1,4703.07,1454.09,175.904,0.15708,180,0,0,30846,3466,0,0,0,0),(133659,27576,571,1,1,24548,1,4691.03,1439.68,175.969,6.28229,180,0,0,30846,3466,0,0,0,0),(133660,27576,571,1,1,24363,1,4734.95,1362.06,173.424,5.7219,180,5,0,30846,3466,1,0,0,0),(133665,27835,571,1,1,14706,0,3533.9,-990.815,74.3531,5.44368,180,5,0,9610,0,1,0,0,0),(133666,27835,571,1,1,14706,0,3563.16,-1010.94,75.0347,3.16678,180,5,0,9610,0,1,0,0,0),(133667,27835,571,1,1,14706,0,3536.64,-919.02,75.7204,2.82344,180,5,0,9610,0,1,0,0,0),(133668,27835,571,1,1,14706,0,3557.58,-889.629,76.0418,2.00087,180,5,0,9610,0,1,0,0,0),(133669,27835,571,1,1,14706,0,3582.36,-890.789,76.1405,2.27393,180,5,0,9610,0,1,0,0,0),(133670,27835,571,1,1,14706,0,3565.61,-1045.59,76.0566,5.26032,180,5,0,9610,0,1,0,0,0),(133671,27835,571,1,1,14706,0,3576.11,-1036.24,74.1059,4.33291,180,5,0,9610,0,1,0,0,0),(133672,27835,571,1,1,14706,0,3545.82,-1041.89,76.0566,6.19997,180,5,0,9610,0,1,0,0,0),(133673,27835,571,1,1,14706,0,3545.83,-1022.12,76.0566,2.52654,180,5,0,9610,0,1,0,0,0),(133674,27835,571,1,1,14706,0,3550.23,-1009.64,76.0566,4.24251,180,5,0,9610,0,1,0,0,0),(133675,27835,571,1,1,14706,0,3526.61,-1005.21,74.0882,1.26506,180,5,0,9610,0,1,0,0,0),(133676,27835,571,1,1,14706,0,3552.16,-997.335,76.0566,4.13493,180,5,0,9610,0,1,0,0,0),(133677,27835,571,1,1,14706,0,3536.23,-970.193,76.0566,2.9445,180,5,0,9610,0,1,0,0,0),(133678,27835,571,1,1,14706,0,3564.27,-977.338,76.0566,2.06192,180,5,0,9610,0,1,0,0,0),(133679,27835,571,1,1,14706,0,3570.16,-937.194,74.7436,1.76608,180,5,0,9610,0,1,0,0,0),(133680,27835,571,1,1,14706,0,3604.44,-949.582,76.0418,4.30408,180,5,0,9610,0,1,0,0,0),(133681,27835,571,1,1,14706,0,3561.62,-944.359,75.7002,6.27346,180,5,0,9610,0,1,0,0,0),(133682,27835,571,1,1,14706,0,3577.56,-984.251,74.0882,1.95814,180,5,0,9610,0,1,0,0,0),(133683,27835,571,1,1,14706,0,3567.54,-918.806,73.3038,4.03185,180,5,0,9610,0,1,0,0,0),(133684,27835,571,1,1,14706,0,3590.41,-917.733,73.3038,2.86175,180,5,0,9610,0,1,0,0,0),(133685,27835,571,1,1,14706,0,3619.33,-927.94,74.9521,1.04287,180,5,0,9610,0,1,0,0,0),(133686,27835,571,1,1,14706,0,3620.13,-897.255,75.546,3.34894,180,5,0,9610,0,1,0,0,0),(133687,27835,571,1,1,14706,0,3608.61,-907.906,74.2298,3.25392,180,5,0,9610,0,1,0,0,0),(133688,27836,571,1,1,14593,0,3536.03,-926.124,75.7357,4.65929,180,5,0,9610,0,1,0,0,0),(133689,27836,571,1,1,14593,0,3590.34,-898.191,75.3131,2.60389,180,5,0,9610,0,1,0,0,0),(133690,27836,571,1,1,14593,0,3538.44,-971.472,76.0566,1.46791,180,5,0,9610,0,1,0,0,0),(133691,27836,571,1,1,3942,0,3559.17,-1013.65,76.0566,0.710075,180,5,0,9610,0,1,0,0,0),(133692,27836,571,1,1,14593,0,3624.51,-917.156,75.5629,1.55587,180,5,0,9610,0,1,0,0,0),(133693,27836,571,1,1,14593,0,3568.32,-992.097,76.0566,1.48123,180,5,0,9610,0,1,0,0,0),(133694,27851,571,1,1,17200,0,3678.75,-875.417,77.4239,6.05629,180,0,0,8982,0,0,0,0,0),(133695,27851,571,1,1,17200,0,3683.05,-875.656,75.0402,4.64258,180,0,0,8982,0,0,0,0,0),(133696,27851,571,1,1,17200,0,3687.88,-876.002,80.6764,3.00197,180,0,0,8982,0,0,0,0,0),(133697,27851,571,1,1,17200,0,3682.19,-912.906,77.7913,0.471239,180,0,0,8982,0,0,0,0,0),(133698,27851,571,1,1,17200,0,3678.57,-875.432,78.9648,6.21337,180,0,0,8982,0,0,0,0,0),(133699,27851,571,1,1,17200,0,3687.86,-876.005,82.2079,2.98451,180,0,0,8982,0,0,0,0,0),(133700,27851,571,1,1,17200,0,3678.5,-875.451,80.6582,6.21337,180,0,0,8982,0,0,0,0,0),(133701,27851,571,1,1,17200,0,3687.83,-876.01,78.9778,3.03687,180,0,0,8982,0,0,0,0,0),(133702,27851,571,1,1,17200,0,3687.61,-876.038,77.4289,3.00197,180,0,0,8982,0,0,0,0,0),(133703,27851,571,1,1,17200,0,3678.5,-875.418,82.207,6.16101,180,0,0,8982,0,0,0,0,0),(133704,27857,571,1,1,24878,1,3680.84,-925.339,76.8158,1.53589,180,0,0,49700,0,0,0,0,0),(133705,27603,571,1,1,23181,1,4910.1,1499.16,216.614,5.16617,180,0,0,11060,7981,0,0,0,0),(133706,27603,571,1,1,23181,1,4883.51,1541.04,219.813,3.31613,180,0,0,11060,7981,0,0,0,0),(133707,27603,571,1,1,23181,1,4852.53,1411.94,193.034,5.58505,180,0,0,11060,7981,0,0,0,0),(133708,27603,571,1,1,23181,1,4796.63,1471.62,193.034,2.11185,180,0,0,11060,7981,0,0,0,0),(133709,27604,571,1,1,11402,0,4843.74,1403,193.061,4.10889,180,5,0,929,0,1,0,0,0),(133710,27604,571,1,1,11402,0,4869.82,1449.49,209.601,4.76179,180,5,0,929,0,1,0,0,0),(133711,27604,571,1,1,11402,0,4838.57,1538.36,217.392,3.78705,180,0,0,929,0,0,0,0,0),(133712,27604,571,1,1,11402,0,4877.16,1394.28,196.762,2.86249,180,5,0,929,0,1,0,0,0),(133713,27604,571,1,1,11402,0,4788.02,1503.13,197.159,2.11185,180,0,0,929,0,0,0,0,0),(133714,27604,571,1,1,11402,0,4917.21,1492.71,219.529,5.16617,180,0,0,929,0,0,0,0,0),(133715,27604,571,1,1,11402,0,4881.5,1390.72,197.508,5.58505,180,0,0,929,0,0,0,0,0),(133716,27604,571,1,1,11402,0,4867.05,1552.66,224.275,3.31613,180,0,0,929,0,0,0,0,0),(133717,27604,571,1,1,11402,0,4927.16,1480.77,222.779,5.16617,180,0,0,929,0,0,0,0,0),(133718,27605,571,1,1,24711,0,4731.58,1370.1,173.104,4.91158,180,0,0,825075,7286,0,0,0,0),(133719,27605,571,1,1,24711,0,4840.5,1505.28,209.698,4.39823,180,0,0,825075,7286,0,0,0,0),(133720,27607,571,1,1,24712,0,3754.12,-1063.62,120.692,0.122173,180,0,0,8982,0,0,0,0,0),(133721,27607,571,1,1,24712,0,3770.69,-1009.68,121.37,0.314159,180,0,0,8982,0,0,0,0,0),(133722,27607,571,1,1,24712,0,3709.13,-1073.33,120.606,4.03171,180,0,0,8982,0,0,0,0,0),(133723,27607,571,1,1,24712,0,3655.59,-1047.11,131.317,1.97222,180,0,0,8982,0,0,0,0,0),(133724,27607,571,1,1,24712,0,3630.98,-1146.93,117.251,3.10669,180,0,0,8982,0,0,0,0,0),(133725,27607,571,1,1,24712,0,3824.82,-1061.68,120.193,0.15708,180,0,0,8982,0,0,0,0,0),(133726,27607,571,1,1,24712,0,3774.74,-1133.55,122.157,6.07375,180,0,0,8982,0,0,0,0,0),(133727,27607,571,1,1,24712,0,3606.54,-1235.44,115.463,2.19912,180,0,0,8982,0,0,0,0,0),(133728,27607,571,1,1,24712,0,3770.24,-1278.96,133.073,1.27409,180,0,0,8982,0,0,0,0,0),(133731,27607,571,1,1,24712,0,3717.54,-1272.8,118.683,5.42797,180,0,0,8982,0,0,0,0,0),(133732,27607,571,1,1,24712,0,3687.02,-1256.81,113.99,2.35619,180,0,0,8982,0,0,0,0,0),(133733,27607,571,1,1,24712,0,3739.46,-1217.16,124.379,5.51524,180,0,0,8982,0,0,0,0,0),(133734,27607,571,1,1,24712,0,3739.36,-1174.37,122.01,5.23599,180,0,0,8982,0,0,0,0,0),(133735,27607,571,1,1,24712,0,3644.54,-1097.14,121.215,3.05433,180,0,0,8982,0,0,0,0,0),(133736,27611,571,1,1,22181,0,4722.37,1372.5,169.521,3.12616,180,5,0,53175,0,1,0,0,0),(133737,27611,571,1,1,22181,0,4703.43,1433.57,175.348,-2.9117,180,0,0,53175,0,0,0,0,0),(133738,27611,571,1,1,22181,0,4796.21,1419.32,193.053,3.52211,180,5,0,53175,0,1,0,0,0),(133739,27611,571,1,1,22181,0,4835.6,1522.18,212.928,4.946,180,5,0,53175,0,1,0,0,0),(133741,27359,571,1,1,24612,1,3694.48,-884.995,164.302,4.81711,180,0,0,3052,0,0,0,0,0),(133743,27359,571,1,1,24611,1,3654.18,-840.462,166.035,3.87463,180,0,0,3052,0,0,0,0,0),(133744,27359,571,1,1,24613,1,3703.6,-896.42,176.005,5.32325,180,0,0,3052,0,0,0,0,0),(133745,27359,571,1,1,24611,1,3661.14,-905.319,162.722,1.46608,180,0,0,3052,0,0,0,0,0),(133746,27359,571,1,1,24613,1,3626.68,-897.621,164.157,0.506145,180,0,0,3052,0,0,0,0,0),(133747,27359,571,1,1,24611,1,3620.7,-880.379,165.004,5.21853,180,0,0,3052,0,0,0,0,0),(133749,27359,571,1,1,24613,1,3688.37,-830.516,165.877,4.2586,180,0,0,3052,0,0,0,0,0),(133754,27359,571,1,1,24612,1,3720.28,-904.316,164.768,1.36136,180,0,0,3052,0,0,0,0,0),(133755,27359,571,1,1,24610,1,3685.37,-904.92,165.562,0.244346,180,0,0,3052,0,0,0,0,0),(133756,27359,571,1,1,24612,1,3707.17,-901.363,164.081,2.28638,180,0,0,3052,0,0,0,0,0),(133757,27359,571,1,1,24613,1,3690.43,-891.653,176.512,4.50295,180,0,0,3052,0,0,0,0,0),(133758,27359,571,1,1,24613,1,3686.88,-904.526,176.737,0.349066,180,0,0,3052,0,0,0,0,0),(133759,27872,571,1,1,24879,1,4699.7,1506.85,261.055,5.5676,180,0,0,630000,79880,0,0,0,0),(133760,27361,571,1,1,24587,0,3684.52,-738.528,213.524,4.2237,180,0,0,6986,0,0,0,0,0),(133761,27361,571,1,1,24587,0,3680.92,-741.391,213.806,1.0472,180,0,0,6986,0,0,0,0,0),(133762,27361,571,1,1,24587,0,3680.62,-736.698,213.566,4.15388,180,0,0,6986,0,0,0,0,0),(133763,27361,571,1,1,24588,0,3691.5,-738.822,213.299,5.35816,180,0,0,6986,0,2,0,0,0),(133765,27370,571,1,1,25286,0,3694.83,-888.529,164.33,1.53589,180,0,0,9291,0,0,0,0,0),(133767,27370,571,1,1,24579,0,3651.62,-842.59,166.056,0.715585,180,0,0,9291,0,0,0,0,0),(133768,27370,571,1,1,25286,0,3705.85,-900.01,175.968,1.98968,180,0,0,9291,0,0,0,0,0),(133769,27370,571,1,1,25286,0,3661.67,-901.09,162.65,4.4855,180,0,0,9291,0,0,0,0,0),(133770,27370,571,1,1,25286,0,3654.17,-887.5,162.814,5.47566,180,5,0,9291,0,1,0,0,0),(133771,27370,571,1,1,24579,0,3629.79,-896.189,164.202,3.42085,180,0,0,9291,0,0,0,0,0),(133772,27370,571,1,1,25286,0,3622.18,-882.956,164.152,2.05949,180,0,0,9291,0,0,0,0,0),(133773,27370,571,1,1,25286,0,3590.76,-881.374,163.336,4.37304,180,5,0,9291,0,1,0,0,0),(133774,27370,571,1,1,25286,0,3676.91,-919.97,162.786,3.54652,180,5,0,9291,0,1,0,0,0),(133775,27370,571,1,1,25286,0,3654.06,-912.606,162.802,4.86574,180,5,0,9291,0,1,0,0,0),(133777,27370,571,1,1,24579,0,3668.98,-845.706,165.135,0.247464,180,5,0,9291,0,1,0,0,0),(133783,27370,571,1,1,24579,0,3703.69,-823.567,166.092,4.55815,180,5,0,9291,0,1,0,0,0),(133784,27370,571,1,1,25286,0,3624.55,-823.441,164.412,6.1075,180,5,0,9291,0,1,0,0,0),(133785,27370,571,1,1,25286,0,3634.48,-866.413,162.939,2.58621,180,0,0,9291,0,0,0,0,0),(133786,27370,571,1,1,24579,0,3721.13,-901.578,164.905,4.39823,180,0,0,9291,0,0,0,0,0),(133787,27370,571,1,1,25286,0,3765.68,-891.364,162.837,0.534523,180,5,0,9291,0,1,0,0,0),(133788,27370,571,1,1,24579,0,3615.91,-854.006,163.928,2.12277,180,5,0,9291,0,1,0,0,0),(133789,27370,571,1,1,24579,0,3579.26,-861.721,171.233,4.30742,180,5,0,9291,0,1,0,0,0),(133790,27370,571,1,1,24579,0,3713.8,-910.995,163.974,1.41127,180,5,0,9291,0,1,0,0,0),(133791,27370,571,1,1,24579,0,3747.24,-917.994,155.022,2.79539,180,5,0,9291,0,1,0,0,0),(133792,27370,571,1,1,24579,0,3778.36,-902.044,162.706,1.29263,180,5,0,9291,0,1,0,0,0),(133793,27370,571,1,1,24579,0,3688.07,-904.019,164.286,3.56047,180,0,0,9291,0,0,0,0,0),(133794,27370,571,1,1,25286,0,3705.07,-899.259,164.115,5.60251,180,0,0,9291,0,0,0,0,0),(133795,27370,571,1,1,25286,0,3689.39,-894.914,176.508,1.43117,180,0,0,9291,0,0,0,0,0),(133796,27370,571,1,1,25286,0,3689.54,-903.761,176.117,3.49066,180,0,0,9291,0,0,0,0,0),(133797,27370,571,1,1,24579,0,3737.59,-886.74,162.618,0.759156,180,5,0,9291,0,1,0,0,0),(133798,27370,571,1,1,24579,0,3728.03,-885.292,163.297,4.97727,180,5,0,9291,0,1,0,0,0),(133799,27370,571,1,1,24579,0,3758.49,-946.247,142.501,1.8243,180,5,0,9291,0,1,0,0,0),(133800,27370,571,1,1,25286,0,3718.14,-853.576,163.391,3.43894,180,0,0,9291,0,0,0,0,0),(133802,27375,571,1,1,17200,0,3646.9,-926.185,167.038,3.59538,180,0,0,8982,0,0,0,0,0),(133803,27375,571,1,1,17200,0,3729.92,-919.744,178.298,4.41568,180,0,0,8982,0,0,0,0,0),(133804,27375,571,1,1,17200,0,3688.27,-930.706,164.926,3.08923,180,0,0,8982,0,0,0,0,0),(133805,27375,571,1,1,17200,0,3733.04,-901.016,161.125,5.53269,180,0,0,8982,0,0,0,0,0),(133808,27375,571,1,1,17200,0,3730,-931.056,179.319,1.69297,180,0,0,8982,0,0,0,0,0),(133809,27375,571,1,1,17200,0,3618.05,-895.574,184.83,0.122173,180,0,0,8982,0,0,0,0,0),(133811,27375,571,1,1,17200,0,3691.57,-925.106,169.819,2.37365,180,0,0,8982,0,0,0,0,0),(133812,27375,571,1,1,17200,0,3665.2,-932.741,147.376,2.44346,180,0,0,8982,0,0,0,0,0),(133813,27375,571,1,1,17200,0,3635.51,-888.914,172.982,0.017453,180,0,0,8982,0,0,0,0,0),(133814,27375,571,1,1,17200,0,3716.95,-927.542,171.335,2.21657,180,0,0,8982,0,0,0,0,0),(133815,27375,571,1,1,17200,0,3688.46,-934.249,151.177,3.29867,180,0,0,8982,0,0,0,0,0),(133816,27375,571,1,1,17200,0,3716.36,-929.127,159.594,0.122173,180,0,0,8982,0,0,0,0,0),(133820,27375,571,1,1,17200,0,3780.62,-923.174,176.182,4.72984,180,0,0,8982,0,0,0,0,0),(133822,27375,571,1,1,17200,0,3669.45,-929.39,162.796,5.3058,180,0,0,8982,0,0,0,0,0),(133823,27375,571,1,1,17200,0,3634.47,-923.993,163.762,5.5676,180,0,0,8982,0,0,0,0,0),(133824,27375,571,1,1,17200,0,3654.89,-920.997,170.413,4.38078,180,0,0,8982,0,0,0,0,0),(133826,27375,571,1,1,17200,0,3706.87,-900.005,187.937,6.05629,180,0,0,8982,0,0,0,0,0),(133828,27375,571,1,1,17200,0,3581.72,-906.132,159.17,0.069813,180,0,0,8982,0,0,0,0,0),(133830,27375,571,1,1,17200,0,3623.24,-881.819,184.815,4.92183,180,0,0,8982,0,0,0,0,0),(133831,27375,571,1,1,17200,0,3684.51,-930.309,172.78,3.49066,180,0,0,8982,0,0,0,0,0),(133834,27375,571,1,1,17200,0,3684.77,-926.209,169.819,4.17134,180,0,0,8982,0,0,0,0,0),(133835,27375,571,1,1,17200,0,3778.97,-924.088,164.279,3.35103,180,0,0,8982,0,0,0,0,0),(133837,27375,571,1,1,17200,0,3651.31,-929.355,154.59,5.51524,180,0,0,8982,0,0,0,0,0),(133838,27375,571,1,1,17200,0,3733.88,-930.377,167.549,0.959931,180,0,0,8982,0,0,0,0,0),(133841,27375,571,1,1,17200,0,3649.03,-926.149,172.958,1.44862,180,0,0,8982,0,0,0,0,0),(133843,27375,571,1,1,17200,0,3709.28,-864.799,162.757,1.13446,180,0,0,8982,0,0,0,0,0),(133847,27375,571,1,1,17200,0,3598.67,-886.089,160.828,4.46804,180,0,0,8982,0,0,0,0,0),(133848,27375,571,1,1,17200,0,3736.22,-922.949,168.691,0.017453,180,0,0,8982,0,0,0,0,0),(133849,27375,571,1,1,17200,0,3727.08,-931.335,166.157,1.43117,180,0,0,8982,0,0,0,0,0),(133850,27375,571,1,1,17200,0,3631.51,-895.147,182.166,0.733038,180,0,0,8982,0,0,0,0,0),(133851,27375,571,1,1,17200,0,3640.92,-918.284,170.413,3.33358,180,0,0,8982,0,0,0,0,0),(133853,27375,571,1,1,17200,0,3685,-847.694,174.172,2.63545,180,0,0,8982,0,0,0,0,0),(133854,27375,571,1,1,17200,0,3768.6,-920.062,183.644,0.820305,180,0,0,8982,0,0,0,0,0),(133855,27375,571,1,1,17200,0,3687.23,-842.809,202.692,5.28835,180,0,0,8982,0,0,0,0,0),(133856,27375,571,1,1,17200,0,3713.07,-928.609,169.355,0.698132,180,0,0,8982,0,0,0,0,0),(133859,27375,571,1,1,17200,0,3663.37,-924.635,169.819,0.244346,180,0,0,8982,0,0,0,0,0),(133861,27375,571,1,1,17200,0,3672.53,-868.467,161.339,1.90241,180,0,0,8982,0,0,0,0,0),(133862,27375,571,1,1,17200,0,3771.4,-925.354,164.476,3.7001,180,0,0,8982,0,0,0,0,0),(133864,27375,571,1,1,17200,0,3769.43,-922.938,171.882,3.42085,180,0,0,8982,0,0,0,0,0),(133865,27375,571,1,1,17200,0,3688.72,-897.086,191.722,3.83972,180,0,0,8982,0,0,0,0,0),(133866,27375,571,1,1,17200,0,3768.07,-912.913,177.509,4.72984,180,0,0,8982,0,0,0,0,0),(133869,27375,571,1,1,17200,0,3699.49,-930.395,163.921,0.226893,180,0,0,8982,0,0,0,0,0),(133870,27375,571,1,1,17200,0,3630.09,-922.602,171.461,5.09636,180,0,0,8982,0,0,0,0,0),(133871,27375,571,1,1,17200,0,3628.84,-900.669,182.606,3.07178,180,0,0,8982,0,0,0,0,0),(133872,27631,571,1,1,571,0,4737.45,1355.62,170.779,0.61077,180,0,0,44004,0,0,0,0,0),(133873,27631,571,1,1,571,0,4725.34,1372.12,171.146,2.18762,180,5,0,44004,0,1,0,0,0),(133874,27631,571,1,1,571,0,4802.44,1305.92,167.887,-1.66759,180,0,0,44004,0,0,0,0,0),(133875,27631,571,1,1,571,0,4726.21,1371.35,171.146,1.93353,180,5,0,44004,0,1,0,0,0),(133876,27631,571,1,1,571,0,4741.89,1360.62,173.511,-2.03478,180,0,0,44004,0,0,0,0,0),(133877,27631,571,1,1,571,0,4726.4,1367.33,170.521,4.54743,180,5,0,44004,0,1,0,0,0),(133878,27631,571,1,1,571,0,4706.5,1448.76,175.544,2.14305,180,0,0,44004,0,0,0,0,0),(133879,27631,571,1,1,571,0,4726.86,1369.12,170.396,4.9759,180,5,0,44004,0,1,0,0,0),(133880,27631,571,1,1,571,0,4763.02,1502.44,195.663,3.92516,180,0,0,44004,0,0,0,0,0),(133881,27631,571,1,1,571,0,4711.95,1436.82,174.93,2.89195,180,5,0,44004,0,1,0,0,0),(133882,27631,571,1,1,571,0,4808.88,1309.87,169.935,-2.3637,180,0,0,44004,0,0,0,0,0),(133884,27631,571,1,1,571,0,4793.12,1463.46,193.013,5.18835,180,5,0,44004,0,1,0,0,0),(133885,27631,571,1,1,571,0,4707.22,1447.29,175.481,2.09184,180,0,0,44004,0,0,0,0,0),(133886,27631,571,1,1,571,0,4738.54,1363.95,174.478,4.71239,180,5,0,44004,0,1,0,0,0),(133887,27631,571,1,1,571,0,4759.07,1362.37,177.443,3.28658,180,5,0,44004,0,1,0,0,0),(133888,27631,571,1,1,571,0,4737.96,1353.93,169.991,-3.07854,180,0,0,44004,0,0,0,0,0),(133889,27631,571,1,1,571,0,4768.89,1511.54,200.113,3.7001,180,0,0,44004,0,0,0,0,0),(133890,27631,571,1,1,571,0,4788.04,1480.71,193.042,3.97935,180,0,0,44004,0,0,0,0,0),(133891,27631,571,1,1,571,0,4780.49,1495.71,194.965,4.39823,180,0,0,44004,0,0,0,0,0),(133892,27631,571,1,1,571,0,4911.56,1425.92,210.213,3.9968,180,0,0,44004,0,0,0,0,0),(133894,23033,571,1,1,0,0,3805.75,-687.139,224.157,2.33263,180,0,0,42,0,2,0,0,0),(133899,23033,571,1,1,0,0,3816.47,-672.721,224.001,3.43115,180,0,0,42,0,2,0,0,0),(133900,23033,571,1,1,0,0,3794.61,-693.51,224.754,3.12554,180,0,0,42,0,2,0,0,0),(133901,26877,571,1,3,22041,0,4606.09,1410.71,194.831,3.66519,180,0,0,10635,3561,0,0,0,0),(133903,23547,571,1,1,0,0,593.145,-5088.97,5.63663,4.47322,300,0,0,7984,0,2,0,0,0),(133904,23029,530,1,1,0,0,-3759.1,3689.65,278.67,3.10542,180,0,0,28724,0,0,0,0,0),(133905,23029,530,1,1,0,0,-4103.31,3469.93,288.618,4.47272,180,0,0,28724,0,0,0,0,0),(133906,23029,530,1,1,0,0,-3995.91,3215.37,297.496,4.79473,180,0,0,28724,0,0,0,0,0),(133907,22307,530,1,1,0,0,-3664.21,3444.95,276.169,0.54048,180,0,0,5914,0,0,0,0,0),(134006,100,0,1,1,0,1,-9930.88,573.464,37.0119,2.35969,7200,10,0,247,0,1,0,0,0),(134007,61,0,1,1,0,1,-9326.41,543.283,75.0137,4.24072,7200,0,0,222,0,0,0,0,0),(134008,61,0,1,1,0,1,-9282.06,520.888,85.7024,4.49441,7200,0,0,222,0,0,0,0,0),(134009,61,0,1,1,0,1,-9261.58,465.959,83.0718,3.914,7200,0,0,222,0,0,0,0,0),(134010,61,0,1,1,0,1,-9859.07,-217.846,36.3363,3.8606,7200,0,0,222,0,0,0,0,0),(134011,61,0,1,1,0,1,-9862.97,-232.651,35.444,0.579991,7200,0,0,222,0,0,0,0,0),(134012,61,0,1,1,0,1,-9778.61,-1586.34,41.3725,4.474,7200,0,0,222,0,0,0,0,0),(134013,61,0,1,1,0,1,-9774.55,-1563.96,41.8608,4.03496,7200,0,0,222,0,0,0,0,0),(134014,2773,0,1,1,11568,0,-1727.18,-1535.98,55.7868,1.27492,5,5,0,1524,0,1,0,0,0),(134015,2773,0,1,1,11568,0,-1703.26,-1612.37,60.4177,5.39307,5,5,0,1524,0,1,0,0,0),(134016,2773,0,1,1,11568,0,-1772.63,-1569.9,53.2586,5.44543,5,5,0,1524,0,1,0,0,0),(134017,2773,0,1,1,11568,0,-1716.47,-1537.36,55.9381,2.68781,5,5,0,1524,0,1,0,0,0),(134018,2773,0,1,1,11568,0,-1781.62,-1563.45,53.3043,5.13127,5,5,0,1524,0,1,0,0,0),(134019,2773,0,1,1,11568,0,-1696.44,-1614.94,60.3716,3.80482,5,5,0,1524,0,1,0,0,0),(134020,572,0,1,1,0,0,-10082.3,1549,40.8503,3.59826,72000,5,0,404,456,1,0,0,0),(134021,572,0,1,1,0,0,-10103.1,1541.36,42.5909,3.731,72000,5,0,404,456,1,0,0,0),(134022,572,0,1,1,0,0,-10956.3,751.845,43.5525,1.13134,72000,5,0,404,456,1,0,0,0),(134023,572,0,1,1,0,0,-10984.9,744.087,46.2746,1.49104,72000,5,0,404,456,1,0,0,0),(134024,462,0,1,1,0,0,-10812.2,1594.89,40.5767,3.77027,93600,10,0,787,0,1,0,0,0),(134025,462,0,1,1,0,0,-10858.9,1729.85,34.0217,5.03084,93600,10,0,787,0,1,0,0,0),(134026,462,0,1,1,0,0,-10746.1,1402.35,31.2243,5.6843,93600,10,0,787,0,1,0,0,0),(134027,462,0,1,1,0,0,-10801.9,1418.7,33.4624,1.94188,93600,10,0,787,0,1,0,0,0),(134028,462,0,1,1,0,0,-10477.4,1471.47,48.6513,5.2162,93600,10,0,787,0,1,0,0,0),(134029,462,0,1,1,0,0,-10425.4,1426.25,44.2233,2.22619,93600,10,0,787,0,1,0,0,0),(134030,462,0,1,1,0,0,-10431.2,1378.46,65.494,0.722943,93600,10,0,787,0,1,0,0,0),(134031,462,0,1,1,0,0,-9955.56,1228.82,42.7644,3.27077,93600,10,0,787,0,1,0,0,0),(134032,462,0,1,1,0,0,-9941.29,1098.53,35.6962,2.56156,93600,10,0,787,0,1,0,0,0),(134033,462,0,1,1,0,0,-10730.7,802.78,37.7118,3.13019,93600,10,0,787,0,1,0,0,0),(134034,462,0,1,1,0,0,-10757.4,779.167,35.7259,4.05696,93600,10,0,787,0,1,0,0,0),(134035,462,0,1,1,0,0,-10770.2,723.453,37.2173,1.87277,93600,10,0,787,0,1,0,0,0),(134036,462,0,1,1,0,0,-11161.7,845.012,39.2314,0.226577,93600,10,0,787,0,1,0,0,0),(134037,462,0,1,1,0,0,-11124.4,863.032,40.5566,0.620062,93600,10,0,787,0,1,0,0,0),(134038,462,0,1,1,0,0,-11131.2,826.004,35.7787,5.17773,93600,10,0,787,0,1,0,0,0),(134039,573,0,1,1,548,0,-10995.5,1218.46,43.4924,5.43141,7200,5,0,484,0,1,0,0,0),(134040,573,0,1,1,548,0,-11016,1248.56,42.0771,0.19045,7200,5,0,484,0,1,0,0,0),(134041,573,0,1,1,548,0,-10965.9,1263.42,42.7962,5.68588,7200,5,0,484,0,1,0,0,0),(134042,573,0,1,1,548,0,-11008.3,1348.14,39.3806,6.01339,7200,5,0,484,0,1,0,0,0),(134043,573,0,1,1,548,0,-10964.3,1361.65,47.3173,0.978993,7200,5,0,484,0,1,0,0,0),(134044,573,0,1,1,548,0,-10941,1392.83,41.9896,5.16831,7200,5,0,484,0,1,0,0,0),(134045,573,0,1,1,548,0,-10875.5,1399.31,43.7585,2.50031,7200,5,0,484,0,1,0,0,0),(134046,573,0,1,1,548,0,-10871.5,1128.65,43.2576,1.47145,7200,5,0,484,0,1,0,0,0),(134047,573,0,1,1,548,0,-10922.3,1240.11,37.6222,5.94194,7200,5,0,484,0,1,0,0,0),(134048,573,0,1,1,548,0,-10556.3,1595.23,46.883,0.00118548,7200,5,0,484,0,1,0,0,0),(134049,573,0,1,1,548,0,-10611.7,1613.68,43.7162,1.63167,7200,5,0,484,0,1,0,0,0),(134050,573,0,1,1,548,0,-10666.8,1672.88,42.2522,6.24039,7200,5,0,484,0,1,0,0,0),(134051,573,0,1,1,548,0,-10613.4,1690.31,41.0121,0.315345,7200,5,0,484,0,1,0,0,0),(134052,573,0,1,1,548,0,-10598,1755.61,40.6152,4.87066,7200,5,0,484,0,1,0,0,0),(134053,573,0,1,1,548,0,-10552.7,1685.72,41.8626,5.72124,7200,5,0,484,0,1,0,0,0),(134054,573,0,1,1,548,0,-10634,1853.29,32.3197,4.74499,7200,5,0,484,0,1,0,0,0),(134055,573,0,1,1,548,0,-10596.9,1815.21,31.9329,3.15221,7200,5,0,484,0,1,0,0,0),(134056,573,0,1,1,548,0,-10462.2,1460.38,47.3673,5.91681,7200,5,0,484,0,1,0,0,0),(134057,573,0,1,1,548,0,-10308.2,1452.94,39.3629,6.11394,7200,5,0,484,0,1,0,0,0),(134058,573,0,1,1,548,0,-10256.5,1479.52,40.3133,0.46379,7200,5,0,484,0,1,0,0,0),(134059,573,0,1,1,548,0,-10228.1,1526.83,39.6196,4.70965,7200,5,0,484,0,1,0,0,0),(134060,573,0,1,1,548,0,-10162.1,1452.05,40.7157,4.29339,7200,5,0,484,0,1,0,0,0),(134061,573,0,1,1,548,0,-10178.3,1394.63,38.7316,4.39078,7200,5,0,484,0,1,0,0,0),(134062,573,0,1,1,548,0,-10229.1,1373.68,39.3823,1.023,7200,5,0,484,0,1,0,0,0),(134063,573,0,1,1,548,0,-10102.3,1316.15,42.4793,6.16971,7200,5,0,484,0,1,0,0,0),(134064,573,0,1,1,548,0,-10040,1293.22,43.1366,2.61971,7200,5,0,484,0,1,0,0,0),(134065,573,0,1,1,548,0,-10021,1250.69,43.1968,4.13082,7200,5,0,484,0,1,0,0,0),(134066,573,0,1,1,548,0,-9993.02,1218.13,41.2383,5.75345,7200,5,0,484,0,1,0,0,0),(134067,573,0,1,1,548,0,-9933.99,1180.56,42.3838,2.46656,7200,5,0,484,0,1,0,0,0),(134068,573,0,1,1,548,0,-9918.03,1228.39,42.2928,0.810157,7200,5,0,484,0,1,0,0,0),(134069,573,0,1,1,548,0,-9911.84,1287.1,42.2443,3.37527,7200,5,0,484,0,1,0,0,0),(134070,573,0,1,1,548,0,-9850.28,1243.48,41.4316,3.61639,7200,5,0,484,0,1,0,0,0),(134071,573,0,1,1,548,0,-10043.1,1143.52,41.7283,4.95628,7200,5,0,484,0,1,0,0,0),(134072,573,0,1,1,548,0,-10001.6,1116.25,43.3606,3.23626,7200,5,0,484,0,1,0,0,0),(134073,573,0,1,1,548,0,-10754.2,832.241,33.1789,3.36663,7200,5,0,484,0,1,0,0,0),(134074,573,0,1,1,548,0,-10789.4,784.537,32.7057,3.04541,7200,5,0,484,0,1,0,0,0),(134075,573,0,1,1,548,0,-10830.8,743.35,32.958,3.72635,7200,5,0,484,0,1,0,0,0),(134076,573,0,1,1,548,0,-10847.1,798.228,33.3781,1.03871,7200,5,0,484,0,1,0,0,0),(134077,573,0,1,1,548,0,-10855.5,842.321,33.162,3.39334,7200,5,0,484,0,1,0,0,0),(134078,573,0,1,1,548,0,-10803.3,872.987,32.7511,4.49604,7200,5,0,484,0,1,0,0,0),(134079,771,0,1,1,7848,1,-10368.1,477.526,25.0036,4.53767,21600,5,0,1163,0,1,0,0,0),(134080,771,0,1,1,7848,1,-10374.3,433.891,24.8346,1.33325,21600,5,0,1163,0,1,0,0,0),(134081,771,0,1,1,7848,1,-10389.2,393.139,24.8347,4.42693,21600,5,0,1163,0,1,0,0,0),(134082,771,0,1,1,7848,1,-10359.8,332.564,18.9326,1.33403,21600,5,0,1163,0,1,0,0,0),(134083,771,0,1,1,7848,1,-10358.9,387.597,15.9737,5.95689,21600,5,0,1163,0,1,0,0,0),(134084,771,0,1,1,7848,1,-10334.4,380.494,15.9737,2.9441,21600,5,0,1163,0,1,0,0,0),(134085,771,0,1,1,7848,1,-10316.3,432.435,15.8677,4.22352,21600,5,0,1163,0,1,0,0,0),(134086,771,0,1,1,7848,1,-10305.3,445.164,12.9244,1.9545,21600,5,0,1163,0,1,0,0,0),(134087,771,0,1,1,7848,1,-10339.6,454.124,12.9452,2.03854,21600,5,0,1163,0,1,0,0,0),(134088,507,0,1,1,0,1,-10418.4,-827.682,47.841,2.81238,25200,5,0,1404,2362,1,0,0,0),(134089,507,0,1,1,0,1,-10449.3,-805.151,51.2756,5.14659,25200,5,0,1404,2362,1,0,0,0),(134090,507,0,1,1,0,1,-10503.5,-807.598,53.0795,3.75486,25200,5,0,1404,2362,1,0,0,0),(134091,507,0,1,1,0,1,-10543.3,-845.713,50.7852,2.61682,25200,5,0,1404,2362,1,0,0,0),(134092,507,0,1,1,0,1,-10614.3,-819.224,52.5187,4.41067,25200,5,0,1404,2362,1,0,0,0),(134093,507,0,1,1,0,1,-10648.5,-891.339,50.1687,6.27834,25200,5,0,1404,2362,1,0,0,0),(134094,507,0,1,1,0,1,-10565,-887.854,47.1506,6.08671,25200,5,0,1404,2362,1,0,0,0),(134095,503,0,1,1,10626,0,-10235.6,284.853,2.79986,4.86306,7200,5,0,935,878,1,0,0,0),(134096,503,0,1,1,10626,0,-10227,237.548,2.79954,4.72405,7200,5,0,935,878,1,0,0,0),(134097,503,0,1,1,10626,0,-10236.4,218.458,2.79954,1.05231,7200,5,0,935,878,1,0,0,0),(134098,503,0,1,1,10626,0,-10245.3,167.227,0.046731,0.328174,7200,5,0,935,878,1,0,0,0),(134099,503,0,1,1,10626,0,-10278.9,171.652,1.4812,0.328176,7200,5,0,935,878,1,0,0,0),(134100,503,0,1,1,0,0,-10272.8,133.432,2.49088,2.71107,7200,5,0,935,878,1,0,0,0),(134101,521,0,1,1,0,0,-10196.2,-1073.7,31.1176,1.78793,18000,5,0,617,0,1,0,0,0),(134102,521,0,1,1,0,0,-10199.9,-982.747,35.1528,2.30315,18000,5,0,617,0,1,0,0,0),(134103,521,0,1,1,0,0,-10198.1,-908.148,37.3536,0.766909,18000,5,0,617,0,1,0,0,0),(134104,521,0,1,1,0,0,-10164.9,-840.251,37.1078,5.12037,18000,5,0,617,0,1,0,0,0),(134105,521,0,1,1,0,0,-10127.5,-818.462,36.7516,0.259544,18000,5,0,617,0,1,0,0,0),(134106,521,0,1,1,0,0,-10171.9,-199.853,36.8481,0.910641,18000,5,0,617,0,1,0,0,0),(134107,521,0,1,1,0,0,-10155.4,-147.063,30.2479,1.09442,18000,5,0,617,0,1,0,0,0),(134108,521,0,1,1,0,0,-10249.3,-90.9533,36.6955,2.43196,18000,5,0,617,0,1,0,0,0),(134109,521,0,1,1,0,0,-10240.8,-20.9696,36.7004,1.4832,18000,5,0,617,0,1,0,0,0),(134110,521,0,1,1,0,0,-10252.1,34.1014,45.9515,3.18594,18000,5,0,617,0,1,0,0,0),(134111,521,0,1,1,0,0,-10206.3,100.815,31.0914,2.01491,18000,5,0,617,0,1,0,0,0),(134112,521,0,1,1,0,0,-10227.6,161.98,30.7298,2.30472,18000,5,0,617,0,1,0,0,0),(134113,521,0,1,1,0,0,-10201.9,196.525,25.1837,1.92852,18000,5,0,617,0,1,0,0,0),(134114,521,0,1,1,0,0,-10191.7,293.528,25.5499,0.249335,18000,5,0,617,0,1,0,0,0),(134115,521,0,1,1,0,0,-10194.3,252.386,22.8559,5.41097,18000,5,0,617,0,1,0,0,0),(134116,534,0,1,1,11181,0,-11118.9,-1173.5,42.0605,0.441759,25200,5,0,1279,0,1,0,0,0),(134117,534,0,1,1,11181,0,-11181.5,-836.547,77.0413,4.34519,25200,5,0,1279,0,1,0,0,0),(134118,616,0,1,1,821,0,-9046.7,-2702.5,130.044,2.70602,18000,5,0,617,0,1,0,0,0),(134119,616,0,1,1,821,0,-9076.44,-2668.59,123.103,3.37361,18000,5,0,617,0,1,0,0,0),(134120,616,0,1,1,821,0,-9134.8,-2687.07,89.7129,4.11817,18000,5,0,617,0,1,0,0,0),(134121,616,0,1,1,821,0,-9098.42,-2709.94,91.9251,3.998,18000,5,0,617,0,1,0,0,0),(134122,616,0,1,1,821,0,-9121.44,-2769.28,90.7531,3.84956,18000,5,0,617,0,1,0,0,0),(134123,616,0,1,1,821,0,-9179.63,-2760.46,89.3372,3.41445,18000,5,0,617,0,1,0,0,0),(134124,616,0,1,1,821,0,-9274.17,-2836.52,88.9164,1.12109,18000,5,0,617,0,1,0,0,0),(134125,616,0,1,1,821,0,-9256.71,-2797.18,90.309,1.1203,18000,5,0,617,0,1,0,0,0),(134126,616,0,1,1,821,0,-9286.2,-2729.36,84.188,0.298774,18000,5,0,617,0,1,0,0,0),(134127,616,0,1,1,821,0,-9199.17,-2710.24,88.958,6.1013,18000,5,0,617,0,1,0,0,0),(134128,616,0,1,1,821,0,-9170.31,-2617.42,109.274,5.61514,18000,5,0,617,0,1,0,0,0),(134129,616,0,1,1,821,0,-9108.99,-2662.76,97.687,4.2886,18000,5,0,617,0,1,0,0,0),(134130,616,0,1,1,821,0,-9242.05,-2728.91,88.8055,0.118926,18000,5,0,617,0,1,0,0,0),(134131,584,0,1,1,0,1,-8748.51,-2371.24,157.967,4.02,21600,5,0,840,0,1,0,0,0),(134132,584,0,1,1,0,1,-8710.88,-2360.98,156.945,2.86861,21600,5,0,840,0,1,0,0,0),(134133,584,0,1,1,0,1,-8672.24,-2330.85,155.987,3.50007,21600,5,0,840,0,1,0,0,0),(134134,14271,0,1,1,500,1,-9536.69,-1904.69,73.6303,3.32571,9000,5,0,386,0,1,0,0,0),(134135,14271,0,1,1,500,1,-9523.61,-1875.84,76.457,4.23599,9000,5,0,386,0,1,0,0,0),(134136,14271,0,1,1,500,1,-9480.52,-1865.39,84.8143,4.86981,9000,5,0,386,0,1,0,0,0),(134137,14271,0,1,1,500,1,-9459.8,-1882.21,84.4429,4.35066,9000,5,0,386,0,1,0,0,0),(134138,14271,0,1,1,500,1,-9459.46,-1892.84,82.6114,3.72234,9000,5,0,386,0,1,0,0,0),(134139,14271,0,1,1,500,1,-9486.82,-1927.99,79.5343,3.40661,9000,5,0,386,0,1,0,0,0),(134140,14271,0,1,1,500,1,-9469.04,-1995.28,97.1706,5.13056,9000,5,0,386,0,1,0,0,0),(134141,14271,0,1,1,500,1,-9739.95,-2238.59,61.3293,0.95617,9000,5,0,386,0,1,0,0,0),(134142,14271,0,1,1,500,1,-9769.58,-2274.49,59.9908,2.06515,9000,5,0,386,0,1,0,0,0),(134143,14271,0,1,1,500,1,-9779.92,-2318.48,68.9062,5.60416,9000,5,0,386,0,1,0,0,0),(134144,14271,0,1,1,500,1,-9776.57,-2272.11,59.3377,0.22968,9000,5,0,386,0,1,0,0,0),(134145,14271,0,1,1,500,1,-9789.92,-2241.84,68.9984,3.46631,9000,5,0,386,0,1,0,0,0),(134146,14271,0,1,1,500,1,-9790.79,-2210.7,58.6097,1.60805,9000,5,0,386,0,1,0,0,0),(134147,14271,0,1,1,500,1,-9796.56,-2172.15,59.1615,0.740977,9000,5,0,386,0,1,0,0,0),(134148,947,0,1,1,0,1,-9433.99,-3392.71,88.7936,6.17672,50400,5,0,787,0,1,0,0,0),(134149,947,0,1,1,0,1,-9407.79,-3391.12,88.346,2.16883,50400,5,0,787,0,1,0,0,0),(134150,947,0,1,1,0,1,-9388.82,-3360.66,88.5137,1.44548,50400,5,0,787,0,1,0,0,0),(134151,947,0,1,1,0,1,-9381.22,-3335.5,90.2454,5.81151,50400,5,0,787,0,1,0,0,0),(134152,947,0,1,1,0,1,-9355.56,-3365.65,89.1971,5.20754,50400,5,0,787,0,1,0,0,0),(134153,947,0,1,1,0,1,-9313.62,-3399.69,92.2037,2.32041,50400,5,0,787,0,1,0,0,0),(134154,947,0,1,1,0,1,-9164.99,-3281.72,101.344,4.93186,50400,5,0,787,0,1,0,0,0),(134155,947,0,1,1,0,1,-9089.52,-3279.12,101.622,2.57724,50400,5,0,787,0,1,0,0,0),(134156,947,0,1,1,0,1,-9121.59,-3230.43,101.022,3.27546,50400,5,0,787,0,1,0,0,0),(134157,947,0,1,1,0,1,-9088.94,-3174.86,110.513,4.3546,50400,5,0,787,0,1,0,0,0),(134158,947,0,1,1,0,1,-9005.24,-3216.25,109.04,3.12153,50400,5,0,787,0,1,0,0,0),(134159,947,0,1,1,0,1,-9259.75,-3222.22,101.48,1.02765,50400,5,0,787,0,1,0,0,0),(134160,14269,0,1,1,0,0,-9612.18,-3028.56,45.1909,4.87611,82800,5,0,521,0,2,0,0,0),(134161,14269,0,1,1,0,0,-9434.48,-2904.91,54.3617,3.77814,82800,5,0,521,0,2,0,0,0),(134162,14272,0,1,1,497,0,-9060.64,-2606.6,126.409,1.74409,9000,5,0,354,1020,1,0,0,0),(134163,14272,0,1,1,497,0,-9083.68,-2613.05,126.22,3.37536,9000,5,0,354,1020,1,0,0,0),(134164,14272,0,1,1,497,0,-9054.55,-2648.11,129.626,1.15976,9000,5,0,354,1020,1,0,0,0),(134165,14272,0,1,1,497,0,-9057.79,-2531.08,126.907,3.40835,9000,5,0,354,1020,1,0,0,0),(134166,14272,0,1,1,497,0,-9057.89,-2497.79,126.417,2.09595,9000,5,0,354,1020,1,0,0,0),(134167,14272,0,1,1,497,0,-9048,-2443.42,128.695,2.58918,9000,5,0,354,1020,1,0,0,0),(134168,14272,0,1,1,497,0,-9004.7,-2524.84,134.931,1.91452,9000,5,0,354,1020,1,0,0,0),(134169,14272,0,1,1,497,0,-9505.86,-2354.15,68.3321,0.726215,9000,5,0,354,1020,1,0,0,0),(134170,14272,0,1,1,497,0,-9520.13,-2364.48,60.9323,1.99463,9000,5,0,354,1020,1,0,0,0),(134171,14272,0,1,1,497,0,-9532.94,-2319.91,67.4185,1.65691,9000,5,0,354,1020,1,0,0,0),(134172,14272,0,1,1,497,0,-9570.29,-2313.42,66.3702,0.0279931,9000,5,0,354,1020,1,0,0,0),(134173,14270,0,1,1,5243,1,-9361.84,-2400.62,37.0818,3.90639,9000,5,0,449,0,1,0,0,0),(134174,14270,0,1,1,5243,1,-9338.65,-2404.72,49.689,1.37191,9000,5,0,449,0,1,0,0,0),(134175,14270,0,1,1,5243,1,-9345.29,-2431.53,43.4186,2.07641,9000,5,0,449,0,1,0,0,0),(134176,14270,0,1,1,5243,1,-9314.45,-2478.91,37.8713,4.10038,9000,5,0,449,0,1,0,0,0),(134177,14270,0,1,1,5243,1,-9306.92,-2487.15,33.4464,4.8253,9000,5,0,449,0,1,0,0,0),(134178,14270,0,1,1,5243,1,-9319.99,-2508.45,23.0178,3.14377,9000,5,0,449,0,1,0,0,0),(134179,14270,0,1,1,5243,1,-9304.15,-2554.59,20.5588,1.90565,9000,5,0,449,0,1,0,0,0),(134180,14270,0,1,1,5243,1,-9308.36,-2562.42,19.7176,5.16192,9000,5,0,449,0,1,0,0,0),(134181,14270,0,1,1,5243,1,-9333.75,-2594.88,22.3274,4.06393,9000,5,0,449,0,1,0,0,0),(134182,14270,0,1,1,5243,1,-9358.75,-2607.59,26.9726,1.19801,9000,5,0,449,0,1,0,0,0),(134183,14270,0,1,1,5243,1,-9389.94,-2626.59,39.7607,3.69667,9000,5,0,449,0,1,0,0,0),(134184,14270,0,1,1,5243,1,-9375.5,-2660.86,53.4803,1.27588,9000,5,0,449,0,1,0,0,0),(134185,14270,0,1,1,5243,1,-9390.11,-2686.86,53.3259,2.35219,9000,5,0,449,0,1,0,0,0),(134186,14270,0,1,1,5243,1,-9521.02,-2653.85,48.0125,2.73202,9000,5,0,449,0,1,0,0,0),(134187,14270,0,1,1,5243,1,-9548.24,-2663.26,52.757,3.87478,9000,5,0,449,0,1,0,0,0),(134188,14270,0,1,1,5243,1,-9572.8,-2651.8,54.4195,2.16339,9000,5,0,449,0,1,0,0,0),(134189,14270,0,1,1,5243,1,-9571.51,-2620.63,53.9961,2.92642,9000,5,0,449,0,1,0,0,0),(134190,14270,0,1,1,5243,1,-9598.61,-2613.4,54.1502,3.50133,9000,5,0,449,0,1,0,0,0),(134191,14270,0,1,1,5243,1,-9600,-2639.19,54.5921,2.69316,9000,5,0,449,0,1,0,0,0),(134192,14270,0,1,1,5243,1,-9619.51,-2639.92,58.1454,2.99632,9000,5,0,449,0,1,0,0,0),(134193,14270,0,1,1,5243,1,-9571.3,-2579.31,54.088,0.888706,9000,5,0,449,0,1,0,0,0),(134194,14270,0,1,1,5243,1,-9560.4,-2566.14,54.1333,0.120586,9000,5,0,449,0,1,0,0,0),(134195,14270,0,1,1,5243,1,-9524.1,-2559.52,54.2303,0.339713,9000,5,0,449,0,1,0,0,0),(134196,14270,0,1,1,5243,1,-9493.61,-2533.7,49.9691,0.525113,9000,5,0,449,0,1,0,0,0),(134197,14270,0,1,1,5243,1,-9554.29,-2458.19,43.0244,0.0594366,9000,5,0,449,0,1,0,0,0),(134198,14270,0,1,1,5243,1,-9514.09,-2458.03,44.6223,5.84468,9000,5,0,449,0,1,0,0,0),(134199,14270,0,1,1,5243,1,-9475.01,-2465.85,43.9199,0.39812,9000,5,0,449,0,1,0,0,0),(134200,14270,0,1,1,5243,1,-9468.45,-2427.62,53.9442,0.0743763,9000,5,0,449,0,1,0,0,0),(134201,14270,0,1,1,5243,1,-9426.87,-2387.9,53.9999,1.00264,9000,5,0,449,0,1,0,0,0),(134202,14270,0,1,1,5243,1,-9392.52,-2347.7,53.9231,5.92021,9000,5,0,449,0,1,0,0,0),(134203,14487,0,1,1,0,1,-12134.8,-4.00257,-4.46916,2.11716,50400,0,0,1116,2861,0,0,0,0),(134204,14487,0,1,1,0,1,-12100.4,5.62468,-0.883607,0.807904,50400,0,0,1116,2861,0,0,0,0),(134205,14487,0,1,1,0,1,-12178.1,-45.818,-10.8627,2.31303,50400,0,0,1116,2861,0,0,0,0),(134206,14487,0,1,1,0,1,-12131.4,56.1016,-4.41692,5.53716,50400,0,0,1116,2861,0,0,0,0),(134207,11383,0,1,1,11295,1,-11952,-1061.61,110.941,1.57091,50400,0,0,8770,16020,0,0,0,0),(134208,11383,0,1,1,11295,1,-11880.8,-1059.83,116.188,1.53243,50400,0,0,8770,16020,0,0,0,0),(134209,11383,0,1,1,11295,1,-11916.3,-1026.69,69.722,1.47981,50400,0,0,8770,16020,0,0,0,0),(134210,14491,0,1,1,0,0,-14024.7,243.284,13.0169,1.65653,128000,5,0,1981,0,1,0,0,0),(134211,14491,0,1,1,0,0,-14067.7,176.032,11.3089,1.82617,128000,5,0,1981,0,1,0,0,0),(134212,14491,0,1,1,0,0,-13997.6,174.808,12.237,2.00446,128000,5,0,1981,0,1,0,0,0),(134213,14491,0,1,1,0,0,-13999.3,72.1553,12.6355,0.258518,128000,5,0,1981,0,1,0,0,0),(134214,14491,0,1,1,0,0,-13852,87.2774,17.3434,1.51437,128000,5,0,1981,0,1,0,0,0),(134215,14491,0,1,1,0,0,-13852.1,3.189,22.3708,1.201,128000,5,0,1981,0,1,0,0,0),(134216,14491,0,1,1,0,0,-13789,-2.92215,37.9163,2.427,128000,5,0,1981,0,1,0,0,0),(134217,14491,0,1,1,0,0,-13802,-125.054,25.5027,2.632,128000,5,0,1981,0,1,0,0,0),(134218,14491,0,1,1,0,0,-13826.7,-195.336,22.6576,1.50652,128000,5,0,1981,0,1,0,0,0),(134219,14491,0,1,1,0,0,-13928.8,-108.147,20.3326,5.90004,128000,5,0,1981,0,1,0,0,0),(134220,2541,0,1,1,0,1,-13808.2,379.781,94.5829,2.12071,21600,0,0,1848,0,0,0,0,0),(134221,14490,0,1,1,0,0,-14451.6,806.167,-21.3922,6.02691,144000,5,0,2317,0,2,0,0,0),(134222,14488,0,1,1,0,1,-12491.6,-137.068,14.2288,4.24384,100800,0,0,1604,0,0,0,0,0),(134223,14488,0,1,1,0,1,-12467.3,-147.014,14.1131,3.33592,100800,0,0,1604,0,0,0,0,0),(134224,14488,0,1,1,0,1,-12481.2,-166.231,13.0005,3.47573,100800,0,0,1604,0,0,0,0,0),(134225,14488,0,1,1,0,1,-12430.6,-134.586,15.622,5.2146,100800,5,0,1604,0,1,0,0,0),(134226,14488,0,1,1,0,1,-12364.9,-121.583,17.132,5.80208,100800,10,0,1604,0,1,0,0,0),(134227,14488,0,1,1,0,1,-12332,-154.873,18.2843,6.05655,100800,10,0,1604,0,1,0,0,0),(134228,1552,0,1,1,12342,0,-13146.5,-498.158,9.02804,1.67638,25200,0,0,2218,0,0,0,0,0),(134229,1552,0,1,1,12342,0,-13226.2,-445.828,6.77963,3.71135,25200,0,0,2218,0,0,0,0,0),(134230,1552,0,1,1,12342,0,-13189.4,-570.392,12.6386,3.53307,25200,0,0,2218,0,0,0,0,0),(134231,14492,0,1,1,0,1,-13458.5,-138.615,50.8739,2.62593,25200,0,0,1981,0,0,0,0,0),(134232,14492,0,1,1,0,1,-13485.4,-70.4046,47.1378,3.51422,25200,0,0,1981,0,0,0,0,0),(134233,14492,0,1,1,0,1,-13551.9,-5.43688,53.2896,4.85411,25200,0,0,1981,0,0,0,0,0),(134234,14492,0,1,1,0,1,-13548.4,-102.884,44.4288,5.46751,25200,0,0,1981,0,0,0,0,0),(134235,14492,0,1,1,0,1,-13529.8,-111.52,45.9351,5.8712,25200,0,0,1981,0,0,0,0,0),(134236,14446,0,1,1,441,0,-10906.4,-3627.93,15.7843,5.72122,46800,5,0,2059,0,1,0,0,0),(134237,14446,0,1,1,441,0,-10910.8,-3680.2,13.0447,5.54058,46800,5,0,2059,0,1,0,0,0),(134238,14446,0,1,1,441,0,-10840.6,-3693.59,22.7068,2.95348,46800,5,0,2059,0,1,0,0,0),(134239,14446,0,1,1,441,0,-10863.4,-3637.09,12.8111,4.19362,46800,5,0,2059,0,1,0,0,0),(134240,14446,0,1,1,441,0,-10945.3,-3727.3,24.8301,5.11803,46800,5,0,2059,0,1,0,0,0),(134241,14446,0,1,1,441,0,-10869.6,-3729.59,23.3889,5.91757,46800,5,0,2059,0,1,0,0,0),(134242,1063,0,1,1,0,0,-10474.8,-3817.11,28.9764,2.92127,144000,0,0,2985,0,0,0,0,0),(134243,1063,0,1,1,0,0,-10444.9,-3826.08,18.0665,2.88357,144000,0,0,2985,0,0,0,0,0),(134244,14445,0,1,1,0,1,-10645,-3985.64,21.8308,1.0426,25200,5,0,6468,0,1,0,0,0),(134245,14445,0,1,1,0,1,-10643.9,-4024,21.711,5.30182,25200,5,0,6468,0,1,0,0,0),(134246,14445,0,1,1,0,1,-10674.7,-4094.93,23.7836,5.80054,25200,5,0,6468,0,1,0,0,0),(134247,14445,0,1,1,0,1,-10644.6,-4140.18,23.7833,0.927149,25200,5,0,6468,0,1,0,0,0),(134248,14445,0,1,1,0,1,-10538.5,-4058.85,21.7393,5.98825,25200,5,0,6468,0,1,0,0,0),(134249,14445,0,1,1,0,1,-10499,-4062.06,22.8277,6.18225,25200,5,0,6468,0,1,0,0,0),(134250,14445,0,1,1,0,1,-10450.5,-4081.28,24.9488,0.990765,25200,5,0,6468,0,1,0,0,0),(134251,14445,0,1,1,0,1,-10419.2,-4116.72,22.1169,5.39449,25200,5,0,6468,0,1,0,0,0),(134252,14445,0,1,1,0,1,-10312,-4089,21.881,1.70626,25200,5,0,6468,0,1,0,0,0),(134253,14445,0,1,1,0,1,-10248,-4055.76,22.8238,1.2578,25200,5,0,6468,0,1,0,0,0),(134254,14445,0,1,1,0,1,-10193.8,-3945.78,22.8002,0.116617,25200,5,0,6468,0,1,0,0,0),(134255,14445,0,1,1,0,1,-10152.5,-3916.86,24.3156,0.71352,25200,5,0,6468,0,1,0,0,0),(134256,14445,0,1,1,0,1,-10123.9,-3966.57,21.7033,0.499892,25200,5,0,6468,0,1,0,0,0),(134257,14445,0,1,1,0,1,-10219.1,-3811.44,22.6042,3.45535,25200,5,0,6468,0,1,0,0,0),(134258,14445,0,1,1,0,1,-10213.7,-3771.73,22.0007,2.0377,25200,5,0,6468,0,1,0,0,0),(134259,14445,0,1,1,0,1,-10282.3,-3664,23.7109,4.02947,25200,5,0,6468,0,1,0,0,0),(134260,14445,0,1,1,0,1,-10215.6,-3589.89,23.7229,0.241498,25200,5,0,6468,0,1,0,0,0),(134261,763,0,1,1,10921,1,-9971.45,-3611.57,21.6782,2.16808,50400,0,0,1678,0,0,0,0,0),(134262,763,0,1,1,10921,1,-9931.38,-3600.45,23.1036,3.09564,50400,0,0,1678,0,0,0,0,0),(134263,763,0,1,1,10921,1,-9969.25,-3635.68,22.8874,5.48089,50400,0,0,1678,0,0,0,0,0),(134264,763,0,1,1,10921,1,-9939.66,-3686.67,21.7823,2.06598,50400,0,0,1678,0,0,0,0,0),(134265,1106,0,1,1,152,1,-9969.53,-3690.45,21.6787,1.68271,21600,0,0,1257,1142,0,0,0,0),(134266,1106,0,1,1,152,1,-9977.24,-3656.42,21.6787,0.85411,21600,0,0,1257,1142,0,0,0,0),(134267,1106,0,1,1,152,1,-9955,-3641,21.8372,0.849401,21600,0,0,1257,1142,0,0,0,0),(134268,1106,0,1,1,152,1,-9992.1,-3620.46,22.9665,6.16105,21600,0,0,1257,1142,0,0,0,0),(134269,1106,0,1,1,152,1,-9940.43,-3654.01,23.1482,2.8129,21600,0,0,1257,1142,0,0,0,0),(134270,14448,0,1,1,0,0,-10140.1,-3215.43,22.7792,1.16042,3600,5,0,2476,0,1,0,0,0),(134271,14448,0,1,1,0,0,-10104.7,-3166.88,21.7116,2.90715,3600,5,0,2476,0,1,0,0,0),(134272,14448,0,1,1,0,0,-10172,-3133.86,22.3259,2.91736,3600,5,0,2476,0,1,0,0,0),(134273,14448,0,1,1,0,0,-10186.2,-3078,22.2293,1.51385,3600,5,0,2476,0,1,0,0,0),(134274,14448,0,1,1,0,0,-10100.4,-3038.8,23.5049,2.79483,3600,5,0,2476,0,1,0,0,0),(134275,14448,0,1,1,0,0,-10156.2,-2993.02,21.8624,3.9478,3600,5,0,2476,0,1,0,0,0),(134276,14448,0,1,1,0,0,-10180.9,-2932.11,22.6958,0.844689,3600,5,0,2476,0,1,0,0,0),(134277,14448,0,1,1,0,0,-10120.9,-2862.33,22.7601,2.85609,3600,5,0,2476,0,1,0,0,0),(134278,14448,0,1,1,0,0,-10208.9,-2832.82,23.9556,3.13805,3600,5,0,2476,0,1,0,0,0),(134279,14448,0,1,1,0,0,-10268.5,-2889.81,22.9156,2.65032,3600,5,0,2476,0,1,0,0,0),(134280,14448,0,1,1,0,0,-10322.8,-2874.43,24.1222,2.60712,3600,5,0,2476,0,1,0,0,0),(134281,14448,0,1,1,0,0,-10357.3,-2815.35,23.6121,2.62676,3600,5,0,2476,0,1,0,0,0),(134282,14448,0,1,1,0,0,-10423.2,-2873.73,21.8575,4.21483,3600,5,0,2476,0,1,0,0,0),(134283,14448,0,1,1,0,0,-10400.6,-2922.96,21.9322,5.65604,3600,5,0,2476,0,1,0,0,0),(134284,14448,0,1,1,0,0,-10356.1,-2971.75,20.9177,5.68432,3600,5,0,2476,0,1,0,0,0),(134285,14448,0,1,1,0,0,-10301.7,-2977.02,22.7311,5.53509,3600,5,0,2476,0,1,0,0,0),(134286,14448,0,1,1,0,0,-10299.9,-3072.02,24.1635,5.8249,3600,5,0,2476,0,1,0,0,0),(134287,14448,0,1,1,0,0,-10228.7,-3099.74,22.0186,0.00274617,3600,5,0,2476,0,1,0,0,0),(134288,8298,0,1,1,10920,1,-11594.7,-3196.26,6.9616,2.9841,21600,10,0,2634,2041,1,0,0,0),(134289,8298,0,1,1,10920,1,-11544,-3273.89,7.44455,5.0442,21600,10,0,2634,2041,1,0,0,0),(134290,8298,0,1,1,10920,1,-11576.7,-3282.53,11.5828,4.88397,21600,10,0,2634,2041,1,0,0,0),(134291,8298,0,1,1,10920,1,-11539.5,-3219.46,7.04855,1.13291,21600,10,0,2634,2041,1,0,0,0),(134292,8298,0,1,1,10920,1,-11724.6,-2984.14,10.9467,5.52329,21600,10,0,2634,2041,1,0,0,0),(134293,8298,0,1,1,10920,1,-11639.6,-2783.46,5.35829,6.16968,21600,10,0,2634,2041,1,0,0,0),(134294,8298,0,1,1,10920,1,-11641.9,-2751.71,16.962,5.11724,21600,10,0,2634,2041,1,0,0,0),(134295,8301,0,1,1,0,0,-11363.2,-2835.65,5.75448,3.79149,50400,10,0,3189,0,1,0,0,0),(134296,8301,0,1,1,0,0,-11381.1,-2910.84,5.55568,5.23112,50400,10,0,3189,0,1,0,0,0),(134297,8301,0,1,1,0,0,-11390,-2969.17,0.861105,4.84157,50400,10,0,3189,0,1,0,0,0),(134298,8301,0,1,1,0,0,-11418.3,-3008.76,-0.0974354,5.44632,50400,10,0,3189,0,1,0,0,0),(134299,8301,0,1,1,0,0,-11363.2,-3051.68,-4.30044,0.0388569,50400,10,0,3189,0,1,0,0,0),(134300,8301,0,1,1,0,0,-11299.2,-3058.28,-0.156256,0.906722,50400,10,0,3189,0,1,0,0,0),(134301,8301,0,1,1,0,0,-11256,-3054.18,-0.156568,0.0412129,50400,10,0,3189,0,1,0,0,0),(134302,8301,0,1,1,0,0,-11217.1,-3068.22,5.43434,0.699377,50400,10,0,3189,0,1,0,0,0),(134303,8301,0,1,1,0,0,-11234.7,-3103.73,4.27222,0.450405,50400,10,0,3189,0,1,0,0,0),(134304,8301,0,1,1,0,0,-11367,-3175.44,11.1196,0.997828,50400,10,0,3189,0,1,0,0,0),(134305,8301,0,1,1,0,0,-11346.3,-3200.67,10.0637,5.37642,50400,10,0,3189,0,1,0,0,0),(134306,8301,0,1,1,0,0,-11354.9,-3238.49,9.29685,4.39546,50400,10,0,3189,0,1,0,0,0),(134307,8301,0,1,1,0,0,-11356.7,-3280.54,9.15801,4.92482,50400,10,0,3189,0,1,0,0,0),(134308,8301,0,1,1,0,0,-11393.4,-3212.43,13.6807,5.17222,50400,10,0,3189,0,1,0,0,0),(134309,8301,0,1,1,0,0,-11375.5,-3133.67,6.42179,2.08246,50400,10,0,3189,0,1,0,0,0),(134310,8301,0,1,1,0,0,-11410.5,-3043.11,-0.401744,3.05165,50400,10,0,3189,0,1,0,0,0),(134311,8302,0,1,1,0,0,-11029.5,-2922.28,12.5276,4.47321,104400,10,0,2672,0,1,0,0,0),(134312,8302,0,1,1,0,0,-11021,-2864.95,9.0807,1.40388,104400,10,0,2672,0,1,0,0,0),(134313,8302,0,1,1,0,0,-11059.6,-2817.06,9.30272,2.34636,104400,10,0,2672,0,1,0,0,0),(134314,8302,0,1,1,0,0,-11021.4,-2782.37,4.25246,0.814045,104400,10,0,2672,0,1,0,0,0),(134315,8302,0,1,1,0,0,-11004.2,-2749.81,5.13082,1.38896,104400,10,0,2672,0,1,0,0,0),(134316,8302,0,1,1,0,0,-10964.3,-2781.22,5.29325,1.16512,104400,10,0,2672,0,1,0,0,0),(134317,8302,0,1,1,0,0,-10974.6,-2755.37,5.19298,0.669531,104400,10,0,2672,0,1,0,0,0),(134318,8302,0,1,1,0,0,-11125.2,-2717.16,11.4087,3.51189,104400,10,0,2672,0,1,0,0,0),(134319,8302,0,1,1,0,0,-11128.1,-2754.32,17.355,2.79796,104400,10,0,2672,0,1,0,0,0),(134320,8302,0,1,1,0,0,-11155.3,-2731.02,14.042,2.93069,104400,10,0,2672,0,1,0,0,0),(134321,8302,0,1,1,0,0,-11195.4,-2754.92,18.5438,2.70528,104400,10,0,2672,0,1,0,0,0),(134322,8302,0,1,1,0,0,-11189.5,-2698.22,10.0174,3.60378,104400,10,0,2672,0,1,0,0,0),(134323,8302,0,1,1,0,0,-11241.3,-2733.32,14.5167,2.81445,104400,10,0,2672,0,1,0,0,0),(134324,8303,0,1,1,0,0,-11211.7,-2995.63,3.36572,4.60202,151200,15,0,2769,0,1,0,0,0),(134325,8303,0,1,1,0,0,-11178.3,-2992.61,8.94092,4.26665,151200,15,0,2769,0,1,0,0,0),(134326,8303,0,1,1,0,0,-11204.8,-3055,2.42608,4.72061,151200,15,0,2769,0,1,0,0,0),(134327,8303,0,1,1,0,0,-11247.5,-3079.9,3.29563,5.47852,151200,15,0,2769,0,1,0,0,0),(134328,8303,0,1,1,0,0,-11200.8,-3103.99,8.13294,5.33951,151200,15,0,2769,0,1,0,0,0),(134329,8303,0,1,1,0,0,-11240,-3172.6,2.69219,4.49206,151200,15,0,2769,0,1,0,0,0),(134330,8303,0,1,1,0,0,-11183.3,-3174.74,6.94442,0.00194143,151200,15,0,2769,0,1,0,0,0),(134331,8303,0,1,1,0,0,-11150.5,-3222.62,7.76973,5.39763,151200,15,0,2769,0,1,0,0,0),(134332,8303,0,1,1,0,0,-11148,-3268.85,9.20335,4.77559,151200,15,0,2769,0,1,0,0,0),(134333,8303,0,1,1,0,0,-11196.2,-3297.75,9.86134,3.57,151200,15,0,2769,0,1,0,0,0),(134334,8303,0,1,1,0,0,-11163.2,-3328.39,5.48639,3.90458,151200,15,0,2769,0,1,0,0,0),(134335,8303,0,1,1,0,0,-11194.4,-3361.09,8.73583,3.56372,151200,15,0,2769,0,1,0,0,0),(134336,8303,0,1,1,0,0,-11232.5,-3336.23,9.21853,3.25899,151200,15,0,2769,0,1,0,0,0),(134337,8303,0,1,1,0,0,-11204.5,-3227.08,9.37905,1.82563,151200,15,0,2769,0,1,0,0,0),(134338,8303,0,1,1,0,0,-11205.1,-3145.22,7.78832,2.08089,151200,15,0,2769,0,1,0,0,0),(134339,8303,0,1,1,0,0,-11308.1,-3153.34,6.07638,3.62577,151200,15,0,2769,0,1,0,0,0),(134340,8303,0,1,1,0,0,-11332.3,-3119.14,-1.65414,1.88375,151200,15,0,2769,0,1,0,0,0),(134341,8297,0,1,1,0,1,-11599.8,-2785.74,4.02655,3.27313,100800,10,0,3644,0,1,0,0,0),(134342,8297,0,1,1,0,1,-11543.4,-2785.32,3.12875,1.31749,100800,10,0,3644,0,1,0,0,0),(134343,8297,0,1,1,0,1,-11502,-2823.88,1.23018,5.16751,100800,10,0,3644,0,1,0,0,0),(134344,8297,0,1,1,0,1,-11452.9,-2836.06,-0.638978,0.17631,100800,10,0,3644,0,1,0,0,0),(134345,8297,0,1,1,0,1,-11443.1,-2884.64,6.38314,5.50445,100800,10,0,3644,0,1,0,0,0),(134346,8297,0,1,1,0,1,-11436.9,-2949.22,4.42023,4.44809,100800,10,0,3644,0,1,0,0,0),(134347,8297,0,1,1,0,1,-11428.7,-2787.4,0.219483,5.89401,100800,10,0,3644,0,1,0,0,0),(134348,8297,0,1,1,0,1,-11486.8,-2777.82,-0.445384,4.69078,100800,10,0,3644,0,1,0,0,0),(134349,8297,0,1,1,0,1,-11552.8,-2737.43,6.15942,4.11272,100800,10,0,3644,0,1,0,0,0),(134350,8296,0,1,1,11562,1,-10934,-2760.13,29.7295,5.57436,21600,0,0,1804,4140,0,0,0,0),(134351,8296,0,1,1,11562,1,-10900.1,-2650.59,7.6359,4.06247,21600,0,0,1804,4140,0,0,0,0),(134352,8296,0,1,1,11562,1,-10830.3,-2639.97,7.63644,5.76599,21600,0,0,1804,4140,0,0,0,0),(134353,8300,0,1,1,0,0,-11330.3,-2796,11.2594,3.42393,50400,15,0,2980,0,1,0,0,0),(134354,8300,0,1,1,0,0,-11367.7,-2796.76,4.11652,2.91499,50400,15,0,2980,0,1,0,0,0),(134355,8300,0,1,1,0,0,-11372.6,-2765.83,5.28569,1.25466,50400,15,0,2980,0,1,0,0,0),(134356,8300,0,1,1,0,0,-11400.3,-2775.07,3.05076,3.71138,50400,15,0,2980,0,1,0,0,0),(134357,8300,0,1,1,0,0,-11395.3,-2820.59,-2.38094,4.64679,50400,15,0,2980,0,1,0,0,0),(134358,8300,0,1,1,0,0,-11408.2,-2865.37,2.21612,4.29336,50400,15,0,2980,0,1,0,0,0),(134359,8300,0,1,1,0,0,-11361.2,-2870.26,6.88591,2.37307,50400,15,0,2980,0,1,0,0,0),(134360,8300,0,1,1,0,0,-11389.8,-2923.91,3.68246,5.0929,50400,15,0,2980,0,1,0,0,0),(134361,8300,0,1,1,0,0,-11357.1,-3259.6,8.46644,2.98725,50400,15,0,2980,0,1,0,0,0),(134362,8300,0,1,1,0,0,-11415.2,-3259.86,8.05703,4.65387,50400,15,0,2980,0,1,0,0,0),(134363,8300,0,1,1,0,0,-11436.8,-3279.38,7.08787,3.7593,50400,15,0,2980,0,1,0,0,0),(134364,8300,0,1,1,0,0,-11383.2,-3301.21,2.04095,5.98512,50400,15,0,2980,0,1,0,0,0),(134365,8300,0,1,1,0,0,-11349.6,-3300.41,8.87688,3.15768,50400,15,0,2980,0,1,0,0,0),(134366,8299,0,1,1,0,0,-11602.1,-3310.36,8.44892,0.210868,50400,30,0,3082,0,1,0,0,0),(134367,8299,0,1,1,0,0,-11546.6,-3293.8,7.71513,0.0545734,50400,30,0,3082,0,1,0,0,0),(134368,8299,0,1,1,0,0,-11511.9,-3265.57,8.39908,5.83982,50400,30,0,3082,0,1,0,0,0),(134369,8299,0,1,1,0,0,-11481.9,-3285.29,11.6065,5.96469,50400,30,0,3082,0,1,0,0,0),(134370,8299,0,1,1,0,0,-11455.1,-3273.96,10.7227,0.309828,50400,30,0,3082,0,1,0,0,0),(134371,8299,0,1,1,0,0,-11406.4,-3256.89,8.43011,5.82961,50400,30,0,3082,0,1,0,0,0),(134372,8299,0,1,1,0,0,-11375,-3288.94,2.48512,4.54312,50400,30,0,3082,0,1,0,0,0),(134373,8299,0,1,1,0,0,-11292.1,-3342.63,8.60339,0.665614,50400,30,0,3082,0,1,0,0,0),(134374,8299,0,1,1,0,0,-11275.5,-3316.8,25.4706,5.81783,50400,30,0,3082,0,1,0,0,0),(134375,8299,0,1,1,0,0,-11247.4,-3315.6,19.0054,0.110337,50400,30,0,3082,0,1,0,0,0),(134376,8299,0,1,1,0,0,-11360.2,-3242.6,8.74455,1.41488,50400,30,0,3082,0,1,0,0,0),(134377,8299,0,1,1,0,0,-11370.1,-3198.08,11.5251,1.80287,50400,30,0,3082,0,1,0,0,0),(134378,8299,0,1,1,0,0,-11317.1,-3169.56,7.70386,0.766928,50400,30,0,3082,0,1,0,0,0),(134379,8299,0,1,1,0,0,-11511.9,-3177.57,9.00114,1.35441,50400,30,0,3082,0,1,0,0,0),(134380,7846,0,1,1,0,0,-11685.9,-2955.42,7.736,1.48164,72000,0,0,91560,0,2,0,0,0),(134381,10077,0,1,1,0,0,-8016.11,-2825.6,133.664,2.51282,25200,20,0,3189,0,1,0,0,0),(134382,10077,0,1,1,0,0,-7623.64,-2689.91,132.954,1.49023,25200,20,0,3189,0,1,0,0,0),(134383,10077,0,1,1,0,0,-7673.32,-2479.38,140.85,4.54857,25200,20,0,3189,0,1,0,0,0),(134384,10077,0,1,1,0,0,-8137.99,-2654.29,133.44,1.93005,25200,20,0,3189,0,1,0,0,0),(134385,9604,0,1,1,0,1,-7840.39,-2623.52,121.288,3.24167,108000,5,0,2634,2041,1,0,0,0),(134386,9604,0,1,1,0,1,-7841.18,-2547.92,130.273,2.92672,108000,5,0,2634,2041,1,0,0,0),(134387,9604,0,1,1,0,1,-7916.98,-2593.78,124.286,0.700911,108000,5,0,2634,2041,1,0,0,0),(134388,9604,0,1,1,0,1,-7857.43,-2604.87,120.263,1.23498,108000,5,0,2634,2041,1,0,0,0),(134389,9604,0,1,1,0,1,-7873.38,-2526.73,130.633,2.40129,108000,5,0,2634,2041,1,0,0,0),(134390,8979,0,1,1,0,1,-8100.41,-1500.94,132.912,0.676558,21600,5,0,3997,0,1,0,0,0),(134391,8979,0,1,1,0,1,-8130.82,-1559.3,133.52,3.89041,21600,5,0,3997,0,1,0,0,0),(134392,8979,0,1,1,0,1,-7731.2,-1428.96,140.754,6.02669,21600,5,0,3997,0,1,0,0,0),(134393,8979,0,1,1,0,1,-7706.93,-1454.66,140.935,1.04256,21600,5,0,3997,0,1,0,0,0),(134394,8979,0,1,1,0,1,-7667.63,-1458.95,140.754,2.80028,21600,5,0,3997,0,1,0,0,0),(134395,8979,0,1,1,0,1,-7625.09,-712.279,183.036,3.16156,21600,5,0,3997,0,1,0,0,0),(134396,8979,0,1,1,0,1,-8083.47,-1481.29,132.381,0.664776,21600,5,0,3997,0,1,0,0,0),(134397,9602,0,1,1,0,1,-7967.59,-2625.81,195.364,3.00134,50400,5,0,3293,0,1,0,0,0),(134398,9602,0,1,1,0,1,-7973.12,-2666.03,197.96,5.22873,50400,5,0,3293,0,1,0,0,0),(134399,9602,0,1,1,0,1,-7885.65,-2659.91,220.327,2.34327,50400,0,0,3293,0,0,0,0,0),(134400,9602,0,1,1,0,1,-7849.44,-2660.64,221.168,0.342078,50400,5,0,3293,0,1,0,0,0),(134401,8981,0,1,1,0,0,-7611.25,-2585.78,133.288,3.15303,50400,20,0,3644,0,1,0,0,0),(134402,8981,0,1,1,0,0,-7929.08,-2903.57,132.769,1.39216,50400,20,0,3644,0,1,0,0,0),(134403,8981,0,1,1,0,0,-7651.38,-2846.21,134.08,3.86381,50400,20,0,3644,0,1,0,0,0),(134404,8981,0,1,1,0,0,-8145.39,-2780.08,137.12,2.1375,50400,20,0,3644,0,1,0,0,0),(134405,8981,0,1,1,0,0,-8150.71,-2861.98,135.368,1.75031,50400,20,0,3644,0,1,0,0,0),(134406,10078,0,1,1,0,0,-7939.46,-1492.68,146.416,5.23119,100800,5,0,2718,2117,1,0,0,0),(134407,10078,0,1,1,0,0,-7904.64,-1505.75,140.695,2.79724,100800,5,0,2718,2117,1,0,0,0),(134408,10078,0,1,1,0,0,-7879.7,-1610.47,131.4,3.17816,100800,5,0,2718,2117,1,0,0,0),(134409,10078,0,1,1,0,0,-7873.05,-1704.17,128.261,1.78172,100800,5,0,2718,2117,1,0,0,0),(134410,10078,0,1,1,0,0,-7645.15,-2269.98,131.301,4.85499,100800,5,0,2718,2117,1,0,0,0),(134411,10078,0,1,1,0,0,-7769,-2128.74,128.983,2.94018,100800,5,0,2718,2117,1,0,0,0),(134412,10078,0,1,1,0,0,-7869.17,-1766.44,121.54,1.6105,100800,5,0,2718,2117,1,0,0,0),(134413,10078,0,1,1,0,0,-7648.31,-2288.56,131.188,1.63171,100800,5,0,2718,2117,1,0,0,0),(134414,8978,0,1,1,0,1,-7794.8,-1854.22,135.798,1.11492,21600,10,0,3758,0,1,0,0,0),(134415,8978,0,1,1,0,1,-7735.67,-1891.48,133.44,2.72969,21600,10,0,3758,0,1,0,0,0),(134416,8978,0,1,1,0,1,-7742.9,-2051.23,133.44,3.70516,21600,10,0,3758,0,1,0,0,0),(134417,8978,0,1,1,0,1,-7765.15,-2074.53,133.439,0.59891,21600,10,0,3758,0,1,0,0,0),(134418,8978,0,1,1,0,1,-7867.31,-2171.58,133.416,0.664101,21600,10,0,3758,0,1,0,0,0),(134419,8978,0,1,1,0,1,-7884.49,-2192.13,133.435,5.24297,21600,10,0,3758,0,1,0,0,0),(134420,8978,0,1,1,0,1,-7849.74,-2203.44,133.222,2.32051,21600,10,0,3758,0,1,0,0,0),(134421,8978,0,1,1,0,1,-7752.44,-2354.43,135.345,4.00362,21600,10,0,3758,0,1,0,0,0),(134422,8978,0,1,1,0,1,-7730.43,-2347.54,136.303,4.16855,21600,10,0,3758,0,1,0,0,0),(134423,8279,0,1,1,0,0,-7012.7,-1038.51,241.702,0.0553149,50400,30,0,2399,0,1,0,0,0),(134424,8279,0,1,1,0,0,-6791.06,-1062.97,240.726,5.99371,50400,30,0,2399,0,1,0,0,0),(134425,8279,0,1,1,0,0,-6722.44,-1290.69,241.516,3.06182,50400,30,0,2399,0,1,0,0,0),(134426,8279,0,1,1,0,0,-6962.38,-1667.71,241.003,3.92261,50400,30,0,2399,0,1,0,0,0),(134427,8282,0,1,1,7835,1,-6516.42,-977.163,342.948,0.160909,25200,5,0,5502,3728,1,0,0,0),(134428,8282,0,1,1,7835,1,-6485.41,-1003.04,341.171,1.70657,25200,5,0,5502,3728,1,0,0,0),(134429,8282,0,1,1,7835,1,-6493.01,-980.502,335.131,0.796295,25200,0,0,5502,3728,0,0,0,0),(134430,8277,0,1,1,4458,0,-7154.71,-1505.94,240.319,0.566275,104400,20,0,2576,0,1,0,0,0),(134431,8277,0,1,1,4458,0,-7185.76,-999.545,244.448,6.09784,104400,20,0,2576,0,1,0,0,0),(134432,8277,0,1,1,4458,0,-6515.87,-1104.83,312.746,5.45302,104400,20,0,2576,0,1,0,0,0),(134433,8277,0,1,1,4458,0,-6536.05,-1656.03,287.987,3.02536,104400,20,0,2576,0,1,0,0,0),(134434,8281,0,1,1,0,0,-6929.1,-1125.1,148.785,5.74683,100800,0,0,2672,0,2,0,0,0),(134435,8283,0,1,1,0,1,-6481.58,-1354.33,212.107,1.68895,21600,20,0,2769,0,1,0,0,0),(134436,8283,0,1,1,0,1,-6749.13,-1247.44,247.023,5.88687,21600,20,0,2769,0,1,0,0,0),(134437,8283,0,1,1,0,1,-6627.83,-1278.64,262.097,3.01546,21600,20,0,2769,0,1,0,0,0),(134438,8283,0,1,1,0,1,-6649.5,-1257.49,253.768,3.84798,21600,20,0,2769,0,1,0,0,0),(134439,14224,0,1,1,0,0,-6777.48,-3428.61,241.669,0.0205605,151200,40,0,1585,0,1,0,0,0),(134440,14224,0,1,1,0,0,-6758.16,-2670.21,242.449,2.79223,151200,40,0,1585,0,1,0,0,0),(134441,14224,0,1,1,0,0,-7029.18,-2793.56,241.667,3.18729,151200,40,0,1585,0,1,0,0,0),(134442,14224,0,1,1,0,0,-7187.85,-2567.51,245.432,1.62592,151200,40,0,1585,0,1,0,0,0),(134443,14224,0,1,1,0,0,-7000.52,-2416.89,241.667,1.53717,151200,40,0,1585,0,1,0,0,0),(134444,14224,0,1,1,0,0,-7221.25,-2147.2,305.74,3.8164,151200,40,0,1585,0,1,0,0,0),(134445,2753,0,1,1,0,0,-7016.97,-3046.43,242.228,5.42017,100800,30,0,1046,0,1,0,0,0),(134446,2753,0,1,1,0,0,-7013.03,-3468.18,241.673,1.9872,100800,30,0,1046,0,1,0,0,0),(134447,2850,0,1,1,0,0,-6335.96,-3563.72,241.737,5.32688,28800,30,0,1603,0,1,0,0,0),(134448,2850,0,1,1,0,0,-6147.18,-3413.65,246.71,0.0332949,28800,30,0,1603,0,1,0,0,0),(134449,2850,0,1,1,0,0,-6494.85,-3218.53,251.542,3.31626,28800,30,0,1603,0,1,0,0,0),(134450,2752,0,1,1,8550,0,-7317.62,-2423.82,282.348,1.09042,25200,30,0,2218,0,1,0,0,0),(134451,2752,0,1,1,8550,0,-7245.83,-2197.77,291.592,5.33707,25200,30,0,2218,0,1,0,0,0),(134452,2752,0,1,1,8550,0,-7224.89,-2128.48,308.4,4.21945,25200,30,0,2218,0,1,0,0,0),(134453,2744,0,1,1,0,1,-6325.38,-3080.88,310.834,4.02294,46800,0,0,1753,0,0,0,0,0),(134454,2744,0,1,1,0,1,-6350.12,-3072.52,310.836,2.40267,46800,0,0,1753,0,0,0,0,0),(134455,2744,0,1,1,0,1,-6368.25,-3092.61,310.836,0.84444,46800,0,0,1753,0,0,0,0,0),(134456,2749,0,1,1,0,0,-6871.89,-2474.56,244.964,1.69974,100800,40,0,5334,0,1,0,0,0),(134457,2749,0,1,1,0,0,-6870.37,-2367.13,245.122,1.92122,100800,40,0,5334,0,1,0,0,0),(134458,2749,0,1,1,0,0,-6914.6,-2293.12,240.744,1.79948,100800,40,0,5334,0,1,0,0,0),(134459,2749,0,1,1,0,0,-6876.74,-2215.62,246.544,5.08088,100800,40,0,5334,0,1,0,0,0),(134460,2749,0,1,1,0,0,-6972.67,-2472.58,241.668,0.0519719,100800,40,0,5334,0,1,0,0,0),(134461,2749,0,1,1,0,0,-6895.08,-2553.64,241.668,5.49871,100800,40,0,5334,0,1,0,0,0),(134462,2749,0,1,1,0,0,-6811.36,-2691.24,241.803,5.37305,100800,40,0,5334,0,1,0,0,0),(134463,2749,0,1,1,0,0,-6720.54,-2689.26,241.667,4.60336,100800,40,0,5334,0,1,0,0,0),(134464,2749,0,1,1,0,0,-6675.87,-2805.08,242.015,5.27723,100800,40,0,5334,0,1,0,0,0),(134465,2749,0,1,1,0,0,-6719.02,-2862.09,241.055,4.06457,100800,40,0,5334,0,1,0,0,0),(134466,2749,0,1,1,0,0,-6679.51,-2966.33,241.57,6.25191,100800,40,0,5334,0,1,0,0,0),(134467,2749,0,1,1,0,0,-6581.63,-2980.98,246.852,0.170569,100800,40,0,5334,0,1,0,0,0),(134468,2749,0,1,1,0,0,-6549.88,-3074.9,267.462,4.61828,100800,40,0,5334,0,1,0,0,0),(134469,2751,0,1,1,0,0,-6089.62,-3307.45,256.508,3.9075,50400,40,0,1469,0,1,0,0,0),(134470,2751,0,1,1,0,0,-6445.55,-3207.58,261.646,3.63889,50400,40,0,1469,0,1,0,0,0),(134471,2931,0,1,1,1210,0,-6992.21,-2959.33,241.668,1.51805,25200,60,0,7842,0,1,0,0,0),(134472,2931,0,1,1,1210,0,-6780.72,-2937.12,241.681,1.80472,25200,60,0,7842,0,1,0,0,0),(134473,1130,0,1,1,0,0,-5796.19,-1279.61,380.612,0.0238605,7200,30,0,247,0,1,0,0,0),(134474,1130,0,1,1,0,0,-5795.53,-1125.64,380.152,6.2073,7200,30,0,247,0,1,0,0,0),(134475,1130,0,1,1,0,0,-5798.45,-799.914,397.554,5.3787,7200,30,0,247,0,1,0,0,0),(134476,1137,0,1,1,0,0,-5499.88,-276.782,354.034,5.03772,1500,0,0,176,0,2,0,0,0),(134477,8503,0,1,1,0,1,-5294.84,580.469,388.175,5.71317,7200,20,0,199,459,1,0,0,0),(134478,1260,0,1,1,0,1,-5577.44,738.988,392.493,6.15967,7200,5,0,208,205,1,0,0,0),(134479,1260,0,1,1,0,1,-5657.94,694.35,388.595,2.91833,7200,5,0,208,205,1,0,0,0),(134480,1260,0,1,1,0,1,-5552.29,629.549,399.155,5.04597,7200,5,0,208,205,1,0,0,0),(134481,1260,0,1,1,0,1,-5602.93,612.653,389.8,0.72,7200,5,0,208,205,1,0,0,0),(134482,1260,0,1,1,0,1,-5670.69,647.065,388.339,6.25313,7200,5,0,208,205,1,0,0,0),(134483,1132,0,1,1,0,0,-5313.48,152.114,389.935,5.56098,7200,20,0,198,0,1,0,0,0),(134484,1132,0,1,1,0,0,-5274.49,122.044,392.245,5.9741,7200,20,0,198,0,1,0,0,0),(134485,2476,0,1,1,831,0,-5215.82,-3657.1,300.852,4.95221,18000,20,0,573,0,1,0,0,0),(134486,14268,0,1,1,14313,0,-5718.08,-4055.36,367.92,2.95247,18000,20,0,328,0,1,0,0,0),(134487,14268,0,1,1,14313,0,-5789.31,-4052.05,370.923,3.71823,18000,20,0,328,0,1,0,0,0),(134488,14268,0,1,1,14313,0,-5932.27,-3719.54,342.366,6.01709,18000,20,0,328,0,1,0,0,0),(134489,14425,0,1,1,543,1,-2965.36,-1693.82,9.43015,1.95012,82800,5,0,664,0,1,0,0,0),(134490,14425,0,1,1,543,1,-3055.29,-1688.94,9.50866,1.31787,82800,5,0,664,0,1,0,0,0),(134491,14425,0,1,1,543,1,-2902.11,-1844.95,9.44318,2.04594,82800,5,0,664,0,1,0,0,0),(134492,14425,0,1,1,543,1,-2967.25,-1954.45,9.30357,5.55353,82800,5,0,664,0,1,0,0,0),(134493,14425,0,1,1,543,1,-3088.73,-1998.04,9.2548,6.00906,82800,5,0,664,0,1,0,0,0),(134494,14424,0,1,1,0,0,-3064.32,-1246.68,6.27744,0.876569,39600,15,0,734,0,1,0,0,0),(134495,14424,0,1,1,0,0,-3123.78,-1267.58,6.11777,1.24178,39600,15,0,734,0,1,0,0,0),(134496,14424,0,1,1,0,0,-3129.05,-1359.7,6.08778,0.993593,39600,15,0,734,0,1,0,0,0),(134497,14424,0,1,1,0,0,-3189.54,-1441.41,6.42105,0.991237,39600,15,0,734,0,1,0,0,0),(134498,14424,0,1,1,0,0,-2869.19,-1389.43,6.08772,3.82151,39600,15,0,734,0,1,0,0,0),(134499,14424,0,1,1,0,0,-2809.46,-1255.03,6.10735,4.69016,39600,15,0,734,0,1,0,0,0),(134500,14424,0,1,1,0,0,-2987.19,-1498.11,6.12174,4.18593,39600,15,0,734,0,1,0,0,0),(134501,14424,0,1,1,0,0,-3043.04,-1527.75,0.839375,2.97044,39600,15,0,734,0,1,0,0,0),(134502,14424,0,1,1,0,0,-2845.53,-1312.79,6.08789,4.04063,39600,15,0,734,0,1,0,0,0),(134503,14424,0,1,1,0,0,-2814.83,-1190.84,6.38761,0.117568,39600,15,0,734,0,1,0,0,0),(134504,14424,0,1,1,0,0,-2775.41,-1183.08,6.84324,1.01528,39600,15,0,734,0,1,0,0,0),(134505,14424,0,1,1,0,0,-2952.75,-1279.71,6.50979,1.42761,39600,15,0,734,0,1,0,0,0),(134506,14424,0,1,1,0,0,-2909.83,-1198.62,6.74907,1.05612,39600,15,0,734,0,1,0,0,0),(134507,14424,0,1,1,0,0,-2883.41,-1107.3,6.23648,3.84555,39600,15,0,734,0,1,0,0,0),(134508,14424,0,1,1,0,0,-2988.78,-1108.52,6.18763,1.69435,39600,15,0,734,0,1,0,0,0),(134509,14424,0,1,1,0,0,-3035.63,-1090.82,6.0878,3.17168,39600,15,0,734,0,1,0,0,0),(134510,14424,0,1,1,0,0,-3024.37,-1051.34,6.08822,1.07624,39600,15,0,734,0,1,0,0,0),(134511,14424,0,1,1,0,0,-2983.89,-1153.69,6.08775,1.07938,39600,15,0,734,0,1,0,0,0),(134512,14424,0,1,1,0,0,-3022.69,-1223.12,4.92937,0.375663,39600,15,0,734,0,1,0,0,0),(134513,14424,0,1,1,0,0,-3227.55,-1499.48,6.42429,0.771326,39600,15,0,734,0,1,0,0,0),(134514,14424,0,1,1,0,0,-2910.54,-1454.22,6.08779,4.31238,39600,15,0,734,0,1,0,0,0),(134516,3854,33,1,1,0,0,-225.25,2303.56,94.6765,2.77875,86400,10,0,1452,0,2,0,0,0),(134517,3872,33,1,1,0,1,-192.012,2124.54,97.3899,4.29002,86400,0,0,1563,0,2,0,0,0),(134534,28407,571,1,1,24978,0,856.228,-2685.81,22.2555,2.37365,180,0,0,42,0,0,0,0,0),(134535,28407,571,1,1,24698,0,867.296,-2693.11,21.9524,0.855211,180,0,0,42,0,0,0,0,0),(134536,28407,571,1,1,24698,0,849.442,-2680.81,21.3242,0.20944,180,0,0,42,0,0,0,0,0),(134537,28407,571,1,1,25390,0,865.457,-2682.04,25.3442,1.71042,180,0,0,42,0,0,0,0,0),(134538,28407,571,1,1,25390,0,858.603,-2677.43,24.5881,3.89208,180,0,0,42,0,0,0,0,0),(134539,28407,571,1,1,24698,0,881.058,-2489.24,15.7969,1.20428,180,0,0,42,0,0,0,0,0),(134540,28407,571,1,1,25390,0,877.931,-2484.47,15.124,0.366519,180,0,0,42,0,0,0,0,0),(134541,28407,571,1,1,25391,0,881.528,-2496.93,16.6282,5.61996,180,0,0,42,0,0,0,0,0),(134542,28407,571,1,1,24978,0,880.919,-2508.04,17.7156,3.1765,180,0,0,42,0,0,0,0,0),(134543,28407,571,1,1,24978,0,863.768,-2501.26,17.1218,4.99164,180,0,0,42,0,0,0,0,0),(134544,28407,571,1,1,24978,0,868.518,-2509.98,18.7623,4.2237,180,0,0,42,0,0,0,0,0),(134545,28407,571,1,1,24978,0,277.197,-2865.44,27.2757,3.71755,180,0,0,42,0,0,0,0,0),(134546,28407,571,1,1,24698,0,269.805,-2872.61,30.948,5.06145,180,0,0,42,0,0,0,0,0),(134547,28407,571,1,1,24978,0,282.706,-2866.48,25.4614,5.93412,180,0,0,42,0,0,0,0,0),(134548,28407,571,1,1,25390,0,276.778,-2858,28.1674,3.26377,180,0,0,42,0,0,0,0,0),(134549,28407,571,1,1,24978,0,267.762,-2862.02,34.1764,0.925025,180,0,0,42,0,0,0,0,0),(134550,28407,571,1,1,24698,0,274.897,-2874.95,28.1772,2.61799,180,0,0,42,0,0,0,0,0),(134551,28407,571,1,1,24698,0,876.749,-2678.75,30.4151,2.18562,180,5,0,42,0,1,0,0,0),(134552,28407,571,1,1,24698,0,872.849,-2674.28,30.4977,0.506145,180,0,0,42,0,0,0,0,0),(134553,28407,571,1,1,24978,0,875.778,-2670.85,29.9443,5.63741,180,0,0,42,0,0,0,0,0),(134554,28407,571,1,1,24978,0,880.937,-2674.34,30.1217,1.39626,180,0,0,42,0,0,0,0,0),(134555,28407,571,1,1,24698,0,869.476,-2668.58,27.6377,4.7822,180,0,0,42,0,0,0,0,0),(134556,28407,571,1,1,24978,0,870.712,-2663.26,22.7926,2.16421,180,0,0,42,0,0,0,0,0),(134557,28407,571,1,1,25390,0,861.916,-2660.63,21.5913,1.79769,180,0,0,42,0,0,0,0,0),(134558,28407,571,1,1,25391,0,853.161,-2546.94,30.1241,0.20944,180,0,0,42,0,0,0,0,0),(134559,28407,571,1,1,24978,0,860.6,-2544.17,30.5106,2.47837,180,0,0,42,0,0,0,0,0),(134560,28407,571,1,1,24698,0,872.916,-2548.91,21.4862,3.36848,180,0,0,42,0,0,0,0,0),(134561,28407,571,1,1,24978,0,866.318,-2558.08,19.8644,0.698132,180,0,0,42,0,0,0,0,0),(134562,28407,571,1,1,25390,0,876.852,-2554.1,18.5798,1.88496,180,0,0,42,0,0,0,0,0),(134563,28407,571,1,1,25391,0,855.436,-2539.85,29.4375,3.78736,180,0,0,42,0,0,0,0,0),(134564,28407,571,1,1,24978,0,652.329,-2651.38,26.8254,5.5676,180,0,0,42,0,0,0,0,0),(134565,28407,571,1,1,25391,0,653.565,-2656.3,25.7698,1.64061,180,0,0,42,0,0,0,0,0),(134566,28407,571,1,1,24978,0,664.216,-2649.16,25.1051,1.13446,180,0,0,42,0,0,0,0,0),(134567,28407,571,1,1,24698,0,654.389,-2642.92,27.9155,4.93928,180,0,0,42,0,0,0,0,0),(134568,28407,571,1,1,25391,0,642.786,-2653.31,28.4903,2.14675,180,0,0,42,0,0,0,0,0),(134569,28407,571,1,1,24698,0,671.75,-2640.47,24.8706,0.628319,180,0,0,42,0,0,0,0,0),(134570,28407,571,1,1,24698,0,686.125,-2639.82,24.1018,1.17665,180,5,0,42,0,1,0,0,0),(134571,28407,571,1,1,24698,0,897.235,-2687.73,20.8725,0.907571,180,0,0,42,0,0,0,0,0),(134572,28407,571,1,1,24978,0,895.2,-2679.68,19.8039,5.72468,180,0,0,42,0,0,0,0,0),(134573,28407,571,1,1,25390,0,907.115,-2683.46,15.0805,4.04916,180,0,0,42,0,0,0,0,0),(134574,28407,571,1,1,24978,0,907.052,-2670.08,13.7728,3.24631,180,0,0,42,0,0,0,0,0),(134575,28407,571,1,1,24978,0,895.894,-2668.81,17.4209,3.89208,180,0,0,42,0,0,0,0,0),(134576,28407,571,1,1,24698,0,865.662,-2689.48,22.801,5.68977,180,0,0,42,0,0,0,0,0),(134577,28407,571,1,1,25390,0,875.206,-2499.47,17.1371,3.94717,180,5,0,42,0,1,0,0,0),(134578,28407,571,1,1,24698,0,-676.838,-4440.89,26.7766,4.55531,180,0,0,42,0,0,0,0,0),(134579,28407,571,1,1,24978,0,-676.159,-4449.19,25.1483,5.25344,180,0,0,42,0,0,0,0,0),(134580,28407,571,1,1,24698,0,-665.045,-4451.86,26.9649,0.296706,180,0,0,42,0,0,0,0,0),(134581,28407,571,1,1,24698,0,-661.233,-4439.46,31.7544,0.680678,180,0,0,42,0,0,0,0,0),(134582,28407,571,1,1,24978,0,-675.103,-4433.66,28.3148,6.19592,180,0,0,42,0,0,0,0,0),(134583,28407,571,1,1,24978,0,-684.214,-4440.28,25.0727,2.89725,180,0,0,42,0,0,0,0,0),(134584,28407,571,1,1,24978,0,-635.093,-4451.91,31.991,3.90954,180,0,0,42,0,0,0,0,0),(134585,28407,571,1,1,24698,0,-637.939,-4458.34,29.6718,5.60251,180,0,0,42,0,0,0,0,0),(134586,28407,571,1,1,25390,0,-624.872,-4456.67,29.0646,6.26573,180,0,0,42,0,0,0,0,0),(134587,28407,571,1,1,24978,0,-600.534,-4448.33,26.8135,5.75959,180,0,0,42,0,0,0,0,0),(134588,28407,571,1,1,24698,0,-610.322,-4445.15,27.7911,4.39823,180,0,0,42,0,0,0,0,0),(134589,28407,571,1,1,24978,0,-642.01,-4453.2,30.5454,4.2586,180,0,0,42,0,0,0,0,0),(134590,28407,571,1,1,25390,0,677.736,-2638.63,24.512,3.87463,180,0,0,42,0,0,0,0,0),(134591,28407,571,1,1,25390,0,678.506,-2631.2,24.2409,4.2586,180,0,0,42,0,0,0,0,0),(134592,28407,571,1,1,24698,0,682.485,-2644.73,24.4639,5.16617,180,0,0,42,0,0,0,0,0),(134593,28407,571,1,1,25391,0,688.462,-2633.36,24.0117,5.46288,180,0,0,42,0,0,0,0,0),(134594,28407,571,1,1,24698,0,700.177,-2641.55,21.5685,4.76475,180,0,0,42,0,0,0,0,0),(134595,28407,571,1,1,24978,0,697.574,-2631.68,22.7314,5.55015,180,0,0,42,0,0,0,0,0),(134596,28407,571,1,1,24698,0,214.764,-2805.87,28.5095,4.4164,180,5,0,42,0,1,0,0,0),(134597,28407,571,1,1,24978,0,857.332,-2551.11,29.7789,3.91039,180,5,0,42,0,1,0,0,0),(134598,28407,571,1,1,24978,0,607.508,-2647.62,26.6136,0,180,0,0,42,0,0,0,0,0),(134599,28407,571,1,1,25391,0,620.605,-2643.03,30.2412,1.36136,180,0,0,42,0,0,0,0,0),(134600,28407,571,1,1,25390,0,622.593,-2650.58,28.3815,4.31096,180,0,0,42,0,0,0,0,0),(134601,28407,571,1,1,24978,0,624.221,-2658.86,25.9874,3.36848,180,0,0,42,0,0,0,0,0),(134602,28407,571,1,1,24978,0,634.424,-2650.6,30.2282,1.53589,180,0,0,42,0,0,0,0,0),(134603,28407,571,1,1,25390,0,608.731,-2652.15,25.82,1.15192,180,0,0,42,0,0,0,0,0),(134604,28407,571,1,1,25391,0,819.174,-2681.99,16.4339,3.17842,180,5,0,42,0,1,0,0,0),(134605,28407,571,1,1,24978,0,230.738,-2867.49,30.9285,0.10472,180,0,0,42,0,0,0,0,0),(134606,28407,571,1,1,24978,0,229.606,-2860,32.3538,4.76475,180,0,0,42,0,0,0,0,0),(134607,28407,571,1,1,25391,0,240.781,-2859.9,37.9736,3.21141,180,0,0,42,0,0,0,0,0),(134608,28407,571,1,1,24698,0,243.715,-2870.71,33.0073,4.64258,180,0,0,42,0,0,0,0,0),(134609,28407,571,1,1,24698,0,248.003,-2876.34,31.6873,2.96706,180,0,0,42,0,0,0,0,0),(134610,28407,571,1,1,24698,0,250.995,-2865.82,36.7112,5.18363,180,0,0,42,0,0,0,0,0),(134611,28407,571,1,1,24978,0,840.91,-2566.28,17.2371,5.16617,180,0,0,42,0,0,0,0,0),(134612,28407,571,1,1,25391,0,835.976,-2561.03,19.023,5.39307,180,0,0,42,0,0,0,0,0),(134613,28407,571,1,1,24698,0,844.762,-2563.19,18.3914,4.93928,180,0,0,42,0,0,0,0,0),(134614,28407,571,1,1,24698,0,846.809,-2570.04,15.9304,5.18363,180,0,0,42,0,0,0,0,0),(134615,28407,571,1,1,25391,0,837.713,-2555.18,22.396,1.74533,180,0,0,42,0,0,0,0,0),(134616,28407,571,1,1,24978,0,856.035,-2568.42,16.7343,0.279253,180,0,0,42,0,0,0,0,0),(134617,28407,571,1,1,25391,0,207.127,-2804.03,27.0933,2.61799,180,0,0,42,0,0,0,0,0),(134618,28407,571,1,1,24698,0,213.329,-2800.03,27.3967,0.523599,180,0,0,42,0,0,0,0,0),(134619,28407,571,1,1,24978,0,220.952,-2802.56,29.2873,1.01229,180,0,0,42,0,0,0,0,0),(134620,28407,571,1,1,25391,0,219.924,-2809.82,31.1226,1.09956,180,0,0,42,0,0,0,0,0),(134621,28407,571,1,1,25390,0,213.551,-2813.46,29.5093,0.383972,180,0,0,42,0,0,0,0,0),(134622,28407,571,1,1,25390,0,222.095,-2793.61,27.4503,2.56563,180,0,0,42,0,0,0,0,0),(134623,28407,571,1,1,24978,0,825.906,-2676.64,17.54,0.890118,180,0,0,42,0,0,0,0,0),(134624,28407,571,1,1,25390,0,830.479,-2681.75,17.4235,0.15708,180,0,0,42,0,0,0,0,0),(134625,28407,571,1,1,24698,0,822.73,-2687.3,16.3661,3.15905,180,0,0,42,0,0,0,0,0),(134626,28407,571,1,1,25391,0,814.761,-2683.72,15.7096,3.85718,180,0,0,42,0,0,0,0,0),(134627,28407,571,1,1,25391,0,818.12,-2674.59,16.0824,5.96903,180,0,0,42,0,0,0,0,0),(134628,28407,571,1,1,24978,0,834.537,-2673.28,17.9478,4.85202,180,0,0,42,0,0,0,0,0),(134629,28407,571,1,1,24698,0,647.061,-2656.55,26.9649,6.03384,180,5,0,42,0,1,0,0,0),(134630,28407,571,1,1,24698,0,-636.063,-4456.03,30.8595,3.00175,180,5,0,42,0,1,0,0,0),(134631,28407,571,1,1,24698,0,-656.115,-4464.47,22.9937,5.72468,180,0,0,42,0,0,0,0,0),(134632,28407,571,1,1,24978,0,-655.416,-4458.55,26.5775,5.72468,180,0,0,42,0,0,0,0,0),(134633,28407,571,1,1,25391,0,-648.385,-4462.32,25.9408,4.5204,180,0,0,42,0,0,0,0,0),(134634,28407,571,1,1,25391,0,-636.689,-4465.14,26.5543,1.85005,180,0,0,42,0,0,0,0,0),(134635,28407,571,1,1,24698,0,-644.137,-4456.79,29.363,4.59022,180,0,0,42,0,0,0,0,0),(134636,28407,571,1,1,25390,0,-665.746,-4456.09,25.9361,5.3058,180,0,0,42,0,0,0,0,0),(134637,28407,571,1,1,25391,0,291.612,-2852.66,23.0752,5.18363,180,0,0,42,0,0,0,0,0),(134638,28407,571,1,1,24698,0,289.989,-2845.12,24.0422,2.02458,180,0,0,42,0,0,0,0,0),(134639,28407,571,1,1,24698,0,293.002,-2860.9,21.5906,0.383972,180,0,0,42,0,0,0,0,0),(134640,28407,571,1,1,25390,0,285.918,-2853.78,24.9056,5.32325,180,0,0,42,0,0,0,0,0),(134641,28407,571,1,1,24978,0,296.996,-2840.37,20.783,0.069813,180,0,0,42,0,0,0,0,0),(134642,28407,571,1,1,25390,0,304.508,-2857.28,17.5154,4.20624,180,0,0,42,0,0,0,0,0),(134643,28407,571,1,1,24978,0,299.167,-2850.55,20.0923,2.09045,180,5,0,42,0,1,0,0,0),(134644,28407,571,1,1,24978,0,839.902,-2559.83,20.2402,2.97905,180,5,0,42,0,1,0,0,0),(134645,28407,571,1,1,25391,0,237.193,-2865.93,33.1898,4.91346,180,5,0,42,0,1,0,0,0),(134646,28407,571,1,1,25390,0,900.398,-2680.67,18.1031,4.36279,180,5,0,42,0,1,0,0,0),(134647,28407,571,1,1,24698,0,859.742,-2693.88,20.1665,5.83474,180,5,0,42,0,1,0,0,0),(134648,28407,571,1,1,24698,0,609.738,-2641.52,29.1553,0.246079,180,5,0,42,0,1,0,0,0),(85122,33763,571,1,1,28835,1,8443.1,1059.46,554.4,0.820305,180,0,0,1,0,0,0,0,0),(85120,36066,571,1,1,29267,1,8505.89,868.191,558.159,0.05236,180,0,0,1,0,0,0,0,0),(85119,33762,571,1,1,28837,1,8588.21,816.003,547.637,0.785398,180,0,0,1,0,0,0,0,0),(85117,36065,571,1,1,29240,1,8526.83,868.146,558.16,3.08923,180,0,0,1,0,0,0,0,0),(85116,35808,571,1,1,29284,0,8534.48,980.085,547.409,4.01426,180,0,0,1,0,0,0,0,0),(85115,35808,571,1,1,29284,0,8541,980.271,547.418,1.06465,180,0,0,1,0,2,0,0,0),(85114,33759,571,1,1,28836,1,8447.08,1056.51,554.423,1.50098,180,0,0,1,0,0,0,0,0),(85113,35293,571,1,1,29742,0,8582.5,679.299,547.613,2.25148,180,0,0,1,0,0,0,0,0),(85112,35292,571,1,1,29740,0,8440.57,692.891,547.56,0.593412,180,0,0,1,0,0,0,0,0),(85111,33243,571,1,1,28938,0,8611.84,1064.62,558.723,3.31613,180,0,0,1,0,0,0,0,0),(85110,33243,571,1,1,28938,0,8610.86,853.79,547.669,3.71755,180,0,0,1,0,0,0,0,0),(85109,33243,571,1,1,28938,0,8632.4,858.023,545.179,2.04204,180,0,0,1,0,0,0,0,0),(85108,33243,571,1,1,28938,0,8592.58,879.565,549.028,3.52556,180,0,0,1,0,0,0,0,0),(85107,33243,571,1,1,28938,0,8626.61,855.009,545.177,1.98968,180,0,0,1,0,0,0,0,0),(85106,35291,571,1,1,29739,0,8581.72,681.682,547.551,2.37365,180,0,0,1,0,0,0,0,0),(85105,33243,571,1,1,28938,0,8572.94,1042.85,547.438,4.2586,180,0,0,1,0,0,0,0,0),(85103,33243,571,1,1,28938,0,8586.83,1097.08,557.275,2.37365,180,0,0,1,0,0,0,0,0),(85102,33243,571,1,1,28938,0,8638.58,861.632,545.323,2.07694,180,0,0,1,0,0,0,0,0),(85101,35290,571,1,1,29738,0,8438.87,695.196,547.876,0.785398,180,0,0,1,0,0,0,0,0),(85100,33749,571,1,1,28973,1,8402.88,995.998,545.677,5.16617,180,0,0,1,0,0,0,0,0),(85099,33749,571,1,1,28865,1,8409.81,1001.03,545.579,5.13127,180,0,0,1,0,0,0,0,0),(85096,33748,571,1,1,28967,1,8402.52,914.308,544.757,0.069813,180,0,0,1,0,0,0,0,0),(85095,33748,571,1,1,28864,1,8402.08,923.969,544.79,0.069813,180,0,0,1,0,0,0,0,0),(85094,34772,571,1,1,29478,0,8427.44,667.821,550.373,3.83972,180,0,0,1,0,0,0,0,0),(85090,33747,571,1,1,28863,1,8457.8,946.264,544.824,3.10669,180,0,0,1,0,0,0,0,0),(85089,33747,571,1,1,28960,1,8457.36,953.064,544.909,3.10669,180,0,0,1,0,0,0,0,0),(85088,34771,571,1,1,29479,1,8420.01,674.24,550.462,4.20624,180,0,0,1,0,0,0,0,0),(85085,33746,571,1,1,28862,1,8413.81,895.52,544.787,1.29154,180,0,0,1,0,0,0,0,0),(85084,33746,571,1,1,28963,1,8420.63,895.044,544.757,1.29154,180,0,0,1,0,0,0,0,0),(85081,33745,571,1,1,28970,1,8400.13,973.996,544.784,6.0912,180,0,0,1,0,0,0,0,0),(85080,33745,571,1,1,28702,1,8400.83,979.962,545.157,6.0912,180,0,0,1,0,0,0,0,0),(85079,33744,571,1,1,28861,1,8402.17,953.61,545.208,0.191986,180,0,0,1,0,0,0,0,0),(85078,33744,571,1,1,28965,1,8401.77,945.834,544.865,0.191986,180,0,0,1,0,0,0,0,0),(134702,33559,571,1,1,28955,1,8684.22,739.932,547.639,3.89208,180,0,0,50000,0,0,0,0,0),(134703,33559,571,1,1,28956,1,8689.06,730.657,547.611,3.19395,180,0,0,50000,0,0,0,0,0),(85074,33743,571,1,1,28860,1,8458.17,922.841,544.772,3.07178,180,0,0,1,0,0,0,0,0),(85073,33743,571,1,1,28964,1,8457.15,931.123,544.977,3.07178,180,0,0,1,0,0,0,0,0),(85072,33229,571,1,1,28048,0,8604.81,891.644,545.562,0.663225,180,0,0,1,0,0,0,0,0),(85071,33229,571,1,1,28048,0,8598.01,1057.74,559.021,6.26573,180,0,0,1,0,0,0,0,0),(85070,33229,571,1,1,28048,0,8587.38,910.882,549.558,3.00197,180,0,0,1,0,0,0,0,0),(85069,33229,571,1,1,28048,0,8586.04,1027.19,547.438,3.08923,180,0,0,1,0,0,0,0,0),(85068,33229,571,1,1,28048,0,8582,1011.89,547.613,4.74729,180,0,0,1,0,0,0,0,0),(85067,33229,571,1,1,28048,0,8390.74,860.649,548.676,1.8675,180,0,0,1,0,0,0,0,0),(85066,33229,571,1,1,28048,0,8622.5,910.988,545.218,3.33358,180,0,0,1,0,0,0,0,0),(85065,33229,571,1,1,28048,0,8591.28,1109.84,556.97,3.12414,180,0,0,1,0,0,0,0,0),(85062,33740,571,1,1,28859,1,8453.89,903.436,546.144,2.53073,180,0,0,1,0,0,0,0,0),(85061,33740,571,1,1,28961,1,8456,909.269,545.706,3.01942,180,0,0,1,0,0,0,0,0),(85059,33739,571,1,1,28858,1,8442.83,1007.42,544.833,4.13643,180,0,0,1,0,0,0,0,0),(85058,33739,571,1,1,28962,1,8434.98,1008.48,545.08,4.74729,180,0,0,1,0,0,0,0,0),(85055,33738,571,1,1,28857,1,8457.28,988.248,545.3,3.22886,180,0,0,1,0,0,0,0,0),(85054,33738,571,1,1,28959,1,8456.42,995.519,544.83,3.50811,180,0,0,1,0,0,0,0,0),(85053,33225,571,1,1,28560,1,8627.64,640.615,550.246,2.30383,180,0,0,1,0,0,0,0,0),(85052,33481,571,1,1,28711,0,8545.22,714.892,548.152,0.785398,180,0,0,1,0,0,0,0,0),(85051,33481,571,1,1,28716,0,8620.28,927.977,547.655,0.663225,180,0,0,1,0,0,0,0,0),(85050,33481,571,1,1,28716,0,8434.25,878.297,549.642,1.64061,180,0,0,1,0,0,0,0,0),(85049,33481,571,1,1,28711,0,8544.64,702.58,548.295,3.1765,180,0,0,1,0,0,0,0,0),(85048,33481,571,1,1,28716,0,8469.13,942.5,548.141,3.15905,180,0,0,1,0,0,0,0,0),(85047,33481,571,1,1,28716,0,8596.2,1093.66,558.942,2.56563,180,0,0,1,0,0,0,0,0),(85045,33479,571,1,1,28748,1,8420.87,848.651,549.627,4.20624,180,0,0,1,0,0,0,0,0),(85043,33479,571,1,1,28707,1,8494.09,962.908,547.392,2.79253,180,0,0,1,0,0,0,0,0),(85042,33479,571,1,1,28749,1,8579.83,1151.38,557.482,4.15388,180,0,0,1,0,0,0,0,0),(85041,33479,571,1,1,28749,1,8470.94,945.775,549.266,3.15905,180,0,0,1,0,0,0,0,0),(85040,33479,571,1,1,28750,1,8600.89,987.385,548.383,4.59022,180,0,0,1,0,0,0,0,0),(85039,33479,571,1,1,28749,1,8565.21,727.391,548.144,1.76278,180,0,0,1,0,0,0,0,0),(85038,33223,571,1,1,28559,1,8623.98,639.313,550.252,1.88496,180,0,0,1,0,0,0,0,0),(85034,33476,571,1,1,28746,1,8399.35,845.318,548.936,5.18363,180,0,0,1,0,0,0,0,0),(85033,33476,571,1,1,28746,1,8478.49,717.866,547.79,0.680678,180,0,0,1,0,0,0,0,0),(85032,33476,571,1,1,28630,1,8596.2,1096.98,558.007,2.6529,180,0,0,1,0,0,0,0,0),(85031,33476,571,1,1,28630,1,8480.9,683.544,547.453,4.76475,180,0,0,1,0,0,0,0,0),(85030,33476,571,1,1,28746,1,8603.05,904.815,546.7,6.26573,180,0,0,1,0,0,0,0,0),(85029,33476,571,1,1,28630,1,8469.67,979.476,548.415,3.15905,180,0,0,1,0,0,0,0,0),(85028,33474,571,1,1,28703,0,8481.62,1108.94,555.382,0.174533,180,0,0,1,0,0,0,0,0),(85026,33473,571,1,1,28751,1,8483.54,698.821,547.429,5.3058,180,0,0,1,0,0,0,0,0),(85024,33469,571,1,1,28631,1,8579.23,1153.13,558.354,3.89208,180,0,0,1,0,0,0,0,0),(85023,33469,571,1,1,28631,1,8469.75,951.698,548.609,3.15905,180,0,0,1,0,0,0,0,0),(85021,33469,571,1,1,28752,1,8482.33,719.51,547.79,3.92699,180,0,0,1,0,0,0,0,0),(85019,33469,571,1,1,28753,1,8581.97,1019.56,548.223,1.62316,180,0,0,1,0,0,0,0,0),(85018,33468,571,1,1,28747,1,8481.27,714.927,547.79,0.855211,180,0,0,1,0,0,0,0,0),(85017,33468,571,1,1,28747,1,8587.62,1147.25,558.384,3.97935,180,0,0,1,0,0,0,0,0),(85016,33468,571,1,1,28747,1,8615.18,958.204,548.547,3.42085,180,0,0,1,0,0,0,0,0),(85015,33468,571,1,1,28629,1,8422.96,846.34,548.9,4.24115,180,0,0,1,0,0,0,0,0),(85014,33468,571,1,1,28747,1,8471.64,971.911,549.46,3.15905,180,0,0,1,0,0,0,0,0),(85013,33467,571,1,1,29091,0,8484.67,1101.09,554.457,0.623451,180,0,0,1,0,0,0,0,0),(85012,33465,571,1,1,29093,0,8478.13,1106.71,554.421,0.58613,180,0,0,1,0,0,0,0,0),(85011,33463,571,1,1,28704,0,8600.59,1115.99,559.511,3.14159,180,0,0,1,0,0,0,0,0),(85010,33463,571,1,1,28704,0,8470.62,982.281,549.067,3.15905,180,0,0,1,0,0,0,0,0),(85009,33463,571,1,1,28714,0,8409.06,847.345,548.53,4.66003,180,0,0,1,0,0,0,0,0),(85008,33463,571,1,1,28714,0,8574.04,728.001,548.154,1.67552,180,0,0,1,0,0,0,0,0),(85007,33463,571,1,1,28714,0,8553.4,713.418,548.127,2.28638,180,0,0,1,0,0,0,0,0),(85006,33463,571,1,1,28714,0,8446.81,879.927,548.413,1.62316,180,0,0,1,0,0,0,0,0),(85005,33463,571,1,1,28714,0,8584.5,1149.08,557.984,4.2586,180,0,0,1,0,0,0,0,0),(85004,33974,571,1,1,28997,1,8622.99,853.168,545.177,1.65806,180,0,0,1,0,0,0,0,0),(85003,33462,571,1,1,29087,0,8490.95,1095.49,554.395,0.612312,180,0,0,1,0,0,0,0,0),(85002,33973,571,1,1,28996,1,8620.39,899.615,545.177,3.35103,180,0,0,1,0,0,0,0,0),(85001,33460,571,1,1,28633,1,8482.97,695.929,547.429,0.20944,180,0,0,1,0,0,0,0,0),(85000,33460,571,1,1,28633,1,8593.08,1093.99,557.507,2.53073,180,0,0,1,0,0,0,0,0),(84999,33460,571,1,1,28633,1,8616.71,956.314,548.929,3.15905,180,0,0,1,0,0,0,0,0),(84998,33460,571,1,1,28745,1,8403.11,845.366,548.008,5.21853,180,0,0,1,0,0,0,0,0),(84997,33460,571,1,1,28744,1,8483.95,717.756,547.79,3.90954,180,0,0,1,0,0,0,0,0),(84996,33460,571,1,1,28745,1,8436.89,880.122,548.542,1.55334,180,0,0,1,0,0,0,0,0),(84995,33972,571,1,1,28995,1,8638.35,887.024,545.482,3.75246,180,0,0,1,0,0,0,0,0),(84994,33460,571,1,1,28745,1,8489.19,962.821,547.382,2.33874,180,0,0,1,0,0,0,0,0),(84993,33460,571,1,1,28633,1,8633.25,892.297,545.878,4.69494,180,0,0,1,0,0,0,0,0),(84992,33971,571,1,1,28994,0,8425.18,671.476,550.458,4.01426,180,0,0,1,0,0,0,0,0),(84991,33459,571,1,1,29090,0,8485.72,1103.16,554.446,0.59486,180,0,0,1,0,0,0,0,0),(84990,33970,571,1,1,28993,0,8605.13,665.765,550.375,5.61996,180,0,0,1,0,0,0,0,0),(84988,35501,571,1,1,29915,0,8462.05,846.653,558.272,2.16421,180,0,0,1,0,0,0,0,0),(84987,35499,571,1,1,29843,1,8427.85,1033.18,551.025,5.81195,180,0,0,1,0,0,0,0,0),(84986,33447,571,1,1,29146,0,8608.76,964.608,548.339,3.47321,180,0,0,1,0,0,0,0,0),(84984,33698,571,1,1,28928,1,8395.61,776.155,548.706,3.49066,180,0,0,1,0,0,0,0,0),(84983,33698,571,1,1,28928,1,8489.51,1061.17,551.721,5.23599,180,0,0,1,0,0,0,0,0),(84982,33698,571,1,1,28930,1,8598.35,754.444,548.081,5.70723,180,0,0,1,0,0,0,0,0),(84981,33698,571,1,1,28927,1,8400.39,827.31,547.431,1.55334,180,0,0,1,0,0,0,0,0),(84980,33698,571,1,1,28927,1,8552.49,978.029,547.714,6.21337,180,0,0,1,0,0,0,0,0),(84979,33698,571,1,1,28928,1,8390.26,812.915,550.267,2.67035,180,0,0,1,0,0,0,0,0),(84978,33698,571,1,1,28927,1,8638.26,829.503,548.4,3.05433,180,0,0,1,0,0,0,0,0),(84977,33698,571,1,1,28928,1,8438.96,817.535,547.74,1.62316,180,0,0,1,0,0,0,0,0),(84976,33698,571,1,1,28928,1,8648.82,779.045,547.699,3.19395,180,0,0,1,0,0,0,0,0),(84975,33698,571,1,1,28928,1,8424.09,738.585,547.735,3.87463,180,0,0,1,0,0,0,0,0),(84974,33698,571,1,1,28928,1,8420.02,827.779,547.376,1.62316,180,0,0,1,0,0,0,0,0),(84942,33698,571,1,1,28930,1,8398.16,961.956,544.971,0.087266,180,0,0,1,0,0,0,0,0),(84941,33698,571,1,1,28928,1,8552.07,869.753,547.748,0.453786,180,0,0,1,0,0,0,0,0),(84936,33698,571,1,1,28927,1,8508.59,1006.68,547.547,1.62316,180,0,0,1,0,0,0,0,0),(84935,33698,571,1,1,28927,1,8397.24,861.498,547.606,1.88496,180,0,0,1,0,0,0,0,0),(84934,33698,571,1,1,28929,1,8366.11,808.804,547.965,3.21141,180,0,0,1,0,0,0,0,0),(84933,33698,571,1,1,28927,1,8602.61,1002.53,548.392,3.59538,180,0,0,1,0,0,0,0,0),(84932,33698,571,1,1,28927,1,8461.94,956.948,545.476,0.191986,180,0,0,1,0,0,0,0,0),(84931,33698,571,1,1,28929,1,8556.97,1031.81,547.55,3.68265,180,0,0,1,0,0,0,0,0),(84930,33698,571,1,1,28927,1,8408.59,891.227,545.102,3.94444,180,0,0,1,0,0,0,0,0),(84929,33698,571,1,1,28929,1,8579.02,1079.82,557.363,5.35816,180,0,0,1,0,0,0,0,0),(84928,33698,571,1,1,28928,1,8399.08,899.253,546.031,3.92699,180,0,0,1,0,0,0,0,0),(84927,33698,571,1,1,28930,1,8577.15,859.233,548.895,0.925025,180,0,0,1,0,0,0,0,0),(84926,33698,571,1,1,28928,1,8545.88,1079.74,556.926,4.17134,180,0,0,1,0,0,0,0,0),(84925,33698,571,1,1,28927,1,8510.9,615.675,549.197,4.2586,180,0,0,1,0,0,0,0,0),(84924,33698,571,1,1,28929,1,8461.76,1000.8,545.476,0.855211,180,0,0,1,0,0,0,0,0),(84923,33698,571,1,1,28928,1,8543.41,989.09,558.532,6.24828,180,0,0,1,0,0,0,0,0),(84922,33698,571,1,1,28928,1,8487.24,898.42,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84921,33698,571,1,1,28930,1,8487.77,859.969,558.561,3.1765,180,0,0,1,0,0,0,0,0),(84920,33698,571,1,1,28930,1,8542.63,951.215,558.532,6.24828,180,0,0,1,0,0,0,0,0),(84918,33698,571,1,1,28928,1,8366.93,791.806,548.197,3.12414,180,0,0,1,0,0,0,0,0),(84917,33698,571,1,1,28930,1,8521.72,1007.02,547.828,1.62316,180,0,0,1,0,0,0,0,0),(84916,33698,571,1,1,28928,1,8543.33,979.368,558.532,6.24828,180,0,0,1,0,0,0,0,0),(84915,33698,571,1,1,28928,1,8487.75,959.344,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84914,33698,571,1,1,28928,1,8542.77,938.514,558.532,6.24828,180,0,0,1,0,0,0,0,0),(84913,33698,571,1,1,28927,1,8487.26,867.922,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84912,33698,571,1,1,28930,1,8487.52,1000.45,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84911,33698,571,1,1,28928,1,8487.34,929.092,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84910,33698,571,1,1,28927,1,8543.48,877.342,558.532,6.24828,180,0,0,1,0,0,0,0,0),(84908,33698,571,1,1,28927,1,8542.81,918.451,558.532,6.24828,180,0,0,1,0,0,0,0,0),(84906,33698,571,1,1,28928,1,8546.13,872.403,547.755,0.017453,180,0,0,1,0,0,0,0,0),(134846,30342,622,1,1,17200,0,-3.57706,0.507499,34.0151,6.17572,180,0,0,126000,0,0,0,0,0),(134847,30343,623,1,1,17200,0,6.08656,-0.107499,20.5756,0.588749,180,0,0,126000,0,0,0,0,0),(84904,34210,571,1,1,28976,0,8491.42,1083.04,554.536,2.58309,180,0,0,1,0,0,0,0,0),(84816,33698,571,1,1,28929,1,8487.42,919.984,558.532,3.1765,180,0,0,1,0,0,0,0,0),(200818,37888,0,1,1,0,0,1943.14,-2561.74,60.9247,2.6727,120,0,0,1,0,0,0,0,0),(84772,33698,571,1,1,28927,1,8542.9,890.052,558.532,6.24828,180,0,0,1,0,0,0,0,0),(84658,35475,571,1,1,29881,1,8526.64,645.476,558.621,0.436332,180,0,0,1,0,0,0,0,0),(84657,35473,571,1,1,29828,0,8388.58,888.418,548.015,2.44346,180,0,0,1,0,0,0,0,0),(84483,35473,571,1,1,29828,0,8366.98,896.797,552.575,2.75762,180,0,0,1,0,0,0,0,0),(84074,35473,571,1,1,29828,0,8363.32,783.217,550.273,3.33358,180,0,0,1,0,0,0,0,0),(84073,35473,571,1,1,29828,0,8375.16,908.014,549.728,2.75762,180,0,0,1,0,0,0,0,0),(200817,33417,571,1,1,0,1,8464.64,1089.84,554.493,0.602384,25,0,0,12600,3994,0,0,0,0),(200816,34885,571,1,1,0,1,8458.51,1089.6,554.481,3.68742,25,0,0,12600,0,0,0,0,0),(81433,35473,571,1,1,29828,0,8371.51,770.814,550.434,2.72271,180,0,0,1,0,0,0,0,0),(81432,35473,571,1,1,29828,0,8393.32,894.25,546.743,2.75762,180,0,0,1,0,0,0,0,0),(81016,35472,571,1,1,29845,1,8386.85,885.96,548.614,5.23599,180,0,0,1,0,0,0,0,0),(76736,33598,571,1,1,28908,0,8546.43,945.585,547.455,0.645772,180,0,0,1,0,0,0,0,0),(76735,33854,571,1,1,28893,1,8480.21,937.883,547.293,1.30861,180,0,0,1,0,0,0,0,0),(76734,33597,571,1,1,28910,0,8564.65,863.274,547.637,1.18682,180,0,0,1,0,0,0,0,0),(76722,33853,571,1,1,28891,0,8466.12,859.378,547.49,1.64061,180,0,0,1,0,0,0,0,0),(76721,17213,571,1,1,16910,0,8526.35,779.755,558.03,1.10368,180,5,0,1,0,1,0,0,0),(76720,17213,571,1,1,16910,0,8516.57,800.264,557.986,4.3513,180,5,0,1,0,1,0,0,0),(76719,17213,571,1,1,16910,0,8470.03,789.352,575.784,1.76334,180,5,0,1,0,1,0,0,0),(76445,17213,571,1,1,16910,0,8498.31,787.322,558.074,5.6122,180,0,0,1,0,0,0,0,0),(76444,33596,571,1,1,28913,0,8556.52,862.781,547.543,1.6057,180,0,0,1,0,0,0,0,0),(76443,33595,571,1,1,28914,0,8549.8,902.12,547.488,0,180,0,0,1,0,0,0,0,0),(76442,33594,571,1,1,28909,0,8553.43,915.627,547.474,1.01229,180,0,0,1,0,0,0,0,0),(76131,33593,571,1,1,28736,1,8628.52,671.89,550.25,3.78736,180,0,0,1,0,0,0,0,0),(75997,33849,571,1,1,28892,0,8481.62,891.614,547.425,3.15905,180,0,0,1,0,0,0,0,0),(75952,33592,571,1,1,28735,1,8631.3,656.282,550.356,3.1765,180,0,0,1,0,0,0,0,0),(75950,33335,571,1,1,28586,1,8598.2,643.694,551.474,0.663225,180,0,0,1,0,0,0,0,0),(75910,33591,571,1,1,28903,1,8550.03,936.91,547.377,5.5676,180,0,0,1,0,0,0,0,0),(200117,26539,0,1,1,24169,1,2058.04,357.804,82.4694,5.3475,300,0,0,2218,0,0,0,0,0),(75906,33590,571,1,1,28902,1,8553.32,962.42,547.562,0.366519,180,0,0,1,0,0,0,0,0),(75905,34102,571,1,1,29083,1,8490.29,1111.51,554.334,4.64258,180,0,0,1,0,0,0,0,0),(75904,33589,571,1,1,28984,0,8489.46,964.667,547.293,3.19395,180,0,0,1,0,0,0,0,0),(75903,33588,571,1,1,28898,1,8546.45,953.047,547.377,5.79449,180,0,0,1,0,0,0,0,0),(75712,33587,571,1,1,28897,1,8549.81,906.748,547.438,0,180,0,0,1,0,0,0,0,0),(75602,33843,571,1,1,28888,0,8485.86,900.354,547.376,3.19395,180,0,0,1,0,0,0,0,0),(75473,33843,571,1,1,28888,0,8596.26,938.714,548.823,4.57276,180,0,0,1,0,0,0,0,0),(75472,33843,571,1,1,28888,0,8575.42,682.151,547.456,5.58505,180,0,0,1,0,0,0,0,0),(75471,33586,571,1,1,12940,0,8551.09,917.832,547.379,0.820305,180,0,0,1,0,0,0,0,0),(75393,33842,571,1,1,28889,0,8487.8,906.394,547.376,2.6529,180,0,0,1,0,0,0,0,0),(75392,33842,571,1,1,28889,0,8591.69,938.752,548.816,4.74729,180,0,0,1,0,0,0,0,0),(75175,33842,571,1,1,28889,0,8437.67,700.928,547.638,4.08407,180,0,0,1,0,0,0,0,0),(74975,33583,571,1,1,28900,1,8569.21,863.483,547.652,2.00713,180,0,0,1,0,0,0,0,0),(74751,35117,571,1,1,29627,0,8500.18,1071.77,552.332,5.25344,180,0,0,1,0,0,0,0,0),(74750,35117,571,1,1,29627,0,8497.13,1069.15,552.269,5.28835,180,0,0,1,0,0,0,0,0),(74722,35117,571,1,1,29627,0,8493.3,1067.76,552.334,5.49779,180,0,0,1,0,0,0,0,0),(74701,33581,571,1,1,28901,1,8556.13,942.075,547.664,0,180,0,0,1,0,0,0,0,0),(74480,33580,571,1,1,28899,0,8553.96,863.632,547.436,0.942478,180,0,0,1,0,0,0,0,0),(74053,33315,571,1,1,28565,0,8615.49,636.736,550.253,2.19912,180,0,0,1,0,0,0,0,0),(74052,33312,571,1,1,28564,1,8612.24,637.941,550.426,1.48353,180,0,0,1,0,0,0,0,0),(73832,33566,571,1,1,28709,1,8540.13,695.707,548.563,6.07375,180,0,0,1,0,0,0,0,0),(73497,33566,571,1,1,28709,1,8572.96,732.334,548.119,4.50295,180,0,0,1,0,0,0,0,0),(73496,33566,571,1,1,28709,1,8545.44,723.628,548.123,5.53269,180,0,0,1,0,0,0,0,0),(73495,33566,571,1,1,28713,1,8615.7,863.948,545.404,0.418879,180,0,0,1,0,0,0,0,0),(73494,33566,571,1,1,28709,1,8598.91,1109.69,557.3,3.15905,180,0,0,1,0,0,0,0,0),(73493,33310,571,1,1,28563,0,8615.62,643.968,550.333,2.32129,180,0,0,1,0,0,0,0,0),(73492,33565,571,1,1,28705,0,8615.35,953.646,548.035,3.15905,180,0,0,1,0,0,0,0,0),(73491,33565,571,1,1,28712,0,8605.24,901.179,545.802,0.174533,180,0,0,1,0,0,0,0,0),(72964,33565,571,1,1,28705,0,8425.15,881.399,548.554,1.5708,180,0,0,1,0,0,0,0,0),(72942,33565,571,1,1,28712,0,8598.55,1112.83,558.3,3.15905,180,0,0,1,0,0,0,0,0),(72601,33565,571,1,1,28705,0,8566.9,731.647,548.158,4.81711,180,0,0,1,0,0,0,0,0),(72485,33565,571,1,1,28705,0,8557.92,720.898,548.161,3.1765,180,0,0,1,0,0,0,0,0),(72408,33565,571,1,1,28712,0,8469.59,986.591,548.067,3.15905,180,0,0,1,0,0,0,0,0),(72407,33565,571,1,1,28712,0,8450.8,878.279,549.702,1.58825,180,0,0,1,0,0,0,0,0),(72406,33309,571,1,1,28562,0,8608.91,637.616,550.255,1.11701,180,0,0,1,0,0,0,0,0),(72405,33565,571,1,1,28712,0,8544.68,704.469,548.291,3.1765,180,0,0,1,0,0,0,0,0),(72402,33564,571,1,1,28966,1,8648.6,696.24,547.605,1.53589,180,0,0,1,0,0,0,0,0),(72349,33564,571,1,1,28850,1,8639.3,701.365,547.621,0.575959,180,0,0,1,0,0,0,0,0),(72223,36124,571,1,1,30008,1,8475.41,693.333,547.46,0.733038,180,0,0,1,0,0,0,0,0),(72222,33307,571,1,1,28561,1,8624.69,649.951,550.333,2.6529,180,0,0,1,0,0,0,0,0),(72220,33306,571,1,1,28851,1,8332.84,690.559,553.785,1.43117,180,0,0,1,0,0,0,0,0),(72219,33306,571,1,1,28968,1,8344.62,690.417,553.785,1.43117,180,0,0,1,0,0,0,0,0),(72218,33562,571,1,1,28957,1,8651.24,752.118,548.255,5.13127,180,0,0,1,0,0,0,0,0),(72217,33562,571,1,1,28848,1,8664.07,753.8,547.605,4.18879,180,0,0,1,0,0,0,0,0),(72216,36122,571,1,1,30007,1,8475.17,695.965,547.547,5.60251,180,0,0,1,0,0,0,0,0),(72213,33561,571,1,1,28972,1,8629.88,714.968,547.569,0.523599,180,0,0,1,0,0,0,0,0),(72212,33561,571,1,1,28854,1,8628.78,725.438,548.067,6.07375,180,0,0,1,0,0,0,0,0),(71980,33817,571,1,1,28894,1,8471.19,1075.95,554.608,5.2709,180,0,0,1,0,0,0,0,0),(71979,36121,571,1,1,30006,1,8478.91,694.542,547.422,3.10669,180,0,0,1,0,0,0,0,0),(71978,36120,571,1,1,30005,1,8477.4,692.729,547.422,1.85005,180,0,0,1,0,0,0,0,0),(71922,33560,571,1,1,29089,0,8495.94,1092.41,554.447,0.453786,180,0,0,1,0,0,0,0,0),(71263,36119,571,1,1,30000,1,8477.5,696.557,547.494,4.38078,180,0,0,1,0,0,0,0,0),(70950,33558,571,1,1,28849,1,8674.23,696.083,547.605,2.05949,180,0,0,1,0,0,0,0,0),(70551,33558,571,1,1,28958,1,8664.61,692.614,547.605,1.55334,180,0,0,1,0,0,0,0,0),(70548,35094,571,1,1,29604,1,8461.79,1084.64,554.586,3.87463,180,0,0,1,0,0,0,0,0),(70539,36118,571,1,1,29997,1,8552.59,696.156,547.376,4.04916,180,0,0,1,0,0,0,0,0),(70448,33557,571,1,1,28698,0,8428.25,656.408,550.424,3.08923,180,0,0,1,0,0,0,0,0),(70181,33556,571,1,1,28697,0,8401.57,662.08,550.424,0.558505,180,0,0,1,0,0,0,0,0),(70180,36116,571,1,1,29996,1,8551.63,692.507,547.377,1.81514,180,0,0,1,0,0,0,0,0),(70179,33555,571,1,1,28696,0,8419.15,650.346,550.424,2.16421,180,0,0,1,0,0,0,0,0),(70178,33554,571,1,1,28695,0,8404.04,671.766,550.424,0,180,0,0,1,0,0,0,0,0),(70007,36114,571,1,1,29995,1,8553.06,693.965,547.377,2.94961,180,0,0,1,0,0,0,0,0),(76024,21160,532,1,1,0,0,-11083.2,-1903.35,220.75,0.663225,604800,0,0,1,0,0,0,0,0),(70006,33553,571,1,1,28694,0,8408.61,651.937,550.424,1.15192,180,0,0,1,0,0,0,0,0),(70005,35344,571,1,1,29813,0,8503.91,1073.75,552.269,5.11381,180,0,0,1,0,0,0,0,0),(70003,34319,571,1,1,11686,0,8436.63,994.38,544.757,0,180,0,0,1,0,0,0,0,0),(70002,34319,571,1,1,11686,0,8417.41,909.826,544.757,0,180,0,0,1,0,0,0,0,0),(70001,34319,571,1,1,11686,0,8416.62,949.793,544.784,0,180,0,0,1,0,0,0,0,0),(70000,34319,571,1,1,11686,0,8442.33,909.849,544.757,0,180,0,0,1,0,0,0,0,0),(69996,34319,571,1,1,11686,0,8415.67,920.965,544.757,0,180,0,0,1,0,0,0,0,0),(69995,34319,571,1,1,11686,0,8414.78,989.113,544.762,0,180,0,0,1,0,0,0,0,0),(69992,34319,571,1,1,11686,0,8445.3,949.637,544.757,0,180,0,0,1,0,0,0,0,0),(69990,34319,571,1,1,11686,0,8444.03,989.271,544.757,0,180,0,0,1,0,0,0,0,0),(69976,34319,571,1,1,11686,0,8414.06,977.431,544.757,0,180,0,0,1,0,0,0,0,0),(69973,34319,571,1,1,11686,0,8444.3,926.66,544.757,0,180,0,0,1,0,0,0,0,0),(69880,33549,571,1,1,28693,0,8396.95,669.127,550.346,5.46288,180,0,0,1,0,0,0,0,0),(69078,36109,571,1,1,29991,1,8549.1,693.274,547.48,0.488692,180,0,0,1,0,0,0,0,0),(69077,33548,571,1,1,28692,0,8426.74,644.955,550.34,1.78024,180,0,0,1,0,0,0,0,0),(69065,36108,571,1,1,29990,1,8549.45,695.823,547.43,5.5676,180,0,0,1,0,0,0,0,0),(69011,33547,571,1,1,28691,0,8410.02,643.455,550.342,0.959931,180,0,0,1,0,0,0,0,0),(69010,33546,571,1,1,28688,1,8532.09,569.203,552.693,2.02458,180,0,0,1,0,0,0,0,0),(134996,32498,571,1,1,25390,0,8386.64,564.169,586.412,3.72971,180,5,0,42,0,1,0,0,0),(134997,32498,571,1,1,25391,0,8382.54,577.684,582.168,3.78736,180,0,0,42,0,0,0,0,0),(134998,32498,571,1,1,25390,0,8379.37,573.745,584.906,6.17846,180,0,0,42,0,0,0,0,0),(134999,32498,571,1,1,25390,0,8379.25,564.979,588.973,5.42797,180,0,0,42,0,0,0,0,0),(135000,32498,571,1,1,25391,0,8384.08,560.905,588.74,1.18682,180,0,0,42,0,0,0,0,0),(135001,32498,571,1,1,25390,0,8389.61,570.858,583.317,3.35103,180,0,0,42,0,0,0,0,0),(135002,32498,571,1,1,25391,0,8386.67,578.415,580.333,0.226893,180,0,0,42,0,0,0,0,0),(68990,33545,571,1,1,28690,0,8406.47,682.454,550.341,4.5204,180,0,0,1,0,0,0,0,0),(135004,32498,571,1,1,25391,0,8383.41,575.184,582.557,2.43528,180,5,0,42,0,1,0,0,0),(135005,32498,571,1,1,25391,0,8384.82,569.1,585.182,4.67648,180,5,0,42,0,1,0,0,0),(135006,32498,571,1,1,25390,0,8380.8,569.62,586.557,3.1921,180,5,0,42,0,1,0,0,0),(135007,32498,571,1,1,25391,0,8379.06,559.81,590.912,1.31621,180,5,0,42,0,1,0,0,0),(135008,32498,571,1,1,25390,0,8386.66,582.497,577.682,4.21491,180,5,0,42,0,1,0,0,0),(135009,32498,571,1,1,25390,0,8377.7,580.162,582.057,4.00787,180,5,0,42,0,1,0,0,0),(135010,32498,571,1,1,25390,0,8377.12,559.384,591.412,2.22013,180,5,0,42,0,1,0,0,0),(135011,32498,571,1,1,25391,0,8377.24,563.136,590.412,5.31316,180,5,0,42,0,1,0,0,0),(135012,32498,571,1,1,25391,0,8385.63,585.82,576.057,0.699627,180,5,0,42,0,1,0,0,0),(135013,32498,571,1,1,25391,0,8388.4,587.454,574.932,2.99164,180,5,0,42,0,1,0,0,0),(135014,32498,571,1,1,25390,0,8385.06,588.376,574.932,2.58604,180,5,0,42,0,1,0,0,0),(135015,32498,571,1,1,25390,0,8631.68,1173.13,573.39,4.9001,180,5,0,42,0,1,0,0,0),(135016,32498,571,1,1,25391,0,8624.74,1173.52,570.265,0.28376,180,5,0,42,0,1,0,0,0),(135017,32498,571,1,1,25391,0,8628.26,1172.19,572.39,0.308635,180,5,0,42,0,1,0,0,0),(135018,32498,571,1,1,25391,0,8628.69,1177.29,572.64,5.38471,180,5,0,42,0,1,0,0,0),(68989,33544,571,1,1,28689,0,8399.17,652.768,550.345,0,180,0,0,1,0,0,0,0,0),(68987,33800,571,1,1,28912,0,8489.79,956.319,547.376,2.94961,180,0,0,1,0,0,0,0,0),(68947,33800,571,1,1,28912,0,8570.97,673.042,547.623,6.05629,180,0,0,1,0,0,0,0,0),(68941,33543,571,1,1,28680,1,8438.53,687.868,550.282,0.820305,180,0,0,1,0,0,0,0,0),(68906,33543,571,1,1,28678,1,8444.42,680.603,550.282,0.733038,180,0,0,1,0,0,0,0,0),(68583,33543,571,1,1,28678,1,8444.74,723.801,548.76,4.10152,180,0,0,1,0,0,0,0,0),(135025,32498,571,1,1,25390,0,8372.09,1095.39,583.698,1.23918,180,0,0,42,0,0,0,0,0),(135026,32498,571,1,1,25390,0,8368.39,1089.22,585.682,2.89725,180,0,0,42,0,0,0,0,0),(135027,32498,571,1,1,25391,0,8364.5,1095.3,588.201,0.785398,180,0,0,42,0,0,0,0,0),(135028,32498,571,1,1,25391,0,8370,1100.53,585.695,4.29351,180,0,0,42,0,0,0,0,0),(135029,32498,571,1,1,25391,0,8368.93,1104.68,586.896,5.51524,180,0,0,42,0,0,0,0,0),(135030,32498,571,1,1,25390,0,8358.28,1103.32,591.282,0.087266,180,0,0,42,0,0,0,0,0),(135031,32498,571,1,1,25390,0,8357.64,1113.15,592.535,4.85769,180,5,0,42,0,1,0,0,0),(135032,32498,571,1,1,25390,0,8372.63,1106.68,585.296,6.12005,180,5,0,42,0,1,0,0,0),(135033,32498,571,1,1,25391,0,8357.28,1097.21,591.179,2.28797,180,5,0,42,0,1,0,0,0),(135034,32498,571,1,1,25390,0,8363.85,1090.8,588.304,5.74558,180,5,0,42,0,1,0,0,0),(135035,32498,571,1,1,25390,0,8355.08,1086.67,590.804,4.73687,180,5,0,42,0,1,0,0,0),(135036,32498,571,1,1,25391,0,8357.04,1090.63,590.929,3.4497,180,5,0,42,0,1,0,0,0),(135037,32498,571,1,1,25390,0,8369.22,1094.38,585.332,4.31629,180,5,0,42,0,1,0,0,0),(135038,32498,571,1,1,25390,0,8377.49,1103.85,581.796,4.95078,180,5,0,42,0,1,0,0,0),(135039,32498,571,1,1,25391,0,8363.77,1109.43,590.035,0.55532,180,5,0,42,0,1,0,0,0),(135040,32498,571,1,1,25390,0,8352.16,1098.17,592.179,5.33992,180,5,0,42,0,1,0,0,0),(135041,32498,571,1,1,25391,0,8362.13,1101.22,589.785,3.83602,180,5,0,42,0,1,0,0,0),(66790,33543,571,1,1,28680,1,8511.27,643.432,547.707,4.7822,180,0,0,1,0,0,0,0,0),(66788,33799,571,1,1,29260,0,8485.17,917.931,547.51,3.38594,180,0,0,1,0,0,0,0,0),(66753,33543,571,1,1,28680,1,8498.61,821.825,574.972,4.67748,180,0,0,1,0,0,0,0,0),(66741,33799,571,1,1,29260,0,8423.62,706.402,547.515,4.59022,180,0,0,1,0,0,0,0,0),(66479,36102,571,1,1,29989,0,8525.53,859.696,558.148,1.5428,180,0,0,1,0,0,0,0,0),(66478,33542,571,1,1,28676,0,8407.53,661.218,550.424,0.436332,180,0,0,1,0,0,0,0,0),(65901,33798,571,1,1,29257,0,8488.86,923.483,547.376,3.54302,180,0,0,1,0,0,0,0,0),(65526,33798,571,1,1,29257,0,8429.35,705.937,547.418,4.43314,180,0,0,1,0,0,0,0,0),(65523,36101,571,1,1,29988,0,8506.19,860.429,558.152,1.5428,180,0,0,1,0,0,0,0,0),(65522,33285,571,1,1,28969,1,8308.88,712.1,553.791,6.17846,180,0,0,1,0,0,0,0,0),(65451,33285,571,1,1,28852,1,8311.78,702.742,553.78,0.453786,180,0,0,1,0,0,0,0,0),(65371,33541,571,1,1,28674,1,8418.94,642.504,550.34,2.25148,180,0,0,1,0,0,0,0,0),(65351,33796,571,1,1,29261,0,8484.57,926.233,547.376,2.89725,180,0,0,1,0,0,0,0,0),(65350,33540,571,1,1,28673,1,8398.83,675.579,550.34,0,180,0,0,1,0,0,0,0,0),(65327,33796,571,1,1,29261,0,8433.46,703.817,547.397,4.34587,180,0,0,1,0,0,0,0,0),(65325,33539,571,1,1,28671,1,8395.87,661.361,550.344,0.575959,180,0,0,1,0,0,0,0,0),(65285,33795,571,1,1,29258,0,8486.5,941.253,547.376,3.22886,180,0,0,1,0,0,0,0,0),(65284,33795,571,1,1,29258,0,8569.47,662.139,547.526,0.05236,180,0,0,1,0,0,0,0,0),(65283,33794,571,1,1,29256,0,8485.98,952.099,547.376,3.4383,180,0,0,1,0,0,0,0,0),(65275,33538,571,1,1,28670,1,8434,652.381,550.34,3.19395,180,0,0,1,0,0,0,0,0),(65274,33794,571,1,1,29256,0,8574.08,677.493,547.466,5.77704,180,0,0,1,0,0,0,0,0),(63371,33793,571,1,1,28571,0,8486,933.134,547.393,3.45575,180,0,0,1,0,0,0,0,0),(63370,33793,571,1,1,28571,0,8570.66,667.34,547.481,6.24828,180,0,0,1,0,0,0,0,0),(63236,33792,571,1,1,29259,0,8490.3,937.175,547.388,3.64774,180,0,0,1,0,0,0,0,0),(63129,33792,571,1,1,29259,0,8412.77,706.447,547.429,4.72984,180,0,0,1,0,0,0,0,0),(200000,19148,0,1,1,16434,0,-4901.8,-958.955,501.543,1.01229,180,0,0,42,0,0,0,0,0),(200001,19148,0,1,1,16434,0,-4900.87,-957.314,501.541,4.17134,300,0,0,42,0,0,3,0,0),(245000,34365,571,1,65535,0,0,5712.76,635.632,646.26,5.56071,300,0,0,12600,3994,0,0,0,0),(135710,16525,532,1,1,16241,0,-11241.2,-1705.06,210.963,2.04204,604800,0,0,30160,0,0,0,0,0),(135711,16525,532,1,1,16241,0,-11339.2,-1816.77,179.734,5.15707,604800,5,0,30160,0,1,0,0,0),(135712,16526,532,1,1,16251,0,-11389.6,-1831.4,260.889,0.05236,604800,0,0,33040,33090,0,0,0,0),(135713,16526,532,1,1,16251,0,-11306.2,-1902.53,240.47,1.33387,604800,5,0,33040,33090,1,0,0,0),(135714,16529,532,1,1,16216,0,-11338.6,-1758.46,179.734,1.75137,604800,0,0,32166,32310,0,0,0,0),(135715,16529,532,1,1,16216,0,-11310,-1786.42,179.734,4.73952,604800,5,0,32166,32310,1,0,0,0),(135716,16529,532,1,1,16216,0,-11333.3,-1782.36,179.817,5.67232,604800,0,0,32166,32310,0,0,0,0),(135717,16529,532,1,1,16216,0,-11330.5,-1806.4,179.734,2.98922,604800,0,0,32166,32310,0,0,0,0),(135718,16530,532,1,1,14252,0,-11333.1,-1755.29,179.734,1.03659,604800,0,0,29341,0,0,0,0,0),(135719,16530,532,1,1,14252,0,-11342.1,-1759.98,179.734,1.18558,604800,0,0,29341,0,0,0,0,0),(135720,16530,532,1,1,14252,0,-11309.9,-1790.42,179.734,4.72634,604800,5,0,29341,0,1,0,0,0),(135721,16530,532,1,1,14252,0,-11310.1,-1782.43,179.734,4.87774,604800,5,0,29341,0,1,0,0,0),(135722,16530,532,1,1,14252,0,-11337.2,-1781.89,179.817,2.40855,604800,0,0,29341,0,0,0,0,0),(135723,16530,532,1,1,14252,0,-11332.9,-1785.93,179.817,4.03171,604800,0,0,29341,0,0,0,0,0),(135724,16530,532,1,1,14252,0,-11331.3,-1779.95,179.817,2.79253,604800,0,0,29341,0,0,0,0,0),(135725,16530,532,1,1,14252,0,-11334.5,-1805.79,179.734,2.63463,604800,0,0,29341,0,0,0,0,0),(135726,16530,532,1,1,14252,0,-11326.5,-1807.01,179.734,6.20501,604800,0,0,29341,0,0,0,0,0),(135727,17305,532,1,1,16925,0,-11076,-1869.01,220.75,5.20108,604800,0,0,42,0,0,0,0,0),(135728,17305,532,1,1,16925,0,-11078.4,-1892.41,220.75,4.08407,604800,0,0,42,0,0,0,0,0),(135729,17305,532,1,1,16925,0,-11087.2,-1899.45,220.75,0.837758,604800,0,0,42,0,0,0,0,0),(135730,17305,532,1,1,16925,0,-11075.1,-1861.15,220.75,3.82227,604800,0,0,42,0,0,0,0,0),(135731,17305,532,1,1,16925,0,-11093.2,-1882.83,220.75,0.20944,604800,0,0,42,0,0,0,0,0),(135732,17305,532,1,1,16925,0,-11070.6,-1893.53,220.75,0.890118,604800,0,0,42,0,0,0,0,0),(135733,17305,532,1,1,16925,0,-11062.1,-1886.59,220.75,6.05629,604800,0,0,42,0,0,0,0,0),(135734,17305,532,1,1,16925,0,-11082.9,-1860.25,220.75,6.21337,604800,0,0,42,0,0,0,0,0),(135735,17305,532,1,1,16925,0,-11084.6,-1875.89,220.75,1.23918,604800,0,0,42,0,0,0,0,0),(135736,17305,532,1,1,16925,0,-11069.8,-1885.7,220.75,5.14872,604800,0,0,42,0,0,0,0,0),(135737,17305,532,1,1,16925,0,-11101.1,-1881.79,220.75,1.72788,604800,0,0,42,0,0,0,0,0),(135738,17305,532,1,1,16925,0,-11108.1,-1873,220.75,0.785398,604800,0,0,42,0,0,0,0,0),(135739,17305,532,1,1,16925,0,-11100.2,-1874.09,220.75,2.79253,604800,0,0,42,0,0,0,0,0),(135740,17305,532,1,1,16925,0,-11067.3,-1862.07,220.75,1.43117,604800,0,0,42,0,0,0,0,0),(135741,17305,532,1,1,16925,0,-11094,-1890.54,220.75,3.29867,604800,0,0,42,0,0,0,0,0),(135742,17305,532,1,1,16925,0,-11069,-1877.7,220.75,4.67748,604800,0,0,42,0,0,0,0,0),(135743,17305,532,1,1,16925,0,-11091.5,-1867.24,220.75,4.18879,604800,0,0,42,0,0,0,0,0),(135744,17305,532,1,1,16925,0,-11079,-1900.4,220.75,3.36848,604800,0,0,42,0,0,0,0,0),(135745,17305,532,1,1,16925,0,-11099.4,-1866.13,220.75,3.36848,604800,0,0,42,0,0,0,0,0),(135746,17305,532,1,1,16925,0,-11060.4,-1870.95,220.75,0.715585,604800,0,0,42,0,0,0,0,0),(135747,17305,532,1,1,16925,0,-11053.4,-1879.78,220.75,0.959931,604800,0,0,42,0,0,0,0,0),(135748,17305,532,1,1,16925,0,-11076.9,-1876.87,220.75,4.83456,604800,0,0,42,0,0,0,0,0),(135749,17305,532,1,1,16925,0,-11082.1,-1852.36,220.75,4.04916,604800,0,0,42,0,0,0,0,0),(135750,17305,532,1,1,16925,0,-11086.3,-1891.52,220.75,1.37881,604800,0,0,42,0,0,0,0,0),(135751,17305,532,1,1,16925,0,-11074.2,-1853.42,220.75,1.11701,604800,0,0,42,0,0,0,0,0),(135752,17305,532,1,1,16925,0,-11092.4,-1874.94,220.75,3.47321,604800,0,0,42,0,0,0,0,0),(135753,17305,532,1,1,16925,0,-11061.1,-1878.73,220.75,2.87979,604800,0,0,42,0,0,0,0,0),(135754,17305,532,1,1,16925,0,-11068.3,-1869.97,220.75,0.558505,604800,0,0,42,0,0,0,0,0),(135755,17305,532,1,1,16925,0,-11090.7,-1859.15,220.75,2.00713,604800,0,0,42,0,0,0,0,0),(135756,17305,532,1,1,16925,0,-11085.4,-1883.67,220.75,4.13643,604800,0,0,42,0,0,0,0,0),(135757,17305,532,1,1,16925,0,-11077.7,-1884.59,220.75,2.07694,604800,0,0,42,0,0,0,0,0),(135758,17305,532,1,1,16925,0,-11083.8,-1868.08,220.75,1.3439,604800,0,0,42,0,0,0,0,0),(135759,16539,532,1,1,12345,0,-11170.1,-1781.09,201.215,0.127463,604800,5,0,11737,18930,1,0,0,0),(135760,16539,532,1,1,12345,0,-11164.1,-1766.84,201.254,1.11266,604800,5,0,11737,18930,1,0,0,0),(135761,16539,532,1,1,12345,0,-11168.2,-1761.91,201.238,2.68373,604800,5,0,11737,18930,1,0,0,0),(135762,16539,532,1,1,12345,0,-11226.9,-1678.36,179.32,1.16937,604800,0,0,11737,18930,0,0,0,0),(135763,16539,532,1,1,12345,0,-11230.3,-1685.67,179.237,4.15433,604800,5,0,11737,18930,1,0,0,0),(135764,16539,532,1,1,12345,0,-11217.5,-1678.68,179.333,5.55015,604800,0,0,11737,18930,0,0,0,0),(135765,16539,532,1,1,12345,0,-11220.6,-1684.61,179.237,4.73401,604800,5,0,11737,18930,1,0,0,0),(135766,16539,532,1,1,12345,0,-11212.7,-1685.15,179.249,5.14423,604800,5,0,11737,18930,1,0,0,0),(135767,16539,532,1,1,12345,0,-11212.8,-1688.35,179.322,0.663225,604800,0,0,11737,18930,0,0,0,0),(135768,16539,532,1,1,12345,0,-11220.7,-1689.97,179.237,2.23319,604800,5,0,11737,18930,1,0,0,0),(135769,16539,532,1,1,12345,0,-11220,-1700.35,179.237,3.99114,604800,5,0,11737,18930,1,0,0,0),(135770,16540,532,1,1,16905,0,-11158.4,-1768.07,201.394,5.61996,604800,0,0,24780,33090,0,0,0,0),(135771,16540,532,1,1,16907,0,-11166.1,-1757.05,201.354,2.26893,604800,0,0,24780,33090,0,0,0,0),(135772,16540,532,1,1,16907,0,-11171.2,-1788.97,201.255,4.81711,604800,0,0,24780,33090,0,0,0,0),(135773,16544,532,1,1,0,0,-11326.2,-1800.75,265.165,2.03714,604800,5,0,41328,0,2,0,0,0),(135774,16544,532,1,1,19097,0,-11357.9,-1778.88,265.165,2.89312,604800,5,0,41328,0,1,0,0,0),(135775,16544,532,1,1,19097,0,-11301.8,-1780.21,265.165,0.166332,604800,5,0,41328,0,1,0,0,0),(135776,16544,532,1,1,19097,0,-11311.2,-1802.54,265.165,5.51649,604800,5,0,41328,0,1,0,0,0),(135777,16544,532,1,1,19097,0,-11333.5,-1785.78,265.165,1.58915,604800,5,0,41328,0,1,0,0,0),(135778,16544,532,1,1,19097,0,-11335.6,-1785.09,265.165,1.17955,604800,5,0,41328,0,1,0,0,0),(135779,16545,532,1,1,21078,0,-11212.5,-1707.95,241.063,0.139626,604800,0,0,41300,33090,0,0,0,0),(135780,16545,532,1,1,21078,0,-11238.7,-1684.18,290.431,2.16421,604800,0,0,41300,33090,0,0,0,0),(135781,16545,532,1,1,21078,0,-11178.2,-1778.05,251.254,4.67748,604800,0,0,41300,33090,0,0,0,0),(135782,16545,532,1,1,21078,0,-11222.6,-1708.81,290.431,6.10865,604800,0,0,41300,33090,0,0,0,0),(135784,16545,532,1,1,21078,0,-11223.2,-1686.64,241.063,2.05949,604800,0,0,41300,33090,0,0,0,0),(135785,21921,532,1,1,11686,0,-11103.1,-1854.09,221.153,0.523599,604800,0,0,42,0,0,0,0,0),(135786,21921,532,1,1,11686,0,-11104.1,-1854.97,221.153,5.91667,604800,0,0,42,0,0,0,0,0),(135788,17316,532,1,1,16925,0,-11101.9,-1889.22,221.153,1.23918,604800,0,0,42,0,0,0,0,0),(135789,17316,532,1,1,16925,0,-11053.5,-1888.03,221.153,5.14872,604800,0,0,42,0,0,0,0,0),(135790,17316,532,1,1,16925,0,-11062,-1895.16,221.153,2.87979,604800,0,0,42,0,0,0,0,0),(135791,17316,532,1,1,16925,0,-11058.5,-1862.78,221.153,1.37881,604800,0,0,42,0,0,0,0,0),(135793,17316,532,1,1,16925,0,-11051.4,-1871.59,221.153,0.837758,604800,0,0,42,0,0,0,0,0),(135794,17316,532,1,1,16925,0,-11065.9,-1853.8,221.153,2.07694,604800,0,0,42,0,0,0,0,0),(135795,17316,532,1,1,16925,0,-11088,-1907.13,221.153,1.43117,604800,0,0,42,0,0,0,0,0),(135796,17316,532,1,1,16925,0,-11072.9,-1845.18,221.153,4.67748,604800,0,0,42,0,0,0,0,0),(135797,17316,532,1,1,16925,0,-11094.8,-1898.19,221.153,5.20108,604800,0,0,42,0,0,0,0,0),(135798,17316,532,1,1,16925,0,-11070.8,-1901.93,221.153,0.959931,604800,0,0,42,0,0,0,0,0),(135799,17316,532,1,1,16925,0,-11089.9,-1851.28,221.153,0.558505,604800,0,0,42,0,0,0,0,0),(135800,17316,532,1,1,16925,0,-11079.9,-1909.06,221.153,6.05629,604800,0,0,42,0,0,0,0,0),(135801,17316,532,1,1,16925,0,-11081.3,-1844.12,221.153,0.715585,604800,0,0,42,0,0,0,0,0),(135802,17316,532,1,1,16925,0,-11107.2,-1865.38,221.153,4.13643,604800,0,0,42,0,0,0,0,0),(135803,17316,532,1,1,16925,0,-11098.6,-1858.26,221.153,4.83456,604800,0,0,42,0,0,0,0,0),(135804,17316,532,1,1,16925,0,-11109.2,-1880.69,221.153,0.20944,604800,0,0,42,0,0,0,0,0),(135805,17317,532,1,1,16925,0,-11057.9,-1891.62,221.153,0.20944,604800,0,0,42,0,0,0,0,0),(135806,17317,532,1,1,16925,0,-11111.4,-1868.64,221.153,0.837758,604800,0,0,42,0,0,0,0,0),(135807,17317,532,1,1,16925,0,-11055.1,-1866.75,221.153,4.83456,604800,0,0,42,0,0,0,0,0),(135808,17317,532,1,1,16925,0,-11066.2,-1898.5,221.153,3.36848,604800,0,0,42,0,0,0,0,0),(135809,17317,532,1,1,16925,0,-11075.3,-1905.59,221.153,6.05629,604800,0,0,42,0,0,0,0,0),(135810,17317,532,1,1,16925,0,-11094.3,-1854.83,221.153,2.07694,604800,0,0,42,0,0,0,0,0),(135811,17317,532,1,1,16925,0,-11091.2,-1902.61,221.153,0.959931,604800,0,0,42,0,0,0,0,0),(135812,17317,532,1,1,16925,0,-11048.1,-1875.61,221.153,4.13643,604800,0,0,42,0,0,0,0,0),(135813,17317,532,1,1,16925,0,-11112.2,-1876.19,221.153,4.08407,604800,0,0,42,0,0,0,0,0),(135814,17317,532,1,1,16925,0,-11069.4,-1849.63,221.153,0.715585,604800,0,0,42,0,0,0,0,0),(135815,17317,532,1,1,16925,0,-11049.3,-1884.64,221.153,3.29867,604800,0,0,42,0,0,0,0,0),(135816,17317,532,1,1,16925,0,-11062.2,-1857.97,221.153,0.558505,604800,0,0,42,0,0,0,0,0),(135817,17317,532,1,1,16925,0,-11098.2,-1893.94,221.153,2.87979,604800,0,0,42,0,0,0,0,0),(135818,17317,532,1,1,16925,0,-11085.4,-1847.84,221.153,4.67748,604800,0,0,42,0,0,0,0,0),(135819,17317,532,1,1,16925,0,-11102.8,-1861.8,221.153,1.37881,604800,0,0,42,0,0,0,0,0),(135820,17317,532,1,1,16925,0,-11105.2,-1884.93,221.153,5.14872,604800,0,0,42,0,0,0,0,0),(135821,16806,532,1,1,16615,0,-10989.9,-1940.13,93.9108,4.83456,604800,0,0,4890,0,0,0,0,0),(135822,16811,532,1,1,16617,0,-10923.1,-1784.95,91.816,1.93731,604800,0,0,4890,0,0,0,0,0),(135823,16812,532,1,1,16616,0,-10866.7,-1781.03,90.5517,1.41372,604800,0,0,4890,0,0,0,0,0),(135824,16813,532,1,1,16620,0,-11182,-1800.35,136.107,0.401426,604800,0,0,4890,0,0,0,0,0),(135825,16814,532,1,1,16618,0,-11187.6,-1729.76,136.107,0.506145,604800,0,0,4890,0,0,0,0,0),(135826,16815,532,1,1,16627,0,-11257.5,-1721.27,136.107,0.10472,604800,0,0,4890,0,0,0,0,0),(135827,16816,532,1,1,18720,1,-11098.8,-1853.56,221.153,5.2709,604800,0,0,4890,0,0,0,0,0),(135828,15547,532,1,1,16407,0,-11089.2,-1927.63,49.9736,0.034907,604800,0,0,45240,0,0,0,0,0),(135829,15547,532,1,1,16407,0,-11108.9,-1942.14,49.9725,2.09439,604800,0,0,45240,0,0,0,0,0),(135830,15547,532,1,1,16407,0,-11145.6,-1934.5,49.9736,0.575959,604800,0,0,45240,0,0,0,0,0),(135831,15547,532,1,1,16407,0,-11154.1,-1913.59,49.9736,0.750492,604800,0,0,45240,0,0,0,0,0),(135832,15547,532,1,1,16407,0,-11139.7,-1890,49.9736,0.785398,604800,0,0,45240,0,0,0,0,0),(135833,15547,532,1,1,16407,0,-11133.7,-1963.07,49.9699,4.18879,604800,0,0,45240,0,0,0,0,0),(135834,15547,532,1,1,16407,0,-11156.8,-1951.46,49.9736,3.61283,604800,0,0,45240,0,0,0,0,0),(135835,15548,532,1,1,16408,0,-11142.3,-1910.21,49.8918,4.30612,604800,5,0,45240,0,1,0,0,0),(135836,15548,532,1,1,16408,0,-11107.1,-1938.66,49.9724,2.74017,604800,0,0,45240,0,0,0,0,0),(135837,15548,532,1,1,16408,0,-11148.6,-1913.5,49.9736,2.61799,604800,0,0,45240,0,0,0,0,0),(135838,15548,532,1,1,16408,0,-11135.5,-1891.03,49.9736,1.65806,604800,0,0,45240,0,0,0,0,0),(135839,15548,532,1,1,16408,0,-11128.3,-1965.25,49.9683,4.67748,604800,0,0,45240,0,0,0,0,0),(135840,15548,532,1,1,16408,0,-11153.7,-1955.55,49.9736,4.03171,604800,0,0,45240,0,0,0,0,0),(135841,15548,532,1,1,16408,0,-11164.9,-1936.27,49.9736,3.1765,604800,0,0,45240,0,0,0,0,0),(135842,15548,532,1,1,16408,0,-11166.1,-1931.39,49.9736,3.75246,604800,0,0,45240,0,0,0,0,0),(135843,15551,532,1,1,16398,0,-11134.3,-1894.69,49.9731,2.72271,604800,0,0,23474,31550,0,0,0,0),(135844,15551,532,1,1,16398,0,-11136.7,-1894.22,49.9736,6.10865,604800,0,0,23474,31550,0,0,0,0),(135845,15551,532,1,1,16399,0,-11138.9,-1899.75,49.8903,4.42507,604800,5,0,23474,31550,1,0,0,0),(135846,15551,532,1,1,16397,0,-11142.2,-1892.34,49.9736,2.86234,604800,0,0,23474,31550,0,0,0,0),(135847,15551,532,1,1,16399,0,-11149.7,-1914.48,49.9736,1.11701,604800,0,0,23474,31550,0,0,0,0),(135848,15551,532,1,1,16397,0,-11152.7,-1914,49.9736,2.3911,604800,0,0,23474,31550,0,0,0,0),(135849,15551,532,1,1,16397,0,-11143.3,-1935.52,49.9736,0.994838,604800,0,0,23474,31550,0,0,0,0),(135850,15551,532,1,1,16398,0,-11151.8,-1931.58,49.8919,0.484593,604800,5,0,23474,31550,1,0,0,0),(135851,15551,532,1,1,16400,0,-11151.8,-1957.88,49.8903,6.15523,604800,5,0,23474,31550,1,0,0,0),(135852,16595,532,1,1,18886,0,-11052.1,-1877.73,246.065,5.93412,604800,0,0,51660,0,0,0,0,0),(135853,16595,532,1,1,18886,0,-11054.1,-1892.19,246.068,4.18879,604800,0,0,51660,0,0,0,0,0),(135854,16595,532,1,1,18886,0,-11059.3,-1970.04,232.316,0.959931,604800,0,0,51660,0,0,0,0,0),(135855,16595,532,1,1,18886,0,-11075.1,-1963.22,232.331,3.61283,604800,0,0,51660,0,0,0,0,0),(135856,16595,532,1,1,18886,0,-11014.4,-1917.98,247.856,5.2709,604800,0,0,51660,0,0,0,0,0),(135857,16595,532,1,1,18886,0,-11018.6,-1945.24,247.856,3.19395,604800,0,0,51660,0,0,0,0,0),(135858,16595,532,1,1,18886,0,-11022,-1938.05,232.34,0.279253,604800,0,0,51660,0,0,0,0,0),(135859,16595,532,1,1,18886,0,-11034.4,-1947.56,232.34,2.49582,604800,0,0,51660,0,0,0,0,0),(135860,16595,532,1,1,18886,0,-11019.8,-1858.32,246.066,3.1765,604800,0,0,51660,0,0,0,0,0),(135861,16595,532,1,1,18886,0,-11032.5,-1867.01,246.068,1.6057,604800,0,0,51660,0,0,0,0,0),(135862,16596,532,1,1,18887,0,-11068.4,-1947.78,264.698,1.3703,604800,5,0,82656,0,1,0,0,0),(135863,16596,532,1,1,18887,0,-11054.4,-1966.06,249.544,1.50098,604800,0,0,82656,0,0,0,0,0),(135864,16596,532,1,1,0,0,-11011.6,-1881.44,245.985,2.24748,604800,5,0,82656,0,2,0,0,0),(135865,16596,532,1,1,18887,0,-11060,-1952.45,272.806,0.191986,604800,0,0,82656,0,0,0,0,0),(135866,18654,532,1,1,11686,0,-10898.6,-1812.34,91.975,1.44862,604800,0,0,4890,0,0,0,0,0),(135867,4075,532,1,1,1141,0,-10868,-1786.43,78.3928,5.05459,604800,5,0,8,0,1,0,0,0),(135868,4075,532,1,1,1418,0,-11124.8,-1890.27,49.9815,4.90438,604800,0,0,8,0,0,0,0,0),(135869,4075,532,1,1,1141,0,-11075,-1976,124.565,5.84977,604800,5,0,8,0,1,0,0,0),(135870,4075,532,1,1,2176,0,-11043.7,-1974.94,158.19,4.0819,604800,0,0,8,0,0,0,0,0),(135871,4075,532,1,1,1141,0,-10847.7,-1784.09,97.6676,2.91142,604800,5,0,8,0,1,0,0,0),(135872,4075,532,1,1,1141,0,-11014.1,-1984.96,126.607,5.16129,604800,0,0,8,0,0,0,0,0),(135873,4075,532,1,1,1141,0,-11080.6,-1951.53,77.2651,0.38054,604800,5,0,8,0,1,0,0,0),(135874,4075,532,1,1,1418,0,-10913.6,-1791.96,78.3931,0.289092,604800,5,0,8,0,1,0,0,0),(135875,4075,532,1,1,1418,0,-11125.8,-1899.64,49.8919,3.45551,604800,5,0,8,0,1,0,0,0),(135876,4075,532,1,1,1418,0,-11069.3,-1963.16,124.488,2.27207,604800,5,0,8,0,1,0,0,0),(135877,4075,532,1,1,2176,0,-11022.2,-1964.48,110.512,6.15181,604800,5,0,8,0,1,0,0,0),(135878,4075,532,1,1,1418,0,-11128.8,-1946.12,74.4069,1.79004,604800,5,0,8,0,1,0,0,0),(135879,4075,532,1,1,2176,0,-11071.9,-1989,97.3532,0.672132,604800,5,0,8,0,1,0,0,0),(135880,4075,532,1,1,1141,0,-11125.5,-1945.22,49.8903,1.52025,604800,5,0,8,0,1,0,0,0),(135881,4075,532,1,1,2176,0,-11064,-1937.93,124.566,5.57186,604800,5,0,8,0,1,0,0,0),(135882,4075,532,1,1,2176,0,-11048.2,-1942.07,77.2681,2.56184,604800,5,0,8,0,1,0,0,0),(135883,4075,532,1,1,1141,0,-11063,-2011.58,96.9251,6.23252,604800,5,0,8,0,1,0,0,0),(135884,4075,532,1,1,1141,0,-11046.7,-1991.43,77.2681,3.24527,604800,5,0,8,0,1,0,0,0),(135885,4075,532,1,1,1141,0,-11068.5,-1978.42,124.566,2.25291,604800,5,0,8,0,1,0,0,0),(135886,4075,532,1,1,1141,0,-11127.3,-1949.51,74.4084,0.387701,604800,5,0,8,0,1,0,0,0),(135887,4075,532,1,1,1141,0,-10914.9,-1780.02,78.4764,1.88496,604800,0,0,8,0,0,0,0,0),(135888,4075,532,1,1,1418,0,-11055.9,-1979.73,143.08,4.96817,604800,5,0,8,0,1,0,0,0),(135889,4075,532,1,1,2176,0,-11091,-1971.26,92.6087,4.01978,604800,5,0,8,0,1,0,0,0),(135890,4075,532,1,1,1141,0,-11062.5,-1938.64,124.566,6.06752,604800,5,0,8,0,1,0,0,0),(135891,4075,532,1,1,2176,0,-11008.7,-1961.16,110.061,5.97637,604800,0,0,8,0,0,0,0,0),(135892,4075,532,1,1,1141,0,-11057.5,-1997.42,115.226,2.61704,604800,5,0,8,0,1,0,0,0),(135893,4075,532,1,1,2176,0,-11118.2,-1968.07,51.086,3.61547,604800,5,0,8,0,1,0,0,0),(135894,4075,532,1,1,1418,0,-11127.8,-1893.74,49.8918,3.40461,604800,5,0,8,0,1,0,0,0),(135895,4075,532,1,1,2176,0,-11037.6,-1946.82,113.339,5.29334,604800,5,0,8,0,1,0,0,0),(135896,4075,532,1,1,1418,0,-10877.3,-1886.82,110.52,0.544255,604800,5,0,8,0,1,0,0,0),(135897,4075,532,1,1,2176,0,-10854.4,-1750.59,89.558,1.6057,604800,0,0,8,0,0,0,0,0),(135898,4075,532,1,1,1418,0,-11065.6,-1980.74,77.2681,1.3994,604800,5,0,8,0,1,0,0,0),(135899,4075,532,1,1,1141,0,-11034.8,-1974.67,126.524,5.76226,604800,5,0,8,0,1,0,0,0),(135900,4075,532,1,1,1141,0,-11085.4,-1932.38,91.7594,2.73925,604800,5,0,8,0,1,0,0,0),(135369,16179,532,1,1,0,0,-10959.3,-1941.12,46.1165,3.69836,604800,4,0,185906,0,1,0,0,0),(135902,4075,532,1,1,1141,0,-11150.5,-1939.42,49.8903,3.98082,604800,5,0,8,0,1,0,0,0),(135903,4075,532,1,1,1418,0,-10875.8,-1774.44,78.3931,0.555549,604800,5,0,8,0,1,0,0,0),(135904,4075,532,1,1,1418,0,-11132.4,-1903.08,74.3907,1.41838,604800,5,0,8,0,1,0,0,0),(135905,4075,532,1,1,1141,0,-11124.4,-1900.55,49.893,0.398307,604800,5,0,8,0,1,0,0,0),(135906,4075,532,1,1,1418,0,-11088.8,-1925.57,49.8903,5.6746,604800,5,0,8,0,1,0,0,0),(135907,4075,532,1,1,1418,0,-11075.5,-2000.81,77.2681,4.12219,604800,5,0,8,0,1,0,0,0),(135908,4075,532,1,1,1141,0,-10936,-1877.16,111.559,5.75959,604800,0,0,8,0,0,0,0,0),(135909,17644,532,1,1,20577,0,-10929.6,-1958.1,275.468,4.71239,604800,0,0,4120,0,0,0,0,0),(135910,17644,532,1,1,20577,0,-10975.6,-1984.06,275.297,2.9147,604800,0,0,4120,0,0,0,0,0),(135911,17644,532,1,1,20577,0,-10951.9,-1957.37,275.31,5.89921,604800,0,0,4120,0,0,0,0,0),(135912,17644,532,1,1,20577,0,-10976.4,-1961.86,275.128,5.39307,604800,0,0,4120,0,0,0,0,0),(135913,17644,532,1,1,20577,0,-10924.4,-2005.02,275.794,6.05629,604800,0,0,4120,0,0,0,0,0),(135914,17644,532,1,1,20577,0,-10962.1,-2014.65,275.512,0.628319,604800,0,0,4120,0,0,0,0,0),(135915,17644,532,1,1,20577,0,-10911,-1987.62,275.881,1.01229,604800,0,0,4120,0,0,0,0,0),(135916,17644,532,1,1,20577,0,-10953.4,-1983.33,275.446,5.0091,604800,0,0,4120,0,0,0,0,0),(135917,17644,532,1,1,20577,0,-11001.4,-1991.33,275.119,4.97419,604800,0,0,4120,0,0,0,0,0),(135918,17644,532,1,1,20577,0,-10942.5,-2014.21,275.737,5.91667,604800,0,0,4120,0,0,0,0,0),(135919,17644,532,1,1,20577,0,-10984.4,-2016.32,275.166,3.1765,604800,0,0,4120,0,0,0,0,0),(135920,17644,532,1,1,20577,0,-10931.5,-1983.72,275.614,3.22886,604800,0,0,4120,0,0,0,0,0),(135921,17645,532,1,1,11686,0,-10893.5,-2081.34,342.294,5.18363,604800,0,0,42,0,0,0,0,0),(135922,17645,532,1,1,11686,0,-10833.1,-2151.58,380.86,4.62512,604800,0,0,42,0,0,0,0,0),(135923,22519,532,1,1,11686,0,-11078.5,-1910.45,221.153,2.02458,604800,0,0,42,0,0,0,0,0),(135924,22519,532,1,1,11686,0,-11076.3,-1908.72,221.153,2.05949,604800,0,0,42,0,0,0,0,0),(135925,22519,532,1,1,11686,0,-11074.1,-1906.99,221.153,2.09439,604800,0,0,42,0,0,0,0,0),(135926,22519,532,1,1,11686,0,-11071.9,-1905.2,221.153,2.11185,604800,0,0,42,0,0,0,0,0),(135927,22519,532,1,1,11686,0,-11069.7,-1903.49,221.153,2.14675,604800,0,0,42,0,0,0,0,0),(135928,22519,532,1,1,11686,0,-11067.6,-1901.78,221.153,2.18166,604800,0,0,42,0,0,0,0,0),(135929,22519,532,1,1,11686,0,-11065.3,-1900.09,221.153,2.21657,604800,0,0,42,0,0,0,0,0),(135930,22519,532,1,1,11686,0,-11063.2,-1898.31,221.153,2.25148,604800,0,0,42,0,0,0,0,0),(135931,22519,532,1,1,11686,0,-11081.2,-1843.94,221.153,5.18363,604800,0,0,42,0,0,0,0,0),(135932,22519,532,1,1,11686,0,-11083.5,-1845.86,221.153,5.21853,604800,0,0,42,0,0,0,0,0),(135933,22519,532,1,1,11686,0,-11085.7,-1847.6,221.153,5.23599,604800,0,0,42,0,0,0,0,0),(135934,22519,532,1,1,11686,0,-11088,-1849.35,221.153,5.2709,604800,0,0,42,0,0,0,0,0),(135935,22519,532,1,1,11686,0,-11090.2,-1851.05,221.153,5.3058,604800,0,0,42,0,0,0,0,0),(135936,22519,532,1,1,11686,0,-11092.3,-1852.77,221.153,5.32325,604800,0,0,42,0,0,0,0,0),(135937,22519,532,1,1,11686,0,-11094.5,-1854.52,221.153,5.35816,604800,0,0,42,0,0,0,0,0),(135938,22519,532,1,1,11686,0,-11096.6,-1856.27,221.153,5.39307,604800,0,0,42,0,0,0,0,0),(135939,22519,532,1,1,11686,0,-11080.1,-1908.29,221.153,2.02458,604800,0,0,42,0,0,0,0,0),(135940,22519,532,1,1,11686,0,-11077.9,-1906.58,221.153,2.05949,604800,0,0,42,0,0,0,0,0),(135941,22519,532,1,1,11686,0,-11075.8,-1904.8,221.153,2.07694,604800,0,0,42,0,0,0,0,0),(135942,22519,532,1,1,11686,0,-11073.6,-1903.2,221.153,2.11185,604800,0,0,42,0,0,0,0,0),(135943,22519,532,1,1,11686,0,-11071.4,-1901.44,221.153,2.14675,604800,0,0,42,0,0,0,0,0),(135944,22519,532,1,1,11686,0,-11069.2,-1899.68,221.153,2.18166,604800,0,0,42,0,0,0,0,0),(135945,22519,532,1,1,11686,0,-11067,-1897.89,221.153,2.21657,604800,0,0,42,0,0,0,0,0),(135946,22519,532,1,1,11686,0,-11064.7,-1896.19,221.153,2.25148,604800,0,0,42,0,0,0,0,0),(135947,22519,532,1,1,11686,0,-11083,-1842.02,221.153,5.18363,604800,0,0,42,0,0,0,0,0),(135948,22519,532,1,1,11686,0,-11085.2,-1843.79,221.153,5.21853,604800,0,0,42,0,0,0,0,0),(135949,22519,532,1,1,11686,0,-11087.2,-1845.48,221.153,5.23599,604800,0,0,42,0,0,0,0,0),(135950,22519,532,1,1,11686,0,-11089.5,-1847.22,221.153,5.2709,604800,0,0,42,0,0,0,0,0),(135951,22519,532,1,1,11686,0,-11091.7,-1848.99,221.153,5.3058,604800,0,0,42,0,0,0,0,0),(135952,22519,532,1,1,11686,0,-11093.8,-1850.65,221.153,5.32325,604800,0,0,42,0,0,0,0,0),(135953,22519,532,1,1,11686,0,-11096.1,-1852.39,221.153,5.35816,604800,0,0,42,0,0,0,0,0),(135954,22519,532,1,1,11686,0,-11098.3,-1854.16,221.153,5.39307,604800,0,0,42,0,0,0,0,0),(135955,22520,532,1,1,11686,0,-11084.9,-1911.71,221.153,0.10472,604800,0,0,42,0,0,0,0,0),(135956,22520,532,1,1,11686,0,-11076.7,-1842.37,221.153,0.628319,604800,0,0,42,0,0,0,0,0),(135957,22523,532,1,1,11686,0,-11094,-1913.31,221.153,4.5204,604800,0,0,42,0,0,0,0,0),(135958,22523,532,1,1,11686,0,-11095.7,-1910.8,221.153,0.10472,604800,0,0,42,0,0,0,0,0),(135959,22523,532,1,1,11686,0,-11099.4,-1905.85,221.153,2.9147,604800,0,0,42,0,0,0,0,0),(135960,22523,532,1,1,11686,0,-11102.7,-1902.15,221.153,2.75762,604800,0,0,42,0,0,0,0,0),(135961,22523,532,1,1,11686,0,-11104.4,-1900.05,221.153,5.5676,604800,0,0,42,0,0,0,0,0),(135962,22523,532,1,1,11686,0,-11106,-1897.85,221.153,0.925025,604800,0,0,42,0,0,0,0,0),(135963,22523,532,1,1,11686,0,-11107.6,-1895.82,221.153,4.20624,604800,0,0,42,0,0,0,0,0),(135964,22523,532,1,1,11686,0,-11109.4,-1893.7,221.153,3.80482,604800,0,0,42,0,0,0,0,0),(135965,22524,532,1,1,11686,0,-11114.3,-1885.2,221.153,1.309,604800,0,0,42,0,0,0,0,0),(135966,17660,532,1,1,17166,0,-11141.5,-1977.98,283.367,1.72216,604800,5,0,4890,0,1,0,0,0),(135967,17660,532,1,1,17166,0,-11009.3,-2026.42,232.176,0.542737,604800,5,0,4890,0,1,0,0,0),(209079,29720,571,1,2,0,0,8510.63,2619.33,652.453,1.21255,300,0,0,12175,0,0,0,0,0),(152164,29720,571,1,2,0,0,8526.63,2647.68,654.274,5.81195,300,0,0,12175,0,0,0,0,0),(152163,29720,571,1,2,0,0,8404.08,2751.16,666.536,3.59538,300,0,0,12175,0,0,0,0,0),(152162,29720,571,1,2,0,0,8313.71,2730.07,666.374,1.41372,300,0,0,12175,0,0,0,0,0),(152161,29720,571,1,2,0,0,8323.99,2775.64,655.539,0.820305,300,0,0,12175,0,0,0,0,0),(152160,29720,571,1,2,0,0,8417.85,2644.77,760.057,0.294484,300,0,0,12175,0,0,0,0,0),(152159,29720,571,1,2,0,0,8357.75,2724,662.616,1.15192,300,0,0,12175,0,0,0,0,0),(200615,14876,0,1,1,0,0,-11775.2,1358.51,0.776265,1.40938,1800,0,0,1,0,0,0,0,0),(1977343,32423,571,1,3,0,0,7854.05,957.014,450.898,0.628319,300,0,0,12600,0,0,0,0,0),(1977260,32404,571,1,1,0,0,7600.17,1398.21,333.427,1.31,300,0,0,12600,0,0,0,0,0),(62065,32370,571,1,1,0,0,7259.76,1176.8,316.875,0.959931,300,0,0,36860,0,0,0,0,0),(1977259,32408,571,1,1,0,0,7304.98,1178.44,323.646,2.43472,300,0,0,12600,0,0,0,0,0),(68101,33874,603,3,1,0,0,1435.72,118.918,424.982,0,7200,0,0,0,0,0,0,0,0),(136054,33293,603,3,1,0,0,886.275,-12.0545,409.602,3.12941,604800,5,0,5000008,0,2,0,0,0),(1975210,33661,603,3,1,11686,0,1770.7,-61.6,448.81,1.584,180,0,0,26066,0,0,0,0,0),(136057,34069,603,3,1,12233,0,567.528,42.3316,411.996,4.64258,604800,0,0,606645,0,0,0,0,0),(136058,34069,603,3,1,12233,0,601.337,40.8177,412.045,4.69494,604800,0,0,606645,0,0,0,0,0),(136059,33054,603,3,1,16925,0,2134.9,-390.776,437.311,0,604800,0,0,12600,0,0,0,0,0),(136060,33571,603,3,1,11686,0,-144.54,-280.283,373.325,1.43117,86400,0,0,12600,0,0,0,0,0),(136061,33571,603,3,1,11686,0,-390.207,-99.5486,413.561,3.14159,86400,0,0,12600,0,0,0,0,0),(136062,33571,603,3,1,11686,0,-232.474,33.0712,413.019,3.14159,86400,0,0,12600,0,0,0,0,0),(136063,33571,603,3,1,11686,0,108.613,356.469,413.842,4.74729,86400,0,0,12600,0,0,0,0,0),(136068,33571,603,3,1,11686,0,-119.038,-34.3646,413.869,3.14159,86400,0,0,12600,0,0,0,0,0),(136069,33571,603,3,1,11686,0,-228.002,-100.653,413.47,3.14159,86400,0,0,12600,0,0,0,0,0),(136070,33571,603,3,1,11686,0,-305.88,-281.196,373.653,1.53589,86400,0,0,12600,0,0,0,0,0),(136071,33571,603,3,1,11686,0,36.5398,188.999,434.412,4.72984,86400,0,0,12600,0,0,0,0,0),(136072,33571,603,3,1,11686,0,-390.429,45.1823,413.314,3.14159,86400,0,0,12600,0,0,0,0,0),(136073,33059,603,1,1,27658,0,-732.267,-203.694,432.463,2.07694,180,0,0,315000,0,0,0,0,0),(136074,33059,603,1,1,27658,0,-719.747,-165.845,430.135,1.95477,180,0,0,315000,0,0,0,0,0),(136076,33571,603,3,1,11686,0,-487.149,-29.4566,414.123,3.14159,86400,0,0,12600,0,0,0,0,0),(136077,33571,603,3,1,11686,0,79.3889,-80.5573,412.694,3.14159,86400,0,0,12600,0,0,0,0,0),(136078,33571,603,3,1,11686,0,-488.552,-98.1111,413.994,3.14159,86400,0,0,12600,0,0,0,0,0),(136079,33571,603,3,1,11686,0,-22.8941,-81.2552,413.199,3.14159,86400,0,0,12600,0,0,0,0,0),(136080,33571,603,3,1,11686,0,100.837,-394.491,411.194,6.26573,86400,0,0,12600,0,0,0,0,0),(136081,33571,603,3,1,11686,0,82.9635,-376.155,411.149,1.67552,86400,0,0,12600,0,0,0,0,0),(136082,33571,603,3,1,11686,0,82.5938,-412.359,411.168,4.55531,86400,0,0,12600,0,0,0,0,0),(136083,33571,603,3,1,11686,0,64.6233,-394.094,411.121,3.08923,86400,0,0,12600,0,0,0,0,0),(136084,33571,603,3,1,11686,0,-316.627,-32.3733,413.924,3.14159,86400,0,0,12600,0,0,0,0,0),(136085,33571,603,3,1,11686,0,-199.788,187.969,437.004,4.79965,86400,0,0,12600,0,0,0,0,0),(136086,33571,603,3,1,11686,0,-486.797,46.1788,414.224,3.14159,86400,0,0,12600,0,0,0,0,0),(136087,33059,603,1,1,27658,0,-793.69,-240.574,430.981,1.64061,180,0,0,315000,0,0,0,0,0),(136088,33059,603,1,1,27658,0,-746.234,-211.748,431.755,1.8326,180,0,0,315000,0,0,0,0,0),(136089,33059,603,1,1,27658,0,-784.241,-225.773,430.228,2.07694,180,0,0,315000,0,0,0,0,0),(136090,33059,603,1,1,27658,0,-825.34,-247.555,432.671,6.12611,180,0,0,315000,0,0,0,0,0),(136091,33571,603,3,1,11686,0,77.3802,9.7934,413.655,3.14159,86400,0,0,12600,0,0,0,0,0),(136092,33571,603,3,1,11686,0,-21.8698,11.2483,413.516,3.14159,86400,0,0,12600,0,0,0,0,0),(136235,34085,603,3,1,0,0,612.706,296.304,360.802,1.57116,604800,5,0,606645,0,2,0,0,0),(136236,34085,603,3,1,0,0,617.707,295.979,360.802,1.57116,604800,5,0,606645,0,2,0,0,0),(136237,34085,603,3,1,0,0,562.553,338.36,360.805,4.71955,604800,5,0,606645,0,2,0,0,0),(136238,34085,603,3,1,0,0,557.545,339.339,360.804,4.71955,604800,5,0,606645,0,2,0,0,0),(136241,34086,603,3,1,0,0,548.726,269.269,360.555,1.64273,604800,5,0,471835,41690,2,0,0,0),(136242,34086,603,3,1,0,0,558.719,212.238,361.823,1.79573,604800,5,0,471835,41690,2,0,0,0),(136243,34086,603,3,1,0,0,623.573,237.733,361.802,1.08605,604800,5,0,471835,41690,2,0,0,0),(136244,34086,603,3,1,0,0,631.92,235.205,361.802,1.90892,604800,5,0,471835,41690,2,0,0,0),(136245,33063,603,1,1,28650,0,-756.948,-27.9419,429.927,5.07891,180,0,0,567000,0,0,0,0,0),(136246,33063,603,1,1,28650,0,-739.3,-21.51,429.927,4.86947,180,0,0,567000,0,0,0,0,0),(136247,33063,603,1,1,28650,0,-813.698,-86.8924,430.158,6.0912,180,0,0,567000,0,0,0,0,0),(136248,33063,603,1,1,28650,0,-720.127,-14.5091,429.927,4.85202,180,0,0,567000,0,0,0,0,0),(136249,33063,603,1,1,28650,0,-810.929,-31.8438,429.929,3.9619,180,0,0,567000,0,0,0,0,0),(136253,33579,603,3,1,26353,1,-716.568,-54.8669,429.924,4.01426,604800,0,0,75600,0,0,0,0,0),(1971393,17474,544,1,1,0,0,-31.908,19.128,-0.412,0,86400,0,0,6722,0,0,0,0,0),(136260,33354,603,3,1,20249,0,2359.28,84.7879,435.907,4.71493,604800,5,0,456155,20405,1,0,0,0),(136261,33355,603,3,1,28724,1,2368.28,84.9286,434.336,4.72803,604800,5,0,390990,20405,1,0,0,0),(136262,32845,603,3,1,28743,1,2000.85,-204.335,432.758,4.71239,604800,0,0,8115990,0,0,0,0,0),(136263,33620,603,3,1,0,1,-729.051,-134.724,429.881,4.16929,604800,0,0,1,0,0,0,0,0),(136264,33620,603,3,1,0,1,-729.897,-127.151,429.863,4.15232,604800,0,0,1,0,0,0,0,0),(136265,33620,603,3,1,0,1,-769.326,-223.926,433.913,1.71042,604800,0,0,1,0,0,0,0,0),(136266,33620,603,3,1,0,1,-732.332,-185.682,433.538,1.90241,604800,0,0,1,0,0,0,0,0),(136267,34133,603,3,1,26778,0,1897.73,-161.869,412.383,1.06465,604800,0,0,943670,0,0,0,0,0),(136270,34133,603,3,1,26778,0,1863.78,-356.041,412.382,1.55334,604800,0,0,943670,0,0,0,0,0),(136271,33622,603,3,1,0,1,-749.733,-176.89,429.771,3.5255,604800,0,0,1,0,0,0,0,0),(136272,34134,603,3,1,29100,0,1863.79,-291.232,412.549,3.04699,604800,0,0,234594,81620,2,0,0,0),(136273,34134,603,3,1,0,0,1923.73,-359.489,421.707,1.57342,604800,0,0,234594,81620,2,0,0,0),(136041,32780,603,3,1,11686,0,2170.84,-262.182,419.361,3.05433,180,0,0,42,0,0,0,0,0),(136275,34135,603,3,1,23348,0,1914.13,-364.998,421.771,3.00124,604800,5,0,195495,81620,1,0,0,0),(136276,34135,603,3,1,23348,0,1916.12,-346.782,418.575,3.22508,604800,5,0,195495,81620,1,0,0,0),(136277,34135,603,3,1,23348,0,1916.87,-357.047,419.796,3.07114,604800,5,0,195495,81620,1,0,0,0),(136278,34135,603,3,1,0,0,1869.02,-310.53,412.299,1.53022,604800,0,0,195495,81620,0,0,0,0),(136279,34135,603,3,1,0,0,1864.24,-310.396,412.299,1.542,604800,0,0,195495,81620,0,0,0,0),(136280,34135,603,3,1,0,0,1858.57,-310.914,412.624,1.56949,604800,0,0,195495,81620,0,0,0,0),(136281,33624,603,3,1,25166,0,-718.456,-57.1132,429.924,0.837758,604800,0,0,37800,3994,0,0,0,0),(136316,32857,603,3,1,28324,0,1567.86,129.128,427.268,5.45818,604800,0,0,2998175,212900,0,0,0,0),(136347,33626,603,3,1,27938,0,-806.78,-61.9102,430.218,5.18687,180,0,0,12600,0,2,0,0,0),(136348,33626,603,3,1,27941,0,-716.635,-52.6939,429.924,4.10152,180,0,0,12600,0,0,0,0,0),(136349,33626,603,3,1,27941,0,-808.118,-40.2321,429.968,0.034864,180,0,0,12600,0,2,0,0,0),(136350,33626,603,3,1,27938,0,-712.022,-106.385,430.386,2.16351,180,0,0,12600,0,2,0,0,0),(136351,33626,603,3,1,27939,0,-827.179,-26.393,429.927,6.02139,180,0,0,12600,0,0,0,0,0),(136352,33626,603,3,1,27940,0,-827.436,-42.4411,430.352,0.523599,180,0,0,12600,0,0,0,0,0),(136353,33626,603,3,1,27940,0,-830.42,-57.3188,430.245,1.53589,180,0,0,12600,0,0,0,0,0),(1975203,34054,603,3,1,11686,0,174.442,345.679,412.872,6.28098,300,0,0,75600,0,0,0,0,0),(136355,33626,603,3,1,27940,0,-714.656,-17.1672,429.881,5.95784,180,0,0,12600,0,2,0,0,0),(136356,33626,603,3,1,27941,0,-785.746,-41.3845,429.966,1.82533,180,0,0,12600,0,2,0,0,0),(136357,33626,603,3,1,27940,0,-754.786,-36.7039,429.903,0.446697,180,0,0,12600,0,2,0,0,0),(136358,33626,603,3,1,27938,0,-707.518,-90.0475,429.93,5.48033,180,0,0,12600,0,0,0,0,0),(136359,33626,603,3,1,27938,0,-821.82,-33.2789,430.218,4.48025,180,0,0,12600,0,2,0,0,0),(136360,33626,603,3,1,27938,0,-805.724,-92.5147,429.937,2.34681,180,0,0,12600,0,2,0,0,0),(136361,33627,603,3,1,27935,0,-715.435,-120.418,430.822,4.68825,180,0,0,12600,0,2,0,0,0),(136362,33627,603,3,1,27936,0,-824.531,-25.8472,429.927,5.95157,180,0,0,12600,0,0,0,0,0),(136363,33627,603,3,1,27937,0,-826.917,-39.6632,430.404,0.244346,180,0,0,12600,0,0,0,0,0),(136364,33627,603,3,1,27936,0,-829.916,-54.5181,430.246,4.55531,180,0,0,12600,0,0,0,0,0),(136365,33627,603,3,1,27937,0,-798.179,-248.122,432.451,4.70427,180,0,0,12600,0,2,0,0,0),(136366,33627,603,3,1,27936,0,-712.147,-168.241,432.955,2.63086,180,0,0,12600,0,2,0,0,0),(136367,33627,603,3,1,27936,0,-767.843,-217.267,429.967,0.61304,180,0,0,12600,0,2,0,0,0),(136368,33627,603,3,1,27937,0,-731.254,-177.865,430.225,0.534635,180,0,0,12600,0,2,0,0,0),(136369,33627,603,3,1,27935,0,-741.395,-207.977,431.758,4.88029,180,0,0,12600,0,2,0,0,0),(136370,33629,603,3,1,25029,1,-744.199,-41.8189,429.966,3.37403,604800,0,0,50400,0,2,0,0,0),(136371,33118,603,3,1,29185,0,586.542,378.798,360.923,4.7822,604800,0,0,5578000,0,0,0,0,0),(209087,29722,571,1,2,0,0,8284.4,2669.41,689.419,4.65308,300,0,0,12175,0,0,0,0,0),(209086,29722,571,1,2,0,0,8338.52,2740.88,655.542,6.19592,300,0,0,12175,0,0,0,0,0),(209085,29722,571,1,2,0,0,8418.25,2696.34,760.057,3.28026,300,0,0,12175,0,0,0,0,0),(209084,29722,571,1,2,0,0,8382.41,2828.45,717.247,5.77289,300,0,0,12175,0,0,0,0,0),(209083,29722,571,1,2,0,0,8407.96,2796.92,717.907,5.70723,300,0,0,12175,0,0,0,0,0),(209082,29722,571,1,2,0,0,8313.09,2684.89,689.96,5.93412,300,0,0,12175,0,0,0,0,0),(209081,29722,571,1,2,0,0,8413.14,2643.3,760.141,3.28122,300,0,0,12175,0,0,0,0,0),(209080,29722,571,1,2,0,0,8419.52,2697.4,760.141,4.81711,300,0,0,12175,0,0,0,0,0),(136384,32865,603,3,1,28977,1,2131.02,-297.65,438.331,1.69297,604800,0,0,4183500,425800,0,0,0,0),(136385,33121,603,3,1,26154,0,543.22,313.451,360.886,0.10472,604800,0,0,3780000,0,0,0,0,0),(136386,33121,603,3,1,26154,0,630.366,216.772,360.891,3.00197,604800,0,0,3780000,0,0,0,0,0),(136387,33121,603,3,1,26154,0,630.594,231.846,360.891,3.12414,604800,0,0,3780000,0,0,0,0,0),(136388,33121,603,3,1,26154,0,543.356,329.408,360.886,6.24828,604800,0,0,3780000,0,0,0,0,0),(136389,33121,603,3,1,26154,0,630.435,337.246,360.886,3.21141,604800,0,0,3780000,0,0,0,0,0),(136390,33121,603,3,1,26154,0,543.076,247.458,360.888,6.21337,604800,0,0,3780000,0,0,0,0,0),(136391,33121,603,3,1,26154,0,630.493,313.349,360.886,3.05433,604800,0,0,3780000,0,0,0,0,0),(136392,33121,603,3,1,26154,0,630.444,321.406,360.886,3.12414,604800,0,0,3780000,0,0,0,0,0),(136393,33121,603,3,1,26154,0,543.117,232.082,360.891,0.069813,604800,0,0,3780000,0,0,0,0,0),(136394,33121,603,3,1,26154,0,543.161,305.956,360.886,0.15708,604800,0,0,3780000,0,0,0,0,0),(136395,33121,603,3,1,26154,0,543.277,321.482,360.886,0.05236,604800,0,0,3780000,0,0,0,0,0),(136396,33121,603,3,1,26154,0,543.316,337.468,360.886,6.19592,604800,0,0,3780000,0,0,0,0,0),(136397,33121,603,3,1,26154,0,630.366,247.307,360.888,3.21141,604800,0,0,3780000,0,0,0,0,0),(136398,33121,603,3,1,26154,0,630.698,305.311,360.886,3.00197,604800,0,0,3780000,0,0,0,0,0),(136399,33121,603,3,1,26154,0,630.5,224.559,360.891,3.05433,604800,0,0,3780000,0,0,0,0,0),(136400,33121,603,3,1,26154,0,630.668,239.84,360.89,3.15905,604800,0,0,3780000,0,0,0,0,0),(136401,33121,603,3,1,26154,0,543.28,239.674,360.89,6.26573,604800,0,0,3780000,0,0,0,0,0),(136402,33121,603,3,1,26154,0,630.384,329.585,360.886,3.15905,604800,0,0,3780000,0,0,0,0,0),(136403,33121,603,3,1,26154,0,543.265,217.147,360.891,0.174533,604800,0,0,3780000,0,0,0,0,0),(136404,33121,603,3,1,26154,0,543.256,224.831,360.891,0.122173,604800,0,0,3780000,0,0,0,0,0),(136405,34146,603,3,1,27823,0,1883.92,-202.018,413.454,2.11185,180,0,0,12600,0,0,0,0,0),(136406,34146,603,3,1,27823,0,1865.86,-147.47,413.727,6.17846,180,0,0,12600,0,0,0,0,0),(1975231,32892,603,3,1,11686,0,2164.2,-233.47,420,4.45059,604800,0,0,12600,0,0,0,0,0),(1975226,33378,603,3,1,11686,0,2124.3,-222.6,433.3,0.785398,604800,0,0,12600,0,0,0,0,0),(1975227,32892,603,3,1,11686,0,2124.3,-222.6,420,6.26573,604800,0,0,12600,0,0,0,0,0),(136421,32867,603,3,1,28344,0,1587.18,121.027,427.268,-0.905341,604800,0,0,2998175,0,0,0,0,0),(136422,34150,603,3,1,27823,0,1847.27,-262.982,418.15,1.01229,180,0,0,12600,0,0,0,0,0),(136423,34150,603,3,1,27823,0,1940,-345.904,422.956,2.21657,180,0,0,12600,0,0,0,0,0),(136424,34150,603,3,1,27823,0,1785.64,-349.025,412.647,4.85202,180,0,0,12600,0,0,0,0,0),(136425,34150,603,3,1,27823,0,1892.89,-345.69,413.066,3.735,180,0,0,12600,0,0,0,0,0),(136426,34151,603,3,1,27823,0,1921.84,-166.264,415.243,3.00197,180,0,0,12600,0,0,0,0,0),(136427,34151,603,3,1,27823,0,1842.28,-344.044,413.305,5.75959,180,0,0,12600,0,0,0,0,0),(136428,34151,603,3,1,27823,0,1944.57,-390.783,427.564,1.71042,180,0,0,12600,0,0,0,0,0),(136429,34151,603,3,1,27823,0,1989.17,-368.196,422.714,2.42601,180,0,0,12600,0,0,0,0,0),(136430,34151,603,3,1,27823,0,1866.67,-382.491,413.028,1.85005,180,0,0,12600,0,0,0,0,0),(136040,32780,603,3,1,11686,0,2170.63,-259.069,419.358,3.14159,180,0,0,42,0,0,0,0,0),(136039,32780,603,3,1,11686,0,2125.19,-290.218,419.511,1.29154,180,0,0,42,0,0,0,0,0),(136038,32780,603,3,1,11686,0,2120.5,-291.858,419.506,1.16937,180,0,0,42,0,0,0,0,0),(136037,32780,603,3,1,11686,0,2149.19,-291.613,419.408,1.98968,180,0,0,42,0,0,0,0,0),(136036,32780,603,3,1,11686,0,2154.4,-294.622,420.229,2.07694,180,0,0,42,0,0,0,0,0),(1977344,32497,571,1,1,0,0,6364.04,2328.19,473.02,1.23306,300,0,0,12600,0,0,0,0,0),(1975225,32892,603,3,1,11686,0,2104.94,-233.44,420,0.785398,604800,0,0,12600,0,0,0,0,0),(1975219,34096,603,3,1,0,0,1992.16,-99.9681,417.724,3.07563,300,0,0,39099,0,0,0,0,0),(1975218,34096,603,3,1,0,0,1940.04,43.3955,411.353,6.13475,300,0,0,39099,0,0,0,0,0),(1975217,34096,603,3,1,0,0,1990.83,49.5323,417.724,6.13475,300,0,0,39099,0,0,0,0,0),(1975216,34096,603,3,1,0,0,1907.56,-0.803589,417.734,1.06501,300,0,0,39099,0,0,0,0,0),(1975205,22515,603,3,1,16925,0,646.771,277.796,360.802,0,180,0,0,4120,0,0,0,0,0),(1975204,22515,603,3,1,16925,0,526.771,277.796,360.802,0,180,0,0,4120,0,0,0,0,0),(136453,34164,603,3,1,29104,0,-117.892,152.053,432.914,3.07118,604800,0,0,1575000,0,0,0,0,0),(136454,34164,603,3,1,0,0,-182.328,-252.258,369.591,3.28563,604800,0,0,1575000,0,2,0,0,0),(136035,32780,603,3,1,11686,0,2159.76,-293.55,420.229,2.19912,180,0,0,42,0,0,0,0,0),(136034,32780,603,3,1,11686,0,2160.24,-288.635,420.229,2.28638,180,0,0,42,0,0,0,0,0),(136033,32780,603,3,1,11686,0,2164.05,-287.587,420.229,2.37365,180,0,0,42,0,0,0,0,0),(136032,32780,603,3,1,11686,0,2167.86,-287.628,420.229,2.42601,180,0,0,42,0,0,0,0,0),(136031,32780,603,3,1,11686,0,2170.11,-284.57,420.229,2.51327,180,0,0,42,0,0,0,0,0),(136030,32780,603,3,1,11686,0,2171.87,-281.402,420.229,2.60054,180,0,0,42,0,0,0,0,0),(136029,32780,603,3,1,11686,0,2173.18,-277.563,420.229,2.68781,180,0,0,42,0,0,0,0,0),(136028,32780,603,3,1,11686,0,2174.03,-274.158,420.229,2.77507,180,0,0,42,0,0,0,0,0),(136027,32780,603,3,1,11686,0,2174.24,-253.025,420.229,3.28122,180,0,0,42,0,0,0,0,0),(136026,32780,603,3,1,11686,0,2173.47,-248.761,420.229,3.38594,180,0,0,42,0,0,0,0,0),(136025,32780,603,3,1,11686,0,2171.82,-244.906,420.229,3.49066,180,0,0,42,0,0,0,0,0),(136024,32780,603,3,1,11686,0,2170.45,-241.641,420.229,3.57792,180,0,0,42,0,0,0,0,0),(136023,32780,603,3,1,11686,0,2167.86,-238.358,420.229,3.68265,180,0,0,42,0,0,0,0,0),(136022,32780,603,3,1,11686,0,2165.12,-238.593,420.229,3.71755,180,0,0,42,0,0,0,0,0),(136021,32780,603,3,1,11686,0,2160.81,-237.448,420.23,3.82227,180,0,0,42,0,0,0,0,0),(136020,32780,603,3,1,11686,0,2159.64,-234.009,420.23,3.90954,180,0,0,42,0,0,0,0,0),(136019,32780,603,3,1,11686,0,2158.64,-229.606,420.23,4.01426,180,0,0,42,0,0,0,0,0),(136018,32780,603,3,1,11686,0,2154.06,-226.385,420.23,4.17134,180,0,0,42,0,0,0,0,0),(136017,32780,603,3,1,11686,0,2150.92,-225.809,420.23,4.24115,180,0,0,42,0,0,0,0,0),(136016,32780,603,3,1,11686,0,2147.7,-227.183,420.23,4.31096,180,0,0,42,0,0,0,0,0),(136015,32780,603,3,1,11686,0,2143.47,-227.865,420.23,4.43314,180,0,0,42,0,0,0,0,0),(136014,32780,603,3,1,11686,0,2141.24,-225.294,420.23,4.5204,180,0,0,42,0,0,0,0,0),(136013,32780,603,3,1,11686,0,2138.82,-222.189,420.23,4.59022,180,0,0,42,0,0,0,0,0),(136012,32780,603,3,1,11686,0,2134.53,-221.81,420.23,4.71239,180,0,0,42,0,0,0,0,0),(136011,32780,603,3,1,11686,0,2130.72,-221.698,420.23,4.81711,180,0,0,42,0,0,0,0,0),(136010,32780,603,3,1,11686,0,2128.16,-225.033,420.23,4.90438,180,0,0,42,0,0,0,0,0),(136009,32780,603,3,1,11686,0,2126.03,-227.955,420.23,4.97419,180,0,0,42,0,0,0,0,0),(136008,32780,603,3,1,11686,0,2122.89,-227.533,420.23,5.06145,180,0,0,42,0,0,0,0,0),(136007,32780,603,3,1,11686,0,2117.03,-226.16,420.23,5.20108,180,0,0,42,0,0,0,0,0),(136006,32780,603,3,1,11686,0,2119.43,-225.214,420.23,5.13127,180,0,0,42,0,0,0,0,0),(136005,32780,603,3,1,11686,0,2114.07,-226.523,420.23,5.2709,180,0,0,42,0,0,0,0,0),(136004,32780,603,3,1,11686,0,2112.29,-228.544,420.23,5.34071,180,0,0,42,0,0,0,0,0),(136003,32780,603,3,1,11686,0,2109.6,-229.969,420.23,5.42797,180,0,0,42,0,0,0,0,0),(136002,32780,603,3,1,11686,0,2110.59,-234.974,421.543,5.49779,180,0,0,42,0,0,0,0,0),(136001,32780,603,3,1,11686,0,2108.71,-237.192,420.23,5.58505,180,0,0,42,0,0,0,0,0),(136000,32780,603,3,1,11686,0,2104.84,-238.582,420.229,5.67232,180,0,0,42,0,0,0,0,0),(135999,32780,603,3,1,11686,0,2100.34,-239.746,420.229,5.77704,180,0,0,42,0,0,0,0,0),(1975234,33213,603,3,1,0,0,1939.13,-90.8332,411.356,1.00123,300,0,0,14433075,0,0,0,0,0),(135998,32780,603,3,1,11686,0,2098.19,-242.309,420.229,5.84685,180,0,0,42,0,0,0,0,0),(135997,32780,603,3,1,11686,0,2096.49,-244.888,420.229,5.93412,180,0,0,42,0,0,0,0,0),(135996,32780,603,3,1,11686,0,2095.87,-247.617,420.229,5.98648,180,0,0,42,0,0,0,0,0),(135995,32780,603,3,1,11686,0,2094.54,-250.609,420.229,6.07375,180,0,0,42,0,0,0,0,0),(135994,32780,603,3,1,11686,0,2093.77,-253.55,420.229,6.14356,180,0,0,42,0,0,0,0,0),(135993,32780,603,3,1,11686,0,2093.62,-257.098,420.229,6.23082,180,0,0,42,0,0,0,0,0),(135992,32780,603,3,1,11686,0,2096.1,-259.742,420.229,0.034907,180,0,0,42,0,0,0,0,0),(135991,32780,603,3,1,11686,0,2096.46,-265.11,420.229,0.174533,180,0,0,42,0,0,0,0,0),(135990,32780,603,3,1,11686,0,2094.18,-267.787,420.229,0.226893,180,0,0,42,0,0,0,0,0),(135989,32780,603,3,1,11686,0,2093.46,-272.266,420.229,0.331613,180,0,0,42,0,0,0,0,0),(1975215,34096,603,3,1,0,0,1905.12,-46.6376,417.759,2.23133,300,0,0,39099,0,0,0,0,0),(1975214,34096,603,3,1,0,0,1940.24,-90.7078,411.357,2.65151,300,0,0,39099,0,0,0,0,0),(136521,33662,603,3,1,28885,1,-786.215,-84.7696,429.792,1.44862,180,0,0,75600,39940,0,0,0,0),(136522,33662,603,3,1,28885,1,-752.114,-102.089,429.714,6.17846,180,0,0,75600,39940,0,0,0,0),(136523,33662,603,3,1,28886,1,-813.209,-201.445,492.843,0,180,0,0,75600,39940,0,0,0,0),(136524,33662,603,3,1,28884,1,-718.091,-60.1257,429.924,0.959931,180,0,0,75600,39940,0,0,0,0),(136525,33662,603,3,1,28886,1,-673.13,-77.4619,426.448,5.44543,180,0,0,75600,39940,0,0,0,0),(136527,33662,603,3,1,28886,1,-704.212,-94.6969,430.024,2.44346,180,0,0,75600,39940,0,0,0,0),(136528,33662,603,3,1,28886,1,-675.228,-18.3325,426.383,0.942478,180,0,0,75600,39940,0,0,0,0),(136529,33662,603,3,1,28780,1,-800.668,-233.616,429.967,4.62572,180,5,0,75600,39940,1,0,0,0),(136530,33662,603,3,1,28886,1,-775.323,-158.514,429.821,0.836248,180,0,0,75600,39940,0,0,0,0),(136532,33669,603,3,1,28781,1,-742.469,-197.785,429.95,5.74213,180,0,0,12600,0,0,0,0,0),(136533,34183,603,3,1,29115,0,2129.29,211.16,412.382,4.97419,604800,0,0,378000,0,0,0,0,0),(136534,34183,603,3,1,29115,0,2143.67,217.329,412.382,4.71239,604800,0,0,378000,0,0,0,0,0),(136535,34183,603,3,1,29115,0,2092.1,71.2099,412.791,3.83972,604800,0,0,378000,0,0,0,0,0),(136536,34183,603,3,1,29115,0,2124.31,129.004,412.382,2.93215,604800,0,0,378000,0,0,0,0,0),(136537,33672,603,3,1,28934,0,-720.962,-56.7041,429.918,0.715585,180,0,0,9416,8459,0,0,0,0),(136538,33672,603,3,1,28935,0,-783.678,-84.0186,429.893,2.19912,180,0,0,9416,8459,0,0,0,0),(136539,33672,603,3,1,28937,0,-785.867,-80.9595,429.902,5.34071,180,0,0,9416,8459,0,0,0,0),(136540,33672,603,3,1,28937,0,-776.833,-155.477,429.908,0.541052,180,0,0,9416,8459,0,0,0,0),(136541,33672,603,3,1,28936,0,-780.601,-155.25,429.886,0.436332,180,0,0,9416,8459,0,0,0,0),(136542,33672,603,3,1,28936,0,-780.177,-150.535,429.908,0.174533,180,0,0,9416,8459,0,0,0,0),(136545,33672,603,3,1,28937,0,-749.013,-102.378,429.739,3.80482,180,0,0,9416,8459,0,0,0,0),(136546,33672,603,3,1,28934,0,-751.44,-104.293,429.748,0.733038,180,0,0,9416,8459,0,0,0,0),(136548,33672,603,3,1,28937,0,-774.072,-132.095,429.921,5.25344,180,0,0,9416,8459,0,0,0,0),(136549,33672,603,3,1,28934,0,-776.087,-136.063,429.918,5.48033,180,0,0,9416,8459,0,0,0,0),(136550,33672,603,3,1,28935,0,-778.992,-138.653,429.909,5.70723,180,0,0,9416,8459,0,0,0,0),(136552,33672,603,3,1,28936,0,-813.209,-203.945,492.843,0,180,0,0,9416,8459,0,0,0,0),(136553,33672,603,3,1,28935,0,-813.209,-198.945,492.843,0,180,0,0,9416,8459,0,0,0,0),(136554,32906,603,3,1,28777,0,2338.46,-52.3255,425.552,3.1765,604800,0,0,1394500,234190,2,0,0,0),(135988,32780,603,3,1,11686,0,2095.24,-276.875,420.229,0.436332,180,0,0,42,0,0,0,0,0),(136556,34190,603,3,1,26155,0,1683.5,-38.2983,427.578,2.53073,604800,0,0,404430,0,0,0,0,0),(136557,34190,603,3,1,26155,0,1549.07,-36.9229,421.05,1.309,604800,0,0,404430,0,0,0,0,0),(136560,34191,603,3,1,14379,0,2107.08,75.063,412.299,1.49646,604800,5,0,88200,0,1,0,0,0),(136561,34191,603,3,1,14379,0,2094.64,79.3879,412.299,3.81957,604800,5,0,88200,0,1,0,0,0),(136562,34191,603,3,1,14379,0,2102.88,84.5869,412.299,3.22529,604800,5,0,88200,0,1,0,0,0),(136563,34191,603,3,1,14379,0,2103.41,75.714,412.299,4.73081,604800,5,0,88200,0,1,0,0,0),(136564,34191,603,3,1,14379,0,2110.53,134.138,412.382,0,604800,0,0,88200,0,0,0,0,0),(136565,34191,603,3,1,14379,0,2110.29,128.234,412.382,0,604800,0,0,88200,0,0,0,0,0),(136566,34191,603,3,1,14379,0,2109.57,122.041,412.382,0,604800,0,0,88200,0,0,0,0,0),(136567,34191,603,3,1,14379,0,2104.66,136.426,412.382,0,604800,0,0,88200,0,0,0,0,0),(136568,34191,603,3,1,14379,0,2101.69,130.267,412.382,0,604800,0,0,88200,0,0,0,0,0),(136569,34191,603,3,1,14379,0,2103.14,122.724,412.382,0,604800,0,0,88200,0,0,0,0,0),(136570,34191,603,3,1,14379,0,2136.16,283.709,412.791,4.31096,604800,0,0,88200,0,0,0,0,0),(136571,34191,603,3,1,14379,0,2138.57,281.409,412.791,4.13643,604800,0,0,88200,0,0,0,0,0),(136572,34191,603,3,1,14379,0,2141.07,279.348,412.791,3.94444,604800,0,0,88200,0,0,0,0,0),(136573,34191,603,3,1,14379,0,2143.22,277.12,412.791,3.76991,604800,0,0,88200,0,0,0,0,0),(136574,34191,603,3,1,14379,0,2139.2,288.709,412.791,4.27606,604800,0,0,88200,0,0,0,0,0),(136575,34191,603,3,1,14379,0,2141.75,286.636,412.791,4.13643,604800,0,0,88200,0,0,0,0,0),(136578,34192,603,3,1,6977,0,2136.93,287.589,412.791,4.34587,604800,0,0,20000,0,0,0,0,0),(136579,34192,603,3,1,6977,0,2139.3,285.214,412.791,4.20624,604800,0,0,20000,0,0,0,0,0),(136580,34192,603,3,1,6977,0,2141.83,282.907,412.791,4.04916,604800,0,0,20000,0,0,0,0,0),(136581,34192,603,3,1,6977,0,2144.1,280.549,412.791,3.87463,604800,0,0,20000,0,0,0,0,0),(136582,34192,603,3,1,6977,0,2107.85,77.9924,412.382,0,604800,0,0,20000,0,0,0,0,0),(136583,34192,603,3,1,6977,0,2098.91,76.1851,412.382,0,604800,0,0,20000,0,0,0,0,0),(136584,34192,603,3,1,6977,0,2148.34,215.189,412.382,5.0091,604800,0,0,20000,0,0,0,0,0),(136585,34192,603,3,1,6977,0,2125.53,207.632,412.382,5.0091,604800,0,0,20000,0,0,0,0,0),(136586,34193,603,3,1,26474,0,2133.17,214.579,412.382,4.86947,604800,0,0,252000,0,0,0,0,0),(136587,34193,603,3,1,26474,0,2138.45,216.577,412.382,4.81711,604800,0,0,252000,0,0,0,0,0),(136588,34193,603,3,1,26474,0,2119.7,132.116,412.382,5.74213,604800,0,0,252000,0,0,0,0,0),(136589,34193,603,3,1,26474,0,2120.32,124.844,412.382,0.820305,604800,0,0,252000,0,0,0,0,0),(136590,32913,603,3,1,29175,0,2387.63,-179.109,437.211,2.44346,604800,0,0,1394500,0,0,0,0,0),(136591,34193,603,3,1,26474,0,2133.9,279.191,412.791,4.83456,604800,0,0,252000,0,0,0,0,0),(136592,34193,603,3,1,26474,0,2139.59,273.762,412.791,4.2586,604800,0,0,252000,0,0,0,0,0),(136593,32914,603,3,1,29176,0,2199.53,-88.9684,431.522,0.872665,604800,0,0,1394500,0,0,0,0,0),(136594,32915,603,3,1,29174,0,2385.09,131.341,440.201,4.29351,604800,0,0,1533950,4258,0,0,0,0),(136595,34196,603,3,1,29122,0,1604.62,-38.7444,421.046,2.46091,604800,0,0,674050,0,0,0,0,0),(136596,34196,603,3,1,29122,0,1605.14,-11.9312,421.048,3.76991,604800,0,0,674050,0,0,0,0,0),(136597,34196,603,3,1,29122,0,1694.58,92.6263,426.935,4.85202,604800,0,0,674050,0,0,0,0,0),(136598,34196,603,3,1,29122,0,1713.65,92.8016,426.935,4.5204,604800,0,0,674050,0,0,0,0,0),(136599,34197,603,3,1,0,0,1704.72,28.2966,427.321,3.63029,604800,5,0,1145885,0,2,0,0,0),(136600,34197,603,3,1,0,0,1663.78,-46.7228,427.288,2.30272,604800,5,0,1145885,0,2,0,0,0),(136601,34197,603,3,1,5107,0,1629.09,-164.799,427.337,0,604800,0,0,1145885,0,0,0,0,0),(136602,34198,603,3,1,26218,1,1675.95,-36.2576,427.395,5.93412,604800,0,0,337025,62535,0,0,0,0),(136603,34198,603,3,1,26218,1,1551.36,-32.1724,421.05,2.11185,604800,0,0,337025,62535,0,0,0,0),(136604,33430,603,3,1,19775,0,2348.18,-33.4048,425.116,0,604800,0,0,195495,0,2,0,0,0),(136605,33686,603,3,1,6589,0,-764.599,-147.708,430.172,3.19395,180,0,0,17010,0,0,0,0,0),(136606,33430,603,3,1,19775,0,2279.51,-143.864,435.79,2.40879,604800,0,0,195495,0,2,0,0,0),(209033,23286,530,1,1,0,0,-5008.08,445.8,-7.6875,4.84818,120,5,0,1,0,1,0,0,0),(136608,33430,603,3,1,19775,0,2409.21,39.6857,430.82,4.38539,604800,0,0,195495,0,2,0,0,0),(136609,34199,603,3,1,26239,1,1679.21,-29.3899,427.395,3.00197,604800,0,0,471835,0,0,0,0,0),(136610,34199,603,3,1,26239,1,1544.35,-27.5765,421.05,5.79449,604800,5,0,471835,0,1,0,0,0),(136611,33431,603,3,1,28729,0,2236.32,-28.1543,423.078,5.40958,604800,0,0,91231,0,0,0,0,0),(136612,33431,603,3,1,19030,0,2233,-16.6979,423.292,3.80837,604800,5,0,91231,0,1,0,0,0),(136613,33431,603,3,1,8149,0,2233.56,-22.5058,423.319,1.04947,604800,5,0,91231,0,1,0,0,0),(136614,33431,603,3,1,19030,0,2229.88,-12.7556,423.289,1.81625,604800,0,0,91231,0,0,0,0,0),(136615,33431,603,3,1,19030,0,2230.94,-12.4057,423.267,0,604800,0,0,91231,0,0,0,0,0),(136616,33431,603,3,1,19030,0,2221.86,-20.3554,423.086,0,604800,0,0,91231,0,0,0,0,0),(136617,33431,603,3,1,8149,0,2227.04,-17.3682,423.05,0.878161,604800,5,0,91231,0,1,0,0,0),(136618,33431,603,3,1,28727,0,2228.37,-4.15812,423.704,0.825411,604800,5,0,91231,0,1,0,0,0),(136619,33431,603,3,1,28729,0,2225.99,-24.404,423.141,0,604800,0,0,91231,0,0,0,0,0),(136620,33431,603,3,1,28729,0,2235.57,-21.7536,423.339,4.76503,604800,5,0,91231,0,1,0,0,0),(136621,33431,603,3,1,8149,0,2277.91,-107.889,429.937,2.88153,604800,5,0,91231,0,1,0,0,0),(136622,33431,603,3,1,8149,0,2281.98,-110.803,430.312,2.8341,604800,5,0,91231,0,1,0,0,0),(136623,33431,603,3,1,28727,0,2283.42,-114.015,430.937,2.76796,604800,5,0,91231,0,1,0,0,0),(136624,33431,603,3,1,19030,0,2283.18,-112.228,430.562,2.80852,604800,5,0,91231,0,1,0,0,0),(136625,33431,603,3,1,8149,0,2274.16,-104.378,429.312,2.96771,604800,5,0,91231,0,1,0,0,0),(136626,33431,603,3,1,28729,0,2282.22,-108.384,430.062,2.89778,604800,5,0,91231,0,1,0,0,0),(136627,33431,603,3,1,28729,0,2278.83,-116.181,431.437,2.66658,604800,5,0,91231,0,1,0,0,0),(136628,33431,603,3,1,28727,0,2274.56,-110.199,430.187,2.7785,604800,5,0,91231,0,1,0,0,0),(136629,33431,603,3,1,8149,0,2272.52,-107.581,429.687,2.84159,604800,5,0,91231,0,1,0,0,0),(136630,33431,603,3,1,28729,0,2276.66,-114.667,431.187,2.6772,604800,5,0,91231,0,1,0,0,0),(136631,33431,603,3,1,28729,0,2327.88,-0.143912,426.405,5.27153,604800,5,0,91231,0,1,0,0,0),(136632,33431,603,3,1,8149,0,2320.08,-2.33116,425.905,5.46068,604800,5,0,91231,0,1,0,0,0),(136633,33431,603,3,1,28727,0,2323.97,-0.629643,426.655,5.36267,604800,5,0,91231,0,1,0,0,0),(136634,33431,603,3,1,19030,0,2317.96,-0.223973,426.405,5.46275,604800,5,0,91231,0,1,0,0,0),(136635,33431,603,3,1,28727,0,2325.46,-4.9949,425.28,5.40221,604800,5,0,91231,0,1,0,0,0),(136636,33431,603,3,1,19030,0,2323.64,5.89157,428.258,5.28225,604800,5,0,91231,0,1,0,0,0),(136637,33431,603,3,1,8149,0,2320.87,2.19808,427.383,5.37904,604800,5,0,91231,0,1,0,0,0),(136638,33431,603,3,1,19030,0,2321.6,-3.92313,425.655,5.45967,604800,5,0,91231,0,1,0,0,0),(136639,33431,603,3,1,8149,0,2322.64,-7.25968,424.655,5.50275,604800,5,0,91231,0,1,0,0,0),(136640,33431,603,3,1,28727,0,2329.46,-3.13426,425.155,5.27856,604800,5,0,91231,0,1,0,0,0),(136641,33431,603,3,1,28727,0,2410.4,65.768,435.389,2.01642,604800,5,0,91231,0,1,0,0,0),(136642,33431,603,3,1,28729,0,2408.71,58.3048,433.139,1.82844,604800,5,0,91231,0,1,0,0,0),(136643,33431,603,3,1,19030,0,2408.07,56.1312,432.639,1.7888,604800,5,0,91231,0,1,0,0,0),(136644,33431,603,3,1,19030,0,2408.39,69.0306,435.747,1.98594,604800,5,0,91231,0,1,0,0,0),(136645,33431,603,3,1,28729,0,2407.73,64.5624,434.878,2.0008,604800,5,0,91231,0,1,0,0,0),(136646,33431,603,3,1,8149,0,2408.5,59.8562,433.764,2.01563,604800,5,0,91231,0,1,0,0,0),(136647,33431,603,3,1,19030,0,2411.95,66.384,435.639,1.90651,604800,5,0,91231,0,1,0,0,0),(136648,33431,603,3,1,19030,0,2408.99,51.7081,432.014,1.78697,604800,5,0,91231,0,1,0,0,0),(136649,33431,603,3,1,28729,0,2404.73,56.1496,432.639,1.67445,604800,5,0,91231,0,1,0,0,0),(136650,33431,603,3,1,28727,0,2409.38,53.7411,432.264,1.81295,604800,5,0,91231,0,1,0,0,0),(136651,32922,603,3,1,25984,0,2110.24,-213.923,436.857,5.16617,604800,0,0,80886,0,0,0,0,0),(136652,32922,603,3,1,25984,0,2095.97,-213.634,445.036,5.37561,604800,0,0,80886,0,0,0,0,0),(136653,32922,603,3,1,25984,0,2093.82,-231.533,432.818,5.63741,604800,0,0,80886,0,0,0,0,0),(136654,32922,603,3,1,25984,0,2076.95,-244.528,442.998,5.96903,604800,0,0,80886,0,0,0,0,0),(136655,32922,603,3,1,25984,0,2077.98,-272.724,438.925,0.191986,604800,0,0,80886,0,0,0,0,0),(136656,32922,603,3,1,25984,0,2087.4,-301.326,443.005,0.698132,604800,0,0,80886,0,0,0,0,0),(136657,32922,603,3,1,25984,0,2091.17,-286.804,430.781,0.523599,604800,0,0,80886,0,0,0,0,0),(136658,32922,603,3,1,25984,0,2177.83,-295.005,434.846,2.35619,604800,0,0,80886,0,0,0,0,0),(136659,32922,603,3,1,25984,0,2189.87,-278.583,438.928,2.87979,604800,0,0,80886,0,0,0,0,0),(136660,32922,603,3,1,25984,0,2197.19,-256.436,445.037,3.24631,604800,0,0,80886,0,0,0,0,0),(136661,32922,603,3,1,25984,0,2185.87,-254.436,432.798,3.29867,604800,0,0,80886,0,0,0,0,0),(136662,32922,603,3,1,25984,0,2179.62,-227.25,442.009,3.89208,604800,0,0,80886,0,0,0,0,0),(136663,32922,603,3,1,25984,0,2161.18,-218.451,432.811,4.17134,604800,0,0,80886,0,0,0,0,0),(136664,32923,603,3,1,28580,0,2193.75,-292.545,449.069,3.21141,180,0,0,18900,0,0,0,0,0),(136665,32923,603,3,1,28580,0,2178.55,-286.8,430.795,2.51327,180,0,0,18900,0,0,0,0,0),(136666,32923,603,3,1,28580,0,2177.76,-292.516,432.814,2.3911,180,0,0,18900,0,0,0,0,0),(136667,32923,603,3,1,28580,0,2178.61,-299.455,438.917,2.30383,180,0,0,18900,0,0,0,0,0),(136668,32923,603,3,1,28580,0,2186.39,-292.184,440.98,2.51327,180,0,0,18900,0,0,0,0,0),(136669,32923,603,3,1,28580,0,2184.1,-304.141,447.037,2.32129,180,0,0,18900,0,0,0,0,0),(136670,32923,603,3,1,28580,0,2185.45,-274.37,432.804,2.93215,180,0,0,18900,0,0,0,0,0),(136671,32923,603,3,1,28580,0,2189.09,-274.368,436.838,2.94961,180,0,0,18900,0,0,0,0,0),(136672,32923,603,3,1,28580,0,2193.43,-266.823,440.96,3.08923,180,0,0,18900,0,0,0,0,0),(136673,32923,603,3,1,28580,0,2192.18,-282.637,442.998,2.82743,180,0,0,18900,0,0,0,0,0),(136674,32923,603,3,1,28580,0,2199.59,-279.142,449.1,2.9147,180,0,0,18900,0,0,0,0,0),(136675,32923,603,3,1,28580,0,2199.07,-267.828,447.077,3.07178,180,0,0,18900,0,0,0,0,0),(136676,32923,603,3,1,28580,0,2184.24,-269.38,430.788,3.01942,180,0,0,18900,0,0,0,0,0),(136677,32923,603,3,1,28580,0,2185.79,-278.182,434.833,2.86234,180,0,0,18900,0,0,0,0,0),(136678,32923,603,3,1,28580,0,2191.54,-269.729,438.919,3.03687,180,0,0,18900,0,0,0,0,0),(136679,32923,603,3,1,28580,0,2194.43,-276.351,442.961,2.93215,180,0,0,18900,0,0,0,0,0),(136680,32923,603,3,1,28580,0,2196.2,-281.951,447.042,2.86234,180,0,0,18900,0,0,0,0,0),(136681,32923,603,3,1,28580,0,2200.95,-267.306,449.114,3.08923,180,0,0,18900,0,0,0,0,0),(136682,32923,603,3,1,28580,0,2181.97,-248.535,430.753,3.4383,180,0,0,18900,0,0,0,0,0),(136683,32923,603,3,1,28580,0,2185.63,-247.405,434.837,3.4383,180,0,0,18900,0,0,0,0,0),(136684,32923,603,3,1,28580,0,2189.51,-258.295,436.863,3.22886,180,0,0,18900,0,0,0,0,0),(136685,32923,603,3,1,28580,0,2200.71,-251.84,449.088,3.29867,180,0,0,18900,0,0,0,0,0),(136686,32923,603,3,1,28580,0,2194.08,-243.276,445.031,3.45575,180,0,0,18900,0,0,0,0,0),(136687,32923,603,3,1,28580,0,2195.15,-251.153,442.98,3.33358,180,0,0,18900,0,0,0,0,0),(136688,32923,603,3,1,28580,0,2178.26,-234.068,439.581,3.49066,180,0,0,18900,0,0,0,0,0),(136689,32923,603,3,1,28580,0,2181.94,-238.58,434.834,3.61283,180,0,0,18900,0,0,0,0,0),(136690,32923,603,3,1,28580,0,2182.5,-234.925,445.771,3.66519,180,0,0,18900,0,0,0,0,0),(136691,32923,603,3,1,28580,0,2187.5,-232.918,456.92,3.38594,180,0,0,18900,0,0,0,0,0),(136692,32923,603,3,1,28580,0,2184.62,-222.366,457.92,4.2237,180,0,0,18900,0,0,0,0,0),(136693,32923,603,3,1,28580,0,2191.95,-229.319,468.174,3.54302,180,0,0,18900,0,0,0,0,0),(136694,32923,603,3,1,28580,0,2166.38,-222.564,432.873,4.10152,180,0,0,18900,0,0,0,0,0),(136695,32923,603,3,1,28580,0,2161.32,-222.722,428.718,4.24115,180,0,0,18900,0,0,0,0,0),(136696,32923,603,3,1,28580,0,2165.7,-216.552,437.482,4.11898,180,0,0,18900,0,0,0,0,0),(136697,32923,603,3,1,28580,0,2172.48,-215.681,446.296,4.03171,180,0,0,18900,0,0,0,0,0),(136698,32923,603,3,1,28580,0,2170.81,-208.646,447.254,4.11898,180,0,0,18900,0,0,0,0,0),(136699,32923,603,3,1,28580,0,2164.44,-204.417,449.036,4.2237,180,0,0,18900,0,0,0,0,0),(136700,32923,603,3,1,28580,0,2111.66,-219.159,430.77,5.18363,180,0,0,18900,0,0,0,0,0),(136701,32923,603,3,1,28580,0,2109.83,-216.211,434.81,5.20108,180,0,0,18900,0,0,0,0,0),(136702,32923,603,3,1,28580,0,2100.14,-217.783,438.879,5.35816,180,0,0,18900,0,0,0,0,0),(136703,32923,603,3,1,28580,0,2101.65,-211.524,442.959,5.2709,180,0,0,18900,0,0,0,0,0),(136704,32923,603,3,1,28580,0,2105.1,-204.009,449.074,5.16617,180,0,0,18900,0,0,0,0,0),(136705,32923,603,3,1,28580,0,2105.72,-213.887,438.883,5.23599,180,0,0,18900,0,0,0,0,0),(136706,32923,603,3,1,28580,0,2093.1,-235.128,430.762,5.70723,180,0,0,18900,0,0,0,0,0),(136707,32923,603,3,1,28580,0,2086.43,-236.845,436.861,5.79449,180,0,0,18900,0,0,0,0,0),(136708,32923,603,3,1,28580,0,2090.16,-227.646,438.9,5.61996,180,0,0,18900,0,0,0,0,0),(136709,32923,603,3,1,28580,0,2083.78,-233.255,440.947,5.75959,180,0,0,18900,0,0,0,0,0),(136710,32923,603,3,1,28580,0,2082.41,-227.753,444.991,5.68977,180,0,0,18900,0,0,0,0,0),(136711,32923,603,3,1,28580,0,2083.46,-220.87,449.11,5.32325,180,0,0,18900,0,0,0,0,0),(136712,32923,603,3,1,28580,0,2085.77,-278.108,432.796,0.314159,180,0,0,18900,0,0,0,0,0),(136713,32923,603,3,1,28580,0,2082.43,-279.181,436.843,0.314159,180,0,0,18900,0,0,0,0,0),(136714,32923,603,3,1,28580,0,2080.09,-268.561,436.861,0.122173,180,0,0,18900,0,0,0,0,0),(136715,32923,603,3,1,28580,0,2076.67,-281.238,443.013,0.314159,180,0,0,18900,0,0,0,0,0),(136716,32923,603,3,1,28580,0,2070.95,-275.786,447.029,0.314159,180,0,0,18900,0,0,0,0,0),(136717,32923,603,3,1,28580,0,2073.01,-269.083,444.984,0.10472,180,0,0,18900,0,0,0,0,0),(136718,32923,603,3,1,28580,0,2085.42,-258.031,430.779,6.17846,180,0,0,18900,0,0,0,0,0),(136719,32923,603,3,1,28580,0,2085.04,-249.688,432.797,6.02139,180,0,0,18900,0,0,0,0,0),(136720,32923,603,3,1,28580,0,2081.76,-248.184,436.858,6.00393,180,0,0,18900,0,0,0,0,0),(136721,32923,603,3,1,28580,0,2076.05,-253.313,440.97,6.10865,180,0,0,18900,0,0,0,0,0),(136722,32923,603,3,1,28580,0,2072.73,-250.245,445.018,6.07375,180,0,0,18900,0,0,0,0,0),(136723,32923,603,3,1,28580,0,2071.74,-242.53,449.109,5.98648,180,0,0,18900,0,0,0,0,0),(136724,32923,603,3,1,28580,0,2086.54,-289.927,436.879,0.523599,180,0,0,18900,0,0,0,0,0),(136725,32923,603,3,1,28580,0,2096.15,-293.986,430.76,0.698132,180,0,0,18900,0,0,0,0,0),(136726,32923,603,3,1,28580,0,2090.54,-299.068,438.92,0.698132,180,0,0,18900,0,0,0,0,0),(136727,32923,603,3,1,28580,0,2082.36,-289.917,440.969,0.488692,180,0,0,18900,0,0,0,0,0),(136728,32923,603,3,1,28580,0,2091.47,-291.981,432.8,0.610865,180,0,0,18900,0,0,0,0,0),(136729,32923,603,3,1,28580,0,2081.7,-300.628,447.058,0.628319,180,0,0,18900,0,0,0,0,0),(136730,32924,603,3,1,28580,0,2190.87,-235.03,445.051,3.59538,604800,0,0,40443,4169,0,0,0,0),(136731,32924,603,3,1,28580,0,2176.29,-229.21,439.563,3.89208,604800,0,0,40443,4169,0,0,0,0),(136732,32924,603,3,1,28580,0,2176.49,-211.356,451.575,4.03171,604800,0,0,40443,4169,0,0,0,0),(136733,32924,603,3,1,28580,0,2162.1,-212.76,438.924,4.20624,604800,0,0,40443,4169,0,0,0,0),(136734,32924,603,3,1,28580,0,2185.13,-289.892,438.922,2.54818,604800,0,0,40443,4169,0,0,0,0),(136735,32924,603,3,1,28580,0,2183.08,-297.288,440.929,2.3911,604800,0,0,40443,4169,0,0,0,0),(136736,32924,603,3,1,28580,0,2181.9,-278.358,430.781,2.74017,604800,0,0,40443,4169,0,0,0,0),(136737,32924,603,3,1,28580,0,2197.42,-246.554,447.065,3.38594,604800,0,0,40443,4169,0,0,0,0),(136738,32924,603,3,1,28580,0,2188.65,-249.438,436.891,3.38594,604800,0,0,40443,4169,0,0,0,0),(136739,32925,603,3,1,28581,0,2187.69,-270.488,434.832,3.01942,604800,0,0,40443,4169,0,0,0,0),(136740,32925,603,3,1,28581,0,2193.33,-257.943,440.949,3.22886,604800,0,0,40443,4169,0,0,0,0),(136741,32925,603,3,1,28581,0,2191.72,-247.573,440.946,3.40339,604800,0,0,40443,4169,0,0,0,0),(136742,32925,603,3,1,28581,0,2181.61,-224.316,447.512,3.82227,604800,0,0,40443,4169,0,0,0,0),(136743,32925,603,3,1,28581,0,2178.52,-240.156,430.756,3.61283,604800,0,0,40443,4169,0,0,0,0),(136744,32925,603,3,1,28581,0,2162.94,-207.222,445.019,4.24115,604800,0,0,40443,4169,0,0,0,0),(136745,32925,603,3,1,28581,0,2169.97,-218.059,441.236,4.03171,604800,0,0,40443,4169,0,0,0,0),(136746,32925,603,3,1,28581,0,2108.07,-208.596,442.986,5.16617,604800,0,0,40443,4169,0,0,0,0),(136747,32925,603,3,1,28581,0,2102.01,-220.66,434.848,5.35816,604800,0,0,40443,4169,0,0,0,0),(136748,32925,603,3,1,28581,0,2077.76,-232.818,447.073,5.79449,604800,0,0,40443,4169,0,0,0,0),(136749,32925,603,3,1,28581,0,2089.41,-225.486,440.96,5.67232,604800,0,0,40443,4169,0,0,0,0),(136750,32925,603,3,1,28581,0,2089.53,-238.313,432.82,5.79449,604800,0,0,40443,4169,0,0,0,0),(136751,32925,603,3,1,28581,0,2079.95,-256.325,436.876,6.16101,604800,0,0,40443,4169,0,0,0,0),(136752,32925,603,3,1,28581,0,2070.53,-254.7,447.074,0.436332,604800,0,0,40443,4169,0,0,0,0),(136753,32925,603,3,1,28581,0,2068.65,-270.917,449.112,0.226893,604800,0,0,40443,4169,0,0,0,0),(136754,32925,603,3,1,28581,0,2083.47,-269.365,432.825,0.139626,604800,0,0,40443,4169,0,0,0,0),(136755,32925,603,3,1,28581,0,2079.16,-291.637,445.029,0.488692,604800,0,0,40443,4169,0,0,0,0),(136756,32925,603,3,1,28581,0,2093.31,-296.653,434.853,0.698132,604800,0,0,40443,4169,0,0,0,0),(136757,32925,603,3,1,28581,0,2173.31,-294.634,430.801,2.28638,604800,0,0,40443,4169,0,0,0,0),(136758,32925,603,3,1,28581,0,2188.81,-295.889,445.046,2.49582,604800,0,0,40443,4169,0,0,0,0),(136759,32925,603,3,1,28581,0,2197.29,-272.726,445.048,3.00197,604800,0,0,40443,4169,0,0,0,0),(136760,32927,603,3,1,28381,0,1589.54,106.986,427.419,2.33874,604800,0,0,2998175,4258,0,0,0,0),(136761,33696,603,3,1,27212,1,-773.566,-144.684,429.926,5.91667,604800,0,0,100800,88140,0,0,0,0),(136762,32930,603,3,1,28638,0,1797.15,-24.4027,448.741,3.1935,604800,0,0,3625700,0,0,0,0,0),(136763,33699,603,3,1,5988,0,1941.58,57.7928,411.445,4.57276,604800,0,0,808860,166760,0,0,0,0),(136764,33699,603,3,1,5988,0,2051.24,27.2446,411.445,3.26377,604800,0,0,808860,166760,0,0,0,0),(136765,33699,603,3,1,5988,0,1939.85,-105.476,411.445,1.62316,604800,0,0,808860,166760,0,0,0,0),(136766,33699,603,3,1,5988,0,2051.93,-75.6775,411.445,3.01942,604800,0,0,808860,166760,0,0,0,0),(136767,33701,603,3,1,28826,0,-771.144,-147.649,430.055,0.069813,180,0,0,12600,0,0,0,0,0),(151840,24321,571,1,2,0,0,913.323,-5580.62,201.56,1.16937,300,0,0,1,0,0,0,0,0),(1975780,37985,631,3,16,0,0,4244.83,2493.18,387.677,4.29139,10,10,0,0,0,1,0,0,0),(1975779,37985,631,3,16,0,0,4243.29,2476.89,386.076,0,10,10,0,0,0,1,0,0,0),(1975778,37985,631,3,16,0,0,4236.75,2500.62,383.373,5.97527,10,10,0,0,0,1,0,0,0),(1975777,37985,631,3,16,0,0,4231.61,2464.44,389.011,0,10,10,0,0,0,1,0,0,0),(1975776,37985,631,3,16,0,0,4222.26,2455.2,385.568,0,10,10,0,0,0,1,0,0,0),(1975775,37985,631,3,16,0,0,4220.35,2515.16,388.649,2.34469,10,10,0,0,0,1,0,0,0),(1975793,22515,631,15,1,0,0,4241.19,2557.49,364.952,0,120,0,0,0,0,0,0,0,0),(136778,33721,603,3,1,26937,0,-759.845,-151.133,438.61,0,180,0,0,12600,3994,0,0,0,0),(136779,34234,603,3,1,29122,0,321.155,-48.3125,409.887,3.07178,604800,0,0,269620,0,0,0,0,0),(136780,34234,603,3,1,29122,0,320.356,-92.4253,409.887,2.94961,604800,0,0,269620,0,0,0,0,0),(136781,34234,603,3,1,29122,0,322.833,-7.36979,409.887,3.15905,604800,0,0,269620,0,0,0,0,0),(136782,34234,603,3,1,29122,0,323.155,36.0382,409.887,3.26377,604800,0,0,269620,0,0,0,0,0),(136783,33722,603,3,1,5988,0,1925.28,47.686,411.445,5.89921,604800,0,0,808860,166760,0,0,0,0),(136784,33722,603,3,1,5988,0,2039.24,40.0091,411.445,4.53786,604800,0,0,808860,166760,0,0,0,0),(136785,33722,603,3,1,5988,0,1925.37,-96.4431,411.445,0.401426,604800,0,0,808860,166760,0,0,0,0),(136786,33722,603,3,1,5988,0,2039.24,-88.857,411.445,1.76278,604800,0,0,808860,166760,0,0,0,0),(136787,34234,603,3,1,0,0,-207.395,-164.475,411.554,4.75339,604800,5,0,269620,0,2,0,0,0),(136788,34234,603,3,1,29122,0,99.4744,202.612,409.887,4.7822,604800,0,0,269620,0,0,0,0,0),(136789,34234,603,3,1,29122,0,-373.42,78.3397,410.054,2.3199,604800,5,0,269620,0,1,0,0,0),(136790,34234,603,3,1,29122,0,-384.961,-134.407,412.902,0.055303,604800,5,0,269620,0,1,0,0,0),(136791,34234,603,3,1,29122,0,296.99,321.792,409.929,5.30282,604800,5,0,269620,0,1,0,0,0),(136792,34234,603,3,1,29122,0,-45.8332,137.67,432.914,2.64736,604800,5,0,269620,0,1,0,0,0),(136793,34234,603,3,1,29122,0,54.7604,-290.023,411.475,1.58825,604800,0,0,269620,0,0,0,0,0),(136794,34234,603,3,1,29122,0,297.612,273.397,410.045,1.61371,604800,5,0,269620,0,1,0,0,0),(136795,34234,603,3,1,29122,0,94.2795,-134.943,409.838,1.58825,604800,0,0,269620,0,0,0,0,0),(136796,34234,603,3,1,0,0,-510.302,-81.1257,409.929,1.84779,604800,5,0,269620,0,2,0,0,0),(136797,34234,603,3,1,0,0,-259.824,-137.486,409.929,1.68638,604800,5,0,269620,0,2,0,0,0),(136798,34234,603,3,1,0,0,6.13889,-89.7182,409.929,1.68818,604800,5,0,269620,0,2,0,0,0),(136799,34234,603,3,1,29122,0,-129.11,130.298,433.039,0.787193,604800,5,0,269620,0,1,0,0,0),(136800,34234,603,3,1,0,0,-516.804,69.872,409.929,4.73541,604800,5,0,269620,0,2,0,0,0),(136801,34234,603,3,1,0,0,-427.598,28.9897,409.834,1.6764,604800,5,0,269620,0,2,0,0,0),(136802,34234,603,3,1,0,0,-424.661,-61.553,409.929,4.68579,604800,5,0,269620,0,2,0,0,0),(136803,34234,603,3,1,0,0,40.9199,-333.899,410.944,1.29433,604800,5,0,269620,0,2,0,0,0),(136804,34234,603,3,1,29122,0,101.086,135.064,409.887,4.7822,604800,0,0,269620,0,0,0,0,0),(136805,34234,603,3,1,29122,0,128.514,201.605,411.904,4.7822,604800,0,0,269620,0,0,0,0,0),(136806,34234,603,3,1,29122,0,-38.2285,189.437,432.961,5.24457,604800,5,0,269620,0,1,0,0,0),(136807,34234,603,3,1,29122,0,128.946,139.255,409.887,4.7822,604800,0,0,269620,0,0,0,0,0),(136808,34234,603,3,1,0,0,105.727,-25.1217,409.65,4.68381,604800,5,0,269620,0,2,0,0,0),(136809,34234,603,3,1,0,0,3.18761,8.03364,409.929,4.61902,604800,5,0,269620,0,2,0,0,0),(136810,34234,603,3,1,29122,0,79.1079,-296.749,411.344,1.53591,604800,0,0,269620,0,0,0,0,0),(136811,34234,603,3,1,0,0,-184.534,-69.9719,409.9,4.73669,604800,5,0,269620,0,2,0,0,0),(136812,34234,603,3,1,29122,0,-118.738,178.987,432.851,0.172681,604800,5,0,269620,0,1,0,0,0),(136813,34234,603,3,1,0,0,-80.3617,-58.1196,409.889,1.05758,604800,5,0,269620,0,2,0,0,0),(136814,34234,603,3,1,0,0,-139.053,-46.1331,409.914,1.68521,604800,5,0,269620,0,2,0,0,0),(136815,34234,603,3,1,29122,0,52.1493,-134.547,409.814,1.58825,604800,0,0,269620,0,0,0,0,0),(136816,33725,603,3,1,16925,0,2134.93,-339.696,437.311,0,604800,0,0,12600,0,0,0,0,0),(136817,33214,603,3,1,0,0,258.635,49.4105,472.742,6.23371,60,0,0,6000,0,0,0,0,0),(136818,33214,603,3,1,0,0,139.5,320.38,478.828,3.06137,60,0,0,6000,0,0,0,0,0),(136819,33214,603,3,1,0,0,-166.072,8.35549,489.417,3.05071,60,0,0,6000,0,0,0,0,0),(136820,33214,603,3,1,0,0,-113.712,-0.380384,481.015,2.89022,60,0,0,6000,0,0,0,0,0),(136821,33214,603,3,1,0,0,-50.7394,-299.134,434.671,1.34227,60,0,0,6000,0,0,0,0,0),(136822,33214,603,3,1,0,0,-105.602,-105.148,468.897,0.891995,60,0,0,6000,0,0,0,0,0),(136823,33214,603,3,1,0,0,280.209,50.9519,475.942,0.125323,60,0,0,6000,0,0,0,0,0),(136824,33214,603,3,1,0,0,111.332,-318.567,465.357,3.44865,60,0,0,6000,0,0,0,0,0),(136825,33214,603,3,1,0,0,-84.9042,-52.5393,477.609,1.39426,60,0,0,6000,0,0,0,0,0),(136826,33214,603,3,1,0,0,66.8388,-169.773,487.852,2.04378,60,0,0,6000,0,0,0,0,0),(136827,33214,603,3,1,0,0,19.2691,132.051,480.604,5.16471,60,0,0,6000,0,0,0,0,0),(136828,33214,603,3,1,0,0,328.18,-119.956,475.98,1.17167,60,0,0,6000,0,0,0,0,0),(136829,33214,603,3,1,0,0,19.4062,-9.89898,480.604,3.76015,60,0,0,6000,0,0,0,0,0),(136830,33214,603,3,1,0,0,-334.373,30.6994,460.041,3.02898,60,0,0,6000,0,0,0,0,0),(136831,33214,603,3,1,0,0,-167.937,-294.064,418.967,1.33171,60,0,0,6000,0,0,0,0,0),(136832,33214,603,3,1,0,0,475.196,189.629,471.613,3.1383,60,0,0,6000,0,0,0,0,0),(136833,33214,603,3,1,0,0,24.1112,-5.66054,480.604,4.0127,60,0,0,6000,0,0,0,0,0),(136834,33214,603,3,1,0,0,441.481,-172.079,464.45,4.71716,60,0,0,6000,0,0,0,0,0),(136835,33214,603,3,1,0,0,72.9102,-259.599,483.218,1.56279,60,0,0,6000,0,0,0,0,0),(136836,33214,603,3,1,0,0,115.263,283.153,481.706,4.57272,60,0,0,6000,0,0,0,0,0),(136837,33214,603,3,1,0,0,-417.223,3.11017,482.703,3.10693,60,0,0,6000,0,0,0,0,0),(136838,33214,603,3,1,0,0,111.779,241.399,480.679,4.68709,60,0,0,6000,0,0,0,0,0),(136839,33214,603,3,1,0,0,-301.554,-3.94843,484.769,3.02965,60,0,0,6000,0,0,0,0,0),(136840,33214,603,3,1,0,0,206.117,-137.637,465.908,4.7445,60,0,0,6000,0,0,0,0,0),(136841,33214,603,3,1,0,0,4.38229,-15.5089,480.574,3.25054,60,0,0,6000,0,0,0,0,0),(136842,33214,603,3,1,0,0,-203.245,-226.505,434.357,3.28937,60,0,0,6000,0,0,0,0,0),(136843,33214,603,3,1,0,0,-65.4414,-26.6142,474.577,0.166172,60,0,0,6000,0,0,0,0,0),(136844,33214,603,3,1,0,0,113.761,270.463,481.483,4.61199,60,0,0,6000,0,0,0,0,0),(136845,33214,603,3,1,0,0,-38.9599,-15.3376,480.624,3.12545,60,0,0,6000,0,0,0,0,0),(136846,33214,603,3,1,0,0,-404.921,-115.83,467.111,5.88481,60,0,0,6000,0,0,0,0,0),(136847,33214,603,3,1,0,0,-415.63,81.6631,466.787,2.99381,60,0,0,6000,0,0,0,0,0),(136848,33214,603,3,1,0,0,-233.567,-232.677,422.764,3.46498,60,0,0,6000,0,0,0,0,0),(136849,33214,603,3,1,0,0,377.69,70.5767,476.371,4.34197,60,0,0,6000,0,0,0,0,0),(136850,33214,603,3,1,0,0,312.736,-235.559,468.099,1.72436,60,0,0,6000,0,0,0,0,0),(136851,33214,603,3,1,0,0,-276.315,33.1802,459.953,3.17876,60,0,0,6000,0,0,0,0,0),(136852,33214,603,3,1,0,0,-426.19,3.54054,482.584,3.12448,60,0,0,6000,0,0,0,0,0),(136853,33214,603,3,1,0,0,-143.465,-104.363,467.111,0.307166,60,0,0,6000,0,0,0,0,0),(136854,33214,603,3,1,0,0,313.955,-242.38,466.729,1.77211,60,0,0,6000,0,0,0,0,0),(136855,33214,603,3,1,0,0,281.739,292.108,477.178,2.90827,60,0,0,6000,0,0,0,0,0),(136856,33214,603,3,1,0,0,-381.268,-69.3575,463.15,5.98758,60,0,0,6000,0,0,0,0,0),(136857,33214,603,3,1,0,0,351.909,198.248,488.309,1.58827,60,0,0,6000,0,0,0,0,0),(136858,33214,603,3,1,0,0,-30.0203,-102.123,481.762,2.59299,60,0,0,6000,0,0,0,0,0),(136859,33214,603,3,1,0,0,319.112,-260.028,464.244,1.94367,60,0,0,6000,0,0,0,0,0),(136860,33214,603,3,1,0,0,-261.261,-347.847,426.478,4.9892,60,0,0,6000,0,0,0,0,0),(136861,33214,603,3,1,0,0,344.828,-71.6687,469.327,1.44456,60,0,0,6000,0,0,0,0,0),(136862,33214,603,3,1,0,0,-88.5919,155.691,480.604,0.007789,60,0,0,6000,0,0,0,0,0),(136863,33214,603,3,1,0,0,384.217,-2.07122,476.371,5.99719,60,0,0,6000,0,0,0,0,0),(136864,33214,603,3,1,0,0,-426.1,3.41496,461.614,3.15618,60,0,0,6000,0,0,0,0,0),(136865,33214,603,3,1,0,0,403.108,-296.593,464.652,3.78286,60,0,0,6000,0,0,0,0,0),(136866,33214,603,3,1,0,0,-280.353,25.8944,476.172,2.97826,60,0,0,6000,0,0,0,0,0),(136867,33214,603,3,1,0,0,-414.818,-12.7336,459.973,3.11446,60,0,0,6000,0,0,0,0,0),(136868,33214,603,3,1,0,0,441.307,-182.892,464.591,4.6737,60,0,0,6000,0,0,0,0,0),(136869,33214,603,3,1,0,0,368.535,-311.519,464.652,3.19066,60,0,0,6000,0,0,0,0,0),(136870,33214,603,3,1,0,0,-58.971,-237.059,431.722,2.11655,60,0,0,6000,0,0,0,0,0),(136871,33214,603,3,1,0,0,-455.397,2.77045,459.75,3.15272,60,0,0,6000,0,0,0,0,0),(136872,33214,603,3,1,0,0,-209.099,-227.393,432.989,3.29598,60,0,0,6000,0,0,0,0,0),(136873,33214,603,3,1,0,0,426.714,183.395,471.006,3.46218,60,0,0,6000,0,0,0,0,0),(136874,33214,603,3,1,0,0,-341.92,-373.795,418.04,4.74354,60,0,0,6000,0,0,0,0,0),(136875,33214,603,3,1,0,0,372.005,-311.162,464.651,3.29358,60,0,0,6000,0,0,0,0,0),(136876,33214,603,3,1,0,0,-4.52394,-117.42,486.361,2.61292,60,0,0,6000,0,0,0,0,0),(136877,33214,603,3,1,0,0,-63.6646,-325.849,435.453,0.929015,60,0,0,6000,0,0,0,0,0),(136878,33214,603,3,1,0,0,-419.897,-71.0565,482.345,0.007124,60,0,0,6000,0,0,0,0,0),(136879,33214,603,3,1,0,0,-302.618,31.4145,465.623,3.09141,60,0,0,6000,0,0,0,0,0),(136880,33214,603,3,1,0,0,-418.172,3.49806,462.41,3.14822,60,0,0,6000,0,0,0,0,0),(136881,33214,603,3,1,0,0,401.9,-5.92901,476.371,6.12951,60,0,0,6000,0,0,0,0,0),(136882,33214,603,3,1,0,0,215.04,316.467,473.045,2.82136,60,0,0,6000,0,0,0,0,0),(136883,33214,603,3,1,0,0,124.75,55.8842,462.744,5.45148,60,0,0,6000,0,0,0,0,0),(136884,33214,603,3,1,0,0,423.247,190.982,485.464,3.95639,60,0,0,6000,0,0,0,0,0),(136885,33214,603,3,1,0,0,-179.703,16.0907,467.538,3.17555,60,0,0,6000,0,0,0,0,0),(136886,33214,603,3,1,0,0,441.006,-188.665,464.637,4.64671,60,0,0,6000,0,0,0,0,0),(136887,33214,603,3,1,0,0,-138.096,-50.3656,484.905,2.78558,60,0,0,6000,0,0,0,0,0),(136888,33214,603,3,1,0,0,9.42913,-14.2137,480.595,3.36624,60,0,0,6000,0,0,0,0,0),(136889,33214,603,3,1,0,0,-130.519,-99.7497,467.111,0.385725,60,0,0,6000,0,0,0,0,0),(136890,33214,603,3,1,0,0,21.6487,125.864,480.604,5.00742,60,0,0,6000,0,0,0,0,0),(136891,33214,603,3,1,0,0,-111.655,153.944,480.604,0.144506,60,0,0,6000,0,0,0,0,0),(136892,33214,603,3,1,0,0,506.515,147.462,485.464,6.25492,60,0,0,6000,0,0,0,0,0),(136893,33214,603,3,1,0,0,175.758,-54.2964,465.908,5.49124,60,0,0,6000,0,0,0,0,0),(136894,33214,603,3,1,0,0,167.041,44.798,462.739,0.139633,60,0,0,6000,0,0,0,0,0),(136895,33214,603,3,1,0,0,292.651,134.731,476.383,1.64146,60,0,0,6000,0,0,0,0,0),(136896,33214,603,3,1,0,0,382.802,84.2061,476.371,4.3892,60,0,0,6000,0,0,0,0,0),(136897,33214,603,3,1,0,0,73.7543,-9.88446,465.908,5.79663,60,0,0,6000,0,0,0,0,0),(136898,33214,603,3,1,0,0,351.879,201.307,488.372,1.57341,60,0,0,6000,0,0,0,0,0),(136899,33214,603,3,1,0,0,386.304,104.805,476.371,4.76449,60,0,0,6000,0,0,0,0,0),(136900,33214,603,3,1,0,0,344.026,-76.7458,469.706,1.38354,60,0,0,6000,0,0,0,0,0),(136901,33214,603,3,1,0,0,203.124,52.7049,462.197,0.152689,60,0,0,6000,0,0,0,0,0),(136902,33214,603,3,1,0,0,241.076,51.2367,468.617,6.15359,60,0,0,6000,0,0,0,0,0),(136903,33214,603,3,1,0,0,123.766,-33.2597,465.908,6.22311,60,0,0,6000,0,0,0,0,0),(136904,33214,603,3,1,0,0,438.475,-51.8951,470.16,4.76412,60,0,0,6000,0,0,0,0,0),(136905,33214,603,3,1,0,0,752.579,154.036,478.445,1.67578,60,0,0,6000,0,0,0,0,0),(136906,33214,603,3,1,0,0,140.407,46.2978,462.843,6.01592,60,0,0,6000,0,0,0,0,0),(136907,33214,603,3,1,0,0,441.345,-181.831,464.58,4.67839,60,0,0,6000,0,0,0,0,0),(136908,33214,603,3,1,0,0,164.011,44.4507,462.812,0.08591,60,0,0,6000,0,0,0,0,0),(136909,33214,603,3,1,0,0,10.8948,-26.003,465.27,6.24394,60,0,0,6000,0,0,0,0,0),(136910,33214,603,3,1,0,0,441.189,-159.952,464.263,4.75348,60,0,0,6000,0,0,0,0,0),(136911,33214,603,3,1,0,0,529.079,187.653,471.613,3.08562,60,0,0,6000,0,0,0,0,0),(136912,33214,603,3,1,0,0,371.984,-20.3382,464.667,0.245616,60,0,0,6000,0,0,0,0,0),(136913,33214,603,3,1,0,0,331.491,-112.182,474.66,1.16641,60,0,0,6000,0,0,0,0,0),(136914,33214,603,3,1,0,0,439.461,-132.216,464.131,4.78348,60,0,0,6000,0,0,0,0,0),(136915,33214,603,3,1,0,0,348.261,-46.6518,467.96,1.16717,60,0,0,6000,0,0,0,0,0),(136916,33214,603,3,1,0,0,154.597,-38.3824,465.908,5.81168,60,0,0,6000,0,0,0,0,0),(136917,33214,603,3,1,0,0,199.185,-96.8014,465.908,5.00509,60,0,0,6000,0,0,0,0,0),(136918,33214,603,3,1,0,0,434.813,-243.159,464.652,4.52263,60,0,0,6000,0,0,0,0,0),(136919,33214,603,3,1,0,0,389.366,-16.8451,466.686,0.145784,60,0,0,6000,0,0,0,0,0),(136920,33214,603,3,1,0,0,153.342,-37.767,465.908,5.84351,60,0,0,6000,0,0,0,0,0),(136921,33214,603,3,1,0,0,139.41,46.5846,462.843,5.99008,60,0,0,6000,0,0,0,0,0),(136922,33214,603,3,1,0,0,408.534,-6.82414,476.371,6.16814,60,0,0,6000,0,0,0,0,0),(136923,33214,603,3,1,0,0,440.719,-150.713,464.148,4.77169,60,0,0,6000,0,0,0,0,0),(136924,33214,603,3,1,0,0,371.063,43.145,471.371,4.63374,60,0,0,6,0,0,0,0,0),(136925,27215,0,1,1,0,1,-5185.46,-539.37,397.092,3.26083,25,0,0,1,0,0,0,0,0),(136926,33214,603,3,1,0,0,-236.634,18.2052,479.77,2.96324,60,0,0,6,0,0,0,0,0),(136927,33214,603,3,1,0,0,30.4507,41.9962,475.604,4.73403,60,0,0,6,0,0,0,0,0),(136928,33214,603,3,1,0,0,-206.569,-227.004,428.634,3.29225,60,0,0,6,0,0,0,0,0),(136929,33214,603,3,1,0,0,-122.699,3.13239,482.085,2.95481,60,0,0,6,0,0,0,0,0),(136930,33214,603,3,1,0,0,371.053,18.2057,471.371,4.77183,60,0,0,6,0,0,0,0,0),(136931,33214,603,3,1,0,0,75.9035,-311.301,468.664,1.85764,60,0,0,6,0,0,0,0,0),(136932,33214,603,3,1,0,0,-197.157,11.5765,484.191,3.012,60,0,0,6,0,0,0,0,0),(136933,33214,603,3,1,0,0,-0.046391,-120.014,482.085,2.62082,60,0,0,6,0,0,0,0,0),(136934,33214,603,3,1,0,0,25.2573,108.918,475.604,4.86789,60,0,0,6,0,0,0,0,0),(136935,33214,603,3,1,0,0,438.867,-123.622,459.277,4.77834,60,0,0,6,0,0,0,0,0),(136936,33214,603,3,1,0,0,-80.2791,-8.63195,476.208,2.90706,60,0,0,6,0,0,0,0,0),(136937,33214,603,3,1,0,0,-460.808,85.0527,458.729,3.12972,60,0,0,6,0,0,0,0,0),(136938,33214,603,3,1,0,0,-132.647,-164.526,443.207,1.27486,60,0,0,6,0,0,0,0,0),(136939,33214,603,3,1,0,0,353.722,181.104,482.265,1.8405,60,0,0,6,0,0,0,0,0),(136940,33214,603,3,1,0,0,-72.7006,-10.434,476.212,2.90939,60,0,0,6,0,0,0,0,0),(136941,33214,603,3,1,0,0,368.576,-311.517,459.652,3.19201,60,0,0,6,0,0,0,0,0),(136942,33214,603,3,1,0,0,68.4253,-168.137,482.852,1.53517,60,0,0,6,0,0,0,0,0),(136943,33214,603,3,1,0,0,112.109,191.258,473.838,4.7336,60,0,0,6,0,0,0,0,0),(136944,33214,603,3,1,0,0,-504.029,0.798435,477.499,3.95375,60,0,0,6,0,0,0,0,0),(136945,33214,603,3,1,0,0,112.557,167.528,472.309,4.72515,60,0,0,6,0,0,0,0,0),(136946,33214,603,3,1,0,0,-418.296,3.1473,477.688,3.10707,60,0,0,6,0,0,0,0,0),(136947,33214,603,3,1,0,0,181.219,-249.286,460.908,4.34145,60,0,0,6,0,0,0,0,0),(136948,33214,603,3,1,0,0,19.6958,130.871,475.604,5.22064,60,0,0,6,0,0,0,0,0),(136949,33214,603,3,1,0,0,-111.196,-373.268,430.483,0.676009,60,0,0,6,0,0,0,0,0),(136950,33214,603,3,1,0,0,196.865,-89.5903,460.908,5.04127,60,0,0,6,0,0,0,0,0),(136951,33214,603,3,1,0,0,111.688,214.931,474.848,4.72407,60,0,0,6,0,0,0,0,0),(136952,33214,603,3,1,0,0,-173.767,18.5184,475.572,2.72238,60,0,0,6,0,0,0,0,0),(136953,33214,603,3,1,0,0,-234.703,27.7406,457.497,2.88174,60,0,0,6,0,0,0,0,0),(136954,33214,603,3,1,0,0,-522.48,66.1908,456.754,4.52253,60,0,0,6,0,0,0,0,0),(136955,33214,603,3,1,0,0,-160.001,-401.783,430.398,0.271683,60,0,0,6,0,0,0,0,0),(136956,33214,603,3,1,0,0,573.214,7.4696,471.371,0.135823,60,0,0,6,0,0,0,0,0),(136957,33214,603,3,1,0,0,316.259,-152.446,475.005,1.29658,60,0,0,6,0,0,0,0,0),(136958,33214,603,3,1,0,0,-403.464,79.4479,462.248,2.92167,60,0,0,6,0,0,0,0,0),(136959,33214,603,3,1,0,0,-185.408,-41.0516,488.228,2.76742,60,0,0,6,0,0,0,0,0),(136960,33214,603,3,1,0,0,-355.528,38.5204,456.386,2.46838,60,0,0,6,0,0,0,0,0),(136961,33214,603,3,1,0,0,338.158,-96.1852,466.951,1.19735,60,0,0,6,0,0,0,0,0),(136962,33214,603,3,1,0,0,112.461,173.804,472.788,4.72973,60,0,0,6,0,0,0,0,0),(136963,33214,603,3,1,0,0,-438.394,3.1372,455.571,3.17379,60,0,0,6,0,0,0,0,0),(136964,33214,603,3,1,0,0,113.843,271.264,476.5,4.61025,60,0,0,6,0,0,0,0,0),(136965,33214,603,3,1,0,0,6.38475,-25.8337,460.351,6.24747,60,0,0,6,0,0,0,0,0),(136966,33214,603,3,1,0,0,311.556,-180.062,474.195,1.48105,60,0,0,6,0,0,0,0,0),(136967,33214,603,3,1,0,0,-49.6769,-293.595,429.424,1.41944,60,0,0,6,0,0,0,0,0),(136968,33214,603,3,1,0,0,424.08,-274.603,459.652,4.16603,60,0,0,6,0,0,0,0,0),(136969,33214,603,3,1,0,0,30.2276,49.8813,475.604,4.74696,60,0,0,6,0,0,0,0,0),(136970,33214,603,3,1,0,0,-279.416,-7.67241,464.591,2.8565,60,0,0,6,0,0,0,0,0),(136971,33214,603,3,1,0,0,354.836,-308.127,459.507,2.62815,60,0,0,6,0,0,0,0,0),(136972,33214,603,3,1,0,0,-376.156,7.05873,460.483,4.72881,60,0,0,6,0,0,0,0,0),(136973,33214,603,3,1,0,0,-497.14,-60.0305,455.324,5.05864,60,0,0,6,0,0,0,0,0),(136974,33214,603,3,1,0,0,423.728,-275.173,459.651,4.15247,60,0,0,6,0,0,0,0,0),(136975,33214,603,3,1,0,0,310.904,-189.007,472.885,1.51482,60,0,0,6,0,0,0,0,0),(136976,33214,603,3,1,0,0,-180.847,-223.521,431.213,3.25218,60,0,0,6,0,0,0,0,0),(136977,33214,603,3,1,0,0,-270.383,-10.9482,462.723,2.71456,60,0,0,6,0,0,0,0,0),(136978,33214,603,3,1,0,0,-258.824,-266.091,405.397,4.63252,60,0,0,6,0,0,0,0,0),(136979,33214,603,3,1,0,0,192.053,319.828,468.209,3.15067,60,0,0,6,0,0,0,0,0),(136980,33214,603,3,1,0,0,-165.361,-283.23,412.401,1.34073,60,0,0,6,0,0,0,0,0),(136981,33214,603,3,1,0,0,313.941,-242.314,461.741,1.7716,60,0,0,6,0,0,0,0,0),(136982,33214,603,3,1,0,0,-73.8044,-74.6543,468.728,2.56253,60,0,0,6,0,0,0,0,0),(136983,33214,603,3,1,0,0,-234.185,-395.232,430.2,5.79508,60,0,0,6,0,0,0,0,0),(136984,33214,603,3,1,0,0,-409.809,2.84858,477.801,3.10563,60,0,0,6,0,0,0,0,0),(136985,33214,603,3,1,0,0,-374.332,-11.0573,460.532,4.86788,60,0,0,6,0,0,0,0,0),(136986,33214,603,3,1,0,0,-501.542,-10.0052,455.468,4.28397,60,0,0,6,0,0,0,0,0),(136987,33214,603,3,1,0,0,112.556,149.842,470.423,4.69568,60,0,0,6,0,0,0,0,0),(136988,33214,603,3,1,0,0,293.742,55.8819,471.306,0.73765,60,0,0,6,0,0,0,0,0),(136989,33214,603,3,1,0,0,423.247,190.982,480.464,3.95639,60,0,0,6,0,0,0,0,0),(136990,33214,603,3,1,0,0,-285.292,32.6677,454.777,3.21445,60,0,0,6,0,0,0,0,0),(136991,33214,603,3,1,0,0,387.684,-306.01,459.652,3.58835,60,0,0,6,0,0,0,0,0),(136992,33214,603,3,1,0,0,72.5219,-198.999,483.782,1.57505,60,0,0,6,0,0,0,0,0),(136993,33214,603,3,1,0,0,335.875,162.122,471.371,6.26159,60,0,0,6,0,0,0,0,0),(136994,33214,603,3,1,0,0,342.364,161.908,471.371,6.23861,60,0,0,6,0,0,0,0,0),(136995,33214,603,3,1,0,0,370.669,35.3288,471.371,4.68848,60,0,0,6,0,0,0,0,0),(136996,33214,603,3,1,0,0,140.681,-51.7706,460.908,5.84281,60,0,0,6,0,0,0,0,0),(136997,33214,603,3,1,0,0,476.109,189.625,466.613,3.13638,60,0,0,6,0,0,0,0,0),(136998,33214,603,3,1,0,0,322.487,281.853,475.846,2.85075,60,0,0,6,0,0,0,0,0),(136999,33214,603,3,1,0,0,371.933,50.9506,471.371,4.56695,60,0,0,6,0,0,0,0,0),(137000,33214,603,3,1,0,0,344.026,-76.7458,464.706,1.38354,60,0,0,6,0,0,0,0,0),(137001,33214,603,3,1,0,0,373.338,148.93,471.371,5.15888,60,0,0,6,0,0,0,0,0),(137002,33214,603,3,1,0,0,299.661,69.6174,471.428,1.48541,60,0,0,6,0,0,0,0,0),(137003,33214,603,3,1,0,0,153.633,-37.9053,460.908,5.83586,60,0,0,6,0,0,0,0,0),(137004,33214,603,3,1,0,0,438.475,-51.8951,465.16,4.76412,60,0,0,6,0,0,0,0,0),(137005,33214,603,3,1,0,0,674.162,182.937,473.591,3.18716,60,0,0,6,0,0,0,0,0),(137006,33214,603,3,1,0,0,324.756,162.118,471.371,0.025303,60,0,0,6,0,0,0,0,0),(137007,33214,603,3,1,0,0,441.345,-181.831,459.58,4.67839,60,0,0,6,0,0,0,0,0),(137008,33214,603,3,1,0,0,351.417,161.34,471.371,6.19914,60,0,0,6,0,0,0,0,0),(137009,33214,603,3,1,0,0,74.7247,-29.5012,460.526,6.21597,60,0,0,6,0,0,0,0,0),(137010,33214,603,3,1,0,0,441.189,-159.952,459.263,4.75348,60,0,0,6,0,0,0,0,0),(137011,33214,603,3,1,0,0,417.327,179.913,465.677,3.52591,60,0,0,6,0,0,0,0,0),(137012,33214,603,3,1,0,0,371.984,-20.3382,459.667,0.245616,60,0,0,6,0,0,0,0,0),(137013,33214,603,3,1,0,0,331.491,-112.182,469.66,1.16641,60,0,0,6,0,0,0,0,0),(137014,33214,603,3,1,0,0,439.461,-132.216,459.131,4.78348,60,0,0,6,0,0,0,0,0),(137015,33214,603,3,1,0,0,348.261,-46.6518,462.96,1.16717,60,0,0,6,0,0,0,0,0),(137016,33214,603,3,1,0,0,197.332,-198.58,460.908,4.46057,60,0,0,6,0,0,0,0,0),(137017,33214,603,3,1,0,0,72.451,-208.715,483.849,1.56091,60,0,0,6,0,0,0,0,0),(137018,33214,603,3,1,0,0,434.813,-243.159,459.652,4.52263,60,0,0,6,0,0,0,0,0),(137019,33214,603,3,1,0,0,389.366,-16.8451,461.686,0.145784,60,0,0,6,0,0,0,0,0),(137020,33214,603,3,1,0,0,197.587,-91.7425,460.908,5.03104,60,0,0,6,0,0,0,0,0),(137021,33214,603,3,1,0,0,453.98,188.98,466.608,3.22599,60,0,0,6,0,0,0,0,0),(137022,33214,603,3,1,0,0,352.669,161.229,471.371,6.19093,60,0,0,6,0,0,0,0,0),(137023,33214,603,3,1,0,0,408.534,-6.82414,471.371,6.16814,60,0,0,6,0,0,0,0,0),(137024,33214,603,3,1,0,0,440.719,-150.713,459.148,4.77169,60,0,0,6,0,0,0,0,0),(1975213,34096,603,3,1,0,0,2036.14,21.2396,411.359,6.13475,300,0,0,39099,0,0,0,0,0),(203550,29237,571,1,1,0,1,6801.01,-4326.37,474.528,3.94444,120,0,0,1,0,0,0,0,0),(137027,33236,603,3,1,28581,0,-407.08,-26.5183,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137028,33236,603,3,1,28580,0,38.4686,-1.52387,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137029,33236,603,3,1,28580,0,-184.719,-166.906,410.222,1.98968,86400,0,0,12600,3994,0,0,0,0),(137030,33236,603,3,1,28580,0,-232.284,-230.489,370.798,3.01942,86400,0,0,12600,3994,0,0,0,0),(137031,33236,603,3,1,28581,0,311.336,333.327,409.947,3.10669,86400,0,0,12600,3994,0,0,0,0),(137032,33236,603,3,1,28580,0,20.605,-109.641,409.887,3.08923,86400,0,0,12600,3994,0,0,0,0),(137033,33236,603,3,1,28580,0,-128.9,104.725,435.73,2.30383,86400,0,0,12600,3994,0,0,0,0),(137034,33236,603,3,1,28580,0,-119.167,103.786,435.73,2.33874,86400,0,0,12600,3994,0,0,0,0),(137035,33236,603,3,1,28581,0,-175.504,-163.668,410.366,2.19912,86400,0,0,12600,3994,0,0,0,0),(137036,33236,603,3,1,28580,0,-300.085,-83.7359,409.882,2.82743,86400,0,0,12600,3994,0,0,0,0),(137037,33236,603,3,1,28581,0,309.076,-35.0677,409.887,3.05433,86400,0,0,12600,3994,0,0,0,0),(137038,33236,603,3,1,28581,0,303.047,-47.2708,409.887,3.01942,86400,0,0,12600,3994,0,0,0,0),(137039,33236,603,3,1,28580,0,300.708,-27.2274,409.887,3.08923,86400,0,0,12600,3994,0,0,0,0),(137040,33236,603,3,1,28580,0,338.562,-32.3261,409.887,3.07178,86400,0,0,12600,3994,0,0,0,0),(137041,33236,603,3,1,28580,0,349.194,-46.3435,409.887,3.03687,86400,0,0,12600,3994,0,0,0,0),(137042,33236,603,3,1,28580,0,339.637,-52.59,409.887,3.01942,86400,0,0,12600,3994,0,0,0,0),(137043,33236,603,3,1,28580,0,333.017,-63.4268,409.887,2.96706,86400,0,0,12600,3994,0,0,0,0),(137044,33236,603,3,1,28581,0,294.373,-56.3733,409.887,2.98451,86400,0,0,12600,3994,0,0,0,0),(137045,33236,603,3,1,28580,0,345.82,-101.875,409.887,2.96706,86400,0,0,12600,3994,0,0,0,0),(137046,33236,603,3,1,28580,0,341.373,-74.7393,409.887,2.94961,86400,0,0,12600,3994,0,0,0,0),(137047,33236,603,3,1,28581,0,301.493,-92.2396,409.887,2.87979,86400,0,0,12600,3994,0,0,0,0),(137048,33236,603,3,1,28580,0,337.841,-85.5796,409.887,2.9147,86400,0,0,12600,3994,0,0,0,0),(137049,33236,603,3,1,28581,0,295.069,-109.573,409.887,2.87979,86400,0,0,12600,3994,0,0,0,0),(137050,33236,603,3,1,28581,0,295.715,-79.8142,409.887,2.9147,86400,0,0,12600,3994,0,0,0,0),(137051,33236,603,3,1,28580,0,342.782,-0.016656,409.887,3.15905,86400,0,0,12600,3994,0,0,0,0),(137052,33236,603,3,1,28580,0,345.784,-24.4954,409.888,3.12414,86400,0,0,12600,3994,0,0,0,0),(137053,33236,603,3,1,28581,0,339.251,-10.8569,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137054,33236,603,3,1,28581,0,305.726,-15.2795,409.887,3.12414,86400,0,0,12600,3994,0,0,0,0),(137055,33236,603,3,1,28581,0,307.457,0.671875,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137056,33236,603,3,1,28581,0,307.293,46.6094,409.887,3.31613,86400,0,0,12600,3994,0,0,0,0),(137057,33236,603,3,1,28581,0,310.201,35.6319,409.887,3.28122,86400,0,0,12600,3994,0,0,0,0),(137058,33236,603,3,1,28580,0,305.234,60.1042,409.887,3.35103,86400,0,0,12600,3994,0,0,0,0),(137059,33236,603,3,1,28580,0,340.113,55.526,410.163,3.33358,86400,0,0,12600,3994,0,0,0,0),(137060,33236,603,3,1,28581,0,345.053,48.268,409.887,3.29867,86400,0,0,12600,3994,0,0,0,0),(137061,33236,603,3,1,28581,0,341.187,35.2625,409.887,3.26377,86400,0,0,12600,3994,0,0,0,0),(137062,33236,603,3,1,28580,0,344.723,16.0943,409.887,3.21141,86400,0,0,12600,3994,0,0,0,0),(137063,33236,603,3,1,28581,0,334.568,24.4257,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137064,33236,603,3,1,28581,0,307.696,19.0538,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137065,33236,603,3,1,28580,0,-285.736,-48.0736,409.887,3.07178,86400,0,0,12600,3994,0,0,0,0),(137066,33236,603,3,1,28581,0,-284.647,-73.4674,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137067,33236,603,3,1,28581,0,39.3832,-360.212,410.902,1.39626,86400,0,0,12600,3994,0,0,0,0),(137068,33236,603,3,1,28580,0,-104.084,-77.6742,409.862,3.12414,86400,0,0,12600,3994,0,0,0,0),(137069,33236,603,3,1,28581,0,59.5572,-18.0673,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137070,33236,603,3,1,28581,0,-59.0014,-51.8075,409.882,3.08923,86400,0,0,12600,3994,0,0,0,0),(137071,33236,603,3,1,28581,0,-342.284,-234.906,369.549,2.05949,86400,0,0,12600,3994,0,0,0,0),(137072,33236,603,3,1,28581,0,-130.83,205.17,434.151,4.34587,86400,0,0,12600,3994,0,0,0,0),(137073,33236,603,3,1,28580,0,-403.961,-60.3434,409.887,3.05433,86400,0,0,12600,3994,0,0,0,0),(137074,33236,603,3,1,28580,0,-151.167,-53.1931,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137075,33236,603,3,1,28581,0,-95.0919,-230.181,369.549,3.10669,86400,0,0,12600,3994,0,0,0,0),(137076,33236,603,3,1,28580,0,-236.094,-267.268,369.549,2.89725,86400,0,0,12600,3994,0,0,0,0),(137077,33236,603,3,1,28581,0,-167.973,-166.521,411.027,2.28638,86400,0,0,12600,3994,0,0,0,0),(137078,33236,603,3,1,28581,0,-304.737,-2.81711,409.887,2.84489,86400,0,0,12600,3994,0,0,0,0),(137079,33236,603,3,1,28580,0,-319.897,-82.8657,409.887,3.08923,86400,0,0,12600,3994,0,0,0,0),(137080,33236,603,3,1,28581,0,-40.158,18.3554,409.887,3.24631,86400,0,0,12600,3994,0,0,0,0),(137081,33236,603,3,1,28580,0,-4.79568,208.978,434.089,4.2237,86400,0,0,12600,3994,0,0,0,0),(137082,33236,603,3,1,28581,0,61.5557,-230.076,419.062,1.55334,86400,0,0,12600,3994,0,0,0,0),(137083,33236,603,3,1,28580,0,-195.793,-37.1567,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137084,33236,603,3,1,28581,0,-363.943,-10.0701,409.887,3.24631,86400,0,0,12600,3994,0,0,0,0),(137085,33236,603,3,1,28580,0,-462.987,4.9892,409.887,3.15905,86400,0,0,12600,3994,0,0,0,0),(137086,33236,603,3,1,28581,0,-196.238,-280.41,369.549,1.8675,86400,0,0,12600,3994,0,0,0,0),(137087,33236,603,3,1,28581,0,62.3997,-189.142,414.339,1.55334,86400,0,0,12600,3994,0,0,0,0),(137088,33236,603,3,1,28580,0,-14.966,206.053,433.829,4.29351,86400,0,0,12600,3994,0,0,0,0),(137089,33236,603,3,1,28581,0,-160.206,-137.048,409.763,2.87979,86400,0,0,12600,3994,0,0,0,0),(137090,33236,603,3,1,28580,0,-311.523,30.2686,409.889,3.10669,86400,0,0,12600,3994,0,0,0,0),(137091,33236,603,3,1,28580,0,93.7627,163.622,409.888,5.06145,86400,0,0,12600,3994,0,0,0,0),(137092,33236,603,3,1,28580,0,-104.476,123.677,433.347,2.44346,86400,0,0,12600,3994,0,0,0,0),(137093,33236,603,3,1,28580,0,56.3464,-229.543,419.061,1.58825,86400,0,0,12600,3994,0,0,0,0),(137094,33236,603,3,1,28581,0,299.216,336.014,410.002,3.12414,86400,0,0,12600,3994,0,0,0,0),(137095,33236,603,3,1,28581,0,-120.073,93.6923,435.73,2.30383,86400,0,0,12600,3994,0,0,0,0),(137096,33236,603,3,1,28581,0,48.0536,-314.563,410.902,1.27409,86400,0,0,12600,3994,0,0,0,0),(137097,33236,603,3,1,28580,0,-192.615,-87.6783,409.887,3.03687,86400,0,0,12600,3994,0,0,0,0),(137098,33236,603,3,1,28580,0,-405.261,-39.5455,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137099,33236,603,3,1,28581,0,119.816,-105.55,409.887,3.15905,86400,0,0,12600,3994,0,0,0,0),(137100,33236,603,3,1,28581,0,-496.344,84.4029,409.945,3.15905,86400,0,0,12600,3994,0,0,0,0),(137101,33236,603,3,1,28580,0,59.9513,3.9553,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137102,33236,603,3,1,28581,0,-219.397,-24.8477,409.859,3.24631,86400,0,0,12600,3994,0,0,0,0),(137103,33236,603,3,1,28580,0,-387.21,-145.721,412.986,1.55334,86400,0,0,12600,3994,0,0,0,0),(137104,33236,603,3,1,28580,0,-157.432,-232.382,369.549,3.01942,86400,0,0,12600,3994,0,0,0,0),(137105,33236,603,3,1,28580,0,-463.634,-76.8212,410.081,3.14159,86400,0,0,12600,3994,0,0,0,0),(137106,33236,603,3,1,28581,0,-148.114,193.384,432.875,4.59022,86400,0,0,12600,3994,0,0,0,0),(137107,33236,603,3,1,28580,0,71.5625,59.1787,409.887,4.18879,86400,0,0,12600,3994,0,0,0,0),(137108,33236,603,3,1,28581,0,-34.4511,88.886,435.73,1.09956,86400,0,0,12600,3994,0,0,0,0),(137109,33236,603,3,1,28580,0,-114.916,124.977,433.075,2.42601,86400,0,0,12600,3994,0,0,0,0),(137110,33236,603,3,1,28580,0,-25.2389,203.958,432.892,4.38078,86400,0,0,12600,3994,0,0,0,0),(137111,33236,603,3,1,28581,0,323.07,289.821,409.887,3.03687,86400,0,0,12600,3994,0,0,0,0),(137112,33236,603,3,1,28581,0,-122.509,-13.6677,409.887,3.03687,86400,0,0,12600,3994,0,0,0,0),(137113,33236,603,3,1,28580,0,-178.327,-219.846,369.589,3.14159,86400,0,0,12600,3994,0,0,0,0),(137114,33236,603,3,1,28580,0,93.0369,48.1889,409.887,3.75246,86400,0,0,12600,3994,0,0,0,0),(137115,33236,603,3,1,28581,0,-386.387,-12.9309,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137116,33236,603,3,1,28580,0,94.6807,-336.968,410.903,1.58825,86400,0,0,12600,3994,0,0,0,0),(137117,33236,603,3,1,28580,0,-286.251,-145.272,409.887,0.244346,86400,0,0,12600,3994,0,0,0,0),(137118,33236,603,3,1,28581,0,-301.437,-108.116,409.887,2.82743,86400,0,0,12600,3994,0,0,0,0),(137119,33236,603,3,1,28580,0,-179.043,-206.749,371.327,3.29867,86400,0,0,12600,3994,0,0,0,0),(137120,33236,603,3,1,28581,0,88.6083,-36.1226,409.887,3.07178,86400,0,0,12600,3994,0,0,0,0),(137121,33236,603,3,1,28581,0,-161.212,-148.85,410.472,2.63545,86400,0,0,12600,3994,0,0,0,0),(137122,33236,603,3,1,28580,0,-192.911,-64.6428,409.887,3.08923,86400,0,0,12600,3994,0,0,0,0),(137123,33236,603,3,1,28580,0,-309.598,-82.7179,409.86,3.08923,86400,0,0,12600,3994,0,0,0,0),(137124,33236,603,3,1,28580,0,-197.639,-11.0977,409.887,3.28122,86400,0,0,12600,3994,0,0,0,0),(137125,33236,603,3,1,28581,0,-85.4875,-12.0124,409.887,3.24631,86400,0,0,12600,3994,0,0,0,0),(137126,33236,603,3,1,28580,0,-40.7948,-40.8648,409.829,3.14159,86400,0,0,12600,3994,0,0,0,0),(137127,33236,603,3,1,28581,0,-164.802,-309.519,369.549,2.11185,86400,0,0,12600,3994,0,0,0,0),(137128,33236,603,3,1,28581,0,-195.372,-205.49,370.325,3.35103,86400,0,0,12600,3994,0,0,0,0),(137129,33236,603,3,1,28580,0,-217.941,-37.7956,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137130,33236,603,3,1,28581,0,-289.41,28.878,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137131,33236,603,3,1,28581,0,-174.705,-53.7,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137132,33236,603,3,1,28581,0,-106.471,113.389,435.73,2.40855,86400,0,0,12600,3994,0,0,0,0),(137133,33236,603,3,1,28581,0,78.4718,-190.083,414.456,1.58825,86400,0,0,12600,3994,0,0,0,0),(137134,33236,603,3,1,28581,0,-194.756,-233.426,369.549,2.98451,86400,0,0,12600,3994,0,0,0,0),(137135,33236,603,3,1,28581,0,-183.841,-156.725,409.887,2.11185,86400,0,0,12600,3994,0,0,0,0),(137136,33236,603,3,1,28581,0,-169.864,203.631,434.87,4.95674,86400,0,0,12600,3994,0,0,0,0),(137137,33236,603,3,1,28581,0,-184.61,-142.354,409.887,2.3911,86400,0,0,12600,3994,0,0,0,0),(137138,33236,603,3,1,28580,0,-293.688,-164.159,410.215,0.698132,86400,0,0,12600,3994,0,0,0,0),(137139,33236,603,3,1,28581,0,-350.915,85.1503,414.864,4.79965,86400,0,0,12600,3994,0,0,0,0),(137140,33236,603,3,1,28581,0,-336.42,78.5729,413.572,4.53786,86400,0,0,12600,3994,0,0,0,0),(137141,33236,603,3,1,28580,0,52.3378,-102.757,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137142,33236,603,3,1,28580,0,45.3349,-342.519,410.902,1.41372,86400,0,0,12600,3994,0,0,0,0),(137143,33236,603,3,1,28581,0,16.3211,-2.16276,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137144,33236,603,3,1,28580,0,-174.485,-274.201,369.549,2.21657,86400,0,0,12600,3994,0,0,0,0),(137145,33236,603,3,1,28581,0,-465.736,93.782,411.522,3.19395,86400,0,0,12600,3994,0,0,0,0),(137146,33236,603,3,1,28580,0,121.29,-38.9067,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137147,33236,603,3,1,28581,0,-410.846,-165.397,412.986,1.43117,86400,0,0,12600,3994,0,0,0,0),(137148,33236,603,3,1,28581,0,142.773,-33.4275,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137149,33236,603,3,1,28580,0,59.4582,14.2869,409.887,3.24631,86400,0,0,12600,3994,0,0,0,0),(137150,33236,603,3,1,28580,0,82.6038,-231.923,419.061,1.55334,86400,0,0,12600,3994,0,0,0,0),(137151,33236,603,3,1,28581,0,-152.448,-78.5945,409.887,3.31613,86400,0,0,12600,3994,0,0,0,0),(137152,33236,603,3,1,28580,0,-41.1854,-50.0627,409.887,3.10669,86400,0,0,12600,3994,0,0,0,0),(137153,33236,603,3,1,28580,0,40.2864,-14.5482,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137154,33236,603,3,1,28581,0,-272.28,-207.849,372.249,3.35103,86400,0,0,12600,3994,0,0,0,0),(137155,33236,603,3,1,28581,0,-175.903,-89.621,409.887,3.03687,86400,0,0,12600,3994,0,0,0,0),(137156,33236,603,3,1,28580,0,313.4,348.183,410.406,3.21141,86400,0,0,12600,3994,0,0,0,0),(137157,33236,603,3,1,28580,0,-487.599,-82.3609,409.888,3.14159,86400,0,0,12600,3994,0,0,0,0),(137158,33236,603,3,1,28580,0,-270.053,-144.482,409.887,0.715585,86400,0,0,12600,3994,0,0,0,0),(137159,33236,603,3,1,28581,0,-117.144,-275.768,369.979,2.44346,86400,0,0,12600,3994,0,0,0,0),(137160,33236,603,3,1,28581,0,135.911,-101.003,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137161,33236,603,3,1,28581,0,-367.04,21.4074,409.887,3.35103,86400,0,0,12600,3994,0,0,0,0),(137162,33236,603,3,1,28580,0,-483.933,12.7006,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137163,33236,603,3,1,28580,0,-174.709,-72.4296,409.927,3.07178,86400,0,0,12600,3994,0,0,0,0),(137164,33236,603,3,1,28581,0,-408.536,-13.5717,409.887,3.24631,86400,0,0,12600,3994,0,0,0,0),(137165,33236,603,3,1,28581,0,76.2687,-17.5702,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137166,33236,603,3,1,28580,0,-285.352,-171.102,410.637,0.994838,86400,0,0,12600,3994,0,0,0,0),(137167,33236,603,3,1,28581,0,52.4367,-91.7484,409.887,3.15905,86400,0,0,12600,3994,0,0,0,0),(137168,33236,603,3,1,28581,0,59.5537,-36.7964,409.887,3.07178,86400,0,0,12600,3994,0,0,0,0),(137169,33236,603,3,1,28581,0,-118.459,-244.673,369.549,2.68781,86400,0,0,12600,3994,0,0,0,0),(137170,33236,603,3,1,28580,0,52.5217,161.133,433.719,4.45059,86400,0,0,12600,3994,0,0,0,0),(137171,33236,603,3,1,28580,0,-494.769,68.9303,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137172,33236,603,3,1,28581,0,-181.506,-296.28,369.549,2.02458,86400,0,0,12600,3994,0,0,0,0),(137173,33236,603,3,1,28580,0,-12.1092,196.702,433.953,4.2237,86400,0,0,12600,3994,0,0,0,0),(137174,33236,603,3,1,28581,0,-465.704,86.5251,411.23,3.15905,86400,0,0,12600,3994,0,0,0,0),(137175,33236,603,3,1,28581,0,315.854,264.342,409.887,2.75762,86400,0,0,12600,3994,0,0,0,0),(137176,33236,603,3,1,28581,0,142.478,-44.4414,409.887,3.15905,86400,0,0,12600,3994,0,0,0,0),(137177,33236,603,3,1,28580,0,-53.6832,116.679,434.529,0.296706,86400,0,0,12600,3994,0,0,0,0),(137178,33236,603,3,1,28581,0,14.8645,10.7852,409.887,3.24631,86400,0,0,12600,3994,0,0,0,0),(137179,33236,603,3,1,28581,0,44.7565,-361.072,410.902,1.44862,86400,0,0,12600,3994,0,0,0,0),(137180,33236,603,3,1,28581,0,-216.123,-50.8216,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137181,33236,603,3,1,28581,0,-191.996,-315.941,369.549,1.85005,86400,0,0,12600,3994,0,0,0,0),(137182,33236,603,3,1,28580,0,55.4965,-247.982,416.202,1.58825,86400,0,0,12600,3994,0,0,0,0),(137183,33236,603,3,1,28581,0,63.6415,-159.31,410.399,1.55334,86400,0,0,12600,3994,0,0,0,0),(137184,33236,603,3,1,28581,0,-355.734,-216.418,369.549,2.02458,86400,0,0,12600,3994,0,0,0,0),(137185,33236,603,3,1,28580,0,-299.529,-51.1037,409.887,3.35103,86400,0,0,12600,3994,0,0,0,0),(137186,33236,603,3,1,28580,0,-320.741,-75.3623,409.887,3.21141,86400,0,0,12600,3994,0,0,0,0),(137187,33236,603,3,1,28581,0,-272.58,-221.401,370.707,3.15905,86400,0,0,12600,3994,0,0,0,0),(137188,33236,603,3,1,28581,0,-310.441,-75.2145,409.885,3.21141,86400,0,0,12600,3994,0,0,0,0),(137189,33236,603,3,1,28580,0,-199.357,9.79411,409.887,3.35103,86400,0,0,12600,3994,0,0,0,0),(137190,33236,603,3,1,28581,0,-299.871,-99.2009,409.887,3.12414,86400,0,0,12600,3994,0,0,0,0),(137191,33236,603,3,1,28581,0,-402.509,-172.34,412.986,1.48353,86400,0,0,12600,3994,0,0,0,0),(137192,33236,603,3,1,28581,0,-255.235,-222.205,372.306,3.14159,86400,0,0,12600,3994,0,0,0,0),(137193,33236,603,3,1,28580,0,-81.6993,-48.6513,409.887,3.08923,86400,0,0,12600,3994,0,0,0,0),(137194,33236,603,3,1,28580,0,-94.0755,-199.355,369.549,2.9147,86400,0,0,12600,3994,0,0,0,0),(137195,33236,603,3,1,28581,0,-497.74,-60.6464,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137196,33236,603,3,1,28580,0,43.9314,168.218,434.099,4.57276,86400,0,0,12600,3994,0,0,0,0),(137197,33236,603,3,1,28580,0,-122.407,16.0702,409.887,3.31613,86400,0,0,12600,3994,0,0,0,0),(137198,33236,603,3,1,28580,0,-54.2241,7.49897,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137199,33236,603,3,1,28580,0,-215.609,-61.4865,409.887,3.08923,86400,0,0,12600,3994,0,0,0,0),(137200,33236,603,3,1,28581,0,328.948,280.364,409.4,2.94961,86400,0,0,12600,3994,0,0,0,0),(137201,33236,603,3,1,28580,0,-462.855,28.1628,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137202,33236,603,3,1,28581,0,-404.748,-50.2108,409.887,3.08923,86400,0,0,12600,3994,0,0,0,0),(137203,33236,603,3,1,28581,0,-103.688,-65.0939,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137204,33236,603,3,1,28580,0,-497.513,-75.6437,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137205,33236,603,3,1,28580,0,39.9616,-341.66,410.902,1.36136,86400,0,0,12600,3994,0,0,0,0),(137206,33236,603,3,1,28580,0,-294.567,-174.34,410.081,0.872665,86400,0,0,12600,3994,0,0,0,0),(137207,33236,603,3,1,28581,0,-342.59,-210.506,369.549,2.1293,86400,0,0,12600,3994,0,0,0,0),(137208,33236,603,3,1,28580,0,-271.036,29.8143,409.89,3.26377,86400,0,0,12600,3994,0,0,0,0),(137209,33236,603,3,1,28581,0,-272.415,42.5513,410.042,3.45575,86400,0,0,12600,3994,0,0,0,0),(137210,33236,603,3,1,28580,0,-7.88542,185.585,433.502,4.11898,86400,0,0,12600,3994,0,0,0,0),(137211,33236,603,3,1,28581,0,-154.153,201.075,433.014,4.69494,86400,0,0,12600,3994,0,0,0,0),(137212,33236,603,3,1,28580,0,85.5824,-311.16,410.902,1.5708,86400,0,0,12600,3994,0,0,0,0),(137213,33236,603,3,1,28580,0,-284.286,-83.4909,409.801,2.93215,86400,0,0,12600,3994,0,0,0,0),(137214,33236,603,3,1,28581,0,-386.437,-171.942,412.986,1.55334,86400,0,0,12600,3994,0,0,0,0),(137215,33236,603,3,1,28581,0,16.8717,-27.4759,409.874,3.08923,86400,0,0,12600,3994,0,0,0,0),(137216,33236,603,3,1,28580,0,-21.7788,193.674,433.287,4.31096,86400,0,0,12600,3994,0,0,0,0),(137217,33236,603,3,1,28580,0,-396.074,-150.403,412.986,1.50098,86400,0,0,12600,3994,0,0,0,0),(137218,33236,603,3,1,28581,0,-105.353,-15.0149,409.887,3.05433,86400,0,0,12600,3994,0,0,0,0),(137219,33236,603,3,1,28581,0,-174.31,-31.6775,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137220,33236,603,3,1,28581,0,-151.113,-31.9497,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137221,33236,603,3,1,28581,0,-195.673,-219.043,369.549,3.15905,86400,0,0,12600,3994,0,0,0,0),(137222,33236,603,3,1,28580,0,99.4756,-356.38,410.903,1.62316,86400,0,0,12600,3994,0,0,0,0),(137223,33236,603,3,1,28581,0,-278.533,-111.207,409.887,2.93215,86400,0,0,12600,3994,0,0,0,0),(137224,33236,603,3,1,28580,0,-363.313,-58.6099,409.885,3.07178,86400,0,0,12600,3994,0,0,0,0),(137225,33236,603,3,1,28580,0,-383.114,-38.9046,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137226,33236,603,3,1,28580,0,-330.577,-205.239,369.549,2.19912,86400,0,0,12600,3994,0,0,0,0),(137227,33236,603,3,1,28581,0,-176.197,-149.555,409.887,2.40855,86400,0,0,12600,3994,0,0,0,0),(137228,33236,603,3,1,28580,0,305.828,328.242,409.892,3.03687,86400,0,0,12600,3994,0,0,0,0),(137229,33236,603,3,1,28581,0,-278.706,-163.453,410.312,1.0472,86400,0,0,12600,3994,0,0,0,0),(137230,33236,603,3,1,28581,0,75.878,-26.7681,409.887,3.10669,86400,0,0,12600,3994,0,0,0,0),(137231,33236,603,3,1,28580,0,-168.858,-156.019,409.972,2.40855,86400,0,0,12600,3994,0,0,0,0),(137232,33236,603,3,1,28580,0,18.8804,-69.8751,409.887,3.24631,86400,0,0,12600,3994,0,0,0,0),(137233,33236,603,3,1,28580,0,-37.0174,104.595,435.73,0.820305,86400,0,0,12600,3994,0,0,0,0),(137234,33236,603,3,1,28581,0,-122.506,5.06147,409.887,3.21141,86400,0,0,12600,3994,0,0,0,0),(137235,33236,603,3,1,28581,0,-130.897,94.4344,435.73,2.26893,86400,0,0,12600,3994,0,0,0,0),(137236,33236,603,3,1,28580,0,-162.099,209.922,434.598,4.81711,86400,0,0,12600,3994,0,0,0,0),(137237,33236,603,3,1,28580,0,-465.586,102.601,411.386,3.21141,86400,0,0,12600,3994,0,0,0,0),(137238,33236,603,3,1,28581,0,-403.408,-146.511,412.986,1.44862,86400,0,0,12600,3994,0,0,0,0),(137239,33236,603,3,1,28581,0,-360.91,82,413.561,4.97419,86400,0,0,12600,3994,0,0,0,0),(137240,33236,603,3,1,28581,0,-282.581,-12.3588,409.887,2.84489,86400,0,0,12600,3994,0,0,0,0),(137241,33236,603,3,1,28581,0,-40.7983,-59.594,409.887,3.07178,86400,0,0,12600,3994,0,0,0,0),(137242,33236,603,3,1,28580,0,-28.4269,97.51,435.73,1.15192,86400,0,0,12600,3994,0,0,0,0),(137243,33236,603,3,1,28581,0,-497.725,100.421,411.896,3.21141,86400,0,0,12600,3994,0,0,0,0),(137244,33236,603,3,1,28580,0,-248.164,-16.526,409.929,4.55793,86400,5,0,12600,3994,1,0,0,0),(137245,33236,603,3,1,28581,0,-251.092,-35.3293,409.928,4.75636,86400,5,0,12600,3994,1,0,0,0),(137246,33236,603,3,1,28581,0,-253.292,-14.4952,409.929,1.66115,86400,5,0,12600,3994,1,0,0,0),(137247,33236,603,3,1,28580,0,-247.804,-8.66837,409.929,4.58967,86400,5,0,12600,3994,1,0,0,0),(137248,33236,603,3,1,28580,0,-249.647,-10.8331,409.929,4.65346,86400,5,0,12600,3994,1,0,0,0),(137249,33236,603,3,1,28580,0,-253.396,-11.5527,409.929,1.63574,86400,5,0,12600,3994,1,0,0,0),(137250,33236,603,3,1,28581,0,-252.72,-7.03104,409.929,4.76986,86400,5,0,12600,3994,1,0,0,0),(137251,33236,603,3,1,28581,0,-250.088,-18.2875,409.929,1.64402,86400,5,0,12600,3994,1,0,0,0),(137252,33236,603,3,1,28580,0,20.4117,-82.8135,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137253,33236,603,3,1,28581,0,20.4333,-95.0628,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137254,33236,603,3,1,28580,0,-282.126,-2.02544,409.887,2.98451,86400,0,0,12600,3994,0,0,0,0),(137255,33236,603,3,1,28581,0,33.409,-95.325,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137256,33236,603,3,1,28581,0,136.034,185.944,411.572,4.4855,86400,0,0,12600,3994,0,0,0,0),(137257,33236,603,3,1,28581,0,-463.018,12.2461,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137258,33236,603,3,1,28580,0,-120.71,-65.9334,409.887,3.21141,86400,0,0,12600,3994,0,0,0,0),(137259,33236,603,3,1,28580,0,-156.202,-218.657,369.549,3.08923,86400,0,0,12600,3994,0,0,0,0),(137260,33236,603,3,1,28580,0,-252.753,-285.072,369.549,2.53073,86400,0,0,12600,3994,0,0,0,0),(137261,33236,603,3,1,28581,0,81.1904,-273.725,411.723,1.55334,86400,0,0,12600,3994,0,0,0,0),(137262,33236,603,3,1,28580,0,135.616,-112.017,409.887,3.15905,86400,0,0,12600,3994,0,0,0,0),(137263,33236,603,3,1,28580,0,-294.458,-149.788,409.887,0.331613,86400,0,0,12600,3994,0,0,0,0),(137264,33236,603,3,1,28581,0,88.2211,-26.5913,409.887,3.10669,86400,0,0,12600,3994,0,0,0,0),(137265,33236,603,3,1,28580,0,76.2652,-36.2993,409.887,3.07178,86400,0,0,12600,3994,0,0,0,0),(137266,33236,603,3,1,28581,0,-82.5105,-225.828,369.549,2.61799,86400,0,0,12600,3994,0,0,0,0),(137267,33236,603,3,1,28580,0,58.2682,-158.451,410.386,1.58825,86400,0,0,12600,3994,0,0,0,0),(137268,33236,603,3,1,28580,0,-298.519,-74.821,409.885,3.12414,86400,0,0,12600,3994,0,0,0,0),(137269,33236,603,3,1,28581,0,-384.933,-25.8795,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137270,33236,603,3,1,28580,0,-271.06,-156.284,409.931,1.22173,86400,0,0,12600,3994,0,0,0,0),(137271,33236,603,3,1,28581,0,314.846,282.949,409.887,2.94961,86400,0,0,12600,3994,0,0,0,0),(137272,33236,603,3,1,28581,0,-277.869,-98.0873,409.887,2.79253,86400,0,0,12600,3994,0,0,0,0),(137273,33236,603,3,1,28581,0,-175.361,-2.42578,409.887,3.31613,86400,0,0,12600,3994,0,0,0,0),(137274,33236,603,3,1,28581,0,-219.786,-11.7383,409.887,3.29867,86400,0,0,12600,3994,0,0,0,0),(137275,33236,603,3,1,28581,0,-321.695,-225.538,369.549,2.18166,86400,0,0,12600,3994,0,0,0,0),(137276,33236,603,3,1,28581,0,-463.697,-45.9066,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137277,33236,603,3,1,28580,0,52.7476,-80.619,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137278,33236,603,3,1,28580,0,-175.096,-62.8979,409.887,3.10669,86400,0,0,12600,3994,0,0,0,0),(137279,33236,603,3,1,28580,0,-127.707,115.241,435.496,2.33874,86400,0,0,12600,3994,0,0,0,0),(137280,33236,603,3,1,28580,0,-121.1,-75.1313,409.879,3.12414,86400,0,0,12600,3994,0,0,0,0),(137281,33236,603,3,1,28581,0,-108.932,-235.661,369.549,2.94961,86400,0,0,12600,3994,0,0,0,0),(137282,33236,603,3,1,28580,0,80.1485,-159.63,410.389,1.58825,86400,0,0,12600,3994,0,0,0,0),(137283,33236,603,3,1,28580,0,52.1921,-70.2913,409.887,3.24631,86400,0,0,12600,3994,0,0,0,0),(137284,33236,603,3,1,28580,0,-31.0637,113.368,435.73,0.733038,86400,0,0,12600,3994,0,0,0,0),(137285,33236,603,3,1,28580,0,-278.299,-278.771,369.549,2.25148,86400,0,0,12600,3994,0,0,0,0),(137286,33236,603,3,1,28580,0,70.9593,46.1615,409.887,4.04916,86400,0,0,12600,3994,0,0,0,0),(137287,33236,603,3,1,28581,0,-215.112,-82.6505,409.887,3.05433,86400,0,0,12600,3994,0,0,0,0),(137288,33236,603,3,1,28580,0,-117.331,-260.76,369.55,2.51327,86400,0,0,12600,3994,0,0,0,0),(137289,33236,603,3,1,28581,0,119.934,164.25,409.888,4.66003,86400,0,0,12600,3994,0,0,0,0),(137290,33236,603,3,1,28580,0,-192.335,-95.178,409.887,3.03687,86400,0,0,12600,3994,0,0,0,0),(137291,33236,603,3,1,28580,0,60.8698,-248.841,416.062,1.55334,86400,0,0,12600,3994,0,0,0,0),(137292,33236,603,3,1,28581,0,-141.152,184.77,432.875,4.39823,86400,0,0,12600,3994,0,0,0,0),(137293,33236,603,3,1,28580,0,-271.663,-235.784,369.801,2.98451,86400,0,0,12600,3994,0,0,0,0),(137294,33236,603,3,1,28581,0,-483.769,28.6173,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137295,33236,603,3,1,28580,0,317.431,298.656,409.887,3.12414,86400,0,0,12600,3994,0,0,0,0),(137296,33236,603,3,1,28580,0,-364.751,-67.3143,409.887,3.03687,86400,0,0,12600,3994,0,0,0,0),(137297,33236,603,3,1,28580,0,-80.2352,-193.874,369.549,3.14159,86400,0,0,12600,3994,0,0,0,0),(137298,33236,603,3,1,28580,0,-106.612,-267.234,369.979,2.61799,86400,0,0,12600,3994,0,0,0,0),(137299,33236,603,3,1,28581,0,123.108,-51.931,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137300,33236,603,3,1,28581,0,55.7419,-272.447,411.886,1.58825,86400,0,0,12600,3994,0,0,0,0),(137301,33236,603,3,1,28580,0,-462.793,-2.75212,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137302,33236,603,3,1,28581,0,-175.517,-12.5543,409.887,3.26377,86400,0,0,12600,3994,0,0,0,0),(137303,33236,603,3,1,28581,0,-310.4,-52.3381,409.887,3.12414,86400,0,0,12600,3994,0,0,0,0),(137304,33236,603,3,1,28580,0,-388.217,-157.523,412.986,1.55334,86400,0,0,12600,3994,0,0,0,0),(137305,33236,603,3,1,28581,0,130.597,163.682,409.888,4.50295,86400,0,0,12600,3994,0,0,0,0),(137306,33236,603,3,1,28580,0,46.4974,152.508,433.621,4.50295,86400,0,0,12600,3994,0,0,0,0),(137307,33236,603,3,1,28580,0,-496.739,-9.38612,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137308,33236,603,3,1,28581,0,-278.918,-149.164,409.89,0.575959,86400,0,0,12600,3994,0,0,0,0),(137309,33236,603,3,1,28581,0,-42.6168,95.4554,435.73,0.872665,86400,0,0,12600,3994,0,0,0,0),(137310,33236,603,3,1,28580,0,-299.61,-59.1404,409.887,3.12414,86400,0,0,12600,3994,0,0,0,0),(137311,33236,603,3,1,28580,0,-286.232,-56.1521,409.887,3.38594,86400,0,0,12600,3994,0,0,0,0),(137312,33236,603,3,1,28581,0,-342.416,65.6021,411.968,4.62512,86400,0,0,12600,3994,0,0,0,0),(137313,33236,603,3,1,28581,0,-47.9733,125.905,434.068,0.087266,86400,0,0,12600,3994,0,0,0,0),(137314,33236,603,3,1,28580,0,320.486,274.116,409.887,2.86234,86400,0,0,12600,3994,0,0,0,0),(137315,33236,603,3,1,28580,0,-269.4,15.5009,409.887,3.12414,86400,0,0,12600,3994,0,0,0,0),(137316,33236,603,3,1,28580,0,-361.892,-42.2298,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137317,33236,603,3,1,28581,0,-258.248,-259.909,369.549,2.93215,86400,0,0,12600,3994,0,0,0,0),(137318,33236,603,3,1,28580,0,-183.579,-276.983,369.549,2.07694,86400,0,0,12600,3994,0,0,0,0),(137319,33236,603,3,1,28580,0,-255.949,-209.108,373.659,3.29867,86400,0,0,12600,3994,0,0,0,0),(137320,33236,603,3,1,28580,0,-146.224,207.385,433.13,4.57276,86400,0,0,12600,3994,0,0,0,0),(137321,33236,603,3,1,28580,0,-411.724,-175.579,412.986,1.41372,86400,0,0,12600,3994,0,0,0,0),(137322,33236,603,3,1,28581,0,-169.07,-141.731,410.049,2.68781,86400,0,0,12600,3994,0,0,0,0),(137323,33236,603,3,1,28581,0,-465.512,78.7837,410.492,3.14159,86400,0,0,12600,3994,0,0,0,0),(137324,33236,603,3,1,28580,0,77.2306,-231.063,419.058,1.58825,86400,0,0,12600,3994,0,0,0,0),(137325,33236,603,3,1,28581,0,-139.29,199.041,432.921,4.45059,86400,0,0,12600,3994,0,0,0,0),(137326,33236,603,3,1,28581,0,-483.722,77.854,409.897,3.14159,86400,0,0,12600,3994,0,0,0,0),(137327,33236,603,3,1,28580,0,-259.496,-291.777,369.549,2.35619,86400,0,0,12600,3994,0,0,0,0),(137328,33236,603,3,1,28581,0,-150.96,-11.3733,409.887,3.26377,86400,0,0,12600,3994,0,0,0,0),(137329,33236,603,3,1,28580,0,135.418,-90.6715,409.887,3.24631,86400,0,0,12600,3994,0,0,0,0),(137330,33236,603,3,1,28580,0,-328.139,59.434,409.924,4.24115,86400,0,0,12600,3994,0,0,0,0),(137331,33236,603,3,1,28580,0,-321.24,-53.0743,409.887,3.12414,86400,0,0,12600,3994,0,0,0,0),(137332,33236,603,3,1,28581,0,-483.707,-2.29764,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137333,33236,603,3,1,28581,0,-105.198,-3.70351,409.887,3.12414,86400,0,0,12600,3994,0,0,0,0),(137334,33236,603,3,1,28581,0,-411.615,-151.026,412.986,1.41372,86400,0,0,12600,3994,0,0,0,0),(137335,33236,603,3,1,28580,0,120.883,-90.7994,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137336,33236,603,3,1,28581,0,-152.188,-63.3306,409.887,3.10669,86400,0,0,12600,3994,0,0,0,0),(137337,33236,603,3,1,28580,0,-151.322,-43.4029,409.887,3.15905,86400,0,0,12600,3994,0,0,0,0),(137338,33236,603,3,1,28581,0,-176.954,-96.6383,409.887,3.01942,86400,0,0,12600,3994,0,0,0,0),(137339,33236,603,3,1,28580,0,-496.748,22.2423,409.887,3.21141,86400,0,0,12600,3994,0,0,0,0),(137340,33236,603,3,1,28581,0,-327.116,82.5885,413.074,4.39823,86400,0,0,12600,3994,0,0,0,0),(137341,33236,603,3,1,28581,0,-172.421,189.523,433.593,5.06145,86400,0,0,12600,3994,0,0,0,0),(137342,33236,603,3,1,28581,0,75.8172,-272.866,411.861,1.58825,86400,0,0,12600,3994,0,0,0,0),(137343,33236,603,3,1,28581,0,-497.576,-44.7294,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137344,33236,603,3,1,28581,0,-382.051,-53.3655,409.887,3.08923,86400,0,0,12600,3994,0,0,0,0),(137345,33236,603,3,1,28580,0,-341.775,89.1907,415.349,4.64258,86400,0,0,12600,3994,0,0,0,0),(137346,33236,603,3,1,28581,0,-177.411,-234.23,369.549,3.00197,86400,0,0,12600,3994,0,0,0,0),(137347,33236,603,3,1,28580,0,41.3506,-29.01,409.887,3.08923,86400,0,0,12600,3994,0,0,0,0),(137348,33236,603,3,1,28580,0,-312.839,76.4219,411.07,4.13643,86400,0,0,12600,3994,0,0,0,0),(137349,33236,603,3,1,28580,0,16.6629,-14.0655,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137350,33236,603,3,1,28580,0,-104.344,-92.938,409.852,3.00197,86400,0,0,12600,3994,0,0,0,0),(137351,33236,603,3,1,28581,0,-463.702,-84.6323,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137352,33236,603,3,1,28581,0,-365.803,-74.3313,409.887,3.01942,86400,0,0,12600,3994,0,0,0,0),(137353,33236,603,3,1,28580,0,-333.705,-230.806,369.549,2.11185,86400,0,0,12600,3994,0,0,0,0),(137354,33236,603,3,1,28580,0,-194.167,-299.707,369.549,1.8675,86400,0,0,12600,3994,0,0,0,0),(137355,33236,603,3,1,28580,0,-269.092,-300.717,369.549,2.14675,86400,0,0,12600,3994,0,0,0,0),(137356,33236,603,3,1,28580,0,-151.661,-71.6659,409.887,3.07178,86400,0,0,12600,3994,0,0,0,0),(137357,33236,603,3,1,28580,0,90.9539,-312.019,410.902,1.65806,86400,0,0,12600,3994,0,0,0,0),(137358,33236,603,3,1,28581,0,-463.83,-69.0799,410.325,3.15905,86400,0,0,12600,3994,0,0,0,0),(137359,33236,603,3,1,28580,0,307.759,357.022,410.823,3.28122,86400,0,0,12600,3994,0,0,0,0),(137360,33236,603,3,1,28581,0,1.62424,188.653,434.054,4.06662,86400,0,0,12600,3994,0,0,0,0),(137361,33236,603,3,1,28581,0,142.28,-23.0959,409.887,3.24631,86400,0,0,12600,3994,0,0,0,0),(137362,33236,603,3,1,28580,0,-496.866,6.16596,409.887,3.15905,86400,0,0,12600,3994,0,0,0,0),(137363,33236,603,3,1,28580,0,319.779,339.739,410,3.14159,86400,0,0,12600,3994,0,0,0,0),(137364,33236,603,3,1,28581,0,-59.5299,-25.9552,407.811,3.14159,86400,0,0,12600,3994,0,0,0,0),(137365,33236,603,3,1,28581,0,-156.546,186.987,432.875,4.74729,86400,0,0,12600,3994,0,0,0,0),(137366,33236,603,3,1,28581,0,57.0254,-188.283,414.194,1.58825,86400,0,0,12600,3994,0,0,0,0),(137367,33236,603,3,1,28580,0,94.1773,58.4691,409.887,3.87463,86400,0,0,12600,3994,0,0,0,0),(137368,33236,603,3,1,28581,0,-394.977,-175.193,412.986,1.58825,86400,0,0,12600,3994,0,0,0,0),(137369,33236,603,3,1,28580,0,59.1666,-27.2652,409.663,3.10669,86400,0,0,12600,3994,0,0,0,0),(137370,33236,603,3,1,28581,0,-105.64,15.6917,409.887,3.28122,86400,0,0,12600,3994,0,0,0,0),(137371,33236,603,3,1,28581,0,53.4269,-315.423,410.902,1.3439,86400,0,0,12600,3994,0,0,0,0),(137372,33236,603,3,1,28581,0,-462.86,-10.5629,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137373,33236,603,3,1,28580,0,-312.099,-219.505,369.549,2.23402,86400,0,0,12600,3994,0,0,0,0),(137374,33236,603,3,1,28581,0,-465.574,109.699,411.012,3.22886,86400,0,0,12600,3994,0,0,0,0),(137375,33236,603,3,1,28581,0,299.4,350.102,410.499,3.22886,86400,0,0,12600,3994,0,0,0,0),(137376,33236,603,3,1,28580,0,-354.295,-240.173,369.549,1.98968,86400,0,0,12600,3994,0,0,0,0),(137377,33236,603,3,1,28581,0,91.0111,37.3589,409.887,3.59538,86400,0,0,12600,3994,0,0,0,0),(137378,33236,603,3,1,28581,0,33.3117,-105.101,409.887,3.07178,86400,0,0,12600,3994,0,0,0,0),(137379,33236,603,3,1,28581,0,51.9472,-111.955,409.887,3.10669,86400,0,0,12600,3994,0,0,0,0),(137380,33236,603,3,1,28580,0,-1.83941,198.796,434.117,4.15388,86400,0,0,12600,3994,0,0,0,0),(137381,33236,603,3,1,28580,0,-326.852,-1.42649,409.887,2.54818,86400,0,0,12600,3994,0,0,0,0),(137382,33236,603,3,1,28581,0,-82.2132,-37.9863,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137383,33236,603,3,1,28581,0,70.7033,33.0135,409.887,3.76991,86400,0,0,12600,3994,0,0,0,0),(137384,33236,603,3,1,28580,0,31.8596,-70.059,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137385,33236,603,3,1,28581,0,-362.283,-51.4264,409.887,3.10669,86400,0,0,12600,3994,0,0,0,0),(137386,33236,603,3,1,28581,0,-320.96,-60.3606,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137387,33236,603,3,1,28581,0,-408.926,-0.462023,409.887,3.29867,86400,0,0,12600,3994,0,0,0,0),(137388,33236,603,3,1,28581,0,-40.6959,-29.8561,409.549,3.15905,86400,0,0,12600,3994,0,0,0,0),(137389,33236,603,3,1,28581,0,-219.895,0.816732,409.887,3.29867,86400,0,0,12600,3994,0,0,0,0),(137390,33236,603,3,1,28581,0,-60.0656,-37.3457,408.162,3.14159,86400,0,0,12600,3994,0,0,0,0),(137391,33236,603,3,1,28580,0,118.593,-118.643,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137392,33236,603,3,1,28581,0,-386.777,0.179036,409.887,3.28122,86400,0,0,12600,3994,0,0,0,0),(137393,33236,603,3,1,28581,0,94.1023,-355.521,410.903,1.5708,86400,0,0,12600,3994,0,0,0,0),(137394,33236,603,3,1,28581,0,-80.0061,-207.984,369.549,2.79253,86400,0,0,12600,3994,0,0,0,0),(137395,33236,603,3,1,28581,0,37.0138,11.4258,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137396,33236,603,3,1,28581,0,-485.344,92.7661,411.79,3.19395,86400,0,0,12600,3994,0,0,0,0),(137397,33236,603,3,1,28580,0,-465.579,70.973,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137398,33236,603,3,1,28580,0,-277.82,-173.954,410.029,1.22173,86400,0,0,12600,3994,0,0,0,0),(137399,33236,603,3,1,28581,0,33.3909,-82.9998,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137400,33236,603,3,1,28580,0,-322.608,72.7205,410.969,4.2586,86400,0,0,12600,3994,0,0,0,0),(137401,33236,603,3,1,28581,0,100.054,-337.827,410.903,1.64061,86400,0,0,12600,3994,0,0,0,0),(137402,33236,603,3,1,28581,0,-346.414,75.4232,413.953,4.71239,86400,0,0,12600,3994,0,0,0,0),(137403,33236,603,3,1,28581,0,-233.824,-207.92,372.828,3.1765,86400,0,0,12600,3994,0,0,0,0),(137404,33236,603,3,1,28580,0,308.57,290.725,409.795,3.01942,86400,0,0,12600,3994,0,0,0,0),(137405,33236,603,3,1,28581,0,-364.656,-1.27778,409.887,3.26377,86400,0,0,12600,3994,0,0,0,0),(137406,33236,603,3,1,28581,0,-94.8631,-244.291,369.549,2.93215,86400,0,0,12600,3994,0,0,0,0),(137407,33236,603,3,1,28581,0,-332.604,69.5694,410.947,4.41568,86400,0,0,12600,3994,0,0,0,0),(137408,33236,603,3,1,28581,0,-69.5844,16.1421,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137409,33236,603,3,1,28581,0,-286.044,-156.989,410.046,0.680678,86400,0,0,12600,3994,0,0,0,0),(137410,33236,603,3,1,28580,0,-290.384,40.1697,409.9,3.40339,86400,0,0,12600,3994,0,0,0,0),(137411,33236,603,3,1,28581,0,119.835,-25.957,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137412,33236,603,3,1,28581,0,34.1312,-113.7,409.887,3.08923,86400,0,0,12600,3994,0,0,0,0),(137413,33236,603,3,1,28581,0,-363.449,-20.4014,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137414,33236,603,3,1,28580,0,-93.3536,-215.544,369.549,2.9147,86400,0,0,12600,3994,0,0,0,0),(137415,33236,603,3,1,28581,0,121.539,186.349,410.081,4.66003,86400,0,0,12600,3994,0,0,0,0),(137416,33236,603,3,1,28581,0,-120.611,-54.9247,409.887,3.31613,86400,0,0,12600,3994,0,0,0,0),(137417,33236,603,3,1,28581,0,305.696,342.162,410.186,3.15905,86400,0,0,12600,3994,0,0,0,0),(137418,33236,603,3,1,28581,0,-463.711,-53.0039,409.887,3.21141,86400,0,0,12600,3994,0,0,0,0),(137419,33236,603,3,1,28580,0,-487.608,-50.7317,409.887,3.21141,86400,0,0,12600,3994,0,0,0,0),(137420,33236,603,3,1,28580,0,61.1151,-273.307,411.748,1.55334,86400,0,0,12600,3994,0,0,0,0),(137421,33236,603,3,1,28581,0,-84.0309,-24.9603,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137422,33236,603,3,1,28581,0,-39.6649,8.02382,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137423,33236,603,3,1,28581,0,-159.433,-163.271,410.431,2.42601,86400,0,0,12600,3994,0,0,0,0),(137424,33236,603,3,1,28581,0,11.8933,190.749,433.852,3.9968,86400,0,0,12600,3994,0,0,0,0),(137425,33236,603,3,1,28580,0,-162.975,195.42,432.911,4.86947,86400,0,0,12600,3994,0,0,0,0),(137426,33236,603,3,1,28580,0,-107.28,103.429,435.73,2.37365,86400,0,0,12600,3994,0,0,0,0),(137427,33236,603,3,1,28581,0,106.792,163.761,409.961,4.86947,86400,0,0,12600,3994,0,0,0,0),(137428,33236,603,3,1,28580,0,-254.317,-236.588,370.487,3.00197,86400,0,0,12600,3994,0,0,0,0),(137429,33236,603,3,1,28581,0,-45.1823,111.166,435.575,0.523599,86400,0,0,12600,3994,0,0,0,0),(137430,33236,603,3,1,28580,0,-267.846,-268.849,369.549,2.63545,86400,0,0,12600,3994,0,0,0,0),(137431,33236,603,3,1,28581,0,310.214,273.176,409.887,2.82743,86400,0,0,12600,3994,0,0,0,0),(137432,33236,603,3,1,28580,0,85.5218,-160.49,410.403,1.55334,86400,0,0,12600,3994,0,0,0,0),(137433,33236,603,3,1,28581,0,-357.075,72.2036,413.465,4.93928,86400,0,0,12600,3994,0,0,0,0),(137434,33236,603,3,1,28580,0,95.3671,185.722,409.888,4.95674,86400,0,0,12600,3994,0,0,0,0),(137435,33236,603,3,1,28581,0,-395.862,-164.69,412.986,1.50098,86400,0,0,12600,3994,0,0,0,0),(137436,33236,603,3,1,28581,0,-381.463,-65.3715,409.887,3.03687,86400,0,0,12600,3994,0,0,0,0),(137437,33236,603,3,1,28581,0,-122.896,-4.13645,409.888,3.12414,86400,0,0,12600,3994,0,0,0,0),(137438,33236,603,3,1,28580,0,-364.782,8.97982,409.875,3.31613,86400,0,0,12600,3994,0,0,0,0),(137439,33236,603,3,1,28581,0,-487.727,-66.8092,409.887,3.15905,86400,0,0,12600,3994,0,0,0,0),(137440,33236,603,3,1,28581,0,-178.679,-313.412,369.549,1.97222,86400,0,0,12600,3994,0,0,0,0),(137441,33236,603,3,1,28580,0,-176.403,-137.838,409.89,2.68781,86400,0,0,12600,3994,0,0,0,0),(137442,33236,603,3,1,28581,0,-156.918,-205.562,370.125,3.1765,86400,0,0,12600,3994,0,0,0,0),(137443,33236,603,3,1,28580,0,-69.6938,6.18381,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137444,33236,603,3,1,28580,0,-388.78,11.3351,409.825,3.33358,86400,0,0,12600,3994,0,0,0,0),(137445,33236,603,3,1,28581,0,-103.844,-55.3039,409.887,3.28122,86400,0,0,12600,3994,0,0,0,0),(137446,33236,603,3,1,28581,0,-51.0472,100.82,435.73,0.645772,86400,0,0,12600,3994,0,0,0,0),(137447,33236,603,3,1,28580,0,-54.1147,17.4569,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137448,33236,603,3,1,28581,0,-103.558,-86.011,409.846,3.05433,86400,0,0,12600,3994,0,0,0,0),(137449,33236,603,3,1,28580,0,9.0969,200.89,433.799,4.06662,86400,0,0,12600,3994,0,0,0,0),(137450,33236,603,3,1,28581,0,-167.629,-292.387,369.549,2.16421,86400,0,0,12600,3994,0,0,0,0),(137451,33236,603,3,1,28581,0,-199.642,0.058594,409.887,3.33358,86400,0,0,12600,3994,0,0,0,0),(137452,33236,603,3,1,28581,0,-310.12,-59.6246,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137453,33236,603,3,1,28581,0,-178.686,197.974,435.228,5.11381,86400,0,0,12600,3994,0,0,0,0),(137454,33236,603,3,1,28580,0,-174.803,-21.3459,409.887,3.24631,86400,0,0,12600,3994,0,0,0,0),(137455,33236,603,3,1,28580,0,38.3325,159.077,433.261,4.62512,86400,0,0,12600,3994,0,0,0,0),(137456,33236,603,3,1,28581,0,-120.713,-84.6625,409.859,3.03687,86400,0,0,12600,3994,0,0,0,0),(137457,33236,603,3,1,28580,0,-403.201,-158.228,412.986,1.46608,86400,0,0,12600,3994,0,0,0,0),(137458,33236,603,3,1,28580,0,-462.869,21.0656,409.887,3.21141,86400,0,0,12600,3994,0,0,0,0),(137459,33236,603,3,1,28581,0,-269.28,-170.704,409.638,1.44862,86400,0,0,12600,3994,0,0,0,0),(137460,33236,603,3,1,28580,0,-233.109,-221.016,371.901,3.08923,86400,0,0,12600,3994,0,0,0,0),(137461,33236,603,3,1,28580,0,-463.861,-61.8229,409.96,3.19395,86400,0,0,12600,3994,0,0,0,0),(137462,33236,603,3,1,28581,0,-197.248,-24.207,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137463,33236,603,3,1,28581,0,-243.157,-276.133,369.549,2.72271,86400,0,0,12600,3994,0,0,0,0),(137464,33236,603,3,1,28580,0,-39.8054,119.333,434.287,0.349066,86400,0,0,12600,3994,0,0,0,0),(137465,33236,603,3,1,28581,0,-361.794,-31.2199,409.887,3.15905,86400,0,0,12600,3994,0,0,0,0),(137466,33236,603,3,1,28581,0,88.6118,-17.3934,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137467,33236,603,3,1,28581,0,59.6561,-7.05859,409.887,3.15905,86400,0,0,12600,3994,0,0,0,0),(137468,33236,603,3,1,28581,0,-117.168,114.072,435.73,2.37365,86400,0,0,12600,3994,0,0,0,0),(137469,33236,603,3,1,28581,0,-96.2322,-257.236,369.866,2.79253,86400,0,0,12600,3994,0,0,0,0),(137470,33236,603,3,1,28580,0,-105.483,5.90175,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137471,33236,603,3,1,28580,0,-108.118,-254.129,369.549,2.72271,86400,0,0,12600,3994,0,0,0,0),(137472,33236,603,3,1,28580,0,-486.664,108.629,413.134,3.22886,86400,0,0,12600,3994,0,0,0,0),(137473,33236,603,3,1,28581,0,-193.975,-50.181,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137474,33236,603,3,1,28581,0,-151.347,-22.1387,409.887,3.24631,86400,0,0,12600,3994,0,0,0,0),(137475,33236,603,3,1,28581,0,83.8776,-190.705,414.555,1.55334,86400,0,0,12600,3994,0,0,0,0),(137476,33237,603,3,1,0,0,15.9076,-49.3201,409.877,3.23301,604800,5,0,1575000,0,2,0,0,0),(137477,33237,603,3,1,0,0,-284.58,11.5808,409.929,5.50737,604800,5,0,1575000,0,2,0,0,0),(137478,33237,603,3,1,0,0,71.7274,-208.277,417.976,4.69692,604800,5,0,1575000,0,2,0,0,0),(137479,33237,603,3,1,28517,0,367.031,12.7845,409.887,3.26377,604800,0,0,1575000,0,0,0,0,0),(137480,33237,603,3,1,28517,0,368.768,-46.8479,409.887,3.03687,604800,0,0,1575000,0,0,0,0,0),(137481,33754,603,3,1,0,1,2100.18,-121.067,411.763,5.57664,604800,5,0,754936,0,2,0,0,0),(137482,33754,603,3,1,0,1,2139.12,-192.408,412.3,4.67686,604800,0,0,754936,0,2,0,0,0),(137483,33755,603,3,1,0,1,2096.68,-128.599,411.763,5.5744,604800,5,0,754936,0,2,0,0,0),(137484,33755,603,3,1,0,1,2129.89,-193.11,412.3,4.68864,604800,0,0,754936,0,2,0,0,0),(137485,34267,603,3,1,28112,0,818.097,74.1267,409.887,5.07891,604800,0,0,189000,0,0,0,0,0),(137486,34267,603,3,1,28112,0,785.015,-74.8321,409.887,5.07891,604800,0,0,189000,0,0,0,0,0),(137487,34267,603,3,1,28112,0,812.799,-92.2709,409.887,3.15905,604800,0,0,189000,0,0,0,0,0),(137488,34267,603,3,1,28112,0,804.123,50.6337,409.887,3.15905,604800,0,0,189000,0,0,0,0,0),(137489,34269,603,3,1,29157,0,776.422,-70.3908,409.887,5.28835,604800,0,0,252000,0,0,0,0,0),(1975212,34096,603,3,1,0,0,2057.19,-24.6387,421.531,3.64112,300,0,0,39099,0,0,0,0,0),(1975211,34096,603,3,1,0,0,2035.43,-74.8985,411.356,4.46578,300,0,0,39099,0,0,0,0,0),(137492,34271,603,3,1,29154,0,810.528,74.1406,409.887,5.51524,604800,0,0,252000,0,0,0,0,0),(137493,34271,603,3,1,29154,0,792.158,-86.1298,409.887,5.51524,604800,0,0,252000,0,0,0,0,0),(137494,34273,603,3,1,29156,0,774.313,47.4878,409.887,3.61283,604800,0,0,252000,0,0,0,0,0),(137495,34273,603,3,1,29156,0,807.157,-102.416,409.887,3.61283,604800,0,0,252000,0,0,0,0,0),(137496,33515,603,3,1,28651,1,1956.2,49.3155,411.358,2.84121,604800,0,0,3137625,234190,2,0,0,0),(137498,33264,603,3,1,25723,0,-77.9878,108.991,461.175,1.85005,604800,0,0,189000,0,0,0,0,0),(137499,33264,603,3,1,25723,0,-99.0278,90.033,461.175,3.1765,604800,0,0,189000,0,0,0,0,0),(137500,33264,603,3,1,25723,0,-59.4983,88.467,461.175,0.069813,604800,0,0,189000,0,0,0,0,0),(137501,33264,603,3,1,25723,0,69.2066,-379.868,437.592,2.21657,604800,0,0,189000,0,0,0,0,0),(137502,33264,603,3,1,25723,0,96.2361,-379.455,437.592,1.50098,604800,0,0,189000,0,0,0,0,0),(137503,33264,603,3,1,25723,0,326.148,332.417,436.515,2.32129,604800,0,0,189000,0,0,0,0,0),(137504,33264,603,3,1,25723,0,326.45,304.609,436.515,3.68265,604800,0,0,189000,0,0,0,0,0),(137505,33264,603,3,1,25723,0,-223.929,-279.219,396.084,1.95477,604800,0,0,189000,0,0,0,0,0),(137506,33264,603,3,1,25723,0,-204.524,-297.847,396.084,0.191986,604800,0,0,189000,0,0,0,0,0),(137507,33779,603,3,1,0,0,-642.508,-101.339,518.981,0,180,0,0,1,0,0,0,0,0),(137508,33779,603,3,1,0,0,-666.392,-4.95139,518.596,0,180,0,0,1,0,0,0,0,0),(137509,33779,603,3,1,0,0,-689.106,-50.0527,428.213,0,180,0,0,1,0,0,0,0,0),(1975202,34054,603,3,1,11686,0,68.7679,-325.026,410.818,4.6984,300,0,0,75600,0,0,0,0,0),(1975201,34054,603,3,1,11686,0,73.8978,-29.3306,409.814,3.13546,300,0,0,75600,0,0,0,0,0),(1975200,34054,603,3,1,11686,0,-221.475,-271.087,369.465,4.25072,300,0,0,75600,0,0,0,0,0),(137515,33525,603,3,1,1988,0,2279.63,31.7704,426.672,5.13127,604800,0,0,260660,20405,0,0,0,0),(137516,33525,603,3,1,1988,0,2366.41,20.4424,425.632,3.63029,604800,0,0,260660,20405,0,0,0,0),(137518,33525,603,3,1,1988,0,2334.06,-192.251,438.541,1.46608,604800,0,0,260660,20405,0,0,0,0),(137519,33525,603,3,1,1988,0,2265.14,-57.2977,424.22,2.56563,604800,0,0,260660,20405,0,0,0,0),(137520,33526,603,3,1,28685,0,2273.45,29.8853,426.013,5.61996,604800,0,0,260660,0,0,0,0,0),(137521,33526,603,3,1,28685,0,2365.89,13.3761,424.602,3.10669,604800,0,0,260660,0,0,0,0,0),(137522,33526,603,3,1,28685,0,2329.36,-199.815,439.569,1.22173,604800,0,0,260660,0,0,0,0,0),(137523,33526,603,3,1,28685,0,2259.18,-53.9556,423.883,2.18166,604800,0,0,260660,0,0,0,0,0),(137524,33527,603,3,1,28679,0,2275.3,38.1159,426.972,5.20108,604800,0,0,195495,20405,0,0,0,0),(137525,33527,603,3,1,28679,0,2359.91,16.8428,425.688,3.59538,604800,0,0,195495,20405,0,0,0,0),(137526,33527,603,3,1,28679,0,2325.02,-193.47,439.387,0.715585,604800,0,0,195495,20405,0,0,0,0),(137527,33527,603,3,1,28679,0,2261.25,-61.5676,423.593,1.97222,604800,0,0,195495,20405,0,0,0,0),(137528,33528,603,3,1,28686,0,2267.13,25.0151,428.602,1.16059,604800,0,0,195495,0,2,0,0,0),(137529,33528,603,3,1,28686,0,2366.77,4.8691,427.116,0.530705,604800,0,0,195495,0,2,0,0,0),(137530,33528,603,3,1,28686,0,2258.51,-45.4256,427.925,2.5147,604800,0,0,195495,0,2,0,0,0),(137531,33528,603,3,1,28686,0,2337.47,-207.865,442.294,0.933502,604800,0,0,195495,0,2,0,0,0),(1975905,30260,571,1,4,0,0,7110.67,-2133.14,758.775,5.04282,300,0,0,11379,0,0,0,0,0),(62016,33134,603,3,1,29117,0,1980.28,-25.5868,329.397,3.12414,604800,0,0,199999,212900,0,0,0,0),(68103,33956,603,1,1,0,1,1556.94,144.098,427.308,4.0438,7200,5,0,0,0,1,0,0,0),(137538,33818,603,3,1,29044,1,1780.45,127.111,342.464,5.37561,604800,0,0,337025,33352,0,0,0,0),(137539,33818,603,3,1,29045,1,1894.24,123.477,342.463,3.93455,604800,0,0,337025,33352,0,0,0,0),(137540,33818,603,3,1,29044,1,1906.4,122.771,412.327,4.41568,604800,0,0,337025,33352,0,0,0,0),(137541,33818,603,3,1,29044,1,1848.49,136.632,341.909,4.79,604800,0,0,337025,33352,0,0,0,0),(137542,33819,603,3,1,29049,1,1787.65,125.304,342.462,5.32325,604800,0,0,337025,16676,0,0,0,0),(137543,33819,603,3,1,29049,1,1799.14,114.74,342.367,5.28835,604800,0,0,337025,16676,0,0,0,0),(137544,33819,603,3,1,29051,1,1898.09,131.752,342.464,3.97985,604800,0,0,337025,16676,0,0,0,0),(137545,33819,603,3,1,29049,1,1849.31,127.545,342.056,4.78754,604800,0,0,337025,16676,0,0,0,0),(137546,33819,603,3,1,29050,1,1835.79,135.205,341.937,5.01825,604800,0,0,337025,16676,0,0,0,0),(137547,33820,603,3,1,29053,1,1786.51,109.936,342.465,5.42797,604800,0,0,337025,29183,0,0,0,0),(137548,33820,603,3,1,29053,1,1882.52,128.87,342.461,4.15287,604800,0,0,337025,29183,0,0,0,0),(137549,33820,603,3,1,29052,1,1843.27,122.681,341.533,4.9389,604800,0,0,337025,29183,0,0,0,0),(137550,33822,603,3,1,29047,1,1792.32,131.847,342.461,5.25344,604800,0,0,471835,0,0,0,0,0),(137551,33822,603,3,1,29048,1,1886.38,136.88,342.462,4.16799,604800,0,0,471835,0,0,0,0,0),(137552,33822,603,3,1,29047,1,1899.79,122.475,412.327,5.11381,604800,0,0,471835,0,0,0,0,0),(137553,33822,603,3,1,29048,1,1842.26,131.557,341.921,4.91922,604800,0,0,471835,0,0,0,0,0),(137554,33823,603,3,1,29059,1,1900.61,129.725,412.327,4.88692,604800,0,0,471835,0,0,0,0,0),(137555,33824,603,3,1,29055,1,1878.41,120.502,342.461,4.13243,604800,0,0,337025,0,0,0,0,0),(137556,33824,603,3,1,29055,1,1907.42,129.88,412.327,4.4855,604800,0,0,337025,0,0,0,0,0),(137557,33838,603,3,1,5488,0,1884.78,125.166,342.377,5.76218,604800,5,0,337025,41690,1,0,0,0),(137558,33838,603,3,1,5488,0,1785.83,112.765,342.381,3.32284,604800,5,0,337025,41690,1,0,0,0),(137559,33838,603,3,1,5488,0,1845.32,122.842,341.497,2.25753,604800,5,0,337025,41690,1,0,0,0),(137566,33772,603,3,1,28844,0,1880.17,78.1934,342.465,1.62316,604800,0,0,674050,0,0,0,0,0),(137567,33772,603,3,1,28844,0,1903.91,203.23,417.751,4.69494,604800,0,0,674050,0,0,0,0,0),(137568,33772,603,3,1,28844,0,1820.83,76.6274,342.391,1.74533,604800,0,0,674050,0,0,0,0,0),(137569,33774,603,3,1,0,0,1909.35,79.9488,412.382,1.69297,604800,0,0,67405,0,0,0,0,0),(137570,33774,603,3,1,0,0,1921.19,192.832,418.352,2.60054,604800,0,0,67405,0,0,0,0,0),(137571,33774,603,3,1,0,0,1888.83,139.241,412.382,0,604800,0,0,67405,0,0,0,0,0),(137572,33774,603,3,1,0,0,1924.21,61.8676,412.303,3.33358,604800,0,0,67405,0,0,0,0,0),(137573,33774,603,3,1,0,0,1895.03,177.9,418.355,1.72788,604800,0,0,67405,0,0,0,0,0),(137574,33775,603,3,1,0,0,1918.52,125.251,412.372,4.18879,604800,0,0,67405,0,0,0,0,0),(137575,33775,603,3,1,0,0,1922.04,176.805,418.355,0,604800,0,0,67405,0,0,0,0,0),(137576,33775,603,3,1,0,0,1937.37,66.0447,412.266,0,604800,0,0,67405,0,0,0,0,0),(137577,33775,603,3,1,0,0,1910.81,103.865,412.382,0,604800,0,0,67405,0,0,0,0,0),(137578,33775,603,3,1,0,0,1926.32,82.1256,412.382,5.16617,604800,0,0,67405,0,0,0,0,0),(137579,33775,603,3,1,0,0,1915.45,145.837,412.368,0,604800,0,0,67405,0,0,0,0,0),(137581,33271,603,3,1,28548,0,1852.78,81.3856,342.461,1.65806,604800,0,0,8367000,0,0,0,0,0),(135987,32780,603,3,1,11686,0,2098.97,-281.276,420.229,0.575959,180,0,0,42,0,0,0,0,0),(1975224,33378,603,3,1,11686,0,2104.94,-233.44,433.3,0.785398,604800,0,0,12600,0,0,0,0,0),(203549,29237,571,1,1,0,1,6709.57,-4355.49,440.719,2.40619,120,0,0,1,0,2,0,0,0),(137611,33186,603,3,1,0,0,588,-178,490,1.6,604800,0,0,3555975,0,2,0,0,0),(137590,33287,603,3,1,29035,1,592.503,-98.552,391.6,5.74213,604800,0,0,315000,119820,0,0,0,0),(137591,33287,603,3,1,29034,1,589.533,-95.3228,391.6,5.51524,604800,0,0,315000,119820,0,0,0,0),(137592,33287,603,3,1,29035,1,594.302,-94.3818,391.6,4.81711,604800,0,0,315000,119820,0,0,0,0),(137593,33816,603,3,1,29031,1,570.411,-108.794,391.6,4.13643,604800,0,0,315000,0,0,0,0,0),(137594,33816,603,3,1,29033,1,588.761,-114.866,391.6,4.85202,604800,0,0,315000,0,0,0,0,0),(137595,33816,603,3,1,29032,1,566.474,-103.634,391.6,4.36332,604800,0,0,315000,0,0,0,0,0),(137596,33816,603,3,1,29031,1,596.38,-110.264,391.6,4.85202,604800,0,0,315000,0,0,0,0,0),(137597,33816,603,3,1,29033,1,576.579,-113.111,391.6,4.29351,604800,0,0,315000,0,0,0,0,0),(137598,33816,603,3,1,29032,1,600.748,-104.848,391.608,4.85202,604800,0,0,315000,0,0,0,0,0),(203551,29237,571,1,1,0,1,6806.44,-4302.25,469.189,2.49582,120,0,0,1,0,0,0,0,0),(137612,33210,603,3,1,29030,0,585.667,-104.448,391.6,1.51844,604800,0,0,390990,0,0,0,0,0),(203440,18815,530,1,1,0,0,-4088.19,-11907.1,-1.46852,6.12611,120,0,0,1,0,0,0,0,0),(137614,33259,603,3,1,29037,1,578.177,-107.629,391.6,4.85202,604800,0,0,315000,0,0,0,0,0),(137615,33259,603,3,1,29036,1,588.254,-108.715,391.6,4.99164,604800,0,0,315000,0,0,0,0,0),(137616,33259,603,3,1,29037,1,583.61,-110.936,391.6,4.93928,604800,0,0,315000,0,0,0,0,0),(1975199,34054,603,3,1,11686,0,-81.9207,111.432,434.406,4.59629,300,0,0,75600,0,0,0,0,0),(137630,33350,603,3,1,28578,0,2742.53,2560.99,364.397,1.39626,604800,0,0,1742400,0,0,0,0,0),(1975197,34192,603,3,1,0,0,2633.26,2613.82,371.979,0,900,0,0,1,0,2,0,0,0),(1975196,34192,603,3,1,0,0,2695.92,2677.58,371.979,0,900,0,0,1,0,2,0,0,0),(1975195,34192,603,3,1,0,0,2786.6,2676.5,371.979,0,900,0,0,1,0,2,0,0,0),(1975194,34192,603,3,1,0,0,2817.05,2645.46,372.131,0,900,0,0,1,0,2,0,0,0),(1975193,34192,603,3,1,0,0,2741.21,2676.91,372.082,0,900,0,0,1,0,2,0,0,0),(1975192,34192,603,3,1,0,0,2665.17,2645.48,372.052,0,900,0,0,1,0,2,0,0,0),(1975191,34192,603,3,1,0,0,2635.42,2569.58,372.119,0,900,0,0,1,0,2,0,0,0),(1975190,34192,603,3,1,0,0,2665.73,2493.91,372.361,0,900,0,0,1,0,2,0,0,0),(1975189,34192,603,3,1,0,0,2740.45,2460.89,371.979,0,900,0,0,1,0,2,0,0,0),(1975188,34192,603,3,1,0,0,2816.81,2493.43,372.293,0,900,0,0,1,0,2,0,0,0),(1975187,34192,603,3,1,0,0,2783.89,2463.77,371.979,0,900,0,0,1,0,2,0,0,0),(1975186,34192,603,3,1,0,0,2697.08,2464.68,371.979,0,900,0,0,1,0,2,0,0,0),(1975185,34192,603,3,1,0,0,2636.18,2525.54,371.979,0,900,0,0,1,0,2,0,0,0),(1975184,34192,603,3,1,0,0,2635.76,2612.39,371.979,0,900,0,0,1,0,2,0,0,0),(1975183,34192,603,3,1,0,0,2699.38,2674.72,371.979,0,900,0,0,1,0,2,0,0,0),(1975182,34192,603,3,1,0,0,2785.94,2673.87,371.979,0,900,0,0,1,0,2,0,0,0),(135787,33432,603,3,1,28831,0,2744.65,2569.46,364.397,3.14159,604800,0,0,1742400,0,0,0,0,0),(1975198,34054,603,3,1,11686,0,-508.898,-32.9631,409.802,3.28074,300,0,0,75600,0,0,0,0,0),(40271,28538,571,1,1,0,1,6197.03,4772.67,221.593,4.62512,120,0,0,1,0,0,0,0,0),(1974608,28537,571,1,1,0,0,5549.76,5768.46,-74.374,0,300,0,0,1,0,0,0,0,0),(200011,24116,571,1,1,0,1,2315.69,-5998.78,2.62002,5.4907,25,0,0,7984,0,0,0,0,0),(200012,24116,571,1,1,0,1,2314.73,-5988.56,1.92231,5.22366,25,0,0,7984,0,0,0,0,0),(48324,31146,1,1,1,27510,0,9908.89,2251.49,1330.83,5.8294,180,0,0,24009944,0,0,0,0,0),(48325,31146,0,1,1,27510,0,-4927.08,-1189.76,501.737,2.9147,180,0,0,24009944,0,0,0,0,0),(48326,31146,0,1,1,27510,0,1764.94,351.16,-62.205,4.92183,180,0,0,24009944,0,0,0,0,0),(48327,32666,1,1,1,28047,0,9992.76,2259.3,1330.94,3.80482,180,0,0,1,0,0,0,0,0),(48334,32666,1,1,1,28047,0,10005.8,2247.55,1329.01,3.82227,180,0,0,1,0,0,0,0,0),(48335,32666,0,1,1,28047,0,-4936.08,-1138.78,501.541,6.16101,180,0,0,1,0,0,0,0,0),(48336,32666,0,1,1,28047,0,-4937.19,-1146.85,501.572,6.16101,180,0,0,1,0,0,0,0,0),(48337,32666,0,1,1,28047,0,1784.1,343.906,-62.2654,2.94961,180,0,0,1,0,0,0,0,0),(48338,32667,1,1,1,28047,0,9902.29,2245.93,1330.11,5.60251,180,0,0,1,0,0,0,0,0),(48339,32667,1,1,1,28047,0,9913.17,2259.14,1331.05,5.51524,180,0,0,1,0,0,0,0,0),(48340,32667,0,1,1,28047,0,-4912.55,-1154.93,501.612,2.94961,180,0,0,1,0,0,0,0,0),(48341,32667,0,1,1,28047,0,-4912.79,-1146,501.521,3.07178,180,0,0,1,0,0,0,0,0),(48342,32667,0,1,1,28047,0,1782.26,337.746,-62.226,2.86234,180,0,0,1,0,0,0,0,0),(48343,29289,0,1,1,26108,1,-8421.69,1296.31,20.9944,6.24828,180,0,0,955,0,0,0,0,0),(49578,29290,0,1,1,26109,0,-8419.88,1294.73,20.9943,1.48353,180,0,0,955,0,0,0,0,0),(49579,29287,0,1,1,26106,1,-8417.92,1296.43,20.9943,3.49066,180,0,0,955,0,0,0,0,0),(49580,29288,0,1,1,26107,1,-8419.86,1298.6,20.9102,6.06932,180,0,0,42,0,2,0,0,0),(49581,29293,0,1,1,26112,1,-8415.39,1315.59,11.291,0.331613,180,0,0,84,0,0,0,0,0),(49582,29294,0,1,1,26113,1,-8424.94,1315.58,11.2892,2.89725,180,0,0,84,0,0,0,0,0),(49583,29299,0,1,1,26118,1,-8421.48,1320.56,11.2073,5.58505,180,0,0,42,0,0,0,0,0),(49584,29297,0,1,1,26116,1,-8417.6,1327.71,11.025,0.089029,180,0,0,42,0,2,0,0,0),(49585,29292,0,1,1,26111,1,-8424.85,1322.82,11.1324,3.26377,180,0,0,84,0,0,0,0,0),(49586,29291,0,1,1,26110,1,-8419.32,1318.84,11.283,2.42601,180,0,0,42,0,0,0,0,0),(49587,29295,0,1,1,26114,1,-8415.68,1323.13,11.1275,5.95157,180,0,0,84,0,0,0,0,0),(49588,29300,0,1,1,26119,1,-8417.35,1332.03,11.0413,3.81238,180,0,0,42,0,2,0,0,0),(49589,29298,0,1,1,26117,1,-8421.58,1349.52,13.4616,1.51844,180,0,0,955,0,0,0,0,0),(49590,17103,0,1,1,16854,0,-8442.97,325.454,122.246,1.93731,180,0,0,2564,2434,0,0,0,0),(49591,24729,0,1,1,344,0,-8408.96,490.48,124.058,1.84221,180,5,0,8982,0,1,0,0,0),(49592,28650,0,1,1,25591,1,-8641.18,1331.08,5.31558,4.95674,180,0,0,1848,0,0,0,0,0),(49649,29296,0,1,1,26115,1,-8432.93,1319.45,6.70441,3.03687,180,5,0,42,0,2,0,0,0),(28675,18207,530,1,1,0,1,-1533.62,8481.93,-4.10242,5.71476,300,0,0,1000,6229,0,0,0,0),(28676,18207,530,1,1,0,1,-1530.73,8484.16,-4.10242,5.20819,300,0,0,1000,6229,0,0,0,0),(28678,18207,530,1,1,0,1,-1496.64,8565.37,7.26011,5.34956,300,0,0,1000,6229,0,0,0,0),(28679,18207,530,1,1,0,1,-1489.77,8566.64,7.26014,6.26062,300,0,0,1000,6229,0,0,0,0),(28680,18207,530,1,1,0,1,-1492.31,8573,7.2602,5.35349,300,0,0,1000,6229,0,0,0,0),(28681,18207,530,1,1,0,1,-1463.05,8405.77,-0.0208871,2.07424,300,0,0,1000,6229,0,0,0,0),(28682,18207,530,1,1,0,1,-1476.8,8417.78,0.972544,3.73824,300,0,0,1000,6229,0,0,0,0),(28683,18202,530,1,1,0,1,-1678.58,8496.61,-19.6745,3.87301,300,5,0,4731,2790,1,0,0,0),(28684,18202,530,1,1,0,1,-1641.91,8445.84,-17.8104,0.641091,300,5,0,4731,2790,1,0,0,0),(28685,18202,530,1,1,0,1,-1625.15,8419.38,-20.4938,1.01808,300,5,0,4731,2790,1,0,0,0),(28686,32719,571,1,1,28196,1,5960.95,598.314,650.627,4.33784,300,0,0,10635,3561,2,0,0,0),(28687,25523,571,1,2,0,1,1469.91,5407.01,38.1341,5.85497,300,0,0,42,0,0,0,0,0),(28689,25523,571,1,2,0,1,1480.28,5419.95,38.1331,5.45442,300,0,0,42,0,0,0,0,0),(28690,25523,571,1,2,0,1,1312.04,5448.42,6.49323,4.04856,300,0,0,42,0,0,0,0,0),(28691,25523,571,1,2,0,1,1305.91,5545.42,5.55245,5.55649,300,0,0,42,0,0,0,0,0),(28692,25523,571,1,2,0,1,1368.64,5597.19,12.2564,1.32712,300,0,0,42,0,0,0,0,0),(28693,25523,571,1,2,0,1,1303.86,5584.34,5.33715,0.906931,300,0,0,42,0,0,0,0,0),(28694,25523,571,1,2,0,1,1462.79,5775.25,0.445026,3.61468,300,0,0,42,0,0,0,0,0),(28695,25523,571,1,2,0,1,1443.62,5787.06,0.310595,4.79278,300,0,0,42,0,0,0,0,0),(28696,25523,571,1,2,0,1,1483.08,5744.7,23.601,4.20118,300,0,0,42,0,0,0,0,0),(28697,25523,571,1,2,0,1,1404.93,5730.39,23.6013,2.20633,300,0,0,42,0,0,0,0,0),(28698,25523,571,1,2,0,1,1496.75,5818.3,2.29096,0.665511,300,0,0,42,0,0,0,0,0),(28699,25523,571,1,2,0,1,1480.81,5831.38,3.20737,0.740123,300,0,0,42,0,0,0,0,0),(28700,25523,571,1,2,0,1,1437.39,5856.25,12.4842,4.3883,300,0,0,42,0,0,0,0,0),(28701,25523,571,1,2,0,1,1420.82,5832.01,11.7197,1.96927,300,0,0,42,0,0,0,0,0),(28702,25523,571,1,2,0,1,1315.87,5810.02,6.03121,2.98635,300,0,0,42,0,0,0,0,0),(28703,25523,571,1,2,0,1,1328.21,5813.35,6.08142,4.00345,300,0,0,42,0,0,0,0,0),(28704,25523,571,1,2,0,1,1317.86,5923.5,6.27113,2.84106,300,0,0,42,0,0,0,0,0),(46851,25523,571,1,2,0,1,1332.48,5950.37,20.7946,1.27812,300,0,0,42,0,0,0,0,0),(46857,25523,571,1,2,0,1,1316.66,5970.99,22.2444,6.24969,300,0,0,42,0,0,0,0,0),(46858,25523,571,1,2,0,1,1349.68,5980.39,22.9115,3.9367,300,0,0,42,0,0,0,0,0),(54486,25523,571,1,2,0,1,1397.61,5994.96,5.29399,1.89073,300,0,0,42,0,0,0,0,0),(54487,25523,571,1,2,0,1,1432.08,5990.61,1.79569,0.496655,300,0,0,42,0,0,0,0,0),(54488,25523,571,1,2,0,1,1386.87,5970.73,7.42058,1.80042,300,0,0,42,0,0,0,0,0),(54489,25523,571,1,2,0,1,1451.68,5917.21,0.561834,4.47136,300,0,0,42,0,0,0,0,0),(54490,25520,571,1,2,0,1,1442.93,5425.55,28.3733,1.92799,300,0,0,5588,6882,0,0,0,0),(54491,25520,571,1,2,0,1,1456.81,5443.9,28.3733,2.94115,300,0,0,5588,6882,0,0,0,0),(54492,25520,571,1,2,0,1,1363.75,5568.55,14.0011,1.12295,300,0,0,5588,6882,0,0,0,0),(54493,25520,571,1,2,0,1,1283.01,5683.59,12.184,5.80393,300,0,0,5588,6882,0,0,0,0),(54494,25520,571,1,2,0,1,1315.79,5682.9,12.1825,4.04858,300,0,0,5588,6882,0,0,0,0),(54495,25520,571,1,2,0,1,1414.24,5781.64,23.6015,5.54422,300,0,0,5588,6882,0,0,0,0),(54496,25520,571,1,2,0,1,1421.14,5722.18,23.6519,4.26009,300,0,0,5588,6882,0,0,0,0),(54497,25520,571,1,2,0,1,1428.04,5795.94,2.16253,2.6029,300,0,0,5588,6882,0,0,0,0),(54498,25520,571,1,2,0,1,1468.63,5745.18,1.98743,3.81633,300,0,0,5588,6882,0,0,0,0),(54499,25520,571,1,2,0,1,1461.28,5741.03,1.55504,0.820033,300,0,0,5588,6882,0,0,0,0),(54506,25613,571,1,2,0,0,1346.84,5765.82,6.69486,1.75127,300,0,0,6986,2991,0,0,0,0),(54507,25613,571,1,2,0,0,1356.45,5775.64,6.60162,3.08252,300,0,0,6986,2991,0,0,0,0),(54508,25613,571,1,2,0,0,1344.27,5787.23,7.16576,4.8418,300,0,0,6986,2991,0,0,0,0),(54509,25613,571,1,2,0,0,1390.22,5871.86,14.4485,2.1073,300,0,0,6986,2991,0,0,0,0),(54510,25613,571,1,2,0,0,1335.09,5777.3,7.15269,6.15734,300,0,0,6986,2991,0,0,0,0),(54511,25613,571,1,2,0,0,1393.8,5898.21,14.0441,3.9956,300,0,0,6986,2991,0,0,0,0),(54512,25613,571,1,2,0,0,1368.21,5892.79,14.5072,5.82557,300,0,0,6986,2991,0,0,0,0),(54513,25613,571,1,2,0,0,1294.3,5872.97,8.51053,5.60566,300,0,0,6986,2991,0,0,0,0),(54514,25613,571,1,2,0,0,1756.03,6061.84,1.21512,2.86912,300,0,0,6986,2991,0,0,0,0),(54515,25613,571,1,2,0,0,1778.28,6079.28,2.93405,5.91646,300,0,0,6986,2991,0,0,0,0),(54517,25613,571,1,2,0,0,1822.46,6056.46,2.23252,3.14008,300,0,0,6986,2991,0,0,0,0),(54518,25613,571,1,2,0,0,1932.76,6065.55,11.5165,0.913434,300,0,0,6986,2991,0,0,0,0),(54519,25613,571,1,2,0,0,1946.18,6042.86,11.5139,2.68451,300,0,0,6986,2991,0,0,0,0),(54520,25613,571,1,2,0,0,1921.35,5712.5,5.19398,1.89516,300,0,0,6986,2991,0,0,0,0),(54521,25613,571,1,2,0,0,1867.55,5663.52,0.170729,0.512856,300,0,0,6986,2991,0,0,0,0),(54522,25613,571,1,2,0,0,1381.67,5803.75,6.08484,2.47271,300,0,0,6986,2991,0,0,0,0),(54523,25613,571,1,2,0,0,1362.91,5818.55,6.08484,5.59075,300,0,0,6986,2991,0,0,0,0),(110300,25496,571,1,2,25774,1,3067.6,6705.61,6.23012,2.25591,300,0,0,6986,0,2,0,0,0),(110299,25496,571,1,2,25772,1,3012.58,6702.13,13.1628,4.46804,300,5,0,6986,0,1,0,0,0),(110298,25496,571,1,2,25772,1,2940.79,6802.77,6.87714,0.261042,300,5,0,6986,0,1,0,0,0),(110296,25496,571,1,2,25774,1,2963.03,6742.64,12.3869,3.43066,300,5,0,6986,0,1,0,0,0),(110295,25496,571,1,2,25772,1,3028.06,6781.27,1.26637,1.62316,300,0,0,6986,0,0,0,0,0),(110294,25496,571,1,2,25772,1,3096.6,6665.2,8.75314,1.26325,300,5,0,6986,0,1,0,0,0),(110293,25496,571,1,2,25774,1,2912.25,6851.35,0.765916,3.89208,300,0,0,6986,0,0,0,0,0),(110292,25496,571,1,2,25774,1,3040.44,6747.63,3.05311,0.226893,300,0,0,6986,0,0,0,0,0),(110291,25496,571,1,2,25772,1,2878.3,6845.25,0.473201,3.87463,300,0,0,6986,0,0,0,0,0),(110290,25496,571,1,2,25774,1,2866.25,6772.54,17.1903,1.81514,300,0,0,6986,0,0,0,0,0),(110289,25496,571,1,2,25772,1,2962.33,6723.83,14.702,4.18879,300,0,0,6986,0,0,0,0,0),(110288,25496,571,1,2,25774,1,2865.26,6727.84,25.7534,2.05388,300,5,0,6986,0,1,0,0,0),(110287,25496,571,1,2,25772,1,2816.21,6785.91,5.72963,2.41477,300,0,0,6986,0,0,0,0,0),(110286,25496,571,1,2,25774,1,2875.06,6871.38,0.713078,3.82227,300,0,0,6986,0,0,0,0,0),(110285,25496,571,1,2,25772,1,2894.1,6769.12,18.4748,2.44346,300,0,0,6986,0,0,0,0,0),(112683,25521,571,1,2,25632,1,1785.8,6043.32,1.75657,0.890118,300,0,0,6986,0,0,0,0,0),(55335,25521,571,1,2,25632,1,1798.01,6045.21,2.1009,1.1491,300,0,0,6986,0,0,0,0,0),(56322,25521,571,1,2,25632,1,1921.12,6030.53,10.0922,3.70161,300,0,0,6986,0,0,0,0,0),(56325,25521,571,1,2,25632,1,1902.67,6042.26,6.12,4.82864,300,0,0,6986,0,0,0,0,0),(56327,25521,571,1,2,25632,1,1919.22,6071.71,7.81293,0.77599,300,0,0,6986,0,0,0,0,0),(112764,25522,571,1,2,25632,1,1949.82,5779.81,10.0687,3.6368,300,0,0,6986,0,2,0,0,0),(112765,25522,571,1,2,25632,1,1966.35,5823.47,15.8059,6.17846,300,0,0,6986,0,0,0,0,0),(112766,25522,571,1,2,25632,1,1821.65,5874.96,2.70589,4.8256,300,0,0,6986,0,2,0,0,0),(56726,25522,571,1,2,25632,1,1796.22,6055.87,2.86606,0.406895,300,0,0,6986,0,0,0,0,0),(56752,25522,571,1,2,25632,1,1970.54,5965.78,15.464,0.277249,300,0,0,6986,0,0,0,0,0),(56806,25522,571,1,2,25632,1,1837.9,5896.74,1.89987,2.73946,300,0,0,6986,0,0,0,0,0),(56807,24576,571,1,2,11253,0,1405.62,5972.79,6.1351,6.1351,300,0,0,6986,0,0,0,0,0),(56808,24576,571,1,2,11253,0,1407.45,5973.78,5.97747,3.45427,300,0,0,6986,0,0,0,0,0),(56809,24576,571,1,2,11253,0,1409.29,5973.32,5.53249,4.43602,300,0,0,6986,0,0,0,0,0),(56810,24576,571,1,2,11253,0,1375.37,5810.94,6.08493,0.147736,300,0,0,6986,0,0,0,0,0),(56811,24576,571,1,2,11253,0,1371.88,5810.42,6.08493,0.147736,300,0,0,6986,0,0,0,0,0),(56812,24576,571,1,2,11253,0,1307.15,5672.84,12.1843,1.68319,300,0,0,6986,0,0,0,0,0),(56813,24576,571,1,2,11253,0,1302.55,5668.95,12.1843,3.1244,300,0,0,6986,0,0,0,0,0),(56814,24576,571,1,2,11253,0,1324.26,5986.06,23.5925,1.88169,300,0,0,6986,0,0,0,0,0),(56815,24576,571,1,2,11253,0,1322.31,5984.39,24.0223,1.80315,300,0,0,6986,0,0,0,0,0),(125527,25244,571,1,1,23009,1,2692.11,6056.49,63.6523,3.9619,300,0,0,14889,0,0,0,0,0),(125528,25244,571,1,1,23016,1,2695.87,6056.62,63.6523,5.55399,300,0,0,14889,0,0,0,0,0),(125529,25244,571,1,1,23016,1,2710.71,6101.57,72.9673,2.75762,300,0,0,14889,0,0,0,0,0),(125530,25244,571,1,1,23016,1,2728.31,6067.11,69.7571,4.13643,300,0,0,14889,0,0,0,0,0),(125531,25244,571,1,1,23016,1,2734.08,6061.94,69.7571,4.59022,300,0,0,14889,0,0,0,0,0),(125532,25244,571,1,1,23009,1,2710.1,6189.4,72.5854,3.01942,300,0,0,14889,0,0,0,0,0),(125533,25244,571,1,1,23016,1,2716.74,6182.39,72.5854,3.54302,300,0,0,14889,0,0,0,0,0),(56816,25244,571,1,2,23016,1,1326.36,5982.71,23.4442,5.91079,300,0,0,14889,0,0,0,0,0),(56817,25244,571,1,2,23016,1,1322.35,5980.42,23.9347,3.00089,300,0,0,14889,0,0,0,0,0),(56818,24662,571,1,2,6766,0,1766.39,6059.35,1.16118,5.71619,300,0,0,6986,0,0,0,0,0),(56819,24662,571,1,2,6766,0,1781.64,6077.79,2.89936,5.66121,300,0,0,6986,0,0,0,0,0),(117304,25311,571,1,1,23077,1,2247.3,5460.6,4.24307,1.85005,300,0,0,7984,0,0,0,0,0),(56820,25311,571,1,1,23077,1,2309.22,5411.24,1.73823,6.20317,300,0,0,7984,0,0,0,0,0),(56822,25311,571,1,1,23077,1,2307.86,5413.25,1.92238,0.579596,300,0,0,7984,0,0,0,0,0),(56823,25311,571,1,1,23077,1,2309.69,5408.93,1.62117,0.11621,300,0,0,7984,0,0,0,0,0),(56825,25311,571,1,1,23077,1,2309.61,5406.2,1.61826,0.210458,300,0,0,7984,0,0,0,0,0),(56826,25311,571,1,1,23077,1,2308.61,5403.39,1.61674,6.12058,300,0,0,7984,0,0,0,0,0),(56827,25617,571,1,1,23280,1,2670.64,5288.98,29.4688,0.77284,300,0,0,7984,0,0,0,0,0),(56828,24566,571,1,1,23819,0,2928.23,6107.74,77.7131,4.34569,300,5,0,6986,0,1,0,0,0),(56829,24566,571,1,1,23819,0,6133.24,6133.24,77.6911,2.07628,300,5,0,6986,0,1,0,0,0),(56830,24566,571,1,1,23819,0,2897.63,6162.55,77.683,1.51079,300,5,0,6986,0,1,0,0,0),(56831,24566,571,1,1,23819,0,2895.74,6212.71,77.6931,1.67573,300,5,0,6986,0,1,0,0,0),(56832,24566,571,1,1,23819,0,2867.17,6242.72,77.6928,2.67711,300,5,0,6986,0,1,0,0,0),(56833,24566,571,1,1,23819,0,2815.27,6250.28,77.6926,2.0213,300,5,0,6986,0,1,0,0,0),(56834,24566,571,1,1,23819,0,2791.18,6275.05,77.693,5.57522,300,5,0,6986,0,1,0,0,0),(56835,24566,571,1,1,23819,0,2987.64,6131.54,61.8751,2.21373,300,5,0,6986,0,1,0,0,0),(56836,24566,571,1,1,23819,0,2964.54,6150,61.3886,4.05941,300,5,0,6986,0,1,0,0,0),(56837,24566,571,1,1,23819,0,2973.69,6175.12,61.1313,3.80416,300,5,0,6986,0,1,0,0,0),(56838,24566,571,1,1,23819,0,2944.38,6184.81,60.7843,5.04509,300,5,0,6986,0,1,0,0,0),(56839,24566,571,1,1,23819,0,2949.26,6157.6,61.1451,5.86976,300,5,0,6986,0,1,0,0,0),(56840,24566,571,1,1,23819,0,2944.14,6227.1,61.7136,1.87208,300,5,0,6986,0,1,0,0,0),(56841,24566,571,1,1,23819,0,2930.87,6256.05,61.4372,3.01483,300,5,0,6986,0,1,0,0,0),(56842,24566,571,1,1,23819,0,2905.35,6273.57,60.9344,2.1077,300,5,0,6986,0,1,0,0,0),(56843,24566,571,1,1,23819,0,2862.78,6280.05,61.8276,3.30543,300,5,0,6986,0,1,0,0,0),(56844,24566,571,1,1,23819,0,2729.22,6295.17,60.606,4.83695,300,5,0,6986,0,1,0,0,0),(56845,24566,571,1,1,23819,0,2745.07,6240.67,77.8744,3.61958,300,5,0,6986,0,1,0,0,0),(56846,24566,571,1,1,23819,0,2681.7,6224.31,39.6362,3.44679,300,5,0,6986,0,1,0,0,0),(56847,24566,571,1,1,23819,0,2625.77,6174.58,40.1589,4.39712,300,5,0,6986,0,1,0,0,0),(56848,24566,571,1,1,23819,0,2603.06,6168.51,38.6469,5.24927,300,5,0,6986,0,1,0,0,0),(56849,24566,571,1,1,23819,0,2633.93,6141.73,40.1347,0.0774255,300,5,0,6986,0,1,0,0,0),(56850,24566,571,1,1,23819,0,2654.66,6158.3,39.8098,3.65492,300,5,0,6986,0,1,0,0,0),(56851,24566,571,1,1,23819,0,2676.99,6141.12,39.8514,4.73484,300,5,0,6986,0,1,0,0,0),(56852,24566,571,1,1,23819,0,2652.92,6118.9,38.2052,6.20746,300,5,0,6986,0,1,0,0,0),(56853,24566,571,1,1,23819,0,2682.42,6115.99,40.0871,3.20724,300,5,0,6986,0,1,0,0,0),(56854,24566,571,1,1,23819,0,2611.12,6071.23,53.8077,6.27421,300,5,0,6986,0,1,0,0,0),(56855,24566,571,1,1,23819,0,2577.78,6141.92,53.8753,4.5267,300,5,0,6986,0,1,0,0,0),(56856,24566,571,1,1,23819,0,2530.77,6139.63,54.3231,2.07233,300,5,0,6986,0,1,0,0,0),(132909,25294,571,1,1,23880,0,2623.44,5969.45,89.7904,5.39362,180,5,0,7984,0,1,0,0,0),(56857,25294,571,1,1,23880,0,3048.59,6075.71,127.63,1.73973,180,5,0,7984,0,1,0,0,0),(56858,25294,571,1,1,23880,0,2588.35,6034.54,87.2928,0.0668432,180,5,0,7984,0,1,0,0,0),(133091,24562,571,1,1,25237,0,2688.71,5915.22,90.7218,4.7849,180,5,0,6986,0,1,0,0,0),(56859,24562,571,1,1,25237,0,3011.61,6082.33,139.478,0.856159,300,5,0,6986,0,1,0,0,0),(56860,24562,571,1,1,25237,0,3042.63,6150.67,134.713,2.13243,300,5,0,6986,0,1,0,0,0),(56861,24562,571,1,1,25237,0,2627.43,6043.72,61.6872,2.97284,300,5,0,6986,0,1,0,0,0),(57026,25445,571,1,1,23916,0,2726.78,6015.23,45.8314,2.45055,300,5,0,6986,0,1,0,0,0),(57028,25445,571,1,1,23916,0,2655.55,6202.33,53.4808,0.812991,300,5,0,6986,0,1,0,0,0),(57029,25445,571,1,1,23916,0,2818.97,6294.48,79.332,6.05945,300,5,0,6986,0,1,0,0,0),(57030,25445,571,1,1,23916,0,2981.27,6143.09,77.1213,2.12853,300,5,0,6986,0,1,0,0,0),(57031,25611,571,1,1,22181,0,2797.15,6620.25,48.2494,4.70909,300,0,0,7984,0,2,0,0,0),(57032,25611,571,1,1,22181,0,2852.62,6391.33,94.7617,4.82689,300,5,0,7984,0,1,0,0,0),(57033,25479,571,1,2,0,0,2355.15,6738.72,0.362939,3.23646,300,0,0,6986,2991,0,0,0,0),(57034,25479,571,1,2,0,0,2366.83,6772.9,0.00206021,3.16577,300,0,0,6986,2991,0,0,0,0),(57035,25479,571,1,2,0,0,2412.4,6794.3,2.34554,0.4797,300,0,0,6986,2991,0,0,0,0),(57036,25479,571,1,2,0,0,2434.25,6791.35,5.48058,2.4589,300,0,0,6986,2991,0,0,0,0),(57040,25479,571,1,2,0,0,2395.37,6899.99,-0.466291,2.10155,300,0,0,6986,2991,0,0,0,0),(57042,25479,571,1,2,0,0,2455.18,6890.02,-0.460029,6.16206,300,0,0,6986,2991,0,0,0,0),(57043,25479,571,1,2,0,0,2474.2,6929.79,-0.472153,1.25332,300,0,0,6986,2991,0,0,0,0),(57044,25479,571,1,2,0,0,2563.84,6883.57,-0.460322,1.94839,300,0,0,6986,2991,0,0,0,0),(57045,25479,571,1,2,0,0,2579.05,6899.5,-0.460322,3.12649,300,0,0,6986,2991,0,0,0,0),(57046,25479,571,1,2,0,0,2562.24,6915.68,0.00116182,4.54208,300,0,0,6986,2991,0,0,0,0),(57047,25479,571,1,2,0,0,2583.98,6850.37,10.7182,1.82068,300,0,0,6986,2991,0,0,0,0),(57048,25479,571,1,2,0,0,2971.69,6865.27,0.635937,1.02742,300,0,0,6986,2991,0,0,0,0),(57049,25479,571,1,2,0,0,2997.78,6853.49,3.50702,0.948883,300,0,0,6986,2991,0,0,0,0),(57050,25479,571,1,2,0,0,3009.42,6807.95,0.980674,0.36376,300,0,0,6986,2991,0,0,0,0),(57051,25479,571,1,2,0,0,2943.24,6745.87,12.7632,1.48687,300,0,0,6986,2991,0,0,0,0),(57052,25479,571,1,2,0,0,2933.21,6768.46,10.6687,5.89686,300,0,0,6986,2991,0,0,0,0),(57053,25479,571,1,2,0,0,2980.35,6706.45,23.9792,4.40463,300,0,0,6986,2991,0,0,0,0),(57067,25496,571,1,2,25772,1,2463.72,6826.19,2.96335,2.53556,300,0,0,6986,0,0,0,0,0),(57068,25496,571,1,2,25772,1,2476.01,6793,5.63331,4.42837,300,0,0,6986,0,0,0,0,0),(57069,25496,571,1,2,25772,1,2405.62,2522.57,4.15623,6.12483,300,0,0,6986,0,0,0,0,0),(57070,25496,571,1,2,25774,1,2922.78,6736.91,14.0722,5.07325,300,0,0,6986,0,0,0,0,0),(57071,25496,571,1,2,25774,1,2882.26,6741.42,13.9965,2.85643,300,5,0,6986,0,1,0,0,0),(57072,25496,571,1,2,25774,1,2852.88,6747.08,14.704,4.98091,300,0,0,6986,0,0,0,0,0),(118536,25839,571,1,1,22578,1,2753,5175.83,29.6187,1.82556,300,0,0,7984,0,0,0,0,0),(57073,25839,571,1,1,22578,1,2488.7,5090.33,4.8153,3.57288,300,0,0,7984,0,0,0,0,0),(57074,25839,571,1,1,22578,1,2499.59,5069.63,4.69369,4.46823,300,0,0,7984,0,0,0,0,0),(57075,25839,571,1,1,22578,1,2451.86,5027.36,1.09429,6.08615,300,0,0,7984,0,0,0,0,0),(57076,25839,571,1,1,22578,1,2438.51,5057.43,3.52946,3.19589,300,0,0,7984,0,0,0,0,0),(57077,25839,571,1,1,22578,1,2443.36,5085.82,4.55648,5.89766,300,0,0,7984,0,0,0,0,0),(57078,28382,571,1,1,26361,1,2791.96,4693.6,1.85934,0.211245,300,0,0,4278,0,0,0,0,0),(98228,24601,571,1,1,23313,0,3900.2,4431.45,12.5295,2.80343,300,5,0,8982,0,1,0,0,0),(57079,24601,571,1,1,23313,0,4020.82,4606.51,-2.51958,4.00027,300,5,0,8982,0,1,0,0,0),(57080,24601,571,1,1,23313,0,3984.86,4587.54,-2.51679,4.9938,300,5,0,8982,0,1,0,0,0),(57081,24601,571,1,1,23313,0,3962.66,4562.55,-2.08316,2.5198,300,5,0,8982,0,1,0,0,0),(57082,24601,571,1,1,23313,0,3938.99,4597.68,-2.51728,4.17306,300,5,0,8982,0,1,0,0,0),(57083,24601,571,1,1,23313,0,3893.18,4575.04,-2.40378,2.70436,300,5,0,8982,0,1,0,0,0),(57084,24601,571,1,1,23313,0,3858.02,4588.6,-2.41714,2.04463,300,5,0,8982,0,1,0,0,0),(57085,24601,571,1,1,23313,0,3829.56,4551.92,-2.41574,3.8157,300,5,0,8982,0,1,0,0,0),(57086,24601,571,1,1,23313,0,3809.51,4587.79,1.13681,3.79607,300,5,0,8982,0,1,0,0,0),(57087,24601,571,1,1,23313,0,3785.07,4554,-2.32658,0.485608,300,5,0,8982,0,1,0,0,0),(57088,24601,571,1,1,23313,0,3614.84,4381.21,-2.10986,1.1257,300,5,0,8982,0,1,0,0,0),(57089,24601,571,1,1,23313,0,3549.96,4422.09,-2.13926,4.18876,300,5,0,8982,0,1,0,0,0),(57090,24601,571,1,1,23313,0,3522.83,4442.22,-0.649035,5.57892,300,5,0,8982,0,1,0,0,0),(57091,24601,571,1,1,23313,0,3508.8,4389.31,-2.13908,2.37057,300,5,0,8982,0,1,0,0,0),(57092,24601,571,1,1,23313,0,3478.86,4411.47,-1.16681,5.72815,300,5,0,8982,0,1,0,0,0),(57093,24601,571,1,1,23313,0,3456.11,4393.1,-2.12001,0.116483,300,5,0,8982,0,1,0,0,0),(57094,24601,571,1,1,23313,0,3479.59,4351.11,-2.13855,1.83651,300,5,0,8982,0,1,0,0,0),(57095,24601,571,1,1,23313,0,3719.21,4317.38,12.6364,5.69279,300,5,0,8982,0,1,0,0,0),(57096,24601,571,1,1,23313,0,3684.07,4276.66,12.7234,1.19245,300,5,0,8982,0,1,0,0,0),(57097,24601,571,1,1,23313,0,3616.79,4232.99,12.4841,2.3784,300,5,0,8982,0,1,0,0,0),(57098,24601,571,1,1,23313,0,3620.86,4281.88,12.4832,2.91247,300,5,0,8982,0,1,0,0,0),(57099,24601,571,1,1,23313,0,3582.85,4251.54,12.4832,1.91501,300,5,0,8982,0,1,0,0,0),(57100,24601,571,1,1,23313,0,3582.89,4314.25,12.6845,4.44006,300,5,0,8982,0,1,0,0,0),(57101,24601,571,1,1,23313,0,3544.36,4288.85,12.4839,0.862572,300,5,0,8982,0,1,0,0,0),(57102,24601,571,1,1,23313,0,3447.75,4293.63,12.6298,2.44121,300,5,0,8982,0,1,0,0,0),(57103,24601,571,1,1,23313,0,3379.83,4282.34,12.5108,3.10881,300,5,0,8982,0,1,0,0,0),(57104,24601,571,1,1,23313,0,3390.59,4348.64,12.5105,3.39548,300,5,0,8982,0,1,0,0,0),(57105,24601,571,1,1,23313,0,3347.15,4310.53,12.5098,2.8614,300,5,0,8982,0,1,0,0,0),(57106,24601,571,1,1,23313,0,3318.69,4335.59,12.5098,3.77639,300,5,0,8982,0,1,0,0,0),(57107,24601,571,1,1,23313,0,3340.82,4384.14,12.5117,4.06306,300,5,0,8982,0,1,0,0,0),(57108,24601,571,1,1,23313,0,3423.29,4425.81,-2.15355,2.28976,300,5,0,8982,0,1,0,0,0),(57109,25622,571,1,1,23571,0,3462.57,4499.76,-14.3893,0.631824,300,5,0,8982,0,1,0,0,0),(57110,25622,571,1,1,23571,0,3514.68,4532.1,-12.9955,0.761414,300,5,0,8982,0,1,0,0,0),(57111,25622,571,1,1,23571,0,3512.88,4496.28,-12.9934,2.79167,300,5,0,8982,0,1,0,0,0),(57112,25622,571,1,1,23571,0,3539.06,4655.95,-10.7729,5.46595,300,5,0,8982,0,1,0,0,0),(57113,25622,571,1,1,23571,0,3508.7,4687.1,-13.6712,4.82585,300,5,0,8982,0,1,0,0,0),(57114,25622,571,1,1,23571,0,3518.2,4718.4,-12.9951,4.55882,300,5,0,8982,0,1,0,0,0),(57115,25622,571,1,1,23571,0,3509.3,4754.92,1.24265,0.0388474,300,5,0,8982,0,1,0,0,0),(57116,25622,571,1,1,23571,0,3789.37,4623.84,-12.7955,1.97484,300,5,0,8982,0,1,0,0,0),(57117,25622,571,1,1,23571,0,3796.53,4664.67,-12.7174,3.42783,300,5,0,8982,0,1,0,0,0),(57118,25622,571,1,1,23571,0,3736.52,4655.63,-12.8522,1.23264,300,5,0,8982,0,1,0,0,0),(57119,25622,571,1,1,23571,0,3760.74,4744.61,-12.997,4.48419,300,5,0,8982,0,1,0,0,0),(57120,25622,571,1,1,23571,0,3730.17,4766.95,-12.9887,4.54309,300,5,0,8982,0,1,0,0,0),(57121,25622,571,1,1,23571,0,3658.64,4718.36,-12.9955,2.47356,300,5,0,8982,0,1,0,0,0),(57122,25622,571,1,1,23571,0,3677.26,4760.76,-12.984,1.09126,300,5,0,8982,0,1,0,0,0),(57123,25622,571,1,1,23571,0,3654.32,4789.62,-13.6712,3.57312,300,5,0,8982,0,1,0,0,0),(57124,25622,571,1,1,23571,0,3625.94,4772.47,-13.1427,6.10995,300,5,0,8982,0,1,0,0,0),(57125,25622,571,1,1,23571,0,3612.27,4743.57,-12.9952,3.79303,300,5,0,8982,0,1,0,0,0),(57126,25622,571,1,1,23571,0,3589.46,4670.9,-12.9956,5.50126,300,5,0,8982,0,1,0,0,0),(57127,24563,571,1,1,23913,0,3488.89,4471.25,-12.9949,0.290055,300,5,0,8982,0,1,0,0,0),(57128,24563,571,1,1,23913,0,3448.94,4576.08,-12.9952,4.52335,300,5,0,8982,0,1,0,0,0),(57129,24563,571,1,1,23913,0,3515.87,4649.09,-13.6708,1.54669,300,5,0,8982,0,1,0,0,0),(57130,24563,571,1,1,23913,0,3484.22,4683.61,-13.6712,3.18424,300,5,0,8982,0,1,0,0,0),(57131,24563,571,1,1,23913,0,3529.43,4727.36,-5.2874,2.22213,300,5,0,8982,0,1,0,0,0),(57132,24563,571,1,1,23913,0,3516.99,4606.25,-12.423,1.68413,300,5,0,8982,0,1,0,0,0),(57133,24563,571,1,1,23913,0,3553.71,4615.69,-13.6715,1.16184,300,5,0,8982,0,1,0,0,0),(57134,24563,571,1,1,23913,0,3566.98,4636.15,-12.8844,5.61503,300,5,0,8982,0,1,0,0,0),(57135,24563,571,1,1,23913,0,3610,4617.22,-12.9537,5.66609,300,5,0,8982,0,1,0,0,0),(57136,24563,571,1,1,23913,0,3698.37,4621.97,-7.99667,0.117257,300,5,0,8982,0,1,0,0,0),(57137,24563,571,1,1,23913,0,3760.84,4622.56,-12.9944,1.29535,300,5,0,8982,0,1,0,0,0),(57138,24563,571,1,1,23913,0,3774.33,4681.18,-12.3075,5.56007,300,5,0,8982,0,1,0,0,0),(57139,24563,571,1,1,23913,0,3748.82,4717.92,-13.2016,3.29812,300,5,0,8982,0,1,0,0,0),(57140,24563,571,1,1,23913,0,3716.63,4750.77,-13.809,0.227211,300,5,0,8982,0,1,0,0,0),(57141,24563,571,1,1,23913,0,3672.39,4856.66,-12.9953,4.99065,300,5,0,8982,0,1,0,0,0),(57142,24563,571,1,1,23913,0,3649.7,4814.95,-13.322,4.55082,300,5,0,8982,0,1,0,0,0),(57143,24563,571,1,1,23913,0,3587.59,4755.59,-12.9955,4.64899,300,5,0,8982,0,1,0,0,0),(57144,24563,571,1,1,23913,0,3616.8,4681.98,-13.6375,5.06133,300,5,0,8982,0,1,0,0,0),(57145,24563,571,1,1,23913,0,3644.44,4645.22,-13.6715,4.09921,300,5,0,8982,0,1,0,0,0),(57146,24563,571,1,1,23913,0,3682.51,4688.85,-12.85,2.15929,300,5,0,8982,0,1,0,0,0),(57147,24563,571,1,1,23913,0,3703.05,4649.7,-12.9836,3.84396,300,5,0,8982,0,1,0,0,0),(57148,24563,571,1,1,23913,0,3673.61,4630.21,-12.9948,0.364649,300,5,0,8982,0,1,0,0,0),(57149,25619,571,1,1,23563,0,3440.26,4514.22,-12.8858,1.38173,300,0,0,8982,0,2,0,0,0),(57150,25619,571,1,1,23563,0,3540.32,4553.92,-11.9877,2.21033,300,0,0,8982,0,2,0,0,0),(57151,25619,571,1,1,23563,0,3476.69,4625.43,-12.9687,4.99064,300,5,0,8982,0,1,0,0,0),(57152,25619,571,1,1,23563,0,3726.14,4638.59,-12.5575,0.157726,300,5,0,8982,0,1,0,0,0),(57153,25619,571,1,1,23563,0,3722.95,4728.38,-13.901,3.27183,300,5,0,8982,0,1,0,0,0),(57154,25619,571,1,1,23563,0,3668.7,4852.46,-12.75,0.310879,300,0,0,8982,0,2,0,0,0),(57155,25619,571,1,1,23563,0,3601.86,4804.11,-12.9952,4.30855,300,5,0,8982,0,1,0,0,0),(57156,25619,571,1,1,23563,0,3653.62,4706.43,-12.9351,4.66984,300,0,0,8982,0,2,0,0,0),(114079,25792,571,1,1,23362,0,3324.67,5136.89,13.1625,4.59525,300,9,0,8982,0,1,0,0,0),(114078,25792,571,1,1,23362,0,3543.44,5106.3,13.1112,1.15079,300,9,0,8982,0,1,0,0,0),(114047,25792,571,1,1,23362,0,3641.45,5043.55,13.0822,3.28909,300,9,0,8982,0,1,0,0,0),(114046,25792,571,1,1,23362,0,3483.91,5108.91,13.1625,1.73104,300,9,0,8982,0,1,0,0,0),(114045,25792,571,1,1,23362,0,3484.73,5036.36,-1.38876,3.9804,300,9,0,8982,0,1,0,0,0),(114044,25792,571,1,1,23362,0,3410.99,5103.38,13.1625,0.18916,300,9,0,8982,0,1,0,0,0),(57171,25793,571,1,1,27578,0,3561.63,5005.68,-1.41619,1.15515,300,0,0,8982,0,2,0,0,0),(57172,25753,571,1,1,6888,0,3858.79,4682.61,-12.9949,1.24616,300,5,0,8982,0,1,0,0,0),(57176,25753,571,1,1,6888,0,3869.56,4710.83,-12.9954,2.83659,300,5,0,8982,0,1,0,0,0),(57177,25753,571,1,1,6888,0,3869.48,4735.82,-12.989,0.869171,300,5,0,8982,0,1,0,0,0),(57178,25753,571,1,1,6888,0,3849.49,4767.86,-12.9674,5.23831,300,5,0,8982,0,1,0,0,0),(57179,25753,571,1,1,6888,0,3815.2,4779.65,-10.3736,4.15214,300,5,0,8982,0,1,0,0,0),(57181,25753,571,1,1,6888,0,3784.41,4851.04,-13.0251,5.39306,300,5,0,8982,0,1,0,0,0),(57182,25753,571,1,1,6888,0,3782.43,4870.52,-12.452,1.3836,300,5,0,8982,0,1,0,0,0),(57183,25753,571,1,1,6888,0,3782.53,4911.41,-10.4026,1.53283,300,5,0,8982,0,1,0,0,0),(57184,25753,571,1,1,6888,0,3812.88,4926.28,-12.9943,3.97542,300,5,0,8982,0,1,0,0,0),(57185,25753,571,1,1,6888,0,3849.46,4924.29,-12.9963,0.0916189,300,5,0,8982,0,1,0,0,0),(57186,25753,571,1,1,6888,0,3875.69,4930.71,-12.9935,0.0405679,300,5,0,8982,0,1,0,0,0),(57187,25753,571,1,1,6888,0,3892.22,4957.32,-12.9735,3.78692,300,5,0,8982,0,1,0,0,0),(57206,25753,571,1,1,6888,0,3897.43,4978.61,-12.9735,1.33255,300,5,0,8982,0,1,0,0,0),(57207,25753,571,1,1,6888,0,3900.67,5011.4,-12.9061,1.23045,300,5,0,8982,0,1,0,0,0),(57208,25753,571,1,1,6888,0,3914.64,5040.35,-12.1319,2.87193,300,5,0,8982,0,1,0,0,0),(57209,25753,571,1,1,6888,0,3947.34,5052.27,-12.9737,4.78438,300,5,0,8982,0,1,0,0,0),(57210,25753,571,1,1,6888,0,3975.7,5064.92,-12.9895,3.35495,300,5,0,8982,0,1,0,0,0),(57211,25753,571,1,1,6888,0,4000.48,5087.15,1.58734,2.79339,300,5,0,8982,0,1,0,0,0),(57440,25753,571,1,1,6888,0,4024.56,5118.62,-1.38778,2.86015,300,5,0,8982,0,1,0,0,0),(57852,25753,571,1,1,6888,0,4009.95,4795.15,3.20398,5.53444,300,5,0,8982,0,1,0,0,0),(57874,25753,571,1,1,6888,0,4023.87,4839.08,13.9209,3.93223,300,5,0,8982,0,1,0,0,0),(57875,25753,571,1,1,6888,0,4008.07,4826.31,25.2059,4.11679,300,5,0,8982,0,1,0,0,0),(110179,25752,571,1,1,6774,0,4096.42,5023.91,-13.0192,6.12611,300,0,0,8982,0,0,0,0,0),(110180,25752,571,1,1,6774,0,4259.49,5103.26,13.445,1.8326,300,0,0,8982,0,0,0,0,0),(110181,25752,571,1,1,6774,0,4090.61,4984.8,-14.5135,2.6529,300,0,0,8982,0,0,0,0,0),(110304,25752,571,1,1,6774,0,4053.89,5158.56,14.9973,3.05433,300,0,0,8982,0,0,0,0,0),(49820,25752,571,1,1,6774,0,4007.9,4839.1,-12.9948,3.68875,300,0,0,8982,0,0,0,0,0),(49821,25752,571,1,1,6774,0,3975.25,4831.7,-12.8502,4.08538,300,0,0,8982,0,0,0,0,0),(51616,25752,571,1,1,6774,0,3960.89,4885.69,-12.7785,1.58388,300,0,0,8982,0,0,0,0,0),(51617,25752,571,1,1,6774,0,3995.96,4900.29,-12.9957,5.29489,300,0,0,8982,0,0,0,0,0),(51618,25752,571,1,1,6774,0,3936.77,4864.59,-12.859,6.03316,300,0,0,8982,0,0,0,0,0),(51619,25752,571,1,1,6774,0,3871.58,4870.96,-13.5295,4.6862,300,0,0,8982,0,0,0,0,0),(51620,25752,571,1,1,6774,0,3819.29,4831.45,-13.6714,2.36535,300,0,0,8982,0,0,0,0,0),(51621,25752,571,1,1,6774,0,3995.07,5048.66,-12.9771,0.609982,300,0,0,8982,0,0,0,0,0),(51622,25752,571,1,1,6774,0,4032.45,4968.74,-12.9926,3.51989,300,0,0,8982,0,0,0,0,0),(110806,25758,571,1,1,24947,0,4291.23,4955.09,13.2737,0.496734,300,5,0,8982,3155,1,0,0,0),(51623,25758,571,1,1,24947,0,3987.84,4811.04,11.6929,3.97996,300,0,0,8982,3155,0,0,0,0),(51624,25758,571,1,1,24947,0,3966.89,4830.98,11.8062,3.94069,300,0,0,8982,3155,0,0,0,0),(51865,25758,571,1,1,24947,0,4023.89,4862.49,13.9213,2.39738,300,0,0,8982,3155,0,0,0,0),(51866,25758,571,1,1,24947,0,4036.73,4825.58,25.2836,0.0608244,300,0,0,8982,3155,0,0,0,0),(51867,25758,571,1,1,24947,0,4025.73,4811.25,25.3802,4.91066,300,0,0,8982,3155,0,0,0,0),(51868,25758,571,1,1,24947,0,3993.56,4811.31,25.1679,4.63183,300,0,0,8982,3155,0,0,0,0),(51878,25758,571,1,1,24947,0,4025.56,4811.21,25.3718,4.86352,300,5,0,8982,3155,1,0,0,0),(51879,25758,571,1,1,24947,0,4036.79,4824.73,25.3186,0.0776269,300,0,0,8982,3155,9,0,0,0),(51902,25758,571,1,1,24947,0,4014.21,4746.51,-2.04109,0.0147853,300,5,0,8982,3155,1,0,0,0),(51903,25758,571,1,1,24947,0,3957.15,4764.85,-12.9951,3.4941,300,5,0,8982,3155,1,0,0,0),(51904,25758,571,1,1,24947,0,3944.91,4741.31,-12.9951,5.12379,300,5,0,8982,3155,1,0,0,0),(51905,25758,571,1,1,24947,0,3947.29,4709.08,-12.9951,3.21921,300,5,0,8982,3155,1,0,0,0),(51906,25758,571,1,1,24947,0,3905.67,4730.31,-12.9952,3.83182,300,5,0,8982,3155,1,0,0,0),(51907,25758,571,1,1,24947,0,3879.28,4676.97,-12.9957,1.96257,300,0,0,8982,3155,0,0,0,0),(51908,25758,571,1,1,24947,0,3896.74,4784.02,-13.6711,0.988676,300,0,0,8982,3155,0,0,0,0),(51909,25758,571,1,1,24947,0,3865.16,4821.36,-13.6706,3.00322,300,0,0,8982,3155,0,0,0,0),(51910,25758,571,1,1,24947,0,3909.24,4829.56,-12.9799,1.33818,300,0,0,8982,3155,0,0,0,0),(51911,25758,571,1,1,24947,0,3818.69,4869.58,-12.9968,2.17302,300,0,0,8982,3155,0,0,0,0),(51912,25758,571,1,1,24947,0,3827.08,4901,-13.671,0.661133,300,0,0,8982,3155,0,0,0,0),(51913,25758,571,1,1,24947,0,3873.45,4911.47,-12.9964,5.74266,300,5,0,8982,3155,1,0,0,0),(51914,25758,571,1,1,24947,0,3926.74,4960.71,-12.9738,1.1795,300,0,0,8982,3155,9,0,0,0),(51915,25758,571,1,1,24947,0,3950.64,4941.28,-12.974,0.610084,300,5,0,8982,3155,1,0,0,0),(51916,25758,571,1,1,24947,0,3943.96,5018.65,-12.9753,0.947805,300,5,0,8982,3155,1,0,0,0),(51917,25758,571,1,1,24947,0,3991.42,4990.19,-10.9815,2.33011,300,5,0,8982,3155,1,0,0,0),(116236,25814,571,1,1,24103,1,4245.54,4850.91,-12.6206,5.89306,300,5,0,9291,0,1,0,0,0),(51918,25814,571,1,1,24119,1,3791.78,4811.03,-13.0496,4.61191,300,5,0,9291,0,1,0,0,0),(51919,25814,571,1,1,24103,1,3764.57,4818.32,-12.966,1.8748,300,5,0,9291,0,1,0,0,0),(9630,35079,571,1,1,29689,1,9476.7,1199.16,-1.07486,1.8326,180,0,0,1,0,0,0,0,0),(9629,35079,571,1,1,29689,1,9475.43,1207.46,-1.15178,0.488692,180,0,0,1,0,0,0,0,0),(85104,33243,571,1,1,28938,0,8380.33,850.295,548.915,2.86234,180,0,0,1,0,0,0,0,0),(85046,33480,571,1,1,29088,0,8492.93,1096.7,554.377,0.616944,180,0,0,1,0,0,0,0,0),(85037,33479,571,1,1,28750,1,8540.36,703.764,548.175,6.03884,180,0,0,1,0,0,0,0,0),(85036,33222,571,1,1,3258,1,8629.61,644.825,550.254,2.9147,180,0,0,1,0,0,0,0,0),(85035,33477,571,1,1,29092,0,8493.24,1088.42,554.452,0.582037,180,0,0,1,0,0,0,0,0),(85027,33473,571,1,1,28751,1,8629.83,896.306,545.606,2.16421,180,0,0,1,0,0,0,0,0),(85025,33473,571,1,1,28632,1,8466.59,714.101,547.382,2.3911,180,0,0,1,0,0,0,0,0),(85022,33469,571,1,1,28753,1,8422.66,879.759,549.45,1.69297,180,0,0,1,0,0,0,0,0),(85020,33469,571,1,1,28631,1,8628.32,898.661,545.644,5.2709,180,0,0,1,0,0,0,0,0),(84985,33698,571,1,1,28928,1,8494.05,620.465,550.428,4.24115,180,0,0,1,0,0,0,0,0),(84973,33698,571,1,1,28928,1,8476.8,1052.55,552.011,5.28835,180,0,0,1,0,0,0,0,0),(84919,33698,571,1,1,28930,1,8487.6,888.946,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84909,33698,571,1,1,28929,1,8542.56,929.064,558.532,6.24828,180,0,0,1,0,0,0,0,0),(84907,33698,571,1,1,28927,1,8487.25,937.783,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84905,33698,571,1,1,28928,1,8452.23,1009.91,545.753,0.837758,180,0,0,1,0,0,0,0,0),(84771,33698,571,1,1,28930,1,8487.34,877.431,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84770,33698,571,1,1,28927,1,8487.44,908.339,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84769,33698,571,1,1,28927,1,8487.76,990.054,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84768,33698,571,1,1,28927,1,8487.3,950.543,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84767,33698,571,1,1,28930,1,8543.27,998.918,558.532,6.24828,180,0,0,1,0,0,0,0,0),(84766,33698,571,1,1,28930,1,8543.07,867.009,558.532,6.24828,180,0,0,1,0,0,0,0,0),(84757,33698,571,1,1,28927,1,8487.49,980.451,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84755,33698,571,1,1,28928,1,8487.36,967.873,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84754,33435,571,1,1,24225,1,8446.96,750.873,547.376,4.17134,180,0,0,1,0,0,0,0,0),(84753,35483,571,1,1,29844,1,8367.6,782.948,549.795,0.488692,180,0,0,1,0,0,0,0,0),(84752,31899,571,1,1,27780,0,8618.64,937.047,547.912,2.98451,180,0,0,1,0,0,0,0,0),(84751,33434,571,1,1,24225,1,8446.38,746.559,547.376,0.034907,180,0,0,1,0,0,0,0,0),(84750,35482,571,1,1,24892,0,8431.46,1041.08,552.533,4.86947,180,0,0,1,0,0,0,0,0),(84719,35482,571,1,1,29878,0,8420.46,1037.24,552.607,5.86431,180,0,0,1,0,0,0,0,0),(84700,35482,571,1,1,29878,0,8420.69,1027.25,550.42,0.331613,180,0,0,1,0,0,0,0,0),(84699,31898,571,1,1,27772,0,8616.55,937.069,548.143,0,180,0,0,1,0,0,0,0,0),(84698,35476,571,1,1,29814,1,8530.62,647.233,558.621,1.5708,180,0,0,1,0,0,0,0,0),(84697,35475,571,1,1,29884,1,8496.58,656.017,558.621,5.07891,180,0,0,1,0,0,0,0,0),(84667,35475,571,1,1,29882,1,8497.24,654.057,558.621,1.88496,180,0,0,1,0,0,0,0,0),(84666,35475,571,1,1,29881,1,8503.11,645.321,558.621,6.03884,180,0,0,1,0,0,0,0,0),(84665,35475,571,1,1,29883,1,8505.26,645.536,558.621,3.08923,180,0,0,1,0,0,0,0,0),(84664,35475,571,1,1,29881,1,8534.46,645.333,558.621,2.67035,180,0,0,1,0,0,0,0,0),(84662,35475,571,1,1,29881,1,8535.34,648.785,558.621,3.4383,180,0,0,1,0,0,0,0,0),(84661,35475,571,1,1,29883,1,8532.83,651.476,558.621,4.20624,180,0,0,1,0,0,0,0,0),(84660,35475,571,1,1,29883,1,8528.59,651.408,558.621,5.14872,180,0,0,1,0,0,0,0,0),(84659,35475,571,1,1,29883,1,8526.26,648.905,558.621,5.91667,180,0,0,1,0,0,0,0,0),(81435,35473,571,1,1,29828,0,8370.46,779.075,550.082,3.33358,180,0,0,1,0,0,0,0,0),(81434,35473,571,1,1,29828,0,8366.18,766.655,551.201,1.8326,180,0,0,1,0,0,0,0,0),(68457,33543,571,1,1,28678,1,8420.06,679.147,550.431,3.35103,180,0,0,1,0,0,0,0,0),(68005,33543,571,1,1,28678,1,8432.28,667.717,550.377,4.67748,180,0,0,1,0,0,0,0,0),(67187,33543,571,1,1,28680,1,8509.84,672.955,558.336,0.034907,180,0,0,1,0,0,0,0,0),(67185,33543,571,1,1,28678,1,8510.01,735.063,558.646,4.97419,180,0,0,1,0,0,0,0,0),(66941,33543,571,1,1,28678,1,8457.41,666.667,548.358,0.820305,180,0,0,1,0,0,0,0,0),(66910,33543,571,1,1,28678,1,8481.91,664.564,547.434,3.94444,180,0,0,1,0,0,0,0,0),(66792,33543,571,1,1,28678,1,8509.64,702.96,558.331,0.069813,180,0,0,1,0,0,0,0,0),(9740,35079,571,1,1,29688,1,9441.77,1167.45,-0.936462,0.488692,180,0,0,1,0,0,0,0,0),(9741,35079,571,1,1,29688,1,9478.6,1167,-1.09302,1.8326,180,0,0,1,0,0,0,0,0),(9742,35079,571,1,1,29689,1,9479.86,1177.17,-1.08234,0.488692,180,0,0,1,0,0,0,0,0),(9743,35079,571,1,1,29689,1,9444.37,1190.53,-1.08865,1.8326,180,0,0,1,0,0,0,0,0),(9777,35079,571,1,1,29688,1,9450.58,1217.07,-1.09894,0.488692,180,0,0,1,0,0,0,0,0),(10547,35079,571,1,1,29688,1,9458.78,1147.88,-1.10994,1.8326,180,0,0,1,0,0,0,0,0),(10548,35080,571,1,1,25633,1,9460.2,1153.4,0.316754,3.87463,180,0,0,1,0,0,0,0,0),(10739,35080,571,1,1,25773,1,9593.58,905.024,0.353085,5.70723,180,0,0,1,0,0,0,0,0),(10757,35080,571,1,1,25773,1,9445.01,1157.21,0.122628,1.309,180,0,0,1,0,0,0,0,0),(10764,35080,571,1,1,25773,1,9438,1195.39,0.43172,0.226893,180,0,0,1,0,0,0,0,0),(10767,35080,571,1,1,25633,1,9573.32,887.83,-0.289389,1.309,180,0,0,1,0,0,0,0,0),(10784,35080,571,1,1,25773,1,9564.51,899.682,-0.182856,3.87463,180,0,0,1,0,0,0,0,0),(10815,35080,571,1,1,25632,1,9433.29,1174.55,1.63371,0.959931,180,0,0,1,0,0,0,0,0),(10816,35080,571,1,1,25775,1,9441.08,1173.07,0.424595,1.309,180,0,0,1,0,0,0,0,0),(10817,35080,571,1,1,25773,1,9557.07,939.455,0.135852,3.87463,180,0,0,1,0,0,0,0,0),(10818,35080,571,1,1,25773,1,9446.41,1143.35,0.215094,5.70723,180,0,0,1,0,0,0,0,0),(10823,35080,571,1,1,25775,1,9472.75,1216.65,5.29484,0.959931,180,0,0,1,0,0,0,0,0),(11161,35080,571,1,1,25633,1,9591.18,921.844,1.87011,0.959931,180,0,0,1,0,0,0,0,0),(49356,35080,571,1,1,25633,1,9567.99,918.896,3.60911,0.959931,180,0,0,1,0,0,0,0,0),(49357,35080,571,1,1,25775,1,9455.58,1181.17,4.20039,0.959931,180,0,0,1,0,0,0,0,0),(49360,35080,571,1,1,25632,1,9587.68,879.708,-0.245207,5.70723,180,0,0,1,0,0,0,0,0),(49511,35083,571,1,1,29687,1,9438.76,1188.86,-1.56142,1.8326,180,0,0,1,0,0,0,0,0),(50420,35083,571,1,1,29682,1,9449.17,1143.33,-1.64776,1.8326,180,0,0,1,0,0,0,0,0),(50960,35083,571,1,1,29682,1,9437.75,1188.14,-1.53466,3.52556,180,0,0,1,0,0,0,0,0),(51368,35083,571,1,1,29687,1,9443.19,1154.98,-1.52366,3.52556,180,0,0,1,0,0,0,0,0),(51371,35083,571,1,1,29682,1,9440.9,1177.86,-1.49515,1.8326,180,0,0,1,0,0,0,0,0),(51595,35083,571,1,1,29682,1,9468.23,1171.82,-1.56516,0.488692,180,0,0,1,0,0,0,0,0),(51598,35083,571,1,1,29687,1,9476.17,1218.47,-1.53589,0.488692,180,0,0,1,0,0,0,0,0),(51600,35084,571,1,1,25774,1,9576.41,936.774,3.5989,1.76278,180,0,0,1,0,0,0,0,0),(51886,35084,571,1,1,25772,1,9602.78,935.991,1.86317,4.88692,180,0,0,1,0,0,0,0,0),(51920,35084,571,1,1,25774,1,9582.42,910.823,4.01096,5.20108,180,0,0,1,0,0,0,0,0),(51921,35084,571,1,1,25772,1,9446.82,1170.15,4.67347,5.20108,180,0,0,1,0,0,0,0,0),(51922,35084,571,1,1,25774,1,9590.21,937.493,0.272682,1.309,180,0,0,1,0,0,0,0,0),(51923,35084,571,1,1,25633,1,9442.3,1185.04,2.66877,1.76278,180,0,0,1,0,0,0,0,0),(51924,35084,571,1,1,25633,1,9475.54,1196.48,0.58473,0.226893,180,0,0,1,0,0,0,0,0),(51925,35084,571,1,1,25772,1,9477.36,1228.69,0.233304,3.87463,180,0,0,1,0,0,0,0,0),(51926,35084,571,1,1,25633,1,9431.96,1183.56,1.55156,0.785398,180,0,0,1,0,0,0,0,0),(51927,35084,571,1,1,25772,1,9441.79,1192.82,0.213745,5.70723,180,0,0,1,0,0,0,0,0),(51928,35084,571,1,1,25774,1,9556.12,908.476,0.103439,0.226893,180,0,0,1,0,0,0,0,0),(51929,35084,571,1,1,25632,1,9559.45,954.964,0.415239,0.226893,180,0,0,1,0,0,0,0,0),(51930,35084,571,1,1,25633,1,9600.13,922.128,1.75587,0.785398,180,0,0,1,0,0,0,0,0),(51931,35084,571,1,1,25772,1,9429.22,1188.13,1.70838,4.88692,180,0,0,1,0,0,0,0,0),(51932,35090,571,1,1,29679,1,9452.53,1164.88,4.8061,2.14294,180,0,0,1,0,0,0,0,0),(51933,35092,571,1,1,29824,0,9572.32,1099.2,9.34612,4.79965,180,0,0,1,0,0,0,0,0),(51934,35092,571,1,1,29824,0,9569.09,1092.35,9.34336,0.767945,180,0,0,1,0,0,0,0,0),(51935,35092,571,1,1,29824,0,9575.79,1091.69,9.23371,2.80998,180,0,0,1,0,0,0,0,0),(51936,35092,571,1,1,29824,0,9547.06,1075.3,24.474,2.70526,180,0,0,1,0,0,0,0,0),(51937,35092,571,1,1,29824,0,9542.23,1084.65,24.4725,5.18363,180,0,0,1,0,0,0,0,0),(51938,35092,571,1,1,29824,0,9537.79,1077.07,24.8948,0.558505,180,0,0,1,0,0,0,0,0),(51939,35092,571,1,1,29824,0,9613.49,1118.09,13.4582,3.92699,180,0,0,1,0,0,0,0,0),(51940,35092,571,1,1,29824,0,9603.75,1117.5,13.4302,0.05236,180,0,0,1,0,0,0,0,0),(51941,35092,571,1,1,29824,0,9592.5,1110.62,9.4274,4.79965,180,0,0,1,0,0,0,0,0),(51942,35092,571,1,1,29824,0,9610.37,1108.45,13.4655,1.69297,180,0,0,1,0,0,0,0,0),(51943,35092,571,1,1,29824,0,9588.74,1105.06,9.30608,0.767945,180,0,0,1,0,0,0,0,0),(51944,35092,571,1,1,29824,0,9595.09,1105.42,9.44443,2.60054,180,0,0,1,0,0,0,0,0),(51945,34838,571,1,1,25633,1,10322.5,735.127,73.1799,2.68781,180,0,0,1,0,0,0,0,0),(51958,34838,571,1,1,25632,1,10002.7,683.028,25.6302,5.81195,180,0,0,1,0,0,0,0,0),(51959,34838,571,1,1,25633,1,10003.9,622.523,10.6332,1.64061,180,0,0,1,0,0,0,0,0),(51987,34838,571,1,1,25632,1,10233.7,718.84,68.7995,5.25344,180,0,0,1,0,0,0,0,0),(51988,34838,571,1,1,25633,1,10149.5,788.802,67.9703,2.3911,180,0,0,1,0,0,0,0,0),(52033,34838,571,1,1,25633,1,10397.9,868.667,108.556,3.38594,180,0,0,1,0,0,0,0,0),(52034,34838,571,1,1,25633,1,10273.5,722.358,71.7464,3.10669,180,0,0,1,0,0,0,0,0),(52035,34838,571,1,1,25633,1,10293.9,735.221,73.3825,0.558505,180,0,0,1,0,0,0,0,0),(52036,34838,571,1,1,25632,1,10417.8,764.516,64.5733,3.14159,180,0,0,1,0,0,0,0,0),(52037,34838,571,1,1,25633,1,10303.4,756.233,74.2706,1.97222,180,0,0,1,0,0,0,0,0),(52038,34838,571,1,1,25632,1,10347.4,803.104,77.7554,1.56795,180,0,0,1,0,2,0,0,0),(52039,34838,571,1,1,25632,1,10238.2,782.248,71.3061,4.19087,180,0,0,1,0,2,0,0,0),(52040,34838,571,1,1,25632,1,10315,815.759,72.4905,4.45059,180,0,0,1,0,0,0,0,0),(53767,34852,571,1,1,0,0,10063.1,1209.75,73.4843,0,120,0,0,1,0,0,0,0,0),(53107,34852,571,1,1,0,0,10051.8,1186.91,69.1732,0,120,0,0,1,0,0,0,0,0),(52043,34852,571,1,1,0,0,10013.6,1270.26,70.9321,0,120,0,0,1,0,0,0,0,0),(52044,34838,571,1,1,25632,1,10235.4,758.661,71.4357,2.67035,180,0,0,1,0,0,0,0,0),(52045,34838,571,1,1,25633,1,10151.6,744.279,66.6018,1.08676,180,0,0,1,0,2,0,0,0),(52062,34838,571,1,1,25632,1,10242.7,810.471,70.1228,4.46804,180,0,0,1,0,0,0,0,0),(52063,34838,571,1,1,25633,1,10270.3,685.74,70.1519,5.09636,180,0,0,1,0,0,0,0,0),(52064,34838,571,1,1,25632,1,10352.4,722.785,73.2654,1.0821,180,0,0,1,0,0,0,0,0),(52065,34838,571,1,1,25633,1,9950.15,1014.25,19.8711,1.62316,180,0,0,1,0,0,0,0,0),(52226,34838,571,1,1,25632,1,10146.2,883.179,34.369,2.79253,180,0,0,1,0,0,0,0,0),(52603,34838,571,1,1,25633,1,10174.1,809.521,52.9737,0.750492,180,0,0,1,0,0,0,0,0),(52604,34838,571,1,1,25633,1,10163.8,843.036,42.2461,5.234,180,0,0,1,0,2,0,0,0),(52723,34838,571,1,1,25632,1,10127.6,832.785,29.1622,5.044,180,0,0,1,0,0,0,0,0),(52724,34838,571,1,1,25633,1,10157.4,865.497,36.0286,3.78736,180,0,0,1,0,0,0,0,0),(52883,34838,571,1,1,25632,1,10174,739.667,66.0871,3.78736,180,0,0,1,0,0,0,0,0),(53039,34838,571,1,1,25633,1,9991.07,1153.53,39.4657,5.28835,180,0,0,1,0,0,0,0,0),(53040,34838,571,1,1,25632,1,10289.4,811.396,72.4138,2.32129,180,0,0,1,0,0,0,0,0),(53041,34838,571,1,1,25632,1,10096.8,1190.5,79.6442,6.19592,180,0,0,1,0,0,0,0,0),(53042,34838,571,1,1,25632,1,9945.91,1076.47,19.2265,4.29351,180,0,0,1,0,0,0,0,0),(53044,34838,571,1,1,25633,1,9955.83,1048.96,18.0156,3.80482,180,0,0,1,0,0,0,0,0),(53045,34838,571,1,1,25632,1,10038.1,1023.64,18.9621,4.5204,180,0,0,1,0,0,0,0,0),(53086,34838,571,1,1,25632,1,9976.96,985.387,10.8068,0.471239,180,0,0,1,0,0,0,0,0),(53087,34838,571,1,1,25633,1,9998.99,1218.63,60.7685,4.74729,180,0,0,1,0,0,0,0,0),(53088,34838,571,1,1,25633,1,9997.32,1241.62,66.0915,5.48033,180,0,0,1,0,0,0,0,0),(53089,34838,571,1,1,25632,1,10017.8,1231.63,62.2376,2.98451,180,0,0,1,0,0,0,0,0),(53099,34838,571,1,1,25632,1,9975.16,1041.32,16.6497,2.31406,180,0,0,1,0,2,0,0,0),(53100,34838,571,1,1,25633,1,10038.9,952.764,3.3576,5.81195,180,0,0,1,0,0,0,0,0),(52042,34852,571,1,1,0,0,9977.43,1207.6,56.3228,0,120,0,0,1,0,0,0,0,0),(53108,34838,571,1,1,25633,1,9980.58,1195.92,54.3329,1.52725,180,0,0,1,0,2,0,0,0),(53109,34838,571,1,1,25633,1,10051.3,1216.9,69.6857,2.46091,180,0,0,1,0,0,0,0,0),(53110,34838,571,1,1,25632,1,9933.88,1129.47,42.8194,0.523599,180,0,0,1,0,0,0,0,0),(53111,34838,571,1,1,25633,1,10025.6,1184.96,60.5205,4.67748,180,0,0,1,0,0,0,0,0),(53112,34838,571,1,1,25632,1,10003.9,1191.73,58.1468,6.13715,180,0,0,1,0,2,0,0,0),(53113,34838,571,1,1,25632,1,10110.9,1218.41,78.9978,0.628318,180,0,0,1,0,0,0,0,0),(53114,34838,571,1,1,25632,1,9951.68,1201.5,52.6994,5.58505,180,0,0,1,0,0,0,0,0),(53115,34838,571,1,1,25632,1,10133,1188.55,80.0452,1.62316,180,0,0,1,0,0,0,0,0),(53134,34838,571,1,1,25633,1,10135.2,1210.61,79.112,2.61923,180,0,0,1,0,2,0,0,0),(53135,34839,571,1,1,25775,0,10009,665.115,17.2778,4.66003,180,0,0,1,0,0,0,0,0),(53137,34839,571,1,1,25773,0,10430.7,879.898,116.262,2.6529,180,0,0,1,0,0,0,0,0),(53138,34839,571,1,1,25775,0,10348.7,864.477,96.1417,4.72984,180,0,0,1,0,0,0,0,0),(53139,34839,571,1,1,25775,0,10256.5,791.585,72.3211,3.9968,180,0,0,1,0,0,0,0,0),(53154,34839,571,1,1,25773,0,10251.6,760.342,72.3302,5.41052,180,0,0,1,0,0,0,0,0),(53156,34839,571,1,1,25773,0,10276.3,744.411,72.5898,3.40339,180,0,0,1,0,0,0,0,0),(53159,34839,571,1,1,25775,0,10207.2,773.846,67.2755,1.88496,180,0,0,1,0,0,0,0,0),(53160,34839,571,1,1,25773,0,10211.4,701.661,62.9655,1.71042,180,0,0,1,0,0,0,0,0),(53182,34839,571,1,1,25775,0,10298.2,702.722,70.1157,2.09439,180,0,0,1,0,0,0,0,0),(53183,34839,571,1,1,25775,0,10242.7,680.457,67.6164,0.593412,180,0,0,1,0,0,0,0,0),(53193,34839,571,1,1,25775,0,10367.7,769.358,71.5016,5.23599,180,0,0,1,0,0,0,0,0),(53194,34839,571,1,1,25773,0,10133.2,895.457,35.8278,4.2237,180,0,0,1,0,0,0,0,0),(53195,34839,571,1,1,25775,0,10117.3,911.816,34.1663,4.15388,180,0,0,1,0,0,0,0,0),(53196,34839,571,1,1,25773,0,10080.2,891.503,15.2948,6.17846,180,0,0,1,0,0,0,0,0),(53197,34839,571,1,1,25773,0,10090.1,849.003,8.28236,3.26377,180,0,0,1,0,0,0,0,0),(53198,34839,571,1,1,25773,0,10079.4,813.231,10.4377,3.08923,180,0,0,1,0,0,0,0,0),(53199,34839,571,1,1,25773,0,10434.8,786.182,65.4238,3.61283,180,0,0,1,0,0,0,0,0),(53200,34839,571,1,1,25775,0,10415.1,931.809,125.112,2.79253,180,0,0,1,0,0,0,0,0),(53201,34839,571,1,1,25773,0,9997.79,1129.84,37.6892,4.53786,180,0,0,1,0,0,0,0,0),(53202,34839,571,1,1,25775,0,9998.88,1098.61,30.4584,6.23082,180,0,0,1,0,0,0,0,0),(53203,34839,571,1,1,25775,0,10090,956.384,23.6833,2.87979,180,0,0,1,0,0,0,0,0),(53204,34839,571,1,1,25775,0,10201.7,825.76,56.3615,4.17134,180,0,0,1,0,0,0,0,0),(53217,34839,571,1,1,25775,0,9993.84,966.722,12.2553,5.28835,180,0,0,1,0,0,0,0,0),(53218,34839,571,1,1,25775,0,10047.4,921.462,4.76514,3.92699,180,0,0,1,0,0,0,0,0),(53219,34839,571,1,1,25773,0,10390.5,933.609,123.487,0.994838,180,0,0,1,0,0,0,0,0),(53220,34839,571,1,1,25773,0,10084.2,1224.6,79.4599,4.64258,180,0,0,1,0,0,0,0,0),(53221,34839,571,1,1,25773,0,10068.1,1003.87,20.1992,0.890118,180,0,0,1,0,0,0,0,0),(53222,34839,571,1,1,25773,0,10090.2,926.38,24.7719,3.7001,180,0,0,1,0,0,0,0,0),(53223,34839,571,1,1,25775,0,10006.3,1069.78,19.3265,4.17134,180,0,0,1,0,0,0,0,0),(53224,34839,571,1,1,25773,0,9928.95,1172.9,51.5073,3.05433,180,0,0,1,0,0,0,0,0),(53225,34839,571,1,1,25773,0,10021.4,1055.24,18.3089,3.7001,180,0,0,1,0,0,0,0,0),(53226,34839,571,1,1,25773,0,10185,1189.2,76.159,5.13127,180,0,0,1,0,0,0,0,0),(53237,35098,571,1,1,29693,1,9576.28,953.034,4.12985,0.388487,180,0,0,1,0,0,0,0,0),(53239,35098,571,1,1,29693,1,9581.49,922.438,3.48174,4.88103,180,0,0,1,0,0,0,0,0),(53602,35098,571,1,1,29691,1,9583.51,918.441,3.62835,2.87505,180,0,0,1,0,0,0,0,0),(53603,35098,571,1,1,29692,1,9565.86,960.526,4.73374,1.97222,180,0,0,1,0,0,0,0,0),(53604,35098,571,1,1,29690,1,9582.01,911.63,3.96787,1.55817,180,5,0,1,0,1,0,0,0),(53605,35098,571,1,1,29692,1,9578.22,941.552,3.63599,1.41372,180,0,0,1,0,0,0,0,0),(53606,35098,571,1,1,29692,1,9575.42,938.569,3.51403,-1.24445,180,0,0,1,0,0,0,0,0),(53607,35098,571,1,1,29691,1,9567.08,915.802,3.77564,1.59371,180,5,0,1,0,1,0,0,0),(53608,35098,571,1,1,29693,1,9571.27,910.273,3.97752,1.78024,180,5,0,1,0,1,0,0,0),(53609,35098,571,1,1,29692,1,9585.46,917.227,3.81688,1.98968,180,5,0,1,0,1,0,0,0),(53610,35102,571,1,1,29611,1,9577.18,906.063,4.25583,1.78024,180,0,0,1,0,0,0,0,0),(53611,35104,571,1,1,29693,1,9588.27,931.458,-1.07525,1.8326,180,0,0,1,0,0,0,0,0),(53612,35104,571,1,1,29693,1,9570.53,894.75,-1.01211,1.8326,180,0,0,1,0,0,0,0,0),(53613,35104,571,1,1,29692,1,9572.44,884.589,-1.0547,0.488692,180,0,0,1,0,0,0,0,0),(53614,35104,571,1,1,29693,1,9593.08,909.531,-1.03616,0.488692,180,0,0,1,0,0,0,0,0),(53615,35104,571,1,1,29692,1,9558.34,942.391,-1.10202,1.8326,180,0,0,1,0,0,0,0,0),(53616,35104,571,1,1,29693,1,9560.32,953.476,-1.104,0.488692,180,0,0,1,0,0,0,0,0),(53619,35104,571,1,1,29693,1,9584.32,895.29,-1.08649,1.8326,180,0,0,1,0,0,0,0,0),(53621,35104,571,1,1,29692,1,9558.4,927.67,-1.06184,0.488692,180,0,0,1,0,0,0,0,0),(53622,35105,571,1,1,29690,1,9566.26,900.887,-1.49635,1.8326,180,0,0,1,0,0,0,0,0),(53623,35105,571,1,1,29691,1,9561.96,914.262,-1.48835,3.52556,180,0,0,1,0,0,0,0,0),(53624,35105,571,1,1,29690,1,9561.38,959.589,-1.51992,1.8326,180,0,0,1,0,0,0,0,0),(53625,35105,571,1,1,29691,1,9591.11,916.274,-1.56374,0.488692,180,0,0,1,0,0,0,0,0),(53626,35105,571,1,1,29690,1,9588.63,900.637,-1.52539,3.52556,180,0,0,1,0,0,0,0,0),(53627,35105,571,1,1,29690,1,9593.55,932.384,-1.66914,1.8326,180,0,0,1,0,0,0,0,0),(53628,35105,571,1,1,29690,1,9557.46,952.208,-1.56,1.8326,180,0,0,1,0,0,0,0,0),(53629,35105,571,1,1,29690,1,9588.62,893.132,-1.52998,0.488692,180,0,0,1,0,0,0,0,0),(53630,34852,571,1,1,29686,0,10356.4,836.911,86.2856,5.49779,180,0,0,1,0,0,0,0,0),(53634,34852,571,1,1,29684,0,10142.6,783.795,67.9048,0,180,0,0,1,0,0,0,0,0),(53635,34852,571,1,1,29686,0,10276.7,757.512,73.7644,0,180,0,0,1,0,0,0,0,0),(53637,34852,571,1,1,29684,0,10278.1,736.408,72.5834,0,180,0,0,1,0,0,0,0,0),(53638,34852,571,1,1,29686,0,10338.5,760.618,74.4212,0,180,0,0,1,0,0,0,0,0),(53640,34852,571,1,1,29685,0,10244,780.064,71.4655,0,180,0,0,1,0,0,0,0,0),(53641,34852,571,1,1,29684,0,10219.9,722.708,66.0357,0,180,0,0,1,0,0,0,0,0),(53642,34852,571,1,1,29686,0,10282.6,704.108,70.3854,0,180,0,0,1,0,0,0,0,0),(53643,34852,571,1,1,29685,0,10130.5,892.346,34.4289,0,180,0,0,1,0,0,0,0,0),(53644,34852,571,1,1,29686,0,10145,867.743,33.7314,0,180,0,0,1,0,0,0,0,0),(53647,34852,571,1,1,29684,0,10091.5,825.682,11.6466,0,180,0,0,1,0,0,0,0,0),(53648,34852,571,1,1,29685,0,10101.3,876.536,17.6608,0,180,0,0,1,0,0,0,0,0),(53649,34852,571,1,1,29685,0,10233.2,685.576,66.3567,0,180,0,0,1,0,0,0,0,0),(53652,34852,571,1,1,29686,0,10164.6,752.677,66.863,0,180,0,0,1,0,0,0,0,0),(53653,34852,571,1,1,29686,0,10184.8,687.323,50.8929,0,180,0,0,1,0,0,0,0,0),(53655,34852,571,1,1,29686,0,10428.1,787.625,65.6994,0,180,0,0,1,0,0,0,0,0),(53656,34852,571,1,1,29683,0,10382.1,761.306,68.529,0,180,0,0,1,0,0,0,0,0),(53657,34852,571,1,1,29684,0,10310.1,694.615,70.4765,0,180,0,0,1,0,0,0,0,0),(53658,34852,571,1,1,29684,0,10271.6,820.314,72.4852,0,180,0,0,1,0,0,0,0,0),(53660,34852,571,1,1,29684,0,10319.1,798.45,74.8296,0,180,0,0,1,0,0,0,0,0),(53661,34852,571,1,1,29684,0,10207.5,828.431,58.084,0,180,0,0,1,0,0,0,0,0),(53662,34852,571,1,1,29683,0,10302.7,825.747,71.2825,0,180,0,0,1,0,0,0,0,0),(53663,34852,571,1,1,29686,0,10293.5,792.082,74.5542,0,180,0,0,1,0,0,0,0,0),(53664,34852,571,1,1,29685,0,10230.3,804.847,70.9706,3.36848,180,0,0,1,0,0,0,0,0),(53665,34852,571,1,1,29685,0,9952.79,1055.67,18.1375,0,180,0,0,1,0,0,0,0,0),(53666,34852,571,1,1,29685,0,10007.2,1147.35,37.9435,0,180,0,0,1,0,0,0,0,0),(53667,34852,571,1,1,29684,0,10389.6,919.422,122.736,0,180,0,0,1,0,0,0,0,0),(53670,34852,571,1,1,29685,0,10421.2,954.071,123.963,4.08407,180,0,0,1,0,0,0,0,0),(53671,34852,571,1,1,29684,0,10192.8,786.878,60.1586,0,180,0,0,1,0,0,0,0,0),(53680,34852,571,1,1,29683,0,9954.27,1022.17,18.5955,0,180,0,0,1,0,0,0,0,0),(53681,34852,571,1,1,29686,0,9994.37,978.41,12.7159,0,180,0,0,1,0,0,0,0,0),(53682,34852,571,1,1,29686,0,10053.9,983.002,8.41812,0,180,0,0,1,0,0,0,0,0),(53683,34852,571,1,1,29683,0,9991.3,1015.78,11.4353,5.39307,180,0,0,1,0,0,0,0,0),(53684,34852,571,1,1,29686,0,10031.5,928.102,1.68685,0,180,0,0,1,0,0,0,0,0),(53685,34852,571,1,1,29686,0,10089.2,937.066,24.2382,0,180,0,0,1,0,0,0,0,0),(53689,34852,571,1,1,29683,0,9979.32,1105.07,29.0934,0,180,0,0,1,0,0,0,0,0),(53690,34852,571,1,1,29685,0,10002,1064.5,19.6691,3.01942,180,0,0,1,0,0,0,0,0),(53732,34852,571,1,1,29683,0,10014.9,1053.92,18.9635,0,180,0,0,1,0,0,0,0,0),(53733,34852,571,1,1,29684,0,9939.53,1186.99,51.9685,0,180,0,0,1,0,0,0,0,0),(53764,34852,571,1,1,29684,0,9979.4,1087.42,24.4475,0,180,0,0,1,0,0,0,0,0),(53765,34852,571,1,1,29683,0,9933.89,1147.95,48.7444,1.58825,180,0,0,1,0,0,0,0,0),(53766,34852,571,1,1,29684,0,10100.8,1227.56,79.1873,0,180,0,0,1,0,0,0,0,0),(52041,34852,571,1,1,0,0,9990.99,1252.2,72.1569,0,120,0,0,1,0,0,0,0,0),(247330,30380,712,3,1,0,1,-7.54172,-30.0747,0.101348,4.17752,120,0,0,1,0,0,0,0,0),(53872,34947,571,1,1,25633,1,9554.08,970.196,1.69319,5.85512,120,0,0,1,0,0,0,0,0),(53873,34907,571,1,1,25633,1,9601.24,928.23,0.356095,3.4361,120,0,0,1,0,0,0,0,0),(53834,34907,571,1,1,25772,1,9600.76,918.903,0.388437,3.03162,120,0,0,1,0,0,0,0,0),(53775,34947,571,1,1,25633,1,9550.2,961.923,1.71085,5.8669,120,0,0,1,0,0,0,0,0),(53776,34907,571,1,1,25633,1,9487.81,1221.41,1.31369,3.27902,120,0,0,1,0,0,0,0,0),(53833,34907,571,1,1,25774,1,9602.55,929.272,0.355535,2.95366,120,0,0,1,0,0,0,0,0),(53835,34925,571,1,1,29487,0,9441.74,1233.28,6.20528,5.70723,180,0,0,1,0,0,0,0,0),(53836,34925,571,1,1,29487,0,9601.61,973.733,2.0985,3.4383,180,0,0,1,0,0,0,0,0),(53871,34925,571,1,1,29487,0,9536.44,911.089,0.050286,0.261799,180,0,0,1,0,0,0,0,0),(53879,34947,571,1,1,25632,1,9432.43,1172.14,0.240173,0.334384,120,0,0,1,0,0,0,0,0),(53877,34947,571,1,1,25775,1,9487.53,1226.41,1.3297,3.34578,120,0,0,1,0,0,0,0,0),(53772,34907,571,1,1,25633,1,9428.33,1190.03,0.197032,0.243451,120,0,0,1,0,0,0,0,0),(53773,34907,571,1,1,25632,1,9487.15,1217.85,1.32455,3.23189,120,0,0,1,0,0,0,0,0),(53774,34907,571,1,1,25772,1,9428.36,1185.18,0.206631,0.34948,120,0,0,1,0,0,0,0,0),(42880,12900,0,1,1,0,0,-10444.5,-4096.17,28.9469,2.91185,300,0,0,38844,0,0,0,0,0),(53883,35009,571,1,1,7804,0,9277.8,1090.92,18.9007,0,180,5,0,1,0,1,0,0,0),(53884,32498,571,1,1,25391,0,8898.51,1379.55,41.1093,4.7822,180,0,0,42,0,0,0,0,0),(53885,32498,571,1,1,25390,0,8905.74,1375.35,46.6496,0.401426,180,0,0,42,0,0,0,0,0),(53886,32498,571,1,1,25391,0,8909.96,1366.63,56.1023,5.044,180,0,0,42,0,0,0,0,0),(53887,32498,571,1,1,25391,0,8902.91,1373.27,49.4274,2.28638,180,0,0,42,0,0,0,0,0),(53888,32498,571,1,1,25391,0,8916.59,1359.54,56.8697,1.51844,180,0,0,42,0,0,0,0,0),(53889,32498,571,1,1,25390,0,8902.52,1357.58,69.8627,4.60767,180,0,0,42,0,0,0,0,0),(53890,32498,571,1,1,25391,0,8901.32,1375.92,46.2913,5.48604,180,5,0,42,0,1,0,0,0),(53891,32498,571,1,1,25390,0,8911.79,1361.01,59.6254,4.94233,180,5,0,42,0,1,0,0,0),(53892,32498,571,1,1,25391,0,8904.95,1356.16,67.7504,4.49959,180,5,0,42,0,1,0,0,0),(54042,32498,571,1,1,25390,0,8919.34,1354.89,57.3754,4.37721,180,5,0,42,0,1,0,0,0),(54043,32498,571,1,1,25391,0,8913.78,1359.25,59.3754,3.20687,180,5,0,42,0,1,0,0,0),(54044,32498,571,1,1,25390,0,8908.78,1357.73,63.8754,1.46309,180,5,0,42,0,1,0,0,0),(54289,35318,571,1,1,29688,1,9015.97,801.109,4.23989,0.692597,180,0,0,1,0,2,0,0,0),(54290,35318,571,1,1,29687,1,8993.73,766.094,4.79062,0.488692,180,0,0,1,0,0,0,0,0),(54291,35318,571,1,1,29687,1,9015.87,784.177,4.07042,3.38594,180,0,0,1,0,0,0,0,0),(54292,35318,571,1,1,29687,1,9007.17,771.306,4.11664,2.86234,180,0,0,1,0,0,0,0,0),(54293,35318,571,1,1,29687,1,9009.13,786.859,4.04831,6.21337,180,0,0,1,0,0,0,0,0),(54294,35318,571,1,1,29689,1,9035.52,796.776,4.89592,0.938346,180,0,0,1,0,2,0,0,0),(54295,35318,571,1,1,29688,1,9035.44,805.753,5.37859,2.32129,180,0,0,1,0,0,0,0,0),(54296,35319,571,1,1,29693,1,9100.43,1241.33,5.15585,2.14255,180,0,0,1,0,2,0,0,0),(54297,35319,571,1,1,29692,1,9073.76,1270.81,4.1915,2.70526,180,0,0,1,0,0,0,0,0),(54298,35319,571,1,1,29693,1,9074.34,1256.57,4.07984,0,180,0,0,1,0,0,0,0,0),(54299,35319,571,1,1,29693,1,9060.38,1277.57,4.87466,5.18363,180,0,0,1,0,0,0,0,0),(54300,35319,571,1,1,29690,1,9103.01,1230.8,5.9313,3.56047,180,0,0,1,0,0,0,0,0),(54301,35319,571,1,1,29690,1,9080.74,1240.32,4.30694,2.38768,180,0,0,1,0,2,0,0,0),(54302,35324,571,1,1,29756,0,9021.99,799.128,4.40636,5.42797,180,0,0,1,0,0,0,0,0),(54303,35324,571,1,1,29756,0,9023.93,797.564,4.4353,2.51327,180,0,0,1,0,0,0,0,0),(54516,35324,571,1,1,29756,0,9085.83,1247.32,4.38144,5.42797,180,0,0,1,0,0,0,0,0),(54524,35324,571,1,1,29756,0,9087.87,1245.65,4.48102,2.37365,180,0,0,1,0,0,0,0,0),(54525,35324,571,1,1,29756,0,9090.16,1242.61,4.70493,5.42797,180,0,0,1,0,0,0,0,0),(54526,35324,571,1,1,29756,0,9026.32,794.42,4.39309,5.42797,180,0,0,1,0,0,0,0,0),(54527,35070,571,1,1,29687,1,9460.16,1165.2,4.73099,1.39626,180,5,0,1,0,1,0,0,0),(54528,35070,571,1,1,29687,1,9446.3,1168.8,4.74198,1.56455,180,5,0,1,0,1,0,0,0),(54529,35070,571,1,1,29688,1,9460.71,1171.27,4.31521,1.6057,180,5,0,1,0,1,0,0,0),(54530,35070,571,1,1,29688,1,9449.08,1174.05,4.45048,4.94921,180,5,0,1,0,1,0,0,0),(54531,35070,571,1,1,29689,1,9459.93,1207.36,4.395,5.90727,180,0,0,1,0,0,0,0,0),(54532,35070,571,1,1,29687,1,9466.8,1205.48,4.40028,1.0935,180,0,0,1,0,0,0,0,0),(54533,35070,571,1,1,29689,1,9458.8,1200.92,4.2841,1.309,180,0,0,1,0,0,0,0,0),(54534,35070,571,1,1,29689,1,9466.45,1198.66,4.26815,1.41372,180,0,0,1,0,0,0,0,0),(53870,35070,571,1,1,29688,1,9471.23,1205.2,4.5213,1.58825,180,0,0,1,0,0,0,0,0),(54536,35089,571,1,1,26241,0,8464.71,1588.04,673.266,0,180,0,0,1,0,0,0,0,0),(54537,35097,571,1,1,28630,0,8478.29,1569.95,670.028,0,180,5,0,1,0,1,0,0,0),(54562,35097,571,1,1,28630,0,8483.27,1618.67,671.24,2.70526,180,5,0,1,0,1,0,0,0),(54609,35097,571,1,1,28704,0,8493.46,1570.4,671.175,0,180,5,0,1,0,1,0,0,0),(54610,35097,571,1,1,28855,0,8467.84,1571.03,671.146,0.610865,180,5,0,1,0,1,0,0,0),(54962,35097,571,1,1,28630,0,8479.43,1605.62,670.318,1.48353,180,5,0,1,0,1,0,0,0),(55332,35097,571,1,1,28855,0,8466.43,1560.82,670.028,2.07694,180,5,0,1,0,1,0,0,0),(55333,35097,571,1,1,28630,0,8468.28,1599.6,670.028,3.24631,180,5,0,1,0,1,0,0,0),(55334,35097,571,1,1,28630,0,8481.43,1588.95,670.04,1.91986,180,5,0,1,0,1,0,0,0),(55985,35097,571,1,1,28704,0,8495.66,1601.38,671.294,1.97222,180,5,0,1,0,1,0,0,0),(56218,35106,571,1,1,27204,0,8464.93,1588.01,672.966,4.64258,180,5,0,1,0,1,0,0,0),(56281,35106,571,1,1,27204,0,8464.91,1588.09,672.999,1.98968,180,5,0,1,0,1,0,0,0),(56333,35113,571,1,1,16063,1,8484.16,1582.35,670.139,4.7771,180,0,0,1,0,2,0,0,0),(56344,34716,571,1,1,28972,0,8563.03,1491.8,642.546,2.25148,180,0,0,1,0,0,0,0,0),(56627,34716,571,1,1,28630,0,8570.07,1535.63,642.422,4.03171,180,0,0,1,0,0,0,0,0),(56821,34716,571,1,1,28630,0,8532.68,1492.51,642.117,1.15192,180,0,0,1,0,0,0,0,0),(56824,34716,571,1,1,28704,0,8545.87,1591.2,642.182,0.383972,180,0,0,1,0,0,0,0,0),(57014,34716,571,1,1,28704,0,8547.06,1382.13,642.262,2.11185,180,0,0,1,0,0,0,0,0),(57157,34716,571,1,1,28855,0,8547.2,1613.31,642.178,6.0912,180,0,0,1,0,0,0,0,0),(57158,34716,571,1,1,28972,0,8520.13,1514.08,642.427,6.16101,180,0,0,1,0,0,0,0,0),(57159,34716,571,1,1,28704,0,8493.42,1419.66,642.722,0.017453,180,0,0,1,0,0,0,0,0),(57160,34716,571,1,1,28704,0,8569.81,1629.02,642.413,5.11381,180,0,0,1,0,0,0,0,0),(57161,34716,571,1,1,28630,0,8570.3,1665.25,642.188,2.42601,180,0,0,1,0,0,0,0,0),(57162,34716,571,1,1,28704,0,8574.84,1508,642.916,2.54818,180,0,0,1,0,0,0,0,0),(57180,34716,571,1,1,28855,0,8550.08,1543.92,642.182,4.81711,180,0,0,1,0,0,0,0,0),(57416,34716,571,1,1,28704,0,8515.85,1626.35,642.677,0.488692,180,0,0,1,0,0,0,0,0),(59516,34716,571,1,1,28704,0,8558.4,1711.54,642.178,4.72984,180,0,0,1,0,0,0,0,0),(59766,34716,571,1,1,28855,0,8606.21,1604.1,642.851,3.36848,180,0,0,1,0,0,0,0,0),(60702,34716,571,1,1,28972,0,8525.7,1569.93,642.691,6.16101,180,0,0,1,0,0,0,0,0),(60772,34728,571,1,1,25343,1,8586.69,1699.17,644.605,-0.7887,180,0,0,1,0,0,0,0,0),(60773,34728,571,1,1,25343,1,8471.97,1571.04,670.028,0,180,0,0,1,0,0,0,0,0),(60774,34728,571,1,1,25342,1,8550.54,1392.97,642.559,4.57276,180,0,0,1,0,0,0,0,0),(60775,34728,571,1,1,25343,1,8506.08,1337.11,627.437,4.57276,180,0,0,1,0,0,0,0,0),(60776,34728,571,1,1,25343,1,8477.6,1371.89,632.699,4.45059,180,0,0,1,0,0,0,0,0),(60778,34728,571,1,1,25342,1,8476.45,1395.92,641.074,4.13643,180,0,0,1,0,0,0,0,0),(60779,34728,571,1,1,25343,1,8528.71,1359.24,639.741,4.57276,180,0,0,1,0,0,0,0,0),(60781,34728,571,1,1,25343,1,8604.18,1591.51,642.876,2.44346,180,0,0,1,0,0,0,0,0),(60782,34728,571,1,1,25342,1,8543.39,1372.57,642.266,4.46804,180,0,0,1,0,0,0,0,0),(60786,34728,571,1,1,25342,1,8502.65,1409.11,642.173,3.97935,180,0,0,1,0,0,0,0,0),(60789,34728,571,1,1,25343,1,8491.69,1388.44,641.26,4.45059,180,0,0,1,0,0,0,0,0),(60790,34728,571,1,1,25343,1,8591.47,1582.54,642.178,5.14872,180,0,0,1,0,0,0,0,0),(60793,34728,571,1,1,25342,1,8556.92,1640.26,642.691,4.11898,180,0,0,1,0,0,0,0,0),(60794,34728,571,1,1,25343,1,8585.37,1628.13,642.178,6.0912,180,0,0,1,0,0,0,0,0),(60799,34728,571,1,1,25343,1,8557.27,1488.54,642.317,3.78736,180,0,0,1,0,0,0,0,0),(60800,34728,571,1,1,25342,1,8556.61,1626.92,642.252,3.7001,180,0,0,1,0,0,0,0,0),(60805,34728,571,1,1,25342,1,8501.02,1640.43,646.494,0.907571,180,0,0,1,0,0,0,0,0),(60807,34728,571,1,1,25342,1,8513.75,1630.06,643.483,0.471239,180,0,0,1,0,0,0,0,0),(60808,34728,571,1,1,25342,1,8521.25,1606.34,642.177,0.226893,180,0,0,1,0,0,0,0,0),(60810,34728,571,1,1,25343,1,8525.48,1667.08,643.171,4.27606,180,0,0,1,0,0,0,0,0),(60811,34728,571,1,1,25342,1,8547.88,1468.5,643.725,4.90438,180,0,0,1,0,0,0,0,0),(60814,34728,571,1,1,25343,1,8513.82,1461.54,646.481,5.02655,180,0,0,1,0,0,0,0,0),(60855,34728,571,1,1,25343,1,8520.8,1487.32,641.737,5.41052,180,0,0,1,0,0,0,0,0),(60890,34728,571,1,1,25343,1,8572.98,1707.67,642.456,5.60251,180,0,0,1,0,0,0,0,0),(60893,34728,571,1,1,25342,1,8521.83,1521.48,642.718,5.41052,180,0,0,1,0,0,0,0,0),(60896,34728,571,1,1,25342,1,8605.57,1622.3,642.297,2.96706,180,0,0,1,0,0,0,0,0),(60897,34728,571,1,1,25342,1,8523.67,1383.24,642.166,0.15708,180,0,0,1,0,0,0,0,0),(60919,34728,571,1,1,25342,1,8514.7,1398.7,642.473,4.97419,180,0,0,1,0,0,0,0,0),(61311,34728,571,1,1,25343,1,8542.34,1421.88,638.376,3.87463,180,0,0,1,0,0,0,0,0),(61478,34728,571,1,1,25342,1,8524.33,1588.98,642.177,0.10472,180,0,0,1,0,0,0,0,0),(62001,34728,571,1,1,25342,1,8537.59,1435.61,638.323,4.50295,180,0,0,1,0,0,0,0,0),(62002,34728,571,1,1,25343,1,8530.87,1557.36,643.617,0.628319,180,0,0,1,0,0,0,0,0),(62003,34728,571,1,1,25342,1,8520.96,1497.83,642.091,2.68781,180,0,0,1,0,0,0,0,0),(62004,34728,571,1,1,25342,1,8543.58,1657.86,642.178,4.39823,180,0,0,1,0,0,0,0,0),(62005,34728,571,1,1,25343,1,8545.94,1708.05,642.178,2.40855,180,0,0,1,0,0,0,0,0),(62006,34734,571,1,1,27832,1,8496.78,1459.57,663.24,5.13127,180,0,0,1,0,0,0,0,0),(62007,34734,571,1,1,27834,1,8488.72,1556.52,671.294,5.63741,180,0,0,1,0,0,0,0,0),(62176,34734,571,1,1,27834,1,8563.34,1681.37,642.178,3.08923,180,0,0,1,0,0,0,0,0),(62178,34734,571,1,1,27832,1,8561.4,1416.4,643.195,4.91869,180,0,0,1,0,2,0,0,0),(62237,34734,571,1,1,27834,1,8583.75,1590.93,642.178,2.32129,180,0,0,1,0,0,0,0,0),(62850,34734,571,1,1,27832,1,8576.39,1675.32,642.24,2.67035,180,0,0,1,0,0,0,0,0),(62860,34734,571,1,1,27832,1,8579.17,1611.8,642.178,4.29351,180,0,0,1,0,0,0,0,0),(62861,34734,571,1,1,27832,1,8547.89,1601.88,642.178,0,180,0,0,1,0,0,0,0,0),(62862,34734,571,1,1,27834,1,8562.59,1517.6,642.24,3.19395,180,0,0,1,0,0,0,0,0),(62863,34734,571,1,1,27832,1,8562.25,1599.85,642.178,6.26573,180,0,0,1,0,0,0,0,0),(62886,34734,571,1,1,27834,1,8558.85,1638.25,642.718,4.83519,180,0,0,1,0,2,0,0,0),(62888,34734,571,1,1,27834,1,8537.01,1711.5,642.178,5.09636,180,0,0,1,0,0,0,0,0),(62889,34734,571,1,1,27834,1,8514.88,1673.44,646.589,0.520728,180,0,0,1,0,2,0,0,0),(62890,34734,571,1,1,27834,1,8491.52,1607.78,671.294,0.401426,180,0,0,1,0,0,0,0,0),(62950,34734,571,1,1,27834,1,8541.94,1673.63,642.178,0.837758,180,0,0,1,0,0,0,0,0),(62951,34734,571,1,1,27834,1,8545.37,1489.48,642.175,1.3439,180,0,0,1,0,0,0,0,0),(63093,34734,571,1,1,27834,1,8564.43,1640.99,642.972,3.59867,180,5,0,1,0,1,0,0,0),(63124,34734,571,1,1,27832,1,8508.91,1423.38,642.168,4.03171,180,0,0,1,0,2,0,0,0),(63125,34734,571,1,1,27834,1,8545.26,1695.17,642.178,5.16617,180,0,0,1,0,0,0,0,0),(63126,34734,571,1,1,27832,1,8542.57,1528.11,642.184,5.21853,180,0,0,1,0,0,0,0,0),(63127,34808,571,1,1,27775,1,8530.89,1416.05,638.376,4.2237,180,0,0,1,0,0,0,0,0),(63128,34810,571,1,1,26241,0,8522.84,1397.96,665.712,0,180,5,0,1,0,1,0,0,0),(85131,36069,571,1,1,29970,1,8515.2,746.389,575.785,6.08606,180,0,0,1,0,2,0,0,0),(85132,33769,571,1,1,28840,1,8613.75,815.734,547.637,2.11185,180,0,0,1,0,0,0,0,0),(85133,33513,571,1,1,28652,0,8523.9,566.635,552.922,2.40855,180,0,0,1,0,0,0,0,0),(85134,33770,571,1,1,28842,0,8587.27,829.251,547.463,0.069813,180,0,0,1,0,0,0,0,0),(85135,34794,571,1,1,29435,1,8401.18,767.998,549.533,3.40339,180,0,0,1,0,0,0,0,0),(85136,33771,571,1,1,28843,0,8451.65,1058.68,554.493,1.25664,180,0,0,1,0,0,0,0,0),(85139,33518,571,1,1,29147,0,8549.62,1142.1,557.53,5.02655,180,0,0,1,0,0,0,0,0),(85140,33522,571,1,1,29148,0,8459.36,969.708,546.134,3.57792,180,0,0,1,0,0,0,0,0),(200877,35073,0,1,1,0,1,-4722.01,-1155.43,502.448,1.49649,300,0,0,2614,2117,0,0,0,0),(200876,36208,1,1,1,0,1,-4102.58,107.004,76.2813,3.7571,120,0,0,2038,1807,2,0,0,0),(85154,33778,571,1,1,0,0,8561.68,850.962,558.21,1.64061,120,0,0,1,0,0,0,0,0),(85153,33778,571,1,1,0,0,8470.58,850.337,558.21,1.64061,120,0,0,1,0,0,0,0,0),(85152,33778,571,1,1,0,0,8464.43,741.79,558.21,4.66003,120,0,0,1,0,0,0,0,0),(85151,33778,571,1,1,0,0,8460.21,839.373,558.21,2.98451,120,0,0,1,0,0,0,0,0),(85150,33778,571,1,1,0,0,8459.58,754.503,558.21,3.08923,120,0,0,1,0,0,0,0,0),(85149,33778,571,1,1,0,0,8343.94,846.909,586.263,0.174533,120,0,0,1,0,0,0,0,0),(85148,33778,571,1,1,0,0,8323.41,834.78,586.263,4.43314,120,0,0,1,0,0,0,0,0),(85147,33778,571,1,1,0,0,8316.54,846.404,586.263,3.40339,120,0,0,1,0,0,0,0,0),(85146,33778,571,1,1,0,0,8643.19,572.29,586.302,0.349066,120,0,0,1,0,0,0,0,0),(85145,33778,571,1,1,0,0,8635.68,583.735,586.302,1.32645,120,0,0,1,0,0,0,0,0),(85144,33778,571,1,1,0,0,8616.15,570.372,586.302,3.50811,120,0,0,1,0,0,0,0,0),(85143,33778,571,1,1,0,0,8572.5,834.153,558.21,0.0174533,120,0,0,1,0,0,0,0,0),(85142,33778,571,1,1,0,0,8571.82,744.924,558.21,0.0174533,120,0,0,1,0,0,0,0,0),(85141,33778,571,1,1,0,0,8559.65,735.484,558.21,4.66003,120,0,0,1,0,0,0,0,0),(85159,35573,571,1,1,29850,1,8529.34,724.899,558.607,3.1765,180,0,0,1,0,0,0,0,0),(85160,35574,571,1,1,29851,1,8502.84,724.707,558.607,6.26573,180,0,0,1,0,0,0,0,0),(85161,35575,571,1,1,29853,1,8529.17,722.262,558.612,3.15905,180,0,0,1,0,0,0,0,0),(85162,35576,571,1,1,29856,1,8502.64,721.774,558.613,6.26573,180,0,0,1,0,0,0,0,0),(85163,33272,571,1,1,29075,0,8638.93,881.688,545.425,3.21141,180,0,0,1,0,0,0,0,0),(85164,33272,571,1,1,29075,0,8560.67,1028.98,548.351,3.19395,180,0,0,1,0,0,0,0,0),(85165,33272,571,1,1,29075,0,8591.15,1065.26,559.794,1.15192,180,0,0,1,0,0,0,0,0),(85166,33272,571,1,1,29075,0,8639.67,873.886,545.543,3.14159,180,0,0,1,0,0,0,0,0),(85167,33272,571,1,1,29075,0,8589.38,1126.25,556.887,3.49066,180,0,0,1,0,0,0,0,0),(85168,33272,571,1,1,29075,0,8640.61,866.444,545.41,3.10669,180,0,0,1,0,0,0,0,0),(85169,33272,571,1,1,29075,0,8375.62,869.757,548.694,5.35816,180,0,0,1,0,0,0,0,0),(85170,33272,571,1,1,29075,0,8575.61,1022.97,547.438,0.750492,180,0,0,1,0,0,0,0,0),(85171,35577,571,1,1,29854,1,8528.88,710.175,558.621,3.10669,180,0,0,1,0,0,0,0,0),(200815,34882,571,1,1,0,1,8460.23,1087.09,554.492,3.77225,25,0,0,12600,0,0,0,0,0),(85173,35578,571,1,1,29857,1,8502.64,710.719,558.621,6.26573,180,0,0,1,0,0,0,0,0),(85174,35579,571,1,1,29852,1,8527.99,706.875,558.621,3.08923,180,0,0,1,0,0,0,0,0),(202398,33787,571,1,1,1126,0,8632.12,900.453,546.029,0,120,0,0,1,0,0,0,0,0),(202397,33787,571,1,1,1126,0,8616.62,943.828,549.251,0,120,0,0,1,0,0,0,0,0),(202396,33787,571,1,1,1126,0,8616.47,1042.87,559.248,0,120,0,0,1,0,0,0,0,0),(202395,33787,571,1,1,1126,0,8615.7,1035.97,559.497,0,120,0,0,1,0,0,0,0,0),(202394,33787,571,1,1,1126,0,8604.84,1082.85,559.353,0,120,0,0,1,0,0,0,0,0),(202393,33787,571,1,1,1126,0,8604.26,859.873,548.507,0,120,0,0,1,0,0,0,0,0),(202392,33787,571,1,1,1126,0,8604.07,1092.51,558.54,0,120,0,0,1,0,0,0,0,0),(202391,33787,571,1,1,1126,0,8593.81,872.91,549.982,0,120,0,0,1,0,0,0,0,0),(202390,33787,571,1,1,1126,0,8589.3,886.342,549.414,0,120,0,0,1,0,0,0,0,0),(202389,33787,571,1,1,1126,0,8589.14,1012.29,548.92,0,120,0,0,1,0,0,0,0,0),(202388,33787,571,1,1,1126,0,8588.93,918.773,548.987,0,120,0,0,1,0,0,0,0,0),(202387,33787,571,1,1,1126,0,8586.24,947.203,548.446,0,120,0,0,1,0,0,0,0,0),(202386,33787,571,1,1,1126,0,8586.01,904.311,550.025,0,120,0,0,1,0,0,0,0,0),(202385,33787,571,1,1,1126,0,8575.21,1010.22,548.635,0,120,0,0,1,0,0,0,0,0),(202384,33787,571,1,1,1126,0,8564.38,990.137,548.777,0,120,0,0,1,0,0,0,0,0),(202383,33787,571,1,1,1126,0,8552.33,1048.9,548.903,0,120,0,0,1,0,0,0,0,0),(202382,33787,571,1,1,1126,0,8388.85,990.25,549.431,0,120,0,0,1,0,0,0,0,0),(202381,33787,571,1,1,1126,0,8387.41,923.688,547.253,0,120,0,0,1,0,0,0,0,0),(202380,33787,571,1,1,1126,0,8386.79,943.564,547.762,0,120,0,0,1,0,0,0,0,0),(202379,33787,571,1,1,1126,0,8385.47,966.424,547.421,0,120,0,0,1,0,0,0,0,0),(202378,33787,571,1,1,1126,0,8382.61,881.09,549.359,0,120,0,0,1,0,0,0,0,0),(202377,33787,571,1,1,1126,0,8367.03,787.431,548.909,0,120,0,0,1,0,0,0,0,0),(202376,33787,571,1,1,1126,0,8364.44,864.872,551.774,0,120,0,0,1,0,0,0,0,0),(202375,33787,571,1,1,1126,0,8362.91,842.292,549.048,0,120,0,0,1,0,0,0,0,0),(85200,35580,571,1,1,29855,1,8502.49,707.036,558.621,6.23082,180,0,0,1,0,0,0,0,0),(85201,33788,571,1,1,28878,1,8570.94,1008.47,548.293,2.09638,180,0,0,1,0,0,0,0,0),(85202,33790,571,1,1,29255,0,8569.28,655.361,547.93,0.191986,180,0,0,1,0,0,0,0,0),(85203,33790,571,1,1,29255,0,8491.55,948.443,547.411,2.37365,180,0,0,1,0,0,0,0,0),(85204,33791,571,1,1,29262,0,8417.69,706.6,547.415,4.88692,180,0,0,1,0,0,0,0,0),(85205,33791,571,1,1,29262,0,8488.15,916.42,547.524,2.54818,180,0,0,1,0,0,0,0,0),(54535,32369,571,1,1,27944,1,5745.31,1005.82,174.563,4.08407,180,0,0,1,0,0,0,0,0),(65524,32371,571,1,1,27945,1,5743.97,1021.92,174.566,3.4383,180,0,0,1,0,0,0,0,0),(66729,32372,571,1,1,27946,1,5742.24,1038.21,174.566,3.21141,180,0,0,1,0,0,0,0,0),(70951,32373,571,1,1,27947,1,5729.57,1021.48,174.604,4.97419,180,0,0,1,0,2,0,0,0),(72214,32374,571,1,1,27948,1,5747.04,1029.93,174.536,3.38594,180,0,0,1,0,2,0,0,0),(72215,32375,571,1,1,27949,1,5750.64,1006.57,174.536,0.15708,180,0,0,1,0,2,0,0,0),(72221,31402,571,1,1,25195,1,5715.94,1004.29,174.563,2.47837,180,0,0,1,0,0,0,570688256,32),(72403,27306,571,1,1,11686,0,5727,1036.66,198.093,0.785398,180,0,0,1,0,0,0,0,0),(72404,27306,571,1,1,11686,0,5737.49,998.099,198.361,4.85202,180,0,0,1,0,0,0,0,0),(77844,27306,571,1,1,11686,0,5726.85,1015.9,198.601,4.27606,180,0,0,1,0,0,0,0,0),(78186,35587,571,1,1,28928,1,5790.81,538.849,691.181,0.885988,180,5,0,1,0,1,0,0,0),(78187,35587,571,1,1,28930,1,5789.31,545.59,688.708,0.85701,180,5,0,1,0,1,0,0,0),(85056,32263,571,1,1,27864,1,8206.29,2077.71,550.68,4.45059,180,0,0,1,0,0,0,0,0),(209030,35607,571,1,1,0,0,5927.63,731.576,643.253,4.69494,120,0,0,1,0,0,0,0,0),(85060,35608,571,1,1,7804,0,5805.41,639.755,685.145,0,180,0,0,1,0,0,0,0,0),(85063,34330,571,1,1,5554,0,5842.17,631.038,656.145,4.79965,180,0,0,1,0,0,0,0,0),(85064,34095,571,1,1,29076,1,5761.32,578.753,615.052,2.09439,180,0,0,1,0,0,0,0,0),(85075,25391,571,1,1,22506,0,4024.55,3742.41,88.997,3.54302,180,0,0,1,0,0,0,0,0),(85076,25391,571,1,1,22506,0,4052.66,3672.71,89.0616,4.99164,180,0,0,1,0,0,0,0,0),(85077,25391,571,1,1,22506,0,4053.73,3790.19,88.898,5.35816,180,0,0,1,0,0,0,0,0),(85082,25391,571,1,1,22506,0,4045.81,3648.79,88.9419,3.29867,180,0,0,1,0,0,0,0,0),(85083,25391,571,1,1,22506,0,4014.55,3773.26,88.0947,3.1765,180,0,0,1,0,0,0,0,0),(85086,25392,571,1,1,23510,1,4093.01,3495.03,131.75,2.98451,180,0,0,1,0,0,0,0,0),(85087,36155,571,1,1,27165,0,3455.97,5897.64,146.021,0,180,5,0,1,0,1,0,0,0),(85091,35131,571,1,1,29623,0,2280.9,5177.21,11.423,3.28122,180,0,0,1,0,0,0,0,0),(85092,35132,571,1,1,29624,0,2768.74,6140.37,208.855,5.42797,180,0,0,1,0,0,0,0,0),(85093,35133,571,1,1,29625,0,2277.37,5172.91,11.423,2.58309,180,0,0,1,0,0,0,0,0),(85097,35135,571,1,1,29626,1,2770.26,6146.73,208.835,5.37561,180,0,0,1,0,0,0,0,0),(85098,25422,571,1,1,16213,0,3791.1,3411.64,85.1357,1.91986,180,0,0,1,0,0,0,0,0),(85118,25422,571,1,1,16213,0,3779.65,3417.63,85.1137,1.72788,180,0,0,1,0,0,0,0,0),(85121,25471,571,1,1,17188,0,4111.14,3734.87,91.8481,3.9968,180,0,0,1,0,0,0,0,0),(85206,25472,571,1,1,17188,0,4094.38,3493.95,131.75,0.767945,180,0,0,1,0,0,0,0,0),(85208,33938,571,1,1,26465,0,5751.73,582.943,615.052,0,180,0,0,1,0,0,0,0,0),(85209,33937,571,1,1,26464,0,5751.54,584.66,615.052,0,180,0,0,1,0,0,0,0,0),(85210,33936,571,1,1,26463,0,5753.74,585.413,615.052,0,180,0,0,1,0,0,0,0,0),(85211,34952,571,1,1,29743,0,5674.18,805.627,653.779,0,180,0,0,1,0,0,0,0,0),(85212,34953,571,1,1,29744,0,5915.09,556.299,660.573,0.977384,180,0,0,1,0,0,0,0,0),(85214,35471,571,1,1,29820,0,5926.92,548.957,640.573,1.90241,180,0,0,1,0,0,0,0,0),(85215,25493,571,1,1,17188,0,4126.15,3638.16,93.3448,3.63029,180,5,0,1,0,1,0,0,0),(85216,36506,571,1,1,30156,1,5729.33,750.382,641.834,4.46804,180,0,0,1,0,0,0,0,0),(85217,35494,571,1,1,29832,1,5766.38,738.24,653.748,2.94961,180,0,0,1,0,0,0,0,0),(85218,35496,571,1,1,29836,0,5798.02,689.601,647.182,4.18879,180,0,0,1,0,0,0,0,0),(85219,35497,571,1,1,29835,0,5672.55,624.063,648.189,2.07694,180,0,0,1,0,0,0,0,0),(85220,35498,571,1,1,29833,0,5918.86,662.958,643.579,2.54818,180,0,0,1,0,0,0,0,0),(85221,25258,571,1,1,23031,1,2280.15,5179.14,11.423,4.38078,180,0,0,1,0,0,0,0,0),(85222,25259,571,1,1,23031,1,2280.96,5180.91,11.423,3.735,180,0,0,1,0,0,0,0,0),(85223,25516,571,1,1,23242,0,4131.38,3522.5,109.094,3.03687,180,0,0,1,0,0,0,0,0),(85224,33964,571,1,1,28987,1,5762.13,731.637,653.748,2.47837,180,0,0,1,0,0,0,0,0),(85225,35500,571,1,1,29834,0,5664.53,619.177,648.189,2.16421,180,0,0,1,0,0,0,0,0),(85226,25261,571,1,1,23031,1,2282.03,5179.58,11.423,3.76991,180,0,0,1,0,0,0,0,0),(85227,35507,571,1,1,29830,1,5758.4,745.385,653.748,4.27606,180,0,0,1,0,0,0,0,0),(85228,25534,571,1,1,24826,0,4091.82,3542.37,109.313,0.942478,180,0,0,1,0,0,0,0,0),(85229,25534,571,1,1,24826,0,4144.09,3513.31,109.009,2.14675,180,0,0,1,0,0,0,0,0),(85230,25534,571,1,1,24826,0,4128.39,3475.31,109.115,2.54818,180,0,0,1,0,0,0,0,0),(85231,25534,571,1,1,24826,0,4051.94,3470.89,109.293,5.79449,180,0,0,1,0,0,0,0,0),(85232,25534,571,1,1,24826,0,4104.46,3441.82,108.989,2.63545,180,0,0,1,0,0,0,0,0),(85233,25534,571,1,1,24826,0,4105.06,3473.15,109.109,2.67035,180,0,0,1,0,0,0,0,0),(85234,25534,571,1,1,24826,0,4117.57,3496.2,109.108,2.82743,180,0,0,1,0,0,0,0,0),(85235,25534,571,1,1,24826,0,4084.45,3499.61,131.75,5.81195,180,0,0,1,0,0,0,0,0),(85236,34244,571,1,1,29132,1,5802.15,462.26,660.737,5.37561,180,0,0,1,0,0,0,0,0),(85237,34252,571,1,1,29145,0,5917.98,670.213,643.579,3.94444,180,0,0,1,0,0,0,0,0),(85238,35790,571,1,1,29921,1,5770.65,734.656,618.661,5.09636,180,0,0,1,0,0,0,0,0),(85239,27860,571,1,1,24881,1,3784.1,3500.31,304.342,2.32129,180,0,0,1,0,0,0,0,0),(85240,26073,571,1,1,0,1,3788.44,3418.25,86.61,0.994838,180,0,0,1,0,0,0,0,0),(85241,26076,571,1,1,23103,1,4111.34,3735.04,91.8481,3.57792,180,0,0,1,0,0,0,0,0),(85242,29668,571,1,1,26495,0,5642.19,799.859,654.384,0.174533,180,0,0,1,0,0,0,0,0),(85243,29669,571,1,1,26484,0,5651.19,811.743,654.384,0.785398,180,0,0,1,0,0,0,0,0),(85244,29670,571,1,1,26499,0,5664.13,811.808,654.384,0.610865,180,0,0,1,0,0,0,0,0),(85245,29671,571,1,1,26504,0,5660.15,794.894,654.384,3.24631,180,0,0,1,0,0,0,0,0),(85246,26093,571,1,1,11686,0,3739.39,3567.09,374.341,3.80482,180,5,0,1,0,1,0,0,0),(85247,25843,571,1,1,2438,0,2664.67,5123.93,17.3804,1.24603,180,5,0,1,0,1,0,0,0),(85248,25843,571,1,1,2438,0,2523.59,5091.77,6.71184,4.61884,180,0,0,1,0,0,0,0,0),(85249,25335,571,1,1,23170,1,4138.37,5785.34,60.9668,2.94961,180,0,0,1,0,0,0,0,0),(85250,23810,571,1,1,17612,0,1304.1,-2747.17,0.458157,1.16937,180,0,0,1,0,0,0,0,0),(85251,23810,571,1,1,17612,0,1358.56,-2771.25,5.78161,6.07375,180,0,0,1,0,0,0,0,0),(85252,23810,571,1,1,17612,0,1332.87,-2777.95,0.328471,5.81195,180,0,0,1,0,0,0,0,0),(85253,23810,571,1,1,17612,0,1059.95,-2497.24,0.128173,1.74533,180,0,0,1,0,0,0,0,0),(85254,23810,571,1,1,17612,0,1065.3,-2460.85,0.265556,1.62316,180,0,0,1,0,0,0,0,0),(85255,23810,571,1,1,17612,0,1082.5,-2484.29,25.6646,4.88692,180,0,0,1,0,0,0,0,0),(85256,23810,571,1,1,17612,0,1061.66,-2515.99,34.2006,1.46608,180,0,0,1,0,0,0,0,0),(85257,23755,571,1,1,3833,0,1474.7,-2643.14,42.3117,5.67232,180,0,0,1,0,0,0,0,0),(85258,23755,571,1,1,3833,0,1622.43,-2289.98,55.6536,2.51327,180,0,0,1,0,0,0,0,0),(85259,23755,571,1,1,3833,0,1490.65,-2649.31,13.8147,5.77756,180,5,0,1,0,1,0,0,0),(85260,23755,571,1,1,3833,0,1438.07,-2629.26,12.6308,4.93762,180,5,0,1,0,1,0,0,0),(85261,23755,571,1,1,3833,0,1080.4,-2325.64,12.9298,5.32325,180,0,0,1,0,0,0,0,0),(85262,23755,571,1,1,3833,0,1634.04,-2299.25,7.73296,4.84302,180,5,0,1,0,1,0,0,0),(85263,23755,571,1,1,3833,0,1192.3,-2704.34,12.689,5.98565,180,5,0,1,0,1,0,0,0),(85264,23755,571,1,1,3833,0,1062.27,-2330.42,13.2044,0.090776,180,5,0,1,0,1,0,0,0),(85265,23755,571,1,1,3833,0,1066.67,-2334.28,13.1053,4.69494,180,0,0,1,0,0,0,0,0),(85266,23755,571,1,1,3833,0,1078.96,-2324,7.53701,3.35467,180,5,0,1,0,1,0,0,0),(85267,23755,571,1,1,3833,0,1583.21,-2268.6,13.737,5.1229,180,5,0,1,0,1,0,0,0),(85268,23755,571,1,1,3833,0,1064.76,-2323.31,13.0336,1.91986,180,0,0,1,0,0,0,0,0),(85269,23755,571,1,1,3833,0,1193.7,-2708.67,19.9093,0.593412,180,0,0,1,0,0,0,0,0),(85270,23755,571,1,1,3833,0,1204.94,-2710.36,18.2658,5.15992,180,5,0,1,0,1,0,0,0),(85271,23755,571,1,1,3833,0,1218.73,-2696.49,13.0547,4.85202,180,0,0,1,0,0,0,0,0),(85272,23755,571,1,1,3833,0,1440.1,-2628.98,18.1587,1.99383,180,5,0,1,0,1,0,0,0),(85273,23755,571,1,1,3833,0,1473.58,-2652.04,13.1081,3.83197,180,5,0,1,0,1,0,0,0),(85274,23755,571,1,1,3833,0,1102.84,-2309.28,19.8098,3.59538,180,0,0,1,0,0,0,0,0),(85275,23755,571,1,1,3833,0,1221.05,-2691.16,13.1413,2.22398,180,5,0,1,0,1,0,0,0),(85276,23755,571,1,1,3833,0,1224.89,-2683.89,13.1643,2.11185,180,0,0,1,0,0,0,0,0),(85277,23755,571,1,1,3833,0,1474.83,-2637.27,13.1587,0.715585,180,0,0,1,0,0,0,0,0),(85278,23755,571,1,1,3833,0,1455.53,-2635.16,12.9788,2.72794,180,5,0,1,0,1,0,0,0),(85279,23755,571,1,1,3833,0,1456.1,-2640.24,12.9748,4.36332,180,0,0,1,0,0,0,0,0),(85280,23755,571,1,1,3833,0,1631.91,-2291.19,18.8071,1.62206,180,5,0,1,0,1,0,0,0),(85281,23755,571,1,1,3833,0,1634.31,-2297.06,20.0082,2.49582,180,0,0,1,0,0,0,0,0),(85282,23755,571,1,1,3833,0,1611.01,-2278.65,13.0776,2.3351,180,5,0,1,0,1,0,0,0),(85283,23755,571,1,1,3833,0,1601.86,-2273.59,13.2385,1.09956,180,0,0,1,0,0,0,0,0),(85284,23755,571,1,1,3833,0,1608.08,-2287.81,13.1094,4.20624,180,0,0,1,0,0,0,0,0),(85285,23755,571,1,1,3833,0,1596.75,-2282.52,13.2372,4.20624,180,0,0,1,0,0,0,0,0),(85286,23755,571,1,1,3833,0,1596.55,-2274.38,13.3079,0.891784,180,5,0,1,0,1,0,0,0),(85287,23755,571,1,1,3833,0,1611.91,-2280.01,13.1218,0.820305,180,0,0,1,0,0,0,0,0),(85288,23755,571,1,1,3833,0,1096.98,-2312.44,18.404,1.72973,180,5,0,1,0,1,0,0,0),(85289,23755,571,1,1,3833,0,1075.84,-2323.98,12.991,0.458862,180,5,0,1,0,1,0,0,0),(85290,23755,571,1,1,3833,0,1076.05,-2318.55,12.9181,1.93731,180,0,0,1,0,0,0,0,0),(85291,23755,571,1,1,3833,0,1084.51,-2320.05,14.2038,5.40405,180,5,0,1,0,1,0,0,0),(85292,23755,571,1,1,3833,0,1053.16,-2341.42,13.569,5.48317,180,5,0,1,0,1,0,0,0),(85293,23755,571,1,1,3833,0,1214.85,-2690.6,13.0351,2.09439,180,0,0,1,0,0,0,0,0),(85294,23755,571,1,1,3833,0,1248.73,-2674.72,13.895,0.283839,180,5,0,1,0,1,0,0,0),(85295,23755,571,1,1,3833,0,1232.68,-2689.58,13.1546,5.72468,180,0,0,1,0,0,0,0,0),(85296,23755,571,1,1,3833,0,1229.34,-2682.42,13.2734,1.58299,180,5,0,1,0,1,0,0,0),(85297,23755,571,1,1,3833,0,1430.91,-2627.43,19.8508,5.84685,180,0,0,1,0,0,0,0,0),(85298,23755,571,1,1,3833,0,1458.58,-2632.59,12.9642,1.29154,180,0,0,1,0,0,0,0,0),(85299,23755,571,1,1,3833,0,1467.51,-2645.06,13.0957,4.2586,180,0,0,1,0,0,0,0,0),(85300,23771,571,1,1,21788,0,1081.89,-2328.48,12.8215,5.25344,180,0,0,1,0,0,0,0,0),(85301,23771,571,1,1,21788,0,1066.6,-2337.76,13.0835,4.76475,180,0,0,1,0,0,0,0,0),(85302,23771,571,1,1,21788,0,1595.5,-2285.31,13.1591,4.27606,180,0,0,1,0,0,0,0,0),(85303,23771,571,1,1,21788,0,1063.65,-2320.48,12.9538,1.95477,180,0,0,1,0,0,0,0,0),(85304,23771,571,1,1,21788,0,1220.49,-2700.09,12.9166,5.18363,180,0,0,1,0,0,0,0,0),(85305,23771,571,1,1,21788,0,1222.59,-2680.49,13.0622,2.19912,180,0,0,1,0,0,0,0,0),(85306,23771,571,1,1,21788,0,1476.89,-2634.9,13.1391,0.855211,180,0,0,1,0,0,0,0,0),(85307,23771,571,1,1,21788,0,1454.62,-2643.61,12.8483,4.29351,180,0,0,1,0,0,0,0,0),(85308,23771,571,1,1,21788,0,1606.7,-2290.55,13.0046,4.29351,180,0,0,1,0,0,0,0,0),(85309,23771,571,1,1,21788,0,1603.61,-2270.65,13.1528,1.01229,180,0,0,1,0,0,0,0,0),(85310,23771,571,1,1,21788,0,1613.65,-2277.24,13.0097,1.01229,180,0,0,1,0,0,0,0,0),(85311,23771,571,1,1,21788,0,1074.79,-2315.57,12.8066,1.97222,180,0,0,1,0,0,0,0,0),(85312,23771,571,1,1,21788,0,1212.79,-2687.81,12.9161,2.21657,180,0,0,1,0,0,0,0,0),(85313,23771,571,1,1,21788,0,1235.44,-2691.25,13.0614,5.72468,180,0,0,1,0,0,0,0,0),(85314,23771,571,1,1,21788,0,1459.51,-2629.44,12.8517,1.29154,180,0,0,1,0,0,0,0,0),(85315,23771,571,1,1,21788,0,1465.89,-2648.43,12.998,4.27606,180,0,0,1,0,0,0,0,0),(85316,24832,571,1,1,17188,0,255.682,-5891.46,83.0762,0.593412,180,0,0,1,0,0,0,0,0),(85317,33025,571,1,1,28431,1,6970.98,-4094.88,479.446,3.75246,180,0,0,1,0,0,0,0,0),(85318,24330,571,1,1,22169,0,418.273,-4653.62,246.962,5.49779,180,0,0,1,0,0,0,0,0),(85319,23823,571,1,1,21894,0,1406.94,-3107.02,166.16,0.855211,180,0,0,1,0,0,0,0,0),(85320,26909,571,1,1,24157,0,533.751,-5048.23,10.3191,1.39626,180,0,0,1,0,0,0,0,0),(85321,26654,571,1,1,23978,0,4045.7,2210.59,151.873,6.26573,120,0,0,1,0,0,0,0,0),(85322,27951,571,1,1,24957,1,2660.44,-356.726,144.312,5.98648,180,0,0,1,0,0,0,0,0),(85323,31797,571,1,1,5747,0,7594.69,-2129.2,780.313,2.56563,180,0,0,1,0,0,0,0,0),(85324,31797,571,1,1,5747,0,7694.71,-2167.39,785.221,2.79253,180,0,0,1,0,0,0,0,0),(85325,26934,571,1,1,24178,1,488.725,-5932.58,308.804,2.26893,180,0,0,1,0,0,0,0,0),(85326,24120,571,1,1,21783,1,611.628,-6754.85,5.28476,4.71367,180,0,0,1,0,0,0,0,0),(85327,24120,571,1,1,21779,1,732.197,-6833.8,17.9617,3.9833,180,0,0,1,0,0,0,0,0),(85328,24120,571,1,1,21779,1,584.605,-6870.61,11.3205,3.08104,180,0,0,1,0,0,0,0,0),(85329,24120,571,1,1,21779,1,579.793,-6775.35,17.5349,2.76758,180,0,0,1,0,0,0,0,0),(85330,24120,571,1,1,21779,1,560.807,-6877.04,15.9833,5.09115,180,0,0,1,0,0,0,0,0),(85331,24120,571,1,1,21779,1,766.348,-6722.42,11.2254,4.1364,180,0,0,1,0,0,0,0,0),(85332,24120,571,1,1,21782,1,759.319,-6839.63,11.2184,4.49568,180,0,0,1,0,0,0,0,0),(85333,24120,571,1,1,21779,1,846.64,-6569.74,18.9049,2.17065,180,0,0,1,0,0,0,0,0),(85334,24120,571,1,1,21779,1,572.246,-6877.56,11.1068,2.60871,180,0,0,1,0,0,0,0,0),(85335,24120,571,1,1,21779,1,594.47,-6759.78,11.138,0.844898,180,0,0,1,0,0,0,0,0),(85336,24120,571,1,1,21782,1,621.391,-6768.88,6.01539,3.72928,180,0,0,1,0,0,0,0,0),(85337,24120,571,1,1,21779,1,785.292,-6823.41,16.9952,4.4235,180,0,0,1,0,0,0,0,0),(85338,24120,571,1,1,21783,1,920.184,-6624.17,14.1853,2.82414,180,0,0,1,0,0,0,0,0),(85339,24120,571,1,1,21783,1,757.473,-6717.96,15.3194,0.184003,180,0,0,1,0,0,0,0,0),(85340,24120,571,1,1,21779,1,875.107,-6768.88,17.4769,3.33313,180,0,0,1,0,0,0,0,0),(85341,24120,571,1,1,21783,1,795.882,-6704.54,16.3764,5.38798,180,0,0,1,0,0,0,0,0),(85342,24120,571,1,1,21783,1,598.207,-6876.75,5.21043,0.825041,180,0,0,1,0,0,0,0,0),(85343,24120,571,1,1,21782,1,781.825,-6822.02,16.2822,5.0476,180,0,0,1,0,0,0,0,0),(85344,24120,571,1,1,21782,1,914.981,-6761.7,5.28903,0.533572,180,0,0,1,0,0,0,0,0),(85345,24120,571,1,1,21779,1,578.478,-6875.43,10.8735,4.41483,180,0,0,1,0,0,0,0,0),(85346,24120,571,1,1,21782,1,776.818,-6827.38,13.5947,0.503293,180,0,0,1,0,0,0,0,0),(85347,24120,571,1,1,21779,1,913.356,-6627.91,5.39793,2.92716,180,0,0,1,0,0,0,0,0),(85348,24120,571,1,1,21783,1,743.303,-6832.46,15.7389,4.47612,180,0,0,1,0,0,0,0,0),(85349,24120,571,1,1,21782,1,746.133,-6823.33,11.681,3.01371,180,0,0,1,0,0,0,0,0),(85350,24120,571,1,1,21783,1,768.79,-6821.58,7.15477,1.45927,180,0,0,1,0,0,0,0,0),(85351,24120,571,1,1,21782,1,562.443,-6877.66,10.2616,5.92479,180,0,0,1,0,0,0,0,0),(85352,24120,571,1,1,21779,1,887.271,-6769.63,11.4513,1.01726,180,0,0,1,0,0,0,0,0),(85353,24120,571,1,1,21779,1,559.897,-6867.75,15.7148,2.12293,180,0,0,1,0,0,0,0,0),(85354,24120,571,1,1,21782,1,781.438,-6708.14,11.692,2.96406,180,0,0,1,0,0,0,0,0),(85355,24120,571,1,1,21779,1,585.265,-6769.1,16.002,5.20053,180,0,0,1,0,0,0,0,0),(85356,24120,571,1,1,21779,1,907.522,-6624.36,10.7909,6.1538,180,0,0,1,0,0,0,0,0),(85357,24120,571,1,1,21779,1,920.69,-6751.4,16.508,3.12637,180,0,0,1,0,0,0,0,0),(85358,24120,571,1,1,21783,1,608.843,-6866.48,17.5678,6.0018,180,0,0,1,0,0,0,0,0),(85359,24120,571,1,1,21779,1,619.311,-6760.18,12.7382,3.59932,180,0,0,1,0,0,0,0,0),(85360,24120,571,1,1,21783,1,683.092,-6655.53,16.0702,2.56591,180,0,0,1,0,0,0,0,0),(85361,24120,571,1,1,21783,1,894.233,-6634.6,11.467,3.71786,180,0,0,1,0,0,0,0,0),(85362,24120,571,1,1,21782,1,684.729,-6648.09,16.7017,0.942488,180,0,0,1,0,0,0,0,0),(85363,24120,571,1,1,21779,1,789.395,-6711.13,5.31044,4.77056,180,0,0,1,0,0,0,0,0),(85364,24120,571,1,1,21782,1,902.257,-6769.64,11.3639,3.47288,180,0,0,1,0,0,0,0,0),(85365,24120,571,1,1,21783,1,579.333,-6870.07,10.8567,4.64489,180,0,0,1,0,0,0,0,0),(85366,24120,571,1,1,21779,1,578.011,-6777.31,18.986,5.68631,180,0,0,1,0,0,0,0,0),(85367,24120,571,1,1,21783,1,763.341,-6830.75,11.1546,3.31494,180,0,0,1,0,0,0,0,0),(85368,24120,571,1,1,21783,1,777.776,-6818.08,5.582,4.53081,180,0,0,1,0,0,0,0,0),(85369,24120,571,1,1,21779,1,802.444,-6573.65,16.5066,6.03211,180,0,0,1,0,0,0,0,0),(85371,24120,571,1,1,21779,1,632.096,-6758.72,17.0726,5.46247,180,0,0,1,0,0,0,0,0),(85376,24120,571,1,1,21783,1,834.021,-6562.44,5.75801,0.150227,180,0,0,1,0,0,0,0,0),(85377,24120,571,1,1,21779,1,600.452,-6863.52,5.21052,0.114175,180,0,0,1,0,0,0,0,0),(85452,24120,571,1,1,21783,1,752.766,-6714.9,15.9489,3.9565,180,0,0,1,0,0,0,0,0),(85453,24120,571,1,1,21779,1,778.724,-6823.4,5.58019,0.663692,180,0,0,1,0,0,0,0,0),(85454,24120,571,1,1,21779,1,768.679,-6826.64,12.4791,3.16855,180,0,0,1,0,0,0,0,0),(85455,24120,571,1,1,21779,1,842.881,-6566.57,17.5561,2.99664,180,0,0,1,0,0,0,0,0),(85456,24120,571,1,1,21782,1,920.331,-6615.81,5.39924,3.48695,180,0,0,1,0,0,0,0,0),(85457,24120,571,1,1,21779,1,605.362,-6866.42,16.708,3.04889,180,0,0,1,0,0,0,0,0),(85458,24120,571,1,1,21779,1,581.68,-6864.9,10.6796,2.51322,180,0,0,1,0,0,0,0,0),(85459,24120,571,1,1,21782,1,764.066,-6706.68,11.0844,2.51161,180,0,0,1,0,0,0,0,0),(85460,24120,571,1,1,21782,1,900.58,-6746.48,5.1104,3.35548,180,0,0,1,0,0,0,0,0),(85461,24120,571,1,1,21783,1,877.899,-6766.63,16.0465,4.09076,180,0,0,1,0,0,0,0,0),(85462,24120,571,1,1,21779,1,608.683,-6757.69,10.493,2.62296,180,0,0,1,0,0,0,0,0),(85463,24120,571,1,1,21783,1,841.336,-6566.34,17.2078,1.26999,180,0,0,1,0,0,0,0,0),(85464,24120,571,1,1,21782,1,618.702,-6768.4,5.28535,5.84828,180,0,0,1,0,0,0,0,0),(85465,24120,571,1,1,21779,1,920.201,-6755.21,16.0444,5.14735,180,0,0,1,0,0,0,0,0),(85466,24120,571,1,1,21782,1,785.313,-6828.83,16.6599,5.11097,180,0,0,1,0,0,0,0,0),(85467,24120,571,1,1,21782,1,931.884,-6621.78,18.8986,2.61856,180,0,0,1,0,0,0,0,0),(85468,24120,571,1,1,21779,1,886.528,-6631.02,15.3525,2.83683,180,0,0,1,0,0,0,0,0),(85469,24120,571,1,1,21779,1,810.984,-6569.2,11.5604,3.66658,180,0,0,1,0,0,0,0,0),(85470,24120,571,1,1,21783,1,602.087,-6769.84,11.0586,5.98426,180,0,0,1,0,0,0,0,0),(85471,24120,571,1,1,21783,1,749.586,-6713.12,16.3617,0.941927,180,0,0,1,0,0,0,0,0),(85472,24120,571,1,1,21782,1,887.4,-6759.51,11.2141,4.34562,180,0,0,1,0,0,0,0,0),(85473,24120,571,1,1,21782,1,807.809,-6574.74,11.7864,1.74772,180,0,0,1,0,0,0,0,0),(85474,24120,571,1,1,21782,1,764.631,-6824.95,10.9862,0.004808,180,0,0,1,0,0,0,0,0),(85475,24120,571,1,1,21779,1,764.041,-6834.17,11.059,3.62715,180,0,0,1,0,0,0,0,0),(85476,24120,571,1,1,21783,1,739.524,-6828.97,16.6914,3.88645,180,0,0,1,0,0,0,0,0),(85477,24120,571,1,1,21783,1,829.434,-6572.25,12.3195,1.30458,180,0,0,1,0,0,0,0,0),(85479,24120,571,1,1,21779,1,628.982,-6755.45,16.6894,1.05967,180,0,0,1,0,0,0,0,0),(85480,24120,571,1,1,21779,1,779.819,-6830.87,5.5819,0.488993,180,0,0,1,0,0,0,0,0),(85481,24120,571,1,1,21779,1,812.727,-6579.35,11.5459,4.0999,180,0,0,1,0,0,0,0,0),(85482,24120,571,1,1,21779,1,920.513,-6755.1,16.1177,3.66614,180,0,0,1,0,0,0,0,0),(85483,27708,571,1,1,24760,1,2487.56,-1888.8,9.71184,0.017453,180,0,0,1,0,0,0,0,0),(85484,29251,571,1,1,9250,0,2551.26,-1837.19,10.6369,2.1293,180,0,0,1,0,0,0,0,0),(85485,27210,571,1,1,24413,1,2662.55,-360.329,144.318,0.139626,180,0,0,1,0,0,0,0,0),(240023,23537,0,1,1,0,0,-9314.8,52.3222,76.3677,6.05027,300,0,0,2684,6882,0,0,0,0),(85487,24145,571,1,1,22150,0,1005.19,-4821.61,-1.20498,3.63029,180,5,0,1,0,1,0,0,0),(1976229,27992,571,1,1,0,0,925.647,-5299.53,175.687,1.90241,300,0,0,26946,0,0,0,0,0),(85516,27232,571,1,1,24434,1,2433.9,-402.799,7.99904,6.24828,180,0,0,1,0,0,0,0,0),(85517,27233,571,1,1,24442,0,2494.02,-404.181,13.8018,5.13127,180,5,0,1,0,1,0,0,0),(85518,27233,571,1,1,24442,0,2530.45,-312.212,6.9187,2.93215,180,0,0,1,0,0,0,0,0),(85519,27233,571,1,1,24441,0,2490.8,-395.453,13.7128,1.37881,180,5,0,1,0,1,0,0,0),(85520,27233,571,1,1,24440,0,2478.5,-390.681,13.2241,1.55334,180,5,0,1,0,1,0,0,0),(85521,27233,571,1,1,24440,0,2527.57,-451.295,1.28298,3.60136,180,5,0,1,0,1,0,0,0),(85522,27233,571,1,1,24440,0,2521.78,-357.769,1.42223,3.49066,180,0,0,1,0,2,0,0,0),(85523,27233,571,1,1,24441,0,2533.67,-353.202,1.42223,0.366654,180,5,0,1,0,1,0,0,0),(85524,27233,571,1,1,24440,0,2517.2,-365.318,1.50557,0.645772,180,0,0,1,0,0,0,0,0),(85528,27233,571,1,1,24442,0,2495.61,-351.693,1.50557,4.79965,180,0,0,1,0,0,0,0,0),(85572,27233,571,1,1,24442,0,2476.09,-363.604,1.50557,3.15905,180,0,0,1,0,0,0,0,0),(85582,27233,571,1,1,24442,0,2465.68,-396.068,0.68003,4.81711,180,0,0,1,0,0,0,0,0),(85655,27233,571,1,1,24441,0,2480.47,-403.487,0.725967,4.81711,180,0,0,1,0,0,0,0,0),(86073,27233,571,1,1,24440,0,2466.83,-409.333,13.0902,4.66003,180,0,0,1,0,0,0,0,0),(86183,27233,571,1,1,24441,0,2480.53,-406.197,8.00199,4.92183,180,0,0,1,0,0,0,0,0),(86230,27233,571,1,1,24440,0,2458.56,-406.397,13.1743,6.21337,180,0,0,1,0,0,0,0,0),(86231,27233,571,1,1,24440,0,2466.26,-392.221,13.0907,1.71042,180,5,0,1,0,1,0,0,0),(86282,27233,571,1,1,24440,0,2487.1,-403.543,13.6127,4.54069,180,5,0,1,0,1,0,0,0),(86367,27233,571,1,1,24440,0,2572.78,-389.065,3.15045,3.42085,180,0,0,1,0,0,0,0,0),(86378,27233,571,1,1,24440,0,2479.04,-409.978,13.225,4.66003,180,5,0,1,0,1,0,0,0),(86381,27233,571,1,1,24440,0,2529.45,-423.115,3.17822,4.21468,180,5,0,1,0,1,0,0,0),(86418,27233,571,1,1,24440,0,2543.61,-393.482,1.70095,0.461328,180,0,0,1,0,2,0,0,0),(86419,27233,571,1,1,24440,0,2467.59,-401.03,13.3697,0.296474,180,5,0,1,0,1,0,0,0),(86420,27233,571,1,1,24441,0,2439.37,-401.401,20.1914,0.034907,180,0,0,1,0,0,0,0,0),(86421,27233,571,1,1,24442,0,2469.11,-396.145,13.2357,6.09168,180,5,0,1,0,1,0,0,0),(86422,27233,571,1,1,24441,0,2474.83,-393.32,8.00242,1.53589,180,0,0,1,0,0,0,0,0),(86563,27233,571,1,1,24442,0,2475.69,-395.855,7.91922,2.2789,180,5,0,1,0,1,0,0,0),(86564,27235,571,1,1,24439,1,2675.01,-487.565,51.0406,2.1412,180,0,0,1,0,2,0,0,0),(86565,27748,571,1,1,24073,1,2538.89,-1922.25,3.143,0.123386,180,5,0,1,0,1,0,0,0),(86566,27748,571,1,1,24073,1,2570.12,-1805.95,10.0925,0.453786,180,0,0,1,0,0,0,0,0),(86567,27748,571,1,1,24073,1,2553.65,-1832.93,10.6207,2.25148,180,0,0,1,0,0,0,0,0),(86568,27748,571,1,1,24075,1,2409.69,-1825.34,3.72895,2.67035,180,0,0,1,0,0,0,0,0),(86569,27748,571,1,1,24074,1,2578.04,-1809.41,10.3817,0.314159,180,0,0,1,0,0,0,0,0),(86570,27748,571,1,1,24074,1,2574.45,-1797.03,10.4851,0.331613,180,0,0,1,0,0,0,0,0),(86571,27748,571,1,1,24073,1,2477.94,-1875.99,10.5229,0.034907,180,0,0,1,0,0,0,0,0),(86572,27748,571,1,1,24076,1,2500.57,-1835.32,10.6343,5.58505,180,0,0,1,0,0,0,0,0),(86573,27748,571,1,1,24075,1,2478.88,-1904.98,10.4264,0.436332,180,0,0,1,0,0,0,0,0),(86574,27748,571,1,1,24074,1,2489.79,-1847.66,10.6083,5.65487,180,0,0,1,0,0,0,0,0),(86575,27748,571,1,1,24073,1,2546.33,-1929.54,3.42336,0.034907,180,0,0,1,0,0,0,0,0),(86651,27748,571,1,1,24074,1,2546.15,-1914.97,3.16499,0,180,0,0,1,0,0,0,0,0),(86652,27748,571,1,1,24076,1,2525.53,-1979.8,8.35698,5.25344,180,0,0,1,0,0,0,0,0),(86654,27748,571,1,1,24073,1,2538.85,-1972.3,8.29618,5.3058,180,0,0,1,0,0,0,0,0),(200112,25705,571,1,1,0,1,4183.23,4335.51,36.4576,1.60537,25,0,0,2230,0,0,0,0,0),(86656,24169,571,1,1,22172,1,981.136,-4885.06,6.51053,5.73296,180,5,0,1,0,1,0,0,0),(86667,30066,571,1,1,26757,0,7353.65,-84.8521,777.624,2.19912,180,0,0,5342,0,0,0,0,0),(86668,30066,571,1,1,26757,0,7350.97,-96.0752,777.636,3.54302,180,0,0,5342,0,0,0,0,0),(86669,30066,571,1,1,26757,0,7371.72,7.22976,779.018,1.76278,180,0,0,5342,0,0,0,0,0),(86670,30066,571,1,1,26757,0,7359.29,-8.6722,779.068,3.19395,180,0,0,5342,0,0,0,0,0),(86671,23934,571,1,1,21783,1,1652,-6264.59,1.05576,4.72652,180,5,0,1,0,1,0,0,0),(86757,23934,571,1,1,21783,1,1676.54,-6265.16,0.747849,0.082259,180,5,0,1,0,1,0,0,0),(86758,23934,571,1,1,21783,1,1697.02,-6286.41,5.89963,1.23191,180,5,0,1,0,1,0,0,0),(86759,23934,571,1,1,21779,1,1696.68,-6281.15,-0.853455,4.95866,180,5,0,1,0,1,0,0,0),(86760,23934,571,1,1,21783,1,1704.93,-6283,9.11044,6.22058,180,0,0,1,0,2,0,0,0),(86761,23934,571,1,1,21783,1,1681.44,-6300.87,6.05098,2.70137,180,5,0,1,0,1,0,0,0),(86762,23934,571,1,1,21779,1,1671.22,-6302.49,10.7842,0.12527,180,5,0,1,0,1,0,0,0),(86763,30341,571,1,1,26967,0,8143.64,-2092.24,1194.87,4.29351,180,0,0,1,0,0,0,0,0),(86764,25224,571,1,1,22996,0,102.237,-6354.13,1.27679,4.68524,180,5,0,1,0,1,0,0,0),(86765,25224,571,1,1,22996,0,76.9639,-6337.39,4.0677,6.07045,180,5,0,1,0,1,0,0,0),(86766,25224,571,1,1,22995,0,88.0838,-6296.83,2.5279,1.69224,180,5,0,1,0,1,0,0,0),(86767,25224,571,1,1,22995,0,119.586,-6357.54,13.2129,3.97949,180,5,0,1,0,1,0,0,0),(86768,25224,571,1,1,22995,0,98.8805,-6373.11,18.7486,2.27605,180,5,0,1,0,1,0,0,0),(86769,25224,571,1,1,22996,0,141.294,-6343.85,19.3971,0.804549,180,5,0,1,0,1,0,0,0),(86770,25224,571,1,1,22996,0,105.44,-6370.87,0.169587,3.8827,180,5,0,1,0,1,0,0,0),(86771,27532,571,1,1,24691,1,2813.62,-1637.94,15.6594,5.48033,180,0,0,1,0,0,0,0,0),(86772,24717,571,1,1,22604,1,479.663,-5929.46,308.665,1.11701,180,0,0,1,0,0,0,0,0),(86773,24718,571,1,1,22623,1,488.253,-5919.57,308.755,5.757,180,0,0,1,0,2,0,0,0),(86774,33422,571,1,1,28618,1,5812.59,162.211,179.182,1.869,180,5,0,1,0,1,0,0,0),(86775,33422,571,1,1,28618,1,5757.36,195.87,182.874,5.57873,180,5,0,1,0,1,0,0,0),(86776,33422,571,1,1,28618,1,5808.75,212.86,179.711,0.030741,180,5,0,1,0,1,0,0,0),(86777,33422,571,1,1,28618,1,5786.79,231.613,179.268,3.01205,180,5,0,1,0,1,0,0,0),(86778,33422,571,1,1,28618,1,5737.09,175.558,181.591,1.7166,180,5,0,1,0,1,0,0,0),(86874,33422,571,1,1,28618,1,5761.98,249.479,175.708,4.57125,180,5,0,1,0,1,0,0,0),(86875,33422,571,1,1,28618,1,5727.65,146.771,172.876,2.39857,180,5,0,1,0,1,0,0,0),(86876,33422,571,1,1,28618,1,5794.12,124.009,177.089,1.92364,180,5,0,1,0,1,0,0,0),(86877,33422,571,1,1,28618,1,5762.92,131.739,181.854,2.74049,180,5,0,1,0,1,0,0,0),(86878,24719,571,1,1,22619,0,467.963,-5923.52,309.837,3.84355,180,0,0,1,0,0,0,0,0),(86879,24720,571,1,1,22622,1,483.309,-5926.56,308.664,-2.80997,180,0,0,1,0,0,0,0,0),(86928,35495,571,1,1,29831,1,5939.31,513.155,650.263,2.56563,180,0,0,1,0,0,0,0,0),(86929,33963,571,1,1,28986,1,5931.55,507.388,650.263,1.67552,180,0,0,1,0,0,0,0,0),(86930,24750,571,1,1,22624,0,497.639,-5948.49,314.395,5.39307,180,0,0,1,0,0,0,0,0),(86931,23983,571,1,1,22441,1,1570.26,-6555.89,19.0199,1.12958,180,5,0,1,0,1,0,0,0),(87051,23983,571,1,1,22441,1,1560.42,-6556.44,7.75533,1.27736,180,0,0,1,0,0,0,0,0),(88078,34735,571,1,1,26241,0,8454.01,458.243,596.357,0,180,0,0,1,0,0,0,0,0),(88079,23983,571,1,1,22440,1,1548,-6573.63,13.5599,3.02415,180,0,0,1,0,0,0,0,0),(88080,23983,571,1,1,22441,1,1556.7,-6474.45,8.02518,2.29686,180,0,0,1,0,0,0,0,0),(88081,23983,571,1,1,22442,1,1592.8,-6432.9,19.713,1.81514,180,0,0,1,0,0,0,0,0),(88082,23983,571,1,1,22442,1,1563.57,-6466.4,11.0139,4.3525,180,0,0,1,0,0,0,0,0),(88083,23983,571,1,1,22440,1,1566.77,-6455.38,8.0304,1.93091,180,0,0,1,0,0,0,0,0),(88084,23983,571,1,1,22440,1,1570.91,-6448.36,13.5333,1.2828,180,0,0,1,0,0,0,0,0),(88085,23983,571,1,1,22441,1,1573.33,-6462.97,13.9485,4.47592,180,0,0,1,0,0,0,0,0),(88086,23983,571,1,1,22442,1,1559.68,-6466.88,18.8391,2.84548,180,0,0,1,0,0,0,0,0),(88087,23983,571,1,1,22440,1,1586.99,-6441.9,0.70179,3.63151,180,5,0,1,0,1,0,0,0),(88088,23983,571,1,1,22440,1,1586.89,-6441.66,8.02721,2.37365,180,0,0,1,0,0,0,0,0),(88089,23983,571,1,1,22441,1,1570,-6458.96,0.698187,3.8027,180,0,0,1,0,0,0,0,0),(88090,23983,571,1,1,22442,1,1596.97,-6430.85,4.77163,2.29427,180,0,0,1,0,0,0,0,0),(88091,23983,571,1,1,22440,1,1557.9,-6468.62,1.08676,3.18843,180,0,0,1,0,0,0,0,0),(88092,23983,571,1,1,22441,1,1637.8,-6477.73,3.58427,6.11923,180,0,0,1,0,0,0,0,0),(88093,23983,571,1,1,22441,1,1639.88,-6495.78,19.4853,5.64889,180,0,0,1,0,0,0,0,0),(88094,23983,571,1,1,22440,1,1608.34,-6467.2,12.5972,4.76511,180,0,0,1,0,0,0,0,0),(88095,23983,571,1,1,22442,1,1668.41,-6512.58,7.82518,3.54422,180,0,0,1,0,0,0,0,0),(88096,23983,571,1,1,22442,1,1647.1,-6517.01,7.82238,5.49779,180,0,0,1,0,0,0,0,0),(88097,23983,571,1,1,22442,1,1666.24,-6496.95,7.82646,3.53766,180,0,0,1,0,0,0,0,0),(88098,23983,571,1,1,22440,1,1658.84,-6502.56,13.7581,3.88513,180,5,0,1,0,1,0,0,0),(88099,23983,571,1,1,22440,1,1661.54,-6515.72,17.8038,3.40339,180,0,0,1,0,0,0,0,0),(88100,23983,571,1,1,22442,1,1679.28,-6491.05,14.5651,0.759169,180,0,0,1,0,0,0,0,0),(88101,23983,571,1,1,22440,1,1666.49,-6504.59,13.7069,3.03409,180,5,0,1,0,1,0,0,0),(88102,23983,571,1,1,22442,1,1692.62,-6482.48,19.9242,0.785398,180,0,0,1,0,0,0,0,0),(88104,24752,571,1,1,22626,0,499.446,-5947.71,314.556,5.34071,180,0,0,1,0,0,0,0,0),(88105,24752,571,1,1,22626,0,499.269,-5947.04,314.616,0.558505,180,0,0,1,0,0,0,0,0),(88106,28848,571,1,1,27076,1,5310.16,-3605.84,363.328,2.40855,180,0,0,1,0,0,0,0,0),(88107,26547,571,1,1,24131,1,594.461,-5104.74,5.34373,1.71042,180,0,0,1,0,0,0,0,0),(88108,35508,571,1,1,29829,1,5946.12,512.111,650.263,2.93215,180,0,0,1,0,0,0,0,0),(1975206,33282,603,3,3,0,0,571.947,-136.012,391.517,5.06733,300,0,0,12600,0,0,0,0,0),(88110,28089,571,1,1,25129,0,6391.69,-2615.04,323.164,3.94444,180,5,0,1,0,1,0,0,0),(88111,31693,571,1,1,25756,1,7612.79,-2261.82,962.377,0.785398,180,5,0,1,0,1,0,0,0),(88112,31693,571,1,1,25756,1,7797.52,-2398.93,1087.74,3.37093,180,5,0,1,0,1,0,0,0),(88113,31693,571,1,1,25987,1,7759.73,-2424.46,1079.6,1.98968,180,0,0,1,0,0,0,0,0),(88114,31693,571,1,1,25987,1,7799.26,-2408.46,1086.84,3.61283,180,0,0,1,0,0,0,0,0),(88115,31693,571,1,1,25987,1,7693.96,-2325.11,1039.05,5.24348,180,5,0,1,0,1,0,0,0),(88116,31693,571,1,1,25987,1,7721.09,-2423.39,1078.43,2.54895,180,5,0,1,0,1,0,0,0),(88117,31693,571,1,1,25756,1,7749.34,-2393.26,1078.19,1.0472,180,0,0,1,0,0,0,0,0),(88118,31693,571,1,1,25987,1,7770.2,-2386.6,1080.74,3.31092,180,5,0,1,0,1,0,0,0),(88119,31693,571,1,1,25987,1,7660.47,-2319.66,1019.8,1.51844,180,0,0,1,0,0,0,0,0),(88120,31693,571,1,1,25756,1,7738.76,-2372.64,1075.19,4.93928,180,0,0,1,0,0,0,0,0),(88121,31693,571,1,1,25756,1,7716.77,-2373.64,1076.24,0.674175,180,5,0,1,0,1,0,0,0),(88122,31693,571,1,1,25987,1,7703,-2404.82,1079.18,4.52002,180,5,0,1,0,1,0,0,0),(88123,29652,571,1,1,25757,1,7150.99,-792.258,892.287,0.998937,180,5,0,1,0,1,0,0,0),(88124,29652,571,1,1,25757,1,7199.87,-790.976,914.679,2.59459,180,5,0,1,0,1,0,0,0),(88125,29652,571,1,1,25757,1,7180.84,-781.87,903.554,4.69841,180,5,0,1,0,1,0,0,0),(88126,29652,571,1,1,25757,1,7160.18,-768.816,892.265,5.67134,180,5,0,1,0,1,0,0,0),(88127,29652,571,1,1,25757,1,7153.65,-748.206,891.05,5.07891,180,0,0,1,0,0,0,0,0),(88128,29652,571,1,1,25757,1,7152.95,-735.503,891.789,1.19029,180,5,0,1,0,1,0,0,0),(88129,32476,571,1,1,28095,1,8891.75,-1377.25,1035.33,2.05949,180,0,0,1,0,0,0,0,0),(88130,32476,571,1,1,28093,1,8879,-1328.55,1031.05,1.64061,180,0,0,1,0,0,0,0,0),(88131,32476,571,1,1,28094,1,8863.77,-1338.11,1033.78,0.575959,180,0,0,1,0,0,0,0,0),(88132,32476,571,1,1,28092,1,8868.97,-1322.34,1031.96,0.593412,180,0,0,1,0,0,0,0,0),(88133,32476,571,1,1,28093,1,8894.39,-1344.8,1031.79,0.244346,180,0,0,1,0,0,0,0,0),(88134,32476,571,1,1,28095,1,8872.63,-1333.16,1032,4.84862,180,0,0,1,0,2,0,0,0),(88135,32476,571,1,1,28095,1,8899.56,-1352.21,1032.41,1.11701,180,0,0,1,0,0,0,0,0),(88136,32476,571,1,1,28095,1,8858.81,-1348.42,1038.04,2.77507,180,0,0,1,0,0,0,0,0),(88137,32476,571,1,1,28094,1,8870.54,-1358.22,1034.13,0.733038,180,0,0,1,0,0,0,0,0),(88138,32477,571,1,1,28091,1,8893.61,-1361.07,1033.99,2.82743,180,0,0,1,0,0,0,0,0),(88139,32478,571,1,1,5782,1,8873.36,-1366.14,1033.66,1.09956,180,5,0,1,0,1,0,0,0),(88140,30177,571,1,1,22611,0,7734,-1599.58,947.576,2.94961,180,5,0,1,0,1,0,0,0),(88141,30177,571,1,1,22611,0,7858.67,-1516.88,926.197,2.40855,180,5,0,1,0,1,0,0,0),(88142,30177,571,1,1,22611,0,7719.17,-1654.17,954.005,0.226893,180,5,0,1,0,1,0,0,0),(88143,30177,571,1,1,22611,0,7897.45,-1544.77,920.369,4.06662,180,5,0,1,0,1,0,0,0),(88144,30177,571,1,1,22003,0,7668.62,-1613.64,963.718,2.21657,180,5,0,1,0,1,0,0,0),(88145,24037,571,1,1,22020,1,1647.06,-6516.57,20.0708,1.0472,180,0,0,1,0,0,0,0,0),(88146,24807,571,1,1,22645,1,475.726,-5935.29,308.804,3.735,180,0,0,1,0,0,0,0,0),(88147,24040,571,1,1,22022,1,634.011,-5076.15,-0.462682,0.436332,180,0,0,1,0,2,0,0,0),(88148,24817,571,1,1,11686,0,477.575,-5927.28,308.763,5.75959,180,5,0,1,0,1,0,0,0),(88149,35826,571,1,1,30042,0,5852.95,515.807,599.901,0,180,0,0,1,0,0,0,0,0),(88150,33018,571,1,1,28429,1,456.461,-4519.24,244.978,2.11412,180,5,0,1,0,1,0,0,0),(88151,33019,571,1,1,28430,1,448.35,-4544.59,244.866,5.42248,180,5,0,1,0,1,0,0,0),(88152,23550,571,1,1,21612,0,594.113,-5085.94,5.46275,1.14368,180,0,0,1,0,2,0,0,0),(88153,23550,571,1,1,21614,0,606.464,-5000.48,3.90394,1.56383,180,0,0,1,0,2,0,0,0),(88154,29951,571,1,1,27349,0,8861.33,-1322.39,1033.4,5.77704,180,0,0,1,0,0,0,0,0),(88155,34093,1,1,1,29077,1,-7126.8,-3761.97,9.49471,0.820305,180,0,0,1,0,0,0,0,0),(88156,20278,1,1,1,18290,0,-7119.02,-3779.06,8.78404,0,180,0,0,1,0,0,0,0,0),(88157,34158,1,1,1,29103,0,-7789.03,-2109.88,-266.35,3.29823,180,0,0,1,0,0,0,0,0),(88158,33939,1,1,1,27953,1,-7123.33,-3766.68,9.40339,0,180,0,0,1,0,0,0,0,0),(88159,33935,1,1,1,22438,0,-7122.35,-3770.56,9.35682,0,180,0,0,1,0,0,0,0,0),(88160,33934,1,1,1,22399,0,-7120.75,-3774.16,9.0363,0.767945,180,0,0,1,0,0,0,0,0),(88161,9396,1,1,1,1161,0,-7151.29,-3214.17,12.7312,3.08867,900,5,0,1,0,1,0,0,0),(88162,9396,1,1,1,1161,0,-7038.69,-4030.47,10.6303,1.03772,900,5,0,1,0,1,0,0,0),(88163,11701,1,1,1,11667,1,-7784.26,-2101.23,-270.042,1.31686,180,0,0,1,0,0,0,0,0),(88164,28092,1,1,1,5988,0,-6193.86,-1219.55,-160.768,4.72984,180,0,0,1,0,0,0,0,0),(88165,35093,530,1,1,29603,1,45.099,2741.53,85.2536,6.12611,180,0,0,1,0,0,0,0,0),(88166,35100,530,1,1,29609,0,-677.535,2736.3,93.9916,4.71239,180,0,0,1,0,0,0,0,0),(207213,30252,571,1,4,0,1,7397.65,-2770.25,771.041,2.4958,120,0,0,1,0,0,0,0,0),(88168,29757,571,1,1,26508,0,7855.98,-732.388,1177.56,6.03884,180,0,0,1,0,0,0,0,0),(88169,29518,571,1,1,26123,1,6832.86,-1372.32,819.187,2.45546,180,0,0,1,0,2,0,0,0),(88170,26978,571,1,1,24904,1,4567.68,14.114,78.136,5.78409,180,0,0,1,0,2,0,0,0),(88171,26492,571,1,1,137,1,4406.82,290.118,47.5537,4.99164,600,0,0,1,0,0,0,0,0),(88172,26492,571,1,1,137,1,4361.71,757.385,64.3507,1.58825,600,0,0,1,0,0,0,0,0),(88173,26492,571,1,1,137,1,4419.85,695.097,56.2276,4.01426,600,0,0,1,0,0,0,0,0),(88174,26492,571,1,1,137,1,4436.93,683.2,62.9945,0.733038,600,0,0,1,0,0,0,0,0),(88175,26492,571,1,1,137,1,4435.82,324.719,44.1051,5.46288,600,0,0,1,0,0,0,0,0),(88176,26492,571,1,1,137,1,4444.33,354.777,48.877,0.017453,600,0,0,1,0,0,0,0,0),(88177,26492,571,1,1,137,1,4406.43,325.372,45.4114,2.44346,600,0,0,1,0,0,0,0,0),(88178,26492,571,1,1,137,1,4431.47,310.504,45.8737,6.00393,600,0,0,1,0,0,0,0,0),(88179,26492,571,1,1,137,1,4413.26,306.893,45.4633,4.45059,600,0,0,1,0,0,0,0,0),(88180,26492,571,1,1,137,1,4370.42,315.989,48.4204,1.46608,600,0,0,1,0,0,0,0,0),(88181,26492,571,1,1,137,1,4163.5,733.556,42.3669,5.98583,600,0,0,1,0,0,0,0,0),(88182,26492,571,1,1,137,1,4155.4,693.743,43.8052,0.734563,600,0,0,1,0,0,0,0,0),(88183,26492,571,1,1,137,1,4127.94,657.078,48.1257,6.03884,600,0,0,1,0,0,0,0,0),(88184,26492,571,1,1,137,1,4154.76,736.235,41.9784,1.15192,600,0,0,1,0,0,0,0,0),(88185,26492,571,1,1,137,1,4133.85,728.844,42.4519,1.23918,600,0,0,1,0,0,0,0,0),(88186,26492,571,1,1,137,1,4138.37,703.803,41.1021,5.81649,600,0,0,1,0,0,0,0,0),(88187,26492,571,1,1,137,1,4128.7,690.993,41.1432,0.262518,600,0,0,1,0,0,0,0,0),(88188,26492,571,1,1,137,1,4164.81,698.219,44.3294,5.98648,600,0,0,1,0,0,0,0,0),(88189,26492,571,1,1,137,1,4428.86,712.461,54.0137,4.8814,600,0,0,1,0,0,0,0,0),(88190,26492,571,1,1,137,1,4120.5,712.81,42.5727,3.89208,600,0,0,1,0,0,0,0,0),(88191,26492,571,1,1,137,1,4106.07,684.909,42.0414,3.61283,600,0,0,1,0,0,0,0,0),(88192,26492,571,1,1,137,1,4369.43,297.121,46.2391,4.64258,600,0,0,1,0,0,0,0,0),(88193,26492,571,1,1,137,1,4390.27,289.776,46.692,5.13127,600,0,0,1,0,0,0,0,0),(88194,26492,571,1,1,137,1,4418.74,721.239,53.972,2.00713,600,0,0,1,0,0,0,0,0),(88195,26492,571,1,1,137,1,4142.8,682.338,41.8157,5.28835,600,0,0,1,0,0,0,0,0),(88196,26492,571,1,1,137,1,4425.2,712.536,54.0137,-1.06776,600,0,0,1,0,0,0,0,0),(88197,26492,571,1,1,137,1,4379.54,748.621,57.4876,4.22473,600,0,0,1,0,0,0,0,0),(88198,26492,571,1,1,137,1,4402.28,746.008,53.972,0.715585,600,0,0,1,0,0,0,0,0),(88199,26492,571,1,1,137,1,4433.22,686.262,60.6527,5.69924,600,0,0,1,0,0,0,0,0),(88200,26492,571,1,1,137,1,4384.8,737.853,55.4159,3.83972,600,0,0,1,0,0,0,0,0),(88201,26492,571,1,1,137,1,4409.77,734.437,53.972,0.610865,600,0,0,1,0,0,0,0,0),(88202,26492,571,1,1,137,1,4429.43,713.403,53.972,1.29154,600,0,0,1,0,0,0,0,0),(88203,26492,571,1,1,137,1,4382.21,753.647,56.8173,1.53589,600,0,0,1,0,0,0,0,0),(88204,26492,571,1,1,137,1,4350.68,310.081,47.4581,4.57276,600,0,0,1,0,0,0,0,0),(88205,26492,571,1,1,137,1,4356.14,324.252,49.3896,1.02974,600,0,0,1,0,0,0,0,0),(88207,26493,571,1,1,24037,1,4359.02,312.253,46.3342,1.32671,600,0,0,1,0,2,0,0,0),(88208,26493,571,1,1,24037,1,4195.02,731.813,59.5785,6.22552,600,0,0,1,0,0,0,0,0),(88210,26493,571,1,1,24037,1,4130.04,688.487,41.0704,1.10834,600,0,0,1,0,0,0,0,0),(88211,26493,571,1,1,24037,1,4174.35,727.027,43.7853,0.443999,600,0,0,1,0,0,0,0,0),(88212,26493,571,1,1,24037,1,4377.68,748.685,57.7637,5.70439,600,0,0,1,0,2,0,0,0),(88213,32666,530,1,1,28047,0,-3857.86,-11310.5,-126.665,4.99164,180,0,0,1,0,0,0,0,0),(88214,32666,530,1,1,28047,0,-3821.06,-11327.1,-126.296,3.56047,180,0,0,1,0,0,0,0,0),(88215,32667,530,1,1,28047,0,-3832.07,-11316.5,-126.385,4.18879,180,0,0,1,0,0,0,0,0),(88216,32667,530,1,1,28047,0,-3842.53,-11311.6,-126.489,4.2586,180,0,0,1,0,0,0,0,0),(88217,28833,609,1,1,25723,0,2110.8,-6181.86,13.4706,1.25664,300,0,0,20910,0,0,0,0,0),(88218,28833,609,1,1,25723,0,2104.74,-6179.82,13.3867,1.22173,300,0,0,20910,0,0,0,0,0),(88219,28833,609,1,1,25723,0,2264.77,-6189.18,13.6123,1.8326,300,0,0,20910,0,0,0,0,0),(88220,28833,609,1,1,25723,0,2259.07,-6191.02,13.4052,1.8326,300,0,0,20910,0,0,0,0,0),(88221,28833,609,1,1,25723,0,2253.24,-6193.09,13.3234,1.85005,300,0,0,20910,0,0,0,0,0),(88222,28833,609,1,1,25723,0,2116.39,-6183.81,13.6753,1.22173,300,0,0,20910,0,0,0,0,0),(88223,31144,530,1,1,16074,0,-3849.31,-11309.5,-126.561,4.59022,180,0,0,1,0,0,0,0,0),(88224,31146,530,1,1,27510,0,-3839.4,-11318,-126.477,4.17134,180,0,0,1,0,0,0,0,0),(88225,26809,571,1,1,12815,0,5128.87,477.696,190.169,4.39823,180,0,0,1,0,0,0,0,0),(88226,29664,571,1,1,26416,0,4858.01,-2528.48,228.899,6.08967,900,30,0,1,0,1,0,0,0),(88227,35068,1,1,1,29569,1,1907.06,-4130.25,41.2332,5.28981,180,0,0,1,0,0,0,0,0),(88228,34300,571,1,256,19962,0,4439.42,4100.85,411.618,0,600,0,0,1,0,0,0,0,0),(88229,34300,571,1,256,29171,0,4537.53,4098.51,411.618,0,600,0,0,1,0,0,0,0,0),(88230,34300,571,1,256,29171,0,4464.26,4163.52,411.623,0,600,0,0,1,0,0,0,0,0),(88231,34300,571,1,256,29169,0,4496.44,4128.62,411.631,0,600,0,0,1,0,0,0,0,0),(88232,34300,571,1,256,29170,0,4506.85,4000.82,411.618,0,600,0,0,1,0,0,0,0,0),(88233,34300,571,1,256,29171,0,4548.79,4036.51,411.618,0,600,0,0,1,0,0,0,0,0),(88234,34300,571,1,256,29171,0,4505.49,3950.6,411.903,0,600,0,0,1,0,0,0,0,0),(88235,34300,571,1,256,29171,0,4507.91,4067.9,411.618,0,600,0,0,1,0,0,0,0,0),(88236,34300,571,1,256,29171,0,4549.92,4160.39,411.618,0,600,0,0,1,0,0,0,0,0),(88237,34300,571,1,256,29170,0,4436.44,4022.56,411.618,0,600,0,0,1,0,0,0,0,0),(88238,25398,571,1,1,25979,0,3567.32,5505.58,27.012,0.839093,300,0,0,1,0,0,0,0,0),(88239,25399,571,1,1,25980,0,3683.96,5569.8,34.8291,5.52323,300,0,0,1,0,0,0,0,0),(83427,18702,558,3,1,0,1,17.3179,-411.477,26.5876,6.24704,86400,0,0,22014,8799,2,0,0,0),(83416,18702,558,3,1,0,1,22.8237,-358.554,26.614,1.62497,86400,0,0,22014,8799,2,0,0,0),(83426,18702,558,3,1,0,1,-19.5,-363.829,26.5851,5.52054,86400,0,0,22014,8799,2,0,0,0),(83417,18700,558,3,1,0,0,-62.413,-381.277,26.5869,1.59355,86400,5,0,3303,0,1,0,0,0),(83422,18700,558,3,1,0,0,-57.935,-373.704,26.5869,4.28982,86400,5,0,3303,0,1,0,0,0),(83424,18700,558,3,1,0,0,-60.7356,-366.532,26.5893,1.94305,86400,5,0,3303,0,1,0,0,0),(83425,18700,558,3,1,0,0,-52.7045,-362.13,26.5984,4.85924,86400,5,0,3303,0,1,0,0,0),(83419,18700,558,3,1,0,0,-51.6803,-369.055,26.5853,4.85924,86400,5,0,3303,0,1,0,0,0),(83418,18700,558,3,1,0,0,-51.8675,-375.507,26.5855,4.23249,86400,5,0,3303,0,1,0,0,0),(83421,18700,558,3,1,0,0,-37.7345,-365.687,26.5881,0.688768,86400,5,0,3303,0,1,0,0,0),(83420,18700,558,3,1,0,0,-32.5615,-356.777,26.6031,1.29667,86400,5,0,3303,0,1,0,0,0),(83428,18700,558,3,1,0,0,-8.92261,-363.61,26.5836,5.58023,86400,5,0,3303,0,1,0,0,0),(83438,18700,558,3,1,0,0,-12.6646,-361.071,26.5836,2.54545,86400,5,0,3303,0,1,0,0,0),(83432,18700,558,3,1,0,0,-22.8943,-360.5,26.5949,3.4408,86400,5,0,3303,0,1,0,0,0),(83433,18700,558,3,1,0,0,-35.8458,-358.092,27.6462,2.95621,86400,5,0,3303,0,1,0,0,0),(83439,18700,558,3,1,0,0,-64.8448,-399.539,26.5874,4.78854,86400,5,0,3303,0,1,0,0,0),(83429,18700,558,3,1,0,0,-59.3323,-402.6,29.7323,4.98489,86400,5,0,3303,0,1,0,0,0),(83430,18700,558,3,1,0,0,-56.8086,-411.368,28.0766,5.15375,86400,5,0,3303,0,1,0,0,0),(83435,18700,558,3,1,0,0,-55.649,-409.737,29.1331,1.03826,86400,5,0,3303,0,1,0,0,0),(83434,18700,558,3,1,0,0,-52.9514,-404.655,30.9721,0.940083,86400,5,0,3303,0,1,0,0,0),(83431,18700,558,3,1,0,0,-39.7512,-397.127,26.5848,0.0997068,86400,5,0,3303,0,1,0,0,0),(83437,18700,558,3,1,0,0,-37.9627,-401.66,26.5848,4.39584,86400,5,0,3303,0,1,0,0,0),(83436,18700,558,3,1,0,0,-40.2091,-414.796,26.6048,4.62753,86400,5,0,3303,0,1,0,0,0),(83452,18700,558,3,1,0,0,-64.7497,-407.978,26.5849,3.11956,86400,5,0,3303,0,1,0,0,0),(83442,18700,558,3,1,0,0,-33.4513,-391.629,24.218,1.54876,86400,5,0,3303,0,1,0,0,0),(83441,18700,558,3,1,0,0,-22.6429,-391.878,19.4014,6.18811,86400,5,0,3303,0,1,0,0,0),(83440,18700,558,3,1,0,0,-20.9907,-400.668,21.6373,4.51757,86400,5,0,3303,0,1,0,0,0),(83445,18700,558,3,1,0,0,-27.9691,-402.366,22.9423,3.38031,86400,5,0,3303,0,1,0,0,0),(83444,18700,558,3,1,0,0,-24.7779,-406.103,25.9197,5.4192,86400,5,0,3303,0,1,0,0,0),(83443,18700,558,3,1,0,0,-26.3591,-418.38,26.6185,4.0801,86400,5,0,3303,0,1,0,0,0),(83448,18700,558,3,1,0,0,-13.1926,-397.156,19.4094,6.04909,86400,5,0,3303,0,1,0,0,0),(83449,18700,558,3,1,0,0,7.10564,-409.553,26.5819,0.65105,86400,5,0,3303,0,1,0,0,0),(83447,18700,558,3,1,0,0,14.1438,-404.191,24.3374,0.65105,86400,5,0,3303,0,1,0,0,0),(83450,18700,558,3,1,0,0,15.5887,-403.594,23.8814,6.06009,86400,5,0,3303,0,1,0,0,0),(83446,18700,558,3,1,0,0,24.3681,-405.586,25.5556,6.06009,86400,5,0,3303,0,1,0,0,0),(83451,18700,558,3,1,0,0,20.4539,-418.938,26.6019,3.53425,86400,5,0,3303,0,1,0,0,0),(88240,34988,1,1,1,0,1,9981.68,2312.04,1330.79,1.28014,25,0,0,651650,4081,0,0,0,0),(88241,35365,0,1,1,0,1,-8420.9,282.068,120.885,0.162923,25,0,0,1100,0,0,0,0,0),(88242,34997,0,1,1,0,1,-8384.45,282.34,120.886,3.9289,25,0,0,651650,4081,0,0,0,0),(88243,35598,0,1,1,0,1,-8383.04,275.817,120.886,2.4445,300,0,0,1,1,0,0,0,0),(88244,34998,0,1,1,0,1,-8391.84,291.742,120.886,3.88649,25,0,0,651650,4081,0,0,0,0),(88245,35601,530,1,1,0,1,-3989.76,-11355.1,-122.602,4.45714,300,0,0,1,1,0,0,0,0),(88246,34986,530,1,1,0,1,-3961.19,-11389.6,-120.797,2.75437,25,0,0,651650,4081,0,0,0,0),(88247,15351,530,1,1,0,0,-3962.29,-11347.3,-120.65,3.67721,25,0,0,68712,0,0,0,0,0),(88248,35600,0,1,1,0,1,-5045.8,-1266.36,510.325,5.40779,300,0,0,1,1,0,0,0,0),(88249,35007,0,1,1,0,1,-5042.54,-1265.9,510.325,4.6381,25,0,0,651650,4081,0,0,0,0),(88250,34991,0,1,1,0,1,-5038.73,-1270.06,510.325,3.07124,25,0,0,651650,0,0,0,0,0),(88251,35596,530,1,1,0,1,-1758.09,5268.34,-40.2088,5.22913,300,0,0,1,1,0,0,0,0),(88252,35000,530,1,1,0,1,-1762.76,5262.84,-38.8476,6.0381,25,0,0,651650,4081,0,0,0,0),(207562,15105,530,1,1,0,0,-1666.55,5192.02,-41.3905,3.71755,120,0,0,1,0,0,0,0,0),(88254,34999,530,1,1,0,1,-1773.91,5254.65,-38.8436,4.62831,25,0,0,651650,4081,0,0,0,0),(88255,33676,530,1,1,0,1,-1858.61,5658.11,127.459,2.79598,25,0,0,2266,6015,0,0,0,0),(88256,33680,530,1,1,0,1,-1892.28,5662.67,127.459,0.45548,25,0,0,2266,6015,0,0,0,0),(88257,33682,530,1,1,0,1,-1897.77,5663.99,128.514,0.125614,25,0,0,3237,0,0,0,0,0),(88258,27711,530,1,1,0,1,-1888.47,5771.15,129.559,5.87552,25,0,0,5914,0,0,0,0,0),(88259,33674,530,1,1,0,1,-1737.53,5629.11,128.023,0.142108,25,0,0,2266,6015,0,0,0,0),(88260,33678,530,1,1,0,1,-1738.27,5636.08,128.023,6.27607,25,0,0,3237,0,0,0,0,0),(88261,33675,530,1,1,0,1,-1747.66,5643.65,128.023,0.000733852,25,0,0,3237,0,0,0,0,0),(88262,33677,530,1,1,0,1,-1751.24,5641.23,129.071,0.845039,25,0,0,3237,0,0,0,0,0),(88263,33683,530,1,1,0,1,-1707.45,5651.2,129.081,3.67248,25,0,0,3237,0,0,0,0,0),(88264,33684,530,1,1,0,0,-1708.82,5642.69,129.071,2.76141,25,0,0,2266,6015,0,0,0,0),(88265,33681,530,1,1,0,0,-1714.82,5645.47,128.024,3.64106,25,0,0,3237,0,0,0,0,0),(88266,33640,530,1,1,0,1,-2128.29,5366.55,54.8629,1.63907,25,0,0,3237,0,0,0,0,0),(88267,33637,530,1,1,0,1,-2128.67,5372.53,53.8087,1.38618,25,0,0,2266,6015,0,0,0,0),(88268,33633,530,1,1,0,1,-2124.96,5410.95,54.8625,5.16159,25,0,0,2266,6015,0,0,0,0),(88269,33631,530,1,1,0,1,-2040.66,5567.97,53.384,0.992695,25,0,0,3237,0,0,0,0,0),(88270,33634,530,1,1,0,1,-2041.29,5561.97,54.4371,1.56054,25,0,0,3237,0,0,0,0,0),(88271,33635,530,1,1,0,0,-2023.51,5596.42,53.3846,4.12487,25,0,0,3237,0,0,0,0,0),(88272,33636,530,1,1,0,0,-2026.79,5598.05,53.3846,4.81601,25,0,0,2266,0,0,0,0,0),(88273,33641,530,1,1,0,1,-2027.25,5604.75,54.444,4.83956,25,0,0,3237,0,0,0,0,0),(88274,36479,1,1,1,0,1,9676.13,2519.77,1334.68,4.10129,25,0,0,2745,7520,0,0,0,0),(88275,36481,1,1,1,0,1,9671.9,2516.38,1334.25,0.597626,25,0,0,15952,0,0,0,0,0),(88276,19168,554,3,1,0,0,272.424,-20.9008,26.3284,0.0714562,86400,0,0,29587,3155,0,0,0,0),(88277,18700,558,3,1,0,0,10.5878,-416.754,26.5885,2.75199,86400,5,0,3303,0,1,0,0,0),(88278,18700,558,3,1,0,0,-15.4458,-372.777,23.0046,1.13328,86400,5,0,3303,0,1,0,0,0),(88279,18700,558,3,1,0,0,0.987876,-367.217,26.582,0.444485,86400,5,0,3303,0,1,0,0,0),(88280,18700,558,3,1,0,0,8.62266,-363.414,26.5929,0.670679,86400,5,0,3303,0,1,0,0,0),(88281,18700,558,3,1,0,0,30.7859,-365.805,27.5827,5.56842,86400,5,0,3303,0,1,0,0,0),(52014,24836,584,1,1,262,0,-2.2334,2.55383,6.09902,1.57667,120,0,0,312,0,2,0,0,0),(88283,18700,558,3,1,0,0,36.0575,-376.962,26.5846,4.16177,86400,5,0,3303,0,1,0,0,0),(88284,18700,558,3,1,0,0,22.0983,-372.157,23.738,2.7567,86400,5,0,3303,0,1,0,0,0),(88285,18700,558,3,1,0,0,18.5898,-371.191,24.2246,3.13604,86400,5,0,3303,0,1,0,0,0),(88286,18700,558,3,1,0,0,6.05996,-371.122,24.2673,3.13604,86400,5,0,3303,0,1,0,0,0),(88287,18700,558,3,1,0,0,20.646,-381.407,22.6202,4.95424,86400,5,0,3303,0,1,0,0,0),(88288,18700,558,3,1,0,0,19.2022,-379.383,21.5193,5.70587,86400,5,0,3303,0,1,0,0,0),(88289,18700,558,3,1,0,0,30.7884,-357.377,26.6086,3.00331,86400,5,0,3303,0,1,0,0,0),(88290,18700,558,3,1,0,0,18.6975,-356.622,26.6213,3.27191,86400,5,0,3303,0,1,0,0,0),(88291,18700,558,3,1,0,0,-7.3141,-403.299,23.6388,2.49044,86400,5,0,3303,0,1,0,0,0),(88292,15309,1,1,1,0,0,2060.53,-4682.64,25.5492,1.41372,180,0,0,2400,0,0,0,0,0),(88293,24643,571,1,1,0,0,591.654,-2792.85,0.166961,5.19983,25,0,0,9610,0,0,0,0,0),(88294,24897,571,1,1,0,1,592.685,-2790.79,0.174483,4.20866,25,0,0,8982,0,0,0,0,0),(88295,24896,571,1,1,0,0,593.892,-2794.88,0.063541,5.20455,25,0,0,8982,0,0,0,0,0),(88296,24767,571,1,1,0,0,588.903,-2792.93,0.209782,6.03157,25,0,0,42,0,0,0,0,0),(88297,25984,571,1,1,0,0,3521.55,4876.76,15.5655,0.0665141,25,0,0,7185,7196,0,0,0,0),(88298,7772,1,1,1,0,1,-3285,2003.85,245.986,2.584,900,0,0,7900,2434,0,0,0,0),(88299,29095,0,1,1,25902,0,1581.83,196.686,-43.1022,2.25663,180,0,0,1220,0,0,0,0,0),(88300,27274,571,1,1,24491,0,3455.86,-3632.16,245.135,5.48559,180,0,0,31905,0,0,0,0,0),(88301,26451,571,1,3,23553,1,1490.38,5403.6,38.1347,2.3924,180,0,0,8982,0,0,0,0,0),(88302,10257,229,1,1,9553,0,-11.2826,-551.121,16.2167,1.24757,10800,0,0,3876,0,0,0,0,0),(88303,28056,571,1,1,25078,1,6064.47,-2617.68,302.959,0.0349066,600,0,0,11379,0,0,0,0,0),(88304,27007,571,1,1,24850,0,3652.34,-84.0144,64.3141,5.618,300,0,0,24850,0,0,0,0,0),(88305,28125,571,1,1,25117,1,5255.31,-3530.25,291.693,0,600,0,0,9291,0,0,0,0,0),(88306,28284,571,1,1,25271,1,5270.21,-3509.2,291.694,2.38219,600,0,0,11001,0,0,0,0,0),(88307,28283,571,1,1,25270,1,5270.25,-3499.32,291.678,3.16367,600,0,0,11001,0,0,0,0,0),(102039,29504,571,1,1,0,0,7322.33,-3181.75,837.528,3.27968,300,5,0,1,0,1,0,0,0),(88309,28037,571,1,1,22719,0,5587.64,5830.73,-67.9672,6.02763,600,0,0,42,0,0,0,0,0),(200019,36558,650,3,1,0,0,726.826,661.201,412.472,4.66003,999999,0,0,50000,0,0,0,0,0),(200036,35644,650,3,1,0,0,790.49,646.533,412.474,3.71755,999999,0,0,50000,0,0,0,0,0),(200035,35644,650,3,1,0,0,722.363,660.745,412.468,4.83456,999999,0,0,50000,0,0,0,0,0),(200034,35644,650,3,1,0,0,787.439,584.969,412.476,2.47837,999999,0,0,50000,0,0,0,0,0),(200033,35644,650,3,1,0,0,720.569,571.285,412.475,1.06465,999999,0,0,50000,0,0,0,0,0),(200032,35644,650,3,1,0,0,768.255,661.606,412.47,4.55531,999999,0,0,50000,0,0,0,0,0),(200031,35644,650,3,1,0,0,702.967,587.649,412.475,0.610865,999999,0,0,50000,0,0,0,0,0),(200030,35644,650,3,1,0,0,793.009,592.667,412.475,2.6529,999999,0,0,50000,0,0,0,0,0),(200029,35644,650,3,1,0,0,712.594,576.26,412.476,0.890118,999999,0,0,50000,0,0,0,0,0),(200028,35644,650,3,1,0,0,699.943,643.37,412.474,5.77704,999999,0,0,50000,0,0,0,0,0),(200038,35004,650,3,1,0,0,748.309,619.488,411.172,4.71239,999999,0,0,1,0,0,0,0,0),(200039,35016,650,3,1,0,0,702.274,638.76,412.47,0,120,0,0,1,0,0,0,0,0),(200040,35016,650,3,1,0,0,697.285,618.253,412.476,0,120,0,0,1,0,0,0,0,0),(200041,35016,650,3,1,0,0,714.486,581.722,412.476,0,120,0,0,1,0,0,0,0,0),(200042,35016,650,3,1,0,0,703.884,596.601,412.474,0,120,0,0,1,0,0,0,0,0),(200043,35016,650,3,1,0,0,712.413,653.931,412.474,0,120,0,0,1,0,0,0,0,0),(200044,34977,650,3,1,0,0,733.809,545.215,442.075,1.41372,120,0,0,1,0,0,0,0,0),(200045,34977,650,3,1,0,0,730.998,552.719,438.812,1.3439,120,0,0,1,0,0,0,0,0),(200046,34977,650,3,1,0,0,734.411,560.158,435.501,1.37881,120,0,0,1,0,0,0,0,0),(200047,34977,650,3,1,0,0,726.38,557.151,436.978,1.25664,120,0,0,1,0,0,0,0,0),(200048,34979,650,3,1,0,0,709.576,570.106,435.504,0.942478,120,0,0,1,0,0,0,0,0),(200049,34979,650,3,1,0,0,712.873,563.172,436.967,1.02974,120,0,0,1,0,0,0,0,0),(200050,34979,650,3,1,0,0,714.34,553.708,440.223,1.11701,120,0,0,1,0,0,0,0,0),(200051,34979,650,3,1,0,0,700.273,559.224,442.08,0.925025,120,0,0,1,0,0,0,0,0),(200052,34966,650,3,1,0,0,718.917,564.078,435.504,1.11701,120,0,0,1,0,0,0,0,0),(200053,34966,650,3,1,0,0,721.971,548.191,442.072,1.23918,120,0,0,1,0,0,0,0,0),(200054,34966,650,3,1,0,0,718.405,555.92,438.803,1.15192,120,0,0,1,0,0,0,0,0),(200055,34966,650,3,1,0,0,725.661,560.835,435.503,1.23918,120,0,0,1,0,0,0,0,0),(200056,34858,650,3,1,0,0,697.241,583.858,435.504,0.628319,120,0,0,1,0,0,0,0,0),(200057,34858,650,3,1,0,0,689.635,582.823,438.819,0.558505,120,0,0,1,0,0,0,0,0),(200058,34858,650,3,1,0,0,696.26,577.507,436.966,0.698132,120,0,0,1,0,0,0,0,0),(200059,34858,650,3,1,0,0,682.856,586.2,440.243,0.471239,120,0,0,1,0,0,0,0,0),(200060,34858,650,3,1,0,0,688.012,573.852,442.074,0.663225,120,0,0,1,0,0,0,0,0),(200061,34860,650,3,1,0,0,699.005,654.894,435.504,5.53269,120,0,0,1,0,0,0,0,0),(200062,34860,650,3,1,0,0,693.635,654.892,436.963,5.60251,120,0,0,1,0,0,0,0,0),(200063,34860,650,3,1,0,0,690.486,661.661,440.209,5.55015,120,0,0,1,0,0,0,0,0),(200064,34860,650,3,1,0,0,684.069,656.681,442.074,5.68977,120,0,0,1,0,0,0,0,0),(200065,34860,650,3,1,0,0,686.866,650.837,438.779,5.75959,120,0,0,1,0,0,0,0,0),(200066,34861,650,3,1,0,0,677.17,640.74,442.069,6.00393,120,0,0,1,0,0,0,0,0),(200067,34861,650,3,1,0,0,689.436,639.259,435.503,5.95157,120,0,0,1,0,0,0,0,0),(200068,34861,650,3,1,0,0,679.981,648.878,440.198,5.86431,120,0,0,1,0,0,0,0,0),(200069,34861,650,3,1,0,0,686.392,643.351,436.973,5.88176,120,0,0,1,0,0,0,0,0),(200070,34861,650,3,1,0,0,692.406,644.87,435.504,5.8294,120,0,0,1,0,0,0,0,0),(200071,34970,650,3,1,0,0,769.951,547.875,442.072,1.79769,120,0,0,1,0,0,0,0,0),(200072,34970,650,3,1,0,0,761.217,549.142,440.246,1.58825,120,0,0,1,0,0,0,0,0),(200073,34970,650,3,1,0,0,764.08,553.434,438.828,1.8675,120,0,0,1,0,0,0,0,0),(200074,34857,650,3,1,0,0,675.281,589.988,442.081,0.383972,120,0,0,1,0,0,0,0,0),(200075,34857,650,3,1,0,0,675.115,597.719,442.073,0.279253,120,0,0,1,0,0,0,0,0),(200076,34857,650,3,1,0,0,692.854,590.632,435.504,0.471239,120,0,0,1,0,0,0,0,0),(200077,34857,650,3,1,0,0,689.623,598.045,435.503,0.331613,120,0,0,1,0,0,0,0,0),(200078,34857,650,3,1,0,0,684.964,591.017,438.848,0.418879,120,0,0,1,0,0,0,0,0),(200079,34975,650,3,1,0,0,779.997,550.694,442.077,2.05949,120,0,0,1,0,0,0,0,0),(200080,34975,650,3,1,0,0,773.502,555.516,438.825,1.95477,120,0,0,1,0,0,0,0,0),(200081,34859,650,3,1,0,0,687.965,629.611,435.498,6.19592,120,0,0,1,0,0,0,0,0),(200082,34859,650,3,1,0,0,688.731,604.689,435.501,0.20944,120,0,0,1,0,0,0,0,0),(200083,34859,650,3,1,0,0,677.986,634.102,440.245,5.78437,120,0,0,1,0,0,0,0,0),(200084,34859,650,3,1,0,0,680.599,603.986,438.794,0.191986,120,0,0,1,0,0,0,0,0),(200085,34859,650,3,1,0,0,685.113,600.431,436.97,0.279253,120,0,0,1,0,0,0,0,0),(200086,34859,650,3,1,0,0,685.118,634.405,436.976,6.0912,120,0,0,1,0,0,0,0,0),(200087,34868,650,3,1,0,0,806.488,574.615,442.076,2.49582,120,0,0,1,0,0,0,0,0),(200088,34868,650,3,1,0,0,799.194,575.25,438.801,2.37365,120,0,0,1,0,0,0,0,0),(200089,34974,650,3,1,0,0,790.608,559.269,442.073,2.40855,120,0,0,1,0,0,0,0,0),(200090,34869,650,3,1,0,0,813.502,644.877,440.254,3.49066,120,0,0,1,0,0,0,0,0),(200091,34869,650,3,1,0,0,818.512,640.599,442.078,3.38594,120,0,0,1,0,0,0,0,0),(200092,34869,650,3,1,0,0,813.3,650.717,442.073,3.49066,120,0,0,1,0,0,0,0,0),(200093,34856,650,3,1,0,0,813.635,587.592,442.069,2.70526,120,0,0,1,0,0,0,0,0),(200094,34856,650,3,1,0,0,814.332,597.781,440.261,2.89725,120,0,0,1,0,0,0,0,0),(200095,34856,650,3,1,0,0,808.924,586.035,440.295,2.63545,120,0,0,1,0,0,0,0,0),(200096,34870,650,3,1,0,0,818.163,607.13,440.209,2.94961,120,0,0,1,0,0,0,0,0),(200097,34870,650,3,1,0,0,818.134,626.964,440.218,3.28122,120,0,0,1,0,0,0,0,0),(200098,34871,650,3,1,0,0,810.608,659.83,442.086,3.68265,120,0,0,1,0,0,0,0,0),(200099,34871,650,3,1,0,0,800.194,660.729,438.769,3.82227,120,0,0,1,0,0,0,0,0),(200100,34871,650,3,1,0,0,805.472,648.721,436.927,3.50811,120,0,0,1,0,0,0,0,0),(200101,34905,650,3,1,0,0,696.359,653.587,435.504,5.53252,120,0,0,1,0,0,0,0,0),(200102,34903,650,3,1,0,0,697.116,583.052,435.504,0.628319,120,0,0,1,0,0,0,0,0),(200103,34902,650,3,1,0,0,689.196,597,435.503,0.349066,120,0,0,1,0,0,0,0,0),(200104,34883,650,3,1,0,0,687.83,617.649,435.493,1.58825,120,0,0,1,0,0,0,0,0),(200105,34901,650,3,1,0,0,687.16,618.132,435.489,0,120,0,0,1,0,0,0,0,0),(200106,34904,650,3,1,0,0,690.596,642,435.504,5.88176,120,0,0,1,0,0,0,0,0),(200144,33996,0,1,1,0,1,2236.61,297.819,35.1893,5.49006,25,0,0,102,0,0,0,0,0),(202313,33871,571,1,1,0,0,8450.46,843.177,547.293,3.216,300,0,0,4652,0,0,0,0,0),(202314,33872,571,1,1,0,0,8450.76,823.428,547.293,3.09592,300,0,0,10635,0,0,0,0,0),(202315,32299,571,1,1,0,1,7621.72,2634.94,533.403,0.317965,300,0,0,75600,0,2,0,0,0),(202316,23551,571,1,1,0,0,651.23,-5060.72,1.27066,5.2971,300,0,0,3728,0,0,0,0,0),(202317,23550,571,1,1,21614,0,594.091,-5070.86,5.71664,4.382,300,0,0,5914,0,2,0,0,0),(202318,23739,571,1,1,0,1,590.565,-5071.77,5.70277,6.07373,300,0,0,38440,0,0,0,0,0),(202319,23739,571,1,1,0,1,603.072,-5074.91,5.65644,2.87681,300,0,0,38440,0,0,0,0,0),(202320,23739,571,1,1,0,1,581.527,-5103.25,5.30906,4.49908,300,0,0,38440,0,0,0,0,0),(202321,23739,571,1,1,0,1,597.096,-5106.95,5.26036,4.45667,300,0,0,38440,0,0,0,0,0),(202322,18375,571,1,1,0,0,2278.09,5165.86,14.1834,1.20428,300,0,0,6986,0,0,0,0,0),(202323,18376,571,1,1,0,0,2275.61,5166.73,14.1834,1.22173,300,0,0,6986,0,0,0,0,0),(202330,34914,571,1,1,0,1,8422.19,673.261,550.452,4.07411,300,0,0,12600,3994,0,0,0,0),(202331,33658,571,1,1,0,0,8407.26,658.419,550.341,0.24293,300,0,0,12600,3994,0,0,0,0),(202332,33659,571,1,1,0,0,8405.28,662.8,550.341,0.345032,300,0,0,12600,3994,0,0,0,0),(202336,33940,530,1,1,0,1,3066.45,3638.87,145.218,0.875901,120,0,0,1,0,0,0,0,0),(200883,37011,631,15,1,0,0,-239.502,2170.08,40.0239,0.100681,86400,0,0,478800,0,0,0,0,0),(32071,28026,571,1,1,0,0,5384.71,-2463.13,292.843,2.72131,300,5,0,10635,0,1,0,0,0),(207211,37534,631,15,1,0,0,4494.99,2551.42,217.248,0.784295,604800,0,0,1,0,2,0,0,0),(54713,28029,571,1,1,0,1,5369.32,-2443.41,292.502,0.942478,300,0,0,1,1,0,0,0,0),(200889,37189,631,15,1,0,1,-46.0069,2212.68,27.9859,3.10669,86400,0,0,218392,0,0,0,0,0),(137742,37744,631,15,1,11686,0,4225.14,2788.19,353.033,3.141,120,0,0,1,0,0,0,0,0),(200892,36724,631,15,1,0,0,-248.09,2198.42,42.6477,0,86400,0,0,378000,99850,0,0,0,0),(54712,28029,571,1,1,0,1,5400.02,-2448.99,292.502,2.32129,300,0,0,1,1,0,0,0,0),(54711,28029,571,1,1,0,1,5383.48,-2472.9,292.502,1.5708,300,0,0,1,1,0,0,0,0),(200896,36998,631,15,1,0,1,-566.759,2206.77,200.053,4.02121,86400,0,0,471835,0,0,0,0,0),(202941,34974,649,15,1,0,0,592.948,81.8264,419.788,2.04204,120,0,0,1,0,0,0,0,0),(85176,23033,571,1,1,0,0,3789.68,3434.31,92.3762,4.76475,120,0,0,1,0,0,0,0,0),(202940,34974,649,15,1,0,0,601.3,91.6389,418.318,2.23402,120,0,0,1,0,0,0,0,0),(85175,23033,571,1,1,0,0,3799.33,3428.75,92.8045,3.80482,120,0,0,1,0,0,0,0,0),(200902,36829,631,15,1,0,0,-619.266,2256.07,50.932,4.03171,86400,0,0,1011075,41690,0,0,0,0),(151909,18698,530,1,1,0,0,3014.36,4025.81,144.105,2.90805,28800,5,0,10466,5982,1,0,0,0),(200904,37702,631,15,1,0,0,-59.6788,2157.52,32.1774,2.80998,86400,0,0,4979,0,0,0,0,0),(200907,37920,631,15,1,0,1,-557.304,2208.2,539.37,0,86400,0,0,134810,0,0,0,0,0),(200908,2110,631,15,1,0,0,-342.107,2156.32,199.97,1.55656,86400,0,0,1,0,0,0,0,0),(202939,34970,649,15,1,0,0,601.835,88.434,419.803,2.21657,120,0,0,1,0,0,0,0,0),(200910,37589,631,15,1,0,1,-107.003,2166.77,30.7375,1.36136,86400,0,0,31905,0,0,0,0,0),(200911,37148,631,15,1,0,1,-543.333,2305.08,200.053,5.53269,86400,0,0,269600,91600,0,0,0,0),(200912,36725,631,15,1,0,0,-307.451,2219.95,80,5.95157,86400,0,0,315000,3994,0,0,0,0),(200913,37011,631,15,1,0,0,-162.092,2271.63,38.5606,3.25111,86400,0,0,478800,0,0,0,0,0),(88765,37967,571,1,256,0,0,5669,2017.95,798.125,2.46091,120,0,0,1,0,0,0,0,0),(88764,37967,571,1,256,0,0,5652.41,2089.36,798.138,1.71042,120,0,0,1,0,0,0,0,0),(200917,37030,631,15,1,0,1,-384.779,2089,196.062,1.32062,86400,0,0,222407,91600,0,0,0,0),(200918,2110,631,15,1,0,0,-539.553,2253.64,199.97,4.53683,86400,0,0,1,0,0,0,0,0),(200919,37011,631,15,1,0,0,-247.792,2251.69,37.9866,4.69423,86400,0,0,478800,0,0,0,0,0),(151903,18689,530,1,1,0,0,-3005.68,5037.76,-23.7032,4.12334,28800,30,0,11828,0,1,0,0,0),(1975757,37013,631,15,1,0,0,4312.14,3112.98,372.97,2.51327,86400,0,0,25200,0,0,0,0,0),(133649,37780,571,1,1,0,1,5915.75,626.745,645.996,0.244346,120,0,0,1,0,2,0,0,0),(200926,4076,631,15,1,0,0,-311.223,2206.46,199.988,4.04846,86400,0,0,8,0,0,0,0,0),(200927,37992,631,15,1,0,0,-73.0833,2269.12,30.7375,4.69494,86400,0,0,21500,28000,0,0,0,0),(88763,37967,571,1,256,0,0,5638.31,1998.9,798.13,1.58825,120,0,0,1,0,0,0,0,0),(247153,36811,631,10,1,0,1,-582.587,2221.2,49.4767,3.2437,86400,0,0,1,0,0,0,0,0),(200931,14881,631,15,1,0,0,-492.156,2221.26,62.3839,1.36669,86400,0,0,8,0,0,0,0,0),(200932,37965,631,15,1,0,1,-51.9774,2254.22,30.7375,4.66003,86400,0,0,13033,0,0,0,0,0),(200933,38228,631,15,1,0,0,4356.76,3024.65,360.52,5.19803,86400,0,0,13,0,0,0,0,0),(200934,36725,631,15,1,0,0,-310.799,2202.42,80,0.034907,86400,0,0,315000,3994,0,0,0,0),(200935,37023,631,15,1,0,0,4390.53,3017.08,360.517,5.13863,86400,10,0,441000,7988,1,0,0,0),(200936,36724,631,15,1,0,0,-317.736,2190.51,42.055,0.383972,86400,0,0,378000,99850,0,0,0,0),(200938,4076,631,15,1,0,0,22.3251,2220.54,30.1157,0.627364,86400,0,0,8,0,0,0,0,0),(201170,36725,631,15,1,0,0,-250.613,2203.8,80,0.0349066,7200,0,0,1,0,0,0,0,0),(208786,38490,631,5,1,0,0,-452.366,2354.51,191.242,0.778178,86400,0,0,1,0,2,0,0,0),(200943,37144,631,15,1,0,1,-539.847,2281.12,200.053,0.959931,86400,0,0,404430,41690,0,0,0,0),(200944,37920,631,15,1,0,1,-559.167,2211.43,539.369,0,86400,0,0,134810,0,0,0,0,0),(200945,37544,631,15,1,0,0,-353.785,2331.16,200.053,3.36253,86400,0,0,284616,41690,0,0,0,0),(200946,14881,631,15,1,0,0,-141.328,2215.43,35.2335,3.72419,86400,0,0,8,0,0,0,0,0),(200947,37023,631,15,1,0,0,4340.04,3038.2,360.526,1.08874,86400,10,0,441000,7988,1,0,0,0),(201127,36725,631,15,1,0,0,-249.854,2219.67,80,5.95157,7200,0,0,1,0,0,0,0,0),(88762,37967,571,1,256,0,0,5636.09,2104.31,798.138,5.61996,120,0,0,1,0,0,0,0,0),(32073,28026,571,1,1,0,0,5383.06,-2413.34,292.54,6.06962,300,5,0,10635,0,1,0,0,0),(107194,28026,571,1,1,25402,0,5511.68,-2358.28,292.441,2.71292,300,5,0,10635,0,1,0,0,0),(95036,24021,571,1,1,0,0,2597.15,-3735.5,261.947,0.20944,120,0,0,1,0,0,0,0,0),(201106,36725,631,15,1,0,0,-211.29,2219.42,80,0.15708,7200,0,0,1,0,0,0,0,0),(32070,28026,571,1,1,0,0,5419.28,-2505.73,292.543,4.01594,300,5,0,10635,0,1,0,0,0),(200959,4076,631,15,1,0,0,-128.543,2211.74,35.3168,1.82121,86400,0,0,8,0,0,0,0,0),(207210,37533,631,15,1,0,0,4506.76,2449.72,217.802,0.853605,604800,0,0,1,0,2,0,0,0),(151902,18697,530,1,1,0,1,2954.82,2147.42,165.328,0.753333,28800,5,0,10818,15400,1,0,0,0),(200964,37544,631,15,1,0,0,-373.823,2305.28,200.053,2.36368,86400,0,0,284474,41690,0,0,0,0),(200965,36724,631,15,1,0,0,-176.528,2244.61,38.0684,5.34071,86400,0,0,378000,99850,0,0,0,0),(200966,37011,631,15,1,0,0,-124.053,2208.34,35.2336,0.003528,86400,0,0,478800,0,0,0,0,0),(202938,34970,649,15,1,0,0,583.444,74.5035,421.611,1.8675,120,0,0,1,0,0,0,0,0),(200968,2110,631,15,1,0,0,-345.587,2160.6,199.97,0.461401,86400,0,0,1,0,0,0,0,0),(200969,37011,631,15,1,0,0,-159.601,2268.41,39.7574,2.26482,86400,0,0,478800,0,0,0,0,0),(200970,4076,631,15,1,0,0,-191.205,2157.68,38.0436,4.18759,86400,0,0,8,0,0,0,0,0),(200971,2110,631,15,1,0,0,-91.015,2174.21,30.6542,4.66816,86400,0,0,1,0,0,0,0,0),(200974,37017,631,15,1,0,1,-564.752,2204.88,200.053,3.84641,86400,0,0,404430,0,0,0,0,0),(200975,37528,631,15,1,0,0,-308.595,2224.56,383.62,1.43542,120,0,0,1,0,2,0,0,0),(200976,14881,631,15,1,0,0,-189.27,2260.09,37.9851,4.36604,86400,0,0,8,0,0,0,0,0),(200979,37189,631,15,1,0,1,-47.9427,2216.25,27.9859,3.10669,86400,0,0,218392,0,0,0,0,0),(200980,2110,631,15,1,0,0,-536.686,2144.08,199.97,3.78801,86400,0,0,1,0,0,0,0,0),(86441,26811,571,1,1,0,1,4845.42,-4821.25,25.6524,4.23428,300,5,0,1,0,1,0,0,0),(200982,37187,631,15,1,0,1,-556.007,2211.42,539.371,0,86400,0,0,4183500,0,0,1,0,0),(200983,37181,631,15,1,0,0,-123.964,2211.56,82.6835,0,86400,0,0,27890000,8516000,0,0,0,0),(200984,32315,631,15,1,0,0,-49.2213,2211.06,27.9026,3.0871,86400,0,0,4183500,0,0,0,0,0),(200985,38181,631,15,1,0,1,-65.2882,2264.63,30.6542,5.19312,86400,0,0,23000,22000,2,0,0,0),(1972295,36848,658,3,1,0,0,954.362,-117.255,595.956,0.1675,300,0,0,42,0,0,0,0,0),(200987,37007,631,15,1,0,1,-194.007,2137.95,40.2816,1.6057,86400,0,0,1685125,0,0,0,0,0),(200988,37003,631,15,1,0,1,-377.137,2320.08,199.373,0.52725,86400,0,0,398434,41690,0,0,0,0),(200989,4076,631,15,1,0,0,-86.4924,2246.9,30.6542,2.89758,86400,0,0,8,0,0,0,0,0),(200990,37016,631,15,1,0,1,-545.891,2142.82,200.053,1.39626,86400,0,0,337025,41690,0,0,0,0),(95035,38494,631,10,1,0,0,-452.366,2354.51,191.242,0.778178,86400,0,0,1,0,2,0,0,0),(200992,36612,631,15,1,0,0,-401.37,2211.14,42.0772,0,604800,0,0,6972500,0,0,0,0,0),(200993,37546,631,15,1,0,0,-318.538,2261.76,200.053,5.044,86400,0,0,674050,0,0,0,0,0),(32068,28026,571,1,1,0,0,5408.89,-2479.56,292.53,0.737062,300,5,0,10635,0,1,0,0,0),(200995,37012,631,15,1,0,1,-200.272,2222.79,35.2336,6.18382,86400,0,0,315000,0,0,0,0,0),(200996,36724,631,15,1,0,0,-314.04,2229.36,42.058,5.95157,86400,0,0,378000,99850,0,0,0,0),(200998,2110,631,15,1,0,0,-527.262,2264.51,199.97,2.53437,86400,0,0,1,0,0,0,0,0),(32067,28026,571,1,1,0,0,5429.26,-2486.59,292.53,2.73738,300,5,0,10635,0,1,0,0,0),(247119,37950,631,15,20,0,0,4202.85,2484.92,383.837,0,604800,0,0,0,0,0,0,0,0),(201001,37665,631,15,1,0,1,4598.71,2669.81,384.768,5.5676,86400,0,0,647040,91600,2,0,0,0),(202937,34970,649,15,1,0,0,577.641,80.8767,418.315,1.81514,120,0,0,1,0,0,0,0,0),(201004,2110,631,15,1,0,0,-523.635,2144.88,199.97,2.14113,86400,0,0,1,0,0,0,0,0),(203548,29237,571,1,1,0,1,6701.92,-4507.45,451.125,1.32766,120,0,0,1,0,0,0,0,0),(1975792,22515,631,10,1,0,0,4166.02,2557.49,364.952,0,120,0,0,0,0,0,0,0,0),(1975791,22515,631,15,1,0,0,4241.34,2411.52,364.952,0,120,0,0,0,0,0,0,0,0),(201008,38231,631,15,1,0,0,4522.51,2789.91,351.184,6.00707,86400,0,0,13,0,0,0,0,0),(201009,14881,631,15,1,0,0,-476.135,2255.79,58.565,0.877801,86400,0,0,8,0,0,0,0,0),(201011,37012,631,15,1,0,1,-300.911,2216.62,42.0869,6.21337,86400,0,0,315000,0,0,0,0,0),(201012,14881,631,15,1,0,0,4452.87,2813.7,344.219,1.71812,86400,0,0,8,0,0,0,0,0),(202936,34966,649,15,1,0,0,524.964,85.1233,421.651,0.959931,120,0,0,1,0,0,0,0,0),(1972294,36848,658,3,1,0,0,969.434,-113.96,597.206,6.22685,300,0,0,42,0,0,0,0,0),(201017,37965,631,15,1,0,1,-36.3524,2230.3,27.9859,3.40339,86400,0,0,13033,0,0,0,0,0),(1975756,37013,631,15,1,0,0,4244.04,3092.66,372.97,0.977384,86400,0,0,25200,0,0,0,0,0),(201019,14881,631,15,1,0,0,-313.581,2212.88,42.5443,2.59789,86400,0,0,8,0,0,0,0,0),(201020,37026,631,15,1,0,1,-549.649,2290.26,200.053,0.767945,86400,0,0,269600,91600,0,0,0,0),(201022,38232,631,15,1,0,0,4531.1,2756.4,351.101,0.585712,86400,0,0,8,0,0,0,0,0),(201024,37928,631,15,1,0,1,-96.2135,2179.39,30.7375,2.1293,86400,0,0,945000,0,0,0,0,0),(201025,4076,631,15,1,0,0,-187.767,2211.04,35.3168,4.43219,86400,0,0,8,0,0,0,0,0),(107193,28026,571,1,1,25286,0,5497.21,-2080.43,240.865,0.857485,300,5,0,10635,0,1,0,0,0),(201027,37031,631,15,1,0,1,-533.447,2138.82,199.97,4.08165,86400,0,0,324010,41690,0,0,0,0),(201028,37965,631,15,1,0,1,-104.203,2252.82,30.7375,4.55531,86400,0,0,13033,0,0,0,0,0),(201029,37011,631,15,1,0,0,-161.499,2166.54,37.9851,1.90358,86400,0,0,478800,0,0,0,0,0),(201031,36998,631,15,1,0,1,-531.686,2295.08,200.053,1.37881,86400,0,0,431546,0,0,0,0,0),(201032,37021,631,15,1,0,1,-576.759,2212.63,200.053,5.20108,86400,0,0,269600,91600,0,0,0,0),(201034,37920,631,15,1,0,1,-557.264,2215.06,539.37,0,86400,0,0,134810,0,0,0,0,0),(201035,2110,631,15,1,0,0,-525.586,2160.48,199.97,1.04964,86400,0,0,1,0,0,0,0,0),(201036,37011,631,15,1,0,0,-241.648,2174.65,38.9678,3.98729,86400,0,0,478800,0,0,0,0,0),(201037,37011,631,15,1,0,0,-245.422,2257.7,38.146,3.52922,86400,0,0,478800,0,0,0,0,0),(1975789,38421,631,12,20,0,0,4236.75,2500.62,383.373,5.97527,25,10,0,0,0,1,0,0,0),(54718,28029,571,1,1,0,1,5450.9,-2457.95,292.502,1.55334,300,0,0,1,1,0,0,0,0),(88761,37967,571,1,256,0,0,5606.21,2012.55,798.125,0.994838,120,0,0,1,0,0,0,0,0),(201041,37032,631,15,1,0,1,-373.078,2110.77,199.97,-0.856847,86400,0,0,392528,0,0,0,0,0),(201042,37120,631,15,1,0,1,-69.6892,2155.64,30.7375,1.55334,86400,0,0,11156000,0,0,0,0,0),(201043,37007,631,15,1,0,1,-193.786,2290.22,40.2816,4.83456,86400,0,0,1685125,0,0,0,0,0),(201044,37027,631,15,1,0,1,-559.755,2211.97,200.053,4.10152,86400,0,0,269600,91600,0,0,0,0),(200960,37528,631,15,1,0,0,-555.158,2274.16,416.819,4.09822,120,0,0,1,0,2,0,0,0),(1975790,22515,631,10,1,0,0,4166.17,2411.52,364.952,0,120,0,0,0,0,0,0,0,0),(1971311,16980,533,3,1,0,0,3749.68,-5114.06,142.115,2.93215,604800,0,0,1,0,0,0,0,0),(201050,2110,631,15,1,0,0,-517.817,2141.06,199.97,6.07427,86400,0,0,1,0,0,0,0,0),(201051,37028,631,15,1,0,1,-542.951,2122.15,200.054,4.17134,86400,0,0,404430,0,0,0,0,0),(201052,2110,631,15,1,0,0,-183.028,2200.06,35.2335,3.85779,86400,0,0,1,0,0,0,0,0),(201055,37030,631,15,1,0,1,-554.868,2194.85,200.053,2.6529,86400,0,0,269600,91600,0,0,0,0),(202935,34966,649,15,1,0,0,534.257,81.3125,419.776,1.11701,120,0,0,1,0,0,0,0,0),(54714,28029,571,1,1,0,1,5409.11,-2361.32,292.502,0.628318,300,0,0,1,1,0,0,0,0),(201058,37144,631,15,1,0,1,-419.839,2329.75,191.323,0.314159,86400,0,0,404430,41690,0,0,0,0),(201059,4076,631,15,1,0,0,-438.976,2345.94,191.253,2.44929,86400,0,0,8,0,0,0,0,0),(201063,38858,631,15,1,0,0,-48.5295,2252.13,30.7375,4.24115,86400,0,0,17880,8814,0,0,0,0),(201064,14881,631,15,1,0,0,-244.232,2201,42.5644,5.83919,86400,0,0,8,0,0,0,0,0),(201065,37011,631,15,1,0,0,-238.472,2178.25,38.423,2.63953,86400,0,0,478800,0,0,0,0,0),(201066,37011,631,15,1,0,0,-124.272,2214.73,35.2335,6.23886,86400,0,0,478800,0,0,0,0,0),(201068,2110,631,15,1,0,0,-324.088,2220.95,199.975,0.802723,86400,0,0,1,0,0,0,0,0),(201069,37920,631,15,1,0,1,-561.049,2207.88,539.368,0,86400,0,0,134810,0,0,0,0,0),(201071,37016,631,15,1,0,1,-527.398,2284.9,200.053,1.39626,86400,0,0,337025,41690,0,0,0,0),(86440,26812,571,1,1,0,1,4831.97,-4810.05,25.6752,4.12599,300,5,0,1,0,1,0,0,0),(201075,37033,631,15,1,0,1,-576.799,2194.63,200.053,0.645772,86400,0,0,261715,91600,0,0,0,0),(201076,37144,631,15,1,0,1,-568.21,2215.03,200.053,4.57276,86400,0,0,404430,41363,0,0,0,0),(201078,37544,631,15,1,0,0,-312.701,2264.81,200.053,4.83456,86400,0,0,337025,41690,0,0,0,0),(54717,28029,571,1,1,0,1,5400.03,-2506.19,292.502,1.55334,300,0,0,1,1,0,0,0,0),(201080,36724,631,15,1,0,0,-207.421,2211.22,35.2335,0.0451333,86400,0,0,378000,99850,0,0,0,0),(107197,28026,571,1,1,25286,0,5488.13,-2497.19,292.429,3.93989,300,5,0,10635,0,1,0,0,0),(201082,37965,631,15,1,0,1,-111.391,2253.24,30.7375,4.66003,86400,0,0,13033,0,0,0,0,0),(203601,28784,571,1,1,0,0,5859.39,-4433.85,375.875,0,120,0,0,1,0,0,0,0,0),(151901,18697,530,1,1,0,1,2293.31,2821.12,130.917,4.42273,28800,5,0,10818,15400,1,0,0,0),(201086,38194,631,15,1,0,1,-41.4201,2171.93,30.7375,6.10865,86400,0,0,945000,0,0,0,0,0),(201087,37011,631,15,1,0,0,-158.508,2168.3,37.9851,0.140556,86400,0,0,478800,0,0,0,0,0),(201089,37017,631,15,1,0,1,-358.865,2332.13,199.97,-0.189923,86400,0,0,338010,0,0,0,0,0),(201090,36724,631,15,1,0,0,-235.003,2211.89,41.7042,0.023527,86400,0,0,378000,99850,0,0,0,0),(201091,37996,631,15,1,0,1,-76.8455,2208.43,27.9859,3.15905,86400,0,0,945000,0,0,0,0,0),(86439,26811,571,1,1,0,1,4801.29,-4802.36,25.6674,5.65589,300,5,0,1,0,1,0,0,0),(201093,37011,631,15,1,0,0,-234.249,2170.1,40.669,2.38728,86400,0,0,478800,0,0,0,0,0),(201094,2110,631,15,1,0,0,-530.653,2262.15,200.053,3.28122,86400,0,0,1,0,0,0,0,0),(54716,28029,571,1,1,0,1,5435.18,-2513.58,292.445,0.918852,300,0,0,1,1,0,0,0,0),(202934,34966,649,15,1,0,0,549.905,80.4444,418.311,1.36136,120,0,0,1,0,0,0,0,0),(201097,36724,631,15,1,0,0,-178.005,2176.15,38.0684,0.959931,86400,0,0,378000,99850,0,0,0,0),(151900,18697,530,1,1,0,1,4092.53,4001.75,117.282,4.65048,28800,0,0,10818,15400,0,0,0,0),(203547,29237,571,1,1,0,1,6661.01,-4497.94,474.523,0.698132,120,0,0,1,0,0,0,0,0),(1975774,37985,631,3,16,0,0,4155.51,2478.76,382.494,4.97053,10,10,0,0,0,1,0,0,0),(201103,2110,631,15,1,0,0,-325.598,2224.89,199.972,2.28606,86400,0,0,1,0,0,0,0,0),(151899,18695,530,1,1,0,1,-3076.35,1020.61,-2.88056,3.73969,28800,5,0,13522,0,1,0,0,0),(200956,36725,631,15,1,0,0,-216.486,2245.41,80,5.18363,7200,0,0,1,0,0,0,0,0),(201107,37011,631,15,1,0,0,-158.224,2225.72,35.3168,5.31076,86400,0,0,478800,0,0,0,0,0),(201108,37007,631,15,1,0,1,-300.566,2182.6,44.2649,1.6057,86400,0,0,1685125,0,0,0,0,0),(203546,29237,571,1,1,0,1,6656.61,-4484.14,456.552,0.820305,120,0,0,1,0,0,0,0,0),(201112,2110,631,15,1,0,0,-338.135,2160.52,200.053,3.28122,86400,0,0,1,0,0,0,0,0),(201113,2110,631,15,1,0,0,-330.432,2226.26,199.97,3.26654,86400,0,0,1,0,0,0,0,0),(201114,37004,631,15,1,0,1,-358.537,2329.11,199.97,0.405995,86400,0,0,343607,0,0,0,0,0),(201115,4076,631,15,1,0,0,-36.1858,2211.85,27.9859,1.17696,86400,0,0,8,0,0,0,0,0),(202933,34910,649,15,1,0,0,613.559,103.503,418.318,2.51327,120,0,0,1,0,0,0,0,0),(201119,36724,631,15,1,0,0,-245.906,2224.66,42.6477,0,86400,0,0,378000,99850,0,0,0,0),(54715,28029,571,1,1,0,1,5464.65,-2496.45,292.502,1.48353,300,0,0,1,1,0,0,0,0),(201121,37183,631,15,1,0,0,-126.295,2211.68,82.2289,0,86400,0,0,630000,79880,0,0,0,0),(201122,37813,631,15,1,0,1,-461.512,2211.11,541.197,3.14159,604800,0,0,8785350,0,0,0,0,0),(201124,37011,631,15,1,0,0,-228.774,2260.59,37.994,1.27038,86400,0,0,478800,0,0,0,0,0),(518,28026,571,1,1,0,0,5452.49,-2447.38,292.543,0.366399,300,5,0,10635,0,1,0,0,0),(200949,36725,631,15,1,0,0,-220.382,2177.07,80,0.855211,7200,0,0,1,0,0,0,0,0),(201128,37688,631,15,1,0,1,-58.8993,2222.23,27.9859,3.26377,86400,0,0,5188,0,0,0,0,0),(201129,36855,631,15,1,0,0,-634.691,2211.39,51.9808,0.034907,604800,0,0,3346800,3264800,0,0,0,0),(201130,37007,631,15,1,0,1,-300.354,2242.18,44.2649,4.72984,86400,0,0,1685125,0,0,0,0,0),(202932,34909,649,15,1,0,0,623.538,115.458,419.806,2.75762,120,0,0,1,0,0,0,0,0),(201132,37148,631,15,1,0,1,-397.356,2332.25,193.133,-0.469684,86400,0,0,269600,91600,0,0,0,0),(201133,37996,631,15,1,0,1,-96.3385,2241.45,30.7375,4.38078,86400,0,0,945000,0,0,0,0,0),(201135,2110,631,15,1,0,0,-130.337,2217.78,35.2335,1.85226,86400,0,0,1,0,0,0,0,0),(201136,37545,631,15,1,0,0,-365.668,2100.27,200.053,2.18547,86400,0,0,284022,41690,0,0,0,0),(107195,28026,571,1,1,25402,0,5512.46,-2455.17,292.424,2.97264,300,5,0,10635,0,1,0,0,0),(107196,28026,571,1,1,25286,0,5519.86,-2423.45,292.473,3.83817,300,5,0,10635,0,1,0,0,0),(201139,26043,631,15,1,0,0,-61.4184,2234.49,28.6548,0,86400,0,0,42,0,0,0,0,0),(203545,29237,571,1,1,0,1,6656.02,-4522.54,469.184,5.46288,120,0,0,1,0,0,0,0,0),(208778,38491,631,15,1,0,1,-530.674,2272.29,200.053,2.82939,120,0,0,1,0,0,0,0,0),(1975729,38557,631,15,1,0,0,4642.6,2771.61,412.227,0,604800,0,0,0,0,0,0,0,0),(1975728,38557,631,15,1,0,0,4630.34,2799.74,412.512,0,604800,0,0,0,0,0,0,0,0),(201144,37965,631,15,1,0,1,-32.3368,2225.5,27.9859,3.97935,86400,0,0,13033,0,0,0,0,0),(201145,37011,631,15,1,0,0,-233.749,2243.64,37.9836,6.12434,86400,0,0,478800,0,0,0,0,0),(201146,37011,631,15,1,0,0,-170.416,2180.83,37.8201,1.36136,86400,0,0,478800,0,0,0,0,0),(201149,2110,631,15,1,0,0,-77.117,2212.85,27.9025,4.56426,86400,0,0,1,0,0,0,0,0),(201150,2110,631,15,1,0,0,-535.15,2263.69,199.97,1.63828,86400,0,0,1,0,0,0,0,0),(151897,18695,530,1,1,0,1,-3815.24,2689.31,100.581,5.38433,28800,5,0,13522,0,1,0,0,0),(151898,18695,530,1,1,0,1,-3082.38,1867.38,139.906,1.53194,28800,5,0,13522,0,1,0,0,0),(201154,4076,631,15,1,0,0,-556.57,2201.39,199.97,5.48754,86400,0,0,8,0,0,0,0,0),(201155,36829,631,15,1,0,0,-620.108,2167.39,50.932,2.26893,86400,0,0,1011075,41690,0,0,0,0),(208777,38491,631,15,1,0,1,-41.7986,2189.79,27.9859,1.91986,120,0,0,1,0,0,0,0,0),(1975727,38557,631,15,1,0,0,4630.73,2802.02,437.672,0,604800,0,0,0,0,0,0,0,0),(247117,38153,631,15,17,0,0,4203.7,2484.83,364.956,3.14159,604800,0,0,0,0,0,0,0,0),(201160,37012,631,15,1,0,1,-300.872,2208.04,42.0905,0.069813,86400,0,0,315000,0,0,0,0,0),(201163,37544,631,15,1,0,0,-363.167,2087.38,200.053,3.06678,86400,0,0,285230,41690,0,0,0,0),(203544,29237,571,1,1,0,1,6641.91,-4477.85,474.523,0.663225,120,0,0,1,0,0,0,0,0),(201166,14881,631,15,1,0,0,-245.974,2211.26,42.6477,5.68255,86400,0,0,8,0,0,0,0,0),(201168,37035,631,15,1,0,1,-567.957,2204.46,200.053,1.36136,86400,0,0,471835,41690,0,0,0,0),(86438,26811,571,1,1,0,1,4795.18,-4858.25,25.8212,4.76072,300,0,0,1,0,2,0,0,0),(200939,36725,631,15,1,0,0,-210.375,2202.68,80,0.139626,7200,0,0,1,0,0,0,0,0),(151896,18695,530,1,1,0,1,-4203.43,344.462,115.416,4.161,28800,0,0,13522,0,0,0,0,0),(201172,37148,631,15,1,0,1,-536.403,2143.9,200.053,0.942478,86400,0,0,269600,91600,0,0,0,0),(201173,14881,631,15,1,0,0,-431.469,2069.34,191.24,5.32109,86400,0,0,8,0,0,0,0,0),(201176,37004,631,15,1,0,1,-572.054,2205.63,200.053,4.30528,86400,0,0,404430,0,0,0,0,0),(201177,37011,631,15,1,0,0,-155.145,2267.75,40.9331,1.73719,86400,0,0,478800,0,0,0,0,0),(32074,28026,571,1,1,0,0,5394.18,-2442.89,292.468,2.73129,300,5,0,10635,0,1,0,0,0),(201180,37544,631,15,1,0,0,-324.313,2259.36,200.053,5.25344,86400,0,0,337025,41690,0,0,0,0),(201181,37021,631,15,1,0,1,-533.238,2314.32,202.313,2.47837,86400,0,0,269600,91531,0,0,0,0),(200887,37528,631,15,1,0,0,-386.654,2095.7,317.18,3.59071,120,0,0,1,0,2,0,0,0),(201184,37920,631,15,1,0,1,-560.901,2214.58,539.368,0,86400,0,0,134810,0,0,0,0,0),(201185,37189,631,15,1,0,1,-47.5556,2208.9,27.9859,3.10669,86400,0,0,218392,0,0,0,0,0),(201186,37011,631,15,1,0,0,-161.058,2154.11,37.9851,3.16961,86400,0,0,478800,0,0,0,0,0),(88760,37967,571,1,1,0,0,5699.5,2143.68,798.143,1.71042,120,0,0,1,0,0,0,0,0),(40470,18686,530,1,1,0,0,-2847.33,3195.11,7.4167,0.091094,300,0,0,9144,13525,2,0,0,0),(201189,37016,631,15,1,0,1,-389.378,2328.51,195.419,5.30248,86400,0,0,294207,41690,0,0,0,0),(151895,18695,530,1,1,0,1,-4455.05,1694.55,161.278,1.93093,28800,0,0,13522,0,0,0,0,0),(201191,37689,631,15,1,0,0,-107.83,2257.67,30.7375,4.50295,86400,0,0,12600,0,0,0,0,0),(201192,2110,631,15,1,0,0,-57.206,2228.81,27.9025,4.97761,86400,0,0,1,0,0,0,0,0),(201193,37027,631,15,1,0,1,-542.507,2290.81,200.053,1.85005,86400,0,0,269600,91600,0,0,0,0),(201194,38054,631,15,1,0,0,-46.5868,2251.06,30.7375,3.83972,86400,0,0,17880,8814,0,0,0,0),(208776,39509,631,15,1,0,0,-59.3594,2194.56,27.9859,1.0472,120,0,0,1,0,0,0,0,0),(1975726,38557,631,15,1,0,0,4645.42,2771.67,436.146,0,604800,0,0,0,0,0,0,0,0),(202931,34908,649,15,1,0,0,620.88,163.618,418.318,0,120,0,0,1,0,0,0,0,0),(202930,34906,649,15,1,0,0,615.052,177.694,419.791,3.87463,120,0,0,1,0,0,0,0,0),(203533,29236,571,1,1,0,1,6788.41,-4472.94,440.952,5.48341,120,0,0,1,0,2,0,0,0),(201200,26043,631,15,1,0,0,-60.9722,2192.39,28.3723,0,86400,0,0,42,0,0,0,0,0),(202929,34905,649,15,1,0,0,513.705,175.472,418.318,5.55015,120,0,0,1,0,0,0,0,0),(201203,2110,631,15,1,0,0,16.1163,2211.13,30.199,0.679835,86400,0,0,1,0,0,0,0,0),(203567,29235,571,1,1,0,1,6875.55,-4350.96,451.542,4.05366,120,0,0,1,0,0,0,0,0),(201206,2110,631,15,1,0,0,-75.7415,2205.03,27.9025,4.14515,86400,0,0,1,0,0,0,0,0),(202928,34904,649,15,1,0,0,507.332,162.559,418.318,5.8294,120,0,0,1,0,0,0,0,0),(202927,34903,649,15,1,0,0,515.929,103.031,418.318,0,120,0,0,1,0,0,0,0,0),(202926,34902,649,15,1,0,0,507.443,117.948,418.317,0.383972,120,0,0,1,0,0,0,0,0),(203566,29235,571,1,1,0,1,6842.74,-4715.16,450.608,2.96706,120,0,0,1,0,0,0,0,0),(1975755,37013,631,15,1,0,0,4291.45,3181.25,372.97,4.10152,86400,0,0,25200,0,0,0,0,0),(202925,34901,649,15,1,0,0,505.476,130.84,418.314,0.15708,120,0,0,1,0,0,0,0,0),(202924,34900,649,15,1,0,0,621.661,149.403,418.314,0,120,0,0,1,0,0,0,0,0),(202923,34887,649,15,1,0,0,616.714,138.896,418.31,4.57276,120,0,0,1,0,0,0,0,0),(202922,34883,649,15,1,0,0,512.075,138.861,418.31,0.0174533,120,0,0,1,0,0,0,0,0),(201218,37663,631,15,1,0,0,4583.81,2860.68,384.768,3.61283,86400,0,0,431360,91600,0,0,0,0),(201219,38228,631,15,1,0,0,4262.7,3035.84,360.516,4.39516,86400,0,0,13,0,0,0,0,0),(201220,38463,631,15,1,0,0,4522.93,2769.18,351.184,3.10669,1209600,0,0,42,0,0,0,0,0),(137741,37744,631,15,1,11686,0,4224.83,2735.24,355.288,3.14,120,0,0,1,0,0,0,0,0),(202921,34871,649,15,1,0,0,619.962,115.092,418.318,2.74017,120,0,0,1,0,0,0,0,0),(202920,34871,649,15,1,0,0,620.892,108.991,419.778,2.6529,120,0,0,1,0,0,0,0,0),(201226,37023,631,15,1,0,0,4348.78,2890.48,351.101,4.62995,86400,10,0,441000,7988,1,0,0,0),(202919,34871,649,15,1,0,0,621.599,120.434,418.316,2.82743,120,0,0,1,0,0,0,0,0),(202918,34871,649,15,1,0,0,624.915,121.528,419.791,2.86234,120,0,0,1,0,0,0,0,0),(202917,34871,649,15,1,0,0,627.16,112.66,421.604,2.74017,120,0,0,1,0,0,0,0,0),(202916,34870,649,15,1,0,0,622.128,151.479,418.314,3.33358,120,0,0,1,0,0,0,0,0),(1975754,37013,631,15,1,0,0,4312.36,3160.84,372.97,3.80482,86400,0,0,25200,0,0,0,0,0),(202915,34870,649,15,1,0,0,622.184,126.892,418.314,2.93215,120,0,0,1,0,0,0,0,0),(201234,37022,631,15,1,0,0,4341.87,2870.92,349.352,4.86947,86400,0,0,945000,0,0,0,0,0),(202914,34870,649,15,1,0,0,625.707,155.021,419.779,3.36849,120,0,0,1,0,0,0,0,0),(202913,34870,649,15,1,0,0,625.99,126.036,419.78,2.93215,120,0,0,1,0,0,0,0,0),(202912,34870,649,15,1,0,0,630.387,148.691,421.613,3.26377,120,0,0,1,0,0,0,0,0),(201238,37571,631,15,1,0,0,4629.01,2785.71,361.248,3.10669,86400,0,0,539200,91600,0,0,0,0),(202911,34870,649,15,1,0,0,631.601,130.403,421.569,3.01942,120,0,0,1,0,0,0,0,0),(201240,37025,631,15,1,0,0,4295.83,3028.46,360.523,6.24854,86400,0,0,3150000,0,2,0,0,0),(202910,34869,649,15,1,0,0,610.825,100.753,418.318,2.46091,120,0,0,1,0,0,0,0,0),(202909,34869,649,15,1,0,0,613.273,98.2083,419.788,2.44346,120,0,0,1,0,0,0,0,0),(202908,34869,649,15,1,0,0,614.346,106.309,418.318,2.56563,120,0,0,1,0,0,0,0,0),(201244,37023,631,15,1,0,0,4443.25,3018.65,360.519,5.25127,86400,10,0,441000,7988,1,0,0,0),(201245,37098,631,15,1,0,1,4430.35,2768.61,360.878,1.62697,86400,0,0,1008000,0,2,0,0,0),(201246,37955,631,15,1,0,1,4624.88,2768.31,402.192,3.05433,604800,0,0,14154175,4258,0,0,0,0),(201247,37217,631,15,1,0,0,4394.66,3028.79,360.521,4.56473,86400,0,0,3150000,0,2,0,0,0),(201248,38231,631,15,1,0,0,4471.52,2768.97,351.046,4.57119,86400,0,0,13,0,0,0,0,0),(202907,34869,649,15,1,0,0,615.361,102.863,419.811,2.53073,120,0,0,1,0,0,0,0,0),(202906,34869,649,15,1,0,0,617.335,98.6007,421.619,2.49582,120,0,0,1,0,0,0,0,0),(201252,38004,631,15,1,0,0,4686.46,2769.38,377.477,3.14159,86400,0,0,12006645,4258,0,0,0,0),(201253,36880,631,15,1,0,0,4356.81,3061.83,360.518,4.7527,86400,0,0,1575000,0,2,0,0,0),(202905,34869,649,15,1,0,0,620.788,103.833,421.621,2.58309,120,0,0,1,0,0,0,0,0),(201255,36626,631,15,1,0,0,4267.92,3137.26,360.593,4.67748,604800,0,0,9412875,0,0,0,0,0),(202904,34868,649,15,1,0,0,618.774,166.061,418.318,3.57792,120,0,0,1,0,0,0,0,0),(201257,38231,631,15,1,0,0,4458,2775.88,349.295,5.76801,86400,0,0,13,0,0,0,0,0),(137740,37744,631,15,1,11686,0,4224.71,2804.11,355.288,3.14,120,0,0,1,0,0,0,0,0),(201259,37662,631,15,1,0,1,4622.93,2740.87,361.248,1.37881,86400,0,0,647040,91600,0,0,0,0),(202903,34868,649,15,1,0,0,621.161,159.661,418.317,3.42085,120,0,0,1,0,0,0,0,0),(201263,14881,631,15,1,0,0,4355.1,2865.26,349.438,3.29916,86400,0,0,8,0,0,0,0,0),(202902,34868,649,15,1,0,0,622.339,172.061,421.635,3.66519,120,0,0,1,0,0,0,0,0),(202901,34868,649,15,1,0,0,622.778,165.641,419.798,3.54302,120,0,0,1,0,0,0,0,0),(1975753,37013,631,15,1,0,0,4291.18,3092.92,372.97,2.33874,86400,0,0,25200,0,0,0,0,0),(202900,34868,649,15,1,0,0,623.872,161.115,419.805,3.4383,120,0,0,1,0,0,0,0,0),(201269,37928,631,15,1,0,1,-107.604,2243.62,30.7375,4.36332,86400,0,0,945000,0,0,0,0,0),(202899,34861,649,15,1,0,0,500.793,163.064,421.668,5.86431,120,0,0,1,0,0,0,0,0),(137739,37744,631,15,1,11686,0,4201.85,2750.53,353.001,0.017,120,0,0,1,0,0,0,0,0),(202898,34861,649,15,1,0,0,502.269,158.54,419.785,5.93412,120,0,0,1,0,0,0,0,0),(203529,29236,571,1,1,0,1,6600.55,-4464.82,450.647,2.0944,120,0,0,1,0,0,0,0,0),(201275,37571,631,15,1,0,0,4564.26,2849.67,384.768,0.541052,86400,0,0,539200,91600,0,0,0,0),(202897,34861,649,15,1,0,0,503.292,163.941,419.792,5.8294,120,0,0,1,0,0,0,0,0),(202896,34861,649,15,1,0,0,505.931,167.625,419.802,5.75959,120,0,0,1,0,0,0,0,0),(202895,34861,649,15,1,0,0,506.7,160.361,418.317,5.86431,120,0,0,1,0,0,0,0,0),(202894,34861,649,15,1,0,0,508.696,166.115,418.318,5.75959,120,0,0,1,0,0,0,0,0),(1975752,37013,631,15,1,0,0,4243.89,3181.74,372.97,5.44543,86400,0,0,25200,0,0,0,0,0),(202893,34860,649,15,1,0,0,508.747,172.795,419.787,5.65487,120,0,0,1,0,0,0,0,0),(202892,34860,649,15,1,0,0,510.523,180.747,421.629,5.53269,120,0,0,1,0,0,0,0,0),(201285,38228,631,15,1,0,0,4436.82,3071.39,360.524,2.85864,86400,0,0,13,0,0,0,0,0),(201286,37973,631,15,1,0,1,4682.89,2755.11,364.17,3.14159,604800,0,0,1,0,0,0,0,0),(203532,29236,571,1,1,0,1,6671.84,-4539.14,451.066,5.67232,120,0,0,1,0,0,0,0,0),(201289,14881,631,15,1,0,0,4337.94,2868.96,349.209,2.96357,86400,0,0,8,0,0,0,0,0),(201290,38228,631,15,1,0,0,4446.54,3068.56,360.603,1.09646,86400,0,0,13,0,0,0,0,0),(202891,34860,649,15,1,0,0,512.033,176.543,419.805,5.5676,120,0,0,1,0,0,0,0,0),(201292,37965,631,15,1,0,1,-20.9045,2217.98,30.199,3.26377,86400,0,0,13033,0,0,0,0,0),(202890,34860,649,15,1,0,0,512.734,171.375,418.318,5.61996,120,0,0,1,0,0,0,0,0),(201294,36678,631,15,1,0,0,4356.19,3262.9,389.482,1.48353,604800,0,0,9761500,0,0,0,0,0),(201296,37595,631,15,1,0,1,4517.4,2763.67,404.067,0.628319,86400,0,0,431360,91600,0,0,0,0),(202889,34860,649,15,1,0,0,517.658,178.155,418.318,5.48033,120,0,0,1,0,0,0,0,0),(203600,28784,571,1,1,0,0,5849.13,-4294.46,368.955,5.98648,120,0,0,1,0,0,0,0,0),(202888,34859,649,15,1,0,0,496.387,127.007,421.573,0.191986,120,0,0,1,0,0,0,0,0),(202887,34859,649,15,1,0,0,498.465,155.175,421.633,6.00393,120,0,0,1,0,0,0,0,0),(202886,34859,649,15,1,0,0,501.316,151.229,419.788,6.05629,120,0,0,1,0,0,0,0,0),(201302,14881,631,15,1,0,0,4295.32,2690.61,344.095,2.22485,86400,0,0,8,0,0,0,0,0),(247125,37868,631,10,1,0,0,4182.16,2466.71,364.9,0.7,604800,0,0,0,0,0,0,0,0),(202885,34859,649,15,1,0,0,501.517,124.573,419.782,0.244346,120,0,0,1,0,0,0,0,0),(201306,37663,631,15,1,0,0,4528.28,2763.57,404.067,2.46091,86400,0,0,431360,91600,0,0,0,0),(201307,37666,631,15,1,0,1,4621.33,2791.86,361.248,4.79965,86400,0,0,647040,9160,0,0,0,0),(201308,14881,631,15,1,0,0,4408.06,2859.52,344.164,2.40097,86400,0,0,8,0,0,0,0,0),(247116,38558,631,15,1,0,0,4637.27,2786.25,424.639,3.57357,604800,0,0,0,0,0,0,0,0),(202884,34859,649,15,1,0,0,504.821,128.573,418.311,0.191986,120,0,0,1,0,0,0,0,0),(201312,38284,631,15,1,0,0,-76.0781,2283.4,32.9506,4.95674,86400,0,0,17880,32000,0,0,0,0),(203557,29237,571,1,1,0,1,6891.41,-4629.32,451.789,2.28638,120,0,0,1,0,0,0,0,0),(201314,37665,631,15,1,0,1,4613.91,2749.9,361.248,6.00393,86400,0,0,647040,91600,0,0,0,0),(1975751,37013,631,15,1,0,0,4222.44,3161.69,372.97,5.53269,86400,0,0,25200,0,0,0,0,0),(201317,38228,631,15,1,0,0,4357.27,3022.91,360.519,5.07663,86400,0,0,13,0,0,0,0,0),(202883,34859,649,15,1,0,0,505.885,152.344,418.315,6.02139,120,0,0,1,0,0,0,0,0),(202882,34858,649,15,1,0,0,507.363,104.333,421.667,0.575959,120,0,0,1,0,0,0,0,0),(202881,34858,649,15,1,0,0,508.481,108.408,419.818,0.523599,120,0,0,1,0,0,0,0,0),(202880,34858,649,15,1,0,0,508.628,94.6198,423.031,0.698132,120,0,0,1,0,0,0,0,0),(201322,37098,631,15,1,0,1,4322.97,2737.54,374.05,2.24929,86400,0,0,1008000,0,2,0,0,0),(201323,38228,631,15,1,0,0,4358.15,2883.2,351.1,6.02023,86400,0,0,13,0,0,0,0,0),(137738,37744,631,15,1,11686,0,4193.01,2829.08,355.361,4.694,120,0,0,1,0,0,0,0,0),(202879,34858,649,15,1,0,0,513.497,106.438,418.318,0.593412,120,0,0,1,0,0,0,0,0),(202878,34858,649,15,1,0,0,518.203,99.6649,418.318,0.733038,120,0,0,1,0,0,0,0,0),(202877,34857,649,15,1,0,0,496.767,111.595,423.061,0.401426,120,0,0,1,0,0,0,0,0),(202876,34857,649,15,1,0,0,500.163,118.007,421.66,0.349066,120,0,0,1,0,0,0,0,0),(201330,37996,631,15,1,0,1,-104.872,2177.29,30.7375,1.91986,86400,0,0,945000,0,0,0,0,0),(202875,34857,649,15,1,0,0,503.243,110.069,421.656,0.471239,120,0,0,1,0,0,0,0,0),(1975750,37013,631,15,1,0,0,4223.47,3113.58,372.97,0.767945,86400,0,0,25200,0,0,0,0,0),(201335,37664,631,15,1,0,0,4528.37,2774.88,404.067,3.85718,86400,0,0,431360,91600,0,0,0,0),(202874,34857,649,15,1,0,0,503.95,117.517,419.82,0.366519,120,0,0,1,0,0,0,0,0),(1975749,37013,631,15,1,0,0,4421.9,3092.42,372.456,0.994838,86400,0,0,25200,0,0,0,0,0),(202873,34857,649,15,1,0,0,506.977,120.476,418.317,0.331613,120,0,0,1,0,0,0,0,0),(202872,34857,649,15,1,0,0,508.224,114.913,418.318,0.436332,120,0,0,1,0,0,0,0,0),(203599,28784,571,1,1,0,0,5843.61,-4433.37,374.08,1.56249,120,0,0,1,0,2,0,0,0),(202871,34856,649,15,1,0,0,609.95,178.116,418.318,4.01426,120,0,0,1,0,0,0,0,0),(202870,34856,649,15,1,0,0,613.144,174.799,418.318,3.92699,120,0,0,1,0,0,0,0,0),(201343,4076,631,15,1,0,0,-94.9735,2171.09,30.6542,4.36097,86400,0,0,8,0,0,0,0,0),(202869,34856,649,15,1,0,0,615.924,183.056,421.601,4.13643,120,0,0,1,0,0,0,0,0),(202868,34856,649,15,1,0,0,615.962,170.299,418.318,3.78736,120,0,0,1,0,0,0,0,0),(201346,37666,631,15,1,0,1,4597.57,2872.66,384.768,0.296706,86400,0,0,647040,9160,0,0,0,0),(203091,29875,571,1,1,0,0,6756.08,-1503.3,781.329,3.40339,120,0,0,1,0,0,0,0,0),(201348,37696,631,15,1,0,1,-61.3368,2231.45,27.9859,5.93412,86400,0,0,12600,0,0,0,0,0),(203090,29875,571,1,1,0,0,6731.65,-1409.39,738.971,0.510445,120,5,0,1,0,1,0,0,0),(203089,29875,571,1,1,0,0,6696.46,-1374.95,698.687,5.67303,120,5,0,1,0,1,0,0,0),(201352,36934,631,15,1,0,0,4573.97,2854.83,375.681,3.14159,86400,0,0,42,0,0,0,0,0),(203598,28784,571,1,1,0,0,5840.6,-4345.65,374.078,1.55334,120,0,0,1,0,0,0,0,0),(203088,29875,571,1,1,0,0,6687.54,-1470.43,700.404,1.62123,120,5,0,1,0,1,0,0,0),(201356,38232,631,15,1,0,0,4517.53,2749.16,351.184,4.60846,86400,0,0,8,0,0,0,0,0),(203087,29875,571,1,1,0,0,6679.82,-1591.49,652.47,5.83916,120,5,0,1,0,1,0,0,0),(201358,30298,631,15,1,0,0,4337.25,3097.95,397.132,0.017453,86400,0,0,42,0,0,0,0,0),(110303,28882,571,1,1,25749,1,6588.17,-4020.24,490.592,4.90438,120,0,0,1,0,0,0,0,0),(101236,37776,571,1,1,0,1,5689.76,671.083,646.08,0.244346,120,0,0,1,0,2,0,0,0),(201361,38879,631,15,1,0,0,4356.73,3133.53,382.314,4.71239,86400,0,0,42,0,0,0,0,0),(203565,29235,571,1,1,0,1,6842.17,-4685.27,450.601,3.01942,120,0,0,1,0,0,0,0,0),(201363,2110,631,15,1,0,0,-39.0416,2234.46,27.9025,2.00673,86400,0,0,1,0,0,0,0,0),(1975748,37013,631,15,1,0,0,4401.28,3112.96,372.431,0.785398,86400,0,0,25200,0,0,0,0,0),(203086,29875,571,1,1,0,0,6679.72,-1427.89,690.056,1.74715,120,5,0,1,0,1,0,0,0),(203085,29875,571,1,1,0,0,6671.48,-1246.08,660.327,3.03687,120,5,0,1,0,1,0,0,0),(201368,37928,631,15,1,0,1,-76.2847,2214.99,27.9859,3.28122,86400,0,0,945000,0,0,0,0,0),(247120,38589,631,15,5,0,0,4210.31,2484.53,364.88,0,604800,0,0,10000002,0,0,0,0,0),(203084,29875,571,1,1,0,0,6651.38,-1391.4,668.539,3.35874,120,5,0,1,0,1,0,0,0),(137737,37744,631,15,1,11686,0,4192.6,2733.28,355.288,4.712,120,0,0,1,0,0,0,0,0),(203083,29875,571,1,1,0,0,6649.7,-1608.43,642.839,0.621042,120,5,0,1,0,1,0,0,0),(203082,29875,571,1,1,0,0,6629.36,-1527.47,653.027,3.4898,120,5,0,1,0,1,0,0,0),(203081,29875,571,1,1,0,0,6614.17,-1422.88,672.052,3.21141,120,5,0,1,0,1,0,0,0),(201381,37687,631,15,1,0,1,-45.5313,2248.89,30.7375,3.78736,86400,0,0,10080,8814,0,0,0,0),(1975747,37013,631,15,1,0,0,4490.33,3113.29,372.411,2.53073,86400,0,0,25200,0,0,0,0,0),(203080,29875,571,1,1,0,0,6611.8,-1604.01,634.909,0.908026,120,5,0,1,0,1,0,0,0),(201385,37664,631,15,1,0,0,4516.85,2775.7,404.067,5.74213,86400,0,0,431360,91600,0,0,0,0),(207212,27414,571,1,1,0,0,4265.98,-3043.19,319.14,5.72468,120,0,0,1,0,0,0,0,0),(201387,38231,631,15,1,0,0,4531.02,2778.41,351.101,4.61593,86400,0,0,13,0,0,0,0,0),(1975746,37013,631,15,1,0,0,4469.68,3092.91,372.325,2.35619,86400,0,0,25200,0,0,0,0,0),(203543,29237,571,1,1,0,1,6620.93,-4518.28,474.523,4.04916,120,0,0,1,0,0,0,0,0),(203079,29875,571,1,1,0,0,6597.85,-1518.91,658.148,1.97475,120,5,0,1,0,1,0,0,0),(203078,29875,571,1,1,0,0,6580.73,-1456.22,609.096,3.4198,120,5,0,1,0,1,0,0,0),(203077,29875,571,1,1,0,0,6577.48,-1655.51,710.115,0.59991,120,5,0,1,0,1,0,0,0),(203076,29875,571,1,1,0,0,6575.75,-1536.19,662.206,5.99791,120,5,0,1,0,1,0,0,0),(201396,37662,631,15,1,0,1,4617.4,2779.68,361.248,0.959931,86400,0,0,647040,91600,0,0,0,0),(203075,29875,571,1,1,0,0,6560.87,-1588.74,607.409,3.79997,120,5,0,1,0,1,0,0,0),(203074,29875,571,1,1,0,0,6552.43,-1483.97,592.059,2.21746,120,5,0,1,0,1,0,0,0),(201399,37782,631,15,1,0,0,4355.25,3118.92,376.2,0.245031,86400,0,0,1396,0,0,0,0,0),(202972,30275,571,1,4,0,0,7066.04,-1968.47,824.275,4.803,120,0,0,1,0,2,0,0,0),(202973,30275,571,1,4,0,0,7115.65,-2059.48,818.327,1.8356,120,0,0,1,0,2,0,0,0),(203528,29236,571,1,1,0,1,6580.27,-4375.86,449.348,1.63464,120,0,0,1,0,0,0,0,0),(203073,29875,571,1,1,0,0,6546.18,-1685.15,704.22,1.08602,120,5,0,1,0,1,0,0,0),(201404,14881,631,15,1,0,0,4299.44,2848.81,344.112,3.93172,86400,0,0,8,0,0,0,0,0),(203072,29875,571,1,1,0,0,6530.46,-1625.7,633.091,4.7852,120,5,0,1,0,1,0,0,0),(203537,29236,571,1,1,0,1,6935.99,-4699.02,486.177,3.14159,120,0,0,1,0,0,0,0,0),(203538,29236,571,1,1,0,1,6537.34,-4217.94,473.879,2.33874,120,0,0,1,0,0,0,0,0),(203071,29875,571,1,1,0,0,6529.49,-1625.37,632.966,0.250814,120,5,0,1,0,1,0,0,0),(203070,29875,571,1,1,0,0,6515.83,-1491.08,572.06,4.95906,120,5,0,1,0,1,0,0,0),(201411,38232,631,15,1,0,0,4577.67,2680.67,384.684,5.21532,86400,0,0,8,0,0,0,0,0),(203069,29875,571,1,1,0,0,6493.47,-1509.08,554.064,3.30879,120,5,0,1,0,1,0,0,0),(203577,28988,571,1,1,0,1,6904.29,-4504.13,440.678,3.45575,120,0,0,1,0,0,0,0,0),(201415,38228,631,15,1,0,0,4267.41,3045.91,360.604,2.80716,86400,0,0,13,0,0,0,0,0),(201416,14881,631,15,1,0,0,-115.15,2231.1,31.8296,0.792466,86400,0,0,8,0,0,0,0,0),(203564,29235,571,1,1,0,1,6762.62,-4397.92,440.878,3.89208,120,0,0,1,0,0,0,0,0),(201418,30298,631,15,1,0,0,4374.81,3133.75,406.314,3.03687,86400,0,0,42,0,0,0,0,0),(203556,29237,571,1,1,0,1,6877.44,-4351.5,451.398,4.10136,120,0,0,1,0,0,0,0,0),(203068,29875,571,1,1,0,0,6475.05,-1451.87,551.038,5.83045,120,5,0,1,0,1,0,0,0),(203067,29875,571,1,1,0,0,6452.7,-1462.6,537.56,4.99462,120,5,0,1,0,1,0,0,0),(201422,38316,631,15,1,0,1,-57.0035,2195.45,27.9859,2.49582,86400,0,0,5342,0,0,0,0,0),(201423,38879,631,15,1,0,0,4356.94,3098.38,367.822,4.71239,86400,0,0,42,0,0,0,0,0),(247171,37038,631,15,1,0,0,4355.23,2972.15,360.593,1.51844,86400,0,0,157500,3994,0,0,0,0),(203066,29875,571,1,1,0,0,6442.62,-1626.93,556.461,0.884425,120,5,0,1,0,1,0,0,0),(203065,29875,571,1,1,0,0,6404.73,-1643.44,529.413,0.470358,120,5,0,1,0,1,0,0,0),(203064,29555,571,1,2,0,1,6331.08,-1721.99,456.986,3.10669,120,0,0,1,0,0,0,0,0),(203063,29555,571,1,2,0,1,6331.05,-1713.27,456.367,3.10669,120,0,0,1,0,0,0,0,0),(137736,37744,631,15,1,11686,0,4183.78,2751.66,353.09,3.124,120,0,0,1,0,0,0,0,0),(203062,29555,571,1,2,0,1,6330.88,-1703.87,456.236,3.10669,120,0,0,1,0,0,0,0,0),(201433,36627,631,15,1,0,0,4445.87,3137.31,360.593,4.71239,604800,0,0,7321125,0,0,0,0,0),(203061,29555,571,1,2,0,1,6330.83,-1717.5,456.617,3.10669,120,0,0,1,0,0,0,0,0),(247170,37038,631,15,1,0,0,4365.53,2969.55,360.593,1.85005,86400,0,0,157500,3994,0,0,0,0),(203060,29555,571,1,2,0,1,6330.76,-1708.91,456.361,3.10669,120,0,0,1,0,0,0,0,0),(247169,37038,631,15,1,0,0,4359.92,2977.67,360.593,1.71042,86400,0,0,157500,3994,0,0,0,0),(201438,2110,631,15,1,0,0,-81.506,2214.35,27.9025,1.66057,86400,0,0,1,0,0,0,0,0),(201439,14881,631,15,1,0,0,4258.33,2769.37,349.475,4.56167,86400,0,0,8,0,0,0,0,0),(203059,29555,571,1,2,0,1,6328.39,-1719.91,456.492,3.10669,120,0,0,1,0,0,0,0,0),(1975745,37013,631,15,1,0,0,4401.32,3160.83,372.316,5.55015,86400,0,0,25200,0,0,0,0,0),(52016,24838,584,1,1,22663,0,-27.217,-0.0012207,21.583,2.4052,120,0,0,804,0,2,0,0,0),(201443,36934,631,15,1,0,0,4574.52,2683.23,375.674,3.14159,86400,0,0,42,0,0,0,0,0),(201444,37571,631,15,1,0,0,4627.19,2748.06,361.165,3.106,86400,0,0,539200,91600,0,0,0,0),(1975744,37013,631,15,1,0,0,4490.13,3160.97,372.312,3.82227,86400,0,0,25200,0,0,0,0,0),(201446,37662,631,15,1,0,1,4600.59,2868.5,384.768,0.802851,86400,0,0,647040,91600,0,0,0,0),(203058,29555,571,1,2,0,1,6328.23,-1715.5,456.242,3.10669,120,0,0,1,0,0,0,0,0),(201449,2110,631,15,1,0,0,-49.6146,2235.51,27.9025,6.17798,86400,0,0,1,0,0,0,0,0),(203057,29555,571,1,2,0,1,6328.15,-1711.04,456.111,3.10669,120,0,0,1,0,0,0,0,0),(203056,29555,571,1,2,0,1,6327.85,-1706.29,456.111,3.10669,120,0,0,1,0,0,0,0,0),(203055,29432,571,1,2,0,0,6320.61,-1726.14,455.911,0.016021,120,0,0,1,0,2,0,0,0),(203054,30325,571,1,4,0,0,7265.39,-2132.3,778.643,5.4329,120,0,0,1,0,0,0,0,0),(203053,30325,571,1,4,0,0,7250.62,-1980.58,771.97,2.914,120,0,0,1,0,0,0,0,0),(203052,30325,571,1,4,0,0,7215.94,-2029.51,764.081,5.8389,120,0,0,1,0,0,0,0,0),(203051,30325,571,1,4,0,0,7197.86,-2109.7,766.645,4.8742,120,0,0,1,0,2,0,0,0),(203050,30325,571,1,4,0,0,7194.36,-2047.33,763.216,3.6622,120,0,0,1,0,0,0,0,0),(201458,37665,631,15,1,0,1,4613.14,2786.3,361.248,6.23082,86400,0,0,647040,91600,0,0,0,0),(137735,37744,631,15,1,11686,0,4160.11,2788.29,352.944,6.26,120,0,0,1,0,0,0,0,0),(52017,24839,584,1,1,22664,0,9.59588,-1.21492,11.801,1.53995,120,0,0,804,0,2,0,0,0),(203542,29237,571,1,1,0,1,6618.43,-4483.03,469.184,2.28638,120,0,0,1,0,0,0,0,0),(203049,30325,571,1,4,0,0,7192.8,-2013.36,764.095,2.219,120,0,0,1,0,0,0,0,0),(129874,31316,571,1,1,0,0,5881.74,1963.93,517.067,1.01256,120,0,0,1,0,0,0,0,0),(201465,30298,631,15,1,0,0,4337.39,3131.4,407.748,0.244346,86400,0,0,42,0,0,0,0,0),(201466,37119,631,15,1,0,1,-48.9184,2213.55,27.9859,3.22886,86400,0,0,13945000,4258000,0,0,0,0),(202971,28659,571,1,1,0,0,5613.98,3787.84,-91.9357,5.89921,120,0,0,1,0,0,0,0,0),(203555,29237,571,1,1,0,1,6845.95,-4338.35,469.189,5.3058,120,0,0,1,0,0,0,0,0),(203048,30325,571,1,4,0,0,7276.08,-2043.36,762.171,4.8206,120,0,0,1,0,2,0,0,0),(203047,30325,571,1,4,0,0,7347.7,-2070.63,765.411,1.5117,120,0,0,1,0,0,0,0,0),(247168,37038,631,15,1,0,0,4360.16,2968.68,360.593,1.67552,86400,0,0,157500,3994,0,0,0,0),(201473,38463,631,15,1,0,0,4574.05,2854.99,384.768,0.453786,1209600,0,0,42,0,0,0,0,0),(1975743,37013,631,15,1,0,0,4469.67,3181.77,372.311,4.11898,86400,0,0,25200,0,0,0,0,0),(1975759,38317,631,15,1,0,0,4356.64,3211.78,389.483,0,86400,0,0,25200,0,0,0,0,0),(203046,30325,571,1,4,0,0,7305.63,-2083.71,767.651,3.097,120,0,0,1,0,0,0,0,0),(203045,29974,571,1,4,0,0,7751.15,-3282.73,864.895,2.7813,120,0,0,1,0,2,0,0,0),(203044,29974,571,1,4,0,0,7865.3,-3471.63,866.708,6.1453,120,25,0,1,0,1,0,0,0),(201479,37571,631,15,1,0,0,4536.01,2768.77,351.184,3.10669,86400,0,0,539200,91600,0,0,0,0),(203576,28988,571,1,1,0,1,6895.55,-4531.36,440.678,3.07178,120,0,0,1,0,0,0,0,0),(203531,29236,571,1,1,0,1,6670.08,-4471,451.347,0.785398,120,0,0,1,0,0,0,0,0),(201482,37664,631,15,1,0,0,4512.5,2769.94,351.184,6.24828,86400,0,0,431360,91600,0,0,0,0),(137734,37744,631,15,1,11686,0,4159.8,2804.19,355.288,0.017,120,0,0,1,0,0,0,0,0),(203541,29237,571,1,1,0,1,6586.23,-4392.83,449.348,1.8326,120,0,0,1,0,0,0,0,0),(203043,29974,571,1,4,0,0,7812.38,-3226.63,858.04,0.7455,120,0,0,1,0,2,0,0,0),(201486,2110,631,15,1,0,0,20.6933,2217.58,30.1157,0.74422,86400,0,0,1,0,0,0,0,0),(203042,29974,571,1,4,0,0,7785.01,-3298.78,864.691,2.9471,120,0,0,1,0,2,0,0,0),(203041,29974,571,1,4,0,0,7742.93,-3233.29,862.208,1.0708,120,0,0,1,0,2,0,0,0),(203040,29974,571,1,4,0,0,7709.27,-3164.7,868.831,0.2503,120,0,0,1,0,2,0,0,0),(1975742,37013,631,15,1,0,0,4421.79,3181.76,372.29,5.46288,86400,0,0,25200,0,0,0,0,0),(201493,37972,631,15,1,0,1,4682.73,2783.42,364.17,3.14159,604800,0,0,1,0,0,0,0,0),(1975741,37013,631,15,1,0,0,4463.86,3101.57,360.55,2.04204,86400,0,0,25200,0,0,0,0,0),(201495,38232,631,15,1,0,0,4573.85,2857.57,384.684,0.269268,86400,0,0,8,0,0,0,0,0),(203575,28988,571,1,1,0,1,6866.01,-4500.96,442.323,3.9619,120,0,0,1,0,0,0,0,0),(203574,28988,571,1,1,0,1,6864.44,-4548.63,442.323,3.71755,120,0,0,1,0,0,0,0,0),(203039,29974,571,1,4,0,0,7956.7,-3383.45,867.277,1.9071,120,25,0,1,0,1,0,0,0),(201499,10404,631,15,1,0,0,4363.11,2907.58,351.184,4.41568,86400,0,0,630000,0,0,0,0,0),(203038,29974,571,1,4,0,0,7954.57,-3283.58,858.05,5.3071,120,25,0,1,0,1,0,0,0),(201501,37665,631,15,1,0,1,4603.38,2872.4,383.65,0.663225,86400,0,0,647040,91600,2,0,0,0),(203037,29974,571,1,4,0,0,7936.67,-3215.66,859.527,0.6183,120,25,0,1,0,1,0,0,0),(201503,38228,631,15,1,0,0,4443.82,3069.86,360.522,2.69499,86400,0,0,13,0,0,0,0,0),(203573,28988,571,1,1,0,1,6858.11,-4457.34,439.959,4.67748,120,0,0,1,0,0,0,0,0),(203036,29974,571,1,4,0,0,7911.84,-3343.12,858.782,4.9439,120,25,0,1,0,1,0,0,0),(203035,29974,571,1,4,0,0,7879.44,-3419.35,865.272,3.6825,120,25,0,1,0,1,0,0,0),(203034,30144,571,1,4,0,1,7938.18,-3345.63,863.061,1.8258,120,25,0,1,0,1,0,0,0),(1975761,37824,631,15,1,0,0,4388.1,3213.29,408.74,3.83972,86400,0,0,25200,0,0,0,0,0),(203033,30144,571,1,4,0,1,7802.08,-3310.42,864.458,3.8159,120,25,0,1,0,1,0,0,0),(203032,30144,571,1,4,0,1,7738.18,-3305.41,864.722,4.3591,120,25,0,1,0,1,0,0,0),(247167,37038,631,15,1,0,0,4367.34,2975.84,360.593,1.98968,86400,0,0,157500,3994,0,0,0,0),(201512,38232,631,15,1,0,0,4518.18,2762.79,403.983,2.43069,86400,0,0,8,0,0,0,0,0),(201514,30298,631,15,1,0,0,4376.64,3099.13,400.845,2.67035,86400,0,0,42,0,0,0,0,0),(203554,29237,571,1,1,0,1,6839.88,-4304.64,474.528,0.785398,120,0,0,1,0,0,0,0,0),(201516,38232,631,15,1,0,0,4522.51,2789.91,351.184,0.14598,86400,0,0,8,0,0,0,0,0),(203031,30144,571,1,4,0,1,7717.27,-3254.38,863.97,0.8016,120,25,0,1,0,1,0,0,0),(201518,38228,631,15,1,0,0,4370.38,3028.79,360.52,2.80087,86400,0,0,13,0,0,0,0,0),(203563,29235,571,1,1,0,1,6749.15,-4383.73,440.856,3.9619,120,0,0,1,0,0,0,0,0),(203030,30144,571,1,4,0,1,7714.07,-3174.49,865.929,1.2791,120,25,0,1,0,1,0,0,0),(247166,37038,631,15,1,0,0,4350.48,2981.3,360.594,1.22173,86400,0,0,157500,3994,0,0,0,0),(203029,30144,571,1,4,0,1,7695.49,-3316.42,872.962,2.0905,120,25,0,1,0,1,0,0,0),(201523,37586,631,15,1,0,0,-74.0677,2154.84,30.7375,1.44862,86400,0,0,53420,0,0,0,0,0),(203028,30144,571,1,4,0,1,7894.58,-3358.98,859.996,4.646,120,25,0,1,0,1,0,0,0),(203027,30144,571,1,4,0,1,7889.13,-3322.96,857.499,5.3953,120,25,0,1,0,1,0,0,0),(203562,29235,571,1,1,0,1,6745.13,-4468.82,440.719,2.40619,120,0,0,1,0,0,0,0,0),(203026,30144,571,1,4,0,1,7876.18,-3344.14,857.937,5.9622,120,25,0,1,0,1,0,0,0),(137733,37744,631,15,1,11686,0,4159.71,2735.11,355.224,6.248,120,0,0,1,0,0,0,0,0),(203540,29237,571,1,1,0,1,6571.18,-4342.8,449.348,5.044,120,0,0,1,0,0,0,0,0),(201530,37595,631,15,1,0,1,4581.93,2678.63,384.768,2.61799,86400,0,0,431360,91600,0,0,0,0),(203025,30144,571,1,4,0,1,7856.12,-3385.91,863.685,0.3315,120,25,0,1,0,1,0,0,0),(129873,31316,571,1,1,0,0,5809.3,1981.39,503.901,3.1765,120,0,0,1,0,0,0,0,0),(203024,30144,571,1,4,0,1,7805.63,-3154.01,864.821,1.0901,120,25,0,1,0,1,0,0,0),(203023,30135,571,1,4,0,1,7962.11,-3278.32,858.472,1.2626,120,25,0,1,0,1,0,0,0),(203022,30135,571,1,4,0,1,7951.53,-3222.05,860.814,4.2886,120,25,0,1,0,1,0,0,0),(203021,30135,571,1,4,0,1,7943.99,-3256.33,857.762,2.8746,120,25,0,1,0,1,0,0,0),(110302,28882,571,1,1,25749,1,6580.19,-3967.34,486.127,0,120,0,0,1,0,0,0,0,0),(52015,24837,584,1,1,22662,0,21.2882,-6.49847,6.34678,3.66717,120,0,0,867,0,2,0,0,0),(203020,30135,571,1,4,0,1,7939.12,-3387.14,865.777,1.475,120,25,0,1,0,1,0,0,0),(203539,29237,571,1,1,0,1,6529.28,-4409.28,458.212,0.802851,120,0,0,1,0,0,0,0,0),(1975766,38319,631,15,1,0,0,4536.55,2769.65,404.067,6.21337,86400,0,0,42,0,0,0,0,0),(203019,30135,571,1,4,0,1,7937.69,-3192.51,861.777,3.8198,120,25,0,1,0,1,0,0,0),(1975740,37013,631,15,1,0,0,4428.96,3173.66,360.55,5.13127,86400,0,0,25200,0,0,0,0,0),(203536,29236,571,1,1,0,1,6861.71,-4353.41,451.203,5.51524,120,0,0,1,0,0,0,0,0),(203018,30135,571,1,4,0,1,7923.35,-3309.12,857.139,4.4211,120,25,0,1,0,1,0,0,0),(201548,14881,631,15,1,0,0,4214.66,2739.51,353.25,4.61224,86400,0,0,0,0,0,0,0,0),(1975739,37013,631,15,1,0,0,4472.55,3110.78,360.55,2.35619,86400,0,0,25200,0,0,0,0,0),(201550,37666,631,15,1,0,1,4594.6,2674.68,384.768,5.51524,86400,0,0,647040,9160,0,0,0,0),(201551,38841,631,15,1,0,0,-68.2865,2269.46,30.7375,4.60767,86400,0,0,22350,22000,0,0,0,0),(203017,30135,571,1,4,0,1,7907.36,-3206.64,855.993,2.0675,120,25,0,1,0,1,0,0,0),(201553,37663,631,15,1,0,0,4572.1,2692.77,384.768,5.11381,86400,0,0,431360,91600,0,0,0,0),(247165,37038,631,15,1,0,0,4351.86,2968.19,360.594,1.41372,86400,0,0,157500,3994,0,0,0,0),(203016,30135,571,1,4,0,1,7904.44,-3412.39,865.91,4.7391,120,25,0,1,0,1,0,0,0),(203015,30135,571,1,4,0,1,7887.46,-3176.64,857.801,3.5022,120,25,0,1,0,1,0,0,0),(203014,30135,571,1,4,0,1,7842.15,-3176.52,859.991,1.6372,120,25,0,1,0,1,0,0,0),(201559,38463,631,15,1,0,0,4574.25,2683.7,384.768,5.65487,1209600,0,0,42,0,0,0,0,0),(201560,10404,631,15,1,0,0,4351.22,2908.73,351.184,4.71239,86400,0,0,630000,0,0,0,0,0),(1976589,37205,530,1,2048,0,1,11787.2,-7070.58,25.8613,5.92758,300,0,0,144,180,0,0,0,0),(201562,14881,631,15,1,0,0,4169.48,2758.76,351.046,1.38566,86400,0,0,8,0,0,0,0,0),(1975738,37013,631,15,1,0,0,4411.07,3154.75,360.55,5.81195,86400,0,0,25200,0,0,0,0,0),(247164,37038,631,15,1,0,0,4349.42,2975.74,360.594,1.25664,86400,0,0,157500,3994,0,0,0,0),(203013,30135,571,1,4,0,1,7764.42,-3184.81,863.023,2.7719,120,25,0,1,0,1,0,0,0),(1975758,36659,631,15,1,0,0,4267.87,3137.33,360.5,0,86400,0,0,84,0,0,0,0,0),(201567,38228,631,15,1,0,0,4355.15,3028.52,360.521,1.92794,86400,0,0,13,0,0,0,0,0),(201568,14881,631,15,1,0,0,4172,2779.95,350.963,1.55142,86400,0,0,8,0,0,0,0,0),(203012,30135,571,1,4,0,1,7748.44,-3171.35,863.485,5.3328,120,25,0,1,0,1,0,0,0),(247163,37038,631,15,1,0,0,4367.48,2981.01,360.594,2.09439,86400,0,0,157500,3994,0,0,0,0),(203561,29235,571,1,1,0,1,6711.25,-4443.25,440.685,0.802851,120,0,0,1,0,0,0,0,0),(201572,37023,631,15,1,0,0,4272.95,3015.18,360.517,3.982,86400,10,0,441000,7988,1,0,0,0),(203553,29237,571,1,1,0,1,6822.66,-4345.31,474.528,3.71755,120,0,0,1,0,0,0,0,0),(203011,30135,571,1,4,0,1,7747.96,-3284.9,864.379,4.6279,120,25,0,1,0,1,0,0,0),(201576,37996,631,15,1,0,1,-78.316,2220.9,27.9859,3.29867,86400,0,0,945000,0,0,0,0,0),(201577,37970,631,15,1,0,1,4680.29,2769.24,364.17,3.14159,604800,0,0,1,0,0,0,0,0),(203010,30135,571,1,4,0,1,7746.38,-3219.32,862.332,0.0257,120,25,0,1,0,1,0,0,0),(203009,30135,571,1,4,0,1,7692.16,-3242.94,866.283,3.8163,120,25,0,1,0,1,0,0,0),(203008,32569,571,1,4,0,0,7161.85,-2229.08,759.173,1.01229,120,0,0,1,0,0,0,0,0),(137732,37744,631,15,1,11686,0,4156.65,2781.52,353.001,4.729,120,0,0,1,0,0,0,0,0),(203560,29235,571,1,1,0,1,6703.86,-4507.93,450.75,1.32758,120,0,0,1,0,0,0,0,0),(203007,30292,571,1,4,0,0,7340.23,-2057.24,764.845,0.5759,120,0,0,1,0,0,0,0,0),(201585,38228,631,15,1,0,0,4352.67,3023.92,360.52,0.603116,86400,0,0,13,0,0,0,0,0),(203572,28988,571,1,1,0,1,6839.84,-4497.15,442.323,4.93928,120,0,0,1,0,0,0,0,0),(203571,29235,571,1,1,0,1,6332.11,-4009.05,457.27,5.49494,120,0,0,1,0,2,0,0,0),(203006,30292,571,1,4,0,0,7314.18,-2095.16,774.167,5.8468,120,0,0,1,0,0,0,0,0),(201589,37571,631,15,1,0,0,4564.3,2689.8,384.768,5.84685,86400,0,0,539200,91600,0,0,0,0),(203005,30292,571,1,4,0,0,7296.43,-2007.46,765.695,3.3859,120,0,0,1,0,0,0,0,0),(203570,29235,571,1,1,0,1,6660.33,-4318.74,453.127,2.60054,120,0,0,1,0,0,0,0,0),(1975737,37013,631,15,1,0,0,4481.93,3153.87,360.55,3.57792,86400,0,0,25200,0,0,0,0,0),(201593,37023,631,15,1,0,0,4365.13,2904.75,351.101,1.68911,86400,10,0,441000,7988,1,0,0,0),(203559,29237,571,1,1,0,1,6390.6,-4063.66,457.145,5.49519,120,0,0,1,0,0,0,0,0),(201595,37664,631,15,1,0,0,4565.01,2856.33,384.768,6.24828,86400,0,0,431360,91600,0,0,0,0),(203004,30292,571,1,4,0,0,7248.95,-2123.74,778.771,3.6128,120,0,0,1,0,0,0,0,0),(201597,38228,631,15,1,0,0,4356.99,2883.51,351.184,5.7605,86400,0,0,13,0,0,0,0,0),(203003,30292,571,1,4,0,0,7234.18,-2082.77,764.002,1.1344,120,0,0,1,0,0,0,0,0),(201599,14881,631,15,1,0,0,28.5757,2219.4,30.1157,4.44277,86400,0,0,8,0,0,0,0,0),(1975736,37013,631,15,1,0,0,4409.69,3119.34,360.55,0.471239,86400,0,0,25200,0,0,0,0,0),(203535,29236,571,1,1,0,1,6859.71,-4282.36,451.913,0.820305,120,0,0,1,0,0,0,0,0),(1975735,37013,631,15,1,0,0,4419.42,3164.15,360.55,5.46288,86400,0,0,25200,0,0,0,0,0),(201603,36934,631,15,1,0,0,4522.51,2769.24,342.245,3.14159,86400,0,0,42,0,0,0,0,0),(201604,37595,631,15,1,0,1,4569.4,2847.5,384.768,1.02974,86400,0,0,431360,91600,0,0,0,0),(203002,30292,571,1,4,0,0,7207.93,-2038.16,764.583,5.3058,120,0,0,1,0,0,0,0,0),(203001,30292,571,1,4,0,0,7202.35,-2113.44,768.618,4.276,120,0,0,1,0,0,0,0,0),(247162,37038,631,15,1,0,0,4354.11,2978.2,360.594,1.43117,86400,0,0,157500,3994,0,0,0,0),(203000,30292,571,1,4,0,0,7198.54,-2107.91,766.632,2.1293,120,0,0,1,0,0,0,0,0),(202999,30292,571,1,4,0,0,7290.5,-2114.23,775.277,4.0142,120,0,0,1,0,0,0,0,0),(201611,37782,631,15,1,0,0,4353.55,3119.04,376.246,3.47438,86400,0,0,1396,0,0,0,0,0),(202998,30292,571,1,4,0,0,7289.43,-2024.69,771.763,1.274,120,0,0,1,0,0,0,0,0),(203530,29236,571,1,1,0,1,6604.72,-4534.05,455.089,3.59538,120,0,0,1,0,0,0,0,0),(202997,30292,571,1,4,0,0,7283.68,-2046.53,761.719,2.6354,120,0,0,1,0,0,0,0,0),(202996,30292,571,1,4,0,0,7262.65,-2075.82,764.758,3.4557,120,0,0,1,0,0,0,0,0),(203552,29237,571,1,1,0,1,6807.92,-4339.76,456.559,3.97935,120,0,0,1,0,0,0,0,0),(202995,30292,571,1,4,0,0,7248.99,-2088.13,774.497,2.1467,120,0,0,1,0,0,0,0,0),(1975734,37013,631,15,1,0,0,4471.93,3163.9,360.55,3.92699,86400,0,0,25200,0,0,0,0,0),(202994,30292,571,1,4,0,0,7162.11,-2132.87,762.305,5.1836,120,0,0,1,0,0,0,0,0),(201622,37991,631,15,1,0,1,-75.3924,2267.24,30.7375,5.35816,86400,0,0,22350,0,0,0,0,0),(202993,30291,571,1,4,0,0,7329.02,-2096.36,772.981,4.2904,120,0,0,1,0,0,0,0,0),(129872,31316,571,1,1,0,0,5922.79,2040.06,517.627,3.78789,120,0,0,1,0,0,0,0,0),(202992,30291,571,1,4,0,0,7315.78,-2071.91,763.048,3.6818,120,0,0,1,0,0,0,0,0),(202991,30291,571,1,4,0,0,7315,-2021.31,763.381,5.7145,120,0,0,1,0,0,0,0,0),(203558,29237,571,1,1,0,1,6936.02,-4584.28,453.077,2.35619,120,0,0,1,0,0,0,0,0),(202990,30291,571,1,4,0,0,7304.69,-2036.38,762.714,0.867,120,0,0,1,0,0,0,0,0),(201630,37664,631,15,1,0,0,4565.3,2681.28,384.768,0.383972,86400,0,0,431360,91600,0,0,0,0),(202989,30291,571,1,4,0,0,7280.62,-2072.3,761.956,0.4111,120,0,0,1,0,0,0,0,0),(247161,37038,631,15,1,0,0,4360.74,2982.07,360.594,1.79769,86400,0,0,157500,3994,0,0,0,0),(202988,30291,571,1,4,0,0,7272.03,-2014.92,768.024,5.081,120,0,0,1,0,0,0,0,0),(202987,30291,571,1,4,0,0,7270.6,-2119.66,776.91,4.382,120,0,0,1,0,0,0,0,0),(203569,29235,571,1,1,0,1,7020.89,-4533.92,450.601,1.5708,120,0,0,1,0,0,0,0,0),(202986,30291,571,1,4,0,0,7252.53,-2072.12,763.08,2.8011,120,0,0,1,0,0,0,0,0),(137731,37744,631,15,1,11686,0,4135.75,2781.6,353.164,4.729,120,0,0,1,0,0,0,0,0),(201640,37662,631,15,1,0,1,4591.98,2668.71,384.768,5.86431,86400,0,0,647040,91600,0,0,0,0),(201642,37993,631,15,1,0,1,-71.25,2267.22,30.7375,4.11898,86400,0,0,23500,7500,0,0,0,0),(203534,29236,571,1,1,0,1,6792.91,-4356.33,450.601,4.15388,120,0,0,1,0,0,0,0,0),(202985,30291,571,1,4,0,0,7250.86,-2092.35,774.785,3.593,120,0,0,1,0,0,0,0,0),(201646,37595,631,15,1,0,1,4529.09,2761.5,351.184,2.18166,86400,0,0,431360,91600,0,0,0,0),(202984,30291,571,1,4,0,0,7237.44,-2120.75,777.29,2.9318,120,0,0,1,0,0,0,0,0),(1975733,37013,631,15,1,0,0,4419.03,3109.9,360.55,0.767945,86400,0,0,25200,0,0,0,0,0),(202983,30291,571,1,4,0,0,7208.14,-2036.18,764.755,4.6086,120,0,0,1,0,0,0,0,0),(202982,30291,571,1,4,0,0,7207.08,-2039.97,764.517,1.13,120,0,0,1,0,0,0,0,0),(1975732,37013,631,15,1,0,0,4480.85,3118.98,360.55,2.67035,86400,0,0,25200,0,0,0,0,0),(1975731,37013,631,15,1,0,0,4463.88,3172.66,360.55,4.24115,86400,0,0,25200,0,0,0,0,0),(202981,30291,571,1,4,0,0,7206.73,-2036.56,764.543,5.3588,120,0,0,1,0,0,0,0,0),(203568,29235,571,1,1,0,1,6990.88,-4534.32,450.601,1.5708,120,0,0,1,0,0,0,0,0),(202980,30291,571,1,4,0,0,7342.41,-2037.04,763.419,2.9583,120,0,0,1,0,0,0,0,0),(202979,30291,571,1,4,0,0,7203.25,-2056.41,765.201,5.4181,120,0,0,1,0,0,0,0,0),(201659,37663,631,15,1,0,0,4530.15,2776.29,351.184,3.9619,86400,0,0,431360,91600,0,0,0,0),(247160,37038,631,15,1,0,0,4362.38,2973.65,360.593,1.78024,86400,0,0,157500,3994,2,0,0,0),(201662,37022,631,15,1,0,0,4371.11,2870.25,349.352,4.7822,86400,0,0,945000,0,0,0,0,0),(202978,30291,571,1,4,0,0,7158.9,-2137.43,764.273,3.6641,120,0,0,1,0,0,0,0,0),(202977,30275,571,1,4,0,0,7424.33,-2393.73,797.146,1.4995,120,0,0,1,0,2,0,0,0),(1975730,37013,631,15,1,0,0,4428.15,3101.17,360.55,1.11701,86400,0,0,25200,0,0,0,0,0),(202976,30275,571,1,4,0,0,7327.67,-2396.08,794.138,3.2863,120,0,0,1,0,2,0,0,0),(202975,30275,571,1,4,0,0,7109.28,-2100.45,817.471,2.1118,120,0,0,1,0,2,0,0,0),(1975760,37824,631,15,1,0,0,4324.28,3215.04,408.705,5.58505,86400,0,0,25200,0,0,0,0,0),(115792,28882,571,1,1,25749,1,6563.52,-4027.12,483.392,4.57276,120,0,0,1,0,0,0,0,0),(202974,30275,571,1,4,0,0,7213.71,-2226.12,806.509,2.6928,120,0,0,1,0,2,0,0,0),(201671,14881,631,15,1,0,0,4437.55,2709.91,344.117,1.04251,86400,0,0,8,0,0,0,0,0),(247159,37038,631,15,1,0,0,4370.5,3042,372.8,6.28249,86400,0,0,157500,3994,0,0,0,0),(201673,37666,631,15,1,0,1,4619.67,2755.53,361.248,5.18363,86400,0,0,647040,9160,0,0,0,0),(247158,37038,631,15,1,0,0,4432.21,3041.5,372.783,0.017569,86400,0,0,157500,3994,0,0,0,0),(201675,36967,632,3,1,0,0,5354,2638.47,708.055,4.59733,86400,8,0,1,0,1,0,0,0),(201676,36499,632,3,1,0,1,5049.43,2143.32,649.568,1.11701,86400,0,0,81900,15976,0,0,0,0),(201677,36478,632,3,1,30269,1,4948.86,2219.71,638.817,3.14159,86400,0,0,75600,0,0,0,0,0),(201678,36564,632,3,1,0,0,5181.87,2359.08,668.244,3.76991,86400,0,0,94500,3994,0,0,0,0),(201679,36967,632,3,1,0,0,5265.57,2432.02,701.377,3.63718,86400,8,0,1,0,1,0,0,0),(201680,36967,632,3,1,0,0,5191.39,2458.25,678.256,2.81074,86400,8,0,1,0,1,0,0,0),(201681,36967,632,3,1,0,0,5025.56,2267.17,666.946,5.4152,86400,8,0,1,0,1,0,0,0),(201682,36967,632,3,1,0,0,5413.09,2511.57,694.298,2.76239,86400,8,0,1,0,1,0,0,0),(201683,36967,632,3,1,0,0,5157.8,2174.14,658.492,3.24658,86400,8,0,1,0,1,0,0,0),(201684,36967,632,3,1,0,0,4972.64,2333.05,695.102,5.66443,86400,8,0,1,0,1,0,0,0),(201685,2110,632,3,1,1141,0,5263.45,2158.68,652.881,4.36381,86400,0,0,1,0,0,0,0,0),(201686,36564,632,3,1,0,0,5240.9,2427.55,671.785,0.226893,86400,0,0,94500,3994,0,0,0,0),(201687,36666,632,3,1,0,0,5574.28,2429.23,705.852,2.4892,86400,0,0,163800,0,2,0,0,0),(201688,36564,632,3,1,0,0,5179.94,2126.87,652.271,3.2287,86400,0,0,94500,3994,0,0,0,0),(201689,36967,632,3,1,0,0,5171.49,2256.11,690.68,2.60054,86400,8,0,1,0,1,0,0,0),(201690,36967,632,3,1,0,0,5101.85,2381.8,677.782,1.08128,86400,8,0,1,0,1,0,0,0),(201691,36967,632,3,1,0,0,5162.14,2210.96,655.807,0.994582,86400,8,0,1,0,1,0,0,0),(201692,14881,632,3,1,2536,0,5391.83,2435.15,694.568,3.24042,86400,0,0,8,0,0,0,0,0),(201693,36516,632,3,1,0,1,5164.6,2339.48,668.244,0.698132,86400,0,0,81900,15976,0,0,0,0),(201694,36967,632,3,1,0,0,5404.63,2546.05,706.273,1.59983,86400,8,0,1,0,1,0,0,0),(201695,36522,632,3,1,0,0,5256.79,2552.38,675.312,4.32842,86400,0,0,75600,0,0,0,0,0),(201696,36967,632,3,1,0,0,5428.77,2526.85,734.169,1.01224,86400,8,0,1,0,1,0,0,0),(201697,36620,632,3,1,0,1,5158.32,2133.77,652.355,0,86400,0,0,65520,35256,0,0,0,0),(201698,36516,632,3,1,0,1,5244.32,2564.97,675.312,5.48033,86400,0,0,81900,15976,0,0,0,0),(201699,36620,632,3,1,0,1,5162.51,2354.95,668.244,5.35816,86400,0,0,65520,35256,0,0,0,0),(201700,36478,632,3,1,30269,1,5343.5,2451.44,686.366,2.73427,86400,0,0,75600,0,2,0,0,0),(201701,36967,632,3,1,0,0,5044.1,2190.93,624.693,3.42614,86400,8,0,1,0,1,0,0,0),(201702,14881,632,3,1,2536,0,5575.62,2425.83,705.852,5.60289,86400,0,0,8,0,0,0,0,0),(201703,36967,632,3,1,0,0,5114.32,2181.38,735.399,4.05162,86400,8,0,1,0,1,0,0,0),(201704,36967,632,3,1,0,0,5235.99,2378.54,677.893,4.02475,86400,8,0,1,0,1,0,0,0),(201705,36516,632,3,1,0,1,5175.05,2143.93,652.355,4.38078,86400,0,0,81900,15976,0,0,0,0),(201706,36478,632,3,1,30269,1,5253.11,2529.32,676.518,4.49242,86400,0,0,75600,0,2,0,0,0),(201707,36497,632,3,1,30226,1,5297.31,2506.46,686.151,3.24631,86400,0,0,539240,166760,0,0,0,0),(201708,14881,632,3,1,9829,0,5001.06,2181.24,638.866,5.12723,86400,0,0,8,0,0,0,0,0),(201709,36967,632,3,1,0,0,5031.67,2238.56,613.426,1.41738,86400,8,0,1,0,1,0,0,0),(201710,2110,632,3,1,1141,0,4951.95,2268.51,638.775,3.67789,86400,0,0,1,0,0,0,0,0),(201711,36516,632,3,1,0,1,5185.28,2340.88,668.244,2.53073,86400,0,0,81900,15976,0,0,0,0),(201712,36564,632,3,1,0,0,5016.38,2154.33,640.113,2.28766,86400,0,0,94500,3994,2,0,0,0),(201713,36478,632,3,1,30269,1,5211.87,2203.1,655.671,1.73282,86400,0,0,75600,0,2,0,0,0),(201714,36551,632,3,1,0,0,5414.79,2447.14,698.742,3.12365,86400,20,0,1,0,1,0,0,0),(201715,36967,632,3,1,0,0,5247.09,2246.2,681.31,0.789253,86400,8,0,1,0,1,0,0,0),(201716,36967,632,3,1,0,0,5362.61,2475.09,714.913,3.94789,86400,8,0,1,0,1,0,0,0),(201717,36967,632,3,1,0,0,5073.6,2310.55,637.74,4.86644,86400,8,0,1,0,1,0,0,0),(201718,36967,632,3,1,0,0,5225.55,2446.53,727.687,2.98576,86400,8,0,1,0,1,0,0,0),(201719,36620,632,3,1,0,1,5136.8,2297.3,665.512,2.74017,86400,0,0,65520,35256,0,0,0,0),(201721,36967,632,3,1,0,0,5279.5,2565.99,697.722,1.833,86400,8,0,1,0,1,0,0,0),(201722,2110,632,3,1,1141,0,5438.47,2456.14,706.024,4.98272,86400,0,0,1,0,0,0,0,0),(201723,36967,632,3,1,0,0,5215.51,2518.89,708.463,2.37365,86400,8,0,1,0,1,0,0,0),(201724,36967,632,3,1,0,0,5134.46,2258.57,741.956,5.86101,86400,8,0,1,0,1,0,0,0),(201725,36551,632,3,1,0,0,4955.93,2246.49,638.842,4.34893,86400,20,0,1,0,1,0,0,0),(201726,36620,632,3,1,0,1,5034.67,2150.51,644.835,0.750492,86400,0,0,65520,35256,0,0,0,0),(201727,36967,632,3,1,0,0,5235.44,2595.77,678.036,3.88626,86400,8,0,1,0,1,0,0,0),(201728,36967,632,3,1,0,0,5210.6,2521.64,662.434,2.37365,86400,8,0,1,0,1,0,0,0),(201729,36967,632,3,1,0,0,5162.16,2410.6,684.488,4.17406,86400,8,0,1,0,1,0,0,0),(201730,36967,632,3,1,0,0,5076.57,2282.36,673.324,0.583281,86400,8,0,1,0,1,0,0,0),(201731,36967,632,3,1,0,0,5347.45,2416.96,723.417,3.322,86400,8,0,1,0,1,0,0,0),(201732,36522,632,3,1,0,0,5321.84,2561.85,675.312,5.20108,86400,0,0,75600,0,0,0,0,0),(201733,36551,632,3,1,0,0,5218.11,2172.91,652.531,2.02187,86400,20,0,1,0,1,0,0,0),(201734,36620,632,3,1,0,1,5222.14,2425.18,671.785,2.67035,86400,0,0,65520,35256,0,0,0,0),(201735,36478,632,3,1,30269,1,5207.92,2202.5,655.627,1.73264,86400,0,0,75600,0,0,0,0,0),(201736,36502,632,3,1,30148,0,5661.75,2507.39,708.912,4.08407,86400,0,0,647088,0,0,0,0,0),(201737,36666,632,3,1,0,0,5515.52,2473.12,705.852,5.59384,86400,0,0,163800,0,2,0,0,0),(201738,36967,632,3,1,0,0,4998.16,2317.45,634.667,4.193,86400,8,0,1,0,1,0,0,0),(201739,36967,632,3,1,0,0,5474.36,2570.86,713.153,1.35076,86400,8,0,1,0,1,0,0,0),(201740,2110,632,3,1,1141,0,5339.93,2467.93,686.366,0.99781,86400,0,0,1,0,0,0,0,0),(201742,36522,632,3,1,0,0,5174.47,2348.92,668.244,3.26377,86400,0,0,75600,0,0,0,0,0),(201743,36967,632,3,1,0,0,5096.13,2221.46,615.609,3.92608,86400,8,0,1,0,1,0,0,0),(201744,36967,632,3,1,0,0,5093.97,2248.39,690.172,1.82974,86400,8,0,1,0,1,0,0,0),(201745,36967,632,3,1,0,0,5369.61,2516.83,675.417,5.45565,86400,8,0,1,0,1,0,0,0),(1972091,37779,632,3,1,30687,1,4899.85,2205.9,638.817,5.49779,86400,0,0,75600,0,0,0,0,0),(201747,36967,632,3,1,0,0,5506.08,2603.18,741.342,5.76592,86400,8,0,1,0,1,0,0,0),(201748,36516,632,3,1,0,1,5328.91,2575.79,675.312,4.06662,86400,0,0,81900,15976,0,0,0,0),(201749,36499,632,3,1,0,1,5134.79,2290.83,665.512,2.51327,86400,0,0,81900,15976,0,0,0,0),(201750,36967,632,3,1,0,0,5374.47,2572.13,688.075,4.58622,86400,8,0,1,0,1,0,0,0),(201751,36522,632,3,1,0,0,5167.85,2130.76,652.271,3.38266,86400,0,0,75600,0,0,0,0,0),(201752,2110,632,3,1,1141,0,5521.27,2566.97,706.06,4.12831,86400,0,0,1,0,0,0,0,0),(201753,36499,632,3,1,0,1,5130.29,2307.51,666.398,3.9968,86400,0,0,81900,15976,0,0,0,0),(201754,36967,632,3,1,0,0,5432.68,2552.59,737.891,5.14535,86400,8,0,1,0,1,0,0,0),(201755,36967,632,3,1,0,0,5039.12,2308.72,656.118,4.40159,86400,8,0,1,0,1,0,0,0),(201756,2110,632,3,1,1141,0,5214.21,2157.62,652.445,0.05109,86400,0,0,1,0,0,0,0,0),(201757,36478,632,3,1,30269,1,5345.07,2455.11,686.37,2.73418,86400,0,0,75600,0,0,0,0,0),(201758,36499,632,3,1,0,1,5236.69,2414.73,671.785,5.77704,86400,0,0,81900,15976,0,0,0,0),(201759,36967,632,3,1,0,0,5228.94,2324.84,674.003,6.09975,86400,8,0,1,0,1,0,0,0),(201760,36967,632,3,1,0,0,5168.15,2450.6,691.871,0.988097,86400,8,0,1,0,1,0,0,0),(201761,36967,632,3,1,0,0,5052.9,2258.77,704.163,4.19035,86400,8,0,1,0,1,0,0,0),(201762,36516,632,3,1,0,1,5266.61,2540.89,675.312,2.25148,86400,0,0,81900,15976,0,0,0,0),(201763,36551,632,3,1,0,0,5120.58,2350.6,668.161,5.09885,86400,20,0,1,0,1,0,0,0),(201764,36478,632,3,1,30269,1,5249.21,2530.17,676.656,4.4926,86400,0,0,75600,0,0,0,0,0),(1972092,37596,632,3,1,28213,1,4899.98,2208.16,638.817,0.349066,86400,0,0,6972500,85160,0,0,0,0),(201766,36499,632,3,1,0,1,5024.43,2157.74,641.119,0.645772,86400,0,0,81900,15976,0,0,0,0),(201767,36967,632,3,1,0,0,5271.91,2394.94,691.614,4.70573,86400,8,0,1,0,1,0,0,0),(201768,14881,632,3,1,1160,0,5047.23,2134.4,650.639,5.7802,86400,0,0,8,0,0,0,0,0),(201769,36967,632,3,1,0,0,5063.38,2266.25,624.213,5.3183,86400,8,0,1,0,1,0,0,0),(201771,36967,632,3,1,0,0,5084.38,2161.77,632.497,6.23749,86400,8,0,1,0,1,0,0,0),(1972090,37583,632,3,1,30686,1,4902.83,2212.83,638.817,0.349066,86400,0,0,75600,0,0,0,0,0),(201773,2110,632,3,1,1141,0,5171.21,2132.15,652.271,6.10537,86400,0,0,1,0,0,0,0,0),(201774,36967,632,3,1,0,0,5245.2,2250.04,662.457,6.19976,86400,8,0,1,0,1,0,0,0),(201775,36967,632,3,1,0,0,5222.99,2385.94,720.649,1.55245,86400,8,0,1,0,1,0,0,0),(201776,36499,632,3,1,0,1,5231.56,2433.2,671.785,2.51327,86400,0,0,81900,15976,0,0,0,0),(201777,36967,632,3,1,0,0,5158.46,2206.31,664.419,5.81372,86400,8,0,1,0,1,0,0,0),(201778,36967,632,3,1,0,0,5068.52,2336.46,736.596,4.67301,86400,8,0,1,0,1,0,0,0),(201779,36967,632,3,1,0,0,5221.46,2457.09,628.686,4.96214,86400,8,0,1,0,1,0,0,0),(201780,36967,632,3,1,0,0,5125.8,2380.65,673.579,0.97391,86400,8,0,1,0,1,0,0,0),(201781,36967,632,3,1,0,0,5326.91,2410.16,700.288,0.583039,86400,8,0,1,0,1,0,0,0),(201782,2110,632,3,1,1141,0,5577.47,2420.66,705.852,2.71392,86400,0,0,1,0,0,0,0,0),(201783,36564,632,3,1,0,0,5142.26,2283.03,665.429,1.55812,86400,0,0,94500,3994,2,0,0,0),(201784,36967,632,3,1,0,0,5023.41,2286.47,625.741,4.75018,86400,8,0,1,0,1,0,0,0),(201786,36516,632,3,1,0,1,5165.09,2120.25,652.355,1.0472,86400,0,0,81900,15976,0,0,0,0),(201787,14881,632,3,1,1160,0,5600.28,2429.61,705.852,3.98854,86400,0,0,8,0,0,0,0,0),(201788,2110,632,3,1,1141,0,4909.15,2199.34,638.733,2.79548,86400,0,0,1,0,0,0,0,0),(201789,36967,632,3,1,0,0,5467.78,2594.5,712.016,0.525133,86400,8,0,1,0,1,0,0,0),(201790,36516,632,3,1,0,1,5316.95,2549.84,675.312,1.20428,86400,0,0,81900,15976,0,0,0,0),(201791,36551,632,3,1,0,0,5261.74,2463.1,677.96,2.33989,86400,20,0,1,0,1,0,0,0),(201792,36478,632,3,1,30269,1,4941.03,2234.76,638.817,4.08407,86400,0,0,75600,0,0,0,0,0),(201793,36967,632,3,1,0,0,5275.64,2414.31,660.485,0.004732,86400,8,0,1,0,1,0,0,0),(201795,36967,632,3,1,0,0,5301.65,2620.08,698.332,5.21633,86400,8,0,1,0,1,0,0,0),(201796,36666,632,3,1,0,0,5503.81,2540.65,706.007,0.869454,86400,0,0,163800,0,2,0,0,0),(201797,36881,658,3,1,9785,0,559.227,137.415,515.27,2.32129,86400,0,0,5342,0,0,0,0,0),(201798,36764,658,3,1,0,1,720.755,166.148,511.188,4.90438,86400,0,0,37800,0,0,0,0,0),(201800,36830,658,3,1,30364,1,584.42,188.915,509.673,3.23627,86400,0,0,163800,0,2,0,0,0),(201805,36770,658,3,1,0,1,575.082,247.102,509.09,4.85202,86400,0,0,37800,0,0,0,0,0),(201806,36881,658,3,1,9785,0,566.26,142.293,514.076,2.61799,86400,0,0,5342,0,0,0,0,0),(201807,36770,658,3,1,0,1,691.132,-46,486.064,4.67748,86400,0,0,37800,0,0,0,0,0),(201809,14881,658,3,1,9829,0,616.545,142.852,506.495,1.66295,86400,0,0,8,0,0,0,0,0),(201813,36771,658,3,1,0,1,676.29,168.757,508.003,0.139626,86400,0,0,37800,3994,0,0,0,0),(201814,2110,658,3,1,1141,0,434.536,169.811,530.291,0.398847,86400,0,0,1,0,0,0,0,0),(201815,36886,658,3,1,26577,0,884.868,-21.4253,546.677,2.37365,86400,0,0,81900,3994,0,0,0,0),(201816,36770,658,3,1,0,1,587.977,198.151,509.651,2.93215,86400,0,0,37800,0,0,0,0,0),(201817,36830,658,3,1,30365,1,552.811,72.8524,525.619,4.15388,86400,0,0,163800,0,0,0,0,0),(201818,36772,658,3,1,0,1,607.217,-14.0799,512.685,4.81711,86400,0,0,37800,0,0,0,0,0),(201819,36881,658,3,1,9785,0,545.295,315.566,508.557,5.68977,86400,0,0,5342,0,0,0,0,0),(201820,36881,658,3,1,9785,0,631.823,229.729,508.06,2.17721,86400,0,0,5342,0,0,0,0,0),(201822,36896,658,3,1,30403,0,674.307,-26.4323,512.583,5.12091,86400,0,0,158760,0,2,0,0,0),(201823,36771,658,3,1,0,1,725.977,149.089,511.345,1.11701,86400,0,0,37800,3994,0,0,0,0),(201833,36879,658,3,1,23681,0,777.21,88.1397,512.493,0.255449,86400,15,0,189000,0,1,0,0,0),(201834,36896,658,3,1,30403,0,674.307,-26.4323,512.583,2.16266,86400,0,0,158760,0,2,0,0,0),(201838,36896,658,3,1,30403,0,674.307,-26.4323,512.583,2.57758,86400,0,0,158760,0,2,0,0,0),(201839,36765,658,3,1,0,1,683.92,-58.8646,507.507,3.35103,86400,0,0,37800,3994,0,0,0,0),(202288,36888,658,3,1,30374,0,768.86,-31.36,508.36,3.91,86400,0,0,1,0,0,0,0,0),(201845,36881,658,3,1,9785,0,611.938,117.441,508.031,4.89692,86400,0,0,5342,0,0,0,0,0),(201846,36896,658,3,1,30403,0,674.307,-26.4323,512.583,4.47847,86400,0,0,158760,0,2,0,0,0),(202287,36888,658,3,1,30370,0,770.49,-33.46,508.36,3.91,86400,0,0,1,0,0,0,0,0),(201855,36907,658,3,1,30401,1,723.547,-170.95,527.512,4.52473,86400,0,0,12600,0,0,0,0,0),(201857,36771,658,3,1,0,1,754.168,-95.066,512.83,0.069813,86400,0,0,37800,3994,0,0,0,0),(201861,36770,658,3,1,0,1,750.149,-107.019,513.02,5.77704,86400,0,0,37800,0,0,0,0,0),(201864,2110,658,3,1,1141,0,434.536,169.811,530.291,1.30863,86400,0,0,1,0,0,0,0,0),(201865,36830,658,3,1,30364,1,685.778,44.1684,450.982,3.40339,86400,0,0,163800,0,0,0,0,0),(201871,36877,658,3,1,30363,0,1050,-69.6466,633.079,4.36332,86400,0,0,12600,0,0,0,0,0),(201873,36767,658,3,1,0,1,701.566,8.72917,446.907,1.48353,86400,0,0,30240,8814,0,0,0,0),(201824,36896,658,3,1,30403,0,672,49,511,0.89,86400,0,0,158760,0,2,0,0,0),(201876,36841,658,3,1,30350,1,1062.15,-29.8507,633.879,4.43314,86400,0,0,81900,0,0,0,0,0),(201884,36881,658,3,1,9785,0,558.668,134.078,514.93,2.23402,86400,0,0,5342,0,0,0,0,0),(1972267,36990,658,3,1,0,1,424.46,212.16,528.8,0,86400,0,0,6972500,85160,0,0,0,0),(201888,36788,658,3,1,0,1,497.319,247.856,528.792,6.24828,86400,0,0,161280,8814,0,0,0,0),(201889,36877,658,3,1,30363,0,1019.08,-121.824,623.826,3.7001,86400,0,0,12600,0,0,0,0,0),(201897,36830,658,3,1,30365,1,710.535,184.696,511.546,0.802851,86400,0,0,163800,0,0,0,0,0),(201899,36764,658,3,1,0,1,684.483,72.5347,491.383,1.22173,86400,0,0,37800,0,0,0,0,0),(201900,37711,658,3,1,24994,0,615.273,208.922,507.208,2.21657,86400,0,0,81900,0,0,0,0,0),(201901,36830,658,3,1,30365,1,750.514,-12.1389,476.082,2.09439,86400,0,0,163800,0,0,0,0,0),(201903,36879,658,3,1,23681,0,790.221,132.304,509.7,0.202483,86400,15,0,189000,0,1,0,0,0),(201905,36771,658,3,1,0,1,632.587,-59.5139,512.672,2.77507,86400,0,0,37800,3994,0,0,0,0),(201908,2110,658,3,1,1141,0,434.536,169.811,530.291,3.24154,86400,0,0,1,0,0,0,0,0),(202286,36888,658,3,1,30369,0,773.77,-37.68,508.36,3.91,86400,0,0,1,0,0,0,0,0),(201910,14881,658,3,1,9829,0,1020.75,-131.159,624.004,0.332266,86400,0,0,8,0,0,0,0,0),(201914,36881,658,3,1,9785,0,611.938,117.441,508.031,4.89679,86400,0,0,5342,0,0,0,0,0),(201916,2110,658,3,1,1141,0,456.929,246.318,528.792,0.94396,86400,0,0,1,0,0,0,0,0),(201917,36764,658,3,1,0,1,737.856,158.335,511.398,4.27606,86400,0,0,37800,0,0,0,0,0),(201920,36765,658,3,1,0,1,748.806,53.4028,463.444,1.8326,86400,0,0,37800,3994,0,0,0,0),(201921,37711,658,3,1,24994,0,621.682,217.62,507.391,2.96706,86400,0,0,81900,0,0,0,0,0),(201926,36877,658,3,1,30363,0,1069.39,-12.8058,633.627,4.53786,86400,0,0,12600,0,0,0,0,0),(201927,36907,658,3,1,30401,1,657.596,-174.53,526.772,3.38594,86400,0,0,12600,0,0,0,0,0),(201932,36770,658,3,1,0,1,581.865,-16.9219,512.681,2.77507,86400,0,0,37800,0,0,0,0,0),(201934,36881,658,3,1,9785,0,545.295,315.566,508.557,5.68977,86400,0,0,5342,0,0,0,0,0),(201939,36841,658,3,1,30350,1,1073.6,-31.0122,633.409,4.60767,86400,0,0,81900,0,0,0,0,0),(201943,36770,658,3,1,0,1,636.259,-70.6215,512.671,3.90954,86400,0,0,37800,0,0,0,0,0),(201945,36770,658,3,1,0,1,630.219,277.049,507.59,2.47837,86400,0,0,37800,0,0,0,0,0),(201946,36771,658,3,1,0,1,591.67,-23.7361,512.714,5.61996,86400,0,0,37800,3994,0,0,0,0),(201947,36830,658,3,1,30365,1,645.759,-119.118,513.609,3.87463,86400,0,0,163800,0,0,0,0,0),(201949,36881,658,3,1,9785,0,568.163,145.601,514.13,2.74017,86400,0,0,5342,0,0,0,0,0),(201952,36830,658,3,1,30365,1,746.516,-124.212,512.702,5.93412,86400,0,0,163800,0,0,0,0,0),(201954,36881,658,3,1,9785,0,545.295,315.566,508.557,5.68977,86400,0,0,5342,0,0,0,0,0),(201955,14881,658,3,1,14952,0,782.086,104.154,510.431,5.23753,86400,0,0,8,0,0,0,0,0),(201956,36770,658,3,1,0,1,572.309,168.01,509.938,3.4383,86400,0,0,37800,0,0,0,0,0),(201957,36881,658,3,1,9785,0,631.823,229.729,508.06,2.12636,86400,0,0,5342,0,0,0,0,0),(201960,36881,658,3,1,9785,0,586.455,171.176,509.615,5.29531,86400,0,0,5342,0,0,0,0,0),(201851,36794,658,3,1,0,0,522.35,226.427,548,3.14,86400,0,0,107848,4169,0,0,0,0),(201970,37713,658,3,1,30850,1,618.814,211.205,507.304,2.77507,86400,0,0,80640,8814,0,0,0,0),(201974,36772,658,3,1,0,1,713.17,153.476,511.47,0.20944,86400,0,0,37800,0,0,0,0,0),(201976,36886,658,3,1,26577,0,843.929,-34.8941,556.895,1.93731,86400,0,0,81900,3994,0,0,0,0),(201980,37712,658,3,1,30849,1,628.781,115.767,509.845,5.2709,86400,0,0,80640,8814,0,0,0,0),(201981,36879,658,3,1,23681,0,805.853,73.9317,510.008,3.90664,86400,15,0,189000,0,1,0,0,0),(201982,36841,658,3,1,30350,1,997.253,-139.257,615.875,2.72271,86400,0,0,81900,0,0,0,0,0),(201984,36772,658,3,1,0,1,668.299,-15.4757,479.273,1.88496,86400,0,0,37800,0,0,0,0,0),(201985,36830,658,3,1,30365,1,598.408,54.7465,509.852,3.08923,86400,0,0,163800,0,0,0,0,0),(201988,36881,658,3,1,9785,0,611.938,117.441,508.031,4.89679,86400,0,0,5342,0,0,0,0,0),(201990,36770,658,3,1,0,1,834.316,-17.3299,509.567,4.01426,86400,0,0,37800,0,0,0,0,0),(201991,36891,658,3,1,26742,0,679.221,-100.608,513.838,1.98182,86400,0,0,163800,0,2,0,0,0),(201992,36494,658,3,1,30843,1,712.137,-215.701,527.066,5.8679,86400,0,0,498797,0,2,0,0,0),(201994,36830,658,3,1,30365,1,638.908,246.547,508.576,0.418879,86400,0,0,163800,0,0,0,0,0),(42576,27436,571,1,1,0,0,3899.86,-883.613,119.536,0.0636665,300,0,0,42,0,0,0,0,0),(202000,36881,658,3,1,9785,0,631.823,229.729,508.06,2.9192,86400,0,0,5342,0,0,0,0,0),(202002,14881,658,3,1,2536,0,526.744,250.518,527.414,4.33002,86400,0,0,8,0,0,0,0,0),(1972293,36848,658,3,1,0,0,970.905,-125.074,600.073,4.38509,300,0,0,42,0,0,0,0,0),(202013,36830,658,3,1,30364,1,579.58,44.2361,521.5,3.83972,86400,0,0,163800,0,0,0,0,0),(202015,36841,658,3,1,30350,1,1049.77,-113.33,629.814,4.10152,86400,0,0,81900,0,0,0,0,0),(202285,36888,658,3,1,30368,0,772.277,-35.75,508.36,3.91,86400,0,0,1,0,0,0,0,0),(1972292,36848,658,3,1,0,0,981.524,-123.391,604.768,4.98592,300,0,0,42,0,0,0,0,0),(202284,36889,658,3,1,30381,0,768.86,-31.36,508.36,3.91,86400,0,0,1,0,0,0,0,0),(202023,2110,658,3,1,1141,0,1082.85,162.997,628.258,0.249633,86400,0,0,1,0,0,0,0,0),(202024,14881,658,3,1,1160,0,511.458,164.285,528.738,3.24533,86400,0,0,8,0,0,0,0,0),(202027,36907,658,3,1,30401,1,690.028,-231.927,526.801,5.67232,86400,0,0,12600,0,0,0,0,0),(202028,36881,658,3,1,9785,0,631.823,229.729,508.06,3.50724,86400,0,0,5342,0,0,0,0,0),(202030,37711,658,3,1,24994,0,586.035,153.352,510.665,1.91986,86400,0,0,81900,0,0,0,0,0),(202032,36830,658,3,1,30365,1,692.969,-28.2847,437.397,4.43314,86400,0,0,163800,0,0,0,0,0),(1972291,36848,658,3,1,0,0,986.026,-130.328,608.756,5.09195,300,0,0,42,0,0,0,0,0),(1972290,36848,658,3,1,0,0,999.291,-125.691,614.914,0.363851,300,0,0,42,0,0,0,0,0),(1972289,36848,658,3,1,0,0,999.664,-137.534,616.744,5.48072,300,0,0,42,0,0,0,0,0),(202037,36773,658,3,1,0,1,668.898,46.1267,480.066,2.84489,86400,0,0,30240,8814,0,0,0,0),(202038,37711,658,3,1,24995,0,592.944,269.477,506.46,2.58309,86400,0,0,81900,0,0,0,0,0),(202041,37713,658,3,1,30851,1,594.444,273.569,506.259,3.08923,86400,0,0,80640,8814,0,0,0,0),(202042,36476,658,3,1,30347,0,852.849,123.528,510.029,3.26377,86400,0,0,600533,0,0,0,0,0),(202043,2110,658,3,1,1141,0,456.929,246.318,528.792,0.103355,86400,0,0,1,0,0,0,0,0),(202045,36877,658,3,1,30363,0,1069.37,-52.0087,633.92,4.5204,86400,0,0,12600,0,0,0,0,0),(202283,36889,658,3,1,30383,0,770.49,-33.46,508.36,3.91,86400,0,0,1,0,0,0,0,0),(202051,14881,658,3,1,2536,0,652.946,199.13,507.868,2.42415,86400,0,0,8,0,0,0,0,0),(202054,36881,658,3,1,9785,0,611.938,117.441,508.031,4.61811,86400,0,0,5342,0,0,0,0,0),(202057,36771,658,3,1,0,1,754.91,-23.8333,482.499,4.55531,86400,0,0,37800,3994,0,0,0,0),(202058,36772,658,3,1,0,1,815.554,-12.0174,509.567,5.5676,86400,0,0,37800,0,0,0,0,0),(202059,36830,658,3,1,30365,1,718.649,89.5313,456.824,3.71755,86400,0,0,163800,0,0,0,0,0),(202061,36772,658,3,1,0,1,589.116,20.4201,512.699,2.07694,86400,0,0,37800,0,0,0,0,0),(1972288,36848,658,3,1,0,0,1011.79,-133.339,621.58,6.16794,300,0,0,42,0,0,0,0,0),(202063,36788,658,3,1,0,1,639.391,224.832,507.857,2.17721,86400,0,0,161280,8814,2,0,0,0),(1972287,36848,658,3,1,0,0,1025.79,-133.448,624.741,0.0653972,300,0,0,42,0,0,0,0,0),(202067,36771,658,3,1,0,1,777.953,6.66146,489.561,6.03884,86400,0,0,37800,3994,0,0,0,0),(202068,36877,658,3,1,30363,0,1068.93,-88.7526,632.828,4.2237,86400,0,0,12600,0,0,0,0,0),(1972286,36848,658,3,1,0,0,1031.18,-120.585,626.813,0.568052,300,0,0,42,0,0,0,0,0),(202070,36773,658,3,1,0,1,668.253,-37.0243,504.216,3.01942,86400,0,0,30240,8814,0,0,0,0),(202071,37712,658,3,1,30849,1,590.583,161.375,509.499,3.19395,86400,0,0,80640,8814,0,0,0,0),(202072,36907,658,3,1,30401,1,717.826,-212.116,527.288,0.837758,86400,0,0,12600,0,0,0,0,0),(202076,36771,658,3,1,0,1,661.323,210.665,507.632,4.74729,86400,0,0,37800,3994,0,0,0,0),(202079,36881,658,3,1,9785,0,565.578,144.859,514.712,2.68781,86400,0,0,5342,0,0,0,0,0),(202082,36772,658,3,1,0,1,640.311,-83.4201,512.671,3.68265,86400,0,0,37800,0,0,0,0,0),(202083,36886,658,3,1,26577,0,882.438,-31.2049,563.539,2.42601,86400,0,0,81900,3994,0,0,0,0),(202084,36772,658,3,1,0,1,559.29,64.3524,525.223,3.76991,86400,0,0,37800,0,0,0,0,0),(202085,36877,658,3,1,30363,0,1043.91,-124.614,627.748,3.59538,86400,0,0,12600,0,0,0,0,0),(1972285,36848,658,3,1,0,0,1045.06,-116.863,628.813,0.359921,300,0,0,42,0,0,0,0,0),(1972284,36848,658,3,1,0,0,1039.38,-103.634,629.478,1.88359,300,0,0,42,0,0,0,0,0),(202095,14881,658,3,1,9829,0,1066.01,-33.7344,633.776,4.41171,86400,0,0,8,0,0,0,0,0),(202096,36770,658,3,1,0,1,581.635,-5.30382,512.681,3.42085,86400,0,0,37800,0,0,0,0,0),(202097,36830,658,3,1,30365,1,843.538,-24.3819,509.393,4.43314,86400,0,0,163800,0,0,0,0,0),(202098,36881,658,3,1,9785,0,545.295,315.566,508.557,5.68977,86400,0,0,5342,0,0,0,0,0),(202099,36881,658,3,1,9785,0,588.726,183.085,509.115,0.075408,86400,0,0,5342,0,0,0,0,0),(1972283,36848,658,3,1,0,0,1060.01,-71.2702,633.754,1.29847,300,0,0,42,0,0,0,0,0),(202103,36788,658,3,1,0,1,545.295,315.566,508.557,5.68977,86400,0,0,161280,8814,2,0,0,0),(202105,37728,658,3,1,30363,0,1071.24,49.4809,630.71,1.90241,86400,0,0,20160,44070,0,0,0,0),(202107,37711,658,3,1,24992,0,633.516,116.977,510.214,4.34587,86400,0,0,81900,0,0,0,0,0),(202108,36772,658,3,1,0,1,647.554,192.082,507.505,2.77507,86400,0,0,37800,0,0,0,0,0),(1972282,36848,658,3,1,0,0,1059.5,-53.0283,633.732,1.49482,300,0,0,42,0,0,0,0,0),(202112,36788,658,3,1,0,1,559.615,143.49,516.209,5.55015,86400,0,0,161280,8814,0,0,0,0),(1972281,36848,658,3,1,0,0,1069.47,-39.8899,633.694,1.25527,300,0,0,42,0,0,0,0,0),(202115,14881,658,3,1,14952,0,670.795,-83.5288,513.807,2.20912,86400,0,0,8,0,0,0,0,0),(202118,36770,658,3,1,0,1,637.498,182.351,507.01,1.13446,86400,0,0,37800,0,0,0,0,0),(202119,36830,658,3,1,30364,1,619.523,-19.3611,512.989,3.7001,86400,0,0,163800,0,0,0,0,0),(202121,36881,658,3,1,9785,0,545.295,315.566,508.557,5.68977,86400,0,0,5342,0,0,0,0,0),(202122,36881,658,3,1,9785,0,631.823,229.729,508.06,2.17721,86400,0,0,5342,0,0,0,0,0),(202124,36773,658,3,1,0,1,654.733,144.181,507.854,1.01229,86400,0,0,30240,8814,0,0,0,0),(202125,36881,658,3,1,9785,0,584.153,177.786,509.615,5.6513,86400,0,0,5342,0,0,0,0,0),(202126,36773,658,3,1,0,1,592.59,29.5521,512.252,2.56563,86400,0,0,30240,8814,0,0,0,0),(1972280,36848,658,3,1,0,0,1060.44,-26.7372,634.149,2.97922,300,0,0,42,0,0,0,0,0),(202131,36773,658,3,1,0,1,706.422,79.4757,472.946,1.91986,86400,0,0,30240,8814,0,0,0,0),(202132,36877,658,3,1,30363,0,1071.27,38.0161,629.829,4.95674,86400,0,0,12600,0,0,0,0,0),(202135,36661,658,3,1,27982,0,1017.3,168.974,642.926,5.2709,86400,0,0,3235440,41690,0,0,0,0),(202139,36770,658,3,1,0,1,550.2,264.851,509.09,3.50811,86400,0,0,37800,0,0,0,0,0),(202280,36889,658,3,1,30387,0,773.77,-37.68,508.36,3.91,86400,0,0,1,0,0,0,0,0),(202144,36773,658,3,1,0,1,698.347,190.694,510.591,4.38078,86400,0,0,30240,8814,0,0,0,0),(202145,36881,658,3,1,9785,0,611.938,117.441,508.031,4.89679,86400,0,0,5342,0,0,0,0,0),(202146,2110,658,3,1,1141,0,853.236,5.51033,510.223,3.80444,86400,0,0,1,0,0,0,0,0),(1972279,36848,658,3,1,0,0,1075.39,-21.0343,632.921,1.25135,300,0,0,42,0,0,0,0,0),(42160,36881,658,3,1,0,0,592.975,176.104,510.158,0,86400,0,0,1,0,0,0,0,0),(202151,36766,658,3,1,0,1,726.563,45.2847,450.561,0.523599,86400,0,0,37800,0,0,0,0,0),(202152,37712,658,3,1,30849,1,621.552,214.259,507.373,2.6529,86400,0,0,80640,8814,0,0,0,0),(202156,36879,658,3,1,23681,0,860.564,116.543,510.037,0.773846,86400,0,0,189000,0,0,0,0,0),(1972277,36848,658,3,1,0,0,1077.48,2.70322,634.39,0.956822,300,0,0,42,0,0,0,0,0),(202158,36877,658,3,1,30363,0,1077.58,-14.7182,632.726,4.45059,86400,0,0,12600,0,0,0,0,0),(202159,36907,658,3,1,30401,1,646.585,-191.189,526.848,1.36186,86400,0,0,12600,0,0,0,0,0),(202163,36877,658,3,1,30363,0,1058.1,92.9099,630.413,5.07441,86400,0,0,12600,0,0,0,0,0),(202164,2110,658,3,1,1141,0,692.515,95.6938,501.611,3.51956,86400,0,0,1,0,0,0,0,0),(202165,36841,658,3,1,30350,1,1069.91,100.042,631.062,4.86947,86400,0,0,81900,0,0,0,0,0),(202166,36770,658,3,1,0,1,721.189,-70.2917,492.521,4.2586,86400,0,0,37800,0,0,0,0,0),(202168,14881,658,3,1,2536,0,802.864,72.168,510.029,5.30472,86400,0,0,8,0,0,0,0,0),(1972278,36848,658,3,1,0,0,1068.65,-9.91327,633.787,0.16357,300,0,0,42,0,0,0,0,0),(202174,36841,658,3,1,30350,1,1000.4,-127.873,616.247,3.40339,86400,0,0,81900,0,0,0,0,0),(202181,36773,658,3,1,0,1,646.306,-99.0122,512.7,3.80482,86400,0,0,30240,8814,0,0,0,0),(202182,36881,658,3,1,9785,0,562.023,137.29,514.576,2.3911,86400,0,0,5342,0,0,0,0,0),(202183,36772,658,3,1,0,1,683.835,221.087,511.18,1.02974,86400,0,0,37800,0,0,0,0,0),(202184,36886,658,3,1,26577,0,807.835,-37.7014,548.812,1.93731,86400,0,0,81900,3994,0,0,0,0),(1972276,36848,658,3,1,0,0,1072.59,16.2381,634.224,1.84432,300,0,0,42,0,0,0,0,0),(202193,14881,658,3,1,9829,0,930.455,-59.6823,591.935,0,86400,0,0,8,0,0,0,0,0),(202196,36881,658,3,1,9785,0,545.295,315.566,508.557,5.68977,86400,0,0,5342,0,0,0,0,0),(202197,36891,658,3,1,26742,0,619.305,18.7917,513.599,1.55334,86400,0,0,163800,0,2,0,0,0),(202198,14881,658,3,1,1160,0,897.238,64.8081,539.532,3.6651,86400,0,0,8,0,0,0,0,0),(202199,36881,658,3,1,9785,0,631.823,229.729,508.06,2.13658,86400,0,0,5342,0,0,0,0,0),(202200,37728,658,3,1,30363,0,1067,48.1719,630.606,2.02458,86400,0,0,20160,44070,0,0,0,0),(202202,36773,658,3,1,0,1,758.743,-60.941,511.572,5.72468,86400,0,0,30240,8814,0,0,0,0),(202203,36881,658,3,1,9785,0,584.418,174.172,509.615,5.37707,86400,0,0,5342,0,0,0,0,0),(202204,37711,658,3,1,24994,0,587.132,164.332,509.797,4.69494,86400,0,0,81900,0,0,0,0,0),(1972275,36848,658,3,1,0,0,1081.9,27.8284,630.615,1.65583,300,0,0,42,0,0,0,0,0),(201998,36874,658,2,1,0,0,1053.89,-93.0556,632.857,4.2237,86400,0,0,1,0,0,0,0,0),(1972274,36848,658,3,1,0,0,1069.97,35.4211,629.795,3.41119,300,0,0,42,0,0,0,0,0),(202211,37713,658,3,1,30851,1,589.108,156.233,509.717,3.01942,86400,0,0,80640,8814,0,0,0,0),(202212,36877,658,3,1,30363,0,1079.09,34.3066,629.8,4.60767,86400,0,0,12600,0,0,0,0,0),(202215,36913,658,3,1,30405,0,717.931,33.2292,495.111,3.36848,86400,0,0,12600,0,0,0,0,0),(202216,37713,658,3,1,30851,1,626.212,112.326,510.01,6.17846,86400,0,0,80640,8814,0,0,0,0),(1972273,36848,658,3,1,0,0,1071.73,49.6449,630.645,1.83254,300,0,0,42,0,0,0,0,0),(202279,36889,658,3,1,30386,0,772.277,-35.75,508.36,3.91,86400,0,0,1,0,0,0,0,0),(202223,14881,658,3,1,9829,0,959.239,-114.768,596.146,2.37373,86400,0,0,8,0,0,0,0,0),(202227,36881,658,3,1,9785,0,611.938,117.441,508.031,4.89679,86400,0,0,5342,0,0,0,0,0),(202229,36772,658,3,1,0,1,753.399,-80.4878,512.683,0.10472,86400,0,0,37800,0,0,0,0,0),(1972272,36848,658,3,1,0,0,1063.58,61.5467,632.006,2.0014,300,0,0,42,0,0,0,0,0),(202231,36788,658,3,1,0,1,592.975,176.104,508.746,6.09508,86400,0,0,161280,8814,2,0,0,0),(202232,37711,658,3,1,24994,0,625.415,108.427,510.425,0.471239,86400,0,0,81900,0,0,0,0,0),(202233,37712,658,3,1,30848,1,594.332,276.526,506.249,3.22886,86400,0,0,80640,8814,0,0,0,0),(202236,36879,658,3,1,23681,0,826.29,117.036,509.496,4.91328,86400,15,0,189000,0,1,0,0,0),(1972271,36848,658,3,1,0,0,1071.36,71.4207,631.02,0.905772,300,0,0,42,0,0,0,0,0),(202238,36907,658,3,1,30401,1,686.898,-234.597,526.801,5.51524,86400,0,0,12600,0,0,0,0,0),(202244,36771,658,3,1,0,1,586.727,6.61111,512.674,3.35103,86400,0,0,37800,3994,0,0,0,0),(202246,36877,658,3,1,30363,0,1070.37,96.1438,631.075,4.9102,86400,0,0,12600,0,0,0,0,0),(202248,36841,658,3,1,30350,1,1059.17,95.9063,630.781,4.93928,86400,0,0,81900,0,0,0,0,0),(202249,36773,658,3,1,0,1,884.335,6.31771,509.72,1.16937,86400,0,0,30240,8814,0,0,0,0),(1972270,36848,658,3,1,0,0,957.65,-104.435,594.986,5.84201,300,0,0,42,0,0,0,0,0),(202256,36766,658,3,1,0,1,665.944,18.066,485.572,5.8294,86400,0,0,37800,0,0,0,0,0),(202257,36841,658,3,1,30350,1,1042.16,-104.3,630.038,3.89208,86400,0,0,81900,0,0,0,0,0),(202260,36770,658,3,1,0,1,546.786,77.5,527.738,3.66519,86400,0,0,37800,0,0,0,0,0),(1972269,36848,658,3,1,0,0,1067.64,83.5788,631.246,1.75793,300,0,0,42,0,0,0,0,0),(202264,36771,658,3,1,0,1,548.403,89.5608,525.462,2.75762,86400,0,0,37800,3994,0,0,0,0),(202265,36877,658,3,1,30363,0,1055.68,-52.7134,633.511,4.60767,86400,0,0,12600,0,0,0,0,0),(202269,36771,658,3,1,0,1,647.373,-112.151,513.411,2.70526,86400,0,0,37800,3994,0,0,0,0),(42652,25607,571,1,1,0,1,2886.32,6385.55,92.9698,1.4512,120,0,0,1,0,0,0,0,0),(202271,36771,658,3,1,0,1,866.153,-11.3438,509.741,5.46288,86400,0,0,37800,3994,0,0,0,0),(202273,36788,658,3,1,0,1,611.938,117.441,508.031,4.89688,86400,0,0,161280,8814,2,0,0,0),(202275,36772,658,3,1,0,1,856.13,-17.7587,509.472,5.32325,86400,0,0,37800,0,0,0,0,0),(202276,36886,658,3,1,26577,0,823.8,-29.1788,529.015,1.76278,86400,0,0,81900,3994,0,0,0,0),(1972268,36848,658,3,1,0,0,1069.45,-62.9611,633.487,5.62209,300,0,0,42,0,0,0,0,0),(202278,36770,658,3,1,0,1,721.995,-43.9149,479.963,5.35816,86400,0,0,37800,0,0,0,0,0),(202281,36788,658,3,1,0,1,496.835,198.899,528.795,0,86400,0,0,161280,8814,0,0,0,0),(202282,36881,658,3,1,9785,0,585.73,181.048,509.49,6.18504,86400,0,0,5342,0,0,0,0,0),(1971999,38173,668,3,1,0,1,5280.63,2012.16,707.778,6.05629,86400,0,0,132300,0,0,0,0,0),(1971998,38173,668,3,1,0,1,5313.82,1978.15,707.778,1.74533,86400,0,0,132300,0,0,0,0,0),(1971997,38173,668,3,1,0,1,5336.6,2017.28,707.778,3.47321,86400,0,0,132300,0,0,0,0,0),(1971979,37779,668,3,1,30687,1,5232.69,1931.52,707.778,0.820305,86400,0,0,75600,0,0,0,0,0),(202290,14881,668,3,1,1160,0,5337.6,2012.14,707.695,3.52509,86400,0,0,8,0,0,0,0,0),(1971996,38173,668,3,1,0,1,5325.07,1977.6,707.778,2.07694,86400,0,0,132300,0,0,0,0,0),(1976203,6492,0,1,1,0,0,-9112.82,840.837,98.9648,3.55695,300,0,0,356,0,0,0,0,0),(1972019,36723,668,3,1,0,1,5413.92,2116.5,707.695,3.95015,86400,0,0,441000,0,0,0,0,0),(202296,14881,668,3,1,2536,0,5268.91,1969.17,707.696,0.321519,86400,0,0,8,0,0,0,0,0),(1971990,38177,668,3,1,0,1,5299.43,1979.01,707.778,1.23918,86400,0,0,132300,0,0,0,0,0),(1971989,38177,668,3,1,0,1,5335.72,1996.86,707.778,2.74017,86400,0,0,132300,0,0,0,0,0),(1971984,38113,668,3,1,0,1,5335.33,1982.38,709.32,2.33994,86400,0,0,539240,0,0,0,0,0),(1971988,38177,668,3,1,0,1,5318.7,2036.11,707.778,4.2237,86400,0,0,132300,0,0,0,0,0),(202304,14881,668,3,1,1160,0,5386.99,2080.5,707.695,4.67797,86400,0,0,8,0,0,0,0,0),(1971982,37226,668,3,1,30721,0,5362.46,2062.69,707.778,3.94444,86400,0,0,27890000,0,0,0,0,0),(1971983,38112,668,3,1,0,1,5284.16,2030.69,709.319,5.48939,86400,0,0,377468,0,0,0,0,0),(1971981,37223,668,3,1,28213,1,5236.67,1929.91,707.778,0.837758,86400,0,0,6972500,85160,0,0,0,0),(1971980,37225,668,3,1,30821,1,5307.81,2003.17,709.424,4.53786,86400,0,0,315000,59910,0,0,0,0),(1971978,37704,668,3,1,17612,0,5309.26,2006.39,718.047,3.97935,86400,0,0,12600,0,0,0,0,0),(202334,35101,530,1,1,0,0,-674.484,2741.08,93.9097,4.61598,300,0,0,6473,0,0,0,0,0),(202338,30337,571,1,1,0,0,8004.31,3698.89,615.763,1.88496,120,0,0,12600,0,0,0,0,0),(202339,30337,571,1,1,0,0,8010.09,3699.28,616.351,1.46608,120,0,0,12600,0,0,0,0,0),(202340,30337,571,1,1,0,0,8017.63,3698.49,617.079,1.29154,120,0,0,12600,0,0,0,0,0),(202341,30337,571,1,1,0,0,8027.71,3696.45,617.38,1.69297,120,0,0,12600,0,0,0,0,0),(202342,30337,571,1,1,0,0,8033.71,3697.1,617.155,1.71042,120,0,0,12600,0,0,0,0,0),(202343,30337,571,1,1,0,0,8039.13,3696.64,617.028,1.55334,120,0,0,12600,0,0,0,0,0),(202344,30337,571,1,1,0,0,8054.45,3688.31,617.027,0.663225,120,0,0,12600,0,0,0,0,0),(202345,30337,571,1,1,0,0,8057.98,3683.9,617.211,0.558505,120,0,0,12600,0,0,0,0,0),(202346,30337,571,1,1,0,0,8060.55,3678.5,617.565,0.593412,120,0,0,12600,0,0,0,0,0),(202347,30337,571,1,1,0,0,8068.65,3670.78,617.051,0.959931,120,0,0,12600,0,0,0,0,0),(202348,30337,571,1,1,0,0,8072.77,3665.39,616.42,0.767945,120,0,0,12600,0,0,0,0,0),(202349,30337,571,1,1,0,0,8075.8,3660.29,615.771,0.418879,120,0,0,12600,0,0,0,0,0),(202350,30337,571,1,1,0,0,8391.8,3444.84,625.532,1.15192,120,0,0,12600,0,0,0,0,0),(202351,30337,571,1,1,0,0,8395.42,3441.92,626.013,0.959931,120,0,0,12600,0,0,0,0,0),(202352,30337,571,1,1,0,0,8401.15,3437.11,626.739,0.767945,120,0,0,12600,0,0,0,0,0),(202353,30337,571,1,1,0,0,8407.96,3429.16,627.003,1.06465,120,0,0,12600,0,0,0,0,0),(202354,30337,571,1,1,0,0,8413.56,3426.17,626.777,1.13446,120,0,0,12600,0,0,0,0,0),(202355,30337,571,1,1,0,0,8417.64,3422.16,626.643,0.925025,120,0,0,12600,0,0,0,0,0),(202356,30337,571,1,1,0,0,8424.28,3396.04,627.184,6.19592,120,0,0,12600,0,0,0,0,0),(202357,30337,571,1,1,0,0,8424.62,3406.98,626.653,0.0174533,120,0,0,12600,0,0,0,0,0),(202358,30337,571,1,1,0,0,8424.97,3401.85,626.807,6.14356,120,0,0,12600,0,0,0,0,0),(202359,30337,571,1,1,0,0,8426.32,3385.19,626.718,0.139626,120,0,0,12600,0,0,0,0,0),(202360,30337,571,1,1,0,0,8426.63,3378.09,626.08,0.0174533,120,0,0,12600,0,0,0,0,0),(202361,30337,571,1,1,0,0,8426.68,3373.28,625.554,6.07375,120,0,0,12600,0,0,0,0,0),(202363,15214,571,1,1,0,0,8530.69,647.221,558.731,1.62316,300,0,0,42,0,0,0,0,0),(202364,33698,571,1,1,0,1,8507.86,1170.49,566.162,5.27347,300,0,0,126000,39940,0,0,0,0),(202365,33698,571,1,1,0,1,8513.14,1173.87,566.547,5.2058,300,0,0,126000,39940,0,0,0,0),(202366,33778,571,1,1,0,0,8509.77,1191.14,604.339,0.097837,300,0,0,35310,0,0,0,0,0),(202367,33778,571,1,1,0,0,8483.73,1197.04,604.339,3.24478,300,0,0,36525,0,0,0,0,0),(202368,33778,571,1,1,0,0,8487.77,1184.1,604.339,4.2658,300,0,0,36525,0,0,0,0,0),(202369,15214,571,1,1,0,0,8519.62,1004.91,547.554,0,300,0,0,42,0,0,0,0,0),(202370,15214,571,1,1,0,0,8468.8,806.354,590.124,0,300,0,0,42,0,0,0,0,0),(202371,15214,571,1,1,0,0,8424.51,746.587,548.227,0,300,0,0,42,0,0,0,0,0),(202372,15214,571,1,1,0,0,8469.54,775.457,590.298,0,300,0,0,42,0,0,0,0,0),(202373,15214,571,1,1,0,0,8607.98,763.137,547.81,0,300,0,0,42,0,0,0,0,0),(202399,33868,571,1,1,0,1,8623.75,932.296,547.693,3.07178,120,0,0,1,0,0,0,0,0),(202400,33869,571,1,1,0,1,8616.17,1054.71,558.295,3.14159,120,0,0,1,0,0,0,0,0),(202401,26820,571,1,1,0,1,3973.19,-5260.42,7.59737,0.767945,300,0,0,1,0,0,0,0,0),(202402,26820,571,1,1,0,1,3974.12,-5239.27,7.92601,5.77704,300,0,0,1,0,0,0,0,0),(202403,26820,571,1,1,0,1,3995.7,-5261.26,7.8885,2.28638,300,0,0,1,0,0,0,0,0),(202404,26820,571,1,1,0,1,3996.08,-5238.03,8.05982,3.82227,300,0,0,1,0,0,0,0,0),(202405,26785,571,1,1,16946,0,3985.49,-5249.95,8.44412,1.37881,300,0,0,1,0,0,0,0,0),(202406,33303,571,1,1,0,0,2324.58,-3947.97,218.36,3.40339,120,0,0,1,0,0,0,0,0),(202407,23842,571,1,1,0,1,1405.43,-3106.81,166.135,0.855211,120,0,0,1,0,0,0,0,0),(202408,23842,571,1,1,0,1,1407.52,-3108.69,166.168,0.872665,120,0,0,1,0,0,0,0,0),(202485,35984,571,1,1,0,0,8482.12,886.534,548.283,2.67035,120,0,0,1,0,0,0,0,0),(202486,30281,571,1,1,0,0,8479.25,895.923,547.982,4.08407,120,0,0,1,0,0,0,0,0),(202409,30223,571,1,2,0,0,6255.77,-17.8645,410.131,0.890118,1200,0,0,100800,0,0,0,0,0),(202410,30258,619,2,1,0,0,342.221,-899.211,-77.4681,0.87831,86400,0,0,431392,0,0,0,0,0),(202411,29553,571,1,2,0,1,6422.03,-1732.7,478.475,0.66539,600,0,0,11379,0,0,0,0,0),(202412,29553,571,1,2,0,1,6366.62,-1602.65,423.721,2.68972,600,0,0,11379,0,0,0,0,0),(202413,29553,571,1,2,0,1,6349.17,-1572.67,425.245,2.40803,600,0,0,11379,0,0,0,0,0),(202414,29553,571,1,2,0,1,6458.2,-1644.48,426.061,2.99411,600,0,0,11379,0,0,0,0,0),(202415,29553,571,1,2,0,1,6462.32,-1690.9,434.942,2.72402,600,0,0,11379,0,0,0,0,0),(202416,29553,571,1,2,0,1,6477.12,-1633.23,464.822,5.66698,600,0,0,11379,0,0,0,0,0),(202417,29553,571,1,2,0,1,6428.62,-1667.32,471.271,5.96303,600,0,0,11379,0,0,0,0,0),(202418,29553,571,1,2,0,1,6502.19,-1743.21,490.453,3.09284,600,0,0,11379,0,0,0,0,0),(202419,29553,571,1,2,0,1,6444.54,-1625.12,418.54,3.80033,600,0,0,11379,0,0,0,0,0),(202420,29553,571,1,2,0,1,6382.2,-1647.96,420.285,1.23759,600,0,0,11379,0,0,0,0,0),(202421,29553,571,1,2,0,1,6338.87,-1583.21,425.163,2.45102,600,0,0,11379,0,0,0,0,0),(202422,29554,571,1,2,0,1,6464.78,-1763.8,432.134,2.10962,600,0,0,11001,3643,0,0,0,0),(202423,29554,571,1,2,0,1,6458.07,-1762.22,432.134,0.810002,600,0,0,11001,3643,0,0,0,0),(202424,29554,571,1,2,0,1,6432.91,-1750.56,432.134,1.93901,600,0,0,11001,3643,0,0,0,0),(202425,29554,571,1,2,0,1,6415.53,-1739.87,432.132,0.47381,600,0,0,11001,3643,0,0,0,0),(202426,29554,571,1,2,0,1,6402.91,-1733.64,432.12,1.31179,600,5,0,11001,3643,1,0,0,0),(202427,29554,571,1,2,0,1,6392.78,-1728.23,431.69,0.24299,600,0,0,11001,3643,0,0,0,0),(202428,29554,571,1,2,0,1,6394.79,-1722.12,431.409,6.17994,600,0,0,11001,3643,0,0,0,0),(202429,29554,571,1,2,0,1,6549.11,-1666.3,452.994,2.72567,600,5,0,11001,3643,1,0,0,0),(202430,29554,571,1,2,0,1,6537.04,-1657.04,454.086,4.27203,600,5,0,11001,3643,1,0,0,0),(202431,29554,571,1,2,0,1,6511,-1649.63,458.37,5.60676,600,0,0,11001,3643,0,0,0,0),(202432,29554,571,1,2,0,1,6467.51,-1653.9,466.434,0.196682,600,0,0,11001,3643,0,0,0,0),(202433,29554,571,1,2,0,1,6440.52,-1684.92,472.033,1.15094,600,0,0,11001,3643,0,0,0,0),(202434,29554,571,1,2,0,1,6454,-1738.75,482.15,2.62531,600,0,0,11001,3643,0,0,0,0),(202435,29554,571,1,2,0,1,6428.95,-1710.69,433.413,0.629656,600,0,0,11001,3643,0,0,0,0),(202436,29554,571,1,2,0,1,6465.3,-1750.45,432.428,1.11268,600,0,0,11001,3643,0,0,0,0),(202437,29554,571,1,2,0,1,6451.6,-1672.73,435.814,0.94776,600,0,0,11001,3643,0,0,0,0),(202438,29554,571,1,2,0,1,6516.7,-1644.33,426.003,2.56175,600,0,0,11001,3643,0,0,0,0),(202439,29554,571,1,2,0,1,6529.92,-1724.26,438.697,4.03826,600,0,0,11001,3643,0,0,0,0),(202440,29554,571,1,2,0,1,6499.37,-1747.81,435.624,3.13898,600,0,0,11001,3643,0,0,0,0),(1975862,32297,571,1,1,26446,1,8162.91,2134.36,499.738,4.74702,80,0,0,9740,8636,0,0,0,0),(1975861,32297,571,1,1,26446,1,8143.35,2151.07,499.738,2.75603,80,0,0,9740,8636,0,0,0,0),(1975860,32297,571,1,1,26446,1,8138.53,2157.42,499.738,5.13971,80,0,0,9740,8636,0,0,0,0),(1975859,32297,571,1,1,26446,1,8135.23,2149.99,499.738,0.910338,80,0,0,9740,8636,0,0,0,0),(1975858,32297,571,1,1,26446,1,8194.62,2148.53,499.738,1.40907,80,0,0,9740,8636,0,0,0,0),(1975857,32297,571,1,1,26446,1,8191.2,2154.79,499.738,5.81122,80,0,0,9740,8636,0,0,0,0),(1975856,32297,571,1,1,26446,1,8199.02,2154.63,499.738,3.82416,80,0,0,9740,8636,0,0,0,0),(1975844,4131,1,1,1,0,0,-6483.64,-3273.42,-112.418,1.84658,300,0,0,1279,0,0,0,0,0),(1975843,4131,1,1,1,0,0,-6468.12,-3310.14,-102.609,1.18685,300,0,0,1342,0,0,0,0,0),(1975841,6490,189,1,1,0,0,1850.97,1392.82,20.4821,3.13054,300,0,0,2664,1870,0,0,0,0),(1975855,32297,571,1,1,26446,1,8129.67,2101.13,499.738,4.50745,80,0,0,9740,8636,0,0,0,0),(1975854,32297,571,1,1,26446,1,8132.95,2101.11,499.738,4.67239,80,0,0,9740,8636,0,0,0,0),(1975853,32297,571,1,1,26446,1,8145.35,2101,499.738,4.59385,80,0,0,9740,8636,0,0,0,0),(1975852,32297,571,1,1,26446,1,8158.42,2102.61,499.738,3.2037,80,0,0,9740,8636,0,0,0,0),(1975851,32297,571,1,1,26446,1,8168.86,2101.34,499.738,4.61741,80,0,0,9740,8636,0,0,0,0),(1975850,32297,571,1,1,26446,1,8188.31,2100.54,499.738,4.7902,80,0,0,9740,8636,0,0,0,0),(1975849,32297,571,1,1,26446,1,8197.88,2100.58,499.737,4.78627,80,0,0,9740,8636,0,0,0,0),(1975848,32297,571,1,1,26446,1,8174.66,2127.65,499.737,1.57399,80,0,0,9740,8636,0,0,0,0),(1975847,32297,571,1,1,26446,1,8162.77,2127.31,499.737,1.58577,80,0,0,9740,8636,0,0,0,0),(1975846,32297,571,1,1,26446,1,8152.03,2127.42,499.737,1.55043,80,0,0,9740,8636,0,0,0,0),(76023,17211,532,1,1,0,0,-11096.7,-1878.41,220.751,0.663225,604800,0,0,1,0,0,0,0,0),(84212,37543,530,1,1,0,0,9633.2,-7136.58,30.5137,0,120,0,0,1,0,0,0,0,0),(202582,37941,571,1,1,0,1,5936.93,509.132,650.263,2.28638,300,0,0,10080,8814,0,0,0,0),(202662,17271,543,3,1,0,1,-1264.97,1589,92.4668,5.68977,86400,0,0,1,0,0,0,0,0),(202663,17271,543,3,1,0,1,-1269.61,1653.95,69.0822,0.785398,86400,0,0,1,0,0,0,0,0),(202664,17271,543,3,1,0,1,-1270.76,1538.25,68.64,0.802851,86400,0,0,1,0,0,0,0,0),(202665,17271,543,3,1,0,1,-1276.78,1537.09,68.6495,1.67552,86400,0,0,1,0,0,0,0,0),(202666,17271,543,3,1,0,1,-1278.21,1628.18,91.7203,1.4698,86400,4,0,1,0,1,0,0,0),(202667,17271,543,3,1,0,1,-1280.52,1479.58,68.6807,6.07375,86400,0,0,1,0,0,0,0,0),(202668,17271,543,3,1,0,1,-1297.74,1588.57,91.8306,4.7473,86400,0,0,1,0,0,0,0,0),(202669,17271,543,3,1,0,1,-1314.61,1616.02,91.7494,4.24507,86400,4,0,1,0,1,0,0,0),(202670,17280,543,3,1,0,0,-1154.35,1486.25,68.5058,3.4383,86400,0,0,1,0,0,0,0,0),(202671,17280,543,3,1,0,0,-1155.09,1492.17,68.5042,2.96706,86400,0,0,1,0,0,0,0,0),(202672,17280,543,3,1,0,0,-1173.8,1448.45,68.5043,2.1293,86400,0,0,1,0,0,0,0,0),(202673,17280,543,3,1,0,0,-1177.96,1444.13,68.5071,3.00197,86400,0,0,1,0,0,0,0,0),(202674,17280,543,3,1,0,0,-1194.79,1437.5,68.5809,2.02458,86400,0,0,1,0,0,0,0,0),(202675,17280,543,3,1,0,0,-1202.69,1436.53,68.6192,1.36136,86400,0,0,1,0,0,0,0,0),(202676,17280,543,3,1,0,0,-1223.48,1468.29,68.6485,4.08407,86400,0,0,1,0,0,0,0,0),(202677,17280,543,3,1,0,0,-1228.74,1472.23,68.6445,3.7001,86400,0,0,1,0,0,0,0,0),(202678,17280,543,3,1,0,0,-1254.85,1590.79,68.6466,0.244346,86400,0,0,1,0,0,0,0,0),(202679,17280,543,3,1,0,0,-1256.33,1585.52,68.6399,5.75959,86400,0,0,1,0,0,0,0,0),(202680,17280,543,3,1,0,0,-1270.88,1670.48,68.6062,2.34274,86400,0,0,1,0,0,0,0,0),(202681,17280,543,3,1,0,0,-1273.5,1493.99,68.5689,1.94929,86400,0,0,1,0,0,0,0,0),(202682,17280,543,3,1,0,0,-1275.89,1665.6,68.8366,2.34275,86400,0,0,1,0,0,0,0,0),(202683,17280,543,3,1,0,0,-1278.64,1627.33,91.6788,2.24578,86400,0,0,1,0,0,0,0,0),(202684,17280,543,3,1,0,0,-1279.7,1490.75,68.5807,2.11044,86400,0,0,1,0,0,0,0,0),(202685,17280,543,3,1,0,0,-1283.35,1623.94,91.7287,2.35763,86400,0,0,1,0,0,0,0,0),(202686,17280,543,3,1,0,0,-1292.06,1637.09,91.8287,4.79966,86400,0,0,1,0,0,0,0,0),(202687,17280,543,3,1,0,0,-1294.45,1589.44,91.829,2.25147,86400,0,0,1,0,0,0,0,0),(202688,17280,543,3,1,0,0,-1296.52,1636.16,91.8307,0.506145,86400,0,0,1,0,0,0,0,0),(202689,17280,543,3,1,0,0,-1301.86,1587.45,91.8652,1.37881,86400,0,0,1,0,0,0,0,0),(202690,17281,543,3,1,0,0,-1240.25,1564.98,91.1801,5.044,86400,0,0,1,0,0,0,0,0),(202691,17281,543,3,1,0,0,-1265.78,1562.26,68.6645,0.628319,86400,0,0,1,0,0,0,0,0),(202692,17306,543,3,1,0,0,-1187.19,1530.46,68.4997,2.40991,86400,0,0,1,0,2,0,0,0),(202693,17307,543,3,1,0,0,-1378.46,1698.25,104.065,0.147869,86400,0,0,1,0,2,0,0,0),(202694,17308,543,3,1,0,0,-1122.34,1718.41,89.4315,3.75246,86400,0,0,1,0,0,0,0,0),(202695,17309,543,3,1,0,1,-1180.11,1530.83,68.4766,2.40996,86400,0,0,1,0,0,0,0,0),(202696,17309,543,3,1,0,1,-1186.79,1523.38,68.4754,2.4099,86400,0,0,1,0,0,0,0,0),(202697,17455,543,3,1,0,1,-1282.9,1546.56,68.6685,1.78024,86400,0,0,1,0,2,0,0,0),(202698,17478,543,3,1,0,1,-1236.29,1565.66,91.2082,3.22886,86400,0,0,1,0,0,0,0,0),(202699,17478,543,3,1,0,1,-1239.34,1561.17,91.1172,1.72788,86400,0,0,1,0,0,0,0,0),(202700,17478,543,3,1,0,1,-1241.73,1569.56,91.3745,4.99164,86400,0,0,1,0,0,0,0,0),(202701,17478,543,3,1,0,1,-1244.17,1563.01,91.1261,0.261799,86400,0,0,1,0,0,0,0,0),(202702,17478,543,3,1,0,1,-1262.52,1564.9,68.7313,3.735,86400,0,0,1,0,0,0,0,0),(202703,17478,543,3,1,0,1,-1263.35,1559.4,68.6672,2.40855,86400,0,0,1,0,0,0,0,0),(202704,17478,543,3,1,0,1,-1268.01,1565.41,68.6676,5.34071,86400,0,0,1,0,0,0,0,0),(246107,15074,529,1,512,0,1,1253.07,793.132,-102.655,0.711386,7200,0,0,1,0,0,0,0,0),(202707,22515,543,3,1,0,0,-1453.3,1733.94,87.3102,0.767945,86400,0,0,1,0,0,0,0,0),(202720,15350,1,1,1,0,1,1663.62,-4196.58,56.4659,4.19403,120,0,0,1,0,0,0,0,0),(202721,31144,1,1,1,0,0,2003.31,-4839.54,51.959,0,120,0,0,1,0,0,0,0,0),(202722,31144,1,1,1,0,0,2025.73,-4845.15,50.458,0,120,0,0,1,0,0,0,0,0),(202723,31146,1,1,1,0,0,2015.18,-4842.3,51.739,0,120,0,0,1,0,0,0,0,0),(45213,1548,0,1,1,9020,0,1859.45,516.852,35.8201,2.12764,300,10,0,137,0,1,0,0,0),(202727,32666,0,1,1,0,0,-8789.59,366.345,101.102,5.3058,120,0,0,1,0,0,0,0,0),(45214,24021,571,1,1,21999,0,6448.94,-4475.18,451.329,0.802851,300,0,0,1,0,0,0,0,0),(202726,32666,0,1,1,0,0,-8780.61,369.087,101.103,4.50295,120,0,0,1,0,0,0,0,0),(202732,15351,0,1,1,0,0,-8766.67,408.102,109.785,2.22503,120,0,0,1,0,0,0,0,0),(202733,33498,571,1,1,0,1,5424.15,400.922,168.07,0,120,0,0,1,0,0,0,0,0),(202734,25697,547,3,1,0,0,-92.45,-110.66,-2.866,0,86400,0,0,1,0,0,0,0,0),(202735,25754,547,1,1,0,0,-110.19,-116.62,-3.255,0,86400,0,0,1,0,0,0,0,0),(202736,25754,547,1,1,0,0,-112.2,-120.2,-2.657,0,86400,0,0,1,0,0,0,0,0),(202737,25754,547,1,1,0,0,-93.18,-115.92,-2.692,0,86400,0,0,1,0,0,0,0,0),(240001,24527,1,1,1,0,0,837.666,-4508.81,6.14751,0.401426,120,0,0,1003,0,0,0,0,0),(202741,16781,530,1,1,0,0,9371.48,-6786.65,14.438,0,120,0,0,1,0,0,0,0,0),(202742,16781,530,1,1,0,0,9374.86,-6787.51,14.522,0,120,0,0,1,0,0,0,0,0),(202743,16781,530,1,1,0,0,9384.72,-6786.87,14.206,0,120,0,0,1,0,0,0,0,0),(202744,16781,530,1,1,0,0,9388.75,-6788,14.106,0,120,0,0,1,0,0,0,0,0),(202745,25994,530,1,1,0,1,9376.36,-6782.64,13.994,0,120,0,0,1,0,0,0,0,0),(202746,16781,530,1,1,0,0,9793.19,-7259.97,26.315,0,120,0,0,1,0,0,0,0,0),(202747,16781,530,1,1,0,0,9796.87,-7261.26,26.352,0,120,0,0,1,0,0,0,0,0),(202748,16781,530,1,1,0,0,9797.41,-7244.81,26.148,0,120,0,0,1,0,0,0,0,0),(202749,16781,530,1,1,0,0,9800.87,-7248.8,26.215,0,120,0,0,1,0,0,0,0,0),(202750,16818,530,1,1,0,0,9807,-7246.82,26.216,0,120,0,0,1,0,0,0,0,0),(202751,26113,530,1,1,0,1,9811.29,-7242.43,26.179,0,120,0,0,1,0,0,0,0,0),(202752,16781,530,1,1,0,0,7670.5,-6830.04,78.694,0,120,0,0,1,0,0,0,0,0),(202753,16781,530,1,1,0,0,7674.28,-6840.68,79.92,0,120,0,0,1,0,0,0,0,0),(202754,16781,530,1,1,0,0,7674.88,-6831.93,78.884,0,120,0,0,1,0,0,0,0,0),(202755,16781,530,1,1,0,0,7678.85,-6843.01,79.78,0,120,0,0,1,0,0,0,0,0),(202756,25994,530,1,1,0,1,7679.88,-6828.62,78.535,0,120,0,0,1,0,0,0,0,0),(202759,16781,0,1,1,0,0,2278.23,439.366,34.141,0,120,0,0,1,0,0,0,0,0),(202760,16781,0,1,1,0,0,2279.18,435.57,34.176,0,120,0,0,1,0,0,0,0,0),(202761,16781,0,1,1,0,0,2289.64,428.393,34.879,0,120,0,0,1,0,0,0,0,0),(202762,16781,0,1,1,0,0,2291.09,432.024,35.478,0,120,0,0,1,0,0,0,0,0),(202763,25994,0,1,1,0,1,2283.6,437.621,34.464,0,120,0,0,1,0,0,0,0,0),(202764,16781,530,1,1,0,0,-3790.32,-11510.5,-134.645,0,120,0,0,1,0,0,0,0,0),(202765,16781,530,1,1,0,0,-3795.79,-11510.4,-134.709,0,120,0,0,1,0,0,0,0,0),(202766,16781,530,1,1,0,0,-3814.24,-11505.8,-138.451,0,120,0,0,1,0,0,0,0,0),(202767,16781,530,1,1,0,0,-3815.92,-11510.3,-138.488,0,120,0,0,1,0,0,0,0,0),(202768,16817,530,1,1,0,0,-3787.91,-11506.1,-134.6,0,120,0,0,1,0,0,0,0,0),(202769,25975,530,1,1,0,1,-3789.96,-11498.6,-134.597,0,120,0,0,1,0,0,0,0,0),(202770,26123,530,1,1,0,0,-3792.68,-11515.7,-134.693,0,120,0,0,1,0,0,0,0,0),(202772,25729,571,1,1,0,1,3113.42,6576.81,97.0907,4.73096,360,0,0,1,0,0,0,0,0),(203305,23842,571,1,1,0,1,1337.77,-3168.17,162.888,5.21853,120,0,0,42540,0,0,0,0,0),(202774,36642,571,1,1,0,1,8126.63,767.253,482.559,2.11185,120,0,0,1,0,0,0,0,0),(202775,36656,571,1,1,0,1,8111.31,794.347,481.059,4.90438,120,0,0,1,0,0,0,0,0),(202776,36656,571,1,1,0,1,8123.66,793.745,481.434,4.46804,120,0,0,1,0,0,0,0,0),(202777,36657,571,1,1,0,1,8120.1,765.363,482.384,1.8326,120,0,0,1,0,0,0,0,0),(202778,36657,571,1,1,0,1,8130.01,772.465,482.629,2.67035,120,0,0,1,0,0,0,0,0),(202779,37742,571,1,1,0,1,8106.06,772.01,481.461,0.628319,120,0,0,1,0,0,0,0,0),(202780,37852,571,1,1,0,0,8118.96,778.759,481.204,0,120,0,0,1,0,0,0,0,0),(202781,36624,571,1,1,0,1,8117.69,795.523,481.184,4.7473,120,0,0,1,0,0,0,0,0),(202782,30472,571,1,1,0,0,7850.46,-787.967,1183.5,3.1765,120,0,0,1,0,0,0,0,0),(202783,29651,571,1,1,0,1,7842.99,-812.057,1184.12,1.36136,120,0,0,1,0,0,0,0,0),(202784,29937,571,1,1,0,1,7839.65,-810.832,1183.52,1.11701,120,0,0,1,0,0,0,0,0),(202785,29942,571,1,1,0,1,7834.25,-744.602,1170.75,1.74533,120,0,0,1,0,0,0,0,0),(202786,29942,571,1,1,0,1,7850.68,-773.919,1179.53,1.46608,120,0,0,1,0,0,0,0,0),(202787,29942,571,1,1,0,1,7875.18,-757.261,1176.18,3.12414,120,0,0,1,0,0,0,0,0),(202788,29942,571,1,1,0,1,7877.79,-731.14,1175.49,3.85718,120,0,0,1,0,0,0,0,0),(202789,29944,571,1,1,0,0,7849.83,-798.862,1184.67,2.70526,120,0,0,1,0,0,0,0,0),(202790,29945,571,1,1,0,1,7876.72,-744.639,1176.07,2.54818,120,0,0,1,0,0,0,0,0),(202791,29947,571,1,1,0,1,7836.71,-800.807,1182.58,0.0174533,120,0,0,1,0,0,0,0,0),(202792,30247,571,1,1,0,1,7870.46,-749.844,1176.75,5.41052,120,0,0,1,0,0,0,0,0),(202793,26712,724,15,1,0,0,3154.35,366.575,89.1995,1.62316,1209600,0,0,1,0,0,0,0,0),(202794,39746,724,15,1,0,1,3049.7,528.125,89.5219,0,1209600,0,0,1,0,0,0,0,0),(202795,39747,724,15,1,0,0,3151.39,636.852,78.7396,0,1209600,0,0,1,0,0,0,0,0),(202796,39751,724,15,1,0,1,3153.06,389.486,86.2596,5.63741,1209600,0,0,1,0,0,0,0,0),(202797,39794,724,15,1,0,0,3043.97,419.88,87.0399,0,1209600,0,0,1,0,0,0,0,0),(202798,39794,724,15,1,0,0,3062.6,636.998,82.7377,0,1209600,0,0,1,0,0,0,0,0),(202799,40417,724,15,1,0,1,3072.7,418.08,81.4521,2.80897,1209600,0,0,1,0,0,0,0,0),(202800,40417,724,15,1,0,1,3074.24,421.82,81.1523,2.77605,1209600,0,0,1,0,0,0,0,0),(202801,40417,724,15,1,0,1,3092.8,580.957,74.836,5.08736,1209600,0,0,1,0,0,0,0,0),(202802,40417,724,15,1,0,1,3097.23,585.186,74.711,5.08966,1209600,0,0,1,0,0,0,0,0),(202803,40417,724,15,1,0,1,3215.2,451.51,72.7152,5.99505,1209600,0,0,1,0,0,0,0,0),(202804,40417,724,15,1,0,1,3225.13,456.942,75.7152,5.99673,1209600,0,0,1,0,0,0,0,0),(202805,40417,724,15,1,0,1,3227.19,632.413,78.6729,5.741,1209600,0,0,1,0,0,0,0,0),(202806,40417,724,15,1,0,1,3229.92,621.432,78.7979,5.741,1209600,0,0,1,0,0,0,0,0),(202807,40417,724,15,1,0,1,3248.99,481.622,80.5851,1.44862,1209600,0,0,1,0,0,0,0,0),(202808,40417,724,15,1,0,1,3262.91,479.628,80.026,1.50098,1209600,0,0,1,0,0,0,0,0),(202809,40417,724,15,1,0,1,3269.8,601.389,81.3356,5.37561,1209600,0,0,1,0,0,0,0,0),(202810,40419,724,15,1,0,1,3062.98,413.279,84.1001,2.71686,1209600,0,0,1,0,0,0,0,0),(202811,40419,724,15,1,0,1,3069.07,413.088,82.8944,2.71682,1209600,0,0,1,0,0,0,0,0),(202812,40419,724,15,1,0,1,3103.34,585.104,73.8376,5.08854,1209600,0,0,1,0,0,0,0,0),(202813,40419,724,15,1,0,1,3107.57,580.652,72.7126,5.08692,1209600,0,0,1,0,0,0,0,0),(202814,40419,724,15,1,0,1,3222.88,449.264,74.2152,5.99862,1209600,0,0,1,0,2,0,0,0),(202815,40419,724,15,1,0,1,3240.96,624.118,78.7361,5.74103,1209600,0,0,1,0,2,0,0,0),(202816,40419,724,15,1,0,1,3254.51,471.26,79.4358,1.50098,1209600,0,0,1,0,0,0,0,0),(202817,40419,724,15,1,0,1,3268.57,589.602,83.3212,5.65487,1209600,0,0,1,0,0,0,0,0),(202818,40419,724,15,1,0,1,3280.63,596.832,83.3021,5.14872,1209600,0,0,1,0,0,0,0,0),(202819,40421,724,15,1,0,1,3031.67,448.925,88.6927,5.75932,1209600,0,0,1,0,0,0,0,0),(202820,40421,724,15,1,0,1,3047.01,464.252,87.8004,5.39307,1209600,0,0,1,0,0,0,0,0),(202821,40421,724,15,1,0,1,3058.69,611.661,85.6763,0.383972,1209600,0,0,1,0,0,0,0,0),(202822,40421,724,15,1,0,1,3067.24,591.731,82.4366,0.523599,1209600,0,0,1,0,0,0,0,0),(202823,40423,724,15,1,0,1,3066.27,420.57,82.4346,2.71683,1209600,0,0,1,0,2,0,0,0),(202824,40423,724,15,1,0,1,3100.12,577.726,73.7126,5.08208,1209600,0,0,1,0,0,0,0,0),(202825,40429,724,15,1,0,0,3155.54,342.392,84.5968,1.72788,1209600,0,0,1,0,0,0,0,0),(202826,40626,724,15,1,0,0,3040.67,414.594,89.8704,1.23918,1209600,0,0,1,0,0,0,0,0),(202827,40626,724,15,1,0,0,3078.47,580.241,80.7475,1.06465,1209600,0,0,1,0,0,0,0,0),(202828,40626,724,15,1,0,0,3215.03,434.08,77.057,1.06465,1209600,0,0,1,0,0,0,0,0),(202829,40626,724,15,1,0,0,3274.64,470.531,79.0894,1.76278,1209600,0,0,1,0,0,0,0,0),(202830,40627,724,15,1,0,0,3095.07,660.403,78.6455,2.21657,1209600,0,0,1,0,0,0,0,0),(202831,40627,724,15,1,0,0,3097.8,348.783,87.7349,1.29154,1209600,0,0,1,0,0,0,0,0),(202832,40627,724,15,1,0,0,3206.57,484.311,72.9868,0,1209600,0,0,1,0,0,0,0,0),(202833,40627,724,15,1,0,0,3269.18,415.866,77.599,1.71042,1209600,0,0,1,0,0,0,0,0),(202834,40628,724,15,1,0,0,3058.69,467.274,82.503,5.37561,1209600,0,0,1,0,0,0,0,0),(202835,40628,724,15,1,0,0,3142.38,384.455,86.6033,1.15192,1209600,0,0,1,0,0,0,0,0),(202836,40628,724,15,1,0,0,3179.62,375.106,89.6878,1.0472,1209600,0,0,1,0,0,0,0,0),(202837,40628,724,15,1,0,0,3228.99,486.856,78.8911,1.0472,1209600,0,0,1,0,0,0,0,0),(202838,40628,724,15,1,0,0,3312.7,590.495,84.7635,3.9619,1209600,0,0,1,0,0,0,0,0),(202839,40870,724,15,1,0,0,3240.57,663.623,77.1313,2.74017,1209600,0,0,1,0,0,0,0,0),(202842,25512,571,1,2,0,0,2877.12,6853.79,0.617123,2.64289,300,0,0,8982,0,0,0,0,0),(202843,25513,571,1,2,0,0,2525.72,6835.78,0.78484,2.0397,300,0,0,8982,0,0,0,0,0),(202858,16781,0,1,1,0,0,-4688.58,-1213.5,501.743,0,120,0,0,1,0,0,0,0,0),(202859,16781,0,1,1,0,0,-4692.72,-1218.07,501.743,0,120,0,0,1,0,0,0,0,0),(202860,16781,0,1,1,0,0,-4706.34,-1233.23,501.743,0,120,0,0,1,0,0,0,0,0),(202861,16781,0,1,1,0,0,-4708.43,-1236.96,501.743,0,120,0,0,1,0,0,0,0,0),(202862,16817,0,1,1,0,0,-8826.84,865.531,98.8461,1.02102,120,0,0,1,0,0,0,0,0),(202863,25975,0,1,1,0,1,-4701.44,-1230.36,501.743,0,120,0,0,1,0,0,0,0,0),(202864,26123,0,1,1,0,0,-4707.91,-1226.08,501.743,0,120,0,0,1,0,0,0,0,0),(202844,29725,0,1,1,26450,1,-8425.19,627.54,95.86,5.65,360,0,0,10635,0,0,0,0,0),(202845,29728,0,1,1,0,0,1500.11,53.03,-62.41,2.35,600,0,0,10635,0,0,0,0,0),(202846,40160,571,1,1,0,1,5910.08,720.278,643.425,3.26377,120,0,0,8508,7981,0,0,0,0),(13425,27628,571,1,1,0,0,2404.77,-1823.44,1.99793,5.07891,300,0,0,1,0,0,0,0,0),(202953,34992,649,15,65535,0,0,624.352,137.653,418.294,3.10669,120,0,0,1,0,0,0,0,0),(202954,34994,649,15,65535,0,0,503.252,137.226,418.297,0.0523599,120,0,0,1,0,0,0,0,0),(202955,34995,649,15,65535,0,0,503.927,141.74,418.301,6.24828,120,0,0,1,0,0,0,0,0),(202956,34996,649,15,65535,0,1,563.691,79.1615,418.298,1.58825,120,0,0,1,0,0,0,0,0),(202957,34816,649,15,65535,0,0,559.172,90.5816,395.273,5.06145,120,0,0,1,0,0,0,0,0),(202958,32666,1,1,1,28047,0,2108.58,-4671.05,45,2.28638,360,0,0,9999982,0,0,0,0,0),(202959,32666,1,1,1,28047,0,2111.05,-4677.96,44.1268,2.42601,360,0,0,9999982,0,0,0,0,0),(202960,32666,1,1,1,28047,0,2114.71,-4665.39,45.562,2.3911,360,0,0,9999982,0,0,0,0,0),(202961,32666,1,1,1,28047,0,2116.64,-4672.42,44.1992,2.3911,360,0,0,9999982,0,0,0,0,0),(202962,32667,1,1,1,28047,0,2127.52,-4665.39,45.9237,5.61996,360,0,0,9999982,0,0,0,0,0),(202963,32667,1,1,1,28047,0,2128.19,-4673.31,44.1962,0.977384,360,0,0,9999982,0,0,0,0,0),(202964,32667,1,1,1,28047,0,2136.74,-4676.6,45.6845,1.76278,360,0,0,9999982,0,0,0,0,0),(202965,32667,1,1,1,28047,0,2142.06,-4670.24,47.7337,2.51327,360,0,0,9999982,0,0,0,0,0),(202966,31144,1,1,1,16074,0,2153.14,-4619.25,53.8371,3.9968,360,0,0,9999982,0,0,0,0,0),(202967,31146,1,1,1,27510,0,2157.8,-4629.35,52.9354,3.82227,360,0,0,9999982,0,0,0,0,0),(202968,31144,1,1,1,16074,0,2162,-4637.86,52.42,3.38594,360,0,0,9999982,0,0,0,0,0),(203095,21316,530,1,1,0,0,-3458.59,2958.16,174.614,0.0174533,300,0,0,6542,0,0,0,0,0),(203096,21316,530,1,1,0,0,-3458.9,2966.25,174.628,0.0174533,300,0,0,6542,0,0,0,0,0),(203097,21316,530,1,1,0,0,-3458.95,2950.18,174.789,0.0174533,300,0,0,6542,0,0,0,0,0),(203104,15214,571,1,1,0,0,2709.88,4637.53,2.74161,0.20944,120,0,0,1,0,0,0,0,0),(203105,15214,571,1,1,0,0,2714.16,4657.1,2.49413,6.21337,120,0,0,1,0,0,0,0,0),(203106,15214,571,1,1,0,0,2723.72,4718.17,1.08845,6.19592,120,0,0,1,0,0,0,0,0),(203107,15214,571,1,1,0,0,2733.25,4750.84,2.24105,6.02139,120,0,0,1,0,0,0,0,0),(203108,15214,571,1,1,0,0,2736.53,4774.13,-28.2652,5.84685,120,0,0,1,0,0,0,0,0),(203109,15214,571,1,1,0,0,2738.4,4738.86,2.42033,6.05629,120,0,0,1,0,0,0,0,0),(203110,15214,571,1,1,0,0,2739.73,4755.51,1.91392,5.81195,120,0,0,1,0,0,0,0,0),(203111,15214,571,1,1,0,0,2744.47,4719.54,2.25975,1.25664,120,0,0,1,0,0,0,0,0),(203112,15214,571,1,1,0,0,2755.09,4742.6,2.32128,0.191986,120,0,0,1,0,0,0,0,0),(203113,15214,571,1,1,0,0,2755.3,4761.35,-3.41402,1.74533,120,0,0,1,0,0,0,0,0),(203114,15214,571,1,1,0,0,2817.41,4620.8,2.63206,5.3058,120,0,0,1,0,0,0,0,0),(203115,15214,571,1,1,0,0,2821.14,4596.57,1.54092,1.53589,120,0,0,1,0,0,0,0,0),(203116,15214,571,1,1,0,0,2826.94,4603.79,2.28875,1.74533,120,0,0,1,0,0,0,0,0),(203117,15214,571,1,1,0,0,2831.13,4626.38,2.6451,2.96706,120,0,0,1,0,0,0,0,0),(203118,15214,571,1,1,0,0,2835.26,4597.12,0.875751,1.81514,120,0,0,1,0,0,0,0,0),(203119,15214,571,1,1,0,0,2844.3,4603.97,2.13911,2.00713,120,0,0,1,0,0,0,0,0),(203120,15214,571,1,1,0,0,2849.21,4621.67,2.12507,5.51524,120,0,0,1,0,0,0,0,0),(203121,15214,571,1,1,0,0,2851.32,4594.52,-16.7718,2.02458,120,0,0,1,0,0,0,0,0),(203122,23730,571,1,1,0,0,732.739,-5199.28,-70.8169,0.228629,120,0,0,9291,0,2,0,0,0),(203123,23785,571,1,1,0,0,663.121,-5121.19,-10.7346,3.82523,120,0,0,7984,0,2,0,0,0),(203125,24956,571,1,1,0,0,115.649,-3702.14,1.39842,0.265615,120,0,0,61160,0,2,0,0,0),(203126,26452,571,1,2,0,0,1494.11,5583.75,-64.5754,5.51524,120,0,0,96100,0,0,0,0,0),(203127,23740,571,1,1,0,0,2840.79,-5250.66,522.128,0.420405,120,8,0,8982,0,1,0,0,0),(203128,23740,571,1,1,0,0,2847.91,-5350.59,509.874,5.04076,120,8,0,8982,0,1,0,0,0),(203129,23740,571,1,1,0,0,2855.06,-5349.24,510.798,1.21134,120,8,0,8982,0,1,0,0,0),(203130,23740,571,1,1,0,0,2865.1,-5129.04,527.953,1.54932,120,8,0,8982,0,1,0,0,0),(203131,23740,571,1,1,0,0,2865.57,-5278.08,525.744,3.21581,120,8,0,8982,0,1,0,0,0),(203132,23740,571,1,1,0,0,2868.51,-5345.63,512.951,3.32022,120,8,0,8982,0,1,0,0,0),(203133,23740,571,1,1,0,0,2874.97,-5040.57,521.258,2.08946,120,8,0,8982,0,1,0,0,0),(203134,23740,571,1,1,0,0,2884.66,-5379.85,508.969,1.14955,120,8,0,8982,0,1,0,0,0),(203135,23740,571,1,1,0,0,2903.4,-5390.3,524.351,3.23941,120,8,0,8982,0,1,0,0,0),(203136,23740,571,1,1,0,0,2921.9,-5225.16,595.508,5.24159,120,8,0,8982,0,1,0,0,0),(203137,23740,571,1,1,0,0,2927.14,-5227.77,603.304,1.9916,120,8,0,8982,0,1,0,0,0),(203138,23740,571,1,1,0,0,2944.65,-5405.99,560.168,2.21,120,8,0,8982,0,1,0,0,0),(203139,23740,571,1,1,0,0,2945.59,-5221.48,631.129,2.83405,120,8,0,8982,0,1,0,0,0),(203140,23740,571,1,1,0,0,2947.62,-5249.43,610.198,1.48571,120,8,0,8982,0,1,0,0,0),(203141,23740,571,1,1,0,0,2953.68,-5245.48,620.414,4.90806,120,8,0,8982,0,1,0,0,0),(203142,23740,571,1,1,0,0,2954.81,-5143.5,663.672,1.51606,120,8,0,8982,0,1,0,0,0),(203143,23740,571,1,1,0,0,2973.05,-5110.13,702.137,1.07834,120,8,0,8982,0,1,0,0,0),(203144,23740,571,1,1,0,0,3021.26,-5280.67,652.396,4.38987,120,8,0,8982,0,1,0,0,0),(203145,23740,571,1,1,0,0,3023.33,-5231.88,677.494,2.77414,120,8,0,8982,0,1,0,0,0),(203146,23740,571,1,1,0,0,3024.47,-5393.01,573.916,2.34238,120,8,0,8982,0,1,0,0,0),(203147,23740,571,1,1,0,0,3035.42,-5135.66,716.228,1.5708,120,8,0,8982,0,1,0,0,0),(203148,23740,571,1,1,0,0,3039.78,-5238.48,689.857,6.23158,120,8,0,8982,0,1,0,0,0),(203149,23740,571,1,1,0,0,3058.36,-5266.33,677.327,2.29533,120,8,0,8982,0,1,0,0,0),(203150,23740,571,1,1,0,0,3058.65,-5341.5,621.111,2.09733,120,8,0,8982,0,1,0,0,0),(203151,23740,571,1,1,0,0,3107.3,-5172.49,720.29,2.59531,120,8,0,8982,0,1,0,0,0),(203152,23740,571,1,1,0,0,3066.99,-5369,587.096,2.48697,120,8,0,8982,0,1,0,0,0),(203153,23740,571,1,1,0,0,2693.17,-4597.98,254.053,2.64483,120,8,0,8982,0,1,0,0,0),(203154,23740,571,1,1,0,0,2694.2,-4602.05,253.895,5.48312,120,8,0,8982,0,1,0,0,0),(203155,23740,571,1,1,0,0,2699.93,-4599.08,255.553,2.67101,120,8,0,8982,0,1,0,0,0),(203156,23740,571,1,1,0,0,2752.58,-4601.06,267.302,0.492024,120,8,0,8982,0,1,0,0,0),(203157,23740,571,1,1,0,0,2815.33,-4533.04,274.983,2.35619,120,8,0,8982,0,1,0,0,0),(203158,23740,571,1,1,0,0,2820.53,-4632.88,281.838,4.64405,120,8,0,8982,0,1,0,0,0),(203159,23740,571,1,1,0,0,2845.68,-4642.02,284.015,5.86953,120,8,0,8982,0,1,0,0,0),(203160,23740,571,1,1,0,0,2927.51,-4511.32,282.019,3.48836,120,8,0,8982,0,1,0,0,0),(203161,23740,571,1,1,0,0,2936.06,-4510.92,284.395,4.95689,120,8,0,8982,0,1,0,0,0),(203162,23740,571,1,1,0,0,2964.55,-4610.52,288.112,3.48967,120,8,0,8982,0,1,0,0,0),(203163,23740,571,1,1,0,0,2977.26,-4551.56,288.367,3.14159,120,8,0,8982,0,1,0,0,0),(203164,23740,571,1,1,0,0,3009.48,-4473.3,309.755,2.46257,120,8,0,8982,0,1,0,0,0),(203165,23740,571,1,1,0,0,3045.14,-4644.44,310.68,2.17288,120,8,0,8982,0,1,0,0,0),(203166,23740,571,1,1,0,0,3062.64,-4446.73,332.202,5.72605,120,8,0,8982,0,1,0,0,0),(203167,23740,571,1,1,0,0,3075.74,-4673.82,311.431,3.34965,120,8,0,8982,0,1,0,0,0),(203168,23740,571,1,1,0,0,3107.85,-4569.16,322.007,4.74596,120,8,0,8982,0,1,0,0,0),(203169,23740,571,1,1,0,0,3114.97,-4458.32,330.346,0.627304,120,8,0,8982,0,1,0,0,0),(203170,23740,571,1,1,0,0,3117.07,-4614.31,322.667,2.78716,120,8,0,8982,0,1,0,0,0),(203171,23740,571,1,1,0,0,3120.64,-4419.91,332.682,5.55713,120,8,0,8982,0,1,0,0,0),(203172,23740,571,1,1,0,0,3147.29,-4573.56,331.16,4.51903,120,8,0,8982,0,1,0,0,0),(203173,23740,571,1,1,0,0,3150.48,-4455.64,330.876,4.03765,120,8,0,8982,0,1,0,0,0),(203174,23740,571,1,1,0,0,3152.85,-4385.75,334.411,5.24568,120,8,0,8982,0,1,0,0,0),(203175,23740,571,1,1,0,0,3162.55,-4463.74,331.798,4.3917,120,8,0,8982,0,1,0,0,0),(203176,23740,571,1,1,0,0,3168.2,-4448.92,330.389,0.393013,120,8,0,8982,0,1,0,0,0),(203177,23740,571,1,1,0,0,3179.86,-4433.46,330.264,2.97994,120,8,0,8982,0,1,0,0,0),(203178,23740,571,1,1,0,0,3217.8,-4647.21,328.422,0.0229795,120,8,0,8982,0,1,0,0,0),(203179,23740,571,1,1,0,0,3226.66,-4650.54,328.322,3.76536,120,8,0,8982,0,1,0,0,0),(203180,23740,571,1,1,0,0,3229.76,-4596.07,316.482,5.31,120,8,0,8982,0,1,0,0,0),(203181,23740,571,1,1,0,0,3230.32,-4538.94,337.46,0.867931,120,8,0,8982,0,1,0,0,0),(203182,23740,571,1,1,0,0,2620.95,-5678.31,321.547,3.57291,120,8,0,8982,0,1,0,0,0),(203183,24229,571,1,1,0,0,2808.84,-5042.93,462.968,1.98057,120,0,0,1,0,2,0,0,0),(203184,24229,571,1,1,0,0,2882.19,-5461.41,541.189,2.19725,120,8,0,1,0,1,0,0,0),(203185,24229,571,1,1,0,0,2911.03,-5503.74,547.631,4.54662,120,8,0,1,0,1,0,0,0),(203186,24229,571,1,1,0,0,2974.09,-5468.46,541.771,0.987839,120,8,0,1,0,1,0,0,0),(203187,24229,571,1,1,0,0,2995.07,-5183.02,672.962,1.43553,120,0,0,1,0,2,0,0,0),(203188,24229,571,1,1,0,0,3045.66,-5437.89,535.157,1.82335,120,8,0,1,0,1,0,0,0),(203189,24229,571,1,1,0,0,3049.64,-5250.37,684.982,0.81297,120,8,0,1,0,1,0,0,0),(203190,24229,571,1,1,0,0,3083.39,-5146,732.628,0.809768,120,8,0,1,0,1,0,0,0),(203191,24229,571,1,1,0,0,3125.19,-5272.47,603.245,3.58123,120,8,0,1,0,1,0,0,0),(203192,24229,571,1,1,0,0,3139.95,-5121.66,647.618,2.92716,120,8,0,1,0,1,0,0,0),(203193,24229,571,1,1,0,0,3152.91,-5423.34,462.348,2.73757,120,8,0,1,0,1,0,0,0),(203194,24229,571,1,1,0,0,3164.65,-5088.24,584.768,1.57531,120,8,0,1,0,1,0,0,0),(203203,24228,571,1,1,0,0,2910.86,-4732.55,322.09,4.99431,120,8,0,9291,0,1,0,0,0),(203204,24228,571,1,1,0,0,2923.28,-4785.25,328.771,1.20334,120,8,0,9291,0,1,0,0,0),(203205,24228,571,1,1,0,0,2926.84,-4557.84,273.69,2.24792,120,8,0,9291,0,1,0,0,0),(203206,24228,571,1,1,0,0,2947.94,-4956.58,462.833,4.11254,120,8,0,9291,0,1,0,0,0),(203207,24228,571,1,1,0,0,2963.54,-4887.32,425.588,4.22889,120,8,0,9291,0,1,0,0,0),(203208,24228,571,1,1,0,0,2974.49,-4755.24,328.122,3.37338,120,8,0,9291,0,1,0,0,0),(203209,24228,571,1,1,0,0,2995.91,-4803.81,347.048,5.17883,120,8,0,9291,0,1,0,0,0),(203210,24228,571,1,1,0,0,2996.18,-4960.99,479.916,5.22214,120,8,0,9291,0,1,0,0,0),(203211,24228,571,1,1,0,0,3020.31,-4557.62,306.339,2.72176,120,8,0,9291,0,1,0,0,0),(203212,24228,571,1,1,0,0,3031.17,-4913,451.326,4.42343,120,8,0,9291,0,1,0,0,0),(203213,24228,571,1,1,0,0,3038.88,-4504.17,315.735,3.74893,120,8,0,9291,0,1,0,0,0),(203214,24228,571,1,1,0,0,3071.56,-4844.54,387.802,4.15352,120,8,0,9291,0,1,0,0,0),(203215,24228,571,1,1,0,0,3076.04,-4537.47,306.664,1.27557,120,8,0,9291,0,1,0,0,0),(203216,24228,571,1,1,0,0,3096.7,-4797.55,347.546,1.10802,120,8,0,9291,0,1,0,0,0),(203217,24228,571,1,1,0,0,3128.62,-4505.71,330.253,2.78749,120,8,0,9291,0,1,0,0,0),(203218,24228,571,1,1,0,0,3143.26,-4448.64,330.549,1.35719,120,8,0,9291,0,1,0,0,0),(203219,24228,571,1,1,0,0,3181.18,-4555.87,329.936,5.17342,120,8,0,9291,0,1,0,0,0),(203220,24228,571,1,1,0,0,3197.29,-4450.44,330.639,1.15585,120,8,0,9291,0,1,0,0,0),(203221,24052,571,1,1,0,1,2428.32,-5086.52,273.37,0.907571,120,0,0,8982,0,0,0,0,0),(203222,24053,571,1,1,0,1,2422.02,-5176.13,279.106,1.20428,120,0,0,8982,0,0,0,0,0),(203223,24054,571,1,1,0,0,2420.18,-5172.1,279.108,0.610865,120,0,0,8982,0,0,0,0,0),(203224,24055,571,1,1,0,1,2363.68,-5037.77,251.671,2.67035,120,0,0,8982,0,0,0,0,0),(203225,24056,571,1,1,0,1,2363.18,-5041.72,251.408,3.12414,120,0,0,8982,0,0,0,0,0),(203226,24057,571,1,1,0,0,2477.39,-5054.49,284.47,4.53786,120,0,0,8982,0,0,0,0,0),(203227,24058,571,1,1,0,1,2415.06,-5042.62,274.303,2.93215,120,0,0,8982,0,0,0,0,0),(203228,24058,571,1,1,0,1,2418.3,-5032.24,274.326,5.86431,120,0,0,8982,0,0,0,0,0),(203229,24058,571,1,1,0,1,2422.17,-5032.29,281.491,3.92699,120,0,0,8982,0,0,0,0,0),(203230,24058,571,1,1,0,1,2428.43,-5045.85,274.289,0.558505,120,0,0,8982,0,0,0,0,0),(203231,24058,571,1,1,0,1,2429.46,-5047.79,281.288,1.36136,120,0,0,8982,0,0,0,0,0),(203232,24058,571,1,1,0,1,2432.22,-5041.65,273.094,3.89208,120,0,0,8982,0,0,0,0,0),(203233,24058,571,1,1,0,1,2433.56,-5026.17,281.422,2.61799,120,0,0,8982,0,0,0,0,0),(203234,24058,571,1,1,0,1,2436.13,-5031,274.439,5.68977,120,0,0,8982,0,0,0,0,0),(203235,24058,571,1,1,0,1,2463.48,-5153.33,285.434,2.33874,120,0,0,8982,0,0,0,0,0),(203236,24058,571,1,1,0,1,2463.87,-5156.57,299.921,4.08407,120,0,0,8982,0,0,0,0,0),(203237,24058,571,1,1,0,1,2465.25,-5158.63,292.412,6.02139,120,0,0,8982,0,0,0,0,0),(203238,24058,571,1,1,0,1,2470.61,-5146.2,292.966,0.855211,120,0,0,8982,0,0,0,0,0),(203239,24058,571,1,1,0,1,2470.84,-5160.6,285.406,3.26377,120,0,0,8982,0,0,0,0,0),(203240,24058,571,1,1,0,1,2471.05,-5146.49,285.424,1.37881,120,0,0,8982,0,0,0,0,0),(203241,24058,571,1,1,0,1,2474.1,-5148.86,299.921,2.46091,120,0,0,8982,0,0,0,0,0),(203242,24058,571,1,1,0,1,2479.54,-5161.47,283.348,3.71755,120,0,0,8982,0,0,0,0,0),(203243,24058,571,1,1,0,1,2480.99,-5146.62,292.834,5.53269,120,0,0,8982,0,0,0,0,0),(203244,24058,571,1,1,0,1,2482.45,-5145.49,286.201,5.09636,120,0,0,8982,0,0,0,0,0),(203245,24066,571,1,1,0,0,2469.19,-5064.75,283.269,3.71755,120,0,0,8982,0,0,0,0,0),(203265,24050,571,1,1,0,1,2438.16,-5129.58,276.445,3.61283,120,0,0,42540,0,0,0,0,0),(203266,24050,571,1,1,0,1,2440.71,-5159.85,276.889,4.74851,120,0,0,42540,0,2,0,0,0),(203267,24050,571,1,1,0,1,2440.64,-5202.33,278.958,3.85718,120,0,0,42540,0,0,0,0,0),(203268,24050,571,1,1,0,1,2446.89,-5155.14,277.059,3.68264,120,0,0,42540,0,0,0,0,0),(203269,24050,571,1,1,0,1,2448.08,-4961,274.562,1.55334,120,0,0,42540,0,0,0,0,0),(203270,24050,571,1,1,0,1,2454.89,-5209.74,281.335,4.85202,120,0,0,42540,0,0,0,0,0),(203271,24050,571,1,1,0,1,2471.7,-5209.59,283.891,5.16617,120,0,0,42540,0,0,0,0,0),(203272,24050,571,1,1,0,1,2475.57,-5086.42,283.069,3.61283,120,0,0,42540,0,0,0,0,0),(203273,24050,571,1,1,0,1,2477.1,-5024.63,282.763,4.03171,120,0,0,42540,0,0,0,0,0),(203274,24050,571,1,1,0,1,2483.02,-5199.15,285.06,5.09636,120,0,0,42540,0,0,0,0,0),(203275,24050,571,1,1,0,1,2486.38,-5033.62,282.851,3.82227,120,0,0,42540,0,0,0,0,0),(203276,24050,571,1,1,0,1,2503.63,-4991.61,283.327,0.767945,120,0,0,42540,0,0,0,0,0),(203277,24050,571,1,1,0,1,2514.34,-4998.1,283.269,0.959931,120,0,0,42540,0,0,0,0,0),(203278,24282,571,1,1,0,1,2423.55,-5135.82,277.222,2.00713,120,0,0,4163,0,0,0,0,0),(203279,24524,571,1,1,0,0,2424.57,-5065,272.606,4.08507,120,0,0,55,0,2,0,0,0),(203280,24524,571,1,1,0,0,2429.54,-5081.69,273.209,4.55531,120,0,0,55,0,0,0,0,0),(203281,24524,571,1,1,0,0,2442.11,-5095.89,274.539,0.226893,120,0,0,55,0,0,0,0,0),(203282,24524,571,1,1,0,0,2446.92,-5104.69,276.066,1.02974,120,0,0,55,0,0,0,0,0),(203283,24524,571,1,1,0,0,2452.94,-5103.38,276.75,1.0821,120,0,0,55,0,0,0,0,0),(203284,24524,571,1,1,0,0,2454.05,-5090.55,281.532,3.9968,120,0,0,55,0,0,0,0,0),(203285,24524,571,1,1,0,0,2481.62,-5067.88,284.509,5.3058,120,0,0,55,0,0,0,0,0),(203286,24528,571,1,1,0,1,2430.3,-5083.95,273.286,4.01426,120,0,0,4050,0,0,0,0,0),(203287,24531,571,1,1,0,0,2481.15,-5072.24,284.488,6.0912,120,0,0,8982,0,0,0,0,0),(203288,24532,571,1,1,0,1,2482.91,-5074.26,284.443,1.53589,120,0,0,6986,0,0,0,0,0),(203289,24534,571,1,1,0,0,2455.03,-5093.26,281.716,3.94444,120,0,0,8982,0,0,0,0,0),(203290,24535,571,1,1,0,0,2443.52,-5099.85,275.148,0.593412,120,0,0,8982,0,0,0,0,0),(203291,24535,571,1,1,0,0,2444.32,-5094.37,274.688,0.628319,120,0,0,8982,0,0,0,0,0),(203292,24535,571,1,1,0,0,2444.71,-5097.1,274.981,0.261799,120,0,0,8982,0,0,0,0,0),(203293,24535,571,1,1,0,0,2444.93,-5102.35,275.593,0.663225,120,0,0,8982,0,0,0,0,0),(203294,24535,571,1,1,0,0,2445.49,-5099.85,275.341,0.767945,120,0,0,8982,0,0,0,0,0),(203295,24535,571,1,1,0,0,2446.51,-5096.22,275.197,0.820305,120,0,0,8982,0,0,0,0,0),(203296,24535,571,1,1,0,0,2447.7,-5100.44,275.698,1.09956,120,0,0,8982,0,0,0,0,0),(203297,24535,571,1,1,0,0,2448.91,-5099.29,275.775,1.18682,120,0,0,8982,0,0,0,0,0),(203298,24535,571,1,1,0,0,2449.25,-5103.68,276.286,1.29154,120,0,0,8982,0,0,0,0,0),(203299,24535,571,1,1,0,0,2449.3,-5105.86,276.425,1.41372,120,0,0,8982,0,0,0,0,0),(203300,24535,571,1,1,0,0,2450.79,-5102.86,276.408,1.50098,120,0,0,8982,0,0,0,0,0),(203301,24535,571,1,1,0,0,2451.57,-5101.25,276.372,1.23918,120,0,0,8982,0,0,0,0,0),(203302,24535,571,1,1,0,0,2452.17,-5106.26,276.802,1.5708,120,0,0,8982,0,0,0,0,0),(203303,24328,571,1,1,0,1,2422.48,-5163.04,277.277,1.11701,120,0,0,9291,0,0,0,0,0),(203304,24174,571,1,1,0,0,2427.88,-5159,277.312,1.27222,120,5,0,1,0,1,0,0,0),(203306,23842,571,1,1,0,1,1361.29,-3160.96,153.66,2.04204,120,0,0,42540,0,0,0,0,0),(203307,23842,571,1,1,0,1,1357.18,-3163.15,153.657,2.02458,120,0,0,42540,0,0,0,0,0),(203308,23842,571,1,1,0,1,1317.38,-3166.95,171.016,5.25344,120,0,0,42540,0,0,0,0,0),(203309,23842,571,1,1,0,1,1327.68,-3165.29,171.018,3.68264,120,0,0,42540,0,0,0,0,0),(203310,23842,571,1,1,0,1,1329.83,-3152.26,172.252,6.21337,120,0,0,42540,0,0,0,0,0),(203311,23842,571,1,1,0,1,1330.65,-3145.01,172.246,5.70723,120,0,0,42540,0,0,0,0,0),(203312,23842,571,1,1,0,1,1331.24,-3163.38,171.017,0.453786,120,0,0,42540,0,0,0,0,0),(203313,23842,571,1,1,0,1,1335.3,-3171.23,171.017,0.506145,120,0,0,42540,0,0,0,0,0),(203314,23842,571,1,1,0,1,1344.62,-3137.21,172.249,4.72984,120,0,0,42540,0,0,0,0,0),(203315,23842,571,1,1,0,1,1351.32,-3140.63,172.249,4.17134,120,0,0,42540,0,0,0,0,0),(203316,23842,571,1,1,0,1,1359.81,-3147.95,171.018,3.63028,120,0,0,42540,0,0,0,0,0),(203317,23842,571,1,1,0,1,1363.1,-3146.34,171.018,0.488692,120,0,0,42540,0,0,0,0,0),(203318,23842,571,1,1,0,1,1364.19,-3155.89,171.018,3.63028,120,0,0,42540,0,0,0,0,0),(203319,23842,571,1,1,0,1,1376.38,-3146.93,171.019,3.66519,120,0,0,42540,0,0,0,0,0),(203320,23749,571,1,1,0,1,1333.45,-3143.48,172.171,3.62723,120,0,0,9610,0,2,0,0,0),(203321,23888,571,1,1,0,1,1335.18,-3147.54,172.248,0.401426,120,0,0,7432,7332,0,0,0,0),(203322,24038,571,1,1,0,1,1344,-3142.7,172.249,3.59538,120,0,0,7432,7332,0,0,0,0),(203323,23840,571,1,1,0,1,1381.49,-3156.91,183.968,0.453786,120,0,0,10635,0,0,0,0,0),(203324,23840,571,1,1,0,1,1326.8,-3185.99,183.968,3.56047,120,0,0,10635,0,0,0,0,0),(203325,23839,571,1,1,0,1,1337.8,-3148.62,183.965,3.12414,120,0,0,6986,0,0,0,0,0),(203326,23839,571,1,1,0,1,1341.36,-3147.68,183.966,1.91986,120,0,0,6986,0,0,0,0,0),(203327,23839,571,1,1,0,1,1345.71,-3146.02,183.965,0.959931,120,0,0,6986,0,0,0,0,0),(203328,23842,571,1,1,0,1,1370.62,-3151.22,162.882,5.14872,120,0,0,42540,0,0,0,0,0),(203329,23842,571,1,1,0,1,1366.52,-3153.45,162.882,5.23599,120,0,0,42540,0,0,0,0,0),(203330,23842,571,1,1,0,1,1331.59,-3171.93,162.882,5.27089,120,0,0,42540,0,0,0,0,0),(203331,23842,571,1,1,0,1,1327.61,-3173.95,162.882,5.21853,120,0,0,42540,0,0,0,0,0),(203332,23842,571,1,1,21922,1,1333.65,-3155.84,163.387,3.7001,120,0,0,42540,0,0,0,0,0),(203333,23842,571,1,1,21924,1,1328.51,-3158.51,165.548,3.71755,120,0,0,42540,0,0,0,0,0),(203334,23842,571,1,1,21923,1,1333.18,-3166.76,165.547,3.61283,120,0,0,42540,0,0,0,0,0),(203335,23842,571,1,1,21924,1,1356.71,-3143.38,165.645,3.50811,120,0,0,42540,0,0,0,0,0),(203336,23842,571,1,1,21921,1,1346.6,-3150.12,163.418,1.93732,120,0,0,42540,0,0,0,0,0),(203337,23842,571,1,1,21923,1,1349.63,-3156.68,163.479,2.05949,120,0,0,42540,0,0,0,0,0),(203338,23842,571,1,1,21921,1,1356.84,-3153.96,165.591,3.63028,120,0,0,42540,0,0,0,0,0),(203342,23837,571,1,1,0,0,3029.32,538.266,69.4537,6.24828,120,0,0,1,0,0,0,0,0),(203343,31691,571,1,1,0,0,5667.77,2018.43,-345.937,3.49255,120,5,0,1,0,1,0,0,0),(203344,31691,571,1,1,0,0,5713.25,2076.13,-341.919,5.35309,120,5,0,1,0,1,0,0,0),(203345,31691,571,1,1,0,0,5725.96,2006.45,-343.079,5.76766,120,5,0,1,0,1,0,0,0),(203346,31691,571,1,1,0,0,5772.71,2020.46,-343.664,1.87746,120,5,0,1,0,1,0,0,0),(203347,31691,571,1,1,0,0,5786.72,1980.29,-344.127,0.0177852,120,5,0,1,0,1,0,0,0),(203348,31691,571,1,1,0,0,5789.12,1947,-345.65,2.91512,120,5,0,1,0,1,0,0,0),(203349,31691,571,1,1,0,0,5805.27,1995.14,-345.651,5.62259,120,5,0,1,0,1,0,0,0),(203350,31691,571,1,1,0,0,5808.81,1894.89,-347.78,4.17767,120,5,0,1,0,1,0,0,0),(203351,31691,571,1,1,0,0,5821.33,2107.52,-347.186,0.827918,120,5,0,1,0,1,0,0,0),(203352,31691,571,1,1,0,0,5838.51,1874.48,-345.366,3.28046,120,5,0,1,0,1,0,0,0),(203353,31691,571,1,1,0,0,5844.1,1898.66,-346.839,1.82488,120,5,0,1,0,1,0,0,0),(203354,31691,571,1,1,0,0,5850.05,1945.83,-346.584,0.138093,120,5,0,1,0,1,0,0,0),(203355,31691,571,1,1,0,0,5851.97,1931.22,-346.546,2.67482,120,5,0,1,0,1,0,0,0),(203356,31691,571,1,1,0,0,5853.37,1808.55,-345.033,5.21105,120,5,0,1,0,1,0,0,0),(203357,31691,571,1,1,0,0,5908.8,1783.12,-343.343,5.67516,120,5,0,1,0,1,0,0,0),(203358,31691,571,1,1,0,0,5918.93,1825.37,-346.575,2.79022,120,5,0,1,0,1,0,0,0),(203359,31691,571,1,1,0,0,5921.71,1804.87,-343.224,4.21712,120,5,0,1,0,1,0,0,0),(1977258,31237,571,1,1,0,0,5792.52,2069.49,-345.088,2.28638,300,0,0,12600,0,0,0,0,0),(203361,26816,571,1,1,0,1,3031.32,529.705,61.787,1.79769,120,0,0,1,0,0,0,0,0),(203362,26816,571,1,1,0,1,3020.65,536.076,61.787,0.268311,120,0,0,1,0,0,0,0,0),(203363,26780,571,1,1,0,1,4530.27,8.58578,72.5222,1.36136,120,0,0,1,0,0,0,0,0),(203364,26780,571,1,1,0,1,4535.59,8.28201,72.6378,1.48353,120,0,0,1,0,0,0,0,0),(203365,26780,571,1,1,0,1,4539.45,5.57215,72.4137,1.51844,120,0,0,1,0,0,0,0,0),(203366,26779,571,1,1,0,1,4533.6,11.2265,72.7134,1.309,120,0,0,1,0,0,0,0,0),(203367,26779,571,1,1,0,1,4536.91,11.0725,73.2164,1.64061,120,0,0,1,0,0,0,0,0),(203368,26779,571,1,1,0,1,4538.77,9.86654,72.9541,1.5708,120,0,0,1,0,0,0,0,0),(203369,26779,571,1,1,0,1,4540.8,8.89865,72.5968,1.6057,120,0,0,1,0,0,0,0,0),(203370,26779,571,1,1,0,1,4543.54,10.4956,72.4135,1.64061,120,0,0,1,0,0,0,0,0),(203371,26779,571,1,1,0,1,4515.58,0.936666,72.5252,4.15388,120,0,0,1,0,0,0,0,0),(203372,27270,571,1,1,0,0,4189.98,571.302,50.8104,6.02139,120,0,0,1,0,0,0,0,0),(203373,27270,571,1,1,0,0,4239.95,642.571,49.5575,5.91667,120,0,0,1,0,0,0,0,0),(203374,27839,571,1,1,0,0,4522.23,33.4378,80.4205,1.01229,120,0,0,8982,0,0,0,0,0),(203375,27839,571,1,1,0,0,4532.87,29.0699,78.5573,1.3439,120,0,0,8982,0,0,0,0,0),(203376,27839,571,1,1,0,0,4543.94,28.0949,79.034,1.62316,120,0,0,8982,0,0,0,0,0),(203377,27839,571,1,1,0,0,4557.49,30.8529,80.2156,1.95477,120,0,0,8982,0,0,0,0,0),(203379,26870,571,1,1,0,0,4349.58,974.949,89.7859,5.23599,120,0,0,8982,0,0,0,0,0),(203380,26870,571,1,1,0,0,4349.48,947.953,82.7608,5.60251,120,0,0,1,0,0,0,537166592,32),(203381,26870,571,1,1,0,0,4349.48,959.451,84.4642,3.40339,120,0,0,1,0,0,0,537166592,32),(203382,26870,571,1,1,0,0,4364.06,982.015,91.1556,2.35619,120,0,0,1,0,0,0,537166592,32),(203383,26870,571,1,1,0,0,4368.21,944.405,82.8666,0.977384,120,0,0,1,0,0,0,537166592,32),(203384,26870,571,1,1,0,0,4369.91,958.503,85.7081,2.74017,120,0,0,1,0,0,0,537166592,32),(203385,26870,571,1,1,0,0,4384.01,957.089,86.8532,5.68977,120,0,0,1,0,0,0,537166592,32),(203386,26859,571,1,1,0,0,4339.94,980.231,91.9789,5.51524,120,0,0,96100,0,0,0,0,0),(203387,26979,571,1,1,0,1,4322.3,1009.02,95.6906,2.56563,120,0,0,92910,0,0,0,0,0),(203388,28117,571,1,1,0,1,5017.15,-3021.72,292.529,2.26893,120,0,0,1,0,0,0,0,0),(203389,28117,571,1,1,0,1,5033.8,-3007.41,292.719,1.71042,120,0,0,1,0,0,0,0,0),(203390,28117,571,1,1,0,1,5039.64,-3064.34,291.39,5.41447,120,0,0,1,0,2,0,0,0),(203391,28117,571,1,1,0,1,5041.73,-3075.52,289.905,4.38078,120,0,0,1,0,0,0,0,0),(203392,28117,571,1,1,0,1,5085.24,-3037.41,289.986,0.0349066,120,0,0,1,0,0,0,0,0),(203393,31033,571,1,129,0,1,6412.04,210.77,395.33,5.49779,120,0,0,1,0,2,0,0,0),(203394,36224,0,1,1,0,1,1723.58,290.441,-62.1857,1.81803,120,0,0,1,0,2,0,0,0),(203395,36226,0,1,1,0,1,1675.71,241.504,-62.1777,1.81803,120,0,0,1,0,2,0,0,0),(203397,28117,571,1,1,0,1,5254.11,-3531.66,291.758,3.85718,120,0,0,1,0,0,0,0,0),(203398,28117,571,1,1,0,1,5256.38,-3534.3,291.758,3.82227,120,0,0,1,0,0,0,0,0),(203399,28117,571,1,1,0,1,5221.12,-3468.32,289.193,2.35079,120,0,0,1,0,2,0,0,0),(203400,28117,571,1,1,0,1,5243.36,-3436.38,289.132,1.4078,120,0,0,1,0,2,0,0,0),(203401,28117,571,1,1,0,1,5244.46,-3496.66,289.179,2.18166,120,0,0,1,0,0,0,0,0),(203402,28117,571,1,1,0,1,5254.9,-3486.91,289.338,2.25147,120,0,0,1,0,0,0,0,0),(203403,28117,571,1,1,0,1,5288.35,-3440.42,289.113,1.73943,120,0,0,1,0,2,0,0,0),(203405,33007,571,1,1,0,0,5740.77,-3601.39,386.978,0.785398,120,0,0,1,0,0,0,0,0),(203406,28099,571,1,1,0,1,6063.87,-2615.71,302.847,0.0349066,120,0,0,1,0,0,0,0,0),(203407,28041,571,1,1,0,1,6059.12,-2639.25,304.99,4.69494,120,0,0,1,0,0,0,0,0),(203408,28041,571,1,1,0,1,6052.09,-2638.75,304.99,4.81711,120,0,0,1,0,0,0,0,0),(203409,28041,571,1,1,0,1,6070.58,-2621.78,303.241,0.10472,120,0,0,1,0,0,0,0,0),(203410,28041,571,1,1,0,1,6070.8,-2613.45,303.062,0,120,0,0,1,0,0,0,0,0),(203411,28041,571,1,1,0,1,6053.26,-2602.17,304.936,1.48353,120,0,0,1,0,0,0,0,0),(203412,28041,571,1,1,0,1,6058.25,-2601.97,304.869,1.58825,120,0,0,1,0,0,0,0,0),(203413,28041,571,1,1,0,1,6061.28,-2555.68,302.831,1.78841,120,0,0,1,0,0,0,0,0),(203414,28041,571,1,1,0,1,6067.07,-2638.61,302.831,4.62512,120,0,0,1,0,0,0,0,0),(203415,28041,571,1,1,0,1,6061.5,-2603.46,304.881,1.46608,120,0,0,1,0,0,0,0,0),(203416,16509,571,1,1,0,0,6044.24,-2608.77,302.838,4.34587,120,0,0,1,0,0,0,0,0),(203417,16509,571,1,1,0,0,6046.29,-2610.07,302.831,4.15388,120,0,0,1,0,0,0,0,0),(203418,16509,571,1,1,0,0,6048.83,-2609.59,302.831,4.34587,120,0,0,1,0,0,0,0,0),(203441,31401,571,1,1,0,1,5326.96,579.806,221.1,5.53269,120,0,0,1,0,0,0,0,0),(203442,31401,571,1,1,0,1,5327.01,555.268,221.1,0.680678,120,0,0,1,0,0,0,0,0),(203443,31401,571,1,1,0,1,5351.54,580.027,221.1,4.11898,120,0,0,1,0,0,0,0,0),(203444,31401,571,1,1,0,1,5351.66,555.277,221.1,2.46091,120,0,0,1,0,0,0,0,0),(203445,31401,571,1,1,0,1,5397.29,624.991,248.94,0.383972,120,0,0,1,0,0,0,0,0),(203446,31401,571,1,1,0,1,5406.13,648.65,248.938,5.13127,120,0,0,1,0,0,0,0,0),(203447,31401,571,1,1,0,1,5420.61,616.15,248.938,2.07694,120,0,0,1,0,0,0,0,0),(203448,31401,571,1,1,0,1,5429.7,639.513,248.937,3.57792,120,0,0,1,0,0,0,0,0),(203449,31401,571,1,1,0,1,5433.84,817.785,247.367,6.17847,120,0,0,1,0,0,0,0,0),(203450,31401,571,1,1,0,1,5447.99,797.088,247.367,1.53589,120,0,0,1,0,0,0,0,0),(203451,31401,571,1,1,0,1,5454.34,831.653,247.366,4.57276,120,0,0,1,0,0,0,0,0),(203452,31401,571,1,1,0,1,5468.49,811.166,247.364,3.14159,120,0,0,1,0,0,0,0,0),(203453,31401,571,1,1,0,1,5541.41,924.326,227.968,0.802851,120,0,0,1,0,0,0,0,0),(203454,31401,571,1,1,0,1,5544.04,929.611,227.968,4.64258,120,0,0,1,0,0,0,0,0),(203455,31401,571,1,1,0,1,5547.24,925.639,227.968,3.26377,120,0,0,1,0,0,0,0,0),(203456,31402,571,1,1,0,1,5540.9,941.597,227.884,0.258656,120,0,0,1,0,2,0,0,0),(203457,31400,571,1,1,0,0,5450.95,814.425,261.762,2.35619,120,0,0,1,0,0,0,0,0),(111162,31393,571,1,1,0,0,5375.02,694.276,315.081,0.93118,120,0,0,1,0,2,0,0,0),(203524,32735,571,1,1,0,1,5853.43,863.337,843.815,3.71755,120,0,0,1,0,0,0,0,0),(203525,32737,571,1,1,0,0,5857.7,843.58,843.771,5.46288,120,0,0,1,0,2,0,0,0),(203470,29712,0,1,1,5446,1,-8580.03,1195.91,5.46,1.697,180,0,0,7048,0,0,0,0,0),(203471,29712,0,1,1,3167,1,-8569.67,1195.74,5.49,1.697,180,0,0,7048,0,0,0,0,0),(203472,29712,0,1,1,5446,1,-8484.95,1195.52,5.58,1.64,180,0,0,7048,0,0,0,0,0),(203473,29712,0,1,1,3167,1,-8475.27,1195.52,5.74,1.64,180,0,0,7048,0,0,0,0,0),(203474,29712,0,1,1,5446,1,-8210.81,1195.52,5.63,1.58,180,0,0,7048,0,0,0,0,0),(203475,29712,0,1,1,3167,1,-8201.42,1195.52,5.63,1.58,180,0,0,7048,0,0,0,0,0),(203476,29712,0,1,1,5446,1,-8232.93,1097.31,17.92,1.61,180,0,0,7048,0,0,0,0,0),(203477,29712,0,1,1,3167,1,-8570.16,1116.21,18.25,1.32,180,0,0,7048,0,0,0,0,0),(203478,29712,0,1,1,5446,1,-8590.59,1126.81,18.46,0.92,180,0,0,7048,0,0,0,0,0),(203479,29712,0,1,1,3167,1,-8461.24,1349.03,5.23,3.025,180,0,0,7048,0,0,0,0,0),(203480,29712,0,1,1,5446,1,-8486.9,1349.92,5.23,0.028,180,0,0,7048,0,0,0,0,0),(203481,29712,0,1,1,3167,1,-8486.2,1293.94,5.23,6.249,180,0,0,7048,0,0,0,0,0),(203482,29712,0,1,1,5446,1,-8461.24,1293.74,5.23,2.953,180,0,0,7048,0,0,0,0,0),(203483,29712,0,1,1,3167,1,-8461.28,1249.79,5.23,4.548,180,0,0,7048,0,0,0,0,0),(203484,29712,0,1,1,5446,1,-8487.26,1249.8,5.23,4.758,180,0,0,7048,0,0,0,0,0),(203485,29712,0,1,1,5446,1,-8549.76,1245.42,5.23,5.16,180,0,0,7048,0,2,0,0,0),(203486,27946,530,1,1,0,0,7592.39,-6776.33,86.834,4.83017,900,0,0,17742,0,0,0,0,0),(203487,27946,530,1,1,0,0,7599.98,-6778.44,86.4116,4.19394,900,0,0,17742,0,0,0,0,0),(203488,27946,530,1,1,0,0,9378.85,-7162.24,8.88681,3.16111,900,0,0,17742,0,0,0,0,0),(203489,27946,530,1,1,0,0,9379.6,-7169.83,9.07374,3.03163,900,0,0,17742,0,0,0,0,0),(203490,34765,1,1,1,29396,1,1149.01,-4151.95,51.646,5.61,300,0,0,2218,0,0,0,0,0),(203491,26537,1,1,1,24164,1,1174.13,-4152.37,51.646,3.33,300,0,0,2218,0,0,0,0,0),(203492,3296,1,1,1,4601,1,1161.42,-4142.47,51.646,4.565,300,0,0,15952,0,0,0,0,0),(203493,3296,1,1,1,4601,1,1169.68,-4166.38,51.646,2.02,300,0,0,15952,0,0,0,0,0),(203494,3296,1,1,1,4601,1,1177.11,-4169.46,21.4037,5.058,300,0,0,15952,0,0,0,0,0),(203495,3296,1,1,1,4601,1,1171.57,-4173.68,21.4038,5.058,300,0,0,15952,0,0,0,0,0),(203496,24785,571,1,1,0,0,-25.5455,-3302.97,-1.54832,5.95897,300,0,0,9291,0,2,0,0,0),(203497,24018,571,1,1,0,1,2589.42,-3742.93,247.053,0,120,0,0,1,0,0,0,0,0),(203498,24014,571,1,1,0,1,2588.17,-3732.15,245.118,0,120,0,0,1,0,0,0,0,0),(203499,24014,571,1,1,0,1,2598.18,-3725.76,245.13,0,120,0,0,1,0,0,0,0,0),(203500,24014,571,1,1,0,1,2600.34,-3765.17,247.093,0,120,0,0,1,0,0,0,0,0),(203501,24014,571,1,1,0,1,2600.63,-3745.93,246.541,0,120,0,0,1,0,0,0,0,0),(203502,24014,571,1,1,0,1,2607.37,-3734.87,246.074,0,120,0,0,1,0,0,0,0,0),(203503,24014,571,1,1,0,1,2603.99,-3713.68,141.366,0,120,0,0,1,0,2,0,0,0),(203504,24014,571,1,1,0,1,2622.68,-3752.54,246.3,0,120,0,0,1,0,0,0,0,0),(203505,24014,571,1,1,0,1,2587.33,-3715.73,245.254,0,120,0,0,1,0,0,0,0,0),(203506,12237,349,1,1,0,0,769.635,-74.2763,-56.2423,3.54447,86400,0,0,5757,0,2,0,0,0),(203507,26966,571,1,32,0,0,3824.51,1581.65,86.6986,3.16575,600,0,0,9940,3387,0,0,0,0),(203508,26966,571,1,32,0,0,3860.81,1619.2,90.0548,0.281135,600,0,0,9610,3309,0,0,0,0),(203509,26966,571,1,32,0,0,3877.73,1632.15,93.1333,0.689556,600,0,0,9610,3309,0,0,0,0),(203510,26966,571,1,32,0,0,3790.07,1601.69,88.1473,4.89363,600,0,0,9940,3387,0,0,0,0),(203511,26966,571,1,32,0,0,3860.46,1533.96,89.8177,2.26255,600,0,0,9610,3309,0,0,0,0),(203512,26966,571,1,32,0,0,3875.09,1578.33,90.0375,2.9647,600,0,0,9610,3309,0,0,0,0),(203513,26966,571,1,32,0,0,3836.4,1498.6,91.7172,1.20226,600,0,0,9940,3387,0,0,0,0),(203514,26966,571,1,32,0,0,3804.25,1529.52,89.1818,0.855898,600,0,0,9940,3387,0,0,0,0),(203515,26966,571,1,32,0,0,3774.67,1529.51,87.1289,0.474189,600,0,0,9610,3309,0,0,0,0),(203516,26966,571,1,32,0,0,3844.42,1513.9,91.9354,1.67428,600,0,0,9940,3387,0,0,0,0),(203517,26966,571,1,32,0,0,3788.8,1646.92,99.9263,4.83647,600,0,0,9940,3387,0,0,0,0),(203518,35099,530,1,1,0,0,80.0239,2720.6,86.36,4.19664,600,0,0,14937,0,0,0,0,0),(203519,27808,571,1,1,0,0,3816.62,-1204.04,125.876,2.74726,180,0,0,30846,0,0,0,0,0),(203521,15077,0,1,1,0,1,-14430.4,455.763,3.69061,4.41001,300,0,0,2215,0,0,0,0,0),(203621,28477,571,1,1,0,0,5836.5,-4237.05,361.883,3.83965,120,10,0,1,0,1,0,0,0),(203622,28477,571,1,1,0,0,5575.84,-4207.52,367.771,1.04798,120,10,0,1,0,1,0,0,0),(203623,28417,571,1,1,0,1,6024.27,-3348.57,350.434,0.767945,120,0,0,1,0,0,0,0,0),(203624,28417,571,1,1,0,1,6027.5,-3317.41,350.434,0.314159,120,0,0,1,0,0,0,0,0),(203625,28417,571,1,1,0,1,6033.27,-3265.17,350.434,5.67232,120,0,0,1,0,0,0,0,0),(203626,28417,571,1,1,0,1,6039.3,-3295.16,350.434,6.12611,120,0,0,1,0,0,0,0,0),(203627,28417,571,1,1,0,1,6049.33,-3245.19,350.434,5.28835,120,0,0,1,0,0,0,0,0),(203628,28417,571,1,1,0,1,6075.41,-3236.3,350.434,4.79966,120,0,0,1,0,0,0,0,0),(203629,28417,571,1,1,0,1,6083.66,-3364.67,350.753,1.55334,120,0,0,1,0,0,0,0,0),(203630,28417,571,1,1,0,1,6115.07,-3364.6,350.434,2.05949,120,0,0,1,0,0,0,0,0),(203631,28417,571,1,1,0,1,6135.96,-3314.09,350.434,3.10669,120,0,0,1,0,0,0,0,0),(203632,28417,571,1,1,0,1,6137.5,-3347.37,350.434,2.53073,120,0,0,1,0,0,0,0,0),(203633,28417,571,1,1,0,1,6146.03,-3253.23,350.434,3.90954,120,0,0,1,0,0,0,0,0),(203634,28417,571,1,1,0,1,6150.06,-3286.49,350.434,3.33358,120,0,0,1,0,0,0,0,0),(203637,28417,571,1,1,0,1,6500.52,-3282.24,402.387,0.436332,120,0,0,1,0,0,0,0,0),(203638,28417,571,1,1,0,1,6506.27,-3452.91,389.451,1.67552,120,0,0,1,0,0,0,0,0),(203639,28417,571,1,1,0,1,6506.83,-3168.6,405.608,4.7473,120,0,0,1,0,0,0,0,0),(203640,28417,571,1,1,0,1,6521.72,-3079.42,390.77,4.60767,120,0,0,1,0,0,0,0,0),(203641,28417,571,1,1,0,1,6522.38,-3125.99,390.37,4.55531,120,0,0,1,0,0,0,0,0),(203642,28417,571,1,1,0,1,6526.55,-3408.53,390.794,1.72788,120,0,0,1,0,0,0,0,0),(203643,28417,571,1,1,0,1,6575.11,-3168.3,407.421,4.13643,120,0,0,1,0,0,0,0,0),(203636,28600,571,1,1,0,1,6081.34,-4017.9,364.127,5.39307,120,0,0,1,0,0,0,0,0),(203644,34956,571,1,1,0,0,8458.98,1631.73,671.157,5.44543,120,0,0,1,0,0,0,0,0),(207172,29712,0,1,1,0,1,-8581.93,1169.02,17.71,3.1,120,0,0,1,0,2,0,0,0),(207173,29712,0,1,1,0,1,-8475.85,1209.42,5.32,2.4,120,0,0,1,0,2,0,0,0),(204942,31144,1,1,1,0,0,-1444.34,-112.275,161.185,5.32325,120,0,0,1,0,0,0,0,0),(204943,31144,1,1,1,0,0,-1447.73,-116.77,161.185,5.81195,120,0,0,1,0,0,0,0,0),(204944,31146,1,1,1,0,0,-1428.88,-86.9006,161.185,0.0523599,120,0,0,1,0,0,0,0,0),(204945,32666,1,1,1,0,0,-1407.81,-82.2453,159.018,0.907571,120,0,0,1,0,0,0,0,0),(204946,32666,1,1,1,0,0,-1415.52,-77.1738,158.891,0.907571,120,0,0,1,0,0,0,0,0),(204947,32667,1,1,1,0,0,-1423.83,-72.5401,157.572,1.0472,120,0,0,1,0,0,0,0,0),(204948,32667,1,1,1,0,0,-1431.29,-68.5709,156.954,1.15192,120,0,0,1,0,0,0,0,0),(202730,32667,0,1,1,0,0,-8778.7,348.691,101.102,2.26893,120,0,0,1,0,0,0,0,0),(202731,32667,0,1,1,0,0,-8784.55,343.645,101.102,2.25147,120,0,0,1,0,0,0,0,0),(201235,31144,0,1,1,0,0,-8705.84,350.535,101.102,3.735,120,0,0,1,0,0,0,0,0),(201236,31144,0,1,1,0,0,-8724.87,333.107,101.102,0.785398,120,0,0,1,0,0,0,0,0),(201237,31144,0,1,1,0,0,-8772.87,358.009,101.103,3.50811,120,0,0,1,0,0,0,0,0),(201239,31144,0,1,1,0,0,-8795.44,362.239,101.102,5.39307,120,0,0,1,0,0,0,0,0),(201241,31144,0,1,1,0,0,-8802.54,354.547,101.102,0.0523599,120,0,0,1,0,0,0,0,0),(201242,31146,0,1,1,0,0,-8791.87,340.817,101.102,1.32645,120,0,0,1,0,0,0,0,0),(207222,28179,571,1,2,0,1,6256.38,-40.8516,421.498,1.71042,120,0,0,1,0,0,0,0,0),(207223,30377,571,1,2,0,1,6253.83,-40.8091,421.498,1.41372,120,0,0,0,0,0,0,0,0),(207224,30657,571,1,66,0,1,6249.12,74.689,390.15,4.93928,120,0,0,0,0,0,0,0,0),(207225,30225,571,1,2,0,0,6257.21,48.2152,388.117,1.01229,120,0,0,1,0,0,0,0,0),(207226,30224,571,1,2,0,0,6259.09,46.9782,388.4,0.977384,120,0,0,0,0,0,0,0,0),(207227,30226,571,1,2,0,0,6222.29,-2.55056,410.193,0,120,0,0,1,0,2,0,0,0),(207228,30227,571,1,2,0,0,6123.02,-12.6066,383.594,0.436332,120,0,0,1,0,0,0,0,0),(207229,30235,571,1,2,0,0,6126.6,-5.13401,383.471,5.77704,120,0,0,1,0,0,0,0,0),(207230,30187,571,1,2,0,0,6246.87,-50.3528,421.501,3.12414,120,0,0,0,0,0,0,0,0),(207231,30378,571,1,2,0,0,6262.96,-50.4161,421.551,3.08923,120,0,0,0,0,0,0,0,0),(207232,30500,571,1,2,0,0,6107.12,-28.7267,383.594,5.49779,120,0,0,0,0,0,0,0,0),(207233,30500,571,1,2,0,0,6112.56,-23.9376,383.594,5.49779,120,0,0,0,0,0,0,0,0),(207234,30500,571,1,2,0,0,6117.93,-17.7633,383.594,5.48033,120,0,0,0,0,0,0,0,0),(207235,30500,571,1,2,0,0,6115.38,-34.2969,383.594,2.35619,120,0,0,0,0,0,0,0,0),(207236,30500,571,1,2,0,0,6119.84,-28.7687,383.594,2.46091,120,0,0,0,0,0,0,0,0),(134718,30203,571,1,2,0,0,6835.59,414.643,471.77,0.802851,300,0,0,1,0,0,0,0,0),(134717,30203,571,1,2,0,0,6858.02,453.902,471.767,4.7822,300,0,0,1,0,0,0,0,0),(134716,30203,571,1,2,0,0,6916.07,467.629,468.799,0.977384,300,0,0,1,0,0,0,0,0),(134715,30203,571,1,2,0,0,6879.92,493.899,467.957,1.67552,300,0,0,1,0,0,0,0,0),(43483,30829,571,1,128,0,0,6839.02,594.445,427.23,4.5,300,0,0,1,0,0,0,0,0),(43485,30831,571,1,128,0,0,6869.48,423.288,471.784,1.06624,300,0,0,1,0,0,0,0,0),(43481,30830,571,1,128,0,0,7169.8,664.115,492.376,1.12953,300,0,0,1,0,2,0,0,0),(43482,30829,571,1,2,0,0,6839.02,594.445,427.23,4.5,300,0,0,1,0,0,0,0,0),(43484,30831,571,1,2,0,0,6869.48,423.288,471.784,1.06624,300,0,0,1,0,0,0,0,0),(43480,30830,571,1,2,0,0,7169.8,664.115,492.376,1.12953,300,0,0,1,0,2,0,0,0),(134708,30443,571,1,2,0,1,6697.53,583.609,428.333,4.10841,300,0,0,1,0,0,0,0,0),(134707,30677,571,1,128,0,1,6259.58,50.4208,388.509,0.846391,300,0,0,1,0,0,0,0,0),(134706,30714,571,1,128,0,0,6371.69,239.699,396.9,4.79262,300,0,0,1,0,0,0,0,0),(134705,30686,571,1,128,0,0,6370.63,232.238,396.046,1.35219,300,0,0,1,0,0,0,0,0),(134704,30596,571,1,128,0,1,6376.66,239.053,396.047,4.8044,300,0,0,1,0,0,0,0,0),(207266,30273,571,1,2,0,0,6244.78,190.194,383.08,1.50098,0,0,0,0,0,0,0,0,0),(207267,30273,571,1,2,0,0,6249.75,126.806,382.534,2.47837,0,0,0,0,0,0,0,0,0),(207268,30273,571,1,2,0,0,6277.33,155.167,383.491,0.43643,0,0,0,0,0,0,0,0,0),(207269,30273,571,1,2,0,0,6303.7,193.736,387.669,-1.17247,0,0,0,0,0,0,0,0,0),(207270,30273,571,1,2,0,0,6321.27,152.463,387.239,4.10152,0,0,0,0,0,0,0,0,0),(207271,30273,571,1,2,0,0,6333.02,57.5423,389.173,4.62512,0,0,0,0,0,0,0,0,0),(207272,30273,571,1,2,0,0,6335.22,110.147,391.309,6.05629,0,0,0,0,0,0,0,0,0),(207273,30273,571,1,2,0,0,6339.98,186.907,389.644,-2.29057,0,0,0,0,0,0,0,0,0),(207274,30273,571,1,2,0,0,6347.77,225.483,393.712,-1.99599,0,0,0,0,0,0,0,0,0),(207275,30273,571,1,2,0,0,6363.71,126.463,391.424,3.89208,0,0,0,0,0,0,0,0,0),(207276,30273,571,1,2,0,0,6389.44,226.344,395.383,6.16101,0,0,0,0,0,0,0,0,0),(207277,30273,571,1,2,0,0,6405.67,158.456,394.692,0.85521,0,0,0,0,0,0,0,0,0),(207278,30273,571,1,2,0,0,6421.84,258.293,397.279,-2.2004,0,0,0,0,0,0,0,0,0),(207279,30273,571,1,2,0,0,6434.63,198.273,396.762,5.93412,0,0,0,0,0,0,0,0,0),(207280,30189,571,1,2,0,1,6387.2,180.749,393.789,3.32188,120,0,0,1,0,2,0,0,0),(207281,30189,571,1,2,0,1,6340.01,199.867,390.713,3.40031,120,0,0,1,0,2,0,0,0),(207282,30189,571,1,2,0,1,6187.9,84.8369,379.677,1.74533,120,0,0,1,0,0,0,0,0),(207283,30189,571,1,2,0,1,6331.61,114.567,391.145,5.90421,120,0,0,1,0,2,0,0,0),(207284,30189,571,1,2,0,1,6194.48,84.8621,379.912,1.69297,120,0,0,1,0,0,0,0,0),(207285,30189,571,1,2,0,1,6251.21,169.887,381.263,5.06583,120,0,0,1,0,2,0,0,0),(207286,30189,571,1,2,0,1,6169.95,77.7484,371.316,1.98561,120,0,0,1,0,2,0,0,0),(207287,30189,571,1,2,0,1,6298.31,170.633,384.78,2.28107,120,0,0,1,0,2,0,0,0),(207288,30189,571,1,2,0,1,6302.62,75.0243,386.663,3.87881,120,0,0,1,0,2,0,0,0),(207289,30189,571,1,2,0,1,6291.74,93.3196,390.697,0.750492,120,0,0,1,0,0,0,0,0),(207290,30189,571,1,2,0,1,6296.34,88.345,390.541,0.872665,120,0,0,1,0,0,0,0,0),(207291,30189,571,1,2,0,1,6273.27,121.516,385.827,0.872665,120,0,0,1,0,2,0,0,0),(207292,30189,571,1,2,0,1,6306.77,224.039,391.398,0.872665,120,0,0,1,0,2,0,0,0),(207293,30189,571,1,2,0,1,6262.92,107.459,383.373,0.872665,120,0,0,1,0,2,0,0,0),(207294,30189,571,1,2,0,1,6267.88,99.175,384.364,0.872665,120,0,0,1,0,2,0,0,0),(207295,30189,571,1,2,0,1,6217.47,90.555,377.274,0.872665,120,0,0,1,0,2,0,0,0),(207296,30242,571,1,131,0,0,6215.53,2.78667,410.25,5.96903,120,0,0,1,0,0,0,0,0),(207297,30242,571,1,131,0,0,6220.27,5.5893,410.248,4.64258,120,0,0,1,0,0,0,0,0),(207298,30242,571,1,131,0,0,6224.08,-19.0342,410.255,5.46288,120,0,0,1,0,0,0,0,0),(207299,30242,571,1,131,0,0,6231.04,-0.012804,410.274,2.21657,120,0,0,1,0,0,0,0,0),(207300,30242,571,1,131,0,0,6238.26,5.52431,410.35,2.32129,120,0,0,1,0,0,0,0,0),(207301,30242,571,1,131,0,0,6247.64,1.91536,409.886,5.37561,120,0,0,1,0,0,0,0,0),(207302,30206,571,1,2,0,0,6438.54,209.315,397.593,4.44446,60,10,0,1,0,1,0,0,0),(207303,30206,571,1,2,0,0,6043.2,113.776,368.786,0.682262,60,10,0,1,0,1,0,0,0),(207304,30206,571,1,2,0,0,6032.07,105.674,370.927,3.01991,60,10,0,1,0,1,0,0,0),(207305,30206,571,1,2,0,0,6080.64,186.069,361.339,0.416608,60,10,0,1,0,1,0,0,0),(207306,30206,571,1,2,0,0,6129.28,124.055,370.096,2.10435,60,10,0,1,0,1,0,0,0),(207307,30206,571,1,2,0,0,6143.51,89.9046,372.328,3.52207,60,10,0,1,0,1,0,0,0),(207308,30206,571,1,2,0,0,6192.87,150.73,376.323,6.01428,60,10,0,1,0,1,0,0,0),(207309,30206,571,1,2,0,0,6278.5,132.103,385.556,-0.860523,60,10,0,1,0,1,0,0,0),(207310,30206,571,1,2,0,0,6344.15,59.954,390.184,3.01991,60,10,0,1,0,1,0,0,0),(207311,30206,571,1,2,0,0,6381.02,137.089,392.932,0.863018,60,10,0,1,0,1,0,0,0),(207312,30206,571,1,2,0,0,6367.59,191.114,391.721,2.75191,60,10,0,1,0,1,0,0,0),(207313,30206,571,1,2,0,0,6409.11,249.111,396.498,2.91292,60,10,0,1,0,1,0,0,0),(207314,30206,571,1,2,0,0,6289.66,221.747,390.007,3.77686,60,10,0,1,0,1,0,0,0),(207315,30206,571,1,2,0,0,6305.47,161.58,385.99,2.48095,60,10,0,1,0,1,0,0,0),(207316,30206,571,1,2,0,0,6236.15,203.565,384.998,2.34743,60,10,0,1,0,1,0,0,0),(207317,30206,571,1,2,0,0,6192.9,222.599,382.652,3.10927,60,10,0,1,0,1,0,0,0),(207318,30206,571,1,2,0,0,6246.65,168.797,380.983,6.03881,60,10,0,1,0,1,0,0,0),(207319,30206,571,1,2,0,0,6344.01,127.251,391.111,5.72465,60,10,0,1,0,1,0,0,0),(207320,30206,571,1,2,0,0,6339.68,161.46,389.277,1.19683,60,10,0,1,0,1,0,0,0),(207321,30206,571,1,2,0,0,6348.94,210.476,391.988,0.24257,60,10,0,1,0,1,0,0,0),(207323,30617,1,1,2,0,0,7722.92,-2197.92,463.195,0.706524,120,10,0,1,0,1,0,0,0),(207324,30617,1,1,2,0,0,7743.77,-2105.65,475.461,6.10865,120,10,0,1,0,1,0,0,0),(207325,30617,1,1,2,0,0,7746.43,-2207.64,463.666,0.715585,120,10,0,1,0,1,0,0,0),(207326,30617,1,1,2,0,0,7747.52,-2262.32,454.819,0.103172,120,10,0,1,0,1,0,0,0),(207327,30617,1,1,2,0,0,7780.22,-2244.03,458.326,0.436332,120,10,0,1,0,1,0,0,0),(207328,30617,1,1,2,0,0,7817.51,-2315.01,456.102,5.27371,120,10,0,1,0,1,0,0,0),(207329,30617,1,1,2,0,0,7822.45,-2282.63,458.807,1.37881,120,10,0,1,0,1,0,0,0),(207330,30617,1,1,2,0,0,7850.79,-2287.52,462.172,1.58825,120,10,0,1,0,1,0,0,0),(207331,30617,1,1,2,0,0,7925.81,-2239.31,483.861,2.82743,120,10,0,1,0,1,0,0,0),(207332,30617,1,1,2,0,0,7934.27,-2166.01,494.343,2.89725,120,10,0,1,0,1,0,0,0),(207333,30617,1,1,2,0,0,7939,-2208.22,490.373,3.00197,120,10,0,1,0,1,0,0,0),(207334,30617,1,1,2,0,0,7971.91,-2218.75,483.741,5.42112,120,10,0,1,0,1,0,0,0),(207335,30617,1,1,2,0,0,7975.02,-2170.39,496.78,5.3624,120,10,0,1,0,1,0,0,0),(207336,30627,1,1,2,0,1,7791.41,-2126.19,481.4,4.34767,120,10,0,1,0,1,0,0,0),(207337,30627,1,1,2,0,1,7810.73,-2233.28,462.651,0.820305,120,10,0,1,0,1,0,0,0),(207338,30627,1,1,2,0,1,7811.79,-2228.92,462.375,0.619222,120,10,0,1,0,1,0,0,0),(207339,30627,1,1,2,0,1,7811.89,-2184.61,473.085,2.40855,120,10,0,1,0,1,0,0,0),(207340,30627,1,1,2,0,1,7819.2,-2189.3,472.577,6.14549,120,10,0,1,0,1,0,0,0),(207341,30627,1,1,2,0,1,7834.28,-2148.89,485.644,3.45187,120,10,0,1,0,1,0,0,0),(207342,30627,1,1,2,0,1,7847.39,-2151.63,482.205,2.88288,120,10,0,1,0,1,0,0,0),(207343,30627,1,1,2,0,1,7864.72,-2242.91,468.721,5.91538,120,10,0,1,0,1,0,0,0),(207344,30627,1,1,2,0,1,7880.41,-2177.52,478.835,5.86337,120,10,0,1,0,1,0,0,0),(207345,30627,1,1,2,0,1,7885.47,-2181.66,478.783,2.57506,120,10,0,1,0,1,0,0,0),(207346,30627,1,1,2,0,1,7886.31,-2182.19,478.849,5.62299,120,10,0,1,0,1,0,0,0),(207347,30627,1,1,2,0,1,7901.62,-2235.67,476.772,4.44047,120,10,0,1,0,1,0,0,0),(207348,30627,1,1,2,0,1,7903.12,-2128.66,494.152,3.16307,120,10,0,1,0,1,0,0,0),(207349,30627,1,1,2,0,1,7903.28,-2227.99,476.287,2.25147,120,10,0,1,0,1,0,0,0),(207214,32594,571,1,4,0,1,7306.99,-2931.49,851.378,1.5184,120,0,0,1,0,0,0,0,0),(207215,32571,571,1,4,0,0,7309.45,-2612.99,814.927,1.5882,120,0,0,1,0,0,0,0,0),(207216,32540,571,1,4,0,1,7285.09,-2864.6,822.226,0.8726,120,0,0,1,0,0,0,0,0),(207217,30456,571,1,4,0,0,7358.63,-2815.48,797.964,1.6929,120,0,0,1,0,0,0,0,0),(207218,30294,571,1,4,0,0,7365.76,-2674.17,747.048,3.9269,120,0,0,1,0,0,0,0,0),(207219,30127,571,1,8,0,1,7199.22,-2653.99,813.64,0.2268,120,0,0,1,0,0,0,0,0),(207220,30105,571,1,5,0,1,7345.9,-2812.95,798.571,1.5009,120,0,0,1,0,0,0,0,0),(1975798,22515,631,15,1,0,0,486.092,-2061.76,845.878,0,120,0,0,0,0,0,0,0,0),(1975797,22515,631,15,1,0,0,482.924,-2078.25,840.94,0,120,0,0,0,0,0,0,0,0),(1975796,22515,631,15,1,0,0,477.042,-2164.19,840.94,0,120,0,0,0,0,0,0,0,0),(1975795,22515,631,15,1,0,0,470.72,-2183.84,845.878,0,120,0,0,0,0,0,0,0,0),(1975794,22515,631,15,1,0,0,466.25,-2071.3,845.878,0,120,0,0,0,0,0,0,0,0),(1975816,36171,631,15,1,0,0,514.554,-2523.16,1049.95,0,120,0,0,0,0,0,0,0,0),(1975815,36171,631,15,1,0,0,495.708,-2523.76,1049.95,0,120,0,0,0,0,0,0,0,0),(150211,36597,631,15,1,0,1,428.597,-2123.88,864.959,0,604800,0,0,0,0,0,0,0,0),(150212,38995,631,15,1,0,1,505.212,-2124.35,840.94,0,3600,0,0,0,0,0,0,0,0),(150213,26523,571,1,1,0,0,3276.47,-735.589,168.92,3.89208,120,0,0,1,0,0,0,0,0),(150214,26523,571,1,1,0,0,3282.07,-740.141,169.102,4.01426,120,0,0,1,0,0,0,0,0),(150215,26523,571,1,1,0,0,3287.59,-744.934,169.402,4.10152,120,0,0,1,0,0,0,0,0),(150216,26523,571,1,1,0,0,3293.81,-749.658,169.788,4.17134,120,0,0,1,0,0,0,0,0),(150217,26523,571,1,1,0,0,3299.85,-753.186,170.579,4.2586,120,0,0,1,0,0,0,0,0),(150218,39372,631,15,1,0,1,-48.8993,2219.42,27.9859,3.22886,120,0,0,1,0,0,0,0,0),(129440,19169,530,1,1,22360,1,9687.96,-7346.09,11.956,1.50098,120,0,0,1,0,0,0,0,0),(129441,19169,530,1,1,22361,1,9689.33,-7345.39,11.9144,4.20624,120,0,0,1,0,0,3,0,0),(129442,19169,530,1,1,22361,1,9556.56,-7157.38,14.2799,6.10865,120,0,0,1,0,0,3,0,0),(129443,19169,530,1,1,22360,1,9558.34,-7157.94,14.3132,2.63545,120,0,0,1,0,0,0,0,0),(129444,19169,530,1,1,22361,1,9757.39,-7485.7,13.6171,4.76475,120,0,0,1,0,0,3,0,0),(129445,19169,530,1,1,22360,1,9757.64,-7487.37,13.6167,1.55334,120,0,0,1,0,0,0,0,0),(128461,19176,1,1,1,22376,0,-1240.74,88.4645,129.187,2.23402,180,0,0,1,0,0,0,0,0),(128462,19176,1,1,1,22377,0,-1240.55,90.6357,129.002,4.83456,180,0,0,1,0,0,3,0,0),(128463,19176,1,1,1,0,0,-1240.74,88.4645,129.187,2.23402,180,0,0,1,0,0,0,0,0),(128464,19176,1,1,1,0,0,-1240.55,90.6357,129.002,4.83456,180,0,0,1,0,0,3,0,0),(137705,30407,571,1,2,0,0,6626.3,506.401,397.147,4.18879,120,0,0,1,0,0,0,0,0),(137706,30407,571,1,2,0,0,6637.99,543.435,399.442,3.71755,120,0,0,1,0,0,0,0,0),(137707,30407,571,1,2,0,0,6639.68,584.768,404.993,4.29351,120,0,0,1,0,0,0,0,0),(137708,30407,571,1,2,0,0,6661.97,459.709,406.892,3.83972,120,0,0,1,0,0,0,0,0),(137709,30407,571,1,2,0,0,6706.3,419.095,411.276,3.50811,120,0,0,1,0,0,0,0,0),(137710,30407,571,1,2,0,0,6706.94,508.801,402.886,3.87463,120,0,0,1,0,0,0,0,0),(137711,30407,571,1,2,0,0,6717.4,471.659,407.545,3.71755,120,0,0,1,0,0,0,0,0),(137712,30407,571,1,2,0,0,6719.31,453.598,419.284,3.63028,120,0,0,1,0,0,0,0,0),(137713,30407,571,1,2,0,0,6747.94,625.842,426.121,3.35103,120,0,0,1,0,0,0,0,0),(137714,30407,571,1,2,0,0,6751.84,482.251,419.284,2.84489,120,0,0,1,0,0,0,0,0),(137715,30407,571,1,2,0,0,6763.8,583.042,425.983,3.92699,120,0,0,1,0,0,0,0,0),(137716,30407,571,1,2,0,0,6770.93,560.351,429.174,3.85718,120,0,0,1,0,0,0,0,0),(137717,30407,571,1,2,0,0,6808.22,533.132,425.147,3.71755,120,0,0,1,0,0,0,0,0),(137718,30407,571,1,2,0,0,6858.35,482.925,467.956,1.18682,120,0,0,1,0,0,0,0,0),(137719,30407,571,1,2,0,0,6923.79,482.555,471.962,2.11185,120,0,0,1,0,0,0,0,0),(137720,30407,571,1,2,0,0,6561.04,530.434,405.425,4.59022,120,0,0,1,0,0,0,0,0),(137721,30407,571,1,2,0,0,6406.62,298.348,468.439,5.20108,120,0,0,1,0,0,0,0,0),(137722,30407,571,1,2,0,0,6629.71,654.945,405.149,4.41568,120,0,0,1,0,0,0,0,0),(137723,30407,571,1,2,0,0,6580.1,599.227,419.102,0.928458,120,0,0,1,0,0,0,0,0),(137724,30544,571,1,2,23883,0,6760.42,515.039,411.837,3.66099,300,0,0,11770,0,2,0,0,0),(137725,30544,571,1,2,23883,0,6769.89,628.623,425.97,-1.65443,300,0,0,11770,0,2,0,0,0),(137726,30544,571,1,2,23883,0,6697.87,429.598,406.569,1.77104,300,0,0,11770,0,2,0,0,0),(137727,30544,571,1,2,23883,0,6622.62,585.661,402.875,5.61246,300,0,0,11770,0,2,0,0,0),(137728,30544,571,1,2,23883,0,6710.23,685.938,408.296,3.24837,300,0,0,11770,0,2,0,0,0),(137729,30544,571,1,2,23883,0,6575.6,465.094,407.446,2.69257,300,0,0,11770,0,2,0,0,0),(137730,30544,571,1,2,23883,0,6641.92,396.595,408.673,2.55359,300,0,0,11770,0,2,0,0,0),(1789,36851,571,1,1,0,0,5796.97,693.943,658.352,0.383972,300,0,0,1,0,0,0,0,0),(1790,36856,571,1,1,0,0,5798.27,691.66,658.032,0.436332,300,0,0,1,0,0,0,0,0),(1823,33031,571,1,1,0,1,5743.38,672.059,612.487,5.42797,300,0,0,1,0,0,0,0,0),(4761,37942,571,1,1,0,1,5765.45,734.38,653.748,2.7227,300,0,0,1,0,0,0,0,0),(207630,34949,530,1,1,0,0,-1955.67,5251.03,-42.389,5.32325,120,0,0,1,0,0,0,0,0),(207631,34949,530,1,1,0,0,-2039.23,5331.15,-40.4661,4.81711,120,0,0,1,0,0,0,0,0),(207632,34951,530,1,1,0,0,-2039.33,5327.61,-39.8431,1.55334,120,0,0,1,0,0,0,0,0),(207633,34949,530,1,1,0,0,-2054.11,5246.56,-39.2211,1.8326,120,0,0,1,0,0,0,0,0),(207634,34951,530,1,1,0,0,-2054.87,5250.2,-38.944,5.06145,120,0,0,1,0,0,0,0,0),(207635,34948,530,1,1,0,0,-1649.32,5219.5,-43.031,4.50295,120,0,0,1,0,0,0,0,0),(207636,34950,530,1,1,0,0,-1650.46,5216.03,-42.111,1.29154,120,0,0,1,0,0,0,0,0),(207637,34948,530,1,1,0,0,-1667.33,5410.56,-40.3227,1.6057,120,0,0,1,0,0,0,0,0),(207638,34950,530,1,1,0,0,-1667.34,5413.18,-40.3227,4.7822,120,0,0,1,0,0,0,0,0),(207639,34948,530,1,1,0,0,-1676.71,5504.1,-40.316,2.6529,120,0,0,1,0,0,0,0,0),(207640,34950,530,1,1,0,0,-1678.97,5505.96,-40.307,5.79449,120,0,0,1,0,0,0,0,0),(207641,34948,530,1,1,0,0,-1764.38,5158.26,-37.1216,5.86431,120,0,0,1,0,0,0,0,0),(207642,34948,530,1,1,0,0,-1779.92,5252.18,-40.1258,3.90954,120,0,0,1,0,0,0,0,0),(207643,34950,530,1,1,0,0,-1782.26,5249.88,-40.1258,1.0821,120,0,0,1,0,0,0,0,0),(207644,34950,530,1,1,0,0,-1783.07,5451.48,-12.3448,1.76278,120,0,0,1,0,0,0,0,0),(207645,34948,530,1,1,0,0,-1784.13,5455.85,-12.3448,4.7473,120,0,0,1,0,0,0,0,0),(207646,34950,530,1,1,0,0,-1817.3,5431.37,-12.3449,1.74533,120,0,0,1,0,0,0,0,0),(207647,34948,530,1,1,0,0,-1818.03,5434.83,-12.3449,4.60767,120,0,0,1,0,0,0,0,0),(207648,34950,530,1,1,0,0,-1839.07,5148.27,-42.8,4.29351,120,0,0,1,0,0,0,0,0),(207649,34950,530,1,1,0,0,-1840.23,5146.01,-42.2827,0.959931,120,0,0,1,0,0,0,0,0),(207650,34950,530,1,1,0,0,-1846.33,5347.47,-12.3448,3.83972,120,0,0,1,0,0,0,0,0),(207651,34948,530,1,1,0,0,-1850.34,5346.85,-12.3448,6.14356,120,0,0,1,0,0,0,0,0),(207652,34950,530,1,1,0,0,-1881.62,5512.39,-12.3448,3.90954,120,0,0,1,0,0,0,0,0),(207653,34950,530,1,1,0,0,-1885.31,5510.87,-12.3448,0.453786,120,0,0,1,0,0,0,0,0),(207654,34948,530,1,1,0,0,-1943.89,5408,-12.3448,1.50098,120,0,0,1,0,0,0,0,0),(207655,34950,530,1,1,0,0,-1944.16,5411.71,-12.3448,4.81711,120,0,0,1,0,0,0,0,0),(207656,34948,530,1,1,0,0,-2030.25,5224.99,-41.3888,3.29867,120,0,0,1,0,0,0,0,0),(207657,34950,530,1,1,0,0,-2033.21,5224.99,-41.0004,0.366519,120,0,0,1,0,0,0,0,0),(207658,34948,530,1,1,0,0,-2047.45,5346.7,-40.705,2.61799,120,0,0,1,0,0,0,0,0),(207659,34950,530,1,1,0,0,-2049.34,5348.6,-40.9915,5.51524,120,0,0,1,0,0,0,0,0),(207660,35022,530,1,1,0,1,-1964.78,5259.32,-38.7629,4.43314,120,0,0,1,0,0,0,0,0),(207661,35026,530,1,1,0,1,-1766.13,5257.02,-38.764,5.51524,120,0,0,1,0,0,0,0,0),(207662,30567,530,1,1,0,0,-1666.55,5192.02,-41.3905,3.71755,120,0,0,1,0,0,0,0,0),(207663,30567,530,1,1,0,0,-1669.92,5188.15,-43.2296,0.523599,120,0,0,1,0,0,0,0,0),(207664,30567,530,1,1,0,0,-1688.98,5531.12,-40.4948,4.64258,120,0,0,1,0,0,0,0,0),(207665,30567,530,1,1,0,0,-1689.12,5527.93,-40.3166,1.50098,120,0,0,1,0,0,0,0,0),(207666,30567,530,1,1,0,0,-1738.01,5147.58,-37.1216,4.04916,120,0,0,1,0,0,0,0,0),(207667,30567,530,1,1,0,0,-1797.06,5479.81,-12.3448,2.1293,120,0,0,1,0,0,0,0,0),(207668,30567,530,1,1,0,0,-1799.63,5482.91,-12.3448,5.18363,120,0,0,1,0,0,0,0,0),(207669,30567,530,1,1,0,0,-1809.68,5366.84,-12.3448,3.92699,120,0,0,1,0,0,0,0,0),(207670,30567,530,1,1,0,0,-1812.39,5364.03,-12.3448,0.698132,120,0,0,1,0,0,0,0,0),(207671,30567,530,1,1,0,0,-1865.91,5144.91,-42.5324,1.8675,120,0,0,1,0,0,0,0,0),(207672,30567,530,1,1,0,0,-1867.23,5148.14,-43.1353,4.97419,120,0,0,1,0,0,0,0,0),(207673,30567,530,1,1,0,0,-1908.2,5433.96,-12.3449,1.74533,120,0,0,1,0,0,0,0,0),(207674,30567,530,1,1,0,0,-1908.43,5437.61,-12.3449,4.93928,120,0,0,1,0,0,0,0,0),(207675,30567,530,1,1,0,0,-1912.37,5497.59,-12.3448,3.66519,120,0,0,1,0,0,0,0,0),(207676,30567,530,1,1,0,0,-1915.73,5495.29,-12.3448,0.191986,120,0,0,1,0,0,0,0,0),(207677,30567,530,1,1,0,0,-1926.31,5376.15,-12.3448,2.11185,120,0,0,1,0,0,0,0,0),(207678,30567,530,1,1,0,0,-1928.93,5379.56,-12.3448,5.27089,120,0,0,1,0,0,0,0,0),(207679,30567,530,1,1,0,0,-1953.4,5248.49,-42.6463,2.11185,120,0,0,1,0,0,0,0,0),(207680,30567,530,1,1,0,0,-1955.67,5251.03,-42.389,5.32325,120,0,0,1,0,0,0,0,0),(207681,30567,530,1,1,0,0,-2039.23,5331.15,-40.4661,4.81711,120,0,0,1,0,0,0,0,0),(207682,30567,530,1,1,0,0,-2039.33,5327.61,-39.8431,1.55334,120,0,0,1,0,0,0,0,0),(207683,30567,530,1,1,0,0,-2054.11,5246.56,-39.2211,1.8326,120,0,0,1,0,0,0,0,0),(207684,30567,530,1,1,0,0,-2054.87,5250.2,-38.944,5.06145,120,0,0,1,0,0,0,0,0),(207685,30566,530,1,1,0,0,-1649.32,5219.5,-43.031,4.50295,120,0,0,1,0,0,0,0,0),(207686,30566,530,1,1,0,0,-1650.46,5216.03,-42.111,1.29154,120,0,0,1,0,0,0,0,0),(207687,30566,530,1,1,0,0,-1667.33,5410.56,-40.3227,1.6057,120,0,0,1,0,0,0,0,0),(207688,30566,530,1,1,0,0,-1667.34,5413.18,-40.3227,4.7822,120,0,0,1,0,0,0,0,0),(207689,30566,530,1,1,0,0,-1676.71,5504.1,-40.316,2.6529,120,0,0,1,0,0,0,0,0),(207690,30566,530,1,1,0,0,-1678.97,5505.96,-40.307,5.79449,120,0,0,1,0,0,0,0,0),(207691,30566,530,1,1,0,0,-1764.38,5158.26,-37.1216,5.86431,120,0,0,1,0,0,0,0,0),(207692,30566,530,1,1,0,0,-1779.92,5252.18,-40.1258,3.90954,120,0,0,1,0,0,0,0,0),(207693,30566,530,1,1,0,0,-1782.26,5249.88,-40.1258,1.0821,120,0,0,1,0,0,0,0,0),(207694,30566,530,1,1,0,0,-1783.07,5451.48,-12.3448,1.76278,120,0,0,1,0,0,0,0,0),(207695,30566,530,1,1,0,0,-1784.13,5455.85,-12.3448,4.7473,120,0,0,1,0,0,0,0,0),(207696,30566,530,1,1,0,0,-1817.3,5431.37,-12.3449,1.74533,120,0,0,1,0,0,0,0,0),(207697,30566,530,1,1,0,0,-1818.03,5434.83,-12.3449,4.60767,120,0,0,1,0,0,0,0,0),(207698,30566,530,1,1,0,0,-1839.07,5148.27,-42.8,4.29351,120,0,0,1,0,0,0,0,0),(207699,30566,530,1,1,0,0,-1840.23,5146.01,-42.2827,0.959931,120,0,0,1,0,0,0,0,0),(207700,30566,530,1,1,0,0,-1846.33,5347.47,-12.3448,3.83972,120,0,0,1,0,0,0,0,0),(207701,30566,530,1,1,0,0,-1850.34,5346.85,-12.3448,6.14356,120,0,0,1,0,0,0,0,0),(207702,30566,530,1,1,0,0,-1881.62,5512.39,-12.3448,3.90954,120,0,0,1,0,0,0,0,0),(207703,30566,530,1,1,0,0,-1885.31,5510.87,-12.3448,0.453786,120,0,0,1,0,0,0,0,0),(207704,30566,530,1,1,0,0,-1943.89,5408,-12.3448,1.50098,120,0,0,1,0,0,0,0,0),(207705,30566,530,1,1,0,0,-1944.16,5411.71,-12.3448,4.81711,120,0,0,1,0,0,0,0,0),(207706,30566,530,1,1,0,0,-2030.25,5224.99,-41.3888,3.29867,120,0,0,1,0,0,0,0,0),(207707,30566,530,1,1,0,0,-2033.21,5224.99,-41.0004,0.366519,120,0,0,1,0,0,0,0,0),(207708,30566,530,1,1,0,0,-2047.45,5346.7,-40.705,2.61799,120,0,0,1,0,0,0,0,0),(207709,30566,530,1,1,0,0,-2049.34,5348.6,-40.9915,5.51524,120,0,0,1,0,0,0,0,0),(207710,30586,530,1,1,0,1,-1964.78,5259.32,-38.7629,4.43314,120,0,0,1,0,0,0,0,0),(207711,30587,530,1,1,0,1,-1766.13,5257.02,-38.764,5.51524,120,0,0,1,0,0,0,0,0),(207712,14990,530,1,1,0,0,-1666.55,5192.02,-41.3905,3.71755,120,0,0,1,0,0,0,0,0),(207713,14990,530,1,1,0,0,-1669.92,5188.15,-43.2296,0.523599,120,0,0,1,0,0,0,0,0),(207714,14990,530,1,1,0,0,-1688.98,5531.12,-40.4948,4.64258,120,0,0,1,0,0,0,0,0),(207715,14990,530,1,1,0,0,-1689.12,5527.93,-40.3166,1.50098,120,0,0,1,0,0,0,0,0),(207716,14990,530,1,1,0,0,-1738.01,5147.58,-37.1216,4.04916,120,0,0,1,0,0,0,0,0),(207717,14990,530,1,1,0,0,-1797.06,5479.81,-12.3448,2.1293,120,0,0,1,0,0,0,0,0),(207718,14990,530,1,1,0,0,-1799.63,5482.91,-12.3448,5.18363,120,0,0,1,0,0,0,0,0),(207719,14990,530,1,1,0,0,-1809.68,5366.84,-12.3448,3.92699,120,0,0,1,0,0,0,0,0),(207720,14990,530,1,1,0,0,-1812.39,5364.03,-12.3448,0.698132,120,0,0,1,0,0,0,0,0),(207721,14990,530,1,1,0,0,-1865.91,5144.91,-42.5324,1.8675,120,0,0,1,0,0,0,0,0),(207722,14990,530,1,1,0,0,-1867.23,5148.14,-43.1353,4.97419,120,0,0,1,0,0,0,0,0),(207723,14990,530,1,1,0,0,-1908.2,5433.96,-12.3449,1.74533,120,0,0,1,0,0,0,0,0),(207724,14990,530,1,1,0,0,-1908.43,5437.61,-12.3449,4.93928,120,0,0,1,0,0,0,0,0),(207725,14990,530,1,1,0,0,-1912.37,5497.59,-12.3448,3.66519,120,0,0,1,0,0,0,0,0),(207726,14990,530,1,1,0,0,-1915.73,5495.29,-12.3448,0.191986,120,0,0,1,0,0,0,0,0),(207727,14990,530,1,1,0,0,-1926.31,5376.15,-12.3448,2.11185,120,0,0,1,0,0,0,0,0),(207728,14990,530,1,1,0,0,-1928.93,5379.56,-12.3448,5.27089,120,0,0,1,0,0,0,0,0),(207729,14990,530,1,1,0,0,-1953.4,5248.49,-42.6463,2.11185,120,0,0,1,0,0,0,0,0),(207730,14990,530,1,1,0,0,-1955.67,5251.03,-42.389,5.32325,120,0,0,1,0,0,0,0,0),(207731,14990,530,1,1,0,0,-2039.23,5331.15,-40.4661,4.81711,120,0,0,1,0,0,0,0,0),(207732,14990,530,1,1,0,0,-2039.33,5327.61,-39.8431,1.55334,120,0,0,1,0,0,0,0,0),(207733,14990,530,1,1,0,0,-2054.11,5246.56,-39.2211,1.8326,120,0,0,1,0,0,0,0,0),(207734,14990,530,1,1,0,0,-2054.87,5250.2,-38.944,5.06145,120,0,0,1,0,0,0,0,0),(207735,14991,530,1,1,0,0,-1649.32,5219.5,-43.031,4.50295,120,0,0,1,0,0,0,0,0),(207736,14991,530,1,1,0,0,-1650.46,5216.03,-42.111,1.29154,120,0,0,1,0,0,0,0,0),(207737,14991,530,1,1,0,0,-1667.33,5410.56,-40.3227,1.6057,120,0,0,1,0,0,0,0,0),(207738,14991,530,1,1,0,0,-1667.34,5413.18,-40.3227,4.7822,120,0,0,1,0,0,0,0,0),(207739,14991,530,1,1,0,0,-1676.71,5504.1,-40.316,2.6529,120,0,0,1,0,0,0,0,0),(207740,14991,530,1,1,0,0,-1678.97,5505.96,-40.307,5.79449,120,0,0,1,0,0,0,0,0),(207741,14991,530,1,1,0,0,-1764.38,5158.26,-37.1216,5.86431,120,0,0,1,0,0,0,0,0),(207742,14991,530,1,1,0,0,-1779.92,5252.18,-40.1258,3.90954,120,0,0,1,0,0,0,0,0),(207743,14991,530,1,1,0,0,-1782.26,5249.88,-40.1258,1.0821,120,0,0,1,0,0,0,0,0),(207744,14991,530,1,1,0,0,-1783.07,5451.48,-12.3448,1.76278,120,0,0,1,0,0,0,0,0),(207745,14991,530,1,1,0,0,-1784.13,5455.85,-12.3448,4.7473,120,0,0,1,0,0,0,0,0),(207746,14991,530,1,1,0,0,-1817.3,5431.37,-12.3449,1.74533,120,0,0,1,0,0,0,0,0),(207747,14991,530,1,1,0,0,-1818.03,5434.83,-12.3449,4.60767,120,0,0,1,0,0,0,0,0),(207748,14991,530,1,1,0,0,-1839.07,5148.27,-42.8,4.29351,120,0,0,1,0,0,0,0,0),(207749,14991,530,1,1,0,0,-1840.23,5146.01,-42.2827,0.959931,120,0,0,1,0,0,0,0,0),(207750,14991,530,1,1,0,0,-1846.33,5347.47,-12.3448,3.83972,120,0,0,1,0,0,0,0,0),(207751,14991,530,1,1,0,0,-1850.34,5346.85,-12.3448,6.14356,120,0,0,1,0,0,0,0,0),(207752,14991,530,1,1,0,0,-1881.62,5512.39,-12.3448,3.90954,120,0,0,1,0,0,0,0,0),(207753,14991,530,1,1,0,0,-1885.31,5510.87,-12.3448,0.453786,120,0,0,1,0,0,0,0,0),(207754,14991,530,1,1,0,0,-1943.89,5408,-12.3448,1.50098,120,0,0,1,0,0,0,0,0),(207755,14991,530,1,1,0,0,-1944.16,5411.71,-12.3448,4.81711,120,0,0,1,0,0,0,0,0),(207756,14991,530,1,1,0,0,-2030.25,5224.99,-41.3888,3.29867,120,0,0,1,0,0,0,0,0),(207757,14991,530,1,1,0,0,-2033.21,5224.99,-41.0004,0.366519,120,0,0,1,0,0,0,0,0),(207758,14991,530,1,1,0,0,-2047.45,5346.7,-40.705,2.61799,120,0,0,1,0,0,0,0,0),(207759,14991,530,1,1,0,0,-2049.34,5348.6,-40.9915,5.51524,120,0,0,1,0,0,0,0,0),(207760,20274,530,1,1,0,1,-1964.78,5259.32,-38.7629,4.43314,120,0,0,1,0,0,0,0,0),(207761,20273,530,1,1,0,1,-1766.13,5257.02,-38.764,5.51524,120,0,0,1,0,0,0,0,0),(207762,22015,530,1,1,0,0,-1666.55,5192.02,-41.3905,3.71755,120,0,0,1,0,0,0,0,0),(207763,22015,530,1,1,0,0,-1669.92,5188.15,-43.2296,0.523599,120,0,0,1,0,0,0,0,0),(207764,22015,530,1,1,0,0,-1688.98,5531.12,-40.4948,4.64258,120,0,0,1,0,0,0,0,0),(207765,22015,530,1,1,0,0,-1689.12,5527.93,-40.3166,1.50098,120,0,0,1,0,0,0,0,0),(207766,22015,530,1,1,0,0,-1738.01,5147.58,-37.1216,4.04916,120,0,0,1,0,0,0,0,0),(207767,22015,530,1,1,0,0,-1797.06,5479.81,-12.3448,2.1293,120,0,0,1,0,0,0,0,0),(207768,22015,530,1,1,0,0,-1799.63,5482.91,-12.3448,5.18363,120,0,0,1,0,0,0,0,0),(207769,22015,530,1,1,0,0,-1809.68,5366.84,-12.3448,3.92699,120,0,0,1,0,0,0,0,0),(207770,22015,530,1,1,0,0,-1812.39,5364.03,-12.3448,0.698132,120,0,0,1,0,0,0,0,0),(207771,22015,530,1,1,0,0,-1865.91,5144.91,-42.5324,1.8675,120,0,0,1,0,0,0,0,0),(207772,22015,530,1,1,0,0,-1867.23,5148.14,-43.1353,4.97419,120,0,0,1,0,0,0,0,0),(207773,22015,530,1,1,0,0,-1908.2,5433.96,-12.3449,1.74533,120,0,0,1,0,0,0,0,0),(207774,22015,530,1,1,0,0,-1908.43,5437.61,-12.3449,4.93928,120,0,0,1,0,0,0,0,0),(207775,22015,530,1,1,0,0,-1912.37,5497.59,-12.3448,3.66519,120,0,0,1,0,0,0,0,0),(207776,22015,530,1,1,0,0,-1915.73,5495.29,-12.3448,0.191986,120,0,0,1,0,0,0,0,0),(207777,22015,530,1,1,0,0,-1926.31,5376.15,-12.3448,2.11185,120,0,0,1,0,0,0,0,0),(207778,22015,530,1,1,0,0,-1928.93,5379.56,-12.3448,5.27089,120,0,0,1,0,0,0,0,0),(207779,22015,530,1,1,0,0,-1953.4,5248.49,-42.6463,2.11185,120,0,0,1,0,0,0,0,0),(207780,22015,530,1,1,0,0,-1955.67,5251.03,-42.389,5.32325,120,0,0,1,0,0,0,0,0),(207781,22015,530,1,1,0,0,-2039.23,5331.15,-40.4661,4.81711,120,0,0,1,0,0,0,0,0),(207782,22015,530,1,1,0,0,-2039.33,5327.61,-39.8431,1.55334,120,0,0,1,0,0,0,0,0),(207783,22015,530,1,1,0,0,-2054.11,5246.56,-39.2211,1.8326,120,0,0,1,0,0,0,0,0),(207784,22015,530,1,1,0,0,-2054.87,5250.2,-38.944,5.06145,120,0,0,1,0,0,0,0,0),(207785,22013,530,1,1,0,0,-1649.32,5219.5,-43.031,4.50295,120,0,0,1,0,0,0,0,0),(207786,22013,530,1,1,0,0,-1650.46,5216.03,-42.111,1.29154,120,0,0,1,0,0,0,0,0),(207787,22013,530,1,1,0,0,-1667.33,5410.56,-40.3227,1.6057,120,0,0,1,0,0,0,0,0),(207788,22013,530,1,1,0,0,-1667.34,5413.18,-40.3227,4.7822,120,0,0,1,0,0,0,0,0),(207789,22013,530,1,1,0,0,-1676.71,5504.1,-40.316,2.6529,120,0,0,1,0,0,0,0,0),(207790,22013,530,1,1,0,0,-1678.97,5505.96,-40.307,5.79449,120,0,0,1,0,0,0,0,0),(207791,22013,530,1,1,0,0,-1764.38,5158.26,-37.1216,5.86431,120,0,0,1,0,0,0,0,0),(207792,22013,530,1,1,0,0,-1779.92,5252.18,-40.1258,3.90954,120,0,0,1,0,0,0,0,0),(207793,22013,530,1,1,0,0,-1782.26,5249.88,-40.1258,1.0821,120,0,0,1,0,0,0,0,0),(207794,22013,530,1,1,0,0,-1783.07,5451.48,-12.3448,1.76278,120,0,0,1,0,0,0,0,0),(207795,22013,530,1,1,0,0,-1784.13,5455.85,-12.3448,4.7473,120,0,0,1,0,0,0,0,0),(207796,22013,530,1,1,0,0,-1817.3,5431.37,-12.3449,1.74533,120,0,0,1,0,0,0,0,0),(207797,22013,530,1,1,0,0,-1818.03,5434.83,-12.3449,4.60767,120,0,0,1,0,0,0,0,0),(207798,22013,530,1,1,0,0,-1839.07,5148.27,-42.8,4.29351,120,0,0,1,0,0,0,0,0),(207799,22013,530,1,1,0,0,-1840.23,5146.01,-42.2827,0.959931,120,0,0,1,0,0,0,0,0),(207800,22013,530,1,1,0,0,-1846.33,5347.47,-12.3448,3.83972,120,0,0,1,0,0,0,0,0),(207801,22013,530,1,1,0,0,-1850.34,5346.85,-12.3448,6.14356,120,0,0,1,0,0,0,0,0),(207802,22013,530,1,1,0,0,-1881.62,5512.39,-12.3448,3.90954,120,0,0,1,0,0,0,0,0),(207803,22013,530,1,1,0,0,-1885.31,5510.87,-12.3448,0.453786,120,0,0,1,0,0,0,0,0),(207804,22013,530,1,1,0,0,-1943.89,5408,-12.3448,1.50098,120,0,0,1,0,0,0,0,0),(207805,22013,530,1,1,0,0,-1944.16,5411.71,-12.3448,4.81711,120,0,0,1,0,0,0,0,0),(207806,22013,530,1,1,0,0,-2030.25,5224.99,-41.3888,3.29867,120,0,0,1,0,0,0,0,0),(207807,22013,530,1,1,0,0,-2033.21,5224.99,-41.0004,0.366519,120,0,0,1,0,0,0,0,0),(207808,22013,530,1,1,0,0,-2047.45,5346.7,-40.705,2.61799,120,0,0,1,0,0,0,0,0),(207809,22013,530,1,1,0,0,-2049.34,5348.6,-40.9915,5.51524,120,0,0,1,0,0,0,0,0),(207810,20384,530,1,1,0,1,-1964.78,5259.32,-38.7629,4.43314,120,0,0,1,0,0,0,0,0),(207811,20362,530,1,1,0,1,-1766.13,5257.02,-38.764,5.51524,120,0,0,1,0,0,0,0,0),(207812,15106,530,1,1,0,0,-1666.55,5192.02,-41.3905,3.71755,120,0,0,1,0,0,0,0,0),(207813,15106,530,1,1,0,0,-1669.92,5188.15,-43.2296,0.523599,120,0,0,1,0,0,0,0,0),(207814,15106,530,1,1,0,0,-1688.98,5531.12,-40.4948,4.64258,120,0,0,1,0,0,0,0,0),(207815,15106,530,1,1,0,0,-1689.12,5527.93,-40.3166,1.50098,120,0,0,1,0,0,0,0,0),(207816,15106,530,1,1,0,0,-1738.01,5147.58,-37.1216,4.04916,120,0,0,1,0,0,0,0,0),(207817,15106,530,1,1,0,0,-1797.06,5479.81,-12.3448,2.1293,120,0,0,1,0,0,0,0,0),(207818,15106,530,1,1,0,0,-1799.63,5482.91,-12.3448,5.18363,120,0,0,1,0,0,0,0,0),(207819,15106,530,1,1,0,0,-1809.68,5366.84,-12.3448,3.92699,120,0,0,1,0,0,0,0,0),(207820,15106,530,1,1,0,0,-1812.39,5364.03,-12.3448,0.698132,120,0,0,1,0,0,0,0,0),(207821,15106,530,1,1,0,0,-1865.91,5144.91,-42.5324,1.8675,120,0,0,1,0,0,0,0,0),(207822,15106,530,1,1,0,0,-1867.23,5148.14,-43.1353,4.97419,120,0,0,1,0,0,0,0,0),(207823,15106,530,1,1,0,0,-1908.2,5433.96,-12.3449,1.74533,120,0,0,1,0,0,0,0,0),(207824,15106,530,1,1,0,0,-1908.43,5437.61,-12.3449,4.93928,120,0,0,1,0,0,0,0,0),(207825,15106,530,1,1,0,0,-1912.37,5497.59,-12.3448,3.66519,120,0,0,1,0,0,0,0,0),(207826,15106,530,1,1,0,0,-1915.73,5495.29,-12.3448,0.191986,120,0,0,1,0,0,0,0,0),(207827,15106,530,1,1,0,0,-1926.31,5376.15,-12.3448,2.11185,120,0,0,1,0,0,0,0,0),(207828,15106,530,1,1,0,0,-1928.93,5379.56,-12.3448,5.27089,120,0,0,1,0,0,0,0,0),(207829,15106,530,1,1,0,0,-1953.4,5248.49,-42.6463,2.11185,120,0,0,1,0,0,0,0,0),(207830,15106,530,1,1,0,0,-1955.67,5251.03,-42.389,5.32325,120,0,0,1,0,0,0,0,0),(207831,15106,530,1,1,0,0,-2039.23,5331.15,-40.4661,4.81711,120,0,0,1,0,0,0,0,0),(207832,15106,530,1,1,0,0,-2039.33,5327.61,-39.8431,1.55334,120,0,0,1,0,0,0,0,0),(207833,15106,530,1,1,0,0,-2054.11,5246.56,-39.2211,1.8326,120,0,0,1,0,0,0,0,0),(207834,15106,530,1,1,0,0,-2054.87,5250.2,-38.944,5.06145,120,0,0,1,0,0,0,0,0),(207835,15103,530,1,1,0,0,-1649.32,5219.5,-43.031,4.50295,120,0,0,1,0,0,0,0,0),(207836,15103,530,1,1,0,0,-1650.46,5216.03,-42.111,1.29154,120,0,0,1,0,0,0,0,0),(207837,15103,530,1,1,0,0,-1667.33,5410.56,-40.3227,1.6057,120,0,0,1,0,0,0,0,0),(207838,15103,530,1,1,0,0,-1667.34,5413.18,-40.3227,4.7822,120,0,0,1,0,0,0,0,0),(207839,15103,530,1,1,0,0,-1676.71,5504.1,-40.316,2.6529,120,0,0,1,0,0,0,0,0),(207840,15103,530,1,1,0,0,-1678.97,5505.96,-40.307,5.79449,120,0,0,1,0,0,0,0,0),(207841,15103,530,1,1,0,0,-1764.38,5158.26,-37.1216,5.86431,120,0,0,1,0,0,0,0,0),(207842,15103,530,1,1,0,0,-1779.92,5252.18,-40.1258,3.90954,120,0,0,1,0,0,0,0,0),(207843,15103,530,1,1,0,0,-1782.26,5249.88,-40.1258,1.0821,120,0,0,1,0,0,0,0,0),(207844,15103,530,1,1,0,0,-1783.07,5451.48,-12.3448,1.76278,120,0,0,1,0,0,0,0,0),(207845,15103,530,1,1,0,0,-1784.13,5455.85,-12.3448,4.7473,120,0,0,1,0,0,0,0,0),(207846,15103,530,1,1,0,0,-1817.3,5431.37,-12.3449,1.74533,120,0,0,1,0,0,0,0,0),(207847,15103,530,1,1,0,0,-1818.03,5434.83,-12.3449,4.60767,120,0,0,1,0,0,0,0,0),(207848,15103,530,1,1,0,0,-1839.07,5148.27,-42.8,4.29351,120,0,0,1,0,0,0,0,0),(207849,15103,530,1,1,0,0,-1840.23,5146.01,-42.2827,0.959931,120,0,0,1,0,0,0,0,0),(207850,15103,530,1,1,0,0,-1846.33,5347.47,-12.3448,3.83972,120,0,0,1,0,0,0,0,0),(207851,15103,530,1,1,0,0,-1850.34,5346.85,-12.3448,6.14356,120,0,0,1,0,0,0,0,0),(207852,15103,530,1,1,0,0,-1881.62,5512.39,-12.3448,3.90954,120,0,0,1,0,0,0,0,0),(207853,15103,530,1,1,0,0,-1885.31,5510.87,-12.3448,0.453786,120,0,0,1,0,0,0,0,0),(207854,15103,530,1,1,0,0,-1943.89,5408,-12.3448,1.50098,120,0,0,1,0,0,0,0,0),(207855,15103,530,1,1,0,0,-1944.16,5411.71,-12.3448,4.81711,120,0,0,1,0,0,0,0,0),(207856,15103,530,1,1,0,0,-2030.25,5224.99,-41.3888,3.29867,120,0,0,1,0,0,0,0,0),(207857,15103,530,1,1,0,0,-2033.21,5224.99,-41.0004,0.366519,120,0,0,1,0,0,0,0,0),(207858,15103,530,1,1,0,0,-2047.45,5346.7,-40.705,2.61799,120,0,0,1,0,0,0,0,0),(207859,15103,530,1,1,0,0,-2049.34,5348.6,-40.9915,5.51524,120,0,0,1,0,0,0,0,0),(207860,20276,530,1,1,0,1,-1964.78,5259.32,-38.7629,4.43314,120,0,0,1,0,0,0,0,0),(207861,20271,530,1,1,0,1,-1766.13,5257.02,-38.764,5.51524,120,0,0,1,0,0,0,0,0),(207862,34948,571,1,1,0,0,5665.48,788.794,653.78,0.802851,120,0,0,1,0,0,0,0,0),(207863,34949,571,1,1,0,0,5913.77,566.837,639.693,5.02655,120,0,0,1,0,0,0,0,0),(207864,34950,571,1,1,0,0,5667.07,790.822,653.781,4.13643,120,0,0,1,0,0,0,0,0),(207865,34951,571,1,1,0,0,5915.16,564.112,639.693,2.18166,120,0,0,1,0,0,0,0,0),(207866,15102,571,1,1,0,0,5665.48,788.794,653.78,0.802851,120,0,0,1,0,0,0,0,0),(207867,15105,571,1,1,0,0,5913.77,566.837,639.693,5.02655,120,0,0,1,0,0,0,0,0),(207868,15102,571,1,1,0,0,5667.07,790.822,653.781,4.13643,120,0,0,1,0,0,0,0,0),(207869,15105,571,1,1,0,0,5915.16,564.112,639.693,2.18166,120,0,0,1,0,0,0,0,0),(207870,30566,571,1,1,0,0,5665.48,788.794,653.78,0.802851,120,0,0,1,0,0,0,0,0),(207871,30567,571,1,1,0,0,5913.77,566.837,639.693,5.02655,120,0,0,1,0,0,0,0,0),(207872,30566,571,1,1,0,0,5667.07,790.822,653.781,4.13643,120,0,0,1,0,0,0,0,0),(207873,30567,571,1,1,0,0,5915.16,564.112,639.693,2.18166,120,0,0,1,0,0,0,0,0),(207874,15103,571,1,1,0,0,5665.48,788.794,653.78,0.802851,120,0,0,1,0,0,0,0,0),(207875,15106,571,1,1,0,0,5913.77,566.837,639.693,5.02655,120,0,0,1,0,0,0,0,0),(207876,15103,571,1,1,0,0,5667.07,790.822,653.781,4.13643,120,0,0,1,0,0,0,0,0),(207877,15106,571,1,1,0,0,5915.16,564.112,639.693,2.18166,120,0,0,1,0,0,0,0,0),(207878,14991,571,1,1,0,0,5665.48,788.794,653.78,0.802851,120,0,0,1,0,0,0,0,0),(207879,14990,571,1,1,0,0,5913.77,566.837,639.693,5.02655,120,0,0,1,0,0,0,0,0),(207880,14991,571,1,1,0,0,5667.07,790.822,653.781,4.13643,120,0,0,1,0,0,0,0,0),(207881,14990,571,1,1,0,0,5915.16,564.112,639.693,2.18166,120,0,0,1,0,0,0,0,0),(207882,22013,571,1,1,0,0,5665.48,788.794,653.78,0.802851,120,0,0,1,0,0,0,0,0),(207883,22015,571,1,1,0,0,5913.77,566.837,639.693,5.02655,120,0,0,1,0,0,0,0,0),(207884,22013,571,1,1,0,0,5667.07,790.822,653.781,4.13643,120,0,0,1,0,0,0,0,0),(207885,22015,571,1,1,0,0,5915.16,564.112,639.693,2.18166,120,0,0,1,0,0,0,0,0),(207886,22013,1,1,1,0,0,9727.12,2542.52,1335.24,2.42601,120,0,0,1,0,0,0,0,0),(207887,22013,1,1,1,0,0,9952.47,2089.45,1327.72,4.78552,120,0,0,1,0,2,0,0,0),(207888,22013,1,1,1,0,0,9959.42,2484.32,1316.13,0.750492,120,0,0,1,0,0,0,0,0),(207889,22013,1,1,1,0,0,9961.1,2179.29,1327.8,5.13127,120,0,0,1,0,0,0,0,0),(207890,22013,1,1,1,0,0,9983.62,2350.23,1330.87,4.92183,120,0,0,1,0,0,0,0,0),(207891,22013,1,1,1,0,0,9724.21,2545,1335.76,5.58505,120,0,0,1,0,0,0,0,0),(207892,22013,1,1,1,0,0,9951.12,2089.54,1327.72,4.78566,120,0,0,1,0,0,0,0,0),(207893,22013,1,1,1,0,0,9962.13,2487.17,1316.12,3.9968,120,0,0,1,0,0,0,0,0),(207894,22013,1,1,1,0,0,9962.88,2175.22,1327.8,1.97222,120,0,0,1,0,0,0,0,0),(207895,22013,1,1,1,0,0,9984.56,2345.23,1330.87,1.74533,120,0,0,1,0,0,0,0,0),(207896,20383,1,1,1,0,1,9976.16,2314.49,1330.87,0.750492,120,0,0,1,0,0,0,0,0),(207897,34948,1,1,1,0,0,9727.12,2542.52,1335.24,2.42601,120,0,0,1,0,0,0,0,0),(207898,34948,1,1,1,0,0,9952.47,2089.45,1327.72,4.78552,120,0,0,1,0,2,0,0,0),(207899,34948,1,1,1,0,0,9959.42,2484.32,1316.13,0.750492,120,0,0,1,0,0,0,0,0),(207900,34948,1,1,1,0,0,9961.1,2179.29,1327.8,5.13127,120,0,0,1,0,0,0,0,0),(207901,34948,1,1,1,0,0,9983.62,2350.23,1330.87,4.92183,120,0,0,1,0,0,0,0,0),(207902,34950,1,1,1,0,0,9724.21,2545,1335.76,5.58505,120,0,0,1,0,0,0,0,0),(207903,34950,1,1,1,0,0,9951.12,2089.54,1327.72,4.78566,120,0,0,1,0,0,0,0,0),(207904,34950,1,1,1,0,0,9962.13,2487.17,1316.12,3.9968,120,0,0,1,0,0,0,0,0),(207905,34950,1,1,1,0,0,9962.88,2175.22,1327.8,1.97222,120,0,0,1,0,0,0,0,0),(207906,34950,1,1,1,0,0,9984.56,2345.23,1330.87,1.74533,120,0,0,1,0,0,0,0,0),(207907,35023,1,1,1,0,1,9976.16,2314.49,1330.87,0.750492,120,0,0,1,0,0,0,0,0),(207908,14991,1,1,1,0,0,9727.12,2542.52,1335.24,2.42601,120,0,0,1,0,0,0,0,0),(207909,14991,1,1,1,0,0,9952.47,2089.45,1327.72,4.78552,120,0,0,1,0,2,0,0,0),(207910,14991,1,1,1,0,0,9959.42,2484.32,1316.13,0.750492,120,0,0,1,0,0,0,0,0),(207911,14991,1,1,1,0,0,9961.1,2179.29,1327.8,5.13127,120,0,0,1,0,0,0,0,0),(207912,14991,1,1,1,0,0,9983.62,2350.23,1330.87,4.92183,120,0,0,1,0,0,0,0,0),(207913,14991,1,1,1,0,0,9724.21,2545,1335.76,5.58505,120,0,0,1,0,0,0,0,0),(207914,14991,1,1,1,0,0,9951.12,2089.54,1327.72,4.78566,120,0,0,1,0,0,0,0,0),(207915,14991,1,1,1,0,0,9962.13,2487.17,1316.12,3.9968,120,0,0,1,0,0,0,0,0),(207916,14991,1,1,1,0,0,9962.88,2175.22,1327.8,1.97222,120,0,0,1,0,0,0,0,0),(207917,14991,1,1,1,0,0,9984.56,2345.23,1330.87,1.74533,120,0,0,1,0,0,0,0,0),(207918,907,1,1,1,0,1,9976.16,2314.49,1330.87,0.750492,120,0,0,1,0,0,0,0,0),(207919,15103,1,1,1,0,0,9727.12,2542.52,1335.24,2.42601,120,0,0,1,0,0,0,0,0),(207920,15103,1,1,1,0,0,9952.47,2089.45,1327.72,4.78552,120,0,0,1,0,2,0,0,0),(207921,15103,1,1,1,0,0,9959.42,2484.32,1316.13,0.750492,120,0,0,1,0,0,0,0,0),(207922,15103,1,1,1,0,0,9961.1,2179.29,1327.8,5.13127,120,0,0,1,0,0,0,0,0),(207923,15103,1,1,1,0,0,9983.62,2350.23,1330.87,4.92183,120,0,0,1,0,0,0,0,0),(207924,15103,1,1,1,0,0,9724.21,2545,1335.76,5.58505,120,0,0,1,0,0,0,0,0),(207925,15103,1,1,1,0,0,9951.12,2089.54,1327.72,4.78566,120,0,0,1,0,0,0,0,0),(207926,15103,1,1,1,0,0,9962.13,2487.17,1316.12,3.9968,120,0,0,1,0,0,0,0,0),(207927,15103,1,1,1,0,0,9962.88,2175.22,1327.8,1.97222,120,0,0,1,0,0,0,0,0),(207928,15103,1,1,1,0,0,9984.56,2345.23,1330.87,1.74533,120,0,0,1,0,0,0,0,0),(207929,5118,1,1,1,0,1,9976.16,2314.49,1330.87,0.750492,120,0,0,1,0,0,0,0,0),(207930,30566,1,1,1,0,0,9727.12,2542.52,1335.24,2.42601,120,0,0,1,0,0,0,0,0),(207931,30566,1,1,1,0,0,9952.47,2089.45,1327.72,4.78552,120,0,0,1,0,2,0,0,0),(207932,30566,1,1,1,0,0,9959.42,2484.32,1316.13,0.750492,120,0,0,1,0,0,0,0,0),(207933,30566,1,1,1,0,0,9961.1,2179.29,1327.8,5.13127,120,0,0,1,0,0,0,0,0),(207934,30566,1,1,1,0,0,9983.62,2350.23,1330.87,4.92183,120,0,0,1,0,0,0,0,0),(207935,30566,1,1,1,0,0,9724.21,2545,1335.76,5.58505,120,0,0,1,0,0,0,0,0),(207936,30566,1,1,1,0,0,9951.12,2089.54,1327.72,4.78566,120,0,0,1,0,0,0,0,0),(207937,30566,1,1,1,0,0,9962.13,2487.17,1316.12,3.9968,120,0,0,1,0,0,0,0,0),(207938,30566,1,1,1,0,0,9962.88,2175.22,1327.8,1.97222,120,0,0,1,0,0,0,0,0),(207939,30566,1,1,1,0,0,9984.56,2345.23,1330.87,1.74533,120,0,0,1,0,0,0,0,0),(207940,30580,1,1,1,0,1,9976.16,2314.49,1330.87,0.750492,120,0,0,1,0,0,0,0,0),(207941,15102,1,1,1,0,0,9727.12,2542.52,1335.24,2.42601,120,0,0,1,0,0,0,0,0),(207942,15102,1,1,1,0,0,9952.47,2089.45,1327.72,4.78552,120,0,0,1,0,2,0,0,0),(207943,15102,1,1,1,0,0,9959.42,2484.32,1316.13,0.750492,120,0,0,1,0,0,0,0,0),(207944,15102,1,1,1,0,0,9961.1,2179.29,1327.8,5.13127,120,0,0,1,0,0,0,0,0),(207945,15102,1,1,1,0,0,9983.62,2350.23,1330.87,4.92183,120,0,0,1,0,0,0,0,0),(207946,15102,1,1,1,0,0,9724.21,2545,1335.76,5.58505,120,0,0,1,0,0,0,0,0),(207947,15102,1,1,1,0,0,9951.12,2089.54,1327.72,4.78566,120,0,0,1,0,0,0,0,0),(207948,15102,1,1,1,0,0,9962.13,2487.17,1316.12,3.9968,120,0,0,1,0,0,0,0,0),(207949,15102,1,1,1,0,0,9962.88,2175.22,1327.8,1.97222,120,0,0,1,0,0,0,0,0),(207950,15102,1,1,1,0,0,9984.56,2345.23,1330.87,1.74533,120,0,0,1,0,0,0,0,0),(207951,2302,1,1,1,0,1,9976.16,2314.49,1330.87,0.750492,120,0,0,1,0,0,0,0,0),(207952,34948,530,1,1,0,0,-3828.45,-11723.7,-106.651,3.85718,120,0,0,1,0,0,0,0,0),(207953,34948,530,1,1,0,0,-3844.63,-11420.5,-132.031,5.55015,120,0,0,1,0,0,0,0,0),(207954,34948,530,1,1,0,0,-3893.99,-11617.7,-137.819,4.22421,120,0,0,1,0,2,0,0,0),(207955,34948,530,1,1,0,0,-3912.03,-11629.6,-138.045,0.0872665,120,0,0,1,0,0,0,0,0),(207956,34948,530,1,1,0,0,-3950.1,-11699.9,-138.724,2.00713,120,0,0,1,0,0,0,0,0),(207957,34948,530,1,1,0,0,-4158.93,-11451.5,-130.977,2.07694,120,0,0,1,0,0,0,0,0),(207958,34950,530,1,1,0,0,-3832.2,-11726.6,-106.758,0.523599,120,0,0,1,0,0,0,0,0),(207959,34950,530,1,1,0,0,-3842.52,-11422.8,-132.023,2.63545,120,0,0,1,0,0,0,0,0),(207960,34950,530,1,1,0,0,-3892.21,-11618.6,-137.797,4.2238,120,0,0,1,0,0,0,0,0),(207961,34950,530,1,1,0,0,-3907.83,-11629.5,-137.97,3.15905,120,0,0,1,0,0,0,0,0),(207962,34950,530,1,1,0,0,-3951.84,-11696.5,-138.727,5.34071,120,0,0,1,0,0,0,0,0),(207963,34950,530,1,1,0,0,-4160.54,-11448.6,-130.924,5.37561,120,0,0,1,0,0,0,0,0),(207964,35027,530,1,1,0,1,-3979.98,-11358.9,-122.421,3.71755,120,0,0,1,0,0,0,0,0),(207965,15103,530,1,1,0,0,-3828.45,-11723.7,-106.651,3.85718,120,0,0,1,0,0,0,0,0),(207966,15103,530,1,1,0,0,-3844.63,-11420.5,-132.031,5.55015,120,0,0,1,0,0,0,0,0),(207967,15103,530,1,1,0,0,-3893.99,-11617.7,-137.819,4.22421,120,0,0,1,0,2,0,0,0),(207968,15103,530,1,1,0,0,-3912.03,-11629.6,-138.045,0.0872665,120,0,0,1,0,0,0,0,0),(207969,15103,530,1,1,0,0,-3950.1,-11699.9,-138.724,2.00713,120,0,0,1,0,0,0,0,0),(207970,15103,530,1,1,0,0,-4158.93,-11451.5,-130.977,2.07694,120,0,0,1,0,0,0,0,0),(207971,15103,530,1,1,0,0,-3832.2,-11726.6,-106.758,0.523599,120,0,0,1,0,0,0,0,0),(207972,15103,530,1,1,0,0,-3842.52,-11422.8,-132.023,2.63545,120,0,0,1,0,0,0,0,0),(207973,15103,530,1,1,0,0,-3892.21,-11618.6,-137.797,4.2238,120,0,0,1,0,0,0,0,0),(207974,15103,530,1,1,0,0,-3907.83,-11629.5,-137.97,3.15905,120,0,0,1,0,0,0,0,0),(207975,15103,530,1,1,0,0,-3951.84,-11696.5,-138.727,5.34071,120,0,0,1,0,0,0,0,0),(207976,15103,530,1,1,0,0,-4160.54,-11448.6,-130.924,5.37561,120,0,0,1,0,0,0,0,0),(207977,20119,530,1,1,0,1,-3979.98,-11358.9,-122.421,3.71755,120,0,0,1,0,0,0,0,0),(207978,30566,530,1,1,0,0,-3828.45,-11723.7,-106.651,3.85718,120,0,0,1,0,0,0,0,0),(207979,30566,530,1,1,0,0,-3844.63,-11420.5,-132.031,5.55015,120,0,0,1,0,0,0,0,0),(207980,30566,530,1,1,0,0,-3893.99,-11617.7,-137.819,4.22421,120,0,0,1,0,2,0,0,0),(207981,30566,530,1,1,0,0,-3912.03,-11629.6,-138.045,0.0872665,120,0,0,1,0,0,0,0,0),(207982,30566,530,1,1,0,0,-3950.1,-11699.9,-138.724,2.00713,120,0,0,1,0,0,0,0,0),(207983,30566,530,1,1,0,0,-4158.93,-11451.5,-130.977,2.07694,120,0,0,1,0,0,0,0,0),(207984,30566,530,1,1,0,0,-3832.2,-11726.6,-106.758,0.523599,120,0,0,1,0,0,0,0,0),(207985,30566,530,1,1,0,0,-3842.52,-11422.8,-132.023,2.63545,120,0,0,1,0,0,0,0,0),(207986,30566,530,1,1,0,0,-3892.21,-11618.6,-137.797,4.2238,120,0,0,1,0,0,0,0,0),(207987,30566,530,1,1,0,0,-3907.83,-11629.5,-137.97,3.15905,120,0,0,1,0,0,0,0,0),(207988,30566,530,1,1,0,0,-3951.84,-11696.5,-138.727,5.34071,120,0,0,1,0,0,0,0,0),(207989,30566,530,1,1,0,0,-4160.54,-11448.6,-130.924,5.37561,120,0,0,1,0,0,0,0,0),(207990,30581,530,1,1,0,1,-3979.98,-11358.9,-122.421,3.71755,120,0,0,1,0,0,0,0,0),(207991,22013,530,1,1,0,0,-3828.45,-11723.7,-106.651,3.85718,120,0,0,1,0,0,0,0,0),(207992,22013,530,1,1,0,0,-3844.63,-11420.5,-132.031,5.55015,120,0,0,1,0,0,0,0,0),(207993,22013,530,1,1,0,0,-3893.99,-11617.7,-137.819,4.22421,120,0,0,1,0,2,0,0,0),(207994,22013,530,1,1,0,0,-3912.03,-11629.6,-138.045,0.0872665,120,0,0,1,0,0,0,0,0),(207995,22013,530,1,1,0,0,-3950.1,-11699.9,-138.724,2.00713,120,0,0,1,0,0,0,0,0),(207996,22013,530,1,1,0,0,-4158.93,-11451.5,-130.977,2.07694,120,0,0,1,0,0,0,0,0),(207997,22013,530,1,1,0,0,-3832.2,-11726.6,-106.758,0.523599,120,0,0,1,0,0,0,0,0),(207998,22013,530,1,1,0,0,-3842.52,-11422.8,-132.023,2.63545,120,0,0,1,0,0,0,0,0),(207999,22013,530,1,1,0,0,-3892.21,-11618.6,-137.797,4.2238,120,0,0,1,0,0,0,0,0),(208000,22013,530,1,1,0,0,-3907.83,-11629.5,-137.97,3.15905,120,0,0,1,0,0,0,0,0),(208001,22013,530,1,1,0,0,-3951.84,-11696.5,-138.727,5.34071,120,0,0,1,0,0,0,0,0),(208002,22013,530,1,1,0,0,-4160.54,-11448.6,-130.924,5.37561,120,0,0,1,0,0,0,0,0),(208003,20382,530,1,1,0,1,-3979.98,-11358.9,-122.421,3.71755,120,0,0,1,0,0,0,0,0),(208004,15102,530,1,1,0,0,-3828.45,-11723.7,-106.651,3.85718,120,0,0,1,0,0,0,0,0),(208005,15102,530,1,1,0,0,-3844.63,-11420.5,-132.031,5.55015,120,0,0,1,0,0,0,0,0),(208006,15102,530,1,1,0,0,-3893.99,-11617.7,-137.819,4.22421,120,0,0,1,0,2,0,0,0),(208007,15102,530,1,1,0,0,-3912.03,-11629.6,-138.045,0.0872665,120,0,0,1,0,0,0,0,0),(208008,15102,530,1,1,0,0,-3950.1,-11699.9,-138.724,2.00713,120,0,0,1,0,0,0,0,0),(208009,15102,530,1,1,0,0,-4158.93,-11451.5,-130.977,2.07694,120,0,0,1,0,0,0,0,0),(208010,15102,530,1,1,0,0,-3832.2,-11726.6,-106.758,0.523599,120,0,0,1,0,0,0,0,0),(208011,15102,530,1,1,0,0,-3842.52,-11422.8,-132.023,2.63545,120,0,0,1,0,0,0,0,0),(208012,15102,530,1,1,0,0,-3892.21,-11618.6,-137.797,4.2238,120,0,0,1,0,0,0,0,0),(208013,15102,530,1,1,0,0,-3907.83,-11629.5,-137.97,3.15905,120,0,0,1,0,0,0,0,0),(208014,15102,530,1,1,0,0,-3951.84,-11696.5,-138.727,5.34071,120,0,0,1,0,0,0,0,0),(208015,15102,530,1,1,0,0,-4160.54,-11448.6,-130.924,5.37561,120,0,0,1,0,0,0,0,0),(208016,20118,530,1,1,0,1,-3979.98,-11358.9,-122.421,3.71755,120,0,0,1,0,0,0,0,0),(208017,14991,530,1,1,0,0,-3828.45,-11723.7,-106.651,3.85718,120,0,0,1,0,0,0,0,0),(208018,14991,530,1,1,0,0,-3844.63,-11420.5,-132.031,5.55015,120,0,0,1,0,0,0,0,0),(208019,14991,530,1,1,0,0,-3893.99,-11617.7,-137.819,4.22421,120,0,0,1,0,2,0,0,0),(208020,14991,530,1,1,0,0,-3912.03,-11629.6,-138.045,0.0872665,120,0,0,1,0,0,0,0,0),(208021,14991,530,1,1,0,0,-3950.1,-11699.9,-138.724,2.00713,120,0,0,1,0,0,0,0,0),(208022,14991,530,1,1,0,0,-4158.93,-11451.5,-130.977,2.07694,120,0,0,1,0,0,0,0,0),(208023,14991,530,1,1,0,0,-3832.2,-11726.6,-106.758,0.523599,120,0,0,1,0,0,0,0,0),(208024,14991,530,1,1,0,0,-3842.52,-11422.8,-132.023,2.63545,120,0,0,1,0,0,0,0,0),(208025,14991,530,1,1,0,0,-3892.21,-11618.6,-137.797,4.2238,120,0,0,1,0,0,0,0,0),(208026,14991,530,1,1,0,0,-3907.83,-11629.5,-137.97,3.15905,120,0,0,1,0,0,0,0,0),(208027,14991,530,1,1,0,0,-3951.84,-11696.5,-138.727,5.34071,120,0,0,1,0,0,0,0,0),(208028,14991,530,1,1,0,0,-4160.54,-11448.6,-130.924,5.37561,120,0,0,1,0,0,0,0,0),(208029,20120,530,1,1,0,1,-3979.98,-11358.9,-122.421,3.71755,120,0,0,1,0,0,0,0,0),(208030,15103,0,1,1,0,0,-4680.56,-985.584,501.646,3.08923,120,0,0,1,0,0,0,0,0),(208031,15103,0,1,1,0,0,-4683.46,-985.091,501.627,6.03884,120,0,0,1,0,0,0,0,0),(208032,15103,0,1,1,0,0,-5007.03,-1177.84,501.66,5.94314,120,0,0,1,0,2,0,0,0),(208033,15103,0,1,1,0,0,-5001.03,-1179.84,501.66,5.94313,120,0,0,1,0,0,0,0,0),(208034,15103,0,1,1,0,0,-4836.85,-1171.63,502.277,2.44346,120,0,0,1,0,0,0,0,0),(208035,15103,0,1,1,0,0,-4839.37,-1169.09,502.279,5.37561,120,0,0,1,0,0,0,0,0),(208036,15103,0,1,1,0,0,-4916.43,-848.374,501.745,4.72984,120,0,0,1,0,0,0,0,0),(208037,15103,0,1,1,0,0,-4916.61,-852.305,501.745,1.48353,120,0,0,1,0,0,0,0,0),(208038,15103,0,1,1,0,0,-5032.97,-926.68,501.743,4.64258,120,0,0,1,0,0,0,0,0),(208039,15103,0,1,1,0,0,-5033.75,-931.287,501.743,1.32645,120,0,0,1,0,0,0,0,0),(208040,15103,0,1,1,0,0,-5033.87,-1266.07,505.383,2.07694,120,0,0,1,0,0,0,0,0),(208041,15103,0,1,1,0,0,-5037.07,-1261.52,505.383,5.42797,120,0,0,1,0,0,0,0,0),(208042,12197,0,1,1,0,1,-5038.18,-1266.1,510.408,3.82227,120,0,0,1,0,0,0,0,0),(208043,34948,0,1,1,0,0,-4680.56,-985.584,501.646,3.08923,120,0,0,1,0,0,0,0,0),(208044,34950,0,1,1,0,0,-4683.46,-985.091,501.627,6.03884,120,0,0,1,0,0,0,0,0),(208045,34948,0,1,1,0,0,-5007.03,-1177.84,501.66,5.94314,120,0,0,1,0,2,0,0,0),(208046,34950,0,1,1,0,0,-5001.03,-1179.84,501.66,5.94313,120,0,0,1,0,0,0,0,0),(208047,34948,0,1,1,0,0,-4836.85,-1171.63,502.277,2.44346,120,0,0,1,0,0,0,0,0),(208048,34950,0,1,1,0,0,-4839.37,-1169.09,502.279,5.37561,120,0,0,1,0,0,0,0,0),(208049,34948,0,1,1,0,0,-4916.43,-848.374,501.745,4.72984,120,0,0,1,0,0,0,0,0),(208050,34950,0,1,1,0,0,-4916.61,-852.305,501.745,1.48353,120,0,0,1,0,0,0,0,0),(208051,34948,0,1,1,0,0,-5032.97,-926.68,501.743,4.64258,120,0,0,1,0,0,0,0,0),(208052,34950,0,1,1,0,0,-5033.75,-931.287,501.743,1.32645,120,0,0,1,0,0,0,0,0),(208053,34948,0,1,1,0,0,-5033.87,-1266.07,505.383,2.07694,120,0,0,1,0,0,0,0,0),(208054,34950,0,1,1,0,0,-5037.07,-1261.52,505.383,5.42797,120,0,0,1,0,0,0,0,0),(208055,35025,0,1,1,0,1,-5038.18,-1266.1,510.408,3.82227,120,0,0,1,0,0,0,0,0),(208056,22013,0,1,1,0,0,-4680.56,-985.584,501.646,3.08923,120,0,0,1,0,0,0,0,0),(208057,22013,0,1,1,0,0,-4683.46,-985.091,501.627,6.03884,120,0,0,1,0,0,0,0,0),(208058,22013,0,1,1,0,0,-5007.03,-1177.84,501.66,5.94314,120,0,0,1,0,2,0,0,0),(208059,22013,0,1,1,0,0,-5001.03,-1179.84,501.66,5.94313,120,0,0,1,0,0,0,0,0),(208060,22013,0,1,1,0,0,-4836.85,-1171.63,502.277,2.44346,120,0,0,1,0,0,0,0,0),(208061,22013,0,1,1,0,0,-4839.37,-1169.09,502.279,5.37561,120,0,0,1,0,0,0,0,0),(208062,22013,0,1,1,0,0,-4916.43,-848.374,501.745,4.72984,120,0,0,1,0,0,0,0,0),(208063,22013,0,1,1,0,0,-4916.61,-852.305,501.745,1.48353,120,0,0,1,0,0,0,0,0),(208064,22013,0,1,1,0,0,-5032.97,-926.68,501.743,4.64258,120,0,0,1,0,0,0,0,0),(208065,22013,0,1,1,0,0,-5033.75,-931.287,501.743,1.32645,120,0,0,1,0,0,0,0,0),(208066,22013,0,1,1,0,0,-5033.87,-1266.07,505.383,2.07694,120,0,0,1,0,0,0,0,0),(208067,22013,0,1,1,0,0,-5037.07,-1261.52,505.383,5.42797,120,0,0,1,0,0,0,0,0),(208068,20374,0,1,1,0,1,-5038.18,-1266.1,510.408,3.82227,120,0,0,1,0,0,0,0,0),(208069,14991,0,1,1,0,0,-4680.56,-985.584,501.646,3.08923,120,0,0,1,0,0,0,0,0),(208070,14991,0,1,1,0,0,-4683.46,-985.091,501.627,6.03884,120,0,0,1,0,0,0,0,0),(208071,14991,0,1,1,0,0,-5007.03,-1177.84,501.66,5.94314,120,0,0,1,0,2,0,0,0),(208072,14991,0,1,1,0,0,-5001.03,-1179.84,501.66,5.94313,120,0,0,1,0,0,0,0,0),(208073,14991,0,1,1,0,0,-4836.85,-1171.63,502.277,2.44346,120,0,0,1,0,0,0,0,0),(208074,14991,0,1,1,0,0,-4839.37,-1169.09,502.279,5.37561,120,0,0,1,0,0,0,0,0),(208075,14991,0,1,1,0,0,-4916.43,-848.374,501.745,4.72984,120,0,0,1,0,0,0,0,0),(208076,14991,0,1,1,0,0,-4916.61,-852.305,501.745,1.48353,120,0,0,1,0,0,0,0,0),(208077,14991,0,1,1,0,0,-5032.97,-926.68,501.743,4.64258,120,0,0,1,0,0,0,0,0),(208078,14991,0,1,1,0,0,-5033.75,-931.287,501.743,1.32645,120,0,0,1,0,0,0,0,0),(208079,14991,0,1,1,0,0,-5033.87,-1266.07,505.383,2.07694,120,0,0,1,0,0,0,0,0),(208080,14991,0,1,1,0,0,-5037.07,-1261.52,505.383,5.42797,120,0,0,1,0,0,0,0,0),(208081,857,0,1,1,0,1,-5038.18,-1266.1,510.408,3.82227,120,0,0,1,0,0,0,0,0),(208082,30566,0,1,1,0,0,-4680.56,-985.584,501.646,3.08923,120,0,0,1,0,0,0,0,0),(208083,30566,0,1,1,0,0,-4683.46,-985.091,501.627,6.03884,120,0,0,1,0,0,0,0,0),(208084,30566,0,1,1,0,0,-5007.03,-1177.84,501.66,5.94314,120,0,0,1,0,2,0,0,0),(208085,30566,0,1,1,0,0,-5001.03,-1179.84,501.66,5.94313,120,0,0,1,0,0,0,0,0),(208086,30566,0,1,1,0,0,-4836.85,-1171.63,502.277,2.44346,120,0,0,1,0,0,0,0,0),(208087,30566,0,1,1,0,0,-4839.37,-1169.09,502.279,5.37561,120,0,0,1,0,0,0,0,0),(208088,30566,0,1,1,0,0,-4916.43,-848.374,501.745,4.72984,120,0,0,1,0,0,0,0,0),(208089,30566,0,1,1,0,0,-4916.61,-852.305,501.745,1.48353,120,0,0,1,0,0,0,0,0),(208090,30566,0,1,1,0,0,-5032.97,-926.68,501.743,4.64258,120,0,0,1,0,0,0,0,0),(208091,30566,0,1,1,0,0,-5033.75,-931.287,501.743,1.32645,120,0,0,1,0,0,0,0,0),(208092,30566,0,1,1,0,0,-5033.87,-1266.07,505.383,2.07694,120,0,0,1,0,0,0,0,0),(208093,30566,0,1,1,0,0,-5037.07,-1261.52,505.383,5.42797,120,0,0,1,0,0,0,0,0),(208094,30579,0,1,1,0,1,-5038.18,-1266.1,510.408,3.82227,120,0,0,1,0,0,0,0,0),(208095,15102,0,1,1,0,0,-4680.56,-985.584,501.646,3.08923,120,0,0,1,0,0,0,0,0),(208096,15102,0,1,1,0,0,-4683.46,-985.091,501.627,6.03884,120,0,0,1,0,0,0,0,0),(208097,15102,0,1,1,0,0,-5007.03,-1177.84,501.66,5.94314,120,0,0,1,0,2,0,0,0),(208098,15102,0,1,1,0,0,-5001.03,-1179.84,501.66,5.94313,120,0,0,1,0,0,0,0,0),(208099,15102,0,1,1,0,0,-4836.85,-1171.63,502.277,2.44346,120,0,0,1,0,0,0,0,0),(208100,15102,0,1,1,0,0,-4839.37,-1169.09,502.279,5.37561,120,0,0,1,0,0,0,0,0),(208101,15102,0,1,1,0,0,-4916.43,-848.374,501.745,4.72984,120,0,0,1,0,0,0,0,0),(208102,15102,0,1,1,0,0,-4916.61,-852.305,501.745,1.48353,120,0,0,1,0,0,0,0,0),(208103,15102,0,1,1,0,0,-5032.97,-926.68,501.743,4.64258,120,0,0,1,0,0,0,0,0),(208104,15102,0,1,1,0,0,-5033.75,-931.287,501.743,1.32645,120,0,0,1,0,0,0,0,0),(208105,15102,0,1,1,0,0,-5033.87,-1266.07,505.383,2.07694,120,0,0,1,0,0,0,0,0),(208106,15102,0,1,1,0,0,-5037.07,-1261.52,505.383,5.42797,120,0,0,1,0,0,0,0,0),(208107,14982,0,1,1,0,1,-5038.18,-1266.1,510.408,3.82227,120,0,0,1,0,0,0,0,0),(208108,34948,0,1,1,0,0,-8387.24,286.125,120.969,2.30383,120,0,0,1,0,0,0,0,0),(208109,34948,0,1,1,0,0,-8411.89,575.031,92.3179,0.855211,120,0,0,1,0,0,0,0,0),(208110,34948,0,1,1,0,0,-8570.55,536.096,101.568,5.53562,120,0,0,1,0,2,0,0,0),(208111,34948,0,1,1,0,0,-8840.63,652.959,97.1951,5.60251,120,0,0,1,0,0,0,0,0),(208112,34948,0,1,1,0,0,-8850.69,589.49,93.7805,4.06662,120,0,0,1,0,0,0,0,0),(208113,34948,0,1,1,0,0,-8876.83,542.382,106.366,0.558505,120,0,0,1,0,0,0,0,0),(208114,34950,0,1,1,0,0,-8389.1,288.407,120.969,5.53269,120,0,0,1,0,0,0,0,0),(208115,34950,0,1,1,0,0,-8409.17,578.178,92.0571,3.9968,120,0,0,1,0,0,0,0,0),(208116,34950,0,1,1,0,0,-8569.02,537.091,101.549,5.49044,120,0,0,1,0,0,0,0,0),(208117,34950,0,1,1,0,0,-8838.8,651.394,96.8924,2.42601,120,0,0,1,0,0,0,0,0),(208118,34950,0,1,1,0,0,-8853.08,587.01,94.0289,0.680678,120,0,0,1,0,0,0,0,0),(208119,34950,0,1,1,0,0,-8873.52,544.724,106.367,3.82227,120,0,0,1,0,0,0,0,0),(208120,35024,0,1,1,0,1,-8390.29,285.503,120.969,3.83972,120,0,0,1,0,0,0,0,0),(208121,30566,0,1,1,0,0,-8387.24,286.125,120.969,2.30383,120,0,0,1,0,0,0,0,0),(208122,30566,0,1,1,0,0,-8411.89,575.031,92.3179,0.855211,120,0,0,1,0,0,0,0,0),(208123,30566,0,1,1,0,0,-8570.55,536.096,101.568,5.53562,120,0,0,1,0,2,0,0,0),(208124,30566,0,1,1,0,0,-8840.63,652.959,97.1951,5.60251,120,0,0,1,0,0,0,0,0),(208125,30566,0,1,1,0,0,-8850.69,589.49,93.7805,4.06662,120,0,0,1,0,0,0,0,0),(208126,30566,0,1,1,0,0,-8876.83,542.382,106.366,0.558505,120,0,0,1,0,0,0,0,0),(208127,30566,0,1,1,0,0,-8389.1,288.407,120.969,5.53269,120,0,0,1,0,0,0,0,0),(208128,30566,0,1,1,0,0,-8409.17,578.178,92.0571,3.9968,120,0,0,1,0,0,0,0,0),(208129,30566,0,1,1,0,0,-8569.02,537.091,101.549,5.49044,120,0,0,1,0,0,0,0,0),(208130,30566,0,1,1,0,0,-8838.8,651.394,96.8924,2.42601,120,0,0,1,0,0,0,0,0),(208131,30566,0,1,1,0,0,-8853.08,587.01,94.0289,0.680678,120,0,0,1,0,0,0,0,0),(208132,30566,0,1,1,0,0,-8873.52,544.724,106.367,3.82227,120,0,0,1,0,0,0,0,0),(208133,30578,0,1,1,0,1,-8390.29,285.503,120.969,3.83972,120,0,0,1,0,0,0,0,0),(208134,15103,0,1,1,0,0,-8387.24,286.125,120.969,2.30383,120,0,0,1,0,0,0,0,0),(208135,15103,0,1,1,0,0,-8411.89,575.031,92.3179,0.855211,120,0,0,1,0,0,0,0,0),(208136,15103,0,1,1,0,0,-8570.55,536.096,101.568,5.53562,120,0,0,1,0,2,0,0,0),(208137,15103,0,1,1,0,0,-8840.63,652.959,97.1951,5.60251,120,0,0,1,0,0,0,0,0),(208138,15103,0,1,1,0,0,-8850.69,589.49,93.7805,4.06662,120,0,0,1,0,0,0,0,0),(208139,15103,0,1,1,0,0,-8876.83,542.382,106.366,0.558505,120,0,0,1,0,0,0,0,0),(208140,15103,0,1,1,0,0,-8389.1,288.407,120.969,5.53269,120,0,0,1,0,0,0,0,0),(208141,15103,0,1,1,0,0,-8409.17,578.178,92.0571,3.9968,120,0,0,1,0,0,0,0,0),(208142,15103,0,1,1,0,0,-8569.02,537.091,101.549,5.49044,120,0,0,1,0,0,0,0,0),(208143,15103,0,1,1,0,0,-8838.8,651.394,96.8924,2.42601,120,0,0,1,0,0,0,0,0),(208144,15103,0,1,1,0,0,-8853.08,587.01,94.0289,0.680678,120,0,0,1,0,0,0,0,0),(208145,15103,0,1,1,0,0,-8873.52,544.724,106.367,3.82227,120,0,0,1,0,0,0,0,0),(208146,7410,0,1,1,0,1,-8390.29,285.503,120.969,3.83972,120,0,0,1,0,0,0,0,0),(208147,14991,0,1,1,0,0,-8387.24,286.125,120.969,2.30383,120,0,0,1,0,0,0,0,0),(208148,14991,0,1,1,0,0,-8411.89,575.031,92.3179,0.855211,120,0,0,1,0,0,0,0,0),(208149,14991,0,1,1,0,0,-8570.55,536.096,101.568,5.53562,120,0,0,1,0,2,0,0,0),(208150,14991,0,1,1,0,0,-8840.63,652.959,97.1951,5.60251,120,0,0,1,0,0,0,0,0),(208151,14991,0,1,1,0,0,-8850.69,589.49,93.7805,4.06662,120,0,0,1,0,0,0,0,0),(208152,14991,0,1,1,0,0,-8876.83,542.382,106.366,0.558505,120,0,0,1,0,0,0,0,0),(208153,14991,0,1,1,0,0,-8389.1,288.407,120.969,5.53269,120,0,0,1,0,0,0,0,0),(208154,14991,0,1,1,0,0,-8409.17,578.178,92.0571,3.9968,120,0,0,1,0,0,0,0,0),(208155,14991,0,1,1,0,0,-8569.02,537.091,101.549,5.49044,120,0,0,1,0,0,0,0,0),(208156,14991,0,1,1,0,0,-8838.8,651.394,96.8924,2.42601,120,0,0,1,0,0,0,0,0),(208157,14991,0,1,1,0,0,-8853.08,587.01,94.0289,0.680678,120,0,0,1,0,0,0,0,0),(208158,14991,0,1,1,0,0,-8873.52,544.724,106.367,3.82227,120,0,0,1,0,0,0,0,0),(208159,15008,0,1,1,0,1,-8390.29,285.503,120.969,3.83972,120,0,0,1,0,0,0,0,0),(208160,22013,0,1,1,0,0,-8387.24,286.125,120.969,2.30383,120,0,0,1,0,0,0,0,0),(208161,22013,0,1,1,0,0,-8411.89,575.031,92.3179,0.855211,120,0,0,1,0,0,0,0,0),(208162,22013,0,1,1,0,0,-8570.55,536.096,101.568,5.53562,120,0,0,1,0,2,0,0,0),(208163,22013,0,1,1,0,0,-8840.63,652.959,97.1951,5.60251,120,0,0,1,0,0,0,0,0),(208164,22013,0,1,1,0,0,-8850.69,589.49,93.7805,4.06662,120,0,0,1,0,0,0,0,0),(208165,22013,0,1,1,0,0,-8876.83,542.382,106.366,0.558505,120,0,0,1,0,0,0,0,0),(208166,22013,0,1,1,0,0,-8389.1,288.407,120.969,5.53269,120,0,0,1,0,0,0,0,0),(208167,22013,0,1,1,0,0,-8409.17,578.178,92.0571,3.9968,120,0,0,1,0,0,0,0,0),(208168,22013,0,1,1,0,0,-8569.02,537.091,101.549,5.49044,120,0,0,1,0,0,0,0,0),(208169,22013,0,1,1,0,0,-8838.8,651.394,96.8924,2.42601,120,0,0,1,0,0,0,0,0),(208170,22013,0,1,1,0,0,-8853.08,587.01,94.0289,0.680678,120,0,0,1,0,0,0,0,0),(208171,22013,0,1,1,0,0,-8873.52,544.724,106.367,3.82227,120,0,0,1,0,0,0,0,0),(208172,20381,0,1,1,0,1,-8390.29,285.503,120.969,3.83972,120,0,0,1,0,0,0,0,0),(208173,14991,0,1,1,0,0,-8387.24,286.125,120.969,2.30383,120,0,0,1,0,0,0,0,0),(208174,14991,0,1,1,0,0,-8411.89,575.031,92.3179,0.855211,120,0,0,1,0,0,0,0,0),(208175,14991,0,1,1,0,0,-8570.55,536.096,101.568,5.53562,120,0,0,1,0,2,0,0,0),(208176,14991,0,1,1,0,0,-8840.63,652.959,97.1951,5.60251,120,0,0,1,0,0,0,0,0),(208177,14991,0,1,1,0,0,-8850.69,589.49,93.7805,4.06662,120,0,0,1,0,0,0,0,0),(208178,14991,0,1,1,0,0,-8876.83,542.382,106.366,0.558505,120,0,0,1,0,0,0,0,0),(208179,14991,0,1,1,0,0,-8389.1,288.407,120.969,5.53269,120,0,0,1,0,0,0,0,0),(208180,14991,0,1,1,0,0,-8409.17,578.178,92.0571,3.9968,120,0,0,1,0,0,0,0,0),(208181,14991,0,1,1,0,0,-8569.02,537.091,101.549,5.49044,120,0,0,1,0,0,0,0,0),(208182,14991,0,1,1,0,0,-8838.8,651.394,96.8924,2.42601,120,0,0,1,0,0,0,0,0),(208183,14991,0,1,1,0,0,-8853.08,587.01,94.0289,0.680678,120,0,0,1,0,0,0,0,0),(208184,14991,0,1,1,0,0,-8873.52,544.724,106.367,3.82227,120,0,0,1,0,0,0,0,0),(208185,14981,0,1,1,0,1,-8390.29,285.503,120.969,3.83972,120,0,0,1,0,0,0,0,0),(208186,30567,1,1,1,0,0,1658.86,-4389.01,23.9964,1.13446,120,0,0,1,0,0,0,0,0),(208187,30567,1,1,1,0,0,1660.66,-4385.63,24.2068,4.11898,120,0,0,1,0,0,0,0,0),(208188,30567,1,1,1,0,0,1665.84,-4344.94,61.5564,5.37561,120,0,0,1,0,0,0,0,0),(208189,30567,1,1,1,0,0,1667.64,-4346.96,61.5564,2.37365,120,0,0,1,0,0,0,0,0),(208190,30567,1,1,1,0,0,1743.73,-3966.88,49.4691,0.418879,120,0,0,1,0,0,0,0,0),(208191,30567,1,1,1,0,0,1747.5,-3965.36,50.0846,3.49066,120,0,0,1,0,0,0,0,0),(208192,30567,1,1,1,0,0,1954.35,-4722.71,42.659,1.99567,120,0,0,1,0,2,0,0,0),(208193,30567,1,1,1,0,0,1952.39,-4723.16,42.1039,1.87001,120,0,0,1,0,0,0,0,0),(208194,30567,1,1,1,0,0,1936.91,-4712.06,37.331,1.18682,120,0,0,1,0,0,0,0,0),(208195,30567,1,1,1,0,0,1937.18,-4707.45,35.7722,4.36332,120,0,0,1,0,0,0,0,0),(208196,30582,1,1,1,0,1,1987.05,-4800.83,56.1305,1.98968,120,0,0,1,0,0,0,0,0),(208197,15105,1,1,1,0,0,1658.86,-4389.01,23.9964,1.13446,120,0,0,1,0,0,0,0,0),(208198,15105,1,1,1,0,0,1660.66,-4385.63,24.2068,4.11898,120,0,0,1,0,0,0,0,0),(208199,15105,1,1,1,0,0,1665.84,-4344.94,61.5564,5.37561,120,0,0,1,0,0,0,0,0),(208200,15105,1,1,1,0,0,1667.64,-4346.96,61.5564,2.37365,120,0,0,1,0,0,0,0,0),(208201,15105,1,1,1,0,0,1743.73,-3966.88,49.4691,0.418879,120,0,0,1,0,0,0,0,0),(208202,15105,1,1,1,0,0,1747.5,-3965.36,50.0846,3.49066,120,0,0,1,0,0,0,0,0),(208203,15105,1,1,1,0,0,1954.35,-4722.71,42.659,1.99567,120,0,0,1,0,2,0,0,0),(208204,15105,1,1,1,0,0,1952.39,-4723.16,42.1039,1.87001,120,0,0,1,0,0,0,0,0),(208205,15105,1,1,1,0,0,1936.91,-4712.06,37.331,1.18682,120,0,0,1,0,0,0,0,0),(208206,15105,1,1,1,0,0,1937.18,-4707.45,35.7722,4.36332,120,0,0,1,0,0,0,0,0),(208207,3890,1,1,1,0,1,1987.05,-4800.83,56.1305,1.98968,120,0,0,1,0,0,0,0,0),(208208,34951,1,1,1,0,0,1658.86,-4389.01,23.9964,1.13446,120,0,0,1,0,0,0,0,0),(208209,34949,1,1,1,0,0,1660.66,-4385.63,24.2068,4.11898,120,0,0,1,0,0,0,0,0),(208210,34951,1,1,1,0,0,1665.84,-4344.94,61.5564,5.37561,120,0,0,1,0,0,0,0,0),(208211,34949,1,1,1,0,0,1667.64,-4346.96,61.5564,2.37365,120,0,0,1,0,0,0,0,0),(208212,34951,1,1,1,0,0,1743.73,-3966.88,49.4691,0.418879,120,0,0,1,0,0,0,0,0),(208213,34949,1,1,1,0,0,1747.5,-3965.36,50.0846,3.49066,120,0,0,1,0,0,0,0,0),(208214,34951,1,1,1,0,0,1954.35,-4722.71,42.659,1.99567,120,0,0,1,0,2,0,0,0),(208215,34949,1,1,1,0,0,1952.39,-4723.16,42.1039,1.87001,120,0,0,1,0,0,0,0,0),(208216,34951,1,1,1,0,0,1936.91,-4712.06,37.331,1.18682,120,0,0,1,0,0,0,0,0),(208217,34949,1,1,1,0,0,1937.18,-4707.45,35.7722,4.36332,120,0,0,1,0,0,0,0,0),(208218,35017,1,1,1,0,1,1987.05,-4800.83,56.1305,1.98968,120,0,0,1,0,0,0,0,0),(208219,22015,1,1,1,0,0,1658.86,-4389.01,23.9964,1.13446,120,0,0,1,0,0,0,0,0),(208220,22015,1,1,1,0,0,1660.66,-4385.63,24.2068,4.11898,120,0,0,1,0,0,0,0,0),(208221,22015,1,1,1,0,0,1665.84,-4344.94,61.5564,5.37561,120,0,0,1,0,0,0,0,0),(208222,22015,1,1,1,0,0,1667.64,-4346.96,61.5564,2.37365,120,0,0,1,0,0,0,0,0),(208223,22015,1,1,1,0,0,1743.73,-3966.88,49.4691,0.418879,120,0,0,1,0,0,0,0,0),(208224,22015,1,1,1,0,0,1747.5,-3965.36,50.0846,3.49066,120,0,0,1,0,0,0,0,0),(208225,22015,1,1,1,0,0,1954.35,-4722.71,42.659,1.99567,120,0,0,1,0,2,0,0,0),(208226,22015,1,1,1,0,0,1952.39,-4723.16,42.1039,1.87001,120,0,0,1,0,0,0,0,0),(208227,22015,1,1,1,0,0,1936.91,-4712.06,37.331,1.18682,120,0,0,1,0,0,0,0,0),(208228,22015,1,1,1,0,0,1937.18,-4707.45,35.7722,4.36332,120,0,0,1,0,0,0,0,0),(208229,20385,1,1,1,0,1,1987.05,-4800.83,56.1305,1.98968,120,0,0,1,0,0,0,0,0),(208230,14990,1,1,1,0,0,1658.86,-4389.01,23.9964,1.13446,120,0,0,1,0,0,0,0,0),(208231,14990,1,1,1,0,0,1660.66,-4385.63,24.2068,4.11898,120,0,0,1,0,0,0,0,0),(208232,14990,1,1,1,0,0,1665.84,-4344.94,61.5564,5.37561,120,0,0,1,0,0,0,0,0),(208233,14990,1,1,1,0,0,1667.64,-4346.96,61.5564,2.37365,120,0,0,1,0,0,0,0,0),(208234,14990,1,1,1,0,0,1743.73,-3966.88,49.4691,0.418879,120,0,0,1,0,0,0,0,0),(208235,14990,1,1,1,0,0,1747.5,-3965.36,50.0846,3.49066,120,0,0,1,0,0,0,0,0),(208236,14990,1,1,1,0,0,1954.35,-4722.71,42.659,1.99567,120,0,0,1,0,2,0,0,0),(208237,14990,1,1,1,0,0,1952.39,-4723.16,42.1039,1.87001,120,0,0,1,0,0,0,0,0),(208238,14990,1,1,1,0,0,1936.91,-4712.06,37.331,1.18682,120,0,0,1,0,0,0,0,0),(208239,14990,1,1,1,0,0,1937.18,-4707.45,35.7722,4.36332,120,0,0,1,0,0,0,0,0),(208240,15006,1,1,1,0,1,1987.05,-4800.83,56.1305,1.98968,120,0,0,1,0,0,0,0,0),(208241,15106,1,1,1,0,0,1658.86,-4389.01,23.9964,1.13446,120,0,0,1,0,0,0,0,0),(208242,15106,1,1,1,0,0,1660.66,-4385.63,24.2068,4.11898,120,0,0,1,0,0,0,0,0),(208243,15106,1,1,1,0,0,1665.84,-4344.94,61.5564,5.37561,120,0,0,1,0,0,0,0,0),(208244,15106,1,1,1,0,0,1667.64,-4346.96,61.5564,2.37365,120,0,0,1,0,0,0,0,0),(208245,15106,1,1,1,0,0,1743.73,-3966.88,49.4691,0.418879,120,0,0,1,0,0,0,0,0),(208246,15106,1,1,1,0,0,1747.5,-3965.36,50.0846,3.49066,120,0,0,1,0,0,0,0,0),(208247,15106,1,1,1,0,0,1954.35,-4722.71,42.659,1.99567,120,0,0,1,0,2,0,0,0),(208248,15106,1,1,1,0,0,1952.39,-4723.16,42.1039,1.87001,120,0,0,1,0,0,0,0,0),(208249,15106,1,1,1,0,0,1936.91,-4712.06,37.331,1.18682,120,0,0,1,0,0,0,0,0),(208250,15106,1,1,1,0,0,1937.18,-4707.45,35.7722,4.36332,120,0,0,1,0,0,0,0,0),(208251,14942,1,1,1,0,1,1987.05,-4800.83,56.1305,1.98968,120,0,0,1,0,0,0,0,0),(208252,34949,530,1,1,0,0,9513.94,-7302.81,14.5485,1.5708,120,0,0,1,0,0,0,0,0),(208253,34951,530,1,1,0,0,9514.06,-7298.59,14.5415,4.66003,120,0,0,1,0,0,0,0,0),(208254,34949,530,1,1,0,0,9513.21,-7281.77,14.0154,3.16165,120,0,0,1,0,2,0,0,0),(208255,34951,530,1,1,0,0,9511.72,-7278.07,14.0154,3.16138,120,0,0,1,0,0,0,0,0),(208256,34949,530,1,1,0,0,9592.06,-7183.32,14.3327,5.65487,120,0,0,1,0,0,0,0,0),(208257,34951,530,1,1,0,0,9594.87,-7184.94,14.3359,2.54818,120,0,0,1,0,0,0,0,0),(208258,34949,530,1,1,0,0,9649.15,-7415.19,13.692,5.98648,120,0,0,1,0,0,0,0,0),(208259,34951,530,1,1,0,0,9652.97,-7416.21,13.6933,2.79253,120,0,0,1,0,0,0,0,0),(208260,34949,530,1,1,0,0,9798.27,-7267.86,26.4264,1.16937,120,0,0,1,0,0,0,0,0),(208261,34951,530,1,1,0,0,9799.57,-7264.23,26.3963,4.53786,120,0,0,1,0,0,0,0,0),(208262,34949,530,1,1,0,0,9824.46,-7396.89,13.6925,0.506145,120,0,0,1,0,0,0,0,0),(208263,34951,530,1,1,0,0,9828.81,-7395.16,13.6879,3.59538,120,0,0,1,0,0,0,0,0),(208264,35019,530,1,1,0,1,9850.56,-7572.17,19.3332,1.79769,120,0,0,1,0,0,0,0,0),(208265,30567,530,1,1,0,0,9513.94,-7302.81,14.5485,1.5708,120,0,0,1,0,0,0,0,0),(208266,30567,530,1,1,0,0,9514.06,-7298.59,14.5415,4.66003,120,0,0,1,0,0,0,0,0),(208267,30567,530,1,1,0,0,9513.21,-7281.77,14.0154,3.16165,120,0,0,1,0,2,0,0,0),(208268,30567,530,1,1,0,0,9511.72,-7278.07,14.0154,3.16138,120,0,0,1,0,0,0,0,0),(208269,30567,530,1,1,0,0,9592.06,-7183.32,14.3327,5.65487,120,0,0,1,0,0,0,0,0),(208270,30567,530,1,1,0,0,9594.87,-7184.94,14.3359,2.54818,120,0,0,1,0,0,0,0,0),(208271,30567,530,1,1,0,0,9649.15,-7415.19,13.692,5.98648,120,0,0,1,0,0,0,0,0),(208272,30567,530,1,1,0,0,9652.97,-7416.21,13.6933,2.79253,120,0,0,1,0,0,0,0,0),(208273,30567,530,1,1,0,0,9798.27,-7267.86,26.4264,1.16937,120,0,0,1,0,0,0,0,0),(208274,30567,530,1,1,0,0,9799.57,-7264.23,26.3963,4.53786,120,0,0,1,0,0,0,0,0),(208275,30567,530,1,1,0,0,9824.46,-7396.89,13.6925,0.506145,120,0,0,1,0,0,0,0,0),(208276,30567,530,1,1,0,0,9828.81,-7395.16,13.6879,3.59538,120,0,0,1,0,0,0,0,0),(208277,30584,530,1,1,0,1,9850.56,-7572.17,19.3332,1.79769,120,0,0,1,0,0,0,0,0),(208278,15106,530,1,1,0,0,9513.94,-7302.81,14.5485,1.5708,120,0,0,1,0,0,0,0,0),(208279,15106,530,1,1,0,0,9514.06,-7298.59,14.5415,4.66003,120,0,0,1,0,0,0,0,0),(208280,15106,530,1,1,0,0,9513.21,-7281.77,14.0154,3.16165,120,0,0,1,0,2,0,0,0),(208281,15106,530,1,1,0,0,9511.72,-7278.07,14.0154,3.16138,120,0,0,1,0,0,0,0,0),(208282,15106,530,1,1,0,0,9592.06,-7183.32,14.3327,5.65487,120,0,0,1,0,0,0,0,0),(208283,15106,530,1,1,0,0,9594.87,-7184.94,14.3359,2.54818,120,0,0,1,0,0,0,0,0),(208284,15106,530,1,1,0,0,9649.15,-7415.19,13.692,5.98648,120,0,0,1,0,0,0,0,0),(208285,15106,530,1,1,0,0,9652.97,-7416.21,13.6933,2.79253,120,0,0,1,0,0,0,0,0),(208286,15106,530,1,1,0,0,9798.27,-7267.86,26.4264,1.16937,120,0,0,1,0,0,0,0,0),(208287,15106,530,1,1,0,0,9799.57,-7264.23,26.3963,4.53786,120,0,0,1,0,0,0,0,0),(208288,15106,530,1,1,0,0,9824.46,-7396.89,13.6925,0.506145,120,0,0,1,0,0,0,0,0),(208289,15106,530,1,1,0,0,9828.81,-7395.16,13.6879,3.59538,120,0,0,1,0,0,0,0,0),(208290,16695,530,1,1,0,1,9850.56,-7572.17,19.3332,1.79769,120,0,0,1,0,0,0,0,0),(208291,15105,530,1,1,0,0,9513.94,-7302.81,14.5485,1.5708,120,0,0,1,0,0,0,0,0),(208292,15105,530,1,1,0,0,9514.06,-7298.59,14.5415,4.66003,120,0,0,1,0,0,0,0,0),(208293,15105,530,1,1,0,0,9513.21,-7281.77,14.0154,3.16165,120,0,0,1,0,2,0,0,0),(208294,15105,530,1,1,0,0,9511.72,-7278.07,14.0154,3.16138,120,0,0,1,0,0,0,0,0),(208295,15105,530,1,1,0,0,9592.06,-7183.32,14.3327,5.65487,120,0,0,1,0,0,0,0,0),(208296,15105,530,1,1,0,0,9594.87,-7184.94,14.3359,2.54818,120,0,0,1,0,0,0,0,0),(208297,15105,530,1,1,0,0,9649.15,-7415.19,13.692,5.98648,120,0,0,1,0,0,0,0,0),(208298,15105,530,1,1,0,0,9652.97,-7416.21,13.6933,2.79253,120,0,0,1,0,0,0,0,0),(208299,15105,530,1,1,0,0,9798.27,-7267.86,26.4264,1.16937,120,0,0,1,0,0,0,0,0),(208300,15105,530,1,1,0,0,9799.57,-7264.23,26.3963,4.53786,120,0,0,1,0,0,0,0,0),(208301,15105,530,1,1,0,0,9824.46,-7396.89,13.6925,0.506145,120,0,0,1,0,0,0,0,0),(208302,15105,530,1,1,0,0,9828.81,-7395.16,13.6879,3.59538,120,0,0,1,0,0,0,0,0),(208303,16696,530,1,1,0,1,9850.56,-7572.17,19.3332,1.79769,120,0,0,1,0,0,0,0,0),(208304,22015,530,1,1,0,0,9513.94,-7302.81,14.5485,1.5708,120,0,0,1,0,0,0,0,0),(208305,22015,530,1,1,0,0,9514.06,-7298.59,14.5415,4.66003,120,0,0,1,0,0,0,0,0),(208306,22015,530,1,1,0,0,9513.21,-7281.77,14.0154,3.16165,120,0,0,1,0,2,0,0,0),(208307,22015,530,1,1,0,0,9511.72,-7278.07,14.0154,3.16138,120,0,0,1,0,0,0,0,0),(208308,22015,530,1,1,0,0,9592.06,-7183.32,14.3327,5.65487,120,0,0,1,0,0,0,0,0),(208309,22015,530,1,1,0,0,9594.87,-7184.94,14.3359,2.54818,120,0,0,1,0,0,0,0,0),(208310,22015,530,1,1,0,0,9649.15,-7415.19,13.692,5.98648,120,0,0,1,0,0,0,0,0),(208311,22015,530,1,1,0,0,9652.97,-7416.21,13.6933,2.79253,120,0,0,1,0,0,0,0,0),(208312,22015,530,1,1,0,0,9798.27,-7267.86,26.4264,1.16937,120,0,0,1,0,0,0,0,0),(208313,22015,530,1,1,0,0,9799.57,-7264.23,26.3963,4.53786,120,0,0,1,0,0,0,0,0),(208314,22015,530,1,1,0,0,9824.46,-7396.89,13.6925,0.506145,120,0,0,1,0,0,0,0,0),(208315,22015,530,1,1,0,0,9828.81,-7395.16,13.6879,3.59538,120,0,0,1,0,0,0,0,0),(208316,20390,530,1,1,0,1,9850.56,-7572.17,19.3332,1.79769,120,0,0,1,0,0,0,0,0),(208317,14990,530,1,1,0,0,9513.94,-7302.81,14.5485,1.5708,120,0,0,1,0,0,0,0,0),(208318,14990,530,1,1,0,0,9514.06,-7298.59,14.5415,4.66003,120,0,0,1,0,0,0,0,0),(208319,14990,530,1,1,0,0,9513.21,-7281.77,14.0154,3.16165,120,0,0,1,0,2,0,0,0),(208320,14990,530,1,1,0,0,9511.72,-7278.07,14.0154,3.16138,120,0,0,1,0,0,0,0,0),(208321,14990,530,1,1,0,0,9592.06,-7183.32,14.3327,5.65487,120,0,0,1,0,0,0,0,0),(208322,14990,530,1,1,0,0,9594.87,-7184.94,14.3359,2.54818,120,0,0,1,0,0,0,0,0),(208323,14990,530,1,1,0,0,9649.15,-7415.19,13.692,5.98648,120,0,0,1,0,0,0,0,0),(208324,14990,530,1,1,0,0,9652.97,-7416.21,13.6933,2.79253,120,0,0,1,0,0,0,0,0),(208325,14990,530,1,1,0,0,9798.27,-7267.86,26.4264,1.16937,120,0,0,1,0,0,0,0,0),(208326,14990,530,1,1,0,0,9799.57,-7264.23,26.3963,4.53786,120,0,0,1,0,0,0,0,0),(208327,14990,530,1,1,0,0,9824.46,-7396.89,13.6925,0.506145,120,0,0,1,0,0,0,0,0),(208328,14990,530,1,1,0,0,9828.81,-7395.16,13.6879,3.59538,120,0,0,1,0,0,0,0,0),(208329,16694,530,1,1,0,1,9850.56,-7572.17,19.3332,1.79769,120,0,0,1,0,0,0,0,0),(208330,34949,1,1,1,0,0,-1091.7,-17.997,140.475,1.13446,120,0,0,1,0,0,0,0,0),(208331,34949,1,1,1,0,0,-1391.53,-85.9722,158.985,2.35896,120,0,0,1,0,2,0,0,0),(208332,34949,1,1,1,0,0,-1247.75,54.7024,127.217,1.0472,120,0,0,1,0,0,0,0,0),(208333,34949,1,1,1,0,0,-1277.94,138.47,131.94,5.35816,120,0,0,1,0,0,0,0,0),(208334,34949,1,1,1,0,0,-1377.62,-61.9991,159.279,2.93215,120,0,0,1,0,0,0,0,0),(208335,34949,1,1,1,0,0,-1090.22,-15.3547,140.657,4.15388,120,0,0,1,0,0,0,0,0),(208336,34951,1,1,1,0,0,-1394.13,-86.12,158.935,2.19541,120,0,0,1,0,0,0,0,0),(208337,34951,1,1,1,0,0,-1245.35,58.3835,127.089,4.11898,120,0,0,1,0,0,0,0,0),(208338,34951,1,1,1,0,0,-1275.75,135.88,132.1,2.32129,120,0,0,1,0,0,0,0,0),(208339,34951,1,1,1,0,0,-1381.3,-61.6688,159.135,0.0174533,120,0,0,1,0,0,0,0,0),(208340,34951,1,1,1,0,0,-1049.16,234.144,134.639,2.32129,120,0,0,1,0,0,0,0,0),(208341,34951,1,1,1,0,0,-1051.35,236.734,134.64,5.35816,120,0,0,1,0,0,0,0,0),(208342,35020,1,1,1,0,1,-1384.14,-85.309,159.616,3.08923,120,0,0,1,0,0,0,0,0),(208343,30567,1,1,1,0,0,-1091.7,-17.997,140.475,1.13446,120,0,0,1,0,0,0,0,0),(208344,30567,1,1,1,0,0,-1391.53,-85.9722,158.985,2.35896,120,0,0,1,0,2,0,0,0),(208345,30567,1,1,1,0,0,-1247.75,54.7024,127.217,1.0472,120,0,0,1,0,0,0,0,0),(208346,30567,1,1,1,0,0,-1277.94,138.47,131.94,5.35816,120,0,0,1,0,0,0,0,0),(208347,30567,1,1,1,0,0,-1377.62,-61.9991,159.279,2.93215,120,0,0,1,0,0,0,0,0),(208348,30567,1,1,1,0,0,-1090.22,-15.3547,140.657,4.15388,120,0,0,1,0,0,0,0,0),(208349,30567,1,1,1,0,0,-1394.13,-86.12,158.935,2.19541,120,0,0,1,0,0,0,0,0),(208350,30567,1,1,1,0,0,-1245.35,58.3835,127.089,4.11898,120,0,0,1,0,0,0,0,0),(208351,30567,1,1,1,0,0,-1275.75,135.88,132.1,2.32129,120,0,0,1,0,0,0,0,0),(208352,30567,1,1,1,0,0,-1381.3,-61.6688,159.135,0.0174533,120,0,0,1,0,0,0,0,0),(208353,30567,1,1,1,0,0,-1049.16,234.144,134.639,2.32129,120,0,0,1,0,0,0,0,0),(208354,30567,1,1,1,0,0,-1051.35,236.734,134.64,5.35816,120,0,0,1,0,0,0,0,0),(208355,12198,1,1,1,0,1,-1384.14,-85.309,159.616,3.08923,120,0,0,1,0,0,0,0,0),(208356,15106,1,1,1,0,0,-1091.7,-17.997,140.475,1.13446,120,0,0,1,0,0,0,0,0),(208357,15106,1,1,1,0,0,-1391.53,-85.9722,158.985,2.35896,120,0,0,1,0,2,0,0,0),(208358,15106,1,1,1,0,0,-1247.75,54.7024,127.217,1.0472,120,0,0,1,0,0,0,0,0),(208359,15106,1,1,1,0,0,-1277.94,138.47,131.94,5.35816,120,0,0,1,0,0,0,0,0),(208360,15106,1,1,1,0,0,-1377.62,-61.9991,159.279,2.93215,120,0,0,1,0,0,0,0,0),(208361,15106,1,1,1,0,0,-1090.22,-15.3547,140.657,4.15388,120,0,0,1,0,0,0,0,0),(208362,15106,1,1,1,0,0,-1394.13,-86.12,158.935,2.19541,120,0,0,1,0,0,0,0,0),(208363,15106,1,1,1,0,0,-1245.35,58.3835,127.089,4.11898,120,0,0,1,0,0,0,0,0),(208364,15106,1,1,1,0,0,-1275.75,135.88,132.1,2.32129,120,0,0,1,0,0,0,0,0),(208365,15106,1,1,1,0,0,-1381.3,-61.6688,159.135,0.0174533,120,0,0,1,0,0,0,0,0),(208366,15106,1,1,1,0,0,-1049.16,234.144,134.639,2.32129,120,0,0,1,0,0,0,0,0),(208367,15106,1,1,1,0,0,-1051.35,236.734,134.64,5.35816,120,0,0,1,0,0,0,0,0),(208368,7427,1,1,1,0,1,-1384.14,-85.309,159.616,3.08923,120,0,0,1,0,0,0,0,0),(208369,22015,1,1,1,0,0,-1091.7,-17.997,140.475,1.13446,120,0,0,1,0,0,0,0,0),(208370,22015,1,1,1,0,0,-1391.53,-85.9722,158.985,2.35896,120,0,0,1,0,2,0,0,0),(208371,22015,1,1,1,0,0,-1247.75,54.7024,127.217,1.0472,120,0,0,1,0,0,0,0,0),(208372,22015,1,1,1,0,0,-1277.94,138.47,131.94,5.35816,120,0,0,1,0,0,0,0,0),(208373,22015,1,1,1,0,0,-1377.62,-61.9991,159.279,2.93215,120,0,0,1,0,0,0,0,0),(208374,22015,1,1,1,0,0,-1090.22,-15.3547,140.657,4.15388,120,0,0,1,0,0,0,0,0),(208375,22015,1,1,1,0,0,-1394.13,-86.12,158.935,2.19541,120,0,0,1,0,0,0,0,0),(208376,22015,1,1,1,0,0,-1245.35,58.3835,127.089,4.11898,120,0,0,1,0,0,0,0,0),(208377,22015,1,1,1,0,0,-1275.75,135.88,132.1,2.32129,120,0,0,1,0,0,0,0,0),(208378,22015,1,1,1,0,0,-1381.3,-61.6688,159.135,0.0174533,120,0,0,1,0,0,0,0,0),(208379,22015,1,1,1,0,0,-1049.16,234.144,134.639,2.32129,120,0,0,1,0,0,0,0,0),(208380,22015,1,1,1,0,0,-1051.35,236.734,134.64,5.35816,120,0,0,1,0,0,0,0,0),(208381,20388,1,1,1,0,1,-1384.14,-85.309,159.616,3.08923,120,0,0,1,0,0,0,0,0),(208382,15105,1,1,1,0,0,-1091.7,-17.997,140.475,1.13446,120,0,0,1,0,0,0,0,0),(208383,15105,1,1,1,0,0,-1391.53,-85.9722,158.985,2.35896,120,0,0,1,0,2,0,0,0),(208384,15105,1,1,1,0,0,-1247.75,54.7024,127.217,1.0472,120,0,0,1,0,0,0,0,0),(208385,15105,1,1,1,0,0,-1277.94,138.47,131.94,5.35816,120,0,0,1,0,0,0,0,0),(208386,15105,1,1,1,0,0,-1377.62,-61.9991,159.279,2.93215,120,0,0,1,0,0,0,0,0),(208387,15105,1,1,1,0,0,-1090.22,-15.3547,140.657,4.15388,120,0,0,1,0,0,0,0,0),(208388,15105,1,1,1,0,0,-1394.13,-86.12,158.935,2.19541,120,0,0,1,0,0,0,0,0),(208389,15105,1,1,1,0,0,-1245.35,58.3835,127.089,4.11898,120,0,0,1,0,0,0,0,0),(208390,15105,1,1,1,0,0,-1275.75,135.88,132.1,2.32129,120,0,0,1,0,0,0,0,0),(208391,15105,1,1,1,0,0,-1381.3,-61.6688,159.135,0.0174533,120,0,0,1,0,0,0,0,0),(208392,15105,1,1,1,0,0,-1049.16,234.144,134.639,2.32129,120,0,0,1,0,0,0,0,0),(208393,15105,1,1,1,0,0,-1051.35,236.734,134.64,5.35816,120,0,0,1,0,0,0,0,0),(208394,10360,1,1,1,0,1,-1384.14,-85.309,159.616,3.08923,120,0,0,1,0,0,0,0,0),(208395,14990,1,1,1,0,0,-1091.7,-17.997,140.475,1.13446,120,0,0,1,0,0,0,0,0),(208396,14990,1,1,1,0,0,-1391.53,-85.9722,158.985,2.35896,120,0,0,1,0,2,0,0,0),(208397,14990,1,1,1,0,0,-1247.75,54.7024,127.217,1.0472,120,0,0,1,0,0,0,0,0),(208398,14990,1,1,1,0,0,-1277.94,138.47,131.94,5.35816,120,0,0,1,0,0,0,0,0),(208399,14990,1,1,1,0,0,-1377.62,-61.9991,159.279,2.93215,120,0,0,1,0,0,0,0,0),(208400,14990,1,1,1,0,0,-1090.22,-15.3547,140.657,4.15388,120,0,0,1,0,0,0,0,0),(208401,14990,1,1,1,0,0,-1394.13,-86.12,158.935,2.19541,120,0,0,1,0,0,0,0,0),(208402,14990,1,1,1,0,0,-1245.35,58.3835,127.089,4.11898,120,0,0,1,0,0,0,0,0),(208403,14990,1,1,1,0,0,-1275.75,135.88,132.1,2.32129,120,0,0,1,0,0,0,0,0),(208404,14990,1,1,1,0,0,-1381.3,-61.6688,159.135,0.0174533,120,0,0,1,0,0,0,0,0),(208405,14990,1,1,1,0,0,-1049.16,234.144,134.639,2.32129,120,0,0,1,0,0,0,0,0),(208406,14990,1,1,1,0,0,-1051.35,236.734,134.64,5.35816,120,0,0,1,0,0,0,0,0),(208407,12198,1,1,1,0,1,-1384.14,-85.309,159.616,3.08923,120,0,0,1,0,0,0,0,0),(208408,30567,0,1,1,0,0,1265.31,353.748,-63.6368,4.15388,120,0,0,1,0,0,0,0,0),(208409,30567,0,1,1,0,0,1522.57,242.055,-41.3065,4.2586,120,0,0,1,0,0,0,0,0),(208410,30567,0,1,1,0,0,1593.71,316.03,-41.3411,6.21337,120,0,0,1,0,0,0,0,0),(208411,30567,0,1,1,0,0,1597.46,164.685,-41.3411,2.6529,120,0,0,1,0,0,0,0,0),(208412,30567,0,1,1,0,0,1632.72,182.795,-62.183,0.313487,120,0,0,1,0,0,0,0,0),(208413,30567,0,1,1,0,0,1263.18,350.778,-63.6459,0.977384,120,0,0,1,0,0,0,0,0),(208414,30567,0,1,1,0,0,1521.09,238.709,-41.3065,1.18682,120,0,0,1,0,0,0,0,0),(208415,30567,0,1,1,0,0,1593.22,166.868,-41.3411,5.81195,120,0,0,1,0,0,0,0,0),(208416,30567,0,1,1,0,0,1596.57,315.891,-41.3411,3.12414,120,0,0,1,0,0,0,0,0),(208417,30567,0,1,1,0,0,1633.35,180.895,-62.1827,0.313509,120,0,0,1,0,2,0,0,0),(208418,30583,0,1,1,0,1,1331.58,333.698,-63.6338,3.36849,120,0,0,1,0,0,0,0,0),(208419,15105,0,1,1,0,0,1265.31,353.748,-63.6368,4.15388,120,0,0,1,0,0,0,0,0),(208420,15105,0,1,1,0,0,1522.57,242.055,-41.3065,4.2586,120,0,0,1,0,0,0,0,0),(208421,15105,0,1,1,0,0,1593.71,316.03,-41.3411,6.21337,120,0,0,1,0,0,0,0,0),(208422,15105,0,1,1,0,0,1597.46,164.685,-41.3411,2.6529,120,0,0,1,0,0,0,0,0),(208423,15105,0,1,1,0,0,1632.72,182.795,-62.183,0.313487,120,0,0,1,0,0,0,0,0),(208424,15105,0,1,1,0,0,1263.18,350.778,-63.6459,0.977384,120,0,0,1,0,0,0,0,0),(208425,15105,0,1,1,0,0,1521.09,238.709,-41.3065,1.18682,120,0,0,1,0,0,0,0,0),(208426,15105,0,1,1,0,0,1593.22,166.868,-41.3411,5.81195,120,0,0,1,0,0,0,0,0),(208427,15105,0,1,1,0,0,1596.57,315.891,-41.3411,3.12414,120,0,0,1,0,0,0,0,0),(208428,15105,0,1,1,0,0,1633.35,180.895,-62.1827,0.313509,120,0,0,1,0,2,0,0,0),(208429,2804,0,1,1,0,1,1331.58,333.698,-63.6338,3.36849,120,0,0,1,0,0,0,0,0),(208430,34949,0,1,1,0,0,1265.31,353.748,-63.6368,4.15388,120,0,0,1,0,0,0,0,0),(208431,34949,0,1,1,0,0,1522.57,242.055,-41.3065,4.2586,120,0,0,1,0,0,0,0,0),(208432,34949,0,1,1,0,0,1593.71,316.03,-41.3411,6.21337,120,0,0,1,0,0,0,0,0),(208433,34949,0,1,1,0,0,1597.46,164.685,-41.3411,2.6529,120,0,0,1,0,0,0,0,0),(208434,34949,0,1,1,0,0,1632.72,182.795,-62.183,0.313487,120,0,0,1,0,0,0,0,0),(208435,34951,0,1,1,0,0,1263.18,350.778,-63.6459,0.977384,120,0,0,1,0,0,0,0,0),(208436,34951,0,1,1,0,0,1521.09,238.709,-41.3065,1.18682,120,0,0,1,0,0,0,0,0),(208437,34951,0,1,1,0,0,1593.22,166.868,-41.3411,5.81195,120,0,0,1,0,0,0,0,0),(208438,34951,0,1,1,0,0,1596.57,315.891,-41.3411,3.12414,120,0,0,1,0,0,0,0,0),(208439,34951,0,1,1,0,0,1633.35,180.895,-62.1827,0.313509,120,0,0,1,0,2,0,0,0),(208440,35021,0,1,1,0,1,1331.58,333.698,-63.6338,3.36849,120,0,0,1,0,0,0,0,0),(208441,22015,0,1,1,0,0,1265.31,353.748,-63.6368,4.15388,120,0,0,1,0,0,0,0,0),(208442,22015,0,1,1,0,0,1522.57,242.055,-41.3065,4.2586,120,0,0,1,0,0,0,0,0),(208443,22015,0,1,1,0,0,1593.71,316.03,-41.3411,6.21337,120,0,0,1,0,0,0,0,0),(208444,22015,0,1,1,0,0,1597.46,164.685,-41.3411,2.6529,120,0,0,1,0,0,0,0,0),(208445,22015,0,1,1,0,0,1632.72,182.795,-62.183,0.313487,120,0,0,1,0,0,0,0,0),(208446,22015,0,1,1,0,0,1263.18,350.778,-63.6459,0.977384,120,0,0,1,0,0,0,0,0),(208447,22015,0,1,1,0,0,1521.09,238.709,-41.3065,1.18682,120,0,0,1,0,0,0,0,0),(208448,22015,0,1,1,0,0,1593.22,166.868,-41.3411,5.81195,120,0,0,1,0,0,0,0,0),(208449,22015,0,1,1,0,0,1596.57,315.891,-41.3411,3.12414,120,0,0,1,0,0,0,0,0),(208450,22015,0,1,1,0,0,1633.35,180.895,-62.1827,0.313509,120,0,0,1,0,2,0,0,0),(208451,20386,0,1,1,0,1,1331.58,333.698,-63.6338,3.36849,120,0,0,1,0,0,0,0,0),(208463,14990,0,1,1,0,0,1265.31,353.748,-63.6368,4.15388,120,0,0,1,0,0,0,0,0),(208464,14990,0,1,1,0,0,1522.57,242.055,-41.3065,4.2586,120,0,0,1,0,0,0,0,0),(208465,14990,0,1,1,0,0,1593.71,316.03,-41.3411,6.21337,120,0,0,1,0,0,0,0,0),(208466,14990,0,1,1,0,0,1597.46,164.685,-41.3411,2.6529,120,0,0,1,0,0,0,0,0),(208467,14990,0,1,1,0,0,1632.72,182.795,-62.183,0.313487,120,0,0,1,0,0,0,0,0),(208468,14990,0,1,1,0,0,1263.18,350.778,-63.6459,0.977384,120,0,0,1,0,0,0,0,0),(208469,14990,0,1,1,0,0,1521.09,238.709,-41.3065,1.18682,120,0,0,1,0,0,0,0,0),(208470,14990,0,1,1,0,0,1593.22,166.868,-41.3411,5.81195,120,0,0,1,0,0,0,0,0),(208471,14990,0,1,1,0,0,1596.57,315.891,-41.3411,3.12414,120,0,0,1,0,0,0,0,0),(208472,14990,0,1,1,0,0,1633.35,180.895,-62.1827,0.313509,120,0,0,1,0,2,0,0,0),(208473,15007,0,1,1,0,1,1331.58,333.698,-63.6338,3.36849,120,0,0,1,0,0,0,0,0),(208474,15106,0,1,1,0,0,1265.31,353.748,-63.6368,4.15388,120,0,0,1,0,0,0,0,0),(208475,15106,0,1,1,0,0,1522.57,242.055,-41.3065,4.2586,120,0,0,1,0,0,0,0,0),(208476,15106,0,1,1,0,0,1593.71,316.03,-41.3411,6.21337,120,0,0,1,0,0,0,0,0),(208477,15106,0,1,1,0,0,1597.46,164.685,-41.3411,2.6529,120,0,0,1,0,0,0,0,0),(208478,15106,0,1,1,0,0,1632.72,182.795,-62.183,0.313487,120,0,0,1,0,0,0,0,0),(208479,15106,0,1,1,0,0,1263.18,350.778,-63.6459,0.977384,120,0,0,1,0,0,0,0,0),(208480,15106,0,1,1,0,0,1521.09,238.709,-41.3065,1.18682,120,0,0,1,0,0,0,0,0),(208481,15106,0,1,1,0,0,1593.22,166.868,-41.3411,5.81195,120,0,0,1,0,0,0,0,0),(208482,15106,0,1,1,0,0,1596.57,315.891,-41.3411,3.12414,120,0,0,1,0,0,0,0,0),(208483,15106,0,1,1,0,0,1633.35,180.895,-62.1827,0.313509,120,0,0,1,0,2,0,0,0),(208484,347,0,1,1,0,1,1331.58,333.698,-63.6338,3.36849,120,0,0,1,0,0,0,0,0),(40518,33612,530,1,1,0,0,-2264.54,5562.77,67.0939,2.79253,180,0,0,1,0,0,0,0,0),(207351,33550,571,1,256,0,0,6512.26,2307.33,474.535,0.0159754,120,8,0,1,0,1,0,0,0),(207352,33550,571,1,256,0,0,6471.82,2186.5,502.692,3.94789,120,8,0,1,0,1,0,0,0),(207353,33550,571,1,256,0,0,6440.7,2252.89,485.996,5.26192,120,8,0,1,0,1,0,0,0),(207354,33550,571,1,256,0,0,6440.12,2157.83,502.301,0.688751,120,8,0,1,0,1,0,0,0),(207355,33550,571,1,256,0,0,6424.86,2207.85,495.025,4.95459,120,8,0,1,0,1,0,0,0),(207356,33550,571,1,256,0,0,6402.9,2486.76,490.716,0.870842,120,8,0,1,0,1,0,0,0),(207357,33550,571,1,256,0,0,6380.62,2279.48,489.47,4.91171,120,8,0,1,0,1,0,0,0),(207358,33550,571,1,256,0,0,6376.17,2182.34,495.854,0,120,8,0,1,0,1,0,0,0),(207359,33550,571,1,256,0,0,6374.76,2217.83,491.994,0.803834,120,8,0,1,0,1,0,0,0),(207360,33550,571,1,256,0,0,6370.36,2461.95,491.673,0.743632,120,8,0,1,0,1,0,0,0),(207361,33550,571,1,256,0,0,6370.2,2369.54,481.776,0,120,8,0,1,0,1,0,0,0),(207362,33550,571,1,256,0,0,6369.03,2112.29,505.946,3.69379,120,8,0,1,0,1,0,0,0),(207363,33550,571,1,256,0,0,6363.88,2483.51,485.432,0.290088,120,8,0,1,0,1,0,0,0),(207364,33550,571,1,256,0,0,6359.1,2404.91,492.999,1.83515,120,8,0,1,0,1,0,0,0),(207365,33550,571,1,256,0,0,6354.22,2147.02,497.837,5.81887,120,8,0,1,0,1,0,0,0),(207366,33550,571,1,256,0,0,6352.55,2319.49,483.622,0,120,8,0,1,0,1,0,0,0),(207367,33550,571,1,256,0,0,6333.61,2180.04,497.192,1.0733,120,8,0,1,0,1,0,0,0),(207368,33550,571,1,256,0,0,6332.83,2270.87,488.001,6.02351,120,8,0,1,0,1,0,0,0),(207369,33550,571,1,256,0,0,6328.48,2363.2,486.926,0,120,8,0,1,0,1,0,0,0),(207370,33550,571,1,256,0,0,6308.3,2214.25,496.018,2.94373,120,8,0,1,0,1,0,0,0),(207371,33550,571,1,256,0,0,6294.58,2129.34,508.38,0,120,8,0,1,0,1,0,0,0),(207372,33550,571,1,256,0,0,6292.19,2324.38,491.244,2.25302,120,8,0,1,0,1,0,0,0),(207373,33550,571,1,256,0,0,6288.35,2254.67,499.104,0,120,8,0,1,0,1,0,0,0),(207374,33550,571,1,256,0,0,6288.18,2182.41,505.542,1.95922,120,8,0,1,0,1,0,0,0),(207375,33550,571,1,256,0,0,6279.74,2354.23,486.496,0,120,8,0,1,0,1,0,0,0),(207376,33550,571,1,256,0,0,6279.4,2420.36,494.792,2.1135,120,8,0,1,0,1,0,0,0),(207377,33550,571,1,256,0,0,6264.99,2221.06,512.068,4.65929,120,8,0,1,0,1,0,0,0),(207378,33550,571,1,256,0,0,6207.67,2338.09,508.368,2.90984,120,8,0,1,0,1,0,0,0),(207379,33550,571,1,256,0,0,6205.07,2308.32,508.464,4.16116,120,8,0,1,0,1,0,0,0),(207380,33550,571,1,256,0,0,6201.85,2227.99,516.591,1.41427,120,8,0,1,0,1,0,0,0),(207381,33550,571,1,2,0,0,6326.98,2123.19,504.733,2.94239,120,8,0,1,0,1,0,0,0),(207382,33550,571,1,2,0,0,6305.9,2137.63,508.297,0.926778,120,8,0,1,0,1,0,0,0),(207383,33550,571,1,2,0,0,6304.5,2103.45,512.982,0.325087,120,8,0,1,0,1,0,0,0),(207384,33550,571,1,2,0,0,6284.43,2192.09,505.542,5.03106,120,8,0,1,0,1,0,0,0),(207385,33550,571,1,2,0,0,6278.71,2084,517.417,2.30823,120,8,0,1,0,1,0,0,0),(207386,33550,571,1,2,0,0,6257.7,2120.06,519.89,5.06704,120,8,0,1,0,1,0,0,0),(207387,33550,571,1,1,0,0,6451.71,2279.22,474.14,1.02485,120,8,0,1,0,1,0,0,0),(207388,33550,571,1,1,0,0,6390.04,2326.83,482.877,1.61989,120,8,0,1,0,1,0,0,0),(207389,33550,571,1,1,0,0,6338.38,2320.46,483.539,3.33881,120,8,0,1,0,1,0,0,0),(207390,33438,571,1,2,0,1,6196.8,2095.13,521.658,0.226893,120,0,0,1,0,0,0,0,0),(207391,33438,571,1,2,0,1,6201.05,2085.86,521.384,0.767945,120,0,0,1,0,0,0,0,0),(207392,33438,571,1,2,0,1,6204.69,2098.26,518.861,0.0872665,120,0,0,1,0,0,0,0,0),(207393,33438,571,1,2,0,1,6208.86,2089.92,518.507,0.994838,120,0,0,1,0,0,0,0,0),(207394,33438,571,1,2,0,1,6239.49,2189.28,499.411,0.20944,120,0,0,1,0,0,0,0,0),(207395,33438,571,1,2,0,1,6243.75,2180,499.908,0.715585,120,0,0,1,0,0,0,0,0),(207396,33438,571,1,2,0,1,6247.38,2192.4,498.326,0.506145,120,0,0,1,0,0,0,0,0),(207397,33438,571,1,2,0,1,6251.56,2184.06,499.189,0.401426,120,0,0,1,0,0,0,0,0),(207398,33438,571,1,2,0,1,6281.69,2045.68,509.948,0.645772,120,0,0,1,0,0,0,0,0),(207399,33438,571,1,2,0,1,6285.95,2036.4,513.144,1.16937,120,0,0,1,0,0,0,0,0),(207400,33438,571,1,2,0,1,6289.58,2048.8,508.637,0.942478,120,0,0,1,0,0,0,0,0),(207401,33438,571,1,2,0,1,6293.75,2040.47,511.273,1.55334,120,0,0,1,0,0,0,0,0),(207402,33438,571,1,2,0,1,6326.13,2090.99,497.534,4.51663,120,0,0,1,0,0,0,0,0),(207403,33438,571,1,2,0,1,6330.85,2083.93,498.41,4.51642,120,0,0,1,0,0,0,0,0),(207404,33438,571,1,2,0,1,6333.18,2095.7,497.198,4.51702,120,0,0,1,0,0,0,0,0),(207405,33438,571,1,256,0,1,6093.32,2245.93,518.232,0.628318,120,0,0,1,0,0,0,0,0),(207406,33438,571,1,256,0,1,6097.1,2238.69,518.04,0.401426,120,0,0,1,0,0,0,0,0),(207407,33438,571,1,256,0,1,6098.46,2243.33,517.461,0.401426,120,0,0,1,0,0,0,0,0),(207408,33438,571,1,256,0,1,6098.93,2231.57,516.374,0.20944,120,0,0,1,0,0,0,0,0),(207409,33438,571,1,256,0,1,6101.47,2248.94,516.464,0.523599,120,0,0,1,0,0,0,0,0),(207410,33438,571,1,256,0,1,6103.18,2222.29,516.412,0.715585,120,0,0,1,0,0,0,0,0),(207411,33438,571,1,256,0,1,6105.37,2228.9,517.187,0.488692,120,0,0,1,0,0,0,0,0),(207412,33438,571,1,256,0,1,6106.81,2234.7,516.528,0.506145,120,0,0,1,0,0,0,0,0),(207413,33438,571,1,256,0,1,6106.95,2216.18,517.897,0.20944,120,0,0,1,0,0,0,0,0),(207414,33438,571,1,256,0,1,6110.99,2226.36,516.396,0.401426,120,0,0,1,0,0,0,0,0),(207415,33438,571,1,256,0,1,6111.21,2206.9,517.993,0.715585,120,0,0,1,0,0,0,0,0),(207416,33438,571,1,256,0,1,6113.39,2213.5,517.028,0.488692,120,0,0,1,0,0,0,0,0),(207417,33438,571,1,256,0,1,6114.06,2259.91,513.143,0.20944,120,0,0,1,0,0,0,0,0),(207418,33438,571,1,256,0,1,6114.84,2219.3,516.303,0.506145,120,0,0,1,0,0,0,0,0),(207419,33438,571,1,256,0,1,6117.11,2199.24,517.865,0.628318,120,0,0,1,0,0,0,0,0),(207420,33438,571,1,256,0,1,6118.32,2250.63,513.196,0.715585,120,0,0,1,0,0,0,0,0),(207421,33438,571,1,256,0,1,6119.01,2210.97,516.358,0.401426,120,0,0,1,0,0,0,0,0),(207422,33438,571,1,256,0,1,6120.89,2192.01,517.71,0.401426,120,0,0,1,0,0,0,0,0),(207423,33438,571,1,256,0,1,6121.95,2263.03,511.386,0.506145,120,0,0,1,0,0,0,0,0),(207424,33438,571,1,256,0,1,6122.26,2196.65,517.193,0.383972,120,0,0,1,0,0,0,0,0),(207425,33438,571,1,256,0,1,6122.63,2243.54,512.986,0.20944,120,0,0,1,0,0,0,0,0),(207426,33438,571,1,256,0,1,6125.27,2202.26,516.197,0.523599,120,0,0,1,0,0,0,0,0),(207427,33438,571,1,256,0,1,6126.12,2254.7,511.459,0.401426,120,0,0,1,0,0,0,0,0),(207428,33438,571,1,256,0,1,6126.89,2234.26,512.994,0.715585,120,0,0,1,0,0,0,0,0),(207429,33438,571,1,256,0,1,6129.07,2240.86,512.054,0.488692,120,0,0,1,0,0,0,0,0),(207430,33438,571,1,256,0,1,6130.52,2246.66,511.323,0.506145,120,0,0,1,0,0,0,0,0),(207431,33438,571,1,256,0,1,6130.7,2227.7,512.898,0.20944,120,0,0,1,0,0,0,0,0),(207432,33438,571,1,256,0,1,6134.37,2293.75,506.524,0.628318,120,0,0,1,0,0,0,0,0),(207433,33438,571,1,256,0,1,6134.69,2238.33,511.272,0.401426,120,0,0,1,0,0,0,0,0),(207434,33438,571,1,256,0,1,6134.96,2218.42,513.031,0.715585,120,0,0,1,0,0,0,0,0),(207435,33438,571,1,256,0,1,6137.14,2225.03,512.026,0.488692,120,0,0,1,0,0,0,0,0),(207436,33438,571,1,256,0,1,6138.15,2286.52,507.96,0.401426,120,0,0,1,0,0,0,0,0),(207437,33438,571,1,256,0,1,6138.59,2230.83,511.241,0.506145,120,0,0,1,0,0,0,0,0),(207438,33438,571,1,256,0,1,6139.21,2269.65,507.785,0.20944,120,0,0,1,0,0,0,0,0),(207439,33438,571,1,256,0,1,6139.24,2210.84,513.113,0.20944,120,0,0,1,0,0,0,0,0),(207440,33438,571,1,256,0,1,6139.51,2291.16,506.825,3.4383,120,0,0,1,0,0,0,0,0),(207441,33438,571,1,256,0,1,6142.52,2296.77,505.624,0.523599,120,0,0,1,0,0,0,0,0),(207442,33438,571,1,256,0,1,6142.76,2222.49,511.304,0.401426,120,0,0,1,0,0,0,0,0),(207443,33438,571,1,256,0,1,6143.47,2260.38,507.939,0.715585,120,0,0,1,0,0,0,0,0),(207444,33438,571,1,256,0,1,6143.5,2201.56,513.47,0.715585,120,0,0,1,0,0,0,0,0),(207445,33438,571,1,256,0,1,6147.1,2272.78,506.109,0.506145,120,0,0,1,0,0,0,0,0),(207446,33438,571,1,256,0,1,6147.13,2213.96,511.495,0.506145,120,0,0,1,0,0,0,0,0),(207447,33438,571,1,256,0,1,6148.28,2251.64,507.804,0.20944,120,0,0,1,0,0,0,0,0),(207448,33438,571,1,256,0,1,6151.27,2264.44,506.2,0.401426,120,0,0,1,0,0,0,0,0),(207449,33438,571,1,256,0,1,6151.3,2205.63,511.889,0.401426,120,0,0,1,0,0,0,0,0),(207450,33438,571,1,256,0,1,6152.54,2242.37,507.84,0.715585,120,0,0,1,0,0,0,0,0),(207451,33438,571,1,256,0,1,6153.13,2344.97,505.594,0.20944,120,0,0,1,0,0,0,0,0),(207452,33438,571,1,256,0,1,6154.72,2248.97,506.911,0.488692,120,0,0,1,0,0,0,0,0),(207453,33438,571,1,256,0,1,6156.17,2254.77,506.172,0.506145,120,0,0,1,0,0,0,0,0),(207454,33438,571,1,256,0,1,6156.73,2234.44,507.809,0.20944,120,0,0,1,0,0,0,0,0),(207455,33438,571,1,256,0,1,6157.39,2335.69,503.874,0.715585,120,0,0,1,0,0,0,0,0),(207456,33438,571,1,256,0,1,6157.89,2276.11,503.943,0.628318,120,0,0,1,0,0,0,0,0),(207457,33438,571,1,256,0,1,6160.34,2246.44,506.161,0.401426,120,0,0,1,0,0,0,0,0),(207458,33438,571,1,256,0,1,6160.99,2225.17,507.958,0.715585,120,0,0,1,0,0,0,0,0),(207459,33438,571,1,256,0,1,6161.02,2348.09,504.762,0.506145,120,0,0,1,0,0,0,0,0),(207460,33438,571,1,256,0,1,6161.67,2268.88,503.96,0.401426,120,0,0,1,0,0,0,0,0),(207461,33438,571,1,256,0,1,6163.03,2273.51,503.302,3.45575,120,0,0,1,0,0,0,0,0),(207462,33438,571,1,256,0,1,6164.62,2237.57,506.208,0.506145,120,0,0,1,0,0,0,0,0),(207463,33438,571,1,256,0,1,6165.19,2339.76,503.454,0.401426,120,0,0,1,0,0,0,0,0),(207464,33438,571,1,256,0,1,6165.74,2259.95,504.038,0.20944,120,0,0,1,0,0,0,0,0),(207465,33438,571,1,256,0,1,6166.04,2279.13,502.244,0.523599,120,0,0,1,0,0,0,0,0),(207466,33438,571,1,256,0,1,6168.8,2229.23,506.229,0.401426,120,0,0,1,0,0,0,0,0),(207467,33438,571,1,256,0,1,6168.96,2210.79,509.666,0.628318,120,0,0,1,0,0,0,0,0),(207468,33438,571,1,256,0,1,6169.99,2250.67,504.118,0.715585,120,0,0,1,0,0,0,0,0),(207469,33438,571,1,256,0,1,6172.74,2203.56,508.848,0.401426,120,0,0,1,0,0,0,0,0),(207470,33438,571,1,256,0,1,6173.63,2263.07,502.365,0.506145,120,0,0,1,0,0,0,0,0),(207471,33438,571,1,256,0,1,6174.11,2208.19,508.434,3.54302,120,0,0,1,0,0,0,0,0),(207472,33438,571,1,256,0,1,6174.95,2243.14,503.922,0.628318,120,0,0,1,0,0,0,0,0),(207473,33438,571,1,256,0,1,6176.85,2311,500.69,0.628318,120,0,0,1,0,0,0,0,0),(207474,33438,571,1,256,0,1,6177.12,2213.81,507.672,0.523599,120,0,0,1,0,0,0,0,0),(207475,33438,571,1,256,0,1,6177.8,2254.74,502.388,0.401426,120,0,0,1,0,0,0,0,0),(207476,33438,571,1,256,0,1,6178.72,2235.91,503.908,0.401426,120,0,0,1,0,0,0,0,0),(207477,33438,571,1,256,0,1,6180.09,2240.55,503.266,3.36848,120,0,0,1,0,0,0,0,0),(207478,33438,571,1,256,0,1,6180.63,2303.76,500.609,0.401426,120,0,0,1,0,0,0,0,0),(207479,33438,571,1,256,0,1,6181.99,2308.4,500.038,3.52556,120,0,0,1,0,0,0,0,0),(207480,33438,571,1,256,0,1,6183.1,2246.16,502.245,0.523599,120,0,0,1,0,0,0,0,0),(207481,33438,571,1,256,0,1,6184.74,2265.28,500.168,0.20944,120,0,0,1,0,0,0,0,0),(207482,33438,571,1,256,0,1,6185,2314.01,499.181,0.523599,120,0,0,1,0,0,0,0,0),(207483,33438,571,1,256,0,1,6189,2256,500.326,0.715585,120,0,0,1,0,0,0,0,0),(207484,33438,571,1,256,0,1,6191.18,2262.6,499.327,0.488692,120,0,0,1,0,0,0,0,0),(207485,33438,571,1,256,0,1,6192.63,2268.4,498.504,0.506145,120,0,0,1,0,0,0,0,0),(207486,33438,571,1,256,0,1,6195.9,2286.75,496.106,0.20944,120,0,0,1,0,0,0,0,0),(207487,33438,571,1,256,0,1,6196.8,2260.07,498.639,0.401426,120,0,0,1,0,0,0,0,0),(207488,33438,571,1,256,0,1,6200.16,2277.48,496.321,0.715585,120,0,0,1,0,0,0,0,0),(207489,33438,571,1,256,0,1,6203.79,2289.88,494.484,0.506145,120,0,0,1,0,0,0,0,0),(207490,33438,571,1,256,0,1,6204.13,2271.33,496.306,0.20944,120,0,0,1,0,0,0,0,0),(207491,33438,571,1,256,0,1,6206.42,2227.19,501.102,0.628318,120,0,0,1,0,0,0,0,0),(207492,33438,571,1,256,0,1,6207.97,2281.54,494.616,0.401426,120,0,0,1,0,0,0,0,0),(207493,33438,571,1,256,0,1,6208.39,2262.06,496.564,0.715585,120,0,0,1,0,0,0,0,0),(207494,33438,571,1,256,0,1,6210.19,2219.95,500.559,0.401426,120,0,0,1,0,0,0,0,0),(207495,33438,571,1,256,0,1,6210.57,2268.66,495.533,0.488692,120,0,0,1,0,0,0,0,0),(207496,33438,571,1,256,0,1,6210.72,2255.27,496.856,0.20944,120,0,0,1,0,0,0,0,0),(207497,33438,571,1,256,0,1,6211.56,2224.59,500.391,3.38594,120,0,0,1,0,0,0,0,0),(207498,33438,571,1,256,0,1,6212.02,2274.46,494.694,0.506145,120,0,0,1,0,0,0,0,0),(207499,33438,571,1,256,0,1,6213.87,2292.64,492.514,0.628318,120,0,0,1,0,0,0,0,0),(207500,33438,571,1,256,0,1,6214.03,2371.11,496.547,0.191986,120,0,0,1,0,0,0,0,0),(207501,33438,571,1,256,0,1,6214.57,2230.2,500.063,0.523599,120,0,0,1,0,0,0,0,0),(207502,33438,571,1,256,0,1,6214.97,2245.99,497.017,0.715585,120,0,0,1,0,0,0,0,0),(207503,33438,571,1,256,0,1,6216.19,2266.13,494.88,0.401426,120,0,0,1,0,0,0,0,0),(207504,33438,571,1,256,0,1,6217.64,2285.41,492.63,0.401426,120,0,0,1,0,0,0,0,0),(207505,33438,571,1,256,0,1,6218.6,2258.39,495.237,0.506145,120,0,0,1,0,0,0,0,0),(207506,33438,571,1,256,0,1,6219.01,2290.05,491.942,3.63029,120,0,0,1,0,0,0,0,0),(207507,33438,571,1,256,0,1,6221.84,2375.18,495.262,5.32325,120,0,0,1,0,0,0,0,0),(207508,33438,571,1,256,0,1,6222.02,2295.66,490.919,0.523599,120,0,0,1,0,0,0,0,0),(207509,33438,571,1,256,0,1,6222.78,2250.06,495.284,0.401426,120,0,0,1,0,0,0,0,0),(207510,33438,571,1,256,0,1,6227.66,2304.23,489.205,0.20944,120,0,0,1,0,0,0,0,0),(207511,33438,571,1,256,0,1,6229.32,2260.17,493.108,0.628318,120,0,0,1,0,0,0,0,0),(207512,33438,571,1,256,0,1,6231.92,2294.96,489.396,0.715585,120,0,0,1,0,0,0,0,0),(207513,33438,571,1,256,0,1,6233.1,2252.94,492.997,0.401426,120,0,0,1,0,0,0,0,0),(207514,33438,571,1,256,0,1,6234.46,2257.57,492.389,3.45575,120,0,0,1,0,0,0,0,0),(207515,33438,571,1,256,0,1,6235.55,2307.36,487.694,0.506145,120,0,0,1,0,0,0,0,0),(207516,33438,571,1,256,0,1,6237.06,2285.08,489.444,0.20944,120,0,0,1,0,0,0,0,0),(207517,33438,571,1,256,0,1,6237.47,2263.19,491.429,0.523599,120,0,0,1,0,0,0,0,0),(207518,33438,571,1,256,0,1,6239.72,2299.02,487.797,0.401426,120,0,0,1,0,0,0,0,0),(207519,33438,571,1,256,0,1,6241.32,2275.8,489.641,0.715585,120,0,0,1,0,0,0,0,0),(207520,33438,571,1,256,0,1,6243.5,2282.41,488.602,0.488692,120,0,0,1,0,0,0,0,0),(207521,33438,571,1,256,0,1,6244.95,2288.2,487.804,0.506145,120,0,0,1,0,0,0,0,0),(207522,33438,571,1,256,0,1,6247.03,2265.88,489.677,0.20944,120,0,0,1,0,0,0,0,0),(207523,33438,571,1,256,0,1,6249.12,2279.87,488.005,0.401426,120,0,0,1,0,0,0,0,0),(207524,33438,571,1,256,0,1,6251.28,2256.6,489.625,0.715585,120,0,0,1,0,0,0,0,0),(207525,33438,571,1,256,0,1,6254.91,2269,488.181,0.506145,120,0,0,1,0,0,0,0,0),(207526,33438,571,1,256,0,1,6255.69,2292.97,485.729,0.715585,120,0,0,1,0,0,0,0,0),(207527,33438,571,1,256,0,1,6259.09,2260.67,488.045,0.401426,120,0,0,1,0,0,0,0,0),(207528,33438,571,1,256,0,1,6261.04,2283.56,486.012,0,120,0,0,1,0,0,0,0,0),(207529,33438,571,1,256,0,1,6265.29,2274.28,486.155,0.715585,120,0,0,1,0,0,0,0,0),(207530,33438,571,1,256,0,1,6267.48,2280.89,485.377,0.488692,120,0,0,1,0,0,0,0,0),(207531,33438,571,1,256,0,1,6345.18,2229.91,483.424,4.68518,120,0,0,1,0,0,0,0,0),(207532,33438,571,1,256,0,1,6378.19,2076.38,507.787,1.5708,120,0,0,1,0,0,0,0,0),(207533,33438,571,1,256,0,1,6382.45,2067.1,510.969,1.79769,120,0,0,1,0,0,0,0,0),(207534,33438,571,1,256,0,1,6386.08,2079.5,508.095,2.46091,120,0,0,1,0,0,0,0,0),(207535,33438,571,1,256,0,1,6390.26,2071.17,511.026,2.26893,120,0,0,1,0,0,0,0,0),(207536,34125,571,1,256,0,0,6425.9,2379.27,466.631,2.23402,120,0,0,1,0,0,0,0,0),(207537,34125,571,1,256,0,0,6431.52,2379.34,466.171,1.22173,120,0,0,1,0,0,0,0,0),(207538,34125,571,1,256,0,0,6441.44,2378.71,465.201,1.5708,120,0,0,1,0,0,0,0,0),(207539,34125,571,1,256,0,0,6446.88,2381.46,464.73,2.23402,120,0,0,1,0,0,0,0,0),(207540,34127,571,1,1,0,1,6383.61,2380.81,470.901,2.37001,120,0,0,1,0,0,0,0,0),(207541,34127,571,1,2,0,1,6203.24,2092.46,519.97,0.523599,120,0,0,1,0,0,0,0,0),(207542,34127,571,1,2,0,1,6245.94,2186.6,499.307,0.488692,120,0,0,1,0,0,0,0,0),(207543,34127,571,1,2,0,1,6288.13,2043.01,510.601,1.11701,120,0,0,1,0,0,0,0,0),(207544,34127,571,1,2,0,1,6332.01,2089.79,497.763,4.61641,120,0,0,1,0,0,0,0,0),(207545,34127,571,1,256,0,1,6111.78,2242.2,515.065,0.226893,120,0,0,1,0,0,0,0,0),(207546,34127,571,1,256,0,1,6126.79,2213.48,514.859,0.226893,120,0,0,1,0,0,0,0,0),(207547,34127,571,1,256,0,1,6143.69,2239.93,509.564,0.226893,120,0,0,1,0,0,0,0,0),(207548,34127,571,1,256,0,1,6159.58,2342.3,504.398,0.488692,120,0,0,1,0,0,0,0,0),(207549,34127,571,1,256,0,1,6182.63,2276.84,499.385,0.226893,120,0,0,1,0,0,0,0,0),(207550,34127,571,1,256,0,1,6197.98,2247.37,499.595,0.226893,120,0,0,1,0,0,0,0,0),(207551,34127,571,1,256,0,1,6216.22,2377.72,496.689,5.68977,120,0,0,1,0,0,0,0,0),(207552,34127,571,1,256,0,1,6225.5,2275.37,492.385,0.226893,120,0,0,1,0,0,0,0,0),(207553,34127,571,1,256,0,1,6243.79,2348.67,489.502,3.214,120,0,0,1,0,0,0,0,0),(207554,34127,571,1,256,0,1,6384.64,2073.7,509.492,2.05949,120,0,0,1,0,0,0,0,0),(207555,34127,571,1,256,0,1,6393.4,2307.66,474.965,2.49836,120,0,0,1,0,0,0,0,0),(207556,34179,571,1,256,0,1,6420.72,2355.72,467.262,1.20428,120,0,0,1,0,0,0,0,0),(207557,34179,571,1,256,0,1,6435.66,2377.31,465.724,4.53786,120,0,0,1,0,0,0,0,0),(207558,34179,571,1,256,0,1,6446.18,2351.86,465.113,1.91986,120,0,0,1,0,0,0,0,0),(207559,34179,571,1,256,0,1,6464.42,2359.18,463.341,6.23082,120,0,0,1,0,0,0,0,0),(207560,34179,571,1,256,0,1,6464.63,2383.78,463.281,6.23082,120,0,0,1,0,0,0,0,0),(207561,34180,571,1,256,0,1,6437.05,2355.17,465.989,1.58825,120,0,0,1,0,0,0,0,0),(129871,31316,571,1,1,0,0,5834.9,2001.66,503.916,1.86751,120,0,0,1,0,0,0,0,0),(129870,31316,571,1,1,0,0,5866.77,1990.26,507.448,2.6984,120,0,0,1,0,0,0,0,0),(129869,31316,571,1,1,0,0,5879.04,1999.88,509.572,2.59819,120,0,0,1,0,0,0,0,0),(129868,31316,571,1,1,0,0,5859.23,1992.5,505.694,2.35615,120,0,0,1,0,0,0,0,0),(129867,31316,571,1,1,0,0,5830.67,1991.73,503.924,1.72782,120,0,0,1,0,0,0,0,0),(129866,31316,571,1,1,0,0,5831.74,2024.35,503.985,2.72271,120,0,0,1,0,0,0,0,0),(129865,31316,571,1,1,0,0,5829.46,2031.39,503.99,1.32645,120,0,0,1,0,0,0,0,0),(129863,31316,571,1,1,0,0,5868.65,2049.94,504.266,3.49069,120,0,0,1,0,0,0,0,0),(129862,31316,571,1,1,0,0,5890.25,2049.39,512.196,3.94444,120,0,0,1,0,0,0,0,0),(246902,38493,571,1,1,0,1,5849.19,2175.6,636.042,1.54954,300,0,0,65165,0,0,0,0,0),(129860,31316,571,1,1,0,0,5869.16,2064.59,504.629,3.90952,120,0,0,1,0,0,0,0,0),(129859,31316,571,1,1,0,0,5851.9,2064.4,504.081,4.50292,120,0,0,1,0,0,0,0,0),(129853,31316,571,1,1,0,0,5873.27,2020.35,506.469,2.86509,120,0,0,1,0,0,0,0,0),(88770,37965,571,1,1,0,1,5597.37,2024.03,798.125,0.471239,120,0,0,1,0,0,0,0,0),(88771,37965,571,1,1,0,1,5623.61,2000.22,798.13,1.41372,120,0,0,1,0,0,0,0,0),(88772,37965,571,1,1,0,1,5656.99,2008.31,798.125,2.1293,120,0,0,1,0,0,0,0,0),(88773,37965,571,1,256,0,1,5597.37,2024.03,798.125,0.471239,120,0,0,1,0,0,0,0,0),(88774,37965,571,1,256,0,1,5623.61,2000.22,798.13,1.41372,120,0,0,1,0,0,0,0,0),(88775,37965,571,1,256,0,1,5656.99,2008.31,798.125,2.1293,120,0,0,1,0,0,0,0,0),(129852,31316,571,1,1,0,0,5894.92,2027.75,513.139,3.21295,120,0,0,1,0,0,0,0,0),(129851,31283,571,1,1,0,0,5826.42,2029.93,503.993,5.95157,120,0,0,1,0,0,0,0,0),(88779,37965,571,1,1,0,1,5679.39,2166.71,800.091,6.16101,120,0,0,1,0,0,0,0,0),(88780,37965,571,1,1,0,1,5690.04,2169.76,822.619,3.46936,120,0,0,1,0,0,0,0,0),(88781,37965,571,1,1,0,1,5706.81,2164.21,800.091,3.07178,120,0,0,1,0,0,0,0,0),(88782,37965,571,1,1,0,1,5665.33,2235,833.81,1.88679,120,0,0,1,0,0,0,0,0),(88783,37965,571,1,1,0,1,5666.03,2317.19,800.091,0.174533,120,0,0,1,0,0,0,0,0),(88784,37965,571,1,1,0,1,5670.79,2302.29,822.619,1.9092,120,0,0,1,0,0,0,0,0),(88785,37965,571,1,1,0,1,5674.22,2316.01,837.016,4.99458,120,0,0,1,0,0,0,0,0),(88786,37965,571,1,1,0,1,5678.93,2265.66,800.091,0.174533,120,0,0,1,0,0,0,0,0),(88787,37965,571,1,256,0,1,5679.39,2166.71,800.091,6.16101,120,0,0,1,0,0,0,0,0),(88788,37965,571,1,1,0,1,5683.26,2215.06,800.091,6.23082,120,0,0,1,0,0,0,0,0),(88789,37965,571,1,1,0,1,5693.28,2323.65,800.091,3.29867,120,0,0,1,0,0,0,0,0),(88790,37965,571,1,1,0,1,5706.71,2270.33,800.091,3.29867,120,0,0,1,0,0,0,0,0),(88791,37965,571,1,256,0,1,5706.81,2164.21,800.091,3.07178,120,0,0,1,0,0,0,0,0),(88792,37965,571,1,1,0,1,5710.68,2213.77,800.091,3.10669,120,0,0,1,0,0,0,0,0),(88793,37968,571,1,1,0,0,5679.44,2166.71,798.209,6.16101,120,0,0,1,0,0,0,0,0),(88794,37968,571,1,1,0,0,5690,2169.74,820.738,3.46936,120,0,0,1,0,2,0,0,0),(88795,37968,571,1,1,0,0,5706.77,2164.21,798.209,3.07178,120,0,0,1,0,0,0,0,0),(88796,37968,571,1,1,0,0,5665.31,2235.04,831.929,1.88679,120,0,0,1,0,2,0,0,0),(88797,37968,571,1,1,0,0,5666.08,2317.2,798.209,0.174533,120,0,0,1,0,0,0,0,0),(88798,37968,571,1,1,0,0,5670.77,2302.33,820.738,1.9092,120,0,0,1,0,2,0,0,0),(88799,37968,571,1,1,0,0,5674.24,2315.97,835.135,4.99458,120,0,0,1,0,2,0,0,0),(88800,37968,571,1,1,0,0,5678.98,2265.67,798.209,0.174533,120,0,0,1,0,0,0,0,0),(88801,37968,571,1,256,0,0,5679.44,2166.71,798.209,6.16101,120,0,0,1,0,0,0,0,0),(88802,37968,571,1,1,0,0,5683.31,2215.06,798.209,6.23082,120,0,0,1,0,0,0,0,0),(88803,37968,571,1,1,0,0,5693.23,2323.64,798.209,3.29867,120,0,0,1,0,0,0,0,0),(88804,37968,571,1,1,0,0,5706.67,2270.32,798.209,3.29867,120,0,0,1,0,0,0,0,0),(88805,37968,571,1,256,0,0,5706.77,2164.21,798.209,3.07178,120,0,0,1,0,0,0,0,0),(88806,37968,571,1,1,0,0,5710.63,2213.77,798.209,3.10669,120,0,0,1,0,0,0,0,0),(208485,33927,571,1,1,26463,0,5753.74,585.413,615.052,0,180,0,0,1,0,0,0,0,0),(208486,33924,1,1,1,27953,1,-7123.33,-3766.68,9.40339,0,180,0,0,1,0,0,0,0,0),(208487,33931,530,1,1,0,1,3066.45,3638.87,145.218,0.875901,120,0,0,1,0,0,0,0,0),(208488,34090,1,1,1,29077,1,-7126.8,-3761.97,9.49471,0.820305,180,0,0,1,0,0,0,0,0),(208489,34091,530,1,1,0,1,3078.46,3636.98,145.385,3.12999,120,0,0,1,0,0,0,0,0),(208490,34092,571,1,1,29076,1,5761.32,578.753,615.052,2.09439,180,0,0,1,0,0,0,0,0),(208491,33932,530,1,1,0,1,3073.99,3633.34,143.779,2.09012,120,0,0,42,0,0,0,0,0),(208492,33928,1,1,1,22438,0,-7122.35,-3770.56,9.35682,0,180,0,0,1,0,0,0,0,0),(208493,33926,571,1,1,26464,0,5751.54,584.66,615.052,0,180,0,0,1,0,0,0,0,0),(208494,33929,1,1,1,22399,0,-7120.75,-3774.16,9.0363,0.767945,180,0,0,1,0,0,0,0,0),(208495,33925,571,1,1,26465,0,5751.73,582.943,615.052,0,180,0,0,1,0,0,0,0,0),(208496,33930,530,1,1,22393,0,3070.16,3635.11,143.864,0.750492,180,0,0,42,0,0,0,0,0),(208497,33921,571,1,1,26463,0,5753.74,585.413,615.052,0,180,0,0,1,0,0,0,0,0),(208498,33915,1,1,1,27953,1,-7123.33,-3766.68,9.40339,0,180,0,0,1,0,0,0,0,0),(208499,33918,530,1,1,0,1,3066.45,3638.87,145.218,0.875901,120,0,0,1,0,0,0,0,0),(208500,34088,1,1,1,29077,1,-7126.8,-3761.97,9.49471,0.820305,180,0,0,1,0,0,0,0,0),(208501,34089,530,1,1,0,1,3078.46,3636.98,145.385,3.12999,120,0,0,1,0,0,0,0,0),(208502,34087,571,1,1,29076,1,5761.32,578.753,615.052,2.09439,180,0,0,1,0,0,0,0,0),(208503,33916,530,1,1,0,1,3073.99,3633.34,143.779,2.09012,120,0,0,42,0,0,0,0,0),(208504,33920,1,1,1,22438,0,-7122.35,-3770.56,9.35682,0,180,0,0,1,0,0,0,0,0),(208505,33922,571,1,1,26464,0,5751.54,584.66,615.052,0,180,0,0,1,0,0,0,0,0),(208506,33917,1,1,1,22399,0,-7120.75,-3774.16,9.0363,0.767945,180,0,0,1,0,0,0,0,0),(208507,33923,571,1,1,26465,0,5751.73,582.943,615.052,0,180,0,0,1,0,0,0,0,0),(208508,33919,530,1,1,22393,0,3070.16,3635.11,143.864,0.750492,180,0,0,42,0,0,0,0,0),(151761,37122,631,15,1,0,1,4365.98,2672.63,349.271,4.67748,604800,0,0,130330,4081,0,0,0,0),(151762,37123,631,15,1,0,1,4361.32,2675.74,349.389,4.64258,604800,0,0,130330,61215,0,0,0,0),(151763,37124,631,15,1,0,1,4349.95,2677.52,349.306,4.83962,604800,0,0,130330,0,0,0,0,0),(151764,37125,631,15,1,0,1,4347.03,2673.68,349.37,4.85202,604800,0,0,130330,0,0,0,0,0),(137772,37134,631,15,1,0,1,4350.65,2528.31,358.433,1.52995,7200,0,0,0,0,0,0,0,0),(137771,37134,631,15,1,0,1,4349.36,2584.54,351.101,1.60849,7200,0,0,0,0,0,0,0,0),(151767,37129,631,15,1,0,1,4356.9,2673.27,349.47,4.76475,604800,0,0,278900,0,0,0,0,0),(137770,37134,631,15,1,0,1,4363.48,2585.09,351.101,1.58493,7200,0,0,0,0,0,0,0,0),(137769,37134,631,15,1,0,1,4362.18,2642.97,351.1,1.5331,7200,0,0,0,0,0,0,0,0),(137768,37134,631,15,1,0,1,4351.66,2642.95,351.1,1.40351,7200,0,0,0,0,0,0,0,0),(137767,37133,631,15,1,0,1,4356.77,2524.27,358.433,1.50246,7200,0,0,0,0,0,0,0,0),(137766,37133,631,15,1,0,1,4346.98,2512.75,358.441,1.35716,7200,0,0,0,0,0,0,0,0),(137765,37133,631,15,1,0,1,4356.85,2636.39,351.101,1.56922,7200,0,0,0,0,0,0,0,0),(137764,37133,631,15,1,0,1,4366.83,2510.3,358.518,1.62316,7200,0,0,0,0,0,0,0,0),(137763,37132,631,15,1,0,1,4343.78,2525.43,358.433,1.26291,7200,0,0,0,0,0,0,0,0),(137762,37132,631,15,1,0,1,4369.26,2525.06,358.433,1.78913,7200,0,0,0,0,0,0,0,0),(137761,37132,631,15,1,0,1,4368.03,2578.97,351.101,1.69096,7200,0,0,0,0,0,0,0,0),(137760,37132,631,15,1,0,1,4345.88,2577.64,351.101,1.52995,7200,0,0,0,0,0,0,0,0),(137757,37132,631,15,1,0,1,4365.26,2624.06,351.101,1.60232,7200,0,0,0,0,0,0,0,0),(137756,37132,631,15,1,0,1,4349.24,2624.6,351.101,1.55924,7200,0,0,0,0,0,0,0,0),(151783,37531,631,15,1,0,1,4362.85,2514.43,203.383,0.541144,7200,0,0,1134000,0,0,0,0,0),(151784,37531,631,15,1,0,1,4360.96,2454.38,203.384,5.7719,7200,0,0,1134000,0,0,0,0,0),(151785,37532,631,15,1,0,0,4389.66,2533.88,203.387,1.49305,7200,0,0,126000,3994,0,0,0,0),(151786,37532,631,15,1,0,0,4379.52,2517.11,203.383,1.55823,7200,0,0,126000,3994,0,0,0,0),(151787,37532,631,15,1,0,0,4379.45,2510.21,203.382,2.77324,7200,0,0,126000,3994,0,0,0,0),(151788,37532,631,15,1,0,0,4377.98,2511.69,203.384,0.0361331,7200,0,0,126000,3994,0,0,0,0),(151789,37532,631,15,1,0,0,4376.07,2508.98,203.384,0.95662,7200,0,0,126000,3994,0,0,0,0),(151790,37532,631,15,1,0,0,4371.45,2514.37,203.383,3.35915,7200,0,0,126000,3994,0,0,0,0),(151791,37532,631,15,1,0,0,4377.53,2519.25,203.384,5.76561,7200,0,0,126000,3994,0,0,0,0),(151792,37532,631,15,1,0,0,4385.71,2530.45,203.387,3.85552,7200,0,0,126000,3994,0,0,0,0),(151793,37532,631,15,1,0,0,4374.05,2457.47,203.382,4.73831,7200,0,0,126000,3994,0,0,0,0),(151794,37532,631,15,1,0,0,4373.95,2461.52,203.382,3.47539,7200,0,0,126000,3994,0,0,0,0),(151795,37532,631,15,1,0,0,4375.93,2455.54,203.383,4.69512,7200,0,0,126000,3994,0,0,0,0),(151796,37532,631,15,1,0,0,4383.62,2529.27,203.386,5.19698,7200,0,0,126000,3994,0,0,0,0),(151797,37532,631,15,1,0,0,4389.28,2528.94,203.386,6.22428,7200,0,0,126000,3994,0,0,0,0),(151798,37532,631,15,1,0,0,4380.05,2456.41,203.382,0.00314776,7200,0,0,126000,3994,0,0,0,0),(151799,37532,631,15,1,0,0,4376.26,2462.41,203.382,2.58318,7200,0,0,126000,3994,0,0,0,0),(151800,37532,631,15,1,0,0,4378.17,2462.99,203.381,4.13827,7200,0,0,126000,3994,0,0,0,0),(151801,37532,631,15,1,0,0,4383.05,2523.33,203.387,4.35504,7200,0,0,126000,3994,0,0,0,0),(151802,37532,631,15,1,0,0,4372.52,2452.47,203.384,3.70002,7200,0,0,126000,3994,0,0,0,0),(151803,37532,631,15,1,0,0,4381.59,2533.12,203.386,3.60734,7200,0,0,126000,3994,0,0,0,0),(151804,37532,631,15,1,0,0,4386.49,2535.52,203.386,3.07248,7200,0,0,126000,3994,0,0,0,0),(151805,37532,631,15,1,0,0,4385.64,2512.62,203.384,4.82235,7200,0,0,126000,3994,0,0,0,0),(151806,37532,631,15,1,0,0,4373.77,2438.67,203.386,4.50819,7200,0,0,126000,3994,0,0,0,0),(151807,37532,631,15,1,0,0,4370.54,2441.32,203.386,2.44731,7200,0,0,126000,3994,0,0,0,0),(151808,37532,631,15,1,0,0,4376.09,2442.12,203.386,0.133524,7200,0,0,126000,3994,0,0,0,0),(151809,37532,631,15,1,0,0,4379.22,2439.67,203.386,5.39491,7200,0,0,126000,3994,0,0,0,0),(151810,37532,631,15,1,0,0,4380.51,2434.97,203.387,4.65585,7200,0,0,126000,3994,0,0,0,0),(151811,37532,631,15,1,0,0,4382.9,2439.76,203.387,1.10506,7200,0,0,126000,3994,0,0,0,0),(151812,37532,631,15,1,0,0,4381.45,2444.52,203.386,3.39057,7200,0,0,126000,3994,0,0,0,0),(137755,37127,631,15,1,0,1,4371.41,2570.52,351.101,0.0808906,7200,0,0,0,0,0,0,0,0),(137754,37127,631,15,1,0,1,4346.72,2607.9,351.101,3.23426,7200,0,0,0,0,0,0,0,0),(137753,37126,631,15,1,0,1,4356.71,2484.33,371.531,1.5708,604800,0,0,0,0,0,0,0,0),(247118,38752,631,15,17,0,0,4203.89,2484.23,364.956,0,604800,0,0,0,0,0,0,0,0),(247124,37868,631,15,1,0,0,4222.86,2504.58,364.96,3.90954,604800,0,0,0,0,0,0,0,0),(247123,37868,631,15,1,0,0,4223.4,2465.11,364.952,2.3911,604800,0,0,0,0,0,0,0,0),(247122,37868,631,5,1,0,0,4230.44,2478.56,364.953,2.93215,604800,0,0,0,0,0,0,0,0),(151820,38229,631,15,1,0,0,4352.01,2664.59,350.18,6.12231,604800,0,0,13,0,0,0,0,0),(151821,38229,631,15,1,0,0,4356.72,2408.48,358.432,4.04586,604800,0,0,13,0,0,0,0,0),(151822,38229,631,15,1,0,0,4359.53,2656.51,351.101,0.198085,604800,0,0,13,0,0,0,0,0),(247121,37868,631,5,1,0,0,4230.53,2490.22,364.957,3.36849,604800,0,0,0,0,0,0,0,0),(137747,36789,631,10,5,0,0,4203.65,2483.89,364.961,5.51524,604800,0,0,17999997,0,0,0,0,0),(137746,36789,631,5,5,0,0,4203.65,2483.89,364.961,5.51524,604800,0,0,6000003,0,0,0,0,0),(151826,30268,571,1,2,0,0,6244.78,190.194,383.08,1.50098,0,0,0,0,0,0,0,0,0),(151827,30268,571,1,2,0,0,6249.75,126.806,382.534,2.47837,0,0,0,0,0,0,0,0,0),(151828,30268,571,1,2,0,0,6277.33,155.167,383.491,0.43643,0,0,0,0,0,0,0,0,0),(151829,30268,571,1,2,0,0,6303.7,193.736,387.669,-1.17247,0,0,0,0,0,0,0,0,0),(151830,30268,571,1,2,0,0,6321.27,152.463,387.239,4.10152,0,0,0,0,0,0,0,0,0),(151831,30268,571,1,2,0,0,6333.02,57.5423,389.173,4.62512,0,0,0,0,0,0,0,0,0),(151832,30268,571,1,2,0,0,6335.22,110.147,391.309,6.05629,0,0,0,0,0,0,0,0,0),(151833,30268,571,1,2,0,0,6339.98,186.907,389.644,-2.29057,0,0,0,0,0,0,0,0,0),(151834,30268,571,1,2,0,0,6347.77,225.483,393.712,-1.99599,0,0,0,0,0,0,0,0,0),(151835,30268,571,1,2,0,0,6363.71,126.463,391.424,3.89208,0,0,0,0,0,0,0,0,0),(151836,30268,571,1,2,0,0,6389.44,226.344,395.383,6.16101,0,0,0,0,0,0,0,0,0),(151837,30268,571,1,2,0,0,6405.67,158.456,394.692,0.85521,0,0,0,0,0,0,0,0,0),(151838,30268,571,1,2,0,0,6421.84,258.293,397.279,-2.2004,0,0,0,0,0,0,0,0,0),(151839,30268,571,1,2,0,0,6434.63,198.273,396.762,5.93412,0,0,0,0,0,0,0,0,0),(244625,37984,0,1,1,0,0,-382.121,161.213,77.0395,0.982712,30,0,0,356,0,0,0,0,0),(244624,37984,0,1,1,0,0,-407.15,172.323,76.8851,3.50463,30,0,0,356,0,0,0,0,0),(244623,37984,0,1,1,0,0,-421.118,161.632,73.0552,3.81093,30,0,0,356,0,0,0,0,0),(244622,37984,0,1,1,0,0,-414.333,151.165,72.7544,5.28748,30,0,0,356,0,0,0,0,0),(244621,37984,0,1,1,0,0,-396.98,152.02,72.7445,0.0802893,30,0,0,356,0,0,0,0,0),(244620,38006,1,1,1,0,0,-3423.44,-4223.1,10.3878,3.34749,30,0,0,356,0,0,0,0,0),(244619,38006,1,1,1,0,0,-3407.75,-4217.59,11.4111,4.59863,30,0,0,356,0,0,0,0,0),(244618,38006,1,1,1,0,0,-3425.3,-4205.48,11.087,0.747825,30,0,0,356,0,0,0,0,0),(244617,38006,1,1,1,0,0,-3415.67,-4199.13,10.9447,0.380259,30,0,0,356,0,0,0,0,0),(244616,38006,1,1,1,0,0,-3408.24,-4205.45,11.7024,5.33848,30,0,0,356,0,0,0,0,0),(244615,38016,0,1,1,0,0,122.685,-2379.58,120.969,0.401474,30,0,0,356,0,0,0,0,0),(244614,38016,0,1,1,0,0,112.321,-2385.37,121.337,0.933974,30,0,0,356,0,0,0,0,0),(244613,38016,0,1,1,0,0,117.312,-2415.86,124.574,1.81912,30,0,0,356,0,0,0,0,0),(244612,38016,0,1,1,0,0,112.257,-2406.06,125.159,2.12857,30,0,0,356,0,0,0,0,0),(244611,38016,0,1,1,0,0,107.836,-2394.64,123.766,1.71859,30,0,0,356,0,0,0,0,0),(244610,38035,1,1,1,0,0,4851.07,137.164,52.3573,3.32611,60,0,0,1,0,0,0,0,0),(244609,38035,1,1,1,0,0,6767.76,-4880.77,776.832,0.473977,60,0,0,1,0,0,0,0,0),(244608,38035,530,1,1,0,0,-1800.57,4849.58,3.67941,0.732729,60,0,0,1,0,0,0,0,0),(244607,38035,1,1,1,0,0,1269.73,-4095.83,27.2461,0.383236,60,0,0,1,0,0,0,0,0),(244606,38035,0,1,1,0,0,-9462.46,525.975,55.3952,4.44641,60,0,0,1,0,0,0,0,0),(244605,38030,530,1,1,0,0,-1809.55,4858.05,1.6643,0.850539,30,0,0,356,0,0,0,0,0),(244604,38030,530,1,1,0,0,-1800.26,4865.74,1.76724,0.246567,30,0,0,356,0,0,0,0,0),(244603,38030,530,1,1,0,0,-1789.11,4860.69,1.08418,5.7255,30,0,0,356,0,0,0,0,0),(244602,38030,530,1,1,0,0,-1786.21,4846.14,3.9133,4.90948,30,0,0,356,0,0,0,0,0),(244601,38030,530,1,1,0,0,-1792,4835.44,5.75526,4.05103,30,0,0,356,0,0,0,0,0),(244600,38023,1,1,1,0,0,6763.25,-4871.99,775.183,0.473977,30,0,0,356,0,0,0,0,0),(244599,38023,1,1,1,0,0,6754.5,-4875.5,773.386,6.14062,30,0,0,356,0,0,0,0,0),(244598,38023,1,1,1,0,0,6754.64,-4890.56,774.717,4.87221,30,0,0,356,0,0,0,0,0),(244597,38023,1,1,1,0,0,6767.71,-4899.06,775.43,5.72986,30,0,0,356,0,0,0,0,0),(244596,38023,1,1,1,0,0,6777.68,-4889.84,776.667,0.746511,30,0,0,356,0,0,0,0,0),(244595,37917,1,1,1,0,0,4845.3,115.292,51.258,3.43999,30,0,0,356,0,0,0,0,0),(244594,37917,1,1,1,0,0,4844.9,102.68,50.0936,3.43999,30,0,0,356,0,0,0,0,0),(244593,37917,1,1,1,0,0,4860,109.204,53.8496,0.467256,30,0,0,356,0,0,0,0,0),(244592,37917,1,1,1,0,0,4867.09,123.556,54.625,1.10736,30,0,0,356,0,0,0,0,0),(244591,37917,1,1,1,0,0,4861.5,143.397,53.5891,1.77494,30,0,0,356,0,0,0,0,0),(244590,37214,1,1,1,0,0,1261.55,-4082.01,24.5336,0.679332,30,0,0,356,0,0,0,0,0),(244589,37214,1,1,1,0,0,1252.12,-4093.07,24.2136,1.55034,30,0,0,356,0,0,0,0,0),(244588,37214,1,1,1,0,0,1263.1,-4104.66,26.5895,3.20674,30,0,0,356,0,0,0,0,0),(244587,37214,1,1,1,0,0,1273.4,-4103.99,27.8146,4.13351,30,0,0,356,0,0,0,0,0),(244586,37214,1,1,1,0,0,1278.46,-4095.97,28.5179,6.00276,30,0,0,356,0,0,0,0,0),(244585,37214,0,1,1,0,0,-9459.73,534.487,54.9696,5.97165,30,0,0,356,0,0,0,0,0),(244584,37214,0,1,1,0,0,-9471.57,536.639,54.108,0.793523,30,0,0,356,0,0,0,0,0),(244583,37214,0,1,1,0,0,-9479.33,525.887,55.2184,2.14127,30,0,0,356,0,0,0,0,0),(244582,37214,0,1,1,0,0,-9461.04,512.112,55.8756,3.59818,30,0,0,356,0,0,0,0,0),(244581,37214,0,1,1,0,0,-9447.59,521.985,56.1219,4.45034,30,0,0,356,0,0,0,0,0),(244580,38340,0,1,1,0,0,-8911.16,625.834,99.5227,3.65088,300,0,0,1,0,0,0,0,0),(244579,38340,1,1,1,0,0,1619.91,-4376.93,12.2511,0.575657,300,0,0,1,0,0,0,0,0),(244578,38341,1,1,1,0,0,1674.65,-4440.01,19.1696,5.34538,300,0,0,1,0,0,0,0,0),(244577,38341,0,1,1,0,0,-8806.15,664.605,96.2,1.56172,300,0,0,1,0,0,0,0,0),(244576,38342,1,1,1,0,0,1762.65,-4345.06,-7.83994,3.73924,300,0,0,1,0,0,0,0,0),(244575,38342,0,1,1,0,0,-8754.09,657.778,105.091,0.199051,300,0,0,1,0,0,0,0,0),(244573,36296,33,1,1,0,0,-208.723,2218.5,79.7633,5.16886,86400,0,0,269000,0,0,0,0,0),(244571,38208,33,1,1,0,0,-234.669,2154.3,90.6247,4.46749,86400,0,0,1,0,0,0,0,0),(244570,37917,0,1,1,0,0,-40.5129,1132.35,66.9879,0.2236,30,0,0,356,0,0,0,0,0),(244569,37917,0,1,1,0,0,-70.0067,1126.23,65.5446,5.87061,30,0,0,356,0,0,0,0,0),(244568,37917,0,1,1,0,0,-99.1899,1143.58,61.9249,3.65579,30,0,0,356,0,0,0,0,0),(244567,37917,0,1,1,0,0,-78.1933,1155.44,64.1348,3.65579,30,0,0,356,0,0,0,0,0),(244566,36885,33,1,1,0,0,-220.323,2207.68,79.7636,3.0687,86400,0,0,1,0,0,0,0,0),(244565,36885,33,1,1,0,0,-200.286,2201.67,79.765,0.537364,86400,0,0,1,0,0,0,0,0),(137743,38471,631,15,1,0,1,-504.949,2184.24,62.3048,0.450047,86400,0,0,0,0,0,0,0,0),(137744,38501,631,15,1,0,0,4247.04,2753.25,348.996,0.227759,86400,0,0,0,0,0,0,0,0),(137745,38551,631,15,1,0,1,4466.26,2787.99,348.954,3.34972,86400,0,0,0,0,0,0,0,0),(137774,38125,631,15,1,0,1,4369.75,2606.94,351.101,6.24627,7200,0,0,0,0,0,0,0,0),(137775,38125,631,15,1,0,1,4340.83,2572.01,351.101,3.14394,7200,0,0,0,0,0,0,0,0),(151851,24322,571,1,2,0,1,929.799,-5579.14,184.932,3.26377,300,0,0,1,0,0,0,0,0),(151850,24322,571,1,2,0,1,917.516,-5529.25,192.04,4.62512,300,0,0,1,0,0,0,0,0),(137780,38229,631,15,1,0,0,4358.06,2608.39,351.184,2.86266,3600,5,0,0,0,1,0,0,0),(137781,38229,631,15,1,0,0,4351.09,2488.49,358.441,1.93736,3600,5,0,0,0,1,0,0,0),(137782,38229,631,15,1,0,0,4356.68,2525.39,358.432,1.69568,3600,5,0,0,0,1,0,0,0),(137783,38229,631,15,1,0,0,4352.72,2610.13,351.101,2.82663,3600,5,0,0,0,1,0,0,0),(151852,24322,571,1,2,0,1,925.442,-5571.05,187.267,3.83972,300,0,0,1,0,0,0,0,0),(151853,24322,571,1,2,0,1,922.323,-5531.35,189.793,4.5204,300,0,0,1,0,0,0,0,0),(151854,24322,571,1,2,0,1,914.474,-5533.34,192.314,4.67748,300,0,0,1,0,0,0,0,0),(151855,24322,571,1,2,0,1,898.83,-5539.49,193.25,5.06145,300,0,0,1,0,0,0,0,0),(151856,24322,571,1,2,0,1,934.147,-5528.46,187.374,4.32842,300,0,0,1,0,0,0,0,0),(151857,24322,571,1,2,0,1,951.451,-5546.91,185.517,3.85718,300,0,0,1,0,0,0,0,0),(151858,24322,571,1,2,0,1,937.627,-5573.08,186.163,3.45575,300,0,0,1,0,0,0,0,0),(151859,24322,571,1,2,0,1,951.078,-5562.57,184.76,3.59538,300,0,0,1,0,0,0,0,0),(151860,24322,571,1,2,0,1,933.676,-5544.94,186.067,4.18879,300,0,0,1,0,0,0,0,0),(151861,24322,571,1,2,0,1,937.11,-5553.09,185.877,3.9968,300,0,0,1,0,0,0,0,0),(151862,24322,571,1,2,0,1,949.577,-5571.85,185.367,3.38594,300,0,0,1,0,0,0,0,0),(151863,24322,571,1,2,0,1,936.47,-5562.46,186.81,3.82227,300,0,0,1,0,0,0,0,0),(151864,24322,571,1,2,0,1,938.414,-5547.4,185.824,4.06662,300,0,0,1,0,0,0,0,0),(151865,24322,571,1,2,0,1,955.932,-5541.44,185.481,3.89208,300,0,0,1,0,0,0,0,0),(151866,24322,571,1,2,0,1,943.289,-5552.29,185.451,3.90954,300,0,0,1,0,0,0,0,0),(151867,24322,571,1,2,0,1,945.767,-5536.81,187.227,4.06662,300,0,0,1,0,0,0,0,0),(151868,24322,571,1,2,0,1,936.005,-5533.51,187.475,4.2586,300,0,0,1,0,0,0,0,0),(151869,24322,571,1,2,0,1,940.908,-5562.95,186.208,3.71755,300,0,0,1,0,0,0,0,0),(151870,24323,571,1,2,0,0,913.935,-5540.2,190.577,4.69494,300,0,0,1,0,0,0,0,0),(151871,24323,571,1,2,0,0,911.285,-5528.68,193.913,4.76475,300,0,0,1,0,0,0,0,0),(151872,24323,571,1,2,0,0,908.861,-5550.75,192.936,4.86947,300,0,0,1,0,0,0,0,0),(151873,24323,571,1,2,0,0,926.253,-5554.95,188.245,4.24115,300,0,0,1,0,0,0,0,0),(151874,24323,571,1,2,0,0,927.767,-5549.81,187.309,4.27606,300,0,0,1,0,0,0,0,0),(151875,24323,571,1,2,0,0,924.093,-5543.46,187.884,4.43314,300,0,0,1,0,0,0,0,0),(151876,24323,571,1,2,0,0,926.421,-5563.16,188.221,4.08407,300,0,0,1,0,0,0,0,0),(151877,24323,571,1,2,0,0,931.466,-5537.86,187.133,4.31096,300,0,0,1,0,0,0,0,0),(151878,24323,571,1,2,0,0,903.492,-5545.23,192.86,4.99164,300,0,0,1,0,0,0,0,0),(151879,24323,571,1,2,0,0,914.416,-5547.48,190.82,4.67748,300,0,0,1,0,0,0,0,0),(151880,24323,571,1,2,0,0,932.522,-5568.61,187.108,3.71755,300,0,0,1,0,0,0,0,0),(151881,24323,571,1,2,0,0,932.666,-5559.35,187.348,3.97935,300,0,0,1,0,0,0,0,0),(151882,24323,571,1,2,0,0,913.796,-5555,192.019,4.69494,300,0,0,1,0,0,0,0,0),(151883,24323,571,1,2,0,0,932.566,-5549.75,186.292,4.15388,300,0,0,1,0,0,0,0,0),(151884,24323,571,1,2,0,0,921.767,-5549.71,188.553,4.45059,300,0,0,1,0,0,0,0,0),(151885,24323,571,1,2,0,0,910.815,-5543.3,191.321,4.7822,300,0,0,1,0,0,0,0,0),(151886,24323,571,1,2,0,0,927.373,-5532.52,188.152,4.41568,300,0,0,1,0,0,0,0,0),(151887,24323,571,1,2,0,0,945.812,-5543.79,186.479,3.9968,300,0,0,1,0,0,0,0,0),(151888,24323,571,1,2,0,0,941.3,-5580.63,186.328,3.15905,300,0,0,1,0,0,0,0,0),(151889,24323,571,1,2,0,0,944.83,-5566.06,185.813,3.57792,300,0,0,1,0,0,0,0,0),(151890,24323,571,1,2,0,0,950.293,-5554.96,184.851,3.75246,300,0,0,1,0,0,0,0,0),(151891,24323,571,1,2,0,0,940.117,-5538.73,187.231,4.13643,300,0,0,1,0,0,0,0,0),(151892,24323,571,1,2,0,0,944.396,-5558.65,185.427,3.75246,300,0,0,1,0,0,0,0,0),(151893,32741,571,1,1,0,0,5871.94,852.655,846.336,6.21344,300,0,0,1,0,0,0,0,0),(151894,28297,571,1,1,0,0,6203.81,5528.57,-51.8231,2.6255,120,0,0,1,0,2,0,0,0),(80,25666,571,1,1,0,0,3649.17,4744.34,-15,0.890118,120,0,0,1,0,0,0,0,0),(151910,18698,530,1,1,0,0,3835.65,3835.2,103.641,5.80224,28800,5,0,10466,5982,1,0,0,0),(151911,18698,530,1,1,0,0,4824.65,2738.08,88.9073,0.75999,28800,5,0,10466,5982,1,0,0,0),(151912,18698,530,1,1,0,0,4113.73,1677.64,130.749,0.237701,28800,5,0,10466,5982,1,0,0,0),(151913,18678,530,1,1,0,0,-565.303,4343,49.9107,6.05994,28800,20,0,10682,0,1,0,0,0),(151914,18678,530,1,1,0,0,-632.339,3908.47,28.9953,4.74599,28800,20,0,10682,0,1,0,0,0),(151933,18678,530,1,1,0,0,-634.201,3795.52,28.9951,1.16274,28800,20,0,10682,0,1,0,0,0),(151915,17144,530,1,1,0,0,-1762.6,8066.57,-104.023,1.86887,28800,0,0,11828,0,0,0,0,0),(151916,17144,530,1,1,0,0,-1840.51,8450.93,-64.6652,4.69754,28800,0,0,11828,0,0,0,0,0),(151917,17144,530,1,1,0,0,-1025.68,7114.78,2.37478,0.256121,28800,0,0,11828,0,0,0,0,0),(151918,17144,530,1,1,0,0,-2876.55,6078.57,-4.24251,1.15226,28800,0,0,11828,0,0,0,0,0),(151919,18692,530,1,1,0,0,2116.26,7250.19,365.147,2.86924,28800,0,0,13084,0,0,0,0,0),(151920,18692,530,1,1,0,0,2699.59,7237.5,366.064,3.30389,28800,0,0,13084,0,0,0,0,0),(151921,18677,530,1,1,0,1,-575.456,3240.77,5.76784,4.69623,28800,0,0,10316,0,0,0,0,0),(151922,18677,530,1,1,0,1,-1084.3,2014.46,67.6811,0.947525,28800,5,0,10316,0,1,0,0,0),(151923,18693,530,1,1,0,1,2365.59,6544.67,3.4638,1.66658,28800,0,0,10466,8973,0,0,0,0),(151924,18693,530,1,1,0,1,1599.44,6433.12,-10.4082,0.215986,28800,0,0,10466,8973,0,0,0,0),(151925,18693,530,1,1,0,1,1607.56,6423.05,-10.3477,0.577269,28800,5,0,10466,8973,1,0,0,0),(151926,18693,530,1,1,0,1,2915.68,6000.98,-4.1535,4.87572,28800,5,0,10466,8973,1,0,0,0),(151927,18693,530,1,1,0,1,3636.49,5349.23,-20.7,4.57491,28800,5,0,10466,8973,1,0,0,0),(151928,18683,530,1,1,0,0,-2422.61,8206.15,-38.3408,0.177212,28800,0,0,10466,11964,0,0,0,0),(151929,18679,530,1,1,0,1,175.918,1720.29,34.4088,3.26023,28800,0,0,8548,2568,0,0,0,0),(151930,18679,530,1,1,0,1,-444.675,1851.37,78.3747,5.77743,28800,5,0,8548,2568,1,0,0,0),(151931,18679,530,1,1,0,1,399.416,2204.89,118.365,0.918177,28800,5,0,8548,2568,1,0,0,0),(151932,18679,530,1,1,0,1,362.142,3354.43,64.1364,1.86458,28800,5,0,8548,2568,1,0,0,0),(208908,40176,1,1,1,0,0,-738.001,-5049.52,14.9542,5.75931,45,10,0,1,0,1,0,0,0),(208909,40176,1,1,1,0,0,-752.217,-4959.93,22.1643,1.52474,45,10,0,1,0,1,0,0,0),(208910,40176,1,1,1,0,0,-754.166,-4912.5,21.3002,0.838313,45,10,0,1,0,1,0,0,0),(208911,40176,1,1,1,0,0,-754.812,-4931.8,21.6752,1.62118,45,10,0,1,0,1,0,0,0),(208912,40176,1,1,1,0,0,-764.584,-4972.92,20.9381,1.6671,45,10,0,1,0,1,0,0,0),(208913,40176,1,1,1,0,0,-790.771,-5014.89,15.7723,0,45,10,0,1,0,1,0,0,0),(208914,40176,1,1,1,0,0,-802.017,-5037.51,10.5774,0,45,10,0,1,0,1,0,0,0),(208915,40176,1,1,1,0,0,-814.392,-5010.16,15.045,4.40671,45,10,0,1,0,1,0,0,0),(208916,40176,1,1,1,0,0,-817.239,-4942.28,21.2968,5.06703,45,10,0,1,0,1,0,0,0),(208917,40176,1,1,1,0,0,-858.816,-5039.14,3.00986,0,45,10,0,1,0,1,0,0,0),(208918,40176,1,1,1,0,0,-879.259,-4998.14,11.6243,0,45,10,0,1,0,1,0,0,0),(208919,40176,1,1,1,0,0,-899.05,-4994.49,11.6157,0,45,10,0,1,0,1,0,0,0),(208920,40176,1,1,1,0,0,-924.55,-4933.64,15.4051,0,45,10,0,1,0,1,0,0,0),(208921,40204,1,1,1,0,1,-840.052,-4982.16,14.4293,4.86947,120,0,0,1,0,0,0,0,0),(208922,40222,1,1,1,0,0,-833.53,-4980.72,17.193,4.29351,120,0,0,1,0,0,0,0,0),(208923,40218,1,1,1,19595,0,-1020.21,-5152.77,0.75092,0,120,0,0,1,0,0,0,0,0),(208924,40218,1,1,1,19595,0,-1040.79,-5585.19,3.46228,0,120,0,0,1,0,0,0,0,0),(208925,40218,1,1,1,19595,0,-1049.92,-5542.51,7.80553,0,120,0,0,1,0,0,0,0,0),(208926,40218,1,1,1,19595,0,-1060.92,-5459.62,8.20456,0,120,0,0,1,0,0,0,0,0),(208927,40218,1,1,1,19595,0,-1061.53,-5631.46,4.56439,0,120,0,0,1,0,0,0,0,0),(208928,40218,1,1,1,19595,0,-1066.36,-5374.92,6.8727,0,120,0,0,1,0,0,0,0,0),(208929,40218,1,1,1,19595,0,-1088.96,-5173.88,0.833697,0,120,0,0,1,0,0,0,0,0),(208930,40218,1,1,1,19595,0,-1102.05,-5435.26,10.631,0,120,0,0,1,0,0,0,0,0),(208931,40218,1,1,1,19595,0,-1123.29,-5619.78,5.64494,0,120,0,0,1,0,0,0,0,0),(208932,40218,1,1,1,19595,0,-1127.77,-5131.2,2.93869,0,120,0,0,1,0,0,0,0,0),(208933,40218,1,1,1,19595,0,-1129.83,-5481.15,7.60199,0,120,0,0,1,0,0,0,0,0),(208934,40218,1,1,1,19595,0,-1148.43,-5413.82,9.58972,0,120,0,0,1,0,0,0,0,0),(208935,40218,1,1,1,19595,0,-1188.82,-5342.52,4.28526,0,120,0,0,1,0,0,0,0,0),(208936,40218,1,1,1,19595,0,-1194.82,-5617.88,6.84517,0,120,0,0,1,0,0,0,0,0),(208937,40218,1,1,1,19595,0,-1201.6,-5379.17,8.58936,0,120,0,0,1,0,0,0,0,0),(208938,40218,1,1,1,19595,0,-1240.38,-5594.71,8.53858,0,120,0,0,1,0,0,0,0,0),(208939,40218,1,1,1,19595,0,-1269.05,-5386.24,4.373,0,120,0,0,1,0,0,0,0,0),(208940,40218,1,1,1,19595,0,-1288.6,-5571.11,7.43579,0,120,0,0,1,0,0,0,0,0),(208941,40218,1,1,1,19595,0,-1290.53,-5122.43,1.76108,0,120,0,0,1,0,0,0,0,0),(208942,40218,1,1,1,19595,0,-1304.36,-5169.8,0.850009,0,120,0,0,1,0,0,0,0,0),(208943,40218,1,1,1,19595,0,-1319.66,-5477.33,5.18921,0,120,0,0,1,0,0,0,0,0),(208944,40218,1,1,1,19595,0,-1321.61,-5527.36,4.559,0,120,0,0,1,0,0,0,0,0),(208945,40218,1,1,1,19595,0,-1423.26,-5171.4,3.53906,0,120,0,0,1,0,0,0,0,0),(208946,40218,1,1,1,19595,0,-1502.3,-5262.68,4.59295,0,120,0,0,1,0,0,0,0,0),(208947,40218,1,1,1,19595,0,-1532.31,-5340.74,7.00165,0,120,0,0,1,0,0,0,0,0),(208948,40218,1,1,1,19595,0,-1589.22,-5340.08,7.06947,0,120,0,0,1,0,0,0,0,0),(208949,40218,1,1,1,19595,0,-1611.14,-5275.98,7.61691,0,120,0,0,1,0,0,0,0,0),(208950,40218,1,1,1,19595,0,-654.156,-5626.7,7.23921,0,120,0,0,1,0,0,0,0,0),(208951,40218,1,1,1,19595,0,-688.096,-5517.69,6.00363,0,120,0,0,1,0,0,0,0,0),(208952,40218,1,1,1,19595,0,-729.597,-5655.97,20.0037,0,120,0,0,1,0,0,0,0,0),(208953,40218,1,1,1,19595,0,-732.177,-5498.77,5.77329,0,120,0,0,1,0,0,0,0,0),(208954,40218,1,1,1,19595,0,-794.596,-5544.46,5.39234,0,120,0,0,1,0,0,0,0,0),(208955,40218,1,1,1,19595,0,-794.7,-5350.51,2.74349,0,120,0,0,1,0,0,0,0,0),(208956,40218,1,1,1,19595,0,-805.807,-5674.38,6.65551,0,120,0,0,1,0,0,0,0,0),(208957,40218,1,1,1,19595,0,-835.071,-5606.04,4.20462,0,120,0,0,1,0,0,0,0,0),(208958,40218,1,1,1,19595,0,-853.245,-5335.13,2.75195,0,120,0,0,1,0,0,0,0,0),(208959,40218,1,1,1,19595,0,-954.821,-5186.24,1.09095,0,120,0,0,1,0,0,0,0,0),(208960,40301,1,1,1,0,0,-1122.29,-5126.54,2.91219,0.767945,120,0,0,1,0,0,0,0,0),(208961,40253,1,1,1,0,1,-765.432,-5018.4,17.1423,3.735,120,0,0,1,0,0,0,0,0),(208962,40392,1,1,1,0,1,-732.241,-5022.28,16.8453,3.89208,120,0,0,1,0,0,0,0,0),(208963,40392,1,1,1,0,1,-735.365,-5027.4,16.4661,2.00713,120,0,0,1,0,0,0,0,0),(208964,40392,1,1,1,0,1,-738.179,-4955.25,22.8721,4.27606,120,0,0,1,0,0,0,0,0),(208965,40392,1,1,1,0,1,-738.25,-4962.17,22.7415,2.0944,120,0,0,1,0,0,0,0,0),(208966,40392,1,1,1,0,1,-741.292,-4956.88,22.8889,5.88176,120,0,0,1,0,0,0,0,0),(208967,40392,1,1,1,0,1,-749.078,-5000.17,20.1633,3.89208,120,0,0,1,0,0,0,0,0),(208968,40392,1,1,1,0,1,-757.123,-4992.12,21.0183,3.9619,120,0,0,1,0,0,0,0,0),(208969,40392,1,1,1,0,1,-763.309,-5027.8,16.8785,0.733038,120,0,0,1,0,0,0,0,0),(208970,40392,1,1,1,0,1,-765.312,-5030.11,16.3196,0.715585,120,0,0,1,0,0,0,0,0),(208971,40392,1,1,1,0,1,-765.891,-5025.62,16.8368,0.715585,120,0,0,1,0,0,0,0,0),(208972,40392,1,1,1,0,1,-767.168,-5032.36,16.1599,0.733038,120,0,0,1,0,0,0,0,0),(208973,40392,1,1,1,0,1,-767.903,-5027.93,16.3113,0.767945,120,0,0,1,0,0,0,0,0),(208974,40392,1,1,1,0,1,-768.635,-5023.3,16.7642,0.750492,120,0,0,1,0,0,0,0,0),(208975,40392,1,1,1,0,1,-769.75,-5030.16,16.0145,0.715585,120,0,0,1,0,0,0,0,0),(208976,40392,1,1,1,0,1,-770.646,-5025.61,16.283,0.698132,120,0,0,1,0,0,0,0,0),(208977,40392,1,1,1,0,1,-771.302,-5021.16,16.7083,0.750492,120,0,0,1,0,0,0,0,0),(208978,40392,1,1,1,0,1,-772.488,-5027.84,16.1762,0.593412,120,0,0,1,0,0,0,0,0),(208979,40392,1,1,1,0,1,-773.326,-5023.5,16.5206,0.733038,120,0,0,1,0,0,0,0,0),(208980,40392,1,1,1,0,1,-773.823,-5019.01,16.52,0.610865,120,0,0,1,0,0,0,0,0),(208981,40392,1,1,1,0,1,-775.158,-5025.71,16.1458,0.750492,120,0,0,1,0,0,0,0,0),(208982,40392,1,1,1,0,1,-775.846,-5021.35,16.1161,0.558505,120,0,0,1,0,0,0,0,0),(208983,40392,1,1,1,0,1,-777.677,-5023.56,15.9584,0.610865,120,0,0,1,0,0,0,0,0),(208984,40416,1,1,1,0,1,-860.103,-5113.56,47.2616,1.28634,600,0,0,1,0,0,0,0,0),(208985,40391,1,1,1,0,1,-755.148,-4998.04,20.3369,4.03171,120,0,0,1,0,0,0,0,0),(208986,40356,1,1,1,0,0,-794.68,-4988.16,17.722,3.49066,120,0,0,1,0,0,0,0,0),(208987,40356,1,1,1,0,0,-794.896,-4997.27,17.191,3.21141,120,0,0,1,0,0,0,0,0),(208988,40356,1,1,1,0,0,-800.976,-4981.56,17.7823,4.27606,120,0,0,1,0,0,0,0,0),(208989,40356,1,1,1,0,0,-801.497,-5003.57,16.5553,2.21657,120,0,0,1,0,0,0,0,0),(208990,40356,1,1,1,0,0,-810.094,-4981.34,17.4377,5.14872,120,0,0,1,0,0,0,0,0),(208991,40356,1,1,1,0,0,-810.615,-5003.35,16.2423,0.994838,120,0,0,1,0,0,0,0,0),(208992,40356,1,1,1,0,0,-816.694,-4987.64,16.7509,5.84685,120,0,0,1,0,0,0,0,0),(208993,40356,1,1,1,0,0,-816.909,-4996.75,16.6877,0.349066,120,0,0,1,0,0,0,0,0),(208994,40256,1,1,1,0,0,246.17,-4714.73,15.3718,5.65487,120,0,0,1,0,0,0,0,0),(208995,40256,1,1,1,0,0,247.422,-4675.27,16.1996,0.296706,120,0,0,1,0,0,0,0,0),(208996,40256,1,1,1,0,0,248.002,-4672.84,16.0128,5.41052,120,0,0,1,0,0,0,0,0),(208997,40256,1,1,1,0,0,271.295,-4739.46,9.89915,5.79449,120,0,0,1,0,0,0,0,0),(208998,40256,1,1,1,0,0,273.356,-4774.6,12.1704,0.959931,120,0,0,1,0,0,0,0,0),(208999,40256,1,1,1,0,0,273.432,-4738.96,9.83218,3.735,120,0,0,1,0,0,0,0,0),(209000,40256,1,1,1,0,0,343.736,-4791.72,11.3629,0.959931,120,0,0,1,0,0,0,0,0),(209001,40256,1,1,1,0,0,351.679,-4693.84,16.5411,2.25147,120,0,0,1,0,0,0,0,0),(209002,40256,1,1,1,0,0,369.436,-4690.95,15.8566,5.39307,120,0,0,1,0,0,0,0,0),(209003,40256,1,1,1,0,0,375.814,-4775.58,12.5081,5.75959,120,0,0,1,0,0,0,0,0),(209004,40256,1,1,1,0,0,408.95,-4703.8,9.69856,4.60767,120,0,0,1,0,0,0,0,0),(209005,40256,1,1,1,0,0,411.106,-4704.46,9.56057,3.82227,120,0,0,1,0,0,0,0,0),(209006,40257,1,1,1,0,0,246.521,-4717.01,15.2929,1.53589,120,0,0,1,0,0,0,0,0),(209007,40257,1,1,1,0,0,254.95,-4698.41,14.7103,2.72271,120,0,0,1,0,0,0,0,0),(209008,40257,1,1,1,0,0,266.075,-4829.9,10.9052,0.331613,120,0,0,1,0,0,0,0,0),(209009,40257,1,1,1,0,0,289.45,-4820.14,10.6074,0.959931,120,0,0,1,0,0,0,0,0),(209010,40257,1,1,1,0,0,293.424,-4798.14,10.0896,2.25147,120,0,0,1,0,0,0,0,0),(209011,40257,1,1,1,0,0,333.509,-4815.27,10.6072,2.82743,120,0,0,1,0,0,0,0,0),(209012,40257,1,1,1,0,0,338.174,-4669.69,16.5411,4.71239,120,0,0,1,0,0,0,0,0),(209013,40257,1,1,1,0,0,343.205,-4831.06,10.1975,0.244346,120,0,0,1,0,0,0,0,0),(209014,40257,1,1,1,0,0,343.365,-4789.49,11.7296,6.0912,120,0,0,1,0,0,0,0,0),(209015,40257,1,1,1,0,0,345.031,-4831.41,10.3019,2.60054,120,0,0,1,0,0,0,0,0),(209016,40257,1,1,1,0,0,349.483,-4724.88,10.3246,3.12414,120,0,0,1,0,0,0,0,0),(209017,40257,1,1,1,0,0,375.766,-4777.95,12.5297,0.767945,120,0,0,1,0,0,0,0,0),(209018,40352,1,1,1,0,1,-805.01,-4975.75,17.7509,4.65514,120,0,0,1,0,0,0,0,0),(151939,32361,571,1,1,0,0,3565.27,3635.4,36.3026,1.89603,28800,20,0,13936,0,1,0,0,0),(151940,32361,571,1,1,0,0,3131.14,3647.86,4.40561,2.64266,28800,0,0,13936,0,0,0,0,0),(151941,32361,571,1,1,0,0,3122.88,3925.21,25.9087,2.59032,28800,20,0,13936,0,1,0,0,0),(151942,32409,571,1,1,0,1,3425.29,1811.42,81.2668,0.434945,28800,5,0,14910,0,1,0,0,0),(151943,32417,571,1,1,0,1,4105.49,-1132.07,134.27,0.953492,28800,10,0,14910,0,1,0,0,0),(151944,32417,571,1,1,0,1,4577.47,-602.83,155.108,3.43925,28800,10,0,14910,0,1,0,0,0),(151945,32417,571,1,1,0,1,4739.51,-373.885,187.437,2.81958,28800,10,0,14910,0,1,0,0,0),(151946,32417,571,1,1,0,1,4616.39,-411.872,155.531,2.32242,28800,10,0,14910,0,1,0,0,0),(151947,32377,571,1,1,0,0,2402.76,-5545.49,289.63,6.28297,28800,0,0,13936,0,0,0,0,0),(151948,32377,571,1,1,0,0,2286.36,-5080.37,254.684,0.376,28800,0,0,13936,0,0,0,0,0),(151949,32377,571,1,1,0,0,2667.07,-4613.32,253.45,2.52328,28800,0,0,13936,0,0,0,0,0),(151950,32386,571,1,1,0,1,1091.68,-5756.49,233.888,5.71161,28800,20,0,13936,0,1,0,0,0),(151951,32386,571,1,1,0,1,988.678,-5798.41,252.204,5.48463,28800,20,0,13936,0,1,0,0,0),(151952,32386,571,1,1,0,1,685.78,-5894.07,289.31,3.23013,28800,20,0,13936,0,1,0,0,0),(151953,32386,571,1,1,0,1,698.198,-5916.6,291.038,2.11171,28800,20,0,13936,0,1,0,0,0),(151954,32386,571,1,1,0,1,1537.69,-5810.95,272.362,3.87268,28800,20,0,13936,0,1,0,0,0),(151955,32386,571,1,1,0,1,1219.76,-5551.19,203.268,4.46259,28800,20,0,13936,0,1,0,0,0),(151956,32398,571,1,1,27950,0,827.638,-3283.51,12.2082,3.9619,28800,5,0,13936,0,1,0,0,0),(151957,32398,571,1,1,0,0,534.88,-2934.28,-0.13,5.13,28800,5,0,13936,0,1,0,0,0),(151958,32398,571,1,1,0,0,314.914,-3130,34.8139,3.91321,28800,5,0,13936,0,1,0,0,0),(151959,32398,571,1,1,0,0,23.3933,-3343.96,7.06814,0.594844,28800,0,0,13936,0,0,0,0,0),(151960,32398,571,1,1,0,0,110.217,-3455.56,10.9399,5.36934,28800,5,0,13936,0,1,0,0,0),(151961,32400,571,1,1,0,0,4423.2,-191.606,86.97,2.2154,28800,10,0,39760,0,1,0,0,0),(151962,32400,571,1,1,0,0,4257.03,-245.357,71.873,0.90693,28800,10,0,39760,0,1,0,0,0),(151963,32400,571,1,1,0,0,4171.21,-107.972,66.5049,0.678376,28800,10,0,39760,0,1,0,0,0),(151964,32400,571,1,1,0,0,4117.19,339.269,56.2234,4.64336,28800,10,0,39760,0,1,0,0,0),(151965,32400,571,1,1,0,0,3757.18,-256.696,76.8022,1.93109,28800,10,0,39760,0,1,0,0,0),(151966,32400,571,1,1,0,0,3831,362.401,34.2447,4.3449,28800,10,0,39760,0,1,0,0,0),(151967,32400,571,1,1,0,0,3327.3,632.078,83.1728,5.52535,28800,10,0,39760,0,1,0,0,0),(151968,32400,571,1,1,0,0,3424.75,-224.108,75.47,1.22373,28800,10,0,39760,0,1,0,0,0),(151969,32422,571,1,1,0,0,3570.74,-1748.55,160.909,0.577843,28800,10,0,41128,0,1,0,0,0),(151970,32422,571,1,1,0,0,3568.53,-2418.75,139.732,3.53036,28800,10,0,41128,0,1,0,0,0),(151971,32422,571,1,1,0,0,3061.42,-1840.03,66.0206,6.06678,28800,10,0,41128,0,1,0,0,0),(151972,32422,571,1,1,0,0,4028.69,-1717.33,200.062,4.76214,28800,10,0,41128,0,1,0,0,0),(151973,32422,571,1,1,0,0,2969.77,-2260.25,65.7,1.53929,28800,10,0,41128,0,1,0,0,0),(151974,32422,571,1,1,0,0,3588.57,-2184.77,137.255,0.374254,28800,10,0,41128,0,1,0,0,0),(151975,32429,571,1,1,0,0,3913.28,-2804.43,176.136,1.75467,28800,10,0,14910,0,1,0,0,0),(151976,32429,571,1,1,0,0,3601.19,-3275.54,222.069,4.60829,28800,10,0,14910,0,1,0,0,0),(151977,32429,571,1,1,0,0,3972.31,-2710.12,165.749,6.28272,28800,10,0,14910,0,1,0,0,0),(151978,32438,571,1,1,0,1,4064.03,-4598.68,174.644,5.63537,28800,5,0,14910,0,1,0,0,0),(151979,32438,571,1,1,0,1,4263.49,-4476.45,189.827,5.73447,28800,0,0,14910,0,0,0,0,0),(151980,32438,571,1,1,0,1,4162.44,-4622,140.978,4.71489,28800,5,0,14910,0,1,0,0,0),(151981,32438,571,1,1,0,1,4341.29,-4776.17,52.0998,4.73701,28800,5,0,14910,0,1,0,0,0),(151982,32438,571,1,1,0,1,4435.31,-4528.65,115.486,4.76371,28800,5,0,14910,0,1,0,0,0),(151983,32438,571,1,1,0,1,4582.12,-4714.61,62.4486,4.75272,28800,5,0,14910,0,1,0,0,0),(151984,32495,571,1,1,0,1,7514.08,3663.15,623.327,5.33787,3600,0,0,18900,5991,0,0,0,0),(151985,32495,571,1,1,0,1,8360.11,3510.63,655.052,3.11519,3600,0,0,18900,5991,0,0,0,0),(151986,32495,571,1,1,0,1,8459.92,3147.1,588.143,3.932,3600,0,0,18900,5991,0,0,0,0),(151987,32495,571,1,1,0,1,6800.17,1774.63,569.475,4.94124,3600,0,0,18900,5991,0,0,0,0),(151988,32501,571,1,1,0,1,6155.1,2377.94,510.346,5.46898,28800,5,0,18900,0,1,0,0,0),(151989,32501,571,1,1,0,1,7711.4,1029.98,446.606,4.69297,28800,5,0,18900,0,1,0,0,0),(151990,32501,571,1,1,0,1,6525.8,3309.78,665.388,5.66139,28800,5,0,18900,0,1,0,0,0),(151991,32475,571,1,1,0,0,6711.42,-4186.12,456.852,5.50739,28800,20,0,16502,0,1,0,0,0),(151992,32475,571,1,1,0,0,6704.23,-4205.16,458.033,4.71414,28800,20,0,16502,0,1,0,0,0),(151993,32475,571,1,1,0,0,6554.22,-4523.84,450.781,2.6564,28800,20,0,16502,0,1,0,0,0),(52012,24834,584,1,1,22660,0,17.7362,-7.96364,6.18101,1.65806,120,0,0,1474,0,0,0,0,0),(151995,32471,571,1,1,0,0,5115.49,-1652.65,234.728,2.96739,28800,0,0,15952,0,0,0,0,0),(151996,32471,571,1,1,0,0,5326.75,-1479.26,238.009,3.02158,28800,0,0,15952,0,0,0,0,0),(151997,32471,571,1,1,0,0,5596.75,-1742.88,239.19,0.406713,28800,0,0,15952,0,0,0,0,0),(151998,32471,571,1,1,0,0,5314.94,-1939.21,238.942,0.458038,28800,0,0,15952,0,0,0,0,0),(151999,32471,571,1,1,0,0,5791.11,-1302.72,234.538,4.79067,28800,10,0,15952,0,1,0,0,0),(152000,32471,571,1,1,0,0,5327.54,-1702.84,238.882,4.63875,28800,10,0,15952,0,1,0,0,0),(152001,32471,571,1,1,0,0,5133.37,-1853.51,245.385,4.72044,28800,10,0,15952,0,1,0,0,0),(152002,32485,571,1,1,0,0,4865.04,4679.54,-69.2385,1.14987,28800,0,0,42540,0,0,0,0,0),(152003,32485,571,1,1,0,0,6087.94,4603.13,-96.8083,2.44102,28800,0,0,42540,0,0,0,0,0),(152004,32481,571,1,1,0,0,5368.74,4427.76,-133.397,0.206642,28800,20,0,15952,0,1,0,0,0),(152005,32481,571,1,1,0,0,5803.02,4564.18,-135.413,2.00913,28800,20,0,15952,0,1,0,0,0),(152006,32481,571,1,1,0,0,5286.53,4998.04,-134.7,5.46489,28800,20,0,15952,0,1,0,0,0),(152007,32481,571,1,1,0,0,5591.7,5192.67,-133.378,0.631543,28800,20,0,15952,0,1,0,0,0),(152008,32481,571,1,1,0,0,5777.08,5070.89,-136.107,3.63961,28800,20,0,15952,0,1,0,0,0),(152009,32481,571,1,1,0,0,5762.37,5001.74,-127.39,3.13774,28800,20,0,15952,0,1,0,0,0),(152010,32500,571,1,1,0,0,8392.22,-1189.11,927.468,1.73202,28800,20,0,50400,3994,1,0,0,0),(152011,32500,571,1,1,0,0,7751.04,-1099.42,926.238,2.84729,28800,20,0,50400,3994,1,0,0,0),(152012,32500,571,1,1,0,0,7290.77,-1119.28,938.286,0.26333,28800,20,0,50400,3994,1,0,0,0),(152013,32500,571,1,1,0,0,7934.73,-3183.8,862.21,4.21701,28800,20,0,50400,3994,1,0,0,0),(152014,32487,571,1,1,0,0,6726.49,2521.46,428.182,0.130042,28800,0,0,1,0,2,0,0,0),(152015,32487,571,1,1,0,0,7812.44,2103.04,380.342,0.130042,28800,0,0,1,0,2,0,0,0),(152016,32487,571,1,1,0,0,7609.68,1477.35,330.205,0.130042,28800,0,0,1,0,2,0,0,0),(152017,32487,571,1,1,0,0,7190.44,1270.76,302.064,0.130042,28800,0,0,1,0,2,0,0,0),(152018,32487,571,1,1,0,0,7049.17,1225.78,295.955,0.130042,28800,0,0,1,0,2,0,0,0),(152019,32447,571,1,1,0,0,5693.95,-2871.76,274.577,0.130042,28800,0,0,1,0,2,0,0,0),(152020,32447,571,1,1,0,0,4914.31,-1661.77,248.309,0.130042,28800,0,0,1,0,2,0,0,0),(1975840,32491,571,1,1,0,0,7095.35,-287.507,929.642,1.25586,14400,0,0,18900,0,0,0,0,0),(209021,25171,571,1,1,0,0,8366.97,896.804,552.576,2.75762,120,0,0,1,0,0,0,0,0),(209022,25171,571,1,1,0,0,8370.46,779.082,550.082,3.33358,120,0,0,1,0,0,0,0,0),(209023,25171,571,1,1,0,0,8371.51,770.821,550.436,2.72271,120,0,0,1,0,0,0,0,0),(209024,25171,571,1,1,0,0,8375.15,908.021,549.729,2.75762,120,0,0,1,0,0,0,0,0),(209025,25171,571,1,1,0,0,8388.51,888.436,548.035,2.44346,120,0,0,1,0,0,0,0,0),(209026,25171,571,1,1,0,0,8393.32,894.257,546.748,2.75762,120,0,0,1,0,0,0,0,0),(209027,30298,571,1,1,0,0,8440.01,793.123,585.525,0,120,0,0,1,0,0,0,0,0),(209028,15119,0,1,1,0,1,-4964.69,-936.287,501.743,5.44543,300,0,0,1,0,0,0,0,0),(209029,38294,571,1,1,0,1,5699.04,617.319,646.797,0.855211,120,0,0,1,0,0,0,0,0),(209031,35594,571,1,1,0,0,5927.63,731.59,643.253,4.76475,120,0,0,1,0,0,0,0,0),(152023,32405,530,1,1,0,1,3066.45,3638.87,145.218,0.875901,120,0,0,1,0,0,0,0,0),(152024,31864,571,1,1,26464,0,5751.54,584.66,615.052,0,180,0,0,1,0,0,0,0,0),(152025,31865,571,1,1,26465,0,5751.73,582.943,615.052,0,180,0,0,1,0,0,0,0,0),(152026,32385,1,1,1,0,0,1673.07,-4201.89,56.3826,3.62927,25,0,0,55888,0,0,0,0,0),(152027,32832,1,1,1,0,1,1670.17,-4199.26,56.3827,3.98664,25,0,0,11828,0,0,0,0,0),(152028,32383,1,1,1,0,1,1669.09,-4196.78,56.3827,4.10416,25,0,0,11828,0,0,0,0,0),(152029,32834,0,1,1,28301,1,-8775.85,423.96,105.233,5.73298,180,0,0,11828,0,0,0,0,0),(152030,32380,0,1,1,21512,1,-8773.78,425.804,105.233,4.80621,180,0,0,11828,0,0,0,0,0),(152031,32381,0,1,1,12917,1,-8781.18,419.883,105.233,6.18459,180,0,0,7048,0,0,0,0,0),(152032,33429,571,1,256,0,1,6253.47,2263.21,244.456,0.488692,120,0,0,1,0,0,0,0,0),(152033,33429,571,1,256,0,1,6217.16,2252.59,496.038,0.488692,120,0,0,1,0,0,0,0,0),(152034,33429,571,1,256,0,1,6234.1,2301.56,488.447,0.488692,120,0,0,1,0,0,0,0,0),(152035,33429,571,1,256,0,1,6163.18,2231.77,506.981,0.488692,120,0,0,1,0,0,0,0,0),(152036,33429,571,1,256,0,1,6172.18,2257.27,503.146,0.488692,120,0,0,1,0,0,0,0,0),(152037,33429,571,1,256,0,1,6242.42,2246.47,491.941,0.56266,120,0,0,1,0,0,0,0,0),(152038,33429,571,1,256,0,1,6202.35,2284.08,495.286,0.488692,120,0,0,1,0,0,0,0,0),(152039,33429,571,1,256,0,1,6145.68,2208.17,512.426,0.488692,120,0,0,1,0,0,0,0,0),(209158,29413,571,1,1,0,1,6426.13,-1605.26,422.576,1.22452,600,0,0,1,0,0,0,0,0),(209157,29413,571,1,1,0,1,6489.6,-1624.66,428.328,2.01384,600,0,0,1,0,0,0,0,0),(209156,29413,571,1,1,0,1,6512.8,-1621.17,428.168,6.19609,600,0,0,1,0,0,0,0,0),(209155,29413,571,1,1,0,1,6492.54,-1648.41,429.39,5.2222,600,0,0,1,0,0,0,0,0),(209154,29413,571,1,1,0,1,6477.3,-1651.6,430.185,5.4107,600,0,0,1,0,0,0,0,0),(209153,29413,571,1,1,0,1,6471.48,-1658.6,432.644,5.41462,600,0,0,1,0,0,0,0,0),(117781,29412,571,1,1,26223,0,6519.95,-1027.48,433.737,0.175263,300,0,0,11379,0,0,0,0,0),(117782,29412,571,1,1,26223,0,6742.73,-1543.87,365.316,2.23402,300,0,0,11379,0,0,0,0,0),(117783,29412,571,1,1,26223,0,6669.02,-1082.85,400.338,5.49205,300,5,0,11379,0,1,0,0,0),(152056,29412,571,1,1,0,0,6685.52,-1304.51,395.69,1.57484,300,0,0,1,0,0,0,0,0),(152057,29412,571,1,1,0,0,6585.08,-1121.51,410.575,5.96659,300,0,0,1,0,0,0,0,0),(152058,29412,571,1,1,0,0,6691.91,-1491.67,377.676,1.8202,300,0,0,1,0,0,0,0,0),(152059,29412,571,1,1,0,0,6658.33,-1299.06,396.73,2.80998,300,0,0,1,0,0,0,0,0),(152060,29412,571,1,1,0,0,6645.38,-1164.97,399.761,5.23599,300,0,0,1,0,0,0,0,0),(152061,29412,571,1,1,0,0,6665.02,-1076.32,402.528,4.24115,300,0,0,1,0,0,0,0,0),(152062,29412,571,1,1,0,0,6706.14,-1073.63,391.625,0.781437,300,0,0,1,0,0,0,0,0),(152063,29412,571,1,1,0,0,6638.07,-1253.05,395.669,4.04916,300,0,0,1,0,0,0,0,0),(152064,29412,571,1,1,0,0,6599.83,-1024.04,428.587,3.2371,300,0,0,1,0,0,0,0,0),(152065,29412,571,1,1,0,0,6538.66,-1043.78,428.86,0.10472,300,0,0,1,0,0,0,0,0),(152066,29412,571,1,1,0,0,6684.96,-1351.48,394.349,6.02139,300,0,0,1,0,0,0,0,0),(152067,29412,571,1,1,0,0,6712.78,-1482.95,377.394,1.75811,300,0,0,1,0,0,0,0,0),(152068,29412,571,1,1,0,0,6615.51,-1116.22,411.492,4.63229,300,0,0,1,0,0,0,0,0),(117305,29407,571,1,1,27185,1,6297.12,-1425.6,426.168,2.28638,300,0,0,11001,3643,0,0,0,0),(117306,29407,571,1,1,27174,1,6297.26,-1406.99,425.576,3.66519,300,0,0,11001,3643,0,0,0,0),(117307,29407,571,1,1,27174,1,6278.49,-1425.38,425.555,1.02974,300,0,0,11001,3643,0,0,0,0),(117308,29407,571,1,1,27174,1,6292.41,-1374.15,425.467,1.57504,300,5,0,11001,3643,1,0,0,0),(117309,29407,571,1,1,27174,1,6293.24,-1367.46,425.361,3.45575,300,0,0,11001,3643,0,0,0,0),(117310,29407,571,1,1,27185,1,6310.95,-1762.18,457.459,1.51755,300,5,0,11001,3643,1,0,0,0),(152069,29407,571,1,1,0,1,6434.24,-1737.51,432.217,5.46288,300,0,0,1,0,0,0,0,0),(152070,29407,571,1,1,0,1,6319.8,-1661.22,457.449,0.837758,300,0,0,1,0,0,0,0,0),(152071,29407,571,1,1,0,1,6289.97,-1599.25,425.883,4.57276,300,0,0,1,0,0,0,0,0),(152072,29407,571,1,1,0,1,6483.06,-1634.21,464.794,2.37365,300,0,0,1,0,0,0,0,0),(152073,29407,571,1,1,0,1,6475.38,-1631.87,464.816,0.279253,300,0,0,1,0,0,0,0,0),(152074,29407,571,1,1,0,1,6458.55,-1661.17,434.631,4.08083,300,0,0,1,0,0,0,0,0),(152075,29407,571,1,1,0,1,6518.89,-1646.07,426.105,5.11381,300,0,0,1,0,0,0,0,0),(152076,29407,571,1,1,0,1,6273.52,-1604.35,424.533,5.55015,300,0,0,1,0,0,0,0,0),(152077,29407,571,1,1,0,1,6425.83,-1670.41,471.519,2.25148,300,0,0,1,0,0,0,0,0),(152078,29407,571,1,1,0,1,6428.22,-1705.45,434.128,0.488692,300,0,0,1,0,0,0,0,0),(152079,29407,571,1,1,0,1,6541.62,-1654.47,453.662,5.96903,300,0,0,1,0,0,0,0,0),(152080,29407,571,1,1,0,1,6403.41,-1717.79,431.839,4.60767,300,0,0,1,0,0,0,0,0),(152081,29407,571,1,1,0,1,6441.19,-1758.54,432.217,3.26377,300,0,0,1,0,0,0,0,0),(152082,29407,571,1,1,0,1,6471.03,-1753.78,432.738,1.18682,300,0,0,1,0,0,0,0,0),(152083,29407,571,1,1,0,1,6459.88,-1762.25,432.217,0.925025,300,0,0,1,0,0,0,0,0),(152084,29407,571,1,1,0,1,6414.89,-1738.78,432.217,0.401426,300,0,0,1,0,0,0,0,0),(152085,29407,571,1,1,0,1,6408.04,-1729.23,432.211,2.47837,300,0,0,1,0,0,0,0,0),(152086,29407,571,1,1,0,1,6514.17,-1749.59,436.202,5.86431,300,0,0,1,0,0,0,0,0),(152087,29407,571,1,1,0,1,6519.56,-1747.13,436.252,4.41568,300,0,0,1,0,0,0,0,0),(117614,29409,571,1,1,24842,1,6381.32,-1648.28,420.067,1.16937,300,5,0,11770,0,1,0,0,0),(152088,29409,571,1,1,0,1,6479.16,-1642.7,465.234,1.20397,300,0,0,1,0,0,0,0,0),(152089,29409,571,1,1,0,1,6410.43,-1613.44,421.331,3.10776,300,0,0,1,0,0,0,0,0),(152090,29409,571,1,1,0,1,6446.13,-1641.86,418.539,3.43956,300,0,0,1,0,0,0,0,0),(152091,29409,571,1,1,0,1,6480.65,-1717.4,434.573,2.00713,300,0,0,1,0,0,0,0,0),(152092,29409,571,1,1,0,1,6503.1,-1677.39,432.951,3.56047,300,0,0,1,0,0,0,0,0),(152093,29409,571,1,1,0,1,6316.56,-1528.47,428.335,1.8326,300,0,0,1,0,0,0,0,0),(152094,29409,571,1,1,0,1,6285.07,-1554.58,423.336,2.21657,300,0,0,1,0,0,0,0,0),(152095,29409,571,1,1,0,1,6544.34,-1675.45,452.674,3.63029,300,0,0,1,0,0,0,0,0),(152096,29409,571,1,1,0,1,6429.06,-1736.25,479.353,0.855211,300,0,0,1,0,0,0,0,0),(152097,29409,571,1,1,0,1,6522.09,-1735.2,436.308,0.615843,300,0,0,1,0,0,0,0,0),(116043,33211,571,1,1,0,0,3771.88,-4306.23,184.171,1.57088,120,5,0,1,0,1,0,0,0),(116042,33211,571,1,1,0,0,3756.09,-4303.12,181.72,4.65554,120,5,0,1,0,1,0,0,0),(116041,33211,571,1,1,0,0,3745.32,-4298.77,182.173,3.83393,120,5,0,1,0,1,0,0,0),(116040,33211,571,1,1,0,0,3743.81,-4300.4,181.845,2.43379,120,5,0,1,0,1,0,0,0),(116039,33211,571,1,1,0,0,3728.52,-4303.35,182.132,0.182852,120,5,0,1,0,1,0,0,0),(116038,33211,571,1,1,0,0,3727.23,-4303.33,182.255,0.86035,120,5,0,1,0,1,0,0,0),(116037,33211,571,1,1,0,0,3714.71,-4303.64,182.598,0.571063,120,5,0,1,0,1,0,0,0),(152112,33499,571,1,1,0,1,5396.52,375.717,170.754,2.53073,120,0,0,1,0,0,0,0,0),(152113,33499,571,1,1,0,1,5410.31,369.326,167.655,3.26377,120,0,0,1,0,0,0,0,0),(152114,33499,571,1,1,0,1,5411.86,354.365,166.123,5.75959,120,0,0,1,0,0,0,0,0),(152115,33499,571,1,1,0,1,5416.46,439.152,170.435,3.42085,120,0,0,1,0,0,0,0,0),(152116,33499,571,1,1,0,1,5427,440.918,169.243,2.56563,120,0,0,1,0,0,0,0,0),(152117,33499,571,1,1,0,1,5427.88,360.651,163.194,5.07891,120,0,0,1,0,0,0,0,0),(152118,33499,571,1,1,0,1,5458.53,424.54,163.886,0.226893,120,0,0,1,0,0,0,0,0),(152119,33499,571,1,1,0,1,5469.51,374.177,158.115,4.20624,120,0,0,1,0,0,0,0,0),(152120,24495,1,1,1,0,0,1174.58,-4292.92,21.3573,6.24828,120,0,0,1,0,0,0,0,0),(209110,28602,1,1,1,0,1,-6104.7,-1256.31,-143.192,3.05432,120,0,0,1,0,0,0,0,0),(209111,28602,1,1,1,0,1,-6121.34,-1258.46,-143.192,2.9147,120,0,0,1,0,0,0,0,0),(152123,26266,571,1,1,0,1,2711.48,4684.87,2.57666,-2.87749,120,0,0,1,0,0,0,0,0),(152124,29563,571,1,1,0,0,7335.38,-2055.1,764.359,3.36848,120,0,0,1,0,0,0,0,0),(152125,29695,571,1,1,0,1,7313.96,-1611.88,944.595,1.79769,120,0,0,1,0,0,0,0,0),(152153,29720,571,1,2,0,0,8262.02,2742.37,643.984,2.56197,300,0,0,12175,0,0,0,0,0),(152152,29720,571,1,2,0,0,8384.67,2727.19,655.276,0.523599,300,0,0,12175,0,0,0,0,0),(152151,29720,571,1,2,0,0,8375.25,2827.48,717.925,1.25664,300,0,0,12175,0,0,0,0,0),(152150,29720,571,1,2,0,0,8253.07,2778.52,641.94,5.84327,300,0,0,12175,0,0,0,0,0),(152137,29719,571,1,2,0,0,8441.07,2731.16,760.057,3.90197,300,0,0,12175,0,0,0,0,0),(152136,29719,571,1,2,0,0,8407.3,2792.75,717.842,3.32933,300,0,0,12175,0,0,0,0,0),(152135,29719,571,1,2,0,0,8249.3,2792.87,641.876,4.50706,300,0,0,12175,0,0,0,0,0),(152134,29719,571,1,2,0,0,8249.88,2766.01,642.024,2.84489,300,0,0,12175,0,0,0,0,0),(152133,29719,571,1,2,0,0,8353.3,2769.46,656.19,4.17134,300,0,0,12175,0,0,0,0,0),(152132,29719,571,1,2,0,0,8333.68,2713.6,658.645,1.27409,300,0,0,12175,0,0,0,0,0),(152131,29719,571,1,2,0,0,8442.5,2591.95,760.057,2.81745,300,0,0,12175,0,0,0,0,0),(152130,29719,571,1,2,0,0,8419.11,2731.21,656.928,3.83972,300,0,0,12175,0,0,0,0,0),(152129,29719,571,1,2,0,0,8481.1,2684.45,652.537,2.75762,300,0,0,12175,0,0,0,0,0),(152128,29719,571,1,2,0,0,8346.44,2669.66,689.96,5.49779,300,0,0,12175,0,0,0,0,0),(152127,29719,571,1,2,0,0,8441.54,2736.37,760.141,5.28835,300,0,0,12175,0,0,0,0,0),(152126,29719,571,1,2,0,0,8251.46,2788.82,642.024,3.15905,300,0,0,12175,0,0,0,0,0),(152149,29717,571,1,2,0,1,8482,2594.25,653.308,5.72468,300,0,0,12175,3893,0,0,0,0),(152148,29717,571,1,2,0,1,8487.49,2597.66,652.453,3.735,300,0,0,12175,3893,0,0,0,0),(152147,29717,571,1,2,0,1,8481.43,2626.01,652.453,2.44346,300,0,0,12175,3893,0,0,0,0),(152146,29717,571,1,2,0,1,8477.41,2632.19,653.252,4.90438,300,0,0,12175,3893,0,0,0,0),(152145,29717,571,1,2,0,1,8364.14,2701.92,656.568,0.0349066,300,0,0,12175,3893,0,0,0,0),(152144,29717,571,1,2,0,1,8379.28,2778.25,655.28,0.471239,300,0,0,12175,3893,0,0,0,0),(152143,29717,571,1,2,0,1,8353.96,2806.34,655.317,0.488692,300,0,0,12175,3893,0,0,0,0),(152142,29717,571,1,2,0,1,8375.95,2711.55,655.283,4.58118,300,0,0,12175,3893,0,0,0,0),(152141,29717,571,1,2,0,1,8313.91,2802.63,655.294,3.49066,300,0,0,12175,3893,0,0,0,0),(152140,29717,571,1,2,0,1,8337.6,2803.88,655.317,4.75039,300,0,0,12175,3893,0,0,0,0),(152139,29717,571,1,2,0,1,8416.89,2698.95,655.278,5.4655,300,0,0,12175,3893,0,0,0,0),(152138,29717,571,1,2,0,1,8335.01,2815.44,655.279,1.91986,300,0,0,12175,3893,0,0,0,0),(152166,29790,571,1,2,0,0,8526.23,2665.09,1037.09,2.67035,120,0,0,1,0,0,0,0,0),(152199,24879,571,1,1,0,0,4815.86,-309.966,229.377,0.00340319,300,5,0,42,0,1,0,0,0),(152200,24879,571,1,1,0,0,4924.31,845.35,178.601,0.00340319,300,5,0,42,0,1,0,0,0),(152201,24879,571,1,1,0,0,5122.51,1047.25,223.784,3.4733,300,5,0,42,0,1,0,0,0),(152202,24879,571,1,1,0,0,6019.36,2383.58,518.105,4.83412,300,5,0,42,0,1,0,0,0),(152203,24879,571,1,1,0,0,6144.8,1580.92,620.674,4.83412,300,5,0,42,0,1,0,0,0),(152204,24879,571,1,1,0,0,6393.17,-211.808,678.76,6.10438,300,5,0,42,0,1,0,0,0),(152205,24879,571,1,1,0,0,6504.39,1474.31,437.27,4.83412,300,5,0,42,0,1,0,0,0),(152206,24879,571,1,1,0,0,6717.53,184.454,626.635,6.10438,300,5,0,42,0,1,0,0,0),(152207,24879,571,1,1,0,0,6845.56,-789.958,731.38,6.10438,300,5,0,42,0,1,0,0,0),(152208,24879,571,1,1,0,0,7064.68,2860.17,418.75,4.83412,300,5,0,42,0,1,0,0,0),(152209,24879,571,1,1,0,0,7273.74,721.812,482.114,4.83412,300,5,0,42,0,1,0,0,0),(152210,24879,571,1,1,0,0,7390.81,1806.67,433.04,4.83412,300,5,0,42,0,1,0,0,0),(152211,24879,571,1,1,0,0,7518.88,77.7668,801.405,6.10438,300,5,0,42,0,1,0,0,0),(152212,24879,571,1,1,0,0,7670.96,2966.77,531.154,4.83412,300,5,0,42,0,1,0,0,0),(152213,24879,571,1,1,0,0,7679.32,797.062,479.98,4.83412,300,5,0,42,0,1,0,0,0),(152214,24879,571,1,1,0,0,7718.02,42.2043,1021.67,6.10438,300,5,0,42,0,1,0,0,0),(152215,24879,571,1,1,0,0,7984.55,1568.38,460.722,4.83412,300,5,0,42,0,1,0,0,0),(152216,24879,571,1,1,0,0,8016.75,-2916.6,1137.52,3.31622,300,5,0,42,0,1,0,0,0),(152217,24879,571,1,1,0,0,8227.06,3280.31,655.771,4.83412,300,5,0,42,0,1,0,0,0),(152218,24879,571,1,1,0,0,8306.51,960.104,582.006,4.83412,300,5,0,42,0,1,0,0,0),(152219,32522,571,1,1,0,0,4311.02,1495.92,133.764,1.42942,300,5,0,42,0,1,0,0,0),(152220,32522,571,1,1,0,0,4347.75,1395.21,134.203,1.42942,300,5,0,42,0,1,0,0,0),(152221,32522,571,1,1,0,0,4393.29,1490.31,123.673,4.82626,300,5,0,42,0,1,0,0,0),(152222,32522,571,1,1,0,0,4408.25,1406.18,132.796,4.82626,300,5,0,42,0,1,0,0,0),(152223,32522,571,1,1,0,0,6419.15,4981.92,-69.5219,1.81657,300,5,0,42,0,1,0,0,0),(152224,32522,571,1,1,0,0,6488.85,4942.72,-57.9343,1.81657,300,5,0,42,0,1,0,0,0),(152225,32522,571,1,1,0,0,6517.9,4859.95,-52.7975,1.81657,300,5,0,42,0,1,0,0,0),(152226,32522,571,1,1,0,0,4217.27,1770.67,352.922,6.2282,300,5,0,42,0,1,0,0,0),(152227,32522,571,1,1,0,0,4235.12,1883.72,355.337,6.2282,300,5,0,42,0,1,0,0,0),(152228,32522,571,1,1,0,0,4330.32,1723.07,366.032,6.2282,300,5,0,42,0,1,0,0,0),(152229,32522,571,1,1,0,0,4342.22,1868.84,356.522,6.2282,300,5,0,42,0,1,0,0,0),(152230,32522,571,1,1,0,0,4375.93,1782.57,356.84,6.2282,300,5,0,42,0,1,0,0,0),(152231,32544,571,1,1,0,0,3452.67,4685.5,-12.9957,2.27993,300,5,0,4979,0,1,0,0,0),(152232,32544,571,1,1,0,0,3698.67,4904.56,-13.6717,2.27993,300,5,0,4979,0,1,0,0,0),(152233,32544,571,1,1,0,0,4033.07,4524.1,-1.63039,2.27993,300,5,0,4979,0,1,0,0,0),(152234,32544,571,1,1,0,0,4079.2,5089.02,-1.50956,2.27993,300,5,0,4979,0,1,0,0,0),(152235,32544,571,1,1,0,0,4740.55,5008.06,-55.5771,5.40584,300,5,0,4979,0,1,0,0,0),(152236,32544,571,1,1,0,0,4920.89,4070.89,-17.9628,5.40584,300,5,0,4979,0,1,0,0,0),(152237,32544,571,1,1,0,0,5112.28,5953.37,-61.9079,5.40584,300,5,0,4979,0,1,0,0,0),(152238,32544,571,1,1,0,0,5152.94,3810.09,-7.13058,0.803393,300,5,0,4979,0,1,0,0,0),(152239,32544,571,1,1,0,0,5158.75,4184.73,-88.1236,5.40584,300,5,0,4979,0,1,0,0,0),(152240,32544,571,1,1,0,0,5179.07,5739.91,-83.8105,5.40584,300,5,0,4979,0,1,0,0,0),(152241,32544,571,1,1,0,0,5248.77,4707.48,-133.847,5.40584,300,5,0,4979,0,1,0,0,0),(152242,32544,571,1,1,0,0,5254.58,5008.06,-135.353,5.40584,300,5,0,4979,0,1,0,0,0),(152243,32544,571,1,1,0,0,5376.56,4433.04,-135.251,5.40584,300,5,0,4979,0,1,0,0,0),(152244,32544,571,1,1,0,0,5393.98,5940.3,-49.8372,5.40584,300,5,0,4979,0,1,0,0,0),(152245,32544,571,1,1,0,0,5501.44,3609.7,-17.8316,0.803393,300,5,0,4979,0,1,0,0,0),(152246,32544,571,1,1,0,0,5585.66,3810.09,-15.5887,0.504939,300,5,0,4979,0,1,0,0,0),(152247,32544,571,1,1,0,0,5588.23,3643.99,-23.6778,0.504939,300,5,0,4979,0,1,0,0,0),(152248,32544,571,1,1,0,0,5608.89,6005.64,-39.6709,5.40584,300,5,0,4979,0,1,0,0,0),(152249,32544,571,1,1,0,0,5788.95,5744.27,-69.0541,5.40584,300,5,0,4979,0,1,0,0,0),(152250,32544,571,1,1,0,0,5817.99,4171.66,-101.138,5.40584,300,5,0,4979,0,1,0,0,0),(152251,32544,571,1,1,0,0,5931.25,4820.74,-110.276,5.40584,300,5,0,4979,0,1,0,0,0),(152252,32544,571,1,1,0,0,5980.62,4337.2,-85.2827,5.40584,300,5,0,4979,0,1,0,0,0),(152253,32544,571,1,1,0,0,6131.64,4568.08,-91.79,5.40584,300,5,0,4979,0,1,0,0,0),(152254,32544,571,1,1,0,0,6149.07,4297.99,-56.5222,5.40584,300,5,0,4979,0,1,0,0,0),(152255,32544,571,1,1,0,0,6231,5577.32,-27.9032,5.40584,300,5,0,4979,0,1,0,0,0),(152256,32544,571,1,1,0,0,6346.55,4258.79,-47.6791,5.40584,300,5,0,4979,0,1,0,0,0),(152257,32544,571,1,1,0,0,6436.58,5360.92,-33.6846,5.40584,300,5,0,4979,0,1,0,0,0),(152258,32544,571,1,1,0,0,6459.81,4520.2,-62.7745,5.40584,300,5,0,4979,0,1,0,0,0),(86719,21778,530,1,1,0,0,-2665.37,2058.36,116.334,3.10669,300,0,0,1,0,0,0,0,0),(152260,27925,571,1,1,0,0,4112.99,-417.621,191.051,2.08523,300,0,0,1,0,0,0,0,0),(244851,20102,530,1,1,0,0,3038.56,3635.53,144.012,3.32713,300,0,0,42,0,0,0,0,0),(244850,20102,530,1,1,0,0,-1884.63,5397.52,-12.4278,2.51637,300,0,0,42,0,0,0,0,0),(244849,20102,0,1,1,0,0,-14461.4,468.507,15.1232,2.66545,300,0,0,42,0,0,0,0,0),(244848,20102,1,1,1,0,0,-7173.14,-3808.58,8.37043,3.3285,300,0,0,42,0,0,0,0,0),(244847,20102,1,1,1,0,0,-936.306,-3738.3,8.96324,3.35283,300,0,0,42,0,0,0,0,0),(244846,20102,1,1,1,0,0,6745.48,-4667.44,723.103,1.03712,300,0,0,42,0,0,0,0,0),(1975773,37985,631,3,16,0,0,4158.75,2494.08,384.334,2.31129,10,10,0,0,0,1,0,0,0),(1975772,37985,631,3,16,0,0,4172.57,2464.47,385.368,3.72021,10,10,0,0,0,1,0,0,0),(1975771,37985,631,3,16,0,0,4173.67,2504.13,386.174,2.67313,10,10,0,0,0,1,0,0,0),(1975788,38421,631,12,20,0,0,4222.26,2455.2,385.568,0,25,10,0,0,0,1,0,0,0),(1975787,38421,631,12,20,0,0,4220.35,2515.16,388.649,2.34469,25,10,0,0,0,1,0,0,0),(1975786,38421,631,12,20,0,0,4202.23,2508,383.985,2.09137,25,10,0,0,0,1,0,0,0),(1975785,38421,631,12,20,0,0,4200.96,2456,387.128,3.58291,25,10,0,0,0,1,0,0,0),(1975784,38421,631,12,20,0,0,4181.62,2514.91,386.374,2.65209,25,10,0,0,0,1,0,0,0),(1975783,38421,631,12,20,0,0,4172.57,2464.47,385.368,3.72021,25,10,0,0,0,1,0,0,0),(1975782,38421,631,12,20,0,0,4158.75,2494.08,384.334,2.31129,25,10,0,0,0,1,0,0,0),(1975781,38421,631,12,20,0,0,4155.51,2478.76,382.494,4.97053,25,10,0,0,0,1,0,0,0),(137817,9816,229,1,1,0,0,144.438,-258.034,96.4066,4.67748,1000000,0,0,1,0,0,0,0,0),(209034,23286,530,1,1,0,0,-5012.01,514.343,-5.04247,5.13466,120,5,0,1,0,1,0,0,0),(209035,23286,530,1,1,0,0,-5013,549.942,-4.40564,1.67378,120,5,0,1,0,1,0,0,0),(209036,23286,530,1,1,0,0,-5016.02,490.971,-7.86644,4.83848,120,5,0,1,0,1,0,0,0),(209037,23286,530,1,1,0,0,-5021.43,469.107,-8.17517,1.22267,120,5,0,1,0,1,0,0,0),(209038,23286,530,1,1,0,0,-5024.52,426.561,-10.208,1.11687,120,5,0,1,0,1,0,0,0),(209039,23286,530,1,1,0,0,-5025.8,397.634,-13.028,4.00145,120,5,0,1,0,1,0,0,0),(209040,23286,530,1,1,0,0,-5036.45,597.127,18.5823,0.0929956,120,5,0,1,0,1,0,0,0),(209041,23286,530,1,1,0,0,-5048.92,450.347,-12.1858,2.29651,120,5,0,1,0,1,0,0,0),(209042,23286,530,1,1,0,0,-5051.35,399.351,-12.2879,5.29645,120,5,0,1,0,1,0,0,0),(209043,23286,530,1,1,0,0,-5053.09,628.916,24.1696,2.79517,120,5,0,1,0,1,0,0,0),(209044,23286,530,1,1,0,0,-5056.86,296.118,-7.93897,3.48119,120,5,0,1,0,1,0,0,0),(209045,23286,530,1,1,0,0,-5069.63,423.853,-11.008,6.07293,120,5,0,1,0,1,0,0,0),(209046,23286,530,1,1,0,0,-5069.88,636.197,30.2197,5.05358,120,5,0,1,0,1,0,0,0),(209047,23286,530,1,1,0,0,-5080.33,676.016,32.9786,3.00858,120,5,0,1,0,1,0,0,0),(209048,23286,530,1,1,0,0,-5085,454.967,-7.32132,1.20385,120,5,0,1,0,1,0,0,0),(209049,23286,530,1,1,0,0,-5087.41,344.161,4.08592,5.54357,120,5,0,1,0,1,0,0,0),(209050,23286,530,1,1,0,0,-5087.99,507.386,-11.2344,1.80734,120,5,0,1,0,1,0,0,0),(209051,23286,530,1,1,0,0,-5088.4,475.15,-7.82406,5.05217,120,5,0,1,0,1,0,0,0),(209052,23286,530,1,1,0,0,-5088.81,645.055,32.7489,2.61235,120,5,0,1,0,1,0,0,0),(209053,23286,530,1,1,0,0,-5094.4,647.837,33.0287,5.85462,120,5,0,1,0,1,0,0,0),(209054,23286,530,1,1,0,0,-5099.64,408.555,-12.7399,2.38604,120,5,0,1,0,1,0,0,0),(209055,23286,530,1,1,0,0,-5102.78,685.755,33.9081,5.55879,120,5,0,1,0,1,0,0,0),(209056,23286,530,1,1,0,0,-5102.9,443.306,-7.44998,0.574598,120,5,0,1,0,1,0,0,0),(209057,23286,530,1,1,0,0,-5105.38,536.014,-10.5264,5.00935,120,5,0,1,0,1,0,0,0),(209058,23286,530,1,1,0,0,-5119.12,387.558,-12.1417,3.15331,120,5,0,1,0,1,0,0,0),(209059,23286,530,1,1,0,0,-5131.09,361.671,-17.5902,4.8024,120,5,0,1,0,1,0,0,0),(209060,23286,530,1,1,0,0,-5133.45,398.593,-11.1555,3.75251,120,5,0,1,0,1,0,0,0),(209061,23286,530,1,1,0,0,-5134.52,424.991,-10.7021,2.93014,120,5,0,1,0,1,0,0,0),(209062,23286,530,1,1,0,0,-5136.92,466.688,-13.7564,2.79966,120,5,0,1,0,1,0,0,0),(209063,23286,530,1,1,0,0,-5149.55,351.742,-19.3365,0.996007,120,5,0,1,0,1,0,0,0),(209064,23286,530,1,1,0,0,-5153.19,487.361,-12.2186,4.57836,120,5,0,1,0,1,0,0,0),(209065,23286,530,1,1,0,0,-5170.65,422.92,-10.6834,0.485874,120,5,0,1,0,1,0,0,0),(209066,23286,530,1,1,0,0,-5179.34,369.597,-20.0647,1.51201,120,5,0,1,0,1,0,0,0),(209067,23286,530,1,1,0,0,-5181.73,345.639,-21.1928,5.52872,120,5,0,1,0,1,0,0,0),(209068,23286,530,1,1,0,0,-5212.75,326.251,-21.8211,4.56195,120,5,0,1,0,1,0,0,0),(209088,29722,571,1,2,0,0,8348.2,2813.92,655.394,2.53073,300,0,0,12175,0,0,0,0,0),(209089,29722,571,1,2,0,0,8320.35,2814.49,656.567,5.58505,300,0,0,12175,0,0,0,0,0),(209090,29722,571,1,2,0,0,8349.74,2669.86,689.877,0.32094,300,0,0,12175,0,0,0,0,0),(209091,29722,571,1,2,0,0,8367.34,2745.54,655.24,0.160263,300,0,0,12175,0,0,0,0,0),(209092,29738,571,1,2,0,1,8407.75,2712.33,655.278,0.593412,300,0,0,12175,3893,0,0,0,0),(209093,29738,571,1,2,0,1,8380.24,2751.93,655.466,2.37967,300,0,0,12175,3893,0,0,0,0),(209094,29738,571,1,2,0,1,8289.62,2759.84,656.208,2.9147,300,0,0,12175,3893,0,0,0,0),(209095,29738,571,1,2,0,1,8292.34,2783.9,656.208,3.15905,300,0,0,12175,3893,0,0,0,0),(209096,29738,571,1,2,0,1,8520.61,2728.09,652.537,4.99164,300,0,0,12175,3893,0,0,0,0),(209097,29738,571,1,2,0,1,8309.55,2775.3,655.197,4.70894,300,0,0,12175,3893,0,0,0,0),(209098,29840,571,1,2,0,0,8418.5,2620.67,759.958,4.90178,300,0,0,12600,0,0,0,0,0),(209099,29770,571,1,2,0,0,8402.52,2824.4,716.659,0.954007,300,0,0,10080,8814,0,0,0,0),(209100,29769,571,1,2,0,0,8298.21,2657.99,688.695,5.5676,300,0,0,12600,0,0,0,0,0),(209101,29804,571,1,2,0,1,8395.01,2675.19,657.913,1.32645,300,0,0,63000,19970,0,0,0,0),(152165,29747,571,1,2,0,0,8526.23,2665.08,1045.04,2.67035,120,0,0,126000,0,0,0,0,0),(2017,25589,571,1,1,0,0,4464.63,5378.07,-15.2737,6.05299,600,0,0,1,0,0,0,0,0),(209109,28602,1,1,1,0,1,-6065.27,-1242.8,-143.33,3.14159,120,0,0,1,0,0,0,0,0),(209108,28602,1,1,1,0,1,-6104.96,-1243.6,-143.192,3.12413,120,0,0,1,0,0,0,0,0),(209107,28602,1,1,1,0,1,-6118.18,-1241.33,-143.281,3.12169,120,0,0,1,0,0,0,0,0),(209106,28602,1,1,1,0,1,-6065.16,-1256.21,-143.361,3.10668,120,0,0,1,0,0,0,0,0),(209105,28602,1,1,1,0,1,-6036.1,-1255.38,-146.828,1.15191,120,0,0,1,0,0,0,0,0),(209104,28602,1,1,1,0,1,-6037.48,-1243.38,-146.828,5.98647,120,0,0,1,0,0,0,0,0),(209103,28602,1,1,1,0,1,-6083.67,-1249.46,-143.482,0.01435,120,0,0,1,0,2,0,0,0),(209102,28602,1,1,1,0,1,-6163.63,-1249.54,-159.733,3.11264,120,0,0,1,0,2,0,0,0),(209112,28601,1,1,1,0,1,-6028.08,-1249.02,-146.764,3.05433,120,0,0,1,0,0,0,0,0),(209123,30446,571,1,1,0,0,8393.97,-2540.06,1131.91,5.07891,120,0,0,1,0,0,0,0,0),(209137,30454,571,1,1,0,0,8289.31,-2602.48,1151.42,1.95477,120,0,0,1,0,0,0,0,0),(209138,30454,571,1,1,0,0,8294.61,-2589.08,1150.63,1.39626,120,0,0,1,0,0,0,0,0),(209139,30454,571,1,1,0,0,8300.51,-2596.84,1151.87,3.9619,120,0,0,1,0,0,0,0,0),(209140,30454,571,1,1,0,0,8303.38,-2521.44,1154.39,5.07891,120,0,0,1,0,0,0,0,0),(209141,30454,571,1,1,0,0,8312.52,-2561.31,1152.03,4.72984,120,0,0,1,0,0,0,0,0),(209142,30454,571,1,1,0,0,8314.11,-2500.82,1143.3,1.6057,120,0,0,1,0,0,0,0,0),(209143,30454,571,1,1,0,0,8317.65,-2573.94,1151.43,3.03687,120,0,0,1,0,0,0,0,0),(209144,30454,571,1,1,0,0,8336.79,-2502.89,1133.36,5.41052,120,0,0,1,0,0,0,0,0),(209145,30454,571,1,1,0,0,8342.26,-2505.45,1134.28,4.01426,120,0,0,1,0,0,0,0,0),(209146,30454,571,1,1,0,0,8351.38,-2508.96,1135.07,0.244346,120,0,0,1,0,0,0,0,0),(209147,30454,571,1,1,0,0,8381.3,-2529.69,1133.36,4.62512,120,0,0,1,0,0,0,0,0),(209148,30454,571,1,1,0,0,8387.79,-2527.25,1135.03,4.53786,120,0,0,1,0,0,0,0,0),(209149,30454,571,1,1,0,0,8393.11,-2548.1,1143.71,1.72788,120,0,0,1,0,0,0,0,0),(209150,30454,571,1,1,0,0,8398.62,-2526.46,1134.62,3.80482,120,0,0,1,0,0,0,0,0),(209151,30454,571,1,1,0,0,8401.63,-2539.44,1132.53,1.39626,120,0,0,1,0,0,0,0,0),(209152,30454,571,1,1,0,0,8406.36,-2532.98,1131.75,2.04204,120,0,0,1,0,0,0,0,0),(209124,30450,571,1,1,0,0,8259.18,-2570.82,1149.61,1.56682,120,5,0,1,0,1,0,0,0),(209125,30450,571,1,1,0,0,8264.03,-2566.79,1149.61,2.96147,120,5,0,1,0,1,0,0,0),(209126,30450,571,1,1,0,0,8284.46,-2601.7,1150.49,5.66794,120,5,0,1,0,1,0,0,0),(209127,30450,571,1,1,0,0,8292.88,-2572.04,1146.46,1.3252,120,5,0,1,0,1,0,0,0),(209128,30450,571,1,1,0,0,8298.51,-2592.29,1150.48,0.513648,120,5,0,1,0,1,0,0,0),(209129,30450,571,1,1,0,0,8306.36,-2524.83,1152.22,2.29176,120,5,0,1,0,1,0,0,0),(209130,30450,571,1,1,0,0,8313.22,-2565.91,1150.88,0.739577,120,5,0,1,0,1,0,0,0),(209131,30450,571,1,1,0,0,8334.5,-2519.78,1138.3,5.60389,120,5,0,1,0,1,0,0,0),(209132,30450,571,1,1,0,0,8336.27,-2512.15,1135.11,3.55008,120,5,0,1,0,1,0,0,0),(209133,30450,571,1,1,0,0,8350.84,-2544.52,1147.52,5.8518,120,5,0,1,0,1,0,0,0),(209134,30450,571,1,1,0,0,8365.42,-2533.72,1132.69,5.61117,120,5,0,1,0,1,0,0,0),(209135,30450,571,1,1,0,0,8377.27,-2545.82,1140.66,2.91336,120,5,0,1,0,1,0,0,0),(209136,30450,571,1,1,0,0,8396.34,-2529.92,1131.82,1.30778,120,5,0,1,0,1,0,0,0),(209172,29413,571,1,1,0,1,6536.16,-1078.86,433.175,1.54652,600,0,0,1,0,0,0,0,0),(209173,29413,571,1,1,0,1,6536.22,-1076.53,433.014,1.54652,600,0,0,1,0,0,0,0,0),(209174,29413,571,1,1,0,1,6534.27,-1076.49,432.958,1.54652,600,0,0,1,0,0,0,0,0),(209175,29413,571,1,1,0,1,6534.71,-1073.77,432.928,1.54652,600,0,0,1,0,0,0,0,0),(209176,29413,571,1,1,0,1,6538.16,-1076.95,433.1,1.55438,600,0,0,1,0,0,0,0,0),(209177,29413,571,1,1,0,1,6536.77,-1073.94,432.995,1.46013,600,0,0,1,0,0,0,0,0),(209178,29413,571,1,1,0,1,6538.6,-1075.64,433.11,1.49155,600,0,0,1,0,0,0,0,0),(209179,29413,571,1,1,0,1,6621.56,-1078.08,415.032,1.05174,600,5,0,1,0,1,0,0,0),(209180,29413,571,1,1,0,1,6641.11,-1093.62,402.801,1.36196,600,0,0,1,0,0,0,0,0),(209181,29413,571,1,1,0,1,6610.29,-1279.72,394.475,3.31761,600,0,0,1,0,0,0,0,0),(209182,29413,571,1,1,0,1,6599.47,-1270.63,394.829,1.10278,600,0,0,1,0,0,0,0,0),(6096,30300,571,1,8,0,0,8015.63,-126.515,865.719,3.39914,120,0,0,1,0,0,0,0,0),(6337,30190,571,1,1,0,0,8256.75,-433.488,970.583,4.2237,300,0,0,1,0,0,0,0,0),(13426,27593,571,1,1,0,0,2394.92,-1832.19,-1.69908,2.68781,300,0,0,4920,0,0,0,0,0),(13427,27593,571,1,1,0,0,2396.13,-1829.49,-1.67806,2.75762,300,0,0,4920,0,0,0,0,0),(13428,27593,571,1,1,0,0,2397.4,-1826.75,-1.6523,2.72271,300,0,0,4920,0,0,0,0,0),(14241,27593,571,1,1,0,0,2398.62,-1824.14,-1.66099,2.74017,300,0,0,4920,0,0,0,0,0),(6499,31402,571,1,1,0,1,5220.89,591.78,187.861,4.86629,180,10,0,1,0,1,0,0,0),(6627,31402,571,1,1,0,1,5344.32,595.7,183.074,4.99164,180,10,0,1,0,1,0,0,0),(7630,31402,571,1,1,0,1,5411.68,623.162,178.355,0.872665,180,10,0,1,0,1,0,0,0),(10504,31402,571,1,1,0,1,5434.4,783.965,182.771,0.572655,180,10,0,1,0,1,0,0,0),(12599,31402,571,1,1,0,1,5464.41,716.29,171.82,2.6529,180,10,0,1,0,1,0,0,0),(12954,31402,571,1,1,0,1,5573.34,862.854,161.739,1.48353,180,10,0,1,0,1,0,0,0),(13423,31402,571,1,1,0,1,5659.53,987.84,174.568,0.314159,180,0,0,1,0,0,0,570688256,32),(13424,31402,571,1,1,0,1,5660.19,1028.45,174.563,2.79253,180,0,0,1,0,0,0,570688256,32),(14341,18688,530,1,1,0,0,-2571.84,8558.23,-33.6043,5.65003,300,0,0,6542,0,0,0,0,0),(14342,18688,530,1,1,0,0,-2218.21,8513.48,-17.1368,5.65003,300,0,0,6542,0,0,0,0,0),(14343,18688,530,1,1,0,0,-2114.42,8743.48,11.699,5.65003,300,0,0,6326,0,0,0,0,0),(14977,18688,530,1,1,0,0,-2017.31,8743.44,19.5169,5.65003,300,0,0,6542,0,0,0,0,0),(14978,18688,530,1,1,0,0,-1812.61,8813.18,30.2393,6.13478,300,0,0,6326,0,0,0,0,0),(14979,18688,530,1,1,0,0,-1750.87,8877.25,31.67,6.13478,300,0,0,6326,0,0,0,0,0),(14980,18688,530,1,1,0,0,-1539.61,8686.33,24.643,6.13478,300,0,0,6326,0,0,0,0,0),(14981,18688,530,1,1,0,0,-1653.31,8494.49,-12.8156,6.13478,300,0,0,6542,0,0,0,0,0),(14982,18688,530,1,1,0,0,-1579.32,8426.67,-9.33804,6.13478,300,0,0,6326,0,0,0,0,0),(14983,18688,530,1,1,0,0,-1040.87,7895.8,22.8202,6.13478,300,0,0,6326,0,0,0,0,0),(14984,18688,530,1,1,0,0,-1059.54,7750.35,25.8758,6.13478,300,0,0,6326,0,0,0,0,0),(14985,18688,530,1,1,0,0,-908.965,7783.44,40.1036,6.13478,300,0,0,6326,0,0,0,0,0),(20556,18688,530,1,1,0,0,-886.413,7824.75,40.0754,6.13478,300,0,0,6542,0,0,0,0,0),(21776,18688,530,1,1,0,0,-878.863,7881.25,38.6467,6.13478,300,0,0,6326,0,0,0,0,0),(23111,18688,530,1,1,0,0,-1866.27,8098.74,-20.3459,6.13478,300,0,0,6542,0,0,0,0,0),(24670,18688,530,1,1,0,0,-2106.82,8191.13,-15.5604,6.13478,300,0,0,6542,0,0,0,0,0),(24761,18688,530,1,1,0,0,-2084.75,8286.22,-11.4935,6.13478,300,0,0,6542,0,0,0,0,0),(24794,18688,530,1,1,0,0,-2206.14,8306.9,-26.191,6.13478,300,0,0,6542,0,0,0,0,0),(25100,18688,530,1,1,0,0,-2256,8478.68,-24.6155,6.13478,300,0,0,6542,0,0,0,0,0),(26559,18688,530,1,1,0,0,-2336.12,8477.34,-30.3842,6.13478,300,0,0,6326,0,0,0,0,0),(26564,18688,530,1,1,0,0,-2350.53,8641.59,-15.5674,6.13478,300,0,0,6326,0,0,0,0,0),(31807,18688,530,1,1,0,0,-2379.14,8531.65,-28.7321,6.13478,300,0,0,6326,0,0,0,0,0),(31833,18688,530,1,1,0,0,-2411.61,8492.45,-33.4541,6.13478,300,0,0,6542,0,0,0,0,0),(32072,18688,530,1,1,0,0,-2416.02,8330.76,-37.6002,6.13478,300,0,0,6542,0,0,0,0,0),(40475,18688,530,1,1,0,0,-2336.04,8288.74,-36.3567,1.72398,300,0,0,6326,0,0,0,0,0),(40476,18688,530,1,1,0,0,-2336.11,8225.27,-35.7699,1.72398,300,0,0,6326,0,0,0,0,0),(40703,18688,530,1,1,0,0,-2258.45,8221.08,-31.2193,3.93488,300,0,0,6326,0,0,0,0,0),(40716,18688,530,1,1,0,0,-2203.79,8149.55,-25.1002,3.93488,300,0,0,6326,0,0,0,0,0),(40725,18688,530,1,1,0,0,-2184.8,8029.08,-17.6373,3.93488,300,0,0,6542,0,0,0,0,0),(40727,18688,530,1,1,0,0,-2297.12,7848.94,-30.4255,3.93488,300,0,0,6326,0,0,0,0,0),(42893,18688,530,1,1,0,0,-2544.55,7818.57,-45.0012,3.93488,300,0,0,6326,0,0,0,0,0),(45204,18688,530,1,1,0,0,-2555.36,7930.22,-55.675,3.93488,300,0,0,6542,0,0,0,0,0),(46570,18688,530,1,1,0,0,-2622.32,7987.03,-48.9066,3.93488,300,0,0,6542,0,0,0,0,0),(46819,18688,530,1,1,0,0,-2126.06,8148.39,-15.8518,3.93488,300,0,0,6326,0,0,0,0,0),(48191,18069,530,1,1,0,0,-714.823,7931.65,58.8672,4.3693,300,0,0,60720,29330,0,0,0,0),(137994,10319,229,1,1,0,1,40.669,-330.527,111.027,4.62512,7200,0,0,1,0,0,0,0,0),(137995,10319,229,1,1,0,1,42.5142,-431.719,111.029,5.93412,7200,0,0,1,0,0,0,0,0),(137996,10319,229,1,1,0,1,-8.14168,-341.893,111.027,0.767945,7200,0,0,1,0,0,0,0,0),(52018,24840,584,1,1,22665,0,-12.1809,5.48897,6.14024,1.08723,120,0,0,804,0,2,0,0,0),(137998,9045,229,1,1,0,1,107.024,-306.314,54.0037,4.2237,7200,0,0,1,0,0,0,0,0),(137999,9045,229,1,1,0,1,107.412,-329.583,54.0033,5.20108,7200,0,0,1,0,0,0,0,0),(138000,9045,229,1,1,0,1,14.1216,-259.228,65.4331,2.35619,7200,0,0,1,0,0,0,0,0),(138001,9045,229,1,1,0,1,18.0154,-276.734,65.3758,1.03067,7200,4,0,1,0,1,0,0,0),(138002,9045,229,1,1,0,1,27.209,-487.106,110.949,2.40855,7200,0,0,1,0,2,0,0,0),(138003,9045,229,1,1,0,1,48.0625,-257.407,65.4592,0.418879,7200,0,0,1,0,0,0,0,0),(138004,9045,229,1,1,0,1,32.9856,-441.198,110.948,3.4383,7200,0,0,1,0,2,0,0,0),(138005,9045,229,1,1,0,1,52.8444,-312.811,54.0037,0.575959,7200,0,0,1,0,0,0,0,0),(138006,9045,229,1,1,0,1,69.2314,-439.328,41.1913,3.15905,7200,0,0,1,0,0,0,0,0),(138007,9045,229,1,1,0,1,75.6738,-319.729,55.8668,1.71042,7200,5,0,1,0,1,0,0,0),(138008,9045,229,1,1,0,1,79.8655,-353.92,60.7854,0.872665,7200,4,0,1,0,1,0,0,0),(138009,9097,229,1,1,0,1,-1.88846,-585.643,29.2742,2.49582,7200,0,0,1,0,0,0,0,0),(138010,9097,229,1,1,0,1,102.43,-314.698,54.0012,1.06465,7200,0,0,1,0,0,0,0,0),(138011,9097,229,1,1,0,1,107.279,-324.247,54.0037,3.50811,7200,0,0,1,0,0,0,0,0),(138012,9097,229,1,1,0,1,107.633,-311.387,54.0037,2.67035,7200,0,0,1,0,0,0,0,0),(138013,9097,229,1,1,0,1,12.893,-329.743,48.8472,3.15905,7200,0,0,1,0,0,0,0,0),(138014,9097,229,1,1,0,1,12.9406,-279.608,65.452,5.96903,7200,5,0,1,0,1,0,0,0),(138015,9097,229,1,1,0,1,18.7628,-284.284,65.4592,2.1293,7200,5,0,1,0,1,0,0,0),(138016,9097,229,1,1,0,1,-2.93188,-524.658,29.2737,0.593412,7200,0,0,1,0,0,0,0,0),(138017,9097,229,1,1,0,1,-28.3894,-563.039,29.2742,2.86234,7200,0,0,1,0,0,0,0,0),(138018,9097,229,1,1,0,1,30.9196,-399.683,48.7868,3.00197,7200,0,0,1,0,0,0,0,0),(138019,9097,229,1,1,0,1,-31.5341,-564.217,29.2742,1.16937,7200,0,0,1,0,0,0,0,0),(138020,9097,229,1,1,0,1,-34.0394,-585.641,29.2742,6.19592,7200,0,0,1,0,0,0,0,0),(138021,9097,229,1,1,0,1,-37.9833,-585.003,29.2742,1.50098,7200,0,0,1,0,0,0,0,0),(138022,9097,229,1,1,0,1,43.5522,-274.522,65.4592,6.10865,7200,4,0,1,0,1,0,0,0),(138023,9097,229,1,1,0,1,45.724,-449.173,27.6064,3.7001,7200,0,0,1,0,0,0,0,0),(138024,9097,229,1,1,0,1,45.8465,-279.354,65.3547,1.03703,7200,4,0,1,0,1,0,0,0),(138025,9097,229,1,1,0,1,51.8909,-287.351,65.4592,3.03687,7200,0,0,1,0,0,0,0,0),(138026,9097,229,1,1,0,1,53.4595,-325.36,53.916,1.39626,7200,0,0,1,0,2,0,0,0),(138027,9097,229,1,1,0,1,55.9165,-459.157,24.6387,4.7473,7200,0,0,1,0,0,0,0,0),(138028,9097,229,1,1,0,1,57.3262,-569.645,30.6788,0.191986,7200,0,0,1,0,0,0,0,0),(138029,9097,229,1,1,0,1,57.5052,-314.922,54.0019,2.26893,7200,0,0,1,0,0,0,0,0),(138030,9097,229,1,1,0,1,57.8383,-310.132,54.0015,3.57792,7200,0,0,1,0,0,0,0,0),(138031,9097,229,1,1,0,1,59.3199,-507.905,29.2652,6.05629,7200,0,0,1,0,0,0,0,0),(138032,9097,229,1,1,0,1,6.909,-271.978,65.4107,0.20944,7200,0,0,1,0,0,0,0,0),(138033,9097,229,1,1,0,1,61.8541,-560.68,30.6883,3.49066,7200,0,0,1,0,0,0,0,0),(138034,9097,229,1,1,0,1,63.3938,-505.402,29.2685,4.57276,7200,0,0,1,0,0,0,0,0),(138035,9097,229,1,1,0,1,66.2384,-274.532,60.7346,6.23083,7200,0,0,1,0,0,0,0,0),(138036,9097,229,1,1,0,1,66.4354,-435.984,42.1033,4.32842,7200,0,0,1,0,0,0,0,0),(138037,9097,229,1,1,0,1,69.6397,-278.318,60.6777,0.296706,7200,0,0,1,0,0,0,0,0),(138038,9097,229,1,1,0,1,-7.64752,-586.208,29.2742,0.925025,7200,0,0,1,0,0,0,0,0),(138039,9097,229,1,1,0,1,71.6458,-586.649,30.6863,6.26573,7200,0,0,1,0,0,0,0,0),(138040,9097,229,1,1,0,1,79.0274,-287.055,60.774,1.98968,7200,5,0,1,0,1,0,0,0),(138041,9097,229,1,1,0,1,8.43384,-253.377,65.4404,5.46288,7200,0,0,1,0,0,0,0,0),(138042,9097,229,1,1,0,1,82.2761,-580.577,30.6901,4.11898,7200,0,0,1,0,0,0,0,0),(138043,9097,229,1,1,0,1,82.3782,-315.573,55.7843,2.65948,7200,5,0,1,0,1,0,0,0),(138044,9097,229,1,1,0,1,85.2124,-357.967,60.7854,6.05629,7200,4,0,1,0,1,0,0,0),(138045,9097,229,1,1,0,1,70.9496,-282.071,60.6077,2.49933,7200,0,0,1,0,2,0,0,0),(138046,9097,229,1,1,0,1,81.974,-288.075,60.6613,3.38828,7200,0,0,1,0,2,0,0,0),(138047,9097,229,1,1,0,1,83.9848,-287.04,60.643,3.38829,7200,0,0,1,0,2,0,0,0),(138048,9097,229,1,1,0,1,9.05815,-257.731,65.4136,0.698132,7200,0,0,1,0,0,0,0,0),(138049,9097,229,1,1,0,1,9.25125,-332.557,48.795,1.23918,7200,0,0,1,0,0,0,0,0),(138050,9097,229,1,1,0,1,90.2249,-280.722,60.6818,4.83456,7200,0,0,1,0,0,0,0,0),(138051,9097,229,1,1,0,1,91.5369,-361.906,60.702,1.54309,7200,4,0,1,0,1,0,0,0),(138052,9097,229,1,1,0,1,94.6544,-275.047,60.7526,3.14159,7200,0,0,1,0,0,0,0,0),(138053,9097,229,1,1,0,1,-52.0724,-586.218,29.2742,2.96706,7200,0,0,1,0,0,0,0,0),(138054,9097,229,1,1,0,1,-55.7422,-581.554,29.2742,4.24115,7200,0,0,1,0,0,0,0,0),(138055,9097,229,1,1,0,1,-63.3394,-572.386,29.2742,0.122173,7200,0,0,1,0,0,0,0,0),(138056,9097,229,1,1,0,1,-67.2288,-535.405,29.2742,3.87463,7200,0,0,1,0,0,0,0,0),(138057,9097,229,1,1,0,1,-70.0191,-575.818,29.2742,1.16937,7200,0,0,1,0,0,0,0,0),(138058,9098,229,1,1,0,1,-1.33163,-519.549,29.3309,5.42797,7200,0,0,1,0,0,0,0,0),(138059,9098,229,1,1,0,1,102.172,-308.932,54.0021,5.91667,7200,0,0,1,0,0,0,0,0),(138060,9098,229,1,1,0,1,105.506,-332.577,54.0027,6.23083,7200,0,0,1,0,0,0,0,0),(138061,9098,229,1,1,0,1,14.2494,-254.14,65.4355,3.68264,7200,0,0,1,0,0,0,0,0),(138062,9098,229,1,1,0,1,-2.80779,-580.539,29.2742,3.94444,7200,0,0,1,0,0,0,0,0),(138063,9098,229,1,1,0,1,29.0992,-396.495,48.8011,4.53786,7200,0,0,1,0,0,0,0,0),(138064,9098,229,1,1,0,1,-31.5296,-559.177,29.2742,5.48033,7200,0,0,1,0,0,0,0,0),(138065,9098,229,1,1,0,1,40.8954,-448.45,27.9326,5.49779,7200,0,0,1,0,0,0,0,0),(138066,9098,229,1,1,0,1,47.6855,-270.914,65.3638,6.24155,7200,4,0,1,0,1,0,0,0),(138067,9098,229,1,1,0,1,52.1843,-307.34,54.0019,5.25344,7200,0,0,1,0,0,0,0,0),(138068,9098,229,1,1,0,1,52.4136,-255.367,65.4592,3.63028,7200,0,0,1,0,0,0,0,0),(138069,9098,229,1,1,0,1,36.8928,-331.277,53.682,1.41372,7200,0,0,1,0,2,0,0,0),(138070,9098,229,1,1,0,1,55.5339,-464.859,24.9457,1.44862,7200,0,0,1,0,0,0,0,0),(138071,9098,229,1,1,0,1,57.219,-562.8,30.6717,0.418879,7200,0,0,1,0,0,0,0,0),(138072,9098,229,1,1,0,1,65.4276,-510.36,29.3167,2.56563,7200,0,0,1,0,0,0,0,0),(138073,9098,229,1,1,0,1,67.4383,-443.534,40.7267,2.0944,7200,0,0,1,0,0,0,0,0),(138074,9098,229,1,1,0,1,8.8431,-326.523,48.8573,5.11381,7200,0,0,1,0,0,0,0,0),(138075,9098,229,1,1,0,1,80.2554,-584.671,30.6894,1.25664,7200,0,0,1,0,0,0,0,0),(138076,9098,229,1,1,0,1,81.6109,-325.341,55.8671,1.79769,7200,6,0,1,0,1,0,0,0),(138077,9098,229,1,1,0,1,90.1113,-354.348,60.7854,4.4855,7200,4,0,1,0,1,0,0,0),(138078,9416,229,1,1,0,0,15.7057,-319.695,48.9296,4.81711,7200,0,0,1,0,0,0,0,0),(138079,9416,229,1,1,0,0,21.6264,-319.308,48.9218,4.59022,7200,0,0,1,0,0,0,0,0),(138080,9416,229,1,1,0,0,39.9758,-401.308,48.734,1.37881,7200,0,0,1,0,0,0,0,0),(138081,9416,229,1,1,0,0,-43.9925,-560.762,29.2742,5.77704,7200,0,0,1,0,0,0,0,0),(138082,9416,229,1,1,0,0,44.2465,-401.75,48.8482,1.41372,7200,0,0,1,0,0,0,0,0),(138083,9416,229,1,1,0,0,-44.5055,-555.94,29.2742,5.44543,7200,0,0,1,0,0,0,0,0),(138084,9416,229,1,1,0,0,45.8586,-503.318,29.219,0.628319,7200,0,0,1,0,0,0,0,0),(138085,9416,229,1,1,0,0,48.7351,-507.587,29.2279,0.802851,7200,0,0,1,0,0,0,0,0),(138086,9416,229,1,1,0,0,54.7811,-477.66,26.737,2.51327,7200,0,0,1,0,0,0,0,0),(138087,9416,229,1,1,0,0,57.4451,-472.059,25.8573,2.74017,7200,0,0,1,0,0,0,0,0),(138088,9416,229,1,1,0,0,-62.0727,-550.187,29.2742,0.907571,7200,0,0,1,0,0,0,0,0),(138090,9416,229,1,1,0,0,-65.6472,-544.932,29.2742,0.575959,7200,0,0,1,0,0,0,0,0),(138091,9258,229,1,1,0,1,18.6335,-319.564,48.9254,4.69494,7200,0,0,1,0,0,0,0,0),(138092,9258,229,1,1,0,1,42.2404,-400.9,48.789,1.39626,7200,0,0,1,0,0,0,0,0),(138093,9258,229,1,1,0,1,-43.1254,-558.963,29.2742,5.61996,7200,0,0,1,0,0,0,0,0),(138094,9258,229,1,1,0,1,48.0037,-504.872,29.2256,0.715585,7200,0,0,1,0,0,0,0,0),(138095,9258,229,1,1,0,1,55.2907,-474.477,26.0808,2.61799,7200,0,0,1,0,0,0,0,0),(138096,9258,229,1,1,0,1,-62.7648,-546.487,29.2742,0.750492,7200,0,0,1,0,0,0,0,0),(138097,9257,229,1,1,0,1,26.0838,-398.582,48.8248,6.07375,7200,0,0,1,0,0,0,0,0),(138098,9257,229,1,1,0,1,3.1376,-524.951,29.4567,2.23402,7200,0,0,1,0,0,0,0,0),(138099,9257,229,1,1,0,1,41.2528,-453.78,26.4869,1.01229,7200,0,0,1,0,0,0,0,0),(138100,9257,229,1,1,0,1,60.2924,-460.793,24.8454,3.29867,7200,0,0,1,0,0,0,0,0),(138101,9257,229,1,1,0,1,62.5479,-437.095,42.1536,5.53269,7200,0,0,1,0,0,0,0,0),(138102,9257,229,1,1,0,1,62.9072,-569.002,30.6996,3.10669,7200,0,0,1,0,0,0,0,0),(138103,9257,229,1,1,0,1,75.318,-587.214,30.6877,2.86234,7200,0,0,1,0,0,0,0,0),(138104,9257,229,1,1,0,1,-8.24063,-580.995,29.2742,5.67232,7200,0,0,1,0,0,0,0,0),(138105,9257,229,1,1,0,1,-56.7084,-586.137,29.2742,1.29154,7200,0,0,1,0,0,0,0,0),(127498,26712,600,3,3,17188,0,-365.477,-724.849,32.3213,3.92699,3600,0,0,8982,0,0,0,0,0),(40251,29346,1,1,1,0,0,1925,-4123.19,43.178,4.79965,300,0,0,1,0,0,0,0,0),(152277,33537,571,1,1,0,1,9071.04,2075.39,67.2154,4.93598,120,0,0,1,0,0,0,0,0),(152278,33537,571,1,1,0,1,9074.41,2049.26,67.3464,2.18166,120,0,0,1,0,0,0,0,0),(152279,33537,571,1,1,0,1,9081.28,2058.93,67.3898,3.61283,120,0,0,1,0,0,0,0,0),(246110,15074,529,1,512,0,1,1237.68,815.579,-102.197,1.25331,7200,0,0,1,0,0,0,0,0),(246089,15089,529,1,256,0,1,815.915,1088.65,9.58834,6.23082,7200,0,0,1,0,0,0,0,0),(246090,15089,529,1,256,0,1,764.691,1147.38,18.9711,1.74533,7200,0,0,1,0,0,0,0,0),(246091,15089,529,1,256,0,1,768.374,1130.01,17.4622,4.14465,7200,0,0,1,0,0,0,0,0),(246092,15089,529,1,256,0,1,761.081,1082.74,15.5728,3.80482,7200,0,0,1,0,0,0,0,0),(246085,15089,529,1,256,0,1,872.633,1264.29,18.8666,1.44862,7200,0,0,1,0,0,0,0,0),(246084,15089,529,1,256,0,1,884.648,1176.52,9.96061,3.94444,7200,0,0,1,0,0,0,0,0),(246082,15089,529,1,256,0,1,908.765,1183.24,5.00921,0.331613,7200,0,0,1,0,0,0,0,0),(246083,15089,529,1,256,0,1,751.929,1198.46,18.1631,3.38594,7200,0,0,1,0,0,0,0,0),(246078,15089,529,1,256,0,1,831.255,1236.06,17.2953,0.506145,7200,0,0,1,0,0,0,0,0),(246079,15089,529,1,256,0,1,920.323,1251.82,8.46854,3.40339,7200,0,0,1,0,0,0,0,0),(246080,15089,529,1,256,0,1,908.431,1248.12,9.23548,0.890118,7200,0,0,1,0,0,0,0,0),(246081,15089,529,1,256,0,1,913.165,1311.43,24.9025,0.558505,7200,0,0,1,0,0,0,0,0),(246077,15107,529,1,2,0,0,1157.58,1172.96,-56.2799,2.84489,7200,0,0,1,0,0,0,0,0),(246105,15107,529,1,2,0,0,1174.1,1142.3,-56.0474,0.488692,7200,0,0,1,0,0,0,0,0),(246106,15107,529,1,2,0,0,1167.66,1160.64,-56.3909,3.59163,7200,0,0,1,0,0,0,0,0),(246073,15107,529,1,2,0,0,1162.17,1174.74,-56.4251,4.13297,7200,0,0,1,0,0,0,0,0),(246074,15107,529,1,2,0,0,1187.5,1181.29,-55.9973,2.40855,7200,0,0,1,0,0,0,0,0),(246075,15107,529,1,2,0,0,1186.39,1190.51,-56.009,2.35619,7200,0,0,1,0,0,0,0,0),(246109,15074,529,1,512,0,1,1234.83,798.88,-101.966,3.38174,7200,0,0,1,0,0,0,0,0),(248287,11455,429,1,1,0,0,2.77891,-426.083,-4.22211,0,86400,0,0,5490,7519,2,0,0,0),(248286,11455,429,1,1,0,0,53.2125,-458.915,-4.13168,6.26573,86400,2,0,5490,7519,1,0,0,0),(248285,11451,429,1,1,0,1,-25.777,-462.07,-4.14609,5.79449,86400,2,0,7842,0,1,0,0,0),(248284,11451,429,1,1,0,1,-12.4978,-462.705,-4.15329,3.61283,86400,2,0,7842,0,1,0,0,0),(248283,11454,429,1,1,0,1,-17.7285,-459.476,-4.14758,4.55531,86400,2,0,7842,0,1,0,0,0),(248282,11451,429,1,1,0,1,-86.6004,-400.982,-4.21903,1.08976,86400,2,0,7842,0,1,0,0,0),(248281,11451,429,1,1,0,1,-75.5403,-395.85,-4.13737,2.54818,86400,2,0,7842,0,1,0,0,0),(248280,11454,429,1,1,0,1,-80.4437,-401.602,-4.13549,1.8326,86400,2,0,7842,0,1,0,0,0),(248279,11451,429,1,1,0,1,-14.4985,-399.14,-4.13787,2.23402,86400,2,0,7842,0,1,0,0,0),(248278,11451,429,1,1,0,1,-27.4422,-398.865,-4.22046,4.90128,86400,2,0,7842,0,1,0,0,0),(248277,11454,429,1,1,0,1,-21.4801,-401.265,-4.13795,1.27409,86400,2,0,7842,0,1,0,0,0),(248276,11451,429,1,1,0,1,61.941,-399.15,-4.13689,2.51327,86400,2,0,7842,0,1,0,0,0),(248275,11451,429,1,1,0,1,52.2995,-397.91,-4.13716,0.523599,86400,2,0,7842,0,1,0,0,0),(248274,11454,429,1,1,0,1,57.5876,-400.81,-4.13621,2.07694,86400,2,0,7842,0,1,0,0,0),(248273,11456,429,1,1,0,1,111.56,-367.658,-4.10329,0,86400,0,0,8097,0,2,0,0,0),(248272,11456,429,1,1,0,1,30.1011,-618.51,-25.0722,2.37365,86400,2,0,8097,0,1,0,0,0),(248271,11456,429,1,1,0,1,64.4071,-678.472,-25.0772,4.13643,86400,2,0,8097,0,1,0,0,0),(248270,11456,429,1,1,0,1,12.2163,-707.55,-25.0783,1.93732,86400,2,0,8097,0,1,0,0,0),(248269,13197,429,1,1,0,0,64.6844,-620.783,-25.1592,0,86400,0,0,12954,4326,2,0,0,0),(248268,13196,429,1,1,0,0,64.6844,-620.783,-25.1592,0,86400,0,0,15198,0,2,0,0,0),(248267,13197,429,1,1,0,0,61.9258,-648.15,-25.1335,0,86400,0,0,12954,4326,2,0,0,0),(248266,13196,429,1,1,0,0,61.9258,-648.15,-25.1335,0,86400,0,0,15198,0,2,0,0,0),(248265,13197,429,1,1,0,0,51.1414,-755.75,-25.0891,0,86400,0,0,12954,4326,2,0,0,0),(248264,13196,429,1,1,0,0,51.1414,-755.75,-25.0891,0,86400,0,0,15198,0,2,0,0,0),(248263,13197,429,1,1,0,0,51.1273,-748.835,-25.1003,0,86400,0,0,12954,4326,2,0,0,0),(248262,13196,429,1,1,0,0,51.1273,-748.835,-25.1003,0,86400,0,0,15198,0,2,0,0,0),(248261,11455,429,1,1,0,0,51.3525,-721.915,-25.1438,0,86400,0,0,5490,7519,2,0,0,0),(248260,11451,429,1,1,0,1,65.0294,-608.021,-25.0719,6.16101,86400,2,0,7842,0,1,0,0,0),(248259,11451,429,1,1,0,1,55.0125,-602.04,-25.0646,3.37677,86400,2,0,7842,0,1,0,0,0),(248258,11454,429,1,1,0,1,59.6724,-603.951,-25.1302,5.07981,86400,2,0,7842,0,1,0,0,0),(248257,11451,429,1,1,0,1,15.5073,-680.307,-25.0783,5.81195,86400,2,0,7842,0,1,0,0,0),(248256,11451,429,1,1,0,1,24.2224,-674.951,-25.1616,4.14954,86400,2,0,7842,0,1,0,0,0),(1864,1096,0,1,1,7197,1,-11958.5,-484.88,17.0796,5.15875,300,0,0,1160,1067,0,0,0,0),(40252,19511,553,1,1,0,1,13.7113,556.805,-18.1619,0.41887,86400,0,0,1,0,2,0,0,0),(40255,23102,530,1,1,0,0,-2418.7,4446.77,165.705,2.18166,120,0,0,1,0,0,0,0,0),(40256,23102,530,1,1,0,0,-2423.71,4453.52,165.695,0.575959,120,0,0,1,0,0,0,0,0),(40257,23102,530,1,1,0,0,-2426.57,4437.26,168.06,3.63028,120,0,0,1,0,0,0,0,0),(40258,23102,530,1,1,0,0,-2428.66,4460.05,166.321,0.767945,120,0,0,1,0,0,0,0,0),(40259,23102,530,1,1,0,0,-2432.38,4444.57,170.26,4.59022,120,0,0,1,0,0,0,0,0),(40260,23102,530,1,1,0,0,-2432.45,4434.58,170.946,0.820305,120,0,0,1,0,0,0,0,0),(40261,23102,530,1,1,0,0,-2432.75,4458.1,166.159,1.27409,120,0,0,1,0,0,0,0,0),(40262,23102,530,1,1,0,0,-2435.68,4440.87,171.7,4.04916,120,0,0,1,0,0,0,0,0),(40263,23102,530,1,1,0,0,-2443.7,4634.14,158.278,0,120,0,0,1,0,0,0,0,0),(40264,23102,530,1,1,0,0,-2466.94,4699.98,155.833,0,120,0,0,1,0,0,0,0,0),(40265,23102,530,1,1,0,0,-2482.24,4661.68,161.496,0,120,0,0,1,0,0,0,0,0),(40514,30215,571,1,4,0,0,7386.51,-2726.49,872.509,5.88176,300,0,0,4979,0,0,0,0,0),(40602,33614,530,1,1,0,0,-2263.47,5565.35,67.0937,2.80998,180,0,0,1,0,0,0,0,0),(40282,27791,571,1,1,0,1,3684.37,-1180.28,102.42,1.22173,120,0,0,1,0,0,0,0,0),(40269,6491,1,1,4294967295,0,0,-452.182,2513.69,92.8852,6.1809,300,0,0,4120,0,0,0,0,0),(40268,26932,571,1,1,0,0,4698.39,-4004.78,212.355,0.506145,300,0,0,1,0,0,0,0,0),(40270,26231,571,1,1,0,0,3981.04,7148.01,666.162,1.03702,120,0,0,1,0,2,0,0,0),(40272,28538,571,1,1,0,1,6207.94,4791.03,224.951,0.504098,120,0,0,1,0,0,0,0,0),(40273,28538,571,1,1,0,1,6209.31,4766.71,224.144,3.22886,120,0,0,1,0,0,0,0,0),(40274,28538,571,1,1,0,1,6177.88,4737.93,224.747,2.24767,120,0,0,1,0,0,0,0,0),(40275,28538,571,1,1,0,1,6185.42,4760.61,224.796,1.62316,120,0,0,1,0,0,0,0,0),(40276,28538,571,1,1,0,1,6195.94,4761.25,220.873,1.53589,120,0,0,1,0,0,0,0,0),(40277,28538,571,1,1,0,1,6231.93,4739.39,224.738,5.95606,120,0,0,1,0,0,0,0,0),(40278,28538,571,1,1,0,1,6208.1,4762.39,222.758,2.87979,120,0,0,1,0,0,0,0,0),(40451,28320,571,1,1,0,0,6177.58,4762.69,225.418,1.78024,120,0,0,1,0,0,0,0,0),(40452,28320,571,1,1,0,0,6236,4785.33,224.865,1.90241,120,0,0,1,0,0,0,0,0),(40453,28320,571,1,1,0,0,6218.78,4772.22,224.84,5.41052,120,0,0,1,0,0,0,0,0),(40454,28320,571,1,1,0,0,6191.46,4728.85,224.807,5.86431,120,0,0,1,0,0,0,0,0),(40455,28320,571,1,1,0,0,6206.62,4787.49,224.797,4.64258,120,0,0,1,0,0,0,0,0),(40456,28320,571,1,1,0,0,6185.58,4761.77,224.796,4.39823,120,0,0,1,0,0,0,0,0),(40457,28320,571,1,1,0,0,6226.41,4738,224.796,5.61996,120,0,0,1,0,0,0,0,0),(40458,28320,571,1,1,0,0,6206.94,4750.79,224.796,3.78736,120,0,0,1,0,0,0,0,0),(40459,28320,571,1,1,0,0,6238.17,4731.89,224.783,3.92699,120,0,0,1,0,0,0,0,0),(40460,28320,571,1,1,0,0,6177.83,4730.03,224.693,0.244346,120,0,0,1,0,0,0,0,0),(40461,28320,571,1,1,0,0,6168.2,4749.64,224.577,5.0091,120,0,0,1,0,0,0,0,0),(40462,28320,571,1,1,0,0,6242.58,4769.51,224.443,2.98451,120,0,0,1,0,0,0,0,0),(40466,28320,571,1,1,0,0,6217.79,4796.46,224.431,1.39626,120,0,0,1,0,0,0,0,0),(40467,28320,571,1,1,0,0,6254.19,4757.5,217.856,0.837758,120,0,0,1,0,0,0,0,0),(40469,28563,571,1,1,0,0,6203.26,4765.47,248.057,1.95477,120,0,0,1,0,0,0,0,0),(244564,36885,33,1,1,0,0,-207.869,2174.97,79.7664,0.661457,86400,0,0,1,0,0,0,0,0),(244563,38035,0,1,1,0,0,-51.7072,1147.06,66.2442,6.0002,60,0,0,1,0,0,0,0,0),(244562,38328,1,1,1,0,0,1776.14,-4507.72,27.7458,0.701323,300,0,0,1,0,0,0,0,0),(244561,38325,0,1,1,0,0,-8881.19,669.006,105.834,0.696214,300,0,0,1,0,0,0,0,0),(244560,38295,530,1,1,0,0,9585.78,-7182.34,14.2411,0.268784,300,0,0,1,0,0,0,0,0),(244559,38295,0,1,1,0,0,1637.74,256.223,62.5927,4.55312,300,0,0,1,0,0,0,0,0),(244558,38295,1,1,1,0,0,-1239.7,55.8489,127.02,0.969017,300,0,0,1,0,0,0,0,0),(244557,38293,0,1,1,0,0,-4932.9,-995.348,501.441,0.720067,300,0,0,1,0,0,0,0,0),(40603,33615,530,1,1,0,0,-2262.36,5567.8,67.0909,2.79253,180,0,0,1,0,0,0,0,0),(41320,33616,530,1,1,0,0,-2268.1,5563.18,67.0919,5.89921,180,0,0,1,0,0,0,0,0),(40489,3254,1,1,1,0,0,10.3997,-2316.44,92.1945,2.91896,120,0,0,1,0,0,0,0,0),(40490,3254,1,1,1,0,0,346.737,-2606.39,91.7917,1.5801,120,0,0,1,0,0,0,0,0),(40491,3254,1,1,1,0,0,83.0721,-2545.21,98.1077,1.86412,120,0,0,1,0,0,0,0,0),(40492,3254,1,1,1,0,0,-93.5336,-2287.08,92.3536,0.851801,120,0,0,1,0,0,0,0,0),(40493,3254,1,1,1,0,0,-619,-2738.23,91.9166,4.30322,120,0,0,1,0,0,0,0,0),(40494,3254,1,1,1,0,0,-491.298,-2473.44,93.6667,2.67003,120,0,0,1,0,0,0,0,0),(40495,3254,1,1,1,0,0,-614.952,-2721.66,93.8574,1.41206,120,0,0,1,0,0,0,0,0),(40496,3254,1,1,1,0,0,-617.486,-2710.46,96.7657,1.58208,120,0,0,1,0,0,0,0,0),(40497,26841,571,1,1,0,0,4690.29,859.291,154.127,2.91407,120,0,0,1,0,2,0,0,0),(40498,26841,571,1,1,0,0,4362.42,750.51,123.785,6.19437,120,0,0,1,0,2,0,0,0),(40499,26841,571,1,1,0,0,4191.03,645.821,109.687,0.40274,120,0,0,1,0,2,0,0,0),(40500,26841,571,1,1,0,0,4098.35,657.087,99.3644,5.18579,120,0,0,1,0,2,0,0,0),(40501,26841,571,1,1,0,0,4065.75,709.231,108.47,1.1535,120,0,0,1,0,2,0,0,0),(40502,26841,571,1,1,0,0,4012.9,495.488,82.1595,0.868402,120,0,0,1,0,2,0,0,0),(40503,26841,571,1,1,0,0,3941.6,552.974,144.099,0.0654611,120,0,0,1,0,2,0,0,0),(40504,26841,571,1,1,0,0,3995.59,447.609,88.5569,1.32096,120,0,0,1,0,2,0,0,0),(40505,26841,571,1,1,0,0,3869,707.384,134.338,4.69554,120,0,0,1,0,2,0,0,0),(244556,38293,1,1,1,0,0,9885.37,2494.31,1315.92,3.01351,300,0,0,1,0,0,0,0,0),(88335,30869,571,1,1,0,0,5102.75,2187.83,365.708,3.9968,120,0,0,1,0,0,0,0,0),(88352,30488,571,1,128,0,0,5370.43,2814.27,409.323,3.05433,120,0,0,1,0,0,0,0,0),(88353,30870,571,1,1,0,0,5023.4,3686.03,363.119,5.13127,120,0,0,1,0,0,0,0,0),(42153,32666,530,1,1,0,0,9830.2,-7389.71,13.688,5.53269,120,0,0,1,0,0,0,0,0),(42154,32667,530,1,1,0,0,9859.04,-7406.98,13.7113,1.65806,120,0,0,1,0,0,0,0,0),(42155,31144,530,1,1,0,0,9869.4,-7389.66,13.6902,3.90954,120,0,0,1,0,0,0,0,0),(42156,31144,530,1,1,0,0,9871.97,-7392.76,13.6818,3.35103,120,0,0,1,0,0,0,0,0),(42157,31146,530,1,1,0,0,9850.53,-7395.44,13.7222,4.69494,120,0,0,1,0,0,0,0,0),(1975181,34192,603,3,1,0,0,2826.61,2654.66,372.016,0,900,0,0,1,0,2,0,0,0),(1975180,34192,603,3,1,0,0,2741.47,2690.39,372.23,0,900,0,0,1,0,2,0,0,0),(1975179,34192,603,3,1,0,0,2654.94,2654.57,372.361,0,900,0,0,1,0,2,0,0,0),(1975178,34192,603,3,1,0,0,2620.08,2568.92,372.361,0,900,0,0,1,0,2,0,0,0),(40517,33611,530,1,1,0,0,-2260.64,5567.08,67.092,5.93412,180,0,0,1,0,0,0,0,0),(40516,33610,530,1,1,0,0,-2261.59,5564.54,67.095,5.93412,180,0,0,1,0,0,0,0,0),(40510,33609,530,1,1,0,0,-2262.64,5561.96,67.0948,5.89921,180,0,0,1,0,0,0,0,0),(40266,33608,530,1,1,0,0,-2263.63,5559.49,67.0918,5.91667,180,0,0,1,0,0,0,0,0),(244555,38066,0,1,1,0,0,-8867.86,652.647,97.0113,4.84704,300,0,0,955,0,0,0,0,0),(244554,38045,0,1,1,0,0,1630.48,236.085,63.2574,0.382657,300,0,0,42,0,0,0,0,0),(28648,17148,530,1,1,0,1,-2910.22,6473.03,82.4898,2.49669,300,0,0,5914,0,0,0,0,0),(4764,26796,576,2,1,0,1,424.547,185.962,-34.9367,4.72984,86400,0,0,1,0,0,0,0,0),(41674,33617,530,1,1,0,0,-2266.98,5565.78,67.0927,5.89921,180,0,0,1,0,0,0,0,0),(41723,33618,530,1,1,0,0,-2265.86,5568.36,67.0911,5.84685,180,0,0,1,0,0,0,0,0),(41775,33619,530,1,1,0,0,-2267.52,5569.19,67.0896,2.74017,180,0,0,1,0,0,0,0,0),(41779,33621,530,1,1,0,0,-2269.93,5564.2,67.09,2.75762,180,0,0,1,0,0,0,0,0),(41780,33623,530,1,1,0,0,-2268.81,5566.68,67.0905,2.74017,180,0,0,1,0,0,0,0,0),(41814,33089,603,3,16,0,0,1649.44,-319.813,418.394,1.0821,10,20,0,1,0,1,0,0,0),(41819,33089,603,3,16,0,0,1615.06,-291.682,417.78,3.49066,10,20,0,1,0,1,0,0,0),(41876,23101,530,1,1,0,1,-480.499,7499.03,181.289,3.56047,120,0,0,1,0,0,0,0,0),(41877,34365,571,1,1,0,0,5716.6,642.861,646.293,5.88176,120,0,0,1,0,0,0,0,0),(42158,38453,571,1,1,0,0,3561.82,-2736.37,136.032,0,39600,0,0,1,0,0,0,0,0),(42159,35189,571,1,1,0,0,7101.85,-1443.73,924.261,0.178631,39600,0,0,1,0,0,0,0,0),(1970923,27747,595,3,1,0,1,1873.36,1268.36,144.561,1.55334,300,0,0,10080,8814,0,0,0,0),(1970922,27747,595,3,1,0,1,1878.1,1268.57,144.42,1.79769,300,0,0,10080,8814,0,0,0,0),(1970921,27746,595,3,1,0,1,1866.84,1298.29,146.233,4.66003,300,0,0,12600,0,0,0,0,0),(1970920,27746,595,3,1,0,1,1862.23,1266.77,145.008,1.46608,300,0,0,12600,0,0,0,0,0),(1970919,27746,595,3,1,0,1,1858.01,1266.9,145.277,1.53589,300,0,0,12600,0,0,0,0,0),(1970918,27746,595,3,1,0,1,1860.98,1298.57,145.97,4.66003,300,0,0,12600,0,0,0,0,0),(1970917,27746,595,3,1,0,1,1849.99,1267.11,145.706,1.44862,300,0,0,12600,0,0,0,0,0),(1970916,27746,595,3,1,0,1,1854.03,1267.05,145.5,1.55334,300,0,0,12600,0,0,0,0,0),(1970915,27745,595,3,1,0,1,1845.58,1272.22,144.815,1.50098,300,0,0,12600,0,0,0,0,0),(1970914,27745,595,3,1,0,1,1865.2,1292.56,145.297,4.62512,300,0,0,12600,0,0,0,0,0),(1970913,27745,595,3,1,0,1,1859.01,1292.22,145.239,4.7473,300,0,0,12600,0,0,0,0,0),(1970911,27745,595,3,1,0,1,1896.66,1276.79,144.026,1.5708,300,0,0,12600,0,0,0,0,0),(1970912,27745,595,3,1,0,1,1902.72,1276.73,143.809,1.78024,300,0,0,12600,0,0,0,0,0),(1970910,27745,595,3,1,0,1,1853.45,1291.8,145.002,4.79966,300,0,0,12600,0,0,0,0,0),(1970909,27745,595,3,1,0,1,2046.86,1293.33,143.132,4.7822,300,0,0,12600,0,0,0,0,0),(1970908,27745,595,3,1,0,1,2041.97,1281.66,143.554,1.62316,300,0,0,12600,0,0,0,0,0),(1970907,27745,595,3,1,0,1,2046.71,1281.91,143.321,1.51844,300,0,0,12600,0,0,0,0,0),(1970906,27745,595,3,1,0,1,2042.13,1293.14,143.336,4.64258,300,0,0,12600,0,0,0,0,0),(1970905,27745,595,3,1,0,1,1872.02,1292.99,145.134,4.7822,300,0,0,12600,0,0,0,0,0),(1970904,27745,595,3,1,0,1,1853.78,1272.17,144.605,1.48353,300,0,0,12600,0,0,0,0,0),(1970903,27745,595,3,1,0,1,1862.39,1272.2,144.483,1.50098,300,0,0,12600,0,0,0,0,0),(1970902,27745,595,3,1,0,1,1871.08,1272.27,144.368,1.67552,300,0,0,12600,0,0,0,0,0),(1970901,27745,595,3,1,0,1,1885.96,1293.62,144.286,4.55531,300,0,0,12600,0,0,0,0,0),(1970900,27745,595,3,1,0,1,1890.86,1276.52,143.972,1.41372,300,0,0,12600,0,0,0,0,0),(1970899,27745,595,3,1,0,1,1878.83,1293.39,144.713,4.62512,300,0,0,12600,0,0,0,0,0),(1970898,30561,595,3,1,0,0,1563.3,592.68,99.8856,-1.37934,300,0,0,8982,0,0,0,0,0),(1970896,30556,595,3,1,0,0,1553.45,608.264,106.743,-1.33571,300,0,0,8982,0,0,0,0,0),(1970897,30557,595,3,1,0,0,1567.33,594.131,106.816,6.10865,300,0,0,8982,0,0,0,0,0),(1970895,30555,595,3,1,0,0,1552.23,607.222,106.743,-0.628846,300,0,0,8982,0,0,0,0,0),(1970894,30554,595,3,1,0,0,1556.6,613.462,99.8785,0.549248,300,0,0,8982,0,0,0,0,0),(1970893,27737,595,3,1,0,0,2309.67,1306.52,127.604,0.471632,300,10,0,630,0,1,0,0,0),(1970892,27737,595,3,1,0,0,2291.54,1316.46,126.16,4.00079,300,10,0,630,0,1,0,0,0),(1970891,27737,595,3,1,0,0,2300.21,1337.34,124.823,5.79717,300,10,0,630,0,1,0,0,0),(1970890,27737,595,3,1,0,0,2321.17,1296.89,130.084,0.726647,300,10,0,630,0,1,0,0,0),(1970889,27737,595,3,1,0,0,2306.42,1353.43,127.095,4.46804,300,10,0,630,0,1,0,0,0),(1970888,27737,595,3,1,0,0,2570.74,1141.07,127.093,3.0507,300,10,0,630,0,1,0,0,0),(1970887,27737,595,3,1,0,0,2309.96,1370.82,128.682,3.28122,300,10,0,630,0,1,0,0,0),(1970886,27737,595,3,1,0,0,2305.03,1326.52,125.454,1.88482,300,10,0,630,0,1,0,0,0),(1970885,27737,595,3,1,0,0,2319.53,1284.53,131.669,2.37491,300,10,0,630,0,1,0,0,0),(1970884,27737,595,3,1,0,0,2292.53,1328.92,124.548,0.150979,300,10,0,630,0,1,0,0,0),(1970883,27737,595,3,1,0,0,2276.88,1332.92,124.341,2.77098,300,10,0,630,0,1,0,0,0),(1970882,27737,595,3,1,0,0,2336.01,1258.51,133.073,5.1412,300,10,0,630,0,1,0,0,0),(88570,28161,571,1,1,0,0,5199.81,4704.83,-128.299,1.70125,5,0,0,1,0,0,0,0,0),(88571,28161,571,1,1,0,0,5201.71,4702.48,-127.837,1.53589,5,0,0,1,0,0,0,0,0),(88572,28161,571,1,1,0,0,5198.13,4702.78,-127.553,1.79769,5,0,0,1,0,0,0,0,0),(88573,28161,571,1,1,0,0,5198.32,4704.38,-127.999,1.06465,5,0,0,1,0,0,0,0,0),(88574,28161,571,1,1,0,0,5201.74,4704.67,-128.475,4.55531,5,0,0,1,0,0,0,0,0),(88575,28161,571,1,1,0,0,5251.44,4508.98,-85.3043,4.30477,5,0,0,1,0,0,0,0,0),(88576,28161,571,1,1,0,0,5251.71,4511.78,-85.3294,1.64061,5,0,0,1,0,0,0,0,0),(88577,28161,571,1,1,0,0,5251.12,4509.74,-85.3294,4.88692,5,0,0,1,0,0,0,0,0),(88578,28161,571,1,1,0,0,5252.79,4509.77,-85.3252,0.785398,5,0,0,1,0,0,0,0,0),(88579,28161,571,1,1,0,0,5253.68,4511.42,-85.3276,2.35619,5,0,0,1,0,0,0,0,0),(88580,28161,571,1,1,0,0,5254.17,4514.63,-84.9657,0.40968,5,0,0,1,0,0,0,0,0),(88581,28161,571,1,1,0,0,5252.1,4514.87,-85.3263,4.36332,5,0,0,1,0,0,0,0,0),(88582,28161,571,1,1,0,0,5251.64,4513.41,-85.3294,3.49066,5,0,0,1,0,0,0,0,0),(88583,28161,571,1,1,0,0,5253.29,4513.11,-85.3294,3.03687,5,0,0,1,0,0,0,0,0),(88584,28161,571,1,1,0,0,5253.49,4514.76,-85.3133,3.71755,5,0,0,1,0,0,0,0,0),(88585,28161,571,1,1,0,0,5251.16,4518.32,-85.3019,1.59237,5,0,0,1,0,0,0,0,0),(88586,28161,571,1,1,0,0,5250.38,4516.64,-85.3257,5.044,5,0,0,1,0,0,0,0,0),(88587,28161,571,1,1,0,0,5251.16,4515.29,-85.3294,4.69494,5,0,0,1,0,0,0,0,0),(88588,28161,571,1,1,0,0,5252.27,4516.41,-85.309,0.523599,5,0,0,1,0,0,0,0,0),(88589,28161,571,1,1,0,0,5251.69,4517.86,-85.3243,4.59022,5,0,0,1,0,0,0,0,0),(88590,28161,571,1,1,0,0,5262.68,4528.74,-84.4747,4.71839,5,0,0,1,0,0,0,0,0),(88591,28161,571,1,1,0,0,5256.91,4480.62,-84.2688,4.92722,5,0,0,1,0,0,0,0,0),(88592,28161,571,1,1,0,0,5298.6,4489.71,-93.6516,6.16371,5,0,0,1,0,0,0,0,0),(88593,28161,571,1,1,0,0,5192.67,4513.66,-89.1246,1.29924,5,0,0,1,0,0,0,0,0),(88594,28161,571,1,1,0,0,5228.78,4579.8,-96.9865,0.0576659,5,0,0,1,0,0,0,0,0),(88595,28161,571,1,1,0,0,5230.25,4433.14,-96.8257,5.13569,5,0,0,1,0,0,0,0,0),(88596,28161,571,1,1,0,0,5180.04,4541.38,-97.8488,0.220864,5,0,0,1,0,0,0,0,0),(88597,28161,571,1,1,0,0,5178.56,4538.96,-97.5451,0.977107,5,0,0,1,0,0,0,0,0),(88598,28161,571,1,1,0,0,5272.98,4417.03,-96.5036,0.904443,5,0,0,1,0,0,0,0,0),(88599,28161,571,1,1,0,0,5214.51,4416.2,-96.5307,2.86228,5,0,0,1,0,0,0,0,0),(88600,28161,571,1,1,0,0,5160.12,4475,-96.9689,4.49975,5,0,0,1,0,0,0,0,0),(88601,28161,571,1,1,0,0,5263.54,4409.12,-95.8789,1.5708,5,0,0,1,0,0,0,0,0),(88602,28161,571,1,1,0,0,5234.17,4404.6,-95.1273,1.03155,5,0,0,1,0,0,0,0,0),(88603,28161,571,1,1,0,0,5297.8,4493.68,-93.6516,5.5253,5,0,0,1,0,0,0,0,0),(88604,28161,571,1,1,0,0,5260.11,4340.58,-97.6109,1.9428,5,0,0,1,0,0,0,0,0),(88605,28161,571,1,1,0,0,5208.49,4379.11,-95.4948,0.667552,5,0,0,1,0,0,0,0,0),(88606,28161,571,1,1,0,0,5172.74,4368.67,-96.2796,0.876683,5,0,0,1,0,0,0,0,0),(88607,28161,571,1,1,0,0,5223.49,4467.19,-96.7562,4.72338,5,0,0,1,0,0,0,0,0),(88608,28161,571,1,1,0,0,5220.97,4469.76,-96.7558,5.18397,5,0,0,1,0,0,0,0,0),(88609,28161,571,1,1,0,0,5221.42,4473.14,-96.7554,4.98181,5,0,0,1,0,0,0,0,0),(88610,28161,571,1,1,0,0,5221.42,4473.14,-96.7554,5.49084,5,0,0,1,0,0,0,0,0),(88611,28161,571,1,1,0,0,5221.83,4470.71,-96.5759,5.31517,5,0,0,1,0,0,0,0,0),(88612,28161,571,1,1,0,0,5151.08,4416.43,-96.3864,2.06668,5,0,0,1,0,0,0,0,0),(88613,28161,571,1,1,0,0,5281.58,4425.19,-96.7995,4.45059,5,0,0,1,0,0,0,0,0),(88614,28161,571,1,1,0,0,5257.17,4424.23,-95.6284,3.9968,5,0,0,1,0,0,0,0,0),(42161,34526,1,1,1,0,1,-1050.05,-286.727,159.114,5.95157,120,0,0,1,0,0,0,0,0); -INSERT INTO `creature` VALUES (134719,30203,571,1,2,0,0,6903.22,430.778,471.764,3.56047,300,0,0,1,0,0,0,0,0),(134720,30203,571,1,2,0,0,6881.51,391.672,471.771,1.93731,300,0,0,1,0,0,0,0,0),(134721,30203,571,1,2,0,0,6877.89,665.768,425.523,1.29154,300,0,0,1,0,0,0,0,0),(134722,30203,571,1,2,0,0,6553.27,579.069,419.185,3.90954,300,0,0,1,0,0,0,0,0),(134723,30203,571,1,2,0,0,6560.22,584.094,419.185,0.645772,300,0,0,1,0,0,0,0,0),(134724,30203,571,1,2,0,0,6747.13,456.848,419.284,1.39626,300,0,0,1,0,0,0,0,0),(134725,30203,571,1,2,0,0,7062.78,521.156,526.362,5.75959,300,0,0,1,0,0,0,0,0),(134726,30203,571,1,2,0,0,7068.11,477.927,530.313,0.558505,300,0,0,1,0,0,0,0,0),(134727,30203,571,1,2,0,0,6689.02,570.998,424.525,3.9968,300,0,0,1,0,0,0,0,0),(134728,30203,571,1,2,0,0,6745.99,449.016,419.284,4.4855,300,0,0,1,0,0,0,0,0),(134729,30203,571,1,2,0,0,6809.11,843.341,381.335,3.23154,300,0,0,1,0,2,0,0,0),(134730,30203,571,1,2,0,0,6901.58,727.055,420.546,3.24233,300,0,0,1,0,2,0,0,0),(134731,30203,571,1,2,0,0,7002.27,602.799,476.138,5.93303,300,0,0,1,0,2,0,0,0),(134732,30543,571,1,128,0,0,6879.92,493.899,467.957,1.67552,300,0,0,1,0,0,0,0,0),(134733,30543,571,1,128,0,0,6916.07,467.629,468.799,0.977384,300,0,0,1,0,0,0,0,0),(134734,30543,571,1,128,0,0,6858.02,453.902,471.767,4.7822,300,0,0,1,0,0,0,0,0),(134735,30543,571,1,128,0,0,6835.59,414.643,471.77,0.802851,300,0,0,1,0,0,0,0,0),(134736,30543,571,1,128,0,0,6903.22,430.778,471.764,3.56047,300,0,0,1,0,0,0,0,0),(134737,30543,571,1,128,0,0,6881.51,391.672,471.771,1.93731,300,0,0,1,0,0,0,0,0),(134738,30543,571,1,128,0,0,6877.89,665.768,425.523,1.29154,300,0,0,1,0,0,0,0,0),(134739,30543,571,1,128,0,0,6553.27,579.069,419.185,3.90954,300,0,0,1,0,0,0,0,0),(134740,30543,571,1,128,0,0,6560.22,584.094,419.185,0.645772,300,0,0,1,0,0,0,0,0),(134741,30543,571,1,128,0,0,6747.13,456.848,419.284,1.39626,300,0,0,1,0,0,0,0,0),(134742,30543,571,1,128,0,0,7062.78,521.156,526.362,5.75959,300,0,0,1,0,0,0,0,0),(134743,30543,571,1,128,0,0,7068.11,477.927,530.313,0.558505,300,0,0,1,0,0,0,0,0),(134744,30543,571,1,128,0,0,6689.02,570.998,424.525,3.9968,300,0,0,1,0,0,0,0,0),(134745,30543,571,1,128,0,0,6745.99,449.016,419.284,4.4855,300,0,0,1,0,0,0,0,0),(134746,30543,571,1,128,0,0,6809.11,843.341,381.335,3.23154,300,0,0,1,0,2,0,0,0),(134747,30543,571,1,128,0,0,6901.58,727.055,420.546,3.24233,300,0,0,1,0,2,0,0,0),(134748,30543,571,1,128,0,0,7002.27,602.799,476.138,5.93303,300,0,0,1,0,2,0,0,0),(134749,30202,571,1,128,0,0,6770.55,386.311,421.153,2.7317,300,5,0,1,0,1,0,0,0),(134750,30202,571,1,128,0,0,6655.04,328.894,442.276,0.929563,300,5,0,1,0,1,0,0,0),(134751,30202,571,1,128,0,0,6448.62,618.154,432.265,2.1122,300,5,0,1,0,1,0,0,0),(134752,30202,571,1,128,0,0,6471.01,562.99,438.4,3.5549,300,5,0,1,0,1,0,0,0),(134753,30202,571,1,128,0,0,6448.03,608.829,433.982,1.32629,300,5,0,1,0,1,0,0,0),(134754,30202,571,1,128,0,0,6526.88,512.588,412.274,2.77181,300,5,0,1,0,1,0,0,0),(134755,30202,571,1,128,0,0,6513.35,523.34,415.136,0.501217,300,5,0,1,0,1,0,0,0),(134756,30202,571,1,128,0,0,6556.12,636.946,408.191,1.22528,300,5,0,1,0,1,0,0,0),(134757,30202,571,1,128,0,0,6697.52,476.907,401.588,2.99677,300,5,0,1,0,1,0,0,0),(134758,30202,571,1,128,0,0,6704.82,441.489,406.499,3.35221,300,5,0,1,0,1,0,0,0),(134759,30202,571,1,128,0,0,6723.74,417.997,412.953,4.18409,300,5,0,1,0,1,0,0,0),(134760,30202,571,1,128,0,0,6644.93,422.78,401.853,3.19711,300,5,0,1,0,1,0,0,0),(134761,30202,571,1,128,0,0,6654.72,492.468,398.206,2.81552,300,5,0,1,0,1,0,0,0),(134762,30202,571,1,128,0,0,6630.65,458.047,398.995,5.84132,300,5,0,1,0,1,0,0,0),(134763,30202,571,1,128,0,0,6661.41,584.323,408.676,0.785398,300,5,0,1,0,1,0,0,0),(134764,30202,571,1,128,0,0,6518.07,616.422,410.051,2.1325,300,5,0,1,0,1,0,0,0),(134765,30202,571,1,128,0,0,6514.78,664.2,399.383,0.291176,300,5,0,1,0,1,0,0,0),(134766,30202,571,1,128,0,0,6563.32,539.29,404.559,0.919091,300,5,0,1,0,1,0,0,0),(134767,30202,571,1,128,0,0,6617.92,519.797,396.795,1.55615,300,5,0,1,0,1,0,0,0),(134768,30202,571,1,128,0,0,6643.92,633.926,404.904,1.84373,300,5,0,1,0,1,0,0,0),(134769,30202,571,1,128,0,0,6592.97,620.213,408.135,1.80125,300,5,0,1,0,1,0,0,0),(134770,30202,571,1,128,0,0,6707.83,535.834,405.493,5.84095,300,5,0,1,0,1,0,0,0),(134771,30202,571,1,128,0,0,6758.07,512.831,410.903,2.78648,300,5,0,1,0,1,0,0,0),(134772,30202,571,1,128,0,0,6764.6,535.115,415.201,3.48219,300,5,0,1,0,1,0,0,0),(134773,30202,571,1,128,0,0,6669.68,527.603,401.525,5.13205,300,5,0,1,0,1,0,0,0),(134774,30202,571,1,128,0,0,6613,590.876,403.789,2.88047,300,5,0,1,0,1,0,0,0),(134775,30202,571,1,128,0,0,6545.45,535.57,407.359,1.50529,300,5,0,1,0,1,0,0,0),(134776,30202,571,1,128,0,0,6623.12,684.658,405.968,4.4761,300,5,0,1,0,1,0,0,0),(134777,30202,571,1,128,0,0,6584.43,679.969,406.644,2.11574,300,5,0,1,0,1,0,0,0),(134778,30202,571,1,128,0,0,6576.55,460.06,408.104,0.763302,300,5,0,1,0,1,0,0,0),(134779,30202,571,1,128,0,0,6606.58,489.339,398.158,5.60417,300,5,0,1,0,1,0,0,0),(134780,30202,571,1,128,0,0,6563.66,505.381,403.489,0.430917,300,5,0,1,0,1,0,0,0),(134781,30202,571,1,128,0,0,6579.71,401.572,416.112,6.10437,300,5,0,1,0,1,0,0,0),(134782,30202,571,1,128,0,0,6632.51,382.456,412.855,5.91518,300,5,0,1,0,1,0,0,0),(134783,30202,571,1,128,0,0,6721.48,346.299,424.582,5.91108,300,5,0,1,0,1,0,0,0),(134784,30202,571,1,128,0,0,6657.63,385.761,411.832,2.05191,300,5,0,1,0,1,0,0,0),(134785,30202,571,1,128,0,0,6709.57,384.33,414.698,3.57468,300,5,0,1,0,1,0,0,0),(134786,30202,571,1,128,0,0,6722.58,492.852,405.603,5.6035,300,5,0,1,0,1,0,0,0),(134787,30544,571,1,2,0,0,6962.62,734.955,445.296,4.4855,300,0,0,1,0,0,0,0,0),(134788,30544,571,1,2,0,0,7056.29,572.491,497.073,2.23402,300,0,0,1,0,0,0,0,0),(134789,30544,571,1,2,0,0,7005.75,714.752,468.614,3.07178,300,0,0,1,0,0,0,0,0),(134790,30544,571,1,2,0,0,6809.11,843.341,381.335,5.7554,300,0,0,1,0,0,0,0,0),(134791,30544,571,1,2,0,0,6437.59,604.262,439.155,0.369627,300,0,0,1,0,2,0,0,0),(134793,30544,571,1,2,0,0,7002.27,602.799,476.138,5.7192,300,0,0,1,0,0,0,0,0),(134794,30541,571,1,128,0,0,6962.62,734.955,445.296,4.4855,300,0,0,1,0,0,0,0,0),(134795,30541,571,1,128,0,0,7056.29,572.491,497.073,2.23402,300,0,0,1,0,0,0,0,0),(134796,30541,571,1,128,0,0,7005.75,714.752,468.614,3.07178,300,0,0,1,0,0,0,0,0),(134797,30541,571,1,128,0,0,6760.42,515.039,411.837,3.66099,300,0,0,1,0,2,0,0,0),(134798,30541,571,1,128,0,0,6809.11,843.341,381.335,5.7554,300,0,0,1,0,0,0,0,0),(134799,30541,571,1,128,0,0,7002.27,602.799,476.138,5.7192,300,0,0,1,0,0,0,0,0),(134800,30541,571,1,128,0,0,6769.89,628.623,425.97,-1.65443,300,0,0,1,0,2,0,0,0),(134801,30541,571,1,128,0,0,6697.87,429.598,406.569,1.77104,300,0,0,1,0,2,0,0,0),(134802,30541,571,1,128,0,0,6437.59,604.262,439.155,0.369627,300,0,0,1,0,2,0,0,0),(134803,30541,571,1,128,0,0,6622.62,585.661,402.875,5.61246,300,0,0,1,0,2,0,0,0),(134804,30541,571,1,128,0,0,6710.23,685.938,408.296,3.24837,300,0,0,1,0,2,0,0,0),(134805,30541,571,1,128,0,0,6575.6,465.094,407.446,2.69257,300,0,0,1,0,2,0,0,0),(134806,30541,571,1,128,0,0,6641.92,396.595,408.673,2.55359,300,0,0,1,0,2,0,0,0),(134807,30482,571,1,128,0,0,7059.52,455.611,581.574,3.35148,300,0,0,1,0,2,0,0,0),(134808,30482,571,1,128,0,0,7009.05,544.408,610.468,3.23607,300,0,0,1,0,2,0,0,0),(134809,30482,571,1,128,0,0,6804.5,702.568,436.191,0.0303077,300,0,0,1,0,2,0,0,0),(134810,30482,571,1,128,0,0,6799.31,642.302,459.819,3.88908,300,0,0,1,0,2,0,0,0),(134811,30482,571,1,128,0,0,6753.66,410.408,446.625,3.19529,300,0,0,1,0,2,0,0,0),(134812,30482,571,1,128,0,0,6597.14,566.743,445.037,1.40898,300,0,0,1,0,2,0,0,0),(134813,30482,571,1,128,0,0,6596.2,564.031,445.111,4.27718,300,0,0,1,0,2,0,0,0),(134814,30482,571,1,128,0,0,6559.29,413.281,462.263,6.13325,300,0,0,1,0,2,0,0,0),(134815,30333,571,1,2,0,0,6150.52,147.111,372.771,0.19799,300,7,0,1,0,1,0,0,0),(134816,30333,571,1,2,0,0,6212.45,130.205,377.827,0.65745,300,7,0,1,0,1,0,0,0),(134817,30333,571,1,2,0,0,6110.95,83.3647,371.154,1.23079,300,7,0,1,0,1,0,0,0),(134818,30333,571,1,2,0,0,6047.24,178.537,353.744,5.32271,300,7,0,1,0,1,0,0,0),(134819,30333,571,1,2,0,0,6182.75,199.942,380.135,4.99677,300,7,0,1,0,1,0,0,0),(134820,30333,571,1,2,0,0,6219.04,236.114,388.062,5.13421,300,7,0,1,0,1,0,0,0),(134821,30333,571,1,2,0,0,6421.11,188.233,395.622,2.24787,300,7,0,1,0,1,0,0,0),(134822,30333,571,1,2,0,0,6351.04,91.0497,392.078,1.96905,300,7,0,1,0,1,0,0,0),(134823,30333,571,1,2,0,0,6264.5,147.837,383.336,2.34604,300,7,0,1,0,1,0,0,0),(134824,30205,571,1,2,0,0,6278.39,199.643,385.989,5.37753,300,0,0,1,0,0,0,0,0),(134825,30205,571,1,2,0,0,6229.35,133.399,379.962,3.75961,300,0,0,1,0,0,0,0,0),(134826,30205,571,1,2,0,0,6087.06,136.313,367.117,4.82775,300,0,0,1,0,0,0,0,0),(134827,30205,571,1,2,0,0,6127.61,172.506,370.653,6.19042,300,0,0,1,0,0,0,0,0),(134828,30205,571,1,2,0,0,6149.88,220.21,379.919,5.36103,300,0,0,1,0,0,0,0,0),(134829,30205,571,1,2,0,0,6422.21,148.303,395.89,1.96418,300,0,0,1,0,0,0,0,0),(134830,30205,571,1,2,0,0,6375.82,81.6361,394.968,2.33725,300,0,0,1,0,0,0,0,0),(134831,30205,571,1,2,0,0,6333.33,29.0626,389.581,1.50865,300,0,0,1,0,0,0,0,0),(134832,30205,571,1,2,0,0,6130.47,172.082,370.963,5.69578,300,0,0,1,0,0,0,0,0),(77833,21195,530,1,1,0,0,-2486.92,1326.49,64.4239,5.31872,300,5,0,6116,0,1,0,0,0),(77832,21195,530,1,1,0,0,-2506.78,1190.22,55.9496,4.15084,300,5,0,6116,0,1,0,0,0),(42569,27714,571,1,1,25331,0,3665.61,-1209.41,102.42,4.20624,120,0,0,8982,0,0,0,0,0),(42570,27714,571,1,1,25331,0,3660.56,-1207.09,102.42,4.29351,120,0,0,8982,0,0,0,0,0),(42663,27714,571,1,1,25331,0,3677.01,-1174.46,102.337,1.16937,120,0,0,8982,0,0,0,0,0),(42664,27714,571,1,1,25331,0,3682.87,-1177.18,102.476,1.16937,120,0,0,8982,0,0,0,0,0),(42879,25378,571,1,3,0,1,4121.24,3708.38,92.6653,1.86447,180,0,0,1,0,0,0,0,0),(42878,25378,571,1,3,0,1,4133.34,3743.31,92.6702,3.47429,180,0,0,1,0,0,0,0,0),(42877,25378,571,1,3,0,1,4101.93,3761.12,92.6647,4.90959,180,0,0,1,0,0,0,0,0),(42572,30469,571,1,1,0,1,7620.37,-1609.42,969.651,0.767944,120,0,0,12600,0,0,0,0,0),(85656,23118,530,1,1,0,0,2764.71,7024.45,370.203,0,300,0,0,42,0,0,0,33554432,0),(42613,28114,571,1,1,0,1,6165,5092.98,-97.2936,0.750492,120,0,0,117700,3809,0,0,0,0),(42887,28013,571,1,1,0,0,2488.86,-400.017,19.0803,2.99498,300,0,0,42,0,0,0,33554432,0),(42888,28013,571,1,1,0,0,2458.96,-401.066,20.7778,0.108631,300,0,0,42,0,0,0,33554432,0),(138125,17398,542,3,1,0,1,345.078,202.309,11.6826,4.90708,86400,0,0,6963,0,0,0,0,0),(138124,17398,542,3,1,0,1,314.478,195.642,11.6815,5.01966,86400,0,0,6963,0,0,0,0,0),(138123,17381,542,3,1,0,0,327.17,137.816,9.61546,4.72121,86400,0,0,38722,0,0,0,0,0),(138196,17370,542,3,1,0,1,372.443,187.252,9.59815,3.08144,86400,0,0,14958,0,2,0,0,0),(138193,17491,542,3,1,0,1,301.987,172.031,9.61921,0.398146,86400,0,0,7479,0,0,0,0,0),(138195,17370,542,3,1,0,1,372.443,191.252,9.59815,3.3214,86400,0,0,14958,0,2,0,0,0),(138186,17626,542,3,1,0,1,343.075,57.8455,9.6156,0,86400,0,0,14958,0,0,0,0,0),(138187,17624,542,3,1,0,1,327.255,54.8455,9.61645,0,86400,0,0,16023,0,2,0,0,0),(138121,17414,542,3,1,0,1,352.426,85.7746,9.6222,6.27838,86400,0,0,10472,5875,0,0,0,0),(138190,17414,542,3,1,0,1,346.54,96.449,9.6201,2.21792,86400,0,0,10472,5875,0,0,0,0),(138122,17414,542,3,1,0,1,302.425,61.1739,9.61642,3.14962,86400,0,0,10472,5875,0,0,0,0),(138185,17414,542,3,1,0,1,328.075,76.9842,9.61402,5.19851,86400,0,0,10472,5875,0,0,0,0),(138239,17477,542,3,1,0,0,433.797,-90.9604,9.62448,1.93317,86400,0,0,4126,9944,0,0,0,0),(138247,18894,542,3,1,0,1,355.299,-163.451,-25.5338,6.16881,86400,0,0,14958,0,0,0,0,0),(138244,17477,542,3,1,0,0,423.255,-96.3954,9.61869,1.21688,86400,0,0,4126,9944,0,0,0,0),(138172,17626,542,3,1,0,1,279.674,1.44232,8.11077,3.8723,86400,0,0,14958,0,0,0,0,0),(138170,17626,542,3,1,0,1,250.468,-24.7817,6.95538,4.23202,86400,0,0,14958,0,0,0,0,0),(138156,17397,542,3,1,0,0,29.672,-80.5135,-40.787,4.36738,86400,0,0,11965,2486,0,0,0,0),(138150,17397,542,3,1,0,0,-12.9018,-81.3588,-41.3358,5.36252,86400,0,0,11965,2486,0,0,0,0),(138153,17397,542,3,1,0,0,6.99569,-89.3037,-41.3305,1.28394,86400,0,0,11965,2486,0,0,0,0),(138151,17397,542,3,1,0,0,-9.04048,-88.5931,-41.3341,1.99081,86400,0,0,11965,2486,0,0,0,0),(138155,17477,542,3,1,0,0,8.90866,-85.0585,-41.3294,1.02944,86400,0,0,4126,9944,0,0,0,0),(138154,17397,542,3,1,0,0,10.3856,-81.342,-41.3294,4.24882,86400,0,0,11965,2486,0,0,0,0),(138115,17380,542,3,1,0,0,455.336,-1.82919,9.6299,1.43117,86400,0,0,30960,18468,0,0,0,0),(138114,17370,542,3,1,0,1,7.83757,-54.6224,-41.258,1.62316,86400,0,0,14958,0,0,0,0,0),(138113,17370,542,3,1,0,1,-4.06964,-56.7616,-41.258,1.41372,86400,0,0,14958,0,0,0,0,0),(138112,17370,542,3,1,0,1,49.3209,-93.3478,-40.1855,2.86234,86400,0,0,14958,0,0,0,0,0),(138111,17370,542,3,1,0,1,49.2232,-75.6242,-40.1856,2.98451,86400,0,0,14958,0,0,0,0,0),(138110,17256,542,3,1,0,1,369.461,-118.757,-137.368,2.54818,86400,0,0,152964,1016100,0,0,0,0),(138109,17256,542,3,1,0,1,369.15,-55.5658,-137.368,3.71755,86400,0,0,152964,1016100,0,0,0,0),(138108,17256,542,3,1,0,1,307.784,-31.8502,-137.368,4.95674,86400,0,0,152964,1016100,0,0,0,0),(138107,17256,542,3,1,0,1,274.133,-87.1647,-137.368,0.017453,86400,0,0,152964,1016100,0,0,0,0),(138106,17256,542,3,1,0,1,308.203,-141.769,-137.368,1.36136,86400,0,0,152964,1016100,0,0,0,0),(85657,23119,530,1,1,0,0,2764.71,7024.45,370.203,0,300,0,0,6986,0,0,0,33554432,0),(85658,23118,530,1,1,0,0,2786.61,7036.28,370.686,0,300,0,0,42,0,0,0,33554432,0),(85659,23119,530,1,1,0,0,2786.61,7036.28,370.686,0,300,0,0,6986,0,0,0,33554432,0),(85660,23118,530,1,1,0,0,2824.71,7044.79,369.877,0,300,0,0,42,0,0,0,33554432,0),(85661,23119,530,1,1,0,0,2824.71,7044.79,369.877,0,300,0,0,6986,0,0,0,33554432,0),(85662,23076,530,1,1,0,0,2775.81,7030.75,370.337,1.85606,300,0,0,22140,0,0,0,0,0),(85663,23076,530,1,1,0,0,2933.28,7103.93,369.209,2.58129,300,0,0,21543,0,0,0,0,0),(85664,23119,530,1,1,0,0,2940.82,7107.17,370.115,4.65944,300,0,0,6986,0,0,0,33554432,0),(85665,23118,530,1,1,0,0,2940.82,7107.17,370.115,4.65944,300,0,0,42,0,0,0,33554432,0),(85666,23118,530,1,1,0,0,2825.11,7024.05,369.982,5.69617,300,0,0,42,0,0,0,33554432,0),(85667,23119,530,1,1,0,0,2825.11,7024.05,369.982,5.69617,300,0,0,6986,0,0,0,33554432,0),(85668,23076,530,1,1,0,0,2834.14,7018.43,368.459,5.42992,300,0,0,21543,0,0,0,0,0),(85669,23119,530,1,1,0,0,2938.84,7094.48,371.493,0.242375,300,0,0,6986,0,0,0,33554432,0),(85670,23118,530,1,1,0,0,2938.84,7094.48,371.493,0.242375,300,0,0,42,0,0,0,33554432,0),(85671,23076,530,1,1,0,0,2925.49,7021.72,367.007,3.59446,300,0,0,22140,0,0,0,0,0),(85672,23119,530,1,1,0,0,2924.84,7031.46,367.857,4.26205,300,0,0,6986,0,0,0,33554432,0),(85673,23118,530,1,1,0,0,2924.84,7031.46,367.857,4.26205,300,0,0,42,0,0,0,33554432,0),(85674,23119,530,1,1,0,0,2938.02,7015.59,366.54,3.65778,300,0,0,6986,0,0,0,33554432,0),(85675,23118,530,1,1,0,0,2938.02,7015.59,366.54,3.65778,300,0,0,42,0,0,0,33554432,0),(85676,23076,530,1,1,0,0,2994.48,7039.91,369.42,5.26077,300,0,0,22140,0,0,0,0,0),(85677,23119,530,1,1,0,0,2998.57,7043.55,368.539,5.91266,300,0,0,6986,0,0,0,33554432,0),(85678,23118,530,1,1,0,0,2998.57,7043.55,368.539,5.91266,300,0,0,42,0,0,0,33554432,0),(85679,23119,530,1,1,0,0,2982,7054.94,368.82,4.99766,300,0,0,6986,0,0,0,33554432,0),(85680,23118,530,1,1,0,0,2982,7054.94,368.82,4.99766,300,0,0,42,0,0,0,33554432,0),(85681,23076,530,1,1,0,0,2982.59,6886.5,370.082,0.831123,300,0,0,22140,0,0,0,0,0),(85682,23118,530,1,1,0,0,2978.74,6889.12,371.288,0.897875,300,0,0,42,0,0,0,33554432,0),(85683,23119,530,1,1,0,0,2978.74,6889.12,371.288,0.897875,300,0,0,6986,0,0,0,33554432,0),(85684,23118,530,1,1,0,0,2941.56,6827.17,367.3,4.54054,300,0,0,42,0,0,0,33554432,0),(85685,23119,530,1,1,0,0,2941.56,6827.17,367.3,4.54054,300,0,0,6986,0,0,0,33554432,0),(85686,23076,530,1,1,0,0,2938.19,6818.01,366.959,3.31926,300,0,0,21543,0,0,0,0,0),(85687,23076,530,1,1,0,0,2946.3,6875.71,370.04,3.2148,300,0,0,22140,0,0,0,0,0),(85688,23118,530,1,1,0,0,2953.55,6859.3,369.954,6.14433,300,0,0,42,0,0,0,33554432,0),(85689,23119,530,1,1,0,0,2953.55,6859.3,369.954,6.14433,300,0,0,6986,0,0,0,33554432,0),(85690,23119,530,1,1,0,0,3023.13,6799.74,374.46,1.58666,300,0,0,6986,0,0,0,33554432,0),(85691,23118,530,1,1,0,0,3023.13,6799.74,374.46,1.58666,300,0,0,42,0,0,0,33554432,0),(85692,23076,530,1,1,0,0,3028.22,6807.09,374.075,5.94641,300,0,0,22140,0,0,0,0,0),(85693,23118,530,1,1,0,0,3028.3,6824.84,373.591,5.0275,300,0,0,42,0,0,0,33554432,0),(85694,23119,530,1,1,0,0,3028.3,6824.84,373.591,5.0275,300,0,0,6986,0,0,0,33554432,0),(85695,23119,530,1,1,0,0,3022.15,6859.05,369.546,3.44885,300,0,0,6986,0,0,0,33554432,0),(85696,23118,530,1,1,0,0,3022.15,6859.05,369.546,3.44885,300,0,0,42,0,0,0,33554432,0),(85697,23076,530,1,1,0,0,3022.21,6864.61,369.93,0.100696,300,0,0,22140,0,0,0,0,0),(85698,23118,530,1,1,0,0,3016.28,6876.11,370.188,3.47791,300,0,0,42,0,0,0,33554432,0),(85699,23119,530,1,1,0,0,3016.28,6876.11,370.188,3.47791,300,0,0,6986,0,0,0,33554432,0),(85700,23076,530,1,1,0,0,2816.74,7057.61,369.779,1.4555,300,0,0,21543,0,0,0,0,0),(42575,12339,0,1,1,0,0,1567.16,-5611,114.19,1.084,900,0,1,26412,35250,2,0,0,0),(77822,21347,530,1,1,0,0,-2500.36,1166.03,53.6379,0,120,0,0,1,0,0,0,0,0),(77823,21347,530,1,1,0,0,-2518.07,1180.51,65.2233,0,120,0,0,1,0,0,0,0,0),(77824,21347,530,1,1,0,0,-2484.53,1316.01,58.4841,0,120,0,0,1,0,0,0,0,0),(77825,21347,530,1,1,0,0,-2466.42,1332.32,49.333,0,120,0,0,1,0,0,0,0,0),(77826,21347,530,1,1,0,0,-2465.77,1299.31,43.5017,0,120,0,0,1,0,0,0,0,0),(77827,21347,530,1,1,0,0,-2482.97,1215.31,41.9167,0,120,0,0,1,0,0,0,0,0),(77828,21347,530,1,1,0,0,-2550.58,1149.35,77.8426,0,120,0,0,1,0,0,0,0,0),(77829,21347,530,1,1,0,0,-2566.65,1166.04,76.1883,0,120,0,0,1,0,0,0,0,0),(77830,21347,530,1,1,0,0,-2566.53,1200.37,77.7911,0,120,0,0,1,0,0,0,0,0),(132099,31292,571,1,2,0,0,4877.27,1396.35,196.93,0.331613,120,0,0,1,0,0,0,0,0),(132100,31292,571,1,2,0,0,4891.05,1415.1,203.786,3.40339,120,0,0,1,0,0,0,0,0),(132101,31292,571,1,2,0,0,4854.96,1403.07,193.146,2.79253,120,0,0,1,0,0,0,0,0),(132102,31292,571,1,2,0,0,4806.51,1352.57,177.811,4.5204,120,0,0,1,0,0,0,0,0),(132103,31292,571,1,2,0,0,4903.38,1452.21,211.941,4.2237,120,0,0,1,0,0,0,0,0),(132104,31292,571,1,2,0,0,4869.45,1468.44,209.657,4.66003,120,0,0,1,0,0,0,0,0),(132105,31292,571,1,2,0,0,4865.57,1475.44,209.657,3.4383,120,0,0,1,0,0,0,0,0),(132106,31292,571,1,2,0,0,4850.11,1476.33,209.657,0.0872665,120,0,0,1,0,0,0,0,0),(132107,31292,571,1,2,0,0,4908.86,1484.19,216.137,5.70723,120,0,0,1,0,0,0,0,0),(132108,31292,571,1,2,0,0,4814.86,1428.2,195.648,4.36332,120,0,0,1,0,0,0,0,0),(132109,31292,571,1,2,0,0,4881.1,1509.47,212.849,3.59538,120,0,0,1,0,0,0,0,0),(132110,31292,571,1,2,0,0,4804.27,1418.21,193.143,2.93215,120,0,0,1,0,0,0,0,0),(132111,31292,571,1,2,0,0,4806.4,1468.88,193.035,3.26377,120,0,0,1,0,0,0,0,0),(132112,31292,571,1,2,0,0,4907.14,1523.7,219.629,0.0872665,120,0,0,1,0,0,0,0,0),(132113,31292,571,1,2,0,0,4786.06,1420.03,193.035,5.28835,120,0,0,1,0,0,0,0,0),(132114,31292,571,1,2,0,0,4833.67,1526.14,214.129,0.0698132,120,0,0,1,0,0,0,0,0),(132115,31292,571,1,2,0,0,4917.42,1531.89,222.61,6.17846,120,0,0,1,0,0,0,0,0),(132116,31292,571,1,2,0,0,4761.26,1368.3,178.994,1.46608,120,0,0,1,0,0,0,0,0),(132117,31292,571,1,2,0,0,4783.71,1333.14,172.518,0.837758,120,0,0,1,0,0,0,0,0),(132118,31293,571,1,2,0,0,4806.84,1393.39,193.035,3.735,120,0,0,1,0,0,0,0,0),(132119,31293,571,1,2,0,0,4841.27,1541.91,219.315,1.06465,120,0,0,1,0,0,0,0,0),(132120,31293,571,1,2,0,0,4837.18,1389.15,193.035,4.59022,120,0,0,1,0,0,0,0,0),(132121,31293,571,1,2,0,0,4859.15,1419.09,193.035,2.67035,120,0,0,1,0,0,0,0,0),(132122,31293,571,1,2,0,0,4823.46,1391.16,193.035,5.20108,120,0,0,1,0,0,0,0,0),(132123,31293,571,1,2,0,0,4856.67,1389.39,193.85,4.50295,120,0,0,1,0,0,0,0,0),(132124,31293,571,1,2,0,0,4876.15,1402.94,196.794,2.77507,120,0,0,1,0,0,0,0,0),(132125,31293,571,1,2,0,0,4873.23,1453.22,209.657,4.76475,120,0,0,1,0,0,0,0,0),(132126,31293,571,1,2,0,0,4824.77,1425.16,195.648,4.93928,120,0,0,1,0,0,0,0,0),(132127,31293,571,1,2,0,0,4846.87,1446.99,207.128,0.698132,120,0,0,1,0,0,0,0,0),(132128,31293,571,1,2,0,0,4830.03,1436,197.69,0.523599,120,0,0,1,0,0,0,0,0),(132129,31293,571,1,2,0,0,4857.19,1462.83,209.657,2.75762,120,0,0,1,0,0,0,0,0),(132130,31293,571,1,2,0,0,4782.91,1344.62,174.218,5.044,120,0,0,1,0,0,0,0,0),(132131,31293,571,1,2,0,0,4828.28,1450.93,202.297,1.01229,120,0,0,1,0,0,0,0,0),(132132,31293,571,1,2,0,0,4786.12,1405.73,193.179,5.79449,120,0,0,1,0,0,0,0,0),(132133,31293,571,1,2,0,0,4779.77,1390.74,187.959,4.88692,120,0,0,1,0,0,0,0,0),(132134,31293,571,1,2,0,0,4792.56,1435.47,193.046,1.65806,120,0,0,1,0,0,0,0,0),(132135,31293,571,1,2,0,0,4916.56,1487.12,220.103,5.3058,120,0,0,1,0,0,0,0,0),(132136,31293,571,1,2,0,0,4922.14,1497.21,221.541,4.38078,120,0,0,1,0,0,0,0,0),(132137,31293,571,1,2,0,0,4748.54,1397.65,180.762,5.55015,120,0,0,1,0,0,0,0,0),(132138,31293,571,1,2,0,0,4828.43,1497.15,209.657,5.37561,120,0,0,1,0,0,0,0,0),(132139,31293,571,1,2,0,0,4749.81,1411.69,182.592,3.29867,120,0,0,1,0,0,0,0,0),(132140,31293,571,1,2,0,0,4738.8,1371.47,175.492,2.37365,120,0,0,1,0,0,0,0,0),(132141,31293,571,1,2,0,0,4886.75,1523.8,215.939,5.35816,120,0,0,1,0,0,0,0,0),(132142,31293,571,1,2,0,0,4837.77,1520.02,212.478,0.680678,120,0,0,1,0,0,0,0,0),(132143,31293,571,1,2,0,0,4824.3,1524,213.313,2.82743,120,0,0,1,0,0,0,0,0),(132144,31294,571,1,2,0,1,4830.87,1392.48,193.035,2.68781,120,0,0,1,0,0,0,0,0),(132145,31294,571,1,2,0,1,4828.95,1409.09,193.284,1.06465,120,0,0,1,0,0,0,0,0),(132146,31294,571,1,2,0,1,4815.37,1395.43,193.035,5.53269,120,0,0,1,0,0,0,0,0),(132147,31294,571,1,2,0,1,4794.25,1394.42,193.179,6.03884,120,0,0,1,0,0,0,0,0),(132148,31294,571,1,2,0,1,4802.3,1399.7,193.035,3.35103,120,0,0,1,0,0,0,0,0),(132149,31294,571,1,2,0,1,4830.45,1444.03,200.622,5.41052,120,0,0,1,0,0,0,0,0),(132150,31294,571,1,2,0,1,4768.52,1380.42,180.609,3.71755,120,0,0,1,0,0,0,0,0),(132151,31294,571,1,2,0,1,4768.48,1329.13,170.671,0.244346,120,0,0,1,0,0,0,0,0),(132152,31294,571,1,2,0,1,4793.61,1318.2,166.561,0.890118,120,0,0,1,0,0,0,0,0),(132153,31294,571,1,2,0,1,4744.75,1339.04,165.51,5.21853,120,0,0,1,0,0,0,0,0),(132154,31295,571,1,2,0,1,4849.04,1415.04,193.035,4.46804,120,0,0,1,0,0,0,0,0),(132155,31295,571,1,2,0,1,4817.01,1407.06,193.044,3.03687,120,0,0,1,0,0,0,0,0),(132156,31295,571,1,2,0,1,4865.91,1465.05,209.657,3.75246,120,0,0,1,0,0,0,0,0),(132157,31295,571,1,2,0,1,4851.48,1458.09,209.833,2.77507,120,0,0,1,0,0,0,0,0),(132158,31295,571,1,2,0,1,4795.95,1342.79,173.911,1.8675,120,0,0,1,0,0,0,0,0),(132159,31295,571,1,2,0,1,4737.46,1326.97,160.563,3.00197,120,0,0,1,0,0,0,0,0),(132160,31296,571,1,2,0,1,4852.96,1470.13,209.657,0.0872665,120,0,0,1,0,0,0,0,0),(132161,31296,571,1,2,0,1,4817.94,1436.59,195.648,4.55531,120,0,0,1,0,0,0,0,0),(132162,31296,571,1,2,0,1,4728.73,1359.01,170.96,3.40339,120,0,0,1,0,0,0,0,0),(132163,31297,571,1,2,0,1,4797.59,1448.58,193.035,3.52556,120,0,0,1,0,0,0,0,0),(132164,31297,571,1,2,0,1,4795.81,1415.63,193.035,1.13446,120,0,0,1,0,0,0,0,0),(132165,31297,571,1,2,0,1,4769.27,1367.56,178.994,5.93412,120,0,0,1,0,0,0,0,0),(132166,31297,571,1,2,0,1,4759.77,1375.65,178.994,5.044,120,0,0,1,0,0,0,0,0),(132167,31297,571,1,2,0,1,4741.74,1377.74,176.007,4.72984,120,0,0,1,0,0,0,0,0),(132168,31297,571,1,2,0,1,4747.38,1362.79,174.599,0.802851,120,0,0,1,0,0,0,0,0),(132169,31297,571,1,2,0,1,4713.24,1322.76,157.886,0.366519,120,0,0,1,0,0,0,0,0),(132170,31298,571,1,2,0,0,4843.44,1461.77,209.833,0.366519,120,0,0,1,0,0,0,0,0),(132171,31298,571,1,2,0,0,4834.15,1451.85,204.576,3.05433,120,0,0,1,0,0,0,0,0),(132172,31298,571,1,2,0,0,4842.91,1472.4,209.657,2.1293,120,0,0,1,0,0,0,0,0),(132173,31298,571,1,2,0,0,4786.14,1428.75,193.035,3.49066,120,0,0,1,0,0,0,0,0),(132174,31298,571,1,2,0,0,4776.41,1372.42,180.503,5.72468,120,0,0,1,0,0,0,0,0),(132175,31298,571,1,2,0,0,4738.45,1334.16,163.061,1.43117,120,0,0,1,0,0,0,0,0),(132176,31298,571,1,2,0,0,4718.74,1328.1,159.964,5.41052,120,0,0,1,0,0,0,0,0),(132177,31328,571,1,2,0,0,4740.34,1311.95,157.405,3.35298,120,0,0,1,0,0,0,0,0),(132178,31299,571,1,2,0,1,4809.04,1403.15,193.035,1.78024,120,0,0,1,0,0,0,0,0),(132179,31299,571,1,2,0,1,4794.85,1401.51,193.179,4.2237,120,0,0,1,0,0,0,0,0),(132180,31299,571,1,2,0,1,4787.43,1445.67,193.035,2.9147,120,0,0,1,0,0,0,0,0),(132181,31299,571,1,2,0,1,4768.88,1388.27,183.442,1.46608,120,0,0,1,0,0,0,0,0),(132182,31299,571,1,2,0,1,4752.26,1347.16,170.366,4.67748,120,0,0,1,0,0,0,0,0),(132183,31308,571,1,2,0,0,4869.77,1529.76,217.038,1.72788,120,0,0,1,0,0,0,0,0),(132184,31308,571,1,2,0,0,4792.6,1459.01,193.035,4.90438,120,0,0,1,0,0,0,0,0),(132185,31308,571,1,2,0,0,4781.22,1443.94,193.035,3.9968,120,0,0,1,0,0,0,0,0),(132186,31308,571,1,2,0,0,4862.37,1561.02,224.506,0.10472,120,0,0,1,0,0,0,0,0),(132187,31308,571,1,2,0,0,4883.59,1474.88,209.66,1.11701,120,0,0,1,0,0,0,0,0),(132188,31309,571,1,2,0,0,4836.27,1413.93,193.357,0.610865,120,0,0,1,0,0,0,0,0),(132189,31309,571,1,2,0,0,4901.72,1508.32,216.348,5.93412,120,0,0,1,0,0,0,0,0),(132190,31309,571,1,2,0,0,4936.82,1491.54,226.006,0.715585,120,0,0,1,0,0,0,0,0),(132191,31309,571,1,2,0,0,4862.21,1552.97,223.624,4.76475,120,0,0,1,0,0,0,0,0),(132192,31309,571,1,2,0,0,4894.37,1462.8,209.862,5.68977,120,0,0,1,0,0,0,0,0),(132193,31333,571,1,2,0,0,4855.18,1472.17,209.657,0.907571,120,0,0,1,0,0,0,0,0),(132194,31334,571,1,2,0,0,4885.18,1456.16,209.715,1.8326,120,0,0,1,0,0,0,0,0),(1971386,24137,574,3,1,0,1,180.156,-77.6579,14.1739,3.46037,300,0,0,4399,0,0,0,0,0),(42639,40091,724,15,32,0,0,3113.71,533.538,72.9687,1.93672,1209600,0,0,1,0,2,0,0,0),(42651,40081,724,15,32,0,0,3153.75,533.188,72.9721,0,1209600,0,0,1,0,0,0,0,0),(85179,36209,571,1,1,0,0,4068.82,-3811,223.4,0,120,0,0,1,0,0,0,0,0),(85180,36209,571,1,1,0,0,4073.2,-3734.35,222.663,0,120,0,0,1,0,0,0,0,0),(85181,36209,571,1,1,0,0,3923.11,-3763.97,165.362,0,120,0,0,1,0,0,0,0,0),(85182,34387,571,1,1,0,1,4181.48,-461.453,120.728,1.3981,120,0,0,1,0,0,0,0,0),(85183,34386,571,1,1,0,0,4121,-329.486,121.444,0.299253,120,0,0,1,0,0,0,0,0),(85184,34490,571,1,1,0,0,3325.19,1026.45,138.171,2.06218,120,0,0,1,0,0,0,0,0),(85185,34489,571,1,1,0,0,4382.5,6066.2,0.724562,3.57189,120,0,0,1,0,0,0,0,0),(85186,34381,571,1,1,0,0,4022.67,-3777.68,115.444,4.85702,120,0,0,1,0,0,0,0,0),(85187,22838,530,1,1,0,0,-2075.76,8559.34,23.027,4.85702,120,0,0,1,0,0,0,0,0),(85188,22866,530,1,1,0,0,9506.09,-7329.31,14.3973,0,120,0,0,1,0,0,0,0,0),(85189,22831,530,1,1,0,0,-3320.86,4925.1,-101.1,0,120,0,0,1,0,0,0,0,0),(85190,22829,530,1,1,0,0,203.587,8550.11,22.3256,0,120,0,0,1,0,0,0,0,0),(85191,22839,530,1,1,0,0,-781.294,6943.52,33.3344,0,120,0,0,1,0,0,0,0,0),(74955,31314,571,1,175,0,0,6868.48,3579.73,736.148,2.94961,120,0,0,1,0,0,0,0,0),(74954,31314,571,1,175,0,0,6866.22,3574.63,735.908,3.03687,120,0,0,1,0,0,0,0,0),(43460,24021,571,1,1,21999,0,4207.48,4056.69,93.5371,2.09439,300,0,0,42,0,0,0,0,0),(43461,23837,571,1,1,11686,0,4207.47,4056.71,93.6619,3.97935,300,0,0,42,0,0,0,0,0),(43462,24957,571,1,1,0,1,4200.88,4056.89,92.2877,6.25263,300,0,0,7185,7196,0,0,0,0),(43488,21636,530,1,1,0,1,-2974.29,4441.98,-47.2117,1.43117,600,0,0,5914,0,0,0,0,0),(1974322,26500,571,1,1,0,0,3386.21,-1805.46,115.058,4.96401,600,0,0,6986,0,0,0,0,0),(43487,21636,530,1,1,0,1,-3013.52,4510.81,-42.8637,5.0091,600,0,0,5914,0,0,0,0,0),(1974323,26543,571,1,1,0,0,4244.1,-2025,238.25,1.39,600,0,0,6986,0,0,0,0,0),(1974324,26701,571,1,1,0,0,4524.31,-3472.71,228.132,0.776044,600,0,0,6986,0,0,0,0,0),(43500,26787,571,1,1,0,0,4599.71,-4876.9,48.9556,0.719772,300,0,0,0,0,0,0,0,0),(43466,36517,0,1,1,0,1,1283,338.917,-59.9998,0.244346,120,0,0,1,0,0,0,0,0),(76655,21909,530,1,1,0,0,-3414,825.411,-30.773,1.18588,300,3,0,2445,0,1,0,0,0),(240307,19169,530,1,1,0,0,9659.86,-7115.63,14.3239,5.88552,300,0,0,42,0,0,0,0,0),(240306,18927,571,1,1,0,0,5719.3,687.257,645.752,5.72721,300,0,0,42,0,0,0,0,0),(240305,18927,0,1,1,0,0,-8854.78,649.83,96.7417,1.43117,300,0,0,42,0,0,0,0,0),(240304,18927,571,1,1,0,0,5678.09,658.93,647.134,0.088838,300,0,0,42,0,0,0,0,0),(240303,18927,0,1,1,0,0,-8855.97,652.546,96.2675,5.07716,300,0,0,42,0,0,0,0,0),(240302,35248,0,1,1,0,0,-5159.96,-863.16,507.247,5.49762,300,0,0,42,0,0,0,0,0),(240301,35248,0,1,1,0,0,-5155.64,-863.343,507.652,4.05641,300,0,0,42,0,0,0,0,0),(240300,35248,0,1,1,0,0,-5154.91,-867.566,507.758,2.45027,300,0,0,42,0,0,0,0,0),(240299,35248,0,1,1,0,0,-5159.06,-867.484,507.333,0.859842,300,0,0,42,0,0,0,0,0),(240298,35248,0,1,1,0,0,-5155,-856.249,508.059,1.51565,300,0,0,42,0,0,0,0,0),(240297,35247,0,1,1,0,0,-5164.33,-869.728,507.01,5.69397,300,0,0,42,0,0,0,0,0),(240296,35247,0,1,1,0,0,-5160.49,-869.137,507.265,4.21349,300,0,0,42,0,0,0,0,0),(240295,35247,0,1,1,0,0,-5158.7,-872.414,507.406,2.72124,300,0,0,42,0,0,0,0,0),(240294,35247,0,1,1,0,0,-5162.65,-873.025,507.206,1.00122,300,0,0,42,0,0,0,0,0),(240293,34478,0,1,1,0,0,-5165.9,-866.76,506.808,4.28811,300,0,0,3052,0,0,0,0,0),(240292,34481,0,1,1,0,0,-5167.84,-870.949,506.706,1.024,300,0,0,2136,5751,0,0,0,0),(240291,35259,530,1,1,0,0,-1796.3,4933.33,-22.3432,4.54704,300,0,0,4140,6443,0,0,0,0),(240290,35259,530,1,1,0,0,-1797.58,4924.28,-21.9414,1.31905,300,0,0,4140,6443,0,0,0,0),(240289,35259,530,1,1,0,0,-1792.87,4928.28,-22.1848,2.99981,300,0,0,4140,6443,0,0,0,0),(240288,35259,530,1,1,0,0,-1801.26,4929.1,-22.3108,6.17282,300,0,0,4140,6443,0,0,0,0),(240287,35258,530,1,1,0,0,-1809.16,4918.68,-21.982,1.82171,300,0,0,4140,6443,0,0,0,0),(240286,35258,530,1,1,0,0,-1814.69,4922.25,-22.0148,0.254842,300,0,0,4140,6443,0,0,0,0),(240285,35258,530,1,1,0,0,-1812.25,4929.11,-21.6268,4.96723,300,0,0,4140,6443,0,0,0,0),(240284,35258,530,1,1,0,0,-1806.01,4925.33,-21.878,3.62813,300,0,0,4140,6443,0,0,0,0),(240283,35261,530,1,1,0,0,-1796.9,4928.76,-22.2745,3.23936,300,0,0,4890,7196,0,0,0,0),(240282,35260,530,1,1,0,0,-1810.34,4923.26,-21.8439,5.41099,300,0,0,5589,3155,0,0,0,0),(240281,35246,530,1,1,0,0,-4315.9,-12433.6,17.5953,2.19823,300,0,0,41,60,0,0,0,0),(240280,35246,530,1,1,0,0,-4313.48,-12441,17.2002,5.26914,300,0,0,41,60,0,0,0,0),(240279,35246,530,1,1,0,0,-4312.76,-12446.2,17.3102,1.3932,300,0,0,41,60,0,0,0,0),(240278,35246,530,1,1,0,0,-4309.37,-12444,17.5071,3.15249,300,0,0,41,60,0,0,0,0),(240277,35246,530,1,1,0,0,-4320.45,-12448.9,17.0584,3.68656,300,0,0,41,60,0,0,0,0),(240276,35246,530,1,1,0,0,-4319.13,-12455.1,17.4243,2.4417,300,0,0,41,60,0,0,0,0),(240275,35246,530,1,1,0,0,-4326.59,-12453.9,16.7549,0.721683,300,0,0,41,60,0,0,0,0),(240274,35246,530,1,1,0,0,-4326.98,-12448.5,16.9294,5.47334,300,0,0,41,60,0,0,0,0),(240273,34484,530,1,1,0,0,-4329.44,-12443.6,17.6841,5.62257,300,0,0,5589,3155,0,0,0,0),(240272,35252,1,1,1,0,0,-979.443,-57.4083,26.7673,4.68334,300,0,0,42,0,0,0,0,0),(240271,35252,1,1,1,0,0,-975.356,-76.2146,18.7461,2.57848,300,0,0,42,0,0,0,0,0),(240270,35252,1,1,1,0,0,-975.337,-71.6525,18.3695,3.78799,300,0,0,42,0,0,0,0,0),(240269,35252,1,1,1,0,0,-979.773,-70.3366,19.8615,5.07447,300,0,0,42,0,0,0,0,0),(240268,35252,1,1,1,0,0,-979.099,-78.4939,19.6825,0.8451,300,0,0,42,0,0,0,0,0),(240267,34480,1,1,1,0,0,-979.399,-75.0704,19.5113,0.118608,300,0,0,3052,0,0,0,0,0),(240266,34383,0,1,1,0,0,-5155.07,-854.489,508.115,5.0845,300,0,0,12600,0,0,0,0,0),(240265,34383,530,1,1,0,0,-1809.42,4913.42,-21.8336,0.867451,300,0,0,12600,0,0,0,0,0),(240264,34383,530,1,1,0,0,-4317.46,-12431.3,17.755,5.11599,300,0,0,12600,0,0,0,0,0),(240263,34383,1,1,1,0,0,-987.397,-58.6047,27.5876,4.96843,300,0,0,12600,0,0,0,0,0),(240262,34383,1,1,1,0,0,10067,2128.44,1329.66,3.57394,300,0,0,12600,0,0,0,0,0),(240261,34383,530,1,1,0,0,9403.71,-6861.68,15.0351,0.609119,300,0,0,12600,0,0,0,0,0),(240260,34383,0,1,1,0,0,1828.96,210.695,60.2619,1.24504,300,0,0,12600,0,0,0,0,0),(240259,34383,571,1,65535,0,0,5844.93,762.949,640.713,2.86791,300,0,0,12600,0,0,0,0,0),(240258,34382,0,1,1,0,0,-5151.65,-852.495,508.667,4.58185,600,0,0,12600,0,0,0,0,0),(240257,34382,530,1,1,0,0,-1805.58,4911.74,-21.8346,1.35833,600,0,0,12600,0,0,0,0,0),(240256,34382,530,1,1,0,0,-4320.01,-12433.4,17.9088,5.1906,600,0,0,12600,0,0,0,0,0),(240255,34382,1,1,1,0,0,-989.195,-59.6891,27.4632,5.21191,600,0,0,12600,0,0,0,0,0),(240254,34382,1,1,1,0,0,10058.2,2133,1329.66,4.43788,600,0,0,12600,0,0,0,0,0),(240253,34382,530,1,1,0,0,9406.42,-6864.02,14.8942,1.19424,600,0,0,12600,0,0,0,0,0),(240252,34382,0,1,1,0,0,1832.47,210.797,60.312,2.04222,600,0,0,12600,0,0,0,0,0),(240251,34382,571,1,65535,0,0,5844.1,764.778,640.546,4.20309,600,0,0,12600,0,0,0,0,0),(240250,34476,0,1,1,0,0,1830.34,219.535,60.6017,4.58298,300,0,0,3052,0,0,0,0,0),(240249,35244,0,1,1,0,0,1821.83,225.812,60.919,5.50582,300,0,0,42,0,0,0,0,0),(240248,35244,0,1,1,0,0,1834.67,215.873,60.1774,2.55665,300,0,0,42,0,0,0,0,0),(240247,35244,0,1,1,0,0,1836.95,222.233,60.2385,3.22031,300,0,0,42,0,0,0,0,0),(240246,35244,0,1,1,0,0,1824.9,218.875,60.4469,0.0315971,300,0,0,42,0,0,0,0,0),(240245,35244,0,1,1,0,0,1828.46,224.586,60.4551,5.29769,300,0,0,42,0,0,0,0,0),(240244,35244,0,1,1,0,0,1833.58,225.962,60.4294,4.33165,300,0,0,42,0,0,0,0,0),(240243,35254,571,1,65535,0,0,5841.11,762.141,640.661,0.480303,300,0,0,8508,7981,0,0,0,0),(240242,35254,571,1,65535,0,0,5848.22,760.619,641.147,4.64684,300,0,0,8508,7981,0,0,0,0),(240241,35254,571,1,65535,0,0,5850.95,756.541,640.434,2.81294,300,0,0,8508,7981,0,0,0,0),(240240,35254,571,1,65535,0,0,5846.77,755.676,640.68,0.837661,300,0,0,8508,7981,0,0,0,0),(240239,35254,571,1,65535,0,0,5828.15,741.877,642.46,1.24607,300,0,0,8508,7981,0,0,0,0),(240238,35254,571,1,65535,0,0,5835.24,754.043,641.008,3.64153,300,0,0,8508,7981,0,0,0,0),(240237,35254,571,1,65535,0,0,5835.25,748.654,641.162,2.59303,300,0,0,8508,7981,0,0,0,0),(240236,35254,571,1,65535,0,0,5830.31,746.699,641.251,1.36388,300,0,0,8508,7981,0,0,0,0),(240235,35254,571,1,65535,0,0,5827.15,751.291,640.952,0.150437,300,0,0,8508,7981,0,0,0,0),(240022,23537,0,1,1,0,0,-5753.37,-532.95,406.552,4.49512,300,0,0,2552,6588,0,0,0,0),(240021,23537,0,1,1,0,0,-5759.62,-528.475,404.934,3.81967,300,0,0,2835,7196,0,0,0,0),(240020,23537,530,1,1,0,0,9234.65,-6785.25,25.4626,1.59486,300,0,0,2835,7196,0,0,0,0),(240019,23537,530,1,1,0,0,-4207.41,-12276.8,7.19895,2.96409,300,0,0,2835,7196,0,0,0,0),(85712,23686,1,1,1,0,0,305.144,-4724.5,9.83766,3.68348,300,0,0,7185,7196,0,0,0,0),(85713,23686,0,1,1,0,0,-9465.54,63.2228,55.8587,6.25841,300,0,0,7185,7196,0,0,0,0),(85632,15195,0,1,1,0,0,1713.1,511.295,37.2005,1.48063,300,0,0,45780,0,0,0,0,0),(85633,15195,0,1,1,0,0,1750.57,511.697,37.7587,1.25444,300,0,0,45780,0,0,0,0,0),(85634,15195,0,1,1,0,0,1732.31,520.874,36.3326,1.30942,300,0,0,45780,0,0,0,0,0),(240193,15197,0,1,1,0,0,1760.69,510.543,35.915,6.259,600,0,0,15260,0,0,0,0,0),(240192,15199,0,1,1,0,0,-821,-531,14.677,1.767,600,0,0,15260,0,0,0,0,0),(1976578,30502,571,1,4,0,0,7297,-1114.82,938.258,5.92778,300,0,0,50400,0,0,0,0,0),(1976576,30502,571,1,4,0,0,7383.41,-1148.84,903.591,4.97745,300,0,0,50400,0,0,0,0,0),(1975716,32596,571,1,1,0,0,5866.54,252.983,680.473,1.81671,70,0,0,8225,7809,0,0,0,0),(1975717,32597,571,1,1,0,0,5818.53,225.184,678.642,1.60465,151,0,0,8225,7809,0,0,0,0),(1975718,32598,571,1,1,0,0,5729.43,217.839,682.97,1.24336,118,0,0,8508,7981,0,0,0,0),(1975719,32600,571,1,1,0,0,5792.87,226.099,681.705,1.38473,135,0,0,10080,8814,0,0,0,0),(1975720,32601,571,1,1,0,0,5684.8,293.537,678.417,1.05486,170,0,0,8800,8139,0,0,0,0),(1975721,32602,571,1,1,0,0,5849.65,230.232,672.463,1.92272,93,0,0,9740,8636,0,0,0,0),(142819,25026,594,1,1,0,1,15.3122,6.40496,1.39596,4.24673,120,0,0,1,0,0,0,0,0),(247175,37662,631,15,1,0,1,4648.3,2803.05,361.173,4.81448,1209600,0,0,647040,91600,2,0,0,0),(247176,37665,631,15,1,0,1,4650.41,2805.88,361.173,4.85767,1209600,0,0,647040,91600,0,0,0,0),(247177,37666,631,15,1,0,1,4645.06,2805.76,361.169,4.78306,1209600,0,0,808860,0,0,0,0,0),(133985,36970,672,15,1,0,0,-64.7097,4.57594,23.5233,2.09439,604800,0,0,1,0,0,0,0,0),(133964,36971,673,15,1,0,0,-56.4357,12.2929,34.6332,2.51327,604800,0,0,1,0,0,0,0,0),(133987,36838,672,15,1,0,0,-6.15582,-25.2387,21.705,4.71239,604800,0,0,1,0,0,0,0,0),(133988,36838,672,15,1,0,0,-33.6443,-24.0658,21.6801,4.71239,604800,0,0,1,0,0,0,0,0),(133989,36838,672,10,1,0,0,-24.6625,-24.5267,21.6443,4.71239,604800,0,0,1,0,0,0,0,0),(133990,36838,672,10,1,0,0,-15.3503,-24.9037,21.6201,4.71239,604800,0,0,1,0,0,0,0,0),(133972,36839,673,15,1,0,0,-15.6908,31.1423,34.391,1.5708,604800,0,0,1,0,0,0,0,0),(133974,36839,673,15,1,0,0,18.1923,29.8694,36.3265,1.55334,604800,0,0,1,0,0,0,0,0),(133991,36839,673,10,1,0,0,11.1788,30.7344,35.9594,1.55334,604800,0,0,1,0,0,0,0,0),(133992,36839,673,10,1,0,0,-8.20063,31.4933,34.524,1.55334,604800,0,0,1,0,0,0,0,0),(246915,38493,571,1,1,0,1,5910.19,2068.75,636.041,5.33347,300,0,0,65165,0,2,0,0,0),(246914,38505,571,1,1,0,1,5905.04,2055.25,636.041,4.88187,300,0,0,65165,0,0,0,0,0),(246913,38505,571,1,1,0,1,5882.94,2054.38,636.041,1.33187,300,0,0,65165,0,0,0,0,0),(246912,38505,571,1,1,0,1,5894.38,2032.71,636.041,0.428661,300,0,0,65165,0,0,0,0,0),(246911,38505,571,1,1,0,1,5908.02,2033.22,636.041,1.69708,300,0,0,65165,0,0,0,0,0),(246910,38505,571,1,1,0,1,5922.95,2039.25,636.041,1.52037,300,0,0,65165,0,0,0,0,0),(246907,38505,571,1,1,0,1,5842.6,2189.15,636.042,4.322,300,0,0,65165,0,0,0,0,0),(246906,38505,571,1,1,0,1,5845.64,2183.07,636.042,2.91221,300,0,0,65165,0,0,0,0,0),(246905,38493,571,1,1,0,1,5872.86,2142.04,636.042,2.01685,300,0,0,65165,0,2,0,0,0),(246904,38493,571,1,1,0,1,5838.32,2201.24,636.042,5.67288,300,0,0,65165,0,0,0,0,0),(246903,38493,571,1,1,0,1,5847.05,2145.87,636.042,6.27764,300,0,0,65165,0,0,0,0,0),(1976444,30060,571,1,2,0,0,7297.78,-1126.43,938.438,2.3505,300,0,0,12175,0,0,0,0,0),(1976443,30060,571,1,2,0,0,7233.45,-1126.26,940.562,3.82312,300,0,0,12175,0,0,0,0,0),(53771,34907,571,1,1,25633,1,9484.2,1216.99,1.32919,3.19323,120,0,0,1,0,0,0,0,0),(53770,34907,571,1,1,25774,1,9489.36,1211.9,1.34048,3.17692,120,0,0,1,0,0,0,0,0),(53769,34947,571,1,1,25632,1,9549.13,957.506,1.70439,5.80014,120,0,0,1,0,0,0,0,0),(53768,34907,571,1,1,25632,1,9551.43,966.751,1.697,5.58416,120,0,0,1,0,0,0,0,0),(1976583,20114,530,1,1,0,0,3928.46,3878.84,177.011,5.79697,300,0,0,6722,0,0,0,0,0),(1975451,25835,571,1,1,0,1,2971.01,5245.36,58.9515,3.08296,180,0,0,8982,0,0,0,0,0),(1975450,25835,571,1,1,0,1,2940.88,5295.13,61.674,3.1183,180,0,0,8982,0,0,0,0,0),(1975449,25835,571,1,1,0,1,2995.56,5290.19,61.3343,3.20077,180,0,0,9291,0,0,0,0,0),(1975448,25835,571,1,1,0,1,2975.63,5331.37,63.1262,3.25182,180,0,0,8982,0,0,0,0,0),(1975447,25835,571,1,1,0,1,3018.35,5334.55,63.3825,3.16542,180,0,0,9291,0,0,0,0,0),(1975446,25835,571,1,1,0,1,3134.4,5250.91,59.2967,0.0663204,180,0,0,8982,0,0,0,0,0),(1975445,25835,571,1,1,0,1,3142.19,5315.46,53.1699,0.172346,180,0,0,9291,0,0,0,0,0),(1975444,25835,571,1,1,0,1,3097.68,5340.91,55.5327,3.1772,180,0,0,8982,0,0,0,0,0),(1975443,25835,571,1,1,0,1,3061.11,5319.11,59.7241,6.15315,180,0,0,8982,0,0,0,0,0),(1975442,25835,571,1,1,0,1,3101.92,5282.08,59.4452,2.97692,180,0,0,8982,0,0,0,0,0),(1975441,25835,571,1,1,0,1,3051.26,5270.73,60.5525,3.11829,180,0,0,9291,0,0,0,0,0),(84386,16045,429,1,1,11686,0,262.974,-442.555,-119.962,4.61136,450,0,0,57,0,0,0,0,0),(244398,20102,530,1,1,0,0,3038.56,3635.53,144.012,3.32713,300,0,0,42,0,0,0,0,0),(1973090,29562,571,1,1,8842,0,7162.11,-2132.87,762.305,5.1836,300,0,0,12600,0,0,0,0,0),(1973089,29562,571,1,1,8842,0,7248.99,-2088.13,774.497,2.1467,300,0,0,12600,0,0,0,0,0),(1973088,29562,571,1,1,8842,0,7262.65,-2075.82,764.758,3.4557,300,0,0,12600,0,0,0,0,0),(1973087,29562,571,1,1,8842,0,7283.68,-2046.53,761.719,2.6354,300,0,0,12600,0,0,0,0,0),(1973086,29562,571,1,1,8842,0,7289.43,-2024.69,771.763,1.274,300,0,0,12600,0,0,0,0,0),(1973085,29562,571,1,1,8842,0,7290.5,-2114.23,775.277,4.0142,300,0,0,12600,0,0,0,0,0),(1973084,29562,571,1,1,8842,0,7198.54,-2107.91,766.632,2.1293,300,0,0,12600,0,0,0,0,0),(1973083,29562,571,1,1,8842,0,7202.35,-2113.44,768.618,4.276,300,0,0,12600,0,0,0,0,0),(1973082,29562,571,1,1,8842,0,7207.93,-2038.16,764.583,5.3058,300,0,0,12600,0,0,0,0,0),(1973081,29562,571,1,1,8842,0,7234.18,-2082.77,764.002,1.1344,300,0,0,12600,0,0,0,0,0),(1973080,29562,571,1,1,8842,0,7248.95,-2123.74,778.771,3.6128,300,0,0,12600,0,0,0,0,0),(1973079,29562,571,1,1,8842,0,7296.43,-2007.46,765.695,3.3859,300,0,0,12600,0,0,0,0,0),(1973078,29562,571,1,1,8842,0,7314.18,-2095.16,774.167,5.8468,300,0,0,12600,0,0,0,0,0),(1973077,29562,571,1,1,8842,0,7340.23,-2057.24,764.845,0.5759,300,0,0,12600,0,0,0,0,0),(1973076,29605,571,1,1,26262,0,7158.9,-2137.43,764.273,3.6641,300,0,0,12175,0,0,0,0,0),(1973075,29605,571,1,1,26262,0,7203.25,-2056.41,765.201,5.4181,300,0,0,12175,0,0,0,0,0),(1973074,29605,571,1,1,26262,0,7342.41,-2037.04,763.419,2.9583,300,0,0,12175,0,0,0,0,0),(1973073,29605,571,1,1,26262,0,7206.73,-2036.56,764.543,5.3588,300,0,0,12175,0,0,0,0,0),(1973072,29605,571,1,1,26262,0,7207.08,-2039.97,764.517,1.13,300,0,0,12175,0,0,0,0,0),(1973071,29605,571,1,1,26262,0,7208.14,-2036.18,764.755,4.6086,300,0,0,12175,0,0,0,0,0),(1973070,29605,571,1,1,26262,0,7237.44,-2300.75,777.29,2.9318,300,0,0,12175,0,0,0,0,0),(1973069,29605,571,1,1,26262,0,7250.86,-2092.35,774.785,3.593,300,0,0,12175,0,0,0,0,0),(1973068,29605,571,1,1,26262,0,7252.53,-2072.12,763.08,2.8011,300,0,0,12175,0,0,0,0,0),(1973067,29605,571,1,1,26262,0,7270.6,-2119.66,776.91,4.382,300,0,0,12175,0,0,0,0,0),(1973066,29605,571,1,1,26262,0,7272.03,-2014.92,768.024,5.081,300,0,0,12175,0,0,0,0,0),(1973065,29605,571,1,1,26262,0,7280.62,-2072.3,761.956,0.4111,300,0,0,12175,0,0,0,0,0),(1973064,29605,571,1,1,26262,0,7304.69,-2036.38,762.714,0.867,300,0,0,12175,0,0,0,0,0),(1973063,29605,571,1,1,26262,0,7315,-2021.31,763.381,5.7145,300,0,0,12175,0,0,0,0,0),(1973062,29605,571,1,1,26262,0,7315.78,-2071.91,763.048,3.6818,300,0,0,12175,0,0,0,0,0),(1973061,29605,571,1,1,26262,0,7329.02,-2096.36,772.981,4.2904,300,0,0,12175,0,0,0,0,0),(1976575,30502,571,1,4,0,0,7570.4,-1228.54,919.677,3.20638,300,0,0,50400,0,0,0,0,0),(1976574,30493,571,1,4,0,0,7263.75,-873.436,925.182,5.49192,300,0,0,126000,0,0,0,0,32),(1976573,30136,571,1,4,0,1,7278.83,-901.031,927.033,5.41727,300,0,0,6088,0,0,0,0,0),(1976572,30136,571,1,4,0,1,7278.3,-907.74,926.65,5.4,300,0,0,6088,0,0,0,0,0),(1976497,30591,571,1,2,0,0,7340.43,-1085.1,906.23,4.40824,300,0,0,12175,3893,0,0,0,0),(1976496,30383,571,1,2,0,0,7519.56,-973.8,467.529,3.67704,300,0,0,25200,0,0,0,0,0),(244397,20102,530,1,1,0,0,-1884.63,5397.52,-12.4278,2.51637,300,0,0,42,0,0,0,0,0),(244396,20102,0,1,1,0,0,-14461.4,468.507,15.1232,2.66545,300,0,0,42,0,0,0,0,0),(244395,20102,1,1,1,0,0,-7173.14,-3808.58,8.37043,3.3285,300,0,0,42,0,0,0,0,0),(244394,20102,1,1,1,0,0,-936.306,-3738.3,8.96324,3.35283,300,0,0,42,0,0,0,0,0),(244393,20102,1,1,1,0,0,6745.48,-4667.44,723.103,1.03712,300,0,0,42,0,0,0,0,0),(244392,19178,0,1,1,0,0,1629.95,219.238,-43.1027,1.91079,300,0,0,42,0,0,0,0,0),(244391,19177,1,1,1,0,0,1685.07,-4352.88,61.7253,1.79601,300,0,0,42,0,0,0,0,0),(244390,19176,1,1,1,0,0,-1242.68,76.7127,128.935,1.27376,300,0,0,42,0,0,0,0,0),(244389,19175,1,1,1,0,0,1603.36,-4404.49,9.30901,0.627438,300,0,0,42,0,0,0,0,0),(244388,19169,530,1,1,0,0,9664.38,-7117.91,14.324,2.63397,300,0,0,42,0,0,0,0,0),(244387,19169,571,1,1,0,0,5928.98,639.593,645.557,3.01052,300,0,0,42,0,0,0,0,0),(244386,19173,1,1,1,0,0,9923.44,2496.95,1317.49,2.28359,300,0,0,42,0,0,0,0,0),(244385,19172,0,1,1,0,0,-4826.78,-1175.89,502.193,2.45358,300,0,0,42,0,0,0,0,0),(244384,19171,530,1,1,0,0,-3910.91,-11612.4,-138.243,4.99941,300,0,0,42,0,0,0,0,0),(244383,19148,0,1,1,0,0,-4914.82,-951.191,501.498,4.5773,300,0,0,42,0,0,0,0,0),(244382,18927,571,1,1,0,0,5678.09,658.93,647.134,0.088838,300,0,0,42,0,0,0,0,0),(244381,18927,0,1,1,0,0,-8855.97,652.546,96.2675,5.07716,300,0,0,42,0,0,0,0,0),(244380,18927,571,1,1,0,0,5719.3,687.257,645.752,5.72721,300,0,0,42,0,0,0,0,0),(244379,19169,571,1,1,0,0,5889.57,550.355,639.637,1.57167,300,0,0,42,0,0,0,0,0),(244378,20102,530,1,1,0,0,3035.51,3635.08,144.47,0.901821,300,0,0,42,0,0,0,0,0),(244377,20102,530,1,1,0,0,-1888.02,5400.44,-12.4278,5.97919,300,0,0,42,0,0,0,0,0),(244376,20102,0,1,1,0,0,-14464.9,470.287,15.0369,5.96098,300,0,0,42,0,0,0,0,0),(244375,20102,1,1,1,0,0,-7177.24,-3810.02,8.3753,0.711558,300,0,0,42,0,0,0,0,0),(244374,20102,1,1,1,0,0,-938.792,-3735.2,8.57162,3.66385,300,0,0,42,0,0,0,0,0),(244373,20102,1,1,1,0,0,6747.03,-4664.43,724.551,3.61009,300,0,0,42,0,0,0,0,0),(244372,19169,530,1,1,0,0,9659.86,-7115.63,14.3239,5.88552,300,0,0,42,0,0,0,0,0),(244371,19175,1,1,1,0,0,1607.39,-4402.93,10.1664,3.11715,300,0,0,42,0,0,0,0,0),(244370,19176,1,1,1,0,0,-1241.98,81.7344,129.422,5.4992,300,0,0,42,0,0,0,0,0),(244369,19177,1,1,1,0,0,1688.01,-4350.19,61.2691,2.56413,300,0,0,42,0,0,0,0,0),(244368,19178,0,1,1,0,0,1626.7,222.7,-43.1027,1.01229,300,0,0,42,0,0,0,0,0),(244367,19173,1,1,1,0,0,9921.56,2499.58,1317.77,5.61996,300,0,0,42,0,0,0,0,0),(244366,19172,0,1,1,0,0,-4829.02,-1174.75,502.193,0.724139,300,0,0,42,0,0,0,0,0),(244365,19171,530,1,1,0,0,-3909.22,-11614.8,-138.101,3.1765,300,0,0,42,0,0,0,0,0),(244364,19148,0,1,1,0,0,-4915.33,-953.892,501.498,2.25016,300,0,0,42,0,0,0,0,0),(244363,32820,0,1,1,0,0,1837.5,217.672,60.1333,2.31996,600,20,0,2,0,1,0,0,0),(244362,32820,0,1,1,0,0,1838.43,221.277,60.1987,3.55697,600,20,0,2,0,1,0,0,0),(244361,32820,0,1,1,0,0,1834.82,223.437,60.2865,4.83323,600,20,0,2,0,1,0,0,0),(244360,32820,0,1,1,0,0,1831.58,220.664,60.5304,6.01918,600,20,0,2,0,1,0,0,0),(244359,32820,0,1,1,0,0,1828.2,219.471,60.6056,2.42991,600,20,0,2,0,1,0,0,0),(244358,32820,0,1,1,0,0,1828.78,223.155,60.5687,3.59309,600,20,0,2,0,1,0,0,0),(244357,32820,0,1,1,0,0,1825.06,224.891,60.2886,4.72799,600,20,0,2,0,1,0,0,0),(244356,32820,0,1,1,0,0,1821.62,222.529,60.1521,6.01211,600,20,0,2,0,1,0,0,0),(244355,32820,0,1,1,0,0,1836.83,251.094,59.922,2.54065,600,20,0,2,0,1,0,0,0),(244354,32820,0,1,1,0,0,1837.2,254.766,59.856,3.58916,600,20,0,2,0,1,0,0,0),(244353,32820,0,1,1,0,0,1833.77,256.523,59.7223,4.64552,600,20,0,2,0,1,0,0,0),(244352,32820,0,1,1,0,0,1830.29,254.158,59.6774,6.02781,600,20,0,2,0,1,0,0,0),(244351,32820,0,1,1,0,0,1825.59,252.345,59.9664,2.01836,600,20,0,2,0,1,0,0,0),(244350,32820,0,1,1,0,0,1826.98,256.962,59.7774,3.40851,600,20,0,2,0,1,0,0,0),(244349,32820,0,1,1,0,0,1823.47,259.36,59.921,4.44916,600,20,0,2,0,1,0,0,0),(244348,32820,0,1,1,0,0,1819.47,256.351,60.0177,6.08671,600,20,0,2,0,1,0,0,0),(244347,32820,0,1,1,0,0,-9125.02,352.824,94.2342,2.1217,600,20,0,2,0,1,0,0,0),(244346,32820,0,1,1,0,0,-9110.83,366.354,94.0632,2.67934,600,20,0,2,0,1,0,0,0),(244345,32820,0,1,1,0,0,-9127.56,351.404,94.2329,2.13741,600,20,0,2,0,1,0,0,0),(244344,32820,0,1,1,0,0,-9111.63,353.697,93.4015,2.40837,600,20,0,2,0,1,0,0,0),(244343,32820,0,1,1,0,0,-9118.18,359.164,93.2702,1.90179,600,20,0,2,0,1,0,0,0),(244342,32820,0,1,1,0,0,-9118.91,350.746,93.735,2.14134,600,20,0,2,0,1,0,0,0),(244341,32820,0,1,1,0,0,-9116.35,342.758,93.8079,0.637305,600,20,0,2,0,1,0,0,0),(244340,32820,0,1,1,0,0,-9112.46,341.845,93.5009,1.93714,600,20,0,2,0,1,0,0,0),(244339,32820,0,1,1,0,0,-9116.74,329.417,93.1118,0.923976,600,20,0,2,0,1,0,0,0),(244338,32820,0,1,1,0,0,-9112.75,329.259,93.1734,2.12564,600,20,0,2,0,1,0,0,0),(244337,32820,0,1,1,0,0,-9118.64,318.192,93.207,0.484153,600,20,0,2,0,1,0,0,0),(244336,32820,0,1,1,0,0,-9114.01,317.994,93.1465,2.10207,600,20,0,2,0,1,0,0,0),(244335,32820,0,1,1,0,0,-9119.35,307.993,93.1764,0.637305,600,20,0,2,0,1,0,0,0),(244334,32820,0,1,1,0,0,-9114.8,307.034,93.4531,2.28664,600,20,0,2,0,1,0,0,0),(244333,32820,0,1,1,0,0,-9113.34,310.046,93.2807,2.96208,600,20,0,2,0,1,0,0,0),(244332,32820,0,1,1,0,0,-9111.83,320.705,93.1879,2.86784,600,20,0,2,0,1,0,0,0),(244331,32820,0,1,1,0,0,-9111.31,333.146,93.2693,3.15058,600,20,0,2,0,1,0,0,0),(244330,32820,0,1,1,0,0,-9110.13,345.405,93.4552,3.04455,600,20,0,2,0,1,0,0,0),(244329,32820,0,1,1,0,0,-9113.13,348.931,93.5571,4.53288,600,20,0,2,0,1,0,0,0),(244328,32820,0,1,1,0,0,-9114.1,336.911,93.4026,4.61927,600,20,0,2,0,1,0,0,0),(244327,32820,0,1,1,0,0,-9115.78,325.128,93.2047,4.70174,600,20,0,2,0,1,0,0,0),(244326,32820,0,1,1,0,0,-9116.52,314.55,93.0822,4.65069,600,20,0,2,0,1,0,0,0),(244325,32820,0,1,1,0,0,-5071.89,-801.345,495.128,0.094064,600,20,0,2,0,1,0,0,0),(244324,32820,0,1,1,0,0,-5082.54,-798.894,495.137,5.86674,600,20,0,2,0,1,0,0,0),(244323,32820,0,1,1,0,0,-5082.59,-795.26,495.322,1.50385,600,20,0,2,0,1,0,0,0),(244322,32820,0,1,1,0,0,-5089.96,-796.654,495.151,2.80369,600,20,0,2,0,1,0,0,0),(244321,32820,0,1,1,0,0,-5095.77,-802.078,495.132,5.84318,600,20,0,2,0,1,0,0,0),(244320,32820,0,1,1,0,0,-5094.72,-806.292,495.161,0.745942,600,20,0,2,0,1,0,0,0),(244319,32820,0,1,1,0,0,-5090.63,-807.07,495.078,1.75518,600,20,0,2,0,1,0,0,0),(244318,32820,0,1,1,0,0,-5081.14,-803.525,495.128,0.848043,600,20,0,2,0,1,0,0,0),(244317,32820,0,1,1,0,0,-5079.51,-793.698,495.44,2.5445,600,20,0,2,0,1,0,0,0),(244316,32820,0,1,1,0,0,-5079.43,-789.073,495.722,3.73046,600,20,0,2,0,1,0,0,0),(244315,32820,0,1,1,0,0,-5095.91,-792.882,495.157,5.22664,600,20,0,2,0,1,0,0,0),(244314,32820,0,1,1,0,0,-5090.39,-807.055,495.08,2.00258,600,20,0,2,0,1,0,0,0),(244313,32820,0,1,1,0,0,-5076.41,-803.853,495.127,2.04185,600,20,0,2,0,1,0,0,0),(244312,32820,0,1,1,0,0,-5074.94,-799.68,495.127,3.3299,600,20,0,2,0,1,0,0,0),(244311,32820,0,1,1,0,0,-5083.38,-787.805,495.911,4.78682,600,20,0,2,0,1,0,0,0),(244310,32820,0,1,1,0,0,-5097.2,-797.589,495.127,0.435709,600,20,0,2,0,1,0,0,0),(244309,32820,0,1,1,0,0,-5087.72,-803.254,495.127,3.21995,600,20,0,2,0,1,0,0,0),(244308,32820,0,1,1,0,0,-5040.8,-803.692,495.129,2.81595,600,20,0,2,0,1,0,0,0),(244307,32820,0,1,1,0,0,-3756.55,-762.724,9.32934,2.4319,600,20,0,2,0,1,0,0,0),(244306,32820,0,1,1,0,0,-14293.8,517.256,8.95354,3.72474,600,20,0,2,0,1,0,0,0),(244305,32820,0,1,1,0,0,2047.95,292.193,56.5388,3.68053,600,20,0,2,0,1,0,0,0),(244304,32820,0,1,1,0,0,2560.58,1207.44,66.8358,3.85013,600,20,0,2,0,1,0,0,0),(244303,32820,0,1,1,0,0,2589.44,475.936,25.3739,3.21396,600,20,0,2,0,1,0,0,0),(244302,32820,0,1,1,0,0,2291.65,732.825,33.7658,5.40522,600,20,0,2,0,1,0,0,0),(244301,32820,0,1,1,0,0,2269.4,950.182,46.8056,1.88271,600,20,0,2,0,1,0,0,0),(244300,32820,0,1,1,0,0,-9327.92,185.507,62.7096,4.07265,600,20,0,2,0,1,0,0,0),(244299,32820,0,1,1,0,0,2287.89,440.899,35.0368,3.14177,600,20,0,2,0,1,0,0,0),(244298,32820,0,1,1,0,0,2285.45,441.484,34.6447,6.04774,600,20,0,2,0,1,0,0,0),(244297,32820,0,1,1,0,0,2283.48,462.282,33.7857,0.615141,600,20,0,2,0,1,0,0,0),(244296,32820,0,1,1,0,0,2286.11,463.02,33.7305,3.4143,600,20,0,2,0,1,0,0,0),(244295,32820,0,1,1,0,0,-6689.68,-2200.1,248.974,0.0691265,600,20,0,2,0,1,0,0,0),(244294,32820,0,1,1,0,0,-8258.65,-2617.86,133.251,2.3871,600,20,0,2,0,1,0,0,0),(244293,32820,0,1,1,0,0,-8260.93,-2615.06,133.292,5.39675,600,20,0,2,0,1,0,0,0),(244292,32820,0,1,1,0,0,-8243.34,-2610.47,133.155,2.40595,600,20,0,2,0,1,0,0,0),(244291,32820,0,1,1,0,0,-8246.66,-2607.97,133.155,5.62294,600,20,0,2,0,1,0,0,0),(244290,32820,0,1,1,0,0,-8253.41,-2609.76,133.155,1.12654,600,20,0,2,0,1,0,0,0),(244289,32820,0,1,1,0,0,2281.77,453.836,33.9988,4.05597,600,20,0,2,0,1,0,0,0),(244288,32820,0,1,1,0,0,-9475.93,-3009.16,134.516,0.205501,600,20,0,2,0,1,0,0,0),(244287,32820,0,1,1,0,0,-9191.3,-2309.23,89.4674,4.11041,600,20,0,2,0,1,0,0,0),(244286,32820,0,1,1,0,0,-2958.56,-1753.26,9.50943,5.57129,600,20,0,2,0,1,0,0,0),(244285,32820,0,1,1,0,0,-5387.28,37.1367,395.534,6.2025,600,20,0,2,0,1,0,0,0),(244284,32820,0,1,1,0,0,-8557.35,-209.402,84.2385,3.1912,600,20,0,2,0,1,0,0,0),(244283,32820,0,1,1,0,0,-8656.88,-124.537,90.8129,3.17155,600,20,0,2,0,1,0,0,0),(244282,32820,0,1,1,0,0,-8647.69,-133.363,87.7432,2.11912,600,20,0,2,0,1,0,0,0),(244281,32820,0,1,1,0,0,-8631.62,-143.587,86.3522,3.1205,600,20,0,2,0,1,0,0,0),(244280,32820,0,1,1,0,0,-8633.86,-149.127,86.0851,2.02487,600,20,0,2,0,1,0,0,0),(244279,32820,0,1,1,0,0,-8613.21,-165.797,85.7466,2.33118,600,20,0,2,0,1,0,0,0),(244278,32820,0,1,1,0,0,-8597.56,-168.066,86.7534,3.37969,600,20,0,2,0,1,0,0,0),(244277,32820,0,1,1,0,0,-8617.63,-139.172,87.0543,4.94263,600,20,0,2,0,1,0,0,0),(244276,32820,0,1,1,0,0,-8776.25,-110.324,83.546,3.32031,600,20,0,2,0,1,0,0,0),(244275,32820,0,1,1,0,0,-8785.22,-107.864,83.2028,0.123741,600,20,0,2,0,1,0,0,0),(244274,32820,0,1,1,0,0,-8781.03,-131.108,82.3968,0.897357,600,20,0,2,0,1,0,0,0),(244273,32820,0,1,1,0,0,-8756.49,-174.042,84.9656,3.31921,600,20,0,2,0,1,0,0,0),(244272,32820,0,1,1,0,0,-8770.16,-164.681,82.478,0.248304,600,20,0,2,0,1,0,0,0),(244271,32820,0,1,1,0,0,-8775.73,-181.91,82.5802,3.23282,600,20,0,2,0,1,0,0,0),(244270,32820,0,1,1,0,0,-8768.27,-178.215,83.3675,2.51811,600,20,0,2,0,1,0,0,0),(244269,32820,0,1,1,0,0,-9113.54,-339.171,73.3014,4.93007,600,20,0,2,0,1,0,0,0),(244268,32820,0,1,1,0,0,-9142.99,-340.123,72.6333,0.0818056,600,20,0,2,0,1,0,0,0),(244267,32820,0,1,1,0,0,-8958.33,-432.896,64.651,1.27326,600,20,0,2,0,1,0,0,0),(244266,32820,0,1,1,0,0,-8950.56,-429.528,65.1177,2.42386,600,20,0,2,0,1,0,0,0),(244265,32820,0,1,1,0,0,-9065.73,-284.406,73.7253,0.336275,600,20,0,2,0,1,0,0,0),(244264,32820,0,1,1,0,0,-9064,-283.949,73.6745,3.43703,600,20,0,2,0,1,0,0,0),(244263,32820,0,1,1,0,0,-9016.16,-310.595,73.9234,0.27187,600,20,0,2,0,1,0,0,0),(244262,32820,0,1,1,0,0,-9040.38,-303.146,74.3207,2.427,600,20,0,2,0,1,0,0,0),(244261,32820,0,1,1,0,0,-8669.95,-127.286,92.3917,2.34329,600,20,0,2,0,1,0,0,0),(244260,32820,0,1,1,0,0,-8670.19,-121.659,92.0285,2.88129,600,20,0,2,0,1,0,0,0),(244259,32820,0,1,1,0,0,-8666.96,-117.197,92.3837,3.99341,600,20,0,2,0,1,0,0,0),(244258,32820,0,1,1,0,0,-8686.07,-108.569,89.1135,2.78625,600,20,0,2,0,1,0,0,0),(244257,32820,0,1,1,0,0,-9098.24,-317.918,73.3343,2.3535,600,20,0,2,0,1,0,0,0),(244256,32820,0,1,1,0,0,-9100.01,-318.048,73.2989,0.825899,600,20,0,2,0,1,0,0,0),(244255,32820,0,1,1,0,0,-9099.05,-316.07,73.2522,4.72462,600,20,0,2,0,1,0,0,0),(244254,32820,0,1,1,0,0,-9002.91,-297.798,71.1119,1.96551,600,20,0,2,0,1,0,0,0),(244253,32820,0,1,1,0,0,-8852.69,-373.834,70.594,2.33229,600,20,0,2,0,1,0,0,0),(244252,32820,0,1,1,0,0,-9056.23,-339.958,73.4526,1.3529,600,20,0,2,0,1,0,0,0),(244251,32820,0,1,1,0,0,-9053.11,-362.477,73.5042,1.69219,600,20,0,2,0,1,0,0,0),(244250,32820,0,1,1,0,0,-9033.21,-347.614,74.1532,0.925643,600,20,0,2,0,1,0,0,0),(244249,32820,0,1,1,0,0,-9031.94,-346.149,74.21,4.03346,600,20,0,2,0,1,0,0,0),(244248,32820,0,1,1,0,0,-9027.26,-326.174,73.7017,1.51626,600,20,0,2,0,1,0,0,0),(244247,32820,0,1,1,0,0,-9067.4,-299.552,73.4566,5.35529,600,20,0,2,0,1,0,0,0),(244246,32820,0,1,1,0,0,-9085.39,-308.122,73.3757,4.73482,600,20,0,2,0,1,0,0,0),(244245,32820,0,1,1,0,0,-9085.03,-310.686,73.4186,1.76288,600,20,0,2,0,1,0,0,0),(244244,32820,0,1,1,0,0,-9111.6,-339.933,73.3671,2.90956,600,20,0,2,0,1,0,0,0),(244243,32820,0,1,1,0,0,-9114.81,-341.066,73.2501,1.02225,600,20,0,2,0,1,0,0,0),(244242,32820,0,1,1,0,0,-9093.79,-350.975,73.4519,0.331884,600,20,0,2,0,1,0,0,0),(244241,32820,0,1,1,0,0,-9093.95,-363.895,73.4845,1.58774,600,20,0,2,0,1,0,0,0),(244240,32820,0,1,1,0,0,-9083.1,-370.122,73.4512,2.04719,600,20,0,2,0,1,0,0,0),(244239,32820,0,1,1,0,0,-9067.18,-379.59,73.4847,4.20468,600,20,0,2,0,1,0,0,0),(244238,32820,0,1,1,0,0,-9068.83,-382.097,73.4742,1.12514,600,20,0,2,0,1,0,0,0),(244237,32820,0,1,1,0,0,-9044.58,-43.6128,88.3693,1.24136,600,20,0,2,0,1,0,0,0),(244236,32820,0,1,1,0,0,-9045.34,-46.7572,88.3206,4.60601,600,20,0,2,0,1,0,0,0),(244235,32820,0,1,1,0,0,-9082.31,410.951,92.2809,3.21226,600,20,0,2,0,1,0,0,0),(244234,32820,0,1,1,0,0,-9180.08,300.471,78.2777,1.48024,600,20,0,2,0,1,0,0,0),(244233,32820,0,1,1,0,0,-9075.59,426.68,93.0562,3.78874,600,20,0,2,0,1,0,0,0),(244232,32820,0,1,1,0,0,-9330.46,180.936,61.6792,4.1716,600,20,0,2,0,1,0,0,0),(244231,32820,0,1,1,0,0,-7442.29,-2257.15,347.476,5.51524,600,20,0,2,0,1,0,0,0),(244230,32820,0,1,1,0,0,-11251.2,1870.46,35.5459,2.39153,600,20,0,2,0,1,0,0,0),(244229,32820,0,1,1,0,0,-11259.8,1888.13,35.7742,4.43043,600,20,0,2,0,1,0,0,0),(244228,32820,0,1,1,0,0,-11265.3,1875.47,36.7309,5.89441,600,20,0,2,0,1,0,0,0),(244227,32820,0,1,1,0,0,-9525.15,89.6348,58.9238,4.11548,600,20,0,2,0,1,0,0,0),(244226,32820,0,1,1,0,0,-9540.56,115.219,59.1773,4.62012,600,20,0,2,0,1,0,0,0),(244225,32820,0,1,1,0,0,-9541.73,87.4378,59.3029,6.23082,600,20,0,2,0,1,0,0,0),(244224,32820,0,1,1,0,0,-9566.38,31.1655,61.4444,1.58992,600,20,0,2,0,1,0,0,0),(244223,32820,0,1,1,0,0,-858.831,-559.944,11.7749,1.50098,600,20,0,2,0,1,0,0,0),(244222,32820,0,1,1,0,0,-858.777,-558.361,11.7749,4.66003,600,20,0,2,0,1,0,0,0),(244221,32820,0,1,1,0,0,-6663,-2169.4,245.456,2.49582,600,20,0,2,0,1,0,0,0),(244220,32820,0,1,1,0,0,-6665.69,-2167.53,245.456,5.67232,600,20,0,2,0,1,0,0,0),(244219,32820,0,1,1,0,0,2251.53,240.007,34.3437,3.05433,600,20,0,2,0,1,0,0,0),(244218,32820,0,1,1,0,0,2249.08,240.226,34.3437,6.14356,600,20,0,2,0,1,0,0,0),(244217,32820,0,1,1,0,0,-9.5064,-933.083,57.2556,2.74017,600,20,0,2,0,1,0,0,0),(244216,32820,0,1,1,0,0,-11.5524,-932.199,57.2556,5.84685,600,20,0,2,0,1,0,0,0),(244215,32820,0,1,1,0,0,1637.09,236.273,-43.0193,4.34587,600,20,0,2,0,1,0,0,0),(244214,32820,0,1,1,0,0,1635.82,233.67,-43.0193,1.11701,600,20,0,2,0,1,0,0,0),(244213,32820,0,1,1,0,0,-14460.8,492.998,15.208,3.92699,600,20,0,2,0,1,0,0,0),(244212,32820,0,1,1,0,0,-14461.9,491.803,15.2063,0.837758,600,20,0,2,0,1,0,0,0),(244211,32820,0,1,1,0,0,-4852.92,-872.19,501.997,1.69297,600,20,0,2,0,1,0,0,0),(244210,32820,0,1,1,0,0,-4853.14,-870.297,501.997,4.81711,600,20,0,2,0,1,0,0,0),(244209,32820,0,1,1,0,0,-5581.07,-523.102,400.846,4.62512,600,20,0,2,0,1,0,0,0),(244208,32820,0,1,1,0,0,-5581.24,-525.341,400.846,1.51844,600,20,0,2,0,1,0,0,0),(244207,32820,0,1,1,0,0,-9225.23,-2153.85,64.0168,6.23082,600,20,0,2,0,1,0,0,0),(244206,32820,0,1,1,0,0,-9223.84,-2153.94,64.0168,3.01942,600,20,0,2,0,1,0,0,0),(244205,32820,0,1,1,0,0,-10523.5,-1162.52,27.5597,4.66003,600,20,0,2,0,1,0,0,0),(244204,32820,0,1,1,0,0,-10523.2,-1164.94,27.5597,1.5708,600,20,0,2,0,1,0,0,0),(244203,32820,0,1,1,0,0,-10645.7,1177.46,34.5556,4.13643,600,20,0,2,0,1,0,0,0),(244202,32820,0,1,1,0,0,-10647.7,1174.96,34.4276,1.09956,600,20,0,2,0,1,0,0,0),(244201,32820,0,1,1,0,0,-8864.07,675.996,97.9864,2.87979,600,20,0,2,0,1,0,0,0),(244200,32820,0,1,1,0,0,-8866.35,676.362,97.9864,0.034907,600,20,0,2,0,1,0,0,0),(244199,32820,0,1,1,0,0,-9465.93,24.9355,56.6126,3.12414,600,20,0,2,0,1,0,0,0),(244198,32820,0,1,1,0,0,-9468.33,24.9295,56.5369,6.0912,600,20,0,2,0,1,0,0,0),(244197,32820,0,1,1,0,0,-9155.61,261.754,80.1009,2.98844,600,20,0,2,0,1,0,0,0),(244196,32820,0,1,1,0,0,-9227.25,318.984,73.9797,5.50171,600,20,0,2,0,1,0,0,0),(244195,32820,0,1,1,0,0,-9140.75,332.216,91.2239,2.34441,600,20,0,2,0,1,0,0,0),(244194,32820,0,1,1,0,0,-9170.68,377.801,88.388,5.18362,600,20,0,2,0,1,0,0,0),(244193,32820,0,1,1,0,0,-9177.49,414.626,90.1926,5.65879,600,20,0,2,0,1,0,0,0),(244192,32820,0,1,1,0,0,-9116.37,334.754,93.3562,1.99884,600,20,0,2,0,1,0,0,0),(244191,32820,0,1,1,0,0,-9109.08,365.884,93.9828,2.40332,600,20,0,2,0,1,0,0,0),(244190,32820,0,1,1,0,0,-9143.81,412.898,93.7079,5.32893,600,20,0,2,0,1,0,0,0),(244189,32820,0,1,1,0,0,-5155.07,-854.489,508.115,5.0845,600,20,0,2,0,1,0,0,0),(244188,32820,0,1,1,0,0,-9400.13,111.152,60.0272,5.17295,600,20,0,2,0,1,0,0,0),(244187,32820,0,1,1,0,0,1828.96,210.695,60.2619,1.24504,600,20,0,2,0,1,0,0,0),(244186,32820,0,1,1,0,0,-5151.65,-852.495,508.667,4.58185,600,20,0,2,0,1,0,0,0),(244185,32820,0,1,1,0,0,1832.47,210.797,60.312,2.04222,600,20,0,2,0,1,0,0,0),(244184,32820,0,1,1,0,0,1945.08,252.741,44.3246,3.58978,600,20,0,2,0,1,0,0,0),(244183,32820,0,1,1,0,0,2052.22,294.354,56.9512,3.27529,600,20,0,2,0,1,0,0,0),(244182,32820,0,1,1,0,0,-9431.98,56.7107,56.6996,6.16101,600,20,0,2,0,1,0,0,0),(244181,32820,0,1,1,0,0,-9431.32,55.0524,56.6871,3.38594,600,20,0,2,0,1,0,0,0),(244180,32820,0,1,1,0,0,-9428.72,54.0571,56.819,1.91986,600,20,0,2,0,1,0,0,0),(244179,32820,0,1,1,0,0,-9431.01,58.3279,56.7729,5.48033,600,20,0,2,0,1,0,0,0),(244178,32820,0,1,1,0,0,-9429.92,56.1355,56.7913,2.98451,600,20,0,2,0,1,0,0,0),(244177,32820,0,1,1,0,0,-9238.75,-2055.19,77.099,4.86356,600,20,0,2,0,1,0,0,0),(244176,32820,0,1,1,0,0,-8932.72,-163.066,80.9754,5.81801,600,20,0,2,0,1,0,0,0),(244175,32820,0,1,1,0,0,-11252.4,1881.89,35.4734,3.69371,600,20,0,2,0,1,0,0,0),(244174,32820,0,1,1,0,0,-3428.97,-953.84,10.2242,1.44862,600,20,0,2,0,1,0,0,0),(244173,32820,0,1,1,0,0,-3434.67,-956.682,9.65595,5.23599,600,20,0,2,0,1,0,0,0),(244172,32820,0,1,1,0,0,-623.67,-533.012,34.4668,1.44862,600,20,0,2,0,1,0,0,0),(244171,32820,0,1,1,0,0,-623.304,-530.146,34.2168,4.2586,600,20,0,2,0,1,0,0,0),(244170,32820,0,1,1,0,0,-7599.02,-2067,129.618,2.84489,600,20,0,2,0,1,0,0,0),(244169,32820,0,1,1,0,0,-7592.49,-2065.33,131.078,2.35619,600,20,0,2,0,1,0,0,0),(244168,32820,0,1,1,0,0,-7595.41,-2060.63,131.677,2.99611,600,20,0,2,0,1,0,0,0),(244167,32820,0,1,1,0,0,-7603.89,-2066,129.675,6.24828,600,20,0,2,0,1,0,0,0),(244166,32820,0,1,1,0,0,600.03,1355.18,88.8279,4.07527,600,20,0,2,0,1,0,0,0),(244165,32820,0,1,1,0,0,602.084,1351.74,88.1745,3.05093,600,20,0,2,0,1,0,0,0),(244164,32820,0,1,1,0,0,595.365,1345.8,90.1562,1.8675,600,20,0,2,0,1,0,0,0),(244163,32820,0,1,1,0,0,593.821,1350.02,90.3997,0.490553,600,20,0,2,0,1,0,0,0),(244162,32820,0,1,1,0,0,-8842.71,856.191,98.5909,4.99164,600,20,0,2,0,1,0,0,0),(244161,32820,0,1,1,0,0,-8840.87,851.164,98.8638,1.91986,600,20,0,2,0,1,0,0,0),(244160,32820,0,1,1,0,0,-615.6,-532.523,35.7472,5.23599,600,20,0,2,0,1,0,0,0),(244159,32820,0,1,1,0,0,-614.224,-535.796,36.2243,2.21657,600,20,0,2,0,1,0,0,0),(244158,32820,0,1,1,0,0,-10642.2,1083.53,35.0052,5.23599,600,20,0,2,0,1,0,0,0),(244157,32820,0,1,1,0,0,-10646.3,1075.05,34.6687,4.2586,600,20,0,2,0,1,0,0,0),(244156,32820,0,1,1,0,0,-10640.6,1080.97,34.8855,2.21657,600,20,0,2,0,1,0,0,0),(244155,32820,0,1,1,0,0,-10647,1072.17,34.0896,1.51844,600,20,0,2,0,1,0,0,0),(244154,32820,0,1,1,0,0,-4688.58,-1213.5,501.743,4.2586,600,20,0,2,0,1,0,0,0),(244153,32820,0,1,1,0,0,-4706.34,-1233.23,501.743,4.2586,600,20,0,2,0,1,0,0,0),(244152,32820,0,1,1,0,0,-4692.72,-1218.07,501.743,0.750492,600,20,0,2,0,1,0,0,0),(244151,32820,0,1,1,0,0,-4708.43,-1236.96,501.743,1.11701,600,20,0,2,0,1,0,0,0),(244150,32820,0,1,1,0,0,-125.36,-821.476,55.4535,3.56047,600,20,0,2,0,1,0,0,0),(244149,32820,0,1,1,0,0,-129.014,-823.608,55.2595,0.593412,600,20,0,2,0,1,0,0,0),(244148,32820,0,1,1,0,0,-125.86,-811.308,55.3297,5.88176,600,20,0,2,0,1,0,0,0),(244147,32820,0,1,1,0,0,-122.378,-813.281,55.6416,3.01942,600,20,0,2,0,1,0,0,0),(244146,32820,0,1,1,0,0,-14374.6,137.59,0.44237,4.40481,600,20,0,2,0,1,0,0,0),(244145,32820,0,1,1,0,0,-14385.1,122.559,1.3256,0.642415,600,20,0,2,0,1,0,0,0),(244144,32820,0,1,1,0,0,-14388.8,125.666,1.1453,5.5676,600,20,0,2,0,1,0,0,0),(244143,32820,0,1,1,0,0,-14371.5,132.86,1.04293,1.78024,600,20,0,2,0,1,0,0,0),(244142,32820,0,1,1,0,0,-10344.4,-3306.41,23.1961,2.02267,600,20,0,2,0,1,0,0,0),(244141,32820,0,1,1,0,0,-10350.1,-3307.59,23.2149,0.191986,600,20,0,2,0,1,0,0,0),(244140,32820,0,1,1,0,0,-10352,-3296.74,23.6612,5.58471,600,20,0,2,0,1,0,0,0),(244139,32820,0,1,1,0,0,-10680.3,-1147.93,25.833,5.02826,600,20,0,2,0,1,0,0,0),(244138,32820,0,1,1,0,0,-10681.5,-1164.25,25.208,1.03306,600,20,0,2,0,1,0,0,0),(244137,32820,0,1,1,0,0,-10682.6,-1168.07,24.7525,1.44862,600,20,0,2,0,1,0,0,0),(244136,32820,0,1,1,0,0,-10684.3,-1148.58,25.833,5.39903,600,20,0,2,0,1,0,0,0),(244135,32820,0,1,1,0,0,-1117.82,-3543.86,50.2867,5.34071,600,20,0,2,0,1,0,0,0),(244134,32820,0,1,1,0,0,-1115.13,-3547.66,50.1345,2.53073,600,20,0,2,0,1,0,0,0),(244133,32820,0,1,1,0,0,-1142.06,-3553.01,52.2374,2.21657,600,20,0,2,0,1,0,0,0),(244132,32820,0,1,1,0,0,-1143.94,-3549.91,52.3624,5.23599,600,20,0,2,0,1,0,0,0),(244131,32820,0,1,1,0,0,177.178,-2115.24,105.307,5.23599,600,20,0,2,0,1,0,0,0),(244130,32820,0,1,1,0,0,187.437,-2112.56,106.084,4.2586,600,20,0,2,0,1,0,0,0),(244129,32820,0,1,1,0,0,186.365,-2115.52,105.464,3.12523,600,20,0,2,0,1,0,0,0),(244128,32820,0,1,1,0,0,-1195.37,-2682.08,47.0076,2.53073,600,20,0,2,0,1,0,0,0),(244127,32820,0,1,1,0,0,-5250.77,-2895.2,338.614,1.44862,600,20,0,2,0,1,0,0,0),(244126,32820,0,1,1,0,0,-5242.92,-2871.7,338.068,2.21657,600,20,0,2,0,1,0,0,0),(244125,32820,0,1,1,0,0,-5433.93,-500.603,397.292,5.23599,600,20,0,2,0,1,0,0,0),(244124,32820,0,1,1,0,0,-5431.74,-502.427,397.758,2.21657,600,20,0,2,0,1,0,0,0),(244123,32820,0,1,1,0,0,-9382.33,14.4817,61.6174,4.2586,600,20,0,2,0,1,0,0,0),(244122,32820,0,1,1,0,0,-9449.25,-2120.39,69.2066,4.57276,600,20,0,2,0,1,0,0,0),(244121,32820,0,1,1,0,0,1814.13,220.927,59.5969,5.21853,600,20,0,2,0,1,0,0,0),(244120,32820,0,1,1,0,0,-475.423,-4532.37,12.327,0.034308,600,20,0,2,0,1,0,0,0),(244119,32820,0,1,1,0,0,-6688.79,-2191.26,247.728,5.94547,600,20,0,2,0,1,0,0,0),(244118,32820,0,1,1,0,0,-5243.4,-2868.25,336.974,5.23599,600,20,0,2,0,1,0,0,0),(244117,32820,0,1,1,0,0,-5430.02,-489.223,396.787,1.44862,600,20,0,2,0,1,0,0,0),(244116,32820,0,1,1,0,0,-10935.7,-3215.98,41.4308,4.2586,600,20,0,2,0,1,0,0,0),(244115,32820,0,1,1,0,0,-10968.9,-3230.71,41.5834,5.23599,600,20,0,2,0,1,0,0,0),(244114,32820,0,1,1,0,0,-10936.2,-3219.52,41.4308,1.44862,600,20,0,2,0,1,0,0,0),(244113,32820,0,1,1,0,0,-1201.28,-2660.02,45.4031,2.21657,600,20,0,2,0,1,0,0,0),(244112,32820,0,1,1,0,0,-3427.64,-949.945,9.66967,4.2586,600,20,0,2,0,1,0,0,0),(244111,32820,0,1,1,0,0,178.85,-2118.32,104.996,0.85135,600,20,0,2,0,1,0,0,0),(244110,32820,0,1,1,0,0,-9434.02,-2135.57,66.2969,3.75246,600,20,0,2,0,1,0,0,0),(244109,32820,0,1,1,0,0,-9437.42,-2137.57,66.7224,1.98536,600,20,0,2,0,1,0,0,0),(244108,32820,0,1,1,0,0,-10351.3,-3292.1,23.2491,4.5204,600,20,0,2,0,1,0,0,0),(244107,32820,0,1,1,0,0,1816.48,217.623,59.9269,2.04204,600,20,0,2,0,1,0,0,0),(244106,32820,0,1,1,0,0,1793.16,224.844,59.7142,4.46804,600,20,0,2,0,1,0,0,0),(244105,32820,0,1,1,0,0,1792.44,219.541,60.0122,1.5708,600,20,0,2,0,1,0,0,0),(244104,32820,0,1,1,0,0,-468.089,-4537.65,10.3289,1.34167,600,20,0,2,0,1,0,0,0),(244103,32820,0,1,1,0,0,-463.082,-4537.73,9.4355,2.15069,600,20,0,2,0,1,0,0,0),(244102,32820,0,1,1,0,0,-474.941,-4528.3,12.8381,4.66003,600,20,0,2,0,1,0,0,0),(244101,32820,0,1,1,0,0,-6685.3,-2199.44,248.978,3.21141,600,20,0,2,0,1,0,0,0),(244100,32820,0,1,1,0,0,-6686.65,-2194.68,248.353,0.145253,600,20,0,2,0,1,0,0,0),(244099,32820,0,1,1,0,0,-5250.07,-2891.32,339.267,4.2586,600,20,0,2,0,1,0,0,0),(244098,32820,0,1,1,0,0,-5428.45,-486.615,396.646,4.2586,600,20,0,2,0,1,0,0,0),(244097,32820,0,1,1,0,0,-9373.36,22.8965,62.0908,2.21657,600,20,0,2,0,1,0,0,0),(244096,32820,0,1,1,0,0,-9383.17,11.5458,61.1362,1.44862,600,20,0,2,0,1,0,0,0),(244095,32820,0,1,1,0,0,-9375.14,26.3486,61.714,4.83456,600,20,0,2,0,1,0,0,0),(244094,32820,0,1,1,0,0,-10968,-3234.34,41.4491,2.21657,600,20,0,2,0,1,0,0,0),(244093,32820,0,1,1,0,0,-1202.46,-2657.93,45.8036,5.23599,600,20,0,2,0,1,0,0,0),(244092,32820,0,1,1,0,0,-1197.29,-2680.87,46.3772,6.12611,600,20,0,2,0,1,0,0,0),(244091,32820,0,1,1,0,0,-14282.4,55.3707,0.467201,6.21337,600,20,0,2,0,1,0,0,0),(244090,32820,0,1,1,0,0,-14285.2,45.2736,0.5652,1.76951,600,20,0,2,0,1,0,0,0),(244089,32820,0,1,1,0,0,-14289.6,46.9671,0.852089,6.02139,600,20,0,2,0,1,0,0,0),(244088,32820,0,1,1,0,0,-14277.8,54.594,0.903981,2.87979,600,20,0,2,0,1,0,0,0),(244087,32820,0,1,1,0,0,-3433.67,-959.299,9.56594,2.21657,600,20,0,2,0,1,0,0,0),(244086,32820,0,1,1,0,0,-9449.18,-2123.47,69.2066,6.03994,600,20,0,2,0,1,0,0,0),(244085,32820,0,1,1,0,0,-7986.89,-2355.5,124.949,4.57919,600,20,0,2,0,1,0,0,0),(244084,32820,0,1,1,0,0,-7916.41,-1354.48,134.08,3.19768,600,20,0,2,0,1,0,0,0),(244083,32820,0,1,1,0,0,2057.72,357.983,82.4699,5.64937,600,20,0,2,0,1,0,0,0),(244082,32820,0,1,1,0,0,2261.95,280.004,34.6234,2.42705,600,20,0,2,0,1,0,0,0),(244081,32820,0,1,1,0,0,2255.62,271.928,34.4734,2.52523,600,20,0,2,0,1,0,0,0),(244080,32820,0,1,1,0,0,-9337.56,188.283,61.5117,3.72314,600,20,0,2,0,1,0,0,0),(244079,32820,0,1,1,0,0,-9350.81,171.018,61.7532,1.0198,600,20,0,2,0,1,0,0,0),(244078,32820,0,1,1,0,0,-9349.19,176.153,61.726,5.18634,600,20,0,2,0,1,0,0,0),(244077,32820,0,1,1,0,0,-9460.17,26.0472,56.3399,5.44596,600,20,0,2,0,1,0,0,0),(244076,32820,0,1,1,0,0,-5604.8,-527.253,399.659,2.43902,600,20,0,2,0,1,0,0,0),(244075,32820,0,1,1,0,0,-9322.06,168.47,61.6066,2.40367,600,20,0,2,0,1,0,0,0),(244074,32820,0,1,1,0,0,-9474.49,87.242,56.7402,2.98374,600,20,0,2,0,1,0,0,0),(244073,32820,0,1,1,0,0,-5607.53,-511.287,402.237,1.0253,600,20,0,2,0,1,0,0,0),(244072,32820,0,1,1,0,0,2310.73,296.853,37.3108,4.44553,600,20,0,2,0,1,0,0,0),(244071,32820,0,1,1,0,0,-9329.31,166.352,61.5815,1.76357,600,20,0,2,0,1,0,0,0),(244070,32820,0,1,1,0,0,-9318.67,173.348,61.613,2.83957,600,20,0,2,0,1,0,0,0),(244069,32820,0,1,1,0,0,-9344.05,175.877,61.5584,3.59669,600,20,0,2,0,1,0,0,0),(244068,32820,0,1,1,0,0,-9189.71,0.452663,77.6916,3.02419,600,20,0,2,0,1,0,0,0),(244067,32820,0,1,1,0,0,-9180.29,-8.10362,78.8,3.87635,600,20,0,2,0,1,0,0,0),(244066,32820,0,1,1,0,0,-9162.07,13.6444,78.6699,5.53354,600,20,0,2,0,1,0,0,0),(244065,32820,0,1,1,0,0,-9167.2,19.38,78.803,1.52015,600,20,0,2,0,1,0,0,0),(244064,32820,0,1,1,0,0,-9162.92,-2.91795,79.6812,0.60909,600,20,0,2,0,1,0,0,0),(244063,32820,0,1,1,0,0,-9164.88,-6.60355,79.3901,4.80705,600,20,0,2,0,1,0,0,0),(244062,32820,0,1,1,0,0,-9861.1,1290.83,41.8237,1.62479,600,20,0,2,0,1,0,0,0),(244061,32820,0,1,1,0,0,-9877.59,1295.1,42.1903,3.43758,600,20,0,2,0,1,0,0,0),(244060,32820,0,1,1,0,0,-9321.16,270.756,68.0387,6.23488,600,20,0,2,0,1,0,0,0),(244059,32820,0,1,1,0,0,2027.17,187.734,35.9719,3.51091,600,20,0,2,0,1,0,0,0),(244058,32820,0,1,1,0,0,-10145.4,1059.4,36.4085,3.94727,600,20,0,2,0,1,0,0,0),(244057,32820,0,1,1,0,0,-10731.8,1678.61,45.4163,3.35598,600,20,0,2,0,1,0,0,0),(244056,32820,0,1,1,0,0,-9342.2,187.984,61.5586,5.25467,600,20,0,2,0,1,0,0,0),(244055,32820,0,1,1,0,0,-9456.54,-1160.68,52.9803,4.11778,600,20,0,2,0,1,0,0,0),(244054,32820,0,1,1,0,0,1887.28,1494.68,87.9338,4.62341,600,20,0,2,0,1,0,0,0),(244053,32820,0,1,1,0,0,-9854.85,1275.5,40.9487,3.8068,600,20,0,2,0,1,0,0,0),(244052,32820,0,1,1,0,0,-10314.4,1417.72,40.3659,1.51624,600,20,0,2,0,1,0,0,0),(244051,32820,0,1,1,0,0,-11023.7,1429.76,43.6226,3.60857,600,20,0,2,0,1,0,0,0),(244050,32820,0,1,1,0,0,1719.01,1446.6,124.313,2.87145,600,20,0,2,0,1,0,0,0),(244049,32820,0,1,1,0,0,1773.81,769.425,55.5537,3.61274,600,20,0,2,0,1,0,0,0),(244048,32820,0,1,1,0,0,-9354.72,167.942,61.665,0.27367,600,20,0,2,0,1,0,0,0),(244047,32820,0,1,1,0,0,-9954.52,222.797,26.328,4.94774,600,20,0,2,0,1,0,0,0),(244046,32820,0,1,1,0,0,-9734.4,138.944,49.0226,0.433051,600,20,0,2,0,1,0,0,0),(244045,32820,0,1,1,0,0,-9752.98,120.348,15.9225,1.30766,600,20,0,2,0,1,0,0,0),(244044,32820,0,1,1,0,0,-9783.55,84.901,42.6198,3.27819,600,20,0,2,0,1,0,0,0),(244043,32820,0,1,1,0,0,-9797.96,109.575,24.4197,3.88405,600,20,0,2,0,1,0,0,0),(244042,32820,0,1,1,0,0,-9800.68,103.668,24.789,5.76924,600,20,0,2,0,1,0,0,0),(244041,32820,0,1,1,0,0,-9750.53,109.906,25.705,3.41538,600,20,0,2,0,1,0,0,0),(244040,32820,0,1,1,0,0,-9751.76,122.076,16.1832,6.27415,600,20,0,2,0,1,0,0,0),(244039,32820,0,1,1,0,0,-9857.44,157.624,6.20103,0.988133,600,20,0,2,0,1,0,0,0),(244038,32820,0,1,1,0,0,-9849.7,135.178,6.03231,6.08721,600,20,0,2,0,1,0,0,0),(244037,32820,0,1,1,0,0,-9840.62,161.11,4.89257,0.281934,600,20,0,2,0,1,0,0,0),(244036,32820,0,1,1,0,0,-9799.58,167.104,24.0743,2.08218,600,20,0,2,0,1,0,0,0),(244035,32820,0,1,1,0,0,-9888.21,153.554,32.0522,5.88405,600,20,0,2,0,1,0,0,0),(244034,32820,0,1,1,0,0,-9907.61,178.849,31.9818,5.60655,600,20,0,2,0,1,0,0,0),(244033,32820,0,1,1,0,0,-9827.35,124.626,4.25697,6.19969,600,20,0,2,0,1,0,0,0),(244032,32820,0,1,1,0,0,-9819.45,129.544,4.7231,5.83605,600,20,0,2,0,1,0,0,0),(244031,32820,0,1,1,0,0,-9816.59,120.354,45.9586,3.66559,600,20,0,2,0,1,0,0,0),(244030,32820,0,1,1,0,0,-9865.25,170.29,19.6687,5.36632,600,20,0,2,0,1,0,0,0),(244029,32820,0,1,1,0,0,-9822.68,180.421,22.9706,3.13012,600,20,0,2,0,1,0,0,0),(244028,32820,0,1,1,0,0,-9852.19,179.62,20.9187,3.22526,600,20,0,2,0,1,0,0,0),(244027,32820,0,1,1,0,0,-9885.02,196.351,15.2175,2.27603,600,20,0,2,0,1,0,0,0),(244026,32820,0,1,1,0,0,-9884.25,260.653,34.8986,2.57944,600,20,0,2,0,1,0,0,0),(244025,32820,0,1,1,0,0,-9879.43,190.812,16.6024,1.79753,600,20,0,2,0,1,0,0,0),(244024,32820,0,1,1,0,0,-9879.33,217.356,14.1337,5.82548,600,20,0,2,0,1,0,0,0),(244023,32820,0,1,1,0,0,-9871.14,237.252,19.4741,4.31734,600,20,0,2,0,1,0,0,0),(244022,32820,0,1,1,0,0,-9480.22,-1159.73,50.8268,0.586483,600,20,0,2,0,1,0,0,0),(244021,32820,0,1,1,0,0,1826.44,235.119,60.824,4.43314,600,20,0,2,0,1,0,0,0),(244020,32820,0,1,1,0,0,1816.68,233.928,60.6217,2.06775,600,20,0,2,0,1,0,0,0),(244019,32820,0,1,1,0,0,1828.56,240.548,60.8235,1.30383,600,20,0,2,0,1,0,0,0),(244018,32820,0,1,1,0,0,1813.03,233.163,60.6701,0.206939,600,20,0,2,0,1,0,0,0),(244017,32820,0,1,1,0,0,1828.39,233.235,60.4152,2.80998,600,20,0,2,0,1,0,0,0),(244016,32820,0,1,1,0,0,1824.81,233.503,60.3995,0.366519,600,20,0,2,0,1,0,0,0),(244015,32820,0,1,1,0,0,1815.06,236.906,60.5297,0.263669,600,20,0,2,0,1,0,0,0),(244014,32820,0,1,1,0,0,1826.81,257.185,59.8664,4.06662,600,20,0,2,0,1,0,0,0),(244013,32820,0,1,1,0,0,1829.69,244.7,60.1498,4.44542,600,20,0,2,0,1,0,0,0),(244012,32820,0,1,1,0,0,1834.12,242.622,59.9811,2.70282,600,20,0,2,0,1,0,0,0),(244011,32820,0,1,1,0,0,1826.47,231.201,60.3244,1.71042,600,20,0,2,0,1,0,0,0),(244010,32820,0,1,1,0,0,-5145.6,-614.992,398.375,3.93084,600,20,0,2,0,1,0,0,0),(244009,32820,0,1,1,0,0,-5160.29,-623.134,397.509,4.788,600,20,0,2,0,1,0,0,0),(244008,32820,0,1,1,0,0,-5155.71,-625.177,397.533,3.62304,600,20,0,2,0,1,0,0,0),(244007,32820,0,1,1,0,0,-5148.86,-587.004,397.285,1.79353,600,20,0,2,0,1,0,0,0),(244006,32820,0,1,1,0,0,-5150.19,-581.106,397.262,4.93512,600,20,0,2,0,1,0,0,0),(244005,32820,0,1,1,0,0,-5159.97,-627.401,397.341,0.481445,600,20,0,2,0,1,0,0,0),(244004,32820,0,1,1,0,0,-5161.28,-607.041,398.095,3.42675,600,20,0,2,0,1,0,0,0),(244003,32820,0,1,1,0,0,-5142.32,-609.345,398.355,4.1853,600,20,0,2,0,1,0,0,0),(244002,32820,0,1,1,0,0,-5144.81,-600.602,398.184,3.86989,600,20,0,2,0,1,0,0,0),(244001,32820,0,1,1,0,0,-5149.82,-605.071,398.556,0.7283,600,20,0,2,0,1,0,0,0),(244000,32820,0,1,1,0,0,-5162.54,-600.876,398.227,4.91465,600,20,0,2,0,1,0,0,0),(243999,32820,0,1,1,0,0,-5141.22,-594.877,397.547,4.15292,600,20,0,2,0,1,0,0,0),(243998,32820,0,1,1,0,0,-5154.86,-585.464,397.293,6.03208,600,20,0,2,0,1,0,0,0),(243997,32820,0,1,1,0,0,-5165.99,-608.422,397.667,1.14204,600,20,0,2,0,1,0,0,0),(243996,32820,0,1,1,0,0,-5170.15,-578.862,397.368,4.41018,600,20,0,2,0,1,0,0,0),(243995,32820,0,1,1,0,0,-5178.24,-601.539,397.367,5.77101,600,20,0,2,0,1,0,0,0),(243994,32820,0,1,1,0,0,-5179.54,-596.714,397.412,4.97636,600,20,0,2,0,1,0,0,0),(243993,32820,0,1,1,0,0,-5166.66,-586.277,397.821,3.18844,600,20,0,2,0,1,0,0,0),(243992,32820,0,1,1,0,0,-5172.55,-586.553,397.906,0.046851,600,20,0,2,0,1,0,0,0),(243991,32820,0,1,1,0,0,-5207.01,-509.638,388.825,3.95016,600,20,0,2,0,1,0,0,0),(243990,32820,0,1,1,0,0,-5194.19,-519.275,390.262,1.95859,600,20,0,2,0,1,0,0,0),(243989,32820,0,1,1,0,0,-5210.78,-506.068,388.505,5.52483,600,20,0,2,0,1,0,0,0),(243988,32820,0,1,1,0,0,-5149.61,-634.204,397.265,1.72788,600,20,0,2,0,1,0,0,0),(243987,32820,0,1,1,0,0,-5185.08,-608.256,397.26,0.506145,600,20,0,2,0,1,0,0,0),(243986,32820,0,1,1,0,0,-5139.07,-579.316,397.26,4.03171,600,20,0,2,0,1,0,0,0),(243985,32820,0,1,1,0,0,-5195.69,-515.611,389.714,5.10018,600,20,0,2,0,1,0,0,0),(243984,32820,0,1,1,0,0,-5210.18,-512.958,389.592,0.808568,600,20,0,2,0,1,0,0,0),(243983,32820,0,1,1,0,0,-9127.97,347.931,93.9306,3.87463,600,20,0,2,0,1,0,0,0),(243982,32820,0,1,1,0,0,-9126.82,338.231,93.9283,3.97886,600,20,0,2,0,1,0,0,0),(243981,32820,0,1,1,0,0,-9130.69,333.939,93.3105,0.837273,600,20,0,2,0,1,0,0,0),(243980,32820,0,1,1,0,0,-9130.91,344.503,93.7304,0.942478,600,20,0,2,0,1,0,0,0),(243979,32820,0,1,1,0,0,-9118.48,348.456,93.9492,3.78736,600,20,0,2,0,1,0,0,0),(243978,32820,0,1,1,0,0,-9142.22,339.801,91.3411,3.19433,600,20,0,2,0,1,0,0,0),(243977,32820,0,1,1,0,0,-9131.85,358.836,92.3964,0.976147,600,20,0,2,0,1,0,0,0),(243976,32820,0,1,1,0,0,-9130.68,347.471,93.6376,5.67232,600,20,0,2,0,1,0,0,0),(243975,32820,0,1,1,0,0,-9128.35,345.368,94.0594,2.68781,600,20,0,2,0,1,0,0,0),(243974,32820,0,1,1,0,0,-9118.65,325.3,93.3136,1.91986,600,20,0,2,0,1,0,0,0),(243973,32820,0,1,1,0,0,-9114.79,338.765,93.6277,2.9147,600,20,0,2,0,1,0,0,0),(243972,32820,0,1,1,0,0,-5037.43,-789.404,495.213,3.49257,600,20,0,2,0,1,0,0,0),(243971,32820,0,1,1,0,0,-9129.28,362.629,92.3738,4.11774,600,20,0,2,0,1,0,0,0),(243970,32820,0,1,1,0,0,-5041.32,-790.831,495.211,0.350973,600,20,0,2,0,1,0,0,0),(243969,32820,0,1,1,0,0,-9145.26,339.64,90.6757,0.052739,600,20,0,2,0,1,0,0,0),(243968,32820,0,1,1,0,0,-5038.69,-793.428,495.214,2.36238,600,20,0,2,0,1,0,0,0),(243967,32820,0,1,1,0,0,-9548.47,115.032,59.1045,3.35103,600,20,0,2,0,1,0,0,0),(243966,32820,0,1,1,0,0,-9554.76,82.208,59.0394,1.38046,600,20,0,2,0,1,0,0,0),(243965,32820,0,1,1,0,0,-9547.6,83.9896,59.5094,5.09636,600,20,0,2,0,1,0,0,0),(243964,32820,0,1,1,0,0,991.534,-1441.7,63.8837,1.57881,600,20,0,2,0,1,0,0,0),(243963,32820,0,1,1,0,0,1002.38,-1469.14,62.0178,0.285257,600,20,0,2,0,1,0,0,0),(243962,32820,0,1,1,0,0,991.474,-1439.02,64.4612,4.86805,600,20,0,2,0,1,0,0,0),(243961,32820,0,1,1,0,0,1005.67,-1467.89,61.4503,3.50539,600,20,0,2,0,1,0,0,0),(243960,32820,0,1,1,0,0,-9389.17,26.7242,60.1325,4.5204,600,20,0,2,0,1,0,0,0),(243959,32820,0,1,1,0,0,-10943.7,-3228.1,41.5281,4.5204,600,20,0,2,0,1,0,0,0),(243958,32820,0,1,1,0,0,-1208.24,-2664.68,45.3872,5.93412,600,20,0,2,0,1,0,0,0),(243957,32820,0,1,1,0,0,-10697.6,-1158.41,25.0413,3.90954,600,20,0,2,0,1,0,0,0),(243956,32820,0,1,1,0,0,-5243.61,-2892.8,338.307,1.93731,600,20,0,2,0,1,0,0,0),(243955,32820,0,1,1,0,0,-5415.36,-497.514,396.772,4.76475,600,20,0,2,0,1,0,0,0),(243954,32820,0,1,1,0,0,-10645.8,1061.62,33.1256,5.49779,600,20,0,2,0,1,0,0,0),(243953,32820,0,1,1,0,0,183.036,-2129.67,103.204,3.66519,600,20,0,2,0,1,0,0,0),(243952,32820,0,1,1,0,0,-9432.88,-2136.9,66.4413,4.17939,600,20,0,2,0,1,0,0,0),(243951,32820,0,1,1,0,0,-9386.23,26.1518,60.6273,4.5204,600,20,0,2,0,1,0,0,0),(243950,32820,0,1,1,0,0,-14298.2,55.3486,1.47578,2.54818,600,20,0,2,0,1,0,0,0),(243949,32820,0,1,1,0,0,-3442.66,-947.768,9.99993,4.10152,600,20,0,2,0,1,0,0,0),(243948,32820,0,1,1,0,0,-612.235,-547.718,36.5576,4.5204,600,20,0,2,0,1,0,0,0),(243947,32820,0,1,1,0,0,-14298.2,55.3486,1.47578,2.54818,600,20,0,2,0,1,0,0,0),(243946,32820,0,1,1,0,0,-1208.24,-2664.68,45.3872,5.93412,600,20,0,2,0,1,0,0,0),(243945,32820,0,1,1,0,0,992.215,-1450.24,61.5221,2.99252,600,20,0,2,0,1,0,0,0),(243944,32820,0,1,1,0,0,-6300.15,-3497.22,249.889,0.483008,600,20,0,2,0,1,0,0,0),(243943,32820,0,1,1,0,0,-10569.2,270.718,30.3921,2.22656,600,20,0,2,0,1,0,0,0),(243942,32820,0,1,1,0,0,-9553.82,-1369.03,51.2913,4.73714,600,20,0,2,0,1,0,0,0),(243941,32820,0,1,1,0,0,1832.91,267.348,59.9059,5.20296,600,20,0,2,0,1,0,0,0),(243940,32820,0,1,1,0,0,1831.32,263.327,59.7531,0.343526,600,20,0,2,0,1,0,0,0),(243939,32820,0,1,1,0,0,1829.44,268.891,59.9694,5.55464,600,20,0,2,0,1,0,0,0),(243938,32820,0,1,1,0,0,1827.62,265.956,59.9849,5.97439,600,20,0,2,0,1,0,0,0),(243937,32820,0,1,1,0,0,1835.32,263.231,59.9427,5.64963,600,20,0,2,0,1,0,0,0),(243936,32820,0,1,1,0,0,1825.34,223.486,60.3934,2.58265,600,20,0,2,0,1,0,0,0),(243935,32820,0,1,1,0,0,1824.52,227.309,60.1057,4.05004,600,20,0,2,0,1,0,0,0),(243934,32820,0,1,1,0,0,1821.38,222.513,60.1257,1.27628,600,20,0,2,0,1,0,0,0),(243933,32820,0,1,1,0,0,1782.32,220.804,59.682,2.22355,600,20,0,2,0,1,0,0,0),(243932,32820,0,1,1,0,0,1780.83,222.77,59.5924,6.05062,600,20,0,2,0,1,0,0,0),(243931,32820,0,1,1,0,0,1785.33,255.107,59.4587,5.99957,600,20,0,2,0,1,0,0,0),(243930,32820,0,1,1,0,0,1986.74,-3652.08,120.22,3.70105,600,20,0,2,0,1,0,0,0),(243929,32820,0,1,1,0,0,-8440.71,332.994,122.579,2.25725,600,20,0,2,0,1,0,0,0),(243928,32820,0,1,1,0,0,1839.13,1676.02,97.8696,2.48715,600,20,0,2,0,1,0,0,0),(243927,32820,0,1,1,0,0,1938.94,1571.99,82.8736,2.15963,600,20,0,2,0,1,0,0,0),(243926,32820,0,1,1,0,0,1912.03,1588.68,85.3317,2.88977,600,20,0,2,0,1,0,0,0),(243925,32820,0,1,1,0,0,1922.12,1585.29,83.6855,4.3673,600,20,0,2,0,1,0,0,0),(243924,32820,0,1,1,0,0,1940.68,1629.14,80.2658,0,600,20,0,2,0,1,0,0,0),(243923,32820,0,1,1,0,0,2075.97,1690.9,70.36,1.95063,600,20,0,2,0,1,0,0,0),(243922,32820,0,1,1,0,0,1986.28,1453.64,72.3036,3.93793,600,20,0,2,0,1,0,0,0),(243921,32820,0,1,1,0,0,1930.14,1606.7,83.0828,4.03171,600,20,0,2,0,1,0,0,0),(243920,32820,0,1,1,0,0,2009.44,1505.26,73.9583,0.280782,600,20,0,2,0,1,0,0,0),(243919,32820,0,1,1,0,0,2018.37,1524,78.2645,3.27533,600,20,0,2,0,1,0,0,0),(243916,32820,0,1,1,0,0,1905.2,1690.69,86.5372,4.7797,600,20,0,2,0,1,0,0,0),(243917,32820,0,1,1,0,0,1980.72,1677.9,78.1821,0.840403,600,20,0,2,0,1,0,0,0),(243918,32820,0,1,1,0,0,1969.44,1592.83,82.4083,5.2709,600,20,0,2,0,1,0,0,0),(243915,32820,0,1,1,0,0,1964.51,1690.35,78.3776,1.10587,600,20,0,2,0,1,0,0,0),(243914,32820,0,1,1,0,0,1931.45,1688.03,79.5437,6.06427,600,20,0,2,0,1,0,0,0),(243913,32820,0,1,1,0,0,2004.91,1641.77,73.3319,3.15426,600,20,0,2,0,1,0,0,0),(243912,32820,0,1,1,0,0,1944.29,1667.7,78.3294,5.0045,600,20,0,2,0,1,0,0,0),(243911,32820,0,1,1,0,0,1962.43,1638.69,78.8776,3.91656,600,20,0,2,0,1,0,0,0),(243910,32820,0,1,1,0,0,2000.95,1587.97,78.9962,0.191096,600,20,0,2,0,1,0,0,0),(243909,32820,0,1,1,0,0,2015.67,1553.31,79.1846,0.825705,600,20,0,2,0,1,0,0,0),(243908,32820,0,1,1,0,0,1991.34,1528.17,80.8495,4.96921,600,20,0,2,0,1,0,0,0),(243907,32820,0,1,1,0,0,1981.57,1528.8,86.8198,3.16503,600,20,0,2,0,1,0,0,0),(243906,32820,0,1,1,0,0,1926.77,1661.55,79.5127,0.077276,600,20,0,2,0,1,0,0,0),(243905,32820,0,1,1,0,0,1865.18,1669.82,93.3175,2.92431,600,20,0,2,0,1,0,0,0),(243904,32820,0,1,1,0,0,1910.31,1641.54,89.5206,3.50196,600,20,0,2,0,1,0,0,0),(243903,32820,0,1,1,0,0,1980.2,1591.12,82.4889,3.00435,600,20,0,2,0,1,0,0,0),(243902,32820,0,1,1,0,0,1978.92,1574.15,79.2329,5.05864,600,20,0,2,0,1,0,0,0),(243901,32820,0,1,1,0,0,1976.71,1547.91,87.0632,2.66361,600,20,0,2,0,1,0,0,0),(243900,32820,0,1,1,0,0,1945.63,1589.38,82.286,3.08945,600,20,0,2,0,1,0,0,0),(243899,32820,0,1,1,0,0,1908.9,1605.24,85.7089,1.83176,600,20,0,2,0,1,0,0,0),(243898,32820,0,1,1,0,0,1975.21,1496.68,85.9142,3.69236,600,20,0,2,0,1,0,0,0),(243897,32820,0,1,1,0,0,1926.11,1583.07,83.2642,2.48772,600,20,0,2,0,1,0,0,0),(243896,32820,0,1,1,0,0,1952.23,1474.47,79.4592,3.58341,600,20,0,2,0,1,0,0,0),(243895,32820,0,1,1,0,0,1953.75,1514.37,88.0872,5.63848,600,20,0,2,0,1,0,0,0),(243894,32820,0,1,1,0,0,1941.21,1459.58,73.8011,3.80354,600,20,0,2,0,1,0,0,0),(243893,32820,0,1,1,0,0,1916.89,1579.84,85.3748,5.26223,600,20,0,2,0,1,0,0,0),(243892,32820,0,1,1,0,0,1939.42,1543.6,90.165,1.29469,600,20,0,2,0,1,0,0,0),(243891,32820,0,1,1,0,0,1903.38,1571.51,89.0855,6.14036,600,20,0,2,0,1,0,0,0),(243890,32820,0,1,1,0,0,1900.82,1551.82,88.9754,5.83433,600,20,0,2,0,1,0,0,0),(243889,32820,0,1,1,0,0,1938.6,1520.76,88.0872,1.41664,600,20,0,2,0,1,0,0,0),(243888,32820,0,1,1,0,0,1942.84,1504.06,86.6385,1.42973,600,20,0,2,0,1,0,0,0),(243887,32820,0,1,1,0,0,1936.46,1470.72,76.8807,3.05083,600,20,0,2,0,1,0,0,0),(243886,32820,0,1,1,0,0,1941.18,1482.73,80.68,3.9118,600,20,0,2,0,1,0,0,0),(243885,32820,0,1,1,0,0,1879.95,1531.01,88.1731,1.93335,600,20,0,2,0,1,0,0,0),(243884,32820,0,1,1,0,0,1925.79,1505.03,87.8891,2.73881,600,20,0,2,0,1,0,0,0),(243883,32820,0,1,1,0,0,1922.26,1487.58,87.5093,4.91906,600,20,0,2,0,1,0,0,0),(243882,32820,0,1,1,0,0,2062.2,282.961,97.0315,1.13488,600,20,0,2,0,1,0,0,0),(243881,32820,0,1,1,0,0,2069.68,281.58,97.0315,1.49224,600,20,0,2,0,1,0,0,0),(243880,32820,0,1,1,0,0,2061.88,245.766,99.7687,3.6992,600,20,0,2,0,1,0,0,0),(243879,32820,0,1,1,0,0,2055.57,246.986,99.7687,5.24251,600,20,0,2,0,1,0,0,0),(243876,32820,0,1,1,0,0,603.436,1338.35,88.5123,5.87362,600,20,0,2,0,1,0,0,0),(243877,32820,0,1,1,0,0,-156.058,-872.543,57.013,2.16546,600,20,0,2,0,1,0,0,0),(243878,32820,0,1,1,0,0,2286.63,403.383,33.9185,5.40354,600,20,0,2,0,1,0,0,0),(243875,32820,0,1,1,0,0,1819.41,219.233,60.0732,0.337883,600,20,0,2,0,1,0,0,0),(243874,32820,0,1,1,0,0,-5621.95,-472.837,397.14,5.67232,600,20,0,2,0,1,0,0,0),(243873,32820,0,1,1,0,0,1877.29,1485.36,86.1047,1.54772,600,20,0,2,0,1,0,0,0),(243872,32820,0,1,1,0,0,2239.51,282.798,35.1478,5.28835,600,20,0,2,0,1,0,0,0),(243871,32820,0,1,1,0,0,-9897.53,1311.06,42.2721,2.52486,600,20,0,2,0,1,0,0,0),(243870,32820,0,1,1,0,0,2020.66,1586.14,74.7462,2.30483,600,20,0,2,0,1,0,0,0),(243869,32820,0,1,1,0,0,2051.51,1574.01,74.622,1.76244,600,20,0,2,0,1,0,0,0),(243868,32820,0,1,1,0,0,-9778.55,-1564.57,41.988,1.68063,600,20,0,2,0,1,0,0,0),(243867,32820,0,1,1,0,0,-9861.98,-223.795,36.1011,0.612494,600,20,0,2,0,1,0,0,0),(243866,32820,0,1,1,0,0,2123.26,1723.26,75.4448,0.848595,600,20,0,2,0,1,0,0,0),(243865,32820,0,1,1,0,0,1849.51,-2142.72,68.1751,3.99197,600,20,0,2,0,1,0,0,0),(243864,32820,0,1,1,0,0,-6863.72,-1537.16,241.747,3.64169,600,20,0,2,0,1,0,0,0),(243863,32820,0,1,1,0,0,-7106.25,-3488.66,242.38,0.0916974,600,20,0,2,0,1,0,0,0),(243862,32820,0,1,1,0,0,797.762,-426.993,135.484,2.26174,600,20,0,2,0,1,0,0,0),(243861,32820,0,1,1,0,0,2113.85,1753.13,81.2572,6.05912,600,20,0,2,0,1,0,0,0),(243860,32820,0,1,1,0,0,2121.93,1762.63,89.4838,0.686555,600,20,0,2,0,1,0,0,0),(243859,32820,0,1,1,0,0,2143.41,1713.96,88.0088,4.44622,600,20,0,2,0,1,0,0,0),(243858,32820,0,1,1,0,0,2007.43,1635.3,72.8902,1.47816,600,20,0,2,0,1,0,0,0),(243857,32820,0,1,1,0,0,2018.5,1613.13,71.539,5.58342,600,20,0,2,0,1,0,0,0),(243856,32820,0,1,1,0,0,2023.33,1615.64,71.4021,2.48225,600,20,0,2,0,1,0,0,0),(243855,32820,0,1,1,0,0,-9960.07,-154.13,21.9752,5.60729,600,20,0,2,0,1,0,0,0),(243854,32820,0,1,1,0,0,-9958.02,-155.297,22.3585,5.67327,600,20,0,2,0,1,0,0,0),(243853,32820,0,1,1,0,0,-9340.16,183.339,61.5512,0.349854,600,20,0,2,0,1,0,0,0),(243852,32820,0,1,1,0,0,-9346.44,171.041,61.5582,2.74061,600,20,0,2,0,1,0,0,0),(243851,32820,0,1,1,0,0,2039.44,1637.45,70.7334,3.08192,600,20,0,2,0,1,0,0,0),(243850,32820,0,1,1,0,0,1996.41,1699.24,79.0733,4.19742,600,20,0,2,0,1,0,0,0),(243849,32820,0,1,1,0,0,2048.31,1729.92,80.3154,1.5708,600,20,0,2,0,1,0,0,0),(243848,32820,0,1,1,0,0,2059.84,1747.6,82.0121,5.46288,600,20,0,2,0,1,0,0,0),(243847,32820,0,1,1,0,0,2047.8,1912.96,102.799,5.39307,600,20,0,2,0,1,0,0,0),(243846,32820,0,1,1,0,0,2053.13,1905.26,101.451,4.2586,600,20,0,2,0,1,0,0,0),(243845,32820,0,1,1,0,0,2326.63,1351.72,33.4583,5.00745,600,20,0,2,0,1,0,0,0),(243844,32820,0,1,1,0,0,2293.08,310.279,35.611,3.29253,600,20,0,2,0,1,0,0,0),(243843,32820,0,1,1,0,0,2141.23,640.716,34.2212,5.15441,600,20,0,2,0,1,0,0,0),(243842,32820,0,1,1,0,0,2364.21,1314.57,33.4123,1.35871,600,20,0,2,0,1,0,0,0),(243841,32820,0,1,1,0,0,-10101.1,1053.31,36.5544,1.38766,600,20,0,2,0,1,0,0,0),(243840,32820,0,1,1,0,0,-10093.3,1053.26,37.1329,5.03173,600,20,0,2,0,1,0,0,0),(243839,32820,0,1,1,0,0,-10142.5,1048.42,36.8772,2.92152,600,20,0,2,0,1,0,0,0),(243838,32820,0,1,1,0,0,-10324,1419.24,39.9909,1.01209,600,20,0,2,0,1,0,0,0),(243837,32820,0,1,1,0,0,-9842.73,1269.92,41.3237,0.834495,600,20,0,2,0,1,0,0,0),(243836,32820,0,1,1,0,0,-10722.2,1669.9,44.0413,1.1882,600,20,0,2,0,1,0,0,0),(243835,32820,0,1,1,0,0,2607.11,642.275,28.6185,4.66722,600,20,0,2,0,1,0,0,0),(243834,32820,0,1,1,0,0,2522.67,506.184,38.5263,0.121734,600,20,0,2,0,1,0,0,0),(243833,32820,0,1,1,0,0,2553.22,507.565,18.0189,4.67312,600,20,0,2,0,1,0,0,0),(243832,32820,0,1,1,0,0,-5251.04,-2890.35,339.293,0.932313,600,20,0,2,0,1,0,0,0),(243831,32820,0,1,1,0,0,-9393.06,-12.708,61.7282,0.609785,600,20,0,2,0,1,0,0,0),(243830,32820,0,1,1,0,0,-5429.74,-524.295,397.028,1.47952,600,20,0,2,0,1,0,0,0),(243829,32820,0,1,1,0,0,2487.49,455.609,39.5088,0.0451597,600,20,0,2,0,1,0,0,0),(243828,32820,0,1,1,0,0,2598.77,480.74,24.1265,2.61145,600,20,0,2,0,1,0,0,0),(243827,32820,0,1,1,0,0,2692.43,530.939,22.942,2.97468,600,20,0,2,0,1,0,0,0),(243826,32820,0,1,1,0,0,-11098.5,-1830.69,71.8642,3.63551,600,20,0,2,0,1,0,0,0),(243825,32820,0,1,1,0,0,1795.91,1342.81,89.0869,3.64774,600,20,0,2,0,1,0,0,0),(243824,32820,0,1,1,0,0,1789.48,1335.2,89.7295,1.36136,600,20,0,2,0,1,0,0,0),(243823,32820,0,1,1,0,0,1779.57,1381.83,90.4094,2.32509,600,20,0,2,0,1,0,0,0),(243822,32820,0,1,1,0,0,1729.5,1318.17,111.616,5.02367,600,20,0,2,0,1,0,0,0),(243821,32820,0,1,1,0,0,1767.78,1335.96,90.7335,3.74657,600,20,0,2,0,1,0,0,0),(243820,32820,0,1,1,0,0,1812.44,1387.72,78.1535,4.82501,600,20,0,2,0,1,0,0,0),(243819,32820,0,1,1,0,0,1731.53,1369.26,103.698,3.65316,600,20,0,2,0,1,0,0,0),(243818,32820,0,1,1,0,0,1757.26,1370.34,92.2895,3.84071,600,20,0,2,0,1,0,0,0),(243817,32820,0,1,1,0,0,1751.2,1321.49,101.106,4.24247,600,20,0,2,0,1,0,0,0),(243816,32820,0,1,1,0,0,1789.5,1376.98,86.1594,0.482362,600,20,0,2,0,1,0,0,0),(243815,32820,0,1,1,0,0,1780.09,1306.45,102.451,0.492249,600,20,0,2,0,1,0,0,0),(243814,32820,0,1,1,0,0,1770.66,1357.48,89.9835,0.627305,600,20,0,2,0,1,0,0,0),(243813,32820,0,1,1,0,0,1806.7,1357.22,85.9472,2.21564,600,20,0,2,0,1,0,0,0),(243812,32820,0,1,1,0,0,1916.15,1382.17,69.2014,4.87436,600,20,0,2,0,1,0,0,0),(243811,32820,0,1,1,0,0,1909.56,1307.61,90.0274,5.69666,600,20,0,2,0,1,0,0,0),(243810,32820,0,1,1,0,0,-9041.9,434.215,93.296,2.11911,600,20,0,2,0,1,0,0,0),(243809,32820,0,1,1,0,0,1688.74,-726.084,58.1182,1.29598,600,20,0,2,0,1,0,0,0),(243808,32820,0,1,1,0,0,-9625.31,695.083,62.7331,2.7061,600,20,0,2,0,1,0,0,0),(243807,32820,0,1,1,0,0,-9616.04,642.939,62.6796,5.88775,600,20,0,2,0,1,0,0,0),(243806,32820,0,1,1,0,0,-9791.47,720.201,68.2069,0.529751,600,20,0,2,0,1,0,0,0),(243805,32820,0,1,1,0,0,3076.96,-562.549,126.721,3.01007,600,20,0,2,0,1,0,0,0),(243804,32820,0,1,1,0,0,3076.84,-557,126.803,3.108,600,20,0,2,0,1,0,0,0),(243803,32820,0,1,1,0,0,2908.8,916.291,115.437,1.75454,600,20,0,2,0,1,0,0,0),(243802,32820,0,1,1,0,0,2993.51,640.431,95.6329,3.82409,600,20,0,2,0,1,0,0,0),(243801,32820,0,1,1,0,0,2021.87,1612.39,71.5787,3.98252,600,20,0,2,0,1,0,0,0),(243800,32820,0,1,1,0,0,1971.58,1570.47,79.1067,4.18616,600,20,0,2,0,1,0,0,0),(243799,32820,0,1,1,0,0,1987.36,1591.49,82.5041,5.49851,600,20,0,2,0,1,0,0,0),(243798,32820,0,1,1,0,0,1994.22,1586.34,81.2317,2.31178,600,20,0,2,0,1,0,0,0),(243797,32820,0,1,1,0,0,1976.01,1501.05,86.214,0.928894,600,20,0,2,0,1,0,0,0),(243796,32820,0,1,1,0,0,1975.66,1546.43,87.2305,1.15654,600,20,0,2,0,1,0,0,0),(243795,32820,0,1,1,0,0,1977.02,1522.91,87.5698,4.72587,600,20,0,2,0,1,0,0,0),(243794,32820,0,1,1,0,0,-9478.55,-1166.22,50.4518,4.10283,600,20,0,2,0,1,0,0,0),(243793,32820,0,1,1,0,0,-9475.52,-1161.98,50.9518,4.90971,600,20,0,2,0,1,0,0,0),(243792,32820,0,1,1,0,0,-9507.4,-1209.39,47.8715,3.73257,600,20,0,2,0,1,0,0,0),(243791,32820,0,1,1,0,0,-9472.62,47.3926,56.7775,5.34535,600,20,0,2,0,1,0,0,0),(243790,32820,0,1,1,0,0,-9944.64,-150.41,25.0081,1.68865,600,20,0,2,0,1,0,0,0),(243789,32820,0,1,1,0,0,-479.589,4.75845,55.4283,4.72252,600,20,0,2,0,1,0,0,0),(243788,32820,0,1,1,0,0,-526.007,18.1682,49.3176,3.12987,600,20,0,2,0,1,0,0,0),(243787,32820,0,1,1,0,0,-10694.7,-1130.38,25.5715,3.55496,600,20,0,2,0,1,0,0,0),(243786,32820,0,1,1,0,0,-908.8,-959.17,30.4945,0.763091,600,20,0,2,0,1,0,0,0),(243785,32820,0,1,1,0,0,-814.948,-616.612,13.8203,1.96799,600,20,0,2,0,1,0,0,0),(243784,32820,0,1,1,0,0,-816.533,-537.25,15.3231,2.77414,600,20,0,2,0,1,0,0,0),(243783,32820,0,1,1,0,0,-753.823,-573.231,19.5524,1.55322,600,20,0,2,0,1,0,0,0),(243782,32820,0,1,1,0,0,-790.13,-605.027,22.1652,4.44376,600,20,0,2,0,1,0,0,0),(243781,32820,0,1,1,0,0,-9325.21,269.797,67.8272,5.27587,600,20,0,2,0,1,0,0,0),(243780,32820,0,1,1,0,0,-9332.22,272.505,68.1097,1.01197,600,20,0,2,0,1,0,0,0),(243779,32820,0,1,1,0,0,-9427.15,129.176,59.4742,2.84226,600,20,0,2,0,1,0,0,0),(243778,32820,0,1,1,0,0,-10672.2,-1153.13,25.833,1.41593,600,20,0,2,0,1,0,0,0),(243777,32820,0,1,1,0,0,-10683.7,-1233.15,28.7227,5.27282,600,20,0,2,0,1,0,0,0),(243776,32820,0,1,1,0,0,-10561.6,-1320.52,47.1949,2.26275,600,20,0,2,0,1,0,0,0),(243775,32820,0,1,1,0,0,-9055.89,424.686,93.2957,2.28775,600,20,1,2,0,1,1,0,0),(243773,32820,0,1,1,0,0,-9511.31,-1285.64,44.1448,3.93122,600,20,0,2,0,1,0,0,0),(243774,32820,0,1,1,0,0,-9071.98,445.326,93.2958,5.4317,600,20,1,2,0,1,1,0,0),(243772,32820,0,1,1,0,0,1911.6,1499.34,89.1851,4.08433,600,20,0,2,0,1,0,0,0),(243771,32820,0,1,1,0,0,1904.61,1490.4,93.9505,1.04444,600,20,0,2,0,1,0,0,0),(243770,32820,0,1,1,0,0,1700.66,1412.59,128.992,3.27602,600,20,0,2,0,1,0,0,0),(243769,32820,0,1,1,0,0,2164.71,1707.36,94.5088,5.24337,600,20,0,2,0,1,0,0,0),(243768,32820,0,1,1,0,0,-9314.44,534.504,75.7665,5.50474,600,20,0,2,0,1,0,0,0),(243767,32820,0,1,1,0,0,1814.22,1281.65,98.8504,4.30128,600,20,0,2,0,1,0,0,0),(243766,32820,0,1,1,0,0,1897.44,1470.9,84.7727,1.74171,600,20,0,2,0,1,0,0,0),(243765,32820,0,1,1,0,0,1904.95,1459.38,81.8932,1.99645,600,20,0,2,0,1,0,0,0),(243764,32820,0,1,1,0,0,1876.33,1286.86,97.0498,2.29111,600,20,0,2,0,1,0,0,0),(243763,32820,0,1,1,0,0,1875.6,1475.32,84.1047,1.0482,600,20,0,2,0,1,0,0,0),(243762,32820,0,1,1,0,0,1856.99,1486.92,90.4841,6.24703,600,20,0,2,0,1,0,0,0),(243761,32820,0,1,1,0,0,1843.25,1411.66,81.1712,3.52332,600,20,0,2,0,1,0,0,0),(243760,32820,0,1,1,0,0,1743.9,1484.4,131.095,1.93249,600,20,0,2,0,1,0,0,0),(243759,32820,0,1,1,0,0,1680.36,1459.78,131.926,5.12536,600,20,0,2,0,1,0,0,0),(243758,32820,0,1,1,0,0,2042.62,1535.94,77.489,0.78331,600,20,0,2,0,1,0,0,0),(243757,32820,0,1,1,0,0,1842.72,1326.38,82.5225,3.55238,600,20,0,2,0,1,0,0,0),(243756,32820,0,1,1,0,0,1682.29,1331.34,129.135,5.97211,600,20,0,2,0,1,0,0,0),(243755,32820,0,1,1,0,0,1745.24,1384.37,99.1645,3.97365,600,20,0,2,0,1,0,0,0),(243754,32820,0,1,1,0,0,1745.32,1456.14,127.703,0.931008,600,20,0,2,0,1,0,0,0),(243753,32820,0,1,1,0,0,2176.15,1773.74,106.631,4.70236,600,20,0,2,0,1,0,0,0),(243752,32820,0,1,1,0,0,2150.35,1796.23,111.591,3.85096,600,20,0,2,0,1,0,0,0),(243751,32820,0,1,1,0,0,1785.62,1413.87,89.7434,5.52893,600,20,0,2,0,1,0,0,0),(243750,32820,0,1,1,0,0,2055.19,1802.37,99.9483,5.11756,600,20,0,2,0,1,0,0,0),(243749,32820,0,1,1,0,0,2133,1812.78,107.113,0.076802,600,20,0,2,0,1,0,0,0),(243748,32820,0,1,1,0,0,1767.39,1401.59,95.4556,0.907202,600,20,0,2,0,1,0,0,0),(243747,32820,0,1,1,0,0,-9585.09,22.4941,60.2258,3.83489,600,20,0,2,0,1,0,0,0),(243746,32820,0,1,1,0,0,2246.61,329.109,35.1891,5.54353,600,20,0,2,0,1,0,0,0),(243745,32820,0,1,1,0,0,2149.02,-707.278,66.9912,5.39988,600,20,0,2,0,1,0,0,0),(243744,32820,0,1,1,0,0,1952.85,674.922,46.8509,1.98156,600,20,0,2,0,1,0,0,0),(243743,32820,0,1,1,0,0,2267.57,1148.76,33.1175,0.06058,600,20,0,2,0,1,0,0,0),(243742,32820,0,1,1,0,0,2090.34,1794.37,104.809,1.85416,600,20,0,2,0,1,0,0,0),(243741,32820,0,1,1,0,0,2042.98,1780.07,96.8739,5.71924,600,20,0,2,0,1,0,0,0),(243740,32820,0,1,1,0,0,2061.67,1790.69,92.8739,2.77722,600,20,0,2,0,1,0,0,0),(243739,32820,0,1,1,0,0,2114.67,1785.05,91.621,3.36632,600,20,0,2,0,1,0,0,0),(243738,32820,0,1,1,0,0,2135.63,1749.76,85.8838,0.947992,600,20,0,2,0,1,0,0,0),(243737,32820,0,1,1,0,0,2165.83,1763.53,98.8838,0.006357,600,20,0,2,0,1,0,0,0),(243736,32820,0,1,1,0,0,2235.23,248.3,33.3851,3.24248,600,20,1,2,0,1,1,0,0),(243734,32820,0,1,1,0,0,2045.61,1832.43,107.74,0.226662,600,20,0,2,0,1,0,0,0),(243735,32820,0,1,1,0,0,2290.18,396.015,34.0273,6.22659,600,20,1,2,0,1,1,0,0),(243733,32820,0,1,1,0,0,2035.48,1884.91,103.122,0.21166,600,20,0,2,0,1,0,0,0),(243732,32820,0,1,1,0,0,2045.76,1876.12,101.938,0.09333,600,20,0,2,0,1,0,0,0),(243731,32820,0,1,1,0,0,2044.35,1863.3,102.94,2.87979,600,20,0,2,0,1,0,0,0),(243730,32820,0,1,1,0,0,2068.09,1970.57,99.694,5.04511,600,20,0,2,0,1,0,0,0),(243729,32820,0,1,1,0,0,2081.52,1969.65,101.161,3.06268,600,20,0,2,0,1,0,0,0),(243728,32820,0,1,1,0,0,2031.09,1981.2,99.4831,5.68204,600,20,0,2,0,1,0,0,0),(243727,32820,0,1,1,0,0,2021.89,1970.46,100.136,4.28176,600,20,0,2,0,1,0,0,0),(243726,32820,0,1,1,0,0,2009.06,1952.52,102.697,2.3456,600,20,0,2,0,1,0,0,0),(243725,32820,0,1,1,0,0,2041.57,1990.01,100.102,1.21743,600,20,0,2,0,1,0,0,0),(243724,32820,0,1,1,0,0,2077.98,1951.27,97.9999,3.21011,600,20,0,2,0,1,0,0,0),(243723,32820,0,1,1,0,0,2078.01,1960.71,96.9135,5.26414,600,20,0,2,0,1,0,0,0),(243722,32820,0,1,1,0,0,2056.7,1973.26,100.731,5.72906,600,20,0,2,0,1,0,0,0),(243721,32820,0,1,1,0,0,2067.3,1974.92,100.632,0.468552,600,20,0,2,0,1,0,0,0),(243720,32820,0,1,1,0,0,2004.1,1943.92,103.936,2.06274,600,20,0,2,0,1,0,0,0),(243719,32820,0,1,1,0,0,2009.23,1927.88,105.324,0.789907,600,20,0,2,0,1,0,0,0),(243718,32820,0,1,1,0,0,2037.69,1915.95,102.442,2.21748,600,20,0,2,0,1,0,0,0),(243717,32820,0,1,1,0,0,2048.1,1913.08,102.643,3.59252,600,20,0,2,0,1,0,0,0),(243716,32820,0,1,1,0,0,2053.61,1904.96,101.297,2.74847,600,20,0,2,0,1,0,0,0),(243715,32820,0,1,1,0,0,2030.92,1759.4,105.187,3.13952,600,20,0,2,0,1,0,0,0),(243714,32820,0,1,1,0,0,2142.51,1818.9,112.467,0.113485,600,20,0,2,0,1,0,0,0),(243713,32820,0,1,1,0,0,1775.35,768.2,55.1358,3.94759,600,20,0,2,0,1,0,0,0),(243712,32820,0,1,1,0,0,-8933.42,-236.962,79.4718,3.6465,600,20,0,2,0,1,0,0,0),(243711,32820,0,1,1,0,0,-385.302,1110.64,85.3631,1.345,600,20,0,2,0,1,0,0,0),(243710,32820,0,1,1,0,0,2910.61,801.003,118.231,2.66562,600,20,0,2,0,1,0,0,0),(243709,32820,0,1,1,0,0,2817.39,698.619,145.777,0.297644,600,20,0,2,0,1,0,0,0),(243708,32820,0,1,1,0,0,2947.37,537.734,95.8111,1.59355,600,20,0,2,0,1,0,0,0),(243707,32820,0,1,1,0,0,2042.86,1895.12,102.009,4.20624,600,20,0,2,0,1,0,0,0),(243706,32820,0,1,1,0,0,1825.83,1520.08,90.2908,4.37744,600,20,0,2,0,1,0,0,0),(243705,32820,0,1,1,0,0,2010.64,1633.8,71.8949,3.6393,600,20,0,2,0,1,0,0,0),(243704,32820,0,1,1,0,0,1786.59,1490.76,104.011,0.357352,600,20,0,2,0,1,0,0,0),(243703,32820,0,1,1,0,0,-9270,653.4,134.5,0.4,600,20,0,2,0,1,0,0,0),(243702,32820,0,1,1,0,0,-9495.05,395.521,51.949,1.53097,600,20,0,2,0,1,0,0,0),(243701,32820,0,1,1,0,0,-9898,-277,33.4,0.4,600,20,0,2,0,1,0,0,0),(243700,32820,0,1,1,0,0,-9860,-221,36.19,0.4,600,20,0,2,0,1,0,0,0),(243699,32820,0,1,1,0,0,-9793,-306,46.5,0.4,600,20,0,2,0,1,0,0,0),(243698,32820,0,1,1,0,0,-9744,558.748,35.745,6.004,600,20,0,2,0,1,0,0,0),(243697,32820,0,1,1,0,0,1964.31,1554.16,85.7158,1.30119,600,20,0,2,0,1,0,0,0),(243696,32820,0,1,1,0,0,3119.52,-574,128.942,0.681,600,20,0,2,0,1,0,0,0),(243695,32820,0,1,1,0,0,3102.06,-553,126.627,0.175,600,20,0,2,0,1,0,0,0),(243694,32820,0,1,1,0,0,3096.26,-566,126.807,1.006,600,20,0,2,0,1,0,0,0),(243693,32820,0,1,1,0,0,3088.75,-10,0.235,2.426,600,20,0,2,0,1,0,0,0),(243692,32820,0,1,1,0,0,3078.75,-560,126.722,3.165,600,20,0,2,0,1,0,0,0),(243691,32820,0,1,1,0,0,2928.53,696.453,108.188,1.70351,600,20,0,2,0,1,0,0,0),(243690,32820,0,1,1,0,0,3076.78,-562,126.721,2.868,600,20,0,2,0,1,0,0,0),(243689,32820,0,1,1,0,0,3069,-80,0.579,4.59,600,20,0,2,0,1,0,0,0),(243688,32820,0,1,1,0,0,3061.28,-147,-2,2.921,600,20,0,2,0,1,0,0,0),(243687,32820,0,1,1,0,0,3059.86,691.63,65.964,1.097,600,20,0,2,0,1,0,0,0),(243686,32820,0,1,1,0,0,3056.72,-559,125.842,2.512,600,20,0,2,0,1,0,0,0),(243685,32820,0,1,1,0,0,3054.02,-183,1.923,0.202,600,20,0,2,0,1,0,0,0),(243684,32820,0,1,1,0,0,3052.36,426.242,7.103,4.067,600,20,0,2,0,1,0,0,0),(243683,32820,0,1,1,0,0,3052.12,-566,126.397,2.459,600,20,0,2,0,1,0,0,0),(243682,32820,0,1,1,0,0,3051.71,-551,126.513,3.651,600,20,0,2,0,1,0,0,0),(243681,32820,0,1,1,0,0,3049.32,661.191,57.423,1.826,600,20,0,2,0,1,0,0,0),(243680,32820,0,1,1,0,0,3046.45,11.109,0.234,4.485,600,20,0,2,0,1,0,0,0),(243679,32820,0,1,1,0,0,3045.31,417.43,0.567,5.655,600,20,0,2,0,1,0,0,0),(243678,32820,0,1,1,0,0,2982.18,601.382,98.2531,2.72127,600,20,0,2,0,1,0,0,0),(243677,32820,0,1,1,0,0,3043.79,657.255,57.423,1.618,600,20,0,2,0,1,0,0,0),(243676,32820,0,1,1,0,0,3041.3,660.506,57.506,2.147,600,20,0,2,0,1,0,0,0),(243675,32820,0,1,1,0,0,3040.67,-31,5.143,5.691,600,20,0,2,0,1,0,0,0),(243674,32820,0,1,1,0,0,3038.01,656.1,75.35,6.275,600,20,0,2,0,1,0,0,0),(243673,32820,0,1,1,0,0,3033.13,398.802,0.929,2.906,600,20,0,2,0,1,0,0,0),(243672,32820,0,1,1,0,0,3032.96,655.387,75.35,0.114,600,20,0,2,0,1,0,0,0),(243671,32820,0,1,1,0,0,3030.19,-366,2.743,4.049,600,20,0,2,0,1,0,0,0),(243670,32820,0,1,1,0,0,3028.97,-179,7.284,4.565,600,20,0,2,0,1,0,0,0),(243669,32820,0,1,1,0,0,3027.17,689.5,65.964,2.264,600,20,0,2,0,1,0,0,0),(243668,32820,0,1,1,0,0,3026.25,-362,4.429,5.986,600,20,0,2,0,1,0,0,0),(243667,32820,0,1,1,0,0,3026.09,-249,7.387,4.482,600,20,0,2,0,1,0,0,0),(243666,32820,0,1,1,0,0,3024.93,-233,7.387,1.6,600,20,0,2,0,1,0,0,0),(243665,32820,0,1,1,0,0,3024.11,652.807,90.253,5.443,600,20,0,2,0,1,0,0,0),(243664,32820,0,1,1,0,0,3022.31,-143,5.012,2.794,600,20,0,2,0,1,0,0,0),(243663,32820,0,1,1,0,0,3021.42,-542,119.423,2.598,600,20,0,2,0,1,0,0,0),(243662,32820,0,1,1,0,0,3019.24,-345,7.387,2.226,600,20,0,2,0,1,0,0,0),(243661,32820,0,1,1,0,0,3017.92,-559,118.956,2.777,600,20,0,2,0,1,0,0,0),(243660,32820,0,1,1,0,0,3013.12,367.309,2.625,3.236,600,20,0,2,0,1,0,0,0),(243659,32820,0,1,1,0,0,3005.26,804.189,86.07,3.823,600,20,0,2,0,1,0,0,0),(243658,32820,0,1,1,0,0,3004.72,-494,96.224,1.054,600,20,0,2,0,1,0,0,0),(243657,32820,0,1,1,0,0,3003.91,-540,115.815,3.553,600,20,0,2,0,1,0,0,0),(243656,32820,0,1,1,0,0,2994.95,383.693,7.901,5.36,600,20,0,2,0,1,0,0,0),(243655,32820,0,1,1,0,0,2992.05,698.937,93.051,5.166,600,20,0,2,0,1,0,0,0),(243654,32820,0,1,1,0,0,2990.13,-66,16.091,4.713,600,20,0,2,0,1,0,0,0),(243653,32820,0,1,1,0,0,2986.52,422.934,19.479,5.042,600,20,0,2,0,1,0,0,0),(243652,32820,0,1,1,0,0,2985.35,-748,157.915,6.231,600,20,0,2,0,1,0,0,0),(243651,32820,0,1,1,0,0,2985.34,978.439,114.323,6.253,600,20,0,2,0,1,0,0,0),(243650,32820,0,1,1,0,0,2984.23,918.186,110.832,5.333,600,20,0,2,0,1,0,0,0),(243649,32820,0,1,1,0,0,2981.09,-307,18.762,0.878,600,20,0,2,0,1,0,0,0),(243648,32820,0,1,1,0,0,2980.37,-179,18.694,0.84,600,20,0,2,0,1,0,0,0),(243647,32820,0,1,1,0,0,2979.26,-17,6.461,2.412,600,20,0,2,0,1,0,0,0),(243646,32820,0,1,1,0,0,2979.02,1073.34,85.655,5.99,600,20,0,2,0,1,0,0,0),(243645,32820,0,1,1,0,0,2978.02,-540,112.539,3.735,600,20,0,2,0,1,0,0,0),(243644,32820,0,1,1,0,0,2974.75,287.31,4.246,0.001,600,20,0,2,0,1,0,0,0),(243643,32820,0,1,1,0,0,2974.08,571.61,94.697,2.646,600,20,0,2,0,1,0,0,0),(243642,32820,0,1,1,0,0,2972.62,-558,111.918,3.277,600,20,0,2,0,1,0,0,0),(243641,32820,0,1,1,0,0,2970.81,274.396,5.439,4.338,600,20,0,2,0,1,0,0,0),(243640,32820,0,1,1,0,0,2969.37,-292,21.871,4.815,600,20,0,2,0,1,0,0,0),(243639,32820,0,1,1,0,0,2968.38,335.047,8.085,0.401,600,20,0,2,0,1,0,0,0),(243638,32820,0,1,1,0,0,2967.57,333.307,8.102,5.69,600,20,0,2,0,1,0,0,0),(243637,32820,0,1,1,0,0,2956.12,819.863,101.797,2.267,600,20,0,2,0,1,0,0,0),(243636,32820,0,1,1,0,0,2956.01,709.12,105.911,0.855,600,20,0,2,0,1,0,0,0),(243635,32820,0,1,1,0,0,2954.81,1018.79,103.163,3.807,600,20,0,2,0,1,0,0,0),(243634,32820,0,1,1,0,0,2954.64,315.11,7.777,1.495,600,20,0,2,0,1,0,0,0),(243633,32820,0,1,1,0,0,2953.51,-717,154.858,2.905,600,20,0,2,0,1,0,0,0),(243632,32820,0,1,1,0,0,2948.83,-273,27.43,2.897,600,20,0,2,0,1,0,0,0),(243631,32820,0,1,1,0,0,2947.92,-652,154.773,5.658,600,20,0,2,0,1,0,0,0),(243630,32820,0,1,1,0,0,2947.86,161.726,4.916,1.018,600,20,0,2,0,1,0,0,0),(243629,32820,0,1,1,0,0,2947.27,-769,154.118,0.31,600,20,0,2,0,1,0,0,0),(243628,32820,0,1,1,0,0,2946.59,181.706,3.237,3.686,600,20,0,2,0,1,0,0,0),(243627,32820,0,1,1,0,0,2945.26,971.593,121.785,1.886,600,20,0,2,0,1,0,0,0),(243626,32820,0,1,1,0,0,2944.88,562.758,91.401,2.818,600,20,0,2,0,1,0,0,0),(243625,32820,0,1,1,0,0,2944.22,-625,154.703,2.807,600,20,0,2,0,1,0,0,0),(243624,32820,0,1,1,0,0,2943.65,63.731,6.236,3.308,600,20,0,2,0,1,0,0,0),(243623,32820,0,1,1,0,0,2942.63,-151,26.086,2.002,600,20,0,2,0,1,0,0,0),(243622,32820,0,1,1,0,0,2941.69,102.462,6.311,6.056,600,20,0,2,0,1,0,0,0),(243621,32820,0,1,1,0,0,2936.93,-237,34.005,0.051,600,20,0,2,0,1,0,0,0),(243620,32820,0,1,1,0,0,2936.11,-656,148.523,0.068,600,20,0,2,0,1,0,0,0),(243619,32820,0,1,1,0,0,2934.09,263.472,8.085,6.266,600,20,0,2,0,1,0,0,0),(243618,32820,0,1,1,0,0,2931.4,-730,153.635,4.361,600,20,0,2,0,1,0,0,0),(243617,32820,0,1,1,0,0,2929.93,-241,35.956,1.894,600,20,0,2,0,1,0,0,0),(243616,32820,0,1,1,0,0,2929.88,788.119,109.945,0.705,600,20,0,2,0,1,0,0,0),(243615,32820,0,1,1,0,0,2929.25,666.884,108.087,1.678,600,20,0,2,0,1,0,0,0),(243614,32820,0,1,1,0,0,2929.2,89.24,4.717,5.706,600,20,0,2,0,1,0,0,0),(243613,32820,0,1,1,0,0,2927.31,319.104,20.54,0.619,600,20,0,2,0,1,0,0,0),(243612,32820,0,1,1,0,0,2926.76,658.565,107.85,1.553,600,20,0,2,0,1,0,0,0),(243611,32820,0,1,1,0,0,2925.68,953.221,121.743,4.328,600,20,0,2,0,1,0,0,0),(243610,32820,0,1,1,0,0,2924.28,-415,80.677,3.127,600,20,0,2,0,1,0,0,0),(243609,32820,0,1,1,0,0,2923.18,751.02,107.677,4.449,600,20,0,2,0,1,0,0,0),(243608,32820,0,1,1,0,0,2921.05,797.461,116.681,4.988,600,20,0,2,0,1,0,0,0),(243607,32820,0,1,1,0,0,2920.15,169.812,5.183,4.343,600,20,0,2,0,1,0,0,0),(243606,32820,0,1,1,0,0,2919.32,673.126,110.042,3.384,600,20,0,2,0,1,0,0,0),(243605,32820,0,1,1,0,0,2918.6,1048.91,100.867,1.956,600,20,0,2,0,1,0,0,0),(243604,32820,0,1,1,0,0,2918.58,-440,85.155,4.499,600,20,0,2,0,1,0,0,0),(243603,32820,0,1,1,0,0,2917.87,918.233,115.606,0.977,600,20,0,2,0,1,0,0,0),(243602,32820,0,1,1,0,0,2916.55,1061.98,100.848,6.182,600,20,0,2,0,1,0,0,0),(243601,32820,0,1,1,0,0,2916.44,149.209,6.926,3.96,600,20,0,2,0,1,0,0,0),(243600,32820,0,1,1,0,0,2916.26,-83,26.383,4.804,600,20,0,2,0,1,0,0,0),(243599,32820,0,1,1,0,0,2913.44,-754,153.983,2.855,600,20,0,2,0,1,0,0,0),(243598,32820,0,1,1,0,0,2912.35,-760,154.067,1.065,600,20,0,2,0,1,0,0,0),(243597,32820,0,1,1,0,0,2911.67,-162,33.899,2.483,600,20,0,2,0,1,0,0,0),(243596,32820,0,1,1,0,0,2907.77,-710,154.768,3.285,600,20,0,2,0,1,0,0,0),(243595,32820,0,1,1,0,0,2906.4,-79,23.843,1.339,600,20,0,2,0,1,0,0,0),(243594,32820,0,1,1,0,0,2905.63,851.381,112.685,6.2,600,20,0,2,0,1,0,0,0),(243593,32820,0,1,1,0,0,2904.61,-626,149.925,2.946,600,20,0,2,0,1,0,0,0),(243592,32820,0,1,1,0,0,2903.55,-707,154.518,2.736,600,20,0,2,0,1,0,0,0),(243591,32820,0,1,1,0,0,2902.79,379.436,30.328,2.988,600,20,0,2,0,1,0,0,0),(243590,32820,0,1,1,0,0,2902.63,385.339,30.095,3.078,600,20,0,2,0,1,0,0,0),(243589,32820,0,1,1,0,0,2902.53,-781,160.333,3.483,600,20,0,2,0,1,0,0,0),(243588,32820,0,1,1,0,0,2901.96,102.868,6.763,1.788,600,20,0,2,0,1,0,0,0),(243587,32820,0,1,1,0,0,2899.94,388.981,29.211,3.126,600,20,0,2,0,1,0,0,0),(243586,32820,0,1,1,0,0,2896.56,-538,106.566,3.246,600,20,0,2,0,1,0,0,0),(243585,32820,0,1,1,0,0,2896.52,406.991,25.118,0.604,600,20,0,2,0,1,0,0,0),(243584,32820,0,1,1,0,0,2894.91,-659,138.365,6.066,600,20,0,2,0,1,0,0,0),(243583,32820,0,1,1,0,0,3020.6,705.731,99.9982,3.81062,600,20,0,2,0,1,0,0,0),(243582,32820,0,1,1,0,0,2893.6,53.019,8.434,4.642,600,20,0,2,0,1,0,0,0),(243581,32820,0,1,1,0,0,2892.33,-533,106.285,3.91,600,20,0,2,0,1,0,0,0),(243580,32820,0,1,1,0,0,2891.65,-809,160.333,5.178,600,20,0,2,0,1,0,0,0),(243579,32820,0,1,1,0,0,2889.54,182.161,7.886,1.546,600,20,0,2,0,1,0,0,0),(243578,32820,0,1,1,0,0,2889.46,-448,80.326,0.968,600,20,0,2,0,1,0,0,0),(243577,32820,0,1,1,0,0,2885.88,-253,48.962,1.164,600,20,0,2,0,1,0,0,0),(243576,32820,0,1,1,0,0,2883.86,261.845,24.999,4.842,600,20,0,2,0,1,0,0,0),(243575,32820,0,1,1,0,0,2883.51,-789,160.333,3.574,600,20,0,2,0,1,0,0,0),(243574,32820,0,1,1,0,0,2880.28,845.764,112.495,2.855,600,20,0,2,0,1,0,0,0),(243573,32820,0,1,1,0,0,2879.51,-744,160.416,5.197,600,20,0,2,0,1,0,0,0),(243572,32820,0,1,1,0,0,2879,-4,19.086,5.243,600,20,0,2,0,1,0,0,0),(243571,32820,0,1,1,0,0,2878.97,755.981,121.907,1.751,600,20,0,2,0,1,0,0,0),(243570,32820,0,1,1,0,0,2873.99,-766,160.333,2.103,600,20,0,2,0,1,0,0,0),(243569,32820,0,1,1,0,0,2873.88,385.114,23.78,2.826,600,20,0,2,0,1,0,0,0),(243568,32820,0,1,1,0,0,2873.29,-643,137.839,4.579,600,20,0,2,0,1,0,0,0),(243567,32820,0,1,1,0,0,2873.01,931.492,120.33,1.98,600,20,0,2,0,1,0,0,0),(243566,32820,0,1,1,0,0,2872.27,68.096,7.318,0.468,600,20,0,2,0,1,0,0,0),(243565,32820,0,1,1,0,0,2871.16,-653,137.776,5.027,600,20,0,2,0,1,0,0,0),(243564,32820,0,1,1,0,0,2869.83,351.009,25.677,2.216,600,20,0,2,0,1,0,0,0),(243563,32820,0,1,1,0,0,2868.94,-314,61.622,5.248,600,20,0,2,0,1,0,0,0),(243562,32820,0,1,1,0,0,2867.45,-444,76.938,6.279,600,20,0,2,0,1,0,0,0),(243561,32820,0,1,1,0,0,2864.16,-82,34.52,1.696,600,20,0,2,0,1,0,0,0),(243560,32820,0,1,1,0,0,2863.74,-742,160.332,1.931,600,20,0,2,0,1,0,0,0),(243559,32820,0,1,1,0,0,2863.2,1102.02,116.52,2.028,600,20,0,2,0,1,0,0,0),(243558,32820,0,1,1,0,0,2862.91,-798,160.333,0.405,600,20,0,2,0,1,0,0,0),(243557,32820,0,1,1,0,0,2861.32,288.391,28.172,6.224,600,20,0,2,0,1,0,0,0),(243556,32820,0,1,1,0,0,2860.19,-490,100.104,0.334,600,20,0,2,0,1,0,0,0),(243555,32820,0,1,1,0,0,2860.16,-291,56.522,1.288,600,20,0,2,0,1,0,0,0),(243554,32820,0,1,1,0,0,3044.81,671.019,81.0471,4.74525,600,20,0,2,0,1,0,0,0),(243553,32820,0,1,1,0,0,2858.72,-512,107.163,3.526,600,20,0,2,0,1,0,0,0),(243552,32820,0,1,1,0,0,2858.66,276,29.324,4.692,600,20,0,2,0,1,0,0,0),(243551,32820,0,1,1,0,0,2858.62,-219,50.504,3.283,600,20,0,2,0,1,0,0,0),(243550,32820,0,1,1,0,0,2856.63,948.791,121.861,6.166,600,20,0,2,0,1,0,0,0),(243549,32820,0,1,1,0,0,2855.61,427.809,20.219,1.466,600,20,0,2,0,1,0,0,0),(243548,32820,0,1,1,0,0,2854.2,-776,160.333,0.377,600,20,0,2,0,1,0,0,0),(243547,32820,0,1,1,0,0,2853.96,-182,43.164,5.031,600,20,0,2,0,1,0,0,0),(243546,32820,0,1,1,0,0,2852.87,1046.5,114.813,5.593,600,20,0,2,0,1,0,0,0),(243545,32820,0,1,1,0,0,2852.84,-649,139.024,2.443,600,20,0,2,0,1,0,0,0),(243544,32820,0,1,1,0,0,2851.43,-19,23.539,2.208,600,20,0,2,0,1,0,0,0),(243543,32820,0,1,1,0,0,2849.62,205.19,30.838,4.131,600,20,0,2,0,1,0,0,0),(243542,32820,0,1,1,0,0,2848.69,346.604,24.445,0.524,600,20,0,2,0,1,0,0,0),(243541,32820,0,1,1,0,0,2848.26,-653,138.698,3.634,600,20,0,2,0,1,0,0,0),(243540,32820,0,1,1,0,0,2848.24,-451,77.662,6.055,600,20,0,2,0,1,0,0,0),(243539,32820,0,1,1,0,0,2847.58,238.872,29.028,2.167,600,20,0,2,0,1,0,0,0),(243538,32820,0,1,1,0,0,2847.02,-14,24.719,2.777,600,20,0,2,0,1,0,0,0),(243537,32820,0,1,1,0,0,2846.05,-505,107.585,1.65,600,20,0,2,0,1,0,0,0),(243536,32820,0,1,1,0,0,2844.7,850.579,112.802,0.553,600,20,0,2,0,1,0,0,0),(243535,32820,0,1,1,0,0,3043.64,684.044,66.735,4.72956,600,20,0,2,0,1,0,0,0),(243534,32820,0,1,1,0,0,2839.44,-226,48.06,5.984,600,20,0,2,0,1,0,0,0),(243533,32820,0,1,1,0,0,2835.46,-379,77.259,4.455,600,20,0,2,0,1,0,0,0),(243532,32820,0,1,1,0,0,2833.22,1020.89,116.123,5.984,600,20,0,2,0,1,0,0,0),(243531,32820,0,1,1,0,0,2828.31,-713,138.668,3.054,600,20,0,2,0,1,0,0,0),(243530,32820,0,1,1,0,0,2828.31,-713,138.438,3.054,600,20,0,2,0,1,0,0,0),(243529,32820,0,1,1,0,0,2828.15,-484,99.097,6.164,600,20,0,2,0,1,0,0,0),(243528,32820,0,1,1,0,0,2824.21,286.932,28.296,0.217,600,20,0,2,0,1,0,0,0),(243527,32820,0,1,1,0,0,2823.48,701.019,144.699,3.563,600,20,0,2,0,1,0,0,0),(243526,32820,0,1,1,0,0,2822.8,-646,141.084,0.832,600,20,0,2,0,1,0,0,0),(243525,32820,0,1,1,0,0,2822.63,-220,47.639,4.51,600,20,0,2,0,1,0,0,0),(243524,32820,0,1,1,0,0,2822.22,948.464,120.006,0.066,600,20,0,2,0,1,0,0,0),(243523,32820,0,1,1,0,0,2822.21,487.184,31.126,3.7,600,20,0,2,0,1,0,0,0),(243522,32820,0,1,1,0,0,2821.88,-87,32.634,4.857,600,20,0,2,0,1,0,0,0),(243521,32820,0,1,1,0,0,2821.66,-755,146.603,4.311,600,20,0,2,0,1,0,0,0),(243520,32820,0,1,1,0,0,2821.16,-649,140.416,1.739,600,20,0,2,0,1,0,0,0),(243519,32820,0,1,1,0,0,2820.31,-344,75.417,1.808,600,20,0,2,0,1,0,0,0),(243518,32820,0,1,1,0,0,2817.45,-381,77.81,0.86,600,20,0,2,0,1,0,0,0),(243517,32820,0,1,1,0,0,2815.95,-683,137.601,3.595,600,20,0,2,0,1,0,0,0),(243516,32820,0,1,1,0,0,2815.74,182.766,27.329,3.478,600,20,0,2,0,1,0,0,0),(243515,32820,0,1,1,0,0,2815.55,-19,32.59,0.677,600,20,0,2,0,1,0,0,0),(243514,32820,0,1,1,0,0,2814.63,228.967,30.876,0.505,600,20,0,2,0,1,0,0,0),(243513,32820,0,1,1,0,0,2814.48,728.167,139.574,6.22,600,20,0,2,0,1,0,0,0),(243512,32820,0,1,1,0,0,2814.33,91.472,25.442,6.23,600,20,0,2,0,1,0,0,0),(243511,32820,0,1,1,0,0,2814.09,1010.74,115.849,3.777,600,20,0,2,0,1,0,0,0),(243510,32820,0,1,1,0,0,2813.94,831.372,112.091,6.105,600,20,0,2,0,1,0,0,0),(243509,32820,0,1,1,0,0,2811.39,-790,145.105,2.535,600,20,0,2,0,1,0,0,0),(243508,32820,0,1,1,0,0,2811.14,-789,144.879,4.823,600,20,0,2,0,1,0,0,0),(243507,32820,0,1,1,0,0,2810.6,142.153,21.616,1.07,600,20,0,2,0,1,0,0,0),(243506,32820,0,1,1,0,0,2810.22,-311,67.937,2.459,600,20,0,2,0,1,0,0,0),(243505,32820,0,1,1,0,0,2810.2,948.442,118.026,3.299,600,20,0,2,0,1,0,0,0),(243504,32820,0,1,1,0,0,2809.33,185.504,29.006,4.035,600,20,0,2,0,1,0,0,0),(243503,32820,0,1,1,0,0,2809.32,818.412,112.829,1.798,600,20,0,2,0,1,0,0,0),(243502,32820,0,1,1,0,0,2807.95,-426,80.45,0.191,600,20,0,2,0,1,0,0,0),(243501,32820,0,1,1,0,0,2807.62,49.259,27.098,6.24,600,20,0,2,0,1,0,0,0),(243500,32820,0,1,1,0,0,3059.38,655.884,75.3527,3.07709,600,20,0,2,0,1,0,0,0),(243499,32820,0,1,1,0,0,2806.21,745.621,139.187,1.847,600,20,0,2,0,1,0,0,0),(243498,32820,0,1,1,0,0,2805.34,-679,137.438,3.973,600,20,0,2,0,1,0,0,0),(243497,32820,0,1,1,0,0,2805.06,1100.72,86.029,5.157,600,20,0,2,0,1,0,0,0),(243496,32820,0,1,1,0,0,2805.02,314.912,27.249,0.702,600,20,0,2,0,1,0,0,0),(243495,32820,0,1,1,0,0,2802.34,-106,33.645,2.441,600,20,0,2,0,1,0,0,0),(243494,32820,0,1,1,0,0,2801.71,317.016,27.388,3.812,600,20,0,2,0,1,0,0,0),(243493,32820,0,1,1,0,0,2799.56,144.821,21.517,4.682,600,20,0,2,0,1,0,0,0),(243492,32820,0,1,1,0,0,2938.94,601.286,91.7991,0.439689,600,20,0,2,0,1,0,0,0),(243491,32820,0,1,1,0,0,2791.81,-474,101.641,1.257,600,20,0,2,0,1,0,0,0),(243490,32820,0,1,1,0,0,2789.81,-31,33.866,3.21,600,20,0,2,0,1,0,0,0),(243489,32820,0,1,1,0,0,2788.7,792.128,115.004,5.513,600,20,0,2,0,1,0,0,0),(243488,32820,0,1,1,0,0,2787.2,308.044,30.555,5.596,600,20,0,2,0,1,0,0,0),(243487,32820,0,1,1,0,0,2786.78,1058.27,110.623,4.197,600,20,0,2,0,1,0,0,0),(243486,32820,0,1,1,0,0,2786.53,237.086,33.154,0.563,600,20,0,2,0,1,0,0,0),(243485,32820,0,1,1,0,0,2786.49,996.78,111.898,5.657,600,20,0,2,0,1,0,0,0),(243484,32820,0,1,1,0,0,2786.16,800.124,113.599,5.463,600,20,0,2,0,1,0,0,0),(243483,32820,0,1,1,0,0,2785.3,20.632,31.625,1.381,600,20,0,2,0,1,0,0,0),(243482,32820,0,1,1,0,0,2784.3,42.982,29.613,0.994,600,20,0,2,0,1,0,0,0),(243481,32820,0,1,1,0,0,2784.07,416.318,19.71,1.466,600,20,0,2,0,1,0,0,0),(243480,32820,0,1,1,0,0,2783.88,-770,139.92,6.148,600,20,0,2,0,1,0,0,0),(243479,32820,0,1,1,0,0,2783.65,1057.34,110.378,4.234,600,20,0,2,0,1,0,0,0),(243478,32820,0,1,1,0,0,2782.46,975.446,112.993,3.098,600,20,0,2,0,1,0,0,0),(243477,32820,0,1,1,0,0,2782.22,-748,134.874,4.873,600,20,0,2,0,1,0,0,0),(243476,32820,0,1,1,0,0,2782.21,1060.45,110.458,4.223,600,20,0,2,0,1,0,0,0),(243475,32820,0,1,1,0,0,2781.32,78.466,28.691,4.853,600,20,0,2,0,1,0,0,0),(243474,32820,0,1,1,0,0,2781.3,348.492,26.39,3.792,600,20,0,2,0,1,0,0,0),(243473,32820,0,1,1,0,0,2780.26,-419,81.504,3.05,600,20,0,2,0,1,0,0,0),(243472,32820,0,1,1,0,0,2779.73,344.693,26.697,1.297,600,20,0,2,0,1,0,0,0),(243471,32820,0,1,1,0,0,2778.38,-66,34.106,4.347,600,20,0,2,0,1,0,0,0),(243470,32820,0,1,1,0,0,2778.1,1026.33,108.903,4.347,600,20,0,2,0,1,0,0,0),(243469,32820,0,1,1,0,0,2777.98,285.861,31.831,2.783,600,20,0,2,0,1,0,0,0),(243468,32820,0,1,1,0,0,3027.02,671.836,90.4184,3.14605,600,20,0,2,0,1,0,0,0),(243467,32820,0,1,1,0,0,2775.25,-406,82.028,5.275,600,20,0,2,0,1,0,0,0),(243466,32820,0,1,1,0,0,2775.09,-749,135.039,2.595,600,20,0,2,0,1,0,0,0),(243465,32820,0,1,1,0,0,2771.49,187.297,31.745,4.168,600,20,0,2,0,1,0,0,0),(243464,32820,0,1,1,0,0,2771.16,153.872,30.78,1.108,600,20,0,2,0,1,0,0,0),(243463,32820,0,1,1,0,0,2770.84,-13,34.186,1.078,600,20,0,2,0,1,0,0,0),(243462,32820,0,1,1,0,0,2769.83,869.461,112.399,5.785,600,20,0,2,0,1,0,0,0),(243461,32820,0,1,1,0,0,2769.63,-337,75.881,5.695,600,20,0,2,0,1,0,0,0),(243460,32820,0,1,1,0,0,2768.53,-171,36.586,1.213,600,20,0,2,0,1,0,0,0),(243459,32820,0,1,1,0,0,2763.11,-334,77.089,4.666,600,20,0,2,0,1,0,0,0),(243458,32820,0,1,1,0,0,2763.1,445.459,20.5,0.648,600,20,0,2,0,1,0,0,0),(243457,32820,0,1,1,0,0,2761.43,-751,135.385,0.335,600,20,0,2,0,1,0,0,0),(243456,32820,0,1,1,0,0,2758.75,79.879,31.355,0.578,600,20,0,2,0,1,0,0,0),(243455,32820,0,1,1,0,0,2758.23,-162,34.031,5.088,600,20,0,2,0,1,0,0,0),(243454,32820,0,1,1,0,0,2757.54,-347,78.813,3.879,600,20,0,2,0,1,0,0,0),(243453,32820,0,1,1,0,0,2756.84,-691,126.144,5.155,600,20,0,2,0,1,0,0,0),(243452,32820,0,1,1,0,0,2754.9,807.562,113.174,1.676,600,20,0,2,0,1,0,0,0),(243451,32820,0,1,1,0,0,2754.19,272.893,28.355,6.13,600,20,0,2,0,1,0,0,0),(243450,32820,0,1,1,0,0,2753.36,122.284,29.101,5.357,600,20,0,2,0,1,0,0,0),(243449,32820,0,1,1,0,0,2751.57,-531,104.416,4.951,600,20,0,2,0,1,0,0,0),(243448,32820,0,1,1,0,0,2750.02,-531,104.626,2.793,600,20,0,2,0,1,0,0,0),(243447,32820,0,1,1,0,0,2749.44,786.891,114.357,1.408,600,20,0,2,0,1,0,0,0),(243446,32820,0,1,1,0,0,2748.59,881.264,114.505,0.087,600,20,0,2,0,1,0,0,0),(243445,32820,0,1,1,0,0,2747.19,-279,64.486,5.793,600,20,0,2,0,1,0,0,0),(243444,32820,0,1,1,0,0,2746.17,313.784,30.283,5.061,600,20,0,2,0,1,0,0,0),(243443,32820,0,1,1,0,0,2745.98,782.205,114.843,1.214,600,20,0,2,0,1,0,0,0),(243442,32820,0,1,1,0,0,2745.03,238.559,34.676,3.898,600,20,0,2,0,1,0,0,0),(243441,32820,0,1,1,0,0,2744.38,-790,147.906,2.75,600,20,0,2,0,1,0,0,0),(243440,32820,0,1,1,0,0,2741.69,-76,31.535,5.148,600,20,0,2,0,1,0,0,0),(243439,32820,0,1,1,0,0,2741.66,-229,50.351,0.806,600,20,0,2,0,1,0,0,0),(243438,32820,0,1,1,0,0,2739.95,90.715,34.121,1.554,600,20,0,2,0,1,0,0,0),(243437,32820,0,1,1,0,0,2738.61,953.638,109.836,2.632,600,20,0,2,0,1,0,0,0),(243436,32820,0,1,1,0,0,2737.26,861.033,115.463,1.443,600,20,0,2,0,1,0,0,0),(243435,32820,0,1,1,0,0,2733.1,221.369,34.842,0.67,600,20,0,2,0,1,0,0,0),(243434,32820,0,1,1,0,0,2732.84,-505,103.028,3.26,600,20,0,2,0,1,0,0,0),(243433,32820,0,1,1,0,0,2731.25,140.329,30.919,3.191,600,20,0,2,0,1,0,0,0),(243432,32820,0,1,1,0,0,2730.6,122.119,34.944,3.636,600,20,0,2,0,1,0,0,0),(243431,32820,0,1,1,0,0,2728.22,-47,29.317,6.112,600,20,0,2,0,1,0,0,0),(243430,32820,0,1,1,0,0,2727.35,360.837,27.167,5.2,600,20,0,2,0,1,0,0,0),(243429,32820,0,1,1,0,0,2723.92,-265,60.197,2.092,600,20,0,2,0,1,0,0,0),(243428,32820,0,1,1,0,0,2723.15,842.9,114.437,3.655,600,20,0,2,0,1,0,0,0),(243427,32820,0,1,1,0,0,2717.71,780.438,111.583,5.339,600,20,0,2,0,1,0,0,0),(243426,32820,0,1,1,0,0,2716.88,-688,119.268,4.116,600,20,0,2,0,1,0,0,0),(243425,32820,0,1,1,0,0,2716.14,-745,135.23,2.544,600,20,0,2,0,1,0,0,0),(243424,32820,0,1,1,0,0,2715.01,-343,92.65,1.784,600,20,0,2,0,1,0,0,0),(243423,32820,0,1,1,0,0,2712.75,223.41,33.219,6.015,600,20,0,2,0,1,0,0,0),(243422,32820,0,1,1,0,0,2712.58,295.287,31.149,1.383,600,20,0,2,0,1,0,0,0),(243421,32820,0,1,1,0,0,2710.12,923.481,112.48,2.31,600,20,0,2,0,1,0,0,0),(243420,32820,0,1,1,0,0,2708.15,342.402,29.246,3.835,600,20,0,2,0,1,0,0,0),(243419,32820,0,1,1,0,0,2707.92,-41,28.567,2.55,600,20,0,2,0,1,0,0,0),(243418,32820,0,1,1,0,0,2706.57,407.431,23.754,1.209,600,20,0,2,0,1,0,0,0),(243417,32820,0,1,1,0,0,2705.41,379.311,26.93,1.551,600,20,0,2,0,1,0,0,0),(243416,32820,0,1,1,0,0,2702.78,-269,62.324,0.484,600,20,0,2,0,1,0,0,0),(243415,32820,0,1,1,0,0,2701.31,-487,107.766,1.322,600,20,0,2,0,1,0,0,0),(243414,32820,0,1,1,0,0,2693.45,492.476,17.507,3.089,600,20,0,2,0,1,0,0,0),(243413,32820,0,1,1,0,0,2693.22,97.336,35.577,4.421,600,20,0,2,0,1,0,0,0),(243412,32820,0,1,1,0,0,2692.62,884.526,110.192,5.771,600,20,0,2,0,1,0,0,0),(243411,32820,0,1,1,0,0,2691.65,944.4,110.92,2.273,600,20,0,2,0,1,0,0,0),(243410,32820,0,1,1,0,0,2689.81,7.583,30.024,5.376,600,20,0,2,0,1,0,0,0),(243409,32820,0,1,1,0,0,2686.46,221.022,31.364,0.673,600,20,0,2,0,1,0,0,0),(243408,32820,0,1,1,0,0,2685.8,8.171,29.688,2.305,600,20,0,2,0,1,0,0,0),(243407,32820,0,1,1,0,0,2684.66,443.218,18.817,2.514,600,20,0,2,0,1,0,0,0),(243406,32820,0,1,1,0,0,2681.23,861.878,108.754,5.771,600,20,0,2,0,1,0,0,0),(243405,32820,0,1,1,0,0,2680.93,812.035,109.282,3.861,600,20,0,2,0,1,0,0,0),(243404,32820,0,1,1,0,0,2679.77,1032.67,108.821,5.304,600,20,0,2,0,1,0,0,0),(243403,32820,0,1,1,0,0,2679.21,1013.13,108.381,4.384,600,20,0,2,0,1,0,0,0),(243402,32820,0,1,1,0,0,2678.87,311.54,31.12,4.258,600,20,0,2,0,1,0,0,0),(243401,32820,0,1,1,0,0,2673.69,256.889,31.865,3.889,600,20,0,2,0,1,0,0,0),(243400,32820,0,1,1,0,0,2672.69,-887,71.183,2.83,600,20,0,2,0,1,0,0,0),(243399,32820,0,1,1,0,0,2667.88,127.652,32.426,3.257,600,20,0,2,0,1,0,0,0),(243398,32820,0,1,1,0,0,2660.56,847.725,109.709,5.826,600,20,0,2,0,1,0,0,0),(243397,32820,0,1,1,0,0,2659.79,362.477,28.379,1,600,20,0,2,0,1,0,0,0),(243396,32820,0,1,1,0,0,2657.29,-885,68.351,2.818,600,20,0,2,0,1,0,0,0),(243395,32820,0,1,1,0,0,2656.3,533.697,15.485,1.331,600,20,0,2,0,1,0,0,0),(243394,32820,0,1,1,0,0,2656.03,950.07,113.864,0.646,600,20,0,2,0,1,0,0,0),(243393,32820,0,1,1,0,0,2655.85,1314.34,41.119,5.317,600,20,0,2,0,1,0,0,0),(243392,32820,0,1,1,0,0,2650.44,351.058,28.934,0.89,600,20,0,2,0,1,0,0,0),(243391,32820,0,1,1,0,0,2649.44,218.311,32.536,1.33,600,20,0,2,0,1,0,0,0),(243390,32820,0,1,1,0,0,2648.11,-892,65.367,3.03,600,20,0,2,0,1,0,0,0),(243389,32820,0,1,1,0,0,2647.27,1153.66,85.855,5.867,600,20,0,2,0,1,0,0,0),(243388,32820,0,1,1,0,0,2646.92,-626,106.988,5.102,600,20,0,2,0,1,0,0,0),(243387,32820,0,1,1,0,0,2646.01,404.876,31.007,5.402,600,20,0,2,0,1,0,0,0),(243386,32820,0,1,1,0,0,2645.24,1061.54,104.29,1.755,600,20,0,2,0,1,0,0,0),(243385,32820,0,1,1,0,0,2644.96,180.961,29.834,2.608,600,20,0,2,0,1,0,0,0),(243384,32820,0,1,1,0,0,2643.22,337.924,28.726,3.94,600,20,0,2,0,1,0,0,0),(243383,32820,0,1,1,0,0,2641.83,1368.93,2.269,5.923,600,20,0,2,0,1,0,0,0),(243382,32820,0,1,1,0,0,2641.52,1067.63,102.771,2.691,600,20,0,2,0,1,0,0,0),(243381,32820,0,1,1,0,0,2641.28,-4015,106.292,6.239,600,20,0,2,0,1,0,0,0),(243380,32820,0,1,1,0,0,2640.71,1210.13,70.931,1.67,600,20,0,2,0,1,0,0,0),(243379,32820,0,1,1,0,0,2639.2,254.461,34.408,1.233,600,20,0,2,0,1,0,0,0),(243378,32820,0,1,1,0,0,2638.66,892.341,112.888,0.664,600,20,0,2,0,1,0,0,0),(243377,32820,0,1,1,0,0,2637.98,1191.98,79.642,3.719,600,20,0,2,0,1,0,0,0),(243376,32820,0,1,1,0,0,2636.98,1049.48,103.165,3.109,600,20,0,2,0,1,0,0,0),(243375,32820,0,1,1,0,0,2636.46,144.211,32.506,0.82,600,20,0,2,0,1,0,0,0),(243374,32820,0,1,1,0,0,2635.33,51.674,28.114,5.333,600,20,0,2,0,1,0,0,0),(243373,32820,0,1,1,0,0,2634.35,-1071,108.356,4.795,600,20,0,2,0,1,0,0,0),(243372,32820,0,1,1,0,0,2632.86,388.887,35.111,2.082,600,20,0,2,0,1,0,0,0),(243371,32820,0,1,1,0,0,2631,60.832,28.403,0.685,600,20,0,2,0,1,0,0,0),(243370,32820,0,1,1,0,0,2630.11,980.202,109.971,2.083,600,20,0,2,0,1,0,0,0),(243369,32820,0,1,1,0,0,2627.41,-323,86.15,3.227,600,20,0,2,0,1,0,0,0),(243368,32820,0,1,1,0,0,2626.29,-823,70.467,5.276,600,20,0,2,0,1,0,0,0),(243367,32820,0,1,1,0,0,2625.58,1291.88,47.811,5.974,600,20,0,2,0,1,0,0,0),(243366,32820,0,1,1,0,0,2625.31,462.516,21.719,3.28319,600,20,0,2,0,1,0,0,0),(243365,32820,0,1,1,0,0,2624.68,-824,71.093,1.271,600,20,0,2,0,1,0,0,0),(243364,32820,0,1,1,0,0,2624.32,406.3,36.144,0.357,600,20,0,2,0,1,0,0,0),(243363,32820,0,1,1,0,0,2624.08,239.211,34.552,3.577,600,20,0,2,0,1,0,0,0),(243362,32820,0,1,1,0,0,2623.53,1040.28,99.36,6.136,600,20,0,2,0,1,0,0,0),(243361,32820,0,1,1,0,0,2620.38,883.914,111.555,0.524,600,20,0,2,0,1,0,0,0),(243360,32820,0,1,1,0,0,2617.13,313.391,37.435,5.833,600,20,0,2,0,1,0,0,0),(243359,32820,0,1,1,0,0,2613.99,1124.28,90.504,0.247,600,20,0,2,0,1,0,0,0),(243358,32820,0,1,1,0,0,2613.68,1098.27,93.415,4.322,600,20,0,2,0,1,0,0,0),(243357,32820,0,1,1,0,0,2613.55,133.443,30.158,2.098,600,20,0,2,0,1,0,0,0),(243356,32820,0,1,1,0,0,2611.5,463.978,22.947,2.03,600,20,0,2,0,1,0,0,0),(243355,32820,0,1,1,0,0,2611.07,-913,60.155,0.057,600,20,0,2,0,1,0,0,0),(243354,32820,0,1,1,0,0,2606.87,-781,74.363,3.376,600,20,0,2,0,1,0,0,0),(243353,32820,0,1,1,0,0,2606.83,235.35,37.201,0.492,600,20,0,2,0,1,0,0,0),(243352,32820,0,1,1,0,0,2603.09,-535,89,5.596,600,20,0,2,0,1,0,0,0),(243351,32820,0,1,1,0,0,2601.85,520.278,17.73,3.256,600,20,0,2,0,1,0,0,0),(243350,32820,0,1,1,0,0,2600.66,-690,78.686,6.225,600,20,0,2,0,1,0,0,0),(243349,32820,0,1,1,0,0,2599.74,1284.34,51.977,6.234,600,20,0,2,0,1,0,0,0),(243348,32820,0,1,1,0,0,2597.33,1385.28,1.157,5.836,600,20,0,2,0,1,0,0,0),(243347,32820,0,1,1,0,0,2594.44,246.63,41.364,5.094,600,20,0,2,0,1,0,0,0),(243346,32820,0,1,1,0,0,2594.13,1687.93,-1,3.606,600,20,0,2,0,1,0,0,0),(243345,32820,0,1,1,0,0,2593.26,136.157,30.133,4.803,600,20,0,2,0,1,0,0,0),(243344,32820,0,1,1,0,0,2591.06,1019.88,99.046,0.34,600,20,0,2,0,1,0,0,0),(243343,32820,0,1,1,0,0,2589.61,-118,31.162,5.597,600,20,0,2,0,1,0,0,0),(243342,32820,0,1,1,0,0,2588.44,-956,76.685,5.424,600,20,0,2,0,1,0,0,0),(243341,32820,0,1,1,0,0,2585.77,854.39,99.341,1.582,600,20,0,2,0,1,0,0,0),(243340,32820,0,1,1,0,0,2583.98,-54,31.023,1.123,600,20,0,2,0,1,0,0,0),(243339,32820,0,1,1,0,0,2582.18,-723,69.794,3.713,600,20,0,2,0,1,0,0,0),(243338,32820,0,1,1,0,0,2580.33,154.82,33.075,4.111,600,20,0,2,0,1,0,0,0),(243337,32820,0,1,1,0,0,2580.07,-107,30.212,1.34,600,20,0,2,0,1,0,0,0),(243336,32820,0,1,1,0,0,2578.41,918.022,104.599,3.372,600,20,0,2,0,1,0,0,0),(243335,32820,0,1,1,0,0,2578.28,572.019,14.308,0.791,600,20,0,2,0,1,0,0,0),(243334,32820,0,1,1,0,0,2578.07,-1024,94.786,3.179,600,20,0,2,0,1,0,0,0),(243333,32820,0,1,1,0,0,2577.17,981.727,98.292,0.805,600,20,0,2,0,1,0,0,0),(243332,32820,0,1,1,0,0,2576.22,-976,78.337,5.819,600,20,0,2,0,1,0,0,0),(243331,32820,0,1,1,0,0,2576.21,290.176,47.016,2.896,600,20,0,2,0,1,0,0,0),(243330,32820,0,1,1,0,0,2576.19,1004.2,94.243,4.529,600,20,0,2,0,1,0,0,0),(243329,32820,0,1,1,0,0,2576.12,885.095,100.947,2.425,600,20,0,2,0,1,0,0,0),(243328,32820,0,1,1,0,0,2574.67,840.848,100.144,3.899,600,20,0,2,0,1,0,0,0),(243327,32820,0,1,1,0,0,2573.81,-977,78.49,5.886,600,20,0,2,0,1,0,0,0),(243326,32820,0,1,1,0,0,2572.32,-50,33.493,3.851,600,20,0,2,0,1,0,0,0),(243325,32820,0,1,1,0,0,2571.73,1374.47,10.336,2.341,600,20,0,2,0,1,0,0,0),(243324,32820,0,1,1,0,0,2571.24,538.871,15.381,5.34,600,20,0,2,0,1,0,0,0),(243323,32820,0,1,1,0,0,2569.49,-26,30.197,0.603,600,20,0,2,0,1,0,0,0),(243322,32820,0,1,1,0,0,2567.96,-298,62.694,1.472,600,20,0,2,0,1,0,0,0),(243321,32820,0,1,1,0,0,2566.91,1238.9,63.893,5.629,600,20,0,2,0,1,0,0,0),(243320,32820,0,1,1,0,0,2566.2,-770,65.17,1.883,600,20,0,2,0,1,0,0,0),(243319,32820,0,1,1,0,0,2566.08,-748,65.709,4.607,600,20,0,2,0,1,0,0,0),(243318,32820,0,1,1,0,0,2564.08,1108.73,85.43,5.738,600,20,0,2,0,1,0,0,0),(243317,32820,0,1,1,0,0,2563.7,1204.8,67.354,3.764,600,20,0,2,0,1,0,0,0),(243316,32820,0,1,1,0,0,2563.46,807.718,108.717,0.277,600,20,0,2,0,1,0,0,0),(243315,32820,0,1,1,0,0,2563.32,-13,27.873,5.002,600,20,0,2,0,1,0,0,0),(243314,32820,0,1,1,0,0,2562.53,414.495,28.078,4.206,600,20,0,2,0,1,0,0,0),(243313,32820,0,1,1,0,0,2561.77,391.63,32.895,2.354,600,20,0,2,0,1,0,0,0),(243312,32820,0,1,1,0,0,2560.17,165.253,32.245,6.157,600,20,0,2,0,1,0,0,0),(243311,32820,0,1,1,0,0,2559.27,1388.1,4.529,3.079,600,20,0,2,0,1,0,0,0),(243310,32820,0,1,1,0,0,2558.88,1393.52,3.939,3.53,600,20,0,2,0,1,0,0,0),(243309,32820,0,1,1,0,0,2558.63,919.597,95.841,5.446,600,20,0,2,0,1,0,0,0),(243308,32820,0,1,1,0,0,2558.34,188.341,35.937,4.756,600,20,0,2,0,1,0,0,0),(243307,32820,0,1,1,0,0,2557.55,-690,67.732,3.509,600,20,0,2,0,1,0,0,0),(243306,32820,0,1,1,0,0,2557.17,-892,56.093,3.269,600,20,0,2,0,1,0,0,0),(243305,32820,0,1,1,0,0,2556.54,1066.15,85.343,3.776,600,20,0,2,0,1,0,0,0),(243304,32820,0,1,1,0,0,2552.97,236.42,47.253,4.223,600,20,0,2,0,1,0,0,0),(243303,32820,0,1,1,0,0,2552.9,121.243,29.951,5.989,600,20,0,2,0,1,0,0,0),(243302,32820,0,1,1,0,0,2552.46,-275,48.48,0.503,600,20,0,2,0,1,0,0,0),(243301,32820,0,1,1,0,0,2552.27,1122.7,82.146,1.677,600,20,0,2,0,1,0,0,0),(243300,32820,0,1,1,0,0,2551.59,878.635,91.77,5.735,600,20,0,2,0,1,0,0,0),(243299,32820,0,1,1,0,0,2550.7,386.404,33.878,6.21,600,20,0,2,0,1,0,0,0),(243298,32820,0,1,1,0,0,2549.94,404.449,31.932,3.233,600,20,0,2,0,1,0,0,0),(243297,32820,0,1,1,0,0,2549.66,816.335,109.295,5.37,600,20,0,2,0,1,0,0,0),(243296,32820,0,1,1,0,0,2549,-104,24.141,3.394,600,20,0,2,0,1,0,0,0),(243295,32820,0,1,1,0,0,2548.62,-899,56.71,2.666,600,20,0,2,0,1,0,0,0),(243294,32820,0,1,1,0,0,2547.51,-269,46.196,4.004,600,20,0,2,0,1,0,0,0),(243293,32820,0,1,1,0,0,2547.36,-626,81.138,3.999,600,20,0,2,0,1,0,0,0),(243292,32820,0,1,1,0,0,2546.21,947.298,93.246,4.243,600,20,0,2,0,1,0,0,0),(243291,32820,0,1,1,0,0,2545.93,1166.3,73.116,2.195,600,20,0,2,0,1,0,0,0),(243290,32820,0,1,1,0,0,2545.58,293.867,42.537,1.439,600,20,0,2,0,1,0,0,0),(243289,32820,0,1,1,0,0,2545.18,1462.11,-5,0.007,600,20,0,2,0,1,0,0,0),(243288,32820,0,1,1,0,0,2544.83,1050.89,85.722,0.247,600,20,0,2,0,1,0,0,0),(243287,32820,0,1,1,0,0,2544.24,173.075,35.024,5.433,600,20,0,2,0,1,0,0,0),(243286,32820,0,1,1,0,0,2543.48,-22,28.248,5.313,600,20,0,2,0,1,0,0,0),(243285,32820,0,1,1,0,0,2543.3,979.199,89.469,3.708,600,20,0,2,0,1,0,0,0),(243284,32820,0,1,1,0,0,2541.16,763.772,110.81,0.006,600,20,0,2,0,1,0,0,0),(243283,32820,0,1,1,0,0,2540.4,-1041,98.397,4.767,600,20,0,2,0,1,0,0,0),(243282,32820,0,1,1,0,0,-9327.6,178.975,61.6973,4.10484,600,20,0,2,0,1,0,0,0),(243281,32820,0,1,1,0,0,2538.94,547.931,15.817,3.534,600,20,0,2,0,1,0,0,0),(243280,32820,0,1,1,0,0,2538.43,279.164,47.359,4.017,600,20,0,2,0,1,0,0,0),(243279,32820,0,1,1,0,0,2536.85,769.594,110.986,5.986,600,20,0,2,0,1,0,0,0),(243278,32820,0,1,1,0,0,2536.85,-61,29.111,5.919,600,20,0,2,0,1,0,0,0),(243277,32820,0,1,1,0,0,2536.84,1284.58,44.213,4.287,600,20,0,2,0,1,0,0,0),(243276,32820,0,1,1,0,0,2533.9,956.824,92.354,2.725,600,20,0,2,0,1,0,0,0),(243275,32820,0,1,1,0,0,2533.89,543.76,15.734,0.35,600,20,0,2,0,1,0,0,0),(243274,32820,0,1,1,0,0,2533.1,1390.19,4.32,4.062,600,20,0,2,0,1,0,0,0),(243273,32820,0,1,1,0,0,2532.96,-726,62.975,6.229,600,20,0,2,0,1,0,0,0),(243272,32820,0,1,1,0,0,2532.49,-892,55.919,4.546,600,20,0,2,0,1,0,0,0),(243271,32820,0,1,1,0,0,2531.76,-899,56.364,1.546,600,20,0,2,0,1,0,0,0),(243270,32820,0,1,1,0,0,2528.93,293.153,42.922,3.196,600,20,0,2,0,1,0,0,0),(243269,32820,0,1,1,0,0,2528.36,-905,57.091,1.203,600,20,0,2,0,1,0,0,0),(243268,32820,0,1,1,0,0,2524.56,385.299,34.712,3.378,600,20,0,2,0,1,0,0,0),(243267,32820,0,1,1,0,0,2524.39,1290.53,40.599,2.301,600,20,0,2,0,1,0,0,0),(243266,32820,0,1,1,0,0,2524.32,1174.54,69.023,6.092,600,20,0,2,0,1,0,0,0),(243265,32820,0,1,1,0,0,2523.8,1047.83,81.655,3.009,600,20,0,2,0,1,0,0,0),(243264,32820,0,1,1,0,0,2523.72,1421.92,1.661,2.047,600,20,0,2,0,1,0,0,0),(243263,32820,0,1,1,0,0,2523.5,945.028,90.841,3.182,600,20,0,2,0,1,0,0,0),(243262,32820,0,1,1,0,0,2521.87,-850,58.087,5.361,600,20,0,2,0,1,0,0,0),(243261,32820,0,1,1,0,0,2520.1,1497.1,0.191,1.595,600,20,0,2,0,1,0,0,0),(243260,32820,0,1,1,0,0,2518.76,1609.94,-3,4.409,600,20,0,2,0,1,0,0,0),(243259,32820,0,1,1,0,0,2518.14,-245,34.107,2.611,600,20,0,2,0,1,0,0,0),(243258,32820,0,1,1,0,0,2517.52,226.214,44.075,5.972,600,20,0,2,0,1,0,0,0),(243257,32820,0,1,1,0,0,2517.36,789.009,110.905,4.528,600,20,0,2,0,1,0,0,0),(243256,32820,0,1,1,0,0,2514.84,1344.22,21.131,3.802,600,20,0,2,0,1,0,0,0),(243255,32820,0,1,1,0,0,2514.11,-675,71.4,0.648,600,20,0,2,0,1,0,0,0),(243254,32820,0,1,1,0,0,2513.47,243.981,48.784,2.36,600,20,0,2,0,1,0,0,0),(243253,32820,0,1,1,0,0,2513.44,289.726,44.531,0.773,600,20,0,2,0,1,0,0,0),(243252,32820,0,1,1,0,0,2512.91,-37,26.205,1.418,600,20,0,2,0,1,0,0,0),(243251,32820,0,1,1,0,0,2511.19,-536,87.971,0.224,600,20,0,2,0,1,0,0,0),(243250,32820,0,1,1,0,0,2507.29,388.541,34.313,3.383,600,20,0,2,0,1,0,0,0),(243249,32820,0,1,1,0,0,2505.76,458.109,36.993,0.063,600,20,0,2,0,1,0,0,0),(243247,32820,0,1,1,0,0,2503.03,868.549,85.899,1.18,600,20,0,2,0,1,0,0,0),(243248,32820,0,1,1,0,0,2503.29,978.85,80.657,4.556,600,20,0,2,0,1,0,0,0),(243246,32820,0,1,1,0,0,2500.01,1137.44,67.536,3.6,600,20,0,2,0,1,0,0,0),(243245,32820,0,1,1,0,0,2499.18,348.946,34.077,1.87,600,20,0,2,0,1,0,0,0),(243244,32820,0,1,1,0,0,2497.9,364.587,35.105,0.979,600,20,0,2,0,1,0,0,0),(243243,32820,0,1,1,0,0,2494.93,1669.37,8.719,5.881,600,20,0,2,0,1,0,0,0),(243242,32820,0,1,1,0,0,2494.57,1673.4,10.128,2.164,600,20,0,2,0,1,0,0,0),(243241,32820,0,1,1,0,0,2493.81,1394.65,6.509,2.05,600,20,0,2,0,1,0,0,0),(243240,32820,0,1,1,0,0,2493.48,785.188,120.149,1.976,600,20,0,2,0,1,0,0,0),(243239,32820,0,1,1,0,0,2492.84,646.658,32.245,2.232,600,20,0,2,0,1,0,0,0),(243238,32820,0,1,1,0,0,2492.59,1112.71,69.615,3.005,600,20,0,2,0,1,0,0,0),(243237,32820,0,1,1,0,0,2492.37,127.447,29.059,3.712,600,20,0,2,0,1,0,0,0),(243236,32820,0,1,1,0,0,2490.63,1072.42,73.45,3.498,600,20,0,2,0,1,0,0,0),(243235,32820,0,1,1,0,0,2487.97,1419.32,7.593,4.576,600,20,0,2,0,1,0,0,0),(243234,32820,0,1,1,0,0,2487.39,1243.5,46.953,2.747,600,20,0,2,0,1,0,0,0),(243233,32820,0,1,1,0,0,2487.11,1442.07,8.595,4.038,600,20,0,2,0,1,0,0,0),(243232,32820,0,1,1,0,0,2485.9,150.755,29.072,2.887,600,20,0,2,0,1,0,0,0),(243231,32820,0,1,1,0,0,2484.06,27.081,25.565,1.039,600,20,0,2,0,1,0,0,0),(243230,32820,0,1,1,0,0,2483.98,-342,73.162,0.109,600,20,0,2,0,1,0,0,0),(243229,32820,0,1,1,0,0,2483.31,1008,71.644,3.179,600,20,0,2,0,1,0,0,0),(243228,32820,0,1,1,0,0,2482.21,1328.45,25.967,3.804,600,20,0,2,0,1,0,0,0),(243227,32820,0,1,1,0,0,2481.59,1653.69,14.068,3.26,600,20,0,2,0,1,0,0,0),(243226,32820,0,1,1,0,0,2481.47,-221,31.593,2.759,600,20,0,2,0,1,0,0,0),(243225,32820,0,1,1,0,0,2481.38,1649.24,15.072,3.164,600,20,0,2,0,1,0,0,0),(243224,32820,0,1,1,0,0,2481.06,-279,49.659,2.055,600,20,0,2,0,1,0,0,0),(243223,32820,0,1,1,0,0,2478.76,-586,72.697,3.975,600,20,0,2,0,1,0,0,0),(243222,32820,0,1,1,0,0,2478.1,988.421,70.941,2.216,600,20,0,2,0,1,0,0,0),(243221,32820,0,1,1,0,0,2478.08,670.223,43.878,4.858,600,20,0,2,0,1,0,0,0),(243220,32820,0,1,1,0,0,2474.74,17.994,24.719,3.621,600,20,0,2,0,1,0,0,0),(243219,32820,0,1,1,0,0,2474.11,136.395,30.48,2.844,600,20,0,2,0,1,0,0,0),(243218,32820,0,1,1,0,0,2472.49,-660,71.856,2.738,600,20,0,2,0,1,0,0,0),(243217,32820,0,1,1,0,0,2470.76,1133.18,62.891,4.785,600,20,0,2,0,1,0,0,0),(243216,32820,0,1,1,0,0,2470.08,-764,66.258,5.086,600,20,0,2,0,1,0,0,0),(243215,32820,0,1,1,0,0,2469.93,-414,76.909,4.781,600,20,0,2,0,1,0,0,0),(243214,32820,0,1,1,0,0,2469.59,678.841,41.703,4.656,600,20,0,2,0,1,0,0,0),(243213,32820,0,1,1,0,0,2468.97,694.866,45.229,1.525,600,20,0,2,0,1,0,0,0),(243212,32820,0,1,1,0,0,2468.9,-534,73.361,0.95,600,20,0,2,0,1,0,0,0),(243211,32820,0,1,1,0,0,2464.89,240.908,44.565,2.955,600,20,0,2,0,1,0,0,0),(243210,32820,0,1,1,0,0,2463.91,-832,61.865,2.465,600,20,0,2,0,1,0,0,0),(243209,32820,0,1,1,0,0,2461.74,1389.54,24.402,5.66,600,20,0,2,0,1,0,0,0),(243208,32820,0,1,1,0,0,2460.77,1715.16,24.784,0.707,600,20,0,2,0,1,0,0,0),(243207,32820,0,1,1,0,0,2460.72,-843,59.263,3.194,600,20,0,2,0,1,0,0,0),(243206,32820,0,1,1,0,0,2457.74,-961,73.592,4.799,600,20,0,2,0,1,0,0,0),(243205,32820,0,1,1,0,0,2456.21,1600.09,56.384,3.744,600,20,0,2,0,1,0,0,0),(243204,32820,0,1,1,0,0,2453.67,1085.37,61.041,0.916,600,20,0,2,0,1,0,0,0),(243203,32820,0,1,1,0,0,2453.19,1600.67,72.156,0.612,600,20,0,2,0,1,0,0,0),(243202,32820,0,1,1,0,0,2452.02,400.364,35.155,1.552,600,20,0,2,0,1,0,0,0),(243201,32820,0,1,1,0,0,2451.87,939.724,75.693,4.989,600,20,0,2,0,1,0,0,0),(243200,32820,0,1,1,0,0,2450.14,1596.42,37.069,3.452,600,20,0,2,0,1,0,0,0),(243199,32820,0,1,1,0,0,2450.12,468.537,43.871,2.586,600,20,0,2,0,1,0,0,0),(243198,32820,0,1,1,0,0,2449.55,1586.94,61.069,1.798,600,20,0,2,0,1,0,0,0),(243197,32820,0,1,1,0,0,2448.81,-473,76.137,4.731,600,20,0,2,0,1,0,0,0),(243196,32820,0,1,1,0,0,2448.74,438.474,37.248,0.923,600,20,0,2,0,1,0,0,0),(243195,32820,0,1,1,0,0,2448.66,473.064,44.351,4.494,600,20,0,2,0,1,0,0,0),(243194,32820,0,1,1,0,0,2447.51,-326,68.49,0.001,600,20,0,2,0,1,0,0,0),(243193,32820,0,1,1,0,0,2447.11,1584.32,44.952,1.498,600,20,0,2,0,1,0,0,0),(243192,32820,0,1,1,0,0,2447.07,797.919,48.376,5.855,600,20,0,2,0,1,0,0,0),(243191,32820,0,1,1,0,0,2444.13,1599.84,66.573,3.921,600,20,0,2,0,1,0,0,0),(243190,32820,0,1,1,0,0,2442.84,-611,70.441,3.285,600,20,0,2,0,1,0,0,0),(243189,32820,0,1,1,0,0,2442.75,-656,71.741,2.654,600,20,0,2,0,1,0,0,0),(243188,32820,0,1,1,0,0,2442.64,-543,71.297,3.584,600,20,0,2,0,1,0,0,0),(243187,32820,0,1,1,0,0,2442.5,226.8,41.196,0.172,600,20,0,2,0,1,0,0,0),(243186,32820,0,1,1,0,0,2442.47,1333.02,27.135,2.692,600,20,0,2,0,1,0,0,0),(243185,32820,0,1,1,0,0,2441.93,1472.27,32.176,4.253,600,20,0,2,0,1,0,0,0),(243184,32820,0,1,1,0,0,2441.91,763.84,46.683,5.054,600,20,0,2,0,1,0,0,0),(243183,32820,0,1,1,0,0,2441.18,360.312,32.705,5.067,600,20,0,2,0,1,0,0,0),(243182,32820,0,1,1,0,0,2441.02,1589.64,72.156,4.047,600,20,0,2,0,1,0,0,0),(243181,32820,0,1,1,0,0,2440.72,486.974,44.588,4.485,600,20,0,2,0,1,0,0,0),(243180,32820,0,1,1,0,0,2439.4,-684,72.739,3.02,600,20,0,2,0,1,0,0,0),(243179,32820,0,1,1,0,0,2439.32,-400,68.798,2.566,600,20,0,2,0,1,0,0,0),(243178,32820,0,1,1,0,0,2438.83,875.833,74.285,3.298,600,20,0,2,0,1,0,0,0),(243177,32820,0,1,1,0,0,2438.41,1599.72,50.777,5.947,600,20,0,2,0,1,0,0,0),(243176,32820,0,1,1,0,0,2436.55,-192,33.496,0.211,600,20,0,2,0,1,0,0,0),(243175,32820,0,1,1,0,0,2435.63,1777.61,29.416,4.681,600,20,0,2,0,1,0,0,0),(243174,32820,0,1,1,0,0,2434.33,-404,68.323,1.155,600,20,0,2,0,1,0,0,0),(243173,32820,0,1,1,0,0,2434.17,608.949,31.609,3.929,600,20,0,2,0,1,0,0,0),(243172,32820,0,1,1,0,0,2433.11,978.304,68.19,1.34,600,20,0,2,0,1,0,0,0),(243171,32820,0,1,1,0,0,2432.8,772.851,43.749,0.52,600,20,0,2,0,1,0,0,0),(243170,32820,0,1,1,0,0,2432.26,738.563,40.884,5.255,600,20,0,2,0,1,0,0,0),(243169,32820,0,1,1,0,0,2429.26,889.561,72.831,4.188,600,20,0,2,0,1,0,0,0),(243168,32820,0,1,1,0,0,2429.17,1531.98,35.504,2.935,600,20,0,2,0,1,0,0,0),(243167,32820,0,1,1,0,0,2425.83,218.091,36.324,2.626,600,20,0,2,0,1,0,0,0),(243166,32820,0,1,1,0,0,2425.21,-651,72.322,4.155,600,20,0,2,0,1,0,0,0),(243165,32820,0,1,1,0,0,2424.05,148.275,31.336,2.675,600,20,0,2,0,1,0,0,0),(243164,32820,0,1,1,0,0,2422.22,297.866,35.91,3.53,600,20,0,2,0,1,0,0,0),(243163,32820,0,1,1,0,0,2421.85,190.064,32.594,3.308,600,20,0,2,0,1,0,0,0),(243162,32820,0,1,1,0,0,2419.78,1567.44,32.97,3.735,600,20,0,2,0,1,0,0,0),(243161,32820,0,1,1,0,0,2418,-479,74.076,4.456,600,20,0,2,0,1,0,0,0),(243160,32820,0,1,1,0,0,2417.91,-742,70.812,0.802,600,20,0,2,0,1,0,0,0),(243159,32820,0,1,1,0,0,2417.36,1214.98,43.743,3.638,600,20,0,2,0,1,0,0,0),(243158,32820,0,1,1,0,0,2417.2,-275,59.469,2.832,600,20,0,2,0,1,0,0,0),(243157,32820,0,1,1,0,0,2416.42,195.813,31.897,4.942,600,20,0,2,0,1,0,0,0),(243156,32820,0,1,1,0,0,2416.16,1335.9,33.074,3.269,600,20,0,2,0,1,0,0,0),(243155,32820,0,1,1,0,0,2414.1,1303.18,30.4,1.796,600,20,0,2,0,1,0,0,0),(243154,32820,0,1,1,0,0,2413.61,1520.4,34.687,2.74,600,20,0,2,0,1,0,0,0),(243153,32820,0,1,1,0,0,2413.26,-277,59.124,5.309,600,20,0,2,0,1,0,0,0),(243152,32820,0,1,1,0,0,2412.98,745.356,41.134,0.099,600,20,0,2,0,1,0,0,0),(243151,32820,0,1,1,0,0,2411.89,1399.55,33.384,0.56,600,20,0,2,0,1,0,0,0),(243150,32820,0,1,1,0,0,2411.49,653.125,31.986,2.168,600,20,0,2,0,1,0,0,0),(243148,32820,0,1,1,0,0,2410.56,1583.85,32.966,3.664,600,20,0,2,0,1,0,0,0),(243149,32820,0,1,1,0,0,2410.67,612.571,30.944,3.927,600,20,0,2,0,1,0,0,0),(243147,32820,0,1,1,0,0,2410.23,-241,45.519,1.328,600,20,0,2,0,1,0,0,0),(243146,32820,0,1,1,0,0,2409.28,1889.54,11.37,5.307,600,20,0,2,0,1,0,0,0),(243145,32820,0,1,1,0,0,2409.2,1381.42,36.009,6.158,600,20,0,2,0,1,0,0,0),(243144,32820,0,1,1,0,0,2408.2,687.692,33.231,2.845,600,20,0,2,0,1,0,0,0),(243143,32820,0,1,1,0,0,2406.7,795.103,41.574,4.812,600,20,0,2,0,1,0,0,0),(243142,32820,0,1,1,0,0,2406.45,-1035,85.414,0.457,600,20,0,2,0,1,0,0,0),(243141,32820,0,1,1,0,0,2405.36,-734,73.272,2.557,600,20,0,2,0,1,0,0,0),(243140,32820,0,1,1,0,0,2405.23,1285.12,31.2,4.19,600,20,0,2,0,1,0,0,0),(243139,32820,0,1,1,0,0,2403.79,675.319,34.263,2.516,600,20,0,2,0,1,0,0,0),(243138,32820,0,1,1,0,0,2403.65,1105.96,52.947,6.067,600,20,0,2,0,1,0,0,0),(243137,32820,0,1,1,0,0,2403.28,227.164,34.464,1.926,600,20,0,2,0,1,0,0,0),(243136,32820,0,1,1,0,0,2402.73,1124.35,50.437,3.04,600,20,0,2,0,1,0,0,0),(243135,32820,0,1,1,0,0,2401.57,1406.94,32.985,2.087,600,20,0,2,0,1,0,0,0),(243134,32820,0,1,1,0,0,2398.29,1596.08,33.56,4.911,600,20,0,2,0,1,0,0,0),(243133,32820,0,1,1,0,0,2398.11,1026.08,61.023,3.502,600,20,0,2,0,1,0,0,0),(243132,32820,0,1,1,0,0,2396.53,870.308,64.018,0.119,600,20,0,2,0,1,0,0,0),(243131,32820,0,1,1,0,0,2396.11,1262.56,36.633,5.658,600,20,0,2,0,1,0,0,0),(243130,32820,0,1,1,0,0,2395.9,-592,71.83,0.24,600,20,0,2,0,1,0,0,0),(243129,32820,0,1,1,0,0,2394.46,-291,55.946,0.978,600,20,0,2,0,1,0,0,0),(243128,32820,0,1,1,0,0,2390.27,336.502,40.016,2.271,600,20,0,2,0,1,0,0,0),(243127,32820,0,1,1,0,0,2389.34,1440.19,34.403,2.12,600,20,0,2,0,1,0,0,0),(243126,32820,0,1,1,0,0,2389.22,-932,68.069,1.36,600,20,0,2,0,1,0,0,0),(243125,32820,0,1,1,0,0,2388.84,-373,68.993,3.957,600,20,0,2,0,1,0,0,0),(243124,32820,0,1,1,0,0,2388.53,-448,75.259,3.57,600,20,0,2,0,1,0,0,0),(243123,32820,0,1,1,0,0,2387.66,-447,74.785,4.973,600,20,0,2,0,1,0,0,0),(243122,32820,0,1,1,0,0,2387.31,-627,70.923,4.593,600,20,0,2,0,1,0,0,0),(243121,32820,0,1,1,0,0,2387.03,204.682,35.487,5.981,600,20,0,2,0,1,0,0,0),(243120,32820,0,1,1,0,0,2386.36,-1050,85.605,3.171,600,20,0,2,0,1,0,0,0),(243119,32820,0,1,1,0,0,2384.88,1051.42,56.973,4.909,600,20,0,2,0,1,0,0,0),(243118,32820,0,1,1,0,0,2383.29,1106.76,46.027,6.047,600,20,0,2,0,1,0,0,0),(243117,32820,0,1,1,0,0,2382.42,-935,67.969,2.253,600,20,0,2,0,1,0,0,0),(243116,32820,0,1,1,0,0,2382.23,636.662,30.31,0.463,600,20,0,2,0,1,0,0,0),(243115,32820,0,1,1,0,0,2379.44,1017.43,55.545,0.852,600,20,0,2,0,1,0,0,0),(243114,32820,0,1,1,0,0,2379.37,1877.52,0.848,4.616,600,20,0,2,0,1,0,0,0),(243113,32820,0,1,1,0,0,2378.88,-572,74.79,2.643,600,20,0,2,0,1,0,0,0),(243112,32820,0,1,1,0,0,2377.98,137.006,31.717,3.492,600,20,0,2,0,1,0,0,0),(243111,32820,0,1,1,0,0,2377.8,747.063,34.106,4.872,600,20,0,2,0,1,0,0,0),(243110,32820,0,1,1,0,0,2377.67,-594,72.983,1.424,600,20,0,2,0,1,0,0,0),(243109,32820,0,1,1,0,0,2377.16,111.89,27.662,4.962,600,20,0,2,0,1,0,0,0),(243108,32820,0,1,1,0,0,2377,1017.97,54.718,3.905,600,20,0,2,0,1,0,0,0),(243107,32820,0,1,1,0,0,2376.34,1493.49,34.884,5.341,600,20,0,2,0,1,0,0,0),(243106,32820,0,1,1,0,0,2375.43,1098.79,43.639,5.316,600,20,0,2,0,1,0,0,0),(243105,32820,0,1,1,0,0,2374.97,580.367,33.505,4.767,600,20,0,2,0,1,0,0,0),(243104,32820,0,1,1,0,0,2374.06,1284.32,31.413,4.418,600,20,0,2,0,1,0,0,0),(243103,32820,0,1,1,0,0,2373.57,1543.44,34.328,0.443,600,20,0,2,0,1,0,0,0),(243101,32820,0,1,1,0,0,2372.24,-834,71.854,5.471,600,20,0,2,0,1,0,0,0),(243102,32820,0,1,1,0,0,2372.64,334.076,38.745,0.673,600,20,1,2,0,1,1,0,0),(243100,32820,0,1,1,0,0,2371.08,204.149,35.612,1.807,600,20,0,2,0,1,0,0,0),(243098,32820,0,1,1,0,0,2365.96,-581,75.685,0.85,600,20,0,2,0,1,0,0,0),(243099,32820,0,1,1,0,0,2370.9,-442,76.593,6.172,600,20,0,2,0,1,0,0,0),(243097,32820,0,1,1,0,0,2364.95,294.312,34.916,0.113,600,20,0,2,0,1,0,0,0),(243096,32820,0,1,1,0,0,2363.58,1215.44,34.043,1.34,600,20,0,2,0,1,0,0,0),(243095,32820,0,1,1,0,0,2363.14,1650.9,33.881,0.542,600,20,0,2,0,1,0,0,0),(243094,32820,0,1,1,0,0,2361.42,1313.94,33.537,6.047,600,20,0,2,0,1,0,0,0),(243093,32820,0,1,1,0,0,2361.41,425.175,33.552,1.843,600,20,0,2,0,1,0,0,0),(243092,32820,0,1,1,0,0,2360.86,877.532,57.312,6.185,600,20,0,2,0,1,0,0,0),(243091,32820,0,1,1,0,0,2356.71,1288.87,32.962,5.288,600,20,0,2,0,1,0,0,0),(243090,32820,0,1,1,0,0,2356.43,672.208,34.242,0.826,600,20,0,2,0,1,0,0,0),(243089,32820,0,1,1,0,0,2356.2,1173.56,37.18,0.307,600,20,0,2,0,1,0,0,0),(243088,32820,0,1,1,0,0,2355.48,251.407,28.57,4.943,600,20,0,2,0,1,0,0,0),(243087,32820,0,1,1,0,0,2354.99,866.681,54.057,1.686,600,20,0,2,0,1,0,0,0),(243086,32820,0,1,1,0,0,2354.38,329.058,37.779,4.064,600,20,0,2,0,1,0,0,0),(243085,32820,0,1,1,0,0,2354.14,1367.2,33.332,5.345,600,20,0,2,0,1,0,0,0),(243084,32820,0,1,1,0,0,2352.98,-160,28.558,2.635,600,20,0,2,0,1,0,0,0),(243083,32820,0,1,1,0,0,2351.5,81.281,28.505,1.363,600,20,0,2,0,1,0,0,0),(243082,32820,0,1,1,0,0,2351.05,649.239,33.729,5.742,600,20,0,2,0,1,0,0,0),(243081,32820,0,1,1,0,0,2351.02,-1050,83.63,5.796,600,20,0,2,0,1,0,0,0),(243080,32820,0,1,1,0,0,2350.96,-256,42.913,5.774,600,20,0,2,0,1,0,0,0),(243079,32820,0,1,1,0,0,2350.54,1469.74,33.332,3.855,600,20,0,2,0,1,0,0,0),(243078,32820,0,1,1,0,0,2350.12,609.547,35.335,1.012,600,20,0,2,0,1,0,0,0),(243077,32820,0,1,1,0,0,2350.06,679.128,35.492,2.183,600,20,0,2,0,1,0,0,0),(243076,32820,0,1,1,0,0,2349.95,1291.15,33.534,1.661,600,20,0,2,0,1,0,0,0),(243075,32820,0,1,1,0,0,2349.34,-910,71.468,1.993,600,20,0,2,0,1,0,0,0),(243074,32820,0,1,1,0,0,2348.58,492.862,33.358,4.879,600,20,0,2,0,1,0,0,0),(243073,32820,0,1,1,0,0,2348.53,176.39,37.435,2.873,600,20,0,2,0,1,0,0,0),(243072,32820,0,1,1,0,0,2348.1,1384.92,33.528,0.728,600,20,0,2,0,1,0,0,0),(243071,32820,0,1,1,0,0,2346.36,50.501,27.321,5.781,600,20,0,2,0,1,0,0,0),(243070,32820,0,1,1,0,0,2345.99,1129.3,41.876,1.589,600,20,0,2,0,1,0,0,0),(243069,32820,0,1,1,0,0,2344.56,894.859,57.8,5.072,600,20,0,2,0,1,0,0,0),(243068,32820,0,1,1,0,0,2344.03,265.531,34.206,0.211,600,20,0,2,0,1,0,0,0),(243067,32820,0,1,1,0,0,2343.9,595.659,34.857,0.712,600,20,0,2,0,1,0,0,0),(243066,32820,0,1,1,0,0,2342.92,1314.31,34.119,3.194,600,20,0,2,0,1,0,0,0),(243065,32820,0,1,1,0,0,2341.99,-226,41.779,3.074,600,20,0,2,0,1,0,0,0),(243064,32820,0,1,1,0,0,2341.36,178.039,38.336,6.054,600,20,0,2,0,1,0,0,0),(243063,32820,0,1,1,0,0,2340.65,732.441,36.408,2.016,600,20,0,2,0,1,0,0,0),(243062,32820,0,1,1,0,0,2340.52,763.396,34.971,4.497,600,20,0,2,0,1,0,0,0),(243061,32820,0,1,1,0,0,2340.05,1015.01,51.349,1.017,600,20,0,2,0,1,0,0,0),(243060,32820,0,1,1,0,0,2334.68,115.599,36.568,5.198,600,20,0,2,0,1,0,0,0),(243059,32820,0,1,1,0,0,2332.93,933.291,61.245,0.091,600,20,0,2,0,1,0,0,0),(243058,32820,0,1,1,0,0,2331.26,1693.33,46.975,2.969,600,20,0,2,0,1,0,0,0),(243057,32820,0,1,1,0,0,2331.17,1391.91,33.333,3.749,600,20,0,2,0,1,0,0,0),(243056,32820,0,1,1,0,0,2330.09,243.529,28.61,5.202,600,20,0,2,0,1,0,0,0),(243055,32820,0,1,1,0,0,2328.58,774.542,33.337,5.827,600,20,0,2,0,1,0,0,0),(243054,32820,0,1,1,0,0,2327.82,693.471,39.356,1.926,600,20,0,2,0,1,0,0,0),(243053,32820,0,1,1,0,0,2327.67,-206,38.609,6.026,600,20,0,2,0,1,0,0,0),(243052,32820,0,1,1,0,0,2327.63,114.74,36.88,3.775,600,20,0,2,0,1,0,0,0),(243051,32820,0,1,1,0,0,2325.31,-667,69.304,0.387,600,20,0,2,0,1,0,0,0),(243050,32820,0,1,1,0,0,2324.44,622.718,33.868,3.246,600,20,0,2,0,1,0,0,0),(243049,32820,0,1,1,0,0,2323.53,1004.91,51.782,2.099,600,20,0,2,0,1,0,0,0),(243048,32820,0,1,1,0,0,2323.16,1482.42,33.574,1.884,600,20,0,2,0,1,0,0,0),(243047,32820,0,1,1,0,0,2322.2,332.751,36.502,4.385,600,20,0,2,0,1,0,0,0),(243046,32820,0,1,1,0,0,2322.08,-378,71.204,2.335,600,20,0,2,0,1,0,0,0),(243045,32820,0,1,1,0,0,2320.82,653.608,31.56,5.556,600,20,0,2,0,1,0,0,0),(243044,32820,0,1,1,0,0,2320.4,-255,47.498,3.949,600,20,0,2,0,1,0,0,0),(243043,32820,0,1,1,0,0,2319.53,1098.57,37.407,1.036,600,20,0,2,0,1,0,0,0),(243042,32820,0,1,1,0,0,2318.22,-176,32.414,0.941,600,20,0,2,0,1,0,0,0),(243041,32820,0,1,1,0,0,2317.61,563.985,26.07,3.317,600,20,0,2,0,1,0,0,0),(243040,32820,0,1,1,0,0,2317.38,-194,36.857,5.514,600,20,0,2,0,1,0,0,0),(243039,32820,0,1,1,0,0,2317.02,1314.35,32.847,4.488,600,20,0,2,0,1,0,0,0),(243038,32820,0,1,1,0,0,2316.75,1549.7,33.736,3.995,600,20,0,2,0,1,0,0,0),(243037,32820,0,1,1,0,0,2316.19,1537.13,34.128,4.887,600,20,0,2,0,1,0,0,0),(243036,32820,0,1,1,0,0,2314.93,288.278,37.311,2.876,600,20,0,2,0,1,0,0,0),(243035,32820,0,1,1,0,0,2313.01,174.293,35.217,0.415,600,20,0,2,0,1,0,0,0),(243034,32820,0,1,1,0,0,2311.94,-351,72.51,3.097,600,20,0,2,0,1,0,0,0),(243033,32820,0,1,1,0,0,2311.93,1037.26,43.999,5.483,600,20,0,2,0,1,0,0,0),(243032,32820,0,1,1,0,0,2310.55,648.208,31.984,2.79,600,20,0,2,0,1,0,0,0),(243031,32820,0,1,1,0,0,2308.34,103.228,38.21,3.994,600,20,0,2,0,1,0,0,0),(243030,32820,0,1,1,0,0,2307.53,264.358,38.67,1.313,600,20,0,2,0,1,0,0,0),(243029,32820,0,1,1,0,0,2305.77,1477.72,33.574,2.863,600,20,0,2,0,1,0,0,0),(243028,32820,0,1,1,0,0,2305.5,715.549,37.693,3.289,600,20,0,2,0,1,0,0,0),(243027,32820,0,1,1,0,0,2303.09,1125.23,34.745,0.168,600,20,0,2,0,1,0,0,0),(243026,32820,0,1,1,0,0,2301.89,949.822,56.805,0.538,600,20,0,2,0,1,0,0,0),(243025,32820,0,1,1,0,0,2300.05,555.742,34.818,3.778,600,20,0,2,0,1,0,0,0),(243024,32820,0,1,1,0,0,2299.6,983.578,49.516,3.326,600,20,0,2,0,1,0,0,0),(243023,32820,0,1,1,0,0,2298.11,1330.05,32.604,4.76,600,20,0,2,0,1,0,0,0),(243022,32820,0,1,1,0,0,2297.44,1463.4,33.333,1.799,600,20,0,2,0,1,0,0,0),(243021,32820,0,1,1,0,0,2296.19,-10,21.036,5.255,600,20,0,2,0,1,0,0,0),(243020,32820,0,1,1,0,0,2295.68,246.425,27.541,3.589,600,20,0,2,0,1,0,0,0),(243019,32820,0,1,1,0,0,2295.53,178.992,35.525,6.01,600,20,0,2,0,1,0,0,0),(243018,32820,0,1,1,0,0,2295.49,850.026,40.156,3.269,600,20,0,2,0,1,0,0,0),(243017,32820,0,1,1,0,0,2294.07,722.974,35.609,5.35,600,20,0,2,0,1,0,0,0),(243016,32820,0,1,1,0,0,2293.34,423.774,34.761,5.638,600,20,0,2,0,1,0,0,0),(243015,32820,0,1,1,0,0,2292.45,233.122,27.273,1.71,600,20,0,2,0,1,0,0,0),(243014,32820,0,1,1,0,0,2291.09,-1019,76.653,5.459,600,20,0,2,0,1,0,0,0),(243013,32820,0,1,1,0,0,2289.37,401.44,33.95,3.308,600,20,0,2,0,1,0,0,0),(243012,32820,0,1,1,0,0,2289.26,391.07,34.114,3.156,600,20,0,2,0,1,0,0,0),(243011,32820,0,1,1,0,0,2289.03,235.309,27.088,1.301,600,20,0,2,0,1,0,0,0),(243010,32820,0,1,1,0,0,2288.99,706.963,35.832,6.265,600,20,0,2,0,1,0,0,0),(243009,32820,0,1,1,0,0,2288.87,243.432,27.172,5.223,600,20,0,2,0,1,0,0,0),(243008,32820,0,1,1,0,0,2288.69,717.236,35.489,1.637,600,20,0,2,0,1,0,0,0),(243007,32820,0,1,1,0,0,2287.94,855.278,39.751,1.603,600,20,0,2,0,1,0,0,0),(243006,32820,0,1,1,0,0,2287.27,302.189,35.189,2.968,600,20,0,2,0,1,0,0,0),(243005,32820,0,1,1,0,0,2287.02,1314.32,31.399,5.33,600,20,0,2,0,1,0,0,0),(243004,32820,0,1,1,0,0,2286.48,-781,68.963,0.839,600,20,0,2,0,1,0,0,0),(243002,32820,0,1,1,0,0,2285.93,597.451,30.5,2.537,600,20,0,2,0,1,0,0,0),(243003,32820,0,1,1,0,0,2286.23,337.584,34.228,3.604,600,20,1,2,0,1,1,0,0),(243001,32820,0,1,1,0,0,2285.66,-222,43.143,0.708,600,20,0,2,0,1,0,0,0),(243000,32820,0,1,1,0,0,2284.98,560.028,35.597,1.235,600,20,0,2,0,1,0,0,0),(242999,32820,0,1,1,0,0,2284.94,56.744,31.758,3.478,600,20,0,2,0,1,0,0,0),(242998,32820,0,1,1,0,0,2284.06,1386.85,33.583,5.228,600,20,0,2,0,1,0,0,0),(242997,32820,0,1,1,0,0,2283.95,242.051,41.114,2.494,600,20,0,2,0,1,0,0,0),(242996,32820,0,1,1,0,0,2283.77,1192.16,36.171,0.37,600,20,0,2,0,1,0,0,0),(242995,32820,0,1,1,0,0,2281.5,1419.94,33.333,3.333,600,20,0,2,0,1,0,0,0),(242994,32820,0,1,1,0,0,2281.22,-877,74.515,5.913,600,20,0,2,0,1,0,0,0),(242993,32820,0,1,1,0,0,2280.49,1429.07,33.332,3.626,600,20,0,2,0,1,0,0,0),(242992,32820,0,1,1,0,0,2280.33,1473.05,33.332,2.445,600,20,0,2,0,1,0,0,0),(242991,32820,0,1,1,0,0,2277.59,-946,77.799,2.024,600,20,0,2,0,1,0,0,0),(242990,32820,0,1,1,0,0,2275.09,-196,36.918,5.87,600,20,0,2,0,1,0,0,0),(242989,32820,0,1,1,0,0,2273.61,964.523,45.992,0.127,600,20,0,2,0,1,0,0,0),(242988,32820,0,1,1,0,0,2271.97,289.642,35.06,2.905,600,20,0,2,0,1,0,0,0),(242987,32820,0,1,1,0,0,2271.86,667.944,32.413,0.073,600,20,0,2,0,1,0,0,0),(242986,32820,0,1,1,0,0,2271.47,0,24.333,3.697,600,20,0,2,0,1,0,0,0),(242985,32820,0,1,1,0,0,2271.33,1392.69,33.332,0.283,600,20,0,2,0,1,0,0,0),(242984,32820,0,1,1,0,0,2271.04,242.997,41.198,1.917,600,20,0,2,0,1,0,0,0),(242983,32820,0,1,1,0,0,2269.52,280.954,35.135,2.893,600,20,0,2,0,1,0,0,0),(242982,32820,0,1,1,0,0,2269.4,245.072,34.256,3.934,600,20,0,2,0,1,0,0,0),(242981,32820,0,1,1,0,0,2268.35,-404,77.129,3.161,600,20,0,2,0,1,0,0,0),(242980,32820,0,1,1,0,0,2268.22,897.28,46.609,1.807,600,20,0,2,0,1,0,0,0),(242979,32820,0,1,1,0,0,2266.67,1174.01,34.004,4.712,600,20,0,2,0,1,0,0,0),(242978,32820,0,1,1,0,0,2266.47,345.762,36.019,4.754,600,20,0,2,0,1,0,0,0),(242977,32820,0,1,1,0,0,2266.43,320.628,34.316,5.505,600,20,0,2,0,1,0,0,0),(242976,32820,0,1,1,0,0,2265.82,333.306,35.183,5.779,600,20,0,2,0,1,0,0,0),(242975,32820,0,1,1,0,0,2265.31,238.893,34.257,2.61,600,20,0,2,0,1,0,0,0),(242974,32820,0,1,1,0,0,2264.8,146.817,42.451,2.634,600,20,0,2,0,1,0,0,0),(242973,32820,0,1,1,0,0,2264.45,251.177,41.115,4.974,600,20,0,2,0,1,0,0,0),(242972,32820,0,1,1,0,0,2262.99,1488.16,33.519,3.996,600,20,0,2,0,1,0,0,0),(242971,32820,0,1,1,0,0,2262.09,244.27,33.634,3.586,600,20,0,2,0,1,0,0,0),(242970,32820,0,1,1,0,0,2262.08,-721,67.26,1.205,600,20,0,2,0,1,0,0,0),(242969,32820,0,1,1,0,0,2261,1015.88,39.699,2.774,600,20,0,2,0,1,0,0,0),(242968,32820,0,1,1,0,0,2260.35,325.859,35.16,5.591,600,20,0,2,0,1,0,0,0),(242967,32820,0,1,1,0,0,2259.14,346.602,36.018,6.056,600,20,0,2,0,1,0,0,0),(242966,32820,0,1,1,0,0,2259.14,312.748,34.701,0.742,600,20,0,2,0,1,0,0,0),(242965,32820,0,1,1,0,0,2258.9,249.927,41.115,3.529,600,20,0,2,0,1,0,0,0),(242964,32820,0,1,1,0,0,2258.75,-362,78.608,2.684,600,20,0,2,0,1,0,0,0),(242963,32820,0,1,1,0,0,2258,1230.01,34.533,0.171,600,20,0,2,0,1,0,0,0),(242962,32820,0,1,1,0,0,2257.28,1101.54,33.523,0.983,600,20,0,2,0,1,0,0,0),(242961,32820,0,1,1,0,0,2256.83,233.273,41.115,1.251,600,20,0,2,0,1,0,0,0),(242960,32820,0,1,1,0,0,2256.2,329.762,35.189,5.605,600,20,0,2,0,1,0,0,0),(242959,32820,0,1,1,0,0,2255.34,317.76,35.165,6.128,600,20,0,2,0,1,0,0,0),(242958,32820,0,1,1,0,0,2254.88,-229,51.733,1.118,600,20,0,2,0,1,0,0,0),(242957,32820,0,1,1,0,0,2254.87,238.435,33.634,0.859,600,20,0,2,0,1,0,0,0),(242956,32820,0,1,1,0,0,2254.41,297.984,34.612,5.776,600,20,0,2,0,1,0,0,0),(242955,32820,0,1,1,0,0,2253.27,-336,76.373,2.778,600,20,0,2,0,1,0,0,0),(242954,32820,0,1,1,0,0,2253.01,251.748,41.115,5.255,600,20,0,2,0,1,0,0,0),(242953,32820,0,1,1,0,0,2252.73,250.472,34.259,6.011,600,20,0,2,0,1,0,0,0),(242951,32820,0,1,1,0,0,2252.4,-17,26.358,0.748,600,20,0,2,0,1,0,0,0),(242952,32820,0,1,1,0,0,2252.48,247.986,34.259,4.599,600,20,1,2,0,1,1,0,0),(242950,32820,0,1,1,0,0,2251.91,-307,65.069,1.42,600,20,0,2,0,1,0,0,0),(242949,32820,0,1,1,0,0,2251.83,641.975,24.75,0.245,600,20,0,2,0,1,0,0,0),(242948,32820,0,1,1,0,0,2251.46,-182,27.26,1.651,600,20,0,2,0,1,0,0,0),(242947,32820,0,1,1,0,0,2250.97,327.095,35.189,5.591,600,20,0,2,0,1,0,0,0),(242946,32820,0,1,1,0,0,2250.35,249.125,41.115,6.097,600,20,0,2,0,1,0,0,0),(242945,32820,0,1,1,0,0,2250.26,322.025,35.272,5.612,600,20,0,2,0,1,0,0,0),(242944,32820,0,1,1,0,0,2250.01,960.429,42.133,1.314,600,20,0,2,0,1,0,0,0),(242943,32820,0,1,1,0,0,2249.8,416.225,40.756,3.341,600,20,0,2,0,1,0,0,0),(242942,32820,0,1,1,0,0,2249.76,267.438,34.274,3.569,600,20,0,2,0,1,0,0,0),(242941,32820,0,1,1,0,0,2249.07,237.011,41.115,6.115,600,20,0,2,0,1,0,0,0),(242940,32820,0,1,1,0,0,2248.69,331.302,35.189,5.554,600,20,0,2,0,1,0,0,0),(242939,32820,0,1,1,0,0,2248.2,641.756,25,3.243,600,20,0,2,0,1,0,0,0),(242938,32820,0,1,1,0,0,2242.45,599.449,33.3335,2.52821,600,20,0,2,0,1,0,0,0),(242937,32820,0,1,1,0,0,2246.33,308.24,35.272,5.104,600,20,0,2,0,1,0,0,0),(242936,32820,0,1,1,0,0,2246.19,239.989,34.26,1.255,600,20,0,2,0,1,0,0,0),(242935,32820,0,1,1,0,0,2245.02,326.546,35.272,5.609,600,20,0,2,0,1,0,0,0),(242934,32820,0,1,1,0,0,2244.3,-799,73.969,4.518,600,20,0,2,0,1,0,0,0),(242933,32820,0,1,1,0,0,2242.3,707.793,35.301,6.015,600,20,0,2,0,1,0,0,0),(242932,32820,0,1,1,0,0,2241.75,458.269,39.242,0.722,600,20,0,2,0,1,0,0,0),(242931,32820,0,1,1,0,0,2241.17,133.656,48.826,4.33,600,20,0,2,0,1,0,0,0),(242930,32820,0,1,1,0,0,2240.14,609.873,33.625,3.535,600,20,0,2,0,1,0,0,0),(242929,32820,0,1,1,0,0,2238.9,-915,75.816,4.474,600,20,0,2,0,1,0,0,0),(242928,32820,0,1,1,0,0,2238.35,918.627,45.64,4.4,600,20,0,2,0,1,0,0,0),(242927,32820,0,1,1,0,0,2236.77,-680,66.274,0.418,600,20,0,2,0,1,0,0,0),(242926,32820,0,1,1,0,0,2236.58,312.188,36.721,3.412,600,20,0,2,0,1,0,0,0),(242925,32820,0,1,1,0,0,2235.19,447.66,46.216,2.968,600,20,0,2,0,1,0,0,0),(242924,32820,0,1,1,0,0,2233.58,-1007,80.965,2.657,600,20,0,2,0,1,0,0,0),(242923,32820,0,1,1,0,0,2231.82,755.998,34.81,4.626,600,20,0,2,0,1,0,0,0),(242922,32820,0,1,1,0,0,2231.63,560.475,34.627,5.567,600,20,0,2,0,1,0,0,0),(242921,32820,0,1,1,0,0,2231.01,-239,52.908,0.153,600,20,0,2,0,1,0,0,0),(242920,32820,0,1,1,0,0,2230.55,975.858,37.83,5.8,600,20,0,2,0,1,0,0,0),(242919,32820,0,1,1,0,0,2230.35,541.228,40.439,1.739,600,20,0,2,0,1,0,0,0),(242918,32820,0,1,1,0,0,2230.34,-29,25.738,4.09,600,20,0,2,0,1,0,0,0),(242917,32820,0,1,1,0,0,2229.59,-206,40.297,1.597,600,20,0,2,0,1,0,0,0),(242916,32820,0,1,1,0,0,2229.11,636.011,24.968,4.452,600,20,0,2,0,1,0,0,0),(242915,32820,0,1,1,0,0,2227.53,317.641,36.719,5.185,600,20,0,2,0,1,0,0,0),(242914,32820,0,1,1,0,0,2227.02,-750,71.357,0.732,600,20,0,2,0,1,0,0,0),(242913,32820,0,1,1,0,0,2226.55,517.816,40.286,3.045,600,20,0,2,0,1,0,0,0),(242912,32820,0,1,1,0,0,2225.04,382.953,39.736,5.981,600,20,0,2,0,1,0,0,0),(242911,32820,0,1,1,0,0,2223.5,399.235,45.126,0.504,600,20,0,2,0,1,0,0,0),(242910,32820,0,1,1,0,0,2223.43,712.979,36.523,0.662,600,20,0,2,0,1,0,0,0),(242909,32820,0,1,1,0,0,2222.72,847.681,46.425,6.038,600,20,0,2,0,1,0,0,0),(242908,32820,0,1,1,0,0,2220.45,58.252,34.739,2.252,600,20,0,2,0,1,0,0,0),(242907,32820,0,1,1,0,0,2219.82,449.194,53.727,1.446,600,20,0,2,0,1,0,0,0),(242906,32820,0,1,1,0,0,2219.32,-688,66.713,5.733,600,20,0,2,0,1,0,0,0),(242905,32820,0,1,1,0,0,2218.94,-181,24.371,2.104,600,20,0,2,0,1,0,0,0),(242904,32820,0,1,1,0,0,2218.38,853.719,47.378,0.906,600,20,0,2,0,1,0,0,0),(242903,32820,0,1,1,0,0,2218.03,780.519,33.878,4.977,600,20,0,2,0,1,0,0,0),(242902,32820,0,1,1,0,0,2217.66,781.878,33.909,0.436,600,20,0,2,0,1,0,0,0),(242901,32820,0,1,1,0,0,2217.6,688.029,35.747,6.015,600,20,0,2,0,1,0,0,0),(242900,32820,0,1,1,0,0,2216.58,716.134,37.089,4.992,600,20,0,2,0,1,0,0,0),(242899,32820,0,1,1,0,0,2215.75,187.039,46.615,0.698,600,20,0,2,0,1,0,0,0),(242898,32820,0,1,1,0,0,2215.74,744.866,37.825,4.187,600,20,0,2,0,1,0,0,0),(242897,32820,0,1,1,0,0,2215.64,810.335,36.014,4.717,600,20,0,2,0,1,0,0,0),(242896,32820,0,1,1,0,0,2215.25,89.87,33.792,2.13,600,20,0,2,0,1,0,0,0),(242895,32820,0,1,1,0,0,2214.8,830.625,42.754,3.829,600,20,0,2,0,1,0,0,0),(242894,32820,0,1,1,0,0,2214.63,-142,29.372,6.129,600,20,0,2,0,1,0,0,0),(242893,32820,0,1,1,0,0,2213.96,1014.27,37.358,1.463,600,20,0,2,0,1,0,0,0),(242892,32820,0,1,1,0,0,2213.42,1151.44,36.331,1.773,600,20,0,2,0,1,0,0,0),(242891,32820,0,1,1,0,0,2213.12,974.64,34.851,5.039,600,20,0,2,0,1,0,0,0),(242890,32820,0,1,1,0,0,2210.61,-343,76.102,6.024,600,20,0,2,0,1,0,0,0),(242889,32820,0,1,1,0,0,2210.48,613.118,25.056,1.509,600,20,0,2,0,1,0,0,0),(242888,32820,0,1,1,0,0,2210.19,690.232,34.949,1.716,600,20,0,2,0,1,0,0,0),(242887,32820,0,1,1,0,0,2210.07,-884,79.818,3.91,600,20,0,2,0,1,0,0,0),(242886,32820,0,1,1,0,0,2208.29,1108.22,35.033,5.086,600,20,0,2,0,1,0,0,0),(242885,32820,0,1,1,0,0,2208.23,-46,29.994,3.938,600,20,0,2,0,1,0,0,0),(242884,32820,0,1,1,0,0,2207.85,-83,28.178,2.542,600,20,0,2,0,1,0,0,0),(242883,32820,0,1,1,0,0,2207.06,625.442,24.75,5.076,600,20,0,2,0,1,0,0,0),(242882,32820,0,1,1,0,0,2206.58,-291,60.776,1.558,600,20,0,2,0,1,0,0,0),(242881,32820,0,1,1,0,0,2203.5,99.245,37.464,0.982,600,20,0,2,0,1,0,0,0),(242880,32820,0,1,1,0,0,2202.84,1184.23,31.857,2.052,600,20,0,2,0,1,0,0,0),(242879,32820,0,1,1,0,0,2202.54,-790,77.934,5.658,600,20,0,2,0,1,0,0,0),(242878,32820,0,1,1,0,0,2201.7,1008.8,37.503,3.11,600,20,0,2,0,1,0,0,0),(242877,32820,0,1,1,0,0,2201.67,569.413,28.92,1.475,600,20,0,2,0,1,0,0,0),(242876,32820,0,1,1,0,0,2200.89,-834,81.376,3.29,600,20,0,2,0,1,0,0,0),(242875,32820,0,1,1,0,0,2199.94,-916,82.351,3.032,600,20,0,2,0,1,0,0,0),(242874,32820,0,1,1,0,0,2198.03,-628,79.928,5.654,600,20,0,2,0,1,0,0,0),(242873,32820,0,1,1,0,0,2195.31,73.998,27.678,3.055,600,20,0,2,0,1,0,0,0),(242872,32820,0,1,1,0,0,2192.44,-803,78.426,4.797,600,20,0,2,0,1,0,0,0),(242871,32820,0,1,1,0,0,2190.93,-350,76.38,0.323,600,20,0,2,0,1,0,0,0),(242870,32820,0,1,1,0,0,2189.44,244.623,35.495,5.568,600,20,0,2,0,1,0,0,0),(242869,32820,0,1,1,0,0,1963.34,1693.95,79.0409,5.03445,600,20,0,2,0,1,0,0,0),(242868,32820,0,1,1,0,0,2188.02,867.697,47.564,1.242,600,20,0,2,0,1,0,0,0),(242867,32820,0,1,1,0,0,2187.24,-124,33.846,3.261,600,20,0,2,0,1,0,0,0),(242866,32820,0,1,1,0,0,2186.22,985.717,34.936,3.18,600,20,0,2,0,1,0,0,0),(242865,32820,0,1,1,0,0,2185.44,-953,86.888,5.122,600,20,0,2,0,1,0,0,0),(242864,32820,0,1,1,0,0,2185.43,905.478,44.982,4.872,600,20,0,2,0,1,0,0,0),(242863,32820,0,1,1,0,0,2184.33,156.662,54.539,3.572,600,20,0,2,0,1,0,0,0),(242862,32820,0,1,1,0,0,2184.19,-451,75.493,2.496,600,20,0,2,0,1,0,0,0),(242861,32820,0,1,1,0,0,2183.91,334.654,37.535,5.015,600,20,0,2,0,1,0,0,0),(242860,32820,0,1,1,0,0,2182.14,-21,37.709,3.873,600,20,0,2,0,1,0,0,0),(242859,32820,0,1,1,0,0,2179.45,265.599,41.922,2.515,600,20,0,2,0,1,0,0,0),(242858,32820,0,1,1,0,0,2178.04,-707,68.489,4.028,600,20,0,2,0,1,0,0,0),(242857,32820,0,1,1,0,0,2177.16,-56,39.25,3.999,600,20,0,2,0,1,0,0,0),(242856,32820,0,1,1,0,0,2177.08,-448,75,2.048,600,20,0,2,0,1,0,0,0),(242855,32820,0,1,1,0,0,2176.81,-494,77.326,1.678,600,20,0,2,0,1,0,0,0),(242854,32820,0,1,1,0,0,2176.37,-415,71.493,3.83,600,20,0,2,0,1,0,0,0),(242853,32820,0,1,1,0,0,2175.75,-579,79.655,6.141,600,20,0,2,0,1,0,0,0),(242852,32820,0,1,1,0,0,2173.42,959.488,34.521,4.991,600,20,0,2,0,1,0,0,0),(242851,32820,0,1,1,0,0,2171.07,11.519,41.672,3.089,600,20,0,2,0,1,0,0,0),(242850,32820,0,1,1,0,0,2170.73,-739,72.017,2.104,600,20,0,2,0,1,0,0,0),(242849,32820,0,1,1,0,0,2169.13,1063.9,33.426,5.259,600,20,0,2,0,1,0,0,0),(242848,32820,0,1,1,0,0,2167.89,1275.51,53.207,4.893,600,20,0,2,0,1,0,0,0),(242847,32820,0,1,1,0,0,2167.71,-606,80.193,5.898,600,20,0,2,0,1,0,0,0),(242846,32820,0,1,1,0,0,2167.67,480.995,66.483,1.386,600,20,0,2,0,1,0,0,0),(242845,32820,0,1,1,0,0,1905.91,1666.46,84.3586,4.94577,600,20,0,2,0,1,0,0,0),(242844,32820,0,1,1,0,0,1950.14,1751.67,112.956,5.89412,600,20,0,2,0,1,0,0,0),(242843,32820,0,1,1,0,0,2164.72,179.13,42.693,1.357,600,20,0,2,0,1,0,0,0),(242842,32820,0,1,1,0,0,2163.73,657.343,34.545,2.354,600,20,0,2,0,1,0,0,0),(242841,32820,0,1,1,0,0,2162.56,1053.67,34.093,3.124,600,20,0,2,0,1,0,0,0),(242840,32820,0,1,1,0,0,2161.84,810.492,40.524,3.461,600,20,0,2,0,1,0,0,0),(242839,32820,0,1,1,0,0,2161.79,1078.17,32.831,2.191,600,20,0,2,0,1,0,0,0),(242838,32820,0,1,1,0,0,2161.74,1309.66,54.058,3.609,600,20,0,2,0,1,0,0,0),(242837,32820,0,1,1,0,0,2161.29,-135,40.317,5.06,600,20,0,2,0,1,0,0,0),(242836,32820,0,1,1,0,0,2102.83,1710.7,67.3188,5.1591,600,20,0,2,0,1,0,0,0),(242835,32820,0,1,1,0,0,2103.8,1670.5,71.61,4.75789,600,20,0,2,0,1,0,0,0),(242834,32820,0,1,1,0,0,2158.68,1178.75,40.923,2.14,600,20,0,2,0,1,0,0,0),(242833,32820,0,1,1,0,0,2157.89,657.364,34.545,1.219,600,20,0,2,0,1,0,0,0),(242832,32820,0,1,1,0,0,2157.17,1314.07,53.888,4.172,600,20,0,2,0,1,0,0,0),(242831,32820,0,1,1,0,0,2156.87,76.336,30.127,1.953,600,20,0,2,0,1,0,0,0),(242830,32820,0,1,1,0,0,2154.42,-509,81.625,6.261,600,20,0,2,0,1,0,0,0),(242829,32820,0,1,1,0,0,2154.3,613.135,35.59,4.875,600,20,0,2,0,1,0,0,0),(242828,32820,0,1,1,0,0,2154.25,1273.87,52.923,5.091,600,20,0,2,0,1,0,0,0),(242827,32820,0,1,1,0,0,2154.14,-549,81.38,4.69,600,20,0,2,0,1,0,0,0),(242826,32820,0,1,1,0,0,2153.82,264.085,43.75,6.073,600,20,0,2,0,1,0,0,0),(242825,32820,0,1,1,0,0,2152.85,-376,77.095,2.125,600,20,0,2,0,1,0,0,0),(242824,32820,0,1,1,0,0,1913.28,1698.36,84.2699,1.17009,600,20,0,2,0,1,0,0,0),(242823,32820,0,1,1,0,0,2151.28,781.396,35.387,1.441,600,20,0,2,0,1,0,0,0),(242822,32820,0,1,1,0,0,2151.13,-532,81.656,4.728,600,20,0,2,0,1,0,0,0),(242821,32820,0,1,1,0,0,2150.27,581.356,38.759,5.833,600,20,0,2,0,1,0,0,0),(242820,32820,0,1,1,0,0,1912.29,1756.79,96.8451,0.664982,600,20,0,2,0,1,0,0,0),(242819,32820,0,1,1,0,0,2149.72,784.085,35.757,4.067,600,20,0,2,0,1,0,0,0),(242818,32820,0,1,1,0,0,2149.56,923.256,33.366,2.19,600,20,0,2,0,1,0,0,0),(242817,32820,0,1,1,0,0,2148.96,1173.49,41.564,1.967,600,20,0,2,0,1,0,0,0),(242816,32820,0,1,1,0,0,2148.51,-548,81.304,4.714,600,20,0,2,0,1,0,0,0),(242815,32820,0,1,1,0,0,2147.98,-162,42.288,1.28,600,20,0,2,0,1,0,0,0),(242814,32820,0,1,1,0,0,2146.51,1087.12,33.038,2.173,600,20,0,2,0,1,0,0,0),(242813,32820,0,1,1,0,0,2167.13,1289.97,53.8044,2.92954,600,20,0,2,0,1,0,0,0),(242812,32820,0,1,1,0,0,2144.69,845.938,36.816,6.026,600,20,0,2,0,1,0,0,0),(242811,32820,0,1,1,0,0,2144.01,295.302,49.235,4.696,600,20,0,2,0,1,0,0,0),(242810,32820,0,1,1,0,0,2143.92,-261,54.597,4.158,600,20,0,2,0,1,0,0,0),(242809,32820,0,1,1,0,0,2143.81,905.505,33.556,5.041,600,20,0,2,0,1,0,0,0),(242808,32820,0,1,1,0,0,2143.7,617.114,34.785,6.194,600,20,0,2,0,1,0,0,0),(242807,32820,0,1,1,0,0,2142.25,-574,79.316,1.743,600,20,0,2,0,1,0,0,0),(242806,32820,0,1,1,0,0,2140.74,333.625,47.038,5.583,600,20,0,2,0,1,0,0,0),(242805,32820,0,1,1,0,0,2140.19,-143,41.601,2.055,600,20,0,2,0,1,0,0,0),(242804,32820,0,1,1,0,0,2139.64,-70,43.366,6.014,600,20,0,2,0,1,0,0,0),(242803,32820,0,1,1,0,0,2139.55,-629,89.778,5.681,600,20,0,2,0,1,0,0,0),(242802,32820,0,1,1,0,0,2138.22,932.278,32.517,2.298,600,20,0,2,0,1,0,0,0),(242801,32820,0,1,1,0,0,2137.51,447.275,67.546,4.482,600,20,0,2,0,1,0,0,0),(242800,32820,0,1,1,0,0,1809.05,1487.63,92.2249,2.22045,600,20,0,2,0,1,0,0,0),(242799,32820,0,1,1,0,0,2136.56,-55,42.489,2.449,600,20,0,2,0,1,0,0,0),(242798,32820,0,1,1,0,0,2045.77,1592.61,70.3002,1.46481,600,20,0,2,0,1,0,0,0),(242797,32820,0,1,1,0,0,2134.81,24.776,40.508,1.191,600,20,0,2,0,1,0,0,0),(242796,32820,0,1,1,0,0,2134.68,766.579,33.696,1.245,600,20,0,2,0,1,0,0,0),(242795,32820,0,1,1,0,0,2132.21,-292,53.727,6.193,600,20,0,2,0,1,0,0,0),(242794,32820,0,1,1,0,0,2132.06,1172.27,41.235,5.514,600,20,0,2,0,1,0,0,0),(242793,32820,0,1,1,0,0,2131.94,78.192,32.567,4.208,600,20,0,2,0,1,0,0,0),(242792,32820,0,1,1,0,0,2131.32,1081.94,32.295,1.587,600,20,0,2,0,1,0,0,0),(242791,32820,0,1,1,0,0,2130.57,277.66,56.109,0.016,600,20,0,2,0,1,0,0,0),(242790,32820,0,1,1,0,0,2130.54,836.084,33.936,5.46,600,20,0,2,0,1,0,0,0),(242789,32820,0,1,1,0,0,2130.51,-229,50.741,4.335,600,20,0,2,0,1,0,0,0),(242788,32820,0,1,1,0,0,2078.82,1746.4,76.4259,4.10132,600,20,0,2,0,1,0,0,0),(242787,32820,0,1,1,0,0,2130.11,1195.2,43.28,3.537,600,20,0,2,0,1,0,0,0),(242786,32820,0,1,1,0,0,2129.84,845.292,32.861,1.673,600,20,0,2,0,1,0,0,0),(242785,32820,0,1,1,0,0,2129.72,1302.56,53.803,0.914,600,20,0,2,0,1,0,0,0),(242784,32820,0,1,1,0,0,1917.79,1752.5,95.0883,3.73869,600,20,0,2,0,1,0,0,0),(242783,32820,0,1,1,0,0,1930.97,1361.04,68.2014,5.75946,600,20,0,2,0,1,0,0,0),(242782,32820,0,1,1,0,0,2128.86,676.09,35.774,3.255,600,20,0,2,0,1,0,0,0),(242781,32820,0,1,1,0,0,2042.77,1895,101.84,3.27782,600,20,0,2,0,1,0,0,0),(242780,32820,0,1,1,0,0,2128.11,1140.33,33.863,5.55,600,20,0,2,0,1,0,0,0),(242779,32820,0,1,1,0,0,1931.08,1322.22,80.217,5.90955,600,20,0,2,0,1,0,0,0),(242778,32820,0,1,1,0,0,2078.28,1604.84,71.8452,5.88908,600,20,0,2,0,1,0,0,0),(242777,32820,0,1,1,0,0,1919.79,1780.21,118.376,1.84019,600,20,0,2,0,1,0,0,0),(242776,32820,0,1,1,0,0,2123.31,54.756,37.694,2.942,600,20,0,2,0,1,0,0,0),(242775,32820,0,1,1,0,0,2122.4,386.537,49.507,2.28,600,20,0,2,0,1,0,0,0),(242774,32820,0,1,1,0,0,2122.32,-83,41.185,0.064,600,20,0,2,0,1,0,0,0),(242773,32820,0,1,1,0,0,2121.89,622.939,34.849,5.541,600,20,0,2,0,1,0,0,0),(242772,32820,0,1,1,0,0,2120.54,1012.54,33.564,4.349,600,20,0,2,0,1,0,0,0),(242771,32820,0,1,1,0,0,2059.25,1744.25,81.5146,3.61765,600,20,0,2,0,1,0,0,0),(242770,32820,0,1,1,0,0,2119.86,825.431,32.753,5.361,600,20,0,2,0,1,0,0,0),(242769,32820,0,1,1,0,0,1881.93,1774.41,118.192,4.4506,600,20,0,2,0,1,0,0,0),(242768,32820,0,1,1,0,0,2119.43,-191,41.035,2.649,600,20,0,2,0,1,0,0,0),(242767,32820,0,1,1,0,0,2118.31,-61,41.311,6.279,600,20,0,2,0,1,0,0,0),(242766,32820,0,1,1,0,0,2118.06,-258,50.686,0.066,600,20,0,2,0,1,0,0,0),(242765,32820,0,1,1,0,0,2117.29,516.623,53.938,5.176,600,20,0,2,0,1,0,0,0),(242764,32820,0,1,1,0,0,2115.65,549.438,40.849,0.092,600,20,0,2,0,1,0,0,0),(242763,32820,0,1,1,0,0,2115.64,-5299,82.163,1.075,600,20,0,2,0,1,0,0,0),(242762,32820,0,1,1,0,0,1976.24,1495.05,85.6114,4.69927,600,20,0,2,0,1,0,0,0),(242761,32820,0,1,1,0,0,2115.19,43.542,38.107,4.966,600,20,0,2,0,1,0,0,0),(242760,32820,0,1,1,0,0,2114.84,-38,42.798,0.651,600,20,0,2,0,1,0,0,0),(242759,32820,0,1,1,0,0,2112.78,-625,93.599,0.281,600,20,0,2,0,1,0,0,0),(242758,32820,0,1,1,0,0,2112.4,821.576,33.143,1.608,600,20,0,2,0,1,0,0,0),(242757,32820,0,1,1,0,0,2111.17,693.495,36.539,6.102,600,20,0,2,0,1,0,0,0),(242756,32820,0,1,1,0,0,2110.95,1003.16,34.44,0.332,600,20,0,2,0,1,0,0,0),(242755,32820,0,1,1,0,0,2108.83,478.31,62.263,6.225,600,20,0,2,0,1,0,0,0),(242754,32820,0,1,1,0,0,2108.62,-894,108.976,3.612,600,20,0,2,0,1,0,0,0),(242753,32820,0,1,1,0,0,2107.05,660.18,35.125,4.362,600,20,0,2,0,1,0,0,0),(242752,32820,0,1,1,0,0,1943.11,1434.81,67.6766,0.955429,600,20,0,2,0,1,0,0,0),(242751,32820,0,1,1,0,0,1861.56,1489.31,89.5527,4.47295,600,20,0,2,0,1,0,0,0),(242750,32820,0,1,1,0,0,2077.3,1688.81,70.235,5.82023,600,20,0,2,0,1,0,0,0),(242749,32820,0,1,1,0,0,2104.04,986.665,36.72,4.612,600,20,0,2,0,1,0,0,0),(242748,32820,0,1,1,0,0,2102.76,233.472,61.795,6.015,600,20,0,2,0,1,0,0,0),(242747,32820,0,1,1,0,0,2088.35,1713.08,67.0698,5.9835,600,20,0,2,0,1,0,0,0),(242746,32820,0,1,1,0,0,1881.74,1440.92,74.5331,3.04863,600,20,0,2,0,1,0,0,0),(242745,32820,0,1,1,0,0,2100.96,105.429,32.285,2.34,600,20,0,2,0,1,0,0,0),(242744,32820,0,1,1,0,0,2011.17,1337.33,72.2587,4.60995,600,20,0,2,0,1,0,0,0),(242743,32820,0,1,1,0,0,2098.45,24.948,35.683,0.745,600,20,0,2,0,1,0,0,0),(242742,32820,0,1,1,0,0,2097.96,367.464,44.919,4.056,600,20,0,2,0,1,0,0,0),(242741,32820,0,1,1,0,0,2097.55,945.28,36.636,3.586,600,20,0,2,0,1,0,0,0),(242740,32820,0,1,1,0,0,2097.09,190.874,56.708,4.383,600,20,0,2,0,1,0,0,0),(242739,32820,0,1,1,0,0,2097.09,1022.21,33.55,4.858,600,20,0,2,0,1,0,0,0),(242738,32820,0,1,1,0,0,2096.49,-589,61.891,0.042,600,20,0,2,0,1,0,0,0),(242737,32820,0,1,1,0,0,2095.32,1126.56,34.958,2.117,600,20,0,2,0,1,0,0,0),(242736,32820,0,1,1,0,0,2093.44,-43,39.19,0.084,600,20,0,2,0,1,0,0,0),(242735,32820,0,1,1,0,0,2093.42,1084.22,37.3,1.54,600,20,0,2,0,1,0,0,0),(242734,32820,0,1,1,0,0,2092.98,-455,44.693,3.958,600,20,0,2,0,1,0,0,0),(242733,32820,0,1,1,0,0,1840.7,1441.26,80.3841,4.92828,600,20,0,2,0,1,0,0,0),(242732,32820,0,1,1,0,0,2092.74,1062.42,32.512,5.418,600,20,0,2,0,1,0,0,0),(242731,32820,0,1,1,0,0,2091.17,206.584,55.045,3.016,600,20,0,2,0,1,0,0,0),(242730,32820,0,1,1,0,0,2090.29,917.421,36.175,4.487,600,20,0,2,0,1,0,0,0),(242729,32820,0,1,1,0,0,1815.67,1447.38,85.6652,4.00511,600,20,0,2,0,1,0,0,0),(242728,32820,0,1,1,0,0,1869.89,1671.97,92.0772,0.063407,600,20,0,2,0,1,0,0,0),(242727,32820,0,1,1,0,0,2087.39,608.782,34.674,0.047,600,20,0,2,0,1,0,0,0),(242726,32820,0,1,1,0,0,1808.53,1774.53,132.221,4.17193,600,20,0,2,0,1,0,0,0),(242725,32820,0,1,1,0,0,2085.53,-123,39.026,5.75,600,20,0,2,0,1,0,0,0),(242724,32820,0,1,1,0,0,2085.16,345.001,52.812,1.366,600,20,0,2,0,1,0,0,0),(242723,32820,0,1,1,0,0,1827.52,1715.56,102.475,4.52974,600,20,0,2,0,1,0,0,0),(242722,32820,0,1,1,0,0,2084.73,452.826,53.378,5.251,600,20,0,2,0,1,0,0,0),(242721,32820,0,1,1,0,0,2083.9,1947.31,98.64,2.035,600,20,0,2,0,1,0,0,0),(242720,32820,0,1,1,0,0,1896.38,1364.77,69.7813,5.23592,600,20,0,2,0,1,0,0,0),(242719,32820,0,1,1,0,0,2083.07,684.921,38.775,0.814,600,20,0,2,0,1,0,0,0),(242718,32820,0,1,1,0,0,2083.03,1201.24,44.457,6.047,600,20,0,2,0,1,0,0,0),(242717,32820,0,1,1,0,0,2006.41,1378.54,61.7167,1.51118,600,20,0,2,0,1,0,0,0),(242716,32820,0,1,1,0,0,2019.53,1898.06,103.851,2.14568,600,20,0,2,0,1,0,0,0),(242715,32820,0,1,1,0,0,2078.96,91.511,36.836,2.531,600,20,0,2,0,1,0,0,0),(242714,32820,0,1,1,0,0,2078.89,1140.56,35.846,4.338,600,20,0,2,0,1,0,0,0),(242713,32820,0,1,1,0,0,2078.67,629.378,34.795,2.592,600,20,0,2,0,1,0,0,0),(242712,32820,0,1,1,0,0,2078.57,4.905,42.068,1.306,600,20,0,2,0,1,0,0,0),(242711,32820,0,1,1,0,0,2078.41,-251,40.586,0.182,600,20,0,2,0,1,0,0,0),(242710,32820,0,1,1,0,0,2077.52,693.921,37.999,5.065,600,20,0,2,0,1,0,0,0),(242709,32820,0,1,1,0,0,1971.43,1354.39,68.887,4.29635,600,20,0,2,0,1,0,0,0),(242708,32820,0,1,1,0,0,2049.65,1732.27,80.4877,3.31944,600,20,0,2,0,1,0,0,0),(242707,32820,0,1,1,0,0,2076.91,-185,43.133,4.205,600,20,0,2,0,1,0,0,0),(242706,32820,0,1,1,0,0,2021.02,1911.75,105.644,3.21279,600,20,0,2,0,1,0,0,0),(242705,32820,0,1,1,0,0,2075.72,1202.52,45.322,2.771,600,20,0,2,0,1,0,0,0),(242704,32820,0,1,1,0,0,2074.73,-519,55.793,2.566,600,20,0,2,0,1,0,0,0),(242703,32820,0,1,1,0,0,2074.66,1034.66,34.803,0.718,600,20,0,2,0,1,0,0,0),(242702,32820,0,1,1,0,0,2073.73,1132.56,35.526,3.825,600,20,0,2,0,1,0,0,0),(242701,32820,0,1,1,0,0,2073.47,282.781,59.645,6.124,600,20,0,2,0,1,0,0,0),(242700,32820,0,1,1,0,0,2073.38,-419,39.952,4.991,600,20,0,2,0,1,0,0,0),(242699,32820,0,1,1,0,0,2004.17,1654.17,75.4569,1.8434,600,20,0,2,0,1,0,0,0),(242698,32820,0,1,1,0,0,2072.44,276.922,59.6398,6.27228,600,20,0,2,0,1,0,0,0),(242697,32820,0,1,1,0,0,2066.83,1349.86,61.2389,5.49917,600,20,0,2,0,1,0,0,0),(242696,32820,0,1,1,0,0,2070.94,-287,42.476,1.066,600,20,0,2,0,1,0,0,0),(242695,32820,0,1,1,0,0,2060.03,1778.16,89.545,-1.58239,600,20,0,2,0,1,0,0,0),(242694,32820,0,1,1,0,0,2070.34,878.129,35.484,1.15,600,20,0,2,0,1,0,0,0),(242693,32820,0,1,1,0,0,2138.94,1335.12,54.5369,2.61531,600,20,0,2,0,1,0,0,0),(242692,32820,0,1,1,0,0,2068.44,-118,37.03,0.131,600,20,0,2,0,1,0,0,0),(242691,32820,0,1,1,0,0,2067.97,-101,38.276,1.817,600,20,0,2,0,1,0,0,0),(242690,32820,0,1,1,0,0,2067.57,369.811,40.361,0.171,600,20,0,2,0,1,0,0,0),(242689,32820,0,1,1,0,0,2067.3,-197,38.593,5.404,600,20,0,2,0,1,0,0,0),(242688,32820,0,1,1,0,0,2067.05,-550,55.844,5.643,600,20,0,2,0,1,0,0,0),(242687,32820,0,1,1,0,0,2066.76,-82,36.672,3.541,600,20,0,2,0,1,0,0,0),(242686,32820,0,1,1,0,0,2065.42,-370,35.665,5.481,600,20,0,2,0,1,0,0,0),(242685,32820,0,1,1,0,0,2064.98,70.83,39.206,6.049,600,20,0,2,0,1,0,0,0),(242684,32820,0,1,1,0,0,2064.44,756.674,39.752,5.325,600,20,0,2,0,1,0,0,0),(242683,32820,0,1,1,0,0,2063.56,290.546,97.031,5.066,600,20,0,2,0,1,0,0,0),(242682,32820,0,1,1,0,0,2062.18,338.783,55.208,5.476,600,20,0,2,0,1,0,0,0),(242681,32820,0,1,1,0,0,2028.19,1922.43,107.104,1.76648,600,20,0,2,0,1,0,0,0),(242680,32820,0,1,1,0,0,2059.86,482.621,48.592,0.632,600,20,0,2,0,1,0,0,0),(242679,32820,0,1,1,0,0,2023.58,1706.39,79.4175,5.01283,600,20,0,2,0,1,0,0,0),(242678,32820,0,1,1,0,0,2058.78,285.885,59.647,2.986,600,20,0,2,0,1,0,0,0),(242677,32820,0,1,1,0,0,2056.97,1776.17,90.0997,-0.482707,600,20,0,2,0,1,0,0,0),(242676,32820,0,1,1,0,0,2058.29,806.14,36.001,1.968,600,20,0,2,0,1,0,0,0),(242675,32820,0,1,1,0,0,2057.51,279.706,59.643,3.013,600,20,0,2,0,1,0,0,0),(242674,32820,0,1,1,0,0,2057.21,913.271,33.526,3.793,600,20,0,2,0,1,0,0,0),(242673,32820,0,1,1,0,0,2057.16,-23,40.07,3.832,600,20,0,2,0,1,0,0,0),(242672,32820,0,1,1,0,0,2060.85,1778.14,88.95,-1.80664,600,20,0,2,0,1,0,0,0),(242671,32820,0,1,1,0,0,2055.44,692.034,40.564,4.801,600,20,0,2,0,1,0,0,0),(242670,32820,0,1,1,0,0,2162.31,1631.2,85.9035,1.46979,600,20,0,2,0,1,0,0,0),(242669,32820,0,1,1,0,0,2053.91,239.607,99.769,0.538,600,20,0,2,0,1,0,0,0),(242668,32820,0,1,1,0,0,2053.8,948.836,37.278,1.334,600,20,0,2,0,1,0,0,0),(242667,32820,0,1,1,0,0,2039.24,1927.41,106.997,5.2572,600,20,0,2,0,1,0,0,0),(242666,32820,0,1,1,0,0,2052.71,885.654,34.156,1.804,600,20,0,2,0,1,0,0,0),(242665,32820,0,1,1,0,0,2052.7,459.638,49.471,1.834,600,20,0,2,0,1,0,0,0),(242664,32820,0,1,1,0,0,2051.93,-507,43.35,6.162,600,20,0,2,0,1,0,0,0),(242663,32820,0,1,1,0,0,2046.7,1420.23,64.6285,3.4127,600,20,0,2,0,1,0,0,0),(242662,32820,0,1,1,0,0,2050.19,835.752,37.088,2.984,600,20,0,2,0,1,0,0,0),(242661,32820,0,1,1,0,0,2050.19,-487,40.927,4.162,600,20,0,2,0,1,0,0,0),(242660,32820,0,1,1,0,0,2044.95,1708.38,76.6127,5.74122,600,20,0,2,0,1,0,0,0),(242659,32820,0,1,1,0,0,1907.3,1665.82,83.5905,0,600,20,0,2,0,1,0,0,0),(242658,32820,0,1,1,0,0,1842.82,1678.65,97.1791,5.06255,600,20,0,2,0,1,0,0,0),(242657,32820,0,1,1,0,0,2048.14,550.227,45.484,2.278,600,20,0,2,0,1,0,0,0),(242656,32820,0,1,1,0,0,2047.49,645.674,36.773,1.013,600,20,0,2,0,1,0,0,0),(242655,32820,0,1,1,0,0,2047.41,1162.26,37.78,3.208,600,20,0,2,0,1,0,0,0),(242654,32820,0,1,1,0,0,2047.1,1015.39,31.633,0.017,600,20,0,2,0,1,0,0,0),(242653,32820,0,1,1,0,0,2042.69,1875.06,102.249,-0.92142,600,20,0,2,0,1,0,0,0),(242652,32820,0,1,1,0,0,1971.72,1332.93,77.2402,1.3484,600,20,0,2,0,1,0,0,0),(242651,32820,0,1,1,0,0,2046.61,-413,35.467,3.689,600,20,0,2,0,1,0,0,0),(242650,32820,0,1,1,0,0,2031.61,1760.52,104.635,2.65555,600,20,0,2,0,1,0,0,0),(242649,32820,0,1,1,0,0,2046.36,734.951,38.477,1.144,600,20,0,2,0,1,0,0,0),(242648,32820,0,1,1,0,0,2046.22,971.689,33.381,0.407,600,20,0,2,0,1,0,0,0),(242647,32820,0,1,1,0,0,2044.93,-24,39.357,2.159,600,20,0,2,0,1,0,0,0),(242646,32820,0,1,1,0,0,2017.02,1853.65,102.919,2.19558,600,20,0,2,0,1,0,0,0),(242645,32820,0,1,1,0,0,2043.66,-225,36.929,3.266,600,20,0,2,0,1,0,0,0),(242644,32820,0,1,1,0,0,1762.79,1518,113.58,2.96888,600,20,0,2,0,1,0,0,0),(242643,32820,0,1,1,0,0,2041.02,726.205,38.435,1.326,600,20,0,2,0,1,0,0,0),(242642,32820,0,1,1,0,0,2040.84,58.942,33.868,4.036,600,20,0,2,0,1,0,0,0),(242641,32820,0,1,1,0,0,2021.58,1849.13,102.658,4.56117,600,20,0,2,0,1,0,0,0),(242640,32820,0,1,1,0,0,2040.4,-332,35.68,3.45,600,20,0,2,0,1,0,0,0),(242639,32820,0,1,1,0,0,2040.2,-31,37.94,0.267,600,20,0,2,0,1,0,0,0),(242638,32820,0,1,1,0,0,1897.8,1504.98,93.9504,2.18601,600,20,0,2,0,1,0,0,0),(242637,32820,0,1,1,0,0,2038.44,-336,35.452,6.103,600,20,0,2,0,1,0,0,0),(242636,32820,0,1,1,0,0,2037.54,-141,36.938,1.933,600,20,0,2,0,1,0,0,0),(242635,32820,0,1,1,0,0,2036.43,-502,40.14,0.839,600,20,0,2,0,1,0,0,0),(242634,32820,0,1,1,0,0,2015.52,1771.9,105.903,4.55457,600,20,0,2,0,1,0,0,0),(242633,32820,0,1,1,0,0,2035.76,-82,34.226,5.239,600,20,0,2,0,1,0,0,0),(242632,32820,0,1,1,0,0,2035.67,823.547,35.171,3.481,600,20,0,2,0,1,0,0,0),(242631,32820,0,1,1,0,0,2039.39,1849.1,103.807,5.23599,600,20,0,2,0,1,0,0,0),(242630,32820,0,1,1,0,0,2034.18,1350.95,64.3509,4.01332,600,20,0,2,0,1,0,0,0),(242629,32820,0,1,1,0,0,2031.74,-551,54.019,5.226,600,20,0,2,0,1,0,0,0),(242628,32820,0,1,1,0,0,2030.61,808.408,34.358,4.642,600,20,0,2,0,1,0,0,0),(242627,32820,0,1,1,0,0,2042.87,1858.22,102.938,-1.70908,600,20,0,2,0,1,0,0,0),(242626,32820,0,1,1,0,0,2117.51,1370.31,62.8016,1.43566,600,20,0,2,0,1,0,0,0),(242625,32820,0,1,1,0,0,2029.87,201.484,37.672,1.759,600,20,0,2,0,1,0,0,0),(242624,32820,0,1,1,0,0,1808.03,1542.79,97.2619,2.91201,600,20,0,2,0,1,0,0,0),(242623,32820,0,1,1,0,0,2004.61,1644.08,73.5819,2.64459,600,20,0,2,0,1,0,0,0),(242622,32820,0,1,1,0,0,2029.08,1119.06,35.292,5.612,600,20,0,2,0,1,0,0,0),(242621,32820,0,1,1,0,0,2028.31,45.886,34.271,0.033,600,20,0,2,0,1,0,0,0),(242620,32820,0,1,1,0,0,1755.43,1745.95,139.746,0.129933,600,20,0,2,0,1,0,0,0),(242619,32820,0,1,1,0,0,2027.55,-122,34.171,3.21,600,20,0,2,0,1,0,0,0),(242618,32820,0,1,1,0,0,2027.05,226.902,38.685,4.85,600,20,0,2,0,1,0,0,0),(242617,32820,0,1,1,0,0,2026.91,1074.94,34.519,1.16,600,20,0,2,0,1,0,0,0),(242616,32820,0,1,1,0,0,2026.9,391.331,42.343,3.322,600,20,0,2,0,1,0,0,0),(242615,32820,0,1,1,0,0,2024.87,615.426,37.312,3.499,600,20,0,2,0,1,0,0,0),(242614,32820,0,1,1,0,0,2051.46,1328.73,69.1295,2.2204,600,20,0,2,0,1,0,0,0),(242613,32820,0,1,1,0,0,2023.04,73.922,36.302,0.047,600,20,0,2,0,1,0,0,0),(242612,32820,0,1,1,0,0,1797.22,1718.62,112.576,0.078981,600,20,0,2,0,1,0,0,0),(242611,32820,0,1,1,0,0,2022.4,85.277,36.178,0.047,600,20,0,2,0,1,0,0,0),(242610,32820,0,1,1,0,0,2022.21,883.465,34.844,6.222,600,20,0,2,0,1,0,0,0),(242609,32820,0,1,1,0,0,2021.72,1201.21,50.152,5.867,600,20,0,2,0,1,0,0,0),(242608,32820,0,1,1,0,0,2042.42,1851.53,103.969,-1.74312,600,20,0,2,0,1,0,0,0),(242607,32820,0,1,1,0,0,2046.36,1822.14,107.323,-1.30963,600,20,0,2,0,1,0,0,0),(242606,32820,0,1,1,0,0,2019.74,-364,35.452,4.031,600,20,0,2,0,1,0,0,0),(242605,32820,0,1,1,0,0,2017.73,79.376,36.834,0.047,600,20,0,2,0,1,0,0,0),(242604,32820,0,1,1,0,0,2017.49,-417,35.452,0.018,600,20,0,2,0,1,0,0,0),(242603,32820,0,1,1,0,0,2017.34,-514,41.614,6.053,600,20,0,2,0,1,0,0,0),(242602,32820,0,1,1,0,0,2016.65,36.857,35.85,3.609,600,20,0,2,0,1,0,0,0),(242601,32820,0,1,1,0,0,2015.8,-344,35.702,0.018,600,20,0,2,0,1,0,0,0),(242600,32820,0,1,1,0,0,1913.93,1588.19,84.9734,2.88904,600,20,0,2,0,1,0,0,0),(242599,32820,0,1,1,0,0,2014.47,1024.09,29.558,4.305,600,20,0,2,0,1,0,0,0),(242598,32820,0,1,1,0,0,2012.9,229.321,38.256,4.04,600,20,0,2,0,1,0,0,0),(242597,32820,0,1,1,0,0,2012.68,353.627,41.517,3.932,600,20,0,2,0,1,0,0,0),(242596,32820,0,1,1,0,0,2011.53,-403,35.452,4.994,600,20,0,2,0,1,0,0,0),(242595,32820,0,1,1,0,0,1749.95,1645.55,118.51,5.68655,600,20,0,2,0,1,0,0,0),(242594,32820,0,1,1,0,0,2009.37,223.66,35.843,5.281,600,20,0,2,0,1,0,0,0),(242593,32820,0,1,1,0,0,2008.58,1006.15,32.019,4.622,600,20,0,2,0,1,0,0,0),(242592,32820,0,1,1,0,0,2060.22,1775.06,88.9039,-1.53637,600,20,0,2,0,1,0,0,0),(242591,32820,0,1,1,0,0,2006.23,365.215,42.958,0.61,600,20,0,2,0,1,0,0,0),(242590,32820,0,1,1,0,0,2006.19,99.895,34.778,4.494,600,20,0,2,0,1,0,0,0),(242589,32820,0,1,1,0,0,2005.88,444.298,37.364,5.514,600,20,0,2,0,1,0,0,0),(242588,32820,0,1,1,0,0,2004.93,1071.75,35.777,0.534,600,20,0,2,0,1,0,0,0),(242587,32820,0,1,1,0,0,1967.6,1641.89,77.3097,0,600,20,0,2,0,1,0,0,0),(242586,32820,0,1,1,0,0,2002.6,280.089,47.823,3.28319,600,20,0,2,0,1,0,0,0),(242585,32820,0,1,1,0,0,1999.12,876.686,33.847,0.581,600,20,0,2,0,1,0,0,0),(242584,32820,0,1,1,0,0,1999.06,-369,35.702,2.865,600,20,0,2,0,1,0,0,0),(242583,32820,0,1,1,0,0,2022.5,1582.05,74.9962,3.91096,600,20,0,2,0,1,0,0,0),(242582,32820,0,1,1,0,0,2013.52,1505.72,74.5312,0.065802,600,20,0,2,0,1,0,0,0),(242581,32820,0,1,1,0,0,1901.4,1572.05,89.2571,0,600,20,0,2,0,1,0,0,0),(242580,32820,0,1,1,0,0,1995.44,966.284,36.649,2.418,600,20,0,2,0,1,0,0,0),(242579,32820,0,1,1,0,0,1745.02,1711.84,130.134,3.19535,600,20,0,2,0,1,0,0,0),(242578,32820,0,1,1,0,0,1994.82,-153,34.467,1.022,600,20,0,2,0,1,0,0,0),(242577,32820,0,1,1,0,0,1994.78,601.365,46.923,3.542,600,20,0,2,0,1,0,0,0),(242576,32820,0,1,1,0,0,1994.38,-156,34.638,2.529,600,20,0,2,0,1,0,0,0),(242575,32820,0,1,1,0,0,1993.71,280.852,47.869,3.271,600,20,0,2,0,1,0,0,0),(242574,32820,0,1,1,0,0,1992.91,429.715,35.739,1.723,600,20,0,2,0,1,0,0,0),(242573,32820,0,1,1,0,0,2143.56,1409.93,69.885,2.07938,600,20,0,2,0,1,0,0,0),(242572,32820,0,1,1,0,0,1989.89,-453,34.525,1.198,600,20,0,2,0,1,0,0,0),(242571,32820,0,1,1,0,0,1987.93,734.326,37.279,5.771,600,20,0,2,0,1,0,0,0),(242570,32820,0,1,1,0,0,1987.47,649.66,42.471,6.087,600,20,0,2,0,1,0,0,0),(242569,32820,0,1,1,0,0,1987.16,-482,35.043,3.723,600,20,0,2,0,1,0,0,0),(242568,32820,0,1,1,0,0,1985.88,1376.55,62.691,0.77,600,20,0,2,0,1,0,0,0),(242567,32820,0,1,1,0,0,1985.3,17.109,30.404,2.234,600,20,0,2,0,1,0,0,0),(242566,32820,0,1,1,0,0,1985,694.409,43.827,4.429,600,20,0,2,0,1,0,0,0),(242564,32820,0,1,1,0,0,1983.04,1104.12,34.043,4.807,600,20,0,2,0,1,0,0,0),(242565,32820,0,1,1,0,0,2086.6,1328.16,61.8731,5.722,600,20,0,2,0,1,0,0,0),(242563,32820,0,1,1,0,0,1981.8,-211,34.36,3.751,600,20,0,2,0,1,0,0,0),(242562,32820,0,1,1,0,0,1981.74,-545,50.134,1.324,600,20,0,2,0,1,0,0,0),(242561,32820,0,1,1,0,0,2136.24,1379.74,69.1082,1.09842,600,20,0,2,0,1,0,0,0),(242560,32820,0,1,1,0,0,1719.25,1686.25,132.317,2.03842,600,20,0,2,0,1,0,0,0),(242559,32820,0,1,1,0,0,1918.99,1587.29,84.0605,3.8303,600,20,0,2,0,1,0,0,0),(242558,32820,0,1,1,0,0,1979.7,988.74,33.193,0.35,600,20,0,2,0,1,0,0,0),(242557,32820,0,1,1,0,0,1978.75,897.572,34.957,0.503,600,20,0,2,0,1,0,0,0),(242556,32820,0,1,1,0,0,2028.75,1695,78.2094,4.26584,600,20,0,2,0,1,0,0,0),(242555,32820,0,1,1,0,0,1978.05,592.804,50.152,0.347,600,20,0,2,0,1,0,0,0),(242554,32820,0,1,1,0,0,1977.12,-380,35.702,3.502,600,20,0,2,0,1,0,0,0),(242553,32820,0,1,1,0,0,1977,1381.61,63.031,6.075,600,20,0,2,0,1,0,0,0),(242552,32820,0,1,1,0,0,1976.91,1372.13,63.869,0.662,600,20,0,2,0,1,0,0,0),(242551,32820,0,1,1,0,0,1976.74,956.769,37.919,1.483,600,20,0,2,0,1,0,0,0),(242550,32820,0,1,1,0,0,1976.48,724.143,35.804,4.097,600,20,0,2,0,1,0,0,0),(242549,32820,0,1,1,0,0,1976.2,-320,36.589,6.212,600,20,0,2,0,1,0,0,0),(242548,32820,0,1,1,0,0,1974.32,-211,33.944,4.797,600,20,0,2,0,1,0,0,0),(242547,32820,0,1,1,0,0,1974.31,141.348,15.627,3.536,600,20,0,2,0,1,0,0,0),(242546,32820,0,1,1,0,0,1972.77,329.349,39.975,4.28319,600,20,0,2,0,1,0,0,0),(242545,32820,0,1,1,0,0,1972.52,324.816,39.891,2.445,600,20,0,2,0,1,0,0,0),(242544,32820,0,1,1,0,0,1971.24,1012.8,36.202,5.523,600,20,0,2,0,1,0,0,0),(242543,32820,0,1,1,0,0,1968.89,355.661,39.631,0.293,600,20,0,2,0,1,0,0,0),(242542,32820,0,1,1,0,0,1966.15,821.354,39.084,2.69,600,20,0,2,0,1,0,0,0),(242541,32820,0,1,1,0,0,1965.91,1378.91,64.162,6.1,600,20,0,2,0,1,0,0,0),(242540,32820,0,1,1,0,0,1904.25,1524.12,87.3555,1.85287,600,20,0,2,0,1,0,0,0),(242539,32820,0,1,1,0,0,1946.97,1590.39,82.2999,5.39887,600,20,0,2,0,1,0,0,0),(242538,32820,0,1,1,0,0,1963.52,-397,35.452,3.36,600,20,0,2,0,1,0,0,0),(242537,32820,0,1,1,0,0,1963.1,1170.4,41.227,3.751,600,20,0,2,0,1,0,0,0),(242536,32820,0,1,1,0,0,1940.53,1664.75,79.007,0.17767,600,20,0,2,0,1,0,0,0),(242535,32820,0,1,1,0,0,1961.28,494.136,37.534,0.004,600,20,0,2,0,1,0,0,0),(242534,32820,0,1,1,0,0,1959.88,104.673,18.088,5.631,600,20,0,2,0,1,0,0,0),(242533,32820,0,1,1,0,0,1862.97,1529.46,88.5361,0.636311,600,20,0,2,0,1,0,0,0),(242532,32820,0,1,1,0,0,1959.16,-414,35.702,5.209,600,20,0,2,0,1,0,0,0),(242531,32820,0,1,1,0,0,1958.6,912.246,34.687,3.052,600,20,0,2,0,1,0,0,0),(242530,32820,0,1,1,0,0,1957.68,-579,53.973,1.195,600,20,0,2,0,1,0,0,0),(242529,32820,0,1,1,0,0,1957.26,-431,35.451,3.13,600,20,0,2,0,1,0,0,0),(242528,32820,0,1,1,0,0,1955.99,-301,34.315,2.913,600,20,0,2,0,1,0,0,0),(242527,32820,0,1,1,0,0,1955.92,886.075,34.76,2.482,600,20,0,2,0,1,0,0,0),(242526,32820,0,1,1,0,0,1955.84,719.583,36.919,1.406,600,20,0,2,0,1,0,0,0),(242525,32820,0,1,1,0,0,1955.75,39.908,18.991,5.913,600,20,0,2,0,1,0,0,0),(242524,32820,0,1,1,0,0,1955.2,-232,33.633,1.746,600,20,0,2,0,1,0,0,0),(242523,32820,0,1,1,0,0,1954.77,413.706,37.504,5.148,600,20,0,2,0,1,0,0,0),(242522,32820,0,1,1,0,0,1954.25,1111.91,33.531,1.752,600,20,0,2,0,1,0,0,0),(242521,32820,0,1,1,0,0,1954.09,-602,56.585,0.377,600,20,0,2,0,1,0,0,0),(242520,32820,0,1,1,0,0,1953.89,-315,35.385,6.102,600,20,0,2,0,1,0,0,0),(242519,32820,0,1,1,0,0,1953.59,1095.42,33.556,1.442,600,20,0,2,0,1,0,0,0),(242517,32820,0,1,1,0,0,1952.9,-252,36.315,0.569,600,20,0,2,0,1,0,0,0),(242518,32820,0,1,1,0,0,1953.24,966.066,33.746,2.491,600,20,0,2,0,1,0,0,0),(242515,32820,0,1,1,0,0,1952.4,540.482,49.681,4.556,600,20,0,2,0,1,0,0,0),(242516,32820,0,1,1,0,0,1952.86,1169.39,40.689,3.675,600,20,0,2,0,1,0,0,0),(242514,32820,0,1,1,0,0,1950.08,470.193,37.169,4.111,600,20,0,2,0,1,0,0,0),(242513,32820,0,1,1,0,0,1950.03,547.195,51.345,3.805,600,20,0,2,0,1,0,0,0),(242512,32820,0,1,1,0,0,1891.52,1725.97,93.6389,4.01667,600,20,0,2,0,1,0,0,0),(242511,32820,0,1,1,0,0,1948.55,792.451,37.931,5.945,600,20,0,2,0,1,0,0,0),(242510,32820,0,1,1,0,0,1948.13,-592,54.881,5.435,600,20,0,2,0,1,0,0,0),(242509,32820,0,1,1,0,0,1944.55,296.285,38.875,4.456,600,20,0,2,0,1,0,0,0),(242508,32820,0,1,1,0,0,1943.39,-56,29.26,0.768,600,20,0,2,0,1,0,0,0),(242507,32820,0,1,1,0,0,1943.15,111.969,9.73,2.298,600,20,0,2,0,1,0,0,0),(242506,32820,0,1,1,0,0,1857.73,1705.33,94.4552,2.90437,600,20,0,2,0,1,0,0,0),(242505,32820,0,1,1,0,0,1918.92,1537.7,86.9618,0.138741,600,20,0,2,0,1,0,0,0),(242504,32820,0,1,1,0,0,1922.01,1575.06,84.9355,0.885617,600,20,0,2,0,1,0,0,0),(242503,32820,0,1,1,0,0,1940.71,-34,14.904,1.806,600,20,0,2,0,1,0,0,0),(242502,32820,0,1,1,0,0,1940.51,426.475,37.108,1.603,600,20,0,2,0,1,0,0,0),(242501,32820,0,1,1,0,0,1940.49,574.039,50.971,2.927,600,20,0,2,0,1,0,0,0),(242500,32820,0,1,1,0,0,1851.69,1505.98,89.3269,2.95227,600,20,0,2,0,1,0,0,0),(242499,32820,0,1,1,0,0,1938.13,1015.19,32.456,1.546,600,20,0,2,0,1,0,0,0),(242498,32820,0,1,1,0,0,1856.51,1528.37,88.5612,2.93345,600,20,0,2,0,1,0,0,0),(242497,32820,0,1,1,0,0,1934.71,610.212,54.488,0.334,600,20,0,2,0,1,0,0,0),(242496,32820,0,1,1,0,0,1934.58,639.221,51.061,2.058,600,20,0,2,0,1,0,0,0),(242495,32820,0,1,1,0,0,1933.14,681.603,41.725,5.773,600,20,0,2,0,1,0,0,0),(242494,32820,0,1,1,0,0,1931.21,1.265,11.003,0.835,600,20,0,2,0,1,0,0,0),(242493,32820,0,1,1,0,0,1930.87,-132,39.476,6.129,600,20,0,2,0,1,0,0,0),(242492,32820,0,1,1,0,0,1811.3,1698.05,105.944,2.54522,600,20,0,2,0,1,0,0,0),(242491,32820,0,1,1,0,0,1924.15,-262,34.052,1.142,600,20,0,2,0,1,0,0,0),(242490,32820,0,1,1,0,0,1922.86,1660.1,80.2627,1.04457,600,20,0,2,0,1,0,0,0),(242489,32820,0,1,1,0,0,1923.08,784.038,41.753,3.343,600,20,0,2,0,1,0,0,0),(242488,32820,0,1,1,0,0,1892.15,1516.01,88.1731,4.6511,600,20,0,2,0,1,0,0,0),(242487,32820,0,1,1,0,0,1976.86,1596.07,82.3567,5.34529,600,20,0,2,0,1,0,0,0),(242486,32820,0,1,1,0,0,1920.96,182.272,10.43,1.058,600,20,0,2,0,1,0,0,0),(242485,32820,0,1,1,0,0,1920.11,-561,49.963,2.026,600,20,0,2,0,1,0,0,0),(242484,32820,0,1,1,0,0,1917.24,-189,36.152,4.236,600,20,0,2,0,1,0,0,0),(242483,32820,0,1,1,0,0,1912.84,1604.96,84.7089,4.03322,600,20,0,2,0,1,0,0,0),(242482,32820,0,1,1,0,0,1915.67,-352,37.103,3.7,600,20,0,2,0,1,0,0,0),(242481,32820,0,1,1,0,0,1914.66,959.827,31.803,1.865,600,20,0,2,0,1,0,0,0),(242480,32820,0,1,1,0,0,1914.55,826.282,41.174,5.214,600,20,0,2,0,1,0,0,0),(242479,32820,0,1,1,0,0,2103.97,1420.71,60.5048,2.73086,600,20,0,2,0,1,0,0,0),(242478,32820,0,1,1,0,0,1913.97,832.742,41.563,1.4,600,20,0,2,0,1,0,0,0),(242477,32820,0,1,1,0,0,1899.79,1553.29,88.9766,0.758083,600,20,0,2,0,1,0,0,0),(242476,32820,0,1,1,0,0,1913.53,-804,64.965,4.987,600,20,0,2,0,1,0,0,0),(242475,32820,0,1,1,0,0,1911.94,-117,36.172,0.283,600,20,0,2,0,1,0,0,0),(242474,32820,0,1,1,0,0,1909.56,634.198,45.749,5.973,600,20,0,2,0,1,0,0,0),(242473,32820,0,1,1,0,0,1970.62,1470.79,79.7657,5.48111,600,20,0,2,0,1,0,0,0),(242472,32820,0,1,1,0,0,1908.24,792.84,37.379,4.588,600,20,0,2,0,1,0,0,0),(242471,32820,0,1,1,0,0,1907.51,1151.35,39.611,5.437,600,20,0,2,0,1,0,0,0),(242470,32820,0,1,1,0,0,2087.25,1392.01,61.4079,6.27286,600,20,0,2,0,1,0,0,0),(242469,32820,0,1,1,0,0,1905.98,1054.98,34.74,1.406,600,20,0,2,0,1,0,0,0),(242468,32820,0,1,1,0,0,1905.31,-513,39.205,3.276,600,20,0,2,0,1,0,0,0),(242467,32820,0,1,1,0,0,2073.59,1476.34,66.1495,0.756588,600,20,0,2,0,1,0,0,0),(242466,32820,0,1,1,0,0,1905.15,322.905,40.198,4.985,600,20,0,2,0,1,0,0,0),(242465,32820,0,1,1,0,0,1904.02,609.035,50.982,3.845,600,20,0,2,0,1,0,0,0),(242464,32820,0,1,1,0,0,1888.39,1537.52,88.2019,3.65945,600,20,0,2,0,1,0,0,0),(242463,32820,0,1,1,0,0,1903.3,-550,45.428,4.392,600,20,0,2,0,1,0,0,0),(242462,32820,0,1,1,0,0,1903.02,330.524,41.208,3.816,600,20,0,2,0,1,0,0,0),(242461,32820,0,1,1,0,0,1975.9,1641.65,75.8876,1.81514,600,20,0,2,0,1,0,0,0),(242460,32820,0,1,1,0,0,1976.96,1515.52,86.8198,2.82125,600,20,0,2,0,1,0,0,0),(242459,32820,0,1,1,0,0,2020.63,1526.77,78.8895,4.93289,600,20,0,2,0,1,0,0,0),(242458,32820,0,1,1,0,0,1899.36,688.674,36.042,2.18,600,20,0,2,0,1,0,0,0),(242457,32820,0,1,1,0,0,1899.19,476.333,37.781,3.259,600,20,0,2,0,1,0,0,0),(242456,32820,0,1,1,0,0,1899,-683,53.638,2.476,600,20,0,2,0,1,0,0,0),(242455,32820,0,1,1,0,0,1898.83,531.013,39.578,4.999,600,20,0,2,0,1,0,0,0),(242454,32820,0,1,1,0,0,1895.89,-105,33.024,0.914,600,20,0,2,0,1,0,0,0),(242453,32820,0,1,1,0,0,1895.31,1581.26,88.185,0.67,600,20,0,2,0,1,0,0,0),(242452,32820,0,1,1,0,0,1894.75,-205,37.689,1.1,600,20,0,2,0,1,0,0,0),(242451,32820,0,1,1,0,0,1653.06,1609.58,149.414,4.17314,600,20,0,2,0,1,0,0,0),(242450,32820,0,1,1,0,0,1893.68,-169,35.857,5.472,600,20,0,2,0,1,0,0,0),(242449,32820,0,1,1,0,0,1893.65,-537,41.372,3.531,600,20,0,2,0,1,0,0,0),(242448,32820,0,1,1,0,0,2012.47,1580.58,77.6077,4.3923,600,20,0,2,0,1,0,0,0),(242447,32820,0,1,1,0,0,1891.12,542.912,40.554,3.497,600,20,0,2,0,1,0,0,0),(242446,32820,0,1,1,0,0,1890.28,1054.18,32.508,3.098,600,20,0,2,0,1,0,0,0),(242445,32820,0,1,1,0,0,2004.96,1536.57,76.9095,5.17953,600,20,0,2,0,1,0,0,0),(242444,32820,0,1,1,0,0,1985.82,1637.55,77.274,4.34587,600,20,0,2,0,1,0,0,0),(242443,32820,0,1,1,0,0,1887.42,-92,32.805,1.572,600,20,0,2,0,1,0,0,0),(242442,32820,0,1,1,0,0,1886.94,1610.79,92.62,4.476,600,20,0,2,0,1,0,0,0),(242441,32820,0,1,1,0,0,2080.8,1426.5,61.9559,2.22875,600,20,0,2,0,1,0,0,0),(242440,32820,0,1,1,0,0,1886.81,949.465,26.261,1.724,600,20,0,2,0,1,0,0,0),(242439,32820,0,1,1,0,0,1886.1,484.668,36.103,1.891,600,20,0,2,0,1,0,0,0),(242438,32820,0,1,1,0,0,1886.01,-437,38.723,1.311,600,20,0,2,0,1,0,0,0),(242437,32820,0,1,1,0,0,2023.47,1543.74,79.1664,5.45035,600,20,0,2,0,1,0,0,0),(242436,32820,0,1,1,0,0,1882.3,1641.52,93.646,4.491,600,20,0,2,0,1,0,0,0),(242435,32820,0,1,1,0,0,1881.53,-453,39.486,2.446,600,20,0,2,0,1,0,0,0),(242434,32820,0,1,1,0,0,1881.26,1018.92,28.588,5.649,600,20,0,2,0,1,0,0,0),(242433,32820,0,1,1,0,0,1880.06,-625,45.501,0.117,600,20,0,2,0,1,0,0,0),(242432,32820,0,1,1,0,0,1878.78,1166.95,48.971,2.537,600,20,0,2,0,1,0,0,0),(242431,32820,0,1,1,0,0,1878.76,1082.84,25.703,1.67,600,20,0,2,0,1,0,0,0),(242430,32820,0,1,1,0,0,1978.28,1483.97,84.012,1.10496,600,20,0,2,0,1,0,0,0),(242429,32820,0,1,1,0,0,1877.21,1596.18,91.709,4.337,600,20,0,2,0,1,0,0,0),(242428,32820,0,1,1,0,0,1876.45,555.231,40.008,5.09,600,20,0,2,0,1,0,0,0),(242427,32820,0,1,1,0,0,1876.44,871.104,28.305,3.552,600,20,0,2,0,1,0,0,0),(242426,32820,0,1,1,0,0,1804.12,1333.83,88.1972,4.64479,600,20,0,2,0,1,0,0,0),(242425,32820,0,1,1,0,0,1965.95,1639.71,77.8335,1.1349,600,20,0,2,0,1,0,0,0),(242424,32820,0,1,1,0,0,1936.33,1635.19,80.3736,5.76424,600,20,0,2,0,1,0,0,0),(242423,32820,0,1,1,0,0,1872.23,-242,35.433,0.293,600,20,0,2,0,1,0,0,0),(242422,32820,0,1,1,0,0,1865.48,1574.8,94.313,3.388,600,20,0,2,0,1,0,0,0),(242421,32820,0,1,1,0,0,1864.19,-652,45.329,1.955,600,20,0,2,0,1,0,0,0),(242420,32820,0,1,1,0,0,1862.88,1556.41,94.783,2.292,600,20,0,2,0,1,0,0,0),(242419,32820,0,1,1,0,0,1862.71,515.728,36.189,4.633,600,20,0,2,0,1,0,0,0),(242418,32820,0,1,1,0,0,1782.46,1719.94,118.715,3.53443,600,20,0,2,0,1,0,0,0),(242417,32820,0,1,1,0,0,1862.08,982.911,30.425,0.568,600,20,0,2,0,1,0,0,0),(242415,32820,0,1,1,0,0,1860.66,879.395,25.829,5.836,600,20,0,2,0,1,0,0,0),(242416,32820,0,1,1,0,0,1861.01,1586.07,92.45,1.604,600,20,1,2,0,1,1,0,0),(242414,32820,0,1,1,0,0,1860.12,1563.55,94.307,6.092,600,20,0,2,0,1,0,0,0),(242413,32820,0,1,1,0,0,1860.1,1568.58,94.312,1.348,600,20,0,2,0,1,0,0,0),(242412,32820,0,1,1,0,0,1797.46,1301.62,102.951,1.10146,600,20,0,2,0,1,0,0,0),(242411,32820,0,1,1,0,0,1859.98,-506,42.399,5.783,600,20,0,2,0,1,0,0,0),(242410,32820,0,1,1,0,0,2072.53,1612.54,70.259,5.6282,600,20,0,2,0,1,0,0,0),(242409,32820,0,1,1,0,0,1856.9,-731,63.023,5.278,600,20,0,2,0,1,0,0,0),(242408,32820,0,1,1,0,0,1922.86,1625.93,83.5842,5.30097,600,20,0,2,0,1,0,0,0),(242407,32820,0,1,1,0,0,2044.37,1593.64,70.4317,5.45417,600,20,0,2,0,1,0,0,0),(242406,32820,0,1,1,0,0,1854.56,729.64,35.772,1.513,600,20,0,2,0,1,0,0,0),(242405,32820,0,1,1,0,0,1854.36,592.129,46.343,1.284,600,20,0,2,0,1,0,0,0),(242404,32820,0,1,1,0,0,2127,1488.45,69.0985,2.74564,600,20,0,2,0,1,0,0,0),(242403,32820,0,1,1,0,0,1860.96,1378.44,75.3596,2.25591,600,20,0,2,0,1,0,0,0),(242402,32820,0,1,1,0,0,1850.51,-355,38.283,3.005,600,20,0,2,0,1,0,0,0),(242401,32820,0,1,1,0,0,1850.01,801.833,25.284,1.716,600,20,0,2,0,1,0,0,0),(242400,32820,0,1,1,0,0,1849.35,1625.72,96.933,2.619,600,20,0,2,0,1,0,0,0),(242399,32820,0,1,1,0,0,1848.14,-280,39.265,1.006,600,20,0,2,0,1,0,0,0),(242398,32820,0,1,1,0,0,1848.14,1638.79,96.933,4.269,600,20,0,2,0,1,0,0,0),(242397,32820,0,1,1,0,0,1847.38,-479,37.062,0.526,600,20,0,2,0,1,0,0,0),(242396,32820,0,1,1,0,0,1847.24,1635.95,96.933,3.801,600,20,0,2,0,1,0,0,0),(242395,32820,0,1,1,0,0,1846.81,1580.69,94.733,1.544,600,20,0,2,0,1,0,0,0),(242394,32820,0,1,1,0,0,1846.35,607.813,47.902,4.712,600,20,0,2,0,1,0,0,0),(242393,32820,0,1,1,0,0,1845.17,983.134,30.429,2.39,600,20,0,2,0,1,0,0,0),(242392,32820,0,1,1,0,0,2009.14,1567.49,79.1212,5.19624,600,20,0,2,0,1,0,0,0),(242391,32820,0,1,1,0,0,1843.24,1640.52,97.628,4.659,600,20,0,2,0,1,0,0,0),(242390,32820,0,1,1,0,0,1843.18,965.094,32.259,0.896,600,20,0,2,0,1,0,0,0),(242389,32820,0,1,1,0,0,1842.69,857.234,25.365,0.148,600,20,0,2,0,1,0,0,0),(242388,32820,0,1,1,0,0,1840.67,828.307,25.675,5.783,600,20,0,2,0,1,0,0,0),(242387,32820,0,1,1,0,0,1840.57,1567.1,96.579,1.738,600,20,0,2,0,1,0,0,0),(242386,32820,0,1,1,0,0,1838.74,1636.12,96.933,5.478,600,20,0,2,0,1,0,0,0),(242385,32820,0,1,1,0,0,1657.81,1712.5,147.393,6.28308,600,20,0,2,0,1,0,0,0),(242384,32820,0,1,1,0,0,1837.56,-151,42.103,3.172,600,20,0,2,0,1,0,0,0),(242383,32820,0,1,1,0,0,1837.51,1630.92,96.933,5.732,600,20,0,2,0,1,0,0,0),(242382,32820,0,1,1,0,0,1837.5,604.166,45.402,1.575,600,20,0,2,0,1,0,0,0),(242381,32820,0,1,1,0,0,1835.42,1340.63,81.0884,2.26482,600,20,0,2,0,1,0,0,0),(242380,32820,0,1,1,0,0,1912.12,1645.39,88.5127,1.663,600,20,0,2,0,1,0,0,0),(242379,32820,0,1,1,0,0,1836.2,1641.24,97.628,5.411,600,20,0,2,0,1,0,0,0),(242378,32820,0,1,1,0,0,1835.48,1567.26,96.581,1.149,600,20,0,2,0,1,0,0,0),(242377,32820,0,1,1,0,0,1834.6,855.579,25.122,3.712,600,20,0,2,0,1,0,0,0),(242376,32820,0,1,1,0,0,1831.57,1581.19,95.196,1.688,600,20,0,2,0,1,0,0,0),(242375,32820,0,1,1,0,0,1830.23,1089.14,36.664,1.256,600,20,0,2,0,1,0,0,0),(242374,32820,0,1,1,0,0,1681.86,1582.67,127.197,5.19291,600,20,0,2,0,1,0,0,0),(242373,32820,0,1,1,0,0,2141.36,1604.68,78.3542,5.06096,600,20,0,2,0,1,0,0,0),(242372,32820,0,1,1,0,0,1826.04,825.973,26.091,1.117,600,20,0,2,0,1,0,0,0),(242371,32820,0,1,1,0,0,1825.6,-457,34.707,5.735,600,20,0,2,0,1,0,0,0),(242370,32820,0,1,1,0,0,1824.89,-26,40.307,0.136,600,20,0,2,0,1,0,0,0),(242368,32820,0,1,1,0,0,1997.29,1530.76,77.0698,0.676724,600,20,0,2,0,1,0,0,0),(242369,32820,0,1,1,0,0,1824.26,1637.18,95.64,4.757,600,20,1,2,0,1,1,0,0),(242366,32820,0,1,1,0,0,1822.34,1039.74,36.694,1.658,600,20,0,2,0,1,0,0,0),(242367,32820,0,1,1,0,0,1822.95,1581.81,95.519,1.553,600,20,1,2,0,1,1,0,0),(242365,32820,0,1,1,0,0,2147.9,1561.27,79.8816,5.77033,600,20,0,2,0,1,0,0,0),(242364,32820,0,1,1,0,0,1819.85,1372.79,77.398,1.299,600,20,0,2,0,1,0,0,0),(242363,32820,0,1,1,0,0,1836.88,1362.87,74.5884,5.03491,600,20,0,2,0,1,0,0,0),(242362,32820,0,1,1,0,0,1813.74,1285.59,97.9754,2.39028,600,20,0,2,0,1,0,0,0),(242361,32820,0,1,1,0,0,1816.62,1171.46,52.676,2.391,600,20,0,2,0,1,0,0,0),(242360,32820,0,1,1,0,0,1816.61,-412,34.494,3.269,600,20,0,2,0,1,0,0,0),(242359,32820,0,1,1,0,0,2046.56,1454.31,66.9644,5.65726,600,20,0,2,0,1,0,0,0),(242358,32820,0,1,1,0,0,1814.69,646.793,38.318,3.872,600,20,0,2,0,1,0,0,0),(242357,32820,0,1,1,0,0,1813.97,1086.19,40.126,2.411,600,20,0,2,0,1,0,0,0),(242356,32820,0,1,1,0,0,1812.66,1328.37,88.503,5.502,600,20,0,2,0,1,0,0,0),(242355,32820,0,1,1,0,0,1811.25,958.817,37.394,3.106,600,20,0,2,0,1,0,0,0),(242354,32820,0,1,1,0,0,2094.89,1590.31,75.1982,2.80818,600,20,0,2,0,1,0,0,0),(242353,32820,0,1,1,0,0,1810.09,1388.97,78.849,4.225,600,20,0,2,0,1,0,0,0),(242352,32820,0,1,1,0,0,1809.63,764.674,43.892,4.413,600,20,0,2,0,1,0,0,0),(242351,32820,0,1,1,0,0,1808.03,550.08,34.296,2.999,600,20,0,2,0,1,0,0,0),(242350,32820,0,1,1,0,0,2130.92,1470.55,67.8589,5.86654,600,20,0,2,0,1,0,0,0),(242349,32820,0,1,1,0,0,1804.06,945.904,41.354,0.456,600,20,0,2,0,1,0,0,0),(242348,32820,0,1,1,0,0,1799.02,587.317,45.299,3.106,600,20,0,2,0,1,0,0,0),(242347,32820,0,1,1,0,0,1796.91,700.662,47.661,1.148,600,20,0,2,0,1,0,0,0),(242346,32820,0,1,1,0,0,1798.77,722.748,48.9869,4.68094,600,20,0,2,0,1,0,0,0),(242345,32820,0,1,1,0,0,1796.6,744.136,48.883,3.167,600,20,0,2,0,1,0,0,0),(242344,32820,0,1,1,0,0,1795.23,611.12,39.596,6.249,600,20,0,2,0,1,0,0,0),(242343,32820,0,1,1,0,0,1795.21,653.885,40.579,0.341,600,20,0,2,0,1,0,0,0),(242342,32820,0,1,1,0,0,1794.38,1420.41,87.027,3.22,600,20,0,2,0,1,0,0,0),(242341,32820,0,1,1,0,0,1793.69,1092.51,45.104,4.596,600,20,0,2,0,1,0,0,0),(242340,32820,0,1,1,0,0,1793.44,-585,39.674,6.122,600,20,0,2,0,1,0,0,0),(242339,32820,0,1,1,0,0,1790.21,746.825,49.162,1.082,600,20,0,2,0,1,0,0,0),(242338,32820,0,1,1,0,0,1789.88,-729,59.365,2.22,600,20,0,2,0,1,0,0,0),(242337,32820,0,1,1,0,0,1789.58,1335.53,89.614,1.3,600,20,0,2,0,1,0,0,0),(242336,32820,0,1,1,0,0,1787.57,1342.62,89.397,5.581,600,20,0,2,0,1,0,0,0),(242335,32820,0,1,1,0,0,1786.31,948.231,45.374,0.271,600,20,0,2,0,1,0,0,0),(242334,32820,0,1,1,0,0,1785.68,1126.35,51.003,2.578,600,20,0,2,0,1,0,0,0),(242333,32820,0,1,1,0,0,1783.4,-726,59.358,2.098,600,20,0,2,0,1,0,0,0),(242332,32820,0,1,1,0,0,2096.18,1458.27,62.7233,1.46592,600,20,0,2,0,1,0,0,0),(242331,32820,0,1,1,0,0,1782.03,-588,39.544,1.547,600,20,0,2,0,1,0,0,0),(242330,32820,0,1,1,0,0,1779.22,1015.1,45.195,3.458,600,20,0,2,0,1,0,0,0),(242329,32820,0,1,1,0,0,1779.04,-713,58.765,1.819,600,20,0,2,0,1,0,0,0),(242328,32820,0,1,1,0,0,1778.47,618.782,41.311,2.436,600,20,0,2,0,1,0,0,0),(242327,32820,0,1,1,0,0,1777.3,1381.93,90.909,2.169,600,20,0,2,0,1,0,0,0),(242326,32820,0,1,1,0,0,1776.79,809.271,45.337,2.398,600,20,0,2,0,1,0,0,0),(242325,32820,0,1,1,0,0,1776.3,-558,41.212,1.554,600,20,0,2,0,1,0,0,0),(242324,32820,0,1,1,0,0,1776.04,-726,59.321,1.587,600,20,0,2,0,1,0,0,0),(242323,32820,0,1,1,0,0,1774.55,941.946,51.615,1.466,600,20,0,2,0,1,0,0,0),(242322,32820,0,1,1,0,0,1829.34,1327.7,86.4345,3.61845,600,20,0,2,0,1,0,0,0),(242321,32820,0,1,1,0,0,1771.38,675.97,44.102,6.258,600,20,0,2,0,1,0,0,0),(242320,32820,0,1,1,0,0,1769.49,1406.18,95.175,3.895,600,20,0,2,0,1,0,0,0),(242319,32820,0,1,1,0,0,1769.21,1080.19,50.29,0.406,600,20,0,2,0,1,0,0,0),(242318,32820,0,1,1,0,0,1767.02,-725,59.559,1.387,600,20,0,2,0,1,0,0,0),(242317,32820,0,1,1,0,0,1766.44,1324.48,93.714,4.221,600,20,0,2,0,1,0,0,0),(242316,32820,0,1,1,0,0,1765.15,1382.99,92.056,5.248,600,20,0,2,0,1,0,0,0),(242315,32820,0,1,1,0,0,1764.56,-343,34.68,5.949,600,20,0,2,0,1,0,0,0),(242314,32820,0,1,1,0,0,1760.69,510.543,35.915,6.259,600,20,0,2,0,1,0,0,0),(242313,32820,0,1,1,0,0,1758.66,-723,60.08,1.556,600,20,0,2,0,1,0,0,0),(242312,32820,0,1,1,0,0,1756.84,725.38,46.759,6.033,600,20,0,2,0,1,0,0,0),(242311,32820,0,1,1,0,0,1756.59,647.783,40.193,3.165,600,20,0,2,0,1,0,0,0),(242310,32820,0,1,1,0,0,1755.4,583.822,34.658,3.593,600,20,0,2,0,1,0,0,0),(242309,32820,0,1,1,0,0,1962.59,1426.8,65.9927,1.73293,600,20,0,2,0,1,0,0,0),(242308,32820,0,1,1,0,0,1752.85,805.094,55.123,2.523,600,20,0,2,0,1,0,0,0),(242307,32820,0,1,1,0,0,2079.73,1495.97,65.6415,4.19379,600,20,0,2,0,1,0,0,0),(242306,32820,0,1,1,0,0,1750.92,575.75,34.078,1.936,600,20,0,2,0,1,0,0,0),(242305,32820,0,1,1,0,0,1749.83,-489,41.373,2.124,600,20,0,2,0,1,0,0,0),(242304,32820,0,1,1,0,0,1749.61,1143.83,65.782,4.822,600,20,0,2,0,1,0,0,0),(242303,32820,0,1,1,0,0,1859.39,1358.49,71.724,3.31082,600,20,0,2,0,1,0,0,0),(242302,32820,0,1,1,0,0,1748.48,723.007,47.149,2.937,600,20,0,2,0,1,0,0,0),(242301,32820,0,1,1,0,0,1747.84,-334,33.709,6.276,600,20,0,2,0,1,0,0,0),(242300,32820,0,1,1,0,0,1747.26,996.788,51.869,5.302,600,20,0,2,0,1,0,0,0),(242299,32820,0,1,1,0,0,2113.07,1459.33,64.3409,5.2157,600,20,0,2,0,1,0,0,0),(242298,32820,0,1,1,0,0,1875.24,1284.18,98.7998,3.50248,600,20,0,2,0,1,0,0,0),(242297,32820,0,1,1,0,0,1740.5,718.644,48.531,4.257,600,20,0,2,0,1,0,0,0),(242296,32820,0,1,1,0,0,1740.46,-726,59.947,2.055,600,20,0,2,0,1,0,0,0),(242295,32820,0,1,1,0,0,1739.56,-672,45.062,6.275,600,20,0,2,0,1,0,0,0),(242294,32820,0,1,1,0,0,1736.9,-743,59.443,2.177,600,20,0,2,0,1,0,0,0),(242293,32820,0,1,1,0,0,1735.87,507.163,41.611,4.232,600,20,0,2,0,1,0,0,0),(242292,32820,0,1,1,0,0,2043.76,1481.58,68.4653,1.36325,600,20,0,2,0,1,0,0,0),(242291,32820,0,1,1,0,0,1860.73,1327,76.9402,0.14983,600,20,0,2,0,1,0,0,0),(242290,32820,0,1,1,0,0,2117.84,1501.78,70.6263,3.58777,600,20,0,2,0,1,0,0,0),(242289,32820,0,1,1,0,0,1843.58,1289.87,102.559,2.53327,600,20,0,2,0,1,0,0,0),(242288,32820,0,1,1,0,0,1727.82,-431,33.846,0.401,600,20,0,2,0,1,0,0,0),(242287,32820,0,1,1,0,0,1725.59,-797,57.811,4.292,600,20,0,2,0,1,0,0,0),(242286,32820,0,1,1,0,0,1722.58,-411,38.156,2.721,600,20,0,2,0,1,0,0,0),(242285,32820,0,1,1,0,0,1722.14,720.163,48.042,4.625,600,20,0,2,0,1,0,0,0),(242284,32820,0,1,1,0,0,1716.27,895.978,59.525,1.7,600,20,0,2,0,1,0,0,0),(242283,32820,0,1,1,0,0,1715.86,-503,37.7,5.188,600,20,0,2,0,1,0,0,0),(242282,32820,0,1,1,0,0,1715.04,-744,55.649,4.142,600,20,0,2,0,1,0,0,0),(242281,32820,0,1,1,0,0,2087.13,1555.71,73.1964,2.58382,600,20,0,2,0,1,0,0,0),(242280,32820,0,1,1,0,0,1875,1295.83,94.1748,3.14138,600,20,0,2,0,1,0,0,0),(242279,32820,0,1,1,0,0,1712.34,-799,57.709,5.224,600,20,0,2,0,1,0,0,0),(242278,32820,0,1,1,0,0,1708.89,660.346,46.65,1.728,600,20,0,2,0,1,0,0,0),(242277,32820,0,1,1,0,0,1701.33,1360.07,118.736,5.297,600,20,0,2,0,1,0,0,0),(242276,32820,0,1,1,0,0,2124.29,1441.22,65.7511,3.60963,600,20,0,2,0,1,0,0,0),(242275,32820,0,1,1,0,0,1698.1,-451,42.402,4.957,600,20,0,2,0,1,0,0,0),(242274,32820,0,1,1,0,0,1696.57,1555.23,123.589,1.832,600,20,0,2,0,1,0,0,0),(242273,32820,0,1,1,0,0,1695.67,520.835,36.226,4.154,600,20,0,2,0,1,0,0,0),(242272,32820,0,1,1,0,0,1691.92,-274,45.27,2.423,600,20,0,2,0,1,0,0,0),(242271,32820,0,1,1,0,0,1685.87,746.877,46.417,0.75,600,20,0,2,0,1,0,0,0),(242270,32820,0,1,1,0,0,1678.99,1667.86,135.855,3.76991,600,20,0,2,0,1,0,0,0),(242269,32820,0,1,1,0,0,1684.41,-479,43.864,1.012,600,20,0,2,0,1,0,0,0),(242268,32820,0,1,1,0,0,1684.25,-722,57.97,0.646,600,20,0,2,0,1,0,0,0),(242267,32820,0,1,1,0,0,1676.29,-514,44.081,0.221,600,20,0,2,0,1,0,0,0),(242266,32820,0,1,1,0,0,1676.1,583.93,35.881,5.875,600,20,0,2,0,1,0,0,0),(242265,32820,0,1,1,0,0,-8869.22,-163.237,80.9719,0.959931,600,20,0,2,0,1,0,0,0),(242264,32820,0,1,1,0,0,1673.15,-733,59.067,1.191,600,20,0,2,0,1,0,0,0),(242263,32820,0,1,1,0,0,2113.83,1512.22,68.1744,3.83896,600,20,0,2,0,1,0,0,0),(242262,32820,0,1,1,0,0,1669.65,-719,58.302,0.806,600,20,0,2,0,1,0,0,0),(242261,32820,0,1,1,0,0,1660.99,623.452,51.54,5.326,600,20,0,2,0,1,0,0,0),(242260,32820,0,1,1,0,0,1655.88,-728,58.925,1.355,600,20,0,2,0,1,0,0,0),(242259,32820,0,1,1,0,0,1655.15,-354,44.998,1.006,600,20,0,2,0,1,0,0,0),(242258,32820,0,1,1,0,0,1652.61,-478,45.697,3.065,600,20,0,2,0,1,0,0,0),(242257,32820,0,1,1,0,0,1651.93,-611,47.782,1.726,600,20,0,2,0,1,0,0,0),(242256,32820,0,1,1,0,0,1651.88,684.505,77.946,1.918,600,20,0,2,0,1,0,0,0),(242255,32820,0,1,1,0,0,1640.62,-588,44.993,1.372,600,20,0,2,0,1,0,0,0),(242254,32820,0,1,1,0,0,1638.76,-463,45.635,1.425,600,20,0,2,0,1,0,0,0),(242253,32820,0,1,1,0,0,1638.49,-373,45.013,0.679,600,20,0,2,0,1,0,0,0),(242252,32820,0,1,1,0,0,1633.98,510.343,41.396,0.054,600,20,0,2,0,1,0,0,0),(242251,32820,0,1,1,0,0,1625.79,535.696,35.541,4.307,600,20,0,2,0,1,0,0,0),(242250,32820,0,1,1,0,0,1615.33,517.125,39.614,2.911,600,20,0,2,0,1,0,0,0),(242249,32820,0,1,1,0,0,1611.48,600.123,44.223,1.541,600,20,0,2,0,1,0,0,0),(242248,32820,0,1,1,0,0,1603.01,586.253,37.579,4.245,600,20,0,2,0,1,0,0,0),(242247,32820,0,1,1,0,0,1602.58,535.46,38.724,4.262,600,20,0,2,0,1,0,0,0),(242246,32820,0,1,1,0,0,1602.33,665.019,84.633,0.198,600,20,0,2,0,1,0,0,0),(242245,32820,0,1,1,0,0,1599.26,631.194,65.446,3.249,600,20,0,2,0,1,0,0,0),(242244,32820,0,1,1,0,0,1583.18,612.709,51.515,0.361,600,20,0,2,0,1,0,0,0),(242243,32820,0,1,1,0,0,1579.24,508.478,43.526,5.306,600,20,0,2,0,1,0,0,0),(242242,32820,0,1,1,0,0,1543.7,505.559,45.386,3.142,600,20,0,2,0,1,0,0,0),(242241,32820,0,1,1,0,0,1541.52,603.2,45.237,0.105,600,20,0,2,0,1,0,0,0),(242240,32820,0,1,1,0,0,1528.25,548.5,52.608,4.647,600,20,0,2,0,1,0,0,0),(242239,32820,0,1,1,0,0,1520.7,586.997,47.605,0.88,600,20,0,2,0,1,0,0,0),(242238,32820,0,1,1,0,0,1519.5,644.208,43.157,3.962,600,20,0,2,0,1,0,0,0),(242237,32820,0,1,1,0,0,1513.26,720.752,50.903,4.559,600,20,0,2,0,1,0,0,0),(242236,32820,0,1,1,0,0,1512.77,659.536,43.255,0.676,600,20,0,2,0,1,0,0,0),(242235,32820,0,1,1,0,0,1491.46,661.033,44.706,6.228,600,20,0,2,0,1,0,0,0),(242234,32820,0,1,1,0,0,1475.14,576.905,53.428,1.352,600,20,0,2,0,1,0,0,0),(242233,32820,0,1,1,0,0,1474.97,499.644,39.622,3.757,600,20,0,2,0,1,0,0,0),(242232,32820,0,1,1,0,0,1471.52,859.503,72.349,6.161,600,20,0,2,0,1,0,0,0),(242231,32820,0,1,1,0,0,1465.57,567.219,53.163,5.131,600,20,0,2,0,1,0,0,0),(242230,32820,0,1,1,0,0,1464.99,789.986,54.668,5.75,600,20,0,2,0,1,0,0,0),(242229,32820,0,1,1,0,0,1464.24,728.697,45.235,0.544,600,20,0,2,0,1,0,0,0),(242228,32820,0,1,1,0,0,1461.07,768.615,50.337,0.188,600,20,0,2,0,1,0,0,0),(242227,32820,0,1,1,0,0,1453.31,917.864,57.259,3.217,600,20,0,2,0,1,0,0,0),(242226,32820,0,1,1,0,0,1450.61,1113.83,60.735,1.44,600,20,0,2,0,1,0,0,0),(242225,32820,0,1,1,0,0,1448.35,551.224,51.476,5.49,600,20,0,2,0,1,0,0,0),(242224,32820,0,1,1,0,0,1448.06,724.958,44.822,0.521,600,20,0,2,0,1,0,0,0),(242223,32820,0,1,1,0,0,1442.72,569.365,48.616,2.83,600,20,0,2,0,1,0,0,0),(242222,32820,0,1,1,0,0,1438.34,612.295,46.114,3.06,600,20,0,2,0,1,0,0,0),(242221,32820,0,1,1,0,0,1429.86,679.498,48.31,6.226,600,20,0,2,0,1,0,0,0),(242220,32820,0,1,1,0,0,1887.06,1454.94,78.2062,1.73572,600,20,0,2,0,1,0,0,0),(242219,32820,0,1,1,0,0,1412.15,655.785,48.723,5.612,600,20,0,2,0,1,0,0,0),(242218,32820,0,1,1,0,0,1406.98,821.089,47.211,2.337,600,20,0,2,0,1,0,0,0),(242217,32820,0,1,1,0,0,1402.22,1034.58,52.993,2.04,600,20,0,2,0,1,0,0,0),(242216,32820,0,1,1,0,0,1396.86,989.125,52.179,2.145,600,20,0,2,0,1,0,0,0),(242215,32820,0,1,1,0,0,1380.44,-3701,77.017,6.271,600,20,0,2,0,1,0,0,0),(242214,32820,0,1,1,0,0,1374.01,735.929,46.282,3.878,600,20,0,2,0,1,0,0,0),(242213,32820,0,1,1,0,0,1365.56,805.331,49.44,0.836,600,20,0,2,0,1,0,0,0),(242212,32820,0,1,1,0,0,1321.23,884.217,46.26,1.124,600,20,0,2,0,1,0,0,0),(242211,32820,0,1,1,0,0,1313.34,834.769,34.935,4.443,600,20,0,2,0,1,0,0,0),(242210,32820,0,1,1,0,0,1284.15,1123.82,49.611,2.928,600,20,0,2,0,1,0,0,0),(242209,32820,0,1,1,0,0,1274.15,1028.39,44.708,4.273,600,20,0,2,0,1,0,0,0),(242208,32820,0,1,1,0,0,1270.04,982.334,44.642,4.756,600,20,0,2,0,1,0,0,0),(242207,32820,0,1,1,0,0,1260.69,1030.85,43.393,3.04,600,20,0,2,0,1,0,0,0),(242206,32820,0,1,1,0,0,1253.23,1889.74,13.083,6.259,600,20,0,2,0,1,0,0,0),(242205,32820,0,1,1,0,0,1244.41,1916.89,12.889,5.072,600,20,0,2,0,1,0,0,0),(242204,32820,0,1,1,0,0,1243.33,1218.2,52.665,3.723,600,20,0,2,0,1,0,0,0),(242203,32820,0,1,1,0,0,1238.37,-2414,60.739,2.359,600,20,0,2,0,1,0,0,0),(242202,32820,0,1,1,0,0,1227.34,1350.73,37.992,1.734,600,20,0,2,0,1,0,0,0),(242201,32820,0,1,1,0,0,1226.66,1831.86,10.109,4.419,600,20,0,2,0,1,0,0,0),(242200,32820,0,1,1,0,0,1220.44,1100.96,42.555,0.811,600,20,0,2,0,1,0,0,0),(242199,32820,0,1,1,0,0,1210.67,902.129,33.872,4.266,600,20,0,2,0,1,0,0,0),(242198,32820,0,1,1,0,0,1207,1087.9,38.04,3.912,600,20,0,2,0,1,0,0,0),(242197,32820,0,1,1,0,0,1200.58,1017.83,36.449,2.116,600,20,0,2,0,1,0,0,0),(242196,32820,0,1,1,0,0,1177.1,1398.64,35.231,3.281,600,20,0,2,0,1,0,0,0),(242195,32820,0,1,1,0,0,1165.2,1251.65,48.534,1.301,600,20,0,2,0,1,0,0,0),(242194,32820,0,1,1,0,0,1155.84,1635.29,26.623,5.293,600,20,0,2,0,1,0,0,0),(242193,32820,0,1,1,0,0,1139.53,1429.37,36.176,4.869,600,20,0,2,0,1,0,0,0),(242192,32820,0,1,1,0,0,1124.87,1935.88,10.525,3.143,600,20,0,2,0,1,0,0,0),(242191,32820,0,1,1,0,0,1117.94,1703.66,28.618,0.473,600,20,0,2,0,1,0,0,0),(242190,32820,0,1,1,0,0,1111.45,1274.43,40.292,4.603,600,20,0,2,0,1,0,0,0),(242189,32820,0,1,1,0,0,1110.63,1650.16,31.133,6.068,600,20,0,2,0,1,0,0,0),(242188,32820,0,1,1,0,0,1105.8,1352.05,38.387,0.359,600,20,0,2,0,1,0,0,0),(242187,32820,0,1,1,0,0,1097.12,-1344,66.021,4.819,600,20,0,2,0,1,0,0,0),(242186,32820,0,1,1,0,0,1096.79,1316.54,38.34,0.349,600,20,0,2,0,1,0,0,0),(242185,32820,0,1,1,0,0,1085.11,1831.97,17,0.039,600,20,0,2,0,1,0,0,0),(242184,32820,0,1,1,0,0,1072.76,1186.9,45.242,3.648,600,20,0,2,0,1,0,0,0),(242183,32820,0,1,1,0,0,1065.34,1115.21,40.001,5.21,600,20,0,2,0,1,0,0,0),(242182,32820,0,1,1,0,0,1057.5,1450.18,44.245,3.554,600,20,0,2,0,1,0,0,0),(242181,32820,0,1,1,0,0,1047.85,1457,43.695,4.987,600,20,0,2,0,1,0,0,0),(242180,32820,0,1,1,0,0,1044.71,1442.55,45.77,0.773,600,20,0,2,0,1,0,0,0),(242179,32820,0,1,1,0,0,1036.64,-1410,67.689,3.6,600,20,0,2,0,1,0,0,0),(242178,32820,0,1,1,0,0,1032.82,-1473,63.758,2.425,600,20,0,2,0,1,0,0,0),(242177,32820,0,1,1,0,0,1028.52,-1308,66.208,5.691,600,20,0,2,0,1,0,0,0),(242176,32820,0,1,1,0,0,1027.28,-1380,70.556,1.592,600,20,0,2,0,1,0,0,0),(242175,32820,0,1,1,0,0,1026.51,1408.18,41.933,6.077,600,20,0,2,0,1,0,0,0),(242174,32820,0,1,1,0,0,1024.46,1607.47,23.935,1.58,600,20,0,2,0,1,0,0,0),(242173,32820,0,1,1,0,0,1014.25,1690.75,19.267,5.831,600,20,0,2,0,1,0,0,0),(242172,32820,0,1,1,0,0,1011.79,1898.79,6.703,2.323,600,20,0,2,0,1,0,0,0),(242171,32820,0,1,1,0,0,999.113,-1217,63.045,5.742,600,20,0,2,0,1,0,0,0),(242170,32820,0,1,1,0,0,992.585,-1428,66.198,5.702,600,20,0,2,0,1,0,0,0),(242169,32820,0,1,1,0,0,989.992,1135.55,47.204,0.83,600,20,0,2,0,1,0,0,0),(242168,32820,0,1,1,0,0,982.935,-1445,64.272,5.572,600,20,0,2,0,1,0,0,0),(242167,32820,0,1,1,0,0,976.797,-1484,65.31,4.421,600,20,0,2,0,1,0,0,0),(242166,32820,0,1,1,0,0,975.02,1706.71,15.328,2.404,600,20,0,2,0,1,0,0,0),(242165,32820,0,1,1,0,0,972.236,1711.85,14.58,0.027,600,20,0,2,0,1,0,0,0),(242164,32820,0,1,1,0,0,971.502,-1428,65.169,3.7,600,20,0,2,0,1,0,0,0),(242163,32820,0,1,1,0,0,964.77,-1479,62.365,2.321,600,20,0,2,0,1,0,0,0),(242162,32820,0,1,1,0,0,961.831,1125.4,46.842,4.461,600,20,0,2,0,1,0,0,0),(242161,32820,0,1,1,0,0,961.14,1588.06,31.173,5.24,600,20,0,2,0,1,0,0,0),(242160,32820,0,1,1,0,0,961.048,1490.55,39.627,1.623,600,20,0,2,0,1,0,0,0),(242159,32820,0,1,1,0,0,941.62,1527.42,37.729,4.598,600,20,0,2,0,1,0,0,0),(242158,32820,0,1,1,0,0,940.727,-1420,66.623,4.131,600,20,0,2,0,1,0,0,0),(242157,32820,0,1,1,0,0,940.014,1370.98,40.845,2.561,600,20,0,2,0,1,0,0,0),(242156,32820,0,1,1,0,0,939.838,-1489,64.446,1.179,600,20,0,2,0,1,0,0,0),(242155,32820,0,1,1,0,0,934.564,1298.45,41.96,4.17,600,20,0,2,0,1,0,0,0),(242154,32820,0,1,1,0,0,932.54,1367.52,39.984,3.724,600,20,0,2,0,1,0,0,0),(242153,32820,0,1,1,0,0,921.494,-1460,64.486,4.481,600,20,0,2,0,1,0,0,0),(242152,32820,0,1,1,0,0,902.684,1150.51,49.979,4.75,600,20,0,2,0,1,0,0,0),(242151,32820,0,1,1,0,0,902.236,-1517,55.037,4.744,600,20,0,2,0,1,0,0,0),(242150,32820,0,1,1,0,0,879.713,1560.15,28.648,4.103,600,20,0,2,0,1,0,0,0),(242149,32820,0,1,1,0,0,872.046,-1497,64.076,5.529,600,20,0,2,0,1,0,0,0),(242148,32820,0,1,1,0,0,842.183,1713.32,18.871,1.618,600,20,0,2,0,1,0,0,0),(242147,32820,0,1,1,0,0,837.677,1657.8,24.021,4.907,600,20,0,2,0,1,0,0,0),(242146,32820,0,1,1,0,0,834.511,1501.72,42.526,2.397,600,20,0,2,0,1,0,0,0),(242145,32820,0,1,1,0,0,803.386,1224.31,54.166,5.726,600,20,0,2,0,1,0,0,0),(242144,32820,0,1,1,0,0,790.984,-1462,75.27,5.116,600,20,0,2,0,1,0,0,0),(242143,32820,0,1,1,0,0,783.957,1403.71,59.312,2.411,600,20,0,2,0,1,0,0,0),(242142,32820,0,1,1,0,0,767.278,-1467,77.457,0.903,600,20,0,2,0,1,0,0,0),(242141,32820,0,1,1,0,0,749.011,1645.38,38.022,0.664,600,20,0,2,0,1,0,0,0),(242140,32820,0,1,1,0,0,718.784,527.067,36.267,3.006,600,20,0,2,0,1,0,0,0),(242139,32820,0,1,1,0,0,715.927,1462.33,61.307,1.025,600,20,0,2,0,1,0,0,0),(242138,32820,0,1,1,0,0,702.753,1365.46,73.569,3.576,600,20,0,2,0,1,0,0,0),(242137,32820,0,1,1,0,0,698.865,1238.2,67.384,5.412,600,20,0,2,0,1,0,0,0),(242136,32820,0,1,1,0,0,691.448,1073.78,50.784,3.328,600,20,0,2,0,1,0,0,0),(242135,32820,0,1,1,0,0,674.073,-1453,81.108,1.849,600,20,0,2,0,1,0,0,0),(242134,32820,0,1,1,0,0,660.913,1367.78,79.66,1.29,600,20,0,2,0,1,0,0,0),(242133,32820,0,1,1,0,0,651.539,1308.37,84.0927,4.64149,600,20,0,2,0,1,0,0,0),(242132,32820,0,1,1,0,0,635.297,-1337,102.984,1.89,600,20,0,2,0,1,0,0,0),(242131,32820,0,1,1,0,0,547.18,1194.25,86.435,1.542,600,20,0,2,0,1,0,0,0),(242130,32820,0,1,1,0,0,542.417,-1074,143.417,4.494,600,20,0,2,0,1,0,0,0),(242129,32820,0,1,1,0,0,529.541,1160.25,93.347,6.039,600,20,0,2,0,1,0,0,0),(242128,32820,0,1,1,0,0,522.159,-764,157.889,0.261,600,20,0,2,0,1,0,0,0),(242127,32820,0,1,1,0,0,521.218,-1447,50.313,0.002,600,20,0,2,0,1,0,0,0),(242126,32820,0,1,1,0,0,516.715,1410.04,99.79,3.753,600,20,0,2,0,1,0,0,0),(242125,32820,0,1,1,0,0,508.227,1326.29,85.711,1.012,600,20,0,2,0,1,0,0,0),(242124,32820,0,1,1,0,0,493.482,-1455,48.912,1.236,600,20,0,2,0,1,0,0,0),(242123,32820,0,1,1,0,0,492.422,-772,147.39,0.249,600,20,0,2,0,1,0,0,0),(242122,32820,0,1,1,0,0,479.811,1267.26,82.98,5.984,600,20,0,2,0,1,0,0,0),(242121,32820,0,1,1,0,0,476.229,1595.9,126.662,5.942,600,20,0,2,0,1,0,0,0),(242120,32820,0,1,1,0,0,458.206,1315.96,81.804,4.773,600,20,0,2,0,1,0,0,0),(242119,32820,0,1,1,0,0,428.681,1196.46,84.859,0.324,600,20,0,2,0,1,0,0,0),(242118,32820,0,1,1,0,0,428.552,1181.1,87.954,4.704,600,20,0,2,0,1,0,0,0),(242117,32820,0,1,1,0,0,399.17,-845,126.687,0.343,600,20,0,2,0,1,0,0,0),(242116,32820,0,1,1,0,0,397.303,-865,124.349,4.744,600,20,0,2,0,1,0,0,0),(242115,32820,0,1,1,0,0,381,-3528,122,0.4,600,20,0,2,0,1,0,0,0),(242114,32820,0,1,1,0,0,372,-4205,118.375,0.4,600,20,0,2,0,1,0,0,0),(242112,32820,0,1,1,0,0,354.014,1600.3,128.227,1.082,600,20,0,2,0,1,0,0,0),(242113,32820,0,1,1,0,0,367.389,1587.62,128.909,6.258,600,20,0,2,0,1,0,0,0),(242111,32820,0,1,1,0,0,350.82,1602.25,128.812,5.964,600,20,0,2,0,1,0,0,0),(242110,32820,0,1,1,0,0,341.178,1449.96,126.285,5.911,600,20,0,2,0,1,0,0,0),(242109,32820,0,1,1,0,0,340.961,1179.32,81.573,0.755,600,20,0,2,0,1,0,0,0),(242108,32820,0,1,1,0,0,336.92,1276.86,78.202,4.34,600,20,0,2,0,1,0,0,0),(242107,32820,0,1,1,0,0,336.852,1435.4,125.617,0.703,600,20,0,2,0,1,0,0,0),(242106,32820,0,1,1,0,0,328.469,1291.78,77.505,2.143,600,20,0,2,0,1,0,0,0),(242105,32820,0,1,1,0,0,324.261,-2227,137.775,3.107,600,20,0,2,0,1,0,0,0),(242104,32820,0,1,1,0,0,314.622,-1487,43.999,2.356,600,20,0,2,0,1,0,0,0),(242103,32820,0,1,1,0,0,313.482,-1524,58.629,5.506,600,20,0,2,0,1,0,0,0),(242102,32820,0,1,1,0,0,306,-4176,123.125,0.4,600,20,0,2,0,1,0,0,0),(242101,32820,0,1,1,0,0,304.059,-3981.02,124.132,4.53172,600,20,0,2,0,1,0,0,0),(242099,32820,0,1,1,0,0,282.42,-4022.96,119.372,4.14295,600,20,0,2,0,1,0,0,0),(242100,32820,0,1,1,0,0,294.869,691.752,42.9,0.711,600,20,0,2,0,1,0,0,0),(242098,32820,0,1,1,0,0,279.445,1516.3,139.208,0.012,600,20,0,2,0,1,0,0,0),(242097,32820,0,1,1,0,0,219.332,1128.08,70.276,5.282,600,20,0,2,0,1,0,0,0),(242095,32820,0,1,1,0,0,198.296,1373.02,98.163,1.522,600,20,0,2,0,1,0,0,0),(242096,32820,0,1,1,0,0,216,-2991,117.25,0.4,600,20,0,2,0,1,0,0,0),(242094,32820,0,1,1,0,0,197,-4201,122.125,0.4,600,20,0,2,0,1,0,0,0),(242093,32820,0,1,1,0,0,176.92,1211.73,68.081,5.471,600,20,0,2,0,1,0,0,0),(242092,32820,0,1,1,0,0,164.149,1489.78,114.394,4.949,600,20,0,2,0,1,0,0,0),(242091,32820,0,1,1,0,0,148.276,681.614,52.887,5.253,600,20,0,2,0,1,0,0,0),(242090,32820,0,1,1,0,0,119.804,1150.93,70.085,4.101,600,20,0,2,0,1,0,0,0),(242089,32820,0,1,1,0,0,110.456,1269.12,67.596,2.889,600,20,0,2,0,1,0,0,0),(242088,32820,0,1,1,0,0,92.791,1120.78,68.67,5.628,600,20,0,2,0,1,0,0,0),(242087,32820,0,1,1,0,0,84.175,1333.08,67.441,6.08,600,20,0,2,0,1,0,0,0),(242086,32820,0,1,1,0,0,79.621,1189.98,63.799,6.213,600,20,0,2,0,1,0,0,0),(242085,32820,0,1,1,0,0,71.864,690.764,63.165,4.919,600,20,0,2,0,1,0,0,0),(242084,32820,0,1,1,0,0,58,-4295,123,0.4,600,20,0,2,0,1,0,0,0),(242083,32820,0,1,1,0,0,45.579,1312.13,63.793,2.42,600,20,0,2,0,1,0,0,0),(242082,32820,0,1,1,0,0,8.155,1241.76,62.017,0.162,600,20,0,2,0,1,0,0,0),(242081,32820,0,1,1,0,0,-8.41412,-3427.04,118.346,2.41664,600,20,0,2,0,1,0,0,0),(242080,32820,0,1,1,0,0,-20,-996,55.837,1.499,600,20,0,2,0,1,0,0,0),(242079,32820,0,1,1,0,0,-52,-4357,137,0.4,600,20,0,2,0,1,0,0,0),(242078,32820,0,1,1,0,0,-55,1256.13,60.262,5.175,600,20,0,2,0,1,0,0,0),(242077,32820,0,1,1,0,0,-72,-3364,123.75,0.4,600,20,0,2,0,1,0,0,0),(242076,32820,0,1,1,0,0,1751.11,1422.08,113.726,0.503288,600,20,0,2,0,1,0,0,0),(242075,32820,0,1,1,0,0,-93,1136.79,64.397,0.217,600,20,0,2,0,1,0,0,0),(242074,32820,0,1,1,0,0,-95,1120.03,64.676,2.09,600,20,0,2,0,1,0,0,0),(242073,32820,0,1,1,0,0,-141,-2899,124,0.4,600,20,0,2,0,1,0,0,0),(242072,32820,0,1,1,0,0,-164.849,-3120.23,119.516,1.97133,600,20,0,2,0,1,0,0,0),(242071,32820,0,1,1,0,0,-168.824,-3033.28,120.93,0.713902,600,20,0,2,0,1,0,0,0),(242070,32820,0,1,1,0,0,-204,1427.15,31.121,0.767,600,20,0,2,0,1,0,0,0),(242069,32820,0,1,1,0,0,-210,1297.49,40.747,1.959,600,20,0,2,0,1,0,0,0),(242068,32820,0,1,1,0,0,-221,1384.99,33.943,4.851,600,20,0,2,0,1,0,0,0),(242067,32820,0,1,1,0,0,-243,1359.05,37.73,2.687,600,20,0,2,0,1,0,0,0),(242066,32820,0,1,1,0,0,-258,-3199,121.5,0.4,600,20,0,2,0,1,0,0,0),(242065,32820,0,1,1,0,0,-285,-4388,108.627,2.007,600,20,0,2,0,1,0,0,0),(242064,32820,0,1,1,0,0,-287,-3255,125.125,0.4,600,20,0,2,0,1,0,0,0),(242063,32820,0,1,1,0,0,-313,1340.57,34.934,4.864,600,20,0,2,0,1,0,0,0),(242062,32820,0,1,1,0,0,-314,1135.16,72.124,5.49,600,20,0,2,0,1,0,0,0),(242061,32820,0,1,1,0,0,-322,-3297,131.5,0.4,600,20,0,2,0,1,0,0,0),(242060,32820,0,1,1,0,0,-408,-53,54.454,4.922,600,20,0,2,0,1,0,0,0),(242059,32820,0,1,1,0,0,-456,-111,54.729,1.605,600,20,0,2,0,1,0,0,0),(242058,32820,0,1,1,0,0,-482,917.984,91.386,5.378,600,20,0,2,0,1,0,0,0),(242057,32820,0,1,1,0,0,-566,-132,51.169,3.078,600,20,0,2,0,1,0,0,0),(242056,32820,0,1,1,0,0,-569,-112,47.513,1.302,600,20,0,2,0,1,0,0,0),(242055,32820,0,1,1,0,0,2051.43,1574.93,74.2552,2.10952,600,20,0,2,0,1,0,0,0),(242054,32820,0,1,1,0,0,-721,-592,25.011,3.121,600,20,0,2,0,1,0,0,0),(242053,32820,0,1,1,0,0,-750,-455,25.201,6.185,600,20,0,2,0,1,0,0,0),(242052,32820,0,1,1,0,0,-775,-606,15.235,2.706,600,20,0,2,0,1,0,0,0),(242051,32820,0,1,1,0,0,-777,-608,15.235,2.453,600,20,0,2,0,1,0,0,0),(242050,32820,0,1,1,0,0,-779,-601,15.235,3.222,600,20,0,2,0,1,0,0,0),(242049,32820,0,1,1,0,0,-779,-610,15.235,2.179,600,20,0,2,0,1,0,0,0),(242048,32820,0,1,1,0,0,-779,-631,14.728,1.099,600,20,0,2,0,1,0,0,0),(242047,32820,0,1,1,0,0,-782,-612,15.235,1.892,600,20,0,2,0,1,0,0,0),(242046,32820,0,1,1,0,0,-786,-607,15.235,1.414,600,20,0,2,0,1,0,0,0),(242045,32820,0,1,1,0,0,-789,1241.1,77.095,3.885,600,20,0,2,0,1,0,0,0),(242044,32820,0,1,1,0,0,-806,-638,12.021,5.902,600,20,0,2,0,1,0,0,0),(242043,32820,0,1,1,0,0,-1322.33,-3190.17,37.5942,0.173087,600,20,0,2,0,1,0,0,0),(242042,32820,0,1,1,0,0,1903.73,1497,89.1851,0.677535,600,20,0,2,0,1,0,0,0),(242041,32820,0,1,1,0,0,1897.38,1491.79,93.9505,3.99949,600,20,0,2,0,1,0,0,0),(242040,32820,0,1,1,0,0,-1468,-2625,48.363,4.617,600,20,0,2,0,1,0,0,0),(242039,32820,0,1,1,0,0,-8962.26,-174.974,79.7247,2.9633,600,20,0,2,0,1,0,0,0),(242038,32820,0,1,1,0,0,-8836.48,-240.295,82.7459,5.43024,600,20,0,2,0,1,0,0,0),(242037,32820,0,1,1,0,0,-3299,-2430,18.597,5.693,600,20,0,2,0,1,0,0,0),(242036,32820,0,1,1,0,0,-3355,-845,1.063,1.734,600,20,0,2,0,1,0,0,0),(242035,32820,0,1,1,0,0,-3633,-718,9.898,4.041,600,20,0,2,0,1,0,0,0),(242034,32820,0,1,1,0,0,-3636,-716,9.897,4.164,600,20,0,2,0,1,0,0,0),(242033,32820,0,1,1,0,0,-3639,-715,9.945,4.335,600,20,0,2,0,1,0,0,0),(242032,32820,0,1,1,0,0,-3645,-720,9.968,4.426,600,20,0,2,0,1,0,0,0),(242031,32820,0,1,1,0,0,1707.5,1481.87,146.438,5.03859,600,20,0,2,0,1,0,0,0),(242030,32820,0,1,1,0,0,-4700,-2790,328.179,0.831,600,20,0,2,0,1,0,0,0),(242029,32820,0,1,1,0,0,-4720,-2753,325.374,0.837,600,20,0,2,0,1,0,0,0),(242028,32820,0,1,1,0,0,-4745,-2866,328.156,0.666,600,20,0,2,0,1,0,0,0),(242027,32820,0,1,1,0,0,-4782,-2972,322.237,1.247,600,20,0,2,0,1,0,0,0),(242026,32820,0,1,1,0,0,-4805,-2784,325.017,1.212,600,20,0,2,0,1,0,0,0),(242025,32820,0,1,1,0,0,-4816,-2960,321.874,0.081,600,20,0,2,0,1,0,0,0),(242024,32820,0,1,1,0,0,-4895,-2662,331.436,2.669,600,20,0,2,0,1,0,0,0),(242023,32820,0,1,1,0,0,-4905,-2783,329.388,3.044,600,20,0,2,0,1,0,0,0),(242022,32820,0,1,1,0,0,-4940,-2970,321.597,2.764,600,20,0,2,0,1,0,0,0),(242021,32820,0,1,1,0,0,-4977,-3080,317.529,3.301,600,20,0,2,0,1,0,0,0),(242020,32820,0,1,1,0,0,-4991,-2879,338.593,4.392,600,20,0,2,0,1,0,0,0),(242019,32820,0,1,1,0,0,-5049,-2745,336.041,2.09,600,20,0,2,0,1,0,0,0),(242018,32820,0,1,1,0,0,-5059,-3717,313.61,0.869,600,20,0,2,0,1,0,0,0),(242017,32820,0,1,1,0,0,-5076,-2855,323.234,5.708,600,20,0,2,0,1,0,0,0),(242016,32820,0,1,1,0,0,-5085,-3052,323.62,6.109,600,20,0,2,0,1,0,0,0),(242015,32820,0,1,1,0,0,1776.54,1422.64,94.6241,1.23212,600,20,0,2,0,1,0,0,0),(242014,32820,0,1,1,0,0,-5135,-3739,311.317,0.08,600,20,0,2,0,1,0,0,0),(242013,32820,0,1,1,0,0,-5154,-2987,331.929,4.471,600,20,0,2,0,1,0,0,0),(242012,32820,0,1,1,0,0,-5165,-876,507.245,0.929,600,20,0,2,0,1,0,0,0),(242011,32820,0,1,1,0,0,-5212,-2780,338.271,1.048,600,20,0,2,0,1,0,0,0),(242010,32820,0,1,1,0,0,-5224,-3745,313.321,0.176,600,20,0,2,0,1,0,0,0),(242009,32820,0,1,1,0,0,-5250,-2806,345.624,3.708,600,20,0,2,0,1,0,0,0),(242008,32820,0,1,1,0,0,-5325,-3759,309.441,0.148,600,20,0,2,0,1,0,0,0),(242007,32820,0,1,1,0,0,-5352,-2892,341.729,1.654,600,20,0,2,0,1,0,0,0),(242006,32820,0,1,1,0,0,-5425,-2851,345.649,3.473,600,20,0,2,0,1,0,0,0),(242005,32820,0,1,1,0,0,-5454,-2859,348.231,3.275,600,20,0,2,0,1,0,0,0),(242004,32820,0,1,1,0,0,-5485,-3766,317.351,0.37,600,20,0,2,0,1,0,0,0),(242003,32820,0,1,1,0,0,-5559,-2779,364.792,0.143,600,20,0,2,0,1,0,0,0),(242002,32820,0,1,1,0,0,-5614,-3701,315.196,4.999,600,20,0,2,0,1,0,0,0),(242001,32820,0,1,1,0,0,-5656,-3646,315.12,5.039,600,20,0,2,0,1,0,0,0),(242000,32820,0,1,1,0,0,-5670,-528,398.13,2.381,600,20,0,2,0,1,0,0,0),(241999,32820,0,1,1,0,0,-5687,-3183,318.88,0.687,600,20,0,2,0,1,0,0,0),(241998,32820,0,1,1,0,0,-5706,-3545,305.103,4.912,600,20,0,2,0,1,0,0,0),(241997,32820,0,1,1,0,0,-5726,-3310,304.167,1.49,600,20,0,2,0,1,0,0,0),(241996,32820,0,1,1,0,0,-5787,-3588,335.657,3.72,600,20,0,2,0,1,0,0,0),(241995,32820,0,1,1,0,0,-5793,-2582,309.097,4.926,600,20,0,2,0,1,0,0,0),(241994,32820,0,1,1,0,0,-5816,-3455,311.46,4.143,600,20,0,2,0,1,0,0,0),(241993,32820,0,1,1,0,0,1992.71,1626.04,79.6506,1.53227,600,20,0,2,0,1,0,0,0),(241992,32820,0,1,1,0,0,1744.62,1564.06,115.271,4.91857,600,20,0,2,0,1,0,0,0),(241991,32820,0,1,1,0,0,1989.34,1614.82,82.0564,3.55892,600,20,0,2,0,1,0,0,0),(241990,32820,0,1,1,0,0,1961.67,1604,83.4338,1.92067,600,20,0,2,0,1,0,0,0),(241989,32820,0,1,1,0,0,1985.09,1674.03,77.8688,2.46003,600,20,0,2,0,1,0,0,0),(241988,32820,0,1,1,0,0,1965.75,1611.9,83.5143,4.57629,600,20,0,2,0,1,0,0,0),(241987,32820,0,1,1,0,0,1964.83,1611.97,88.1991,5.10508,600,20,0,2,0,1,0,0,0),(241986,32820,0,1,1,0,0,1998.98,1702.84,79.2207,4.83678,600,20,0,2,0,1,0,0,0),(241985,32820,0,1,1,0,0,1969.51,1611.49,88.1993,1.55372,600,20,0,2,0,1,0,0,0),(241984,32820,0,1,1,0,0,1958.78,1605.91,88.1813,3.39428,600,20,0,2,0,1,0,0,0),(241983,32820,0,1,1,0,0,1964.36,1596.41,88.1966,6.16458,600,20,0,2,0,1,0,0,0),(241982,32820,0,1,1,0,0,1957.45,1559.31,86.7158,3.11913,600,20,0,2,0,1,0,0,0),(241981,32820,0,1,1,0,0,1951.47,1608.03,83.4339,0.90738,600,20,0,2,0,1,0,0,0),(241980,32820,0,1,1,0,0,1923.72,1546.34,87.5938,5.72714,600,20,0,2,0,1,0,0,0),(241979,32820,0,1,1,0,0,1871.81,1511.04,88.1731,1.4094,600,20,0,2,0,1,0,0,0),(241978,32820,0,1,1,0,0,1947.43,1559.7,87.6517,5.05464,600,20,0,2,0,1,0,0,0),(241977,32820,0,1,1,0,0,-6160,325.568,399.968,1.928,600,20,0,2,0,1,0,0,0),(241976,32820,0,1,1,0,0,1909.7,1514.67,87.3891,4.62487,600,20,0,2,0,1,0,0,0),(241975,32820,0,1,1,0,0,1939.86,1574.08,82.4603,2.76817,600,20,0,2,0,1,0,0,0),(241974,32820,0,1,1,0,0,1939.89,1545.48,90.165,1.22525,600,20,0,2,0,1,0,0,0),(241973,32820,0,1,1,0,0,1901.5,1507.09,89.1851,0.850343,600,20,0,2,0,1,0,0,0),(241972,32820,0,1,1,0,0,-6439,-1115,312.16,3.172,600,20,0,2,0,1,0,0,0),(241971,32820,0,1,1,0,0,-6807,-2289,280.753,2.587,600,20,0,2,0,1,0,0,0),(241970,32820,0,1,1,0,0,-7501,-2145,146.088,0.955,600,20,0,2,0,1,0,0,0),(241969,32820,0,1,1,0,0,-8150,-540,200.85,1.866,600,20,0,2,0,1,0,0,0),(241968,32820,0,1,1,0,0,-8159,-597,199.913,2.554,600,20,0,2,0,1,0,0,0),(241967,32820,0,1,1,0,0,-8177,-594,200.167,0.811,600,20,0,2,0,1,0,0,0),(241966,32820,0,1,1,0,0,-8184,-577,200.644,4.471,600,20,0,2,0,1,0,0,0),(241965,32820,0,1,1,0,0,-8205,-483,193.823,2.678,600,20,0,2,0,1,0,0,0),(241964,32820,0,1,1,0,0,-8208,-485,193.739,5.354,600,20,0,2,0,1,0,0,0),(241963,32820,0,1,1,0,0,-8217,-499,197.379,2.145,600,20,0,2,0,1,0,0,0),(241962,32820,0,1,1,0,0,-8368,542.082,91.797,2.27,600,20,0,2,0,1,0,0,0),(241960,32820,0,1,1,0,0,-8856.3,-252.666,81.1253,5.68549,600,20,0,2,0,1,0,0,0),(241961,32820,0,1,1,0,0,-8534,692.766,97.669,3.918,600,20,1,2,0,1,1,0,0),(241959,32820,0,1,1,0,0,-8887.99,-274.452,80.4154,4.88438,600,20,0,2,0,1,0,0,0),(241958,32820,0,1,1,0,0,-8544,502.641,98.552,5.48,600,20,0,2,0,1,0,0,0),(241957,32820,0,1,1,0,0,-8635.73,-111.035,86.8433,3.64311,600,20,0,2,0,1,0,0,0),(241956,32820,0,1,1,0,0,-8563.16,-203.576,84.3093,4.568,600,20,0,2,0,1,0,0,0),(241955,32820,0,1,1,0,0,-8644.95,-115.942,88.0407,3.95727,600,20,0,2,0,1,0,0,0),(241954,32820,0,1,1,0,0,-8583.03,-173.171,90.9283,1.62904,600,20,0,2,0,1,0,0,0),(241953,32820,0,1,1,0,0,-8533.56,-195.278,83.5968,1.74214,600,20,0,2,0,1,0,0,0),(241952,32820,0,1,1,0,0,-8551.88,-202.872,85.526,5.97622,600,20,0,2,0,1,0,0,0),(241951,32820,0,1,1,0,0,-8613,778.144,97.243,3.864,600,20,0,2,0,1,0,0,0),(241950,32820,0,1,1,0,0,-8565.04,-218.299,85.4327,0.399106,600,20,0,2,0,1,0,0,0),(241949,32820,0,1,1,0,0,-8618,784.698,97.252,3.766,600,20,0,2,0,1,0,0,0),(241947,32820,0,1,1,0,0,-8539.24,-174.348,85.1864,2.13876,600,20,0,2,0,1,0,0,0),(241948,32820,0,1,1,0,0,-8623,848.741,96.721,2.331,600,20,1,2,0,1,1,0,0),(241946,32820,0,1,1,0,0,-8545.58,-159.898,87.1807,1.5772,600,20,0,2,0,1,0,0,0),(241945,32820,0,1,1,0,0,-8561.69,-148.63,88.3487,3.41111,600,20,0,2,0,1,0,0,0),(241943,32820,0,1,1,0,0,-8556,-217.474,84.981,2.05473,600,20,0,2,0,1,0,0,0),(241944,32820,0,1,1,0,0,-8644,801.707,96.67,2.527,600,20,1,2,0,1,1,0,0),(241942,32820,0,1,1,0,0,-8586.41,-147.882,89.9644,2.233,600,20,0,2,0,1,0,0,0),(241941,32820,0,1,1,0,0,-8675,869.995,97.016,2.455,600,20,0,2,0,1,0,0,0),(241940,32820,0,1,1,0,0,-8676,638.406,96.969,2.26,600,20,0,2,0,1,0,0,0),(241939,32820,0,1,1,0,0,-8676,-203,94.627,4.422,600,20,0,2,0,1,0,0,0),(241938,32820,0,1,1,0,0,-8679,635.687,96.969,2.217,600,20,0,2,0,1,0,0,0),(241937,32820,0,1,1,0,0,-8680,-191,91.409,6.181,600,20,0,2,0,1,0,0,0),(241936,32820,0,1,1,0,0,-8682,-100,89.536,2.684,600,20,0,2,0,1,0,0,0),(241935,32820,0,1,1,0,0,-8684,575.301,97.054,3.805,600,20,0,2,0,1,0,0,0),(241934,32820,0,1,1,0,0,-8685,-185,91.246,0.43,600,20,0,2,0,1,0,0,0),(241933,32820,0,1,1,0,0,-8691,-122,88.343,2.098,600,20,0,2,0,1,0,0,0),(241932,32820,0,1,1,0,0,-8698,-74,89.932,0.1,600,20,0,2,0,1,0,0,0),(241931,32820,0,1,1,0,0,-8708,-188,99.205,5.373,600,20,0,2,0,1,0,0,0),(241930,32820,0,1,1,0,0,-8710,-80,90.094,0.1,600,20,0,2,0,1,0,0,0),(241929,32820,0,1,1,0,0,-8714,348.185,101.019,2.83,600,20,0,2,0,1,0,0,0),(241928,32820,0,1,1,0,0,-8717,923.309,100.879,2.292,600,20,0,2,0,1,0,0,0),(241927,32820,0,1,1,0,0,-8717,-105,87.423,3.695,600,20,0,2,0,1,0,0,0),(241926,32820,0,1,1,0,0,-8723,-208,89.648,3.229,600,20,0,2,0,1,0,0,0),(241925,32820,0,1,1,0,0,-8724,-139,86.919,4.184,600,20,0,2,0,1,0,0,0),(241924,32820,0,1,1,0,0,-8600.26,-139.186,87.808,3.4111,600,20,0,2,0,1,0,0,0),(241923,32820,0,1,1,0,0,-8728,375.537,101.265,3.352,600,20,0,2,0,1,0,0,0),(241922,32820,0,1,1,0,0,-8735,-103,87.046,3.142,600,20,0,2,0,1,0,0,0),(241921,32820,0,1,1,0,0,-8737,-58,91.341,2.596,600,20,0,2,0,1,0,0,0),(241920,32820,0,1,1,0,0,-8741,-97,89.23,2.363,600,20,0,2,0,1,0,0,0),(241919,32820,0,1,1,0,0,-8741,-192,86.09,0.947,600,20,0,2,0,1,0,0,0),(241918,32820,0,1,1,0,0,-8742,-163,84.981,0.1,600,20,0,2,0,1,0,0,0),(241917,32820,0,1,1,0,0,-8743,-120,85.732,1.077,600,20,0,2,0,1,0,0,0),(241916,32820,0,1,1,0,0,-8744,-177,85.559,3.142,600,20,0,2,0,1,0,0,0),(241915,32820,0,1,1,0,0,-8753,-203,86.316,0.1,600,20,0,2,0,1,0,0,0),(241914,32820,0,1,1,0,0,-8755,-129,83.029,2.396,600,20,0,2,0,1,0,0,0),(241913,32820,0,1,1,0,0,-8756,-89,91.77,2.771,600,20,0,2,0,1,0,0,0),(241912,32820,0,1,1,0,0,-8756,-186,84.99,4.422,600,20,0,2,0,1,0,0,0),(241911,32820,0,1,1,0,0,-8762,-144,81.933,3.59,600,20,0,2,0,1,0,0,0),(241910,32820,0,1,1,0,0,-8763,-158,82.828,3.142,600,20,0,2,0,1,0,0,0),(241909,32820,0,1,1,0,0,-8760.53,-109.372,85.435,3.84574,600,20,0,2,0,1,0,0,0),(241908,32820,0,1,1,0,0,-8765,607.706,96.892,3.959,600,20,0,2,0,1,0,0,0),(241907,32820,0,1,1,0,0,-8765,-183,84.088,0.1,600,20,0,2,0,1,0,0,0),(241906,32820,0,1,1,0,0,-8765,-193,85.266,3.142,600,20,0,2,0,1,0,0,0),(241905,32820,0,1,1,0,0,-8765,-232,85.305,5.685,600,20,0,2,0,1,0,0,0),(241904,32820,0,1,1,0,0,-8768,-76,90.689,2.175,600,20,0,2,0,1,0,0,0),(241903,32820,0,1,1,0,0,-8769,-272,78.433,0,600,20,0,2,0,1,0,0,0),(241902,32820,0,1,1,0,0,-8769,-286,77.486,3.298,600,20,0,2,0,1,0,0,0),(241901,32820,0,1,1,0,0,-8770,-102,87.125,5.647,600,20,0,2,0,1,0,0,0),(241900,32820,0,1,1,0,0,-8770,-118,83.495,0,600,20,0,2,0,1,0,0,0),(241899,32820,0,1,1,0,0,-8770,-158,81.992,4.023,600,20,0,2,0,1,0,0,0),(241898,32820,0,1,1,0,0,-8772,-151,81.32,0.721,600,20,0,2,0,1,0,0,0),(241897,32820,0,1,1,0,0,-8773,-127,83.395,3.134,600,20,0,2,0,1,0,0,0),(241896,32820,0,1,1,0,0,-8779,-171,82.004,0.97,600,20,0,2,0,1,0,0,0),(241895,32820,0,1,1,0,0,-8779,-250,82.702,2.752,600,20,0,2,0,1,0,0,0),(241894,32820,0,1,1,0,0,-8780,-59,92.094,0.066,600,20,0,2,0,1,0,0,0),(241893,32820,0,1,1,0,0,-8782,-203,84.005,0.1,600,20,0,2,0,1,0,0,0),(241892,32820,0,1,1,0,0,-8785,-278,78.736,0.996,600,20,0,2,0,1,0,0,0),(241891,32820,0,1,1,0,0,-8787,-252,82.661,2.234,600,20,0,2,0,1,0,0,0),(241890,32820,0,1,1,0,0,-8787,-935,74.019,3.324,600,20,0,2,0,1,0,0,0),(241889,32820,0,1,1,0,0,-8790,-121,82.98,2.568,600,20,0,2,0,1,0,0,0),(241888,32820,0,1,1,0,0,-8790,-124,82.994,4.28319,600,20,0,2,0,1,0,0,0),(241887,32820,0,1,1,0,0,-8791,-129,82.513,4.16,600,20,0,2,0,1,0,0,0),(241886,32820,0,1,1,0,0,-8795,-108,83.073,1.504,600,20,0,2,0,1,0,0,0),(241885,32820,0,1,1,0,0,-8796,-211,82.807,2.339,600,20,0,2,0,1,0,0,0),(241884,32820,0,1,1,0,0,-8797,-173,81.655,0,600,20,0,2,0,1,0,0,0),(241883,32820,0,1,1,0,0,-8798,-99,83.259,2.092,600,20,0,2,0,1,0,0,0),(241882,32820,0,1,1,0,0,-8799,865.216,98.958,2.381,600,20,0,2,0,1,0,0,0),(241881,32820,0,1,1,0,0,-8799,-1097,76.21,1.408,600,20,0,2,0,1,0,0,0),(241880,32820,0,1,1,0,0,-8803,862.081,98.887,2.161,600,20,0,2,0,1,0,0,0),(241879,32820,0,1,1,0,0,-8803,-81,86.374,3.092,600,20,0,2,0,1,0,0,0),(241878,32820,0,1,1,0,0,-8808,623.519,94.485,2.347,600,20,0,2,0,1,0,0,0),(241877,32820,0,1,1,0,0,-8808,-96,83.649,5.901,600,20,0,2,0,1,0,0,0),(241876,32820,0,1,1,0,0,-8809,-61,91.362,0.557,600,20,0,2,0,1,0,0,0),(241875,32820,0,1,1,0,0,-8809,-213,81.973,0.1,600,20,0,2,0,1,0,0,0),(241874,32820,0,1,1,0,0,-8811,-244,82.142,2.682,600,20,0,2,0,1,0,0,0),(241873,32820,0,1,1,0,0,-8811,-1017,75.755,4.581,600,20,0,2,0,1,0,0,0),(241872,32820,0,1,1,0,0,-8812,-169,81.309,5.209,600,20,0,2,0,1,0,0,0),(241871,32820,0,1,1,0,0,-8813,803.688,98.623,3.761,600,20,0,2,0,1,0,0,0),(241870,32820,0,1,1,0,0,-8817,810.273,99.022,3.975,600,20,0,2,0,1,0,0,0),(241869,32820,0,1,1,0,0,-8818,97.723,164.66,4.413,600,20,0,2,0,1,0,0,0),(241868,32820,0,1,1,0,0,-8821,-122,80.865,3.5,600,20,0,2,0,1,0,0,0),(241867,32820,0,1,1,0,0,-8821,-843,74.501,2.856,600,20,0,2,0,1,0,0,0),(241866,32820,0,1,1,0,0,-8824,-142,80.839,5.912,600,20,0,2,0,1,0,0,0),(241864,32820,0,1,1,0,0,-8827,904.341,98.139,4.034,600,20,0,2,0,1,0,0,0),(241865,32820,0,1,1,0,0,-8825,613.922,94.463,0.89,600,20,1,2,0,1,1,0,0),(241863,32820,0,1,1,0,0,-8828,-867,74.593,3.229,600,20,0,2,0,1,0,0,0),(241861,32820,0,1,1,0,0,-8834,-881,74.428,2.025,600,20,0,2,0,1,0,0,0),(241862,32820,0,1,1,0,0,-8833,542.104,96.942,2.753,600,20,1,2,0,1,1,0,0),(241860,32820,0,1,1,0,0,-8835,723.541,97.881,1.986,600,20,0,2,0,1,0,0,0),(241859,32820,0,1,1,0,0,-8835,-61,86.624,0.924,600,20,0,2,0,1,0,0,0),(241858,32820,0,1,1,0,0,-8837,-999,74.077,6.018,600,20,0,2,0,1,0,0,0),(241857,32820,0,1,1,0,0,-8838,-854,74.684,0.639,600,20,0,2,0,1,0,0,0),(241856,32820,0,1,1,0,0,-8843,-981,74.577,1.568,600,20,0,2,0,1,0,0,0),(241855,32820,0,1,1,0,0,-8844,-1125,76.107,5.95,600,20,0,2,0,1,0,0,0),(241854,32820,0,1,1,0,0,-8848,-105,81.92,3.975,600,20,0,2,0,1,0,0,0),(241853,32820,0,1,1,0,0,-8848,-812,70.712,4.206,600,20,0,2,0,1,0,0,0),(241852,32820,0,1,1,0,0,-8849,-918,76.015,2.365,600,20,0,2,0,1,0,0,0),(241851,32820,0,1,1,0,0,-8850,-287,78.741,0,600,20,0,2,0,1,0,0,0),(241850,32820,0,1,1,0,0,-8851,-188,89.313,2.37,600,20,0,2,0,1,0,0,0),(241849,32820,0,1,1,0,0,-8851,-223,81.562,4.969,600,20,0,2,0,1,0,0,0),(241848,32820,0,1,1,0,0,-8851,-919,75.995,1.985,600,20,0,2,0,1,0,0,0),(241847,32820,0,1,1,0,0,-8853,-776,70.516,5.55,600,20,0,2,0,1,0,0,0),(241846,32820,0,1,1,0,0,-8853,-835,73.025,1.413,600,20,0,2,0,1,0,0,0),(241845,32820,0,1,1,0,0,-8854,541.299,105.898,4.976,600,20,0,2,0,1,0,0,0),(241844,32820,0,1,1,0,0,-8854,-192,81.933,3.32,600,20,0,2,0,1,0,0,0),(241843,32820,0,1,1,0,0,-8854,-823,71.878,4.805,600,20,0,2,0,1,0,0,0),(241842,32820,0,1,1,0,0,-8854,-938,76.242,4.371,600,20,0,2,0,1,0,0,0),(241841,32820,0,1,1,0,0,-8855,-1139,76.615,1.998,600,20,0,2,0,1,0,0,0),(241840,32820,0,1,1,0,0,-8856,-81,84.245,0.97,600,20,0,2,0,1,0,0,0),(241839,32820,0,1,1,0,0,-8857,937.947,102.143,0.53,600,20,0,2,0,1,0,0,0),(241838,32820,0,1,1,0,0,-8860,-813,70.458,0.663,600,20,0,2,0,1,0,0,0),(241837,32820,0,1,1,0,0,-8865,762.931,96.889,2.191,600,20,0,2,0,1,0,0,0),(241836,32820,0,1,1,0,0,-8865,-217,80.956,4.368,600,20,0,2,0,1,0,0,0),(241835,32820,0,1,1,0,0,-8842.51,-270.136,81.1989,1.18472,600,20,0,2,0,1,0,0,0),(241834,32820,0,1,1,0,0,-8869,-374,71.815,5.453,600,20,0,2,0,1,0,0,0),(241833,32820,0,1,1,0,0,-8874,-78,83.112,5.152,600,20,0,2,0,1,0,0,0),(241832,32820,0,1,1,0,0,-8874,-923,75.937,2.913,600,20,0,2,0,1,0,0,0),(241831,32820,0,1,1,0,0,-8875,13.938,92.975,1.121,600,20,0,2,0,1,0,0,0),(241830,32820,0,1,1,0,0,-8876,-186,81.938,1.482,600,20,0,2,0,1,0,0,0),(241829,32820,0,1,1,0,0,-8877,-1083,74.682,1.344,600,20,0,2,0,1,0,0,0),(241828,32820,0,1,1,0,0,-8877,-1107,75.2,1.914,600,20,0,2,0,1,0,0,0),(241827,32820,0,1,1,0,0,-8879,-955,75.224,6.101,600,20,0,2,0,1,0,0,0),(241826,32820,0,1,1,0,0,-8882,6.896,93.946,0.412,600,20,0,2,0,1,0,0,0),(241825,32820,0,1,1,0,0,-8883,-33,88.557,5.21,600,20,0,2,0,1,0,0,0),(241824,32820,0,1,1,0,0,-8883,-60,85.681,5.152,600,20,0,2,0,1,0,0,0),(241823,32820,0,1,1,0,0,-8885,752.073,96.195,5.432,600,20,0,2,0,1,0,0,0),(241822,32820,0,1,1,0,0,-8885,6.25,94.517,4.712,600,20,0,2,0,1,0,0,0),(241821,32820,0,1,1,0,0,-8886,-1023,72.819,4.919,600,20,0,2,0,1,0,0,0),(241820,32820,0,1,1,0,0,-8887,635.868,99.606,0.765,600,20,0,2,0,1,0,0,0),(241819,32820,0,1,1,0,0,-8887,-779,69.713,0.855,600,20,0,2,0,1,0,0,0),(241818,32820,0,1,1,0,0,-8888,566.202,92.534,2.234,600,20,0,2,0,1,0,0,0),(241817,32820,0,1,1,0,0,-8889,-393,67.44,2.896,600,20,0,2,0,1,0,0,0),(241816,32820,0,1,1,0,0,-8889,-755,69.426,1.799,600,20,0,2,0,1,0,0,0),(241815,32820,0,1,1,0,0,-8890,639.99,99.522,0.474,600,20,0,2,0,1,0,0,0),(241814,32820,0,1,1,0,0,-8890,-919,75.5,2.696,600,20,0,2,0,1,0,0,0),(241813,32820,0,1,1,0,0,-8892,-47,86.954,4.215,600,20,0,2,0,1,0,0,0),(241812,32820,0,1,1,0,0,-8893,-1205,76.779,4.969,600,20,0,2,0,1,0,0,0),(241811,32820,0,1,1,0,0,-8895,575.431,92.564,5.253,600,20,0,2,0,1,0,0,0),(241810,32820,0,1,1,0,0,-8896,-769,69.566,5.637,600,20,0,2,0,1,0,0,0),(241809,32820,0,1,1,0,0,-8897.47,-115.457,81.838,3.76358,600,20,0,2,0,1,0,0,0),(241808,32820,0,1,1,0,0,-8898,-19,92.553,1.283,600,20,0,2,0,1,0,0,0),(241807,32820,0,1,1,0,0,-8898,-120,82.016,3.315,600,20,0,2,0,1,0,0,0),(241806,32820,0,1,1,0,0,-8901,-80,84.384,0.1,600,20,0,2,0,1,0,0,0),(241805,32820,0,1,1,0,0,-8901,-362,71.707,5.729,600,20,0,2,0,1,0,0,0),(241804,32820,0,1,1,0,0,-8901.56,-112.697,81.8482,3.18871,600,20,0,2,0,1,0,0,0),(241803,32820,0,1,1,0,0,-8902,-182,113.24,0.873,600,20,0,2,0,1,0,0,0),(241802,32820,0,1,1,0,0,-8903,-163,82.022,2.042,600,20,0,2,0,1,0,0,0),(241801,32820,0,1,1,0,0,-8903,-286,77.597,3.899,600,20,0,2,0,1,0,0,0),(241800,32820,0,1,1,0,0,-8904,792.487,87.501,2.376,600,20,0,2,0,1,0,0,0),(241799,32820,0,1,1,0,0,-8906,-891,73.501,3.254,600,20,0,2,0,1,0,0,0),(241798,32820,0,1,1,0,0,-8908.13,-108.89,81.8481,4.28817,600,20,0,2,0,1,0,0,0),(241797,32820,0,1,1,0,0,-8910,-105,81.848,4.411,600,20,0,2,0,1,0,0,0),(241796,32820,0,1,1,0,0,-8910,-262,79.214,4.587,600,20,0,2,0,1,0,0,0),(241795,32820,0,1,1,0,0,-8910,-278,78.267,4.534,600,20,0,2,0,1,0,0,0),(241794,32820,0,1,1,0,0,-8914,-810,68.928,3.611,600,20,0,2,0,1,0,0,0),(241793,32820,0,1,1,0,0,-8915,-215,82.3,1.204,600,20,0,2,0,1,0,0,0),(241792,32820,0,1,1,0,0,-8915,-438,69.636,1.035,600,20,0,2,0,1,0,0,0),(241791,32820,0,1,1,0,0,-8917,-36,91.844,0.749,600,20,0,2,0,1,0,0,0),(241790,32820,0,1,1,0,0,-8918,-208,82.309,6.282,600,20,0,2,0,1,0,0,0),(241789,32820,0,1,1,0,0,-8918,-403,67.755,0.63,600,20,0,2,0,1,0,0,0),(241788,32820,0,1,1,0,0,-8921,-1201,74.587,3.28319,600,20,0,2,0,1,0,0,0),(241787,32820,0,1,1,0,0,-8947.97,-182.604,79.8355,5.84689,600,20,0,2,0,1,0,0,0),(241786,32820,0,1,1,0,0,-8924,-438,67.911,0.277,600,20,0,2,0,1,0,0,0),(241785,32820,0,1,1,0,0,-8927,-196,80.771,2.553,600,20,0,2,0,1,0,0,0),(241784,32820,0,1,1,0,0,-8928,-202,80.682,2.204,600,20,0,2,0,1,0,0,0),(241783,32820,0,1,1,0,0,-8929,-63,89.939,5.168,600,20,0,2,0,1,0,0,0),(241782,32820,0,1,1,0,0,-8929,-734,70.519,5.786,600,20,0,2,0,1,0,0,0),(241781,32820,0,1,1,0,0,-8931,78.547,154.017,5.008,600,20,0,2,0,1,0,0,0),(241780,32820,0,1,1,0,0,-8932.9,-136.332,83.1518,1.6083,600,20,0,2,0,1,0,0,0),(241779,32820,0,1,1,0,0,-8934,-167,80.842,5.977,600,20,0,2,0,1,0,0,0),(241778,32820,0,1,1,0,0,-8935,-52,90.24,0.223,600,20,0,2,0,1,0,0,0),(241777,32820,0,1,1,0,0,-8937,518.506,96.366,3.598,600,20,0,2,0,1,0,0,0),(241776,32820,0,1,1,0,0,-8937,-378,71.14,1.232,600,20,0,2,0,1,0,0,0),(241775,32820,0,1,1,0,0,-8948,-773,68.77,4.14,600,20,0,2,0,1,0,0,0),(241774,32820,0,1,1,0,0,-8949,-78,89.266,2.86,600,20,0,2,0,1,0,0,0),(241773,32820,0,1,1,0,0,-8951,-418,65.92,0.187,600,20,0,2,0,1,0,0,0),(241772,32820,0,1,1,0,0,-8951,-790,69.117,0.205,600,20,0,2,0,1,0,0,0),(241771,32820,0,1,1,0,0,-8952,536.444,96.367,4.248,600,20,0,2,0,1,0,0,0),(241770,32820,0,1,1,0,0,-8952,-404,68.705,3.014,600,20,0,2,0,1,0,0,0),(241769,32820,0,1,1,0,0,-8952,-1145,66.507,6.157,600,20,0,2,0,1,0,0,0),(241768,32820,0,1,1,0,0,-8955,-373,72.205,2.905,600,20,0,2,0,1,0,0,0),(241767,32820,0,1,1,0,0,-8956,-43,91.414,1.311,600,20,0,2,0,1,0,0,0),(241766,32820,0,1,1,0,0,-8959,-792,69.974,1.393,600,20,0,2,0,1,0,0,0),(241765,32820,0,1,1,0,0,-8960,-228,77.593,4.217,600,20,0,2,0,1,0,0,0),(241764,32820,0,1,1,0,0,-8960,-807,69.773,1.665,600,20,0,2,0,1,0,0,0),(241763,32820,0,1,1,0,0,-8961,-447,66.772,4.475,600,20,0,2,0,1,0,0,0),(241762,32820,0,1,1,0,0,-8962,-406,68.404,3.042,600,20,0,2,0,1,0,0,0),(241761,32820,0,1,1,0,0,-8967,-203,75.644,2.318,600,20,0,2,0,1,0,0,0),(241760,32820,0,1,1,0,0,-8971,-359,73.401,2.806,600,20,0,2,0,1,0,0,0),(241759,32820,0,1,1,0,0,-8974,-57,91.582,1.171,600,20,0,2,0,1,0,0,0),(241758,32820,0,1,1,0,0,-8978,-339,73.712,5.346,600,20,0,2,0,1,0,0,0),(241757,32820,0,1,1,0,0,-8980,-208,73.729,0.1,600,20,0,2,0,1,0,0,0),(241756,32820,0,1,1,0,0,-8984,-1170,65.087,2.688,600,20,0,2,0,1,0,0,0),(241755,32820,0,1,1,0,0,-8984,-1199,71.807,1.113,600,20,0,2,0,1,0,0,0),(241754,32820,0,1,1,0,0,-8987,-855,69.49,4.981,600,20,0,2,0,1,0,0,0),(241753,32820,0,1,1,0,0,-8989,-1174,65.43,1.623,600,20,0,2,0,1,0,0,0),(241752,32820,0,1,1,0,0,-8990,-771,73.386,5.568,600,20,0,2,0,1,0,0,0),(241751,32820,0,1,1,0,0,-8914.36,-134.589,80.4957,2.23039,600,20,0,2,0,1,0,0,0),(241750,32820,0,1,1,0,0,-8996,-818,69.715,2.023,600,20,0,2,0,1,0,0,0),(241749,32820,0,1,1,0,0,-9000,-414,69.884,3.921,600,20,0,2,0,1,0,0,0),(241748,32820,0,1,1,0,0,-9001,-404,71.292,6.259,600,20,0,2,0,1,0,0,0),(241747,32820,0,1,1,0,0,-9001,-826,69.884,2,600,20,0,2,0,1,0,0,0),(241746,32820,0,1,1,0,0,-9003,-148,80.381,0.1,600,20,0,2,0,1,0,0,0),(241745,32820,0,1,1,0,0,-9011,-867,69.49,1.788,600,20,0,2,0,1,0,0,0),(241744,32820,0,1,1,0,0,-9011,-1231,74.086,0.222,600,20,0,2,0,1,0,0,0),(241743,32820,0,1,1,0,0,-9012,-362,75.378,1.618,600,20,0,2,0,1,0,0,0),(241742,32820,0,1,1,0,0,-9012,-376,74.271,5.453,600,20,0,2,0,1,0,0,0),(241741,32820,0,1,1,0,0,-9012,-409,70.771,3.896,600,20,0,2,0,1,0,0,0),(241740,32820,0,1,1,0,0,-9012,-981,69.494,5.286,600,20,0,2,0,1,0,0,0),(241739,32820,0,1,1,0,0,-9013,-845,70.453,3.003,600,20,0,2,0,1,0,0,0),(241738,32820,0,1,1,0,0,-9016,-149,83.221,5.737,600,20,0,2,0,1,0,0,0),(241737,32820,0,1,1,0,0,-9029,-422,69.392,3.737,600,20,0,2,0,1,0,0,0),(241736,32820,0,1,1,0,0,-9031,10.083,87.884,4.486,600,20,0,2,0,1,0,0,0),(241735,32820,0,1,1,0,0,-9034,-368,75.484,4.205,600,20,0,2,0,1,0,0,0),(241734,32820,0,1,1,0,0,-9036,-265,73.556,5.196,600,20,0,2,0,1,0,0,0),(241733,32820,0,1,1,0,0,-9040,-607,53.241,1.478,600,20,0,2,0,1,0,0,0),(241732,32820,0,1,1,0,0,-9040,-1105,71.361,4.023,600,20,0,2,0,1,0,0,0),(241731,32820,0,1,1,0,0,-9041,-324,73.702,0.899,600,20,0,2,0,1,0,0,0),(241730,32820,0,1,1,0,0,-9044,-45,88.36,2.96,600,20,0,2,0,1,0,0,0),(241729,32820,0,1,1,0,0,-9045,-264,74.078,3.496,600,20,0,2,0,1,0,0,0),(241728,32820,0,1,1,0,0,-9045,-553,55.85,6.107,600,20,0,2,0,1,0,0,0),(241727,32820,0,1,1,0,0,-9052,-458,72.651,1.578,600,20,0,2,0,1,0,0,0),(241726,32820,0,1,1,0,0,-9052,-621,53.577,4.241,600,20,0,2,0,1,0,0,0),(241725,32820,0,1,1,0,0,-9053,-95,88.19,1.118,600,20,0,2,0,1,0,0,0),(241724,32820,0,1,1,0,0,-9056,152.629,115.116,3.159,600,20,0,2,0,1,0,0,0),(241723,32820,0,1,1,0,0,-9056,-459,72.524,1.373,600,20,0,2,0,1,0,0,0),(241722,32820,0,1,1,0,0,-9059,-458,72.486,1.305,600,20,0,2,0,1,0,0,0),(241721,32820,0,1,1,0,0,-9093.46,425.22,92.1354,4.12178,600,20,0,2,0,1,0,0,0),(241720,32820,0,1,1,0,0,-9060,148.566,115.222,1.606,600,20,0,2,0,1,0,0,0),(241719,32820,0,1,1,0,0,-9063,-39,87.959,4.575,600,20,0,2,0,1,0,0,0),(241718,32820,0,1,1,0,0,-9064,-48,88.244,1.519,600,20,0,2,0,1,0,0,0),(241717,32820,0,1,1,0,0,-9065,-312,73.452,2.842,600,20,0,2,0,1,0,0,0),(241716,32820,0,1,1,0,0,-9065,-547,58.235,1.246,600,20,0,2,0,1,0,0,0),(241715,32820,0,1,1,0,0,-9059.67,417.093,93.2961,2.26746,600,20,0,2,0,1,0,0,0),(241714,32820,0,1,1,0,0,-9072,-348,73.45,6.175,600,20,0,2,0,1,0,0,0),(241713,32820,0,1,1,0,0,-9076,-1218,66.36,3.293,600,20,0,2,0,1,0,0,0),(241712,32820,0,1,1,0,0,-9079.87,442.777,93.2956,5.26296,600,20,0,2,0,1,0,0,0),(241711,32820,0,1,1,0,0,-9079,-331,73.452,2.367,600,20,0,2,0,1,0,0,0),(241710,32820,0,1,1,0,0,-9079,-1050,72.226,1.654,600,20,0,2,0,1,0,0,0),(241709,32820,0,1,1,0,0,-9081,-180,74.765,4.778,600,20,0,2,0,1,0,0,0),(241708,32820,0,1,1,0,0,-9085,-281,73.99,4.262,600,20,0,2,0,1,0,0,0),(241707,32820,0,1,1,0,0,-9085,-556,60.266,5.407,600,20,0,2,0,1,0,0,0),(241706,32820,0,1,1,0,0,-9085,-577,62.104,1.69,600,20,0,2,0,1,0,0,0),(241705,32820,0,1,1,0,0,-9087,-31,89.033,2.37,600,20,0,2,0,1,0,0,0),(241704,32820,0,1,1,0,0,-9087,-242,74.122,2.901,600,20,0,2,0,1,0,0,0),(241703,32820,0,1,1,0,0,-9090,-417,74.617,0.975,600,20,0,2,0,1,0,0,0),(241702,32820,0,1,1,0,0,-9091,-23,90.156,3.576,600,20,0,2,0,1,0,0,0),(241701,32820,0,1,1,0,0,-9092,-238,74.343,0.921,600,20,0,2,0,1,0,0,0),(241700,32820,0,1,1,0,0,-9092,-951,68.852,6.09,600,20,0,2,0,1,0,0,0),(241699,32820,0,1,1,0,0,-9095,-12,91.408,3.817,600,20,0,2,0,1,0,0,0),(241698,32820,0,1,1,0,0,-9098,-1101,73.715,2.16,600,20,0,2,0,1,0,0,0),(241697,32820,0,1,1,0,0,-9100,-564,61.503,5.695,600,20,0,2,0,1,0,0,0),(241696,32820,0,1,1,0,0,-9107,-1217,65.194,0.54,600,20,0,2,0,1,0,0,0),(241695,32820,0,1,1,0,0,-9110,-257,75.005,1.177,600,20,0,2,0,1,0,0,0),(241694,32820,0,1,1,0,0,-9118,-1017,72.287,0.898,600,20,0,2,0,1,0,0,0),(241693,32820,0,1,1,0,0,-9118,-1080,72.304,2.059,600,20,0,2,0,1,0,0,0),(241692,32820,0,1,1,0,0,-9121,-355,73.511,0.882,600,20,0,2,0,1,0,0,0),(241691,32820,0,1,1,0,0,-9121,-386,73.345,0.785,600,20,0,2,0,1,0,0,0),(241690,32820,0,1,1,0,0,-9122,-300,73.442,5.435,600,20,0,2,0,1,0,0,0),(241689,32820,0,1,1,0,0,-9130,-984,76.181,2.059,600,20,0,2,0,1,0,0,0),(241688,32820,0,1,1,0,0,-9132,-596,57.446,4.187,600,20,0,2,0,1,0,0,0),(241687,32820,0,1,1,0,0,-9135,-818,70.427,2.753,600,20,0,2,0,1,0,0,0),(241686,32820,0,1,1,0,0,-9136,-1148,70.616,4.383,600,20,0,2,0,1,0,0,0),(241685,32820,0,1,1,0,0,-9144,-1065,71.558,1.585,600,20,0,2,0,1,0,0,0),(241684,32820,0,1,1,0,0,-9150,-1243,74.013,1.412,600,20,0,2,0,1,0,0,0),(241683,32820,0,1,1,0,0,-9154,-962,71.24,4.629,600,20,0,2,0,1,0,0,0),(241682,32820,0,1,1,0,0,-9155,-1277,77.293,4.105,600,20,0,2,0,1,0,0,0),(241681,32820,0,1,1,0,0,-9159,15.513,78.548,0.996,600,20,0,2,0,1,0,0,0),(241680,32820,0,1,1,0,0,-9159,-591,59.162,2.716,600,20,0,2,0,1,0,0,0),(241679,32820,0,1,1,0,0,-9162,84.631,77.076,1.632,600,20,0,2,0,1,0,0,0),(241678,32820,0,1,1,0,0,-9163,86.072,76.823,4.657,600,20,0,2,0,1,0,0,0),(241677,32820,0,1,1,0,0,-9164.27,16.4855,78.7518,2.443,600,20,0,2,0,1,0,0,0),(241676,32820,0,1,1,0,0,-9172,-1251,75.127,2.195,600,20,0,2,0,1,0,0,0),(241675,32820,0,1,1,0,0,-9172,-1262,76.002,4.264,600,20,0,2,0,1,0,0,0),(241673,32820,0,1,1,0,0,-9175,44.244,78.296,5.373,600,20,0,2,0,1,0,0,0),(241674,32820,0,1,1,0,0,-9173.18,317.426,80.4488,0.5183,600,20,1,2,0,1,1,0,0),(241672,32820,0,1,1,0,0,-9175,-1125,71.073,4.476,600,20,0,2,0,1,0,0,0),(241671,32820,0,1,1,0,0,-9176,0.704,80.476,5.794,600,20,0,2,0,1,0,0,0),(241670,32820,0,1,1,0,0,-9177,418.347,91.326,0.86,600,20,0,2,0,1,0,0,0),(241669,32820,0,1,1,0,0,-9182,412.594,89.109,1.428,600,20,0,2,0,1,0,0,0),(241668,32820,0,1,1,0,0,-9185,117.698,74.854,4.701,600,20,0,2,0,1,0,0,0),(241667,32820,0,1,1,0,0,-9185,-643,65.545,5.197,600,20,0,2,0,1,0,0,0),(241666,32820,0,1,1,0,0,-9189,-2301,90.541,3.807,600,20,0,2,0,1,0,0,0),(241665,32820,0,1,1,0,0,-9190,356.967,76.234,5.988,600,20,0,2,0,1,0,0,0),(241664,32820,0,1,1,0,0,-9195,-1003,70.54,3.322,600,20,0,2,0,1,0,0,0),(241663,32820,0,1,1,0,0,-9195,-1215,68.435,1.082,600,20,0,2,0,1,0,0,0),(241662,32820,0,1,1,0,0,-9196,-846,70.045,2.073,600,20,0,2,0,1,0,0,0),(241661,32820,0,1,1,0,0,-9196,-1113,71.647,4.988,600,20,0,2,0,1,0,0,0),(241660,32820,0,1,1,0,0,-9199,63.807,77.537,3.797,600,20,0,2,0,1,0,0,0),(241658,32820,0,1,1,0,0,-9203,419.836,89.486,4.915,600,20,0,2,0,1,0,0,0),(241659,32820,0,1,1,0,0,-9202.86,204.19,71.1686,3.47368,600,20,1,2,0,1,1,0,0),(241657,32820,0,1,1,0,0,-9208,31.073,74.841,2.235,600,20,0,2,0,1,0,0,0),(241656,32820,0,1,1,0,0,-9209,414.569,88.298,3.841,600,20,0,2,0,1,0,0,0),(241655,32820,0,1,1,0,0,-9210,54.903,76.405,4.504,600,20,0,2,0,1,0,0,0),(241654,32820,0,1,1,0,0,-9211,243.926,72.691,0.525,600,20,0,2,0,1,0,0,0),(241653,32820,0,1,1,0,0,-9211,146.711,72.205,4.103,600,20,0,2,0,1,0,0,0),(241652,32820,0,1,1,0,0,-9213,426.235,88.855,0.441,600,20,0,2,0,1,0,0,0),(241651,32820,0,1,1,0,0,-9213,302.359,74.24,2.633,600,20,0,2,0,1,0,0,0),(241650,32820,0,1,1,0,0,-9214,-48,74.123,1.782,600,20,0,2,0,1,0,0,0),(241649,32820,0,1,1,0,0,-9215,-39,75.276,0.921,600,20,0,2,0,1,0,0,0),(241648,32820,0,1,1,0,0,-9217,427.754,89.692,0.175,600,20,0,2,0,1,0,0,0),(241647,32820,0,1,1,0,0,-9218,-1229,72.683,1.85,600,20,0,2,0,1,0,0,0),(241646,32820,0,1,1,0,0,-9219,-1243,76.007,3.363,600,20,0,2,0,1,0,0,0),(241645,32820,0,1,1,0,0,-9221,52.523,75.601,0,600,20,0,2,0,1,0,0,0),(241644,32820,0,1,1,0,0,-9222,54.203,75.669,1.742,600,20,0,2,0,1,0,0,0),(241643,32820,0,1,1,0,0,-9223,-630,61.972,5.414,600,20,0,2,0,1,0,0,0),(241642,32820,0,1,1,0,0,-9224,-40,73.401,4.839,600,20,0,2,0,1,0,0,0),(241641,32820,0,1,1,0,0,-9224,-50,73.483,5.111,600,20,0,2,0,1,0,0,0),(241640,32820,0,1,1,0,0,-9225,9.06,76.471,3.721,600,20,0,2,0,1,0,0,0),(241639,32820,0,1,1,0,0,-9225,-62,74.978,3.717,600,20,0,2,0,1,0,0,0),(241638,32820,0,1,1,0,0,-9226,-1031,69.881,4.234,600,20,0,2,0,1,0,0,0),(241637,32820,0,1,1,0,0,-9228,-70,74.946,2.101,600,20,0,2,0,1,0,0,0),(241636,32820,0,1,1,0,0,-9229,67.144,75.609,5.941,600,20,0,2,0,1,0,0,0),(241635,32820,0,1,1,0,0,-9230,46.47,74.578,2.233,600,20,0,2,0,1,0,0,0),(241633,32820,0,1,1,0,0,-9232,361.053,73.698,0,600,20,0,2,0,1,0,0,0),(241634,32820,0,1,1,0,0,-9230,-1199,67.716,1.134,600,20,0,2,0,1,0,0,0),(241632,32820,0,1,1,0,0,-9234,265.97,72.531,2.269,600,20,0,2,0,1,0,0,0),(241631,32820,0,1,1,0,0,-9236,-67,73.709,4.015,600,20,0,2,0,1,0,0,0),(241630,32820,0,1,1,0,0,-9236,-1226,72.69,0.837,600,20,0,2,0,1,0,0,0),(241629,32820,0,1,1,0,0,-9238,244.909,71.441,3.295,600,20,0,2,0,1,0,0,0),(241628,32820,0,1,1,0,0,-9239,-40,71.632,3.505,600,20,0,2,0,1,0,0,0),(241627,32820,0,1,1,0,0,-9242,-1161,63.476,1.693,600,20,0,2,0,1,0,0,0),(241626,32820,0,1,1,0,0,-9244,238.294,71.189,2.089,600,20,0,2,0,1,0,0,0),(241625,32820,0,1,1,0,0,-9244,-2261,63.933,4.036,600,20,0,2,0,1,0,0,0),(241624,32820,0,1,1,0,0,-9245,275.584,72.016,2.785,600,20,0,2,0,1,0,0,0),(241623,32820,0,1,1,0,0,-9245,48.974,73.712,1.003,600,20,0,2,0,1,0,0,0),(241622,32820,0,1,1,0,0,-9245,-713,63.039,1.92,600,20,0,2,0,1,0,0,0),(241621,32820,0,1,1,0,0,-9246,52.701,73.837,2.13,600,20,0,2,0,1,0,0,0),(241620,32820,0,1,1,0,0,-9246,-853,69.761,0.044,600,20,0,2,0,1,0,0,0),(241619,32820,0,1,1,0,0,-9247,-577,66.772,4.605,600,20,0,2,0,1,0,0,0),(241618,32820,0,1,1,0,0,-9249,382.408,80.118,4.058,600,20,0,2,0,1,0,0,0),(241617,32820,0,1,1,0,0,-9250,131.177,70.459,5.234,600,20,0,2,0,1,0,0,0),(241616,32820,0,1,1,0,0,-9250,126.236,71.395,3.382,600,20,0,2,0,1,0,0,0),(241615,32820,0,1,1,0,0,-9252,451.583,87.269,1.573,600,20,0,2,0,1,0,0,0),(241614,32820,0,1,1,0,0,-9252,-1241,74.04,2.156,600,20,0,2,0,1,0,0,0),(241613,32820,0,1,1,0,0,-9253,437.779,85.565,2.492,600,20,0,2,0,1,0,0,0),(241612,32820,0,1,1,0,0,-9253,368.858,77.524,1.918,600,20,0,2,0,1,0,0,0),(241611,32820,0,1,1,0,0,-9254,129.862,70.735,1.889,600,20,0,2,0,1,0,0,0),(241610,32820,0,1,1,0,0,-9254,-574,66.763,5.249,600,20,0,2,0,1,0,0,0),(241609,32820,0,1,1,0,0,-9255,-1242,73.934,4.28319,600,20,0,2,0,1,0,0,0),(241608,32820,0,1,1,0,0,-9256,-708,63.098,0.942,600,20,0,2,0,1,0,0,0),(241607,32820,0,1,1,0,0,-9256,-712,62.856,4.28319,600,20,0,2,0,1,0,0,0),(241606,32820,0,1,1,0,0,-9256,-981,68.516,3.069,600,20,0,2,0,1,0,0,0),(241605,32820,0,1,1,0,0,-9258,-1987,77.061,1.831,600,20,0,2,0,1,0,0,0),(241604,32820,0,1,1,0,0,-9259,-21,73.236,1.091,600,20,0,2,0,1,0,0,0),(241603,32820,0,1,1,0,0,-9260,-1972,77.436,6.126,600,20,0,2,0,1,0,0,0),(241602,32820,0,1,1,0,0,-9261,111.896,70.995,2.075,600,20,0,2,0,1,0,0,0),(241601,32820,0,1,1,0,0,-9265,294.519,71.125,2.064,600,20,0,2,0,1,0,0,0),(241600,32820,0,1,1,0,0,-9266.12,354.4,76.6919,2.2945,600,20,0,2,0,1,0,0,0),(241599,32820,0,1,1,0,0,-9268,459.041,81.799,3.677,600,20,0,2,0,1,0,0,0),(241598,32820,0,1,1,0,0,-9270,-549,66.459,5.589,600,20,0,2,0,1,0,0,0),(241597,32820,0,1,1,0,0,-9271,398.325,79.749,4.007,600,20,0,2,0,1,0,0,0),(241596,32820,0,1,1,0,0,-9273,23.978,71.351,0.267,600,20,0,2,0,1,0,0,0),(241595,32820,0,1,1,0,0,-9277,-585,65.184,4.929,600,20,0,2,0,1,0,0,0),(241594,32820,0,1,1,0,0,-9277,-686,63.879,2.484,600,20,0,2,0,1,0,0,0),(241593,32820,0,1,1,0,0,-9278,-1160,68.225,2.435,600,20,0,2,0,1,0,0,0),(241592,32820,0,1,1,0,0,-9278,-1253,73.114,0.458,600,20,0,2,0,1,0,0,0),(241591,32820,0,1,1,0,0,-9279,454.254,80.569,5.573,600,20,0,2,0,1,0,0,0),(241590,32820,0,1,1,0,0,-9279,-1183,71.143,4.553,600,20,0,2,0,1,0,0,0),(241589,32820,0,1,1,0,0,-9280,-1270,72.882,4.849,600,20,0,2,0,1,0,0,0),(241588,32820,0,1,1,0,0,-9281,662.627,131.965,6.151,600,20,0,2,0,1,0,0,0),(241587,32820,0,1,1,0,0,-9281,-1251,72.546,0.254,600,20,0,2,0,1,0,0,0),(241586,32820,0,1,1,0,0,-9281,-1310,72.626,0.047,600,20,0,2,0,1,0,0,0),(241585,32820,0,1,1,0,0,-9282,269.266,70.933,0.031,600,20,0,2,0,1,0,0,0),(241584,32820,0,1,1,0,0,-9282,-198,69.361,5.542,600,20,0,2,0,1,0,0,0),(241583,32820,0,1,1,0,0,-9282,-579,65.184,5.812,600,20,0,2,0,1,0,0,0),(241582,32820,0,1,1,0,0,-9284,97.42,68.968,0.59,600,20,0,2,0,1,0,0,0),(241581,32820,0,1,1,0,0,-9285,446.773,79.723,3.549,600,20,0,2,0,1,0,0,0),(241580,32820,0,1,1,0,0,-9285,375.705,76.131,6.197,600,20,0,2,0,1,0,0,0),(241579,32820,0,1,1,0,0,-9285,350.418,75.529,4.967,600,20,0,2,0,1,0,0,0),(241578,32820,0,1,1,0,0,-9287,461.562,79.709,5.307,600,20,0,2,0,1,0,0,0),(241577,32820,0,1,1,0,0,1992.5,1552.64,78.9382,5.31272,600,20,0,2,0,1,0,0,0),(241576,32820,0,1,1,0,0,-9289,466.884,80.109,2.618,600,20,0,2,0,1,0,0,0),(241575,32820,0,1,1,0,0,-9289,-820,69.269,1.641,600,20,0,2,0,1,0,0,0),(241574,32820,0,1,1,0,0,-9289,-1243,70.201,1.858,600,20,0,2,0,1,0,0,0),(241573,32820,0,1,1,0,0,-9289,-1268,71.882,3.342,600,20,0,2,0,1,0,0,0),(241572,32820,0,1,1,0,0,2151.18,1679.44,84.4418,5.45437,600,20,0,2,0,1,0,0,0),(241571,32820,0,1,1,0,0,-9292,388.547,76.684,2.622,600,20,0,2,0,1,0,0,0),(241570,32820,0,1,1,0,0,-9292,-674,64.812,1.99,600,20,0,2,0,1,0,0,0),(241569,32820,0,1,1,0,0,-9293,707.857,132.644,4.331,600,20,0,2,0,1,0,0,0),(241568,32820,0,1,1,0,0,-9293,-6,69.154,2.281,600,20,0,2,0,1,0,0,0),(241567,32820,0,1,1,0,0,-9295,693.985,132.569,1.479,600,20,0,2,0,1,0,0,0),(241566,32820,0,1,1,0,0,1684.79,1424.86,136.907,2.39333,600,20,0,2,0,1,0,0,0),(241565,32820,0,1,1,0,0,-9296,474.446,79.65,4.031,600,20,0,2,0,1,0,0,0),(241564,32820,0,1,1,0,0,-9297,702.451,131.679,4.268,600,20,0,2,0,1,0,0,0),(241563,32820,0,1,1,0,0,-9297,394.508,76.329,6.133,600,20,0,2,0,1,0,0,0),(241562,32820,0,1,1,0,0,-9297,386.209,75.43,1.276,600,20,0,2,0,1,0,0,0),(241561,32820,0,1,1,0,0,-9298,625.19,130.763,5.201,600,20,0,2,0,1,0,0,0),(241560,32820,0,1,1,0,0,-9299,672.389,131.976,2.461,600,20,0,2,0,1,0,0,0),(241559,32820,0,1,1,0,0,-9299,653.552,131.166,4.433,600,20,0,2,0,1,0,0,0),(241558,32820,0,1,1,0,0,-9299,406.242,74.38,1.508,600,20,0,2,0,1,0,0,0),(241557,32820,0,1,1,0,0,-9303.19,-292.231,70.63,3.22,600,20,0,2,0,1,0,0,0),(241556,32820,0,1,1,0,0,-9302,-105,67.37,0.023,600,20,0,2,0,1,0,0,0),(241555,32820,0,1,1,0,0,-9303,-27,69.883,4.012,600,20,0,2,0,1,0,0,0),(241554,32820,0,1,1,0,0,-9304,-65,67.552,1.358,600,20,0,2,0,1,0,0,0),(241553,32820,0,1,1,0,0,-9306,-1303,68.616,0.837,600,20,0,2,0,1,0,0,0),(241552,32820,0,1,1,0,0,-9307,363.144,71.563,1.509,600,20,0,2,0,1,0,0,0),(241551,32820,0,1,1,0,0,-9307,-109,66.028,0.785,600,20,0,2,0,1,0,0,0),(241550,32820,0,1,1,0,0,-9307,-287,70.447,3.22,600,20,0,2,0,1,0,0,0),(241549,32820,0,1,1,0,0,-9308,454.329,77.708,2.505,600,20,0,2,0,1,0,0,0),(241548,32820,0,1,1,0,0,-9309.12,283.676,70.5382,2.26234,600,20,0,2,0,1,0,0,0),(241547,32820,0,1,1,0,0,-9309,325.857,70.749,0.067,600,20,0,2,0,1,0,0,0),(241546,32820,0,1,1,0,0,-9309,64.142,76.196,0.616,600,20,0,2,0,1,0,0,0),(241545,32820,0,1,1,0,0,-9309,-376,71.145,3.612,600,20,0,2,0,1,0,0,0),(241544,32820,0,1,1,0,0,-9310,355.481,70.081,4.042,600,20,0,2,0,1,0,0,0),(241543,32820,0,1,1,0,0,-9312,-169,65.719,4.121,600,20,0,2,0,1,0,0,0),(241542,32820,0,1,1,0,0,-9312,-432,68.237,2.052,600,20,0,2,0,1,0,0,0),(241541,32820,0,1,1,0,0,-9313,335.962,69.282,5.109,600,20,0,2,0,1,0,0,0),(241540,32820,0,1,1,0,0,-9313,291.223,70.619,4.102,600,20,0,2,0,1,0,0,0),(241539,32820,0,1,1,0,0,-9313,281.484,70.538,2.381,600,20,0,2,0,1,0,0,0),(241538,32820,0,1,1,0,0,-9315,324.735,70.124,0.198,600,20,0,2,0,1,0,0,0),(241537,32820,0,1,1,0,0,-9316,-495,69.81,1.649,600,20,0,2,0,1,0,0,0),(241536,32820,0,1,1,0,0,-9316,-520,68.63,2.477,600,20,0,2,0,1,0,0,0),(241535,32820,0,1,1,0,0,-9316,-719,67.299,5.341,600,20,0,2,0,1,0,0,0),(241534,32820,0,1,1,0,0,-9317,-1183,68.226,5.533,600,20,0,2,0,1,0,0,0),(241533,32820,0,1,1,0,0,-9319,397.511,71.732,0.497,600,20,0,2,0,1,0,0,0),(241532,32820,0,1,1,0,0,-9320,-272,69.786,1.371,600,20,0,2,0,1,0,0,0),(241531,32820,0,1,1,0,0,-9321,551.713,77.139,2.583,600,20,0,2,0,1,0,0,0),(241530,32820,0,1,1,0,0,-9321,-386,67.161,3.968,600,20,0,2,0,1,0,0,0),(241529,32820,0,1,1,0,0,-9321,-1189,68.549,4.907,600,20,0,2,0,1,0,0,0),(241528,32820,0,1,1,0,0,-9322,-288,69.495,4.24,600,20,0,2,0,1,0,0,0),(241527,32820,0,1,1,0,0,-9323,-557,69.447,0.586,600,20,0,2,0,1,0,0,0),(241526,32820,0,1,1,0,0,-9324.74,-106.101,64.0093,1.6099,600,20,0,2,0,1,0,0,0),(241525,32820,0,1,1,0,0,-9326,325.428,68.249,2.474,600,20,0,2,0,1,0,0,0),(241524,32820,0,1,1,0,0,-9327,366.189,66.437,4.384,600,20,0,2,0,1,0,0,0),(241523,32820,0,1,1,0,0,-9328,-1318,65.451,3.679,600,20,0,2,0,1,0,0,0),(241522,32820,0,1,1,0,0,-9330,-1313,65.07,0.091,600,20,0,2,0,1,0,0,0),(241521,32820,0,1,1,0,0,-9331,-1168,66.517,3.206,600,20,0,2,0,1,0,0,0),(241520,32820,0,1,1,0,0,-9334,-947,67.321,5.957,600,20,0,2,0,1,0,0,0),(241519,32820,0,1,1,0,0,-9336,-436,67.543,3.382,600,20,0,2,0,1,0,0,0),(241518,32820,0,1,1,0,0,-9336,-1254,66.113,5.261,600,20,0,2,0,1,0,0,0),(241517,32820,0,1,1,0,0,-9338,-1155,67.043,0.595,600,20,0,2,0,1,0,0,0),(241516,32820,0,1,1,0,0,-9340,-716,67.003,4.005,600,20,0,2,0,1,0,0,0),(241515,32820,0,1,1,0,0,-9340,-1120,67.994,5.368,600,20,0,2,0,1,0,0,0),(241514,32820,0,1,1,0,0,-9341,165.021,61.641,1.096,600,20,0,2,0,1,0,0,0),(241513,32820,0,1,1,0,0,-9346,477.343,52.18,5.385,600,20,0,2,0,1,0,0,0),(241512,32820,0,1,1,0,0,-9346,44.308,61.314,2.717,600,20,0,2,0,1,0,0,0),(241511,32820,0,1,1,0,0,-9346,-748,68.344,0.262,600,20,0,2,0,1,0,0,0),(241510,32820,0,1,1,0,0,-9347,-1445,66.672,1.459,600,20,0,2,0,1,0,0,0),(241509,32820,0,1,1,0,0,-9350,-1166,65.293,1.933,600,20,0,2,0,1,0,0,0),(241508,32820,0,1,1,0,0,-9352,503.765,50.321,4.473,600,20,0,2,0,1,0,0,0),(241507,32820,0,1,1,0,0,-9352,-611,71.313,1.553,600,20,0,2,0,1,0,0,0),(241506,32820,0,1,1,0,0,-9352,-1160,65.543,5.245,600,20,0,2,0,1,0,0,0),(241505,32820,0,1,1,0,0,-9352,-1164,65.353,2.384,600,20,0,2,0,1,0,0,0),(241504,32820,0,1,1,0,0,-9353,-843,64.12,6.075,600,20,0,2,0,1,0,0,0),(241503,32820,0,1,1,0,0,-9353,-904,66.04,6.18,600,20,0,2,0,1,0,0,0),(241502,32820,0,1,1,0,0,-9354,-186,65.198,0.372,600,20,0,2,0,1,0,0,0),(241501,32820,0,1,1,0,0,-9354,-1195,66.266,2.266,600,20,0,2,0,1,0,0,0),(241500,32820,0,1,1,0,0,-9354,-1404,63.973,4.167,600,20,0,2,0,1,0,0,0),(241499,32820,0,1,1,0,0,-9358,-849,63.997,2.375,600,20,0,2,0,1,0,0,0),(241498,32820,0,1,1,0,0,-9358,-926,65.732,2.164,600,20,0,2,0,1,0,0,0),(241497,32820,0,1,1,0,0,-9361,-869,64.962,3.987,600,20,0,2,0,1,0,0,0),(241496,32820,0,1,1,0,0,-9361,-1405,63.575,4.344,600,20,0,2,0,1,0,0,0),(241495,32820,0,1,1,0,0,-9364,11.024,61.815,2.506,600,20,0,2,0,1,0,0,0),(241494,32820,0,1,1,0,0,-9365,-596,69.178,4.296,600,20,0,2,0,1,0,0,0),(241493,32820,0,1,1,0,0,-9366,-810,65.544,2.616,600,20,0,2,0,1,0,0,0),(241492,32820,0,1,1,0,0,-9367,-1168,65.193,5.53,600,20,0,2,0,1,0,0,0),(241491,32820,0,1,1,0,0,-9369,-68,69.202,2.963,600,20,0,2,0,1,0,0,0),(241490,32820,0,1,1,0,0,-9369,-1192,63.624,0.609,600,20,0,2,0,1,0,0,0),(241489,32820,0,1,1,0,0,-9371,134.791,61.985,4.722,600,20,0,2,0,1,0,0,0),(241488,32820,0,1,1,0,0,-9371,-68,69.202,5.049,600,20,0,2,0,1,0,0,0),(241487,32820,0,1,1,0,0,-9371,-70,69.202,0.374,600,20,0,2,0,1,0,0,0),(241486,32820,0,1,1,0,0,-9371,-944,65.101,5.773,600,20,0,2,0,1,0,0,0),(241485,32820,0,1,1,0,0,-9373,147.602,61.685,4.386,600,20,0,2,0,1,0,0,0),(241484,32820,0,1,1,0,0,-9373,134.102,61.836,1.385,600,20,0,2,0,1,0,0,0),(241483,32820,0,1,1,0,0,-9373,-1210,63.557,3.059,600,20,0,2,0,1,0,0,0),(241482,32820,0,1,1,0,0,-9374,-66,69.202,3.57,600,20,0,2,0,1,0,0,0),(241481,32820,0,1,1,0,0,-9374,-1225,63.762,5.091,600,20,0,2,0,1,0,0,0),(241480,32820,0,1,1,0,0,-9376,-66,69.202,5.798,600,20,0,2,0,1,0,0,0),(241479,32820,0,1,1,0,0,-9376,-67,69.202,1.075,600,20,0,2,0,1,0,0,0),(241478,32820,0,1,1,0,0,-9376,-74,64.521,3.456,600,20,0,2,0,1,0,0,0),(241477,32820,0,1,1,0,0,-9378,-216,63.953,0.897,600,20,0,2,0,1,0,0,0),(241476,32820,0,1,1,0,0,-9378,-1127,62.701,1.784,600,20,0,2,0,1,0,0,0),(241475,32820,0,1,1,0,0,-9379,-112,58.793,2.077,600,20,0,2,0,1,0,0,0),(241474,32820,0,1,1,0,0,-9380,29.617,61.183,2.488,600,20,0,2,0,1,0,0,0),(241473,32820,0,1,1,0,0,-9380,-70,64.521,4.555,600,20,0,2,0,1,0,0,0),(241472,32820,0,1,1,0,0,-9381,127.141,61.364,3.11,600,20,0,2,0,1,0,0,0),(241471,32820,0,1,1,0,0,-9381,-280,64.459,0,600,20,0,2,0,1,0,0,0),(241470,32820,0,1,1,0,0,-9381.82,-117.429,58.7558,4.28438,600,20,0,2,0,1,0,0,0),(241469,32820,0,1,1,0,0,-9384,343.232,56.396,4.664,600,20,0,2,0,1,0,0,0),(241468,32820,0,1,1,0,0,-9384,-21,62.361,0.496,600,20,0,2,0,1,0,0,0),(241467,32820,0,1,1,0,0,-9384,-230,64.15,0.899,600,20,0,2,0,1,0,0,0),(241466,32820,0,1,1,0,0,-9384,-486,68.886,1.506,600,20,0,2,0,1,0,0,0),(241465,32820,0,1,1,0,0,-9384,-924,63.488,2.606,600,20,0,2,0,1,0,0,0),(241464,32820,0,1,1,0,0,-9386,-1276,55.562,2.717,600,20,0,2,0,1,0,0,0),(241463,32820,0,1,1,0,0,-9387,-963,63.591,2.721,600,20,0,2,0,1,0,0,0),(241462,32820,0,1,1,0,0,-9387,-1435,62.189,0.904,600,20,0,2,0,1,0,0,0),(241461,32820,0,1,1,0,0,-9387.13,-117.859,58.8626,2.81827,600,20,0,2,0,1,0,0,0),(241460,32820,0,1,1,0,0,-9389,-1275,55.114,3.004,600,20,0,2,0,1,0,0,0),(241459,32820,0,1,1,0,0,-9390,528.081,61.321,3.906,600,20,0,2,0,1,0,0,0),(241458,32820,0,1,1,0,0,-9390,56.554,59.985,3.128,600,20,0,2,0,1,0,0,0),(241457,32820,0,1,1,0,0,-9390,-508,68.811,2.179,600,20,0,2,0,1,0,0,0),(241456,32820,0,1,1,0,0,-9390,-587,67.012,4.101,600,20,0,2,0,1,0,0,0),(241455,32820,0,1,1,0,0,-9392,-345,59.169,5.621,600,20,0,2,0,1,0,0,0),(241454,32820,0,1,1,0,0,-9393,-1276,54.057,6.24,600,20,0,2,0,1,0,0,0),(241453,32820,0,1,1,0,0,-9394,-2022,58.275,4.33,600,20,0,2,0,1,0,0,0),(241452,32820,0,1,1,0,0,-9395,312.681,61.586,1.533,600,20,0,2,0,1,0,0,0),(241451,32820,0,1,1,0,0,-9395,-1514,69.385,4.886,600,20,0,2,0,1,0,0,0),(241450,32820,0,1,1,0,0,-9396,-711,67.79,2.396,600,20,0,2,0,1,0,0,0),(241449,32820,0,1,1,0,0,-9397,305.106,61.005,5.919,600,20,0,2,0,1,0,0,0),(241448,32820,0,1,1,0,0,-9397,-443,60.336,0.515,600,20,0,2,0,1,0,0,0),(241447,32820,0,1,1,0,0,-9400.99,-1336.26,50.0274,3.16106,600,20,0,2,0,1,0,0,0),(241446,32820,0,1,1,0,0,-9402,324.172,58.219,0.634,600,20,0,2,0,1,0,0,0),(241445,32820,0,1,1,0,0,-9404,-30,64.335,1.721,600,20,0,2,0,1,0,0,0),(241444,32820,0,1,1,0,0,-9405,-1344,50.111,2.461,600,20,0,2,0,1,0,0,0),(241443,32820,0,1,1,0,0,-9407,-1107,61.211,5.323,600,20,0,2,0,1,0,0,0),(241442,32820,0,1,1,0,0,-9408,-999,61.864,2.694,600,20,0,2,0,1,0,0,0),(241441,32820,0,1,1,0,0,-9409,243.329,61.172,1.582,600,20,0,2,0,1,0,0,0),(241440,32820,0,1,1,0,0,-9410,208.355,61.079,3.912,600,20,0,2,0,1,0,0,0),(241439,32820,0,1,1,0,0,-9410,-324,59.375,1.682,600,20,0,2,0,1,0,0,0),(241438,32820,0,1,1,0,0,-9410,-853,62.711,0.461,600,20,0,2,0,1,0,0,0),(241437,32820,0,1,1,0,0,-9410,-1271,49.832,5.483,600,20,0,2,0,1,0,0,0),(241436,32820,0,1,1,0,0,-9411,-1350,50.028,1.498,600,20,0,2,0,1,0,0,0),(241435,32820,0,1,1,0,0,-9412,-314,60.602,0,600,20,0,2,0,1,0,0,0),(241434,32820,0,1,1,0,0,-9412,-387,57.469,2.226,600,20,0,2,0,1,0,0,0),(241433,32820,0,1,1,0,0,-9414,-845,62.561,0.004,600,20,0,2,0,1,0,0,0),(241432,32820,0,1,1,0,0,-9415,295.758,60.265,4.891,600,20,0,2,0,1,0,0,0),(241431,32820,0,1,1,0,0,-9416,155.709,56.403,5.045,600,20,0,2,0,1,0,0,0),(241430,32820,0,1,1,0,0,-9416,-782,66.395,1.487,600,20,0,2,0,1,0,0,0),(241429,32820,0,1,1,0,0,-9418,-1362,50.564,4.5,600,20,0,2,0,1,0,0,0),(241428,32820,0,1,1,0,0,-9419,-728,65.583,3.245,600,20,0,2,0,1,0,0,0),(241427,32820,0,1,1,0,0,-9421,-453,60.422,3.662,600,20,0,2,0,1,0,0,0),(241426,32820,0,1,1,0,0,-9421,-566,67.708,4.625,600,20,0,2,0,1,0,0,0),(241425,32820,0,1,1,0,0,-9422,-1182,56.483,6.115,600,20,0,2,0,1,0,0,0),(241424,32820,0,1,1,0,0,-9422,-1239,52.7,5.807,600,20,0,2,0,1,0,0,0),(241423,32820,0,1,1,0,0,-9426.71,-1323.56,51.4573,2.53904,600,20,0,2,0,1,0,0,0),(241422,32820,0,1,1,0,0,-9427,323.42,55.912,3.39,600,20,0,2,0,1,0,0,0),(241421,32820,0,1,1,0,0,-9427,-671,64.684,4.566,600,20,0,2,0,1,0,0,0),(241420,32820,0,1,1,0,0,-9429,-1261,49.154,5.276,600,20,0,2,0,1,0,0,0),(241419,32820,0,1,1,0,0,-9429,-1262,49.045,1.86,600,20,0,2,0,1,0,0,0),(241418,32820,0,1,1,0,0,-9430,134.259,58.901,3.849,600,20,0,2,0,1,0,0,0),(241417,32820,0,1,1,0,0,-9430,132.438,59.079,2.802,600,20,0,2,0,1,0,0,0),(241416,32820,0,1,1,0,0,-9430,-1514,68.918,0.448,600,20,0,2,0,1,0,0,0),(241415,32820,0,1,1,0,0,-9431,-2104,65.708,2.979,600,20,0,2,0,1,0,0,0),(241414,32820,0,1,1,0,0,-9432,150.687,55.834,2.532,600,20,0,2,0,1,0,0,0),(241413,32820,0,1,1,0,0,-9432,133.199,58.837,6.151,600,20,0,2,0,1,0,0,0),(241412,32820,0,1,1,0,0,-9432,-1387,46.663,5.947,600,20,0,2,0,1,0,0,0),(241411,32820,0,1,1,0,0,-9433,482.528,53.247,2.295,600,20,0,2,0,1,0,0,0),(241410,32820,0,1,1,0,0,-9434,-1253,49.267,2.305,600,20,0,2,0,1,0,0,0),(241409,32820,0,1,1,0,0,-9435,-639,66.116,5.863,600,20,0,2,0,1,0,0,0),(241408,32820,0,1,1,0,0,-9437,-1452,59.817,6.09,600,20,0,2,0,1,0,0,0),(241407,32820,0,1,1,0,0,-9438,470.249,53.274,4.009,600,20,0,2,0,1,0,0,0),(241406,32820,0,1,1,0,0,-9438,-655,65.773,2.11,600,20,0,2,0,1,0,0,0),(241405,32820,0,1,1,0,0,-9438.22,-1412.35,46.662,1.68739,600,20,0,2,0,1,0,0,0),(241404,32820,0,1,1,0,0,-9438.49,-1405,46.662,4.60941,600,20,0,2,0,1,0,0,0),(241403,32820,0,1,1,0,0,-9439,-675,64.124,4.529,600,20,0,2,0,1,0,0,0),(241402,32820,0,1,1,0,0,-9440,-1379,46.953,0.955,600,20,0,2,0,1,0,0,0),(241401,32820,0,1,1,0,0,-9440.76,-1391.15,46.7888,2.02346,600,20,0,2,0,1,0,0,0),(241400,32820,0,1,1,0,0,-9444,459.607,52.21,4.193,600,20,0,2,0,1,0,0,0),(241399,32820,0,1,1,0,0,-9444,-900,58.153,3.64,600,20,0,2,0,1,0,0,0),(241398,32820,0,1,1,0,0,-9444.1,-1412.31,46.6621,1.63715,600,20,0,2,0,1,0,0,0),(241397,32820,0,1,1,0,0,-9445,-595,65.405,3.864,600,20,0,2,0,1,0,0,0),(241396,32820,0,1,1,0,0,-9445,-973,55.591,4.366,600,20,0,2,0,1,0,0,0),(241395,32820,0,1,1,0,0,-9448,462.158,52.286,4.192,600,20,0,2,0,1,0,0,0),(241394,32820,0,1,1,0,0,-9448,339.654,54.638,0.588,600,20,0,2,0,1,0,0,0),(241393,32820,0,1,1,0,0,-9448,217.373,59.931,0,600,20,0,2,0,1,0,0,0),(241392,32820,0,1,1,0,0,-9448,-494,63.785,5.27,600,20,0,2,0,1,0,0,0),(241391,32820,0,1,1,0,0,-9449,-779,62.301,1.985,600,20,0,2,0,1,0,0,0),(241390,32820,0,1,1,0,0,-9449,-1449,59.031,0.017,600,20,0,2,0,1,0,0,0),(241389,32820,0,1,1,0,0,-9451,-957,55.738,4.467,600,20,0,2,0,1,0,0,0),(241388,32820,0,1,1,0,0,-9452,520.263,56.225,2.973,600,20,0,2,0,1,0,0,0),(241387,32820,0,1,1,0,0,-9452,-1051,57.28,0.36,600,20,0,2,0,1,0,0,0),(241386,32820,0,1,1,0,0,-9454.16,-1385.95,47.1707,1.71476,600,20,0,2,0,1,0,0,0),(241385,32820,0,1,1,0,0,-9455,87.35,58.343,2.628,600,20,0,2,0,1,0,0,0),(241383,32820,0,1,1,0,0,-9455.22,-1386.21,47.1356,1.81376,600,20,0,2,0,1,0,0,0),(241384,32820,0,1,1,0,0,-9455,73.496,56.996,3.142,600,20,1,2,0,1,1,0,0),(241382,32820,0,1,1,0,0,-9457,99.168,58.343,4.304,600,20,0,2,0,1,0,0,0),(241381,32820,0,1,1,0,0,-9457,29.361,63.904,2.967,600,20,0,2,0,1,0,0,0),(241380,32820,0,1,1,0,0,-9459,325.026,53.68,1.983,600,20,0,2,0,1,0,0,0),(241379,32820,0,1,1,0,0,-9459,-992,57.716,2.639,600,20,0,2,0,1,0,0,0),(241378,32820,0,1,1,0,0,-9460,31.939,57.049,2.985,600,20,0,2,0,1,0,0,0),(241377,32820,0,1,1,0,0,-9460,8.411,57.146,1.466,600,20,0,2,0,1,0,0,0),(241376,32820,0,1,1,0,0,-9420.84,-1302.43,47.8857,5.23631,600,20,0,2,0,1,0,0,0),(241375,32820,0,1,1,0,0,-9461,33.134,63.904,4.363,600,20,0,2,0,1,0,0,0),(241374,32820,0,1,1,0,0,-9461,-551,67.28,0.317,600,20,0,2,0,1,0,0,0),(241373,32820,0,1,1,0,0,-9462,109.353,57.878,2.653,600,20,0,2,0,1,0,0,0),(241372,32820,0,1,1,0,0,-9463,16.192,57.046,3.037,600,20,0,2,0,1,0,0,0),(241371,32820,0,1,1,0,0,-9463,-236,57.742,1.557,600,20,0,2,0,1,0,0,0),(241370,32820,0,1,1,0,0,-9463,-239,57.831,1.002,600,20,0,2,0,1,0,0,0),(241369,32820,0,1,1,0,0,-9463,-827,60.746,0.319,600,20,0,2,0,1,0,0,0),(241368,32820,0,1,1,0,0,-9464,87.43,58.344,0.437,600,20,0,2,0,1,0,0,0),(241367,32820,0,1,1,0,0,-9465,93.99,58.527,0,600,20,0,2,0,1,0,0,0),(241366,32820,0,1,1,0,0,-9465,9.633,57.146,1.449,600,20,0,2,0,1,0,0,0),(241365,32820,0,1,1,0,0,-9466,74.007,56.779,5.336,600,20,0,2,0,1,0,0,0),(241364,32820,0,1,1,0,0,-9466,48.142,56.968,1.466,600,20,0,2,0,1,0,0,0),(241363,32820,0,1,1,0,0,-9466,12.645,63.904,1.1,600,20,0,2,0,1,0,0,0),(241362,32820,0,1,1,0,0,-9466,0.061,57.033,0.742,600,20,0,2,0,1,0,0,0),(241361,32820,0,1,1,0,0,-9467,275.755,53.695,0.512,600,20,0,2,0,1,0,0,0),(241360,32820,0,1,1,0,0,-9467,-5,57.033,1.641,600,20,0,2,0,1,0,0,0),(241359,32820,0,1,1,0,0,-9467,-5,49.793,4.691,600,20,0,2,0,1,0,0,0),(241358,32820,0,1,1,0,0,-9468,298.53,53.903,5.522,600,20,0,2,0,1,0,0,0),(241357,32820,0,1,1,0,0,-9468,241.764,56.08,3.422,600,20,0,2,0,1,0,0,0),(241356,32820,0,1,1,0,0,-9468,108.976,57.661,1.798,600,20,0,2,0,1,0,0,0),(241355,32820,0,1,1,0,0,-9469,-1355,47.429,1.03,600,20,0,2,0,1,0,0,0),(241354,32820,0,1,1,0,0,-9470,-379,59.032,4.241,600,20,0,2,0,1,0,0,0),(241353,32820,0,1,1,0,0,-9470.26,-1289.42,41.1047,2.80465,600,20,0,2,0,1,0,0,0),(241352,32820,0,1,1,0,0,-9471,419.262,53.117,4.697,600,20,0,2,0,1,0,0,0),(241351,32820,0,1,1,0,0,-9471,46.904,56.764,4.637,600,20,0,2,0,1,0,0,0),(241350,32820,0,1,1,0,0,-9471,27.047,56.339,5.751,600,20,0,2,0,1,0,0,0),(241349,32820,0,1,1,0,0,-9471,-165,59.226,1.293,600,20,0,2,0,1,0,0,0),(241348,32820,0,1,1,0,0,-9472,34.1,63.82,4.407,600,20,0,2,0,1,0,0,0),(241347,32820,0,1,1,0,0,-9472,-5,49.794,5.611,600,20,0,2,0,1,0,0,0),(241346,32820,0,1,1,0,0,-9472,-271,58.229,2.496,600,20,0,2,0,1,0,0,0),(241345,32820,0,1,1,0,0,-9472,-838,60.511,4.709,600,20,0,2,0,1,0,0,0),(241344,32820,0,1,1,0,0,-9473,46.977,56.887,5.067,600,20,0,2,0,1,0,0,0),(241343,32820,0,1,1,0,0,-9473,-9,49.794,0.233,600,20,0,2,0,1,0,0,0),(241342,32820,0,1,1,0,0,-9473,-18,57.595,1.346,600,20,0,2,0,1,0,0,0),(241341,32820,0,1,1,0,0,-9474,533.132,54.285,2.501,600,20,0,2,0,1,0,0,0),(241340,32820,0,1,1,0,0,-9126.18,394.417,91.7424,3.92184,600,20,0,2,0,1,0,0,0),(241339,32820,0,1,1,0,0,-9476,-1207,48.181,4.108,600,20,0,2,0,1,0,0,0),(241338,32820,0,1,1,0,0,-9478,280.815,53.192,4.36,600,20,0,2,0,1,0,0,0),(241337,32820,0,1,1,0,0,-9479,-183,58.503,1.554,600,20,0,2,0,1,0,0,0),(241336,32820,0,1,1,0,0,-9480,-786,60.603,5.01,600,20,0,2,0,1,0,0,0),(241335,32820,0,1,1,0,0,-9482,425.988,53.979,4.061,600,20,0,2,0,1,0,0,0),(241334,32820,0,1,1,0,0,-9482,266.885,53.234,1.097,600,20,0,2,0,1,0,0,0),(241333,32820,0,1,1,0,0,-9483,-1356,46.958,1.011,600,20,0,2,0,1,0,0,0),(241332,32820,0,1,1,0,0,-9484,-350,60.2,4.378,600,20,0,2,0,1,0,0,0),(241331,32820,0,1,1,0,0,-9485,-329,54.892,0.419,600,20,0,2,0,1,0,0,0),(241330,32820,0,1,1,0,0,-9486,246.719,54.08,4.007,600,20,0,2,0,1,0,0,0),(241329,32820,0,1,1,0,0,-9487,271.435,52.855,4.1,600,20,0,2,0,1,0,0,0),(241328,32820,0,1,1,0,0,-9487,-1028,53.171,0.616,600,20,0,2,0,1,0,0,0),(241327,32820,0,1,1,0,0,-9487,-1254,43.483,1.865,600,20,0,2,0,1,0,0,0),(241326,32820,0,1,1,0,0,-9488,-766,61.281,1.937,600,20,0,2,0,1,0,0,0),(241325,32820,0,1,1,0,0,-9489,482.235,51.715,5.562,600,20,0,2,0,1,0,0,0),(241324,32820,0,1,1,0,0,-9490,475.371,51.298,6.274,600,20,0,2,0,1,0,0,0),(241323,32820,0,1,1,0,0,-9490,-29,58.923,4.502,600,20,0,2,0,1,0,0,0),(241322,32820,0,1,1,0,0,-9490,-31,59.078,1.199,600,20,0,2,0,1,0,0,0),(241321,32820,0,1,1,0,0,-9490,-958,55.971,3.14,600,20,0,2,0,1,0,0,0),(241320,32820,0,1,1,0,0,-9491,-21,58.339,2.126,600,20,0,2,0,1,0,0,0),(241319,32820,0,1,1,0,0,-9491,-53,60.493,5.207,600,20,0,2,0,1,0,0,0),(241318,32820,0,1,1,0,0,-9491,-1193,49.564,4.063,600,20,0,2,0,1,0,0,0),(241317,32820,0,1,1,0,0,-9492,-559,64.456,1.584,600,20,0,2,0,1,0,0,0),(241316,32820,0,1,1,0,0,-9493,-450,56.073,5.054,600,20,0,2,0,1,0,0,0),(241315,32820,0,1,1,0,0,-9494,324.211,52.561,6.057,600,20,0,2,0,1,0,0,0),(241314,32820,0,1,1,0,0,-9494,83.081,56.474,6.151,600,20,0,2,0,1,0,0,0),(241313,32820,0,1,1,0,0,-9494,-1063,52.208,2.649,600,20,0,2,0,1,0,0,0),(241312,32820,0,1,1,0,0,-9496,73.146,56.438,6.088,600,20,0,2,0,1,0,0,0),(241311,32820,0,1,1,0,0,-9496,-939,54.836,0.463,600,20,0,2,0,1,0,0,0),(241310,32820,0,1,1,0,0,-9497,-1274,43.456,0.703,600,20,0,2,0,1,0,0,0),(241309,32820,0,1,1,0,0,-9498,66.229,56.528,6.109,600,20,0,2,0,1,0,0,0),(241308,32820,0,1,1,0,0,-9499,-56,59.989,1.879,600,20,0,2,0,1,0,0,0),(241307,32820,0,1,1,0,0,-9499,-960,54.024,3.495,600,20,0,2,0,1,0,0,0),(241306,32820,0,1,1,0,0,-9503,-1520,61.407,3.675,600,20,0,2,0,1,0,0,0),(241305,32820,0,1,1,0,0,-9504,389.215,50.779,5.28319,600,20,0,2,0,1,0,0,0),(241304,32820,0,1,1,0,0,-9504,-1286,43.067,4.472,600,20,0,2,0,1,0,0,0),(241303,32820,0,1,1,0,0,-9505,-210,52.069,0.998,600,20,0,2,0,1,0,0,0),(241302,32820,0,1,1,0,0,-9507,391.523,50.688,2.994,600,20,0,2,0,1,0,0,0),(241301,32820,0,1,1,0,0,-9507,-1003,54.765,4.067,600,20,0,2,0,1,0,0,0),(241300,32820,0,1,1,0,0,-9507,-1063,50.982,5.505,600,20,0,2,0,1,0,0,0),(241299,32820,0,1,1,0,0,-9508,174.773,57.988,5.893,600,20,0,2,0,1,0,0,0),(241298,32820,0,1,1,0,0,-9508,-1091,49.683,4.721,600,20,0,2,0,1,0,0,0),(241297,32820,0,1,1,0,0,-9509,419.477,52.881,3.244,600,20,0,2,0,1,0,0,0),(241296,32820,0,1,1,0,0,-9511,-780,60.461,2.016,600,20,0,2,0,1,0,0,0),(241295,32820,0,1,1,0,0,-9511,-1005,54.496,1.658,600,20,0,2,0,1,0,0,0),(241294,32820,0,1,1,0,0,-9511,-1286,44.145,3.789,600,20,0,2,0,1,0,0,0),(241293,32820,0,1,1,0,0,-9512,-303,55.091,5.382,600,20,0,2,0,1,0,0,0),(241292,32820,0,1,1,0,0,-9512,-518,63.121,6.079,600,20,0,2,0,1,0,0,0),(241291,32820,0,1,1,0,0,-9513,-1370,49.18,5.36,600,20,0,2,0,1,0,0,0),(241290,32820,0,1,1,0,0,-9516,551.302,51.241,3.004,600,20,0,2,0,1,0,0,0),(241289,32820,0,1,1,0,0,-9516,427.811,54.883,0.716,600,20,0,2,0,1,0,0,0),(241288,32820,0,1,1,0,0,-9516,409.141,52.729,3.851,600,20,0,2,0,1,0,0,0),(241287,32820,0,1,1,0,0,-9517,85.71,59.509,6.172,600,20,0,2,0,1,0,0,0),(241286,32820,0,1,1,0,0,-9517,79.223,59.568,6.194,600,20,0,2,0,1,0,0,0),(241285,32820,0,1,1,0,0,-9519,484.227,52.792,2.03,600,20,0,2,0,1,0,0,0),(241284,32820,0,1,1,0,0,-9519,-452,59.807,2.554,600,20,0,2,0,1,0,0,0),(241283,32820,0,1,1,0,0,-9520,472.334,53.101,0.539,600,20,0,2,0,1,0,0,0),(241282,32820,0,1,1,0,0,-9521,-532,63.048,3.274,600,20,0,2,0,1,0,0,0),(241281,32820,0,1,1,0,0,-9522,409.066,52.694,4.811,600,20,0,2,0,1,0,0,0),(241280,32820,0,1,1,0,0,-9522,-1048,49.724,4.858,600,20,0,2,0,1,0,0,0),(241279,32820,0,1,1,0,0,-9523,-1290,44.27,0.136,600,20,0,2,0,1,0,0,0),(241278,32820,0,1,1,0,0,-9526,-138,61.369,2.666,600,20,0,2,0,1,0,0,0),(241277,32820,0,1,1,0,0,-9526,-986,51.973,3.31,600,20,0,2,0,1,0,0,0),(241276,32820,0,1,1,0,0,-9528,177.394,57.646,2.687,600,20,0,2,0,1,0,0,0),(241275,32820,0,1,1,0,0,-9528,175.567,57.614,0.737,600,20,0,2,0,1,0,0,0),(241274,32820,0,1,1,0,0,-9529,-651,63.198,0.171,600,20,0,2,0,1,0,0,0),(241273,32820,0,1,1,0,0,-9530,534.204,51.063,3.854,600,20,0,2,0,1,0,0,0),(241272,32820,0,1,1,0,0,-9530,173.256,57.863,4.879,600,20,0,2,0,1,0,0,0),(241271,32820,0,1,1,0,0,-9530,82.757,58.881,0.078,600,20,0,2,0,1,0,0,0),(241270,32820,0,1,1,0,0,-9531,81.822,58.881,0.107,600,20,0,2,0,1,0,0,0),(241269,32820,0,1,1,0,0,-9531,-252,58.833,5.188,600,20,0,2,0,1,0,0,0),(241268,32820,0,1,1,0,0,-9531,-264,59.372,6.006,600,20,0,2,0,1,0,0,0),(241267,32820,0,1,1,0,0,-9531.92,-1222.34,47.6548,5.61777,600,20,0,2,0,1,0,0,0),(241266,32820,0,1,1,0,0,-9532,-730,62.635,3.772,600,20,0,2,0,1,0,0,0),(241265,32820,0,1,1,0,0,-9533,80.093,58.881,6.104,600,20,0,2,0,1,0,0,0),(241264,32820,0,1,1,0,0,-9533,-34,56.448,2.767,600,20,0,2,0,1,0,0,0),(241263,32820,0,1,1,0,0,-9534,-378,59.494,0.528,600,20,0,2,0,1,0,0,0),(241262,32820,0,1,1,0,0,-9534,-451,60.238,0.334,600,20,0,2,0,1,0,0,0),(241261,32820,0,1,1,0,0,-9534,-1303,44.488,5.102,600,20,0,2,0,1,0,0,0),(241260,32820,0,1,1,0,0,-9535,280.233,54.284,4.968,600,20,0,2,0,1,0,0,0),(241259,32820,0,1,1,0,0,-9535,92,58.8819,4.462,600,20,0,2,0,1,0,0,0),(241258,32820,0,1,1,0,0,-9535,-486,62.979,2.737,600,20,0,2,0,1,0,0,0),(241257,32820,0,1,1,0,0,-9536,277.975,53.924,5.843,600,20,0,2,0,1,0,0,0),(241256,32820,0,1,1,0,0,-9536,-1273,43.544,5.542,600,20,0,2,0,1,0,0,0),(241255,32820,0,1,1,0,0,-9537,513.434,51.446,2.756,600,20,0,2,0,1,0,0,0),(241254,32820,0,1,1,0,0,-9537,-1214,48.234,4.904,600,20,0,2,0,1,0,0,0),(241253,32820,0,1,1,0,0,-9539.97,71.6819,58.8818,1.48463,600,20,0,2,0,1,0,0,0),(241252,32820,0,1,1,0,0,-9538,112.447,58.885,6.095,600,20,0,2,0,1,0,0,0),(241251,32820,0,1,1,0,0,-9539,508.213,50.727,4.763,600,20,0,2,0,1,0,0,0),(241250,32820,0,1,1,0,0,-9540,85.383,59.121,6.25,600,20,0,2,0,1,0,0,0),(241249,32820,0,1,1,0,0,-9541,-537,61.838,5.395,600,20,0,2,0,1,0,0,0),(241248,32820,0,1,1,0,0,-9541,-1067,47.727,0.79,600,20,0,2,0,1,0,0,0),(241247,32820,0,1,1,0,0,-9541,-1533,61.272,0,600,20,0,2,0,1,0,0,0),(241246,32820,0,1,1,0,0,-9541.55,-716.649,99.212,3.32507,600,20,0,2,0,1,0,0,0),(241245,32820,0,1,1,0,0,-9542,299.005,53.319,4.581,600,20,0,2,0,1,0,0,0),(241244,32820,0,1,1,0,0,-9542,-517,63.119,1.22,600,20,0,2,0,1,0,0,0),(241243,32820,0,1,1,0,0,-9543,-1003,51.05,3.629,600,20,0,2,0,1,0,0,0),(241242,32820,0,1,1,0,0,-9544,-886,46.261,3.139,600,20,0,2,0,1,0,0,0),(241241,32820,0,1,1,0,0,-9544,-1495,61.319,0.796,600,20,0,2,0,1,0,0,0),(241240,32820,0,1,1,0,0,-9544.87,77.7707,59.0124,5.92404,600,20,0,2,0,1,0,0,0),(241239,32820,0,1,1,0,0,-9545,126.803,59.076,2.364,600,20,0,2,0,1,0,0,0),(241238,32820,0,1,1,0,0,-9545,-1145,46.409,4.804,600,20,0,2,0,1,0,0,0),(241237,32820,0,1,1,0,0,-9545,-1401,53.933,2.466,600,20,0,2,0,1,0,0,0),(241236,32820,0,1,1,0,0,-9546,-187,61.342,5.506,600,20,0,2,0,1,0,0,0),(241235,32820,0,1,1,0,0,-9547,-551,60.16,3.215,600,20,0,2,0,1,0,0,0),(241234,32820,0,1,1,0,0,-9547,-975,49.27,2.344,600,20,0,2,0,1,0,0,0),(241233,32820,0,1,1,0,0,-9548,67.039,59.25,1.844,600,20,0,2,0,1,0,0,0),(241232,32820,0,1,1,0,0,-9548,-540,60.557,3.038,600,20,0,2,0,1,0,0,0),(241231,32820,0,1,1,0,0,-9548.14,-710.201,90.4265,3.76926,600,20,0,2,0,1,0,0,0),(241230,32820,0,1,1,0,0,-9549,-381,62.186,0.841,600,20,0,2,0,1,0,0,0),(241229,32820,0,1,1,0,0,-9550,-315,62.703,2.76,600,20,0,2,0,1,0,0,0),(241228,32820,0,1,1,0,0,-9551,209.447,57.854,3.198,600,20,0,2,0,1,0,0,0),(241227,32820,0,1,1,0,0,-9551.31,-712.266,75.0554,3.9444,600,20,0,2,0,1,0,0,0),(241226,32820,0,1,1,0,0,-9552,140.323,58.881,5.078,600,20,0,2,0,1,0,0,0),(241225,32820,0,1,1,0,0,-9553,108.151,58.882,0.059,600,20,0,2,0,1,0,0,0),(241224,32820,0,1,1,0,0,-9553,-244,62.128,1.554,600,20,0,2,0,1,0,0,0),(241223,32820,0,1,1,0,0,-9553,-728,99.252,2.164,600,20,0,2,0,1,0,0,0),(241222,32820,0,1,1,0,0,-9553,-1502,61.176,6.117,600,20,0,2,0,1,0,0,0),(241221,32820,0,1,1,0,0,-9554,-313,62.556,4.793,600,20,0,2,0,1,0,0,0),(241220,32820,0,1,1,0,0,-9554,-390,62.948,0.279,600,20,0,2,0,1,0,0,0),(241219,32820,0,1,1,0,0,-9555,181.645,59.138,2.708,600,20,0,2,0,1,0,0,0),(241218,32820,0,1,1,0,0,-9556,-316,62.352,6.073,600,20,0,2,0,1,0,0,0),(241217,32820,0,1,1,0,0,-9557,129.744,58.881,5.82,600,20,0,2,0,1,0,0,0),(241216,32820,0,1,1,0,0,-9557,89.681,58.881,4.876,600,20,0,2,0,1,0,0,0),(241215,32820,0,1,1,0,0,-9558,104.884,58.882,4.923,600,20,0,2,0,1,0,0,0),(241214,32820,0,1,1,0,0,-9563.21,76.4257,58.8835,0.935819,600,20,0,2,0,1,0,0,0),(241213,32820,0,1,1,0,0,-9560.06,74.1694,58.8881,0.905975,600,20,0,2,0,1,0,0,0),(241212,32820,0,1,1,0,0,-9562,103.726,58.882,4.918,600,20,0,2,0,1,0,0,0),(241211,32820,0,1,1,0,0,-9563,-307,63.23,2.619,600,20,0,2,0,1,0,0,0),(241210,32820,0,1,1,0,0,-9565,-1139,43.958,3.8,600,20,0,2,0,1,0,0,0),(241209,32820,0,1,1,0,0,-9567,195.622,59.003,3.211,600,20,0,2,0,1,0,0,0),(241208,32820,0,1,1,0,0,-9567,81.004,58.881,0.348,600,20,0,2,0,1,0,0,0),(241207,32820,0,1,1,0,0,-9568,-222,62.061,6.001,600,20,0,2,0,1,0,0,0),(241206,32820,0,1,1,0,0,-9568,-439,61.607,0.36,600,20,0,2,0,1,0,0,0),(241205,32820,0,1,1,0,0,-9568,-1011,47.385,2.208,600,20,0,2,0,1,0,0,0),(241204,32820,0,1,1,0,0,-9568,-1142,43.928,5.745,600,20,0,2,0,1,0,0,0),(241203,32820,0,1,1,0,0,-9568,-1260,47.978,3.074,600,20,0,2,0,1,0,0,0),(241202,32820,0,1,1,0,0,-9568,-1482,61.479,0.377,600,20,0,2,0,1,0,0,0),(241201,32820,0,1,1,0,0,-9570,518.539,48.457,1.061,600,20,0,2,0,1,0,0,0),(241200,32820,0,1,1,0,0,-9570,-1141,43.698,5.645,600,20,0,2,0,1,0,0,0),(241199,32820,0,1,1,0,0,-9571,-432,62.519,0.868,600,20,0,2,0,1,0,0,0),(241198,32820,0,1,1,0,0,-9572.62,88.1464,58.8819,5.974,600,20,0,2,0,1,0,0,0),(241197,32820,0,1,1,0,0,-9575,-297,61.31,2.498,600,20,0,2,0,1,0,0,0),(241196,32820,0,1,1,0,0,-9575,-424,62.826,1.817,600,20,0,2,0,1,0,0,0),(241195,32820,0,1,1,0,0,-9576,314.797,55.528,2.647,600,20,0,2,0,1,0,0,0),(241194,32820,0,1,1,0,0,-9576,-718,99.27,3.054,600,20,0,2,0,1,0,0,0),(241193,32820,0,1,1,0,0,-9578,576.959,49.341,1.091,600,20,0,2,0,1,0,0,0),(241192,32820,0,1,1,0,0,-9580,727.4,34.263,6.273,600,20,0,2,0,1,0,0,0),(241191,32820,0,1,1,0,0,-9582,-317,61.673,1.959,600,20,0,2,0,1,0,0,0),(241190,32820,0,1,1,0,0,-9584,-160,57.909,5.738,600,20,0,2,0,1,0,0,0),(241189,32820,0,1,1,0,0,-9586,459.753,41.175,3.861,600,20,0,2,0,1,0,0,0),(241188,32820,0,1,1,0,0,-9586,435.596,39.798,3.141,600,20,0,2,0,1,0,0,0),(241187,32820,0,1,1,0,0,-9587,-1149,45.731,5.771,600,20,0,2,0,1,0,0,0),(241186,32820,0,1,1,0,0,-9587,-1545,59.617,6.028,600,20,0,2,0,1,0,0,0),(241185,32820,0,1,1,0,0,-9588,-438,60.505,3.263,600,20,0,2,0,1,0,0,0),(241184,32820,0,1,1,0,0,-9590,-1128,44.706,1.545,600,20,0,2,0,1,0,0,0),(241183,32820,0,1,1,0,0,-9592,-614,57.006,3.361,600,20,0,2,0,1,0,0,0),(241182,32820,0,1,1,0,0,-9596,-614,56.776,2.182,600,20,0,2,0,1,0,0,0),(241181,32820,0,1,1,0,0,-9598,-625,56.651,3.35,600,20,0,2,0,1,0,0,0),(241180,32820,0,1,1,0,0,-9600,-617,56.301,5.539,600,20,0,2,0,1,0,0,0),(241179,32820,0,1,1,0,0,-9605,-536,55.4,2.668,600,20,0,2,0,1,0,0,0),(241178,32820,0,1,1,0,0,-9606,684.352,38.652,1.964,600,20,0,2,0,1,0,0,0),(241177,32820,0,1,1,0,0,-9606,541.682,45.521,3.87,600,20,0,2,0,1,0,0,0),(241176,32820,0,1,1,0,0,-9606,-1474,59.74,2.897,600,20,0,2,0,1,0,0,0),(241175,32820,0,1,1,0,0,-9609,-873,48.006,0.976,600,20,0,2,0,1,0,0,0),(241174,32820,0,1,1,0,0,-9610,640.565,38.652,2.732,600,20,0,2,0,1,0,0,0),(241173,32820,0,1,1,0,0,-9610,-1032,41.306,3.142,600,20,0,2,0,1,0,0,0),(241172,32820,0,1,1,0,0,-9610.42,-1072.08,39.5028,3.2748,600,20,0,2,0,1,0,0,0),(241171,32820,0,1,1,0,0,-9612,-880,48.976,2.975,600,20,0,2,0,1,0,0,0),(241170,32820,0,1,1,0,0,-9614,-884,49.325,3.363,600,20,0,2,0,1,0,0,0),(241169,32820,0,1,1,0,0,-9615,-877,48.881,0.785,600,20,0,2,0,1,0,0,0),(241168,32820,0,1,1,0,0,-9615,-1164,42.549,2.742,600,20,0,2,0,1,0,0,0),(241167,32820,0,1,1,0,0,-9616,358.532,44.245,2.353,600,20,0,2,0,1,0,0,0),(241166,32820,0,1,1,0,0,-9616,-1039,39.999,3.142,600,20,0,2,0,1,0,0,0),(241165,32820,0,1,1,0,0,-9617,-854,45.009,4.939,600,20,0,2,0,1,0,0,0),(241164,32820,0,1,1,0,0,-9617,-884,49.006,5.743,600,20,0,2,0,1,0,0,0),(241163,32820,0,1,1,0,0,-9620,-1070,39.575,0.448,600,20,0,2,0,1,0,0,0),(241162,32820,0,1,1,0,0,-9621,195.889,47.699,4.419,600,20,0,2,0,1,0,0,0),(241161,32820,0,1,1,0,0,-9621.46,-1038.96,39.6437,0.24935,600,20,0,2,0,1,0,0,0),(241160,32820,0,1,1,0,0,-9629,212.808,47.86,2.653,600,20,0,2,0,1,0,0,0),(241159,32820,0,1,1,0,0,-9631,-45,44.366,2.666,600,20,0,2,0,1,0,0,0),(241158,32820,0,1,1,0,0,-9631,-1569,55.883,5.065,600,20,0,2,0,1,0,0,0),(241157,32820,0,1,1,0,0,-9633,304.301,47.332,5.973,600,20,0,2,0,1,0,0,0),(241156,32820,0,1,1,0,0,-9635,56.194,59.917,4.14,600,20,0,2,0,1,0,0,0),(241155,32820,0,1,1,0,0,-9638,696.574,38.652,0.302,600,20,0,2,0,1,0,0,0),(241154,32820,0,1,1,0,0,-9641,-423,60.277,2.665,600,20,0,2,0,1,0,0,0),(241153,32820,0,1,1,0,0,-9642,171.817,47.878,1.497,600,20,0,2,0,1,0,0,0),(241152,32820,0,1,1,0,0,-9642,-208,53.564,3.837,600,20,0,2,0,1,0,0,0),(241151,32820,0,1,1,0,0,-9643,377.555,42.262,0.399,600,20,0,2,0,1,0,0,0),(241150,32820,0,1,1,0,0,-9643,-52,43.822,4.879,600,20,0,2,0,1,0,0,0),(241149,32820,0,1,1,0,0,-9643,-390,60.446,1.07,600,20,0,2,0,1,0,0,0),(241148,32820,0,1,1,0,0,-9644,-117,50.891,5.77,600,20,0,2,0,1,0,0,0),(241147,32820,0,1,1,0,0,-9646,-259,62.374,4.038,600,20,0,2,0,1,0,0,0),(241146,32820,0,1,1,0,0,-9650,661.417,38.735,5.027,600,20,0,2,0,1,0,0,0),(241145,32820,0,1,1,0,0,-9650,141.491,45.918,3.654,600,20,0,2,0,1,0,0,0),(241144,32820,0,1,1,0,0,-9651,608.674,41.892,5.38,600,20,0,2,0,1,0,0,0),(241143,32820,0,1,1,0,0,-9651,534.697,43.157,2.778,600,20,0,2,0,1,0,0,0),(241142,32820,0,1,1,0,0,-9651,346.356,43.78,3.174,600,20,0,2,0,1,0,0,0),(241141,32820,0,1,1,0,0,-9651,-451,55.271,0.3,600,20,0,2,0,1,0,0,0),(241140,32820,0,1,1,0,0,-9651,-923,46.883,3.953,600,20,0,2,0,1,0,0,0),(241139,32820,0,1,1,0,0,-9652,654.731,38.735,0.454,600,20,0,2,0,1,0,0,0),(241138,32820,0,1,1,0,0,-9653,625.699,38.357,0.42,600,20,0,2,0,1,0,0,0),(241137,32820,0,1,1,0,0,-9653,-1626,56.418,0.262,600,20,0,2,0,1,0,0,0),(241136,32820,0,1,1,0,0,-9654,659.651,38.735,5.69,600,20,0,2,0,1,0,0,0),(241135,32820,0,1,1,0,0,-9654,564.774,41.556,4.709,600,20,0,2,0,1,0,0,0),(241134,32820,0,1,1,0,0,-9654,-589,55.268,6.118,600,20,0,2,0,1,0,0,0),(241133,32820,0,1,1,0,0,-9655,161.958,47.921,4.104,600,20,0,2,0,1,0,0,0),(241132,32820,0,1,1,0,0,-9655,-430,56.846,3.104,600,20,0,2,0,1,0,0,0),(241131,32820,0,1,1,0,0,-9656,-186,52.282,5.817,600,20,0,2,0,1,0,0,0),(241130,32820,0,1,1,0,0,-9657,177.253,48.539,1.592,600,20,0,2,0,1,0,0,0),(241129,32820,0,1,1,0,0,-9658,384.124,41.988,2.129,600,20,0,2,0,1,0,0,0),(241128,32820,0,1,1,0,0,-9658,208.041,48.973,1.677,600,20,0,2,0,1,0,0,0),(241127,32820,0,1,1,0,0,-9658,108.193,46.029,3.889,600,20,0,2,0,1,0,0,0),(241126,32820,0,1,1,0,0,-9660,525.708,41.011,2.836,600,20,0,2,0,1,0,0,0),(241125,32820,0,1,1,0,0,-9661,-1084,43.3,0.976,600,20,0,2,0,1,0,0,0),(241124,32820,0,1,1,0,0,-9662,-190,50.471,0.433,600,20,0,2,0,1,0,0,0),(241123,32820,0,1,1,0,0,-9663,603.806,40.344,0.648,600,20,0,2,0,1,0,0,0),(241122,32820,0,1,1,0,0,-9663,401.738,40.652,5.242,600,20,0,2,0,1,0,0,0),(241121,32820,0,1,1,0,0,-9663,-1154,40.172,0.397,600,20,0,2,0,1,0,0,0),(241120,32820,0,1,1,0,0,-9665,693.473,36.846,3.491,600,20,0,2,0,1,0,0,0),(241119,32820,0,1,1,0,0,-9666,541.163,41.336,3.046,600,20,0,2,0,1,0,0,0),(241118,32820,0,1,1,0,0,-9667,494.199,38.632,5.933,600,20,0,2,0,1,0,0,0),(241117,32820,0,1,1,0,0,-9667,-429,55.276,2.6,600,20,0,2,0,1,0,0,0),(241116,32820,0,1,1,0,0,-9667,-434,54.843,0.73,600,20,0,2,0,1,0,0,0),(241115,32820,0,1,1,0,0,-9671,374.911,43.226,1.907,600,20,0,2,0,1,0,0,0),(241114,32820,0,1,1,0,0,-9673,374.112,43.139,2.698,600,20,0,2,0,1,0,0,0),(241113,32820,0,1,1,0,0,-9673,318.748,46.291,2.546,600,20,0,2,0,1,0,0,0),(241112,32820,0,1,1,0,0,-9673,-492,51.997,4.616,600,20,0,2,0,1,0,0,0),(241111,32820,0,1,1,0,0,-9674,-905,42.956,3.032,600,20,0,2,0,1,0,0,0),(241110,32820,0,1,1,0,0,-9675,174.857,49.398,0.567,600,20,0,2,0,1,0,0,0),(241109,32820,0,1,1,0,0,-9675,-815,47.432,3.599,600,20,0,2,0,1,0,0,0),(241108,32820,0,1,1,0,0,-9676,108.541,45.798,5.688,600,20,0,2,0,1,0,0,0),(241107,32820,0,1,1,0,0,-9676,-423,54.769,3.825,600,20,0,2,0,1,0,0,0),(241106,32820,0,1,1,0,0,-9676,-1573,55.732,3.81,600,20,0,2,0,1,0,0,0),(241105,32820,0,1,1,0,0,-9676,-1601,54.754,2.82,600,20,0,2,0,1,0,0,0),(241104,32820,0,1,1,0,0,-9677,-567,49.951,3.448,600,20,0,2,0,1,0,0,0),(241103,32820,0,1,1,0,0,-9678,598.149,39.802,4.33,600,20,0,2,0,1,0,0,0),(241102,32820,0,1,1,0,0,-9678,-183,46.748,4.703,600,20,0,2,0,1,0,0,0),(241101,32820,0,1,1,0,0,-9678,-1581,57.199,3.789,600,20,0,2,0,1,0,0,0),(241100,32820,0,1,1,0,0,-9680,754.835,33.07,1.964,600,20,0,2,0,1,0,0,0),(241099,32820,0,1,1,0,0,-9680,356.074,43.955,3.999,600,20,0,2,0,1,0,0,0),(241098,32820,0,1,1,0,0,-9681,-135,43.235,5.441,600,20,0,2,0,1,0,0,0),(241097,32820,0,1,1,0,0,-9681,-164,45.229,0.723,600,20,0,2,0,1,0,0,0),(241096,32820,0,1,1,0,0,-9681,-335,57.205,3.703,600,20,0,2,0,1,0,0,0),(241095,32820,0,1,1,0,0,-9681,-416,54.327,3.698,600,20,0,2,0,1,0,0,0),(241094,32820,0,1,1,0,0,-9682,136.4,47.849,0.967,600,20,0,2,0,1,0,0,0),(241093,32820,0,1,1,0,0,-9682,-327,56.332,3.443,600,20,0,2,0,1,0,0,0),(241092,32820,0,1,1,0,0,-9683,-50,39.54,2.438,600,20,0,2,0,1,0,0,0),(241091,32820,0,1,1,0,0,-9684,-951,41.894,1.231,600,20,0,2,0,1,0,0,0),(241090,32820,0,1,1,0,0,-9685,-269,61.53,3.605,600,20,0,2,0,1,0,0,0),(241089,32820,0,1,1,0,0,-9685,-421,54.012,2.846,600,20,0,2,0,1,0,0,0),(241088,32820,0,1,1,0,0,-9686,-168,45.128,3.634,600,20,0,2,0,1,0,0,0),(241087,32820,0,1,1,0,0,-9686,-349,57.389,2.183,600,20,0,2,0,1,0,0,0),(241086,32820,0,1,1,0,0,-9686,-1131,40.541,4.802,600,20,0,2,0,1,0,0,0),(241085,32820,0,1,1,0,0,-9687,-684,48.895,0,600,20,0,2,0,1,0,0,0),(241084,32820,0,1,1,0,0,-9687,-684,48.302,6.184,600,20,0,2,0,1,0,0,0),(241083,32820,0,1,1,0,0,-9687,-750,46.082,3.762,600,20,0,2,0,1,0,0,0),(241082,32820,0,1,1,0,0,-9688,535.311,38.85,4.16,600,20,0,2,0,1,0,0,0),(241081,32820,0,1,1,0,0,-9688,212.671,51.334,2.213,600,20,0,2,0,1,0,0,0),(241080,32820,0,1,1,0,0,-9688,-363,55.84,4.373,600,20,0,2,0,1,0,0,0),(241079,32820,0,1,1,0,0,-9688,-708,48.174,4.93,600,20,0,2,0,1,0,0,0),(241078,32820,0,1,1,0,0,-9688,-1583,56.778,3.584,600,20,0,2,0,1,0,0,0),(241077,32820,0,1,1,0,0,-9689,-311,56.459,1.525,600,20,0,2,0,1,0,0,0),(241076,32820,0,1,1,0,0,-9689,-582,50.154,5.298,600,20,0,2,0,1,0,0,0),(241075,32820,0,1,1,0,0,-9689,-702,48.288,1.51,600,20,0,2,0,1,0,0,0),(241074,32820,0,1,1,0,0,-9690,214.238,51.084,2.691,600,20,0,2,0,1,0,0,0),(241073,32820,0,1,1,0,0,-9690,-684,47.855,1.707,600,20,0,2,0,1,0,0,0),(241072,32820,0,1,1,0,0,-9691,-179,45.468,3.793,600,20,0,2,0,1,0,0,0),(241071,32820,0,1,1,0,0,-9693,757.182,31.571,2.831,600,20,0,2,0,1,0,0,0),(241070,32820,0,1,1,0,0,-9693,-12,40.812,2.241,600,20,0,2,0,1,0,0,0),(241069,32820,0,1,1,0,0,-9693,-565,48.472,1.692,600,20,0,2,0,1,0,0,0),(241068,32820,0,1,1,0,0,-9693,-681,46.882,3.713,600,20,0,2,0,1,0,0,0),(241067,32820,0,1,1,0,0,-9693,-891,42.969,3.883,600,20,0,2,0,1,0,0,0),(241066,32820,0,1,1,0,0,-9694,-325,56.084,3.284,600,20,0,2,0,1,0,0,0),(241065,32820,0,1,1,0,0,-9694,-338,57.316,1.581,600,20,0,2,0,1,0,0,0),(241064,32820,0,1,1,0,0,-9695,-596,48.613,2.691,600,20,0,2,0,1,0,0,0),(241063,32820,0,1,1,0,0,-9696,605.496,39.227,0.987,600,20,0,2,0,1,0,0,0),(241062,32820,0,1,1,0,0,-9696,119.949,48.207,3.006,600,20,0,2,0,1,0,0,0),(241061,32820,0,1,1,0,0,-9696,-287,58.855,3.667,600,20,0,2,0,1,0,0,0),(241060,32820,0,1,1,0,0,-9696,-518,51.99,2.203,600,20,0,2,0,1,0,0,0),(241059,32820,0,1,1,0,0,-9696,-563,47.972,4.491,600,20,0,2,0,1,0,0,0),(241058,32820,0,1,1,0,0,-9697,-77,38.994,4.625,600,20,0,2,0,1,0,0,0),(241057,32820,0,1,1,0,0,-9698,-73,38.956,5.983,600,20,0,2,0,1,0,0,0),(241056,32820,0,1,1,0,0,-9698,-79,38.762,4.605,600,20,0,2,0,1,0,0,0),(241055,32820,0,1,1,0,0,-9699,754.402,31.08,4.664,600,20,0,2,0,1,0,0,0),(241054,32820,0,1,1,0,0,-9699,-1219,53.988,3.839,600,20,0,2,0,1,0,0,0),(241053,32820,0,1,1,0,0,-9701,-343,56.395,0.109,600,20,0,2,0,1,0,0,0),(241052,32820,0,1,1,0,0,-9703,-194,45.877,3.77,600,20,0,2,0,1,0,0,0),(241051,32820,0,1,1,0,0,-9729.64,590.888,32.8345,2.93918,600,20,0,2,0,1,0,0,0),(241050,32820,0,1,1,0,0,-9705,-986,41.854,0.701,600,20,0,2,0,1,0,0,0),(241049,32820,0,1,1,0,0,-9706,-50,38.471,0.338,600,20,0,2,0,1,0,0,0),(241048,32820,0,1,1,0,0,-9706,-448,51.78,3.097,600,20,0,2,0,1,0,0,0),(241047,32820,0,1,1,0,0,-9707,-1225,54.113,6.001,600,20,0,2,0,1,0,0,0),(241046,32820,0,1,1,0,0,-9708,726.474,30.275,0.921,600,20,0,2,0,1,0,0,0),(241045,32820,0,1,1,0,0,-9708,-375,53.215,4.519,600,20,0,2,0,1,0,0,0),(241044,32820,0,1,1,0,0,-9709,-515,53.228,5.221,600,20,0,2,0,1,0,0,0),(241043,32820,0,1,1,0,0,-9711,245.09,49.688,5.531,600,20,0,2,0,1,0,0,0),(241042,32820,0,1,1,0,0,-9711,-1546,56.61,1.215,600,20,0,2,0,1,0,0,0),(241041,32820,0,1,1,0,0,-9712,579.657,37.595,0.698,600,20,0,2,0,1,0,0,0),(241040,32820,0,1,1,0,0,-9712,-113,36.01,5.03,600,20,0,2,0,1,0,0,0),(241039,32820,0,1,1,0,0,-9712,-181,43.842,3.608,600,20,0,2,0,1,0,0,0),(241038,32820,0,1,1,0,0,-9712,-660,46.67,0.96,600,20,0,2,0,1,0,0,0),(241037,32820,0,1,1,0,0,-9713,-646,46.941,5.807,600,20,0,2,0,1,0,0,0),(241036,32820,0,1,1,0,0,-9714,410.541,40.489,5.066,600,20,0,2,0,1,0,0,0),(241035,32820,0,1,1,0,0,-9714,-7,38.999,6.216,600,20,0,2,0,1,0,0,0),(241034,32820,0,1,1,0,0,-9715,-245,48.313,0.157,600,20,0,2,0,1,0,0,0),(241033,32820,0,1,1,0,0,-9715,-716,45.383,1.985,600,20,0,2,0,1,0,0,0),(241032,32820,0,1,1,0,0,-9715,-1537,54.61,0.335,600,20,0,2,0,1,0,0,0),(241031,32820,0,1,1,0,0,-9716,-818,43.924,1.439,600,20,0,2,0,1,0,0,0),(241030,32820,0,1,1,0,0,-9716,-1144,40.123,0.638,600,20,0,2,0,1,0,0,0),(241029,32820,0,1,1,0,0,-9717,755.86,30.836,4.349,600,20,0,2,0,1,0,0,0),(241028,32820,0,1,1,0,0,-9717,-1303,50.725,4.052,600,20,0,2,0,1,0,0,0),(241027,32820,0,1,1,0,0,-9717,-1490,50.84,4.318,600,20,0,2,0,1,0,0,0),(241026,32820,0,1,1,0,0,-9718,371.821,42.544,5.649,600,20,0,2,0,1,0,0,0),(241025,32820,0,1,1,0,0,-9718,-85,36.09,3.028,600,20,0,2,0,1,0,0,0),(241024,32820,0,1,1,0,0,-9719,-395,50.859,0.383,600,20,0,2,0,1,0,0,0),(241023,32820,0,1,1,0,0,-9720,429.388,38.745,2.756,600,20,0,2,0,1,0,0,0),(241022,32820,0,1,1,0,0,-9720,-1205,49.588,5.101,600,20,0,2,0,1,0,0,0),(241021,32820,0,1,1,0,0,-9721,745.296,30.548,5.925,600,20,0,2,0,1,0,0,0),(241020,32820,0,1,1,0,0,-9721,428.239,38.853,0,600,20,0,2,0,1,0,0,0),(241019,32820,0,1,1,0,0,-9721,23.362,39.87,5.61,600,20,0,2,0,1,0,0,0),(241018,32820,0,1,1,0,0,-9722,256.462,49.063,1.155,600,20,0,2,0,1,0,0,0),(241017,32820,0,1,1,0,0,-9722,197.088,50.27,4.67,600,20,0,2,0,1,0,0,0),(241016,32820,0,1,1,0,0,-9722,128.517,47.234,0.323,600,20,0,2,0,1,0,0,0),(241015,32820,0,1,1,0,0,-9723,-581,45.81,5.94,600,20,0,2,0,1,0,0,0),(241014,32820,0,1,1,0,0,-9724,-930,38.308,2.72,600,20,0,2,0,1,0,0,0),(241013,32820,0,1,1,0,0,-9724,-1112,40.213,3.67,600,20,0,2,0,1,0,0,0),(241012,32820,0,1,1,0,0,-9724,-1310,48.816,0.756,600,20,0,2,0,1,0,0,0),(241011,32820,0,1,1,0,0,-9726,712.112,29.85,2.776,600,20,0,2,0,1,0,0,0),(241010,32820,0,1,1,0,0,-9726,-1129,39.08,2.512,600,20,0,2,0,1,0,0,0),(241009,32820,0,1,1,0,0,-9727,720.553,28.913,6.131,600,20,0,2,0,1,0,0,0),(241008,32820,0,1,1,0,0,-9727,474.598,35.212,2.846,600,20,0,2,0,1,0,0,0),(241007,32820,0,1,1,0,0,-9727,40.062,39.599,3.984,600,20,0,2,0,1,0,0,0),(241006,32820,0,1,1,0,0,-9727,-1089,38.716,2.975,600,20,0,2,0,1,0,0,0),(241005,32820,0,1,1,0,0,-9728,290.418,48.336,1.483,600,20,0,2,0,1,0,0,0),(241004,32820,0,1,1,0,0,-9728,-746,41.971,0.902,600,20,0,2,0,1,0,0,0),(241003,32820,0,1,1,0,0,-9728,-1553,52.11,6.186,600,20,0,2,0,1,0,0,0),(241002,32820,0,1,1,0,0,-9729,437.74,37.602,2.513,600,20,0,2,0,1,0,0,0),(241001,32820,0,1,1,0,0,-9730,341.769,43.205,2.423,600,20,0,2,0,1,0,0,0),(241000,32820,0,1,1,0,0,-9730,103.062,46.948,5.309,600,20,0,2,0,1,0,0,0),(240999,32820,0,1,1,0,0,-9730,-259,47.41,2.503,600,20,0,2,0,1,0,0,0),(240998,32820,0,1,1,0,0,-9730,-1466,52.464,4.684,600,20,0,2,0,1,0,0,0),(240997,32820,0,1,1,0,0,-9731,447.916,37.187,2.678,600,20,0,2,0,1,0,0,0),(240996,32820,0,1,1,0,0,-9731,115.349,24.41,4.975,600,20,0,2,0,1,0,0,0),(240995,32820,0,1,1,0,0,-9734,114.787,24.424,5.405,600,20,0,2,0,1,0,0,0),(240994,32820,0,1,1,0,0,-9735,138.105,19.025,0.554,600,20,0,2,0,1,0,0,0),(240993,32820,0,1,1,0,0,-9735,-79,34.112,3.089,600,20,0,2,0,1,0,0,0),(240992,32820,0,1,1,0,0,-9735,-989,42.063,0.381,600,20,0,2,0,1,0,0,0),(240991,32820,0,1,1,0,0,-9738,921.018,26.584,5.289,600,20,0,2,0,1,0,0,0),(240990,32820,0,1,1,0,0,-9738,-1213,47.634,2.495,600,20,0,2,0,1,0,0,0),(240989,32820,0,1,1,0,0,-9739,518.949,35.619,1.928,600,20,0,2,0,1,0,0,0),(240988,32820,0,1,1,0,0,-9903.68,226.756,16.4163,0.336615,600,20,0,2,0,1,0,0,0),(240987,32820,0,1,1,0,0,-9741,165.586,50.495,0.571,600,20,0,2,0,1,0,0,0),(240986,32820,0,1,1,0,0,-9741,-837,40.12,4.08,600,20,0,2,0,1,0,0,0),(240985,32820,0,1,1,0,0,-9742,-725,40.918,1.935,600,20,0,2,0,1,0,0,0),(240984,32820,0,1,1,0,0,-9742,-759,41.002,4.724,600,20,0,2,0,1,0,0,0),(240983,32820,0,1,1,0,0,-9743,430.639,38.11,3.056,600,20,0,2,0,1,0,0,0),(240982,32820,0,1,1,0,0,-9743,-1,37.689,2.205,600,20,0,2,0,1,0,0,0),(240981,32820,0,1,1,0,0,-9743,-361,53.892,3.28,600,20,0,2,0,1,0,0,0),(240980,32820,0,1,1,0,0,-9744,87.153,12.71,6.018,600,20,0,2,0,1,0,0,0),(240979,32820,0,1,1,0,0,-9851.49,213.185,14.1337,2.54401,600,20,0,2,0,1,0,0,0),(240978,32820,0,1,1,0,0,-9747,103.541,45.928,0.122,600,20,0,2,0,1,0,0,0),(240977,32820,0,1,1,0,0,-9747,-918,39.343,6.169,600,20,0,2,0,1,0,0,0),(240976,32820,0,1,1,0,0,-9747,-1530,49.29,4.695,600,20,0,2,0,1,0,0,0),(240975,32820,0,1,1,0,0,-9748,311.153,45.449,6.103,600,20,0,2,0,1,0,0,0),(240974,32820,0,1,1,0,0,-9748,-348,54.392,0.792,600,20,0,2,0,1,0,0,0),(240973,32820,0,1,1,0,0,-9748,-753,41.264,5.73,600,20,0,2,0,1,0,0,0),(240972,32820,0,1,1,0,0,-9826.07,186.314,12.2822,1.2734,600,20,0,2,0,1,0,0,0),(240971,32820,0,1,1,0,0,-9749,-147,35.487,1.987,600,20,0,2,0,1,0,0,0),(240970,32820,0,1,1,0,0,-9750,520.191,35.408,4.794,600,20,0,2,0,1,0,0,0),(240969,32820,0,1,1,0,0,-9750,317.248,44.883,6.075,600,20,0,2,0,1,0,0,0),(240968,32820,0,1,1,0,0,-9750,-749,41.764,5.17,600,20,0,2,0,1,0,0,0),(240967,32820,0,1,1,0,0,-9751,-747,41.764,5.172,600,20,0,2,0,1,0,0,0),(240966,32820,0,1,1,0,0,-9752,317.84,44.536,1.763,600,20,0,2,0,1,0,0,0),(240965,32820,0,1,1,0,0,-9752,-219,44.307,5.562,600,20,0,2,0,1,0,0,0),(240964,32820,0,1,1,0,0,-9752,-1450,49.442,5.795,600,20,0,2,0,1,0,0,0),(240963,32820,0,1,1,0,0,-9753,-265,46.591,4.372,600,20,0,2,0,1,0,0,0),(240962,32820,0,1,1,0,0,-9754,83.393,42.845,3.962,600,20,0,2,0,1,0,0,0),(240961,32820,0,1,1,0,0,-9754,-1314,47.153,3.479,600,20,0,2,0,1,0,0,0),(240960,32820,0,1,1,0,0,-9756,-743,41.258,3.814,600,20,0,2,0,1,0,0,0),(240959,32820,0,1,1,0,0,-9757,212.414,47.7,0.285,600,20,0,2,0,1,0,0,0),(240958,32820,0,1,1,0,0,-9757,-734,40.014,1.117,600,20,0,2,0,1,0,0,0),(240957,32820,0,1,1,0,0,-9758,-73,30.879,3.776,600,20,0,2,0,1,0,0,0),(240956,32820,0,1,1,0,0,-9758,-137,32.806,0.543,600,20,0,2,0,1,0,0,0),(240955,32820,0,1,1,0,0,-9759,-643,40.987,6.268,600,20,0,2,0,1,0,0,0),(240954,32820,0,1,1,0,0,-9761,-948,39.179,5.835,600,20,0,2,0,1,0,0,0),(240953,32820,0,1,1,0,0,-9761,-1015,40.758,1.741,600,20,0,2,0,1,0,0,0),(240952,32820,0,1,1,0,0,-9762,54.415,38.711,1.661,600,20,0,2,0,1,0,0,0),(240951,32820,0,1,1,0,0,-9763,325.363,43.322,2.428,600,20,0,2,0,1,0,0,0),(240950,32820,0,1,1,0,0,-9764,-580,37.913,5.737,600,20,0,2,0,1,0,0,0),(240949,32820,0,1,1,0,0,-9764,-1627,47.481,2.482,600,20,0,2,0,1,0,0,0),(240948,32820,0,1,1,0,0,-9765,-640,40.579,3.144,600,20,0,2,0,1,0,0,0),(240947,32820,0,1,1,0,0,-9765,-740,40.328,1.356,600,20,0,2,0,1,0,0,0),(240946,32820,0,1,1,0,0,-9769,-77,28.542,4.893,600,20,0,2,0,1,0,0,0),(240945,32820,0,1,1,0,0,-9769,-1566,41.704,5.201,600,20,0,2,0,1,0,0,0),(240944,32820,0,1,1,0,0,-9770,205.796,46.15,3.377,600,20,0,2,0,1,0,0,0),(240943,32820,0,1,1,0,0,-9758.04,191.688,51.0349,3.51339,600,20,0,2,0,1,0,0,0),(240942,32820,0,1,1,0,0,-9771,111.906,47.054,2.732,600,20,0,2,0,1,0,0,0),(240941,32820,0,1,1,0,0,-9771,-579,36.326,3.167,600,20,0,2,0,1,0,0,0),(240940,32820,0,1,1,0,0,-9771,-857,39.585,4.254,600,20,0,2,0,1,0,0,0),(240939,32820,0,1,1,0,0,-9772,-741,39.829,5.986,600,20,0,2,0,1,0,0,0),(240938,32820,0,1,1,0,0,-9773,-85,28.616,5.453,600,20,0,2,0,1,0,0,0),(240937,32820,0,1,1,0,0,-9773,-625,38.944,4.624,600,20,0,2,0,1,0,0,0),(240936,32820,0,1,1,0,0,-9773,-663,38.65,4.342,600,20,0,2,0,1,0,0,0),(240935,32820,0,1,1,0,0,-9773,-877,39.698,0.241,600,20,0,2,0,1,0,0,0),(240934,32820,0,1,1,0,0,-9774,42.294,35.31,3.105,600,20,0,2,0,1,0,0,0),(240933,32820,0,1,1,0,0,-9780,-713,37.885,4.901,600,20,0,2,0,1,0,0,0),(240932,32820,0,1,1,0,0,-9781,818.493,25.876,5.222,600,20,0,2,0,1,0,0,0),(240931,32820,0,1,1,0,0,-9781,38.677,34.476,3.719,600,20,0,2,0,1,0,0,0),(240930,32820,0,1,1,0,0,-9781,-340,52.759,6.267,600,20,0,2,0,1,0,0,0),(240929,32820,0,1,1,0,0,-9782,-1214,40.11,4.743,600,20,0,2,0,1,0,0,0),(240928,32820,0,1,1,0,0,-9783,108.722,46.037,1.602,600,20,0,2,0,1,0,0,0),(240927,32820,0,1,1,0,0,-9783,-206,40.169,4.714,600,20,0,2,0,1,0,0,0),(240926,32820,0,1,1,0,0,-9783,-643,38.064,3.106,600,20,0,2,0,1,0,0,0),(240925,32820,0,1,1,0,0,-9784,583.306,37.658,0,600,20,0,2,0,1,0,0,0),(240924,32820,0,1,1,0,0,-9784,-984,40.225,2.491,600,20,0,2,0,1,0,0,0),(240923,32820,0,1,1,0,0,-9784,-1540,43.124,6.088,600,20,0,2,0,1,0,0,0),(240922,32820,0,1,1,0,0,-9785,-312,47.715,1.767,600,20,0,2,0,1,0,0,0),(240921,32820,0,1,1,0,0,-9785,-369,53.851,0.932,600,20,0,2,0,1,0,0,0),(240920,32820,0,1,1,0,0,-9785,-1131,35.206,4.418,600,20,0,2,0,1,0,0,0),(240919,32820,0,1,1,0,0,-9786,-338,52.05,3.137,600,20,0,2,0,1,0,0,0),(240918,32820,0,1,1,0,0,-9787,731.342,33.005,2.531,600,20,0,2,0,1,0,0,0),(240917,32820,0,1,1,0,0,-9787,446.78,37.712,3.265,600,20,0,2,0,1,0,0,0),(240916,32820,0,1,1,0,0,-9787,-555,32.218,1.918,600,20,0,2,0,1,0,0,0),(240915,32820,0,1,1,0,0,-9788,111.106,46.738,4.66,600,20,0,2,0,1,0,0,0),(240914,32820,0,1,1,0,0,-9789,-52,26.779,3.638,600,20,0,2,0,1,0,0,0),(240913,32820,0,1,1,0,0,-9790,811.494,25.983,5.441,600,20,0,2,0,1,0,0,0),(240912,32820,0,1,1,0,0,-9790,-891,40.109,0.336,600,20,0,2,0,1,0,0,0),(240911,32820,0,1,1,0,0,-9793,-76,26.349,0.763,600,20,0,2,0,1,0,0,0),(240910,32820,0,1,1,0,0,-9795,470.588,35.875,5.219,600,20,0,2,0,1,0,0,0),(240909,32820,0,1,1,0,0,-9795,109.769,46.1,1.688,600,20,0,2,0,1,0,0,0),(240908,32820,0,1,1,0,0,-9768.37,231.5,46.3995,2.64377,600,20,0,2,0,1,0,0,0),(240907,32820,0,1,1,0,0,-9796,-92,26.825,4.658,600,20,0,2,0,1,0,0,0),(240906,32820,0,1,1,0,0,-9796,-1328,44.102,3.989,600,20,0,2,0,1,0,0,0),(240905,32820,0,1,1,0,0,-9797,140.117,23.51,0.629,600,20,0,2,0,1,0,0,0),(240904,32820,0,1,1,0,0,-9797,99.441,27.848,3.72,600,20,0,2,0,1,0,0,0),(240903,32820,0,1,1,0,0,-9797,-1545,41.124,6.074,600,20,0,2,0,1,0,0,0),(240902,32820,0,1,1,0,0,-9798,460.417,36.02,1.952,600,20,0,2,0,1,0,0,0),(240901,32820,0,1,1,0,0,-9798,-71,25.992,2.625,600,20,0,2,0,1,0,0,0),(240900,32820,0,1,1,0,0,-9798,-1566,37.678,4.835,600,20,0,2,0,1,0,0,0),(240899,32820,0,1,1,0,0,-9825.36,199.121,13.9991,5.394,600,20,0,2,0,1,0,0,0),(240898,32820,0,1,1,0,0,-9799,109.791,24.437,2.13,600,20,0,2,0,1,0,0,0),(240897,32820,0,1,1,0,0,-9799,-84,25.817,2.924,600,20,0,2,0,1,0,0,0),(240896,32820,0,1,1,0,0,-9800,-69,25.769,2.678,600,20,0,2,0,1,0,0,0),(240895,32820,0,1,1,0,0,-9800,-1545,40.87,6.055,600,20,0,2,0,1,0,0,0),(240894,32820,0,1,1,0,0,-9801,428.308,37.763,5.009,600,20,0,2,0,1,0,0,0),(240893,32820,0,1,1,0,0,-9828.89,215.772,15.5806,4.06545,600,20,0,2,0,1,0,0,0),(240892,32820,0,1,1,0,0,-9801,-339,50.996,2.859,600,20,0,2,0,1,0,0,0),(240891,32820,0,1,1,0,0,-9803,698.179,33.112,4.377,600,20,0,2,0,1,0,0,0),(240890,32820,0,1,1,0,0,-9803,369.894,39.797,0.106,600,20,0,2,0,1,0,0,0),(240889,32820,0,1,1,0,0,-9806,444.748,36.487,4.376,600,20,0,2,0,1,0,0,0),(240888,32820,0,1,1,0,0,-9806,-927,39.94,4.34,600,20,0,2,0,1,0,0,0),(240887,32820,0,1,1,0,0,-9806,-932,39.941,1.082,600,20,0,2,0,1,0,0,0),(240886,32820,0,1,1,0,0,-9808,700.085,33.112,4.485,600,20,0,2,0,1,0,0,0),(240885,32820,0,1,1,0,0,-9808,-931,39.855,0.515,600,20,0,2,0,1,0,0,0),(240884,32820,0,1,1,0,0,-9808,-1257,35.589,3.087,600,20,0,2,0,1,0,0,0),(240883,32820,0,1,1,0,0,-9818.85,181.23,22.8492,3.23508,600,20,0,2,0,1,0,0,0),(240882,32820,0,1,1,0,0,-9809,-8,27.107,2.378,600,20,0,2,0,1,0,0,0),(240881,32820,0,1,1,0,0,-9812,-1007,39.106,6.136,600,20,0,2,0,1,0,0,0),(240880,32820,0,1,1,0,0,-9813,-1023,37.602,1.692,600,20,0,2,0,1,0,0,0),(240879,32820,0,1,1,0,0,-9815,-120,28.903,6.033,600,20,0,2,0,1,0,0,0),(240878,32820,0,1,1,0,0,-9815,-1034,37.253,4.324,600,20,0,2,0,1,0,0,0),(240877,32820,0,1,1,0,0,-9815,-1161,34.012,4.563,600,20,0,2,0,1,0,0,0),(240876,32820,0,1,1,0,0,-9816,451.863,36.203,4.279,600,20,0,2,0,1,0,0,0),(240875,32820,0,1,1,0,0,-9816,-184,36.307,0,600,20,0,2,0,1,0,0,0),(240874,32820,0,1,1,0,0,-9817,415.699,36.716,0,600,20,0,2,0,1,0,0,0),(240873,32820,0,1,1,0,0,-9817,139.933,5.035,4.008,600,20,0,2,0,1,0,0,0),(240872,32820,0,1,1,0,0,-9817,49.706,34.991,3.594,600,20,0,2,0,1,0,0,0),(240871,32820,0,1,1,0,0,-9817,-81,26.183,0,600,20,0,2,0,1,0,0,0),(240870,32820,0,1,1,0,0,-9817,-291,41.486,3.443,600,20,0,2,0,1,0,0,0),(240869,32820,0,1,1,0,0,-9817,-856,39.261,5.935,600,20,0,2,0,1,0,0,0),(240868,32820,0,1,1,0,0,-9818,610.676,41.971,1.021,600,20,0,2,0,1,0,0,0),(240867,32820,0,1,1,0,0,-9818,470.864,36.726,3.236,600,20,0,2,0,1,0,0,0),(240866,32820,0,1,1,0,0,-9818,-77,25.713,3.213,600,20,0,2,0,1,0,0,0),(240865,32820,0,1,1,0,0,-9818,-173,33.968,0.393,600,20,0,2,0,1,0,0,0),(240864,32820,0,1,1,0,0,-9819,448.569,36.18,4.211,600,20,0,2,0,1,0,0,0),(240863,32820,0,1,1,0,0,-9819,271.888,39.745,3.47,600,20,0,2,0,1,0,0,0),(240862,32820,0,1,1,0,0,-9819,-1014,38.261,2.284,600,20,0,2,0,1,0,0,0),(240861,32820,0,1,1,0,0,-9806.61,181.334,22.481,0.226278,600,20,0,2,0,1,0,0,0),(240860,32820,0,1,1,0,0,-9820,-1186,35.621,0.891,600,20,0,2,0,1,0,0,0),(240859,32820,0,1,1,0,0,-9821,270.262,39.826,3.543,600,20,0,2,0,1,0,0,0),(240858,32820,0,1,1,0,0,-9821,-235,37.324,4.182,600,20,0,2,0,1,0,0,0),(240857,32820,0,1,1,0,0,-9821,-760,37.255,3.793,600,20,0,2,0,1,0,0,0),(240856,32820,0,1,1,0,0,-9821,-1582,30.796,5.815,600,20,0,2,0,1,0,0,0),(240855,32820,0,1,1,0,0,-9822,180.986,22.808,0.379,600,20,0,2,0,1,0,0,0),(240854,32820,0,1,1,0,0,-9823,39.419,32.713,5.261,600,20,0,2,0,1,0,0,0),(240853,32820,0,1,1,0,0,-9824,81.413,3.073,4.745,600,20,0,2,0,1,0,0,0),(240852,32820,0,1,1,0,0,-9825,269.418,39.451,3.454,600,20,0,2,0,1,0,0,0),(240851,32820,0,1,1,0,0,-9825,-358,54.618,2.712,600,20,0,2,0,1,0,0,0),(240850,32820,0,1,1,0,0,-9826,550.792,37.732,4.378,600,20,0,2,0,1,0,0,0),(240849,32820,0,1,1,0,0,-9826,543.539,36.069,1.571,600,20,0,2,0,1,0,0,0),(240848,32820,0,1,1,0,0,-9826,285.082,38.577,1.575,600,20,0,2,0,1,0,0,0),(43486,21636,530,1,1,0,1,-2898.17,4497.22,-42.8615,2.9147,600,0,0,5914,0,0,0,0,0),(85714,31004,571,1,128,0,0,6405.32,431.952,518.232,0.296706,120,0,0,1,0,0,0,0,0),(85715,31004,571,1,128,0,0,6408.06,424.208,511.365,1.25664,120,0,0,1,0,0,0,0,0),(85716,31004,571,1,128,0,0,6371.18,452.454,513.505,1.20428,120,0,0,1,0,0,0,0,0),(85717,31004,571,1,128,0,0,6391.33,460.3,511.366,1.74533,120,0,0,1,0,0,0,0,0),(85718,31004,571,1,128,0,0,6393.72,427.969,538.735,1.69297,120,0,0,1,0,0,0,0,0),(85719,31004,571,1,128,0,0,6374.81,445.487,517.763,4.03171,120,0,0,1,0,0,0,0,0),(85720,31004,571,1,128,0,0,6382.27,451.901,537.93,1.32645,120,0,0,1,0,0,0,0,0),(85721,31004,571,1,128,0,0,6366.84,459.122,530.336,0.733038,120,0,0,1,0,0,0,0,0),(85722,31004,571,1,128,0,0,6372.48,447.46,511.372,0.244346,120,0,0,1,0,0,0,0,0),(85723,31004,571,1,128,0,0,6394.7,427.473,523.718,1.85005,120,0,0,1,0,0,0,0,0),(85724,31004,571,1,128,0,0,6367.25,459.758,518.801,3.85718,120,0,0,1,0,0,0,0,0),(85725,31004,571,1,128,0,0,6396.96,432.868,533.744,3.1765,120,0,0,1,0,0,0,0,0),(85726,31004,571,1,128,0,0,6403.2,464.296,535.657,3.85718,120,0,0,1,0,0,0,0,0),(85727,31004,571,1,128,0,0,6401.72,464.439,543.173,2.19912,120,0,0,1,0,0,0,0,0),(85728,31004,571,1,128,0,0,6392.17,475.745,512.721,0.628318,120,0,0,1,0,0,0,0,0),(85729,31004,571,1,128,0,0,6397.24,475.231,529.652,4.32842,120,0,0,1,0,0,0,0,0),(85730,31004,571,1,128,0,0,6389.22,474.001,511.365,1.55334,120,0,0,1,0,0,0,0,0),(85731,31013,571,1,128,0,0,6389.73,451.274,513.32,1.32645,120,0,0,1,0,0,0,0,0),(43489,27297,571,1,1,17188,0,2786.59,-2483.96,49.055,4.17134,120,0,0,42,0,0,0,33555200,8),(43490,27297,571,1,1,17188,0,2802.71,-2520.48,52.7519,2.44346,120,0,0,42,0,0,0,33555200,8),(136095,28747,571,1,2,0,1,5636.12,-4146.7,351.608,3.08923,300,0,0,1,0,0,0,0,0),(136096,28724,571,1,2,13069,0,5664.04,-4147.33,352.79,1.55334,300,0,0,1,0,0,0,0,0),(136097,28719,571,1,2,0,0,5664.02,-4147.65,351.457,2.54818,300,0,0,1,0,0,0,0,0),(136098,28747,571,1,2,0,1,5675.4,-4137.26,351.502,3.78736,300,0,0,1,0,0,0,0,0),(136099,28724,571,1,2,13069,0,5664.22,-4085.72,353.672,4.76475,300,0,0,1,0,0,0,0,0),(136100,28747,571,1,2,0,1,5635.91,-4084.48,352.289,3.22886,300,0,0,1,0,0,0,0,0),(136101,28747,571,1,2,0,1,5613.33,-4115.91,353.245,3.08923,300,0,0,1,0,0,0,0,0),(136102,28747,571,1,2,0,1,5674.51,-4074.53,354.172,3.94444,300,0,0,1,0,0,0,0,0),(136103,28719,571,1,2,0,0,5664.24,-4085.23,352.263,3.64774,300,0,0,1,0,0,0,0,0),(136104,28748,571,1,2,0,0,5639.34,-4053.24,353.246,2.87677,300,0,0,1,0,0,0,0,0),(136105,28748,571,1,2,0,0,5622.78,-4115.9,353.167,3.13867,300,0,0,1,0,2,0,0,0),(136106,28719,571,1,2,0,0,5716.75,-4227.83,362.831,3.76991,300,0,0,1,0,0,0,0,0),(136107,28724,571,1,2,13069,0,5716.86,-4227,363.928,1.44862,300,0,0,1,0,0,0,0,0),(136108,28747,571,1,2,0,1,5675.24,-4215.88,362.877,2.48705,300,10,0,1,0,1,0,0,0),(136109,28747,571,1,2,0,1,5672,-4169.42,353.352,1.17581,300,10,0,1,0,1,0,0,0),(136110,28748,571,1,2,0,0,5629.76,-4220.25,363.064,0.00377632,300,0,0,1,0,2,0,0,0),(136111,28719,571,1,2,0,0,5769.08,-4148.81,352.168,1.23918,300,0,0,1,0,0,0,0,0),(136112,28724,571,1,2,13069,0,5769.1,-4148.12,353.564,1.5708,300,0,0,1,0,0,0,0,0),(136113,28747,571,1,2,0,1,5754.83,-4147.8,352.168,6.24828,300,0,0,1,0,0,0,0,0),(136114,28748,571,1,2,0,0,5736.19,-4221.56,362.641,3.20345,300,0,0,1,0,2,0,0,0),(136115,28747,571,1,2,0,1,5754.23,-4091.12,352.198,0.383972,300,0,0,1,0,0,0,0,0),(136116,28724,571,1,2,13069,0,5689.84,-4294.69,375.5,4.62512,300,0,0,1,0,0,0,0,0),(136117,28719,571,1,2,0,0,5689.86,-4293.61,374.082,2.96706,300,0,0,1,0,0,0,0,0),(136118,28754,571,1,2,0,1,5645.16,-4273,375.675,5.8294,300,0,0,1,0,0,0,0,0),(136119,28747,571,1,2,0,1,5688.65,-4271.22,375.474,1.64061,300,0,0,1,0,0,0,0,0),(136120,28747,571,1,2,0,1,5665.32,-4285.89,374.078,1.79769,300,0,0,1,0,0,0,0,0),(136121,28748,571,1,2,0,0,5606.65,-4317.54,373.995,6.25443,300,0,0,1,0,2,0,0,0),(136122,28724,571,1,2,13069,0,5742.73,-4293.23,375.259,4.62512,300,0,0,1,0,0,0,0,0),(136123,28719,571,1,2,0,0,5742.74,-4292.65,374.079,3.63029,300,0,0,1,0,0,0,0,0),(136124,28747,571,1,2,0,1,5745.57,-4271.29,375.486,1.5708,300,0,0,1,0,0,0,0,0),(136125,28724,571,1,2,13069,0,5820.37,-4211.1,363.652,4.66003,300,0,0,1,0,0,0,0,0),(136126,28747,571,1,2,0,1,5778.95,-4177.47,354.406,5.27196,300,10,0,1,0,1,0,0,0),(136127,28719,571,1,2,0,0,5820.29,-4210.61,362.424,3.12414,300,0,0,1,0,0,0,0,0),(136128,28747,571,1,2,0,1,5777.96,-4234.88,360.546,5.42663,300,10,0,1,0,1,0,0,0),(136129,28748,571,1,2,0,0,5812.1,-4175.64,353.397,6.25419,300,0,0,1,0,2,0,0,0),(136130,28030,571,1,2,0,0,5717.11,-4364.71,385.885,1.5708,300,0,0,1,0,0,0,0,0),(136131,28747,571,1,2,0,1,5650.96,-4311.06,374.12,0.121355,300,10,0,1,0,1,0,0,0),(136132,28747,571,1,2,0,1,5689.27,-4377.14,385.885,0.349066,300,0,0,1,0,0,0,0,0),(136133,28747,571,1,2,0,1,5672.37,-4325.27,374.932,4.60767,300,0,0,1,0,0,0,0,0),(136134,28719,571,1,2,0,0,5826.44,-4297.9,374.084,5.02655,300,0,0,1,0,0,0,0,0),(136135,28724,571,1,2,13069,0,5826.2,-4297.68,375.625,3.21141,300,0,0,1,0,0,0,0,0),(136136,28747,571,1,2,0,1,5813.96,-4295.51,374.638,6.12611,300,0,0,1,0,0,0,0,0),(136137,28752,571,1,2,0,1,5757.95,-4321.8,374.079,1.76278,300,0,0,1,0,0,0,0,0),(136138,28747,571,1,2,0,1,5717.15,-4417.47,390.02,1.55334,300,0,0,1,0,0,0,0,0),(136139,28747,571,1,2,0,1,5717.6,-4465.91,394.491,4.8708,300,10,0,1,0,1,0,0,0),(136140,28724,571,1,2,13069,0,5784.32,-4450.26,387.26,1.58825,300,0,0,1,0,0,0,0,0),(136141,28719,571,1,2,0,0,5784.43,-4450.77,385.885,6.07375,300,0,0,1,0,0,0,0,0),(136142,28747,571,1,2,0,1,5789.29,-4409.73,386.433,1.28078,300,10,0,1,0,1,0,0,0),(136143,28748,571,1,2,0,0,5647.67,-4377.96,386.065,3.49977,300,0,0,1,0,2,0,0,0),(136144,28719,571,1,2,0,0,5649.86,-4449,385.885,3.12414,300,0,0,1,0,0,0,0,0),(136145,28747,571,1,2,0,1,5642.89,-4441.07,385.885,5.46288,300,0,0,1,0,0,0,0,0),(136146,28724,571,1,2,13069,0,5649.91,-4448.59,387.246,1.5708,300,0,0,1,0,0,0,0,0),(136147,28748,571,1,2,0,0,5591.12,-4345.02,374.48,1.39626,300,0,0,1,0,0,0,0,0),(136148,28747,571,1,2,0,1,5616.43,-4299.67,374.132,1.8326,300,0,0,1,0,0,0,0,0),(136149,28719,571,1,2,0,0,5581.1,-4435.17,374.082,1.55334,300,0,0,1,0,0,0,0,0),(136150,28724,571,1,2,13069,0,5581.71,-4435.31,375.641,6.26573,300,0,0,1,0,0,0,0,0),(136151,28748,571,1,2,0,0,5591.34,-4395.8,374.058,1.31258,300,0,0,1,0,2,0,0,0),(136152,28747,571,1,2,0,1,5595.19,-4432.8,374.078,3.31613,300,0,0,1,0,0,0,0,0),(136153,28747,571,1,2,0,1,5643.72,-4486.46,385.868,3.33079,300,10,0,1,0,1,0,0,0),(136154,28724,571,1,2,13069,0,5613.82,-4286.39,375.374,5.044,300,0,0,1,0,0,0,0,0),(136155,28719,571,1,2,0,0,5613.5,-4285.69,374.029,5.98648,300,0,0,1,0,0,0,0,0),(136156,28719,571,1,2,0,0,5616.25,-4237.39,363.753,0.191986,300,0,0,1,0,0,0,0,0),(136157,28747,571,1,2,0,1,5616.47,-4223.49,363.772,4.69494,300,0,0,1,0,0,0,0,0),(136158,28724,571,1,2,13069,0,5616.13,-4236.8,365.063,1.58825,300,0,0,1,0,0,0,0,0),(136159,28747,571,1,2,0,1,5746.81,-4376.4,386.226,2.94961,300,0,0,1,0,0,0,0,0),(136160,28747,571,1,2,0,1,5819.42,-4267.65,370.237,5.99292,300,10,0,1,0,1,0,0,0),(136161,28748,571,1,2,0,0,5840.34,-4347.72,374.078,1.62316,300,0,0,1,0,0,0,0,0),(136162,28747,571,1,2,0,1,5827.61,-4221.19,362.522,2.21657,300,0,0,1,0,0,0,0,0),(136163,28747,571,1,2,0,1,5798.31,-4147.53,352.186,6.23082,300,0,0,1,0,0,0,0,0),(136164,28747,571,1,2,0,1,5818.01,-4117.08,353.263,0.0174533,300,0,0,1,0,0,0,0,0),(136165,28719,571,1,2,0,0,5769.03,-4084.95,352.17,3.56047,300,0,0,1,0,0,0,0,0),(136166,28724,571,1,2,13069,0,5769.07,-4085.21,353.504,4.76475,300,0,0,1,0,0,0,0,0),(136167,28747,571,1,2,0,1,5798.5,-4085.71,352.472,0.0349066,300,0,0,1,0,0,0,0,0),(136168,28747,571,1,2,0,1,5779.8,-4054.32,353.905,0.0102175,300,10,0,1,0,1,0,0,0),(136169,28747,571,1,2,0,1,5831.31,-4381.72,374.649,1.25976,300,10,0,1,0,1,0,0,0),(136170,28724,571,1,2,13069,0,5848.86,-4433.83,375.502,3.15905,300,0,0,1,0,0,0,0,0),(136171,28719,571,1,2,0,0,5849.88,-4433.88,374.078,1.46608,300,0,0,1,0,0,0,0,0),(136172,28747,571,1,2,0,1,5842.9,-4440.75,374.078,0.837758,300,0,0,1,0,0,0,0,0),(136173,28747,571,1,2,0,1,5795.06,-4456.04,385.885,2.6529,300,0,0,1,0,0,0,0,0),(136174,28747,571,1,2,0,1,5831.4,-4489.44,376.462,2.92996,300,10,0,1,0,1,0,0,0),(136175,28756,571,1,2,0,0,5841.86,-4383.03,374.05,1.57177,300,0,0,1,0,2,0,0,0),(136176,28748,571,1,2,0,0,5793.18,-4386.62,387.428,2.26353,300,0,0,1,0,2,0,0,0),(136177,28747,571,1,2,0,1,5784.91,-4313.74,374.078,0.909042,300,10,0,1,0,1,0,0,0),(88701,26298,571,1,1,21999,0,5309.63,-3772.25,372.504,5.70723,300,0,0,42,0,0,0,0,0),(88702,26298,571,1,1,21999,0,5333.05,-3796.97,372.489,2.35619,300,0,0,42,0,0,0,0,0),(88703,26298,571,1,1,21999,0,5309.46,-3772.57,372.475,5.35816,300,0,0,42,0,0,0,0,0),(88704,26298,571,1,1,21999,0,5332.84,-3797.16,372.476,2.32129,300,0,0,42,0,0,0,0,0),(88705,28402,571,1,1,0,1,5375.8,-3758.14,360.529,0.733038,300,0,0,0,0,0,0,0,0),(88706,28404,571,1,1,0,0,5497.15,-3791.35,359.645,3.03331,300,5,0,0,0,1,0,0,0),(88707,28403,571,1,1,0,1,5323.46,-3813,371.978,1.55334,300,0,0,0,0,0,0,0,0),(88708,28403,571,1,1,0,1,5291.73,-3780.95,371.659,6.24828,300,0,0,0,0,0,0,0,0),(88709,28403,571,1,1,0,1,5316.54,-3755.72,371.53,5.0091,300,0,0,0,0,0,0,0,0),(88710,28403,571,1,1,0,1,5422.52,-3822.24,363.231,0.0174533,300,0,0,0,0,0,0,0,0),(88711,28403,571,1,1,0,1,5335.82,-3846.02,370.863,3.92699,300,0,0,0,0,0,0,0,0),(88712,28403,571,1,1,0,1,5382.78,-3799.29,372.698,0.785398,300,0,0,0,0,0,0,0,0),(88713,28403,571,1,1,0,1,5347.82,-3790.36,371.458,2.80998,300,0,0,0,0,0,0,0,0),(88714,28404,571,1,1,0,0,5385.08,-3821.31,373.199,4.39083,300,5,0,0,0,1,0,0,0),(88715,28402,571,1,1,0,1,5368.79,-3862.89,373.633,5.51524,300,0,0,0,0,0,0,0,0),(88716,28402,571,1,1,0,1,5263.5,-3717.98,373.073,2.35619,300,0,0,0,0,0,0,0,0),(88717,28403,571,1,1,0,1,5394.25,-3702.96,362.089,0.15708,300,0,0,0,0,0,0,0,0),(88718,28403,571,1,1,0,1,5410.39,-3718.9,362.047,1.51844,300,0,0,0,0,0,0,0,0),(88719,28404,571,1,1,0,0,5395.65,-3862.89,362.435,4.3558,300,5,0,0,0,1,0,0,0),(88720,28404,571,1,1,0,0,5434.54,-3731.85,362.086,2.67576,300,5,0,0,0,1,0,0,0),(88721,28403,571,1,1,0,1,5477.65,-3878.01,361.057,0.767945,300,0,0,0,0,0,0,0,0),(88722,28402,571,1,1,0,1,5553.43,-3829.98,372.527,5.65487,300,0,0,0,0,0,0,0,0),(88723,28402,571,1,1,0,1,5585.78,-3799.42,366.223,6.14356,300,0,0,0,0,0,0,0,0),(88724,28402,571,1,1,0,1,5537.25,-3846.53,372.089,5.37561,300,0,0,0,0,0,0,0,0),(88725,28404,571,1,1,0,0,5510.54,-3926.73,362.085,5.46269,300,5,0,0,0,1,0,0,0),(88726,28403,571,1,1,0,1,5322.32,-3572.04,363.323,4.83456,300,0,0,0,0,0,0,0,0),(88727,28402,571,1,1,0,1,5367.77,-3541.64,364.236,0.785398,300,0,0,0,0,0,0,0,0),(88728,28402,571,1,1,0,1,5459.91,-3643.15,362.345,0.942478,300,0,0,0,0,0,0,0,0),(88729,28402,571,1,1,0,1,5323.4,-3644.5,362.044,5.70723,300,0,0,0,0,0,0,0,0),(88730,28403,571,1,1,0,1,5330.01,-3913.49,365.88,4.69494,300,0,0,0,0,0,0,0,0),(88731,28403,571,1,1,0,1,5434.8,-3919.14,361.161,3.94444,300,0,0,0,0,0,0,0,0),(88732,28402,571,1,1,0,1,5475.93,-3943.57,362.062,4.74688,300,0,0,0,0,2,0,0,0),(88733,28404,571,1,1,0,0,5347.84,-3946.39,362.553,0.749821,300,5,0,0,0,1,0,0,0),(88734,28403,571,1,1,0,1,5277.25,-3619.67,363.328,6.21337,300,0,0,0,0,0,0,0,0),(245680,25923,0,1,1,0,0,-1128.57,-3538.51,51.0144,3.9968,300,0,0,920,0,0,0,0,0),(245679,25922,1,1,1,0,0,6846.1,-4567.41,709.085,4.43314,300,0,0,3728,0,0,0,0,0),(16398,32225,571,1,1,0,0,7303.23,1520.81,323.296,1.53589,300,0,0,63000,0,0,0,0,0),(16397,16123,0,1,1,0,0,-14457.2,448.085,20.407,6.11562,600,0,0,0,0,0,0,0,0),(1976226,25233,571,1,1,0,0,1247.05,-3341.22,199.881,2.98407,600,0,0,9291,0,0,0,0,0),(48311,15091,309,1,1,0,0,-11518.3,-1649.96,41.3826,5.13127,7200,0,0,1,0,0,0,0,0),(48312,15091,309,1,1,0,0,-11518.5,-1649.3,41.3826,5.86431,7200,0,0,1,0,0,0,0,0),(48313,15091,309,1,1,0,0,-11518.5,-1651.54,41.3826,0.261799,7200,0,0,1,0,0,0,0,0),(48314,15091,309,1,1,0,0,-11516.9,-1604.25,41.3826,5.28835,7200,0,0,1,0,0,0,0,0),(43492,22919,530,1,1,0,1,3866.55,5978.68,291.792,4.10061,300,0,0,6986,0,0,0,0,0),(45758,11447,1,1,1,0,0,-3799.62,1063.83,132.806,1.20424,21600,0,0,60000,0,0,0,0,0),(45759,11497,1,1,1,0,0,-3731.22,1061.32,132.345,1.7815,21600,0,0,73000,24340,0,0,0,0),(45760,11498,1,1,1,0,1,-3690.96,1077.14,131.969,2.65172,21600,0,0,57000,0,0,0,0,0),(43494,5435,1,1,1,0,0,-1144.25,-4336.33,-8.45723,4.60283,900,4,0,741,0,1,0,0,0),(100173,3094,0,1,1,0,0,-10694.8,345.662,44.4895,2.09338,300,0,0,2215,0,0,0,0,0),(100174,3094,0,1,1,0,0,-10702.9,360.152,39.7227,4.04982,300,0,0,2215,0,0,0,0,0),(100175,3094,0,1,1,0,0,-10707.4,314.112,40.1481,4.46221,300,0,0,2215,0,0,0,0,0),(100176,3094,0,1,1,0,0,-11096.8,-960.518,65.3837,0.650136,300,0,0,2292,0,0,0,0,0),(100177,3094,0,1,1,0,0,-10800.4,-655.44,41.3178,0.206699,300,0,0,2292,0,0,0,0,0),(100178,3094,0,1,1,0,0,-10782.8,-635.116,42.1594,2.53933,300,0,0,2138,0,0,0,0,0),(100179,3094,0,1,1,0,0,-10806.6,-616.345,40.0752,4.601,300,0,0,2138,0,0,0,0,0),(100180,3094,0,1,1,0,0,-10837.1,-573.623,36.5976,6.13188,300,0,0,2292,0,0,0,0,0),(100181,3094,0,1,1,0,0,-10823,-564.998,37.4107,1.71623,300,0,0,2138,0,0,0,0,0),(100183,3094,0,1,1,0,0,-10924,446.213,46.2609,5.96992,300,0,0,2138,0,0,0,0,0),(100184,3094,0,1,1,0,0,-10747.1,257.103,42.0292,1.18606,300,0,0,2215,0,0,0,0,0),(100185,3094,0,1,1,0,0,-10759.6,343.884,38.3282,5.24523,300,0,0,2138,0,0,0,0,0),(100186,3094,0,1,1,0,0,-10731.5,364.135,37.2459,4.06321,300,0,0,2138,0,0,0,0,0),(100187,3094,0,1,1,0,0,-10701.5,347.995,39.7227,3.22043,300,0,0,2215,0,0,0,0,0),(100188,3094,0,1,1,0,0,-10694.8,344.219,39.7097,2.706,300,0,0,2292,0,0,0,0,0),(100189,3094,0,1,1,0,0,-10715.6,263.155,43.9056,2.1562,300,0,0,2292,0,0,0,0,0),(100190,3094,0,1,1,0,0,-11091.8,-954.163,65.348,1.59261,300,0,0,2215,0,0,0,0,0),(100191,3094,0,1,1,0,0,-10937.8,-936.044,76.878,1.18113,300,0,0,2292,0,0,0,0,0),(100192,3094,0,1,1,0,0,-10964.1,-949.174,71.1917,2.08064,300,0,0,2292,0,0,0,0,0),(100193,3094,0,1,1,0,0,-10934.9,-928.656,72.1262,3.08437,300,0,0,2215,0,0,0,0,0),(100194,3094,0,1,1,0,0,-10929.6,-936.748,72.126,2.29741,300,0,0,2292,0,0,0,0,0),(100195,3094,0,1,1,0,0,-10798.5,-635.655,41.1281,1.31804,300,0,0,2292,0,0,0,0,0),(100196,3094,0,1,1,0,0,-10830.1,-616.585,38.7076,3.76848,300,0,0,2292,0,0,0,0,0),(100197,3094,0,1,1,0,0,-10677.6,314.27,33.6022,1.28606,300,0,0,2292,0,0,0,0,0),(100198,3094,0,1,1,0,0,-10684.3,314.55,40.7586,3.14353,300,0,0,2138,0,0,0,0,0),(100199,3094,0,1,1,0,0,-10368.7,-1258.33,35.9096,0.448286,300,0,0,2138,0,0,0,0,0),(100200,3094,0,1,1,0,0,-10347.4,-1287.13,35.3003,1.44967,300,0,0,2138,0,0,0,0,0),(100201,3094,0,1,1,0,0,-10368.6,-1290.02,35.303,0.263719,300,0,0,2292,0,0,0,0,0),(244553,38044,1,1,1,0,0,-1223.83,62.5435,129.123,3.29929,300,0,0,42,0,0,0,0,0),(244552,38043,530,1,1,0,0,9617.42,-7181.72,14.2958,2.39329,300,0,0,42,0,0,0,0,0),(244551,38042,1,1,1,0,0,1648.48,-4434.6,17.6364,1.10031,300,0,0,42,0,0,0,0,0),(244550,38041,0,1,1,0,0,-4915.43,-979.532,501.448,2.31443,300,0,0,42,0,0,0,0,0),(244549,38040,530,1,1,0,0,-4010.12,-11846.9,0.135113,5.42082,300,0,0,42,0,0,0,0,0),(40267,29255,571,1,1,0,0,5900.3,505.75,641.653,4.17134,120,0,0,1,0,0,0,0,0),(86442,26806,571,1,1,0,0,4668.35,-4849.1,35.5635,3.10669,300,0,0,1,0,0,0,0,0),(86443,26806,571,1,1,0,0,4669.26,-4869.12,35.5635,3.26377,300,0,0,1,0,0,0,0,0),(86444,24405,571,1,1,0,0,4912.77,-4797.92,32.6877,3.59538,300,0,0,1,0,0,0,0,0),(49815,27358,571,1,1,0,1,4576.38,1711.56,171.324,4.01839,300,5,0,1,0,1,0,0,0),(49816,27358,571,1,1,0,1,4574.41,1751.61,167.884,1.03504,300,5,0,1,0,1,0,0,0),(49817,27363,571,1,1,0,0,4570.44,1678.62,170.576,0.00229885,300,5,0,1,0,1,0,0,0),(54428,36656,571,1,1,0,1,5647.67,2106.53,798.138,4.76475,120,0,0,1,0,0,0,0,0),(54429,36656,571,1,1,0,1,5657.82,2105.71,798.138,4.59022,120,0,0,1,0,0,0,0,0),(54430,36624,571,1,1,0,1,5652.73,2106.21,798.138,4.57276,120,0,0,1,0,0,0,0,0),(108860,11697,1,1,1,0,1,1377.44,-2831.15,108.027,5.77812,120,10,0,1,0,2,0,0,0),(108861,11697,1,1,1,0,1,1442.84,-2781.55,143.33,3.40741,120,10,0,1,0,1,0,0,0),(108862,11697,1,1,1,0,1,1520.55,-2910.79,128.79,0.370891,120,10,0,1,0,1,0,0,0),(108863,11697,1,1,1,0,1,1525.12,-2850.32,182.265,5.1565,120,10,0,1,0,2,0,0,0),(108864,11697,1,1,1,0,1,1538.94,-2878.93,183.464,1.23918,120,0,0,1,0,0,0,0,0),(108865,11697,1,1,1,0,1,1544.03,-2848.75,182.515,5.044,120,0,0,1,0,0,0,0,0),(108866,11697,1,1,1,0,1,1544.42,-2863,112.056,2.70184,120,10,0,1,0,1,0,0,0),(108867,11697,1,1,1,0,1,1563.02,-2859.16,182.293,4.06662,120,0,0,1,0,0,0,0,0),(108868,11697,1,1,1,0,1,1581.57,-2897.42,182.329,1.43117,120,0,0,1,0,0,0,0,0),(108869,16030,1,1,1,0,0,1625.75,-3095.01,89.1229,2.2015,120,10,0,1,0,1,0,0,0),(108870,16030,1,1,1,0,0,1636.01,-3052.93,90.0757,4.71536,120,10,0,1,0,1,0,0,0),(108871,16030,1,1,1,0,0,1647.72,-3076.71,88.3328,1.01697,120,10,0,1,0,1,0,0,0),(108872,6073,1,1,1,0,0,1420.36,-2797,153.297,4.15846,120,0,0,1,0,0,0,0,0),(108873,6073,1,1,1,0,0,1451.37,-2815.77,154.216,4.38523,120,0,0,1,0,0,0,0,0),(108874,6073,1,1,1,0,0,1500.76,-2835.74,111.587,5.95405,120,0,0,1,0,0,0,0,0),(108875,6073,1,1,1,0,0,1512.83,-2877.94,111.116,2.86,120,0,0,1,0,0,0,0,0),(108876,6073,1,1,1,0,0,1550.41,-2885.67,132.955,4.35423,120,0,0,1,0,0,0,0,0),(108877,6073,1,1,1,0,0,1555.71,-2901.45,182.44,3.85718,120,10,0,1,0,1,0,0,0),(108878,6073,1,1,1,0,0,1566.78,-2894.13,132.596,0.195648,120,0,0,1,0,0,0,0,0),(108879,6073,1,1,1,0,0,1537.93,-2823.11,181.607,5.28222,120,0,0,1,0,0,0,0,0),(108880,6073,1,1,1,0,0,1583.34,-2959.56,182.253,5.41046,120,0,0,1,0,0,0,0,0),(108881,6115,1,1,1,0,1,1418.67,-2849.54,133.129,0.943858,120,10,0,1,0,2,0,0,0),(108882,6115,1,1,1,0,1,1461.95,-2777.58,154.924,4.63733,120,10,0,1,0,2,0,0,0),(108883,6115,1,1,1,0,1,1529.59,-2869.34,124.593,4.90235,120,10,0,1,0,2,0,0,0),(108884,6115,1,1,1,0,1,1682.38,-3116.47,89.555,1.34784,120,10,0,1,0,2,0,0,0),(108885,6115,1,1,1,0,1,1606.02,-2979.19,182.067,2.85391,120,10,0,1,0,2,0,0,0),(61994,26298,571,1,1,0,0,6863.84,-4503.26,443.184,3.92699,300,0,0,1,0,0,0,0,0),(61995,26298,571,1,1,0,0,6862.34,-4549.72,443.059,2.28638,300,0,0,1,0,0,0,0,0),(61996,23837,571,1,1,11686,0,6829.34,-4525.16,442.068,3.42085,300,0,0,1,0,0,0,0,0),(40471,23143,530,1,1,0,0,-5142.57,581.328,84.1357,0.506145,120,0,0,1,0,0,0,0,0),(1974606,28362,571,1,1,0,0,5699.09,4671.95,-135.473,5.98648,300,0,0,42,0,0,0,0,0),(1974605,28362,571,1,1,0,0,5651.16,4450.16,-137.938,5.96903,300,0,0,42,0,0,0,0,0),(1974604,28362,571,1,1,0,0,5768.06,4605.94,-137.685,3.87463,300,0,0,42,0,0,0,0,0),(1974603,28362,571,1,1,0,0,5842.54,4682.01,-134.929,4.67748,300,0,0,42,0,0,0,0,0),(1974602,28362,571,1,1,0,0,5538.02,4635.59,-136.865,1.0472,300,0,0,42,0,0,0,0,0),(1974601,28362,571,1,1,0,0,5539.76,4518.49,-134.643,5.89921,300,0,0,42,0,0,0,0,0),(1974600,28362,571,1,1,0,0,5751.76,4767.77,-134.935,3.97935,300,0,0,42,0,0,0,0,0),(1974599,28362,571,1,1,0,0,5548.25,4563.07,-136.596,0.244346,300,0,0,42,0,0,0,0,0),(1974598,28362,571,1,1,0,0,5656.49,4679.36,-132.475,0.855211,300,0,0,42,0,0,0,0,0),(1974597,28362,571,1,1,0,0,5579.51,4442.72,-139.873,5.5676,300,0,0,42,0,0,0,0,0),(1974596,28362,571,1,1,0,0,5807.02,4767.91,-134.886,3.56047,300,0,0,42,0,0,0,0,0),(1974595,28362,571,1,1,0,0,5656.22,4645.32,-136.027,2.9147,300,0,0,42,0,0,0,0,0),(1974594,28362,571,1,1,0,0,5523.1,4547.95,-139.252,0.034907,300,0,0,42,0,0,0,0,0),(1974593,28362,571,1,1,0,0,5693.35,4629.68,-138.322,4.92183,300,0,0,42,0,0,0,0,0),(1974592,28362,571,1,1,0,0,5606.67,4545.54,-136.037,4.95674,300,0,0,42,0,0,0,0,0),(1974591,28362,571,1,1,0,0,5726.51,4370.49,-138.519,3.10669,300,0,0,42,0,0,0,0,0),(1974590,28362,571,1,1,0,0,5607.36,4355.13,-134.915,4.45059,300,0,0,42,0,0,0,0,0),(1974589,28362,571,1,1,0,0,5551.06,4750.33,-133.777,1.81514,300,0,0,42,0,0,0,0,0),(1974588,28362,571,1,1,0,0,5822.07,4726.69,-132.864,6.19592,300,0,0,42,0,0,0,0,0),(1974587,28362,571,1,1,0,0,5432.09,4315.3,-137.512,4.67748,300,0,0,42,0,0,0,0,0),(1974586,28362,571,1,1,0,0,5488.86,4306.88,-130.141,2.00713,300,0,0,42,0,0,0,0,0),(1974585,28362,571,1,1,0,0,5479.12,4363.98,-138.379,4.17134,300,0,0,42,0,0,0,0,0),(1974584,28362,571,1,1,0,0,5566.85,4608.07,-140.005,0.087266,300,0,0,42,0,0,0,0,0),(1974583,28362,571,1,1,0,0,5733.78,4598.79,-134.907,0.802851,300,0,0,42,0,0,0,0,0),(1974582,28362,571,1,1,0,0,5586.91,4715.22,-132.39,0.942478,300,0,0,42,0,0,0,0,0),(1974581,28362,571,1,1,0,0,5789.39,4640.83,-135.591,5.53269,300,0,0,42,0,0,0,0,0),(1974580,28362,571,1,1,0,0,5551.06,4750.33,-133.777,1.81514,300,0,0,42,0,0,0,0,0),(1974579,28362,571,1,1,0,0,5608.23,4691.19,-136.457,2.6529,300,0,0,42,0,0,0,0,0),(1974578,28362,571,1,1,0,0,5494.54,4597.56,-138.846,3.05433,300,0,0,42,0,0,0,0,0),(1974577,28362,571,1,1,0,0,5586.24,4668.07,-134.59,1.78024,300,0,0,42,0,0,0,0,0),(1974576,28362,571,1,1,0,0,5743.72,4645.34,-135.131,3.07178,300,0,0,42,0,0,0,0,0),(1974575,28362,571,1,1,0,0,5626.6,4317.26,-133.309,1.90241,300,0,0,42,0,0,0,0,0),(1974574,28362,571,1,1,0,0,5663.73,4370.93,-137.657,4.72984,300,0,0,42,0,0,0,0,0),(1974573,28362,571,1,1,0,0,5539.42,4358.89,-136.533,2.07694,300,0,0,42,0,0,0,0,0),(110276,23837,571,1,1,0,0,5527.29,-3380.66,350.41,1.8675,120,0,0,1,0,0,0,0,0),(110265,28504,571,1,1,0,0,5492.88,-3459.56,350.45,1.58825,300,0,0,1,0,0,0,0,0),(110264,28504,571,1,1,0,0,5521.36,-3386.5,350.327,5.65487,300,0,0,1,0,2,0,0,0),(110261,28504,571,1,1,0,0,5526.02,-3355.06,364.389,4.67748,300,0,0,1,0,0,0,0,0),(110260,28504,571,1,1,0,0,5547.05,-3498.97,350.452,2.33943,300,0,0,1,0,2,0,0,0),(110259,28504,571,1,1,0,0,5566.45,-3498.8,351.054,4.59022,300,0,0,1,0,0,0,0,0),(110258,28504,571,1,1,0,0,5591.04,-3475.19,351.525,0.10472,300,0,0,1,0,0,0,0,0),(1977324,31254,571,1,2,24768,1,7584.47,1376.15,332.536,1.18682,60,0,0,12600,0,0,0,0,0),(1977323,31254,571,1,2,24768,1,7575.55,1310.4,333.824,1.43117,60,0,0,12600,0,0,0,0,0),(1977322,31254,571,1,2,24768,1,7580.7,1310.45,334.473,1.50098,60,0,0,12600,0,0,0,0,0),(1977321,31254,571,1,2,24768,1,7587.73,1318.6,334.791,1.53589,60,0,0,12600,0,0,0,0,0),(1977320,31254,571,1,2,24768,1,7576.25,1318.98,333.319,1.37881,60,0,0,12600,0,0,0,0,0),(1977319,31254,571,1,2,24768,1,7581.49,1318.21,334.011,1.44862,60,0,0,12600,0,0,0,0,0),(1977318,31254,571,1,2,24768,1,7577.1,1325.81,332.855,1.37881,60,0,0,12600,0,0,0,0,0),(1977317,31254,571,1,2,24768,1,7582.48,1325.18,333.568,1.46608,60,0,0,12600,0,0,0,0,0),(1977316,31254,571,1,2,24768,1,7588.17,1325.12,334.319,1.55334,60,0,0,12600,0,0,0,0,0),(1977315,31254,571,1,2,24768,1,7558.44,1359.3,328.263,0.785398,60,0,0,12600,0,0,0,0,0),(1977314,31254,571,1,2,24768,1,7562.09,1356.33,328.945,0.890118,60,0,0,12600,0,0,0,0,0),(1977313,31254,571,1,2,24768,1,7566.87,1352.06,329.68,1.02974,60,0,0,12600,0,0,0,0,0),(1977312,31254,571,1,2,24768,1,7571.02,1348.64,330.53,1.15192,60,0,0,12600,0,0,0,0,0),(1977311,31254,571,1,2,24768,1,7575.36,1345.21,331.734,1.25664,60,0,0,12600,0,0,0,0,0),(1977310,31254,571,1,2,24768,1,7555.55,1355.55,328.198,0.785398,60,0,0,12600,0,0,0,0,0),(1977309,31254,571,1,2,24768,1,7558.83,1352.61,329.015,0.890118,60,0,0,12600,0,0,0,0,0),(1977308,31254,571,1,2,24768,1,7563.99,1349.03,329.878,1.01229,60,0,0,12600,0,0,0,0,0),(1977307,31254,571,1,2,24768,1,7568.35,1344.57,330.561,1.13446,60,0,0,12600,0,0,0,0,0),(1977306,31254,571,1,2,24768,1,7572.89,1341.37,331.671,1.23918,60,0,0,12600,0,0,0,0,0),(1977305,31254,571,1,2,24768,1,7613.16,1363.57,336.909,2.26893,60,0,0,12600,0,0,0,0,0),(1977304,31254,571,1,2,24768,1,7593.27,1375.51,333.626,1.74533,60,0,0,12600,0,0,0,0,0),(1977303,31254,571,1,2,24768,1,7589.81,1375.82,333.15,1.53589,60,0,0,12600,0,0,0,0,0),(62851,23837,571,1,1,11686,0,2452.86,1722.22,61.8313,5.65487,300,0,0,42,0,0,0,0,0),(62852,24110,571,1,1,0,0,2427.38,1680.86,-0.0596377,2.35619,300,0,0,1,0,0,0,0,0),(62853,24110,571,1,1,0,0,2407.34,1733.47,7.56045,2.44346,300,0,0,1,0,0,0,0,0),(62854,24110,571,1,1,0,0,2436.23,1710.7,-0.0138767,5.18363,300,0,0,1,0,0,0,0,0),(1976202,6492,0,1,1,0,0,-9098.44,832.942,97.6299,6.13699,300,0,0,386,0,0,0,0,0),(75033,27336,571,1,1,0,0,3878.46,-985.889,116.458,5.02889,120,5,0,1,0,1,0,0,0),(75032,27336,571,1,1,0,0,3889.42,-935.48,115.646,1.28458,120,5,0,1,0,1,0,0,0),(75031,27336,571,1,1,0,0,3846.75,-929.04,112.891,4.70838,120,5,0,1,0,1,0,0,0),(1976221,26831,571,1,1,0,0,2896.58,1817.61,135.334,1.61517,600,0,0,1,0,0,0,0,0),(1976220,26887,571,1,1,0,0,3056.53,1400.98,121.901,3.79364,300,0,0,42,0,0,0,0,0),(1976219,70100,571,1,1,0,0,2452.56,1721.64,61,0,300,0,0,1,0,0,0,0,0),(1975440,25624,571,1,1,0,0,3104.28,6519.58,81.5076,6.17846,100,0,0,5914,0,0,0,0,0),(1975439,25624,571,1,1,0,0,3104.04,6511.73,81.8068,3.45575,100,0,0,5914,0,0,0,0,0),(1975438,25624,571,1,1,0,0,3122.1,6518.81,80.7091,1.81514,100,0,0,5914,0,0,0,0,0),(1975437,25624,571,1,1,0,0,3105.6,6534.98,80.8596,0.15708,100,0,0,5914,0,0,0,0,0),(1975436,25624,571,1,1,0,0,3108.6,6531.9,80.8754,5.46288,100,0,0,5914,0,0,0,0,0),(1975435,25624,571,1,1,0,0,3126.41,6498.18,81.302,6.24828,100,0,0,5914,0,0,0,0,0),(1975434,25624,571,1,1,0,0,3096.96,6510.87,82.0854,0.558505,100,0,0,5914,0,0,0,0,0),(1975433,25624,571,1,1,0,0,3102.45,6538.24,80.8342,1.58825,100,0,0,5914,0,0,0,0,0),(1975432,25624,571,1,1,0,0,3116.41,6507.34,81.3439,5.81195,100,0,0,5914,0,0,0,0,0),(1975431,25624,571,1,1,0,0,3129.41,6511.59,80.7066,2.72271,100,0,0,5914,0,0,0,0,0),(1975430,25624,571,1,1,0,0,3126.15,6489.57,81.6546,2.14675,100,0,0,5914,0,0,0,0,0),(1975429,25624,571,1,1,0,0,3126.14,6514.96,80.6848,1.95477,100,0,0,5914,0,0,0,0,0),(1975428,25624,571,1,1,0,0,3109.38,6506.75,81.6883,6.03884,100,0,0,5914,0,0,0,0,0),(1975427,25624,571,1,1,0,0,3115.22,6492.26,81.9308,5.5676,100,0,0,5914,0,0,0,0,0),(1975426,25624,571,1,1,0,0,3098.93,6517.5,81.775,3.00197,100,0,0,5914,0,0,0,0,0),(1975425,25624,571,1,1,0,0,3103.04,6504.89,82.0467,3.94444,100,0,0,5914,0,0,0,0,0),(1975424,25624,571,1,1,0,0,3126.8,6505.61,81.013,3.90954,100,0,0,5914,0,0,0,0,0),(1975423,25624,571,1,1,0,0,3116.98,6515.01,81.08,5.89921,100,0,0,5914,0,0,0,0,0),(1975422,25624,571,1,1,0,0,3112.07,6511.91,81.3951,5.14872,100,0,0,5914,0,0,0,0,0),(1975421,25624,571,1,1,0,0,3100.57,6532.09,81.1655,6.23082,100,0,0,5914,0,0,0,0,0),(1975420,25624,571,1,1,0,0,3104.28,6528.08,81.1888,3.42085,100,0,0,5914,0,0,0,0,0),(1975419,25624,571,1,1,0,0,3109.11,6498.78,81.9249,2.63545,100,0,0,5914,0,0,0,0,0),(1975418,25624,571,1,1,0,0,3120.45,6486.97,81.9426,1.90241,100,0,0,5914,0,0,0,0,0),(1975417,25624,571,1,1,0,0,3099.79,6524.31,81.5106,3.36848,100,0,0,5914,0,0,0,0,0),(1975416,25624,571,1,1,0,0,3120.76,6495.86,81.5926,2.49582,100,0,0,5914,0,0,0,0,0),(1975415,25624,571,1,1,0,0,3114.64,6501.5,81.6178,0.349066,100,0,0,5914,0,0,0,0,0),(1975414,25624,571,1,1,0,0,3121,6502.85,81.3337,3.22886,100,0,0,5914,0,0,0,0,0),(1975413,25624,571,1,1,0,0,3122.21,6510.26,81.0079,2.86234,100,0,0,5914,0,0,0,0,0),(1975412,25624,571,1,1,0,0,3116.76,6524.07,80.8485,6.02139,100,0,0,5914,0,0,0,0,0),(1975411,25624,571,1,1,0,0,3112.36,6527.99,80.8751,3.63029,100,0,0,5914,0,0,0,0,0),(131324,25618,571,1,1,0,1,3126.53,6532.78,80.0636,5.57699,60,0,0,0,0,0,0,0,0),(45222,18896,530,1,1,0,0,-4018.09,-11417,-136.033,5.67232,120,0,0,1,0,0,0,0,0),(72770,33224,571,1,1,0,0,3819.23,-4360.78,182.312,4.92739,120,5,0,1,0,1,0,0,0),(72771,33224,571,1,1,0,0,3822.34,-4362.17,182.556,0.457522,120,5,0,1,0,1,0,0,0),(72772,33224,571,1,1,0,0,3803.5,-4354.35,180.806,4.40919,120,5,0,1,0,1,0,0,0),(72773,33224,571,1,1,0,0,3778.92,-4312.72,183.45,0.989077,120,5,0,1,0,1,0,0,0),(72774,33224,571,1,1,0,0,3805.65,-4352.62,181.431,5.34248,120,5,0,1,0,1,0,0,0),(72775,33224,571,1,1,0,0,3803.12,-4347.75,180.806,2.03601,120,5,0,1,0,1,0,0,0),(116044,33211,571,1,1,0,0,3772.26,-4314.93,180.231,2.44895,120,5,0,1,0,1,0,0,0),(116045,33211,571,1,1,0,0,3772.71,-4317.77,179.991,4.85301,120,5,0,1,0,1,0,0,0),(116046,33211,571,1,1,0,0,3775.59,-4305.58,185.45,6.26561,120,5,0,1,0,1,0,0,0),(116047,33211,571,1,1,0,0,3777.86,-4321.65,180.575,6.11946,120,5,0,1,0,1,0,0,0),(116048,33211,571,1,1,0,0,3778.75,-4320.92,180.922,5.89215,120,5,0,1,0,1,0,0,0),(116049,33211,571,1,1,0,0,3789.03,-4324.99,182.871,0.557987,120,5,0,1,0,1,0,0,0),(116050,33211,571,1,1,0,0,3790.62,-4323.96,183.45,2.364,120,5,0,1,0,1,0,0,0),(116051,33211,571,1,1,0,0,3792.34,-4335.89,180.584,1.41937,120,5,0,1,0,1,0,0,0),(116052,33211,571,1,1,0,0,3792.57,-4335.02,180.62,4.56733,120,5,0,1,0,1,0,0,0),(116053,33211,571,1,1,0,0,3800.05,-4336.84,182.427,0.0697878,120,5,0,1,0,1,0,0,0),(116054,33211,571,1,1,0,0,3801.1,-4336.33,182.681,2.52184,120,5,0,1,0,1,0,0,0),(116055,33211,571,1,1,0,0,3805.92,-4356.71,181.306,4.68659,120,5,0,1,0,1,0,0,0),(116056,33211,571,1,1,0,0,3806.05,-4357.08,181.381,2.511,120,5,0,1,0,1,0,0,0),(116057,33211,571,1,1,0,0,3807.35,-4346.99,181.61,2.06903,120,5,0,1,0,1,0,0,0),(116058,33211,571,1,1,0,0,3810.15,-4348.29,182.556,0.350148,120,5,0,1,0,1,0,0,0),(116059,33211,571,1,1,0,0,3815.82,-4356.93,182.881,2.11018,120,5,0,1,0,1,0,0,0),(116060,33211,571,1,1,0,0,3816.02,-4362.76,181.806,2.04127,120,5,0,1,0,1,0,0,0),(116061,33211,571,1,1,0,0,3816.48,-4363.56,181.747,4.3453,120,5,0,1,0,1,0,0,0),(116062,33211,571,1,1,0,0,3816.49,-4356.44,182.931,0.0126206,120,5,0,1,0,1,0,0,0),(116063,33224,571,1,1,0,0,3819.22,-4360.78,182.312,4.92739,120,5,0,1,0,1,0,0,0),(1975899,31440,571,1,8,0,0,5874.2,1948.5,516.1,2.8,300,0,0,32000,0,0,0,0,0),(120649,31413,571,1,8,23681,0,5814.02,1985.69,503.881,2.51188,300,5,0,12175,0,1,0,0,0),(120650,31413,571,1,8,23681,0,5816.86,1943.29,507.56,3.40633,300,5,0,12175,0,1,0,0,0),(120651,31413,571,1,8,23681,0,5863.57,1984,507.648,5.88321,300,5,0,12175,0,1,0,0,0),(120652,31413,571,1,8,23681,0,5778.56,1957.5,503.857,3.27375,300,5,0,12175,0,1,0,0,0),(120653,31413,571,1,8,23681,0,5732.14,1937.82,506.014,5.41257,300,5,0,12175,0,1,0,0,0),(120654,31413,571,1,8,23681,0,5706.3,1977.47,503.911,4.05224,300,5,0,12175,0,1,0,0,0),(120655,31413,571,1,8,23681,0,5685.71,1974.25,503.863,2.57831,300,5,0,12175,0,1,0,0,0),(120656,31413,571,1,8,23681,0,5673.84,2094.37,503.889,5.52857,300,5,0,12175,0,1,0,0,0),(120657,31413,571,1,8,23681,0,5831.47,2106.11,503.89,6.24962,300,5,0,12175,0,1,0,0,0),(120658,31413,571,1,8,23681,0,5826.33,2149.32,505.746,2.48705,300,5,0,12175,0,1,0,0,0),(120659,31413,571,1,8,23681,0,5754.92,2151.17,503.91,1.93734,300,5,0,12175,0,1,0,0,0),(120660,31413,571,1,8,23681,0,5775.43,2193.86,512.998,0.776427,300,5,0,12175,0,1,0,0,0),(120661,31413,571,1,8,23681,0,5729.88,2136.62,503.894,1.79434,300,5,0,12175,0,1,0,0,0),(120662,31413,571,1,8,23681,0,5782.62,2140.68,503.9,0.783972,300,5,0,12175,0,1,0,0,0),(120663,31413,571,1,8,23681,0,5754.13,2174.58,506.181,1.25723,300,5,0,12175,0,1,0,0,0),(120664,31413,571,1,8,23681,0,5650.03,2055.57,503.868,0.939173,300,5,0,12175,0,1,0,0,0),(120665,31413,571,1,8,23681,0,5660.07,2125.83,505.943,0.534949,300,5,0,12175,0,1,0,0,0),(120666,31413,571,1,8,23681,0,5700.89,2148.91,503.999,5.77704,300,0,0,12175,0,0,0,0,0),(120667,31413,571,1,8,23681,0,5651.27,2007.15,504.97,1.98891,300,5,0,12175,0,1,0,0,0),(120668,31413,571,1,8,23681,0,5858.93,2108.63,505.124,2.30257,300,5,0,12175,0,1,0,0,0),(120669,31413,571,1,8,23681,0,5688.14,2001.98,503.924,0.151243,300,5,0,12175,0,1,0,0,0),(120670,31413,571,1,8,23681,0,5845.64,2080.43,503.97,2.90496,300,5,0,12175,0,1,0,0,0),(120671,31413,571,1,8,23681,0,5876.8,2037.78,506.147,0.498635,300,0,0,12175,0,0,0,0,0),(1977254,32189,571,1,1,0,0,7779.72,2195.55,434.186,0.555665,300,5,0,10635,3561,1,0,0,0),(1977253,32189,571,1,1,0,0,7752.41,2148.94,409.605,0.506288,300,5,0,10635,3561,1,0,0,0),(1977252,32189,571,1,1,0,0,7736.85,2191.07,409.605,0.954677,300,5,0,10635,3561,1,0,0,0),(1977251,32189,571,1,1,0,0,7854.98,2279.9,442.383,3.30234,300,5,0,10635,3561,1,0,0,0),(1977250,32189,571,1,1,0,0,7570.88,2209.88,428.318,2.65187,300,5,0,10635,3561,1,0,0,0),(1977249,32189,571,1,1,0,0,7732.2,2238.19,444.663,2.82047,300,5,0,10635,3561,1,0,0,0),(1977248,32189,571,1,1,0,0,7843.17,2270.17,422.18,4.99485,300,5,0,10635,3561,1,0,0,0),(1977247,32189,571,1,1,0,0,7886.05,2362.13,422.18,5.04045,300,5,0,10635,3561,1,0,0,0),(1977246,32189,571,1,1,0,0,7821.71,2479.6,429.679,0.082789,300,5,0,10635,3561,1,0,0,0),(1977245,32189,571,1,1,0,0,7617.82,2290.9,429.679,2.1435,300,5,0,10635,3561,1,0,0,0),(1977244,32189,571,1,1,0,0,7618.74,2205.38,415.836,0.379779,300,5,0,10635,3561,1,0,0,0),(1977243,32189,571,1,1,0,0,7502.25,2298.9,428.318,2.85839,300,5,0,10635,3561,1,0,0,0),(88766,37967,571,1,256,0,0,5679.91,2107.91,798.138,6.23082,120,0,0,1,0,0,0,0,0),(1977241,32154,571,1,1,0,0,7741.72,1968.48,367.425,0.935059,300,0,0,31500,0,0,0,0,0),(1977240,32154,571,1,1,0,0,7600.73,2060.82,500.068,3.10982,60,0,0,31500,0,0,0,0,0),(1977239,32154,571,1,1,0,0,7530.32,2108.52,500.312,4.19759,60,0,0,31500,0,0,0,0,0),(1977238,32154,571,1,1,0,0,7421.56,2149.44,500.312,6.19643,60,0,0,31500,0,0,0,0,0),(1977237,32154,571,1,1,0,0,7426.65,2167.64,500.312,4.42536,60,0,0,31500,0,0,0,0,0),(1977236,32154,571,1,1,0,0,7457.32,2110.68,499.729,1.0992,60,0,0,31500,0,0,0,0,0),(1977235,32154,571,1,1,0,0,7446.16,2156.28,500.311,4.29577,60,0,0,31500,0,0,0,0,0),(1977234,32154,571,1,1,0,0,7459.63,2151.93,500.311,4.22509,60,0,0,31500,0,0,0,0,0),(1977233,32154,571,1,1,0,0,7471.66,2146.02,500.311,4.16618,60,0,0,31500,0,0,0,0,0),(1977232,32154,571,1,1,0,0,7513.48,2121.57,500.311,3.50645,60,0,0,31500,0,0,0,0,0),(1977231,32154,571,1,1,0,0,7471.24,2101.12,499.729,1.03637,60,0,0,31500,0,0,0,0,0),(1977230,32154,571,1,1,0,0,7488.65,2092.86,499.729,1.20523,60,0,0,31500,0,0,0,0,0),(1977229,32154,571,1,1,0,0,7512.02,2044.56,499.729,2.22232,60,0,0,31500,0,0,0,0,0),(1977228,32154,571,1,1,0,0,7494.5,2011.03,500.273,0.561207,60,0,0,31500,0,0,0,0,0),(1977227,32154,571,1,1,0,0,7515.71,2002.49,500.273,2.21054,60,0,0,31500,0,0,0,0,0),(1977226,32154,571,1,1,0,0,7534.32,2014.59,500.312,1.81785,60,0,0,31500,0,0,0,0,0),(1977225,32154,571,1,1,0,0,7540,2101.52,500.312,4.12692,60,0,0,31500,0,0,0,0,0),(1977168,30188,571,1,64,0,0,6300.73,134.442,387.945,1.01229,30,0,0,126000,0,0,0,0,0),(1977167,30188,571,1,64,0,0,6279.07,107.587,387.434,1.0821,30,0,0,126000,0,0,0,0,0),(1977166,30188,571,1,64,0,0,6312.09,9.89461,392.475,3.83839,30,0,0,126000,0,0,0,0,0),(1977165,30188,571,1,64,0,0,6348.99,40.0256,393.048,1.96786,30,0,0,126000,0,0,0,0,0),(1977164,30188,571,1,64,0,0,6333.1,35.6342,389.32,0.91866,30,0,0,126000,0,0,0,0,0),(1977163,30188,571,1,64,0,0,6361.23,47.916,397.135,-0.152355,30,0,0,126000,0,0,0,0,0),(1977162,30188,571,1,64,0,0,6358.33,47.916,396.048,-0.105028,30,0,0,126000,0,0,0,0,0),(1977161,30188,571,1,64,0,0,6372.27,47.8277,411.066,6.25127,30,0,0,126000,0,0,0,0,0),(1977160,30188,571,1,64,0,0,6241.5,125.384,381.736,1.03978,30,0,0,126000,0,0,0,0,0),(1977159,30188,571,1,64,0,0,6241.55,125.338,381.798,-2.21407,30,0,0,126000,0,0,0,0,0),(1977143,30236,571,1,64,0,0,6297.37,53.5677,410.78,0.802851,30,0,0,126000,1000,0,0,0,0),(1977142,30236,571,1,64,0,0,6162.81,60.9792,400.371,1.55334,30,0,0,126000,1000,0,0,0,0),(1977141,30236,571,1,64,0,0,6256.12,93.243,410.839,0.767945,30,0,0,126000,1000,0,0,0,0),(1977140,30236,571,1,64,0,0,6219.18,59.9966,400.452,1.6057,30,0,0,126000,1000,0,0,0,0),(1975962,32523,571,1,1,0,1,7615.79,2055.69,600.261,0.549766,300,0,0,16026,0,0,0,0,0),(1977242,32189,571,1,1,0,0,7713.82,2284.39,441.144,1.24984,300,5,0,10635,3561,1,0,0,0),(1975872,30696,571,1,1,0,0,6587.32,3313.74,668.99,2.523,300,0,0,1,0,0,0,0,0),(1975871,30696,571,1,1,0,0,6702.33,3423.9,680.377,3.80441,300,0,0,1,0,0,0,0,0),(1975870,30696,571,1,1,0,0,6736.37,3426.33,683.014,1.2982,300,0,0,1,0,0,0,0,0),(1975869,30696,571,1,1,0,0,6873.44,3447.73,700.427,0.301035,300,0,0,1,0,0,0,0,0),(1975868,30696,571,1,1,0,0,6826.18,3506.14,690.275,4.65024,300,0,0,1,0,0,0,0,0),(90182,22515,628,3,1,0,0,323.496,-883.802,48.9996,1.46608,7200,0,0,1,0,0,0,0,0),(90183,22515,628,3,1,0,0,430.601,-857.005,48.3118,0.139626,7200,0,0,1,0,0,0,0,0),(90184,22515,628,3,1,0,0,325.917,-781.899,49.0052,4.59022,7200,0,0,1,0,0,0,0,0),(90185,22515,628,3,1,0,0,326.214,-744.024,49.4358,1.309,7200,0,0,1,0,0,0,0,0),(1976439,30315,571,1,1,11686,0,7865.79,-1397.25,1534.06,0.331613,300,5,0,12600,0,1,0,0,0),(127298,30889,571,1,1,0,0,8130.81,-1995.32,1781.12,0.0523599,300,0,0,1,0,0,0,0,0),(127299,30889,571,1,1,0,0,8213.65,-1901.76,1744.02,0.575959,300,0,0,1,0,0,0,0,0),(127300,30889,571,1,1,0,0,8255.33,-1982.39,1742.12,4.03171,300,0,0,1,0,0,0,0,0),(127301,30889,571,1,1,0,0,7868.99,-1375.8,1541.75,4.71239,300,0,0,1,0,0,0,0,0),(127302,30889,571,1,1,0,0,7924.43,-1385.17,1534.79,6.03884,300,0,0,1,0,0,0,0,0),(127303,30889,571,1,1,0,0,7903.27,-1424.81,1539.82,2.04884,300,0,0,1,0,0,0,0,0),(127304,30889,571,1,1,0,0,7863.33,-1434.62,1537.56,3.07283,300,0,0,1,0,0,0,0,0),(127305,30889,571,1,1,0,0,7924.71,-2748.96,1151.06,4.5204,300,0,0,1,0,0,0,0,0),(127306,30889,571,1,1,0,0,8010.22,-2750.61,1151.1,0.418879,300,0,0,1,0,0,0,0,0),(127307,30889,571,1,1,0,0,8027.5,-2728.62,1139.94,3.94444,300,0,0,1,0,0,0,0,0),(127308,30889,571,1,1,0,0,7978.19,-2714.36,1137.35,2.64354,300,0,0,1,0,0,0,0,0),(127309,30889,571,1,1,0,0,7520.71,-1929.84,1482.5,4.5204,300,0,0,1,0,0,0,0,0),(127310,30889,571,1,1,0,0,7478.6,-1917.12,1473.61,0.418879,300,0,0,1,0,0,0,0,0),(127311,30889,571,1,1,0,0,7473.77,-1875.45,1473.61,3.94444,300,0,0,1,0,0,0,0,0),(142488,29821,571,1,256,0,0,5543.87,-2221.51,235.402,0.62832,600,0,0,88008,54645,0,0,0,0),(142489,29872,571,1,256,0,1,6234.94,-2034.97,234.052,1.44615,600,5,0,176550,3809,1,0,0,0),(142490,29887,571,1,256,0,1,6193.72,-1980.32,231.695,2.38464,300,10,0,34137,0,1,0,0,0),(142491,29887,571,1,256,0,1,6204.54,-1968.83,233.226,2.37286,300,10,0,34137,0,1,0,0,0),(142492,29887,571,1,256,0,1,6133.42,-2001.64,231.773,2.49538,300,10,0,34137,0,1,0,0,0),(142493,29887,571,1,256,0,1,6145.06,-1986.18,231.879,2.49931,300,10,0,34137,0,1,0,0,0),(142494,29887,571,1,256,0,1,6153.54,-1974.82,231.927,2.49931,300,10,0,34137,0,1,0,0,0),(142495,29887,571,1,256,0,1,6161.59,-1964.07,233.557,2.49145,300,10,0,34137,0,1,0,0,0),(142496,29887,571,1,256,0,1,6135.05,-1977.74,232.608,2.56214,300,10,0,34137,0,1,0,0,0),(142497,29889,571,1,256,0,0,5674.37,-1468.56,234.446,4.52842,600,10,0,10282,0,1,0,0,0),(142498,29889,571,1,256,0,0,5586.2,-1480.24,229.789,3.65192,600,10,0,10282,0,1,0,0,0),(142499,29889,571,1,256,0,0,5820.47,-1406.84,232.627,2.12275,600,10,0,10282,0,1,0,0,0),(142500,29889,571,1,256,0,0,5751.21,-1573.51,229.397,4.99966,600,10,0,10282,0,1,0,0,0),(142501,29889,571,1,256,0,0,5786.81,-1626.29,235.068,1.75989,600,10,0,10282,0,1,0,0,0),(142502,29889,571,1,256,0,0,5722.32,-1609.86,235.452,3.01653,600,10,0,10282,0,1,0,0,0),(142503,29889,571,1,256,0,0,5655.16,-1554.06,229.985,3.86084,600,10,0,10282,0,1,0,0,0),(142504,29890,571,1,256,0,1,5781.15,-1338.38,231.596,5.94606,600,10,0,10635,3561,1,0,0,0),(142505,29890,571,1,256,0,1,5826.03,-1513.24,229.113,5.01536,600,10,0,10635,3561,1,0,0,0),(142506,29890,571,1,256,0,1,5636.28,-1549.44,229.052,3.26393,600,10,0,10635,3561,1,0,0,0),(142507,29890,571,1,256,0,1,5682.03,-1341.61,231.087,2.83117,600,10,0,10635,3561,1,0,0,0),(142508,29891,571,1,256,0,1,5685.83,-1450.21,233.333,4.78681,600,10,0,8508,7981,1,0,0,0),(142509,29891,571,1,256,0,1,5732.31,-1566.44,230.02,4.73184,600,10,0,8508,7981,1,0,0,0),(142510,29891,571,1,256,0,1,5769.41,-1604.24,234.079,0.137435,600,5,0,8508,7981,1,0,0,0),(142511,29891,571,1,256,0,1,5745.56,-1634.73,236.355,5.56829,600,10,0,8508,7981,1,0,0,0),(142512,29892,571,1,256,0,1,5738.29,-1312.05,232.462,4.10745,600,10,0,10635,0,1,0,0,0),(142513,29892,571,1,256,0,1,5565.59,-1317.36,235.014,5.94056,600,10,0,10635,0,1,0,0,0),(142514,29892,571,1,256,0,1,5606.09,-1331.94,234.324,1.26352,600,10,0,10635,0,1,0,0,0),(142515,29893,571,1,256,0,0,5853.59,-1697.84,244.965,2.67236,300,5,0,10635,3561,1,0,0,0),(142516,29893,571,1,256,0,0,5695.74,-2009.43,244.807,0.124677,300,5,0,10635,3561,1,0,0,0),(142517,29893,571,1,256,0,0,5572.47,-1652.34,253.619,4.17072,300,5,0,10635,3561,1,0,0,0),(142518,29893,571,1,256,0,0,5696.37,-1678.93,251.9,4.39571,300,5,0,10635,3561,1,0,0,0),(142519,29893,571,1,256,0,0,5631.35,-1681.11,250.731,1.85807,300,5,0,10635,3561,1,0,0,0),(142520,29893,571,1,256,0,0,5704.06,-1720.49,251.043,2.9409,300,5,0,10635,3561,1,0,0,0),(142521,29893,571,1,256,0,0,5778.87,-1719.28,245.041,3.77237,300,5,0,10635,3561,1,0,0,0),(142522,29893,571,1,256,0,0,5915.15,-1649.44,240.979,1.88691,300,5,0,10635,3561,1,0,0,0),(142523,29893,571,1,256,0,0,5569.31,-2202.47,237.294,4.03964,300,5,0,10635,3561,1,0,0,0),(142524,29893,571,1,256,0,0,5897.1,-1919.8,247.544,3.42085,300,0,0,10635,3561,0,1,0,0),(142525,29893,571,1,256,0,0,5689.67,-2208.27,247.099,0.162255,300,5,0,10635,3561,1,0,0,0),(142526,29893,571,1,256,0,0,5713.66,-2105.41,249.516,5.98828,300,5,0,10635,3561,1,0,0,0),(142527,29893,571,1,256,0,0,5702.55,-1917.11,253.197,3.79182,300,5,0,10635,3561,1,0,0,0),(142528,29893,571,1,256,0,0,5690.33,-2185.8,242.179,2.57271,300,5,0,10635,3561,1,0,0,0),(142529,29893,571,1,256,0,0,5740.76,-1773.32,245.511,2.31348,300,5,0,10635,3561,1,0,0,0),(142530,29893,571,1,256,0,0,5614.24,-2037.16,250.149,1.40832,300,5,0,10635,3561,1,0,0,0),(142531,29893,571,1,256,0,0,5575.29,-2000.67,248.223,6.19776,300,5,0,10635,3561,1,0,0,0),(142532,29893,571,1,256,0,0,5677.27,-1851.13,251.113,3.90297,300,5,0,10635,3561,1,0,0,0),(142533,29893,571,1,256,0,0,5577.02,-2066.85,250.604,1.07166,300,5,0,10635,3561,1,0,0,0),(142534,29893,571,1,256,0,0,5571,-2199.84,237.131,2.6764,300,5,5,10635,3561,1,0,0,0),(142535,29893,571,1,256,0,0,5720.52,-2249.46,248.994,2.89725,300,5,0,10635,3561,1,0,0,0),(142536,29893,571,1,256,0,0,5572.56,-2191.33,237.752,4.12593,300,5,0,10635,3561,1,0,0,0),(142537,29893,571,1,256,0,0,5753.41,-1810.86,250.933,5.99866,300,5,0,10635,3561,1,0,0,0),(142538,29893,571,1,256,0,0,5618.3,-1752.46,247.552,1.09956,300,5,0,10635,3561,1,0,0,0),(142539,29893,571,1,256,0,0,5859.25,-1685.61,245.065,3.36587,300,5,0,10635,3561,1,0,0,0),(142540,29893,571,1,256,0,0,5775.25,-1814.98,250.933,5.39307,300,5,0,10635,3561,1,0,0,0),(142541,29893,571,1,256,0,0,5743.85,-1852.16,254.482,1.90241,300,5,0,10635,3561,1,0,0,0),(142542,29893,571,1,256,0,0,5587.08,-2148.03,245.513,6.16101,300,5,0,10635,3561,1,0,0,0),(142543,29893,571,1,256,0,0,5523.55,-2117.92,247.714,1.53589,300,5,0,10635,3561,1,0,0,0),(142544,29893,571,1,256,0,0,5565.29,-2073.18,250.604,2.82743,300,5,0,10635,3561,1,0,0,0),(142545,29893,571,1,256,0,0,5677.37,-2149.39,246.073,3.49066,300,5,0,10635,3561,1,0,0,0),(142546,29893,571,1,256,0,0,5648.6,-2249.16,244.455,4.83456,300,5,0,10635,3561,1,0,0,0),(142547,29893,571,1,256,0,0,5567.93,-1993.53,248.223,1.74533,300,5,0,10635,3561,1,0,0,0),(142548,29893,571,1,256,0,0,5675.13,-2209.69,247.099,3.05433,300,5,0,10635,3561,1,0,0,0),(142549,29893,571,1,256,0,0,5698.65,-2027.66,249.799,5.37561,300,5,0,10635,3561,1,0,0,0),(142550,29894,571,1,256,0,0,5665,-1415.25,246.314,5.39472,600,20,0,10282,0,1,0,0,0),(142551,29894,571,1,256,0,0,5752.15,-1436.29,258.409,5.41043,600,20,0,10282,0,1,0,0,0),(142552,29894,571,1,256,0,0,5761.66,-1565.35,253.843,5.16774,600,20,0,10282,0,1,0,0,0),(142553,29894,571,1,256,0,0,5506.99,-2078.6,240.758,3.26877,600,5,0,10282,0,1,0,0,0),(142554,29897,571,1,256,0,0,5800.41,-1949.86,237.777,0.0841148,120,0,0,10635,3561,0,0,0,0),(142555,29897,571,1,256,0,0,5809.66,-1961.18,237.623,2.90301,120,0,0,10635,3561,0,0,0,0),(142556,29897,571,1,256,0,0,5787.87,-1945.98,237.981,2.64831,120,0,0,10635,3561,0,0,0,0),(142557,29897,571,1,256,0,0,5849.52,-1938.72,238.759,2.37365,120,0,0,10635,3561,0,0,0,0),(142558,29897,571,1,256,0,0,5851.52,-1936.72,238.759,0,120,0,0,10635,3561,0,0,0,0),(142559,29897,571,1,256,0,0,5874.93,-1958.73,237.907,5.48033,120,0,0,10635,3561,0,0,0,0),(142560,29897,571,1,256,0,0,5876.93,-1956.73,237.907,0,120,0,0,10635,3561,0,0,0,0),(142561,29897,571,1,256,0,0,5784.08,-2089.96,248.134,4.30029,120,0,0,10635,3561,0,0,0,0),(142562,29897,571,1,256,0,0,5781.4,-2100.23,248.13,2.21899,120,0,0,10635,3561,0,0,0,0),(142563,29897,571,1,256,0,0,5806.27,-2085.21,248.853,1.87123,120,0,0,10635,3561,0,0,0,0),(142564,29897,571,1,256,0,0,5681.57,-1835.14,239.37,1.60886,120,0,0,10635,3561,0,0,0,0),(142565,29897,571,1,256,0,0,5676.56,-1831.26,238.047,3.34263,120,0,0,10635,3561,0,0,0,0),(142566,29897,571,1,256,0,0,5684.2,-1865.81,245.472,6.17889,120,0,0,10635,3561,0,0,0,0),(142567,29897,571,1,256,0,0,5757.26,-2150.57,239.183,1.30925,120,0,0,10635,3561,0,0,0,0),(142568,29897,571,1,256,0,0,5755.93,-2143.23,239.517,0.826811,120,0,0,10635,3561,0,0,0,0),(142569,29897,571,1,256,0,0,5758.19,-2165.01,236.708,0.435639,120,0,0,10635,3561,0,0,0,0),(142570,29897,571,1,256,0,0,5740.36,-1981.64,239.12,5.9877,120,0,0,10635,3561,0,0,0,0),(142571,29897,571,1,256,0,0,5744.67,-1988.91,237.913,2.8217,120,0,0,10635,3561,0,0,0,0),(142572,29897,571,1,256,0,0,5610.19,-1785.61,237.507,3.07515,120,0,0,10635,3561,0,0,0,0),(142573,29897,571,1,256,0,0,5618.3,-1764.02,238.151,1.66464,120,0,0,10635,3561,0,0,0,0),(142574,29897,571,1,256,0,0,5689.57,-1791.99,242.42,0.379977,120,0,0,10635,3561,0,0,0,0),(142575,29897,571,1,256,0,0,5695.83,-1804.17,243.797,5.64564,120,0,0,10635,3561,0,0,0,0),(142576,29897,571,1,256,0,0,5700.72,-1802.74,243.412,0.951114,120,0,0,10635,3561,0,0,0,0),(142577,29897,571,1,256,0,0,5817.31,-1985.64,235.536,0.737231,120,0,0,10635,3561,0,0,0,0),(142578,29897,571,1,256,0,0,5772.95,-1971.71,238.367,5.41063,120,0,0,10635,3561,0,0,0,0),(142579,29897,571,1,256,0,0,5781.42,-2002.12,235.408,4.67777,120,0,0,10635,3561,0,0,0,0),(142580,29897,571,1,256,0,0,5505.86,-1980.04,245.708,4.13413,120,0,0,10635,3561,0,0,0,0),(142581,29897,571,1,256,0,0,5715.38,-1850.36,244.283,5.24594,120,0,0,10635,3561,0,0,0,0),(142582,29897,571,1,256,0,0,5720.33,-1854.51,244.441,4.60288,120,0,0,10635,3561,0,0,0,0),(142583,29897,571,1,256,0,0,5707.95,-1840.12,243.55,3.37615,120,0,0,10635,3561,0,0,0,0),(142584,29897,571,1,256,0,0,5745.64,-2214.74,237.548,0.0771936,120,0,0,10635,3561,0,0,0,0),(142585,29897,571,1,256,0,0,5747.11,-2186.19,235.212,1.23232,120,0,0,10635,3561,0,0,0,0),(142586,29897,571,1,256,0,0,5753.6,-1818.86,242.801,5.70552,120,0,0,10635,3561,0,0,0,0),(142587,29897,571,1,256,0,0,5708.97,-1818.38,242.586,0.27079,120,0,0,10635,3561,0,0,0,0),(142588,29897,571,1,256,0,0,5775.08,-1818.34,241.528,3.04571,120,0,0,10635,3561,0,0,0,0),(142589,29897,571,1,256,0,0,5699.57,-1814.88,243.044,2.8075,120,0,0,10635,3561,0,0,0,0),(142590,29897,571,1,256,0,0,5722.35,-1809.84,242.035,5.9219,120,0,0,10635,3561,0,0,0,0),(142591,29897,571,1,256,0,0,5672.66,-1752.98,242.189,0.176776,120,0,0,10635,3561,0,0,0,0),(142592,29897,571,1,256,0,0,5749.24,-1916.05,236.765,1.57848,120,0,0,10635,3561,0,0,0,0),(142593,29897,571,1,256,0,0,5770.94,-1947.83,238.676,3.24534,120,0,0,10635,3561,0,0,0,0),(142594,29897,571,1,256,0,0,5760.04,-1930.67,236.939,2.48637,120,0,0,10635,3561,0,0,0,0),(142595,29897,571,1,256,0,0,5718.87,-1725.81,241.258,2.40457,120,0,0,10635,3561,0,0,0,0),(142596,29897,571,1,256,0,0,5704.41,-1761.31,238.276,1.08268,120,0,0,10635,3561,0,0,0,0),(142597,29897,571,1,256,0,0,5692.77,-1742.78,241.834,0.59012,120,0,0,10635,3561,0,0,0,0),(142598,29897,571,1,256,0,0,5811.15,-1806.3,239.144,3.31613,120,0,0,10635,3561,0,0,0,0),(142599,29897,571,1,256,0,0,5812.15,-1805.3,239.144,0,120,0,0,10635,3561,0,0,0,0),(142600,29897,571,1,256,0,0,5813.15,-1804.3,239.144,0,120,0,0,10635,3561,0,0,0,0),(142601,29897,571,1,256,0,0,5741.6,-1938.87,239.001,5.39812,120,0,0,10635,3561,0,0,0,0),(142602,29897,571,1,256,0,0,5771.44,-1953.53,238.606,0.393825,120,0,0,10635,3561,0,0,0,0),(142603,29897,571,1,256,0,0,5743.02,-1972.59,238.874,2.11055,120,0,0,10635,3561,0,0,0,0),(142604,29897,571,1,256,0,0,5703.15,-1794.12,242.065,3.34446,120,0,0,10635,3561,0,0,0,0),(142605,29897,571,1,256,0,0,5746.18,-1782.44,235.463,0.797146,120,0,0,10635,3561,0,0,0,0),(142606,29897,571,1,256,0,0,5619.11,-1717.61,238.613,3.22571,120,0,0,10635,3561,0,0,0,0),(142607,29897,571,1,256,0,0,5548.48,-2014.94,241.625,6.14212,120,0,0,10635,3561,0,0,0,0),(142608,29897,571,1,256,0,0,5574.68,-2047.1,241.07,3.84426,120,0,0,10635,3561,0,0,0,0),(142609,29897,571,1,256,0,0,5581.1,-2026.65,240.496,2.87268,120,0,0,10635,3561,0,0,0,0),(142610,29897,571,1,256,0,0,5579.34,-2052.01,242.07,6.14826,120,0,0,10635,3561,0,0,0,0),(142611,29897,571,1,256,0,0,5636.66,-2065.46,239.827,3.88282,120,0,0,10635,3561,0,0,0,0),(142612,29897,571,1,256,0,0,5624.29,-2040.4,242.369,2.36517,120,0,0,10635,3561,0,0,0,0),(142613,29897,571,1,256,0,0,5637.19,-2045.61,240.353,2.54655,120,0,0,10635,3561,0,0,0,0),(142614,29897,571,1,256,0,0,5616.15,-2050.24,240.595,0.793553,120,0,0,10635,3561,0,0,0,0),(142615,29897,571,1,256,0,0,5609.08,-2065.27,240.629,3.25117,120,0,0,10635,3561,0,0,0,0),(142616,29897,571,1,256,0,0,5608.1,-2066.92,240.892,6.16573,120,0,0,10635,3561,0,0,0,0),(142617,29897,571,1,256,0,0,5678.65,-2105.46,235.457,1.91448,120,0,0,10635,3561,0,0,0,0),(142618,29897,571,1,256,0,0,5679.89,-2099.35,235.438,5.22669,120,0,0,10635,3561,0,0,0,0),(142619,29897,571,1,256,0,0,5672.36,-2099.72,236.885,1.76984,120,0,0,10635,3561,0,0,0,0),(142620,29897,571,1,256,0,0,5735.15,-1916.51,238.14,2.53114,120,0,0,10635,3561,0,0,0,0),(142621,29897,571,1,256,0,0,5767.14,-1922.78,236.386,5.84969,120,0,0,10635,3561,0,0,0,0),(142622,29897,571,1,256,0,0,5774.57,-1924.63,236.931,2.64557,120,0,0,10635,3561,0,0,0,0),(142623,29897,571,1,256,0,0,5817.63,-1736.84,234.032,1.06323,120,0,0,10635,3561,0,0,0,0),(142624,29897,571,1,256,0,0,5808.32,-1768.02,237.835,2.35965,120,0,0,10635,3561,0,0,0,0),(142625,29897,571,1,256,0,0,5781.59,-1770.5,237.636,1.57177,120,0,0,10635,3561,0,0,0,0),(142626,29897,571,1,256,0,0,5776.26,-1770.25,237.259,0.302035,120,0,0,10635,3561,0,0,0,0),(142627,29897,571,1,256,0,0,5789.37,-1769.62,237.983,5.76186,120,0,0,10635,3561,0,0,0,0),(142628,29897,571,1,256,0,0,5644.87,-1849.57,238.036,6.24801,120,0,0,10635,3561,0,0,0,0),(142629,29897,571,1,256,0,0,5698.37,-1935.3,244.483,4.06009,120,0,0,10635,3561,0,0,0,0),(142630,29897,571,1,256,0,0,5702.1,-1939.35,245.179,2.22602,120,0,0,10635,3561,0,0,0,0),(142631,29897,571,1,256,0,0,5708.07,-1941.57,245.273,5.95941,120,0,0,10635,3561,0,0,0,0),(142632,29897,571,1,256,0,0,5617.93,-1927.98,238.178,1.42268,120,0,0,10635,3561,0,0,0,0),(142633,29897,571,1,256,0,0,5665.75,-1960.17,246.384,3.74366,120,0,0,10635,3561,0,0,0,0),(142634,29897,571,1,256,0,0,5618.41,-1918.89,236.543,5.94885,120,0,0,10635,3561,0,0,0,0),(142635,29897,571,1,256,0,0,5640.05,-1896.65,237.268,2.27912,120,0,0,10635,3561,0,0,0,0),(142636,29897,571,1,256,0,0,5646.57,-2073.42,239.16,4.57035,120,0,0,10635,3561,0,0,0,0),(142637,29897,571,1,256,0,0,5648.18,-2044.24,240.082,2.20481,120,0,0,10635,3561,0,0,0,0),(142638,29897,571,1,256,0,0,5651.94,-2049.16,239.93,1.42876,120,0,0,10635,3561,0,0,0,0),(142639,29897,571,1,256,0,0,5682.93,-1925.03,240.591,6.18927,120,0,0,10635,3561,0,0,0,0),(142640,29897,571,1,256,0,0,5666.15,-1926.56,236.313,3.40826,120,0,0,10635,3561,0,0,0,0),(142641,29897,571,1,256,0,0,5680.71,-1919.09,240.538,6.25585,120,0,0,10635,3561,0,0,0,0),(142642,29897,571,1,256,0,0,5635.86,-1918.02,236.563,2.58564,120,0,0,10635,3561,0,0,0,0),(142643,29897,571,1,256,0,0,5630.83,-1923.23,236.676,5.98849,120,0,0,10635,3561,0,0,0,0),(142644,29897,571,1,256,0,0,5622.87,-1988.8,242.277,5.95495,120,0,0,10635,3561,0,0,0,0),(142645,29897,571,1,256,0,0,5624.85,-1887.39,238.361,3.35814,120,0,0,10635,3561,0,0,0,0),(142646,29897,571,1,256,0,0,5631.73,-1946.06,240.503,2.14675,120,0,0,10635,3561,0,0,0,0),(142647,29897,571,1,256,0,0,5641.32,-1940.9,237.796,0,120,0,0,10635,3561,0,0,0,0),(142648,29897,571,1,256,0,0,5642.32,-1939.9,237.796,0,120,0,0,10635,3561,0,0,0,0),(142649,29897,571,1,256,0,0,5611.14,-1791.48,237.011,1.11064,120,0,0,10635,3561,0,0,0,0),(142650,29897,571,1,256,0,0,5620.56,-1791.42,235.489,4.90098,120,0,0,10635,3561,0,0,0,0),(142651,29897,571,1,256,0,0,5648.79,-1756.16,238.444,3.77298,120,0,0,10635,3561,0,0,0,0),(142652,29897,571,1,256,0,0,5610.22,-1747.1,238.102,4.15958,120,0,0,10635,3561,0,0,0,0),(142653,29897,571,1,256,0,0,5612.51,-1738.41,237.053,1.85177,120,0,0,10635,3561,0,0,0,0),(142654,29897,571,1,256,0,0,5755,-1817.13,242.671,0,120,0,0,10635,3561,0,0,0,0),(142655,29897,571,1,256,0,0,5756,-1816.13,242.671,0,120,0,0,10635,3561,0,0,0,0),(142656,29897,571,1,256,0,0,5776.57,-1793.26,236.417,1.48353,120,0,0,10635,3561,0,0,0,0),(142657,29897,571,1,256,0,0,5777.57,-1792.26,236.417,0,120,0,0,10635,3561,0,0,0,0),(142658,29897,571,1,256,0,0,5778.57,-1791.26,236.417,0,120,0,0,10635,3561,0,0,0,0),(142659,29897,571,1,256,0,0,5801.6,-1765.91,238.43,2.58309,120,0,0,10635,3561,0,0,0,0),(142660,29897,571,1,256,0,0,5802.6,-1764.91,238.43,0,120,0,0,10635,3561,0,0,0,0),(142661,29897,571,1,256,0,0,5803.6,-1763.91,238.43,0,120,0,0,10635,3561,0,0,0,0),(142662,29897,571,1,256,0,0,5785.24,-1852.96,237.379,6.26573,120,0,0,10635,3561,0,0,0,0),(142663,29897,571,1,256,0,0,5787.24,-1850.96,237.379,0,120,0,0,10635,3561,0,0,0,0),(142664,29897,571,1,256,0,0,5742.22,-1871.72,244.595,5.06145,120,0,0,10635,3561,0,0,0,0),(142665,29897,571,1,256,0,0,5744.22,-1869.72,244.595,0,120,0,0,10635,3561,0,0,0,0),(142666,29897,571,1,256,0,0,5697.92,-2029.47,240.357,5.14872,120,0,0,10635,3561,0,0,0,0),(142667,29897,571,1,256,0,0,5823.94,-1876.77,235.48,0,120,0,0,10635,3561,0,0,0,0),(142668,29897,571,1,256,0,0,5824.94,-1875.77,235.48,0,120,0,0,10635,3561,0,0,0,0),(142669,29897,571,1,256,0,0,5682.56,-1792.18,241.997,0.0174533,120,0,0,10635,3561,0,0,0,0),(142670,29897,571,1,256,0,0,5683.56,-1791.18,241.997,0,120,0,0,10635,3561,0,0,0,0),(142671,29897,571,1,256,0,0,5684.56,-1790.18,241.997,0,120,0,0,10635,3561,0,0,0,0),(142672,29897,571,1,256,0,0,5761.16,-1965.01,237.3,0.628319,120,0,0,10635,3561,0,0,0,0),(142673,29897,571,1,256,0,0,5762.16,-1964.01,237.3,0,120,0,0,10635,3561,0,0,0,0),(142674,29897,571,1,256,0,0,5763.16,-1963.01,237.3,0,120,0,0,10635,3561,0,0,0,0),(142675,29897,571,1,256,0,0,5852.36,-1944.45,239.13,2.12984,120,0,0,10635,3561,0,0,0,0),(142676,29897,571,1,256,0,0,5602.24,-2077.07,242.888,5.5676,120,0,0,10635,3561,0,0,0,0),(142677,29897,571,1,256,0,0,5603.24,-2076.07,242.888,0,120,0,0,10635,3561,0,0,0,0),(142678,29897,571,1,256,0,0,5604.24,-2075.07,242.888,0,120,0,0,10635,3561,0,0,0,0),(142679,29897,571,1,256,0,0,5606.16,-2054.38,240.52,0.733038,120,0,0,10635,3561,0,0,0,0),(142680,29897,571,1,256,0,0,5608.16,-2052.38,240.52,0,120,0,0,10635,3561,0,0,0,0),(142681,29897,571,1,256,0,0,5739.8,-1806.04,240.445,2.14916,120,0,0,10635,3561,0,0,0,0),(142682,29934,571,1,256,0,0,5536.93,-2222.53,235.536,0.942478,300,0,0,106350,17805,0,0,0,0),(142683,29935,571,1,256,0,0,5545.14,-2227.4,236.246,0.907571,300,0,0,106350,17805,0,0,0,0),(142684,29939,571,1,256,0,0,5715.98,-1471.33,233.738,5.70723,120,0,0,0,1,0,0,0,0),(142685,29939,571,1,256,0,0,5546.17,-1869.29,238.352,2.42601,120,0,0,0,1,0,0,0,0),(142686,29939,571,1,256,0,0,5645.93,-1925.38,236.65,4.11898,120,0,0,0,1,0,0,0,0),(142687,29939,571,1,256,0,0,5587.25,-1965.73,242.438,4.42074,120,0,0,0,1,0,0,0,0),(142688,29939,571,1,256,0,0,5505.98,-2078.14,240.952,2.35619,120,0,0,0,1,0,0,0,0),(142689,29939,571,1,256,0,0,5521.79,-2245.88,236.202,3.03687,120,0,0,0,1,0,0,0,0),(142690,29939,571,1,256,0,0,5793.68,-2095.74,249.001,5.23599,120,0,0,0,1,0,0,0,0),(142691,29939,571,1,256,0,0,6175.1,-2017.25,245.377,1.09956,120,0,0,0,1,0,0,0,0),(142692,29939,571,1,256,0,0,6210.14,-2071.39,235.329,0.434777,120,0,0,0,1,0,0,0,0),(142693,29939,571,1,256,0,0,5505.98,-2078.14,240.952,2.35619,120,0,0,0,1,0,0,0,0),(142694,29939,571,1,256,0,0,5645.93,-1925.38,236.65,4.11898,120,0,0,0,1,0,0,0,0),(142695,29939,571,1,256,0,0,5521.79,-2245.88,236.202,3.03687,120,0,0,0,1,0,0,0,0),(142696,29939,571,1,256,0,0,5645.93,-1925.38,236.65,4.11898,120,0,0,0,1,0,0,0,0),(142697,29939,571,1,256,0,0,5521.79,-2245.88,236.202,3.03687,120,0,0,0,1,0,0,0,0),(142717,24456,582,1,1,0,0,29.5627,0.150031,16.6147,3.18002,120,0,0,1,0,0,0,0,0),(142718,24993,582,1,1,0,1,13.1874,7.71381,6.07001,3.09834,120,0,0,1,0,0,0,0,0),(142719,24995,582,1,1,0,1,13.3456,-7.63689,6.09325,3.06064,120,0,0,1,0,0,0,0,0),(142720,24996,582,1,1,0,1,-0.258897,-7.62734,4.80823,5.66423,120,0,0,1,0,0,0,0,0),(142721,24997,582,1,1,0,1,-0.416482,4.39825,4.79739,5.10346,120,0,0,1,0,0,0,0,0),(142722,25007,582,1,1,0,1,21.2462,1.87803,11.7334,3.19572,120,0,0,1,0,0,0,0,0),(142723,25050,586,1,1,0,0,29.8662,-0.374622,16.6206,3.09382,120,0,0,1,0,0,0,0,0),(142724,25051,586,1,1,0,1,13.4899,-7.71638,6.11067,3.11424,120,0,0,1,0,0,0,0,0),(142725,25052,586,1,1,0,1,13.5093,7.8287,6.11039,3.12838,120,0,0,1,0,0,0,0,0),(142726,25054,586,1,1,0,1,-21.8863,-2.61623,4.33103,6.14509,120,0,0,1,0,0,0,0,0),(142727,25055,586,1,1,0,1,-21.4646,2.87105,4.31055,6.26055,120,0,0,1,0,0,0,0,0),(142728,25056,586,1,1,0,1,20.3045,1.2971,11.7088,3.06319,120,0,0,1,0,0,0,0,0),(142729,3681,587,1,1,0,0,-38.6477,-0.071194,6.08577,0.0698132,120,0,0,1,0,0,0,0,0),(142730,3681,587,1,1,0,0,29.5623,0.119925,24.4539,0.0872665,120,0,0,1,0,0,0,0,0),(142731,25019,587,1,1,0,1,12.805,-7.60196,6.10507,2.9147,120,0,0,1,0,0,0,0,0),(142732,25020,587,1,1,0,1,12.9539,7.33394,6.13112,3.28122,120,0,0,1,0,0,0,0,0),(142733,25021,587,1,1,0,1,-21.4174,-2.8336,4.39169,6.24828,120,0,0,1,0,0,0,0,0),(142734,25022,587,1,1,0,1,20.8633,-1.28591,11.809,2.94961,120,0,0,1,0,0,0,0,0),(142735,25023,587,1,1,0,1,-36.7691,0.169367,5.97592,3.1765,120,0,0,1,0,0,0,0,0),(142736,25024,587,1,1,0,1,-21.6595,3.22012,4.40273,0.139626,120,0,0,1,0,0,0,0,0),(142737,25025,587,1,1,0,0,31.131,-0.454317,16.7328,2.96706,120,0,0,1,0,0,0,0,0),(142738,25009,588,1,1,0,1,25.2165,6.9111,16.1459,3.94958,120,0,0,1,0,0,0,0,0),(142739,25010,588,1,1,0,1,13.2057,-2.817,6.09989,3.88733,120,0,0,1,0,0,0,0,0),(142740,25011,588,1,1,0,1,19.2178,-8.20848,12.1102,4.81518,120,0,0,1,0,0,0,0,0),(142741,25012,588,1,1,0,1,18.1475,-7.41572,6.09809,1.88535,120,0,0,1,0,0,0,0,0),(142742,25013,588,1,1,0,1,0.194107,9.84585,6.09941,3.08731,120,0,0,1,0,0,0,0,0),(142743,25014,588,1,1,0,1,-0.532552,-8.68575,6.09815,3.19019,120,0,0,1,0,0,0,0,0),(142744,25015,588,1,1,0,0,34.0669,0.119702,18.287,3.17832,120,0,0,1,0,0,0,0,0),(142745,25016,588,1,1,0,1,-11.1276,6.60326,6.09852,3.05167,120,0,0,1,0,0,0,0,0),(142746,25017,588,1,1,0,1,6.22581,9.13103,11.4836,1.53614,120,0,0,1,0,0,0,0,0),(142747,25018,588,1,1,0,1,10.2474,2.78122,11.803,3.46823,120,0,0,1,0,0,0,0,0),(142748,24924,589,1,1,0,1,-1.2076,-9.94886,-23.6749,0.15708,120,0,0,1,0,0,0,0,0),(142749,24926,589,1,1,0,1,-10.3057,-12.1052,-16.9691,5.92724,120,0,0,1,0,0,0,0,0),(142750,24927,589,1,1,0,0,-1.87417,-7.84711,-23.6872,3.38594,120,0,0,1,0,0,0,0,0),(142751,24929,589,1,1,0,1,9.08301,-4.96411,-23.5921,1.59406,120,0,0,1,0,0,0,0,0),(142752,24930,589,1,1,0,1,-17.0083,-7.87488,-15.1878,3.14159,120,0,0,1,0,0,0,0,0),(142753,24931,589,1,1,0,1,7.88492,-11.1513,-17.7623,4.90483,120,0,0,1,0,0,0,0,0),(142754,24934,589,1,1,0,0,9.20919,-3.50392,-23.5121,3.12414,120,0,0,1,0,0,0,0,0),(142755,24935,589,1,1,0,0,9.55492,-12.0229,-23.5059,3.12414,120,0,0,1,0,0,0,0,0),(142756,25075,589,1,1,0,0,-2.70556,-7.84588,-23.6967,0.0349066,120,0,0,1,0,0,0,0,0),(142757,25080,589,1,1,0,1,-4.91002,-4.74236,-17.6153,1.6057,120,0,0,1,0,0,0,0,0),(142758,25081,589,1,1,0,1,-4.93939,-10.8049,-17.6109,4.71239,120,0,0,1,0,0,0,0,0),(142759,24934,590,1,1,0,0,9.63549,-3.67192,-23.588,6.25904,120,0,0,1,0,0,0,0,0),(142760,24935,590,1,1,0,0,9.79838,-11.8681,-23.5848,6.25118,120,0,0,1,0,0,0,0,0),(142761,25075,590,1,1,0,0,-3.59133,-7.84061,-23.7802,6.1969,120,0,0,1,0,0,0,0,0),(142762,25100,590,1,1,0,1,-0.411733,-5.7239,-23.7457,3.70414,120,0,0,1,0,0,0,0,0),(142763,25101,590,1,1,0,1,7.56919,-4.02088,-17.7543,4.77071,120,0,0,1,0,0,0,0,0),(142764,25102,590,1,1,0,1,-11.0882,-3.47446,-16.7988,2.00924,120,0,0,1,0,0,0,0,0),(142765,25103,590,1,1,0,1,7.59398,-11.5166,-17.7745,1.62204,120,0,0,1,0,0,0,0,0),(142766,25104,590,1,1,0,0,-0.898213,-7.76559,-23.7548,3.11116,120,0,0,1,0,0,0,0,0),(142767,25105,590,1,1,0,1,-9.54405,-7.94072,-17.2053,3.17242,120,0,0,1,0,0,0,0,0),(142768,25106,590,1,1,0,1,-4.93938,-10.9634,-17.6988,4.76285,120,0,0,1,0,0,0,0,0),(142769,25107,590,1,1,0,1,-4.98215,-4.67863,-17.696,1.59455,120,0,0,1,0,0,0,0,0),(142770,15214,591,1,1,0,0,7.0053,-7.64791,-16.1126,2.89725,120,0,0,1,0,0,0,0,0),(142771,24934,591,1,1,0,0,-4.5165,-13.1125,-22.5947,1.53589,120,0,0,1,0,0,0,0,0),(142772,24935,591,1,1,0,0,-6.37827,-13.1838,-22.5939,4.71239,120,0,0,1,0,0,0,0,0),(142773,25070,591,1,1,0,1,-9.40787,-8.02398,-17.1578,3.1765,120,0,0,1,0,0,0,0,0),(142774,25071,591,1,1,0,1,7.24887,-5.48033,-17.6859,4.81711,120,0,0,1,0,0,0,0,0),(142775,25072,591,1,1,0,1,8.00807,-10.7134,-17.6737,1.16937,120,0,0,1,0,0,0,0,0),(142776,25074,591,1,1,0,1,5.02375,-7.69781,-17.7888,5.98648,120,0,0,1,0,0,0,0,0),(142777,25075,591,1,1,0,0,-4.16189,-7.68752,-23.6975,0,120,0,0,1,0,0,0,0,0),(142778,25075,591,1,1,0,0,4.36215,-2.25417,-23.59,4.71239,120,0,0,1,0,0,0,0,0),(142779,25075,591,1,1,0,0,-3.31418,-6.12881,-23.6984,4.67748,120,0,0,1,0,0,0,0,0),(142780,25075,591,1,1,0,0,4.48208,-13.4008,-23.59,1.62316,120,0,0,1,0,0,0,0,0),(142781,25075,591,1,1,0,0,-3.30777,-9.47416,-23.6959,1.55334,120,0,0,1,0,0,0,0,0),(142782,25075,591,1,1,0,0,10.7034,-3.50542,-23.49,3.24631,120,0,0,1,0,0,0,0,0),(142783,25075,591,1,1,0,0,-8.87581,-11.4028,-22.5883,6.24828,120,0,0,1,0,0,0,0,0),(142784,25075,591,1,1,0,0,10.8261,-12.1854,-23.4895,3.1765,120,0,0,1,0,0,0,0,0),(142785,25075,591,1,1,0,0,11.7436,-10.4452,-24.2189,6.16101,120,0,0,1,0,0,0,0,0),(142786,25076,591,1,1,0,0,-2.72723,-7.77286,-23.6968,1.55334,120,0,0,1,0,0,0,0,0),(142787,25077,591,1,1,0,1,-19.6886,-8.17058,-14.3765,3.1765,120,0,0,1,0,0,0,0,0),(142788,25079,591,1,1,0,1,-5.1094,-11.1466,-17.606,4.4855,120,0,0,1,0,0,0,0,0),(142789,25083,591,1,1,0,1,-5.2125,-4.92702,-17.5966,1.43117,120,0,0,1,0,0,0,0,0),(142790,25171,591,1,1,0,0,-8.70329,-11.4079,-22.5887,0.0349066,120,0,0,1,0,0,0,0,0),(142791,25078,593,1,1,0,1,34.095,3.54049,17.8892,5.50987,120,0,0,1,0,0,0,0,0),(142792,25082,593,1,1,0,1,15.6121,1.09944,6.09764,2.52482,120,0,0,1,0,0,0,0,0),(142793,25089,593,1,1,0,1,17.8437,-7.84575,6.09877,1.64493,120,0,0,1,0,0,0,0,0),(142794,25093,593,1,1,0,1,15.8067,-5.80051,11.9732,1.86484,120,0,0,1,0,0,0,0,0),(142795,25094,593,1,1,0,1,34.0585,-0.04162,18.2865,3.17017,120,0,0,1,0,0,0,0,0),(142796,25095,593,1,1,0,1,9.39981,9.17899,11.5941,1.52083,120,0,0,1,0,0,0,0,0),(142797,25097,593,1,1,0,1,-11.4014,6.67999,6.09785,2.93715,120,0,0,1,0,0,0,0,0),(142798,25111,593,1,1,0,0,6.20811,0.005208,14.0554,2.54813,120,0,0,1,0,0,0,0,0),(142799,24910,594,1,1,0,1,34.6962,-0.27625,20.9157,3.44936,120,0,0,1,0,0,0,0,0),(142800,24911,594,1,1,0,1,-3.08712,11.1947,8.6042,1.59543,120,0,0,1,0,0,0,0,0),(142801,24911,594,1,1,0,1,-3.00336,-1.39497,8.72655,0.455023,120,0,0,1,0,0,0,0,0),(142802,24911,594,1,1,0,1,29.079,6.02911,19.504,1.29931,120,0,0,1,0,0,0,0,0),(142803,24911,594,1,1,0,1,-11.92,6.82298,8.72743,2.64628,120,0,0,1,0,0,0,0,0),(142804,24911,594,1,1,0,1,19.1465,-9.70741,14.7601,4.79434,120,0,0,1,0,0,0,0,0),(142805,24911,594,1,1,0,1,5.55254,10.6903,14.0795,1.41713,120,0,0,1,0,0,0,0,0),(142806,24911,594,1,1,0,1,5.53691,-10.9158,14.0808,4.59956,120,0,0,1,0,0,0,0,0),(142807,24911,594,1,1,0,1,19.1591,9.74589,14.7625,1.55457,120,0,0,1,0,0,0,0,0),(142808,24911,594,1,1,0,1,-10.8992,6.36276,20.589,1.29146,120,0,0,1,0,0,0,0,0),(142809,24911,594,1,1,0,1,-1.47544,9.97225,8.72811,1.47291,120,0,0,1,0,0,0,0,0),(142810,24911,594,1,1,0,1,-15.0531,6.78103,21.0344,1.54279,120,0,0,1,0,0,0,0,0),(142811,24911,594,1,1,0,1,0.568386,10.818,8.68709,1.24593,120,0,0,1,0,0,0,0,0),(142812,24911,594,1,1,0,1,-16.544,7.01147,21.3668,1.52708,120,0,0,1,0,0,0,0,0),(142813,24992,594,1,1,0,0,-13.669,5.23144,19.2894,1.4721,120,0,0,1,0,0,0,0,0),(1975867,30696,571,1,1,0,0,6862.65,3508.82,696.041,4.56022,300,0,0,1,0,0,0,0,0),(1975866,30696,571,1,1,0,0,6889.6,3485.44,697.351,5.78076,300,0,0,1,0,0,0,0,0),(1975863,4842,47,1,1,0,0,2118.58,1695.32,80.3316,1.46786,43200,5,0,2200,732,1,0,0,0),(142818,25026,594,1,1,0,1,23.0708,-2.7187,1.39595,5.37378,120,0,0,1,0,0,0,0,0),(142817,25026,594,1,1,0,1,6.52141,0.490373,1.39693,6.00288,120,0,0,1,0,0,0,0,0),(142816,25026,594,1,1,0,1,-2.64281,5.46732,1.39595,0.520802,120,0,0,1,0,0,0,0,0),(142823,25075,610,1,1,0,0,4.36215,-2.25417,-23.59,4.71239,120,0,0,1,0,0,0,0,0),(142824,31704,610,1,1,0,1,5.21605,-2.36685,-17.8223,1.04622,120,0,0,1,0,0,0,0,0),(142825,31705,610,1,1,0,1,5.07824,-13.1188,-17.8135,5.24182,120,0,0,1,0,0,0,0,0),(142826,31706,610,1,1,0,1,-16.8964,-10.8497,-15.9745,4.64346,120,0,0,1,0,0,0,0,0),(142827,31708,610,1,1,0,1,-2.74581,-1.47146,-17.7765,4.67712,120,0,0,1,0,0,0,0,0),(142828,31715,610,1,1,0,1,-3.54276,-13.8752,-17.684,1.53946,120,0,0,1,0,0,0,0,0),(142829,31716,610,1,1,0,1,11.5731,-7.65137,-16.6839,3.20372,120,0,0,1,0,0,0,0,0),(142830,31759,612,1,1,0,1,-9.17065,-9.22241,9.44523,4.33964,120,0,0,1,0,0,0,0,0),(142831,31760,612,1,1,0,1,-24.342,-1.4956,11.7907,4.53119,120,0,0,1,0,0,0,0,0),(142832,31761,612,1,1,0,1,17.25,3.98267,9.8274,1.12707,120,0,0,1,0,0,0,0,0),(142833,31762,612,1,1,0,0,34.0835,-0.002845,19.7971,3.12414,120,0,0,1,0,0,0,0,0),(142834,31763,612,1,1,0,1,30.1151,-5.08848,19.3282,3.08923,120,0,0,1,0,0,0,0,0),(142835,31764,612,1,1,0,1,26.0707,2.05775,19.328,3.00197,120,0,0,1,0,0,0,0,0),(142836,25075,613,1,1,0,0,9.44542,-7.84947,-16.6006,0.0523599,120,0,0,1,0,0,0,0,0),(142837,31720,613,1,1,0,1,-16.5685,-5.08333,-15.9421,1.98968,120,0,0,1,0,0,0,0,0),(142838,31723,613,1,1,0,1,-10.7552,-12.8129,-16.7745,4.53786,120,0,0,1,0,0,0,0,0),(142839,31724,613,1,1,0,1,5.77627,-2.00469,-17.7218,1.64061,120,0,0,1,0,0,0,0,0),(142840,31725,613,1,1,0,1,10.6984,-7.82192,-16.6006,3.28122,120,0,0,1,0,0,0,0,0),(142841,31726,613,1,1,0,1,-3.45307,-13.7896,-17.6111,1.16964,120,0,0,1,0,0,0,0,0),(142842,31727,613,1,1,0,1,-3.38308,-1.91393,-17.6198,5.47991,120,0,0,1,0,0,0,0,0),(142843,31788,614,1,1,0,1,27.5951,-2.34424,19.3281,3.22886,120,0,0,1,0,0,0,0,0),(142844,31789,614,1,1,0,1,28.0998,5.9939,19.328,3.64774,120,0,0,1,0,0,0,0,0),(142845,31790,614,1,1,0,0,34.2236,0.067648,19.7627,3.07178,120,0,0,1,0,0,0,0,0),(142846,31791,614,1,1,0,1,0.919363,8.75723,9.43661,1.25664,120,0,0,1,0,0,0,0,0),(142847,31792,614,1,1,0,1,-4.76611,0.0998535,9.36669,4.83456,120,0,0,1,0,0,0,0,0),(142848,31793,614,1,1,0,1,17.146,-3.92139,9.81305,5.49708,120,0,0,1,0,0,0,0,0),(142849,29795,622,1,1,0,1,45.6197,7.29317,30.0955,4.67642,120,0,0,1,0,0,0,0,0),(142850,30752,622,1,1,0,1,15.4321,28.6642,9.92277,1.54012,120,0,0,1,0,0,0,0,0),(142851,30752,622,1,1,0,1,2.01988,28.7211,9.33565,1.58332,120,0,0,1,0,0,0,0,0),(142852,30752,622,1,1,0,1,-11.241,28.5576,9.91826,1.5519,120,0,0,1,0,0,0,0,0),(142853,30752,622,1,1,0,1,8.25547,-21.6199,34.8875,1.73515,120,0,0,1,0,0,0,0,0),(142854,30752,622,1,1,0,1,7.30473,24.2619,34.9491,4.43536,120,0,0,1,0,0,0,0,0),(142855,30753,622,1,1,0,1,-26.8391,-10.402,35.5991,1.29366,120,0,0,1,0,0,0,0,0),(142856,30753,622,1,1,0,1,2.15579,17.0338,9.16353,1.54405,120,0,0,1,0,0,0,0,0),(142857,30753,622,1,1,0,1,-7.63407,0.007234,86.0904,6.2728,120,0,0,1,0,0,0,0,0),(142858,30753,622,1,1,0,1,46.382,7.89944,10.4129,3.96271,120,0,0,1,0,0,0,0,0),(142859,30753,622,1,1,0,1,45.981,-6.55312,10.3636,2.23091,120,0,0,1,0,0,0,0,0),(142860,30753,622,1,1,0,1,15.254,-0.009458,86.0904,3.14299,120,0,0,1,0,0,0,0,0),(142861,30753,622,1,1,0,1,-34.939,-11.6484,11.4697,5.50858,120,0,0,1,0,0,0,0,0),(142862,30753,622,1,1,0,1,-34.785,11.9312,11.4869,0.836243,120,0,0,1,0,0,0,0,0),(142863,30753,622,1,1,0,1,-26.9812,10.5208,35.5936,4.74156,120,0,0,1,0,0,0,0,0),(142864,30753,622,1,1,0,1,1.98831,-18.0873,9.16057,4.66993,120,0,0,1,0,0,0,0,0),(142865,30754,622,1,1,0,1,-19.0109,27.0177,89.9667,6.22411,120,0,0,1,0,0,0,0,0),(142866,30754,622,1,1,0,1,-54.639,-15.3254,34.3972,3.83128,120,0,0,1,0,0,0,0,0),(142867,30754,622,1,1,0,1,-54.7182,15.5861,34.3897,2.50086,120,0,0,1,0,0,0,0,0),(142868,30754,622,1,1,0,1,-18.9215,-26.8371,89.9664,0.087792,120,0,0,1,0,0,0,0,0),(142869,30755,622,1,1,0,1,-3.46042,28.0231,34.2784,4.66548,120,0,0,1,0,0,0,0,0),(142870,30755,622,1,1,0,1,7.21494,-6.31021,34.4191,3.11118,120,0,0,1,0,0,0,0,0),(142871,30755,622,1,1,0,1,24.5852,6.86575,7.06382,3.11055,120,0,0,1,0,0,0,0,0),(142872,30755,622,1,1,0,1,8.85995,18.8224,8.7027,4.69035,120,0,0,1,0,0,0,0,0),(142873,30755,622,1,1,0,1,24.3302,-6.97827,7.08356,3.34184,120,0,0,1,0,0,0,0,0),(142874,30755,622,1,1,0,1,-4.43012,18.742,8.62646,4.66286,120,0,0,1,0,0,0,0,0),(142875,30755,622,1,1,0,1,-5.59682,-28.2501,34.1226,1.55058,120,0,0,1,0,0,0,0,0),(142876,30755,622,1,1,0,1,-4.46811,-18.5567,8.62604,1.53698,120,0,0,1,0,0,0,0,0),(142877,30755,622,1,1,0,1,29.8693,-29.5825,89.7663,3.05267,120,0,0,1,0,0,0,0,0),(142878,30755,622,1,1,0,1,8.83021,-4.6978,84.7137,2.34582,120,0,0,1,0,0,0,0,0),(142879,30755,622,1,1,0,1,37.6428,-9.00797,30.0954,0.004917,120,0,0,1,0,0,0,0,0),(142880,30755,622,1,1,0,1,-26.188,-6.1712,9.33333,3.14217,120,0,0,1,0,0,0,0,0),(142881,30755,622,1,1,0,1,9.06884,-18.7113,8.70787,1.56054,120,0,0,1,0,0,0,0,0),(142882,30755,622,1,1,0,1,8.67689,4.88796,84.7137,3.90012,120,0,0,1,0,0,0,0,0),(142883,30755,622,1,1,0,1,7.49121,6.05275,34.4239,3.16615,120,0,0,1,0,0,0,0,0),(142884,30755,622,1,1,0,1,37.6401,8.9586,30.0954,0.012771,120,0,0,1,0,0,0,0,0),(142885,30755,622,1,1,0,1,-26.1511,6.90449,9.405,3.12647,120,0,0,1,0,0,0,0,0),(142886,30755,622,1,1,0,1,29.4588,29.8761,89.7684,3.15321,120,0,0,1,0,0,0,0,0),(142887,30824,622,1,1,0,1,55.5028,0.080449,30.5268,3.15669,120,0,0,1,0,0,0,0,0),(142888,30825,622,1,1,0,1,38.4745,0.038424,10.1868,3.15788,120,0,0,1,0,0,0,0,0),(142889,30826,622,1,1,0,1,55.0542,-3.74557,30.0955,2.77577,120,0,0,1,0,0,0,0,0),(142890,30827,622,1,1,0,1,45.884,-8.99976,30.0955,1.52942,120,0,0,1,0,0,0,0,0),(142891,30866,622,1,1,0,1,-36.528,23.9373,33.9184,1.89617,120,0,0,1,0,0,0,0,0),(142892,30866,622,1,1,0,1,15.9225,26.2539,35.4586,1.60085,120,0,0,1,0,0,0,0,0),(142893,30866,622,1,1,0,1,-36.1494,-23.2606,33.9568,4.2232,120,0,0,1,0,0,0,0,0),(142894,30866,622,1,1,0,1,17.7216,-26.2695,35.5686,5.06367,120,0,0,1,0,0,0,0,0),(142895,31243,622,1,1,0,0,-11.2408,33.2155,10.5949,1.58668,120,0,0,1,0,0,0,0,0),(142896,31243,622,1,1,0,0,1.99373,33.0756,10.0105,1.53853,120,0,0,1,0,0,0,0,0),(142897,31243,622,1,1,0,0,15.239,32.5832,10.5826,1.52441,120,0,0,1,0,0,0,0,0),(142898,31243,622,1,1,0,0,15.2483,-33.3678,10.5837,4.72649,120,0,0,1,0,0,0,0,0),(142899,31243,622,1,1,0,0,1.91814,-32.9286,10.0097,4.6891,120,0,0,1,0,0,0,0,0),(142900,31243,622,1,1,0,0,-11.0915,-32.8872,10.5819,4.68507,120,0,0,1,0,0,0,0,0),(142901,31261,622,1,1,0,0,-24.084,-22.2178,24.3778,1.43738,120,0,0,1,0,0,0,0,0),(142902,32301,622,1,1,0,1,-3.37706,0.007499,34.0151,4.65055,120,0,0,1,0,0,0,0,0),(142903,29799,623,1,1,0,1,34.5332,-38.5618,25.0323,3.15234,120,0,0,1,0,0,0,0,0),(142904,30344,623,1,1,0,1,43.6738,0.121325,25.1341,3.10227,120,0,0,1,0,0,0,0,0),(142905,30345,623,1,1,0,1,-48.0654,-0.185737,-4.98898,3.11436,120,0,0,1,0,0,0,0,0),(142906,30346,623,1,1,0,0,25.0778,-0.047958,9.59893,3.13291,120,0,0,1,0,0,0,0,0),(142907,30347,623,1,1,0,1,28.6378,-7.55243,23.2873,0.157027,120,0,0,1,0,0,0,0,0),(142908,30350,623,1,1,0,1,16.4056,-2.2827,20.4235,3.11453,120,0,0,1,0,0,0,0,0),(142909,30351,623,1,1,0,1,2.42088,-23.0053,22.5625,0.046087,120,0,0,1,0,0,0,0,0),(142910,30351,623,1,1,0,1,1.29162,-9.37181,20.458,3.17295,120,0,0,1,0,0,0,0,0),(142911,30351,623,1,1,0,1,0.773476,22.5004,22.5503,3.2248,120,0,0,1,0,0,0,0,0),(142912,30351,623,1,1,0,1,39.976,44.3876,25.0331,3.16019,120,0,0,1,0,0,0,0,0),(142913,30351,623,1,1,0,1,-36.4471,6.81573,20.4485,4.73177,120,0,0,1,0,0,0,0,0),(142914,30351,623,1,1,0,1,-36.1811,-6.90251,20.4501,1.6483,120,0,0,1,0,0,0,0,0),(142915,30351,623,1,1,0,1,1.44228,9.63379,20.4566,3.15096,120,0,0,1,0,0,0,0,0),(142916,30352,623,1,1,0,1,48.8649,-8.72834,40.0818,3.12642,120,0,0,1,0,0,0,0,0),(142917,30352,623,1,1,0,1,-17.337,3.98796,20.7652,3.1541,120,0,0,1,0,0,0,0,0),(142918,30352,623,1,1,0,1,16.5684,2.46962,20.4252,3.1329,120,0,0,1,0,0,0,0,0),(142919,30352,623,1,1,0,1,43.7981,13.0009,-2.07474,4.61776,120,0,0,1,0,0,0,0,0),(142920,30352,623,1,1,0,1,-67.4841,3.50927,9.60209,5.83577,120,0,0,1,0,0,0,0,0),(142921,30352,623,1,1,0,1,-17.2379,-3.94242,20.7667,3.1541,120,0,0,1,0,0,0,0,0),(142922,30352,623,1,1,0,1,-67.1723,-3.73439,9.60211,0.318344,120,0,0,1,0,0,0,0,0),(142923,30352,623,1,1,0,1,36.4909,6.11523,9.60666,3.01117,120,0,0,1,0,0,0,0,0),(142924,30352,623,1,1,0,1,-49.1048,0.044213,20.6694,0.029782,120,0,0,1,0,0,0,0,0),(142925,30352,623,1,1,0,1,36.436,-6.06257,9.60687,3.09364,120,0,0,1,0,0,0,0,0),(142926,30352,623,1,1,0,1,48.8813,8.78624,40.0817,3.1426,120,0,0,1,0,0,0,0,0),(142927,30352,623,1,1,0,1,-60.5592,0.055898,-5.27774,0.004184,120,0,0,1,0,0,0,0,0),(142928,30380,623,1,1,0,1,-6.13984,21.6533,9.991,1.48436,120,0,0,1,0,0,0,0,0),(142929,30380,623,1,1,0,1,3.99105,-21.2539,9.67311,4.9577,120,0,0,1,0,0,0,0,0),(142930,30380,623,1,1,0,1,-41.0289,25.7685,1.20385,1.49696,120,0,0,1,0,0,0,0,0),(142931,30380,623,1,1,0,1,-17.4619,22.2092,9.60018,1.58254,120,0,0,1,0,0,0,0,0),(142932,30380,623,1,1,0,1,-8.79147,30.0334,-0.157799,0.471494,120,0,0,1,0,0,0,0,0),(142933,30380,623,1,1,0,1,-26.5726,29.6008,-0.15773,0.856857,120,0,0,1,0,0,0,0,0),(142934,30380,623,1,1,0,1,45.5093,6.67955,30.1788,5.44543,120,0,0,1,0,0,0,0,0),(142935,30380,623,1,1,0,1,1.92073,28.7498,0.101361,0.232732,120,0,0,1,0,0,0,0,0),(142936,30380,623,1,1,0,1,-37.3836,19.9617,9.59771,1.87549,120,0,0,1,0,0,0,0,0),(142937,30380,623,1,1,0,1,-37.1975,-20.2765,9.65711,4.32467,120,0,0,1,0,0,0,0,0),(142938,30380,623,1,1,0,1,-7.54172,-30.0747,0.101348,4.17752,120,0,0,1,0,0,0,0,0),(142939,30380,623,1,1,0,1,-30.1731,-21.9358,9.59686,4.72914,120,0,0,1,0,0,0,0,0),(142940,30380,623,1,1,0,1,3.45962,-28.1289,0.101388,4.29376,120,0,0,1,0,0,0,0,0),(142941,30380,623,1,1,0,1,-18.0212,-22.0926,9.60068,4.66788,120,0,0,1,0,0,0,0,0),(142942,30380,623,1,1,0,1,-24.7068,-29.9771,0.101334,3.66623,120,0,0,1,0,0,0,0,0),(142943,30380,623,1,1,0,1,3.92454,20.827,9.67354,1.30372,120,0,0,1,0,0,0,0,0),(142944,30380,623,1,1,0,1,-6.33308,-21.7722,9.99575,4.85167,120,0,0,1,0,0,0,0,0),(142945,30380,623,1,1,0,1,-39.6946,-26.8419,0.82802,2.93659,120,0,0,1,0,0,0,0,0),(142946,30392,623,1,1,0,0,28.7566,7.6217,23.2872,6.08285,120,0,0,1,0,0,0,0,0),(142947,30394,623,1,1,0,1,-14.1505,23.0373,-5.24869,0.027745,120,0,0,1,0,0,0,0,0),(142948,30394,623,1,1,0,1,-11.7295,-24.7904,9.58663,1.63703,120,0,0,1,0,0,0,0,0),(142949,30394,623,1,1,0,1,-11.9688,25.5424,9.58513,4.66945,120,0,0,1,0,0,0,0,0),(142950,30394,623,1,1,0,1,-57.9337,6.01148,23.5029,1.54855,120,0,0,1,0,0,0,0,0),(142951,30394,623,1,1,0,1,-14.3898,-23.2398,-5.25039,6.16013,120,0,0,1,0,0,0,0,0),(142952,30394,623,1,1,0,1,-48.1449,-3.10366,-5.21617,3.11436,120,0,0,1,0,0,0,0,0),(142953,30833,623,1,1,0,1,6.18656,-0.008156,20.5756,6.28313,120,0,0,1,0,0,0,0,0),(142954,30867,623,1,1,0,1,-11.0475,-22.7053,22.5096,4.51265,120,0,0,1,0,0,0,0,0),(142955,30867,623,1,1,0,1,-32.9158,-22.1469,22.5861,4.59982,120,0,0,1,0,0,0,0,0),(142956,30867,623,1,1,0,1,-10.0824,23.2226,22.5129,1.54405,120,0,0,1,0,0,0,0,0),(142957,30867,623,1,1,0,1,36.8757,45.226,25.0331,2.16509,120,0,0,1,0,0,0,0,0),(142958,30867,623,1,1,0,1,-33.4747,22.2096,22.5895,1.56211,120,0,0,1,0,0,0,0,0),(142959,30867,623,1,1,0,1,36.9277,-44.9241,25.0318,4.11052,120,0,0,1,0,0,0,0,0),(142960,31259,623,1,1,0,0,16.8761,-17.8635,20.4597,2.02864,120,0,0,1,0,0,0,0,0),(142961,32193,623,1,1,0,0,-21.6978,0.127903,-18.1897,3.12341,120,0,0,1,0,0,0,0,0),(142962,32302,623,1,1,0,1,54.6648,-6.9431,40.0874,3.0302,120,0,0,1,0,0,0,0,0),(142963,32566,623,1,1,0,1,34.6465,-41.7087,25.0325,3.20731,120,0,0,1,0,0,0,0,0),(142964,32777,623,1,1,0,1,42.9517,4.20903,25.1088,3.47298,120,0,0,1,0,0,0,0,0),(74985,36164,642,3,1,0,0,16.9491,14.9328,35.0811,3.07178,7200,0,0,50000,0,0,0,0,0),(74984,36164,642,3,1,0,0,6.64578,-8.05272,34.4752,3.07178,7200,0,0,50000,0,0,0,0,0),(74983,36164,642,3,1,0,0,17.5203,-14.0262,35.072,3.07178,7200,0,0,50000,0,0,0,0,0),(74982,36164,642,3,1,0,0,28.4088,-19.3047,35.9826,4.15388,7200,0,0,50000,0,0,0,0,0),(74981,36164,642,3,1,0,0,37.4704,8.73106,30.1788,6.00393,7200,0,0,50000,0,0,0,0,0),(74980,36164,642,3,1,0,0,6.56619,7.98873,34.4726,3.07178,7200,0,0,50000,0,0,0,0,0),(74979,36164,642,3,1,0,0,37.4039,-8.93743,30.1788,6.26573,7200,0,0,50000,0,0,0,0,0),(74978,36164,642,3,1,0,0,28.4441,18.9595,35.9598,2.23402,7200,0,0,50000,0,0,0,0,0),(74977,36162,642,3,1,0,0,-18.3838,-11.1172,34.9192,3.08923,7200,0,0,50000,0,0,0,0,0),(74976,36162,642,3,1,0,0,-22.1626,11.1943,35.0962,3.9619,7200,0,0,50000,0,0,0,0,0),(132232,3617,0,1,1,0,0,1834.21,249.057,59.8226,0,300,5,0,656,0,1,0,0,0),(132233,3617,0,1,1,0,0,1823.91,252.862,60.025,0,300,5,0,656,0,1,0,0,0),(132234,3617,0,1,1,0,0,1829.43,259.207,59.5834,0,300,5,0,656,0,1,0,0,0),(132235,3617,0,1,1,0,0,1819.52,264.184,59.8956,0,300,5,0,656,0,1,0,0,0),(132236,3617,0,1,1,0,0,1806.35,265.815,65.3997,0,300,5,0,656,0,1,0,0,0),(132237,3617,0,1,1,0,0,1816.99,281.063,70.3997,0,300,5,0,656,0,1,0,0,0),(132238,3617,0,1,1,0,0,1831.26,282.122,70.3997,0,300,5,0,656,0,1,0,0,0),(132239,3617,0,1,1,0,0,1843.58,278.447,70.3997,0,300,5,0,656,0,1,0,0,0),(132240,3617,0,1,1,0,0,1794.1,284.269,70.3997,0,300,5,0,656,0,1,0,0,0),(132241,3617,0,1,1,0,0,1769.92,285.161,70.3997,0,300,5,0,656,0,1,0,0,0),(132242,3617,0,1,1,0,0,1806.01,254.011,60.6559,0,300,5,0,656,0,1,0,0,0),(132243,3617,0,1,1,0,0,1782.72,267.958,59.6138,0,300,5,0,656,0,1,0,0,0),(132244,3617,0,1,1,0,0,1783.95,251.046,59.5074,0,300,5,0,656,0,1,0,0,0),(132245,3617,0,1,1,0,0,1782.66,226.65,59.3659,0,300,5,0,656,0,1,0,0,0),(132246,3617,0,1,1,0,0,1785.05,210.563,59.7069,0,300,5,0,656,0,1,0,0,0),(132247,3617,0,1,1,0,0,1805.75,210.858,65.3998,0,300,5,0,656,0,1,0,0,0),(132248,3617,0,1,1,0,0,1803.13,192.819,70.3997,0,300,5,0,656,0,1,0,0,0),(132249,3617,0,1,1,0,0,1819.39,193.334,70.3997,0,300,5,0,656,0,1,0,0,0),(132250,3617,0,1,1,0,0,1841.26,196.939,70.3997,0,300,5,0,656,0,1,0,0,0),(132251,3617,0,1,1,0,0,1788.09,193.416,70.3997,0,300,5,0,656,0,1,0,0,0),(132252,3617,0,1,1,0,0,1768.28,193.266,70.3997,0,300,5,0,656,0,1,0,0,0),(132253,3617,0,1,1,0,0,1836.37,229.404,60.2315,0,300,5,0,656,0,1,0,0,0),(132254,3617,0,1,1,0,0,1830.29,213.645,60.389,0,300,5,0,656,0,1,0,0,0),(132255,3617,0,1,1,0,0,1817.45,225.251,59.528,0,300,5,0,656,0,1,0,0,0),(132256,3617,0,1,1,0,0,1820.13,250.549,60.0474,0,300,5,0,656,0,1,0,0,0),(132257,3617,0,1,1,0,0,1805.22,291.655,70.3996,0,300,5,0,656,0,1,0,0,0),(132258,3617,0,1,1,0,0,1846.19,271.665,70.3997,0,300,5,0,656,0,1,0,0,0),(132259,3617,0,1,1,0,0,1797.38,321.783,70.8146,0,300,5,0,656,0,1,0,0,0),(132260,3617,0,1,1,0,0,1795.76,336.788,70.8146,0,300,5,0,656,0,1,0,0,0),(132261,3617,0,1,1,0,0,1816.09,339.486,70.8132,0,300,5,0,656,0,1,0,0,0),(132262,3617,0,1,1,0,0,1818.25,324.754,70.8132,0,300,5,0,656,0,1,0,0,0),(132263,3617,0,1,1,0,0,1806.57,325.978,70.3977,0,300,5,0,656,0,1,0,0,0),(132264,3617,0,1,1,0,0,1806.6,337.597,70.3977,0,300,5,0,656,0,1,0,0,0),(132265,3617,0,1,1,0,0,1779.74,208.601,60.3128,0,300,5,0,656,0,1,0,0,0),(132266,3617,0,1,1,0,0,1774.19,238.088,60.6982,0,300,5,0,656,0,1,0,0,0),(132267,3617,0,1,1,0,0,1784.68,238.47,60.4086,0,300,5,0,656,0,1,0,0,0),(132268,3617,0,1,1,0,0,1821.23,239.487,60.6478,0,300,5,0,656,0,1,0,0,0),(132269,3617,0,1,1,0,0,1837.95,238.254,60.5144,0,300,5,0,656,0,1,0,0,0),(213212,21304,552,3,1,0,1,197.956,-86.8133,-10.0174,5.8294,86400,0,0,1,0,0,0,0,0),(213213,21304,552,3,1,0,1,206.342,-98.2784,-10.0262,2.6529,86400,0,0,1,0,0,0,0,0),(213214,21304,552,3,1,0,1,270.767,-66.623,22.4534,5.74213,86400,0,0,1,0,0,0,0,0),(213215,21304,552,3,1,0,1,226.184,-162.096,-10.0352,0.349066,86400,0,0,1,0,0,0,0,0),(213216,21304,552,3,1,0,1,264.271,-191.28,-10.0219,5.61996,86400,0,0,1,0,0,0,0,0),(213217,21304,552,3,1,0,1,293.885,70.9368,22.5262,1.55334,86400,0,0,1,0,0,0,0,0),(213218,21304,552,3,1,0,1,291.632,70.5809,22.5269,2.00713,86400,0,0,1,0,0,0,0,0),(213219,21304,552,3,1,0,1,285.416,127.127,22.2951,4.69494,86400,0,0,1,0,0,0,0,0),(213220,21304,552,3,1,0,1,257.344,155.568,22.3321,4.71239,86400,0,0,1,0,0,0,0,0),(213221,21304,552,3,1,0,1,298.848,151.748,22.3105,5.70723,86400,0,0,1,0,0,0,0,0),(213222,20879,552,3,1,0,1,285.519,146.155,22.3118,5.79449,86400,0,0,1,0,0,0,0,0),(213223,20880,552,3,1,0,1,301.797,127.444,22.3108,1.309,86400,0,0,1,0,0,0,0,0),(213224,20880,552,3,1,0,1,305.736,148.059,24.8633,3.97935,86400,0,0,1,0,0,0,0,0),(68274,29389,571,1,1,0,1,7910.65,-1418.73,1534.7,5.88176,300,0,0,1,0,2,0,0,0),(68275,29389,571,1,1,0,1,7868.56,-1363.65,1534.06,5.88176,300,0,0,1,0,2,0,0,0),(68276,29389,571,1,1,0,1,7900.39,-1481.6,1532.27,5.88176,300,0,0,1,0,2,0,0,0),(68277,29389,571,1,1,0,1,7857.5,-1330.41,1534.56,5.88176,300,0,0,1,0,2,0,0,0),(68278,29389,571,1,1,0,1,7309.22,-666.582,784.898,5.88176,300,0,0,1,0,2,0,0,0),(240309,19169,571,1,1,0,0,5928.98,639.593,645.557,3.01052,300,0,0,42,0,0,0,0,0),(240310,19169,530,1,1,0,0,9664.38,-7117.91,14.324,2.63397,300,0,0,42,0,0,0,0,0),(240311,19148,0,1,1,0,0,-4914.82,-951.191,501.498,4.5773,300,0,0,42,0,0,0,0,0),(240312,19148,0,1,1,0,0,-4915.33,-953.892,501.498,2.25016,300,0,0,42,0,0,0,0,0),(240313,19171,530,1,1,0,0,-3910.91,-11612.4,-138.243,4.99941,300,0,0,42,0,0,0,0,0),(240314,19171,530,1,1,0,0,-3909.22,-11614.8,-138.101,3.1765,300,0,0,42,0,0,0,0,0),(240018,23537,530,1,1,0,0,-4191.7,-12269.1,1.27632,1.43649,300,0,0,2552,6588,0,0,0,0),(240017,23537,1,1,1,0,0,288.169,-4562.44,28.5433,3.18855,300,0,0,2467,6443,0,0,0,0),(240016,23537,0,1,1,0,0,-9328.42,56.2903,66.1476,1.50281,300,0,0,2759,7031,0,0,0,0),(240015,23537,0,1,1,0,0,-5749.33,-528.28,401.996,0.666303,300,0,0,2835,7196,0,0,0,0),(240026,23686,0,1,1,0,0,-9459.64,40.9507,64.302,4.70195,300,0,0,7185,7196,0,0,0,0),(240027,23686,0,1,1,0,0,-9461.98,42.2018,62.6981,4.39564,300,0,0,7185,7196,0,0,0,0),(240028,23686,0,1,1,0,0,-9457.22,42.1101,63.0202,4.39564,300,0,0,7185,7196,0,0,0,0),(240029,23686,1,1,1,0,0,291.783,-4773.08,11.7301,5.17244,300,0,0,7185,7196,0,0,0,0),(240030,23686,1,1,1,0,0,296.157,-4776.64,20.1787,3.2757,300,0,0,7185,7196,0,0,0,0),(240031,23686,1,1,1,0,0,311.81,-4774.85,27.6999,4.43809,300,0,0,7185,7196,0,0,0,0),(240032,23686,1,1,1,0,0,298.238,-4776.4,27.6999,3.69196,300,0,0,7185,7196,0,0,0,0),(240033,23686,1,1,1,0,0,306.619,-4775.44,27.6999,3.69196,300,0,0,7185,7196,0,0,0,0),(240034,23686,1,1,1,0,0,310.904,-4774.96,27.6999,3.69196,300,0,0,7185,7196,0,0,0,0),(240035,23686,1,1,1,0,0,317.691,-4774.18,27.6999,5.39549,300,0,0,7185,7196,0,0,0,0),(240036,23686,1,1,1,0,0,312.604,-4773.34,23.9834,5.41906,300,0,0,7185,7196,0,0,0,0),(240037,23686,1,1,1,0,0,312.604,-4773.34,18.3576,5.41906,300,0,0,7185,7196,0,0,0,0),(240038,23686,1,1,1,0,0,320.31,-4770.04,14.0178,4.63366,300,0,0,7185,7196,0,0,0,0),(240039,23686,1,1,1,0,0,346.641,-4708.79,29.6077,2.77227,300,0,0,7185,7196,0,0,0,0),(240040,23686,1,1,1,0,0,346.348,-4708.34,17.4551,1.87692,300,0,0,7185,7196,0,0,0,0),(240041,23686,1,1,1,0,0,331.839,-4702.7,24.0211,2.35208,300,0,0,7185,7196,0,0,0,0),(240042,23686,1,1,1,0,0,339.364,-4708.42,21.9112,1.39782,300,0,0,7185,7196,0,0,0,0),(240043,23686,1,1,1,0,0,327.003,-4702.6,16.3531,1.11508,300,0,0,7185,7196,0,0,0,0),(240044,23686,1,1,1,0,0,328.733,-4698.4,30.2376,6.02382,300,0,0,7185,7196,0,0,0,0),(240045,23686,1,1,1,0,0,320.605,-4694.05,29.9266,2.39921,300,0,0,7185,7196,0,0,0,0),(240046,23686,1,1,1,0,0,324.615,-4697.03,26.1846,1.57454,300,0,0,7185,7196,0,0,0,0),(240047,23686,1,1,1,0,0,335.339,-4704.81,23.8428,1.52742,300,0,0,7185,7196,0,0,0,0),(240048,23686,1,1,1,0,0,337.244,-4704.9,26.0984,2.08112,300,0,0,7185,7196,0,0,0,0),(240049,23686,1,1,1,0,0,338.8,-4702.71,31.3961,2.08112,300,0,0,7185,7196,0,0,0,0),(240050,23686,1,1,1,0,0,343.336,-4710.18,28.983,2.08505,300,0,0,7185,7196,0,0,0,0),(240051,23686,530,1,1,0,0,-4143.24,-12480.3,59.1901,3.6945,300,0,0,7185,7196,0,0,0,0),(240052,23686,530,1,1,0,0,-4213.76,-12522.2,49.9588,2.51248,300,0,0,7185,7196,0,0,0,0),(240053,23686,530,1,1,0,0,-4220.41,-12513.9,55.3889,4.21287,300,0,0,7185,7196,0,0,0,0),(240054,23686,530,1,1,0,0,-4218.98,-12516.4,57.0657,4.28355,300,0,0,7185,7196,0,0,0,0),(240055,23686,530,1,1,0,0,-4214.63,-12510.5,45.8161,4.28355,300,0,0,7185,7196,0,0,0,0),(240056,23686,530,1,1,0,0,-4212.18,-12516.2,47.8073,4.07935,300,0,0,7185,7196,0,0,0,0),(240057,23686,530,1,1,0,0,-4214.56,-12511.7,50.0078,4.07935,300,0,0,7185,7196,0,0,0,0),(240058,23686,530,1,1,0,0,-4217.74,-12510.1,49.9338,4.07935,300,0,0,7185,7196,0,0,0,0),(240059,23686,530,1,1,0,0,-4216.54,-12512.4,55.5226,3.39998,300,0,0,7185,7196,0,0,0,0),(240060,23686,530,1,1,0,0,-4215.28,-12517.6,54.9709,3.39998,300,0,0,7185,7196,0,0,0,0),(240061,23686,530,1,1,0,0,-4211.67,-12518.9,45.71,3.39998,300,0,0,7185,7196,0,0,0,0),(240062,23686,530,1,1,0,0,-4131.52,-12495.8,48.5822,2.74417,300,0,0,7185,7196,0,0,0,0),(240063,23686,530,1,1,0,0,-4139.22,-12494,51.0504,4.1736,300,0,0,7185,7196,0,0,0,0),(240064,23686,530,1,1,0,0,-4139.9,-12488.4,52.8402,0.674645,300,0,0,7185,7196,0,0,0,0),(240065,23686,530,1,1,0,0,-4143.31,-12491.2,45.4552,0.674645,300,0,0,7185,7196,0,0,0,0),(240066,23686,530,1,1,0,0,-4149.02,-12488.3,46.8758,0.729623,300,0,0,7185,7196,0,0,0,0),(240067,23686,530,1,1,0,0,-4150.42,-12483.7,53.1023,0.686426,300,0,0,7185,7196,0,0,0,0),(240068,23686,530,1,1,0,0,-4143.13,-12484.7,56.3242,0.580398,300,0,0,7185,7196,0,0,0,0),(240069,23686,530,1,1,0,0,-4145.57,-12481,57.9442,0.580398,300,0,0,7185,7196,0,0,0,0),(240070,23686,530,1,1,0,0,-4148.24,-12473.6,56.7172,0.580398,300,0,0,7185,7196,0,0,0,0),(240071,23686,530,1,1,0,0,-4146.32,-12476.6,56.7172,0.580398,300,0,0,7185,7196,0,0,0,0),(240072,23686,530,1,1,0,0,-4150.45,-12479.5,50.3434,0.580398,300,0,0,7185,7196,0,0,0,0),(240073,23686,530,1,1,0,0,-4151.89,-12477,50.0254,0.517566,300,0,0,7185,7196,0,0,0,0),(240074,23686,530,1,1,0,0,-4155.03,-12472.6,52.0268,4.12647,300,0,0,7185,7196,0,0,0,0),(240075,23686,0,1,1,0,0,-5574.76,-506.924,411.857,3.03056,300,0,0,7185,7196,0,0,0,0),(240076,23686,0,1,1,0,0,-5611.94,-514.303,408.835,5.98344,300,0,0,7185,7196,0,0,0,0),(240077,23686,0,1,1,0,0,-5611.25,-519.612,413.429,3.12459,300,0,0,7185,7196,0,0,0,0),(240078,23686,0,1,1,0,0,-5608.77,-513.703,413.382,3.12459,300,0,0,7185,7196,0,0,0,0),(240079,23686,0,1,1,0,0,-5604.14,-513.782,413.307,1.65982,300,0,0,7185,7196,0,0,0,0),(240080,23686,0,1,1,0,0,-5598.68,-513.39,414.025,5.2648,300,0,0,7185,7196,0,0,0,0),(240081,23686,0,1,1,0,0,-5599.48,-512.527,408.986,5.44544,300,0,0,7185,7196,0,0,0,0),(240082,23686,0,1,1,0,0,-5592.6,-508.075,403.549,5.63393,300,0,0,7185,7196,0,0,0,0),(240083,23686,0,1,1,0,0,-5591.12,-503.569,413.127,4.18881,300,0,0,7185,7196,0,0,0,0),(240084,23686,0,1,1,0,0,-5588.98,-504.686,417.844,4.4205,300,0,0,7185,7196,0,0,0,0),(240085,23686,0,1,1,0,0,-5584.89,-505.9,418.015,4.98991,300,0,0,7185,7196,0,0,0,0),(240086,23686,0,1,1,0,0,-5585.14,-501.982,411.204,4.52654,300,0,0,7185,7196,0,0,0,0),(240087,23686,0,1,1,0,0,-5579.4,-503.062,411.204,4.52654,300,0,0,7185,7196,0,0,0,0),(240088,23686,0,1,1,0,0,-5581.88,-503.502,412.972,4.97814,300,0,0,7185,7196,0,0,0,0),(240089,23686,1,1,1,0,0,310.521,-4775.41,20.2359,0.12625,300,0,0,7185,7196,0,0,0,0),(240090,23686,1,1,1,0,0,298.649,-4773.64,10.7717,4.34384,300,0,0,7185,7196,0,0,0,0),(240091,23686,1,1,1,0,0,325.928,-4770.62,17.8451,3.38173,300,0,0,7185,7196,0,0,0,0),(240092,23686,1,1,1,0,0,291.783,-4773.08,20.9001,5.17244,300,0,0,7185,7196,0,0,0,0),(240093,23686,1,1,1,0,0,302.596,-4775.97,14.7386,4.20247,300,0,0,7185,7196,0,0,0,0),(240094,23686,0,1,1,0,0,-5568.61,-467.541,401.123,1.35745,300,0,0,7185,7196,0,0,0,0),(240095,23686,0,1,1,0,0,-5577.59,-503.351,412.58,5.1038,300,0,0,7185,7196,0,0,0,0),(240096,23686,0,1,1,0,0,-5584.31,-463.29,402.817,1.96613,300,0,0,7185,7196,0,0,0,0),(240097,23686,0,1,1,0,0,-5573.77,-461.494,406.449,0.874428,300,0,0,7185,7196,0,0,0,0),(240098,23686,0,1,1,0,0,-5573.51,-463.361,412.5,1.12183,300,0,0,7185,7196,0,0,0,0),(240099,23686,0,1,1,0,0,-5573.96,-458.593,414.022,0.717348,300,0,0,7185,7196,0,0,0,0),(240100,23686,0,1,1,0,0,-5580.72,-460.588,414.27,0.717348,300,0,0,7185,7196,0,0,0,0),(240101,23686,0,1,1,0,0,-9464.66,32.6633,72.6435,2.92302,300,0,0,7185,7196,0,0,0,0),(240102,23686,0,1,1,0,0,2241.12,241.988,51.0614,1.28194,300,0,0,7185,7196,0,0,0,0),(240103,23686,0,1,1,0,0,2248.77,258.719,47.5138,6.01003,300,0,0,7185,7196,0,0,0,0),(240104,23686,0,1,1,0,0,2249.51,257.851,37.9912,4.54527,300,0,0,7185,7196,0,0,0,0),(240105,23686,0,1,1,0,0,2250.19,258.114,44.602,4.14472,300,0,0,7185,7196,0,0,0,0),(240106,23686,0,1,1,0,0,2245.22,249.155,46.5302,6.12785,300,0,0,7185,7196,0,0,0,0),(240107,23686,0,1,1,0,0,2246.39,256.624,46.2303,6.13177,300,0,0,7185,7196,0,0,0,0),(240108,23686,0,1,1,0,0,2244.78,257.333,41.9934,5.63305,300,0,0,7185,7196,0,0,0,0),(240109,23686,0,1,1,0,0,2244.14,253.663,39.5669,5.36601,300,0,0,7185,7196,0,0,0,0),(240110,23686,0,1,1,0,0,2236.36,302.109,37.7981,2.61319,300,0,0,7185,7196,0,0,0,0),(240111,23686,0,1,1,0,0,2241.21,239.507,45.7771,0.060643,300,0,0,7185,7196,0,0,0,0),(240112,23686,0,1,1,0,0,2242.26,236.977,38.7063,0.0213733,300,0,0,7185,7196,0,0,0,0),(240113,23686,0,1,1,0,0,2243.21,243.267,37.1663,6.27314,300,0,0,7185,7196,0,0,0,0),(240114,23686,0,1,1,0,0,2242.27,241.958,44.4382,6.03752,300,0,0,7185,7196,0,0,0,0),(240115,23686,0,1,1,0,0,2237.76,301.688,45.2893,3.14726,300,0,0,7185,7196,0,0,0,0),(240116,23686,0,1,1,0,0,2240.28,307.218,41.0354,2.34223,300,0,0,7185,7196,0,0,0,0),(240117,23686,0,1,1,0,0,2243.34,310.289,42.5439,2.34223,300,0,0,7185,7196,0,0,0,0),(240118,23686,0,1,1,0,0,2243.65,310.66,36.7168,2.26369,300,0,0,7185,7196,0,0,0,0),(240119,23686,0,1,1,0,0,2237.94,304.373,40.9636,1.38797,300,0,0,7185,7196,0,0,0,0),(240120,23686,0,1,1,0,0,2234.32,299.751,38.1606,1.58824,300,0,0,7185,7196,0,0,0,0),(240121,23686,530,1,1,0,0,9505.5,-6841.49,18.228,4.45473,300,0,0,7185,7196,0,0,0,0),(240122,23686,530,1,1,0,0,9509.24,-6842.47,17.0566,4.45473,300,0,0,7185,7196,0,0,0,0),(240123,23686,530,1,1,0,0,9485.45,-6827.55,16.6444,3.39052,300,0,0,7185,7196,0,0,0,0),(240124,23686,530,1,1,0,0,9488.82,-6839.38,33.1865,3.96386,300,0,0,7185,7196,0,0,0,0),(240125,23686,530,1,1,0,0,9485.72,-6837.64,33.1021,5.80169,300,0,0,7185,7196,0,0,0,0),(240126,23686,530,1,1,0,0,9492.07,-6842.72,33.1321,2.33809,300,0,0,7185,7196,0,0,0,0),(240127,23686,0,1,1,0,0,2225.84,304.266,46.4147,3.00196,300,0,0,7185,7196,0,0,0,0),(240128,23686,0,1,1,0,0,2242,309.015,46.1168,2.75849,300,0,0,7185,7196,0,0,0,0),(240129,23686,0,1,1,0,0,2244.82,311.809,45.4475,2.22834,300,0,0,7185,7196,0,0,0,0),(240130,23686,0,1,1,0,0,2241.76,306.656,47.487,1.47829,300,0,0,7185,7196,0,0,0,0),(240131,23686,0,1,1,0,0,2236.71,302.204,45.5017,1.47829,300,0,0,7185,7196,0,0,0,0),(240132,23686,0,1,1,0,0,2234.26,300.082,44.2792,1.47829,300,0,0,7185,7196,0,0,0,0),(240133,23686,530,1,1,0,0,9490.71,-6839.79,30.2413,3.65363,300,0,0,7185,7196,0,0,0,0),(240134,23686,530,1,1,0,0,9487.77,-6836.72,29.9833,3.65363,300,0,0,7185,7196,0,0,0,0),(240135,23686,530,1,1,0,0,9487.71,-6838.23,24.0048,3.6929,300,0,0,7185,7196,0,0,0,0),(240136,23686,530,1,1,0,0,9485,-6835.48,21.9232,3.79893,300,0,0,7185,7196,0,0,0,0),(240137,23686,530,1,1,0,0,9485.42,-6835.9,18.184,3.82249,300,0,0,7185,7196,0,0,0,0),(240138,23686,530,1,1,0,0,9489.2,-6839.72,27.0619,4.01491,300,0,0,7185,7196,0,0,0,0),(240139,23686,530,1,1,0,0,9492.48,-6843.05,27.0625,4.01491,300,0,0,7185,7196,0,0,0,0),(240140,23686,530,1,1,0,0,9493.01,-6843.59,19.9351,4.01491,300,0,0,7185,7196,0,0,0,0),(240141,23686,530,1,1,0,0,9493.61,-6841.92,18.2747,4.01491,300,0,0,7185,7196,0,0,0,0),(240142,23686,530,1,1,0,0,9517.58,-6851.59,18.0884,4.39583,300,0,0,7185,7196,0,0,0,0),(240143,23686,530,1,1,0,0,9537.31,-6859.92,26.9436,4.77675,300,0,0,7185,7196,0,0,0,0),(240144,23686,530,1,1,0,0,9527.1,-6861.42,32.3293,4.65108,300,0,0,7185,7196,0,0,0,0),(240145,23686,530,1,1,0,0,9530.93,-6861.8,33.3419,5.09483,300,0,0,7185,7196,0,0,0,0),(240146,23686,530,1,1,0,0,9523.08,-6861.09,33.994,4.18377,300,0,0,7185,7196,0,0,0,0),(240147,23686,530,1,1,0,0,9522.55,-6861.44,18.7315,4.37619,300,0,0,7185,7196,0,0,0,0),(240148,23686,530,1,1,0,0,9518.12,-6861.42,18.7342,4.37619,300,0,0,7185,7196,0,0,0,0),(240149,23686,530,1,1,0,0,9520.42,-6861.43,23.6705,4.37619,300,0,0,7185,7196,0,0,0,0),(240150,23686,530,1,1,0,0,9522.7,-6861.44,28.1221,4.71391,300,0,0,7185,7196,0,0,0,0),(240151,23686,530,1,1,0,0,9529.84,-6861.48,28.1221,4.71391,300,0,0,7185,7196,0,0,0,0),(240152,23686,530,1,1,0,0,9529.8,-6861.48,21.5105,4.9456,300,0,0,7185,7196,0,0,0,0),(240153,23686,530,1,1,0,0,9534.08,-6861.51,23.6283,4.67464,300,0,0,7185,7196,0,0,0,0),(240154,23686,530,1,1,0,0,9534.31,-6856.01,19.8163,4.56076,300,0,0,7185,7196,0,0,0,0),(240155,23686,0,1,1,0,0,2229.74,302.85,43.9636,1.47829,300,0,0,7185,7196,0,0,0,0),(240156,23686,0,1,1,0,0,-9459.58,32.001,72.8428,2.58137,300,0,0,7185,7196,0,0,0,0),(240157,23686,0,1,1,0,0,-9456.21,29.1498,73.8424,4.05007,300,0,0,7185,7196,0,0,0,0),(240158,23686,0,1,1,0,0,-5584.24,-463.413,413.694,0.744837,300,0,0,7185,7196,0,0,0,0),(240159,23686,0,1,1,0,0,-5586.42,-463.204,413.173,1.76193,300,0,0,7185,7196,0,0,0,0),(240160,23686,0,1,1,0,0,-9447.45,94.5027,68.9181,5.28707,300,0,0,7185,7196,0,0,0,0),(240161,23686,0,1,1,0,0,-9452.72,92.2579,68.34,2.69918,300,0,0,7185,7196,0,0,0,0),(240162,23686,0,1,1,0,0,-9451.72,89.4413,66.4258,2.69918,300,0,0,7185,7196,0,0,0,0),(240163,23686,0,1,1,0,0,-9452.03,85.3028,66.0526,1.46217,300,0,0,7185,7196,0,0,0,0),(240164,23686,0,1,1,0,0,-9454.76,84.8473,67.1419,0.888833,300,0,0,7185,7196,0,0,0,0),(240165,23686,0,1,1,0,0,-9457.31,81.8038,68.5692,0.0327492,300,0,0,7185,7196,0,0,0,0),(240166,23686,0,1,1,0,0,-9460.92,87.7924,69.1864,0.826001,300,0,0,7185,7196,0,0,0,0),(240167,23686,0,1,1,0,0,-9460.53,84.1486,69.4261,1.83131,300,0,0,7185,7196,0,0,0,0),(240168,23686,0,1,1,0,0,-9463.92,83.2453,67.4807,0.181975,300,0,0,7185,7196,0,0,0,0),(240169,23686,0,1,1,0,0,-9464.64,87.1281,67.2725,0.181975,300,0,0,7185,7196,0,0,0,0),(240170,23686,0,1,1,0,0,-9467.97,86.5149,65.9091,0.181975,300,0,0,7185,7196,0,0,0,0),(240171,23686,0,1,1,0,0,-9467.35,82.9501,66.12,4.74121,300,0,0,7185,7196,0,0,0,0),(240172,23686,0,1,1,0,0,-9461.64,82.7853,62.8236,1.68601,300,0,0,7185,7196,0,0,0,0),(240173,23686,0,1,1,0,0,-9465.66,82.2127,63.5708,1.39934,300,0,0,7185,7196,0,0,0,0),(240174,23686,0,1,1,0,0,-9467.38,82.495,60.0019,1.43075,300,0,0,7185,7196,0,0,0,0),(240175,23686,0,1,1,0,0,-9464.43,78.7046,57.1723,1.35221,300,0,0,7185,7196,0,0,0,0),(240176,23686,0,1,1,0,0,-9475.2,30.0327,74.3358,6.1078,300,0,0,7185,7196,0,0,0,0),(240177,23686,0,1,1,0,0,-9480.12,31.2321,68.8904,6.06853,300,0,0,7185,7196,0,0,0,0),(240178,23686,0,1,1,0,0,-9479.79,36.6747,68.3554,5.96251,300,0,0,7185,7196,0,0,0,0),(240179,23686,0,1,1,0,0,-9476.73,38.4616,72.8948,4.83153,300,0,0,7185,7196,0,0,0,0),(240180,23686,0,1,1,0,0,-9475.68,43.5785,72.9378,4.15217,300,0,0,7185,7196,0,0,0,0),(240181,23686,0,1,1,0,0,-9472.14,43.2766,75.3386,1.50145,300,0,0,7185,7196,0,0,0,0),(240182,23686,0,1,1,0,0,-9469.59,36.15,73.544,4.28176,300,0,0,7185,7196,0,0,0,0),(240183,23686,0,1,1,0,0,-9468.08,39.4386,73.0729,2.55781,300,0,0,7185,7196,0,0,0,0),(240184,23686,0,1,1,0,0,-9464.36,37.7416,70.4258,3.0212,300,0,0,7185,7196,0,0,0,0),(240185,23686,0,1,1,0,0,-5584.51,-460.476,414.328,0.717348,300,0,0,7185,7196,0,0,0,0),(240186,23686,0,1,1,0,0,2245.56,254.684,34.5116,5.51917,300,0,0,7185,7196,0,0,0,0),(240187,23686,0,1,1,0,0,2238.91,249.698,35.2978,5.89616,300,0,0,7185,7196,0,0,0,0),(240188,23686,0,1,1,0,0,2240.08,252.486,41.0171,5.64091,300,0,0,7185,7196,0,0,0,0),(240189,23686,0,1,1,0,0,-9453.91,32.6336,72.2759,5.51876,300,0,0,7185,7196,0,0,0,0),(240190,23686,0,1,1,0,0,-9454.65,36.8722,69.8408,5.51876,300,0,0,7185,7196,0,0,0,0),(240191,23686,0,1,1,0,0,-9457.34,39.4545,68.205,5.51091,300,0,0,7185,7196,0,0,0,0),(244548,38039,1,1,1,0,0,9871.16,2488.28,1315.88,0.547356,300,0,0,42,0,0,0,0,0),(244547,38035,571,1,1,0,0,5610.19,67.2452,149.648,1.10907,60,0,0,1,0,0,0,0,0),(244546,38035,571,1,1,0,0,5586.44,36.157,148.304,2.49451,60,0,0,1,0,0,0,0,0),(244545,38035,571,1,1,0,0,5525.21,35.5649,148.918,0.00558376,60,0,0,1,0,0,0,0,0),(244544,38032,571,1,1,0,0,5560.51,26.0842,147.293,0.621334,30,0,0,9940,0,0,0,0,0),(244543,38032,571,1,1,0,0,5517.81,39.9906,150.179,0.35901,30,0,0,9940,0,0,0,0,0),(245534,16592,1,1,1,11686,0,-1862.36,3055.71,0.744157,2.49582,300,0,0,42,0,0,0,0,0),(245533,16592,1,1,1,11686,0,-3110.59,-2722.41,33.4626,0.226893,300,0,0,42,0,0,0,0,0),(245532,16592,1,1,1,11686,0,-4573.22,407.388,41.5461,2.46091,300,0,0,42,0,0,0,0,0),(245531,16592,530,1,1,11686,0,41.2448,2587.44,68.3453,-2.28638,300,0,0,42,0,0,0,0,0),(245530,16592,0,1,1,11686,0,-134.688,-802.767,55.0147,-1.62316,300,0,0,42,0,0,0,0,0),(245529,16592,530,1,1,11686,0,-1211.01,7474.44,21.9953,-2.02458,300,0,0,42,0,0,0,0,0),(245521,16592,0,1,1,11686,0,587.056,1365.02,90.4778,2.6529,300,0,0,42,0,0,0,0,0),(245522,16592,530,1,1,11686,0,200.9,7686.96,22.508,-0.506145,300,0,0,42,0,0,0,0,0),(245523,16592,1,1,1,11686,0,-5513.93,-2299.73,-58.0752,2.44346,300,0,0,42,0,0,0,0,0),(245524,16592,0,1,1,11686,0,-447.95,-4527.65,8.59595,1.53589,300,0,0,42,0,0,0,0,0),(245525,16592,1,1,1,11686,0,-273.242,-2662.82,91.695,-1.8675,300,0,0,42,0,0,0,0,0),(245526,16592,530,1,1,11686,0,-2553.32,4277.61,20.614,-1.36136,300,0,0,42,0,0,0,0,0),(245527,16592,0,1,1,11686,0,-10331.4,-3297.73,21.9992,-2.89725,300,0,0,42,0,0,0,0,0),(245528,16592,1,1,1,11686,0,952.992,776.968,104.474,-1.55334,300,0,0,42,0,0,0,0,0),(245500,32801,571,1,1,0,0,4131.28,5394.6,26.0905,3.59538,300,0,0,4278,0,0,0,0,0),(245501,32802,571,1,1,0,0,5360,4834.39,-196.398,5.55015,300,0,0,4278,0,0,0,0,0),(245502,32803,571,1,1,0,0,3936.92,-595.444,241.153,5.95157,300,0,0,4278,0,0,0,0,0),(245503,32804,571,1,1,0,0,2466.97,-4892.68,262.547,2.30383,300,0,0,4278,0,0,0,0,0),(245504,32805,571,1,1,0,0,3400.94,-2890.38,201.497,2.30383,300,0,0,4278,0,0,0,0,0),(245505,32806,571,1,1,0,0,6087.44,-1105.52,418.267,1.09956,300,0,0,4278,0,0,0,0,0),(245506,32807,571,1,1,0,0,5141.78,-685.003,170.274,5.95157,300,0,0,4278,0,0,0,0,0),(245507,32808,571,1,1,0,0,5627.93,-2616.49,292.502,1.51844,300,0,0,4278,0,0,0,0,0),(245508,32809,571,1,1,0,0,4454.67,5623.54,56.9156,4.13643,300,0,0,4278,0,0,0,0,0),(245509,32810,571,1,1,0,0,5499.81,4878.98,-197.865,3.1765,300,0,0,4278,0,0,0,0,0),(244845,19178,0,1,1,0,0,1629.95,219.238,-43.1027,1.91079,300,0,0,42,0,0,0,0,0),(244844,19177,1,1,1,0,0,1685.07,-4352.88,61.7253,1.79601,300,0,0,42,0,0,0,0,0),(244843,19176,1,1,1,0,0,-1242.68,76.7127,128.935,1.27376,300,0,0,42,0,0,0,0,0),(244842,19175,1,1,1,0,0,1603.36,-4404.49,9.30901,0.627438,300,0,0,42,0,0,0,0,0),(244841,19169,530,1,1,0,0,9664.38,-7117.91,14.324,2.63397,300,0,0,42,0,0,0,0,0),(244840,19169,571,1,1,0,0,5928.98,639.593,645.557,3.01052,300,0,0,42,0,0,0,0,0),(244839,19173,1,1,1,0,0,9923.44,2496.95,1317.49,2.28359,300,0,0,42,0,0,0,0,0),(244838,19172,0,1,1,0,0,-4826.78,-1175.89,502.193,2.45358,300,0,0,42,0,0,0,0,0),(244837,19171,530,1,1,0,0,-3910.91,-11612.4,-138.243,4.99941,300,0,0,42,0,0,0,0,0),(244836,19148,0,1,1,0,0,-4914.82,-951.191,501.498,4.5773,300,0,0,42,0,0,0,0,0),(244835,18927,571,1,1,0,0,5678.09,658.93,647.134,0.088838,300,0,0,42,0,0,0,0,0),(244834,18927,0,1,1,0,0,-8855.97,652.546,96.2675,5.07716,300,0,0,42,0,0,0,0,0),(244833,18927,571,1,1,0,0,5719.3,687.257,645.752,5.72721,300,0,0,42,0,0,0,0,0),(244832,19169,571,1,1,0,0,5889.57,550.355,639.637,1.57167,300,0,0,42,0,0,0,0,0),(244831,20102,530,1,1,0,0,3035.51,3635.08,144.47,0.901821,300,0,0,42,0,0,0,0,0),(244830,20102,530,1,1,0,0,-1888.02,5400.44,-12.4278,5.97919,300,0,0,42,0,0,0,0,0),(244829,20102,0,1,1,0,0,-14464.9,470.287,15.0369,5.96098,300,0,0,42,0,0,0,0,0),(244828,20102,1,1,1,0,0,-7177.24,-3810.02,8.3753,0.711558,300,0,0,42,0,0,0,0,0),(244827,20102,1,1,1,0,0,-938.792,-3735.2,8.57162,3.66385,300,0,0,42,0,0,0,0,0),(244826,20102,1,1,1,0,0,6747.03,-4664.43,724.551,3.61009,300,0,0,42,0,0,0,0,0),(244825,19148,0,1,1,0,0,-4915.33,-953.892,501.498,2.25016,300,0,0,42,0,0,0,0,0),(240847,32820,0,1,1,0,0,-9826,261.761,40.683,1.78,600,20,0,2,0,1,0,0,0),(240846,32820,0,1,1,0,0,-9826,-1192,35.56,4.098,600,20,0,2,0,1,0,0,0),(240845,32820,0,1,1,0,0,-9829,562.429,39.357,6.275,600,20,0,2,0,1,0,0,0),(240844,32820,0,1,1,0,0,-9829,471.386,36.938,0.335,600,20,0,2,0,1,0,0,0),(240843,32820,0,1,1,0,0,-9829,-546,26.926,2.84,600,20,0,2,0,1,0,0,0),(240842,32820,0,1,1,0,0,-9831,-919,41.841,3.293,600,20,0,2,0,1,0,0,0),(240841,32820,0,1,1,0,0,-9832,-1498,39.74,5.377,600,20,0,2,0,1,0,0,0),(240840,32820,0,1,1,0,0,-9843.61,198.627,22.7217,5.28962,600,20,0,2,0,1,0,0,0),(240839,32820,0,1,1,0,0,-9834,-1641,27.372,0.369,600,20,0,2,0,1,0,0,0),(240838,32820,0,1,1,0,0,-9835,-1014,36.715,3.416,600,20,0,2,0,1,0,0,0),(240837,32820,0,1,1,0,0,-9835,-1180,33.735,6.256,600,20,0,2,0,1,0,0,0),(240836,32820,0,1,1,0,0,-9836,-1503,39.312,5.869,600,20,0,2,0,1,0,0,0),(240835,32820,0,1,1,0,0,-9836,-1589,27.767,5.994,600,20,0,2,0,1,0,0,0),(240834,32820,0,1,1,0,0,-9839,-1016,36.34,3.464,600,20,0,2,0,1,0,0,0),(240833,32820,0,1,1,0,0,-9840,94.95,38.219,3.128,600,20,0,2,0,1,0,0,0),(240832,32820,0,1,1,0,0,-9840,-839,38.619,4.48,600,20,0,2,0,1,0,0,0),(240831,32820,0,1,1,0,0,-9840,-1050,34.617,4.469,600,20,0,2,0,1,0,0,0),(240830,32820,0,1,1,0,0,-9841,-514,28.703,0.697,600,20,0,2,0,1,0,0,0),(240829,32820,0,1,1,0,0,-9843,-1486,35.741,4.619,600,20,0,2,0,1,0,0,0),(240828,32820,0,1,1,0,0,-9845,-924,40.598,6.244,600,20,0,2,0,1,0,0,0),(240827,32820,0,1,1,0,0,-9847,-1585,26.385,2.191,600,20,0,2,0,1,0,0,0),(240826,32820,0,1,1,0,0,-9848,-1652,22.788,0.41,600,20,0,2,0,1,0,0,0),(240825,32820,0,1,1,0,0,-9804.73,240.662,41.1706,4.86251,600,20,0,2,0,1,0,0,0),(240824,32820,0,1,1,0,0,-9850,644.698,39.705,3.528,600,20,0,2,0,1,0,0,0),(240823,32820,0,1,1,0,0,-9850,-593,20.515,4.231,600,20,0,2,0,1,0,0,0),(240822,32820,0,1,1,0,0,-9851,-913,39.336,2.219,600,20,0,2,0,1,0,0,0),(240821,32820,0,1,1,0,0,-9853,-1134,27.79,0.14,600,20,0,2,0,1,0,0,0),(240820,32820,0,1,1,0,0,-9854,-993,36.544,1.231,600,20,0,2,0,1,0,0,0),(240819,32820,0,1,1,0,0,-9855,-1380,40.682,1.781,600,20,0,2,0,1,0,0,0),(240818,32820,0,1,1,0,0,-9856,-920,38.461,1.038,600,20,0,2,0,1,0,0,0),(240817,32820,0,1,1,0,0,-9856,-1199,32.526,2.099,600,20,0,2,0,1,0,0,0),(240816,32820,0,1,1,0,0,-9857,671.134,37.354,2.036,600,20,0,2,0,1,0,0,0),(240815,32820,0,1,1,0,0,-9857,-135,29.663,6.193,600,20,0,2,0,1,0,0,0),(240814,32820,0,1,1,0,0,-9857,-715,30.994,3.81,600,20,0,2,0,1,0,0,0),(240813,32820,0,1,1,0,0,-9857,-930,37.532,2.233,600,20,0,2,0,1,0,0,0),(240812,32820,0,1,1,0,0,-9858,365.972,36.337,1.815,600,20,0,2,0,1,0,0,0),(240811,32820,0,1,1,0,0,-9859,922.723,30.178,0.581,600,20,0,2,0,1,0,0,0),(240810,32820,0,1,1,0,0,-9860,924.283,30.318,1.217,600,20,0,2,0,1,0,0,0),(240809,32820,0,1,1,0,0,-9860,471.51,36.643,4.627,600,20,0,2,0,1,0,0,0),(240808,32820,0,1,1,0,0,-9860,-129,29.292,0.763,600,20,0,2,0,1,0,0,0),(240807,32820,0,1,1,0,0,-9859.72,-226.423,35.9223,0.545298,600,20,0,2,0,1,0,0,0),(240806,32820,0,1,1,0,0,-9861,-124,28.832,2.762,600,20,0,2,0,1,0,0,0),(240805,32820,0,1,1,0,0,-9862,-1481,32.855,0.064,600,20,0,2,0,1,0,0,0),(240804,32820,0,1,1,0,0,-9864,932.292,31.144,4.844,600,20,0,2,0,1,0,0,0),(240803,32820,0,1,1,0,0,-9864,-190,35.805,5.313,600,20,0,2,0,1,0,0,0),(240802,32820,0,1,1,0,0,-9865,-222,35.965,0.876,600,20,0,2,0,1,0,0,0),(240801,32820,0,1,1,0,0,-9953.17,491.623,31.376,1.92737,600,20,0,2,0,1,0,0,0),(240800,32820,0,1,1,0,0,-9867,-917,36.258,0.774,600,20,0,2,0,1,0,0,0),(240799,32820,0,1,1,0,0,-9869,-1537,26.111,0.722,600,20,0,2,0,1,0,0,0),(240798,32820,0,1,1,0,0,-9870,-1232,31.674,2.685,600,20,0,2,0,1,0,0,0),(240797,32820,0,1,1,0,0,-9876,-15,26.9,1.334,600,20,0,2,0,1,0,0,0),(240796,32820,0,1,1,0,0,-9876,-1097,27.52,0.855,600,20,0,2,0,1,0,0,0),(240795,32820,0,1,1,0,0,-9878,-309,36.016,0.577,600,20,0,2,0,1,0,0,0),(240794,32820,0,1,1,0,0,-9879,-816,28.519,1.704,600,20,0,2,0,1,0,0,0),(240793,32820,0,1,1,0,0,-9881,322.619,37.824,3.142,600,20,0,2,0,1,0,0,0),(240792,32820,0,1,1,0,0,-9882,685.787,34.208,0.54,600,20,0,2,0,1,0,0,0),(240791,32820,0,1,1,0,0,-9882,-446,30.028,3.263,600,20,0,2,0,1,0,0,0),(240790,32820,0,1,1,0,0,-9883,-1017,29.945,0.262,600,20,0,2,0,1,0,0,0),(240789,32820,0,1,1,0,0,-9883,-1496,29.322,2.166,600,20,0,2,0,1,0,0,0),(240788,32820,0,1,1,0,0,-9884,-299,34.827,2.17,600,20,0,2,0,1,0,0,0),(240787,32820,0,1,1,0,0,-9887,-749,22.768,1.657,600,20,0,2,0,1,0,0,0),(240786,32820,0,1,1,0,0,-9833.96,188.524,22.577,5.79556,600,20,0,2,0,1,0,0,0),(76301,25334,571,1,1,0,0,2784.33,6742.21,7.92973,4.29351,120,0,0,44910,15775,0,0,0,0),(76300,25334,571,1,1,0,0,2798.96,6735.21,7.62585,4.27606,120,0,0,44910,15775,0,0,0,0),(76299,25334,571,1,1,0,0,2792.04,6738.57,7.79775,4.34587,120,0,0,44910,15775,0,0,0,0),(1975410,33087,571,1,1,0,0,4061.82,7109.99,187.889,3.75826,300,0,0,42,0,0,0,0,0),(1976201,6492,0,1,1,0,0,-9110.85,830.738,97.6299,3.31741,300,0,0,356,0,0,0,0,0),(1976200,6492,0,1,1,0,0,-9099.67,838.26,105.125,5.4906,300,0,0,386,0,0,0,0,0),(1976199,6492,0,1,1,0,0,1406.46,355.153,-66.0258,5.85502,300,0,0,386,0,0,0,0,0),(1976198,6492,0,1,1,0,0,1402.58,342.868,-66.0167,4.58503,300,0,0,356,0,0,0,0,0),(1976197,6492,0,1,1,0,0,1418.05,366.824,-66.0008,0.385505,300,0,0,386,0,0,0,0,0),(1976196,6492,0,1,1,0,0,1420.45,355.246,-65.9999,5.49688,300,0,0,356,0,0,0,0,0),(1976195,6492,0,1,1,0,0,1401.55,365.922,-66.0367,2.66709,300,0,0,356,0,0,0,0,0),(1976194,6492,0,1,1,0,0,1412.97,343.782,-66.0015,4.86227,300,0,0,386,0,0,0,0,0),(1976210,39420,0,1,1,0,0,-5347.67,647.579,444.626,3.16551,300,0,0,42,0,0,0,0,0),(1976209,39420,0,1,1,0,0,-5223.95,624.789,455.977,1.55938,300,0,0,42,0,0,0,0,0),(1976208,39420,0,1,1,0,0,-5158.07,629.349,466.213,1.76354,300,0,0,42,0,0,0,0,0),(1976207,39420,0,1,1,0,0,-5125.03,595.187,459.885,0.83284,300,0,0,42,0,0,0,0,0),(1976206,39420,0,1,1,0,0,-5019.37,544.06,472.711,4.05297,300,0,0,42,0,0,0,0,0),(1976212,32346,0,1,1,0,1,-8443.36,331.838,122.663,1.85005,300,0,0,5907158,746240,0,0,0,0),(1976216,32367,1,1,128,0,1,1910.9,-4154.71,40.6308,1.58916,300,0,0,0,0,0,0,0,0),(1976215,32367,1,1,128,0,1,1931.97,-4154.32,40.6246,1.6245,300,0,0,0,0,0,0,0,0),(1976214,32367,1,1,128,0,1,1931.32,-4136.56,40.6125,4.01604,300,0,0,0,0,0,0,0,0),(1976213,32367,1,1,128,0,1,1909.64,-4139.34,40.6099,6.04237,300,0,0,0,0,0,0,0,0),(48231,24248,571,1,2,0,0,1054.51,-4918.39,10.1475,3.26377,300,0,0,1,0,0,0,0,0),(247113,37011,631,15,1,0,0,-175,2215,35.23,0,86400,0,0,478800,0,2,0,0,0),(48242,23935,571,1,2,0,0,1046.63,-4824.38,47.0969,0.295422,300,0,0,1,0,2,0,0,0),(48241,23935,571,1,2,0,0,1006.25,-4868.18,47.7095,0.295422,300,0,0,1,0,2,0,0,0),(48240,23935,571,1,2,0,0,970.605,-4993.67,29.2776,0.295422,300,0,0,1,0,2,0,0,0),(48239,23935,571,1,2,0,0,934.718,-4890.75,34.5768,0.295422,300,0,0,1,0,2,0,0,0),(48238,23935,571,1,2,0,0,910.737,-4961.67,33.0961,0.295422,300,0,0,1,0,2,0,0,0),(48237,23935,571,1,2,0,0,1028.68,-5012.6,13.785,0.295422,300,0,0,1,0,2,0,0,0),(48234,23935,571,1,2,0,0,927.046,-4925.75,4.78267,0.128838,300,0,0,1,0,2,0,0,0),(48230,24315,571,1,2,0,0,1074.89,-5033.89,9.71186,3.03687,300,0,0,5158,0,0,0,0,0),(48229,24314,571,1,2,0,0,1073.56,-5029.71,9.80586,4.66003,300,0,0,5158,0,0,0,0,0),(49220,24820,571,1,1,0,0,466.754,-5921.27,309.139,0.751123,120,0,0,1,0,0,0,0,0),(1976228,27992,571,1,1,0,0,994.286,-5312,175.674,1.18682,300,0,0,26946,0,0,0,0,0),(1976231,24438,571,1,1,0,0,1997.35,-3256.87,149.697,2.88974,300,0,0,42,0,0,0,0,0),(1976230,24438,571,1,1,0,0,2091.63,-3245.17,161.225,0.148704,300,0,0,42,0,0,0,0,0),(74953,31314,571,1,175,0,0,6869.78,3584.1,735.892,2.87979,120,0,0,1,0,0,0,0,0),(1977256,31773,571,1,1,0,0,6777.45,1539.3,391.944,1.55506,300,0,0,4979,0,0,0,0,0),(1977255,31773,571,1,1,0,0,6776.68,1628.61,391.945,4.70842,300,0,0,4979,0,0,0,0,0),(1977302,31254,571,1,2,24768,1,7573.42,1379.31,330.573,0.575959,60,0,0,12600,0,0,0,0,0),(1977301,31254,571,1,2,24768,1,7577.17,1385.13,331.072,0.383972,60,0,0,12600,0,0,0,0,0),(1977300,31254,571,1,2,24768,1,7597.88,1367.29,334.593,1.8675,60,0,0,12600,0,0,0,0,0),(1977299,31254,571,1,2,24768,1,7588.84,1367.32,332.888,1.51844,60,0,0,12600,0,0,0,0,0),(1977298,31254,571,1,2,24768,1,7598.13,1372.08,334.469,1.95477,60,0,0,12600,0,0,0,0,0),(1977297,31254,571,1,2,24768,1,7593.25,1372.03,333.624,1.71042,60,0,0,12600,0,0,0,0,0),(1977296,31254,571,1,2,24768,1,7618.37,1366.67,337.358,2.42601,60,0,0,12600,0,0,0,0,0),(1977295,31254,571,1,2,24768,1,7621.07,1362.55,337.626,2.3911,60,0,0,12600,0,0,0,0,0),(1977294,31254,571,1,2,24768,1,7624.06,1355.43,337.972,2.32129,60,0,0,12600,0,0,0,0,0),(1977293,31254,571,1,2,24768,1,7622.68,1358.64,337.641,2.35619,60,0,0,12600,0,0,0,0,0),(1977292,31254,571,1,2,24768,1,7600.95,1385.34,334.186,2.68781,60,0,0,12600,0,0,0,0,0),(1977291,31254,571,1,2,24768,1,7608.23,1378.98,334.807,2.56563,60,0,0,12600,0,0,0,0,0),(1977290,31254,571,1,2,24768,1,7604.29,1378.75,334.867,2.44346,60,0,0,12600,0,0,0,0,0),(1977289,31254,571,1,2,24768,1,7575.08,1306.44,333.991,1.43117,60,0,0,12600,0,0,0,0,0),(1977288,31254,571,1,2,24768,1,7581.65,1306.05,334.874,1.51844,60,0,0,12600,0,0,0,0,0),(1977287,31254,571,1,2,24768,1,7587.98,1306,335.96,1.5708,60,0,0,12600,0,0,0,0,0),(1977286,31254,571,1,2,24768,1,7592.61,1305.42,336.907,1.62316,60,0,0,12600,0,0,0,0,0),(1977285,31254,571,1,2,24768,1,7597.62,1305.04,337.836,1.69297,60,0,0,12600,0,0,0,0,0),(1977284,31254,571,1,2,24768,1,7586.7,1310.51,335.366,1.5708,60,0,0,12600,0,0,0,0,0),(1977283,31254,571,1,2,24768,1,7592.33,1310,336.354,1.62316,60,0,0,12600,0,0,0,0,0),(1977282,31254,571,1,2,24768,1,7597.55,1310.82,337.134,1.69297,60,0,0,12600,0,0,0,0,0),(1977281,31254,571,1,2,24768,1,7592.37,1318.07,335.528,1.58825,60,0,0,12600,0,0,0,0,0),(1977280,31254,571,1,2,24768,1,7598.02,1318.95,336.317,1.67552,60,0,0,12600,0,0,0,0,0),(1977279,31254,571,1,2,24768,1,7594.16,1325.51,335.156,1.62316,60,0,0,12600,0,0,0,0,0),(1977278,31254,571,1,2,24768,1,7598.78,1325.95,335.845,1.69297,60,0,0,12600,0,0,0,0,0),(1977277,31254,571,1,2,24768,1,7604.91,1343.7,336.298,1.8675,60,0,0,12600,0,0,0,0,0),(1977276,31254,571,1,2,24768,1,7609.11,1346.25,336.764,1.95477,60,0,0,12600,0,0,0,0,0),(1977275,31254,571,1,2,24768,1,7614.41,1348.76,337.183,2.09439,60,0,0,12600,0,0,0,0,0),(1977274,31254,571,1,2,24768,1,7618.95,1352.03,337.313,2.19912,60,0,0,12600,0,0,0,0,0),(1977273,31254,571,1,2,24768,1,7601.94,1347.68,335.545,1.8326,60,0,0,12600,0,0,0,0,0),(1977272,31254,571,1,2,24768,1,7606.25,1349.91,336.055,1.93731,60,0,0,12600,0,0,0,0,0),(1977271,31254,571,1,2,24768,1,7611.87,1352.6,336.418,2.07694,60,0,0,12600,0,0,0,0,0),(1977270,31254,571,1,2,24768,1,7617.08,1355.11,336.881,2.21657,60,0,0,12600,0,0,0,0,0),(1977269,31254,571,1,2,24768,1,7600.04,1350.75,334.945,1.79769,60,0,0,12600,0,0,0,0,0),(1977268,31254,571,1,2,24768,1,7603.68,1353.31,335.445,1.90241,60,0,0,12600,0,0,0,0,0),(1977267,31254,571,1,2,24768,1,7609.59,1356.69,336.257,2.07694,60,0,0,12600,0,0,0,0,0),(1977266,31254,571,1,2,24768,1,7614.95,1359.27,337.009,2.23402,60,0,0,12600,0,0,0,0,0),(1977265,31254,571,1,2,24768,1,7598.16,1375.46,334.371,2.04204,60,0,0,12600,0,0,0,0,0),(1977264,31254,571,1,2,24768,1,7597.87,1354.71,334.685,1.76278,60,0,0,12600,0,0,0,0,0),(1977263,31254,571,1,2,24768,1,7601.23,1356.92,335.296,1.8675,60,0,0,12600,0,0,0,0,0),(1977262,31254,571,1,2,24768,1,7607.47,1359.98,336.215,2.07694,60,0,0,12600,0,0,0,0,0),(213360,21754,530,1,1,0,0,-2645.05,2653.66,74.9439,4.70259,300,0,0,1,0,2,0,0,0),(213359,21754,530,1,1,0,0,-2676.63,2630.93,74.7132,1.58451,300,0,0,1,0,2,0,0,0),(213358,21754,530,1,1,0,0,-2661.92,2565.17,74.9474,4.73162,300,0,0,1,0,2,0,0,0),(213357,21754,530,1,1,0,0,-2771.35,2336.07,93.0653,4.72885,300,0,0,1,0,2,0,0,0),(213355,21754,530,1,1,0,0,-2720.88,2469.59,93.3263,4.70927,300,0,0,1,0,2,0,0,0),(213356,21754,530,1,1,0,0,-2756.39,2332.11,92.1995,1.55447,300,0,0,1,0,2,0,0,0),(213354,21754,530,1,1,0,0,-2754.18,2431.33,93.3259,4.70458,300,0,0,1,0,2,0,0,0),(213353,21754,530,1,1,0,0,-2770.88,2403.36,93.3783,4.70845,300,0,0,1,0,2,0,0,0),(213352,21754,530,1,1,0,0,-2628.17,2652.95,74.2716,4.70265,300,0,0,1,0,2,0,0,0),(213351,21754,530,1,1,0,0,-2737.03,2498.92,93.4041,4.68698,300,0,0,1,0,2,0,0,0),(213350,21754,530,1,1,0,0,-2690.13,2064.95,117.238,4.70848,300,0,0,1,0,2,0,0,0),(213349,21754,530,1,1,0,0,-2722.12,2069.17,117.238,4.71044,300,0,0,1,0,2,0,0,0),(213348,21754,530,1,1,0,0,-2704.26,2136.73,117.308,4.70886,300,0,0,1,0,2,0,0,0),(213347,21754,530,1,1,0,0,-2753.95,2102.06,117.347,1.57077,300,0,0,1,0,2,0,0,0),(213346,21754,530,1,1,0,0,-2771.05,2268.6,93.3739,4.70713,300,0,0,1,0,2,0,0,0),(213345,21754,530,1,1,0,0,-2756.62,2229.72,92.287,4.71399,300,0,0,1,0,2,0,0,0),(213344,21754,530,1,1,0,0,-2785.13,2471.35,92.2249,1.60547,300,0,0,1,0,2,0,0,0),(213343,21754,530,1,1,0,0,-2785.1,2378.46,92.287,4.70303,300,0,0,1,0,2,0,0,0),(213342,21754,530,1,1,0,0,-2804.14,2236.56,92.5194,1.56411,300,0,0,1,0,2,0,0,0),(213341,21754,530,1,1,0,0,-2785.22,2256.42,93.3739,1.53607,300,0,0,1,0,2,0,0,0),(213340,21753,530,1,1,0,0,-2711.63,2102.14,117.238,4.72013,300,0,0,1,0,2,0,0,0),(213339,21753,530,1,1,0,0,-2728.97,2067.54,117.238,1.52001,300,0,0,1,0,2,0,0,0),(213338,21753,530,1,1,0,0,-2745.84,2098.97,117.292,4.70458,300,0,0,1,0,2,0,0,0),(213337,21753,530,1,1,0,0,-2685.01,2651.31,74.653,1.55127,300,0,0,1,0,2,0,0,0),(213336,21753,530,1,1,0,0,-2683.62,2557.18,74.9474,4.68131,300,0,0,1,0,2,0,0,0),(213335,21753,530,1,1,0,0,-2670.02,2634.25,74.9677,4.71422,300,0,0,1,0,2,0,0,0),(213334,21753,530,1,1,0,0,-2729.75,2466.87,93.3263,4.70973,300,0,0,1,0,2,0,0,0),(213333,21753,530,1,1,0,0,-2776.52,2401.98,93.3783,4.67673,300,0,0,1,0,2,0,0,0),(213332,21753,530,1,1,0,0,-2762.02,2436.76,93.3811,4.72414,300,0,0,1,0,2,0,0,0),(213331,21753,530,1,1,0,0,-2623.39,2536.82,74.7322,1.56293,300,0,0,1,0,2,0,0,0),(213330,21753,530,1,1,0,0,-2652.77,2561.48,74.3224,4.69872,300,0,0,1,0,2,0,0,0),(213329,21753,530,1,1,0,0,-2745.62,2429.98,92.4716,4.70655,300,0,0,1,0,2,0,0,0),(213328,21753,530,1,1,0,0,-2670.34,2594.02,74.9474,4.69081,300,0,0,1,0,2,0,0,0),(213327,21753,530,1,1,0,0,-2652.79,2651.18,74.5809,4.72593,300,0,0,1,0,2,0,0,0),(1974572,28362,571,1,1,0,0,5586.07,4504.85,-139.296,0.820305,300,0,0,42,0,0,0,0,0),(1974571,28362,571,1,1,0,0,5677.12,4725.34,-135.566,3.57792,300,0,0,42,0,0,0,0,0),(1974570,28362,571,1,1,0,0,5507.06,4662.85,-130.272,2.44346,300,0,0,42,0,0,0,0,0),(1974569,28362,571,1,1,0,0,5470.7,4678.43,-132.203,3.89208,300,0,0,42,0,0,0,0,0),(1974568,28362,571,1,1,0,0,5704.71,4763.64,-137.022,5.0091,300,0,0,42,0,0,0,0,0),(1974567,28362,571,1,1,0,0,5917.02,4735.48,-137.81,1.43117,300,0,0,42,0,0,0,0,0),(1974566,28362,571,1,1,0,0,5544.33,4436.61,-137.136,4.24115,300,0,0,42,0,0,0,0,0),(1974565,28362,571,1,1,0,0,5682.9,4479.21,-135.683,4.81711,300,0,0,42,0,0,0,0,0),(1974564,28362,571,1,1,0,0,5579.44,4388.16,-138.089,3.80482,300,0,0,42,0,0,0,0,0),(1974563,28362,571,1,1,0,0,5534.53,4324.63,-131.82,5.41052,300,0,0,42,0,0,0,0,0),(1974562,28362,571,1,1,0,0,5906.66,4612.75,-132.042,2.60054,300,0,0,42,0,0,0,0,0),(1974561,28362,571,1,1,0,0,5726.51,4370.49,-138.519,3.10669,300,0,0,42,0,0,0,0,0),(1974560,28362,571,1,1,0,0,5693.35,4629.68,-138.322,4.92183,300,0,0,42,0,0,0,0,0),(1974559,28362,571,1,1,0,0,5726.52,4535.19,-138.999,1.25664,300,0,0,42,0,0,0,0,0),(1974558,28362,571,1,1,0,0,5525.25,4436.55,-140.675,1.95477,300,0,0,42,0,0,0,0,0),(1974557,28362,571,1,1,0,0,5705.06,4435.87,-141.029,5.98648,300,0,0,42,0,0,0,0,0),(1974556,28362,571,1,1,0,0,5847.39,4599.29,-136.059,5.53269,300,0,0,42,0,0,0,0,0),(1974555,28362,571,1,1,0,0,5531.43,4402.83,-135.817,3.36848,300,0,0,42,0,0,0,0,0),(1974554,28362,571,1,1,0,0,5700.94,4711.59,-136.028,4.04916,300,0,0,42,0,0,0,0,0),(1974553,28362,571,1,1,0,0,5578.79,4703.9,-132.344,0.715585,300,0,0,42,0,0,0,0,0),(1974552,28362,571,1,1,0,0,5607.36,4355.13,-134.915,4.45059,300,0,0,42,0,0,0,0,0),(1974551,28362,571,1,1,0,0,5865.93,4563.6,-133.301,3.52556,300,0,0,42,0,0,0,0,0),(1974550,28362,571,1,1,0,0,5731.34,4688.48,-134.257,3.4383,300,0,0,42,0,0,0,0,0),(1974549,28362,571,1,1,0,0,5594.8,4733.19,-134.289,0.10472,300,0,0,42,0,0,0,0,0),(1974548,28362,571,1,1,0,0,5773.98,4439.41,-137.158,4.17134,300,0,0,42,0,0,0,0,0),(1974547,28362,571,1,1,0,0,5863.84,4759.62,-131.907,5.16617,300,0,0,42,0,0,0,0,0),(1974546,28362,571,1,1,0,0,5736.98,4459.44,-134.957,1.29154,300,0,0,42,0,0,0,0,0),(1974545,28362,571,1,1,0,0,5806.82,4481.87,-131.864,4.60767,300,0,0,42,0,0,0,0,0),(1974544,28362,571,1,1,0,0,5776.42,4713.71,-132.204,4.15388,300,0,0,42,0,0,0,0,0),(1974543,28362,571,1,1,0,0,5794.37,4567.62,-134.406,4.59022,300,0,0,42,0,0,0,0,0),(1974542,28362,571,1,1,0,0,5801.27,4529.37,-134.282,3.22886,300,0,0,42,0,0,0,0,0),(1974541,28362,571,1,1,0,0,5760.65,4690.13,-134.465,5.58505,300,0,0,42,0,0,0,0,0),(1974540,28362,571,1,1,0,0,5868.02,4498.96,-133.209,3.52556,300,0,0,42,0,0,0,0,0),(1974539,28362,571,1,1,0,0,5652.97,4494.59,-136.668,2.60054,300,0,0,42,0,0,0,0,0),(1974538,28362,571,1,1,0,0,5861.11,4827.21,-131.635,5.55015,300,0,0,42,0,0,0,0,0),(1974537,28362,571,1,1,0,0,5606.67,4545.54,-136.037,4.95674,300,0,0,42,0,0,0,0,0),(1974536,28362,571,1,1,0,0,5786.58,4751.95,-133.623,0.767945,300,0,0,42,0,0,0,0,0),(1974535,28362,571,1,1,0,0,5752.65,4496.54,-132.448,4.88692,300,0,0,42,0,0,0,0,0),(1974534,28362,571,1,1,0,0,5738.6,4740.34,-132.397,1.36136,300,0,0,42,0,0,0,0,0),(1974533,28362,571,1,1,0,0,5523.42,4590.13,-133.389,1.37881,300,0,0,42,0,0,0,0,0),(1974532,28362,571,1,1,0,0,5634.23,4725.39,-136.565,4.67748,300,0,0,42,0,0,0,0,0),(1974531,28362,571,1,1,0,0,5616.78,4507.51,-136.235,2.79253,300,0,0,42,0,0,0,0,0),(1974530,28362,571,1,1,0,0,5826.18,4610.77,-134.161,3.56047,300,0,0,42,0,0,0,0,0),(1976591,37523,530,1,1,0,0,12556.7,-6779.32,15.0386,0.000207424,300,0,0,41,60,0,0,0,0),(1976623,37781,580,1,2048,0,0,1614.89,598.706,33.3211,0.367885,300,0,0,126,0,0,0,0,0),(1976622,37781,580,1,2048,0,0,1677.1,570.175,33.3212,4.29488,300,0,0,126,0,0,0,0,0),(1976621,37781,580,1,2048,0,0,1669.38,573.631,33.3212,4.2242,300,0,0,126,0,0,0,0,0),(1976620,37781,580,1,2048,0,0,1654.74,583.131,33.3212,4.03963,300,0,0,126,0,0,0,0,0),(1976619,37781,580,1,2048,0,0,1649.73,588.163,33.3212,3.86292,300,0,0,126,0,0,0,0,0),(1976618,37781,580,1,2048,0,0,1638.94,602.943,33.3212,3.5252,300,0,0,126,0,0,0,0,0),(1976617,37781,580,1,2048,0,0,1635.69,610.968,33.3212,3.45451,300,0,0,126,0,0,0,0,0),(1976616,37781,580,1,2048,0,0,1632.77,627.612,32.9608,3.26994,300,0,0,126,0,0,0,0,0),(1976615,37781,580,1,2048,0,0,1735.87,599.171,28.0505,2.41386,300,0,0,126,0,0,0,0,0),(1976614,37781,580,1,2048,0,0,1727.98,591.396,28.0505,2.23714,300,0,0,126,0,0,0,0,0),(1976613,37781,580,1,2048,0,0,1670.23,665.44,28.0503,5.41408,300,0,0,126,0,0,0,0,0),(1976612,37781,580,1,2048,0,0,1662.86,658.458,28.0503,5.59866,300,0,0,126,0,0,0,0,0),(1976611,37781,580,1,2048,0,0,1663.75,633.058,28.0503,4.49519,300,0,0,126,0,0,0,0,0),(1976610,37781,580,1,2048,0,0,1665.48,640.896,28.0503,4.49519,300,0,0,126,0,0,0,0,0),(1976609,37781,580,1,2048,0,0,1674.14,638.984,28.0503,4.49519,300,0,0,126,0,0,0,0,0),(1976608,37781,580,1,2048,0,0,1672.48,631.053,28.0503,4.5541,300,0,0,126,0,0,0,0,0),(1976607,37781,580,1,2048,0,0,1688.26,616.497,27.3452,3.95328,300,0,0,126,0,0,0,0,0),(1976606,37781,580,1,2048,0,0,1683.62,624.152,27.3538,3.42313,300,0,0,126,0,0,0,0,0),(1976605,37781,580,1,2048,0,0,1781.84,680.202,71.1904,3.67448,300,0,0,126,0,0,0,0,0),(1976604,37781,580,1,2048,0,0,1767.5,697.132,71.1904,3.91795,300,0,0,126,0,0,0,0,0),(1976603,37781,580,1,2048,0,0,1748.77,709.204,71.1904,4.24389,300,0,0,126,0,0,0,0,0),(1976602,37781,580,1,2048,0,0,1727.06,716.86,71.1904,4.48343,300,0,0,126,0,0,0,0,0),(1976601,37781,580,1,2048,0,0,1704.8,720.264,71.058,4.78581,300,0,0,126,0,0,0,0,0),(1976600,37781,580,1,2048,0,0,1718.79,698.847,71.1902,1.34184,300,0,0,126,0,0,0,0,0),(1976599,37781,580,1,2048,0,0,1727.47,696.601,71.1902,1.10622,300,0,0,126,0,0,0,0,0),(1976598,37781,580,1,2048,0,0,1742.9,688.146,71.1902,1.0591,300,0,0,126,0,0,0,0,0),(1976597,37781,580,1,2048,0,0,1748.59,683.721,71.1902,0.623205,300,0,0,126,0,0,0,0,0),(1976596,37781,580,1,2048,0,0,1760.28,670.492,71.1902,0.674254,300,0,0,126,0,0,0,0,0),(1976595,37781,580,1,2048,0,0,1764.82,663.761,71.1902,0.638909,300,0,0,126,0,0,0,0,0),(1976594,37781,580,1,2048,0,0,1769.97,650.558,71.1914,1.95623,300,0,0,126,0,0,0,0,0),(1976593,37781,580,1,2048,0,0,1776.09,652.853,71.1943,2.17044,300,0,0,126,0,0,0,0,0),(1976592,37781,580,1,2048,0,0,1793.8,661.515,71.1943,2.194,300,0,0,126,0,0,0,0,0),(1976631,36991,580,1,2048,0,0,1619.75,634.382,33.486,4.90934,300,0,0,84,0,0,0,0,0),(1976630,36991,580,1,2048,0,0,1625.67,577.498,33.3213,0.628905,300,0,0,84,0,0,0,0,0),(1976629,36991,580,1,2048,0,0,1640.45,558.392,33.3213,0.856672,300,0,0,84,0,0,0,0,0),(1976628,36991,580,1,2048,0,0,1658.87,545.124,33.3213,1.16691,300,0,0,84,0,0,0,0,0),(1976627,36991,580,1,2048,0,0,1704.09,583.276,28.182,1.75203,300,0,0,84,0,0,0,0,0),(1976626,36991,580,1,2048,0,0,1653.75,634.033,28.085,6.10314,300,0,0,84,0,0,0,0,0),(1976625,36991,580,1,2048,0,0,1694.93,674.09,28.0503,4.76796,300,0,0,84,0,0,0,0,0),(1976624,36991,580,1,2048,0,0,1744.84,621.776,28.0503,3.00868,300,0,0,84,0,0,0,0,0),(1976650,38047,580,1,2048,0,0,1695.1,583.061,28.2018,3.56442,300,0,0,41,60,0,0,0,0),(1976649,38047,580,1,2048,0,0,1692.36,582.342,29.06,0.230404,300,0,0,41,60,0,0,0,0),(1976648,38047,580,1,2048,0,0,1688.99,604.902,28.0608,0.489597,300,0,0,41,60,0,0,0,0),(1976647,38047,580,1,2048,0,0,1690.91,605.88,28.3581,3.61548,300,0,0,41,60,0,0,0,0),(1976646,38047,580,1,2048,0,0,1669.28,624.177,28.0504,2.57876,300,0,0,41,60,0,0,0,0),(1976645,38047,580,1,2048,0,0,1667.75,625.38,28.0504,5.73998,300,0,0,41,60,0,0,0,0),(1976644,38047,580,1,2048,0,0,1716.75,632.675,27.7991,3.43485,300,0,0,41,60,0,0,0,0),(1976643,38047,580,1,2048,0,0,1705.7,612.287,27.6113,1.99757,300,0,0,41,60,0,0,0,0),(1976642,38047,580,1,2048,0,0,1702.86,611.087,27.6827,1.85227,300,0,0,41,60,0,0,0,0),(1976641,38047,580,1,2048,0,0,1700.1,610.616,27.6777,1.69127,300,0,0,41,60,0,0,0,0),(1976640,38047,580,1,2048,0,0,1685.62,638.985,27.6363,5.59078,300,0,0,41,60,0,0,0,0),(1976639,38047,580,1,2048,0,0,1683.64,636.337,27.6529,5.82246,300,0,0,41,60,0,0,0,0),(1976638,38047,580,1,2048,0,0,1682.23,633.38,27.638,6.01488,300,0,0,41,60,0,0,0,0),(1976637,38047,580,1,2048,0,0,1699.66,659.52,28.0503,4.68366,300,0,0,41,60,0,0,0,0),(1976636,38047,580,1,2048,0,0,1702.88,659.398,28.0503,4.55014,300,0,0,41,60,0,0,0,0),(1976635,38047,580,1,2048,0,0,1706.31,658.903,28.0503,4.53049,300,0,0,41,60,0,0,0,0),(1976634,38047,580,1,2048,0,0,1707.11,656.197,28.0503,4.4873,300,0,0,41,60,0,0,0,0),(1976633,38047,580,1,2048,0,0,1701.32,657.371,28.0503,4.61296,300,0,0,41,60,0,0,0,0),(1976632,38047,580,1,2048,0,0,1704.05,656.947,28.0503,4.53049,300,0,0,41,60,0,0,0,0),(1976651,37746,580,1,2048,0,0,1698.87,628.417,28.1989,3.6959,300,0,0,42,0,0,0,0,0),(1976652,37763,580,1,2048,0,0,1662.56,622.758,28.0502,4.8897,300,0,0,8200,1200,0,0,0,0),(1976653,38056,580,1,2048,0,0,1671.49,606.427,28.0503,3.79407,300,0,0,41,60,0,0,0,0),(1976654,37764,580,1,2048,0,0,1666.48,620.999,28.0504,5.00359,300,0,0,16400,1800,0,0,0,0),(1976655,37765,580,1,2048,0,0,1686.1,607.186,28.1281,1.99552,300,0,0,42,0,0,0,0,0),(1976656,37857,571,1,2,0,0,4839.46,-590.619,160.111,2.75749,300,0,0,82000,120000,0,0,0,0),(143460,37878,571,1,1,0,0,4806.46,-618.24,159.548,5.44543,120,0,0,1,0,0,0,0,0),(1976658,38001,571,1,2,0,0,4802.14,-628.632,159.93,1.7247,300,0,0,41,60,0,0,0,0),(1976717,37881,571,1,2,0,0,4824.09,-619.479,157.964,4.32671,6,0,0,13,0,0,0,0,0),(1976716,37881,571,1,2,0,0,4820.63,-644.616,157.853,2.80697,6,0,0,13,0,0,0,0,0),(1976715,37881,571,1,2,0,0,4822.04,-637.816,157.846,2.55171,6,0,0,13,0,0,0,0,0),(1976714,37881,571,1,2,0,0,4824.64,-633.93,157.742,2.51244,6,0,0,13,0,0,0,0,0),(1976713,37881,571,1,2,0,0,4826.6,-628.041,157.768,2.72842,6,0,0,13,0,0,0,0,0),(1976712,37881,571,1,2,0,0,4816.99,-632.972,158.36,1.33042,6,0,0,13,0,0,0,0,0),(1976711,37881,571,1,2,0,0,4810.56,-643.095,159.119,3.22715,6,0,0,13,0,0,0,0,0),(1976710,37881,571,1,2,0,0,4817.73,-640.568,158.151,3.25071,6,0,0,13,0,0,0,0,0),(1976709,37881,571,1,2,0,0,4791.54,-562.263,162.06,4.7783,6,0,0,13,0,0,0,0,0),(1976708,37881,571,1,2,0,0,4832.98,-564.232,160.937,3.56487,6,0,0,13,0,0,0,0,0),(1976707,37881,571,1,2,0,0,4824.73,-560.372,160.361,6.06636,6,0,0,13,0,0,0,0,0),(1976706,37881,571,1,2,0,0,4809.68,-558.498,162.1,4.68798,6,0,0,13,0,0,0,0,0),(1976705,37881,571,1,2,0,0,4794.49,-596.024,160.094,1.30291,6,0,0,13,0,0,0,0,0),(1976704,37881,571,1,2,0,0,4790.59,-637.229,161.362,3.39207,6,0,0,13,0,0,0,0,0),(1976703,37881,571,1,2,0,0,4811.82,-637.026,158.922,0.270107,6,0,0,13,0,0,0,0,0),(1976702,37881,571,1,2,0,0,4804.28,-641.322,160.041,4.80971,6,0,0,13,0,0,0,0,0),(1976701,37881,571,1,2,0,0,4801.28,-625.861,159.983,5.26131,6,0,0,13,0,0,0,0,0),(1976700,37881,571,1,2,0,0,4811.73,-608.189,159.574,1.95478,6,0,0,13,0,0,0,0,0),(1976699,37881,571,1,2,0,0,4813.96,-620.089,158.71,4.77044,6,0,0,13,0,0,0,0,0),(1976698,37881,571,1,2,0,0,4810.49,-614.486,159.121,5.10816,6,0,0,13,0,0,0,0,0),(1976697,37881,571,1,2,0,0,4802.76,-609.556,159.494,2.97188,6,0,0,13,0,0,0,0,0),(1976696,37881,571,1,2,0,0,4795.38,-617.104,159.733,2.71664,6,0,0,13,0,0,0,0,0),(1976695,37881,571,1,2,0,0,4803.62,-619.741,159.712,3.67875,6,0,0,13,0,0,0,0,0),(1976694,37881,571,1,2,0,0,4795.76,-628.323,160.022,1.8527,6,0,0,13,0,0,0,0,0),(1976693,37881,571,1,2,0,0,4798.58,-634.014,160.378,2.159,6,0,0,13,0,0,0,0,0),(1976692,37881,571,1,2,0,0,4799.16,-639.599,160.446,3.32925,6,0,0,13,0,0,0,0,0),(1976691,37881,571,1,2,0,0,4806.84,-636.231,159.544,3.28998,6,0,0,13,0,0,0,0,0),(1976690,37881,571,1,2,0,0,4813.11,-627.492,158.792,3.41956,6,0,0,13,0,0,0,0,0),(1976689,37881,571,1,2,0,0,4809.64,-632.055,159.142,3.40778,6,0,0,13,0,0,0,0,0),(1976688,37881,571,1,2,0,0,4805.03,-629.707,159.637,3.4824,6,0,0,13,0,0,0,0,0),(1976687,37881,571,1,2,0,0,4807.62,-625.632,159.317,1.3736,6,0,0,13,0,0,0,0,0),(1976686,37881,571,1,2,0,0,4803.37,-624.783,159.746,1.3736,6,0,0,13,0,0,0,0,0),(1976685,37881,571,1,2,0,0,4797.09,-625.085,159.881,1.3736,6,0,0,13,0,0,0,0,0),(1976684,37881,571,1,2,0,0,4799.61,-629.666,160.202,1.94694,6,0,0,13,0,0,0,0,0),(1976683,37881,571,1,2,0,0,4801.45,-635.345,160.071,1.00446,6,0,0,13,0,0,0,0,0),(1976682,37881,571,1,2,0,0,4794.94,-634.321,160.338,5.75612,6,0,0,13,0,0,0,0,0),(1976681,37881,571,1,2,0,0,4792.06,-629.227,159.942,4.8215,6,0,0,13,0,0,0,0,0),(1976680,37881,571,1,2,0,0,4792.5,-623.816,159.662,3.61592,6,0,0,13,0,0,0,0,0),(1976679,37881,571,1,2,0,0,4799.68,-620.129,159.778,3.61592,6,0,0,13,0,0,0,0,0),(1976678,37881,571,1,2,0,0,4807.81,-618.722,159.332,4.19711,6,0,0,13,0,0,0,0,0),(1976677,37881,571,1,2,0,0,4806.06,-611.083,159.39,0.839535,6,0,0,13,0,0,0,0,0),(1976676,37881,571,1,2,0,0,4800.96,-615.105,159.585,5.49302,6,0,0,13,0,0,0,0,0),(1976675,37881,571,1,2,0,0,4798.23,-610.508,159.634,1.75452,6,0,0,13,0,0,0,0,0),(1976674,37881,571,1,2,0,0,4793.98,-613.599,159.808,1.95873,6,0,0,13,0,0,0,0,0),(1976673,37881,571,1,2,0,0,4790.36,-618.609,159.635,4.71547,6,0,0,13,0,0,0,0,0),(1976672,37881,571,1,2,0,0,4789.79,-611.41,159.989,4.00861,6,0,0,13,0,0,0,0,0),(1976671,37881,571,1,2,0,0,4794.19,-606.728,159.864,2.56348,6,0,0,13,0,0,0,0,0),(1976670,37881,571,1,2,0,0,4800.63,-606.173,159.563,3.31354,6,0,0,13,0,0,0,0,0),(1976669,37881,571,1,2,0,0,4806,-604.486,159.325,5.88572,6,0,0,13,0,0,0,0,0),(1976668,37881,571,1,2,0,0,4799.79,-602.21,159.613,1.81342,6,0,0,13,0,0,0,0,0),(1976667,37881,571,1,2,0,0,4793.75,-601.728,160.265,1.46785,6,0,0,13,0,0,0,0,0),(1976666,37881,571,1,2,0,0,4789.41,-604.319,160.572,5.88571,6,0,0,13,0,0,0,0,0),(1976665,37881,571,1,2,0,0,4781.69,-603.517,161.652,4.41702,6,0,0,13,0,0,0,0,0),(1976664,37881,571,1,2,0,0,4771.94,-598.419,163.274,5.29665,6,0,0,13,0,0,0,0,0),(1976663,37881,571,1,2,0,0,4771.56,-592.481,163.213,1.20081,6,0,0,13,0,0,0,0,0),(1976662,37881,571,1,2,0,0,4776.23,-595.374,162.528,5.73648,6,0,0,13,0,0,0,0,0),(1976661,37881,571,1,2,0,0,4779.36,-589.88,162.02,0.427186,6,0,0,13,0,0,0,0,0),(1976660,37881,571,1,2,0,0,4782.1,-595.865,161.623,1.14975,6,0,0,13,0,0,0,0,0),(1976659,37881,571,1,2,0,0,4788.87,-591.278,160.685,6.07812,6,0,0,13,0,0,0,0,0),(43498,37527,530,1,1,0,0,12559.3,-6783.32,15.0689,0.0698132,120,0,0,1,0,0,0,0,0),(1976755,28897,609,1,4,0,0,1763.88,-5818.96,116.277,1.97586,200,15,0,924,0,1,0,0,0),(1976754,28897,609,1,4,0,0,1820.33,-5839.93,114.37,-1.94847,200,15,0,924,0,1,0,0,0),(1976753,28897,609,1,4,0,0,1782.07,-5837.18,116.701,0.351261,200,15,0,924,0,1,0,0,0),(1976752,28897,609,1,4,0,0,1782.36,-5834.24,116.259,3.80763,200,15,0,924,0,1,0,0,0),(1976751,28897,609,1,4,0,0,1764.68,-5820.81,116.24,0.6862,200,15,0,924,0,1,0,0,0),(1976750,28897,609,1,4,0,0,1830.41,-5916.23,109.526,4.214,200,15,0,924,0,1,0,0,0),(1976749,28897,609,1,4,0,0,1771.17,-5818.26,116.043,-3.07822,200,15,0,924,0,1,0,0,0),(1976748,28897,609,1,4,0,0,1869.18,-5949.99,111.192,2.72821,200,15,0,924,0,1,0,0,0),(1976747,28897,609,1,4,0,0,1788.1,-5833.48,115.538,-2.38489,200,15,0,924,0,1,0,0,0),(1976746,28897,609,1,4,0,0,1865.32,-5948.47,116.879,-0.359908,200,15,0,924,0,1,0,0,0),(1976745,28897,609,1,4,0,0,1882.11,-5879.28,102.823,2.42258,200,15,0,924,0,1,0,0,0),(1976744,28897,609,1,4,0,0,1862,-5903.66,104.075,2.35595,200,15,0,924,0,1,0,0,0),(1976743,28897,609,1,4,0,0,1839.95,-5929.75,109.041,2.76762,200,15,0,924,0,1,0,0,0),(1976742,28897,609,1,4,0,0,1826.95,-5926.79,111.521,2.51782,200,15,0,924,0,1,0,0,0),(1976741,28897,609,1,4,0,0,1805.21,-5901.04,116.342,5.17454,200,15,0,924,0,1,0,0,0),(1976740,28897,609,1,4,0,0,1938.51,-5770.87,102.302,3.92699,200,15,0,924,0,1,0,0,0),(1976739,28897,609,1,4,0,0,1821.14,-5962.94,116.818,5.48423,200,15,0,924,0,1,0,0,0),(1976738,28897,609,1,4,0,0,2227.59,-5801.11,101.649,3.98118,200,15,0,924,0,1,0,0,0),(1976737,28897,609,1,4,0,0,1821.5,-5950.81,116.097,1.18943,200,15,0,924,0,1,0,0,0),(1976736,28897,609,1,4,0,0,2326.17,-5904.74,98.1043,2.85444,200,15,0,924,0,1,0,0,0),(1976735,28897,609,1,4,0,0,2110.8,-6181.86,13.7373,2.98641,200,15,0,924,0,1,0,0,0),(1976734,28897,609,1,4,0,0,2264.77,-6189.18,13.8792,3.42317,200,15,0,924,0,1,0,0,0),(1976733,28897,609,1,4,0,0,1844.86,-5901.2,105.131,-2.31384,200,15,0,924,0,1,0,0,0),(1976732,28897,609,1,4,0,0,2178.72,-6149.56,2.12362,0.914803,200,15,0,924,0,1,0,0,0),(1976731,28897,609,1,4,0,0,2193.96,-6128.2,3.26092,5.81589,200,15,0,924,0,1,0,0,0),(1976730,28897,609,1,4,0,0,2140.09,-6099.46,8.91669,2.636,200,15,0,924,0,1,0,0,0),(1976729,28897,609,1,4,0,0,2389.83,-5928.23,110.579,4.01313,200,15,0,924,0,1,0,0,0),(1976728,28897,609,1,4,0,0,2347.61,-5911.09,104.749,2.85444,200,15,0,924,0,1,0,0,0),(1976727,28897,609,1,4,0,0,1817.45,-5966.03,116.428,4.93509,200,15,0,924,0,1,0,0,0),(1976726,28897,609,1,4,0,0,1816.76,-5960.64,116.318,3.0629,200,15,0,924,0,1,0,0,0),(1976725,28897,609,1,4,0,0,1804.43,-5958.89,116.318,-0.982951,200,15,0,924,0,1,0,0,0),(1976724,28897,609,1,4,0,0,1841.19,-5916.46,106.95,4.30993,200,15,0,924,0,1,0,0,0),(1976723,28897,609,1,4,0,0,1811.02,-5966.72,116.33,3.32327,200,15,0,924,0,1,0,0,0),(1976722,28897,609,1,4,0,0,1820.46,-5966.57,116.522,2.42778,200,15,0,924,0,1,0,0,0),(1976721,28897,609,1,4,0,0,1841.1,-5907.25,106.274,1.1997,200,15,0,924,0,1,0,0,0),(1976720,28897,609,1,4,0,0,1786.34,-5822.85,113.411,3.24729,200,15,0,924,0,1,0,0,0),(1976719,28897,609,1,4,0,0,1819.33,-5960.68,116.443,2.4483,200,15,0,924,0,1,0,0,0),(1976718,28897,609,1,4,0,0,1841.08,-5907.23,106.329,1.19249,200,15,0,924,0,1,0,0,0),(1976462,30064,571,1,2,0,0,7453.69,-1192.02,906.319,4.10114,300,0,0,252000,0,0,0,0,0),(1976463,30064,571,1,2,0,0,7543.1,-1313.31,928.074,2.24446,300,0,0,252000,0,0,0,0,0),(1976464,30064,571,1,2,0,0,7613.54,-1199.52,924.217,3.04557,300,0,0,252000,0,0,0,0,0),(1976465,30064,571,1,2,0,0,7332.15,-1045.8,908.376,6.24214,300,0,0,252000,0,0,0,0,0),(1976466,30064,571,1,2,0,0,7371.29,-896.195,911.316,3.74065,300,0,0,252000,0,0,0,0,0),(1976467,30064,571,1,2,0,0,7444.78,-855.435,914.079,3.62676,300,0,0,252000,0,0,0,0,0),(1976468,30064,571,1,2,0,0,7283.46,-958.663,918.269,4.47107,300,0,0,252000,0,0,0,0,0),(1976469,30064,571,1,2,0,0,7348.06,-993.661,907.403,1.79286,300,0,0,252000,0,0,0,0,0),(1976470,30065,571,1,2,0,0,7273.4,-887.233,926.089,5.4646,300,0,0,121750,0,0,0,0,0),(1976471,30065,571,1,2,0,0,7280.55,-880.537,926.302,5.4646,300,0,0,121750,0,0,0,0,0),(49142,30420,571,1,1,0,0,8711.39,-754.794,955.122,2.33874,120,0,0,1,0,0,0,0,0),(1975865,30696,571,1,1,0,0,6902,3452.85,702.71,1.70198,300,0,0,1,0,0,0,0,0),(1975864,30696,571,1,1,0,0,6941.89,3507.54,705.745,4.29929,300,0,0,1,0,0,0,0,0),(1975894,32444,571,1,1,0,0,7623.05,2060.18,600.258,0.010155,300,0,0,12600,3994,0,0,0,0),(1975895,32430,571,1,1,0,0,7897.96,2057.59,600.259,3.10624,300,0,0,12600,3994,0,0,0,0),(1975896,24029,571,1,1,0,1,2823.65,-3603.02,245.679,3.55425,600,0,0,9291,3231,0,0,0,0),(1975898,28106,571,1,1,0,0,4891.31,5905.05,-40.6086,3.66024,300,0,0,117700,3809,0,0,0,0),(1975920,30422,571,1,4,0,0,7134.93,-2112.19,761.723,0.788161,300,0,0,12175,0,0,0,0,0),(1975927,22062,530,1,1,0,0,7188.17,-6417.2,59.1657,3.23113,28800,5,0,626,0,1,0,0,0),(1975932,29843,571,1,1,0,1,6896.48,14.3666,797.861,0.575959,300,0,0,11770,3809,0,0,0,0),(1975931,29843,571,1,1,0,1,7007.96,-3.75587,809.461,1.40307,300,0,0,11770,3809,0,0,0,0),(1975957,23008,530,1,1,0,0,4285.64,1900.79,134.852,2.0758,600,0,0,13285,0,0,0,0,0),(1975956,23008,530,1,1,0,0,4252.49,1835.95,143.106,2.0758,600,0,0,13285,0,0,0,0,0),(1975955,23008,530,1,1,0,0,4221.32,1766.66,130.509,2.1779,600,0,0,13285,0,0,0,0,0),(1975954,23008,530,1,1,0,0,4227.59,1710.46,121.084,2.26429,600,0,0,13285,0,0,0,0,0),(1975953,23008,530,1,1,0,0,4196.29,1697.37,118.356,1.66346,600,0,0,13285,0,0,0,0,0),(1975952,23008,530,1,1,0,0,4162.44,1671.21,116.169,1.18437,600,0,0,13285,0,0,0,0,0),(1975963,32524,571,1,1,0,1,7618.79,2051.76,600.261,0.820729,300,0,0,16026,0,0,0,0,0),(1975989,30120,571,1,4,0,0,7250.05,-3636.57,825.872,-1.4385,300,0,0,12600,0,0,0,0,0),(1971578,17290,540,2,1,0,0,141.558,-82.6996,1.9076,6.22428,300,0,0,6104,0,0,0,0,0),(1956288,31313,571,1,2,0,0,4585.16,1473.31,193.607,3.81112,180,0,0,55005,3643,0,0,0,0),(1956287,31313,571,1,2,0,0,4648.33,1394.99,170.835,0.698132,180,0,0,55005,3643,0,0,0,0),(1956286,31313,571,1,2,0,0,4724.9,1420.07,174.46,5.4045,180,0,0,55005,3643,0,0,0,0),(247100,37503,631,15,1,0,0,4181.5,2483.99,211.033,2.18341,1209600,0,0,0,0,0,0,0,0),(133978,36970,672,15,1,0,0,42.8015,25.0622,31.8407,4.75675,604800,0,0,1,0,0,0,0,0),(1976080,31416,1,1,128,0,1,2004.18,-4719.8,26.2996,0.959931,300,0,0,16050,0,0,0,0,0),(1976079,31416,1,1,128,0,1,1963.01,-4730.91,48.9608,2.49582,300,0,0,16050,0,0,0,0,0),(1976078,31416,1,1,128,0,1,1910.24,-4623.92,33.9762,3.735,300,0,0,16050,0,0,0,0,0),(1976077,31416,1,1,128,0,1,1882.15,-4483.99,20.6388,2.09439,300,0,0,16050,0,0,0,0,0),(1976076,31416,1,1,128,0,1,1913.71,-4559.36,33.9759,3.71755,300,0,0,16050,0,0,0,0,0),(1976075,31416,1,1,128,0,1,1762.71,-4496.99,44.6195,2.13173,300,5,0,16050,0,1,0,0,0),(1976074,31416,1,1,128,0,1,1879.63,-4526.83,26.4142,3.65011,300,0,0,16050,0,0,0,0,0),(1976073,31416,1,1,128,0,1,1902.14,-4275.21,31.7987,4.17134,300,0,0,16050,0,0,0,0,0),(1976072,31416,1,1,128,0,1,1576.2,-4394.43,6.55505,4.57276,300,0,0,16050,0,0,0,0,0),(1976071,31416,1,1,128,0,1,1566.22,-4194.07,42.6709,0.15708,300,0,0,16050,0,0,0,0,0),(1976070,31416,1,1,128,0,1,1920.62,-4365.93,22.804,0.296706,300,0,0,16050,0,0,0,0,0),(1976069,31416,1,1,128,0,1,1928.32,-4424.41,23.7505,0.558505,300,0,0,16050,0,0,0,0,0),(1976068,31416,1,1,128,0,1,1748.53,-4260.13,27.0722,2.33874,300,0,0,16050,0,0,0,0,0),(1976067,31416,1,1,128,0,1,2131.15,-4729.88,50.4302,2.60054,300,0,0,16050,0,0,0,0,0),(1976066,31416,1,1,128,0,1,1384.62,-4358.56,27.0983,3.38594,300,0,0,16050,0,0,0,0,0),(1976064,31416,1,1,128,0,1,1696.02,-4463.71,20.1522,2.3911,300,0,0,16050,0,0,0,0,0),(1976065,31416,1,1,128,0,1,1572.83,-4318.32,21.7125,0.590477,300,5,0,16050,0,1,0,0,0),(1976137,31437,1,1,128,0,0,1317.3,-4569.04,23.2873,1.75938,300,5,0,42,0,1,0,0,0),(1976018,31564,1,1,128,0,0,1517.45,-4419.16,17.3082,6.26724,300,0,0,31905,0,0,0,0,0),(1976017,31564,1,1,128,0,0,1491.73,-4411.57,23.5107,3.15863,300,0,0,31905,0,0,0,0,0),(1976016,31564,1,1,128,0,0,1331.19,-4388.35,26.2572,0.382886,300,0,0,31905,0,0,0,0,0),(1976015,31564,1,1,128,0,0,1297.45,-4493.71,23.5998,1.54834,300,5,0,31905,0,1,0,0,0),(1976013,31564,1,1,128,0,0,1429.89,-4393.2,25.2354,4.92588,300,0,0,31905,0,0,0,0,0),(1976014,31564,1,1,128,0,0,1356.18,-4361.85,26.7058,0.346665,300,0,0,31905,0,0,0,0,0),(1976136,31437,1,1,128,0,0,1314.29,-4548.93,22.5108,1.77181,300,5,0,42,0,1,0,0,0),(1976135,31437,1,1,128,0,0,1326.28,-4436.94,26.3456,0.590713,300,5,0,42,0,1,0,0,0),(1976134,31437,1,1,128,0,0,1313.04,-4393.01,26.2498,1.65851,300,5,0,42,0,1,0,0,0),(1976133,31437,1,1,128,0,0,1360.78,-4373.65,26.1952,0.305098,300,5,0,42,0,1,0,0,0),(1976132,31437,1,1,128,0,0,1353.47,-4401.82,29.0612,5.72889,300,5,0,42,0,1,0,0,0),(1976131,31437,1,1,128,0,0,1429.35,-4374.5,25.2354,4.82928,300,5,0,42,0,1,0,0,0),(1976130,31437,1,1,128,0,0,1430.16,-4376.73,25.2354,4.83093,300,5,0,42,0,1,0,0,0),(1976129,31437,1,1,128,0,0,1515.62,-4424.49,19.6616,3.64774,300,0,0,42,0,0,0,0,0),(1976128,31437,1,1,128,0,0,1508.82,-4393.75,20.5281,4.20624,300,0,0,42,0,0,0,0,0),(1971520,23058,556,2,1,0,0,-97.1148,293.73,35.1206,0.552423,86400,0,0,42,0,0,0,0,0),(1971519,23058,556,2,1,0,0,-98.7111,287.001,32.7008,1.19252,86400,0,0,42,0,0,0,0,0),(1971518,23058,556,2,1,0,0,-95.3458,280.89,30.5549,1.25535,86400,0,0,42,0,0,0,0,0),(1971517,23058,556,2,1,0,0,-86.7819,275.897,32.9223,2.26459,86400,0,0,42,0,0,0,0,0),(1971516,23058,556,2,1,0,0,-79.0159,282.795,32.8515,3.85895,86400,0,0,42,0,0,0,0,0),(1971515,23058,556,2,1,0,0,-74.4073,288.107,32.4191,3.2267,86400,0,0,42,0,0,0,0,0),(240008,24204,1,1,1,0,0,1930.64,-4292.17,26.1137,1.61315,300,0,0,1,0,0,0,0,0),(240007,24204,0,1,1,0,0,-4689.64,-1234.32,501.659,0.767981,300,0,0,1,0,0,0,0,0),(245663,25906,1,1,1,0,0,9780.85,1011.06,1299.62,6.19592,300,0,0,230,0,0,0,0,0),(245664,25907,530,1,1,0,0,-3016.46,4159.93,3.56851,3.07165,300,0,0,3800,0,0,0,0,0),(245665,25908,0,1,1,0,0,181.536,-2127.07,103.53,3.66519,300,0,0,1700,0,0,0,0,0),(245666,25909,0,1,1,0,0,1004.89,-1449.53,61.6634,3.39779,300,0,0,4300,0,0,0,0,0),(245667,25910,0,1,1,0,0,-10647.9,1059.49,32.9515,5.49779,300,0,0,200,0,0,0,0,0),(245668,25911,0,1,1,0,0,-3445.12,-946.047,10.3508,4.10152,300,0,0,220,0,0,0,0,0),(245669,25912,530,1,1,0,0,173.918,6028.72,21.7826,1.33599,300,0,0,5200,0,0,0,0,0),(245670,25913,530,1,1,0,0,3116.33,3750.04,142.44,5.79643,300,0,0,1,0,0,0,0,0),(245671,25914,1,1,1,0,0,-6776.86,535.37,-1.13638,3.21141,300,0,0,2200,0,0,0,0,0),(245672,25915,0,1,1,0,0,-14296.5,57.8357,1.2391,2.54818,300,0,0,1200,0,0,0,0,0),(245673,25916,1,1,1,0,0,-7225.97,-3859.08,11.6922,3.89208,300,0,0,1500,0,0,0,0,0),(245674,25917,1,1,1,0,0,6856.55,-4757.79,696.747,0.890118,300,0,0,1700,0,0,0,0,0),(245675,25918,530,1,1,0,0,2928.21,3692.15,143.55,2.34459,300,0,0,2100,0,0,0,0,0),(245676,25919,1,1,1,0,0,-6990.84,919.428,9.77106,1.02974,300,0,0,1300,0,0,0,0,0),(245677,25920,0,1,1,0,0,-14368.8,119.621,1.16959,5.72468,300,0,0,590,0,0,0,0,0),(245678,25921,1,1,1,0,0,-7113.92,-3657.28,9.63882,1.02974,300,0,0,1600,0,0,0,0,0),(244824,19173,1,1,1,0,0,9921.56,2499.58,1317.77,5.61996,300,0,0,42,0,0,0,0,0),(244823,19178,0,1,1,0,0,1626.7,222.7,-43.1027,1.01229,300,0,0,42,0,0,0,0,0),(244821,32836,1,1,1,0,1,9893.55,980.109,1354.88,1.15466,600,0,0,247,0,0,0,0,0),(244822,19177,1,1,1,0,0,1688.01,-4350.19,61.2691,2.56413,300,0,0,42,0,0,0,0,0),(1976217,32365,1,1,128,0,1,1920.05,-4129.93,43.1426,4.80472,300,0,0,0,0,0,0,0,0),(1976218,32363,1,1,128,0,1,1920.71,-4136.74,40.5393,4.84791,300,0,0,0,0,0,0,0,0),(74956,30698,571,1,175,0,0,6853.65,3582.98,738.027,6.03884,120,0,0,1,0,0,0,0,0),(1955077,30295,571,1,1,0,0,7761.1,-2160.86,1233.33,1.47162,300,0,0,13481,0,0,0,0,0),(142815,25026,594,1,1,0,1,-3.34169,-4.92735,1.39595,4.70933,120,0,0,1,0,0,0,0,0),(142814,25026,594,1,1,0,1,5.50506,5.17797,1.39596,1.53711,120,0,0,1,0,0,0,0,0),(1975904,30260,571,1,4,0,0,7105.5,-2211.86,759.098,0.688573,300,0,0,11379,0,0,0,0,0),(1975999,30163,571,1,4,0,0,7421.35,-3151.34,837.535,0.296706,300,0,0,50400,0,0,0,0,0),(1975998,30163,571,1,4,0,0,7345.66,-3051.66,840.411,1.90241,300,0,0,50400,0,0,0,0,0),(1976063,31416,1,1,128,0,1,2096.59,-4668.5,44.7122,4.66795,300,5,0,16050,0,1,0,0,0),(1976062,31416,1,1,128,0,1,1561.79,-4360.5,1.19455,4.85202,300,0,0,16050,0,0,0,0,0),(1976061,31416,1,1,128,0,1,1900.53,-4481.11,20.727,3.35369,300,0,0,16050,0,0,0,0,0),(1976060,31416,1,1,128,0,1,1557.74,-4364.25,1.07971,0.226893,300,0,0,16050,0,0,0,0,0),(1976059,31416,1,1,128,0,1,1689.99,-4279.85,32.1304,4.11898,300,0,0,16050,0,0,0,0,0),(1976058,31416,1,1,128,0,1,1481.77,-4427.79,25.3187,0.191986,300,0,0,16050,0,0,0,0,0),(1976057,31416,1,1,128,0,1,2079.58,-4710.36,38.8957,6.0586,300,5,0,16050,0,1,0,0,0),(1976056,31416,1,1,128,0,1,1923.98,-4447.8,44.9684,0.715585,300,0,0,16050,0,0,0,0,0),(1970881,27737,595,3,1,0,0,2329.5,1280.53,132.744,2.57143,300,10,0,630,0,1,0,0,0),(1970880,30553,595,3,1,0,0,1562.49,599.079,99.2562,0.697602,300,0,0,8982,0,0,0,0,0),(1970879,30552,595,3,1,0,0,1566.37,597.473,99.2562,1.86697,300,0,0,8982,0,0,0,0,0),(1970878,30551,595,3,1,0,0,1566.55,602.633,99.2562,-1.97275,300,0,0,8982,0,0,0,0,0),(1970877,30547,595,3,1,0,0,1556.5,614.637,107.664,4.2586,300,0,0,8982,0,0,0,0,0),(1970876,31057,595,3,1,0,0,2104.46,1378.24,133.427,5.86431,300,0,0,8982,0,0,0,0,0),(1970875,31028,595,3,1,0,0,2372.27,1199.55,134.911,3.38594,300,0,0,8982,0,0,0,0,0),(1970874,31027,595,3,1,0,0,2204.95,1284.46,134.313,1.5708,300,0,0,8982,0,0,0,0,0),(1970873,31025,595,3,1,0,0,2296.42,1209.46,140.696,6.14356,300,0,0,8982,0,0,0,0,0),(1970872,31024,595,3,1,0,0,1569.41,622.151,99.8525,0.261799,300,0,0,8982,0,0,0,0,0),(1970871,31023,595,3,1,0,0,2267.86,1144.93,138.403,2.33874,300,0,0,8982,0,0,0,0,0),(1970870,31022,595,3,1,0,0,2377.39,1161.59,132.983,2.28638,300,0,0,8982,0,0,0,0,0),(1970869,31021,595,3,1,0,0,2223.92,1134.74,139.226,6.07375,300,0,0,8982,0,0,0,0,0),(1970868,31020,595,3,1,0,0,2322.86,1143.08,135.487,0.610865,300,0,0,8982,0,0,0,0,0),(1970867,31019,595,3,1,0,0,2149.56,1339.46,132.531,2.35619,300,0,0,8982,0,0,0,0,0),(1970866,31018,595,3,1,0,0,2145.09,1245.7,134.643,0.191986,300,0,0,8982,0,0,0,0,0),(1970865,31017,595,3,1,0,0,1560.54,587.016,99.9586,1.18682,300,0,0,8982,0,0,0,0,0),(1970864,30994,595,3,1,0,0,2415.1,1113.29,147.397,1.78836,300,0,0,8982,0,0,0,0,0),(1970863,28169,595,3,1,0,0,2120.56,1336.55,131.816,2.58309,300,0,0,609,0,0,0,0,0),(1970862,28169,595,3,1,0,0,2289.27,1160.08,137.577,3.47321,300,0,0,609,0,0,0,0,0),(1970861,28169,595,3,1,0,0,2264.96,1143.23,138.574,1.74533,300,0,0,609,0,0,0,0,0),(1971987,38177,668,3,1,0,1,5277.36,1993.23,707.778,0.401426,86400,0,0,132300,0,0,0,0,0),(1971986,38177,668,3,1,0,1,5311.03,1972.23,707.778,1.64061,86400,0,0,132300,0,0,0,0,0),(1971985,38177,668,3,1,0,1,5302.25,1972.41,707.778,1.37881,86400,0,0,132300,0,0,0,0,0),(1971995,38173,668,3,1,0,1,5340.84,1992.46,707.778,2.75762,86400,0,0,132300,0,0,0,0,0),(1971994,38173,668,3,1,0,1,5343.29,1999.38,707.778,2.9147,86400,0,0,132300,0,0,0,0,0),(1971993,38173,668,3,1,0,1,5337.83,2010.06,707.778,3.22886,86400,0,0,132300,0,0,0,0,0),(1971992,38173,668,3,1,0,1,5344.15,2007.17,707.778,3.15905,86400,0,0,132300,0,0,0,0,0),(1971991,38173,668,3,1,0,1,5306.06,2037,707.778,4.81711,86400,0,0,132300,0,0,0,0,0),(1972003,38176,668,3,1,0,1,5319.16,1974,707.778,1.91986,86400,0,0,132300,19970,0,0,0,0),(1972002,38176,668,3,1,0,1,5337.86,2003.4,707.778,2.98451,86400,0,0,132300,19970,0,0,0,0),(1972001,38176,668,3,1,0,1,5343.47,2015.95,707.778,3.49066,86400,0,0,132300,19970,0,0,0,0),(1972009,38175,668,3,1,0,1,5320.37,1980.13,707.778,2.00713,86400,0,0,132300,19970,0,0,0,0),(1972008,38175,668,3,1,0,1,5295.88,2040.34,707.778,5.07891,86400,0,0,132300,19970,0,0,0,0),(1972007,38175,668,3,1,0,1,5277.74,2016.88,707.778,5.96903,86400,0,0,132300,19970,0,0,0,0),(1972021,37068,668,3,1,0,0,5450,2116.96,716.4,3.14,86400,0,0,100800,0,0,0,0,0),(247112,37011,631,15,1,0,0,-82.3484,2214.98,27.903,0.0944354,86400,0,0,478800,0,0,0,0,0),(247139,36807,631,5,1,0,0,-597.285,2218.56,49.5599,3.31613,86400,0,0,1,0,0,0,0,0),(247137,36808,631,5,1,0,1,-588.281,2234.63,49.5599,3.59538,86400,0,0,1,0,0,0,0,0),(1975770,37985,631,3,16,0,0,4181.62,2514.91,386.374,2.65209,10,10,0,0,0,1,0,0,0),(135986,32780,603,3,1,11686,0,2103.63,-284.751,420.229,0.698132,180,0,0,42,0,0,0,0,0),(135985,32780,603,3,1,11686,0,2109.51,-288.595,420.229,0.872665,180,0,0,42,0,0,0,0,0),(1975230,33378,603,3,1,11686,0,2164.2,-233.47,433.3,3.90954,604800,0,0,12600,0,0,0,0,0),(1975229,32892,603,3,1,11686,0,2145.5,-222.62,420,2.35619,604800,0,0,12600,0,0,0,0,0),(1975235,33241,603,3,1,0,0,1939.32,42.165,411.357,5.17955,300,0,0,14433075,0,0,0,0,0),(1971382,24082,574,3,1,0,1,393.243,149.484,30.8612,1.0821,3600,0,0,35928,3155,0,0,0,0),(1971381,24082,574,3,1,0,1,344.983,157.278,30.8423,5.65487,3600,0,0,35928,3155,0,0,0,0),(48236,23935,571,1,2,0,0,1026.87,-4944.09,12.0571,0.752272,300,0,0,1,0,2,0,0,0),(48235,23935,571,1,2,0,0,1036.01,-4926.11,12.4577,5.54876,300,0,0,1,0,2,0,0,0),(74952,31314,571,1,175,0,0,6865.11,3570.75,736.079,3.01942,120,0,0,1,0,0,0,0,0),(48232,24327,571,1,2,0,0,1055.67,-4924.91,16.5457,3.28122,300,0,0,1,0,0,0,0,0),(48233,24327,571,1,2,0,0,1054.28,-4910,16.5,3.26377,300,0,0,1,0,0,0,0,0),(74957,31306,571,1,175,0,0,6865.82,3577.98,736.045,2.93215,120,0,0,1,0,0,0,0,0),(213326,21753,530,1,1,0,0,-2637.05,2601.45,74.9473,3.64783,300,0,0,1,0,2,0,0,0),(213325,21753,530,1,1,0,0,-2622.36,2651.18,74.192,4.69359,300,0,0,1,0,2,0,0,0),(213324,21753,530,1,1,0,0,-2637.06,2518.99,74.5473,4.73915,300,0,0,1,0,2,0,0,0),(1976442,30318,571,1,1,11686,0,8194.56,-1963.53,1738.48,0.331613,300,5,0,12600,0,1,0,0,0),(1976488,30065,571,1,2,0,0,7213.5,-1135.92,938.378,0.461616,300,0,0,121750,0,0,0,0,0),(1976487,30065,571,1,2,0,0,7196.9,-1146,940.341,5.05227,300,0,0,121750,0,0,0,0,0),(1976544,30136,571,1,4,0,1,7407.53,-1068.8,792.261,6.27572,300,0,0,5885,0,0,0,0,0),(90181,22515,628,3,1,0,0,279.87,-832.807,51.5509,0,7200,0,0,1,0,0,0,0,0),(213369,19353,530,1,1,0,0,-2762.69,1979.74,167.526,1.8675,300,0,0,1,0,0,0,0,0),(213368,19353,530,1,1,0,0,-2738.82,1952.55,153.408,0.171564,300,0,0,1,0,2,0,0,0),(213367,21949,530,1,1,0,0,-2759.59,2031.66,116.029,0.733038,300,0,0,1,0,0,0,0,0),(213366,21949,530,1,1,0,0,-2752.25,2024.44,116.194,0.820305,300,0,0,1,0,0,0,0,0),(1976579,30502,571,1,4,0,0,7336.8,-1017.38,907.688,2.49166,300,0,0,50400,0,0,0,0,0),(213323,21753,530,1,1,0,0,-2713.68,2469.49,93.221,4.70266,300,0,0,1,0,2,0,0,0),(213322,21753,530,1,1,0,0,-2679.25,2063.62,116.382,4.68886,300,0,0,1,0,2,0,0,0),(213321,21753,530,1,1,0,0,-2694.64,2068.9,117.238,1.60684,300,0,0,1,0,2,0,0,0),(1976486,30065,571,1,2,0,0,7214.81,-1155.26,935.023,4.17891,300,0,0,121750,0,0,0,0,0),(1976485,30065,571,1,2,0,0,7266.8,-1066.69,941.047,1.83842,300,0,0,121750,0,0,0,0,0),(1975919,30422,571,1,4,0,0,7117.06,-2117.56,760.043,4.86823,300,0,0,12175,0,0,0,0,0),(1975918,30422,571,1,4,0,0,7050.49,-2148.12,755.994,5.28631,300,0,0,12175,0,0,0,0,0),(1975997,30123,571,1,4,0,0,7167.38,-3543.06,827.746,6.05629,300,0,0,50400,0,0,0,0,0),(1975996,30122,571,1,4,0,0,7219.52,-3645.4,824.558,2.61799,300,0,0,1,0,0,0,0,0),(1956285,31313,571,1,2,0,0,4664.65,1447.42,170.857,3.24064,180,0,0,55005,3643,0,0,0,0),(1976055,31416,1,1,128,0,1,1537.41,-4380.75,16.7599,3.42085,300,0,0,16050,0,0,0,0,0),(1976054,31416,1,1,128,0,1,1623.15,-4279.64,22.5694,6.16101,300,0,0,16050,0,0,0,0,0),(1976053,31416,1,1,128,0,1,1673.2,-4250,51.8765,5.044,300,0,0,16050,0,0,0,0,0),(1976052,31416,1,1,128,0,1,1886.46,-4415.86,11.7157,3.76991,300,0,0,16050,0,0,0,0,0),(1975903,30260,571,1,4,0,0,7164.95,-2214.65,758.563,4.15611,300,0,0,11379,0,0,0,0,0),(133960,37547,673,15,1,0,0,23.4778,-7.53715,35.8162,0,604800,0,0,1,0,0,0,0,0),(1976051,31416,1,1,128,0,1,1387.28,-4379.89,27.0983,3.29867,300,0,0,16050,0,0,0,0,0),(1976047,31416,1,1,128,0,1,1603.48,-4449.95,8.1165,2.3911,300,0,0,16050,0,0,0,0,0),(1976046,31416,1,1,128,0,1,1759.03,-4301.89,7.01614,5.46288,300,0,0,16050,0,0,0,0,0),(1976045,31416,1,1,128,0,1,1775.07,-4319.91,-7.87855,5.60251,300,0,0,16050,0,0,0,0,0),(1976044,31416,1,1,128,0,1,1690.52,-4262.62,53.7757,2.61799,300,0,0,16050,0,0,0,0,0),(1976043,31416,1,1,128,0,1,1668.56,-4323.66,61.3295,5.96903,300,0,0,16050,0,0,0,0,0),(247111,37011,631,15,1,0,0,-100.629,2180.84,30.6543,4.50444,86400,0,0,478800,0,0,0,0,0),(247149,36808,631,10,1,0,1,-586.554,2233.34,49.4765,3.49895,86400,0,0,1,0,0,0,0,0),(1975769,37985,631,3,16,0,0,4186.72,2450.97,388.373,4.95968,10,10,0,0,0,1,0,0,0),(1975768,37985,631,3,16,0,0,4200.96,2456,387.128,3.58291,10,10,0,0,0,1,0,0,0),(213306,21961,530,1,1,0,0,-2624.17,2571.22,75.0111,4.70832,300,0,0,1,0,2,0,0,0),(1975236,33242,603,3,1,0,0,2036.59,-73.8499,411.355,2.34819,300,0,0,14433075,0,0,0,0,0),(93831,21263,548,1,1,0,1,52.0541,-333.556,0.741577,5.07866,604800,0,0,10053,0,0,0,0,0),(93811,21263,548,1,1,0,1,225.325,-441.05,-4.43,0.405,604800,0,0,10053,0,0,0,0,0),(93809,21263,548,1,1,0,1,230.599,-438,-4.43,3.66,604800,0,0,10053,0,0,0,0,0),(93789,21263,548,1,1,0,1,-51.02,-339.56,0.740151,1.47682,604800,0,0,10053,0,0,0,0,0),(93787,21263,548,1,1,0,1,17.398,-282.57,0.74176,2.34155,604800,0,0,10053,0,0,0,0,0),(82861,21263,548,1,1,0,1,-77.3269,-395.156,0.74211,3.88407,604800,0,0,10053,0,0,0,0,0),(82036,21263,548,1,1,0,1,150.426,-322.979,0.740624,1.40771,604800,0,0,10053,0,0,0,0,0),(82032,21263,548,1,1,0,1,119.645,-376.397,0.740561,4.07414,604800,0,0,10053,0,0,0,0,0),(82003,21263,548,1,1,0,1,111.276,-501.506,0.740839,2.73111,604800,0,0,10053,0,0,0,0,0),(82002,21263,548,1,1,0,1,172.595,-502.339,0.740698,0.178557,604800,0,0,10053,0,0,0,0,0),(81997,21263,548,1,1,0,1,150.087,-541.063,0.740644,5.04017,604800,0,0,10053,0,0,0,0,0),(81944,21263,548,1,1,0,1,55.0272,-525.643,0.740886,1.01108,604800,0,0,10053,0,0,0,0,0),(81917,21263,548,1,1,0,1,59.7301,-580.275,0.74102,5.103,604800,0,0,10053,0,0,0,0,0),(244542,38032,571,1,1,0,0,5490.42,25.9105,148.037,1.53711,30,0,0,9940,0,0,0,0,0),(244541,38032,571,1,1,0,0,5480.42,-46.4207,150.948,4.71797,30,0,0,9940,0,0,0,0,0),(244540,38032,571,1,1,0,0,5483.65,-24.6906,148.632,4.41402,30,0,0,9940,0,0,0,0,0),(244539,38032,571,1,1,0,0,5493.37,1.40435,148.043,2.9414,30,0,0,9940,0,0,0,0,0),(244538,38032,571,1,1,0,0,5517.56,0.325575,148.243,3.29483,30,0,0,9940,0,0,0,0,0),(1976926,21689,548,1,1,0,0,-185.307,-502.633,-21.4845,1.77994,300,0,0,81000,0,0,0,0,0),(1976925,21689,548,1,1,0,0,-159.327,-531.587,-21.4845,3.04443,300,0,0,81000,0,0,0,0,0),(1976924,21689,548,1,1,0,0,-124.06,-534.828,-21.4845,3.04443,300,0,0,81000,0,0,0,0,0),(1976923,21689,548,1,1,0,0,-83.9361,-546.037,-21.4845,3.37038,300,0,0,81000,0,0,0,0,0),(81916,21263,548,1,1,0,1,9.88017,-557.136,0.742559,3.27695,604800,0,0,10053,0,0,0,0,0),(81029,21263,548,1,1,0,1,-49.0664,-513.449,0.741579,4.89094,604800,0,0,10053,0,0,0,0,0),(80473,21263,548,1,1,0,1,-34.119,-460.645,0.741022,0.791167,604800,0,0,10053,0,0,0,0,0),(80445,21263,548,1,1,0,1,-87.4899,-473.897,0.740551,2.77037,604800,0,0,10053,0,0,0,0,0),(80274,21263,548,1,1,0,1,-64.9577,-451.841,0.740188,1.65118,604800,0,0,10053,0,0,0,0,0),(12483,20037,550,1,1,0,0,324.438,7.37906,-2.38948,3.30942,604800,0,0,48902,0,2,0,0,0),(244537,38032,571,1,1,0,0,5545.75,7.1756,146.18,3.57051,30,0,0,9940,0,0,0,0,0),(110278,28496,571,1,1,0,0,5508.03,-3418.04,350.905,5.68977,10,0,0,1,0,0,0,0,0),(1975973,30169,571,1,8,0,0,7192,-3386.61,846.416,2.11185,300,0,0,1,0,0,0,0,0),(110280,23837,571,1,1,0,0,5637.71,-3478.72,354.564,4.50295,120,0,0,1,0,0,0,0,0),(68104,33957,603,2,1,0,1,1556.94,144.098,427.308,4.0438,7200,5,0,0,0,1,0,0,0),(247138,36811,631,5,1,0,1,-602.946,2232.54,49.5599,3.45575,86400,0,0,1,0,0,0,0,0),(244536,38032,571,1,1,0,0,5576.47,21.2221,147.859,3.57051,30,0,0,9940,0,0,0,0,0),(244535,38032,571,1,1,0,0,5604.51,73.2304,149.666,5.6039,30,0,0,9940,0,0,0,0,0),(244534,38032,571,1,1,0,0,5578.91,93.6562,151.453,0.907219,30,0,0,9940,0,0,0,0,0),(244533,38032,571,1,1,0,0,5577.75,75.6327,148.413,1.00147,30,0,0,9940,0,0,0,0,0),(244532,38032,571,1,1,0,0,5562.6,52.7611,148.023,2.35235,30,0,0,9940,0,0,0,0,0),(244531,37887,0,1,1,0,0,-8864.01,635.646,96.0818,1.97249,300,0,0,42,0,0,0,0,0),(244530,37675,530,1,1,0,0,-4003.71,-11844.7,1.44597,4.73753,300,0,0,1716,0,0,0,0,0),(244529,37675,0,1,1,0,0,-4919.62,-983.631,502.699,2.24375,300,0,0,1716,0,0,0,0,0),(244528,37675,0,1,1,0,0,1629.41,241.08,65.0948,6.18282,300,0,0,1716,0,0,0,0,0),(244527,37675,530,1,1,0,0,9611.19,-7184.62,15.5277,1.84743,300,0,0,1716,0,0,0,0,0),(244526,37675,1,1,1,0,0,9869.15,2493.99,1317.12,6.2572,300,0,0,1716,0,0,0,0,0),(244525,37675,0,1,1,0,0,-8869.92,637.543,97.0305,0.751188,300,0,0,1716,0,0,0,0,0),(244524,37674,1,1,1,0,0,1654.56,-4435.7,19.1524,1.54799,600,0,0,1524,0,0,0,0,0),(244523,37674,1,1,1,0,0,-1224.64,68.9846,130.974,3.13043,600,0,0,1524,0,0,0,0,0),(244522,37674,0,1,1,0,0,1629.43,239.687,65.095,0.0213735,600,0,0,1524,0,0,0,0,0),(244521,37674,530,1,1,0,0,9613.2,-7184.04,15.5297,1.871,600,0,0,1524,0,0,0,0,0),(244520,37674,1,1,1,0,0,9868.93,2492.6,1317.12,6.214,600,0,0,1524,0,0,0,0,0),(244519,37674,0,1,1,0,0,-8868.67,636.356,97.0308,0.908268,600,0,0,1524,0,0,0,0,0),(244518,37674,0,1,1,0,0,-4918.13,-982.624,502.699,2.499,600,0,0,1524,0,0,0,0,0),(244517,37674,530,1,1,0,0,-4005.55,-11844.8,1.43003,4.79643,600,0,0,1524,0,0,0,0,0),(244516,37675,1,1,1,0,0,1651.95,-4436.06,19.1667,1.5205,300,0,0,1716,0,0,0,0,0),(244515,37172,1,1,1,0,0,1658.82,-4392.51,23.3589,4.6346,300,0,0,955,0,0,0,0,0),(244514,16085,0,1,1,0,0,-8428.88,329.376,121.329,2.89341,300,0,0,1557,0,0,0,0,0),(244513,16109,0,1,1,0,0,1678.2,196.21,-62.173,6.27787,600,0,0,25,230,0,0,0,0),(244512,16108,0,1,1,0,0,1595.41,230.539,-52.1545,4.63121,600,0,0,25,0,0,0,0,0),(244511,16001,1,1,1,0,0,9941.54,2493.25,1317.43,3.98979,600,0,0,25,0,0,0,0,0),(244510,16009,0,1,1,0,0,-4924.22,-972.334,501.482,2.14681,600,0,0,7600,0,0,0,0,0),(244506,16107,0,1,1,0,0,90.2991,-1723.58,220.193,3.63373,600,0,0,25,0,0,0,0,0),(244505,16002,0,1,1,0,0,-8863.74,655.115,96.1093,5.7172,600,0,0,38,0,0,0,0,0),(244504,16106,0,1,1,0,0,-8691.85,840.514,98.6851,2.19234,600,0,0,25,0,0,0,0,0),(244503,16105,0,1,1,0,0,-8869.25,650.809,95.8618,5.12972,600,0,0,38,0,0,0,0,0),(244502,16005,0,1,1,0,0,-8814.19,614.452,95.1064,2.43581,600,0,0,35,0,0,0,0,0),(244501,37675,1,1,1,0,0,-1224.81,67.5514,130.815,3.13043,300,0,0,1716,0,0,0,0,0),(110275,28388,571,1,1,0,1,5525.68,-3477.99,350.411,5.48721,300,0,0,11001,0,0,0,0,0),(110274,28388,571,1,1,0,1,5646.59,-3513.6,362.618,0.20944,300,0,0,11001,0,0,0,0,0),(110273,28388,571,1,1,0,1,5528.6,-3501.26,350.689,0.785398,300,0,0,11001,0,0,0,0,0),(110272,28388,571,1,1,0,1,5533.22,-3322.82,366.538,0.855211,300,0,0,11001,0,0,0,0,0),(110271,28388,571,1,1,0,1,5503.86,-3369.43,363.163,4.91878,300,0,0,11001,0,0,0,0,0),(110270,28388,571,1,1,0,1,5666.27,-3428.57,365.598,6.08519,300,0,0,11001,0,0,0,0,0),(110269,28388,571,1,1,0,1,5648.15,-3448.29,362.889,5.98648,300,0,0,11001,0,0,0,0,0),(110268,28388,571,1,1,0,1,5674.67,-3491.5,364.473,0.536645,300,0,0,11001,0,0,0,0,0),(110267,28504,571,1,1,0,0,5541.64,-3425.83,350.773,1.58825,300,0,0,1,0,0,0,0,0),(110266,28504,571,1,1,0,0,5529.1,-3382.23,350.41,2.35619,300,0,0,1,0,0,0,0,0),(110263,23837,571,1,1,0,0,5493.35,-3456.88,350.41,2.02458,300,0,0,1,0,0,0,0,0),(110262,28504,571,1,1,0,0,5517.32,-3449.93,351.434,3.05433,300,0,0,1,0,0,0,0,0),(1975902,30260,571,1,4,0,0,7218.29,-2214.53,759.112,3.43747,300,0,0,11379,0,0,0,0,0),(126434,26918,576,3,1,0,0,688.774,-141.804,-28.8962,4.85202,3600,0,0,16724,0,0,0,0,0),(1977188,32769,571,1,1,25753,0,7695.42,1557.94,483.848,2.97487,10,60,0,12600,3994,1,0,0,0),(1977158,30188,571,1,64,0,0,6242.73,125.182,381.81,-1.89843,30,0,0,126000,0,0,0,0,0),(1977157,30188,571,1,64,0,0,6300.42,104.958,391.12,0.820305,30,0,0,126000,0,0,0,0,0),(1977156,30188,571,1,64,0,0,6272.77,124.211,385.494,1.11701,30,0,0,126000,0,0,0,0,0),(1977155,30188,571,1,64,0,0,6246.22,185.978,382.595,1.41336,30,0,0,126000,0,0,0,0,0),(1977154,30188,571,1,64,0,0,6158.07,146.608,373.122,2.73098,30,0,0,126000,0,0,0,0,0),(1977153,30188,571,1,64,0,0,6161.14,138.823,373.386,2.69543,30,0,0,126000,0,0,0,0,0),(1977152,30188,571,1,64,0,0,6155.53,143.235,372.971,2.2561,30,0,0,126000,0,0,0,0,0),(1977151,30188,571,1,64,0,0,6157.15,141.258,372.971,2.25609,30,0,0,126000,0,0,0,0,0),(1977150,30188,571,1,64,0,0,6156.4,144.03,372.742,2.38721,30,0,0,126000,0,0,0,0,0),(1977149,30188,571,1,64,0,0,6151.16,141.297,372.471,3.57614,30,0,0,126000,0,0,0,0,0),(1977148,30188,571,1,64,0,0,6154.12,151.842,373.096,2.637,30,0,0,126000,0,0,0,0,0),(1977147,30188,571,1,64,0,0,6152.44,141.575,372.699,1.86295,30,0,0,126000,0,0,0,0,0),(1977146,30188,571,1,64,0,0,6262.91,143.184,383.286,1.06465,30,0,0,126000,0,0,0,0,0),(1977145,30188,571,1,64,0,0,6246.68,179.719,382.039,4.91652,30,0,0,126000,0,0,0,0,0),(1976590,37523,530,1,1,0,0,12556.9,-6770.12,15.0919,6.25983,300,0,0,41,60,0,0,0,0),(90189,22515,628,3,1,0,0,1232.52,-666.325,48.134,2.30383,7200,0,0,1,0,0,0,0,0),(1976461,30064,571,1,2,0,0,7359.92,-1141.48,907.736,4.50562,300,0,0,252000,0,0,0,0,0),(1975958,4624,0,1,1,0,1,-6368.27,1271.09,7.18784,3.75056,300,0,0,16960,0,0,0,0,0),(1975951,23008,530,1,1,0,0,4123.97,1661.08,126.587,0.316505,600,0,0,13285,0,0,0,0,0),(1975950,23008,530,1,1,0,0,4097.41,1710.19,137.963,0.756329,600,0,0,13285,0,0,0,0,0),(1975949,23008,530,1,1,0,0,4057.55,1698.7,136.879,4.81684,600,0,0,13285,0,0,0,0,0),(1975948,23008,530,1,1,0,0,3930.28,1647.93,126.538,0.685644,600,0,0,13285,0,0,0,0,0),(1975947,23008,530,1,1,0,0,3894.74,1649.2,127.552,4.65976,600,0,0,13285,0,0,0,0,0),(1975946,23008,530,1,1,0,0,3835.62,1614.66,127.926,1.56529,600,0,0,13285,0,0,0,0,0),(1975945,23008,530,1,1,0,0,3805.98,1573.23,118.196,1.39643,600,0,0,13285,0,0,0,0,0),(1975944,23008,530,1,1,0,0,3793.48,1638.27,135.625,0.0691063,600,0,0,13285,0,0,0,0,0),(1975943,23008,530,1,1,0,0,3770.45,1704.41,149.751,4.0016,600,0,0,13285,0,0,0,0,0),(1975942,23008,530,1,1,0,0,3718.62,1728.71,138.644,5.75303,600,0,0,13285,0,0,0,0,0),(1975941,23008,530,1,1,0,0,3685.04,1772.15,130.008,5.97294,600,0,0,13285,0,0,0,0,0),(1975940,23008,530,1,1,0,0,3669.82,1815.83,126.059,6.17322,600,0,0,13285,0,0,0,0,0),(1975939,23008,530,1,1,0,0,3573.03,1861.43,108.895,2.74103,600,0,0,13285,0,0,0,0,0),(1975938,23008,530,1,1,0,0,3600.99,1898.07,111.36,4.56316,600,0,0,13285,0,0,0,0,0),(1976460,30064,571,1,2,0,0,7287.37,-1243.83,911.653,0.103466,300,0,0,252000,0,0,0,0,0),(213365,21949,530,1,1,0,0,-2728.15,2020.02,116.196,1.79769,300,0,0,1,0,0,0,0,0),(1976050,31416,1,1,128,0,1,1479.39,-4406.25,25.3187,0.017453,300,0,0,16050,0,0,0,0,0),(1976049,31416,1,1,128,0,1,1615.63,-4376.11,12.4018,4.24115,300,0,0,16050,0,0,0,0,0),(245606,26188,0,1,1,0,0,1820.43,254.418,60.0192,4.25153,300,0,0,4120,0,0,0,0,0),(245607,26188,0,1,1,0,0,1834.03,260.86,59.7436,1.38875,300,0,0,4120,0,0,0,0,0),(245608,26188,0,1,1,0,0,1830.65,242.479,60.0923,1.36912,300,0,0,4120,0,0,0,0,0),(245609,26188,0,1,1,0,0,-4707.57,-1252.51,501.66,4.82262,300,0,0,4120,0,0,0,0,0),(245610,26188,0,1,1,0,0,-4695.37,-1239.68,501.66,1.14696,300,0,0,4120,0,0,0,0,0),(245611,26188,0,1,1,0,0,-4695.66,-1278.22,502.142,1.73208,300,0,0,4120,0,0,0,0,0),(245612,26188,0,1,1,0,0,-4709.27,-1263.37,501.66,1.30797,300,0,0,4120,0,0,0,0,0),(245613,26188,0,1,1,0,0,-8838.63,828.143,98.8545,5.17298,300,0,0,4120,0,0,0,0,0),(245614,26188,0,1,1,0,0,-8817.56,820.912,99.9065,4.55251,300,0,0,4120,0,0,0,0,0),(245615,26188,0,1,1,0,0,-8827.29,806.683,97.9935,4.64676,300,0,0,4120,0,0,0,0,0),(245616,17066,530,1,1,0,0,9805.29,-7255.48,32,0,300,0,0,42,0,0,0,0,0),(245617,17066,530,1,1,0,0,-3821.92,-11508.1,-132,0,300,0,0,42,0,0,0,0,0),(245618,25863,1,1,1,0,1,3934.86,748.963,6.62723,4.54896,600,0,0,400,1202,0,0,0,0),(245619,25863,1,1,1,0,1,3882.19,787.573,4.13287,3.5358,600,0,0,400,1202,0,0,0,0),(245620,25863,1,1,1,0,1,3908.08,823.662,1.88817,3.14703,600,0,0,400,1202,0,0,0,0),(245621,25863,1,1,1,0,1,3951.96,862.214,0.33636,0.135025,600,0,0,400,1202,0,0,0,0),(245622,25866,1,1,1,0,1,3927.34,748.497,7.58843,5.62497,600,0,0,480,0,0,0,0,0),(245623,25866,1,1,1,0,1,3865.67,783.307,4.04259,2.36163,600,0,0,480,0,0,0,0,0),(245624,25866,1,1,1,0,1,3923.5,817.866,7.98442,3.04101,600,0,0,480,0,0,0,0,0),(245625,25866,1,1,1,0,1,3969.42,864.603,0.0898777,0.0996887,600,0,0,480,0,0,0,0,0),(245626,25924,1,1,1,0,1,3927.31,794.43,9.0578,0.739775,600,0,0,480,1357,0,0,0,0),(245627,25949,1,1,1,0,1,4196.52,1174.76,6.43307,0.56115,300,0,0,480,1357,0,0,0,0),(245628,26116,1,1,1,0,0,4192.36,1165.88,7.32119,3.0307,600,0,0,1500,0,0,0,0,0),(245629,26178,1,1,1,0,0,-413.607,2425.78,65.7533,4.50994,600,0,0,1700,0,0,0,0,0),(245630,26204,0,1,1,0,0,-12139.3,896.525,8.81937,1.43034,600,0,0,3400,0,0,0,0,0),(245631,26214,0,1,1,0,0,-6621.54,-656.621,233.754,4.22936,600,0,0,5000,0,0,0,0,0),(1976006,30160,571,1,4,0,1,7419.28,-3141.33,837.577,1.34635,300,0,0,12600,0,0,0,0,0),(1956284,31313,571,1,2,0,0,4594.99,1433.82,189.141,3.19229,180,0,0,55005,3643,0,0,0,0),(1976081,31416,1,1,128,0,1,1886.2,-4546.68,28.5148,1.09956,300,0,0,16050,0,0,0,0,0),(1976082,31416,1,1,128,0,1,1829.26,-4507.27,21.4564,4.95674,300,0,0,16050,0,0,0,0,0),(1976083,31420,1,1,128,0,0,1627.42,-4376.04,11.8113,3.68265,300,0,0,5544,0,0,0,0,0),(1976084,31421,1,1,128,0,0,1632.61,-4381.89,11.7685,3.59538,300,0,0,5544,0,0,0,0,0),(247110,37011,631,15,1,0,0,-103.82,2239.77,30.6543,1.81838,86400,0,0,478800,0,0,0,0,0),(1975767,37985,631,3,16,0,0,4202.23,2508,383.985,2.09137,10,10,0,0,0,1,0,0,0),(1972020,37068,668,3,1,0,0,5377.69,2115.72,716.4,0,86400,0,0,100800,0,0,0,0,0),(245585,16592,571,1,1,11686,0,3940.62,-584.935,240.743,0.163699,300,0,0,42,0,0,0,0,0),(245584,16592,571,1,1,11686,0,3768.95,1462.02,92.6355,0.0301769,300,0,0,42,0,0,0,0,0),(245582,16592,571,1,1,11686,0,4440.61,5624.95,56.0681,6.28193,300,0,0,42,0,0,0,0,0),(245583,16592,571,1,1,11686,0,4121.36,5394.75,28.3803,0.0458794,300,0,0,42,0,0,0,0,0),(1970860,28169,595,3,1,0,0,2287.59,1156.98,137.649,1.97222,300,0,0,609,0,0,0,0,0),(1970859,28169,595,3,1,0,0,2176.69,1354.11,131.265,5.48033,300,0,0,609,0,0,0,0,0),(1970858,28169,595,3,1,0,0,2125.75,1294.59,136.833,2.49582,300,0,0,609,0,0,0,0,0),(1970857,27913,595,3,1,0,0,1802.89,1188.84,166.953,4.32842,300,0,0,8982,0,0,0,0,0),(1970856,28169,595,3,1,0,0,2136.5,1368.51,132.943,2.41998,300,0,0,609,0,0,0,0,0),(1970855,28169,595,3,1,0,0,2307.87,1159.79,137.285,1.20428,300,0,0,609,0,0,0,0,0),(1970854,28169,595,3,1,0,0,2178.09,1278.78,133.769,2.77507,300,0,0,609,0,0,0,0,0),(1970853,28169,595,3,1,0,0,2310.54,1160.29,136.852,3.00197,300,0,0,609,0,0,0,0,0),(1970852,28169,595,3,1,0,0,2132.45,1369.3,132.753,5.13127,300,0,0,609,0,0,0,0,0),(1970851,28169,595,3,1,0,0,2179.53,1354.3,131.233,3.66519,300,0,0,609,0,0,0,0,0),(1970850,28169,595,3,1,0,0,2115.72,1281.11,136.986,3.08923,300,0,0,609,0,0,0,0,0),(1970849,27729,595,3,1,0,0,2573.74,1152.56,126.492,1.60792,300,15,0,50400,0,1,0,0,0),(1970848,28169,595,3,1,0,0,2123.62,1274.19,137.496,5.48033,300,0,0,609,0,0,0,0,0),(1970847,28169,595,3,1,0,0,2111.51,1296.09,136.745,4.11898,300,0,0,609,0,0,0,0,0),(1970846,28169,595,3,1,0,0,2111.6,1281.83,137.261,6.03884,300,0,0,609,0,0,0,0,0),(1970845,28169,595,3,1,0,0,2109.35,1293.89,136.983,0.610865,300,0,0,609,0,0,0,0,0),(1970844,28169,595,3,1,0,0,2142.62,1338.52,132.753,1.79769,300,0,0,609,0,0,0,0,0),(1970843,28169,595,3,1,0,0,2338.48,1187.61,130.879,0.506145,300,0,0,609,0,0,0,0,0),(1970842,28169,595,3,1,0,0,2266.58,1185.48,138.855,5.13127,300,0,0,609,0,0,0,0,0),(1970841,28169,595,3,1,0,0,2224.06,1202.44,136.494,3.47321,300,0,0,609,0,0,0,0,0),(1970840,27912,595,3,1,0,0,1674.12,884.174,119.789,1.32645,300,0,0,8982,0,0,0,0,0),(247142,36807,631,10,1,0,0,-602.636,2188.35,49.4773,2.64679,86400,0,0,1,0,0,0,0,0),(135984,32780,603,3,1,11686,0,2112.35,-290.933,420.229,0.977384,180,0,0,42,0,0,0,0,0),(135983,32780,603,3,1,11686,0,2114.32,-294.719,420.229,1.06465,180,0,0,42,0,0,0,0,0),(1975228,33378,603,3,1,11686,0,2145.5,-222.62,433.3,0.785398,604800,0,0,12600,0,0,0,0,0),(1975223,32892,603,3,1,11686,0,2092.95,-263,420,6.26573,604800,0,0,12600,0,0,0,0,0),(133971,36971,673,15,1,0,0,30.9602,-22.9078,36.363,4.46804,604800,0,0,1,0,0,0,0,0),(113813,24253,571,1,1,0,0,829.38,-4721.4,-96.1446,3.03,1,0,0,1223,2846,0,0,0,0),(1976816,36173,571,1,1,0,0,8512.46,636.291,547.324,1.24877,300,0,0,126,0,0,0,0,0),(1976815,36173,571,1,1,0,0,8482.56,647.099,547.293,5.40352,300,0,0,126,0,0,0,0,0),(1976814,36173,571,1,1,0,0,8460.3,674.017,547.3,5.40352,300,0,0,126,0,0,0,0,0),(1976813,36173,571,1,1,0,0,8449.02,707.657,547.293,5.40352,300,0,0,126,0,0,0,0,0),(1976812,36173,571,1,1,0,0,8426.01,726.388,547.293,5.40352,300,0,0,126,0,0,0,0,0),(1976811,36173,571,1,1,0,0,8345.75,719.736,553.7,4.6142,300,0,0,126,0,0,0,0,0),(1976810,36173,571,1,1,0,0,8383.66,728.436,550.973,4.6142,300,0,0,126,0,0,0,0,0),(1976809,36173,571,1,1,0,0,8393.25,758.655,547.293,4.6142,300,0,0,126,0,0,0,0,0),(1976808,36173,571,1,1,0,0,8385.26,786.644,547.827,4.6142,300,0,0,126,0,0,0,0,0),(1976807,36173,571,1,1,0,0,8371.95,821.886,548.057,4.6142,300,0,0,126,0,0,0,0,0),(1976806,36173,571,1,1,0,0,8402.19,837.161,547.293,4.6142,300,0,0,126,0,0,0,0,0),(1976805,36173,571,1,1,0,0,8434.02,839.845,547.293,4.6142,300,0,0,126,0,0,0,0,0),(1976804,36173,571,1,1,0,0,8454.53,867.842,547.293,4.6142,300,0,0,126,0,0,0,0,0),(1976803,36173,571,1,1,0,0,8471.59,890.361,547.293,4.6142,300,0,0,126,0,0,0,0,0),(1976802,36173,571,1,1,0,0,8477.94,928.184,547.294,0.726476,300,0,0,126,0,0,0,0,0),(1976801,36173,571,1,1,0,0,8440.87,918.552,544.676,4.09584,300,0,0,126,0,0,0,0,0),(1976800,36173,571,1,1,0,0,8441.48,954.451,544.675,4.09584,300,0,0,126,0,0,0,0,0),(1976799,36173,571,1,1,0,0,8441.42,989.534,544.675,4.09584,300,0,0,126,0,0,0,0,0),(1976798,36173,571,1,1,0,0,8452.34,1027.26,547.411,4.09584,300,0,0,126,0,0,0,0,0),(1976797,36173,571,1,1,0,0,8480.1,1022.75,547.296,4.09584,300,0,0,126,0,0,0,0,0),(1976796,36173,571,1,1,0,0,8507.62,1035.03,547.598,4.09584,300,0,0,126,0,0,0,0,0),(1976795,36173,571,1,1,0,0,8514.13,1071.06,553.809,4.09584,300,0,0,126,0,0,0,0,0),(1976794,36173,571,1,1,0,0,8509.38,1132.02,560.577,3.47144,300,0,0,126,0,0,0,0,0),(1976793,36173,571,1,1,0,0,8530.32,1135.59,557.328,2.12056,300,0,0,126,0,0,0,0,0),(1976792,36173,571,1,1,0,0,8568.62,1125.53,556.787,2.12056,300,0,0,126,0,0,0,0,0),(1976791,36173,571,1,1,0,0,8558.76,1102.08,556.787,2.12056,300,0,0,126,0,0,0,0,0),(1976790,36173,571,1,1,0,0,8546.32,1071.23,554.744,2.12056,300,0,0,126,0,0,0,0,0),(1976789,36173,571,1,1,0,0,8536.66,1044.99,547.472,2.12056,300,0,0,126,0,0,0,0,0),(1976788,36173,571,1,1,0,0,8571.81,1038.25,547.355,2.12056,300,0,0,126,0,0,0,0,0),(1976787,36173,571,1,1,0,0,8561.15,1011.46,547.348,2.12056,300,0,0,126,0,0,0,0,0),(1976786,36173,571,1,1,0,0,8601.13,960.216,547.554,5.10114,300,0,0,126,0,0,0,0,0),(1976785,36173,571,1,1,0,0,8571.08,995.551,547.296,2.8549,300,0,0,126,0,0,0,0,0),(1976784,36173,571,1,1,0,0,8568.49,965.515,548.016,2.8549,300,0,0,126,0,0,0,0,0),(1976783,36173,571,1,1,0,0,8559.92,936.442,547.596,2.8549,300,0,0,126,0,0,0,0,0),(1976782,36173,571,1,1,0,0,8564.86,906.661,547.563,2.8549,300,0,0,126,0,0,0,0,0),(1976781,36173,571,1,1,0,0,8554.43,871.277,547.587,2.8549,300,0,0,126,0,0,0,0,0),(1976780,36173,571,1,1,0,0,8576.64,878.699,547.56,2.8549,300,0,0,126,0,0,0,0,0),(1976779,36173,571,1,1,0,0,8589.39,853.631,547.554,2.8549,300,0,0,126,0,0,0,0,0),(1976778,36173,571,1,1,0,0,8612.89,846.703,548.266,2.8549,300,0,0,126,0,0,0,0,0),(1976777,36173,571,1,1,0,0,8604.3,817.563,547.554,2.8549,300,0,0,126,0,0,0,0,0),(1976776,36173,571,1,1,0,0,8635.53,818.624,547.554,1.07597,300,0,0,126,0,0,0,0,0),(1976775,36173,571,1,1,0,0,8647.05,797.393,547.516,1.07597,300,0,0,126,0,0,0,0,0),(1976774,36173,571,1,1,0,0,8634,769.882,547.554,1.07597,300,0,0,126,0,0,0,0,0),(1976773,36173,571,1,1,0,0,8599.7,777.705,547.358,1.07597,300,0,0,126,0,0,0,0,0),(1976772,36173,571,1,1,0,0,8596.96,755.231,548.059,1.07597,300,0,0,126,0,0,0,0,0),(1976771,36173,571,1,1,0,0,8607.87,724.617,548.006,1.07597,300,0,0,126,0,0,0,0,0),(1976770,36173,571,1,1,0,0,8585.87,716.849,547.473,1.07597,300,0,0,126,0,0,0,0,0),(1976769,36173,571,1,1,0,0,8569.72,700.385,547.294,1.07597,300,0,0,126,0,0,0,0,0),(1976768,36173,571,1,1,0,0,8559.85,669.997,547.303,1.07597,300,0,0,126,0,0,0,0,0),(1976767,36173,571,1,1,0,0,8553.86,632.658,548.368,1.00529,300,0,0,126,0,0,0,0,0),(1970839,28167,595,3,1,0,0,2211.96,1316.7,130.525,1.8326,300,0,0,609,0,0,0,0,0),(1970838,28167,595,3,1,0,0,2207.32,1343.56,130.634,3.59538,300,0,0,609,0,0,0,0,0),(1970837,28167,595,3,1,0,0,2117.78,1338.3,131.903,6.03884,300,0,0,609,0,0,0,0,0),(1970836,28167,595,3,1,0,0,2269.06,1183.91,138.853,3.28122,300,0,0,609,0,0,0,0,0),(1970835,28167,595,3,1,0,0,2228.91,1163.93,138.284,6.12611,300,0,0,609,0,0,0,0,0),(1970834,28167,595,3,1,0,0,2231.61,1161.02,138.544,1.79769,300,0,0,609,0,0,0,0,0),(1970833,28167,595,3,1,0,0,2164.54,1240.92,137.471,0.0174533,300,0,0,609,0,0,0,0,0),(1970832,28167,595,3,1,0,0,2104.39,1366.97,133.172,5.44543,300,0,0,609,0,0,0,0,0),(1970831,28167,595,3,1,0,0,2359.66,1204.97,131.211,4.04916,300,0,0,609,0,0,0,0,0),(1970830,28167,595,3,1,0,0,2120.65,1339.69,131.547,4.15388,300,0,0,609,0,0,0,0,0),(1970829,27737,595,3,1,0,0,2565.21,1138.04,127.759,1.63305,300,10,0,630,0,1,0,0,0),(1970828,28167,595,3,1,0,0,2191.38,1306.04,133.207,4.2586,300,0,0,609,0,0,0,0,0),(1970827,28167,595,3,1,0,0,2152.13,1290.85,134.751,4.38078,300,0,0,609,0,0,0,0,0),(1970826,28167,595,3,1,0,0,2366.37,1184.53,132.22,2.9147,300,0,0,609,0,0,0,0,0),(1970825,28167,595,3,1,0,0,2252.07,1150.73,138.574,0.523599,300,0,0,609,0,0,0,0,0),(1970824,28167,595,3,1,0,0,2107.38,1274.3,138.996,4.01426,300,0,0,609,0,0,0,0,0),(113887,24255,571,1,1,0,0,831.409,-4727.82,-96.2364,2.28073,1,0,0,1223,2846,0,0,0,0),(1976543,30136,571,1,4,0,1,7422.26,-1039.46,791.523,6.03617,300,0,0,6088,0,0,0,0,0),(1976542,30136,571,1,4,0,1,7422.94,-1009.92,794.067,5.39215,300,0,0,5885,0,0,0,0,0),(1976503,30136,571,1,4,0,1,7590.61,-1058.82,595.224,2.81178,300,0,0,6088,0,0,0,0,0),(1976504,30136,571,1,4,0,1,7597.35,-1042.56,595.258,2.86675,300,0,0,6088,0,0,0,0,0),(1976505,30136,571,1,4,0,1,7592.71,-1028.92,593.967,3.11415,300,0,0,6088,0,0,0,0,0),(1976506,30136,571,1,4,0,1,7592.48,-1013.73,596.307,3.16128,300,0,0,6088,0,0,0,0,0),(1976507,30136,571,1,4,0,1,7580.19,-984.218,594.465,3.83279,300,0,0,5885,0,0,0,0,0),(1976508,30136,571,1,4,0,1,7566.8,-968.037,596.475,3.83279,300,0,0,6088,0,0,0,0,0),(1976509,30136,571,1,4,0,1,7553.66,-957.648,595.392,3.83279,300,0,0,5885,0,0,0,0,0),(1976510,30136,571,1,4,0,1,7528.07,-944.761,595.903,4.91271,300,0,0,6088,0,0,0,0,0),(1976511,30136,571,1,4,0,1,7490.36,-946.306,595.979,5.25829,300,0,0,5885,0,0,0,0,0),(1976512,30136,571,1,4,0,1,7451.34,-957.392,593.941,5.16404,300,0,0,6088,0,0,0,0,0),(1976513,30136,571,1,4,0,1,7428.01,-992.105,595.917,5.77272,300,0,0,6088,0,0,0,0,0),(1976514,30136,571,1,4,0,1,7422.12,-1028.95,593.946,0.145337,300,0,0,6088,0,0,0,0,0),(1976515,30136,571,1,4,0,1,7424.41,-1053.53,593.948,0.113921,300,0,0,6088,0,0,0,0,0),(1976516,30136,571,1,4,0,1,7435.91,-1090.7,595.693,0.915027,300,0,0,6088,0,0,0,0,0),(1976517,30136,571,1,4,0,1,7464.31,-1116.75,595.558,1.22561,300,0,0,5885,0,0,0,0,0),(1976518,30136,571,1,4,0,1,7494.48,-1123.3,595.231,1.43374,300,0,0,5885,0,0,0,0,0),(1976519,30136,571,1,4,0,1,7485.42,-968.004,683.069,4.8895,300,0,0,6088,0,0,0,0,0),(1976520,30136,571,1,4,0,1,7467.03,-971.301,683.584,5.12119,300,0,0,6088,0,0,0,0,0),(1976521,30136,571,1,4,0,1,7450.23,-985.747,683.834,5.40393,300,0,0,6088,0,0,0,0,0),(1976522,30136,571,1,4,0,1,7433.32,-1001.88,686.65,5.51781,300,0,0,5885,0,0,0,0,0),(1976523,30136,571,1,4,0,1,7425.26,-1028.32,692.26,6.0833,300,0,0,5885,0,0,0,0,0),(1976524,30136,571,1,4,0,1,7416.57,-1048.7,698.723,6.16969,300,0,0,6088,0,0,0,0,0),(1976525,30136,571,1,4,0,1,7426.15,-1079.31,705.743,0.667974,300,0,0,6088,0,0,0,0,0),(1976526,30136,571,1,4,0,1,7447.33,-1106.22,715.154,0.97035,300,0,0,5885,0,0,0,0,0),(1976527,30136,571,1,4,0,1,7467.54,-1120.78,722.946,1.24524,300,0,0,6088,0,0,0,0,0),(1976528,30136,571,1,4,0,1,7499.58,-1132.08,727.9,1.42981,300,0,0,5885,0,0,0,0,0),(1976529,30136,571,1,4,0,1,7568.86,-1103.6,727.882,2.34481,300,0,0,5885,0,0,0,0,0),(1976530,30136,571,1,4,0,1,7580.73,-1077.43,722.324,2.66682,300,0,0,6088,0,0,0,0,0),(1976531,30136,571,1,4,0,1,7593.36,-1059.26,720.879,2.926,300,0,0,6088,0,0,0,0,0),(1976532,30136,571,1,4,0,1,7596.45,-1038.56,715.531,3.00454,300,0,0,5885,0,0,0,0,0),(1976533,30136,571,1,4,0,1,7592.48,-1014.72,709.058,3.55039,300,0,0,5885,0,0,0,0,0),(1976534,30136,571,1,4,0,1,7578.22,-1003.47,702.612,3.67606,300,0,0,5885,0,0,0,0,0),(1976535,30136,571,1,4,0,1,7568,-977.847,698.303,4.06483,300,0,0,6088,0,0,0,0,0),(1976536,30136,571,1,4,0,1,7544.49,-971.66,690.782,4.35935,300,0,0,6088,0,0,0,0,0),(1976537,30136,571,1,4,0,1,7513.78,-958.984,685.534,4.63817,300,0,0,6088,0,0,0,0,0),(1976538,30136,571,1,4,0,1,7510.35,-943.008,793.578,4.85416,300,0,0,5885,0,0,0,0,0),(1976539,30136,571,1,4,0,1,7544.21,-941.458,791.725,4.49287,300,0,0,6088,0,0,0,0,0),(1976540,30136,571,1,4,0,1,7482.81,-953.955,792.956,5.22329,300,0,0,6088,0,0,0,0,0),(1976541,30136,571,1,4,0,1,7451.21,-986.366,791.475,5.60814,300,0,0,5885,0,0,0,0,0),(1976459,30064,571,1,2,0,0,7234.75,-1356.87,914.612,1.00667,300,0,0,252000,0,0,0,0,0),(74515,32241,571,1,1,0,0,6252.46,2665.36,570.333,3.97935,10,0,0,1,0,0,0,0,0),(1976500,30401,571,1,1,0,1,6718.64,-258.001,949.333,2.85367,300,0,0,63000,0,0,0,0,0),(1976571,30136,571,1,4,0,1,7275.44,-903.582,926.956,5.36621,300,0,0,6088,0,0,0,0,0),(1976570,30136,571,1,4,0,1,7271.73,-906.427,927.135,5.36621,300,0,0,6088,0,0,0,0,0),(1970823,28167,595,3,1,0,0,2105.57,1270.86,140.05,1.309,300,0,0,609,0,0,0,0,0),(1970822,28167,595,3,1,0,0,2119.7,1273.87,138.337,3.80482,300,0,0,609,0,0,0,0,0),(1970821,28167,595,3,1,0,0,2124.39,1296.53,136.844,4.81711,300,0,0,609,0,0,0,0,0),(1970820,27911,595,3,1,0,0,1676.15,883.878,119.783,1.50098,300,0,0,8982,0,0,0,0,0),(1970819,28167,595,3,1,0,0,2164.57,1339.05,130.914,2.58309,300,0,0,609,0,0,0,0,0),(1970818,28167,595,3,1,0,0,2165.94,1366.51,132.382,3.89208,300,0,0,609,0,0,0,0,0),(1975917,30422,571,1,4,0,0,7093.6,-2159.45,758.662,5.46951,300,0,0,12175,0,0,0,0,0),(1976922,21689,548,1,1,0,0,-55.166,-548.193,-21.4845,2.51429,300,0,0,81000,0,0,0,0,0),(1976007,30160,571,1,4,0,1,7359.13,-3103.31,837.534,4.17214,300,0,0,12600,0,0,0,0,0),(1956283,31313,571,1,2,0,0,4648.54,1431.45,170.843,5.07976,180,0,0,55005,3643,0,0,0,0),(1956271,31310,571,1,2,0,0,4542.96,1320.75,160.742,4.2276,180,0,0,55005,3643,0,0,0,0),(1956272,31310,571,1,2,0,0,4602.08,1433.56,187.42,6.19112,180,0,0,55005,3643,0,0,0,0),(1956273,31310,571,1,2,0,0,4612.47,1435.06,182.045,3.58503,180,0,0,55005,3643,0,0,0,0),(1956274,31310,571,1,2,0,0,4735.92,1358.92,172.242,4.77506,180,0,0,55005,3643,0,0,0,0),(1956275,31310,571,1,2,0,0,4585.42,1475.73,194.232,3.87329,180,0,0,55005,3643,0,0,0,0),(1956276,31310,571,1,2,0,0,4509.41,1271.8,137.991,4.26184,180,0,0,55005,3643,0,0,0,0),(1956277,31310,571,1,2,0,0,4705.1,1342.03,157.01,4.85155,180,0,0,55005,3643,0,0,0,0),(1956278,31310,571,1,2,0,0,4546.95,1329.58,165.117,4.23149,180,0,0,55005,3643,0,0,0,0),(1956279,31310,571,1,2,0,0,4585.72,1462.98,189.266,4.59288,180,0,0,55005,3643,0,0,0,0),(1956280,31313,571,1,2,0,0,4584.34,1474.16,193.982,6.00639,180,0,0,55005,3643,0,0,0,0),(1956281,31313,571,1,2,0,0,4703.07,1554.99,248.765,1.53531,180,0,0,55005,3643,0,0,0,0),(1956282,31313,571,1,2,0,0,4700.77,1555.86,247.64,1.71693,180,0,0,55005,3643,0,0,0,0),(245811,25972,547,3,1,0,0,-120.178,-144.398,-2.23786,4.92379,86400,0,0,42,0,0,0,0,0),(133944,37547,672,15,1,0,0,19.7229,-2.19379,33.0698,0,604800,0,0,1,0,0,0,0,0),(133936,37547,672,15,1,0,0,-34.2702,-26.1897,21.3748,0,604800,0,0,1,0,0,0,0,0),(133937,37547,672,15,1,0,0,-41.4456,-7.6475,20.4975,0,604800,0,0,1,0,0,0,0,0),(133939,37547,672,15,1,0,0,-11.6446,-19.8518,20.8843,0,604800,0,0,1,0,0,0,0,0),(133940,37547,672,15,1,0,0,-19.8822,-6.57876,20.5744,0,604800,0,0,1,0,0,0,0,0),(133943,37547,672,15,1,0,0,0.554884,-1.2329,20.5371,0,604800,0,0,1,0,0,0,0,0),(1976085,31422,1,1,128,0,0,1623.04,-4368.92,11.7852,3.92699,300,0,0,5544,0,0,0,0,0),(247300,30344,712,3,1,0,1,-9.51,9.77,20.43,1.52,300,0,0,21368,0,0,0,0,0),(247400,30824,713,3,1,0,1,14.81,16.84,34.97,1.55,300,0,0,21368,0,0,0,0,0),(1975842,4131,1,1,1,0,0,-6514.4,-3304.3,-93.0929,5.40444,300,0,0,1279,0,0,0,0,0),(1976921,21689,548,1,1,0,0,-9.91757,-566.916,-21.4845,3.25649,300,0,0,81000,0,0,0,0,0),(1975937,23008,530,1,1,0,0,3647.45,1918.92,118.17,3.80525,600,0,0,13285,0,0,0,0,0),(1977144,30188,571,1,64,0,0,6249.02,125.228,382.387,3.09908,30,0,0,126000,0,0,0,0,0),(1976458,30064,571,1,2,0,0,7289.24,-1506.65,921.183,0.755346,300,0,0,252000,0,0,0,0,0),(1976569,30136,571,1,4,0,1,7274.92,-910.591,926.671,5.36621,300,0,0,5885,0,0,0,0,0),(1976568,30136,571,1,4,0,1,7282.26,-904.971,926.307,5.32694,300,0,0,5885,0,0,0,0,0),(1977187,32769,571,1,1,25753,0,7559.02,1547.51,435.682,1.52973,10,60,0,12600,3994,1,0,0,0),(1977186,32769,571,1,1,25753,0,7630.44,1601.94,445.692,2.12271,10,60,0,12600,3994,1,0,0,0),(1977185,32769,571,1,1,25753,0,7711.54,1636.03,447.492,4.85589,10,60,0,12600,3994,1,0,0,0),(1977184,32769,571,1,1,25753,0,7685.98,1708.66,460.417,3.89379,10,60,0,12600,3994,1,0,0,0),(1977183,32769,571,1,1,25753,0,7763.36,1704.4,459.294,3.89379,10,60,0,12600,3994,1,0,0,0),(1977182,32769,571,1,1,25753,0,7838.73,1761.25,466.425,4.96978,10,60,0,12600,3994,1,0,0,0),(1977181,32769,571,1,1,25753,0,7783.46,1783.04,469.012,0.0335467,10,60,0,12600,3994,1,0,0,0),(1977180,32769,571,1,1,25753,0,7735.12,1823.7,464.062,0.0335467,10,60,0,12600,3994,1,0,0,0),(1977179,32769,571,1,1,25753,0,7634.01,1863.8,453.321,0.100306,10,60,0,12600,3994,1,0,0,0),(1977178,32769,571,1,1,25753,0,7700.71,1866.03,464.062,0.0335467,10,60,0,12600,3994,1,0,0,0),(1977177,32769,571,1,1,25753,0,7733.55,1578.02,469.378,2.51066,10,60,0,12600,3994,1,0,0,0),(1977176,32769,571,1,1,25753,0,7733.55,1578.02,469.378,3.23125,10,60,0,12600,3994,1,0,0,0),(1977175,32769,571,1,1,25753,0,7770.85,1626.59,469.378,0.010103,10,60,0,12600,3994,1,0,0,0),(1977174,32769,571,1,1,25753,0,7770.85,1626.59,469.378,4.35007,10,60,0,12600,3994,1,0,0,0),(1977173,32769,571,1,1,25753,0,7703.2,1822.89,469.378,3.94286,10,60,0,12600,3994,1,0,0,0),(1977172,32769,571,1,1,25753,0,7703.2,1822.89,469.378,3.47223,10,60,0,12600,3994,1,0,0,0),(1977171,32769,571,1,1,25753,0,7523.09,1852.78,491.641,3.23212,10,60,0,12600,3994,1,0,0,0),(1977170,32769,571,1,1,25753,0,7523.09,1852.78,491.641,1.16008,10,60,0,12600,3994,1,0,0,0),(1977200,32767,571,1,1,27064,0,7526.03,1354.32,401.356,0.300584,300,60,0,25200,0,1,0,0,0),(1977199,32767,571,1,1,27064,0,7407.94,1436.64,390.421,0.300584,10,60,0,25200,0,1,0,0,0),(1977198,32767,571,1,1,27064,0,7239.56,1441.97,384.094,4.94622,10,60,0,25200,0,1,0,0,0),(1977197,32767,571,1,1,27064,0,7333.87,1348.77,393.362,0.418399,10,60,0,25200,0,1,0,0,0),(1977196,32767,571,1,1,27064,0,7302.18,1240.95,390.122,0.418399,10,60,0,25200,0,1,0,0,0),(1977195,32767,571,1,1,27064,0,7155.42,1211.4,386.189,5.49993,10,60,0,25200,0,1,0,0,0),(1977194,32767,571,1,1,27064,0,7134.18,1373.87,408.537,5.90048,10,60,0,25200,0,1,0,0,0),(1977193,32767,571,1,1,27064,0,7244.55,1285.52,416.07,2.71176,10,60,0,25200,0,1,0,0,0),(1977224,32154,571,1,1,0,0,7553.98,2091.65,500.312,3.96984,60,0,0,31500,0,0,0,0,0),(1977223,32154,571,1,1,0,0,7119.05,1254.62,297.911,4.89346,60,0,0,31500,0,0,0,0,0),(1977222,32154,571,1,1,0,0,7124.12,1286.83,299.649,3.61719,60,0,0,31500,0,0,0,0,0),(1977221,32154,571,1,1,0,0,7142.1,1313.45,303.877,3.61719,60,0,0,31500,0,0,0,0,0),(1977220,32154,571,1,1,0,0,7163.97,1335.66,307.248,3.61719,60,0,0,31500,0,0,0,0,0),(1977219,32154,571,1,1,0,0,7179.8,1368.87,310.435,3.61719,60,0,0,31500,0,0,0,0,0),(1977218,32154,571,1,1,0,0,7232.34,1365.87,309.911,3.61719,60,0,0,31500,0,0,0,0,0),(1977217,32154,571,1,1,0,0,7616.57,1716.3,344.036,1.94822,60,0,0,31500,0,0,0,0,0),(1977216,32154,571,1,1,0,0,7611.61,1651.27,342.069,1.94822,60,0,0,31500,0,0,0,0,0),(1977215,32154,571,1,1,0,0,7737.62,1637.87,346.603,4.43793,60,0,0,31500,0,0,0,0,0),(1977214,32154,571,1,1,0,0,7153.32,1234.99,301.82,4.89346,60,0,0,31500,0,0,0,0,0),(1977213,32154,571,1,1,0,0,7173.22,1185.4,308.278,6.03229,60,0,0,31500,0,0,0,0,0),(1977212,32154,571,1,1,0,0,7172.32,1152.7,309.25,6.03229,60,0,0,31500,0,0,0,0,0),(1977211,32154,571,1,1,0,0,7144.89,1115.43,314.937,5.51785,60,0,0,31500,0,0,0,0,0),(1977210,32154,571,1,1,0,0,7129.91,1155.77,305.815,1.17067,60,0,0,31500,0,0,0,0,0),(1977209,32154,571,1,1,0,0,7220.64,1216.06,307.663,1.15889,60,0,0,31500,0,0,0,0,0),(1977208,32154,571,1,1,0,0,7202.76,1316.63,305.442,3.29517,60,0,0,31500,0,0,0,0,0),(1977207,32154,571,1,1,0,0,7813.27,1662.84,356.26,6.26398,60,0,0,31500,0,0,0,0,0),(1977206,32154,571,1,1,0,0,7795.76,1835.98,362.766,4.24158,60,0,0,31500,0,0,0,0,0),(1977205,32154,571,1,1,0,0,7842.81,1840.36,365.721,4.29656,60,0,0,31500,0,0,0,0,0),(1977204,32154,571,1,1,0,0,7851.09,1955.81,367.002,1.97571,60,0,0,31500,0,0,0,0,0),(1977203,32154,571,1,1,0,0,7826.99,1768.44,358.238,2.96924,60,0,0,31500,0,0,0,0,0),(1977202,32154,571,1,1,0,0,7724.26,1771.43,348.847,1.70868,60,0,0,31500,0,0,0,0,0),(1977201,32154,571,1,1,0,0,7707.46,1695.11,341.05,4.43793,60,0,0,31500,0,0,0,0,0),(1976584,23383,530,1,1,0,0,-4106.62,3029.94,344.877,0.827394,300,0,0,6986,0,0,0,0,0),(1971552,17356,540,3,1,0,0,195.026,168.852,-42.3682,5.63149,300,5,0,19607,0,1,0,0,0),(1971551,17356,540,3,1,0,0,186.325,160.14,-42.3431,5.63149,300,5,0,19607,0,1,0,0,0),(1971550,17356,540,3,1,0,0,172.412,170.755,-41.8802,5.63149,300,5,0,19607,0,1,0,0,0),(1971549,17356,540,3,1,0,0,124.697,196.671,-48.4666,3.71512,300,5,0,19607,0,1,0,0,0),(1971548,17356,540,3,1,0,0,134.94,197.199,-48.3391,5.63149,300,5,0,19607,0,1,0,0,0),(1971547,17356,540,3,1,0,0,158.726,168.864,-42.7899,5.63149,300,5,0,19607,0,1,0,0,0),(1971546,17356,540,3,1,0,0,134.63,187.246,-47.1104,5.63149,300,5,0,19607,0,1,0,0,0),(1971545,17356,540,3,1,0,0,130.671,249.438,-45.2001,3.71512,300,5,0,19607,0,1,0,0,0),(1971544,17356,540,3,1,0,0,121.539,234.76,-46.366,3.71512,300,5,0,19607,0,1,0,0,0),(1971543,17356,540,3,1,0,0,129.599,219.459,-48.2223,3.71512,300,5,0,19607,0,1,0,0,0),(1971542,17356,540,3,1,0,0,127.391,209.194,-49.043,3.71512,300,5,0,19607,0,1,0,0,0),(1971566,17357,540,3,1,0,0,200.833,158.645,-42.3886,2.77656,300,5,0,3381,0,1,0,0,0),(1971565,17357,540,3,1,0,0,192.378,154.865,-42.3681,2.77656,300,5,0,3381,0,1,0,0,0),(1971564,17357,540,3,1,0,0,188.578,163.364,-42.3485,2.77656,300,5,0,3381,0,1,0,0,0),(1971563,17357,540,3,1,0,0,180.065,156.848,-42.3355,2.77656,300,5,0,3381,0,1,0,0,0),(1971562,17357,540,3,1,0,0,176.265,165.347,-42.2052,2.77656,300,5,0,3381,0,1,0,0,0),(1971561,17357,540,3,1,0,0,158.378,178.829,-43.3422,2.77656,300,5,0,3381,0,1,0,0,0),(1971560,17357,540,3,1,0,0,143.797,189.415,-46.4029,2.77656,300,5,0,3381,0,1,0,0,0),(1971559,17357,540,3,1,0,0,129.756,189.482,-47.7988,2.77656,300,5,0,3381,0,1,0,0,0),(1971558,17357,540,3,1,0,0,129.982,204.343,-48.8409,2.77656,300,5,0,3381,0,1,0,0,0),(1971557,17357,540,3,1,0,0,118.016,208.916,-49.1488,2.77656,300,5,0,3381,0,1,0,0,0),(1971556,17357,540,3,1,0,0,122.589,220.882,-47.9027,2.77656,300,5,0,3381,0,1,0,0,0),(1971555,17357,540,3,1,0,0,127.73,231.381,-46.8117,1.11545,300,5,0,3381,0,1,0,0,0),(1971554,17357,540,3,1,0,0,123.365,241.68,-45.4701,1.11545,300,5,0,3381,0,1,0,0,0),(1971553,17357,540,3,1,0,0,119.802,252.08,-45.2208,1.11545,300,5,0,3381,0,1,0,0,0),(1971576,17474,540,3,1,0,0,340.01,310.955,1.91715,5.85374,300,0,0,6722,0,0,0,0,0),(1971575,17474,540,3,1,0,0,330.962,323.431,1.91715,2.44512,300,0,0,6722,0,0,0,0,0),(1971574,17474,540,3,1,0,0,370.468,320.938,1.9186,2.44512,300,0,0,6722,0,0,0,0,0),(1971573,17474,540,3,1,0,0,396.447,308.347,1.92309,2.44512,300,0,0,6722,0,0,0,0,0),(1971572,17474,540,3,1,0,0,408.058,318.889,1.91302,2.44512,300,0,0,6722,0,0,0,0,0),(1971571,17474,540,3,1,0,0,436.339,317.505,1.90193,2.44512,300,0,0,6722,0,0,0,0,0),(1971570,17474,540,3,1,0,0,445.03,315.593,1.91125,2.44512,300,0,0,6722,0,0,0,0,0),(1971569,17474,540,3,1,0,0,466.862,322.841,1.92449,2.44512,300,0,0,6722,0,0,0,0,0),(1971568,17474,540,3,1,0,0,464.92,313.789,1.92964,2.44512,300,0,0,6722,0,0,0,0,0),(1971567,17474,540,3,1,0,0,470.877,312.579,1.91828,2.44512,300,0,0,6722,0,0,0,0,0),(247156,37230,631,15,1,0,0,-436.632,2079.14,285,2.72714,604800,0,0,5392400,41690,0,0,0,0),(1976567,30136,571,1,4,0,1,7416.45,-1038.02,538.682,6.26754,300,0,0,6088,0,0,0,0,0),(1971540,19507,553,3,3,0,0,-179.035,380.227,-17.6894,4.31705,300,0,0,19681,7332,0,0,33948422,40),(1971539,19507,553,3,3,0,0,-180.265,374.369,-17.6894,4.31705,300,0,0,19681,7332,0,0,33948422,40),(1971538,19507,553,3,3,0,0,-171.645,373.62,-17.6957,0.869149,300,0,0,19681,7332,0,0,33948422,40),(1971537,19507,553,3,3,0,0,-162.013,371.896,-17.7006,0.869149,300,0,0,19681,7332,0,0,33948422,40),(1971536,19507,553,3,3,0,0,-164.709,383.895,-17.7044,0.869149,300,0,0,19681,7332,0,0,33948422,40),(1971535,19507,553,3,3,0,0,-158.069,396.566,-17.7685,0.869149,300,0,0,19681,7332,0,0,33948422,40),(1971534,19507,553,3,3,0,0,-155.432,384.674,-17.7944,0.869149,300,0,0,19681,7332,0,0,33948422,40),(1971533,19507,553,3,3,0,0,-148.417,399.016,-17.8617,0.869149,300,0,0,19681,7332,0,0,33948422,40),(1971532,19507,553,3,3,0,0,-163.56,402.493,-17.7171,4.35239,300,0,0,19681,7332,0,0,33948422,40),(1971531,19507,553,3,3,0,0,-151.989,412.301,-17.6878,0.869149,300,0,0,19681,7332,0,0,33948422,40),(1971530,19507,553,3,3,0,0,-152.262,373.478,-17.6895,4.35239,300,0,0,19681,7332,0,0,33948422,40),(1971529,19507,553,3,3,0,0,-179.07,404.267,-17.6894,4.31705,300,0,0,19681,7332,0,0,33948422,40),(1971528,19507,553,3,3,0,0,-174.595,414.99,-17.6979,3.82617,300,0,0,19681,7332,0,0,33948422,40),(1971392,17474,544,1,1,0,0,0.0997306,-31.5231,-0.409845,2.8682,86400,0,0,6722,0,0,0,0,0),(1971391,17474,544,1,1,0,0,-4.09094,7.21651,-0.408083,0.131089,86400,0,0,6722,0,0,0,0,0),(1971390,17474,544,1,1,0,0,-17.1508,36.9743,-0.412406,0.131089,86400,0,0,6722,0,0,0,0,0),(1971389,17474,544,1,1,0,0,-45.9022,-10.0254,-0.412444,0.131089,86400,0,0,6722,0,0,0,0,0),(1971388,17474,544,1,1,0,0,-48.9583,13.154,-0.412463,0.115381,86400,0,0,6722,0,0,0,0,0),(1955080,30396,571,1,1,0,0,8562.54,-579.156,925.558,5.49993,300,0,0,390990,0,0,0,0,0),(133981,36970,672,15,1,0,0,35.5713,-20.1836,25.1162,4.71239,604800,0,0,1,0,0,0,0,0),(1973057,30148,571,1,1,26263,0,7720.65,-1643.33,953.147,3.12668,300,10,0,12600,0,1,0,0,0),(1973056,30148,571,1,1,26263,0,7667.78,-1602.91,965.248,2.3295,300,10,0,12600,0,1,0,0,0),(1973055,30148,571,1,1,26263,0,7652.66,-1559.21,970.045,2.46695,300,10,0,12600,0,1,0,0,0),(1973054,30148,571,1,1,26263,0,7618.51,-1547.65,972.876,2.15279,300,10,0,12600,0,1,0,0,0),(1973053,30148,571,1,1,26263,0,7636.73,-1516.25,972.399,3.24843,300,10,0,12600,0,1,0,0,0),(114459,30148,571,1,1,26263,0,7920.24,-1625.21,910.852,-1.9338,300,10,0,12600,0,1,0,0,0),(114381,30148,571,1,1,26263,0,7957.04,-1610.1,908.131,0.20944,300,10,0,12600,0,1,0,0,0),(114373,30148,571,1,1,26263,0,7996.98,-1608.36,908.772,4.2586,300,10,0,12600,0,1,0,0,0),(114372,30148,571,1,1,26263,0,7990.3,-1559.1,904.997,2.82743,300,10,0,12600,0,1,0,0,0),(1976920,21689,548,1,1,0,0,42.3599,-586.454,-21.4845,2.91484,300,0,0,81000,0,0,0,0,0),(1976919,21689,548,1,1,0,0,107.691,-605.214,-21.4056,2.36899,300,0,0,81000,0,0,0,0,0),(1976918,21689,548,1,1,0,0,166.832,-647.301,-21.4056,3.91623,300,0,0,81000,0,0,0,0,0),(1976917,21689,548,1,1,0,0,186.388,-614.448,-21.4056,3.76307,300,0,0,81000,0,0,0,0,0),(1976916,21689,548,1,1,0,0,167.335,-537.232,-21.4055,0.213059,300,0,0,81000,0,0,0,0,0),(1976915,21689,548,1,1,0,0,134.278,-531.883,-21.4055,5.52628,300,0,0,81000,0,0,0,0,0),(1976914,21689,548,1,1,0,0,122.764,-500.83,-21.4055,4.48956,300,0,0,81000,0,0,0,0,0),(1976913,21689,548,1,1,0,0,134.244,-472.857,-21.4055,4.22646,300,0,0,81000,0,0,0,0,0),(1976912,21689,548,1,1,0,0,150.501,-437.545,-21.4055,4.40317,300,0,0,81000,0,0,0,0,0),(1976911,21689,548,1,1,0,0,134.583,-421.714,-21.4055,5.97789,300,0,0,81000,0,0,0,0,0),(1976910,21689,548,1,1,0,0,107.689,-403.782,-21.4055,5.27497,300,0,0,81000,0,0,0,0,0),(1976909,21689,548,1,1,0,0,108.406,-367.148,-21.4055,3.96336,300,0,0,81000,0,0,0,0,0),(1976908,21689,548,1,1,0,0,121.219,-349.36,-21.4055,3.96729,300,0,0,81000,0,0,0,0,0),(1976907,21689,548,1,1,0,0,148.24,-325.095,-21.4055,3.66883,300,0,0,81000,0,0,0,0,0),(1976906,21689,548,1,1,0,0,176.104,-301.574,-21.4055,4.12436,300,0,0,81000,0,0,0,0,0),(1976905,21689,548,1,1,0,0,185.027,-274.36,-21.4055,5.07862,300,0,0,81000,0,0,0,0,0),(1976904,21689,548,1,1,0,0,161.3,-252.422,-21.4049,6.27634,300,0,0,81000,0,0,0,0,0),(1976903,21689,548,1,1,0,0,137.654,-264.116,-21.4049,0.723578,300,0,0,81000,0,0,0,0,0),(1976902,21689,548,1,1,0,0,108.886,-274.824,-21.4056,6.13105,300,0,0,81000,0,0,0,0,0),(1976901,21689,548,1,1,0,0,83.0142,-272.371,-21.4056,0.625405,300,0,0,81000,0,0,0,0,0),(1976900,21689,548,1,1,0,0,55.3898,-283.936,-21.4056,0.103115,300,0,0,81000,0,0,0,0,0),(1976899,21689,548,1,1,0,0,23.682,-284.058,-21.4052,4.76446,300,0,0,81000,0,0,0,0,0),(1976898,21689,548,1,1,0,0,15.852,-249.363,-21.4052,5.47916,300,0,0,81000,0,0,0,0,0),(1976897,21689,548,1,1,0,0,-16.7655,-232.354,-21.4055,6.17816,300,0,0,81000,0,0,0,0,0),(1976896,21689,548,1,1,0,0,-39.0777,-242.078,-21.4058,1.077,300,0,0,81000,0,0,0,0,0),(1976895,21689,548,1,1,0,0,-66.0375,-265.537,-21.4058,0.429045,300,0,0,81000,0,0,0,0,0),(1976894,21689,548,1,1,0,0,-90.5592,-281.989,-21.4058,0.923846,300,0,0,81000,0,0,0,0,0),(1976893,21689,548,1,1,0,0,-94.3336,-313.866,-21.4048,2.0666,300,0,0,81000,0,0,0,0,0),(1976892,21689,548,1,1,0,0,-78.4844,-332.585,-21.4055,2.63209,300,0,0,81000,0,0,0,0,0),(1976891,21689,548,1,1,0,0,-44.2002,-354.356,-21.4055,2.37291,300,0,0,81000,0,0,0,0,0),(1976890,21689,548,1,1,0,0,-32.851,-380.626,-21.4041,1.61107,300,0,0,81000,0,0,0,0,0),(1976889,21689,548,1,1,0,0,-24.7269,-410.295,-21.4041,2.29829,300,0,0,81000,0,0,0,0,0),(1976888,21689,548,1,1,0,0,-3.67263,-422.501,-21.4055,0.499731,300,0,0,81000,0,0,0,0,0),(1976887,21689,548,1,1,0,0,-44.0873,-419.224,-21.4055,0.0559799,300,0,0,81000,0,0,0,0,0),(1976886,21689,548,1,1,0,0,-65.5718,-422.496,-21.4055,0.65681,300,0,0,81000,0,0,0,0,0),(1976885,21689,548,1,1,0,0,-83.8641,-457.883,-21.4055,1.3833,300,0,0,81000,0,0,0,0,0),(1976884,21689,548,1,1,0,0,-82.6461,-486.875,-21.4055,2.01162,300,0,0,81000,0,0,0,0,0),(1976883,21689,548,1,1,0,0,-64.5079,-511.419,-21.4055,2.5182,300,0,0,81000,0,0,0,0,0),(1976882,21689,548,1,1,0,0,-30.4126,-532.165,-21.4055,2.7656,300,0,0,81000,0,0,0,0,0),(1976881,21689,548,1,1,0,0,3.29256,-536.527,-21.4055,3.27611,300,0,0,81000,0,0,0,0,0),(1976880,21689,548,1,1,0,0,37.4493,-531.662,-21.4055,3.15438,300,0,0,81000,0,0,0,0,0),(1976879,21689,548,1,1,0,0,63.04,-535.776,-21.4051,2.66743,300,0,0,81000,0,0,0,0,0),(1976878,21689,548,1,1,0,0,87.1302,-558.304,-21.4066,2.07445,300,0,0,81000,0,0,0,0,0),(1976877,21689,548,1,1,0,0,111.023,-578.715,-21.4056,2.78524,300,0,0,81000,0,0,0,0,0),(1976876,21689,548,1,1,0,0,144.025,-600.631,-21.4491,2.37683,300,0,0,81000,0,0,0,0,0),(1976875,21689,548,1,1,0,0,146.153,-633.324,-21.4491,1.24979,300,0,0,81000,0,0,0,0,0),(1976874,21689,548,1,1,0,0,124.413,-646.547,-21.4491,0.122739,300,0,0,81000,0,0,0,0,0),(1976873,21689,548,1,1,0,0,91.4373,-664.54,-21.4491,0.833525,300,0,0,81000,0,0,0,0,0),(1976872,21689,548,1,1,0,0,61.8101,-674.423,-21.4491,6.18209,300,0,0,81000,0,0,0,0,0),(1976871,21689,548,1,1,0,0,30.6635,-682.053,-21.4491,0.735349,300,0,0,81000,0,0,0,0,0),(1976870,21689,548,1,1,0,0,-4.2635,-693.49,-21.4491,6.12711,300,0,0,81000,0,0,0,0,0),(1976869,21689,548,1,1,0,0,-31.1696,-693.305,-21.4491,0.393701,300,0,0,81000,0,0,0,0,0),(1976868,21689,548,1,1,0,0,-71.9136,-688.426,-21.4491,5.58126,300,0,0,81000,0,0,0,0,0),(1976867,21689,548,1,1,0,0,-101.676,-678.765,-21.4491,0.00492859,300,0,0,81000,0,0,0,0,0),(1976866,21689,548,1,1,0,0,-122.105,-668.116,-21.4491,5.31815,300,0,0,81000,0,0,0,0,0),(1976865,21689,548,1,1,0,0,-150.599,-653.76,-21.4491,0.315159,300,0,0,81000,0,0,0,0,0),(1976864,21689,548,1,1,0,0,-183.344,-641.128,-21.4491,5.11395,300,0,0,81000,0,0,0,0,0),(1976863,21689,548,1,1,0,0,-205.21,-619.305,-21.4491,5.85222,300,0,0,81000,0,0,0,0,0),(1976862,21689,548,1,1,0,0,-212.621,-594.511,-21.4491,4.31285,300,0,0,81000,0,0,0,0,0),(1976861,21689,548,1,1,0,0,-217.964,-565.057,-21.4491,5.68729,300,0,0,81000,0,0,0,0,0),(1976860,21689,548,1,1,0,0,-230.673,-539.595,-21.4491,4.76052,300,0,0,81000,0,0,0,0,0),(1976859,21689,548,1,1,0,0,-244.014,-521.792,-21.4491,6.22135,300,0,0,81000,0,0,0,0,0),(1976858,21689,548,1,1,0,0,-270.384,-506.478,-21.4491,4.78016,300,0,0,81000,0,0,0,0,0),(1976857,21689,548,1,1,0,0,-254.729,-483.352,-21.4491,3.56672,300,0,0,81000,0,0,0,0,0),(1976856,21689,548,1,1,0,0,-218.912,-474.772,-21.5395,4.59559,300,0,0,81000,0,0,0,0,0),(1976855,21689,548,1,1,0,0,-224.122,-439.465,-21.5395,0.142382,300,0,0,81000,0,0,0,0,0),(1976854,21689,548,1,1,0,0,-258.968,-445.696,-21.5395,0.0402799,300,0,0,81000,0,0,0,0,0),(1976853,21689,548,1,1,0,0,214.981,-586.016,-21.4055,4.65057,300,0,0,81000,0,0,0,0,0),(244500,22239,530,1,1,0,0,-3980.7,-11635.6,-139,4.8,600,0,0,550,0,2,0,0,0),(1976841,22057,548,1,1,0,0,76.7481,-1003.65,22.2734,3.81838,300,0,0,30,0,0,0,33554432,0),(1976840,22057,548,1,1,0,0,86.7892,-995.579,21.4576,3.81838,300,0,0,30,0,0,0,33554432,0),(1976839,22057,548,1,1,0,0,98.0218,-983.891,21.6457,3.81838,300,0,0,30,0,0,0,33554432,0),(1976838,22057,548,1,1,0,0,105.334,-978.016,21.0516,4.33675,300,0,0,30,0,0,0,33554432,0),(1976837,22057,548,1,1,0,0,110.907,-963.885,22.9141,4.33675,300,0,0,30,0,0,0,33554432,0),(1976836,22057,548,1,1,0,0,115.17,-953.076,22.1427,4.33675,300,0,0,30,0,0,0,33554432,0),(1976835,22057,548,1,1,0,0,119.022,-943.308,21.4458,4.32497,300,0,0,30,0,0,0,33554432,0),(1976834,22057,548,1,1,0,0,112.9,-887.467,22.4698,5.25566,300,0,0,30,0,0,0,33554432,0),(1976833,22057,548,1,1,0,0,108.018,-872.967,21.658,5.25566,300,0,0,30,0,0,0,33554432,0),(1976832,22057,548,1,1,0,0,99.8573,-865.615,21.9921,5.4638,300,0,0,30,0,0,0,33554432,0),(1976831,22057,548,1,1,0,0,90.2522,-855.334,21.7127,5.4638,300,0,0,30,0,0,0,33554432,0),(1976830,22057,548,1,1,0,0,80.2419,-844.618,21.4215,5.43238,300,0,0,30,0,0,0,33554432,0),(1976829,22057,548,1,1,0,0,-61.9605,-905.143,20.4343,6.06225,300,0,0,30,0,0,0,33554432,0),(1976828,22057,548,1,1,0,0,-59.7429,-894.235,19.922,1.1221,300,0,0,30,0,0,0,33554432,0),(1976827,22057,548,1,1,0,0,-55.5091,-883.074,20.6226,1.1221,300,0,0,30,0,0,0,33554432,0),(1976826,22057,548,1,1,0,0,-9.29933,-837.82,20.6267,0.130934,300,0,0,30,0,0,0,33554432,0),(1976825,22057,548,1,1,0,0,0.944709,-835.516,20.8753,0.221255,300,0,0,30,0,0,0,33554432,0),(1976824,22057,548,1,1,0,0,18.0864,-831.66,21.2914,0.221255,300,0,0,30,0,0,0,33554432,0),(1976823,22057,548,1,1,0,0,29.4914,-829.095,21.5683,0.221255,300,0,0,30,0,0,0,33554432,0),(1976822,22057,548,1,1,0,0,42.7444,-831.226,20.8436,6.00179,300,0,0,30,0,0,0,33554432,0),(1976821,22057,548,1,1,0,0,56.1265,-835.094,21.0031,6.00179,300,0,0,30,0,0,0,33554432,0),(1976820,22057,548,1,1,0,0,69.5759,-838.982,21.1635,6.00179,300,0,0,30,0,0,0,33554432,0),(93890,21224,548,1,1,0,0,320.842,-682.937,-13.1582,5.75847,604800,0,0,100520,48465,0,0,0,0),(93891,21224,548,1,1,0,0,323.797,-763.389,-13.1581,0.722376,604800,0,0,100520,48465,0,0,0,0),(93892,21224,548,1,1,0,0,316.522,-685.735,-13.1581,5.52901,604800,0,0,100520,48465,0,0,0,0),(1976852,21689,548,1,1,0,0,198.36,-552.511,-21.4055,5.72656,300,0,0,81000,0,0,0,0,0),(93895,21226,548,1,1,0,0,326.268,-765.24,-13.1582,0.233202,604800,0,0,100520,48465,0,0,0,0),(93894,21226,548,1,1,0,0,442.843,-756.602,-7.14468,2.71113,604800,0,0,100520,48465,0,0,0,0),(247101,39863,724,15,1,0,0,3156,533.811,72.9882,3.15905,1209600,0,0,15339500,0,0,0,0,0),(247102,40146,724,15,33,0,0,3156.04,533.266,72.9721,0,1209600,0,0,0,0,0,0,0,0),(246114,15075,529,1,1024,0,1,1253.17,793.271,-102.513,0.546443,7200,0,0,1,0,0,0,0,0),(246115,15075,529,1,1024,0,1,1244.86,772.812,-103.564,4.28102,7200,0,0,1,0,0,0,0,0),(246116,15075,529,1,1024,0,1,1234.4,798.281,-101.697,3.05972,7200,0,0,1,0,0,0,0,0),(246117,15075,529,1,1024,0,1,1236.38,816.779,-102.055,1.10015,7200,0,0,1,0,0,0,0,0),(246118,15075,529,1,1024,0,1,1223.17,805.013,-102.299,4.74833,7200,0,0,1,0,0,0,0,0),(246119,15075,529,1,1024,0,1,1218.07,815.83,-101.385,1.61852,7200,0,0,1,0,0,0,0,0),(246120,15075,529,1,1024,0,1,1199.91,802.022,-103.057,4.30065,7200,0,0,1,0,0,0,0,0),(246076,15086,529,1,2,0,1,1184.96,1200.12,-56.3163,0.590913,7200,0,0,1,0,2,0,0,0),(246103,15086,529,1,2,0,1,1160.27,1171.94,-56.2972,4.36568,7200,0,0,1,0,2,0,0,0),(246066,15062,529,1,128,0,1,873.048,1264.44,18.8553,1.39626,7200,0,0,1,0,0,0,0,0),(246065,15062,529,1,128,0,1,815.829,1088.29,9.53132,0.0523599,7200,0,0,1,0,0,0,0,0),(246064,15062,529,1,128,0,1,812.093,1161.07,11.6124,2.3911,7200,0,0,1,0,0,0,0,0),(246062,15062,529,1,128,0,1,838.966,1241.34,16.6564,3.75246,7200,0,0,1,0,0,0,0,0),(246063,15062,529,1,128,0,1,884.481,1176.69,9.99647,4.08407,7200,0,0,1,0,0,0,0,0),(246097,15063,529,1,8,0,1,991.74,1000.92,-42.5199,2.67035,7200,0,0,1,0,0,0,0,0),(246099,15063,529,1,8,0,1,990.042,1014.51,-42.5199,6.16101,7200,0,0,1,0,0,0,0,0),(246032,15063,529,1,8,0,1,969.127,999.597,-43.9439,2.3911,7200,0,0,1,0,0,0,0,0),(246056,15046,529,1,64,0,1,824.328,817.714,-57.6596,2.41433,7200,0,0,1,0,0,0,0,0),(246007,15046,529,1,64,0,1,815.039,829.788,-57.2099,4.46503,7200,0,0,1,0,0,0,0,0),(246006,15046,529,1,64,0,1,843.426,857.73,-57.7743,2.32682,7200,0,0,1,0,0,0,0,0),(246059,15046,529,1,64,0,1,811.468,794.81,-57.8791,1.89343,7200,0,0,1,0,0,0,0,0),(246070,15046,529,1,64,0,1,791.34,822.852,-56.4006,1.8326,7200,0,0,1,0,0,0,0,0),(246031,15045,529,1,32,0,1,840.747,862.045,-57.4567,3.12442,7200,0,0,1,0,0,0,0,0),(246046,620,529,1,96,0,0,795.397,818.588,-56.6588,3.35866,7200,10,0,1,0,1,0,0,0),(246047,620,529,1,96,0,0,812.358,793.577,-57.804,2.48875,7200,10,0,1,0,1,0,0,0),(246049,620,529,1,96,0,0,801.974,838.556,-57.3049,5.89658,7200,10,0,1,0,1,0,0,0),(246041,620,529,1,96,0,0,801.807,851.657,-56.8686,5.60317,7200,10,0,1,0,1,0,0,0),(246043,620,529,1,96,0,0,821.06,864.308,-57.6799,4.89427,7200,10,0,1,0,1,0,0,0),(246045,620,529,1,96,0,0,804.461,823.972,-57.2328,0.448127,7200,10,0,1,0,1,0,0,0),(246040,620,529,1,96,0,0,824.794,801.652,-57.4968,3.19263,7200,10,0,1,0,1,0,0,0),(246039,620,529,1,96,0,0,822.927,815.096,-57.7846,4.28032,7200,10,0,1,0,1,0,0,0),(246037,620,529,1,96,0,0,856.652,834.647,-57.629,5.21532,7200,10,0,1,0,1,0,0,0),(246033,620,529,1,96,0,0,844.669,855.021,-57.8073,2.60927,7200,10,0,1,0,1,0,0,0),(246102,4075,529,1,96,0,0,789.21,816.972,-56.769,2.22112,7200,10,0,1,0,1,0,0,0),(246101,4075,529,1,96,0,0,798.445,837.073,-57.2855,2.09308,7200,10,0,1,0,1,0,0,0),(246069,4075,529,1,96,0,0,810.084,793.092,-57.935,3.19653,7200,10,0,1,0,1,0,0,0),(246068,4075,529,1,96,0,0,812.812,825.538,-57.3038,4.09209,7200,10,0,1,0,1,0,0,0),(246067,4075,529,1,96,0,0,794.687,809.466,-56.8287,5.07813,7200,10,0,1,0,1,0,0,0),(246061,4075,529,1,96,0,0,826.233,817.517,-57.6898,4.08775,7200,10,0,1,0,1,0,0,0),(246060,4075,529,1,96,0,0,823.021,867.812,-57.8348,1.92369,7200,10,0,1,0,1,0,0,0),(246058,4075,529,1,96,0,0,842.101,842.749,-58.172,5.90707,7200,10,0,1,0,1,0,0,0),(246055,4075,529,1,96,0,0,853.354,828.588,-57.5556,0.942478,7200,10,0,1,0,1,0,0,0),(246013,4075,529,1,96,0,0,788.426,853.699,-54.929,3.26885,7200,10,0,1,0,1,0,0,0),(246053,4075,529,1,96,0,0,840.534,867.269,-57.4674,3.69448,7200,10,0,1,0,1,0,0,0),(246054,4075,529,1,96,0,0,811.459,834.375,-57.0549,2.30911,7200,10,0,1,0,1,0,0,0),(246005,4075,529,1,96,0,0,852.355,828.619,-57.616,3.1105,7200,10,0,1,0,1,0,0,0),(246008,4075,529,1,96,0,0,787.455,819.408,-56.4317,2.19518,7200,10,0,1,0,1,0,0,0),(246004,4075,529,1,96,0,0,800.477,833.544,-57.4045,2.05264,7200,10,0,1,0,1,0,0,0),(246003,4075,529,1,96,0,0,840.715,865.271,-57.6067,4.80323,7200,10,0,1,0,1,0,0,0),(246000,4075,529,1,96,0,0,839.569,843.749,-58.1058,4.13643,7200,10,0,1,0,1,0,0,0),(246050,15045,529,1,32,0,1,811.062,794.552,-57.8791,1.8028,7200,0,0,1,0,0,0,0,0),(246042,15045,529,1,32,0,1,821.692,828.749,-57.3741,0.385844,7200,0,0,1,0,0,0,0,0),(246044,15045,529,1,32,0,1,821.206,870.443,-58.1685,2.46793,7200,0,0,1,0,0,0,0,0),(246048,15045,529,1,32,0,1,787.03,821.813,-56.3246,5.05953,7200,0,0,1,0,0,0,0,0),(246038,15045,529,1,32,0,1,797.921,845.7,-56.7286,3.75854,7200,0,0,1,0,0,0,0,0),(246034,15045,529,1,32,0,1,849.541,834.651,-57.7431,3.48526,7200,0,0,1,0,0,0,0,0),(126435,26918,576,3,1,0,0,634.917,-207.815,-15.1531,3.76991,3600,0,0,16724,0,0,0,0,0),(126436,26918,576,3,1,0,0,556.735,-199.446,-23.4018,0.331613,3600,0,0,16724,0,0,0,0,0),(126437,26918,576,3,1,0,0,571.52,-120.983,-26.5417,4.85202,3600,0,0,16724,0,0,0,0,0),(126438,26918,576,3,1,0,0,625.385,-109.864,-15.1531,0.575959,3600,0,0,16724,0,0,0,0,0),(126439,26918,576,3,1,0,0,721.098,-148.022,-28.8962,3.03687,3600,0,0,16724,0,0,0,0,0),(135042,13321,547,3,1,0,0,108.541,-93.6543,-1.49829,5.64158,86400,5,0,1,0,1,0,0,0),(135043,13321,547,3,1,0,0,0.72855,-66.8037,-1.59056,4.96268,86400,5,0,1,0,1,0,0,0),(135044,18206,547,3,1,0,0,7.68906,-10.2118,0.910605,3.15905,86400,0,0,1,0,0,0,0,0),(135045,18206,547,3,1,0,0,9.39124,-11.7804,0.685416,4.62512,86400,0,0,1,0,0,0,0,0),(135046,13321,547,3,1,0,0,-14.8021,-9.44952,-1.45124,2.55228,86400,5,0,1,0,1,0,0,0),(135047,18206,547,3,1,0,0,-26.602,8.73353,1.75265,5.28835,86400,0,0,1,0,0,0,0,0),(135048,18206,547,3,1,0,0,-41.4328,9.40508,1.37165,5.41052,86400,0,0,1,0,0,0,0,0),(135049,18206,547,3,1,0,0,-88.3808,-148.338,24.9473,1.11701,86400,0,0,1,0,0,0,0,0),(135050,18206,547,3,1,0,0,-91.8373,-148.02,24.9473,2.30383,86400,0,0,1,0,0,0,0,0),(135051,18206,547,3,1,0,0,-70.5757,-138.288,1.37165,2.18166,86400,0,0,1,0,0,0,0,0),(135052,18206,547,3,1,0,0,-70.3648,-139.91,1.37165,3.97935,86400,0,0,1,0,0,0,0,0),(135053,13321,547,3,1,0,0,-98.557,-155.841,-2.53708,2.7438,86400,5,0,1,0,1,0,0,0),(135054,18206,547,3,1,0,0,-155.758,-196.114,-3.74756,1.5708,86400,0,0,1,0,0,0,0,0),(135055,18206,547,3,1,0,0,-154.646,-197.792,-3.74756,0.139626,86400,0,0,1,0,0,0,0,0),(135056,13321,547,3,1,0,0,-72.1778,-260.253,-1.32784,5.29639,86400,5,0,1,0,1,0,0,0),(135057,18206,547,3,1,0,0,-141.558,-269.821,1.22901,2.1293,86400,0,0,1,0,0,0,0,0),(135058,18206,547,3,1,0,0,-139.696,-270.764,1.22901,0.523599,86400,0,0,1,0,0,0,0,0),(135059,17963,547,3,1,0,0,-95.5317,-293.335,-1.42634,5.46288,86400,0,0,1,0,0,0,0,0),(135060,18206,547,3,1,0,0,-131.403,-284.41,1.22901,0.366519,86400,0,0,1,0,0,0,0,0),(135061,18206,547,3,1,0,0,-132.83,-283.208,1.22901,0.907571,86400,0,0,1,0,0,0,0,0),(135062,18206,547,3,1,0,0,-95.0168,-267.855,1.46728,5.89921,86400,0,0,1,0,0,0,0,0),(135063,18206,547,3,1,0,0,-39.3192,-248.708,0.658435,3.15905,86400,0,0,1,0,0,0,0,0),(135064,18206,547,3,1,0,0,-36.5463,-247.265,0.347181,5.72468,86400,0,0,1,0,0,0,0,0),(135065,18206,547,3,1,0,0,-96.2024,-266.577,1.46728,1.64061,86400,0,0,1,0,0,0,0,0),(135066,18206,547,3,1,0,0,-89.4019,-297.022,1.22901,0.977384,86400,0,0,1,0,0,0,0,0),(135067,18206,547,3,1,0,0,-91.986,-297.582,1.22901,2.28638,86400,0,0,1,0,0,0,0,0),(135068,2110,547,3,1,0,0,41.2374,-384.438,3.03556,2.86583,86400,5,0,1,0,1,0,0,0),(135069,2110,547,3,1,0,0,-54.9607,-377.698,81.2673,0.985262,86400,5,0,1,0,1,0,0,0),(135070,2110,547,3,1,0,0,-224.641,-358.384,3.03559,1.28196,86400,5,0,1,0,1,0,0,0),(135071,2110,547,3,1,0,0,-264.819,-423.404,3.0336,5.3887,86400,5,0,1,0,1,0,0,0),(135072,18206,547,3,1,0,0,-33.7396,-539.5,30.4304,2.35619,86400,0,0,1,0,0,0,0,0),(135073,18206,547,3,1,0,0,-29.9972,-536.393,1.16364,4.10152,86400,0,0,1,0,0,0,0,0),(135074,18206,547,3,1,0,0,-15.9252,-546.979,1.16365,3.22886,86400,0,0,1,0,0,0,0,0),(135075,18206,547,3,1,0,0,-152.076,-585.827,8.97106,0.366519,86400,0,0,1,0,0,0,0,0),(135076,18206,547,3,1,0,0,-152.959,-588.344,8.97107,5.13127,86400,0,0,1,0,0,0,0,0),(135077,18206,547,3,1,0,0,-163.208,-573.244,13.9979,0.296706,86400,0,0,1,0,0,0,0,0),(135078,18206,547,3,1,0,0,-164.002,-575.651,13.9979,5.09636,86400,0,0,1,0,0,0,0,0),(135079,18206,547,3,1,0,0,-37.7495,-590.563,1.16364,1.53589,86400,0,0,1,0,0,0,0,0),(135080,18206,547,3,1,0,0,-39.8357,-592.474,1.16364,3.07178,86400,0,0,1,0,0,0,0,0),(135081,18206,547,3,1,0,0,-14.0541,-560.051,28.0496,2.82743,86400,0,0,1,0,0,0,0,0),(135082,18206,547,3,1,0,0,-22.2961,-582.496,1.16364,2.46091,86400,0,0,1,0,0,0,0,0),(135083,18206,547,3,1,0,0,-68.6011,-590.748,37.5631,3.63029,86400,0,0,1,0,0,0,0,0),(135084,18206,547,3,1,0,0,-67.35,-588.685,37.5631,1.44862,86400,0,0,1,0,0,0,0,0),(135085,18206,547,3,1,0,0,-14.1655,-566.952,1.16364,4.38078,86400,0,0,1,0,0,0,0,0),(135086,18206,547,3,1,0,0,-16.1508,-565.019,1.16364,3.14159,86400,0,0,1,0,0,0,0,0),(135087,18206,547,3,1,0,0,-176.881,-700.307,40.8833,4.66003,86400,0,0,1,0,0,0,0,0),(135088,13321,547,3,1,0,0,-175.317,-720.527,37.8923,2.82723,86400,5,0,1,0,1,0,0,0),(135089,18206,547,3,1,0,0,-188.237,-694.486,40.8833,5.16617,86400,0,0,1,0,0,0,0,0),(135090,3300,547,3,1,0,0,-106.732,-61.3001,-3.3624,0.147861,86400,5,0,1,0,1,0,0,0),(135091,3300,547,3,1,0,0,-72.2667,-318.775,-1.51233,1.46867,86400,5,0,1,0,1,0,0,0),(135092,3300,547,3,1,0,0,-59.9993,-542.413,-1.59351,1.95226,86400,5,0,1,0,1,0,0,0),(135093,3300,547,3,1,0,0,-92.2591,-682.578,32.757,1.6029,86400,5,0,1,0,1,0,0,0),(135094,17817,547,3,1,0,0,7.25229,-251.289,0.339584,3.36848,86400,5,0,1,0,1,0,0,0),(135095,17817,547,3,1,0,0,15.6784,-233.708,-0.560764,0.308483,86400,5,0,1,0,1,0,0,0),(135096,17816,547,3,1,0,0,20.4225,-245.967,2.03755,0.205488,86400,5,0,1,0,1,0,0,0),(135097,17816,547,3,1,0,0,27.515,-244.352,2.89024,4.87686,86400,5,0,1,0,1,0,0,0),(135098,17817,547,3,1,0,0,35.8611,-254.748,5.74863,5.54163,86400,5,0,1,0,1,0,0,0),(135099,17816,547,3,1,0,0,40.0277,-232.929,-0.291737,5.83153,86400,5,0,1,0,1,0,0,0),(135100,17817,547,3,1,0,0,-203.705,-734.459,35.6812,4.97052,86400,0,0,1,0,0,0,0,0),(135101,17817,547,3,1,0,0,-207.357,-724.697,36.448,5.07027,86400,0,0,1,0,0,0,0,0),(135102,17816,547,3,1,0,0,-206.161,-714.803,37.3086,4.83668,86400,0,0,1,0,0,0,0,0),(135103,17958,547,3,1,0,0,-67.2212,-380.628,79.4773,6.27036,86400,0,0,1,0,0,0,0,0),(135104,17958,547,3,1,0,0,-74.0444,-378.54,78.7216,6.27036,86400,0,0,1,0,0,0,0,0),(76286,28825,602,3,1,0,0,1170.67,-317.358,52.3378,6.26667,7200,5,0,1,0,1,0,0,0),(76287,28825,602,3,1,0,0,1124.12,-317.333,56.8738,3.96968,7200,5,0,1,0,1,0,0,0),(76288,28825,602,3,1,0,0,1137.76,-318.521,56.9925,3.95068,7200,5,0,1,0,1,0,0,0),(76289,28825,602,3,1,0,0,1116.75,-317.081,56.8738,2.21891,7200,5,0,1,0,1,0,0,0),(76290,28825,602,3,1,0,0,1120.52,-325.432,56.8738,4.65494,7200,5,0,1,0,1,0,0,0),(76291,28825,602,3,1,0,0,1123.41,-331.22,56.8738,1.38923,7200,5,0,1,0,1,0,0,0),(76292,28825,602,3,1,0,0,1133.74,-324.277,56.8738,2.71994,7200,5,0,1,0,1,0,0,0),(76293,28825,602,3,1,0,0,1178.84,-328.034,52.3378,2.54861,7200,5,0,1,0,1,0,0,0),(76294,28825,602,3,1,0,0,1189.17,-323.82,52.3378,3.04051,7200,5,0,1,0,1,0,0,0),(76295,28825,602,3,1,0,0,1166.61,-323.993,52.7778,5.97313,7200,5,0,1,0,1,0,0,0),(76296,28826,602,3,1,0,0,1175.96,-253.493,52.3536,4.72899,7200,0,0,1,0,2,0,0,0),(76297,28826,602,3,1,0,0,1183.69,-314.559,52.3378,2.20808,7200,0,0,1,0,2,0,0,0),(76298,28826,602,3,1,0,0,1120.32,-317.801,56.8738,3.32541,7200,8,0,1,0,1,0,0,0),(68279,36657,571,1,1,0,0,5630.03,2082.91,798.138,0,120,0,0,1,0,0,0,0,0),(68280,36642,571,1,1,0,0,5630.37,2087.88,798.138,6.21337,120,0,0,1,0,0,0,0,0),(68281,36657,571,1,1,0,0,5631.04,2092.56,798.138,6.14356,120,0,0,1,0,0,0,0,0),(76303,25334,571,1,1,0,0,2777.03,6745.71,7.89912,4.29351,120,0,0,44910,15775,0,0,0,0),(76304,25334,571,1,1,0,0,2807.21,6730.92,7.84167,4.43314,120,0,0,44910,15775,0,0,0,0),(68282,31105,619,3,173,0,0,520.706,-352.902,47.9224,2.23402,7200,0,0,1,0,0,0,0,0),(68283,31104,619,3,1,0,0,454.153,-1024.99,30.4352,5.21853,7200,5,0,1,0,1,0,0,0),(68284,31104,619,3,1,0,0,460.032,-1034.93,30.3338,1.97222,7200,5,0,1,0,1,0,0,0),(76305,23040,530,1,1,0,0,3261.86,4625.63,216.751,0.680678,120,0,0,1,0,0,0,0,0),(76306,23040,530,1,1,0,0,3257.33,4653.79,216.73,5.75959,120,0,0,1,0,0,0,0,0),(76307,23040,530,1,1,0,0,3304.42,4643.83,217.281,3.28122,120,0,0,1,0,0,0,0,0),(76308,23040,530,1,1,0,0,3279.39,4664.33,216.778,4.76475,120,0,0,1,0,0,0,0,0),(76309,23040,530,1,1,0,0,3292.61,4619.95,217.272,2.1293,120,0,0,1,0,0,0,0,0),(76310,23081,530,1,1,0,0,3279.73,4640.09,216.526,4.08274,120,0,0,1,0,0,0,0,0),(143068,23308,530,1,1,0,0,-4908.3,693.323,68.3041,2.40855,120,0,0,1,0,0,0,0,0),(143069,23308,530,1,1,0,0,-4896.18,713.586,67.8703,2.82743,120,0,0,1,0,0,0,0,0),(143070,23308,530,1,1,0,0,-4983.29,621.239,82.1083,0.418879,120,0,0,1,0,0,0,0,0),(143071,23308,530,1,1,0,0,-4996.27,636.365,86.291,3.01942,120,0,0,1,0,0,0,0,0),(143072,23308,530,1,1,0,0,-5016.05,648.344,86.9555,3.82227,120,0,0,1,0,0,0,0,0),(143073,23308,530,1,1,0,0,-4978.72,717.504,82.5494,5.34071,120,0,0,1,0,0,0,0,0),(143074,23308,530,1,1,0,0,-4989.1,732.964,81.772,5.61996,120,0,0,1,0,0,0,0,0),(143075,23308,530,1,1,0,0,-5044.64,693.028,83.7497,0.523599,120,0,0,1,0,0,0,0,0),(143076,23308,530,1,1,0,0,-4942.71,706.844,79.9607,4.24115,120,0,0,1,0,0,0,0,0),(143077,23308,530,1,1,0,0,-5006.1,711.012,82.39,3.10669,120,0,0,1,0,0,0,0,0),(143078,23308,530,1,1,0,0,-4953.56,785.423,65.5976,4.72984,120,0,0,1,0,0,0,0,0),(143079,23308,530,1,1,0,0,-5025.28,697.331,82.7356,1.97222,120,0,0,1,0,0,0,0,0),(143080,23308,530,1,1,0,0,-4924.71,690.315,67.6349,5.07891,120,0,0,1,0,0,0,0,0),(143081,23308,530,1,1,0,0,-4905.92,742.516,68.571,1.22173,120,0,0,1,0,0,0,0,0),(143082,23308,530,1,1,0,0,-5052.51,628.318,87.4293,3.71755,120,0,0,1,0,0,0,0,0),(143083,23308,530,1,1,0,0,-5067.49,688.679,86.8593,5.89921,120,0,0,1,0,0,0,0,0),(143084,23308,530,1,1,0,0,-4983.4,512.557,83.9359,3.97935,120,0,0,1,0,0,0,0,0),(143085,23308,530,1,1,0,0,-4968.31,520.011,80.4233,3.61283,120,0,0,1,0,0,0,0,0),(143086,23308,530,1,1,0,0,-4937.22,518.883,75.1999,2.61799,120,0,0,1,0,0,0,0,0),(143087,23308,530,1,1,0,0,-4890.04,527.182,54.8182,2.61799,120,0,0,1,0,0,0,0,0),(143088,23308,530,1,1,0,0,-4891.44,499.896,65.8875,0.314159,120,0,0,1,0,0,0,0,0),(143089,23308,530,1,1,0,0,-4979.63,570.692,80.2291,1.309,120,0,0,1,0,0,0,0,0),(143090,23308,530,1,1,0,0,-4892.87,546.203,44.1591,2.70526,120,0,0,1,0,0,0,0,0),(143091,23308,530,1,1,0,0,-4867.34,538.803,44.5838,1.98968,120,0,0,1,0,0,0,0,0),(143092,23308,530,1,1,0,0,-4876.24,457.182,67.0872,0.837758,120,0,0,1,0,0,0,0,0),(143093,23308,530,1,1,0,0,-4840.59,453.303,55.7324,3.29867,120,0,0,1,0,0,0,0,0),(143094,23308,530,1,1,0,0,-4891.82,415.481,66.3935,5.55015,120,0,0,1,0,0,0,0,0),(143095,23308,530,1,1,0,0,-4917,406.526,80.9964,5.0091,120,0,0,1,0,0,0,0,0),(143096,23308,530,1,1,0,0,-4915.45,264.369,58.8809,4.74729,120,0,0,1,0,0,0,0,0),(143097,23308,530,1,1,0,0,-4975.81,389.816,86.5216,1.25664,120,0,0,1,0,0,0,0,0),(143098,23308,530,1,1,0,0,-4967.23,321.069,83.2042,0.506145,120,0,0,1,0,0,0,0,0),(143099,23308,530,1,1,0,0,-4933.4,362.509,86.5189,4.92183,120,0,0,1,0,0,0,0,0),(143100,23308,530,1,1,0,0,-4918.09,365.637,78.9517,1.23918,120,0,0,1,0,0,0,0,0),(143101,23308,530,1,1,0,0,-4879.88,285.075,61.3674,4.27606,120,0,0,1,0,0,0,0,0),(143102,23308,530,1,1,0,0,-4873.12,293.972,59.861,4.36332,120,0,0,1,0,0,0,0,0),(143103,23308,530,1,1,0,0,-4942.39,406.8,83.6211,4.60767,120,0,0,1,0,0,0,0,0),(143104,23308,530,1,1,0,0,-4974.75,265.183,83.1478,3.71755,120,0,0,1,0,0,0,0,0),(143105,23308,530,1,1,0,0,-4938.75,255.784,74.299,2.75762,120,0,0,1,0,0,0,0,0),(143106,23308,530,1,1,0,0,-4889.05,176.198,38.7179,4.72984,120,0,0,1,0,0,0,0,0),(143107,23308,530,1,1,0,0,-4928.2,255.816,70.3993,6.17846,120,0,0,1,0,0,0,0,0),(143108,23308,530,1,1,0,0,-4931.2,204.999,67.3684,0.261799,120,0,0,1,0,0,0,0,0),(143109,23308,530,1,1,0,0,-4884.36,184.624,39.3838,3.83972,120,0,0,1,0,0,0,0,0),(143110,23308,530,1,1,0,0,-4932.66,148.924,61.4739,3.89208,120,0,0,1,0,0,0,0,0),(143111,23308,530,1,1,0,0,-5014.48,185.911,82.5331,2.89725,120,0,0,1,0,0,0,0,0),(143112,23308,530,1,1,0,0,-5003.24,221.865,82.2104,0.750492,120,0,0,1,0,0,0,0,0),(143113,23308,530,1,1,0,0,-5008.96,149.153,79.2794,6.0912,120,0,0,1,0,0,0,0,0),(143114,23308,530,1,1,0,0,-4995.53,242.392,80.9388,1.36136,120,0,0,1,0,0,0,0,0),(143115,23308,530,1,1,0,0,-4984.79,149.591,81.9771,3.61283,120,0,0,1,0,0,0,0,0),(143116,23308,530,1,1,0,0,-4971.14,221.004,80.2461,1.25664,120,0,0,1,0,0,0,0,0),(143117,23308,530,1,1,0,0,-4990.53,183.552,82.9038,1.23918,120,0,0,1,0,0,0,0,0),(143118,23308,530,1,1,0,0,-4997.02,307.788,83.6982,1.5708,120,0,0,1,0,0,0,0,0),(143119,23308,530,1,1,0,0,-5017.3,127.429,78.7257,1.22173,120,0,0,1,0,0,0,0,0),(143120,23308,530,1,1,0,0,-4964.59,122.524,72.2375,3.00197,120,0,0,1,0,0,0,0,0),(143121,23308,530,1,1,0,0,-4975.98,124.553,78.9358,4.72984,120,0,0,1,0,0,0,0,0),(143122,23308,530,1,1,0,0,-4940.29,135.188,60.0643,4.69494,120,0,0,1,0,0,0,0,0),(143123,23308,530,1,1,0,0,-4981.2,72.686,69.8735,1.6057,120,0,0,1,0,0,0,0,0),(143124,23308,530,1,1,0,0,-4969.75,83.7025,65.0347,0.401426,120,0,0,1,0,0,0,0,0),(143125,23308,530,1,1,0,0,-4939.7,-12.0531,59.291,5.25344,120,0,0,1,0,0,0,0,0),(143126,23308,530,1,1,0,0,-5035.42,-5.43273,79.1998,0.802851,120,0,0,1,0,0,0,0,0),(143127,23308,530,1,1,0,0,-5051.71,6.35742,79.3174,3.97935,120,0,0,1,0,0,0,0,0),(143128,23308,530,1,1,0,0,-4979,-61.1923,61.5814,3.61283,120,0,0,1,0,0,0,0,0),(143129,23308,530,1,1,0,0,-4973.25,-45.6374,64.7757,2.86234,120,0,0,1,0,0,0,0,0),(143130,23308,530,1,1,0,0,-4960.07,-29.7812,64.1563,2.63545,120,0,0,1,0,0,0,0,0),(143131,23308,530,1,1,0,0,-4967.13,-96.594,47.676,0.488692,120,0,0,1,0,0,0,0,0),(143132,23308,530,1,1,0,0,-5048.99,-73.9331,69.9559,0.977384,120,0,0,1,0,0,0,0,0),(143133,23308,530,1,1,0,0,-5041.51,-64.2035,73.2381,1.76278,120,0,0,1,0,0,0,0,0),(143134,23308,530,1,1,0,0,-5063.87,-93.0807,66.9909,0.837758,120,0,0,1,0,0,0,0,0),(143135,23308,530,1,1,0,0,-5083.5,-102.566,68.2265,0.0523599,120,0,0,1,0,0,0,0,0),(143136,23308,530,1,1,0,0,-5108.66,-99.0442,70.5771,4.99164,120,0,0,1,0,0,0,0,0),(143137,23308,530,1,1,0,0,-5119.43,-88.9385,72.7351,5.67232,120,0,0,1,0,0,0,0,0),(143138,23308,530,1,1,0,0,-5143.61,-81.9883,72.9962,1.39626,120,0,0,1,0,0,0,0,0),(143139,23308,530,1,1,0,0,-5179.47,-155.426,47.3366,4.83456,120,0,0,1,0,0,0,0,0),(143140,23308,530,1,1,0,0,-5165.68,-40.9634,75.4194,4.95674,120,0,0,1,0,0,0,0,0),(143141,23308,530,1,1,0,0,-5206.37,-107.909,67.1251,1.78024,120,0,0,1,0,0,0,0,0),(143142,23308,530,1,1,0,0,-5218.77,-95.0735,55.7005,0.383972,120,0,0,1,0,0,0,0,0),(143143,23308,530,1,1,0,0,-5171.43,-31.3029,77.3464,5.16617,120,0,0,1,0,0,0,0,0),(143144,23308,530,1,1,0,0,-5173.66,-7.45627,77.664,0.715585,120,0,0,1,0,0,0,0,0),(143145,23308,530,1,1,0,0,-5237.75,34.4217,51.4238,1.72788,120,0,0,1,0,0,0,0,0),(143146,23308,530,1,1,0,0,-5146.23,22.6622,77.82,1.78024,120,0,0,1,0,0,0,0,0),(143147,23308,530,1,1,0,0,-5162.38,8.38325,77.7423,5.44543,120,0,0,1,0,0,0,0,0),(143148,23308,530,1,1,0,0,-5109.18,30.775,79.5351,4.5204,120,0,0,1,0,0,0,0,0),(143149,23308,530,1,1,0,0,-5240.28,46.9221,52.1167,3.35103,120,0,0,1,0,0,0,0,0),(143150,23308,530,1,1,0,0,-5105.19,65.5623,81.2671,5.39307,120,0,0,1,0,0,0,0,0),(143151,23308,530,1,1,0,0,-5088.72,26.1228,79.8144,0.645772,120,0,0,1,0,0,0,0,0),(143152,23308,530,1,1,0,0,-5151.45,67.026,80.2701,3.76991,120,0,0,1,0,0,0,0,0),(40509,30474,571,1,256,0,0,7942.61,-2723.29,1138,6.09394,60,0,0,63000,19970,0,0,0,0),(71998,9541,230,1,1,0,1,876.961,-151.796,-49.7591,0.499513,300,0,0,7359,0,0,0,0,0),(71999,9541,230,1,1,0,1,876.535,-154.334,-49.7586,0.339292,300,0,0,7359,0,0,0,0,0),(72000,9537,230,1,1,0,1,878.121,-153.074,-49.76,0.527783,300,0,0,13070,0,0,0,0,0),(72776,23108,530,1,1,0,0,-493.09,7448.85,178.608,4.83718,120,5,0,1,0,1,0,0,0),(72777,23107,530,1,1,0,0,-475.565,7463.81,181.969,1.4965,120,5,0,1,0,1,0,0,0),(72778,23106,530,1,1,0,0,-511.772,7500.89,183.117,5.09636,120,0,0,1,0,0,0,0,0),(1975961,31648,571,1,1,0,0,7628.78,2056.04,600.261,4.82234,300,0,0,42,0,0,0,0,0),(78210,32526,571,1,1,0,0,7626.84,2069.71,600.26,2.85573,300,0,0,1,0,0,0,0,0),(78211,32525,571,1,1,0,0,7622.21,2071.61,600.26,2.01916,300,0,0,1,0,0,0,0,0),(1977169,31839,571,1,1,0,0,7884.2,2057.69,600.26,3.1196,300,0,0,12600,0,0,0,0,0),(78213,32529,571,1,1,0,0,7888.79,2066.53,600.26,0.333032,300,0,0,1,0,0,0,0,0),(78214,32528,571,1,1,0,0,7893.77,2067.97,600.26,1.02339,300,0,0,1,0,0,0,0,0),(1976227,24277,571,1,1,0,0,2725.23,-3046.39,99.6441,1.31682,300,0,0,13937,0,0,0,0,0),(77840,22341,530,1,1,0,0,-1442.52,9847.01,200.671,6.02139,300,0,0,1,0,0,0,0,0),(77841,22341,530,1,1,0,0,-1455.1,9854.96,200.725,2.51327,300,0,0,1,0,0,0,0,0),(77842,22342,530,1,1,0,0,-1452.34,9837.59,200.622,1.81514,300,0,0,1,0,0,0,0,0),(78634,16904,530,1,1,0,0,-1157.93,2530.1,50.0946,4.86947,120,0,0,1,0,0,0,0,0),(78635,16904,530,1,1,0,0,-1169.86,2523.52,51.3683,4.90438,120,0,0,1,0,0,0,0,0),(78636,16904,530,1,1,0,0,-1181.17,2518.09,52.1998,4.93928,120,0,0,1,0,0,0,0,0),(78637,16904,530,1,1,0,0,-1204.25,2513.91,50.6247,4.99164,120,0,0,1,0,0,0,0,0),(78638,16904,530,1,1,0,0,-1214.58,2514.44,48.68,5.02655,120,0,0,1,0,0,0,0,0),(78639,16904,530,1,1,0,0,-1226.81,2517.43,45.6957,5.06145,120,0,0,1,0,0,0,0,0),(78640,16904,530,1,1,0,0,-1240.97,2518.02,42.8905,5.09636,120,0,0,1,0,0,0,0,0),(78641,16904,530,1,1,0,0,-1242.19,2666.12,5.16697,0.851782,120,5,0,1,0,1,0,0,0),(45136,16906,530,1,1,0,0,-1245.85,2530.15,39.8954,0.325707,120,0,0,1,0,2,0,0,0),(45215,28355,0,1,1,0,0,-8670.6,427.464,100.992,0.959931,120,0,0,1,0,0,0,0,0),(45216,28347,0,1,1,0,0,-8672.78,430.892,100.992,0.663225,120,0,0,1,0,0,0,0,0),(143207,23929,571,1,1,0,0,2450,-6250.84,-23.5807,5.0633,120,5,0,1,0,1,0,0,0),(143208,23929,571,1,1,0,0,2309.37,-6179.75,-1.2286,4.35545,120,5,0,1,0,1,0,0,0),(143209,23929,571,1,1,0,0,2275.88,-6190.43,-3.25158,4.12133,120,5,0,1,0,1,0,0,0),(143210,23929,571,1,1,0,0,2145.8,-6215.91,-7.7219,3.83821,120,5,0,1,0,1,0,0,0),(143211,23929,571,1,1,0,0,2120.03,-6220.33,-5.7332,5.31485,120,5,0,1,0,1,0,0,0),(143212,23929,571,1,1,0,0,2184.75,-6251.81,-16.2896,5.52749,120,5,0,1,0,1,0,0,0),(143213,23929,571,1,1,0,0,1854.28,-6285.03,-2.87107,0.0351761,120,5,0,1,0,1,0,0,0),(143214,23929,571,1,1,0,0,1380.87,-6553.34,-46.0397,3.75887,120,5,0,1,0,1,0,0,0),(143215,23929,571,1,1,0,0,1178.16,-6519.18,-92.6671,3.49053,120,5,0,1,0,1,0,0,0),(143216,23929,571,1,1,0,0,1127.72,-6511.93,-94.9859,4.03204,120,5,0,1,0,1,0,0,0),(143217,23929,571,1,1,0,0,1084.16,-6485.23,-108.969,0.212526,120,5,0,1,0,1,0,0,0),(143218,23929,571,1,1,0,0,1921.83,-6288.6,-31.8866,2.20375,120,5,0,1,0,1,0,0,0),(143219,23929,571,1,1,0,0,1874.23,-6321.7,-14.4408,3.35624,120,5,0,1,0,1,0,0,0),(143220,25284,571,1,1,0,0,2978.1,6172.02,60.9706,5.32325,20,0,0,1,0,0,0,0,0),(143221,25284,571,1,1,0,0,2945.24,6246.11,60.975,6.16101,20,0,0,1,0,0,0,0,0),(143222,25284,571,1,1,0,0,2957.58,6227.22,60.7323,3.94444,20,0,0,1,0,0,0,0,0),(143223,25284,571,1,1,0,0,2926.58,6281.96,62.1978,0.802851,20,0,0,1,0,0,0,0,0),(143224,25284,571,1,1,0,0,2887.59,6237.46,77.7758,3.85718,20,0,0,1,0,0,0,0,0),(143225,25284,571,1,1,0,0,2867.71,6267.31,61.747,4.99164,20,0,0,1,0,0,0,0,0),(143226,25284,571,1,1,0,0,2854.76,6246.98,77.7758,3.35103,20,0,0,1,0,0,0,0,0),(143227,25284,571,1,1,0,0,2905.47,6216.61,61.5561,5.3058,20,0,0,1,0,0,0,0,0),(143228,25284,571,1,1,0,0,2928.38,6185.37,62.5468,1.91986,20,0,0,1,0,0,0,0,0),(143229,25284,571,1,1,0,0,2894.52,6226.45,77.7758,3.64774,20,0,0,1,0,0,0,0,0),(143230,25284,571,1,1,0,0,2887.59,6237.46,77.7758,3.85718,20,0,0,1,0,0,0,0,0),(143231,25284,571,1,1,0,0,2854.76,6246.98,77.7758,3.35103,20,0,0,1,0,0,0,0,0),(143232,25284,571,1,1,0,0,2905.47,6216.61,61.5561,5.3058,20,0,0,1,0,0,0,0,0),(143233,25284,571,1,1,0,0,2902.44,6158.43,78.5022,2.96706,20,0,0,1,0,0,0,0,0),(143234,25284,571,1,1,0,0,2895.37,6293.76,61.6635,4.24115,20,0,0,1,0,0,0,0,0),(143235,25284,571,1,1,0,0,2934.04,6166.06,62.0291,2.00713,20,0,0,1,0,0,0,0,0),(143236,25284,571,1,1,0,0,2819.93,6311.56,62.5366,4.69494,20,0,0,1,0,0,0,0,0),(143237,25284,571,1,1,0,0,2921.87,6135.71,78.5082,5.16617,20,0,0,1,0,0,0,0,0),(143238,25284,571,1,1,0,0,2754.33,6240.9,77.7758,3.1765,20,0,0,1,0,0,0,0,0),(143239,25284,571,1,1,0,0,2704.21,6040.9,30.7446,5.77704,20,0,0,1,0,0,0,0,0),(143240,25284,571,1,1,0,0,2722.75,6031.68,30.6742,2.18166,20,0,0,1,0,0,0,0,0),(143241,25284,571,1,1,0,0,2685.12,6131.61,40.0764,2.53073,20,0,0,1,0,0,0,0,0),(143242,25284,571,1,1,0,0,2689.42,6110.31,40.1811,2.19912,20,0,0,1,0,0,0,0,0),(143243,25284,571,1,1,0,0,2680.27,6147.35,40.3715,5.60251,20,0,0,1,0,0,0,0,0),(143244,25284,571,1,1,0,0,2721.42,6008.34,32.7563,3.80482,20,0,0,1,0,0,0,0,0),(143245,25284,571,1,1,0,0,2650.33,6111.8,38.2883,3.00197,20,0,0,1,0,0,0,0,0),(143246,25284,571,1,1,0,0,2689.25,6194.8,54.0332,3.49066,20,0,0,1,0,0,0,0,0),(143247,25284,571,1,1,0,0,2669.27,6179.79,39.3598,5.65487,20,0,0,1,0,0,0,0,0),(143248,25284,571,1,1,0,0,2656.43,6220.2,38.5179,1.76278,20,0,0,1,0,0,0,0,0),(143249,25284,571,1,1,0,0,2567.77,6109.05,54.6977,3.76991,20,0,0,1,0,0,0,0,0),(143250,25284,571,1,1,0,0,2641.34,6031.71,54.2912,3.26377,20,0,0,1,0,0,0,0,0),(143251,25284,571,1,1,0,0,2625.26,6095.54,54.0161,5.23599,20,0,0,1,0,0,0,0,0),(143252,25284,571,1,1,0,0,2585.7,6190.79,39.1659,3.90954,20,0,0,1,0,0,0,0,0),(143253,25284,571,1,1,0,0,2615.04,6115.13,45.4237,2.49582,20,0,0,1,0,0,0,0,0),(143254,25284,571,1,1,0,0,2634.75,6034.53,54.0479,3.07178,20,0,0,1,0,0,0,0,0),(143255,25284,571,1,1,0,0,2700.17,6236.87,39.5734,6.12611,20,0,0,1,0,0,0,0,0),(143256,25284,571,1,1,0,0,2660.3,6237.82,38.3345,3.90954,20,0,0,1,0,0,0,0,0),(143257,25284,571,1,1,0,0,2671.28,6169.58,39.5054,5.51524,20,0,0,1,0,0,0,0,0),(143258,25284,571,1,1,0,0,2717.3,6294.58,61.7433,1.3439,20,0,0,1,0,0,0,0,0),(143259,25284,571,1,1,0,0,2673.98,6268.22,39.8142,2.63545,20,0,0,1,0,0,0,0,0),(143260,25284,571,1,1,0,0,2629.93,6118.81,38.2883,2.42601,20,0,0,1,0,0,0,0,0),(143261,25284,571,1,1,0,0,2627.62,6052.65,54.0331,6.21337,20,0,0,1,0,0,0,0,0),(143262,25284,571,1,1,0,0,2590.95,6064.32,53.932,0.994838,20,0,0,1,0,0,0,0,0),(143263,25284,571,1,1,0,0,2650.33,6111.8,38.2883,3.00197,20,0,0,1,0,0,0,0,0),(143264,25284,571,1,1,0,0,2669.27,6179.79,39.3598,5.65487,20,0,0,1,0,0,0,0,0),(143265,25284,571,1,1,0,0,2637.65,6217.15,40.1605,2.19912,20,0,0,1,0,0,0,0,0),(143266,25284,571,1,1,0,0,2677.92,6199.64,39.8142,2.51327,20,0,0,1,0,0,0,0,0),(143267,25284,571,1,1,0,0,2708.72,6270.94,47.0079,3.22886,20,0,0,1,0,0,0,0,0),(143268,25284,571,1,1,0,0,2685.12,6131.61,40.0764,2.53073,20,0,0,1,0,0,0,0,0),(143269,25284,571,1,1,0,0,2680.27,6147.35,40.3715,5.60251,20,0,0,1,0,0,0,0,0),(143270,25284,571,1,1,0,0,2990.11,6142.67,61.5929,1.27409,20,0,0,1,0,0,0,0,0),(143271,25284,571,1,1,0,0,2673.98,6268.22,39.8142,2.63545,20,0,0,1,0,0,0,0,0),(143272,25284,571,1,1,0,0,2700.17,6236.87,39.5734,6.12611,20,0,0,1,0,0,0,0,0),(143273,25284,571,1,1,0,0,2641.34,6031.71,54.2912,3.26377,20,0,0,1,0,0,0,0,0),(143274,25284,571,1,1,0,0,2979.68,6128.44,62.3862,2.84489,20,0,0,1,0,0,0,0,0),(127313,27806,1,1,1,24979,1,1475.8,-4210.23,43.2693,4.01426,120,0,0,2215,0,0,0,0,0),(127314,27810,0,1,1,24980,1,-4845.95,-861.944,501.997,4.4855,120,0,0,2215,0,0,0,0,0),(127315,27810,1,1,1,24980,1,1475.8,-4210.23,43.2693,4.01426,120,0,0,2215,0,0,0,0,0),(127316,27811,0,1,1,24981,1,-4845.95,-861.944,501.997,4.4855,120,0,0,2215,0,0,0,0,0),(127317,27811,1,1,1,24981,1,1475.8,-4210.23,43.2693,4.01426,120,0,0,2215,0,0,0,0,0),(127318,27812,0,1,1,24982,1,-4845.95,-861.944,501.997,4.4855,120,0,0,2215,0,0,0,0,0),(127319,27812,1,1,1,24982,1,1475.8,-4210.23,43.2693,4.01426,120,0,0,2215,0,0,0,0,0),(127320,27813,0,1,1,24983,1,-4845.95,-861.944,501.997,4.4855,120,0,0,2215,0,0,0,0,0),(127321,27813,1,1,1,24983,1,1475.8,-4210.23,43.2693,4.01426,120,0,0,2215,0,0,0,0,0),(127322,27814,0,1,1,24984,1,-4845.95,-861.944,501.997,4.4855,120,0,0,2215,0,0,0,0,0),(127323,27814,1,1,1,24984,1,1475.8,-4210.23,43.2693,4.01426,120,0,0,2215,0,0,0,0,0),(127324,27815,0,1,1,24985,1,-4845.95,-861.944,501.997,4.4855,120,0,0,2215,0,0,0,0,0),(127325,27815,1,1,1,24985,1,1475.8,-4210.23,43.2693,4.01426,120,0,0,2215,0,0,0,0,0),(127326,27816,0,1,1,24986,1,-4845.95,-861.944,501.997,4.4855,120,0,0,2215,0,0,0,0,0),(127327,27816,1,1,1,24986,1,1475.8,-4210.23,43.2693,4.01426,120,0,0,2215,0,0,0,0,0),(127328,27817,0,1,1,24987,1,-4845.95,-861.944,501.997,4.4855,120,0,0,2215,0,0,0,0,0),(127329,27817,1,1,1,24987,1,1475.8,-4210.23,43.2693,4.01426,120,0,0,2215,0,0,0,0,0),(127330,27818,0,1,1,24988,1,-4845.95,-861.944,501.997,4.4855,120,0,0,2215,0,0,0,0,0),(127331,27818,1,1,1,24988,1,1475.8,-4210.23,43.2693,4.01426,120,0,0,2215,0,0,0,0,0),(127332,27819,0,1,1,24989,1,-4845.95,-861.944,501.997,4.4855,120,0,0,2215,0,0,0,0,0),(127333,27819,1,1,1,24989,1,1475.8,-4210.23,43.2693,4.01426,120,0,0,2215,0,0,0,0,0),(127334,27820,0,1,1,24990,1,-4845.95,-861.944,501.997,4.4855,120,0,0,2215,0,0,0,0,0),(127335,27820,1,1,1,24990,1,1475.8,-4210.23,43.2693,4.01426,120,0,0,2215,0,0,0,0,0),(240014,27478,0,1,1,0,1,-4847.09,-866.293,501.923,1.67552,600,0,0,2215,0,0,0,0,0),(74528,28332,571,1,1,0,0,5711.06,645.764,672.082,0,120,0,0,1,0,0,0,0,0),(74529,28332,571,1,1,0,0,5713.23,646.632,653.144,0,120,0,0,1,0,0,0,0,0),(74530,28332,571,1,1,0,0,5713.02,648.027,657.159,0,120,0,0,1,0,0,0,0,0),(74531,28332,571,1,1,0,0,5710.7,648.617,656.536,0,120,0,0,1,0,0,0,0,0),(74532,28332,571,1,1,0,0,5711.03,645.71,653.777,0,120,0,0,1,0,0,0,0,0),(74533,28332,571,1,1,0,0,5712.54,644.603,656.47,0,120,0,0,1,0,0,0,0,0),(74534,28332,571,1,1,0,0,5709.35,644.943,655.873,0,120,0,0,1,0,0,0,0,0),(74535,28332,571,1,1,0,0,5711.69,645.936,737.187,0,120,0,0,1,0,0,0,0,0),(74536,28332,571,1,1,0,0,5711.45,646.144,761.046,0,120,0,0,1,0,0,0,0,0),(74537,28332,571,1,1,0,0,5711.72,645.971,796.194,0,120,0,0,1,0,0,0,0,0),(74538,28332,571,1,1,0,0,5711.65,645.847,856.762,0,120,0,0,1,0,0,0,0,0),(1975897,28107,571,1,1,0,0,5040.47,5502.82,-88.4046,1.53287,600,0,0,117700,3809,0,0,0,0),(240234,35254,571,1,65535,0,0,5829.42,754.776,640.729,5.14164,300,0,0,8508,7981,0,0,0,0),(244820,32836,530,1,1,0,1,-4135.56,-12467.1,44.5745,3.51945,600,0,0,247,0,0,0,0,0),(240785,32820,0,1,1,0,0,-9770.83,279.166,43.1248,0.1198,600,20,0,2,0,1,0,0,0),(244819,32836,0,1,1,0,1,-9460.17,26.0472,56.3399,5.44596,600,0,0,247,0,0,0,0,0),(244818,32836,0,1,1,0,1,-5604.8,-527.253,399.659,2.43902,600,0,0,247,0,0,0,0,0),(244817,32799,1,1,1,0,0,9759.88,904.593,1295.52,2.9768,120,0,0,34032,31924,0,0,0,0),(240315,19172,0,1,1,0,0,-4826.78,-1175.89,502.193,2.45358,300,0,0,42,0,0,0,0,0),(240316,19172,0,1,1,0,0,-4829.02,-1174.75,502.193,0.724139,300,0,0,42,0,0,0,0,0),(240317,19173,1,1,1,0,0,9923.44,2496.95,1317.49,2.28359,300,0,0,42,0,0,0,0,0),(240318,19173,1,1,1,0,0,9921.56,2499.58,1317.77,5.61996,300,0,0,42,0,0,0,0,0),(240319,19178,0,1,1,0,0,1626.7,222.7,-43.1027,1.01229,300,0,0,42,0,0,0,0,0),(240320,19178,0,1,1,0,0,1629.95,219.238,-43.1027,1.91079,300,0,0,42,0,0,0,0,0),(244816,32799,530,1,1,0,0,-4173.09,-12416.3,41.9509,1.42244,120,0,0,34032,31924,0,0,0,0),(244815,32799,0,1,1,0,0,-9474.49,87.242,56.7402,2.98374,120,0,0,34032,31924,0,0,0,0),(240784,32820,0,1,1,0,0,-9890,338.467,36.649,2.758,600,20,0,2,0,1,0,0,0),(240783,32820,0,1,1,0,0,-9890,-1332,32.508,3.66,600,20,0,2,0,1,0,0,0),(240782,32820,0,1,1,0,0,-9891,-291,34.098,3.514,600,20,0,2,0,1,0,0,0),(244814,32799,0,1,1,0,0,-5607.53,-511.287,402.237,1.0253,120,0,0,34032,31924,0,0,0,0),(244812,32837,1,1,1,0,1,-2250.52,-291.15,-9.42481,3.87226,600,0,0,247,0,0,0,0,0),(244813,32837,530,1,1,0,1,9525.96,-6878.95,18.7502,4.97768,600,0,0,247,0,0,0,0,0),(143416,37878,571,1,1,0,0,4798.44,-562.903,161.474,1.46608,120,0,0,1,0,0,0,0,0),(143415,37878,571,1,1,0,0,4789.62,-579.436,161.021,4.5204,120,0,0,1,0,0,0,0,0),(143414,37878,571,1,1,0,0,4782.33,-572.712,161.868,5.58505,120,0,0,1,0,0,0,0,0),(143413,37878,571,1,1,0,0,4778.96,-567.793,162.041,3.64774,120,0,0,1,0,0,0,0,0),(143412,37878,571,1,1,0,0,4802.32,-553.865,163.156,4.86947,120,0,0,1,0,0,0,0,0),(143411,37878,571,1,1,0,0,4779.23,-587.154,162.122,4.53786,120,0,0,1,0,0,0,0,0),(1970817,28167,595,3,1,0,0,2340.44,1190.88,130.928,4.11898,300,0,0,609,0,0,0,0,0),(74509,20872,530,1,1,0,0,-3335.89,2133.7,-2.183,2.51327,120,0,0,1,0,0,0,0,0),(74510,20872,530,1,1,0,0,-3335.6,2151.81,-1.21133,3.00197,120,0,0,1,0,0,0,0,0),(74511,20872,530,1,1,0,0,-3341.74,2168.39,2.22799,3.9968,120,0,0,1,0,0,0,0,0),(49141,30399,571,1,1,0,0,8703.81,-714.044,934.976,2.32129,120,0,0,1,0,0,0,0,0),(88767,37967,571,1,256,0,0,5683.01,2145.11,798.145,1.18682,120,0,0,1,0,0,0,0,0),(88768,37967,571,1,256,0,0,5691.88,2090.5,798.138,2.18166,120,0,0,1,0,0,0,0,0),(88769,37967,571,1,256,0,0,5699.5,2143.68,798.143,1.71042,120,0,0,1,0,0,0,0,0),(88777,37967,571,1,1,0,0,5683.06,2305.81,798.126,1.83689,120,0,0,1,0,2,0,0,0),(88778,37967,571,1,1,0,0,5685.95,2306.58,798.126,1.83668,120,0,0,1,0,0,0,0,0),(200950,37967,631,15,1,0,0,-33.0694,2197.31,27.9859,2.1293,86400,0,0,13033,0,0,0,0,0),(74518,24014,571,1,1,0,0,2846.02,-3855.99,248.613,5.31515,120,0,0,1,0,0,0,0,0),(74519,24014,571,1,1,0,0,2846.14,-3866.03,248.613,0.453786,120,0,0,1,0,0,0,0,0),(74520,24014,571,1,1,0,0,2855.77,-3859.29,248.613,3.94444,120,0,0,1,0,0,0,0,0),(74521,29393,571,1,1,0,0,2851.36,-3863.74,248.613,5.3058,120,0,0,1,0,0,0,0,0),(101053,29753,571,1,1,0,0,7452.3,-1354.76,942.654,1.97222,300,0,0,1,0,0,0,0,0),(101062,29753,571,1,1,0,0,7236.68,-1416.47,931.475,0.191986,300,0,0,1,0,0,0,0,0),(101074,29753,571,1,1,0,0,7353.79,-1644.01,1141.25,1.74533,300,0,0,1,0,0,0,0,0),(101075,29753,571,1,1,0,0,7248.16,-1659.58,1080.83,1.09956,300,0,0,1,0,0,0,0,0),(101077,29753,571,1,1,0,0,6998.85,-1445.08,984.788,6.12611,300,0,0,1,0,0,0,0,0),(101116,29753,571,1,1,0,0,7144.83,-1255.93,1100.34,5.77704,300,0,0,1,0,0,0,0,0),(101087,29753,571,1,1,0,0,7135.23,-1283.29,1091.59,5.72468,300,0,0,1,0,0,0,0,0),(101966,29504,571,1,1,0,0,7384.56,-3117.92,837.542,1.48782,300,5,0,1,0,1,0,0,0),(101942,29504,571,1,1,0,0,7407.33,-3276.82,858.153,3.88072,300,5,0,1,0,1,0,0,0),(101943,29504,571,1,1,0,0,7454.71,-3204.9,837.576,4.93768,300,5,0,1,0,1,0,0,0),(101913,29504,571,1,1,0,0,7457.44,-3072.99,837.577,1.17606,300,5,0,1,0,1,0,0,0),(101790,29504,571,1,1,0,0,7483.62,-3148.76,837.585,3.35641,300,5,0,1,0,1,0,0,0),(88308,29503,571,1,1,0,0,7174.86,-3647.9,828.423,2.02458,120,0,0,1,0,2,0,0,0),(213242,22016,530,1,1,0,0,-4111.45,1286.98,54.4025,2.26893,300,0,0,1,0,0,0,0,0),(213243,22016,530,1,1,0,0,-4120.15,1336.9,68.1191,0,300,0,0,1,0,0,0,0,0),(213244,22016,530,1,1,0,0,-4120.37,1333.76,66.5477,0.0174533,300,0,0,1,0,0,0,0,0),(213245,22016,530,1,1,0,0,-4122,1381.51,81.2709,0.715585,300,0,0,1,0,0,0,0,0),(213246,22016,530,1,1,0,0,-4124.98,1317.97,58.9916,5.51524,300,0,0,1,0,0,0,0,0),(213247,22016,530,1,1,0,0,-4125.01,1385.03,82.0697,0.680678,300,0,0,1,0,0,0,0,0),(213248,22016,530,1,1,0,0,-4127.14,1286,55.268,1.81514,300,0,0,1,0,0,0,0,0),(213249,22016,530,1,1,0,0,-4127.5,1315.51,57.7211,5.70723,300,0,0,1,0,0,0,0,0),(213250,22016,530,1,1,0,0,-4131.38,1285.95,55.5305,1.97222,300,0,0,1,0,0,0,0,0),(213251,22016,530,1,1,0,0,-4149.73,1310.27,56.655,4.72984,300,0,0,1,0,0,0,0,0),(213252,22016,530,1,1,0,0,-4153.59,1311.41,56.17,4.62512,300,0,0,1,0,0,0,0,0),(213253,22016,530,1,1,0,0,-4173.1,1288.45,57.6537,1.50098,300,0,0,1,0,0,0,0,0),(213254,22016,530,1,1,0,0,-4173.19,1316.73,57.2881,4.62512,300,0,0,1,0,0,0,0,0),(213255,22016,530,1,1,0,0,-4176.76,1317.9,56.1308,4.66562,300,0,0,1,0,0,0,0,0),(213256,22016,530,1,1,0,0,-4177.25,1289.75,58.8074,1.46608,300,0,0,1,0,0,0,0,0),(213257,22016,530,1,1,0,0,-4191.07,1296.06,57.6714,1.6057,300,0,0,1,0,0,0,0,0),(213258,22016,530,1,1,0,0,-4194.59,1296.48,57.2389,1.55334,300,0,0,1,0,0,0,0,0),(213259,22016,530,1,1,0,0,-4203.81,1313.09,56.3822,4.72984,300,0,0,1,0,0,0,0,0),(213260,22016,530,1,1,0,0,-4206.37,1313.21,56.972,4.67748,300,0,0,1,0,0,0,0,0),(213261,22016,530,1,1,0,0,-4212.83,1296.57,57.1338,1.5708,300,0,0,1,0,0,0,0,0),(213262,22016,530,1,1,0,0,-4216.64,1297.06,56.2174,1.5708,300,0,0,1,0,0,0,0,0),(213263,22016,530,1,1,0,0,-4225.27,1314.48,56.7671,4.64258,300,0,0,1,0,0,0,0,0),(213264,22016,530,1,1,0,0,-4229.29,1314.14,56.2046,4.83456,300,0,0,1,0,0,0,0,0),(213265,22016,530,1,1,0,0,-4234.12,1296.49,57.2528,1.62316,300,0,0,1,0,0,0,0,0),(213266,22016,530,1,1,0,0,-4237.95,1296.56,56.6738,1.51844,300,0,0,1,0,0,0,0,0),(213267,22016,530,1,1,0,0,-4246.7,1319.21,55.1275,4.72984,300,0,0,1,0,0,0,0,0),(213268,22016,530,1,1,0,0,-4250.58,1318.97,54.3412,4.69494,300,0,0,1,0,0,0,0,0),(213269,22016,530,1,1,0,0,-4254.9,1297.11,54.1566,1.62316,300,0,0,1,0,0,0,0,0),(213270,22016,530,1,1,0,0,-4259.22,1297.02,53.4612,1.5708,300,0,0,1,0,0,0,0,0),(213271,22016,530,1,1,0,0,-4296.03,1328.68,65.4209,4.90438,300,0,0,1,0,0,0,0,0),(213272,22016,530,1,1,0,0,-4299.64,1328.81,66.2253,4.74729,300,0,0,1,0,0,0,0,0),(213273,22016,530,1,1,0,0,-4313.26,1332.71,75.1843,4.86947,300,0,0,1,0,0,0,0,0),(213274,22016,530,1,1,0,0,-4316.29,1330.93,75.4431,4.79965,300,0,0,1,0,0,0,0,0),(213275,22016,530,1,1,0,0,-4321.85,1306.32,77.87,1.43117,300,0,0,1,0,0,0,0,0),(213276,22016,530,1,1,0,0,-4325.97,1306.92,79.3113,1.55334,300,0,0,1,0,0,0,0,0),(213277,22016,530,1,1,0,0,-4333.6,1331.26,81.497,4.74729,300,0,0,1,0,0,0,0,0),(213278,22016,530,1,1,0,0,-4337.56,1331.47,82.2813,4.74729,300,0,0,1,0,0,0,0,0),(213279,22016,530,1,1,0,0,-4341.43,1307.24,81.5288,1.6057,300,0,0,1,0,0,0,0,0),(213280,22016,530,1,1,0,0,-4345.6,1307.46,81.773,1.46608,300,0,0,1,0,0,0,0,0),(213281,22017,530,1,1,0,0,-4110.11,1287.87,54.4554,2.3911,300,0,0,1,0,0,0,0,0),(213282,22017,530,1,1,0,0,-4248.66,1319.34,54.6762,4.39823,300,0,0,1,0,0,0,0,0),(213283,22017,530,1,1,0,0,-4278.1,1312.28,56.5834,2.74017,300,0,0,1,0,0,0,0,0),(213284,22017,530,1,1,0,0,-4157.98,1285.35,57.4682,0,300,0,0,1,0,0,0,0,0),(213285,22017,530,1,1,0,0,-4204.95,1314.8,57.7845,4.67748,300,0,0,1,0,0,0,0,0),(213286,22017,530,1,1,0,0,-4175.28,1288.93,58.0439,1.5708,300,0,0,1,0,0,0,0,0),(213287,22017,530,1,1,0,0,-4146.76,1283.89,59.4296,2.63545,300,0,0,1,0,0,0,0,0),(213288,22017,530,1,1,0,0,-4287.81,1313.23,62.8166,6.21337,300,0,0,1,0,0,0,0,0),(213289,22017,530,1,1,0,0,-4433.13,1253.58,71.4087,2.67035,300,0,0,1,0,0,0,0,0),(213290,22017,530,1,1,0,0,-4323.75,1306.16,78.7339,1.6057,300,0,0,1,0,0,0,0,0),(213291,22017,530,1,1,0,0,-4411.29,1278.53,79.114,2.49582,300,0,0,1,0,0,0,0,0),(213292,22017,530,1,1,0,0,-4430.34,1293.53,79.3857,5.51524,300,0,0,1,0,0,0,0,0),(213293,22017,530,1,1,0,0,-4343.6,1307.35,81.7393,1.48353,300,0,0,1,0,0,0,0,0),(213294,22017,530,1,1,0,0,-4335.56,1331.21,81.7653,4.53786,300,0,0,1,0,0,0,0,0),(213295,22017,530,1,1,0,0,-4393.92,1293.49,85.242,2.3911,300,0,0,1,0,0,0,0,0),(213296,22017,530,1,1,0,0,-4372.3,1299.02,86.8265,1.71042,300,0,0,1,0,0,0,0,0),(213297,22018,530,1,1,0,0,-4279.21,1299.72,48.065,3.12106,300,0,0,1,0,0,0,0,0),(213298,22018,530,1,1,0,0,-4223.79,1311.04,56.1999,3.10787,300,0,0,1,0,0,0,0,0),(213299,22018,530,1,1,0,0,-4102.84,1353.31,72.3164,0.152353,300,0,0,1,0,0,0,0,0),(213300,22018,530,1,1,0,0,-4117.88,1380.96,80.2978,5.42377,300,0,0,1,0,0,0,0,0),(213301,22018,530,1,1,0,0,-4393.69,1296.77,85.9353,5.3312,300,0,0,1,0,0,0,0,0),(213302,19824,530,1,1,0,0,-4153.19,1279.68,57.7565,1.27409,300,0,0,1,0,0,0,0,0),(213303,19824,530,1,1,0,0,-4231.9,1307.64,55.9405,3.12899,300,0,0,1,0,2,0,0,0),(213304,19824,530,1,1,0,0,-4281.28,1317.74,58.5377,4.4855,300,0,0,1,0,0,0,0,0),(213305,19824,530,1,1,0,0,-4391.42,1317.78,86.8631,3.11718,300,0,0,1,0,2,0,0,0),(213370,19353,530,1,1,0,0,-2765.28,1979.2,167.526,1.97222,300,0,0,1,0,0,0,0,0),(213371,19362,530,1,1,0,0,-2679.01,2707.24,103.528,4.42926,300,0,0,1,0,2,0,0,0),(213372,19362,530,1,1,0,0,-2723.38,2714.35,122.436,4.92183,300,0,0,1,0,0,0,0,0),(213373,19362,530,1,1,0,0,-2728.28,2712.98,122.429,5.3058,300,0,0,1,0,0,0,0,0),(213486,21736,530,1,1,0,0,-3818.35,2217.67,91.9902,0,180,0,0,1,0,0,0,0,0),(213485,21736,530,1,1,0,0,-3685.95,2118.92,77.4775,0.698132,180,0,0,1,0,0,0,0,0),(213484,21736,530,1,1,0,0,-3682.09,2116.41,76.8222,0,180,0,0,1,0,0,0,0,0),(213483,21736,530,1,1,0,0,-3783.68,2247.26,87.0725,1.89578,180,0,0,1,0,0,0,0,0),(213482,21736,530,1,1,0,0,-3785.57,2248.95,87.3234,5.98307,180,0,0,1,0,0,0,0,0),(213481,21736,530,1,1,0,0,-3782.46,2248.53,86.3502,5.43831,180,0,0,1,0,0,0,0,0),(213480,21736,530,1,1,0,0,-3686.29,2185.27,76.3048,5.32325,180,0,0,1,0,0,0,0,0),(213479,21736,530,1,1,0,0,-3952.43,1920.92,95.1838,4.11875,180,0,0,1,0,0,0,0,0),(213478,21736,530,1,1,0,0,-3881.39,1953.14,98.5108,0,180,0,0,1,0,0,0,0,0),(213477,21736,530,1,1,0,0,-3754.19,1949.79,95.4333,0.0704429,180,0,0,1,0,0,0,0,0),(213476,21736,530,1,1,0,0,-3786.92,2213.98,86.3502,0,180,0,0,1,0,0,0,0,0),(213475,21736,530,1,1,0,0,-3785.56,2220.83,86.7886,0,180,0,0,1,0,0,0,0,0),(213474,21736,530,1,1,0,0,-3716.63,2086.98,79.5143,0,180,0,0,1,0,0,0,0,0),(213473,21736,530,1,1,0,0,-3716.57,2179.32,77.1013,0,180,0,0,1,0,0,0,0,0),(213472,21736,530,1,1,0,0,-3717.73,2184.82,77.3479,0,180,0,0,1,0,0,0,0,0),(213471,21736,530,1,1,0,0,-3718.01,2181.99,76.9964,5.81195,180,0,0,1,0,0,0,0,0),(213470,21736,530,1,1,0,0,-3782.4,1951.75,92.5993,5.88176,180,0,0,1,0,0,0,0,0),(213469,21736,530,1,1,0,0,-3786.52,2084.91,87.8585,5.71,180,0,0,1,0,0,0,0,0),(213468,21736,530,1,1,0,0,-3853.69,2179.85,96.3002,0,180,0,0,1,0,0,0,0,0),(213467,21736,530,1,1,0,0,-3850.17,2177.79,95.9984,1.51347,180,0,0,1,0,0,0,0,0),(213466,21736,530,1,1,0,0,-3715.14,2083.42,79.667,0,180,0,0,1,0,0,0,0,0),(213465,21736,530,1,1,0,0,-3785.58,1919.08,96.3058,0,180,0,0,1,0,0,0,0,0),(213464,21417,530,1,1,0,0,-3782.97,2082.78,107.031,5.49779,180,0,0,1,0,0,0,0,0),(213463,21417,530,1,1,0,0,-3715.78,2084.16,101.084,2.61799,180,0,0,1,0,0,0,0,0),(213462,21417,530,1,1,0,0,-3749.31,1949.23,119.26,0.628318,180,0,0,1,0,0,0,0,0),(213461,21417,530,1,1,0,0,-3783.13,1918.5,118.92,0.10472,180,0,0,1,0,0,0,0,0),(213460,21417,530,1,1,0,0,-3839.57,2322.99,155.46,4.29351,180,0,0,1,0,0,0,0,0),(213459,21417,530,1,1,0,0,-3716.97,2117.05,102.136,0.523599,180,0,0,1,0,0,0,0,0),(213458,21417,530,1,1,0,0,-2982.7,2716.34,93.0365,1.8675,180,0,0,1,0,0,0,0,0),(213457,21417,530,1,1,0,0,-3154.01,2482.31,81.7661,1.20428,180,0,0,1,0,0,0,0,0),(213456,21417,530,1,1,0,0,-3184.28,2351.16,80.7006,2.61799,180,0,0,1,0,0,0,0,0),(213455,21417,530,1,1,0,0,-3183.91,2383.07,74.9765,0.523599,180,0,0,1,0,0,0,0,0),(213454,21417,530,1,1,0,0,-3119.22,2650.8,80.7768,3.57792,180,0,0,1,0,0,0,0,0),(213453,21417,530,1,1,0,0,-3882.66,1948.72,118.711,0,180,0,0,1,0,0,0,0,0),(213452,21417,530,1,1,0,0,-3817.25,2118.1,111.862,3.76991,180,0,0,1,0,0,0,0,0),(213451,21417,530,1,1,0,0,-4016.12,1982.24,110.204,1.8675,180,0,0,1,0,0,0,0,0),(213450,21417,530,1,1,0,0,-3782.85,1949.92,115.209,3.1765,180,0,0,1,0,0,0,0,0),(213449,21417,530,1,1,0,0,-3783.97,2183.78,100.273,6.10865,180,0,0,1,0,0,0,0,0),(213448,21417,530,1,1,0,0,-3782.79,2048.17,109.419,0.10472,180,0,0,1,0,0,0,0,0),(213447,21417,530,1,1,0,0,-3816.28,2217.19,111.539,0.558505,180,0,0,1,0,0,0,0,0),(213446,21417,530,1,1,0,0,-3883.46,2284.49,163.004,4.7822,180,0,0,1,0,0,0,0,0),(213445,21417,530,1,1,0,0,-3915.83,1947.94,112.653,1.27409,180,0,0,1,0,0,0,0,0),(213444,21417,530,1,1,0,0,-3849.17,2016.99,112.815,4.64258,180,0,0,1,0,0,0,0,0),(213443,21417,530,1,1,0,0,-3815.91,2283.84,114.505,1.09956,180,0,0,1,0,0,0,0,0),(213442,21417,530,1,1,0,0,-3716.39,1983.24,103.94,1.67552,180,0,0,1,0,0,0,0,0),(213441,21417,530,1,1,0,0,-3849.95,2118.27,118.287,5.67232,180,0,0,1,0,0,0,0,0),(213440,21417,530,1,1,0,0,-3683.69,2149.84,100.588,4.18879,180,0,0,1,0,0,0,0,0),(213439,21417,530,1,1,0,0,-3250.82,2318.46,79.6662,0.20944,180,0,0,1,0,0,0,0,0),(213438,21417,530,1,1,0,0,-3084.25,2683.92,84.0023,1.27409,180,0,0,1,0,0,0,0,0),(213437,21417,530,1,1,0,0,-3152.73,2515.51,80.8934,4.20624,180,0,0,1,0,0,0,0,0),(213436,21417,530,1,1,0,0,-3051.29,2684.39,85.611,1.25664,180,0,0,1,0,0,0,0,0),(213435,21417,530,1,1,0,0,-3250.52,2415.47,74.2758,4.29351,180,0,0,1,0,0,0,0,0),(213434,21417,530,1,1,0,0,-3116.21,2718.08,83.1857,0,180,0,0,1,0,0,0,0,0),(213433,21417,530,1,1,0,0,-3283.89,2448.51,84.6889,0.506145,180,0,0,1,0,0,0,0,0),(213432,21417,530,1,1,0,0,-3251.09,2649.25,78.578,3.85718,180,0,0,1,0,0,0,0,0),(213431,21417,530,1,1,0,0,-3185.58,2545.37,81.5652,3.54302,180,0,0,1,0,0,0,0,0),(213430,21417,530,1,1,0,0,-3018.18,2717.19,87.2634,4.5204,180,0,0,1,0,0,0,0,0),(213429,21417,530,1,1,0,0,-3251.07,2517.38,80.4183,2.87979,180,0,0,1,0,0,0,0,0),(213428,21417,530,1,1,0,0,-3215.85,2383.45,76.5578,4.86947,180,0,0,1,0,0,0,0,0),(213427,21417,530,1,1,0,0,-3183.52,2316.86,81.5033,5.2709,180,0,0,1,0,0,0,0,0),(213426,21417,530,1,1,0,0,-3217.4,2482.46,80.7697,1.09956,180,0,0,1,0,0,0,0,0),(213425,21417,530,1,1,0,0,-3152.16,2684.04,82.596,3.01942,180,0,0,1,0,0,0,0,0),(213424,21417,530,1,1,0,0,-3251.48,2550.4,82.9975,4.85202,180,0,0,1,0,0,0,0,0),(213423,21417,530,1,1,0,0,-3184.91,2418.15,77.6244,0.767945,180,0,0,1,0,0,0,0,0),(213422,21417,530,1,1,0,0,-3216.79,2516.99,79.5071,5.72468,180,0,0,1,0,0,0,0,0),(213421,21417,530,1,1,0,0,-3017.36,2685.13,86.3326,0.0174533,180,0,0,1,0,0,0,0,0),(213420,21417,530,1,1,0,0,-3182.85,2515.7,80.8093,0.558505,180,0,0,1,0,0,0,0,0),(213419,21417,530,1,1,0,0,-3849.14,1947.42,115.075,3.59538,180,0,0,1,0,0,0,0,0),(213418,21417,530,1,1,0,0,-3848.94,1982.25,116.047,3.57792,180,0,0,1,0,0,0,0,0),(213417,21417,530,1,1,0,0,-3950.11,1916.86,117.402,1.25664,180,0,0,1,0,0,0,0,0),(213416,21417,530,1,1,0,0,-3883.07,1981.75,118.854,3.01942,180,0,0,1,0,0,0,0,0),(213415,21417,530,1,1,0,0,-3782.36,2150.69,96.6612,4.85202,180,0,0,1,0,0,0,0,0),(213414,21417,530,1,1,0,0,-3683.92,2083.78,100.328,5.25344,180,0,0,1,0,0,0,0,0),(213413,21417,530,1,1,0,0,-3983.97,1948.16,113.769,4.5204,180,0,0,1,0,0,0,0,0),(213412,21417,530,1,1,0,0,-3816.52,2183.86,111.585,3.54302,180,0,0,1,0,0,0,0,0),(213411,21417,530,1,1,0,0,-3815.16,2020.6,112.415,3.12414,180,0,0,1,0,0,0,0,0),(213410,21417,530,1,1,0,0,-3882.73,2016.66,117.682,0.174533,180,0,0,1,0,0,0,0,0),(213409,21417,530,1,1,0,0,-3217.12,2584.05,83.5473,5.67232,180,0,0,1,0,0,0,0,0),(213408,21417,530,1,1,0,0,-3214.17,2549.11,81.1403,6.10865,180,0,0,1,0,0,0,0,0),(213407,21417,530,1,1,0,0,-3184.07,2484.08,81.4856,0.383972,180,0,0,1,0,0,0,0,0),(213406,21417,530,1,1,0,0,-3253.22,2617.29,78.8539,0.10472,180,0,0,1,0,0,0,0,0),(213405,21417,530,1,1,0,0,-3049.22,2750.5,93.7337,6.17846,180,0,0,1,0,0,0,0,0),(213404,21417,530,1,1,0,0,-3149.88,2349.92,77.3338,1.67552,180,0,0,1,0,0,0,0,0),(213403,21417,530,1,1,0,0,-3251.34,2350.91,78.3903,4.99164,180,0,0,1,0,0,0,0,0),(213402,21417,530,1,1,0,0,-3217.63,2415.98,76.3651,3.38594,180,0,0,1,0,0,0,0,0),(213401,21417,530,1,1,0,0,-3217.2,2649.8,82.9199,3.12414,180,0,0,1,0,0,0,0,0),(213400,21417,530,1,1,0,0,-3217.38,2617.26,76.0443,5.49779,180,0,0,1,0,0,0,0,0),(213399,21417,530,1,1,0,0,-3118.44,2684.23,80.9937,3.59538,180,0,0,1,0,0,0,0,0),(213398,21417,530,1,1,0,0,-3217.86,2316.55,79.9356,0.628318,180,0,0,1,0,0,0,0,0),(213397,21417,530,1,1,0,0,-3132.9,2618.46,85.1283,4.64258,180,0,0,1,0,0,0,0,0),(213396,21417,530,1,1,0,0,-3250.92,2582.98,84.55,3.76991,180,0,0,1,0,0,0,0,0),(213395,21417,530,1,1,0,0,-3150.63,2650.8,79.8391,0.174533,180,0,0,1,0,0,0,0,0),(213394,21417,530,1,1,0,0,-3015.17,2749.3,90.4912,1.62316,180,0,0,1,0,0,0,0,0),(213393,21417,530,1,1,0,0,-3253.81,2382.82,77.2385,4.18879,180,0,0,1,0,0,0,0,0),(213392,21417,530,1,1,0,0,-3215.37,2350.81,79.9422,5.25344,180,0,0,1,0,0,0,0,0),(213391,21417,530,1,1,0,0,-3284.25,2416.12,74.9905,4.7822,180,0,0,1,0,0,0,0,0),(213390,21417,530,1,1,0,0,-3151.26,2384.2,75.5486,1.01229,180,0,0,1,0,0,0,0,0),(213389,21417,530,1,1,0,0,-3952.91,1949.04,113.086,0.0174533,180,0,0,1,0,0,0,0,0),(213388,21417,530,1,1,0,0,-3782.92,2216.47,106.744,4.20624,180,0,0,1,0,0,0,0,0),(213387,21417,530,1,1,0,0,-3814.97,2048.55,111.769,3.85718,180,0,0,1,0,0,0,0,0),(213386,21417,530,1,1,0,0,-3716.86,2184.77,100.334,3.38594,180,0,0,1,0,0,0,0,0),(213385,21417,530,1,1,0,0,-3848.53,2249.43,117.77,0.383972,180,0,0,1,0,0,0,0,0),(213384,21417,530,1,1,0,0,-3717.34,2150.09,102.483,4.86947,180,0,0,1,0,0,0,0,0),(213383,21417,530,1,1,0,0,-3684.18,2183.21,98.8751,0.767945,180,0,0,1,0,0,0,0,0),(213382,21417,530,1,1,0,0,-3684.21,2116.27,98.7243,1.01229,180,0,0,1,0,0,0,0,0),(213381,21417,530,1,1,0,0,-3784.33,2250.31,108.411,1.20428,180,0,0,1,0,0,0,0,0),(213380,21417,530,1,1,0,0,-3847.75,2182.98,118.241,2.87979,180,0,0,1,0,0,0,0,0),(213379,21417,530,1,1,0,0,-3915.97,1915.49,111.922,6.17846,180,0,0,1,0,0,0,0,0),(213378,21417,530,1,1,0,0,-3750.13,1982.46,110.636,0.20944,180,0,0,1,0,0,0,0,0),(213377,21417,530,1,1,0,0,-3650.55,2117.25,96.151,4.99164,180,0,0,1,0,0,0,0,0),(213376,21417,530,1,1,0,0,-3782.23,2284.06,106.409,0.506145,180,0,0,1,0,0,0,0,0),(213375,21417,530,1,1,0,0,-3848.73,2218.54,115.873,5.72468,180,0,0,1,0,0,0,0,0),(213374,21417,530,1,1,0,0,-3984.52,1981.61,111.904,1.62316,180,0,0,1,0,0,0,0,0),(213487,21736,530,1,1,0,0,-3816.83,2214.18,91.1546,0,180,0,0,1,0,0,0,0,0),(213488,21736,530,1,1,0,0,-3815.68,2219.7,91.4394,6.26573,180,0,0,1,0,0,0,0,0),(213489,21736,530,1,1,0,0,-3717.92,2153.13,79.0351,0,180,0,0,1,0,0,0,0,0),(213490,21736,530,1,1,0,0,-3717.99,2148.66,79.0158,0,180,0,0,1,0,0,0,0,0),(213491,21736,530,1,1,0,0,-3849.33,2250.66,96.7316,0.383972,180,0,0,1,0,0,0,0,0),(213492,21736,530,1,1,0,0,-3814.68,2022.83,93.9146,0,180,0,0,1,0,0,0,0,0),(213493,21736,530,1,1,0,0,-3816.91,2020.72,93.3668,5.79449,180,0,0,1,0,0,0,0,0),(213494,21736,530,1,1,0,0,-3817.03,2024.6,93.945,5.22532,180,0,0,1,0,0,0,0,0),(213495,21736,530,1,1,0,0,-3849.96,1985.67,95.3459,0,180,0,0,1,0,0,0,0,0),(213496,21736,530,1,1,0,0,-3783.07,2182.53,81.1265,0,180,0,0,1,0,0,0,0,0),(213497,21736,530,1,1,0,0,-3913.25,1920.68,92.8024,0,180,0,0,1,0,0,0,0,0),(213498,21736,530,1,1,0,0,-3979.57,1950.71,94.987,5.51524,180,0,0,1,0,0,0,0,0),(213499,21736,530,1,1,0,0,-3716.55,1987.61,84.9503,4.70907,180,0,0,1,0,0,0,0,0),(213500,21736,530,1,1,0,0,-3718.37,1979.32,85.1133,0,180,0,0,1,0,0,0,0,0),(213501,21736,530,1,1,0,0,-3684.91,2151.81,77.5243,5.91667,180,0,0,1,0,0,0,0,0),(213502,21736,530,1,1,0,0,-3685.33,2149.28,77.7535,0,180,0,0,1,0,0,0,0,0),(213503,21736,530,1,1,0,0,-3919.77,1921.04,92.5448,4.03171,180,0,0,1,0,0,0,0,0),(213504,21736,530,1,1,0,0,-3681.64,2150.36,77.1464,0,180,0,0,1,0,0,0,0,0),(213505,21736,530,1,1,0,0,-3851.5,1983.19,95.4765,5.64457,180,0,0,1,0,0,0,0,0),(213506,21736,530,1,1,0,0,-3652.89,2115.46,73.8765,0.909804,180,0,0,1,0,0,0,0,0),(213507,21736,530,1,1,0,0,-3650.39,2119.66,74.1085,5.79449,180,0,0,1,0,0,0,0,0),(213508,21736,530,1,1,0,0,-3682.16,2078.71,79.5883,0,180,0,0,1,0,0,0,0,0),(213509,21736,530,1,1,0,0,-3786.78,2048.4,91.2117,0.100633,180,0,0,1,0,0,0,0,0),(213510,21736,530,1,1,0,0,-3784.84,2049.61,90.9764,0,180,0,0,1,0,0,0,0,0),(213511,21736,530,1,1,0,0,-3782.78,2052.59,90.7233,6.26573,180,0,0,1,0,0,0,0,0),(213512,21736,530,1,1,0,0,-3717.93,2119.38,79.2324,0.331613,180,0,0,1,0,0,0,0,0),(213513,21736,530,1,1,0,0,-3714.14,2114.77,78.9608,0,180,0,0,1,0,0,0,0,0),(213514,21736,530,1,1,0,0,-3718.75,2114.67,79.0996,0,180,0,0,1,0,0,0,0,0),(213515,21736,530,1,1,0,0,-3749.7,1947.88,96.3955,0,180,0,0,1,0,0,0,0,0),(213516,21736,530,1,1,0,0,-3750.45,1952.5,95.5874,0.610865,180,0,0,1,0,0,0,0,0),(213517,21736,530,1,1,0,0,-3850.19,2248.61,96.6362,0.439979,180,0,0,1,0,0,0,0,0),(213518,21736,530,1,1,0,0,-3843.34,2325.27,133.095,5.5383,180,0,0,1,0,0,0,0,0),(213519,21736,530,1,1,0,0,-3844.59,2322.04,131.801,0.0543121,180,0,0,1,0,0,0,0,0),(213520,21736,530,1,1,0,0,-3717.63,2144.39,78.5683,4.83456,180,0,0,1,0,0,0,0,0),(213521,21736,530,1,1,0,0,-3842.38,2318.64,130.537,0,180,0,0,1,0,0,0,0,0),(213522,21736,530,1,1,0,0,-3685.12,2087.13,78.9718,0,180,0,0,1,0,0,0,0,0),(213523,21736,530,1,1,0,0,-3684.64,2082.53,79.1267,0,180,0,0,1,0,0,0,0,0),(213524,21736,530,1,1,0,0,-3753.19,1981.28,89.3615,0,180,0,0,1,0,0,0,0,0),(213525,21736,530,1,1,0,0,-3978.54,1982.71,96.863,5.14872,180,0,0,1,0,0,0,0,0),(213526,21736,530,1,1,0,0,-3981.72,1983.76,96.5964,4.01426,180,0,0,1,0,0,0,0,0),(213527,21736,530,1,1,0,0,-3947.18,1920.29,94.7486,3.99669,180,0,0,1,0,0,0,0,0),(213528,21736,530,1,1,0,0,-3950.26,1919.68,95.2418,4.77955,180,0,0,1,0,0,0,0,0),(213529,21736,530,1,1,0,0,-3779.93,1946.84,94.3535,0,180,0,0,1,0,0,0,0,0),(213530,21736,530,1,1,0,0,-3784.46,1948.8,93.0182,0.597023,180,0,0,1,0,0,0,0,0),(213531,21736,530,1,1,0,0,-3748.74,1982.88,88.6388,6.22246,180,0,0,1,0,0,0,0,0),(213532,21736,530,1,1,0,0,-3750,1986.58,88.0943,5.49779,180,0,0,1,0,0,0,0,0),(213533,21736,530,1,1,0,0,-3787.39,2080.84,87.944,0.498282,180,0,0,1,0,0,0,0,0),(213534,21736,530,1,1,0,0,-3783.19,2078.48,86.8759,1.6395,180,0,0,1,0,0,0,0,0),(213535,21736,530,1,1,0,0,-3782.32,1916.5,97.6116,6.22939,180,0,0,1,0,0,0,0,0),(213536,21736,530,1,1,0,0,-3782.48,1921.9,96.7306,4.3898,180,0,0,1,0,0,0,0,0),(213537,21736,530,1,1,0,0,-3984.23,1987.55,96.017,3.9619,180,0,0,1,0,0,0,0,0),(213538,21736,530,1,1,0,0,-3847.89,2111.24,95.1079,0,180,0,0,1,0,0,0,0,0),(213539,21736,530,1,1,0,0,-3848.87,2121.91,95.148,0.0174533,180,0,0,1,0,0,0,0,0),(213540,21736,530,1,1,0,0,-3848.54,2116.88,95.1725,0,180,0,0,1,0,0,0,0,0),(213541,21736,530,1,1,0,0,-3913.5,1951.79,94.3755,6.21461,180,0,0,1,0,0,0,0,0),(213542,21736,530,1,1,0,0,-3920.38,1951.79,93.7829,4.17134,180,0,0,1,0,0,0,0,0),(213543,21736,530,1,1,0,0,-3850.32,1953.73,94.9243,0,180,0,0,1,0,0,0,0,0),(213544,21736,530,1,1,0,0,-3850.65,1949.48,93.8178,0.664798,180,0,0,1,0,0,0,0,0),(213545,21736,530,1,1,0,0,-4016.16,1984.24,91.071,3.85718,180,0,0,1,0,0,0,0,0),(213546,21736,530,1,1,0,0,-4013.18,1984.28,92.1228,4.72984,180,0,0,1,0,0,0,0,0),(213547,21736,530,1,1,0,0,-4017.42,1985.02,90.863,5.4331,180,0,0,1,0,0,0,0,0),(213548,21736,530,1,1,0,0,-3847.54,2020.76,95.211,0,180,0,0,1,0,0,0,0,0),(213549,21736,530,1,1,0,0,-3853.92,1981.77,95.4638,0,180,0,0,1,0,0,0,0,0),(213550,21736,530,1,1,0,0,-3851.24,1950.46,94.2495,0.409465,180,0,0,1,0,0,0,0,0),(213551,21736,530,1,1,0,0,-3985.56,1952.85,94.3018,5.22481,180,0,0,1,0,0,0,0,0),(213552,21736,530,1,1,0,0,-3983.17,1951.21,94.6233,4.53786,180,0,0,1,0,0,0,0,0),(213553,21736,530,1,1,0,0,-3825.6,2117.51,92.3006,0,180,0,0,1,0,0,0,0,0),(213554,21736,530,1,1,0,0,-3825.35,2122.99,93.4274,6.03884,180,0,0,1,0,0,0,0,0),(213555,21736,530,1,1,0,0,-3852.29,2014.96,95.095,0,180,0,0,1,0,0,0,0,0),(213556,21736,530,1,1,0,0,-3849.63,2016.78,95.2278,5.46288,180,0,0,1,0,0,0,0,0),(213557,21736,530,1,1,0,0,-3820.57,2126.73,93.36,0,180,0,0,1,0,0,0,0,0),(213558,21736,530,1,1,0,0,-3784.55,2280.51,83.0447,0.217424,180,0,0,1,0,0,0,0,0),(213559,21736,530,1,1,0,0,-3880.89,2292.53,136.864,0,180,0,0,1,0,0,0,0,0),(213560,21736,530,1,1,0,0,-3881.62,2298.13,135.939,5.51524,180,0,0,1,0,0,0,0,0),(213561,21736,530,1,1,0,0,-3882.95,2295.41,136.627,0,180,0,0,1,0,0,0,0,0),(213562,21736,530,1,1,0,0,-3884.25,2011.73,95.1782,0,180,0,0,1,0,0,0,0,0),(213563,21736,530,1,1,0,0,-3879.03,2017.4,95.5696,4.13187,180,0,0,1,0,0,0,0,0),(213564,21736,530,1,1,0,0,-3883.85,2016.75,95.3125,6.07375,180,0,0,1,0,0,0,0,0),(213565,21736,530,1,1,0,0,-3883.63,1983.26,98.182,0,180,0,0,1,0,0,0,0,0),(213566,21736,530,1,1,0,0,-3880.3,1988.2,97.1691,0,180,0,0,1,0,0,0,0,0),(213567,21736,530,1,1,0,0,-3886.86,1983.71,98.5151,0.794837,180,0,0,1,0,0,0,0,0),(213568,21736,530,1,1,0,0,-3718.88,2080.07,79.8679,0,180,0,0,1,0,0,0,0,0),(213569,21736,530,1,1,0,0,-3815.65,2286.57,91.3382,5.08287,180,0,0,1,0,0,0,0,0),(213570,21736,530,1,1,0,0,-3816.48,2282.41,91.1319,0.0231909,180,0,0,1,0,0,0,0,0),(213571,21736,530,1,1,0,0,-3818.96,2287.28,92.4559,5.50754,180,0,0,1,0,0,0,0,0),(213572,21736,530,1,1,0,0,-3950.78,1952.54,93.8305,4.79965,180,0,0,1,0,0,0,0,0),(213573,21736,530,1,1,0,0,-3953.53,1951.76,94.1391,5.38143,180,0,0,1,0,0,0,0,0),(213574,21736,530,1,1,0,0,-3949.22,1952.47,93.8664,4.36705,180,0,0,1,0,0,0,0,0),(213575,21736,530,1,1,0,0,-3781.53,2285.77,82.5744,5.01095,180,0,0,1,0,0,0,0,0),(213576,21736,530,1,1,0,0,-3817.67,2048.63,94.6403,0.0146101,180,0,0,1,0,0,0,0,0),(213577,21736,530,1,1,0,0,-3815.46,2051.22,94.5254,0,180,0,0,1,0,0,0,0,0),(213578,21736,530,1,1,0,0,-3813,2052.78,94.7772,0,180,0,0,1,0,0,0,0,0),(213579,21736,530,1,1,0,0,-3917.14,1950.4,93.879,4.74729,180,0,0,1,0,0,0,0,0),(213580,21736,530,1,1,0,0,-3847.08,2215.74,93.8787,0,180,0,0,1,0,0,0,0,0),(213581,21736,530,1,1,0,0,-3852.24,2220.79,94.3686,5.59166,180,0,0,1,0,0,0,0,0),(213582,21736,530,1,1,0,0,-3784.76,2154.45,81.3961,0,180,0,0,1,0,0,0,0,0),(213583,21736,530,1,1,0,0,-3788.01,2159.03,82.3003,0,180,0,0,1,0,0,0,0,0),(213584,21736,530,1,1,0,0,-3781.76,2150.46,80.1654,0,180,0,0,1,0,0,0,0,0),(213585,21736,530,1,1,0,0,-3784,2186.59,81.3785,0,180,0,0,1,0,0,0,0,0),(213586,21736,530,1,1,0,0,-3819.33,2185.38,90.9276,5.96903,180,0,0,1,0,0,0,0,0),(213587,21736,530,1,1,0,0,-3817.73,2181.53,91.1193,0,180,0,0,1,0,0,0,0,0),(213588,21736,530,1,1,0,0,-3820.37,2178.93,92.1361,0,180,0,0,1,0,0,0,0,0),(213589,21736,530,1,1,0,0,-3886.75,1949.35,98.685,0,180,0,0,1,0,0,0,0,0),(213590,21736,530,1,1,0,0,-3682.02,2184.71,76.1499,0,180,0,0,1,0,0,0,0,0),(213591,21749,530,1,1,0,0,-3248.49,2555.04,63.9541,2.77507,180,0,0,1,0,0,0,0,0),(213592,21749,530,1,1,0,0,-3246.36,2545.46,63.6607,3.52556,180,0,0,1,0,0,0,0,0),(213593,21749,530,1,1,0,0,-3246.62,2549.45,63.677,3.07178,180,0,0,1,0,0,0,0,0),(213594,21749,530,1,1,0,0,-3181.34,2478.91,62.3279,4.5204,180,0,0,1,0,0,0,0,0),(213595,21749,530,1,1,0,0,-3184.98,2486.06,62.6601,3.16476,180,0,0,1,0,0,0,0,0),(213596,21749,530,1,1,0,0,-3284.34,2445.2,64.4028,4.11898,180,0,0,1,0,0,0,0,0),(213597,21749,530,1,1,0,0,-3283.27,2451.87,65.0236,2.54818,180,0,0,1,0,0,0,0,0),(213598,21749,530,1,1,0,0,-3281.78,2448.1,64.9098,3.22886,180,0,0,1,0,0,0,0,0),(213599,21749,530,1,1,0,0,-3249.78,2520.57,64.0871,5.34508,180,0,0,1,0,0,0,0,0),(213600,21749,530,1,1,0,0,-3213.95,2584.84,63.7307,0.619795,180,0,0,1,0,0,0,0,0),(213601,21749,530,1,1,0,0,-3214.3,2585.42,63.7307,0.469131,180,0,0,1,0,0,0,0,0),(213602,21749,530,1,1,0,0,-3212.57,2584.17,63.7307,4.10408,180,0,0,1,0,0,0,0,0),(213603,21749,530,1,1,0,0,-3283.04,2418.76,61.6165,4.39603,180,0,0,1,0,0,0,0,0),(213604,21749,530,1,1,0,0,-3251.18,2514.98,63.5251,0.463623,180,0,0,1,0,0,0,0,0),(213605,21749,530,1,1,0,0,-2985.59,2717.23,69.7704,2.44346,180,0,0,1,0,0,0,0,0),(213606,21749,530,1,1,0,0,-2981.45,2719.4,70.4176,3.98479,180,0,0,1,0,0,0,0,0),(213607,21749,530,1,1,0,0,-3146,2348.05,59.6359,4.81711,180,0,0,1,0,0,0,0,0),(213608,21749,530,1,1,0,0,-3151.25,2349.23,60.0225,3.47321,180,0,0,1,0,0,0,0,0),(213609,21749,530,1,1,0,0,-3252.1,2384.09,62.5636,3.59538,180,0,0,1,0,0,0,0,0),(213610,21749,530,1,1,0,0,-3250.9,2380.64,62.5404,5.02655,180,0,0,1,0,0,0,0,0),(213611,21749,530,1,1,0,0,-3219.26,2651.72,63.4758,2.58309,180,0,0,1,0,0,0,0,0),(213612,21749,530,1,1,0,0,-3186.19,2319.14,63.5586,4.41568,180,0,0,1,0,0,0,0,0),(213613,21749,530,1,1,0,0,-3281.88,2416.86,61.2065,3.68265,180,0,0,1,0,0,0,0,0),(213614,21749,530,1,1,0,0,-3211.26,2481.64,58.0894,2.70443,180,0,0,1,0,0,0,0,0),(213615,21749,530,1,1,0,0,-3214.34,2613.26,63.2607,3.735,180,0,0,1,0,0,0,0,0),(213616,21749,530,1,1,0,0,-3218.53,2386.45,61.9123,2.33874,180,0,0,1,0,0,0,0,0),(213617,21749,530,1,1,0,0,-3250.82,2420.06,61.5133,2.26893,180,0,0,1,0,0,0,0,0),(213618,21749,530,1,1,0,0,-3247.84,2413.42,62.3897,4.3134,180,0,0,1,0,0,0,0,0),(213619,21749,530,1,1,0,0,-3019.6,2687.63,64.6773,2.98451,180,0,0,1,0,0,0,0,0),(213620,21749,530,1,1,0,0,-3012.5,2751.9,71.382,3.51659,180,0,0,1,0,0,0,0,0),(213621,21749,530,1,1,0,0,-3149.5,2483.53,62.2221,3.15905,180,0,0,1,0,0,0,0,0),(213622,21749,530,1,1,0,0,-3150.07,2479.77,62.2322,3.94444,180,0,0,1,0,0,0,0,0),(213623,21749,530,1,1,0,0,-3214.62,2618.29,62.775,1.74533,180,0,0,1,0,0,0,0,0),(213624,21749,530,1,1,0,0,-3151.63,2487.38,62.1705,2.40855,180,0,0,1,0,0,0,0,0),(213625,21749,530,1,1,0,0,-3215.22,2414.58,62.5409,3.33976,180,0,0,1,0,0,0,0,0),(213626,21749,530,1,1,0,0,-3218.05,2615.26,62.6301,2.49582,180,0,0,1,0,0,0,0,0),(213627,21749,530,1,1,0,0,-3120.84,2684.48,59.8312,1.98968,180,0,0,1,0,0,0,0,0),(213628,21749,530,1,1,0,0,-3051.35,2751.04,69.2869,3.28122,180,0,0,1,0,0,0,0,0),(213629,21749,530,1,1,0,0,-3123.48,2679.84,60.3441,3.15905,180,0,0,1,0,0,0,0,0),(213630,21749,530,1,1,0,0,-3219.94,2522.66,64.0372,2.67035,180,0,0,1,0,0,0,0,0),(213631,21749,530,1,1,0,0,-3248.94,2416.6,61.7177,3.57389,180,0,0,1,0,0,0,0,0),(213632,21749,530,1,1,0,0,-3046.59,2750.14,69.0841,2.40855,180,0,0,1,0,0,0,0,0),(213633,21749,530,1,1,0,0,-3214.33,2515.35,62.2753,4.06662,180,0,0,1,0,0,0,0,0),(213634,21749,530,1,1,0,0,-3148.2,2352.59,59.1356,3.00197,180,0,0,1,0,0,0,0,0),(213635,21749,530,1,1,0,0,-3052.38,2685.45,63.5205,2.09439,180,0,0,1,0,0,0,0,0),(213636,21749,530,1,1,0,0,-3214.13,2646.38,63.6209,0.715585,180,0,0,1,0,0,0,0,0),(213637,21749,530,1,1,0,0,-3182.53,2379.63,62.0841,2.10439,180,0,0,1,0,0,0,0,0),(213638,21749,530,1,1,0,0,-3015.41,2748.64,70.1062,2.30383,180,0,0,1,0,0,0,0,0),(213639,21749,530,1,1,0,0,-3217.24,2354.24,62.3244,5.45712,180,0,0,1,0,0,0,0,0),(213640,21749,530,1,1,0,0,-3219.82,2417.87,62.54,5.31357,180,0,0,1,0,0,0,0,0),(213641,21749,530,1,1,0,0,-3213.73,2353.16,62.4851,5.3058,180,0,0,1,0,0,0,0,0),(213642,21749,530,1,1,0,0,-3250.02,2350.69,61.1829,2.28638,180,0,0,1,0,0,0,0,0),(213643,21749,530,1,1,0,0,-3215.43,2649.63,63.559,1.81514,180,0,0,1,0,0,0,0,0),(213644,21749,530,1,1,0,0,-3147.54,2648.19,62.7397,1.88496,180,0,0,1,0,0,0,0,0),(213645,21749,530,1,1,0,0,-3147.03,2652.74,62.3924,1.25664,180,0,0,1,0,0,0,0,0),(213646,21749,530,1,1,0,0,-3016.83,2686.56,65.2798,1.53589,180,0,0,1,0,0,0,0,0),(213647,21749,530,1,1,0,0,-3047.52,2684.6,63.556,1.74533,180,0,0,1,0,0,0,0,0),(213648,21749,530,1,1,0,0,-3084.92,2682.3,61.8814,2.25148,180,0,0,1,0,0,0,0,0),(213649,21749,530,1,1,0,0,-3212.99,2553.25,61.727,1.71042,180,0,0,1,0,0,0,0,0),(213650,21749,530,1,1,0,0,-3208.58,2548.29,61.727,5.62201,180,0,0,1,0,0,0,0,0),(213651,21749,530,1,1,0,0,-3208.22,2552.29,61.6962,5.09636,180,0,0,1,0,0,0,0,0),(213652,21749,530,1,1,0,0,-3088.51,2682.02,61.9805,1.09016,180,0,0,1,0,0,0,0,0),(213653,21749,530,1,1,0,0,-3247.27,2583.69,61.8411,3.15905,180,0,0,1,0,0,0,0,0),(213654,21749,530,1,1,0,0,-3014.32,2719.08,67.5878,1.5708,180,0,0,1,0,0,0,0,0),(213655,21749,530,1,1,0,0,-3018.56,2717.03,67.319,2.21657,180,0,0,1,0,0,0,0,0),(213656,21749,530,1,1,0,0,-3021.01,2714.1,66.9327,0.308501,180,0,0,1,0,0,0,0,0),(213657,21749,530,1,1,0,0,-3186.12,2416.53,64.458,3.82227,180,0,0,1,0,0,0,0,0),(213658,21749,530,1,1,0,0,-3183.56,2417.41,65.0422,3.38,180,0,0,1,0,0,0,0,0),(213659,21749,530,1,1,0,0,-3117.41,2655.36,61.8383,1.91986,180,0,0,1,0,0,0,0,0),(213660,21749,530,1,1,0,0,-3120.92,2650.66,61.9058,3.735,180,0,0,1,0,0,0,0,0),(213661,21749,530,1,1,0,0,-3118.25,2651.88,61.8383,2.40855,180,0,0,1,0,0,0,0,0),(213662,21749,530,1,1,0,0,-3152.98,2381.1,62.6964,4.67748,180,0,0,1,0,0,0,0,0),(213663,21749,530,1,1,0,0,-3148.18,2380.82,61.5207,5.18363,180,0,0,1,0,0,0,0,0),(213664,21749,530,1,1,0,0,-3119.37,2716.55,63.1144,3.45575,180,0,0,1,0,0,0,0,0),(213665,21749,530,1,1,0,0,-3113.06,2720.81,63.416,1.48353,180,0,0,1,0,0,0,0,0),(213666,21749,530,1,1,0,0,-3115.24,2716.71,62.5454,2.35619,180,0,0,1,0,0,0,0,0),(213667,21749,530,1,1,0,0,-3248.24,2320.34,62.9295,1.25664,180,0,0,1,0,0,0,0,0),(213668,21749,530,1,1,0,0,-3250.77,2646.79,60.254,0.882043,180,0,0,1,0,0,0,0,0),(213669,21749,530,1,1,0,0,-3180.96,2545.82,62.2625,4.86947,180,0,0,1,0,0,0,0,0),(213670,21749,530,1,1,0,0,-3184.69,2547.76,61.5441,3.735,180,0,0,1,0,0,0,0,0),(213671,21749,530,1,1,0,0,-3248.13,2346.42,61.3907,4.67748,180,0,0,1,0,0,0,0,0),(213672,21749,530,1,1,0,0,-3253.99,2387.43,62.5187,2.82743,180,0,0,1,0,0,0,0,0),(213673,21749,530,1,1,0,0,-3137.04,2621.02,61.8489,2.63545,180,0,0,1,0,0,0,0,0),(213674,21749,530,1,1,0,0,-3132.07,2623.68,61.9557,1.37881,180,0,0,1,0,0,0,0,0),(213675,21749,530,1,1,0,0,-3133.54,2620.5,61.8576,2.04204,180,0,0,1,0,0,0,0,0),(213676,21749,530,1,1,0,0,-3116.25,2685.86,60.432,1.3439,180,0,0,1,0,0,0,0,0),(213677,21749,530,1,1,0,0,-3186.65,2420.53,65.4963,2.9147,180,0,0,1,0,0,0,0,0),(213678,21749,530,1,1,0,0,-3214.69,2487.3,58.3004,2.42601,180,0,0,1,0,0,0,0,0),(213679,21749,530,1,1,0,0,-3249.57,2520.18,63.8083,2.22018,180,0,0,1,0,0,0,0,0),(213680,21749,530,1,1,0,0,-3153.02,2647.78,62.7274,0.444909,180,0,0,1,0,0,0,0,0),(213681,21749,530,1,1,0,0,-3183.18,2323.69,63.3015,2.86234,180,0,0,1,0,0,0,0,0),(213682,21749,530,1,1,0,0,-2982.57,2713.41,69.8224,3.22886,180,0,0,1,0,0,0,0,0),(213683,21749,530,1,1,0,0,-3249.66,2580.03,61.9323,3.82227,180,0,0,1,0,0,0,0,0),(213684,21749,530,1,1,0,0,-3153.71,2385.18,62.8946,3.63029,180,0,0,1,0,0,0,0,0),(213685,21749,530,1,1,0,0,-3180.49,2384.36,61.8433,5.42797,180,0,0,1,0,0,0,0,0),(213686,21749,530,1,1,0,0,-3018.86,2746.91,69.359,2.79253,180,0,0,1,0,0,0,0,0),(213687,21749,530,1,1,0,0,-3213.8,2346.8,62.4221,4.08407,180,0,0,1,0,0,0,0,0),(213688,21749,530,1,1,0,0,-3084.45,2688.92,62.2637,1.64061,180,0,0,1,0,0,0,0,0),(213689,21749,530,1,1,0,0,-3247.64,2646.16,60.596,1.66291,180,0,0,1,0,0,0,0,0),(213690,21749,530,1,1,0,0,-3248.5,2317.06,63.4964,5.0091,180,0,0,1,0,0,0,0,0),(213691,21749,530,1,1,0,0,-3182.07,2520.25,62.9584,2.32129,180,0,0,1,0,0,0,0,0),(213692,21749,530,1,1,0,0,-3185.56,2348.93,62.995,4.62512,180,0,0,1,0,0,0,0,0),(213693,21749,530,1,1,0,0,-3181.81,2351.65,63.5921,5.61996,180,0,0,1,0,0,0,0,0),(213694,21749,530,1,1,0,0,-3188.8,2352.03,63.1234,0.236535,180,0,0,1,0,0,0,0,0),(213695,21749,530,1,1,0,0,-3215.53,2322.65,62.4336,4.17134,180,0,0,1,0,0,0,0,0),(213696,21749,530,1,1,0,0,-3219.71,2319.09,62.8676,3.28122,180,0,0,1,0,0,0,0,0),(213697,21749,530,1,1,0,0,-3212.78,2318.2,62.6336,5.28835,180,0,0,1,0,0,0,0,0),(213698,21749,530,1,1,0,0,-3250.12,2587.22,61.9333,4.54224,180,0,0,1,0,0,0,0,0),(213699,21749,530,1,1,0,0,-3253,2319.52,63.046,3.54302,180,0,0,1,0,0,0,0,0),(213700,21749,530,1,1,0,0,-3151.22,2513.74,62.1305,2.47737,180,0,0,1,0,0,0,0,0),(213701,21749,530,1,1,0,0,-3150.83,2518.69,62.2134,3.6493,180,0,0,1,0,0,0,0,0),(213702,21749,530,1,1,0,0,-3216.71,2417.26,62.4639,3.61283,180,0,0,1,0,0,0,0,0),(213703,21749,530,1,1,0,0,-3015.37,2688.58,65.1848,2.9363,180,0,0,1,0,0,0,0,0),(213704,21749,530,1,1,0,0,-3187.14,2553.04,62.4903,2.74017,180,0,0,1,0,0,0,0,0),(213705,21749,530,1,1,0,0,-3150.76,2516.49,62.2008,3.3452,180,0,0,1,0,0,0,0,0),(213706,21749,530,1,1,0,0,-3047.3,2753.93,70.6992,1.309,180,0,0,1,0,0,0,0,0),(213707,21749,530,1,1,0,0,-3183.84,2512.93,63.1895,4.41568,180,0,0,1,0,0,0,0,0),(213708,21749,530,1,1,0,0,-3187.32,2518.06,63.2177,3.57792,180,0,0,1,0,0,0,0,0),(213709,21749,530,1,1,0,0,-3216.19,2380.6,61.8377,5.46288,180,0,0,1,0,0,0,0,0),(213710,21749,530,1,1,0,0,-3054.54,2681.47,63.4494,2.80998,180,0,0,1,0,0,0,0,0),(213711,21749,530,1,1,0,0,-3251.7,2619.89,61.6119,3.59085,180,0,0,1,0,0,0,0,0),(213712,21749,530,1,1,0,0,-3252.18,2616.13,61.7293,3.08923,180,0,0,1,0,0,0,0,0),(213713,21749,530,1,1,0,0,-3254.25,2613.7,61.7522,1.91052,180,0,0,1,0,0,0,0,0),(213714,21749,530,1,1,0,0,-3145.87,2682.9,60.3541,6.00582,180,0,0,1,0,0,0,0,0),(213715,21749,530,1,1,0,0,-3153.57,2681.81,62.1644,0.518038,180,0,0,1,0,0,0,0,0),(213716,21749,530,1,1,0,0,-3147.09,2687.62,61.0639,4.0856,180,0,0,1,0,0,0,0,0),(213717,21749,530,1,1,0,0,-3279.98,2415.29,60.908,3.31003,180,0,0,1,0,0,0,0,0),(213718,21749,530,1,1,0,0,-3184.6,2483,62.5686,4.08407,180,0,0,1,0,0,0,0,0),(213719,21749,530,1,1,0,0,-3216.98,2383.44,61.853,3.82227,180,0,0,1,0,0,0,0,0),(248255,11454,429,1,1,0,1,22.7961,-680.046,-25.0783,3.89208,86400,2,0,7842,0,1,0,0,0),(248254,11451,429,1,1,0,1,56.7221,-706.941,-25.0775,4.5204,86400,2,0,7842,0,1,0,0,0),(248253,11451,429,1,1,0,1,55.9418,-720.741,-25.0775,6.24828,86400,2,0,7842,0,1,0,0,0),(248252,11454,429,1,1,0,1,55.3767,-713.761,-25.0775,3.61283,86400,2,0,7842,0,1,0,0,0),(248251,13160,429,1,1,0,0,473.476,-22.8605,-3.80176,1.74533,86400,2,0,835,0,1,0,0,0),(248250,13160,429,1,1,0,0,460.363,-24.5369,-3.80338,1.65806,86400,2,0,835,0,1,0,0,0),(248249,13160,429,1,1,0,0,472.657,-33.7128,-3.80235,1.72788,86400,2,0,835,0,1,0,0,0),(248248,13160,429,1,1,0,0,461.868,-40.8365,-3.80336,1.65806,86400,2,0,835,0,1,0,0,0),(248247,13160,429,1,1,0,0,471.24,-46.8005,-3.80276,1.71042,86400,2,0,835,0,1,0,0,0),(248246,13160,429,1,1,0,0,470.647,-70.0009,-3.80298,1.5708,86400,2,0,835,0,1,0,0,0),(248245,13160,429,1,1,0,0,470.499,-60.3753,-3.80288,1.5708,86400,2,0,835,0,1,0,0,0),(248244,13160,429,1,1,0,0,464.65,-53.981,-3.80318,1.55334,86400,2,0,835,0,1,0,0,0),(248243,13160,429,1,1,0,0,456.683,-57.2889,-4.25341,1.50098,86400,2,0,835,0,1,0,0,0),(248242,13160,429,1,1,0,0,460.236,-68.9731,-3.80364,1.50098,86400,2,0,835,0,1,0,0,0),(248241,13160,429,1,1,0,0,444.67,-99.7554,-3.80372,1.5708,86400,2,0,835,0,1,0,0,0),(248240,13160,429,1,1,0,0,445.745,-113.939,-3.80256,1.5708,86400,2,0,835,0,1,0,0,0),(245661,25904,0,1,1,0,0,-9428.77,-2118.63,66.2485,4.5204,300,0,0,1200,0,0,0,0,0),(245662,25905,530,1,1,0,0,-3938.03,2048.87,95.0824,5.96191,300,0,0,1100,0,0,0,0,0),(143644,23287,530,1,1,0,0,-4887.94,531.721,0.624772,3.05433,300,0,0,4299,0,0,0,0,0),(143645,23287,530,1,1,0,0,-4965.99,483.219,4.14391,0.0349066,300,0,0,4299,0,0,0,0,0),(143646,23287,530,1,1,0,0,-4918.07,502.059,2.48006,1.5708,300,0,0,4299,0,0,0,0,0),(143647,23287,530,1,1,0,0,-4926.75,455.508,1.52772,1.39626,300,0,0,4299,0,0,0,0,0),(143648,23287,530,1,1,0,0,-4981.04,460.073,4.20743,0.174533,300,0,0,4299,0,0,0,0,0),(143650,23287,530,1,1,0,0,-4907.83,475.566,0.890101,2.04204,300,0,0,4299,0,0,0,0,0),(143651,23287,530,1,1,0,0,-4882.04,472.489,-3.11754,3.22886,300,0,0,4299,0,0,0,0,0),(143652,23287,530,1,1,0,0,-4941.03,469.183,0.202341,1.06465,300,0,0,4299,0,0,0,0,0),(143653,23287,530,1,1,0,0,-4950.46,451.137,0.72554,0.942478,300,0,0,4299,0,0,0,0,0),(143654,23287,530,1,1,0,0,-4904.54,420.029,-5.08854,2.44346,300,0,0,4299,0,0,0,0,0),(143655,23287,530,1,1,0,0,-4959.42,393.706,-0.92949,4.5204,300,0,0,4299,0,0,0,0,0),(143657,23287,530,1,1,0,0,-4919.89,307.317,-13.1322,3.40339,300,0,0,4299,0,0,0,0,0),(143660,23287,530,1,1,0,0,-4941.54,294.663,-8.8148,3.26377,300,0,0,4299,0,0,0,0,0),(143661,23287,530,1,1,0,0,-4994.48,281.776,-3.49516,2.68781,300,0,0,4299,0,0,0,0,0),(143662,23287,530,1,1,0,0,-5014.46,279.322,0.0647393,2.35619,300,0,0,4299,0,0,0,0,0),(143663,23287,530,1,1,0,0,-4981,267.045,-6.29907,2.56563,300,0,0,4299,0,0,0,0,0),(143664,23287,530,1,1,0,0,-4966.65,279.133,-5.87696,2.84489,300,0,0,4299,0,0,0,0,0),(143666,23287,530,1,1,0,0,-5009.96,296.281,2.06325,2.79253,300,0,0,4299,0,0,0,0,0),(143667,23287,530,1,1,0,0,-4973.3,220.818,-10.6333,2.21657,300,0,0,4299,0,0,0,0,0),(143668,23287,530,1,1,0,0,-4977.84,252.817,-8.2034,2.40855,300,0,0,4299,0,0,0,0,0),(143669,23287,530,1,1,0,0,-5011.1,222.092,-10.5117,1.81514,300,0,0,4299,0,0,0,0,0),(143670,23287,530,1,1,0,0,-4995.98,254.496,-4.69926,2.21657,300,0,0,4299,0,0,0,0,0),(143671,23287,530,1,1,0,0,-5023.84,241.114,-4.39203,1.32645,300,0,0,4299,0,0,0,0,0),(143672,23287,530,1,1,0,0,-5044.64,201.475,-11.8637,0.872665,300,0,0,4299,0,0,0,0,0),(143673,23287,530,1,1,0,0,-5069.87,170.684,-9.40114,0.820305,300,0,0,4299,0,0,0,0,0),(143674,23287,530,1,1,0,0,-5009.81,160.832,-14.7209,2.75762,300,0,0,4299,0,0,0,0,0),(143675,23287,530,1,1,0,0,-5067.46,192.511,-8.89424,0.645772,300,0,0,4299,0,0,0,0,0),(143676,23287,530,1,1,0,0,-5041.76,179.201,-14.2369,0.959931,300,0,0,4299,0,0,0,0,0),(143677,23287,530,1,1,0,0,-5051.51,155.655,-12.6331,1.39626,300,0,0,4299,0,0,0,0,0),(143678,23287,530,1,1,0,0,-5090.02,180.66,-8.29923,0.349066,300,0,0,4299,0,0,0,0,0),(143679,23287,530,1,1,0,0,-5085.62,154.508,-10.8853,0.907571,300,0,0,4299,0,0,0,0,0),(143680,23287,530,1,1,0,0,-5056.44,120.819,-17.1502,2.05949,300,0,0,4299,0,0,0,0,0),(143681,23287,530,1,1,0,0,-5068.56,141.566,-13.4759,1.0821,300,0,0,4299,0,0,0,0,0),(143682,23287,530,1,1,0,0,-5115.29,147.599,-11.4053,0.645772,300,0,0,4299,0,0,0,0,0),(143683,23287,530,1,1,0,0,-5109.35,129.49,-13.6142,0.628318,300,0,0,4299,0,0,0,0,0),(143684,23287,530,1,1,0,0,-5107.62,169.443,-8.38708,0.349066,300,0,0,4299,0,0,0,0,0),(143685,23287,530,1,1,0,0,-5118.66,105.185,-12.5981,1.25664,300,0,0,4299,0,0,0,0,0),(143686,23287,530,1,1,0,0,-5149.46,152.029,-12.3915,6.17846,300,0,0,4299,0,0,0,0,0),(143687,23287,530,1,1,0,0,-5174.08,155.275,-12.2332,6.02139,300,0,0,4299,0,0,0,0,0),(143688,23287,530,1,1,0,0,-5198.48,157.077,-13.4146,0.471239,300,0,0,4299,0,0,0,0,0),(143689,23287,530,1,1,0,0,-5178.48,174.83,-11.4892,5.34071,300,0,0,4299,0,0,0,0,0),(143690,23287,530,1,1,0,0,-5198.59,202.205,-13.6357,5.11381,300,0,0,4299,0,0,0,0,0),(143691,23287,530,1,1,0,0,-5189.78,135.485,-12.0408,0.680678,300,0,0,4299,0,0,0,0,0),(143692,23287,530,1,1,0,0,-5229.69,136.861,-13.6339,0.558505,300,0,0,4299,0,0,0,0,0),(143693,23287,530,1,1,0,0,-5218.99,222.209,-11.3415,5.21853,300,0,0,4299,0,0,0,0,0),(143694,23287,530,1,1,0,0,-5220.69,199.715,-12.8052,5.95157,300,0,0,4299,0,0,0,0,0),(143695,23287,530,1,1,0,0,-5247.15,212.461,-13.8204,5.63741,300,0,0,4299,0,0,0,0,0),(143696,23287,530,1,1,0,0,-5241.21,231.772,-11.9311,5.51524,300,0,0,4299,0,0,0,0,0),(143697,23287,530,1,1,0,0,-5023.84,241.114,-4.39203,1.32645,300,0,0,4299,0,0,0,0,0),(143698,23287,530,1,1,0,0,-4937.38,438.723,2.34031,1.29154,300,0,0,4299,0,0,0,0,0),(143699,23287,530,1,1,0,0,-4940.02,535.288,7.1279,1.67552,300,0,0,4299,0,0,0,0,0),(143700,23287,530,1,1,0,0,-4959.94,591.927,12.991,1.98968,300,0,0,4299,0,0,0,0,0),(143702,23287,530,1,1,0,0,-4991.9,300.797,-1.30472,3.28122,300,0,0,4299,0,0,0,0,0),(143703,23287,530,1,1,0,0,-4970.34,322.204,-2.63689,3.90954,300,0,0,4299,0,0,0,0,0),(143704,23287,530,1,1,0,0,-4969.65,298.882,-3.50315,3.42085,300,0,0,4299,0,0,0,0,0),(143705,23287,530,1,1,0,0,-5069.87,170.684,-9.40114,0.820305,300,0,0,4299,0,0,0,0,0),(143708,23287,530,1,1,0,0,-4940.02,535.288,7.1279,1.67552,300,0,0,4299,0,0,0,0,0),(143709,23287,530,1,1,0,0,-4921.11,528.473,6.56836,2.04204,300,0,0,4299,0,0,0,0,0),(143710,23287,530,1,1,0,0,-4904.56,530.207,4.5631,2.1293,300,0,0,4299,0,0,0,0,0),(143711,23287,530,1,1,0,0,-4983.62,632.319,20.5838,3.05433,300,0,0,4299,0,0,0,0,0),(143712,23287,530,1,1,0,0,-4956.98,356.441,-2.26435,4.46804,300,0,0,4299,0,0,0,0,0),(143713,23287,530,1,1,0,0,-4965.99,483.219,4.14391,0.0349066,300,0,0,4299,0,0,0,0,0),(143715,23287,530,1,1,0,0,-4940.02,535.288,7.1279,1.67552,300,0,0,4299,0,0,0,0,0),(143716,23287,530,1,1,0,0,-5178.18,642.913,39.7944,1.91986,300,0,0,4299,0,0,0,0,0),(143717,23287,530,1,1,0,0,-5187.55,638.771,41.7437,1.95477,300,0,0,4299,0,0,0,0,0),(143718,23287,530,1,1,0,0,-5170.54,614.411,37.5913,4.92183,300,0,0,4299,0,0,0,0,0),(143719,23287,530,1,1,0,0,-5186.18,617.585,42.2341,4.34587,300,0,0,4299,0,0,0,0,0),(143720,23287,530,1,1,0,0,-5219.59,636.941,48.118,1.6057,300,0,0,4299,0,0,0,0,0),(143721,23287,530,1,1,0,0,-5209.47,636.056,45.9499,1.78024,300,0,0,4299,0,0,0,0,0),(143722,23287,530,1,1,0,0,-5209.13,619.51,46.4296,4.50295,300,0,0,4299,0,0,0,0,0),(143723,23287,530,1,1,0,0,-5197.96,636.202,44.0867,1.64061,300,0,0,4299,0,0,0,0,0),(143724,23287,530,1,1,0,0,-5195.91,618.55,44.3537,4.55531,300,0,0,4299,0,0,0,0,0),(143726,23169,530,1,1,0,0,-4967.99,620.932,15.9711,4.67637,300,4,0,4299,0,1,0,0,0),(143731,23169,530,1,1,0,0,-5010.13,689.911,18.9269,5.89491,300,4,0,4299,0,1,0,0,0),(143733,23169,530,1,1,0,0,-5013.31,639.056,23.5544,1.21291,300,4,0,4299,0,1,0,0,0),(143735,23169,530,1,1,0,0,-4979.91,633.551,20.3067,5.37258,300,4,0,4299,0,1,0,0,0),(143737,23169,530,1,1,0,0,-4966.19,655.646,20.2252,5.77068,300,4,0,4299,0,1,0,0,0),(143742,23169,530,1,1,0,0,-4920.44,554.348,6.81108,1.59274,300,4,0,4299,0,1,0,0,0),(143743,23169,530,1,1,0,0,-4885.11,529.774,-0.0718832,3.10488,300,4,0,4299,0,1,0,0,0),(143745,23169,530,1,1,0,0,-4958.08,598.221,13.3254,2.34514,300,4,0,4299,0,1,0,0,0),(143746,23169,530,1,1,0,0,-4946.53,565.818,8.39564,2.17196,300,4,0,4299,0,1,0,0,0),(143751,23169,530,1,1,0,0,-4883.25,474.996,-2.79057,0.494797,300,4,0,4299,0,1,0,0,0),(143753,23169,530,1,1,0,0,-4917.94,430.338,-1.61958,5.61221,300,4,0,4299,0,1,0,0,0),(143755,23169,530,1,1,0,0,-5038.03,350.875,2.62308,3.72062,300,4,0,4299,0,1,0,0,0),(143756,23169,530,1,1,0,0,-4973.92,319.212,-2.41731,1.52532,300,4,0,4299,0,1,0,0,0),(143757,23169,530,1,1,0,0,-4931.09,298.953,-11.7131,3.18538,300,4,0,4299,0,1,0,0,0),(143760,23169,530,1,1,0,0,-5010.78,274.031,-1.59692,4.01841,300,4,0,4299,0,1,0,0,0),(143763,23169,530,1,1,0,0,-5062.85,293.875,-8.14983,3.96782,300,4,0,4299,0,1,0,0,0),(143764,23169,530,1,1,0,0,-5018.06,224.327,-10.2253,0.688617,300,4,0,4299,0,1,0,0,0),(143766,23169,530,1,1,0,0,-4935.26,463.83,0.322369,0.162504,300,4,0,4299,0,1,0,0,0),(143767,23169,530,1,1,0,0,-4922.94,501.758,2.84953,5.34202,300,4,0,4299,0,1,0,0,0),(143768,23169,530,1,1,0,0,-4975.55,269.095,-6.79952,5.49943,300,4,0,4299,0,1,0,0,0),(143769,23169,530,1,1,0,0,-4960.4,355.089,-1.78741,5.13321,300,4,0,4299,0,1,0,0,0),(143777,23169,530,1,1,0,0,-5094.84,177.709,-8.40872,4.03879,300,4,0,4299,0,1,0,0,0),(143778,23169,530,1,1,0,0,-5059.07,126.298,-16.5597,5.17002,300,4,0,4299,0,1,0,0,0),(143779,23169,530,1,1,0,0,-5109.45,127.173,-13.8166,1.71806,300,4,0,4299,0,1,0,0,0),(143780,23169,530,1,1,0,0,-4954.41,294.593,-5.89805,0.862686,300,4,0,4299,0,1,0,0,0),(143781,23169,530,1,1,0,0,-5116.2,103.056,-12.6599,4.63843,300,4,0,4299,0,1,0,0,0),(143782,23169,530,1,1,0,0,-5143.03,145.9,-12.4776,2.74114,300,4,0,4299,0,1,0,0,0),(143783,23169,530,1,1,0,0,-5110.54,154.916,-10.5743,1.11505,300,4,0,4299,0,1,0,0,0),(143785,23169,530,1,1,0,0,-5003.26,159.898,-14.7386,0.22568,300,4,0,4299,0,1,0,0,0),(143787,23169,530,1,1,0,0,-4975.54,227.946,-10.7442,0.62282,300,4,0,4299,0,1,0,0,0),(143788,23169,530,1,1,0,0,-4991.77,250.844,-5.68125,2.22313,300,4,0,4299,0,1,0,0,0),(143790,23169,530,1,1,0,0,-5001.91,292.276,-0.909523,1.15177,300,4,0,4299,0,1,0,0,0),(143794,23169,530,1,1,0,0,-5040.05,317.909,-4.03592,4.63579,300,4,0,4299,0,1,0,0,0),(143795,23169,530,1,1,0,0,-4957.85,405.278,0.924021,3.04655,300,4,0,4299,0,1,0,0,0),(143796,23169,530,1,1,0,0,-4948.44,460.188,0.102771,0.993547,300,4,0,4299,0,1,0,0,0),(143798,23169,530,1,1,0,0,-4955.56,438.111,2.45324,3.58539,300,4,0,4299,0,1,0,0,0),(143799,23169,530,1,1,0,0,-4924.5,453.212,1.67316,0.402385,300,4,0,4299,0,1,0,0,0),(143800,23169,530,1,1,0,0,-4978.23,457.862,3.57961,5.98901,300,4,0,4299,0,1,0,0,0),(143801,23169,530,1,1,0,0,-4910.38,470.403,0.864112,1.14185,300,4,0,4299,0,1,0,0,0),(143802,23169,530,1,1,0,0,-4970.95,480.743,4.06482,5.43455,300,4,0,4299,0,1,0,0,0),(143808,23169,530,1,1,0,0,-4934.58,535.116,6.56459,4.53612,300,4,0,4299,0,1,0,0,0),(143809,23169,530,1,1,0,0,-4906.6,532.559,4.95723,1.96821,300,4,0,4299,0,1,0,0,0),(143810,23169,530,1,1,0,0,-4920.16,587.094,6.4686,2.24315,300,4,0,4299,0,1,0,0,0),(143816,23169,530,1,1,0,0,-5077.74,333.02,5.17965,2.50958,300,4,0,4299,0,1,0,0,0),(143819,23169,530,1,1,0,0,-5058.35,196.923,-9.94155,5.70228,300,4,0,4299,0,1,0,0,0),(143821,23169,530,1,1,0,0,-5071.98,158.804,-10.6722,0.0177878,300,4,0,4299,0,1,0,0,0),(143822,23326,530,1,1,0,0,-5001.69,643.449,22.8459,5.31193,300,4,0,3224,0,1,0,0,0),(143827,23326,530,1,1,0,0,-4963.24,605.275,15.154,1.85274,300,0,0,3224,0,2,0,0,0),(143833,23326,530,1,1,0,0,-5015.39,692.087,18.8692,3.37932,300,4,0,3224,0,1,0,0,0),(143834,23326,530,1,1,0,0,-4951.82,581.446,11.222,2.67656,300,4,0,3224,0,1,0,0,0),(143837,23326,530,1,1,0,0,-4926.3,510.823,5.91257,2.36952,300,0,0,3224,0,2,0,0,0),(143838,23326,530,1,1,0,0,-4921.18,439.673,0.8384,0.543838,300,4,0,3224,0,1,0,0,0),(143839,23326,530,1,1,0,0,-4952.6,401.475,-0.353805,3.41874,300,4,0,3224,0,1,0,0,0),(143840,23326,530,1,1,0,0,-4869.95,530.626,-1.55347,3.01892,300,0,0,3224,0,2,0,0,0),(143841,23326,530,1,1,0,0,-4965.88,349.554,-1.5365,4.61586,300,4,0,3224,0,1,0,0,0),(143843,23326,530,1,1,0,0,-4922.49,300.925,-12.9711,4.31468,300,0,0,3224,0,2,0,0,0),(143844,23326,530,1,1,0,0,-5014.13,288.192,1.79353,5.62062,300,4,0,3224,0,1,0,0,0),(143845,23326,530,1,1,0,0,-4962.29,381.237,-1.74482,4.60277,300,4,0,3224,0,1,0,0,0),(143848,23326,530,1,1,0,0,-5009.85,293.168,1.58165,4.3808,300,0,0,3224,0,2,0,0,0),(143849,23326,530,1,1,0,0,-5054.07,191.364,-11.1294,4.91306,300,4,0,3224,0,1,0,0,0),(143850,23326,530,1,1,0,0,-5061.09,118.984,-16.3236,3.18534,300,0,0,3224,0,2,0,0,0),(143851,23326,530,1,1,0,0,-5084.81,170.59,-8.36356,2.47063,300,4,0,3224,0,1,0,0,0),(143852,23326,530,1,1,0,0,-5118.9,113.851,-12.9581,1.05327,300,4,0,3224,0,1,0,0,0),(143853,23326,530,1,1,0,0,-5121.38,140.211,-12.2417,4.71765,300,4,0,3224,0,1,0,0,0),(143854,23326,530,1,1,0,0,-5028.93,162.433,-14.6967,4.59892,300,4,0,3224,0,1,0,0,0),(143856,23326,530,1,1,0,0,-5162.3,147.26,-13.6849,2.2132,300,4,0,3224,0,1,0,0,0),(143857,23326,530,1,1,0,0,-5195.16,185.977,-12.4741,2.13534,300,4,0,3224,0,1,0,0,0),(143858,23326,530,1,1,0,0,-5185.33,154.898,-12.4972,5.5321,300,4,0,3224,0,1,0,0,0),(143859,23326,530,1,1,0,0,-5052.25,176.883,-11.9523,0.755298,300,0,0,3224,0,2,0,0,0),(143861,23326,530,1,1,0,0,-4995.01,236.348,-7.46259,6.06303,300,4,0,3224,0,1,0,0,0),(143863,23326,530,1,1,0,0,-5038.44,207.097,-11.7582,3.84909,300,4,0,3224,0,1,0,0,0),(143864,23326,530,1,1,0,0,-4949.18,294.446,-6.96634,0.678574,300,4,0,3224,0,1,0,0,0),(143865,23326,530,1,1,0,0,-4973.03,308.006,-2.71484,1.89226,300,4,0,3224,0,1,0,0,0),(143869,23326,530,1,1,0,0,-4906.55,472.265,0.740518,2.36905,300,4,0,3224,0,1,0,0,0),(143870,23326,530,1,1,0,0,-4942.34,455.295,0.785726,3.04841,300,4,0,3224,0,1,0,0,0),(143871,23326,530,1,1,0,0,-4927.63,480.446,-0.214077,3.81204,300,4,0,3224,0,1,0,0,0),(143872,23326,530,1,1,0,0,-4917.62,533.382,6.37713,4.49782,300,4,0,3224,0,1,0,0,0),(143874,23326,530,1,1,0,0,-4916.31,586.335,5.46745,0.631142,300,4,0,3224,0,1,0,0,0),(143875,23326,530,1,1,0,0,-4979.85,626.723,18.8997,2.5371,300,4,0,3224,0,1,0,0,0),(143876,23326,530,1,1,0,0,-4968.97,659.846,20.9521,0.472925,300,4,0,3224,0,1,0,0,0),(143877,23326,530,1,1,0,0,-5002.8,646.277,22.8528,0.436832,300,4,0,3224,0,1,0,0,0),(143879,23326,530,1,1,0,0,-5069.65,161.793,-10.4524,3.35822,300,4,0,3224,0,1,0,0,0),(143881,23309,530,1,1,0,0,-4860.77,468.779,-5.74204,4.24115,300,0,0,4299,0,0,0,0,0),(143882,23324,530,1,1,0,0,-5196.18,166.819,-12.5939,4.93055,300,0,0,4299,0,0,0,0,0),(143883,23324,530,1,1,0,0,-5210.66,146.508,-14.0698,3.90994,300,0,0,4299,0,0,0,0,0),(143884,23324,530,1,1,0,0,-5178.91,173.927,-11.5406,1.13044,300,0,0,4299,0,0,0,0,0),(143885,23324,530,1,1,0,0,-5192.22,133.612,-12.0078,2.23203,300,0,0,4299,0,0,0,0,0),(143886,23324,530,1,1,0,0,-5179.03,152.351,-12.4635,4.377,300,0,0,4299,0,0,0,0,0),(143887,23324,530,1,1,0,0,-5236.02,198.761,-13.9391,1.10017,300,0,0,4299,0,0,0,0,0),(143888,23324,530,1,1,0,0,-5210.28,207.824,-12.7915,1.51252,300,0,0,4299,0,0,0,0,0),(143889,23324,530,1,1,0,0,-5230.44,213.072,-12.7647,4.86818,300,0,0,4299,0,0,0,0,0),(143890,23324,530,1,1,0,0,-5254.5,210.487,-13.7562,5.22833,300,0,0,4299,0,0,0,0,0),(143891,23324,530,1,1,0,0,-5224.81,227.146,-10.9794,5.06882,300,0,0,4299,0,0,0,0,0),(143892,23305,530,1,1,0,0,-5223.8,139.136,-13.6459,5.91905,300,0,0,4299,0,0,0,0,0),(143893,23305,530,1,1,0,0,-5247.99,226.556,-12.5696,3.97075,300,0,0,4299,0,0,0,0,0),(244811,32837,0,1,1,0,1,2310.73,296.853,37.3108,4.44553,600,0,0,247,0,0,0,0,0),(244810,32837,1,1,1,0,1,354.242,-4684.24,16.4578,3.5501,600,0,0,247,0,0,0,0,0),(244809,32798,530,1,1,0,0,9484.74,-6813.9,16.4939,0.571603,120,0,0,34032,31924,0,0,0,0),(240781,32820,0,1,1,0,0,-9892,-296,34.618,3.511,600,20,0,2,0,1,0,0,0),(240780,32820,0,1,1,0,0,-9892,-1359,34.463,6.268,600,20,0,2,0,1,0,0,0),(240779,32820,0,1,1,0,0,-9895,-1281,33.821,4.304,600,20,0,2,0,1,0,0,0),(240778,32820,0,1,1,0,0,-9896,329.928,36.451,1.921,600,20,0,2,0,1,0,0,0),(240777,32820,0,1,1,0,0,-9896,-1061,28.464,5.99,600,20,0,2,0,1,0,0,0),(240776,32820,0,1,1,0,0,-9901,-303,34.373,0.437,600,20,0,2,0,1,0,0,0),(240775,32820,0,1,1,0,0,-9901,-1281,32.436,4.133,600,20,0,2,0,1,0,0,0),(240774,32820,0,1,1,0,0,-9902,81.655,32.322,5.607,600,20,0,2,0,1,0,0,0),(240773,32820,0,1,1,0,0,-9906,-56,29.896,0.191,600,20,0,2,0,1,0,0,0),(240772,32820,0,1,1,0,0,-9907,-331,33.75,3.793,600,20,0,2,0,1,0,0,0),(240771,32820,0,1,1,0,0,-9908,-1489,26.38,5.963,600,20,0,2,0,1,0,0,0),(240770,32820,0,1,1,0,0,-9910,-894,23.534,0.697,600,20,0,2,0,1,0,0,0),(240769,32820,0,1,1,0,0,-9911,456.769,34.47,2.141,600,20,0,2,0,1,0,0,0),(240768,32820,0,1,1,0,0,-9911,-377,31.405,5.939,600,20,0,2,0,1,0,0,0),(240767,32820,0,1,1,0,0,-9913,646.473,36.822,4.221,600,20,0,2,0,1,0,0,0),(240766,32820,0,1,1,0,0,-9914,-911,23.237,2.325,600,20,0,2,0,1,0,0,0),(240765,32820,0,1,1,0,0,-9914,-1056,25.676,4.699,600,20,0,2,0,1,0,0,0),(240764,32820,0,1,1,0,0,-9914,-1657,22.859,4.768,600,20,0,2,0,1,0,0,0),(240763,32820,0,1,1,0,0,-9917,599.298,39.564,0,600,20,0,2,0,1,0,0,0),(240762,32820,0,1,1,0,0,-9918,415.128,35.311,0,600,20,0,2,0,1,0,0,0),(240761,32820,0,1,1,0,0,-9918,42.296,32.719,2.63,600,20,0,2,0,1,0,0,0),(240760,32820,0,1,1,0,0,-9918,-839,20.029,1.622,600,20,0,2,0,1,0,0,0),(240759,32820,0,1,1,0,0,-9919,-64,30.693,1.277,600,20,0,2,0,1,0,0,0),(240758,32820,0,1,1,0,0,-9920,613.934,40.759,3.77,600,20,0,2,0,1,0,0,0),(240757,32820,0,1,1,0,0,-9920,-419,24.92,3.004,600,20,0,2,0,1,0,0,0),(240756,32820,0,1,1,0,0,-9921,-1244,25.03,2.628,600,20,0,2,0,1,0,0,0),(240755,32820,0,1,1,0,0,-9923,79.156,32.697,3.526,600,20,0,2,0,1,0,0,0),(240754,32820,0,1,1,0,0,-9923,-1477,24.17,2.616,600,20,0,2,0,1,0,0,0),(240753,32820,0,1,1,0,0,-9924,38.387,32.595,3.142,600,20,0,2,0,1,0,0,0),(240752,32820,0,1,1,0,0,-9924,-979,20.854,2.209,600,20,0,2,0,1,0,0,0),(240751,32820,0,1,1,0,0,-9925,-90,29.881,0.517,600,20,0,2,0,1,0,0,0),(240750,32820,0,1,1,0,0,-9928,-1452,27.62,1.308,600,20,0,2,0,1,0,0,0),(240749,32820,0,1,1,0,0,-9929,-1098,24.09,2.897,600,20,0,2,0,1,0,0,0),(240748,32820,0,1,1,0,0,-9929,-1157,22.215,3.421,600,20,0,2,0,1,0,0,0),(240747,32820,0,1,1,0,0,-9931,-45,30.883,5.497,600,20,0,2,0,1,0,0,0),(240746,32820,0,1,1,0,0,-9933,-1093,23.46,6.133,600,20,0,2,0,1,0,0,0),(240745,32820,0,1,1,0,0,-9933,-1164,20.941,4.451,600,20,0,2,0,1,0,0,0),(240744,32820,0,1,1,0,0,-9936,583.854,37.895,3.957,600,20,0,2,0,1,0,0,0),(240743,32820,0,1,1,0,0,-9937,650.755,33.537,0.565,600,20,0,2,0,1,0,0,0),(240742,32820,0,1,1,0,0,-9942,-1560,25.45,2.348,600,20,0,2,0,1,0,0,0),(240741,32820,0,1,1,0,0,-9958.61,-153.27,22.3896,5.7039,600,20,0,2,0,1,0,0,0),(240740,32820,0,1,1,0,0,-9946,604.266,38.356,1.857,600,20,0,2,0,1,0,0,0),(240739,32820,0,1,1,0,0,-9946,129.134,33.365,0.596,600,20,0,2,0,1,0,0,0),(240738,32820,0,1,1,0,0,-9947,-44,33.23,1.308,600,20,0,2,0,1,0,0,0),(240737,32820,0,1,1,0,0,-9948,-20,34.2,5.984,600,20,0,2,0,1,0,0,0),(240736,32820,0,1,1,0,0,-9948,-55,32.847,5.109,600,20,0,2,0,1,0,0,0),(240735,32820,0,1,1,0,0,-9950,621.918,37.356,5.061,600,20,0,2,0,1,0,0,0),(240734,32820,0,1,1,0,0,-9950,615.613,37.291,1.169,600,20,0,2,0,1,0,0,0),(240733,32820,0,1,1,0,0,-9950,413.263,35.043,3.409,600,20,0,2,0,1,0,0,0),(240732,32820,0,1,1,0,0,-9951,675.731,32.108,3.045,600,20,0,2,0,1,0,0,0),(240731,32820,0,1,1,0,0,-9952,-19,34.434,5.494,600,20,0,2,0,1,0,0,0),(240730,32820,0,1,1,0,0,-9952,-133,25.452,3.594,600,20,0,2,0,1,0,0,0),(240729,32820,0,1,1,0,0,-9954,554.6,39.256,0.457,600,20,0,2,0,1,0,0,0),(240728,32820,0,1,1,0,0,-9955,41.774,33.476,1.127,600,20,0,2,0,1,0,0,0),(240727,32820,0,1,1,0,0,-9957,-46,33.197,3.964,600,20,0,2,0,1,0,0,0),(240726,32820,0,1,1,0,0,-9957,-274,26.367,3.351,600,20,0,2,0,1,0,0,0),(240725,32820,0,1,1,0,0,-9957,-1280,24.766,2.885,600,20,0,2,0,1,0,0,0),(240724,32820,0,1,1,0,0,-9957,-1421,25.077,0.994,600,20,0,2,0,1,0,0,0),(240723,32820,0,1,1,0,0,-9959,925.294,45.374,5.412,600,20,0,2,0,1,0,0,0),(1976193,14526,1,1,1,0,0,6179.29,-1065,385.375,1.156,600,0,0,3331,0,0,0,0,0),(1976566,30136,571,1,4,0,1,7419.12,-1009.96,538.636,5.94553,300,0,0,5885,0,0,0,0,0),(1976565,30136,571,1,4,0,1,7438.33,-989.91,538.669,5.58032,300,0,0,6088,0,0,0,0,0),(1976564,30136,571,1,4,0,1,7442.67,-972.118,538.613,5.53712,300,0,0,6088,0,0,0,0,0),(246052,15107,529,1,2,0,0,1189.31,1183.63,-56.0443,2.44346,7200,0,0,1,0,0,0,0,0),(246051,15107,529,1,2,0,0,1170.5,1161.7,-56.4227,0.357083,7200,10,0,1,0,1,0,0,0),(246104,15086,529,1,2,0,1,1207.82,1198.78,-56.1779,2.86234,7200,0,0,1,0,0,0,0,0),(246021,15087,529,1,4,0,1,1167.39,1182.29,-56.3064,5.17983,7200,0,0,1,0,2,0,0,0),(246035,15063,529,1,8,0,1,979.588,997.244,-43.9798,0.575959,7200,0,0,1,0,0,0,0,0),(246072,15063,529,1,8,0,1,980.162,989.083,-43.9306,0.191986,7200,0,0,1,0,0,0,0,0),(246071,15063,529,1,8,0,1,983.693,1008.41,-42.5199,5.35816,7200,0,0,1,0,0,0,0,0),(246100,15063,529,1,8,0,1,996.188,1003.25,-42.5221,4.72984,7200,0,0,1,0,0,0,0,0),(246088,15064,529,1,16,0,1,996.413,1002.88,-42.52,4.7822,7200,0,0,1,0,0,0,0,0),(246010,15064,529,1,16,0,1,968.975,999.732,-43.9377,2.53073,7200,0,0,1,0,0,0,0,0),(246012,15064,529,1,16,0,1,979.603,997.367,-43.9784,1.01229,7200,0,0,1,0,0,0,0,0),(246086,15064,529,1,16,0,1,983.581,1008.55,-42.5199,5.34071,7200,0,0,1,0,0,0,0,0),(246087,15064,529,1,16,0,1,990.38,1014.8,-42.5199,6.12611,7200,0,0,1,0,0,0,0,0),(246036,15065,529,1,24,0,0,1008.77,1005.8,-44.0248,6.21337,7200,0,0,1,0,0,0,0,0),(246098,15066,529,1,24,0,0,1017.91,1008.77,-44.3462,5.96903,7200,0,0,1,0,2,0,0,0),(246009,15071,529,1,24,0,0,989.03,1036.78,-43.093,3.14062,7200,0,0,1,0,2,0,0,0),(246011,15072,529,1,24,0,0,1008.8,1005.81,-44.0267,6.24828,7200,0,0,1,0,2,0,0,0),(246108,15074,529,1,512,0,1,1245.53,773.819,-103.848,4.20641,7200,0,0,1,0,0,0,0,0),(90180,22515,628,3,1,0,0,313.234,-918.045,48.856,4.86947,7200,0,0,1,0,0,0,0,0),(1970816,28167,595,3,1,0,0,2166.87,1239.08,137.51,2.18166,300,0,0,609,0,0,0,0,0),(1970815,28167,595,3,1,0,0,2157.32,1260.45,134.938,0.610865,300,0,0,609,0,0,0,0,0),(1970814,28167,595,3,1,0,0,2190.07,1308.66,132.4,5.32325,300,0,0,609,0,0,0,0,0),(1970813,27907,595,3,1,0,0,1670.26,872.873,120.135,0.418879,300,0,0,8982,0,0,0,0,0),(1970811,28656,595,3,1,0,0,1547.97,576.521,92.79,5.67232,300,0,0,12600,0,0,0,0,0),(1970812,27903,595,3,1,0,0,1588.94,597.98,99.4726,2.80998,300,0,0,8982,0,0,0,0,0),(1970810,27885,595,3,1,0,0,1603.48,749.68,114.846,1.3461,300,0,0,8982,0,0,0,0,0),(1970809,27884,595,3,1,0,0,1636.7,725.642,113.662,0.893359,300,0,0,8982,0,0,0,0,0),(1970808,27877,595,3,1,0,0,1561.57,670.32,102.244,0.575959,300,0,0,4050,0,0,0,0,0),(133980,36970,672,15,1,0,0,29.2506,-6.92039,23.3714,3.45575,604800,0,0,1,0,0,0,0,0),(133979,36970,672,15,1,0,0,35.651,20.2921,25.1161,1.58825,604800,0,0,1,0,0,0,0,0),(133946,37547,672,15,1,0,0,11.4584,16.3662,20.5419,0,604800,0,0,1,0,0,0,0,0),(133945,37547,672,15,1,0,0,8.5994,-28.5585,24.7992,0,604800,0,0,1,0,0,0,0,0),(41821,33089,603,3,16,0,0,1622.45,-321.156,417.619,4.67748,10,20,0,1,0,1,0,0,0),(200027,35644,650,3,1,0,0,774.898,573.736,412.475,2.14675,999999,0,0,50000,0,0,0,0,0),(239003,21225,548,1,1,0,1,322.69,-759.26,-13.1582,0.225338,604800,0,0,125668,0,2,0,0,0),(239002,21225,548,1,1,0,1,437.805,-755.739,-7.14427,2.58939,604800,0,0,125668,0,2,0,0,0),(1971579,17292,540,2,1,0,0,147.522,-88.6911,1.9159,1.4348,300,0,0,6104,0,0,0,0,0),(1975916,30422,571,1,4,0,0,7142.27,-2214.55,758.268,5.21568,300,0,0,12175,0,0,0,0,0),(1975930,29843,571,1,1,0,1,6984.83,-0.527235,810.066,0.0349066,300,0,0,11770,3809,0,0,0,0),(1975960,26081,0,1,1,0,1,-6377.96,1268.65,7.1874,5.39597,300,0,0,3073,0,0,0,0,0),(1976005,30163,571,1,4,0,0,7224.37,-3266.17,837.535,3.33358,300,0,0,50400,0,0,0,0,0),(1976004,30163,571,1,4,0,0,7286.04,-3116.05,837.535,0.663225,300,0,0,50400,0,0,0,0,0),(1975965,30169,571,1,8,0,0,7181.41,-3533.11,826.956,3.21141,300,0,0,1,0,0,0,0,0),(1975964,30099,571,1,4,0,0,7199.92,-3530.57,826.845,1.59574,300,0,0,48700,0,0,0,0,0),(1976127,31437,1,1,128,0,0,1348.6,-4427.49,27.5116,4.18879,300,0,0,42,0,0,0,0,0),(1976126,31437,1,1,128,0,0,1522.16,-4437.87,18.1303,0.523599,300,0,0,42,0,0,0,0,0),(1976125,31437,1,1,128,0,0,1525.64,-4435.69,16.5148,0.872665,300,0,0,42,0,0,0,0,0),(1976124,31437,1,1,128,0,0,1501.53,-4395.09,22.5012,0.139626,300,0,0,42,0,0,0,0,0),(1976123,31437,1,1,128,0,0,1439.33,-4364.56,25.3187,0.20944,300,0,0,42,0,0,0,0,0),(1976122,31437,1,1,128,0,0,1341.65,-4420.3,27.241,2.15036,300,0,0,42,0,0,0,0,0),(1976121,31437,1,1,128,0,0,1329.38,-4358.21,28.4718,1.37259,300,0,0,42,0,0,0,0,0),(1976120,31437,1,1,128,0,0,1501.9,-4437.72,24.7493,0.069813,300,0,0,42,0,0,0,0,0),(1976119,31437,1,1,128,0,0,1590.13,-4427.63,8.5698,4.08407,300,0,0,42,0,0,0,0,0),(1976118,31437,1,1,128,0,0,1506.25,-4390.73,21.2549,0.383972,300,0,0,42,0,0,0,0,0),(1976117,31437,1,1,128,0,0,1421.35,-4385.14,27.9797,0.034907,300,0,0,42,0,0,0,0,0),(1976116,31437,1,1,128,0,0,1438.97,-4368.84,25.3187,6.05629,300,0,0,42,0,0,0,0,0),(1976115,31437,1,1,128,0,0,1293,-4425.1,26.7719,2.32129,300,0,0,42,0,0,0,0,0),(1976114,31437,1,1,128,0,0,1588.52,-4423.32,8.55745,4.60385,300,0,0,42,0,0,0,0,0),(1976113,31437,1,1,128,0,0,1509.96,-4429.22,21.4358,1.8326,300,0,0,42,0,0,0,0,0),(1976112,31437,1,1,128,0,0,1434.89,-4359.25,25.3187,3.48839,300,0,0,42,0,0,0,0,0),(1976111,31437,1,1,128,0,0,1507.59,-4433.21,22.5193,0.733038,300,0,0,42,0,0,0,0,0),(1976110,31437,1,1,128,0,0,1429.54,-4420.9,25.3187,5.70723,300,0,0,42,0,0,0,0,0),(1976109,31437,1,1,128,0,0,1444.13,-4431.9,25.3187,1.71042,300,0,0,42,0,0,0,0,0),(1976108,31437,1,1,128,0,0,1418.51,-4354.17,27.9913,4.74729,300,0,0,42,0,0,0,0,0),(1976107,31437,1,1,128,0,0,1422.9,-4403.13,28.0279,1.37881,300,0,0,42,0,0,0,0,0),(1976106,31437,1,1,128,0,0,1429.84,-4355.29,25.3187,4.50295,300,0,0,42,0,0,0,0,0),(1976105,31437,1,1,128,0,0,1373.46,-4354.62,26.4516,0.680678,300,0,0,42,0,0,0,0,0),(1976104,31437,1,1,128,0,0,1437.46,-4430.24,25.3187,1.64061,300,0,0,42,0,0,0,0,0),(1976103,31437,1,1,128,0,0,1341.92,-4340.45,27.4999,4.85202,300,0,0,42,0,0,0,0,0),(1976102,31437,1,1,128,0,0,1370.87,-4415.52,29.7207,3.21141,300,0,0,42,0,0,0,0,0),(1976101,31437,1,1,128,0,0,1510.11,-4399.52,20.1228,0.959931,300,0,0,42,0,0,0,0,0),(1976100,31437,1,1,128,0,0,1439.46,-4430.56,25.3187,0.087266,300,0,0,42,0,0,0,0,0),(1976099,31437,1,1,128,0,0,1492.76,-4396.73,24.7758,0.506145,300,0,0,42,0,0,0,0,0),(1976098,31437,1,1,128,0,0,1438.44,-4432.79,25.3187,1.6057,300,0,0,42,0,0,0,0,0),(1976097,31437,1,1,128,0,0,1511.79,-4433.06,21.1091,4.2586,300,0,0,42,0,0,0,0,0),(1976048,31416,1,1,128,0,1,1902.63,-4628.79,33.9763,0.593412,300,0,0,16050,0,0,0,0,0),(247152,36811,631,10,1,0,1,-583.485,2201.45,49.4767,3.03164,86400,0,0,1,0,0,0,0,0),(247141,36805,631,10,1,0,1,-584.135,2227.3,49.4765,3.42827,86400,0,0,1,0,0,0,0,0),(133970,36971,673,15,1,0,0,59.6708,6.21392,39.0067,3.735,604800,0,0,1,0,0,0,0,0),(133969,36971,673,15,1,0,0,60.0911,-6.35005,38.9569,2.54818,604800,0,0,1,0,0,0,0,0),(133968,36971,673,15,1,0,0,-26.1657,-13.3904,34.679,0.890118,604800,0,0,1,0,0,0,0,0),(133967,36971,673,15,1,0,0,-29.3313,-23.2348,33.9633,2.80988,604800,0,0,1,0,0,0,0,0),(113871,24254,571,1,1,0,0,813.44,-4697.44,-96.1446,4.35,1,0,0,1223,2846,0,0,0,0),(113870,24254,571,1,1,0,0,775.74,-4746.32,-96.1446,0.76,1,0,0,1223,2846,0,0,0,0),(1976446,30060,571,1,2,0,0,7268.08,-1064.25,941.133,4.10979,300,0,0,12175,0,0,0,0,0),(1976447,30060,571,1,2,0,0,7255.3,-1066.41,941.354,4.98944,300,0,0,12175,0,0,0,0,0),(1976563,30136,571,1,4,0,1,7469.88,-963.062,538.675,5.329,300,0,0,6088,0,0,0,0,0),(1976562,30136,571,1,4,0,1,7485.82,-943.184,538.617,5.23475,300,0,0,5885,0,0,0,0,0),(1975221,32892,603,3,1,11686,0,2105.04,-292.56,420,0.785398,604800,0,0,12600,0,0,0,0,0),(1975222,33378,603,3,1,11686,0,2092.95,-263,433.3,5.49779,604800,0,0,12600,0,0,0,0,0),(247002,15218,0,1,1,0,0,-9571,-18,62.9345,5.72347,300,0,0,4121,0,0,0,0,0),(247001,15218,530,1,1,0,0,-1742,5457,-12.427,5.72347,300,0,0,4121,0,0,0,0,0),(133278,27712,571,1,1,24995,0,3639.22,-1232.48,98.0911,4.50294,8,5,0,399,0,1,0,0,0),(133279,27712,571,1,1,24994,0,3640.73,-1226.3,98.0911,0.934767,8,5,0,399,0,1,0,0,0),(133280,27712,571,1,1,24993,0,3691.74,-1169.81,98.0913,4.3188,8,5,0,399,0,1,0,0,0),(133281,27712,571,1,1,24995,0,3662.97,-1233.61,98.0911,1.91605,8,5,0,399,0,1,0,0,0),(133282,27712,571,1,1,24993,0,3650.95,-1227.94,98.26,1.0164,8,5,0,399,0,1,0,0,0),(133283,27712,571,1,1,24994,0,3658.86,-1242.07,98.0911,1.67054,8,5,0,399,0,1,0,0,0),(133284,27712,571,1,1,24993,0,3661.91,-1228.71,98.0911,2.87594,8,5,0,399,0,1,0,0,0),(133301,27712,571,1,1,24993,0,3657.45,-1229.03,98.3436,2.25148,8,5,0,399,0,1,0,0,0),(247136,36808,631,5,1,0,1,-599.837,2226.17,49.5599,3.36849,86400,0,0,1,0,0,0,0,0),(133950,37547,673,15,1,0,0,-58.1547,0.748094,41.8766,0,604800,0,0,1,0,0,0,0,0),(133951,37547,673,15,1,0,0,-39.4953,16.6872,34.3943,0,604800,0,0,1,0,0,0,0,0),(133952,37547,673,15,1,0,0,-27.097,27.9929,34.3631,0,604800,0,0,1,0,0,0,0,0),(133953,37547,673,15,1,0,0,-15.0316,12.0216,33.8629,0,604800,0,0,1,0,0,0,0,0),(133954,37547,673,15,1,0,0,9.46182,16.1523,35.1091,0,604800,0,0,1,0,0,0,0,0),(133955,37547,673,15,1,0,0,27.6276,27.103,36.8003,0,604800,0,0,1,0,0,0,0,0),(41822,33089,603,3,16,0,0,1649.44,-319.813,418.394,1.0821,10,20,0,1,0,1,0,0,0),(1976191,14524,1,1,1,0,0,6227.37,-1068,378.57,0.969,600,0,0,3331,0,0,0,0,0),(1976483,30065,571,1,2,0,0,7287.17,-1126.52,938.569,5.43947,300,0,0,121750,0,0,0,0,0),(1976484,30065,571,1,2,0,0,7256.88,-1069.43,940.928,1.84235,300,0,0,121750,0,0,0,0,0),(1976561,30136,571,1,4,0,1,7503.1,-941.551,538.637,5.10908,300,0,0,6088,0,0,0,0,0),(247151,36811,631,10,1,0,1,-568.841,2226.69,49.4765,3.34187,86400,0,0,1,0,0,0,0,0),(133947,37547,672,15,1,0,0,38.9434,-33.808,25.3962,0,604800,0,0,1,0,0,0,0,0),(133973,37215,673,15,1,31044,0,3.8386,0.183334,24.1005,0,604800,0,0,1,0,0,0,0,0),(1975765,38310,631,15,1,0,0,4327.35,2571.55,368.74,0,300,0,0,42,0,0,0,0,0),(1975764,38310,631,15,1,0,0,4386.35,2571.55,368.74,0,300,0,0,42,0,0,0,0,0),(1975763,38310,631,15,1,0,0,4386.35,2606.96,368.74,0,300,0,0,42,0,0,0,0,0),(1975762,38310,631,15,1,0,0,4327.35,2606.96,368.74,0,300,0,0,42,0,0,0,0,0),(144096,15384,550,1,1,0,0,330.344,-1.1002,42.8605,3.1765,604800,0,0,1,0,0,0,0,0),(144097,15384,550,1,1,0,0,335.638,59.4879,17.9319,1.8326,604800,0,0,1,0,0,0,0,0),(144098,15384,550,1,1,0,0,332.723,-61.159,17.9791,3.64774,604800,0,0,1,0,0,0,0,0),(144099,15384,550,1,1,0,0,388.791,-33.1059,20.2636,4.85202,604800,0,0,1,0,0,0,0,0),(144100,15384,550,1,1,0,0,388.751,31.7312,20.2636,4.62512,604800,0,0,1,0,0,0,0,0),(144101,15384,550,1,1,0,0,276.072,-0.578703,26.2075,2.11185,604800,0,0,1,0,0,0,0,0),(144102,15384,550,1,1,0,0,259.228,35.879,20.263,5.0091,604800,0,0,1,0,0,0,0,0),(144103,15384,550,1,1,0,0,258.959,-38.6871,20.2629,5.72468,604800,0,0,1,0,0,0,0,0),(144104,12999,550,1,1,0,0,425.408,-0.379617,80.368,0.925025,604800,0,0,1,0,0,0,0,0),(144105,20035,550,1,1,0,0,639.83,2.04339,46.8622,6.21337,604800,0,0,1,0,0,0,0,0),(144106,20035,550,1,1,0,0,728.804,-43.1283,46.8621,3.76991,604800,0,0,1,0,0,0,0,0),(144107,20035,550,1,1,0,0,724.668,47.5516,46.8622,5.48033,604800,0,0,1,0,0,0,0,0),(144108,20050,550,1,1,0,0,730.171,45.3477,46.8622,3.4383,604800,0,0,1,0,0,0,0,0),(144109,20050,550,1,1,0,0,639.662,-3.34107,46.8622,0.0523599,604800,0,0,1,0,0,0,0,0),(144110,20050,550,1,1,0,0,727.479,-46.945,46.8621,2.11185,604800,0,0,1,0,0,0,0,0),(144111,22517,550,1,1,0,0,665.109,-0.950598,46.8622,4.41568,604800,0,0,1,0,0,0,0,0),(144112,22517,550,1,1,0,0,701.936,66.0507,46.8622,3.12414,604800,0,0,1,0,0,0,0,0),(144113,22517,550,1,1,0,0,708.809,-0.769152,46.8622,5.14872,604800,0,0,1,0,0,0,0,0),(144114,22517,550,1,1,0,0,699.306,-67.6275,46.8622,1.51844,604800,0,0,1,0,0,0,0,0),(144115,22517,550,1,1,0,0,732.947,-0.566178,46.8621,3.61283,604800,0,0,1,0,0,0,0,0),(144116,22517,550,1,1,0,0,798.812,61.567,115.344,3.76991,604800,0,0,1,0,0,0,0,0),(144117,22517,550,1,1,0,0,785.424,-52.2998,134.915,4.71239,604800,0,0,1,0,0,0,0,0),(144118,22517,550,1,1,0,0,775.732,-61.3694,119.499,5.8294,604800,0,0,1,0,0,0,0,0),(144119,22517,550,1,1,0,0,799.883,-39.7906,86.0409,3.31613,604800,0,0,1,0,0,0,0,0),(144120,22517,550,1,1,0,0,800.02,-62.7172,109.617,1.6057,604800,0,0,1,0,0,0,0,0),(144121,22517,550,1,1,0,0,799.482,38.384,84.1886,3.83972,604800,0,0,1,0,0,0,0,0),(144122,22517,550,1,1,0,0,851.597,17.9129,109.899,1.27409,604800,0,0,1,0,0,0,0,0),(144123,22517,550,1,1,0,0,847.84,14.6727,64.7251,3.78736,604800,0,0,1,0,0,0,0,0),(144124,22517,550,1,1,0,0,844.856,6.18553,65.8621,0.244346,604800,0,0,1,0,0,0,0,0),(144125,22517,550,1,1,0,0,855.75,-1.33504,112.826,3.83972,604800,0,0,1,0,0,0,0,0),(144126,22517,550,1,1,0,0,849.409,37.1127,77.684,4.92183,604800,0,0,1,0,0,0,0,0),(144127,22517,550,1,1,0,0,852.716,-17.1614,111.899,5.60251,604800,0,0,1,0,0,0,0,0),(144128,22517,550,1,1,0,0,844.888,-7.43957,66.1398,0.244346,604800,0,0,1,0,0,0,0,0),(144129,22517,550,1,1,0,0,846.63,-37.764,84.4061,2.61799,604800,0,0,1,0,0,0,0,0),(144130,22517,550,1,1,0,0,847.912,-16.2705,64.8023,4.66003,604800,0,0,1,0,0,0,0,0),(144131,22517,550,1,1,0,0,848.437,30.2841,92.7951,4.81711,604800,0,0,1,0,0,0,0,0),(144132,22517,550,1,1,0,0,847.203,-31.3597,99.5797,0.820305,604800,0,0,1,0,0,0,0,0),(144133,22517,550,1,1,0,0,766.725,-0.726238,50.1339,0.191986,604800,0,0,1,0,0,0,0,0),(144134,22517,550,1,1,0,0,778.818,56.6985,126.99,2.51327,604800,0,0,1,0,0,0,0,0),(144135,22517,550,1,1,0,0,786.061,65.8583,100.425,3.26377,604800,0,0,1,0,0,0,0,0),(144136,20048,550,1,1,0,0,645.018,-81.1729,46.9552,4.08407,604800,0,0,1,0,0,0,0,0),(144137,20048,550,1,1,0,0,651.807,-89.1971,46.8866,3.76991,604800,0,0,1,0,0,0,0,0),(144138,20048,550,1,1,0,0,723.422,-42.6315,46.8622,5.34071,604800,0,0,1,0,0,0,0,0),(144139,20048,550,1,1,0,0,642.194,-5.84332,46.8622,0.122173,604800,0,0,1,0,0,0,0,0),(144140,20048,550,1,1,0,0,596.609,-116.182,39.0845,3.56047,604800,0,0,1,0,0,0,0,0),(144141,20048,550,1,1,0,0,723.401,42.6383,46.8622,0.436332,604800,0,0,1,0,0,0,0,0),(144142,20048,550,1,1,0,0,601.667,-127.031,39.08,3.19395,604800,0,0,1,0,0,0,0,0),(144143,20047,550,1,1,0,0,651.704,-86.6527,46.9888,3.82227,604800,0,0,1,0,0,0,0,0),(144144,20047,550,1,1,0,0,641.158,-80.6899,46.888,4.18879,604800,0,0,1,0,0,0,0,0),(144145,20047,550,1,1,0,0,595.457,-133.021,36.7663,2.98451,604800,0,0,1,0,0,0,0,0),(144146,20047,550,1,1,0,0,587.318,-118.038,37.4877,3.76991,604800,0,0,1,0,0,0,0,0),(144147,20049,550,1,1,0,0,643.371,-78.528,46.8777,4.15388,604800,0,0,1,0,0,0,0,0),(144148,20049,550,1,1,0,0,654.186,-91.0955,46.8259,3.68265,604800,0,0,1,0,0,0,0,0),(144149,20049,550,1,1,0,0,722.735,-47.1292,46.8622,0.471239,604800,0,0,1,0,0,0,0,0),(144150,20049,550,1,1,0,0,642.273,4.88217,46.8622,6.16101,604800,0,0,1,0,0,0,0,0),(144151,20049,550,1,1,0,0,592.64,-116.013,38.1448,3.66519,604800,0,0,1,0,0,0,0,0),(144152,20049,550,1,1,0,0,598.754,-130.387,37.9272,3.08923,604800,0,0,1,0,0,0,0,0),(144153,20049,550,1,1,0,0,728.148,39.5605,46.8622,1.69297,604800,0,0,1,0,0,0,0,0),(144154,22515,550,1,1,0,0,810.193,-0.727374,50.1339,3.14159,604800,0,0,1,0,0,0,0,0),(52284,26965,571,1,1,0,0,4857.98,-1376.32,168.631,2.67035,120,0,0,1,0,0,0,0,0),(52285,26942,571,1,1,0,0,4835.94,-1356.57,168.135,3.50811,120,0,0,1,0,0,0,0,0),(52287,26942,571,1,1,0,0,4824.75,-1351.3,168.135,5.20108,120,0,0,1,0,0,0,0,0),(52288,26965,571,1,1,0,0,4845.4,-1390.95,168.3,2.42601,120,0,0,1,0,0,0,0,0),(52289,26948,571,1,1,0,0,4879.89,-1359.75,170.613,1.32645,120,0,0,1,0,0,0,0,0),(52290,27122,571,1,1,0,1,4861.43,-1393.79,174.283,2.40855,120,0,0,1,0,0,0,0,0),(52291,26942,571,1,1,0,0,4818.89,-1360.14,168.135,0.0523599,120,0,0,1,0,0,0,0,0),(1976224,26943,571,1,1,0,0,4843.07,-1252.74,168.051,3.57407,600,0,0,10282,0,0,0,0,0),(52293,26965,571,1,1,0,0,4813.78,-1379.42,168.139,0.715585,120,0,0,1,0,0,0,0,0),(52294,26948,571,1,1,0,0,4787.67,-1357.64,168.123,5.60826,120,5,0,1,0,1,0,0,0),(52295,27180,571,1,1,0,0,4828.49,-1359.48,168.935,3.59538,120,0,0,1,0,0,0,0,0),(52296,26965,571,1,1,0,0,4759.14,-1324.29,168.129,1.23918,120,0,0,1,0,0,0,0,0),(52297,26965,571,1,1,0,0,4830.83,-1281.56,168.135,2.47837,120,0,0,1,0,0,0,0,0),(52298,26942,571,1,1,0,0,4889.71,-1307.41,172,5.9673,120,0,0,1,0,2,0,0,0),(52299,26942,571,1,1,0,0,4825.33,-1271.9,168.135,1.46608,120,0,0,1,0,0,0,0,0),(52300,26965,571,1,1,0,0,4839.1,-1278.02,168.135,2.44346,120,0,0,1,0,0,0,0,0),(52301,26942,571,1,1,0,0,4783.4,-1303.94,168.454,2.45916,120,0,0,1,0,2,0,0,0),(52302,26948,571,1,1,0,0,4797.89,-1316.5,168.426,5.49779,120,0,0,1,0,2,0,0,0),(52303,26948,571,1,1,0,0,4873.2,-1293.07,168.711,5.23159,120,0,0,1,0,2,0,0,0),(52304,26965,571,1,1,0,0,4756.15,-1322.31,168.082,1.11701,120,0,0,1,0,0,0,0,0),(52305,26948,571,1,1,0,0,4828.99,-1302.49,168.176,3.63614,120,0,0,1,0,0,0,0,0),(52306,26942,571,1,1,0,0,4817.28,-1265.44,168.135,0.331613,120,0,0,1,0,0,0,0,0),(52307,26942,571,1,1,0,0,4835.44,-1268.46,168.135,2.54818,120,0,0,1,0,0,0,0,0),(52308,26942,571,1,1,0,0,4848.66,-1267.71,168.16,5.43391,120,0,0,1,0,0,0,0,0),(52309,26948,571,1,1,0,0,4833.1,-1235.04,168.143,2.04003,120,0,0,1,0,2,0,0,0),(52310,26965,571,1,1,0,0,4843.37,-1234.64,168.14,3.92699,120,0,0,1,0,0,0,0,0),(1976223,26943,571,1,1,0,0,4519.6,-1377.45,156.684,6.27583,600,0,0,10282,0,0,0,0,0),(52312,26965,571,1,1,0,0,4869.2,-1266.45,168.135,5.02655,120,0,0,1,0,0,0,0,0),(52313,27180,571,1,1,0,0,4826.38,-1262.59,169.148,5.51524,120,0,0,1,0,0,0,0,0),(52314,26948,571,1,1,0,0,4883.1,-1231.95,171.745,2.37707,120,0,0,1,0,0,0,0,0),(52315,26948,571,1,1,0,0,4786.36,-1263.05,170.254,5.73204,120,0,0,1,0,2,0,0,0),(1976222,26943,571,1,1,0,0,4795.55,-1166.66,170.544,4.68933,600,0,0,10282,0,0,0,0,0),(52317,26948,571,1,1,0,0,4894.83,-1239.82,171.691,6.06022,120,0,0,1,0,0,0,0,0),(52318,26616,571,1,1,0,0,4835.25,-1185.16,169.373,0.585835,120,0,0,1,0,0,0,0,0),(52319,29328,571,1,1,0,0,4751.77,-1247.79,165.952,6.01275,120,0,0,1,0,0,0,0,0),(52320,26942,571,1,1,0,0,4798,-1199.68,168.015,3.50884,120,0,0,1,0,0,0,0,0),(52321,26948,571,1,1,0,0,4820.07,-1186.06,168.748,1.77834,120,0,0,1,0,0,0,0,0),(52322,26948,571,1,1,0,0,4745.21,-1261.96,166.882,5.87983,120,0,0,1,0,0,0,0,0),(247103,10000,33,1,1,0,1,-218.958,2152.83,81.1,5.09,86400,0,0,0,0,0,0,0,0),(1976448,30060,571,1,2,0,0,7271.73,-970.641,920.127,0.917146,300,0,0,12175,0,0,0,0,0),(1976560,30136,571,1,4,0,1,7517.73,-937.759,538.641,4.8931,300,0,0,6088,0,0,0,0,0),(1976559,30136,571,1,4,0,1,7554.92,-937.633,909.356,4.07267,300,0,0,5885,0,0,0,0,0),(1976482,30065,571,1,2,0,0,7296.2,-1120.88,938.196,5.34522,300,0,0,121750,0,0,0,0,0),(1976481,30065,571,1,2,0,0,7306.63,-1023.18,914.948,2.64503,300,0,0,121750,0,0,0,0,0),(1976480,30065,571,1,2,0,0,7307.26,-1013.7,914.134,3.57965,300,0,0,121750,0,0,0,0,0),(1976558,30136,571,1,4,0,1,7568.01,-947.37,914.841,4.07267,300,0,0,6088,0,0,0,0,0),(1976449,30060,571,1,2,0,0,7310.03,-1014.95,913.544,3.90951,300,0,0,12175,0,0,0,0,0),(1976557,30136,571,1,4,0,1,7582.53,-949.392,909.829,4.00592,300,0,0,6088,0,0,0,0,0),(1976476,30065,571,1,2,0,0,7267.51,-899.118,926.417,5.64524,300,0,0,121750,0,0,0,0,0),(1976477,30065,571,1,2,0,0,7287.7,-873.746,926.469,5.43711,300,0,0,121750,0,0,0,0,0),(1976478,30065,571,1,2,0,0,7342.01,-989.925,907.648,5.13474,300,0,0,121750,0,0,0,0,0),(1976479,30065,571,1,2,0,0,7350.08,-988.275,906.641,4.05482,300,0,0,121750,0,0,0,0,0),(1976556,30136,571,1,4,0,1,7589.68,-956.179,912.519,4.14336,300,0,0,5885,0,0,0,0,0),(1976555,30136,571,1,4,0,1,7557.85,-1119.71,912.098,1.88141,300,0,0,5885,0,0,0,0,0),(248239,13160,429,1,1,0,0,437.53,-108.435,-3.80301,1.55334,86400,2,0,835,0,1,0,0,0),(248238,13160,429,1,1,0,0,424.875,-110.358,-3.80284,1.50098,86400,2,0,835,0,1,0,0,0),(248237,13160,429,1,1,0,0,427.652,-100.825,-3.80357,1.50098,86400,2,0,835,0,1,0,0,0),(248236,13160,429,1,1,0,0,414.486,-108.624,-3.80292,1.44862,86400,2,0,835,0,1,0,0,0),(248235,13160,429,1,1,0,0,414.977,-98.7456,-3.80366,1.44862,86400,2,0,835,0,1,0,0,0),(248234,13160,429,1,1,0,0,403.649,-110.232,-3.80275,1.41372,86400,2,0,835,0,1,0,0,0),(248233,13160,429,1,1,0,0,400.048,-105.031,-3.80311,1.39626,86400,2,0,835,0,1,0,0,0),(248232,13160,429,1,1,0,0,396.83,-98.3221,-3.80359,1.37881,86400,2,0,835,0,1,0,0,0),(248231,13160,429,1,1,0,0,493.179,309.852,2.9362,4.43314,86400,2,0,835,0,1,0,0,0),(248230,13160,429,1,1,0,0,486.488,313.6,2.93622,4.4855,86400,2,0,835,0,1,0,0,0),(248229,13160,429,1,1,0,0,478.281,324.038,2.93625,4.53786,86400,2,0,835,0,1,0,0,0),(248228,13160,429,1,1,0,0,485.187,320.711,2.93623,4.4855,86400,2,0,835,0,1,0,0,0),(248227,13160,429,1,1,0,0,471.947,324.633,2.93626,4.57276,86400,2,0,835,0,1,0,0,0),(248226,13160,429,1,1,0,0,490.88,329.761,2.93625,4.46804,86400,2,0,835,0,1,0,0,0),(248225,13160,429,1,1,0,0,494.213,319.36,2.93623,4.45059,86400,2,0,835,0,1,0,0,0),(248224,13160,429,1,1,0,0,483.916,328.999,2.93625,4.50295,86400,2,0,835,0,1,0,0,0),(248223,13160,429,1,1,0,0,467.471,316.586,2.93625,4.59022,86400,2,0,835,0,1,0,0,0),(248222,13160,429,1,1,0,0,474.589,316.703,2.93624,4.53786,86400,2,0,835,0,1,0,0,0),(248221,13160,429,1,1,0,0,448.47,258.717,11.2989,4.67748,86400,2,0,835,0,1,0,0,0),(248220,13160,429,1,1,0,0,455.373,253.915,11.3039,4.62512,86400,2,0,835,0,1,0,0,0),(248219,13160,429,1,1,0,0,452.721,247.395,11.3001,4.64258,86400,2,0,835,0,1,0,0,0),(248218,13160,429,1,1,0,0,448.102,251.626,11.2964,4.67748,86400,2,0,835,0,1,0,0,0),(248217,13160,429,1,1,0,0,452.472,260.49,11.3032,4.64258,86400,2,0,835,0,1,0,0,0),(248216,13160,429,1,1,0,0,471.895,252.937,4.96573,4.4855,86400,2,0,835,0,1,0,0,0),(248215,13160,429,1,1,0,0,477.186,250.999,2.95125,4.43314,86400,2,0,835,0,1,0,0,0),(248214,13160,429,1,1,0,0,462.602,260.845,8.90963,4.57276,86400,2,0,835,0,1,0,0,0),(248213,13160,429,1,1,0,0,449.768,243.479,11.2977,4.66003,86400,2,0,835,0,1,0,0,0),(248212,13160,429,1,1,0,0,462.818,251.535,8.81738,4.55531,86400,2,0,835,0,1,0,0,0),(248211,13160,429,1,1,0,0,533.792,552.407,-25.3194,4.50295,86400,2,0,835,0,1,0,0,0),(248210,13160,429,1,1,0,0,522.055,543.648,-25.3157,4.5204,86400,2,0,835,0,1,0,0,0),(248209,13160,429,1,1,0,0,480.378,551.968,-25.2989,4.62512,86400,2,0,835,0,1,0,0,0),(248208,13160,429,1,1,0,0,520.434,531.475,-25.3146,4.5204,86400,2,0,835,0,1,0,0,0),(248207,13160,429,1,1,0,0,479.431,534.183,-25.3003,4.62512,86400,2,0,835,0,1,0,0,0),(248206,13160,429,1,1,0,0,512.34,556.754,-25.3153,4.53786,86400,2,0,835,0,1,0,0,0),(248205,13160,429,1,1,0,0,494.07,531.726,-25.309,4.59022,86400,2,0,835,0,1,0,0,0),(248204,13160,429,1,1,0,0,506.436,541.645,-25.3052,4.55531,86400,2,0,835,0,1,0,0,0),(248203,13160,429,1,1,0,0,478.772,542.637,-25.2867,4.62512,86400,2,0,835,0,1,0,0,0),(248202,13160,429,1,1,0,0,532.729,535.458,-25.3194,4.4855,86400,2,0,835,0,1,0,0,0),(248201,11450,429,1,1,0,1,748.483,433.161,28.2665,3.56047,86400,0,0,14355,0,0,0,0,0),(248200,11450,429,1,1,0,1,522.958,554.504,28.0006,2.19911,86400,0,0,14355,0,0,0,0,0),(248199,11450,429,1,1,0,1,541.695,582.741,-4.67144,5.67232,86400,0,0,14355,0,0,0,0,0),(248198,11450,429,1,1,0,1,688.459,505.916,29.5529,2.30383,86400,0,0,14355,0,0,0,0,0),(248197,11450,429,1,1,0,1,559.22,477.314,29.5474,0.855211,86400,0,0,14355,0,0,0,0,0),(248196,11450,429,1,1,0,1,565.936,486.725,29.5474,4.2586,86400,0,0,14355,0,0,0,0,0),(248195,11450,429,1,1,0,1,485.141,564.946,27.9951,3.21141,86400,0,0,14355,0,0,0,0,0),(248194,11450,429,1,1,0,1,480.264,558.168,27.9953,1.85005,86400,0,0,14355,0,0,0,0,0),(248193,11450,429,1,1,0,1,497.733,523.807,27.9982,1.64061,86400,0,0,14355,0,0,0,0,0),(248192,11450,429,1,1,0,1,484.101,523.808,27.9977,1.44862,86400,0,0,14355,0,0,0,0,0),(248191,11450,429,1,1,0,1,593.228,565.12,-4.67144,3.10669,86400,0,0,14355,0,0,0,0,0),(248190,11450,429,1,1,0,1,530.206,600.875,-25.3194,4.86947,86400,0,0,14355,0,0,0,0,0),(248189,11450,429,1,1,0,1,530.169,580.439,-25.3194,1.41372,86400,0,0,14355,0,0,0,0,0),(248188,11450,429,1,1,0,1,419.015,538.269,-18.26,0.488692,86400,0,0,14355,0,0,0,0,0),(248187,11450,429,1,1,0,1,387.409,462.772,-7.14894,2.68781,86400,0,0,14355,0,0,0,0,0),(248186,13036,429,1,1,0,0,347.183,-67.9546,-25.8799,0.77538,86400,0,0,3758,0,0,0,0,0),(248183,13036,429,1,1,0,0,391.716,110.485,-3.80361,5.81195,86400,0,0,3758,0,0,0,0,0),(248182,13036,429,1,1,0,0,397.051,108.892,-3.80362,3.85718,86400,0,0,3758,0,0,0,0,0),(248181,4076,429,1,1,0,0,689.398,428.018,29.3285,1.55449,86400,0,0,8,0,0,0,0,0),(248180,13036,429,1,1,0,0,404.637,33.3228,-25.3474,1.09309,86400,0,0,3758,0,0,0,0,0),(248179,13036,429,1,1,0,0,415.292,32.0243,-25.0731,2.00533,86400,0,0,3758,0,0,0,0,0),(248178,13036,429,1,1,0,0,319.061,181.406,2.93627,3.36848,86400,0,0,3758,0,0,0,0,0),(248177,13036,429,1,1,0,0,304.092,183.315,2.93627,0.314159,86400,0,0,3758,0,0,0,0,0),(248176,13036,429,1,1,0,0,404.756,9.16734,-24.9806,5.37936,86400,5,0,3758,0,1,0,0,0),(248175,4076,429,1,1,0,0,494.773,483.368,29.4626,0.489612,86400,0,0,8,0,0,0,0,0),(248174,4076,429,1,1,0,0,412.672,112.84,-3.88714,0.044031,86400,0,0,8,0,0,0,0,0),(248173,4076,429,1,1,0,0,383.908,500.697,-11.7202,2.30837,86400,0,0,8,0,0,0,0,0),(248172,4076,429,1,1,0,0,294.881,179.89,2.85534,4.92168,86400,0,0,8,0,0,0,0,0),(248171,13036,429,1,1,0,0,386.18,-59.6284,-23.0857,3.68265,86400,0,0,3758,0,0,0,0,0),(248170,13036,429,1,1,0,0,434.5,304.634,11.2862,1.8326,86400,0,0,3758,0,0,0,0,0),(248169,4076,429,1,1,0,0,909.859,511.353,40.398,1.78684,86400,0,0,8,0,0,0,0,0),(248168,4076,429,1,1,0,0,820.461,389.177,40.398,5.62519,86400,0,0,8,0,0,0,0,0),(248167,13036,429,1,1,0,0,466.826,22.9091,-3.9267,1.52329,86400,0,0,3758,0,0,0,0,0),(248166,13036,429,1,1,0,0,464.224,26.2598,-3.9254,1.44948,86400,0,0,3758,0,0,0,0,0),(248165,13036,429,1,1,0,0,334.235,357.029,2.93627,3.4383,86400,0,0,3758,0,0,0,0,0),(248164,13036,429,1,1,0,0,420.648,-49.2333,-23.81,0.958851,86400,0,0,3758,0,0,0,0,0),(248163,13036,429,1,1,0,0,412.695,-61.5281,-25.3884,6.03884,86400,0,0,3758,0,0,0,0,0),(248162,4076,429,1,1,0,0,336.385,235.212,11.2022,2.57234,86400,0,0,8,0,0,0,0,0),(248161,4076,429,1,1,0,0,873.081,553.125,40.3964,5.61242,86400,0,0,8,0,0,0,0,0),(248160,4076,429,1,1,0,0,287.125,324.632,2.85303,3.63081,86400,0,0,8,0,0,0,0,0),(248159,4076,429,1,1,0,0,367.872,-30.821,-24.9467,6.21707,86400,0,0,8,0,0,0,0,0),(248158,4076,429,1,1,0,0,551.372,564.265,-25.4033,3.66371,86400,0,0,8,0,0,0,0,0),(248157,13036,429,1,1,0,0,404.258,342.263,2.84682,0.80796,86400,0,0,3758,0,0,0,0,0),(248156,13036,429,1,1,0,0,409.935,335.965,2.84705,3.19855,86400,0,0,3758,0,0,0,0,0),(248155,13036,429,1,1,0,0,355.238,-18.4445,-25.1449,2.0674,86400,0,0,3758,0,0,0,0,0),(248154,13036,429,1,1,0,0,387.138,203.458,11.2161,4.61475,86400,5,0,3758,0,1,0,0,0),(248153,13036,429,1,1,0,0,399.836,220.873,11.2113,4.08073,86400,0,0,3758,0,0,0,0,0),(248152,4076,429,1,1,0,0,588.644,553.845,-25.4007,3.78609,86400,0,0,8,0,0,0,0,0),(248151,4076,429,1,1,0,0,554.182,566.257,-4.75477,5.79771,86400,0,0,8,0,0,0,0,0),(248150,4076,429,1,1,0,0,391.665,500.186,-11.9681,5.56081,86400,0,0,8,0,0,0,0,0),(248149,4076,429,1,1,0,0,608.724,491.327,29.4641,3.90074,86400,0,0,8,0,0,0,0,0),(248148,4076,429,1,1,0,0,505.905,589.207,-25.4021,0.076012,86400,0,0,8,0,0,0,0,0),(248147,13036,429,1,1,0,0,778.848,490.062,35.1498,3.45469,86400,5,0,3758,0,1,0,0,0),(248146,13036,429,1,1,0,0,792.718,495.528,37.3182,3.61377,86400,5,0,3758,0,1,0,0,0),(248145,13036,429,1,1,0,0,780.872,483.796,36.0493,4.05614,86400,0,0,3758,0,0,0,0,0),(248144,13036,429,1,1,0,0,325.075,351.874,2.93626,1.3439,86400,0,0,3758,0,0,0,0,0),(248143,13036,429,1,1,0,0,318.378,360.432,2.85293,5.02763,86400,0,0,3758,0,0,0,0,0),(248142,13036,429,1,1,0,0,311.978,173.334,2.93627,2.00713,86400,0,0,3758,0,0,0,0,0),(248141,13036,429,1,1,0,0,451.231,358.101,3.8628,3.69278,86400,0,0,3758,0,0,0,0,0),(248140,13036,429,1,1,0,0,444.332,342.271,2.93627,1.16937,86400,0,0,3758,0,0,0,0,0),(248139,13036,429,1,1,0,0,439.126,359.171,3.86281,0.384838,86400,0,0,3758,0,0,0,0,0),(248138,13036,429,1,1,0,0,356.844,-67.5697,-26.1843,4.65561,86400,0,0,3758,0,0,0,0,0),(248137,13036,429,1,1,0,0,335.31,-54.8641,-25.8178,1.0472,86400,0,0,3758,0,0,0,0,0),(248136,13036,429,1,1,0,0,352.286,-57.7756,-25.8241,0.804581,86400,0,0,3758,0,0,0,0,0),(248135,13036,429,1,1,0,0,341.223,-61.7868,-25.4697,2.46091,86400,0,0,3758,0,0,0,0,0),(248134,4076,429,1,1,0,0,494.868,483.145,29.4626,0.287253,86400,0,0,8,0,0,0,0,0),(248133,4076,429,1,1,0,0,428.132,226.906,11.2114,0.619757,86400,0,0,8,0,0,0,0,0),(248132,13036,429,1,1,0,0,413.974,15.749,-25.0879,2.54818,86400,0,0,3758,0,0,0,0,0),(248131,13036,429,1,1,0,0,408.077,23.4038,-25.356,5.84685,86400,0,0,3758,0,0,0,0,0),(248130,13036,429,1,1,0,0,409.139,327.11,2.93415,6.0912,86400,0,0,3758,0,0,0,0,0),(248129,4076,429,1,1,0,0,514.771,592.729,-25.4022,2.83512,86400,0,0,8,0,0,0,0,0),(248128,4076,429,1,1,0,0,389.649,501.404,-12.2177,2.77494,86400,0,0,8,0,0,0,0,0),(248127,4076,429,1,1,0,0,550.753,563.712,-25.4033,3.80613,86400,0,0,8,0,0,0,0,0),(248126,13036,429,1,1,0,0,436.521,171.8,2.85232,3.38357,86400,0,0,3758,0,0,0,0,0),(248125,13036,429,1,1,0,0,433.926,168.443,2.85223,3.27681,86400,0,0,3758,0,0,0,0,0),(248122,13036,429,1,1,0,0,412.8,183.446,2.93557,0.645772,86400,0,0,3758,0,0,0,0,0),(248121,13036,429,1,1,0,0,410.881,174.518,2.93516,1.67552,86400,0,0,3758,0,0,0,0,0),(248120,13036,429,1,1,0,0,402.409,171.529,2.93519,3.28122,86400,0,0,3758,0,0,0,0,0),(248119,13036,429,1,1,0,0,399.746,102.826,-3.80367,1.8326,86400,0,0,3758,0,0,0,0,0),(248118,13036,429,1,1,0,0,441.873,292.296,11.2877,1.20428,86400,0,0,3758,0,0,0,0,0),(248117,13036,429,1,1,0,0,448.359,304.18,11.2033,3.98352,86400,0,0,3758,0,0,0,0,0),(248116,4076,429,1,1,0,0,326.671,295.167,11.203,3.57201,86400,0,0,8,0,0,0,0,0),(248115,4076,429,1,1,0,0,385.337,489.142,-8.76283,3.47874,86400,0,0,8,0,0,0,0,0),(248114,4076,429,1,1,0,0,590.287,561.059,-25.314,2.77507,86400,0,0,8,0,0,0,0,0),(248113,4076,429,1,1,0,0,760.553,414.626,40.3968,3.03623,86400,0,0,8,0,0,0,0,0),(248112,4076,429,1,1,0,0,553.861,565.871,-4.75477,5.37734,86400,0,0,8,0,0,0,0,0),(248111,13036,429,1,1,0,0,434.372,68.875,-23.2256,5.39307,86400,0,0,3758,0,0,0,0,0),(248110,13036,429,1,1,0,0,426.051,73.2831,-23.4526,0.296706,86400,0,0,3758,0,0,0,0,0),(248109,13036,429,1,1,0,0,428.125,79.5227,-23.7273,3.03687,86400,0,0,3758,0,0,0,0,0),(248108,13036,429,1,1,0,0,415.32,-37.0531,-23.9358,4.29386,86400,0,0,3758,0,0,0,0,0),(248107,13036,429,1,1,0,0,428.65,-35.0334,-24.7101,0.884373,86400,0,0,3758,0,0,0,0,0),(248106,13036,429,1,1,0,0,407.789,-50.7201,-23.0973,1.5708,86400,0,0,3758,0,0,0,0,0),(248105,4076,429,1,1,0,0,410.405,112.234,-3.88713,3.61973,86400,0,0,8,0,0,0,0,0),(248104,4076,429,1,1,0,0,337.744,241.784,11.2018,1.52277,86400,0,0,8,0,0,0,0,0),(248103,4076,429,1,1,0,0,351.118,51.9392,-23.8786,0.266854,86400,0,0,8,0,0,0,0,0),(248102,4076,429,1,1,0,0,731.987,529.097,28.1789,2.44048,86400,0,0,8,0,0,0,0,0),(248101,13036,429,1,1,0,0,399.18,16.25,-25.5551,4.4731,86400,0,0,3758,0,0,0,0,0),(248100,13036,429,1,1,0,0,374.831,-59.13,-24.1519,0.418879,86400,0,0,3758,0,0,0,0,0),(248099,13036,429,1,1,0,0,382.778,-47.0005,-23.906,4.95674,86400,0,0,3758,0,0,0,0,0),(248098,13036,429,1,1,0,0,377.483,-51.7621,-24.1065,2.63545,86400,0,0,3758,0,0,0,0,0),(248097,13036,429,1,1,0,0,382.306,-69.0369,-23.5575,1.91986,86400,0,0,3758,0,0,0,0,0),(248096,13036,429,1,1,0,0,341.746,-30.117,-25.1938,3.12414,86400,0,0,3758,0,0,0,0,0),(248095,13036,429,1,1,0,0,349.138,-36.2457,-25.3775,0.750492,86400,0,0,3758,0,0,0,0,0),(248094,13036,429,1,1,0,0,357.606,-31.0619,-25.3087,1.57987,86400,0,0,3758,0,0,0,0,0),(248093,13036,429,1,1,0,0,340.884,-22.1709,-25.0456,5.84685,86400,0,0,3758,0,0,0,0,0),(248092,4076,429,1,1,0,0,910.052,510.987,40.398,1.64991,86400,0,0,8,0,0,0,0,0),(248091,13036,429,1,1,0,0,735.317,444.417,28.1823,0.813315,86400,0,0,3758,0,0,0,0,0),(248090,13036,429,1,1,0,0,730.857,454.202,28.1818,4.64055,86400,0,0,3758,0,0,0,0,0),(248089,13036,429,1,1,0,0,731.356,440.905,28.1809,3.69297,86400,0,0,3758,0,0,0,0,0),(248088,13036,429,1,1,0,0,729.782,497.977,28.1809,1.0012,86400,0,0,3758,0,0,0,0,0),(248087,13036,429,1,1,0,0,715.356,492.574,28.2628,4.74729,86400,0,0,3758,0,0,0,0,0),(248086,13036,429,1,1,0,0,724.21,464.514,28.2634,0.925025,86400,0,0,3758,0,0,0,0,0),(248085,13036,429,1,1,0,0,712.803,468.677,28.2616,5.06145,86400,0,0,3758,0,0,0,0,0),(248084,13036,429,1,1,0,0,719.403,477.228,28.263,5.86431,86400,0,0,3758,0,0,0,0,0),(248083,13036,429,1,1,0,0,725.086,486.37,28.2642,4.36332,86400,0,0,3758,0,0,0,0,0),(248082,14324,429,1,1,0,0,833.995,489.543,37.4015,3.21141,86400,0,0,19536,9736,0,0,0,0),(248081,14325,429,1,1,0,1,627.59,481.721,29.4627,3.13558,86400,0,0,28296,0,0,0,0,0),(248080,14323,429,1,1,0,1,550.38,533.725,-25.3185,3.92699,86400,0,0,23688,0,2,0,0,0),(248079,14321,429,1,1,0,1,356.795,258.306,11.6538,3.14258,86400,0,0,23688,0,2,0,0,0),(248078,14322,429,1,1,0,1,491.231,97.3879,-2.5004,4.03171,86400,0,0,23688,0,0,0,0,0),(248077,14326,429,1,1,0,1,410.711,-3.15041,-24.558,5.28835,86400,3,0,23688,0,1,0,0,0),(248076,11501,429,1,1,0,1,828.074,480.751,37.318,3.184,86400,0,0,29154,0,0,0,0,0),(248075,4075,429,1,1,0,0,906.881,450.326,40.398,4.52786,86400,0,0,120,0,0,0,0,0),(248074,4075,429,1,1,0,0,-75.5033,-430.175,-4.22524,3.71638,86400,0,0,120,0,0,0,0,0),(248073,4075,429,1,1,0,0,-21.5497,-455.841,-37.9615,4.00629,86400,0,0,120,0,0,0,0,0),(248072,4075,429,1,1,0,0,49.8575,-389.458,-58.6082,0.357159,86400,0,0,120,0,0,0,0,0),(248071,4075,429,1,1,0,0,108.89,-459.697,-3.27357,1.73809,86400,0,0,120,0,0,0,0,0),(248070,4075,429,1,1,0,0,45.9556,-656.77,-25.1469,5.14989,86400,0,0,120,0,0,0,0,0),(248069,4075,429,1,1,0,0,589.137,560.861,-25.4004,3.31179,86400,0,0,120,0,0,0,0,0),(248068,4075,429,1,1,0,0,513.854,592.391,-25.4022,3.12883,86400,0,0,120,0,0,0,0,0),(248067,4075,429,1,1,0,0,535.985,599.371,-25.4026,3.4546,86400,0,0,120,0,0,0,0,0),(248066,4075,429,1,1,0,0,101.82,-545.165,-11.081,0.482936,86400,0,0,120,0,0,0,0,0),(248065,4075,429,1,1,0,0,-85.7692,-434.861,-58.6089,3.76603,86400,0,0,120,0,0,0,0,0),(248064,4075,429,1,1,0,0,-96.6492,-420.567,-4.21996,5.06875,86400,0,0,120,0,0,0,0,0),(248063,4075,429,1,1,0,0,-20.3056,-444.016,-37.8782,2.77507,86400,0,0,120,0,0,0,0,0),(248062,4075,429,1,1,0,0,72.1275,-410.029,-4.21253,5.3202,86400,0,0,120,0,0,0,0,0),(248061,4075,429,1,1,0,0,907.432,453.279,40.4784,0.785398,86400,0,0,120,0,0,0,0,0),(248060,4075,429,1,1,0,0,506.164,589.405,-25.4021,0.279148,86400,0,0,120,0,0,0,0,0),(248059,4075,429,1,1,0,0,805.121,567.978,40.398,4.76622,86400,0,0,120,0,0,0,0,0),(248058,4075,429,1,1,0,0,380.517,410.533,-1.66398,4.71692,86400,0,0,120,0,0,0,0,0),(248057,4075,429,1,1,0,0,554.726,469.866,29.5492,4.5204,86400,0,0,120,0,0,0,0,0),(248056,4075,429,1,1,0,0,387.191,499.438,-11.5235,6.00336,86400,0,0,120,0,0,0,0,0),(248055,4075,429,1,1,0,0,607.849,491.072,29.4641,3.69673,86400,0,0,120,0,0,0,0,0),(248054,4075,429,1,1,0,0,548.95,599.798,-25.4028,3.64157,86400,0,0,120,0,0,0,0,0),(248053,4075,429,1,1,0,0,399.052,34.0016,-25.3173,3.37129,86400,0,0,120,0,0,0,0,0),(248052,4075,429,1,1,0,0,376.942,163.219,2.85314,2.60157,86400,0,0,120,0,0,0,0,0),(248051,4075,429,1,1,0,0,586.556,552.399,-25.401,3.75992,86400,0,0,120,0,0,0,0,0),(248050,4075,429,1,1,0,0,736.416,425.202,28.1801,0.227269,86400,0,0,120,0,0,0,0,0),(248049,4075,429,1,1,0,0,538.151,599.863,-25.4027,3.69893,86400,0,0,120,0,0,0,0,0),(248048,4075,429,1,1,0,0,689.378,426.816,29.4313,0.261799,86400,0,0,120,0,0,0,0,0),(248047,4075,429,1,1,0,0,451.992,543.104,-23.4666,4.17874,86400,0,0,120,0,0,0,0,0),(248046,4075,429,1,1,0,0,-60.6631,-414.719,-4.22567,4.77264,86400,0,0,120,0,0,0,0,0),(248045,4075,429,1,1,0,0,-83.7068,-435.811,-58.6096,5.01112,86400,0,0,120,0,0,0,0,0),(248044,4075,429,1,1,0,0,-20.0563,-441.62,-37.9618,1.46711,86400,0,0,120,0,0,0,0,0),(248043,4075,429,1,1,0,0,71.6593,-411.741,-4.21146,4.78411,86400,0,0,120,0,0,0,0,0),(248042,4075,429,1,1,0,0,51.7986,-389.468,-58.608,0.093473,86400,0,0,120,0,0,0,0,0),(248041,4075,429,1,1,0,0,-21.0212,-451.857,-37.9616,1.77153,86400,0,0,120,0,0,0,0,0),(248040,4075,429,1,1,0,0,45.7819,-655.018,-25.1443,5.91424,86400,0,0,120,0,0,0,0,0),(248039,4075,429,1,1,0,0,-94.5627,-419.621,-4.2202,6.09133,86400,0,0,120,0,0,0,0,0),(248038,4075,429,1,1,0,0,-75.5426,-430.138,-4.22523,3.68583,86400,0,0,120,0,0,0,0,0),(248037,11496,429,1,1,0,0,-38.0807,812.44,-29.4525,4.69494,86400,0,0,37728,0,0,0,0,0),(248036,14308,429,1,1,0,0,-87.3427,543.798,28.6151,0.838618,86400,0,0,15260,0,0,0,0,0),(248035,11489,429,1,1,0,0,14.3925,475.848,-23.3028,4.71239,86400,0,0,32955,0,0,0,0,0),(248034,11488,429,1,1,0,1,-84.3469,543.958,28.6151,0.838618,86400,0,0,17094,7302,2,0,0,0),(248033,14303,429,1,1,0,0,-101.768,352.196,-4.99126,4.50226,86400,0,0,6960,0,0,0,0,0),(248032,14303,429,1,1,0,0,118.751,196.82,-3.39151,0.244346,86400,0,0,6960,0,0,0,0,0),(248031,14303,429,1,1,0,0,74.1333,265.431,-8.13567,3.33358,86400,0,0,6960,0,0,0,0,0),(248030,14303,429,1,1,0,0,-30.5724,251.465,-8.73913,5.77788,86400,0,0,6960,0,0,0,0,0),(248029,14303,429,1,1,0,0,49.9775,283.452,-8.00757,3.46971,86400,0,0,6960,0,0,0,0,0),(248028,14303,429,1,1,0,0,-39.8928,286.151,-7.38984,0.174533,86400,0,0,6960,0,0,0,0,0),(248027,14303,429,1,1,0,0,131.323,351.775,-4.90247,5.18363,86400,0,0,6960,0,0,0,0,0),(248026,14303,429,1,1,0,0,134.719,202.953,-4.90247,3.7001,86400,0,0,6960,0,0,0,0,0),(248025,11487,429,1,1,0,0,33.14,575.552,-4.31052,4.53786,86400,0,0,20757,9736,0,0,0,0),(248024,14303,429,1,1,0,0,-25.9732,198.634,-3.4136,1.22173,86400,0,0,6960,0,0,0,0,0),(248023,14303,429,1,1,0,0,58.2748,291.576,-7.44135,0,86400,0,0,6960,0,0,0,0,0),(248022,11486,429,1,1,0,1,132.626,625.913,-48.3836,4.62512,86400,0,0,31279,0,0,0,0,0),(248016,11484,429,1,1,0,0,30.9659,721.215,-24.5793,4.00711,86400,0,0,14594,0,2,0,0,0),(248015,11484,429,1,1,0,0,-60.802,924.346,-24.583,0.318711,86400,0,0,14594,0,2,0,0,0),(248013,11484,429,1,1,0,0,49.3567,883.821,-24.5769,5.56065,86400,0,0,14594,0,2,0,0,0),(248012,11483,429,1,1,0,0,-164.966,724.302,-24.4968,3.78736,86400,0,0,6681,8964,0,0,0,0),(248011,11483,429,1,1,0,0,-165.33,746.258,-24.497,2.19912,86400,0,0,6681,8964,0,0,0,0),(248010,11483,429,1,1,0,0,-154.064,748.169,-24.497,1.50098,86400,0,0,6681,8964,0,0,0,0),(248009,11483,429,1,1,0,0,-140.277,734.367,-24.4966,6.07375,86400,0,0,6681,8964,0,0,0,0),(248008,11483,429,1,1,0,0,-146.109,724.521,-24.4951,5.48033,86400,0,0,6681,8964,0,0,0,0),(248007,11483,429,1,1,0,0,68.4746,728.471,-24.4956,3.9619,86400,0,0,6681,8964,0,0,0,0),(248006,11483,429,1,1,0,0,68.7335,747.766,-24.497,2.33874,86400,0,0,6681,8964,0,0,0,0),(248005,11483,429,1,1,0,0,78.097,749.842,-24.497,1.41372,86400,0,0,6681,8964,0,0,0,0),(248004,11483,429,1,1,0,0,91.785,737.786,-24.497,0,86400,0,0,6681,8964,0,0,0,0),(248003,11483,429,1,1,0,0,87.2501,727.643,-24.497,5.16617,86400,0,0,6681,8964,0,0,0,0),(248002,11483,429,1,1,0,0,-104.42,436.883,28.6865,3.36848,86400,0,0,6681,8964,0,0,0,0),(248001,11483,429,1,1,0,0,-104.249,447.252,28.6878,2.75762,86400,0,0,6681,8964,0,0,0,0),(248000,11483,429,1,1,0,0,-97.6146,454.302,28.6873,2.21657,86400,0,0,6681,8964,0,0,0,0),(247999,11483,429,1,1,0,0,-79.6795,447.35,28.6859,0.401426,86400,0,0,6681,8964,0,0,0,0),(247998,11483,429,1,1,0,0,-86.7868,430.229,28.6855,4.83456,86400,0,0,6681,8964,0,0,0,0),(247997,11483,429,1,1,0,0,133.068,423.411,28.6844,5.93412,86400,0,0,6681,8964,0,0,0,0),(247996,11483,429,1,1,0,0,126.092,416.945,28.6844,4.99164,86400,0,0,6681,8964,0,0,0,0),(247995,11483,429,1,1,0,0,109.499,423.1,28.6844,3.31613,86400,0,0,6681,8964,0,0,0,0),(247994,11483,429,1,1,0,0,116.572,441.026,28.6844,1.90241,86400,0,0,6681,8964,0,0,0,0),(247993,11483,429,1,1,0,0,4.86775,286.17,-8.49644,2.51327,86400,0,0,6681,8964,0,0,0,0),(247992,11483,429,1,1,0,0,22.2632,286.032,-8.67728,0.855211,86400,0,0,6681,8964,0,0,0,0),(247991,11483,429,1,1,0,0,24.4087,277.987,-8.40844,6.0912,86400,0,0,6681,8964,0,0,0,0),(247990,11483,429,1,1,0,0,13.3353,265.504,-7.47873,4.85202,86400,0,0,6681,8964,0,0,0,0),(247989,11483,429,1,1,0,0,4.51283,268.919,-8.03384,3.83972,86400,0,0,6681,8964,0,0,0,0),(247988,11480,429,1,1,0,0,133.537,434.405,28.6844,0.471239,86400,0,0,7107,9476,0,0,0,0),(247987,11480,429,1,1,0,0,-170.839,735.324,-24.497,3.14159,86400,0,0,7107,9476,0,0,0,0),(247986,11480,429,1,1,0,0,-142.956,743.886,-24.497,0.715585,86400,0,0,7107,9476,0,0,0,0),(247985,11480,429,1,1,0,0,-154.641,721.118,-24.4952,4.64258,86400,0,0,7107,9476,0,0,0,0),(247984,11480,429,1,1,0,0,64.6404,736.824,-24.497,3.33358,86400,0,0,7107,9476,0,0,0,0),(247983,11480,429,1,1,0,0,89.8462,745.194,-24.497,0.715585,86400,0,0,7107,9476,0,0,0,0),(247982,11480,429,1,1,0,0,78.1069,724.323,-24.4956,4.67748,86400,0,0,7107,9476,0,0,0,0),(247981,11480,429,1,1,0,0,-98.4999,429.365,28.6854,4.20624,86400,0,0,7107,9476,0,0,0,0),(247980,11480,429,1,1,0,0,-86.4111,454.612,28.6864,1.18682,86400,0,0,7107,9476,0,0,0,0),(247979,11480,429,1,1,0,0,-79.4082,437.517,28.6859,5.61996,86400,0,0,7107,9476,0,0,0,0),(247978,11480,429,1,1,0,0,126.612,440.825,28.6844,1.18682,86400,0,0,7107,9476,0,0,0,0),(247977,11480,429,1,1,0,0,116.239,417.468,28.6844,4.41568,86400,0,0,7107,9476,0,0,0,0),(247976,11480,429,1,1,0,0,109.187,432.731,28.6844,2.93215,86400,0,0,7107,9476,0,0,0,0),(247975,11480,429,1,1,0,0,13.7393,290.024,-8.81422,1.43117,86400,0,0,7107,9476,0,0,0,0),(247974,11480,429,1,1,0,0,22.2903,268.93,-7.75637,5.61996,86400,0,0,7107,9476,0,0,0,0),(247973,11480,429,1,1,0,0,0.18435,277.584,-8.35593,3.03687,86400,0,0,7107,9476,0,0,0,0),(247972,11477,429,1,1,0,0,-90.7518,404.466,28.6844,0.558505,86400,0,0,3732,0,0,0,0,0),(247971,11477,429,1,1,0,0,-8.55244,526.9,28.6848,5.41052,86400,0,0,3732,0,0,0,0,0),(247970,11477,429,1,1,0,0,-86.1771,399.27,28.6844,5.35816,86400,0,0,3732,0,0,0,0,0),(247969,11477,429,1,1,0,0,-92.207,380.287,28.6892,4.76475,86400,0,0,3732,0,0,0,0,0),(247968,11477,429,1,1,0,0,-22.4055,504.89,-3.48303,4.45059,86400,0,0,3732,0,0,0,0,0),(247967,11477,429,1,1,0,0,-33.4381,505.196,-3.48314,1.06465,86400,0,0,3732,0,0,0,0,0),(247966,11477,429,1,1,0,0,113.487,381.919,28.6862,3.22886,86400,0,0,3732,0,0,0,0,0),(247965,11477,429,1,1,0,0,112.952,396.303,28.6844,3.735,86400,0,0,3732,0,0,0,0,0),(247964,11477,429,1,1,0,0,-87.1873,391.362,28.6844,4.93928,86400,0,0,3732,0,0,0,0,0),(247963,11477,429,1,1,0,0,104.027,377.357,28.691,2.61799,86400,0,0,3732,0,0,0,0,0),(247962,11477,429,1,1,0,0,109.753,391.43,28.6844,0.191986,86400,0,0,3732,0,0,0,0,0),(247961,11477,429,1,1,0,0,-105.719,535.634,28.6958,1.72788,86400,0,0,3732,0,0,0,0,0),(247960,11477,429,1,1,0,0,-81.1514,396.299,28.6844,0.907571,86400,0,0,3732,0,0,0,0,0),(247959,11477,429,1,1,0,0,105.119,570.376,28.6945,4.81711,86400,0,0,3732,0,0,0,0,0),(247958,11477,429,1,1,0,0,61.3003,507.949,-3.48413,0.418879,86400,0,0,3732,0,0,0,0,0),(247957,11477,429,1,1,0,0,49.3202,503.902,-3.48267,1.65806,86400,0,0,3732,0,0,0,0,0),(247956,11477,429,1,1,0,0,93.1133,492.334,28.6844,3.68265,86400,0,0,3732,0,0,0,0,0),(247955,11476,429,1,1,0,0,97.0632,564.434,28.696,0.523599,86400,0,0,3619,0,0,0,0,0),(247954,11476,429,1,1,0,0,95.5775,480.244,28.6844,3.01942,86400,0,0,3619,0,0,0,0,0),(247953,11476,429,1,1,0,0,-90.3692,395.925,28.6844,0.733038,86400,0,0,3619,0,0,0,0,0),(247952,11476,429,1,1,0,0,120.028,383.161,28.6882,5.81195,86400,0,0,3619,0,0,0,0,0),(247951,11476,429,1,1,0,0,118.854,396.512,28.6844,4.76475,86400,0,0,3619,0,0,0,0,0),(247950,11476,429,1,1,0,0,10.3501,504.603,-3.48293,4.60767,86400,0,0,3619,0,0,0,0,0),(247949,11476,429,1,1,0,0,-1.28895,506.292,-3.48353,0.750492,86400,0,0,3619,0,0,0,0,0),(247948,11476,429,1,1,0,0,-81.8493,391.963,28.6844,5.58505,86400,0,0,3619,0,0,0,0,0),(247947,11476,429,1,1,0,0,-80.6973,380.285,28.6892,4.50295,86400,0,0,3619,0,0,0,0,0),(247946,11476,429,1,1,0,0,-81.6961,403.148,28.6844,2.86234,86400,0,0,3619,0,0,0,0,0),(247945,11476,429,1,1,0,0,-21.4629,529.414,28.6858,1.25664,86400,0,0,3619,0,0,0,0,0),(247944,11476,429,1,1,0,0,107.807,382.362,28.6845,3.28122,86400,0,0,3619,0,0,0,0,0),(247943,11476,429,1,1,0,0,106.187,395.379,28.6844,2.87979,86400,0,0,3619,0,0,0,0,0),(247942,11476,429,1,1,0,0,-104.183,526.692,28.6962,1.0472,86400,0,0,3619,0,0,0,0,0),(247941,11476,429,1,1,0,0,-56.3611,560.078,28.6955,4.59022,86400,0,0,3619,0,0,0,0,0),(247940,11476,429,1,1,0,0,-64.0295,564.499,28.6968,4.83456,86400,0,0,3619,0,0,0,0,0),(247939,11476,429,1,1,0,0,-92.792,387.466,28.6855,3.33358,86400,0,0,3619,0,0,0,0,0),(247938,11476,429,1,1,0,0,117.153,390.882,28.6844,3.92699,86400,0,0,3619,0,0,0,0,0),(247937,11476,429,1,1,0,0,125.715,384.229,28.6884,4.85202,86400,0,0,3619,0,0,0,0,0),(247936,11475,429,1,1,0,0,57.5582,546.248,-4.3122,0.122173,86400,8,0,8613,0,1,0,0,0),(247935,11475,429,1,1,0,0,119.8,427.561,-4.30938,1.43117,86400,8,0,8613,0,1,0,0,0),(247934,11475,429,1,1,0,0,21.8259,551.752,-4.39944,2.73993,86400,8,0,8613,0,1,0,0,0),(247933,11475,429,1,1,0,0,-17.531,558.016,-23.2219,4.43314,86400,8,0,8613,0,1,0,0,0),(247932,11475,429,1,1,0,0,28.9378,554.511,-23.2219,3.83972,86400,8,0,8613,0,1,0,0,0),(247931,11475,429,1,1,0,0,-55.1989,563.449,-4.40317,5.51304,86400,8,0,8613,0,1,0,0,0),(247930,11475,429,1,1,0,0,-98.2049,476.774,-4.31492,1.85005,86400,8,0,8613,0,1,0,0,0),(247929,11475,429,1,1,0,0,135.813,559.564,-4.31221,3.12414,86400,8,0,8613,0,1,0,0,0),(247928,11475,429,1,1,0,0,88.1093,548.942,-4.3122,3.80482,86400,8,0,8613,0,1,0,0,0),(247927,11475,429,1,1,0,0,101.293,479.851,-4.31301,4.50295,86400,8,0,8613,0,1,0,0,0),(247926,11475,429,1,1,0,0,-20.8648,551.596,-4.39737,4.71914,86400,8,0,8613,0,1,0,0,0),(247925,11473,429,1,1,0,0,7.15476,551.157,-23.3052,0.111138,86400,0,0,6891,6867,2,0,0,0),(247923,11473,429,1,1,0,0,33.9748,547.044,28.6048,3.23875,86400,0,0,6891,6867,2,0,0,0),(247922,721,429,1,1,0,0,-113.891,-264.249,-56.1787,0.809323,86400,0,0,1,0,0,0,0,0),(247921,721,429,1,1,0,0,64.9345,-316.45,-54.1711,5.94235,86400,0,0,1,0,0,0,0,0),(247918,721,429,1,1,0,0,-22.4144,-318.368,-51.3755,2.73144,86400,0,0,1,0,0,0,0,0),(247917,11473,429,1,1,0,0,60.3375,410.765,-3.59399,4.22231,86400,0,0,6891,6867,2,0,0,0),(247916,721,429,1,1,0,0,-4.8488,-242.598,-54.2285,1.31191,86400,0,0,1,0,0,0,0,0),(247915,11473,429,1,1,0,0,-41.5571,610.235,-23.3052,1.09859,86400,0,0,6891,6867,2,0,0,0),(247914,721,429,1,1,0,0,-22.6146,-318.401,-51.3798,2.76825,86400,0,0,1,0,0,0,0,0),(247913,11473,429,1,1,0,0,107.537,519.429,28.6011,4.88988,86400,0,0,6891,6867,2,0,0,0),(247912,721,429,1,1,0,0,64.0855,-316.149,-54.0207,2.40855,86400,0,0,1,0,0,0,0,0),(247911,721,429,1,1,0,0,-114.278,-264.464,-56.1262,0.913239,86400,0,0,1,0,0,0,0,0),(247910,721,429,1,1,0,0,-5.03282,-241.909,-54.2811,1.48937,86400,0,0,1,0,0,0,0,0),(247909,11472,429,1,1,0,0,62.4359,556.919,-4.3074,0,86400,8,0,8352,0,1,0,0,0),(247908,11472,429,1,1,0,0,120.586,438.521,-4.31108,1.65806,86400,8,0,8352,0,1,0,0,0),(247907,11472,429,1,1,0,0,33.8972,557.805,-4.3122,4.2586,86400,8,0,8352,0,1,0,0,0),(247906,11472,429,1,1,0,0,-58.685,566.327,-4.3122,0,86400,8,0,8352,0,1,0,0,0),(247905,11472,429,1,1,0,0,-60.4682,549.095,-4.40406,3.71401,86400,8,0,8352,0,1,0,0,0),(247904,11472,429,1,1,0,0,59.9386,535.892,-4.3122,2.18166,86400,8,0,8352,0,1,0,0,0),(247903,11472,429,1,1,0,0,102.626,518.346,-4.39536,2.62741,86400,8,0,8352,0,1,0,0,0),(247902,11472,429,1,1,0,0,99.151,510.032,-4.31224,1.06465,86400,8,0,8352,0,1,0,0,0),(247901,11472,429,1,1,0,0,-96.1273,509.47,-4.31524,2.18166,86400,8,0,8352,0,1,0,0,0),(247900,11472,429,1,1,0,0,-78.8651,514.519,-4.31482,2.40855,86400,8,0,8352,0,1,0,0,0),(247899,11472,429,1,1,0,0,-85.7577,474.07,-4.31686,0.174533,86400,8,0,8352,0,1,0,0,0),(247898,11472,429,1,1,0,0,135.202,564.822,-4.31221,3.14159,86400,8,0,8352,0,1,0,0,0),(247897,11472,429,1,1,0,0,90.1725,558.166,-4.3122,0.506145,86400,8,0,8352,0,1,0,0,0),(247896,11472,429,1,1,0,0,115.494,462.595,-4.31628,0,86400,8,0,8352,0,1,0,0,0),(247895,11472,429,1,1,0,0,-20.3706,539.497,-4.31221,5.96903,86400,8,0,8352,0,1,0,0,0),(247894,11471,429,1,1,0,0,128.655,439.345,-4.30314,0.750492,86400,8,0,6681,6723,1,0,0,0),(247893,11471,429,1,1,0,0,32.1369,566.978,-4.3122,2.87979,86400,8,0,6681,6723,1,0,0,0),(247892,11471,429,1,1,0,0,-53.2673,555.241,-4.40285,0.570829,86400,8,0,6681,6723,1,0,0,0),(247891,11471,429,1,1,0,0,-54.5304,538.834,-4.31221,5.63741,86400,8,0,6681,6723,1,0,0,0),(247890,11471,429,1,1,0,0,68.6846,546.253,-4.39761,4.57106,86400,8,0,6681,6723,1,0,0,0),(247889,11471,429,1,1,0,0,54.076,542.697,-4.39562,4.00858,86400,8,0,6681,6723,1,0,0,0),(247888,11471,429,1,1,0,0,103.881,501.979,-4.31225,2.16421,86400,8,0,6681,6723,1,0,0,0),(247887,11471,429,1,1,0,0,-90.7062,517.615,-4.31369,3.15905,86400,8,0,6681,6723,1,0,0,0),(247886,11471,429,1,1,0,0,-96.1452,465.968,-4.31524,6.00393,86400,8,0,6681,6723,1,0,0,0),(247885,11471,429,1,1,0,0,128.643,561.759,-4.31221,3.12414,86400,8,0,6681,6723,1,0,0,0),(247884,11471,429,1,1,0,0,98.7997,546.439,-4.31221,6.12611,86400,8,0,6681,6723,1,0,0,0),(247883,11471,429,1,1,0,0,107.902,473.495,-4.31271,0.663225,86400,8,0,6681,6723,1,0,0,0),(247882,11471,429,1,1,0,0,109.165,479.837,-4.31265,5.37561,86400,8,0,6681,6723,1,0,0,0),(247881,11471,429,1,1,0,0,-12.1814,558.704,-4.39591,5.99616,86400,8,0,6681,6723,1,0,0,0),(247880,11470,429,1,1,0,1,-61.637,526.777,28.6853,3.28122,86400,0,0,6891,6867,0,0,0,0),(247878,11470,429,1,1,0,1,7.29686,509.009,-3.48451,3.80482,86400,0,0,6891,6867,0,0,0,0),(247877,11470,429,1,1,0,1,9.66484,568.061,28.6882,3.75246,86400,0,0,6891,6867,0,0,0,0),(247876,11470,429,1,1,0,1,-24.9202,509.228,-3.48459,2.44346,86400,0,0,6891,6867,0,0,0,0),(247108,7354,129,1,1,0,0,2364.75,904.524,28.7671,0.304753,86400,5,0,7760,2861,1,0,0,0),(93886,21227,548,1,1,0,1,442.583,-760.415,-7.14433,1.85335,604800,0,0,125668,0,0,0,0,0),(93887,21227,548,1,1,0,1,402.643,-680.609,-7.24187,5.96098,604800,0,0,125668,0,0,0,0,0),(12481,23037,530,1,1,0,0,3535.15,5590.77,1.1,3.89,180,0,0,42,0,0,0,0,0),(12482,28067,230,1,1,0,0,891.271,-174.899,-43.925,0.445,180,0,0,2215,0,0,0,0,0),(88476,23033,571,1,1,0,0,122.454,-6349.22,13.519,0.0698132,300,0,0,42,0,0,0,0,0),(88477,23033,571,1,1,0,0,137.363,-6341.46,0.639785,4.71239,300,0,0,42,0,0,0,0,0),(88478,23033,571,1,1,0,0,134.36,-6343.98,18.4367,4.13643,300,0,0,42,0,0,0,0,0),(88479,23033,571,1,1,0,0,132.258,-6350.23,0.25067,0.907571,300,0,0,42,0,0,0,0,0),(88480,23033,571,1,1,0,0,126.022,-6359.62,13.2992,0.855211,300,0,0,42,0,0,0,0,0),(88481,23033,571,1,1,0,0,100.915,-6372.52,0.271114,1.85005,300,0,0,42,0,0,0,0,0),(88482,23033,571,1,1,0,0,112.813,-6370.39,0.250933,5.32325,300,0,0,42,0,0,0,0,0),(88483,23033,571,1,1,0,0,108.909,-6372.98,7.58103,1.15192,300,0,0,42,0,0,0,0,0),(88484,23033,571,1,1,0,0,102.777,-6374.67,18.4477,1.48353,300,0,0,42,0,0,0,0,0),(88485,23033,571,1,1,0,0,102.777,-6374.67,18.4477,1.48353,300,0,0,42,0,0,0,0,0),(88486,23982,571,1,1,0,0,86.4615,-6311.13,3.06059,4.53786,300,0,0,20958,0,0,0,0,0),(88487,23982,571,1,1,0,0,90.354,-6339.57,7.16617,4.71239,300,0,0,20958,0,0,0,0,0),(88488,23982,571,1,1,0,0,83.5573,-6293.27,2.56013,5.2709,300,0,0,20958,0,0,0,0,0),(88489,23982,571,1,1,0,0,97.1263,-6329.79,6.23893,5.37561,300,0,0,20958,0,0,0,0,0),(88490,23982,571,1,1,0,0,70.9303,-6330.43,3.54416,2.84489,300,0,0,20958,0,0,0,0,0),(88491,23982,571,1,1,0,0,51.7076,-6311.95,3.16145,5.77704,300,0,0,20958,0,0,0,0,0),(88492,23982,571,1,1,0,0,98.5698,-6344.55,7.68851,2.86234,300,0,0,20958,0,0,0,0,0),(88493,23982,571,1,1,0,0,131.832,-6340.61,12.6331,0.820305,300,0,0,20958,0,0,0,0,0),(88494,23982,571,1,1,0,0,129.186,-6345.83,0.25067,5.5676,300,0,0,20958,0,0,0,0,0),(88495,23982,571,1,1,0,0,120.393,-6350.1,13.3889,4.15388,300,0,0,20958,0,0,0,0,0),(88496,23982,571,1,1,0,0,104.829,-6357.47,7.57447,5.23599,300,0,0,20958,0,0,0,0,0),(88497,23982,571,1,1,0,0,133.646,-6343.11,18.4296,1.48353,300,0,0,20958,0,0,0,0,0),(88498,23982,571,1,1,0,0,138.983,-6343.52,0.638089,2.79253,300,0,0,20958,0,0,0,0,0),(88499,23982,571,1,1,0,0,129.184,-6351.27,0.25067,3.49066,300,0,0,20958,0,0,0,0,0),(88500,23982,571,1,1,0,0,119.949,-6359.69,13.227,5.20108,300,0,0,20958,0,0,0,0,0),(88501,23982,571,1,1,0,0,115.475,-6363.24,0.25067,2.40855,300,0,0,20958,0,0,0,0,0),(88502,23982,571,1,1,0,0,103.771,-6368.57,0.256418,2.09439,300,0,0,20958,0,0,0,0,0),(88503,23982,571,1,1,0,0,110.554,-6371.23,7.58106,1.27409,300,0,0,20958,0,0,0,0,0),(88504,23982,571,1,1,0,0,100.026,-6375.11,18.998,2.60054,300,0,0,20958,0,0,0,0,0),(88505,23982,571,1,1,0,0,96.0175,-6378.46,4.3255,5.53269,300,0,0,20958,0,0,0,0,0),(88506,23982,571,1,1,0,0,1545.82,-6573.38,13.7573,0.366519,300,0,0,20958,0,0,0,0,0),(88507,23982,571,1,1,0,0,1555.81,-6473.45,8.12772,1.8326,300,0,0,20958,0,0,0,0,0),(88508,23982,571,1,1,0,0,1556.01,-6468.7,1.18524,0.296706,300,0,0,20958,0,0,0,0,0),(88509,23982,571,1,1,0,0,1557.06,-6466.08,19.1378,0.191986,300,0,0,20958,0,0,0,0,0),(88510,23982,571,1,1,0,0,1560.88,-6554.92,7.85555,4.7822,300,0,0,20958,0,0,0,0,0),(88511,23982,571,1,1,0,0,1562.99,-6467.94,11.5577,0.872665,300,0,0,20958,0,0,0,0,0),(88512,23982,571,1,1,0,0,1566.2,-6453.87,8.1297,5.20108,300,0,0,20958,0,0,0,0,0),(88513,23982,571,1,1,0,0,1569.21,-6459.58,0.798187,0.959931,300,0,0,20958,0,0,0,0,0),(88514,23982,571,1,1,0,0,1571.11,-6554.08,19.5447,4.2237,300,0,0,20958,0,0,0,0,0),(88515,23982,571,1,1,0,0,1571.94,-6444.88,13.4798,4.64258,300,0,0,20958,0,0,0,0,0),(88516,23982,571,1,1,0,0,1572.78,-6465.26,13.9275,2.02458,300,0,0,20958,0,0,0,0,0),(88517,23982,571,1,1,0,0,1585.26,-6439.69,8.1282,5.74213,300,0,0,20958,0,0,0,0,0),(88518,23982,571,1,1,0,0,1585.64,-6442.62,0.80031,0.907571,300,0,0,20958,0,0,0,0,0),(88519,23982,571,1,1,0,0,1592.84,-6430.96,20.0984,4.57276,300,0,0,20958,0,0,0,0,0),(88520,23982,571,1,1,0,0,1595.97,-6429.72,4.87117,5.88176,300,0,0,20958,0,0,0,0,0),(88521,23982,571,1,1,0,0,1608.47,-6469.64,11.9444,2.3911,300,0,0,20958,0,0,0,0,0),(88522,23982,571,1,1,0,0,1633.75,-6476.69,5.27008,3.26377,300,0,0,20958,0,0,0,0,0),(88523,23982,571,1,1,0,0,1641.51,-6496.98,19.3894,2.49582,300,0,0,20958,0,0,0,0,0),(88524,23982,571,1,1,0,0,1648.43,-6518.75,7.92241,2.6529,300,0,0,20958,0,0,0,0,0),(88525,23982,571,1,1,0,0,1648.63,-6515.61,0.981542,0.0349066,300,0,0,20958,0,0,0,0,0),(88526,23982,571,1,1,0,0,1654.91,-6506.14,16.7789,0.734061,300,0,0,20958,0,0,0,0,0),(88527,23982,571,1,1,0,0,1659.26,-6516.77,12.9779,1.02974,300,0,0,20958,0,0,0,0,0),(88528,23982,571,1,1,0,0,1660.06,-6516.17,18.1532,0.401426,300,0,0,20958,0,0,0,0,0),(88529,23982,571,1,1,0,0,1661.93,-6510.17,0.595421,1.41372,300,0,0,20958,0,0,0,0,0),(88530,23982,571,1,1,0,0,1664.66,-6497.61,7.92616,0.349066,300,0,0,20958,0,0,0,0,0),(88531,23982,571,1,1,0,0,1667.07,-6513.15,7.92516,1.44862,300,0,0,20958,0,0,0,0,0),(88532,23982,571,1,1,0,0,1667.19,-6503.34,13.7694,4.50295,300,0,0,20958,0,0,0,0,0),(88533,23982,571,1,1,0,0,1676.57,-6488.01,7.84255,0.599511,300,0,0,20958,0,0,0,0,0),(88534,23982,571,1,1,0,0,1678.84,-6484.38,7.92603,5.16617,300,0,0,20958,0,0,0,0,0),(88535,23982,571,1,1,0,0,1680.69,-6489.71,15.3545,4.69494,300,0,0,20958,0,0,0,0,0),(88536,23982,571,1,1,0,0,1683.73,-6489.54,0.600268,3.38594,300,0,0,20958,0,0,0,0,0),(88537,23982,571,1,1,0,0,1693.21,-6481.45,20.3186,4.32842,300,0,0,20958,0,0,0,0,0),(88538,23982,571,1,1,0,0,1693.28,-6480.37,4.67026,2.49582,300,0,0,20958,0,0,0,0,0),(130434,16349,530,1,1,0,0,6949.11,-6818.66,48.4101,2.16151,120,5,0,1,0,1,0,0,0),(130435,16352,530,1,1,0,0,6933.83,-6715.57,23.8452,3.12206,120,5,0,1,0,1,0,0,0),(130436,16352,530,1,1,0,0,6968.37,-6953.11,51.5425,2.98078,120,5,0,1,0,1,0,0,0),(130437,16352,530,1,1,0,0,6890.8,-6722.46,39.5819,2.24407,120,5,0,1,0,1,0,0,0),(130438,16352,530,1,1,0,0,6853.69,-6851.98,69.6011,2.7382,120,5,0,1,0,1,0,0,0),(130439,16349,530,1,1,0,0,6950.04,-6888.72,49.8082,3.47785,120,5,0,1,0,1,0,0,0),(130440,16352,530,1,1,0,0,6878.64,-6864.47,62.7294,2.88288,120,5,0,1,0,1,0,0,0),(130441,16349,530,1,1,0,0,6895.03,-6912.37,47.209,4.11855,120,5,0,1,0,1,0,0,0),(130442,16349,530,1,1,0,0,6922.02,-7040.71,43.9084,4.41533,120,5,0,1,0,1,0,0,0),(130443,16352,530,1,1,0,0,6885.67,-7022.22,48.7115,1.79349,120,5,0,1,0,1,0,0,0),(130444,16349,530,1,1,0,0,6897.13,-6971.59,47.1769,2.72405,120,5,0,1,0,1,0,0,0),(130445,16352,530,1,1,0,0,6978.32,-7000.73,51.0767,4.07864,120,5,0,1,0,1,0,0,0),(130446,16352,530,1,1,0,0,6942.26,-7020.5,45.6607,0.164827,120,5,0,1,0,1,0,0,0),(130447,16349,530,1,1,0,0,6984.51,-7047.86,51.6501,1.12461,120,5,0,1,0,1,0,0,0),(130448,16349,530,1,1,0,0,6963.14,-7082.29,49.0125,6.2617,120,5,0,1,0,1,0,0,0),(130449,16352,530,1,1,0,0,6890.9,-7106.76,45.103,1.95221,120,5,0,1,0,1,0,0,0),(130450,16349,530,1,1,0,0,6836.95,-6998.21,89.5099,3.0359,120,5,0,1,0,1,0,0,0),(130451,16349,530,1,1,0,0,6963.36,-7153.4,47.5367,3.96912,120,5,0,1,0,1,0,0,0),(130452,16352,530,1,1,0,0,6966.12,-7145.21,49.5757,5.95093,120,5,0,1,0,1,0,0,0),(130453,16349,530,1,1,0,0,7039.77,-6724.05,31.4211,0.82477,120,5,0,1,0,1,0,0,0),(130454,16349,530,1,1,0,0,6894.14,-6637.76,22.1678,4.74063,120,5,0,1,0,1,0,0,0),(130455,16352,530,1,1,0,0,6892.14,-6687.74,33.3331,6.26561,120,5,0,1,0,1,0,0,0),(130456,16349,530,1,1,0,0,6862.79,-6653.27,29.215,0.156957,120,5,0,1,0,1,0,0,0),(130457,16349,530,1,1,0,0,6795.93,-6674.07,43.6913,2.76144,120,5,0,1,0,1,0,0,0),(84222,37574,530,1,1,0,0,9574.71,-7221.68,23.1795,4.66003,120,0,0,1,0,0,0,0,0),(84223,37543,530,1,1,0,0,9648.61,-7151.55,28.7944,0,120,0,0,1,0,0,0,0,0),(84224,37543,530,1,1,0,0,9467.85,-7269.6,34.8505,0,120,0,0,1,0,0,0,0,0),(84225,37543,530,1,1,0,0,9467.5,-7287.61,36.1357,0,120,0,0,1,0,0,0,0,0),(52019,24841,584,1,1,1858,0,-9.323,-1.66992,6.09808,0.0174532,120,0,0,10236,0,0,0,0,0),(52020,24842,584,1,1,22666,0,20.1177,-6.31861,6.38887,3.3096,120,0,0,10236,0,2,0,0,0),(52021,24843,584,1,1,22667,0,6.35056,8.71821,6.18084,5.42797,120,0,0,928,0,0,0,0,0),(1976457,30064,571,1,2,0,0,7399.79,-1420.74,921.217,1.42293,300,0,0,252000,0,0,0,0,0),(136185,23311,530,1,1,0,0,-5227.61,271.558,70.1239,0.333443,120,0,0,1,0,0,0,0,0),(136186,23311,530,1,1,0,0,-5286.28,241.229,67.8315,4.59878,120,0,0,1,0,0,0,0,0),(136187,23311,530,1,1,0,0,-5269.89,303.363,73.5589,0.0523599,120,0,0,1,0,0,0,0,0),(136188,23311,530,1,1,0,0,-5285.69,388.986,54.8936,5.13127,120,0,0,1,0,0,0,0,0),(136189,23311,530,1,1,0,0,-5329.14,192.179,52.4087,0.597758,120,0,0,1,0,0,0,0,0),(136190,23311,530,1,1,0,0,-5313.12,170.913,54.4573,2.19912,120,0,0,1,0,0,0,0,0),(136191,23311,530,1,1,0,0,-4988.24,135.232,79.1295,4.97419,120,0,0,1,0,0,0,0,0),(136192,23311,530,1,1,0,0,-4926.95,217.01,65.2678,3.33358,120,0,0,1,0,0,0,0,0),(136193,23311,530,1,1,0,0,-4922.61,151.786,56.7882,1.78024,120,0,0,1,0,0,0,0,0),(136194,23311,530,1,1,0,0,-4993.67,235.146,80.8679,5.72468,120,0,0,1,0,0,0,0,0),(136195,23311,530,1,1,0,0,-4991.52,300.207,82.2154,4.95674,120,0,0,1,0,0,0,0,0),(136196,23311,530,1,1,0,0,-4849.12,450.194,60.7157,1.78024,120,0,0,1,0,0,0,0,0),(136197,23311,530,1,1,0,0,-4982.72,-33.1211,69.6537,2.86234,120,0,0,1,0,0,0,0,0),(136198,23311,530,1,1,0,0,-5073.18,478.203,84.0537,0.436332,120,0,0,1,0,0,0,0,0),(136199,23311,530,1,1,0,0,-5037.91,538.488,88.2079,5.39307,120,0,0,1,0,0,0,0,0),(136200,23311,530,1,1,0,0,-4993.51,508.649,85.8297,5.98648,120,0,0,1,0,0,0,0,0),(136201,23311,530,1,1,0,0,-4962.05,525.737,79.1955,3.76433,120,0,0,1,0,0,0,0,0),(136202,23311,530,1,1,0,0,-5005.26,532.891,87.4611,4.38661,120,0,0,1,0,0,0,0,0),(136203,23311,530,1,1,0,0,-4892.17,276.907,64.7531,0.401426,120,0,0,1,0,0,0,0,0),(136204,23311,530,1,1,0,0,-5141.98,473.957,78.601,0.488692,120,0,0,1,0,0,0,0,0),(136205,23311,530,1,1,0,0,-5200.69,589.495,60.425,2.79253,120,0,0,1,0,0,0,0,0),(136206,23311,530,1,1,0,0,-5281.21,653.83,41.3046,4.7822,120,0,0,1,0,0,0,0,0),(136207,23311,530,1,1,0,0,-5221.95,685.913,60.3266,4.27563,120,0,0,1,0,0,0,0,0),(136208,23311,530,1,1,0,0,-5148.24,737.84,73.0539,4.7822,120,0,0,1,0,0,0,0,0),(136209,23311,530,1,1,0,0,-5013.05,702.112,82.4227,3.43546,120,0,0,1,0,0,0,0,0),(136210,23311,530,1,1,0,0,-4969.67,576.404,77.0522,0.51554,120,0,0,1,0,0,0,0,0),(136211,23311,530,1,1,0,0,-4876.81,515.529,60.5908,5.58146,120,0,0,1,0,0,0,0,0),(136212,23311,530,1,1,0,0,-4943.46,693.737,71.826,1.42556,120,0,0,1,0,0,0,0,0),(136213,23311,530,1,1,0,0,-5241.89,110.241,58.1161,5.43882,120,0,0,1,0,0,0,0,0),(136214,23311,530,1,1,0,0,-5231.88,73.5107,64.2172,2.70563,120,0,0,1,0,0,0,0,0),(136215,23311,530,1,1,0,0,-5223.67,41.7543,68.7341,5.06183,120,0,0,1,0,0,0,0,0),(136216,23311,530,1,1,0,0,-5315.02,241.323,59.5668,4.75553,120,0,0,1,0,0,0,0,0),(136217,23311,530,1,1,0,0,-5135.13,472.366,78.4078,3.1219,120,0,0,1,0,0,0,0,0),(136218,23311,530,1,1,0,0,-5172.18,449.631,76.6452,4.06438,120,0,0,1,0,0,0,0,0),(136219,23311,530,1,1,0,0,-5200.65,414.947,74.4594,4.13114,120,0,0,1,0,0,0,0,0),(136220,23311,530,1,1,0,0,-5248.11,369.244,68.7189,3.43999,120,0,0,1,0,0,0,0,0),(136221,23311,530,1,1,0,0,-5289.96,304.915,67.6901,3.63634,120,0,0,1,0,0,0,0,0),(136222,23311,530,1,1,0,0,-5043.44,498.824,86.5357,3.86411,120,0,0,1,0,0,0,0,0),(87846,15475,531,1,1,0,0,-7953.21,1524.23,-62.4169,3.25819,604800,5,0,1,0,1,0,0,0),(87847,15475,531,1,1,0,0,-8012.04,1604.96,-59.161,1.00775,604800,5,0,1,0,1,0,0,0),(87848,15475,531,1,1,0,0,-8034.02,1565.15,-65.1195,1.29113,604800,5,0,1,0,1,0,0,0),(87849,15475,531,1,1,0,0,-8039.97,1175.33,-90.4319,1.98105,604800,5,0,1,0,1,0,0,0),(87850,15475,531,1,1,0,0,-8101.44,1152.04,-90.5453,1.58166,604800,5,0,1,0,1,0,0,0),(87851,15475,531,1,1,0,0,-8108.15,1662.78,-48.4149,3.09769,604800,5,0,1,0,1,0,0,0),(87852,15475,531,1,1,0,0,-8298.54,1722.82,-16.1721,4.06812,604800,5,0,1,0,1,0,0,0),(87853,15475,531,1,1,0,0,-8371.15,2061.96,9.35596,0.258076,604800,5,0,1,0,1,0,0,0),(87854,15475,531,1,1,0,0,-8386.91,1898.42,2.75219,6.2749,604800,5,0,1,0,1,0,0,0),(87855,15475,531,1,1,0,0,-8432.69,2079.26,116.129,0.468039,604800,5,0,1,0,1,0,0,0),(87856,15475,531,1,1,0,0,-8492.97,1962.47,62.3886,4.43627,604800,5,0,1,0,1,0,0,0),(87857,15475,531,1,1,0,0,-8557.57,2140.73,-6.42318,1.53637,604800,5,0,1,0,1,0,0,0),(87858,15475,531,1,1,0,0,-8558.16,1398.54,-61.0241,1.31992,604800,5,0,1,0,1,0,0,0),(87859,15475,531,1,1,0,0,-8586.94,1998.36,-1.80591,3.09549,604800,5,0,1,0,1,0,0,0),(87860,15475,531,1,1,0,0,-8606.19,1636.15,-89.5111,2.73756,604800,5,0,1,0,1,0,0,0),(87861,15475,531,1,1,0,0,-8627.81,1908.55,108.566,3.84349,604800,5,0,1,0,1,0,0,0),(87862,15475,531,1,1,0,0,-8943.61,1438.67,-92.4122,3.78447,604800,5,0,1,0,1,0,0,0),(87863,15475,531,1,1,0,0,-9096.33,2109.3,-60.5332,5.77777,604800,5,0,1,0,1,0,0,0),(87864,15475,531,1,1,0,0,-9116.3,1796.6,-42.2143,1.82708,604800,5,0,1,0,1,0,0,0),(87865,15475,531,1,1,0,0,-9118.71,2143.71,-62.0636,2.15107,604800,5,0,1,0,1,0,0,0),(87866,15475,531,1,1,0,0,-9142.72,2103.47,-65.1421,1.26755,604800,5,0,1,0,1,0,0,0),(87867,15475,531,1,1,0,0,-9180.3,1493.75,-94.9163,0.317059,604800,5,0,1,0,1,0,0,0),(87868,15475,531,1,1,0,0,-9196.67,2084.26,-63.9997,2.51762,604800,5,0,1,0,1,0,0,0),(87869,15475,531,1,1,0,0,-9234.58,2114.61,-66.5833,3.19395,604800,5,0,1,0,1,0,0,0),(87870,15476,531,1,1,0,0,-7921.3,1372.59,-75.9183,4.97222,604800,5,0,1,0,1,0,0,0),(87871,15476,531,1,1,0,0,-8125.22,1185.71,-90.4652,3.40464,604800,5,0,1,0,1,0,0,0),(87872,15476,531,1,1,0,0,-8136.2,1621.3,-45.7887,0.452743,604800,5,0,1,0,1,0,0,0),(87873,15476,531,1,1,0,0,-8219.49,1287.49,-90.7306,5.13532,604800,5,0,1,0,1,0,0,0),(87874,15476,531,1,1,0,0,-8232,1730.55,-23.7835,1.56798,604800,5,0,1,0,1,0,0,0),(87875,15476,531,1,1,0,0,-8282.22,1654.54,-30.9253,3.7857,604800,5,0,1,0,1,0,0,0),(87876,15476,531,1,1,0,0,-8343.89,1800.74,-1.62698,0.443606,604800,5,0,1,0,1,0,0,0),(87877,15476,531,1,1,0,0,-8354.89,1950.47,-1.99011,2.94514,604800,5,0,1,0,1,0,0,0),(87878,15476,531,1,1,0,0,-8402.78,2032.24,116.104,1.83938,604800,5,0,1,0,1,0,0,0),(87879,15476,531,1,1,0,0,-8530.84,1987.53,19.4587,1.68438,604800,5,0,1,0,1,0,0,0),(87880,15476,531,1,1,0,0,-8571.37,1981.65,-2.622,1.97636,604800,5,0,1,0,1,0,0,0),(87881,15476,531,1,1,0,0,-8584.71,2161.05,-6.45929,1.20877,604800,5,0,1,0,1,0,0,0),(87882,15476,531,1,1,0,0,-8604.21,2111.62,-5.8737,1.30684,604800,5,0,1,0,1,0,0,0),(87883,15476,531,1,1,0,0,-8786.17,1550.58,-94.0428,4.41138,604800,5,0,1,0,1,0,0,0),(87884,15476,531,1,1,0,0,-8795.05,1985.75,-20.0034,4.73887,604800,5,0,1,0,1,0,0,0),(87885,15476,531,1,1,0,0,-8902.53,1530.71,-94.3657,4.30161,604800,5,0,1,0,1,0,0,0),(87886,15476,531,1,1,0,0,-9003.46,1871.43,-42.7473,5.30423,604800,5,0,1,0,1,0,0,0),(87887,15476,531,1,1,0,0,-9087.26,1473.55,-105.352,0.55304,604800,5,0,1,0,1,0,0,0),(87888,15476,531,1,1,0,0,-9107.26,2057.86,-61.6295,2.81998,604800,5,0,1,0,1,0,0,0),(87889,15476,531,1,1,0,0,-9163.18,2056.46,-63.7112,3.98143,604800,5,0,1,0,1,0,0,0),(87890,15476,531,1,1,0,0,-9207.21,2138.98,-67.9992,3.08697,604800,5,0,1,0,1,0,0,0),(87891,15476,531,1,1,0,0,-9223.01,2041.49,-62.0889,0.868382,604800,5,0,1,0,1,0,0,0),(87892,15476,531,1,1,0,0,-9243.94,2079.56,-64.6858,1.41194,604800,5,0,1,0,1,0,0,0),(87639,15426,531,1,1,0,0,-8336.39,2176.26,127.997,2.1293,604800,0,0,1,0,0,0,0,0),(87640,15426,531,1,1,0,0,-8163.71,2179.06,130.421,5.51524,604800,0,0,1,0,0,0,0,0),(87641,15426,531,1,1,0,0,-8313.15,2045.8,137.829,4.18879,604800,0,0,1,0,0,0,0,0),(87642,15426,531,1,1,0,0,-8651.2,2071.6,20.505,2.49582,604800,0,0,1,0,0,0,0,0),(87643,15426,531,1,1,0,0,-8337.53,1731.16,31.2425,5.95157,604800,0,0,1,0,0,0,0,0),(87644,15426,531,1,1,0,0,-7994.35,1000.06,2.59934,2.60054,604800,0,0,1,0,0,0,0,0),(87645,15426,531,1,1,0,0,-8983.97,1392.38,-82.8312,3.63029,604800,0,0,1,0,0,0,0,0),(87646,15384,531,1,1,0,0,-8546.25,1987.52,-96.4368,0.331613,604800,0,0,1,0,0,0,0,0),(87647,15384,531,1,1,0,0,-8577.32,1988.11,101.22,0.471239,604800,0,0,1,0,2,0,0,0),(87657,15311,531,1,1,0,0,-9133.91,1813.15,-42.7389,5.13127,604800,0,0,1,0,0,0,0,0),(144272,15316,531,1,1,0,0,-8972.85,1276.22,-112.293,3.89186,604800,0,0,1,0,0,0,0,0),(144273,15316,531,1,1,0,0,-8974.81,1226.22,-112.294,1.72243,604800,0,0,1,0,0,0,0,0),(144274,15316,531,1,1,0,0,-8977.9,1320.49,-104.242,3.17582,604800,0,0,1,0,0,0,0,0),(144275,15316,531,1,1,0,0,-8981.08,1223.44,-112.294,0.261598,604800,0,0,1,0,0,0,0,0),(144276,15316,531,1,1,0,0,-8981.13,1332.21,-104.254,5.95302,604800,0,0,1,0,0,0,0,0),(144277,15316,531,1,1,0,0,-8982.36,1235.15,-112.292,1.3439,604800,0,0,1,0,0,0,0,0),(144278,15316,531,1,1,0,0,-8984.57,1250.39,-112.291,5.36409,604800,0,0,1,0,0,0,0,0),(144279,15316,531,1,1,0,0,-8991.22,1329.98,-104.232,3.06295,604800,0,0,1,0,0,0,0,0),(144280,15316,531,1,1,0,0,-8992.07,1319.73,-104.239,3.36348,604800,0,0,1,0,0,0,0,0),(144281,15316,531,1,1,0,0,-9002.67,1154.33,-104.314,6.01403,604800,0,0,1,0,0,0,0,0),(144282,15316,531,1,1,0,0,-9006.72,1241.47,-112.29,1.94807,604800,0,0,1,0,0,0,0,0),(144283,15316,531,1,1,0,0,-9011.1,1167.53,-104.32,1.77782,604800,0,0,1,0,0,0,0,0),(144284,15316,531,1,1,0,0,-9014.96,1233.01,-112.295,3.99794,604800,0,0,1,0,0,0,0,0),(144285,15316,531,1,1,0,0,-9016.69,1169.94,-104.313,3.21999,604800,0,0,1,0,0,0,0,0),(144286,15316,531,1,1,0,0,-9019.49,1151.87,-104.318,4.56587,604800,0,0,1,0,0,0,0,0),(144287,15316,531,1,1,0,0,-9020.33,1250.44,-112.302,3.98824,604800,0,0,1,0,0,0,0,0),(144288,15316,531,1,1,0,0,-9022.73,1161.32,-104.289,2.87805,604800,0,0,1,0,0,0,0,0),(144289,15316,531,1,1,0,0,-9026.86,1240.55,-112.302,4.02062,604800,0,0,1,0,0,0,0,0),(144290,15316,531,1,1,0,0,-9028.26,1233.39,-112.303,1.2711,604800,0,0,1,0,0,0,0,0),(144291,15316,531,1,1,0,0,-9032.16,1322.91,-104.145,2.07694,604800,0,0,1,0,0,0,0,0),(144292,15316,531,1,1,0,0,-9041.21,1418.47,-105.316,6.05629,604800,0,0,1,0,0,0,0,0),(144293,15316,531,1,1,0,0,-9043.84,1352.87,-103.425,0.471239,604800,0,0,1,0,0,0,0,0),(144294,15316,531,1,1,0,0,-9044.05,1416.1,-105.236,5.07891,604800,0,0,1,0,0,0,0,0),(144295,15316,531,1,1,0,0,-9052.25,1412.9,-105.22,2.07694,604800,0,0,1,0,0,0,0,0),(144296,15316,531,1,1,0,0,-9073.75,1386.46,-107.335,0.719536,604800,0,0,1,0,0,0,0,0),(144297,15316,531,1,1,0,0,-9075.86,1399.42,-106.766,0.139626,604800,0,0,1,0,0,0,0,0),(144298,15316,531,1,1,0,0,-9077.96,1380.42,-106.713,2.48533,604800,0,0,1,0,0,0,0,0),(144299,15316,531,1,1,0,0,-9084.8,1348.05,-104.986,2.42601,604800,0,0,1,0,0,0,0,0),(144300,15316,531,1,1,0,0,-9085.03,1341.64,-105.159,1.09956,604800,0,0,1,0,0,0,0,0),(144301,15316,531,1,1,0,0,-9085.65,1336.6,-104.992,2.39517,604800,0,0,1,0,0,0,0,0),(144302,15316,531,1,1,0,0,-9088.62,1402.32,-107.249,1.02636,604800,0,0,1,0,0,0,0,0),(144303,15316,531,1,1,0,0,-9091.26,1510.94,-99.8143,3.54302,604800,0,0,1,0,0,0,0,0),(144304,15316,531,1,1,0,0,-9092.02,1351.04,-105.416,4.97419,604800,0,0,1,0,0,0,0,0),(144305,15316,531,1,1,0,0,-9094.28,1499.21,-102.228,0.680678,604800,0,0,1,0,0,0,0,0),(144306,15316,531,1,1,0,0,-9095.95,1507.99,-100.713,4.88692,604800,0,0,1,0,0,0,0,0),(144307,15316,531,1,1,0,0,-9098.2,1357.67,-105.575,0.733038,604800,0,0,1,0,0,0,0,0),(144308,15316,531,1,1,0,0,-9099.2,1350.56,-105.974,6.24828,604800,0,0,1,0,0,0,0,0),(144309,15316,531,1,1,0,0,-9101.52,1505.31,-100.342,1.17437,604800,0,0,1,0,0,0,0,0),(144310,15316,531,1,1,0,0,-9102.32,1446.37,-105.62,1.19676,604800,0,0,1,0,0,0,0,0),(144311,15316,531,1,1,0,0,-9147.43,1516.56,-94.8906,1.85327,604800,0,0,1,0,0,0,0,0),(144312,15316,531,1,1,0,0,-9176.5,1554.58,-83.8301,5.85025,604800,0,0,1,0,0,0,0,0),(144313,15316,531,1,1,0,0,-9178.14,1483.47,-96.6558,3.03687,604800,0,0,1,0,0,0,0,0),(144314,15316,531,1,1,0,0,-9178.39,1652.74,-64.7823,4.97419,604800,0,0,1,0,0,0,0,0),(144315,15316,531,1,1,0,0,-9178.49,1667.53,-60.3761,1.29782,604800,0,0,1,0,0,0,0,0),(144316,15316,531,1,1,0,0,-9178.76,1479.85,-97.5551,1.93731,604800,0,0,1,0,0,0,0,0),(144317,15316,531,1,1,0,0,-9183.2,1475.59,-98.7705,2.47837,604800,0,0,1,0,0,0,0,0),(144318,15316,531,1,1,0,0,-9183.29,1489.49,-95.6379,4.42534,604800,0,0,1,0,0,0,0,0),(144319,15316,531,1,1,0,0,-9188.18,1471.16,-99.3228,5.11381,604800,0,0,1,0,0,0,0,0),(144320,15316,531,1,1,0,0,-9188.79,1657.49,-64.1572,4.23883,604800,0,0,1,0,0,0,0,0),(144321,15316,531,1,1,0,0,-9189.34,1531.63,-85.8982,6.19592,604800,0,0,1,0,0,0,0,0),(144322,15316,531,1,1,0,0,-9191.1,1521.98,-87.7106,5.02655,604800,0,0,1,0,0,0,0,0),(144323,15316,531,1,1,0,0,-9191.53,1537.51,-84.5327,5.86431,604800,0,0,1,0,0,0,0,0),(144324,15316,531,1,1,0,0,-9192.62,1647.3,-65.3602,3.02363,604800,0,0,1,0,0,0,0,0),(144325,15316,531,1,1,0,0,-9197.76,1667.53,-61.1848,1.38688,604800,0,0,1,0,0,0,0,0),(144326,15316,531,1,1,0,0,-9211.67,1526.51,-86.4464,3.19899,604800,0,0,1,0,0,0,0,0),(144327,15316,531,1,1,0,0,-9212.58,1576.33,-75.7008,1.34962,604800,0,0,1,0,0,0,0,0),(144328,15316,531,1,1,0,0,-9218.4,1574.92,-76.3534,0.393843,604800,0,0,1,0,0,0,0,0),(144329,15316,531,1,1,0,0,-9220.12,1595.06,-72.4562,0.891026,604800,0,0,1,0,0,0,0,0),(144330,15316,531,1,1,0,0,-9225.14,1585.16,-74.8265,4.34335,604800,0,0,1,0,0,0,0,0),(144331,15316,531,1,1,0,0,-9235.81,1588.07,-73.6367,3.15277,604800,0,0,1,0,0,0,0,0),(144332,15317,531,1,1,0,0,-8767.86,1577.66,-89.3453,6.28042,604800,0,0,1,0,0,0,0,0),(144333,15317,531,1,1,0,0,-8822.13,1500.41,-93.8577,3.89038,604800,0,0,1,0,0,0,0,0),(144334,15317,531,1,1,0,0,-8863.72,1188.01,-104.311,3.3259,604800,0,0,1,0,0,0,0,0),(144335,15317,531,1,1,0,0,-8864.53,1179.05,-104.263,3.61623,604800,0,0,1,0,0,0,0,0),(144336,15317,531,1,1,0,0,-8868.39,1219.07,-104.323,1.47089,604800,0,0,1,0,0,0,0,0),(144337,15317,531,1,1,0,0,-8874.39,1204.47,-104.325,2.82285,604800,0,0,1,0,0,0,0,0),(144338,15317,531,1,1,0,0,-8875.63,1184.71,-104.315,1.34973,604800,0,0,1,0,0,0,0,0),(144339,15317,531,1,1,0,0,-8889.71,1263.57,-112.292,1.86493,604800,0,0,1,0,0,0,0,0),(144340,15317,531,1,1,0,0,-8896.92,1271.53,-112.292,1.54404,604800,0,0,1,0,0,0,0,0),(144341,15317,531,1,1,0,0,-8902.62,1258.21,-112.292,1.78323,604800,0,0,1,0,0,0,0,0),(144342,15317,531,1,1,0,0,-8907.31,1264.09,-112.292,1.61613,604800,0,0,1,0,0,0,0,0),(144343,15317,531,1,1,0,0,-8907.32,1215.41,-112.293,5.12038,604800,0,0,1,0,0,0,0,0),(144344,15317,531,1,1,0,0,-8909.94,1288.73,-112.29,2.33236,604800,0,0,1,0,0,0,0,0),(144345,15317,531,1,1,0,0,-8910.22,1210.9,-112.293,0.980765,604800,0,0,1,0,0,0,0,0),(144346,15317,531,1,1,0,0,-8916.44,1218.51,-112.293,1.02365,604800,0,0,1,0,0,0,0,0),(144347,15317,531,1,1,0,0,-8927.61,1219.25,-112.292,3.29309,604800,0,0,1,0,0,0,0,0),(144348,15317,531,1,1,0,0,-8931.67,1478.1,-92.4145,4.33082,604800,0,0,1,0,0,0,0,0),(144349,15317,531,1,1,0,0,-8932.62,1206.9,-112.292,1.06748,604800,0,0,1,0,0,0,0,0),(144350,15317,531,1,1,0,0,-8937.34,1231.81,-112.293,1.43279,604800,0,0,1,0,0,0,0,0),(144351,15317,531,1,1,0,0,-8941.13,1183.69,-112.289,6.19064,604800,0,0,1,0,0,0,0,0),(144352,15317,531,1,1,0,0,-8945.95,1250.48,-112.293,2.54278,604800,0,0,1,0,0,0,0,0),(144353,15317,531,1,1,0,0,-8948.82,1331.95,-104.251,5.92636,604800,0,0,1,0,0,0,0,0),(144354,15317,531,1,1,0,0,-8949.48,1285.59,-112.21,6.05629,604800,0,0,1,0,0,0,0,0),(144355,15317,531,1,1,0,0,-8951.34,1184.43,-112.292,5.57128,604800,0,0,1,0,0,0,0,0),(144356,15317,531,1,1,0,0,-8951.59,1472.8,-92.3147,1.30244,604800,0,0,1,0,0,0,0,0),(144357,15317,531,1,1,0,0,-8951.59,1211.1,-112.293,1.28833,604800,0,0,1,0,0,0,0,0),(144358,15317,531,1,1,0,0,-8952.45,1166.54,-112.3,0.0190415,604800,0,0,1,0,0,0,0,0),(144359,15317,531,1,1,0,0,-8953.99,1344.64,-104.223,0.571989,604800,0,0,1,0,0,0,0,0),(144360,15317,531,1,1,0,0,-8955.58,1230.11,-112.621,1.36077,604800,0,0,1,0,0,0,0,0),(144361,15317,531,1,1,0,0,-8958.94,1321.82,-104.246,5.7843,604800,0,0,1,0,0,0,0,0),(144362,15317,531,1,1,0,0,-8960.12,1254.93,-112.294,5.11396,604800,0,0,1,0,0,0,0,0),(144363,15317,531,1,1,0,0,-8960.78,1262.32,-112.294,3.11381,604800,0,0,1,0,0,0,0,0),(144364,15317,531,1,1,0,0,-8961.69,1200.37,-112.292,1.92591,604800,0,0,1,0,0,0,0,0),(144365,15317,531,1,1,0,0,-8965.12,1164.98,-112.299,0.261965,604800,0,0,1,0,0,0,0,0),(144366,15317,531,1,1,0,0,-8965.51,1178.93,-112.208,4.72984,604800,0,0,1,0,0,0,0,0),(144367,15317,531,1,1,0,0,-8966.61,1337.69,-104.251,2.70338,604800,0,0,1,0,0,0,0,0),(144368,15317,531,1,1,0,0,-8973.95,1265.45,-112.294,1.58412,604800,0,0,1,0,0,0,0,0),(144369,15317,531,1,1,0,0,-8977.52,1266.34,-112.292,5.71369,604800,0,0,1,0,0,0,0,0),(144370,15317,531,1,1,0,0,-8978.57,1198.2,-112.293,2.00547,604800,0,0,1,0,0,0,0,0),(144371,15317,531,1,1,0,0,-8984.78,1209.76,-112.293,3.72734,604800,0,0,1,0,0,0,0,0),(144372,15317,531,1,1,0,0,-8989.3,1202.46,-112.293,5.42343,604800,0,0,1,0,0,0,0,0),(144373,15317,531,1,1,0,0,-8992.73,1212.77,-112.293,6.09837,604800,0,0,1,0,0,0,0,0),(144374,15317,531,1,1,0,0,-8996.32,1224.41,-112.287,3.1986,604800,0,0,1,0,0,0,0,0),(144375,15317,531,1,1,0,0,-8996.78,1272.69,-112.292,1.22757,604800,0,0,1,0,0,0,0,0),(144376,15317,531,1,1,0,0,-9002.57,1324.53,-104.234,2.00588,604800,0,0,1,0,0,0,0,0),(144377,15317,531,1,1,0,0,-9005.33,1249.05,-112.289,5.86116,604800,0,0,1,0,0,0,0,0),(144378,15317,531,1,1,0,0,-9009.53,1273.29,-112.301,0.931311,604800,0,0,1,0,0,0,0,0),(144379,15317,531,1,1,0,0,-9014.95,1261.93,-112.301,1.05469,604800,0,0,1,0,0,0,0,0),(144380,15317,531,1,1,0,0,-9020.21,1262.01,-112.299,4.35212,604800,0,0,1,0,0,0,0,0),(144381,15317,531,1,1,0,0,-9026.25,1184.02,-104.318,2.33524,604800,0,0,1,0,0,0,0,0),(144382,15317,531,1,1,0,0,-9029.82,1168.41,-104.288,5.26125,604800,0,0,1,0,0,0,0,0),(144383,15317,531,1,1,0,0,-9034.85,1195.08,-104.319,5.49718,604800,0,0,1,0,0,0,0,0),(144384,15317,531,1,1,0,0,-9044.64,1179.07,-104.262,4.27361,604800,0,0,1,0,0,0,0,0),(144385,15317,531,1,1,0,0,-9045.37,1426.71,-106.269,4.95674,604800,0,0,1,0,0,0,0,0),(144386,15317,531,1,1,0,0,-9045.75,1189.08,-104.258,1.56807,604800,0,0,1,0,0,0,0,0),(144387,15317,531,1,1,0,0,-9048.55,1421.89,-106.341,0.0523599,604800,0,0,1,0,0,0,0,0),(144388,15317,531,1,1,0,0,-9054.13,1419.32,-106.088,3.31613,604800,0,0,1,0,0,0,0,0),(144389,15317,531,1,1,0,0,-9063.94,1432.53,-107.395,6.05636,604800,0,0,1,0,0,0,0,0),(144390,15317,531,1,1,0,0,-9064.93,1387.49,-106.586,4.27606,604800,0,0,1,0,0,0,0,0),(144391,15317,531,1,1,0,0,-9075.9,1395.46,-106.89,0.506145,604800,0,0,1,0,0,0,0,0),(144392,15317,531,1,1,0,0,-9081.57,1399.58,-107.172,5.2709,604800,0,0,1,0,0,0,0,0),(144393,15317,531,1,1,0,0,-9082.26,1393.76,-107.192,0.174103,604800,0,0,1,0,0,0,0,0),(144394,15317,531,1,1,0,0,-9086.6,1497.65,-102.697,3.38594,604800,0,0,1,0,0,0,0,0),(144395,15317,531,1,1,0,0,-9087.26,1506.4,-100.675,2.61799,604800,0,0,1,0,0,0,0,0),(144396,15317,531,1,1,0,0,-9090.99,1356.73,-105.019,3.12414,604800,0,0,1,0,0,0,0,0),(144397,15317,531,1,1,0,0,-9091.27,1492.38,-103.398,5.74213,604800,0,0,1,0,0,0,0,0),(144398,15317,531,1,1,0,0,-9091.8,1342.17,-105.508,5.34071,604800,0,0,1,0,0,0,0,0),(144399,15317,531,1,1,0,0,-9098.12,1447.74,-104.379,2.11274,604800,0,0,1,0,0,0,0,0),(144400,15317,531,1,1,0,0,-9098.35,1364.72,-105.184,2.56563,604800,0,0,1,0,0,0,0,0),(144401,15317,531,1,1,0,0,-9099.76,1498.81,-101.703,1.47186,604800,0,0,1,0,0,0,0,0),(144402,15317,531,1,1,0,0,-9103.6,1357.07,-106.087,4.72984,604800,0,0,1,0,0,0,0,0),(144403,15317,531,1,1,0,0,-9105.11,1363.61,-105.837,3.78736,604800,0,0,1,0,0,0,0,0),(144404,15317,531,1,1,0,0,-9126.78,1462.2,-104.263,0.799282,604800,0,0,1,0,0,0,0,0),(144405,15317,531,1,1,0,0,-9172.64,1542.29,-87.2575,4.76327,604800,0,0,1,0,0,0,0,0),(144406,15317,531,1,1,0,0,-9177.08,1683.53,-54.5022,0.0484904,604800,0,0,1,0,0,0,0,0),(144407,15317,531,1,1,0,0,-9183.35,1644.61,-67.0611,2.3273,604800,0,0,1,0,0,0,0,0),(144408,15317,531,1,1,0,0,-9187.73,1680.69,-57.8031,5.65132,604800,0,0,1,0,0,0,0,0),(144409,15317,531,1,1,0,0,-9191,1674.81,-59.7427,3.41045,604800,0,0,1,0,0,0,0,0),(144410,15317,531,1,1,0,0,-9193.5,1691.11,-54.6386,3.41158,604800,0,0,1,0,0,0,0,0),(144411,15317,531,1,1,0,0,-9197.91,1677.65,-59.0185,5.33176,604800,0,0,1,0,0,0,0,0),(144412,15317,531,1,1,0,0,-9200.42,1565.65,-78.0826,3.68265,604800,0,0,1,0,0,0,0,0),(144413,15317,531,1,1,0,0,-9215.1,1566.99,-77.6508,4.19316,604800,0,0,1,0,0,0,0,0),(144414,15317,531,1,1,0,0,-9215.52,1556.68,-79.7706,3.49537,604800,0,0,1,0,0,0,0,0),(144415,15317,531,1,1,0,0,-9223.64,1562.97,-78.591,0.920002,604800,0,0,1,0,0,0,0,0),(144416,15317,531,1,1,0,0,-9231.38,1566.91,-77.6644,5.65353,604800,0,0,1,0,0,0,0,0),(144510,15325,509,1,1,0,0,-9616.94,1598.47,21.5113,6.24236,7200,0,0,1,0,2,0,0,0),(144511,15325,509,1,1,0,0,-9616.94,1598.47,21.5113,0.0566966,7200,0,0,1,0,2,0,0,0),(144512,15325,509,1,1,0,0,-9616.94,1598.47,21.5113,1.22913,7200,0,0,1,0,2,0,0,0),(144513,15325,509,1,1,0,0,-9616.94,1598.47,21.5113,0.262099,7200,0,0,1,0,2,0,0,0),(144514,15325,509,1,1,0,0,-9631.85,1575.04,21.5113,0.944845,7200,0,0,1,0,2,0,0,0),(144515,15325,509,1,1,0,0,-9616.94,1598.47,21.5113,0.196335,7200,0,0,1,0,2,0,0,0),(144516,15325,509,1,1,0,0,-9631.85,1575.04,21.5113,0.947615,7200,0,0,1,0,2,0,0,0),(144517,15325,509,1,1,0,0,-9631.85,1575.04,21.5113,0.944991,7200,0,0,1,0,2,0,0,0),(144518,15325,509,1,1,0,0,-9641.11,1606.59,21.5115,1.86284,7200,0,0,1,0,2,0,0,0),(144519,15325,509,1,1,0,0,-9641.11,1606.59,21.5115,1.8666,7200,0,0,1,0,2,0,0,0),(144520,15325,509,1,1,0,0,-9641.11,1606.59,21.5115,1.87041,7200,0,0,1,0,2,0,0,0),(144521,15327,509,1,1,0,0,-8529.96,1364.05,36.8613,4.5185,7200,0,0,1,0,2,0,0,0),(144522,15327,509,1,1,0,0,-8548.86,1386.29,32.032,4.89083,7200,0,0,1,0,2,0,0,0),(144523,15327,509,1,1,0,0,-8597.94,1369.12,32.032,0.109564,7200,0,0,1,0,2,0,0,0),(144524,15327,509,1,1,0,0,-8676.3,1523.41,32.032,2.22477,7200,0,0,1,0,2,0,0,0),(144525,15327,509,1,1,0,0,-8658.22,1452.97,32.0319,1.77857,7200,0,0,1,0,2,0,0,0),(144526,15327,509,1,1,0,0,-8729.3,1429.32,37.3242,3.98324,7200,0,0,1,0,2,0,0,0),(144527,15327,509,1,1,0,0,-8764.12,1581.65,22.6881,3.82532,7200,0,0,1,0,2,0,0,0),(144528,15327,509,1,1,0,0,-8767.31,1593.83,21.4998,4.20729,7200,0,0,1,0,2,0,0,0),(144529,15327,509,1,1,0,0,-8812.03,1669.48,21.5108,2.35834,7200,0,0,1,0,2,0,0,0),(144530,15327,509,1,1,0,0,-8853.16,1601.76,21.4307,3.16287,7200,0,0,1,0,2,0,0,0),(144531,15327,509,1,1,0,0,-9616.94,1598.47,21.5113,5.60407,7200,0,0,1,0,2,0,0,0),(144532,15327,509,1,1,0,0,-9616.94,1598.47,21.5113,6.09799,7200,0,0,1,0,2,0,0,0),(144533,15327,509,1,1,0,0,-9616.94,1598.47,21.5113,0.536023,7200,0,0,1,0,2,0,0,0),(144534,15327,509,1,1,0,0,-9616.94,1598.47,21.5113,0.0375036,7200,0,0,1,0,2,0,0,0),(144535,15327,509,1,1,0,0,-9631.85,1575.04,21.5113,0.945259,7200,0,0,1,0,2,0,0,0),(144536,15327,509,1,1,0,0,-9616.94,1598.47,21.5113,0.223297,7200,0,0,1,0,2,0,0,0),(144537,15327,509,1,1,0,0,-9631.85,1575.04,21.5113,0.922606,7200,0,0,1,0,2,0,0,0),(144538,15327,509,1,1,0,0,-9641.11,1606.59,21.5115,1.13223,7200,0,0,1,0,2,0,0,0),(144539,15327,509,1,1,0,0,-9641.11,1606.59,21.5115,1.68694,7200,0,0,1,0,2,0,0,0),(144540,15333,509,1,1,0,0,-9450.05,1422.02,28.1957,5.70493,7200,10,0,1,0,1,0,0,0),(144541,15333,509,1,1,0,0,-9452.67,1483.81,22.8759,1.22186,7200,10,0,1,0,1,0,0,0),(144542,15333,509,1,1,0,0,-9454.07,1451.5,21.5324,0.425047,7200,10,0,1,0,1,0,0,0),(144543,15333,509,1,1,0,0,-9483.1,1476.49,21.5113,4.54605,7200,10,0,1,0,1,0,0,0),(144544,15333,509,1,1,0,0,-9485.43,1454.96,21.5113,1.34128,7200,10,0,1,0,1,0,0,0),(144545,15333,509,1,1,0,0,-9491.12,1377.25,21.5113,4.68092,7200,10,0,1,0,1,0,0,0),(144546,15333,509,1,1,0,0,-9491.99,1360.05,21.5113,1.73477,7200,10,0,1,0,1,0,0,0),(144547,15333,509,1,1,0,0,-9505.24,1333.17,21.5113,0.568966,7200,10,0,1,0,1,0,0,0),(144548,15333,509,1,1,0,0,-9508.66,1373.73,21.5846,6.18934,7200,10,0,1,0,1,0,0,0),(144549,15333,509,1,1,0,0,-9511.47,1481.02,22.0092,1.69612,7200,10,0,1,0,1,0,0,0),(144550,15333,509,1,1,0,0,-9512.08,1354.93,21.6241,0.0531144,7200,10,0,1,0,1,0,0,0),(144551,15333,509,1,1,0,0,-9520.73,1456.67,21.5113,2.62958,7200,10,0,1,0,1,0,0,0),(144552,15333,509,1,1,0,0,-9544.54,1392.07,21.5113,0.818964,7200,10,0,1,0,1,0,0,0),(144553,15333,509,1,1,0,0,-9551.31,1411.54,21.5113,3.51784,7200,10,0,1,0,1,0,0,0),(144554,15333,509,1,1,0,0,-9559.9,1520.14,21.5113,3.08167,7200,10,0,1,0,1,0,0,0),(144555,15333,509,1,1,0,0,-9576.01,1517.69,21.538,2.50076,7200,10,0,1,0,1,0,0,0),(144556,15333,509,1,1,0,0,-9581.11,1420.73,21.5113,0.960654,7200,10,0,1,0,1,0,0,0),(144557,15333,509,1,1,0,0,-9581.58,1491.29,21.5113,1.22861,7200,10,0,1,0,1,0,0,0),(144558,15333,509,1,1,0,0,-9581.71,1578.23,21.6481,3.73139,7200,10,0,1,0,1,0,0,0),(144559,15333,509,1,1,0,0,-9582.21,1391.22,22.1015,3.66559,7200,10,0,1,0,1,0,0,0),(144560,15333,509,1,1,0,0,-9583.52,1554.89,21.5827,2.52071,7200,10,0,1,0,1,0,0,0),(144561,15333,509,1,1,0,0,-9586.86,1644.31,21.8398,5.54819,7200,10,0,1,0,1,0,0,0),(144562,15333,509,1,1,0,0,-9588.4,1609.69,22.032,4.593,7200,10,0,1,0,1,0,0,0),(144563,15333,509,1,1,0,0,-9589.72,1442.26,21.6368,5.89996,7200,10,0,1,0,1,0,0,0),(144564,15333,509,1,1,0,0,-9607.79,1461.61,22.7935,3.40836,7200,10,0,1,0,1,0,0,0),(144565,15333,509,1,1,0,0,-9610.55,1614.56,21.8864,0.163797,7200,10,0,1,0,1,0,0,0),(144566,15333,509,1,1,0,0,-9612.23,1582.74,21.8863,1.64843,7200,10,0,1,0,1,0,0,0),(144567,15333,509,1,1,0,0,-9612.37,1642.57,21.5113,5.73461,7200,10,0,1,0,1,0,0,0),(144568,15333,509,1,1,0,0,-9612.53,1553.09,21.5113,5.83996,7200,10,0,1,0,1,0,0,0),(144569,15333,509,1,1,0,0,-9645.53,1619.29,22.0115,1.77151,7200,10,0,1,0,1,0,0,0),(144570,15333,509,1,1,0,0,-9647.2,1651.03,21.6545,0.960864,7200,10,0,1,0,1,0,0,0),(144571,15333,509,1,1,0,0,-9653.33,1673.39,22.0975,3.57428,7200,10,0,1,0,1,0,0,0),(144572,15333,509,1,1,0,0,-9654.61,1553.4,21.5159,3.28345,7200,10,0,1,0,1,0,0,0),(144573,15333,509,1,1,0,0,-9656.29,1585.15,21.6209,2.68299,7200,10,0,1,0,1,0,0,0),(144574,15333,509,1,1,0,0,-9674.63,1580.35,21.5113,6.09475,7200,10,0,1,0,1,0,0,0),(144575,15333,509,1,1,0,0,-9675.22,1611.29,21.5115,4.63918,7200,10,0,1,0,1,0,0,0),(144576,15333,509,1,1,0,0,-9675.7,1652.32,21.5119,3.38424,7200,10,0,1,0,1,0,0,0),(144577,15333,509,1,1,0,0,-9681.59,1551.11,21.569,1.9225,7200,10,0,1,0,1,0,0,0),(144578,15333,509,1,1,0,0,-9721.06,1484.21,21.6328,4.12393,7200,10,0,1,0,1,0,0,0),(144579,15333,509,1,1,0,0,-9740.68,1486.82,22.8715,0.677486,7200,10,0,1,0,1,0,0,0),(144580,15333,509,1,1,0,0,-9746.62,1514.35,22.2602,5.49662,7200,10,0,1,0,1,0,0,0),(144581,15335,509,1,1,0,0,-9043.48,2118.31,21.7728,0.484506,7200,0,0,1,0,2,0,0,0),(144582,15335,509,1,1,0,0,-8937.63,1698.94,21.9335,5.90268,7200,0,0,1,0,2,0,0,0),(144583,15335,509,1,1,0,0,-9290.1,1380.39,21.3862,2.15917,7200,0,0,1,0,2,0,0,0),(144584,15335,509,1,1,0,0,-9452.13,1337.87,21.4219,1.87437,7200,0,0,1,0,2,0,0,0),(144585,15335,509,1,1,0,0,-9328,1298.32,-64.2425,0.244346,7200,5,0,1,0,1,0,0,0),(144586,15336,509,1,1,0,0,-9494.1,1385.02,21.4696,2.26893,7200,5,0,1,0,1,0,0,0),(144587,15336,509,1,1,0,0,-9503.87,1392.83,21.5175,0.925025,7200,5,0,1,0,1,0,0,0),(144588,15336,509,1,1,0,0,-9563.06,1500.71,22.5985,4.18879,7200,5,0,1,0,1,0,0,0),(144589,15336,509,1,1,0,0,-9592.15,1496.17,22.9201,1.10608,7200,5,0,1,0,1,0,0,0),(144590,15336,509,1,1,0,0,-9600.68,1417.57,22.9997,5.74779,7200,5,0,1,0,1,0,0,0),(144591,15336,509,1,1,0,0,-9602.29,1403.74,24.6111,1.9314,7200,5,0,1,0,1,0,0,0),(144592,15338,509,1,1,0,0,-9033.36,1700.73,21.5026,5.00137,7200,0,0,1,0,2,0,0,0),(144593,15338,509,1,1,0,0,-9042.73,1737.67,21.5113,4.41252,7200,0,0,1,0,2,0,0,0),(144594,15338,509,1,1,0,0,-8912.6,1750.18,21.5113,3.13117,7200,0,0,1,0,2,0,0,0),(144595,15338,509,1,1,0,0,-9042.86,1841.39,21.5113,2.53801,7200,0,0,1,0,2,0,0,0),(144596,15338,509,1,1,0,0,-8783.43,2068.94,21.5113,4.10886,7200,0,0,1,0,2,0,0,0),(144597,15338,509,1,1,0,0,-8973.86,2090.78,21.5113,5.01824,7200,0,0,1,0,2,0,0,0),(144598,15338,509,1,1,0,0,-8816.17,1898.79,21.4408,2.354,7200,0,0,1,0,2,0,0,0),(144599,15338,509,1,1,0,0,-8969.8,2023.49,22.2062,4.13817,7200,0,0,1,0,2,0,0,0),(144600,15338,509,1,1,0,0,-8892.27,1893.26,21.6543,5.57742,7200,0,0,1,0,2,0,0,0),(144601,15339,509,1,1,0,0,-9502.8,2042.65,105.31,5.65487,7200,0,0,1,0,0,0,0,0),(144602,15340,509,1,1,0,0,-8845.52,2260.14,21.4697,4.64258,7200,0,0,1,0,0,0,0,0),(144603,15341,509,1,1,0,0,-9129.73,1602.5,26.5441,5.53269,7200,0,0,1,0,0,0,0,0),(144604,15343,509,1,1,0,0,-8715.07,1514.42,32.0224,5.46316,7200,0,0,1,0,2,0,0,0),(144605,15343,509,1,1,0,0,-8626.87,1393.02,32.1197,2.5932,7200,0,0,1,0,2,0,0,0),(144606,15343,509,1,1,0,0,-8698.72,1557.43,31.9674,5.52604,7200,0,0,1,0,2,0,0,0),(144607,15343,509,1,1,0,0,-8596.26,1445.32,32.032,0.898125,7200,0,0,1,0,2,0,0,0),(144608,15343,509,1,1,0,0,-8554.36,1453.02,32.4456,3.90623,7200,0,0,1,0,2,0,0,0),(144609,15343,509,1,1,0,0,-8601.66,1390.75,32.032,2.59117,7200,0,0,1,0,2,0,0,0),(144610,15344,509,1,1,0,0,-8991.15,1554,21.6539,2.77507,7200,0,0,1,0,0,0,0,0),(144611,15344,509,1,1,0,0,-9003.75,1536.16,21.4697,2.63545,7200,0,0,1,0,0,0,0,0),(144612,15344,509,1,1,0,0,-9012.13,1608.77,24.8693,3.14159,7200,0,0,1,0,0,0,0,0),(144613,15344,509,1,1,0,0,-9014.36,1597.68,21.4697,3.03687,7200,0,0,1,0,0,0,0,0),(144614,15344,509,1,1,0,0,-9020.15,1586.73,21.4697,2.94961,7200,0,0,1,0,0,0,0,0),(144615,15344,509,1,1,0,0,-9022.04,1612.05,22.8073,3.15905,7200,0,0,1,0,0,0,0,0),(144616,15344,509,1,1,0,0,-9022.71,1505.88,21.5596,2.40855,7200,0,0,1,0,0,0,0,0),(144617,15344,509,1,1,0,0,-9029.94,1498.08,22.1401,2.33874,7200,0,0,1,0,0,0,0,0),(144618,15344,509,1,1,0,0,-9031.99,1592.26,21.4697,2.98451,7200,0,0,1,0,0,0,0,0),(144619,15344,509,1,1,0,0,-9038.44,1491.04,23.2296,2.26893,7200,0,0,1,0,0,0,0,0),(144620,15344,509,1,1,0,0,-9070.71,1634.37,21.4812,3.49066,7200,0,0,1,0,0,0,0,0),(144621,15344,509,1,1,0,0,-9071.04,1622.14,21.4697,3.33358,7200,0,0,1,0,0,0,0,0),(144622,15344,509,1,1,0,0,-9071.76,1611.28,21.4721,3.1765,7200,0,0,1,0,0,0,0,0),(144623,15344,509,1,1,0,0,-9076.42,1530.23,21.4697,2.23402,7200,0,0,1,0,0,0,0,0),(144624,15344,509,1,1,0,0,-9078.8,1622.8,21.4697,3.36848,7200,0,0,1,0,0,0,0,0),(144625,15344,509,1,1,0,0,-9083.14,1524.76,21.4697,2.14675,7200,0,0,1,0,0,0,0,0),(144626,15344,509,1,1,0,0,-9091.76,1519.37,21.4697,2.05949,7200,0,0,1,0,0,0,0,0),(144627,15344,509,1,1,0,0,-9092.34,1586.27,21.4696,2.68781,7200,0,0,1,0,0,0,0,0),(144628,15344,509,1,1,0,0,-9097.29,1578.36,21.4696,2.51327,7200,0,0,1,0,0,0,0,0),(144629,15344,509,1,1,0,0,-9102.55,1569.42,21.4757,2.32129,7200,0,0,1,0,0,0,0,0),(144630,15344,509,1,1,0,0,-9113.94,1546.06,21.4696,1.95477,7200,0,0,1,0,0,0,0,0),(144631,15344,509,1,1,0,0,-9132.83,1539.1,21.4696,1.65806,7200,0,0,1,0,0,0,0,0),(144632,15348,509,1,1,0,0,-8822.2,1625.82,19.8057,3.88463,7200,5,0,1,0,1,0,0,0),(144633,15355,509,1,1,0,0,-9248.03,1888.94,85.6807,4.61068,7200,0,0,1,0,2,0,0,0),(144634,15355,509,1,1,0,0,-9184.5,1854.16,85.6807,0.0746059,7200,0,0,1,0,2,0,0,0),(144635,15355,509,1,1,0,0,-9266.74,1785.31,85.6798,5.70442,7200,0,0,1,0,2,0,0,0),(144636,15355,509,1,1,0,0,-9252.74,1943.69,85.6807,4.83094,7200,0,0,1,0,2,0,0,0),(144637,15355,509,1,1,0,0,-9338.64,1812.09,85.6798,5.1871,7200,0,0,1,0,2,0,0,0),(144638,15355,509,1,1,0,0,-9373.94,2005.84,85.6807,5.85982,7200,0,0,1,0,2,0,0,0),(144639,15355,509,1,1,0,0,-9166.67,1901.35,85.6807,0.240908,7200,0,0,1,0,2,0,0,0),(144640,15355,509,1,1,0,0,-9172.67,1878.28,85.6807,4.81815,7200,0,0,1,0,2,0,0,0),(144641,15369,509,1,1,0,0,-9719.61,1514.75,27.5523,0.767945,7200,0,0,1,0,0,0,0,0),(144642,15370,509,1,1,0,0,-9235.98,1234.07,-63.6578,5.89921,7200,5,0,1,0,1,0,0,0),(144643,15384,509,1,1,0,0,-9546.69,1574.15,25.3167,2.05949,7200,0,0,1,0,0,0,0,0),(144644,15384,509,1,1,0,0,-9583.22,1629.95,23.9715,0.628318,7200,0,0,1,0,0,0,0,0),(144645,15384,509,1,1,0,0,-9596.42,1545.68,22.6737,0.558505,7200,0,0,1,0,0,0,0,0),(144646,15384,509,1,1,0,0,-9632.51,1587.67,22.9696,1.13446,7200,0,0,1,0,0,0,0,0),(144647,15384,509,1,1,0,0,-9675.3,1693.71,30.2099,4.20624,7200,0,0,1,0,0,0,0,0),(144648,15384,509,1,1,0,0,-9698.36,1637.48,23.6115,6.16101,7200,0,0,1,0,0,0,0,0),(144649,15384,509,1,1,0,0,-9704.79,1523.15,21.5273,0.139626,7200,0,0,1,0,0,0,0,0),(144650,15384,509,1,1,0,0,-9759.33,1480.82,28.6459,3.35103,7200,0,0,1,0,0,0,0,0),(144651,15385,509,1,1,0,0,-9108.29,1584.17,21.471,2.49582,7200,0,0,1,0,0,0,0,0),(144652,15386,509,1,1,0,0,-9085.03,1622.4,21.4697,3.36848,7200,0,0,1,0,0,0,0,0),(144653,15387,509,1,1,0,0,-8994.83,1542.27,21.6486,2.70526,7200,0,0,1,0,0,0,0,0),(144654,15387,509,1,1,0,0,-8998.05,1560.15,22.1308,2.80998,7200,0,0,1,0,0,0,0,0),(144655,15387,509,1,1,0,0,-9001.26,1549.05,22.0209,2.72271,7200,0,0,1,0,0,0,0,0),(144656,15387,509,1,1,0,0,-9010.7,1542.47,21.4697,2.6529,7200,0,0,1,0,0,0,0,0),(144657,15387,509,1,1,0,0,-9023.85,1601.58,21.4697,3.07178,7200,0,0,1,0,0,0,0,0),(144658,15387,509,1,1,0,0,-9030.08,1512.31,21.4706,2.40855,7200,0,0,1,0,0,0,0,0),(144659,15387,509,1,1,0,0,-9038.83,1505.32,21.5906,2.33874,7200,0,0,1,0,0,0,0,0),(144660,15387,509,1,1,0,0,-9046.5,1498.26,22.0108,2.26893,7200,0,0,1,0,0,0,0,0),(144661,15387,509,1,1,0,0,-9066.89,1521.48,21.4697,2.25148,7200,0,0,1,0,0,0,0,0),(144662,15387,509,1,1,0,0,-9074,1515.23,21.4697,2.16421,7200,0,0,1,0,0,0,0,0),(144663,15387,509,1,1,0,0,-9078.07,1635.03,21.4697,3.54302,7200,0,0,1,0,0,0,0,0),(144664,15387,509,1,1,0,0,-9080.05,1612.09,21.4697,3.19395,7200,0,0,1,0,0,0,0,0),(144665,15387,509,1,1,0,0,-9082.67,1510.19,21.5131,2.07694,7200,0,0,1,0,0,0,0,0),(144666,15387,509,1,1,0,0,-9098.18,1589.88,21.47,2.70526,7200,0,0,1,0,0,0,0,0),(144667,15387,509,1,1,0,0,-9102.67,1581.56,21.471,2.49582,7200,0,0,1,0,0,0,0,0),(144668,15387,509,1,1,0,0,-9107.89,1574.31,21.4863,2.30383,7200,0,0,1,0,0,0,0,0),(144669,15387,509,1,1,0,0,-9117.37,1553.28,21.4696,1.93731,7200,0,0,1,0,0,0,0,0),(144670,15387,509,1,1,0,0,-9123.58,1541.55,21.4696,1.79769,7200,0,0,1,0,0,0,0,0),(144671,15387,509,1,1,0,0,-9125.76,1549.29,21.4696,1.78024,7200,0,0,1,0,0,0,0,0),(144672,15387,509,1,1,0,0,-9134.14,1546.72,21.4696,1.64061,7200,0,0,1,0,0,0,0,0),(144673,15388,509,1,1,0,0,-9127.98,1558.54,21.6879,1.79769,7200,0,0,1,0,0,0,0,0),(144674,15389,509,1,1,0,0,-9033.17,1604.66,21.4697,3.08923,7200,0,0,1,0,0,0,0,0),(144675,15390,509,1,1,0,0,-9087.01,1530.26,21.4697,2.14675,7200,0,0,1,0,0,0,0,0),(144676,15391,509,1,1,0,0,-9007.4,1556.87,21.6039,2.75762,7200,0,0,1,0,0,0,0,0),(144677,15392,509,1,1,0,0,-9041.36,1512.58,21.4748,2.33874,7200,0,0,1,0,0,0,0,0),(144678,15426,509,1,1,0,0,-8680.66,1585.61,33.1911,2.54818,7200,0,0,1,0,0,0,0,0),(144679,15428,509,1,1,0,0,-9230.04,1916.91,85.6541,4.52929,7200,0,0,1,0,0,0,0,0),(144680,15428,509,1,1,0,0,-9523.84,1881.48,85.6407,5.18168,7200,0,0,1,0,0,0,0,0),(144681,15461,509,1,1,0,0,-8777.98,1946.54,29.2613,5.90431,7200,5,0,1,0,1,0,0,0),(144682,15461,509,1,1,0,0,-8779.04,1939.48,28.6399,5.91667,7200,5,0,1,0,1,0,0,0),(144683,15461,509,1,1,0,0,-8779.13,1927.21,27.4244,2.72426,7200,5,0,1,0,1,0,0,0),(144684,15461,509,1,1,0,0,-8784.29,1915.42,24.229,5.39307,7200,5,0,1,0,1,0,0,0),(144685,15461,509,1,1,0,0,-8799.36,1954.67,21.5113,5.97837,7200,5,0,1,0,1,0,0,0),(144686,15461,509,1,1,0,0,-8890.03,1741.55,21.7629,1.51844,7200,5,0,1,0,1,0,0,0),(144687,15461,509,1,1,0,0,-8900.69,1727.25,24.3461,4.55531,7200,5,0,1,0,1,0,0,0),(144688,15461,509,1,1,0,0,-8911.9,1741.95,21.969,1.02165,7200,5,0,1,0,1,0,0,0),(144689,15461,509,1,1,0,0,-8914.18,1776.94,21.6651,3.48624,7200,5,0,1,0,1,0,0,0),(144690,15461,509,1,1,0,0,-8931.61,2026.63,23.3402,5.70909,7200,5,0,1,0,1,0,0,0),(144691,15461,509,1,1,0,0,-8933.95,1761.94,22.1975,2.51326,7200,5,0,1,0,1,0,0,0),(144692,15461,509,1,1,0,0,-8935.76,1993.07,22.7103,3.9632,7200,5,0,1,0,1,0,0,0),(144693,15461,509,1,1,0,0,-8936.32,2034.41,23.2364,2.16721,7200,5,0,1,0,1,0,0,0),(144694,15461,509,1,1,0,0,-8949.8,1981.9,21.6988,1.72788,7200,5,0,1,0,1,0,0,0),(144695,15461,509,1,1,0,0,-8986,1995.47,23.659,3.56672,7200,5,0,1,0,1,0,0,0),(144696,15461,509,1,1,0,0,-9013.02,1864.73,22.2453,6.05629,7200,5,0,1,0,1,0,0,0),(144697,15461,509,1,1,0,0,-9021.09,1856.04,21.651,2.04204,7200,5,0,1,0,1,0,0,0),(144698,15461,509,1,1,0,0,-9026.66,1838.82,21.4696,4.59022,7200,5,0,1,0,1,0,0,0),(144699,15461,509,1,1,0,0,-9048.65,1860.38,22.0369,5.60498,7200,5,0,1,0,1,0,0,0),(144700,15461,509,1,1,0,0,-9052.47,1873.29,24.717,1.43166,7200,5,0,1,0,1,0,0,0),(144701,15461,509,1,1,0,0,-9101.37,2212.7,21.5114,2.3027,7200,5,0,1,0,1,0,0,0),(144702,15461,509,1,1,0,0,-9102.92,2204.25,21.5114,1.12251,7200,5,0,1,0,1,0,0,0),(144703,15461,509,1,1,0,0,-9104.07,2173.5,21.5113,0.511205,7200,5,0,1,0,1,0,0,0),(144704,15461,509,1,1,0,0,-9109.52,2190.42,21.5113,0.762513,7200,5,0,1,0,1,0,0,0),(144705,15461,509,1,1,0,0,-9113.31,2218.67,22.0624,1.52017,7200,5,0,1,0,1,0,0,0),(144706,15462,509,1,1,0,0,-8773.88,1964.33,28.0018,1.71476,7200,5,0,1,0,1,0,0,0),(144707,15462,509,1,1,0,0,-8777.86,1955.94,27.2999,1.70395,7200,5,0,1,0,1,0,0,0),(144708,15462,509,1,1,0,0,-8792.9,1944.09,21.5506,3.30581,7200,5,0,1,0,1,0,0,0),(144709,15462,509,1,1,0,0,-8805.24,1936.15,21.4697,3.45575,7200,5,0,1,0,1,0,0,0),(144710,15462,509,1,1,0,0,-8818.19,1927.24,22.4211,5.61996,7200,5,0,1,0,1,0,0,0),(144711,15462,509,1,1,0,0,-8879.91,1771.1,24.4918,5.58218,7200,5,0,1,0,1,0,0,0),(144712,15462,509,1,1,0,0,-8892.15,1788.22,22.0443,5.12406,7200,5,0,1,0,1,0,0,0),(144713,15462,509,1,1,0,0,-8894.62,1763.47,21.591,0.729706,7200,5,0,1,0,1,0,0,0),(144714,15462,509,1,1,0,0,-8929.95,1760.38,21.7613,0.0623208,7200,5,0,1,0,1,0,0,0),(144715,15462,509,1,1,0,0,-8935.93,1744.15,21.4783,5.47116,7200,5,0,1,0,1,0,0,0),(144716,15462,509,1,1,0,0,-8938.03,2012.94,22.7022,0.931027,7200,5,0,1,0,1,0,0,0),(144717,15462,509,1,1,0,0,-8945.51,1986.94,21.5423,3.43411,7200,5,0,1,0,1,0,0,0),(144718,15462,509,1,1,0,0,-8961.31,1989.17,21.9972,3.97346,7200,5,0,1,0,1,0,0,0),(144719,15462,509,1,1,0,0,-8961.39,2036.79,21.9405,5.36747,7200,5,0,1,0,1,0,0,0),(144720,15462,509,1,1,0,0,-8986.51,2005.44,23.1836,4.60949,7200,5,0,1,0,1,0,0,0),(144721,15462,509,1,1,0,0,-9037.78,1872.56,21.8393,3.59057,7200,5,0,1,0,1,0,0,0),(144722,15462,509,1,1,0,0,-9038.26,1894.86,22.6159,4.98311,7200,5,0,1,0,1,0,0,0),(144723,15462,509,1,1,0,0,-9039.1,1826.13,22.9693,5.044,7200,5,0,1,0,1,0,0,0),(144724,15462,509,1,1,0,0,-9046.37,1886.38,24.5403,3.33535,7200,5,0,1,0,1,0,0,0),(144725,15462,509,1,1,0,0,-9052.06,1852.84,22.5353,1.60029,7200,5,0,1,0,1,0,0,0),(144726,15462,509,1,1,0,0,-9077.66,2199.22,21.4705,5.79449,7200,5,0,1,0,1,0,0,0),(144727,15462,509,1,1,0,0,-9087.49,2206.2,21.4952,2.58309,7200,5,0,1,0,1,0,0,0),(144728,15462,509,1,1,0,0,-9091.03,2222.01,22.4792,0.357463,7200,5,0,1,0,1,0,0,0),(144729,15462,509,1,1,0,0,-9094.92,2187.13,21.7613,4.3471,7200,5,0,1,0,1,0,0,0),(144730,15462,509,1,1,0,0,-9115.49,2203.18,21.5114,4.06615,7200,5,0,1,0,1,0,0,0),(144731,15475,509,1,1,0,0,-8558.05,1335.65,32.2306,1.33016,7200,5,0,1,0,1,0,0,0),(144732,15475,509,1,1,0,0,-8580.42,1653.07,43.2859,3.59002,7200,5,0,1,0,1,0,0,0),(144733,15475,509,1,1,0,0,-8649.05,1482.82,32.0061,6.21675,7200,5,0,1,0,1,0,0,0),(144734,15475,509,1,1,0,0,-8798.26,1878.11,22.0182,0.391935,7200,5,0,1,0,1,0,0,0),(144735,15475,509,1,1,0,0,-8904.35,1528.15,21.61,2.54373,7200,5,0,1,0,1,0,0,0),(144736,15475,509,1,1,0,0,-8999.54,1989.41,29.2458,0.139135,7200,5,0,1,0,1,0,0,0),(144737,15475,509,1,1,0,0,-9022.93,1472.28,33.0905,4.81215,7200,5,0,1,0,1,0,0,0),(144738,15475,509,1,1,0,0,-9155.48,2215.21,26.0012,3.85509,7200,5,0,1,0,1,0,0,0),(144739,15475,509,1,1,0,0,-9200.07,1430.02,21.5113,4.90386,7200,5,0,1,0,1,0,0,0),(144740,15475,509,1,1,0,0,-9385.35,1404.55,21.5113,4.62858,7200,5,0,1,0,1,0,0,0),(144741,15476,509,1,1,0,0,-8603.88,1356.8,32.0353,5.99231,7200,5,0,1,0,1,0,0,0),(144742,15476,509,1,1,0,0,-8673.53,1535.04,31.9674,5.98235,7200,5,0,1,0,1,0,0,0),(144743,15476,509,1,1,0,0,-8770.43,2134.67,30.0123,1.45141,7200,5,0,1,0,1,0,0,0),(144744,15476,509,1,1,0,0,-8782.58,2207.54,26.3705,6.04058,7200,5,0,1,0,1,0,0,0),(144745,15476,509,1,1,0,0,-9030.19,1901.2,21.9505,0.229359,7200,5,0,1,0,1,0,0,0),(144746,15476,509,1,1,0,0,-9088.79,1479.96,29.4773,4.84959,7200,5,0,1,0,1,0,0,0),(144747,15476,509,1,1,0,0,-9121.42,1772.12,22.702,4.44348,7200,5,0,1,0,1,0,0,0),(144748,15505,509,1,1,0,0,-8851.23,2056.55,4.84982,3.9968,7200,5,0,1,0,1,0,0,0),(144749,15505,509,1,1,0,0,-8857.7,2072.1,4.99401,0.488692,7200,5,0,1,0,1,0,0,0),(144750,15505,509,1,1,0,0,-8858.74,2062.83,4.48269,1.79769,7200,5,0,1,0,1,0,0,0),(144751,15505,509,1,1,0,0,-8865.08,2083.38,3.65268,5.07891,7200,5,0,1,0,1,0,0,0),(144752,15505,509,1,1,0,0,-8870.66,2109.14,6.55681,1.15192,7200,5,0,1,0,1,0,0,0),(144753,15505,509,1,1,0,0,-8874.8,1936.47,6.60746,1.13306,7200,5,0,1,0,1,0,0,0),(144754,15505,509,1,1,0,0,-8874.9,2058.62,4.53535,0,7200,5,0,1,0,1,0,0,0),(144755,15505,509,1,1,0,0,-8875.74,1945.67,6.48646,5.31958,7200,5,0,1,0,1,0,0,0),(144756,15505,509,1,1,0,0,-8877.21,2127.85,7.68495,1.8675,7200,5,0,1,0,1,0,0,0),(144757,15505,509,1,1,0,0,-8877.62,1959.8,6.45304,4.25999,7200,5,0,1,0,1,0,0,0),(144758,15505,509,1,1,0,0,-8884.49,1926.34,4.51749,1.90241,7200,5,0,1,0,1,0,0,0),(144759,15505,509,1,1,0,0,-8886.46,2125.59,5.52542,5.46288,7200,5,0,1,0,1,0,0,0),(144760,15505,509,1,1,0,0,-8889.35,1931.74,5.70477,4.11945,7200,5,0,1,0,1,0,0,0),(144761,15505,509,1,1,0,0,-8889.57,2115.47,7.0993,0.767945,7200,5,0,1,0,1,0,0,0),(144762,15505,509,1,1,0,0,-8896.67,2135.88,5.97515,0.2311,7200,5,0,1,0,1,0,0,0),(144763,15505,509,1,1,0,0,-8916.91,2170.91,12.3121,2.95898,7200,5,0,1,0,1,0,0,0),(144764,15505,509,1,1,0,0,-8916.97,2153.48,5.99773,3.78543,7200,5,0,1,0,1,0,0,0),(144765,15505,509,1,1,0,0,-8918.43,2159.51,5.47604,6.04329,7200,5,0,1,0,1,0,0,0),(144766,15505,509,1,1,0,0,-8929.83,1869.06,4.98682,3.71755,7200,5,0,1,0,1,0,0,0),(144767,15505,509,1,1,0,0,-8930.45,2162.49,5.26124,0.314159,7200,5,0,1,0,1,0,0,0),(144768,15505,509,1,1,0,0,-8931.28,1852.24,4.11584,3.33358,7200,5,0,1,0,1,0,0,0),(144769,15505,509,1,1,0,0,-8937.56,2177.22,4.78812,2.3946,7200,5,0,1,0,1,0,0,0),(144770,15505,509,1,1,0,0,-8938.79,1854.3,2.76588,5.86431,7200,5,0,1,0,1,0,0,0),(144771,15505,509,1,1,0,0,-8939.11,1846.93,2.4288,4.86947,7200,5,0,1,0,1,0,0,0),(144772,15505,509,1,1,0,0,-8947.23,1868.44,4.38274,0.93376,7200,5,0,1,0,1,0,0,0),(144773,15505,509,1,1,0,0,-8972.43,1825.5,3.84647,0.122173,7200,5,0,1,0,1,0,0,0),(144774,15505,509,1,1,0,0,-8974.2,1807.21,1.86357,5.2709,7200,5,0,1,0,1,0,0,0),(144775,15505,509,1,1,0,0,-8981.37,1815.49,4.08643,5.16617,7200,5,0,1,0,1,0,0,0),(144776,15505,509,1,1,0,0,-8989.23,1811.11,5.65673,5.79449,7200,5,0,1,0,1,0,0,0),(144777,15505,509,1,1,0,0,-8989.63,1822.99,6.51377,0.471239,7200,5,0,1,0,1,0,0,0),(144778,15514,509,1,1,0,0,-9234.33,1243.83,-63.5281,3.49066,7200,0,0,1,0,0,0,0,0),(144779,15514,509,1,1,0,0,-9243.43,1280.5,-63.5938,3.82227,7200,0,0,1,0,0,0,0,0),(144780,15514,509,1,1,0,0,-9263.01,1295.24,-63.8081,1.79769,7200,0,0,1,0,0,0,0,0),(144781,15514,509,1,1,0,0,-9270.39,1243.9,-63.7673,2.72271,7200,0,0,1,0,0,0,0,0),(144782,15514,509,1,1,0,0,-9300.07,1305.08,-63.6971,4.18879,7200,0,0,1,0,0,0,0,0),(144783,15514,509,1,1,0,0,-9300.19,1266.67,-63.7427,0.261799,7200,0,0,1,0,0,0,0,0),(144784,15590,509,1,1,0,0,-9188.44,1940.21,85.6391,3.1765,7200,0,0,1,0,0,0,0,0),(144785,15590,509,1,1,0,0,-9188.44,1940.21,85.6391,3.1765,7200,0,0,1,0,0,0,0,0),(144786,15590,509,1,1,0,0,-9244.41,1808.98,85.6391,5.63741,7200,0,0,1,0,0,0,0,0),(144787,15590,509,1,1,0,0,-9248.41,1974.83,85.6391,5.89921,7200,0,0,1,0,0,0,0,0),(144788,15590,509,1,1,0,0,-9282.08,1887.34,85.6391,2.00713,7200,0,0,1,0,0,0,0,0),(144789,15590,509,1,1,0,0,-9282.08,1887.34,85.6391,2.00713,7200,0,0,1,0,0,0,0,0),(144790,15590,509,1,1,0,0,-9299.73,1748.45,85.6391,1.44862,7200,0,0,1,0,0,0,0,0),(144791,15590,509,1,1,0,0,-9357.86,1929.08,85.6391,1.06465,7200,0,0,1,0,0,0,0,0),(144792,15590,509,1,1,0,0,-9357.86,1929.08,85.6391,1.06465,7200,0,0,1,0,0,0,0,0),(144793,15590,509,1,1,0,0,-9367.17,1780.89,85.6391,1.90241,7200,0,0,1,0,0,0,0,0),(144794,15590,509,1,1,0,0,-9367.17,1780.89,85.6391,1.90241,7200,0,0,1,0,0,0,0,0),(144795,15590,509,1,1,0,0,-9383.29,2012.68,85.6511,2.93215,7200,0,0,1,0,0,0,0,0),(144796,15590,509,1,1,0,0,-9383.29,2012.68,85.6511,2.93215,7200,0,0,1,0,0,0,0,0),(144797,15590,509,1,1,0,0,-9406.1,1862.38,85.6391,6.23082,7200,0,0,1,0,0,0,0,0),(144798,15590,509,1,1,0,0,-9407.72,1960.21,85.6391,1.11701,7200,0,0,1,0,0,0,0,0),(144799,15590,509,1,1,0,0,-9432.4,1782.53,85.6391,5.86431,7200,0,0,1,0,0,0,0,0),(144800,15590,509,1,1,0,0,-9506.19,1865.57,85.6391,4.27606,7200,0,0,1,0,0,0,0,0),(245660,25903,530,1,1,0,0,-2525.24,7563.05,-1.45471,5.33445,300,0,0,3600,0,0,0,0,0),(245658,25901,0,1,1,0,0,-615.18,-547.146,36.2658,4.5204,300,0,0,1400,0,0,0,0,0),(245659,25902,0,1,1,0,0,-5240.81,-2891.73,338.142,1.93731,300,0,0,1500,0,0,0,0,0),(245657,25900,530,1,1,0,0,-526.014,2328.92,39.0606,3.59538,300,0,0,3300,0,0,0,0,0),(245655,25898,0,1,1,0,0,-9389.17,26.7242,60.1325,4.5204,300,0,0,110,0,0,0,0,0),(245656,25899,1,1,1,0,0,-4402.07,3477.84,11.9477,5.34385,300,0,0,220,0,0,0,0,0),(245654,25897,1,1,1,0,0,-3449.22,-4220.48,11.5049,2.61799,300,0,0,1100,0,0,0,0,0),(245652,25895,0,1,1,0,0,-5418.36,-497.671,397.224,4.76475,300,0,0,12000,0,0,0,0,0),(245653,25896,0,1,1,0,0,-10699.7,-1156.26,25.062,3.90954,300,0,0,1500,0,0,0,0,0),(245651,25894,1,1,1,0,0,-60.154,1260.68,90.8524,2.98451,300,0,0,110,0,0,0,0,0),(245650,25893,1,1,1,0,0,6317.35,520.637,18.5027,1.3439,300,0,0,430,0,0,0,0,0),(245649,25892,0,1,1,0,0,-8248.18,-2623.69,133.155,1.8978,300,0,0,30,0,0,0,0,0),(245647,25890,0,1,1,0,0,-10946.6,-3227.53,41.4308,4.5204,300,0,0,2000,0,0,0,0,0),(245648,25891,530,1,1,0,0,-2252.28,-11899.4,27.0338,4.29298,300,0,0,1300,0,0,0,0,0),(245646,25889,530,1,1,0,0,2035.2,6600.39,136.793,4.61734,600,0,0,580,0,0,0,0,0),(245644,25887,0,1,1,0,0,-1209.27,-2667.5,45.183,5.93412,300,0,0,1000,0,0,0,0,0),(245645,25888,530,1,1,0,0,-4224.55,-12317.3,2.79946,4.43201,300,0,0,24,0,0,0,0,0),(245643,25884,1,1,1,0,0,2009.33,-2345.09,89.7369,2.94961,300,0,0,1524,0,0,0,0,0),(245642,25883,1,1,1,0,0,2568.97,-478.95,108.392,1.67552,300,0,0,1200,0,0,0,0,0),(245641,26188,530,1,1,0,0,-3776.85,-11469.5,-134.412,5.10116,300,0,0,4120,0,0,0,0,0),(245640,26188,530,1,1,0,0,-3765.56,-11490.1,-134.364,5.10116,300,0,0,4120,0,0,0,0,0),(245639,26188,530,1,1,0,0,-3775.84,-11510.9,-134.561,3.7974,300,0,0,4120,0,0,0,0,0),(245638,26188,530,1,1,0,0,-3778.15,-11490.8,-134.515,1.61792,300,0,0,4120,0,0,0,0,0),(245637,26188,530,1,1,0,0,9823.38,-7265.81,26.1884,1.99431,300,0,0,4120,0,0,0,0,0),(245636,26188,530,1,1,0,0,9805.45,-7282.21,26.3535,1.74691,300,0,0,4120,0,0,0,0,0),(245634,26188,530,1,1,0,0,9833.03,-7279.73,26.2544,5.80349,300,0,0,4120,0,0,0,0,0),(244808,32798,1,1,1,0,0,-2383.33,-409.778,-4.03543,4.08039,120,0,0,34032,31924,0,0,0,0),(244807,32798,0,1,1,0,0,2255.62,271.928,34.4734,2.52523,120,0,0,34032,31924,0,0,0,0),(244806,32798,1,1,1,0,0,317.219,-4677.94,16.1175,3.80143,120,0,0,34032,31924,0,0,0,0),(240722,32820,0,1,1,0,0,-9960,-144,24.59,0.618,600,20,0,2,0,1,0,0,0),(240721,32820,0,1,1,0,0,-9961,917.581,44.361,0.689,600,20,0,2,0,1,0,0,0),(240720,32820,0,1,1,0,0,-9962,307.319,36.992,0.284,600,20,0,2,0,1,0,0,0),(240719,32820,0,1,1,0,0,-9853.68,284.862,37.987,1.89787,600,20,0,2,0,1,0,0,0),(240718,32820,0,1,1,0,0,-9975,292.899,36.336,4.86,600,20,0,2,0,1,0,0,0),(240717,32820,0,1,1,0,0,-9975,-27,34.762,4.23,600,20,0,2,0,1,0,0,0),(240716,32820,0,1,1,0,0,-9976,-24,35.04,2.754,600,20,0,2,0,1,0,0,0),(240715,32820,0,1,1,0,0,-9979,644.991,37.125,5.198,600,20,0,2,0,1,0,0,0),(240714,32820,0,1,1,0,0,-9980,156.79,34.349,0.199,600,20,0,2,0,1,0,0,0),(240713,32820,0,1,1,0,0,-9981,542.102,37.19,5.026,600,20,0,2,0,1,0,0,0),(240712,32820,0,1,1,0,0,-9982,562.627,37.885,1.274,600,20,0,2,0,1,0,0,0),(240711,32820,0,1,1,0,0,-9984,448.163,36.195,5.497,600,20,0,2,0,1,0,0,0),(240710,32820,0,1,1,0,0,-9985,446.073,36.32,4.079,600,20,0,2,0,1,0,0,0),(240709,32820,0,1,1,0,0,-9986,453.746,35.546,0.018,600,20,0,2,0,1,0,0,0),(240708,32820,0,1,1,0,0,-9986,191.426,31.517,1.057,600,20,0,2,0,1,0,0,0),(240707,32820,0,1,1,0,0,-9987,303.128,34.983,3.132,600,20,0,2,0,1,0,0,0),(240706,32820,0,1,1,0,0,-9988,472.114,34.029,1.646,600,20,0,2,0,1,0,0,0),(240705,32820,0,1,1,0,0,-9989,270.974,33.069,1.406,600,20,0,2,0,1,0,0,0),(240704,32820,0,1,1,0,0,-9989,238.463,30.235,2.087,600,20,0,2,0,1,0,0,0),(240703,32820,0,1,1,0,0,-9989,-1478,24.047,5.275,600,20,0,2,0,1,0,0,0),(240702,32820,0,1,1,0,0,-9990,310.445,35.333,3.769,600,20,0,2,0,1,0,0,0),(240701,32820,0,1,1,0,0,-9991,474.728,33.654,6.098,600,20,0,2,0,1,0,0,0),(240700,32820,0,1,1,0,0,-9993,319.126,35.156,5.748,600,20,0,2,0,1,0,0,0),(240699,32820,0,1,1,0,0,-9993,298.491,34.711,1.195,600,20,0,2,0,1,0,0,0),(240698,32820,0,1,1,0,0,-9993,233.377,30.43,3.647,600,20,0,2,0,1,0,0,0),(240697,32820,0,1,1,0,0,-9995,471.122,33.046,5.384,600,20,0,2,0,1,0,0,0),(240696,32820,0,1,1,0,0,-9997,665.204,36.668,3.77,600,20,0,2,0,1,0,0,0),(240695,32820,0,1,1,0,0,-9997,356.614,35.086,5.825,600,20,0,2,0,1,0,0,0),(240694,32820,0,1,1,0,0,-9999,273.547,32.871,0.12,600,20,0,2,0,1,0,0,0),(240693,32820,0,1,1,0,0,-9999,206.431,30.798,0.059,600,20,0,2,0,1,0,0,0),(240692,32820,0,1,1,0,0,-10002,657.114,36.623,1.815,600,20,0,2,0,1,0,0,0),(240691,32820,0,1,1,0,0,-10005,52.82,34.654,0.297,600,20,0,2,0,1,0,0,0),(240690,32820,0,1,1,0,0,-10008,225.141,30.128,3.086,600,20,0,2,0,1,0,0,0),(240689,32820,0,1,1,0,0,-10008,209.363,30.628,0.802,600,20,0,2,0,1,0,0,0),(240688,32820,0,1,1,0,0,-10008,65.212,34.866,0.262,600,20,0,2,0,1,0,0,0),(240687,32820,0,1,1,0,0,-10010,582.399,38.946,5.949,600,20,0,2,0,1,0,0,0),(240686,32820,0,1,1,0,0,-10010,325.804,32.068,2.688,600,20,0,2,0,1,0,0,0),(240685,32820,0,1,1,0,0,-10012,216.285,30.095,1.123,600,20,0,2,0,1,0,0,0),(240684,32820,0,1,1,0,0,-10014,108.05,33.946,2.447,600,20,0,2,0,1,0,0,0),(240683,32820,0,1,1,0,0,-10014,37.605,35.253,0.768,600,20,0,2,0,1,0,0,0),(240682,32820,0,1,1,0,0,-10016,383.118,33.056,5.043,600,20,0,2,0,1,0,0,0),(240681,32820,0,1,1,0,0,-10017,654.089,37.149,5.412,600,20,0,2,0,1,0,0,0),(240680,32820,0,1,1,0,0,-10019,660.572,36.286,1.038,600,20,0,2,0,1,0,0,0),(240679,32820,0,1,1,0,0,-10022,20.283,36.088,5.391,600,20,0,2,0,1,0,0,0),(240678,32820,0,1,1,0,0,-10027,185.975,29.686,0,600,20,0,2,0,1,0,0,0),(240677,32820,0,1,1,0,0,-10031,143.328,31.699,0.896,600,20,0,2,0,1,0,0,0),(240676,32820,0,1,1,0,0,-10033,72.485,34.809,0.916,600,20,0,2,0,1,0,0,0),(240675,32820,0,1,1,0,0,-10039,283.298,30.42,6.267,600,20,0,2,0,1,0,0,0),(240674,32820,0,1,1,0,0,-10042,674.065,36.148,2.347,600,20,0,2,0,1,0,0,0),(240673,32820,0,1,1,0,0,-10042,139.466,29.229,1.223,600,20,0,2,0,1,0,0,0),(240672,32820,0,1,1,0,0,-10043,139.908,28.927,3.603,600,20,0,2,0,1,0,0,0),(240671,32820,0,1,1,0,0,-10045,225.886,27.451,3.413,600,20,0,2,0,1,0,0,0),(240670,32820,0,1,1,0,0,-10049,48.827,32.967,5.34,600,20,0,2,0,1,0,0,0),(240668,32820,0,1,1,0,0,-10056,553.198,32.706,2.992,600,20,0,2,0,1,0,0,0),(240669,32820,0,1,1,0,0,-10055,49.171,31.882,3.217,600,20,0,2,0,1,0,0,0),(240667,32820,0,1,1,0,0,-10059,155.731,27.684,3.863,600,20,0,2,0,1,0,0,0),(1976456,30063,571,1,2,0,0,7291.59,-1094.6,938.791,3.72494,300,0,0,75600,3994,0,0,0,0),(1976455,30063,571,1,2,0,0,7341.45,-925.76,910.76,5.48345,300,0,0,75600,3994,0,0,0,0),(1976454,30060,571,1,2,0,0,7305.28,-892.449,923.123,2.42825,300,0,0,12175,0,0,0,0,0),(1976554,30136,571,1,4,0,1,7539.28,-1130.6,912.21,1.88141,300,0,0,6088,0,0,0,0,0),(1976553,30136,571,1,4,0,1,7537.47,-1139.54,912.334,1.86963,300,0,0,5885,0,0,0,0,0),(1976552,30136,571,1,4,0,1,7523.03,-1134.86,912.06,2.06598,300,0,0,5885,0,0,0,0,0),(240211,35251,1,1,1,0,0,1172.3,-4460.54,21.4697,6.19124,300,0,0,42,0,0,0,0,0),(240210,35253,1,1,1,0,0,1176.79,-4460.38,21.4269,5.82603,300,0,0,42,0,0,0,0,0),(240209,35253,1,1,1,0,0,1186.12,-4465.53,21.2886,1.73018,300,0,0,42,0,0,0,0,0),(240208,35253,1,1,1,0,0,1182,-4463.02,21.2426,2.68915,300,0,0,42,0,0,0,0,0),(240207,35253,1,1,1,0,0,1174.68,-4467.53,21.2746,0.833251,300,0,0,42,0,0,0,0,0),(240206,35249,0,1,1,0,0,-9350.81,171.018,61.7532,1.0198,300,0,0,42,0,0,0,0,0),(240205,35243,530,1,1,0,0,9415.1,-6848.51,15.1693,3.83318,300,0,0,40,120,0,0,0,0),(240204,35243,530,1,1,0,0,9414.6,-6853.32,14.9361,2.67472,300,0,0,40,120,0,0,0,0),(240203,35243,530,1,1,0,0,9411.01,-6855.19,14.9017,1.27278,300,0,0,40,120,0,0,0,0),(240202,35243,530,1,1,0,0,9404.91,-6859.42,15.101,4.17483,300,0,0,40,120,0,0,0,0),(240201,34479,1,1,1,0,0,10061.5,2128.42,1330.17,2.73357,300,0,0,2442,2434,0,0,0,0),(240200,35250,1,1,1,0,0,10052.9,2127.26,1330.13,3.93523,300,0,0,42,0,0,0,0,0),(240199,35250,1,1,1,0,0,10059.1,2123.97,1330.28,5.04264,300,0,0,42,0,0,0,0,0),(240198,35250,1,1,1,0,0,10063.5,2117.74,1330.03,3.55824,300,0,0,42,0,0,0,0,0),(245605,26188,1,1,1,0,0,1933.86,-4304.12,23.2211,3.71796,300,0,0,4120,0,0,0,0,0),(245599,26188,1,1,1,0,0,-1053.49,280.57,132.812,3.48702,300,0,0,4120,0,0,0,0,0),(245600,26188,1,1,1,0,0,-1018.44,293.602,135.746,1.06406,300,0,0,4120,0,0,0,0,0),(245601,26188,1,1,1,0,0,-1020.82,273.235,135.746,0.160856,300,0,0,4120,0,0,0,0,0),(245602,26188,1,1,1,0,0,1931.11,-4326.77,20.1631,4.69971,300,0,0,4120,0,0,0,0,0),(245603,26188,1,1,1,0,0,1949.99,-4276.73,30.5469,0.434993,300,0,0,4120,0,0,0,0,0),(245604,26188,1,1,1,0,0,1921.37,-4290.03,28.5774,2.29639,300,0,0,4120,0,0,0,0,0),(244805,18927,0,1,1,0,0,-8854.78,649.83,96.7417,1.43117,300,0,0,42,0,0,0,0,0),(244804,19175,1,1,1,0,0,1607.39,-4402.93,10.1664,3.11715,300,0,0,42,0,0,0,0,0),(244803,19172,0,1,1,0,0,-4829.02,-1174.75,502.193,0.724139,300,0,0,42,0,0,0,0,0),(244802,19176,1,1,1,0,0,-1241.98,81.7344,129.422,5.4992,300,0,0,42,0,0,0,0,0),(240666,32820,0,1,1,0,0,-10071,633.184,39.449,6.174,600,20,0,2,0,1,0,0,0),(240665,32820,0,1,1,0,0,-10083,545.919,29.148,0.695,600,20,0,2,0,1,0,0,0),(240664,32820,0,1,1,0,0,-10085,687.327,35.046,5.849,600,20,0,2,0,1,0,0,0),(240663,32820,0,1,1,0,0,-10107,690.702,32.081,3.962,600,20,0,2,0,1,0,0,0),(240662,32820,0,1,1,0,0,-10111,648.959,36.886,5.357,600,20,0,2,0,1,0,0,0),(240661,32820,0,1,1,0,0,-10149,1053.31,36.284,5.61,600,20,0,2,0,1,0,0,0),(240660,32820,0,1,1,0,0,-10154,619.3,27.052,4.304,600,20,0,2,0,1,0,0,0),(240659,32820,0,1,1,0,0,-10170,227.366,22.462,1.415,600,20,0,2,0,1,0,0,0),(240658,32820,0,1,1,0,0,-10181,83.288,24.122,4.197,600,20,0,2,0,1,0,0,0),(240657,32820,0,1,1,0,0,-10559,1206.87,31.476,5.616,600,20,0,2,0,1,0,0,0),(240656,32820,0,1,1,0,0,-10575,-3377,22.344,0.017,600,20,0,2,0,1,0,0,0),(240655,32820,0,1,1,0,0,-10779,-1194,35.275,0.915,600,20,0,2,0,1,0,0,0),(240654,32820,0,1,1,0,0,-10836,-2953,13.941,3.054,600,20,0,2,0,1,0,0,0),(240653,32820,0,1,1,0,0,2139.72,1655.26,79.3505,2.00735,600,20,0,2,0,1,0,0,0),(240652,32820,0,1,1,0,0,2084.58,1630.43,71.3452,2.4115,600,20,0,2,0,1,0,0,0),(240651,32820,0,1,1,0,0,2118.09,1685.36,75.11,1.20324,600,20,0,2,0,1,0,0,0),(240650,32820,0,1,1,0,0,2051.76,1763.78,87.6605,5.93412,600,20,0,2,0,1,0,0,0),(240649,32820,0,1,1,0,0,1998.23,1590.11,80.3288,0.610921,600,20,0,2,0,1,0,0,0),(240648,32820,0,1,1,0,0,1927.26,1692.24,80.6916,5.23599,600,20,0,2,0,1,0,0,0),(240647,32820,0,1,1,0,0,2034.85,1631.35,70.8452,4.14039,600,20,0,2,0,1,0,0,0),(240646,32820,0,1,1,0,0,2041.98,1535.7,77.489,5.11492,600,20,0,2,0,1,0,0,0),(245635,26188,530,1,1,0,0,9802.47,-7263.83,26.3075,1.7312,300,0,0,4120,0,0,0,0,0),(245633,26216,530,1,1,0,0,-176.004,1104.13,41.8132,2.73275,600,0,0,4800,0,0,0,0,0),(245632,26215,1,1,1,0,0,-6312.41,290.729,13.6115,3.17238,600,0,0,8000,0,0,0,0,0),(244801,19169,530,1,1,0,0,9659.86,-7115.63,14.3239,5.88552,300,0,0,42,0,0,0,0,0),(244800,19171,530,1,1,0,0,-3909.22,-11614.8,-138.101,3.1765,300,0,0,42,0,0,0,0,0),(240645,32820,0,1,1,0,0,-11550,-228,28.285,6.161,600,20,0,2,0,1,0,0,0),(240644,32820,0,1,1,0,0,2008.17,1571.98,78.9962,2.06544,600,20,0,2,0,1,0,0,0),(240643,35342,530,1,1,0,0,9285.98,-7199.02,17.4229,5.64657,600,0,0,1524,0,0,0,0,0),(240642,34786,530,1,1,0,0,9282.31,-7206.7,16.6141,5.7094,600,0,0,1524,0,0,0,0,0),(240641,34787,530,1,1,0,0,9305.74,-7211.06,16.6184,5.76831,600,0,0,1524,0,0,0,0,0),(240640,34654,530,1,1,0,0,9304.13,-7219.49,16.4335,5.7801,300,0,0,5342,0,0,0,0,0),(240619,32823,530,1,1,0,0,9288.17,-7214.89,16.2739,1.80598,300,0,0,1,0,0,0,0,0),(240618,32823,530,1,1,0,0,9289.92,-7224.35,16.434,1.69603,300,0,0,1,0,0,0,0,0),(240617,32823,530,1,1,0,0,9296.96,-7213.65,16.3391,1.67246,300,0,0,1,0,0,0,0,0),(240616,32823,530,1,1,0,0,9298,-7223.78,16.7799,1.75493,300,0,0,1,0,0,0,0,0),(240615,35341,0,1,1,0,0,1818.25,260.215,60.0523,4.03212,600,0,0,1524,0,0,0,0,0),(240614,35341,0,1,1,0,0,1830.09,263.893,59.7316,0.22687,600,0,0,1524,0,0,0,0,0),(240611,34683,0,1,1,0,0,1814.56,257.735,60.6853,4.9589,600,0,0,1524,0,0,0,0,0),(240612,34677,0,1,1,0,1,1811.74,257.052,60.6289,4.87643,300,0,0,1524,0,0,0,0,0),(240613,35341,0,1,1,0,0,1827.28,266.018,60.0083,0.203308,600,0,0,1524,0,0,0,0,0),(240610,34768,0,1,1,0,0,1817.01,258.573,60.721,4.95498,300,0,0,1524,0,0,0,0,0),(240197,35250,1,1,1,0,0,10062.2,2109.76,1330.92,2.08954,300,0,0,42,0,0,0,0,0),(240196,35250,1,1,1,0,0,10052.9,2111.1,1330.06,1.93246,300,0,0,42,0,0,0,0,0),(240195,35250,1,1,1,0,0,10053.8,2104.68,1330.93,1.5594,300,0,0,42,0,0,0,0,0),(240194,35250,1,1,1,0,0,10045,2109.59,1330.2,0.224221,300,0,0,42,0,0,0,0,0),(245520,16592,0,1,1,11686,0,-10657.1,1054.63,32.6733,2.47837,300,0,0,42,0,0,0,0,0),(245519,16592,530,1,1,11686,0,2274.45,6133.53,136.905,1.61654,300,0,0,42,0,0,0,0,0),(245518,16592,530,1,1,11686,0,-3053.71,2398.05,60.883,4.43274,300,0,0,42,0,0,0,0,0),(240609,34712,0,1,1,0,0,1822.06,266.801,60.0993,5.01388,600,0,0,1524,0,0,0,0,0),(240608,34654,0,1,1,0,0,1830.22,228.484,60.2551,1.65238,300,0,0,5342,0,0,0,0,0),(240607,34654,0,1,1,0,0,1828.25,248.785,59.9713,4.91178,300,0,0,5342,0,0,0,0,0),(240586,32823,0,1,1,0,0,1826.08,221.479,60.564,2.98046,300,0,0,1,0,0,0,0,0),(240585,32823,0,1,1,0,0,1836.01,219.866,60.2,2.98046,300,0,0,1,0,0,0,0,0),(240584,32823,0,1,1,0,0,1824.34,255.595,59.9598,2.898,300,0,0,1,0,0,0,0,0),(240583,32823,0,1,1,0,0,1834.55,253.055,59.7593,2.898,300,0,0,1,0,0,0,0,0),(240582,34678,1,1,1,0,1,-1311.92,192.569,59.8367,2.6852,300,0,0,1524,0,0,0,0,0),(240581,34684,1,1,1,0,0,-1313.09,189.957,59.9336,2.56739,600,0,0,1524,0,0,0,0,0),(240580,35343,1,1,1,0,0,-1317.08,185.668,59.6624,4.92751,600,0,0,1524,0,0,0,0,0),(240579,35343,1,1,1,0,0,-1317.71,208.647,58.8602,5.42231,600,0,0,1524,0,0,0,0,0),(240578,34654,1,1,1,0,0,-1337.67,190.598,60.8631,4.17745,300,0,0,5342,0,0,0,0,0),(240577,34714,1,1,1,0,0,-1314.67,206.382,58.8653,3.50594,600,0,0,1524,0,0,0,0,0),(240556,32823,1,1,1,0,0,-1323.39,197.319,59.3536,3.26245,300,0,0,1,0,0,0,0,0),(240555,32823,1,1,1,0,0,-1330.56,196.448,59.9585,3.26245,300,0,0,1,0,0,0,0,0),(240554,32823,1,1,1,0,0,-1321.55,190.334,59.733,3.36848,300,0,0,1,0,0,0,0,0),(240553,32823,1,1,1,0,0,-1328.29,188.777,60.5313,3.36455,300,0,0,1,0,0,0,0,0),(240536,34685,1,1,1,0,0,1294.88,-4419.93,27.2965,2.29982,600,0,0,1524,0,0,0,0,0),(240535,34679,1,1,1,0,1,1296.81,-4417.88,27.3402,2.33909,300,0,0,1524,0,0,0,0,0),(240534,34713,1,1,1,0,0,1300.64,-4407.67,26.5393,3.71747,600,0,0,1524,0,0,0,0,0),(240533,35342,1,1,1,0,0,1293.33,-4420.44,26.5897,5.25292,600,0,0,1524,0,0,0,0,0),(240532,35342,1,1,1,0,0,1294.78,-4421.96,26.6249,5.14218,600,0,0,1524,0,0,0,0,0),(240531,35342,1,1,1,0,0,1296.57,-4421.63,26.6309,5.13825,600,0,0,1524,0,0,0,0,0),(240526,34654,1,1,1,0,0,1293.13,-4405.79,26.3839,4.12117,300,0,0,5342,0,0,0,0,0),(240525,32823,1,1,1,0,0,1290.11,-4426.16,26.7342,0.641852,300,0,0,1,0,0,0,0,0),(113849,24254,571,1,1,0,0,769.815,-4705.82,-96.2364,0.978859,1,0,0,1223,2846,0,0,0,0),(1976495,30382,571,1,6,0,0,7524.93,-972.161,478.667,5.40885,600,0,0,75600,0,0,0,0,0),(1976494,30182,571,1,2,0,0,7276.77,-885.37,926.248,5.42925,300,0,0,630000,0,0,0,0,0),(1976493,30082,571,1,2,0,0,7263.44,-873.846,925.126,5.43711,600,0,0,126000,0,0,0,0,0),(1976551,30136,571,1,4,0,1,7446.59,-1135.73,873.659,0.648336,300,0,0,5885,0,0,0,0,0),(200007,29056,571,1,1,0,0,6201.76,4764.45,229.84,3.19395,120,0,0,1,0,0,0,0,0),(1976453,30060,571,1,2,0,0,7289.06,-910.385,924.593,2.51465,300,0,0,12175,0,0,0,0,0),(1976452,30060,571,1,2,0,0,7308.32,-907.349,920.619,2.60889,300,0,0,12175,0,0,0,0,0),(1976550,30136,571,1,4,0,1,7430.89,-1122.77,876.912,0.675825,300,0,0,5885,0,0,0,0,0),(1976549,30136,571,1,4,0,1,7459.74,-937.793,872.317,5.1683,300,0,0,6088,0,0,0,0,0),(21301,4131,1,1,1,11143,0,-6494.24,-3378.72,-85.3411,1.39626,300,0,0,1279,0,2,0,0,0),(1975901,30260,571,1,4,0,0,7172.8,-2257.74,759.628,1.11662,300,0,0,11379,0,0,0,0,0),(1975900,30260,571,1,4,0,0,7143.71,-2251.43,760.439,1.29097,300,0,0,11379,0,0,0,0,0),(1975929,29843,571,1,1,0,1,6955.95,-3.21644,808.618,2.15984,300,0,0,11770,3809,0,0,0,0),(1975988,30120,571,1,4,0,0,7192.8,-3665,824.727,6.05783,300,0,0,12600,0,0,0,0,0),(1975987,30120,571,1,4,0,0,7268.63,-3640.36,825.267,2.37365,300,0,0,12600,0,0,0,0,0),(1975986,30387,571,1,8,0,0,7224.41,-3496.64,840.3,3.8813,300,0,0,12600,0,0,0,0,0),(1975985,30387,571,1,8,0,0,7191.38,-3364.16,846.246,1.41463,600,0,0,12600,0,0,0,0,0),(1976042,31416,1,1,128,0,1,1596.65,-4388.67,9.98323,5.98648,300,0,0,16050,0,0,0,0,0),(1976041,31416,1,1,128,0,1,1929.52,-4300.46,24.1794,4.6942,300,0,0,16050,0,0,0,0,0),(1976040,31416,1,1,128,0,1,1950.89,-4374.69,22.043,2.70526,300,0,0,16050,0,0,0,0,0),(1976039,31416,1,1,128,0,1,1518.15,-4425.35,18.7986,1.27409,300,0,0,16050,0,0,0,0,0),(1976038,31416,1,1,128,0,1,1416.9,-4365.66,25.2354,3.25185,300,5,0,16050,0,1,0,0,0),(1976037,31416,1,1,128,0,1,2126.41,-4738.09,50.4491,2.74017,300,0,0,16050,0,0,0,0,0),(1976036,31416,1,1,128,0,1,1629.47,-4400.14,13.8212,0.107557,300,0,0,16050,0,0,0,0,0),(1976035,31416,1,1,128,0,1,2015.69,-4719.41,24.5092,2.53025,300,5,0,16050,0,1,0,0,0),(1976034,31416,1,1,128,0,1,1906.25,-4564.21,33.9758,0.628319,300,0,0,16050,0,0,0,0,0),(1976033,31416,1,1,128,0,1,1751.45,-4208.82,42.7326,5.34071,300,0,0,16050,0,0,0,0,0),(1976032,31416,1,1,128,0,1,1896.44,-4603.17,33.8937,3.75642,300,0,0,16050,0,0,0,0,0),(1976031,31416,1,1,128,0,1,1688.53,-4474.58,20.1537,1.95477,300,0,0,16050,0,0,0,0,0),(1976030,31416,1,1,128,0,1,1523.92,-4429.44,16.7349,0.506145,300,0,0,16050,0,0,0,0,0),(1976029,31416,1,1,128,0,1,1953.01,-4431.15,25.1469,3.31613,300,0,0,16050,0,0,0,0,0),(1976028,31416,1,1,128,0,1,1672.28,-4473.2,20.1537,1.44862,300,0,0,16050,0,0,0,0,0),(1976027,31416,1,1,128,0,1,1845.49,-4395.95,5.19264,3.80482,300,0,0,16050,0,0,0,0,0),(1975915,30422,571,1,4,0,0,7065.27,-2070.9,759.016,0.790229,300,0,0,12175,0,0,0,0,0),(1976000,30163,571,1,4,0,0,7242.4,-3325.25,851.185,6.00393,300,0,0,50400,0,0,0,0,0),(1976001,30163,571,1,4,0,0,7197.12,-3030.61,854.046,4.04916,300,0,0,50400,0,0,0,0,0),(1976002,30163,571,1,4,0,0,7405.24,-3112.27,837.535,4.24115,300,0,0,50400,0,0,0,0,0),(1976003,30163,571,1,4,0,0,7244.75,-3157.34,837.535,3.59538,300,0,0,50400,0,0,0,0,0),(1976096,31437,1,1,128,0,0,1346.63,-4348.61,27.2941,5.89921,300,0,0,42,0,0,0,0,0),(1976095,31437,1,1,128,0,0,1501.08,-4399.95,22.6577,0.610865,300,0,0,42,0,0,0,0,0),(1976094,31437,1,1,128,0,0,1430.77,-4422.73,25.3187,3.80482,300,0,0,42,0,0,0,0,0),(1976093,31431,1,1,128,0,0,1600.79,-4395.93,8.79711,5.84332,300,0,0,48832,0,0,0,0,0),(1976092,31430,1,1,128,0,0,1592.8,-4397.05,7.21839,0.139626,300,0,0,6645,0,0,0,0,0),(1976091,31429,1,1,128,0,0,1595.3,-4399.25,6.85403,0.523599,300,0,0,1003,0,0,0,0,0),(1976090,31427,1,1,128,0,0,1596.3,-4402.08,7.03335,0.645772,300,0,0,1003,0,0,0,0,0),(1976089,31426,1,1,128,0,0,1675.79,-4311.64,61.6865,4.46804,300,0,0,10572,0,0,0,0,0),(1976088,31425,1,1,128,0,0,1594.78,-4401.08,6.66987,0.628319,300,0,0,2769,0,0,0,0,0),(1976087,31424,1,1,128,0,0,1592.48,-4399.12,6.52479,0.488692,300,0,0,247,0,0,0,0,0),(1976086,31423,1,1,128,0,0,1593.1,-4401.22,6.26454,0.628319,300,0,0,1003,0,0,0,0,0),(246027,15108,529,1,4,0,0,1167.13,1186.34,-56.2799,4.76125,7200,0,0,1,0,0,0,0,0),(246028,15108,529,1,4,0,0,1186.12,1190.79,-56.0364,2.35619,7200,0,0,1,0,0,0,0,0),(246030,15087,529,1,4,0,1,1186.86,1198.91,-56.3739,3.96357,7200,0,0,1,0,2,0,0,0),(246095,15089,529,1,256,0,1,812.393,1160.85,11.6123,2.33874,7200,0,0,1,0,0,0,0,0),(246096,15089,529,1,256,0,1,909.529,1232.81,6.55989,3.47321,7200,0,0,1,0,0,0,0,0),(246093,15089,529,1,256,0,1,787.803,1230.45,18.6236,3.89208,7200,0,0,1,0,0,0,0,0),(246094,15089,529,1,256,0,1,742.763,1243.59,22.7741,1.3439,7200,0,0,1,0,0,0,0,0),(246111,15074,529,1,512,0,1,1223.69,805.685,-102.447,4.94075,7200,0,0,1,0,0,0,0,0),(246112,15074,529,1,512,0,1,1215.99,814.251,-101.81,1.85414,7200,0,0,1,0,0,0,0,0),(246113,15074,529,1,512,0,1,1199.89,801.945,-102.997,4.37134,7200,0,0,1,0,0,0,0,0),(246057,15046,529,1,64,0,1,849.179,833.499,-57.7416,3.97784,7200,0,0,1,0,0,0,0,0),(246002,15046,529,1,64,0,1,822.677,867.832,-57.7916,6.06853,7200,0,0,1,0,0,0,0,0),(246001,15046,529,1,64,0,1,799.617,847.34,-56.9945,5.78852,7200,0,0,1,0,0,0,0,0),(246014,15062,529,1,128,0,1,767.403,1118.95,17.3766,2.33874,7200,0,0,1,0,0,0,0,0),(246016,15062,529,1,128,0,1,751.68,1198.45,18.232,3.35103,7200,0,0,1,0,0,0,0,0),(246019,15062,529,1,128,0,1,830.316,1136.88,11.3574,5.14872,7200,0,0,1,0,0,0,0,0),(246015,15062,529,1,128,0,1,760.732,1083.22,15.693,4.03171,7200,0,0,1,0,0,0,0,0),(246018,15062,529,1,128,0,1,908.642,1183.09,5.05999,0.820305,7200,0,0,1,0,0,0,0,0),(246017,15062,529,1,128,0,1,909.461,1232.72,6.57686,3.29867,7200,0,0,1,0,0,0,0,0),(90190,22515,628,3,1,0,0,1233.11,-838.316,48.9996,1.46608,7200,0,0,1,0,0,0,0,0),(90191,22515,628,3,1,0,0,1232.39,-861.024,48.9996,3.56047,7200,0,0,1,0,0,0,0,0),(247875,11470,429,1,1,0,1,-108.313,526.203,28.6966,1.25664,86400,0,0,6891,6867,0,0,0,0),(247874,11470,429,1,1,0,1,-27.428,507.017,-3.48379,1.85005,86400,0,0,6891,6867,0,0,0,0),(247873,11470,429,1,1,0,1,79.9753,564.996,28.6964,1.5708,86400,0,0,6891,6867,0,0,0,0),(247872,11470,429,1,1,0,1,82.6258,570.367,28.6977,3.08923,86400,0,0,6891,6867,0,0,0,0),(247871,11470,429,1,1,0,1,-16.9684,527.327,28.6848,0.610865,86400,0,0,6891,6867,0,0,0,0),(247870,11470,429,1,1,0,1,-12.0959,530.086,28.685,3.1765,86400,0,0,6891,6867,0,0,0,0),(247869,11470,429,1,1,0,1,-54.1802,566.224,28.6972,3.1765,86400,0,0,6891,6867,0,0,0,0),(247868,11470,429,1,1,0,1,56.6144,524.315,28.685,0.523599,86400,0,0,6891,6867,0,0,0,0),(247866,11470,429,1,1,0,1,99.0028,570.998,28.6964,5.2709,86400,0,0,6891,6867,0,0,0,0),(247865,11470,429,1,1,0,1,118.721,481.643,28.6844,1.01229,86400,0,0,6891,6867,0,0,0,0),(247864,11470,429,1,1,0,1,122.531,481.388,28.6844,1.58825,86400,0,0,6891,6867,0,0,0,0),(247863,11470,429,1,1,0,1,5.91784,509.837,-3.48481,4.59022,86400,0,0,6891,6867,0,0,0,0),(247862,11470,429,1,1,0,1,97.1054,488.343,28.6844,3.10669,86400,0,0,6891,6867,0,0,0,0),(247861,11470,429,1,1,0,1,55.0866,505.726,-3.48333,2.67035,86400,0,0,6891,6867,0,0,0,0),(247860,11469,429,1,1,0,1,-67.2448,524.653,28.6861,6.23082,86400,0,0,8613,0,0,0,0,0),(247858,11469,429,1,1,0,1,7.98379,564.159,28.6879,2.02458,86400,0,0,8613,0,0,0,0,0),(247857,11469,429,1,1,0,1,-106.094,532.15,28.6969,4.34587,86400,0,0,8613,0,0,0,0,0),(247856,11469,429,1,1,0,1,-28.5838,511.139,-3.48528,5.02655,86400,0,0,8613,0,0,0,0,0),(247855,11469,429,1,1,0,1,78.0193,572.068,28.6971,5.60251,86400,0,0,8613,0,0,0,0,0),(247853,11469,429,1,1,0,1,-60.8733,565.822,28.6972,0.174533,86400,0,0,8613,0,0,0,0,0),(247852,11469,429,1,1,0,1,62.6031,525.741,28.6854,2.93215,86400,0,0,8613,0,0,0,0,0),(247851,11469,429,1,1,0,1,100.154,567.333,28.6954,1.39626,86400,0,0,8613,0,0,0,0,0),(247850,11469,429,1,1,0,1,121.059,488.502,28.6844,4.5204,86400,0,0,8613,0,0,0,0,0),(247849,11469,429,1,1,0,1,55.0221,508.635,-3.48438,3.15905,86400,0,0,8613,0,0,0,0,0),(247848,11466,429,1,1,0,1,-92.051,876.475,-23.6719,5.42797,86400,0,0,521,6351,0,0,0,0),(247847,11466,429,1,1,0,1,-110.415,855.412,-23.4797,5.75959,86400,0,0,521,6351,0,0,0,0),(247846,11466,429,1,1,0,1,-120.874,827.414,-23.4619,6.10865,86400,0,0,521,6351,0,0,0,0),(247845,11466,429,1,1,0,1,-121.358,799.398,-23.3194,0.174533,86400,0,0,521,6351,0,0,0,0),(247844,11466,429,1,1,0,1,-111.204,771.413,-23.4829,0.523599,86400,0,0,521,6351,0,0,0,0),(247843,11466,429,1,1,0,1,-92.7016,749.325,-23.5862,0.872665,86400,0,0,521,6351,0,0,0,0),(247842,11466,429,1,1,0,1,-67.9051,734.638,-23.5353,1.22173,86400,0,0,521,6351,0,0,0,0),(247841,11466,429,1,1,0,1,-39.0555,729.605,-23.6257,1.5708,86400,0,0,521,6351,0,0,0,0),(247840,11466,429,1,1,0,1,-10.6438,734.385,-23.6699,1.90241,86400,0,0,521,6351,0,0,0,0),(247839,11466,429,1,1,0,1,14.6399,749.159,-23.836,2.25148,86400,0,0,521,6351,0,0,0,0),(247838,11466,429,1,1,0,1,32.7354,770.632,-23.8969,2.60054,86400,0,0,521,6351,0,0,0,0),(247837,11466,429,1,1,0,1,43.0038,798.122,-23.854,2.94961,86400,0,0,521,6351,0,0,0,0),(247836,11466,429,1,1,0,1,42.9412,828.325,-23.7855,3.31613,86400,0,0,521,6351,0,0,0,0),(247835,11466,429,1,1,0,1,33.0897,854.282,-23.8659,3.64774,86400,0,0,521,6351,0,0,0,0),(247834,11466,429,1,1,0,1,14.3415,876.391,-23.9007,4.01426,86400,0,0,521,6351,0,0,0,0),(247833,11466,429,1,1,0,1,-10.1546,890.54,-23.8612,4.34587,86400,0,0,521,6351,0,0,0,0),(247832,11466,429,1,1,0,1,-38.8097,895.555,-23.8604,4.72984,86400,0,0,521,6351,0,0,0,0),(247831,11466,429,1,1,0,1,-66.7143,890.488,-23.9629,5.06145,86400,0,0,521,6351,0,0,0,0),(247829,11459,429,1,1,0,0,43.1073,219.233,-4.9858,3.11267,86400,0,0,16704,0,2,0,0,0),(247828,11459,429,1,1,0,0,101.21,330.55,-4.98576,5.40841,86400,0,0,16704,0,2,0,0,0),(247827,11459,429,1,1,0,0,-35.5453,349.841,-4.98923,3.13877,86400,0,0,16704,0,2,0,0,0),(247826,11459,429,1,1,0,0,-92.6434,286.583,-4.98605,4.69207,86400,0,0,16704,0,2,0,0,0),(247823,11459,429,1,1,0,0,117.241,238.304,-4.98568,4.68351,86400,0,0,16704,0,2,0,0,0),(247821,11459,429,1,1,0,0,12.172,332.792,-4.9858,0.001971,86400,0,0,16704,0,2,0,0,0),(247820,11459,429,1,1,0,0,-63.5588,208.12,-4.9858,5.79684,86400,0,0,16704,0,2,0,0,0),(247815,11458,429,1,1,0,0,-94.5732,357.768,-3.47957,0.014872,86400,0,0,8352,0,0,0,0,0),(247814,11458,429,1,1,0,0,-13.5503,194.196,-3.4756,0.255774,86400,5,0,8352,0,1,0,0,0),(247813,11458,429,1,1,0,0,-3.37704,184.789,-3.4756,0.214215,86400,5,0,8352,0,1,0,0,0),(247812,11458,429,1,1,0,0,-22.7325,186.699,-3.4756,3.16307,86400,0,0,8352,0,0,0,0,0),(247811,11458,429,1,1,0,0,80.676,258.702,-7.56109,2.21657,86400,0,0,8352,0,0,0,0,0),(247810,11458,429,1,1,0,0,73.2866,275.55,-7.54284,6.14356,86400,0,0,8352,0,0,0,0,0),(247809,11458,429,1,1,0,0,-27.7349,266.501,-8.81597,3.61916,86400,0,0,8352,0,0,0,0,0),(247808,11458,429,1,1,0,0,-12.8258,250.3,-8.44244,0.780131,86400,0,0,8352,0,0,0,0,0),(247807,11458,429,1,1,0,0,-32.3612,290.174,-7.06593,2.46091,86400,0,0,8352,0,0,0,0,0),(247806,11458,429,1,1,0,0,-52.3998,288.789,-7.32111,1.62316,86400,0,0,8352,0,0,0,0,0),(247805,11458,429,1,1,0,0,114.802,361.037,-3.39479,3.87463,86400,0,0,8352,0,0,0,0,0),(247804,11458,429,1,1,0,0,138.338,360.565,-3.39671,2.00713,86400,0,0,8352,0,0,0,0,0),(247803,11458,429,1,1,0,0,121.758,352.931,-4.90246,2.84489,86400,0,0,8352,0,0,0,0,0),(247802,11458,429,1,1,0,0,135.579,192.048,-3.39096,2.32129,86400,0,0,8352,0,0,0,0,0),(247801,11458,429,1,1,0,0,120.713,206.373,-4.90247,5.5676,86400,0,0,8352,0,0,0,0,0),(247800,11458,429,1,1,0,0,-84.0404,361.479,-3.39357,5.53269,86400,0,0,8352,0,0,0,0,0),(247799,11458,429,1,1,0,0,49.6096,300.218,-8.33785,1.72788,86400,0,0,8352,0,0,0,0,0),(247798,11458,429,1,1,0,0,-107.522,198.166,-3.39206,0.453786,86400,0,0,8352,0,0,0,0,0),(247797,11458,429,1,1,0,0,-98.8537,198.111,-3.39203,1.8675,86400,0,0,8352,0,0,0,0,0),(247796,11458,429,1,1,0,0,-92.0202,203.288,-4.90247,3.19395,86400,0,0,8352,0,0,0,0,0),(247795,11458,429,1,1,0,0,65.9918,260.462,-8.33747,1.65806,86400,0,0,8352,0,0,0,0,0),(247794,14386,429,1,1,0,0,446.833,542.643,-21.8128,3.26136,86400,0,0,305,0,2,0,0,0),(247793,14386,429,1,1,0,0,560.917,545.409,-25.3172,1.00548,86400,0,0,305,0,2,0,0,0),(247792,11448,429,1,1,0,0,577.443,549.148,-25.3152,5.37561,86400,0,0,10365,16794,0,0,0,0),(247791,11448,429,1,1,0,0,584.833,544.572,-25.3159,2.28638,86400,0,0,10365,16794,0,0,0,0),(247790,11448,429,1,1,0,0,425.414,543.026,-18.26,3.61283,86400,0,0,10365,16794,0,0,0,0),(247789,11448,429,1,1,0,0,548.933,575.927,-4.67144,2.28638,86400,0,0,10365,16794,0,0,0,0),(247788,11448,429,1,1,0,0,572.401,599.51,-25.3194,5.49779,86400,0,0,10365,16794,0,0,0,0),(247787,11448,429,1,1,0,0,579.373,590.731,-25.3194,1.88496,86400,0,0,10365,16794,0,0,0,0),(247786,11448,429,1,1,0,0,483.991,607.756,-25.3214,4.38078,86400,0,0,10365,16794,0,0,0,0),(247785,11448,429,1,1,0,0,480.812,600.12,-25.3203,1.13446,86400,0,0,10365,16794,0,0,0,0),(247784,11448,429,1,1,0,0,580.365,565.465,-4.67144,0.034907,86400,0,0,10365,16794,0,0,0,0),(247783,11448,429,1,1,0,0,476.998,565.548,27.9979,5.44543,86400,0,0,10365,16794,0,0,0,0),(247782,11448,429,1,1,0,0,518.04,562.212,27.9994,5.21853,86400,0,0,10365,16794,0,0,0,0),(247781,11448,429,1,1,0,0,568.204,479.525,29.5475,3.22886,86400,0,0,10365,16794,0,0,0,0),(247780,11448,429,1,1,0,0,593.01,596.731,-4.67143,3.15905,86400,0,0,10365,16794,0,0,0,0),(247779,11448,429,1,1,0,0,581.503,596.278,-4.67144,0.05236,86400,0,0,10365,16794,0,0,0,0),(247778,11448,429,1,1,0,0,379.625,466.833,-7.14894,5.77704,86400,0,0,10365,16794,0,0,0,0),(247777,11446,429,1,1,0,0,794.689,394.92,40.4798,1.20428,86400,0,0,3052,0,0,0,0,0),(247776,11446,429,1,1,0,0,902.99,442.14,40.4793,2.68781,86400,0,0,3052,0,0,0,0,0),(247775,11446,429,1,1,0,0,851.739,398.095,40.4801,1.85005,86400,0,0,3052,0,0,0,0,0),(247774,11446,429,1,1,0,0,852.577,564.638,40.4802,4.43314,86400,0,0,3052,0,0,0,0,0),(247773,11446,429,1,1,0,0,909.916,505.704,40.479,3.47321,86400,0,0,3052,0,0,0,0,0),(247772,11446,429,1,1,0,0,879.467,549.782,40.48,4.08407,86400,0,0,3052,0,0,0,0,0),(247771,11446,429,1,1,0,0,814.476,570.523,40.479,4.86947,86400,0,0,3052,0,0,0,0,0),(247770,11446,429,1,1,0,0,764.541,548.918,40.4821,5.44543,86400,0,0,3052,0,0,0,0,0),(247769,11446,429,1,1,0,0,819.916,391.366,40.4797,1.48353,86400,0,0,3052,0,0,0,0,0),(247768,11446,429,1,1,0,0,759.706,415.478,40.4794,0.750492,86400,0,0,3052,0,0,0,0,0),(247767,11446,429,1,1,0,0,879.269,413.435,40.48,2.23402,86400,0,0,3052,0,0,0,0,0),(247766,11446,429,1,1,0,0,794.791,565.687,40.4798,5.07891,86400,0,0,3052,0,0,0,0,0),(247765,11446,429,1,1,0,0,910.469,460.242,40.4794,2.93215,86400,0,0,3052,0,0,0,0,0),(247764,11445,429,1,1,0,1,681.03,504.275,29.5437,1.48353,86400,0,0,14214,4738,0,0,0,0),(247763,11445,429,1,1,0,1,676.629,460.347,29.5408,3.19395,86400,0,0,14214,4738,0,0,0,0),(247762,11445,429,1,1,0,1,667.484,467.305,29.5391,4.20624,86400,0,0,14214,4738,0,0,0,0),(247761,11445,429,1,1,0,1,743.179,436.379,28.2657,4.17134,86400,0,0,14214,4738,0,0,0,0),(247760,11445,429,1,1,0,1,692.195,511.417,28.2594,2.87979,86400,0,0,14214,4738,0,0,0,0),(247759,11444,429,1,1,0,0,350.451,203.075,11.2928,1.44862,86400,0,0,9745,10680,0,0,0,0),(247757,11444,429,1,1,0,0,479.482,59.1785,-3.80289,3.24631,86400,0,0,9745,10680,0,0,0,0),(247756,11444,429,1,1,0,0,471.769,192.862,2.93626,6.12611,86400,0,0,9745,10680,0,0,0,0),(247755,11444,429,1,1,0,0,314.267,125.077,-3.80362,0.453786,86400,0,0,9745,10680,0,0,0,0),(247754,11444,429,1,1,0,0,384.076,144.653,0.654953,4.57276,86400,0,0,9745,10680,0,0,0,0),(247753,11444,429,1,1,0,0,299.916,40.0648,-3.8728,3.80482,86400,0,0,9745,10680,0,0,0,0),(247752,11444,429,1,1,0,0,735.327,423.83,28.2633,0.750492,86400,0,0,9745,10680,0,0,0,0),(247751,11444,429,1,1,0,0,487.189,179.82,2.93627,4.06662,86400,0,0,9745,10680,0,0,0,0),(247750,11444,429,1,1,0,0,341.384,219.696,11.287,4.27606,86400,0,0,9745,10680,0,0,0,0),(247749,11444,429,1,1,0,0,349.212,-110.3,-3.80274,0.733038,86400,0,0,9745,10680,0,0,0,0),(247748,11444,429,1,1,0,0,462.979,55.9376,-3.80328,0.541052,86400,0,0,9745,10680,0,0,0,0),(247747,11444,429,1,1,0,0,333.932,132.645,-2.49961,3.40339,86400,0,0,9745,10680,0,0,0,0),(247746,11444,429,1,1,0,0,280.528,204.355,2.93633,4.06662,86400,0,0,9745,10680,0,0,0,0),(247745,11444,429,1,1,0,0,273.006,195.121,2.93627,0.855211,86400,0,0,9745,10680,0,0,0,0),(247744,11444,429,1,1,0,0,253.062,92.799,-2.47625,0.802851,86400,0,0,9745,10680,0,0,0,0),(1970807,27876,595,3,1,0,0,1563.34,671.641,102.241,4.2586,300,0,0,8982,0,0,0,0,0),(1970806,27827,595,3,1,0,0,1628.98,812.211,120.881,4.99164,300,0,0,42,0,0,0,0,0),(1970805,27827,595,3,1,0,0,1570.92,669.919,102.492,2.54818,300,0,0,42,0,0,0,0,0),(1970804,27827,595,3,1,0,0,1579.51,621.45,99.9192,5.60251,300,0,0,42,0,0,0,0,0),(1970803,27827,595,3,1,0,0,1674.44,872.292,120.589,0.733038,300,0,0,42,0,0,0,0,0),(1970802,27827,595,3,1,0,0,1629.73,731.369,113.029,5.5676,300,0,0,42,0,0,0,0,0),(1970801,26527,595,3,1,0,1,1550.08,574.412,92.7899,3.82227,300,0,0,17010,0,0,0,0,0),(1970800,31127,595,3,1,0,0,2365.8,1191.65,132.187,0.942478,300,0,0,12600,0,0,0,0,0),(1970798,31127,595,3,1,0,0,2364.97,1199.68,132.162,6.24828,300,0,0,12600,0,0,0,0,0),(1970799,31127,595,3,1,0,0,2363.06,1194.18,131.545,0.523599,300,0,0,12600,0,0,0,0,0),(1970797,31127,595,3,1,0,0,2261.13,1148.74,138.574,5.75959,300,0,0,12600,0,0,0,0,0),(1970796,31127,595,3,1,0,0,2262.04,1144.46,138.574,6.26573,300,0,0,12600,0,0,0,0,0),(1970795,31127,595,3,1,0,0,2265.5,1147.49,138.52,5.49779,300,0,0,12600,0,0,0,0,0),(247130,36805,631,5,1,0,1,-586.007,2195.24,49.5599,2.84489,86400,0,0,1,0,0,0,0,0),(247131,36811,631,5,1,0,1,-603.898,2190.53,49.5599,2.94961,86400,0,0,1,0,0,0,0,0),(247132,36807,631,5,1,0,0,-601.689,2202.71,49.5599,3.00197,86400,0,0,1,0,0,0,0,0),(247133,36808,631,5,1,0,1,-587.632,2189.23,49.5599,2.70526,86400,0,0,1,0,0,0,0,0),(133977,37182,672,15,1,0,0,42.789,-0.010491,25.2405,3.12414,604800,0,0,1,0,0,0,0,0),(133958,37833,673,15,1,0,0,60.4547,0.021568,38.7034,3.12414,604800,0,0,1,0,0,0,0,0),(133957,37184,673,15,1,0,0,38.5985,18.0196,36.6939,3.94444,604800,0,0,1,0,0,0,0,0),(133976,37184,672,15,1,0,0,18.8226,9.7001,20.4184,3.10669,604800,0,0,1,0,0,0,0,0),(133935,37547,672,15,1,0,0,-50.1652,9.71624,23.5871,0,604800,0,0,1,0,0,0,0,0),(133986,36948,672,15,1,0,1,13.5155,-0.160213,20.8725,3.10669,604800,0,0,1,0,0,0,0,0),(1975233,32892,603,3,1,11686,0,2164.55,-293,420,0.785398,604800,0,0,12600,0,0,0,0,0),(1975232,33378,603,3,1,11686,0,2164.55,-293,433.3,4.97419,604800,0,0,12600,0,0,0,0,0),(1975220,33378,603,3,1,11686,0,2105.04,-292.56,433.3,0.785398,604800,0,0,12600,0,0,0,0,0),(239000,21225,548,1,1,0,1,323.124,-693.561,-13.1582,5.40896,604800,0,0,125668,0,2,0,0,0),(239001,21225,548,1,1,0,1,402.817,-689.056,-7.27268,0.00149155,604800,0,0,125668,0,2,0,0,0),(246020,15108,529,1,4,0,0,1159.6,1150.46,-56.4713,6.02139,7200,0,0,1,0,0,0,0,0),(246026,15108,529,1,4,0,0,1191.47,1185.54,-56.0253,2.30383,7200,0,0,1,0,0,0,0,0),(246022,15108,529,1,4,0,0,1164.86,1157.48,-56.436,2.4308,7200,10,0,1,0,1,0,0,0),(246023,15108,529,1,4,0,0,1170.84,1143.68,-56.1315,4.45378,7200,0,0,1,0,0,0,0,0),(246024,15108,529,1,4,0,0,1184.85,1179.24,-55.9334,2.21657,7200,0,0,1,0,0,0,0,0),(246025,15108,529,1,4,0,0,1160.12,1169.93,-56.3168,0.0228146,7200,0,0,1,0,0,0,0,0),(90179,22515,628,3,1,0,0,392.496,-859.458,48.9987,3.03687,7200,0,0,1,0,0,0,0,0),(247743,11444,429,1,1,0,0,431.546,171.163,2.85225,3.26898,86400,0,0,9745,10680,2,0,0,0),(247742,11444,429,1,1,0,0,279.307,325.271,2.93639,5.65487,86400,0,0,9745,10680,0,0,0,0),(247741,11444,429,1,1,0,0,288.657,317.849,2.93636,2.42601,86400,0,0,9745,10680,0,0,0,0),(247740,11444,429,1,1,0,0,325.699,305.354,11.2862,4.53786,86400,0,0,9745,10680,0,0,0,0),(247739,11444,429,1,1,0,0,324.012,296.401,11.2898,1.36136,86400,0,0,9745,10680,0,0,0,0),(247738,11444,429,1,1,0,0,425.703,203.455,11.2904,3.35103,86400,0,0,9745,10680,0,0,0,0),(247737,11444,429,1,1,0,0,413.308,200.467,11.2983,0.261799,86400,0,0,9745,10680,0,0,0,0),(247736,11444,429,1,1,0,0,364.345,17.3626,-25.5038,1.36136,86400,0,0,9745,10680,0,0,0,0),(247735,11444,429,1,1,0,0,356.308,27.8438,-24.9039,6.23082,86400,0,0,9745,10680,0,0,0,0),(247734,11444,429,1,1,0,0,278.29,32.931,-2.46346,0.05236,86400,0,0,9745,10680,0,0,0,0),(247733,11441,429,1,1,0,1,338.808,208.337,11.2875,1.37881,86400,0,0,13920,0,0,0,0,0),(247732,11441,429,1,1,0,1,350.716,306.468,11.2068,1.12018,86400,0,0,13920,0,0,0,0,0),(247731,11441,429,1,1,0,1,325.94,124.511,-3.80362,1.88496,86400,0,0,13920,0,0,0,0,0),(247730,11441,429,1,1,0,1,378.439,136.133,-2.50067,0.925025,86400,0,0,13920,0,0,0,0,0),(247729,11441,429,1,1,0,1,414.897,260.269,11.2061,4.6183,86400,5,0,13920,0,1,0,0,0),(247728,11441,429,1,1,0,1,387.18,212.206,11.2158,3.16332,86400,0,0,13920,0,2,0,0,0),(247727,11441,429,1,1,0,1,290,43.9366,-3.84639,4.88692,86400,0,0,13920,0,0,0,0,0),(247726,11441,429,1,1,0,1,293.43,22.6771,-3.83323,1.71042,86400,0,0,13920,0,0,0,0,0),(247725,11441,429,1,1,0,1,253.919,101.484,-2.47626,4.79965,86400,0,0,13920,0,0,0,0,0),(247724,11441,429,1,1,0,1,420.708,212.934,11.2148,4.02882,86400,0,0,13920,0,0,0,0,0),(247723,11441,429,1,1,0,1,357.101,-105.233,-3.8031,3.735,86400,0,0,13920,0,0,0,0,0),(247722,11441,429,1,1,0,1,480.492,171.572,2.93626,0.855211,86400,0,0,13920,0,0,0,0,0),(247721,11441,429,1,1,0,1,484.79,192.536,2.93627,3.22886,86400,0,0,13920,0,0,0,0,0),(247720,11441,429,1,1,0,1,352.292,219.206,11.2871,4.60767,86400,0,0,13920,0,0,0,0,0),(247719,11441,429,1,1,0,1,469.761,66.3496,-3.80288,4.27606,86400,0,0,13920,0,0,0,0,0),(247718,11441,429,1,1,0,1,281.884,257.988,2.9364,0.541052,86400,0,0,13920,0,0,0,0,0),(247717,11441,429,1,1,0,1,292.932,264.732,2.94989,3.7001,86400,0,0,13920,0,0,0,0,0),(247716,11441,429,1,1,0,1,316.945,239.888,11.2093,3.14159,86400,0,0,13920,0,0,0,0,0),(247715,11441,429,1,1,0,1,321.913,132.877,-2.49938,5.37561,86400,0,0,13920,0,0,0,0,0),(247714,11441,429,1,1,0,1,431.271,75.9517,-23.5555,3.76991,86400,0,0,13920,0,0,0,0,0),(247713,11441,429,1,1,0,1,262.402,94.8272,-2.47626,3.21141,86400,0,0,13920,0,0,0,0,0),(247712,11441,429,1,1,0,1,391.712,102.586,-3.80363,0.541052,86400,0,0,13920,0,0,0,0,0),(247711,11441,429,1,1,0,1,301.618,48.9438,-3.88544,0.541052,86400,0,0,13920,0,0,0,0,0),(247710,11441,429,1,1,0,1,387.546,135.562,-2.50008,2.00713,86400,0,0,13920,0,0,0,0,0),(247709,11441,429,1,1,0,1,310.688,-12.7194,-3.80129,6.19592,86400,0,0,13920,0,0,0,0,0),(1970794,31126,595,3,1,0,0,2360.74,1199.86,131.311,0.10472,300,0,0,12600,0,0,0,0,0),(1970793,31126,595,3,1,0,0,2359.56,1193.14,131.06,0.541052,300,0,0,12600,0,0,0,0,0),(1970792,31126,595,3,1,0,0,2364.08,1197.37,131.802,0.279253,300,0,0,12600,0,0,0,0,0),(1970791,31126,595,3,1,0,0,2269.03,1148.83,138.2,4.45059,300,0,0,12600,0,0,0,0,0),(1970790,31126,595,3,1,0,0,2264.35,1150.03,138.509,5.49779,300,0,0,12600,0,0,0,0,0),(1970789,31126,595,3,1,0,0,2263.93,1145.6,138.574,5.96903,300,0,0,12600,0,0,0,0,0),(1970788,31126,595,3,1,0,0,2146.74,1340.59,132.63,5.95157,300,0,0,12600,0,0,0,0,0),(1970787,28249,595,3,1,0,0,2551.01,1235.45,125.498,5.07468,300,0,0,50400,0,2,0,0,0),(1970786,27734,595,3,1,0,0,2555.04,1236.94,125.605,5.00007,300,0,0,50400,0,2,0,0,0),(1970785,27737,595,3,1,0,0,2573.88,1147.45,126.579,5.64251,300,10,0,630,0,1,0,0,0),(1970784,27737,595,3,1,0,0,2565.77,1146.87,127.616,1.9158,300,10,0,630,0,1,0,0,0),(1970783,27737,595,3,1,0,0,2566.14,1156.29,127.231,1.41707,300,10,0,630,0,1,0,0,0),(1970782,27737,595,3,1,0,0,2560.9,1150.95,128.075,3.895,300,10,0,630,0,1,0,0,0),(133938,37519,672,15,1,0,0,-28.275,15.5946,20.5379,0,604800,0,0,1,0,0,0,0,0),(133948,37519,672,15,1,0,0,39.4475,0.136515,25.2321,0,604800,0,0,1,0,0,0,0,0),(133934,37540,672,15,1,31043,0,-13.1429,-0.36969,12.8909,0,604800,0,0,1,0,0,0,0,0),(133941,36948,672,15,1,0,1,1.34481,-0.077413,20.8492,3.15905,604800,0,0,1,0,0,0,0,0),(133956,36939,673,15,1,0,1,36.4055,0.184604,36.7153,3.10669,604800,0,0,1,0,0,0,0,0),(41823,33089,603,3,16,0,0,1615.06,-291.682,417.78,3.49066,10,20,0,1,0,1,0,0,0),(200026,35644,650,3,1,0,0,704.943,651.33,412.475,5.60251,999999,0,0,50000,0,0,0,0,0),(93888,21224,548,1,1,0,0,395.561,-694.343,-7.89872,5.33659,604800,0,0,100520,48465,0,0,0,0),(93889,21224,548,1,1,0,0,442.695,-752.678,-7.1443,2.90578,604800,0,0,100520,48465,0,0,0,0),(1975928,29843,571,1,1,0,1,6944.65,-23.6701,806.669,3.83558,300,0,0,11770,3809,0,0,0,0),(1975995,30121,571,1,4,0,0,7220.33,-3671.06,823.633,1.67552,300,0,0,48700,0,0,0,0,0),(1975994,30121,571,1,4,0,0,7251.04,-3644,823.097,3.15905,300,0,0,48700,0,0,0,0,0),(1975993,30121,571,1,4,0,0,7201.98,-3624.42,823.542,5.13733,300,0,0,48700,0,0,0,0,0),(1976026,31416,1,1,128,0,1,1741.42,-4217.94,44.3144,3.38795,300,5,0,16050,0,1,0,0,0),(1976025,31416,1,1,128,0,1,1921.7,-4375.67,22.5724,5.84685,300,0,0,16050,0,0,0,0,0),(1976024,31416,1,1,128,0,1,1817.08,-4357.14,-9.81641,2.30383,300,0,0,16050,0,0,0,0,0),(1976023,31416,1,1,128,0,1,1952.53,-4368.57,22.659,3.68265,300,0,0,16050,0,0,0,0,0),(1976022,31416,1,1,128,0,1,1889.53,-4485.08,21.3103,1.44862,300,0,0,16050,0,0,0,0,0),(1976021,31416,1,1,128,0,1,1628.89,-4274.76,24.0855,5.13127,300,0,0,16050,0,0,0,0,0),(1976020,31416,1,1,128,0,1,1552.41,-4324.75,21.8029,5.51524,300,0,0,16050,0,0,0,0,0),(1976019,31416,1,1,128,0,1,1620.45,-4252.84,47.5273,3.7001,300,0,0,16050,0,0,0,0,0),(246029,15108,529,1,4,0,0,1175.07,1155.1,-56.4464,4.50295,7200,0,0,1,0,0,0,0,0),(90192,22515,628,3,1,0,0,1296.53,-766.182,50.7029,3.08923,7200,0,0,1,0,0,0,0,0),(247708,11441,429,1,1,0,1,469.788,46.4686,-3.91727,1.44576,86400,0,0,13920,0,2,0,0,0),(247706,11441,429,1,1,0,1,326.912,360.968,2.93626,4.74729,86400,0,0,13920,0,0,0,0,0),(247705,11441,429,1,1,0,1,312.086,182.917,2.93627,4.36332,86400,0,0,13920,0,0,0,0,0),(247704,11441,429,1,1,0,1,417.915,292.252,11.1982,3.60941,86400,0,0,13920,0,0,0,0,0),(247703,11441,429,1,1,0,1,375.465,26.511,-25.888,3.05433,86400,0,0,13920,0,0,0,0,0),(247702,11441,429,1,1,0,1,367.083,36.711,-24.7118,4.64258,86400,0,0,13920,0,0,0,0,0),(247701,11441,429,1,1,0,1,404.442,180.283,2.93519,5.39307,86400,0,0,13920,0,0,0,0,0),(247700,11441,429,1,1,0,1,297.368,-66.7381,-3.80376,3.92699,86400,0,0,13920,0,0,0,0,0),(247699,11441,429,1,1,0,1,289.288,-75.3393,-3.80366,0.855211,86400,0,0,13920,0,0,0,0,0),(247698,11441,429,1,1,0,1,445.038,350.688,2.93627,1.62316,86400,0,0,13920,0,0,0,0,0),(247697,11441,429,1,1,0,1,450.071,134.044,-2.49898,3.14159,86400,0,0,13920,0,0,0,0,0),(247696,11441,429,1,1,0,1,439.642,134.562,-2.4987,6.19592,86400,0,0,13920,0,0,0,0,0),(247695,11441,429,1,1,0,1,402.45,333.237,2.9312,0.191986,86400,0,0,13920,0,0,0,0,0),(1970781,30996,595,3,1,0,0,1570.92,669.933,102.309,-1.64061,180,0,0,1,0,0,0,0,0),(1971033,27737,595,3,1,0,0,2441.29,1433.25,131.38,0.857092,300,10,0,630,0,1,0,0,0),(1971034,27737,595,3,1,0,0,2435.44,1430.2,131.263,3.64918,300,10,0,630,0,1,0,0,0),(1971035,27737,595,3,1,0,0,2428.26,1425.34,131.118,3.90836,300,10,0,630,0,1,0,0,0),(1971036,27737,595,3,1,0,0,2421.56,1416.47,130.482,4.00261,300,10,0,630,0,1,0,0,0),(1971037,27737,595,3,1,0,0,2428.46,1418.62,130.591,0.342657,300,10,0,630,0,1,0,0,0),(1971038,30997,595,3,1,0,0,2323.69,1499.63,127.619,3.26116,600,0,0,17010,0,0,0,0,0),(1971039,30996,595,3,1,0,0,1755.69,1290.88,140.749,2.2986,300,0,0,1,0,0,0,0,0),(1971040,30996,595,3,1,0,0,1755.69,1290.88,141.49,2.2986,300,0,0,1,0,0,0,0,0),(1971041,30996,595,3,1,0,0,1755.69,1290.88,142.231,2.2986,300,0,0,1,0,0,0,0,0),(1971042,30996,595,3,1,0,0,1756.65,1289.24,140.47,2.07476,300,0,0,1,0,0,0,0,0),(1971043,30996,595,3,1,0,0,1756.65,1289.24,141.211,2.07476,300,0,0,1,0,0,0,0,0),(1971044,30996,595,3,1,0,0,1757.36,1287.92,140.287,1.76846,300,0,0,1,0,0,0,0,0),(247140,36805,631,10,1,0,1,-585.323,2195.45,49.4765,2.84315,86400,0,0,1,0,0,0,0,0),(247135,36805,631,5,1,0,1,-584.639,2227.7,49.5599,3.50811,86400,0,0,1,0,0,0,0,0),(247134,36808,631,5,1,0,1,-602.313,2196.07,49.5599,2.86234,86400,0,0,1,0,0,0,0,0),(133959,37547,673,15,1,0,0,4.7803,-29.0523,35.0963,0,604800,0,0,1,0,0,0,0,0),(247694,16032,429,1,1,0,1,122.669,444.578,-48.3768,5.42797,86400,0,0,710,0,0,0,0,0),(247104,1853,289,1,1,0,1,180.771,-5.4286,75.5702,1.29154,86400,10,0,50300,7458,1,0,0,0),(247693,1412,429,1,1,0,0,-146.211,-187.845,-4.12055,2.85043,86400,0,0,8,0,0,0,0,0),(247692,1412,429,1,1,0,0,98.3382,-271.294,-2.73781,1.53207,86400,0,0,8,0,0,0,0,0),(247691,1412,429,1,1,0,0,136.124,-320.346,7.60491,0.223598,86400,0,0,8,0,0,0,0,0),(247690,1412,429,1,1,0,0,47.3439,-345.485,-4.03754,2.97946,86400,0,0,8,0,0,0,0,0),(247689,1412,429,1,1,0,0,-89.9518,-327.218,-56.7094,1.60916,86400,0,0,8,0,0,0,0,0),(247688,1412,429,1,1,0,0,-158.406,-338.387,-4.06629,2.74017,86400,0,0,8,0,0,0,0,0),(247687,1412,429,1,1,0,0,-19.6245,-338.303,-2.65313,3.61283,86400,0,0,8,0,0,0,0,0),(247686,1412,429,1,1,0,0,-97.5659,-330.237,-57.1258,1.28208,86400,0,0,8,0,0,0,0,0),(247685,1412,429,1,1,0,0,13.8706,-270.362,-52.6382,3.53614,86400,0,0,8,0,0,0,0,0),(247684,1412,429,1,1,0,0,-166.038,-319.342,7.60455,1.67389,86400,0,0,8,0,0,0,0,0),(247683,1412,429,1,1,0,0,-104.761,-356.167,-4.0997,2.69766,86400,0,0,8,0,0,0,0,0),(247682,1412,429,1,1,0,0,-45.176,-275.351,-57.2373,3.89208,86400,0,0,8,0,0,0,0,0),(247681,1412,429,1,1,0,0,43.8834,-249.347,-52.9414,0.38733,86400,0,0,8,0,0,0,0,0),(247680,1412,429,1,1,0,0,-166.79,-236.859,7.68885,5.86431,86400,0,0,8,0,0,0,0,0),(247679,1412,429,1,1,0,0,-72.0005,-345.3,-4.03359,2.98672,86400,0,0,8,0,0,0,0,0),(247678,1412,429,1,1,0,0,-158.804,-339.269,-4.19303,4.28925,86400,0,0,8,0,0,0,0,0),(247677,1412,429,1,1,0,0,-151.769,-358.922,-4.23659,5.48243,86400,0,0,8,0,0,0,0,0),(247676,1412,429,1,1,0,0,-166.15,-319.039,7.6047,1.77892,86400,0,0,8,0,0,0,0,0),(247675,1412,429,1,1,0,0,-45.4898,-275.688,-57.3578,3.96245,86400,0,0,8,0,0,0,0,0),(247674,1412,429,1,1,0,0,-1.47589,-247.514,-53.6291,2.16226,86400,0,0,8,0,0,0,0,0),(247673,1412,429,1,1,0,0,-166.892,-237.24,7.60565,4.45071,86400,0,0,8,0,0,0,0,0),(247672,1412,429,1,1,0,0,-52.7927,-318.739,-53.0088,5.95829,86400,0,0,8,0,0,0,0,0),(247671,1412,429,1,1,0,0,136.458,-320.317,7.60497,0.162894,86400,0,0,8,0,0,0,0,0),(247670,1412,429,1,1,0,0,43.4498,-249.524,-52.8565,5.25344,86400,0,0,8,0,0,0,0,0),(247669,1412,429,1,1,0,0,-18.9724,-338.297,-2.73597,0.008798,86400,0,0,8,0,0,0,0,0),(247668,1412,429,1,1,0,0,98.2445,-271.798,-2.7377,1.68363,86400,0,0,8,0,0,0,0,0),(247667,1412,429,1,1,0,0,-89.9229,-327.969,-56.6587,1.09956,86400,0,0,8,0,0,0,0,0),(247666,1412,429,1,1,0,0,-145.678,-188.004,-4.06495,5.41052,86400,0,0,8,0,0,0,0,0),(247665,883,429,1,1,0,0,79.8869,-287.854,-55.5947,0.109973,86400,0,0,64,0,0,0,0,0),(247664,883,429,1,1,0,0,78.3947,-289.857,-55.4764,4.98539,86400,0,0,64,0,0,0,0,0),(247663,2914,429,1,1,0,0,767.709,549.494,40.399,0.632182,86400,0,0,8,0,0,0,0,0),(247662,2914,429,1,1,0,0,399.033,34.1434,-25.3031,3.32377,86400,0,0,8,0,0,0,0,0),(247661,2914,429,1,1,0,0,690.461,534.045,28.713,4.52669,86400,0,0,8,0,0,0,0,0),(247660,2914,429,1,1,0,0,414.828,-48.5053,-23.3364,1.31677,86400,0,0,8,0,0,0,0,0),(247659,2914,429,1,1,0,0,804.635,570.584,40.3982,4.0327,86400,0,0,8,0,0,0,0,0),(247658,2914,429,1,1,0,0,732.469,528.935,28.1791,2.18955,86400,0,0,8,0,0,0,0,0),(247657,2914,429,1,1,0,0,754.666,525.492,28.1841,4.94689,86400,0,0,8,0,0,0,0,0),(247656,2914,429,1,1,0,0,349.448,109.693,-3.88708,0.003725,86400,0,0,8,0,0,0,0,0),(247655,2914,429,1,1,0,0,330.351,297.343,11.2041,3.42468,86400,0,0,8,0,0,0,0,0),(247654,2914,429,1,1,0,0,690.642,534.201,28.6269,4.69463,86400,0,0,8,0,0,0,0,0),(247653,2914,429,1,1,0,0,303.618,-8.67847,-3.8018,1.65407,86400,5,0,8,0,1,0,0,0),(247652,2914,429,1,1,0,0,417.561,-53.5276,-24.2973,5.72767,86400,0,0,8,0,0,0,0,0),(247651,2914,429,1,1,0,0,873.275,552.922,40.3964,5.58507,86400,0,0,8,0,0,0,0,0),(247650,2914,429,1,1,0,0,851.886,489.507,37.3182,3.0058,86400,0,0,8,0,0,0,0,0),(247649,2914,429,1,1,0,0,349.443,109.402,-3.88708,6.19019,86400,0,0,8,0,0,0,0,0),(247648,2914,429,1,1,0,0,364.819,-33.1121,-25.0512,4.04851,86400,0,0,8,0,0,0,0,0),(247647,2914,429,1,1,0,0,306.238,-96.5866,-3.80362,5.97513,86400,5,0,8,0,1,0,0,0),(247646,2914,429,1,1,0,0,436.336,298.367,11.1968,3.41407,86400,0,0,8,0,0,0,0,0),(247645,2914,429,1,1,0,0,751.989,530.682,28.1855,2.28772,86400,0,0,8,0,0,0,0,0),(247644,2914,429,1,1,0,0,765.637,548.012,40.3993,0.695806,86400,0,0,8,0,0,0,0,0),(247643,2914,429,1,1,0,0,294.365,178.076,2.85547,4.62485,86400,0,0,8,0,0,0,0,0),(247642,2914,429,1,1,0,0,285.544,326.648,2.85303,2.63937,86400,0,0,8,0,0,0,0,0),(247641,2914,429,1,1,0,0,818.277,389.744,40.398,3.27638,86400,0,0,8,0,0,0,0,0),(247640,13916,429,1,1,0,0,13.4514,277.628,1.51433,2.28638,86400,0,0,3748,2306,0,0,0,0),(247639,14400,429,1,1,0,0,-6.66835,948.849,-24.5759,0.35092,86400,0,0,1895,2369,0,0,0,0),(247638,14400,429,1,1,0,0,-11.7996,951.23,-24.5762,0.35092,86400,0,0,1895,2369,0,0,0,0),(247637,14400,429,1,1,0,0,-9.41844,956.362,-24.5762,0.35092,86400,0,0,1895,2369,0,0,0,0),(247636,14400,429,1,1,0,0,-4.28716,953.98,-24.5759,0.35092,86400,0,0,1895,2369,0,0,0,0),(247629,14400,429,1,1,0,0,76.4587,838.148,-24.5804,4.63658,86400,0,0,1895,2369,0,0,0,0),(247628,14400,429,1,1,0,0,80.7502,841.833,-24.5804,4.63658,86400,0,0,1895,2369,0,0,0,0),(247627,14400,429,1,1,0,0,84.4357,837.542,-24.581,4.63659,86400,0,0,1895,2369,0,0,0,0),(247626,14400,429,1,1,0,0,80.1443,833.856,-24.5804,4.63658,86400,0,0,1895,2369,0,0,0,0),(247615,14400,429,1,1,0,0,-0.016136,674.319,-24.5973,0.367701,86400,0,0,1895,2369,0,0,0,0),(247614,14400,429,1,1,0,0,-5.18667,676.614,-24.6021,0.367712,86400,0,0,1895,2369,0,0,0,0),(247613,14400,429,1,1,0,0,-2.89199,681.784,-24.5994,0.367712,86400,0,0,1895,2369,0,0,0,0),(247612,14400,429,1,1,0,0,2.27855,679.49,-24.5945,0.367713,86400,0,0,1895,2369,0,0,0,0),(247607,14400,429,1,1,0,0,-158.142,775.709,-24.5798,0.699584,86400,0,0,1895,2369,0,0,0,0),(247606,14400,429,1,1,0,0,-163.778,776.194,-24.5799,0.699584,86400,0,0,1895,2369,0,0,0,0),(247605,14400,429,1,1,0,0,-163.293,781.83,-24.5775,0.699554,86400,0,0,1895,2369,0,0,0,0),(247604,14400,429,1,1,0,0,-157.657,781.345,-24.5781,0.699599,86400,0,0,1895,2369,0,0,0,0),(247601,14399,429,1,1,0,0,-8.04339,952.605,-24.5761,0.350919,86400,0,0,16583,9476,2,0,0,0),(247598,14399,429,1,1,0,0,80.4472,837.845,-24.5804,4.63658,86400,0,0,16583,9476,2,0,0,0),(247594,14399,429,1,1,0,0,-1.45406,678.052,-24.5983,0.367712,86400,0,0,16583,9476,2,0,0,0),(247592,14399,429,1,1,0,0,-160.717,778.77,-24.5799,0.699583,86400,0,0,16583,9476,2,0,0,0),(247591,14398,429,1,1,0,0,-17.0975,531.373,28.6855,0.087266,86400,0,0,6891,6867,0,0,0,0),(247589,14398,429,1,1,0,0,5.64661,567.147,28.6886,5.65487,86400,0,0,6891,6867,0,0,0,0),(247588,14398,429,1,1,0,0,-54.9222,568.482,28.6977,3.61283,86400,0,0,6891,6867,0,0,0,0),(247587,14398,429,1,1,0,0,56.275,526.81,28.6857,6.00393,86400,0,0,6891,6867,0,0,0,0),(247585,14398,429,1,1,0,0,4.40959,505.233,-3.48315,0.942478,86400,0,0,6891,6867,0,0,0,0),(247584,14398,429,1,1,0,0,90.7675,485.778,28.6844,0.314159,86400,0,0,6891,6867,0,0,0,0),(247583,14398,429,1,1,0,0,48.1242,508.601,-3.48436,6.21337,86400,0,0,6891,6867,0,0,0,0),(247582,14383,429,1,1,0,1,135.15,441.452,-48.4619,4.849,86400,0,0,8774,2289,0,0,0,0),(247581,14382,429,1,1,0,1,193.167,473.239,-48.4684,0.069813,86400,0,0,9298,2434,0,0,0,0),(247580,14381,429,1,1,0,1,193.607,514.846,-48.3836,0.122173,86400,0,0,9298,2434,0,0,0,0),(247579,14371,429,1,1,0,0,120.661,459.211,-48.3785,6.21337,86400,0,0,7292,1923,0,0,0,0),(247578,14369,429,1,1,0,0,132.25,515.98,-48.46,1.5966,86400,0,0,9034,2369,0,0,0,0),(247577,14369,429,1,1,0,0,128.297,516.187,-48.4718,1.6321,86400,0,0,9034,2369,2,0,0,0),(247575,14369,429,1,1,0,0,163.733,555.391,-48.3836,3.1765,86400,0,0,9034,2369,0,0,0,0),(247574,14369,429,1,1,0,0,192.928,587.385,-48.3836,6.17846,86400,0,0,9034,2369,0,0,0,0),(247573,14369,429,1,1,0,0,153.425,626.966,-27.8899,0.017453,86400,0,0,9034,2369,0,0,0,0),(247572,14369,429,1,1,0,0,114.44,602.178,-27.8082,3.10669,86400,0,0,9034,2369,0,0,0,0),(247571,14369,429,1,1,0,0,186.983,479.252,-48.371,1.5708,86400,0,0,9034,2369,0,0,0,0),(247570,14369,429,1,1,0,0,186.675,457.618,-48.3594,4.79965,86400,0,0,9034,2369,0,0,0,0),(247569,14369,429,1,1,0,0,121.754,476.583,-48.3816,1.58825,86400,0,0,9034,2369,0,0,0,0),(247568,14369,429,1,1,0,0,121.172,468.779,-48.3799,4.67748,86400,0,0,9034,2369,0,0,0,0),(247567,14368,429,1,1,0,1,164.335,522.497,-48.3836,3.07178,86400,0,0,9298,2434,0,0,0,0),(247566,14366,429,1,1,0,0,-26.4736,-403.435,-58.5319,0.226892,86400,0,0,64,0,0,0,0,0),(247565,14366,429,1,1,0,0,21.9326,-408.795,-58.5319,0,86400,0,0,64,0,0,0,0,0),(247564,14366,429,1,1,0,0,-156.753,-320.209,-4.06367,1.25664,86400,0,0,64,0,0,0,0,0),(247563,14366,429,1,1,0,0,468.206,258.98,6.53153,1.02974,86400,0,0,64,0,0,0,0,0),(247562,14366,429,1,1,0,0,242.933,-420.132,-119.878,-0.069812,86400,0,0,64,0,0,0,0,0),(247561,14366,429,1,1,0,0,-93.5294,-406.001,-58.4613,0,86400,0,0,64,0,0,0,0,0),(247560,14366,429,1,1,0,0,65.7951,-400.292,-58.5124,-0.628317,86400,0,0,64,0,0,0,0,0),(247559,14366,429,1,1,0,0,44.7922,-627.469,-25.0196,-2.47837,86400,0,0,64,0,0,0,0,0),(247558,14366,429,1,1,0,0,133.884,-261.99,-4.06127,-0.488691,86400,0,0,64,0,0,0,0,0),(247557,14366,429,1,1,0,0,-6.88932,-199.657,-4.04868,-0.453785,86400,0,0,64,0,0,0,0,0),(247555,14361,429,1,1,0,0,104.389,539.327,-4.40493,4.75068,86400,0,0,64,0,0,0,0,0),(247553,14361,429,1,1,0,0,15.2541,395.687,25.0565,0.046596,86400,0,0,64,0,0,0,0,0),(247548,14361,429,1,1,0,0,-83.2487,494.565,28.6075,4.28512,86400,0,0,64,0,0,0,0,0),(247545,14361,429,1,1,0,0,98.3529,531.617,28.6033,0.983634,86400,0,0,64,0,0,0,0,0),(247540,14361,429,1,1,0,0,121.332,297.677,-4.98566,5.03001,86400,0,0,64,0,0,0,0,0),(247539,14361,429,1,1,0,0,74.8674,215.59,-4.98581,2.30134,86400,0,0,64,0,0,0,0,0),(247538,14361,429,1,1,0,0,-78.3936,337.625,-4.99283,5.66256,86400,0,0,64,0,0,0,0,0),(247534,14361,429,1,1,0,0,-73.5557,542.146,-4.39554,3.19564,86400,0,0,64,0,0,0,0,0),(247531,14361,429,1,1,0,0,-28.6871,659.391,-24.562,5.18363,86400,0,0,64,0,0,0,0,0),(247529,14361,429,1,1,0,0,47.0136,686.309,-24.5798,0.960597,86400,0,0,64,0,0,0,0,0),(247519,14361,429,1,1,0,0,-73.3529,541.221,-4.39554,3.51201,86400,0,0,64,0,0,0,0,0),(247511,14361,429,1,1,0,0,15.368,351.889,-4.9858,0.092126,86400,0,0,64,0,0,0,0,0),(247504,14361,429,1,1,0,0,-86.2,228.478,-4.98579,1.84191,86400,5,0,64,0,1,0,0,0),(247502,14358,429,1,1,0,0,11.7484,396.105,25.1394,2.9147,86400,0,0,9298,0,0,0,0,0),(247331,30380,712,3,1,0,1,-30.1731,-21.9358,9.59686,4.72914,120,0,0,1,0,0,0,0,0),(247332,30380,712,3,1,0,1,3.45962,-28.1289,0.101388,4.29376,120,0,0,1,0,0,0,0,0),(247333,30380,712,3,1,0,1,-18.0212,-22.0926,9.60068,4.66788,120,0,0,1,0,0,0,0,0),(247334,30380,712,3,1,0,1,-24.7068,-29.9771,0.101334,3.66623,120,0,0,1,0,0,0,0,0),(247335,30380,712,3,1,0,1,3.92454,20.827,9.67354,1.30372,120,0,0,1,0,0,0,0,0),(247336,30380,712,3,1,0,1,-6.33308,-21.7722,9.99575,4.85167,120,0,0,1,0,0,0,0,0),(247337,30380,712,3,1,0,1,-39.6946,-26.8419,0.82802,2.93659,120,0,0,1,0,0,0,0,0),(247338,30394,712,3,1,0,1,-14.1505,23.0373,-5.24869,0.027745,120,0,0,1,0,0,0,0,0),(247339,30394,712,3,1,0,1,-11.7295,-24.7904,9.58663,1.63703,120,0,0,1,0,0,0,0,0),(247340,30394,712,3,1,0,1,-11.9688,25.5424,9.58513,4.66945,120,0,0,1,0,0,0,0,0),(247341,30394,712,3,1,0,1,-57.9337,6.01148,23.5029,1.54855,120,0,0,1,0,0,0,0,0),(247342,30394,712,3,1,0,1,-14.3898,-23.2398,-5.25039,6.16013,120,0,0,1,0,0,0,0,0),(247343,30394,712,3,1,0,1,-48.1449,-3.10366,-5.21617,3.11436,120,0,0,1,0,0,0,0,0),(247344,30867,712,3,1,0,1,-11.0475,-22.7053,22.5096,4.51265,120,0,0,1,0,0,0,0,0),(247345,30867,712,3,1,0,1,-32.9158,-22.1469,22.5861,4.59982,120,0,0,1,0,0,0,0,0),(247346,30867,712,3,1,0,1,-10.0824,23.2226,22.5129,1.54405,120,0,0,1,0,0,0,0,0),(247347,30867,712,3,1,0,1,36.8757,45.226,25.0331,2.16509,120,0,0,1,0,0,0,0,0),(247348,30867,712,3,1,0,1,-33.4747,22.2096,22.5895,1.56211,120,0,0,1,0,0,0,0,0),(247349,30867,712,3,1,0,1,36.9277,-44.9241,25.0318,4.11052,120,0,0,1,0,0,0,0,0),(247401,30752,713,3,1,0,1,15.4321,28.6642,9.92277,1.54012,120,0,0,1,0,0,0,0,0),(247402,30752,713,3,1,0,1,2.01988,28.7211,9.33565,1.58332,120,0,0,1,0,0,0,0,0),(247403,30752,713,3,1,0,1,-11.241,28.5576,9.91826,1.5519,120,0,0,1,0,0,0,0,0),(247404,30752,713,3,1,0,1,8.25547,-21.6199,34.8875,1.73515,120,0,0,1,0,0,0,0,0),(247405,30752,713,3,1,0,1,7.30473,24.2619,34.9491,4.43536,120,0,0,1,0,0,0,0,0),(247406,30753,713,3,1,0,1,-26.8391,-10.402,35.5991,1.29366,120,0,0,1,0,0,0,0,0),(247407,30753,713,3,1,0,1,2.15579,17.0338,9.16353,1.54405,120,0,0,1,0,0,0,0,0),(247408,30753,713,3,1,0,1,-7.63407,0.007234,86.0904,6.2728,120,0,0,1,0,0,0,0,0),(247409,30753,713,3,1,0,1,46.382,7.89944,10.4129,3.96271,120,0,0,1,0,0,0,0,0),(247410,30753,713,3,1,0,1,45.981,-6.55312,10.3636,2.23091,120,0,0,1,0,0,0,0,0),(247411,30753,713,3,1,0,1,15.254,-0.009458,86.0904,3.14299,120,0,0,1,0,0,0,0,0),(247412,30753,713,3,1,0,1,-34.939,-11.6484,11.4697,5.50858,120,0,0,1,0,0,0,0,0),(247413,30753,713,3,1,0,1,-34.785,11.9312,11.4869,0.836243,120,0,0,1,0,0,0,0,0),(247414,30753,713,3,1,0,1,-26.9812,10.5208,35.5936,4.74156,120,0,0,1,0,0,0,0,0),(247415,30753,713,3,1,0,1,1.98831,-18.0873,9.16057,4.66993,120,0,0,1,0,0,0,0,0),(247416,30754,713,3,1,0,1,-19.0109,27.0177,89.9667,6.22411,120,0,0,1,0,0,0,0,0),(247417,30754,713,3,1,0,1,-54.639,-15.3254,34.3972,3.83128,120,0,0,1,0,0,0,0,0),(247418,30754,713,3,1,0,1,-54.7182,15.5861,34.3897,2.50086,120,0,0,1,0,0,0,0,0),(247419,30754,713,3,1,0,1,-18.9215,-26.8371,89.9664,0.087792,120,0,0,1,0,0,0,0,0),(247420,30755,713,3,1,0,1,-3.46042,28.0231,34.2784,4.66548,120,0,0,1,0,0,0,0,0),(247421,30755,713,3,1,0,1,7.21494,-6.31021,34.4191,3.11118,120,0,0,1,0,0,0,0,0),(247422,30755,713,3,1,0,1,24.5852,6.86575,7.06382,3.11055,120,0,0,1,0,0,0,0,0),(247423,30755,713,3,1,0,1,8.85995,18.8224,8.7027,4.69035,120,0,0,1,0,0,0,0,0),(247424,30755,713,3,1,0,1,24.3302,-6.97827,7.08356,3.34184,120,0,0,1,0,0,0,0,0),(247425,30755,713,3,1,0,1,-4.43012,18.742,8.62646,4.66286,120,0,0,1,0,0,0,0,0),(247426,30755,713,3,1,0,1,-5.59682,-28.2501,34.1226,1.55058,120,0,0,1,0,0,0,0,0),(247427,30755,713,3,1,0,1,-4.46811,-18.5567,8.62604,1.53698,120,0,0,1,0,0,0,0,0),(247428,30755,713,3,1,0,1,29.8693,-29.5825,89.7663,3.05267,120,0,0,1,0,0,0,0,0),(247429,30755,713,3,1,0,1,8.83021,-4.6978,84.7137,2.34582,120,0,0,1,0,0,0,0,0),(247430,30755,713,3,1,0,1,37.6428,-9.00797,30.0954,0.004917,120,0,0,1,0,0,0,0,0),(247431,30755,713,3,1,0,1,-26.188,-6.1712,9.33333,3.14217,120,0,0,1,0,0,0,0,0),(247432,30755,713,3,1,0,1,9.06884,-18.7113,8.70787,1.56054,120,0,0,1,0,0,0,0,0),(247433,30755,713,3,1,0,1,8.67689,4.88796,84.7137,3.90012,120,0,0,1,0,0,0,0,0),(247434,30755,713,3,1,0,1,7.49121,6.05275,34.4239,3.16615,120,0,0,1,0,0,0,0,0),(247435,30755,713,3,1,0,1,37.6401,8.9586,30.0954,0.012771,120,0,0,1,0,0,0,0,0),(247436,30755,713,3,1,0,1,-26.1511,6.90449,9.405,3.12647,120,0,0,1,0,0,0,0,0),(247437,30755,713,3,1,0,1,29.4588,29.8761,89.7684,3.15321,120,0,0,1,0,0,0,0,0),(247438,30866,713,3,1,0,1,-36.528,23.9373,33.9184,1.89617,120,0,0,1,0,0,0,0,0),(247439,30866,713,3,1,0,1,15.9225,26.2539,35.4586,1.60085,120,0,0,1,0,0,0,0,0),(247440,30866,713,3,1,0,1,-36.1494,-23.2606,33.9568,4.2232,120,0,0,1,0,0,0,0,0),(247441,30866,713,3,1,0,1,17.7216,-26.2695,35.5686,5.06367,120,0,0,1,0,0,0,0,0),(247442,31243,713,3,1,0,0,-11.2408,33.2155,10.5949,1.58668,120,0,0,1,0,0,0,0,0),(247443,31243,713,3,1,0,0,1.99373,33.0756,10.0105,1.53853,120,0,0,1,0,0,0,0,0),(247444,31243,713,3,1,0,0,15.239,32.5832,10.5826,1.52441,120,0,0,1,0,0,0,0,0),(247445,31243,713,3,1,0,0,15.2483,-33.3678,10.5837,4.72649,120,0,0,1,0,0,0,0,0),(247446,31243,713,3,1,0,0,1.91814,-32.9286,10.0097,4.6891,120,0,0,1,0,0,0,0,0),(247447,31243,713,3,1,0,0,-11.0915,-32.8872,10.5819,4.68507,120,0,0,1,0,0,0,0,0),(136046,32780,603,3,1,11686,0,2128.14,-289.645,419.491,1.36136,180,0,0,42,0,0,0,0,0),(240524,32823,1,1,1,0,0,1280.76,-4432.94,27.0913,0.704684,300,0,0,1,0,0,0,0,0),(240523,32823,1,1,1,0,0,1274.4,-4425.46,26.665,0.704684,300,0,0,1,0,0,0,0,0),(240522,32823,1,1,1,0,0,1282.83,-4418.29,26.5714,0.327693,300,0,0,1,0,0,0,0,0),(240521,35340,530,1,1,0,0,-3955.87,-11866.3,0.850197,5.07934,600,0,0,1524,0,0,0,0,0),(240520,34783,530,1,1,0,0,-3981.01,-11861.1,1.12189,4.16906,600,0,0,1524,0,0,0,0,0),(240519,34785,530,1,1,0,0,-3957.89,-11863,0.778528,3.47713,600,0,0,1524,0,0,0,0,0),(240518,34653,530,1,1,0,0,-3978.75,-11863,0.438156,3.94051,300,0,0,5342,0,0,0,0,0),(240497,32823,530,1,1,0,0,-3975.57,-11879.1,0.563379,4.59239,300,0,0,1,0,0,0,0,0),(240496,32823,530,1,1,0,0,-3967.7,-11879,0.698275,4.67093,300,0,0,1,0,0,0,0,0),(240495,32823,530,1,1,0,0,-3966.15,-11868.9,0.677072,4.56098,300,0,0,1,0,0,0,0,0),(240494,32823,530,1,1,0,0,-3975.02,-11870.6,0.510499,1.83564,300,0,0,1,0,0,0,0,0),(240493,34676,1,1,1,0,1,9982.13,2246.34,1332.72,3.12629,300,0,0,1524,0,0,0,0,0),(240492,34681,1,1,1,0,0,9982.08,2243.54,1332.54,3.01633,600,0,0,1524,0,0,0,0,0),(240491,34653,1,1,1,0,0,9975.5,2212.18,1329.26,3.14199,300,0,0,5342,0,0,0,0,0),(240490,34711,1,1,1,0,1,10001.8,2228.02,1330.16,2.9535,600,0,0,1524,0,0,0,0,0),(240489,35338,1,1,1,0,0,9987.13,2238.11,1331.16,2.8082,600,0,0,1524,0,0,0,0,0),(240488,35338,1,1,1,0,0,9989.53,2237.63,1330.96,3.11451,600,0,0,1524,0,0,0,0,0),(240487,35338,1,1,1,0,0,9992.78,2238.74,1330.6,3.11451,600,0,0,1524,0,0,0,0,0),(240464,32823,1,1,1,0,0,9983.74,2200.09,1328.61,3.29906,300,0,0,1,0,0,0,0,0),(240463,32823,1,1,1,0,0,9993.91,2203.28,1327.78,3.25587,300,0,0,1,0,0,0,0,0),(240462,32823,1,1,1,0,0,9981.25,2210.43,1328.79,3.36582,300,0,0,1,0,0,0,0,0),(240461,32823,1,1,1,0,0,9992.89,2213.08,1328.19,3.36582,300,0,0,1,0,0,0,0,0),(240460,34675,0,1,1,0,1,-9125.02,352.824,94.2342,2.1217,300,0,0,1524,0,0,0,0,0),(240459,34682,0,1,1,0,0,-9110.83,366.354,94.0632,2.67934,600,0,0,1524,0,0,0,0,0),(240458,34744,0,1,1,0,0,-9127.56,351.404,94.2329,2.13741,300,0,0,1524,0,0,0,0,0),(240457,35337,0,1,1,0,0,-9111.63,353.697,93.4015,2.40837,600,0,0,1524,0,0,0,0,0),(240456,34710,0,1,1,0,1,-9118.18,359.164,93.2702,1.90179,600,0,0,1524,0,0,0,0,0),(240455,34653,0,1,1,0,0,-9118.91,350.746,93.735,2.14134,300,0,0,5342,0,0,0,0,0),(240435,32823,0,1,1,0,0,-9113.9,344.27,93.6394,1.50517,300,0,0,1,0,0,0,0,0),(240434,32823,0,1,1,0,0,-9114.71,332.007,93.1289,1.50517,300,0,0,1,0,0,0,0,0),(240433,32823,0,1,1,0,0,-9115.63,320.223,93.189,1.45805,300,0,0,1,0,0,0,0,0),(240432,32823,0,1,1,0,0,-9116.83,309.643,93.1605,1.45805,300,0,0,1,0,0,0,0,0),(240431,34644,0,1,1,0,1,-5084.24,-808.46,495.832,0.977634,300,0,0,1524,0,0,0,0,0),(240430,35340,0,1,1,0,0,-5073.03,-787.526,495.117,4.57476,600,0,0,1524,0,0,0,0,0),(240429,34645,0,1,1,0,0,-5076.66,-808.073,495.833,2.01829,600,0,0,1524,0,0,0,0,0),(240428,34708,0,1,1,0,1,-5079.31,-809.352,495.833,1.53919,600,0,0,1524,0,0,0,0,0),(240427,34653,0,1,1,0,0,-5071.89,-801.345,495.128,0.094064,300,0,0,5342,0,0,0,0,0),(240420,32820,0,1,1,0,0,-14286,283.778,32.739,1.543,600,20,0,2,0,1,0,0,0),(240419,32820,0,1,1,0,0,-14187,731,24.75,1.778,600,20,0,2,0,1,0,0,0),(240418,32820,0,1,1,0,0,1953.33,1514.46,88.0872,5.32666,600,20,0,2,0,1,0,0,0),(240417,32823,0,1,1,0,0,-5082.28,-792.136,495.678,1.86906,300,0,0,1,0,0,0,0,0),(240416,32823,0,1,1,0,0,-5093.01,-795.451,495.128,3.49483,300,0,0,1,0,0,0,0,0),(240415,32823,0,1,1,0,0,-5079.45,-800.684,495.127,0.258995,300,0,0,1,0,0,0,0,0),(240414,32823,0,1,1,0,0,-5092.7,-803.861,495.148,0.164747,300,0,0,1,0,0,0,0,0),(240413,18927,0,1,1,0,0,-8854.78,649.83,96.7417,1.43117,300,0,0,42,0,0,0,0,0),(247501,14338,429,1,1,0,0,580.94,523.74,-25.4,2.788,86400,0,0,3517,0,0,0,0,0),(1976492,30065,571,1,2,0,0,7313.48,-977.635,912.903,1.66327,300,0,0,121750,0,0,0,0,0),(1976491,30065,571,1,2,0,0,7332.72,-1091.98,909.707,1.63971,300,0,0,121750,0,0,0,0,0),(1976490,30065,571,1,2,0,0,7338.96,-1090.7,907.04,2.00492,300,0,0,121750,0,0,0,0,0),(1976489,30065,571,1,2,0,0,7217.81,-1144.61,936.456,0.465543,300,0,0,121750,0,0,0,0,0),(1976548,30136,571,1,4,0,1,7471.21,-932.167,871.99,5.1683,300,0,0,5885,0,0,0,0,0),(1976547,30136,571,1,4,0,1,7433.96,-1136.9,792.086,0.432353,300,0,0,5885,0,0,0,0,0),(1976546,30136,571,1,4,0,1,7422.99,-1112.05,791.466,6.14613,300,0,0,6088,0,0,0,0,0),(1976545,30136,571,1,4,0,1,7413.84,-1092.65,792.629,0.118195,300,0,0,5885,0,0,0,0,0),(1976451,30060,571,1,2,0,0,7349.47,-931.213,908.672,2.0866,300,0,0,12175,0,0,0,0,0),(1976450,30060,571,1,2,0,0,7340.16,-995.363,908.223,0.791482,300,0,0,12175,0,0,0,0,0),(1976502,30136,571,1,4,0,1,7588.95,-1075.55,595.591,2.52903,300,0,0,6088,0,0,0,0,0),(248451,13022,429,1,1,0,0,9.43712,-224.578,-51.9292,0.964966,86400,2,0,1900,0,1,0,0,0),(248452,13022,429,1,1,0,0,12.13,-225.89,-51.8221,1.91029,86400,2,0,1900,0,1,0,0,0),(248453,13022,429,1,1,0,0,22.3773,-221.201,-53.114,1.01456,86400,2,0,1900,0,1,0,0,0),(248454,13022,429,1,1,0,0,1.01247,-216.771,-52.9695,3.64775,86400,2,0,1900,0,1,0,0,0),(248455,13022,429,1,1,0,0,-1.96242,-211.372,-52.9039,4.5204,86400,2,0,1900,0,1,0,0,0),(248456,13022,429,1,1,0,0,1.6678,-219.749,-52.6945,2.32129,86400,2,0,1900,0,1,0,0,0),(248457,13022,429,1,1,0,0,3.90308,-224.145,-52.1742,1.67569,86400,2,0,1900,0,1,0,0,0),(248458,13022,429,1,1,0,0,10.1914,-227.741,-51.7724,1.31605,86400,2,0,1900,0,1,0,0,0),(248459,13022,429,1,1,0,0,19.6784,-227.142,-52.278,3.83149,86400,2,0,1900,0,1,0,0,0),(248460,13022,429,1,1,0,0,7.36502,-309.685,-51.1112,4.55531,86400,2,0,1900,0,1,0,0,0),(248461,13022,429,1,1,0,0,11.0968,-310.742,-51.1119,5.48033,86400,2,0,1900,0,1,0,0,0),(248462,13022,429,1,1,0,0,2.38361,-311.532,-51.1185,1.71042,86400,2,0,1900,0,1,0,0,0),(248463,13022,429,1,1,0,0,-0.968268,-316.146,-50.6338,1.20428,86400,2,0,1900,0,1,0,0,0),(248464,13022,429,1,1,0,0,16.3331,-315.152,-51.0991,4.11898,86400,2,0,1900,0,1,0,0,0),(248465,13022,429,1,1,0,0,14.6583,-310.337,-51.3256,2.1293,86400,2,0,1900,0,1,0,0,0),(248466,13022,429,1,1,0,0,9.24688,-308.366,-51.3423,4.19783,86400,2,0,1900,0,1,0,0,0),(248467,13022,429,1,1,0,0,3.19254,-306.155,-51.7484,2.2254,86400,2,0,1900,0,1,0,0,0),(248468,13022,429,1,1,0,0,-0.529834,-310.036,-51.4927,5.50781,86400,2,0,1900,0,1,0,0,0),(248469,13022,429,1,1,0,0,13.7675,-306.717,-51.6435,3.9968,86400,2,0,1900,0,1,0,0,0),(248470,13022,429,1,1,0,0,-54.14,-220.836,-57.177,4.77728,86400,2,0,1900,0,1,0,0,0),(248471,13022,429,1,1,0,0,-54.2582,-223.259,-57.2345,3.52189,86400,2,0,1900,0,1,0,0,0),(248472,13022,429,1,1,0,0,-59.1212,-222.725,-57.2217,5.44105,86400,2,0,1900,0,1,0,0,0),(248473,13022,429,1,1,0,0,-62.9718,-220.366,-57.1655,5.67601,86400,2,0,1900,0,1,0,0,0),(248474,13022,429,1,1,0,0,-62.4816,-225.4,-57.2017,0.767945,86400,2,0,1900,0,1,0,0,0),(248475,13022,429,1,1,0,0,-59.6312,-229.747,-57.305,5.07891,86400,2,0,1900,0,1,0,0,0),(248476,13022,429,1,1,0,0,-54.873,-230.255,-57.4006,5.35956,86400,2,0,1900,0,1,0,0,0),(248477,13022,429,1,1,0,0,-55.9487,-225.63,-57.2907,0.44899,86400,2,0,1900,0,1,0,0,0),(248478,13022,429,1,1,0,0,-49.7393,-227.547,-57.4026,2.81523,86400,2,0,1900,0,1,0,0,0),(248479,13022,429,1,1,0,0,-50.1508,-223.593,-57.2426,0.113913,86400,2,0,1900,0,1,0,0,0),(248480,13022,429,1,1,0,0,-54.1523,-346.312,-54.1519,2.58309,86400,2,0,1900,0,1,0,0,0),(248481,13022,429,1,1,0,0,-56.9274,-344.93,-54.338,1.06465,86400,2,0,1900,0,1,0,0,0),(248482,13022,429,1,1,0,0,-57.7313,-341.407,-54.032,4.97419,86400,2,0,1900,0,1,0,0,0),(248483,13022,429,1,1,0,0,-60.2078,-339.055,-53.9214,1.6057,86400,2,0,1900,0,1,0,0,0),(248484,13022,429,1,1,0,0,-63.0057,-335.754,-53.699,4.55531,86400,2,0,1900,0,1,0,0,0),(248485,13022,429,1,1,0,0,-61.8909,-333.061,-53.1807,4.17134,86400,2,0,1900,0,1,0,0,0),(248486,13022,429,1,1,0,0,-57.3421,-331.607,-52.5392,1.90241,86400,2,0,1900,0,1,0,0,0),(248487,13022,429,1,1,0,0,-61.1368,-330.426,-52.7177,5.98648,86400,2,0,1900,0,1,0,0,0),(248488,13022,429,1,1,0,0,-65.628,-334.265,-53.7337,5.86431,86400,2,0,1900,0,1,0,0,0),(248489,13022,429,1,1,0,0,-54.4685,-349.823,-54.3427,2.94961,86400,2,0,1900,0,1,0,0,0),(248490,13022,429,1,1,0,0,-114.53,-298.031,-57.1758,2.37651,86400,2,0,1900,0,1,0,0,0),(248491,13022,429,1,1,0,0,-119.468,-295.465,-56.8971,3.50826,86400,2,0,1900,0,1,0,0,0),(248492,13022,429,1,1,0,0,-115.32,-295.053,-57.1688,3.51589,86400,2,0,1900,0,1,0,0,0),(248493,13022,429,1,1,0,0,-113.643,-286.896,-57.3958,0.44145,86400,2,0,1900,0,1,0,0,0),(248494,13022,429,1,1,0,0,-112.49,-292.047,-57.3941,3.20386,86400,2,0,1900,0,1,0,0,0),(248495,13022,429,1,1,0,0,-113.132,-297.049,-57.2797,2.96803,86400,2,0,1900,0,1,0,0,0),(248496,13022,429,1,1,0,0,-114.571,-303.104,-57.0566,0.488692,86400,2,0,1900,0,1,0,0,0),(248497,13022,429,1,1,0,0,-118.833,-302.067,-57.0399,4.88111,86400,2,0,1900,0,1,0,0,0),(248498,13022,429,1,1,0,0,-111.067,-302.288,-57.2519,0.994838,86400,2,0,1900,0,1,0,0,0),(248499,13022,429,1,1,0,0,-107.508,-295.857,-57.6574,3.88216,86400,2,0,1900,0,1,0,0,0),(248500,13022,429,1,1,0,0,-149.588,-191.55,-50.2393,4.06322,86400,2,0,1900,0,1,0,0,0),(248501,13022,429,1,1,0,0,-148.164,-194.851,-51.1721,5.45461,86400,2,0,1900,0,1,0,0,0),(248502,13022,429,1,1,0,0,-149.81,-199.836,-52.1027,2.33874,86400,2,0,1900,0,1,0,0,0),(248503,13022,429,1,1,0,0,-148.09,-204.423,-53.0782,1.0472,86400,2,0,1900,0,1,0,0,0),(248504,13022,429,1,1,0,0,-140.036,-200.326,-53.2361,0.174533,86400,2,0,1900,0,1,0,0,0),(248505,13022,429,1,1,0,0,-141.949,-193.913,-51.5956,2.64255,86400,2,0,1900,0,1,0,0,0),(248506,13022,429,1,1,0,0,-134.406,-189.794,-50.3224,6.12191,86400,2,0,1900,0,1,0,0,0),(248507,13022,429,1,1,0,0,-141.793,-189.652,-50.5362,5.3421,86400,2,0,1900,0,1,0,0,0),(248508,13022,429,1,1,0,0,-135.247,-191.384,-50.871,0.344104,86400,2,0,1900,0,1,0,0,0),(248509,13022,429,1,1,0,0,-144.024,-197.906,-52.2458,0.750492,86400,2,0,1900,0,1,0,0,0),(248510,13285,429,1,1,0,0,83.368,-204.607,-56.7146,4.13643,86400,2,0,16704,0,1,0,0,0),(248511,13285,429,1,1,0,0,42.2531,-196.094,-53.098,2.32129,86400,2,0,16704,0,1,0,0,0),(248512,13285,429,1,1,0,0,-38.4972,-194.397,-55.7837,5.37561,86400,2,0,16704,0,1,0,0,0),(248513,13285,429,1,1,0,0,-114.832,-195.776,-52.6459,0.331613,86400,2,0,16704,0,1,0,0,0),(248514,13285,429,1,1,0,0,115.866,-356.124,-54.999,4.36332,86400,2,0,16704,0,1,0,0,0),(248515,13285,429,1,1,0,0,80.1832,-334.151,-53.8089,2.1293,86400,2,0,16704,0,1,0,0,0),(248516,13285,429,1,1,0,0,40.6147,-361.182,-54.0435,1.58825,86400,2,0,16704,0,1,0,0,0),(248517,13285,429,1,1,0,0,-129.867,-334.241,-56.7992,5.16617,86400,2,0,16704,0,1,0,0,0),(248518,13285,429,1,1,0,0,14.3321,-261.833,-52.0997,4.43314,86400,2,0,16704,0,1,0,0,0),(248519,13285,429,1,1,0,0,-99.1422,-249.61,-56.6773,5.14872,86400,2,0,16704,0,1,0,0,0),(248520,13285,429,1,1,0,0,-129.888,-246.628,-54.0495,5.41052,86400,2,0,16704,0,1,0,0,0),(248521,11465,429,1,1,0,0,-64.3225,-359.79,-55.9148,0,86400,0,0,8352,0,2,0,0,0),(248522,11461,429,1,1,0,0,-64.3225,-359.79,-55.9148,0,86400,0,0,6681,3361,0,0,0,0),(248523,11461,429,1,1,0,0,-64.3225,-359.79,-55.9148,0,86400,0,0,6681,3361,0,0,0,0),(248524,11465,429,1,1,0,0,-30.6938,-300.574,-54.0977,0,86400,0,0,8352,0,2,0,0,0),(248525,11461,429,1,1,0,0,-30.6938,-300.574,-54.0977,0,86400,0,0,6681,3361,0,0,0,0),(248526,11461,429,1,1,0,0,-30.6938,-300.574,-54.0977,0,86400,0,0,6681,3361,0,0,0,0),(248527,11465,429,1,1,0,0,-17.7006,-293.797,-54.1351,0,86400,0,0,8352,0,2,0,0,0),(248528,11461,429,1,1,0,0,-17.7006,-293.797,-54.1351,0,86400,0,0,6681,3361,0,0,0,0),(248529,11461,429,1,1,0,0,-17.7006,-293.797,-54.1351,0,86400,0,0,6681,3361,0,0,0,0),(248530,11465,429,1,1,0,0,81.8962,-283.248,-55.1609,0,86400,0,0,8352,0,2,0,0,0),(248531,11461,429,1,1,0,0,81.8962,-283.248,-55.1609,0,86400,0,0,6681,3361,0,0,0,0),(248532,11461,429,1,1,0,0,81.8962,-283.248,-55.1609,0,86400,0,0,6681,3361,0,0,0,0),(248533,11465,429,1,1,0,0,38.298,-314.189,-52.4531,0,86400,0,0,8352,0,2,0,0,0),(248534,11461,429,1,1,0,0,38.298,-314.189,-52.4531,0,86400,0,0,6681,3361,0,0,0,0),(248535,11461,429,1,1,0,0,38.298,-314.189,-52.4531,0,86400,0,0,6681,3361,0,0,0,0),(248536,11491,429,1,1,0,0,-72.1719,-283.252,-57.7497,4.08407,86400,0,0,8774,0,0,0,0,0),(248537,13021,429,1,1,0,0,330.651,-375.383,-71.0516,3.9968,86400,0,0,16194,0,0,0,0,0),(248538,13021,429,1,1,0,0,360.391,-436.849,-87.297,3.31613,86400,0,0,16194,0,0,0,0,0),(248539,13021,429,1,1,0,0,360.356,-490.424,-101.987,3.15905,86400,0,0,16194,0,0,0,0,0),(248540,13021,429,1,1,0,0,216.978,-356.29,-67.4426,5.11381,86400,0,0,16194,0,0,0,0,0),(248541,13021,429,1,1,0,0,187.1,-543.165,-111.892,0.680678,86400,0,0,16194,0,0,0,0,0),(248542,13021,429,1,1,0,0,197.831,-483.199,-100.907,0,86400,0,0,16194,0,2,0,0,0),(248543,13285,429,1,1,0,0,290.355,-470.042,-119.878,3.31613,86400,2,0,16704,0,1,0,0,0),(248544,13197,429,1,1,0,0,290.355,-470.042,-119.878,3.31613,86400,2,0,12954,4326,1,0,0,0),(248545,13022,429,1,1,0,0,292.697,-476.578,-119.036,5.58505,86400,2,0,1900,0,1,0,0,0),(248546,13022,429,1,1,0,0,287.544,-479.895,-119.036,5.74213,86400,2,0,1900,0,1,0,0,0),(248547,13022,429,1,1,0,0,299.18,-474.913,-119.036,2.80998,86400,2,0,1900,0,1,0,0,0),(248548,13022,429,1,1,0,0,292.824,-482.119,-119.036,3.89208,86400,2,0,1900,0,1,0,0,0),(248549,13285,429,1,1,0,0,285.642,-501.949,-119.036,2.14675,86400,2,0,16704,0,1,0,0,0),(248550,13197,429,1,1,0,0,285.642,-501.949,-119.036,2.14675,86400,2,0,12954,4326,1,0,0,0),(248551,13022,429,1,1,0,0,281.187,-499.258,-119.036,0,86400,2,0,1900,0,1,0,0,0),(248552,13022,429,1,1,0,0,289.159,-504.723,-119.036,0,86400,2,0,1900,0,1,0,0,0),(248553,13022,429,1,1,0,0,282.743,-504.313,-119.036,0,86400,2,0,1900,0,1,0,0,0),(248554,13022,429,1,1,0,0,288.645,-499.382,-119.036,0,86400,2,0,1900,0,1,0,0,0),(248555,13285,429,1,1,0,0,246.913,-485.775,-119.036,0,86400,2,0,16704,0,1,0,0,0),(248556,13197,429,1,1,0,0,246.913,-485.775,-119.036,0,86400,2,0,12954,4326,1,0,0,0),(248557,13022,429,1,1,0,0,245.336,-492.562,-119.036,0,86400,2,0,1900,0,1,0,0,0),(248558,13022,429,1,1,0,0,243.656,-487.932,-119.036,5.20108,86400,2,0,1900,0,1,0,0,0),(248559,13022,429,1,1,0,0,239.995,-491.467,-119.036,0,86400,2,0,1900,0,1,0,0,0),(248560,13022,429,1,1,0,0,241.339,-484.667,-119.036,0,86400,2,0,1900,0,1,0,0,0),(248561,11492,429,1,1,0,0,274.844,-427.251,-119.962,0.970313,86400,0,0,32158,11445,2,0,0,0),(248562,16045,429,1,1,0,0,262.09,-445.745,-119.878,4.32842,86400,0,0,42,0,0,0,0,0),(248563,14566,429,1,1,0,0,-2.36,472.73,-23.3,0,86400,10,0,3052,0,1,0,0,0),(248564,14241,429,1,1,0,0,-56.59,-269.12,-57.87,3.98,86400,0,0,3589,0,0,0,0,0),(133965,36971,673,15,1,0,0,30.8803,22.7656,36.3547,1.69297,604800,0,0,1,0,0,0,0,0),(1976501,30136,571,1,4,0,1,7577.96,-1089.04,595.712,2.5094,300,0,0,5885,0,0,0,0,0),(133949,37547,673,15,1,0,0,53.1563,29.0877,44.7302,0,604800,0,0,1,0,0,0,0,0),(142820,25026,594,1,1,0,1,24.9381,4.10155,1.44058,1.07922,120,0,0,1,0,0,0,0,0),(142821,25026,594,1,1,0,1,14.4097,-6.40611,1.39596,1.86383,120,0,0,1,0,0,0,0,0),(142822,25026,594,1,1,0,1,5.51407,-5.26758,1.39596,4.38889,120,0,0,1,0,0,0,0,0),(247237,22441,530,1,1,0,0,-3400.86,4665.3,99.6544,4.62677,300,0,0,29570,0,0,0,0,0),(247155,36811,631,10,1,0,1,-569.411,2196.92,49.4765,2.9963,86400,0,0,1,0,0,0,0,0),(133975,36971,673,15,1,0,0,-54.3389,-14.5897,34.4998,3.9619,604800,0,0,1,0,0,0,0,0),(1975845,4131,1,1,1,0,0,-6450.52,-3290.35,-105.497,3.6255,300,0,0,1342,0,0,0,0,0),(1975926,30422,571,1,4,0,0,7250.3,-2342.8,751.68,0.851782,300,0,0,12175,0,0,0,0,0),(1975936,29862,571,1,1,0,0,6903.44,70.1409,805.823,4.82919,600,0,0,11770,0,0,0,0,0),(1976008,30160,571,1,4,0,1,7376.07,-3153.04,837.577,1.80255,300,0,0,12600,0,0,0,0,0),(1976009,30160,571,1,4,0,1,7315.46,-3179.34,837.617,1.60589,300,0,0,12600,0,0,0,0,0),(1976010,30160,571,1,4,0,1,7255.27,-3083.26,837.577,-2.07948,300,0,0,12600,0,0,0,0,0),(1976011,30160,571,1,4,0,1,7405.8,-3082.12,837.57,-0.036917,300,0,0,12600,0,0,0,0,0),(1976012,30160,571,1,4,0,1,7300.77,-3084.76,837.577,3.23101,300,0,0,12600,0,0,0,0,0),(1976138,31437,1,1,128,0,0,1313.05,-4558.77,22.4257,1.78925,300,5,0,42,0,1,0,0,0),(1976139,31437,1,1,128,0,0,1315.31,-4561.24,22.8135,1.76455,300,5,0,42,0,1,0,0,0),(1976140,31437,1,1,128,0,0,1380.18,-4367.96,26.0744,6.03816,300,5,0,42,0,1,0,0,0),(1976141,31437,1,1,128,0,0,1377.94,-4368.01,26.0744,0.245054,300,5,0,42,0,1,0,0,0),(1976142,31467,1,1,128,0,0,1513.18,-4439.38,21.1171,4.59022,300,0,0,42,0,0,0,0,0),(1976143,31467,1,1,128,0,0,1427.52,-4357.11,25.3187,5.91667,300,0,0,42,0,0,0,0,0),(1976144,31467,1,1,128,0,0,1507.22,-4401.21,20.9239,1.98968,300,0,0,42,0,0,0,0,0),(1976145,31467,1,1,128,0,0,1434.66,-4426.87,25.3187,1.16687,300,0,0,42,0,0,0,0,0),(1976146,31467,1,1,128,0,0,1342.5,-4416.78,27.4217,6.00393,300,0,0,42,0,0,0,0,0),(1976147,31467,1,1,128,0,0,1421.8,-4387.9,27.9717,0.087266,300,0,0,42,0,0,0,0,0),(1976148,31467,1,1,128,0,0,1326.16,-4358.72,28.2629,3.71755,300,0,0,42,0,0,0,0,0),(1976149,31467,1,1,128,0,0,1348,-4422.53,27.5683,2.67035,300,0,0,42,0,0,0,0,0),(1976150,31467,1,1,128,0,0,1338.15,-4424.22,26.8887,1.69297,300,0,0,42,0,0,0,0,0),(1976151,31467,1,1,128,0,0,1406.44,-4378.1,25.3187,1.62316,300,0,0,42,0,0,0,0,0),(1976152,31467,1,1,128,0,0,1289.4,-4421.72,26.6863,3.61283,300,0,0,42,0,0,0,0,0),(1976153,31467,1,1,128,0,0,1451.82,-4410.37,25.3187,4.99164,300,0,0,42,0,0,0,0,0),(1976154,31467,1,1,128,0,0,1428.1,-4425.13,25.3187,0.017453,300,0,0,42,0,0,0,0,0),(1976155,31467,1,1,128,0,0,1503.74,-4385.62,21.9836,0.366519,300,0,0,42,0,0,0,0,0),(1976156,31467,1,1,128,0,0,1349.98,-4347.57,27.2651,0.408181,300,0,0,42,0,0,0,0,0),(1976157,31467,1,1,128,0,0,1290.51,-4427.42,26.8743,1.65806,300,0,0,42,0,0,0,0,0),(1976158,31467,1,1,128,0,0,1591.92,-4421.75,9.19134,4.27606,300,0,0,42,0,0,0,0,0),(1976159,31467,1,1,128,0,0,1327.41,-4355.25,28.5793,2.26893,300,0,0,42,0,0,0,0,0),(1976160,31467,1,1,128,0,0,1348.2,-4342.35,27.3154,3.50811,300,0,0,42,0,0,0,0,0),(1976161,31467,1,1,128,0,0,1370.66,-4405.43,29.8003,5.70723,300,0,0,42,0,0,0,0,0),(1976162,31467,1,1,128,0,0,1442.68,-4382.87,27.9692,2.6529,300,0,0,42,0,0,0,0,0),(1976163,31467,1,1,128,0,0,1514.34,-4393.1,19.2682,5.02655,300,0,0,42,0,0,0,0,0),(1976164,31467,1,1,128,0,0,1372.42,-4417.69,29.946,4.7822,300,0,0,42,0,0,0,0,0),(1976165,31467,1,1,128,0,0,1424.73,-4402.81,27.8919,1.51844,300,0,0,42,0,0,0,0,0),(1976166,31467,1,1,128,0,0,1506.26,-4397.44,21.1897,4.49761,300,0,0,42,0,0,0,0,0),(1976167,31467,1,1,128,0,0,1514.01,-4428.42,20.2095,0.091911,300,0,0,42,0,0,0,0,0),(1976168,31467,1,1,128,0,0,1343.96,-4346.27,27.32,4.36332,300,0,0,42,0,0,0,0,0),(1976169,31467,1,1,128,0,0,1449.22,-4431.79,27.9594,0.698132,300,0,0,42,0,0,0,0,0),(1976170,31467,1,1,128,0,0,1446.99,-4432.07,27.9606,1.8326,300,0,0,42,0,0,0,0,0),(1976171,31467,1,1,128,0,0,1286.08,-4424.82,26.7458,4.60767,300,0,0,42,0,0,0,0,0),(1976172,31467,1,1,128,0,0,1425.41,-4355.51,25.3187,4.74729,300,0,0,42,0,0,0,0,0),(1976173,31467,1,1,128,0,0,1374.79,-4356.54,26.3583,4.01426,300,0,0,42,0,0,0,0,0),(1976174,31467,1,1,128,0,0,1438.46,-4362.51,25.3187,4.29351,300,0,0,42,0,0,0,0,0),(1976175,31467,1,1,128,0,0,1337.31,-4418.02,27.0777,3.9619,300,0,0,42,0,0,0,0,0),(1976176,31467,1,1,128,0,0,1445.43,-4401.04,28.0069,3.1765,300,0,0,42,0,0,0,0,0),(1976177,31467,1,1,128,0,0,1370.44,-4407.64,29.7393,2.70993,300,0,0,42,0,0,0,0,0),(1976178,31467,1,1,128,0,0,1561.95,-4431.2,7.35178,5.87336,300,5,0,42,0,1,0,0,0),(1976179,31467,1,1,128,0,0,1498.22,-4401.02,23.5843,0.881843,300,5,0,42,0,1,0,0,0),(1976180,31467,1,1,128,0,0,1511.44,-4414.09,18.6863,6.14799,300,5,0,42,0,1,0,0,0),(1976181,31467,1,1,128,0,0,1450.26,-4420.44,25.2354,6.18302,300,5,0,42,0,1,0,0,0),(1976182,31467,1,1,128,0,0,1433.52,-4400.56,25.2354,4.86987,300,5,0,42,0,1,0,0,0),(1976183,31467,1,1,128,0,0,1432.46,-4389.99,25.2354,4.87346,300,5,0,42,0,1,0,0,0),(1976184,31467,1,1,128,0,0,1315.09,-4454.26,24.8666,1.62166,300,5,0,42,0,1,0,0,0),(1976185,31467,1,1,128,0,0,1314.06,-4473.25,24.0767,1.44838,300,5,0,42,0,1,0,0,0),(1976186,31467,1,1,128,0,0,1313.39,-4473.52,24.0781,1.51996,300,5,0,42,0,1,0,0,0),(1976187,31467,1,1,128,0,0,1312.37,-4543.88,22.4689,1.64263,300,5,0,42,0,1,0,0,0),(1976188,31467,1,1,128,0,0,1316.82,-4578.19,23.3084,1.94786,300,5,0,42,0,1,0,0,0); +INSERT INTO `creature` VALUES (6732,721,0,1,1,4626,0,-9638.02,-3164.06,49.1948,3.11049,300,5,0,1,0,1,0,0,0),(6731,440,0,1,1,6033,1,-9651.1,-3235.98,48.5948,1.37223,300,10,0,449,0,1,0,0,0),(6730,485,0,1,1,6034,1,-9625.69,-3206.58,49.3529,2.63545,300,0,0,494,0,0,0,0,0),(6729,485,0,1,1,6034,1,-9650.84,-3201.15,48.4217,1.7654,300,10,0,494,0,1,0,0,0),(6728,485,0,1,1,6034,1,-9686.17,-3088.98,53.7543,2.01969,300,0,0,494,0,0,0,0,0),(15287,2388,0,1,1,3675,1,-5.96873,-942.282,57.1621,2.7415,300,0,0,1003,0,0,0,0,0),(11,1215,0,1,1,0,1,-9056,152.629,115.116,3.159,250,0,0,787,0,0,0,0,0),(12,1218,0,1,1,0,1,-9060,148.566,115.222,1.606,180,0,0,198,0,0,0,0,0),(125624,30193,571,1,1,0,0,5716.44,-3047.59,307.44,0.349066,120,0,0,1,0,0,0,0,0),(125623,30102,571,1,1,0,0,5790.66,-2901.04,300.281,4.93928,120,0,0,1,0,0,0,0,0),(125622,30102,571,1,1,0,0,5821.17,-2911.49,303.629,3.78736,120,0,0,1,0,0,0,0,0),(125621,30102,571,1,1,0,0,5814.96,-2911.63,300.281,4.25313,120,0,0,1,0,0,0,0,0),(125620,30102,571,1,1,0,0,5801.15,-2895.24,303.629,4.53786,120,0,0,1,0,0,0,0,0),(125619,30102,571,1,1,0,0,5824.49,-2917.67,303.629,4.12218,120,0,0,1,0,0,0,0,0),(47641,8916,230,1,1,9072,1,539.627,-189.186,-35.5125,0,7200,0,0,2304,1807,0,0,0,0),(125618,30102,571,1,1,0,0,5823.24,-2895.7,307.44,3.97935,120,0,0,1,0,0,0,0,0),(125617,30102,571,1,1,0,0,5691.66,-2974.02,303.629,0.122173,120,0,0,1,0,0,0,0,0),(125616,30102,571,1,1,0,0,5826.04,-2935.94,300.27,3.64774,120,0,0,1,0,0,0,0,0),(125615,30102,571,1,1,0,0,5862.83,-2978.31,307.44,3.07178,120,0,0,1,0,0,0,0,0),(125614,30102,571,1,1,0,0,5849.7,-2984.78,300.281,3.08923,120,0,0,1,0,0,0,0,0),(125613,30102,571,1,1,0,0,5735.7,-3037.58,296.551,0.558505,120,0,0,1,0,0,0,0,0),(26,6569,0,1,1,0,0,-4835.97,-1260.58,501.951,4.55531,190,0,0,484,0,0,0,0,0),(27,5123,0,1,1,0,1,-4913.43,-1284.47,505.377,4.20624,310,0,0,1003,0,0,0,0,0),(28,5178,0,1,1,0,1,-4856.88,-1237.26,501.807,0.523599,310,0,0,1003,0,0,0,0,0),(29,5177,0,1,1,0,1,-4863.04,-1240.3,501.807,3.75246,310,0,0,1342,0,0,0,0,0),(30,794,0,1,1,0,0,-9387.13,-117.859,58.862,2.818,180,0,0,42,0,0,0,0,0),(31,1246,0,1,1,0,1,-4863.04,-1238.05,501.807,2.19912,310,0,0,1003,0,0,0,0,0),(32,11028,0,1,1,0,1,-4802.49,-1248.5,502.086,4.41568,190,0,0,664,0,0,0,0,0),(33,6169,0,1,1,0,1,-4812.48,-1250.62,502.014,4.62512,540,0,0,2059,0,0,0,0,0),(34,7937,0,1,1,0,1,-4827.63,-1257.16,506.119,4.57276,6300,0,0,5578000,0,0,0,0,0),(35,7950,0,1,1,0,1,-4823.04,-1265.7,501.951,4.60767,430,0,0,3758,0,0,0,0,0),(36,7944,0,1,1,0,1,-4834.77,-1263.45,501.951,4.72984,430,0,0,3758,0,0,0,0,0),(37,14724,0,1,1,0,1,-4823.65,-1299.36,501.951,0.959931,25000,0,0,1220,0,0,0,0,0),(38,15763,0,1,1,0,0,-4811.98,-1264.85,501.951,3.05433,300,0,0,2614,0,0,0,0,0),(39,5122,0,1,1,0,1,-4921.13,-1280.97,512.044,5.8294,310,0,0,1003,0,0,0,0,0),(40,4081,0,1,1,0,0,-4842.96,-1283.51,501.951,1.55334,250,0,0,950,0,0,0,0,0),(41,5174,0,1,1,0,1,-4798.97,-1254.84,502.086,5.21853,540,0,0,2218,0,0,0,0,0),(42,5175,0,1,1,0,1,-4793.47,-1249.97,502.086,3.12414,310,0,0,1003,0,0,0,0,0),(43,11029,0,1,1,0,1,-4795.64,-1247.08,502.086,3.7001,310,0,0,1107,0,0,0,0,0),(44,5595,0,1,1,0,1,-4912.55,-1240.4,501.66,2.67035,300,0,0,15952,0,0,0,0,0),(45,5595,0,1,1,0,1,-4917.7,-1250.29,501.66,2.68781,300,0,0,15952,0,0,0,0,0),(46,5595,0,1,1,0,1,-4748.27,-1264.66,501.659,0.279253,300,0,0,15952,0,0,0,0,0),(47,5595,0,1,1,0,1,-4745.03,-1275.25,501.659,0.366519,300,0,0,15952,0,0,0,0,0),(48,5158,0,1,1,0,0,-4801.37,-1196.13,505.898,0.20944,310,0,0,1003,0,0,0,0,0),(49,5157,0,1,1,0,1,-4809.03,-1186.13,512.564,3.26377,310,0,0,1342,0,0,0,0,0),(50,11065,0,1,1,0,1,-4808.6,-1190.14,505.898,2.89725,250,0,0,713,0,0,0,0,0),(51,5124,0,1,1,0,1,-4981,-1163,501.646,4.159,310,0,1,1003,0,2,0,0,0),(52,15187,0,1,1,0,0,-4818.88,-1176.41,502.278,2.49582,430,0,0,1830,5013,0,0,0,0),(53,5570,0,1,1,0,1,-4975.23,-1286.97,502.053,0.959931,430,0,0,2769,0,0,0,0,0),(54,5140,0,1,1,0,1,-4969.12,-1284.82,510.386,0.994838,310,0,0,1003,0,0,0,0,0),(55,5605,0,1,1,0,1,-4974.75,-1283.12,502.053,4.17134,310,0,0,1003,0,0,0,0,0),(56,2695,0,1,1,0,1,-4924.32,-1215.65,502.594,3.87463,180,0,0,328,0,0,0,0,0),(57,5595,0,1,1,0,1,-4956.43,-1193.64,501.66,2.68612,300,0,0,15952,0,2,0,0,0),(58,5595,0,1,1,0,1,-4995.1,-1224.35,501.769,0.715585,300,0,0,15952,0,0,0,0,0),(59,10090,0,1,1,0,0,-5022.09,-1273.85,507.839,5.48033,540,0,0,1753,0,0,0,0,0),(60,7976,0,1,1,0,1,-5041.1,-1200.23,502.318,0.628319,310,0,0,1003,0,0,0,0,0),(61,5121,0,1,1,0,1,-5037.28,-1208.09,508.986,2.14675,310,0,0,1003,0,0,0,0,0),(62,5119,0,1,1,0,1,-5034.4,-1205.31,502.318,2.02458,310,0,0,1003,0,0,0,0,0),(63,7298,0,1,1,0,1,-5015.66,-1279.06,507.836,5.34071,540,0,0,2218,0,0,0,0,0),(6727,485,0,1,1,6034,1,-9658.43,-3122.69,50.6427,4.40298,300,5,0,494,0,1,0,0,0),(6726,485,0,1,1,6034,1,-9709.6,-3067.4,58.5783,0.122173,300,0,0,494,0,0,0,0,0),(6725,721,0,1,1,4626,0,-9302.52,-1893.62,74.3531,1.00089,300,5,0,1,0,1,0,0,0),(6724,4462,0,1,1,6031,1,-9362.42,-3081.44,164.784,5.88176,300,0,0,605,0,0,0,0,0),(6723,620,0,1,1,304,0,-9238.75,-2055.19,77.099,4.86356,300,5,0,1,0,1,0,0,0),(6722,4065,0,1,1,6029,1,-9357.39,-3079.56,164.784,4.69494,300,0,0,521,0,0,0,0,0),(6721,1678,0,1,1,3361,1,-9267.56,-2167.64,62.6756,1.08577,300,0,0,198,0,0,0,0,0),(6720,382,0,1,1,3454,1,-9284.03,-2298.16,67.5772,1.13446,300,0,0,1342,0,0,0,0,0),(6719,415,0,1,1,3358,1,-9259.44,-2243.22,64.0584,3.14159,300,0,0,713,0,0,0,0,0),(6718,793,0,1,1,3356,1,-9247.73,-2234.38,64.1168,3.89208,300,0,0,713,0,0,0,0,0),(6717,956,0,1,1,3353,1,-9247.4,-2241.15,64.0584,4.64487,300,0,0,573,0,0,0,0,0),(6716,903,0,1,1,3446,1,-9412.65,-2255.45,67.6043,3.735,300,0,0,1910,0,0,0,0,0),(6715,932,0,1,1,3384,1,-9411.45,-2263.29,67.44,2.96349,300,0,0,2440,0,0,0,0,0),(6714,931,0,1,1,3364,0,-9435.21,-2234.88,69.1882,4.81711,180,0,0,10572,0,0,0,0,0),(207585,15102,530,1,1,0,0,-1649.32,5219.5,-43.031,4.50295,120,0,0,1,0,0,0,0,0),(207583,15105,530,1,1,0,0,-2054.11,5246.56,-39.2211,1.8326,120,0,0,1,0,0,0,0,0),(81,19915,0,1,1,0,0,-5044.19,-1277.27,510.325,0.958504,300,0,0,6986,0,0,0,0,0),(82,5117,0,1,1,0,1,-5006.6,-1266.04,507.837,3.78736,540,0,0,1753,0,0,0,0,0),(83,1901,0,1,1,0,1,-5044.87,-1243.06,507.837,5.46288,540,0,0,2218,0,0,0,0,0),(84,5114,0,1,1,0,1,-5035.67,-1234.64,507.835,5.35816,540,0,0,2218,0,0,0,0,0),(85,9984,0,1,1,0,0,-5010.22,-1261.46,507.839,3.76991,310,0,0,1003,0,0,0,0,0),(86,5120,0,1,1,0,1,-5037.14,-1206.7,502.318,2.1293,310,0,0,1003,0,0,0,0,0),(87,5116,0,1,1,0,1,-5010.39,-1274.05,507.835,2.26893,430,0,0,2769,0,0,0,0,0),(88,5595,0,1,1,0,1,-4988.81,-1232.08,501.769,0.785398,300,0,0,15952,0,0,0,0,0),(89,13084,0,1,1,0,1,-5042.06,-1205.56,508.901,0.977384,430,0,0,15505,0,0,0,0,0),(90,11865,0,1,1,0,1,-5041.53,-1197.25,508.985,5.2709,430,0,0,15505,0,0,0,0,0),(91,14365,0,1,1,0,1,-4958.23,-940.214,501.66,1.49183,900,0,1,50400,0,2,0,0,0),(92,5126,0,1,1,0,1,-5030.41,-1147.3,512.063,2.04204,310,0,0,1003,0,0,0,0,0),(93,5125,0,1,1,0,0,-5032.96,-1139.38,505.396,3.4383,310,0,0,1003,0,0,0,0,0),(94,5129,0,1,1,0,0,-5033.39,-1146.08,505.396,3.1765,310,0,0,1003,0,0,0,0,0),(95,5138,0,1,1,0,1,-4883.2,-1149.06,505.853,5.3058,310,0,0,1003,0,0,0,0,0),(96,5137,0,1,1,0,1,-4881.24,-1155.52,505.853,5.34071,310,0,0,1342,0,0,0,0,0),(97,5595,0,1,1,0,1,-4948.85,-1191.17,501.66,3.8315,300,0,0,15952,0,2,0,0,0),(98,5100,0,1,1,0,1,-4958.07,-1015.15,503.95,4.17134,310,0,0,1003,0,0,0,0,0),(99,5101,0,1,1,0,1,-4962.1,-1023.77,503.952,1.13446,310,0,0,1003,0,0,0,0,0),(100,2790,0,1,1,0,1,-5033.81,-1022.23,508.876,3.76026,540,0,0,2138,0,0,0,0,0),(101,5595,0,1,1,0,1,-4946.28,-1013.47,501.524,1.18682,300,0,0,15952,0,0,0,0,0),(102,5132,0,1,1,0,0,-4963.59,-1014.19,503.952,5.23599,370,0,0,1003,0,0,0,0,0),(103,5130,0,1,1,0,1,-5016.19,-997.442,503.966,2.79253,490,0,0,4120,0,0,0,0,0),(104,5049,0,1,1,0,0,-5020.17,-1000.65,503.964,1.98968,250,0,0,713,0,0,0,0,0),(105,5595,0,1,1,0,1,-4986.59,-1034.19,501.652,1.33266,300,0,0,15952,0,2,0,0,0),(106,5595,0,1,1,0,1,-4981.89,-949.898,501.743,5.63741,300,0,0,15952,0,0,0,0,0),(107,5595,0,1,1,0,1,-4995.79,-969.667,501.659,5.84685,300,0,0,15952,0,0,0,0,0),(108,6175,0,1,1,0,0,-5015.19,-1054.03,501.733,1.27628,310,0,1,156,0,2,0,0,0),(109,14363,0,1,1,0,1,-4933.37,-943.69,501.629,5.01074,300,0,0,50400,0,2,0,0,0),(110,5102,0,1,1,0,1,-4916,-996.633,502.08,4.03171,310,0,0,1003,0,0,0,0,0),(111,5099,0,1,1,0,0,-4895.64,-1004.66,504.024,2.23402,540,0,0,5544,0,0,0,0,0),(112,5103,0,1,1,0,1,-4914.14,-998.025,502.08,4.10152,310,0,0,1003,0,0,0,0,0),(113,13843,0,1,1,0,1,-4903.01,-968.237,501.533,2.47837,490,0,0,3052,0,0,0,0,0),(114,5595,0,1,1,0,1,-4906.75,-977.52,501.44,2.25148,300,0,0,15952,0,0,0,0,0),(115,5595,0,1,1,0,1,-4902.07,-973.796,501.446,2.26893,300,0,0,15952,0,0,0,0,0),(116,21338,545,3,1,0,1,-283.023,-158.458,-6.75789,2.61937,86400,0,0,5589,3155,0,0,0,0),(15286,2399,0,1,1,3655,1,-43.4272,-973.3,56.9741,1.5708,300,0,0,2495,0,0,0,0,0),(118,17802,545,3,1,0,1,-6.48203,-63.7094,-19.8397,1.29154,86400,0,0,20259,0,0,0,0,0),(119,9859,0,1,1,0,0,-4967.86,-917.619,505.169,0.785398,430,0,0,6645,0,0,0,0,0),(120,17802,545,3,1,0,1,2.06713,-64.1362,-19.8397,2.05949,86400,0,0,20259,0,0,0,0,0),(121,5595,0,1,1,0,1,-4979.97,-889.479,501.627,2.248,300,0,0,15952,0,2,0,0,0),(122,5109,0,1,1,0,1,-4898.43,-902.386,501.659,4.88,310,0,1,1003,0,2,0,0,0),(15285,2402,0,1,1,3657,1,-51.3964,-970.416,56.9741,0.785398,300,0,0,1163,0,0,0,0,0),(15284,3982,0,1,1,2050,1,-2.84012,-938.718,57.2441,3.10669,300,0,0,137,0,0,0,0,0),(15283,2437,0,1,1,3681,1,-46.5685,-901.259,57.344,5.77704,300,0,0,1279,0,0,0,0,0),(126,8720,0,1,1,0,0,-4963.19,-904.619,505.17,5.42797,430,0,0,6645,0,0,0,0,0),(127,8671,0,1,1,0,0,-4948.01,-901.528,505.172,3.80482,430,0,0,6645,0,0,0,0,0),(128,5595,0,1,1,0,1,-4975.55,-875.627,501.66,3.83972,300,0,0,15952,0,0,0,0,0),(129,5595,0,1,1,0,1,-4989.41,-887.231,501.659,0.698132,300,0,0,15952,0,0,0,0,0),(130,18438,530,1,1,0,0,-1794.59,4732.12,66.8314,2.7274,300,0,0,8572,0,0,0,0,0),(131,5595,0,1,1,0,1,-4914.67,-894.865,501.743,5.18363,300,0,0,15952,0,0,0,0,0),(132,5595,0,1,1,0,1,-5030.98,-832.871,495.377,1.91986,300,0,0,15952,0,0,0,0,0),(133,5595,0,1,1,0,1,-5021.62,-823.532,495.877,2.35619,300,0,0,15952,0,0,0,0,0),(134,5595,0,1,1,0,1,-4973.35,-884.493,501.625,2.248,300,0,1,15952,0,2,0,0,0),(135,5595,0,1,1,0,1,-5083.85,-811.471,495.174,1.48353,300,0,0,15952,0,0,0,0,0),(136,5595,0,1,1,0,1,-5061.78,-810.586,495.252,1.25664,300,0,0,15952,0,0,0,0,0),(137,6181,0,1,1,0,1,-5089.28,-782.95,495.279,5.77704,310,0,0,1003,0,0,0,0,0),(138,5595,0,1,1,0,1,-5089.79,-772.627,495.047,2.04204,300,0,0,15952,0,0,0,0,0),(139,5595,0,1,1,0,1,-5038.17,-772.612,494.338,2.09439,300,0,0,15952,0,0,0,0,0),(140,5595,0,1,1,0,1,-5170.23,-754.75,463.225,1.58825,300,0,0,15952,0,0,0,0,0),(141,5595,0,1,1,0,1,-5194.21,-737.037,447.316,1.71042,300,0,0,15952,0,0,0,0,0),(142,5595,0,1,1,0,1,-5180.04,-728.633,447.649,2.02458,300,0,0,15952,0,0,0,0,0),(143,721,0,1,1,0,0,-5150.63,-667.736,407.423,5.32423,180,10,0,1,0,1,0,0,0),(144,5595,0,1,1,0,1,-5258.84,-495.092,386.325,1.84799,300,0,1,15952,0,2,0,0,0),(145,5595,0,1,1,0,1,-5254.44,-587.618,410.8,3.21141,300,0,0,15952,0,0,0,0,0),(146,727,0,1,1,0,1,-5252.72,-509.481,386.113,2.01293,250,0,1,1910,0,2,0,0,0),(147,721,0,1,1,0,0,-5184.31,-539.13,397.053,5.6955,180,10,0,1,0,1,0,0,0),(148,721,0,1,1,0,0,-5341.28,-524.72,391.613,2.80499,180,10,0,1,0,1,0,0,0),(149,727,0,1,1,0,1,-5264.38,-511.639,387.61,2.04204,250,0,0,1910,0,0,0,0,0),(150,727,0,1,1,0,1,-5267.91,-513.285,388.708,2.1293,250,0,0,1910,0,0,0,0,0),(151,1131,0,1,1,0,0,-5265.86,-448.053,388.326,3.20608,180,10,0,137,0,1,0,0,0),(152,727,0,1,1,0,1,-5373.57,-544.752,400.413,0.471239,250,0,0,1910,0,0,0,0,0),(153,1138,0,1,1,0,0,-5390.21,-454.251,396.055,3.18063,180,10,0,120,0,1,0,0,0),(154,1126,0,1,1,0,0,-5365.24,-425.302,396.734,1.81252,180,10,0,120,0,1,0,0,0),(155,1127,0,1,1,0,0,-5283.94,-433.078,392.817,3.54134,180,0,0,137,0,0,0,0,0),(156,1126,0,1,1,0,0,-5245.93,-431.736,386.977,5.30743,180,10,0,120,0,1,0,0,0),(157,1131,0,1,1,0,0,-5299.23,-417.984,395.192,0.249412,180,10,0,137,0,1,0,0,0),(158,1126,0,1,1,0,0,-5428.32,-566.719,397.134,2.09425,180,10,0,120,0,1,0,0,0),(159,727,0,1,1,0,1,-5449.36,-509,397.373,4.97419,250,0,0,1910,0,0,0,0,0),(6713,1070,0,1,1,2151,1,-9443.69,-2238,70.6904,3.735,300,0,0,1221,0,0,0,0,0),(6712,721,0,1,1,328,0,-9552.02,-2109.9,80.53,3.93276,300,5,0,1,0,1,0,0,0),(6711,721,0,1,1,4626,0,-9664.38,-2409.04,61.2977,2.97324,300,10,0,1,0,1,0,0,0),(6710,14273,0,1,1,5229,0,-9542.72,-3499.75,128.686,3.60517,3600,0,0,699,0,2,0,0,0),(6709,437,0,1,1,6037,1,-9576.34,-3281.13,49.7415,2.25148,300,0,0,531,0,0,0,0,0),(6708,721,0,1,1,4626,0,-9645.99,-1821.4,52.5443,2.88023,300,5,0,1,0,1,0,0,0),(166,721,0,1,1,0,0,-5440.51,-511.881,396.606,1.55712,180,10,0,1,0,1,0,0,0),(167,1138,0,1,1,0,0,-5393.23,-441.29,396.599,5.17167,180,10,0,120,0,1,0,0,0),(168,1131,0,1,1,0,0,-5426.52,-462.828,396.976,4.44134,180,10,0,137,0,1,0,0,0),(169,1125,0,1,1,0,0,-5488.25,-566.629,400.102,1.97222,180,10,0,102,0,1,0,0,0),(171,12363,0,1,1,0,0,-5458.53,-613.969,393.841,5.51524,180,0,0,42,0,0,0,0,0),(172,12367,0,1,1,0,0,-5460.76,-616.167,393.68,6.02139,180,0,0,42,0,0,0,0,0),(173,14553,0,1,1,0,0,-5449.28,-614.756,394.539,3.68265,180,0,0,42,0,0,0,0,0),(174,14552,0,1,1,0,0,-5452.32,-613.089,394.51,4.29351,180,0,0,42,0,0,0,0,0),(175,12366,0,1,1,0,0,-5455.75,-612.897,394.253,4.95674,180,0,0,42,0,0,0,0,0),(176,14551,0,1,1,0,0,-5447.83,-617.37,394.511,3.19395,180,0,0,42,0,0,0,0,0),(177,7955,0,1,1,0,1,-5451.6,-617.327,394.548,4.88692,430,0,0,2769,0,0,0,0,0),(179,1269,0,1,1,0,1,-5497.94,-455.835,395.438,5.63683,190,0,0,484,0,0,0,0,0),(180,1268,0,1,1,3441,1,-5498.29,-457.874,395.644,0.10472,180,0,0,198,0,0,0,0,0),(181,1128,0,1,1,0,0,-5497.36,-433.361,406.167,0.05236,180,10,0,122,0,1,0,0,0),(6707,547,0,1,1,3035,0,-9292.48,-1896.93,78.0168,4.59657,300,5,0,356,0,1,0,0,0),(183,1125,0,1,1,0,0,-5526.67,-448.986,404.968,0.413864,180,10,0,102,0,1,0,0,0),(6706,620,0,1,1,304,0,-9256.64,-2011.83,77.1152,6.15256,300,5,0,1,0,1,0,0,0),(186,5568,0,1,1,0,0,-5490.56,-454.01,398.021,3.78736,180,0,0,156,0,0,0,0,0),(187,727,0,1,1,0,1,-5683.3,-482.562,395.93,0.0200809,250,0,1,1910,0,2,0,0,0),(188,1234,0,1,1,0,1,-5604.44,-540.323,399.18,5.23599,180,0,0,247,0,0,0,0,0),(189,68,0,1,1,0,1,-8528.64,689.028,97.6514,2.1921,25000,0,0,15952,0,0,0,0,0),(190,68,0,1,1,0,1,-8643.52,808.983,96.6525,5.3478,25000,0,0,15952,0,0,0,0,0),(191,1373,0,1,1,0,1,-5605.96,-544.451,392.43,0.977384,180,0,0,328,0,0,0,0,0),(192,1228,0,1,1,0,1,-5586.94,-537.173,403.624,5.89921,180,0,0,198,0,0,0,0,0),(193,1699,0,1,1,0,1,-5594.47,-545.82,398.85,1.81514,180,0,0,198,0,0,0,0,0),(194,1232,0,1,1,0,1,-5586.76,-542.163,403.624,1.09956,180,0,0,247,0,0,0,0,0),(195,1125,0,1,1,0,0,-5535.48,-584.877,407.413,4.65724,180,10,0,102,0,1,0,0,0),(196,1229,0,1,1,0,1,-5605.73,-530.385,399.738,0.174533,180,0,0,176,0,0,0,0,0),(197,2326,0,1,1,0,1,-5604.49,-521.427,399.741,5.32325,180,0,0,176,0,0,0,0,0),(198,9980,0,1,1,0,1,-5606.07,-513.113,402.286,1.58825,310,0,0,1003,0,0,0,0,0),(199,1247,0,1,1,0,1,-5601.6,-531.203,399.737,2.1293,310,0,0,1003,0,0,0,0,0),(200,727,0,1,1,0,1,-5610.72,-490.063,397.544,2.19912,250,0,0,1910,0,0,0,0,0),(201,1240,0,1,1,0,1,-5576.21,-422.031,397.409,4.20624,180,0,0,176,0,0,0,0,0),(202,1691,0,1,1,0,1,-5597.66,-521.852,399.738,4.81711,180,0,0,198,0,0,0,0,0),(203,1872,0,1,1,0,0,-5573.78,-464.455,402.145,3.9968,180,0,0,247,0,0,0,0,0),(204,6806,0,1,1,0,1,-5590.81,-523.344,399.735,5.49779,180,0,0,198,0,0,0,0,0),(205,727,0,1,1,0,1,-5565.45,-470.893,399.461,4.66003,250,0,0,1910,0,0,0,0,0),(206,1226,0,1,1,0,1,-5590.56,-529.657,399.735,2.23402,180,0,0,198,0,0,0,0,0),(207,1273,0,1,1,0,1,-5590.67,-428.416,397.409,5.46288,180,0,0,198,0,0,0,0,0),(208,1690,0,1,1,0,1,-5568.99,-429.114,397.409,3.80482,250,0,0,950,0,0,0,0,0),(209,1238,0,1,1,0,0,-5582.02,-423.1,397.409,5.0091,180,0,0,176,0,0,0,0,0),(210,1267,0,1,1,0,1,-5596.21,-504.132,400.714,2.44346,310,0,0,1003,0,0,0,0,0),(211,727,0,1,1,0,1,-5550.9,-462.166,407.683,4.4855,250,0,0,1910,0,0,0,0,0),(212,727,0,1,1,0,1,-5588.31,-464.238,401.724,4.01426,250,0,0,1910,0,0,0,0,0),(213,1241,0,1,1,0,1,-5582.41,-430.97,397.326,5.39307,310,0,0,1003,0,0,0,0,0),(214,727,0,1,1,0,1,-5591.73,-489.796,397.605,1.69297,250,0,0,1910,0,0,0,0,0),(215,1128,0,1,1,0,0,-5523.85,-408.892,405.503,5.2709,180,10,0,122,0,1,0,0,0),(216,1245,0,1,1,0,1,-5576.37,-429.771,397.326,2.9147,180,0,0,176,0,0,0,0,0),(217,6328,0,1,1,0,1,-5639.4,-526.589,403.794,4.20288,180,0,0,263,710,0,0,0,0),(218,5612,0,1,1,0,1,-5640,-528.801,404.379,1.71042,180,0,0,328,0,0,0,0,0),(219,1692,0,1,1,0,0,-5640.83,-501.392,396.794,4.93652,180,0,0,198,0,2,0,0,0),(220,1252,0,1,1,0,1,-5644.37,-499.163,396.752,1.79769,180,0,0,156,0,0,0,0,0),(221,6119,0,1,1,0,1,-5642.65,-529.14,404.357,0,180,0,0,178,382,0,0,0,0),(222,1231,0,1,1,0,1,-5618.54,-454.071,407.842,5.3058,120,0,0,156,0,0,0,0,0),(223,2878,0,1,1,0,1,-5649.98,-497.144,396.752,0.785398,540,0,0,1753,0,0,0,0,0),(224,12427,0,1,1,0,1,-5668.69,-454.09,394.467,1.79769,180,0,0,330,0,0,0,0,0),(225,727,0,1,1,0,1,-5692.5,-565.203,400.417,2.24126,250,0,0,1910,0,0,0,0,0),(226,721,0,1,1,0,0,-5695.18,-538.38,399.051,3.18232,180,10,0,1,0,1,0,0,0),(227,1125,0,1,1,0,0,-5749.12,-451.856,387.678,5.57795,180,10,0,102,0,1,0,0,0),(228,1128,0,1,1,0,0,-5691.4,-401.73,366.018,0.637255,180,10,0,122,0,1,0,0,0),(229,727,0,1,1,0,1,-5766.27,-538.857,417.184,2.3911,250,0,0,1910,0,0,0,0,0),(230,1126,0,1,1,0,0,-5738.47,-563.367,398.559,3.67644,180,10,0,120,0,1,0,0,0),(231,721,0,1,1,0,0,-5778.44,-563.254,400.871,2.40365,180,10,0,1,0,1,0,0,0),(232,1125,0,1,1,0,0,-5850.31,-463.224,411.103,6.11854,180,10,0,102,0,1,0,0,0),(233,1128,0,1,1,0,0,-5788.58,-441.91,365.206,4.69091,180,10,0,122,0,1,0,0,0),(234,1201,0,1,1,0,0,-5818.51,-587.567,398.42,2.78763,180,10,0,137,0,1,0,0,0),(235,1125,0,1,1,0,0,-5802.7,-590.052,398.471,6.1585,180,10,0,102,0,1,0,0,0),(236,1125,0,1,1,0,0,-5851.36,-586.539,397.344,4.39186,180,10,0,102,0,1,0,0,0),(237,721,0,1,1,0,0,-5825.82,-567.082,399.865,5.67838,180,10,0,1,0,1,0,0,0),(238,1125,0,1,1,0,0,-5887.37,-531.523,398.322,5.45992,180,10,0,102,0,1,0,0,0),(239,721,0,1,1,0,0,-5857.99,-422.537,408.207,0.086061,180,10,0,1,0,1,0,0,0),(240,1199,0,1,1,0,0,-5796.58,-426.668,365.143,4.08298,180,0,0,102,0,0,0,0,0),(241,1125,0,1,1,0,0,-5914.71,-409.512,426.089,4.66003,180,10,0,102,0,1,0,0,0),(242,1196,0,1,1,0,0,-5957.03,-480.463,408.535,2.05878,180,10,0,164,0,1,0,0,0),(243,1125,0,1,1,0,0,-5903.86,-459.132,413.971,1.45928,180,10,0,102,0,1,0,0,0),(244,1201,0,1,1,0,0,-5956.08,-527.072,408.04,1.75645,180,10,0,137,0,1,0,0,0),(245,727,0,1,1,0,1,-5907.85,27.7098,367.408,1.32261,250,0,1,1910,0,2,0,0,0),(246,1125,0,1,1,0,0,-5980.07,-544.973,407.324,3.14159,180,10,0,102,0,1,0,0,0),(247,80,0,1,1,0,1,-8534,-199,83.681,3.142,180,7,0,71,0,1,0,0,0),(15282,2405,0,1,1,3662,1,-119.22,-839.064,57.0811,0.672238,300,0,0,3696,0,0,0,0,0),(15281,2356,0,1,1,3201,0,-776.073,-1424.26,64.9163,5.53653,300,10,0,944,0,1,0,0,0),(252,1126,0,1,1,0,0,-5975.72,-525.395,406.054,3.6832,180,10,0,120,0,1,0,0,0),(253,1125,0,1,1,0,0,-5983.24,-433.158,406.853,4.51001,180,10,0,102,0,1,0,0,0),(254,1125,0,1,1,0,0,-5972.71,-473.727,406.357,1.39024,180,10,0,102,0,1,0,0,0),(255,1125,0,1,1,0,0,-5951.97,-378.858,421.829,0.506145,180,10,0,102,0,1,0,0,0),(35288,6188,1,1,1,2000,1,4289.92,-5729.49,100.413,5.78142,333,5,0,2016,4393,1,0,0,0),(257,1125,0,1,1,0,0,-6042.85,-447.638,451.031,0.453786,180,10,0,102,0,1,0,0,0),(258,1125,0,1,1,0,0,-6022.76,-417.791,412.982,5.74093,180,10,0,102,0,1,0,0,0),(259,727,0,1,1,0,1,-6015.84,-332.487,427.603,5.93413,250,0,0,1910,0,0,0,0,0),(260,721,0,1,1,0,0,-6070.58,-333.541,431.606,2.87431,180,10,0,1,0,1,0,0,0),(261,1125,0,1,1,0,0,-6081.62,-382.515,435.241,0.034907,180,10,0,102,0,1,0,0,0),(262,1125,0,1,1,0,0,-6054.22,-330.745,427.426,2.57226,180,10,0,102,0,1,0,0,0),(263,1125,0,1,1,0,0,-6070.35,-285.94,428.22,1.49618,180,10,0,102,0,1,0,0,0),(264,1125,0,1,1,0,0,-6095.82,-274.277,445.173,3.57032,180,10,0,102,0,1,0,0,0),(265,1243,0,1,1,0,1,-6015.51,-201.511,407.437,0.0349066,180,0,0,156,0,0,0,0,0),(266,10803,0,1,1,0,1,-6008.53,-199.145,406.687,4.37218,180,0,0,156,0,0,0,0,0),(267,10611,0,1,1,0,1,-6007.46,-202.158,407.448,2.47837,900,0,0,198,0,0,0,0,0),(268,10804,0,1,1,0,1,-6010.67,-199.434,406.792,5.53269,180,0,0,156,0,0,0,0,0),(269,10610,0,1,1,0,1,-6009.25,-202.65,406.983,1.58825,180,0,0,222,0,0,0,0,0),(270,1128,0,1,1,0,0,-6070.16,-261.253,429.958,5.52072,180,10,0,122,0,1,0,0,0),(271,721,0,1,1,0,0,-6030.78,-210.303,413.423,2.28705,180,10,0,1,0,1,0,0,0),(272,10805,0,1,1,0,0,-6007.3,-200.348,406.777,3.28222,180,0,0,120,0,0,0,0,0),(6705,422,0,1,1,506,0,-9483.51,-2873.07,81.1915,0.994838,300,0,0,417,0,0,0,0,0),(6704,422,0,1,1,506,0,-9473.96,-2877.97,82.5811,2.28638,300,0,0,417,0,0,0,0,0),(6703,548,0,1,1,1079,0,-9477.96,-2878.64,82.4428,1.76278,300,0,0,350,390,0,0,0,0),(6702,442,0,1,1,366,0,-9922.58,-1860.25,41.2872,3.3122,300,3,0,328,0,1,0,0,0),(6701,442,0,1,1,366,0,-9925.31,-1818.71,37.3149,3.45964,300,3,0,328,0,1,0,0,0),(6700,721,0,1,1,4626,0,-9189.63,-2302.47,90.0411,5.77696,300,5,0,1,0,1,0,0,0),(6699,721,0,1,1,4626,0,-9777.8,-1848.04,42.9162,6.25841,300,3,0,1,0,1,0,0,0),(6698,721,0,1,1,4626,0,-9463.46,-1994.94,96.8868,4.98646,300,5,0,1,0,1,0,0,0),(6697,721,0,1,1,4626,0,-9240.66,-2124.49,64.2043,4.18082,300,5,0,1,0,1,0,0,0),(6696,422,0,1,1,506,0,-9459.3,-2860.05,85.8851,1.22173,300,0,0,417,0,0,0,0,0),(289,1199,0,1,1,0,0,-5913.93,-194.244,369.35,2.70591,180,5,0,102,0,1,0,0,0),(290,1125,0,1,1,0,0,-5988.83,-135.639,400.819,4.44141,180,10,0,102,0,1,0,0,0),(291,727,0,1,1,0,1,-5909.02,-67.7806,387.788,0.346947,250,0,0,1910,0,0,0,0,0),(292,1128,0,1,1,0,0,-5911.33,-111.367,371.934,3.11001,180,10,0,122,0,1,0,0,0),(293,1128,0,1,1,0,0,-5882.76,-102.271,367.709,1.36421,180,10,0,122,0,1,0,0,0),(294,1125,0,1,1,0,0,-5997.38,-99.8278,407.436,1.02963,180,10,0,102,0,1,0,0,0),(295,721,0,1,1,0,0,-5898.93,-102.248,371.981,5.48674,180,10,0,1,0,1,0,0,0),(296,1199,0,1,1,0,0,-5869.49,-101.402,363.042,1.43409,180,0,0,102,0,0,0,0,0),(297,721,0,1,1,0,0,-5878.02,-13.7152,361.047,5.01189,180,10,0,1,0,1,0,0,0),(298,1199,0,1,1,0,0,-5879.33,-110.48,364.747,0.742548,180,5,0,102,0,1,0,0,0),(299,1125,0,1,1,0,0,-5946.83,4.37419,370.925,3.63692,180,10,0,102,0,1,0,0,0),(300,1125,0,1,1,0,0,-5917.65,21.0367,366.743,2.194,180,10,0,102,0,1,0,0,0),(301,1125,0,1,1,0,0,-5845.64,-2.04096,357.578,4.13459,180,10,0,102,0,1,0,0,0),(302,1199,0,1,1,0,0,-5862.5,-4.16602,357.203,0.18115,180,5,0,102,0,1,0,0,0),(303,1199,0,1,1,0,0,-5866.3,51.689,358.564,1.13511,180,5,0,102,0,1,0,0,0),(304,1128,0,1,1,0,0,-5846.96,51.6326,357.689,0.791765,180,10,0,122,0,1,0,0,0),(305,1128,0,1,1,0,0,-5830.62,105.799,381.817,0.548634,180,10,0,122,0,1,0,0,0),(306,721,0,1,1,0,0,-5845.97,86.6038,369.356,0.688481,180,10,0,1,0,1,0,0,0),(307,1125,0,1,1,0,0,-5834.05,78.9678,365.87,0.167019,180,10,0,102,0,1,0,0,0),(308,17801,545,3,1,0,1,-4.40099,-96.1165,-21.9227,6.16785,86400,0,0,16208,15775,0,0,0,0),(6695,548,0,1,1,1079,0,-9464.83,-2870.54,85.2708,3.61283,300,0,0,350,390,0,0,0,0),(6694,721,0,1,1,328,0,-9734.67,-2286.66,65.1827,5.00331,300,5,0,1,0,1,0,0,0),(6693,429,0,1,1,491,1,-9270.97,-3426.32,114.625,1.16937,300,0,0,640,655,0,0,0,0),(6692,568,0,1,1,662,1,-9260.82,-3282.74,113.012,2.05949,300,0,0,664,0,0,0,0,0),(6297,1083,0,1,1,1305,1,-9528.32,-2651.43,49.9202,4.59094,300,10,0,356,0,1,0,0,0),(6296,429,0,1,1,491,1,-9094.58,-3177.41,110.129,4.92183,300,0,0,640,655,0,0,0,0),(317,17802,545,3,1,0,1,-16.724,-116.41,-22.5769,2.76226,86400,0,0,20259,0,0,0,0,0),(318,1718,0,1,1,0,1,-6150.35,50.8235,416.672,0.777208,180,0,0,71,0,0,0,0,0),(319,1718,0,1,1,0,1,-6122.96,79.1654,416.991,6.14859,180,0,0,71,0,0,0,0,0),(320,21694,545,3,1,0,0,-43.7803,-110.442,-21.9972,4.45116,86400,0,0,45409,0,0,0,0,0),(321,1718,0,1,1,0,1,-6137.65,122.852,420.845,5.70716,180,0,0,71,0,0,0,0,0),(322,1718,0,1,1,0,1,-6155.71,84.8144,415.915,4.8443,180,0,0,71,0,0,0,0,0),(323,1718,0,1,1,0,1,-6167.99,135.883,423.093,0.434909,180,0,0,71,0,0,0,0,0),(324,853,0,1,1,0,1,-6226.1,127.093,431.097,2.68781,300,0,0,11828,0,0,0,0,0),(325,853,0,1,1,0,1,-6230.06,120.496,430.972,2.58309,300,0,0,11828,0,0,0,0,0),(326,1718,0,1,1,0,1,-6205.47,99.902,430.335,2.27112,180,0,0,71,0,0,0,0,0),(327,853,0,1,1,0,1,-6233.77,117.782,431.417,1.62316,300,0,0,11828,0,0,0,0,0),(328,853,0,1,1,0,1,-6225.67,133.078,431.597,2.67035,300,0,0,11828,0,0,0,0,0),(329,853,0,1,1,0,1,-6244.8,125.788,431.167,0.663225,300,0,0,11828,0,0,0,0,0),(330,6782,0,1,1,0,1,-6248.84,135.042,431.673,1.5708,180,0,0,198,0,0,0,0,0),(331,1965,0,1,1,0,1,-6235.87,152.989,428.399,2.04204,180,0,0,328,0,0,0,0,0),(332,705,0,1,1,0,0,-6201.74,212.113,398.799,3.24573,370,5,0,42,0,1,0,0,0),(333,708,0,1,1,0,0,-6230.69,212.32,395.626,4.70236,180,5,0,71,0,1,0,0,0),(334,853,0,1,1,0,1,-6264,233.732,395.641,4.562,300,0,1,11828,0,2,0,0,0),(335,707,0,1,1,0,0,-6322.07,208.885,395.879,1.19899,370,5,0,42,0,1,0,0,0),(336,724,0,1,1,0,1,-6296.63,244.471,390.969,1.83944,370,5,0,55,0,1,0,0,0),(337,705,0,1,1,0,0,-6176.97,254.691,386.853,1.16437,370,5,0,42,0,1,0,0,0),(338,705,0,1,1,0,0,-6305.79,260.452,381.868,3.72226,370,0,0,42,0,0,0,0,0),(339,708,0,1,1,0,0,-6150.36,264.527,391.214,1.23907,180,5,0,71,0,1,0,0,0),(340,707,0,1,1,0,0,-6331.14,268.768,380.622,2.68239,370,0,0,42,0,0,0,0,0),(341,707,0,1,1,0,0,-6305.15,272.656,380.252,5.06975,370,5,0,42,0,1,0,0,0),(342,707,0,1,1,0,0,-6324.98,294.269,379.937,0.241638,370,0,0,42,0,0,0,0,0),(343,721,0,1,1,0,0,-6318.27,272.283,380.002,0.752975,180,10,0,1,0,1,0,0,0),(344,705,0,1,1,0,0,-6287.25,328.127,376.507,2.40855,370,0,0,42,0,0,0,0,0),(345,705,0,1,1,0,0,-6312.6,309.104,378.437,3.57297,370,0,0,42,0,0,0,0,0),(346,705,0,1,1,0,0,-6279.53,279.643,382.529,4.64011,370,0,0,42,0,0,0,0,0),(347,705,0,1,1,0,0,-6326.06,287.113,379.794,4.54002,370,5,0,42,0,1,0,0,0),(348,11941,0,1,1,0,1,-6230.39,320.446,383.144,0.925025,180,0,0,102,0,0,0,0,0),(349,829,0,1,1,0,1,-6225.24,320.372,383.3,1.62316,180,0,0,102,0,0,0,0,0),(350,853,0,1,1,0,1,-6213.2,333.578,383.914,3.36848,300,0,0,11828,0,0,0,0,0),(351,658,0,1,1,0,0,-6236.74,331.113,382.911,3.00197,180,0,0,102,0,0,0,0,0),(352,713,0,1,1,0,1,-6216.53,339.002,383.454,3.90954,180,0,0,102,0,0,0,0,0),(353,853,0,1,1,0,1,-6218.55,321.674,383.447,2.16421,300,0,0,11828,0,0,0,0,0),(354,853,0,1,1,0,1,-6228,345.671,383.536,4.712,300,0,1,11828,0,2,0,0,0),(355,721,0,1,1,0,0,-6235.44,304.221,385.702,0.7135,180,10,0,1,0,1,0,0,0),(356,721,0,1,1,0,0,-6247.97,307.132,383.503,5.39698,180,10,0,1,0,1,0,0,0),(357,721,0,1,1,0,0,-6229.17,362.5,386.022,2.8039,180,10,0,1,0,1,0,0,0),(358,705,0,1,1,0,0,-6144.06,268.387,393.634,1.97594,370,5,0,42,0,1,0,0,0),(6295,431,0,1,1,493,1,-9098.54,-3183.15,110.379,5.58505,300,0,0,734,0,0,0,0,0),(12235,23464,530,1,1,0,0,-1633.4,5243.43,-40.7781,1.33967,120,0,0,6986,0,0,0,0,0),(6293,721,0,1,1,328,0,-9708.34,-2615,61.9741,4.65457,300,10,0,1,0,1,0,0,0),(6292,721,0,1,1,328,0,-9272.89,-3165.61,111.298,1.63779,300,10,0,1,0,1,0,0,0),(6291,721,0,1,1,4626,0,-9095.73,-2453.36,120.865,5.35317,300,5,0,1,0,1,0,0,0),(6290,568,0,1,1,662,1,-9423.74,-3432.85,88.868,2.84489,300,0,0,664,0,0,0,0,0),(6289,721,0,1,1,4626,0,-9705.96,-2777.1,52.0657,5.52324,300,10,0,1,0,1,0,0,0),(6288,615,0,1,1,6040,1,-8761.4,-2138.31,155.305,5.29189,300,0,0,617,0,0,0,0,0),(6287,721,0,1,1,4626,0,-9339.67,-3339.95,91.1765,3.09612,300,5,0,1,0,1,0,0,0),(6286,721,0,1,1,4626,0,-9230.25,-3365.92,100.825,1.42593,300,5,0,1,0,1,0,0,0),(6285,721,0,1,1,328,0,-9242.65,-3397.99,104.559,2.99544,300,5,0,1,0,1,0,0,0),(6284,721,0,1,1,328,0,-9716.21,-2573.71,60.4024,6.03763,300,10,0,1,0,1,0,0,0),(6283,721,0,1,1,328,0,-9376.74,-3438.31,92.5444,4.26259,300,5,0,1,0,1,0,0,0),(6282,721,0,1,1,4626,0,-9681.8,-2985.66,52.3182,2.00448,300,5,0,1,0,1,0,0,0),(6281,721,0,1,1,328,0,-9097.18,-3334.1,100.401,0.255692,300,10,0,1,0,1,0,0,0),(6280,721,0,1,1,328,0,-9546.06,-2860.46,87.1434,0.537804,300,5,0,1,0,1,0,0,0),(6279,429,0,1,1,491,1,-9290.58,-3285.25,150.225,5.55015,300,0,0,640,655,0,0,0,0),(6278,819,0,1,1,3916,0,-9289.28,-3282.13,150.225,5.42797,300,0,0,582,618,0,0,0,0),(6277,721,0,1,1,4626,0,-9636.07,-3237.83,48.5948,1.15041,300,10,0,1,0,1,0,0,0),(6276,3085,0,1,1,3375,0,-9204.98,-2149.53,64.3429,3.84107,300,0,0,484,0,0,0,0,0),(6275,429,0,1,1,491,1,-9368.86,-3330.47,92.19,3.85718,300,0,0,640,655,0,0,0,0),(6274,578,0,1,1,391,0,-9315.64,-2810.97,73.5125,1.0472,300,0,0,449,0,0,0,0,0),(396,721,0,1,1,0,0,-6269.71,365.458,382.195,1.20951,180,10,0,1,0,1,0,0,0),(397,853,0,1,1,0,1,-6183.11,376.171,395.938,2.47837,300,0,0,11828,0,0,0,0,0),(398,853,0,1,1,0,1,-6239,338.249,382.92,2.863,300,0,1,11828,0,2,0,0,0),(399,853,0,1,1,0,1,-6170.6,393.397,398.906,3.54302,300,0,0,11828,0,0,0,0,0),(400,705,0,1,1,0,0,-6252.84,387.126,383.278,6.2617,370,0,0,42,0,0,0,0,0),(401,721,0,1,1,0,0,-6179.62,395.807,396.331,0.272581,180,10,0,1,0,1,0,0,0),(402,705,0,1,1,0,0,-6245.87,395.645,385.851,1.13578,370,0,0,42,0,0,0,0,0),(403,926,0,1,1,0,1,-6120.68,382.089,395.626,6.16101,180,0,0,102,0,0,0,0,0),(404,853,0,1,1,0,1,-6115.09,372.263,395.626,0.645772,300,0,0,11828,0,0,0,0,0),(405,721,0,1,1,0,0,-6198.79,410.615,391.015,2.21798,180,10,0,1,0,1,0,0,0),(406,912,0,1,1,0,1,-6084.77,382.141,395.626,3.45575,180,0,0,102,0,0,0,0,0),(407,895,0,1,1,0,1,-6091.79,365.141,395.623,2.33874,180,0,0,102,0,0,0,0,0),(408,1104,0,1,1,0,1,-6104.5,384.03,395.626,0.226893,180,0,0,102,0,0,0,0,0),(409,945,0,1,1,0,1,-6101.1,390.569,395.626,2.35619,180,0,0,102,0,0,0,0,0),(410,853,0,1,1,0,1,-6086.53,390.964,395.625,3.57792,300,0,0,11828,0,0,0,0,0),(411,853,0,1,1,0,1,-6113.04,396.871,395.542,0.128779,300,0,1,11828,0,2,0,0,0),(412,8416,0,1,1,0,0,-6098.09,396.074,395.54,5.66209,180,0,0,55,0,0,0,0,0),(413,708,0,1,1,0,0,-6275.36,412.548,383.871,1.7954,180,0,0,71,0,0,0,0,0),(414,708,0,1,1,0,0,-6164.25,493.212,388.398,5.14312,180,5,0,71,0,1,0,0,0),(415,721,0,1,1,0,0,-6178.3,430.212,393.56,3.6559,180,10,0,1,0,1,0,0,0),(416,705,0,1,1,0,0,-6170.53,487.948,387.864,3.53623,370,5,0,42,0,1,0,0,0),(417,724,0,1,1,0,1,-6245.59,461.45,386.191,4.02375,370,5,0,55,0,1,0,0,0),(418,705,0,1,1,0,0,-6252.87,442.861,385.255,0.129051,370,5,0,42,0,1,0,0,0),(419,705,0,1,1,0,0,-6211.56,454.966,388.063,2.96711,370,5,0,42,0,1,0,0,0),(420,708,0,1,1,0,0,-6228.68,451.303,386.738,4.88148,180,5,0,71,0,1,0,0,0),(421,916,0,1,1,0,1,-6093.75,404.918,395.62,4.5204,180,0,0,102,0,0,0,0,0),(422,724,0,1,1,0,1,-6274.57,462.16,386.168,4.13748,370,5,0,55,0,1,0,0,0),(423,724,0,1,1,0,1,-6278.65,478.98,386.248,3.5112,370,5,0,55,0,1,0,0,0),(424,724,0,1,1,0,1,-6287.51,451.789,386.043,4.37634,370,5,0,55,0,1,0,0,0),(425,21694,545,3,1,0,0,-60.9828,-147.004,-19.9231,0.985508,86400,0,0,45409,0,0,0,0,0),(426,724,0,1,1,0,1,-6279.3,506.935,386.91,3.30369,370,5,0,55,0,1,0,0,0),(427,724,0,1,1,0,1,-6272.38,476.443,386.373,5.92463,370,5,0,55,0,1,0,0,0),(428,705,0,1,1,0,0,-6281.97,424.786,384.282,0.545774,370,0,0,42,0,0,0,0,0),(429,721,0,1,1,0,0,-6269.48,430.999,385.44,0.161788,180,10,0,1,0,1,0,0,0),(430,705,0,1,1,0,0,-6205.04,522.914,387.066,0.881849,370,5,0,42,0,1,0,0,0),(431,705,0,1,1,0,0,-6202.08,497.916,387.214,1.9424,370,5,0,42,0,1,0,0,0),(432,705,0,1,1,0,0,-6148.82,519.066,388.465,5.80939,370,5,0,42,0,1,0,0,0),(433,724,0,1,1,0,1,-6248.37,513.557,386.486,1.78673,370,0,0,55,0,0,0,0,0),(434,708,0,1,1,0,0,-6148.25,522.294,388.297,0.027337,180,5,0,71,0,1,0,0,0),(435,708,0,1,1,0,0,-6214.62,512.789,387.517,2.05862,180,5,0,71,0,1,0,0,0),(6273,578,0,1,1,391,0,-9312.34,-2808.69,74.1375,3.47321,300,0,0,449,0,0,0,0,0),(6272,422,0,1,1,506,0,-9466.54,-2893.63,84.436,0,300,0,0,417,0,0,0,0,0),(6271,348,0,1,1,3359,1,-9310.69,-2140.65,63.6901,1.91986,300,0,0,713,0,0,0,0,0),(6270,342,0,1,1,1743,0,-9245.81,-2045.33,77.1861,5.23599,300,0,0,484,0,0,0,0,0),(6269,819,0,1,1,3916,0,-9293.8,-3285.93,150.225,5.93412,300,0,0,582,618,0,0,0,0),(6268,397,0,1,1,3383,1,-9291.54,-3309.94,150.082,0.872665,300,0,0,598,1707,0,0,0,0),(6267,721,0,1,1,4626,0,-9254.87,-3144.46,107.969,0.158697,300,10,0,1,0,1,0,0,0),(6266,791,0,1,1,3368,1,-9260.25,-2195.37,64.0168,3.45575,300,0,0,484,0,0,0,0,0),(6265,3091,0,1,1,3376,0,-9234.38,-2160.86,71.2118,6.08985,300,0,0,787,0,0,0,0,0),(448,724,0,1,1,0,1,-6259.87,494.038,386.704,4.38358,370,0,0,55,0,0,0,0,0),(450,724,0,1,1,0,1,-6237.86,512.021,386.236,3.55947,370,5,0,55,0,1,0,0,0),(451,724,0,1,1,0,1,-6245.66,512.381,386.236,5.63226,370,5,0,55,0,1,0,0,0),(452,17721,545,3,1,0,1,-13.8918,-179.746,-22.5681,3.19395,86400,0,0,20259,0,0,0,0,0),(453,724,0,1,1,0,1,-6263.55,516.573,386.236,1.25046,370,5,0,55,0,1,0,0,0),(454,724,0,1,1,0,1,-6238.18,492.689,386.519,4.57905,370,5,0,55,0,1,0,0,0),(455,724,0,1,1,0,1,-6261.88,471.167,386.079,5.67875,370,5,0,55,0,1,0,0,0),(456,708,0,1,1,0,0,-6128.48,492.554,398.005,1.48534,180,5,0,71,0,1,0,0,0),(457,721,0,1,1,0,0,-6206.45,542.282,387.291,4.472,180,10,0,1,0,1,0,0,0),(458,708,0,1,1,0,0,-6183.05,550.864,384.771,4.85416,180,5,0,71,0,1,0,0,0),(459,724,0,1,1,0,1,-6256.19,538.589,386.236,2.16669,370,5,0,55,0,1,0,0,0),(460,724,0,1,1,0,1,-6277.2,552.383,387.197,4.26797,370,5,0,55,0,1,0,0,0),(461,707,0,1,1,0,0,-6208.34,605.062,393.214,6.11804,370,5,0,42,0,1,0,0,0),(462,708,0,1,1,0,0,-6205.08,587.141,388.176,4.33873,180,5,0,71,0,1,0,0,0),(463,708,0,1,1,0,0,-6147.97,589.708,386.771,6.10329,180,5,0,71,0,1,0,0,0),(464,724,0,1,1,0,1,-6253.44,580.506,388.704,0.880808,370,5,0,55,0,1,0,0,0),(465,708,0,1,1,0,0,-6121.88,546.368,405.512,2.40396,180,5,0,71,0,1,0,0,0),(466,708,0,1,1,0,0,-6113.43,600.665,399.993,1.89682,180,5,0,71,0,1,0,0,0),(467,724,0,1,1,0,1,-6259.61,624.484,386.861,4.2502,370,5,0,55,0,1,0,0,0),(468,708,0,1,1,0,0,-6147.43,649.309,388.292,5.51988,180,5,0,71,0,1,0,0,0),(469,708,0,1,1,0,0,-6257.62,618.614,387.499,4.89814,180,5,0,71,0,1,0,0,0),(470,721,0,1,1,0,0,-6260.92,638.054,386.689,2.99341,180,10,0,1,0,1,0,0,0),(471,708,0,1,1,0,0,-6127.96,640.685,392.637,1.13771,180,5,0,71,0,1,0,0,0),(472,714,0,1,1,0,1,-6222.47,688.973,385.002,4.97419,180,0,0,102,0,0,0,0,0),(473,708,0,1,1,0,0,-6181.81,684.008,386.396,4.47283,180,0,0,71,0,0,0,0,0),(474,708,0,1,1,0,0,-6161,683.638,389.898,0.587998,180,0,0,71,0,0,0,0,0),(475,708,0,1,1,0,0,-6157.49,708.563,387.258,3.85859,180,0,0,71,0,0,0,0,0),(476,708,0,1,1,0,0,-6228.27,701.332,385.604,3.90886,180,0,0,71,0,0,0,0,0),(477,708,0,1,1,0,0,-6256.98,678.106,386.439,0.610992,180,0,0,71,0,0,0,0,0),(478,707,0,1,1,0,0,-6289.81,628.378,387.613,1.8356,370,0,0,42,0,0,0,0,0),(479,724,0,1,1,0,1,-6279.13,683.893,385.689,0.617585,370,5,0,55,0,1,0,0,0),(480,724,0,1,1,0,1,-6292.3,670.266,385.245,4.6479,370,0,0,55,0,0,0,0,0),(481,721,0,1,1,0,0,-6225.68,741.284,387.285,4.11734,180,10,0,1,0,1,0,0,0),(482,724,0,1,1,0,1,-6244.87,778.502,387.1,1.9426,370,5,0,55,0,1,0,0,0),(483,724,0,1,1,0,1,-6234.01,758.701,387.065,6.18546,370,5,0,55,0,1,0,0,0),(484,707,0,1,1,0,0,-6254.73,727.239,386.849,0.912837,370,5,0,42,0,1,0,0,0),(485,708,0,1,1,0,0,-6147,753.035,391.736,6.18223,180,0,0,71,0,0,0,0,0),(486,724,0,1,1,0,1,-6329.1,746.326,387.314,5.92397,370,5,0,55,0,1,0,0,0),(487,724,0,1,1,0,1,-6316.68,777.084,389.439,0.857296,370,5,0,55,0,1,0,0,0),(488,708,0,1,1,0,0,-6314.69,798.587,391.439,1.18626,180,0,0,71,0,0,0,0,0),(489,708,0,1,1,0,0,-6287.02,779.763,387.473,1.02183,180,0,0,71,0,0,0,0,0),(490,708,0,1,1,0,0,-6146.39,782.102,393.869,0.101813,180,0,0,71,0,0,0,0,0),(491,724,0,1,1,0,1,-6190.24,786.846,396.064,3.97536,370,0,0,55,0,0,0,0,0),(492,707,0,1,1,0,0,-6281.55,811.31,396.199,3.64983,370,5,0,42,0,1,0,0,0),(493,708,0,1,1,0,0,-6287.74,823.978,403.299,5.46256,180,0,0,71,0,0,0,0,0),(494,708,0,1,1,0,0,-6211.01,812.888,418.312,5.08815,180,0,0,71,0,0,0,0,0),(495,708,0,1,1,0,0,-6250.45,821.948,399.551,0.161249,180,5,0,71,0,1,0,0,0),(496,708,0,1,1,0,0,-6220.42,810.159,413.18,4.47168,180,0,0,71,0,0,0,0,0),(497,724,0,1,1,0,1,-6225.05,805.382,408.788,4.48779,370,0,0,55,0,0,0,0,0),(498,724,0,1,1,0,1,-6353.02,817.734,396.994,4.33628,370,5,0,55,0,1,0,0,0),(499,707,0,1,1,0,0,-6321.23,845.768,415.479,0.772724,370,5,0,42,0,1,0,0,0),(500,708,0,1,1,0,0,-6323.65,806.961,395.118,4.05297,180,5,0,71,0,1,0,0,0),(501,724,0,1,1,0,1,-6249.1,845.619,417.631,0.873775,370,5,0,55,0,1,0,0,0),(502,17803,545,3,1,0,1,-18.0986,-184.997,-21.9355,2.30574,86400,0,0,16208,15775,0,0,0,0),(503,707,0,1,1,0,0,-6285.91,728.432,385.092,0.586018,370,5,0,42,0,1,0,0,0),(504,724,0,1,1,0,1,-6284.28,745.43,387.058,0.802851,370,5,0,55,0,1,0,0,0),(505,708,0,1,1,0,0,-6344.56,842.954,408.563,2.87768,180,5,0,71,0,1,0,0,0),(506,708,0,1,1,0,0,-6182.81,748.547,387.185,4.90438,180,5,0,71,0,1,0,0,0),(507,708,0,1,1,0,0,-6184.77,782.418,391.434,2.82743,180,0,0,71,0,0,0,0,0),(508,708,0,1,1,0,0,-6222.85,727.866,386.919,5.69171,180,5,0,71,0,1,0,0,0),(509,708,0,1,1,0,0,-6217.2,746.822,388.817,0.279253,180,0,0,71,0,0,0,0,0),(510,708,0,1,1,0,0,-6248.16,751.081,388.195,1.48353,180,5,0,71,0,1,0,0,0),(511,708,0,1,1,0,0,-6251.45,717.468,386.564,2.07583,180,5,0,71,0,1,0,0,0),(512,708,0,1,1,0,0,-6310.84,781.122,389.648,4.66003,180,5,0,71,0,1,0,0,0),(513,708,0,1,1,0,0,-6283.66,784.628,387.917,5.72468,180,5,0,71,0,1,0,0,0),(514,708,0,1,1,0,0,-6284.56,814.025,397.898,0.733038,180,5,0,71,0,1,0,0,0),(35287,6188,1,1,1,2000,1,4605.99,-5377.61,120.417,2.19168,333,0,0,2016,4393,0,0,0,0),(6264,812,0,1,1,1745,1,-9237.78,-2041.65,78.1678,4.64889,300,0,0,484,0,0,0,0,0),(6263,3088,0,1,1,3380,1,-9173.33,-2088.29,89.0329,3.80482,300,0,0,713,0,0,0,0,0),(6262,3087,0,1,1,3379,1,-9204.44,-2065.39,78.0871,0.569116,300,0,0,573,0,0,0,0,0),(6261,9982,0,1,1,9255,0,-9249.09,-2152.7,64.0168,3.12414,300,0,0,1003,0,0,0,0,0),(6260,3086,0,1,1,3378,1,-9215.79,-2066.68,82.855,3.49771,300,0,0,484,0,0,0,0,0),(6259,3090,0,1,1,3381,1,-9170.52,-2115.84,88.9624,1.93888,300,0,0,713,0,0,0,0,0),(6258,431,0,1,1,493,1,-9406.09,-3408.26,87.128,0.405156,300,5,0,734,0,1,0,0,0),(6257,431,0,1,1,493,1,-9391.02,-3409.35,88.4583,3.8274,300,5,0,734,0,1,0,0,0),(6256,431,0,1,1,493,1,-9370.03,-3344.07,90.3972,5.8852,300,5,0,734,0,1,0,0,0),(6255,568,0,1,1,662,1,-9362.63,-3401.28,92.1525,5.61119,300,5,0,664,0,1,0,0,0),(6254,429,0,1,1,491,1,-9337.67,-3411.72,90.5156,3.83708,300,5,0,640,655,1,0,0,0),(6253,429,0,1,1,491,1,-9361.1,-3303.4,91.0516,1.68232,300,5,0,640,655,1,0,0,0),(6252,431,0,1,1,493,1,-9384.97,-3346.69,88.6101,3.16096,300,5,0,734,0,1,0,0,0),(6215,431,0,1,1,493,1,-9433.2,-3368.24,88.4603,2.37365,300,0,0,734,0,0,0,0,0),(6214,568,0,1,1,662,1,-9378.11,-3359.17,89.3708,0,300,0,0,664,0,0,0,0,0),(6213,429,0,1,1,491,1,-9347.46,-3360.01,89.3015,3.9619,300,0,0,640,655,0,0,0,0),(6212,431,0,1,1,493,1,-9407.83,-3385.77,88.5991,0.401426,300,0,0,734,0,0,0,0,0),(6211,429,0,1,1,491,1,-9413.65,-3381.52,89.4909,5.42797,300,0,0,640,655,0,0,0,0),(6210,431,0,1,1,493,1,-9414.44,-3391.81,89.1361,0.750492,300,0,0,734,0,0,0,0,0),(6209,429,0,1,1,491,1,-9373.74,-3317.14,92.2253,2.42601,300,0,0,640,655,0,0,0,0),(6208,429,0,1,1,491,1,-9392.44,-3335.53,88.6527,2.68781,300,0,0,640,655,0,0,0,0),(6207,429,0,1,1,491,1,-9361.24,-3313.63,92.521,0.733038,300,0,0,640,655,0,0,0,0),(6206,544,0,1,1,5243,1,-9445.09,-3345.27,6.57073,2.35619,300,0,0,531,0,0,0,0,0),(6205,545,0,1,1,5293,1,-9460.58,-3349.75,6.60973,1.15192,300,0,0,404,456,0,0,0,0),(6204,545,0,1,1,5293,1,-9461.09,-3335.59,6.49758,5.86431,300,0,0,404,456,0,0,0,0),(6203,544,0,1,1,5243,1,-9439.37,-3331.28,4.79289,2.35619,300,0,0,531,0,0,0,0,0),(6202,544,0,1,1,5243,1,-9438.08,-3333.73,5.81795,3.26377,300,0,0,531,0,0,0,0,0),(6201,545,0,1,1,5293,1,-9434.12,-3332.06,5.1319,0.610865,300,0,0,404,456,0,0,0,0),(6200,544,0,1,1,5243,1,-9422.61,-3324.81,2.2351,0.807696,300,0,0,531,0,0,0,0,0),(6199,545,0,1,1,5293,1,-9449.8,-3334.13,5.9687,1.309,300,0,0,404,456,0,0,0,0),(6198,545,0,1,1,5293,1,-9465.86,-3324.8,3.10257,2.14675,300,0,0,404,456,0,0,0,0),(6197,437,0,1,1,6037,1,-9548.54,-3242.06,50.9698,4.34587,300,0,0,531,0,0,0,0,0),(6196,437,0,1,1,6037,1,-9508.85,-3301.33,48.4504,5.74213,300,0,0,531,0,0,0,0,0),(6195,485,0,1,1,6034,1,-9551.27,-3264.84,49.3943,1.85005,300,0,0,494,0,0,0,0,0),(6194,437,0,1,1,6037,1,-9544.79,-3260.65,49.2277,3.10669,300,0,0,531,0,0,0,0,0),(6193,485,0,1,1,6034,1,-9549.83,-3257.3,49.0535,3.9968,300,0,0,494,0,0,0,0,0),(6192,485,0,1,1,6034,1,-9496.42,-3213.14,62.7444,4.34587,300,0,0,494,0,0,0,0,0),(6191,485,0,1,1,6034,1,-9580.23,-3257.62,49.4698,0,300,0,0,494,0,0,0,0,0),(6190,578,0,1,1,391,0,-9312.15,-2810.88,73.8875,0.630311,300,0,0,449,0,0,0,0,0),(6189,545,0,1,1,5293,1,-9381,-2751.87,54.7918,2.18471,300,5,0,404,456,1,0,0,0),(6188,545,0,1,1,5293,1,-9355.49,-2801.36,54.9687,3.62271,300,5,0,404,456,1,0,0,0),(6187,578,0,1,1,391,0,-9365.6,-2811.07,44.392,3.33136,300,5,0,449,0,1,0,0,0),(6186,578,0,1,1,391,0,-9377.07,-2792.06,54.227,4.14551,300,5,0,449,0,1,0,0,0),(6185,578,0,1,1,391,0,-9348.54,-2835.57,60.8664,2.42601,300,0,0,449,0,0,0,0,0),(6184,545,0,1,1,5293,1,-9323.29,-2827.97,68.8947,2.05949,300,0,0,404,456,0,0,0,0),(6183,578,0,1,1,391,0,-9328.36,-2829.11,69.4442,2.32129,300,0,0,449,0,0,0,0,0),(6182,578,0,1,1,391,0,-9333.28,-2835.81,66.327,3.33358,300,0,0,449,0,0,0,0,0),(6181,578,0,1,1,391,0,-9405.76,-2831.32,36.9438,1.60806,300,5,0,449,0,1,0,0,0),(6180,578,0,1,1,391,0,-9339.6,-2806.3,55.9974,3.45575,300,0,0,449,0,0,0,0,0),(6179,545,0,1,1,5293,1,-9355.54,-2778.58,55.1189,2.43568,300,5,0,404,456,1,0,0,0),(6178,545,0,1,1,5293,1,-9325.49,-2834.43,68.7136,3.71851,300,0,0,404,456,0,0,0,0),(6177,381,0,1,1,3360,1,-9261.03,-2172.66,64.2033,1.27409,300,0,0,484,0,0,0,0,0),(6176,343,0,1,1,3377,0,-9209.71,-2063.14,78.2817,3.54302,300,0,0,449,0,0,0,0,0),(6175,346,0,1,1,3370,0,-9211.5,-2145.7,64.4372,3.62629,300,0,0,531,0,0,0,0,0),(6174,464,0,1,1,2150,1,-9609.64,-1902.4,59.8859,4.09018,300,0,0,1910,0,0,0,0,0),(6173,266,0,1,1,1741,0,-9231.59,-2145.62,71.3951,5.35816,300,0,0,787,0,0,0,0,0),(6172,7009,0,1,1,5768,1,-9332.6,-2180.06,62.0734,1.309,500,0,0,5544,0,0,0,0,0),(6171,6966,0,1,1,5752,1,-9328.45,-2180.02,64.0383,1.93731,300,0,0,484,0,0,0,0,0),(6170,6295,0,1,1,4994,1,-9607.35,-3499.28,122.039,0.575959,300,0,0,950,0,0,0,0,0),(6169,385,0,1,1,229,0,-9589.58,-3485.42,122.081,4.61424,300,5,0,102,0,1,0,0,0),(6168,385,0,1,1,229,0,-9601.79,-3489.07,122.01,3.51012,300,5,0,102,0,1,0,0,0),(6167,2697,0,1,1,3357,0,-9601.07,-3503.22,122.039,1.50098,300,0,0,1107,0,0,0,0,0),(6166,8963,0,1,1,5556,0,-9351.24,-2204.45,62.1808,4.85202,300,0,0,42,0,0,0,0,0),(6165,8962,0,1,1,257,1,-9351.52,-2205.56,62.1914,3.24631,300,0,0,42,0,0,0,0,0),(6164,8965,0,1,1,221,1,-9351.62,-2207.26,62.1803,3.08923,300,0,0,42,0,0,0,0,0),(6163,3097,0,1,1,5013,1,-9603.37,-3486.69,122.109,4.99164,300,0,0,484,0,0,0,0,0),(6162,3096,0,1,1,5015,0,-9726.25,-3187.31,58.6922,0.820305,300,0,0,573,0,0,0,0,0),(6161,429,0,1,1,491,1,-9014.05,-3215.53,107.964,3.03687,300,0,0,640,655,0,0,0,0),(6160,568,0,1,1,662,1,-9009.29,-3212.87,108.175,3.47321,300,0,0,664,0,0,0,0,0),(6159,568,0,1,1,662,1,-9013.23,-3209.73,108.176,5.49779,300,0,0,664,0,0,0,0,0),(6158,933,0,1,1,3450,1,-9420.86,-2295.08,67.6711,0.152267,300,0,0,2440,0,0,0,0,0),(6157,935,0,1,1,3447,1,-9416.56,-2289.82,67.7961,2.32129,300,0,0,2440,0,0,0,0,0),(6156,850,0,1,1,257,0,-9174.33,-2109.71,88.95,5.89073,300,0,0,102,0,0,0,0,0),(6155,847,0,1,1,338,0,-9261.87,-2204.55,64.0584,4.72216,300,0,0,102,0,0,0,0,0),(6154,849,0,1,1,252,0,-9254.62,-2182.47,64.0499,4.13816,300,0,0,71,0,2,0,0,0),(595,708,0,1,1,0,0,-6147.21,755.507,392.111,1.62206,180,0,0,71,0,0,0,0,0),(6153,5608,0,1,1,221,1,-9349.57,-2186.43,62.2727,2.9147,300,0,0,42,0,0,0,0,0),(6152,851,0,1,1,344,0,-9238.86,-2034.53,78.1635,3.28305,300,0,0,102,0,0,0,0,0),(6151,5607,0,1,1,338,1,-9349.74,-2184.76,62.3281,3.08923,300,0,0,42,0,0,0,0,0),(6150,848,0,1,1,257,0,-9272.57,-2200.73,64.0831,4.40372,300,0,0,102,0,2,0,0,0),(600,708,0,1,1,0,0,-6148.5,783.281,393.515,3.45575,180,0,0,71,0,0,0,0,0),(601,708,0,1,1,0,0,-6179.47,722.66,386.236,2.98566,180,5,0,71,0,1,0,0,0),(6149,429,0,1,1,491,1,-9279.97,-3286.89,132.381,3.7001,300,0,0,640,655,0,0,0,0),(6148,429,0,1,1,491,1,-9291.38,-3313.79,150.225,0.698132,300,0,0,640,655,0,0,0,0),(6147,429,0,1,1,491,1,-9295.82,-3307.97,150.225,0.523599,300,0,0,640,655,0,0,0,0),(6146,721,0,1,1,328,0,-9521.69,-3276.14,49.0673,5.27993,300,5,0,1,0,1,0,0,0),(6145,1671,0,1,1,3382,0,-9244.62,-2028.25,77.1862,3.45575,300,0,0,713,0,0,0,0,0),(6144,3089,0,1,1,3373,0,-9201.07,-2151.17,64.4242,1.64061,300,0,0,531,0,0,0,0,0),(6143,777,0,1,1,3366,1,-9260.21,-2203.09,64.0584,3.33358,300,0,0,484,0,0,0,0,0),(6142,790,0,1,1,3363,1,-9260.76,-2219.88,64.0168,3.45575,300,0,0,573,0,0,0,0,0),(6141,1680,0,1,1,3362,1,-9315.38,-2156.69,63.4832,4.83902,300,0,0,198,0,0,0,0,0),(6140,6728,0,1,1,5448,0,-9224.18,-2157.7,64.0168,2.61799,300,0,0,42,0,0,0,0,0),(6139,5620,0,1,1,3638,0,-9210.83,-2150.71,64.4372,3.19926,300,0,0,531,0,0,0,0,0),(6138,206,0,1,1,522,0,-11023.3,-1147.91,38.7108,3.09107,300,5,0,1003,0,1,0,0,0),(6137,923,0,1,1,246,0,-10783.3,-813.144,44.5475,2.28154,300,10,0,617,0,1,0,0,0),(6136,923,0,1,1,246,0,-10811.1,-780.725,46.1914,2.97416,300,10,0,617,0,1,0,0,0),(6135,628,0,1,1,741,0,-10775.7,-768.613,43.1391,5.03354,300,10,0,664,0,1,0,0,0),(6134,628,0,1,1,741,0,-10756.9,-779.059,42.5009,3.30835,300,10,0,664,0,1,0,0,0),(6133,10038,0,1,1,2381,1,-10581.3,-1194.23,27.7495,2.28695,300,5,0,11828,0,1,0,0,0),(6132,206,0,1,1,522,0,-11041.6,-1125.62,38.6025,3.69915,300,5,0,1003,0,1,0,0,0),(6128,206,0,1,1,522,0,-11025.6,-1137.82,38.7108,6.19245,300,5,0,1003,0,1,0,0,0),(6127,10038,0,1,1,2381,1,-10534.3,-1199.89,27.5723,1.32575,300,5,0,11828,0,1,0,0,0),(6126,6170,0,1,1,203,0,-11105.7,-1161.75,42.1743,1.31907,300,0,0,977,935,2,0,0,0),(6125,205,0,1,1,736,0,-10646.8,-884.137,50.1853,4.42309,300,0,0,896,0,0,0,0,0),(6124,205,0,1,1,736,0,-10467.1,-810.72,51.953,5.55015,300,0,0,896,0,0,0,0,0),(6123,533,0,1,1,203,0,-10260.7,-841.453,42.5025,0.989836,300,10,0,724,732,1,0,0,0),(6122,533,0,1,1,203,0,-10653.6,-839.113,61.197,5.27223,300,5,0,724,732,1,0,0,0),(6121,205,0,1,1,736,0,-10432.3,-811.614,50.0888,6.21725,300,5,0,896,0,1,0,0,0),(6120,205,0,1,1,736,0,-10630.5,-874.173,49.2065,1.21812,300,10,0,896,0,1,0,0,0),(6119,205,0,1,1,736,0,-10650.4,-912.464,52.1801,0.933282,300,10,0,896,0,1,0,0,0),(6118,205,0,1,1,736,0,-10631.9,-902.151,49.5947,1.4357,300,10,0,896,0,1,0,0,0),(6117,205,0,1,1,736,0,-10613.6,-894.087,48.9565,0.155291,300,10,0,896,0,1,0,0,0),(6116,898,0,1,1,657,0,-10580,-795.042,57.0981,1.44547,300,5,0,787,0,1,0,0,0),(6115,205,0,1,1,736,0,-10530.9,-786.683,57.4378,3.48063,300,5,0,896,0,1,0,0,0),(6114,898,0,1,1,657,0,-10621.8,-825.516,51.4391,3.2519,300,5,0,787,0,1,0,0,0),(6113,920,0,1,1,1098,0,-11077.6,-1140.17,42.8358,2.41111,300,0,0,892,852,0,0,0,0),(6112,1270,0,1,1,559,0,-10309.5,-1322.55,50.1948,1.63833,300,10,0,950,0,1,0,0,0),(6111,205,0,1,1,736,0,-10435.2,-801.963,51.9235,3.45948,300,5,0,896,0,1,0,0,0),(6110,205,0,1,1,736,0,-10463.7,-806.927,51.6172,4.97419,300,0,0,896,0,0,0,0,0),(6109,205,0,1,1,736,0,-10459.4,-818.188,50.9235,3.3291,300,5,0,896,0,1,0,0,0),(6108,205,0,1,1,736,0,-10415.1,-845.732,48.9628,1.25762,300,5,0,896,0,1,0,0,0),(6107,205,0,1,1,736,0,-10646.4,-898.438,49.8103,1.94255,300,0,0,896,0,0,0,0,0),(6106,205,0,1,1,736,0,-10429.4,-787.449,53.7105,1.92439,300,5,0,896,0,1,0,0,0),(6105,533,0,1,1,203,0,-10388,-815.53,47.7868,2.98672,300,5,0,724,732,1,0,0,0),(6104,205,0,1,1,736,0,-10476.9,-798.508,53.7967,2.61108,300,5,0,896,0,1,0,0,0),(6103,205,0,1,1,736,0,-10453,-788.974,53.044,5.08302,300,5,0,896,0,1,0,0,0),(6102,205,0,1,1,736,0,-10454.8,-806.807,51.1735,4.45828,300,5,0,896,0,1,0,0,0),(6101,1270,0,1,1,559,0,-10301.9,-1364.06,60.2068,4.01965,300,5,0,950,0,1,0,0,0),(6100,930,0,1,1,368,0,-10642,20.2353,39.3563,5.69836,300,5,0,664,0,1,0,0,0),(6099,948,0,1,1,137,0,-10398.2,146.614,35.4252,3.04928,300,10,0,734,0,1,0,0,0),(6098,210,0,1,1,570,1,-10363.6,155.524,35.5152,2.86801,300,10,0,787,0,1,0,0,0),(6097,1270,0,1,1,559,0,-10279.1,-1304.76,46.6425,4.30179,300,10,0,950,0,1,0,0,0),(203463,6086,0,1,1,4848,1,-8592.74,1246.62,5.23,3.63,275,0,0,3048,0,0,0,0,0),(203462,6086,0,1,1,4846,1,-8606.82,1239.39,5.23,0.6379,275,0,0,3048,0,0,0,0,0),(6094,948,0,1,1,137,0,-10335.2,164.208,36.0561,2.14893,300,10,0,734,0,1,0,0,0),(6093,920,0,1,1,1098,0,-11106.5,-1160.67,42.2494,0.880033,300,0,0,892,852,0,0,0,0),(6092,1270,0,1,1,559,0,-10265.2,-1237.26,35.9708,0.466826,300,5,0,950,0,1,0,0,0),(6091,1270,0,1,1,559,0,-10305.4,-1243.93,36.9946,5.11767,300,10,0,950,0,1,0,0,0),(6085,930,0,1,1,368,0,-10710.1,19.4249,35.8904,0.056691,300,5,0,664,0,1,0,0,0),(6084,206,0,1,1,522,0,-10948,-1118.83,38.7397,6.14485,300,5,0,1003,0,1,0,0,0),(6083,206,0,1,1,522,0,-10980.1,-1119.2,38.7097,1.5054,300,5,0,1003,0,1,0,0,0),(6082,206,0,1,1,522,0,-10988.9,-1146.1,39.6792,3.21193,300,10,0,1003,0,1,0,0,0),(6081,930,0,1,1,368,0,-10721.7,-131.072,34.6736,0.196629,300,5,0,664,0,1,0,0,0),(701,708,0,1,1,0,0,-6216.64,721.282,386.75,2.04511,180,5,0,71,0,1,0,0,0),(35286,6188,1,1,1,2000,1,4316.19,-5689.79,100.812,5.72358,333,5,0,2016,4393,1,0,0,0),(35285,6188,1,1,1,2000,1,4414.95,-5552.33,111.731,4.226,333,10,0,2016,4393,1,0,0,0),(35284,6188,1,1,1,2000,1,4412.85,-5486.59,97.3817,4.87617,333,5,0,2016,4393,1,0,0,0),(35283,6188,1,1,1,2000,1,4596.48,-5594.74,99.1955,1.93237,333,0,0,2016,4393,0,0,0,0),(35282,6188,1,1,1,2000,1,4580.58,-5547.96,103.31,4.69038,333,10,0,2016,4393,1,0,0,0),(712,708,0,1,1,0,0,-6247.77,713.12,386.923,5.6182,180,5,0,71,0,1,0,0,0),(713,721,0,1,1,0,0,-6247.15,694.244,386.053,5.95896,180,10,0,1,0,1,0,0,0),(714,708,0,1,1,0,0,-6152.57,719.395,392.105,2.57734,180,5,0,71,0,1,0,0,0),(6080,1270,0,1,1,559,0,-10348.4,-1255.68,35.3271,0.969484,300,10,0,950,0,1,0,0,0),(6079,898,0,1,1,657,0,-10266.3,-734.526,45.7721,5.61996,300,0,0,787,0,0,0,0,0),(6078,533,0,1,1,203,0,-10264.2,-714.354,45.2232,3.12174,300,5,0,724,732,1,0,0,0),(6077,1270,0,1,1,559,0,-10327.9,-1213.87,36.0871,5.64823,300,10,0,950,0,1,0,0,0),(6076,2110,0,1,1,1141,0,-10820.5,5.51616,38.299,0.954632,300,5,0,1,0,1,0,0,0),(6075,898,0,1,1,657,0,-10254.2,-727.732,45.7757,5.09636,300,0,0,787,0,0,0,0,0),(6074,898,0,1,1,657,0,-10335.8,-918.301,39.8606,5.97681,300,10,0,787,0,1,0,0,0),(6073,533,0,1,1,203,0,-10412.2,-924.673,45.631,4.76127,300,10,0,724,732,1,0,0,0),(6072,533,0,1,1,203,0,-10346.7,-855.665,41.8911,5.19855,300,5,0,724,732,1,0,0,0),(6071,898,0,1,1,657,0,-10320.9,-887.667,38.4002,1.50241,300,5,0,787,0,1,0,0,0),(6070,898,0,1,1,657,0,-10391.2,-956.975,45.6412,4.32391,300,10,0,787,0,1,0,0,0),(6069,205,0,1,1,736,0,-10485.9,-844.425,51.3384,0.705421,300,5,0,896,0,1,0,0,0),(6068,898,0,1,1,657,0,-10218.2,-842.935,40.4191,4.86919,300,10,0,787,0,1,0,0,0),(6067,533,0,1,1,203,0,-10244.5,-740.199,43.4732,4.9537,300,5,0,724,732,1,0,0,0),(6066,533,0,1,1,203,0,-10385.7,-880.085,46.321,1.68282,300,5,0,724,732,1,0,0,0),(6065,898,0,1,1,657,0,-10413,-983.186,45.5472,5.87118,300,10,0,787,0,1,0,0,0),(6064,898,0,1,1,657,0,-10477.5,-856.473,49.3007,2.39352,300,5,0,787,0,1,0,0,0),(6063,898,0,1,1,657,0,-10277.7,-743.124,45.3868,1.26872,300,5,0,787,0,1,0,0,0),(6062,533,0,1,1,203,0,-10542.4,-825.397,52.9808,4.47311,300,5,0,724,732,1,0,0,0),(6061,898,0,1,1,657,0,-10255.5,-746.408,44.3482,6.09112,300,5,0,787,0,1,0,0,0),(6060,205,0,1,1,736,0,-10452.8,-890.506,44.148,6.23203,300,10,0,896,0,1,0,0,0),(6059,533,0,1,1,203,0,-10576.5,-840.75,50.5996,1.20994,300,5,0,724,732,1,0,0,0),(6058,2110,0,1,1,1141,0,-10393.7,-1102.31,20.4917,4.94623,300,5,0,1,0,1,0,0,0),(6057,2110,0,1,1,1141,0,-11012.3,-353.886,43.223,4.37306,300,5,0,1,0,1,0,0,0),(6056,2110,0,1,1,1141,0,-10874.8,-291.856,37.415,1.25748,300,5,0,1,0,1,0,0,0),(6055,539,0,1,1,958,0,-10487.6,580.612,28.4964,3.54495,300,10,0,417,0,1,0,0,0),(6054,539,0,1,1,958,0,-10547.9,590.534,31.7948,0.511024,300,10,0,417,0,1,0,0,0),(6053,539,0,1,1,958,0,-10610.4,576.031,29.9522,5.92251,300,5,0,417,0,1,0,0,0),(6052,565,0,1,1,802,0,-10552.3,562.217,28.5259,2.48944,300,10,0,494,0,1,0,0,0),(6051,2110,0,1,1,1141,0,-10875.3,-290.304,37.4904,1.60907,300,5,0,1,0,1,0,0,0),(6050,2110,0,1,1,1141,0,-10886.2,-140.028,41.3713,3.74609,300,10,0,1,0,1,0,0,0),(6049,2110,0,1,1,1141,0,-10928.7,-548.253,52.9982,4.50295,300,0,0,1,0,0,0,0,0),(6048,565,0,1,1,802,0,-10213.6,459.769,34.7191,5.14597,300,10,0,494,0,1,0,0,0),(6047,539,0,1,1,958,0,-10234.9,497.136,26.3223,2.00953,300,10,0,417,0,1,0,0,0),(6046,539,0,1,1,958,0,-10217.1,189.472,26.8599,6.02766,300,5,0,417,0,1,0,0,0),(6045,1258,0,1,1,9562,0,-10806.4,-538.414,38.4045,0.994175,300,10,0,734,0,1,0,0,0),(6044,923,0,1,1,246,0,-10870.2,-548.889,45.5416,0.874648,300,5,0,617,0,1,0,0,0),(6043,628,0,1,1,741,0,-10316,-1012.54,44.8085,0.7348,300,10,0,664,0,1,0,0,0),(6042,923,0,1,1,246,0,-10887.7,-611.559,37.5137,2.01085,300,5,0,617,0,1,0,0,0),(6041,628,0,1,1,741,0,-10288.9,-984.754,48.6702,1.42586,300,10,0,664,0,1,0,0,0),(6040,565,0,1,1,802,0,-10207,392.168,43.4146,4.49203,300,10,0,494,0,1,0,0,0),(6039,565,0,1,1,802,0,-10265.9,478.121,38.2019,4.03918,300,10,0,494,0,1,0,0,0),(6038,565,0,1,1,802,0,-10207,448.064,35.8234,0.327923,300,10,0,494,0,1,0,0,0),(6037,628,0,1,1,741,0,-10178.3,-898.208,36.2588,5.21741,300,10,0,664,0,1,0,0,0),(6036,923,0,1,1,246,0,-10834.4,-690.781,43.0038,1.5708,300,10,0,617,0,1,0,0,0),(6035,923,0,1,1,246,0,-10874.7,-677.248,49.4081,1.28177,300,5,0,617,0,1,0,0,0),(6034,923,0,1,1,246,0,-10221.6,-980.957,35.9843,2.13768,300,10,0,617,0,1,0,0,0),(6033,628,0,1,1,741,0,-10853.5,-590.733,36.5161,4.35316,300,5,0,664,0,1,0,0,0),(6032,923,0,1,1,246,0,-10864.1,-640.348,38.7049,5.62713,300,5,0,617,0,1,0,0,0),(6031,1258,0,1,1,9562,0,-10215.7,-876.666,40.9222,1.57539,300,10,0,734,0,1,0,0,0),(6030,539,0,1,1,958,0,-10639,509.369,31.9473,1.98939,300,10,0,417,0,1,0,0,0),(6029,569,0,1,1,2541,0,-10634.3,481.896,37.3885,4.84432,300,5,0,531,0,1,0,0,0),(6028,539,0,1,1,958,0,-10746,578.998,28.4273,0.217014,300,5,0,417,0,1,0,0,0),(6027,539,0,1,1,958,0,-10684.5,575.909,27.504,2.33686,300,5,0,417,0,1,0,0,0),(6026,217,0,1,1,955,0,-10703.2,530.951,32.6661,3.89153,300,10,0,449,0,1,0,0,0),(6025,539,0,1,1,958,0,-10782,510.013,35.2679,3.32302,300,5,0,417,0,1,0,0,0),(6024,628,0,1,1,741,0,-10217,-887.59,38.0088,1.55127,300,10,0,664,0,1,0,0,0),(6023,539,0,1,1,958,0,-10451.3,621.156,24.2208,3.79694,300,5,0,417,0,1,0,0,0),(6022,539,0,1,1,958,0,-10523.2,619.721,24.7277,2.63028,300,5,0,417,0,1,0,0,0),(6021,539,0,1,1,958,0,-10670.7,542.129,29.2946,3.30256,300,5,0,417,0,1,0,0,0),(6020,217,0,1,1,955,0,-10556,542.744,26.69,5.80471,300,10,0,449,0,1,0,0,0),(6019,539,0,1,1,958,0,-10779.7,552.547,33.8605,1.68426,300,10,0,417,0,1,0,0,0),(6018,539,0,1,1,958,0,-10844.5,519.354,30.2698,2.18789,300,10,0,417,0,1,0,0,0),(6017,539,0,1,1,958,0,-10713.7,543.197,34.112,2.8719,300,10,0,417,0,1,0,0,0),(6016,569,0,1,1,2541,0,-10708,499.362,33.5438,0.463648,300,10,0,531,0,1,0,0,0),(6015,1258,0,1,1,9562,0,-10279.2,-935.082,41.9086,4.6753,300,10,0,734,0,1,0,0,0),(6014,628,0,1,1,741,0,-10233.8,-951.253,37.7644,6.2578,300,10,0,664,0,1,0,0,0),(6013,1258,0,1,1,9562,0,-10307.6,-948.075,40.1439,3.30256,300,10,0,734,0,1,0,0,0),(6012,1258,0,1,1,9562,0,-10348.6,-982.089,48.3296,1.30903,300,10,0,734,0,1,0,0,0),(6011,213,0,1,1,801,0,-10578,544.617,33.5339,0.384131,300,10,0,449,0,1,0,0,0),(6010,565,0,1,1,802,0,-10747.4,521.399,35.0375,6.27733,300,10,0,494,0,1,0,0,0),(6009,565,0,1,1,802,0,-10813.9,546.755,32.1653,3.83708,300,10,0,494,0,1,0,0,0),(6008,565,0,1,1,802,0,-10645,544.111,28.2801,2.36448,300,10,0,494,0,1,0,0,0),(6007,2110,0,1,1,1141,0,-11009.4,-349.06,42.2594,0.829568,300,5,0,1,0,1,0,0,0),(6006,930,0,1,1,368,0,-10425,-38.9584,46.1307,2.65459,300,10,0,664,0,1,0,0,0),(6005,48,0,1,1,200,1,-10922.9,-1273.56,52.7212,1.57861,300,10,0,531,0,1,0,0,0),(6004,203,0,1,1,9783,1,-10943.9,-1279.35,53.091,4.2428,300,10,0,472,1357,1,0,0,0),(6003,203,0,1,1,9783,1,-10943.6,-1243.62,51.9106,2.08254,300,10,0,472,1357,1,0,0,0),(6002,203,0,1,1,9783,1,-11025.8,-1351.9,52.1104,6.1574,300,5,0,472,1357,1,0,0,0),(6001,48,0,1,1,200,1,-10964.5,-1354.44,51.6321,3.09899,300,5,0,531,0,1,0,0,0),(6000,203,0,1,1,9783,1,-10905.6,-1320.35,53.0418,0.621293,300,10,0,472,1357,1,0,0,0),(5999,48,0,1,1,200,1,-10916.5,-1343.13,52.9256,6.21137,300,10,0,531,0,1,0,0,0),(5998,48,0,1,1,200,1,-11030.6,-1319.88,53.4609,4.87156,300,10,0,531,0,1,0,0,0),(5997,203,0,1,1,9783,1,-11030.9,-1288.73,51.5893,6.03245,300,5,0,472,1357,1,0,0,0),(860,708,0,1,1,0,0,-6153.28,689.262,391.27,3.85932,180,5,0,71,0,1,0,0,0),(861,708,0,1,1,0,0,-6180.28,688.397,386.271,1.73894,180,5,0,71,0,1,0,0,0),(862,708,0,1,1,0,0,-6254.81,681.934,386.439,4.02974,180,5,0,71,0,1,0,0,0),(863,724,0,1,1,0,1,-6262.62,726.327,386.344,4.38447,370,5,0,55,0,1,0,0,0),(864,724,0,1,1,0,1,-6351.67,749.941,388.625,2.10987,370,5,0,55,0,1,0,0,0),(865,706,0,1,1,0,1,-6370.09,778.613,387.368,4.591,180,5,0,71,0,1,0,0,0),(866,706,0,1,1,0,1,-6373.48,753.763,386.581,2.63772,180,0,0,71,0,0,0,0,0),(867,706,0,1,1,0,1,-6350.51,767.643,386.396,2.33019,180,5,0,71,0,1,0,0,0),(868,706,0,1,1,0,1,-6381.01,775.867,386.396,0.698132,180,0,0,71,0,0,0,0,0),(869,706,0,1,1,0,1,-6386.73,766.395,386.396,0.872665,180,0,0,71,0,0,0,0,0),(870,708,0,1,1,0,0,-6348.91,780.219,387.109,4.97517,180,5,0,71,0,1,0,0,0),(871,706,0,1,1,0,1,-6368.93,806.56,391.294,5.08483,180,0,0,71,0,0,0,0,0),(872,708,0,1,1,0,0,-6438.84,745.375,389.9,6.21188,180,0,0,71,0,0,0,0,0),(873,706,0,1,1,0,1,-6404.11,747.103,390.874,1.95675,180,0,0,71,0,0,0,0,0),(874,706,0,1,1,0,1,-6436.92,748.841,389.681,4.32173,180,0,0,71,0,0,0,0,0),(875,706,0,1,1,0,1,-6410.73,798.096,391.24,5.87893,180,0,0,71,0,0,0,0,0),(876,724,0,1,1,0,1,-6415.32,752.254,388.874,3.96876,370,0,0,55,0,0,0,0,0),(877,724,0,1,1,0,1,-6380.55,723.299,388.564,6.21112,370,0,0,55,0,0,0,0,0),(878,707,0,1,1,0,0,-6381.16,681.892,386.189,5.82978,370,5,0,42,0,1,0,0,0),(879,706,0,1,1,0,1,-6393.05,776.032,386.396,5.89921,180,0,0,71,0,0,0,0,0),(880,724,0,1,1,0,1,-6422.27,816.429,406.864,4.8141,370,0,0,55,0,0,0,0,0),(881,708,0,1,1,0,0,-6386.21,829.567,394.861,5.87893,180,0,0,71,0,0,0,0,0),(882,724,0,1,1,0,1,-6445.56,720.402,396.763,1.82326,370,0,0,55,0,0,0,0,0),(883,724,0,1,1,0,1,-6423.42,676.179,386.531,3.58777,370,5,0,55,0,1,0,0,0),(884,705,0,1,1,0,0,-6445.78,690.27,387.426,0.163864,370,5,0,42,0,1,0,0,0),(885,706,0,1,1,0,1,-6441.9,703.499,391.767,1.72181,180,5,0,71,0,1,0,0,0),(886,706,0,1,1,0,1,-6465.66,714.069,394.008,0.452585,180,0,0,71,0,0,0,0,0),(887,706,0,1,1,0,1,-6469.1,688.383,387.44,3.21184,180,5,0,71,0,1,0,0,0),(888,706,0,1,1,0,1,-6481.51,702.798,391.894,1.1113,180,5,0,71,0,1,0,0,0),(889,704,0,1,1,0,0,-6462.52,656.403,387.228,1.55778,180,5,0,55,0,1,0,0,0),(890,704,0,1,1,0,0,-6427.95,658.449,387.031,3.10255,180,5,0,55,0,1,0,0,0),(891,704,0,1,1,0,0,-6495.36,619.654,388.123,5.93399,180,5,0,55,0,1,0,0,0),(892,705,0,1,1,0,0,-6433.64,626.254,386.714,3.94805,370,5,0,42,0,1,0,0,0),(893,708,0,1,1,0,0,-6463.41,646.706,386.986,3.09145,180,5,0,71,0,1,0,0,0),(894,708,0,1,1,0,0,-6464.88,619.142,387.306,6.11995,180,5,0,71,0,1,0,0,0),(896,724,0,1,1,0,1,-6490.67,621.998,386.873,0.328123,370,5,0,55,0,1,0,0,0),(897,707,0,1,1,0,0,-6450.95,659.13,387.577,1.47783,370,5,0,42,0,1,0,0,0),(898,707,0,1,1,0,0,-6414.76,614.131,387.768,4.15357,370,5,0,42,0,1,0,0,0),(5996,203,0,1,1,9783,1,-11056.8,-1315.42,54.2223,2.93883,300,5,0,472,1357,1,0,0,0),(5995,48,0,1,1,200,1,-11045.4,-1349.42,54.927,5.33909,300,10,0,531,0,1,0,0,0),(5994,203,0,1,1,9783,1,-11009.8,-1295.63,53.5728,5.8722,300,10,0,472,1357,1,0,0,0),(5993,203,0,1,1,9783,1,-10964.6,-1318.75,52.6037,6.05268,300,10,0,472,1357,1,0,0,0),(5992,203,0,1,1,9783,1,-10998.9,-1314.28,52.8165,3.29435,300,10,0,472,1357,1,0,0,0),(5991,203,0,1,1,9783,1,-11012.2,-1381.75,54.623,0.145232,300,5,0,472,1357,1,0,0,0),(5990,203,0,1,1,9783,1,-10980.9,-1381.33,61.0203,1.32645,300,0,0,472,1357,0,0,0,0),(5989,48,0,1,1,200,1,-10953.3,-1384.4,65.2462,5.53368,300,5,0,531,0,1,0,0,0),(5988,48,0,1,1,200,1,-10954.2,-1320.83,52.6037,0.705983,300,10,0,531,0,1,0,0,0),(5987,48,0,1,1,200,1,-10980.3,-1342.12,51.7402,2.75336,300,5,0,531,0,1,0,0,0),(5986,48,0,1,1,200,1,-10991.9,-1289.71,52.959,4.29132,300,10,0,531,0,1,0,0,0),(5985,48,0,1,1,200,1,-10981.1,-1242.32,52.3393,2.34,300,5,0,531,0,1,0,0,0),(5984,48,0,1,1,200,1,-11008.4,-1264.12,51.8593,3.281,300,5,0,531,0,1,0,0,0),(5983,604,0,1,1,519,0,-10332.3,122.914,3.04427,2.20922,300,5,0,840,0,1,0,0,0),(5982,604,0,1,1,519,0,-10322.6,140.166,1.78054,1.8587,300,5,0,840,0,1,0,0,0),(5981,604,0,1,1,519,0,-10334.9,137.397,4.02283,4.75137,300,0,0,840,0,0,0,0,0),(5980,570,0,1,1,569,0,-10340.8,157.929,7.06713,0.926079,300,0,0,896,0,0,0,0,0),(5979,604,0,1,1,519,0,-10341.7,172.724,15.8161,1.95127,300,0,0,840,0,0,0,0,0),(5978,604,0,1,1,519,0,-10359.4,202.731,34.3771,5.92968,300,5,0,840,0,1,0,0,0),(5977,604,0,1,1,519,0,-10347.1,201.353,32.579,3.1559,300,0,0,840,0,0,0,0,0),(5976,604,0,1,1,519,0,-10377.8,195.893,34.1059,2.85307,300,10,0,840,0,1,0,0,0),(5975,604,0,1,1,519,0,-10365.5,181.57,33.8229,0.116121,300,10,0,840,0,1,0,0,0),(5974,48,0,1,1,200,1,-11013.2,-1335.94,52.1905,4.77493,300,5,0,531,0,1,0,0,0),(5973,210,0,1,1,570,1,-10222.4,143.713,2.25502,4.58273,300,0,0,787,0,2,0,0,0),(5972,210,0,1,1,570,1,-10341,164.789,11.2514,1.69798,300,0,0,787,0,0,0,0,0),(5971,604,0,1,1,519,0,-10268.3,146.103,1.10352,2.17157,300,5,0,840,0,1,0,0,0),(5970,604,0,1,1,519,0,-10350.8,134.42,3.42368,3.80592,300,5,0,840,0,1,0,0,0),(5969,604,0,1,1,519,0,-10290.2,146.278,2.58409,4.31581,300,5,0,840,0,1,0,0,0),(927,706,0,1,1,0,1,-6502.58,652.826,391.748,2.35343,180,5,0,71,0,1,0,0,0),(928,706,0,1,1,0,1,-6514.57,631.529,398.506,4.85335,180,5,0,71,0,1,0,0,0),(929,724,0,1,1,0,1,-6394.9,652.947,386.861,4.47132,370,5,0,55,0,1,0,0,0),(930,708,0,1,1,0,0,-6387.5,620.834,387.28,3.31946,180,5,0,71,0,1,0,0,0),(931,706,0,1,1,0,1,-6482.32,669.669,386.69,0.073385,180,5,0,71,0,1,0,0,0),(932,706,0,1,1,0,1,-6529.95,681.262,396.271,1.18125,180,0,0,71,0,0,0,0,0),(933,706,0,1,1,0,1,-6502.67,685.902,387.463,1.41372,180,0,0,71,0,0,0,0,0),(934,706,0,1,1,0,1,-6502.56,676.646,387.457,5.09636,180,0,0,71,0,0,0,0,0),(935,706,0,1,1,0,1,-6508.07,676.876,387.476,0.471239,180,0,0,71,0,0,0,0,0),(936,706,0,1,1,0,1,-6510.08,685.565,387.457,5.44543,180,0,0,71,0,0,0,0,0),(937,724,0,1,1,0,1,-6352.44,673.251,386.547,1.06787,370,5,0,55,0,1,0,0,0),(938,724,0,1,1,0,1,-6346.41,624.511,385.839,3.03396,370,5,0,55,0,1,0,0,0),(939,724,0,1,1,0,1,-6314.67,610.542,386.956,5.53487,370,5,0,55,0,1,0,0,0),(5968,48,0,1,1,200,1,-10970.9,-1298.52,53.0112,5.55031,300,10,0,531,0,1,0,0,0),(5967,628,0,1,1,741,0,-10354.1,-1056.08,50.0961,4.31341,300,5,0,664,0,1,0,0,0),(15279,721,0,1,1,4626,0,-755.913,-445.653,27.9506,0.875889,300,10,0,1,0,1,0,0,0),(15280,2349,0,1,1,6808,0,-946.295,-1284.99,58.9015,0.172861,300,10,0,664,0,1,0,0,0),(5966,604,0,1,1,519,0,-10305.9,142.479,1.78054,2.7089,300,5,0,840,0,1,0,0,0),(5965,495,0,1,1,2391,1,-10551.6,-1181.89,28.0373,5.88565,300,0,0,1753,0,2,0,0,0),(17695,2173,0,1,1,245,0,1008.24,2015.04,-8.74219,6.28061,275,5,0,300,0,1,0,0,0),(5964,949,0,1,1,545,0,-10377.3,200.989,33.8058,1.64113,300,0,0,734,0,0,0,0,0),(5963,923,0,1,1,246,0,-10258.3,-1038.85,44.238,4.39043,300,0,0,617,0,0,0,0,0),(5962,923,0,1,1,246,0,-10148.4,-951.571,31.0314,5.93436,300,5,0,617,0,1,0,0,0),(955,724,0,1,1,0,1,-6275.33,625.745,386.881,0.152946,370,5,0,55,0,1,0,0,0),(956,724,0,1,1,0,1,-6311.85,662.651,385.36,1.27129,370,5,0,55,0,1,0,0,0),(957,707,0,1,1,0,0,-6297.36,667.385,385.143,1.05383,370,5,0,42,0,1,0,0,0),(958,724,0,1,1,0,1,-6321.53,674.132,385.397,2.89664,370,5,0,55,0,1,0,0,0),(959,724,0,1,1,0,1,-6314.26,522.072,387.222,3.68445,370,5,0,55,0,1,0,0,0),(960,724,0,1,1,0,1,-6287.1,489.977,386.248,6.25888,370,5,0,55,0,1,0,0,0),(961,721,0,1,1,0,0,-6294.68,561.404,387.546,6.15205,180,10,0,1,0,1,0,0,0),(962,724,0,1,1,0,1,-6312.53,579.139,387.461,3.92544,370,0,0,55,0,0,0,0,0),(963,786,0,1,1,0,0,-6363,567.085,385.851,2.47837,180,0,0,102,0,0,0,0,0),(964,1354,0,1,1,0,1,-6368.77,562.093,385.714,1.69297,180,0,0,71,0,0,0,0,0),(965,12738,0,1,1,0,1,-6371.13,571.816,385.827,3.21141,180,0,0,102,0,0,0,0,0),(966,721,0,1,1,0,0,-6389.1,570.198,386.873,2.59607,180,10,0,1,0,1,0,0,0),(967,721,0,1,1,0,0,-6388.41,590.182,387.106,2.67532,180,10,0,1,0,1,0,0,0),(968,704,0,1,1,0,0,-6445.39,578.852,386.218,2.30782,180,5,0,55,0,1,0,0,0),(969,706,0,1,1,0,1,-6446.56,528.505,385.727,5.20051,180,5,0,71,0,1,0,0,0),(970,708,0,1,1,0,0,-6479.99,586.318,391.053,4.6518,180,0,0,71,0,0,0,0,0),(971,704,0,1,1,0,0,-6487.78,546.199,387.571,5.37015,180,5,0,55,0,1,0,0,0),(972,705,0,1,1,0,0,-6440.49,542.028,385.691,2.9917,370,5,0,42,0,1,0,0,0),(973,706,0,1,1,0,1,-6479.83,532.783,387.332,5.65844,180,5,0,71,0,1,0,0,0),(974,706,0,1,1,0,1,-6482.98,501.095,386.034,3.30962,180,5,0,71,0,1,0,0,0),(975,706,0,1,1,0,1,-6495.47,482.683,388.615,1.7689,180,5,0,71,0,1,0,0,0),(976,706,0,1,1,0,1,-6502.78,514.775,391.445,5.56968,180,5,0,71,0,1,0,0,0),(977,704,0,1,1,0,0,-6438.8,477.506,383.824,5.38052,180,5,0,55,0,1,0,0,0),(978,706,0,1,1,0,1,-6518.71,466.018,387.506,5.07879,180,5,0,71,0,1,0,0,0),(979,704,0,1,1,0,0,-6349.53,523.566,386.611,2.31079,180,5,0,55,0,1,0,0,0),(980,704,0,1,1,0,0,-6379.72,478.035,379.206,4.21818,180,5,0,55,0,1,0,0,0),(5961,531,0,1,1,7550,1,-10478.4,232.747,31.9005,5.8501,300,5,0,664,0,1,0,0,0),(5960,2470,0,1,1,9232,1,-10580.2,-1185.24,27.1186,2.92245,300,0,0,2672,0,0,0,0,0),(5959,202,0,1,1,9786,1,-10579.2,278.342,30.9914,0.384443,300,5,0,617,0,1,0,0,0),(5958,531,0,1,1,7550,1,-10551.9,275.876,28.4794,0.160924,300,10,0,664,0,1,0,0,0),(5957,217,0,1,1,955,0,-10046.3,-511.442,47.441,1.10703,300,10,0,449,0,1,0,0,0),(5956,569,0,1,1,2541,0,-10134.5,-836.731,36.7839,1.26936,300,10,0,531,0,1,0,0,0),(5955,213,0,1,1,801,0,-10024.7,-892.68,29.9796,4.2878,300,10,0,449,0,1,0,0,0),(995,704,0,1,1,0,0,-6440.43,418.379,390.032,5.46189,180,5,0,55,0,1,0,0,0),(996,704,0,1,1,0,0,-6406.14,439.923,380.5,5.46004,180,5,0,55,0,1,0,0,0),(997,721,0,1,1,0,0,-6307.87,509.554,387.454,1.55387,180,10,0,1,0,1,0,0,0),(998,705,0,1,1,0,0,-6313.09,442.302,383.234,5.04897,370,5,0,42,0,1,0,0,0),(999,705,0,1,1,0,0,-6331.21,502.435,386.204,1.95718,370,5,0,42,0,1,0,0,0),(1000,705,0,1,1,0,0,-6338.66,420.6,378.351,3.52539,370,5,0,42,0,1,0,0,0),(1001,704,0,1,1,0,0,-6375,425,376.634,2.54573,180,5,0,55,0,1,0,0,0),(1002,705,0,1,1,0,0,-6356.1,412.38,375.956,0.663444,370,5,0,42,0,1,0,0,0),(1003,724,0,1,1,0,1,-6389.16,438.166,379.265,0.94559,370,5,0,55,0,1,0,0,0),(1004,704,0,1,1,0,0,-6352.28,452.276,377.099,0.544105,180,5,0,55,0,1,0,0,0),(1005,704,0,1,1,0,0,-6342.14,482.296,381.859,2.51997,180,5,0,55,0,1,0,0,0),(1006,721,0,1,1,0,0,-6348.45,437.051,376.212,3.78799,180,10,0,1,0,1,0,0,0),(5954,217,0,1,1,955,0,-10075.5,-1219.58,30.6103,5.28098,300,5,0,449,0,1,0,0,0),(1009,721,0,1,1,0,0,-6366.1,406.426,376.107,2.38381,180,10,0,1,0,1,0,0,0),(1010,705,0,1,1,0,0,-6367.46,396.625,377.249,3.02104,370,5,0,42,0,1,0,0,0),(1012,705,0,1,1,0,0,-6300.6,381.503,380.328,0.015216,370,5,0,42,0,1,0,0,0),(1013,705,0,1,1,0,0,-6341.68,399.397,377.971,1.59262,370,5,0,42,0,1,0,0,0),(1014,705,0,1,1,0,0,-6263.23,389.482,382.702,0.274929,370,5,0,42,0,1,0,0,0),(1015,705,0,1,1,0,0,-6303.25,403.096,381.885,3.16371,370,5,0,42,0,1,0,0,0),(1016,705,0,1,1,0,0,-6281.02,430.606,384.353,4.54342,370,5,0,42,0,1,0,0,0),(1017,708,0,1,1,0,0,-6276.25,422.811,384.766,4.77347,180,5,0,71,0,1,0,0,0),(1018,705,0,1,1,0,0,-6318.32,402.951,380.634,5.15062,370,5,0,42,0,1,0,0,0),(1019,721,0,1,1,0,0,-6212.83,370.665,386.948,3.04286,180,10,0,1,0,1,0,0,0),(1020,705,0,1,1,0,0,-6233,408.056,387.624,3.12402,370,5,0,42,0,1,0,0,0),(1021,853,0,1,1,0,1,-6176.78,364.764,399.107,3.10624,300,0,1,11828,0,2,0,0,0),(1022,6376,0,1,1,0,1,-6049.4,383.6,398.958,3.05433,180,0,0,95,230,0,0,0,0),(1023,837,0,1,1,0,1,-6056.74,393.548,392.843,3.68265,180,0,0,102,0,0,0,0,0),(1024,460,0,1,1,0,1,-6048.79,391.078,398.958,3.63029,180,0,0,102,0,0,0,0,0),(1025,944,0,1,1,0,1,-6056.09,388.175,392.944,3.33358,180,0,0,102,0,0,0,0,0),(1026,836,0,1,1,0,1,-6056.38,385.213,392.845,3.1765,180,0,0,102,0,0,0,0,0),(1028,721,0,1,1,0,0,-6292.65,319.852,376.661,4.53782,180,10,0,1,0,1,0,0,0),(1029,721,0,1,1,0,0,-6313.43,351.942,377.131,5.22346,180,10,0,1,0,1,0,0,0),(1030,721,0,1,1,0,0,-6242.14,290.56,384.94,5.28374,180,10,0,1,0,1,0,0,0),(1031,705,0,1,1,0,0,-6323.52,374.581,378.122,1.49371,370,0,0,42,0,0,0,0,0),(1032,705,0,1,1,0,0,-6340.77,308.916,380.04,5.47466,370,5,0,42,0,1,0,0,0),(1033,705,0,1,1,0,0,-6368.8,362.586,382.422,1.43966,370,5,0,42,0,1,0,0,0),(1034,705,0,1,1,0,0,-6315.59,341.114,376.661,3.12391,370,0,0,42,0,0,0,0,0),(1035,704,0,1,1,0,0,-6332.99,341.316,377.984,5.60295,180,0,0,55,0,0,0,0,0),(1036,705,0,1,1,0,0,-6329.87,358.147,377.479,3.73627,370,0,0,42,0,0,0,0,0),(1037,707,0,1,1,0,0,-6355.96,361.262,378.436,0.083495,370,5,0,42,0,1,0,0,0),(1038,707,0,1,1,0,0,-6387.92,381.837,381.279,4.0935,370,5,0,42,0,1,0,0,0),(1039,707,0,1,1,0,0,-6322.9,320.929,378.445,2.58792,370,5,0,42,0,1,0,0,0),(1040,707,0,1,1,0,0,-6340,328.682,379.238,2.02335,370,5,0,42,0,1,0,0,0),(1041,724,0,1,1,0,1,-6323.79,308.756,379.02,2.70825,370,5,0,55,0,1,0,0,0),(1042,724,0,1,1,0,1,-6339.62,361.6,378.311,1.02303,370,5,0,55,0,1,0,0,0),(1043,705,0,1,1,0,0,-6437.53,362.414,396.99,3.15136,370,5,0,42,0,1,0,0,0),(1044,704,0,1,1,0,0,-6402.77,385.843,383.118,3.2944,180,5,0,55,0,1,0,0,0),(1045,724,0,1,1,0,1,-6429.5,362.923,392.971,2.31532,370,5,0,55,0,1,0,0,0),(1046,707,0,1,1,0,0,-6408.81,375.605,385.025,3.03411,370,5,0,42,0,1,0,0,0),(1047,707,0,1,1,0,0,-6426.25,380.859,388.458,4.9228,370,5,0,42,0,1,0,0,0),(1048,724,0,1,1,0,1,-6438.87,395.094,391.465,3.66923,370,5,0,55,0,1,0,0,0),(1049,705,0,1,1,0,0,-6410.02,349.491,389.555,0.59666,370,5,0,42,0,1,0,0,0),(5953,213,0,1,1,801,0,-10020.9,-753.347,35.8251,3.23932,300,10,0,449,0,1,0,0,0),(5952,565,0,1,1,802,0,-10067,-826.614,36.4153,0.954632,300,10,0,494,0,1,0,0,0),(1053,705,0,1,1,0,0,-6369.36,335.917,385.504,2.10787,370,5,0,42,0,1,0,0,0),(5951,569,0,1,1,2541,0,-10113.4,-649.301,48.6061,6.19129,300,10,0,531,0,1,0,0,0),(1057,707,0,1,1,0,0,-6381.1,342.258,386.207,5.70762,370,5,0,42,0,1,0,0,0),(1058,724,0,1,1,0,1,-6360.37,318.976,381.04,2.08526,370,5,0,55,0,1,0,0,0),(1059,706,0,1,1,0,1,-6452.47,464.686,392.024,2.867,180,5,0,71,0,1,0,0,0),(1061,706,0,1,1,0,1,-6464.96,437.66,415.774,2.28154,180,5,0,71,0,1,0,0,0),(5950,213,0,1,1,801,0,-9997.15,-727.657,31.9249,3.78275,300,10,0,449,0,1,0,0,0),(5949,565,0,1,1,802,0,-10041.3,-949.832,33.9731,5.43287,300,10,0,494,0,1,0,0,0),(1065,706,0,1,1,0,1,-6449.12,502.617,385.646,0.14715,180,5,0,71,0,1,0,0,0),(5948,565,0,1,1,802,0,-10069.9,-683.935,35.7575,2.71257,300,10,0,494,0,1,0,0,0),(5947,569,0,1,1,2541,0,-10118.6,-713.653,41.285,2.19241,300,10,0,531,0,1,0,0,0),(5946,217,0,1,1,955,0,-10050.7,-718.386,36.9141,3.39182,300,10,0,449,0,1,0,0,0),(17694,1768,0,1,1,346,1,1314.56,634.371,30.5476,0.925526,275,10,0,253,264,1,0,0,0),(5945,565,0,1,1,802,0,-10048.2,-647.193,42.2363,0.950607,300,10,0,494,0,1,0,0,0),(1075,706,0,1,1,0,1,-6469.68,480.808,387.949,3.71985,180,5,0,71,0,1,0,0,0),(5944,213,0,1,1,801,0,-10053.6,-1337.52,30.7027,3.90051,300,10,0,449,0,1,0,0,0),(1078,706,0,1,1,0,1,-6528.63,399.69,382.037,0.679748,180,5,0,71,0,1,0,0,0),(1079,376,0,1,1,0,1,-8512,862.364,109.927,3.822,490,0,0,4120,0,0,0,0,0),(1080,706,0,1,1,0,1,-6477.3,389.722,383.13,2.87478,180,5,0,71,0,1,0,0,0),(5943,213,0,1,1,801,0,-10060.3,-1248,29.5661,6.07171,300,10,0,449,0,1,0,0,0),(1084,706,0,1,1,0,1,-6496.07,398.316,386.692,3.45881,180,5,0,71,0,1,0,0,0),(1085,706,0,1,1,0,1,-6539.19,473.222,385.998,4.62916,180,5,0,71,0,1,0,0,0),(5942,202,0,1,1,9786,1,-10571.7,277.592,29.9497,3.01098,300,5,0,617,0,1,0,0,0),(1087,706,0,1,1,0,1,-6538.67,424.174,385.934,1.65253,180,5,0,71,0,1,0,0,0),(1088,706,0,1,1,0,1,-6511.86,418.936,386.521,4.5332,180,5,0,71,0,1,0,0,0),(5941,887,0,1,1,2390,1,-10624.6,-1185.56,28.9689,0.263761,300,0,0,2918,0,2,0,0,0),(1091,706,0,1,1,0,1,-6522.17,422.68,386.235,3.76193,180,5,0,71,0,1,0,0,0),(5940,898,0,1,1,657,0,-10212.9,-716.786,39.0129,0.498921,300,5,0,787,0,1,0,0,0),(5939,1270,0,1,1,559,0,-10320.3,-1268.85,36.0147,5.88851,300,10,0,950,0,1,0,0,0),(5938,499,0,1,1,2396,1,-10934.5,-381.813,40.1976,0.174533,300,0,0,950,0,0,0,0,0),(5937,888,0,1,1,2384,1,-10923.2,-384.928,39.4344,0.942478,300,0,0,950,0,0,0,0,0),(5936,1270,0,1,1,559,0,-10378.8,-1197.9,43.2235,3.43652,300,5,0,950,0,1,0,0,0),(5935,1270,0,1,1,559,0,-10359.6,-1206.26,41.501,4.21648,300,5,0,950,0,1,0,0,0),(5934,923,0,1,1,246,0,-10900.1,-665.051,44.3963,3.71821,300,5,0,617,0,1,0,0,0),(5933,202,0,1,1,9786,1,-10760.8,-1357.76,38.6829,2.18092,300,10,0,617,0,1,0,0,0),(5932,202,0,1,1,9786,1,-10752.3,-1305.99,49.1337,5.24998,300,5,0,617,0,1,0,0,0),(5931,202,0,1,1,9786,1,-10786.2,-1344.07,38.4342,3.27457,300,10,0,617,0,1,0,0,0),(5930,217,0,1,1,955,0,-10181.5,376.746,36.5766,2.66048,300,10,0,449,0,1,0,0,0),(5929,217,0,1,1,955,0,-10224.1,237.008,28.2865,0.338426,300,5,0,449,0,1,0,0,0),(5928,539,0,1,1,958,0,-10099.5,-169.704,28.5794,5.07957,300,5,0,417,0,1,0,0,0),(5927,213,0,1,1,801,0,-10190.9,95.483,27.1476,5.44535,300,10,0,449,0,1,0,0,0),(5926,213,0,1,1,801,0,-10184.4,147.96,27.2086,5.93165,300,10,0,449,0,1,0,0,0),(5925,565,0,1,1,802,0,-10185.8,413.005,36.8115,3.18272,300,10,0,494,0,1,0,0,0),(5924,213,0,1,1,801,0,-10186.1,72.9431,26.4347,3.17186,300,10,0,449,0,1,0,0,0),(5923,213,0,1,1,801,0,-10135.4,364.584,30.3683,2.44177,300,10,0,449,0,1,0,0,0),(5922,213,0,1,1,801,0,-10148.8,312.775,25.0292,6.20492,300,10,0,449,0,1,0,0,0),(5913,213,0,1,1,801,0,-10183.7,223.565,23.7474,1.97141,300,5,0,449,0,1,0,0,0),(5898,565,0,1,1,802,0,-10222.2,282.823,33.3391,3.55546,300,5,0,494,0,1,0,0,0),(5897,565,0,1,1,802,0,-10264.9,252.252,34.5217,5.39537,300,5,0,494,0,1,0,0,0),(5896,213,0,1,1,801,0,-10220.4,202.025,25.0565,1.73245,300,5,0,449,0,1,0,0,0),(5895,213,0,1,1,801,0,-10238,239.361,32.0129,0.139135,300,5,0,449,0,1,0,0,0),(5894,213,0,1,1,801,0,-10226,492.268,26.4498,5.22771,300,5,0,449,0,1,0,0,0),(5893,565,0,1,1,802,0,-10221.6,311.562,37.8365,0.946633,300,5,0,494,0,1,0,0,0),(5892,565,0,1,1,802,0,-10173.2,281.199,23.632,6.26366,300,10,0,494,0,1,0,0,0),(5891,898,0,1,1,657,0,-10674.5,-819.122,61.1378,5.93961,300,5,0,787,0,1,0,0,0),(5890,533,0,1,1,203,0,-10667.1,-779.636,65.9586,3.17963,300,10,0,724,732,1,0,0,0),(5889,898,0,1,1,657,0,-10650.5,-715.848,49.8388,3.89661,300,5,0,787,0,1,0,0,0),(5888,533,0,1,1,203,0,-10488.2,-913.482,45.4971,1.0153,300,10,0,724,732,1,0,0,0),(5887,533,0,1,1,203,0,-10540.1,-920.256,46.7445,6.23143,300,10,0,724,732,1,0,0,0),(5886,205,0,1,1,736,0,-10576.1,-955.146,48.4027,5.92807,300,10,0,896,0,1,0,0,0),(5885,533,0,1,1,203,0,-10512.5,-878.195,47.8963,4.28105,300,5,0,724,732,1,0,0,0),(5884,205,0,1,1,736,0,-10609.6,-979.199,62.4861,4.40484,300,5,0,896,0,1,0,0,0),(5199,898,0,1,1,657,0,-10683.3,-761.458,65.1996,3.78582,300,5,0,787,0,1,0,0,0),(5198,898,0,1,1,657,0,-10487.9,-973.03,44.707,4.73886,300,5,0,787,0,1,0,0,0),(5197,205,0,1,1,736,0,-10542.1,-991.466,52.6867,5.68617,300,5,0,896,0,1,0,0,0),(5196,898,0,1,1,657,0,-10621.6,-755.048,55.346,3.256,300,10,0,787,0,1,0,0,0),(5195,205,0,1,1,736,0,-10523.8,-956.97,44.9973,3.14469,300,10,0,896,0,1,0,0,0),(5194,565,0,1,1,802,0,-10171.8,322.592,29.0844,1.45889,300,10,0,494,0,1,0,0,0),(5193,213,0,1,1,801,0,-10248.2,541.088,28.4343,2.06936,300,5,0,449,0,1,0,0,0),(5192,213,0,1,1,801,0,-10129.5,388.368,28.8356,3.32214,300,5,0,449,0,1,0,0,0),(5191,2110,0,1,1,1141,0,-10657.9,-1020.38,70.3454,3.43845,300,5,0,1,0,1,0,0,0),(5190,898,0,1,1,657,0,-10447.8,-950.81,47.125,0.636352,300,10,0,787,0,1,0,0,0),(5189,1258,0,1,1,9562,0,-10404.8,-1043.11,51.784,3.58341,300,5,0,734,0,1,0,0,0),(5188,620,0,1,1,304,0,-10672.2,-1153.13,25.833,1.41593,300,10,0,1,0,1,0,0,0),(5187,217,0,1,1,955,0,-10021.4,-577.22,43.4487,0.019529,300,10,0,449,0,1,0,0,0),(5186,569,0,1,1,2541,0,-10095.3,-735.155,35.4259,2.18424,300,5,0,531,0,1,0,0,0),(5185,569,0,1,1,2541,0,-10110.8,-784.759,36.2408,6.07468,300,10,0,531,0,1,0,0,0),(5184,569,0,1,1,2541,0,-10084.6,-681.302,38.3835,3.57979,300,10,0,531,0,1,0,0,0),(5183,569,0,1,1,2541,0,-10125.8,-1204.35,27.793,2.98062,300,10,0,531,0,1,0,0,0),(5182,539,0,1,1,958,0,-10058.6,-1112.93,29.1197,2.67544,300,10,0,417,0,1,0,0,0),(5181,569,0,1,1,2541,0,-10063.7,-553.04,52.3783,2.01661,300,10,0,531,0,1,0,0,0),(5180,569,0,1,1,2541,0,-10082.7,-538.816,51.8756,1.82618,300,5,0,531,0,1,0,0,0),(5179,217,0,1,1,955,0,-10049.1,-853.868,33.3224,0.502578,300,10,0,449,0,1,0,0,0),(5178,202,0,1,1,9786,1,-10489.4,259.269,30.3502,6.12297,300,5,0,617,0,1,0,0,0),(5177,923,0,1,1,246,0,-10271.3,-1042.27,44.1629,2.69541,300,3,0,617,0,1,0,0,0),(5176,531,0,1,1,7550,1,-10472.6,427.357,38.8509,0.966476,300,10,0,664,0,1,0,0,0),(5175,949,0,1,1,545,0,-10502.9,343.599,31.8454,3.57472,300,5,0,734,0,1,0,0,0),(5174,898,0,1,1,657,0,-10261.5,-820.327,43.8461,3.40264,300,10,0,787,0,1,0,0,0),(5172,898,0,1,1,657,0,-10211.4,-772.044,45.3547,0.639475,300,5,0,787,0,1,0,0,0),(5168,531,0,1,1,7550,1,-10564.5,379.374,32.4905,2.16368,300,10,0,664,0,1,0,0,0),(5164,202,0,1,1,9786,1,-10805.4,-1330.33,36.697,1.61326,300,10,0,617,0,1,0,0,0),(5163,202,0,1,1,9786,1,-10536.4,393.403,31.3655,5.30163,300,10,0,617,0,1,0,0,0),(5162,202,0,1,1,9786,1,-10781.3,-1310.42,37.322,5.3532,300,5,0,617,0,1,0,0,0),(5161,620,0,1,1,304,0,-10513.2,-1269.27,41.0241,3.36179,300,10,0,1,0,1,0,0,0),(5160,531,0,1,1,7550,1,-10565.1,401.82,31.357,0.488432,300,10,0,664,0,1,0,0,0),(5159,217,0,1,1,955,0,-10544.7,506.567,30.7313,2.46691,300,5,0,449,0,1,0,0,0),(5158,217,0,1,1,955,0,-10436.9,583.493,29.0051,6.22259,300,10,0,449,0,1,0,0,0),(5157,217,0,1,1,955,0,-10400.2,543.96,31.5288,5.80207,300,5,0,449,0,1,0,0,0),(5156,569,0,1,1,2541,0,-10471.6,535.221,30.3523,1.4416,300,10,0,531,0,1,0,0,0),(5155,213,0,1,1,801,0,-10198.1,-72.7319,33.7524,4.92761,300,5,0,449,0,1,0,0,0),(5154,565,0,1,1,802,0,-10222.8,-85.6472,35.2971,3.15526,300,10,0,494,0,1,0,0,0),(5153,565,0,1,1,802,0,-10145.5,-219.234,31.8486,0.041476,300,5,0,494,0,1,0,0,0),(5152,213,0,1,1,801,0,-10123.8,-41.6284,25.167,1.36705,300,5,0,449,0,1,0,0,0),(5151,213,0,1,1,801,0,-10049.9,-381.846,30.2087,2.69978,300,10,0,449,0,1,0,0,0),(5150,565,0,1,1,802,0,-10254.5,152.618,33.0951,2.62509,300,5,0,494,0,1,0,0,0),(5149,565,0,1,1,802,0,-10245,-61.3525,38.8538,6.11643,300,10,0,494,0,1,0,0,0),(5148,213,0,1,1,801,0,-10157.3,-74.9967,28.1575,2.15012,300,10,0,449,0,1,0,0,0),(5147,565,0,1,1,802,0,-10184.9,-113.709,28.6633,1.14585,300,10,0,494,0,1,0,0,0),(5146,213,0,1,1,801,0,-10085.4,-280.654,31.3857,2.25389,300,5,0,449,0,1,0,0,0),(5145,213,0,1,1,801,0,-10052.5,-313.025,29.5993,2.33982,300,5,0,449,0,1,0,0,0),(5144,565,0,1,1,802,0,-10179.5,-182.807,31.9188,0.295379,300,5,0,494,0,1,0,0,0),(5143,213,0,1,1,801,0,-10083,-352.729,33.7705,5.20058,300,5,0,449,0,1,0,0,0),(5142,213,0,1,1,801,0,-10155.4,-18.5079,26.8007,0.15708,300,10,0,449,0,1,0,0,0),(5141,565,0,1,1,802,0,-10113.7,-249.476,31.1844,0.123386,300,5,0,494,0,1,0,0,0),(5140,531,0,1,1,7550,1,-10551.5,420.895,36.6954,3.06307,300,10,0,664,0,1,0,0,0),(5139,202,0,1,1,9786,1,-10548.8,444.955,37.6471,4.91781,300,5,0,617,0,1,0,0,0),(5138,1110,0,1,1,734,1,-10426.2,343.543,42.0242,1.657,300,5,0,840,0,2,0,0,0),(5137,1110,0,1,1,734,1,-10382.6,359.137,48.6547,2.87,300,5,0,840,0,2,0,0,0),(5136,539,0,1,1,958,0,-10213.8,56.0146,32.5514,0.318916,300,10,0,417,0,1,0,0,0),(5135,217,0,1,1,955,0,-10208.3,324.36,34.074,1.67811,300,5,0,449,0,1,0,0,0),(5134,217,0,1,1,955,0,-10195.1,-27.7171,28.049,1.00826,300,10,0,449,0,1,0,0,0),(5133,213,0,1,1,801,0,-10205.4,-19.1645,29.2565,5.7478,300,10,0,449,0,1,0,0,0),(5132,213,0,1,1,801,0,-10177,9.97424,26.52,5.37193,300,10,0,449,0,1,0,0,0),(5131,213,0,1,1,801,0,-10060.9,-247.356,30.1511,5.8475,300,5,0,449,0,1,0,0,0),(5130,1110,0,1,1,734,1,-10304.6,354.795,59.7844,5.1986,300,3,0,840,0,1,0,0,0),(5129,565,0,1,1,802,0,-10237.7,286.451,38.2243,2.51998,300,5,0,494,0,1,0,0,0),(5128,604,0,1,1,519,0,-10330.9,389.415,59.8041,3.1301,300,5,0,840,0,1,0,0,0),(5127,604,0,1,1,519,0,-10304.5,378.958,59.8041,6.02095,300,3,0,840,0,1,0,0,0),(5126,771,0,1,1,7848,1,-10398.8,347.001,24.4756,1.22173,21600,5,0,1163,0,1,0,0,0),(5125,604,0,1,1,519,0,-10340.2,407.272,59.7126,0.279848,300,5,0,840,0,1,0,0,0),(5124,565,0,1,1,802,0,-10251,397.549,56.2163,4.59893,300,0,0,494,0,0,0,0,0),(5123,213,0,1,1,801,0,-10226.7,47.141,37.0137,0.472381,300,10,0,449,0,1,0,0,0),(5122,1110,0,1,1,734,1,-10401.1,407.209,46.9729,4.56552,300,3,0,840,0,1,0,0,0),(5121,1110,0,1,1,734,1,-10406.3,422.916,47.5979,6.01205,300,3,0,840,0,1,0,0,0),(5120,1110,0,1,1,734,1,-10427.1,397.733,45.7883,3.40219,300,3,0,840,0,1,0,0,0),(5119,213,0,1,1,801,0,-10062.4,-185.204,27.1409,3.23698,300,5,0,449,0,1,0,0,0),(5118,213,0,1,1,801,0,-10104.5,-119.622,25.8666,5.56968,300,5,0,449,0,1,0,0,0),(5117,213,0,1,1,801,0,-10093.6,-133.702,27.2564,1.55127,300,5,0,449,0,1,0,0,0),(5103,1110,0,1,1,734,1,-10422.3,418.311,46.8479,1.49568,300,3,0,840,0,1,0,0,0),(5102,1110,0,1,1,734,1,-10368.4,445.35,24.8339,4.46606,300,5,0,840,0,1,0,0,0),(5101,785,0,1,1,612,1,-10392.7,378.706,24.3922,5.58852,300,5,0,769,756,1,0,0,0),(5100,539,0,1,1,958,0,-10159.5,-83.5617,28.3063,1.51126,300,10,0,417,0,1,0,0,0),(5099,213,0,1,1,801,0,-10158.1,-128.633,30.2879,5.57795,300,5,0,449,0,1,0,0,0),(5098,213,0,1,1,801,0,-10104.9,-158.168,28.7928,4.84159,300,5,0,449,0,1,0,0,0),(5097,213,0,1,1,801,0,-10070.2,-218.419,29.4523,0.572277,300,5,0,449,0,1,0,0,0),(5096,1110,0,1,1,734,1,-10332.7,362.263,60.5037,0.912559,300,0,0,840,0,0,0,0,0),(5095,785,0,1,1,612,1,-10387.7,399.898,29.0795,4.6725,300,5,0,769,756,1,0,0,0),(5094,785,0,1,1,612,1,-10285.7,389.611,15.6853,6.04304,300,5,0,769,756,1,0,0,0),(5093,1110,0,1,1,734,1,-10380,424.26,29.0795,1.70369,300,5,0,840,0,1,0,0,0),(5092,949,0,1,1,545,0,-10429.4,375.514,43.9533,4.69091,300,5,0,734,0,1,0,0,0),(5091,1110,0,1,1,734,1,-10410.5,391.236,46.7028,0.373052,300,5,0,840,0,1,0,0,0),(5090,787,0,1,1,7555,1,-10444.2,378.12,44.1067,5.88163,300,5,0,684,1040,1,0,0,0),(5089,787,0,1,1,7555,1,-10455.4,404.736,42.3885,5.38993,300,5,0,684,1040,1,0,0,0),(5088,787,0,1,1,7555,1,-10445.1,429.635,43.1775,4.51323,300,10,0,684,1040,1,0,0,0),(5087,949,0,1,1,545,0,-10474.6,322.601,35.1706,1.16392,300,5,0,734,0,1,0,0,0),(5086,522,0,1,1,21691,1,-10363.4,359.383,53.171,3.21659,600,0,0,2865,0,2,0,0,0),(5085,949,0,1,1,545,0,-10420.7,265.17,36.6561,3.23154,300,10,0,734,0,1,0,0,0),(5084,218,0,1,1,4277,1,-10518.2,439.154,37.7085,0.521587,300,3,0,664,0,1,0,0,0),(5083,212,0,1,1,610,1,-10968.8,-54.5537,14.1747,2.94287,300,10,0,950,0,1,0,0,0),(5082,892,0,1,1,11567,1,-10985.5,-80.2888,14.8933,1.63707,300,10,0,840,0,1,0,0,0),(5081,212,0,1,1,610,1,-10959.7,-37.173,13.5567,3.44058,300,5,0,950,0,1,0,0,0),(5080,212,0,1,1,610,1,-10981.6,-40.6744,14.9899,4.79965,300,0,0,950,0,0,0,0,0),(5079,212,0,1,1,610,1,-10996.6,-54.7006,15.5076,2.26134,300,0,0,950,0,0,0,0,0),(5078,1251,0,1,1,3190,1,-11047.5,-83.6758,15.0617,0.061161,300,10,0,702,1977,1,0,0,0),(5077,1251,0,1,1,3190,1,-11011.3,-82.7747,14.5138,5.75774,300,10,0,702,1977,1,0,0,0),(5076,212,0,1,1,610,1,-11078.4,-103.067,15.8003,0.712599,300,5,0,950,0,1,0,0,0),(5075,212,0,1,1,610,1,-11085.1,-75.8083,16.2433,2.96558,300,5,0,950,0,1,0,0,0),(5074,212,0,1,1,610,1,-11070.4,-59.9084,14.7844,5.53269,300,0,0,950,0,0,0,0,0),(5073,212,0,1,1,610,1,-11099.8,-86.0551,17.5726,0.459474,300,0,0,950,0,0,0,0,0),(5072,1251,0,1,1,3190,1,-11231.4,-174.899,4.37882,5.31227,300,5,0,702,1977,1,0,0,0),(5071,1487,0,1,1,6170,1,-11234.5,-186.625,5.07986,2.69294,300,5,0,1050,0,1,0,0,0),(5070,1487,0,1,1,6170,1,-11179.5,-112.851,7.75238,6.02483,300,5,0,1050,0,1,0,0,0),(5069,1251,0,1,1,3190,1,-11199.8,-167.271,5.09337,0.140647,300,5,0,702,1977,1,0,0,0),(5068,212,0,1,1,610,1,-11156.9,-154.141,9.68523,1.51752,300,5,0,950,0,1,0,0,0),(5067,1487,0,1,1,6170,1,-11171.4,-196.489,9.3029,2.05094,300,3,0,1050,0,1,0,0,0),(5066,300,0,1,1,655,1,-11224.8,-160.547,5.96393,0.486025,300,0,0,1050,0,0,0,0,0),(5065,1251,0,1,1,3190,1,-11151,-186.644,13.8223,0.767945,300,0,0,702,1977,0,0,0,0),(5064,212,0,1,1,610,1,-11135.5,-159.121,10.7201,6.15399,300,5,0,950,0,1,0,0,0),(5063,1251,0,1,1,3190,1,-11109.4,-152.087,12.5732,1.42139,300,0,0,702,1977,0,0,0,0),(5062,212,0,1,1,610,1,-11145,-119.826,7.47809,5.30858,300,5,0,950,0,1,0,0,0),(5061,891,0,1,1,326,1,-11013.8,-108.009,15.7022,1.23569,300,10,0,628,1707,1,0,0,0),(5060,889,0,1,1,415,1,-11084.1,-228.687,25.3826,4.36222,300,5,0,734,0,1,0,0,0),(5059,891,0,1,1,326,1,-11069.7,-257.207,14.6019,3.69169,300,10,0,628,1707,1,0,0,0),(5058,892,0,1,1,11567,1,-11020.6,-154.027,15.0527,3.70034,300,10,0,840,0,1,0,0,0),(5057,891,0,1,1,326,1,-11057.8,-227.837,17.2469,4.42751,300,10,0,628,1707,1,0,0,0),(5056,1200,0,1,1,4272,1,-10317.9,376.991,65.3527,4.46804,600,0,0,3609,3543,0,0,0,0),(5055,891,0,1,1,326,1,-11048.8,-246.148,13.9929,2.83169,300,10,0,628,1707,1,0,0,0),(5054,892,0,1,1,11567,1,-11066.5,-233.316,16.7171,0,300,0,0,840,0,0,0,0,0),(5053,889,0,1,1,415,1,-11064.1,-211.042,19.9969,1.01724,300,5,0,734,0,1,0,0,0),(5052,1110,0,1,1,734,1,-10317.1,364.18,65.2557,1.26683,300,0,0,840,0,0,0,0,0),(5051,889,0,1,1,415,1,-11022.9,-205.552,15.2931,1.47041,300,10,0,734,0,1,0,0,0),(5050,889,0,1,1,415,1,-11012.6,-179.322,13.8217,1.27316,300,10,0,734,0,1,0,0,0),(5049,1110,0,1,1,734,1,-10320.8,368.276,60.5037,2.5315,300,0,0,840,0,0,0,0,0),(5048,891,0,1,1,326,1,-10993.1,-145.853,16.2234,3.01657,300,5,0,628,1707,1,0,0,0),(1309,706,0,1,1,0,1,-6532.21,441.461,385.135,1.31105,180,5,0,71,0,1,0,0,0),(5047,892,0,1,1,11567,1,-10944.4,-77.8397,13.8789,0.447945,300,5,0,840,0,1,0,0,0),(1311,706,0,1,1,0,1,-6529.17,401.571,382.483,0.949249,180,5,0,71,0,1,0,0,0),(5046,891,0,1,1,326,1,-10988.4,-112.422,14.5611,2.13591,300,10,0,628,1707,1,0,0,0),(5045,539,0,1,1,958,0,-10108.3,-250.434,31.1385,4.35293,300,5,0,417,0,1,0,0,0),(5044,3,0,1,1,987,0,-10419.2,148.395,35.7197,4.56723,300,10,0,664,0,1,0,0,0),(5043,202,0,1,1,9786,1,-10470.4,169.724,34.5176,5.08523,300,10,0,617,0,1,0,0,0),(5042,202,0,1,1,9786,1,-10495.8,180.254,33.7712,1.94442,300,10,0,617,0,1,0,0,0),(5041,531,0,1,1,7550,1,-10484.3,203.061,31.2289,5.80514,300,10,0,664,0,1,0,0,0),(5040,531,0,1,1,7550,1,-10499,214.294,32.6515,1.45477,300,10,0,664,0,1,0,0,0),(5039,531,0,1,1,7550,1,-10491.4,228.798,32.7765,2.19511,300,5,0,664,0,1,0,0,0),(5038,531,0,1,1,7550,1,-10508.7,191.16,31.5408,2.28473,300,10,0,664,0,1,0,0,0),(5037,503,0,1,1,10626,0,-10206.1,262.436,0.831001,0.592555,7200,5,0,935,878,1,0,0,0),(5036,949,0,1,1,545,0,-10549.4,253.538,30.8608,1.88266,300,10,0,734,0,1,0,0,0),(5035,930,0,1,1,368,0,-10764.2,-115.579,36.5147,4.64658,300,10,0,664,0,1,0,0,0),(5034,930,0,1,1,368,0,-10780.5,-102.105,34.702,2.12624,300,10,0,664,0,1,0,0,0),(5033,889,0,1,1,415,1,-10985.4,-258.918,19.8074,1.51606,300,5,0,734,0,1,0,0,0),(5032,923,0,1,1,246,0,-10991.5,-325.699,38.7653,5.33903,300,5,0,617,0,1,0,0,0),(5031,2110,0,1,1,1141,0,-10804.9,310.986,31.3445,1.07723,300,10,0,1,0,1,0,0,0),(5030,889,0,1,1,415,1,-11012.3,-256.614,15.5519,5.96824,300,5,0,734,0,1,0,0,0),(5029,889,0,1,1,415,1,-10985.7,-212.068,15.2536,2.82926,300,5,0,734,0,1,0,0,0),(5028,891,0,1,1,326,1,-11070.7,-145.736,30.9177,3.6559,300,5,0,628,1707,1,0,0,0),(5027,909,0,1,1,4280,1,-11014.5,184.263,28.8046,1.98493,300,0,0,734,0,0,0,0,0),(5026,910,0,1,1,4282,1,-11011.8,194.711,27.9932,6.12611,300,0,0,628,1707,0,0,0,0),(5025,909,0,1,1,4279,1,-11001.5,188.105,28.6022,5.97321,300,5,0,734,0,1,0,0,0),(5024,206,0,1,1,522,0,-10969.1,-1122.76,40.1916,6.17789,300,0,0,1003,0,0,0,0,0),(5023,206,0,1,1,522,0,-10974.8,-1157.47,39.2097,-1.58065,300,0,0,1003,0,0,0,0,0),(5022,206,0,1,1,522,0,-11061.5,-1111.64,38.9699,3.00651,300,5,0,1003,0,1,0,0,0),(5021,206,0,1,1,522,0,-11014.3,-1135.9,38.7108,5.49411,300,5,0,1003,0,1,0,0,0),(5020,920,0,1,1,1098,0,-11133.2,-1167.76,43.0021,3.8951,300,3,0,892,852,1,0,0,0),(5019,920,0,1,1,1098,0,-11149.3,-1166.35,43.9705,2.67035,300,3,0,892,852,1,0,0,0),(5018,920,0,1,1,1098,0,-11103.3,-1151.91,41.9221,3.87621,300,0,0,892,852,0,0,0,0),(5017,920,0,1,1,1098,0,-11137.8,-1154.13,42.9113,0.100879,300,3,0,892,852,1,0,0,0),(5016,923,0,1,1,246,0,-10954.4,237.452,28.7835,3.4326,300,10,0,617,0,1,0,0,0),(5015,574,0,1,1,963,0,-10573,-1498.31,91.4737,4.14558,3600,0,0,840,0,2,0,0,0),(5014,215,0,1,1,4276,1,-11099.7,-573.034,31.9702,1.83772,300,5,0,664,0,1,0,0,0),(5013,215,0,1,1,4278,1,-11066.1,-539.748,32.9981,2.29442,300,5,0,664,0,1,0,0,0),(1349,946,0,1,1,0,1,-6588.03,374.293,389.947,3.85162,180,5,0,69,79,1,0,0,0),(5012,205,0,1,1,736,0,-10976.8,-925.846,68.4887,3.96528,300,0,0,896,0,0,0,0,0),(5011,205,0,1,1,736,0,-10963,-983.72,71.1192,3.79366,300,10,0,896,0,1,0,0,0),(5010,315,0,1,1,1562,1,-10368,-1254.99,35.9218,6.23491,300,0,0,1586,0,0,0,0,0),(5009,898,0,1,1,657,0,-10177.6,-746.247,42.7684,0.072028,300,5,0,787,0,1,0,0,0),(5008,48,0,1,1,200,1,-11016.3,-1243.26,59.9663,3.5616,300,5,0,531,0,1,0,0,0),(5007,217,0,1,1,955,0,-10038.9,-452.525,41.3584,1.67785,300,10,0,449,0,1,0,0,0),(5006,217,0,1,1,955,0,-10091.6,-294.985,32.3655,1.50628,300,5,0,449,0,1,0,0,0),(5005,210,0,1,1,570,1,-10306.8,206.455,34.2484,5.13774,300,5,0,787,0,1,0,0,0),(5004,3,0,1,1,987,0,-10381.9,234.047,33.0843,0.593242,300,10,0,664,0,1,0,0,0),(5003,3,0,1,1,987,0,-10406,247.344,35.0885,1.64502,300,10,0,664,0,1,0,0,0),(5002,787,0,1,1,7555,1,-10422,373.936,44.4667,3.12417,300,5,0,684,1040,1,0,0,0),(5001,948,0,1,1,137,0,-10392.3,250.202,33.2436,4.26592,300,10,0,734,0,1,0,0,0),(4993,202,0,1,1,9786,1,-10565.2,356.918,30.8036,3.53443,300,5,0,617,0,1,0,0,0),(4992,570,0,1,1,569,0,-10253.1,160.311,0.046589,2.81827,300,5,0,896,0,1,0,0,0),(4991,787,0,1,1,7555,1,-10396.1,383.551,46.9751,2.58682,300,3,0,684,1040,1,0,0,0),(4990,210,0,1,1,570,1,-10392.4,176.114,35.1059,3.6222,300,5,0,787,0,1,0,0,0),(4989,570,0,1,1,569,0,-10240,173.806,0.352823,3.73597,300,5,0,896,0,1,0,0,0),(4988,3,0,1,1,987,0,-10303.8,238.125,34.7333,5.58743,300,5,0,664,0,1,0,0,0),(4987,570,0,1,1,569,0,-10333.7,107.874,1.62558,3.73896,300,5,0,896,0,1,0,0,0),(4986,570,0,1,1,569,0,-10365.4,133.559,1.66079,2.46732,300,5,0,896,0,1,0,0,0),(4985,604,0,1,1,519,0,-10347.5,183.668,34.1374,3.24969,300,5,0,840,0,1,0,0,0),(4984,210,0,1,1,570,1,-10332.6,214.927,33.1234,4.29405,300,5,0,787,0,1,0,0,0),(4983,787,0,1,1,7555,1,-10370.1,468.445,25.0028,4.36404,300,5,0,684,1040,1,0,0,0),(4982,787,0,1,1,7555,1,-10372.2,456.447,24.9963,1.35817,300,5,0,684,1040,1,0,0,0),(4981,948,0,1,1,137,0,-10399.9,184.445,34.9638,1.94161,300,10,0,734,0,1,0,0,0),(4980,785,0,1,1,612,1,-10367.6,462.576,25.0028,5.96354,300,5,0,769,756,1,0,0,0),(4979,604,0,1,1,519,0,-10329.9,193.118,34.241,5.08457,300,5,0,840,0,1,0,0,0),(4978,948,0,1,1,137,0,-10330.2,243.43,34.3995,6.1187,300,5,0,734,0,1,0,0,0),(4977,1110,0,1,1,734,1,-10345.5,370.055,58.4598,3.08695,300,3,0,840,0,1,0,0,0),(4976,604,0,1,1,519,0,-10332.4,350.98,58.9094,1.33608,300,5,0,840,0,1,0,0,0),(4975,920,0,1,1,1098,0,-11222.7,-880.728,78.6422,5.59484,300,0,0,892,852,0,0,0,0),(4974,202,0,1,1,9786,1,-10476.2,453.765,35.4776,1.41335,300,5,0,617,0,1,0,0,0),(4973,531,0,1,1,7550,1,-10445.5,221.74,31.8922,5.20089,300,5,0,664,0,1,0,0,0),(4972,202,0,1,1,9786,1,-10586.6,391.76,32.0762,4.25658,300,10,0,617,0,1,0,0,0),(4971,218,0,1,1,4275,1,-10515.9,440.823,37.8335,3.3949,300,3,0,664,0,1,0,0,0),(4970,3,0,1,1,987,0,-10420.2,217.386,34.1388,4.9478,300,5,0,664,0,1,0,0,0),(4969,202,0,1,1,9786,1,-10579,440.923,35.3432,6.27377,300,5,0,617,0,1,0,0,0),(4968,3,0,1,1,987,0,-10422.5,190.394,36.7266,0.666361,300,10,0,664,0,1,0,0,0),(4967,930,0,1,1,368,0,-10450.8,85.6862,39.535,2.065,300,5,0,664,0,1,0,0,0),(4966,218,0,1,1,4275,1,-10515.7,434.195,37.9585,2.67561,300,3,0,664,0,1,0,0,0),(4965,948,0,1,1,137,0,-10320.2,141.062,39.4904,5.48179,300,0,0,734,0,0,0,0,0),(4964,3,0,1,1,987,0,-10336.7,139.678,34.1651,0.297084,300,10,0,664,0,1,0,0,0),(4963,3,0,1,1,987,0,-10365.4,148.422,35.0639,-0.287933,300,10,0,664,0,1,0,0,0),(4962,210,0,1,1,570,1,-10308.5,136.767,38.0653,5.60996,300,10,0,787,0,1,0,0,0),(4961,3,0,1,1,987,0,-10404.2,156.617,35.311,5.32335,300,10,0,664,0,1,0,0,0),(4960,565,0,1,1,802,0,-10297.5,535.878,41.8532,5.73908,300,10,0,494,0,1,0,0,0),(4959,206,0,1,1,522,0,-11027.8,-1104.3,41.481,4.8627,300,5,0,1003,0,1,0,0,0),(4958,206,0,1,1,522,0,-11003.4,-1085.17,47.6069,1.69806,300,5,0,1003,0,1,0,0,0),(4957,205,0,1,1,736,0,-10962.5,-910.664,68.7206,1.74937,300,10,0,896,0,1,0,0,0),(4956,898,0,1,1,657,0,-10951,-861.631,65.6743,4.52764,300,10,0,787,0,1,0,0,0),(4955,533,0,1,1,203,0,-11015.7,-788.964,57.4645,1.7494,300,5,0,724,732,1,0,0,0),(4954,533,0,1,1,203,0,-10935.9,-901.084,69.83,1.78394,300,10,0,724,732,1,0,0,0),(4953,533,0,1,1,203,0,-10981.3,-875.705,65.9459,4.67598,300,10,0,724,732,1,0,0,0),(4952,206,0,1,1,522,0,-11018.3,-1108.94,40.6974,5.51524,300,0,0,1003,0,0,0,0,0),(4951,206,0,1,1,522,0,-11006.5,-1099.05,42.5339,0.415175,300,5,0,1003,0,1,0,0,0),(4950,533,0,1,1,203,0,-11019.9,-853.802,61.3711,6.01642,300,5,0,724,732,1,0,0,0),(4949,898,0,1,1,657,0,-10912.1,-818.611,60.0725,0.623199,300,5,0,787,0,1,0,0,0),(4948,533,0,1,1,203,0,-10993.1,-804.993,58.1161,5.27492,300,10,0,724,732,1,0,0,0),(4947,930,0,1,1,368,0,-10767,-1267.6,35.1489,4.48969,300,5,0,664,0,1,0,0,0),(4946,202,0,1,1,9786,1,-10564.7,210.794,31.3689,2.90502,300,10,0,617,0,1,0,0,0),(47657,8896,230,1,1,8796,1,650.177,-180.163,-36.8973,3.29867,7200,0,0,2304,1807,0,0,0,0),(4945,202,0,1,1,9786,1,-10573.2,231.416,30.7439,6.20913,300,10,0,617,0,1,0,0,0),(4944,531,0,1,1,7550,1,-10570.2,244.374,29.1534,0.977788,300,10,0,664,0,1,0,0,0),(4943,202,0,1,1,9786,1,-10586,251.443,32.0284,4.01017,300,5,0,617,0,1,0,0,0),(4942,620,0,1,1,304,0,-10683.7,-1233.15,28.7227,5.27282,300,10,0,1,0,1,0,0,0),(4941,531,0,1,1,7550,1,-10487.3,394.844,36.3066,3.15101,300,5,0,664,0,1,0,0,0),(4940,620,0,1,1,304,0,-10730.6,-1211.44,27.6144,1.63981,300,10,0,1,0,1,0,0,0),(4939,2110,0,1,1,1141,0,-10694.4,-1156.17,25.2412,1.9969,300,10,0,1,0,1,0,0,0),(4938,923,0,1,1,246,0,-10840.2,-43.2947,38.9931,2.9816,300,10,0,617,0,1,0,0,0),(4937,930,0,1,1,368,0,-10691,-1337.15,48.4064,4.55944,300,10,0,664,0,1,0,0,0),(4936,930,0,1,1,368,0,-10642.4,-1307.47,44.9301,2.36955,300,5,0,664,0,1,0,0,0),(4927,202,0,1,1,9786,1,-10578.7,352.894,28.4887,4.22402,300,5,0,617,0,1,0,0,0),(4926,930,0,1,1,368,0,-10333.6,-28.8128,45.3986,2.39209,300,10,0,664,0,1,0,0,0),(4925,930,0,1,1,368,0,-10543,-69.5953,41.4502,4.71026,300,10,0,664,0,1,0,0,0),(4924,930,0,1,1,368,0,-10543.9,-109.268,52.4663,4.98738,300,5,0,664,0,1,0,0,0),(4923,930,0,1,1,368,0,-10744.6,-13.4821,34.8323,0.123386,300,10,0,664,0,1,0,0,0),(4922,930,0,1,1,368,0,-10647.7,-52.8453,31.8996,5.03661,300,10,0,664,0,1,0,0,0),(4921,930,0,1,1,368,0,-10705.3,-9.375,33.2124,0,300,5,0,664,0,1,0,0,0),(4920,569,0,1,1,2541,0,-10463.6,556.309,25.3876,2.76886,300,10,0,531,0,1,0,0,0),(4919,565,0,1,1,802,0,-10446.1,572.788,26.0642,6.23821,300,10,0,494,0,1,0,0,0),(4918,930,0,1,1,368,0,-10702.1,-41.8802,32.9466,1.63918,300,10,0,664,0,1,0,0,0),(4917,930,0,1,1,368,0,-10733.9,-11.0453,35.0279,4.69091,300,5,0,664,0,1,0,0,0),(1473,706,0,1,1,0,1,-6601.72,389.411,389.015,2.46914,180,0,0,71,0,0,0,0,0),(1474,946,0,1,1,0,1,-6606.95,388.925,390.202,0.087266,180,0,0,69,79,0,0,0,0),(4916,930,0,1,1,368,0,-10701.3,-127.67,32.8977,4.54371,300,5,0,664,0,1,0,0,0),(1478,706,0,1,1,0,1,-6568.07,365.826,391.152,2.51327,180,0,0,71,0,0,0,0,0),(1479,946,0,1,1,0,1,-6542.25,371.445,396.815,4.03171,180,0,0,69,79,0,0,0,0),(97507,6491,571,1,4294967295,0,0,3504.05,2101.44,69.5588,3.45915,60,0,0,4120,0,0,0,0,0),(4914,48,0,1,1,200,1,-11044.4,-1256.62,57.1385,5.61546,300,5,0,531,0,1,0,0,0),(1483,706,0,1,1,0,1,-6602.75,387.374,389.951,3.71317,180,0,0,71,0,0,0,0,0),(1484,706,0,1,1,0,1,-6537.85,389.46,381.749,5.70587,180,0,0,71,0,0,0,0,0),(1485,706,0,1,1,0,1,-6533.38,375.865,382.545,0.72174,180,0,0,71,0,0,0,0,0),(1486,706,0,1,1,0,1,-6522.79,383.491,383.047,6.02372,180,0,0,71,0,0,0,0,0),(1487,706,0,1,1,0,1,-6506.69,385.506,385.346,3.34341,180,5,0,71,0,1,0,0,0),(1488,706,0,1,1,0,1,-6574.32,409.03,387.516,0.005852,180,5,0,71,0,1,0,0,0),(1489,946,0,1,1,0,1,-6538.62,354.985,371.876,5.21853,180,0,0,69,79,0,0,0,0),(1490,706,0,1,1,0,1,-6515.74,345.666,371.934,5.08914,180,5,0,71,0,1,0,0,0),(1491,706,0,1,1,0,1,-6503.41,349.755,373.741,4.05633,180,5,0,71,0,1,0,0,0),(1492,706,0,1,1,0,1,-6472.68,358.09,377.506,3.4828,180,5,0,71,0,1,0,0,0),(1493,706,0,1,1,0,1,-6474.77,345.838,377.469,4.53927,180,5,0,71,0,1,0,0,0),(1494,706,0,1,1,0,1,-6499.05,335.043,368.068,4.63547,180,5,0,71,0,1,0,0,0),(1495,706,0,1,1,0,1,-6518.02,332.052,373.123,4.0484,180,5,0,71,0,1,0,0,0),(1496,706,0,1,1,0,1,-6526.96,361.09,388.072,4.13482,180,0,0,71,0,0,0,0,0),(1497,946,0,1,1,0,1,-6581.86,319.805,386.769,5.19229,180,0,0,69,79,0,0,0,0),(1498,706,0,1,1,0,1,-6566.28,295.361,387.955,1.55334,180,0,0,71,0,0,0,0,0),(1499,706,0,1,1,0,1,-6546.19,298.689,383.98,5.78063,180,0,0,71,0,0,0,0,0),(1500,946,0,1,1,0,1,-6532.19,304.589,382.438,3.77789,180,0,0,69,79,0,0,0,0),(1501,706,0,1,1,0,1,-6481.45,319.665,374.849,5.14384,180,5,0,71,0,1,0,0,0),(1502,808,0,1,1,0,1,-6508.82,300.758,370.346,0,180,0,0,98,115,0,0,0,0),(1503,706,0,1,1,0,1,-6504.5,295.569,370.05,0.855211,180,0,0,71,0,0,0,0,0),(1504,946,0,1,1,0,1,-6512.54,313.134,372.942,5.95282,180,5,0,69,79,1,0,0,0),(1505,706,0,1,1,0,1,-6497.89,320.4,368.648,1.57414,180,5,0,71,0,1,0,0,0),(1506,706,0,1,1,0,1,-6527.04,302.087,382.4,0.146395,180,5,0,71,0,1,0,0,0),(1507,946,0,1,1,0,1,-6488.63,301.039,371.558,0.880262,180,5,0,69,79,1,0,0,0),(1508,707,0,1,1,0,0,-6436.73,329.411,399.458,5.16277,370,5,0,42,0,1,0,0,0),(1509,707,0,1,1,0,0,-6423.97,307.389,402.87,3.96115,370,5,0,42,0,1,0,0,0),(1510,707,0,1,1,0,0,-6427.08,335.416,393.846,3.67343,370,5,0,42,0,1,0,0,0),(1511,707,0,1,1,0,0,-6405.95,289.275,397.2,3.63143,370,5,0,42,0,1,0,0,0),(1512,724,0,1,1,0,1,-6419.02,326.417,393.29,2.16114,370,5,0,55,0,1,0,0,0),(1513,707,0,1,1,0,0,-6393.23,322.423,387.027,5.86185,370,5,0,42,0,1,0,0,0),(1514,724,0,1,1,0,1,-6381.34,310.343,385.717,1.35817,370,5,0,55,0,1,0,0,0),(1515,705,0,1,1,0,0,-6287.51,361.461,379.378,0.21655,370,5,0,42,0,1,0,0,0),(1516,705,0,1,1,0,0,-6294.7,382.96,381.026,2.08345,370,5,0,42,0,1,0,0,0),(1517,705,0,1,1,0,0,-6328.12,372.374,377.872,4.7217,370,5,0,42,0,1,0,0,0),(1518,705,0,1,1,0,0,-6304.24,361.936,378.313,0.176128,370,5,0,42,0,1,0,0,0),(1519,705,0,1,1,0,0,-6322.98,330.81,377.445,4.60055,370,5,0,42,0,1,0,0,0),(1520,721,0,1,1,0,0,-6355.8,308.005,380.642,1.09154,180,10,0,1,0,1,0,0,0),(1521,707,0,1,1,0,0,-6336.78,301.407,380.04,4.92484,370,5,0,42,0,1,0,0,0),(1522,707,0,1,1,0,0,-6321.7,287.677,379.97,2.02341,370,5,0,42,0,1,0,0,0),(1523,724,0,1,1,0,1,-6343.94,290.787,380.511,0.743894,370,5,0,55,0,1,0,0,0),(1524,707,0,1,1,0,0,-6362.91,290.958,382.193,5.48813,370,5,0,42,0,1,0,0,0),(1525,705,0,1,1,0,0,-6298.13,301.962,376.715,4.04741,370,5,0,42,0,1,0,0,0),(1526,705,0,1,1,0,0,-6297.01,323.488,376.854,5.8016,370,5,0,42,0,1,0,0,0),(1527,705,0,1,1,0,0,-6272.15,285.559,382.647,0.870188,370,5,0,42,0,1,0,0,0),(1528,7384,0,1,1,0,0,-6271.02,305.206,382.05,5.34521,300,0,0,42,0,0,0,0,0),(1529,704,0,1,1,0,0,-6331.19,334.28,378.138,5.74213,180,5,0,55,0,1,0,0,0),(1530,705,0,1,1,0,0,-6302.47,257.043,382.875,3.29647,370,5,0,42,0,1,0,0,0),(1531,707,0,1,1,0,0,-6364.17,235.656,393.514,1.61813,370,5,0,42,0,1,0,0,0),(1532,707,0,1,1,0,0,-6377.9,247.727,390.166,1.30215,370,5,0,42,0,1,0,0,0),(1533,707,0,1,1,0,0,-6327.21,235.496,383.984,1.15393,370,5,0,42,0,1,0,0,0),(1534,707,0,1,1,0,0,-6343.28,220.553,389.224,2.13411,370,5,0,42,0,1,0,0,0),(1535,707,0,1,1,0,0,-6371.4,262.984,386.541,2.91333,370,0,0,42,0,0,0,0,0),(1536,724,0,1,1,0,1,-6371.76,242.244,392.42,3.44314,370,5,0,55,0,1,0,0,0),(1537,724,0,1,1,0,1,-6351.15,262.955,384.014,6.21515,370,5,0,55,0,1,0,0,0),(1538,724,0,1,1,0,1,-6379.88,280.975,388.764,5.00095,370,0,0,55,0,0,0,0,0),(1539,705,0,1,1,0,0,-6366.61,280.354,384.017,2.96097,370,0,0,42,0,0,0,0,0),(1540,707,0,1,1,0,0,-6332.22,269.696,380.627,3.98341,370,5,0,42,0,1,0,0,0),(1541,705,0,1,1,0,0,-6312.16,384.127,380.073,0.160909,370,0,0,42,0,0,0,0,0),(1542,707,0,1,1,0,0,-6392.55,258.839,391.166,3.64464,370,0,0,42,0,0,0,0,0),(1543,707,0,1,1,0,0,-6384.78,227.313,405.294,2.38851,370,0,0,42,0,0,0,0,0),(1544,724,0,1,1,0,1,-6397.44,240.061,399.291,0.186212,370,0,0,55,0,0,0,0,0),(1545,707,0,1,1,0,0,-6424.57,242.535,410.675,3.77455,370,0,0,42,0,0,0,0,0),(1546,707,0,1,1,0,0,-6346.38,184.912,395.67,5.48559,370,5,0,42,0,1,0,0,0),(1547,724,0,1,1,0,1,-6367.66,207.263,403.366,2.74741,370,0,0,55,0,0,0,0,0),(1548,707,0,1,1,0,0,-6367.79,213.707,399.919,3.79743,370,0,0,42,0,0,0,0,0),(1549,707,0,1,1,0,0,-6353.7,159.999,399.31,5.79323,370,5,0,42,0,1,0,0,0),(1550,17802,545,3,1,0,1,-23.6238,-191.056,-20.6817,0.164899,86400,0,0,20259,0,0,0,0,0),(1552,17800,545,3,1,0,1,-40.8796,-207.862,-18.2856,0.15708,86400,0,0,20259,0,0,0,0,0),(1553,1718,0,1,1,0,1,-6152.7,48.1789,416.72,0.306881,180,0,0,71,0,0,0,0,0),(1554,17800,545,3,1,0,1,-36.6156,-216.919,-18.2239,0.907571,86400,0,0,20259,0,0,0,0,0),(1555,6827,545,3,1,0,0,-26.5702,-215.418,-18.8375,0.493595,86400,0,0,42,0,0,0,0,0),(1556,1718,0,1,1,0,1,-6111.35,47.9522,412.837,2.55295,180,0,0,71,0,0,0,0,0),(1557,17801,545,3,1,0,1,1.51287,-250.445,-21.5411,6.14356,86400,0,0,16208,15775,0,0,0,0),(1558,1718,0,1,1,0,1,-6040.92,44.5182,407.748,3.17296,180,0,0,71,0,0,0,0,0),(1559,17802,545,3,1,0,1,5.36913,-248.001,-23.1317,1.80373,86400,0,0,20259,0,0,0,0,0),(1560,17803,545,3,1,0,1,2.57794,-255.504,-21.6858,0.785398,86400,0,0,16208,15775,0,0,0,0),(1561,17722,545,3,1,0,1,-88.2888,-256.126,-12.1919,1.29613,86400,0,0,22356,15775,0,0,0,0),(1562,1718,0,1,1,0,1,-6073.79,40.1757,409.231,3.7633,180,0,0,71,0,0,0,0,0),(1563,1125,0,1,1,0,0,-5943.85,5.26828,369.662,5.01434,180,10,0,102,0,1,0,0,0),(1564,1125,0,1,1,0,0,-5839.07,-61.8035,361.821,2.71723,180,10,0,102,0,1,0,0,0),(4913,898,0,1,1,657,0,-10706.1,-855.789,69.5749,0.862329,300,5,0,787,0,1,0,0,0),(4910,930,0,1,1,368,0,-10709.7,12.7423,35.8945,-2.79562,300,0,0,664,0,0,0,0,0),(4909,930,0,1,1,368,0,-10584.6,-46.0735,36.4867,3.09466,300,10,0,664,0,1,0,0,0),(4908,930,0,1,1,368,0,-10607,-12.2057,34.7979,0.584769,300,10,0,664,0,1,0,0,0),(4907,930,0,1,1,368,0,-10611.5,-79.7923,34.2377,3.13,300,10,0,664,0,1,0,0,0),(4906,1270,0,1,1,559,0,-10365.9,-1292.14,35.4253,3.55808,300,10,0,950,0,1,0,0,0),(4905,930,0,1,1,368,0,-10555.5,-26.0475,42.0699,4.16393,300,5,0,664,0,1,0,0,0),(4904,930,0,1,1,368,0,-10480.5,-18.8253,51.3041,1.44428,300,10,0,664,0,1,0,0,0),(1575,1125,0,1,1,0,0,-5944.88,-115.987,394.331,4.00974,180,10,0,102,0,1,0,0,0),(1576,721,0,1,1,0,0,-5911.57,-108.807,373.176,0.392838,180,10,0,1,0,1,0,0,0),(4903,930,0,1,1,368,0,-10428,-56.0186,45.5057,1.00068,300,10,0,664,0,1,0,0,0),(4902,930,0,1,1,368,0,-10305.9,-53.0144,42.2362,2.2823,300,10,0,664,0,1,0,0,0),(4901,930,0,1,1,368,0,-10331.1,-73.0804,42.5125,1.06125,300,10,0,664,0,1,0,0,0),(4900,930,0,1,1,368,0,-10364.8,-52.8607,45.8238,0.046932,300,10,0,664,0,1,0,0,0),(4899,930,0,1,1,368,0,-10329.8,-30.0834,44.6032,4.07827,300,10,0,664,0,1,0,0,0),(4898,570,0,1,1,569,0,-10240.2,140.189,2.28257,3.80161,300,5,0,896,0,1,0,0,0),(4897,930,0,1,1,368,0,-10365.3,1.54427,50.2516,3.89642,300,5,0,664,0,1,0,0,0),(4896,217,0,1,1,955,0,-10520.4,550.595,26.9447,5.6057,300,10,0,449,0,1,0,0,0),(4895,203,0,1,1,9783,1,-11078.1,-1276.73,57.8131,2.12899,300,5,0,472,1357,1,0,0,0),(4894,930,0,1,1,368,0,-10751.2,-172.226,40.3346,2.55793,300,5,0,664,0,1,0,0,0),(4893,206,0,1,1,522,0,-10929.5,-1121.77,38.1245,-0.159037,300,0,0,1003,0,0,0,0,0),(4892,206,0,1,1,522,0,-10949.4,-1151.23,39.372,-0.338592,300,0,0,1003,0,0,0,0,0),(4891,930,0,1,1,368,0,-10787.6,-173.836,39.6166,4.71629,300,5,0,664,0,1,0,0,0),(4890,930,0,1,1,368,0,-10691.2,-94.0919,35.9797,3.18259,300,5,0,664,0,1,0,0,0),(4889,1110,0,1,1,734,1,-10321.2,421.358,15.8676,3.84139,300,5,0,840,0,1,0,0,0),(4888,785,0,1,1,612,1,-10340.3,402.548,16.0422,3.14641,300,5,0,769,756,1,0,0,0),(4887,930,0,1,1,368,0,-10679.5,37.2484,38.0712,4.42093,300,5,0,664,0,1,0,0,0),(4886,785,0,1,1,612,1,-10258.9,379.612,10.4134,1.30483,300,5,0,769,756,1,0,0,0),(4885,1110,0,1,1,734,1,-10280.7,377.227,15.6853,5.96624,300,5,0,840,0,1,0,0,0),(4884,785,0,1,1,612,1,-10305.3,393.788,15.6853,5.88641,300,5,0,769,756,1,0,0,0),(4883,785,0,1,1,612,1,-10281.4,398.006,15.6853,3.55691,300,5,0,769,756,1,0,0,0),(4882,785,0,1,1,612,1,-10231.3,378.876,10.4134,5.83618,300,5,0,769,756,1,0,0,0),(4881,923,0,1,1,246,0,-10890.9,-489.428,49.6485,4.56746,300,5,0,617,0,1,0,0,0),(4880,787,0,1,1,7555,1,-10295.3,393.907,15.6853,1.43555,300,5,0,684,1040,1,0,0,0),(4879,898,0,1,1,657,0,-10275.6,-858.081,41.0037,0.066569,300,10,0,787,0,1,0,0,0),(4878,898,0,1,1,657,0,-10956.7,-784.884,63.7371,2.39716,300,10,0,787,0,1,0,0,0),(4877,909,0,1,1,4280,1,-11101.4,-535.784,33.2066,5.38818,300,0,0,734,0,0,0,0,0),(4876,215,0,1,1,4278,1,-11060.5,-599.711,29.7207,2.04454,300,10,0,664,0,1,0,0,0),(4875,909,0,1,1,4280,1,-11103.6,-530.346,33.2204,1.56273,300,0,0,734,0,0,0,0,0),(4874,910,0,1,1,4281,1,-11109.2,-528.353,32.5049,5.36586,300,0,0,628,1707,0,0,0,0),(4873,923,0,1,1,246,0,-11050.8,-626.256,28.013,0.249842,300,10,0,617,0,1,0,0,0),(4872,923,0,1,1,246,0,-10885.7,-257.814,40.3748,0.224602,300,5,0,617,0,1,0,0,0),(4871,215,0,1,1,4276,1,-11022.8,-689,40.5509,2.26977,300,3,0,664,0,1,0,0,0),(4870,909,0,1,1,4280,1,-11107.6,-514.6,32.2549,5.95997,300,5,0,734,0,1,0,0,0),(4869,215,0,1,1,4278,1,-11054,-489.126,30.4426,4.8691,300,10,0,664,0,1,0,0,0),(4868,923,0,1,1,246,0,-10981.5,-455.997,31.906,3.3842,300,5,0,617,0,1,0,0,0),(4867,215,0,1,1,4276,1,-10979.4,-477.26,33.6424,1.33008,300,5,0,664,0,1,0,0,0),(4866,217,0,1,1,955,0,-10570.9,479.243,36.7031,5.63634,300,5,0,449,0,1,0,0,0),(4863,215,0,1,1,4278,1,-11016.3,-489.798,31.5139,5.8239,300,10,0,664,0,1,0,0,0),(4862,215,0,1,1,4278,1,-11049,-517.66,31.7075,0.777467,300,10,0,664,0,1,0,0,0),(4861,539,0,1,1,958,0,-10002.4,-453.103,30.4168,4.0935,300,10,0,417,0,1,0,0,0),(4860,217,0,1,1,955,0,-10051.8,-792.45,36.0026,0.946456,300,10,0,449,0,1,0,0,0),(4859,923,0,1,1,246,0,-11028,-572.433,28.6536,1.56483,300,5,0,617,0,1,0,0,0),(4858,217,0,1,1,955,0,-10016.4,-628.851,40.192,1.59618,300,10,0,449,0,1,0,0,0),(4857,569,0,1,1,2541,0,-10121.7,-970.383,32.4884,1.02574,300,10,0,531,0,1,0,0,0),(4856,539,0,1,1,958,0,-9972.97,-639.08,34.0573,1.2431,300,10,0,417,0,1,0,0,0),(4855,217,0,1,1,955,0,-10090.6,-967.468,34.595,1.93825,300,5,0,449,0,1,0,0,0),(4833,539,0,1,1,958,0,-9956.31,-621.104,32.3463,4.76081,300,10,0,417,0,1,0,0,0),(4832,539,0,1,1,958,0,-10039.2,-967.166,32.9021,3.53443,300,10,0,417,0,1,0,0,0),(4831,215,0,1,1,4278,1,-11001.4,-536.417,33.1752,0.535548,300,5,0,664,0,1,0,0,0),(4830,930,0,1,1,368,0,-10621.2,108.002,36.5209,1.36843,300,5,0,664,0,1,0,0,0),(4829,1270,0,1,1,559,0,-10345.2,-1277.58,35.4253,2.25282,300,10,0,950,0,1,0,0,0),(4828,930,0,1,1,368,0,-10653.4,111.563,39.5762,1.61036,300,10,0,664,0,1,0,0,0),(4473,930,0,1,1,368,0,-10657.8,125.063,38.6485,4.73657,300,10,0,664,0,1,0,0,0),(4463,930,0,1,1,368,0,-10605.6,34.169,37.9929,0.442648,300,5,0,664,0,1,0,0,0),(4462,930,0,1,1,368,0,-10638.1,20.2466,40.0044,2.41684,300,5,0,664,0,1,0,0,0),(4461,787,0,1,1,7555,1,-10331.8,430.925,15.8676,0.514041,300,5,0,684,1040,1,0,0,0),(4460,930,0,1,1,368,0,-10555.5,33.402,39.7016,2.65175,300,5,0,664,0,1,0,0,0),(4459,930,0,1,1,368,0,-10587.3,20.7177,39.3966,1.58447,300,5,0,664,0,1,0,0,0),(68450,22991,530,1,1,0,0,-4110.19,3122.64,358.083,-0.034907,180,0,0,4120,0,0,0,0,0),(4457,202,0,1,1,9786,1,-10827.9,-1354.07,45.177,2.00816,300,5,0,617,0,1,0,0,0),(4456,202,0,1,1,9786,1,-10745.1,-1380.39,36.758,2.33627,300,10,0,617,0,1,0,0,0),(4455,202,0,1,1,9786,1,-10728.3,-1356.06,39.1205,1.28202,300,10,0,617,0,1,0,0,0),(4454,202,0,1,1,9786,1,-10806.1,-1372.95,41.2791,3.89937,300,5,0,617,0,1,0,0,0),(4453,930,0,1,1,368,0,-10846.5,-1345.17,49.5357,0.515742,300,10,0,664,0,1,0,0,0),(4452,785,0,1,1,612,1,-10389.6,366.257,24.3922,5.03815,300,5,0,769,756,1,0,0,0),(4451,533,0,1,1,203,0,-10911.3,-923.87,71.0304,2.91614,300,5,0,724,732,1,0,0,0),(4450,533,0,1,1,203,0,-10907.5,-903.306,71.2804,6.03056,300,10,0,724,732,1,0,0,0),(4449,205,0,1,1,736,0,-10938.5,-957.141,71.0505,2.57924,300,10,0,896,0,1,0,0,0),(4448,533,0,1,1,203,0,-10912.6,-959.442,71.1427,2.80774,300,10,0,724,732,1,0,0,0),(4447,205,0,1,1,736,0,-10903.2,-937.391,71.1427,4.72465,300,10,0,896,0,1,0,0,0),(4446,205,0,1,1,736,0,-10904.5,-916.936,71.0304,1.46832,300,10,0,896,0,1,0,0,0),(4445,898,0,1,1,657,0,-10306.8,-810.627,44.6383,0.245833,300,5,0,787,0,1,0,0,0),(4444,511,0,1,1,828,1,-10995,-1290.2,52.9175,5.70029,300,0,0,787,0,0,0,0,0),(4443,539,0,1,1,958,0,-10015.7,-808.916,33.137,1.09842,300,10,0,417,0,1,0,0,0),(4442,539,0,1,1,958,0,-10811.4,584.07,26.1014,4.54949,300,5,0,417,0,1,0,0,0),(4441,569,0,1,1,2541,0,-10768,476.297,33.2032,2.80317,300,5,0,531,0,1,0,0,0),(4440,210,0,1,1,570,1,-10358.6,228.27,32.7617,0.457897,300,10,0,787,0,1,0,0,0),(4439,948,0,1,1,137,0,-10363.8,251.911,36.4538,2.75067,300,10,0,734,0,1,0,0,0),(4438,202,0,1,1,9786,1,-10830.4,-1317.73,50.072,4.69439,300,5,0,617,0,1,0,0,0),(4437,205,0,1,1,736,0,-11037,-816.254,60.6179,5.68857,300,10,0,896,0,1,0,0,0),(4436,533,0,1,1,203,0,-10990.5,-984.506,68.97,1.07196,300,10,0,724,732,1,0,0,0),(4435,205,0,1,1,736,0,-11075.3,-886.686,63.1067,1.45526,300,10,0,896,0,1,0,0,0),(4434,205,0,1,1,736,0,-11057.2,-796.931,58.0183,2.31656,300,10,0,896,0,1,0,0,0),(4433,205,0,1,1,736,0,-11024.4,-896.39,63.1358,2.38524,300,10,0,896,0,1,0,0,0),(4432,205,0,1,1,736,0,-11070.1,-811.487,58.0838,4.13194,300,10,0,896,0,1,0,0,0),(4431,533,0,1,1,203,0,-11066.4,-921.772,63.6348,0.233543,300,10,0,724,732,1,0,0,0),(4430,205,0,1,1,736,0,-11086.7,-819.702,59.3338,0.716686,300,5,0,896,0,1,0,0,0),(4429,205,0,1,1,736,0,-11075.4,-830.247,58.7088,0.805625,300,10,0,896,0,1,0,0,0),(4428,205,0,1,1,736,0,-11078.8,-861.621,61.8146,2.81686,300,10,0,896,0,1,0,0,0),(4427,205,0,1,1,736,0,-11072.3,-801.469,59.4588,6.02491,300,10,0,896,0,1,0,0,0),(4426,205,0,1,1,736,0,-11053.5,-846.839,60.5264,4.32125,300,10,0,896,0,1,0,0,0),(4425,217,0,1,1,955,0,-11000.1,421.523,37.5395,2.13333,300,10,0,449,0,1,0,0,0),(4424,539,0,1,1,958,0,-10982.8,477.493,37.6394,5.75483,300,5,0,417,0,1,0,0,0),(4423,539,0,1,1,958,0,-10957,511.032,36.4292,3.79632,300,5,0,417,0,1,0,0,0),(4422,205,0,1,1,736,0,-11043.6,-893.206,62.9232,2.24078,300,10,0,896,0,1,0,0,0),(4421,205,0,1,1,736,0,-11032.9,-905.15,63.6405,5.14121,300,10,0,896,0,1,0,0,0),(4420,533,0,1,1,203,0,-10995.8,-954.637,65.7431,3.18138,300,10,0,724,732,1,0,0,0),(4419,205,0,1,1,736,0,-11038.6,-886.392,62.6732,4.00848,300,10,0,896,0,1,0,0,0),(4418,217,0,1,1,955,0,-11023.9,409.361,33.9599,1.28394,300,10,0,449,0,1,0,0,0),(1693,1199,0,1,1,0,0,-5875.68,-84.7733,366.592,2.04335,180,0,0,102,0,0,0,0,0),(4417,923,0,1,1,246,0,-10894.7,-178.438,43.6833,2.60034,300,5,0,617,0,1,0,0,0),(4416,930,0,1,1,368,0,-10621.9,-1495.95,90.5155,5.90575,300,10,0,664,0,1,0,0,0),(4415,930,0,1,1,368,0,-10654.2,-1487.5,90.7568,2.85713,300,5,0,664,0,1,0,0,0),(4414,930,0,1,1,368,0,-10671.8,-1513.46,90.5826,2.60017,300,5,0,664,0,1,0,0,0),(4413,539,0,1,1,958,0,-10023.6,-955.806,30.0997,1.00122,300,10,0,417,0,1,0,0,0),(4412,539,0,1,1,958,0,-10003.6,-1009.51,27.4235,0.315036,300,10,0,417,0,1,0,0,0),(4411,569,0,1,1,2541,0,-10084.6,-855.408,37.0334,1.28366,300,10,0,531,0,1,0,0,0),(4410,217,0,1,1,955,0,-10081,-1019.46,31.9258,2.66658,300,10,0,449,0,1,0,0,0),(4409,569,0,1,1,2541,0,-10119.5,-917.614,35.7456,0.9267,300,5,0,531,0,1,0,0,0),(4408,2110,0,1,1,1141,0,-10817.1,-1061.09,45.6217,6.01642,300,5,0,1,0,1,0,0,0),(4407,787,0,1,1,7555,1,-10238.4,378.578,10.4134,2.85168,300,5,0,684,1040,1,0,0,0),(4406,539,0,1,1,958,0,-10906.8,559.45,33.5428,0.603069,300,10,0,417,0,1,0,0,0),(4405,570,0,1,1,569,0,-10208.2,287.563,1.92269,5.4853,300,2,0,896,0,1,0,0,0),(4404,785,0,1,1,612,1,-10222.3,369.688,10.4134,4.54056,300,5,0,769,756,1,0,0,0),(4403,787,0,1,1,7555,1,-10197.4,297.698,2.92753,1.77033,300,2,0,684,1040,1,0,0,0),(4402,785,0,1,1,612,1,-10221.2,379.972,10.4134,3.0298,300,5,0,769,756,1,0,0,0),(1715,1128,0,1,1,0,0,-5864.03,-120.886,359.971,2.94305,180,10,0,122,0,1,0,0,0),(1716,1125,0,1,1,0,0,-6104.47,-163.987,433.257,1.83388,180,10,0,102,0,1,0,0,0),(1717,721,0,1,1,0,0,-5771.76,-570.915,399.181,2.80934,180,10,0,1,0,1,0,0,0),(1718,1128,0,1,1,0,0,-5785.41,-427.887,366.031,4.43619,180,10,0,122,0,1,0,0,0),(1719,1125,0,1,1,0,0,-5674.73,-613.753,402.727,2.68781,180,10,0,102,0,1,0,0,0),(1720,1125,0,1,1,0,0,-5537.99,-437.938,404.183,1.91448,180,10,0,102,0,1,0,0,0),(1721,1128,0,1,1,0,0,-5516.15,-566.643,402.559,4.46804,180,10,0,122,0,1,0,0,0),(35281,6188,1,1,1,2000,1,4623.69,-5574.08,101.865,1.32659,333,5,0,2016,4393,1,0,0,0),(1723,17802,545,3,1,0,1,-91.9829,-255.49,-12.5306,1.40694,86400,0,0,20259,0,0,0,0,0),(1724,7954,0,1,1,0,1,-5457.24,-618.481,394.177,4.97419,430,0,0,2769,0,0,0,0,0),(1725,12365,0,1,1,0,0,-5461.16,-619.598,393.596,0.20944,180,0,0,42,0,0,0,0,0),(1726,1126,0,1,1,0,0,-5420.51,-566.01,396.607,0.5564,180,10,0,120,0,1,0,0,0),(1727,1131,0,1,1,0,0,-5423.3,-458.534,396.992,3.41024,180,10,0,137,0,1,0,0,0),(1728,721,0,1,1,0,0,-5377.46,-607.377,392.053,3.25893,180,10,0,1,0,1,0,0,0),(1729,1131,0,1,1,0,0,-5341.75,-607.219,391.056,1.26963,180,10,0,137,0,1,0,0,0),(1730,1138,0,1,1,0,0,-5393.14,-447.577,396.001,5.21021,180,10,0,120,0,1,0,0,0),(1731,1138,0,1,1,0,0,-5387.26,-450.499,396.528,3.00633,180,10,0,120,0,1,0,0,0),(1732,721,0,1,1,0,0,-5331.87,-525.9,392.209,2.83405,180,10,0,1,0,1,0,0,0),(31447,4344,1,1,1,2548,0,-4054.81,-3148.42,30.6376,6.13985,360,10,0,1305,1186,1,0,0,0),(31448,4344,1,1,1,2548,0,-4079.17,-3102.59,29.7908,4.24874,360,10,0,1305,1186,1,0,0,0),(1735,721,0,1,1,0,0,-5170.98,-541.089,398.372,0.019529,180,10,0,1,0,1,0,0,0),(1736,1131,0,1,1,0,0,-5260.86,-442.674,388.337,0.566879,180,10,0,137,0,1,0,0,0),(1737,1127,0,1,1,0,0,-5261.36,-424.144,390.217,3.28122,180,0,0,137,0,0,0,0,0),(1738,1126,0,1,1,0,0,-5296.75,-678.968,388.355,5.41275,180,10,0,120,0,1,0,0,0),(1739,721,0,1,1,0,0,-5160.49,-667.872,407.608,2.75927,180,10,0,1,0,1,0,0,0),(1740,721,0,1,1,0,0,-5256.49,-761.613,392.037,2.88904,180,10,0,1,0,1,0,0,0),(1741,17802,545,3,1,0,1,56.2594,-308.776,-7.85218,2.13917,86400,0,0,20259,0,0,0,0,0),(1742,17801,545,3,1,0,1,56.8631,-310.419,-7.83755,3.36815,86400,0,0,16208,15775,0,0,0,0),(1743,5595,0,1,1,0,1,-4893.07,-884.876,501.659,5.09636,300,0,0,15952,0,0,0,0,0),(1744,14183,0,1,1,0,1,-4842.4,-868.648,501.997,2.82743,490,0,0,2442,2434,0,0,0,0),(1745,5111,0,1,1,0,1,-4840.67,-857.094,501.997,4.86947,310,0,0,1003,0,0,0,0,0),(1746,5110,0,1,1,0,1,-4865.23,-865.331,502.275,5.0091,310,0,0,1003,0,0,0,0,0),(1747,5112,0,1,1,0,1,-4842.34,-860.934,501.997,4.57276,310,0,0,1003,0,0,0,0,0),(1748,5595,0,1,1,0,1,-4872,-926.028,501.576,3.59538,300,0,0,15952,0,0,0,0,0),(1749,7292,0,1,1,0,0,-4881.99,-981.982,503.941,3.83069,540,0,0,3006,0,0,0,0,0),(1750,5595,0,1,1,0,1,-4859.47,-941.691,501.524,3.38594,300,0,0,15952,0,0,0,0,0),(1751,5107,0,1,1,0,1,-4874.87,-966.2,505.157,3.7001,310,0,0,1003,0,0,0,0,0),(1752,5106,0,1,1,0,1,-4876.68,-964.371,511.824,5.20108,310,0,0,1003,0,0,0,0,0),(1753,8879,0,1,1,0,1,-4861.04,-1016.93,505.798,5.2709,430,0,0,2215,1807,0,0,0,0),(1754,2461,0,1,1,0,0,-4886.55,-997.594,504.024,2.23402,540,0,0,5544,0,0,0,0,0),(1755,5108,0,1,1,0,0,-4872.03,-971.529,505.157,3.63029,310,0,0,1003,0,0,0,0,0),(1756,2460,0,1,1,0,0,-4877.43,-990.034,504.024,2.30383,540,0,0,5544,0,0,0,0,0),(1757,5595,0,1,1,0,1,-4854.64,-1010.24,502.273,4.81711,300,0,0,15952,0,0,0,0,0),(1758,5151,0,1,1,0,1,-4715.88,-961.253,505.371,2.35619,310,0,0,1003,0,0,0,0,0),(1759,5595,0,1,1,0,1,-4686.29,-974.548,501.655,0.669128,300,0,0,15952,0,2,0,0,0),(1760,5595,0,1,1,0,1,-4687.49,-966.483,501.623,2.47629,300,0,0,15952,0,2,0,0,0),(1761,5133,0,1,1,0,1,-4653.32,-896.476,502.281,2.44346,310,0,0,1003,0,0,0,0,0),(1762,5152,0,1,1,0,1,-4653.22,-893.601,508.948,2.60054,310,0,0,1003,0,0,0,0,0),(1763,1466,0,1,1,0,0,-4742.71,-1020.45,504.51,2.26893,190,0,0,664,0,0,0,0,0),(1764,8507,0,1,1,0,1,-4594.7,-958.391,508.962,5.84685,310,0,0,992,2680,0,0,0,0),(1765,5595,0,1,1,0,1,-4631.28,-937.003,502.85,3.78736,300,0,0,15952,0,0,0,0,0),(1766,5595,0,1,1,0,1,-4631.2,-1022.72,501.724,1.8326,300,0,0,15952,0,0,0,0,0),(1767,5595,0,1,1,0,1,-4638.94,-1024.92,501.724,1.79769,300,0,0,15952,0,0,0,0,0),(1768,7978,0,1,1,0,0,-4640.13,-1014.64,501.65,3.32889,310,0,0,1003,0,2,0,0,0),(1769,5148,0,1,1,0,1,-4592.85,-907.687,502.85,3.21141,430,0,0,2769,0,0,0,0,0),(1770,5142,0,1,1,0,1,-4617.63,-906.666,501.156,4.45059,430,0,0,2769,0,0,0,0,0),(1771,2489,0,1,1,0,1,-4606.54,-915.167,501.146,3.10669,540,0,0,2218,0,0,0,0,0),(1772,5143,0,1,1,0,1,-4625.99,-912.884,501.152,6.17846,540,0,0,1753,0,0,0,0,0),(1773,5144,0,1,1,0,1,-4613.03,-929.032,501.152,1.3439,540,0,0,1753,0,0,0,0,0),(1774,7312,0,1,1,0,1,-4614.48,-928.362,501.151,0.802851,540,0,0,1753,0,0,0,0,0),(1775,6179,0,1,1,0,1,-4633.52,-932.023,524.778,0.698132,490,0,0,3297,2434,0,0,0,0),(1776,6178,0,1,1,0,1,-4613.03,-899.694,524.778,3.1765,180,0,0,186,191,0,0,0,0),(1777,11406,0,1,1,0,0,-4607.16,-897.28,502.767,5.35816,25000,0,0,2884,5751,0,0,0,0),(1778,5147,0,1,1,0,1,-4596.14,-901.007,524.778,0.698132,490,0,0,4120,0,0,0,0,0),(1779,5145,0,1,1,0,1,-4604.94,-921.489,501.156,3.19395,430,0,0,2769,0,0,0,0,0),(1780,5141,0,1,1,0,1,-4613.63,-903.98,524.778,2.21657,490,0,0,4120,0,0,0,0,0),(1781,5149,0,1,1,0,1,-4601.65,-896.468,502.85,4.55531,430,0,0,2769,0,0,0,0,0),(1782,5146,0,1,1,0,1,-4601.8,-918.586,524.778,5.28835,490,0,0,4120,0,0,0,0,0),(1783,5595,0,1,1,0,1,-4637.93,-928.594,502.85,3.85718,300,0,0,15952,0,0,0,0,0),(1784,5163,0,1,1,0,1,-4711.06,-1080.45,502.851,3.33358,310,0,0,1003,0,0,0,0,0),(1785,6120,0,1,1,0,0,-4618.12,-1090.13,501.452,3.26377,310,0,0,774,2175,0,0,0,0),(1786,5170,0,1,1,0,1,-4605.08,-1069.33,503.673,5.65487,310,0,0,1003,0,0,0,0,0),(1787,5162,0,1,1,0,1,-4603.59,-1094.51,505.063,1.43117,310,0,0,1003,0,0,0,0,0),(1788,10456,0,1,1,0,1,-4608.51,-1080.87,503.673,1.43117,540,0,0,1753,0,0,0,0,0),(1791,2943,0,1,1,0,0,-4636.22,-1110,501.411,0.628319,300,0,0,1220,0,0,0,0,0),(1792,15186,0,1,1,0,0,-4638.07,-1109.05,501.327,4.1315,300,0,0,42,0,0,0,0,0),(1793,10455,0,1,1,0,1,-4608.38,-1074.32,503.673,6.23082,540,0,0,1753,0,0,0,0,0),(1794,5161,0,1,1,0,1,-4605.72,-1093.62,511.731,0.05236,310,0,0,1342,0,0,0,0,0),(1795,5153,0,1,1,0,0,-4724.12,-1054.71,504.28,2.14675,310,0,0,1342,0,0,0,0,0),(1796,1703,0,1,1,0,1,-4716.21,-1060.04,504.28,5.53269,190,0,0,664,0,0,0,0,0),(1797,8681,0,1,1,0,0,-4723.88,-1056.45,510.946,0.279253,310,0,0,1342,0,0,0,0,0),(1798,5154,0,1,1,0,0,-4718.58,-1053.08,504.28,5.32325,310,0,0,1003,0,0,0,0,0),(1799,6826,0,1,1,0,0,-4588.3,-1001.21,503.657,3.31613,430,0,0,1939,4393,0,0,0,0),(1800,5155,0,1,1,0,0,-4596.43,-1016.03,512.041,3.38594,310,0,0,1003,0,0,0,0,0),(1801,5156,0,1,1,0,0,-4600.87,-1019.38,505.372,0.541052,310,0,0,1003,0,0,0,0,0),(1802,2786,0,1,1,0,1,-4598.87,-1115.45,505.022,1.76278,310,0,0,1003,0,0,0,0,0),(1803,5173,0,1,1,0,1,-4608.55,-1109.55,511.691,1.69297,490,0,0,4120,0,0,0,0,0),(1804,5171,0,1,1,0,1,-4604.14,-1117.51,505.022,4.53786,540,0,0,1753,0,0,0,0,0),(1805,2737,0,1,1,0,1,-4648.22,-1118.83,508.633,3.1765,540,0,0,1753,0,0,0,0,0),(1806,5166,0,1,1,0,1,-4648.42,-1131.72,508.634,0,430,0,0,2769,0,0,0,0,0),(1807,5172,0,1,1,0,1,-4599.08,-1111.67,505.022,4.69494,430,0,0,2769,0,0,0,0,0),(1808,5169,0,1,1,0,1,-4641.6,-1132.24,507.244,0.122173,310,0,0,1003,0,0,0,0,0),(1809,5167,0,1,1,0,1,-4650.12,-1120.8,508.634,1.5708,540,0,0,1753,0,0,0,0,0),(1810,5165,0,1,1,0,1,-4647.56,-1124.38,501.967,1.55334,490,0,0,4120,0,0,0,0,0),(1811,4254,0,1,1,0,1,-4707.96,-1108.91,504.529,5.32325,310,0,0,1342,0,0,0,0,0),(1812,4256,0,1,1,0,1,-4708.06,-1120.93,504.531,1.44862,310,0,0,1003,0,0,0,0,0),(1813,6382,0,1,1,0,1,-4601.3,-1130.24,501.966,4.08407,490,0,0,2884,5751,0,0,0,0),(1814,14367,0,1,1,0,1,-4644.52,-1215.23,501.659,0.96021,300,0,0,50400,0,2,0,0,0),(1815,23127,0,1,1,0,1,-4720.26,-1150.07,502.448,3.75844,300,0,0,2215,1807,0,0,0,0),(1816,9099,0,1,1,0,0,-4790.14,-1168.66,502.204,4.84256,310,0,0,1003,0,2,0,0,0),(1817,5595,0,1,1,0,1,-4645.63,-1178.09,501.644,4.29351,300,0,0,15952,0,0,0,0,0),(1818,5595,0,1,1,0,1,-4638.39,-1181.83,501.641,4.17134,300,0,0,15952,0,0,0,0,0),(1819,14723,0,1,1,0,0,-4735.8,-1055.28,502.296,3.80482,310,0,0,1220,0,0,0,0,0),(1821,5595,0,1,1,0,1,-4738.61,-1159.53,502.194,3.76991,300,0,0,15952,0,0,0,0,0),(86163,26123,1,1,1,16541,0,8701.66,962.326,12.8069,3.19395,300,0,0,3052,0,0,0,0,0),(4401,210,0,1,1,570,1,-10208,343.256,8.85151,0.107699,300,2,0,787,0,1,0,0,0),(4400,570,0,1,1,569,0,-10257.5,278.095,0.863132,2.8457,300,2,0,896,0,1,0,0,0),(4399,604,0,1,1,519,0,-10227.5,289.973,2.7994,1.08813,300,5,0,840,0,1,0,0,0),(4398,570,0,1,1,569,0,-10202.3,237.301,0.831001,4.82226,300,2,0,896,0,1,0,0,0),(4397,604,0,1,1,519,0,-10224.9,226.357,2.79939,4.97299,300,5,0,840,0,1,0,0,0),(4396,570,0,1,1,569,0,-10226.2,248.183,2.7994,4.42911,300,5,0,896,0,1,0,0,0),(4395,570,0,1,1,569,0,-10253.6,256.047,0.831001,4.05432,300,0,0,896,0,0,0,0,0),(4394,210,0,1,1,0,1,-10224.7,214.64,2.80005,4.42601,300,0,0,840,0,2,0,0,0),(4393,210,0,1,1,570,1,-10192.6,312.351,6.81366,0.678203,300,2,0,787,0,1,0,0,0),(4392,570,0,1,1,569,0,-10234.9,274.555,2.7994,2.0774,300,5,0,896,0,1,0,0,0),(4391,570,0,1,1,569,0,-10207.6,146.567,2.14198,4.43258,300,5,0,896,0,1,0,0,0),(4389,570,0,1,1,569,0,-10250.6,230.919,0.831005,2.63987,300,0,0,896,0,0,0,0,0),(4388,570,0,1,1,569,0,-10219.8,163.878,0.046589,3.39944,300,5,0,896,0,1,0,0,0),(4387,604,0,1,1,519,0,-10212,182.438,1.52941,1.14286,300,5,0,840,0,1,0,0,0),(4386,570,0,1,1,569,0,-10264.6,172.465,0.619675,1.04032,300,5,0,896,0,1,0,0,0),(4385,930,0,1,1,368,0,-10676.9,-1384.69,46.3996,0.044979,300,5,0,664,0,1,0,0,0),(4384,930,0,1,1,368,0,-10654.2,-1370.83,54.6715,2.74213,300,5,0,664,0,1,0,0,0),(4383,930,0,1,1,368,0,-10299,-112.296,40.9179,5.13539,300,10,0,664,0,1,0,0,0),(4382,620,0,1,1,304,0,-10561.6,-1320.52,47.1949,2.26275,300,5,0,1,0,1,0,0,0),(4381,205,0,1,1,736,0,-11111.7,-982.346,62.7612,3.24869,300,5,0,896,0,1,0,0,0),(4380,533,0,1,1,203,0,-11076.9,-981.591,65.1087,4.3927,300,5,0,724,732,1,0,0,0),(4359,205,0,1,1,736,0,-11111.3,-936.804,64.2142,3.09516,300,5,0,896,0,1,0,0,0),(4358,2110,0,1,1,1141,0,-10689.2,-1252.9,29.5341,2.52588,300,5,0,1,0,1,0,0,0),(4357,620,0,1,1,304,0,-10716.4,-1250.04,29.5194,2.82924,300,10,0,1,0,1,0,0,0),(4356,565,0,1,1,802,0,-10320.8,521.075,39.1113,4.13143,300,10,0,494,0,1,0,0,0),(4355,533,0,1,1,203,0,-10961,-934.702,70.5505,1.47864,300,5,0,724,732,1,0,0,0),(4352,2110,0,1,1,1141,0,-10781.9,-923.515,54.2155,2.81607,300,10,0,1,0,1,0,0,0),(4351,930,0,1,1,368,0,-10753.4,-1428.93,66.2292,4.34903,300,5,0,664,0,1,0,0,0),(4350,539,0,1,1,958,0,-10052,-1046.14,28.541,6.09875,300,10,0,417,0,1,0,0,0),(4349,539,0,1,1,958,0,-10047.2,-1453.37,29.0274,2.66073,300,5,0,417,0,1,0,0,0),(4348,213,0,1,1,801,0,-10007.3,-1494.3,28.845,0.147197,300,5,0,449,0,1,0,0,0),(4347,539,0,1,1,958,0,-10032.1,-1185.16,28.8299,5.8239,300,10,0,417,0,1,0,0,0),(4344,930,0,1,1,368,0,-10647.8,-1474.88,90.8654,3.05748,300,5,0,664,0,1,0,0,0),(4343,569,0,1,1,2541,0,-10882.4,458.619,43.3684,0.980084,300,5,0,531,0,1,0,0,0),(4342,215,0,1,1,4278,1,-10874.6,187.37,39.0623,0.495515,300,5,0,664,0,1,0,0,0),(4341,785,0,1,1,612,1,-10302.9,453.865,12.9268,0.923961,300,5,0,769,756,1,0,0,0),(245510,32811,571,1,1,0,0,3762.39,1481.29,92.8882,3.4383,300,0,0,4278,0,0,0,0,0),(1883,7936,0,1,1,0,0,-4588.63,-1225.2,503.465,3.40339,540,0,0,7620,0,0,0,0,0),(1884,5387,0,1,1,0,1,-4667.12,-1266.46,503.465,2.47837,490,0,0,4120,0,0,0,0,0),(83244,26113,1,1,1,23790,1,-1026.39,290.003,135.829,4.64258,300,0,0,3237,0,0,0,0,0),(1886,17066,0,1,1,0,0,-4703.13,-1236.91,508.243,3.61284,300,0,0,42,0,0,0,0,0),(1887,8256,0,1,1,0,0,-4654.31,-1281.54,503.382,0.950365,540,0,0,2218,0,2,0,0,0),(1888,5637,0,1,1,0,1,-4661.6,-1250.52,503.382,2.35619,540,0,0,1753,0,0,0,0,0),(1889,5595,0,1,1,0,1,-4705.28,-1247.7,501.659,1.0798,300,0,0,15952,0,2,0,0,0),(1890,3842,0,1,1,0,0,-4765.85,-1129.21,499.795,4.11898,540,0,0,1753,0,0,0,0,0),(1891,5160,0,1,1,0,1,-4766.43,-1187.03,502.812,3.57792,310,0,0,1003,0,0,0,0,0),(1892,5159,0,1,1,0,1,-4761.46,-1188.56,509.479,0.558505,310,0,0,1342,0,0,0,0,0),(1893,5595,0,1,1,0,1,-4753.13,-1171.57,502.19,0.680678,300,0,0,15952,0,0,0,0,0),(1894,5595,0,1,1,0,1,-4747.57,-1146.17,502.187,4.16833,300,0,0,15952,0,2,0,0,0),(1895,5595,0,1,1,0,1,-4778.48,-1131.89,498.802,4.45,300,0,1,15952,0,2,0,0,0),(1896,1356,0,1,1,0,1,-4631.19,-1303.73,503.465,2.6529,310,0,0,1003,0,0,0,0,0),(1897,6294,0,1,1,0,0,-4618.8,-1300.12,503.465,0.488692,190,0,0,405,1202,0,0,0,0),(1898,3979,0,1,1,0,1,-4635.11,-1306.36,503.465,2.02458,310,0,0,1003,0,0,0,0,0),(4340,785,0,1,1,612,1,-10317.6,469.852,15.8267,1.57411,300,5,0,769,756,1,0,0,0),(4339,785,0,1,1,612,1,-10336.9,459.666,12.9291,2.50054,300,5,0,769,756,1,0,0,0),(4338,787,0,1,1,7555,1,-10346.6,376.899,15.9736,3.71006,300,5,0,684,1040,1,0,0,0),(4337,785,0,1,1,612,1,-10355.7,363.335,15.9736,3.2159,300,3,0,769,756,1,0,0,0),(4336,785,0,1,1,612,1,-10358.5,340.04,18.9315,3.44354,300,5,0,769,756,1,0,0,0),(4335,923,0,1,1,246,0,-11126.2,240.259,33.674,0.396567,300,10,0,617,0,1,0,0,0),(4334,787,0,1,1,7555,1,-10390.4,365.324,24.3922,0.802359,300,5,0,684,1040,1,0,0,0),(4333,909,0,1,1,4280,1,-11045.7,212.124,27.4745,4.29507,300,10,0,734,0,1,0,0,0),(4332,909,0,1,1,4279,1,-10990.7,295.133,28.2302,4.12307,300,5,0,734,0,1,0,0,0),(4331,205,0,1,1,736,0,-10930.3,-925.505,72.1258,2.77476,300,0,0,896,0,0,0,0,0),(4330,205,0,1,1,736,0,-11067.8,-951.154,64.4156,6.22584,300,5,0,896,0,1,0,0,0),(4329,205,0,1,1,736,0,-11048,-954.857,64.324,4.73989,300,5,0,896,0,1,0,0,0),(4328,205,0,1,1,736,0,-11079.7,-933.854,63.7906,5.9858,300,5,0,896,0,1,0,0,0),(4327,215,0,1,1,4276,1,-10940.1,290.202,29.8917,0.791473,300,10,0,664,0,1,0,0,0),(4326,539,0,1,1,958,0,-10017.3,-422.885,32.2616,1.1736,300,10,0,417,0,1,0,0,0),(4325,217,0,1,1,955,0,-10153.2,-1272.66,38.8885,3.32214,300,5,0,449,0,1,0,0,0),(4324,215,0,1,1,4278,1,-10989.1,239.306,28.0703,3.95369,300,5,0,664,0,1,0,0,0),(4323,215,0,1,1,4276,1,-10946.9,216.089,29.0794,5.08814,300,5,0,664,0,1,0,0,0),(4322,909,0,1,1,4279,1,-11011.5,244.488,27.0207,5.73265,300,5,0,734,0,1,0,0,0),(4321,910,0,1,1,4282,1,-11011.9,259.023,27.0207,5.50587,300,0,0,628,1707,0,0,0,0),(4320,909,0,1,1,4279,1,-11111.3,-484.464,32.9734,4.78156,300,5,0,734,0,1,0,0,0),(4319,909,0,1,1,4279,1,-11075.5,-465.822,31.1601,5.12075,300,5,0,734,0,1,0,0,0),(4318,909,0,1,1,4279,1,-11100,-456.964,32.432,0.843282,300,5,0,734,0,1,0,0,0),(4317,1270,0,1,1,559,0,-10385.4,-1227.92,37.3386,3.41734,300,5,0,950,0,1,0,0,0),(4316,1270,0,1,1,559,0,-10322.3,-1297.48,41.5529,1.1595,300,5,0,950,0,1,0,0,0),(4315,923,0,1,1,246,0,-10961.2,-515.972,35.8805,2.95923,300,5,0,617,0,1,0,0,0),(4314,217,0,1,1,955,0,-10931.6,442.484,47.5633,3.19299,300,5,0,449,0,1,0,0,0),(4313,2110,0,1,1,1141,0,-10757.7,-1206.9,28.4225,1.93022,300,5,0,1,0,1,0,0,0),(4312,46,0,1,1,441,1,-9917.74,-847.071,19.9035,4.6241,300,5,0,176,0,1,0,0,0),(4311,213,0,1,1,801,0,-10918.2,494.41,39.1289,3.19517,300,10,0,449,0,1,0,0,0),(4310,2110,0,1,1,1141,0,-10273.1,-1164.32,23.6694,2.42444,300,5,0,1,0,1,0,0,0),(4309,217,0,1,1,955,0,-10105.2,-1078.63,32.9285,2.94688,300,10,0,449,0,1,0,0,0),(4308,569,0,1,1,2541,0,-10104.2,-1133.27,34.8486,2.09453,300,10,0,531,0,1,0,0,0),(4307,569,0,1,1,2541,0,-10143.6,-1092.58,31.9396,3.0771,300,10,0,531,0,1,0,0,0),(4306,569,0,1,1,2541,0,-10122.8,-1030.83,33.4214,3.89795,300,5,0,531,0,1,0,0,0),(4305,217,0,1,1,955,0,-10942.2,428.445,46.0212,2.06567,300,5,0,449,0,1,0,0,0),(4304,923,0,1,1,246,0,-11032.7,-608.898,26.4763,3.98269,300,10,0,617,0,1,0,0,0),(4303,923,0,1,1,246,0,-10933.2,111.892,39.4761,2.73209,300,10,0,617,0,1,0,0,0),(4302,217,0,1,1,955,0,-10932.7,367.529,39.3417,1.06948,300,10,0,449,0,1,0,0,0),(4301,205,0,1,1,736,0,-10966,-946.383,71.2027,6.02964,300,0,0,896,0,0,0,0,0),(4300,205,0,1,1,736,0,-10934.9,-933.305,72.1258,0.402458,300,0,0,896,0,0,0,0,0),(4299,205,0,1,1,736,0,-11100.9,-958.057,65.4165,2.98246,300,0,0,896,0,0,0,0,0),(4298,205,0,1,1,736,0,-10926.7,-938.475,72.1124,0.778737,300,0,0,896,0,0,0,0,0),(4297,205,0,1,1,736,0,-11093.7,-950.464,65.3607,0.387038,300,0,0,896,0,0,0,0,0),(4296,205,0,1,1,736,0,-10961.8,-948.852,71.1893,4.71702,300,0,0,896,0,0,0,0,0),(4295,205,0,1,1,736,0,-11091.9,-959.968,65.349,1.62726,300,0,0,896,0,0,0,0,0),(4294,217,0,1,1,955,0,-10919.8,410.472,44.4851,2.88288,300,5,0,449,0,1,0,0,0),(4293,565,0,1,1,802,0,-10961.5,484,39.6578,0.879653,300,10,0,494,0,1,0,0,0),(4292,923,0,1,1,246,0,-10843,5.37963,40.5648,1.29563,300,5,0,617,0,1,0,0,0),(4291,923,0,1,1,246,0,-10894.5,65.323,45.208,4.50513,300,5,0,617,0,1,0,0,0),(4290,923,0,1,1,246,0,-11063.4,139.198,30.3047,4.4575,300,10,0,617,0,1,0,0,0),(4289,909,0,1,1,4280,1,-11036.2,202.242,27.7245,2.79071,300,10,0,734,0,1,0,0,0),(4288,909,0,1,1,4279,1,-11024.5,279.51,26.6773,5.6631,300,10,0,734,0,1,0,0,0),(4287,923,0,1,1,246,0,-11012.5,341.254,30.3589,1.47388,300,5,0,617,0,1,0,0,0),(4286,2110,0,1,1,1141,0,-10863.8,417.215,39.657,0.441817,300,5,0,1,0,1,0,0,0),(4285,923,0,1,1,246,0,-11087.5,-579.166,31.6049,3.34159,300,10,0,617,0,1,0,0,0),(4284,217,0,1,1,955,0,-9978.58,-685.497,33.0329,3.24146,300,10,0,449,0,1,0,0,0),(4283,217,0,1,1,955,0,-10077.3,-1158.48,31.8094,0.009765,300,10,0,449,0,1,0,0,0),(4282,909,0,1,1,4279,1,-11030.6,249.512,27.6045,2.78959,300,0,0,734,0,0,0,0,0),(2005,2916,0,1,1,0,1,-4631.63,-1326.66,503.465,1.76278,190,0,0,484,0,0,0,0,0),(2006,2918,0,1,1,0,1,-4620.49,-1325.07,503.465,1.8675,540,0,0,1753,0,0,0,0,0),(2007,9616,0,1,1,0,1,-4692.6,-1312.64,503.382,2.93215,430,0,0,1939,4393,0,0,0,0),(2008,1573,0,1,1,0,1,-4821.13,-1152.4,502.295,4.31096,430,0,0,10572,0,0,0,0,0),(2009,5595,0,1,1,0,1,-4831.9,-1156.01,502.292,4.57276,300,0,0,15952,0,0,0,0,0),(2010,11145,0,1,1,0,1,-4787.71,-1122.46,498.89,5.48033,430,0,0,3189,0,0,0,0,0),(2011,10276,0,1,1,0,1,-4793.76,-1127.53,498.888,5.98648,310,0,0,1107,0,0,0,0,0),(2012,10277,0,1,1,0,1,-4790.51,-1126.76,498.889,1.37881,250,0,0,713,0,0,0,0,0),(2013,4258,0,1,1,0,1,-4787.96,-1129.03,498.889,2.84489,540,0,0,2218,0,0,0,0,0),(2014,4259,0,1,1,0,1,-4794.96,-1122.64,498.89,0.226893,310,0,0,1003,0,0,0,0,0),(2015,5150,0,1,1,0,0,-4876.63,-1149.14,512.52,3.57792,310,0,0,1342,0,0,0,0,0),(2016,10877,0,1,1,0,1,-4998.68,-1155.7,501.654,4.77808,180,0,0,71,0,2,0,0,0),(207584,15105,530,1,1,0,0,-2054.87,5250.2,-38.944,5.06145,120,0,0,1,0,0,0,0,0),(2018,6114,0,1,1,0,1,-5045.53,-1273.09,510.408,0.837758,430,0,0,2769,0,0,0,0,0),(2019,5113,0,1,1,0,1,-5047.54,-1269.69,510.408,6.24828,540,0,0,2218,0,0,0,0,0),(2020,5115,0,1,1,0,1,-5043.04,-1274.67,510.408,1.51844,490,0,0,4120,0,0,0,0,0),(2021,8517,0,1,1,0,0,-5068.16,-1273.87,502.047,6.10865,540,0,0,2218,0,0,0,0,0),(2022,2092,0,1,1,0,1,-5065.23,-1288.6,502.047,0.767945,190,0,0,617,0,0,0,0,0),(2023,5595,0,1,1,0,1,-4832.27,-1069.64,502.268,5.41052,300,0,0,15952,0,0,0,0,0),(2024,5595,0,1,1,0,1,-4879.7,-1058.37,502.292,4.15388,300,0,0,15952,0,0,0,0,0),(2025,5595,0,1,1,0,1,-4874.56,-1047.95,502.273,0.317069,300,0,0,15952,0,0,0,0,0),(2026,16013,0,1,1,0,0,-4846.98,-1057.77,502.19,1.29154,25000,0,0,4272,5751,0,0,0,0),(2027,5595,0,1,1,0,1,-4879.81,-1031.88,502.273,6.04476,300,0,0,15952,0,0,0,0,0),(2028,5595,0,1,1,0,1,-4858.89,-1056.43,502.19,1.15192,300,0,0,15952,0,0,0,0,0),(2029,11146,0,1,1,0,1,-4799.05,-1111.48,498.89,5.58505,430,0,0,3293,0,0,0,0,0),(2030,5164,0,1,1,0,0,-4795.11,-1108.57,498.89,5.28835,490,0,0,4120,0,0,0,0,0),(2031,6031,0,1,1,0,1,-4793.38,-1098.17,498.89,4.60767,310,0,0,1003,0,0,0,0,0),(2032,15764,0,1,1,0,0,-4814.48,-1055.52,502.267,6.21337,300,0,0,2614,0,0,0,0,0),(4281,910,0,1,1,4281,1,-11031,253.63,27.6266,5.52053,300,0,0,628,1707,0,0,0,0),(4280,909,0,1,1,4280,1,-11036.4,249.342,27.6349,0.993919,300,0,0,734,0,0,0,0,0),(4279,910,0,1,1,4282,1,-11037.1,257.015,27.6781,5.82641,300,0,0,628,1707,0,0,0,0),(4278,909,0,1,1,4279,1,-11005.2,223.901,27.0403,5.75976,300,10,0,734,0,1,0,0,0),(4277,534,0,1,1,11181,0,-11222.7,-880.728,78.5589,5.59484,25200,5,0,1279,0,1,0,0,0),(4276,569,0,1,1,2541,0,-10083.4,-629.499,48.5981,3.81206,300,10,0,531,0,1,0,0,0),(4275,569,0,1,1,2541,0,-10125,-1005.22,30.2727,1.28708,300,10,0,531,0,1,0,0,0),(4274,2110,0,1,1,1141,0,-10696.3,244.533,41.8285,2.46565,300,5,0,1,0,1,0,0,0),(4273,288,0,1,1,4325,1,-10731.4,337.138,38.4686,0.2883,300,0,0,713,0,2,0,0,0),(4272,923,0,1,1,246,0,-11046.8,-457.927,30.3882,1.15692,300,0,0,617,0,0,0,0,0),(4271,923,0,1,1,246,0,-10887.6,353.831,42.9434,3.35613,300,10,0,617,0,1,0,0,0),(4270,930,0,1,1,368,0,-10521.1,74.3897,42.4863,1.525,300,5,0,664,0,1,0,0,0),(4269,930,0,1,1,368,0,-10567.7,92.893,35.5871,3.73935,300,5,0,664,0,1,0,0,0),(4268,923,0,1,1,246,0,-10868.8,162.497,39.6097,3.62534,300,10,0,617,0,1,0,0,0),(4267,910,0,1,1,4282,1,-11111.6,-484.472,32.9734,1.3486,300,0,0,628,1707,0,0,0,0),(4266,215,0,1,1,4276,1,-10963.9,164.263,35.149,3.09747,300,5,0,664,0,1,0,0,0),(4265,215,0,1,1,4278,1,-10895.2,258.16,29.4333,4.7822,300,0,0,664,0,0,0,0,0),(4264,215,0,1,1,4278,1,-10896.1,261.069,29.3083,4.93928,300,0,0,664,0,0,0,0,0),(4263,206,0,1,1,522,0,-11190.1,-837.904,77.2252,5.5676,300,3,0,1003,0,1,0,0,0),(4262,206,0,1,1,522,0,-11174.1,-835.758,77.484,3.7948,300,3,0,1003,0,1,0,0,0),(4261,920,0,1,1,1098,0,-11232.3,-883.932,80.1389,3.69541,300,0,0,892,852,0,0,0,0),(4260,920,0,1,1,1098,0,-11196.2,-849.706,77.109,1.07339,300,5,0,892,852,1,0,0,0),(4259,920,0,1,1,1098,0,-11176.4,-850.787,77.109,0.63224,300,3,0,892,852,1,0,0,0),(4258,920,0,1,1,1098,0,-11221.8,-883.04,78.5899,0.351693,300,3,0,892,852,1,0,0,0),(4257,923,0,1,1,246,0,-10856.5,-431.643,40.6365,2.89195,300,5,0,617,0,1,0,0,0),(4256,14890,0,1,1,0,0,-10428.8,-392.176,43.7411,0.932375,868400,0,0,1895000,0,2,0,0,0),(4255,302,0,1,1,915,0,-10780.2,-1380.28,39.7193,0.113498,300,0,0,1753,0,0,0,0,0),(4254,206,0,1,1,522,0,-11142.8,-859.332,76.8048,2.24977,300,0,0,1003,0,0,0,0,0),(4253,923,0,1,1,246,0,-11109.3,-341.284,48.2939,5.75483,300,5,0,617,0,1,0,0,0),(4252,311,0,1,1,4327,1,-10329.9,623.241,26.8738,5.81832,300,0,0,484,0,0,0,0,0),(4251,893,0,1,1,4329,1,-10314.2,625.039,26.6238,0.854613,300,0,0,417,0,0,0,0,0),(4250,205,0,1,1,736,0,-10922.2,-938.945,76.8913,4.98051,300,0,0,896,0,0,0,0,0),(4249,205,0,1,1,736,0,-10937.3,-933.468,76.8825,0.856556,300,0,0,896,0,0,0,0,0),(4248,999,0,1,1,2398,1,-10547.6,-1312.39,41.6949,4.66629,300,0,0,1536,0,0,0,0,0),(4247,828,0,1,1,2397,1,-10553.7,-1248.46,31.4593,4.74948,300,0,0,2790,0,0,0,0,0),(4246,3133,0,1,1,4286,1,-10586.6,-1272.46,37.0643,5.044,300,0,0,1003,0,0,0,0,0),(4245,8310,0,1,1,7537,1,-10608.2,-1274.33,44.103,2.51445,300,0,0,1536,0,0,0,0,0),(4244,827,0,1,1,2395,1,-10629.9,-1155.84,26.2189,0.645783,300,0,0,1604,0,0,0,0,0),(4243,620,0,1,1,304,0,-10694.7,-1130.38,25.5715,3.55496,300,5,0,1,0,1,0,0,0),(4242,3137,0,1,1,4333,1,-10610.1,-1166.52,27.0939,5.53856,300,0,0,484,0,0,0,0,0),(4241,569,0,1,1,2541,0,-10967.8,386.512,39.4026,3.66559,300,5,0,531,0,1,0,0,0),(4240,923,0,1,1,246,0,-11115.3,290.496,32.8466,0.639988,300,5,0,617,0,1,0,0,0),(4239,920,0,1,1,1098,0,-11173.1,-811.162,73.7275,3.12399,300,5,0,892,852,1,0,0,0),(4238,920,0,1,1,1098,0,-11186.7,-820.137,77.2275,5.64053,300,3,0,892,852,1,0,0,0),(4237,206,0,1,1,522,0,-11196.7,-830.396,77.1025,0.257334,300,3,0,1003,0,1,0,0,0),(4236,206,0,1,1,522,0,-11153.5,-857.924,77.0548,1.60327,300,0,0,1003,0,0,0,0,0),(2079,5595,0,1,1,0,1,-4826.26,-1064.85,502.268,5.48033,300,0,0,15952,0,0,0,0,0),(2080,17801,545,3,1,0,1,58.9988,-310.076,-7.84055,1.5261,86400,0,0,16208,15775,0,0,0,0),(2081,5595,0,1,1,0,1,-4833.88,-1035.62,502.19,3.37677,300,0,0,15952,0,0,0,0,0),(2082,6291,0,1,1,0,1,-4740.69,-1028.76,504.515,2.49582,310,0,0,1342,0,0,0,0,0),(2083,5128,0,1,1,0,0,-4751.19,-1026.82,504.515,0.977384,310,0,0,1003,0,0,0,0,0),(2084,5127,0,1,1,0,0,-4746.93,-1031.74,504.515,2.54818,310,0,0,1342,0,0,0,0,0),(2085,5595,0,1,1,0,1,-4828.64,-1015.7,502.294,0.418879,300,0,0,15952,0,0,0,0,0),(2086,5595,0,1,1,0,1,-4838.84,-1018.82,502.273,4.17134,300,0,0,15952,0,0,0,0,0),(2087,1274,0,1,1,0,0,-4872.56,-1026.28,505.798,5.60251,430,0,0,2769,0,0,0,0,0),(2088,2784,0,1,1,0,1,-4865.73,-1022.67,505.798,5.42797,7200,0,0,5578000,0,0,0,0,0),(2089,721,0,1,1,0,0,-5951,-570,405.164,5.763,180,10,0,1,0,1,0,0,0),(2090,17917,545,3,1,0,0,90.0419,-326.115,-7.78746,3.00197,86400,0,0,16767,3155,0,0,0,0),(2091,1201,0,1,1,0,0,-5951,-559,406.571,0.607,180,10,0,137,0,1,0,0,0),(15278,2386,0,1,1,3705,1,-807.068,-453.121,16.905,1.97503,300,5,0,2310,0,1,0,0,0),(2093,17917,545,3,1,0,0,91.3224,-306.508,-7.78735,3.21141,86400,0,0,16767,3155,0,0,0,0),(2095,1126,0,1,1,0,0,-5247.86,-427.964,386.681,1.56659,180,10,0,120,0,1,0,0,0),(2096,1127,0,1,1,0,0,-5274.89,-429.966,391.942,3.54848,180,0,0,137,0,0,0,0,0),(2097,1131,0,1,1,0,0,-5250.09,-418.439,387.104,1.36268,180,10,0,137,0,1,0,0,0),(2098,1131,0,1,1,0,0,-5267.83,-408.268,393.361,2.18536,180,10,0,137,0,1,0,0,0),(2099,1126,0,1,1,0,0,-5242.63,-416.974,386.95,5.07185,180,10,0,120,0,1,0,0,0),(2100,721,0,1,1,0,0,-5122.62,-357.473,394.006,5.27327,180,10,0,1,0,1,0,0,0),(2101,1126,0,1,1,0,0,-5125.41,-340.707,394.595,4.80325,180,10,0,120,0,1,0,0,0),(2102,1126,0,1,1,0,0,-5003.25,-340.169,399.369,4.55558,180,10,0,120,0,1,0,0,0),(4235,5418,0,1,1,4342,1,-10358,-1537.57,92.3121,2.46091,300,0,0,1753,0,0,0,0,0),(4234,5414,0,1,1,4341,1,-10351.1,-1527.88,92.7248,3.14159,300,0,0,1753,0,0,0,0,0),(4233,920,0,1,1,1098,0,-11162.7,-871.558,77.2311,0.649119,300,3,0,892,852,1,0,0,0),(4232,930,0,1,1,368,0,-10654.6,-1517.7,91.4969,-0.361546,300,0,0,664,0,0,0,0,0),(4231,930,0,1,1,368,0,-10562.7,120.804,32.2756,0.803454,300,5,0,664,0,1,0,0,0),(4230,840,0,1,1,2380,1,-10320.5,-1125.69,21.832,5.43841,300,0,0,3302,0,2,0,0,0),(4229,2142,0,1,1,2377,1,-10071.1,-1378.51,30.214,3.35103,300,0,0,1163,0,0,0,0,0),(4228,620,0,1,1,304,0,-10581.3,-1272.92,36.0592,1.37753,300,10,0,1,0,1,0,0,0),(4227,2110,0,1,1,1141,0,-10702.5,-964.127,72.8968,4.79497,300,5,0,1,0,1,0,0,0),(4226,688,0,1,1,12344,0,-11272.5,253.561,25.3843,5.03264,300,5,0,1107,0,1,0,0,0),(4225,923,0,1,1,246,0,-10847.7,68.5245,45.1277,2.98144,300,5,0,617,0,1,0,0,0),(4224,15384,0,1,1,11686,0,-10349.7,-419.659,46.0446,5.46288,300,0,0,4120,0,0,0,0,0),(4223,15384,0,1,1,11686,0,-10338.3,-425.215,46.5136,3.22886,300,0,0,4120,0,0,0,0,0),(47653,8894,230,1,1,8752,1,534.287,-173.755,-34.1096,6.07375,7200,0,0,4653,8786,0,0,0,0),(4221,15384,0,1,1,11686,0,-10337.2,-425.09,46.7262,5.0091,300,0,0,4120,0,0,0,0,0),(4220,923,0,1,1,246,0,-11121.3,174.305,25.9656,2.85014,300,10,0,617,0,1,0,0,0),(4219,923,0,1,1,246,0,-11054.8,87.3422,40.5342,1.12472,300,5,0,617,0,1,0,0,0),(4218,923,0,1,1,246,0,-10993.9,123.941,41.9456,1.32819,300,5,0,617,0,1,0,0,0),(4217,15384,0,1,1,11686,0,-10340.9,-411.371,46.1471,3.52556,300,0,0,4120,0,0,0,0,0),(47654,8916,230,1,1,9072,1,649.264,-176.105,-36.907,3.36848,7200,0,0,2304,1807,0,0,0,0),(4215,2110,0,1,1,1141,0,-11136.3,-711.67,58.8964,2.69651,300,5,0,1,0,1,0,0,0),(4214,2110,0,1,1,1141,0,-10962.7,-754.576,51.7638,0.50637,300,10,0,1,0,1,0,0,0),(4212,2110,0,1,1,1141,0,-10794.6,172.928,34.4512,0.412075,300,5,0,1,0,1,0,0,0),(4211,576,0,1,1,2375,1,-10577.5,-1165.16,28.1497,2.25222,300,0,0,896,0,2,0,0,0),(4210,960,0,1,1,4336,1,-10528.5,-1159.34,34.9574,2.75814,300,0,0,1003,0,0,0,0,0),(4209,2409,0,1,1,5129,0,-10513.8,-1258.79,41.5138,4.36332,600,0,0,10572,0,0,0,0,0),(4208,6790,0,1,1,8191,0,-10516,-1161.21,28.1161,4.03171,300,0,0,1003,0,0,0,0,0),(2138,721,0,1,1,0,0,-4987.15,-368.31,392.126,0.962972,180,10,0,1,0,1,0,0,0),(2139,1397,0,1,1,0,1,-5054.49,-318.6,451.121,3.38155,180,5,0,148,165,1,0,0,0),(4207,2668,0,1,1,4273,0,-10536.7,-1215.21,32.9701,0.855211,300,0,0,840,0,0,0,0,0),(4206,3136,0,1,1,4330,1,-10590.5,-1164.79,30.1331,1.309,300,0,0,1107,0,0,0,0,0),(4205,1673,0,1,1,257,0,-10531.5,-1226.24,28.613,1.41372,300,0,0,137,0,0,0,0,0),(4204,228,0,1,1,4334,1,-10517.2,-1138.53,26.1772,0.00819,300,0,0,664,0,0,0,0,0),(4203,227,0,1,1,4340,0,-10523.2,-1170.43,27.4096,4.89115,300,0,0,787,0,0,0,0,0),(4202,15384,0,1,1,11686,0,-10351,-420.696,46.0446,2.51327,300,0,0,4120,0,0,0,0,0),(4201,15384,0,1,1,11686,0,-10341.1,-431.15,46.1188,2.46091,300,0,0,4120,0,0,0,0,0),(4200,17104,0,1,1,16855,1,-10551.3,-1105.7,31.5114,3.22886,300,0,0,600,618,0,0,0,0),(4199,289,0,1,1,4328,1,-10283,74.4014,38.9313,2.02458,300,0,0,1342,0,0,0,0,0),(4198,276,0,1,1,4326,0,-10581.1,-1321.31,50.3933,0.466017,300,0,0,896,0,0,0,0,0),(4197,374,0,1,1,4287,0,-10593.2,-1253.74,37.4826,4.98203,300,0,0,1003,0,0,0,0,0),(4196,275,0,1,1,1734,0,-10514.6,-1298.75,41.2925,3.62182,300,0,0,840,0,0,0,0,0),(4195,265,0,1,1,4323,0,-10532,-1213.64,28.1175,0.150732,300,0,0,713,0,0,0,0,0),(4194,264,0,1,1,4322,1,-10560.8,-1153.7,28.0765,3.55585,300,0,0,5544,0,0,0,0,0),(4193,273,0,1,1,1731,0,-10517.4,-1158.66,28.0995,5.21853,300,0,0,573,0,0,0,0,0),(4192,272,0,1,1,1715,1,-10499.3,-1157.98,28.0865,4.57885,300,0,0,1003,0,2,0,0,0),(4191,274,0,1,1,5039,1,-10509.3,-1155.51,28.0995,3.49178,300,0,0,787,0,0,0,0,0),(4190,271,0,1,1,1713,0,-10568.2,-1114.52,30.0689,2.88401,300,0,0,1003,0,0,0,0,0),(4189,270,0,1,1,1724,0,-10576.9,-1108.48,30.0689,2.62081,300,0,0,896,0,0,0,0,0),(4188,268,0,1,1,4324,0,-10573.7,-1128,29.1669,3.47011,300,0,0,664,0,0,0,0,0),(4187,267,0,1,1,1720,1,-10560,-1124.98,30.071,1.33736,300,0,0,1107,0,0,0,0,0),(4186,263,0,1,1,4321,0,-10552.2,-1108.79,31.5114,3.22886,300,0,0,1003,0,0,0,0,0),(4185,468,0,1,1,4310,1,-10558.5,-1190.47,28.1623,0.410677,300,0,0,1342,0,2,0,0,0),(4184,5464,0,1,1,3249,1,-10547.4,-1212.5,26.9412,3.38594,300,0,0,950,0,0,0,0,0),(4183,2481,0,1,1,7130,1,-10695.1,346.264,44.5719,3.00197,300,0,0,1469,0,0,0,0,0),(4182,494,0,1,1,2379,1,-10542.4,-1143.26,26.3265,1.2394,300,0,0,1536,0,0,0,0,0),(4181,885,0,1,1,2392,1,-10520.9,-1279.76,39.1491,5.22486,300,0,0,1678,0,0,0,0,0),(4180,826,0,1,1,2389,1,-10565,-1245.47,29.7169,2.12421,300,0,0,1678,0,0,0,0,0),(4179,886,0,1,1,2387,1,-10522.6,-1197.03,27.2522,0.533076,300,0,0,1604,0,0,0,0,0),(4178,661,0,1,1,4338,0,-10599.1,-1200.37,28.4932,0.088876,300,0,0,713,0,0,0,0,0),(4177,664,0,1,1,221,0,-10591.2,-1191.51,33.453,1.85005,300,0,0,55,0,0,0,0,0),(4176,663,0,1,1,2027,1,-10572.9,-1211.98,26.2189,6.03826,300,0,0,484,0,2,0,0,0),(4175,633,0,1,1,1571,0,-10593.1,-1200.6,28.4989,6.11116,300,0,0,417,0,0,0,0,0),(4174,11040,0,1,1,10455,1,-10533.6,-1180.09,28.3919,5.44543,300,0,0,852,852,0,0,0,0),(4088,2669,0,1,1,4274,0,-10536.9,-1209.95,32.9673,6.02139,300,0,0,1107,0,0,0,0,0),(4087,10062,0,1,1,9285,1,-10546.6,-1165.08,27.9454,3.1765,300,0,0,1003,0,0,0,0,0),(4086,225,0,1,1,4331,1,-10617.3,-1153.9,27.1127,3.02841,300,0,0,1003,0,0,0,0,0),(4085,3138,0,1,1,4339,0,-10593.3,-1214.02,28.5822,0.436332,300,0,0,713,0,0,0,0,0),(4084,3134,0,1,1,7131,0,-10072.5,-1375.86,30.2364,3.40339,300,0,0,713,0,0,0,0,0),(4083,1672,0,1,1,221,0,-10518.7,-1211.03,28.1175,2.3085,300,0,0,102,0,0,0,0,0),(4082,226,0,1,1,4332,1,-10596.6,-1163.85,30.0597,0.911122,300,0,0,1003,0,2,0,0,0),(4081,1676,0,1,1,4285,1,-10595.5,-1255.96,37.4719,2.85728,300,0,0,1107,0,0,0,0,0),(4064,3135,0,1,1,4337,1,-10515.5,-1312.47,40.0256,5.79733,300,0,0,664,0,0,0,0,0),(4063,325,0,1,1,4320,1,-10583.5,-1117.82,30.069,0.071813,300,0,0,484,0,0,0,0,0),(4062,2112,0,1,1,4319,0,-10499,-1154.68,34.9574,3.19395,300,0,0,417,0,0,0,0,0),(4061,269,0,1,1,4309,0,-10557.3,-1110.01,30.1516,0.261799,300,0,0,1753,0,0,0,0,0),(4060,12377,0,1,1,11649,0,-11190.6,-2152.13,22.6994,2.11148,600,3,0,2699,0,1,0,0,0),(4059,12377,0,1,1,11649,0,-11240.2,-2197.94,22.7016,3.9263,600,5,0,2699,0,1,0,0,0),(4058,12377,0,1,1,11649,0,-11224.6,-2197.94,22.7143,3.35942,600,5,0,2699,0,1,0,0,0),(4057,7370,0,1,1,4870,0,-11212.4,-2193.44,22.7397,2.30048,600,5,0,5233,2991,1,0,0,0),(4056,12378,0,1,1,146,0,-11214.5,-2173.24,22.7096,2.86285,600,5,0,4580,6882,1,0,0,0),(4055,12377,0,1,1,11649,0,-11184.5,-2080.05,35.505,1.53675,600,3,0,2699,0,1,0,0,0),(4054,7370,0,1,1,4870,0,-11173.4,-2199.74,22.7357,6.23542,600,5,0,5233,2991,1,0,0,0),(4053,7370,0,1,1,4870,0,-11172.6,-2170.94,22.7176,6.21176,600,5,0,5233,2991,1,0,0,0),(4052,12379,0,1,1,13952,1,-11174.1,-2178.27,22.7358,3.31364,600,5,0,6761,0,1,0,0,0),(4051,12377,0,1,1,11649,0,-11107.5,-2204.07,14.8382,2.71175,600,3,0,2699,0,1,0,0,0),(4050,12377,0,1,1,11649,0,-11192.9,-2195.18,20.2818,3.76711,600,5,0,2699,0,1,0,0,0),(4049,7370,0,1,1,4870,0,-11170.8,-2132.68,26.9731,0.043694,600,3,0,5233,2991,1,0,0,0),(4047,12378,0,1,1,146,0,-11201.6,-2127.23,26.9731,5.32298,600,3,0,4580,6882,1,0,0,0),(4046,12378,0,1,1,146,0,-11170.1,-2105.08,31.2389,5.53605,600,5,0,4580,6882,1,0,0,0),(4045,7370,0,1,1,4870,0,-11201.7,-2099.18,31.2389,0.090357,600,3,0,5233,2991,1,0,0,0),(4044,12379,0,1,1,13954,1,-11167.2,-2078.46,35.5048,5.20435,600,2,0,6761,0,1,0,0,0),(4043,12378,0,1,1,146,0,-11197.6,-2073.6,35.5048,5.42817,600,2,0,4580,6882,1,0,0,0),(4042,12380,0,1,1,12430,1,-11140.9,-2064.43,47.7684,0.157939,600,0,0,6761,0,0,0,0,0),(4041,12380,0,1,1,13949,1,-11189.2,-2030.44,47.1294,0.578405,600,2,0,6761,0,1,0,0,0),(4040,12380,0,1,1,13950,1,-11114.6,-2051.79,47.9327,0.205186,600,0,0,6761,0,0,0,0,0),(4039,7371,0,1,1,11536,0,-11113.9,-2367.54,111.892,2.96159,600,2,0,3644,0,1,0,0,0),(4038,7379,0,1,1,11537,0,-11083.7,-2277.72,117.256,0.433147,600,5,0,2470,5013,1,0,0,0),(4037,7371,0,1,1,11536,0,-11079.6,-2388.76,113.257,2.17712,600,2,0,3644,0,1,0,0,0),(4036,12380,0,1,1,13950,1,-11177.1,-1943.75,57.32,2.01464,600,5,0,6761,0,1,0,0,0),(4035,12380,0,1,1,12430,1,-11185.7,-1999.47,35.7395,3.70919,600,3,0,6761,0,1,0,0,0),(4034,7370,0,1,1,4870,0,-11175.3,-1968.83,22.8057,2.34401,600,5,0,5233,2991,1,0,0,0),(4033,12380,0,1,1,12431,1,-11155.6,-2003.63,35.7395,3.94401,600,3,0,6761,0,1,0,0,0),(4032,12377,0,1,1,11649,0,-11147.3,-1972.2,22.9204,3.41783,600,5,0,2699,0,1,0,0,0),(4031,12379,0,1,1,13954,1,-11094.7,-1920.44,4.04137,4.23282,600,5,0,6761,0,1,0,0,0),(4030,12380,0,1,1,12430,1,-11097.9,-1928.7,4.47742,5.27257,600,5,0,6761,0,1,0,0,0),(4029,12379,0,1,1,13951,1,-11097.8,-1952.58,1.76727,1.51809,600,5,0,6761,0,1,0,0,0),(4028,12377,0,1,1,11649,0,-11107.1,-2003.89,13.3146,0.915445,600,5,0,2699,0,1,0,0,0),(4027,12378,0,1,1,146,0,-11087.9,-1912.5,4.4202,2.90252,600,5,0,4580,6882,1,0,0,0),(4026,12378,0,1,1,146,0,-11032.7,-1907.96,-3.43615,0.048609,600,5,0,4580,6882,1,0,0,0),(4025,12380,0,1,1,12431,1,-11067.9,-1935.48,-6.31704,3.9274,600,5,0,6761,0,1,0,0,0),(4024,12377,0,1,1,11649,0,-11075.9,-1865.57,-25.3622,3.76628,600,5,0,2699,0,1,0,0,0),(4023,12377,0,1,1,11649,0,-11032.7,-1864.77,-30.735,1.9208,600,5,0,2699,0,1,0,0,0),(4022,7370,0,1,1,4870,0,-11124.4,-1862.36,-10.4523,4.60088,600,0,0,5233,2991,0,0,0,0),(4021,7370,0,1,1,4870,0,-11025.5,-1871.49,-31.0169,3.06556,600,5,0,5233,2991,1,0,0,0),(4020,12379,0,1,1,13953,1,-11079.6,-1936.85,-7.74261,0.308459,600,5,0,6761,0,1,0,0,0),(4019,12378,0,1,1,146,0,-11130.4,-1894.97,-12.5358,5.39089,600,5,0,4580,6882,1,0,0,0),(4018,12379,0,1,1,13951,1,-11131.7,-1923.86,-12.9777,3.82615,600,5,0,6761,0,1,0,0,0),(4017,12380,0,1,1,13950,1,-11160.6,-2006.35,47.2416,2.1954,600,5,0,6761,0,1,0,0,0),(4016,12379,0,1,1,13953,1,-11212.1,-2149.29,22.7072,4.70704,600,5,0,6761,0,1,0,0,0),(4015,12380,0,1,1,12431,1,-11163.9,-2072.78,48.1487,5.80394,600,2,0,6761,0,1,0,0,0),(4014,12380,0,1,1,13950,1,-11116.1,-2081.22,48.2939,5.43225,600,0,0,6761,0,0,0,0,0),(4013,12380,0,1,1,12430,1,-11218.6,-2013.83,47.2968,3.4487,600,5,0,6761,0,1,0,0,0),(4012,12377,0,1,1,11649,0,-11149,-2180.09,22.7057,3.6202,600,3,0,2699,0,1,0,0,0),(4011,12377,0,1,1,11649,0,-11167.7,-2154.6,22.7056,6.07526,600,3,0,2699,0,1,0,0,0),(4010,7376,0,1,1,10826,0,-10525.6,-1749.51,88.6775,2.18968,600,5,0,3529,0,1,0,0,0),(4009,12380,0,1,1,12430,1,-11182.3,-1857.33,73.8614,3.51744,600,0,0,6761,0,0,0,0,0),(4008,12380,0,1,1,13949,1,-11153.8,-1878.56,63.4889,1.55712,600,5,0,6761,0,1,0,0,0),(4007,12380,0,1,1,13949,1,-11173.4,-1853.5,73.8614,3.53313,600,0,0,6761,0,0,0,0,0),(4006,12380,0,1,1,12431,1,-11059.6,-1882.03,50.9022,3.31025,600,5,0,6761,0,1,0,0,0),(4005,7376,0,1,1,10826,0,-10911.3,-1951.6,114.974,0.79285,600,5,0,3529,0,1,0,0,0),(4004,12379,0,1,1,13951,1,-11152.6,-2226.17,22.7048,1.89369,600,5,0,6761,0,1,0,0,0),(4003,12379,0,1,1,13953,1,-11136.7,-2208.81,22.6004,1.55601,600,5,0,6761,0,1,0,0,0),(2275,1201,0,1,1,0,0,-4893.65,-302.359,393.881,4.06442,180,5,0,137,0,1,0,0,0),(2276,1201,0,1,1,0,0,-4870.32,-363.295,391.672,5.98458,180,10,0,137,0,1,0,0,0),(2277,1127,0,1,1,0,0,-4928.95,-373.654,393.312,3.20023,180,0,0,137,0,0,0,0,0),(2278,721,0,1,1,0,0,-4911.81,-382.468,394.54,1.27747,180,10,0,1,0,1,0,0,0),(2279,1127,0,1,1,0,0,-4849.52,-344.175,394.044,6.18934,180,0,0,137,0,0,0,0,0),(2280,1126,0,1,1,0,0,-4852.14,-360.3,392.243,4.05335,180,10,0,120,0,1,0,0,0),(2281,1196,0,1,1,0,0,-4822.03,-356.884,396.206,6.185,180,10,0,164,0,1,0,0,0),(2282,1127,0,1,1,0,0,-4862.23,-269.912,395.272,2.14472,180,0,0,137,0,0,0,0,0),(2283,727,0,1,1,0,1,-4957.89,72.3122,386.754,1.59041,250,0,0,1910,0,2,0,0,0),(2284,727,0,1,1,0,1,-4955.99,72.3495,386.746,1.59041,250,0,0,1910,0,2,0,0,0),(2285,1126,0,1,1,0,0,-4879.74,-228.004,389.412,0.36998,180,10,0,120,0,1,0,0,0),(2286,1196,0,1,1,0,0,-4834.81,-228.943,399.104,6.26547,180,10,0,164,0,1,0,0,0),(2287,1127,0,1,1,0,0,-4879.7,-170.707,383.501,0.06339,180,0,0,137,0,0,0,0,0),(2288,721,0,1,1,0,0,-4886.28,-232.116,388.86,1.81209,180,10,0,1,0,1,0,0,0),(2289,1201,0,1,1,0,0,-4887.19,-173.153,383.471,3.17868,180,10,0,137,0,1,0,0,0),(2290,1127,0,1,1,0,0,-4993.18,-142.228,387.933,3.16441,180,5,0,137,0,1,0,0,0),(2291,721,0,1,1,0,0,-4955.12,-138.056,376.191,3.6559,180,10,0,1,0,1,0,0,0),(2292,1196,0,1,1,0,0,-4990.84,-58.1003,386.758,2.88709,180,10,0,164,0,1,0,0,0),(2293,1201,0,1,1,0,0,-4978.06,-83.9934,380.802,0.620476,180,10,0,137,0,1,0,0,0),(2294,721,0,1,1,0,0,-4941.63,-15.9251,388.349,5.83264,180,10,0,1,0,1,0,0,0),(2295,1201,0,1,1,0,0,-4891.43,-48.5917,388.231,5.05403,180,10,0,137,0,1,0,0,0),(2296,1127,0,1,1,0,0,-5004.63,-19.6029,389.374,2.06118,180,5,0,137,0,1,0,0,0),(2297,1127,0,1,1,0,0,-5046.93,-38.5521,392.065,1.8802,180,5,0,137,0,1,0,0,0),(2298,1127,0,1,1,0,0,-4900.51,-9.61827,389.645,3.42085,180,0,0,137,0,0,0,0,0),(2299,1201,0,1,1,0,0,-4923.45,-4.12424,391.335,4.96904,180,10,0,137,0,1,0,0,0),(2300,1196,0,1,1,0,0,-4877.07,20.2735,388.366,2.92886,180,10,0,164,0,1,0,0,0),(2301,1127,0,1,1,0,0,-5024.47,54.9933,393.753,0.48425,180,0,0,137,0,0,0,0,0),(2302,1201,0,1,1,0,0,-5026.7,68.6194,391.014,1.29169,180,10,0,137,0,1,0,0,0),(2303,721,0,1,1,0,0,-4883.14,104.94,389.13,3.71298,180,10,0,1,0,1,0,0,0),(2304,1127,0,1,1,0,0,-4910.41,96.6889,389.135,1.28656,180,0,0,137,0,0,0,0,0),(2305,1196,0,1,1,0,0,-4871.85,99.7302,389.402,5.81539,180,10,0,164,0,1,0,0,0),(2306,1196,0,1,1,0,0,-4929.46,116.813,388.485,1.23168,180,10,0,164,0,1,0,0,0),(2307,1127,0,1,1,0,0,-4897.84,134.463,393.656,5.2709,180,0,0,137,0,0,0,0,0),(2308,1127,0,1,1,0,0,-5033.75,122.401,391.866,3.66461,180,5,0,137,0,1,0,0,0),(2309,1201,0,1,1,0,0,-5034.99,123.871,391.994,0.676709,180,10,0,137,0,1,0,0,0),(2310,1201,0,1,1,0,0,-5050.07,82.5392,394.513,0.020774,180,10,0,137,0,1,0,0,0),(2311,1127,0,1,1,0,0,-5006.48,207.108,389.101,0.258715,180,0,0,137,0,0,0,0,0),(2312,721,0,1,1,0,0,-4919.99,178.897,399.838,5.82652,180,10,0,1,0,1,0,0,0),(2313,1127,0,1,1,0,0,-5109.58,170.163,397.847,2.40135,180,5,0,137,0,1,0,0,0),(2314,1201,0,1,1,0,0,-5118.73,169.439,394.86,4.41289,180,10,0,137,0,1,0,0,0),(2315,1196,0,1,1,0,0,-5085.34,159.369,397.85,3.00052,180,10,0,164,0,1,0,0,0),(4002,12377,0,1,1,11649,0,-11103.5,-2213.43,13.7435,3.01648,600,5,0,2699,0,1,0,0,0),(4001,12380,0,1,1,13950,1,-11119,-2207.05,19.3354,4.61539,600,0,0,6761,0,0,0,0,0),(4000,12378,0,1,1,146,0,-11149.5,-2200.07,22.7176,2.43424,600,5,0,4580,6882,1,0,0,0),(3999,7379,0,1,1,11537,0,-10871.4,-2143.58,117.256,0.435553,600,2,0,2470,5013,1,0,0,0),(3998,7371,0,1,1,11536,0,-10945.9,-2156.91,116.167,1.62349,600,0,0,3644,0,0,0,0,0),(3997,7369,0,1,1,11533,0,-10872.6,-2170.1,117.256,5.91976,600,5,0,3529,0,1,0,0,0),(3996,7379,0,1,1,11537,0,-10801.8,-2181.33,117.381,4.26981,600,0,0,2470,5013,0,0,0,0),(3995,7379,0,1,1,11537,0,-10817.3,-2143.6,122.433,2.61112,600,5,0,2470,5013,1,0,0,0),(3994,7379,0,1,1,11537,0,-10885.9,-2148.29,117.256,0.309782,600,0,0,2470,5013,0,0,0,0),(3993,7369,0,1,1,11533,0,-10811.9,-2195.57,117.256,4.59714,600,2,0,3529,0,1,0,0,0),(3992,7369,0,1,1,11533,0,-10844.4,-2121.71,121.006,5.62481,600,5,0,3529,0,1,0,0,0),(3991,7369,0,1,1,11533,0,-11145,-2270.49,121.577,3.94353,600,5,0,3529,0,1,0,0,0),(3990,7376,0,1,1,10826,0,-10714.1,-2035.89,121.86,4.33529,600,5,0,3529,0,1,0,0,0),(3989,12377,0,1,1,11649,0,-11173.9,-2226.94,22.7307,0.155771,600,5,0,2699,0,1,0,0,0),(3988,7370,0,1,1,4870,0,-11194.6,-2229.39,22.7191,4.31329,600,5,0,5233,2991,1,0,0,0),(3987,12377,0,1,1,11649,0,-11176,-2252.9,22.7069,5.93557,600,3,0,2699,0,1,0,0,0),(3986,12378,0,1,1,146,0,-11238.9,-2172.47,22.7053,4.83881,600,5,0,4580,6882,1,0,0,0),(3985,7369,0,1,1,11533,0,-11121.4,-2298.59,117.256,5.52805,600,5,0,3529,0,1,0,0,0),(3984,7369,0,1,1,11533,0,-10914.9,-2217.93,117.756,2.17025,600,3,0,3529,0,1,0,0,0),(3983,7369,0,1,1,11533,0,-10996.2,-2302.69,117.256,0.926236,600,0,0,3529,0,0,0,0,0),(3982,7379,0,1,1,11537,0,-11084.3,-2321.66,117.256,1.40672,600,3,0,2470,5013,1,0,0,0),(3981,7369,0,1,1,11533,0,-10947.9,-2281.99,117.256,3.57852,600,5,0,3529,0,1,0,0,0),(3980,7379,0,1,1,11537,0,-11012.1,-2307.38,117.256,1.27659,600,0,0,2470,5013,0,0,0,0),(3979,7370,0,1,1,4870,0,-11219.1,-2247.42,22.7062,0.968502,600,3,0,5233,2991,1,0,0,0),(3978,12378,0,1,1,146,0,-11241.1,-2222.73,22.7066,5.11464,600,3,0,4580,6882,1,0,0,0),(3977,12377,0,1,1,11649,0,-11219,-2224.08,22.7275,4.74331,600,5,0,2699,0,1,0,0,0),(2349,620,530,1,1,0,0,-4714.08,-12375.3,11.7246,0.878926,300,10,0,1,0,1,0,0,0),(2350,620,530,1,1,0,0,-4708.07,-12456.4,11.9521,3.15698,300,10,0,1,0,1,0,0,0),(2351,620,530,1,1,0,0,-4712.89,-12451.6,11.7216,2.13308,300,10,0,1,0,1,0,0,0),(2352,620,530,1,1,0,0,-4700.8,-12432.1,12.9736,1.6725,300,10,0,1,0,1,0,0,0),(2353,620,530,1,1,0,0,-4718.48,-12461.5,7.40281,3.02716,300,10,0,1,0,1,0,0,0),(2354,620,530,1,1,0,0,-4708.91,-12442,14.3466,0.483503,300,10,0,1,0,1,0,0,0),(2355,620,530,1,1,0,0,-4711.46,-12416.4,12.1009,3.52269,300,10,0,1,0,1,0,0,0),(2356,620,530,1,1,0,0,-4682.96,-12452.2,16.7968,1.52949,300,10,0,1,0,1,0,0,0),(2357,620,530,1,1,0,0,-4689.74,-12445.5,15.3294,4.7439,300,10,0,1,0,1,0,0,0),(2358,620,530,1,1,0,0,-4665.44,-12439.4,15.7795,4.57833,300,10,0,1,0,1,0,0,0),(2359,620,530,1,1,0,0,-4642.27,-12421.9,13.4961,3.1455,300,10,0,1,0,1,0,0,0),(2360,620,530,1,1,0,0,-4683.33,-12405.8,12.2686,1.5708,300,10,0,1,0,1,0,0,0),(2362,1127,0,1,1,0,0,-5148.53,240.467,397.544,2.03686,180,0,0,137,0,0,0,0,0),(2363,1196,0,1,1,0,0,-5145.86,236.282,397.908,6.27733,180,10,0,164,0,1,0,0,0),(2364,721,0,1,1,0,0,-5043.89,293.138,394.414,6.03693,180,10,0,1,0,1,0,0,0),(2365,1127,0,1,1,0,0,-5049.23,274.455,391.958,3.16112,180,0,0,137,0,0,0,0,0),(2366,1196,0,1,1,0,0,-5028.83,294.899,396.038,1.72953,180,10,0,164,0,1,0,0,0),(3976,12378,0,1,1,146,0,-11035.9,-1920.01,-29.6907,4.81475,600,3,0,4580,6882,1,0,0,0),(3975,7371,0,1,1,11536,0,-11084.9,-2408.9,112.727,4.03457,600,2,0,3644,0,1,0,0,0),(3974,7372,0,1,1,11538,0,-11152,-2402.54,107.637,1.98321,600,3,0,2631,5340,1,0,0,0),(3973,7371,0,1,1,11536,0,-11104,-2466.51,109.803,4.35655,600,2,0,3644,0,1,0,0,0),(3972,7372,0,1,1,11538,0,-11121.6,-2416.26,108.653,5.40284,600,0,0,2631,5340,0,0,0,0),(3971,7371,0,1,1,11536,0,-11142.2,-2414.94,106.125,2.07753,600,3,0,3644,0,1,0,0,0),(3970,7372,0,1,1,11538,0,-11130.3,-2388.11,107.759,3.56311,600,2,0,2631,5340,1,0,0,0),(3969,7376,0,1,1,10826,0,-10649,-2085.55,107.406,2.13797,600,5,0,3529,0,1,0,0,0),(3968,12380,0,1,1,13950,1,-11182.5,-1966.57,35.7485,2.01588,600,5,0,6761,0,1,0,0,0),(3967,12377,0,1,1,11649,0,-11069.4,-1975.33,-23.6735,0.967485,600,5,0,2699,0,1,0,0,0),(3966,7370,0,1,1,4870,0,-11057.7,-1973.01,-24.1974,0.498566,600,5,0,5233,2991,1,0,0,0),(3965,12380,0,1,1,12430,1,-11167.1,-1963.88,35.7485,1.27882,600,5,0,6761,0,1,0,0,0),(3964,7379,0,1,1,11537,0,-10869.1,-2291.12,117.256,3.64645,600,2,0,2470,5013,1,0,0,0),(3963,7372,0,1,1,11538,0,-10894.8,-2346.2,116.602,5.76345,600,0,0,2631,5340,0,0,0,0),(3962,7369,0,1,1,11533,0,-10860.2,-2279.32,117.256,3.02583,600,2,0,3529,0,1,0,0,0),(3961,12380,0,1,1,12431,1,-11153,-1969.56,35.7485,5.12761,600,5,0,6761,0,1,0,0,0),(3960,7372,0,1,1,11538,0,-11162.1,-2487.77,105.364,2.30985,600,3,0,2631,5340,1,0,0,0),(3959,7376,0,1,1,10826,0,-10552.6,-1722.18,92.1085,5.03333,600,3,0,3529,0,1,0,0,0),(3958,7376,0,1,1,10826,0,-10847.2,-1866.22,116.421,1.97594,600,5,0,3529,0,1,0,0,0),(3957,18253,0,1,1,17641,1,-11116.5,-2014.39,47.1609,2.86234,600,0,0,4733,7031,0,0,0,0),(2405,1201,0,1,1,0,0,-5175.92,265.325,396.709,2.23852,180,10,0,137,0,1,0,0,0),(2406,1201,0,1,1,0,0,-5170.2,265.714,397.161,5.36389,180,10,0,137,0,1,0,0,0),(2407,1201,0,1,1,0,0,-5176.93,357.412,395.839,4.4411,180,10,0,137,0,1,0,0,0),(2408,1127,0,1,1,0,0,-5137.51,318.338,396.594,2.30383,180,0,0,137,0,0,0,0,0),(2409,1201,0,1,1,0,0,-5192.97,318.088,398.196,3.43679,180,10,0,137,0,1,0,0,0),(2410,1127,0,1,1,0,0,-5189.83,363.919,395.653,1.48668,180,5,0,137,0,1,0,0,0),(2411,1211,0,1,1,0,1,-5072.59,441.611,423.882,5.08146,180,0,0,156,0,0,0,0,0),(2412,1211,0,1,1,0,1,-5081.57,420.627,415.969,3.11621,180,0,0,156,0,0,0,0,0),(2413,1211,0,1,1,0,1,-5086.5,462.997,405.507,3.9202,180,0,0,156,0,2,0,0,0),(2414,1211,0,1,1,0,1,-5071.98,459.991,410.507,0.401888,180,0,0,156,0,0,0,0,0),(2415,1211,0,1,1,0,1,-5073.23,440.334,410.966,4.20571,180,0,0,156,0,0,0,0,0),(2416,1211,0,1,1,0,1,-5089.25,438.164,410.257,0.111789,180,0,0,156,0,0,0,0,0),(2417,1127,0,1,1,0,0,-5167.73,445.366,394.202,2.59486,180,5,0,137,0,1,0,0,0),(2418,1211,0,1,1,0,1,-5102.02,459.913,403.395,3.41763,180,0,0,156,0,2,0,0,0),(2419,721,0,1,1,0,0,-5068.57,411.23,422.493,5.87804,180,10,0,1,0,1,0,0,0),(2420,1211,0,1,1,0,1,-5052.94,453.274,412.404,5.08973,180,0,0,156,0,0,0,0,0),(2421,1211,0,1,1,0,1,-5056.98,418.321,421.568,5.51575,180,0,0,156,0,0,0,0,0),(2422,1211,0,1,1,0,1,-5070.48,480.116,401.851,3.02022,180,0,0,156,0,0,0,0,0),(2423,1211,0,1,1,0,1,-5092.1,515.032,406.702,2.64376,180,0,0,156,0,0,0,0,0),(2424,1211,0,1,1,0,1,-5078.4,489.38,401.821,3.29002,180,0,0,156,0,0,0,0,0),(2425,1211,0,1,1,0,1,-5120.27,524.759,407.995,1.85442,180,0,0,156,0,0,0,0,0),(2426,1211,0,1,1,0,1,-5048.75,478.535,404.61,1.34722,180,0,0,156,0,0,0,0,0),(2427,1211,0,1,1,0,1,-5047.46,506.11,408.735,5.59929,180,0,0,156,0,0,0,0,0),(2428,1211,0,1,1,0,1,-5169.92,585.356,406.008,5.95157,180,0,0,156,0,0,0,0,0),(2429,1211,0,1,1,0,1,-5183.35,555.4,395.28,4.4,180,0,0,156,0,0,0,0,0),(3956,17613,0,1,1,17123,1,-11120.2,-2015.27,47.1869,1.91823,600,0,0,4890,7196,0,0,0,0),(3955,18255,0,1,1,17645,1,-11123.3,-2006.77,47.2725,4.46804,600,0,0,4580,6882,0,0,0,0),(3954,18161,0,1,1,0,0,-11370.4,-2163.39,26.7177,5.16477,60,0,0,57,0,0,0,0,0),(2435,656,0,1,1,0,1,-8469,501.28,99.912,1.801,190,0,0,484,0,0,0,0,0),(2436,1211,0,1,1,0,1,-5251.19,486.936,386.011,3.29077,180,5,0,156,0,1,0,0,0),(2437,1211,0,1,1,0,1,-5192.73,576.49,401.55,4.81,180,0,0,156,0,0,0,0,0),(2438,1211,0,1,1,0,1,-5215.26,519.81,387.39,0.4,180,0,0,156,0,0,0,0,0),(2439,1211,0,1,1,0,1,-5178.42,607.865,408.964,4.70149,180,0,0,156,0,2,0,0,0),(2440,1211,0,1,1,0,1,-5187.61,608.438,408.968,4.87859,180,0,0,156,0,0,0,0,0),(2441,1211,0,1,1,0,1,-5246.06,585.74,402.989,6.2187,180,5,0,156,0,1,0,0,0),(2442,7843,0,1,1,0,1,-5165.01,635.986,348.362,3.47321,190,0,0,582,618,0,0,0,0),(2443,7843,0,1,1,0,1,-5162.95,636.182,348.362,1.74533,190,0,0,582,618,0,0,0,0),(2444,6221,0,1,1,0,1,-5174.38,661.967,348.278,4.08332,300,0,0,582,618,0,0,0,0),(2445,6221,0,1,1,0,1,-5154.36,642.31,348.579,1.65453,300,0,0,582,618,0,0,0,0),(2446,6221,0,1,1,0,1,-5160.54,692.712,363.206,1.49376,300,0,0,582,618,0,0,0,0),(2447,6221,0,1,1,0,1,-5161.55,692.698,363.156,1.494,300,0,0,582,618,0,0,0,0),(2448,6221,0,1,1,0,1,-5159.92,678.097,355.474,4.37645,300,0,0,582,618,0,0,0,0),(2449,6221,0,1,1,0,1,-5164.45,678.521,355.51,4.71333,300,0,0,582,618,0,0,0,0),(2450,1211,0,1,1,0,1,-5279.25,515.387,385.885,0.503194,180,5,0,156,0,1,0,0,0),(2451,1211,0,1,1,0,1,-5285.15,581.264,386.849,3.79016,180,0,0,156,0,0,0,0,0),(2452,1211,0,1,1,0,1,-5288.18,536.86,384.41,5.98,180,5,0,156,0,1,0,0,0),(2453,1211,0,1,1,0,1,-5288.18,585.727,387.349,6.03063,180,0,0,156,0,2,0,0,0),(2454,1211,0,1,1,0,1,-5288.62,459.884,383.636,2.90539,180,5,0,156,0,1,0,0,0),(2455,1211,0,1,1,0,1,-5314.89,483.713,384.31,5.90742,180,0,0,156,0,0,0,0,0),(2456,1127,0,1,1,0,0,-5286.91,486.285,384.136,5.38031,180,5,0,137,0,1,0,0,0),(2457,1211,0,1,1,0,1,-5281.59,486.986,384.511,3.90797,180,5,0,156,0,1,0,0,0),(2458,1211,0,1,1,0,1,-5311.44,520.624,384.946,0.1246,180,0,0,156,0,0,0,0,0),(2459,1201,0,1,1,0,0,-5272.7,442.675,385.828,4.67123,180,0,0,137,0,2,0,0,0),(2460,1211,0,1,1,0,1,-5291.64,598.37,387.99,4.3,180,0,0,156,0,0,0,0,0),(2461,1211,0,1,1,0,1,-5315.96,583.091,388.498,1.2087,180,0,0,156,0,0,0,0,0),(2462,1211,0,1,1,0,1,-5309.6,598.931,390.544,5.93616,180,0,0,156,0,0,0,0,0),(2463,1211,0,1,1,0,1,-5312.1,546.19,383.92,3.44,180,5,0,156,0,1,0,0,0),(2464,1211,0,1,1,0,1,-5282.58,581.76,386.849,5.48548,180,0,0,156,0,2,0,0,0),(2465,1211,0,1,1,0,1,-5334.27,561.942,395.756,4.08995,180,0,0,156,0,0,0,0,0),(2466,1211,0,1,1,0,1,-5364.04,543.251,386.99,1.58291,180,5,0,156,0,1,0,0,0),(2467,1211,0,1,1,0,1,-5349.01,548.26,385.74,3.68992,180,0,0,156,0,0,0,0,0),(2468,1211,0,1,1,0,1,-5343.21,584.931,386.926,0.160166,180,0,0,156,0,0,0,0,0),(2469,1211,0,1,1,0,1,-5302.24,620.919,391.968,5.37211,180,0,0,156,0,0,0,0,0),(2470,8503,0,1,1,0,1,-5065.97,453.939,410.39,1.44,7200,20,0,199,459,1,0,0,0),(2471,1127,0,1,1,0,0,-5346.14,509.477,386.191,0.706894,180,5,0,137,0,1,0,0,0),(2472,1127,0,1,1,0,0,-5400.75,524.191,387.264,0.755021,180,5,0,137,0,1,0,0,0),(51984,1756,0,1,1,0,1,-8422.23,335.737,120.887,3.46146,430,0,0,25200,0,0,0,0,0),(15277,2369,0,1,1,11255,1,-1141.93,-721.775,-8.46211,0.658607,300,10,0,1050,0,1,0,0,0),(3951,7376,0,1,1,10826,0,-10689.3,-1867.43,114.377,2.03728,600,5,0,3529,0,1,0,0,0),(3950,7376,0,1,1,10826,0,-10554.8,-1781.01,94.3952,5.41337,600,5,0,3529,0,1,0,0,0),(3949,7376,0,1,1,10826,0,-10282.9,-2013.07,51.0342,3.29945,600,5,0,3529,0,1,0,0,0),(3948,7376,0,1,1,10826,0,-10554.4,-1856.29,111.57,6.2301,600,5,0,3529,0,1,0,0,0),(3947,7376,0,1,1,10826,0,-10377.2,-1785.42,94.3243,3.70307,600,3,0,3529,0,1,0,0,0),(3946,7376,0,1,1,10826,0,-10615.1,-1914.32,118.778,5.97234,600,5,0,3529,0,1,0,0,0),(3945,7376,0,1,1,10826,0,-10744.3,-1833.58,114.789,1.32437,600,5,0,3529,0,1,0,0,0),(3944,5990,0,1,1,2743,0,-11245.1,-3289.86,24.4082,6.26561,450,5,0,2488,0,1,0,0,0),(3943,5990,0,1,1,2743,0,-11188.3,-3283.07,8.81045,3.78925,450,10,0,2488,0,1,0,0,0),(3942,5992,0,1,1,3026,0,-11186.4,-3347.31,8.30331,2.89093,450,10,0,2576,0,1,0,0,0),(3941,5992,0,1,1,3026,0,-11176,-3193.12,6.47681,2.04541,450,10,0,2576,0,1,0,0,0),(3940,5992,0,1,1,3026,0,-11214,-3311.4,8.73824,1.86684,450,10,0,2576,0,1,0,0,0),(3939,5990,0,1,1,2743,0,-11151.1,-3312.58,4.87022,1.72374,450,10,0,2488,0,1,0,0,0),(3938,5982,0,1,1,10824,0,-11199.3,-3205.91,8.27191,5.09471,450,10,0,2488,0,1,0,0,0),(3937,5990,0,1,1,2743,0,-11215.4,-3084.88,3.84497,1.67553,450,10,0,2488,0,1,0,0,0),(3936,5990,0,1,1,2743,0,-11350.7,-3254.68,9.55909,4.98104,450,5,0,2488,0,1,0,0,0),(3935,5991,0,1,1,798,0,-11384.2,-3288.83,1.86742,4.84765,450,5,0,2980,0,1,0,0,0),(3934,8296,0,1,1,11562,1,-10924.5,-2755.26,23.1939,1.93402,21600,0,0,1804,4140,0,0,0,0),(3933,5991,0,1,1,798,0,-11409.9,-3233.61,12.2938,1.19899,450,5,0,2980,0,1,0,0,0),(3932,5992,0,1,1,3026,0,-11370.4,-3229.61,9.74282,5.47568,450,5,0,2576,0,1,0,0,0),(3931,5985,0,1,1,2714,0,-11517.4,-3079.21,0.328017,1.56103,450,10,0,2672,0,1,0,0,0),(3930,8298,0,1,1,10920,1,-11753,-2960.59,8.2707,0.082443,21600,10,0,2634,2041,1,0,0,0),(3929,5983,0,1,1,1105,0,-11563.2,-3081.59,6.19427,2.93718,450,10,0,2779,0,1,0,0,0),(3928,5983,0,1,1,1105,0,-11555,-3073.87,7.31927,4.73582,450,10,0,2779,0,1,0,0,0),(3927,5991,0,1,1,798,0,-11552.1,-3219.05,6.42475,4.93064,450,5,0,2980,0,1,0,0,0),(3926,5993,0,1,1,11410,0,-11578.6,-3214.74,6.11547,3.15364,450,5,0,2727,0,1,0,0,0),(3925,5993,0,1,1,11410,0,-11585.9,-3284.63,9.74778,3.95737,450,10,0,2727,0,1,0,0,0),(3924,5991,0,1,1,798,0,-11556.9,-3281.1,7.44161,4.43567,450,10,0,2980,0,1,0,0,0),(3923,5991,0,1,1,798,0,-11482.7,-3204.32,15.0471,3.42875,450,5,0,2980,0,1,0,0,0),(3922,5991,0,1,1,798,0,-11511.7,-3242.37,8.71675,3.86336,450,5,0,2980,0,1,0,0,0),(3921,5991,0,1,1,798,0,-11422.9,-3257.13,8.86528,2.49185,450,5,0,2980,0,1,0,0,0),(3920,8675,0,1,1,7949,0,-11317.8,-2985.12,5.29086,1.29389,450,5,0,2880,0,1,0,0,0),(3919,5985,0,1,1,2714,0,-11380.9,-2951.26,3.05434,5.45913,450,5,0,2672,0,1,0,0,0),(3918,5983,0,1,1,1105,0,-11361,-2763.36,6.37436,3.88834,450,10,0,2779,0,1,0,0,0),(3917,5985,0,1,1,2714,0,-11383.2,-2886.37,0.884702,4.52188,450,5,0,2672,0,1,0,0,0),(3916,5983,0,1,1,1105,0,-11377.2,-3065.98,-4.3938,5.15054,450,10,0,2779,0,1,0,0,0),(3915,5985,0,1,1,2714,0,-11352.5,-2786.29,6.60958,3.62712,450,10,0,2672,0,1,0,0,0),(3914,5985,0,1,1,2714,0,-11321.3,-2746.04,8.96753,3.14941,450,5,0,2672,0,1,0,0,0),(3913,6011,0,1,1,9017,1,-11711.7,-3191.47,7.27935,4.5376,450,5,0,3293,0,1,0,0,0),(3912,5988,0,1,1,6068,0,-11216.3,-2716.04,12.7789,6.1874,450,5,0,2495,0,1,0,0,0),(3911,5992,0,1,1,3026,0,-11244.7,-3192.03,9.39468,3.73664,450,10,0,2576,0,1,0,0,0),(3910,5988,0,1,1,6068,0,-11186,-2746.19,16.9086,2.66883,450,10,0,2495,0,1,0,0,0),(3909,5988,0,1,1,6068,0,-11057.1,-2908.66,13.4684,1.75554,450,5,0,2495,0,1,0,0,0),(3908,5988,0,1,1,6068,0,-11118.2,-2765.16,18.126,4.2793,450,10,0,2495,0,1,0,0,0),(3907,5988,0,1,1,6068,0,-11081.7,-2714.15,23.4506,2.84249,450,5,0,2495,0,1,0,0,0),(3906,5984,0,1,1,8050,0,-11137.2,-2713.41,11.5632,0.275831,450,5,0,2310,0,1,0,0,0),(3905,5979,0,1,1,152,1,-11108.2,-2763.62,16.4012,5.837,450,5,0,1848,1534,1,0,0,0),(3904,5984,0,1,1,8050,0,-11044,-2765.01,2.89106,-1.79652,450,10,0,2310,0,1,0,0,0),(3903,5984,0,1,1,8050,0,-11034.3,-2804.99,8.67404,1.11183,450,10,0,2310,0,1,0,0,0),(3902,8304,0,1,1,7844,1,-11431.6,-2626.02,39.1104,0.85454,900,0,1,3758,0,2,0,0,0),(3901,5979,0,1,1,152,1,-11096.5,-2770.94,14.1177,5.70223,450,5,0,1848,1534,1,0,0,0),(3900,5988,0,1,1,6068,0,-10986.6,-2840.5,11.6069,1.63918,450,10,0,2495,0,1,0,0,0),(3899,5988,0,1,1,6068,0,-11000.6,-2874.81,9.47645,3.27682,450,5,0,2495,0,1,0,0,0),(3898,5988,0,1,1,6068,0,-10954.9,-2923.4,9.81036,1.09206,450,5,0,2495,0,1,0,0,0),(3897,5984,0,1,1,8050,0,-11007,-2841.82,9.08197,5.14384,450,10,0,2310,0,1,0,0,0),(3896,5988,0,1,1,6068,0,-10946.5,-2915.18,8.56036,3.37243,450,5,0,2495,0,1,0,0,0),(3895,5988,0,1,1,6068,0,-10941.5,-2894.21,9.55644,3.77643,450,5,0,2495,0,1,0,0,0),(3894,5977,0,1,1,14401,1,-11484.5,-2852.97,4.03926,4.21547,450,3,0,3293,0,1,0,0,0),(3893,5996,0,1,1,6720,1,-10619.6,-3484.04,5.52696,3.92699,450,0,0,2488,0,0,0,0,0),(3892,5996,0,1,1,6720,1,-10666.2,-3434.55,6.04292,1.06465,450,0,0,2488,0,0,0,0,0),(3891,5996,0,1,1,6721,1,-10670,-3454.2,6.95262,4.11898,450,0,0,2488,0,0,0,0,0),(3890,6009,0,1,1,6786,1,-11451.6,-2714.16,5.99178,2.2986,450,5,0,2305,4896,1,0,0,0),(3889,751,0,1,1,391,1,-10862.5,-3647.22,15.3779,2.17392,450,5,0,2059,0,1,0,0,0),(3888,5996,0,1,1,6721,1,-10694,-3440.52,5.91505,4.20624,450,0,0,2488,0,0,0,0,0),(3887,5996,0,1,1,6719,1,-10680.8,-3426.11,4.45148,1.55334,450,0,0,2488,0,0,0,0,0),(3886,5984,0,1,1,8050,0,-11193.9,-2942.43,16.3545,6.24414,450,5,0,2310,0,1,0,0,0),(3885,5997,0,1,1,6712,1,-10712.9,-3389.28,-11.4771,4.42704,450,5,0,2488,0,1,0,0,0),(3884,6010,0,1,1,1913,0,-11694.6,-3119.92,15.4495,3.79278,450,5,0,3293,0,1,0,0,0),(3883,6011,0,1,1,9017,1,-11696.2,-3118.67,15.0745,3.79812,450,5,0,3293,0,1,0,0,0),(3882,5996,0,1,1,6721,1,-10690,-3187.2,19.0753,3.75246,450,0,0,2488,0,0,0,0,0),(3881,5996,0,1,1,6721,1,-10704.1,-3166.76,25.5009,3.19395,450,0,0,2488,0,0,0,0,0),(3880,5985,0,1,1,2714,0,-11460.1,-2957.49,9.9897,3.6382,450,5,0,2672,0,1,0,0,0),(3879,6005,0,1,1,6794,0,-11588.4,-3354.33,8.80094,5.02985,450,5,0,3082,0,1,0,0,0),(3878,5998,0,1,1,6725,1,-10652.6,-3194.84,23.4823,0.60608,450,0,0,2399,0,0,0,0,0),(3877,5996,0,1,1,6720,1,-10701.2,-3128.53,26.8109,1.09956,450,0,0,2488,0,0,0,0,0),(3876,5985,0,1,1,2714,0,-11433.2,-2970.75,3.09209,2.87054,450,10,0,2672,0,1,0,0,0),(3875,5996,0,1,1,6722,1,-10722.2,-3154.79,30.5295,4.86947,450,0,0,2488,0,0,0,0,0),(3874,8675,0,1,1,7949,0,-11491.2,-3048.67,2.53672,3.40219,450,10,0,2880,0,1,0,0,0),(3873,5997,0,1,1,6712,1,-10741.3,-3123.03,33.252,4.4658,450,1,0,2488,0,1,0,0,0),(3872,752,0,1,1,386,1,-10850.6,-3671.4,20.3734,1.68615,450,5,0,1774,1534,1,0,0,0),(3871,5985,0,1,1,2714,0,-11418,-3022.54,0.440405,4.30031,450,10,0,2672,0,1,0,0,0),(3870,5997,0,1,1,6711,1,-10786.8,-3111.34,41.1061,0.675923,450,1,0,2488,0,1,0,0,0),(3869,5996,0,1,1,6719,1,-10721.6,-3095.86,34.5568,0.698132,450,0,0,2488,0,0,0,0,0),(3868,5996,0,1,1,6720,1,-10778.9,-3096.31,39.7677,1.02974,450,0,0,2488,0,0,0,0,0),(3867,5996,0,1,1,6720,1,-10745.5,-3090.39,35.104,0.994838,450,0,0,2488,0,0,0,0,0),(3866,5996,0,1,1,6720,1,-10798.9,-3067.46,45.7997,6.16101,450,0,0,2488,0,0,0,0,0),(3865,5996,0,1,1,6721,1,-10826,-3067.12,47.3622,4.10152,450,0,0,2488,0,0,0,0,0),(3864,5996,0,1,1,6722,1,-10816.3,-3089.04,43.643,3.42085,450,0,0,2488,0,0,0,0,0),(3863,5998,0,1,1,6726,1,-10829,-3048.59,47.1667,2.17203,450,0,0,2399,0,0,0,0,0),(3862,5984,0,1,1,8050,0,-10965.2,-2859.8,5.77607,2.34005,450,5,0,2310,0,1,0,0,0),(3861,5984,0,1,1,8050,0,-11092.1,-2842.07,15.6974,5.42038,450,1,0,2310,0,1,0,0,0),(3860,5979,0,1,1,152,1,-10997.1,-2773.44,4.16053,-2.44515,450,5,0,1848,1534,1,0,0,0),(3859,5984,0,1,1,8050,0,-10957.5,-2775.29,5.76888,6.09652,450,5,0,2310,0,1,0,0,0),(3858,5988,0,1,1,6068,0,-11013.5,-2738.43,5.77976,1.34429,450,10,0,2495,0,1,0,0,0),(3857,5977,0,1,1,14401,1,-11532.1,-2878.49,11.9849,2.17662,450,3,0,3293,0,1,0,0,0),(3856,5978,0,1,1,11543,1,-11542.6,-2814.6,3.27716,2.77415,450,3,0,2305,4896,1,0,0,0),(3855,6010,0,1,1,1913,0,-11752.1,-3084.32,9.37025,2.70169,450,5,0,3293,0,1,0,0,0),(3854,6011,0,1,1,9017,1,-11774.7,-3071.83,7.70122,2.73388,450,5,0,3293,0,1,0,0,0),(3853,5977,0,1,1,14401,1,-11535,-2840.33,6.20522,4.51601,450,3,0,3293,0,1,0,0,0),(3852,5978,0,1,1,11543,1,-11526.7,-2860.59,8.80994,1.04507,450,3,0,2305,4896,1,0,0,0),(3851,5976,0,1,1,11584,1,-10842.4,-2665.23,8.74483,1.47368,450,0,0,2488,0,0,0,0,0),(3850,5999,0,1,1,6727,1,-10979,-3258.71,44.4579,0.509943,450,1,0,2672,0,1,0,0,0),(3849,8675,0,1,1,7949,0,-11373.8,-2739.85,7.13812,1.47696,450,10,0,2880,0,1,0,0,0),(3848,5974,0,1,1,14402,1,-10896.7,-2711.09,7.99804,3.50811,450,0,0,2310,0,0,0,0,0),(3847,5974,0,1,1,14402,1,-10910.1,-2690.75,8.58908,4.11898,450,0,0,2310,0,0,0,0,0),(3846,5991,0,1,1,798,0,-11707,-2800.18,6.92886,3.65945,450,5,0,2980,0,1,0,0,0),(3845,5991,0,1,1,798,0,-11669.7,-2818.97,5.31895,3.06137,450,5,0,2980,0,1,0,0,0),(3844,5993,0,1,1,11410,0,-11693.6,-3036.73,18.2434,3.34396,450,5,0,2727,0,1,0,0,0),(3843,5993,0,1,1,11410,0,-11799.3,-2925.06,12.5663,5.37737,450,10,0,2727,0,1,0,0,0),(3842,5993,0,1,1,11410,0,-11755.7,-2983.82,11.8835,6.28041,450,10,0,2727,0,1,0,0,0),(3841,5993,0,1,1,11410,0,-11810.8,-2938.39,14.9059,4.12276,450,10,0,2727,0,1,0,0,0),(3840,5993,0,1,1,11410,0,-11754.7,-2966.49,8.58804,1.89598,450,10,0,2727,0,1,0,0,0),(3839,5983,0,1,1,1105,0,-11439.2,-3036.04,1.03353,0.313721,450,10,0,2779,0,1,0,0,0),(3838,5982,0,1,1,10824,0,-11403.9,-3141.91,13.6571,2.9595,450,5,0,2488,0,1,0,0,0),(3837,5982,0,1,1,10824,0,-11380.9,-3117.83,4.1014,2.56729,450,10,0,2488,0,1,0,0,0),(3836,5982,0,1,1,10824,0,-11159.5,-3342.99,4.64402,5.63256,450,10,0,2488,0,1,0,0,0),(3835,8675,0,1,1,7949,0,-11439.4,-2999.53,3.67968,1.44547,450,10,0,2880,0,1,0,0,0),(3834,5991,0,1,1,798,0,-11793.8,-2759.39,9.82908,2.01823,450,5,0,2980,0,1,0,0,0),(3833,8675,0,1,1,7949,0,-11414.3,-2816.8,-0.151889,3.20488,450,10,0,2880,0,1,0,0,0),(3832,8675,0,1,1,7949,0,-11479.4,-2809.31,-1.16278,4.54476,450,5,0,2880,0,1,0,0,0),(3831,769,0,1,1,336,0,-10573.9,-3493,22.5341,0.188587,450,5,0,1829,0,1,0,0,0),(3830,769,0,1,1,336,0,-10689.7,-3721.61,23.6778,3.39981,450,5,0,1829,0,1,0,0,0),(3829,769,0,1,1,336,0,-10636.2,-3684.73,22.5528,4.42272,450,5,0,1829,0,1,0,0,0),(3828,769,0,1,1,336,0,-10566.1,-3517.28,23.4278,2.86491,450,5,0,1829,0,1,0,0,0),(3827,769,0,1,1,336,0,-10576.1,-3553.9,22.0667,4.55314,450,5,0,1829,0,1,0,0,0),(3826,8675,0,1,1,7949,0,-11494.6,-2964.04,35.606,0.95895,450,5,0,2880,0,1,0,0,0),(3825,769,0,1,1,336,0,-10628.6,-3590.24,22.8241,0.846265,450,5,0,1829,0,1,0,0,0),(3824,769,0,1,1,336,0,-10540.9,-3585.5,22.6224,4.83771,450,5,0,1829,0,1,0,0,0),(3823,769,0,1,1,336,0,-10605.9,-3528.29,22.0877,4.93275,450,5,0,1829,0,1,0,0,0),(3822,5984,0,1,1,8050,0,-11114.3,-2870.38,21.1716,3.3596,450,1,0,2310,0,1,0,0,0),(3821,5978,0,1,1,11543,1,-11583.7,-2827.13,4.16153,4.44911,450,3,0,2305,4896,1,0,0,0),(3820,5978,0,1,1,11543,1,-11591.9,-2870.02,22.5026,3.31429,450,5,0,2305,4896,1,0,0,0),(3819,5978,0,1,1,11543,1,-11555,-2852.03,7.95522,4.92611,450,3,0,2305,4896,1,0,0,0),(3818,5978,0,1,1,11543,1,-11568.1,-2835.27,5.62737,4.12705,450,3,0,2305,4896,1,0,0,0),(3817,5977,0,1,1,14401,1,-11574.3,-2852.59,9.46175,5.8192,450,3,0,3293,0,1,0,0,0),(3816,5988,0,1,1,6068,0,-11247.9,-2999.45,8.29462,0.490072,450,10,0,2495,0,1,0,0,0),(3815,1082,0,1,1,807,0,-10484.3,-3508.95,20.4991,1.76826,450,5,0,1604,0,1,0,0,0),(3814,1082,0,1,1,807,0,-10477,-3452.45,19.8245,2.92927,450,5,0,1604,0,1,0,0,0),(3813,6004,0,1,1,6780,1,-11507.1,-3312.37,8.42717,0.904471,450,5,0,2980,0,1,0,0,0),(3812,6006,0,1,1,6770,1,-11353.8,-3388.22,7.59274,3.35859,450,5,0,2466,1923,1,0,0,0),(3811,6004,0,1,1,6779,1,-11343.5,-3412.51,7.85531,4.17097,450,1,0,2980,0,1,0,0,0),(3810,6004,0,1,1,7838,1,-11320.9,-3394.71,7.59274,4.67631,450,3,0,2980,0,1,0,0,0),(3809,6005,0,1,1,6794,0,-11239.5,-3377.5,9.33847,0.30252,450,5,0,3082,0,1,0,0,0),(3808,6006,0,1,1,6771,1,-11277.3,-3375.53,6.09979,0.250852,450,3,0,2466,1923,1,0,0,0),(3807,8675,0,1,1,7949,0,-11413.1,-3019.28,0.002855,5.22225,450,10,0,2880,0,1,0,0,0),(3806,6010,0,1,1,1913,0,-11702.5,-3190.13,8.12633,3.44728,450,5,0,3293,0,1,0,0,0),(3805,6010,0,1,1,1913,0,-11708.7,-3242.73,8.92269,4.13392,450,5,0,3293,0,1,0,0,0),(3804,6011,0,1,1,9017,1,-11709.8,-3244.42,8.43686,4.13413,450,5,0,3293,0,1,0,0,0),(3803,5996,0,1,1,6720,1,-10642.2,-3396.12,-12.5202,4.83456,450,0,0,2488,0,0,0,0,0),(3802,5996,0,1,1,6721,1,-10823,-3154.78,39.862,2.14675,450,0,0,2488,0,0,0,0,0),(3801,5996,0,1,1,6719,1,-10771.8,-3626.75,-11.541,2.49582,450,0,0,2488,0,0,0,0,0),(3800,5996,0,1,1,6722,1,-10672.5,-3585.16,-8.937,1.90241,450,0,0,2488,0,0,0,0,0),(3799,5996,0,1,1,6719,1,-10583.2,-3163.61,12.8275,1.44862,450,0,0,2488,0,0,0,0,0),(3798,5996,0,1,1,6722,1,-10750.3,-3388.28,-10.1733,5.16617,450,0,0,2488,0,0,0,0,0),(3797,5996,0,1,1,6722,1,-10722,-3247.73,-9.4545,1.50098,450,0,0,2488,0,0,0,0,0),(3796,5996,0,1,1,6719,1,-10552.5,-3168.87,5.89756,5.65487,450,0,0,2488,0,0,0,0,0),(3795,5996,0,1,1,6721,1,-10754.6,-3426.59,-19.4833,1.5708,450,0,0,2488,0,0,0,0,0),(3794,5996,0,1,1,6722,1,-10662,-3304.44,-9.97065,1.27409,450,0,0,2488,0,0,0,0,0),(3793,5996,0,1,1,6721,1,-10790.9,-3162.59,36.6571,5.14872,450,0,0,2488,0,0,0,0,0),(3792,5996,0,1,1,6721,1,-10610.2,-3506.41,0.812838,3.28122,450,0,0,2488,0,0,0,0,0),(3791,5996,0,1,1,6721,1,-10631.7,-3568.03,-8.86307,1.67552,450,0,0,2488,0,0,0,0,0),(3790,5996,0,1,1,6722,1,-10610.8,-3166.12,15.0913,2.98451,450,0,0,2488,0,0,0,0,0),(3789,5996,0,1,1,6719,1,-10694.2,-3503.84,-27.3193,2.79253,450,0,0,2488,0,0,0,0,0),(3788,5997,0,1,1,6711,1,-10768.2,-3594.56,-13.0471,0.434904,450,5,0,2488,0,1,0,0,0),(3787,5996,0,1,1,6722,1,-10752.8,-3299.39,-13.6047,0.628319,450,0,0,2488,0,0,0,0,0),(3786,5997,0,1,1,6711,1,-10564,-3327.37,3.59845,1.29931,450,5,0,2488,0,1,0,0,0),(3785,5996,0,1,1,6722,1,-10611.9,-3406.91,1.21536,0.017453,450,0,0,2488,0,0,0,0,0),(3784,5996,0,1,1,6720,1,-10771.6,-3485.31,-23.476,2.9147,450,0,0,2488,0,0,0,0,0),(3783,5998,0,1,1,6726,1,-10737.6,-3330.59,-10.2139,0.148613,450,5,0,2399,0,1,0,0,0),(3782,5996,0,1,1,6720,1,-10752,-3598.47,-12.3775,0.122173,450,0,0,2488,0,0,0,0,0),(3781,5997,0,1,1,6712,1,-10735.1,-3638.72,-11.9657,5.30609,450,5,0,2488,0,1,0,0,0),(3780,5996,0,1,1,6722,1,-10576,-3345.35,3.85466,3.49066,450,0,0,2488,0,0,0,0,0),(3779,5996,0,1,1,6721,1,-10530.7,-3231.19,4.09334,5.60251,450,0,0,2488,0,0,0,0,0),(3778,5996,0,1,1,6719,1,-10572.7,-3370.5,0.097282,3.26377,450,0,0,2488,0,0,0,0,0),(3777,5996,0,1,1,6722,1,-10595.7,-3327.39,6.8719,3.42085,450,0,0,2488,0,0,0,0,0),(3776,5996,0,1,1,6720,1,-10687.7,-3294.88,-8.20846,1.22173,450,0,0,2488,0,0,0,0,0),(3775,5998,0,1,1,6725,1,-10716.5,-3366.56,-11.8839,0.613927,450,5,0,2399,0,1,0,0,0),(3774,5998,0,1,1,6723,1,-10764.8,-3445.98,-19.0121,0.376827,450,5,0,2399,0,1,0,0,0),(3773,5996,0,1,1,6721,1,-10568.7,-3234.44,8.87041,4.43314,450,0,0,2488,0,0,0,0,0),(3772,5998,0,1,1,6725,1,-10634.8,-3124.18,23.1423,5.12605,450,5,0,2399,0,1,0,0,0),(3771,5997,0,1,1,6712,1,-10602.2,-3489.02,0.286836,1.88802,450,5,0,2488,0,1,0,0,0),(3770,5996,0,1,1,6722,1,-10829.2,-3182.08,42.9416,4.93928,450,0,0,2488,0,0,0,0,0),(3769,5996,0,1,1,6719,1,-10658.5,-3389.36,-12.5127,3.9619,450,0,0,2488,0,0,0,0,0),(3768,5996,0,1,1,6720,1,-10501.1,-3440.04,-12.6378,0.401426,450,0,0,2488,0,0,0,0,0),(3767,5996,0,1,1,6721,1,-10656.1,-3281.83,-7.47843,4.2237,450,0,0,2488,0,0,0,0,0),(3766,5998,0,1,1,6724,1,-10806.1,-3571.23,-10.4688,1.89615,450,5,0,2399,0,1,0,0,0),(3765,5996,0,1,1,6722,1,-10477.9,-3281.1,-4.06687,5.48033,450,0,0,2488,0,0,0,0,0),(3764,5996,0,1,1,6720,1,-10675.3,-3562.15,-33.6553,4.53786,450,0,0,2488,0,0,0,0,0),(3763,5996,0,1,1,6721,1,-10813.5,-3109.38,41.7052,3.03687,450,0,0,2488,0,0,0,0,0),(3762,5996,0,1,1,6722,1,-10804.9,-3665.31,-11.7727,3.10669,450,0,0,2488,0,0,0,0,0),(3761,5996,0,1,1,6722,1,-10572.3,-3592.93,-13.982,1.309,450,0,0,2488,0,0,0,0,0),(3760,5998,0,1,1,6724,1,-10714.3,-3637.92,-12.2945,3.08526,450,5,0,2399,0,1,0,0,0),(3759,5996,0,1,1,6719,1,-10582.1,-3545.1,-9.65466,5.32325,450,0,0,2488,0,0,0,0,0),(3758,5996,0,1,1,6720,1,-10671.7,-3693.57,-10.736,6.26573,450,0,0,2488,0,0,0,0,0),(3745,5996,0,1,1,6719,1,-10780.3,-3298.52,-10.2559,2.67035,450,0,0,2488,0,0,0,0,0),(3744,5996,0,1,1,6719,1,-10514.7,-3288.97,-0.060867,5.25344,450,0,0,2488,0,0,0,0,0),(3743,5996,0,1,1,6721,1,-10576.6,-3436.77,-1.06565,3.28122,450,0,0,2488,0,0,0,0,0),(3742,5996,0,1,1,6722,1,-10613,-3547.9,-8.50613,1.6057,450,0,0,2488,0,0,0,0,0),(3741,5996,0,1,1,6720,1,-10750.1,-3683.36,-11.7155,4.13643,450,0,0,2488,0,0,0,0,0),(3740,5996,0,1,1,6719,1,-10673.4,-3094.46,20.9696,4.2237,450,0,0,2488,0,0,0,0,0),(3739,5996,0,1,1,6719,1,-10550.6,-3395.06,-2.67994,0.593412,450,0,0,2488,0,0,0,0,0),(3738,5996,0,1,1,6722,1,-10581.3,-3616.01,-13.3081,5.11381,450,0,0,2488,0,0,0,0,0),(3737,5996,0,1,1,6720,1,-10664.8,-3172.06,20.8985,0.471239,450,0,0,2488,0,0,0,0,0),(3736,5996,0,1,1,6720,1,-10606.1,-3243.61,-4.63481,5.09636,450,0,0,2488,0,0,0,0,0),(3735,5996,0,1,1,6720,1,-10629.6,-3146.92,20.5668,4.5204,450,0,0,2488,0,0,0,0,0),(3734,5996,0,1,1,6721,1,-10759.9,-3328.43,-12.4974,3.7001,450,0,0,2488,0,0,0,0,0),(3733,5996,0,1,1,6722,1,-10738.5,-3450.14,-16.4603,5.67232,450,0,0,2488,0,0,0,0,0),(3732,5996,0,1,1,6720,1,-10553.3,-3423.84,-2.45979,5.65487,450,0,0,2488,0,0,0,0,0),(3731,5996,0,1,1,6721,1,-10651.7,-3189.52,24.3635,0.575959,450,0,0,2488,0,0,0,0,0),(3730,5996,0,1,1,6719,1,-10784.4,-3408.42,-17.5568,1.44862,450,0,0,2488,0,0,0,0,0),(3729,5996,0,1,1,6722,1,-10854.3,-3168.17,46.486,1.309,450,0,0,2488,0,0,0,0,0),(3728,5996,0,1,1,6719,1,-10546.2,-3528.74,-11.3421,0.733038,450,0,0,2488,0,0,0,0,0),(3727,5998,0,1,1,6725,1,-10648.9,-3127.77,23.504,3.88964,450,5,0,2399,0,1,0,0,0),(3726,5996,0,1,1,6722,1,-10812,-3133.74,40.2013,3.08923,450,0,0,2488,0,0,0,0,0),(3725,5996,0,1,1,6721,1,-10782.7,-3665.86,-12.9732,5.3058,450,0,0,2488,0,0,0,0,0),(3724,5996,0,1,1,6721,1,-10676.3,-3121.49,24.4147,2.87979,450,0,0,2488,0,0,0,0,0),(3723,5996,0,1,1,6719,1,-10803.2,-3449,-19.6628,1.79769,450,0,0,2488,0,0,0,0,0),(3722,5996,0,1,1,6720,1,-10507.4,-3264.43,-1.63699,1.79769,450,0,0,2488,0,0,0,0,0),(3721,5996,0,1,1,6720,1,-10826.7,-3457.37,-21.4826,2.42601,450,0,0,2488,0,0,0,0,0),(3720,5996,0,1,1,6719,1,-10595.5,-3459.34,1.98787,2.6529,450,0,0,2488,0,0,0,0,0),(3719,5996,0,1,1,6719,1,-10747.7,-3472.59,-22.385,5.70723,450,0,0,2488,0,0,0,0,0),(3718,5996,0,1,1,6719,1,-10610.9,-3525.99,-1.84958,2.68781,450,0,0,2488,0,0,0,0,0),(3717,5996,0,1,1,6722,1,-10653.7,-3081.65,19.8254,0.820305,450,0,0,2488,0,0,0,0,0),(3716,5998,0,1,1,6723,1,-10810.9,-3590.83,-12.8564,2.36842,450,5,0,2399,0,1,0,0,0),(3715,5996,0,1,1,6722,1,-10641.9,-3209.32,-2.59095,0.767945,450,0,0,2488,0,0,0,0,0),(3714,5996,0,1,1,6720,1,-10610.5,-3319.58,-6.12211,0,450,0,0,2488,0,0,0,0,0),(3713,5998,0,1,1,6724,1,-10544.1,-3283.19,1.11511,1.8138,450,0,0,2399,0,0,0,0,0),(3712,5998,0,1,1,6724,1,-10654.6,-3251.42,-4.24311,4.77184,450,5,0,2399,0,1,0,0,0),(3711,5996,0,1,1,6719,1,-10547.2,-3149.99,6.76347,1.11701,450,0,0,2488,0,0,0,0,0),(3710,5996,0,1,1,6721,1,-10554.1,-3193.06,8.16165,0.261799,450,0,0,2488,0,0,0,0,0),(3709,5996,0,1,1,6720,1,-10491.2,-3265.39,-4.7405,0.820305,450,0,0,2488,0,0,0,0,0),(3708,5996,0,1,1,6722,1,-10658.7,-3471.4,-5.52293,2.60054,450,0,0,2488,0,0,0,0,0),(3707,5997,0,1,1,6712,1,-10608.2,-3604.62,-13.1465,1.355,450,5,0,2488,0,1,0,0,0),(3706,5996,0,1,1,6721,1,-10785.2,-3476.97,-22.0887,4.74729,450,0,0,2488,0,0,0,0,0),(3705,5996,0,1,1,6719,1,-10684.3,-3669.66,-11.6068,3.19395,450,0,0,2488,0,0,0,0,0),(3704,5996,0,1,1,6722,1,-10571.6,-3398.76,0.490726,2.30383,450,0,0,2488,0,0,0,0,0),(3703,5996,0,1,1,6719,1,-10531.7,-3547.09,-9.46698,0.191986,450,0,0,2488,0,0,0,0,0),(3702,5996,0,1,1,6721,1,-10783.6,-3363.31,-10.4468,3.01942,450,0,0,2488,0,0,0,0,0),(3701,7670,0,1,1,6857,1,-11478.5,-3363.06,7.38935,4.38448,450,5,0,3293,0,1,0,0,0),(3700,5988,0,1,1,6068,0,-11236.2,-2945,11.2975,3.85417,450,5,0,2495,0,1,0,0,0),(3699,5996,0,1,1,6720,1,-10605.1,-3660.83,-15.5518,5.49779,450,0,0,2488,0,0,0,0,0),(3698,5996,0,1,1,6721,1,-10736.5,-3615.03,-10.8402,0.488692,450,0,0,2488,0,0,0,0,0),(3697,5996,0,1,1,6719,1,-10807.3,-3182.07,37.2181,4.10152,450,0,0,2488,0,0,0,0,0),(3696,5996,0,1,1,6721,1,-10618.4,-3216.82,-3.87653,0.907571,450,0,0,2488,0,0,0,0,0),(3695,5996,0,1,1,6721,1,-10745.9,-3252.1,-8.85246,3.54302,450,0,0,2488,0,0,0,0,0),(3694,5996,0,1,1,6721,1,-10710.1,-3631.59,-10.9109,1.5708,450,0,0,2488,0,0,0,0,0),(3693,5998,0,1,1,6726,1,-10597,-3477.21,0.569794,1.21454,450,5,0,2399,0,1,0,0,0),(3692,5996,0,1,1,6721,1,-10863.9,-3047.23,48.4969,4.69494,450,0,0,2488,0,0,0,0,0),(3691,5998,0,1,1,6725,1,-10553.8,-3215.67,7.23844,1.76661,450,5,0,2399,0,1,0,0,0),(3690,6000,0,1,1,6732,1,-11086.1,-3321.62,50.0008,4.20245,450,2,0,2223,1750,1,0,0,0),(3689,5999,0,1,1,6729,1,-11005.3,-3257.61,55.5601,4.27392,450,0,0,2672,0,0,0,0,0),(3688,7851,0,1,1,7913,1,-10918.1,-3372.55,66.5809,4.45059,900,0,0,7842,0,0,0,0,0),(3687,7851,0,1,1,7910,1,-10977.9,-3492.34,68.7535,2.84489,900,0,0,7842,0,0,0,0,0),(3686,6002,0,1,1,6738,1,-11022.6,-3409.4,65.3417,4.30751,450,0,0,1946,4281,0,0,0,0),(3685,5999,0,1,1,6728,1,-11119.5,-3378,59.2828,0.015363,450,5,0,2672,0,1,0,0,0),(3684,5999,0,1,1,6729,1,-11028.4,-3385.99,65.1393,1.98968,450,0,0,2672,0,0,0,0,0),(3683,5984,0,1,1,8050,0,-10959,-3118.91,42.9477,6.11507,450,10,0,2310,0,1,0,0,0),(3682,5996,0,1,1,6720,1,-10622.5,-3656.05,-15.8512,3.42085,450,0,0,2488,0,0,0,0,0),(3681,5996,0,1,1,6720,1,-10893.2,-3197.68,49.4894,1.22173,450,0,0,2488,0,0,0,0,0),(3680,5998,0,1,1,6724,1,-10623,-3236.48,-5.21397,5.4062,450,5,0,2399,0,1,0,0,0),(3679,5996,0,1,1,6720,1,-10772.1,-3383.18,-9.3987,4.29351,450,0,0,2488,0,0,0,0,0),(3678,5997,0,1,1,6712,1,-10672,-3340.36,-11.0246,0.786491,450,5,0,2488,0,1,0,0,0),(3677,5996,0,1,1,6721,1,-10605.4,-3145.31,17.4588,0.261799,450,0,0,2488,0,0,0,0,0),(3676,5996,0,1,1,6721,1,-10499,-3328.55,-4.55529,5.96903,450,0,0,2488,0,0,0,0,0),(3675,5996,0,1,1,6719,1,-10893,-3194.57,49.797,4.43314,450,0,0,2488,0,0,0,0,0),(3674,5996,0,1,1,6722,1,-10675.5,-3065.13,19.6044,1.6057,450,0,0,2488,0,0,0,0,0),(3673,5996,0,1,1,6719,1,-10688.4,-3394.39,-13.6543,0,450,0,0,2488,0,0,0,0,0),(3672,5999,0,1,1,6728,1,-10906.6,-3321.36,65.03,2.88784,450,2,0,2672,0,1,0,0,0),(3671,5999,0,1,1,6728,1,-11003.4,-3378.29,62.2957,3.3979,450,0,0,2672,0,0,0,0,0),(3670,6001,0,1,1,6714,1,-11041.7,-3385.15,65.3293,4.99533,450,0,0,2779,0,0,0,0,0),(3669,7851,0,1,1,7911,1,-11083,-3399.61,66.6365,5.23599,900,0,0,7842,0,0,0,0,0),(3668,6001,0,1,1,6714,1,-10881.5,-3407.27,65.0793,4.1277,450,0,0,2779,0,0,0,0,0),(3667,5999,0,1,1,6727,1,-11078.1,-3296.31,49.8928,4.17134,450,0,0,2672,0,0,0,0,0),(3666,6000,0,1,1,6734,1,-10997.4,-3384.64,62.3517,1.5747,450,0,0,2223,1750,0,0,0,0),(3665,5999,0,1,1,6730,1,-10993.7,-3430.74,62.0155,5.22276,450,1,0,2672,0,1,0,0,0),(3664,5999,0,1,1,6730,1,-11016.6,-3289.24,55.0776,0.358567,450,1,0,2672,0,1,0,0,0),(3663,5999,0,1,1,6730,1,-10912.9,-3282.85,55.5791,4.86853,450,2,0,2672,0,1,0,0,0),(3662,8717,0,1,1,7970,1,-12119.9,-2580.6,-27.1965,2.50591,900,5,0,56592,0,1,0,0,0),(3661,8716,0,1,1,10543,0,-12180.7,-2516.42,0.268373,0.983154,900,5,0,51800,12840,1,0,0,0),(3660,8717,0,1,1,7970,1,-12256,-2583.79,-0.237804,4.43758,900,5,0,56592,0,1,0,0,0),(3659,8717,0,1,1,7970,1,-12046.8,-2654.03,-28.7006,5.06316,900,5,0,56592,0,1,0,0,0),(3658,12396,0,1,1,4426,0,-12290.5,-2686.29,5.22149,3.39653,900,5,0,50300,12430,1,0,0,0),(3657,8717,0,1,1,7970,1,-11886.4,-2479.91,-16.4326,2.78282,900,0,0,56592,0,0,0,0,0),(3656,5996,0,1,1,6722,1,-10764,-3661.63,-11.7605,3.97935,450,0,0,2488,0,0,0,0,0),(3655,5996,0,1,1,6720,1,-10552.1,-3448.87,-3.93474,0.698132,450,0,0,2488,0,0,0,0,0),(3654,5996,0,1,1,6721,1,-10542.5,-3490.66,-8.59025,6.23082,450,0,0,2488,0,0,0,0,0),(3653,5996,0,1,1,6720,1,-10601.3,-3582.42,-14.162,5.77704,450,0,0,2488,0,0,0,0,0),(3652,5996,0,1,1,6719,1,-10774,-3520.37,-23.7448,3.56047,450,0,0,2488,0,0,0,0,0),(3651,5996,0,1,1,6720,1,-10729,-3309.9,-9.99005,1.8675,450,0,0,2488,0,0,0,0,0),(3650,5997,0,1,1,6712,1,-10633.4,-3627.04,-12.1647,4.68121,450,5,0,2488,0,1,0,0,0),(2900,1196,0,1,1,0,0,-5399.57,546.408,387.271,2.96873,180,10,0,164,0,1,0,0,0),(2901,6886,0,1,1,0,1,-5336.66,562.818,395.897,6.0912,180,0,0,247,0,0,0,0,0),(2902,1201,0,1,1,0,0,-5418.4,481.374,384.49,3.20424,180,10,0,137,0,1,0,0,0),(2903,1196,0,1,1,0,0,-5417.44,478.429,384.342,0.359238,180,10,0,164,0,1,0,0,0),(2904,1201,0,1,1,0,0,-5417.58,536.185,386.756,0.545774,180,10,0,137,0,1,0,0,0),(2905,1127,0,1,1,0,0,-5378.84,448.41,385.724,4.28846,180,5,0,137,0,1,0,0,0),(2906,721,0,1,1,0,0,-5358.34,443.814,386.117,3.16295,180,10,0,1,0,1,0,0,0),(2907,1120,0,1,1,0,1,-5515.93,513.092,387.936,5.5807,180,5,0,137,0,1,0,0,0),(2908,1201,0,1,1,0,0,-5447.46,483.958,385.746,2.00944,180,10,0,137,0,1,0,0,0),(2909,721,0,1,1,0,0,-5456.2,490.182,385.725,1.60536,180,10,0,1,0,1,0,0,0),(2910,1121,0,1,1,0,1,-5521.19,551.901,391.715,2.06328,180,5,0,148,165,1,0,0,0),(2911,1120,0,1,1,0,1,-5561.04,518.539,382.011,4.2237,180,0,0,137,0,0,0,0,0),(2912,1123,0,1,1,0,1,-5567.64,521.862,381.425,4.93928,180,0,0,156,0,0,0,0,0),(2913,1123,0,1,1,0,1,-5566.43,514.22,381.886,5.8294,180,0,0,156,0,0,0,0,0),(2914,1120,0,1,1,0,1,-5568.12,517.603,381.675,4.10152,180,0,0,137,0,0,0,0,0),(2915,1121,0,1,1,0,1,-5563.04,513.006,381.886,1.25664,180,0,0,148,165,0,0,0,0),(2916,1124,0,1,1,0,1,-5556.3,521.664,382.386,4.04916,180,0,0,160,350,0,0,0,0),(2917,1121,0,1,1,0,1,-5538.93,517.203,387.261,0.788232,180,5,0,148,165,1,0,0,0),(2918,1121,0,1,1,0,1,-5585.96,552.711,388.179,2.77985,180,5,0,148,165,1,0,0,0),(2919,1120,0,1,1,0,1,-5554.37,553.291,393.04,1.02446,180,5,0,137,0,1,0,0,0),(2920,1121,0,1,1,0,1,-5565.6,637.562,398.912,0.505196,180,5,0,148,165,1,0,0,0),(2921,1123,0,1,1,0,1,-5564.88,648.602,398.516,5.66578,180,5,0,156,0,1,0,0,0),(2922,1123,0,1,1,0,1,-5547.14,546.356,391.621,4.53184,180,5,0,156,0,1,0,0,0),(2923,1123,0,1,1,0,1,-5547.62,660.976,395.687,5.408,180,5,0,156,0,1,0,0,0),(2924,1123,0,1,1,0,1,-5549.38,641.151,399.193,3.28741,180,5,0,156,0,1,0,0,0),(2925,1123,0,1,1,0,1,-5547.56,605.561,396.011,2.01467,180,5,0,156,0,1,0,0,0),(2926,1123,0,1,1,0,1,-5549.6,590.547,395.329,4.84886,180,5,0,156,0,1,0,0,0),(2927,1120,0,1,1,0,1,-5612.4,528.935,386.806,2.39576,180,5,0,137,0,1,0,0,0),(2928,1123,0,1,1,0,1,-5590.94,520.052,383.3,2.76605,180,5,0,156,0,1,0,0,0),(2929,1120,0,1,1,0,1,-5565.55,487.368,382.804,3.12868,180,5,0,137,0,1,0,0,0),(2930,1120,0,1,1,0,1,-5588.74,487.23,385.006,2.93619,180,5,0,137,0,1,0,0,0),(2931,1123,0,1,1,0,1,-5625.43,624.892,385.988,2.06804,180,5,0,156,0,1,0,0,0),(2932,1124,0,1,1,0,1,-5602.53,656.692,384.234,2.7131,180,5,0,160,350,1,0,0,0),(2933,1122,0,1,1,0,1,-5591.88,624.357,396.503,1.01974,180,5,0,176,0,1,0,0,0),(2934,1121,0,1,1,0,1,-5584.62,662.3,394.939,1.3894,180,5,0,148,165,1,0,0,0),(2935,1122,0,1,1,0,1,-5636.02,629.53,386.394,5.43691,180,5,0,176,0,1,0,0,0),(2936,1122,0,1,1,0,1,-5585.36,679.937,385.03,2.50185,180,5,0,176,0,1,0,0,0),(2937,1121,0,1,1,0,1,-5533.71,688.133,397.071,5.01868,180,5,0,148,165,1,0,0,0),(2938,1260,0,1,1,0,1,-5586.91,680.054,384.958,4.05244,7200,5,0,208,205,1,0,0,0),(2939,1124,0,1,1,0,1,-5526.6,700.04,395.057,1.5888,180,5,0,160,350,1,0,0,0),(2940,1123,0,1,1,0,1,-5522.88,717.184,391.938,1.22618,180,5,0,156,0,1,0,0,0),(2941,1122,0,1,1,0,1,-5560.95,719.393,382.593,3.30961,180,5,0,176,0,1,0,0,0),(2942,1123,0,1,1,0,1,-5577.19,700.348,381.903,3.12328,180,5,0,156,0,1,0,0,0),(2943,1124,0,1,1,0,1,-5590.15,736.674,391.81,2.6762,180,0,0,160,350,0,0,0,0),(2944,1122,0,1,1,0,1,-5539.68,737.817,385.804,4.10152,180,0,0,176,0,0,0,0,0),(2945,1123,0,1,1,0,1,-5550.1,759.476,384.11,0.593377,180,0,0,156,0,0,0,0,0),(2946,1124,0,1,1,0,1,-5595.8,713.236,382.348,4.06796,180,5,0,160,350,1,0,0,0),(2947,1121,0,1,1,0,1,-5546.07,738.924,385.216,2.41982,180,0,0,148,165,0,0,0,0),(2948,1122,0,1,1,0,1,-5619.47,748.52,385.24,3.91135,180,0,0,176,0,0,0,0,0),(2949,1122,0,1,1,0,1,-5615.6,732.865,388.432,2.83086,180,0,0,176,0,0,0,0,0),(2950,1123,0,1,1,0,1,-5572.32,764.485,383.641,1.35039,180,0,0,156,0,0,0,0,0),(2951,1124,0,1,1,0,1,-5635.81,763.415,387.562,0.922635,180,0,0,160,350,0,0,0,0),(2952,1123,0,1,1,0,1,-5665.78,755.486,389.534,0.926931,180,0,0,156,0,0,0,0,0),(2953,1122,0,1,1,0,1,-5675.03,736.744,387.582,1.12994,180,0,0,176,0,0,0,0,0),(2954,1124,0,1,1,0,1,-5644.7,677.735,388.477,0.729619,180,0,0,160,350,0,0,0,0),(2955,1122,0,1,1,0,1,-5681.95,722.136,386.857,2.68466,180,0,0,176,0,0,0,0,0),(2956,1123,0,1,1,0,1,-5670.42,687.54,387.824,5.925,180,0,0,156,0,0,0,0,0),(2957,1121,0,1,1,0,1,-5666.23,675.958,386.444,5.14592,180,0,0,148,165,0,0,0,0),(2958,1122,0,1,1,0,1,-5676.78,658.393,387.489,6.2526,180,0,0,176,0,0,0,0,0),(2959,1122,0,1,1,0,1,-5645.45,646.851,384.805,1.83865,180,0,0,176,0,0,0,0,0),(2960,1196,0,1,1,0,0,-5707.71,555.298,393.455,5.94476,180,10,0,164,0,1,0,0,0),(2961,721,0,1,1,0,0,-5573.03,464.959,383.778,4.42837,180,10,0,1,0,1,0,0,0),(2962,1196,0,1,1,0,0,-5689.31,522.743,388.005,2.02134,180,10,0,164,0,1,0,0,0),(2963,1127,0,1,1,0,0,-5685.56,490.94,387.707,0.05236,180,0,0,137,0,0,0,0,0),(2964,1127,0,1,1,0,0,-5648.19,446.078,383.582,2.2902,180,0,0,137,0,0,0,0,0),(2965,1196,0,1,1,0,0,-5722.07,487.089,394.889,2.4611,180,10,0,164,0,1,0,0,0),(2966,1201,0,1,1,0,0,-5675.04,445.211,386.322,6.27733,180,10,0,137,0,1,0,0,0),(3631,5996,0,1,1,6721,1,-10834.9,-3601.65,-12.6425,3.89208,450,0,0,2488,0,0,0,0,0),(3630,6003,0,1,1,6752,1,-11017.6,-3417.64,65.2167,6.01604,450,0,0,2880,0,0,0,0,0),(3605,7851,0,1,1,7911,1,-10929.5,-3421.9,66.5809,1.37881,900,0,0,7842,0,0,0,0,0),(3604,5999,0,1,1,6729,1,-11064.8,-3306.6,50.0069,4.27606,450,0,0,2672,0,0,0,0,0),(3603,5999,0,1,1,6730,1,-10970.8,-3520.83,65.0793,5.59524,450,1,0,2672,0,1,0,0,0),(3600,5999,0,1,1,6730,1,-11064.6,-3264.58,54.3061,6.06697,450,5,0,2672,0,1,0,0,0),(3134,5999,0,1,1,6730,1,-10874.3,-3284.88,88.4249,5.39078,450,5,0,2672,0,1,0,0,0),(3115,5999,0,1,1,6728,1,-10957.4,-3291.1,54.707,4.33718,450,5,0,2672,0,1,0,0,0),(3110,6003,0,1,1,6752,1,-11063.8,-3472.37,65.0793,5.58784,450,0,0,2880,0,0,0,0,0),(3109,5999,0,1,1,6729,1,-10977.4,-3391.3,65.1364,2.1293,450,0,0,2672,0,0,0,0,0),(3106,5999,0,1,1,6727,1,-10896.3,-3427.24,65.4543,2.02426,450,1,0,2672,0,1,0,0,0),(3102,7669,0,1,1,6876,1,-11525.5,-2860.79,8.80994,0.822076,450,1,0,3189,0,1,0,0,0),(3100,7668,0,1,1,6850,1,-11835.4,-3346.96,6.55166,4.80872,450,5,0,3758,0,1,0,0,0),(3099,6005,0,1,1,6793,0,-11311.5,-3423.99,8.46774,2.78452,450,3,0,3082,0,1,0,0,0),(3098,8717,0,1,1,7970,1,-12014.4,-2544.63,-40.8406,1.16942,900,5,0,56592,0,1,0,0,0),(3097,8717,0,1,1,7970,1,-11813.1,-2478.05,-20.9353,0.576621,900,5,0,56592,0,1,0,0,0),(3095,8717,0,1,1,7970,1,-11884.7,-2719.64,3.64841,1.94693,900,5,0,56592,0,1,0,0,0),(3090,8717,0,1,1,7970,1,-12085.4,-2553.96,-35.0681,3.54495,900,5,0,56592,0,1,0,0,0),(3089,8717,0,1,1,7970,1,-11923.7,-2586.02,-39.0151,3.51338,900,5,0,56592,0,1,0,0,0),(3087,8717,0,1,1,7970,1,-11902,-2717.96,6.13408,1.48927,900,5,0,56592,0,1,0,0,0),(3086,8717,0,1,1,7970,1,-11982.2,-2649.32,-15.7386,0.567186,900,5,0,56592,0,1,0,0,0),(2991,1201,0,1,1,0,0,-5656.36,368.805,388.055,0.433821,180,10,0,137,0,1,0,0,0),(2992,1201,0,1,1,0,0,-5635.8,391.688,383.546,5.18477,180,10,0,137,0,1,0,0,0),(3085,8716,0,1,1,10543,0,-12154.6,-2486.75,2.43021,4.08374,900,5,0,51800,12840,1,0,0,0),(3084,8717,0,1,1,7970,1,-11781.9,-2448.57,-16.0607,0.821336,900,5,0,56592,0,1,0,0,0),(2997,721,0,1,1,0,0,-5663.18,404.866,386.43,6.12194,180,10,0,1,0,1,0,0,0),(2998,1127,0,1,1,0,0,-5628.55,407.606,382.5,0.925025,180,0,0,137,0,0,0,0,0),(2999,1196,0,1,1,0,0,-5666.91,420.541,385.653,4.36595,180,10,0,164,0,1,0,0,0),(3000,721,0,1,1,0,0,-5604.46,428.967,381.82,5.07169,180,10,0,1,0,1,0,0,0),(3001,1201,0,1,1,0,0,-5636.13,408.904,383.055,1.53886,180,10,0,137,0,1,0,0,0),(3002,1196,0,1,1,0,0,-5592.17,418.139,380.449,1.46771,180,10,0,164,0,1,0,0,0),(3003,1201,0,1,1,0,0,-5508.89,369.49,389.222,3.6358,180,10,0,137,0,1,0,0,0),(3004,1201,0,1,1,0,0,-5483.22,414.599,386.078,6.14018,180,10,0,137,0,1,0,0,0),(3005,1127,0,1,1,0,0,-5432.29,436.459,386.325,1.3733,180,0,0,137,0,0,0,0,0),(3006,1196,0,1,1,0,0,-5437.89,406.142,391.565,1.4278,180,10,0,164,0,1,0,0,0),(3007,1196,0,1,1,0,0,-5440.85,441.956,385.314,6.11634,180,10,0,164,0,1,0,0,0),(3008,1201,0,1,1,0,0,-5353.79,415.879,388.774,3.41024,180,10,0,137,0,1,0,0,0),(3009,1127,0,1,1,0,0,-5278.6,421.674,387.973,3.91042,180,0,0,137,0,0,0,0,0),(3010,1196,0,1,1,0,0,-5292.11,420.857,388.86,4.78662,180,10,0,164,0,1,0,0,0),(3011,1127,0,1,1,0,0,-5331.42,405.354,389.605,1.46608,180,0,0,137,0,0,0,0,0),(3012,1196,0,1,1,0,0,-5278.4,371.068,394.756,4.62827,180,10,0,164,0,1,0,0,0),(3013,721,0,1,1,0,0,-5226.08,426.809,389.288,4.55873,180,10,0,1,0,1,0,0,0),(3014,1196,0,1,1,0,0,-5240.07,359.182,397.237,0.634801,180,10,0,164,0,1,0,0,0),(3015,1127,0,1,1,0,0,-5270.96,344.558,396.134,3.0359,180,0,0,137,0,0,0,0,0),(3016,1201,0,1,1,0,0,-5189.36,411.983,393.408,4.56624,180,10,0,137,0,1,0,0,0),(3017,1196,0,1,1,0,0,-5264.65,315.338,396.436,4.78078,180,10,0,164,0,1,0,0,0),(3018,1196,0,1,1,0,0,-5217.14,277.976,396.184,2.24331,180,10,0,164,0,1,0,0,0),(3019,3162,0,1,1,0,0,-5363.67,319.114,394.197,4.39823,180,0,0,247,0,0,0,0,0),(3020,1375,0,1,1,0,1,-5372.03,315.428,394.444,4.57276,180,0,0,247,0,0,0,0,0),(3022,13076,0,1,1,0,1,-5353.34,304.579,394.327,5.99117,250,0,0,1910,0,2,0,0,0),(3023,13076,0,1,1,0,1,-5360.34,293.122,394.78,2.74017,250,0,0,1910,0,0,0,0,0),(3024,721,0,1,1,0,0,-5361.96,316.658,394.201,2.20719,180,10,0,1,0,1,0,0,0),(3025,8508,0,1,1,0,1,-5343.18,248.987,388.215,4.4855,180,0,0,198,0,0,0,0,0),(3026,1697,0,1,1,0,1,-5387.62,302.251,394.054,0.715585,180,0,0,198,0,0,0,0,0),(3027,1374,0,1,1,0,1,-5378.4,315.291,394.289,4.46804,180,0,0,198,0,0,0,0,0),(3028,13076,0,1,1,0,1,-5383.14,318.846,394.364,3.45575,250,0,0,1910,0,0,0,0,0),(3029,13076,0,1,1,0,1,-5398.17,315.192,395.989,3.28122,250,0,0,1910,0,0,0,0,0),(3030,13076,0,1,1,0,1,-5382.49,296.601,393.884,0.890118,250,0,0,1910,0,0,0,0,0),(3031,11807,0,1,1,0,1,-5334.86,254.826,388.16,1.93209,180,0,1,301,326,2,0,0,0),(3082,5988,0,1,1,6068,0,-11056.2,-3136.22,45.5669,1.32203,450,5,0,2495,0,1,0,0,0),(3080,8675,0,1,1,7949,0,-11414.5,-2915.38,3.11745,3.96471,450,10,0,2880,0,1,0,0,0),(3077,5996,0,1,1,6722,1,-10740.8,-3663.81,-11.0506,0.034907,450,0,0,2488,0,0,0,0,0),(3036,1127,0,1,1,0,0,-5423.16,214.629,396.949,4.37754,180,5,0,137,0,1,0,0,0),(3037,1196,0,1,1,0,0,-5426.18,207.724,396.985,0.800395,180,10,0,164,0,1,0,0,0),(3038,1127,0,1,1,0,0,-5508.31,344.682,394.113,3.37271,180,0,0,137,0,0,0,0,0),(3040,721,0,1,1,0,0,-5484.92,335.328,397.017,3.46952,180,10,0,1,0,1,0,0,0),(3076,5996,0,1,1,6721,1,-10784.8,-3643.68,-11.6478,3.24631,450,0,0,2488,0,0,0,0,0),(3075,5996,0,1,1,6721,1,-10645.1,-3417.18,3.82311,3.1765,450,0,0,2488,0,0,0,0,0),(3043,1127,0,1,1,0,0,-5480.33,220.444,397.324,3.12414,180,0,0,137,0,0,0,0,0),(3073,5996,0,1,1,6719,1,-10615.5,-3126.4,18.4905,0.15708,450,0,0,2488,0,0,0,0,0),(3045,1127,0,1,1,0,0,-5512.1,226.237,398.074,1.72374,180,5,0,137,0,1,0,0,0),(3046,1201,0,1,1,0,0,-5545.66,349.785,391.841,6.09268,180,10,0,137,0,1,0,0,0),(3072,5997,0,1,1,6712,1,-10562.5,-3496.07,-6.3998,1.08212,450,5,0,2488,0,1,0,0,0),(3071,5996,0,1,1,6721,1,-10633.5,-3480.83,-6.24618,0.261799,450,0,0,2488,0,0,0,0,0),(3069,5996,0,1,1,6720,1,-10638,-3643.24,-13.9714,4.2237,450,0,0,2488,0,0,0,0,0),(3066,5996,0,1,1,6722,1,-10688.9,-3619.6,-7.81449,2.16421,450,0,0,2488,0,0,0,0,0),(3064,5999,0,1,1,6730,1,-11021.5,-3397.24,65.2414,1.37881,450,0,0,2672,0,0,0,0,0),(3053,1196,0,1,1,0,0,-5574.92,338.128,391.483,4.78926,180,10,0,164,0,1,0,0,0),(3062,7851,0,1,1,7913,1,-11041.8,-3432.47,66.6365,2.30383,900,0,0,7842,0,0,0,0,0),(3056,721,0,1,1,0,0,-5612.19,215.909,394.726,4.13031,180,10,0,1,0,1,0,0,0),(3060,5999,0,1,1,6728,1,-10876.3,-3480.09,65.3293,6.26206,450,5,0,2672,0,1,0,0,0),(3058,7851,0,1,1,7913,1,-10931.3,-3369.88,66.5809,4.4855,900,0,0,7842,0,0,0,0,0),(3059,1196,0,1,1,0,0,-5515.43,212.82,399.737,5.67476,180,10,0,164,0,1,0,0,0),(3061,1125,0,1,1,0,0,-5639.23,275.806,389.787,4.33619,180,10,0,102,0,1,0,0,0),(3057,5999,0,1,1,6729,1,-11060.4,-3331.25,67.1477,1.80863,450,5,0,2672,0,1,0,0,0),(3063,721,0,1,1,0,0,-5607.16,309.348,392.829,3.51345,180,10,0,1,0,1,0,0,0),(3055,6003,0,1,1,6753,1,-11049.1,-3375.91,65.3293,3.21335,450,0,0,2880,0,0,0,0,0),(3065,1127,0,1,1,0,0,-5582.53,317.776,394.461,4.73175,180,5,0,137,0,1,0,0,0),(3067,1125,0,1,1,0,0,-5661.43,322.343,386.753,3.04956,180,10,0,102,0,1,0,0,0),(3068,1128,0,1,1,0,0,-5703.75,306.151,387.225,4.70458,180,10,0,122,0,1,0,0,0),(3054,5999,0,1,1,6730,1,-10910.1,-3257.39,60.7225,4.74168,450,1,0,2672,0,1,0,0,0),(3070,721,0,1,1,0,0,-5672.29,269.747,385.403,5.18914,180,10,0,1,0,1,0,0,0),(3052,6003,0,1,1,6755,1,-10974.1,-3405.34,65.4901,4.71976,450,0,0,2880,0,0,0,0,0),(3051,5999,0,1,1,6729,1,-11003.2,-3403.04,61.9667,3.85421,450,1,0,2672,0,1,0,0,0),(3074,1125,0,1,1,0,0,-5752.24,192.971,369.937,1.0472,180,10,0,102,0,1,0,0,0),(3050,5999,0,1,1,6729,1,-11083.8,-3316.24,49.0646,1.29205,450,2,0,2672,0,1,0,0,0),(3049,7728,0,1,1,6688,0,-11254.4,-3562.16,7.93936,3.6257,900,0,0,3268,0,0,0,0,0),(3078,721,0,1,1,0,0,-5797.76,253.149,383.108,4.39055,180,10,0,1,0,1,0,0,0),(3079,1125,0,1,1,0,0,-5778.59,258.034,378.761,4.18747,180,10,0,102,0,1,0,0,0),(3081,721,0,1,1,0,0,-5722.11,222.714,371.706,1.2123,180,10,0,1,0,1,0,0,0),(3048,6005,0,1,1,6794,0,-11649.1,-3348.88,8.56008,2.62,450,10,0,3082,0,1,0,0,0),(3083,1128,0,1,1,0,0,-5717.37,209.205,368.213,3.78001,180,10,0,122,0,1,0,0,0),(3047,6004,0,1,1,6780,1,-11337.5,-3454.17,18.2737,4.85776,450,1,0,2980,0,1,0,0,0),(3044,6005,0,1,1,6795,0,-11243.4,-3449.49,8.28101,3.58595,450,0,0,3082,0,0,0,0,0),(3042,6004,0,1,1,6780,1,-11489.2,-3351.57,7.38935,4.84003,450,0,0,2980,0,0,0,0,0),(3088,1128,0,1,1,0,0,-5755.67,287.236,382.387,1.70193,180,10,0,122,0,1,0,0,0),(3041,6005,0,1,1,6793,0,-11302.2,-3408.62,7.59274,1.24285,450,3,0,3082,0,1,0,0,0),(3091,1128,0,1,1,0,0,-5777,202.862,371.963,5.01902,180,10,0,122,0,1,0,0,0),(3092,1196,0,1,1,0,0,-5833.81,300.745,420.966,5.6057,180,10,0,164,0,1,0,0,0),(3093,1125,0,1,1,0,0,-5754.01,106.97,366.7,4.08662,180,10,0,102,0,1,0,0,0),(3094,1125,0,1,1,0,0,-5795.45,92.3595,364.558,0.296706,180,10,0,102,0,1,0,0,0),(3039,6005,0,1,1,6794,0,-11288.1,-3441.4,10.5,5.32283,450,0,0,3082,0,0,0,0,0),(3096,1125,0,1,1,0,0,-5830.37,144.311,402.566,4.08407,180,10,0,102,0,1,0,0,0),(3035,6005,0,1,1,6794,0,-11607.4,-3396.51,7.60596,1.98245,450,0,0,3082,0,0,0,0,0),(3034,6005,0,1,1,6793,0,-11225.9,-3488,8.76066,2.16793,450,0,0,3082,0,0,0,0,0),(3033,6006,0,1,1,6770,1,-11219.5,-3491.96,8.29468,2.08067,450,0,0,2466,1923,0,0,0,0),(3101,721,0,1,1,0,0,-5703.79,114.366,385.582,1.85178,180,10,0,1,0,1,0,0,0),(3032,6004,0,1,1,6781,1,-11293.2,-3413.99,8.79251,1.36246,450,5,0,2980,0,1,0,0,0),(3103,1126,0,1,1,0,0,-5703.74,111.435,385.084,5.03116,180,10,0,120,0,1,0,0,0),(3104,1126,0,1,1,0,0,-5657.32,9.98776,406.614,5.66974,180,10,0,120,0,1,0,0,0),(3105,1126,0,1,1,0,0,-5673.33,47.0355,397.099,4.93699,180,10,0,120,0,1,0,0,0),(3107,1126,0,1,1,0,0,-5608.4,-34.0437,415.53,0.667725,180,10,0,120,0,1,0,0,0),(3108,1126,0,1,1,0,0,-5590.01,12.8294,440.07,4.69676,180,10,0,120,0,1,0,0,0),(3021,8717,0,1,1,7970,1,-11853.5,-2682.96,2.92018,1.69566,900,5,0,56592,0,1,0,0,0),(3111,1271,0,1,1,0,0,-5656,-96,419.074,1.042,180,0,0,666,0,2,0,0,0),(3112,1126,0,1,1,0,0,-5553.34,-19.0612,433.458,1.10032,180,10,0,120,0,1,0,0,0),(3113,1126,0,1,1,0,0,-5555.99,-75.3499,428.056,2.85168,180,10,0,120,0,1,0,0,0),(3114,1127,0,1,1,0,0,-5580.63,-55.822,421.866,4.31096,180,0,0,137,0,0,0,0,0),(2996,8717,0,1,1,7970,1,-11948.3,-2408.23,-0.650046,1.36229,900,5,0,56592,0,1,0,0,0),(3116,1126,0,1,1,0,0,-5550.97,-76.1191,426.931,3.03978,180,10,0,120,0,1,0,0,0),(3117,721,0,1,1,0,0,-5588.77,-46.6101,419.793,3.44693,180,10,0,1,0,1,0,0,0),(3118,1126,0,1,1,0,0,-5474.26,-101.815,431.55,1.4357,180,10,0,120,0,1,0,0,0),(3119,1135,0,1,1,0,0,-5475.86,-152.694,346.827,3.28349,180,5,0,120,0,1,0,0,0),(3120,1135,0,1,1,0,0,-5456.88,-139.219,346.827,6.04835,180,5,0,120,0,1,0,0,0),(3121,1135,0,1,1,0,0,-5443.66,-153.336,351.376,3.65848,180,5,0,120,0,1,0,0,0),(3122,1135,0,1,1,0,0,-5432.07,-134.393,350.506,4.36332,180,0,0,120,0,0,0,0,0),(3123,1127,0,1,1,0,0,-5427.46,-190.397,404.276,1.8675,180,0,0,137,0,0,0,0,0),(3124,1126,0,1,1,0,0,-5417.08,-146.935,399.831,6.08869,180,10,0,120,0,1,0,0,0),(3125,1135,0,1,1,0,0,-5479.27,-121.141,346.827,2.51812,180,5,0,120,0,1,0,0,0),(3126,1134,0,1,1,0,0,-5496.19,-127.459,346.827,6.16746,180,5,0,102,0,1,0,0,0),(3127,1137,0,1,1,0,0,-5436.07,-117.846,347.834,4.10152,1500,0,0,176,0,2,0,0,0),(3128,721,0,1,1,0,0,-5415.57,-104.99,396.552,3.50652,180,10,0,1,0,1,0,0,0),(3129,1135,0,1,1,0,0,-5465.78,-112.592,346.827,4.32155,180,5,0,120,0,1,0,0,0),(3130,1126,0,1,1,0,0,-5456.89,-126.023,409.116,1.79681,180,10,0,120,0,1,0,0,0),(3131,1126,0,1,1,0,0,-5411.45,-96.9262,395.562,3.42692,180,10,0,120,0,1,0,0,0),(3132,721,0,1,1,0,0,-5427.28,-214.123,404.843,1.65673,180,10,0,1,0,1,0,0,0),(3133,1135,0,1,1,0,0,-5445.74,-180.89,349.839,6.03884,180,0,0,120,0,0,0,0,0),(3135,1135,0,1,1,0,0,-5428.15,-164.489,351.642,3.56047,180,0,0,120,0,0,0,0,0),(3136,1135,0,1,1,0,0,-5408.26,-192.625,349.73,3.96501,180,5,0,120,0,1,0,0,0),(3137,1134,0,1,1,0,0,-5392.56,-180.219,370.357,0.747044,180,5,0,102,0,1,0,0,0),(3138,1135,0,1,1,0,0,-5416.64,-193.357,371.891,0.541052,180,0,0,120,0,0,0,0,0),(3139,1135,0,1,1,0,0,-5395.96,-130.405,368.136,5.28835,180,0,0,120,0,0,0,0,0),(3140,1127,0,1,1,0,0,-5385.78,-60.9882,393.626,3.61283,180,0,0,137,0,0,0,0,0),(3141,721,0,1,1,0,0,-5364.73,-23.461,396.984,3.6559,180,10,0,1,0,1,0,0,0),(3142,721,0,1,1,0,0,-5317.28,-42.4254,395.951,4.86899,180,10,0,1,0,1,0,0,0),(3143,1196,0,1,1,0,0,-5319.32,-26.9008,393.778,5.9792,180,10,0,164,0,1,0,0,0),(3144,1196,0,1,1,0,0,-5417.8,34.0006,414.617,5.90087,180,10,0,164,0,1,0,0,0),(3145,721,0,1,1,0,0,-5408.84,106.371,394.907,0.379782,180,10,0,1,0,1,0,0,0),(3146,1201,0,1,1,0,0,-5441.79,108.379,396.552,2.44372,180,10,0,137,0,1,0,0,0),(3147,1201,0,1,1,0,0,-5468.17,196.856,397.111,4.41572,180,10,0,137,0,1,0,0,0),(3148,1127,0,1,1,0,0,-5453.67,151.212,401.204,3.03784,180,5,0,137,0,1,0,0,0),(3149,1266,0,1,1,0,1,-5573.01,99.3317,483.91,5.11381,190,0,0,484,0,0,0,0,0),(3150,721,0,1,1,0,0,-5488.26,211.658,397.739,4.37214,180,10,0,1,0,1,0,0,0),(3151,1131,0,1,1,0,0,-5308.95,153.637,390.239,6.05101,180,10,0,137,0,1,0,0,0),(3152,1131,0,1,1,0,0,-5310.41,135.794,388.544,2.69075,180,10,0,137,0,1,0,0,0),(3153,1131,0,1,1,0,0,-5232.7,129.061,394.499,2.00446,180,10,0,137,0,1,0,0,0),(3154,1132,0,1,1,0,0,-5249.14,117.021,394.068,5.334,7200,20,0,198,0,1,0,0,0),(3155,1133,0,1,1,0,0,-5251.37,117.746,394.126,4.65202,180,5,0,156,0,1,0,0,0),(3156,1133,0,1,1,0,0,-5248.18,119.482,394.337,5.12932,180,5,0,156,0,1,0,0,0),(3157,1131,0,1,1,0,0,-5263.62,129.356,393.841,1.82411,180,10,0,137,0,1,0,0,0),(3158,1131,0,1,1,0,0,-5263.83,98.8485,391.355,5.69508,180,10,0,137,0,1,0,0,0),(3159,1131,0,1,1,0,0,-5282.48,128.228,389.916,4.23383,180,10,0,137,0,1,0,0,0),(3160,1131,0,1,1,0,0,-5223.96,130.097,392.736,1.92953,180,10,0,137,0,1,0,0,0),(3161,1131,0,1,1,0,0,-5233.88,102.648,392.587,1.66699,180,10,0,137,0,1,0,0,0),(3162,1700,0,1,1,0,1,-5197.73,54.8182,385.752,4.95674,180,0,0,198,0,0,0,0,0),(3163,721,0,1,1,0,0,-5076.12,42.9078,397.57,4.97391,180,10,0,1,0,1,0,0,0),(3164,1127,0,1,1,0,0,-5085.26,50.2602,396.851,1.39934,180,0,0,137,0,0,0,0,0),(3165,1201,0,1,1,0,0,-5071.19,60.7926,397.726,2.99046,180,10,0,137,0,1,0,0,0),(3166,1196,0,1,1,0,0,-5056.07,68.3708,395.328,5.66157,180,10,0,164,0,1,0,0,0),(3167,1201,0,1,1,0,0,-5083.94,-47.5227,395.294,0.317807,180,10,0,137,0,1,0,0,0),(3168,1201,0,1,1,0,0,-5110.62,-7.22357,397.551,4.4839,180,10,0,137,0,1,0,0,0),(3169,1127,0,1,1,0,0,-5103.77,-45.8484,398.04,3.18852,180,0,0,137,0,0,0,0,0),(3170,1196,0,1,1,0,0,-5285.84,-75.1347,401.91,1.5708,180,10,0,164,0,1,0,0,0),(3171,1196,0,1,1,0,0,-5303.76,-94.899,400.886,4.5204,180,10,0,164,0,1,0,0,0),(3172,1196,0,1,1,0,0,-5242.6,-56.3073,396.17,5.92624,180,10,0,164,0,1,0,0,0),(3173,721,0,1,1,0,0,-5270.16,-177.562,440.994,2.1621,180,10,0,1,0,1,0,0,0),(3174,1196,0,1,1,0,0,-5199.99,-114.405,407.844,2.00034,180,10,0,164,0,1,0,0,0),(3175,721,0,1,1,0,0,-5218.75,-185.173,439.699,1.5708,180,10,0,1,0,1,0,0,0),(3176,1397,0,1,1,0,1,-5284.24,-184.543,440.684,4.42848,180,0,0,148,165,0,0,0,0),(3177,1397,0,1,1,0,1,-5350.38,-221.805,443.94,3.90228,180,5,0,148,165,1,0,0,0),(3178,1397,0,1,1,0,1,-5354.94,-240.624,444.226,3.31181,180,5,0,148,165,1,0,0,0),(3179,1397,0,1,1,0,1,-5334.12,-236.347,440.271,5.32325,180,0,0,148,165,0,0,0,0),(3180,1397,0,1,1,0,1,-5337.22,-225.25,439.968,5.14872,180,0,0,148,165,0,0,0,0),(3181,1121,0,1,1,0,1,-5328.04,-230.491,440.965,2.89725,180,0,0,148,165,0,0,0,0),(3182,1397,0,1,1,0,1,-5315.96,-247.577,440.835,5.86799,180,5,0,148,165,1,0,0,0),(3183,1123,0,1,1,0,1,-5316.35,-214.36,441.055,0.401843,180,5,0,156,0,1,0,0,0),(3184,1397,0,1,1,0,1,-5371.72,-271.385,438.898,3.78877,180,5,0,148,165,1,0,0,0),(3185,1397,0,1,1,0,1,-5341.22,-271.624,446.477,5.69854,180,5,0,148,165,1,0,0,0),(3186,1135,0,1,1,0,0,-5403.29,-186.543,370.522,0.560124,180,5,0,120,0,1,0,0,0),(3187,1135,0,1,1,0,0,-5419.45,-211.023,374.024,1.8675,180,0,0,120,0,0,0,0,0),(3188,1135,0,1,1,0,0,-5366.75,-231.126,361.217,3.95842,180,5,0,120,0,1,0,0,0),(3189,1397,0,1,1,0,1,-5372.22,-224.243,443.531,4.17533,180,5,0,148,165,1,0,0,0),(3190,1123,0,1,1,0,1,-5054.89,-135.558,428.499,0.20944,180,0,0,156,0,0,0,0,0),(3191,1201,0,1,1,0,0,-5137.58,-88.7495,387.329,3.54315,180,10,0,137,0,1,0,0,0),(3192,721,0,1,1,0,0,-5127.48,-100.469,392.562,0.285279,180,10,0,1,0,1,0,0,0),(3193,1121,0,1,1,0,1,-5080.07,-244.765,447.604,1.41399,180,5,0,148,165,1,0,0,0),(3194,1397,0,1,1,0,1,-5023.36,-204.943,444.991,4.04916,180,0,0,148,165,0,0,0,0),(3195,1397,0,1,1,0,1,-5025.73,-200.843,445.158,1.41372,180,0,0,148,165,0,0,0,0),(3196,1397,0,1,1,0,1,-5004.57,-230.808,443.491,2.08519,180,5,0,148,165,1,0,0,0),(3197,721,0,1,1,0,0,-5529,-2482,409.268,3.32,180,10,0,1,0,1,0,0,0),(3198,1397,0,1,1,0,1,-5053.69,-259.261,441.392,2.30383,180,0,0,148,165,0,0,0,0),(3199,1121,0,1,1,0,1,-5053.21,-261.452,441.392,3.7001,180,0,0,148,165,0,0,0,0),(3200,1397,0,1,1,0,1,-5046.74,-257.153,441.392,5.48033,180,0,0,148,165,0,0,0,0),(3201,1397,0,1,1,0,1,-5036.62,-243.857,444.904,0.155681,180,5,0,148,165,1,0,0,0),(3202,1121,0,1,1,0,1,-5030.05,-204.617,444.677,2.47837,180,0,0,148,165,0,0,0,0),(3203,1121,0,1,1,0,1,-5032.48,-118.388,408.916,2.15609,180,5,0,148,165,1,0,0,0),(3204,1397,0,1,1,0,1,-5078.65,-278.59,448.999,0.797811,180,0,0,148,165,0,0,0,0),(3205,1397,0,1,1,0,1,-5078.33,-306.902,446.493,5.95739,180,0,0,148,165,0,0,0,0),(3206,1397,0,1,1,0,1,-5004.95,-269.739,443.545,0.404103,180,0,0,148,165,0,0,0,0),(3207,1397,0,1,1,0,1,-5023.95,-281.668,442.452,4.8431,180,0,0,148,165,0,0,0,0),(3208,1397,0,1,1,0,1,-5052.26,-289.23,441.594,6.0662,180,0,0,148,165,0,0,0,0),(3209,1397,0,1,1,0,1,-5033.86,-254.408,444.205,1.93182,180,0,0,148,165,0,0,0,0),(3210,1397,0,1,1,0,1,-4985.24,-293.565,449.149,1.65928,180,0,0,148,165,0,0,0,0),(3211,1127,0,1,1,0,0,-5154.23,-284,396.659,3.45575,180,0,0,137,0,0,0,0,0),(3212,1126,0,1,1,0,0,-5175.04,-249.373,388.378,0.650922,180,10,0,120,0,1,0,0,0),(3213,1128,0,1,1,0,0,-5350.68,-351.551,395.694,2.63866,180,10,0,122,0,1,0,0,0),(3214,1128,0,1,1,0,0,-5384.24,-319.039,400.042,2.35888,180,10,0,122,0,1,0,0,0),(3215,1138,0,1,1,0,0,-5363.15,-382.777,396.849,5.65453,180,10,0,120,0,1,0,0,0),(3216,1131,0,1,1,0,0,-5236.7,-410.519,387.246,2.47661,180,10,0,137,0,1,0,0,0),(3217,1126,0,1,1,0,0,-5365.42,-423.569,397.307,5.67678,180,10,0,120,0,1,0,0,0),(3218,1138,0,1,1,0,0,-5397.96,-330.858,400.987,1.35728,180,10,0,120,0,1,0,0,0),(3219,1138,0,1,1,0,0,-5409.01,-448.11,396.435,6.03631,180,10,0,120,0,1,0,0,0),(3220,1131,0,1,1,0,0,-5427.07,-451.892,398.03,3.81908,180,10,0,137,0,1,0,0,0),(3221,1135,0,1,1,0,0,-5415.04,-301.539,358.165,5.98897,180,5,0,120,0,1,0,0,0),(3222,1135,0,1,1,0,0,-5390.08,-278.356,363.174,3.24631,180,0,0,120,0,0,0,0,0),(3223,1128,0,1,1,0,0,-5446.86,-378.347,399.087,5.51712,180,10,0,122,0,1,0,0,0),(3224,1138,0,1,1,0,0,-5430.05,-392.442,401.018,3.64983,180,10,0,120,0,1,0,0,0),(3225,1138,0,1,1,0,0,-5403.98,-328.518,401.243,5.6307,180,10,0,120,0,1,0,0,0),(3226,1138,0,1,1,0,0,-5422.69,-394.905,400.65,4.16125,180,10,0,120,0,1,0,0,0),(3227,1138,0,1,1,0,0,-5392.7,-460.928,394.507,0.768646,180,10,0,120,0,1,0,0,0),(3228,1135,0,1,1,0,0,-5505.83,-343.944,356.39,1.41372,180,0,0,120,0,0,0,0,0),(3229,1135,0,1,1,0,0,-5481.87,-323.972,356.727,3.21141,180,0,0,120,0,0,0,0,0),(3230,1135,0,1,1,0,0,-5492.33,-329.985,355.766,1.89881,180,5,0,120,0,1,0,0,0),(3231,1131,0,1,1,0,0,-5422.31,-327.733,401.327,4.93884,180,10,0,137,0,1,0,0,0),(3232,1135,0,1,1,0,0,-5493.79,-282.648,353.295,0.497297,180,5,0,120,0,1,0,0,0),(3233,1135,0,1,1,0,0,-5492.18,-300.152,353.771,5.05726,180,5,0,120,0,1,0,0,0),(3234,1135,0,1,1,0,0,-5516.47,-303.547,354.383,4.29803,180,5,0,120,0,1,0,0,0),(3235,1135,0,1,1,0,0,-5519.16,-317.705,355.389,5.04226,180,5,0,120,0,1,0,0,0),(3236,1135,0,1,1,0,0,-5471.05,-277.054,354.215,2.05949,180,5,0,120,0,1,0,0,0),(3237,1135,0,1,1,0,0,-5419.42,-267.922,360.669,4.83456,180,5,0,120,0,1,0,0,0),(3238,1135,0,1,1,0,0,-5442.81,-273.531,356.713,5.70907,180,5,0,120,0,1,0,0,0),(3239,1135,0,1,1,0,0,-5404.12,-275.588,362.427,5.67217,180,5,0,120,0,1,0,0,0),(3240,1135,0,1,1,0,0,-5485.38,-245.197,355.013,2.74017,180,0,0,120,0,0,0,0,0),(3241,1135,0,1,1,0,0,-5387.56,-261.729,363.08,2.31513,180,5,0,120,0,1,0,0,0),(3242,1126,0,1,1,0,0,-5426.04,-227.76,404.73,4.42953,180,10,0,120,0,1,0,0,0),(3243,1135,0,1,1,0,0,-5386.4,-264.176,362.947,3.74257,180,5,0,120,0,1,0,0,0),(3244,1135,0,1,1,0,0,-5465.9,-265.863,354.531,4.63181,180,5,0,120,0,1,0,0,0),(3245,721,0,1,1,0,0,-5416.17,-265.08,404.942,3.42062,180,10,0,1,0,1,0,0,0),(3246,1135,0,1,1,0,0,-5380.1,-209.795,358.817,5.36908,180,5,0,120,0,1,0,0,0),(3247,1135,0,1,1,0,0,-5361.56,-259.345,361.43,2.96706,180,0,0,120,0,0,0,0,0),(3249,1128,0,1,1,0,0,-5550.08,-376.225,411.462,2.63545,180,10,0,122,0,1,0,0,0),(3250,1125,0,1,1,0,0,-5517.96,-436.142,405.72,4.33007,180,10,0,102,0,1,0,0,0),(3251,1125,0,1,1,0,0,-5613.71,-376.939,399.388,3.96922,180,10,0,102,0,1,0,0,0),(3252,721,0,1,1,0,0,-5600.24,-359.723,402.411,2.39485,180,10,0,1,0,1,0,0,0),(3253,1128,0,1,1,0,0,-5581.08,-352.124,408.071,0.15708,180,10,0,122,0,1,0,0,0),(35280,6188,1,1,1,2000,1,4246.31,-5713.27,107.499,6.25467,333,5,0,2016,4393,1,0,0,0),(3255,1134,0,1,1,0,0,-5678.49,-317.124,367.832,4.63795,180,0,0,102,0,0,0,0,0),(3257,1135,0,1,1,0,0,-5633.13,-278.188,369.626,3.68946,180,0,0,120,0,0,0,0,0),(3258,1135,0,1,1,0,0,-5602.79,-276.331,370.282,2.73594,180,0,0,120,0,0,0,0,0),(3259,1135,0,1,1,0,0,-5580.62,-301.221,365.249,3.57467,180,0,0,120,0,0,0,0,0),(3260,1125,0,1,1,0,0,-5742.83,-283.556,358.19,1.2509,180,10,0,102,0,1,0,0,0),(3261,1134,0,1,1,0,0,-5691.25,-310.021,365.835,4.4649,180,0,0,102,0,0,0,0,0),(3262,1134,0,1,1,0,0,-5689.12,-304.902,366.042,4.10904,180,0,0,102,0,0,0,0,0),(3263,721,0,1,1,0,0,-4413,-1527,481.34,6.195,180,10,0,1,0,1,0,0,0),(15226,2351,0,1,1,806,0,217.499,-982.938,77.076,3.22886,300,0,0,677,0,0,0,0,0),(15221,2369,0,1,1,11255,1,-1254.53,-818.144,-5.98989,5.15025,300,10,0,1050,0,1,0,0,0),(14898,2356,0,1,1,3201,0,-708.808,-1564.22,57.1721,2.4516,300,10,0,944,0,1,0,0,0),(15220,2371,0,1,1,4982,1,-1173.67,-754.479,-12.5778,3.31562,300,10,0,935,878,1,0,0,0),(14858,2349,0,1,1,6808,0,-288.344,134.765,76.6337,1.51216,300,10,0,664,0,1,0,0,0),(14859,2356,0,1,1,3201,0,-614.494,-1673.26,61.3654,3.59475,300,10,0,944,0,1,0,0,0),(14860,2356,0,1,1,3201,0,-1010.29,142.993,57.5302,2.38511,300,10,0,944,0,1,0,0,0),(14861,2349,0,1,1,6808,0,-956.325,50.0884,52.0403,5.36606,300,5,0,664,0,1,0,0,0),(14862,2356,0,1,1,3201,0,-330.917,202.579,87.4494,0.784019,300,10,0,944,0,1,0,0,0),(14863,3541,0,1,1,3696,1,-774.517,-505.746,23.7108,3.50811,300,0,0,1753,0,0,0,0,0),(14864,2386,0,1,1,3705,1,-883.759,-454.059,10.6827,2.64474,300,5,0,2310,0,1,0,0,0),(14865,2356,0,1,1,3201,0,-1018.39,-1398.95,56.5173,0.450548,300,10,0,944,0,1,0,0,0),(14866,2356,0,1,1,3201,0,-999.111,120.493,54.7334,5.92174,300,10,0,944,0,1,0,0,0),(14867,7071,0,1,1,5817,1,-1220.88,416.147,3.81308,4.31096,600,0,0,7349,4482,0,0,0,0),(14868,7068,0,1,1,5829,1,-1267.31,436.379,16.4786,0.916549,600,5,0,7349,6723,1,0,0,0),(14871,7068,0,1,1,5829,1,-1232.49,480.7,13.6295,5.2709,600,0,0,7349,6723,0,0,0,0),(14872,7068,0,1,1,5828,1,-1240.95,434.424,3.14377,1.66122,600,5,0,7349,6723,1,0,0,0),(14873,2356,0,1,1,3201,0,280.125,-3029.01,97.3502,3.764,300,3,0,944,0,1,0,0,0),(14874,7071,0,1,1,5818,1,-1232.39,479.16,13.6295,5.67232,600,0,0,7349,4482,0,0,0,0),(14875,7071,0,1,1,5819,1,-1233.45,434.88,3.64377,4.4855,600,0,0,7349,4482,0,0,0,0),(14876,7071,0,1,1,5816,1,-1234.14,512.85,14.1555,2.72271,600,0,0,7349,4482,0,0,0,0),(14877,2349,0,1,1,6808,0,-979.548,41.6456,51.9874,1.61374,300,5,0,664,0,1,0,0,0),(14878,2349,0,1,1,6808,0,-1046.15,184.351,66.7327,4.48905,300,3,0,664,0,1,0,0,0),(14879,2375,0,1,1,3617,1,-1178.33,-54.7851,-12.6767,2.96766,300,10,0,950,0,1,0,0,0),(14880,2374,0,1,1,1305,1,-1181.16,217.909,-8.26112,1.45092,300,10,0,896,0,1,0,0,0),(14881,2374,0,1,1,1305,1,-1230.53,247.405,-9.98713,3.55549,300,10,0,896,0,1,0,0,0),(14882,2349,0,1,1,6808,0,-311.256,216.687,89.726,6.05668,300,10,0,664,0,1,0,0,0),(14883,2386,0,1,1,3705,1,-824.231,-593.458,14.7112,5.11754,300,5,0,2310,0,1,0,0,0),(14884,2349,0,1,1,6808,0,-1017.38,118.039,54.1227,0.044493,300,5,0,664,0,1,0,0,0),(14885,721,0,1,1,4626,0,-631.237,-360.387,40.6537,4.27916,300,10,0,1,0,1,0,0,0),(14886,2356,0,1,1,3201,0,-381.533,-1587.1,71.7978,0.121447,300,10,0,944,0,1,0,0,0),(14887,2350,0,1,1,1989,0,-728.96,486.825,77.6756,3.26793,300,5,0,494,0,1,0,0,0),(14888,2356,0,1,1,3201,0,-359.228,-1541.89,71.2492,0.271051,300,10,0,944,0,1,0,0,0),(14889,2349,0,1,1,6808,0,-1008.25,9.30925,40.2305,3.91498,300,5,0,664,0,1,0,0,0),(14890,2356,0,1,1,3201,0,-369.407,-1471.97,67.4952,3.72948,300,3,0,944,0,1,0,0,0),(14891,2356,0,1,1,3201,0,-362.476,-1499.41,67.7939,0.686423,300,10,0,944,0,1,0,0,0),(14892,2356,0,1,1,3201,0,-718.576,-1552.33,56.9426,4.26605,300,10,0,944,0,1,0,0,0),(14893,2371,0,1,1,4982,1,-1345.49,-906.37,-6.1125,1.73889,300,10,0,935,878,1,0,0,0),(14894,2349,0,1,1,6808,0,-571.402,-1622.24,64.1769,0.056691,300,3,0,664,0,1,0,0,0),(14895,2350,0,1,1,1989,0,-679.31,-1446.81,63.9523,0.814436,300,10,0,494,0,1,0,0,0),(14896,620,0,1,1,304,0,-814.948,-616.612,13.8203,1.96799,300,5,0,1,0,1,0,0,0),(14897,2370,0,1,1,4976,1,-1440.63,-1027.13,-5.3661,4.955,300,10,0,812,811,1,0,0,0),(17693,1909,0,1,1,757,1,1176.66,484.48,30.6209,6.16828,275,10,0,377,408,1,0,0,0),(17692,1958,0,1,1,2597,0,837.991,55.0294,34.7878,1.05291,275,10,0,350,390,1,0,0,0),(17691,1958,0,1,1,2597,0,874.275,83.9449,34.1398,5.49314,275,0,0,350,390,0,0,0,0),(17690,1958,0,1,1,2597,0,863.282,70.3485,33.4309,1.43117,275,0,0,350,390,0,0,0,0),(17689,1958,0,1,1,2597,0,865.287,79.8478,34.4221,5.91667,275,0,0,350,390,0,0,0,0),(17687,1958,0,1,1,2597,0,777.183,52.5442,30.5667,1.84075,275,5,0,350,390,1,0,0,0),(17688,1958,0,1,1,2597,0,848.553,22.1305,25.8561,0.900002,275,5,0,350,390,1,0,0,0),(17686,1958,0,1,1,2597,0,802.98,160.684,34.962,3.33358,275,0,0,350,390,0,0,0,0),(17685,1958,0,1,1,2597,0,812.965,154.559,36.087,1.90263,275,10,0,350,390,1,0,0,0),(17684,1958,0,1,1,2597,0,811.016,170.998,33.2021,6.24828,275,0,0,350,390,0,0,0,0),(17683,1958,0,1,1,2597,0,794.681,178.149,30.0894,6.24992,275,10,0,350,390,1,0,0,0),(17682,1957,0,1,1,1994,1,784.957,184.443,34.1466,5.72468,275,0,0,356,0,0,0,0,0),(17681,1958,0,1,1,2597,0,786.541,162.371,32.1485,0.94883,275,10,0,350,390,1,0,0,0),(35279,6188,1,1,1,2000,1,4483.25,-5586.13,102.4,3.2902,333,3,0,2016,4393,1,0,0,0),(35278,6188,1,1,1,2000,1,4555.07,-5587.25,99.7135,5.32176,333,10,0,2016,4393,1,0,0,0),(35277,6188,1,1,1,2000,1,4247.27,-5221.55,119.116,3.45575,333,0,0,2016,4393,0,0,0,0),(35276,6188,1,1,1,2000,1,4481.19,-5513.72,112.47,1.79938,333,10,0,2016,4393,1,0,0,0),(35275,6188,1,1,1,2000,1,4702.1,-5394.17,111.708,2.58534,333,0,0,2016,4393,0,0,0,0),(35274,6188,1,1,1,2000,1,4684.58,-5379.89,112.363,0.568381,333,0,0,2016,4393,0,0,0,0),(35273,6188,1,1,1,2000,1,4617.99,-5619.52,101.928,4.96224,333,10,0,2016,4393,1,0,0,0),(35272,6188,1,1,1,2000,1,4450.08,-5484.24,107.189,1.0964,333,10,0,2016,4393,1,0,0,0),(35271,6188,1,1,1,2000,1,4598.61,-5583.86,97.9766,1.65806,333,0,0,2016,4393,0,0,0,0),(35270,6188,1,1,1,2000,1,4679.94,-5344.48,111.107,0.331613,333,2,0,2016,4393,1,0,0,0),(35269,6188,1,1,1,2000,1,4651.44,-5351.55,116.584,2.16421,333,3,0,2016,4393,1,0,0,0),(35268,6188,1,1,1,2000,1,4579.4,-5614.67,103.506,3.23065,333,10,0,2016,4393,1,0,0,0),(35267,6188,1,1,1,2000,1,4646.94,-5512.43,105.199,2.29526,333,10,0,2016,4393,1,0,0,0),(35266,6188,1,1,1,2000,1,4451.56,-5526.56,108.836,4.33238,333,0,0,2016,4393,0,0,0,0),(35265,6188,1,1,1,2000,1,4661.07,-5371.67,108.462,0.147507,333,0,0,2016,4393,0,0,0,0),(35264,6188,1,1,1,2000,1,4717.89,-5447.92,109.313,0.585741,333,0,0,2016,4393,0,0,0,0),(35263,6187,1,1,1,6826,1,4733.12,-5465.65,109.004,0.199911,333,10,0,2672,0,1,0,0,0),(35262,6187,1,1,1,6826,1,4598.44,-5569.27,97.0705,0.151306,333,0,0,2672,0,0,0,0,0),(35261,6187,1,1,1,6826,1,4579.65,-5580.22,99.8205,1.6246,333,0,0,2672,0,0,0,0,0),(35260,6187,1,1,1,6826,1,4652.24,-5387.96,107.337,5.00449,333,0,0,2672,0,0,0,0,0),(35259,6187,1,1,1,6826,1,4316.98,-5724.07,101.615,0.21516,333,5,0,2672,0,1,0,0,0),(35258,6187,1,1,1,6826,1,4443.57,-5519.39,108.086,0.414507,333,0,0,2672,0,0,0,0,0),(35257,6187,1,1,1,6826,1,4242.75,-5216.79,117.44,3.56047,333,0,0,2672,0,0,0,0,0),(35256,6187,1,1,1,6826,1,4315.05,-5741.22,102.638,3.13881,333,5,0,2672,0,1,0,0,0),(35255,6187,1,1,1,6826,1,4594.58,-5556.61,98.1848,2.8549,333,0,0,2672,0,0,0,0,0),(35254,6187,1,1,1,6826,1,4312.77,-5713.99,101.49,1.79215,333,5,0,2672,0,1,0,0,0),(35249,6187,1,1,1,6826,1,4246.38,-5228.43,118.458,3.38594,333,0,0,2672,0,0,0,0,0),(35248,6187,1,1,1,6826,1,4458.85,-5533.85,109.221,0.368375,333,0,0,2672,0,0,0,0,0),(35235,6187,1,1,1,6826,1,4302.77,-5727.45,101.99,4.47153,333,5,0,2672,0,1,0,0,0),(35234,6187,1,1,1,6826,1,4442.71,-5544.8,107.721,5.06472,333,0,0,2672,0,0,0,0,0),(35233,6186,1,1,1,1999,1,3812.83,-4923.65,147.73,0.626038,333,0,0,2062,1695,0,0,0,0),(35232,6186,1,1,1,1999,1,3804.06,-4898.98,146.722,0.58012,333,0,0,2062,1695,0,0,0,0),(35227,6185,1,1,1,6825,1,3890.58,-4931.55,145.596,2.88477,333,5,0,2488,0,1,0,0,0),(35226,6185,1,1,1,6825,1,3801.18,-4917.63,145.605,4.78949,333,0,0,2488,0,0,0,0,0),(35220,6185,1,1,1,6825,1,3879.84,-4987.39,138.286,4.77634,333,3,0,2488,0,1,0,0,0),(35219,6185,1,1,1,6825,1,4135.94,-5080.73,143.47,0.872766,333,0,0,2488,0,0,0,0,0),(35218,6185,1,1,1,6825,1,3872.32,-4866.8,154.931,0.004514,333,5,0,2488,0,1,0,0,0),(35217,6185,1,1,1,6825,1,3810.24,-4880.98,145.73,5.40835,333,5,0,2488,0,1,0,0,0),(35216,6185,1,1,1,6825,1,4056.26,-5076.93,130.57,3.15136,333,5,0,2488,0,1,0,0,0),(35215,6185,1,1,1,6825,1,4154.03,-5145.8,133.464,1.12962,333,0,0,2488,0,2,0,0,0),(83243,26113,0,1,1,23790,1,1823.75,212.431,60.2023,6.23082,300,0,0,3237,0,0,0,0,0),(35214,6185,1,1,1,6825,1,3807.62,-4911,146.105,5.89493,333,0,0,2488,0,0,0,0,0),(35213,6185,1,1,1,6825,1,3921.85,-5053.16,130.461,6.0042,333,5,0,2488,0,1,0,0,0),(35212,6185,1,1,1,6825,1,3882.57,-5014.47,135.678,2.1266,333,3,0,2488,0,1,0,0,0),(35211,6185,1,1,1,6825,1,4127.86,-5079.8,144.507,6.24109,333,0,0,2488,0,0,0,0,0),(35210,6185,1,1,1,6825,1,4080.67,-5089.01,133.74,5.84152,333,2,0,2488,0,1,0,0,0),(35209,6185,1,1,1,6825,1,3851.21,-4948.51,144.678,0.425689,333,5,0,2488,0,1,0,0,0),(35208,6185,1,1,1,6825,1,3822.02,-4950.43,142.963,5.97877,333,5,0,2488,0,1,0,0,0),(35207,6185,1,1,1,6825,1,3784.07,-4952.14,144.05,4.38909,333,10,0,2488,0,1,0,0,0),(35206,6184,1,1,1,936,1,4085.22,-5183.22,116.557,3.87454,333,5,0,2399,0,1,0,0,0),(35205,6184,1,1,1,936,1,3779.72,-4854.23,144.727,3.0299,333,3,0,2399,0,1,0,0,0),(35204,6184,1,1,1,936,1,3783.45,-4886.76,142.628,2.27312,333,3,0,2399,0,1,0,0,0),(35203,6184,1,1,1,936,1,3825.72,-4868.32,146.579,3.45,333,5,0,2399,0,1,0,0,0),(35202,6184,1,1,1,936,1,3955.67,-5080.46,126.842,0.813824,333,10,0,2399,0,1,0,0,0),(35201,6184,1,1,1,936,1,4146.8,-5154.38,134.686,5.40686,333,0,0,2399,0,0,0,0,0),(35200,6184,1,1,1,936,1,4121.65,-5124.49,139.382,2.99828,333,3,0,2399,0,1,0,0,0),(35199,6184,1,1,1,936,1,3782.76,-4915.87,145.414,0.662784,333,5,0,2399,0,1,0,0,0),(35198,6184,1,1,1,936,1,3953.02,-5067.08,130.258,5.44114,333,10,0,2399,0,1,0,0,0),(35197,6184,1,1,1,936,1,3878.55,-4869.47,154.824,6.22649,333,0,0,2399,0,2,0,0,0),(35196,3621,1,1,1,4293,1,3579.9,-4383.46,110.172,4.81711,333,0,0,2769,0,0,0,0,0),(35195,12577,1,1,1,12926,1,2718.18,-3880.75,101.532,0.174533,600,0,0,10572,0,0,0,0,0),(3453,17797,545,3,1,0,1,88.3971,-316.111,-7.78743,3.03687,86400,0,0,100300,3309,0,0,0,0),(35194,11548,1,1,1,11359,1,2698.67,-3853.54,102.555,5.18363,333,0,0,1774,1534,0,0,0,0),(35193,11276,1,1,1,2306,1,2692.44,-3875.86,107.601,4.97419,333,0,0,2138,0,0,0,0,0),(35192,11276,1,1,1,2306,1,2699.66,-3879.29,106.819,3.63029,333,0,0,2138,0,0,0,0,0),(35191,13322,1,1,1,5564,0,2790.41,-7240.09,-13.5935,1.44732,180,0,0,3200,0,0,0,0,0),(35190,13322,1,1,1,5564,0,2918.7,-7282.79,-13.7191,2.66831,180,0,0,3200,0,0,0,0,0),(35189,13322,1,1,1,5564,0,2881.41,-7245.37,-14.7192,0.442985,180,0,0,3200,0,0,0,0,0),(35188,13322,1,1,1,5564,0,2831.77,-7240.2,-12.3579,0.724856,180,0,0,3200,0,0,0,0,0),(35187,13322,1,1,1,5564,0,2813.02,-7338.97,-22.6594,4.95429,180,0,0,3200,0,0,0,0,0),(35186,13322,1,1,1,5564,0,2914.3,-7342.59,-21.4982,3.17418,180,0,0,3200,0,0,0,0,0),(35185,13322,1,1,1,5564,0,2762.99,-7309.48,-19.7362,5.51465,180,0,0,3200,0,0,0,0,0),(35184,6148,1,1,1,12813,0,4528.15,-6987.72,105.716,5.78197,600,10,0,7359,0,1,0,0,0),(35183,6148,1,1,1,12813,0,4552.81,-7045.36,101.701,2.91469,600,10,0,7359,0,1,0,0,0),(49670,11340,309,1,1,11222,1,-11806.8,-1629.93,21.2326,3.52556,7200,0,0,15090,12430,0,0,0,0),(49669,11352,309,1,1,14832,0,-11760.3,-1708.16,21.2108,2.49582,7200,0,0,48555,0,0,0,0,0),(49668,11352,309,1,1,14832,0,-11815.8,-1712.56,21.2108,4.39823,7200,0,0,48555,0,0,0,0,0),(49667,11357,309,1,1,15275,0,-11777.8,-1625.28,21.2322,5.16617,7200,0,0,15260,0,0,0,0,0),(3484,721,530,1,1,0,0,1537.73,6804.93,121.749,1.54369,300,10,0,1,0,1,0,0,0),(3485,721,530,1,1,0,0,1739.51,6864.48,140.584,1.41112,300,10,0,1,0,1,0,0,0),(3486,721,530,1,1,0,0,1754.95,6789.71,139.812,3.15253,300,10,0,1,0,1,0,0,0),(3487,721,530,1,1,0,0,1847.28,6861.89,142.223,2.74203,300,10,0,1,0,1,0,0,0),(3488,721,530,1,1,0,0,1904.79,6748.84,147.348,4.12415,300,10,0,1,0,1,0,0,0),(3489,721,530,1,1,0,0,1885.24,6684.59,143.933,4.32891,300,10,0,1,0,1,0,0,0),(3490,721,530,1,1,0,0,1942.63,6605.49,143.986,1.16824,300,10,0,1,0,1,0,0,0),(3491,721,530,1,1,0,0,2034.7,6568.49,133.932,4.1977,300,10,0,1,0,1,0,0,0),(3492,721,530,1,1,0,0,9641.44,-7464.78,15.4109,4.7375,300,10,0,1,0,1,0,0,0),(3493,721,530,1,1,0,0,9714.4,-7466.2,15.0317,4.08735,300,10,0,1,0,1,0,0,0),(3494,721,530,1,1,0,0,9586.41,-7494.47,13.6613,3.11779,300,10,0,1,0,1,0,0,0),(3495,721,530,1,1,0,0,9154.06,-7085.25,22.5793,0.093887,300,10,0,1,0,1,0,0,0),(3496,721,530,1,1,0,0,9109.65,-7398.54,70.4013,2.06537,300,10,0,1,0,1,0,0,0),(3497,721,530,1,1,0,0,9106.93,-7836.73,124.974,1.07517,300,10,0,1,0,1,0,0,0),(3498,721,530,1,1,0,0,9016.94,-7567.22,116.746,0.246637,300,10,0,1,0,1,0,0,0),(3499,721,530,1,1,0,0,8843.69,-7612.04,118.491,0.140586,300,10,0,1,0,1,0,0,0),(3500,721,530,1,1,0,0,8692.14,-7462.03,112.339,2.83807,300,10,0,1,0,1,0,0,0),(3501,721,530,1,1,0,0,8625.47,-7283.41,120.934,3.78001,300,10,0,1,0,1,0,0,0),(3502,721,530,1,1,0,0,8734.4,-7284.22,85.7429,2.4156,300,10,0,1,0,1,0,0,0),(3503,721,530,1,1,0,0,8545.18,-7169.67,124.891,4.65375,300,10,0,1,0,1,0,0,0),(3504,721,530,1,1,0,0,8357.02,-7223.93,150.965,5.52197,300,10,0,1,0,1,0,0,0),(3505,721,530,1,1,0,0,8264.26,-7317.78,160.182,3.562,300,10,0,1,0,1,0,0,0),(3506,721,530,1,1,0,0,8201.95,-7134.6,133.121,0.143029,300,10,0,1,0,1,0,0,0),(3507,721,530,1,1,0,0,-2846.71,7549.25,-3.10795,0.488981,300,10,0,1,0,1,0,0,0),(3508,721,530,1,1,0,0,-2755.9,7826.05,-31.2872,2.884,300,10,0,1,0,1,0,0,0),(3509,721,530,1,1,0,0,-2282.83,7886.77,-32.0544,1.72968,300,10,0,1,0,1,0,0,0),(3510,721,530,1,1,0,0,-2453.35,8014.5,-49.6133,5.04973,300,10,0,1,0,1,0,0,0),(3511,721,530,1,1,0,0,-2813.63,8113.85,-41.011,0.0166,300,10,0,1,0,1,0,0,0),(3512,721,530,1,1,0,0,-2152,8177.69,-21.4535,1.07197,300,10,0,1,0,1,0,0,0),(3513,721,530,1,1,0,0,-2556.4,8589.48,-33.2475,2.3403,300,10,0,1,0,1,0,0,0),(3514,721,530,1,1,0,0,-2780.44,8518.39,-34.6541,1.46909,300,10,0,1,0,1,0,0,0),(3515,721,530,1,1,0,0,-2613.15,8672.6,-18.3371,5.20706,300,10,0,1,0,1,0,0,0),(3516,721,530,1,1,0,0,-1921.25,8046.52,-17.1375,0.128473,300,10,0,1,0,1,0,0,0),(3517,721,530,1,1,0,0,-1857.15,7539.15,-5.91565,5.10087,300,10,0,1,0,1,0,0,0),(3518,721,530,1,1,0,0,-2122.91,7497.78,-30.539,2.1149,300,10,0,1,0,1,0,0,0),(3519,721,530,1,1,0,0,-2219.59,7062.16,-11.0682,5.82212,300,10,0,1,0,1,0,0,0),(3520,721,530,1,1,0,0,-2349.22,6994.75,-8.53172,1.54931,300,10,0,1,0,1,0,0,0),(3521,721,530,1,1,0,0,-2234.83,6594.89,0.8736,2.64037,300,10,0,1,0,1,0,0,0),(3522,721,530,1,1,0,0,-2282.98,6484.63,13.5811,5.44561,300,10,0,1,0,1,0,0,0),(3523,721,530,1,1,0,0,-1181.57,8175.17,-1.20979,1.43954,300,10,0,1,0,1,0,0,0),(3524,721,530,1,1,0,0,-1451.98,8302.13,-7.80393,2.16313,300,10,0,1,0,1,0,0,0),(3525,721,530,1,1,0,0,-895.903,8410.53,32.5551,0.806819,300,10,0,1,0,1,0,0,0),(3526,721,530,1,1,0,0,-668.397,8334.7,49.0273,5.70477,300,10,0,1,0,1,0,0,0),(3527,721,530,1,1,0,0,-1050.75,7884.08,22.4819,0.427839,300,10,0,1,0,1,0,0,0),(3528,721,530,1,1,0,0,-1117.54,7577.43,24.282,1.14471,300,10,0,1,0,1,0,0,0),(3529,721,530,1,1,0,0,-775.435,7264.34,40.5,0.489218,300,10,0,1,0,1,0,0,0),(3530,721,530,1,1,0,0,-1173.77,8589.46,36.241,4.88123,300,10,0,1,0,1,0,0,0),(3531,721,530,1,1,0,0,-4724.89,-12018.5,44.7985,2.78939,300,10,0,1,0,1,0,0,0),(3532,721,530,1,1,0,0,-4545.43,-12734.4,10.4686,1.70412,300,10,0,1,0,1,0,0,0),(3533,721,530,1,1,0,0,-4155.53,-13990.4,95.1957,2.21726,300,10,0,1,0,1,0,0,0),(3534,721,530,1,1,0,0,-3957.45,-12885.2,8.04282,3.16893,300,10,0,1,0,1,0,0,0),(3535,721,530,1,1,0,0,-3788.5,-12089.7,7.96208,5.31456,300,10,0,1,0,1,0,0,0),(3536,721,530,1,1,0,0,-3558.27,-12488.3,15.0057,1.49657,300,10,0,1,0,1,0,0,0),(3537,721,530,1,1,0,0,-3121.37,-12104.9,12.919,1.45302,300,10,0,1,0,1,0,0,0),(3538,721,530,1,1,0,0,-3611.13,-11894.7,10.072,3.34014,300,10,0,1,0,1,0,0,0),(3539,721,530,1,1,0,0,-3564.77,-12443.8,7.92551,3.27686,300,10,0,1,0,1,0,0,0),(3540,721,530,1,1,0,0,-3558.43,-12476.6,11.8096,1.45323,300,10,0,1,0,1,0,0,0),(3541,721,530,1,1,0,0,-3731.24,-12442.9,2.51055,4.96527,300,10,0,1,0,1,0,0,0),(3542,721,530,1,1,0,0,-3781.52,-12073.5,7.09626,5.03043,300,10,0,1,0,1,0,0,0),(3543,721,530,1,1,0,0,-3921.52,-12663.9,81.1307,3.81166,300,10,0,1,0,1,0,0,0),(3544,721,530,1,1,0,0,-4456.9,-12039.2,20.8159,5.10958,300,10,0,1,0,1,0,0,0),(3545,721,530,1,1,0,0,-4244.58,-11534.8,12.5476,0.725994,300,10,0,1,0,1,0,0,0),(3546,721,530,1,1,0,0,-3551.22,-12772.9,5.55175,4.98532,300,10,0,1,0,1,0,0,0),(3547,721,530,1,1,0,0,-3189.62,-12821,13.6404,5.44805,300,10,0,1,0,1,0,0,0),(3548,1134,0,1,1,0,0,-5700.23,-295.599,363.714,4.79845,180,0,0,102,0,0,0,0,0),(3549,1125,0,1,1,0,0,-5710.13,-362.206,365.245,5.04837,180,10,0,102,0,1,0,0,0),(3550,1125,0,1,1,0,0,-5712.29,-335.072,365.369,4.5662,180,10,0,102,0,1,0,0,0),(3551,1134,0,1,1,0,0,-5698.56,-272.439,361.726,4.09784,180,0,0,102,0,0,0,0,0),(3552,1135,0,1,1,0,0,-5689.54,-286.094,365.469,3.85877,180,0,0,120,0,0,0,0,0),(3553,1134,0,1,1,0,0,-5670.8,-312.531,369.478,5.49779,180,5,0,102,0,1,0,0,0),(3554,1134,0,1,1,0,0,-5696.72,-294.57,364.386,1.86563,180,5,0,102,0,1,0,0,0),(3555,1134,0,1,1,0,0,-5682.07,-290.444,368.636,3.7407,180,5,0,102,0,1,0,0,0),(3556,1134,0,1,1,0,0,-5676.76,-272.406,367.398,0.0979,180,5,0,102,0,1,0,0,0),(3557,1199,0,1,1,0,0,-5730.94,-316.422,362.947,0.828249,180,5,0,102,0,1,0,0,0),(3558,1134,0,1,1,0,0,-5688.39,-262.657,363.911,3.45717,180,0,0,102,0,0,0,0,0),(3559,1135,0,1,1,0,0,-5651.38,-262.833,372.083,3.75246,180,0,0,120,0,0,0,0,0),(3561,721,0,1,1,0,0,-5721.43,-225.057,354.432,1.03808,180,10,0,1,0,1,0,0,0),(3562,1135,0,1,1,0,0,-5566.94,-265.577,368.067,4.37941,180,0,0,120,0,0,0,0,0),(3563,1135,0,1,1,0,0,-5532.2,-296.383,358.085,6.05629,180,0,0,120,0,0,0,0,0),(3564,1135,0,1,1,0,0,-5625.61,-178.399,365.835,4.7822,180,0,0,120,0,0,0,0,0),(3565,1135,0,1,1,0,0,-5540.85,-226.618,357.904,2.25122,180,0,0,120,0,0,0,0,0),(3566,1135,0,1,1,0,0,-5539.3,-225.932,357.401,3.51747,180,0,0,120,0,0,0,0,0),(3567,1135,0,1,1,0,0,-5503.14,-222.236,354.139,3.75353,180,0,0,120,0,0,0,0,0),(3568,1135,0,1,1,0,0,-5497.66,-229.688,353.831,2.24045,180,0,0,120,0,0,0,0,0),(3569,1135,0,1,1,0,0,-5493.41,-214.966,354.253,5.35553,180,5,0,120,0,1,0,0,0),(3570,1135,0,1,1,0,0,-5484.74,-222.076,354.34,5.49622,180,5,0,120,0,1,0,0,0),(35182,6148,1,1,1,12813,0,2454.55,-5947.15,88.7978,0.876654,600,5,0,7359,0,1,0,0,0),(3572,1135,0,1,1,0,0,-5536.94,-224.539,356.857,0.511921,180,0,0,120,0,0,0,0,0),(3573,1135,0,1,1,0,0,-5495.45,-225.17,354.421,1.78024,180,0,0,120,0,0,0,0,0),(3574,1135,0,1,1,0,0,-5568.05,-260.852,367.811,3.32337,180,0,0,120,0,0,0,0,0),(3575,1135,0,1,1,0,0,-5584.69,-281.156,367.96,1.36272,180,0,0,120,0,0,0,0,0),(3576,1135,0,1,1,0,0,-5628.93,-275.639,368.326,3.69808,180,0,0,120,0,0,0,0,0),(3577,1135,0,1,1,0,0,-5603.97,-275.099,370.215,5.43168,180,5,0,120,0,1,0,0,0),(3578,1135,0,1,1,0,0,-5578.61,-299.672,364.785,1.69743,180,0,0,120,0,0,0,0,0),(3579,1135,0,1,1,0,0,-5608.62,-262.599,366.341,3.87463,180,0,0,120,0,0,0,0,0),(3580,1135,0,1,1,0,0,-5639.5,-289.013,371.66,2.89725,180,0,0,120,0,0,0,0,0),(3581,1134,0,1,1,0,0,-5669.4,-256.369,367.974,3.04775,180,0,0,102,0,0,0,0,0),(3582,1135,0,1,1,0,0,-5512.97,-221.829,353.558,1.0821,180,0,0,120,0,0,0,0,0),(3583,1134,0,1,1,0,0,-5694.36,-264.565,362.386,3.11438,180,0,0,102,0,0,0,0,0),(3584,1125,0,1,1,0,0,-5729.84,-319.258,363.707,2.45861,180,10,0,102,0,1,0,0,0),(3585,1125,0,1,1,0,0,-5702.66,-364.839,365.49,2.57471,180,10,0,102,0,1,0,0,0),(3586,1128,0,1,1,0,0,-5689.55,-416.367,365.313,2.0005,180,10,0,122,0,1,0,0,0),(3587,1199,0,1,1,0,0,-5778.82,-287.692,357.877,1.13394,180,5,0,102,0,1,0,0,0),(3588,721,0,1,1,0,0,-5748.83,-389.46,365.621,1.44502,180,10,0,1,0,1,0,0,0),(3589,1125,0,1,1,0,0,-5767.57,-402.11,365.758,1.67552,180,10,0,102,0,1,0,0,0),(3590,1128,0,1,1,0,0,-5812.73,-341.238,365.735,4.42336,180,10,0,122,0,1,0,0,0),(3591,1125,0,1,1,0,0,-5791.16,-226.238,353.896,2.64497,180,10,0,102,0,1,0,0,0),(3592,1128,0,1,1,0,0,-5875.16,-161.104,363.707,0.658084,180,10,0,122,0,1,0,0,0),(3593,1128,0,1,1,0,0,-5873.78,-191.256,359.874,1.23353,180,10,0,122,0,1,0,0,0),(3594,1125,0,1,1,0,0,-5774.21,-142.599,353.906,5.05266,180,10,0,102,0,1,0,0,0),(3595,1125,0,1,1,0,0,-5859.25,-260.521,360.628,4.08073,180,10,0,102,0,1,0,0,0),(3596,1199,0,1,1,0,0,-5809.94,-178.809,351.845,2.52271,180,0,0,102,0,0,0,0,0),(3597,1199,0,1,1,0,0,-5849.46,-158.364,360.678,2.97099,180,0,0,102,0,0,0,0,0),(3598,1128,0,1,1,0,0,-5843.87,-244.907,360.418,3.58777,180,10,0,122,0,1,0,0,0),(3599,1199,0,1,1,0,0,-5848.84,-242.486,360.284,5.21096,180,5,0,102,0,1,0,0,0),(2995,12396,0,1,1,4426,0,-12196.4,-2741.55,14.6566,4.92183,900,5,0,50300,12430,1,0,0,0),(31437,5184,1,1,1,4677,1,-3093.18,-3214.93,34.0391,0.524457,360,5,0,1403,0,1,0,0,0),(2994,8718,0,1,1,6173,0,-12074.8,-2647.25,-31.17,0.276692,900,5,0,48832,0,1,0,0,0),(3606,1128,0,1,1,0,0,-5816.07,-149.073,353.275,4.3047,180,10,0,122,0,1,0,0,0),(3607,721,0,1,1,0,0,-5811.14,-182.388,352.299,0.042942,180,10,0,1,0,1,0,0,0),(3608,1125,0,1,1,0,0,-5863.55,-190.446,357.94,1.11327,180,10,0,102,0,1,0,0,0),(3609,1125,0,1,1,0,0,-5831.44,-127.52,354.237,0.530984,180,10,0,102,0,1,0,0,0),(3610,721,0,1,1,0,0,-5880.93,-114.085,364.667,1.28631,180,10,0,1,0,1,0,0,0),(3611,721,0,1,1,0,0,-6019.93,-201.639,408.509,3.41199,180,10,0,1,0,1,0,0,0),(3612,1125,0,1,1,0,0,-6025.49,-284.168,418.623,3.33768,180,10,0,102,0,1,0,0,0),(3613,1125,0,1,1,0,0,-6038.17,-331.175,426.59,3.50288,180,10,0,102,0,1,0,0,0),(3614,1125,0,1,1,0,0,-6031.34,-402.11,417.283,2.30782,180,10,0,102,0,1,0,0,0),(35181,6148,1,1,1,12813,0,2720.22,-5670.89,141.184,0.266522,600,5,0,7359,0,1,0,0,0),(3617,1125,0,1,1,0,0,-5994.27,-468.651,409.205,0.528356,180,10,0,102,0,1,0,0,0),(3618,1125,0,1,1,0,0,-5979.85,-431.649,406.978,5.09852,180,10,0,102,0,1,0,0,0),(3619,1199,0,1,1,0,0,-5855.96,-328.377,364.033,1.71573,180,5,0,102,0,1,0,0,0),(3620,1199,0,1,1,0,0,-5835.68,-347.367,369.943,3.65392,180,5,0,102,0,1,0,0,0),(3621,1125,0,1,1,0,0,-5826.27,-376.716,376.191,0.040993,180,10,0,102,0,1,0,0,0),(3622,1125,0,1,1,0,0,-5844.39,-281.916,359.531,1.2699,180,10,0,102,0,1,0,0,0),(3623,1128,0,1,1,0,0,-5876.73,-251.731,362.662,1.47695,180,10,0,122,0,1,0,0,0),(3624,1199,0,1,1,0,0,-5805.96,-432.479,368.143,4.10375,180,0,0,102,0,0,0,0,0),(3625,1125,0,1,1,0,0,-5928.77,-478.387,412.97,2.3879,180,10,0,102,0,1,0,0,0),(3626,1125,0,1,1,0,0,-5825.78,-491.851,406.413,4.33227,180,10,0,102,0,1,0,0,0),(3627,1196,0,1,1,0,0,-5955.3,-498.318,409.149,5.07905,180,10,0,164,0,1,0,0,0),(3628,1125,0,1,1,0,0,-5895.32,-517.856,398.953,1.69806,180,10,0,102,0,1,0,0,0),(3629,1125,0,1,1,0,0,-5941.16,-595.159,402.174,5.27202,180,10,0,102,0,1,0,0,0),(2993,8718,0,1,1,6173,0,-11812.7,-2511.8,-20.6063,1.15436,900,5,0,48832,0,1,0,0,0),(3632,1201,0,1,1,0,0,-5910.72,-584.205,402.838,1.59622,180,10,0,137,0,1,0,0,0),(3633,1125,0,1,1,0,0,-6024,-475.223,428.257,4.41568,180,10,0,102,0,1,0,0,0),(3634,1196,0,1,1,0,0,-5921.85,-624.993,399.652,3.57032,180,10,0,164,0,1,0,0,0),(3635,1201,0,1,1,0,0,-5906.02,-638.208,400.605,3.35762,180,10,0,137,0,1,0,0,0),(3636,1125,0,1,1,0,0,-5906.25,-646.146,401.72,5.78538,180,10,0,102,0,1,0,0,0),(3637,1126,0,1,1,0,0,-5932.72,-632.68,398.74,2.19241,180,10,0,120,0,1,0,0,0),(3638,1126,0,1,1,0,0,-5796.12,-635.843,397.81,2.39352,180,10,0,120,0,1,0,0,0),(3639,1125,0,1,1,0,0,-5824.06,-620.441,398.029,1.94695,180,10,0,102,0,1,0,0,0),(3640,1201,0,1,1,0,0,-5853.82,-657.435,398.371,2.6608,180,10,0,137,0,1,0,0,0),(3641,21338,545,3,1,0,1,-293.291,-154.886,-7.75556,2.40302,86400,0,0,5589,3155,0,0,0,0),(3642,1126,0,1,1,0,0,-5740.6,-582.402,398.75,0.819164,180,10,0,120,0,1,0,0,0),(3643,1201,0,1,1,0,0,-5733.19,-576.408,399.414,2.88073,180,10,0,137,0,1,0,0,0),(3644,721,0,1,1,0,0,-5657.22,-630.851,403.333,3.2908,180,10,0,1,0,1,0,0,0),(3645,1126,0,1,1,0,0,-5674.89,-623.361,402.4,5.50576,180,10,0,120,0,1,0,0,0),(3647,1128,0,1,1,0,0,-5514.76,-567.666,402.626,5.64749,180,10,0,122,0,1,0,0,0),(35180,6148,1,1,1,12813,0,2703.83,-6211.93,95.8071,2.73822,600,10,0,7359,0,1,0,0,0),(3649,1128,0,1,1,0,0,-5551.74,-619.567,408.665,5.79449,180,10,0,122,0,1,0,0,0),(2990,8717,0,1,1,7970,1,-11884.2,-2410.27,-0.917114,0.86831,900,5,0,56592,0,1,0,0,0),(2989,8716,0,1,1,10543,0,-12212.7,-2555.66,-9.51072,5.80922,900,5,0,51800,12840,1,0,0,0),(2988,8717,0,1,1,7970,1,-11944.6,-2682.44,0.156738,3.40603,900,5,0,56592,0,1,0,0,0),(2987,5988,0,1,1,6068,0,-11129,-3109.25,38.0945,0.441817,450,5,0,2495,0,1,0,0,0),(2986,5996,0,1,1,6719,1,-10801.6,-3555.25,-7.94472,1.41372,450,0,0,2488,0,0,0,0,0),(2985,5997,0,1,1,6711,1,-10708.9,-3553.84,-30.8365,4.675,450,1,0,2488,0,1,0,0,0),(2984,5996,0,1,1,6721,1,-10557.3,-3250.7,5.59019,3.26377,450,0,0,2488,0,0,0,0,0),(2983,5996,0,1,1,6722,1,-10535.4,-3261.23,1.81747,0.820305,450,0,0,2488,0,0,0,0,0),(2982,5996,0,1,1,6720,1,-10790,-3380.49,-9.0306,5.23599,450,0,0,2488,0,0,0,0,0),(2981,5996,0,1,1,6721,1,-10652.2,-3501.24,-8.947,5.5676,450,0,0,2488,0,0,0,0,0),(2980,5996,0,1,1,6719,1,-10545.2,-3327.93,0.715781,4.95674,450,0,0,2488,0,0,0,0,0),(2979,5997,0,1,1,6712,1,-10689.8,-3537.39,-33.0173,1.23766,450,1,0,2488,0,1,0,0,0),(2978,5996,0,1,1,6719,1,-10691.6,-3648.49,-11.6835,4.74729,450,0,0,2488,0,0,0,0,0),(2977,5999,0,1,1,6727,1,-10889.5,-3451.58,74.5793,4.41744,450,1,0,2672,0,1,0,0,0),(2976,6000,0,1,1,6734,1,-10897.1,-3258.07,66.0693,3.96984,450,1,0,2223,1750,1,0,0,0),(2975,6002,0,1,1,6742,1,-10919.7,-3493.44,65.0793,4.42917,450,0,0,1946,4281,0,0,0,0),(2974,5999,0,1,1,6727,1,-11053.4,-3291.33,52.427,3.42085,450,0,0,2672,0,0,0,0,0),(2973,6001,0,1,1,6714,1,-11087.8,-3444.94,65.0793,5.44032,450,0,0,2779,0,0,0,0,0),(2972,7851,0,1,1,7912,1,-10946.1,-3418.25,66.5809,1.65806,900,0,0,7842,0,0,0,0,0),(2971,5999,0,1,1,6730,1,-11019.8,-3488.39,68.744,2.87882,450,5,0,2672,0,1,0,0,0),(2970,5999,0,1,1,6727,1,-11018.9,-3449.99,64.9648,4.72666,450,1,0,2672,0,1,0,0,0),(2969,7851,0,1,1,7913,1,-11045,-3434.5,66.6365,1.97222,900,0,0,7842,0,0,0,0,0),(2968,5999,0,1,1,6728,1,-10972.6,-3271.03,47.674,3.45964,450,0,1,2672,0,2,0,0,0),(2967,7670,0,1,1,6856,1,-11612.3,-3395.03,7.60596,3.28177,450,0,0,3293,0,0,0,0,0),(2899,7671,0,1,1,6871,1,-11476.3,-2692.11,6.95219,4.93068,450,5,0,3644,0,1,0,0,0),(2898,7668,0,1,1,6850,1,-11811.4,-3355.22,6.96486,4.9189,450,5,0,3758,0,1,0,0,0),(2897,7668,0,1,1,6847,1,-11880.3,-3026.19,18.5392,4.44128,450,10,0,3758,0,1,0,0,0),(2896,6005,0,1,1,6793,0,-11261.1,-3561.94,7.47284,2.14633,450,0,0,3082,0,0,0,0,0),(2895,6004,0,1,1,6780,1,-11612.4,-3388.74,7.85596,3.9336,450,0,0,2980,0,0,0,0,0),(2894,6004,0,1,1,6779,1,-11304,-3419.41,9.37139,5.39922,450,0,0,2980,0,0,0,0,0),(2893,6006,0,1,1,6773,1,-11624.2,-3390.11,9.35596,3.02998,450,0,0,2466,1923,0,0,0,0),(2892,6004,0,1,1,6780,1,-11319.8,-3411.34,7.59274,0.537749,450,3,0,2980,0,1,0,0,0),(2891,6004,0,1,1,7838,1,-11231.8,-3506.31,13.0205,2.17889,450,1,0,2980,0,1,0,0,0),(2890,6004,0,1,1,7838,1,-11238.5,-3451.99,7.29774,3.6961,450,0,0,2980,0,0,0,0,0),(2889,6006,0,1,1,6771,1,-11476.2,-3348.33,7.38935,6.10416,450,0,0,2466,1923,0,0,0,0),(2888,8717,0,1,1,7970,1,-11858.1,-2643.35,-1.83507,2.64474,900,5,0,56592,0,1,0,0,0),(2887,12396,0,1,1,4426,0,-12202.4,-2744.55,16.3448,5.39307,900,5,0,50300,12430,1,0,0,0),(2886,8717,0,1,1,7970,1,-11882.1,-2681.98,0.476427,1.83067,900,5,0,56592,0,1,0,0,0),(2885,8717,0,1,1,7970,1,-11752.7,-2420.61,-13.3446,4.78403,900,5,0,56592,0,1,0,0,0),(2884,8717,0,1,1,7970,1,-11950.4,-2618.1,-36.5232,0.453874,900,5,0,56592,0,1,0,0,0),(2883,8718,0,1,1,6173,0,-11933,-2717.8,6.27571,5.04031,900,5,0,48832,0,1,0,0,0),(2882,8718,0,1,1,6173,0,-12148.3,-2587.84,-21.0075,5.46741,900,5,0,48832,0,1,0,0,0),(2881,8717,0,1,1,7970,1,-12078.5,-2619.14,-31.5581,5.33667,900,5,0,56592,0,1,0,0,0),(2880,8717,0,1,1,7970,1,-11886.9,-2614.32,-4.11568,4.63022,900,5,0,56592,0,1,0,0,0),(2879,12396,0,1,1,4426,0,-12052.7,-2586.09,-37.803,4.11408,900,5,0,50300,12430,1,0,0,0),(2878,5991,0,1,1,798,0,-11738.7,-3389.13,14.4759,3.72791,450,5,0,2980,0,1,0,0,0),(2877,5996,0,1,1,6721,1,-10667.4,-3511.52,-29.3017,0.122173,450,0,0,2488,0,0,0,0,0),(2876,5996,0,1,1,6720,1,-10688.1,-3074.86,19.9263,4.24115,450,0,0,2488,0,0,0,0,0),(2875,5996,0,1,1,6722,1,-10617.6,-3376.93,-13.217,5.37561,450,0,0,2488,0,0,0,0,0),(2874,5997,0,1,1,6711,1,-10643.4,-3374.95,-12.1814,4.24475,450,5,0,2488,0,1,0,0,0),(2873,5996,0,1,1,6719,1,-10617.4,-3433.49,1.5664,6.23082,450,0,0,2488,0,0,0,0,0),(2872,5996,0,1,1,6722,1,-10745.3,-3578.71,-33.0994,4.34587,450,0,0,2488,0,0,0,0,0),(2871,5996,0,1,1,6719,1,-10668.6,-3245.1,-1.31415,4.24115,450,0,0,2488,0,0,0,0,0),(2870,5996,0,1,1,6721,1,-10542.7,-3600.31,-14.7056,6.00393,450,0,0,2488,0,0,0,0,0),(2869,5996,0,1,1,6721,1,-10605,-3621.74,-12.6862,5.34071,450,0,0,2488,0,0,0,0,0),(2868,5996,0,1,1,6719,1,-10613.9,-3337.17,-7.95657,0.10472,450,0,0,2488,0,0,0,0,0),(2867,5999,0,1,1,6730,1,-11057.3,-3291.48,51.8873,6.14356,450,0,0,2672,0,0,0,0,0),(2866,5999,0,1,1,6729,1,-10940.7,-3263.98,53.9229,5.15052,450,0,0,2672,0,0,0,0,0),(2865,5999,0,1,1,6730,1,-11163.1,-3440.09,61.7783,2.56579,450,5,0,2672,0,1,0,0,0),(2864,5999,0,1,1,6728,1,-10976,-3440.43,63.3245,0.10937,450,1,0,2672,0,1,0,0,0),(2863,5999,0,1,1,6728,1,-11018.8,-3316.18,59.9649,5.59869,450,1,0,2672,0,1,0,0,0),(2862,6001,0,1,1,6713,1,-10926.7,-3484.35,65.0793,5.81771,450,0,0,2779,0,0,0,0,0),(2861,5999,0,1,1,6729,1,-10991.9,-3373.95,63.453,1.39626,450,0,0,2672,0,0,0,0,0),(2860,5999,0,1,1,6727,1,-11001.1,-3279.35,54.7213,5.044,450,0,0,2672,0,0,0,0,0),(2859,5999,0,1,1,6730,1,-11006.5,-3348.3,65.1574,1.73948,450,0,1,2672,0,2,0,0,0),(2858,5999,0,1,1,6730,1,-11067.7,-3310.93,50.0931,0.837758,450,0,0,2672,0,0,0,0,0),(2857,7668,0,1,1,6847,1,-11842.3,-2974.43,10.0113,4.15581,450,10,0,3758,0,1,0,0,0),(2856,7668,0,1,1,6850,1,-11739,-3053.84,18.4111,4.22703,450,5,0,3758,0,1,0,0,0),(2855,7665,0,1,1,10169,0,-10857.3,-2667.71,7.88419,3.24631,900,0,0,22968,0,0,0,0,0),(2854,7671,0,1,1,6870,1,-11323.3,-2522.83,93.9779,1.47651,450,5,0,3644,0,1,0,0,0),(2853,7666,0,1,1,6769,1,-11219.6,-3475.74,9.85,4.50295,900,0,0,13782,45780,0,0,0,0),(14857,721,0,1,1,328,0,-868.487,-281.627,40.3866,4.79297,300,10,0,1,0,1,0,0,0),(14855,2371,0,1,1,4982,1,-1249.76,-758.425,-44.5542,5.50398,300,10,0,935,878,1,0,0,0),(14854,2405,0,1,1,3662,1,-9.0185,-935.933,61.9307,3.28122,300,0,0,3696,0,0,0,0,0),(14853,2405,0,1,1,3662,1,-11.101,-940.193,61.9443,1.93731,300,0,0,3696,0,0,0,0,0),(14851,2347,0,1,1,1149,0,-343.74,-1451.68,68.3545,3.35103,300,0,0,1753,0,0,0,0,0),(14850,2356,0,1,1,3201,0,-231.367,150.752,71.9621,2.4934,300,10,0,944,0,1,0,0,0),(14849,1933,0,1,1,857,0,-966.983,-130.301,26.3039,1.93825,300,5,0,14,0,1,0,0,0),(14848,721,0,1,1,328,0,-885.865,-612.692,7.70098,1.92957,300,10,0,1,0,1,0,0,0),(14847,2349,0,1,1,6808,0,-816.585,281.929,40.8958,1.35839,300,10,0,664,0,1,0,0,0),(14846,2349,0,1,1,6808,0,-849.395,276.146,37.1476,3.09227,300,3,0,664,0,1,0,0,0),(14845,2349,0,1,1,6808,0,-819.015,300.974,45.7465,4.54756,300,5,0,664,0,1,0,0,0),(14844,2356,0,1,1,3201,0,-677.415,-1445.49,63.7163,4.78078,300,10,0,944,0,1,0,0,0),(2852,6004,0,1,1,6779,1,-11481,-3382.53,8.39437,5.62663,450,5,0,2980,0,1,0,0,0),(2851,6004,0,1,1,6779,1,-11279.2,-3476.89,7.94735,5.4126,450,0,0,2980,0,0,0,0,0),(2850,6004,0,1,1,7838,1,-11456.9,-3322.41,8.47633,2.9435,450,5,0,2980,0,1,0,0,0),(2849,6005,0,1,1,6794,0,-11256.9,-3409.38,15.6411,2.90721,450,5,0,3082,0,1,0,0,0),(2848,6006,0,1,1,6770,1,-11522.4,-3353.17,9.94743,4.35728,450,5,0,2466,1923,1,0,0,0),(2847,6004,0,1,1,6779,1,-11619,-3357.54,8.68237,4.54843,450,10,0,2980,0,1,0,0,0),(2846,6005,0,1,1,6793,0,-11326.9,-3424.21,7.59274,4.54259,450,5,0,3082,0,1,0,0,0),(2845,6005,0,1,1,6794,0,-11249.2,-3467.66,7.90503,4.05974,450,1,0,3082,0,1,0,0,0),(2844,8717,0,1,1,7970,1,-11884,-2544.6,-36.325,0.821294,900,5,0,56592,0,1,0,0,0),(2843,8717,0,1,1,7970,1,-11947.6,-2546.65,-47.4309,1.3416,900,5,0,56592,0,1,0,0,0),(2842,8717,0,1,1,7970,1,-11757,-2555.62,2.43561,4.09456,900,5,0,56592,0,1,0,0,0),(2841,8717,0,1,1,7970,1,-12043.3,-2523.64,-38.7124,5.90628,900,5,0,56592,0,1,0,0,0),(2840,8717,0,1,1,7970,1,-11811.8,-2624.23,4.25096,1.3078,900,5,0,56592,0,1,0,0,0),(2839,8717,0,1,1,7970,1,-12189.9,-2588.87,-2.98258,4.16828,900,5,0,56592,0,1,0,0,0),(2838,12396,0,1,1,4426,0,-12323.9,-2580.36,8.9599,2.71287,900,5,0,50300,12430,1,0,0,0),(2837,8717,0,1,1,7970,1,-11716.7,-2442.07,-7.41575,1.82382,900,5,0,56592,0,1,0,0,0),(2836,8717,0,1,1,7970,1,-11752.8,-2486.95,-7.43404,3.90651,900,5,0,56592,0,1,0,0,0),(2835,5988,0,1,1,6068,0,-11089.1,-3142.38,42.9618,5.11574,450,5,0,2495,0,1,0,0,0),(2834,5996,0,1,1,6721,1,-10619.9,-3273.16,-6.31611,0.174533,450,0,0,2488,0,0,0,0,0),(2833,5998,0,1,1,6724,1,-10764,-3642.1,-13.065,0.369457,450,5,0,2399,0,1,0,0,0),(2832,5996,0,1,1,6719,1,-10600.4,-3187.21,12.874,4.27606,450,0,0,2488,0,0,0,0,0),(2831,5997,0,1,1,6712,1,-10652.4,-3595.24,-7.64636,4.374,450,5,0,2488,0,1,0,0,0),(2830,5996,0,1,1,6720,1,-10754.3,-3563.71,-33.4248,4.01426,450,0,0,2488,0,0,0,0,0),(2829,5996,0,1,1,6719,1,-10714.2,-3583.94,-31.3877,4.13643,450,0,0,2488,0,0,0,0,0),(2828,5996,0,1,1,6721,1,-10555.5,-3545.86,-8.21458,3.89208,450,0,0,2488,0,0,0,0,0),(2827,5996,0,1,1,6719,1,-10864.6,-3051.76,47.8719,1.22173,450,0,0,2488,0,0,0,0,0),(2826,5996,0,1,1,6720,1,-10812.8,-3474.37,-21.1346,5.32325,450,0,0,2488,0,0,0,0,0),(2825,5996,0,1,1,6720,1,-10700.8,-3274.46,-9.14291,6.23082,450,0,0,2488,0,0,0,0,0),(2824,769,0,1,1,336,0,-10570.5,-3614,22.4278,0.165916,450,5,0,1829,0,1,0,0,0),(2823,5999,0,1,1,6728,1,-10999.9,-3282.64,54.1348,1.81514,450,0,0,2672,0,0,0,0,0),(2822,7851,0,1,1,7913,1,-11072.5,-3393.22,66.6365,5.25344,900,0,0,7842,0,0,0,0,0),(2821,6001,0,1,1,6713,1,-11115.6,-3444.79,65.0793,5.55516,450,0,0,2779,0,0,0,0,0),(2820,7851,0,1,1,7912,1,-11069,-3391.42,66.6365,5.21853,900,0,0,7842,0,0,0,0,0),(2819,5999,0,1,1,6729,1,-10944.8,-3507.29,73.6,3.89832,450,0,0,2672,0,0,0,0,0),(2818,6000,0,1,1,6732,1,-10928.6,-3508.38,68.539,0.652482,450,5,0,2223,1750,1,0,0,0),(2817,6003,0,1,1,6755,1,-11040.5,-3447.2,65.8293,3.11952,450,0,0,2880,0,0,0,0,0),(2816,5999,0,1,1,6727,1,-10974.4,-3379.04,65.1799,0.837758,450,0,0,2672,0,0,0,0,0),(2815,5999,0,1,1,6728,1,-11055.7,-3307.14,50.8644,6.16239,450,1,0,2672,0,1,0,0,0),(2814,5999,0,1,1,6727,1,-10947.7,-3283.58,55.0592,1.90241,450,0,0,2672,0,0,0,0,0),(2813,7670,0,1,1,6858,1,-11331.6,-3398.19,7.59274,4.53786,450,2,0,3293,0,1,0,0,0),(2812,7826,0,1,1,21008,1,-10997.5,-3505.23,103.211,0.767945,450,0,0,3398,0,0,0,0,0),(2811,7668,0,1,1,6850,1,-11709.4,-3311.69,16.9198,2.22469,450,5,0,3758,0,1,0,0,0),(2810,6006,0,1,1,6770,1,-11258.5,-3569.73,7.00287,5.41128,450,0,0,2466,1923,0,0,0,0),(2809,6006,0,1,1,6771,1,-11274.3,-3476.92,8.83595,1.55252,450,0,0,2466,1923,0,0,0,0),(2808,6006,0,1,1,6771,1,-11256.1,-3447.36,8.35604,1.97084,450,1,0,2466,1923,1,0,0,0),(2807,6005,0,1,1,6794,0,-11442.3,-3358.14,8.68787,2.55273,450,5,0,3082,0,1,0,0,0),(2806,6006,0,1,1,6772,1,-11217.8,-3498.09,8.03305,1.72187,450,0,0,2466,1923,0,0,0,0),(2805,6006,0,1,1,6772,1,-11490.2,-3339.76,7.76435,0.579944,450,0,0,2466,1923,0,0,0,0),(2804,6005,0,1,1,6794,0,-11551.1,-3380.24,11.4795,3.5987,450,5,0,3082,0,1,0,0,0),(2803,6004,0,1,1,7838,1,-11560.2,-3360.27,10.2462,2.11421,450,5,0,2980,0,1,0,0,0),(2802,6006,0,1,1,6771,1,-11320,-3445.15,7.71774,2.38318,450,5,0,2466,1923,1,0,0,0),(2801,6006,0,1,1,6771,1,-11484.8,-3310.4,9.02147,2.93597,450,5,0,2466,1923,1,0,0,0),(2800,8717,0,1,1,7970,1,-11917.1,-2522.79,-39.1208,4.81658,900,5,0,56592,0,1,0,0,0),(2799,12396,0,1,1,4426,0,-11989.9,-2411.92,4.1792,2.30383,900,0,0,50300,12430,0,0,0,0),(2798,8717,0,1,1,7970,1,-11783.6,-2585.07,4.04247,4.95013,900,5,0,56592,0,1,0,0,0),(2797,8717,0,1,1,7970,1,-11925.1,-2654.31,-1.92741,4.27057,900,5,0,56592,0,1,0,0,0),(2796,8718,0,1,1,6173,0,-11925.4,-2414.17,0.619561,3.49237,900,5,0,48832,0,1,0,0,0),(2795,8717,0,1,1,7970,1,-11774.9,-2518.76,-11.1947,6.08042,900,5,0,56592,0,1,0,0,0),(2794,8718,0,1,1,6173,0,-12285,-2575.99,2.72914,1.64907,900,5,0,48832,0,1,0,0,0),(2793,8718,0,1,1,6173,0,-11968.1,-2657.17,-11.2386,5.9473,900,1,0,48832,0,1,0,0,0),(2792,8718,0,1,1,6173,0,-11966.7,-2653.16,-12.8636,5.94127,900,1,0,48832,0,1,0,0,0),(2791,8717,0,1,1,7970,1,-11964.2,-2656.28,-12.3291,5.9485,900,0,0,56592,0,0,0,0,0),(2790,8717,0,1,1,7970,1,-11856.4,-2583.17,-14.7073,3.71457,900,5,0,56592,0,1,0,0,0),(2789,12396,0,1,1,4426,0,-12319.3,-2640.17,10.8436,1.98287,900,5,0,50300,12430,1,0,0,0),(2788,5985,0,1,1,2714,0,-11844.9,-2996.68,14.0409,0.812789,450,10,0,2672,0,1,0,0,0),(2787,5993,0,1,1,11410,0,-11862,-2996.29,16.9151,5.23105,450,5,0,2727,0,1,0,0,0),(2786,6007,0,1,1,6787,1,-11251.5,-2604.09,94.8929,3.00633,450,5,0,3189,0,1,0,0,0),(2785,6007,0,1,1,6787,1,-11264.5,-2545.45,97.0609,3.28212,450,0,0,3189,0,0,0,0,0),(2784,6007,0,1,1,6788,1,-11269.6,-2576.88,96.977,3.44843,450,0,0,3189,0,0,0,0,0),(2783,6009,0,1,1,6784,1,-11264.5,-2560.85,97.0773,2.51125,450,0,0,2305,4896,0,0,0,0),(2782,1420,0,1,1,901,0,-10618.4,-3666.94,23.8673,3.49188,450,5,0,8,0,1,0,0,0),(2781,5978,0,1,1,11543,1,-11485.4,-2918.75,24.0836,4.02604,450,5,0,2305,4896,1,0,0,0),(2780,5977,0,1,1,14401,1,-11503.7,-2844.98,4.80994,6.10946,450,3,0,3293,0,1,0,0,0),(2779,5974,0,1,1,14402,1,-10873.3,-2677.81,8.73793,0.243874,450,0,1,2310,0,2,0,0,0),(2778,5975,0,1,1,11542,1,-10836.9,-2720.07,7.71903,2.75762,450,0,0,1679,3923,0,0,0,0),(2777,5974,0,1,1,14402,1,-10855,-2681.45,8.82382,0.733038,450,0,0,2310,0,0,0,0,0),(2776,5975,0,1,1,11542,1,-10868.2,-2662.13,8.8214,0.558505,450,0,0,1679,3923,0,0,0,0),(2775,5976,0,1,1,11584,1,-10828.3,-2622.35,7.88571,2.54399,450,1,0,2488,0,1,0,0,0),(2774,5997,0,1,1,6712,1,-10560.3,-3478.88,-5.03195,4.70406,450,5,0,2488,0,1,0,0,0),(2773,5998,0,1,1,6723,1,-10584.7,-3508.64,-3.61231,5.19755,450,5,0,2399,0,1,0,0,0),(2772,5996,0,1,1,6719,1,-10518.9,-3466.29,-11.4917,5.11381,450,0,0,2488,0,0,0,0,0),(2771,5997,0,1,1,6711,1,-10637.3,-3301.63,-7.08787,1.58414,450,5,0,2488,0,1,0,0,0),(2770,5996,0,1,1,6719,1,-10672.6,-3383.85,-12.0771,5.20108,450,0,0,2488,0,0,0,0,0),(2769,5996,0,1,1,6721,1,-10694.9,-3415.11,-14.5371,0,450,0,0,2488,0,0,0,0,0),(2768,5998,0,1,1,6725,1,-10698.7,-3300.77,-7.7379,6.23077,450,5,0,2399,0,1,0,0,0),(2767,5998,0,1,1,6725,1,-10678.3,-3633.63,-10.8863,0.2658,450,5,0,2399,0,1,0,0,0),(2766,5996,0,1,1,6720,1,-10553.1,-3355.76,-1.20768,0.541052,450,0,0,2488,0,0,0,0,0),(2765,5996,0,1,1,6721,1,-10519.3,-3309.95,-1.24627,0.872665,450,0,0,2488,0,0,0,0,0),(2764,5999,0,1,1,6729,1,-10958.6,-3325.37,65.0546,4.34019,450,2,0,2672,0,1,0,0,0),(2763,5999,0,1,1,6730,1,-11085.3,-3479.63,66.7909,6.27733,450,2,0,2672,0,1,0,0,0),(2762,5999,0,1,1,6730,1,-11024.2,-3275.6,55.1284,0.506145,450,0,0,2672,0,0,0,0,0),(2761,5999,0,1,1,6730,1,-11152.6,-3400.61,76.5866,5.86174,450,5,0,2672,0,1,0,0,0),(2760,5999,0,1,1,6729,1,-11106.5,-3352.03,55.0949,4.93158,450,5,0,2672,0,1,0,0,0),(2759,5999,0,1,1,6730,1,-11045.7,-3278.93,53.3541,1.14295,450,5,0,2672,0,1,0,0,0),(2758,5999,0,1,1,6730,1,-10883.4,-3252.51,69.4235,2.02972,450,2,0,2672,0,1,0,0,0),(2757,5999,0,1,1,6729,1,-10919.8,-3452.08,65.7077,2.28289,450,1,0,2672,0,1,0,0,0),(2756,7851,0,1,1,7910,1,-11055.5,-3442.05,66.6365,2.16421,900,0,0,7842,0,0,0,0,0),(2755,7363,0,1,1,11653,1,-11362.8,-2982.84,0.798906,2.79076,450,0,0,4120,0,0,0,0,0),(2754,6006,0,1,1,6770,1,-11642.1,-3387.65,17.6654,6.04058,450,5,0,2466,1923,1,0,0,0),(2753,6006,0,1,1,6770,1,-11260.1,-3547.26,7.4893,6.03162,450,1,0,2466,1923,1,0,0,0),(2752,6006,0,1,1,6772,1,-11629.5,-3407.24,9.10613,5.23646,450,1,0,2466,1923,1,0,0,0),(2751,6005,0,1,1,6794,0,-11273.9,-3511.51,8.24128,2.99208,450,1,0,3082,0,1,0,0,0),(2750,6005,0,1,1,6793,0,-11511.7,-3381.13,8.4552,3.36429,450,5,0,3082,0,1,0,0,0),(2749,6004,0,1,1,7838,1,-11261.3,-3472.12,7.914,1.32095,450,1,0,2980,0,1,0,0,0),(2748,6005,0,1,1,6793,0,-11242.8,-3523.6,9.85982,4.45059,450,1,0,3082,0,1,0,0,0),(2747,6004,0,1,1,7838,1,-11274.5,-3453.26,8.10814,4.36638,450,1,0,2980,0,1,0,0,0),(2746,8716,0,1,1,10543,0,-12146.4,-2410.7,3.2018,0.554378,900,2,0,51800,12840,1,0,0,0),(2745,8717,0,1,1,7970,1,-11929.3,-2386.14,10.8776,2.81984,900,5,0,56592,0,1,0,0,0),(2744,12396,0,1,1,4426,0,-12222,-2677.96,12.4503,1.91334,900,5,0,50300,12430,1,0,0,0),(2743,8717,0,1,1,7970,1,-11817.9,-2545.91,-13.0054,1.44935,900,5,0,56592,0,1,0,0,0),(2742,12396,0,1,1,4426,0,-11981,-2584.65,-40.8031,5.21257,900,5,0,50300,12430,1,0,0,0),(2741,8718,0,1,1,6173,0,-12243.5,-2695.81,7.20349,5.01562,900,5,0,48832,0,1,0,0,0),(2740,8716,0,1,1,10543,0,-12000.6,-2400.18,2.85095,5.75959,900,0,0,51800,12840,0,0,0,0),(2739,8718,0,1,1,6173,0,-11883.2,-2692.7,0.601427,5.34638,900,5,0,48832,0,1,0,0,0),(2738,12396,0,1,1,4426,0,-12206.7,-2751.73,17.5291,6.02139,900,5,0,50300,12430,1,0,0,0),(2737,5988,0,1,1,6068,0,-10888.8,-2805.44,46.4878,0.182335,450,5,0,2495,0,1,0,0,0),(2736,8675,0,1,1,7949,0,-11555.3,-2963.46,39.3307,1.97075,450,5,0,2880,0,1,0,0,0),(2735,6007,0,1,1,6788,1,-11432.3,-2627.44,38.0941,0.719014,450,5,0,3189,0,1,0,0,0),(2734,6009,0,1,1,6783,1,-11275.2,-2557.91,96.9977,1.77635,450,0,0,2305,4896,0,0,0,0),(2733,6008,0,1,1,6790,1,-11248.4,-2561.87,97.0332,5.11832,450,0,0,2232,4765,0,0,0,0),(2732,6008,0,1,1,6789,1,-11275.2,-2535.11,97.0855,4.05066,450,0,0,2232,4765,0,0,0,0),(2731,6008,0,1,1,6790,1,-11312.4,-2578.39,89.9251,2.52475,450,5,0,2232,4765,1,0,0,0),(2730,6008,0,1,1,6790,1,-11297.2,-2604.6,88.2991,3.40219,450,5,0,2232,4765,1,0,0,0),(2729,6008,0,1,1,6789,1,-11499.8,-2679.5,7.57719,4.36409,450,5,0,2232,4765,1,0,0,0),(2728,6007,0,1,1,7841,1,-11290.4,-2551.78,97.0239,1.24853,450,0,0,3189,0,0,0,0,0),(2727,6008,0,1,1,6790,1,-11338.9,-2556.07,87.4827,0.191033,450,5,0,2232,4765,1,0,0,0),(2726,6009,0,1,1,6786,1,-11261.1,-2525.3,97.0219,2.67461,450,0,0,2305,4896,0,0,0,0),(2725,19254,0,1,1,18670,0,-11817.3,-3187.89,-30.5969,4.60767,900,0,0,698600,0,0,0,0,0),(2724,16840,0,1,1,16385,0,-11816.3,-3197.31,-30.9944,1.46608,450,0,0,2442,2434,0,0,0,0),(2723,16841,0,1,1,16386,0,-11815.2,-3195.54,-30.9174,2.18166,900,0,0,2590,25680,0,0,0,0),(2722,14463,0,1,1,14531,1,-11686.4,-2384.94,-0.199744,3.78736,450,0,0,3052,0,0,0,0,0),(2721,6010,0,1,1,1913,0,-11805.3,-3323.34,4.7902,0.401511,450,5,0,3293,0,1,0,0,0),(2720,6011,0,1,1,9017,1,-11800.8,-3321.41,4.06468,0.401556,450,5,0,3293,0,1,0,0,0),(2719,6010,0,1,1,1913,0,-11867.4,-3336.46,8.97027,3.72497,450,5,0,3293,0,1,0,0,0),(2718,6011,0,1,1,9017,1,-11869,-3334.99,8.08631,3.75344,450,5,0,3293,0,1,0,0,0),(2717,5977,0,1,1,14401,1,-11480,-2886.7,8.44369,6.06141,450,5,0,3293,0,1,0,0,0),(2716,5977,0,1,1,14401,1,-11526.5,-2817.52,2.43685,5.68767,450,3,0,3293,0,1,0,0,0),(2715,5977,0,1,1,14401,1,-11481.6,-2820.5,-0.662784,3.86804,450,3,0,3293,0,1,0,0,0),(2714,5977,0,1,1,14401,1,-11517.2,-2906.36,27.6606,4.2277,450,5,0,3293,0,1,0,0,0),(2713,5974,0,1,1,14402,1,-10893.7,-2638.58,7.7607,5.60475,450,2,0,2310,0,1,0,0,0),(2712,5975,0,1,1,11542,1,-10850.7,-2657.42,8.74544,0.47329,450,0,0,1679,3923,0,0,0,0),(2711,5976,0,1,1,11584,1,-10824.3,-2706.48,7.7607,4.6397,450,2,0,2488,0,1,0,0,0),(2710,5976,0,1,1,11584,1,-10848.2,-2722.31,7.65402,2.90214,450,0,0,2488,0,0,0,0,0),(2709,5976,0,1,1,11584,1,-10869.4,-2624.56,7.76072,5.90662,450,1,0,2488,0,1,0,0,0),(2708,5975,0,1,1,11542,1,-10809.5,-2684.43,7.7607,1.44789,450,0,0,1679,3923,0,0,0,0),(2707,5974,0,1,1,14402,1,-10844.8,-2619.97,7.76071,0.677109,450,2,0,2310,0,1,0,0,0),(2706,5975,0,1,1,11542,1,-10847.4,-2677.01,8.74413,5.34818,450,0,0,1679,3923,0,0,0,0),(2705,5974,0,1,1,14402,1,-10907.7,-2654.82,7.76072,5.51649,450,1,0,2310,0,1,0,0,0),(2704,8816,0,1,1,146,0,-11083.2,-2854.86,11.0481,5.74213,450,0,0,2769,0,0,0,0,0),(2703,3546,0,1,1,3701,1,-10946.6,-3369.31,66.5809,6.07375,450,0,0,2218,0,0,0,0,0),(2702,8609,0,1,1,7905,0,-11110.2,-3437.1,79.282,2.67035,900,0,0,10572,0,0,0,0,0),(2701,5508,0,1,1,3304,1,-10949.8,-3455.49,66.7557,2.81976,450,0,0,1753,0,0,0,0,0),(2700,8178,0,1,1,7390,1,-10974,-3481.8,103.222,2.77507,450,0,0,2672,0,0,0,0,0),(2699,5996,0,1,1,6719,1,-10621.8,-3255.69,-5.00244,5.96903,450,0,0,2488,0,0,0,0,0),(2698,5996,0,1,1,6719,1,-10521.9,-3337.04,-4.89052,3.87463,450,0,0,2488,0,0,0,0,0),(2697,5996,0,1,1,6720,1,-10762.8,-3353.55,-9.78763,2.44346,450,0,0,2488,0,0,0,0,0),(2696,5996,0,1,1,6720,1,-10723.9,-3291.74,-10.0672,2.82743,450,0,0,2488,0,0,0,0,0),(2695,5996,0,1,1,6721,1,-10775.4,-3544,-27.8369,3.15905,450,0,0,2488,0,0,0,0,0),(2694,5996,0,1,1,6722,1,-10735.5,-3406.5,-12.8032,3.01942,450,0,0,2488,0,0,0,0,0),(2693,5996,0,1,1,6719,1,-10660.8,-3666.9,-12.6275,0.610865,450,0,0,2488,0,0,0,0,0),(2692,5997,0,1,1,6711,1,-10747.2,-3531.77,-31.13,3.41744,450,5,0,2488,0,1,0,0,0),(2691,5998,0,1,1,6724,1,-10579.7,-3299.28,1.10702,1.13032,450,5,0,2399,0,1,0,0,0),(2690,769,0,1,1,336,0,-10619.5,-3642.16,22.3119,1.26714,450,5,0,1829,0,1,0,0,0),(2689,769,0,1,1,336,0,-10674.4,-3613.39,45.5039,2.2843,450,5,0,1829,0,1,0,0,0),(2688,750,0,1,1,1995,0,-10859.5,-3652.45,17.1831,1.82485,450,5,0,1981,0,1,0,0,0),(2687,8022,0,1,1,7273,1,-11001.5,-3482.74,103.227,5.67232,450,0,0,2769,0,0,0,0,0),(2686,7505,0,1,1,21010,1,-10883.9,-2935.1,13.0146,2.9147,450,0,0,1939,4393,0,0,0,0),(2685,7506,0,1,1,21013,1,-10886,-2938.13,13.1398,1.50098,450,0,0,3189,0,0,0,0,0),(2684,5999,0,1,1,6729,1,-11002.2,-3333.93,65.0294,2.05949,450,0,0,2672,0,0,0,0,0),(2683,5999,0,1,1,6730,1,-11020.2,-3509.72,72.9543,4.81851,450,5,0,2672,0,1,0,0,0),(2682,7851,0,1,1,7912,1,-10941.9,-3418.85,66.5809,1.76278,900,0,0,7842,0,0,0,0,0),(2681,6000,0,1,1,6731,1,-10978.3,-3278.64,49.5983,0.784552,450,1,0,2223,1750,1,0,0,0),(2680,5999,0,1,1,6729,1,-11080.7,-3300.11,49.2032,0.855211,450,0,0,2672,0,0,0,0,0),(2679,7851,0,1,1,7911,1,-10993.1,-3493.36,68.7534,0.453786,900,0,0,7842,0,0,0,0,0),(2678,5999,0,1,1,6730,1,-11021.5,-3273.91,55.0998,3.735,450,0,0,2672,0,0,0,0,0),(2677,5999,0,1,1,6727,1,-11018.8,-3338.1,64.3369,1.62316,450,0,0,2672,0,0,0,0,0),(2676,7851,0,1,1,7912,1,-10934.9,-3369.31,66.5809,4.79965,900,0,0,7842,0,0,0,0,0),(2675,5999,0,1,1,6730,1,-10986.6,-3312.71,63.9635,5.63344,450,1,0,2672,0,1,0,0,0),(2674,7671,0,1,1,6872,1,-11462.1,-2614.81,43.9559,2.24996,450,1,0,3644,0,1,0,0,0),(2673,7668,0,1,1,6849,1,-11650.9,-3085.76,20.1169,0.659191,450,5,0,3758,0,1,0,0,0),(2672,7667,0,1,1,6768,1,-11236.1,-2606.81,95.7706,2.80998,900,0,0,21321,28428,0,0,0,0),(2671,7669,0,1,1,6877,1,-10804.2,-2694.91,8.7607,5.51524,450,0,0,3189,0,0,0,0,0),(2670,7669,0,1,1,6877,1,-10888.9,-2622.51,10.8857,5.81609,450,5,0,3189,0,1,0,0,0),(2669,5393,0,1,1,6776,0,-11044.3,-3470.16,65.0376,0.942478,450,0,0,3293,0,0,0,0,0),(2668,5385,0,1,1,6778,1,-10994.7,-3507.89,103.225,0.977384,450,0,0,2218,0,0,0,0,0),(2667,6004,0,1,1,7838,1,-11261.3,-3526.98,9.02054,5.87498,450,1,0,2980,0,1,0,0,0),(2666,6006,0,1,1,6770,1,-11613.9,-3405.19,7.60613,1.87281,450,0,0,2466,1923,0,0,0,0),(2665,6006,0,1,1,6772,1,-11263.1,-3544.69,7.98947,1.82146,450,1,0,2466,1923,1,0,0,0),(2664,6006,0,1,1,6771,1,-11587.5,-3389.49,7.97954,4.88839,450,5,0,2466,1923,1,0,0,0),(2663,6005,0,1,1,6794,0,-11445.3,-3381.67,10.1543,2.73824,450,5,0,3082,0,1,0,0,0),(2662,6005,0,1,1,6794,0,-11478.1,-3338.54,8.51435,5.95547,450,0,0,3082,0,0,0,0,0),(2661,6004,0,1,1,6780,1,-11234.8,-3496.78,11.8152,3.17691,450,0,0,2980,0,0,0,0,0),(2660,6006,0,1,1,6771,1,-11267.1,-3489.57,9.51322,5.87988,450,1,0,2466,1923,1,0,0,0),(2659,6004,0,1,1,7838,1,-11309.8,-3401.81,7.59274,2.50923,450,2,0,2980,0,1,0,0,0),(2658,8717,0,1,1,7970,1,-11860.8,-2521.15,-20.1309,3.36429,900,0,0,56592,0,0,0,0,0),(2657,8718,0,1,1,6173,0,-11756,-2461.68,-15.2874,4.9389,900,5,0,48832,0,1,0,0,0),(2656,8716,0,1,1,10543,0,-12288,-2555.69,5.41969,3.92201,900,5,0,51800,12840,1,0,0,0),(2655,8717,0,1,1,7970,1,-11779,-2389.06,-7.354,5.39801,900,5,0,56592,0,1,0,0,0),(2654,8718,0,1,1,6173,0,-12164,-2572.68,-19.6496,2.67358,900,5,0,48832,0,1,0,0,0),(2653,8718,0,1,1,6173,0,-12242.8,-2566.75,-5.54418,3.15529,900,1,0,48832,0,1,0,0,0),(2652,8717,0,1,1,7970,1,-12246.8,-2564.68,-4.91918,3.59049,900,0,0,56592,0,0,0,0,0),(2651,12396,0,1,1,4426,0,-11989.9,-2399.11,3.16776,3.26377,900,0,0,50300,12430,0,0,0,0),(2650,8718,0,1,1,6173,0,-12009.8,-2589.16,-38.1604,5.81187,900,5,0,48832,0,1,0,0,0),(2649,12396,0,1,1,4426,0,-12248.2,-2724.7,12.747,4.85346,900,5,0,50300,12430,1,0,0,0),(2648,8717,0,1,1,7970,1,-12015.8,-2615.53,-36.3682,2.45695,900,5,0,56592,0,1,0,0,0),(4048,721,0,1,1,0,0,-5433.45,-491.95,396.753,6.14936,180,10,0,1,0,1,0,0,0),(2647,12396,0,1,1,4426,0,-12111.7,-2513.06,3.99984,0.440051,900,5,0,50300,12430,1,0,0,0),(2646,9540,0,1,1,8659,1,-11027.4,-3373.31,65.1182,5.09636,450,0,0,2769,0,0,0,0,0),(2645,5988,0,1,1,6068,0,-10987.1,-3154.22,44.8503,2.78648,450,10,0,2495,0,1,0,0,0),(2644,8675,0,1,1,7949,0,-11519.9,-3005.47,13.3669,5.13934,450,5,0,2880,0,1,0,0,0),(2643,6007,0,1,1,6788,1,-11489.4,-2720.99,0.421272,3.11125,450,5,0,3189,0,1,0,0,0),(2642,6008,0,1,1,6789,1,-11452.2,-2685.28,8.66579,5.23105,450,5,0,2232,4765,1,0,0,0),(2641,6008,0,1,1,6789,1,-11289.9,-2544.44,97.0121,0.782466,450,0,0,2232,4765,0,0,0,0),(2640,6007,0,1,1,7841,1,-11250.9,-2531.56,97.0134,5.69075,450,0,0,3189,0,0,0,0,0),(2639,6008,0,1,1,6789,1,-11458.9,-2657.35,16.6268,3.34818,450,1,0,2232,4765,1,0,0,0),(2638,6009,0,1,1,6784,1,-11513.1,-2685.72,8.02382,0.839288,450,5,0,2305,4896,1,0,0,0),(2637,6007,0,1,1,6788,1,-11510.5,-2713.02,5.35989,2.24279,450,5,0,3189,0,1,0,0,0),(2636,6009,0,1,1,6785,1,-11306.4,-2551.44,97.0359,1.86254,450,0,0,2305,4896,0,0,0,0),(2635,6007,0,1,1,6788,1,-11485.7,-2686.88,6.57719,6.03774,450,5,0,3189,0,1,0,0,0),(4065,721,0,1,1,0,0,-5387.47,-613.374,391.823,1.23724,180,10,0,1,0,1,0,0,0),(4066,1126,0,1,1,0,0,-5431.18,-585.744,398.215,4.34728,180,10,0,120,0,1,0,0,0),(4067,727,0,1,1,0,1,-5407.53,-639.866,392.939,0,250,0,0,1910,0,0,0,0,0),(4068,1131,0,1,1,0,0,-5342.04,-611.803,390.831,0.828064,180,10,0,137,0,1,0,0,0),(4069,1138,0,1,1,0,0,-5338.55,-647.261,397.05,2.45713,180,10,0,120,0,1,0,0,0),(4070,1131,0,1,1,0,0,-5353.06,-707.612,394.143,3.9897,180,10,0,137,0,1,0,0,0),(4071,1196,0,1,1,0,0,-5293.4,-717.5,388.457,5.09433,180,10,0,164,0,1,0,0,0),(4072,1376,0,1,1,0,1,-5488.99,-682.33,394.436,1.06465,180,0,0,247,0,0,0,0,0),(4073,727,0,1,1,0,1,-5491.22,-667.174,394.122,0.279253,250,0,0,1910,0,0,0,0,0),(4074,1138,0,1,1,0,0,-5366.2,-725.721,396.505,3.16893,180,10,0,120,0,1,0,0,0),(4075,1138,0,1,1,0,0,-5378.24,-724.417,396.858,0.229977,180,10,0,120,0,1,0,0,0),(4076,1131,0,1,1,0,0,-5400.75,-739.903,395.847,1.51392,180,10,0,137,0,1,0,0,0),(4077,721,0,1,1,0,0,-5440.52,-677.372,395.007,2.8075,180,10,0,1,0,1,0,0,0),(4078,1694,0,1,1,0,1,-5499.7,-664.575,395.395,0.453786,180,0,0,198,0,0,0,0,0),(4079,1377,0,1,1,0,1,-5473.19,-641.798,393.3,0.174533,190,0,0,484,0,0,0,0,0),(4080,1378,0,1,1,0,1,-5466.53,-632.141,393.939,0,180,0,0,417,0,0,0,0,0),(2634,1492,0,1,1,10039,0,-14135.3,-137.275,-8.33448,3.85509,360,0,0,6604,0,0,0,0,0),(2633,1565,0,1,1,796,1,-14998.4,261.767,7.92124,6.18523,300,0,0,1902,0,2,0,0,0),(2632,2547,0,1,1,4657,1,-15016.1,270.206,7.60322,4.76475,300,0,0,2059,0,0,0,0,0),(2631,4505,0,1,1,2557,1,-15025.2,262.333,7.51532,0.726259,300,0,0,1902,0,0,0,0,0),(2630,1907,0,1,1,4923,1,-13708.2,494.076,47.2308,2.68723,300,5,0,2059,0,1,0,0,0),(2629,1565,0,1,1,1768,1,-14979.3,265.158,7.92121,4.03832,300,0,0,1902,0,2,0,0,0),(207624,34951,530,1,1,0,0,-1908.43,5437.61,-12.3449,4.93928,120,0,0,1,0,0,0,0,0),(4091,1702,0,1,1,0,1,-5531.17,-669.07,393.413,1.79769,190,0,0,664,0,0,0,0,0),(4092,721,0,1,1,0,0,-5492.78,-705.619,408.754,0.295197,180,10,0,1,0,1,0,0,0),(4093,5392,0,1,1,0,1,-5528.87,-660.74,393.413,5.11381,180,0,0,198,0,0,0,0,0),(4094,1125,0,1,1,0,0,-5534.43,-632.649,407.643,5.6726,180,10,0,102,0,1,0,0,0),(4095,1125,0,1,1,0,0,-5529.56,-626.38,407.379,5.00678,180,10,0,102,0,1,0,0,0),(4096,1131,0,1,1,0,0,-5474.58,-761.771,397.99,2.95685,180,10,0,137,0,1,0,0,0),(4097,1131,0,1,1,0,0,-5506.13,-736.207,405.499,2.77848,180,10,0,137,0,1,0,0,0),(4098,1125,0,1,1,0,0,-5580.59,-665.595,407.085,5.45638,180,10,0,102,0,1,0,0,0),(4099,1126,0,1,1,0,0,-5586.65,-684.371,407.144,1.86557,180,10,0,120,0,1,0,0,0),(4100,1128,0,1,1,0,0,-5576.94,-687.484,407.888,4.95674,180,10,0,122,0,1,0,0,0),(4101,1125,0,1,1,0,0,-5627.95,-732.075,429.898,5.21532,180,10,0,102,0,1,0,0,0),(4102,1196,0,1,1,0,0,-5643.36,-677.035,403.874,0.060591,180,10,0,164,0,1,0,0,0),(4103,1131,0,1,1,0,0,-5602.12,-693.98,412.863,3.47629,180,10,0,137,0,1,0,0,0),(4104,1125,0,1,1,0,0,-5555.43,-723.027,409.76,0.523599,180,10,0,102,0,1,0,0,0),(4105,1125,0,1,1,0,0,-5593.99,-709.286,415.534,2.94688,180,10,0,102,0,1,0,0,0),(4106,721,0,1,1,0,0,-5842.31,-558.583,398.216,2.21853,180,10,0,1,0,1,0,0,0),(4107,721,0,1,1,0,0,-5816.39,-691.582,397.525,1.54604,180,10,0,1,0,1,0,0,0),(4108,1126,0,1,1,0,0,-5846.94,-686.651,398.131,5.52248,180,10,0,120,0,1,0,0,0),(4109,1196,0,1,1,0,0,-5826.37,-672.104,397.884,5.14807,180,10,0,164,0,1,0,0,0),(4110,1201,0,1,1,0,0,-5865.53,-626.196,398.295,1.10286,180,10,0,137,0,1,0,0,0),(4111,1125,0,1,1,0,0,-5798.57,-749.475,399.466,1.72192,180,10,0,102,0,1,0,0,0),(4112,1127,0,1,1,0,0,-5786.77,-825.852,397.658,4.73582,180,0,0,137,0,0,0,0,0),(4113,1201,0,1,1,0,0,-5773.27,-848.292,398.06,3.97464,180,10,0,137,0,1,0,0,0),(4114,1127,0,1,1,0,0,-5760.85,-934.425,396.219,0.166754,180,5,0,137,0,1,0,0,0),(4115,1201,0,1,1,0,0,-5755,-890.008,399.858,0.935108,180,10,0,137,0,1,0,0,0),(4116,1201,0,1,1,0,0,-5733.47,-852.864,405.013,5.78026,180,10,0,137,0,1,0,0,0),(4117,1127,0,1,1,0,0,-5761.06,-931.818,396.336,1.37238,180,5,0,137,0,1,0,0,0),(4118,1201,0,1,1,0,0,-5812.78,-917.808,396.164,6.12445,180,10,0,137,0,1,0,0,0),(4119,1201,0,1,1,0,0,-5780.67,-979.075,394.108,1.23184,180,10,0,137,0,1,0,0,0),(4120,1127,0,1,1,0,0,-5813.92,-944.57,394.887,5.5877,180,5,0,137,0,1,0,0,0),(4121,1201,0,1,1,0,0,-5860.78,-948.475,406.394,0.731508,180,10,0,137,0,1,0,0,0),(4122,1127,0,1,1,0,0,-5848.48,-983.569,396.21,5.31396,180,5,0,137,0,1,0,0,0),(4123,721,0,1,1,0,0,-5737.04,-969.141,397.395,3.9408,180,10,0,1,0,1,0,0,0),(4124,1127,0,1,1,0,0,-5707.95,-939.301,397.939,4.14684,180,5,0,137,0,1,0,0,0),(4125,1127,0,1,1,0,0,-5659.91,-989.56,394.778,4.5376,180,5,0,137,0,1,0,0,0),(4126,1201,0,1,1,0,0,-5680.99,-979.516,393.724,2.10358,180,10,0,137,0,1,0,0,0),(4127,1201,0,1,1,0,0,-5724.18,-1008.47,395.659,6.26042,180,10,0,137,0,1,0,0,0),(4128,1127,0,1,1,0,0,-5660.91,-922.077,412.229,4.24612,180,0,0,137,0,0,0,0,0),(4129,1126,0,1,1,0,0,-5606.35,-996.37,393.557,3.76481,180,10,0,120,0,1,0,0,0),(4130,1201,0,1,1,0,0,-5606.11,-959.785,396.077,2.44885,180,10,0,137,0,1,0,0,0),(4131,721,0,1,1,0,0,-5570.24,-999.479,393.585,2.96488,180,10,0,1,0,1,0,0,0),(4132,1201,0,1,1,0,0,-5591.17,-972.52,393.615,4.02707,180,10,0,137,0,1,0,0,0),(4133,727,0,1,1,0,1,-5602.74,-1051.89,400.354,2.94961,250,0,0,1910,0,0,0,0,0),(4134,1127,0,1,1,0,0,-5532.74,-1050.6,392.018,0.258959,180,5,0,137,0,1,0,0,0),(4135,1127,0,1,1,0,0,-5561.14,-1065.55,391.877,0.236456,180,5,0,137,0,1,0,0,0),(4136,1126,0,1,1,0,0,-5444.41,-963.839,393.383,1.08095,180,10,0,120,0,1,0,0,0),(4137,1126,0,1,1,0,0,-5446.45,-950.9,394.087,5.15732,180,10,0,120,0,1,0,0,0),(4138,721,0,1,1,0,0,-5389.26,-1052.22,392.095,0.325602,180,10,0,1,0,1,0,0,0),(4139,1253,0,1,1,0,1,-5350.61,-1040.98,394.991,1.62316,180,0,0,328,0,0,0,0,0),(4140,1196,0,1,1,0,0,-5297.75,-968.592,389.809,3.75646,180,10,0,164,0,1,0,0,0),(4141,1127,0,1,1,0,0,-5520.82,-1114,398.645,6.12445,180,0,0,137,0,0,0,0,0),(4142,1196,0,1,1,0,0,-5583.75,-1116.98,390.672,3.9031,180,10,0,164,0,1,0,0,0),(4143,1126,0,1,1,0,0,-5652.55,-1089.84,392.128,0.289276,180,10,0,120,0,1,0,0,0),(4144,1388,0,1,1,0,0,-5389,-1282,445.888,2.443,180,0,0,222,0,2,0,0,0),(4145,3177,0,1,1,0,1,-5514.98,-1295.75,406.161,4.86947,180,0,0,198,0,0,0,0,0),(4146,1265,0,1,1,0,1,-5513.78,-1304.71,404.609,3.50811,180,0,0,198,0,0,0,0,0),(4147,12372,0,1,1,0,0,-5524.53,-1354.1,398.694,1.43896,180,0,0,55,0,0,0,0,0),(4148,12373,0,1,1,0,0,-5534.72,-1349.27,398.769,4.74149,180,0,0,42,0,0,0,0,0),(4149,14547,0,1,1,0,0,-5536.3,-1335.36,398.769,1.80959,180,0,0,55,0,0,0,0,0),(4150,4772,0,1,1,0,1,-5521.92,-1347.17,398.747,4.03171,180,0,0,198,0,0,0,0,0),(4151,1352,0,1,1,0,0,-5546.13,-1301.88,399.909,1.25519,370,0,0,8,0,0,0,0,0),(4152,1261,0,1,1,0,1,-5537.03,-1323.67,399.159,0.10472,180,0,0,198,0,0,0,0,0),(4153,1263,0,1,1,0,0,-5547.62,-1306.45,398.409,4.45606,180,0,0,42,0,0,0,0,0),(4154,12374,0,1,1,0,0,-5525.74,-1363.56,398.694,1.88225,180,0,0,55,0,0,0,0,0),(4155,14548,0,1,1,0,0,-5532.46,-1358.99,398.694,3.04284,180,0,0,55,0,0,0,0,0),(4156,14546,0,1,1,0,0,-5529.51,-1376.1,398.789,3.57943,180,0,0,42,0,0,0,0,0),(4157,1126,0,1,1,0,0,-5526.14,-1416.24,403.215,5.79771,180,10,0,120,0,1,0,0,0),(4158,1126,0,1,1,0,0,-5646.85,-1357.58,397.115,0.716266,180,10,0,120,0,1,0,0,0),(4159,13076,0,1,1,0,1,-5669.67,-1289.84,390.471,3.1765,250,0,0,1910,0,0,0,0,0),(4160,721,0,1,1,0,0,-5635.58,-1235.55,390.24,6.16779,180,10,0,1,0,1,0,0,0),(4161,1127,0,1,1,0,0,-5646.77,-1192.98,389.512,5.64476,180,5,0,137,0,1,0,0,0),(4162,1127,0,1,1,0,0,-5738.9,-1217.05,381.252,2.75092,180,5,0,137,0,1,0,0,0),(4163,1196,0,1,1,0,0,-5744.2,-1200.85,384.621,4.34899,180,10,0,164,0,1,0,0,0),(4164,1126,0,1,1,0,0,-5687.65,-1270.41,389.848,0.637812,180,10,0,120,0,1,0,0,0),(4165,1126,0,1,1,0,0,-5691.55,-1141.73,385.954,4.96494,180,10,0,120,0,1,0,0,0),(4166,1201,0,1,1,0,0,-5711.34,-1126.4,384.729,4.60282,180,10,0,137,0,1,0,0,0),(4167,1127,0,1,1,0,0,-5777.36,-1104.89,383.245,3.59912,180,5,0,137,0,1,0,0,0),(4168,1127,0,1,1,0,0,-5737.69,-1020.91,397.569,3.45202,180,0,0,137,0,0,0,0,0),(4169,1201,0,1,1,0,0,-5709.45,-1044.85,397.31,6.11836,180,10,0,137,0,1,0,0,0),(4170,721,0,1,1,0,0,-5868.52,-997.304,399.792,1.8172,180,10,0,1,0,1,0,0,0),(4171,1196,0,1,1,0,0,-5888.73,-1089.28,383.122,3.0675,180,10,0,164,0,1,0,0,0),(4172,1201,0,1,1,0,0,-5835.53,-1078.58,386.062,2.9189,180,10,0,137,0,1,0,0,0),(4173,1127,0,1,1,0,0,-5837.88,-1078.18,386.899,0.06449,180,0,0,137,0,0,0,0,0),(2628,1565,0,1,1,1768,1,-15008,261.78,7.52066,5.96054,300,0,0,1902,0,0,0,0,0),(2627,4505,0,1,1,2558,1,-15014.7,268.293,12.5726,2.72379,300,0,0,1902,0,0,0,0,0),(2626,1907,0,1,1,4923,1,-13720.7,535.934,36.8568,1.23388,300,5,0,2059,0,1,0,0,0),(2625,1562,0,1,1,2562,1,-14177.1,376.993,21.2941,6.03721,300,5,0,1292,3191,1,0,0,0),(2624,1907,0,1,1,4923,1,-13818.5,681.93,5.22059,3.97404,300,5,0,2059,0,1,0,0,0),(2623,1907,0,1,1,4923,1,-13741.7,622.868,15.4835,5.29974,300,10,0,2059,0,1,0,0,0),(2622,4506,0,1,1,1902,1,-14976.1,273.198,13.0175,2.09121,300,2,0,1829,0,1,0,0,0),(2621,4505,0,1,1,2557,1,-15015.6,265.514,18.4555,3.16012,300,3,0,1902,0,1,0,0,0),(2620,1907,0,1,1,4923,1,-13875.4,690.943,3.20405,0.769526,300,5,0,2059,0,1,0,0,0),(2619,1907,0,1,1,4923,1,-13908.1,659.008,12.2333,0.469224,300,10,0,2059,0,1,0,0,0),(2618,1653,0,1,1,2564,1,-14974.2,261.416,13.1295,4.64459,300,2,0,1110,3293,1,0,0,0),(2617,1907,0,1,1,4923,1,-13857.1,583.676,45.5276,5.70186,300,5,0,2059,0,1,0,0,0),(2616,1907,0,1,1,4923,1,-13777.6,582.591,45.945,3.71281,300,5,0,2059,0,1,0,0,0),(2615,1907,0,1,1,4923,1,-13846.8,645.281,13.6611,6.23956,300,5,0,2059,0,1,0,0,0),(2614,4505,0,1,1,2557,1,-14994.4,268.904,12.8612,1.95004,300,3,0,1902,0,1,0,0,0),(2613,1907,0,1,1,4923,1,-13878.4,621.163,24.2508,1.29375,300,3,0,2059,0,1,0,0,0),(2612,1907,0,1,1,4923,1,-13749,541.011,46.0601,4.95704,300,5,0,2059,0,1,0,0,0),(2611,4506,0,1,1,1902,1,-14973,342.602,13.1349,5.59355,300,2,0,1829,0,1,0,0,0),(2610,772,0,1,1,614,0,-12914.2,-280.606,6.30183,5.91554,300,5,0,1536,0,1,0,0,0),(4213,1201,0,1,1,0,0,-5880.71,-1130.18,381.141,1.3481,180,10,0,137,0,1,0,0,0),(2609,1907,0,1,1,4923,1,-13824.1,549.091,46.766,0.524431,300,5,0,2059,0,1,0,0,0),(2608,1565,0,1,1,796,1,-14951.3,343.645,12.7543,2.17817,300,2,0,1902,0,1,0,0,0),(2607,4505,0,1,1,2558,1,-14974.4,341.71,13.1932,4.50453,300,2,0,1902,0,1,0,0,0),(12234,23462,530,1,1,0,0,-1622.1,5246.98,-40.8016,2.37123,120,0,0,6986,0,0,0,0,0),(2605,1564,0,1,1,4462,1,-13489.4,673.744,9.08399,1.62163,300,2,0,1292,3191,1,0,0,0),(2604,1563,0,1,1,796,1,-13549.2,683.992,0.82436,5.97293,300,5,0,1829,0,1,0,0,0),(2603,2548,0,1,1,7208,1,-14924.9,349.625,8.12376,5.12892,300,0,0,2064,0,0,0,0,0),(2602,772,0,1,1,614,0,-12517.5,-352.893,16.4823,4.2898,300,5,0,1536,0,1,0,0,0),(2601,2549,0,1,1,4648,1,-14946,357.498,7.54344,3.3627,300,0,0,1981,0,0,0,0,0),(2600,1565,0,1,1,1768,1,-14927.2,356.315,7.54123,0.931677,300,0,0,1902,0,0,0,0,0),(2599,1562,0,1,1,2562,1,-13977.7,576.836,6.6788,2.54001,300,5,0,1292,3191,1,0,0,0),(2598,4505,0,1,1,2557,1,-14960.1,342.326,7.544,4.61377,300,0,0,1902,0,2,0,0,0),(2597,4505,0,1,1,2557,1,-14943.2,356.997,12.5955,6.00989,300,0,0,1902,0,2,0,0,0),(2596,1562,0,1,1,2562,1,-14041.3,508.141,2.72868,1.30808,300,5,0,1292,3191,1,0,0,0),(2595,1557,0,1,1,838,0,-13684.4,150.006,20.536,4.87732,300,10,0,1829,0,1,0,0,0),(2594,1562,0,1,1,2562,1,-14026.8,559.414,5.99513,0.453957,300,5,0,1292,3191,1,0,0,0),(2592,1653,0,1,1,2564,1,-14956.4,353.116,7.54255,2.2841,300,0,0,1110,3293,2,0,0,0),(2591,772,0,1,1,614,0,-12650.2,-114.033,16.8294,0,300,10,0,1536,0,1,0,0,0),(2590,1557,0,1,1,838,0,-13713.7,178.499,18.7668,1.62025,300,5,0,1829,0,1,0,0,0),(2589,1653,0,1,1,2563,1,-14936.5,352.128,18.3463,1.83906,300,0,0,1110,3293,0,0,0,0),(12177,23466,530,1,1,0,0,-1623.18,5272.59,-40.898,3.68223,120,0,0,6986,0,0,0,0,0),(2587,1564,0,1,1,4462,1,-13494,747.63,2.10713,2.80314,300,5,0,1292,3191,1,0,0,0),(2586,1561,0,1,1,793,1,-14145.2,479.077,4.19775,3.85932,300,3,0,1829,0,1,0,0,0),(2585,684,0,1,1,633,0,-12979.5,-304.001,13.7637,0.359221,300,5,0,1536,0,1,0,0,0),(2584,1562,0,1,1,2562,1,-14136.3,472.249,2.46785,3.9685,300,0,0,1292,3191,0,0,0,0),(2583,684,0,1,1,633,0,-12643.6,-225.073,39.1751,5.40503,300,5,0,1536,0,1,0,0,0),(2582,772,0,1,1,614,0,-12687.1,-243.015,38.3067,2.13173,300,5,0,1536,0,1,0,0,0),(2581,1561,0,1,1,793,1,-14130.8,465.017,2.31431,1.16937,300,0,0,1829,0,0,0,0,0),(2580,2545,0,1,1,4641,1,-14121.7,473.517,1.0327,0.001789,300,0,0,1678,0,0,0,0,0),(2579,1550,0,1,1,8802,0,-13080.6,-255.095,-5.36471,3.17638,300,5,0,1902,0,1,0,0,0),(2578,684,0,1,1,633,0,-12312.9,-748.511,13.3077,5.41488,300,5,0,1536,0,1,0,0,0),(1102,22237,530,1,1,0,0,9578.32,-7136.39,14.2479,5.4785,25,0,0,955,0,0,0,0,0),(2576,1562,0,1,1,2561,1,-14115,464.727,1.72395,4.88694,300,0,0,1292,3191,0,0,0,0),(2575,1564,0,1,1,4462,1,-14910.4,308.312,5.2055,0.017494,300,5,0,1292,3191,1,0,0,0),(2574,1561,0,1,1,793,1,-14122.9,459.651,2.47395,0.837188,300,0,0,1829,0,0,0,0,0),(2573,780,0,1,1,4616,1,-12670.2,-487.287,29.8606,4.00715,300,0,0,1357,1236,0,0,0,0),(2572,1561,0,1,1,793,1,-14161.6,430.041,12.4065,2.25378,300,5,0,1829,0,1,0,0,0),(2571,1562,0,1,1,2562,1,-14142.7,437.751,5.98081,0.238755,300,5,0,1292,3191,1,0,0,0),(2570,1561,0,1,1,793,1,-14279.3,150.584,9.07511,1.02234,300,10,0,1829,0,1,0,0,0),(2569,1563,0,1,1,796,1,-14891.1,299.779,3.00018,1.06256,300,5,0,1829,0,1,0,0,0),(2568,1561,0,1,1,793,1,-14286,85.5296,6.41413,1.63792,300,5,0,1829,0,1,0,0,0),(2567,1562,0,1,1,2562,1,-14254.5,175.666,9.5479,0.172861,300,10,0,1292,3191,1,0,0,0),(2566,4075,0,1,1,1418,0,-14438.3,466.804,3.93243,5.62101,300,2,0,8,0,1,0,0,0),(2565,1561,0,1,1,793,1,-14315.1,110.832,4.78627,5.24799,300,10,0,1829,0,1,0,0,0),(2564,667,0,1,1,4632,1,-12646.6,-552.126,33.7973,5.55979,300,5,0,1678,0,1,0,0,0),(2563,4075,0,1,1,1418,0,-14300.4,527.188,8.69527,1.70441,300,3,0,8,0,1,0,0,0),(2562,1563,0,1,1,796,1,-14617.7,245.016,0.681775,4.95792,300,10,0,1829,0,1,0,0,0),(2561,667,0,1,1,4632,1,-12573,-555.679,36.5284,5.70974,300,10,0,1678,0,1,0,0,0),(2560,1563,0,1,1,796,1,-14549.5,182.202,2.75409,0.286373,300,10,0,1829,0,1,0,0,0),(2559,667,0,1,1,4632,1,-12584,-488.308,29.567,2.79835,300,10,0,1678,0,1,0,0,0),(2558,684,0,1,1,633,0,-12347.8,-710.986,17.0866,5.36212,300,5,0,1536,0,1,0,0,0),(2557,780,0,1,1,4616,1,-12675.9,-584.139,36.8937,0.718851,300,5,0,1357,1236,1,0,0,0),(2556,1563,0,1,1,796,1,-14455.1,116.533,4.94477,3.59651,300,10,0,1829,0,1,0,0,0),(2555,772,0,1,1,614,0,-12307.8,-679.962,15.5986,2.66818,300,5,0,1536,0,1,0,0,0),(8313,23465,530,1,1,0,0,-1641.66,5276.35,-41.1876,5.78631,120,0,0,6986,0,0,0,0,0),(2553,1564,0,1,1,4462,1,-14889.7,323.528,5.29551,4.72891,300,0,0,1292,3191,0,0,0,0),(2552,780,0,1,1,4616,1,-12630.8,-581.903,36.3017,3.30835,300,5,0,1357,1236,1,0,0,0),(2551,667,0,1,1,4632,1,-12716.8,-544.787,31.7097,2.96488,300,5,0,1678,0,1,0,0,0),(2550,772,0,1,1,614,0,-12334.7,-815.234,32.9202,2.54231,300,5,0,1536,0,1,0,0,0),(2549,1561,0,1,1,793,1,-14217.5,157.066,6.43592,3.20293,300,10,0,1829,0,1,0,0,0),(2548,667,0,1,1,4632,1,-12749.4,-586.729,39.1964,4.93445,300,5,0,1678,0,1,0,0,0),(2547,667,0,1,1,4632,1,-12712.7,-466.762,29.6264,1.52549,300,3,0,1678,0,1,0,0,0),(2546,780,0,1,1,4616,1,-12698.7,-453.238,30.9325,2.83472,300,0,0,1357,1236,0,0,0,0),(2545,667,0,1,1,4632,1,-12704.8,-478.562,30.3764,4.1951,300,3,0,1678,0,1,0,0,0),(2544,667,0,1,1,4632,1,-12691.3,-471.014,29.6106,2.59841,300,3,0,1678,0,1,0,0,0),(2543,696,0,1,1,4622,1,-12712,-454.655,30.497,2.34545,300,0,0,1678,0,0,0,0,0),(2542,780,0,1,1,4616,1,-12659.7,-485.694,29.7415,2.56486,300,0,0,1357,1236,0,0,0,0),(2541,1565,0,1,1,1768,1,-14995.3,261.415,0.197927,4.74909,300,0,0,1902,0,0,0,0,0),(2540,1653,0,1,1,2564,1,-14984.1,270.085,0.175609,5.84475,300,0,0,1110,3293,0,0,0,0),(2539,667,0,1,1,4632,1,-12802.2,-878.674,58.5843,2.5783,300,5,0,1678,0,1,0,0,0),(2538,4260,0,1,1,1269,0,-12154.6,-580.235,13.4685,2.71031,300,5,0,1536,0,1,0,0,0),(2537,694,0,1,1,4572,1,-11825.3,54.0852,14.8659,0.069702,300,0,0,1221,0,0,0,0,0),(2536,694,0,1,1,4572,1,-11849.6,15.2901,29.8645,0,300,5,0,1221,0,1,0,0,0),(2535,694,0,1,1,4572,1,-11832.8,79.0268,16.1609,-2.08475,300,0,0,1221,0,0,0,0,0),(2534,694,0,1,1,4572,1,-11844.4,55.266,14.6159,5.65123,300,0,0,1221,0,0,0,0,0),(2533,694,0,1,1,4572,1,-11892.9,84.2742,17.4863,0,300,5,0,1221,0,1,0,0,0),(2532,587,0,1,1,4570,1,-11882.7,48.4295,22.4074,0,300,5,0,1221,0,1,0,0,0),(2531,694,0,1,1,4572,1,-11833.9,68.5123,14.4539,-0.706283,300,0,0,1221,0,0,0,0,0),(2530,1557,0,1,1,838,0,-13953.2,84.4285,16.0215,2.97484,300,10,0,1829,0,1,0,0,0),(2529,1557,0,1,1,838,0,-13914.3,50.4349,15.7874,5.99173,300,5,0,1829,0,1,0,0,0),(2528,1557,0,1,1,838,0,-13953.3,140.875,13.7878,2.58175,300,5,0,1829,0,1,0,0,0),(2527,1557,0,1,1,838,0,-13927.2,111.949,14.3495,4.57326,300,5,0,1829,0,1,0,0,0),(2526,1557,0,1,1,838,0,-13981.5,113.066,14.8363,4.37386,300,10,0,1829,0,1,0,0,0),(2525,702,0,1,1,4571,1,-11718.9,137.675,16.103,0,300,5,0,1221,0,1,0,0,0),(2524,1557,0,1,1,838,0,-13875.4,82.5736,15.656,0.853468,300,10,0,1829,0,1,0,0,0),(2523,1557,0,1,1,838,0,-13867,104.081,15.5457,0.24555,300,5,0,1829,0,1,0,0,0),(2522,1557,0,1,1,838,0,-13816.3,76.6574,26.3121,0.82121,300,5,0,1829,0,1,0,0,0),(2521,1557,0,1,1,838,0,-13722.7,252.005,28.8683,0.170633,300,5,0,1829,0,1,0,0,0),(2520,1557,0,1,1,838,0,-13635,151.881,21.9225,5.99137,300,10,0,1829,0,1,0,0,0),(2519,587,0,1,1,4570,1,-11788.6,34.5117,16.107,0,300,5,0,1221,0,1,0,0,0),(2518,667,0,1,1,4632,1,-12682.4,-501.765,29.6106,4.00976,300,0,0,1678,0,0,0,0,0),(2517,667,0,1,1,4632,1,-12679.2,-504.484,29.6106,4.0099,300,0,0,1678,0,0,0,0,0),(2516,696,0,1,1,4622,1,-12682.6,-505.198,29.4856,4.0101,300,0,0,1678,0,0,0,0,0),(2515,686,0,1,1,788,0,-12213.3,89.2849,23.0177,3.58164,300,5,0,1403,0,1,0,0,0),(2514,588,0,1,1,4575,1,-11682.9,753.264,50.6086,3.85718,300,0,0,1279,0,0,0,0,0),(2513,686,0,1,1,788,0,-12252.4,53.6517,19.2489,6.00136,300,10,0,1403,0,1,0,0,0),(2512,686,0,1,1,788,0,-12184.9,117.131,14.3079,2.9821,300,5,0,1403,0,1,0,0,0),(2511,694,0,1,1,4572,1,-12019.7,348.359,2.07972,4.74851,300,2,0,1221,0,1,0,0,0),(2510,683,0,1,1,2437,0,-11748.4,-514.029,18.5639,0.436332,300,5,0,1050,0,1,0,0,0),(2509,588,0,1,1,4575,1,-11678.8,748.304,50.585,3.21141,300,0,0,1279,0,0,0,0,0),(2508,701,0,1,1,4577,1,-11689.2,757.673,50.7354,4.32842,300,0,0,1064,1007,0,0,0,0),(2507,1096,0,1,1,7197,1,-11863.2,-638.984,14.7718,4.24077,300,5,0,1160,1067,1,0,0,0),(2506,1096,0,1,1,7197,1,-11910.8,-584.254,17.0121,4.05383,300,10,0,1160,1067,1,0,0,0),(2505,1150,0,1,1,1039,0,-11517.5,-57.5501,12.8883,4.73784,300,5,0,1050,0,1,0,0,0),(2504,686,0,1,1,788,0,-12180.8,174.726,17.3447,4.56786,300,5,0,1403,0,1,0,0,0),(2503,1096,0,1,1,7197,1,-11867.1,-635.283,15.5122,2.28853,300,5,0,1160,1067,1,0,0,0),(2502,686,0,1,1,788,0,-12214.7,153.484,16.3564,6.24219,300,5,0,1403,0,1,0,0,0),(2501,595,0,1,1,4574,1,-11681.3,731.25,50.5551,0.00945,300,5,0,1279,0,1,0,0,0),(2500,683,0,1,1,2437,0,-11731,-482.575,17.1606,-2.13443,300,5,0,1050,0,1,0,0,0),(2499,6909,1,1,1,0,0,11077.9,1902.37,1342.63,2.18262,516,0,0,247,0,0,0,0,0),(2498,588,0,1,1,4575,1,-11682.1,774.436,50.9733,3.28799,300,5,0,1279,0,1,0,0,0),(2497,1096,0,1,1,7197,1,-11916.7,-616.969,16.4366,0,300,5,0,1160,1067,1,0,0,0),(2496,1713,0,1,1,11452,0,-13636.7,321.925,43.1813,2.22895,300,5,0,1981,0,1,0,0,0),(2495,1152,0,1,1,833,0,-11821.5,-416.118,11.6578,3.85306,300,5,0,1403,0,1,0,0,0),(2494,686,0,1,1,788,0,-12154.4,153.496,18.1044,2.55056,300,5,0,1403,0,1,0,0,0),(2493,1150,0,1,1,1039,0,-11752.4,-396.244,16.9198,4.19979,300,5,0,1050,0,1,0,0,0),(2492,686,0,1,1,788,0,-12048.7,180.721,18.0314,5.90808,300,5,0,1403,0,1,0,0,0),(2491,697,0,1,1,4573,1,-12004.6,338.394,1.91759,5.58201,300,0,0,1021,963,0,0,0,0),(2490,683,0,1,1,2437,0,-11714,-417.881,19.0145,5.95433,300,5,0,1050,0,1,0,0,0),(2489,1152,0,1,1,833,0,-11845.6,-455.045,12.5643,5.17142,300,5,0,1403,0,1,0,0,0),(2488,697,0,1,1,4573,1,-11995.5,337.262,1.79884,2.87495,300,0,0,1021,963,0,0,0,0),(2487,588,0,1,1,4575,1,-11703.7,750.105,49.6975,6.05148,300,5,0,1279,0,1,0,0,0),(2486,1096,0,1,1,7197,1,-12003.1,-707.455,14.4309,2.81982,300,5,0,1160,1067,1,0,0,0),(2485,686,0,1,1,788,0,-12079.9,146.833,17.6012,5.62777,300,5,0,1403,0,1,0,0,0),(4345,1201,0,1,1,0,0,-5873.79,-1125.4,380.501,2.41008,180,10,0,137,0,1,0,0,0),(4346,1127,0,1,1,0,0,-5849.08,-1131.81,380.284,2.68843,180,0,0,137,0,0,0,0,0),(2484,588,0,1,1,4575,1,-11690.3,745.009,49.7335,6.19971,300,3,0,1279,0,1,0,0,0),(2483,2635,0,1,1,1038,0,-12116.7,349.741,2.26199,4.05261,1800,5,0,1604,0,1,0,0,0),(2482,687,0,1,1,11317,0,-12835.2,134.366,17.995,1.20176,300,5,0,1829,0,1,0,0,0),(4353,1201,0,1,1,0,0,-5802.28,-1108.04,382.6,2.90324,180,10,0,137,0,1,0,0,0),(2481,4260,0,1,1,1269,0,-12150.7,-699.341,17.3149,4.48588,300,5,0,1536,0,1,0,0,0),(2480,1150,0,1,1,1039,0,-11548.3,149.196,13.3478,0.774697,300,5,0,1050,0,1,0,0,0),(2479,687,0,1,1,11317,0,-13359.8,743.462,4.13672,3.783,300,10,0,1829,0,1,0,0,0),(4360,1127,0,1,1,0,0,-5810.24,-1090.12,383.544,3.25953,180,0,0,137,0,0,0,0,0),(4361,1201,0,1,1,0,0,-5808.69,-1156.04,377.039,3.08685,180,10,0,137,0,1,0,0,0),(4362,1201,0,1,1,0,0,-5847.75,-1170.07,380.302,5.42865,180,10,0,137,0,1,0,0,0),(4363,1127,0,1,1,0,0,-5799.66,-1150.14,377.555,1.97671,180,0,0,137,0,0,0,0,0),(4364,1127,0,1,1,0,0,-5793.72,-1224.04,377.218,2.84014,180,5,0,137,0,1,0,0,0),(4365,1201,0,1,1,0,0,-5834.49,-1213.95,382.924,2.54926,180,10,0,137,0,1,0,0,0),(4366,1201,0,1,1,0,0,-5782.21,-1150.9,377.571,3.11311,180,10,0,137,0,1,0,0,0),(4367,721,0,1,1,0,0,-5797.95,-1186.46,376.938,3.38031,180,10,0,1,0,1,0,0,0),(4368,1127,0,1,1,0,0,-5855.37,-1198.92,384.431,1.17796,180,0,0,137,0,0,0,0,0),(4369,1201,0,1,1,0,0,-5748.95,-1243.53,382.002,6.24739,180,10,0,137,0,1,0,0,0),(4370,1201,0,1,1,0,0,-5819.54,-1283.8,382.774,4.7041,180,10,0,137,0,1,0,0,0),(4371,1127,0,1,1,0,0,-5820.53,-1304.53,383.693,4.0392,180,5,0,137,0,1,0,0,0),(4372,1201,0,1,1,0,0,-5734.64,-1268.06,387.04,0.392004,180,10,0,137,0,1,0,0,0),(4373,1201,0,1,1,0,0,-5759.38,-1298.25,388.219,3.34436,180,10,0,137,0,1,0,0,0),(4374,1127,0,1,1,0,0,-5720.82,-1289.81,389.674,3.64888,180,5,0,137,0,1,0,0,0),(4375,1127,0,1,1,0,0,-5861.94,-1343.63,390.563,5.41665,180,0,0,137,0,0,0,0,0),(4376,1201,0,1,1,0,0,-5854.15,-1329.22,389.961,1.40404,180,10,0,137,0,1,0,0,0),(4377,1196,0,1,1,0,0,-5845.32,-1395.74,396.508,4.85732,180,10,0,164,0,1,0,0,0),(4378,1115,0,1,1,0,1,-5837.54,-1502.03,358.889,4.71078,180,5,0,156,0,1,0,0,0),(4379,1115,0,1,1,0,1,-5800.41,-1506.65,364.198,5.30201,180,5,0,156,0,1,0,0,0),(2478,686,0,1,1,788,0,-12156.5,255.487,4.5443,2.73567,300,5,0,1403,0,1,0,0,0),(2477,683,0,1,1,2437,0,-11721,-444.636,18.9891,0.089864,300,5,0,1050,0,1,0,0,0),(2476,687,0,1,1,11317,0,-13280.5,682.581,3.28836,5.96526,300,10,0,1829,0,1,0,0,0),(2475,1152,0,1,1,833,0,-11877.8,-488.848,13.1664,4.04493,300,5,0,1403,0,1,0,0,0),(2474,1150,0,1,1,1039,0,-11613.7,14.4775,14.6154,5.47441,300,5,0,1050,0,1,0,0,0),(4390,1115,0,1,1,0,1,-5830.94,-1524.58,358.252,1.96921,180,5,0,156,0,1,0,0,0),(2434,686,0,1,1,788,0,-12124.7,271.332,2.84982,4.04311,300,5,0,1403,0,1,0,0,0),(2433,701,0,1,1,4577,1,-11705,729.052,49.8906,4.73328,300,5,0,1064,1007,1,0,0,0),(2432,1150,0,1,1,1039,0,-11578.2,48.9084,16.1874,2.33895,300,5,0,1050,0,1,0,0,0),(2431,676,0,1,1,7203,1,-13024,-395.211,34.7281,1.57303,300,3,0,1522,1332,1,0,0,0),(2430,1096,0,1,1,7197,1,-12047.5,-741.762,14.0319,3.13183,300,5,0,1160,1067,1,0,0,0),(2404,687,0,1,1,11317,0,-13282.4,753.035,2.95049,3.38596,300,5,0,1829,0,1,0,0,0),(2403,701,0,1,1,4577,1,-11728,744.698,50.8225,3.68816,300,5,0,1064,1007,1,0,0,0),(2402,687,0,1,1,11317,0,-13318.5,521.245,4.4735,2.8138,300,10,0,1829,0,1,0,0,0),(2401,4260,0,1,1,1269,0,-12014.1,-742.021,15.2867,2.95352,300,5,0,1536,0,1,0,0,0),(2400,674,0,1,1,7202,1,-13024.5,-414.587,42.7185,3.56047,300,0,0,1829,0,0,0,0,0),(2399,694,0,1,1,4572,1,-12017.5,382.114,1.86184,0.259086,300,10,0,1221,0,1,0,0,0),(2398,681,0,1,1,598,0,-11764.4,16.7766,22.4266,0.555494,300,5,0,1050,0,1,0,0,0),(2397,1713,0,1,1,11452,0,-13519.4,-94.5171,43.6685,4.87121,300,10,0,1981,0,1,0,0,0),(2396,595,0,1,1,4574,1,-11728.4,699.182,50.7777,4.85366,300,2,0,1279,0,1,0,0,0),(2395,701,0,1,1,4577,1,-11731.1,695.547,50.5621,5.40788,300,0,0,1064,1007,0,0,0,0),(2394,697,0,1,1,4573,1,-11882.3,277.931,12.3391,3.65697,300,5,0,1021,963,1,0,0,0),(2393,1713,0,1,1,11452,0,-13519,-116.761,45.0334,2.38664,300,10,0,1981,0,1,0,0,0),(2392,2537,0,1,1,987,0,-13646.5,-331.611,8.36083,0,300,0,0,2059,0,0,0,0,0),(2391,1150,0,1,1,1039,0,-11690.5,-356.701,13.4443,0.955718,300,5,0,1050,0,1,0,0,0),(2390,694,0,1,1,4572,1,-11982.3,371.483,5.25363,5.16002,300,3,0,1221,0,1,0,0,0),(2389,1713,0,1,1,11452,0,-13548.2,-122.63,46.0384,3.04131,300,5,0,1981,0,1,0,0,0),(2388,1491,0,1,1,4923,1,-13604.8,-325.415,13.1807,2.27144,300,5,0,2138,0,1,0,0,0),(2387,856,0,1,1,2571,0,-12167.7,269.265,2.62953,5.84903,300,0,0,1221,0,0,0,0,0),(2386,686,0,1,1,788,0,-12168.5,264.402,2.93756,4.5418,300,5,0,1403,0,1,0,0,0),(2385,1489,0,1,1,828,1,-13389.8,26.387,22.5172,4.40135,300,3,0,2059,0,1,0,0,0),(2384,1491,0,1,1,4923,1,-13320,-11.0043,21.5484,2.24773,300,2,0,2138,0,1,0,0,0),(2383,683,0,1,1,2437,0,-11644.6,-373.013,16.2524,1.44141,300,10,0,1050,0,1,0,0,0),(2382,682,0,1,1,320,0,-11787.1,-680.766,40.5718,1.68105,300,5,0,1163,0,1,0,0,0),(2381,687,0,1,1,11317,0,-13291.2,558.799,1.4705,2.41712,300,5,0,1829,0,1,0,0,0),(2380,697,0,1,1,4573,1,-11938.3,270.393,13.6539,3.85408,300,5,0,1021,963,1,0,0,0),(2379,1151,0,1,1,2548,0,-12152.5,317.662,2.46023,4.17132,300,5,0,1403,0,1,0,0,0),(2378,682,0,1,1,320,0,-11750.9,-587.018,36.6516,2.935,300,5,0,1163,0,1,0,0,0),(2377,1488,0,1,1,1065,0,-13371.5,9.74452,22.1422,3.35907,300,3,0,2059,0,1,0,0,0),(2376,588,0,1,1,4575,1,-11644.5,664.001,50.2059,4.7164,300,5,0,1279,0,1,0,0,0),(2375,697,0,1,1,4573,1,-12050.5,286.567,4.38142,1.31048,300,10,0,1021,963,1,0,0,0),(2374,683,0,1,1,2437,0,-11653.7,-366.197,14.9354,0.898798,300,10,0,1050,0,1,0,0,0),(2373,687,0,1,1,11317,0,-13308.4,725.699,4.49422,3.73041,300,10,0,1829,0,1,0,0,0),(4464,1115,0,1,1,0,1,-5853.01,-1524.74,358.855,4.16579,180,5,0,156,0,1,0,0,0),(4465,13076,0,1,1,0,1,-5724.94,-1551.48,381.84,5.24764,250,0,0,1910,0,2,0,0,0),(4466,721,0,1,1,0,0,-5716.01,-1504.09,400.937,3.66079,180,10,0,1,0,1,0,0,0),(4467,13076,0,1,1,0,1,-5726.6,-1551.43,381.215,0.249084,250,0,0,1910,0,2,0,0,0),(4468,1679,0,1,1,0,1,-5719.53,-1553.67,382.965,2.88947,190,0,0,622,655,0,0,0,0),(4469,1255,0,1,1,0,1,-5670.19,-1594.28,383.388,3.1765,180,0,0,222,0,0,0,0,0),(4470,1977,0,1,1,0,1,-5714.72,-1580,383.288,1.0472,430,0,0,2769,0,0,0,0,0),(4471,13076,0,1,1,0,1,-5679.92,-1564,383.883,3.00197,250,0,0,1910,0,0,0,0,0),(4472,1237,0,1,1,0,1,-5671.19,-1577.15,383.329,3.4383,180,0,0,156,0,0,0,0,0),(2372,697,0,1,1,4573,1,-11992.1,261.024,16.1546,2.68536,300,5,0,1021,963,1,0,0,0),(4474,13076,0,1,1,0,1,-5639.04,-1532.83,401.191,1.09956,250,0,0,1910,0,0,0,0,0),(4475,13076,0,1,1,0,1,-5681.81,-1548.1,390.85,1.27409,250,0,0,1910,0,0,0,0,0),(4476,1355,0,1,1,0,1,-5666.22,-1565.44,383.204,2.32129,180,0,0,156,0,0,0,0,0),(4477,13076,0,1,1,0,1,-5684.27,-1593.43,383.329,2.05949,250,0,0,1910,0,0,0,0,0),(4478,1360,0,1,1,0,1,-5685.68,-1596.67,383.329,4.08407,180,0,0,176,0,0,0,0,0),(4479,727,0,1,1,0,1,-5490.33,-1932.61,398.345,1.96379,250,0,0,1910,0,0,0,0,0),(4480,727,0,1,1,0,1,-5494.04,-1931.46,398.335,2.86578,250,0,0,1910,0,0,0,0,0),(4481,727,0,1,1,0,1,-5492.4,-1932.95,398.477,2.86574,250,0,0,1910,0,2,0,0,0),(4482,1127,0,1,1,0,0,-5627.06,-1455.45,400.216,5.50089,180,5,0,137,0,1,0,0,0),(4483,721,0,1,1,0,0,-5640.74,-1437.53,399.382,5.64693,180,10,0,1,0,1,0,0,0),(4484,1127,0,1,1,0,0,-5608.13,-1456.82,399.215,3.99394,180,5,0,137,0,1,0,0,0),(4485,1127,0,1,1,0,0,-5573.39,-1519,399.541,3.43305,180,5,0,137,0,1,0,0,0),(4486,721,0,1,1,0,0,-5561.61,-1518.28,400.009,1.70193,180,10,0,1,0,1,0,0,0),(4487,1126,0,1,1,0,0,-5529.09,-1496.24,405.536,5.48154,180,10,0,120,0,1,0,0,0),(4488,1127,0,1,1,0,0,-5575.22,-1580.17,398.038,2.83219,180,5,0,137,0,1,0,0,0),(4489,1196,0,1,1,0,0,-5534.02,-1472.99,406.75,5.334,180,10,0,164,0,1,0,0,0),(4490,1127,0,1,1,0,0,-5497.38,-1487.95,415.075,5.07984,180,0,0,137,0,0,0,0,0),(4491,1701,0,1,1,0,1,-5697.9,-1612.16,383.388,1.09956,180,0,0,198,0,0,0,0,0),(4492,1256,0,1,1,0,1,-5676.31,-1604.09,383.388,2.19912,180,0,0,198,0,0,0,0,0),(4493,1254,0,1,1,0,1,-5726.58,-1600.29,386.084,3.33358,180,0,0,247,0,0,0,0,0),(4494,1358,0,1,1,0,1,-5689.38,-1603.33,383.227,1.02974,180,0,0,156,0,0,0,0,0),(4495,1698,0,1,1,0,1,-5714.37,-1589.52,383.226,1.55334,180,0,0,198,0,0,0,0,0),(4496,1115,0,1,1,0,1,-5751.1,-1628.34,359.028,2.84489,180,0,0,156,0,0,0,0,0),(4497,1116,0,1,1,0,1,-5619.76,-1684.56,399.963,0.085832,180,5,0,176,0,1,0,0,0),(4498,1117,0,1,1,0,1,-5692.81,-1675.11,360.795,2.57533,180,5,0,176,0,1,0,0,0),(4499,1117,0,1,1,0,1,-5670.16,-1676.53,360.764,0.139849,180,5,0,176,0,1,0,0,0),(4500,1115,0,1,1,0,1,-5648.38,-1685.14,360.795,5.26947,180,5,0,156,0,1,0,0,0),(4501,1115,0,1,1,0,1,-5608.37,-1648.12,353.422,2.69495,180,5,0,156,0,1,0,0,0),(4502,1117,0,1,1,0,1,-5626.2,-1665.76,362.718,4.96285,180,5,0,176,0,1,0,0,0),(4503,1115,0,1,1,0,1,-5626.05,-1661.13,363.373,5.37437,180,5,0,156,0,1,0,0,0),(4504,1117,0,1,1,0,1,-5607.03,-1656.15,351.759,2.17568,180,5,0,176,0,1,0,0,0),(4505,1117,0,1,1,0,1,-5627.15,-1681.13,362.266,5.4328,180,5,0,176,0,1,0,0,0),(4506,1117,0,1,1,0,1,-5670.03,-1693.03,360.795,6.20073,180,5,0,176,0,1,0,0,0),(4507,721,0,1,1,0,0,-5595.93,-1637.26,398.341,1.62775,180,10,0,1,0,1,0,0,0),(4508,1116,0,1,1,0,1,-5594.58,-1662.56,397.591,4.8092,180,5,0,176,0,1,0,0,0),(4509,1115,0,1,1,0,1,-5753.34,-1660.34,358.905,4.69197,180,5,0,156,0,1,0,0,0),(4510,1115,0,1,1,0,1,-5776.49,-1643.51,359.289,4.16765,180,5,0,156,0,1,0,0,0),(4511,1115,0,1,1,0,1,-5789.7,-1636.12,358.903,4.38967,180,5,0,156,0,1,0,0,0),(4512,1115,0,1,1,0,1,-5791.92,-1615.96,359.764,2.89076,180,5,0,156,0,1,0,0,0),(4513,1115,0,1,1,0,1,-5808.03,-1623.19,359.492,5.31177,180,5,0,156,0,1,0,0,0),(4514,1117,0,1,1,0,1,-5736.63,-1678.3,361.565,4.42851,180,5,0,176,0,1,0,0,0),(4515,1115,0,1,1,0,1,-5752.65,-1669.76,358.896,3.24736,180,5,0,156,0,1,0,0,0),(4516,1115,0,1,1,0,1,-5715.19,-1692.18,362.756,4.07007,180,5,0,156,0,1,0,0,0),(4517,1115,0,1,1,0,1,-5783.98,-1577.96,358.713,4.35691,180,5,0,156,0,1,0,0,0),(4518,1115,0,1,1,0,1,-5864.87,-1543.32,373.095,5.84685,180,0,0,156,0,0,0,0,0),(4519,1115,0,1,1,0,1,-5837.93,-1580.96,362.362,1.58825,180,0,0,156,0,0,0,0,0),(4520,1115,0,1,1,0,1,-5825.71,-1593.61,361.923,4.62512,180,0,0,156,0,0,0,0,0),(4521,1115,0,1,1,0,1,-5840.64,-1590.02,362.181,0.907571,180,0,0,156,0,0,0,0,0),(4522,1115,0,1,1,0,1,-5836.32,-1515.09,358.764,3.50373,180,5,0,156,0,1,0,0,0),(4523,1115,0,1,1,0,1,-5825.85,-1547.09,358.611,2.26772,180,5,0,156,0,1,0,0,0),(4524,1115,0,1,1,0,1,-5871.38,-1544.1,372.456,5.33421,180,5,0,156,0,1,0,0,0),(4525,1115,0,1,1,0,1,-5810.3,-1670.7,359.036,3.50126,180,5,0,156,0,1,0,0,0),(4526,1115,0,1,1,0,1,-5823.92,-1662.05,359.268,4.70249,180,5,0,156,0,1,0,0,0),(4527,1115,0,1,1,0,1,-5793.42,-1670.55,359.05,2.48533,180,5,0,156,0,1,0,0,0),(4528,1115,0,1,1,0,1,-5797.37,-1669.86,358.914,2.86381,180,5,0,156,0,1,0,0,0),(4529,1115,0,1,1,0,1,-5692.58,-1703.72,361.136,2.53234,180,5,0,156,0,1,0,0,0),(4530,1117,0,1,1,0,1,-5703.23,-1703.64,361.666,3.73503,180,5,0,176,0,1,0,0,0),(4531,1127,0,1,1,0,0,-5702.81,-1721.38,399.568,0.657959,180,5,0,137,0,1,0,0,0),(4532,1115,0,1,1,0,1,-5690.66,-1694.33,360.795,3.90543,180,5,0,156,0,1,0,0,0),(4533,1116,0,1,1,0,1,-5683.61,-1748.78,400.095,5.42992,180,5,0,176,0,1,0,0,0),(4534,1116,0,1,1,0,1,-5659.71,-1710.91,399.962,4.51634,180,5,0,176,0,1,0,0,0),(4535,1115,0,1,1,0,1,-5646.83,-1701.79,362.065,4.73613,180,5,0,156,0,1,0,0,0),(4536,1117,0,1,1,0,1,-5607.66,-1701.92,357.749,5.23663,180,0,0,176,0,0,0,0,0),(4537,1117,0,1,1,0,1,-5604.1,-1674.69,350.246,6.27449,180,5,0,176,0,1,0,0,0),(4538,1689,0,1,1,0,0,-5651.41,-1702.94,399.637,1.56259,180,5,0,176,0,1,0,0,0),(4539,721,0,1,1,0,0,-5612.07,-1692.58,398.839,5.44517,180,10,0,1,0,1,0,0,0),(4540,1115,0,1,1,0,1,-5602.73,-1680.42,349.859,5.85812,180,5,0,156,0,1,0,0,0),(4541,1116,0,1,1,0,1,-5626.7,-1692.21,399.748,0.441817,180,5,0,176,0,1,0,0,0),(4542,1117,0,1,1,0,1,-5626.98,-1692.32,399.727,3.53051,180,0,0,176,0,0,0,0,0),(4543,1117,0,1,1,0,1,-5594.82,-1667.66,345.37,4.91682,180,5,0,176,0,1,0,0,0),(4544,1117,0,1,1,0,1,-5590.86,-1663.1,344.395,5.33137,180,5,0,176,0,1,0,0,0),(4545,1117,0,1,1,0,1,-5596.61,-1683.38,347.382,6.25858,180,5,0,176,0,1,0,0,0),(4546,1115,0,1,1,0,1,-5632.73,-1768.09,355.831,1.12803,180,0,0,156,0,0,0,0,0),(4547,1117,0,1,1,0,1,-5614.05,-1763.97,356.587,4.49675,180,5,0,176,0,1,0,0,0),(4548,1116,0,1,1,0,1,-5645.25,-1772.55,399.833,4.29514,180,5,0,176,0,1,0,0,0),(4549,1115,0,1,1,0,1,-5592.51,-1751.88,372.637,2.92985,180,5,0,156,0,1,0,0,0),(4550,1117,0,1,1,0,1,-5589.66,-1743.19,371.879,2.12525,180,5,0,176,0,1,0,0,0),(4551,1117,0,1,1,0,1,-5596.3,-1734.17,362.173,3.0581,180,5,0,176,0,1,0,0,0),(4552,1127,0,1,1,0,0,-5570.26,-1685.72,396.608,2.07599,180,5,0,137,0,1,0,0,0),(4553,1127,0,1,1,0,0,-5583.61,-1671.18,396.946,5.81925,180,5,0,137,0,1,0,0,0),(4554,1115,0,1,1,0,1,-5578.44,-1723.56,353.167,5.24457,180,0,0,156,0,0,0,0,0),(4555,1115,0,1,1,0,1,-5571.62,-1714.04,370.422,3.54512,180,5,0,156,0,1,0,0,0),(4556,1117,0,1,1,0,1,-5589.52,-1730.65,363.612,1.22932,180,0,0,176,0,0,0,0,0),(4557,1115,0,1,1,0,1,-5597.87,-1774.74,356.936,4.95012,180,5,0,156,0,1,0,0,0),(4558,1117,0,1,1,0,1,-5560.47,-1728.78,342.93,3.34893,180,5,0,176,0,1,0,0,0),(4559,1115,0,1,1,0,1,-5537.67,-1703.33,343.864,4.64766,180,5,0,156,0,1,0,0,0),(4560,1115,0,1,1,0,1,-5569.95,-1721.18,370.228,2.7054,180,5,0,156,0,1,0,0,0),(4561,1117,0,1,1,0,1,-5536.51,-1741,339.591,5.88313,180,5,0,176,0,1,0,0,0),(14842,7071,0,1,1,5819,1,-1377.69,644.3,50.7874,2.53073,600,0,0,7349,4482,0,0,0,0),(14843,2349,0,1,1,6808,0,-751.546,315.025,49.6503,3.12892,300,10,0,664,0,1,0,0,0),(14841,2405,0,1,1,3662,1,-182.133,-902.327,55.8559,2.80998,300,0,0,3696,0,0,0,0,0),(14840,7075,0,1,1,5815,1,-1326.6,639.302,50.5369,2.27374,600,0,0,6891,6867,2,0,0,0),(14839,7069,0,1,1,5822,1,-1246.71,566.755,28.5484,3.83972,600,0,0,8613,0,0,0,0,0),(14837,7069,0,1,1,5823,1,-1256.24,553.844,27.4701,4.55558,600,0,0,8613,0,2,0,0,0),(14838,7071,0,1,1,5819,1,-1265.33,476.39,10.6086,5.77704,600,0,0,7349,4482,0,0,0,0),(14836,7070,0,1,1,5826,1,-1317.12,531.126,99.7401,3.61283,600,0,0,7818,7107,0,0,0,0),(14835,7071,0,1,1,5819,1,-1233.07,560.679,33.5691,0.872665,600,0,0,7349,4482,0,0,0,0),(14830,8309,0,1,1,7535,1,-40.4379,-1584.87,194.543,0.698132,300,0,0,2769,0,0,0,0,0),(14831,13085,0,1,1,21007,1,-0.489312,-1594.8,195.07,4.64258,600,0,0,3758,0,0,0,0,0),(14832,6766,0,1,1,6573,1,-27.6602,-1421.12,174.007,2.67889,300,5,0,2769,0,1,0,0,0),(14833,7072,0,1,1,5820,1,-1312.72,566.287,106.176,2.46091,600,0,0,9771,0,0,0,0,0),(14834,7075,0,1,1,5814,1,-1349.32,597.778,103.529,0.547157,600,0,0,6891,6867,2,0,0,0),(14828,6766,0,1,1,6573,1,121.93,-1524.03,168.466,3.39281,300,5,0,2769,0,1,0,0,0),(14829,7324,0,1,1,6797,1,10.6412,-1562.82,189.28,1.5708,300,0,0,2218,0,0,0,0,0),(14827,6771,0,1,1,5910,1,26.9875,-1628.55,204.003,2.75762,300,0,0,2769,0,0,0,0,0),(14826,2368,0,1,1,4763,1,-1351.94,-981.076,-4.38645,2.54464,300,10,0,896,0,1,0,0,0),(14825,7075,0,1,1,5814,1,-1393.76,619.646,53.6349,5.05238,600,5,0,6891,6867,1,0,0,0),(14823,7072,0,1,1,5820,1,-1390.78,616.502,54.3849,0.978326,600,0,0,9771,0,2,0,0,0),(14824,7069,0,1,1,5823,1,-1307.52,637.362,47.8771,2.00713,600,0,0,8613,0,0,0,0,0),(14822,7070,0,1,1,5825,1,-1367.22,648.284,50.3003,3.80482,600,0,0,7818,7107,0,0,0,0),(14821,7075,0,1,1,5814,1,-1412.1,548.535,80.6403,4.18879,600,0,0,6891,6867,0,0,0,0),(14818,7323,0,1,1,7011,1,23.7691,-1622.14,197.632,4.67748,300,0,0,3082,0,0,0,0,0),(14819,6771,0,1,1,5907,1,-4.05452,-1592.45,204.003,5.2709,300,0,0,2769,0,0,0,0,0),(14820,7070,0,1,1,5826,1,-1315.18,512.496,99.9123,1.41913,600,0,0,7818,7107,0,0,0,0),(14816,6766,0,1,1,6574,1,18.2469,-1583.38,194.37,1.55334,300,0,0,2769,0,0,0,0,0),(14817,6771,0,1,1,5907,1,26.954,-1622.12,204.003,3.47321,300,0,0,2769,0,0,0,0,0),(14814,11776,0,1,1,11709,0,14.9235,-1629.47,189.498,4.93305,300,0,0,1,0,0,0,0,0),(14815,6766,0,1,1,6573,1,23.3013,-1612.92,195.502,0.872665,300,0,0,2769,0,0,0,0,0),(14807,14560,0,1,1,14338,0,-774.887,-606.126,15.2348,2.30383,300,0,0,42,0,0,0,0,0),(14808,14559,0,1,1,14582,0,-777.081,-608.085,15.2348,2.32129,300,0,0,42,0,0,0,0,0),(14809,16090,0,1,1,15993,1,-1389.69,-1106.36,39.022,2.37365,300,0,0,2061,0,0,0,0,0),(14810,13936,0,1,1,7804,0,107.047,-1492.32,194.614,4.32842,300,0,0,42,0,0,0,0,0),(14811,6766,0,1,1,6573,1,30.7071,-1585.19,193.232,1.64061,300,0,0,2769,0,0,0,0,0),(14812,6771,0,1,1,5909,1,-4.39963,-1596.07,195.07,5.06145,300,0,0,2769,0,0,0,0,0),(14813,6771,0,1,1,5908,1,3.24376,-1595.77,195.07,4.45059,300,0,0,2769,0,0,0,0,0),(14801,3536,0,1,1,3643,1,-429.726,-1497.85,88.2668,0.191986,300,0,0,1163,0,0,0,0,0),(14802,620,0,1,1,304,0,-506.071,-1459.12,51.0499,5.32325,300,0,0,1,0,0,0,0,0),(14803,5405,0,1,1,2409,0,-779.294,-610.004,15.2348,2.33874,300,0,0,42,0,0,0,0,0),(14804,12375,0,1,1,2405,0,-779.103,-600.73,15.2348,5.49779,300,0,0,42,0,0,0,0,0),(14805,12376,0,1,1,2404,0,-786.315,-607.03,15.2348,5.46288,300,0,0,42,0,0,0,0,0),(14806,14561,0,1,1,14583,0,-781.823,-611.991,15.2348,2.25148,300,0,0,42,0,0,0,0,0),(14800,2405,0,1,1,3662,1,-188.843,-907.371,55.8682,0.698132,300,0,0,3696,0,0,0,0,0),(14799,2370,0,1,1,4976,1,-1325.8,-877.878,-9.63101,1.90241,300,0,0,812,811,0,0,0,0),(14796,7072,0,1,1,5821,1,-1345.56,575.438,103.609,5.32325,600,0,0,9771,0,0,0,0,0),(14797,7068,0,1,1,5828,1,-1262.56,479.974,10.5137,5.06174,600,0,0,7349,6723,0,0,0,0),(14793,7070,0,1,1,5824,1,-1326.72,546.228,100.942,5.60251,600,0,0,7818,7107,0,0,0,0),(14794,7069,0,1,1,5823,1,-1379.81,632.899,51.5099,0.826559,600,0,0,8613,0,0,0,0,0),(14795,7075,0,1,1,5814,1,-1353.38,543.865,101.984,3.76991,600,0,0,6891,6867,0,0,0,0),(18008,1766,0,1,1,246,0,946.848,1452.89,42.5283,1.4128,275,10,0,222,0,1,0,0,0),(17680,1957,0,1,1,1994,1,795.346,167.873,32.0216,3.57792,275,0,0,356,0,0,0,0,0),(17678,1958,0,1,1,2597,0,769.879,171.602,31.6466,4.80185,275,10,0,350,390,1,0,0,0),(17679,1958,0,1,1,2597,0,727.968,192.537,33.5926,6.16101,275,0,0,350,390,0,0,0,0),(17677,1958,0,1,1,2597,0,755.199,192.794,38.5508,2.73441,275,5,0,350,390,1,0,0,0),(17675,1869,0,1,1,732,1,766.803,1073.32,45.5605,4.0946,275,10,0,300,0,1,0,0,0),(17674,7489,0,1,1,10797,1,489.479,1495.73,129.251,6.14356,275,0,0,3048,0,0,0,0,0),(17673,2173,0,1,1,245,0,-500.886,1852.72,-6.41235,6.12831,275,5,0,300,0,1,0,0,0),(35179,6148,1,1,1,12813,0,2657.13,-6269.63,103.287,1.01447,600,5,0,7359,0,1,0,0,0),(35178,6148,1,1,1,12813,0,2449.03,-5550.84,110.141,4.22116,600,5,0,7359,0,1,0,0,0),(35177,6148,1,1,1,12813,0,4709.73,-7588.35,73.7532,3.69056,600,10,0,7359,0,1,0,0,0),(35176,6148,1,1,1,12813,0,3006.57,-5591.79,149.96,5.1757,600,5,0,7359,0,1,0,0,0),(35175,6148,1,1,1,12813,0,4920.54,-6734.43,117.816,4.81753,600,5,0,7359,0,1,0,0,0),(35174,6148,1,1,1,12813,0,2648.97,-5890.13,96.0028,4.82377,600,5,0,7359,0,1,0,0,0),(35173,6148,1,1,1,12813,0,2517.96,-5875.58,109.477,1.16801,600,5,0,7359,0,1,0,0,0),(35172,6148,1,1,1,12813,0,4713.13,-7319.66,67.2325,4.0118,600,0,0,7359,0,2,0,0,0),(35171,6148,1,1,1,12813,0,4721.28,-7444.93,74.9571,1.09807,600,10,0,7359,0,1,0,0,0),(35170,6148,1,1,1,12813,0,4945.27,-7011.9,104.649,0.392838,600,5,0,7359,0,1,0,0,0),(35169,6148,1,1,1,12813,0,4853.12,-6945.74,99.4864,4.07273,600,5,0,7359,0,1,0,0,0),(35168,6148,1,1,1,12813,0,2578,-5687.04,111.61,3.99356,600,5,0,7359,0,1,0,0,0),(35167,6148,1,1,1,12813,0,4777.81,-7510.81,90.8385,2.67576,600,0,0,7359,0,0,0,0,0),(35166,6148,1,1,1,12813,0,4595.43,-7162.85,121.56,3.27673,600,3,0,7359,0,1,0,0,0),(35165,6148,1,1,1,12813,0,2515.99,-6407.49,109.569,0.731508,600,3,0,7359,0,1,0,0,0),(35164,6148,1,1,1,12813,0,4648.48,-7520.15,70.9436,4.37132,600,10,0,7359,0,1,0,0,0),(35163,6148,1,1,1,12813,0,2921.12,-5618.85,143.559,2.12111,600,5,0,7359,0,1,0,0,0),(35162,6148,1,1,1,12813,0,2639.69,-5617.92,118.985,3.12792,600,5,0,7359,0,1,0,0,0),(35161,6148,1,1,1,12813,0,2307.35,-6325.68,106.087,3.081,600,3,0,7359,0,1,0,0,0),(35160,6148,1,1,1,12813,0,2790.86,-5956.4,102.546,4.7837,600,5,0,7359,0,1,0,0,0),(35159,6148,1,1,1,12813,0,3648.12,-4719.37,119.683,3.01803,600,0,0,7359,0,2,0,0,0),(35158,6148,1,1,1,12813,0,3522.12,-4130.09,106.763,4.6714,600,0,0,7359,0,2,0,0,0),(35157,6147,1,1,1,12814,0,2318.71,-6222.15,108.862,4.9388,600,3,0,7359,0,1,0,0,0),(35156,6147,1,1,1,12814,0,4522.49,-6842.93,138.786,1.32819,600,10,0,7359,0,1,0,0,0),(35155,6147,1,1,1,12814,0,4923.96,-6928.36,132.787,0.999981,600,5,0,7359,0,1,0,0,0),(35154,6147,1,1,1,12814,0,2660.95,-5949.92,96.68,3.2157,600,10,0,7359,0,1,0,0,0),(35153,6147,1,1,1,12814,0,4904.97,-6618.53,97.0611,3.09666,600,0,0,7359,0,2,0,0,0),(35152,6147,1,1,1,12814,0,2768.1,-5623.12,130.236,3.53313,600,5,0,7359,0,1,0,0,0),(35151,6147,1,1,1,12814,0,2454.06,-5801.76,104.167,1.37711,600,3,0,7359,0,1,0,0,0),(35150,6147,1,1,1,12814,0,2601.02,-6022.93,102.503,3.61401,600,5,0,7359,0,1,0,0,0),(35149,6147,1,1,1,12814,0,2937.45,-5532.33,149.779,5.35496,600,5,0,7359,0,1,0,0,0),(35148,6147,1,1,1,12814,0,4582.18,-7460.36,83.2686,4.46731,600,10,0,7359,0,1,0,0,0),(35147,6147,1,1,1,12814,0,4841.36,-7197.41,99.9027,4.34767,600,5,0,7359,0,1,0,0,0),(35146,6147,1,1,1,12814,0,2530.55,-6139.66,109.35,0.176723,600,5,0,7359,0,1,0,0,0),(35145,6147,1,1,1,12814,0,4706.55,-6917.1,110.759,2.72023,600,10,0,7359,0,1,0,0,0),(35144,6147,1,1,1,12814,0,4887.02,-7257.82,123.126,4.13061,600,5,0,7359,0,1,0,0,0),(35143,6147,1,1,1,12814,0,2295.49,-6033.39,108.75,5.23287,600,3,0,7359,0,1,0,0,0),(35142,6147,1,1,1,12814,0,2579.2,-5814.32,96.6516,3.0623,600,0,0,7359,0,2,0,0,0),(35141,6147,1,1,1,12814,0,2391.93,-5480.58,151.931,0.0743,600,5,0,7359,0,1,0,0,0),(35140,6147,1,1,1,12814,0,4647.14,-6864.65,140.776,4.38106,600,5,0,7359,0,1,0,0,0),(35139,6147,1,1,1,12814,0,2714.87,-5815.86,102.003,5.81195,600,0,0,7359,0,0,0,0,0),(35138,6147,1,1,1,12814,0,2525.19,-6021.2,102.184,6.05456,600,0,0,7359,0,2,0,0,0),(35137,6147,1,1,1,12814,0,2847.14,-5673.77,125.519,1.91106,600,0,0,7359,0,2,0,0,0),(35136,6147,1,1,1,12814,0,2391.79,-5743.63,100.698,0.684307,600,10,0,7359,0,1,0,0,0),(35135,6147,1,1,1,12814,0,4920.03,-6854.17,103.275,5.72069,600,5,0,7359,0,1,0,0,0),(35134,6147,1,1,1,12814,0,4871.07,-7087.96,107.739,3.44081,600,5,0,7359,0,1,0,0,0),(35133,6147,1,1,1,12814,0,2450.6,-6203.41,102.079,1.4445,600,5,0,7359,0,1,0,0,0),(35132,6147,1,1,1,12814,0,2385.65,-6153.18,102.123,5.68737,600,5,0,7359,0,1,0,0,0),(35131,6147,1,1,1,12814,0,4651.74,-6998.29,107.337,6.12831,600,10,0,7359,0,1,0,0,0),(35130,6147,1,1,1,12814,0,2825.83,-6042.77,109.694,4.29069,600,5,0,7359,0,1,0,0,0),(35129,6147,1,1,1,12814,0,2408.4,-6441.95,97.8623,2.99459,600,10,0,7359,0,1,0,0,0),(35128,6146,1,1,1,1918,0,4714.57,-7192.86,86.8969,4.63816,600,5,0,7599,0,1,0,0,0),(35127,6146,1,1,1,1918,0,2578.02,-5934.4,97.5383,1.86584,600,10,0,7599,0,1,0,0,0),(35126,6146,1,1,1,1918,0,2946.1,-5737.4,129.062,1.83568,600,5,0,7599,0,1,0,0,0),(35125,6146,1,1,1,1918,0,2463.13,-6082.25,103.438,0.037051,600,10,0,7599,0,1,0,0,0),(35124,6146,1,1,1,1918,0,2783.24,-5737.81,119.709,1.62162,600,5,0,7599,0,1,0,0,0),(35123,6146,1,1,1,1918,0,2569.49,-6221.35,104.173,3.42884,600,3,0,7599,0,1,0,0,0),(35122,6146,1,1,1,1918,0,4764.42,-7243.55,75.9265,3.47384,600,5,0,7599,0,1,0,0,0),(35121,6146,1,1,1,1918,0,4714.61,-7050.92,101.191,4.9518,600,5,0,7599,0,1,0,0,0),(35120,6146,1,1,1,1918,0,2579.85,-6334.08,108.009,1.81247,600,10,0,7599,0,1,0,0,0),(35119,6146,1,1,1,1918,0,2523,-5626.96,120.959,5.16306,600,3,0,7599,0,1,0,0,0),(35118,6146,1,1,1,1918,0,4856.27,-7023.75,98.64,0.158887,600,5,0,7599,0,1,0,0,0),(35117,6146,1,1,1,1918,0,4431.58,-7059.42,141.723,2.09999,600,5,0,7599,0,1,0,0,0),(35116,6146,1,1,1,1918,0,4793.03,-7113.05,93.3701,0.29735,600,5,0,7599,0,1,0,0,0),(35115,6146,1,1,1,1918,0,2592.83,-6084.97,110.969,5.57036,600,5,0,7599,0,1,0,0,0),(35114,6146,1,1,1,1918,0,2655.99,-5747.79,108.753,1.21254,600,5,0,7599,0,1,0,0,0),(35113,6146,1,1,1,1918,0,2443.01,-5694.98,112.125,4.40671,600,5,0,7599,0,1,0,0,0),(35112,6146,1,1,1,1918,0,4854.92,-7332.24,157.145,0.776883,600,5,0,7599,0,1,0,0,0),(35111,6146,1,1,1,1918,0,4655.88,-7123.48,99.3767,5.44114,600,5,0,7599,0,1,0,0,0),(35110,6146,1,1,1,1918,0,4779.32,-6981.46,96.0951,1.95633,600,10,0,7599,0,1,0,0,0),(35109,6146,1,1,1,1918,0,2521.68,-6284.57,99.2535,6.18267,600,10,0,7599,0,1,0,0,0),(35108,6146,1,1,1,1918,0,2302.36,-6088.83,107.061,3.53841,600,3,0,7599,0,1,0,0,0),(35107,6146,1,1,1,1918,0,2389.56,-6512.78,106.592,0.509943,600,10,0,7599,0,1,0,0,0),(35106,6146,1,1,1,1918,0,2522.49,-5751.94,100.853,0.116983,600,0,0,7599,0,2,0,0,0),(35105,6146,1,1,1,1918,0,2644.86,-6152.82,100.081,3.63453,600,5,0,7599,0,1,0,0,0),(4801,883,530,1,1,0,0,2912.8,5618.1,146.458,4.08998,300,5,0,1,0,1,0,0,0),(4802,883,530,1,1,0,0,3033.27,5608.42,146.132,0.865558,300,5,0,1,0,1,0,0,0),(4803,883,530,1,1,0,0,3004.09,5714.6,146.914,0.60478,300,5,0,1,0,1,0,0,0),(4804,883,530,1,1,0,0,3156.81,5481.94,147.384,0.333861,300,5,0,1,0,1,0,0,0),(4805,883,530,1,1,0,0,3231.52,5490.68,146.882,1.4113,300,5,0,1,0,1,0,0,0),(4806,883,530,1,1,0,0,3133.6,5400.35,144.512,5.01146,300,5,0,1,0,1,0,0,0),(4807,883,530,1,1,0,0,3306.94,5447.37,144.383,6.13024,300,5,0,1,0,1,0,0,0),(4808,883,530,1,1,0,0,3419.17,5415.49,148.683,5.08037,300,5,0,1,0,1,0,0,0),(4809,883,530,1,1,0,0,2897.87,5574.47,144.323,3.73759,300,5,0,1,0,1,0,0,0),(4810,883,530,1,1,0,0,3024.45,5602.27,146.789,2.53599,300,5,0,1,0,1,0,0,0),(4811,883,530,1,1,0,0,3132.9,5406.71,144.491,2.28779,300,5,0,1,0,1,0,0,0),(4812,883,530,1,1,0,0,-4246.95,-11539.6,13.5938,4.57519,300,5,0,1,0,1,0,0,0),(4813,883,530,1,1,0,0,-4724.66,-11548.2,26.1447,6.0518,300,5,0,1,0,1,0,0,0),(4814,883,530,1,1,0,0,-4775.22,-11975.2,36.012,0.70392,300,5,0,1,0,1,0,0,0),(4815,883,530,1,1,0,0,-4412.9,-13440.6,49.8578,5.03641,300,5,0,1,0,1,0,0,0),(4816,883,530,1,1,0,0,-4446.84,-13870,99.624,2.43498,300,5,0,1,0,1,0,0,0),(4817,883,530,1,1,0,0,-3925.99,-13454,67.8378,3.18057,300,5,0,1,0,1,0,0,0),(4818,883,530,1,1,0,0,-2985.17,-12574.4,13.296,3.30374,300,5,0,1,0,1,0,0,0),(4819,883,530,1,1,0,0,-3204.69,-11990.8,9.9315,2.2151,300,5,0,1,0,1,0,0,0),(4820,883,530,1,1,0,0,-3892.96,-12242.3,2.76498,4.71424,300,5,0,1,0,1,0,0,0),(4821,883,530,1,1,0,0,-3568.54,-12441.9,6.82892,4.44626,300,5,0,1,0,1,0,0,0),(4822,883,530,1,1,0,0,-3917.06,-12647.4,74.6384,1.89255,300,5,0,1,0,1,0,0,0),(4823,883,530,1,1,0,0,-3435.33,-12110.6,28.5259,3.15775,300,5,0,1,0,1,0,0,0),(4824,883,530,1,1,0,0,-3401.7,-12510.9,46.2287,1.21688,300,5,0,1,0,1,0,0,0),(4825,883,530,1,1,0,0,-3550.97,-12168.2,14.9621,1.8245,300,5,0,1,0,1,0,0,0),(4826,883,530,1,1,0,0,-3985.47,-12557.8,46.0414,4.60281,300,5,0,1,0,1,0,0,0),(4827,883,530,1,1,0,0,-4313.03,-11758.5,7.09733,1.49058,300,5,0,1,0,1,0,0,0),(2371,674,0,1,1,7202,1,-13018.5,-430.765,39.8314,3.54302,300,0,0,1829,0,0,0,0,0),(2370,1488,0,1,1,1065,0,-13357,-2.28862,22.4023,4.03074,300,3,0,2059,0,1,0,0,0),(2369,686,0,1,1,788,0,-12217.9,289.246,3.12682,3.5045,300,5,0,1403,0,1,0,0,0),(4834,1115,0,1,1,0,1,-5551.12,-1756.35,341.539,1.12152,180,5,0,156,0,1,0,0,0),(4835,721,0,1,1,0,0,-5543.23,-1636.38,392.114,0.621612,180,10,0,1,0,1,0,0,0),(4836,1127,0,1,1,0,0,-5524.34,-1631.57,393.457,1.1054,180,5,0,137,0,1,0,0,0),(4837,1115,0,1,1,0,1,-5528.19,-1718.87,341.195,0.12662,180,5,0,156,0,1,0,0,0),(4838,1117,0,1,1,0,1,-5529.62,-1723.63,340.548,1.45178,180,5,0,176,0,1,0,0,0),(4839,1115,0,1,1,0,1,-5607.12,-1788.2,355.541,5.75598,180,5,0,156,0,1,0,0,0),(4840,1117,0,1,1,0,1,-5589.53,-1788.2,360.268,5.09102,180,5,0,176,0,1,0,0,0),(4841,1117,0,1,1,0,1,-5542.18,-1751.72,340.69,5.97301,180,5,0,176,0,1,0,0,0),(4842,1117,0,1,1,0,1,-5565.87,-1771.23,347.179,1.87752,180,5,0,176,0,1,0,0,0),(4843,1115,0,1,1,0,1,-5551.54,-1765.83,343.15,6.24937,180,5,0,156,0,1,0,0,0),(4844,1117,0,1,1,0,1,-5516.72,-1745.35,336.938,5.96219,180,5,0,176,0,1,0,0,0),(4845,1117,0,1,1,0,1,-5527.83,-1739.77,338.177,1.21334,180,5,0,176,0,1,0,0,0),(4846,1115,0,1,1,0,1,-5579.92,-1776.09,352.171,0.016283,180,5,0,156,0,1,0,0,0),(4847,1117,0,1,1,0,1,-5569.05,-1765.98,346.307,3.44248,180,5,0,176,0,1,0,0,0),(4848,1115,0,1,1,0,1,-5585.11,-1804.69,355.285,3.14114,180,5,0,156,0,1,0,0,0),(4849,1116,0,1,1,0,1,-5610.71,-1818.99,400.642,0.529551,180,5,0,176,0,1,0,0,0),(4850,1117,0,1,1,0,1,-5654.81,-1790.36,356.031,3.98252,180,5,0,176,0,1,0,0,0),(4851,1115,0,1,1,0,1,-5627.67,-1804.32,355.679,0.062814,180,5,0,156,0,1,0,0,0),(4852,1116,0,1,1,0,1,-5561.78,-1813.49,399.677,0.534462,180,5,0,176,0,1,0,0,0),(4853,1689,0,1,1,0,0,-5539.88,-1817.02,399.186,5.70386,180,5,0,176,0,1,0,0,0),(4854,1127,0,1,1,0,0,-5587.58,-1817.58,399.614,4.75725,180,5,0,137,0,1,0,0,0),(2368,14912,0,1,1,11221,0,-11838.2,1256.01,2.08196,5.77616,1800,0,0,9156,0,0,0,0,0),(2367,674,0,1,1,7202,1,-12973.6,-415.973,43.743,0.733038,300,0,0,1829,0,0,0,0,0),(2361,674,0,1,1,7202,1,-12992.8,-436.674,51.8954,2.87979,300,0,0,1829,0,0,0,0,0),(2348,687,0,1,1,11317,0,-13240.3,503.209,3.69451,5.22669,300,5,0,1829,0,1,0,0,0),(2347,1490,0,1,1,16228,1,-13636.5,-336.307,8.67954,0,300,0,0,1711,1483,0,0,0,0),(2346,1085,0,1,1,698,0,-11852.9,182.856,16.2022,0.676534,300,5,0,1279,0,1,0,0,0),(2345,701,0,1,1,4577,1,-11648.3,614.342,50.1792,2.75281,300,5,0,1064,1007,1,0,0,0),(2344,674,0,1,1,7202,1,-12998.3,-409.133,43.8658,1.81514,300,0,0,1829,0,0,0,0,0),(2343,702,0,1,1,4571,1,-11749.3,182.265,16.7817,0,300,10,0,1221,0,1,0,0,0),(4864,1689,0,1,1,0,0,-5617.06,-1841.91,401.532,3.04387,180,5,0,176,0,1,0,0,0),(4865,1116,0,1,1,0,1,-5568.54,-1838.73,400.318,1.66752,180,5,0,176,0,1,0,0,0),(2342,683,0,1,1,2437,0,-11740.6,-412.69,21.6476,2.56806,300,5,0,1050,0,1,0,0,0),(2341,587,0,1,1,4570,1,-12088.5,321.573,3.79529,5.60111,300,10,0,1221,0,1,0,0,0),(2340,588,0,1,1,4575,1,-11718.8,604.738,50.4869,3.54526,300,5,0,1279,0,1,0,0,0),(2339,686,0,1,1,788,0,-12177.7,262.339,2.06256,0.077508,300,5,0,1403,0,1,0,0,0),(2338,682,0,1,1,320,0,-11817.3,-786.911,35.0214,4.30647,300,5,0,1163,0,1,0,0,0),(2337,674,0,1,1,7202,1,-12968.6,-435.651,44.4588,4.86947,300,0,0,1829,0,0,0,0,0),(2336,687,0,1,1,11317,0,-13353.6,552.762,8.01102,3.80291,300,5,0,1829,0,1,0,0,0),(2335,682,0,1,1,320,0,-11853.2,-750.76,38.195,1.34696,300,10,0,1163,0,1,0,0,0),(2334,702,0,1,1,4571,1,-11750.1,115.455,24.1583,0,300,5,0,1221,0,1,0,0,0),(2333,1489,0,1,1,828,1,-13668.8,-289.102,8.27158,4.08594,300,3,0,2059,0,1,0,0,0),(2332,687,0,1,1,11317,0,-13250.5,709.447,13.4614,5.73473,300,5,0,1829,0,1,0,0,0),(2331,675,0,1,1,7196,1,-12981.3,-451.062,53.8734,5.54596,300,0,0,1981,0,0,0,0,0),(2330,682,0,1,1,320,0,-11820.5,-719.82,40.0043,4.80081,300,10,0,1163,0,1,0,0,0),(2329,1488,0,1,1,1065,0,-13683.7,-384.825,0.720356,4.10932,300,5,0,2059,0,1,0,0,0),(2328,682,0,1,1,320,0,-11686.8,-854.185,33.7327,3.71252,300,5,0,1163,0,1,0,0,0),(2327,1491,0,1,1,4923,1,-13679.1,-302.795,8.20693,2.87593,300,3,0,2138,0,1,0,0,0),(2326,682,0,1,1,320,0,-11715.5,-816.102,35.2184,0.742006,300,10,0,1163,0,1,0,0,0),(2325,702,0,1,1,4571,1,-11779.6,213.12,21.1322,0,300,5,0,1221,0,1,0,0,0),(2324,682,0,1,1,320,0,-11781.3,-751.351,35.7937,6.23231,300,10,0,1163,0,1,0,0,0),(2323,873,0,1,1,11293,1,-12180.7,619.049,-66.3605,0.191908,1800,5,0,1208,1097,1,0,0,0),(2322,686,0,1,1,788,0,-12189.7,268.235,4.12953,2.15313,300,5,0,1403,0,1,0,0,0),(2321,875,0,1,1,391,1,-12222.3,631.127,-69.6743,5.88356,1800,5,0,1257,1142,1,0,0,0),(2320,1488,0,1,1,1065,0,-13337.7,22.1406,26.7672,5.03444,300,0,0,2059,0,0,0,0,0),(2319,1490,0,1,1,16228,1,-13689.5,-280.019,7.6504,4.95464,300,5,0,1711,1483,1,0,0,0),(2318,674,0,1,1,7202,1,-13031.8,-354.199,38.4709,2.18166,300,0,0,1829,0,0,0,0,0),(4911,1689,0,1,1,0,0,-5688.48,-1817.11,400.234,5.93858,180,5,0,176,0,1,0,0,0),(35104,6144,1,1,1,4945,1,4057.65,-6423.01,-17.3923,5.47364,600,10,0,8232,0,1,0,0,0),(2317,686,0,1,1,788,0,-12318.4,-210.691,14.8108,0.779662,300,10,0,1403,0,1,0,0,0),(2316,677,0,1,1,7204,1,-13035.1,-408.037,42.7482,0.785479,300,2,0,1292,3191,1,0,0,0),(2274,2635,0,1,1,1038,0,-12252.8,317.269,1.72703,1.65977,1800,10,0,1604,0,1,0,0,0),(2273,587,0,1,1,4570,1,-11754.6,87.5474,26.8715,0,300,5,0,1221,0,1,0,0,0),(2272,674,0,1,1,7202,1,-13003,-381.27,30.7281,5.63741,300,0,0,1829,0,0,0,0,0),(2271,1491,0,1,1,4923,1,-13689.2,-311.099,6.83193,5.73698,300,3,0,2138,0,1,0,0,0),(2270,683,0,1,1,2437,0,-11711.1,-445.378,19.3901,1.08051,300,5,0,1050,0,1,0,0,0),(2269,879,0,1,1,1079,1,-12196.8,608,-68.2752,0.483042,1800,5,0,1403,0,1,0,0,0),(2268,686,0,1,1,788,0,-12282,-252.861,16.8458,1.06256,300,10,0,1403,0,1,0,0,0),(2267,937,0,1,1,4443,1,-11681.4,-712.248,42.4725,1.69157,300,5,0,1163,0,1,0,0,0),(2266,1490,0,1,1,16228,1,-13623.7,-317.88,9.18066,2.70822,300,0,0,1711,1483,0,0,0,0),(2265,1490,0,1,1,16228,1,-13630.5,-307.864,8.30566,4.49048,300,0,0,1711,1483,0,0,0,0),(4928,1116,0,1,1,0,1,-5710.72,-1774.1,400.033,2.49333,180,5,0,176,0,1,0,0,0),(4929,1116,0,1,1,0,1,-5685.41,-1813.34,400.599,3.89437,180,5,0,176,0,1,0,0,0),(4930,721,0,1,1,0,0,-5509.6,-1828.19,397.227,0.774637,180,10,0,1,0,1,0,0,0),(4931,1689,0,1,1,0,0,-5843.59,-1791.36,409.097,2.65875,180,0,0,176,0,0,0,0,0),(4932,1127,0,1,1,0,0,-5879.3,-1765.3,409.368,6.00033,180,0,0,137,0,0,0,0,0),(4933,1689,0,1,1,0,0,-5891.4,-1688.04,403.992,3.23349,180,0,0,176,0,0,0,0,0),(4934,1127,0,1,1,0,0,-5900.21,-1679.66,406.606,3.04581,180,0,0,137,0,0,0,0,0),(4935,1117,0,1,1,0,1,-5906.37,-1925.97,405.007,0.822725,180,0,0,176,0,0,0,0,0),(2264,1488,0,1,1,1065,0,-13659.1,-243.792,8.03223,0.182751,300,5,0,2059,0,1,0,0,0),(2263,937,0,1,1,4443,1,-11648.4,-719.028,33.1811,5.68381,300,5,0,1163,0,1,0,0,0),(2262,871,0,1,1,506,1,-12122.1,500.725,-54.4311,5.65625,1800,5,0,1403,0,1,0,0,0),(2261,1488,0,1,1,1065,0,-13620.1,-260.571,9.18035,6.05544,300,5,0,2059,0,1,0,0,0),(2260,674,0,1,1,7202,1,-13009.7,-354.318,21.1658,1.0472,300,0,0,1829,0,0,0,0,0),(2259,683,0,1,1,2437,0,-11730.1,-479.097,17.7117,1.5575,300,5,0,1050,0,1,0,0,0),(2258,682,0,1,1,320,0,-11751.3,-846.9,31.1947,1.52256,300,5,0,1163,0,1,0,0,0),(2257,1490,0,1,1,16228,1,-13576.9,-247.346,23.5591,4.25747,300,5,0,1711,1483,1,0,0,0),(2256,940,0,1,1,4436,1,-11484.9,-786.402,51.3356,5.00759,300,5,0,977,935,1,0,0,0),(2255,1096,0,1,1,7197,1,-12080.6,-733.46,14.2767,1.74558,300,5,0,1160,1067,1,0,0,0),(2254,671,0,1,1,4580,1,-11554.8,633.098,62.5965,5.59209,300,0,0,1469,0,0,0,0,0),(2253,683,0,1,1,2437,0,-11692.3,-526.917,27.3693,0.089573,300,5,0,1050,0,1,0,0,0),(2252,682,0,1,1,320,0,-11719,-748.588,37.8223,4.39249,300,5,0,1163,0,1,0,0,0),(2251,597,0,1,1,4579,1,-11537.2,629.721,62.9135,6.27701,300,0,0,1469,0,0,0,0,0),(2250,940,0,1,1,4436,1,-11648.5,-746.885,32.666,0.459187,300,5,0,977,935,1,0,0,0),(2249,1490,0,1,1,16228,1,-13367.1,-4.92871,22.6198,2.93215,300,0,0,1711,1483,0,0,0,0),(2248,937,0,1,1,4443,1,-11613.1,-777.116,41.3618,1.74013,300,3,0,1163,0,1,0,0,0),(2247,683,0,1,1,2437,0,-11575.4,-489.531,27.859,5.96946,300,5,0,1050,0,1,0,0,0),(2246,875,0,1,1,391,1,-12192.3,624.437,-67.3605,5.79706,1800,5,0,1257,1142,1,0,0,0),(2245,686,0,1,1,788,0,-12242.3,-232.24,16.6393,5.17473,300,10,0,1403,0,1,0,0,0),(2244,1488,0,1,1,1065,0,-13646.8,-274.549,8.30007,1.42839,300,0,0,2059,0,2,0,0,0),(2243,738,0,1,1,4664,1,-11313.9,-202.766,75.576,5.5676,300,0,0,1003,0,0,0,0,0),(2242,1085,0,1,1,698,0,-11875.9,224.407,15.9899,0.839797,300,5,0,1279,0,1,0,0,0),(2241,677,0,1,1,7204,1,-12938.4,-447.962,35.6715,3.07383,300,3,0,1292,3191,1,0,0,0),(2240,683,0,1,1,2437,0,-11613.6,-420.651,16.4762,1.88662,300,5,0,1050,0,1,0,0,0),(2239,660,0,1,1,4581,1,-11607.5,645.048,59.6816,4.11148,300,3,0,1257,1142,1,0,0,0),(2238,689,0,1,1,601,0,-11550,-885.743,68.8292,2.98038,300,10,0,1279,0,1,0,0,0),(2237,671,0,1,1,4580,1,-11618.6,664.541,54.8951,4.85954,300,3,0,1469,0,1,0,0,0),(2236,683,0,1,1,2437,0,-11600.1,-463.455,21.0941,2.47636,300,5,0,1050,0,1,0,0,0),(2235,597,0,1,1,4579,1,-11624,684.091,49.139,5.11553,300,5,0,1469,0,1,0,0,0),(2234,937,0,1,1,4443,1,-11648.1,-669.891,30.3135,0.4745,300,0,0,1163,0,0,0,0,0),(2233,1491,0,1,1,4923,1,-13712,-246.301,0.75,1.82098,300,5,0,2138,0,1,0,0,0),(4994,1127,0,1,1,0,0,-5890.96,-1874.8,403.664,1.53611,180,0,0,137,0,0,0,0,0),(4995,1689,0,1,1,0,0,-5874.38,-1888.08,406.999,2.37277,180,0,0,176,0,0,0,0,0),(4996,1117,0,1,1,0,1,-5857.03,-1949.11,407.885,5.67617,180,0,0,176,0,0,0,0,0),(4997,1116,0,1,1,0,1,-5806.34,-1928.8,406.335,2.54585,180,5,0,176,0,1,0,0,0),(4998,6123,0,1,1,0,1,-5877.57,-1988.23,401.366,4.97435,180,0,0,176,0,0,0,0,0),(4999,6123,0,1,1,0,1,-5921.7,-1979.57,405.96,3.1506,180,0,0,176,0,0,0,0,0),(5000,928,0,1,1,0,1,-8577,881.698,106.519,5.433,490,0,0,4120,0,0,0,0,0),(2232,940,0,1,1,4436,1,-11651.7,-666.166,30.3258,6.27313,300,0,0,977,935,0,0,0,0),(2231,683,0,1,1,2437,0,-11615.4,-517.557,19.8188,4.67146,300,5,0,1050,0,1,0,0,0),(2230,682,0,1,1,320,0,-11887.1,-714.829,16.0404,4.9578,300,5,0,1163,0,1,0,0,0),(2229,671,0,1,1,4580,1,-11612.2,675.246,54.6317,2.1293,300,0,0,1469,0,0,0,0,0),(2228,2536,0,1,1,987,0,-13374.3,-7.69423,22.044,0.872665,300,0,0,2059,0,0,0,0,0),(2227,660,0,1,1,4581,1,-11621.9,652.713,58.1816,0.89563,300,3,0,1257,1142,1,0,0,0),(2226,1713,0,1,1,11452,0,-13659.4,232.277,28.0949,4.6635,300,5,0,1981,0,1,0,0,0),(2225,2535,0,1,1,987,0,-13349.3,-28.5316,22.2773,3.64318,300,0,0,2059,0,0,0,0,0),(2224,1491,0,1,1,4923,1,-13344.3,-21.2062,22.2773,2.26225,300,0,0,2138,0,0,0,0,0),(2223,940,0,1,1,4436,1,-11636,-660.454,30.1503,1.5971,300,0,0,977,935,0,0,0,0),(2222,671,0,1,1,4580,1,-11631.4,709.754,41.3573,5.53935,300,5,0,1469,0,1,0,0,0),(2221,1488,0,1,1,1065,0,-13337.8,-27.3113,22.2773,2.29184,300,0,0,2059,0,0,0,0,0),(2220,937,0,1,1,4443,1,-11636.8,-629.572,31.4774,6.02983,300,0,0,1163,0,0,0,0,0),(2219,940,0,1,1,4436,1,-11639.1,-661.675,29.9003,1.07781,300,0,0,977,935,0,0,0,0),(2218,701,0,1,1,4577,1,-11657.9,644.768,50.9559,2.66215,300,5,0,1064,1007,1,0,0,0),(2217,940,0,1,1,4436,1,-11643.7,-635.678,31.456,2.90905,300,0,0,977,935,0,0,0,0),(2216,940,0,1,1,4436,1,-11618,-584.292,26.3956,0.66924,300,3,0,977,935,1,0,0,0),(2215,940,0,1,1,4436,1,-11649.9,-586.777,29.9593,0.506584,300,3,0,977,935,1,0,0,0),(2214,681,0,1,1,598,0,-11521.7,-358.08,38.049,4.19539,300,10,0,1050,0,1,0,0,0),(2213,772,0,1,1,614,0,-12573.8,-180.401,14.704,0.763302,300,5,0,1536,0,1,0,0,0),(1027,1095,0,1,1,0,1,-11977.5,-530.262,11.974,3.12123,25,0,0,1469,0,0,0,0,0),(2211,1563,0,1,1,796,1,-14693,519.232,1.23709,5.42797,300,0,0,1829,0,0,0,0,0),(2210,1564,0,1,1,4461,1,-14596.4,306.95,2.8664,3.32953,300,0,0,1292,3191,0,0,0,0),(2209,1563,0,1,1,794,1,-14715.3,485.173,3.35794,0.637758,300,10,0,1829,0,1,0,0,0),(2208,4723,0,1,1,7207,1,-11949.5,-500.392,30.7014,5.06145,300,0,0,1305,1186,0,0,0,0),(2207,1096,0,1,1,7197,1,-11981.3,-488.741,24.2411,5.07275,300,0,0,1160,1067,0,0,0,0),(2206,1563,0,1,1,796,1,-14721.6,528.113,2.87372,2.72717,300,10,0,1829,0,1,0,0,0),(2205,1563,0,1,1,796,1,-14698.7,503.829,2.35508,0.05236,300,0,0,1829,0,0,0,0,0),(2204,1097,0,1,1,7200,1,-11956.7,-490.955,30.4389,5.02164,300,0,0,1279,0,0,0,0,0),(2203,1563,0,1,1,794,1,-14736,506.865,3.68595,1.3714,300,10,0,1829,0,1,0,0,0),(2202,1096,0,1,1,7197,1,-11958.8,-499.079,30.5058,5.09603,300,0,0,1160,1067,0,0,0,0),(2201,1097,0,1,1,7200,1,-11946.8,-462.178,17.0915,1.20657,300,0,0,1279,0,0,0,0,0),(2200,1557,0,1,1,838,0,-14058.4,232.911,13.4458,1.02767,300,5,0,1829,0,1,0,0,0),(1011,23434,530,1,1,0,1,-4106.57,1126.79,43.6441,5.65259,180,0,0,57440,32310,0,0,0,0),(2198,1564,0,1,1,4461,1,-14688.7,486.684,2.93688,0.806118,300,0,0,1292,3191,0,0,0,0),(2197,1557,0,1,1,838,0,-14007.4,250.055,17.3661,1.11588,300,5,0,1829,0,1,0,0,0),(1007,18694,530,1,1,0,0,-4058.48,730.852,0.618181,5.42156,86400,0,0,13084,0,0,0,0,0),(2195,1564,0,1,1,4462,1,-14677.5,477.714,3.68688,3.85865,300,0,0,1292,3191,0,0,0,0),(2194,871,0,1,1,506,1,-12200.4,497.054,-73.5151,1.35937,1800,5,0,1403,0,1,0,0,0),(2193,1097,0,1,1,7200,1,-11965,-469.31,17.1146,2.33697,300,0,0,1279,0,0,0,0,0),(2192,1557,0,1,1,838,0,-14043.3,185.231,13.1035,3.36695,300,5,0,1829,0,1,0,0,0),(2191,1563,0,1,1,794,1,-14700,496.347,2.80739,0.15708,300,0,0,1829,0,0,0,0,0),(2190,1557,0,1,1,838,0,-14003.7,142.635,14.6659,6.20275,300,10,0,1829,0,1,0,0,0),(2126,23461,530,1,1,0,0,-1640.89,5262.55,-41.0681,0.0254125,120,0,0,6986,0,0,0,0,0),(2188,1564,0,1,1,4462,1,-14679.3,456.319,3.38641,1.25991,300,0,0,1292,3191,0,0,0,0),(2187,1563,0,1,1,794,1,-14674,419.177,3.335,1.55127,300,10,0,1829,0,1,0,0,0),(2186,1144,0,1,1,610,1,-12490.2,-144.948,13.233,5.20975,300,0,0,1208,1097,0,0,0,0),(2185,1142,0,1,1,11567,1,-12503,-150.428,13.1276,0.47839,300,0,0,1469,0,0,0,0,0),(2184,1557,0,1,1,838,0,-13949.6,215.246,22.6267,4.8146,300,5,0,1829,0,1,0,0,0),(2183,1557,0,1,1,838,0,-13982.3,171.875,15.0137,5.35289,300,5,0,1829,0,1,0,0,0),(2182,1144,0,1,1,610,1,-12517,-84.2288,16.1056,0,300,5,0,1208,1097,1,0,0,0),(2181,1557,0,1,1,838,0,-14079.9,157.474,14.8891,0.02431,300,5,0,1829,0,1,0,0,0),(2180,1557,0,1,1,838,0,-14043.6,111.891,10.6574,3.55803,300,5,0,1829,0,1,0,0,0),(2179,1142,0,1,1,11567,1,-12502,-161.412,12.7526,3.57746,300,0,0,1469,0,0,0,0,0),(2178,588,0,1,1,4575,1,-11739.1,619.6,50.7204,3.6833,300,2,0,1279,0,1,0,0,0),(2177,588,0,1,1,4575,1,-11734.6,684.8,50.4743,5.84837,300,2,0,1279,0,1,0,0,0),(2176,697,0,1,1,4573,1,-11987.8,333.595,1.67384,4.08407,300,0,0,1021,963,0,0,0,0),(2175,701,0,1,1,4577,1,-11689.4,603.252,49.821,1.69175,300,5,0,1064,1007,1,0,0,0),(2174,588,0,1,1,4575,1,-11714.7,609.335,50.3881,1.67383,300,5,0,1279,0,1,0,0,0),(2173,694,0,1,1,4572,1,-12003.4,326.332,2.15021,3.45434,300,0,0,1221,0,0,0,0,0),(2172,588,0,1,1,4575,1,-11685,583.326,50.5371,3.69945,300,5,0,1279,0,1,0,0,0),(2171,701,0,1,1,4577,1,-11658.1,561.925,50.7986,2.90782,300,0,0,1064,1007,0,0,0,0),(2170,701,0,1,1,4577,1,-11638.1,569.141,50.6253,5.52542,300,0,0,1064,1007,0,0,0,0),(2169,731,0,1,1,616,0,-12682.2,-217.205,37.6285,4.04744,1800,0,0,5577,0,0,0,0,0),(2168,1142,0,1,1,11567,1,-12482.7,-171.811,13.2883,2.28638,300,0,0,1469,0,0,0,0,0),(2167,4624,0,1,1,7102,1,-14258.6,327.03,26.4269,5.55015,300,0,0,22758,0,0,0,0,0),(2166,1144,0,1,1,610,1,-12489.4,-171.436,12.7854,0.663225,300,0,0,1208,1097,0,0,0,0),(2165,697,0,1,1,4573,1,-11982.3,327.947,1.94377,3.55577,300,0,0,1021,963,0,0,0,0),(2164,4624,0,1,1,7104,1,-14242.1,343.73,25.6769,5.39307,300,0,0,22758,0,0,0,0,0),(2163,587,0,1,1,4570,1,-11981.5,318.064,2.56877,5.96731,300,0,0,1221,0,0,0,0,0),(2162,1144,0,1,1,610,1,-12479.4,-151.314,13.858,5.47027,300,0,0,1208,1097,0,0,0,0),(2161,697,0,1,1,4573,1,-12007.7,313.275,2.52521,1.26247,300,0,0,1021,963,0,0,0,0),(2160,697,0,1,1,4573,1,-11996.4,318.117,1.56877,0.05236,300,0,0,1021,963,0,0,0,0),(2159,772,0,1,1,614,0,-12717.1,-179.31,35.0471,2.29955,300,5,0,1536,0,1,0,0,0),(2158,736,0,1,1,599,0,-11747,341.463,40.5989,5.02427,300,10,0,1163,0,1,0,0,0),(2157,772,0,1,1,614,0,-12738.9,-215.763,38.4689,4.76722,300,5,0,1536,0,1,0,0,0),(2156,1144,0,1,1,610,1,-12447.1,-214.01,14.9404,0,300,5,0,1208,1097,1,0,0,0),(2155,1142,0,1,1,11567,1,-12455.2,-197.203,15.2007,2.54678,300,5,0,1469,0,1,0,0,0),(2154,1144,0,1,1,610,1,-12389.2,-141.079,15.731,0.313721,300,5,0,1208,1097,1,0,0,0),(2153,905,0,1,1,705,0,-11520.5,121.193,6.41372,3.61887,300,5,0,1107,0,1,0,0,0),(2152,1142,0,1,1,11567,1,-12471.8,-151.293,13.108,0.753889,300,0,0,1469,0,0,0,0,0),(2151,1151,0,1,1,2548,0,-12050.4,471.464,1.4942,5.00794,300,5,0,1403,0,1,0,0,0),(2150,1151,0,1,1,2548,0,-12043.8,411.597,6.33452,5.86492,300,10,0,1403,0,1,0,0,0),(2149,1096,0,1,1,7197,1,-11512.7,458.33,65.325,6.24828,300,0,0,1160,1067,0,0,0,0),(2148,1094,0,1,1,7201,1,-11515.3,413.912,55.2547,6.17846,300,0,0,1279,0,0,0,0,0),(2147,1557,0,1,1,838,0,-14041.2,60.2736,18.0785,0.481113,300,5,0,1829,0,1,0,0,0),(2146,1094,0,1,1,7201,1,-11510.8,419.911,58.0586,5.75959,300,0,0,1279,0,0,0,0,0),(2145,1557,0,1,1,838,0,-14019.8,80.7788,10.5133,1.43774,300,5,0,1829,0,1,0,0,0),(2144,1557,0,1,1,838,0,-13992.2,42.6848,22.8276,2.98865,300,5,0,1829,0,1,0,0,0),(2143,1557,0,1,1,838,0,-13951.8,11.6138,15.7398,4.97166,300,5,0,1829,0,1,0,0,0),(5104,1117,0,1,1,0,1,-5874.96,-1991.99,401.241,4.14338,180,0,0,176,0,0,0,0,0),(5105,6123,0,1,1,0,1,-5924.28,-2009.03,409.357,1.97575,180,0,0,176,0,0,0,0,0),(5106,6123,0,1,1,0,1,-5908.14,-2040.67,406.734,2.98672,180,0,0,176,0,0,0,0,0),(5107,6123,0,1,1,0,1,-5889.97,-2007.89,405.741,1.76911,180,0,0,176,0,0,0,0,0),(5108,6123,0,1,1,0,1,-5915.86,-2029.11,408.249,1.56111,180,0,0,176,0,0,0,0,0),(5109,6123,0,1,1,0,1,-5924.42,-2037.06,408.249,0.273043,180,0,0,176,0,0,0,0,0),(5110,6124,0,1,1,0,1,-5920.45,-2034.19,400.833,3.29867,180,0,0,222,0,0,0,0,0),(5111,6123,0,1,1,0,1,-5886.01,-2049.35,402.962,4.38014,180,0,0,176,0,0,0,0,0),(5112,6123,0,1,1,0,1,-5824.98,-2010.75,401.934,3.59274,180,5,0,176,0,1,0,0,0),(5113,6123,0,1,1,0,1,-5862.38,-2012.77,401.199,3.22863,180,0,0,176,0,0,0,0,0),(5114,1116,0,1,1,0,1,-5840.43,-2002.62,401.355,3.57828,180,0,0,176,0,0,0,0,0),(5115,1116,0,1,1,0,1,-5790.92,-2000.73,401.487,3.71864,180,5,0,176,0,1,0,0,0),(5116,1117,0,1,1,0,1,-5812.91,-2039.52,400.784,0.549287,180,5,0,176,0,1,0,0,0),(2142,1142,0,1,1,11567,1,-12484.1,-47.4019,5.24444,0,300,5,0,1469,0,1,0,0,0),(2141,1094,0,1,1,7201,1,-11485.6,483.841,71.3451,5.91667,300,0,0,1279,0,0,0,0,0),(2140,1557,0,1,1,838,0,-14007.4,21.8133,32.9874,4.47172,300,5,0,1829,0,1,0,0,0),(2137,1557,0,1,1,838,0,-13910.2,-11.6762,26.9988,2.1149,300,2,0,1829,0,1,0,0,0),(2136,1094,0,1,1,7201,1,-11507.8,490.365,65.0211,1.3439,300,0,0,1279,0,0,0,0,0),(2135,4457,0,1,1,652,1,-12165,-81.9044,17.2669,3.82099,300,5,0,1403,0,1,0,0,0),(2134,736,0,1,1,599,0,-11692,409.343,44.5187,4.29191,300,5,0,1163,0,1,0,0,0),(2133,1094,0,1,1,7201,1,-11475.8,361.128,57.4834,5.28835,300,0,0,1279,0,0,0,0,0),(2132,1094,0,1,1,7201,1,-11483.5,348.799,54.3791,0.593412,300,0,0,1279,0,0,0,0,0),(2131,1094,0,1,1,7201,1,-11482.4,374.042,62.0004,0,300,0,0,1279,0,0,0,0,0),(2130,1094,0,1,1,7201,1,-11506.3,392.203,51.1708,5.88176,300,0,0,1279,0,0,0,0,0),(2129,11748,0,1,1,11687,0,-11338,-411,66.757,1.725,300,0,1,1753,0,2,0,0,0),(2128,1094,0,1,1,7201,1,-11494.1,375.043,57.6861,1.69297,300,0,0,1279,0,0,0,0,0),(2127,729,0,1,1,471,0,-11908.5,165.374,41.4222,3.35245,300,0,0,1536,0,0,0,0,0),(2115,23463,530,1,1,0,0,-1639.32,5252.63,-40.889,0.352591,120,0,0,6986,0,0,0,0,0),(2125,1564,0,1,1,4461,1,-14628.7,345.468,3.64372,3.37468,300,0,0,1292,3191,0,0,0,0),(2124,685,0,1,1,788,0,-11777.8,447.701,48.8132,5.28061,300,10,0,1221,0,1,0,0,0),(2123,683,0,1,1,2437,0,-11711.9,-188.018,41.1985,5.49999,300,5,0,1050,0,1,0,0,0),(2122,671,0,1,1,4580,1,-11527.9,718.947,59.9292,5.75666,300,0,0,1469,0,0,0,0,0),(2121,689,0,1,1,601,0,-11938.4,545.611,31.9846,5.18303,300,5,0,1279,0,1,0,0,0),(2120,689,0,1,1,601,0,-11955.1,480.523,24.0685,4.17977,300,5,0,1279,0,1,0,0,0),(2119,685,0,1,1,788,0,-11920.4,462.843,43.1403,1.68552,300,5,0,1221,0,1,0,0,0),(2118,689,0,1,1,601,0,-11921,618.742,23.4413,3.26498,300,5,0,1279,0,1,0,0,0),(2117,660,0,1,1,4581,1,-11526.5,729.83,59.6792,5.97645,300,0,0,1257,1142,0,0,0,0),(2116,689,0,1,1,601,0,-11951.3,475.156,24.6139,4.86533,300,5,0,1279,0,1,0,0,0),(984,25039,530,1,1,0,1,12845.9,-7005.7,18.5936,3.59695,25,0,0,4890,7196,0,0,0,0),(2113,671,0,1,1,4580,1,-11542.4,725.288,59.4146,1.10347,300,0,0,1469,0,0,0,0,0),(2112,689,0,1,1,601,0,-11891.5,647.228,24.5176,1.60399,300,5,0,1279,0,1,0,0,0),(2111,660,0,1,1,4581,1,-11570.8,686.005,59.4476,2.10301,300,5,0,1257,1142,1,0,0,0),(2110,682,0,1,1,320,0,-11851.4,258.817,20.8077,1.50046,300,5,0,1163,0,1,0,0,0),(2109,671,0,1,1,4580,1,-11574.5,727.571,59.5396,2.20629,300,3,0,1469,0,1,0,0,0),(5165,6123,0,1,1,0,1,-5847.49,-2046.01,402.308,3.64774,180,5,0,176,0,1,0,0,0),(5166,1117,0,1,1,0,1,-5833.32,-2046.28,401.926,4.75081,180,5,0,176,0,1,0,0,0),(14792,7075,0,1,1,5814,1,-1321.62,519.507,99.2873,3.25392,600,0,0,6891,6867,0,0,0,0),(5169,957,0,1,1,0,1,-8425,608.796,95.209,3.131,310,0,0,1003,0,0,0,0,0),(5170,1689,0,1,1,0,0,-5774.89,-1924.9,402.554,2.15176,180,0,0,176,0,0,0,0,0),(5171,6123,0,1,1,0,1,-5845.53,-1985.89,401.241,5.98154,180,0,0,176,0,0,0,0,0),(2108,689,0,1,1,601,0,-11941.4,648.712,1.49843,1.6895,300,5,0,1279,0,1,0,0,0),(5173,1116,0,1,1,0,1,-5772.22,-1923.75,402.385,2.00648,180,0,0,176,0,0,0,0,0),(2107,1062,0,1,1,4584,1,-11574.3,719.819,59.5768,5.81195,300,0,0,1410,1283,0,0,0,0),(2106,689,0,1,1,601,0,-11885.2,656.427,24.3197,3.02426,300,5,0,1279,0,1,0,0,0),(2105,685,0,1,1,788,0,-11826.2,473.326,47.7552,1.38413,300,10,0,1221,0,1,0,0,0),(2104,685,0,1,1,788,0,-11850.5,526.607,46.1151,4.01136,300,10,0,1221,0,1,0,0,0),(2103,597,0,1,1,4579,1,-11581.2,717.615,59.5396,3.6057,300,3,0,1469,0,1,0,0,0),(2078,689,0,1,1,601,0,-11922.4,677.23,2.73473,0.516965,300,5,0,1279,0,1,0,0,0),(2077,597,0,1,1,4579,1,-11589.4,710.959,60.2896,1.74482,300,5,0,1469,0,1,0,0,0),(2076,689,0,1,1,601,0,-11919.8,749.154,0.835124,2.45458,300,5,0,1279,0,1,0,0,0),(2075,689,0,1,1,601,0,-11891.1,708.101,23.8675,4.17676,300,5,0,1279,0,1,0,0,0),(2074,671,0,1,1,4580,1,-11590.1,660.042,60.0185,5.10028,300,5,0,1469,0,1,0,0,0),(2073,1096,0,1,1,7197,1,-12113.9,-481.884,17.1692,4.32136,300,5,0,1160,1067,1,0,0,0),(125612,30102,571,1,1,0,0,5732.33,-3059.19,303.629,0.541052,120,0,0,1,0,0,0,0,0),(2071,1564,0,1,1,4462,1,-14606.5,328.654,2.77135,3.03687,300,0,0,1292,3191,0,0,0,0),(68838,25882,530,1,1,0,0,-2270.89,8123.38,-34.2857,5.17829,180,5,0,42,0,1,0,0,0),(2069,1096,0,1,1,7197,1,-12151.2,-503.634,32.6106,4.71825,300,5,0,1160,1067,1,0,0,0),(2068,1564,0,1,1,4462,1,-14611.8,330.743,2.8415,5.55015,300,0,0,1292,3191,0,0,0,0),(14791,7071,0,1,1,5817,1,-1319.1,457.083,37.618,3.90954,600,0,0,7349,4482,0,0,0,0),(14790,7075,0,1,1,5814,1,-1251.87,571.952,30.2319,1.81913,600,3,0,6891,6867,1,0,0,0),(14789,6768,0,1,1,6572,1,27.6115,-1625.33,204.003,3.12414,300,0,0,4120,0,0,0,0,0),(14788,6766,0,1,1,6574,1,14.8673,-1604.13,195.502,0.802851,300,0,0,2769,0,0,0,0,0),(14787,6771,0,1,1,5909,1,4.32297,-1592.5,204.003,3.9968,300,0,0,2769,0,0,0,0,0),(14786,6707,0,1,1,5528,1,0.704047,-1581.18,203.877,1.5708,300,0,0,4120,0,0,0,0,0),(14785,6779,0,1,1,5529,1,14.5248,-1628.05,189.581,2.80998,300,0,0,2218,0,0,0,0,0),(14784,6766,0,1,1,6574,1,42.3709,-1512.08,173.93,3.16863,300,5,0,2769,0,1,0,0,0),(14783,6766,0,1,1,6574,1,-28.8082,-1404.96,170.132,3.10789,300,5,0,2769,0,1,0,0,0),(14782,6766,0,1,1,6574,1,65.3193,-1497.15,174.148,4.89914,300,5,0,2769,0,1,0,0,0),(14781,7325,0,1,1,6575,0,-18.1861,-1568.21,194.976,1.43117,300,0,0,4370,0,0,0,0,0),(14780,6777,0,1,1,7004,1,7.32368,-1623.33,189.58,3.03687,300,0,0,4120,0,0,0,0,0),(14779,2778,0,1,1,8069,1,-2054.78,-2040.69,19.6389,2.93215,400,0,0,1536,0,0,0,0,0),(14778,2619,0,1,1,4032,1,-1480.27,-3059.95,13.0457,6.01345,400,0,0,1279,0,2,0,0,0),(14777,2618,0,1,1,4030,1,-1477.12,-3037.43,12.4207,4.59089,400,5,0,1221,0,1,0,0,0),(14772,2714,0,1,1,4041,1,-1552.43,-3029.31,13.6448,5.00963,60,0,1,1342,0,2,0,0,0),(14773,2721,0,1,1,4037,1,-1551.74,-3031.64,13.6448,5.00963,60,0,0,610,0,0,0,0,0),(14774,2721,0,1,1,4037,1,-1554.4,-3029.45,13.6448,5.00963,60,0,0,610,0,0,0,0,0),(14775,2721,0,1,1,4038,1,-1553.33,-3026.49,13.6448,5.00963,60,0,0,610,0,0,0,0,0),(14771,2586,0,1,1,3984,1,-769.643,-2087.32,34.3055,1.91986,400,0,0,1050,0,0,0,0,0),(14770,2589,0,1,1,3987,1,-755.565,-2031.31,34.0643,4.5204,400,0,0,1107,0,0,0,0,0),(14769,2586,0,1,1,3984,1,-781.302,-2116.04,38.1838,6.07277,400,5,0,1050,0,1,0,0,0),(14768,2587,0,1,1,3982,1,-777.069,-2020.99,34.4424,3.13701,400,5,0,1163,0,1,0,0,0),(14767,2589,0,1,1,3988,1,-775.245,-2035.73,34.1738,3.64671,400,5,0,1107,0,1,0,0,0),(14766,2589,0,1,1,3988,1,-854.12,-2002.11,34.7652,5.03986,400,5,0,1107,0,1,0,0,0),(14765,2587,0,1,1,3983,1,-796.255,-2069.11,33.846,6.27065,400,5,0,1163,0,1,0,0,0),(14764,2589,0,1,1,3988,1,-835.366,-2076.21,34.3338,0.895788,400,10,0,1107,0,1,0,0,0),(14763,2589,0,1,1,3988,1,-803.064,-1981.05,34.0347,2.89369,400,10,0,1107,0,1,0,0,0),(14762,2587,0,1,1,3982,1,-811.636,-1999.46,34.0347,4.08847,400,5,0,1163,0,1,0,0,0),(14761,2584,0,1,1,4137,1,-1555.09,-1669.84,68.8011,5.06145,400,0,0,1336,0,0,0,0,0),(14760,2559,0,1,1,11316,0,-1121.31,-3333.73,46.0919,6.06049,400,10,0,1050,0,1,0,0,0),(14759,2585,0,1,1,4143,1,-1543.37,-1863.06,67.3592,3.76332,400,5,0,1604,0,1,0,0,0),(14758,2563,0,1,1,1103,0,-1260.6,-3425.63,36.8092,0.565341,400,10,0,1163,0,1,0,0,0),(14757,2583,0,1,1,4139,1,-1581.41,-1693.47,66.0647,0.132868,400,10,0,1257,1142,1,0,0,0),(14756,4075,0,1,1,1141,0,-1551.56,-1811.1,67.9552,2.8869,400,10,0,8,0,1,0,0,0),(14755,4075,0,1,1,1418,0,-1588.02,-1749.34,66.8503,2.26628,400,10,0,8,0,1,0,0,0),(14754,4075,0,1,1,1418,0,-1500.98,-1804.97,68.0896,3.26377,400,10,0,8,0,1,0,0,0),(14753,2560,0,1,1,180,0,-1479.68,-1949.11,53.5054,4.08407,400,0,0,1221,0,0,0,0,0),(14752,2560,0,1,1,180,0,-1516.91,-1985.9,41.6086,4.2237,400,0,0,1221,0,0,0,0,0),(14751,2563,0,1,1,1103,0,-1682.05,-2418.46,70.3634,0.842046,400,5,0,1163,0,1,0,0,0),(14750,2563,0,1,1,1103,0,-1680.64,-2510.14,55.8918,0.312247,400,10,0,1163,0,1,0,0,0),(14749,2760,0,1,1,2172,0,-865.859,-1744.28,45.5624,0.180076,400,10,0,1604,0,1,0,0,0),(14748,2559,0,1,1,11316,0,-982.226,-1718.53,40.2659,1.61883,400,10,0,1050,0,1,0,0,0),(14747,2563,0,1,1,1103,0,-1588.78,-2597.44,42.9769,6.25544,400,10,0,1163,0,1,0,0,0),(14746,2760,0,1,1,2172,0,-898.133,-1766.28,45.0305,3.01972,400,5,0,1604,0,1,0,0,0),(14745,2559,0,1,1,11316,0,-1016.76,-1764.54,47.8095,3.64281,400,5,0,1050,0,1,0,0,0),(14744,2561,0,1,1,961,0,-1666.14,-2672.47,41.776,2.58879,400,10,0,1469,0,1,0,0,0),(14743,2560,0,1,1,180,0,-1748.73,-2984.09,36.2353,4.94563,400,10,0,1221,0,1,0,0,0),(14742,2571,0,1,1,448,1,-1757.13,-1558.48,57.0591,5.06145,400,0,0,1605,0,0,0,0,0),(14741,2760,0,1,1,2172,0,-919.272,-1751.73,47.802,0.535839,400,10,0,1604,0,1,0,0,0),(14740,15351,0,1,1,0,0,-8385.67,272.605,120.886,2.20103,300,0,0,30520,0,0,0,0,0),(14739,2565,0,1,1,1104,0,-1682.05,-3043.81,26.6807,0.734267,400,5,0,1403,0,1,0,0,0),(14738,2556,0,1,1,3998,1,-1852.73,-3152.88,51.214,3.72276,400,3,0,1279,0,1,0,0,0),(14737,2555,0,1,1,3996,1,-1854.99,-3185.95,51.416,1.83425,400,0,0,1021,963,0,0,0,0),(14736,2556,0,1,1,3997,1,-1816.89,-3281.7,27.1672,6.27795,400,5,0,1279,0,1,0,0,0),(14735,2556,0,1,1,3997,1,-1852.68,-3024.19,60.4887,4.82933,400,3,0,1279,0,1,0,0,0),(14734,2554,0,1,1,3991,1,-1881.19,-3152.55,61.2294,5.04031,400,5,0,1163,0,1,0,0,0),(14733,2554,0,1,1,3992,1,-1853.73,-3069.63,59.9803,3.9359,400,5,0,1163,0,1,0,0,0),(14732,2554,0,1,1,3992,1,-1873.72,-3043.09,60.256,5.6982,400,0,0,1163,0,0,0,0,0),(95031,17527,530,1,1,0,0,-2129.41,-11237.4,66.3119,5.53027,300,5,0,356,0,1,0,0,0),(95030,17527,530,1,1,0,0,-2120.34,-11176.8,67.7798,1.80356,300,5,0,356,0,1,0,0,0),(14729,2554,0,1,1,3992,1,-1863.77,-3084.92,57.6053,3.4066,400,5,0,1163,0,1,0,0,0),(14728,2555,0,1,1,3995,1,-1864.62,-3064.38,57.9381,0.832552,400,0,0,1021,963,0,0,0,0),(14727,2554,0,1,1,3992,1,-1848.77,-3086.99,54.8648,5.13913,400,0,0,1163,0,0,0,0,0),(14726,2554,0,1,1,3992,1,-1881.6,-3084.64,60.7827,0.363095,400,3,0,1163,0,1,0,0,0),(14725,2556,0,1,1,3998,1,-1889.48,-3118.35,63.2067,2.42258,400,5,0,1279,0,1,0,0,0),(14724,2554,0,1,1,3991,1,-1777.36,-3132.49,40.3376,6.26573,400,0,0,1163,0,0,0,0,0),(14723,2565,0,1,1,1104,0,-1714.32,-3078.84,25.1839,1.61179,400,5,0,1403,0,1,0,0,0),(14722,2565,0,1,1,1104,0,-1745.9,-3051.29,27.5883,0.089953,400,5,0,1403,0,1,0,0,0),(14721,2565,0,1,1,1104,0,-1713.44,-3018.49,30.6646,4.589,400,5,0,1403,0,1,0,0,0),(14720,2565,0,1,1,1104,0,-1683.36,-2983.13,36.5165,6.2578,400,5,0,1403,0,1,0,0,0),(14719,2579,0,1,1,1105,0,-1470.94,-2881.32,32.3176,3.78988,400,10,0,1279,0,1,0,0,0),(14718,2560,0,1,1,180,0,-1516.83,-2813.33,39.4612,2.79117,400,5,0,1221,0,1,0,0,0),(14717,2565,0,1,1,1104,0,-1620.68,-2916.09,32.4332,3.37815,400,10,0,1403,0,1,0,0,0),(14716,2559,0,1,1,11316,0,-1286.13,-2883.84,49.3905,3.30835,400,3,0,1050,0,1,0,0,0),(14715,2563,0,1,1,1103,0,-1217.1,-2948.59,43.5186,1.57861,400,10,0,1163,0,1,0,0,0),(14714,2559,0,1,1,11316,0,-1312.48,-2851.17,52.8456,0.029288,400,3,0,1050,0,1,0,0,0),(14713,2559,0,1,1,11316,0,-1252.48,-2914.47,39.6326,3.20218,400,10,0,1050,0,1,0,0,0),(14712,2561,0,1,1,961,0,-1823.33,-2668.38,55.1846,4.2636,400,10,0,1469,0,1,0,0,0),(14711,2563,0,1,1,1103,0,-1250.94,-3048.49,38.0866,3.97005,400,10,0,1163,0,1,0,0,0),(14710,2572,0,1,1,2153,1,-988.332,-3718.31,93.4459,4.74739,400,5,0,1403,0,1,0,0,0),(14709,2559,0,1,1,11316,0,-1246.76,-3180.18,42.1805,0.868392,400,10,0,1050,0,1,0,0,0),(14708,2565,0,1,1,1104,0,-1716.27,-2793.39,48.2109,4.6714,400,5,0,1403,0,1,0,0,0),(14707,2559,0,1,1,11316,0,-1216.28,-3144.88,41.3683,0.950289,400,10,0,1050,0,1,0,0,0),(14706,2572,0,1,1,2153,1,-927.195,-3727.74,94.3904,0.158475,400,3,0,1403,0,1,0,0,0),(14705,2559,0,1,1,11316,0,-1219.16,-3083.64,39.2356,3.76649,400,10,0,1050,0,1,0,0,0),(14703,2559,0,1,1,11316,0,-1249.01,-3116.92,42.6192,4.4357,400,10,0,1050,0,1,0,0,0),(14702,2559,0,1,1,11316,0,-1216.98,-3012.95,45.8092,1.57666,400,10,0,1050,0,1,0,0,0),(14701,2572,0,1,1,2153,1,-988.764,-3657.44,79.1515,0.293328,400,10,0,1403,0,1,0,0,0),(14700,2559,0,1,1,11316,0,-1181.46,-2981.05,48.9406,0.578335,400,10,0,1050,0,1,0,0,0),(14699,2559,0,1,1,11316,0,-1179.6,-3048.14,40.5965,0.24445,400,10,0,1050,0,1,0,0,0),(14698,2561,0,1,1,961,0,-1684.6,-2811.87,39.6426,2.75678,400,5,0,1469,0,1,0,0,0),(14697,2561,0,1,1,961,0,-1683.36,-2749.53,47.2354,4.71757,400,5,0,1469,0,1,0,0,0),(14696,2559,0,1,1,11316,0,-1120.29,-2980.8,41.9999,1.91415,400,10,0,1050,0,1,0,0,0),(14695,2572,0,1,1,2153,1,-958.466,-3705.81,92.1076,4.06767,400,5,0,1403,0,1,0,0,0),(14694,2561,0,1,1,961,0,-1768.61,-2748.84,48.8114,3.27273,400,10,0,1469,0,1,0,0,0),(14693,2561,0,1,1,961,0,-1760.5,-2801.48,48.3108,2.28711,400,10,0,1469,0,1,0,0,0),(14692,2572,0,1,1,2153,1,-1039.77,-3694.41,88.1248,1.16937,400,0,0,1403,0,0,0,0,0),(14691,2561,0,1,1,961,0,-1752.37,-2850.71,44.9665,2.8686,400,10,0,1469,0,1,0,0,0),(14690,2572,0,1,1,2153,1,-1017.96,-3684.89,86.0248,4.418,400,5,0,1403,0,1,0,0,0),(14689,2572,0,1,1,2153,1,-1152.85,-3610.92,41.5629,2.30437,400,10,0,1403,0,1,0,0,0),(14688,2559,0,1,1,11316,0,-1147.31,-3055.67,38.7543,4.78687,400,10,0,1050,0,1,0,0,0),(14687,2559,0,1,1,11316,0,-880.177,-3613.46,76.9783,1.24472,400,5,0,1050,0,1,0,0,0),(14686,2561,0,1,1,961,0,-1783.3,-2705.52,49.821,1.11611,400,10,0,1469,0,1,0,0,0),(14685,2561,0,1,1,961,0,-1784.04,-2777.99,53.1458,1.57666,400,10,0,1469,0,1,0,0,0),(14684,2559,0,1,1,11316,0,-1117.55,-3050.62,41.8368,1.31513,400,10,0,1050,0,1,0,0,0),(14683,2572,0,1,1,2153,1,-1090.65,-3675.36,71.5291,2.15425,400,5,0,1403,0,1,0,0,0),(14682,2559,0,1,1,11316,0,-1146.65,-3149.91,44.358,5.68605,400,10,0,1050,0,1,0,0,0),(14681,2559,0,1,1,11316,0,-1115.4,-3184.86,45.9685,4.78467,400,5,0,1050,0,1,0,0,0),(14680,2561,0,1,1,961,0,-1753.44,-2680.2,40.5151,0.093841,400,5,0,1469,0,1,0,0,0),(14679,2559,0,1,1,11316,0,-1084.9,-1719.08,39.8159,2.4187,400,10,0,1050,0,1,0,0,0),(14678,2559,0,1,1,11316,0,-1151.99,-3221.7,32.5901,2.45859,400,10,0,1050,0,1,0,0,0),(14677,2559,0,1,1,11316,0,-1147.28,-3084.02,41.0106,4.79845,400,10,0,1050,0,1,0,0,0),(14676,2620,0,1,1,1072,0,-1132.52,-3163.76,45.7034,0.997597,400,10,0,8,0,1,0,0,0),(14675,2559,0,1,1,11316,0,-1086.66,-3215.08,43.6514,3.24729,400,10,0,1050,0,1,0,0,0),(14674,2561,0,1,1,961,0,-1792.3,-2652.75,51.2646,3.49237,400,5,0,1469,0,1,0,0,0),(14673,2566,0,1,1,3193,1,-1945.53,-2652.67,80.5085,5.54943,400,10,0,1403,0,1,0,0,0),(14672,2567,0,1,1,6170,1,-1915.55,-2682.25,68.3667,5.4798,400,5,0,1075,2763,1,0,0,0),(14671,2559,0,1,1,11316,0,-1147.51,-3298.86,42.1707,1.30215,400,10,0,1050,0,1,0,0,0),(14670,2566,0,1,1,3193,1,-1970.81,-2696.38,80.3125,2.72042,400,3,0,1403,0,1,0,0,0),(14669,2559,0,1,1,11316,0,-1105.91,-3240.22,36.7675,0.883775,400,10,0,1050,0,1,0,0,0),(14668,2559,0,1,1,11316,0,-1059.22,-3352.79,46.9394,6.2539,400,10,0,1050,0,1,0,0,0),(14667,2566,0,1,1,3193,1,-2018.83,-2649.62,80.7815,3.45359,400,10,0,1403,0,1,0,0,0),(14666,2566,0,1,1,3193,1,-2048.78,-2688.57,79.1041,5.54839,400,5,0,1403,0,1,0,0,0),(14665,2567,0,1,1,6170,1,-2001,-2716.59,81.0618,1.43937,400,3,0,1075,2763,1,0,0,0),(14664,2567,0,1,1,6170,1,-1947.7,-2753.07,76.8121,5.27109,400,0,0,1075,2763,2,0,0,0),(14663,2566,0,1,1,3193,1,-1877.38,-2722.49,56.1828,5.10228,400,10,0,1403,0,1,0,0,0),(14662,2566,0,1,1,3193,1,-1908.87,-2735.49,65.6033,1.50789,400,5,0,1403,0,1,0,0,0),(14661,2566,0,1,1,3193,1,-1848.96,-2748.08,52.4,4.04039,400,10,0,1403,0,1,0,0,0),(14660,2566,0,1,1,3193,1,-1882.69,-2790.81,66.4753,2.25834,400,3,0,1403,0,1,0,0,0),(14659,2566,0,1,1,3193,1,-1904.57,-2830.04,66.0962,3.46877,400,5,0,1403,0,1,0,0,0),(14658,2572,0,1,1,2153,1,-1044.19,-3840.4,147.458,5.35506,400,0,0,1403,0,0,0,0,0),(14657,2762,0,1,1,5490,0,-1413.11,-2684.88,51.4271,6.03152,400,10,0,1305,1482,1,0,0,0),(14656,2566,0,1,1,3193,1,-1879.21,-2852.16,64.0606,3.46952,400,5,0,1403,0,1,0,0,0),(14655,2559,0,1,1,11316,0,-1482.24,-2585.73,63.5937,0.867047,400,10,0,1050,0,1,0,0,0),(14654,2567,0,1,1,6170,1,-1855.55,-2812.6,63.0485,3.06358,400,10,0,1075,2763,1,0,0,0),(14653,2713,0,1,1,1716,1,-1427.4,-3035.18,32.268,3.14159,90,0,0,1305,1186,0,0,0,0),(14652,2783,0,1,1,4031,0,-1644.56,-1933.05,68.1722,0.174533,400,0,0,1676,0,0,0,0,0),(14651,24477,0,1,1,3988,1,-1605.23,-1940.24,68.5678,0.217917,400,0,0,1405,0,0,0,0,0),(14650,2712,0,1,1,1853,1,-1425.68,-3033.32,32.8839,3.07178,400,0,0,1604,0,0,0,0,0),(14649,24477,0,1,1,3988,1,-1585.33,-1939.23,68.2207,0.089231,400,0,0,1405,0,0,0,0,0),(14648,24477,0,1,1,3987,1,-1634.37,-1933.29,68.9609,5.94853,400,0,0,1405,0,0,0,0,0),(14647,2588,0,1,1,4017,1,-1639.4,-1918.76,68.9529,0.958364,400,0,0,1277,0,0,0,0,0),(14646,4075,0,1,1,1141,0,-1599.92,-1926.27,67.9631,3.24679,400,5,0,8,0,1,0,0,0),(14645,2591,0,1,1,0,1,-1628.39,-1919.25,68.9609,0.997192,400,0,0,1,0,0,0,0,0),(14644,2570,0,1,1,416,1,-1774.07,-1642.56,53.2363,1.39997,400,5,0,1248,1186,1,0,0,0),(14643,2591,0,1,1,0,1,-1586.96,-1881.76,68.5317,2.26183,400,0,0,1,0,0,0,0,0),(14642,2569,0,1,1,1051,1,-1642.37,-1744.46,67.6983,3.15475,400,0,0,1470,0,2,0,0,0),(14641,24477,0,1,1,3988,1,-1586.08,-1904.61,68.5456,4.76216,400,3,0,1405,0,1,0,0,0),(14640,24477,0,1,1,3987,1,-1603.01,-1859.86,68.0947,0.314159,400,0,0,1405,0,0,0,0,0),(14639,2588,0,1,1,4016,1,-1605.55,-1918.79,67.6552,0.045068,400,3,0,1277,0,1,0,0,0),(14637,2590,0,1,1,4014,1,-1594.04,-1830.74,68.44,1.17384,400,0,0,992,2680,0,0,0,0),(14636,2570,0,1,1,416,1,-1777.45,-1582.35,53.0013,3.61837,400,0,0,1248,1186,0,0,0,0),(14635,24477,0,1,1,3988,1,-1577.1,-1836.56,67.7967,0.96721,400,6,0,1405,0,1,0,0,0),(134520,5936,571,1,1,21975,0,657.644,-2701.82,-1.92944,1.78392,180,0,0,8982,0,2,0,0,0),(14633,2590,0,1,1,4014,1,-1580.67,-1859.8,68.4255,0.139626,400,0,0,992,2680,0,0,0,0),(14632,2584,0,1,1,4137,1,-1524.05,-1831.03,68.2974,1.79769,400,0,0,1336,0,0,0,0,0),(14631,4075,0,1,1,1418,0,-1559.07,-1802.18,67.6051,5.02751,400,10,0,8,0,1,0,0,0),(14630,2583,0,1,1,4139,1,-1542.16,-1773.03,68.7674,4.79417,400,3,0,1257,1142,1,0,0,0),(14629,2571,0,1,1,448,1,-1790.7,-1569.19,53.0372,5.28264,400,0,0,1605,0,0,0,0,0),(14628,2584,0,1,1,4137,1,-1533.06,-1831.08,68.1607,1.39626,400,0,0,1336,0,0,0,0,0),(14627,2570,0,1,1,416,1,-1792.71,-1594.79,53.4594,0.139354,400,3,0,1248,1186,1,0,0,0),(14626,2585,0,1,1,4144,1,-1504.84,-1762.03,68.676,4.02844,400,3,0,1604,0,1,0,0,0),(14625,2584,0,1,1,4138,1,-1533.86,-1780.24,68.4454,1.25664,400,0,0,1336,0,0,0,0,0),(14624,2584,0,1,1,4137,1,-1524.14,-1780.98,68.0966,1.91986,400,0,0,1336,0,0,0,0,0),(14623,2583,0,1,1,4140,1,-1545.08,-1744.71,68.3035,5.65337,400,0,0,1257,1142,0,0,0,0),(14622,2583,0,1,1,4139,1,-1522.76,-1760.03,67.1573,0.486498,400,10,0,1257,1142,1,0,0,0),(14621,4075,0,1,1,1418,0,-1502.67,-1703.97,68.2183,4.80365,400,5,0,8,0,1,0,0,0),(14620,2583,0,1,1,4140,1,-1504.05,-1722.82,68.9775,5.71604,400,0,0,1257,1142,0,0,0,0),(14619,2584,0,1,1,4138,1,-1527.74,-1774.07,67.664,4.58871,400,0,0,1336,0,2,0,0,0),(14618,2585,0,1,1,4144,1,-1528.26,-1689.72,68.897,4.81189,400,0,0,1604,0,0,0,0,0),(14617,2583,0,1,1,4140,1,-1563.03,-1714.86,67.3969,3.92116,400,0,0,1257,1142,0,0,0,0),(14616,2773,0,1,1,11568,0,-1723.2,-1534.92,55.9884,5.37561,5,5,0,1524,0,1,0,0,0),(14615,2584,0,1,1,4137,1,-1519.43,-1708.85,67.7182,5.55479,400,0,0,1336,0,2,0,0,0),(14614,2583,0,1,1,4140,1,-1651.96,-1628.02,68.7301,2.47161,400,0,0,1257,1142,0,0,0,0),(14613,4075,0,1,1,2176,0,-1599.14,-1633.68,68.6073,2.58599,400,5,0,8,0,1,0,0,0),(14612,2583,0,1,1,4139,1,-1608.8,-1651.05,68.1707,3.14862,400,10,0,1257,1142,1,0,0,0),(14611,2585,0,1,1,4144,1,-1586.1,-1628.74,68.6193,5.60115,400,0,0,1604,0,0,0,0,0),(14610,2583,0,1,1,4140,1,-1649.05,-1706.52,69.0118,5.74404,400,0,0,1257,1142,0,0,0,0),(14609,2584,0,1,1,4138,1,-1629.53,-1633.74,66.9207,4.97469,400,10,0,1336,0,1,0,0,0),(14608,2583,0,1,1,4139,1,-1645.01,-1660.96,69.0798,4.98349,400,0,0,1257,1142,0,0,0,0),(14607,2583,0,1,1,4139,1,-1587.04,-1726.65,67.4434,-1.69229,400,0,0,1257,1142,0,0,0,0),(14606,2584,0,1,1,4138,1,-1633.21,-1708.57,68.467,3.01121,400,0,0,1336,0,2,0,0,0),(14605,2584,0,1,1,4138,1,-1590.86,-1720.1,68.0504,5.07891,400,0,0,1336,0,0,0,0,0),(14604,2570,0,1,1,416,1,-1753.47,-1585.43,51.8045,5.32192,400,5,0,1248,1186,1,0,0,0),(14603,2584,0,1,1,4138,1,-1580.57,-1720.48,67.8083,4.66003,400,0,0,1336,0,0,0,0,0),(14602,2571,0,1,1,448,1,-1750.67,-1522.96,61.0096,0.014966,400,5,0,1605,0,1,0,0,0),(14601,2558,0,1,1,4002,1,-1697.65,-1731.96,56.1629,5.51098,400,0,0,1469,0,0,0,0,0),(14600,2559,0,1,1,11316,0,-1120.04,-2550.2,52.9232,3.45508,400,10,0,1050,0,1,0,0,0),(14599,2571,0,1,1,448,1,-1772.13,-1609.34,52.0132,1.25789,400,5,0,1605,0,1,0,0,0),(14598,2569,0,1,1,1051,1,-1712.11,-1721.47,53.1158,4.49069,400,5,0,1470,0,1,0,0,0),(14597,2559,0,1,1,11316,0,-1110.19,-2649.74,50.441,3.13183,400,10,0,1050,0,1,0,0,0),(14596,2558,0,1,1,4002,1,-1723.22,-1740.31,52.671,3.12991,400,0,0,1469,0,0,0,0,0),(14595,2570,0,1,1,416,1,-1740.46,-1643.3,52.0271,1.31898,400,0,0,1248,1186,2,0,0,0),(14594,2569,0,1,1,1051,1,-1734.1,-1643.9,52.4077,2.90514,400,5,0,1470,0,1,0,0,0),(14593,2569,0,1,1,1051,1,-1737.47,-1694.55,53.1683,4.14017,400,5,0,1470,0,1,0,0,0),(14592,4075,0,1,1,1141,0,-1709.69,-1716.47,53.8838,1.49603,400,10,0,8,0,1,0,0,0),(14591,2570,0,1,1,416,1,-1751.9,-1619.8,52.8001,1.72672,400,5,0,1248,1186,1,0,0,0),(14590,4075,0,1,1,1418,0,-1696.02,-1552.24,55.4542,6.20962,400,5,0,8,0,1,0,0,0),(14589,2571,0,1,1,448,1,-1715.73,-1548.63,55.7366,0.391977,400,5,0,1605,0,1,0,0,0),(14588,2571,0,1,1,448,1,-1710.64,-1584.16,54.2143,0.941179,400,5,0,1605,0,1,0,0,0),(14587,2570,0,1,1,416,1,-1684.29,-1568.41,56.196,3.93163,400,5,0,1248,1186,1,0,0,0),(14586,2588,0,1,1,4016,1,-1678.68,-1930.02,80.6493,2.05374,400,5,0,1277,0,1,0,0,0),(14585,2570,0,1,1,416,1,-1733.33,-1604.25,53.2191,5.55564,400,0,0,1248,1186,0,0,0,0),(14584,24477,0,1,1,3987,1,-1686.06,-1803.99,82.851,0.15708,400,0,0,1405,0,0,0,0,0),(14583,2349,0,1,1,6808,0,-482.703,-1818.6,70.2587,0.468014,400,5,0,664,0,1,0,0,0),(14582,2569,0,1,1,1051,1,-1735.24,-1587.4,51.7258,5.35673,400,5,0,1470,0,1,0,0,0),(14581,4075,0,1,1,2176,0,-1745.05,-1574.52,52.6795,5.5426,400,5,0,8,0,1,0,0,0),(14580,24477,0,1,1,3987,1,-1648.91,-1811.61,80.0251,6.14356,400,0,0,1405,0,0,0,0,0),(14578,2588,0,1,1,4017,1,-1658.59,-1820.37,81.4324,2.61343,400,5,0,1277,0,1,0,0,0),(14577,2590,0,1,1,4014,1,-1663.5,-1803.53,83.0723,3.42668,400,0,0,992,2680,0,0,0,0),(14576,2597,0,1,1,3985,1,-1709.68,-1803.8,101.791,0.069813,400,0,0,2286,0,0,0,0,0),(14572,2612,0,1,1,4141,1,-1528.31,-1843.3,67.7893,1.53044,400,0,1,1135,1779,2,0,0,0),(14573,2599,0,1,1,3971,1,-1706.6,-1810.7,101.791,0.628319,400,0,0,1046,0,0,0,0,0),(14574,2738,0,1,1,4145,1,-1525.9,-1845.88,67.7647,1.53044,400,0,0,958,0,0,0,0,0),(14571,2564,0,1,1,1054,1,-1238.57,-2015.16,44.0483,3.04785,400,3,0,1221,0,1,0,0,0),(14570,2588,0,1,1,4016,1,-1708.19,-1829.74,108.337,5.80644,400,0,0,1277,0,0,0,0,0),(14569,24477,0,1,1,3987,1,-1685.51,-1797.41,100.414,0.03493,400,5,0,1405,0,1,0,0,0),(14568,2591,0,1,1,0,1,-1703.68,-1801.47,101.708,3.07838,400,0,0,1,0,0,0,0,0),(14567,24477,0,1,1,3988,1,-1711.99,-1822.42,93.2166,0.05236,400,0,0,1405,0,0,0,0,0),(14566,2591,0,1,1,0,1,-1699.67,-1806.6,101.671,3.20664,400,0,0,1,0,0,0,0,0),(14565,2588,0,1,1,4016,1,-1674.7,-1796.07,100.414,4.99897,400,3,0,1277,0,1,0,0,0),(14564,2591,0,1,1,0,1,-1698.05,-1818.78,93.1325,1.25581,400,0,0,1,0,0,0,0,0),(14563,2569,0,1,1,1051,1,-1791.11,-1614.43,53.1394,1.4137,400,0,0,1470,0,0,0,0,0),(14562,2564,0,1,1,1054,1,-1239.17,-2057.78,48.4124,1.90842,400,3,0,1221,0,1,0,0,0),(134519,5936,571,1,1,21975,0,168.621,-2742.33,-3.94278,6.17443,180,5,0,8982,0,1,0,0,0),(14560,2590,0,1,1,4015,1,-1696.67,-1797.34,84.3108,4.73097,400,0,0,992,2680,0,0,0,0),(14559,4075,0,1,1,1418,0,-1777.47,-1619.28,52.8882,2.59774,400,5,0,8,0,1,0,0,0),(14557,2590,0,1,1,4014,1,-1713.94,-1780.49,83.4918,4.97419,400,0,0,992,2680,0,0,0,0),(14556,2591,0,1,1,0,1,-1680.75,-1820.69,100.414,1.83006,400,0,0,1,0,0,0,0,0),(14555,24477,0,1,1,3987,1,-1710.32,-1812.14,84.3942,3.92699,400,0,0,1405,0,0,0,0,0),(14554,24477,0,1,1,3987,1,-1713.94,-1783.12,83.4918,1.44862,400,0,0,1405,0,0,0,0,0),(14553,24477,0,1,1,3988,1,-1644.38,-1822.68,79.1824,6.28164,400,0,0,1405,0,2,0,0,0),(14552,2588,0,1,1,4016,1,-1681.81,-1780.65,84.3108,0.476071,400,5,0,1277,0,1,0,0,0),(52011,24833,584,1,1,22659,0,37.0303,4.62236,6.17641,1,120,0,0,1474,0,2,0,0,0),(14550,2569,0,1,1,1051,1,-1757.61,-1666,53.47,4.99135,400,5,0,1470,0,1,0,0,0),(14549,2590,0,1,1,4015,1,-1715.45,-1908.69,81.295,2.96819,400,0,0,992,2680,0,0,0,0),(14548,24477,0,1,1,3987,1,-1647.47,-1866.89,80.7533,2.07694,400,5,0,1405,0,1,0,0,0),(34047,5081,0,1,1,3010,0,-9102.33,834.774,105.201,5.11381,180,0,0,713,0,0,0,0,0),(14546,2590,0,1,1,4015,1,-1636.87,-1894.07,81.6696,4.76974,400,3,0,992,2680,1,0,0,0),(14545,2588,0,1,1,4016,1,-1711.4,-1895.82,80.6097,0.988817,400,5,0,1277,0,1,0,0,0),(34033,30706,1,1,1,27252,1,1839.02,-4465.98,47.4793,3.38594,180,0,0,902,2680,0,0,0,0),(14542,2590,0,1,1,4014,1,-1694.56,-1910.39,81.7269,1.55334,400,0,0,992,2680,0,0,0,0),(14541,2590,0,1,1,4014,1,-1696.89,-1926.68,86.5763,6.26573,400,0,0,992,2680,0,0,0,0),(14540,24477,0,1,1,3987,1,-1693,-1926.1,86.5761,3.49066,400,0,0,1405,0,0,0,0,0),(14539,24477,0,1,1,3987,1,-1624.48,-1790.6,80.6915,1.78172,400,0,0,1405,0,2,0,0,0),(14538,24477,0,1,1,3987,1,-1680.11,-1891.11,79.4196,4.36304,400,5,0,1405,0,1,0,0,0),(14537,2588,0,1,1,4016,1,-1627.86,-1916.75,73.7215,0.609328,400,3,0,1277,0,1,0,0,0),(14536,2588,0,1,1,4016,1,-1633.51,-1794.7,80.2895,0.069125,400,3,0,1277,0,1,0,0,0),(14535,2591,0,1,1,0,1,-1645.85,-1919.64,73.8104,3.54302,400,0,0,1,0,0,0,0,0),(14534,2762,0,1,1,5490,0,-1352.93,-2780.61,52.8388,3.02566,400,5,0,1305,1482,1,0,0,0),(14533,2762,0,1,1,5490,0,-1278.76,-2744.07,52.9249,2.1649,400,10,0,1305,1482,1,0,0,0),(14532,2762,0,1,1,5490,0,-1329.93,-2706.24,60.0018,3.13371,400,10,0,1305,1482,1,0,0,0),(14531,2762,0,1,1,5490,0,-1353.3,-2680.84,69.1467,2.76242,400,10,0,1305,1482,1,0,0,0),(14530,2762,0,1,1,5490,0,-1316.9,-2785.59,57.0789,4.16393,400,10,0,1305,1482,1,0,0,0),(14529,2574,0,1,1,511,1,-887.565,-3911.44,135.023,1.44862,400,3,0,1469,0,1,0,0,0),(14528,2588,0,1,1,4016,1,-1721.11,-1880,81.6367,5.6397,400,3,0,1277,0,1,0,0,0),(14527,2762,0,1,1,5490,0,-1383.47,-2757.88,53.0001,3.12402,400,10,0,1305,1482,1,0,0,0),(14526,2762,0,1,1,5490,0,-1379.65,-2716.35,57.4799,1.61179,400,10,0,1305,1482,1,0,0,0),(14525,2559,0,1,1,11316,0,-1181.23,-3246.57,30.6327,1.47885,400,10,0,1050,0,1,0,0,0),(14524,2572,0,1,1,2153,1,-1092.57,-3748.28,90.1582,2.31382,400,3,0,1403,0,1,0,0,0),(14523,2572,0,1,1,2153,1,-1065.84,-3836.19,132.583,3.89852,400,3,0,1403,0,1,0,0,0),(14522,24477,0,1,1,3987,1,-1677.75,-1847.22,80.0846,5.63741,400,0,0,1405,0,0,0,0,0),(14521,2572,0,1,1,2153,1,-971.368,-3716.26,93.8112,4.13143,400,0,0,1403,0,0,0,0,0),(14520,12920,0,1,1,12928,1,-1018.77,-3509.47,63.0335,0.855211,400,0,0,2576,0,0,0,0,0),(14519,2592,0,1,1,9587,0,-1516.58,-2182.69,17.3096,0.279253,400,10,0,1604,0,1,0,0,0),(14518,2592,0,1,1,9587,0,-1516.54,-2214.58,18.2403,1.96272,400,5,0,1604,0,1,0,0,0),(14517,4063,0,1,1,373,1,-799.488,-3187.84,81.9862,4.96308,400,0,1,156,3075,2,0,0,0),(14516,2765,0,1,1,373,1,-799.488,-3187.84,81.9862,4.98765,400,0,1,219,0,2,0,0,0),(14515,2764,0,1,1,2299,1,-799.488,-3187.84,81.9862,4.97949,400,0,1,184,1283,2,0,0,0),(14514,2611,0,1,1,1918,0,-799.488,-3187.84,81.9862,4.96305,400,0,1,3820,0,2,0,0,0),(14513,2559,0,1,1,11316,0,-1045.42,-3229.63,42.0618,4.92089,400,10,0,1050,0,1,0,0,0),(14512,2563,0,1,1,1103,0,-1156.36,-3107.4,45.2701,5.71466,400,10,0,1163,0,1,0,0,0),(14511,2559,0,1,1,11316,0,-1218.65,-3216.66,42.466,3.9516,400,10,0,1050,0,1,0,0,0),(14510,2559,0,1,1,11316,0,-1071.81,-3275.16,42.9651,5.02425,400,10,0,1050,0,1,0,0,0),(14509,2559,0,1,1,11316,0,-992.667,-3380.8,55.8901,1.82381,400,10,0,1050,0,1,0,0,0),(14508,2559,0,1,1,11316,0,-1017.99,-3314.89,52.9859,0.061916,400,10,0,1050,0,1,0,0,0),(14507,2559,0,1,1,11316,0,-1012.07,-3350.67,52.8741,2.04581,400,10,0,1050,0,1,0,0,0),(14506,2563,0,1,1,1103,0,-944.454,-3355.57,64.1904,0.427244,400,10,0,1163,0,1,0,0,0),(14505,2760,0,1,1,2172,0,-868.848,-1795.75,41.221,6.11843,400,5,0,1604,0,1,0,0,0),(14504,2760,0,1,1,2172,0,-848.952,-1789.83,40.3907,5.84351,400,5,0,1604,0,1,0,0,0),(14503,2760,0,1,1,2172,0,-865.67,-1774.11,40.3907,4.70675,400,5,0,1604,0,1,0,0,0),(14502,2760,0,1,1,2172,0,-845.871,-1818.27,43.4931,4.68572,400,10,0,1604,0,1,0,0,0),(14501,2563,0,1,1,1103,0,-946.286,-2166.15,54.0519,4.46788,400,10,0,1163,0,1,0,0,0),(14500,2560,0,1,1,180,0,-954.08,-2301.96,48.1373,1.60984,400,5,0,1221,0,1,0,0,0),(14499,2560,0,1,1,180,0,-974.721,-2541.71,62.5297,4.69481,400,10,0,1221,0,1,0,0,0),(14498,2600,0,1,1,4026,1,-877.05,-2029.76,34.4662,4.60921,7200,0,0,1064,1007,0,0,0,0),(14497,2559,0,1,1,11316,0,-1315.44,-2324.49,58.3446,6.02447,400,5,0,1050,0,1,0,0,0),(14496,2562,0,1,1,1052,1,-1241.94,-2221.55,56.7471,3.14745,400,5,0,1163,0,1,0,0,0),(14495,2559,0,1,1,11316,0,-1279.89,-2291.01,60.0373,3.37425,400,5,0,1050,0,1,0,0,0),(14494,2562,0,1,1,1052,1,-1154.67,-2191.18,58.3234,3.06585,400,10,0,1163,0,1,0,0,0),(14493,2562,0,1,1,1052,1,-1179.68,-2205.32,56.9194,1.20963,400,10,0,1163,0,1,0,0,0),(14492,2562,0,1,1,1052,1,-1081.85,-2051.48,62.2639,5.68851,400,10,0,1163,0,1,0,0,0),(14491,2553,0,1,1,3993,1,-1150.18,-1983.7,64.4856,1.3959,400,10,0,847,2253,1,0,0,0),(97102,25882,530,1,1,0,0,-2182.04,8114.94,-18.6788,0.440769,180,5,0,42,0,1,0,0,0),(14489,2553,0,1,1,3994,1,-1081.29,-2112.12,51.4452,2.35969,400,10,0,847,2253,1,0,0,0),(14488,2562,0,1,1,1052,1,-1124.32,-2148.72,54.9609,2.81495,400,5,0,1163,0,1,0,0,0),(14487,2562,0,1,1,1052,1,-1112.33,-2060.16,58.637,1.19718,400,5,0,1163,0,1,0,0,0),(14486,2562,0,1,1,1052,1,-1286.47,-1988.54,64.0455,5.42684,400,10,0,1163,0,1,0,0,0),(14485,2562,0,1,1,1052,1,-1117.84,-2013.22,63.3482,5.5807,400,10,0,1163,0,1,0,0,0),(14484,2562,0,1,1,1052,1,-1321.1,-2090.92,58.2376,4.38949,400,10,0,1163,0,1,0,0,0),(14246,2562,0,1,1,1052,1,-1220.37,-1982.39,67.5082,3.22077,400,10,0,1163,0,1,0,0,0),(14245,2552,0,1,1,3986,0,-1244.33,-2020.27,67.5625,2.75204,400,10,0,1050,0,1,0,0,0),(14244,2562,0,1,1,1052,1,-1281.18,-2050.35,63.0741,4.82263,400,10,0,1163,0,1,0,0,0),(14243,2562,0,1,1,1052,1,-1276.99,-2110.54,64.8585,4.58934,400,10,0,1163,0,1,0,0,0),(14242,2562,0,1,1,1052,1,-1219.8,-2151.89,75.243,0.577388,400,5,0,1163,0,1,0,0,0),(14240,2562,0,1,1,1052,1,-1185.73,-2150.31,58.739,5.62094,400,5,0,1163,0,1,0,0,0),(14239,2562,0,1,1,1052,1,-1276.15,-2170.15,60.2254,0.988823,400,10,0,1163,0,1,0,0,0),(14238,2562,0,1,1,1052,1,-1254.15,-2170.66,62.1793,4.84724,400,5,0,1163,0,1,0,0,0),(14233,2564,0,1,1,1054,1,-1236.94,-2077.03,51.9654,3.32885,400,3,0,1221,0,1,0,0,0),(14232,2564,0,1,1,1054,1,-1223.81,-2047.64,44.8272,2.35394,400,3,0,1221,0,1,0,0,0),(14231,2564,0,1,1,1054,1,-1194.16,-2005.66,31.2917,0.552554,400,3,0,1221,0,1,0,0,0),(13834,2564,0,1,1,1054,1,-1207.1,-2032.84,39.2927,1.41958,400,3,0,1221,0,1,0,0,0),(13417,2564,0,1,1,1054,1,-1168.74,-2048.22,37.7092,3.94033,400,3,0,1221,0,1,0,0,0),(13394,2564,0,1,1,1054,1,-1194.16,-2109.44,54.0963,3.68236,400,0,0,1221,0,2,0,0,0),(13392,2564,0,1,1,1054,1,-1202.86,-2087.67,49.5209,0.130087,400,5,0,1221,0,1,0,0,0),(13391,2555,0,1,1,3995,1,-1199.68,-2040.94,38.7946,3.17742,400,5,0,1021,963,1,0,0,0),(13390,2564,0,1,1,1054,1,-1186.49,-2065.48,41.2948,0.971378,400,3,0,1221,0,1,0,0,0),(13389,2564,0,1,1,1054,1,-1186.38,-2038.28,35.693,4.92561,400,3,0,1221,0,1,0,0,0),(13388,2564,0,1,1,1054,1,-1203.61,-2075.38,46.5408,0.073239,400,5,0,1221,0,1,0,0,0),(13387,2557,0,1,1,4000,1,-2032.18,-3276.97,55.7733,4.11658,400,5,0,1160,1067,1,0,0,0),(13386,2565,0,1,1,1104,0,-1450.83,-2824.29,44.4413,1.4416,400,10,0,1403,0,1,0,0,0),(13385,2556,0,1,1,3998,1,-2023.14,-3313.78,54.8828,5.42797,400,0,0,1279,0,0,0,0,0),(13384,2565,0,1,1,1104,0,-1488.09,-2789.51,46.8214,1.21593,400,10,0,1403,0,1,0,0,0),(13383,2557,0,1,1,4000,1,-2022.13,-3292.49,53.0674,5.09881,400,5,0,1160,1067,1,0,0,0),(13382,2555,0,1,1,3995,1,-1978.56,-3312.65,57.2553,4.98269,400,5,0,1021,963,1,0,0,0),(13381,2565,0,1,1,1104,0,-1551.24,-2882.89,25.4928,4.68113,400,10,0,1403,0,1,0,0,0),(13380,2555,0,1,1,3995,1,-2020.43,-3316.22,54.7064,2.51327,400,0,0,1021,963,0,0,0,0),(13379,2565,0,1,1,1104,0,-1546.55,-2781.53,39.9493,4.26403,400,5,0,1403,0,1,0,0,0),(13378,2556,0,1,1,3997,1,-1986.88,-3302.13,55.4795,5.8162,400,5,0,1279,0,1,0,0,0),(13377,2556,0,1,1,3998,1,-1982.89,-3305.47,56.4155,5.63451,400,0,0,1279,0,0,0,0,0),(13376,2556,0,1,1,3998,1,-1969.16,-3312.24,56.2644,4.77856,400,5,0,1279,0,1,0,0,0),(13375,2609,0,1,1,10911,0,-906.833,-3847.56,141.588,4.11898,7200,0,0,1239,3191,0,0,0,0),(13374,2556,0,1,1,3998,1,-1967.18,-3334.6,55.5845,0.346548,400,0,0,1279,0,0,0,0,0),(13373,2560,0,1,1,180,0,-1564.03,-2828.72,38.9518,0.739787,400,5,0,1221,0,1,0,0,0),(13372,2556,0,1,1,3998,1,-1781.05,-3385.63,40.9666,0.982794,400,5,0,1279,0,1,0,0,0),(13371,2565,0,1,1,1104,0,-1597.97,-2760.01,38.2208,2.74621,400,5,0,1403,0,1,0,0,0),(13370,2555,0,1,1,3995,1,-1781.99,-3362.81,33.5837,3.68758,400,5,0,1021,963,1,0,0,0),(13369,2555,0,1,1,3995,1,-1743.89,-3442.71,52.4415,5.0755,400,3,0,1021,963,1,0,0,0),(13367,2556,0,1,1,3998,1,-1715.15,-3429.85,45.4451,0.862805,400,3,0,1279,0,1,0,0,0),(13351,2556,0,1,1,3997,1,-1811.49,-3431.56,55.1608,4.15272,400,5,0,1279,0,1,0,0,0),(13350,2561,0,1,1,961,0,-1683.4,-2685.94,43.6452,1.56689,400,5,0,1469,0,1,0,0,0),(13349,2555,0,1,1,3996,1,-1793.47,-3424.43,47.1484,0.376473,400,5,0,1021,963,1,0,0,0),(13348,2556,0,1,1,3997,1,-1749.75,-3419.51,44.9633,5.96143,400,3,0,1279,0,1,0,0,0),(13347,2563,0,1,1,1103,0,-1609.38,-2673.48,39.7516,5.11294,400,10,0,1163,0,1,0,0,0),(13346,2555,0,1,1,3995,1,-1824.67,-3406.51,45.7858,0.069917,400,5,0,1021,963,1,0,0,0),(13345,2556,0,1,1,3998,1,-1804.76,-3409.78,45.4108,4.4555,400,3,0,1279,0,1,0,0,0),(13344,2556,0,1,1,3998,1,-1855.43,-3387.21,58.4013,3.67612,400,3,0,1279,0,1,0,0,0),(13343,2563,0,1,1,1103,0,-1601.23,-2590.2,43.9912,2.71464,400,10,0,1163,0,1,0,0,0),(13342,2556,0,1,1,3998,1,-1860.94,-3351.78,52.098,3.1768,400,3,0,1279,0,1,0,0,0),(13341,2563,0,1,1,1103,0,-1515.09,-2591.81,63.5558,4.79845,400,10,0,1163,0,1,0,0,0),(13340,2559,0,1,1,11316,0,-1405.33,-2550.33,73.481,2.59579,400,10,0,1050,0,1,0,0,0),(13339,2559,0,1,1,11316,0,-1345.59,-2549.62,68.6987,5.91573,400,10,0,1050,0,1,0,0,0),(13338,2559,0,1,1,11316,0,-1452.61,-2480.53,61.1891,1.78055,400,10,0,1050,0,1,0,0,0),(13337,2555,0,1,1,3995,1,-1897.7,-3284.09,68.2106,0.88748,400,5,0,1021,963,1,0,0,0),(13336,2554,0,1,1,3991,1,-1886.15,-3209.98,55.868,2.58637,400,5,0,1163,0,1,0,0,0),(13335,2555,0,1,1,3995,1,-1886.22,-3188.74,56.6453,6.0465,400,3,0,1021,963,1,0,0,0),(13317,2555,0,1,1,3996,1,-1894.63,-3207.35,56.618,4.7082,400,5,0,1021,963,1,0,0,0),(13315,2586,0,1,1,3984,1,-893.874,-2114.54,45.949,3.07211,400,10,0,1050,0,1,0,0,0),(13314,2554,0,1,1,3992,1,-1909.41,-3209.53,60.5089,3.7391,400,5,0,1163,0,1,0,0,0),(13313,2586,0,1,1,3984,1,-923.797,-2087.77,48.1807,2.89714,400,10,0,1050,0,1,0,0,0),(13312,2554,0,1,1,3992,1,-1881.57,-3189.09,56.6453,2.87899,400,3,0,1163,0,1,0,0,0),(13311,2586,0,1,1,3984,1,-910.356,-2052.62,49.6462,2.94708,400,5,0,1050,0,1,0,0,0),(13310,2586,0,1,1,3984,1,-850.393,-2115.6,41.7632,4.24175,400,10,0,1050,0,1,0,0,0),(13309,2554,0,1,1,3992,1,-1898.97,-3175.27,64.8953,2.41213,400,5,0,1163,0,1,0,0,0),(13308,2554,0,1,1,3992,1,-1911.25,-3020.16,65.8273,6.14771,400,5,0,1163,0,1,0,0,0),(13307,2589,0,1,1,3987,1,-848.618,-2078.6,34.9588,5.17929,400,5,0,1107,0,1,0,0,0),(13306,2559,0,1,1,11316,0,-1270.58,-2705.92,46.4409,5.73741,400,5,0,1050,0,1,0,0,0),(13305,2563,0,1,1,1103,0,-1137.5,-2686.74,54.7356,5.55823,400,10,0,1163,0,1,0,0,0),(13304,2586,0,1,1,3984,1,-842.455,-2090.78,35.3338,5.73309,400,10,0,1050,0,1,0,0,0),(13303,2586,0,1,1,3984,1,-813.693,-2114.93,34.3693,5.09721,400,10,0,1050,0,1,0,0,0),(13302,2559,0,1,1,11316,0,-1210.79,-2740.85,50.3182,4.17391,400,10,0,1050,0,1,0,0,0),(13301,2578,0,1,1,10824,0,-1140.68,-2675.56,53.6252,0.659503,400,10,0,1107,0,1,0,0,0),(13300,2587,0,1,1,3982,1,-873.377,-2071.21,35.6325,1.96048,400,0,0,1163,0,0,0,0,0),(13299,2442,0,1,1,1060,0,-821.191,-2038.89,34.4726,3.74054,400,5,0,1,0,1,0,0,0),(13298,2442,0,1,1,1060,0,-805.896,-2029.88,34.8646,4.98771,400,10,0,1,0,1,0,0,0),(13297,2559,0,1,1,11316,0,-1106.65,-2714.57,46.0795,4.41533,400,10,0,1050,0,1,0,0,0),(13296,2579,0,1,1,1105,0,-1781.92,-2908.32,47.0598,3.09466,400,10,0,1279,0,1,0,0,0),(13295,2557,0,1,1,4000,1,-2065.27,-3268.88,50.428,5.59376,400,5,0,1160,1067,1,0,0,0),(13294,2442,0,1,1,1060,0,-818.987,-2026.75,34.2396,4.79028,400,10,0,1,0,1,0,0,0),(13293,2557,0,1,1,3999,1,-2095.68,-3288.88,51.7259,2.48169,400,5,0,1160,1067,1,0,0,0),(13292,2559,0,1,1,11316,0,-911.686,-2748.97,61.707,1.39794,400,5,0,1050,0,1,0,0,0),(13291,2442,0,1,1,1060,0,-841.109,-2043.25,34.7063,3.32009,400,10,0,1,0,1,0,0,0),(13290,2557,0,1,1,4000,1,-2083.95,-3270.32,51.2645,5.93646,400,5,0,1160,1067,1,0,0,0),(13289,2563,0,1,1,1103,0,-932.445,-2785,61.1521,5.4742,400,5,0,1163,0,1,0,0,0),(13288,2555,0,1,1,3996,1,-2037.86,-3319.09,58.5201,3.65856,400,5,0,1021,963,1,0,0,0),(13287,2442,0,1,1,1060,0,-841.587,-2020.29,34.3902,1.96309,400,10,0,1,0,1,0,0,0),(13286,2442,0,1,1,1060,0,-814.737,-2041.95,34.6381,1.51899,400,10,0,1,0,1,0,0,0),(13285,2555,0,1,1,3996,1,-2046.56,-3355.6,61.0729,0.034907,400,0,0,1021,963,0,0,0,0),(13284,2589,0,1,1,3987,1,-878.305,-2055.3,34.8076,4.24011,400,5,0,1107,0,1,0,0,0),(13283,2563,0,1,1,1103,0,-941.528,-2858.24,65.789,6.28226,400,5,0,1163,0,1,0,0,0),(13282,2563,0,1,1,1103,0,-945.816,-2951.12,72.2057,3.54674,400,5,0,1163,0,1,0,0,0),(13281,2563,0,1,1,1103,0,-930.881,-2898.27,70.2132,5.78368,400,5,0,1163,0,1,0,0,0),(13280,2556,0,1,1,3997,1,-2040.35,-3355.3,60.8212,3.22886,400,0,0,1279,0,0,0,0,0),(13279,2760,0,1,1,2172,0,-915.854,-1821.03,51.7005,2.74012,400,10,0,1604,0,1,0,0,0),(13278,2760,0,1,1,2172,0,-877.01,-1819.88,44.0376,0.064321,400,3,0,1604,0,1,0,0,0),(13277,2559,0,1,1,11316,0,-1084.85,-2716.7,43.236,6.18108,400,10,0,1050,0,1,0,0,0),(13276,2559,0,1,1,11316,0,-974.747,-2076.56,54.3054,4.80745,400,10,0,1050,0,1,0,0,0),(13275,2793,0,1,1,6168,0,-2098.22,-2837.68,79.1394,0.628319,400,0,0,1357,1236,0,0,0,0),(13274,2566,0,1,1,3193,1,-2020.39,-2829.26,74.8795,5.52859,400,3,0,1403,0,1,0,0,0),(13273,2567,0,1,1,6170,1,-2053.25,-2798.53,72.5243,2.34442,400,3,0,1075,2763,1,0,0,0),(13272,2559,0,1,1,11316,0,-1414.65,-2357.69,61.6348,5.02415,400,5,0,1050,0,1,0,0,0),(13271,2563,0,1,1,1103,0,-1182.42,-1475.37,55.1526,1.55908,400,10,0,1163,0,1,0,0,0),(13270,2620,0,1,1,1072,0,-1301.8,-1495.26,57.2567,1.48279,400,10,0,8,0,1,0,0,0),(13269,2760,0,1,1,2172,0,-817.706,-1758.89,48.3385,4.792,400,10,0,1604,0,1,0,0,0),(13267,2563,0,1,1,1103,0,-1148.65,-1485.06,53.7977,1.55655,400,10,0,1163,0,1,0,0,0),(13266,2559,0,1,1,11316,0,-621.928,-1976.64,58.2363,2.22317,400,10,0,1050,0,1,0,0,0),(13265,2563,0,1,1,1103,0,-1011.2,-2711.05,60.0725,1.77547,400,3,0,1163,0,1,0,0,0),(13264,2563,0,1,1,1103,0,-987.2,-2664.5,64.9016,1.45626,400,5,0,1163,0,1,0,0,0),(13263,2592,0,1,1,9587,0,-1513.65,-2150.64,17.3566,4.75411,400,10,0,1604,0,1,0,0,0),(13262,2592,0,1,1,9587,0,-1510.63,-2123.24,18.8566,2.12938,400,3,0,1604,0,1,0,0,0),(13261,2760,0,1,1,2172,0,-840.773,-1743.89,46.6874,1.85627,400,3,0,1604,0,1,0,0,0),(13260,2559,0,1,1,11316,0,-861.829,-3387.52,75.1961,1.37918,400,5,0,1050,0,1,0,0,0),(13259,2761,0,1,1,5561,0,-806.399,-3314.1,79.3342,1.5133,400,3,0,1305,1186,1,0,0,0),(13258,2572,0,1,1,2153,1,-960.315,-3691.94,90.1212,2.4156,400,0,0,1403,0,0,0,0,0),(13257,2574,0,1,1,511,1,-983.5,-3869.23,149.239,1.14465,400,3,0,1469,0,1,0,0,0),(13256,2760,0,1,1,2172,0,-886.764,-1854.16,59.454,1.20355,400,10,0,1604,0,1,0,0,0),(13254,2574,0,1,1,511,1,-827.224,-3899.4,144.724,0.71805,400,3,0,1469,0,1,0,0,0),(13253,2572,0,1,1,2153,1,-1121,-3690.8,92.2208,3.78158,400,3,0,1403,0,1,0,0,0),(13252,2574,0,1,1,511,1,-892.545,-3999.57,145.279,3.15002,400,3,0,1469,0,1,0,0,0),(13251,2586,0,1,1,3984,1,-924.869,-2010.71,52.1717,1.33955,400,5,0,1050,0,1,0,0,0),(13250,2572,0,1,1,2153,1,-970.39,-3656.41,79.6211,0.078271,400,10,0,1403,0,1,0,0,0),(13249,2620,0,1,1,1072,0,-984.217,-3667.76,82.8598,0.238353,400,10,0,8,0,1,0,0,0),(13248,2555,0,1,1,3995,1,-1682.86,-3449.78,50.2302,3.06497,400,5,0,1021,963,1,0,0,0),(13247,2555,0,1,1,3996,1,-1612.23,-3384.3,34.3492,1.08045,400,5,0,1021,963,1,0,0,0),(13246,2556,0,1,1,3997,1,-1679.58,-3483.1,54.0604,1.91356,400,5,0,1279,0,1,0,0,0),(13245,2556,0,1,1,3997,1,-1645.89,-3454.44,53.515,1.9513,400,5,0,1279,0,1,0,0,0),(13244,2554,0,1,1,3992,1,-1769.81,-3169.25,38.6218,3.98069,400,5,0,1163,0,1,0,0,0),(13243,2589,0,1,1,3987,1,-748.745,-2013.54,34.3811,4.91374,400,0,0,1107,0,0,0,0,0),(13242,2555,0,1,1,3995,1,-1759.84,-3138.71,30.5796,0.243307,400,5,0,1021,963,1,0,0,0),(13241,2554,0,1,1,3991,1,-1742.82,-3151.56,29.5796,0.098429,400,5,0,1163,0,1,0,0,0),(13240,2554,0,1,1,3991,1,-1756.43,-3126.98,32.743,2.37002,400,5,0,1163,0,1,0,0,0),(13239,2556,0,1,1,3997,1,-1788.09,-3180.57,39.2468,2.67212,400,5,0,1279,0,1,0,0,0),(13238,2592,0,1,1,9587,0,-1480.56,-2178.74,17.7642,1.45414,400,5,0,1604,0,1,0,0,0),(12912,2586,0,1,1,3984,1,-871.817,-2083.12,35.0714,6.0909,400,5,0,1050,0,1,0,0,0),(12911,2589,0,1,1,3988,1,-882.541,-2028.72,34.4464,1.71346,400,5,0,1107,0,1,0,0,0),(12910,2586,0,1,1,3984,1,-888.559,-2073.09,35.1964,2.04763,400,5,0,1050,0,1,0,0,0),(12909,2587,0,1,1,3983,1,-882.22,-2022.57,34.4813,4.63799,400,5,0,1163,0,1,0,0,0),(12908,2555,0,1,1,3995,1,-1856.33,-3252.49,44.0941,1.37404,400,5,0,1021,963,1,0,0,0),(12907,2587,0,1,1,3982,1,-882.812,-2041.15,34.0576,3.11816,400,5,0,1163,0,1,0,0,0),(12906,2589,0,1,1,3988,1,-875.226,-2022.61,34.5165,4.38252,400,5,0,1107,0,1,0,0,0),(12905,2592,0,1,1,9587,0,-1487.69,-2223.82,24.2419,3.60654,400,5,0,1604,0,1,0,0,0),(12904,2586,0,1,1,3984,1,-848.401,-1981.73,35.9706,1.36644,400,5,0,1050,0,1,0,0,0),(12903,2556,0,1,1,3998,1,-1895.61,-3341.38,62.2845,1.62793,400,5,0,1279,0,1,0,0,0),(12902,2554,0,1,1,3991,1,-1755.54,-3215.57,30.3793,0.774067,400,0,0,1163,0,2,0,0,0),(12901,2555,0,1,1,3996,1,-1787.69,-3215.57,36.2624,3.53162,400,5,0,1021,963,1,0,0,0),(12900,2587,0,1,1,3983,1,-812.596,-2028.35,34.4026,4.55558,400,0,0,1163,0,2,0,0,0),(12899,2589,0,1,1,3987,1,-823.448,-1983.53,34.1597,1.80913,400,5,0,1107,0,1,0,0,0),(12898,2554,0,1,1,3991,1,-1614.1,-3274.43,27.3162,1.74574,400,5,0,1163,0,1,0,0,0),(12897,2554,0,1,1,3991,1,-1687.13,-3254.36,25.2944,5.39852,400,5,0,1163,0,1,0,0,0),(12896,2589,0,1,1,3988,1,-741.614,-2022.72,34.7894,1.70838,400,0,0,1107,0,0,0,0,0),(12895,2554,0,1,1,3991,1,-1661.81,-3270.73,24.7963,3.91391,400,5,0,1163,0,1,0,0,0),(12601,2555,0,1,1,3996,1,-1664.53,-3256.47,25.7662,3.2538,400,5,0,1021,963,1,0,0,0),(12100,2554,0,1,1,3991,1,-1590.07,-3321.7,31.0902,2.51484,400,5,0,1163,0,1,0,0,0),(12099,2592,0,1,1,9587,0,-1467.87,-2155.01,18.4125,4.94222,400,5,0,1604,0,1,0,0,0),(12098,2762,0,1,1,5490,0,-1351.79,-2747.35,59.0828,2.97203,400,5,0,1305,1482,1,0,0,0),(12081,2566,0,1,1,3193,1,-1955.77,-2778.44,79.8171,0.901862,400,5,0,1403,0,1,0,0,0),(12080,2762,0,1,1,5490,0,-1356.53,-2731.87,58.5652,1.42319,400,5,0,1305,1482,1,0,0,0),(12079,2567,0,1,1,6170,1,-1981.89,-2773.34,81.3213,2.0549,400,5,0,1075,2763,1,0,0,0),(12078,2762,0,1,1,5490,0,-1342.75,-2738.18,59.0828,4.96474,400,5,0,1305,1482,1,0,0,0),(12077,2762,0,1,1,5490,0,-1318.93,-2742.73,59.8839,4.94884,400,10,0,1305,1482,1,0,0,0),(12076,2566,0,1,1,3193,1,-1920.96,-2777.43,71.4667,5.72468,400,0,0,1403,0,0,0,0,0),(12075,2566,0,1,1,3193,1,-1961.04,-2795.6,81.3171,3.34991,400,5,0,1403,0,1,0,0,0),(12074,2761,0,1,1,5561,0,-848.462,-3207.26,82.2388,1.70378,400,5,0,1305,1186,1,0,0,0),(12073,2566,0,1,1,3193,1,-1948.45,-2818.39,77.3947,4.59893,400,5,0,1403,0,1,0,0,0),(12072,2563,0,1,1,1103,0,-1085.99,-3055.88,46.4953,1.5337,400,10,0,1163,0,1,0,0,0),(12071,2761,0,1,1,5561,0,-850.903,-3262.96,78.2393,5.19097,400,5,0,1305,1186,1,0,0,0),(12070,2566,0,1,1,3193,1,-1909.23,-2769.52,73.1297,2.73644,400,3,0,1403,0,1,0,0,0),(12069,2566,0,1,1,3193,1,-1923.33,-2804.45,74.1791,1.1903,400,5,0,1403,0,1,0,0,0),(12067,2567,0,1,1,6170,1,-1918.74,-2786.16,71.2197,0.942478,400,0,0,1075,2763,0,0,0,0),(12063,2559,0,1,1,11316,0,-1015.88,-3183.13,44.2152,1.59941,400,10,0,1050,0,1,0,0,0),(12062,2761,0,1,1,5561,0,-835.016,-3270.11,79.1955,3.88654,400,5,0,1305,1186,1,0,0,0),(12061,2761,0,1,1,5561,0,-849.749,-3281.32,77.8205,3.67878,400,5,0,1305,1186,1,0,0,0),(12060,2761,0,1,1,5561,0,-847.264,-3306.12,78.2572,0.918254,400,10,0,1305,1186,1,0,0,0),(12059,2563,0,1,1,1103,0,-1301.08,-2358.34,59.7208,3.3681,400,5,0,1163,0,1,0,0,0),(12058,4481,0,1,1,4024,1,-1048.93,-2815.72,42.2394,2.04687,400,0,0,1279,0,0,0,0,0),(12057,2582,0,1,1,3958,1,-1036.25,-2844.95,42.398,5.66198,400,5,0,1050,0,1,0,0,0),(12056,2582,0,1,1,3958,1,-1041.09,-2825.47,42.2394,0.365457,400,5,0,1050,0,1,0,0,0),(12055,2581,0,1,1,3961,1,-1113.97,-2819.18,41.965,3.95561,400,0,0,1107,0,2,0,0,0),(12054,4480,0,1,1,4025,1,-999.388,-2896.35,63.7213,1.44862,400,0,0,1342,0,0,0,0,0),(12053,2582,0,1,1,3959,1,-1083.57,-2913.4,42.7441,3.8375,400,3,0,1050,0,1,0,0,0),(12052,2582,0,1,1,3958,1,-1006.95,-2888.92,62.7631,4.69826,400,5,0,1050,0,1,0,0,0),(12051,2582,0,1,1,3958,1,-1077.72,-2896.73,42.2081,4.63378,400,5,0,1050,0,1,0,0,0),(12050,2581,0,1,1,3961,1,-1110.04,-2911.98,41.6711,4.15424,400,0,0,1107,0,2,0,0,0),(12049,2581,0,1,1,3960,1,-1144.57,-2874.9,43.3847,2.14614,400,5,0,1107,0,1,0,0,0),(12048,2581,0,1,1,3961,1,-1046.51,-2789.32,46.4127,1.35668,400,0,0,1107,0,2,0,0,0),(12047,2582,0,1,1,3959,1,-1094.36,-2901.17,41.7307,2.42093,400,5,0,1050,0,1,0,0,0),(12046,4479,0,1,1,4021,1,-1062.09,-2902.44,42.1514,5.88471,400,0,0,1221,0,0,0,0,0),(12045,2581,0,1,1,3961,1,-1101,-2927.06,42.2961,0.369327,400,0,0,1107,0,2,0,0,0),(12044,2761,0,1,1,5561,0,-880.36,-3280.16,82.7209,6.13941,400,10,0,1305,1186,1,0,0,0),(12043,2761,0,1,1,5561,0,-880.726,-3242.99,84.6242,1.17325,400,10,0,1305,1186,1,0,0,0),(12042,1052,0,1,1,3490,1,-2368.5,-2495.57,75.4273,3.735,400,0,0,853,0,0,0,0,0),(12041,2761,0,1,1,5561,0,-873.371,-3271.06,81.8459,4.80966,400,5,0,1305,1186,1,0,0,0),(12040,2761,0,1,1,5561,0,-880.819,-3312.67,79.7718,2.68117,400,10,0,1305,1186,1,0,0,0),(12039,1052,0,1,1,3490,1,-2374.99,-2492.29,82.2887,2.57976,400,0,0,853,0,0,0,0,0),(12038,2559,0,1,1,11316,0,-1341.48,-2209.72,61.0571,1.83756,400,5,0,1050,0,1,0,0,0),(12037,2559,0,1,1,11316,0,-892.536,-3378.47,73.2238,5.94292,400,10,0,1050,0,1,0,0,0),(12036,2563,0,1,1,1103,0,-1379.64,-2308.36,65.84,1.00557,400,0,0,1163,0,0,0,0,0),(12035,2563,0,1,1,1103,0,-973.965,-2592.32,60.7465,0.719963,400,10,0,1163,0,1,0,0,0),(12034,2559,0,1,1,11316,0,-1352.85,-2380.41,61.6228,0.479853,400,5,0,1050,0,1,0,0,0),(12033,2559,0,1,1,11316,0,-1327.91,-2351.92,65.3357,6.25975,400,5,0,1050,0,1,0,0,0),(12032,2559,0,1,1,11316,0,-1319.88,-2369.73,66.5202,2.09496,400,5,0,1050,0,1,0,0,0),(12031,2563,0,1,1,1103,0,-1014.02,-2647.81,55.414,3.76643,400,5,0,1163,0,1,0,0,0),(12030,2559,0,1,1,11316,0,-1348.29,-2293.64,63.2907,4.91448,400,5,0,1050,0,1,0,0,0),(12029,2559,0,1,1,11316,0,-1373.15,-2249.61,60.6383,0.3423,400,5,0,1050,0,1,0,0,0),(12028,2559,0,1,1,11316,0,-1301.26,-2248,64.6177,0.009765,400,5,0,1050,0,1,0,0,0),(12027,2560,0,1,1,180,0,-852.815,-2344.02,58.9418,4.47047,400,5,0,1221,0,1,0,0,0),(2067,1564,0,1,1,4462,1,-14637.7,327.342,3.49435,6.15315,300,2,0,1292,3191,1,0,0,0),(2066,1096,0,1,1,7197,1,-12167.5,-554.15,16.6321,3.48251,300,5,0,1160,1067,1,0,0,0),(97101,25882,530,1,1,0,0,-2293.8,8249.22,-32.3872,2.21734,180,5,0,42,0,1,0,0,0),(2064,1564,0,1,1,4461,1,-14623.5,314.209,3.53531,1.82937,300,2,0,1292,3191,1,0,0,0),(2063,772,0,1,1,614,0,-12748,-250.8,32.9493,5.80207,300,5,0,1536,0,1,0,0,0),(2062,684,0,1,1,633,0,-12776.8,-113.877,4.34917,4.00164,300,10,0,1536,0,1,0,0,0),(2061,597,0,1,1,4579,1,-11623.9,743.999,39.9823,1.5533,300,2,0,1469,0,1,0,0,0),(2060,671,0,1,1,4580,1,-11600.8,757.202,40.0969,6.0829,300,3,0,1469,0,1,0,0,0),(12026,2563,0,1,1,1103,0,-1315.14,-3083.53,34.5866,1.0583,400,5,0,1163,0,1,0,0,0),(12025,2563,0,1,1,1103,0,-1325.8,-3020.88,37.299,0.164828,400,5,0,1163,0,1,0,0,0),(12024,2563,0,1,1,1103,0,-1349.99,-2979.25,45.2571,2.32249,400,5,0,1163,0,1,0,0,0),(12023,2559,0,1,1,11316,0,-1345.13,-3169.52,37.1279,1.19263,400,5,0,1050,0,1,0,0,0),(12022,2563,0,1,1,1103,0,-1484.05,-3348.9,38.3783,5.5468,400,10,0,1163,0,1,0,0,0),(12021,2559,0,1,1,11316,0,-1484.12,-3282.4,34.9913,4.81162,400,10,0,1050,0,1,0,0,0),(12020,2589,0,1,1,3988,1,-789.401,-2081.5,34.9836,1.93408,400,10,0,1107,0,1,0,0,0),(12019,2555,0,1,1,3995,1,-1617.39,-3444.12,50.8936,1.41376,400,10,0,1021,963,1,0,0,0),(12018,2554,0,1,1,3991,1,-1585.47,-3414.25,42.6175,3.50972,400,5,0,1163,0,1,0,0,0),(12017,2587,0,1,1,3982,1,-813.597,-1972.58,34.1597,0.773406,400,0,0,1163,0,0,0,0,0),(12016,2555,0,1,1,3996,1,-1701.51,-3503.55,59.3543,4.11418,400,5,0,1021,963,1,0,0,0),(12015,2554,0,1,1,3991,1,-1587.35,-3444.74,52.6701,3.13729,400,5,0,1163,0,1,0,0,0),(12014,2585,0,1,1,4144,1,-1532.43,-1882.56,69.5533,3.84376,400,0,0,1604,0,0,0,0,0),(12013,2607,0,1,1,1364,1,-1528.05,-1887.79,70.2477,1.07055,400,0,0,1640,1483,0,0,0,0),(12012,2585,0,1,1,4143,1,-1545.93,-1850.46,67.3592,0.281537,400,5,0,1604,0,1,0,0,0),(12011,2585,0,1,1,4144,1,-1517.09,-1856.85,67.5023,5.41268,400,5,0,1604,0,1,0,0,0),(12010,2554,0,1,1,3992,1,-1687.45,-3495.57,58.3591,0.770039,400,5,0,1163,0,1,0,0,0),(12009,2619,0,1,1,4032,1,-1467.63,-2973.69,35.631,5.66974,400,5,0,1279,0,1,0,0,0),(2059,671,0,1,1,4580,1,-11627.7,772.283,41.2362,0.963657,300,5,0,1469,0,1,0,0,0),(2058,684,0,1,1,633,0,-12781.7,-281.666,15.4579,5.73306,300,5,0,1536,0,1,0,0,0),(2057,671,0,1,1,4580,1,-11630.2,739.515,39.8573,4.70291,300,2,0,1469,0,1,0,0,0),(2056,671,0,1,1,4580,1,-11633.4,729.344,39.8573,4.73139,300,2,0,1469,0,1,0,0,0),(2055,772,0,1,1,614,0,-12749.9,-86.366,5.00393,3.13366,300,5,0,1536,0,1,0,0,0),(2054,671,0,1,1,4580,1,-11579.4,770.888,40.6395,0.590032,300,5,0,1469,0,1,0,0,0),(2053,597,0,1,1,4579,1,-11559.3,771.765,40.386,1.44703,300,3,0,1469,0,1,0,0,0),(2052,597,0,1,1,4579,1,-11543.6,753.838,42.6073,5.9612,300,0,0,1469,0,0,0,0,0),(2051,671,0,1,1,4580,1,-11535.6,769.693,41.6135,0,300,5,0,1469,0,1,0,0,0),(2050,671,0,1,1,4580,1,-11606.5,851.883,0.923416,2.37365,300,0,0,1469,0,0,0,0,0),(2049,671,0,1,1,4580,1,-11602.7,859.722,0.923914,2.87979,300,0,0,1469,0,0,0,0,0),(2048,772,0,1,1,614,0,-12900.9,-312.683,14.5511,2.72667,300,5,0,1536,0,1,0,0,0),(2047,1096,0,1,1,7197,1,-11961.4,-602.078,17.751,0.883038,300,5,0,1160,1067,1,0,0,0),(2046,682,0,1,1,320,0,-11611.8,347.356,46.6151,0.4028,300,10,0,1163,0,1,0,0,0),(2045,681,0,1,1,598,0,-11650.8,46.8981,17.8964,3.04775,300,10,0,1050,0,1,0,0,0),(2044,780,0,1,1,4616,1,-12517.3,-686.112,39.0106,4.78998,300,5,0,1357,1236,1,0,0,0),(2043,1557,0,1,1,838,0,-13751,220.384,20.151,5.92405,300,5,0,1829,0,1,0,0,0),(2042,780,0,1,1,4616,1,-12618.1,-654.545,42.1584,4.72378,300,5,0,1357,1236,1,0,0,0),(2041,681,0,1,1,598,0,-11642.9,78.5515,15.1527,4.87609,300,10,0,1050,0,1,0,0,0),(2040,667,0,1,1,4632,1,-12544.7,-663.155,41.4966,4.94283,300,5,0,1678,0,1,0,0,0),(2039,667,0,1,1,4632,1,-12529.9,-740.899,39.7336,2.51026,300,0,0,1678,0,0,0,0,0),(2038,780,0,1,1,4616,1,-12530.1,-728.655,38.9199,3.29867,300,0,0,1357,1236,0,0,0,0),(2037,780,0,1,1,4616,1,-12549.4,-729.72,39.7236,0.453786,300,0,0,1357,1236,0,0,0,0),(2036,780,0,1,1,4616,1,-12530.2,-717.453,39.6752,0.150046,300,0,0,1357,1236,0,0,0,0),(2035,696,0,1,1,4622,1,-12544.7,-713.784,38.807,1.4109,300,0,0,1678,0,0,0,0,0),(2034,1085,0,1,1,698,0,-12025.4,209.851,15.047,3.525,300,5,0,1279,0,1,0,0,0),(2033,1085,0,1,1,698,0,-11978.1,120.834,11.4165,1.33434,300,5,0,1279,0,1,0,0,0),(2004,696,0,1,1,4622,1,-12619,-784.973,46.0201,3.6944,300,2,0,1678,0,1,0,0,0),(2003,1085,0,1,1,698,0,-11976.5,173.143,15.6137,5.51904,300,5,0,1279,0,1,0,0,0),(2002,687,0,1,1,11317,0,-13347,632.083,5.35864,1.81055,300,5,0,1829,0,1,0,0,0),(2001,667,0,1,1,4632,1,-12585.5,-812.77,50.9768,5.67406,300,5,0,1678,0,1,0,0,0),(2000,667,0,1,1,4632,1,-12551,-781.51,40.7594,1.87626,300,5,0,1678,0,1,0,0,0),(1999,683,0,1,1,2437,0,-11740.8,-222.75,42.4359,3.56985,300,5,0,1050,0,1,0,0,0),(1998,1085,0,1,1,698,0,-11916.1,49.6719,17.0464,5.94152,300,10,0,1279,0,1,0,0,0),(1997,696,0,1,1,4622,1,-12445.5,-747.227,36.8814,6.15205,300,10,0,1678,0,1,0,0,0),(1996,687,0,1,1,11317,0,-13307.7,459.549,4.58118,0.009469,300,5,0,1829,0,1,0,0,0),(1995,681,0,1,1,598,0,-11591.5,91.882,16.7514,6.18332,300,10,0,1050,0,1,0,0,0),(1994,1114,0,1,1,845,0,-12651.6,-687.191,43.2249,4.98925,300,5,0,1804,0,1,0,0,0),(1993,687,0,1,1,11317,0,-13250.2,447.092,5.34076,5.01217,300,5,0,1829,0,1,0,0,0),(1992,687,0,1,1,11317,0,-13283.9,478.55,4.88579,0.062541,300,10,0,1829,0,1,0,0,0),(1991,687,0,1,1,11317,0,-13081.4,420.166,26.1687,1.73861,300,5,0,1829,0,1,0,0,0),(1990,687,0,1,1,11317,0,-13021.8,349.124,19.344,2.51872,300,5,0,1829,0,1,0,0,0),(1989,687,0,1,1,11317,0,-13177.6,437.064,12.7149,5.30765,300,5,0,1829,0,1,0,0,0),(1988,681,0,1,1,598,0,-11591.7,208.334,16.1682,0.774792,300,5,0,1050,0,1,0,0,0),(1987,687,0,1,1,11317,0,-13215.3,469.203,5.14609,0.542666,300,5,0,1829,0,1,0,0,0),(1986,681,0,1,1,598,0,-11575.8,111.379,17.4469,5.47845,300,10,0,1050,0,1,0,0,0),(1985,687,0,1,1,11317,0,-12978.5,247.889,17.705,4.69027,300,5,0,1829,0,1,0,0,0),(1984,681,0,1,1,598,0,-11490.3,265.889,19.0247,0.624943,300,5,0,1050,0,1,0,0,0),(1983,687,0,1,1,11317,0,-13018.7,412.957,21.7158,0.099127,300,5,0,1829,0,1,0,0,0),(1982,905,0,1,1,705,0,-11780.4,-366.494,6.53847,4.9603,300,5,0,1107,0,1,0,0,0),(1981,681,0,1,1,598,0,-11575.8,152.607,18.9628,6.22845,300,10,0,1050,0,1,0,0,0),(1980,1096,0,1,1,7197,1,-12053.1,-677.673,16.8367,4.13413,300,5,0,1160,1067,1,0,0,0),(1979,687,0,1,1,11317,0,-13108.7,381.356,15.6093,2.13072,300,10,0,1829,0,1,0,0,0),(1978,905,0,1,1,705,0,-11674.8,-286.241,5.55464,0.670613,300,5,0,1107,0,1,0,0,0),(1977,687,0,1,1,11317,0,-13043.7,309.481,21.6071,5.796,300,10,0,1829,0,1,0,0,0),(1976,667,0,1,1,4632,1,-12913.9,-818.981,58.3478,5.38456,300,5,0,1678,0,1,0,0,0),(1975,687,0,1,1,11317,0,-12982.1,377.878,21.6911,1.08968,300,5,0,1829,0,1,0,0,0),(1974,671,0,1,1,4580,1,-11615.7,645.494,59.8066,2.14026,300,3,0,1469,0,1,0,0,0),(1973,681,0,1,1,598,0,-11525.5,215.051,17.694,1.69004,300,5,0,1050,0,1,0,0,0),(1972,681,0,1,1,598,0,-11685,-54.2969,17.589,5.66702,300,10,0,1050,0,1,0,0,0),(1971,683,0,1,1,2437,0,-11771.2,-14.8227,30.5954,5.28926,300,0,0,1050,0,0,0,0,0),(1970,687,0,1,1,11317,0,-13047.6,375.794,19.3066,2.32783,300,10,0,1829,0,1,0,0,0),(1969,1150,0,1,1,1039,0,-11650.2,-250.292,5.68792,5.59137,300,5,0,1050,0,1,0,0,0),(1968,1907,0,1,1,4923,1,-13747.8,497.911,60.6929,0.03108,300,3,0,2059,0,1,0,0,0),(1967,687,0,1,1,11317,0,-13022,297.816,18.3315,1.98183,300,10,0,1829,0,1,0,0,0),(1966,1907,0,1,1,4923,1,-13709.8,494.639,47.8328,6.20649,300,5,0,2059,0,1,0,0,0),(1965,687,0,1,1,11317,0,-13013.3,212.142,20.5296,3.09076,300,5,0,1829,0,1,0,0,0),(1964,1907,0,1,1,4923,1,-13878.8,501.771,95.6992,0.410636,300,5,0,2059,0,1,0,0,0),(1963,780,0,1,1,4616,1,-12852.1,-852.084,54.9643,4.68561,300,5,0,1357,1236,1,0,0,0),(1962,687,0,1,1,11317,0,-12723.4,118.462,8.86663,0.365631,300,5,0,1829,0,1,0,0,0),(1961,1907,0,1,1,4923,1,-13826.1,494.98,83.3073,0.109579,300,2,0,2059,0,1,0,0,0),(1960,1907,0,1,1,4923,1,-13848.2,481.084,92.7165,4.84837,300,3,0,2059,0,1,0,0,0),(1959,687,0,1,1,11317,0,-12948.2,277.642,18.1618,2.80501,300,5,0,1829,0,1,0,0,0),(1958,1907,0,1,1,4923,1,-13819.8,444.599,90.8997,0.801547,300,5,0,2059,0,1,0,0,0),(1957,696,0,1,1,4622,1,-12874.6,-887.234,54.6683,5.23057,300,5,0,1678,0,1,0,0,0),(1956,701,0,1,1,4577,1,-11636.5,460.606,43.0045,4.20624,300,0,0,1064,1007,0,0,0,0),(1955,687,0,1,1,11317,0,-12900.3,207.685,18.2302,3.67721,300,5,0,1829,0,1,0,0,0),(1954,1907,0,1,1,4923,1,-13853.7,434.658,91.2196,2.16421,300,5,0,2059,0,1,0,0,0),(1953,1907,0,1,1,4923,1,-13865.7,431.82,92.3035,2.74821,300,3,0,2059,0,1,0,0,0),(1952,780,0,1,1,4616,1,-12820.6,-815.391,60.4378,2.0738,300,5,0,1357,1236,1,0,0,0),(1951,1907,0,1,1,4923,1,-13908.8,420.657,98.8704,4.56638,300,5,0,2059,0,1,0,0,0),(1950,1114,0,1,1,845,0,-12787.2,-821.887,71.9082,1.52785,300,5,0,1804,0,1,0,0,0),(1949,687,0,1,1,11317,0,-12751.7,87.2924,10.5272,6.14817,300,5,0,1829,0,1,0,0,0),(1948,1907,0,1,1,4923,1,-13915.7,440.323,100.569,2.4658,300,5,0,2059,0,1,0,0,0),(1947,698,0,1,1,320,0,-11647.2,463.771,43.0044,4.79965,300,0,0,1279,0,0,0,0,0),(1946,667,0,1,1,4632,1,-12877.6,-573.535,51.1375,4.52403,300,3,0,1678,0,1,0,0,0),(1945,696,0,1,1,4622,1,-12849,-549.239,50.1049,4.08108,300,3,0,1678,0,1,0,0,0),(1944,687,0,1,1,11317,0,-12904.1,186.247,18.607,0.119507,300,5,0,1829,0,1,0,0,0),(1943,1114,0,1,1,845,0,-12687.9,-855.007,56.6605,3.74529,300,10,0,1804,0,1,0,0,0),(12008,2585,0,1,1,4143,1,-1525.11,-1875.93,69.5533,6.11612,400,0,0,1604,0,0,0,0,0),(12007,2584,0,1,1,4138,1,-1544.4,-1859.49,67.1092,1.49143,400,0,0,1336,0,2,0,0,0),(1942,1114,0,1,1,845,0,-12723.6,-684.266,58.8648,1.11588,300,5,0,1804,0,1,0,0,0),(1941,660,0,1,1,4581,1,-11517,717.09,61.3042,2.32129,300,0,0,1257,1142,0,0,0,0),(1940,660,0,1,1,4581,1,-11545.3,674.327,61.3042,1.58696,300,0,0,1257,1142,0,0,0,0),(1939,1557,0,1,1,838,0,-13828.4,25.4213,29.0691,3.44483,300,0,0,1829,0,0,0,0,0),(1938,597,0,1,1,4579,1,-11568.5,704.001,59.5396,5.19147,300,0,0,1469,0,0,0,0,0),(1937,660,0,1,1,4581,1,-11593.4,687.518,60.1976,4.64807,300,0,0,1257,1142,0,0,0,0),(1936,660,0,1,1,4581,1,-11585.1,679.562,59.6976,0.187086,300,0,0,1257,1142,0,0,0,0),(1935,1152,0,1,1,833,0,-12436,-244.614,15.9766,0.85236,300,5,0,1403,0,1,0,0,0),(1934,597,0,1,1,4579,1,-11590.8,694.557,60.3226,1.47736,300,0,0,1469,0,0,0,0,0),(1933,1085,0,1,1,698,0,-11947.7,81.276,15.732,2.40181,300,5,0,1279,0,1,0,0,0),(1932,772,0,1,1,614,0,-12651.1,-282.201,19.6694,0.17036,300,5,0,1536,0,1,0,0,0),(1931,588,0,1,1,4575,1,-11664.5,459.877,42.9383,5.16617,300,0,0,1279,0,0,0,0,0),(1930,684,0,1,1,633,0,-12866.1,-276.616,5.04852,2.08677,300,10,0,1536,0,1,0,0,0),(1929,671,0,1,1,4580,1,-11544.3,709.01,60.2896,0.04305,300,3,0,1469,0,1,0,0,0),(1928,699,0,1,1,4576,1,-11650.2,463.512,43.0984,4.79965,300,0,0,1279,0,0,0,0,0),(1927,595,0,1,1,4574,1,-11650.5,541.942,47.7986,4.5916,300,3,0,1279,0,1,0,0,0),(1926,701,0,1,1,4577,1,-11654.4,532.546,45.6481,4.61793,300,3,0,1064,1007,1,0,0,0),(1925,701,0,1,1,4577,1,-11647.9,484.69,42.8809,4.45553,300,5,0,1064,1007,1,0,0,0),(1924,588,0,1,1,4575,1,-11619.1,587.024,49.0494,2.43197,300,5,0,1279,0,1,0,0,0),(1923,772,0,1,1,614,0,-12773.7,-364.65,10.2239,-0.027463,300,5,0,1536,0,1,0,0,0),(1922,1558,0,1,1,844,0,-13719.3,-197.223,22.2587,1.30248,300,5,0,1981,0,1,0,0,0),(1921,682,0,1,1,320,0,-11817.2,284.759,18.0271,5.41488,300,5,0,1163,0,1,0,0,0),(1920,772,0,1,1,614,0,-12740.9,-22.3074,9.20442,2.0834,300,5,0,1536,0,1,0,0,0),(1919,597,0,1,1,4579,1,-11571.6,669.291,59.4476,3.3501,300,0,0,1469,0,0,0,0,0),(1918,854,0,1,1,615,0,-13039.4,260.691,21.2641,1.15192,300,5,0,1469,0,1,0,0,0),(1917,687,0,1,1,11317,0,-13045,265.655,22.3769,0.349066,300,5,0,1829,0,1,0,0,0),(1916,772,0,1,1,614,0,-12907.7,-407.618,12.1279,0.521576,300,5,0,1536,0,1,0,0,0),(1915,1152,0,1,1,833,0,-12390.4,-296.731,7.50209,4.00227,300,5,0,1403,0,1,0,0,0),(1914,772,0,1,1,614,0,-12860.3,-416.644,13.7714,4.22427,300,10,0,1536,0,1,0,0,0),(6129,6177,0,1,1,0,1,-5784.32,-2055.22,408.232,0.05236,180,0,0,148,165,0,0,0,0),(6130,1116,0,1,1,0,1,-5736.76,-1888.81,400.159,6.08237,180,0,0,176,0,0,0,0,0),(12006,2733,0,1,1,4040,1,-1556.97,-3029.93,13.7285,5.98648,400,0,0,1469,0,0,0,0,0),(1913,937,0,1,1,4443,1,-11704.6,-724.98,49.8275,5.25822,300,5,0,1163,0,1,0,0,0),(1912,772,0,1,1,614,0,-12681.1,-305.207,13.6782,4.60864,300,3,0,1536,0,1,0,0,0),(1911,687,0,1,1,11317,0,-12953.8,220.107,17.5266,2.90861,300,5,0,1829,0,1,0,0,0),(1910,854,0,1,1,615,0,-13004,172.243,22.0472,1.41372,300,0,0,1469,0,0,0,0,0),(1909,687,0,1,1,11317,0,-13000.5,171.85,21.6897,1.71042,300,0,0,1829,0,0,0,0,0),(1908,854,0,1,1,615,0,-13068.4,223.053,23.3671,0.122173,300,5,0,1469,0,1,0,0,0),(1907,687,0,1,1,11317,0,-13067.9,229.13,23.0706,5.79449,300,5,0,1829,0,1,0,0,0),(1906,597,0,1,1,4579,1,-11556.3,662.833,60.0542,2.53055,300,5,0,1469,0,1,0,0,0),(1905,854,0,1,1,615,0,-12976,179.724,18.9694,1.51844,300,0,0,1469,0,0,0,0,0),(1904,687,0,1,1,11317,0,-12971,178.845,19.3534,2.00713,300,0,0,1829,0,0,0,0,0),(1902,687,0,1,1,11317,0,-12943.6,150.676,23.1953,1.22803,300,5,0,1829,0,1,0,0,0),(1901,937,0,1,1,4443,1,-11657.7,-621.801,30.0425,1.80564,300,0,0,1163,0,0,0,0,0),(1900,684,0,1,1,633,0,-12566.7,-248.508,17.356,0.316794,300,5,0,1536,0,1,0,0,0),(1899,684,0,1,1,633,0,-12585.8,-291.52,17.8689,3.99338,300,5,0,1536,0,1,0,0,0),(1880,940,0,1,1,4436,1,-11680,-585.239,29.6644,0.986582,300,2,0,977,935,1,0,0,0),(1879,681,0,1,1,598,0,-11871.5,-20.6267,38.8987,2.37553,300,5,0,1050,0,1,0,0,0),(1878,595,0,1,1,4574,1,-11692.9,660.16,48.8266,5.14774,300,2,0,1279,0,1,0,0,0),(1877,736,0,1,1,599,0,-11554.5,344.974,44.5138,3.96104,300,5,0,1163,0,1,0,0,0),(1876,937,0,1,1,4443,1,-11582.5,-559.468,28.9843,2.35343,300,5,0,1163,0,1,0,0,0),(1875,682,0,1,1,320,0,-11574.6,372.755,44.6122,5.61867,300,10,0,1163,0,1,0,0,0),(1874,685,0,1,1,788,0,-11841.5,579.888,42.3934,5.51937,300,10,0,1221,0,1,0,0,0),(1873,772,0,1,1,614,0,-12613,-78.5322,18.2388,6.14421,300,5,0,1536,0,1,0,0,0),(1872,772,0,1,1,614,0,-12681,-153.979,20.5652,4.26287,300,5,0,1536,0,1,0,0,0),(1871,687,0,1,1,11317,0,-12876.7,11.2347,17.9617,1.67455,300,10,0,1829,0,1,0,0,0),(1870,772,0,1,1,614,0,-12704.8,-108.278,11.7571,0.601868,300,10,0,1536,0,1,0,0,0),(1869,682,0,1,1,320,0,-11884,-786.599,31.3556,3.72959,300,10,0,1163,0,1,0,0,0),(1868,682,0,1,1,320,0,-11817.7,-515.266,16.7378,2.38274,300,5,0,1163,0,1,0,0,0),(1867,687,0,1,1,11317,0,-12824.3,9.99175,9.00657,3.78296,300,10,0,1829,0,1,0,0,0),(1866,684,0,1,1,633,0,-12028.2,-847.941,41.6001,2.29809,300,5,0,1536,0,1,0,0,0),(1865,684,0,1,1,633,0,-12052.5,-952.927,48.3519,4.24438,300,5,0,1536,0,1,0,0,0),(1863,1151,0,1,1,2548,0,-11988.2,786.306,10.8121,2.98179,300,3,0,1403,0,1,0,0,0),(1862,1151,0,1,1,2548,0,-11919.8,773.787,3.75423,5.01962,300,5,0,1403,0,1,0,0,0),(1861,780,0,1,1,4616,1,-12845.9,-570.685,61.32,1.98168,300,5,0,1357,1236,1,0,0,0),(1860,1085,0,1,1,698,0,-11943.6,223.182,15.7884,0.987879,300,5,0,1279,0,1,0,0,0),(1859,1085,0,1,1,698,0,-11953.4,151.657,21.3806,6.13444,300,5,0,1279,0,1,0,0,0),(1858,1150,0,1,1,1039,0,-11656.9,-325.357,15.3805,5.37029,300,5,0,1050,0,1,0,0,0),(1857,686,0,1,1,788,0,-12082.5,-187.014,28.4353,4.6497,300,5,0,1403,0,1,0,0,0),(1856,682,0,1,1,320,0,-11552.6,280.785,39.0944,4.21993,300,10,0,1163,0,1,0,0,0),(1855,1151,0,1,1,2548,0,-11978.5,553.826,1.43868,4.92187,300,5,0,1403,0,1,0,0,0),(1854,686,0,1,1,788,0,-12008.8,-192.47,16.2357,5.18892,300,5,0,1403,0,1,0,0,0),(1853,1085,0,1,1,698,0,-12008.3,-41.6684,16.0434,0.491039,300,5,0,1279,0,1,0,0,0),(1852,1085,0,1,1,698,0,-11985.5,-13.926,15.8115,5.44659,300,5,0,1279,0,1,0,0,0),(1851,4458,0,1,1,478,1,-12050.1,-35.2786,16.0184,2.96595,300,5,0,1403,0,1,0,0,0),(1850,1085,0,1,1,698,0,-11954.6,-45.8162,15.9723,2.11545,300,5,0,1279,0,1,0,0,0),(1849,1085,0,1,1,698,0,-11971.2,-79.0433,3.71295,4.9764,300,3,0,1279,0,1,0,0,0),(1848,667,0,1,1,4632,1,-12879.6,-653.03,54.8808,5.68738,300,3,0,1678,0,1,0,0,0),(1847,736,0,1,1,599,0,-11622.6,276.726,42.7238,3.75504,300,10,0,1163,0,1,0,0,0),(1846,27704,1,1,1,0,1,-3738.56,-4442.27,56.2398,0.41887,300,0,0,1,0,2,0,0,0),(1845,1085,0,1,1,698,0,-11995.4,53.3467,7.17649,2.84978,300,10,0,1279,0,1,0,0,0),(1844,682,0,1,1,320,0,-11649.1,323.691,41.6854,1.63823,300,10,0,1163,0,1,0,0,0),(1843,687,0,1,1,11317,0,-12751.6,142.875,13.301,1.36862,300,5,0,1829,0,1,0,0,0),(1842,1114,0,1,1,845,0,-12778.6,-610.438,59.0586,2.81111,300,5,0,1804,0,1,0,0,0),(1841,685,0,1,1,788,0,-11895.8,560.891,45.7183,3.95479,300,5,0,1221,0,1,0,0,0),(1840,736,0,1,1,599,0,-11789.9,383.486,43.5087,1.37225,300,10,0,1163,0,1,0,0,0),(1839,1096,0,1,1,7197,1,-12121.8,-559.539,13.432,4.91622,300,5,0,1160,1067,1,0,0,0),(1838,685,0,1,1,788,0,-11918.1,514.156,46.018,5.90702,300,5,0,1221,0,1,0,0,0),(1837,686,0,1,1,788,0,-12355.8,-176.43,20.1582,1.2191,300,5,0,1403,0,1,0,0,0),(1836,690,0,1,1,8797,0,-12919.4,-105.87,6.13475,0.892037,300,10,0,1678,0,1,0,0,0),(1835,690,0,1,1,8797,0,-12845.9,-46.4707,7.87176,5.56693,300,10,0,1678,0,1,0,0,0),(1834,690,0,1,1,8797,0,-12982,-54.6883,10.5361,4.87897,300,5,0,1678,0,1,0,0,0),(1833,1152,0,1,1,833,0,-12070.7,-470.321,9.01655,3.48042,300,5,0,1403,0,1,0,0,0),(1832,686,0,1,1,788,0,-12214.8,-260.129,18.6681,4.46969,300,5,0,1403,0,1,0,0,0),(1831,690,0,1,1,8797,0,-13022.3,-88.1126,11.8619,4.00172,300,10,0,1678,0,1,0,0,0),(1830,685,0,1,1,788,0,-11877.1,479.703,43.3514,4.34451,300,10,0,1221,0,1,0,0,0),(1829,1152,0,1,1,833,0,-12084.4,-415.625,9,1.57919,300,5,0,1403,0,1,0,0,0),(1828,1096,0,1,1,7197,1,-12058.2,-534.057,11.6931,2.76362,300,5,0,1160,1067,1,0,0,0),(1827,690,0,1,1,8797,0,-12980.4,-111.96,13.2596,0.908401,300,10,0,1678,0,1,0,0,0),(1826,1152,0,1,1,833,0,-12112.3,-378.577,11.4291,6.18252,300,5,0,1403,0,1,0,0,0),(1825,1152,0,1,1,833,0,-12218,-380.63,15.1063,2.96827,300,5,0,1403,0,1,0,0,0),(1824,686,0,1,1,788,0,-12288.8,-52.2847,31.4475,4.24141,300,5,0,1403,0,1,0,0,0),(1733,736,0,1,1,599,0,-11617.6,410.496,46.7766,4.12552,300,5,0,1163,0,1,0,0,0),(1714,772,0,1,1,614,0,-12841.7,-208.334,10.465,0.4744,300,5,0,1536,0,1,0,0,0),(1713,681,0,1,1,598,0,-11718.9,-74.9818,11.6402,5.95711,300,5,0,1050,0,1,0,0,0),(1712,690,0,1,1,8797,0,-12879.3,-151.459,10.2591,2.5878,300,5,0,1678,0,1,0,0,0),(1711,736,0,1,1,599,0,-11649.1,249.097,37.4208,0.560499,300,10,0,1163,0,1,0,0,0),(1710,690,0,1,1,8797,0,-12885.7,-213.9,3.95515,2.11991,300,5,0,1678,0,1,0,0,0),(1709,1152,0,1,1,833,0,-12424,-338.98,15.6376,5.52438,300,5,0,1403,0,1,0,0,0),(12005,2618,0,1,1,4030,1,-1553.38,-3050.03,12.9359,2.8323,400,5,0,1221,0,1,0,0,0),(12004,2619,0,1,1,4032,1,-1576.69,-3064.7,12.9802,1.69191,400,5,0,1279,0,1,0,0,0),(12003,2618,0,1,1,4030,1,-1506.02,-3021.27,12.7417,0.99972,400,3,0,1221,0,1,0,0,0),(12002,2555,0,1,1,3995,1,-1713.23,-3489.25,54.5515,1.03113,400,5,0,1021,963,1,0,0,0),(12001,2619,0,1,1,4032,1,-1477.48,-3006.94,12.38,3.003,400,5,0,1279,0,1,0,0,0),(12000,2619,0,1,1,4032,1,-1437.09,-3114.05,12.573,0.501918,400,5,0,1279,0,1,0,0,0),(11999,2554,0,1,1,3992,1,-1713.62,-3501.39,59.8543,0.947723,400,5,0,1163,0,1,0,0,0),(11998,2554,0,1,1,3991,1,-1581.15,-3502.02,64.4481,5.46015,400,3,0,1163,0,1,0,0,0),(11994,2554,0,1,1,3991,1,-1545.22,-3412.28,48.3283,4.35871,400,5,0,1163,0,1,0,0,0),(11993,10696,0,1,1,4137,1,-1301.44,-2581.84,65.3777,3.58672,400,3,0,3170,0,1,0,0,0),(11991,2563,0,1,1,1103,0,-1296.48,-3452.65,43.0661,0.076322,400,10,0,1163,0,1,0,0,0),(11990,10696,0,1,1,4137,1,-1325.31,-2514.43,65.7108,4.36194,400,0,0,3170,0,2,0,0,0),(11989,10696,0,1,1,4138,1,-1293.79,-2462.41,37.2271,2.9147,400,0,0,3170,0,0,0,0,0),(11988,10696,0,1,1,4137,1,-1297.82,-2470.11,36.3428,2.19912,400,0,0,3170,0,0,0,0,0),(11987,10696,0,1,1,4138,1,-1267.74,-2494.85,22.2367,5.37035,400,0,0,3170,0,2,0,0,0),(11986,2560,0,1,1,180,0,-850.313,-2201.3,42.3874,1.20517,400,10,0,1221,0,1,0,0,0),(11985,10696,0,1,1,4138,1,-1347.51,-2420.07,60.0086,4.61657,400,0,0,3170,0,2,0,0,0),(11984,2560,0,1,1,180,0,-981.326,-2312.65,51.0202,3.02471,400,5,0,1221,0,1,0,0,0),(11983,2560,0,1,1,180,0,-1055.65,-2445.43,54.8936,2.83781,400,5,0,1221,0,1,0,0,0),(11982,2559,0,1,1,11316,0,-1019.5,-3299.55,53.2934,5.25899,400,10,0,1050,0,1,0,0,0),(11981,2560,0,1,1,180,0,-1016.39,-2313.08,47.4585,3.87572,400,5,0,1221,0,1,0,0,0),(11980,2559,0,1,1,11316,0,-976.055,-3238.75,57.1854,4.8792,400,10,0,1050,0,1,0,0,0),(11979,2560,0,1,1,180,0,-980.998,-2349.49,50.118,1.12201,400,5,0,1221,0,1,0,0,0),(11978,2560,0,1,1,180,0,-1019.97,-2230.33,59.9111,4.72216,400,10,0,1221,0,1,0,0,0),(11977,2589,0,1,1,3987,1,-761.055,-1979.22,34.6042,6.13435,400,3,0,1107,0,1,0,0,0),(11976,2586,0,1,1,3984,1,-744.846,-1990.65,34.3902,3.29374,400,3,0,1050,0,1,0,0,0),(11975,2587,0,1,1,3983,1,-764.147,-1985.69,34.5763,0.506708,400,3,0,1163,0,1,0,0,0),(11974,2587,0,1,1,3983,1,-760.938,-1993.53,34.5926,5.80461,400,0,0,1163,0,0,0,0,0),(11973,2592,0,1,1,9587,0,-1547.96,-2182.48,17.2277,1.80732,400,10,0,1604,0,1,0,0,0),(11972,2592,0,1,1,9587,0,-1545.33,-2151.53,17.4597,1.28753,400,10,0,1604,0,1,0,0,0),(11971,2592,0,1,1,9587,0,-1555.31,-2216.14,30.4497,4.19764,400,5,0,1604,0,1,0,0,0),(11970,2559,0,1,1,11316,0,-781.369,-3379.26,79.2393,3.49991,400,5,0,1050,0,1,0,0,0),(11969,2565,0,1,1,1104,0,-1443.5,-2876.94,37.6187,1.33961,400,10,0,1403,0,1,0,0,0),(11968,2559,0,1,1,11316,0,-1188.54,-2778.4,53.2011,2.33806,400,10,0,1050,0,1,0,0,0),(11967,2559,0,1,1,11316,0,-1027.31,-3039.03,47.2546,5.55022,400,10,0,1050,0,1,0,0,0),(1708,736,0,1,1,599,0,-11585,306.95,42.7036,5.76003,300,10,0,1163,0,1,0,0,0),(1707,772,0,1,1,614,0,-12822.1,-150.036,10.3581,1.95566,300,5,0,1536,0,1,0,0,0),(1706,681,0,1,1,598,0,-11913.7,4.93999,30.5784,4.86919,300,5,0,1050,0,1,0,0,0),(1705,1152,0,1,1,833,0,-12326.9,-344.25,16.3755,0.350715,300,5,0,1403,0,1,0,0,0),(1704,772,0,1,1,614,0,-12794.7,-419.504,15.2032,2.79503,300,10,0,1536,0,1,0,0,0),(1703,1114,0,1,1,845,0,-12485,-452.049,15.7423,2.27673,300,5,0,1804,0,1,0,0,0),(1702,772,0,1,1,614,0,-12791.7,-475,21.2411,2.54872,300,10,0,1536,0,1,0,0,0),(1701,772,0,1,1,614,0,-12823,-456.419,14.9604,0.720483,300,10,0,1536,0,1,0,0,0),(1700,1152,0,1,1,833,0,-12376.3,-340.79,18.8187,1.22503,300,5,0,1403,0,1,0,0,0),(1699,674,0,1,1,7202,1,-12952.3,-406.844,24.8913,0.925025,300,0,0,1829,0,0,0,0,0),(1698,772,0,1,1,614,0,-12879.3,-378.25,9.30467,3.42171,300,5,0,1536,0,1,0,0,0),(1697,736,0,1,1,599,0,-11789.3,244.272,15.913,2.14896,300,10,0,1163,0,1,0,0,0),(1696,1096,0,1,1,7197,1,-12013.3,-773.323,15.205,5.51075,300,5,0,1160,1067,1,0,0,0),(1695,681,0,1,1,598,0,-11684,-17.0546,15.9423,0.234861,300,10,0,1050,0,1,0,0,0),(1694,736,0,1,1,599,0,-11873,423.167,43.2502,2.83458,300,10,0,1163,0,1,0,0,0),(1692,681,0,1,1,598,0,-11721.1,56.7261,16.1835,5.18542,300,5,0,1050,0,1,0,0,0),(1691,683,0,1,1,2437,0,-11511.7,-282.032,38.22,4.36162,300,5,0,1050,0,1,0,0,0),(1690,1114,0,1,1,845,0,-12555,-453.012,27.6376,4.9808,300,5,0,1804,0,1,0,0,0),(1689,1152,0,1,1,833,0,-12473.2,-327.519,13.3538,5.57542,300,5,0,1403,0,1,0,0,0),(1688,772,0,1,1,614,0,-12854.2,-349.937,15.2196,3.87586,300,5,0,1536,0,1,0,0,0),(1687,674,0,1,1,7202,1,-13033.4,-422.727,54.2959,0.942478,300,0,0,1829,0,0,0,0,0),(1686,674,0,1,1,7202,1,-12930.5,-432.272,31.9485,0.244346,300,0,0,1829,0,0,0,0,0),(1685,772,0,1,1,614,0,-12768.4,-322.875,12.058,3.06739,300,5,0,1536,0,1,0,0,0),(1684,772,0,1,1,614,0,-12811.4,-246.76,18.1375,5.40466,300,5,0,1536,0,1,0,0,0),(6298,1116,0,1,1,0,1,-5729.95,-1878.76,399.7,0.15708,180,0,0,176,0,0,0,0,0),(6299,1117,0,1,1,0,1,-5725.38,-1876.18,399.7,3.57792,180,0,0,176,0,0,0,0,0),(6300,1117,0,1,1,0,1,-5720.96,-1890.72,400.7,4.01414,180,0,0,176,0,0,0,0,0),(6301,1117,0,1,1,0,1,-5713.44,-1875,400.325,2.63997,180,0,0,176,0,0,0,0,0),(6302,1116,0,1,1,0,1,-5721.69,-1865.04,399.724,4.87633,180,0,0,176,0,0,0,0,0),(6303,721,0,1,1,0,0,-5512.94,-1914.89,400.102,5.46832,180,10,0,1,0,1,0,0,0),(6304,1689,0,1,1,0,0,-5513.86,-1926.36,400.18,6.2617,180,0,0,176,0,0,0,0,0),(6305,1689,0,1,1,0,0,-5482.73,-1888.72,399.171,0.558185,180,0,0,176,0,0,0,0,0),(6306,1196,0,1,1,0,0,-5456.15,-1880.89,401.226,1.53009,180,10,0,164,0,1,0,0,0),(6307,1127,0,1,1,0,0,-5475.9,-1812.29,407.771,3.81908,180,0,0,137,0,0,0,0,0),(6308,1689,0,1,1,0,0,-5485.9,-1849.39,400.24,5.46936,180,0,0,176,0,0,0,0,0),(6309,1127,0,1,1,0,0,-5459.84,-1928.9,404.081,4.15527,180,0,0,137,0,0,0,0,0),(6310,1689,0,1,1,0,0,-5580.63,-2118.72,402.254,0.288692,180,5,0,176,0,1,0,0,0),(6311,1118,0,1,1,0,1,-5653.54,-2107.26,400.946,4.81279,180,5,0,222,0,1,0,0,0),(6312,1118,0,1,1,0,1,-5704.85,-2113.41,400.859,4.01139,180,5,0,222,0,1,0,0,0),(6313,1689,0,1,1,0,0,-5709.52,-2107.53,401.053,3.06704,180,5,0,176,0,1,0,0,0),(6314,1117,0,1,1,0,1,-5686.15,-2119.57,400.61,3.81152,180,5,0,176,0,1,0,0,0),(6315,1118,0,1,1,0,1,-5672.98,-2106,400.615,0.981678,180,5,0,222,0,1,0,0,0),(6316,1118,0,1,1,0,1,-5663.11,-2120.3,400.978,2.14675,180,0,0,222,0,0,0,0,0),(6317,1117,0,1,1,0,1,-5668.62,-2120.08,401.243,4.38078,180,0,0,176,0,0,0,0,0),(6318,1117,0,1,1,0,1,-5649.83,-2120.59,400.571,6.27184,180,5,0,176,0,1,0,0,0),(6319,1118,0,1,1,0,1,-5751.74,-2163.47,400.682,0.069813,180,0,0,222,0,0,0,0,0),(6320,721,0,1,1,0,0,-5704.01,-2155.43,414.866,3.8873,180,10,0,1,0,1,0,0,0),(6321,1118,0,1,1,0,1,-5773.77,-2108.05,400.633,5.89879,180,5,0,222,0,1,0,0,0),(6322,1117,0,1,1,0,1,-5783.03,-2125.94,401.723,4.38447,180,5,0,176,0,1,0,0,0),(6323,1117,0,1,1,0,1,-5806.63,-2080.29,401.573,1.49599,180,0,0,176,0,0,0,0,0),(6324,1689,0,1,1,0,0,-5824.76,-2075.19,400.758,3.03717,180,0,0,176,0,0,0,0,0),(6325,1689,0,1,1,0,0,-5767.96,-2123.71,401.721,2.07201,180,5,0,176,0,1,0,0,0),(6326,1127,0,1,1,0,0,-5756.74,-2099.08,401.181,1.53347,180,5,0,137,0,1,0,0,0),(6327,1117,0,1,1,0,1,-5851.44,-2061.23,400.741,1.58664,180,0,0,176,0,0,0,0,0),(6328,721,0,1,1,0,0,-5682.04,-2214.65,425.253,0.475058,180,10,0,1,0,1,0,0,0),(6329,1689,0,1,1,0,0,-5697.08,-2216.21,430.253,3.84138,180,5,0,176,0,1,0,0,0),(6330,1689,0,1,1,0,0,-5620.16,-2204.59,421.543,4.02515,180,5,0,176,0,1,0,0,0),(6331,721,0,1,1,0,0,-5614.6,-2210.97,422.193,1.25904,180,10,0,1,0,1,0,0,0),(6332,721,0,1,1,0,0,-5576.1,-2143.6,400.909,1.78353,180,10,0,1,0,1,0,0,0),(6333,1689,0,1,1,0,0,-5540.59,-2378.91,400.681,3.91127,180,5,0,176,0,1,0,0,0),(6334,721,0,1,1,0,0,-5531.46,-2362.01,400.888,5.92394,180,10,0,1,0,1,0,0,0),(6335,13076,0,1,1,0,1,-5564.03,-2361.04,400.5,2.01261,250,0,0,1910,0,2,0,0,0),(6336,13076,0,1,1,0,1,-5535.4,-2439.24,400.932,2.6529,250,0,0,1910,0,0,0,0,0),(6338,13076,0,1,1,0,1,-5536.79,-2392.37,400.772,3.21141,250,0,0,1910,0,0,0,0,0),(6339,1689,0,1,1,0,0,-5461.71,-2369.54,402.994,2.26052,180,0,0,176,0,0,0,0,0),(6340,1959,0,1,1,0,1,-5479.75,-2447.09,400.675,3.54302,190,0,0,726,0,0,0,0,0),(6341,1689,0,1,1,0,0,-5526.57,-2466.37,401.291,4.97299,180,0,0,176,0,0,0,0,0),(6342,1689,0,1,1,0,0,-5436.96,-2446.61,400.82,5.62642,180,0,0,176,0,0,0,0,0),(6343,721,0,1,1,0,0,-5431.24,-2390.28,402.47,2.59314,180,10,0,1,0,1,0,0,0),(6344,1196,0,1,1,0,0,-5473.11,-2141.55,413.534,1.07831,180,10,0,164,0,1,0,0,0),(6345,1689,0,1,1,0,0,-5502.81,-2082.62,400.475,1.7138,180,0,0,176,0,0,0,0,0),(6346,721,0,1,1,0,0,-5510.29,-2082.16,400.5,3.32857,180,10,0,1,0,1,0,0,0),(6347,721,0,1,1,0,0,-5425.17,-2149.71,400.712,0.245576,180,10,0,1,0,1,0,0,0),(6348,1689,0,1,1,0,0,-5437.94,-2145.82,401.087,5.86784,180,0,0,176,0,0,0,0,0),(6349,1127,0,1,1,0,0,-5395.82,-2148.19,405.932,5.23528,180,0,0,137,0,0,0,0,0),(6350,1689,0,1,1,0,0,-5399.14,-2127.66,400.982,3.1045,180,0,0,176,0,0,0,0,0),(6351,1689,0,1,1,0,0,-5318.98,-2189.3,424.709,3.54036,180,0,0,176,0,0,0,0,0),(6352,1689,0,1,1,0,0,-5317.21,-2141.46,420.23,0.285279,180,0,0,176,0,0,0,0,0),(6353,721,0,1,1,0,0,-5288.72,-2137.8,425.352,0.611846,180,10,0,1,0,1,0,0,0),(6354,721,0,1,1,0,0,-5310.51,-2197.95,424.622,6.24939,180,10,0,1,0,1,0,0,0),(6355,1127,0,1,1,0,0,-5297.82,-2128.87,424.917,5.16404,180,0,0,137,0,0,0,0,0),(6356,13076,0,1,1,0,1,-5192.67,-2284.61,400.707,5.48033,250,0,0,1910,0,0,0,0,0),(6357,1960,0,1,1,0,1,-5163.74,-2329.58,400.675,1.46608,180,0,0,386,0,0,0,0,0),(6358,13076,0,1,1,0,1,-5175.93,-2326.68,400.778,1.16937,250,0,0,1910,0,0,0,0,0),(6359,1689,0,1,1,0,0,-5129.17,-2295.83,400.547,4.31973,180,0,0,176,0,0,0,0,0),(6360,1689,0,1,1,0,0,-5117.64,-2258.74,400.321,3.99517,180,5,0,176,0,1,0,0,0),(6361,13076,0,1,1,0,1,-5100.96,-2275.54,400.297,5.28835,250,0,0,1910,0,0,0,0,0),(6362,13076,0,1,1,0,1,-5065.83,-2318.03,412.623,0.279253,250,0,0,1910,0,0,0,0,0),(6363,1201,0,1,1,0,0,-5111.65,-2247.34,400.825,5.14892,180,10,0,137,0,1,0,0,0),(6364,13076,0,1,1,0,1,-5001.71,-2292.66,408.549,5.32325,250,0,0,1910,0,0,0,0,0),(6365,13076,0,1,1,0,1,-5029.86,-2311.39,402.108,0.698132,250,0,0,1910,0,0,0,0,0),(6366,1689,0,1,1,0,0,-5042.58,-2270.75,400.712,0.847772,180,5,0,176,0,1,0,0,0),(6367,13076,0,1,1,0,1,-5001.43,-2312.56,405.774,0.017576,250,0,0,1910,0,0,0,0,0),(6368,1127,0,1,1,0,0,-5046.78,-2210.7,400.779,0.669971,180,5,0,137,0,1,0,0,0),(6369,1689,0,1,1,0,0,-5034.7,-2178.65,406.084,0.508237,180,5,0,176,0,1,0,0,0),(6370,1689,0,1,1,0,0,-5016.53,-2145.6,403.455,5.50884,180,5,0,176,0,1,0,0,0),(6371,1201,0,1,1,0,0,-5057.21,-2155.61,401.272,3.37805,180,10,0,137,0,1,0,0,0),(6372,1201,0,1,1,0,0,-5068.7,-2086.72,421.771,1.81341,180,10,0,137,0,1,0,0,0),(6373,1201,0,1,1,0,0,-5037.98,-2099.96,418.704,1.23053,180,10,0,137,0,1,0,0,0),(6374,1961,0,1,1,0,0,-5116.94,-2054.59,426.963,1.33575,180,0,0,222,0,0,0,0,0),(6375,1201,0,1,1,0,0,-5098.37,-2091.35,414.859,0.355113,180,10,0,137,0,1,0,0,0),(6376,1689,0,1,1,0,0,-4965.29,-2291.57,414.264,1.11568,180,0,0,176,0,0,0,0,0),(6377,13076,0,1,1,0,1,-4952.2,-2352.81,407.778,1.02974,250,0,0,1910,0,0,0,0,0),(35103,6144,1,1,1,4945,1,3646.65,-6145.89,-4.16293,3.3381,600,10,0,8232,0,1,0,0,0),(35102,6144,1,1,1,4945,1,3920.06,-6153.52,-4.10032,5.57692,600,10,0,8232,0,1,0,0,0),(35101,6144,1,1,1,4945,1,3421.25,-6003.88,-14.71,1.21648,600,10,0,8232,0,1,0,0,0),(35100,6144,1,1,1,4945,1,3294.96,-6018.01,-9.39021,6.24801,600,10,0,8232,0,1,0,0,0),(35099,6144,1,1,1,4945,1,3386.7,-6139.41,-8.86881,1.09693,600,10,0,8232,0,1,0,0,0),(35098,6144,1,1,1,4945,1,3155.39,-6293.89,-16.8557,5.32218,600,10,0,8232,0,1,0,0,0),(35097,6144,1,1,1,4945,1,3513.48,-6151.09,-18.5112,0.331613,600,0,0,8232,0,0,0,0,0),(35096,17406,1,1,1,16922,1,2937.8,-3303.97,154.931,5.35816,300,0,0,610,655,0,0,0,0),(35095,17406,1,1,1,16923,1,2941.96,-3296.69,155.379,5.51524,300,0,0,610,655,0,0,0,0),(35094,3834,1,1,1,2077,0,3082.53,-1654.43,176.842,1.15788,300,15,0,840,0,1,0,0,0),(35093,3834,1,1,1,2077,0,3170.55,-1631.9,171.583,4.48068,300,5,0,840,0,1,0,0,0),(35092,3834,1,1,1,2077,0,2960.89,-1873.78,168.382,1.23425,300,10,0,840,0,1,0,0,0),(35091,3834,1,1,1,2077,0,3181.96,-1763.63,172.578,5.48744,300,5,0,840,0,1,0,0,0),(35090,3834,1,1,1,2077,0,3286.47,-1688.05,176.913,0.601534,300,15,0,840,0,1,0,0,0),(35089,3834,1,1,1,2077,0,3465.29,-1602.21,167.684,0.765387,300,15,0,840,0,1,0,0,0),(35088,3834,1,1,1,2077,0,3008.74,-1847.65,170.994,0.244505,300,10,0,840,0,1,0,0,0),(35087,3833,1,1,1,150,0,2708.6,-1873.12,234.511,4.18879,300,0,0,684,693,0,0,0,0),(35086,3833,1,1,1,150,0,2703.92,-1888.03,234.367,1.50098,300,0,0,684,693,0,0,0,0),(35065,3825,1,1,1,776,0,2540,-2699.17,147.86,0.322059,300,15,0,840,0,1,0,0,0),(35063,3825,1,1,1,776,0,2523.63,-2600.83,161.702,6.16186,300,10,0,840,0,1,0,0,0),(35062,3825,1,1,1,776,0,2535.42,-2451.18,163.052,2.32746,300,5,0,840,0,1,0,0,0),(35061,3825,1,1,1,776,0,2565.88,-2531.22,165.068,4.95962,300,5,0,840,0,1,0,0,0),(35060,3825,1,1,1,776,0,2544.39,-2550.26,161.206,4.86919,300,5,0,840,0,1,0,0,0),(35059,3825,1,1,1,776,0,2473.53,-2679.44,151.504,2.29679,300,5,0,840,0,1,0,0,0),(35058,3825,1,1,1,776,0,1997.6,-2199.12,98.6572,4.9872,300,5,0,840,0,1,0,0,0),(35057,3825,1,1,1,776,0,2542.33,-2789.02,161.782,5.44317,300,10,0,840,0,1,0,0,0),(35056,3825,1,1,1,776,0,3359.95,-1602.17,167.868,3.36421,300,15,0,840,0,1,0,0,0),(35055,3825,1,1,1,776,0,2908.16,-1791.66,186.433,6.12831,300,10,0,840,0,1,0,0,0),(35054,3825,1,1,1,776,0,3072.8,-1697.46,172.119,0.635689,300,10,0,840,0,1,0,0,0),(35053,3825,1,1,1,776,0,2010.67,-2063.49,114.425,1.14269,300,5,0,840,0,1,0,0,0),(35052,3825,1,1,1,776,0,2442.89,-2446.88,185.883,2.63601,300,5,0,840,0,1,0,0,0),(6439,21338,545,3,1,0,1,-291.306,-148.15,-7.88785,3.79155,86400,0,0,5589,3155,0,0,0,0),(35051,3825,1,1,1,776,0,2047.03,-2088.85,124.271,3.42257,300,5,0,840,0,1,0,0,0),(35050,3825,1,1,1,776,0,2171.86,-2333.88,118.615,2.86856,300,5,0,840,0,1,0,0,0),(35049,3825,1,1,1,776,0,2161.27,-2248.56,106.542,6.2402,300,0,0,840,0,2,0,0,0),(35048,3825,1,1,1,776,0,2202.58,-2358,116.265,2.66703,300,5,0,840,0,1,0,0,0),(35047,3825,1,1,1,776,0,2071.4,-2290.64,107.603,1.32108,300,5,0,840,0,1,0,0,0),(35046,3825,1,1,1,776,0,2213.79,-2255.42,105.762,1.67985,300,5,0,840,0,1,0,0,0),(35045,3825,1,1,1,776,0,1979.45,-2139.06,98.6905,2.4159,300,5,0,840,0,1,0,0,0),(35044,3825,1,1,1,776,0,2015.24,-2087.54,117.308,1.49252,300,5,0,840,0,1,0,0,0),(35043,3825,1,1,1,776,0,2932.98,-1938.41,170.048,3.66029,300,5,0,840,0,1,0,0,0),(35042,3825,1,1,1,776,0,3013.33,-1815.38,167.883,5.99845,300,10,0,840,0,1,0,0,0),(35041,3825,1,1,1,776,0,2775.57,-2012.13,164.004,2.69897,300,5,0,840,0,1,0,0,0),(35040,3825,1,1,1,776,0,2014.53,-2232.87,112.183,1.82305,300,10,0,840,0,1,0,0,0),(35039,3824,1,1,1,1207,0,1979.09,-1886.49,99.6084,1.89615,300,5,0,617,0,1,0,0,0),(35038,3824,1,1,1,1207,0,1994.03,-1458.21,83.4046,5.22935,300,15,0,617,0,1,0,0,0),(35037,3824,1,1,1,1207,0,2001.39,-1452.62,86.2067,0.546281,300,15,0,617,0,1,0,0,0),(35036,3824,1,1,1,1207,0,2051.03,-1700.61,69.5987,2.63102,300,10,0,617,0,1,0,0,0),(35035,3824,1,1,1,1207,0,1968.97,-1391.8,95.233,4.06068,300,5,0,617,0,1,0,0,0),(35034,3824,1,1,1,1207,0,1944.2,-1440.43,87.2813,0.056691,300,10,0,617,0,1,0,0,0),(35033,3824,1,1,1,1207,0,1977.83,-1575.94,62.996,2.08946,300,15,0,617,0,1,0,0,0),(35032,3824,1,1,1,1207,0,2040.9,-1629.16,64.6256,3.63626,300,5,0,617,0,1,0,0,0),(35031,3824,1,1,1,1207,0,1841.71,-1728.75,61.4689,5.52665,300,5,0,617,0,1,0,0,0),(35030,3824,1,1,1,1207,0,1785.52,-1472.76,105.928,2.65398,300,5,0,617,0,1,0,0,0),(35029,3824,1,1,1,1207,0,2075.58,-1666.31,66.5291,1.18848,300,10,0,617,0,1,0,0,0),(35028,3824,1,1,1,1207,0,1811.61,-1535.49,84.9908,3.98364,300,5,0,617,0,1,0,0,0),(35027,3824,1,1,1,1207,0,2075.49,-1685.23,68.5434,2.09057,300,10,0,617,0,1,0,0,0),(35026,3824,1,1,1,1207,0,1934.12,-1756.52,63.9327,3.0222,300,15,0,617,0,1,0,0,0),(35025,3824,1,1,1,1207,0,1717.27,-1481.24,119.369,2.42801,300,5,0,617,0,1,0,0,0),(35024,3824,1,1,1,1207,0,1903.04,-1646.21,59.393,4.86297,300,15,0,617,0,1,0,0,0),(35023,3824,1,1,1,1207,0,1931.06,-1813.45,68.7292,4.2164,300,5,0,617,0,1,0,0,0),(35022,3824,1,1,1,1207,0,2158.7,-1622.51,82.0039,1.63334,300,15,0,617,0,1,0,0,0),(35021,3824,1,1,1,1207,0,2024.37,-1710,63.563,3.1488,300,10,0,617,0,1,0,0,0),(35020,3824,1,1,1,1207,0,1923.79,-1785.59,63.9026,4.65473,300,5,0,617,0,1,0,0,0),(35019,3824,1,1,1,1207,0,1911.26,-1554.58,65.6967,3.37499,300,15,0,617,0,1,0,0,0),(35018,3824,1,1,1,1207,0,1698.87,-1608.33,99.6919,3.14178,300,5,0,617,0,1,0,0,0),(35017,3824,1,1,1,1207,0,2117.93,-1688.23,77.641,2.93452,300,5,0,617,0,1,0,0,0),(35016,3824,1,1,1,1207,0,1765.2,-1564.58,79.4978,2.28225,300,5,0,617,0,1,0,0,0),(35015,3824,1,1,1,1207,0,1825.08,-1571.06,76.0248,1.84802,300,15,0,617,0,1,0,0,0),(35014,3824,1,1,1,1207,0,1684.16,-1602.92,105.344,5.67134,300,5,0,617,0,1,0,0,0),(35013,3824,1,1,1,1207,0,1653.66,-1614.09,122.621,3.63498,300,5,0,617,0,1,0,0,0),(35012,3824,1,1,1,1207,0,1784.13,-1624.2,88.4687,5.21797,300,5,0,617,0,1,0,0,0),(35011,3824,1,1,1,1207,0,1845.87,-1626.69,66.4085,1.77834,300,5,0,617,0,1,0,0,0),(35010,3824,1,1,1,1207,0,1951.52,-1574.77,62.2719,5.89572,300,15,0,617,0,1,0,0,0),(35009,3824,1,1,1,1207,0,1980.92,-1520.02,67.6904,6.06775,300,15,0,617,0,1,0,0,0),(35008,3824,1,1,1,1207,0,2026.35,-1630.16,65.0762,2.91606,300,5,0,617,0,1,0,0,0),(35007,3824,1,1,1,1207,0,1954.67,-1386.24,95.3175,1.39505,300,5,0,617,0,1,0,0,0),(35006,3824,1,1,1,1207,0,1906.57,-1442.15,88.821,1.77812,300,5,0,617,0,1,0,0,0),(35005,3823,1,1,1,802,0,1654.97,-2527.46,96.3709,5.44942,300,10,0,449,0,1,0,0,0),(35004,3823,1,1,1,802,0,1366.41,-2113.34,92.4729,1.57275,300,10,0,449,0,1,0,0,0),(35003,3823,1,1,1,802,0,1534.19,-2465.57,106.215,3.51339,300,3,0,449,0,1,0,0,0),(35002,3823,1,1,1,802,0,1384.29,-2152.77,92.7812,5.18394,300,10,0,449,0,1,0,0,0),(35001,3823,1,1,1,802,0,1319.4,-2081.86,101.39,5.99818,300,5,0,449,0,1,0,0,0),(35000,3823,1,1,1,802,0,1369.53,-2177.76,92.6682,0.476747,300,10,0,449,0,1,0,0,0),(34999,3823,1,1,1,802,0,1417.25,-2121.13,97.1019,5.06842,300,5,0,449,0,1,0,0,0),(34998,3823,1,1,1,802,0,2381.43,-216.693,97.2128,4.02515,300,5,0,449,0,1,0,0,0),(34997,3823,1,1,1,802,0,2687.39,-68.5685,93.465,3.62052,300,15,0,449,0,1,0,0,0),(34996,3823,1,1,1,802,0,3464.63,118.931,3.3743,2.28154,300,5,0,449,0,1,0,0,0),(34995,3823,1,1,1,802,0,1690.19,-1917.83,99.381,1.49503,300,5,0,449,0,1,0,0,0),(34994,3823,1,1,1,802,0,3289.47,327.169,5.65095,2.34998,300,5,0,449,0,1,0,0,0),(34993,3823,1,1,1,802,0,3620.29,592.987,6.10634,0.737027,300,15,0,449,0,1,0,0,0),(34992,3823,1,1,1,802,0,3616.36,79.5398,3.68546,4.39681,300,5,0,449,0,1,0,0,0),(34991,3823,1,1,1,802,0,3528.27,547.337,4.82804,5.2406,300,5,0,449,0,1,0,0,0),(34990,3823,1,1,1,802,0,3405.8,381.591,2.12483,3.82396,300,15,0,449,0,1,0,0,0),(34989,3823,1,1,1,802,0,3913.83,-18.6238,12.1046,3.91005,300,5,0,449,0,1,0,0,0),(34988,3823,1,1,1,802,0,2104.83,-2683.61,106.996,-0.410982,300,5,0,449,0,1,0,0,0),(34987,3823,1,1,1,802,0,3852.98,747.681,7.25498,2.20963,300,5,0,449,0,1,0,0,0),(34986,3823,1,1,1,802,0,1396,-1981.86,102.245,2.80317,300,0,0,449,0,2,0,0,0),(34985,3823,1,1,1,802,0,3862.05,217.003,-0.411661,4.01214,300,15,0,449,0,1,0,0,0),(34984,3823,1,1,1,802,0,3546.39,360.358,5.904,5.93292,300,15,0,449,0,1,0,0,0),(34983,3823,1,1,1,802,0,2827.19,-38.2592,98.7016,5.95006,300,15,0,449,0,1,0,0,0),(34982,3823,1,1,1,802,0,2740.18,679.899,103.374,1.52711,300,0,0,449,0,0,0,0,0),(34981,3823,1,1,1,802,0,2431.61,-330.656,101.075,3.22553,300,15,0,449,0,1,0,0,0),(34980,3823,1,1,1,802,0,2729.99,-163.061,106.146,5.50707,300,5,0,449,0,1,0,0,0),(34979,3823,1,1,1,802,0,2677.87,-61.2871,93.0552,4.2759,300,15,0,449,0,1,0,0,0),(34978,3823,1,1,1,802,0,3383.05,616.169,5.49361,2.0939,300,15,0,449,0,1,0,0,0),(34977,3823,1,1,1,802,0,2723.36,-90.7964,100.764,-2.33339,300,0,0,449,0,0,0,0,0),(34976,3823,1,1,1,802,0,1582.2,-1811.22,126.204,4.43314,300,10,0,449,0,1,0,0,0),(34975,3823,1,1,1,802,0,3512.98,437.261,0.904225,1.03541,300,15,0,449,0,1,0,0,0),(34974,3823,1,1,1,802,0,3578.1,346.029,6.06762,2.97082,300,15,0,449,0,1,0,0,0),(34973,3823,1,1,1,802,0,2759.78,-107.167,96.6138,1.3189,300,15,0,449,0,1,0,0,0),(34972,3823,1,1,1,802,0,3275.18,748.095,11.2982,1.78735,300,5,0,449,0,1,0,0,0),(34971,3823,1,1,1,802,0,3300.65,667.286,5.36473,2.92816,300,5,0,449,0,1,0,0,0),(34970,3823,1,1,1,802,0,4107.4,172.191,5.43396,2.9952,300,15,0,449,0,1,0,0,0),(34969,3823,1,1,1,802,0,2784.74,287.313,75.7634,3.07321,300,5,0,449,0,1,0,0,0),(34968,3823,1,1,1,802,0,4063.22,209.464,4.7373,3.50451,300,5,0,449,0,1,0,0,0),(34967,3823,1,1,1,802,0,3958.32,137.602,11.6365,1.8873,300,5,0,449,0,1,0,0,0),(34966,3823,1,1,1,802,0,3822.73,201.272,6.70488,5.71848,300,5,0,449,0,1,0,0,0),(34965,3823,1,1,1,802,0,4142.62,-4.89386,24.6213,3.26885,300,15,0,449,0,1,0,0,0),(34964,4079,1,1,1,2182,1,2758.97,-312.097,110.88,5.16617,300,0,0,617,0,0,0,0,0),(34963,3823,1,1,1,802,0,2553.75,68.2116,88.5491,1.52679,300,5,0,449,0,1,0,0,0),(34962,3823,1,1,1,802,0,2914.87,796.456,105.778,0.919091,300,5,0,449,0,1,0,0,0),(34961,3823,1,1,1,802,0,2788.26,541.379,92.1667,0.023833,300,15,0,449,0,1,0,0,0),(34960,3823,1,1,1,802,0,3668.89,147.586,5.5287,5.82008,300,5,0,449,0,1,0,0,0),(34959,3823,1,1,1,802,0,2882.05,437.903,106.48,4.74448,300,5,0,449,0,1,0,0,0),(34958,3823,1,1,1,802,0,3861.46,573.959,17.9483,4.90962,300,5,0,449,0,1,0,0,0),(34957,3823,1,1,1,802,0,2844.6,378.135,91.9906,2.96702,300,5,0,449,0,1,0,0,0),(34956,3823,1,1,1,802,0,2288.25,396.858,131.755,3.34796,300,5,0,449,0,1,0,0,0),(34955,3823,1,1,1,802,0,2493.39,-33.5814,95.362,1.74254,300,3,0,449,0,1,0,0,0),(34954,3823,1,1,1,802,0,2433.47,586.962,116.63,-1.96365,300,15,0,449,0,1,0,0,0),(207623,34949,530,1,1,0,0,-1908.2,5433.96,-12.3449,1.74533,120,0,0,1,0,0,0,0,0),(34953,3823,1,1,1,802,0,2844.25,372.233,91.7917,4.4293,300,5,0,449,0,1,0,0,0),(34952,3823,1,1,1,802,0,1378.48,-1968.47,115.693,4.94884,300,5,0,449,0,1,0,0,0),(34951,3823,1,1,1,802,0,2649.39,181.873,92.7235,1.49454,300,5,0,449,0,1,0,0,0),(34950,3823,1,1,1,802,0,2605.88,235.545,106.525,0.602128,300,5,0,449,0,1,0,0,0),(34949,3823,1,1,1,802,0,2596.92,277.209,102.488,4.39774,300,5,0,449,0,1,0,0,0),(34948,3823,1,1,1,802,0,2928.12,730.341,113.271,4.76025,300,5,0,449,0,1,0,0,0),(34947,3823,1,1,1,802,0,2352.34,440.977,117.79,3.28067,300,5,0,449,0,1,0,0,0),(34946,3823,1,1,1,802,0,2522.02,362.126,96.4794,1.87378,300,10,0,449,0,1,0,0,0),(34945,3823,1,1,1,802,0,2892.59,679.506,103.191,1.78025,300,5,0,449,0,1,0,0,0),(34944,3823,1,1,1,802,0,2348.91,-240.402,115.231,1.08189,300,5,0,449,0,1,0,0,0),(34943,3823,1,1,1,802,0,2654.72,229.971,93.1808,2.82715,300,5,0,449,0,1,0,0,0),(34942,3823,1,1,1,802,0,2702.19,672.292,112.69,0.588142,300,3,0,449,0,1,0,0,0),(34941,3823,1,1,1,802,0,2639.44,142.619,92.8159,0.254133,300,5,0,449,0,1,0,0,0),(34940,3823,1,1,1,802,0,2593.51,586.02,102.557,0.129323,300,15,0,449,0,1,0,0,0),(34939,3823,1,1,1,802,0,2503.44,602.071,111.168,1.12201,300,15,0,449,0,1,0,0,0),(34938,3823,1,1,1,802,0,2579.37,111.962,91.6097,0.109022,300,5,0,449,0,1,0,0,0),(34937,3823,1,1,1,802,0,2560.68,-35.1924,88.5246,5.85751,300,15,0,449,0,1,0,0,0),(34936,3823,1,1,1,802,0,2851.61,639.898,107.775,0.672606,300,5,0,449,0,1,0,0,0),(34935,3821,1,1,1,1104,0,2079.99,-3497.81,75.8023,0.262741,300,0,0,896,0,0,0,0,0),(34934,3821,1,1,1,1104,0,2889.93,-2977.27,202.885,4.06068,300,0,0,896,0,0,0,0,0),(34933,3821,1,1,1,1104,0,2835.44,-3113.36,182.381,1.71669,300,0,0,896,0,0,0,0,0),(34932,3821,1,1,1,1104,0,2783.27,-3081.21,174.61,3.27136,300,0,0,896,0,0,0,0,0),(34931,3821,1,1,1,1104,0,2557.09,-3078.45,135.454,1.91723,300,0,0,896,0,0,0,0,0),(34930,3821,1,1,1,1104,0,2956.86,-3135.05,194.814,2.89671,300,0,0,896,0,0,0,0,0),(34929,3821,1,1,1,1104,0,2147.26,-3529.72,48.5728,2.94899,300,0,0,896,0,0,0,0,0),(34928,3821,1,1,1,1104,0,2315.04,-3541.31,45.4868,3.90213,300,0,0,896,0,0,0,0,0),(34927,3821,1,1,1,1104,0,2048.83,-3478.29,87.1252,1.72375,300,0,0,896,0,0,0,0,0),(34926,3821,1,1,1,1104,0,2908.7,-3592.47,100.026,1.54736,300,0,0,896,0,0,0,0,0),(34925,3821,1,1,1,1104,0,2126.36,-3404.18,93.8878,1.40115,300,0,0,896,0,0,0,0,0),(34924,3821,1,1,1,1104,0,2047.05,-3417.25,92.8941,3.5871,300,0,0,896,0,0,0,0,0),(34923,3821,1,1,1,1104,0,2800.65,-3130.14,176.417,2.41074,300,0,0,896,0,0,0,0,0),(34922,3821,1,1,1,1104,0,2907.81,-2973.39,202.617,5.31129,300,0,0,896,0,0,0,0,0),(11966,2559,0,1,1,11316,0,-1228.29,-2803.12,51.6583,1.72953,400,10,0,1050,0,1,0,0,0),(1683,667,0,1,1,4632,1,-12847.2,-597.482,56.195,0.138159,300,0,0,1678,0,0,0,0,0),(1682,1150,0,1,1,1039,0,-11615.9,-130.834,16.15,2.85788,300,5,0,1050,0,1,0,0,0),(1681,780,0,1,1,4616,1,-12857,-605.656,56.872,0.994838,300,2,0,1357,1236,1,0,0,0),(1680,772,0,1,1,614,0,-12785.9,-43.8879,6.26619,1.48084,300,10,0,1536,0,1,0,0,0),(1679,681,0,1,1,598,0,-11591,-343.829,33.1044,2.92941,300,10,0,1050,0,1,0,0,0),(1678,1096,0,1,1,7197,1,-12034.9,-661.364,14.6015,0.585295,300,5,0,1160,1067,1,0,0,0),(1677,1150,0,1,1,1039,0,-11769.8,-407.071,17.1193,6.01588,300,5,0,1050,0,1,0,0,0),(1676,1096,0,1,1,7197,1,-12044.9,-618.187,13.7964,6.17814,300,5,0,1160,1067,1,0,0,0),(1675,667,0,1,1,4632,1,-12873.5,-592.193,60.7625,2.39555,300,2,0,1678,0,1,0,0,0),(1674,1114,0,1,1,845,0,-12342.8,-450.847,15.9569,3.54958,300,10,0,1804,0,1,0,0,0),(1673,2534,0,1,1,314,0,-13660.5,-305.782,8.3589,2.40855,300,0,0,1919,1587,0,0,0,0),(1672,1493,0,1,1,12812,1,-14236.2,737.019,2.43126,3.67262,1800,0,0,7676,0,0,0,0,0),(1671,682,0,1,1,320,0,-11746.3,295.284,18.3508,1.08095,300,10,0,1163,0,1,0,0,0),(1670,1491,0,1,1,4923,1,-13681.5,-345.259,1.61632,3.93665,300,5,0,2138,0,1,0,0,0),(1669,660,0,1,1,4581,1,-11719.4,917.759,4.27234,3.2805,300,5,0,1257,1142,1,0,0,0),(1668,660,0,1,1,4581,1,-11653.2,984.264,4.75243,5.04607,300,5,0,1257,1142,1,0,0,0),(1667,597,0,1,1,4579,1,-11677.3,975.334,6.5606,5.33196,300,5,0,1469,0,1,0,0,0),(1666,684,0,1,1,633,0,-12114,-886.153,47.5352,6.19765,300,5,0,1536,0,1,0,0,0),(1665,698,0,1,1,320,0,-11526.3,779.093,41.3157,2.61799,300,2,0,1279,0,1,0,0,0),(1664,772,0,1,1,614,0,-12714.6,-410.374,18.4577,6.2343,300,10,0,1536,0,1,0,0,0),(1663,736,0,1,1,599,0,-11853.9,321.187,22.4205,5.57244,300,5,0,1163,0,1,0,0,0),(1662,772,0,1,1,614,0,-12244.5,-680.986,14.1356,2.97223,300,5,0,1536,0,1,0,0,0),(1661,671,0,1,1,4580,1,-11744.1,940.844,4.01088,1.16526,300,5,0,1469,0,1,0,0,0),(1660,597,0,1,1,4579,1,-11714.9,984.982,3.22723,1.20529,300,5,0,1469,0,1,0,0,0),(1659,772,0,1,1,614,0,-12087.6,-920.919,51.2018,3.92699,300,5,0,1536,0,1,0,0,0),(1658,597,0,1,1,4579,1,-11643.2,900.123,3.0653,4.70465,300,5,0,1469,0,1,0,0,0),(1657,660,0,1,1,4581,1,-11776.9,912.484,4.34586,1.95732,300,5,0,1257,1142,1,0,0,0),(1656,660,0,1,1,4581,1,-11684.5,887.908,4.66363,4.12036,300,5,0,1257,1142,1,0,0,0),(1655,736,0,1,1,599,0,-11740.2,411.414,44.8147,6.16973,300,10,0,1163,0,1,0,0,0),(1654,660,0,1,1,4581,1,-11744.8,880.253,2.77017,0.044257,300,2,0,1257,1142,1,0,0,0),(1653,937,0,1,1,4443,1,-11579.5,-594.973,28.2079,3.61016,300,0,0,1163,0,0,0,0,0),(1652,660,0,1,1,4581,1,-11720.1,889.058,3.89734,3.40062,300,5,0,1257,1142,1,0,0,0),(1651,940,0,1,1,4436,1,-11540.7,-591.513,29.5894,5.30507,300,5,0,977,935,1,0,0,0),(1650,940,0,1,1,4436,1,-11566.5,-593.847,28.3394,3.48839,300,0,0,977,935,0,0,0,0),(1649,736,0,1,1,599,0,-11846.8,377.952,41.3286,3.18049,300,5,0,1163,0,1,0,0,0),(1648,772,0,1,1,614,0,-12709.7,-52.2938,5.97928,3.07905,300,5,0,1536,0,1,0,0,0),(1647,660,0,1,1,4581,1,-11823.1,888.945,4.19054,1.82146,300,5,0,1257,1142,1,0,0,0),(1646,1114,0,1,1,845,0,-12616.1,-848.861,53.3241,0.681561,300,5,0,1804,0,1,0,0,0),(1645,783,0,1,1,4623,1,-13027.4,-827.92,70.783,2.85613,300,3,0,2059,0,1,0,0,0),(1644,683,0,1,1,2437,0,-11449,-276.263,45.397,5.4895,300,5,0,1050,0,1,0,0,0),(1643,783,0,1,1,4623,1,-13054.2,-809.188,71.4015,4.83058,300,0,0,2059,0,0,0,0,0),(11965,2559,0,1,1,11316,0,-1235.65,-2784.86,53.2132,1.24287,400,10,0,1050,0,1,0,0,0),(11964,2559,0,1,1,11316,0,-1254.05,-2819.86,48.9108,4.34676,400,10,0,1050,0,1,0,0,0),(11963,2559,0,1,1,11316,0,-1276.65,-2814.96,49.0949,0.37947,400,10,0,1050,0,1,0,0,0),(11962,2577,0,1,1,3970,1,-2247.03,-2601.74,79.2406,3.4404,400,0,0,847,2253,2,0,0,0),(11961,4062,0,1,1,3954,1,-2263.59,-2614.88,84.576,0.913065,400,3,0,1050,0,1,0,0,0),(11960,2575,0,1,1,3969,1,-2232.4,-2609.49,77.8902,4.42582,400,0,0,935,878,0,0,0,0),(11959,4062,0,1,1,3954,1,-2269.08,-2653.52,80.7818,3.34231,400,3,0,1050,0,1,0,0,0),(11958,2577,0,1,1,3970,1,-2237.79,-2624.21,78.451,0.848974,400,0,0,847,2253,0,0,0,0),(11957,2573,0,1,1,371,1,-849.809,-3903.44,141.502,5.24662,400,3,0,1116,2861,1,0,0,0),(11956,2574,0,1,1,511,1,-854.448,-3943.57,151.681,1.83818,400,3,0,1469,0,1,0,0,0),(11955,2573,0,1,1,371,1,-858.739,-3982.02,148.134,1.38851,400,3,0,1116,2861,1,0,0,0),(11954,2574,0,1,1,511,1,-859.034,-3964.08,152.172,4.45716,400,3,0,1469,0,1,0,0,0),(11953,2573,0,1,1,371,1,-889.383,-3976.09,138.778,4.81526,400,3,0,1116,2861,1,0,0,0),(11952,2574,0,1,1,511,1,-882.64,-3934.29,132.956,4.07637,400,3,0,1469,0,1,0,0,0),(11951,2574,0,1,1,511,1,-883.057,-3951.6,133.157,5.29223,400,5,0,1469,0,1,0,0,0),(11950,2573,0,1,1,371,1,-914.471,-3947.19,150.945,5.83419,400,3,0,1116,2861,1,0,0,0),(11949,2574,0,1,1,511,1,-957.172,-3927.99,145.278,4.61869,400,3,0,1469,0,1,0,0,0),(11948,2574,0,1,1,511,1,-928.474,-3949.84,149.112,5.33506,400,3,0,1469,0,1,0,0,0),(11947,2574,0,1,1,511,1,-952.787,-3886.93,153.702,6.21786,400,3,0,1469,0,1,0,0,0),(11946,2573,0,1,1,371,1,-941.734,-3880.33,151.775,6.2447,400,3,0,1116,2861,1,0,0,0),(11945,2574,0,1,1,511,1,-996.711,-3846.9,149.212,3.989,400,3,0,1469,0,1,0,0,0),(11944,2573,0,1,1,371,1,-926.139,-3857.23,145.728,0.976427,400,5,0,1116,2861,1,0,0,0),(11943,2559,0,1,1,11316,0,-950.722,-3287.24,73.5314,5.92362,400,10,0,1050,0,1,0,0,0),(11942,2563,0,1,1,1103,0,-1221.74,-2881.08,44.7765,1.1406,400,10,0,1163,0,1,0,0,0),(11941,2572,0,1,1,2153,1,-1178.05,-3646.73,56.1699,5.12139,400,5,0,1403,0,1,0,0,0),(11940,2563,0,1,1,1103,0,-1548.48,-2413.47,76.1915,4.44134,400,5,0,1163,0,1,0,0,0),(11939,2563,0,1,1,1103,0,-1579.09,-2343.97,83.6777,2.77955,400,3,0,1163,0,1,0,0,0),(11938,2559,0,1,1,11316,0,-1547.45,-2310.37,61.524,5.27223,400,5,0,1050,0,1,0,0,0),(11937,2563,0,1,1,1103,0,-1545.18,-2351.45,70.2544,3.16893,400,5,0,1163,0,1,0,0,0),(11936,2578,0,1,1,10824,0,-1492.25,-2392.08,65.4576,5.02797,400,5,0,1107,0,1,0,0,0),(11935,2577,0,1,1,3970,1,-2227.27,-2595.43,81.874,5.51251,400,0,0,847,2253,0,0,0,0),(11934,2565,0,1,1,1104,0,-1920.77,-2524.43,62.6904,5.9775,400,10,0,1403,0,1,0,0,0),(11933,2561,0,1,1,961,0,-1938.41,-2580.12,73.7587,0.252554,400,10,0,1469,0,1,0,0,0),(11932,2561,0,1,1,961,0,-1957.4,-2540.7,72.046,2.24732,400,10,0,1469,0,1,0,0,0),(11931,2561,0,1,1,961,0,-2041.35,-2507.85,69.7927,1.0307,400,3,0,1469,0,1,0,0,0),(11930,2561,0,1,1,961,0,-2022.75,-2553.07,70.5154,5.59746,400,10,0,1469,0,1,0,0,0),(11929,4075,0,1,1,1141,0,-1584.48,-1859.38,70.623,5.20176,400,5,0,8,0,1,0,0,0),(11928,2561,0,1,1,961,0,-1972.85,-2510.3,72.6677,1.02,400,5,0,1469,0,1,0,0,0),(11927,2561,0,1,1,961,0,-2111.99,-2595.17,83.4955,4.65375,400,5,0,1469,0,1,0,0,0),(11926,2561,0,1,1,961,0,-2069.23,-2576.16,75.1825,0.47064,400,10,0,1469,0,1,0,0,0),(11925,2564,0,1,1,1054,1,-1238.22,-2032.17,48.0969,2.58345,400,3,0,1221,0,1,0,0,0),(11924,2566,0,1,1,3193,1,-1977.68,-2738.37,79.7477,4.84867,400,3,0,1403,0,1,0,0,0),(11923,2581,0,1,1,3961,1,-1036.48,-2794.08,48.5377,2.32306,400,0,0,1107,0,2,0,0,0),(11922,2586,0,1,1,3984,1,-780.92,-2097.37,34.596,4.60671,400,0,0,1050,0,0,0,0,0),(11921,15130,0,1,1,15281,1,-1217.72,-2537.66,21.7332,1.36136,650,0,0,7842,0,0,0,0,0),(11920,15130,0,1,1,15283,1,-1208.08,-2536.25,22.8421,2.96706,650,0,0,7842,0,0,0,0,0),(11919,15130,0,1,1,15282,1,-1207.97,-2527.71,22.7542,3.10669,650,0,0,7842,0,0,0,0,0),(11918,15130,0,1,1,15283,1,-1214.73,-2524.21,21.8917,4.29351,650,0,0,7842,0,0,0,0,0),(11917,2573,0,1,1,371,1,-871.334,-3903.34,141.884,2.16079,400,0,0,1116,2861,2,0,0,0),(11916,2573,0,1,1,371,1,-872.507,-3904.73,141.982,2.49441,400,5,0,1116,2861,1,0,0,0),(11915,14983,0,1,1,15142,1,-1224.39,-2516.14,21.6434,3.56047,400,0,0,3237,0,0,0,0,0),(11914,2582,0,1,1,3959,1,-1054.02,-2810.99,42.2394,0.359575,400,3,0,1050,0,1,0,0,0),(11913,2581,0,1,1,3960,1,-1005.88,-2919.23,62.1612,5.45262,400,0,0,1107,0,2,0,0,0),(11912,10696,0,1,1,4138,1,-1240.11,-2535.17,21.2457,3.02417,400,0,0,3170,0,2,0,0,0),(11911,10696,0,1,1,4137,1,-1223.35,-2545.28,22.0671,1.8326,400,0,0,3170,0,0,0,0,0),(11910,10696,0,1,1,4138,1,-1234.52,-2560.25,23.5786,0.994175,400,0,0,3170,0,2,0,0,0),(11909,10696,0,1,1,4138,1,-1224.24,-2542.39,21.5331,5.044,400,0,0,3170,0,0,0,0,0),(11908,10696,0,1,1,4137,1,-1202.66,-2597.58,37.9893,4.46804,400,0,0,3170,0,0,0,0,0),(11907,10696,0,1,1,4138,1,-1221.45,-2598.59,35.5403,5.63741,400,0,0,3170,0,0,0,0,0),(97891,6491,571,1,4294967295,0,0,4819.88,1020.05,146.434,2.7743,60,0,0,4120,0,0,0,0,0),(11905,2582,0,1,1,3958,1,-1077.61,-2836.66,42.317,0.136782,400,5,0,1050,0,1,0,0,0),(11904,2565,0,1,1,1104,0,-1731.12,-2709.74,41.3087,1.85862,400,5,0,1403,0,1,0,0,0),(11903,2582,0,1,1,3958,1,-1089.42,-2833.03,42.3159,1.10975,400,5,0,1050,0,1,0,0,0),(11902,2582,0,1,1,3958,1,-1070.13,-2809.03,42.0659,2.35786,400,5,0,1050,0,1,0,0,0),(11828,2563,0,1,1,1103,0,-964.578,-1913.63,63.9859,3.09661,400,10,0,1163,0,1,0,0,0),(11827,2559,0,1,1,11316,0,-709.983,-1826.45,60.3459,4.63485,400,5,0,1050,0,1,0,0,0),(11826,2563,0,1,1,1103,0,-750.989,-1822.58,61.2429,1.53811,400,10,0,1163,0,1,0,0,0),(11825,2608,0,1,1,4146,1,-1255.31,-2521.46,21.0734,1.20699,400,0,0,2138,0,2,0,0,0),(11824,2555,0,1,1,3995,1,-2003.42,-3381.53,51.095,5.15109,400,5,0,1021,963,1,0,0,0),(11823,2555,0,1,1,3996,1,-1731.55,-3372.45,32.3185,2.57471,400,3,0,1021,963,1,0,0,0),(11822,10696,0,1,1,4138,1,-1267.11,-2560.08,21.687,0.700593,400,5,0,3170,0,1,0,0,0),(11821,2810,0,1,1,3967,1,-1271.28,-2540.19,21.7145,1.46608,400,0,0,1342,0,0,0,0,0),(11820,10696,0,1,1,4138,1,-1290.57,-2544.73,22.062,3.7443,400,5,0,3170,0,1,0,0,0),(11819,2789,0,1,1,4042,1,-1261.6,-2546.09,21.7138,1.5708,400,0,0,1469,0,0,0,0,0),(11818,2559,0,1,1,11316,0,-1383.98,-2650.37,70.6748,3.24108,400,10,0,1050,0,1,0,0,0),(11817,2554,0,1,1,3992,1,-1663.56,-3520.08,71.7296,4.02728,400,5,0,1163,0,1,0,0,0),(11816,2788,0,1,1,4043,1,-1279.41,-2529.77,21.5095,0.418879,400,0,0,1003,0,0,0,0,0),(11815,2563,0,1,1,1103,0,-1353.26,-2619.61,73.1422,1.48279,400,10,0,1163,0,1,0,0,0),(11814,2620,0,1,1,1072,0,-1336.86,-3344.23,43.727,5.95896,400,10,0,8,0,1,0,0,0),(11813,2812,0,1,1,3964,1,-1262.41,-2534.12,21.8507,0.365405,400,0,0,1604,0,0,0,0,0),(11812,2586,0,1,1,3984,1,-804.614,-1957.49,34.2652,0.227649,400,5,0,1050,0,1,0,0,0),(11811,2563,0,1,1,1103,0,-1249.11,-3328.12,32.6827,1.56439,400,10,0,1163,0,1,0,0,0),(11810,14984,0,1,1,15143,1,-1220.17,-2518.3,21.7949,3.76991,400,0,0,3237,0,0,0,0,0),(11809,10696,0,1,1,4137,1,-1277.1,-2492.56,25.2877,3.41175,400,3,0,3170,0,1,0,0,0),(11808,1471,0,1,1,3963,1,-1278.57,-2522,21.4577,5.68977,400,0,0,2399,0,0,0,0,0),(11807,2808,0,1,1,3966,1,-1275.75,-2538.73,21.6325,1.0472,400,0,0,1469,0,0,0,0,0),(11806,2814,0,1,1,3962,1,-1275.9,-2506.19,21.9792,2.26458,400,0,0,1678,0,0,0,0,0),(11805,2700,0,1,1,4147,1,-1274.69,-2516.63,21.4792,5.27122,400,0,0,1902,0,0,0,0,0),(11804,2816,0,1,1,3965,1,-1257.2,-2489.44,22.1224,4.09096,400,0,0,1536,0,0,0,0,0),(11803,2555,0,1,1,3996,1,-1232.65,-2001.66,37.635,5.77354,400,3,0,1021,963,1,0,0,0),(11802,2554,0,1,1,3992,1,-1552.85,-3459.97,57.1583,5.65233,400,3,0,1163,0,1,0,0,0),(11801,2554,0,1,1,3992,1,-1613.14,-3417.97,43.7392,5.11224,400,5,0,1163,0,1,0,0,0),(11800,2554,0,1,1,3991,1,-1702.96,-3532.49,68.1043,5.45384,400,5,0,1163,0,1,0,0,0),(11799,2620,0,1,1,1072,0,-1198.09,-1885.65,86.489,5.38588,400,10,0,8,0,1,0,0,0),(11798,2555,0,1,1,3996,1,-1684.17,-3521.41,61.8668,0.814831,400,5,0,1021,963,1,0,0,0),(11797,2554,0,1,1,3992,1,-1681.16,-3226.86,33.6883,2.95802,400,5,0,1163,0,1,0,0,0),(11763,2554,0,1,1,3991,1,-1642.16,-3243.38,33.3912,0.236459,400,5,0,1163,0,1,0,0,0),(11762,2619,0,1,1,4032,1,-1483.31,-3191.41,30.4717,0.107593,400,5,0,1279,0,1,0,0,0),(11761,2570,0,1,1,416,1,-1709.54,-1617.86,60.2576,5.12367,400,0,0,1248,1186,0,0,0,0),(11760,2761,0,1,1,5561,0,-824.973,-3217.56,80.6138,2.47506,400,10,0,1305,1186,1,0,0,0),(11759,2761,0,1,1,5561,0,-811.062,-3249.74,81.7931,0.283103,400,5,0,1305,1186,1,0,0,0),(11758,2569,0,1,1,1051,1,-1702.74,-1655.14,59.5538,5.49004,400,5,0,1470,0,1,0,0,0),(11757,2761,0,1,1,5561,0,-877.641,-3219.66,82.2891,6.09017,400,10,0,1305,1186,1,0,0,0),(11756,2563,0,1,1,1103,0,-1265.56,-3496.11,42.5341,4.40019,400,10,0,1163,0,1,0,0,0),(11755,2563,0,1,1,1103,0,-1254.57,-3405.48,39.5732,2.92029,400,10,0,1163,0,1,0,0,0),(11754,2761,0,1,1,5561,0,-817.885,-3292.26,80.6197,5.43711,400,10,0,1305,1186,1,0,0,0),(11753,2552,0,1,1,3990,0,-1319.18,-2148.71,65.4284,0.399777,400,10,0,1050,0,1,0,0,0),(11752,2563,0,1,1,1103,0,-1878.82,-2378.92,49.4567,0.778688,400,5,0,1163,0,1,0,0,0),(11751,2560,0,1,1,180,0,-1762.63,-2212.09,50.5645,6.12517,400,5,0,1221,0,1,0,0,0),(11750,2560,0,1,1,180,0,-1579.68,-2021.36,33.2863,5.55049,400,5,0,1221,0,1,0,0,0),(11749,2560,0,1,1,180,0,-1669.08,-2031.88,41.4577,5.17429,400,10,0,1221,0,1,0,0,0),(11748,2565,0,1,1,1104,0,-1693.75,-2931.77,35.75,0.266766,400,5,0,1403,0,1,0,0,0),(28688,25336,571,1,1,0,1,4138.56,5779.75,59.76,6.06,300,0,0,7984,0,0,0,0,0),(11746,2590,0,1,1,4015,1,-1625.24,-1831.54,81.0414,5.01836,400,0,0,992,2680,0,0,0,0),(11745,2560,0,1,1,180,0,-1548.28,-2023.8,31.3452,1.72181,400,5,0,1221,0,1,0,0,0),(11744,2588,0,1,1,4016,1,-1621.35,-1857.81,81.4997,4.54018,400,5,0,1277,0,1,0,0,0),(11743,2556,0,1,1,3998,1,-2098.48,-3243.78,67.1193,3.7916,400,5,0,1279,0,1,0,0,0),(11742,2588,0,1,1,4016,1,-1653.96,-1886.37,81.3425,0.445155,400,5,0,1277,0,1,0,0,0),(11741,2557,0,1,1,4000,1,-2078.06,-3301.02,67.2773,3.75662,400,5,0,1160,1067,1,0,0,0),(11740,2556,0,1,1,3998,1,-2091.45,-3298.59,67.1056,4.96072,400,5,0,1279,0,1,0,0,0),(11739,2588,0,1,1,4016,1,-1694.27,-1926.13,82.0507,5.49661,400,5,0,1277,0,1,0,0,0),(11738,2560,0,1,1,180,0,-1486.13,-1964.63,49.1435,3.80678,400,5,0,1221,0,1,0,0,0),(11737,2556,0,1,1,3997,1,-2107.12,-3252.57,67.4713,3.1778,400,5,0,1279,0,1,0,0,0),(11736,2563,0,1,1,1103,0,-1145.4,-1617.18,50.3602,5.72935,400,10,0,1163,0,1,0,0,0),(11735,2559,0,1,1,11316,0,-2000.07,-2420.68,80.6609,3.0771,400,5,0,1050,0,1,0,0,0),(11734,2557,0,1,1,3999,1,-2109.19,-3278.29,67.0548,1.1455,400,5,0,1160,1067,1,0,0,0),(11733,2557,0,1,1,3999,1,-2064.82,-3252.97,65.5721,3.82401,400,5,0,1160,1067,1,0,0,0),(11732,2559,0,1,1,11316,0,-1073.86,-1655.63,36.0047,5.39273,400,10,0,1050,0,1,0,0,0),(11731,2559,0,1,1,11316,0,-1007.77,-1638.27,36.9072,0.737372,400,10,0,1050,0,1,0,0,0),(11730,2563,0,1,1,1103,0,-982.81,-3347.18,57.3025,4.75236,400,10,0,1163,0,1,0,0,0),(11729,2578,0,1,1,10824,0,-1026.13,-3362.36,54.4076,2.12629,400,10,0,1107,0,1,0,0,0),(11728,2620,0,1,1,1072,0,-955.402,-3324.01,68.5541,3.37805,400,10,0,8,0,1,0,0,0),(11727,2581,0,1,1,3960,1,-1037.06,-2861.97,45.773,5.01807,400,0,0,1107,0,2,0,0,0),(11726,2582,0,1,1,3959,1,-1010.35,-2898.73,62.8881,3.13557,400,5,0,1050,0,1,0,0,0),(11725,2581,0,1,1,3961,1,-1000.8,-2923.26,62.1612,4.90574,400,0,0,1107,0,2,0,0,0),(11724,2582,0,1,1,3958,1,-989.118,-2889.17,62.4779,4.05259,400,5,0,1050,0,1,0,0,0),(11723,2582,0,1,1,3959,1,-1079.74,-2860.33,42.442,2.19645,400,5,0,1050,0,1,0,0,0),(11722,2582,0,1,1,3958,1,-1090.08,-2862.4,42.442,5.8805,400,5,0,1050,0,1,0,0,0),(11721,2760,0,1,1,2172,0,-813.588,-1814.71,48.2193,2.73644,400,10,0,1604,0,1,0,0,0),(11720,2805,0,1,1,1506,0,-1545.36,-1837.41,68.0302,4.95674,400,0,0,2218,0,0,0,0,0),(11719,2760,0,1,1,2172,0,-818.011,-1789.77,45.7543,6.01157,400,3,0,1604,0,1,0,0,0),(11718,2567,0,1,1,6170,1,-1999.13,-2819.28,76.9886,4.21639,400,3,0,1075,2763,1,0,0,0),(11717,2582,0,1,1,3958,1,-1105.97,-2860.83,42.3629,2.51934,400,5,0,1050,0,1,0,0,0),(11716,2582,0,1,1,3958,1,-1091.29,-2848.44,42.317,5.59828,400,5,0,1050,0,1,0,0,0),(11715,2582,0,1,1,3959,1,-1109.23,-2848.16,42.3629,6.15726,400,5,0,1050,0,1,0,0,0),(11714,1420,0,1,1,901,0,-2086.15,-2082.28,8.00408,1.41641,400,10,0,8,0,1,0,0,0),(11713,2582,0,1,1,3959,1,-1119.16,-2857.64,42.4879,2.53114,400,5,0,1050,0,1,0,0,0),(11712,2556,0,1,1,3997,1,-2080.51,-3382.43,59.5002,5.28621,400,5,0,1279,0,1,0,0,0),(11711,2556,0,1,1,3998,1,-2091.26,-3370.43,59.3611,3.37247,400,5,0,1279,0,1,0,0,0),(11710,2559,0,1,1,11316,0,-972.579,-1818.55,55.1211,1.86599,400,10,0,1050,0,1,0,0,0),(11709,2557,0,1,1,4000,1,-2107.6,-3336.62,58.1798,5.12937,400,5,0,1160,1067,1,0,0,0),(11708,2556,0,1,1,3998,1,-2054.84,-3325.09,58.3167,1.67215,400,5,0,1279,0,1,0,0,0),(11707,1420,0,1,1,901,0,-2114.76,-1988.48,3.52068,4.7219,400,10,0,8,0,1,0,0,0),(11706,2555,0,1,1,3995,1,-2089.15,-3360.8,58.8401,2.53073,400,0,0,1021,963,0,0,0,0),(11705,2556,0,1,1,3998,1,-2093.07,-3356.85,58.7944,5.3058,400,0,0,1279,0,0,0,0,0),(11704,2557,0,1,1,4000,1,-2090.35,-3350.92,58.3268,4.3813,400,5,0,1160,1067,1,0,0,0),(11703,2556,0,1,1,3997,1,-2111.21,-3357.37,59.2209,3.2185,400,5,0,1279,0,1,0,0,0),(11702,2563,0,1,1,1103,0,-1044.33,-1815.78,65.8377,3.91047,400,0,0,1163,0,0,0,0,0),(11701,2557,0,1,1,4000,1,-2074.76,-3335.6,58.1021,4.79237,400,5,0,1160,1067,1,0,0,0),(11700,24477,0,1,1,3987,1,-1649.94,-1794.64,80.1678,0.401426,400,0,0,1405,0,0,0,0,0),(11699,24477,0,1,1,3987,1,-1715.56,-1873.81,81.2426,0.820305,400,0,0,1405,0,0,0,0,0),(11698,2595,0,1,1,11254,1,-2322.65,-1784.94,-37.8452,0.086679,400,5,0,1604,0,1,0,0,0),(11697,2595,0,1,1,11254,1,-2285.14,-1768.57,-28.924,1.69322,400,5,0,1604,0,1,0,0,0),(11696,2586,0,1,1,3984,1,-717.268,-1957.32,48.7821,0.172861,400,10,0,1050,0,1,0,0,0),(11695,2595,0,1,1,11254,1,-2147.36,-1656.12,-45.1224,3.53954,400,10,0,1604,0,1,0,0,0),(11694,2562,0,1,1,1052,1,-1164.58,-2115.62,68.1176,2.98837,400,0,0,1163,0,2,0,0,0),(11692,2590,0,1,1,4015,1,-1706.69,-1854.4,81.2459,3.14202,400,3,0,992,2680,1,0,0,0),(11691,2563,0,1,1,1103,0,-1222.95,-2284.37,57.1346,5.9775,400,5,0,1163,0,1,0,0,0),(11690,2595,0,1,1,11254,1,-2149.24,-1587.97,-48.822,4.03541,400,5,0,1604,0,1,0,0,0),(11689,2559,0,1,1,11316,0,-1080.16,-2547.63,54.3962,1.9173,400,10,0,1050,0,1,0,0,0),(11688,2595,0,1,1,11254,1,-2145.94,-1553.34,-46.6641,4.3522,400,10,0,1604,0,1,0,0,0),(11687,2595,0,1,1,11254,1,-2174.14,-1546.85,-42.9366,5.364,400,3,0,1604,0,1,0,0,0),(11686,2560,0,1,1,180,0,-1007.25,-2415.34,52.8654,6.12638,400,5,0,1221,0,1,0,0,0),(11685,2595,0,1,1,11254,1,-2216.53,-1549.83,-23.4962,1.02669,400,3,0,1604,0,1,0,0,0),(11684,2574,0,1,1,511,1,-1000.33,-3822.26,145.279,3.31016,400,0,0,1469,0,0,0,0,0),(11683,2570,0,1,1,416,1,-1784.03,-1502.15,72.3654,0.322193,400,0,0,1248,1186,0,0,0,0),(11682,2559,0,1,1,11316,0,-1117.4,-2455.11,53.177,4.28107,400,5,0,1050,0,1,0,0,0),(11666,2579,0,1,1,1105,0,-1063.25,-2424.65,55.2181,2.76283,400,5,0,1279,0,1,0,0,0),(11665,2560,0,1,1,180,0,-1084.1,-2369.18,49.9017,1.52785,400,5,0,1221,0,1,0,0,0),(11664,2559,0,1,1,11316,0,-1139.48,-2372.84,53.5185,0.782636,400,5,0,1050,0,1,0,0,0),(11663,2569,0,1,1,1051,1,-1774.47,-1497.12,99.3345,2.96706,400,0,0,1470,0,2,0,0,0),(11662,2563,0,1,1,1103,0,-983.107,-2274.86,50.6165,4.56695,400,5,0,1163,0,1,0,0,0),(11661,2559,0,1,1,11316,0,-1122.11,-2423.36,49.1983,4.12439,400,5,0,1050,0,1,0,0,0),(11660,2560,0,1,1,180,0,-1120.47,-2313.82,52.747,4.24704,400,5,0,1221,0,1,0,0,0),(11659,2560,0,1,1,180,0,-978.653,-2188.99,56.2593,0.127261,400,10,0,1221,0,1,0,0,0),(11658,2571,0,1,1,448,1,-1790.2,-1515.49,78.3072,4.86952,400,0,0,1605,0,2,0,0,0),(28677,33027,571,1,1,0,0,5866.57,706.932,643.272,4.06295,120,0,0,8508,7981,0,0,0,0),(11656,2590,0,1,1,4014,1,-1634.63,-1774.24,81.3997,2.92247,400,0,0,992,2680,0,0,0,0),(11655,2559,0,1,1,11316,0,-1126.84,-2353.32,52.0306,0.174785,400,5,0,1050,0,1,0,0,0),(11654,2586,0,1,1,3984,1,-814.36,-1912.49,50.7638,1.72181,400,5,0,1050,0,1,0,0,0),(11653,2560,0,1,1,180,0,-1053.99,-2284.67,46.2456,6.16368,400,5,0,1221,0,1,0,0,0),(11652,2571,0,1,1,448,1,-1770.99,-1522.36,75.2385,2.1557,400,0,0,1605,0,0,0,0,0),(11651,2570,0,1,1,416,1,-1792.11,-1508.03,90.6093,1.53697,400,0,0,1248,1186,2,0,0,0),(11650,24477,0,1,1,3988,1,-1680.93,-1823.58,108.476,3.19395,400,0,0,1405,0,0,0,0,0),(11649,2560,0,1,1,180,0,-1061.57,-2237.13,58.408,0.430592,400,10,0,1221,0,1,0,0,0),(11648,2560,0,1,1,180,0,-936.941,-2235.53,43.367,1.39869,400,5,0,1221,0,1,0,0,0),(11647,2570,0,1,1,416,1,-1730.41,-1538.98,55.7751,4.29797,400,5,0,1248,1186,1,0,0,0),(11646,2559,0,1,1,11316,0,-1074.44,-2417.71,53.6453,2.81984,400,5,0,1050,0,1,0,0,0),(11645,2578,0,1,1,10824,0,-729.573,-1828.85,61.7222,3.71963,400,5,0,1107,0,1,0,0,0),(11644,2566,0,1,1,3193,1,-2039.69,-2809,73.8459,4.4869,400,0,0,1403,0,2,0,0,0),(11643,2588,0,1,1,4017,1,-1654.92,-1780.71,80.1678,2.22505,400,5,0,1277,0,1,0,0,0),(11642,2559,0,1,1,11316,0,-1045.4,-1585.7,47.656,0.194713,400,10,0,1050,0,1,0,0,0),(11641,2563,0,1,1,1103,0,-1007.32,-2579.71,60.2985,2.0851,400,10,0,1163,0,1,0,0,0),(11640,2563,0,1,1,1103,0,-984.557,-1521.47,52.0021,0.477938,400,5,0,1163,0,1,0,0,0),(11639,2559,0,1,1,11316,0,-954.021,-1568.99,50.859,4.79456,400,10,0,1050,0,1,0,0,0),(11638,2565,0,1,1,1104,0,-1015.03,-2542.98,57.2111,3.90213,400,10,0,1403,0,1,0,0,0),(11637,2558,0,1,1,4001,1,-1695.48,-1692.2,60.0567,3.06348,400,0,0,1469,0,0,0,0,0),(11636,2563,0,1,1,1103,0,-1476.62,-3317.56,35.8843,6.12582,400,10,0,1163,0,1,0,0,0),(11635,2559,0,1,1,11316,0,-1143.2,-1483.41,53.3852,3.11352,400,10,0,1050,0,1,0,0,0),(11634,2559,0,1,1,11316,0,-1048.9,-1546.75,51.3139,1.01589,400,10,0,1050,0,1,0,0,0),(11633,2559,0,1,1,11316,0,-1097.65,-1516.67,47.4856,0.38989,400,10,0,1050,0,1,0,0,0),(11632,2563,0,1,1,1103,0,-1117.13,-1584.89,46.6332,6.07917,400,5,0,1163,0,1,0,0,0),(11631,2578,0,1,1,10824,0,-1032.12,-1580.81,47.8714,2.95685,400,10,0,1107,0,1,0,0,0),(11630,2579,0,1,1,1105,0,-983.719,-2493.3,54.1787,5.67838,400,5,0,1279,0,1,0,0,0),(11629,2559,0,1,1,11316,0,-1146.29,-1573.14,51.2662,3.64546,400,5,0,1050,0,1,0,0,0),(11628,2563,0,1,1,1103,0,-1044.76,-2686.62,47.8006,2.87559,400,10,0,1163,0,1,0,0,0),(11627,2555,0,1,1,3996,1,-1178.71,-1965.35,24.0847,5.8793,400,3,0,1021,963,1,0,0,0),(11626,2564,0,1,1,1054,1,-1181.52,-1984.42,25.557,1.20071,400,3,0,1221,0,1,0,0,0),(11625,2560,0,1,1,180,0,-1213.47,-1588.6,57.9075,4.80817,400,5,0,1221,0,1,0,0,0),(11624,2559,0,1,1,11316,0,-1117.25,-1551.64,47.7031,6.2568,400,5,0,1050,0,1,0,0,0),(11623,2559,0,1,1,11316,0,-1213.55,-1608.96,51.2849,3.03501,400,10,0,1050,0,1,0,0,0),(11622,2563,0,1,1,1103,0,-1217.82,-1680.35,53.0944,6.13217,400,10,0,1163,0,1,0,0,0),(11621,2563,0,1,1,1103,0,-1205.66,-1516.91,53.7721,4.0722,400,10,0,1163,0,1,0,0,0),(11620,2560,0,1,1,180,0,-1491.44,-2039.76,24.5675,5.24311,400,10,0,1221,0,1,0,0,0),(11619,2559,0,1,1,11316,0,-1676.96,-2543.34,60.6224,2.85557,400,5,0,1050,0,1,0,0,0),(11618,2566,0,1,1,3193,1,-2077.28,-2821.97,79.4504,5.96836,400,5,0,1403,0,1,0,0,0),(11617,2563,0,1,1,1103,0,-1511.35,-2417.82,70.3286,4.71771,400,5,0,1163,0,1,0,0,0),(11616,2566,0,1,1,3193,1,-2063.33,-2836.13,77.3628,4.1037,400,3,0,1403,0,1,0,0,0),(11615,2560,0,1,1,180,0,-1699.86,-3114.34,31.6198,5.83264,400,5,0,1221,0,1,0,0,0),(11614,2559,0,1,1,11316,0,-610.762,-1944.37,55.4123,0.918315,400,10,0,1050,0,1,0,0,0),(11613,2567,0,1,1,6170,1,-2084.98,-2832.49,77.7331,3.42634,400,3,0,1075,2763,1,0,0,0),(11612,2586,0,1,1,3984,1,-749.713,-1969.37,34.6402,2.58377,400,3,0,1050,0,1,0,0,0),(11611,2565,0,1,1,1104,0,-1585.81,-2909.56,25.8705,1.27747,400,10,0,1403,0,1,0,0,0),(11610,2565,0,1,1,1104,0,-1521.63,-2899.67,26.2778,5.04279,400,10,0,1403,0,1,0,0,0),(11609,2560,0,1,1,180,0,-1473.94,-1996.01,31.2101,3.56823,400,10,0,1221,0,1,0,0,0),(11608,2586,0,1,1,3984,1,-826.294,-1959.94,34.2652,3.92936,400,5,0,1050,0,1,0,0,0),(11607,2565,0,1,1,1104,0,-1484.84,-2828.7,39.1067,4.64011,400,10,0,1403,0,1,0,0,0),(11606,2586,0,1,1,3984,1,-728.36,-2022.5,39.4002,6.28123,400,0,0,1050,0,0,0,0,0),(11605,2560,0,1,1,180,0,-1498.8,-2037.1,24.8876,5.4314,400,10,0,1221,0,1,0,0,0),(11604,2563,0,1,1,1103,0,-1439.53,-2048.48,17.9272,5.79771,400,10,0,1163,0,1,0,0,0),(11603,2563,0,1,1,1103,0,-1181.95,-3179.54,44.2552,0.087651,400,10,0,1163,0,1,0,0,0),(11598,2572,0,1,1,2153,1,-1129.64,-3713.64,85.9936,1.43166,400,0,0,1403,0,0,0,0,0),(11597,2556,0,1,1,3997,1,-2041.25,-3320.83,58.1544,2.4765,400,5,0,1279,0,1,0,0,0),(11596,2565,0,1,1,1104,0,-835.472,-2250.44,54.4955,3.11164,400,10,0,1403,0,1,0,0,0),(11595,2572,0,1,1,2153,1,-1197.4,-3635.48,57.2949,1.15694,400,3,0,1403,0,1,0,0,0),(11594,2556,0,1,1,3997,1,-2100.19,-3305.81,53.6545,0.772878,400,5,0,1279,0,1,0,0,0),(11593,2572,0,1,1,2153,1,-1198.78,-3603.36,54.1965,3.23543,400,5,0,1403,0,1,0,0,0),(11592,2563,0,1,1,1103,0,-985.014,-2748.35,56.3779,6.13254,400,5,0,1163,0,1,0,0,0),(11591,2579,0,1,1,1105,0,-1835.29,-2677.68,54.1097,2.72773,400,10,0,1279,0,1,0,0,0),(11590,2565,0,1,1,1104,0,-1017.03,-2483.33,56.5775,3.41049,400,10,0,1403,0,1,0,0,0),(11589,2621,0,1,1,4034,1,-1054.39,-3557.02,54.2488,2.72271,400,0,0,2769,0,2,0,0,0),(11588,2620,0,1,1,1072,0,-1745.95,-2662.81,40.3101,0.35212,400,10,0,8,0,1,0,0,0),(11587,2572,0,1,1,2153,1,-993.827,-3812.06,141.678,3.92077,400,5,0,1403,0,1,0,0,0),(11586,2565,0,1,1,1104,0,-952.34,-2377.55,46.4981,2.86673,400,5,0,1403,0,1,0,0,0),(11585,2565,0,1,1,1104,0,-779.128,-2231.42,53.4042,4.34059,400,10,0,1403,0,1,0,0,0),(11584,2579,0,1,1,1105,0,-1701.9,-2820.94,39.9237,5.21626,400,5,0,1279,0,1,0,0,0),(11583,2574,0,1,1,511,1,-902.786,-3869.73,139.12,4.84225,400,5,0,1469,0,1,0,0,0),(11582,2572,0,1,1,2153,1,-1025.66,-3815.28,142.459,5.47112,400,3,0,1403,0,1,0,0,0),(11581,10696,0,1,1,4137,1,-1288.48,-2606.22,60.969,2.7085,400,5,0,3170,0,1,0,0,0),(11580,2356,0,1,1,3201,0,-511.27,-1802.18,67.2102,1.2262,400,5,0,944,0,1,0,0,0),(11579,2565,0,1,1,1104,0,-892.79,-2470.87,60.9296,3.16423,400,5,0,1403,0,1,0,0,0),(11578,2565,0,1,1,1104,0,-878.854,-2453.83,61.1948,4.48818,400,5,0,1403,0,1,0,0,0),(11577,2586,0,1,1,3984,1,-882.313,-2003.83,34.2652,4.67274,400,5,0,1050,0,1,0,0,0),(11576,2563,0,1,1,1103,0,-1283.53,-3350.37,37.3615,4.82784,400,10,0,1163,0,1,0,0,0),(11575,2563,0,1,1,1103,0,-1293.12,-3386.53,37.8884,4.23613,400,10,0,1163,0,1,0,0,0),(11574,2563,0,1,1,1103,0,-1348.54,-3350.49,45.7336,4.53887,400,10,0,1163,0,1,0,0,0),(11573,2563,0,1,1,1103,0,-1315.66,-3263.79,41.9204,4.61253,400,10,0,1163,0,1,0,0,0),(11572,2560,0,1,1,180,0,-1713.19,-2142.66,43.8753,4.13757,400,10,0,1221,0,1,0,0,0),(11571,2563,0,1,1,1103,0,-1408.92,-3316.13,42.5473,5.02611,400,10,0,1163,0,1,0,0,0),(11570,2563,0,1,1,1103,0,-1481.5,-3380.74,43.7823,4.78691,400,10,0,1163,0,1,0,0,0),(11567,2592,0,1,1,9587,0,-1552.32,-2112.78,19.2517,0.983634,400,5,0,1604,0,1,0,0,0),(11558,2592,0,1,1,9587,0,-1475.39,-2123.6,17.3469,5.64477,400,5,0,1604,0,1,0,0,0),(11557,2563,0,1,1,1103,0,-1456.81,-3377.41,45.0877,5.50811,400,10,0,1163,0,1,0,0,0),(11556,2592,0,1,1,9587,0,-1584.55,-2119.19,27.9018,4.05977,400,5,0,1604,0,1,0,0,0),(11555,2563,0,1,1,1103,0,-1345.61,-3451.12,49.4164,2.47815,400,10,0,1163,0,1,0,0,0),(11554,2563,0,1,1,1103,0,-1435.42,-3425.91,55.7631,1.5708,400,5,0,1163,0,1,0,0,0),(11553,2563,0,1,1,1103,0,-1637.15,-2433.7,81.4215,5.4439,400,5,0,1163,0,1,0,0,0),(11552,2563,0,1,1,1103,0,-1316.64,-3383.46,41.0318,1.58053,400,10,0,1163,0,1,0,0,0),(11551,2559,0,1,1,11316,0,-1312.81,-3339.91,42.9183,0.441772,400,10,0,1050,0,1,0,0,0),(11550,2586,0,1,1,3984,1,-777.788,-1922.04,43.6986,5.51954,400,5,0,1050,0,1,0,0,0),(11549,2565,0,1,1,1104,0,-1789.66,-3089.44,39.9493,4.49058,400,5,0,1403,0,1,0,0,0),(11548,2578,0,1,1,10824,0,-1045.53,-1842.54,67.8062,3.37523,400,5,0,1107,0,1,0,0,0),(11547,2586,0,1,1,3984,1,-898.096,-2026.39,34.5152,4.4442,400,5,0,1050,0,1,0,0,0),(11546,2559,0,1,1,11316,0,-1000.47,-2043.76,60.2376,5.65726,400,5,0,1050,0,1,0,0,0),(11545,2563,0,1,1,1103,0,-1050.45,-1716.25,38.8128,1.63561,400,10,0,1163,0,1,0,0,0),(11544,2560,0,1,1,180,0,-927.072,-2174.33,51.735,2.94018,400,10,0,1221,0,1,0,0,0),(11543,2620,0,1,1,1072,0,-1277.47,-2904.9,41.3603,1.71795,400,10,0,8,0,1,0,0,0),(11542,2560,0,1,1,180,0,-932.942,-2226.05,42.2614,5.60041,400,5,0,1221,0,1,0,0,0),(11541,2560,0,1,1,180,0,-950.022,-2448.45,53.2326,3.21777,400,5,0,1221,0,1,0,0,0),(11540,2565,0,1,1,1104,0,-832.512,-2314.82,57.1093,0.356943,400,5,0,1403,0,1,0,0,0),(11539,2560,0,1,1,180,0,-849.943,-2301.8,53.2836,1.62554,400,5,0,1221,0,1,0,0,0),(11538,2563,0,1,1,1103,0,-1114.47,-2516.77,57.2454,4.11643,400,10,0,1163,0,1,0,0,0),(11537,2583,0,1,1,4140,1,-1563.95,-1662.68,68.7178,4.04595,400,0,0,1257,1142,0,0,0,0),(11536,2560,0,1,1,180,0,-1326.18,-1700.12,57.0609,4.37025,400,10,0,1221,0,1,0,0,0),(11535,2619,0,1,1,4032,1,-1432.74,-2975.95,42.3855,2.07638,400,5,0,1279,0,1,0,0,0),(11534,2559,0,1,1,11316,0,-1108.94,-1747.85,49.0719,4.25726,400,10,0,1050,0,1,0,0,0),(11533,2563,0,1,1,1103,0,-1380.84,-1684.89,54.5361,4.22163,400,10,0,1163,0,1,0,0,0),(11532,2780,0,1,1,2435,1,-1560.81,-1918.54,47.1491,2.87929,400,0,0,1823,0,0,0,0,0),(11531,2782,0,1,1,2434,1,-1565.7,-1909.84,47.3377,3.34318,400,0,0,1823,0,0,0,0,0),(11530,2563,0,1,1,1103,0,-1614.57,-2369.07,91.5608,1.80725,400,3,0,1163,0,1,0,0,0),(11529,2618,0,1,1,4030,1,-1523.15,-3051.18,14.429,5.84759,400,5,0,1221,0,1,0,0,0),(11528,2618,0,1,1,4030,1,-1504.83,-3052.92,14.304,2.03541,400,5,0,1221,0,1,0,0,0),(11527,2781,0,1,1,2436,1,-1578.81,-1913.16,47.3377,3.47247,400,0,0,1823,0,0,0,0,0),(11526,2559,0,1,1,11316,0,-1915.18,-2345.83,53.3949,5.89726,400,5,0,1050,0,1,0,0,0),(11525,2559,0,1,1,11316,0,-1050.77,-1604.48,43.2941,5.80644,400,10,0,1050,0,1,0,0,0),(11524,2619,0,1,1,4032,1,-1585.72,-3128.52,13.3453,1.89687,400,5,0,1279,0,1,0,0,0),(11523,2559,0,1,1,11316,0,-1292.18,-3530.55,53.5782,3.50288,400,3,0,1050,0,1,0,0,0),(11522,2563,0,1,1,1103,0,-1327.39,-1490.16,56.7869,6.24219,400,10,0,1163,0,1,0,0,0),(11521,2618,0,1,1,4030,1,-1481.36,-3018.46,12.255,0.203858,400,5,0,1221,0,1,0,0,0),(11520,2618,0,1,1,4030,1,-1464.88,-3080.34,14.271,3.97988,400,5,0,1221,0,1,0,0,0),(11519,2560,0,1,1,180,0,-1266.51,-1516,53.8796,5.78212,400,10,0,1221,0,1,0,0,0),(11518,2560,0,1,1,180,0,-1014.69,-2181.41,59.1217,4.76561,400,10,0,1221,0,1,0,0,0),(11517,2560,0,1,1,180,0,-1810.1,-2289.14,38.4827,3.70502,400,5,0,1221,0,1,0,0,0),(11516,2560,0,1,1,180,0,-1048.99,-2197.13,62.2936,3.4122,400,10,0,1221,0,1,0,0,0),(11515,2560,0,1,1,180,0,-1790.95,-2258.61,47.7251,0.818535,400,5,0,1221,0,1,0,0,0),(11513,2560,0,1,1,180,0,-1811.33,-2342.22,30.9212,6.10456,400,5,0,1221,0,1,0,0,0),(11512,2560,0,1,1,180,0,-1675.84,-2122.29,34.6154,0.617294,400,10,0,1221,0,1,0,0,0),(11510,2563,0,1,1,1103,0,-1003.78,-1613.31,41.4963,3.35814,400,10,0,1163,0,1,0,0,0),(11509,2619,0,1,1,4032,1,-1403.6,-3123.32,30.27,4.22427,400,5,0,1279,0,1,0,0,0),(11508,2595,0,1,1,11254,1,-2213.2,-1748.48,-32.8292,4.02949,400,10,0,1604,0,1,0,0,0),(11507,2552,0,1,1,3990,0,-1116.13,-2216.56,59.6012,5.71895,400,10,0,1050,0,1,0,0,0),(11506,2559,0,1,1,11316,0,-941.214,-2600.57,70.9026,5.89035,400,3,0,1050,0,1,0,0,0),(11505,2596,0,1,1,5765,1,-2289.71,-1722.61,-60.2961,2.35323,400,5,0,1196,3075,1,0,0,0),(11504,2579,0,1,1,1105,0,-1739.91,-2319.71,37.1249,1.01261,400,10,0,1279,0,1,0,0,0),(11503,2595,0,1,1,11254,1,-2257.57,-1735.6,-64.9007,6.20913,400,5,0,1604,0,1,0,0,0),(11500,2595,0,1,1,11254,1,-2291.68,-1673.03,-35.1069,0.061157,400,10,0,1604,0,1,0,0,0),(11498,2596,0,1,1,5765,1,-2288.97,-1652.69,-61.7458,0.007027,400,5,0,1196,3075,1,0,0,0),(11497,2585,0,1,1,4143,1,-1546.63,-1907.09,68.0578,5.71145,400,5,0,1604,0,1,0,0,0),(11496,2595,0,1,1,11254,1,-2294.38,-1624.51,-65.8493,3.01916,400,5,0,1604,0,1,0,0,0),(11495,2595,0,1,1,11254,1,-2287.87,-1621.42,-27.6914,3.35849,400,5,0,1604,0,1,0,0,0),(11494,2595,0,1,1,11254,1,-2219.7,-1589.07,-55.0913,0.871489,400,3,0,1604,0,1,0,0,0),(11493,2559,0,1,1,11316,0,-1358.31,-3407.4,47.9261,5.97257,400,10,0,1050,0,1,0,0,0),(11492,2559,0,1,1,11316,0,-1185.44,-2395.57,54.9218,0.282857,400,10,0,1050,0,1,0,0,0),(11491,2563,0,1,1,1103,0,-1338.94,-3384.6,44.8438,3.32826,400,10,0,1163,0,1,0,0,0),(11490,2559,0,1,1,11316,0,-1208.49,-2343.68,60.2987,6.1084,400,10,0,1050,0,1,0,0,0),(11489,2559,0,1,1,11316,0,-1246.19,-2300.56,58.0568,2.62365,400,5,0,1050,0,1,0,0,0),(11487,2595,0,1,1,11254,1,-2182.06,-1608.94,-41.6865,2.97989,400,5,0,1604,0,1,0,0,0),(11486,2559,0,1,1,11316,0,-1259.91,-2384.92,56.5929,1.99767,400,10,0,1050,0,1,0,0,0),(11485,2552,0,1,1,3990,0,-1241.2,-2130.3,81.1168,5.35657,400,3,0,1050,0,1,0,0,0),(11484,2596,0,1,1,5765,1,-2151.36,-1632.39,-38.9054,6.06101,400,3,0,1196,3075,1,0,0,0),(34921,3821,1,1,1,1104,0,2905.33,-3486.15,112.835,6.14405,300,0,0,896,0,0,0,0,0),(34920,3821,1,1,1,1104,0,2859.57,-3428.91,118.105,5.26168,300,0,0,896,0,0,0,0,0),(34919,3821,1,1,1,1104,0,2946.83,-3449.76,127.25,2.00074,300,0,0,896,0,0,0,0,0),(34918,3821,1,1,1,1104,0,2699.47,-3650.24,90.0022,6.10054,300,0,0,896,0,0,0,0,0),(34917,3821,1,1,1,1104,0,2279.74,-3029.9,122.576,4.95982,300,0,0,896,0,0,0,0,0),(34916,3821,1,1,1,1104,0,2545.41,-3547.08,59.3648,3.27324,300,0,0,896,0,0,0,0,0),(34915,3821,1,1,1,1104,0,2219.16,-3542.81,45.0811,5.30926,300,0,0,896,0,0,0,0,0),(34914,3821,1,1,1,1104,0,2837.76,-3534.37,108.781,0,300,0,0,896,0,0,0,0,0),(34913,3821,1,1,1,1104,0,2616.43,-3681.93,77.4149,2.33686,300,0,0,896,0,0,0,0,0),(34912,3821,1,1,1,1104,0,2693.02,-3608.94,103.974,4.17968,300,0,0,896,0,0,0,0,0),(34911,3821,1,1,1,1104,0,2721.17,-3560.67,108.477,3.17283,300,0,0,896,0,0,0,0,0),(34910,3821,1,1,1,1104,0,2536.15,-3656.27,60.7432,5.99701,300,0,0,896,0,0,0,0,0),(34909,3820,1,1,1,336,0,2547.51,-1992.35,141.935,0.319898,300,5,0,664,0,1,0,0,0),(34908,3820,1,1,1,336,0,1937.28,-1419.22,90.1315,1.27373,300,10,0,664,0,1,0,0,0),(34907,3820,1,1,1,336,0,1968.85,-1619.74,63.7147,0.957353,300,5,0,664,0,1,0,0,0),(34906,3820,1,1,1,336,0,2256.04,-2093.96,107.173,3.2886,300,3,0,664,0,1,0,0,0),(34905,3820,1,1,1,336,0,2594.1,-2387.73,163.113,0.954632,300,10,0,664,0,1,0,0,0),(34904,3820,1,1,1,336,0,2001.98,-1580.48,62.1827,1.11239,300,5,0,664,0,1,0,0,0),(34903,3820,1,1,1,336,0,1755.2,-1512.87,95.2172,0.348938,300,5,0,664,0,1,0,0,0),(34902,3820,1,1,1,336,0,1718.88,-1492.65,114.727,0.399375,300,5,0,664,0,1,0,0,0),(34901,3820,1,1,1,336,0,2248.71,-2148.8,105.72,3.06754,300,5,0,664,0,1,0,0,0),(34900,3820,1,1,1,336,0,1847.42,-1598.12,70.3945,0.802127,300,15,0,664,0,1,0,0,0),(34899,3820,1,1,1,336,0,1873.83,-1623.84,63.5051,5.01718,300,15,0,664,0,1,0,0,0),(34898,3820,1,1,1,336,0,2116.41,-1622.61,75.3936,3.63143,300,5,0,664,0,1,0,0,0),(11483,2595,0,1,1,11254,1,-2156.71,-1629.56,-47.7553,5.1571,400,5,0,1604,0,1,0,0,0),(11482,2596,0,1,1,5765,1,-2173.45,-1610.2,-48.3585,5.88448,400,3,0,1196,3075,1,0,0,0),(11481,2596,0,1,1,5765,1,-2168.51,-1606.38,-31.4455,0.023118,400,5,0,1196,3075,1,0,0,0),(11480,2595,0,1,1,11254,1,-2217.44,-1653.27,-49.5646,2.6425,400,5,0,1604,0,1,0,0,0),(11479,2595,0,1,1,11254,1,-2247.78,-1703.28,-66.7463,5.61817,400,5,0,1604,0,1,0,0,0),(11478,2595,0,1,1,11254,1,-2186.51,-1651.93,-47.4427,0.656811,400,5,0,1604,0,1,0,0,0),(11477,2595,0,1,1,11254,1,-2209.93,-1705.89,-64.6176,3.91886,400,10,0,1604,0,1,0,0,0),(11476,2596,0,1,1,5765,1,-2164.42,-1685.2,-25.2668,4.36692,400,10,0,1196,3075,1,0,0,0),(34897,3820,1,1,1,336,0,1680.95,-1585.5,109.189,3.98567,300,5,0,664,0,1,0,0,0),(34896,3820,1,1,1,336,0,2785.86,-2255.24,213.368,2.10351,300,5,0,664,0,1,0,0,0),(34895,3820,1,1,1,336,0,2788.98,-2478.42,208.874,5.6485,300,3,0,664,0,1,0,0,0),(34894,3820,1,1,1,336,0,2822.75,-2487.26,215.186,5.02954,300,10,0,664,0,1,0,0,0),(34893,3820,1,1,1,336,0,2722.32,-2534.64,182.369,-1.51153,300,5,0,664,0,1,0,0,0),(34892,3820,1,1,1,336,0,2756.86,-2186.21,198.609,4.28455,300,15,0,664,0,1,0,0,0),(34891,3820,1,1,1,336,0,2805.79,-2148.39,201.855,2.25262,300,15,0,664,0,1,0,0,0),(34890,3820,1,1,1,336,0,2792.58,-2158.43,201.352,3.14745,300,15,0,664,0,1,0,0,0),(34889,3820,1,1,1,336,0,1656.78,-1598.88,124.379,5.99416,300,5,0,664,0,1,0,0,0),(34888,3820,1,1,1,336,0,2844.77,-2569.3,220.696,2.02571,300,10,0,664,0,1,0,0,0),(34887,3820,1,1,1,336,0,2282.59,-1887.13,63.7125,6.08711,300,15,0,664,0,1,0,0,0),(34886,3820,1,1,1,336,0,2868.95,-2474.32,230.616,2.14037,300,3,0,664,0,1,0,0,0),(34885,3820,1,1,1,336,0,1959.56,-1654.07,61.4227,2.38773,300,5,0,664,0,1,0,0,0),(34884,3820,1,1,1,336,0,1921.73,-1545.74,70.538,0.819248,300,5,0,664,0,1,0,0,0),(34883,3820,1,1,1,336,0,1838.96,-1518.97,106.016,6.1966,300,5,0,664,0,1,0,0,0),(34882,3820,1,1,1,336,0,2572.95,-2009.37,144.048,3.14159,300,5,0,664,0,1,0,0,0),(1642,672,0,1,1,4621,1,-13027.4,-811.344,71.1512,0.737714,300,3,0,1711,1483,1,0,0,0),(34881,3819,1,1,1,1103,0,1740.9,-2368.75,110.696,4.44855,300,5,0,494,0,1,0,0,0),(34880,3819,1,1,1,1103,0,1648.64,-2552.48,95.5182,1.53761,300,5,0,494,0,1,0,0,0),(34879,3819,1,1,1,1103,0,1387.42,-2080.99,92.3091,0.650929,300,10,0,494,0,1,0,0,0),(34878,3819,1,1,1,1103,0,1641.52,-1918.97,99.2801,3.33018,300,5,0,494,0,1,0,0,0),(34877,3819,1,1,1,1103,0,1457.57,-2043.77,93.1359,1.12832,300,10,0,494,0,1,0,0,0),(34876,3819,1,1,1,1103,0,1417.26,-2358.54,100.317,2.06258,300,15,0,494,0,1,0,0,0),(34875,3819,1,1,1,1103,0,2675.68,-64.9075,93.0552,3.4906,300,15,0,494,0,1,0,0,0),(34874,3819,1,1,1,1103,0,3113.82,-347.664,132.614,5.80426,300,3,0,494,0,1,0,0,0),(34873,3819,1,1,1,1103,0,2776.96,-44.7284,92.7771,5.71447,300,15,0,494,0,1,0,0,0),(34872,3819,1,1,1,1103,0,2396.23,-85.4464,96.5678,3.71102,300,5,0,494,0,1,0,0,0),(34871,3819,1,1,1,1103,0,2792.54,-81.8305,96.6565,4.94023,300,15,0,494,0,1,0,0,0),(34870,3819,1,1,1,1103,0,2414.09,-315.44,101.051,2.71682,300,15,0,494,0,1,0,0,0),(34869,3819,1,1,1,1103,0,2552.3,-318.457,108.448,2.928,300,3,0,494,0,1,0,0,0),(34868,3819,1,1,1,1103,0,2774.67,198.497,62.4013,1.8744,300,5,0,494,0,1,0,0,0),(34867,3819,1,1,1,1103,0,2649.13,-92.3146,96.5407,1.34429,300,15,0,494,0,1,0,0,0),(34866,3819,1,1,1,1103,0,2518.01,-357.052,109.676,1.57861,300,3,0,494,0,1,0,0,0),(34865,3819,1,1,1,1103,0,2618.92,-217.582,109.335,2.42598,300,3,0,494,0,1,0,0,0),(34864,3819,1,1,1,1103,0,3007.24,215.485,55.7154,3.87995,300,5,0,494,0,1,0,0,0),(34863,3819,1,1,1,1103,0,3248.9,-221.144,117.465,4.42209,300,15,0,494,0,1,0,0,0),(34862,3819,1,1,1,1103,0,2758.58,-52.6539,91.1636,3.4207,300,15,0,494,0,1,0,0,0),(34861,3819,1,1,1,1103,0,2886.89,-782.195,162.929,6.2402,300,3,0,494,0,1,0,0,0),(34860,3819,1,1,1,1103,0,2848.71,-752.484,155.883,3.78919,300,5,0,494,0,1,0,0,0),(34859,3819,1,1,1,1103,0,2745,-851.066,151.039,4.11887,300,3,0,494,0,1,0,0,0),(34858,3819,1,1,1,1103,0,2935.42,-346.875,107.589,0.785471,300,5,0,494,0,1,0,0,0),(34857,3819,1,1,1,1103,0,2984.77,-722.577,167.492,4.51897,300,15,0,494,0,1,0,0,0),(34856,3819,1,1,1,1103,0,2962.34,-707.978,174.958,6.07066,300,5,0,494,0,1,0,0,0),(6750,440,0,1,1,6033,1,-9821.79,-3254.66,59.2902,0.558505,300,0,0,449,0,0,0,0,0),(11475,2595,0,1,1,11254,1,-2170.54,-1710.06,-31.044,3.3373,400,10,0,1604,0,1,0,0,0),(11474,2578,0,1,1,10824,0,-976.268,-1777.7,48.2945,4.84552,400,10,0,1107,0,1,0,0,0),(11473,2619,0,1,1,4032,1,-1576.84,-3081.32,15.0582,3.98767,400,5,0,1279,0,1,0,0,0),(11472,2595,0,1,1,11254,1,-2168.11,-1703.97,-38.4068,1.18635,400,5,0,1604,0,1,0,0,0),(1641,783,0,1,1,4623,1,-13041.7,-792.05,72.1446,2.52068,300,3,0,2059,0,1,0,0,0),(11471,2595,0,1,1,11254,1,-2157.6,-1695.23,-35.6819,3.52331,400,3,0,1604,0,1,0,0,0),(11470,2596,0,1,1,5765,1,-2169.48,-1721.63,-39.903,0.676672,400,5,0,1196,3075,1,0,0,0),(34855,3819,1,1,1,1103,0,1645.69,-1885.26,106.825,1.33103,300,5,0,494,0,1,0,0,0),(34854,3819,1,1,1,1103,0,1950.23,-2551.23,77.0311,5.70927,300,10,0,494,0,1,0,0,0),(34853,3819,1,1,1,1103,0,1421.3,-2046.6,93.7874,3.22344,300,10,0,494,0,1,0,0,0),(34852,3819,1,1,1,1103,0,1682.74,-1964.29,96.8296,5.47569,300,10,0,494,0,1,0,0,0),(34851,3819,1,1,1,1103,0,1388.15,-2020.34,97.6852,2.12629,300,10,0,494,0,1,0,0,0),(34850,3819,1,1,1,1103,0,1615.35,-1954.39,98.157,3.95532,300,5,0,494,0,1,0,0,0),(34849,3819,1,1,1,1103,0,1344.46,-2000.66,118.351,4.24887,300,5,0,494,0,1,0,0,0),(34848,3819,1,1,1,1103,0,1415.11,-2008.68,94.9292,3.21207,300,10,0,494,0,1,0,0,0),(34847,3819,1,1,1,1103,0,1384.05,-1983.36,108.272,2.99379,300,10,0,494,0,1,0,0,0),(34846,3819,1,1,1,1103,0,2606.05,-85.2276,101.084,4.38447,300,3,0,494,0,1,0,0,0),(34845,3819,1,1,1,1103,0,2781.71,-146.33,103.985,0.919832,300,5,0,494,0,1,0,0,0),(34844,3819,1,1,1,1103,0,3106.02,-665.368,177.468,4.72606,300,15,0,494,0,1,0,0,0),(34843,3819,1,1,1,1103,0,3002.05,-645.473,173.479,1.38221,300,5,0,494,0,1,0,0,0),(34842,3819,1,1,1,1103,0,3131.51,-505.817,141.835,2.84927,300,3,0,494,0,1,0,0,0),(34841,3819,1,1,1,1103,0,2124.66,-2817.86,115.06,0.418324,300,5,0,494,0,1,0,0,0),(34840,3819,1,1,1,1103,0,3186.83,-537.41,146.708,1.19808,300,15,0,494,0,1,0,0,0),(34839,3819,1,1,1,1103,0,3380.65,-281.13,133.336,3.5316,300,3,0,494,0,1,0,0,0),(34838,3819,1,1,1,1103,0,3450.11,-474.459,169.163,2.54053,300,2,0,494,0,1,0,0,0),(7450,1212,0,1,1,0,0,-8529,855.316,106.518,3.886,540,0,0,1753,0,0,0,0,0),(11469,2596,0,1,1,5765,1,-2157.72,-1674.73,-41.2976,1.45709,400,0,0,1196,3075,0,0,0,0),(34837,3819,1,1,1,1103,0,3078.75,-645.201,166.517,0.105695,300,15,0,494,0,1,0,0,0),(1640,683,0,1,1,2437,0,-11754.2,-116.24,13.5445,5.07367,300,5,0,1050,0,1,0,0,0),(1639,681,0,1,1,598,0,-11660.6,-158.973,17.0843,0.630231,300,5,0,1050,0,1,0,0,0),(1638,782,0,1,1,4625,1,-12949.1,-770.9,56.3027,3.46674,300,5,0,1902,0,1,0,0,0),(1637,699,0,1,1,4576,1,-11524.9,781.633,41.7749,2.61799,300,0,0,1279,0,0,0,0,0),(11468,2559,0,1,1,11316,0,-1181.53,-2316.5,56.6448,4.69481,400,10,0,1050,0,1,0,0,0),(11467,2595,0,1,1,11254,1,-2172.15,-1712.25,-46.9012,3.49908,400,3,0,1604,0,1,0,0,0),(11466,2579,0,1,1,1105,0,-1808.91,-3075.93,46.6679,3.53879,400,5,0,1279,0,1,0,0,0),(11465,2565,0,1,1,1104,0,-1789.41,-2920.03,54.1073,5.70223,400,10,0,1403,0,1,0,0,0),(11464,2565,0,1,1,1104,0,-1776.49,-3023.49,43.1459,4.34676,400,10,0,1403,0,1,0,0,0),(11463,2564,0,1,1,1054,1,-1166.84,-1985.47,27.3983,1.64514,400,3,0,1221,0,1,0,0,0),(11462,2559,0,1,1,11316,0,-1096.47,-1773.51,58.674,0.472381,400,10,0,1050,0,1,0,0,0),(34836,3819,1,1,1,1103,0,3058.61,-205.508,108.98,4.59699,300,5,0,494,0,1,0,0,0),(34835,3819,1,1,1,1103,0,3157.22,-697.004,190.554,0.151154,300,3,0,494,0,1,0,0,0),(34834,3819,1,1,1,1103,0,1619.26,-1844.2,117.071,2.53073,300,10,0,494,0,1,0,0,0),(97100,25882,530,1,1,0,0,-2389.86,8280.16,-38.15,3.43078,180,5,0,42,0,1,0,0,0),(1635,1564,0,1,1,4462,1,-14682.5,507.838,1.30348,0.624368,300,0,0,1292,3191,0,0,0,0),(34833,3819,1,1,1,1103,0,3122.45,-223.117,111.12,6.03561,300,15,0,494,0,1,0,0,0),(11461,2559,0,1,1,11316,0,-1021.15,-1834.61,62.0058,4.48672,400,5,0,1050,0,1,0,0,0),(34832,3819,1,1,1,1103,0,1628.7,-2511.25,98.0914,0.717857,300,5,0,494,0,1,0,0,0),(34831,3819,1,1,1,1103,0,1874.03,-2254.69,118.716,0.109579,300,5,0,494,0,1,0,0,0),(11460,2559,0,1,1,11316,0,-2043.79,-2408.86,77.698,4.72606,400,3,0,1050,0,1,0,0,0),(34830,3819,1,1,1,1103,0,3177.75,-501.125,141.642,5.14807,300,15,0,494,0,1,0,0,0),(34829,3819,1,1,1,1103,0,3224.92,-187.909,105.238,2.83405,300,5,0,494,0,1,0,0,0),(1634,938,0,1,1,4439,1,-11513.5,-697.291,35.4867,1.07153,300,0,0,1279,0,0,0,0,0),(1633,938,0,1,1,4439,1,-11513.1,-714.074,33.7644,0.90061,300,0,0,1279,0,0,0,0,0),(1632,938,0,1,1,4439,1,-11484.9,-736.486,34.3351,4.92012,300,2,0,1279,0,1,0,0,0),(1631,938,0,1,1,4439,1,-11499.8,-731.151,31.8437,3.24303,300,0,0,1279,0,0,0,0,0),(1630,1152,0,1,1,833,0,-12382.7,-255.873,15.8195,3.61397,300,10,0,1403,0,1,0,0,0),(34828,3819,1,1,1,1103,0,3167.65,-454.686,137.061,5.07711,300,15,0,494,0,1,0,0,0),(34827,3819,1,1,1,1103,0,3086.22,-565.053,161.852,1.10739,300,2,0,494,0,1,0,0,0),(34826,3819,1,1,1,1103,0,1375.92,-2366.72,112.771,5.93029,300,5,0,494,0,1,0,0,0),(1629,941,0,1,1,4444,1,-11503.4,-741.701,29.8792,1.83098,300,0,0,1064,1007,0,0,0,0),(1628,940,0,1,1,4436,1,-11573.8,-751.51,34.8154,5.82566,300,3,0,977,935,1,0,0,0),(1627,938,0,1,1,4439,1,-11505,-710.347,34.2602,4.46915,300,0,0,1279,0,0,0,0,0),(1626,1421,0,1,1,4437,1,-11329.3,-236.289,74.6221,4.80494,300,0,0,1107,0,0,0,0,0),(1625,938,0,1,1,4439,1,-11463.5,-743.53,29.8838,0.504408,300,3,0,1279,0,1,0,0,0),(1624,941,0,1,1,4444,1,-11453.4,-739.274,29.0699,3.81724,300,3,0,1064,1007,1,0,0,0),(1623,941,0,1,1,4444,1,-11464.7,-735.87,31.3389,2.4488,300,3,0,1064,1007,1,0,0,0),(1622,941,0,1,1,4444,1,-11478.9,-774.739,31.7754,0.334144,300,3,0,1064,1007,1,0,0,0),(1621,941,0,1,1,4444,1,-11525.8,-849.023,28.8221,4.70162,300,0,0,1064,1007,0,0,0,0),(1620,941,0,1,1,4444,1,-11499.9,-825.312,34.342,4.58495,300,2,0,1064,1007,1,0,0,0),(34825,3819,1,1,1,1103,0,1846.1,-2748.64,94.5736,4.10749,300,10,0,494,0,1,0,0,0),(34824,3819,1,1,1,1103,0,2572.42,30.3096,90.2995,5.71795,300,5,0,494,0,1,0,0,0),(11459,2565,0,1,1,1104,0,-1677.8,-3040.59,27.3019,0.559841,400,5,0,1403,0,1,0,0,0),(34823,3819,1,1,1,1103,0,2798.77,407.394,92.4831,0.603344,300,15,0,494,0,1,0,0,0),(34822,3819,1,1,1,1103,0,2751.05,582.485,91.1308,1.25671,300,15,0,494,0,1,0,0,0),(34821,3819,1,1,1,1103,0,2688.38,681.04,122.828,2.17017,300,2,0,494,0,1,0,0,0),(34820,3819,1,1,1,1103,0,2678.78,645.331,104.307,0.20251,300,10,0,494,0,1,0,0,0),(1619,938,0,1,1,4439,1,-11469.3,-759.268,30.8946,2.56099,300,3,0,1279,0,1,0,0,0),(1618,942,0,1,1,4450,1,-11473.2,-930.012,21.782,0.219571,300,3,0,1208,1097,1,0,0,0),(1617,938,0,1,1,4439,1,-11492.6,-796.314,32.1351,4.97668,300,2,0,1279,0,1,0,0,0),(1616,940,0,1,1,4436,1,-11571.3,-644.053,31.2554,5.01562,300,5,0,977,935,1,0,0,0),(1615,942,0,1,1,4450,1,-11467.4,-832.404,14.47,0.541604,300,2,0,1208,1097,1,0,0,0),(1614,939,0,1,1,4446,1,-11536.8,-867.654,25.4519,2.78704,300,2,0,1469,0,1,0,0,0),(1613,942,0,1,1,4450,1,-11486.4,-952.777,30.8131,4.81711,300,0,0,1208,1097,0,0,0,0),(1612,937,0,1,1,4443,1,-11535.1,-640.864,31.2603,6.09972,300,3,0,1163,0,1,0,0,0),(1611,939,0,1,1,4446,1,-11510.4,-914.73,26.816,0.490341,300,5,0,1469,0,1,0,0,0),(1610,686,0,1,1,788,0,-11984,-221.949,19.3987,3.35141,300,10,0,1403,0,1,0,0,0),(1609,937,0,1,1,4443,1,-11593.2,-627.449,28.4113,2.63153,300,0,0,1163,0,0,0,0,0),(1608,939,0,1,1,4446,1,-11497.4,-942.555,29.3472,1.98608,300,0,0,1469,0,0,0,0,0),(1607,976,0,1,1,320,0,-11592.9,-707.045,31.0965,1.8675,300,0,0,1163,0,0,0,0,0),(1606,943,0,1,1,4438,1,-11591.4,-704.627,31.0965,2.35619,300,0,0,1064,1007,0,0,0,0),(34819,3819,1,1,1,1103,0,2464.76,365.193,99.3015,4.98991,300,3,0,494,0,1,0,0,0),(34818,3819,1,1,1,1103,0,2437.84,513.372,107.155,0.439635,300,15,0,494,0,1,0,0,0),(11458,2578,0,1,1,10824,0,-1130.48,-3027.66,36.5562,3.78001,400,10,0,1107,0,1,0,0,0),(11457,2619,0,1,1,4032,1,-1532.22,-3170.69,12.4111,3.31144,400,5,0,1279,0,1,0,0,0),(11456,2618,0,1,1,4030,1,-1541.43,-3158.01,13.1859,4.25577,400,5,0,1221,0,1,0,0,0),(11455,2618,0,1,1,4030,1,-1556.86,-3145.14,13.5609,0.21898,400,5,0,1221,0,1,0,0,0),(7566,1284,0,1,1,0,1,-8523,848.783,106.702,3.718,6300,0,0,106800,115020,0,0,0,0),(34817,3819,1,1,1,1103,0,2458.14,-304.941,108.094,0.669863,300,0,0,494,0,0,0,0,0),(34816,3819,1,1,1,1103,0,2565.57,606.069,107.216,2.79482,300,3,0,494,0,1,0,0,0),(34815,3819,1,1,1,1103,0,2840.85,-809.375,156.517,3.14159,300,3,0,494,0,1,0,0,0),(34814,3819,1,1,1,1103,0,3143.58,-592.847,158.342,3.49176,300,5,0,494,0,1,0,0,0),(34813,3819,1,1,1,1103,0,2768.97,506.695,91.5177,2.96681,300,15,0,494,0,1,0,0,0),(34812,3819,1,1,1,1103,0,2460.62,592.7,117.797,0.862898,300,15,0,494,0,1,0,0,0),(34811,3819,1,1,1,1103,0,2945.92,819.276,100.635,2.11138,300,5,0,494,0,1,0,0,0),(1605,942,0,1,1,4450,1,-11522.6,-939.925,29.4426,2.14489,300,0,0,1208,1097,0,0,0,0),(1604,939,0,1,1,4446,1,-11532.7,-897.53,24.477,1.24056,300,3,0,1469,0,1,0,0,0),(1603,942,0,1,1,4450,1,-11540.1,-885.614,24.145,0.468097,300,3,0,1208,1097,1,0,0,0),(1602,938,0,1,1,4439,1,-11530.5,-622.376,34.1033,3.50811,300,0,0,1279,0,0,0,0,0),(34810,3819,1,1,1,1103,0,2477.76,30.5949,86.4866,5.97564,300,15,0,494,0,1,0,0,0),(34809,3819,1,1,1,1103,0,2535.54,594.806,105.585,4.60281,300,10,0,494,0,1,0,0,0),(1601,939,0,1,1,4446,1,-11503.3,-926.803,25.3398,4.2615,300,5,0,1469,0,1,0,0,0),(34808,3819,1,1,1,1103,0,2748.25,494.835,92.115,1.60691,300,5,0,494,0,1,0,0,0),(34807,3819,1,1,1,1103,0,2694.56,144.758,92.5708,3.87375,300,5,0,494,0,1,0,0,0),(34806,3819,1,1,1,1103,0,2809.73,377.02,92.9167,2.05168,300,15,0,494,0,1,0,0,0),(34805,3819,1,1,1,1103,0,2611.82,279.187,97.8752,6.20499,300,5,0,494,0,1,0,0,0),(34804,3819,1,1,1,1103,0,2414.81,620.613,127.408,4.76475,300,0,0,494,0,0,0,0,0),(11454,2618,0,1,1,4030,1,-1512.39,-3138.92,13.6428,2.0979,400,5,0,1221,0,1,0,0,0),(11453,2619,0,1,1,4032,1,-1532.21,-3108.96,14.0549,3.07094,400,0,0,1279,0,2,0,0,0),(34803,3819,1,1,1,1103,0,2453.16,415.358,95.8992,2.67311,300,15,0,494,0,1,0,0,0),(11452,2578,0,1,1,10824,0,-1391.6,-3360.48,42.9499,2.27053,400,10,0,1107,0,1,0,0,0),(11451,2578,0,1,1,10824,0,-1410.61,-3327.88,40.1239,5.30616,400,10,0,1107,0,1,0,0,0),(11450,2618,0,1,1,4030,1,-1470.28,-3117.45,14.0733,2.9762,400,3,0,1221,0,1,0,0,0),(34802,3819,1,1,1,1103,0,2827.82,619.183,101.492,3.75991,300,2,0,494,0,1,0,0,0),(11449,2618,0,1,1,4030,1,-1479.7,-3119.47,14.0793,3.04097,400,3,0,1221,0,1,0,0,0),(11448,2618,0,1,1,4030,1,-1559.57,-3123.6,13.8027,3.62892,400,5,0,1221,0,1,0,0,0),(34801,3819,1,1,1,1103,0,2728.06,9.80524,118.632,0.982794,300,5,0,494,0,1,0,0,0),(7626,1348,0,1,1,0,1,-8633,886.661,103.181,5.375,310,0,0,1003,0,0,0,0,0),(34800,3819,1,1,1,1103,0,2873.75,357.429,92.1667,2.44127,300,5,0,494,0,1,0,0,0),(7629,1351,0,1,1,0,1,-8519,797.796,106.519,0.74,310,0,0,1003,0,0,0,0,0),(11447,2618,0,1,1,4030,1,-1479.9,-3108.4,13.9976,0.690661,400,3,0,1221,0,1,0,0,0),(34799,3819,1,1,1,1103,0,2516.08,52.4669,87.4068,4.48229,300,5,0,494,0,1,0,0,0),(34798,3819,1,1,1,1103,0,2545.54,280.741,124.824,3.21784,300,5,0,494,0,1,0,0,0),(34797,3819,1,1,1,1103,0,2593.53,641.666,115.257,3.14125,300,5,0,494,0,1,0,0,0),(11446,2618,0,1,1,4030,1,-1544.24,-3139.05,13.6859,2.48363,400,5,0,1221,0,1,0,0,0),(34796,3819,1,1,1,1103,0,2878.5,376.88,91.7917,3.6317,300,5,0,494,0,1,0,0,0),(34795,3819,1,1,1,1103,0,2690.17,198.018,88.8765,1.01882,300,5,0,494,0,1,0,0,0),(34794,3819,1,1,1,1103,0,2386.31,-357.224,96.375,3.6611,300,5,0,494,0,1,0,0,0),(34793,3819,1,1,1,1103,0,2639.95,-3.51842,109.562,1.87834,300,5,0,494,0,1,0,0,0),(34792,3819,1,1,1,1103,0,2924.84,809.255,102.501,0.195764,300,5,0,494,0,1,0,0,0),(34791,3819,1,1,1,1103,0,2820.8,495.618,92.1667,0.056067,300,3,0,494,0,1,0,0,0),(11445,2559,0,1,1,11316,0,-1381.37,-3353.22,43.9903,4.70653,400,10,0,1050,0,1,0,0,0),(1600,939,0,1,1,4446,1,-11524.8,-928.102,29.3383,5.31694,300,0,0,1469,0,0,0,0,0),(1599,940,0,1,1,4436,1,-11653.4,-641.946,30.0412,1.40699,300,0,0,977,935,0,0,0,0),(34790,3819,1,1,1,1103,0,2699.81,146.053,92.0165,6.20489,300,5,0,494,0,1,0,0,0),(11444,2578,0,1,1,10824,0,-1251.84,-3528.59,44.875,1.44749,400,3,0,1107,0,1,0,0,0),(34789,3819,1,1,1,1103,0,2446.45,466.174,99.1325,4.5328,300,15,0,494,0,1,0,0,0),(34788,3819,1,1,1,1103,0,2863.85,326.884,107.578,3.61834,300,5,0,494,0,1,0,0,0),(34787,3819,1,1,1,1103,0,3246.99,-148.898,102.59,3.29008,300,5,0,494,0,1,0,0,0),(34786,3819,1,1,1,1103,0,2640.09,135.158,92.6109,1.01965,300,5,0,494,0,1,0,0,0),(34785,3819,1,1,1,1103,0,2851.87,718.578,110.14,0.001466,300,5,0,494,0,1,0,0,0),(34784,3819,1,1,1,1103,0,2932.67,730.952,116.419,2.04536,300,5,0,494,0,1,0,0,0),(34783,3819,1,1,1,1103,0,2877.75,680.983,98.4844,3.54315,300,5,0,494,0,1,0,0,0),(34782,3819,1,1,1,1103,0,2495.14,476.637,93.9167,6.22064,300,3,0,494,0,1,0,0,0),(11443,2618,0,1,1,4030,1,-1513.96,-3154.23,13.3928,4.56949,400,5,0,1221,0,1,0,0,0),(11442,2578,0,1,1,10824,0,-1323.34,-3343.38,43.3236,3.27492,400,10,0,1107,0,1,0,0,0),(11441,2618,0,1,1,4030,1,-1526.15,-3125.2,14.0982,3.28826,400,5,0,1221,0,1,0,0,0),(11440,2618,0,1,1,4030,1,-1526.72,-3149.71,13.1428,1.25798,400,5,0,1221,0,1,0,0,0),(11439,2619,0,1,1,4032,1,-1471.22,-3126.67,14.1407,2.63261,400,5,0,1279,0,1,0,0,0),(11438,2618,0,1,1,4030,1,-1505.34,-3005.73,12.836,3.34729,400,3,0,1221,0,1,0,0,0),(11437,2619,0,1,1,4032,1,-1504.72,-3014.73,12.7872,5.34543,400,3,0,1279,0,1,0,0,0),(11436,2563,0,1,1,1103,0,-1051.66,-3148.29,50.2909,1.21502,400,10,0,1163,0,1,0,0,0),(11435,2619,0,1,1,4032,1,-1480.55,-3061.23,13.0457,0.199938,400,5,0,1279,0,1,0,0,0),(11434,2618,0,1,1,4030,1,-1468.98,-3094.52,13.0033,3.87934,400,5,0,1221,0,1,0,0,0),(11433,2578,0,1,1,10824,0,-1112.31,-3260.98,39.8925,3.53255,400,10,0,1107,0,1,0,0,0),(11432,2563,0,1,1,1103,0,-913.496,-2821.35,67.2764,3.78431,400,5,0,1163,0,1,0,0,0),(11431,2563,0,1,1,1103,0,-1347.5,-3085.36,35.5296,5.68543,400,5,0,1163,0,1,0,0,0),(11430,2563,0,1,1,1103,0,-1023.9,-3382.23,59.7039,3.23543,400,10,0,1163,0,1,0,0,0),(11429,2563,0,1,1,1103,0,-1049.34,-2350.34,51.4158,5.21524,400,5,0,1163,0,1,0,0,0),(11428,2563,0,1,1,1103,0,-1025.58,-2382.81,49.4548,3.08295,400,5,0,1163,0,1,0,0,0),(11427,2560,0,1,1,180,0,-1742.56,-2309.84,39.2227,6.08656,400,10,0,1221,0,1,0,0,0),(11426,2563,0,1,1,1103,0,-1075.03,-2474.61,52.3603,0.889389,400,10,0,1163,0,1,0,0,0),(11425,2565,0,1,1,1104,0,-898.981,-2342.68,49.5903,0.313721,400,5,0,1403,0,1,0,0,0),(11423,2555,0,1,1,3995,1,-2064.77,-3290.73,67.5814,4.64258,400,0,0,1021,963,0,0,0,0),(11422,2563,0,1,1,1103,0,-879.432,-2223.62,46.6946,3.85888,400,10,0,1163,0,1,0,0,0),(11421,2556,0,1,1,3998,1,-2073.25,-3285.28,67.3342,1.61012,400,5,0,1279,0,1,0,0,0),(11419,2563,0,1,1,1103,0,-1947.14,-2378.62,66.5545,3.74912,400,5,0,1163,0,1,0,0,0),(11418,2620,0,1,1,1072,0,-1276.4,-2325.28,59.5583,5.10863,400,10,0,8,0,1,0,0,0),(11413,2563,0,1,1,1103,0,-1258.76,-3520.74,43.5191,4.05717,400,10,0,1163,0,1,0,0,0),(11412,2618,0,1,1,4030,1,-1537.69,-3014.55,12.9004,2.90545,400,5,0,1221,0,1,0,0,0),(11411,2557,0,1,1,3999,1,-2065.54,-3297.58,67.6664,1.43117,400,0,0,1160,1067,0,0,0,0),(11410,2585,0,1,1,4143,1,-1544.1,-1660.66,73.4835,0.45344,400,5,0,1604,0,1,0,0,0),(11409,2556,0,1,1,3998,1,-1989.41,-3388.27,51.5585,0.888197,400,5,0,1279,0,1,0,0,0),(11408,2618,0,1,1,4030,1,-1523.28,-3082.03,14.1665,1.48946,400,5,0,1221,0,1,0,0,0),(1598,4461,0,1,1,5243,1,-12181.3,-37.2471,-10.758,2.67297,300,5,0,1403,0,1,0,0,0),(34781,3819,1,1,1,1103,0,2504.49,612.347,117.168,1.22171,300,3,0,494,0,1,0,0,0),(11407,2618,0,1,1,4030,1,-1531.06,-3069.33,14.4165,5.53629,400,5,0,1221,0,1,0,0,0),(7744,1410,530,1,1,0,1,-2442.58,3185.48,4.0905,4.87943,300,5,0,4422,2620,1,0,0,0),(7745,1410,530,1,1,0,1,-2430.33,3172.79,18.0832,1.79696,300,5,0,4422,2620,1,0,0,0),(7746,1410,530,1,1,0,1,-2411.25,3154.89,12.5169,2.57465,300,0,0,4422,2620,2,0,0,0),(7747,1410,530,1,1,0,1,-2450.67,3244.48,4.92247,3.81578,300,5,0,4422,2620,1,0,0,0),(7748,1410,530,1,1,0,1,-2415.32,3226.01,4.58525,1.75887,300,5,0,4422,2620,1,0,0,0),(7749,1410,530,1,1,0,1,-2413.73,3144.88,2.79971,6.14695,300,5,0,4422,2620,1,0,0,0),(7750,1410,530,1,1,0,1,-2402.67,3169.24,18.0834,2.70121,300,0,0,4422,2620,0,0,0,0),(7751,1410,530,1,1,0,1,-2361.66,3155.04,5.28645,4.28762,300,5,0,4422,2620,1,0,0,0),(7752,1410,530,1,1,0,1,-2305.6,3164.1,1.699,6.25795,300,5,0,4422,2620,1,0,0,0),(7753,1410,530,1,1,0,1,-2262.83,3185.57,23.7554,3.12414,300,0,0,4422,2620,0,0,0,0),(7754,1410,530,1,1,0,1,-2268.28,3101.93,25.014,1.97517,300,5,0,4422,2620,1,0,0,0),(7755,1410,530,1,1,0,1,-2254.44,3155.01,-7.58388,1.24083,300,5,0,4422,2620,1,0,0,0),(7756,1410,530,1,1,0,1,-2254.22,3224.9,5.11183,1.02719,300,0,0,4422,2620,2,0,0,0),(7757,1410,530,1,1,0,1,-2259.57,3225.24,22.8568,2.60114,300,5,0,4422,2620,1,0,0,0),(7758,1410,530,1,1,0,1,-2242.39,3202.84,22.8518,4.98414,300,0,0,4422,2620,2,0,0,0),(7759,1410,530,1,1,0,1,-2286.07,3299.15,1.22412,2.0704,300,5,0,4422,2620,1,0,0,0),(7760,1410,530,1,1,0,1,-2335.25,3291.32,0.65058,0.983955,300,5,0,4422,2620,1,0,0,0),(7761,1410,530,1,1,0,1,-2293.97,3327.68,-0.801845,2.15663,300,5,0,4422,2620,1,0,0,0),(7762,1410,530,1,1,0,1,-2396.61,3193.45,2.21214,5.43409,300,5,0,4422,2620,1,0,0,0),(7763,1410,530,1,1,0,1,-2345.06,3365.86,-3.30767,3.71847,300,0,0,4422,2620,2,0,0,0),(7764,1410,530,1,1,0,1,-2308.19,3407.12,-11.5586,1.67552,300,0,0,4422,2620,0,0,0,0),(1597,4461,0,1,1,5243,1,-12161.5,-33.0531,-10.7503,4.25463,300,5,0,1403,0,1,0,0,0),(1596,938,0,1,1,4439,1,-11527.1,-679.908,33.8417,0.780186,300,5,0,1279,0,1,0,0,0),(1595,937,0,1,1,4443,1,-11524.2,-652.685,31.0645,5.49602,300,0,0,1163,0,0,0,0,0),(1594,937,0,1,1,4443,1,-11521.3,-647.336,31.0506,0.907988,300,0,0,1163,0,0,0,0,0),(11406,2556,0,1,1,3998,1,-2021.63,-3350.43,51.1321,5.70183,400,5,0,1279,0,1,0,0,0),(11405,2556,0,1,1,3997,1,-2010.25,-3402.83,53.0716,3.74343,400,5,0,1279,0,1,0,0,0),(11403,2556,0,1,1,3997,1,-2005.52,-3377.73,50.7367,4.86753,400,5,0,1279,0,1,0,0,0),(11402,2618,0,1,1,4030,1,-1534.84,-3092.16,14.6775,4.25028,400,5,0,1221,0,1,0,0,0),(11401,2618,0,1,1,4030,1,-1509.36,-3094.38,14.5415,4.65232,400,5,0,1221,0,1,0,0,0),(11400,2560,0,1,1,180,0,-1784.14,-2881.43,46.8833,2.52815,400,5,0,1221,0,1,0,0,0),(11399,2618,0,1,1,4030,1,-1498.3,-3074.87,14.2533,2.36476,400,5,0,1221,0,1,0,0,0),(11398,2618,0,1,1,4030,1,-1510.86,-3070.68,14.4165,0.048761,400,5,0,1221,0,1,0,0,0),(11397,2557,0,1,1,4000,1,-2029.69,-3395.46,57.8137,5.44463,400,5,0,1160,1067,1,0,0,0),(11396,2557,0,1,1,4000,1,-2038.88,-3375.71,59.9498,6.05258,400,5,0,1160,1067,1,0,0,0),(11395,2563,0,1,1,1103,0,-1394.93,-3278.06,42.2723,3.36537,400,10,0,1163,0,1,0,0,0),(11394,2571,0,1,1,448,1,-1795.16,-1537.29,61.0591,0.309163,400,5,0,1605,0,1,0,0,0),(11393,2579,0,1,1,1105,0,-1724.32,-2181.05,41.1846,6.22263,400,10,0,1279,0,1,0,0,0),(11392,2560,0,1,1,180,0,-1714.46,-2288.33,36.9053,3.26506,400,10,0,1221,0,1,0,0,0),(11391,2563,0,1,1,1103,0,-1759.55,-2334.66,31.4735,4.34493,400,10,0,1163,0,1,0,0,0),(11388,2563,0,1,1,1103,0,-1751.96,-2497.88,58.6767,4.41906,400,10,0,1163,0,1,0,0,0),(11387,2559,0,1,1,11316,0,-1705.1,-2483.54,61.2704,0.722322,400,10,0,1050,0,1,0,0,0),(11386,2563,0,1,1,1103,0,-1825.86,-2457.03,53.8348,0.975752,400,5,0,1163,0,1,0,0,0),(11385,2592,0,1,1,9587,0,-1586.36,-2148.02,23.0151,3.40366,400,5,0,1604,0,1,0,0,0),(11384,2592,0,1,1,9587,0,-1585.57,-2222.11,33.549,0.898897,400,5,0,1604,0,1,0,0,0),(11383,2592,0,1,1,9587,0,-1592.37,-2184.38,28.5993,3.00089,400,10,0,1604,0,1,0,0,0),(11382,2563,0,1,1,1103,0,-1045.11,-2604.27,53.3362,4.94514,400,10,0,1163,0,1,0,0,0),(11381,2565,0,1,1,1104,0,-1986.97,-2587.07,74.1786,1.04173,400,10,0,1403,0,1,0,0,0),(11380,2557,0,1,1,4000,1,-2024.19,-3382.05,59.3607,1.5708,400,5,0,1160,1067,1,0,0,0),(11379,2563,0,1,1,1103,0,-1349.9,-3228.5,42.1462,4.74948,400,5,0,1163,0,1,0,0,0),(11377,2560,0,1,1,180,0,-1670,-2181.1,26.4029,0,400,10,0,1221,0,1,0,0,0),(11376,2560,0,1,1,180,0,-1696.08,-2168.84,32.9813,2.29128,400,10,0,1221,0,1,0,0,0),(11374,2560,0,1,1,180,0,-1732.88,-2195.3,43.4929,5.94042,400,10,0,1221,0,1,0,0,0),(11375,2560,0,1,1,180,0,-1746.32,-2249.58,42.5954,3.26498,400,5,0,1221,0,1,0,0,0),(17671,2173,0,1,1,245,0,300.785,1984.93,-35.4672,6.16973,275,5,0,300,0,1,0,0,0),(17672,2173,0,1,1,245,0,-481.567,1878.26,-10.3649,3.89129,275,5,0,300,0,1,0,0,0),(17669,36213,0,1,1,0,1,1440.41,350.383,-62.1024,4.13643,275,0,0,15952,0,0,0,0,0),(17670,2173,0,1,1,245,0,-646.858,1892.47,-15.6051,1.50436,275,5,0,300,0,1,0,0,0),(17667,1958,0,1,1,2597,0,754.864,156.556,29.4407,1.14514,275,10,0,350,390,1,0,0,0),(17668,1768,0,1,1,346,1,1168.71,967.706,33.7716,2.42601,275,0,0,253,264,0,0,0,0),(17666,2173,0,1,1,245,0,249.732,1977.11,-31.1535,0.673246,275,5,0,300,0,1,0,0,0),(17665,2173,0,1,1,245,0,328.87,2015.66,-38.0932,1.25707,275,5,0,300,0,1,0,0,0),(17663,1895,0,1,1,2535,1,-327.462,1555.21,25.2491,1.61376,600,0,0,276,295,0,0,0,0),(17664,2173,0,1,1,245,0,271.202,1961.29,-29.677,2.33674,275,5,0,300,0,1,0,0,0),(18007,1769,0,1,1,11180,0,919.399,1223.84,46.7811,3.40488,275,10,0,186,191,1,0,0,0),(18006,1888,0,1,1,3566,1,88.629,744.229,61.7521,3.3752,275,10,0,354,1326,1,0,0,0),(18005,1888,0,1,1,3569,1,62.1989,767.244,63.8601,4.17134,275,0,0,354,1326,0,0,0,0),(17662,6033,0,1,1,7449,0,1181.11,117.32,25.6005,4.39823,275,0,0,328,0,0,0,0,0),(17660,2173,0,1,1,245,0,621.161,1999.85,-25.1416,1.48298,275,5,0,300,0,1,0,0,0),(17661,2173,0,1,1,245,0,654.602,1985.2,-19.5592,0.470576,275,5,0,300,0,1,0,0,0),(17658,10779,0,1,1,10090,0,59.785,694.011,63.6074,2.69876,275,10,0,8,0,1,0,0,0),(17659,2173,0,1,1,245,0,-451.562,1817.52,-7.7725,0.323032,275,5,0,300,0,1,0,0,0),(18004,1888,0,1,1,3567,1,51.7442,687.14,63.8624,2.15615,275,10,0,354,1326,1,0,0,0),(18003,1924,0,1,1,574,0,-636.558,1420.37,13.3871,0.879598,275,10,0,328,0,1,0,0,0),(18002,1779,0,1,1,1947,0,911.89,1804.12,10.1177,2.53951,275,10,0,247,0,1,0,0,0),(17656,1909,0,1,1,757,1,1222.26,286.363,23.13,1.8326,275,0,0,377,408,0,0,0,0),(17657,1909,0,1,1,757,1,1179.09,520.215,29.2805,5.33322,275,5,0,377,408,1,0,0,0),(18001,1779,0,1,1,1947,0,943.026,1785.46,13.1265,3.37603,275,10,0,247,0,1,0,0,0),(18000,1779,0,1,1,1947,0,844.599,1818.64,5.17639,0.164787,275,10,0,247,0,1,0,0,0),(17655,1958,0,1,1,2597,0,881.071,53.0895,23.7115,5.38515,275,5,0,350,390,1,0,0,0),(17654,6033,0,1,1,7449,0,527.814,637.31,12.2284,1.06465,275,0,0,328,0,0,0,0,0),(17653,6033,0,1,1,7449,0,573.533,702.29,19.3036,5.11381,275,0,0,328,0,0,0,0,0),(34780,3819,1,1,1,1103,0,2455.61,536.308,106.753,2.65895,300,15,0,494,0,1,0,0,0),(34776,3819,1,1,1,1103,0,2778.37,453.216,92.6667,2.6518,300,3,0,494,0,1,0,0,0),(31427,4324,1,1,1,397,0,-4915.57,-3378.6,33.8479,1.20334,360,10,0,1416,1236,1,0,0,0),(34775,3819,1,1,1,1103,0,2503.12,-80.5513,105.721,3.43594,300,2,0,494,0,1,0,0,0),(34774,3819,1,1,1,1103,0,2766.07,599.999,91.9748,4.0642,300,15,0,494,0,1,0,0,0),(31426,4324,1,1,1,397,0,-4816.32,-3153.79,55.7095,4.29238,360,10,0,1416,1236,1,0,0,0),(31425,23554,1,1,1,10771,0,-2953.98,-3709,37.6093,1.59735,360,10,0,1403,0,1,0,0,0),(31424,4323,1,1,1,715,0,-4860.1,-3173.11,52.7212,2.388,360,10,0,1751,0,1,0,0,0),(31423,4834,1,1,1,19836,1,-3202.16,-3105.27,34.8529,5.08431,360,5,0,1403,0,1,0,0,0),(31422,4343,1,1,1,814,0,-3189.58,-3131.25,33.1474,5.05994,360,10,0,1536,0,1,0,0,0),(31421,4323,1,1,1,715,0,-4756.7,-3147.54,45.1484,3.30256,360,10,0,1751,0,1,0,0,0),(31420,4343,1,1,1,814,0,-3217.95,-3125.83,31.006,3.05164,360,10,0,1536,0,1,0,0,0),(34773,3819,1,1,1,1103,0,2791.47,387.96,91.911,3.05452,300,15,0,494,0,1,0,0,0),(34772,3819,1,1,1,1103,0,2540.04,390.876,96.9969,1.26556,300,3,0,494,0,1,0,0,0),(34771,3819,1,1,1,1103,0,2672.13,601.012,105.724,4.16745,300,3,0,494,0,1,0,0,0),(34770,3818,1,1,1,1992,0,2518.88,-2546.55,165.483,2.15873,300,5,0,787,0,1,0,0,0),(34769,3818,1,1,1,1992,0,2453.86,-2695.84,148.742,5.36389,300,15,0,787,0,1,0,0,0),(34768,3818,1,1,1,1992,0,2526.15,-2674.05,149.188,0.459281,300,5,0,787,0,1,0,0,0),(34767,3818,1,1,1,1992,0,2565.86,-2719.21,145.796,5.16654,300,5,0,787,0,1,0,0,0),(34766,3818,1,1,1,1992,0,2477.3,-2410.56,153.636,0.238465,300,5,0,787,0,1,0,0,0),(34765,3818,1,1,1,1992,0,2581.75,-2493.93,170.414,4.99268,300,5,0,787,0,1,0,0,0),(34764,3818,1,1,1,1992,0,2602.3,-2670.71,141.083,1.4956,300,5,0,787,0,1,0,0,0),(34763,3818,1,1,1,1992,0,2486.61,-2443.88,161.639,3.08201,300,5,0,787,0,1,0,0,0),(34762,3818,1,1,1,1992,0,2622.41,-2705.18,142.932,3.24524,300,10,0,787,0,1,0,0,0),(34761,3818,1,1,1,1992,0,2667.24,-2679.71,141.662,0.154876,300,10,0,787,0,1,0,0,0),(34760,3818,1,1,1,1992,0,2513.93,-2519.97,170.369,3.95759,300,5,0,787,0,1,0,0,0),(34759,3818,1,1,1,1992,0,2472.01,-2456.79,177.757,4.16477,300,5,0,787,0,1,0,0,0),(34758,3818,1,1,1,1992,0,3428.89,-1616.88,166.884,0.516965,300,15,0,787,0,1,0,0,0),(34756,3818,1,1,1,1992,0,3179.18,-1637.4,171.4,4.58227,300,5,0,787,0,1,0,0,0),(34755,3818,1,1,1,1992,0,3521.03,-1545.31,170.783,1.44413,300,15,0,787,0,1,0,0,0),(34754,3818,1,1,1,1992,0,3370.17,-1481.91,166.984,2.33338,300,5,0,787,0,1,0,0,0),(34753,3818,1,1,1,1992,0,3249.56,-1683.39,174.323,3.85973,300,5,0,787,0,1,0,0,0),(34752,3818,1,1,1,1992,0,2913.78,-1827.76,179.667,4.65729,300,0,0,787,0,2,0,0,0),(34751,3818,1,1,1,1992,0,3459.73,-1422.21,174.463,6.2285,300,10,0,787,0,1,0,0,0),(34750,3818,1,1,1,1992,0,2501.07,-2496.82,174.943,1.43166,300,5,0,787,0,1,0,0,0),(34749,3818,1,1,1,1992,0,2217.91,-2316.39,105.242,5.197,300,5,0,787,0,1,0,0,0),(34748,3818,1,1,1,1992,0,1987.47,-2286.07,95.3688,0.523506,300,10,0,787,0,1,0,0,0),(34747,3818,1,1,1,1992,0,2151.48,-2309.21,104.906,0.225143,300,5,0,787,0,1,0,0,0),(34746,3818,1,1,1,1992,0,3211.61,-1795.41,181.147,6.16379,300,5,0,787,0,1,0,0,0),(34745,3818,1,1,1,1992,0,3154.32,-1445.39,199.934,3.98932,300,5,0,787,0,1,0,0,0),(34744,3818,1,1,1,1992,0,3103.93,-1417.18,187.195,4.94505,300,5,0,787,0,1,0,0,0),(34743,3818,1,1,1,1992,0,3214.6,-1594.49,171.101,5.17095,300,5,0,787,0,1,0,0,0),(34742,3818,1,1,1,1992,0,3146.23,-1515.23,198.478,2.70196,300,5,0,787,0,1,0,0,0),(34741,3818,1,1,1,1992,0,3205.3,-1720.8,169.797,3.74793,300,5,0,787,0,1,0,0,0),(34740,3818,1,1,1,1992,0,2196.3,-2243.87,102.704,1.55978,300,5,0,787,0,1,0,0,0),(34739,3818,1,1,1,1992,0,2021.45,-2122,110.74,0.982794,300,10,0,787,0,1,0,0,0),(34738,3818,1,1,1,1992,0,2059.78,-2279.3,112.089,3.85022,300,5,0,787,0,1,0,0,0),(34737,3818,1,1,1,1992,0,2047.66,-2154.75,127.08,0.082168,300,5,0,787,0,1,0,0,0),(34736,3818,1,1,1,1992,0,2088.74,-2285.84,102.378,3.33421,300,5,0,787,0,1,0,0,0),(34735,3818,1,1,1,1992,0,2021.06,-2253.08,107.297,2.44284,300,5,0,787,0,1,0,0,0),(34734,3818,1,1,1,1992,0,3053.48,-1597.24,190.066,3.89484,300,5,0,787,0,1,0,0,0),(34733,3818,1,1,1,1992,0,3087.37,-1518.87,197.666,3.48619,300,15,0,787,0,1,0,0,0),(34732,3818,1,1,1,1992,0,3093.06,-1556.24,192.51,6.03868,300,15,0,787,0,1,0,0,0),(7978,17071,530,1,1,0,1,-4184.55,-13733.1,74.1389,1.91986,120,0,0,98,115,0,0,0,0),(34731,3818,1,1,1,1992,0,3070.54,-1661.9,176.008,2.11657,300,15,0,787,0,1,0,0,0),(34730,3818,1,1,1,1992,0,3091.42,-1683.07,172.544,5.49776,300,15,0,787,0,1,0,0,0),(34729,3818,1,1,1,1992,0,3018.96,-1722.44,174.746,2.14742,300,5,0,787,0,1,0,0,0),(34728,3818,1,1,1,1992,0,3069.45,-1879.85,192.509,4.06935,300,5,0,787,0,1,0,0,0),(7987,19622,550,1,1,0,0,795.408,-1.60475,48.8118,3.14159,604800,0,0,3183600,0,0,0,0,0),(34727,3818,1,1,1,1992,0,3050.38,-1652.85,180.451,2.03444,300,5,0,787,0,1,0,0,0),(34726,3818,1,1,1,1992,0,2866.41,-1797.39,194.793,3.46983,300,5,0,787,0,1,0,0,0),(34725,3818,1,1,1,1992,0,3028.67,-1848.8,172.034,0.569577,300,10,0,787,0,1,0,0,0),(34724,3818,1,1,1,1992,0,2990.92,-1723.6,178.801,0.975752,300,5,0,787,0,1,0,0,0),(34723,3818,1,1,1,1992,0,2885.58,-1839.59,181.655,4.71727,300,5,0,787,0,1,0,0,0),(34722,3818,1,1,1,1992,0,3049.94,-1816.91,170.055,4.38199,300,10,0,787,0,1,0,0,0),(34721,3818,1,1,1,1992,0,2980.47,-1873.33,169.436,3.26885,300,10,0,787,0,1,0,0,0),(34720,3818,1,1,1,1992,0,2846.89,-1888.19,176.061,1.01613,300,5,0,787,0,1,0,0,0),(34719,3818,1,1,1,1992,0,2714.47,-2014.85,161.017,0.951032,300,5,0,787,0,1,0,0,0),(34718,3818,1,1,1,1992,0,2953.07,-1926.63,167.924,2.62027,300,10,0,787,0,1,0,0,0),(34717,3818,1,1,1,1992,0,1983.35,-2217.11,102.173,2.67807,300,5,0,787,0,1,0,0,0),(34716,3818,1,1,1,1992,0,2097.92,-2218.75,144.22,0.58018,300,5,0,787,0,1,0,0,0),(34715,3818,1,1,1,1992,0,2014.51,-2291.66,105.225,4.7642,300,5,0,787,0,1,0,0,0),(31419,4323,1,1,1,715,0,-4870.57,-3220.6,40.2056,3.25699,360,10,0,1751,0,1,0,0,0),(31418,4324,1,1,1,397,0,-4804.25,-3221.79,36.6911,5.49779,360,10,0,1416,1236,1,0,0,0),(31417,4323,1,1,1,715,0,-4884.43,-3245.58,43.4833,4.75298,360,10,0,1751,0,1,0,0,0),(31416,4343,1,1,1,814,0,-3189,-3089.34,32.5561,3.74912,360,10,0,1536,0,1,0,0,0),(31415,4324,1,1,1,397,0,-4793.47,-3190.2,34.918,3.62545,360,10,0,1416,1236,1,0,0,0),(8025,1412,530,1,1,0,0,1595.84,6819.39,129.651,4.15203,300,10,0,8,0,1,0,0,0),(8026,1412,530,1,1,0,0,1704.17,6855.21,139.924,5.96118,300,10,0,8,0,1,0,0,0),(8027,1412,530,1,1,0,0,1777.41,6915.38,142.837,2.88829,300,10,0,8,0,1,0,0,0),(8028,1412,530,1,1,0,0,1866.64,6864.19,143.922,0.735526,300,10,0,8,0,1,0,0,0),(8029,1412,530,1,1,0,0,1866.15,6782.81,142.431,0.135093,300,10,0,8,0,1,0,0,0),(8030,1412,530,1,1,0,0,-1265.51,6303.14,48.9251,2.90278,300,10,0,8,0,1,0,0,0),(8031,1412,530,1,1,0,0,-1372.01,6268.69,51.018,3.68973,300,10,0,8,0,1,0,0,0),(8032,1412,530,1,1,0,0,-1301.44,6207.48,64.1461,2.40053,300,10,0,8,0,1,0,0,0),(8033,1412,530,1,1,0,0,-2608.69,3258.85,4.74443,6.2744,300,10,0,8,0,1,0,0,0),(8034,1412,530,1,1,0,0,-2219.03,3326.74,-22.1787,1.64315,300,10,0,8,0,1,0,0,0),(8035,1412,530,1,1,0,0,-2459.27,3322.35,-9.91325,3.82313,300,10,0,8,0,1,0,0,0),(8036,1412,530,1,1,0,0,-2506.32,3392.91,-9.12335,4.48692,300,10,0,8,0,1,0,0,0),(8037,1412,530,1,1,0,0,-2567.61,3802.25,7.32123,2.44535,300,10,0,8,0,1,0,0,0),(8038,1412,530,1,1,0,0,-3022.69,4102.69,4.57795,0.502929,300,10,0,8,0,1,0,0,0),(8039,1412,530,1,1,0,0,-2206.75,3600.64,-32.501,4.2661,300,10,0,8,0,1,0,0,0),(8040,1412,530,1,1,0,0,-1993.49,3719.91,-36.5328,3.22084,300,10,0,8,0,1,0,0,0),(8041,1412,530,1,1,0,0,-3569.06,6116.26,-4.84186,0.725994,300,10,0,8,0,1,0,0,0),(8042,1412,530,1,1,0,0,-3812.37,6093.07,-9.34656,4.92894,300,10,0,8,0,1,0,0,0),(8043,1412,530,1,1,0,0,-3449.07,5906.11,-32.3002,2.40805,300,10,0,8,0,1,0,0,0),(8044,1412,530,1,1,0,0,-3951.86,4351.55,-15.7139,3.29128,300,10,0,8,0,1,0,0,0),(8045,1412,530,1,1,0,0,-3822.32,4199.01,0.92301,2.91318,300,10,0,8,0,1,0,0,0),(8046,1412,530,1,1,0,0,-2269.55,5221.4,-6.12744,3.49772,300,10,0,8,0,1,0,0,0),(8047,1412,530,1,1,0,0,-2226.14,4789.71,1.08914,0.759214,300,10,0,8,0,1,0,0,0),(8048,1412,530,1,1,0,0,-2074.16,4696.68,-8.55786,3.93872,300,10,0,8,0,1,0,0,0),(8049,1412,530,1,1,0,0,-1957.44,4893.75,9.1891,5.68867,300,10,0,8,0,1,0,0,0),(8050,1412,530,1,1,0,0,-1980.93,4396.35,3.16713,3.14159,300,10,0,8,0,1,0,0,0),(8051,1412,530,1,1,0,0,-1840.45,4511.68,5.76533,4.70458,300,10,0,8,0,1,0,0,0),(8052,1412,530,1,1,0,0,-1455,4592.89,34.7405,1.50165,300,10,0,8,0,1,0,0,0),(8053,1412,530,1,1,0,0,-4169.6,3372.46,272.262,1.29598,300,10,0,8,0,1,0,0,0),(8054,1412,530,1,1,0,0,-1735.02,6391.93,41.8543,3.58683,300,10,0,8,0,1,0,0,0),(8055,1412,530,1,1,0,0,-1701.8,6247.21,65.8845,5.88358,300,10,0,8,0,1,0,0,0),(8056,1412,530,1,1,0,0,-1631.26,6300.3,54.598,6.22064,300,10,0,8,0,1,0,0,0),(8057,1412,530,1,1,0,0,-1370.67,6268.71,50.9894,5.87149,300,10,0,8,0,1,0,0,0),(8058,1412,530,1,1,0,0,-1300.52,6204.17,64.7711,5.49776,300,10,0,8,0,1,0,0,0),(8059,1412,530,1,1,0,0,-1260.62,6302.14,50.8596,5.98986,300,10,0,8,0,1,0,0,0),(8060,1412,530,1,1,0,0,-1511.85,6422.13,27.4804,0.548999,300,10,0,8,0,1,0,0,0),(8061,1412,530,1,1,0,0,-1537.37,6432.98,29.4204,0.719749,300,10,0,8,0,1,0,0,0),(8062,1412,530,1,1,0,0,-1795.31,6458.92,39.3701,4.30237,300,10,0,8,0,1,0,0,0),(8063,1412,530,1,1,0,0,-1826.45,6565.32,7.26111,4.77307,300,10,0,8,0,1,0,0,0),(8064,1412,530,1,1,0,0,-1994.47,6419.9,31.4723,1.61669,300,10,0,8,0,1,0,0,0),(8065,1412,530,1,1,0,0,-2155.93,6469.5,13.0138,4.23241,300,10,0,8,0,1,0,0,0),(8066,1412,530,1,1,0,0,-2143.08,6186.45,84.604,5.85037,300,10,0,8,0,1,0,0,0),(8067,1412,530,1,1,0,0,-2361.07,6304.36,29.1818,4.01508,300,10,0,8,0,1,0,0,0),(8068,1412,530,1,1,0,0,-2626.82,6071.42,43.2436,5.15496,300,10,0,8,0,1,0,0,0),(8069,1412,530,1,1,0,0,-2687.42,6487.09,34.3368,1.21568,300,10,0,8,0,1,0,0,0),(8070,1412,530,1,1,0,0,-2546.39,6511.16,13.5664,3.07418,300,10,0,8,0,1,0,0,0),(8071,1412,530,1,1,0,0,-2398.7,6672.97,1.74355,4.40269,300,10,0,8,0,1,0,0,0),(8072,1412,530,1,1,0,0,-2534.82,6985.24,-1.37511,2.24262,300,10,0,8,0,1,0,0,0),(8073,1412,530,1,1,0,0,-2649.74,6991.56,-3.25423,2.02943,300,10,0,8,0,1,0,0,0),(8074,1412,530,1,1,0,0,-2645.08,7568.46,16.8197,5.72136,300,10,0,8,0,1,0,0,0),(8075,1412,530,1,1,0,0,-2875.82,7400.86,18.4026,1.16579,300,10,0,8,0,1,0,0,0),(8076,1412,530,1,1,0,0,-2984.65,7429.5,6.68874,2.191,300,10,0,8,0,1,0,0,0),(8077,1412,530,1,1,0,0,-2875.75,7271.37,6.73507,5.91482,300,10,0,8,0,1,0,0,0),(8078,1412,530,1,1,0,0,-2949.92,7231.5,-0.063053,1.67144,300,10,0,8,0,1,0,0,0),(8079,1412,530,1,1,0,0,-2133.87,8507.6,14.5972,3.98869,300,10,0,8,0,1,0,0,0),(8080,1412,530,1,1,0,0,-2167.84,8594.98,10.763,2.92314,300,10,0,8,0,1,0,0,0),(8081,1412,530,1,1,0,0,-2279.02,8736.27,-2.43263,5.59426,300,10,0,8,0,1,0,0,0),(8082,1412,530,1,1,0,0,-1959.58,8683.72,22.534,1.10841,300,10,0,8,0,1,0,0,0),(8083,1412,530,1,1,0,0,-1440.18,8576.49,14.1348,1.65687,300,10,0,8,0,1,0,0,0),(8084,1412,530,1,1,0,0,-2046.84,8402.72,20.1923,6.21677,300,10,0,8,0,1,0,0,0),(8085,1412,530,1,1,0,0,-1922.16,8225.52,4.66955,0,300,10,0,8,0,1,0,0,0),(8086,1412,530,1,1,0,0,-2012.72,8070.9,-14.2779,1.59458,300,10,0,8,0,1,0,0,0),(8087,1412,530,1,1,0,0,-2031.9,8018.93,-13.7249,1.99676,300,10,0,8,0,1,0,0,0),(8088,1412,530,1,1,0,0,-1847.92,7947.92,-61.2156,2.9929,300,10,0,8,0,1,0,0,0),(8089,1412,530,1,1,0,0,-1936.06,7872.66,-34.5288,5.83352,300,10,0,8,0,1,0,0,0),(8090,1412,530,1,1,0,0,-2098.64,7722.83,-49.4824,1.10905,300,10,0,8,0,1,0,0,0),(8091,1412,530,1,1,0,0,-2123.4,7629.69,-32.9762,5.05824,300,10,0,8,0,1,0,0,0),(8092,1412,530,1,1,0,0,-1901.66,7410.08,-19.3318,1.65547,300,10,0,8,0,1,0,0,0),(8093,1412,530,1,1,0,0,-2171.35,7380.73,-31.0064,4.71177,300,10,0,8,0,1,0,0,0),(8094,1412,530,1,1,0,0,-2335.12,7562.1,-13.7505,6.23199,300,10,0,8,0,1,0,0,0),(8095,1412,530,1,1,0,0,-2464.75,7524.86,-3.47008,0.826091,300,10,0,8,0,1,0,0,0),(8096,1412,530,1,1,0,0,-1841.75,7164.23,-79.1145,3.06931,300,10,0,8,0,1,0,0,0),(8097,1412,530,1,1,0,0,-2015.95,7118.77,4.25999,1.7404,300,10,0,8,0,1,0,0,0),(8098,1412,530,1,1,0,0,-2099.57,7032.84,-4.40733,2.89282,300,10,0,8,0,1,0,0,0),(8099,1412,530,1,1,0,0,-2331.37,6926.87,-4.65353,3.99466,300,10,0,8,0,1,0,0,0),(8100,1412,530,1,1,0,0,-2274.99,6996.66,4.79876,4.1378,300,10,0,8,0,1,0,0,0),(8101,1412,530,1,1,0,0,-1997.67,6736.43,1.05001,4.64661,300,10,0,8,0,1,0,0,0),(8102,1412,530,1,1,0,0,-1803.65,6799.48,-34.3791,5.17594,300,10,0,8,0,1,0,0,0),(8103,1412,530,1,1,0,0,-2147.91,6468.72,12.8888,6.11162,300,10,0,8,0,1,0,0,0),(8104,1412,530,1,1,0,0,-2363.76,6434.13,15.1174,0.197396,300,10,0,8,0,1,0,0,0),(8105,1412,530,1,1,0,0,-1338.67,6627.16,46.7917,1.44216,300,10,0,8,0,1,0,0,0),(8106,1412,530,1,1,0,0,-1358.39,6710.03,38.4539,3.36348,300,10,0,8,0,1,0,0,0),(8107,1412,530,1,1,0,0,-1432.42,6995.81,12.686,2.56758,300,10,0,8,0,1,0,0,0),(8108,1412,530,1,1,0,0,-1698.34,7022.28,-0.449892,5.65034,300,10,0,8,0,1,0,0,0),(8109,1412,530,1,1,0,0,-1318.31,7574.67,6.42634,3.73774,300,10,0,8,0,1,0,0,0),(8110,1412,530,1,1,0,0,-1292.35,7784.32,-16.0662,1.73591,300,10,0,8,0,1,0,0,0),(8111,1412,530,1,1,0,0,-995.048,8028.76,21.7072,0.626169,300,10,0,8,0,1,0,0,0),(8112,1412,530,1,1,0,0,-1117.48,7964.96,15.6979,0.30705,300,10,0,8,0,1,0,0,0),(8113,1412,530,1,1,0,0,-1068.89,8287.88,21.5855,1.42719,300,10,0,8,0,1,0,0,0),(8114,1412,530,1,1,0,0,-1128.83,8139.82,2.24707,1.68796,300,10,0,8,0,1,0,0,0),(8115,1412,530,1,1,0,0,-1197.57,8236.92,6.41387,4.90434,300,10,0,8,0,1,0,0,0),(8116,1412,530,1,1,0,0,-1262.81,8227.34,1.58143,6.05572,300,10,0,8,0,1,0,0,0),(8117,1412,530,1,1,0,0,-1445.38,8204.72,-10.7201,4.33674,300,10,0,8,0,1,0,0,0),(8118,1412,530,1,1,0,0,-1363.24,8345.4,-0.313003,1.22255,300,10,0,8,0,1,0,0,0),(8119,1412,530,1,1,0,0,-1290.83,8316.72,0.10072,5.36522,300,10,0,8,0,1,0,0,0),(8120,1412,530,1,1,0,0,-801.562,8451.04,34.1089,5.03416,300,10,0,8,0,1,0,0,0),(8121,1412,530,1,1,0,0,-706.253,8189.68,52.5103,2.47242,300,10,0,8,0,1,0,0,0),(8122,1412,530,1,1,0,0,-877.018,8152.3,21.8626,6.00291,300,10,0,8,0,1,0,0,0),(8123,1412,530,1,1,0,0,-905.765,7935.47,34.0452,1.44589,300,10,0,8,0,1,0,0,0),(8124,1412,530,1,1,0,0,-984.385,7787.44,24.6695,5.55013,300,10,0,8,0,1,0,0,0),(8125,1412,530,1,1,0,0,-1004.9,7658.24,32.7218,4.13284,300,10,0,8,0,1,0,0,0),(8126,1412,530,1,1,0,0,-815.57,7392.95,42.5375,5.18588,300,10,0,8,0,1,0,0,0),(8127,1412,530,1,1,0,0,-729.779,7230.83,44.5632,3.06585,300,10,0,8,0,1,0,0,0),(8128,1412,530,1,1,0,0,-717.119,8519.22,47.371,2.00056,300,10,0,8,0,1,0,0,0),(8129,1412,530,1,1,0,0,-1121.57,8646.69,43.8191,1.56607,300,10,0,8,0,1,0,0,0),(8130,1412,530,1,1,0,0,-1126.86,8727.29,41.5641,3.13381,300,10,0,8,0,1,0,0,0),(8131,1412,530,1,1,0,0,-1179.22,8652.82,34.1256,4.97324,300,10,0,8,0,1,0,0,0),(8132,1412,530,1,1,0,0,-1327.69,8428.75,4.88108,0.869821,300,10,0,8,0,1,0,0,0),(8133,1412,530,1,1,0,0,-1076.87,8531.67,40.1935,5.04778,300,10,0,8,0,1,0,0,0),(8134,1412,530,1,1,0,0,-1021.59,8433.07,34.2836,4.51201,300,10,0,8,0,1,0,0,0),(8135,1412,530,1,1,0,0,-887.488,8517.88,47.0671,4.21807,300,10,0,8,0,1,0,0,0),(8136,1412,530,1,1,0,0,-1259.51,8691.14,29.9992,2.35863,300,10,0,8,0,1,0,0,0),(8137,1412,530,1,1,0,0,-1420.97,8663.87,21.085,4.84365,300,10,0,8,0,1,0,0,0),(8138,1412,530,1,1,0,0,-1332.67,8756.86,34.5502,4.42738,300,10,0,8,0,1,0,0,0),(8139,1412,530,1,1,0,0,-1394.48,8814.47,31.6455,4.51641,300,10,0,8,0,1,0,0,0),(8140,1412,530,1,1,0,0,-1739.72,8975.13,54.3098,3.15941,300,10,0,8,0,1,0,0,0),(8141,1412,530,1,1,0,0,-1879.19,8811.35,30.1323,3.64281,300,10,0,8,0,1,0,0,0),(8142,1412,530,1,1,0,0,-1958.68,8806.73,22.6082,2.60268,300,10,0,8,0,1,0,0,0),(8143,1412,530,1,1,0,0,-2023.83,8911.35,34.2775,2.98928,300,10,0,8,0,1,0,0,0),(8144,1412,530,1,1,0,0,-2103.56,8854.62,24.6233,0.58631,300,10,0,8,0,1,0,0,0),(8145,1412,530,1,1,0,0,-2105.73,8904.69,27.0793,0.366985,300,10,0,8,0,1,0,0,0),(8146,1412,530,1,1,0,0,-4466.41,-11567.3,13.3558,5.58932,300,10,0,8,0,1,0,0,0),(8147,1412,530,1,1,0,0,-4786.42,-11723,20.8626,3.09852,300,10,0,8,0,1,0,0,0),(8148,1412,530,1,1,0,0,-4745.74,-12185.6,18.5034,5.9609,300,10,0,8,0,1,0,0,0),(8149,1412,530,1,1,0,0,-4411.78,-13744.6,52.8105,5.98622,300,10,0,8,0,1,0,0,0),(8150,1412,530,1,1,0,0,-4460,-14018.5,141.175,1.79116,300,10,0,8,0,1,0,0,0),(8151,1412,530,1,1,0,0,-4039.72,-13519.5,54.3919,0.817199,300,10,0,8,0,1,0,0,0),(8152,1412,530,1,1,0,0,-3473.76,-12840.8,9.2282,0.826811,300,10,0,8,0,1,0,0,0),(8153,1412,530,1,1,0,0,-3184.89,-12849.2,11.3437,5.52935,300,10,0,8,0,1,0,0,0),(8154,1412,530,1,1,0,0,-3014.77,-12390.6,17.9452,2.49082,300,10,0,8,0,1,0,0,0),(8155,1412,530,1,1,0,0,-3118.37,-12114.3,14.0244,2.28853,300,10,0,8,0,1,0,0,0),(8156,1412,530,1,1,0,0,-3616.91,-11913.5,9.3885,2.85785,300,10,0,8,0,1,0,0,0),(8157,1412,530,1,1,0,0,-3864.28,-12186.1,6.45741,0.70458,300,10,0,8,0,1,0,0,0),(8158,1412,530,1,1,0,0,-3732.52,-12441.1,1.9525,4.33637,300,10,0,8,0,1,0,0,0),(8159,1412,530,1,1,0,0,-3381.21,-12501.9,48.9607,4.95699,300,10,0,8,0,1,0,0,0),(8160,1412,530,1,1,0,0,-3790.05,-11867.1,5.05413,2.48363,300,10,0,8,0,1,0,0,0),(8161,1412,530,1,1,0,0,-3879.92,-12194.1,4.09609,0.552806,300,10,0,8,0,1,0,0,0),(8162,1412,530,1,1,0,0,-3790.39,-12559.1,4.14066,2.33261,300,10,0,8,0,1,0,0,0),(8163,1412,530,1,1,0,0,-4493.99,-11561.8,16.2664,6.22845,300,10,0,8,0,1,0,0,0),(8164,1412,530,1,1,0,0,-4682.39,-12181.9,27.4582,0.322886,300,10,0,8,0,1,0,0,0),(8165,1412,530,1,1,0,0,-4530.37,-12714.5,11.4598,5.67781,300,10,0,8,0,1,0,0,0),(1593,940,0,1,1,4436,1,-11569.3,-579.572,29.101,4.01426,300,0,0,977,935,0,0,0,0),(1592,940,0,1,1,4436,1,-11585.4,-615.933,28.4113,2.77985,300,0,0,977,935,0,0,0,0),(8169,1416,0,1,1,0,1,-8387,685.202,95.356,2.286,430,0,0,2769,0,0,0,0,0),(11373,2560,0,1,1,180,0,-1690.04,-2213.45,31.3651,6.0946,400,5,0,1221,0,1,0,0,0),(11372,2563,0,1,1,1103,0,-1350.4,-1517.32,50.9121,0.977058,400,10,0,1163,0,1,0,0,0),(11371,2563,0,1,1,1103,0,-1221.58,-1487.17,55.908,3.79526,400,10,0,1163,0,1,0,0,0),(11370,2559,0,1,1,11316,0,-1317.8,-2641.54,64.7662,1.27129,400,5,0,1050,0,1,0,0,0),(11369,2580,0,1,1,388,0,-1737.09,-1457.88,73.2122,2.99473,400,3,0,1536,0,1,0,0,0),(11368,2580,0,1,1,388,0,-1807.2,-1415.97,50.8887,4.40496,400,3,0,1536,0,1,0,0,0),(11367,2580,0,1,1,388,0,-1681.98,-1442.02,46.2105,1.59695,400,3,0,1536,0,1,0,0,0),(11366,2560,0,1,1,180,0,-1245.59,-1533.79,53.98,2.04191,400,10,0,1221,0,1,0,0,0),(11365,2563,0,1,1,1103,0,-1609.58,-2399.95,96.1429,3.76048,400,3,0,1163,0,1,0,0,0),(11364,2579,0,1,1,1105,0,-866.089,-2278.18,55.0666,0.740039,400,5,0,1279,0,1,0,0,0),(11363,2579,0,1,1,1105,0,-773.951,-2224.1,53.7886,3.9684,400,10,0,1279,0,1,0,0,0),(11362,10696,0,1,1,4138,1,-1242.59,-2441.54,52.4055,2.8416,400,5,0,3170,0,1,0,0,0),(11361,2559,0,1,1,11316,0,-1618.25,-2306.34,66.8418,1.65516,400,3,0,1050,0,1,0,0,0),(11360,2563,0,1,1,1103,0,-1634.47,-2345.83,76.7967,2.76109,400,3,0,1163,0,1,0,0,0),(11359,2560,0,1,1,180,0,-1785.97,-2296.56,37.2855,1.42973,400,5,0,1221,0,1,0,0,0),(11358,2563,0,1,1,1103,0,-1689.33,-2491.86,60.0257,5.41338,400,10,0,1163,0,1,0,0,0),(11357,2582,0,1,1,3959,1,-1107.21,-2875,42.2912,4.24754,400,5,0,1050,0,1,0,0,0),(11356,2582,0,1,1,3958,1,-1092.79,-2873.11,42.3166,2.9337,400,5,0,1050,0,1,0,0,0),(11355,2582,0,1,1,3959,1,-1074.43,-2848.4,42.442,1.84148,400,5,0,1050,0,1,0,0,0),(11354,10696,0,1,1,4138,1,-1376.38,-2477.35,59.5168,3.64016,400,0,0,3170,0,2,0,0,0),(11353,2620,0,1,1,1072,0,-1389.69,-2526.83,71.4941,1.06961,400,10,0,8,0,1,0,0,0),(11352,2582,0,1,1,3959,1,-1056.62,-2828.12,47.3186,4.47016,400,0,0,1050,0,0,0,0,0),(11351,2560,0,1,1,180,0,-1418.98,-1653.45,42.5243,3.71979,400,10,0,1221,0,1,0,0,0),(11350,2565,0,1,1,1104,0,-1753.47,-2914.13,41.2831,1.67652,400,10,0,1403,0,1,0,0,0),(11349,2563,0,1,1,1103,0,-1347.3,-3077.96,37.5012,4.49775,400,5,0,1163,0,1,0,0,0),(11348,2768,0,1,1,4049,1,-2066.46,-2085.97,9.08255,0.096521,400,0,0,1604,0,0,0,0,0),(11347,2621,0,1,1,4034,1,-1038.97,-3554.21,55.8738,2.79253,400,0,0,2769,0,0,0,0,0),(11346,2621,0,1,1,4034,1,-1050.32,-3542.67,55.7488,3.26377,400,0,0,2769,0,0,0,0,0),(11345,2580,0,1,1,388,0,-1763.1,-1852.77,44.8928,5.25614,400,3,0,1536,0,1,0,0,0),(11344,2563,0,1,1,1103,0,-1406.86,-1615.86,37.7718,0.082168,400,10,0,1163,0,1,0,0,0),(11342,2560,0,1,1,180,0,-1319.24,-1645.75,55.8013,0.5197,400,10,0,1221,0,1,0,0,0),(11341,2559,0,1,1,11316,0,-640.131,-1956.13,57.163,0.960898,400,10,0,1050,0,1,0,0,0),(11339,2563,0,1,1,1103,0,-633.879,-1884.02,55.3314,0.097727,400,10,0,1163,0,1,0,0,0),(11338,2559,0,1,1,11316,0,-547.7,-1885.31,56.0776,6.25585,400,10,0,1050,0,1,0,0,0),(11337,2559,0,1,1,11316,0,-630.746,-1846.19,54.8203,0.40171,400,10,0,1050,0,1,0,0,0),(11336,2582,0,1,1,3959,1,-1091.67,-2919.68,42.8171,2.85417,400,3,0,1050,0,1,0,0,0),(11335,2582,0,1,1,3958,1,-1084.82,-2928.57,42.8404,0.840643,400,3,0,1050,0,1,0,0,0),(11334,2582,0,1,1,3959,1,-1083.2,-2922.52,42.7983,4.53593,400,3,0,1050,0,1,0,0,0),(11333,2563,0,1,1,1103,0,-1388.37,-1516.62,50.9029,2.71835,400,10,0,1163,0,1,0,0,0),(11332,2595,0,1,1,11254,1,-2301.5,-1694.31,-65.3201,1.44177,400,5,0,1604,0,1,0,0,0),(11331,2595,0,1,1,11254,1,-2215.47,-1680.55,-55.3374,5.04162,400,5,0,1604,0,1,0,0,0),(11330,2595,0,1,1,11254,1,-2156.49,-1629.91,-30.1165,1.25826,400,5,0,1604,0,1,0,0,0),(11329,4075,0,1,1,1141,0,-1640.43,-1852.88,80.5411,4.26979,400,5,0,8,0,1,0,0,0),(11328,2595,0,1,1,11254,1,-2178.85,-1781.72,-57.4926,5.92807,400,3,0,1604,0,1,0,0,0),(11327,2565,0,1,1,1104,0,-893.847,-2318.52,51.7748,1.51216,400,5,0,1403,0,1,0,0,0),(11326,2595,0,1,1,11254,1,-2231.71,-1784.73,-60.8044,3.2196,400,10,0,1604,0,1,0,0,0),(11325,2565,0,1,1,1104,0,-968.832,-2512.11,60.1541,2.99666,400,5,0,1403,0,1,0,0,0),(11324,2620,0,1,1,1072,0,-1027.37,-2208.04,61.062,5.32843,400,10,0,8,0,1,0,0,0),(11323,2582,0,1,1,3959,1,-1067.54,-2853.91,42.567,4.80659,400,5,0,1050,0,1,0,0,0),(11322,2563,0,1,1,1103,0,-1179.54,-1565.45,58.176,1.41206,400,5,0,1163,0,1,0,0,0),(11321,2565,0,1,1,1104,0,-1713.24,-2938.35,36.9996,1.48418,400,10,0,1403,0,1,0,0,0),(11320,2563,0,1,1,1103,0,-855.281,-3128.7,81.7694,1.24287,400,5,0,1163,0,1,0,0,0),(11319,2565,0,1,1,1104,0,-909.675,-2396.05,52.7533,0.514304,400,5,0,1403,0,1,0,0,0),(11318,2565,0,1,1,1104,0,-799.795,-2280.42,53.9854,3.37615,400,5,0,1403,0,1,0,0,0),(11317,2563,0,1,1,1103,0,-1291.45,-1723.82,61.1729,2.84209,400,10,0,1163,0,1,0,0,0),(11316,2560,0,1,1,180,0,-1277.7,-1659.69,55.4869,2.72949,400,5,0,1221,0,1,0,0,0),(11315,7869,0,1,1,6918,1,-1215.47,-1884.28,87.6176,0.15708,400,0,0,2769,0,0,0,0,0),(11314,2560,0,1,1,180,0,-1302.79,-1552.75,52.6917,3.20608,400,5,0,1221,0,1,0,0,0),(11313,2560,0,1,1,180,0,-1290.26,-1590.21,53.7461,1.22605,400,10,0,1221,0,1,0,0,0),(11312,2578,0,1,1,10824,0,-1262.51,-1592.76,50.5526,5.78368,400,10,0,1107,0,1,0,0,0),(11311,2610,0,1,1,11358,1,-2086.35,-2028.79,3.18854,2.67035,400,0,0,1753,0,0,0,0,0),(11310,2560,0,1,1,180,0,-1692.96,-2276.93,36.4169,0.293328,400,10,0,1221,0,1,0,0,0),(11309,2560,0,1,1,180,0,-1688.41,-2343.53,30.3985,4.37688,400,10,0,1221,0,1,0,0,0),(11308,2565,0,1,1,1104,0,-742.028,-2247.93,64.1072,5.77495,400,5,0,1403,0,1,0,0,0),(11307,2563,0,1,1,1103,0,-1595.09,-2044.76,35.2811,5.27657,400,5,0,1163,0,1,0,0,0),(11306,2563,0,1,1,1103,0,-1642.03,-2256.39,31.5439,5.01376,400,5,0,1163,0,1,0,0,0),(11305,2560,0,1,1,180,0,-1277.85,-1616.64,49.3771,3.52746,400,5,0,1221,0,1,0,0,0),(11304,2560,0,1,1,180,0,-1698.15,-1993.05,47.9,1.60789,400,5,0,1221,0,1,0,0,0),(11303,2578,0,1,1,10824,0,-1179.82,-1511.35,53.3462,3.72296,400,5,0,1107,0,1,0,0,0),(11302,4075,0,1,1,2176,0,-1688.74,-1840.24,81.5915,3.71471,400,5,0,8,0,1,0,0,0),(11301,2696,0,1,1,1668,1,-2356.74,-2423.36,74.8731,5.79449,400,0,0,1003,0,0,0,0,0),(11300,2703,0,1,1,4013,1,-948.284,-3523.49,71.0174,3.05433,400,0,0,1753,0,0,0,0,0),(11299,9976,0,1,1,9250,1,-928.382,-3528.02,71.0294,3.21141,400,0,0,1003,0,0,0,0,0),(11298,2771,0,1,1,4045,1,-947.488,-3539.4,71.0106,0.453786,400,0,0,1003,0,0,0,0,0),(11297,2621,0,1,1,4035,1,-1007.7,-3504.07,61.3551,5.68977,400,0,0,2769,0,0,0,0,0),(11296,2772,0,1,1,4046,1,-926.977,-3532.09,71.0668,2.9147,400,0,0,1342,0,0,0,0,0),(11295,2621,0,1,1,4035,1,-1011.16,-3573.5,56.6392,1.75367,400,0,0,2769,0,0,0,0,0),(11294,6574,0,1,1,5367,1,-1008.15,-3483.49,62.7655,3.56047,400,0,0,1107,0,0,0,0,0),(11293,2621,0,1,1,4034,1,-1031.18,-3545.43,56.1831,2.76474,400,0,0,2769,0,0,0,0,0),(11292,2787,0,1,1,4463,1,-988.722,-3550.14,56.7753,2.33874,400,0,0,4120,0,0,0,0,0),(1591,940,0,1,1,4436,1,-11574.3,-579.587,33.8695,5.67232,300,0,0,977,935,0,0,0,0),(1590,937,0,1,1,4443,1,-11575.1,-567.464,29.5826,5.68977,300,0,0,1163,0,0,0,0,0),(1589,940,0,1,1,4436,1,-11574.3,-568.077,33.8674,5.55015,300,0,0,977,935,0,0,0,0),(1588,940,0,1,1,4436,1,-11585.3,-579.661,29.101,5.5676,300,0,0,977,935,0,0,0,0),(1587,937,0,1,1,4443,1,-11581.9,-581.516,28.9177,0.666713,300,0,0,1163,0,0,0,0,0),(1586,940,0,1,1,4436,1,-11590.8,-619.667,28.4113,3.47321,300,0,0,977,935,0,0,0,0),(1585,940,0,1,1,4436,1,-11569,-584.142,28.9177,5.56764,300,0,0,977,935,0,0,0,0),(1584,937,0,1,1,4443,1,-11594.1,-619.222,28.4113,0.178589,300,0,0,1163,0,0,0,0,0),(1583,691,0,1,1,5561,0,-12138.8,944.342,3.32536,0.497094,300,5,0,1469,0,1,0,0,0),(34714,3818,1,1,1,1992,0,2175.62,-2163.92,118.569,1.32286,300,5,0,787,0,1,0,0,0),(11291,2706,0,1,1,4047,1,-1004.31,-3556.5,57.2718,2.89725,400,0,0,1753,0,0,0,0,0),(11290,2620,0,1,1,1072,0,-1699.71,-2940.49,35.7932,1.18593,400,10,0,8,0,1,0,0,0),(11289,4075,0,1,1,1418,0,-1710.38,-1915.79,88.4788,1.84387,400,0,0,8,0,0,0,0,0),(11288,2579,0,1,1,1105,0,-1617.95,-2094.02,32.9845,5.32583,400,10,0,1279,0,1,0,0,0),(11287,2555,0,1,1,3996,1,-1852.68,-3196.91,49.9101,1.66075,400,3,0,1021,963,1,0,0,0),(11286,2620,0,1,1,1072,0,-749.787,-2221.51,57.1944,4.48957,400,10,0,8,0,1,0,0,0),(11285,2565,0,1,1,1104,0,-722.906,-2209.91,58.2049,5.68814,400,5,0,1403,0,1,0,0,0),(11284,2565,0,1,1,1104,0,-841.208,-2403,64.7188,1.63334,400,5,0,1403,0,1,0,0,0),(11283,4075,0,1,1,1418,0,-1645.91,-1780.95,80.2928,5.55683,400,10,0,8,0,1,0,0,0),(11282,2619,0,1,1,4032,1,-1591.37,-3185.25,24.8968,2.32439,400,5,0,1279,0,1,0,0,0),(11281,10696,0,1,1,4137,1,-1291.37,-2422.09,63.2107,0.221263,400,5,0,3170,0,1,0,0,0),(11280,2563,0,1,1,1103,0,-1835.57,-2297.17,48.2659,2.33962,400,5,0,1163,0,1,0,0,0),(11279,2620,0,1,1,1072,0,-1996.84,-2607.68,77.4941,1.29974,400,10,0,8,0,1,0,0,0),(11278,2563,0,1,1,1103,0,-1443.15,-1672.94,44.5214,0.623904,400,10,0,1163,0,1,0,0,0),(11277,2563,0,1,1,1103,0,-1346.15,-1582.06,45.9623,1.69214,400,10,0,1163,0,1,0,0,0),(11276,2563,0,1,1,1103,0,-1690.42,-2089.47,42.2187,3.69709,400,10,0,1163,0,1,0,0,0),(11275,2563,0,1,1,1103,0,-1721.65,-2124.73,43.6073,2.51136,400,10,0,1163,0,1,0,0,0),(11274,10696,0,1,1,4137,1,-1173.98,-2486.28,51.5804,0.85021,400,5,0,3170,0,1,0,0,0),(11273,9501,0,1,1,8634,1,-912.374,-3524.92,72.7679,3.14159,400,0,0,1003,0,0,0,0,0),(11272,2621,0,1,1,4034,1,-894.346,-3519.28,71.2814,1.5708,400,0,0,2769,0,0,0,0,0),(11271,19905,0,1,1,19242,1,-821.483,-3512.73,75.0858,3.7001,650,0,0,157200,0,0,0,0,0),(11270,15125,0,1,1,15279,1,-836.217,-3538.05,72.5592,3.01942,400,0,0,1003,0,0,0,0,0),(11268,2578,0,1,1,10824,0,-608.638,-1915.99,59.9733,6.16197,400,10,0,1107,0,1,0,0,0),(11269,2578,0,1,1,10824,0,-1603.17,-2428.98,84.4498,0.538711,400,5,0,1107,0,1,0,0,0),(17652,6033,0,1,1,7449,0,919.648,14.9025,23.5764,3.40339,275,0,0,328,0,0,0,0,0),(17651,6033,0,1,1,7449,0,871.062,856.756,13.3644,0,275,0,0,328,0,0,0,0,0),(17648,1420,0,1,1,901,0,1134.09,696.161,29.1998,1.9762,275,10,0,8,0,1,0,0,0),(17647,4609,0,1,1,2624,1,1400.66,384.563,-65.9556,5.32325,275,0,0,1342,0,0,0,0,0),(17646,3555,0,1,1,3537,1,534.024,1626.95,104.895,2.54818,275,0,0,449,0,0,0,0,0),(17645,9979,0,1,1,9251,1,513.679,1625.1,125.41,4.57276,275,0,0,1003,0,0,0,0,0),(17644,3554,0,1,1,3547,1,567.864,1568.51,132.864,1.55334,275,0,0,484,0,0,0,0,0),(17643,7489,0,1,1,10797,1,523.002,1508.68,136.789,5.60251,275,0,0,3048,0,0,0,0,0),(17642,3552,0,1,1,3544,1,571.536,1576.59,132.863,4.18879,275,0,0,417,0,0,0,0,0),(17641,7489,0,1,1,10797,1,594.88,1593.5,134.393,5.74213,275,0,0,3048,0,0,0,0,0),(17640,1768,0,1,1,346,1,1145.57,945.938,30.8203,3.49838,275,10,0,253,264,1,0,0,0),(17639,1909,0,1,1,757,1,1216.82,382.774,28.853,2.89632,275,0,0,377,408,0,0,0,0),(17638,1909,0,1,1,757,1,1178.13,621.382,22.6002,5.81305,275,5,0,377,408,1,0,0,0),(17637,3534,0,1,1,3552,1,-755.139,1497.2,17.0979,1.06465,275,0,0,449,0,0,0,0,0),(34713,3818,1,1,1,1992,0,2979.62,-1983.92,186.021,1.50826,300,5,0,787,0,1,0,0,0),(34712,3818,1,1,1,1992,0,3150.43,-1866.41,184.752,0.538861,300,5,0,787,0,1,0,0,0),(34711,3818,1,1,1,1992,0,3295.05,-1710.52,179.524,5.03047,300,5,0,787,0,1,0,0,0),(34710,3818,1,1,1,1992,0,3385.01,-1665.36,169.456,5.91259,300,5,0,787,0,1,0,0,0),(34709,3818,1,1,1,1992,0,3308.85,-1685.04,175.112,0.204479,300,15,0,787,0,1,0,0,0),(34708,3818,1,1,1,1992,0,3480.99,-1647.3,169.273,4.91285,300,5,0,787,0,1,0,0,0),(34707,3818,1,1,1,1992,0,3330.93,-1442.64,176.762,3.43277,300,5,0,787,0,1,0,0,0),(34706,3818,1,1,1,1992,0,3539.12,-1583.29,173.004,0.994995,300,5,0,787,0,1,0,0,0),(34705,3818,1,1,1,1992,0,3408.45,-1468.06,167.382,1.9083,300,5,0,787,0,1,0,0,0),(34704,3818,1,1,1,1992,0,3512.11,-1472.64,170.787,3.46425,300,5,0,787,0,1,0,0,0),(34703,3818,1,1,1,1992,0,3481.97,-1586.58,168.707,3.3501,300,15,0,787,0,1,0,0,0),(34702,3818,1,1,1,1992,0,3417.02,-1388.77,182.42,3.06304,300,10,0,787,0,1,0,0,0),(34701,3818,1,1,1,1992,0,3393.22,-1545.42,167.325,1.48042,300,5,0,787,0,1,0,0,0),(34700,3818,1,1,1,1992,0,3345.74,-1587.65,167.016,4.67642,300,15,0,787,0,1,0,0,0),(34699,3818,1,1,1,1992,0,3316.09,-1492.86,167.449,4.85772,300,5,0,787,0,1,0,0,0),(34698,3818,1,1,1,1992,0,3347.22,-1651.44,167.833,5.62581,300,15,0,787,0,1,0,0,0),(34697,3818,1,1,1,1992,0,2992.19,-1657.29,202.968,4.71239,300,5,0,787,0,1,0,0,0),(34696,3818,1,1,1,1992,0,2948.79,-1777.87,180.586,1.65578,300,5,0,787,0,1,0,0,0),(34695,3818,1,1,1,1992,0,3314.58,-1329.84,213.263,4.71239,300,5,0,787,0,1,0,0,0),(34694,3818,1,1,1,1992,0,3320.27,-1390.81,180.161,4.66253,300,5,0,787,0,1,0,0,0),(34693,3818,1,1,1,1992,0,2115.93,-2094.14,116.011,1.20608,300,5,0,787,0,1,0,0,0),(34692,3818,1,1,1,1992,0,2084.66,-2094.13,120.539,3.60524,300,5,0,787,0,1,0,0,0),(31414,4362,1,1,1,11293,1,-2602.87,-4056.6,7.92535,3.20345,360,5,0,1469,0,1,0,0,0),(31413,4323,1,1,1,715,0,-4714.27,-3187.09,34.2715,3.08252,360,10,0,1751,0,1,0,0,0),(31412,4359,1,1,1,652,1,-2577.34,-3985.35,7.80357,2.05949,360,0,0,1469,0,0,0,0,0),(31411,4362,1,1,1,11293,1,-2582.2,-3995.05,6.53696,3.10064,360,5,0,1469,0,1,0,0,0),(31410,4359,1,1,1,652,1,-2576.99,-3839.72,-1.82539,4.02537,360,5,0,1469,0,1,0,0,0),(31409,4323,1,1,1,715,0,-4714.54,-3327.67,39.1626,3.4235,360,10,0,1751,0,1,0,0,0),(31408,4362,1,1,1,11293,1,-2616.04,-3924.38,-1.22799,6.10522,360,5,0,1469,0,1,0,0,0),(31407,4359,1,1,1,652,1,-2576.02,-4079.61,6.10561,4.10326,360,5,0,1469,0,1,0,0,0),(31406,4334,1,1,1,8309,1,-4722.8,-3988.79,44.7208,4.20523,360,10,0,1522,1332,1,0,0,0),(31405,4397,1,1,1,7836,0,-2574.2,-4108.01,-2.03114,4.4694,360,10,0,1403,0,1,0,0,0),(31404,4397,1,1,1,7836,0,-2548.8,-4106.48,-1.64918,5.44903,360,10,0,1403,0,1,0,0,0),(31403,4324,1,1,1,397,0,-4985.04,-3377.86,52.3997,3.88282,360,10,0,1416,1236,1,0,0,0),(31402,4334,1,1,1,8309,1,-4682.92,-3941.23,42.0261,5.21995,360,5,0,1522,1332,1,0,0,0),(31401,4323,1,1,1,715,0,-4976.99,-3373.13,48.2968,3.91283,360,10,0,1751,0,1,0,0,0),(31400,4397,1,1,1,7836,0,-2685.88,-4136.03,1.91364,1.37225,360,10,0,1403,0,1,0,0,0),(34691,3817,1,1,1,1991,0,2447.45,-1546.35,137.242,2.50375,300,10,0,573,0,1,0,0,0),(31399,4397,1,1,1,7836,0,-2611.72,-4144.6,-3.58852,0.54595,360,10,0,1403,0,1,0,0,0),(31398,23554,1,1,1,10771,0,-2811.3,-3971.32,36.339,5.85403,360,10,0,1403,0,1,0,0,0),(31397,4334,1,1,1,8309,1,-4684.17,-3963.38,43.1996,0.829906,360,5,0,1522,1332,1,0,0,0),(31396,4328,1,1,1,8310,1,-4660.75,-3940.17,41.5275,3.88049,360,5,0,1471,1283,1,0,0,0),(31395,4323,1,1,1,715,0,-4592.32,-3867.79,32.2379,1.04754,360,10,0,1751,0,1,0,0,0),(31394,4345,1,1,1,807,0,-4556.72,-3822.39,29.0775,1.99092,360,10,0,1751,0,1,0,0,0),(31393,4328,1,1,1,8310,1,-4579.33,-3808.66,39.8213,1.7414,360,5,0,1471,1283,1,0,0,0),(31392,4397,1,1,1,7836,0,-2760.19,-4239.89,-3.52308,1.35642,360,10,0,1403,0,1,0,0,0),(31391,4328,1,1,1,8310,1,-4953.68,-3849.24,43.1393,2.99058,360,5,0,1471,1283,1,0,0,0),(31390,4328,1,1,1,8310,1,-4555.05,-3803.32,31.4525,0.093262,360,5,0,1471,1283,1,0,0,0),(31389,4324,1,1,1,397,0,-4952.55,-3886.48,44.5022,4.23128,360,10,0,1416,1236,1,0,0,0),(31388,4397,1,1,1,7836,0,-2826,-4203.78,3.74611,2.05191,360,10,0,1403,0,1,0,0,0),(31387,4328,1,1,1,8310,1,-4587.14,-3774.38,38.2761,3.61297,360,5,0,1471,1283,1,0,0,0),(31386,4324,1,1,1,397,0,-4977.8,-3863.47,58.5767,2.56063,360,10,0,1416,1236,1,0,0,0),(31385,4328,1,1,1,8310,1,-4556.87,-3775.9,35.9184,0.903971,360,5,0,1471,1283,1,0,0,0),(31384,4324,1,1,1,397,0,-4518.93,-3673.98,39.1283,5.6603,360,10,0,1416,1236,1,0,0,0),(31383,23979,1,1,1,21950,0,-2957.55,-3828.82,37.5224,4.41369,360,10,0,13,0,1,0,0,0),(31382,4323,1,1,1,715,0,-4628.74,-3655.44,40.4102,4.59699,360,10,0,1751,0,1,0,0,0),(31381,4324,1,1,1,397,0,-4415.48,-3553.5,37.034,1.63091,360,10,0,1416,1236,1,0,0,0),(31380,4379,1,1,1,2541,0,-2777.8,-2696.27,52.8668,1.14676,360,5,0,1469,0,1,0,0,0),(31379,4378,1,1,1,2538,0,-2804.5,-2617.59,37.3063,6.22465,360,3,0,1469,0,1,0,0,0),(31378,4379,1,1,1,2541,0,-2753.29,-2736.62,42.5605,1.7793,360,5,0,1469,0,1,0,0,0),(31377,4379,1,1,1,2541,0,-2787.32,-2645.23,32.3082,5.34565,360,0,0,1469,0,0,0,0,0),(34690,3817,1,1,1,1991,0,2210.76,-1310.19,77.1685,1.86813,300,5,0,573,0,1,0,0,0),(34689,3817,1,1,1,1991,0,2522.59,-1104.93,131.297,5.4349,300,15,0,573,0,1,0,0,0),(34688,3817,1,1,1,1991,0,1940.86,-693.591,112.464,4.97637,300,5,0,573,0,1,0,0,0),(34687,3817,1,1,1,1991,0,2616.41,-1010.29,120.638,5.88345,300,15,0,573,0,1,0,0,0),(34686,3817,1,1,1,1991,0,2325.23,-466.488,100.075,0.446604,300,15,0,573,0,1,0,0,0),(34685,3817,1,1,1,1991,0,2590.89,-1426.69,162.857,3.96289,300,15,0,573,0,1,0,0,0),(34684,3817,1,1,1,1991,0,2803.17,-1271.04,204.158,3.90256,300,5,0,573,0,1,0,0,0),(34683,3817,1,1,1,1991,0,1980.64,-728.288,99.5879,4.72997,300,5,0,573,0,1,0,0,0),(34682,3817,1,1,1,1991,0,2265.01,-862.158,100.72,2.62245,300,15,0,573,0,1,0,0,0),(34681,3817,1,1,1,1991,0,2663.02,-1038.33,125.144,0.910096,300,3,0,573,0,1,0,0,0),(34680,3817,1,1,1,1991,0,2236.11,-812.53,110.747,6.04058,300,15,0,573,0,1,0,0,0),(34679,3817,1,1,1,1991,0,2296.9,-466.944,96.4656,3.73229,300,15,0,573,0,1,0,0,0),(34678,3817,1,1,1,1991,0,2205.78,-779.697,105.724,3.14745,300,15,0,573,0,1,0,0,0),(34677,3817,1,1,1,1991,0,2009.65,-368.157,99.8312,5.70656,300,15,0,573,0,1,0,0,0),(34676,3817,1,1,1,1991,0,2258.02,-787.399,109.02,0.058641,300,15,0,573,0,1,0,0,0),(34675,3817,1,1,1,1991,0,2196.8,-670.255,127.967,5.23542,300,5,0,573,0,1,0,0,0),(34674,3817,1,1,1,1991,0,2329.69,-751.042,113.097,1.5708,300,5,0,573,0,1,0,0,0),(34673,3817,1,1,1,1991,0,2414.56,-780.304,121.838,2.47326,300,15,0,573,0,1,0,0,0),(34672,3817,1,1,1,1991,0,2929.49,-1301.79,203.112,5.09652,300,5,0,573,0,1,0,0,0),(34671,3817,1,1,1,1991,0,2055.54,-512.441,99.8552,0.273961,300,5,0,573,0,1,0,0,0),(34670,3817,1,1,1,1991,0,2454.05,-1642.28,162.593,5.55102,300,5,0,573,0,1,0,0,0),(34669,3817,1,1,1,1991,0,2498.43,-1314.07,135.964,0.785221,300,5,0,573,0,1,0,0,0),(34668,3817,1,1,1,1991,0,2148.96,-573.959,102.676,0.574766,300,5,0,573,0,1,0,0,0),(34667,3817,1,1,1,1991,0,2124.95,-957.928,98.8138,4.47482,300,5,0,573,0,1,0,0,0),(34666,3817,1,1,1,1991,0,2039.83,-773.295,103.686,1.9012,300,5,0,573,0,1,0,0,0),(8553,1420,530,1,1,0,0,-2954.43,6012.93,2.79285,0.121562,300,5,0,8,0,1,0,0,0),(8554,1420,530,1,1,0,0,-3015.6,6045.85,6.03342,2.53515,300,5,0,8,0,1,0,0,0),(8555,1420,530,1,1,0,0,9045.73,-6737.7,10.4346,1.80657,300,5,0,8,0,1,0,0,0),(8556,1420,530,1,1,0,0,9252.37,-6382.14,0.02811,4.28579,300,5,0,8,0,1,0,0,0),(8557,1420,530,1,1,0,0,9094.57,-6428.48,1.02694,5.71147,300,5,0,8,0,1,0,0,0),(8558,1420,530,1,1,0,0,8531.42,-7819.54,145.075,1.75748,300,5,0,8,0,1,0,0,0),(8559,1420,530,1,1,0,0,8537.56,-7703.43,145.904,3.84551,300,5,0,8,0,1,0,0,0),(8560,1420,530,1,1,0,0,9026.42,-6808.6,8.33178,4.73998,300,5,0,8,0,1,0,0,0),(8561,1420,530,1,1,0,0,8211.07,-7417.77,150.33,0.539825,300,5,0,8,0,1,0,0,0),(8562,1420,530,1,1,0,0,8178.06,-7180.67,137.686,6.18598,300,5,0,8,0,1,0,0,0),(8563,1420,530,1,1,0,0,-1981.74,6097.55,74.579,5.31026,300,5,0,8,0,1,0,0,0),(8564,1420,530,1,1,0,0,-1986.46,6186.46,77.1004,3.92234,300,5,0,8,0,1,0,0,0),(8565,1420,530,1,1,0,0,-2027.87,6318.19,45.9283,2.19007,300,5,0,8,0,1,0,0,0),(8566,1420,530,1,1,0,0,-1980.26,6313.5,44.8908,2.37016,300,5,0,8,0,1,0,0,0),(8567,1420,530,1,1,0,0,-1866.05,6287.34,47.662,4.65116,300,5,0,8,0,1,0,0,0),(8568,1420,530,1,1,0,0,-1779.01,6281.45,44.5405,5.01591,300,5,0,8,0,1,0,0,0),(8569,1420,530,1,1,0,0,-1813.69,6317.57,44.7586,3.19474,300,5,0,8,0,1,0,0,0),(8570,1420,530,1,1,0,0,-2701.68,6190.85,7.6012,2.74733,300,5,0,8,0,1,0,0,0),(8571,1420,530,1,1,0,0,-2753.61,6211.91,13.5867,1.72946,300,5,0,8,0,1,0,0,0),(8572,1420,530,1,1,0,0,-2696.01,6661.7,-3.6262,1.28603,300,5,0,8,0,1,0,0,0),(8573,1420,530,1,1,0,0,-2674.72,6739.53,-3.95547,5.33231,300,5,0,8,0,1,0,0,0),(8574,1420,530,1,1,0,0,-2755.26,7044.34,-13.3532,4.70594,300,5,0,8,0,1,0,0,0),(8575,1420,530,1,1,0,0,-2794.92,7118.99,-17.3606,5.86496,300,5,0,8,0,1,0,0,0),(8576,1420,530,1,1,0,0,-2702.7,7109.3,-14.6264,2.26291,300,5,0,8,0,1,0,0,0),(8577,1420,530,1,1,0,0,-1977.95,8609.17,-27.6834,2.90088,300,5,0,8,0,1,0,0,0),(8578,1420,530,1,1,0,0,-1636.46,8630.5,-27.8467,2.22799,300,5,0,8,0,1,0,0,0),(8579,1420,530,1,1,0,0,-1688.13,8545.08,-21.7117,3.56471,300,5,0,8,0,1,0,0,0),(8580,1420,530,1,1,0,0,-1547.27,8358.02,-20.7749,0.951218,300,5,0,8,0,1,0,0,0),(8581,1420,530,1,1,0,0,-1598.5,8395.99,-22.4139,3.14982,300,5,0,8,0,1,0,0,0),(8582,1420,530,1,1,0,0,-1942.99,8353.6,-21.401,1.7243,300,5,0,8,0,1,0,0,0),(8583,1420,530,1,1,0,0,-1864.51,8294.49,-23.5987,0.005608,300,5,0,8,0,1,0,0,0),(8584,1420,530,1,1,0,0,-1991.93,8454.65,-23.34,6.09652,300,5,0,8,0,1,0,0,0),(8585,1420,530,1,1,0,0,-1791.37,8281.88,-23.616,3.29916,300,5,0,8,0,1,0,0,0),(8586,1420,530,1,1,0,0,-1572.89,8296.94,-20.6084,1.15173,300,5,0,8,0,1,0,0,0),(8587,1420,530,1,1,0,0,-1715.5,8212.81,-22.2148,3.3058,300,5,0,8,0,1,0,0,0),(8588,1420,530,1,1,0,0,-1852.11,8189.15,-21.42,1.1212,300,5,0,8,0,1,0,0,0),(8589,1420,530,1,1,0,0,-1598.79,8090.95,-102.962,3.41517,300,5,0,8,0,1,0,0,0),(8590,1420,530,1,1,0,0,-1543.96,7805.82,-103.118,4.11448,300,5,0,8,0,1,0,0,0),(8591,1420,530,1,1,0,0,-1783.12,7835.81,-101.705,4.01087,300,5,0,8,0,1,0,0,0),(8592,1420,530,1,1,0,0,-1773.72,7885.58,-102.722,5.80207,300,5,0,8,0,1,0,0,0),(8593,1420,530,1,1,0,0,-1741.89,7941.87,-102.527,4.33077,300,5,0,8,0,1,0,0,0),(8594,1420,530,1,1,0,0,-1720.41,7712.87,-18.0969,2.95919,300,5,0,8,0,1,0,0,0),(8595,1420,530,1,1,0,0,-1717.71,7601.04,-12.9727,4.05717,300,5,0,8,0,1,0,0,0),(8596,1420,530,1,1,0,0,-1754.09,7542.9,-8.50265,0.587799,300,5,0,8,0,1,0,0,0),(8597,1420,530,1,1,0,0,-2390.54,7254.45,-182.389,2.57506,300,5,0,8,0,1,0,0,0),(8598,1420,530,1,1,0,0,-2189.59,7228.65,-140.662,6.24506,300,5,0,8,0,1,0,0,0),(8599,1420,530,1,1,0,0,-2211.79,6848.87,-8.42074,6.05266,300,5,0,8,0,1,0,0,0),(8600,1420,530,1,1,0,0,-2236.96,6795.18,-9.3555,5.40375,300,5,0,8,0,1,0,0,0),(8601,1420,530,1,1,0,0,-2270.81,6754.62,-8.94667,5.23812,300,5,0,8,0,1,0,0,0),(8602,1420,530,1,1,0,0,-2174.17,6723.62,-8.1055,5.5842,300,5,0,8,0,1,0,0,0),(8603,1420,530,1,1,0,0,-1269.56,6919.44,32.041,1.24353,300,5,0,8,0,1,0,0,0),(8604,1420,530,1,1,0,0,-1232.58,6869.65,31.1894,6.17531,300,5,0,8,0,1,0,0,0),(8605,1420,530,1,1,0,0,-1214.72,6977.12,32.6719,1.45996,300,5,0,8,0,1,0,0,0),(8606,1420,530,1,1,0,0,-954.539,6872.27,32.0328,0.056882,300,5,0,8,0,1,0,0,0),(8607,1420,530,1,1,0,0,-920.887,6949.86,32.0002,0.079293,300,5,0,8,0,1,0,0,0),(8608,1420,530,1,1,0,0,-853.381,7052.65,31.8218,4.74765,300,5,0,8,0,1,0,0,0),(8609,1420,530,1,1,0,0,-791.214,7063.75,32.7466,3.05936,300,5,0,8,0,1,0,0,0),(8610,1420,530,1,1,0,0,-672.872,6922.69,34.9001,0.016454,300,5,0,8,0,1,0,0,0),(8611,1420,530,1,1,0,0,-826.095,6828.47,32.1969,3.74913,300,5,0,8,0,1,0,0,0),(8612,1420,530,1,1,0,0,-1155.32,7109.01,33.6107,1.53172,300,5,0,8,0,1,0,0,0),(8613,1420,530,1,1,0,0,-1136.93,7194.14,32.3583,1.67572,300,5,0,8,0,1,0,0,0),(8614,1420,530,1,1,0,0,-1186.08,7076.23,32.4255,5.35511,300,5,0,8,0,1,0,0,0),(8615,1420,530,1,1,0,0,-1255.86,7036.41,32.1574,1.78723,300,5,0,8,0,1,0,0,0),(8616,1420,530,1,1,0,0,-1334.05,7080.61,31.9976,4.01436,300,5,0,8,0,1,0,0,0),(8617,1420,530,1,1,0,0,-1359.88,7129.36,32.3969,2.9742,300,5,0,8,0,1,0,0,0),(8618,1420,530,1,1,0,0,-1418.05,7176.93,32.6385,3.31693,300,5,0,8,0,1,0,0,0),(8619,1420,530,1,1,0,0,-1306.86,7297.16,32.0944,4.80828,300,5,0,8,0,1,0,0,0),(8620,1420,530,1,1,0,0,-1213.94,7301.91,32.3424,5.95777,300,5,0,8,0,1,0,0,0),(8621,1420,530,1,1,0,0,-1161.32,7249.35,32.0878,1.11521,300,5,0,8,0,1,0,0,0),(8622,1420,530,1,1,0,0,-1476.31,7373.65,3.52211,3.18923,300,5,0,8,0,1,0,0,0),(8623,1420,530,1,1,0,0,-1546.61,7247.39,1.53683,5.56171,300,5,0,8,0,1,0,0,0),(8624,1420,530,1,1,0,0,-1518.51,6923.18,-15.1947,4.29732,300,5,0,8,0,1,0,0,0),(8625,1420,530,1,1,0,0,-1563.95,6868.41,-13.7006,3.47748,300,5,0,8,0,1,0,0,0),(8626,1420,530,1,1,0,0,-1582.89,6919.15,-15.3028,2.79983,300,5,0,8,0,1,0,0,0),(8627,1420,530,1,1,0,0,-1629.96,7317.49,-7.90979,3.2674,300,5,0,8,0,1,0,0,0),(8628,1420,530,1,1,0,0,-1711.46,7419.79,-9,3.97973,300,5,0,8,0,1,0,0,0),(8629,1420,530,1,1,0,0,-1596.6,7406.19,-2.49932,0.529199,300,5,0,8,0,1,0,0,0),(8630,1420,530,1,1,0,0,-1557.33,7321,0.3247,5.19305,300,5,0,8,0,1,0,0,0),(8631,1420,530,1,1,0,0,-1536.5,7511.21,-4.41613,5.8746,300,5,0,8,0,1,0,0,0),(8632,1420,530,1,1,0,0,-1601.59,7555.33,-8.36109,1.44353,300,5,0,8,0,1,0,0,0),(8633,1420,530,1,1,0,0,-1613.57,7625.21,-11.7514,0.957836,300,5,0,8,0,1,0,0,0),(8634,1420,530,1,1,0,0,-1714.14,7510.01,-8.38597,4.03966,300,5,0,8,0,1,0,0,0),(8635,1420,530,1,1,0,0,-1619.74,7678.93,-14.9403,1.21349,300,5,0,8,0,1,0,0,0),(8636,1420,530,1,1,0,0,-1435.85,8037.74,-103.331,3.12371,300,5,0,8,0,1,0,0,0),(8637,1420,530,1,1,0,0,-1376,8088.27,-103.486,5.92972,300,5,0,8,0,1,0,0,0),(8638,1420,530,1,1,0,0,-1309.21,8040.6,-103.063,2.1628,300,5,0,8,0,1,0,0,0),(8639,1420,530,1,1,0,0,-1130.75,7671.38,13.8765,0.052267,300,5,0,8,0,1,0,0,0),(8640,1420,530,1,1,0,0,-1048.65,7294.82,33.4977,0.315344,300,5,0,8,0,1,0,0,0),(8641,1420,530,1,1,0,0,-962.006,7352.06,32.7767,5.98056,300,5,0,8,0,1,0,0,0),(8642,1420,530,1,1,0,0,-889.678,7352.1,33.2319,5.40373,300,5,0,8,0,1,0,0,0),(8643,1420,530,1,1,0,0,-815.21,7213.35,32.9871,0.043886,300,5,0,8,0,1,0,0,0),(8644,1420,530,1,1,0,0,-813.586,7157.03,33.1704,5.41393,300,5,0,8,0,1,0,0,0),(8645,1420,530,1,1,0,0,-1530.81,8850.25,32.3595,4.50137,300,5,0,8,0,1,0,0,0),(8646,1420,530,1,1,0,0,-1589.44,9029.91,55.5772,6.12725,300,5,0,8,0,1,0,0,0),(8647,1420,530,1,1,0,0,-1552.77,8920.81,32.7485,3.2303,300,5,0,8,0,1,0,0,0),(8648,1420,530,1,1,0,0,-1609.67,8991.18,43.6459,1.03345,300,5,0,8,0,1,0,0,0),(8649,1420,530,1,1,0,0,-1648.18,8869.62,32.2179,6.16464,300,5,0,8,0,1,0,0,0),(8650,1420,530,1,1,0,0,-1589.99,8789.49,31.2119,3.56287,300,5,0,8,0,1,0,0,0),(8651,1420,530,1,1,0,0,-1908.04,8988.42,35.1569,3.39495,300,5,0,8,0,1,0,0,0),(8652,1420,530,1,1,0,0,-1915.46,8932.18,34.8451,5.5341,300,5,0,8,0,1,0,0,0),(8653,1420,530,1,1,0,0,-1964.9,8963.36,34.5589,2.88796,300,5,0,8,0,1,0,0,0),(1582,940,0,1,1,4436,1,-11654.8,-632.592,30.0412,6.2455,300,0,0,977,935,0,0,0,0),(1581,691,0,1,1,5561,0,-12117.8,981.056,6.56785,3.94712,300,5,0,1469,0,1,0,0,0),(34665,3817,1,1,1,1991,0,2552.09,-1503.75,158.614,1.63626,300,15,0,573,0,1,0,0,0),(34664,3817,1,1,1,1991,0,2293.29,-684.948,139.502,6.08656,300,5,0,573,0,1,0,0,0),(34663,3817,1,1,1,1991,0,2623.74,-1287.77,149.159,2.78648,300,15,0,573,0,1,0,0,0),(34662,3817,1,1,1,1991,0,1871.73,-640.883,117.19,5.31719,300,5,0,573,0,1,0,0,0),(34661,3817,1,1,1,1991,0,2232.9,-604.037,104.21,0.813725,300,15,0,573,0,1,0,0,0),(34651,3817,1,1,1,1991,0,2054.87,-678.462,111.674,3.24682,300,5,0,573,0,1,0,0,0),(1580,691,0,1,1,5561,0,-12087.9,948.292,5.60265,0.155994,300,5,0,1469,0,1,0,0,0),(1579,691,0,1,1,5561,0,-12086.5,925.098,4.77497,2.18867,300,5,0,1469,0,1,0,0,0),(34650,3817,1,1,1,1991,0,2647.83,-1499.03,188.674,0.662242,300,2,0,573,0,1,0,0,0),(34649,3817,1,1,1,1991,0,2644.24,-1200.97,154.895,6.27733,300,5,0,573,0,1,0,0,0),(34648,3817,1,1,1,1991,0,2684.25,-1429.06,194.283,0.044909,300,10,0,573,0,1,0,0,0),(11267,2560,0,1,1,180,0,-1477.19,-1589.51,33.4803,4.77103,400,10,0,1221,0,1,0,0,0),(11266,2595,0,1,1,11254,1,-2215.1,-1611.98,-47.0127,1.5708,400,3,0,1604,0,1,0,0,0),(11265,2595,0,1,1,11254,1,-2180.14,-1754.03,-60.1176,3.33252,400,10,0,1604,0,1,0,0,0),(11264,15124,0,1,1,15278,1,-1221.37,-2539.85,21.9912,2.18166,400,0,0,1003,0,0,0,0,0),(11263,2835,0,1,1,4044,1,-1240.03,-2513.96,21.9831,4.22309,400,0,0,4053,0,0,0,0,0),(11262,2621,0,1,1,4034,1,-903.685,-3519.28,71.3417,1.53589,400,0,0,2769,0,0,0,0,0),(11261,15128,0,1,1,15286,1,-833.9,-3530.08,72.5261,2.79253,650,0,0,7842,0,0,0,0,0),(11260,15128,0,1,1,15287,1,-822.536,-3518.07,73.4445,3.52556,650,0,0,7842,0,0,0,0,0),(11259,15128,0,1,1,15286,1,-826.774,-3511.83,73.3599,3.82227,650,0,0,7842,0,0,0,0,0),(11258,15128,0,1,1,15284,1,-840.304,-3513.8,73.2761,4.10152,650,0,0,7842,0,0,0,0,0),(1578,683,0,1,1,2437,0,-11512.3,-412.56,38.1506,6.24747,300,10,0,1050,0,1,0,0,0),(8704,1440,0,1,1,0,0,-8346,383.928,122.274,2.242,180,0,0,328,0,0,0,0,0),(11257,2820,0,1,1,3952,1,-910.288,-3534.85,72.818,2.44346,400,0,0,1107,0,0,0,0,0),(1577,1552,0,1,1,12342,0,-13113.2,-551.108,10.4963,5.2709,25200,0,0,2218,0,0,0,0,0),(34647,3817,1,1,1,1991,0,2504.29,-1546.59,150.124,0.186047,300,3,0,573,0,1,0,0,0),(11256,2621,0,1,1,4035,1,-936.625,-3493.21,53.619,2.80998,400,0,0,2769,0,0,0,0,0),(11255,2821,0,1,1,3953,1,-918.911,-3533.79,72.781,0.977384,400,0,0,1221,0,0,0,0,0),(1574,942,0,1,1,4450,1,-11472.9,-928.352,21.5836,0.373132,300,3,0,1208,1097,1,0,0,0),(11254,2621,0,1,1,4034,1,-876.137,-3527.28,71.8778,1.10715,400,0,0,2769,0,0,0,0,0),(11253,2621,0,1,1,4035,1,-860.637,-3539.48,72.2494,0,400,0,0,2769,0,0,0,0,0),(11252,2578,0,1,1,10824,0,-958.157,-1876.76,66.2413,4.38602,400,10,0,1107,0,1,0,0,0),(11251,2580,0,1,1,388,0,-2093.57,-2555.97,76.3401,1.71083,400,5,0,1536,0,1,0,0,0),(11250,2579,0,1,1,1105,0,-1719.14,-2088.41,50.7157,5.05082,400,5,0,1279,0,1,0,0,0),(11249,2565,0,1,1,1104,0,-914.545,-2412.42,52.9941,1.29169,400,5,0,1403,0,1,0,0,0),(11248,2560,0,1,1,180,0,-1617.04,-2094.17,32.9033,1.90738,400,10,0,1221,0,1,0,0,0),(11247,2560,0,1,1,180,0,-1457.43,-1549.03,42.2813,4.95689,400,10,0,1221,0,1,0,0,0),(11246,2620,0,1,1,1072,0,-1633.55,-2072.84,37.1567,3.472,400,10,0,8,0,1,0,0,0),(8733,1472,0,1,1,0,1,-8469,582.931,95.917,5.376,430,0,0,3189,0,0,0,0,0),(11245,2620,0,1,1,1072,0,-1026.51,-2511.94,52.3814,4.25361,400,10,0,8,0,1,0,0,0),(11244,2620,0,1,1,1072,0,-935.582,-2810.28,62.0185,5.80644,400,10,0,8,0,1,0,0,0),(11242,2557,0,1,1,3999,1,-2090.04,-3346.53,41.5335,6.00393,400,0,0,1160,1067,0,0,0,0),(34646,3817,1,1,1,1991,0,2144.89,-723.621,108.262,0.24853,300,5,0,573,0,1,0,0,0),(11241,15127,0,1,1,15277,1,-1218.48,-2521.56,21.9227,3.66519,650,0,0,52280,0,0,0,0,0),(11240,2621,0,1,1,4035,1,-860.528,-3556.43,72.3744,0.20944,400,0,0,2769,0,0,0,0,0),(11238,2621,0,1,1,4035,1,-862.5,-3501.56,73.2761,1.48353,400,0,0,2769,0,0,0,0,0),(1573,978,0,1,1,4459,1,-11456.9,-928.107,19.7195,4.19838,300,3,0,1305,1186,1,0,0,0),(1572,978,0,1,1,4459,1,-11430.9,-933.551,19.5131,2.94069,300,2,0,1305,1186,1,0,0,0),(1571,939,0,1,1,4446,1,-11488.3,-923.414,23.8311,3.50762,300,3,0,1469,0,1,0,0,0),(1570,979,0,1,1,4454,1,-11379.2,-889.188,18.0362,5.76593,300,3,0,1604,0,1,0,0,0),(1569,978,0,1,1,4459,1,-11438.6,-916.843,18.4055,0.163099,300,2,0,1305,1186,1,0,0,0),(1568,978,0,1,1,4459,1,-11416.1,-888.426,18.3662,4.66093,300,3,0,1305,1186,1,0,0,0),(1567,978,0,1,1,4459,1,-11412.4,-914.305,18.0441,2.55929,300,3,0,1305,1186,1,0,0,0),(1566,978,0,1,1,4459,1,-11397,-887.659,18.0874,6.21477,300,5,0,1305,1186,1,0,0,0),(1565,979,0,1,1,4454,1,-11404.7,-879.341,18.2837,0.091073,300,3,0,1604,0,1,0,0,0),(1482,979,0,1,1,4454,1,-11408.6,-904.71,18.2051,4.01224,300,3,0,1604,0,1,0,0,0),(1481,813,0,1,1,637,1,-11336.9,-966.252,29.9908,1.71042,1800,0,0,2286,0,0,0,0,0),(1480,978,0,1,1,4459,1,-11418.5,-902.782,18.9059,4.87451,300,3,0,1305,1186,1,0,0,0),(1477,979,0,1,1,4454,1,-11325.4,-966.436,31.6059,5.47826,300,0,0,1604,0,0,0,0,0),(1476,978,0,1,1,4459,1,-11340.7,-964.285,30.5455,0.244346,300,0,0,1305,1186,0,0,0,0),(1475,905,0,1,1,705,0,-12534.4,-167.586,7.78441,1.15858,300,5,0,1107,0,1,0,0,0),(1472,978,0,1,1,4459,1,-11342.6,-941.6,32.3906,1.33862,300,3,0,1305,1186,1,0,0,0),(1471,978,0,1,1,4459,1,-11331.9,-947.405,29.9811,1.42549,300,2,0,1305,1186,1,0,0,0),(1470,978,0,1,1,4459,1,-11362.3,-893.441,21.2737,1.79495,300,2,0,1305,1186,1,0,0,0),(1469,978,0,1,1,4459,1,-11343.3,-924.928,31.0902,1.37881,300,2,0,1305,1186,1,0,0,0),(1468,978,0,1,1,4459,1,-11336.5,-924.059,30.7995,2.09439,300,2,0,1305,1186,1,0,0,0),(1467,683,0,1,1,2437,0,-11811.8,-17.9249,42.0101,6.05641,300,5,0,1050,0,1,0,0,0),(1466,905,0,1,1,705,0,-11603.7,-181.792,6.43916,4.55392,300,5,0,1107,0,1,0,0,0),(17635,6033,0,1,1,7449,0,1247.34,583.572,16.4926,5.86431,275,0,0,328,0,0,0,0,0),(17633,8385,0,1,1,7615,1,490.937,1647.89,125.679,5.13127,275,0,0,573,0,0,0,0,0),(17631,16288,0,1,1,16265,0,525.679,1627.3,104.895,2.16421,275,0,0,425,1202,0,0,0,0),(17632,2173,0,1,1,245,0,658.785,1998.19,-21.2325,4.71915,275,5,0,300,0,1,0,0,0),(17999,1782,0,1,1,574,0,907.136,1840.68,5.75698,3.96943,275,10,0,273,0,1,0,0,0),(17998,1782,0,1,1,574,0,803.027,1613.52,31.08,0.322457,275,5,0,273,0,1,0,0,0),(17997,6033,0,1,1,7449,0,869.111,931.58,10.6478,6.00393,275,0,0,328,0,0,0,0,0),(17996,1912,0,1,1,3603,1,-91.6029,847.656,61.1179,3.82,275,10,0,300,0,1,0,0,0),(17995,1889,0,1,1,3586,1,-4.18798,751.987,63.7761,0.049182,275,10,0,379,1118,1,0,0,0),(17994,1888,0,1,1,3566,1,-1.1166,754.995,63.7725,6.00936,275,0,0,354,1326,2,0,0,0),(17993,1888,0,1,1,3566,1,-40.2474,803.025,63.3324,0.949752,275,10,0,354,1326,1,0,0,0),(17992,1912,0,1,1,3603,1,-53.0045,842.834,65.5393,5.11946,275,10,0,300,0,1,0,0,0),(17991,1888,0,1,1,3566,1,20.9485,715.504,63.7214,0.862618,275,5,0,354,1326,1,0,0,0),(17990,1908,0,1,1,540,0,305.402,638.401,41.3652,5.36853,275,5,0,404,456,1,0,0,0),(17989,1909,0,1,1,757,1,344.014,645.229,39.9983,0.989995,275,5,0,377,408,1,0,0,0),(17988,1948,0,1,1,965,1,963.973,715.973,74.0867,4.66003,43200,0,0,726,0,0,0,0,0),(17987,1909,0,1,1,757,1,409.118,635.779,31.5556,4.26427,275,10,0,377,408,1,0,0,0),(17986,1909,0,1,1,757,1,419.934,623.287,32.75,0.689988,275,5,0,377,408,1,0,0,0),(17985,1908,0,1,1,540,0,399.362,619.991,38.5867,2.47815,275,5,0,404,456,1,0,0,0),(17984,1909,0,1,1,757,1,372.303,639.51,38.0963,3.25081,275,5,0,377,408,1,0,0,0),(17983,1909,0,1,1,757,1,389.178,639.931,36.0726,2.73801,275,5,0,377,408,1,0,0,0),(17982,1909,0,1,1,757,1,384.399,648.58,35.9476,4.6134,275,5,0,377,408,1,0,0,0),(17981,1909,0,1,1,757,1,408.954,696.092,40.7662,1.49401,275,5,0,377,408,1,0,0,0),(17980,1908,0,1,1,540,0,449.799,707.707,33.6339,6.14986,275,5,0,404,456,1,0,0,0),(17979,1909,0,1,1,757,1,450.766,649.524,24.7413,5.79449,275,10,0,377,408,1,0,0,0),(17978,1909,0,1,1,757,1,451.722,681.235,27.0344,2.02458,275,10,0,377,408,1,0,0,0),(17977,1420,0,1,1,901,0,422.985,647.239,26.5941,1.64346,275,10,0,8,0,1,0,0,0),(17976,1943,0,1,1,10856,1,965.848,663.761,60.975,5.25344,275,0,0,417,0,0,0,0,0),(17975,1943,0,1,1,10856,1,1009.75,707.173,60.975,4.73418,275,0,0,417,0,0,0,0,0),(17974,2054,0,1,1,3554,1,-651.367,1560.84,9.77068,6.0301,275,10,0,404,456,1,0,0,0),(17973,1943,0,1,1,10856,1,1016.08,662.646,74.0034,5.9391,275,5,0,417,0,1,0,0,0),(17970,1769,0,1,1,11180,0,955.64,1103.1,47.4907,1.98351,275,10,0,186,191,1,0,0,0),(17969,1767,0,1,1,441,1,943.393,1038.08,25.266,5.09772,275,5,0,247,0,1,0,0,0),(17967,1942,0,1,1,858,1,963.016,716.584,81.6265,5.49779,275,0,0,417,0,0,0,0,0),(17966,1942,0,1,1,858,1,967.398,707.295,74.0034,5.73547,275,0,0,417,0,0,0,0,0),(17965,1943,0,1,1,10856,1,972.697,670.342,85.0009,3.94863,275,0,0,417,0,2,0,0,0),(17964,1942,0,1,1,858,1,964.69,660.489,81.6265,0.837758,275,0,0,417,0,0,0,0,0),(17963,6033,0,1,1,7449,0,591.969,286.3,19.5015,3.83972,275,0,0,328,0,0,0,0,0),(17962,1942,0,1,1,858,1,1018.77,668.411,61.0583,3.40339,275,0,0,417,0,0,0,0,0),(17961,6033,0,1,1,7449,0,809.681,867.596,10.7001,5.25344,275,0,0,328,0,0,0,0,0),(17959,1942,0,1,1,858,1,975.141,667.035,85.0009,3.17674,275,0,0,417,0,0,0,0,0),(17957,1943,0,1,1,10856,1,964.955,667.386,74.0034,5.19025,275,0,0,417,0,0,0,0,0),(17955,1940,0,1,1,10855,1,1013.97,637.073,54.9895,3.01373,275,5,0,350,390,1,0,0,0),(17954,1939,0,1,1,10851,1,1002.19,631.358,55.4451,3.89208,275,0,0,356,0,0,0,0,0),(17953,1767,0,1,1,441,1,1315.51,685.701,35.4777,5.40717,275,10,0,247,0,1,0,0,0),(17952,1766,0,1,1,246,0,1029.24,1474.42,36.6539,0.199946,275,5,0,222,0,1,0,0,0),(17951,1765,0,1,1,11421,0,1376.31,679.446,39.7203,0.708626,275,10,0,198,0,1,0,0,0),(17950,1939,0,1,1,10851,1,954.191,606.554,59.6268,1.52607,275,3,0,356,0,1,0,0,0),(17949,1943,0,1,1,10856,1,1013.4,664.261,61.0583,2.05949,275,0,0,417,0,0,0,0,0),(17948,1940,0,1,1,10855,1,951.33,614.191,60.0501,5.64234,275,0,0,350,390,0,0,0,0),(17947,1940,0,1,1,10855,1,946.268,584.365,54.706,6.02139,275,0,0,350,390,0,0,0,0),(17946,1781,0,1,1,760,0,1388.26,2000.17,16.6558,5.48071,275,3,0,273,0,1,0,0,0),(17945,1781,0,1,1,760,0,1394.43,2011.66,15.8084,3.21808,275,3,0,273,0,1,0,0,0),(17944,1779,0,1,1,1947,0,1016.45,1858.79,10.9091,5.7279,275,10,0,247,0,1,0,0,0),(17943,1781,0,1,1,760,0,1409.5,2008.33,14.2523,4.24892,275,3,0,273,0,1,0,0,0),(17942,1779,0,1,1,1947,0,1051.38,1824.67,16.6664,3.00846,275,10,0,247,0,1,0,0,0),(17941,1779,0,1,1,1947,0,888.199,1787.96,12.2461,0.741971,275,10,0,247,0,1,0,0,0),(17940,1779,0,1,1,1947,0,1020.83,1712.5,21.7818,2.86717,275,10,0,247,0,1,0,0,0),(17939,1866,0,1,1,829,0,142.823,1525.15,114.936,1.51926,275,3,0,222,0,1,0,0,0),(17938,1865,0,1,1,732,1,150.482,1516.43,114.927,4.75448,275,0,0,247,0,0,0,0,0),(17937,1866,0,1,1,829,0,142.197,1531.56,114.967,5.60111,275,3,0,222,0,1,0,0,0),(17936,1865,0,1,1,732,1,150.888,1508.82,114.481,5.16617,275,0,0,247,0,0,0,0,0),(17935,1865,0,1,1,732,1,149.099,1489.52,114.516,0.054761,275,0,0,247,0,2,0,0,0),(17934,1866,0,1,1,829,0,137.063,1507.83,114.731,0.436332,275,0,0,222,0,0,0,0,0),(17933,1768,0,1,1,346,1,1198.16,901.891,33.0673,0,275,0,0,253,264,0,0,0,0),(17932,1768,0,1,1,346,1,1207.46,892.76,32.9063,0,275,0,0,253,264,0,0,0,0),(17931,1767,0,1,1,441,1,1249.96,927.058,36.7232,3.14065,275,10,0,247,0,1,0,0,0),(17930,2054,0,1,1,3554,1,-740.117,1503.3,16.1532,1.15192,275,0,0,404,456,0,0,0,0),(17929,2053,0,1,1,3553,1,-759.032,1501.65,17.3505,1.36136,275,0,0,417,0,0,0,0,0),(17928,2053,0,1,1,3553,1,-742.248,1533.36,16.3341,1.88496,275,0,0,417,0,0,0,0,0),(17927,2053,0,1,1,3553,1,-741.153,1537.29,16.9959,4.73529,275,5,0,417,0,1,0,0,0),(17926,2053,0,1,1,3553,1,-730.886,1514.58,14.0312,3.91594,275,10,0,417,0,1,0,0,0),(17925,2054,0,1,1,3554,1,-756.456,1502.29,17.2546,2.44346,275,0,0,404,456,0,0,0,0),(17924,2054,0,1,1,3554,1,-743.001,1535.46,16.8341,5.06145,275,0,0,404,456,0,0,0,0),(17923,2054,0,1,1,3554,1,-745.124,1536.01,16.9591,2.79253,275,0,0,404,456,0,0,0,0),(17922,1782,0,1,1,574,0,479.505,954.025,128.9,1.01024,275,5,0,273,0,1,0,0,0),(17921,1782,0,1,1,574,0,516.112,984.685,128.573,1.67256,275,5,0,273,0,1,0,0,0),(1465,938,0,1,1,4439,1,-11537.1,-712.119,36.4386,5.40278,300,5,0,1279,0,1,0,0,0),(1464,4461,0,1,1,5243,1,-12082.8,-108.51,40.2177,4.51613,300,5,0,1403,0,1,0,0,0),(1463,686,0,1,1,788,0,-12323.7,-73.1421,23.7492,5.55431,300,5,0,1403,0,1,0,0,0),(1462,938,0,1,1,4439,1,-11509.6,-599.617,36.3104,0.621474,300,0,0,1279,0,0,0,0,0),(1461,938,0,1,1,4439,1,-11508,-610.643,36.3094,6.00398,300,0,0,1279,0,0,0,0,0),(1460,941,0,1,1,4444,1,-11480.5,-868.516,37.2521,2.4262,300,2,0,1064,1007,1,0,0,0),(1459,941,0,1,1,4444,1,-11475.5,-849.57,35.9715,5.92151,300,2,0,1064,1007,1,0,0,0),(1458,938,0,1,1,4439,1,-11472.2,-864.303,36.8603,0.802174,300,3,0,1279,0,1,0,0,0),(1457,942,0,1,1,4450,1,-11476.8,-836.862,13.8383,0.508015,300,2,0,1208,1097,1,0,0,0),(1456,1096,0,1,1,7197,1,-12153.6,-573.833,12.9658,1.94645,300,5,0,1160,1067,1,0,0,0),(1455,942,0,1,1,4450,1,-11420.7,-770.761,14.9644,4.92354,300,3,0,1208,1097,1,0,0,0),(17920,1924,0,1,1,574,0,508.038,918.809,128.624,4.77808,275,0,0,328,0,0,0,0,0),(17919,1924,0,1,1,574,0,507.906,1018.2,117.274,2.30782,275,5,0,328,0,1,0,0,0),(17918,1778,0,1,1,1006,0,1268.41,1389.86,48.9957,6.07602,275,3,0,266,0,1,0,0,0),(17917,1908,0,1,1,540,0,515.558,716.281,25.7851,4.95674,275,0,0,404,456,0,0,0,0),(17916,1769,0,1,1,11180,0,1019.47,1122.84,44.531,1.27749,275,10,0,186,191,1,0,0,0),(17915,1769,0,1,1,11180,0,1083.38,1150.22,44.5913,4.91811,275,10,0,186,191,1,0,0,0),(17914,1767,0,1,1,441,1,877.569,1111.8,32.6921,3.28016,275,5,0,247,0,1,0,0,0),(17912,2054,0,1,1,3554,1,-671.982,1593.42,18.3436,0.013671,275,3,0,404,456,1,0,0,0),(17911,1894,0,1,1,3551,1,-404.028,1460.9,31.7653,5.84685,600,0,0,300,0,0,0,0,0),(17910,1894,0,1,1,3551,1,-410.983,1453.18,31.679,5.59007,600,5,0,300,0,1,0,0,0),(17909,1779,0,1,1,1947,0,951.605,1722.56,14.236,2.80289,275,10,0,247,0,1,0,0,0),(17908,1891,0,1,1,2565,1,-405.033,1458.8,27.0968,0.15708,600,0,0,300,0,0,0,0,0),(17907,1779,0,1,1,1947,0,983.199,1738.77,14.7072,6.09364,275,10,0,247,0,1,0,0,0),(17906,10780,0,1,1,10091,0,975.427,1704.63,15.5029,3.60705,275,10,0,20,0,1,0,0,0),(17905,1895,0,1,1,2535,1,-407.955,1451.33,27.0859,0.767945,600,0,0,276,295,0,0,0,0),(17904,1769,0,1,1,11180,0,1035.9,1197.68,48.9457,0.986026,275,5,0,186,191,1,0,0,0),(17902,1420,0,1,1,901,0,789.062,761.189,27.9448,0.54742,275,10,0,8,0,1,0,0,0),(17900,1768,0,1,1,346,1,1301.87,711.434,34.3786,3.49453,275,10,0,253,264,1,0,0,0),(17899,1767,0,1,1,441,1,1305.04,695.495,34.4446,4.5148,275,10,0,247,0,1,0,0,0),(17898,1940,0,1,1,10855,1,1018.46,734.057,59.4484,1.20428,275,0,0,350,390,0,0,0,0),(17897,1939,0,1,1,10851,1,1015.43,737.142,59.4484,3.61283,275,0,0,356,0,0,0,0,0),(17896,1940,0,1,1,10855,1,1006.01,743.693,59.5982,3.50811,275,0,0,350,390,0,0,0,0),(17895,1782,0,1,1,574,0,770.998,1633.89,32.0893,5.37561,275,0,0,273,0,0,0,0,0),(17894,1779,0,1,1,1947,0,751.967,1647.14,37.7432,1.42314,275,5,0,247,0,1,0,0,0),(17893,1769,0,1,1,11180,0,932.549,1237.23,47.0936,3.56811,275,0,0,186,191,2,0,0,0),(17892,1769,0,1,1,11180,0,1058.75,1142.8,43.2838,0.12235,275,10,0,186,191,1,0,0,0),(17891,1420,0,1,1,901,0,641.043,966.371,38.5904,4.99337,275,10,0,8,0,1,0,0,0),(17890,1956,0,1,1,631,0,1124.72,241.245,34.0567,6.06475,275,10,0,417,0,1,0,0,0),(17889,1956,0,1,1,631,0,1085.55,217.983,34.8541,3.9111,275,10,0,417,0,1,0,0,0),(17888,1942,0,1,1,858,1,1008.63,662.71,85.1843,0.645772,275,0,0,417,0,0,0,0,0),(17887,1943,0,1,1,10856,1,1005.6,699.391,53.821,3.12351,275,3,0,417,0,1,0,0,0),(17886,1943,0,1,1,10856,1,1000.75,690.087,53.8207,4.70985,275,3,0,417,0,1,0,0,0),(17630,1420,0,1,1,901,0,1308.41,719.261,34.0051,3.20023,275,10,0,8,0,1,0,0,0),(17629,1420,0,1,1,901,0,1159.62,950.785,32.3849,2.02789,275,10,0,8,0,1,0,0,0),(17628,4610,0,1,1,2676,1,1399.98,377.057,-65.9392,6.26573,275,0,0,1003,0,0,0,0,0),(17627,7007,0,1,1,5767,1,430.385,1881.86,15.4168,5.13127,275,0,0,508,544,0,0,0,0),(17626,2226,0,1,1,3832,1,473.939,1533.95,131.96,0.453786,600,0,0,10572,0,0,0,0,0),(17625,3557,0,1,1,3549,1,516.318,1635.73,104.706,5.63741,275,0,0,896,0,0,0,0,0),(17624,2140,0,1,1,3542,1,549.582,1602.99,128.565,3.735,275,0,0,449,0,0,0,0,0),(17623,3553,0,1,1,3536,1,508.911,1630.16,104.895,0.802851,275,0,0,417,0,0,0,0,0),(17622,3556,0,1,1,3548,1,528.068,1634.62,104.706,3.26377,275,0,0,417,0,0,0,0,0),(17621,3551,0,1,1,3543,1,495.997,1647.86,125.664,3.87463,275,0,0,484,0,0,0,0,0),(17620,9553,0,1,1,8672,1,566.309,1559.6,132.602,3.61283,275,0,0,484,0,0,0,0,0),(17619,5886,0,1,1,4528,1,553.08,1600.14,129.208,4.04916,275,0,0,356,0,0,0,0,0),(17618,5757,0,1,1,4177,1,243.802,1643.27,142.36,4.90438,275,0,0,449,0,0,0,0,0),(17617,1767,0,1,1,441,1,1162.09,974.666,32.7064,0,275,0,0,247,0,0,0,0,0),(17616,1768,0,1,1,346,1,1159.72,968.189,32.5814,0,275,0,0,253,264,0,0,0,0),(17615,1768,0,1,1,346,1,1176.33,908.571,31.2165,0.468512,275,10,0,253,264,1,0,0,0),(17614,1909,0,1,1,757,1,1175.48,274.852,27.0721,3.59463,275,5,0,377,408,1,0,0,0),(17613,1938,0,1,1,1278,1,552.829,1593.87,130.219,1.31373,275,0,0,531,0,0,0,0,0),(17612,1937,0,1,1,1661,1,522.449,1652.3,125.843,4.86947,275,0,0,300,0,0,0,0,0),(17611,1952,0,1,1,3545,1,522.449,1626.15,104.997,1.48353,275,0,0,1003,0,0,0,0,0),(17610,1924,0,1,1,574,0,-524.263,1150.98,84.2997,0.258257,275,0,0,328,0,0,0,0,0),(17609,1889,0,1,1,3585,1,247.824,686.45,40.9485,4.46546,275,10,0,379,1118,1,0,0,0),(17608,1889,0,1,1,3586,1,277.349,673.847,40.7877,4.59504,275,5,0,379,1118,1,0,0,0),(17607,1909,0,1,1,757,1,349.13,688.906,42.3953,3.3732,275,5,0,377,408,1,0,0,0),(17606,1909,0,1,1,757,1,283.758,610.555,34.8099,2.63545,275,0,0,377,408,0,0,0,0),(17605,1909,0,1,1,757,1,379.208,681.589,41.2667,4.48486,275,5,0,377,408,1,0,0,0),(17604,1778,0,1,1,1006,0,276.906,1504.34,137.583,5.87804,275,5,0,266,0,1,0,0,0),(17603,11750,0,1,1,11694,0,1478.9,445.545,-62.6135,1.36136,275,0,0,156,0,0,0,0,0),(17602,6033,0,1,1,7449,0,1180.51,814.702,17.972,0,275,0,0,328,0,0,0,0,0),(17601,6033,0,1,1,7449,0,961.213,926.11,11.7743,1.0821,275,0,0,328,0,0,0,0,0),(17600,2452,0,1,1,1078,0,538.388,-96.7844,144.642,0.472381,43200,0,0,1469,0,2,0,0,0),(17599,2256,0,1,1,416,1,447.023,-248.48,156.227,1.85005,300,0,0,1395,0,0,0,0,0),(17598,2250,0,1,1,1050,0,415.83,-81.7302,156.182,3.01942,300,0,0,1163,0,0,0,0,0),(17597,2251,0,1,1,6767,0,510.139,-113.074,144.417,2.34887,300,5,0,1221,0,1,0,0,0),(17596,2251,0,1,1,6767,0,513.171,-49.0429,139.699,2.94138,300,5,0,1221,0,1,0,0,0),(17595,2287,0,1,1,536,1,419.876,-251.114,158.183,4.59726,300,5,0,1459,0,1,0,0,0),(17594,2250,0,1,1,1050,0,346.673,-83.7186,142.655,2.12194,300,3,0,1163,0,1,0,0,0),(17593,2251,0,1,1,6767,0,453.374,-51.2748,147.81,5.37278,300,5,0,1221,0,1,0,0,0),(17592,2251,0,1,1,6767,0,380.879,-48.4809,145.248,2.50546,300,10,0,1221,0,1,0,0,0),(17591,2250,0,1,1,1050,0,317.514,-49.5495,142.326,0.13532,300,10,0,1163,0,1,0,0,0),(17590,2250,0,1,1,1050,0,184.131,-247.368,149.082,1.34463,300,10,0,1163,0,1,0,0,0),(17589,2407,0,1,1,2300,0,-80.9055,-331.666,136.471,6.03441,300,10,0,1221,0,1,0,0,0),(17588,2251,0,1,1,6767,0,211.928,-248.341,145.491,2.57195,300,10,0,1221,0,1,0,0,0),(17587,2407,0,1,1,2300,0,-181.368,-255.929,151.59,3.69543,300,5,0,1221,0,1,0,0,0),(17586,2406,0,1,1,1058,0,-47.9259,-178.853,132.089,1.56689,300,10,0,1163,0,1,0,0,0),(17585,2407,0,1,1,2300,0,-81.8984,-82.5289,136.901,0.03124,300,10,0,1221,0,1,0,0,0),(17584,2251,0,1,1,6767,0,247.9,-208.325,143.986,2.06936,300,3,0,1221,0,1,0,0,0),(17583,2241,0,1,1,3709,1,-49.1389,-581.399,154.051,5.2217,300,10,0,1221,0,1,0,0,0),(17582,2406,0,1,1,1058,0,-82.1833,-222.665,137.578,4.58513,300,10,0,1163,0,1,0,0,0),(17581,2241,0,1,1,3710,1,-7.82943,-569.731,149.45,1.708,300,5,0,1221,0,1,0,0,0),(17580,2406,0,1,1,1058,0,-45.731,-116.81,131.969,5.59741,300,10,0,1163,0,1,0,0,0),(17571,2250,0,1,1,1050,0,188.706,-146.966,126.835,0.692738,300,0,0,1163,0,0,0,0,0),(17570,2240,0,1,1,3706,1,-47.5204,-553.564,151.293,4.66461,300,10,0,1163,0,1,0,0,0),(17569,2240,0,1,1,3706,1,19.9896,-570.185,146.782,5.17778,300,10,0,1163,0,1,0,0,0),(17568,2241,0,1,1,3710,1,-21.1649,-520.467,149.661,5.4439,300,5,0,1221,0,1,0,0,0),(17563,2251,0,1,1,6767,0,184.782,-219.122,148.217,5.4895,300,10,0,1221,0,1,0,0,0),(17561,2407,0,1,1,2300,0,-223.589,-324.579,160.632,1.79708,300,10,0,1221,0,1,0,0,0),(17560,2406,0,1,1,1058,0,-214.918,-346.312,158.212,2.46685,300,3,0,1163,0,1,0,0,0),(17559,2250,0,1,1,1050,0,247.783,-146.869,142.456,2.48688,300,3,0,1163,0,1,0,0,0),(17558,2406,0,1,1,1058,0,33.9721,-414.58,126.873,3.11816,300,10,0,1163,0,1,0,0,0),(17557,2250,0,1,1,1050,0,153.865,-185.505,147.713,5.75337,300,5,0,1163,0,1,0,0,0),(17556,2406,0,1,1,1058,0,-216.06,-286.145,159.976,3.2473,300,5,0,1163,0,1,0,0,0),(17555,2251,0,1,1,6767,0,122.124,-212.206,157.538,3.47211,300,3,0,1221,0,1,0,0,0),(17554,2407,0,1,1,2300,0,-6.73912,-440.171,116.233,5.15013,300,3,0,1221,0,1,0,0,0),(17553,2272,0,1,1,3715,1,363.027,151.27,42.6541,3.68532,300,0,0,882,2362,0,0,0,0),(17552,2250,0,1,1,1050,0,218.632,-186.957,138.508,5.21451,300,10,0,1163,0,1,0,0,0),(17551,2406,0,1,1,1058,0,-112.202,-253.167,141.937,4.76518,300,10,0,1163,0,1,0,0,0),(17550,2406,0,1,1,1058,0,-144.744,-318.556,149.53,3.19438,300,10,0,1163,0,1,0,0,0),(17549,2240,0,1,1,3707,1,-15.6267,-554.289,151.605,3.69756,300,0,0,1163,0,0,0,0,0),(17387,2240,0,1,1,3706,1,-27.8804,-551.943,151.23,1.74673,300,0,0,1163,0,0,0,0,0),(17386,2241,0,1,1,3709,1,-28.3127,-540.77,151.48,5.21148,300,3,0,1221,0,1,0,0,0),(17385,2406,0,1,1,1058,0,-155.448,-267.079,149.913,4.75932,300,10,0,1163,0,1,0,0,0),(17384,2406,0,1,1,1058,0,96.3073,-590.16,141.197,5.72334,300,5,0,1163,0,1,0,0,0),(17383,2406,0,1,1,1058,0,-71.089,-204.907,130.512,1.35425,300,10,0,1163,0,1,0,0,0),(17382,2241,0,1,1,3709,1,-28.5016,-561.634,151.48,0.994472,300,0,0,1221,0,0,0,0,0),(17381,2241,0,1,1,3710,1,-37.666,-555.258,151.293,1.73384,300,0,0,1221,0,0,0,0,0),(17380,2407,0,1,1,2300,0,49.2185,-496.211,142.817,1.87461,300,10,0,1221,0,1,0,0,0),(17379,2250,0,1,1,1050,0,118.497,-299.609,167.525,1.99775,300,3,0,1163,0,1,0,0,0),(17378,2250,0,1,1,1050,0,147.523,-252.928,154.71,4.236,300,3,0,1163,0,1,0,0,0),(17377,2407,0,1,1,2300,0,69.027,-454.634,141.676,2.43092,300,5,0,1221,0,1,0,0,0),(17376,2251,0,1,1,6767,0,281.108,-321.411,157.967,4.90677,300,10,0,1221,0,1,0,0,0),(17375,2250,0,1,1,1050,0,225.94,-318.775,155.309,4.10759,300,10,0,1163,0,1,0,0,0),(17374,2251,0,1,1,6767,0,249.024,-346.505,161.025,1.6057,300,10,0,1221,0,1,0,0,0),(17373,2250,0,1,1,1050,0,144.732,-317.714,150.336,4.36285,300,5,0,1163,0,1,0,0,0),(17372,2250,0,1,1,1050,0,123.559,-352.904,155.501,5.69518,300,3,0,1163,0,1,0,0,0),(17371,2406,0,1,1,1058,0,-66.0431,-158.701,131.788,3.11426,300,10,0,1163,0,1,0,0,0),(17370,2254,0,1,1,655,1,644.413,-502.789,177.247,2.32129,300,3,0,1277,0,1,0,0,0),(17369,2250,0,1,1,1050,0,191.431,-342.083,154.574,3.90744,300,5,0,1163,0,1,0,0,0),(17368,2252,0,1,1,11567,1,475.207,-581.735,175.288,3.235,300,5,0,1163,0,1,0,0,0),(17367,2253,0,1,1,610,1,488.241,-606.531,173.021,0.521326,300,10,0,1220,0,1,0,0,0),(17366,2251,0,1,1,6767,0,208.105,-374.491,154.6,5.1527,300,10,0,1221,0,1,0,0,0),(17365,2252,0,1,1,11567,1,447.547,-644.726,167.21,2.67503,300,10,0,1163,0,1,0,0,0),(17364,2251,0,1,1,6767,0,254.377,-418.255,153.77,5.04764,300,5,0,1221,0,1,0,0,0),(17363,2252,0,1,1,11567,1,648.325,-702.423,203.822,3.73231,300,5,0,1163,0,1,0,0,0),(17362,2252,0,1,1,11567,1,655.625,-665.677,215.768,0.224602,300,5,0,1163,0,1,0,0,0),(17361,2253,0,1,1,610,1,613.289,-657.157,153.99,3.86315,300,3,0,1220,0,1,0,0,0),(17359,2251,0,1,1,6767,0,287.656,-447.496,154.451,0.632963,300,10,0,1221,0,1,0,0,0),(17358,2252,0,1,1,11567,1,322.954,-509.646,164.839,1.23865,300,5,0,1163,0,1,0,0,0),(17357,2252,0,1,1,11567,1,312.919,-547.876,157.703,3.60499,300,5,0,1163,0,1,0,0,0),(17356,2251,0,1,1,6767,0,348.645,-378.551,174.676,0.974613,300,5,0,1221,0,1,0,0,0),(17355,2272,0,1,1,3715,1,-73.1951,272.237,54.9137,0.002575,300,0,0,882,2362,0,0,0,0),(17354,2252,0,1,1,11567,1,604.904,-709.128,151.235,4.32808,300,3,0,1163,0,1,0,0,0),(17353,2253,0,1,1,610,1,363.203,-519.953,164.15,3.61565,300,10,0,1220,0,1,0,0,0),(17352,2251,0,1,1,6767,0,332.339,-413.666,171.723,0.188024,300,10,0,1221,0,1,0,0,0),(17351,2271,0,1,1,3711,1,-74.4797,251.402,53.3903,2.77424,300,0,0,1107,0,2,0,0,0),(17350,2253,0,1,1,610,1,382.563,-583.427,159.461,2.53267,300,10,0,1220,0,1,0,0,0),(17349,2271,0,1,1,3711,1,-108.967,257.865,54.1505,2.49409,300,3,0,1107,0,1,0,0,0),(17348,2251,0,1,1,6767,0,281.708,-390.546,165.158,4.64011,300,10,0,1221,0,1,0,0,0),(17347,2272,0,1,1,3715,1,-54.1073,302.767,53.8939,5.70304,300,5,0,882,2362,1,0,0,0),(17346,2253,0,1,1,610,1,649.106,-717.863,159.806,4.03139,300,3,0,1220,0,1,0,0,0),(17345,2252,0,1,1,11567,1,386.934,-615.523,159.569,4.94748,300,10,0,1163,0,1,0,0,0),(17344,2251,0,1,1,6767,0,319.192,-350.858,168.027,6.21789,300,10,0,1221,0,1,0,0,0),(17343,2349,0,1,1,6808,0,-157.096,341.104,86.8935,2.44922,300,10,0,664,0,1,0,0,0),(17342,2252,0,1,1,11567,1,355.384,-590.003,154.001,6.03635,300,10,0,1163,0,1,0,0,0),(17341,2415,0,1,1,1840,1,-49.0337,286.444,66.1258,3.61283,300,0,0,1075,2763,0,0,0,0),(17340,2271,0,1,1,11474,1,-57.3088,268.153,55.0573,0.770251,300,0,0,1107,0,0,0,0,0),(17314,2250,0,1,1,1050,0,244.251,-312.776,152.792,3.37377,300,10,0,1163,0,1,0,0,0),(17313,2414,0,1,1,1831,0,-52.7808,285.753,66.0425,1.21784,300,0,0,1342,0,0,0,0,0),(17312,2251,0,1,1,6767,0,287.106,-310.272,159.842,0.03827,300,0,0,1221,0,0,0,0,0),(17311,2253,0,1,1,610,1,648.909,-647.39,155.598,2.44324,300,5,0,1220,0,1,0,0,0),(17310,2253,0,1,1,610,1,654.786,-636.09,157.662,1.15192,300,0,0,1220,0,2,0,0,0),(17309,2356,0,1,1,3201,0,209.326,188.713,44.1624,1.89949,300,10,0,944,0,1,0,0,0),(17308,2253,0,1,1,610,1,679.338,-676.477,157.42,5.06145,300,3,0,1220,0,1,0,0,0),(17307,2356,0,1,1,3201,0,-53.8835,351.264,62.5955,0.06163,300,10,0,944,0,1,0,0,0),(17306,2271,0,1,1,3711,1,-63.8853,276.199,66.0735,2.89725,300,0,0,1107,0,0,0,0,0),(17305,2252,0,1,1,11567,1,692.677,-585.796,165.611,5.80102,300,3,0,1163,0,1,0,0,0),(17304,2252,0,1,1,11567,1,787.607,-613.366,146.568,5.42999,300,10,0,1163,0,1,0,0,0),(17303,2272,0,1,1,3714,1,-51.4258,283.003,57.8904,5.02819,300,0,0,882,2362,0,0,0,0),(17302,2271,0,1,1,3711,1,-72.2002,279.219,66.0736,1.37881,300,0,0,1107,0,0,0,0,0),(17301,2271,0,1,1,3711,1,-60.4079,288.791,57.9706,5.48033,300,0,0,1107,0,0,0,0,0),(17300,2253,0,1,1,610,1,687.099,-563.148,165.921,6.13811,300,10,0,1220,0,1,0,0,0),(17299,2252,0,1,1,11567,1,714.346,-614.606,157.01,1.53932,300,5,0,1163,0,1,0,0,0),(17298,2252,0,1,1,11567,1,810.396,-586.578,144.25,3.64063,300,5,0,1163,0,1,0,0,0),(17297,2253,0,1,1,610,1,883.216,-552.075,141.885,1.65696,300,5,0,1220,0,1,0,0,0),(17296,2271,0,1,1,11474,1,-35.3758,210.943,51.561,4.10292,300,10,0,1107,0,1,0,0,0),(17295,2247,0,1,1,3730,1,1255.23,-253.967,42.8272,1.32914,300,5,0,1678,0,1,0,0,0),(17294,2413,0,1,1,1829,0,-104.762,225.969,55.1642,2.36573,300,0,0,1279,0,0,0,0,0),(17293,2412,0,1,1,1828,0,-112.737,213.864,55.4265,2.66181,300,0,0,1221,0,0,0,0,0),(17292,2247,0,1,1,3729,1,1191.44,-289.727,40.3282,5.43101,300,0,0,1678,0,2,0,0,0),(17291,2253,0,1,1,610,1,876.801,-555.965,141.884,3.4851,300,0,0,1220,0,2,0,0,0),(17290,2252,0,1,1,11567,1,842.781,-517.835,139.854,3.50485,300,10,0,1163,0,1,0,0,0),(17289,2411,0,1,1,1838,0,-73.2279,218.838,53.4005,5.12946,300,0,0,1221,0,0,0,0,0),(17288,2272,0,1,1,3715,1,-63.4723,225.301,53.3028,1.28586,300,5,0,882,2362,1,0,0,0),(17287,2246,0,1,1,3727,1,1243.57,-281.413,41.0466,1.59453,300,5,0,1604,0,1,0,0,0),(17286,2246,0,1,1,3727,1,1212.02,-295.032,41.6449,1.39626,300,0,0,1604,0,0,0,0,0),(17285,2253,0,1,1,610,1,913.402,-482.009,135.512,3.27576,300,3,0,1220,0,1,0,0,0),(17114,2252,0,1,1,11567,1,355.259,-487.538,174.401,0.063205,300,10,0,1163,0,1,0,0,0),(17113,2272,0,1,1,3714,1,-132.038,211.602,53.5225,5.3552,300,0,0,882,2362,2,0,0,0),(17112,2253,0,1,1,610,1,848.011,-495.318,135.07,3.78978,300,10,0,1220,0,1,0,0,0),(17111,2252,0,1,1,11567,1,376.184,-474.349,178.482,2.73572,300,10,0,1163,0,1,0,0,0),(17110,2252,0,1,1,11567,1,818.38,-446.772,134.109,1.29342,300,10,0,1163,0,1,0,0,0),(17109,2271,0,1,1,3711,1,-69.0811,189.072,53.4005,4.62512,300,0,0,1107,0,0,0,0,0),(17108,2252,0,1,1,11567,1,887.586,-446.3,135.309,1.76647,300,5,0,1163,0,1,0,0,0),(17107,2253,0,1,1,610,1,848.877,-453.343,133.636,4.56049,300,10,0,1220,0,1,0,0,0),(17106,2253,0,1,1,610,1,416.831,-652.609,168.172,1.99022,300,3,0,1220,0,1,0,0,0),(17105,2252,0,1,1,11567,1,373.067,-544.44,162.54,0.680439,300,10,0,1163,0,1,0,0,0),(17104,2271,0,1,1,3711,1,-142.473,267.622,81.7666,0.563457,300,3,0,1107,0,1,0,0,0),(17103,2271,0,1,1,11474,1,-65.9751,196.352,53.2914,5.61996,300,0,0,1107,0,0,0,0,0),(17102,2271,0,1,1,11474,1,-139.098,200.69,56.5748,4.20624,300,0,0,1107,0,0,0,0,0),(17101,2250,0,1,1,1050,0,246.242,-127,140.002,-1.96796,300,0,0,1163,0,0,0,0,0),(17100,2271,0,1,1,11474,1,-131.713,177.702,58.6838,2.47112,300,10,0,1107,0,1,0,0,0),(17099,2250,0,1,1,1050,0,274.233,-93.0351,142.633,-2.5994,300,0,0,1163,0,0,0,0,0),(17098,883,0,1,1,347,0,785.417,-1469.76,75.4901,2.79253,300,10,0,1,0,1,0,0,0),(17097,2246,0,1,1,3728,1,1210.39,-263.829,34.54,5.29039,300,5,0,1604,0,1,0,0,0),(17096,2250,0,1,1,1050,0,295.717,-72.5672,143.07,-2.05713,300,3,0,1163,0,1,0,0,0),(17095,2254,0,1,1,655,1,589.876,-374.514,155.533,2.39405,300,0,0,1277,0,0,0,0,0),(17094,2271,0,1,1,3711,1,-132.845,197.773,55.5116,4.15388,300,0,0,1107,0,0,0,0,0),(17093,2254,0,1,1,655,1,612.385,-405.736,160.291,0.061967,300,5,0,1277,0,1,0,0,0),(17092,2251,0,1,1,6767,0,482.405,-83.0444,147.901,3.20409,300,5,0,1221,0,1,0,0,0),(17091,2251,0,1,1,6767,0,613.392,-82.423,136.765,2.17992,300,5,0,1221,0,1,0,0,0),(17090,3984,0,1,1,2047,0,888.142,-121.85,38.3887,1.0821,600,0,0,3330,0,0,0,0,0),(17084,2251,0,1,1,6767,0,244.623,-267.242,144.82,2.86984,300,0,0,1221,0,2,0,0,0),(17085,2251,0,1,1,6767,0,837.333,-221.407,136.233,1.81918,300,5,0,1221,0,1,0,0,0),(17086,2251,0,1,1,6767,0,268.13,-271.381,146.755,3.92834,300,3,0,1221,0,1,0,0,0),(17088,2251,0,1,1,6767,0,549.496,-80.9045,143.423,3.42092,300,10,0,1221,0,1,0,0,0),(17089,2251,0,1,1,6767,0,581.406,-46.6115,139.593,1.90245,300,5,0,1221,0,1,0,0,0),(17885,1943,0,1,1,10856,1,1011.88,688.576,53.82,6.03225,275,3,0,417,0,1,0,0,0),(17884,1914,0,1,1,3562,1,-343.636,839.743,91.5483,4.7293,275,5,0,285,790,1,0,0,0),(17883,1767,0,1,1,441,1,1338.47,634.644,33.7373,1.51703,275,10,0,247,0,1,0,0,0),(17882,1769,0,1,1,11180,0,1130.28,1106.35,40.3083,1.36268,275,10,0,186,191,1,0,0,0),(17881,1769,0,1,1,11180,0,1144.94,1087.4,34.0637,2.724,275,10,0,186,191,1,0,0,0),(17870,7489,0,1,1,10797,1,453.054,1521.15,132.486,3.63029,275,0,0,3048,0,0,0,0,0),(17869,7489,0,1,1,10797,1,458.611,1556.36,129.373,4.38078,275,0,0,3048,0,0,0,0,0),(17868,7489,0,1,1,10797,1,540.374,1566.66,131.89,6.24828,275,0,0,3048,0,0,0,0,0),(17867,6389,0,1,1,5345,1,499.653,1626.22,125.748,5.35816,275,0,0,1398,0,0,0,0,0),(17866,2121,0,1,1,1948,1,520.624,1602.92,126.53,1.50098,275,0,0,484,0,0,0,0,0),(17083,2254,0,1,1,655,1,565.341,-428.128,176.763,0.547347,300,3,0,1277,0,1,0,0,0),(17082,2254,0,1,1,655,1,592.707,-448.215,162.539,0.514212,300,5,0,1277,0,1,0,0,0),(17081,2255,0,1,1,6705,1,604.21,-428.788,162.416,2.0318,300,5,0,970,2861,1,0,0,0),(17080,2251,0,1,1,6767,0,820.378,-246.564,145.692,5.21882,300,5,0,1221,0,1,0,0,0),(17079,2251,0,1,1,6767,0,264.081,-262.043,144.902,6.28017,300,3,0,1221,0,1,0,0,0),(17078,2254,0,1,1,655,1,623.545,-424.733,161.581,4.16375,300,5,0,1277,0,1,0,0,0),(17077,2349,0,1,1,6808,0,318.011,82.7339,49.147,0.754273,300,10,0,664,0,1,0,0,0),(17076,2251,0,1,1,6767,0,491.276,-51.0176,147.555,1.92157,300,5,0,1221,0,1,0,0,0),(17075,2251,0,1,1,6767,0,795.134,-219.984,135.505,5.82298,300,5,0,1221,0,1,0,0,0),(17074,2251,0,1,1,6767,0,758.091,-163.123,136.654,2.50122,300,5,0,1221,0,1,0,0,0),(17073,2251,0,1,1,6767,0,318.52,-388.749,170.846,1.09349,300,10,0,1221,0,1,0,0,0),(17072,2255,0,1,1,6705,1,627.771,-496.414,176.108,2.86067,300,0,0,970,2861,2,0,0,0),(17071,2251,0,1,1,6767,0,697.083,-137.171,140.43,3.75722,300,5,0,1221,0,1,0,0,0),(17070,2251,0,1,1,6767,0,651.883,-117.319,138.087,0.744322,300,10,0,1221,0,1,0,0,0),(11235,2621,0,1,1,4035,1,-828.82,-3538.35,72.5673,4.32842,400,0,0,2769,0,0,0,0,0),(11236,2621,0,1,1,4034,1,-860.473,-3505.75,73.1511,5.98648,400,0,0,2769,0,0,0,0,0),(11237,2621,0,1,1,4035,1,-844.953,-3501.15,74.1511,1.58825,400,0,0,2769,0,0,0,0,0),(11234,2818,0,1,1,3950,1,-944.927,-3533.55,71.533,2.3911,400,0,0,1604,0,0,0,0,0),(11233,2621,0,1,1,4035,1,-967.201,-3548.33,57.0722,2.56563,400,0,0,2769,0,0,0,0,0),(11232,2580,0,1,1,388,0,-1876.24,-1642.1,36.1237,1.08795,400,3,0,1536,0,1,0,0,0),(11229,2560,0,1,1,180,0,-1449.87,-1626.45,33.6743,3.49391,400,10,0,1221,0,1,0,0,0),(11230,2580,0,1,1,388,0,-1841.41,-1723.41,54.7649,0.234557,400,3,0,1536,0,1,0,0,0),(11231,2580,0,1,1,388,0,-1786.39,-1742.23,44.714,1.20699,400,3,0,1536,0,1,0,0,0),(11228,2564,0,1,1,1054,1,-1251.99,-2054.92,50.2847,6.07375,400,0,0,1221,0,0,0,0,0),(11226,2620,0,1,1,1072,0,-1754.05,-2280.02,40.9319,4.23844,400,10,0,8,0,1,0,0,0),(11227,2620,0,1,1,1072,0,-1256.51,-3463.37,38.7758,1.82362,400,10,0,8,0,1,0,0,0),(17069,2251,0,1,1,6767,0,582.327,-120.867,140.161,5.18303,300,5,0,1221,0,1,0,0,0),(17068,2254,0,1,1,655,1,609.137,-501.562,174.307,0.153292,300,3,0,1277,0,1,0,0,0),(11224,2620,0,1,1,1072,0,-1128.02,-1972.22,68.6104,0.504457,400,10,0,8,0,1,0,0,0),(11225,2620,0,1,1,1072,0,-1336.35,-1663.31,53.8125,5.55939,400,10,0,8,0,1,0,0,0),(17067,2252,0,1,1,11567,1,487.315,-577.701,179.288,0.564797,300,5,0,1163,0,1,0,0,0),(17066,14222,0,1,1,1933,0,153.893,-62.1832,100.034,4.13847,43200,0,0,1342,0,0,0,0,0),(17065,2406,0,1,1,1058,0,26.6082,-72.8633,108.79,5.91573,300,10,0,1163,0,1,0,0,0),(17064,2287,0,1,1,536,1,452.979,-280.865,160.586,2.37553,300,5,0,1459,0,1,0,0,0),(17063,2256,0,1,1,416,1,407.184,-326.58,165.899,0.069951,300,5,0,1395,0,1,0,0,0),(17062,2256,0,1,1,416,1,479.627,-288.926,154.486,4.00883,300,5,0,1395,0,1,0,0,0),(17061,2287,0,1,1,536,1,421.195,-291.154,163.5,1.38048,300,0,0,1459,0,0,0,0,0),(17057,2253,0,1,1,610,1,785.363,-650.579,148.54,5.19189,300,10,0,1220,0,1,0,0,0),(17058,2253,0,1,1,610,1,715.072,-585.638,164.237,0.697297,300,10,0,1220,0,1,0,0,0),(17059,2256,0,1,1,416,1,380.16,-286.451,158.182,4.08968,300,5,0,1395,0,1,0,0,0),(17060,2287,0,1,1,536,1,393.959,-314.548,164.389,0.034832,300,5,0,1459,0,1,0,0,0),(17865,6739,0,1,1,7633,1,510.916,1636.47,126.027,4.31096,275,0,0,1003,0,0,0,0,0),(17864,1912,0,1,1,3602,1,-194.278,924.227,71.6556,5.98648,275,0,0,300,0,0,0,0,0),(17056,2252,0,1,1,11567,1,817.765,-656.638,150.396,6.0569,300,10,0,1163,0,1,0,0,0),(17055,2243,0,1,1,3722,1,1119.21,-513.702,80.2515,0.839288,300,5,0,1469,0,1,0,0,0),(17054,2407,0,1,1,2300,0,1138.11,-491.476,71.8514,2.07989,300,10,0,1221,0,1,0,0,0),(17053,2247,0,1,1,3730,1,1158.11,-421.317,59.5218,4.69381,300,3,0,1678,0,1,0,0,0),(17051,2246,0,1,1,3727,1,1186.34,-351.027,46.9817,5.63644,300,5,0,1604,0,1,0,0,0),(17052,2320,0,1,1,1836,1,1232.85,-314.9,44.1864,3.24631,300,0,0,1753,0,0,0,0,0),(17863,5758,0,1,1,4178,1,-635.247,1186.65,77.7776,3.89208,275,0,0,417,0,0,0,0,0),(17862,1924,0,1,1,574,0,-525.075,1431.27,22.7244,5.44455,275,5,0,328,0,1,0,0,0),(17861,1765,0,1,1,11421,0,1513.06,555.113,52.3071,2.80472,275,10,0,198,0,1,0,0,0),(17860,1912,0,1,1,3603,1,144.396,1069.46,92.4523,5.32778,275,5,0,300,0,1,0,0,0),(17859,1924,0,1,1,574,0,-488.13,1317.5,40.9593,4.61068,275,10,0,328,0,1,0,0,0),(17050,2247,0,1,1,3730,1,1165.54,-372.058,47.6272,1.53469,300,5,0,1678,0,1,0,0,0),(17049,2247,0,1,1,3730,1,1225.8,-315.277,43.624,0.204444,300,0,0,1678,0,0,0,0,0),(17048,2246,0,1,1,3727,1,1218.41,-318.921,43.6272,5.37087,300,5,0,1604,0,1,0,0,0),(17047,2246,0,1,1,3727,1,1205.13,-326.163,42.572,1.54423,300,5,0,1604,0,1,0,0,0),(17046,2256,0,1,1,416,1,453.524,-324.387,163.722,5.0239,300,5,0,1395,0,1,0,0,0),(17045,2247,0,1,1,3729,1,1153.59,-345.708,44.6076,5.74756,300,5,0,1678,0,1,0,0,0),(17044,2246,0,1,1,3728,1,1125.68,-329.265,44.0319,2.2934,300,5,0,1604,0,1,0,0,0),(17041,2256,0,1,1,416,1,582.453,-275.855,150.352,5.26259,300,5,0,1395,0,1,0,0,0),(17042,2287,0,1,1,536,1,480.93,-312.608,156.495,3.29597,300,10,0,1459,0,1,0,0,0),(17043,2256,0,1,1,416,1,485.349,-352.238,177.792,4.69012,300,0,0,1395,0,0,0,0,0),(17040,2417,0,1,1,11563,1,483.455,-211.943,145.366,1.44298,600,0,0,3540,1236,2,0,0,0),(17039,2287,0,1,1,536,1,506.309,-252.899,151.283,2.14939,300,0,0,1459,0,2,0,0,0),(17038,2256,0,1,1,416,1,579.702,-214.162,144.218,2.96821,300,10,0,1395,0,1,0,0,0),(17037,2256,0,1,1,416,1,551.142,-247.288,150.08,0.237406,300,10,0,1395,0,1,0,0,0),(17036,2256,0,1,1,416,1,564.359,-325.241,150.794,3.96101,300,0,0,1395,0,2,0,0,0),(17035,2256,0,1,1,416,1,542.972,-284.713,152.239,4.91177,300,5,0,1395,0,1,0,0,0),(17034,2287,0,1,1,536,1,545.437,-213.445,147.091,2.0781,300,10,0,1459,0,1,0,0,0),(17033,2287,0,1,1,536,1,583.83,-246.748,147.402,1.57791,300,10,0,1459,0,1,0,0,0),(17032,2246,0,1,1,3727,1,1212.78,-335.065,43.2034,1.9082,300,5,0,1604,0,1,0,0,0),(17031,2246,0,1,1,3727,1,1141.32,-314.401,44.0243,2.4635,300,5,0,1604,0,1,0,0,0),(17030,2407,0,1,1,2300,0,929.454,-714.905,121.426,3.33612,300,10,0,1221,0,1,0,0,0),(17029,2407,0,1,1,2300,0,910.605,-717.856,125.825,0.940396,300,10,0,1221,0,1,0,0,0),(17028,2242,0,1,1,3717,1,655.103,-963.234,164.585,5.66938,300,5,0,1403,0,1,0,0,0),(17027,2319,0,1,1,3712,1,678.246,-959.698,164.475,4.63889,300,5,0,992,2680,1,0,0,0),(17026,2318,0,1,1,3724,1,742.466,-962.231,166.228,3.52509,300,0,0,1037,2680,0,0,0,0),(17025,2319,0,1,1,3713,1,750.588,-941.621,166.228,0.171166,300,5,0,992,2680,1,0,0,0),(17024,2319,0,1,1,3713,1,731.106,-962.129,166.225,0.027601,300,0,0,992,2680,0,0,0,0),(17023,2319,0,1,1,3713,1,731.417,-948.522,165.326,4.65513,300,10,0,992,2680,1,0,0,0),(17022,2319,0,1,1,3713,1,678.254,-986.974,170.355,5.82411,300,3,0,992,2680,1,0,0,0),(17021,2242,0,1,1,3717,1,682.981,-994.398,170.359,3.49846,300,5,0,1403,0,1,0,0,0),(17020,2431,0,1,1,1830,1,689.462,-984.645,165.594,5.43263,300,0,0,1536,0,0,0,0,0),(17019,2318,0,1,1,3723,1,684.328,-998.427,170.36,1.25963,300,0,0,1037,2680,0,0,0,0),(17018,2242,0,1,1,3717,1,683.847,-994.997,165.58,4.15397,300,5,0,1403,0,1,0,0,0),(17017,2242,0,1,1,3717,1,658.716,-992.233,166.397,6.01485,300,5,0,1403,0,1,0,0,0),(17016,2319,0,1,1,3713,1,650.61,-938.015,166.408,5.34427,300,0,0,992,2680,0,0,0,0),(17015,2319,0,1,1,3713,1,679.415,-984.824,165.594,5.03724,300,0,0,992,2680,0,0,0,0),(17014,2318,0,1,1,3724,1,644.461,-931.561,166.408,4.44413,300,0,0,1037,2680,0,0,0,0),(17013,2242,0,1,1,3716,1,680.913,-917.857,171.806,6.17192,300,5,0,1403,0,1,0,0,0),(17012,2319,0,1,1,3713,1,679.425,-933.79,171.806,4.11187,300,5,0,992,2680,1,0,0,0),(17011,2319,0,1,1,3712,1,688.478,-894.129,157.78,5.80085,300,5,0,992,2680,1,0,0,0),(17010,2242,0,1,1,3716,1,695.282,-936.197,171.806,4.05018,300,5,0,1403,0,1,0,0,0),(17009,2316,0,1,1,3684,0,683.518,-895.468,171.889,4.03171,300,0,0,713,0,0,0,0,0),(17008,2318,0,1,1,3724,1,678.995,-903.938,157.779,4.31451,300,0,0,1037,2680,0,0,0,0),(17007,2319,0,1,1,3713,1,686.47,-901.533,164.935,6.00372,300,0,0,992,2680,0,0,0,0),(17006,2242,0,1,1,3716,1,690.531,-935.203,164.951,1.50866,300,5,0,1403,0,1,0,0,0),(17005,2242,0,1,1,3716,1,681.319,-914.423,164.948,6.26259,300,5,0,1403,0,1,0,0,0),(17004,2242,0,1,1,3717,1,688.203,-925.587,164.325,4.25554,300,5,0,1403,0,1,0,0,0),(17003,2253,0,1,1,610,1,481.073,-660.191,166.677,4.93509,300,10,0,1220,0,1,0,0,0),(17002,2252,0,1,1,11567,1,517.863,-686.477,159.279,2.85136,300,10,0,1163,0,1,0,0,0),(17001,2318,0,1,1,3723,1,637.477,-824.794,159.937,3.94363,300,0,0,1037,2680,0,0,0,0),(17000,2253,0,1,1,610,1,516.877,-655.732,161.274,3.14355,300,5,0,1220,0,1,0,0,0),(16999,2253,0,1,1,610,1,450.549,-623.206,167.599,0.309406,300,0,0,1220,0,2,0,0,0),(16998,2254,0,1,1,655,1,626.715,-514.474,179.317,2.76538,300,0,0,1277,0,2,0,0,0),(16997,2254,0,1,1,655,1,645.684,-346.644,150.63,1.08693,300,5,0,1277,0,1,0,0,0),(16996,2254,0,1,1,655,1,544.623,-449.631,169.007,1.47696,300,3,0,1277,0,1,0,0,0),(16995,2255,0,1,1,6705,1,646.925,-416.483,158.964,4.94589,300,5,0,970,2861,1,0,0,0),(16994,2252,0,1,1,11567,1,515.574,-620.737,170.678,5.66709,300,5,0,1163,0,1,0,0,0),(16993,2407,0,1,1,2300,0,-51.0512,-585.43,154.056,1.63211,300,10,0,1221,0,1,0,0,0),(16992,2386,0,1,1,3705,1,14.4193,-351.856,131.161,3.82227,300,0,0,2310,0,0,0,0,0),(16991,13816,0,1,1,13794,1,14.9091,-354.979,131.126,3.01942,300,0,0,3500,0,0,0,0,0),(16990,16392,0,1,1,16163,1,57.0785,-235.115,129.506,0.927708,600,0,0,74685,0,2,0,0,0),(16989,13841,0,1,1,13841,1,-16.3255,-321.615,131.254,4.38078,600,0,0,8400,0,0,0,0,0),(16988,2386,0,1,1,3705,1,-20.3653,-320.395,131.224,4.27606,300,0,0,2310,0,0,0,0,0),(16987,2242,0,1,1,3717,1,719.292,-901.453,166.285,1.55704,300,5,0,1403,0,1,0,0,0),(16986,2358,0,1,1,3719,1,33.6064,363.983,43.0696,2.36002,300,5,0,954,2553,1,0,0,0),(16985,2246,0,1,1,3727,1,1211.9,-306.238,43.6272,4.9607,300,5,0,1604,0,1,0,0,0),(16984,2271,0,1,1,11474,1,31.3163,359.058,43.089,6.15927,300,0,0,1107,0,0,0,0,0),(16983,2287,0,1,1,536,1,486.438,-220.825,152.522,5.26489,300,0,0,1459,0,2,0,0,0),(16982,2287,0,1,1,536,1,474.174,-230.262,152.522,0.549092,300,0,0,1459,0,2,0,0,0),(16981,2287,0,1,1,536,1,494.189,-219.115,161.344,0.375967,300,0,0,1459,0,2,0,0,0),(16980,2287,0,1,1,536,1,483.799,-253.193,176.548,1.2047,300,0,0,1459,0,0,0,0,0),(16979,2287,0,1,1,536,1,462.583,-220.559,176.548,4.75883,300,0,0,1459,0,0,0,0,0),(16977,2287,0,1,1,536,1,519.215,-233.487,176.548,3.44486,300,0,0,1459,0,0,0,0,0),(16978,2287,0,1,1,536,1,504.848,-198.32,176.548,0.171632,300,0,0,1459,0,0,0,0,0),(16976,2287,0,1,1,536,1,475.089,-229.745,161.344,5.09011,300,0,0,1459,0,0,0,0,0),(16975,2356,0,1,1,3201,0,86.9317,186.725,45.28,0.382359,300,10,0,944,0,1,0,0,0),(16974,2287,0,1,1,536,1,504.94,-212.445,161.344,2.74369,300,0,0,1459,0,0,0,0,0),(16973,2447,0,1,1,6371,0,280.199,-1280.49,40.722,2.09915,53200,0,0,12121,2966,2,0,0,0),(16972,2240,0,1,1,3707,1,265.059,-834.333,144.195,2.4156,300,5,0,1163,0,1,0,0,0),(16971,2241,0,1,1,3709,1,193.253,-852.942,155.736,5.30039,300,5,0,1221,0,1,0,0,0),(16970,2240,0,1,1,3707,1,245.267,-868.649,148.056,4.99229,300,3,0,1163,0,1,0,0,0),(16969,2240,0,1,1,3707,1,222.754,-859.775,148.023,3.25053,300,0,0,1163,0,0,0,0,0),(16968,2240,0,1,1,3706,1,254.979,-850.563,146.853,1.14161,300,10,0,1163,0,1,0,0,0),(16967,2240,0,1,1,3706,1,229.853,-882.432,154.76,2.34784,300,3,0,1163,0,1,0,0,0),(16966,2440,0,1,1,3732,1,245.389,-859.285,147.103,2.31623,300,5,0,1163,0,1,0,0,0),(16965,2241,0,1,1,3710,1,203.335,-865.629,156.773,5.05402,300,10,0,1221,0,1,0,0,0),(16964,2242,0,1,1,3717,1,622.713,-961.933,164.701,5.83331,300,5,0,1403,0,1,0,0,0),(16963,2242,0,1,1,3717,1,654.379,-806.908,162.531,2.53249,300,5,0,1403,0,1,0,0,0),(16962,2242,0,1,1,3716,1,623.416,-801.88,163.582,2.20365,300,5,0,1403,0,1,0,0,0),(16960,2240,0,1,1,3707,1,237.363,-832.673,146.439,4.82431,300,5,0,1163,0,1,0,0,0),(16961,2240,0,1,1,3707,1,267.085,-798.087,139.064,4.50825,300,10,0,1163,0,1,0,0,0),(16958,2241,0,1,1,3710,1,236.107,-850.734,146.978,1.47384,300,0,0,1221,0,0,0,0,0),(16959,2319,0,1,1,3713,1,244.007,-844.847,147.228,0.798752,300,3,0,992,2680,1,0,0,0),(16957,2287,0,1,1,536,1,514.939,-221.333,152.522,4.60208,300,5,0,1459,0,1,0,0,0),(16955,2287,0,1,1,536,1,494.312,-232.524,151.023,3.48393,300,0,0,1459,0,0,0,0,0),(16956,2287,0,1,1,536,1,523.729,-234.227,152.522,2.05503,300,0,0,1459,0,0,0,0,0),(16954,2287,0,1,1,536,1,463.299,-216.028,152.522,6.17709,300,0,0,1459,0,0,0,0,0),(16953,2406,0,1,1,1058,0,-125.159,-175.088,113.374,0.714812,300,10,0,1163,0,1,0,0,0),(16952,2408,0,1,1,1244,0,332.292,-1421.88,35,3.24132,300,10,0,1050,0,1,0,0,0),(16951,2253,0,1,1,610,1,410.518,-518.126,170.693,0.873433,300,10,0,1220,0,1,0,0,0),(16949,2359,0,1,1,1068,0,344.881,178.165,42.4246,4.00452,300,5,0,1221,0,1,0,0,0),(16950,2358,0,1,1,3718,1,393.615,217.372,43.6941,0.075239,300,5,0,954,2553,1,0,0,0),(16948,2358,0,1,1,3718,1,473.709,240.079,43.4152,0.070947,300,5,0,954,2553,1,0,0,0),(16946,2359,0,1,1,1068,0,444.464,224.338,42.137,4.06395,300,0,0,1221,0,2,0,0,0),(16947,2420,0,1,1,536,1,513.84,-324.677,153.675,6.07188,300,0,0,1585,0,0,0,0,0),(16945,2359,0,1,1,1068,0,456.133,268.804,42.891,1.00392,300,5,0,1221,0,1,0,0,0),(16944,2359,0,1,1,1068,0,445.97,214.298,42.0323,3.16357,300,5,0,1221,0,1,0,0,0),(16943,2422,0,1,1,11552,1,718.836,-321.472,140.395,3.56283,300,0,0,1459,0,0,0,0,0),(16942,2358,0,1,1,3718,1,447.378,184.093,43.2503,3.64548,300,5,0,954,2553,1,0,0,0),(16941,2359,0,1,1,1068,0,491.084,224.798,41.9545,3.04521,300,5,0,1221,0,1,0,0,0),(16940,2421,0,1,1,416,1,627.546,-297.646,152.887,2.66314,300,0,0,1524,0,0,0,0,0),(16939,2358,0,1,1,3718,1,486.93,203.107,43.0991,5.0744,300,5,0,954,2553,1,0,0,0),(16938,2628,0,1,1,3720,1,414.552,211.044,43.2272,5.03043,300,5,0,1221,0,1,0,0,0),(16937,2359,0,1,1,1068,0,457.985,169.822,42.0298,0.39695,300,5,0,1221,0,1,0,0,0),(16936,2358,0,1,1,3718,1,357.448,174.729,41.9861,5.15566,300,5,0,954,2553,1,0,0,0),(16934,2359,0,1,1,1068,0,373.33,137.436,43.4051,5.83379,300,5,0,1221,0,1,0,0,0),(16935,2245,0,1,1,3726,1,1128.34,-723.285,69.4217,5.52093,300,0,0,1536,0,0,0,0,0),(16932,2243,0,1,1,3721,1,1096.8,-725.897,74.4938,0.295866,300,0,0,1469,0,0,0,0,0),(16933,2359,0,1,1,1068,0,370.506,201.773,42.7826,1.08532,300,5,0,1221,0,1,0,0,0),(16931,2243,0,1,1,3722,1,1103.93,-710.05,73.7967,6.02712,300,0,0,1469,0,0,0,0,0),(16930,2318,0,1,1,3723,1,1113.03,-708.455,72.0467,0.358357,300,0,0,1037,2680,0,0,0,0),(16928,2245,0,1,1,3725,1,1161.51,-564.228,71.7254,5.37378,300,3,0,1536,0,1,0,0,0),(16929,2243,0,1,1,3722,1,1121.97,-708.237,69.7967,5.82797,300,0,0,1469,0,0,0,0,0),(16927,2318,0,1,1,3724,1,1174.19,-554.698,71.1468,0.255882,300,0,0,1037,2680,0,0,0,0),(16926,2243,0,1,1,3721,1,1201.28,-554.588,70.4562,3.76099,300,3,0,1469,0,1,0,0,0),(16925,2358,0,1,1,3718,1,309.409,186.122,42.8756,4.54891,300,5,0,954,2553,1,0,0,0),(16924,2628,0,1,1,3720,1,160.558,223.594,42.7157,5.98357,300,5,0,1221,0,1,0,0,0),(16923,2243,0,1,1,3721,1,1168.53,-572.707,72.9234,1.78287,300,3,0,1469,0,1,0,0,0),(16922,2243,0,1,1,3722,1,1185.29,-542.59,72.6468,3.5126,300,10,0,1469,0,1,0,0,0),(16921,2243,0,1,1,3721,1,1131.01,-506.511,76.0326,4.97538,300,5,0,1469,0,1,0,0,0),(16920,2243,0,1,1,3722,1,1163.49,-529.427,76.7648,3.40836,300,10,0,1469,0,1,0,0,0),(16919,2243,0,1,1,3721,1,1186.63,-565.633,72.1468,5.40058,300,3,0,1469,0,1,0,0,0),(16918,2243,0,1,1,3722,1,1174.92,-542.781,72.8968,2.47518,300,10,0,1469,0,1,0,0,0),(16917,2359,0,1,1,1068,0,298.926,173.572,41.2229,5.28293,300,5,0,1221,0,1,0,0,0),(16916,2359,0,1,1,1068,0,127.99,244.026,43.82,0.493506,300,5,0,1221,0,1,0,0,0),(16915,2358,0,1,1,3719,1,92.6306,232.972,43.2658,5.69433,300,5,0,954,2553,1,0,0,0),(16914,2243,0,1,1,3721,1,1160.43,-551.638,74.1004,2.54045,300,10,0,1469,0,1,0,0,0),(16913,2407,0,1,1,2300,0,1075.66,-628.732,91.8456,4.24081,300,10,0,1221,0,1,0,0,0),(16912,2359,0,1,1,1068,0,78.1976,225.788,42.1213,5.30245,300,5,0,1221,0,1,0,0,0),(16911,2243,0,1,1,3721,1,981.158,-789.444,112.965,2.47401,300,0,0,1469,0,0,0,0,0),(16910,2243,0,1,1,3722,1,1067.43,-693.762,84.9393,3.55061,300,5,0,1469,0,1,0,0,0),(16909,2245,0,1,1,3726,1,995.187,-776.481,108.59,5.56314,300,0,0,1536,0,0,0,0,0),(16908,2318,0,1,1,3724,1,990.452,-787.772,109.465,1.52463,300,0,0,1037,2680,0,0,0,0),(16907,2245,0,1,1,3726,1,977.495,-773.211,109.84,4.8143,300,3,0,1536,0,1,0,0,0),(16906,2243,0,1,1,3722,1,930.37,-767.661,120.18,0.715615,300,10,0,1469,0,1,0,0,0),(16905,2306,0,1,1,1827,1,1180.59,-555.904,71.1468,1.8822,300,0,0,1239,3191,0,0,0,0),(16904,2243,0,1,1,3721,1,987.479,-772.467,108.715,3.50352,300,0,0,1469,0,0,0,0,0),(16903,2245,0,1,1,3726,1,997.809,-809.971,109.901,6.23948,300,3,0,1536,0,1,0,0,0),(16902,2243,0,1,1,3722,1,1025.23,-699.242,100.65,3.7556,300,3,0,1469,0,1,0,0,0),(16901,2246,0,1,1,3728,1,1218.9,-323.561,48.383,0.622039,300,5,0,1604,0,1,0,0,0),(16900,2423,0,1,1,1833,1,1227.89,-317.491,48.3923,4.45659,300,0,0,1522,1332,0,0,0,0),(16899,2247,0,1,1,3729,1,1218.18,-319.604,48.384,3.63428,300,3,0,1678,0,1,0,0,0),(16898,2349,0,1,1,6808,0,127.549,-13.6348,79.6948,3.51956,300,10,0,664,0,1,0,0,0),(16897,2243,0,1,1,3721,1,961.763,-837.9,113.478,0.012423,300,3,0,1469,0,1,0,0,0),(16896,2243,0,1,1,3721,1,941.045,-871.455,114.325,5.60531,300,3,0,1469,0,1,0,0,0),(16895,2243,0,1,1,3722,1,953.599,-864.57,113.728,5.35057,300,3,0,1469,0,1,0,0,0),(11221,2774,0,1,1,4051,1,-2064.04,-2085.47,9.15848,3.82227,400,0,0,1604,0,0,0,0,0),(11222,2792,0,1,1,4048,1,-947.559,-3481.63,51.4059,1.8326,400,0,0,1753,0,2,0,0,0),(11223,15021,0,1,1,15140,1,-846.947,-3503.78,73.9011,3.33358,400,0,0,3237,0,0,0,0,0),(16894,2243,0,1,1,3722,1,951.806,-828.002,114.478,1.39864,300,3,0,1469,0,1,0,0,0),(16893,2245,0,1,1,3725,1,1109.13,-739.73,70.945,3.35955,300,0,0,1536,0,0,0,0,0),(16892,2318,0,1,1,3724,1,930.255,-860.302,115.018,5.14075,300,0,0,1037,2680,0,0,0,0),(16891,2243,0,1,1,3722,1,927.343,-848.585,115.893,4.71953,300,0,0,1469,0,0,0,0,0),(16890,2245,0,1,1,3726,1,935.615,-833.923,114.853,1.67503,300,0,0,1536,0,0,0,0,0),(16889,2243,0,1,1,3722,1,921.967,-820.755,119.135,3.38805,300,5,0,1469,0,1,0,0,0),(16888,2245,0,1,1,3726,1,1014.24,-811.639,108.443,0.026395,300,3,0,1536,0,1,0,0,0),(16887,2243,0,1,1,3722,1,953.315,-852.348,114.603,0.325815,300,3,0,1469,0,1,0,0,0),(16886,2243,0,1,1,3722,1,1007.45,-769.969,107.543,4.66516,300,10,0,1469,0,1,0,0,0),(16885,2252,0,1,1,11567,1,515.365,-743.53,162.086,3.29066,300,10,0,1163,0,1,0,0,0),(16884,2243,0,1,1,3721,1,1013.1,-787.996,108.293,2.21531,300,3,0,1469,0,1,0,0,0),(16883,2246,0,1,1,3727,1,1128.21,-357.093,43.5022,5.64243,300,5,0,1604,0,1,0,0,0),(16882,2246,0,1,1,3728,1,1079.31,-354.659,52.5022,2.15346,300,5,0,1604,0,1,0,0,0),(16881,2246,0,1,1,3728,1,1107.29,-369.791,46.7697,1.07792,300,5,0,1604,0,1,0,0,0),(16880,2246,0,1,1,3728,1,1121.29,-402.157,51.105,0.191585,300,5,0,1604,0,1,0,0,0),(16879,3985,0,1,1,2052,0,884.315,-121.84,38.4745,6.28045,600,0,0,3489,0,0,0,0,0),(16878,2254,0,1,1,655,1,649.637,-314.06,151.329,4.28614,300,5,0,1277,0,1,0,0,0),(16877,2358,0,1,1,3719,1,78.2557,282.82,43.6286,0.20122,300,5,0,954,2553,1,0,0,0),(16876,2628,0,1,1,3720,1,102.284,321.909,43.0326,3.5415,300,5,0,1221,0,1,0,0,0),(16875,2359,0,1,1,1068,0,78.6308,313.45,41.8733,4.10925,300,5,0,1221,0,1,0,0,0),(16874,2359,0,1,1,1068,0,58.4591,359.347,43.7877,2.01109,300,5,0,1221,0,1,0,0,0),(16873,2628,0,1,1,3720,1,85.1788,375.522,43.4396,5.10317,300,0,0,1221,0,0,0,0,0),(16872,2358,0,1,1,3718,1,75.4903,422.109,43.0974,2.90567,300,5,0,954,2553,1,0,0,0),(16871,2359,0,1,1,1068,0,63.3313,250.556,42.8865,2.78465,300,5,0,1221,0,1,0,0,0),(11218,2766,0,1,1,610,1,-2117.71,-2010.82,6.29982,2.91768,400,0,0,1678,0,0,0,0,0),(11219,2767,0,1,1,7032,1,-2088.96,-2047.39,3.49737,5.007,400,0,0,1678,0,0,0,0,0),(11220,2769,0,1,1,1280,1,-2072.44,-2090.78,9.2663,0.226893,400,0,0,1678,0,0,0,0,0),(16870,2358,0,1,1,3718,1,73.645,359.973,44.675,4.312,300,5,0,954,2553,1,0,0,0),(16869,2358,0,1,1,3719,1,90.2232,337.625,43.3797,2.83848,300,5,0,954,2553,1,0,0,0),(16868,2359,0,1,1,1068,0,108.844,453.152,42.0326,1.83047,300,5,0,1221,0,1,0,0,0),(16867,2359,0,1,1,1068,0,34.483,329.744,43.0715,6.11476,300,5,0,1221,0,1,0,0,0),(16866,2359,0,1,1,1068,0,62.7876,435.948,42.0057,1.00443,300,5,0,1221,0,1,0,0,0),(16865,2358,0,1,1,3718,1,31.5447,476.609,43.3808,1.26086,300,0,0,954,2553,0,0,0,0),(16864,4075,0,1,1,1141,0,619.366,-922.788,164.71,3.9063,300,0,0,8,0,0,0,0,0),(16863,2242,0,1,1,3717,1,637.464,-896.279,163.748,3.76756,300,5,0,1403,0,1,0,0,0),(16862,2628,0,1,1,3720,1,51.137,395.157,42.1286,1.088,300,5,0,1221,0,1,0,0,0),(16861,2359,0,1,1,1068,0,40.2234,499.85,42.0326,1.927,300,5,0,1221,0,1,0,0,0),(16860,2628,0,1,1,3720,1,53.283,459.876,42.0044,4.36431,300,5,0,1221,0,1,0,0,0),(16859,2358,0,1,1,3718,1,82.4674,459.494,43.4963,4.87487,300,0,0,954,2553,0,0,0,0),(16858,883,0,1,1,347,0,377.573,-833.667,128.466,1.88884,300,5,0,1,0,1,0,0,0),(16857,2351,0,1,1,806,0,264.34,-955.171,91.409,6.2578,300,5,0,677,0,1,0,0,0),(16856,2358,0,1,1,3718,1,101.512,254.569,43.429,3.25131,300,5,0,954,2553,1,0,0,0),(16855,2408,0,1,1,1244,0,285.907,-1316.24,35.1194,3.5833,300,10,0,1050,0,1,0,0,0),(16854,2408,0,1,1,1244,0,264.946,-1277.44,37.1807,5.9043,300,10,0,1050,0,1,0,0,0),(16853,2358,0,1,1,3719,1,116.958,268.794,43.2375,0.758022,300,0,0,954,2553,0,0,0,0),(16852,2408,0,1,1,1244,0,229.941,-1254.32,32.1782,1.74366,300,10,0,1050,0,1,0,0,0),(16851,2349,0,1,1,6808,0,195.676,8.67672,64.4098,0.047947,300,10,0,664,0,1,0,0,0),(16850,2253,0,1,1,610,1,649.382,-684.611,156.629,0.161979,300,3,0,1220,0,1,0,0,0),(16849,2252,0,1,1,11567,1,658.417,-706.339,161.207,0.901045,300,3,0,1163,0,1,0,0,0),(16848,2253,0,1,1,610,1,669.238,-545.509,171.697,2.75746,300,5,0,1220,0,1,0,0,0),(16847,2253,0,1,1,610,1,610.837,-697.634,152.17,0.923733,300,3,0,1220,0,1,0,0,0),(16846,2252,0,1,1,11567,1,627.061,-650.58,153.807,0.080526,300,5,0,1163,0,1,0,0,0),(16845,2253,0,1,1,610,1,614.16,-683.062,152.979,1.23983,300,5,0,1220,0,1,0,0,0),(16844,2252,0,1,1,11567,1,691.229,-742.267,163.049,0.323279,300,10,0,1163,0,1,0,0,0),(16843,2252,0,1,1,11567,1,718.137,-717.208,158.357,1.87916,300,10,0,1163,0,1,0,0,0),(16842,2252,0,1,1,11567,1,749.545,-683.383,153.426,0.587342,300,10,0,1163,0,1,0,0,0),(16841,2252,0,1,1,11567,1,742.601,-770.774,183.201,5.29295,300,5,0,1163,0,1,0,0,0),(16840,2243,0,1,1,3722,1,825.404,-849.894,141.638,3.98794,300,3,0,1469,0,1,0,0,0),(16839,2243,0,1,1,3721,1,858.468,-785.521,133.407,1.12731,300,5,0,1469,0,1,0,0,0),(16838,2407,0,1,1,2300,0,889.31,-789.888,129.87,1.3331,300,10,0,1221,0,1,0,0,0),(16837,2406,0,1,1,1058,0,-14.6038,-105.304,126.023,1.49852,300,10,0,1163,0,1,0,0,0),(16836,2407,0,1,1,2300,0,1039.75,-686.548,97.1431,0.005859,300,10,0,1221,0,1,0,0,0),(16835,2358,0,1,1,3718,1,420.743,233.775,43.3513,6.20591,300,5,0,954,2553,1,0,0,0),(16834,2407,0,1,1,2300,0,1018.9,-325.537,57.7319,1.54155,300,5,0,1221,0,1,0,0,0),(16833,2359,0,1,1,1068,0,422.25,251.171,44.2319,3.48449,300,5,0,1221,0,1,0,0,0),(16832,2407,0,1,1,2300,0,1036.29,-284.389,47.7612,0.1372,300,10,0,1221,0,1,0,0,0),(16831,2408,0,1,1,1244,0,705.295,34.7223,33.9719,5.10187,300,10,0,1050,0,1,0,0,0),(16830,2408,0,1,1,1244,0,914.714,-109.735,33.8974,5.59317,300,10,0,1050,0,1,0,0,0),(16829,2358,0,1,1,3719,1,418.417,167.898,43.0854,1.23733,300,5,0,954,2553,1,0,0,0),(16828,2408,0,1,1,1244,0,684.251,87.6968,32.2845,4.61231,300,10,0,1050,0,1,0,0,0),(16827,2408,0,1,1,1244,0,644.817,143.254,32.0083,4.84854,300,10,0,1050,0,1,0,0,0),(16825,2408,0,1,1,1244,0,682.613,106.923,30.7917,5.15735,300,10,0,1050,0,1,0,0,0),(16826,2408,0,1,1,1244,0,616.758,188.439,33.1991,2.60452,300,10,0,1050,0,1,0,0,0),(16824,2408,0,1,1,1244,0,653.175,123.714,33.0338,1.87834,300,10,0,1050,0,1,0,0,0),(16823,2349,0,1,1,6808,0,-31.196,151.434,53.6047,3.27686,300,10,0,664,0,1,0,0,0),(16822,2359,0,1,1,1068,0,405.642,155.971,41.9781,5.30818,300,5,0,1221,0,1,0,0,0),(16821,2408,0,1,1,1244,0,584.333,217.015,32.3279,0.412265,300,10,0,1050,0,1,0,0,0),(16820,2408,0,1,1,1244,0,555.885,252.473,31.7822,4.50791,300,10,0,1050,0,1,0,0,0),(16819,2408,0,1,1,1244,0,573.347,242.624,27.573,3.05679,300,10,0,1050,0,1,0,0,0),(16818,2359,0,1,1,1068,0,389.492,141.845,42.1623,0.637527,300,5,0,1221,0,1,0,0,0),(16817,2408,0,1,1,1244,0,514.773,287.679,33.3248,5.83088,300,10,0,1050,0,1,0,0,0),(16816,2271,0,1,1,3711,1,33.4977,362.38,43.0735,1.81936,300,0,0,1107,0,0,0,0,0),(16815,2628,0,1,1,3720,1,89.169,371.175,48.2043,1.09142,300,3,0,1221,0,1,0,0,0),(16814,2406,0,1,1,1058,0,60.2392,-54.8844,101.267,3.51157,300,10,0,1163,0,1,0,0,0),(16813,2349,0,1,1,6808,0,40.2863,-59.1109,102.832,2.42534,300,10,0,664,0,1,0,0,0),(16812,2350,0,1,1,1989,0,92.3524,-656.335,87.6916,2.92927,300,5,0,494,0,1,0,0,0),(16811,2255,0,1,1,6705,1,683.912,-343.903,145.795,1.17955,300,5,0,970,2861,1,0,0,0),(16810,2356,0,1,1,3201,0,-13.7593,91.8976,54.9062,1.65491,300,10,0,944,0,1,0,0,0),(16809,2254,0,1,1,655,1,687.909,-381.773,158.115,1.69224,300,3,0,1277,0,1,0,0,0),(16808,2543,0,1,1,1595,1,34.8848,255.874,42.0349,3.21141,300,0,0,1239,3191,0,0,0,0),(16807,2255,0,1,1,6705,1,610.577,-345.939,152.484,4.51379,300,0,0,970,2861,2,0,0,0),(16806,2272,0,1,1,3715,1,47.573,253.206,42.0118,3.57014,300,0,0,882,2362,0,0,0,0),(16805,2254,0,1,1,655,1,708.648,-339.294,141.324,5.28921,300,5,0,1277,0,1,0,0,0),(16804,2255,0,1,1,6705,1,577.173,-302.978,152.208,0.896123,300,0,0,970,2861,0,0,0,0),(16803,2256,0,1,1,416,1,576.317,-330.677,150.794,2.67209,300,5,0,1395,0,1,0,0,0),(16802,2406,0,1,1,1058,0,-81.1631,-47.7711,137.738,2.75814,300,10,0,1163,0,1,0,0,0),(16801,2253,0,1,1,610,1,745.767,-549.711,151.846,2.60798,300,3,0,1220,0,1,0,0,0),(16800,2252,0,1,1,11567,1,756.075,-514.504,144.632,0.414765,300,3,0,1163,0,1,0,0,0),(16799,2252,0,1,1,11567,1,793.288,-485.912,135.498,2.63795,300,3,0,1163,0,1,0,0,0),(16798,2252,0,1,1,11567,1,747.575,-647.568,151.091,5.84355,300,10,0,1163,0,1,0,0,0),(11217,10696,0,1,1,4138,1,-1173.34,-2532.3,55.5334,4.49393,400,5,0,3170,0,1,0,0,0),(11214,15022,0,1,1,15141,1,-847.556,-3511.22,73.2761,3.89208,400,0,0,3237,0,0,0,0,0),(11215,19855,0,1,1,19222,1,-1204.98,-2532.13,22.8338,3.12414,650,0,0,257900,0,0,0,0,0),(11216,10696,0,1,1,4137,1,-1175.51,-2551.73,59.7133,0.86925,400,5,0,3170,0,1,0,0,0),(16797,2358,0,1,1,3719,1,60.4268,257.323,43.5118,0.019068,300,5,0,954,2553,1,0,0,0),(16796,2242,0,1,1,3717,1,714.583,-977.084,165.499,1.50108,300,5,0,1403,0,1,0,0,0),(16795,2406,0,1,1,1058,0,151.619,-88.5512,112.403,5.31448,300,10,0,1163,0,1,0,0,0),(16794,2406,0,1,1,1058,0,186.354,-40.5918,90.2448,1.39986,300,3,0,1163,0,1,0,0,0),(16793,4075,0,1,1,1141,0,89.9892,271.787,41.9983,2.1588,300,10,0,8,0,1,0,0,0),(16792,4075,0,1,1,2176,0,38.4881,455.691,42.8019,0.072281,300,10,0,8,0,1,0,0,0),(11211,4954,0,1,1,3957,1,-948.304,-3537.25,71.5343,5.68977,400,0,0,1469,0,0,0,0,0),(11212,2621,0,1,1,4034,1,-830.753,-3541.73,72.5673,0.942478,400,0,0,2769,0,0,0,0,0),(11213,2563,0,1,1,1103,0,-1444.94,-1583.73,34.1682,3.20398,400,5,0,1163,0,1,0,0,0),(16791,2628,0,1,1,3720,1,118.231,491.632,44.1801,3.16467,300,0,0,1221,0,0,0,0,0),(11208,15126,0,1,1,15276,1,-845.512,-3507.93,73.6511,3.47321,650,0,0,52280,0,0,0,0,0),(11209,2621,0,1,1,4035,1,-978.749,-3476.68,57.1784,4.24115,400,0,0,2769,0,0,0,0,0),(11210,2621,0,1,1,4034,1,-975.482,-3561.2,70.6806,6.24828,400,0,0,2769,0,0,0,0,0),(16790,2406,0,1,1,1058,0,108.336,-47.4268,96.6073,5.9004,300,10,0,1163,0,1,0,0,0),(16789,2349,0,1,1,6808,0,16.8305,-24.3009,92.7928,1.4416,300,10,0,664,0,1,0,0,0),(16788,2356,0,1,1,3201,0,137.513,177.587,50.0034,2.8075,300,5,0,944,0,1,0,0,0),(16787,2406,0,1,1,1058,0,5.51743,-141.164,126.325,0.326074,300,5,0,1163,0,1,0,0,0),(16786,2349,0,1,1,6808,0,129.991,157.029,54.2428,2.82355,300,5,0,664,0,1,0,0,0),(16785,2253,0,1,1,610,1,820.641,-542.28,140.759,1.14943,300,10,0,1220,0,1,0,0,0),(16784,2356,0,1,1,3201,0,390.428,89.3012,46.2104,0.091897,300,5,0,944,0,1,0,0,0),(16783,2252,0,1,1,11567,1,887.474,-614.044,152.704,0.432264,300,10,0,1163,0,1,0,0,0),(16782,2252,0,1,1,11567,1,855.498,-615.313,147.248,0.36295,300,5,0,1163,0,1,0,0,0),(16781,2252,0,1,1,11567,1,912.087,-616.126,146.083,3.70142,300,3,0,1163,0,1,0,0,0),(16780,2252,0,1,1,11567,1,847.676,-645.907,149.176,5.23255,300,5,0,1163,0,1,0,0,0),(16779,2252,0,1,1,11567,1,770.479,-592.976,158.37,3.17115,300,5,0,1163,0,1,0,0,0),(16778,2247,0,1,1,3729,1,1136.14,-382.206,42.8772,4.86047,300,5,0,1678,0,1,0,0,0),(16777,2408,0,1,1,1244,0,1144.65,-247.539,31.2681,0.420561,300,10,0,1050,0,1,0,0,0),(16776,2254,0,1,1,655,1,715.443,-289.102,141.004,1.25688,300,5,0,1277,0,1,0,0,0),(11204,9555,0,1,1,8677,1,-933.85,-3477.47,51.3872,3.28122,400,0,0,1342,0,0,0,0,0),(11205,2621,0,1,1,4034,1,-861.001,-3517.15,72.5261,0.15708,400,0,0,2769,0,0,0,0,0),(11206,2851,0,1,1,3972,1,-917.658,-3496.94,70.4505,3.22695,650,0,0,10572,0,0,0,0,0),(11207,2819,0,1,1,3951,1,-963.249,-3561.47,58.8009,4.7288,400,0,0,1279,0,0,0,0,0),(16775,2253,0,1,1,610,1,431.314,-573.841,171.186,4.78532,300,0,0,1220,0,0,0,0,0),(16774,2255,0,1,1,6705,1,752.025,-293.87,135.992,6.11061,300,5,0,970,2861,1,0,0,0),(16773,2254,0,1,1,655,1,749.79,-324.378,136.505,6.06382,300,5,0,1277,0,1,0,0,0),(11197,2636,0,1,1,11357,1,-2088.72,-2061.83,2.59395,1.29923,400,3,0,1604,0,1,0,0,0),(11198,2636,0,1,1,11357,1,-2101,-2047.51,4.45795,0.368756,400,5,0,1604,0,2,0,0,0),(11199,2636,0,1,1,11357,1,-2070.47,-1997.27,13.3708,3.96493,400,3,0,1604,0,1,0,0,0),(11200,2698,0,1,1,3680,1,-415.486,-1877.95,73.2646,2.40855,400,0,0,1107,0,0,0,0,0),(11201,2620,0,1,1,1072,0,-866.201,-3165.42,70.5633,5.18477,400,10,0,8,0,1,0,0,0),(11202,2620,0,1,1,1072,0,-644.655,-1849.93,54.3997,0.041485,400,10,0,8,0,1,0,0,0),(11203,2579,0,1,1,1105,0,-1383.47,-1579.86,40.4819,4.76338,400,10,0,1279,0,1,0,0,0),(11195,1051,0,1,1,825,1,-2798.78,-2882.04,35.9993,0.298219,300,10,0,800,0,1,0,0,0),(11196,1051,0,1,1,825,1,-2802.98,-2849.65,41.8773,2.97906,300,5,0,800,0,1,0,0,0),(11192,1051,0,1,1,825,1,-2845.82,-2862.97,32.6576,1.30195,300,10,0,800,0,1,0,0,0),(11193,1016,0,1,1,673,0,-2983.96,-2851.53,29.3976,4.63816,300,10,0,664,0,1,0,0,0),(11194,1015,0,1,1,670,0,-3185.57,-2781.74,16.7459,2.23026,300,10,0,617,0,1,0,0,0),(16772,2255,0,1,1,6705,1,750.741,-374.752,141.789,2.96647,300,0,0,970,2861,0,0,0,0),(16771,2242,0,1,1,3716,1,723.236,-835.808,162.516,6.00532,300,5,0,1403,0,1,0,0,0),(16770,2257,0,1,1,11568,1,487.381,-215.608,167.822,5.25344,300,0,0,1716,0,0,0,0,0),(16769,2287,0,1,1,536,1,491.97,-233.549,166.445,3.34593,300,5,0,1459,0,1,0,0,0),(16768,2287,0,1,1,536,1,499.138,-231.656,166.445,4.6665,300,5,0,1459,0,1,0,0,0),(16767,2356,0,1,1,3201,0,-29.2921,29.8512,73.5496,4.59094,300,10,0,944,0,1,0,0,0),(16766,2406,0,1,1,1058,0,15.1506,-127.864,124.471,4.07397,300,5,0,1163,0,1,0,0,0),(16765,2416,0,1,1,415,1,488.067,-257.082,152.522,5.06255,300,5,0,1277,0,1,0,0,0),(16764,2416,0,1,1,415,1,480.606,-257.163,152.522,2.15918,300,5,0,1277,0,1,0,0,0),(16763,2408,0,1,1,1244,0,790.977,-48.3493,32.1981,4.87818,300,10,0,1050,0,1,0,0,0),(16762,2252,0,1,1,11567,1,484.839,-720.84,158.188,6.15044,300,10,0,1163,0,1,0,0,0),(16761,2241,0,1,1,3710,1,220.609,-829.404,149.265,6.02034,300,5,0,1221,0,1,0,0,0),(16760,2408,0,1,1,1244,0,759.524,-22.0947,32.0148,5.29451,300,10,0,1050,0,1,0,0,0),(16759,2333,0,1,1,3636,1,202.499,-817.333,151.174,0.366519,300,0,0,1003,0,0,0,0,0),(16758,2406,0,1,1,1058,0,-115.736,-48.6342,146.389,1.12923,300,10,0,1163,0,1,0,0,0),(16757,2406,0,1,1,1058,0,-148.638,-72.0055,148.315,2.77161,300,5,0,1163,0,1,0,0,0),(16756,2241,0,1,1,3709,1,222.386,-845.441,146.898,0.923139,300,0,0,1221,0,0,0,0,0),(16755,2252,0,1,1,11567,1,486.08,-777.775,147.454,6.20094,300,5,0,1163,0,1,0,0,0),(16754,2242,0,1,1,3717,1,731.766,-862.035,165.141,5.54841,300,5,0,1403,0,1,0,0,0),(16753,2356,0,1,1,3201,0,43.7503,45.5611,57.517,1.69222,300,10,0,944,0,1,0,0,0),(16752,2349,0,1,1,6808,0,49.1028,129.434,49.9947,1.73948,300,10,0,664,0,1,0,0,0),(16751,2242,0,1,1,3716,1,674.779,-828.21,158.641,5.43524,300,5,0,1403,0,1,0,0,0),(16750,2408,0,1,1,1244,0,303.062,-1356.19,35.3282,0.273935,300,10,0,1050,0,1,0,0,0),(16749,2253,0,1,1,610,1,778.667,-551.664,148.849,3.53021,300,5,0,1220,0,1,0,0,0),(16748,2408,0,1,1,1244,0,320.698,-1378.55,34.7827,0.392838,300,10,0,1050,0,1,0,0,0),(16747,2287,0,1,1,536,1,506.854,-355.88,168.649,3.37988,300,0,0,1459,0,0,0,0,0),(16746,2256,0,1,1,416,1,551.203,-356.679,153.73,3.23866,300,3,0,1395,0,1,0,0,0),(16745,2407,0,1,1,2300,0,289.245,-1546.19,64.9128,1.46569,300,3,0,1221,0,1,0,0,0),(16744,2408,0,1,1,1244,0,392.686,-1445.17,34.7555,3.42036,300,10,0,1050,0,1,0,0,0),(16743,2408,0,1,1,1244,0,588.471,-1651.22,34.9343,2.19672,300,10,0,1050,0,1,0,0,0),(16742,883,0,1,1,347,0,316.915,-1521.15,57.4661,5.1463,300,10,0,1,0,1,0,0,0),(16741,2406,0,1,1,1058,0,414.131,-1544.03,57.9173,3.30835,300,5,0,1163,0,1,0,0,0),(16740,2408,0,1,1,1244,0,542.834,-1592,34.943,2.0108,300,10,0,1050,0,1,0,0,0),(16739,2407,0,1,1,2300,0,359.963,-1544.48,62.5165,0.650762,300,3,0,1221,0,1,0,0,0),(16738,2252,0,1,1,11567,1,928.948,-379.539,137.91,0.414483,300,5,0,1163,0,1,0,0,0),(16737,2242,0,1,1,3716,1,673.413,-1008.82,166.008,0.97388,300,5,0,1403,0,1,0,0,0),(16736,2253,0,1,1,610,1,918.502,-415.368,147.241,0.952451,300,0,0,1220,0,0,0,0,0),(11191,1051,0,1,1,825,1,-2833.24,-2889.64,34.0047,3.76991,300,10,0,800,0,1,0,0,0),(11190,1042,0,1,1,9583,0,-3411.46,-2856.2,12.2732,3.37995,300,5,0,617,0,1,0,0,0),(11189,1069,0,1,1,505,0,-3481.82,-3247.18,23.5313,0.606409,300,10,0,640,655,1,0,0,0),(11188,1417,0,1,1,1035,0,-3319.16,-2616.13,9.03193,2.12015,300,10,0,531,0,1,0,0,0),(11187,2102,0,1,1,4927,1,-4065.71,-2451.51,153.162,1.9909,300,5,0,494,0,1,0,0,0),(11186,1420,0,1,1,901,0,-3201.27,-1712.71,5.82326,0.332251,300,10,0,8,0,1,0,0,0),(11183,14425,0,1,1,543,1,-2995.24,-1633.39,10.494,2.66954,82800,5,0,664,0,1,0,0,0),(11182,1417,0,1,1,1035,0,-3582.6,-1086.48,-16.3328,5.09575,300,10,0,531,0,1,0,0,0),(11181,1417,0,1,1,1035,0,-3463.88,-1015.16,7.50012,3.02998,300,10,0,531,0,1,0,0,0),(11180,1034,0,1,1,4916,1,-3419.55,-2338.84,52.0236,4.12124,300,10,0,635,0,1,0,0,0),(1454,939,0,1,1,4446,1,-11448.1,-763.414,10.9909,0.799059,300,3,0,1469,0,1,0,0,0),(1453,939,0,1,1,4446,1,-11460.7,-834.283,14.4347,2.59179,300,3,0,1469,0,1,0,0,0),(1452,942,0,1,1,4450,1,-11411.4,-803.704,14.9644,3.41382,300,0,0,1208,1097,0,0,0,0),(1451,939,0,1,1,4446,1,-11432.8,-758.538,12.9404,1.8071,300,3,0,1469,0,1,0,0,0),(1450,939,0,1,1,4446,1,-11460.8,-822.056,15.5755,3.57982,300,3,0,1469,0,1,0,0,0),(1447,814,0,1,1,4455,1,-11409.7,-795.418,15.0478,6.03884,300,0,0,1305,1186,0,0,0,0),(1446,942,0,1,1,4450,1,-11405,-812.786,14.9644,1.71287,300,0,0,1208,1097,0,0,0,0),(16735,2242,0,1,1,3717,1,645.027,-1010.76,164.665,3.35444,300,5,0,1403,0,1,0,0,0),(16734,2252,0,1,1,11567,1,482.171,-752.265,146.792,0.676179,300,10,0,1163,0,1,0,0,0),(16733,2242,0,1,1,3717,1,699.077,-859.885,158.498,2.92778,300,5,0,1403,0,1,0,0,0),(16732,4075,0,1,1,1141,0,669.729,-950.925,164.475,2.55198,300,10,0,8,0,1,0,0,0),(16731,2287,0,1,1,536,1,507.406,-213.479,152.522,4.86708,300,0,0,1459,0,2,0,0,0),(16730,2356,0,1,1,3201,0,210.3,-8.49704,72.8186,2.48637,300,10,0,944,0,1,0,0,0),(16729,2356,0,1,1,3201,0,60.749,88.7913,49.2333,0.688624,300,10,0,944,0,1,0,0,0),(16728,2628,0,1,1,3720,1,102.488,433.153,43.3068,5.47747,300,5,0,1221,0,1,0,0,0),(16727,2407,0,1,1,2300,0,512.432,-1411.66,62.7705,2.36014,300,3,0,1221,0,1,0,0,0),(16726,2407,0,1,1,2300,0,588.558,-1496.16,64.6542,1.64697,300,10,0,1221,0,1,0,0,0),(16725,2349,0,1,1,6808,0,14.2789,85.7148,52.4014,0.892272,300,10,0,664,0,1,0,0,0),(16724,2349,0,1,1,6808,0,-142.33,107.265,59.9299,2.33962,300,5,0,664,0,1,0,0,0),(16723,2408,0,1,1,1244,0,404.519,-1464.41,34.9943,0.237156,300,10,0,1050,0,1,0,0,0),(16722,2252,0,1,1,11567,1,651.211,-701.348,204.588,4.3471,300,5,0,1163,0,1,0,0,0),(16721,2407,0,1,1,2300,0,478.634,-1299.76,69.3663,2.68971,300,5,0,1221,0,1,0,0,0),(16720,1933,0,1,1,857,0,277.953,-801.1,139.286,2.04581,300,10,0,14,0,1,0,0,0),(16719,2242,0,1,1,3716,1,589.266,-838.213,158.746,3.12772,300,5,0,1403,0,1,0,0,0),(16718,2628,0,1,1,3720,1,446.603,310.209,43.7721,1.00534,300,0,0,1221,0,0,0,0,0),(16717,2406,0,1,1,1058,0,383.916,-1291.4,58.6432,6.24766,300,5,0,1163,0,1,0,0,0),(16716,2349,0,1,1,6808,0,22.5873,105.971,49.9456,5.87605,300,10,0,664,0,1,0,0,0),(16715,1958,0,1,1,2597,0,759.189,90.8957,30.995,1.59924,300,5,0,350,390,1,0,0,0),(16714,2356,0,1,1,3201,0,-45.5915,118.028,57.9524,0.005859,300,10,0,944,0,1,0,0,0),(16713,2349,0,1,1,6808,0,-60.6443,39.841,74.193,4.64154,300,3,0,664,0,1,0,0,0),(16712,883,0,1,1,347,0,656.636,-1388.88,95.7312,2.0982,300,3,0,1,0,1,0,0,0),(16711,2287,0,1,1,536,1,502.999,-195.946,152.522,5.35759,300,0,0,1459,0,0,0,0,0),(16710,2247,0,1,1,3729,1,1080.69,-289.516,44.0389,5.41496,300,5,0,1678,0,1,0,0,0),(16709,2246,0,1,1,3728,1,1227.87,-292.91,41.4701,4.96087,300,5,0,1604,0,1,0,0,0),(16708,2243,0,1,1,3721,1,895.352,-900.127,125.008,6.21083,300,3,0,1469,0,1,0,0,0),(16707,2242,0,1,1,3717,1,723.148,-1014.39,153.071,1.66,300,5,0,1403,0,1,0,0,0),(16706,2349,0,1,1,6808,0,-265.719,186.429,91.0819,0.441817,300,10,0,664,0,1,0,0,0),(16705,2406,0,1,1,1058,0,565.03,-1420.31,73.418,0.078271,300,5,0,1163,0,1,0,0,0),(16704,2406,0,1,1,1058,0,542.61,-1363.98,74.4041,5.92807,300,3,0,1163,0,1,0,0,0),(16703,2407,0,1,1,2300,0,1057.19,-484.547,105.31,2.98479,300,5,0,1221,0,1,0,0,0),(16702,2407,0,1,1,2300,0,535.477,-1332.13,86.7062,0.793685,300,3,0,1221,0,1,0,0,0),(16701,2252,0,1,1,11567,1,951.095,-481.804,132.545,1.92995,300,5,0,1163,0,1,0,0,0),(16700,2407,0,1,1,2300,0,407.036,-1528.51,53.5441,3.00633,300,10,0,1221,0,1,0,0,0),(16699,2252,0,1,1,11567,1,887.694,-514.031,137.063,4.72216,300,5,0,1163,0,1,0,0,0),(16698,2252,0,1,1,11567,1,787.637,-685.849,163.051,0.486987,300,5,0,1163,0,1,0,0,0),(16697,2408,0,1,1,1244,0,419.324,-1464.54,33.9715,1.51451,300,10,0,1050,0,1,0,0,0),(16696,2408,0,1,1,1244,0,493.588,-1531.61,33.828,4.80608,300,10,0,1050,0,1,0,0,0),(16695,2408,0,1,1,1244,0,457.212,-1482.02,34.3521,2.25916,300,10,0,1050,0,1,0,0,0),(16694,2408,0,1,1,1244,0,521.358,-1538.59,36.5165,5.4729,300,10,0,1050,0,1,0,0,0),(16693,2247,0,1,1,3729,1,1106.76,-318.8,43.7819,6.01378,300,10,0,1678,0,1,0,0,0),(16692,2408,0,1,1,1244,0,622.258,-1715.54,34.859,0.021375,300,10,0,1050,0,1,0,0,0),(16691,2407,0,1,1,2300,0,1057.18,-665.657,91.9842,2.20649,300,10,0,1221,0,1,0,0,0),(16690,2406,0,1,1,1058,0,592.109,-1028.68,151.128,5.54064,300,5,0,1163,0,1,0,0,0),(16688,2243,0,1,1,3721,1,947.814,-648.51,121.109,3.10356,300,10,0,1469,0,1,0,0,0),(16689,2407,0,1,1,2300,0,545.963,-1085.57,145.777,0.607392,300,5,0,1221,0,1,0,0,0),(16687,2407,0,1,1,2300,0,927.811,-693.839,121.776,3.5981,300,10,0,1221,0,1,0,0,0),(16686,2252,0,1,1,11567,1,714.766,-689.342,162.671,0.744397,300,3,0,1163,0,1,0,0,0),(16685,2243,0,1,1,3721,1,928.2,-669.307,121.893,3.72032,300,5,0,1469,0,1,0,0,0),(16684,2408,0,1,1,1244,0,808.359,-48.4506,32.4194,1.46983,300,10,0,1050,0,1,0,0,0),(16683,2408,0,1,1,1244,0,870.975,-91.2215,34.4972,4.1316,300,10,0,1050,0,1,0,0,0),(16682,2408,0,1,1,1244,0,902.904,-75.553,31.5932,2.71657,300,10,0,1050,0,1,0,0,0),(16681,2408,0,1,1,1244,0,821.06,-79.2174,34.6273,0.858787,300,10,0,1050,0,1,0,0,0),(16680,2408,0,1,1,1244,0,838.392,-88.2026,35.664,2.55147,300,10,0,1050,0,1,0,0,0),(16679,2408,0,1,1,1244,0,850.665,-47.8706,29.5998,5.7624,300,10,0,1050,0,1,0,0,0),(16678,2408,0,1,1,1244,0,953.817,-138.11,31.4956,0.329779,300,10,0,1050,0,1,0,0,0),(16677,2408,0,1,1,1244,0,986.152,-175.353,31.4827,4.0904,300,10,0,1050,0,1,0,0,0),(16676,2408,0,1,1,1244,0,939.466,-109.931,31.7714,2.80462,300,10,0,1050,0,1,0,0,0),(16675,2356,0,1,1,3201,0,292.679,82.2178,49.298,1.3452,300,10,0,944,0,1,0,0,0),(16674,2349,0,1,1,6808,0,77.2441,48.8558,55.023,4.71239,300,10,0,664,0,1,0,0,0),(16673,2349,0,1,1,6808,0,-110.304,375.521,80.401,0,300,3,0,664,0,1,0,0,0),(16672,2252,0,1,1,11567,1,652.258,-665.504,216.549,3.32384,300,5,0,1163,0,1,0,0,0),(16671,4075,0,1,1,1418,0,686.362,-887.436,164.357,2.5536,300,10,0,8,0,1,0,0,0),(16670,2247,0,1,1,3729,1,1255.43,-307.122,45.7477,3.6239,300,5,0,1678,0,1,0,0,0),(16669,2271,0,1,1,11474,1,373.901,164.413,43.1955,1.66907,300,0,0,1107,0,0,0,0,0),(16668,2272,0,1,1,3714,1,373.325,161.714,43.2042,0.689809,300,0,0,882,2362,0,0,0,0),(16667,2356,0,1,1,3201,0,81.7462,130.012,49.6645,4.44075,300,10,0,944,0,1,0,0,0),(16666,2358,0,1,1,3718,1,372.299,156.974,43.2196,2.37022,300,5,0,954,2553,1,0,0,0),(16665,2356,0,1,1,3201,0,-257.786,163.965,81.7131,1.56264,300,10,0,944,0,1,0,0,0),(16664,2349,0,1,1,6808,0,113.08,58.5343,53.6984,1.46046,300,10,0,664,0,1,0,0,0),(16663,2408,0,1,1,1244,0,480.191,422.002,30.1947,1.34,300,10,0,1050,0,1,0,0,0),(16662,2408,0,1,1,1244,0,478.942,436.653,28.0245,3.63235,300,10,0,1050,0,1,0,0,0),(16661,2349,0,1,1,6808,0,443.781,119.649,42.2515,0.437453,300,10,0,664,0,1,0,0,0),(16660,4075,0,1,1,1141,0,456.76,234.252,42.0227,1.91301,300,10,0,8,0,1,0,0,0),(16659,2349,0,1,1,6808,0,267.743,67.5817,53.9649,0.623199,300,10,0,664,0,1,0,0,0),(16658,2408,0,1,1,1244,0,472.883,391.111,36.0622,1.22449,300,10,0,1050,0,1,0,0,0),(16657,2408,0,1,1,1244,0,517.916,354.867,31.6603,2.19788,300,10,0,1050,0,1,0,0,0),(16656,2408,0,1,1,1244,0,526.383,321.608,31.641,1.2446,300,10,0,1050,0,1,0,0,0),(16655,2349,0,1,1,6808,0,-213.851,155.342,69.0725,5.09036,300,10,0,664,0,1,0,0,0),(16654,2408,0,1,1,1244,0,747.904,1.82426,30.7407,4.74808,300,10,0,1050,0,1,0,0,0),(16653,2408,0,1,1,1244,0,710.964,78.7975,30.054,4.94469,300,10,0,1050,0,1,0,0,0),(16652,2408,0,1,1,1244,0,782.292,-32.291,31.7882,4.82673,300,10,0,1050,0,1,0,0,0),(16651,2408,0,1,1,1244,0,997.782,-150.97,31.0625,5.66385,300,10,0,1050,0,1,0,0,0),(16650,2408,0,1,1,1244,0,1019.31,-209.28,32.9553,5.24426,300,10,0,1050,0,1,0,0,0),(16649,2349,0,1,1,6808,0,-213.835,268.442,94.5927,5.29065,300,5,0,664,0,1,0,0,0),(16648,1958,0,1,1,2597,0,848.1,20.3895,25.7663,1.54381,300,5,0,350,390,1,0,0,0),(16647,1958,0,1,1,2597,0,785.527,35.5525,30.4611,3.55765,300,5,0,350,390,1,0,0,0),(16646,6033,0,1,1,7449,0,649.33,234.895,16.7099,5.32325,300,0,0,328,0,0,0,0,0),(16645,2408,0,1,1,1244,0,553.547,315.968,24.0858,0.972824,300,10,0,1050,0,1,0,0,0),(16643,2349,0,1,1,6808,0,-24.6881,375.408,51.3476,5.7102,300,10,0,664,0,1,0,0,0),(16640,2408,0,1,1,1244,0,1248.5,-218.781,31.3986,0.001263,300,10,0,1050,0,1,0,0,0),(16641,2408,0,1,1,1244,0,482.332,487.398,20.7727,4.06282,300,10,0,1050,0,1,0,0,0),(16639,2408,0,1,1,1244,0,644.213,189.951,28.8101,5.6462,300,10,0,1050,0,1,0,0,0),(16638,2408,0,1,1,1244,0,744.298,46.2189,26.2203,1.03572,300,10,0,1050,0,1,0,0,0),(16637,2408,0,1,1,1244,0,1124.51,-242.446,31.1587,2.10739,300,10,0,1050,0,1,0,0,0),(16636,2408,0,1,1,1244,0,573.044,288.517,21.5247,2.54502,300,10,0,1050,0,1,0,0,0),(16635,2408,0,1,1,1244,0,643.507,-1759.37,32.3218,0.000059,300,10,0,1050,0,1,0,0,0),(16634,2408,0,1,1,1244,0,1015.98,-178.155,30.7086,3.51015,300,10,0,1050,0,1,0,0,0),(16633,2408,0,1,1,1244,0,1277.51,-151.189,28.7497,1.23489,300,10,0,1050,0,1,0,0,0),(16632,2252,0,1,1,11567,1,827.221,-718.604,192.922,5.5531,300,5,0,1163,0,1,0,0,0),(16631,2408,0,1,1,1244,0,1065.49,-218.795,30.9792,4.70542,300,10,0,1050,0,1,0,0,0),(16629,2408,0,1,1,1244,0,1094.31,-222.748,31.1945,6.18621,300,10,0,1050,0,1,0,0,0),(16630,883,0,1,1,347,0,509.828,-1000.43,150.228,3.63143,300,5,0,1,0,1,0,0,0),(16628,2408,0,1,1,1244,0,557.594,289.781,27.9714,6.13776,300,10,0,1050,0,1,0,0,0),(16627,6033,0,1,1,7449,0,546.234,392.904,18.1509,2.58309,300,0,0,328,0,0,0,0,0),(16626,2098,0,1,1,10003,0,957.046,-951.057,163.355,2.47164,300,5,0,102,0,1,0,0,0),(16625,2408,0,1,1,1244,0,626.913,226.556,30.2463,1.04808,300,10,0,1050,0,1,0,0,0),(16624,6033,0,1,1,7449,0,715.172,128.641,25.5884,5.61996,300,0,0,328,0,0,0,0,0),(16623,6033,0,1,1,7449,0,519.494,536.358,14.8352,1.43117,300,0,0,328,0,0,0,0,0),(16622,4075,0,1,1,1418,0,378.108,168.873,43.2156,6.05478,300,10,0,8,0,1,0,0,0),(16621,2098,0,1,1,10002,0,664.991,-247.537,235.637,2.61687,300,5,0,102,0,1,0,0,0),(16620,2098,0,1,1,10001,0,498.319,-1076.64,195.896,1.89789,300,5,0,102,0,1,0,0,0),(16618,2098,0,1,1,10002,0,953.817,-561.64,202.886,4.55366,300,5,0,102,0,1,0,0,0),(16619,2098,0,1,1,10001,0,846.45,-338.9,233.087,1.02524,300,5,0,102,0,1,0,0,0),(16617,2408,0,1,1,1244,0,510.155,385.116,29.6109,3.92908,300,10,0,1050,0,1,0,0,0),(16616,2408,0,1,1,1244,0,1352.67,-48.2536,29.6017,2.45885,300,10,0,1050,0,1,0,0,0),(16613,6033,0,1,1,7449,0,524.228,462.177,18.8047,1.6057,300,0,0,328,0,0,0,0,0),(16614,6033,0,1,1,7449,0,987.507,-74.3916,22.0636,4.15388,300,0,0,328,0,0,0,0,0),(16615,6033,0,1,1,7449,0,1210.51,-151.803,24.8701,2.53073,300,0,0,328,0,0,0,0,0),(16611,14285,0,1,1,14325,1,538.753,-1091.26,106.797,2.28638,600,0,0,18864,0,0,0,0,0),(16612,6033,0,1,1,7449,0,853.765,-8.36285,25.6573,2.75762,300,0,0,328,0,0,0,0,0),(16609,14285,0,1,1,14320,1,531.744,-1081.91,105.963,4.95674,600,0,0,18864,0,0,0,0,0),(16610,14285,0,1,1,14321,1,541.277,-1088.98,107.061,2.68781,600,0,0,18864,0,0,0,0,0),(16608,14285,0,1,1,14320,1,534.978,-1080.86,106.324,4.69494,600,0,0,18864,0,0,0,0,0),(16607,2405,0,1,1,3662,1,367.066,-1000.87,108.844,2.67035,300,0,0,3696,0,0,0,0,0),(16606,14285,0,1,1,14321,1,477.587,-1049.47,108.566,6.21337,600,0,0,18864,0,0,0,0,0),(16605,14285,0,1,1,14321,1,478.524,-1052.58,108.488,0.767945,600,0,0,18864,0,0,0,0,0),(16602,2405,0,1,1,3662,1,401.924,-949.31,110.876,3.05433,300,0,0,3696,0,0,0,0,0),(16603,14285,0,1,1,14320,1,489.728,-1052.06,108.697,2.23402,600,0,0,18864,0,0,0,0,0),(16604,14285,0,1,1,14320,1,491.428,-1049.46,108.68,2.86234,600,0,0,18864,0,0,0,0,0),(16601,2405,0,1,1,3662,1,362.02,-1002.05,107.902,2.56563,300,0,0,3696,0,0,0,0,0),(16600,2405,0,1,1,3662,1,400.292,-965.375,110.501,2.93215,300,0,0,3696,0,0,0,0,0),(16599,19906,0,1,1,19243,1,537.732,-1085.39,106.422,3.735,600,0,0,257900,0,0,0,0,0),(16598,14285,0,1,1,14320,1,452.997,-1041.45,108.823,2.55623,600,0,0,18864,0,2,0,0,0),(16597,14285,0,1,1,14320,1,453.503,-1039.34,109.066,2.56872,600,0,0,18864,0,2,0,0,0),(16596,19907,0,1,1,19244,1,100.831,-182.979,127.537,5.16617,600,0,0,257900,0,0,0,0,0),(16594,14284,0,1,1,14322,1,23.8021,-285.149,133.012,3.96739,600,0,0,43086,0,2,0,0,0),(16595,14284,0,1,1,14326,1,25.8477,-285.859,133.085,3.97275,600,0,0,43086,0,2,0,0,0),(16592,14284,0,1,1,14324,1,58.9436,-253.759,129.277,2.86234,600,0,0,43086,0,0,0,0,0),(16593,14284,0,1,1,14327,1,43.6363,-249.37,129.656,5.84685,600,0,0,43086,0,0,0,0,0),(16591,14284,0,1,1,14322,1,59.0219,-249.2,129.258,3.47321,600,0,0,43086,0,0,0,0,0),(16590,14284,0,1,1,14322,1,67.0999,-238.448,129.557,2.16421,600,0,0,43086,0,0,0,0,0),(16589,14284,0,1,1,14322,1,63.5765,-238.595,129.554,1.76278,600,0,0,43086,0,0,0,0,0),(16588,14284,0,1,1,14324,1,64.4451,-231.358,129.688,3.80482,600,0,0,43086,0,0,0,0,0),(16587,14284,0,1,1,14322,1,62.2973,-228.429,129.739,4.06662,600,0,0,43086,0,0,0,0,0),(16586,14284,0,1,1,14326,1,96.3729,-188.233,127.139,0.453786,600,0,0,43086,0,0,0,0,0),(16585,14284,0,1,1,14324,1,95.4361,-185.41,127.448,6.24828,600,0,0,43086,0,0,0,0,0),(16583,14284,0,1,1,14326,1,105.145,-180.779,128.093,4.08407,600,0,0,43086,0,0,0,0,0),(16584,14284,0,1,1,14326,1,107.086,-183.622,127.824,3.49066,600,0,0,43086,0,0,0,0,0),(16582,2098,0,1,1,10002,0,702.928,-1111.26,200.05,3.2886,300,5,0,102,0,1,0,0,0),(16581,883,0,1,1,347,0,538.455,-1445.23,50.8205,6.08283,300,3,0,1,0,1,0,0,0),(16579,13776,0,1,1,13851,1,470.819,-1052.1,108.386,2.40855,600,0,0,3900,0,0,0,0,0),(16580,2098,0,1,1,10001,0,698.139,-1242.52,196.426,2.09297,300,5,0,102,0,1,0,0,0),(16578,13817,0,1,1,13852,1,371.198,-1004.14,109.344,1.58825,300,0,0,3301,0,0,0,0,0),(16576,13219,0,1,1,13438,1,393.567,-976.087,110.218,3.00197,600,0,0,57420,0,0,0,0,0),(16577,13777,0,1,1,13383,1,59.1021,-246.024,129.419,3.82227,600,0,0,3500,0,0,0,0,0),(16575,13840,0,1,1,13853,1,400.813,-960.106,110.501,3.10669,600,0,0,62880,0,0,0,0,0),(16574,13217,0,1,1,13319,1,-24.1885,-321.177,131.224,4.81711,600,0,0,13000,0,0,0,0,0),(16573,14962,0,1,1,15095,1,406.803,-952.91,110.948,3.49066,300,0,0,1003,0,0,0,0,0),(16572,14961,0,1,1,15094,1,3.85053,-338.2,131.281,4.17134,300,0,0,1003,0,0,0,0,0),(16571,18165,0,1,1,17575,1,481.18,346.337,38.9151,0.331613,300,0,0,1889,5206,0,0,0,0),(16570,2480,0,1,1,7031,1,774.47,-287.346,153.266,4.76475,300,0,0,2672,0,0,0,0,0),(16569,2408,0,1,1,1244,0,1253.15,-103.454,29.6145,0.690287,300,10,0,1050,0,1,0,0,0),(16568,2317,0,1,1,1361,0,1232.95,-317.007,48.4766,3.28122,300,0,0,713,0,0,0,0,0),(16567,2684,0,1,1,3733,0,843.62,-541.104,139.87,3.1765,300,0,0,1107,0,0,0,0,0),(16566,6033,0,1,1,7449,0,1052.86,-114.364,21.9345,0.523599,300,0,0,328,0,0,0,0,0),(16565,6176,0,1,1,4954,1,250.84,-1470.58,55.4491,1.39626,300,0,0,1342,0,0,0,0,0),(16564,2384,0,1,1,1059,0,-356.533,-564.936,53.3245,3.98064,300,10,0,617,0,1,0,0,0),(16563,2384,0,1,1,1059,0,-149.252,-724.322,65.012,4.85566,300,10,0,617,0,1,0,0,0),(16562,2384,0,1,1,1059,0,-573.745,-181.018,52.4207,4.15129,300,10,0,617,0,1,0,0,0),(16561,2360,0,1,1,3703,1,-387.818,93.6254,54.7427,5.09636,300,10,0,573,0,1,0,0,0),(16560,2360,0,1,1,3703,1,-412.399,100.56,54.4173,3.4383,300,0,0,573,0,0,0,0,0),(16559,2354,0,1,1,1007,0,-530.603,-390.108,45.1607,1.95928,300,5,0,742,0,1,0,0,0),(16558,2248,0,1,1,3206,0,-284.565,-448.78,64.1373,1.90949,300,10,0,1050,0,1,0,0,0),(16557,2384,0,1,1,1059,0,-369.41,-640.715,52.4034,3.51956,300,10,0,617,0,1,0,0,0),(16556,2356,0,1,1,3201,0,-612.918,-288.413,45.2608,1.32112,300,5,0,944,0,1,0,0,0),(16555,2248,0,1,1,3206,0,-316.08,-381.482,64.9481,3.12167,300,3,0,1050,0,1,0,0,0),(16554,2350,0,1,1,1989,0,-353.914,-821.177,58.2832,1.51224,300,10,0,494,0,1,0,0,0),(16553,2354,0,1,1,1007,0,-391.316,-363.173,58.2651,0.68307,300,10,0,742,0,1,0,0,0),(16552,2249,0,1,1,3207,0,-191.179,-346.089,72.9635,4.81711,300,0,0,1107,0,2,0,0,0),(16551,2360,0,1,1,3703,1,-443.756,62.1851,54.0847,5.99416,300,5,0,573,0,1,0,0,0),(16550,2248,0,1,1,3206,0,-204.441,-368.95,72.9635,0.802851,300,3,0,1050,0,1,0,0,0),(16549,2266,0,1,1,3612,1,-436.847,47.2514,54.2811,2.29814,300,5,0,617,0,1,0,0,0),(16548,2248,0,1,1,3206,0,-266.408,-382.354,66.6331,2.2515,300,3,0,1050,0,1,0,0,0),(16547,2266,0,1,1,3612,1,-399.687,116.774,54.1285,0.183355,300,0,0,617,0,0,0,0,0),(16546,2249,0,1,1,3207,0,-231.664,-382.127,70.1693,0.226893,300,3,0,1107,0,1,0,0,0),(16545,2360,0,1,1,3703,1,-403.955,91.7775,54.5954,6.22303,300,10,0,573,0,1,0,0,0),(16544,2266,0,1,1,3612,1,-431.758,96.8059,54.5566,5.5676,300,0,0,617,0,0,0,0,0),(16543,2350,0,1,1,1989,0,-241.188,-742.809,59.9277,-1.16741,300,0,0,494,0,0,0,0,0),(16542,2249,0,1,1,3207,0,-261.54,-340.523,64.915,0.541037,300,3,0,1107,0,1,0,0,0),(16541,2266,0,1,1,3612,1,-423.228,61.7868,54.618,0.575959,300,0,0,617,0,0,0,0,0),(11177,1034,0,1,1,4916,1,-3366.71,-2300.08,52.0185,1.50098,300,0,0,635,0,0,0,0,0),(11178,1034,0,1,1,4916,1,-3386.51,-2361.2,54.0784,5.83003,300,3,0,635,0,1,0,0,0),(11179,1034,0,1,1,4916,1,-3423.66,-2364.84,52.0978,0.13697,300,10,0,635,0,1,0,0,0),(11174,1034,0,1,1,4916,1,-3397.86,-2242.38,63.2277,0.845274,300,0,0,635,0,0,0,0,0),(11175,1034,0,1,1,4916,1,-3392.04,-2282.38,51.9,3.64687,300,0,0,635,0,0,0,0,0),(11176,1034,0,1,1,4916,1,-3379.93,-2247.5,52.0003,0.667432,300,10,0,635,0,1,0,0,0),(11171,1034,0,1,1,4916,1,-3354.55,-2234.26,50.535,5.80454,300,10,0,635,0,1,0,0,0),(11172,1034,0,1,1,4916,1,-3345.65,-2196.71,43.8519,0.739787,300,0,0,635,0,0,0,0,0),(11173,1034,0,1,1,4916,1,-3379.35,-2221.07,52.6826,5.6182,300,3,0,635,0,1,0,0,0),(11168,1034,0,1,1,4916,1,-3335.87,-2214.24,47.4742,5.96906,300,5,0,635,0,1,0,0,0),(11169,1034,0,1,1,4916,1,-3275.76,-2177.27,31.7346,0.634733,300,3,0,635,0,1,0,0,0),(11170,1034,0,1,1,4916,1,-3348.98,-2213.43,47.4327,5.75651,300,3,0,635,0,1,0,0,0),(16540,2248,0,1,1,3206,0,-265.727,-358.975,66.5851,1.74272,300,3,0,1050,0,1,0,0,0),(16539,2360,0,1,1,3703,1,-396.04,111.247,54.2029,0.774349,300,0,0,573,0,0,0,0,0),(16538,2349,0,1,1,6808,0,-307.674,-118.47,63.8392,6.06049,300,10,0,664,0,1,0,0,0),(16537,2249,0,1,1,3207,0,-212.882,-338.585,57.5145,2.79539,300,3,0,1107,0,1,0,0,0),(11164,1020,0,1,1,960,0,-3327.89,-1549.92,10.1191,0.204705,300,10,0,573,0,1,0,0,0),(11165,1020,0,1,1,960,0,-3437.04,-1405.65,10.4727,0.751912,300,10,0,573,0,1,0,0,0),(11166,1028,0,1,1,1079,1,-3191.24,-1250.26,9.67357,5.03617,300,10,0,504,1443,1,0,0,0),(11167,1024,0,1,1,486,1,-3251.78,-1209.42,9.19991,1.67665,300,10,0,494,0,1,0,0,0),(16536,2268,0,1,1,4125,1,-635.292,16.7916,45.9747,2.13498,300,5,0,734,0,1,0,0,0),(16535,2360,0,1,1,3703,1,-371.657,35.8556,54.9094,5.29067,300,5,0,573,0,1,0,0,0),(16534,2360,0,1,1,3703,1,-413.788,53.4268,54.2974,3.92516,300,5,0,573,0,1,0,0,0),(16533,2249,0,1,1,3207,0,-192.765,-321.419,73.3415,3.11388,300,3,0,1107,0,1,0,0,0),(16532,2266,0,1,1,3612,1,-423.953,51.5544,54.3128,0.436332,300,0,0,617,0,0,0,0,0),(16531,2360,0,1,1,3703,1,-378.855,81.3234,54.1602,1.88196,300,10,0,573,0,1,0,0,0),(16529,2360,0,1,1,3703,1,-348.953,48.0235,54.4408,2.56563,300,0,0,573,0,0,0,0,0),(16530,2449,0,1,1,3642,1,-448.933,22.6889,53.7768,3.19828,300,0,0,713,0,2,0,0,0),(16528,2249,0,1,1,3207,0,-235.387,-327.801,59.3863,0.5503,300,3,0,1107,0,1,0,0,0),(16527,2266,0,1,1,3612,1,-337.642,17.281,55.52,1.01375,300,0,0,617,0,0,0,0,0),(16526,2351,0,1,1,806,0,-218.289,-758.185,59.2734,1.5003,300,10,0,677,0,1,0,0,0),(16525,2266,0,1,1,3612,1,-345.112,52.3253,54.4366,0.763097,300,5,0,617,0,1,0,0,0),(16524,2268,0,1,1,4125,1,-411.865,2.80097,55.9364,4.93642,300,5,0,734,0,1,0,0,0),(16523,2266,0,1,1,3612,1,-352.208,89.7491,54.1188,4.60767,300,0,0,617,0,0,0,0,0),(16522,2266,0,1,1,3612,1,-367.408,-2.85899,55.2533,4.67101,300,5,0,617,0,1,0,0,0),(16521,2248,0,1,1,3206,0,-226.257,-358.954,48.4258,3.69575,300,3,0,1050,0,1,0,0,0),(16520,232,0,1,1,3614,1,-341.604,3.60308,60.3681,2.21657,300,0,0,617,0,0,0,0,0),(16519,2266,0,1,1,3612,1,-346.392,83.0253,54.1312,2.32129,300,0,0,617,0,0,0,0,0),(16518,2360,0,1,1,3703,1,-358.439,-0.862522,55.0429,3.12414,300,0,0,573,0,0,0,0,0),(16517,2350,0,1,1,1989,0,-216.678,-791.413,55.1349,1.97594,300,10,0,494,0,1,0,0,0),(16516,2384,0,1,1,1059,0,-548.463,-147.763,51.4657,1.3126,300,5,0,617,0,1,0,0,0),(16515,2249,0,1,1,3207,0,-155.994,-373.778,52.0028,3.61928,300,3,0,1107,0,1,0,0,0),(16514,2266,0,1,1,3612,1,-361.458,-21.875,55.1999,4.86478,300,5,0,617,0,1,0,0,0),(16513,2349,0,1,1,6808,0,-866.152,-291.87,37.8251,3.74368,300,5,0,664,0,1,0,0,0),(16512,2248,0,1,1,3206,0,-281.666,-284.934,51.7172,5.62385,300,3,0,1050,0,1,0,0,0),(16511,2268,0,1,1,4125,1,-575.306,133.939,52.7079,4.63756,300,5,0,734,0,1,0,0,0),(16510,2268,0,1,1,4125,1,-519.298,-12.8243,53.4788,1.44741,300,10,0,734,0,1,0,0,0),(16509,2266,0,1,1,3612,1,-398.459,-57.358,54.4454,4.6997,300,3,0,617,0,1,0,0,0),(16508,2268,0,1,1,4125,1,-382.664,16.2495,54.4183,1.65806,300,0,0,734,0,0,0,0,0),(16507,2360,0,1,1,3703,1,-404.221,-58.5118,54.5014,5.58505,300,3,0,573,0,1,0,0,0),(16506,2266,0,1,1,3612,1,-337.774,4.1235,55.507,6.10156,300,0,0,617,0,0,0,0,0),(16505,2248,0,1,1,3206,0,-277.779,-304.297,42.0171,2.92027,300,3,0,1050,0,1,0,0,0),(16504,2248,0,1,1,3206,0,-307.798,-279.125,45.6518,5.59641,300,3,0,1050,0,1,0,0,0),(16503,2248,0,1,1,3206,0,-296.635,-302.209,43.4465,0.109343,300,3,0,1050,0,1,0,0,0),(16502,2360,0,1,1,3703,1,-480.131,-32.9365,54.5378,4.17134,300,10,0,573,0,1,0,0,0),(11162,1021,0,1,1,677,0,-3398.36,-1604.39,10.0856,3.86108,300,10,0,664,0,1,0,0,0),(11163,1021,0,1,1,677,0,-3687.45,-1324.83,12.5067,4.96978,300,10,0,664,0,1,0,0,0),(11159,1034,0,1,1,4916,1,-3328.94,-2196.34,41.0129,5.22962,300,3,0,635,0,1,0,0,0),(11160,1024,0,1,1,486,1,-3280.77,-1173.35,9.11705,0.793781,300,10,0,494,0,1,0,0,0),(16501,2360,0,1,1,3703,1,-417.933,-61.6107,54.1311,2.72271,300,0,0,573,0,0,0,0,0),(11156,1034,0,1,1,4916,1,-3248.46,-2148.56,24.0214,5.72527,300,10,0,635,0,1,0,0,0),(11157,1007,0,1,1,3199,1,-3868.23,-3026.98,12.4495,0.087482,300,5,0,494,0,1,0,0,0),(11158,1024,0,1,1,486,1,-3282.06,-1245.29,9.4277,5.71129,300,10,0,494,0,1,0,0,0),(11153,1039,0,1,1,713,0,-3462.29,-1054.24,7.62512,6.12626,300,10,0,494,0,1,0,0,0),(11154,1007,0,1,1,3199,1,-3895.26,-3046.43,11.9087,1.83576,300,5,0,494,0,1,0,0,0),(11155,1007,0,1,1,3199,1,-3869.76,-3041.1,12.9087,0.55678,300,5,0,494,0,1,0,0,0),(11150,1007,0,1,1,3199,1,-4079.75,-3146.84,10.6866,5.06359,300,5,0,494,0,1,0,0,0),(11151,1007,0,1,1,3199,1,-3913.66,-3045.47,11.7577,2.8956,300,5,0,494,0,1,0,0,0),(11152,1417,0,1,1,1035,0,-3426.56,-1041.64,8.91536,2.50634,300,10,0,531,0,1,0,0,0),(16500,2356,0,1,1,3201,0,-618.101,-251.71,43.6369,4.89906,300,5,0,944,0,1,0,0,0),(11147,1030,0,1,1,360,0,-3844.85,-3092.84,11.7315,4.79353,300,5,0,494,0,1,0,0,0),(11148,1030,0,1,1,360,0,-4313.62,-2638.05,81.441,3.33439,300,5,0,494,0,1,0,0,0),(11149,1008,0,1,1,355,1,-3819.35,-3077.35,12.0321,5.5116,300,5,0,531,0,1,0,0,0),(11146,1030,0,1,1,360,0,-3886.7,-2679.02,32.9005,2.78516,300,10,0,494,0,1,0,0,0),(11144,1010,0,1,1,714,1,-3720.22,-2984.14,11.7477,3.81206,300,5,0,573,0,1,0,0,0),(11145,1008,0,1,1,355,1,-3935.26,-3095.5,13.2071,6.18428,300,10,0,531,0,1,0,0,0),(11141,1010,0,1,1,714,1,-3680.1,-2855.25,11.4369,3.04311,300,5,0,573,0,1,0,0,0),(11142,1008,0,1,1,355,1,-3679.55,-2920.51,11.7696,6.1761,300,5,0,531,0,1,0,0,0),(11143,1039,0,1,1,713,0,-3713.03,-2871.68,5.62299,1.16924,300,10,0,494,0,1,0,0,0),(16499,2249,0,1,1,3207,0,-244.342,-340.424,47.0773,5.32305,300,3,0,1107,0,1,0,0,0),(16498,2384,0,1,1,1059,0,-355.605,-307.396,60.5774,0.264881,300,10,0,617,0,1,0,0,0),(11140,1010,0,1,1,714,1,-3644.47,-2898.53,12.9557,4.82254,300,5,0,573,0,1,0,0,0),(11138,1010,0,1,1,714,1,-3677,-3055.2,14.827,0.98713,300,5,0,573,0,1,0,0,0),(11139,1010,0,1,1,714,1,-3751.58,-2855.14,11.6684,6.13077,300,5,0,573,0,1,0,0,0),(11137,1032,0,1,1,767,0,-2879.14,-2217.82,23.6571,0.587799,300,10,0,617,0,1,0,0,0),(11136,1032,0,1,1,767,0,-2881.36,-2319.46,30.2488,5.03041,300,10,0,617,0,1,0,0,0),(11135,1032,0,1,1,767,0,-2878.69,-2249.29,26.716,5.7561,300,10,0,617,0,1,0,0,0),(11134,1032,0,1,1,767,0,-2910.63,-2351.29,22.2882,0.889372,300,10,0,617,0,1,0,0,0),(11133,1010,0,1,1,714,1,-3715.45,-3057.05,16.6653,4.30603,300,5,0,573,0,1,0,0,0),(11130,1417,0,1,1,1035,0,-3285.11,-2589.94,11.4449,3.17481,300,10,0,531,0,1,0,0,0),(11131,1010,0,1,1,714,1,-3703.69,-3073.62,18.8806,0.837515,300,5,0,573,0,1,0,0,0),(11132,1010,0,1,1,714,1,-3757.94,-3014.21,12.9283,6.04135,300,5,0,573,0,1,0,0,0),(11127,1040,0,1,1,2023,0,-2711.59,-1584.04,6.71583,3.92705,300,10,0,664,0,1,0,0,0),(11128,1039,0,1,1,713,0,-3287.85,-1076.32,7.04304,2.45717,300,10,0,494,0,1,0,0,0),(11129,1259,0,1,1,652,1,-3245.94,-1136.65,9.15107,3.46334,300,0,0,573,0,0,0,0,0),(16497,2249,0,1,1,3207,0,-239.555,-367.93,48.1732,5.79218,300,3,0,1107,0,1,0,0,0),(16496,2360,0,1,1,3703,1,-446.658,-72.5294,54.4762,3.24631,300,0,0,573,0,0,0,0,0),(16495,2360,0,1,1,3703,1,-486.617,-13.9276,54.3316,5.57831,300,5,0,573,0,1,0,0,0),(16494,2356,0,1,1,3201,0,-716.492,145.898,45.0026,5.35679,300,10,0,944,0,1,0,0,0),(16493,2360,0,1,1,3703,1,-455.242,-15.8329,54.403,0.43395,300,5,0,573,0,1,0,0,0),(16492,2360,0,1,1,3703,1,-474.269,-16.3383,54.436,4.85202,300,0,0,573,0,0,0,0,0),(16491,2249,0,1,1,3207,0,-252.592,-324.202,44.8178,5.24674,300,5,0,1107,0,1,0,0,0),(16490,2360,0,1,1,3703,1,-481.441,-59.7912,54.408,6.06665,300,10,0,573,0,1,0,0,0),(16489,2356,0,1,1,3201,0,-884.18,-50.4254,23.0071,1.49247,300,10,0,944,0,1,0,0,0),(11124,2089,0,1,1,925,0,-2681.48,-1506.69,7.6715,1.16259,300,10,0,734,0,1,0,0,0),(11125,1400,0,1,1,1036,0,-2898.02,-1221.69,9.97597,0.254936,300,10,0,617,0,1,0,0,0),(11126,1024,0,1,1,486,1,-3272.26,-1040.97,9.43597,4.67329,300,10,0,494,0,1,0,0,0),(16488,2360,0,1,1,3703,1,-455.211,-55.2533,54.8021,2.91949,300,10,0,573,0,1,0,0,0),(16487,2360,0,1,1,3703,1,-465.554,-48.0768,54.5965,4.20813,300,10,0,573,0,1,0,0,0),(16486,2349,0,1,1,6808,0,-755.197,148.118,45.7395,4.92471,300,10,0,664,0,1,0,0,0),(16485,2266,0,1,1,3612,1,-460.88,-67.936,54.9228,5.19471,300,5,0,617,0,1,0,0,0),(16484,2356,0,1,1,3201,0,-901.496,-217.981,49.357,3.21387,300,5,0,944,0,1,0,0,0),(16483,2266,0,1,1,3612,1,-448.324,-97.3454,54.2978,2.60165,300,5,0,617,0,1,0,0,0),(16482,2266,0,1,1,3612,1,-421.691,-46.7441,54.1728,0.198002,300,5,0,617,0,1,0,0,0),(16481,2360,0,1,1,3703,1,-472.54,-80.6528,54.4972,3.56676,300,5,0,573,0,1,0,0,0),(16480,2248,0,1,1,3206,0,-280.869,-414.088,67.7671,1.06223,300,0,0,1050,0,2,0,0,0),(16479,2266,0,1,1,3612,1,-479.842,-80.4593,54.2987,5.09982,300,5,0,617,0,1,0,0,0),(16478,2266,0,1,1,3612,1,-482.133,-72.105,54.5487,1.5711,300,5,0,617,0,1,0,0,0),(16477,2351,0,1,1,806,0,-628.169,318.884,68.516,2.74448,300,5,0,677,0,1,0,0,0),(16476,2350,0,1,1,1989,0,-618.87,456.198,79.2373,2.95876,300,10,0,494,0,1,0,0,0),(16475,2360,0,1,1,3703,1,-481.96,-110.324,55.2501,3.2434,300,5,0,573,0,1,0,0,0),(16458,2356,0,1,1,3201,0,-803.369,-428.865,17.0093,3.36214,300,10,0,944,0,1,0,0,0),(16455,2268,0,1,1,4125,1,-599.514,-118.452,47.8382,3.40552,300,5,0,734,0,1,0,0,0),(16454,2356,0,1,1,3201,0,-940.448,-157.44,55.1219,4.45556,300,3,0,944,0,1,0,0,0),(16435,2384,0,1,1,1059,0,-578.095,-361.302,44.2618,3.21387,300,5,0,617,0,1,0,0,0),(11123,1400,0,1,1,1036,0,-2867.19,-1623.76,8.81753,6.15526,300,10,0,617,0,1,0,0,0),(11122,1417,0,1,1,1035,0,-3124.07,-1782.43,9.29432,5.76452,300,10,0,531,0,1,0,0,0),(11121,1400,0,1,1,1036,0,-3157.57,-2117.5,10.1699,3.23574,300,10,0,617,0,1,0,0,0),(11120,1400,0,1,1,1036,0,-2846.74,-1549.85,7.85648,3.63925,300,10,0,617,0,1,0,0,0),(11119,1417,0,1,1,1035,0,-3569.86,-984.558,-12.8106,6.19518,300,10,0,531,0,1,0,0,0),(11118,2102,0,1,1,4927,1,-4244.62,-2342.75,204.457,1.07217,300,0,0,494,0,0,0,0,0),(11117,1017,0,1,1,649,0,-2717.3,-1817.57,9.72714,5.20243,300,10,0,734,0,1,0,0,0),(11116,1017,0,1,1,649,0,-2751.6,-1852.26,12.0443,4.34847,300,10,0,734,0,1,0,0,0),(11115,1017,0,1,1,649,0,-2648.02,-1754.86,9.78473,5.27223,300,5,0,734,0,1,0,0,0),(11114,1018,0,1,1,180,0,-2686.75,-1857.63,9.52165,5.63594,300,10,0,896,0,1,0,0,0),(11113,1016,0,1,1,673,0,-2686.17,-1720.64,9.38602,4.54015,300,10,0,664,0,1,0,0,0),(11112,1018,0,1,1,180,0,-2664.69,-1853.42,9.27165,4.00293,300,10,0,896,0,1,0,0,0),(11111,1019,0,1,1,788,0,-2490.88,-1793.71,10.1623,3.3501,300,10,0,950,0,1,0,0,0),(11110,1016,0,1,1,673,0,-2720.49,-1635.16,13.7825,3.32618,300,10,0,664,0,1,0,0,0),(11109,1016,0,1,1,673,0,-2708.77,-1657.34,11.6575,1.49925,300,10,0,664,0,1,0,0,0),(11108,1017,0,1,1,649,0,-2610.87,-1645.91,9.36932,0.479769,300,5,0,734,0,1,0,0,0),(11107,1018,0,1,1,180,0,-2617.12,-1780.34,10.7606,6.26923,300,10,0,896,0,1,0,0,0),(11106,1018,0,1,1,180,0,-2710.71,-1844.01,10.5275,2.77886,300,10,0,896,0,1,0,0,0),(11105,1039,0,1,1,713,0,-2760.62,-1685.52,4.18069,3.30247,300,10,0,494,0,1,0,0,0),(11104,1400,0,1,1,1036,0,-2845.78,-1713.94,6.9231,0.618835,300,10,0,617,0,1,0,0,0),(11103,1417,0,1,1,1035,0,-3185.49,-1814.78,6.54428,2.85014,300,0,0,531,0,0,0,0,0),(1445,942,0,1,1,4450,1,-11422,-811.847,14.9644,4.86011,300,2,0,1208,1097,1,0,0,0),(1444,939,0,1,1,4446,1,-11448.5,-800.714,15.1804,1.27058,300,2,0,1469,0,1,0,0,0),(1443,942,0,1,1,4450,1,-11450.6,-819.21,15.8363,2.46435,300,3,0,1208,1097,1,0,0,0),(1442,1096,0,1,1,7197,1,-12185,-745.703,15.376,3.33401,300,5,0,1160,1067,1,0,0,0),(1441,939,0,1,1,4446,1,-11441.1,-834.396,15.0216,2.842,300,3,0,1469,0,1,0,0,0),(1440,1096,0,1,1,7197,1,-12139.2,-736.641,14.7784,1.6588,300,5,0,1160,1067,1,0,0,0),(1439,942,0,1,1,4450,1,-11427.8,-835.608,14.6894,0.175758,300,2,0,1208,1097,1,0,0,0),(1438,939,0,1,1,4446,1,-11446.3,-766.102,10.9047,0.784009,300,3,0,1469,0,1,0,0,0),(1437,1096,0,1,1,7197,1,-12134.2,-638.5,13.5992,2.05891,300,5,0,1160,1067,1,0,0,0),(1436,1096,0,1,1,7197,1,-12175.5,-658.973,14.4249,2.11675,300,5,0,1160,1067,1,0,0,0),(1435,1096,0,1,1,7197,1,-12171.9,-644.668,16.6749,5.38824,300,5,0,1160,1067,1,0,0,0),(16434,2268,0,1,1,4125,1,-600.861,-100.562,47.2267,3.56047,300,0,0,734,0,0,0,0,0),(1434,2635,0,1,1,1038,0,-11986.6,603.381,1.37604,2.66363,1800,5,0,1604,0,1,0,0,0),(1433,1096,0,1,1,7197,1,-12064.4,-587.233,13.0391,2.48911,300,5,0,1160,1067,1,0,0,0),(1432,674,0,1,1,7202,1,-12930.2,-483.789,45.6186,5.11381,300,0,0,1829,0,0,0,0,0),(1431,674,0,1,1,7202,1,-12946.8,-466.292,55.7017,2.32129,300,0,0,1829,0,0,0,0,0),(1430,976,0,1,1,320,0,-11576.4,-705.742,31.1552,1.53589,300,0,0,1163,0,0,0,0,0),(1429,977,0,1,1,599,0,-11570,-698.598,31.1548,4.66003,300,0,0,1163,0,0,0,0,0),(1428,977,0,1,1,599,0,-11579.5,-698.422,31.1548,4.59022,300,0,0,1163,0,0,0,0,0),(1427,943,0,1,1,4438,1,-11580.4,-702.735,31.1554,0.837758,300,0,0,1064,1007,0,0,0,0),(1426,943,0,1,1,4438,1,-11570.3,-703.197,31.1548,2.54818,300,0,0,1064,1007,0,0,0,0),(1425,1096,0,1,1,7197,1,-11953,-713.015,18.0497,2.41986,300,5,0,1160,1067,1,0,0,0),(1424,684,0,1,1,633,0,-12051.4,-884.42,45.0339,3.49483,300,5,0,1536,0,1,0,0,0),(1423,1097,0,1,1,7200,1,-11958.2,-500.145,17.0876,2.6466,300,0,0,1279,0,0,0,0,0),(1422,921,0,1,1,7198,1,-11980.9,-543.238,12.0755,4.10152,300,0,0,1279,0,0,0,0,0),(1421,1096,0,1,1,7197,1,-11979.4,-525.557,12.0525,4.24115,300,0,0,1160,1067,0,0,0,0),(1420,1097,0,1,1,7200,1,-11986.7,-531.318,12.0516,1.53589,300,0,0,1279,0,0,0,0,0),(1419,1096,0,1,1,7197,1,-11990.6,-533.384,12.0516,1.3439,300,0,0,1160,1067,0,0,0,0),(1418,1097,0,1,1,7200,1,-11990.2,-525.941,12.0516,4.92183,300,0,0,1279,0,0,0,0,0),(1417,1096,0,1,1,7197,1,-11998.6,-528.026,12.0516,5.21853,300,0,0,1160,1067,0,0,0,0),(1416,1152,0,1,1,833,0,-12556.7,-194.933,17.4094,4.73481,300,5,0,1403,0,1,0,0,0),(1415,1096,0,1,1,7197,1,-12023.4,-601.337,14.5046,4.78467,300,5,0,1160,1067,1,0,0,0),(1414,1096,0,1,1,7197,1,-11949.3,-502.706,17.0683,4.67608,300,0,0,1160,1067,0,0,0,0),(1413,1096,0,1,1,7197,1,-12111.8,-629.764,15.6088,2.86653,300,5,0,1160,1067,1,0,0,0),(1412,1114,0,1,1,845,0,-12382.4,-409.433,15.1534,1.28968,300,10,0,1804,0,1,0,0,0),(1411,681,0,1,1,598,0,-11820.1,-83.5532,38.3083,5.17167,300,5,0,1050,0,1,0,0,0),(1410,1096,0,1,1,7197,1,-11986.1,-762.374,15.4465,4.46173,300,5,0,1160,1067,1,0,0,0),(1409,667,0,1,1,4632,1,-12800.1,-874.984,58.2584,2.57862,300,5,0,1678,0,1,0,0,0),(1408,696,0,1,1,4622,1,-12801.6,-876.11,58.3438,2.23398,300,5,0,1678,0,1,0,0,0),(1407,780,0,1,1,4616,1,-12595.2,-658.957,40.4367,2.00728,300,5,0,1357,1236,1,0,0,0),(1406,667,0,1,1,4632,1,-12599,-660.75,40.0617,2.00713,300,5,0,1678,0,1,0,0,0),(1405,696,0,1,1,4622,1,-12599.6,-652.209,39.9914,1.88496,300,5,0,1678,0,1,0,0,0),(1404,597,0,1,1,4579,1,-11568.2,643.287,59.7685,5.53545,300,3,0,1469,0,1,0,0,0),(1403,682,0,1,1,320,0,-11954.3,-788.995,22.7222,3.77182,300,5,0,1163,0,1,0,0,0),(1402,682,0,1,1,320,0,-11913.6,-752.737,21.1681,3.09731,300,5,0,1163,0,1,0,0,0),(1401,1114,0,1,1,845,0,-12388.1,-620.891,15.4352,2.73388,300,5,0,1804,0,1,0,0,0),(1400,1096,0,1,1,7197,1,-11975.4,-824.298,32.2502,4.69118,300,5,0,1160,1067,1,0,0,0),(1399,770,0,1,1,4396,1,-11309.1,-187.431,75.6492,3.78736,300,0,0,1753,0,0,0,0,0),(1398,733,0,1,1,4393,1,-11310.4,-205.115,75.3625,2.80998,300,0,0,1753,0,0,0,0,0),(1397,739,0,1,1,4392,1,-11320.2,-193.337,76.2277,4.99164,300,0,0,1753,0,0,0,0,0),(1396,754,0,1,1,4660,1,-11324,-213.784,76.4801,2.25148,300,0,0,1107,0,0,0,0,0),(1395,756,0,1,1,633,0,-12969.8,-707.291,53.4969,0.019072,300,2,0,1902,0,1,0,0,0),(1394,669,0,1,1,4628,1,-12972.7,-710.152,53.8719,1.79807,300,0,0,1902,0,0,0,0,0),(1393,1422,0,1,1,4395,1,-11313,-182.601,75.3137,4.4855,300,0,0,1753,0,0,0,0,0),(1392,756,0,1,1,633,0,-13021.3,-698.251,55.4959,4.5933,300,5,0,1902,0,1,0,0,0),(1391,669,0,1,1,4628,1,-13021.1,-700.964,55.3896,4.64595,300,5,0,1902,0,1,0,0,0),(1390,597,0,1,1,4579,1,-11647.4,747.407,40.2323,2.06217,300,0,0,1469,0,0,0,0,0),(1389,670,0,1,1,4627,1,-12948.6,-649.326,52.8068,3.35635,300,3,0,1522,1332,1,0,0,0),(1388,670,0,1,1,4627,1,-12964.7,-686.102,53.4537,2.38736,300,2,0,1522,1332,1,0,0,0),(1387,1152,0,1,1,833,0,-11848.1,-321.607,11.7539,4.04638,300,5,0,1403,0,1,0,0,0),(1386,670,0,1,1,4627,1,-12946.4,-702.076,54.1669,5.73791,300,0,0,1522,1332,0,0,0,0),(1385,595,0,1,1,4574,1,-11637.6,756.784,42.3613,5.75959,300,5,0,1279,0,1,0,0,0),(1384,670,0,1,1,4627,1,-12964.6,-607.433,53.6735,2.8483,300,0,0,1522,1332,0,0,0,0),(1383,756,0,1,1,633,0,-12998.2,-689.481,54.1074,1.43485,300,5,0,1902,0,1,0,0,0),(1382,756,0,1,1,633,0,-12946.2,-654.713,52.469,1.08532,300,0,0,1902,0,0,0,0,0),(1381,784,0,1,1,4624,1,-12945.3,-651.858,52.7068,1.25593,300,0,0,1902,0,0,0,0,0),(1380,669,0,1,1,4628,1,-12993.9,-673.287,53.1074,1.33225,300,5,0,1902,0,1,0,0,0),(1379,772,0,1,1,614,0,-12832.3,-111.459,4.89921,0.403745,300,5,0,1536,0,1,0,0,0),(1378,782,0,1,1,4625,1,-12953.8,-628.37,53.5485,5.27218,300,0,0,1902,0,0,0,0,0),(1377,756,0,1,1,633,0,-12936.3,-619.852,52.9235,1.32575,300,2,0,1902,0,1,0,0,0),(1376,784,0,1,1,4624,1,-12938.8,-622.213,52.6735,5.20876,300,0,0,1902,0,0,0,0,0),(1375,782,0,1,1,4625,1,-12953.5,-616.617,52.4991,5.96903,300,0,0,1902,0,0,0,0,0),(1374,756,0,1,1,633,0,-12943.4,-646.879,53.0568,4.72543,300,2,0,1902,0,1,0,0,0),(1373,669,0,1,1,4628,1,-12943.5,-645.847,53.0568,4.75773,300,0,0,1902,0,0,0,0,0),(1372,670,0,1,1,4627,1,-12942.7,-606.091,53.4235,1.95563,300,0,0,1522,1332,0,0,0,0),(1371,782,0,1,1,4625,1,-12937.8,-649.335,53.4318,6.2664,300,3,0,1902,0,1,0,0,0),(1370,1108,0,1,1,843,0,-11917.2,-206.455,14.8643,1.38797,300,5,0,1427,0,1,0,0,0),(1369,756,0,1,1,633,0,-12911.3,-617.061,53.4428,1.20284,300,3,0,1902,0,1,0,0,0),(17858,1769,0,1,1,11180,0,1121.23,1069.16,32.3437,5.68895,275,10,0,186,191,1,0,0,0),(17857,1908,0,1,1,540,0,1182.68,463.386,27.7063,5.06479,275,5,0,404,456,1,0,0,0),(11102,2089,0,1,1,925,0,-2814.2,-1240.65,6.21252,1.75966,300,10,0,734,0,1,0,0,0),(34641,3817,1,1,1,1991,0,2350.59,-917.808,96.6732,5.72113,300,3,0,573,0,1,0,0,0),(34640,3817,1,1,1,1991,0,1921.31,-423.498,106.255,2.57673,300,10,0,573,0,1,0,0,0),(34639,3817,1,1,1,1991,0,2876.64,-1178.3,180.808,2.98381,300,0,0,573,0,0,0,0,0),(34638,3817,1,1,1,1991,0,2277.95,-1112.29,95.5275,0.089953,300,5,0,573,0,1,0,0,0),(34637,3817,1,1,1,1991,0,2882.65,-1189.58,178.648,4.77005,300,5,0,573,0,1,0,0,0),(34636,3817,1,1,1,1991,0,2801.19,-1171.08,171.143,4.83771,300,5,0,573,0,1,0,0,0),(34635,3817,1,1,1,1991,0,2704.8,-1196.6,160.537,0.880808,300,15,0,573,0,1,0,0,0),(1368,784,0,1,1,4624,1,-12908.7,-618.149,53.4428,5.38548,300,0,0,1902,0,0,0,0,0),(1367,783,0,1,1,4623,1,-13076.4,-602.553,54.8787,5.34071,300,0,0,2059,0,0,0,0,0),(1366,1059,0,1,1,4634,1,-13083.2,-606.34,54.6776,5.61996,300,0,0,2218,0,0,0,0,0),(1365,672,0,1,1,4621,1,-13076.9,-607.448,54.232,5.55015,300,0,0,1711,1483,0,0,0,0),(1364,782,0,1,1,4625,1,-12982.5,-715.423,54.2248,1.81514,300,2,0,1902,0,1,0,0,0),(16433,2354,0,1,1,1007,0,-422.877,-359.739,52.2926,3.62271,300,10,0,742,0,1,0,0,0),(16432,2354,0,1,1,1007,0,-258.498,-627.454,58.0375,4.76323,300,10,0,742,0,1,0,0,0),(16431,2384,0,1,1,1059,0,-287.078,-623.684,58.8778,1.76864,300,5,0,617,0,1,0,0,0),(16430,2384,0,1,1,1059,0,-461.079,-293.885,51.4714,0.647378,300,10,0,617,0,1,0,0,0),(16429,2384,0,1,1,1059,0,-335.69,-489.547,55.0434,0.38232,300,10,0,617,0,1,0,0,0),(16428,2354,0,1,1,1007,0,-272.669,-580.288,58.678,0.498568,300,10,0,742,0,1,0,0,0),(34634,3817,1,1,1,1991,0,2391.41,-880.808,150.454,3.76321,300,5,0,573,0,1,0,0,0),(1363,782,0,1,1,4625,1,-12998.7,-701.508,54.7469,1.99743,300,5,0,1902,0,1,0,0,0),(1362,670,0,1,1,4627,1,-12988.6,-689.096,54.1074,3.78934,300,5,0,1522,1332,1,0,0,0),(1361,756,0,1,1,633,0,-12991.3,-662.176,51.9769,3.73674,300,5,0,1902,0,1,0,0,0),(16427,2384,0,1,1,1059,0,-277.649,-540.008,60.5966,4.5401,300,10,0,617,0,1,0,0,0),(14776,2721,0,1,1,4037,1,-1550.34,-3028.26,13.6448,5.00963,60,0,0,610,0,0,0,0,0),(245566,16592,530,1,1,11686,0,-3946.07,2041.28,95.0669,0.00549316,300,0,0,42,0,0,0,0,0),(245565,16592,1,1,1,11686,0,-6769.7,526.854,-1.60197,0.087266,300,0,0,42,0,0,0,0,0),(16396,2354,0,1,1,1007,0,-344.21,-384.617,60.9289,5.80294,300,10,0,742,0,1,0,0,0),(16395,2384,0,1,1,1059,0,-596.816,-182.746,47.833,3.01792,300,0,0,617,0,0,0,0,0),(16394,2384,0,1,1,1059,0,-642.108,-358.624,42.2449,2.31732,300,5,0,617,0,1,0,0,0),(16393,2248,0,1,1,3206,0,-258.67,-449.997,65.2176,1.53036,300,10,0,1050,0,1,0,0,0),(16392,2384,0,1,1,1059,0,-465.208,-205.611,57.5403,3.5547,300,5,0,617,0,1,0,0,0),(16391,2248,0,1,1,3206,0,-324.579,-386.79,63.7155,-2.96204,300,10,0,1050,0,1,0,0,0),(16390,2354,0,1,1,1007,0,-376.784,-462.384,53.8348,1.87177,300,10,0,742,0,1,0,0,0),(16389,2248,0,1,1,3206,0,-325.532,-417.112,60.3643,-2.70958,300,10,0,1050,0,1,0,0,0),(16388,2249,0,1,1,3207,0,-251.234,-285.947,52.9203,1.17052,300,3,0,1107,0,1,0,0,0),(16387,2386,0,1,1,3708,1,-831.993,-531.12,13.4014,2.75056,300,0,0,2310,0,2,0,0,0),(16386,2386,0,1,1,3708,1,-781.154,-583.324,16.3837,1.85982,300,3,0,2310,0,1,0,0,0),(16385,2386,0,1,1,3705,1,-795.438,-621.106,16.5,1.708,300,5,0,2310,0,1,0,0,0),(16384,2384,0,1,1,1059,0,-286.235,-677.311,55.7347,2.49717,300,10,0,617,0,1,0,0,0),(16383,2386,0,1,1,3705,1,-877.573,-561.812,11.004,4.13143,300,5,0,2310,0,1,0,0,0),(16382,2384,0,1,1,1059,0,-383.326,-638.703,52.9871,5.13934,300,10,0,617,0,1,0,0,0),(16381,2354,0,1,1,1007,0,-492.291,-174.734,53.859,0.774349,300,10,0,742,0,1,0,0,0),(16380,2249,0,1,1,3207,0,-313.979,-305.651,43.8424,3.8341,300,3,0,1107,0,1,0,0,0),(16379,2267,0,1,1,11035,1,-585.654,-68.852,46.087,4.60397,300,10,0,664,0,1,0,0,0),(16378,2451,0,1,1,3630,1,-593.469,-81.4747,46.087,2.25133,300,0,0,713,0,2,0,0,0),(16377,2384,0,1,1,1059,0,-545.314,-657.09,44.8161,5.74176,300,10,0,617,0,1,0,0,0),(16376,2384,0,1,1,1059,0,-218.584,-679.649,61.541,4.69676,300,10,0,617,0,1,0,0,0),(16375,2384,0,1,1,1059,0,-487.282,-782.186,54.0001,4.39681,300,10,0,617,0,1,0,0,0),(16374,2266,0,1,1,3612,1,-610.423,-58.7875,46.1117,0.331613,300,0,0,617,0,0,0,0,0),(16373,2384,0,1,1,1059,0,-407.121,-190.912,57.781,5.6057,300,10,0,617,0,1,0,0,0),(16372,2267,0,1,1,11035,1,-545.223,-72.0823,46.3318,3.05458,300,5,0,664,0,1,0,0,0),(16371,2384,0,1,1,1059,0,-547.774,-713.319,47.321,1.40322,300,10,0,617,0,1,0,0,0),(16370,2354,0,1,1,1007,0,-606.018,-473.381,33.8471,5.15966,300,10,0,742,0,1,0,0,0),(16369,2248,0,1,1,3206,0,-183.579,-340.009,53.1782,2.39451,300,3,0,1050,0,1,0,0,0),(16368,620,0,1,1,304,0,-816.533,-537.25,15.3231,2.77414,300,5,0,1,0,1,0,0,0),(16367,2249,0,1,1,3207,0,-147.467,-323.741,52.819,2.65494,300,3,0,1107,0,1,0,0,0),(16366,2384,0,1,1,1059,0,-450.59,-646.905,48.6924,0.250847,300,10,0,617,0,1,0,0,0),(16364,2266,0,1,1,3612,1,-563.937,-78.8919,45.6964,2.94961,300,0,0,617,0,0,0,0,0),(16363,2354,0,1,1,1007,0,-335.109,-246.471,66.7025,0.321751,300,10,0,742,0,1,0,0,0),(16362,2267,0,1,1,11035,1,-606.021,-46.4226,46.0306,1.62625,300,5,0,664,0,1,0,0,0),(1360,669,0,1,1,4628,1,-12990.2,-659.665,51.6074,3.43563,300,5,0,1902,0,1,0,0,0),(11101,1417,0,1,1,1035,0,-3042.48,-1492.37,5.85782,5.25243,300,10,0,531,0,1,0,0,0),(11100,1400,0,1,1,1036,0,-3101.22,-2084.92,9.06914,3.14159,300,10,0,617,0,1,0,0,0),(11099,1041,0,1,1,2024,0,-2761.67,-1680.81,2.5099,5.8038,300,5,0,734,0,1,0,0,0),(11097,1017,0,1,1,649,0,-2681.7,-1943.82,16.0096,1.7711,300,10,0,734,0,1,0,0,0),(11098,2102,0,1,1,4927,1,-4218.48,-2352.51,204.282,0.57933,300,3,0,494,0,1,0,0,0),(34633,3817,1,1,1,1991,0,2355.48,-517.081,120.157,2.54655,300,3,0,573,0,1,0,0,0),(34632,3817,1,1,1,1991,0,2078.69,-435.192,96.6761,4.88814,300,5,0,573,0,1,0,0,0),(34631,3817,1,1,1,1991,0,2222.21,-552.833,102.454,0.16289,300,15,0,573,0,1,0,0,0),(34630,3817,1,1,1,1991,0,2253.85,-562.269,102.872,6.00409,300,15,0,573,0,1,0,0,0),(34629,3817,1,1,1,1991,0,2533.06,-1463.97,163.013,2.26429,300,5,0,573,0,1,0,0,0),(34628,3817,1,1,1,1991,0,2248.8,-1077.61,106.463,3.69926,300,5,0,573,0,1,0,0,0),(34627,3817,1,1,1,1991,0,2318.73,-981.721,91.5928,3.72356,300,15,0,573,0,1,0,0,0),(34626,3817,1,1,1,1991,0,2330.89,-1029.68,109.335,5.71631,300,5,0,573,0,1,0,0,0),(34625,3817,1,1,1,1991,0,2253.2,-1152.72,87.2554,3.87586,300,5,0,573,0,1,0,0,0),(34624,3817,1,1,1,1991,0,2119.27,-529.646,110.777,4.42711,300,5,0,573,0,1,0,0,0),(34623,3817,1,1,1,1991,0,2011.87,-607.283,101.978,3.85297,300,15,0,573,0,1,0,0,0),(34622,3817,1,1,1,1991,0,2584.25,-1249.04,145.567,0.436064,300,15,0,573,0,1,0,0,0),(34621,3817,1,1,1,1991,0,2681.25,-1529.27,208.826,4.71239,300,5,0,573,0,1,0,0,0),(34620,3817,1,1,1,1991,0,2226.83,-969.273,89.3588,5.38564,300,5,0,573,0,1,0,0,0),(34619,3817,1,1,1,1991,0,1925.15,-481.529,114.499,0.072351,300,5,0,573,0,1,0,0,0),(11096,1016,0,1,1,673,0,-2730.87,-1641.32,9.90753,3.63516,300,10,0,664,0,1,0,0,0),(11095,1017,0,1,1,649,0,-2703.57,-1937.88,14.8985,2.06505,300,10,0,734,0,1,0,0,0),(11094,1017,0,1,1,649,0,-2769.26,-1902.2,18.687,5.97161,300,5,0,734,0,1,0,0,0),(11093,1015,0,1,1,670,0,-2786.2,-2083.55,31.0434,3.72527,300,10,0,617,0,1,0,0,0),(11092,1016,0,1,1,673,0,-2836.87,-1860.85,10.3141,2.41819,300,5,0,664,0,1,0,0,0),(11091,1017,0,1,1,649,0,-2687.26,-1970.17,15.7527,0.926065,300,10,0,734,0,1,0,0,0),(11090,1016,0,1,1,673,0,-2719.18,-1654.54,9.53253,4.76473,300,10,0,664,0,1,0,0,0),(11089,2103,0,1,1,4925,1,-4239.4,-2369.76,204.1,3.99296,300,0,0,449,0,0,0,0,0),(11088,2102,0,1,1,4927,1,-4236.09,-2348.67,204.332,2.55793,300,0,0,494,0,0,0,0,0),(11087,2103,0,1,1,4925,1,-4248.17,-2372.45,204.475,0.711944,300,0,0,449,0,0,0,0,0),(11086,2103,0,1,1,4925,1,-4275.35,-2370.03,209.148,1.33577,300,3,0,449,0,1,0,0,0),(11085,2102,0,1,1,4927,1,-4231.12,-2358.6,204.157,3.87403,300,0,0,494,0,0,0,0,0),(11084,2102,0,1,1,4927,1,-4238.02,-2382.77,204.725,4.71533,300,0,0,494,0,0,0,0,0),(11083,2103,0,1,1,4925,1,-4346.12,-2429.92,218.617,3.72578,300,0,0,449,0,0,0,0,0),(11082,2103,0,1,1,4925,1,-4304.44,-2384.4,208.507,4.99709,300,3,0,449,0,1,0,0,0),(11081,2103,0,1,1,4925,1,-4323.74,-2412.63,210.255,1.68925,300,0,0,449,0,2,0,0,0),(11080,1039,0,1,1,713,0,-2901.19,-1713.85,2.77578,0.240713,300,10,0,494,0,1,0,0,0),(11079,2102,0,1,1,4927,1,-4355.33,-2421.2,228.484,1.04819,300,0,0,494,0,0,0,0,0),(11078,2103,0,1,1,4925,1,-4325.79,-2442.2,213.328,0.007773,300,3,0,449,0,1,0,0,0),(11077,2103,0,1,1,4925,1,-4340.38,-2460.58,212.3,1.53272,300,5,0,449,0,1,0,0,0),(11076,1016,0,1,1,673,0,-2744.46,-1636.79,8.93813,3.17471,300,10,0,664,0,1,0,0,0),(11075,2469,0,1,1,1802,1,-4446.8,-2676.68,266.058,3.80482,300,0,0,1910,0,0,0,0,0),(11074,1019,0,1,1,788,0,-2506.45,-1755.68,9.59888,5.26469,300,10,0,950,0,1,0,0,0),(11073,2468,0,1,1,1806,1,-4483.21,-2693.89,266.07,0.488692,300,0,0,1910,0,0,0,0,0),(11072,2105,0,1,1,1780,1,-4490.57,-2691.05,266.965,0.031014,300,0,0,1910,0,2,0,0,0),(11071,2466,0,1,1,1785,1,-4435.51,-2566.6,234.988,1.44221,300,0,0,1910,0,2,0,0,0),(11070,1400,0,1,1,1036,0,-2954.51,-1414.69,9.17781,3.0888,300,10,0,617,0,1,0,0,0),(11069,1417,0,1,1,1035,0,-3079.41,-1578.33,7.76148,0.911293,300,10,0,531,0,1,0,0,0),(11068,1400,0,1,1,1036,0,-2980.29,-1381.5,6.77303,0.703835,300,10,0,617,0,1,0,0,0),(11067,1417,0,1,1,1035,0,-3170.02,-2494.42,6.21249,3.54384,300,10,0,531,0,1,0,0,0),(11066,1040,0,1,1,2023,0,-2929.39,-1249.22,6.21254,5.97662,300,10,0,664,0,1,0,0,0),(11065,1025,0,1,1,983,1,-3168.25,-913.972,3.47972,0.293199,300,5,0,531,0,1,0,0,0),(11064,1025,0,1,1,983,1,-3111.51,-920.388,2.86049,0.562534,300,5,0,531,0,1,0,0,0),(11063,1025,0,1,1,983,1,-3120.48,-984.066,6.21252,2.3856,300,5,0,531,0,1,0,0,0),(11062,1025,0,1,1,983,1,-3156.9,-951.207,7.53215,2.76377,300,5,0,531,0,1,0,0,0),(11061,1026,0,1,1,1305,1,-3125.14,-990.975,7.08752,5.36208,300,5,0,573,0,1,0,0,0),(11060,1028,0,1,1,1079,1,-3151.77,-1061.51,6.86619,2.40806,300,5,0,504,1443,1,0,0,0),(11059,1028,0,1,1,1079,1,-3149.55,-1051.27,8.24119,1.24844,300,5,0,504,1443,1,0,0,0),(11058,1027,0,1,1,506,1,-3052.08,-968.75,9.21252,0.151604,300,10,0,664,0,1,0,0,0),(11057,1025,0,1,1,983,1,-3083.34,-1017.27,10.0743,6.08454,300,5,0,531,0,1,0,0,0),(11056,1027,0,1,1,506,1,-3115.16,-964.348,9.59679,4.21582,300,10,0,664,0,1,0,0,0),(11055,1027,0,1,1,506,1,-3052.38,-1181.35,9.22636,4.51975,300,10,0,664,0,1,0,0,0),(11054,1026,0,1,1,1305,1,-3204.69,-948.438,8.15014,5.60154,300,5,0,573,0,1,0,0,0),(11053,1023,0,1,1,949,0,-3490.06,-1721.54,33.9626,3.56658,300,3,0,787,0,1,0,0,0),(11052,1023,0,1,1,949,0,-3521.59,-1783.81,23.7833,3.31749,300,3,0,787,0,1,0,0,0),(11051,1023,0,1,1,949,0,-3478.14,-1748.96,23.9907,5.89592,300,3,0,787,0,1,0,0,0),(11050,1022,0,1,1,648,0,-3480.99,-1880.51,23.4294,0.656766,300,5,0,734,0,1,0,0,0),(34618,3817,1,1,1,1991,0,2735.73,-1195.89,164.726,5.70223,300,15,0,573,0,1,0,0,0),(34617,3817,1,1,1,1991,0,2194.07,-916.772,93.3797,5.93858,300,5,0,573,0,1,0,0,0),(34616,3817,1,1,1,1991,0,2286.51,-939.285,86.8047,1.75746,300,15,0,573,0,1,0,0,0),(34615,3817,1,1,1,1991,0,2753.1,-1242.78,172.849,4.4828,300,5,0,573,0,1,0,0,0),(34614,3817,1,1,1,1991,0,2935.38,-1244.76,190.396,2.79869,300,15,0,573,0,1,0,0,0),(34613,3817,1,1,1,1991,0,2391.98,-694.825,151.623,0.250576,300,3,0,573,0,1,0,0,0),(34612,3817,1,1,1,1991,0,2632.97,-1423.21,180.707,6.25828,300,3,0,573,0,1,0,0,0),(34611,3817,1,1,1,1991,0,2075.69,-526.669,100.156,5.87937,300,5,0,573,0,1,0,0,0),(34610,3817,1,1,1,1991,0,1970.87,-579.038,112.508,0.811525,300,3,0,573,0,1,0,0,0),(34609,3817,1,1,1,1991,0,2577.12,-1331.8,151.48,0.871227,300,15,0,573,0,1,0,0,0),(34608,3816,1,1,1,1917,0,4091.32,43.7832,24.5755,5.29213,300,5,0,417,0,1,0,0,0),(34607,3816,1,1,1,1917,0,3485.43,815.784,6.06059,3.63029,300,15,0,417,0,1,0,0,0),(34606,3816,1,1,1,1917,0,3958.31,85.8429,7.90376,0.039081,300,5,0,417,0,1,0,0,0),(34605,3816,1,1,1,1917,0,3936.99,-58.6342,7.55296,2.92907,300,15,0,417,0,1,0,0,0),(34604,3816,1,1,1,1917,0,3345.57,386.896,3.23578,1.27825,300,15,0,417,0,1,0,0,0),(34603,3816,1,1,1,1917,0,3651.5,-18.3174,2.43062,0.476747,300,15,0,417,0,1,0,0,0),(34601,3816,1,1,1,1917,0,3710.69,666.281,5.22716,3.64717,300,15,0,417,0,1,0,0,0),(34600,3816,1,1,1,1917,0,3313.85,182.168,6.72578,3.50505,300,15,0,417,0,1,0,0,0),(34599,3816,1,1,1,1917,0,3518.45,780.948,5.94339,5.10327,300,15,0,417,0,1,0,0,0),(34598,3816,1,1,1,1917,0,3756.25,779.679,7.03422,5.3012,300,5,0,417,0,1,0,0,0),(34597,3816,1,1,1,1917,0,3263.4,312.317,7.85353,0.927298,300,5,0,417,0,1,0,0,0),(34596,3816,1,1,1,1917,0,3581.04,748.054,6.49861,4.34893,300,15,0,417,0,1,0,0,0),(34595,3816,1,1,1,1917,0,3293.86,343.164,5.3477,3.64135,300,5,0,417,0,1,0,0,0),(34594,3816,1,1,1,1917,0,3521.73,662.33,8.06842,0.73044,300,5,0,417,0,1,0,0,0),(34580,3816,1,1,1,1917,0,3446.11,21.5139,5.04635,3.1974,300,15,0,417,0,1,0,0,0),(34579,3816,1,1,1,1917,0,4012.12,70.7447,8.32314,1.30686,300,5,0,417,0,1,0,0,0),(34578,3816,1,1,1,1917,0,3560.09,600.074,8.68319,5.94693,300,5,0,417,0,1,0,0,0),(34577,3816,1,1,1,1917,0,3542.26,726.127,7.24244,4.49161,300,5,0,417,0,1,0,0,0),(34576,3816,1,1,1,1917,0,3506.38,682.527,6.24481,2.46899,300,5,0,417,0,1,0,0,0),(34575,3816,1,1,1,1917,0,3720.54,782.517,6.85666,0.557798,300,5,0,417,0,1,0,0,0),(34574,3816,1,1,1,1917,0,3374.14,121.992,1.18703,3.26498,300,15,0,417,0,1,0,0,0),(34573,3816,1,1,1,1917,0,3179.12,370.465,15.648,2.69754,300,5,0,417,0,1,0,0,0),(34572,3816,1,1,1,1917,0,3982.08,40.5528,8.26123,4.49203,300,5,0,417,0,1,0,0,0),(1359,1152,0,1,1,833,0,-11994.4,-356.408,10.6096,3.46469,300,5,0,1403,0,1,0,0,0),(1358,1108,0,1,1,843,0,-11924.1,-154.623,12.7714,3.93954,300,10,0,1427,0,1,0,0,0),(1357,1114,0,1,1,845,0,-12365.5,-382.095,16.5363,3.26926,300,5,0,1804,0,1,0,0,0),(1356,772,0,1,1,614,0,-12348.9,-779.705,31.5376,1.13463,300,5,0,1536,0,1,0,0,0),(1355,772,0,1,1,614,0,-12426.8,-776.325,35.791,5.49222,300,10,0,1536,0,1,0,0,0),(34571,3816,1,1,1,1917,0,3617.13,0.042671,4.30704,2.84022,300,5,0,417,0,1,0,0,0),(34570,3816,1,1,1,1917,0,3917.49,189.877,3.49186,3.11426,300,15,0,417,0,1,0,0,0),(34569,3816,1,1,1,1917,0,3880.42,155.697,8.80807,1.35139,300,0,0,417,0,0,0,0,0),(34568,3816,1,1,1,1917,0,3985.65,114.107,6.30413,2.79916,300,5,0,417,0,1,0,0,0),(34567,3816,1,1,1,1917,0,3491.58,421.148,-1.34687,4.64806,300,10,0,417,0,1,0,0,0),(34566,3816,1,1,1,1917,0,4016.7,156.471,3.67669,5.16373,300,15,0,417,0,1,0,0,0),(34565,3816,1,1,1,1917,0,4064.64,195.911,4.72359,5.71414,300,15,0,417,0,1,0,0,0),(34564,3816,1,1,1,1917,0,4070.48,237.726,9.98268,1.99338,300,3,0,417,0,1,0,0,0),(34563,3816,1,1,1,1917,0,3989.94,190.103,4.10751,1.31491,300,15,0,417,0,1,0,0,0),(34562,3816,1,1,1,1917,0,4074.25,148.631,5.18417,6.05076,300,15,0,417,0,1,0,0,0),(34561,3816,1,1,1,1917,0,3869.06,721.995,7.37875,0.200995,300,15,0,417,0,1,0,0,0),(34560,3816,1,1,1,1917,0,3447.15,104.306,3.32979,4.2762,300,15,0,417,0,1,0,0,0),(34559,3816,1,1,1,1917,0,3348.78,85.5559,4.73912,4.36595,300,15,0,417,0,1,0,0,0),(34558,3816,1,1,1,1917,0,3139.11,415.014,5.971,4.22476,300,15,0,417,0,1,0,0,0),(1354,684,0,1,1,633,0,-12218.6,-985.548,33.7145,0.149292,300,5,0,1536,0,1,0,0,0),(1353,772,0,1,1,614,0,-12211.4,-923.087,39.9216,4.41719,300,5,0,1536,0,1,0,0,0),(1352,684,0,1,1,633,0,-12378.7,-747.576,31.4413,-0.894327,300,5,0,1536,0,1,0,0,0),(1351,772,0,1,1,614,0,-12118.4,-821.391,36.4835,2.26353,300,5,0,1536,0,1,0,0,0),(1350,684,0,1,1,633,0,-12183.6,-898.137,39.5455,4.94159,300,10,0,1536,0,1,0,0,0),(16361,2384,0,1,1,1059,0,-497.249,-714.764,49.5841,2.92695,300,10,0,617,0,1,0,0,0),(16360,2249,0,1,1,3207,0,-172.755,-329.885,52.9225,1.47312,300,3,0,1107,0,1,0,0,0),(34557,3816,1,1,1,1917,0,3562.67,23.8065,5.48147,0.076248,300,15,0,417,0,1,0,0,0),(34556,3816,1,1,1,1917,0,3828.85,26.3794,9.81629,0.346768,300,5,0,417,0,1,0,0,0),(34555,3816,1,1,1,1917,0,3802.59,51.8038,8.6193,3.889,300,15,0,417,0,1,0,0,0),(34554,3816,1,1,1,1917,0,3610.7,165.883,3.07488,4.51672,300,5,0,417,0,1,0,0,0),(34553,3816,1,1,1,1917,0,3563.63,50.1496,5.69973,3.45531,300,15,0,417,0,1,0,0,0),(34552,3816,1,1,1,1917,0,3448.29,37.5245,3.79237,4.67454,300,15,0,417,0,1,0,0,0),(34551,3816,1,1,1,1917,0,3594.91,-225.61,8.75225,5.94141,300,5,0,417,0,1,0,0,0),(34550,3816,1,1,1,1917,0,3354.83,413.15,4.64898,4.5238,300,15,0,417,0,1,0,0,0),(34549,3816,1,1,1,1917,0,3228.57,441.104,0.438413,5.38637,300,15,0,417,0,1,0,0,0),(34548,3816,1,1,1,1917,0,3180.88,569.758,-0.164925,3.21423,300,5,0,417,0,1,0,0,0),(16358,2267,0,1,1,11035,1,-583.635,-45.4985,45.8888,0.692257,300,10,0,664,0,1,0,0,0),(16359,2267,0,1,1,11036,1,-603.69,-56.3574,46.0306,4.99068,300,5,0,664,0,1,0,0,0),(16346,2249,0,1,1,3207,0,-133.87,-353.486,52.8156,0.525346,300,3,0,1107,0,1,0,0,0),(16357,2384,0,1,1,1059,0,-445.888,-671.964,49.853,2.1588,300,10,0,617,0,1,0,0,0),(17856,1908,0,1,1,540,0,1153.23,358.261,34.1762,2.95493,275,5,0,404,456,1,0,0,0),(16335,2351,0,1,1,806,0,-326.583,-791.993,56.6864,4.48842,300,10,0,677,0,1,0,0,0),(16334,2384,0,1,1,1059,0,-515.98,-671.095,45.4134,2.78214,300,10,0,617,0,1,0,0,0),(10494,1747,0,1,1,0,1,-8439.61,334.384,122.58,2.2081,180,0,0,102,0,0,0,0,0),(10495,29611,0,1,1,0,1,-8441.42,333.102,122.579,2.23167,7200,0,0,5578000,0,0,0,0,0),(10498,1750,0,1,1,0,1,-8394,281.82,120.885,3.728,2100,0,0,4370,0,0,0,0,0),(10499,1751,0,1,1,0,1,-8402,276.816,120.885,0.432,2100,0,0,4370,0,0,0,0,0),(10500,1752,0,1,1,0,1,-8534,367.126,108.569,2.286,490,0,0,4120,0,0,0,0,0),(16333,2266,0,1,1,3612,1,-551.932,-50.0047,46.2068,3.68265,300,0,0,617,0,0,0,0,0),(10502,1754,0,1,1,0,0,-8334,394.722,122.274,2.596,310,0,0,1107,0,0,0,0,0),(202593,33993,624,3,1,0,0,-218.726,-288.57,91.5494,1.58825,604800,0,0,1,0,0,0,0,0),(34547,3816,1,1,1,1917,0,3202.88,605.194,-1.45126,2.83189,300,15,0,417,0,1,0,0,0),(10506,1756,0,1,1,0,1,-8533,456.912,104.917,2.281,430,0,0,25200,0,0,0,0,0),(10507,1756,0,1,1,0,1,-8532,392.07,108.386,0.674,430,0,0,25200,0,0,0,0,0),(10508,1756,0,1,1,0,1,-8531,438.994,105.211,0.496,430,0,0,25200,0,0,0,0,0),(10509,1756,0,1,1,0,1,-8526,385.38,108.386,0.729,430,0,0,25200,0,0,0,0,0),(10510,1756,0,1,1,0,1,-8524,444.517,105.022,3.863,430,0,0,25200,0,0,0,0,0),(10511,1756,0,1,1,0,1,-8470,361.367,116.683,0.639,430,0,0,25200,0,0,0,0,0),(10512,1756,0,1,1,0,1,-8463,366.948,116.756,3.791,430,0,0,25200,0,0,0,0,0),(10513,1756,0,1,1,0,1,-8457,325.899,120.886,0.327,430,0,0,25200,0,0,0,0,0),(10514,1756,0,1,1,0,1,-8456,340.124,120.885,5.791,430,0,0,25200,0,0,0,0,0),(10515,1756,0,1,1,0,1,-8449,314.38,120.886,1.144,430,0,0,25200,0,0,0,0,0),(10516,1756,0,1,1,0,1,-8445,348.184,120.886,4.914,430,0,0,25200,0,0,0,0,0),(10517,1756,0,1,1,0,1,-8434,312.775,120.886,1.894,430,0,0,25200,0,0,0,0,0),(10518,1756,0,1,1,0,1,-8431,346.566,120.886,4.204,430,0,0,25200,0,0,0,0,0),(10519,1756,0,1,1,0,1,-8424,322.168,120.886,2.667,430,0,0,25200,0,0,0,0,0),(10520,1756,0,1,1,0,1,-8421,336.007,120.885,3.345,430,0,0,25200,0,0,0,0,0),(10521,1756,0,1,1,0,1,-8418,296.459,120.886,2.23,430,0,0,25200,0,0,0,0,0),(10522,1756,0,1,1,0,1,-8411,302.34,120.886,2.219,430,0,0,25200,0,0,0,0,0),(10523,1756,0,1,1,0,1,-8394,448.942,123.76,0.711,430,0,0,25200,0,0,0,0,0),(10524,1756,0,1,1,0,1,-8389,452.936,123.76,3.773,430,0,0,25200,0,0,0,0,0),(10525,1756,0,1,1,0,1,-8363,407.922,122.274,5.43,430,0,0,25200,0,0,0,0,0),(10526,1756,0,1,1,0,1,-8355,414.346,122.274,5.35,430,0,0,25200,0,0,0,0,0),(10527,1756,0,1,1,0,1,-8527.76,441.73,105.034,2.23726,350,0,0,25200,0,2,0,0,0),(10528,1756,0,1,1,0,1,-8532.2,386.405,108.386,3.7782,350,0,0,25200,0,2,0,0,0),(17855,1908,0,1,1,540,0,1151.24,454.519,33.2399,4.08575,275,10,0,404,456,1,0,0,0),(16331,2384,0,1,1,1059,0,-489.638,-584.985,44.0825,2.45745,300,10,0,617,0,1,0,0,0),(16332,2267,0,1,1,11035,1,-551.016,-43.3799,46.4006,4.69964,300,5,0,664,0,1,0,0,0),(17854,1909,0,1,1,757,1,1136.45,333.07,30.7966,4.50761,275,5,0,377,408,1,0,0,0),(16328,2248,0,1,1,3206,0,-135.186,-370.751,52.7954,4.32162,300,3,0,1050,0,1,0,0,0),(16330,2249,0,1,1,3207,0,-179.781,-377.707,51.4475,4.09728,300,3,0,1107,0,1,0,0,0),(17853,1888,0,1,1,3566,1,89.7352,712.978,60.4226,4.74901,275,10,0,354,1326,1,0,0,0),(17852,1889,0,1,1,3586,1,86.2971,704.383,61.2206,4.54965,275,10,0,379,1118,1,0,0,0),(17851,10779,0,1,1,10090,0,1318.74,1275.25,49.1126,4.68896,275,10,0,8,0,1,0,0,0),(17850,1957,0,1,1,1994,1,820.965,234.68,33.697,4.41313,275,10,0,356,0,1,0,0,0),(17849,1958,0,1,1,2597,0,787.738,289.239,34.9781,1.42711,275,10,0,350,390,1,0,0,0),(16326,2264,0,1,1,3610,1,-544.192,-111.727,46.5798,2.26893,300,0,0,664,0,0,0,0,0),(16327,2264,0,1,1,3611,1,-548.899,-109.777,46.592,3.88138,300,0,0,664,0,0,0,0,0),(17848,1769,0,1,1,11180,0,1107.45,1120.65,40.857,4.94905,275,0,0,186,191,0,0,0,0),(17847,1889,0,1,1,3586,1,20.9377,770.135,63.8601,3.61283,275,0,0,379,1118,0,0,0,0),(17846,1888,0,1,1,3566,1,12.3213,665.348,67.72,0.123386,275,5,0,354,1326,1,0,0,0),(17845,1769,0,1,1,11180,0,1107.61,1137.6,44.1844,1.4651,275,10,0,186,191,1,0,0,0),(17844,1769,0,1,1,11180,0,1110.4,1106.45,41.6803,2.11185,275,0,0,186,191,0,0,0,0),(17843,1889,0,1,1,3585,1,28.8149,719.525,63.7214,5.17149,275,5,0,379,1118,1,0,0,0),(16316,2384,0,1,1,1059,0,-553.569,-593.326,41.0818,3.91398,300,5,0,617,0,1,0,0,0),(16317,2354,0,1,1,1007,0,-499.305,-675.12,49.0838,5.19614,300,10,0,742,0,1,0,0,0),(17842,1888,0,1,1,3566,1,43.9987,742.928,63.7948,3.69211,275,10,0,354,1326,1,0,0,0),(17841,1769,0,1,1,11180,0,1095.3,1116.62,40.7023,6.21337,275,0,0,186,191,0,0,0,0),(16311,2249,0,1,1,3207,0,-187.014,-322.03,72.9682,4.07892,300,3,0,1107,0,1,0,0,0),(16312,2354,0,1,1,1007,0,-443.746,-745.022,54.3744,3.83977,300,10,0,742,0,1,0,0,0),(16310,2267,0,1,1,11035,1,-569.272,-99.5342,46.087,4.79449,300,5,0,664,0,1,0,0,0),(16309,2384,0,1,1,1059,0,-161.23,-692.294,68.4183,2.1195,300,10,0,617,0,1,0,0,0),(16308,2354,0,1,1,1007,0,-392.572,-248.239,57.9896,6.21091,300,10,0,742,0,1,0,0,0),(16307,2354,0,1,1,1007,0,-384.371,-216.835,59.6725,0.651949,300,10,0,742,0,1,0,0,0),(16306,2248,0,1,1,3206,0,-252.654,-419.58,69.8955,3.86359,300,5,0,1050,0,1,0,0,0),(16305,2244,0,1,1,3621,1,-601.576,-1519.81,54.0235,3.04705,300,0,0,441,1272,0,0,0,0),(16304,2260,0,1,1,3616,1,-600.357,-1510.15,54.1024,3.03687,300,0,0,531,0,0,0,0,0),(16303,2244,0,1,1,3621,1,-576.069,-1521.61,52.7658,6.10865,300,0,0,441,1272,0,0,0,0),(16302,2261,0,1,1,3623,1,-568.309,-1495.97,52.6653,4.5204,300,0,0,494,0,0,0,0,0),(16301,2384,0,1,1,1059,0,-415.042,-182.491,57.1815,6.12625,300,10,0,617,0,1,0,0,0),(16191,2268,0,1,1,4125,1,-623.554,-36.6266,45.8268,2.74017,300,0,0,734,0,0,0,0,0),(16190,2260,0,1,1,3618,1,-503.592,-1565.04,52.5659,1.65919,300,5,0,531,0,1,0,0,0),(16188,2261,0,1,1,3624,1,-485.72,-1579.18,52.9409,4.63708,300,5,0,494,0,1,0,0,0),(16189,2261,0,1,1,3623,1,-521.979,-1557.71,52.9409,3.02935,300,5,0,494,0,1,0,0,0),(17840,1889,0,1,1,3585,1,22.0169,767.471,63.8601,2.46091,275,0,0,379,1118,0,0,0,0),(17839,1769,0,1,1,11180,0,1113.59,1111.84,41.3153,2.96706,275,0,0,186,191,0,0,0,0),(16186,2261,0,1,1,3623,1,-551.538,-1554.93,53.8226,0.722178,300,5,0,494,0,1,0,0,0),(16187,2244,0,1,1,3621,1,-570.559,-1546.48,53.4441,4.80193,300,5,0,441,1272,1,0,0,0),(16185,2260,0,1,1,3616,1,-564.394,-1552.19,53.5632,1.98095,300,5,0,531,0,1,0,0,0),(16184,2344,0,1,1,3763,1,-1149.02,-1177.71,42.5266,0.178631,300,0,0,732,756,2,0,0,0),(16181,2268,0,1,1,4125,1,-543.485,-31.0688,46.0754,2.29806,300,0,0,734,0,2,0,0,0),(16183,2345,0,1,1,3762,1,-1183.52,-1215.07,43.5995,6.09062,300,10,0,905,0,1,0,0,0),(16180,2345,0,1,1,3762,1,-1233.66,-1152.25,38.3326,5.83964,300,5,0,905,0,1,0,0,0),(16179,2345,0,1,1,3761,1,-1232.71,-1172.25,39.3992,6.23082,300,0,0,905,0,0,0,0,0),(16178,2261,0,1,1,3624,1,-581.829,-1512.39,53.0659,5.82563,300,5,0,494,0,1,0,0,0),(16177,2344,0,1,1,3763,1,-1200.82,-1173.39,40.44,4.02232,300,5,0,732,756,1,0,0,0),(16176,2266,0,1,1,3612,1,-505.063,-17.5724,56.17,4.82003,300,5,0,617,0,1,0,0,0),(16175,2244,0,1,1,3621,1,-559.944,-1526.6,52.9409,4.7025,300,0,0,441,1272,2,0,0,0),(16174,2344,0,1,1,3763,1,-1247.28,-1185.11,39.4853,3.78247,300,5,0,732,756,1,0,0,0),(16173,2261,0,1,1,3623,1,-534.516,-1517.19,66.0077,1.32288,300,0,0,494,0,0,0,0,0),(16172,2344,0,1,1,3763,1,-1261.58,-1180.4,39.4845,0.331613,300,0,0,732,756,0,0,0,0),(16171,2344,0,1,1,3763,1,-1278.61,-1222.51,41.651,1.81514,300,0,0,732,756,0,0,0,0),(16170,2260,0,1,1,3618,1,-556.514,-1506.35,52.8114,3.58166,300,5,0,531,0,1,0,0,0),(16169,2351,0,1,1,806,0,-374.853,-918.6,55.5047,5.81661,300,10,0,677,0,1,0,0,0),(16168,2261,0,1,1,3623,1,-480.507,-1547.15,66.008,5.70736,300,3,0,494,0,1,0,0,0),(16167,2345,0,1,1,3762,1,-1276.76,-1195.08,40.2596,0.575959,300,0,0,905,0,0,0,0,0),(16166,2261,0,1,1,3624,1,-494.869,-1530.37,65.1129,5.79875,300,3,0,494,0,1,0,0,0),(16165,2344,0,1,1,3763,1,-1267,-1207.02,40.2608,1.15192,300,0,0,732,756,0,0,0,0),(16164,2346,0,1,1,3766,1,-1284.71,-1208.27,40.1783,1.41992,300,0,0,773,811,2,0,0,0),(16161,2344,0,1,1,3763,1,-1298.64,-1254.89,32.2077,3.03687,300,0,0,732,756,0,0,0,0),(16162,2244,0,1,1,3621,1,-510.073,-1508.63,70.2377,1.38493,300,3,0,441,1272,1,0,0,0),(16163,2261,0,1,1,3623,1,-521.012,-1483.96,75.899,3.13936,300,0,0,494,0,2,0,0,0),(16160,2351,0,1,1,806,0,-15.4142,-1080.01,44.9338,0.461313,300,10,0,677,0,1,0,0,0),(16159,2244,0,1,1,3622,1,-528.236,-1452.75,69.8088,1.78544,300,3,0,441,1272,1,0,0,0),(16158,2346,0,1,1,3765,1,-1321.69,-1251.97,32.2072,0.471239,300,0,0,773,811,0,0,0,0),(16157,2261,0,1,1,3623,1,-592.002,-1433.68,65.0659,0.553444,300,3,0,494,0,1,0,0,0),(16156,2344,0,1,1,3763,1,-1331.04,-1241.9,32.2072,0.750492,300,0,0,732,756,0,0,0,0),(16155,2261,0,1,1,3624,1,-521.492,-1435.03,65.0608,1.48945,300,3,0,494,0,1,0,0,0),(16154,2377,0,1,1,1079,1,-964.586,-406.248,4.79091,0.086533,300,10,0,935,878,1,0,0,0),(16153,2351,0,1,1,806,0,-259.82,-847.026,56.3842,0.276692,300,5,0,677,0,1,0,0,0),(16152,2350,0,1,1,1989,0,-116.324,-783.159,57.0062,0.124036,300,5,0,494,0,1,0,0,0),(16149,2350,0,1,1,1989,0,-56.8347,-1049.57,47.5493,1.6588,300,3,0,494,0,1,0,0,0),(16150,2354,0,1,1,1007,0,-307.335,-596.855,56.5532,2.02396,300,10,0,742,0,1,0,0,0),(16151,2261,0,1,1,3623,1,-565.247,-1402.35,65.3159,5.68757,300,0,0,494,0,2,0,0,0),(17838,1888,0,1,1,3567,1,5.50446,789.691,64.0431,5.56716,275,5,0,354,1326,1,0,0,0),(16146,2261,0,1,1,3624,1,-590.086,-1377,64.9569,2.37365,300,0,0,494,0,0,0,0,0),(16143,2377,0,1,1,1079,1,-1082.52,-245.835,0.889879,3.04436,300,10,0,935,878,1,0,0,0),(16144,2377,0,1,1,1079,1,-980.239,-450.284,1.24339,0.041716,300,10,0,935,878,1,0,0,0),(16145,2261,0,1,1,3624,1,-597.82,-1386.44,64.9569,2.09439,300,0,0,494,0,0,0,0,0),(17837,1889,0,1,1,3585,1,16.6264,771.589,63.8881,5.61996,275,0,0,379,1118,0,0,0,0),(17836,1939,0,1,1,10851,1,688.579,533.662,40.789,1.8976,275,5,0,356,0,1,0,0,0),(17835,1940,0,1,1,10855,1,628.082,519.564,39.378,3.57962,275,10,0,350,390,1,0,0,0),(17834,1957,0,1,1,1994,1,707.488,204.866,33.191,2.18166,275,0,0,356,0,0,0,0,0),(17833,1958,0,1,1,2597,0,744.34,223.765,42.2873,0.422733,275,10,0,350,390,1,0,0,0),(17832,1957,0,1,1,1994,1,717.048,203.165,35.1352,3.33358,275,0,0,356,0,0,0,0,0),(17831,1766,0,1,1,246,0,1286.07,961.777,45.0388,1.36727,275,5,0,222,0,1,0,0,0),(17830,1765,0,1,1,11421,0,1353.13,719.534,35.5323,0.256579,275,10,0,198,0,1,0,0,0),(16140,2376,0,1,1,4920,1,-944.85,-413.224,11.4154,3.52556,300,0,0,892,852,0,0,0,0),(16141,2351,0,1,1,806,0,-366.515,-1025.97,49.1502,3.62971,300,10,0,677,0,1,0,0,0),(16142,2377,0,1,1,1079,1,-1090.37,-234.871,-0.424443,4.12386,300,10,0,935,878,1,0,0,0),(16139,2376,0,1,1,4920,1,-1076.62,-235.223,1.88988,3.43569,300,10,0,892,852,1,0,0,0),(16138,2384,0,1,1,1059,0,-279.698,-618.123,59.5242,0.886346,300,10,0,617,0,1,0,0,0),(16137,2376,0,1,1,4920,1,-1067.96,-241.636,2.96402,4.32842,300,0,0,892,852,0,0,0,0),(16136,2351,0,1,1,806,0,-243.177,-952.165,56.3783,6.23235,300,10,0,677,0,1,0,0,0),(16132,2344,0,1,1,3763,1,-1304.99,-1258.55,38.8741,0.174533,300,0,0,732,756,0,0,0,0),(16133,2351,0,1,1,806,0,-379.813,-837.759,57.7938,4.39874,300,10,0,677,0,1,0,0,0),(16134,2384,0,1,1,1059,0,-266.091,-682.978,55.7796,4.34676,300,10,0,617,0,1,0,0,0),(16135,2351,0,1,1,806,0,-324.658,-992.673,53.5662,3.88473,300,10,0,677,0,1,0,0,0),(16130,2377,0,1,1,1079,1,-1062.69,-373.605,-2.71617,2.35332,300,10,0,935,878,1,0,0,0),(16131,2351,0,1,1,806,0,-367.124,-901.628,56.7977,5.28234,300,10,0,677,0,1,0,0,0),(16129,2377,0,1,1,1079,1,-1049.57,-248.873,12.7893,1.98968,300,0,0,935,878,0,0,0,0),(16126,2384,0,1,1,1059,0,-365.115,-611.674,53.6009,2.82582,300,10,0,617,0,1,0,0,0),(16127,2345,0,1,1,3761,1,-1276.67,-1221,41.5672,2.15978,300,0,0,905,0,2,0,0,0),(16128,2350,0,1,1,1989,0,-350.758,-839.339,58.5972,2.03707,300,10,0,494,0,1,0,0,0),(17829,6033,0,1,1,7449,0,1214.02,650.735,9.10322,1.50098,275,0,0,328,0,0,0,0,0),(17828,1958,0,1,1,2597,0,911.619,82.5614,27.969,0.714003,275,5,0,350,390,1,0,0,0),(17827,1765,0,1,1,11421,0,261.664,1528.02,145.97,5.71009,275,5,0,198,0,1,0,0,0),(16125,2377,0,1,1,1079,1,-1054.93,-320.79,0.174346,3.25122,300,10,0,935,878,1,0,0,0),(16124,2376,0,1,1,4920,1,-1076.52,-300.709,0.632938,4.64764,300,10,0,892,852,1,0,0,0),(16123,2377,0,1,1,1079,1,-1029.06,-361.03,3.2988,5.92672,300,10,0,935,878,1,0,0,0),(16122,2351,0,1,1,806,0,-203.424,-782.523,56.6667,3.84576,300,10,0,677,0,1,0,0,0),(16121,2377,0,1,1,1079,1,-1032.63,-339.15,3.4238,2.17944,300,10,0,935,878,1,0,0,0),(16120,2384,0,1,1,1059,0,-376.909,-648.461,53.6289,4.46173,300,10,0,617,0,1,0,0,0),(16118,2376,0,1,1,4920,1,-1047.81,-352.209,0.584908,3.06992,300,10,0,892,852,1,0,0,0),(16119,2261,0,1,1,3624,1,-542.67,-1388.95,64.7742,0.306811,300,3,0,494,0,1,0,0,0),(16117,2351,0,1,1,806,0,-298.659,-823.709,57.5442,-0.20192,300,10,0,677,0,1,0,0,0),(16116,2376,0,1,1,4920,1,-1037.46,-375.02,2.11907,3.61283,300,0,0,892,852,0,0,0,0),(1348,728,0,1,1,613,0,-12191,-944.651,32.9082,0.187693,300,0,0,1753,0,0,0,0,0),(11047,1022,0,1,1,648,0,-3577.12,-1862.63,33.4269,4.73934,300,3,0,734,0,1,0,0,0),(11048,1022,0,1,1,648,0,-3551.23,-1813.87,25.3162,1.6862,300,3,0,734,0,1,0,0,0),(11049,1023,0,1,1,949,0,-3421.09,-1779.82,24.8787,2.8217,300,5,0,787,0,1,0,0,0),(17826,1908,0,1,1,540,0,1154.76,424.79,31.1827,1.13415,275,5,0,404,456,1,0,0,0),(17825,1778,0,1,1,1006,0,255.81,1576.89,130.708,2.61502,275,5,0,266,0,1,0,0,0),(17824,1765,0,1,1,11421,0,326.177,1592.61,126.402,2.81236,275,5,0,198,0,1,0,0,0),(16115,2376,0,1,1,4920,1,-1024.01,-404.794,-1.58954,4.76271,300,10,0,892,852,1,0,0,0),(16113,2345,0,1,1,3762,1,-1300.94,-1243.45,49.9869,3.08923,300,0,0,905,0,0,0,0,0),(16114,2376,0,1,1,4920,1,-1017.97,-353.15,6.05897,2.37848,300,10,0,892,852,1,0,0,0),(16112,2350,0,1,1,1989,0,-551.657,-1186.71,63.4604,4.42638,300,5,0,494,0,1,0,0,0),(16110,2377,0,1,1,1079,1,-1017.94,-418.876,-1.76519,5.2454,300,10,0,935,878,1,0,0,0),(16111,2344,0,1,1,3764,1,-1285.91,-1242.23,49.9025,3.735,300,0,0,732,756,0,0,0,0),(17823,2053,0,1,1,3553,1,-696.775,1588.31,17.2987,4.08407,275,0,0,417,0,0,0,0,0),(17822,1923,0,1,1,741,0,-554.754,1521.37,13.4616,3.97936,275,10,0,356,0,1,0,0,0),(17821,1769,0,1,1,11180,0,1000.84,1159.94,49.1103,1.47297,275,10,0,186,191,1,0,0,0),(17820,1768,0,1,1,346,1,1303.43,671.517,33.4777,0.600338,275,0,0,253,264,0,0,0,0),(17819,1768,0,1,1,346,1,1311.84,665.177,34.1493,0,275,0,0,253,264,0,0,0,0),(17818,1768,0,1,1,346,1,1297.59,668.769,32.1239,2.75762,275,0,0,253,264,0,0,0,0),(17817,1767,0,1,1,441,1,1316.26,653.025,33.7696,0.733613,275,10,0,247,0,1,0,0,0),(16108,2349,0,1,1,6808,0,-414.161,-1087.25,44.3064,2.77848,300,5,0,664,0,1,0,0,0),(16109,2350,0,1,1,1989,0,-271.014,-910.714,53.903,3.44126,300,3,0,494,0,1,0,0,0),(17816,1767,0,1,1,441,1,1352.69,751.968,36.1366,2.80848,275,10,0,247,0,1,0,0,0),(17815,1956,0,1,1,631,0,1039.23,152.238,29.5857,6.0507,275,10,0,417,0,1,0,0,0),(16106,2244,0,1,1,3621,1,-511.506,-1353.18,53.8838,1.8469,300,0,0,441,1272,0,0,0,0),(16107,2260,0,1,1,3618,1,-500.7,-1351.47,53.7508,0.887107,300,0,0,531,0,0,0,0,0),(17814,1908,0,1,1,540,0,1193.57,375.176,34.7027,1.40172,275,10,0,404,456,1,0,0,0),(16104,2344,0,1,1,3763,1,-1329.92,-1249.78,40.2624,0.645772,300,0,0,732,756,0,0,0,0),(16105,2345,0,1,1,3761,1,-1311.49,-1257.04,49.9871,1.65806,300,0,0,905,0,0,0,0,0),(16103,2346,0,1,1,3765,1,-1320.97,-1258.44,40.2621,1.5708,300,0,0,773,811,0,0,0,0),(16101,2261,0,1,1,3623,1,-497.493,-1340.73,53.4869,2.4566,300,0,0,494,0,0,0,0,0),(16102,2377,0,1,1,1079,1,-973.979,-489.096,2.9403,0.365222,300,10,0,935,878,1,0,0,0),(16100,2427,0,1,1,3625,1,-492.277,-1480.43,88.0715,4.87372,300,0,0,664,0,0,0,0,0),(16099,2344,0,1,1,3763,1,-1317.27,-1240.57,40.1782,2.68131,300,5,0,732,756,1,0,0,0),(16096,2351,0,1,1,806,0,-200.194,-753.344,59.2016,2.8507,300,5,0,677,0,1,0,0,0),(16097,2344,0,1,1,3763,1,-1302.48,-1236.83,40.2616,1.88496,300,0,0,732,756,0,0,0,0),(16098,2344,0,1,1,3763,1,-1320.31,-1210.41,40.1783,0.678419,300,0,0,732,756,2,0,0,0),(17813,1909,0,1,1,757,1,1201.89,381.745,35.5602,4.57276,275,0,0,377,408,0,0,0,0),(17812,1908,0,1,1,540,0,1211.6,379.969,33.9352,3.42085,275,0,0,404,456,0,0,0,0),(17811,1956,0,1,1,631,0,1096.51,339.396,34.8139,3.80613,275,10,0,417,0,1,0,0,0),(16093,2351,0,1,1,806,0,-104.039,-777.484,55.9385,4.52357,300,0,0,677,0,0,0,0,0),(16094,2344,0,1,1,3763,1,-1297.48,-1224.03,40.2616,3.85718,300,0,0,732,756,0,0,0,0),(16095,2408,0,1,1,1244,0,-446.439,-979.246,29.3821,0.667189,300,10,0,1050,0,1,0,0,0),(17810,2914,0,1,1,6303,0,296.343,659.753,41.9758,1.29169,275,10,0,8,0,1,0,0,0),(17809,1908,0,1,1,540,0,494.537,755.264,39.1347,6.1689,275,5,0,404,456,1,0,0,0),(17808,1909,0,1,1,757,1,456.141,741.376,38.4905,2.84116,275,5,0,377,408,1,0,0,0),(17807,1767,0,1,1,441,1,1153,994.517,31.5814,4.28935,275,10,0,247,0,1,0,0,0),(17806,1768,0,1,1,346,1,1165.47,1012.9,33.0586,0.20448,275,10,0,253,264,1,0,0,0),(17805,1768,0,1,1,346,1,1151.32,1032.05,31.3314,0.955921,275,10,0,253,264,1,0,0,0),(17804,1767,0,1,1,441,1,1125.7,1059.33,30.0302,0.48843,275,10,0,247,0,1,0,0,0),(17803,1767,0,1,1,441,1,1037.47,1031.4,31.9553,4.58854,275,10,0,247,0,1,0,0,0),(17802,1767,0,1,1,441,1,1072.95,1041.07,30.4191,5.56355,275,10,0,247,0,1,0,0,0),(17801,1420,0,1,1,901,0,1060.71,1076.76,35.5059,5.73255,275,10,0,8,0,1,0,0,0),(17800,1909,0,1,1,757,1,1176.05,354.153,33.4858,1.8176,275,10,0,377,408,1,0,0,0),(17799,1909,0,1,1,757,1,1120.69,359.301,26.9493,2.73568,275,5,0,377,408,1,0,0,0),(17798,1908,0,1,1,540,0,1146.34,387.561,34.0606,5.75671,275,10,0,404,456,1,0,0,0),(17797,1909,0,1,1,757,1,1202.22,402.961,33.0111,4.09782,275,10,0,377,408,1,0,0,0),(17796,1908,0,1,1,540,0,1177.73,393.737,35.1469,3.30068,275,0,0,404,456,0,0,0,0),(17795,1958,0,1,1,2597,0,758.116,71.2601,28.745,5.52499,275,5,0,350,390,1,0,0,0),(17794,1957,0,1,1,1994,1,706.635,222.787,35.1963,1.11152,275,10,0,356,0,1,0,0,0),(17793,1958,0,1,1,2597,0,718.756,248.364,37.3903,5.69518,275,10,0,350,390,1,0,0,0),(17792,1958,0,1,1,2597,0,720.555,210.199,36.4936,4.92037,275,10,0,350,390,1,0,0,0),(17791,1781,0,1,1,760,0,1415.88,1937.64,10.3177,4.37771,275,3,0,273,0,1,0,0,0),(17790,1781,0,1,1,760,0,1438.19,1944.46,12.8004,2.60436,275,3,0,273,0,1,0,0,0),(17789,1781,0,1,1,760,0,1433.05,2002.04,11.5301,0.973342,275,3,0,273,0,1,0,0,0),(17788,1781,0,1,1,760,0,1446.94,1990.08,11.0784,0.648325,275,3,0,273,0,1,0,0,0),(17787,1781,0,1,1,760,0,1433.58,1967.75,12.6362,3.81089,275,3,0,273,0,1,0,0,0),(17786,1781,0,1,1,760,0,1418.55,1962,14.0876,5.99553,275,3,0,273,0,1,0,0,0),(16092,2344,0,1,1,3763,1,-1335.06,-1224.61,38.8739,6.07375,300,0,0,732,756,0,0,0,0),(16091,2408,0,1,1,1244,0,-607.361,-751.986,9.6924,4.57326,300,10,0,1050,0,1,0,0,0),(16090,2408,0,1,1,1244,0,-561.357,-828.215,5.54301,4.20074,300,10,0,1050,0,1,0,0,0),(16089,2408,0,1,1,1244,0,-513.542,-907.291,27.3546,1.31826,300,10,0,1050,0,1,0,0,0),(16088,2344,0,1,1,3764,1,-1300.82,-1190.01,41.651,5.25344,300,0,0,732,756,0,0,0,0),(16087,2408,0,1,1,1244,0,-750.862,-723.454,6.51497,2.93522,300,10,0,1050,0,1,0,0,0),(16084,2261,0,1,1,3623,1,-511.828,-1386.9,53.0659,4.94842,300,5,0,494,0,1,0,0,0),(16085,2408,0,1,1,1244,0,-817.78,-722.526,5.98992,4.83945,300,10,0,1050,0,1,0,0,0),(16086,2408,0,1,1,1244,0,-679.263,-737.658,4.99451,2.33412,300,10,0,1050,0,1,0,0,0),(17785,1781,0,1,1,760,0,1425.25,1942.41,8.87307,3.8646,275,5,0,273,0,1,0,0,0),(17784,1956,0,1,1,631,0,1114.04,279.894,34.1707,2.72155,275,10,0,417,0,1,0,0,0),(17783,1767,0,1,1,441,1,1277.83,831.663,29.7052,4.10114,275,10,0,247,0,1,0,0,0),(17782,1908,0,1,1,540,0,1089.46,582.363,42.2136,5.00478,275,10,0,404,456,1,0,0,0),(17781,2914,0,1,1,1206,0,-544.917,1497.31,12.53,4.8165,275,10,0,8,0,1,0,0,0),(17780,1908,0,1,1,540,0,1156.25,514.834,36.5416,5.13319,275,10,0,404,456,1,0,0,0),(17779,1909,0,1,1,757,1,1113.39,547.062,38.0024,1.83987,275,10,0,377,408,1,0,0,0),(17778,1909,0,1,1,757,1,1140.92,591.944,39.1864,2.2607,275,10,0,377,408,1,0,0,0),(17777,1909,0,1,1,757,1,1173.39,583.591,27.7427,2.39646,275,5,0,377,408,1,0,0,0),(17776,1909,0,1,1,757,1,1186.78,557.466,24.1232,1.23227,275,5,0,377,408,1,0,0,0),(17775,1956,0,1,1,631,0,1079.65,350.33,34.2182,0.689661,275,10,0,417,0,1,0,0,0),(17774,1957,0,1,1,1994,1,750.437,255.648,42.4799,3.96482,275,10,0,356,0,1,0,0,0),(17773,1956,0,1,1,631,0,1087.86,291.931,36.1021,4.80526,275,10,0,417,0,1,0,0,0),(17772,1958,0,1,1,2597,0,768.92,206.121,41.9963,4.80271,275,10,0,350,390,1,0,0,0),(11046,1022,0,1,1,648,0,-3409.11,-1814.36,17.5763,6.00478,300,5,0,734,0,1,0,0,0),(11045,1023,0,1,1,949,0,-3513.64,-1809.07,25.05,1.52582,300,5,0,787,0,1,0,0,0),(11044,1022,0,1,1,648,0,-3511.91,-1849.37,22.4388,5.10703,300,10,0,734,0,1,0,0,0),(11043,1025,0,1,1,983,1,-3205.48,-957.19,8.15014,1.09838,300,5,0,531,0,1,0,0,0),(11042,1025,0,1,1,983,1,-3193.43,-949.018,9.77194,3.96604,300,5,0,531,0,1,0,0,0),(11041,1025,0,1,1,983,1,-3207.74,-1018.33,10.7751,4.82225,300,5,0,531,0,1,0,0,0),(11040,1025,0,1,1,983,1,-3200.23,-938.637,9.14364,2.67035,300,0,0,531,0,0,0,0,0),(48008,17814,560,3,1,17959,1,2639.42,884.692,69.5072,3.25782,86400,0,0,17151,0,0,0,0,0),(11039,1024,0,1,1,486,1,-3221.05,-1035.13,6.04052,2.28184,300,10,0,494,0,1,0,0,0),(11038,1024,0,1,1,486,1,-3212.56,-1027.55,8.52514,2.22694,300,0,0,494,0,0,0,0,0),(11037,1022,0,1,1,648,0,-3549.24,-1842.73,23.6151,3.20413,300,5,0,734,0,1,0,0,0),(11036,1022,0,1,1,648,0,-3351.6,-1813.42,24.747,2.67742,300,5,0,734,0,1,0,0,0),(11035,1022,0,1,1,648,0,-3510.5,-1874.02,23.525,0.612291,300,5,0,734,0,1,0,0,0),(11034,1024,0,1,1,486,1,-3215.16,-1012.35,9.77514,5.49631,300,0,0,494,0,0,0,0,0),(11033,1024,0,1,1,486,1,-3221.4,-1022.76,7.77514,0.62985,300,0,0,494,0,0,0,0,0),(11032,1020,0,1,1,960,0,-3312.27,-1922.47,34.4467,1.65395,300,5,0,573,0,1,0,0,0),(11031,1022,0,1,1,648,0,-3484.29,-1684.83,54.1485,5.57613,300,5,0,734,0,1,0,0,0),(11028,1024,0,1,1,486,1,-3238.57,-1005.42,5.59601,1.24559,300,10,0,494,0,1,0,0,0),(11027,1024,0,1,1,486,1,-3245.83,-1020.83,8.65014,0.178867,300,10,0,494,0,1,0,0,0),(11026,1024,0,1,1,486,1,-3284.94,-977.369,9.77514,0.692611,300,10,0,494,0,1,0,0,0),(11025,1023,0,1,1,949,0,-3442.01,-1767.15,23.8632,2.11836,300,5,0,787,0,1,0,0,0),(47894,17814,560,3,1,17959,1,2321.19,892.689,92.7589,2.26508,86400,0,0,17151,0,0,0,0,0),(11024,1022,0,1,1,648,0,-3377.73,-1779.3,33.4907,6.22871,300,5,0,734,0,1,0,0,0),(11023,1023,0,1,1,949,0,-3445.97,-1823.6,23.7985,5.95543,300,5,0,787,0,1,0,0,0),(11022,1022,0,1,1,648,0,-3362.59,-1866.05,23.881,3.56933,300,3,0,734,0,1,0,0,0),(11021,1023,0,1,1,949,0,-3423.08,-1844.35,17.3932,2.99666,300,3,0,787,0,1,0,0,0),(11020,1020,0,1,1,960,0,-3316.31,-1607.73,10.6575,5.88926,300,10,0,573,0,1,0,0,0),(11019,1020,0,1,1,960,0,-3346.43,-1513.6,9.55044,3.68814,300,10,0,573,0,1,0,0,0),(11018,1020,0,1,1,960,0,-3493.08,-1246.5,10.5789,2.58045,300,5,0,573,0,1,0,0,0),(11017,1021,0,1,1,677,0,-3486.69,-1469.99,9.27101,0.094553,300,5,0,664,0,1,0,0,0),(11016,1021,0,1,1,677,0,-3502.58,-1472.69,9.27101,4.53466,300,5,0,664,0,1,0,0,0),(31908,17815,560,3,1,17947,1,2331.47,877.562,92.7589,5.40667,86400,0,0,17151,0,0,0,0,0),(11015,1021,0,1,1,677,0,-3494.26,-1456.36,10.146,2.62402,300,5,0,664,0,1,0,0,0),(11013,1021,0,1,1,677,0,-3813.99,-1367.74,26.58,1.6676,300,5,0,664,0,1,0,0,0),(11012,1020,0,1,1,960,0,-3420.3,-1616.64,10.3352,0.329679,300,3,0,573,0,1,0,0,0),(10995,1020,0,1,1,960,0,-3456.24,-1464.93,10.6347,1.37608,300,10,0,573,0,1,0,0,0),(10992,1020,0,1,1,960,0,-3316.88,-1582.54,9.27104,6.22023,300,10,0,573,0,1,0,0,0),(10991,1020,0,1,1,960,0,-3425.11,-1480.43,11.9405,1.07831,300,10,0,573,0,1,0,0,0),(10990,1021,0,1,1,677,0,-3393.91,-1620.16,9.58555,5.98735,300,3,0,664,0,1,0,0,0),(10989,1020,0,1,1,960,0,-3436.82,-1514.93,11.9798,4.91093,300,3,0,573,0,1,0,0,0),(10988,1021,0,1,1,677,0,-3372.72,-1624.83,10.8356,2.26398,300,10,0,664,0,1,0,0,0),(10987,1020,0,1,1,960,0,-3308.28,-1692.74,9.67704,4.37479,300,10,0,573,0,1,0,0,0),(10986,1021,0,1,1,677,0,-3704.94,-1339.35,17.6875,4.55755,300,5,0,664,0,1,0,0,0),(10985,1020,0,1,1,960,0,-3594.02,-1207.03,11.646,1.68555,300,5,0,573,0,1,0,0,0),(10984,1020,0,1,1,960,0,-3429.17,-1608.77,10.382,1.5708,300,3,0,573,0,1,0,0,0),(10983,1021,0,1,1,677,0,-3679.07,-1342.2,12.819,4.53754,300,10,0,664,0,1,0,0,0),(10982,1021,0,1,1,677,0,-3362.33,-1638.55,11.2151,2.66446,300,10,0,664,0,1,0,0,0),(10981,1023,0,1,1,949,0,-3478.4,-1789.35,17.335,5.82652,300,10,0,787,0,1,0,0,0),(10980,1111,0,1,1,711,0,-3856.06,-2325.97,44.2324,5.20635,300,3,0,531,0,1,0,0,0),(10979,1022,0,1,1,648,0,-3554.14,-1746.71,78.8366,5.74131,300,5,0,734,0,1,0,0,0),(10978,1111,0,1,1,711,0,-3863.88,-2295.75,42.2189,5.82394,300,3,0,531,0,1,0,0,0),(10977,4040,0,1,1,959,0,-3907.27,-2320,23.6573,4.56956,300,3,0,573,0,1,0,0,0),(10976,4040,0,1,1,959,0,-3835.94,-2278.69,36.4393,2.73883,300,3,0,573,0,1,0,0,0),(10975,1111,0,1,1,711,0,-3881.61,-2329.92,21.8709,5.67312,300,3,0,531,0,1,0,0,0),(10974,4040,0,1,1,959,0,-3891.51,-2352.33,22.6008,4.20518,300,3,0,573,0,1,0,0,0),(10973,1111,0,1,1,711,0,-3900.17,-2323.35,23.7099,2.65471,300,3,0,531,0,1,0,0,0),(10972,1353,0,1,1,755,0,-3567.61,-1765.01,80.6865,5.82891,300,0,0,950,0,0,0,0,0),(10971,1111,0,1,1,711,0,-3857.94,-2310.78,22.6066,0.487887,300,3,0,531,0,1,0,0,0),(10970,4040,0,1,1,959,0,-3817.96,-2288.59,34.1731,2.73513,300,3,0,573,0,1,0,0,0),(10969,4040,0,1,1,959,0,-3790.27,-2353.16,33.3457,3.33578,300,3,0,573,0,1,0,0,0),(10968,1022,0,1,1,648,0,-3491.11,-1654.28,62.576,4.24776,300,3,0,734,0,1,0,0,0),(10967,1111,0,1,1,711,0,-3784.74,-2300.21,33.1942,5.5496,300,3,0,531,0,1,0,0,0),(10966,4040,0,1,1,959,0,-3781.48,-2329.15,34.7976,4.31618,300,3,0,573,0,1,0,0,0),(10965,4040,0,1,1,959,0,-3785.52,-2334.23,34.9953,1.68928,300,3,0,573,0,1,0,0,0),(10964,4040,0,1,1,959,0,-3780.79,-2471.97,25.5881,0.464292,300,3,0,573,0,1,0,0,0),(10963,1111,0,1,1,711,0,-3797.35,-2371.37,30.3793,2.33727,300,3,0,531,0,1,0,0,0),(10962,4040,0,1,1,959,0,-3809.58,-2447.52,25.8696,2.41659,300,3,0,573,0,1,0,0,0),(10961,4040,0,1,1,959,0,-3821.3,-2391.74,26.5047,5.4227,300,3,0,573,0,1,0,0,0),(10960,4040,0,1,1,959,0,-3811.75,-2426.81,25.3721,4.55847,300,3,0,573,0,1,0,0,0),(10959,1111,0,1,1,711,0,-3789.73,-2468.13,25.5645,2.67257,300,3,0,531,0,1,0,0,0),(10958,1111,0,1,1,711,0,-3840.77,-2416.32,26.1111,4.00691,300,0,0,531,0,0,0,0,0),(10957,4040,0,1,1,959,0,-3877.76,-2401.01,26.3338,3.84709,300,3,0,573,0,1,0,0,0),(10956,1022,0,1,1,648,0,-3440.66,-1706.21,57.0167,2.98022,300,5,0,734,0,1,0,0,0),(10929,1024,0,1,1,486,1,-3203.43,-1153.68,6.58752,0.526661,300,10,0,494,0,1,0,0,0),(10930,1025,0,1,1,983,1,-3225.47,-1156.83,7.71252,1.2402,300,5,0,531,0,1,0,0,0),(10931,1020,0,1,1,960,0,-3789.5,-1343.2,25.8197,3.00786,300,3,0,573,0,1,0,0,0),(10932,1021,0,1,1,677,0,-3691.99,-1359.35,19.319,0.008749,300,10,0,664,0,1,0,0,0),(10933,1020,0,1,1,960,0,-3639.27,-1350.64,11.5035,0.751346,300,10,0,573,0,1,0,0,0),(10934,1024,0,1,1,486,1,-3248.29,-1090.11,6.52715,6.18981,300,10,0,494,0,1,0,0,0),(10935,1025,0,1,1,983,1,-3243.97,-1134.85,8.91188,1.23559,300,5,0,531,0,1,0,0,0),(10936,1024,0,1,1,486,1,-3257.93,-1159.55,9.28688,3.16613,300,10,0,494,0,1,0,0,0),(10937,1025,0,1,1,983,1,-3236.53,-1151.03,9.78688,6.24104,300,5,0,531,0,1,0,0,0),(10938,1417,0,1,1,1035,0,-3390.04,-1206.74,9.79091,0.121447,300,10,0,531,0,1,0,0,0),(10939,1420,0,1,1,901,0,-3762.63,-803.182,10.4381,1.33434,300,10,0,8,0,1,0,0,0),(10940,1111,0,1,1,711,0,-3827.56,-2712.84,26.0083,0.128014,300,10,0,531,0,1,0,0,0),(10941,1030,0,1,1,360,0,-3760.46,-3094.11,12.6452,4.07156,300,5,0,494,0,1,0,0,0),(10942,1111,0,1,1,711,0,-3878.51,-2655.37,41.1001,6.03848,300,3,0,531,0,1,0,0,0),(10943,1111,0,1,1,711,0,-3892.88,-2624.26,40.3309,4.84348,300,3,0,531,0,1,0,0,0),(10944,1111,0,1,1,711,0,-3845.78,-2703.56,28.525,3.88138,300,10,0,531,0,1,0,0,0),(10945,1111,0,1,1,711,0,-3879.19,-2556.56,42.6882,5.84503,300,3,0,531,0,1,0,0,0),(10946,1111,0,1,1,711,0,-3884.96,-2567.45,43.4415,0.404278,300,3,0,531,0,1,0,0,0),(10947,1111,0,1,1,711,0,-3885.03,-2528,37.6418,4.66,300,3,0,531,0,1,0,0,0),(10948,1111,0,1,1,711,0,-3852.41,-2504.9,38.0198,1.95593,300,3,0,531,0,1,0,0,0),(10949,4040,0,1,1,959,0,-3828.54,-2516.71,35.989,4.42501,300,3,0,573,0,1,0,0,0),(10950,1111,0,1,1,711,0,-3860.25,-2521.91,42.0532,2.83675,300,3,0,531,0,1,0,0,0),(10951,4040,0,1,1,959,0,-3858.38,-2489.62,40.1712,5.61041,300,3,0,573,0,1,0,0,0),(10952,4040,0,1,1,959,0,-3885.93,-2450.01,30.9604,1.74873,300,3,0,573,0,1,0,0,0),(10953,1111,0,1,1,711,0,-3876.62,-2416.5,25.6684,2.04915,300,3,0,531,0,1,0,0,0),(10954,1111,0,1,1,711,0,-3881.52,-2472.27,37.1314,2.19407,300,3,0,531,0,1,0,0,0),(10955,4040,0,1,1,959,0,-3857.05,-2398.86,26.4964,0.970392,300,3,0,573,0,1,0,0,0),(19347,23712,0,1,1,251,0,-5622.87,-474.23,397.064,5.91667,2,0,0,71,0,0,0,0,0),(19348,23712,0,1,1,257,0,-5622.78,-470.675,397.393,5.34071,2,0,0,71,0,0,0,0,0),(19349,23712,0,1,1,252,0,-5623.99,-472.761,397.155,5.93412,2,0,0,71,0,0,0,0,0),(11010,23712,0,1,1,257,0,-9431.98,56.7107,56.6996,6.16101,43200,0,0,71,0,0,0,0,0),(11009,23712,0,1,1,257,0,-9431.32,55.0524,56.6871,0.6239,43200,0,0,71,0,0,0,0,0),(11008,23712,0,1,1,252,0,-9428.72,54.0571,56.819,1.91986,43200,0,0,71,0,0,0,0,0),(11007,23712,0,1,1,221,0,-9431.01,58.3279,56.7729,5.48033,43200,0,0,71,0,0,0,0,0),(10928,1027,0,1,1,506,1,-3098.48,-947.478,8.1345,2.08994,300,10,0,664,0,1,0,0,0),(31931,17815,560,3,1,17947,1,2286.29,819.601,54.5207,0.524637,86400,0,0,17151,0,0,0,0,0),(10927,1025,0,1,1,983,1,-3086.65,-948.313,7.28797,3.67265,300,5,0,531,0,1,0,0,0),(10926,1028,0,1,1,1079,1,-3017.69,-1017.35,9.86585,4.85852,300,5,0,504,1443,1,0,0,0),(10925,1027,0,1,1,506,1,-2995.71,-1059.72,9.21253,2.81251,300,10,0,664,0,1,0,0,0),(10924,1028,0,1,1,1079,1,-3079.35,-1280.75,6.58755,4.55446,300,10,0,504,1443,1,0,0,0),(10923,1028,0,1,1,1079,1,-3150.33,-1397.19,7.20142,0.860063,300,5,0,504,1443,1,0,0,0),(10922,1028,0,1,1,1079,1,-3177.48,-1343.32,7.31851,0.231951,300,5,0,504,1443,1,0,0,0),(10921,1028,0,1,1,1079,1,-3127.61,-1322.57,7.18994,0.023531,300,10,0,504,1443,1,0,0,0),(11568,20424,560,3,1,341,1,1747.88,614.97,30.348,1.57354,86400,0,0,198,0,0,0,0,0),(10920,1027,0,1,1,506,1,-2975.56,-1065.76,6.21253,1.08712,300,10,0,664,0,1,0,0,0),(10919,1034,0,1,1,4916,1,-3306.63,-2244.11,53.136,0.416722,300,3,0,635,0,1,0,0,0),(10918,1034,0,1,1,4916,1,-3323.53,-2143.74,37.0919,1.69916,300,3,0,635,0,1,0,0,0),(10917,1034,0,1,1,4916,1,-3332.03,-2246.96,51.636,4.54714,300,5,0,635,0,1,0,0,0),(10916,1034,0,1,1,4916,1,-3427.63,-2085.65,102.45,0.611909,300,0,0,635,0,0,0,0,0),(10915,1024,0,1,1,486,1,-3247.93,-947.564,9.90014,3.77443,300,10,0,494,0,1,0,0,0),(10914,1024,0,1,1,486,1,-3281.98,-936.932,8.52514,2.63218,300,0,0,494,0,0,0,0,0),(10913,1024,0,1,1,486,1,-3306.93,-948.141,9.04199,1.31119,300,10,0,494,0,1,0,0,0),(10912,1024,0,1,1,486,1,-3270.44,-968.283,6.40014,2.9249,300,10,0,494,0,1,0,0,0),(10911,1034,0,1,1,4916,1,-3376.76,-2133.07,58.7149,0.471212,300,3,0,635,0,1,0,0,0),(10910,1034,0,1,1,4916,1,-3401.06,-2084.66,101.46,4.53786,300,0,0,635,0,0,0,0,0),(10909,1025,0,1,1,983,1,-3282.83,-952.803,8.65014,4.41586,300,0,0,531,0,0,0,0,0),(10908,1034,0,1,1,4916,1,-3404.28,-2108.48,82.5375,2.64303,300,5,0,635,0,1,0,0,0),(10907,1034,0,1,1,4916,1,-3345.93,-2141.74,43.9921,3.64452,300,3,0,635,0,1,0,0,0),(10906,1418,0,1,1,391,1,-4088.19,-810.431,2.04923,2.9244,300,10,0,896,0,1,0,0,0),(10905,1418,0,1,1,391,1,-4049.84,-746.692,-13.3935,2.29976,300,10,0,896,0,1,0,0,0),(10904,1418,0,1,1,391,1,-3978.62,-880.35,7.41457,6.23625,300,10,0,896,0,1,0,0,0),(10903,1418,0,1,1,391,1,-4114.43,-748.462,-12.7518,4.69749,300,10,0,896,0,1,0,0,0),(10902,1418,0,1,1,391,1,-4018.35,-783.367,-14.4094,2.45562,300,10,0,896,0,1,0,0,0),(10901,1418,0,1,1,391,1,-4085.93,-750.638,-15.0888,4.60586,300,10,0,896,0,1,0,0,0),(10900,1418,0,1,1,391,1,-4080.95,-779.825,-10.7,0.959091,300,10,0,896,0,1,0,0,0),(10899,1418,0,1,1,391,1,-4118.64,-783.42,-4.45337,4.15697,300,10,0,896,0,1,0,0,0),(10898,1418,0,1,1,391,1,-3899.52,-885.082,-3.2349,4.6818,300,10,0,896,0,1,0,0,0),(10897,1418,0,1,1,391,1,-4146.76,-784.352,0.40399,4.92287,300,10,0,896,0,1,0,0,0),(10896,1418,0,1,1,391,1,-3912.08,-954.466,5.13928,6.19467,300,10,0,896,0,1,0,0,0),(10895,1418,0,1,1,391,1,-4050.24,-786.281,-12.6247,4.54779,300,10,0,896,0,1,0,0,0),(10894,1418,0,1,1,391,1,-3982.16,-901.355,9.24404,2.52375,300,10,0,896,0,1,0,0,0),(10893,1418,0,1,1,391,1,-4020.45,-750.533,-12.1309,3.92457,300,10,0,896,0,1,0,0,0),(10892,1418,0,1,1,391,1,-4120.97,-845.95,16.0536,1.01086,300,10,0,896,0,1,0,0,0),(10891,1418,0,1,1,391,1,-4112.93,-813.672,5.53032,0.887816,300,10,0,896,0,1,0,0,0),(10890,1418,0,1,1,391,1,-3901.76,-923.839,-11.0153,2.24568,300,10,0,896,0,1,0,0,0),(10889,1418,0,1,1,391,1,-3986.65,-783.288,-16.173,4.23228,300,10,0,896,0,1,0,0,0),(10888,1417,0,1,1,1035,0,-3587.77,-1025.4,-16.5019,3.95945,300,10,0,531,0,1,0,0,0),(10887,1417,0,1,1,1035,0,-3614.78,-992.443,-20.2283,1.75204,300,10,0,531,0,1,0,0,0),(10886,1034,0,1,1,4916,1,-3267.82,-2121.21,39.8033,4.71449,300,0,0,635,0,0,0,0,0),(10885,1034,0,1,1,4916,1,-3249.32,-2084.92,26.9734,4.48701,300,3,0,635,0,1,0,0,0),(10883,1032,0,1,1,767,0,-3407.64,-1557.93,9.55212,4.08101,300,10,0,617,0,1,0,0,0),(10882,1418,0,1,1,391,1,-3922.33,-875.716,0.927041,5.42652,300,10,0,896,0,1,0,0,0),(10880,1418,0,1,1,391,1,-3952.01,-878.466,-12.6668,0.067415,300,10,0,896,0,1,0,0,0),(10879,1418,0,1,1,391,1,-3954.51,-857.452,-13.8065,4.3654,300,10,0,896,0,1,0,0,0),(10878,1418,0,1,1,391,1,-3975.57,-812.086,-14.587,0.772635,300,10,0,896,0,1,0,0,0),(10877,1418,0,1,1,391,1,-3947.87,-915.522,14.1164,4.93079,300,10,0,896,0,1,0,0,0),(10876,1418,0,1,1,391,1,-3920.67,-911.41,-3.26268,5.64644,300,10,0,896,0,1,0,0,0),(10875,1418,0,1,1,391,1,-3945.32,-901.314,0.49137,2.73309,300,10,0,896,0,1,0,0,0),(10874,1417,0,1,1,1035,0,-3571.52,-1156.53,-1.51096,2.71723,300,10,0,531,0,1,0,0,0),(10873,4962,0,1,1,2963,0,-3808.82,-825.612,10.3019,3.89208,300,0,0,1279,0,0,0,0,0),(10872,2090,0,1,1,4914,1,-4206.79,-2377.14,216.914,0.645772,7200,0,0,617,0,0,0,0,0),(10871,1020,0,1,1,960,0,-3519.68,-1432.48,9.37599,5.95494,300,5,0,573,0,1,0,0,0),(10870,1020,0,1,1,960,0,-3578.58,-1273.26,10.0837,1.76994,300,5,0,573,0,1,0,0,0),(10869,1020,0,1,1,960,0,-3622.1,-1307.26,10.9249,5.82911,300,5,0,573,0,1,0,0,0),(10868,1020,0,1,1,960,0,-3537.81,-1386.58,9.64602,0.947744,300,10,0,573,0,1,0,0,0),(10867,1417,0,1,1,1035,0,-3507.08,-1161.34,7.89006,4.62049,300,10,0,531,0,1,0,0,0),(10866,1039,0,1,1,713,0,-3435.6,-1131.51,5.13572,3.17316,300,10,0,494,0,1,0,0,0),(10865,1400,0,1,1,1036,0,-2998.06,-2064.21,9.47545,5.3856,300,10,0,617,0,1,0,0,0),(10864,2089,0,1,1,925,0,-2769.88,-1469.99,7.03469,0.782636,300,10,0,734,0,1,0,0,0),(10862,1400,0,1,1,1036,0,-3016.95,-1939.85,7.9617,0.377968,300,10,0,617,0,1,0,0,0),(10861,1400,0,1,1,1036,0,-3009.84,-2032.88,6.65056,4.8637,300,10,0,617,0,1,0,0,0),(10860,1417,0,1,1,1035,0,-3282.24,-1484.19,9.69634,2.2752,300,10,0,531,0,1,0,0,0),(10859,1417,0,1,1,1035,0,-3170.89,-1932.43,13.521,3.89452,300,10,0,531,0,1,0,0,0),(10858,1021,0,1,1,677,0,-3545.56,-1331.21,10.271,2.06434,300,10,0,664,0,1,0,0,0),(10857,1032,0,1,1,767,0,-3585.61,-1271.04,9.66313,0.08022,300,5,0,617,0,1,0,0,0),(10856,1012,0,1,1,3196,1,-3039.58,-1601.73,7.76527,5.14183,300,5,0,664,0,1,0,0,0),(10855,1011,0,1,1,8598,1,-3174.39,-1626.49,9.83752,6.27353,300,10,0,617,0,1,0,0,0),(10854,1011,0,1,1,8598,1,-3116.9,-1610.03,10.5594,1.71656,300,10,0,617,0,1,0,0,0),(10853,1010,0,1,1,714,1,-3133.91,-1726.86,9.98386,0.502031,300,5,0,573,0,1,0,0,0),(10852,1417,0,1,1,1035,0,-3216.07,-1590.1,6.77309,4.73229,300,10,0,531,0,1,0,0,0),(10851,1400,0,1,1,1036,0,-3017.97,-1885.95,8.92457,0.623199,300,10,0,617,0,1,0,0,0),(10850,1015,0,1,1,670,0,-2749.18,-2112.6,32.6343,1.35412,300,3,0,617,0,1,0,0,0),(10849,1420,0,1,1,901,0,-3645.31,-798.438,10.7048,0.091039,300,10,0,8,0,1,0,0,0),(10848,6523,0,1,1,825,1,-2580.12,-2417.66,90.2756,3.76991,300,0,0,800,0,0,0,0,0),(10847,1051,0,1,1,825,1,-2619.57,-2417.34,79.3542,5.86121,300,5,0,800,0,1,0,0,0),(10846,1021,0,1,1,677,0,-3595.69,-1391.35,10.1277,2.45437,300,10,0,664,0,1,0,0,0),(10845,1021,0,1,1,677,0,-3591.38,-1378.98,10.5027,3.36285,300,10,0,664,0,1,0,0,0),(10844,1417,0,1,1,1035,0,-3238.66,-1541.1,6.6119,3.94915,300,10,0,531,0,1,0,0,0),(10842,1400,0,1,1,1036,0,-3045.27,-1610.39,6.54449,5.13934,300,10,0,617,0,1,0,0,0),(10841,1400,0,1,1,1036,0,-3051.28,-2112.39,6.21251,0.604161,300,10,0,617,0,1,0,0,0),(10840,1417,0,1,1,1035,0,-3137.97,-1839.65,7.46252,0.99672,300,10,0,531,0,1,0,0,0),(10839,1417,0,1,1,1035,0,-3221.88,-1647.43,8.58752,5.14157,300,10,0,531,0,1,0,0,0),(10838,1400,0,1,1,1036,0,-3063.72,-1994.58,6.06275,3.92769,300,10,0,617,0,1,0,0,0),(10837,1417,0,1,1,1035,0,-3136.89,-1987.3,10.0022,0.130438,300,10,0,531,0,1,0,0,0),(10836,1034,0,1,1,4916,1,-3456.82,-2271.11,61.2736,1.84805,300,5,0,635,0,1,0,0,0),(10835,1034,0,1,1,4916,1,-3425.95,-2235.32,68.633,3.57271,300,5,0,635,0,1,0,0,0),(10834,1034,0,1,1,4916,1,-3429.89,-2257.38,53.2926,4.91485,300,5,0,635,0,1,0,0,0),(10833,1034,0,1,1,4916,1,-3346.54,-2264.43,52.035,5.93135,300,10,0,635,0,1,0,0,0),(10832,1420,0,1,1,901,0,-3692.62,-873.584,10.3455,3.53443,300,10,0,8,0,1,0,0,0),(10831,1157,0,1,1,3505,1,-2982.4,-969.608,10.7521,3.08142,300,3,0,787,0,1,0,0,0),(10830,1034,0,1,1,4916,1,-3435.76,-2052.45,103.606,3.41657,300,3,0,635,0,1,0,0,0),(10829,1158,0,1,1,11372,1,-2973.79,-966.492,6.94902,6.18774,300,3,0,840,0,1,0,0,0),(10828,1157,0,1,1,3505,1,-2969.59,-952.345,3.91034,2.40022,300,3,0,787,0,1,0,0,0),(10827,1034,0,1,1,4916,1,-3442.42,-2022.01,108.535,5.08242,300,5,0,635,0,1,0,0,0),(10826,1158,0,1,1,11372,1,-2946.88,-973.204,1.77673,6.1875,300,0,0,840,0,0,0,0,0),(10825,1157,0,1,1,3505,1,-2956.03,-972.967,4.38566,0.664962,300,0,0,787,0,0,0,0,0),(10824,1024,0,1,1,486,1,-3273.98,-1124.94,9.14344,3.61203,300,10,0,494,0,1,0,0,0),(10822,1157,0,1,1,3505,1,-2954.42,-964.05,2.54737,1.39627,300,0,0,787,0,0,0,0,0),(10821,1158,0,1,1,11372,1,-2948.4,-990.206,-0.432613,2.42543,300,5,0,840,0,1,0,0,0),(10820,1158,0,1,1,11372,1,-3000.9,-948.685,-0.900929,0.118955,300,5,0,840,0,1,0,0,0),(10819,1157,0,1,1,3505,1,-2994.7,-934.442,-1.21161,1.94411,300,5,0,787,0,1,0,0,0),(10814,1024,0,1,1,486,1,-3244.29,-906.829,4.09774,3.83709,300,10,0,494,0,1,0,0,0),(10813,1024,0,1,1,486,1,-3314.26,-914.791,2.90813,3.87586,300,10,0,494,0,1,0,0,0),(10812,1040,0,1,1,2023,0,-3068.14,-1936.45,5.30099,4.81614,300,10,0,664,0,1,0,0,0),(10811,1040,0,1,1,2023,0,-3055.27,-2070.32,6.66067,0.198545,300,10,0,664,0,1,0,0,0),(11565,20424,560,3,1,341,1,1749.76,584.78,30.3477,3.03438,86400,0,0,198,0,0,0,0,0),(10810,1040,0,1,1,2023,0,-3069.79,-1859.95,6.69675,5.89048,300,10,0,664,0,1,0,0,0),(10809,1040,0,1,1,2023,0,-3288.08,-2622.67,5.95052,3.57291,300,10,0,664,0,1,0,0,0),(10808,1417,0,1,1,1035,0,-3238.35,-2557.09,10.0968,2.5059,300,10,0,531,0,1,0,0,0),(10807,1417,0,1,1,1035,0,-3207.14,-2519.12,6.21249,0.475394,300,10,0,531,0,1,0,0,0),(10806,1020,0,1,1,960,0,-3528.43,-1339.03,10.396,2.55542,300,10,0,573,0,1,0,0,0),(10805,1020,0,1,1,960,0,-3558.39,-1355.16,9.57783,0.220051,300,10,0,573,0,1,0,0,0),(10804,1020,0,1,1,960,0,-3478.34,-1388.82,9.52102,0.397022,300,10,0,573,0,1,0,0,0),(10803,1400,0,1,1,1036,0,-3136.66,-2232.07,5.41866,1.64419,300,10,0,617,0,1,0,0,0),(10802,1400,0,1,1,1036,0,-3162.97,-2301.09,7.08212,3.12402,300,10,0,617,0,1,0,0,0),(10801,1417,0,1,1,1035,0,-3102.21,-1932.39,9.23509,5.47293,300,10,0,531,0,1,0,0,0),(10800,1400,0,1,1,1036,0,-3135.25,-2134.49,7.81505,0.810255,300,10,0,617,0,1,0,0,0),(10799,1010,0,1,1,714,1,-3031.08,-2045.52,9.94132,0.699736,300,5,0,573,0,1,0,0,0),(10798,1417,0,1,1,1035,0,-3406.25,-2668.75,6.53275,3.11891,300,10,0,531,0,1,0,0,0),(10797,1417,0,1,1,1035,0,-3048.48,-2557.4,9.69563,3.38628,300,10,0,531,0,1,0,0,0),(10796,1417,0,1,1,1035,0,-3146.61,-2548.36,10.1527,2.13422,300,10,0,531,0,1,0,0,0),(10795,1417,0,1,1,1035,0,-3510.6,-2846.47,6.19728,3.21893,300,10,0,531,0,1,0,0,0),(10794,1417,0,1,1,1035,0,-3123.54,-2536.38,9.07637,1.58642,300,10,0,531,0,1,0,0,0),(10793,1417,0,1,1,1035,0,-3446.08,-2759.4,6.47716,5.17597,300,10,0,531,0,1,0,0,0),(10792,1417,0,1,1,1035,0,-3315.07,-2586.18,13.3016,1.54699,300,0,0,531,0,0,0,0,0),(10791,1021,0,1,1,677,0,-3609.48,-1386.57,10.4573,5.92453,300,10,0,664,0,1,0,0,0),(10790,1040,0,1,1,2023,0,-3427.55,-2665.35,5.93089,0.086417,300,10,0,664,0,1,0,0,0),(10789,1040,0,1,1,2023,0,-3172.16,-2663.24,3.52938,5.79942,300,10,0,664,0,1,0,0,0),(10788,1040,0,1,1,2023,0,-3153.88,-2589.24,5.14947,1.7276,300,10,0,664,0,1,0,0,0),(10787,1400,0,1,1,1036,0,-3376.31,-1439.36,10.5498,3.4642,300,10,0,617,0,1,0,0,0),(10786,1417,0,1,1,1035,0,-3448.21,-1158.23,8.47542,4.80817,300,10,0,531,0,1,0,0,0),(10785,1400,0,1,1,1036,0,-3620.56,-1123.99,-22.1098,1.20943,300,10,0,617,0,1,0,0,0),(10783,1032,0,1,1,767,0,-2851.48,-2188.83,29.474,5.11138,300,5,0,617,0,1,0,0,0),(10782,1032,0,1,1,767,0,-2819.38,-2226.36,39.1192,0.05691,300,5,0,617,0,1,0,0,0),(10781,1032,0,1,1,767,0,-2884,-2196.79,24.9409,6.02747,300,10,0,617,0,1,0,0,0),(10780,1032,0,1,1,767,0,-2874.27,-2162.57,23.6703,1.79391,300,10,0,617,0,1,0,0,0),(10779,1032,0,1,1,767,0,-2825.92,-2189.54,31.0674,3.51153,300,5,0,617,0,1,0,0,0),(10778,1420,0,1,1,901,0,-3737.14,-688.094,9.00203,5.63766,300,10,0,8,0,1,0,0,0),(10777,1034,0,1,1,4916,1,-3459.93,-2392.25,53.7736,4.54463,300,10,0,635,0,1,0,0,0),(10776,1057,0,1,1,4918,1,-3393.46,-2420.86,53.8191,5.61996,300,0,0,519,1443,0,0,0,0),(10775,1034,0,1,1,4916,1,-3396.71,-2324.7,52.2736,5.86098,300,10,0,635,0,1,0,0,0),(10774,1057,0,1,1,4918,1,-3456.43,-2427.7,51.5538,3.71755,300,3,0,519,1443,1,0,0,0),(10773,1034,0,1,1,4916,1,-3486.07,-2411.88,52.9049,3.84235,300,5,0,635,0,1,0,0,0),(10772,1016,0,1,1,673,0,-2726.05,-2028.14,24.9813,3.81743,300,10,0,664,0,1,0,0,0),(10771,1015,0,1,1,670,0,-2751.15,-2047.13,28.9513,2.23952,300,10,0,617,0,1,0,0,0),(10770,1015,0,1,1,670,0,-2812.32,-1983.41,26.6175,0.013671,300,5,0,617,0,1,0,0,0),(10769,1057,0,1,1,4918,1,-3416.82,-2401.1,52.2226,3.4383,300,3,0,519,1443,1,0,0,0),(10768,1057,0,1,1,4918,1,-3553.23,-2448.85,51.7919,4.2231,300,5,0,519,1443,1,0,0,0),(10766,1057,0,1,1,4918,1,-3438.78,-2412.45,52.2603,1.22173,300,3,0,519,1443,1,0,0,0),(10765,1057,0,1,1,4918,1,-3512.27,-2532.81,54.2758,5.36684,300,3,0,519,1443,1,0,0,0),(10763,1057,0,1,1,4918,1,-3548.32,-2515.38,54.6855,2.51998,300,5,0,519,1443,1,0,0,0),(48007,17814,560,3,1,17959,1,2429.01,870.794,59.768,3.46203,86400,0,0,17151,0,0,0,0,0),(10762,1057,0,1,1,4918,1,-3548.87,-2478.99,52.1044,1.97477,300,5,0,519,1443,1,0,0,0),(10761,1057,0,1,1,4918,1,-3466.3,-2451.86,50.6378,3.05433,300,0,0,519,1443,0,0,0,0),(10760,1035,0,1,1,4917,1,-3513.62,-2486.72,49.5643,1.94877,300,5,0,635,0,1,0,0,0),(10759,1034,0,1,1,4916,1,-3452.64,-2503.42,32.9613,4.55653,300,3,0,635,0,1,0,0,0),(10758,1034,0,1,1,4916,1,-3482.19,-2451.44,46.5434,2.62933,300,10,0,635,0,1,0,0,0),(10756,1057,0,1,1,4918,1,-3482.03,-2521.21,59.0515,3.30449,300,3,0,519,1443,1,0,0,0),(10755,1034,0,1,1,4916,1,-3422.27,-2505.7,27.598,2.00389,300,3,0,635,0,1,0,0,0),(10754,1034,0,1,1,4916,1,-3415.36,-2551.52,23.3441,4.08919,300,0,0,635,0,0,0,0,0),(10753,1034,0,1,1,4916,1,-3477.48,-2477.4,39.2882,2.10727,300,5,0,635,0,1,0,0,0),(10752,1034,0,1,1,4916,1,-3383.16,-2545.65,20.9215,5.27292,300,0,0,635,0,0,0,0,0),(10751,1417,0,1,1,1035,0,-3656.7,-2896.95,12.0807,2.00583,300,10,0,531,0,1,0,0,0),(10750,1417,0,1,1,1035,0,-3712.94,-2946.66,8.68038,0.779873,300,10,0,531,0,1,0,0,0),(10749,1417,0,1,1,1035,0,-3617.09,-2856.91,13.6351,4.26317,300,10,0,531,0,1,0,0,0),(10748,1417,0,1,1,1035,0,-3839.61,-2957.33,11.6369,1.8449,300,10,0,531,0,1,0,0,0),(10747,1008,0,1,1,355,1,-3815.94,-3021.42,12.0012,3.71724,300,5,0,531,0,1,0,0,0),(10746,1420,0,1,1,901,0,-3245.84,-1761.96,7.66431,1.9513,300,10,0,8,0,1,0,0,0),(10745,2108,0,1,1,4913,1,-3417.5,-1978.6,114.781,3.09212,7200,0,0,812,811,0,0,0,0),(10744,1030,0,1,1,360,0,-4165.91,-2834.26,42.4215,5.07201,300,5,0,494,0,1,0,0,0),(10743,1010,0,1,1,714,1,-3666.91,-3082.91,22.9545,5.51924,300,5,0,573,0,1,0,0,0),(10742,2089,0,1,1,925,0,-2953.41,-1020.38,10.0086,3.91594,300,10,0,734,0,1,0,0,0),(10741,1417,0,1,1,1035,0,-3146.27,-1574.95,9.13194,3.71777,300,10,0,531,0,1,0,0,0),(10740,1400,0,1,1,1036,0,-2905.71,-1574.22,7.55099,4.71316,300,10,0,617,0,1,0,0,0),(10738,2089,0,1,1,925,0,-2796.87,-1112.82,1.564,5.31448,300,10,0,734,0,1,0,0,0),(10737,1417,0,1,1,1035,0,-3095.16,-1547.46,8.6007,2.10787,300,10,0,531,0,1,0,0,0),(41813,17815,560,3,1,17947,1,2065.35,536.648,65.4449,2.63777,86400,0,0,17151,0,0,0,0,0),(10736,2089,0,1,1,925,0,-2870.85,-1059.29,5.88389,0.882933,300,10,0,734,0,1,0,0,0),(10735,1008,0,1,1,355,1,-3746,-2947.81,10.4912,3.87586,300,5,0,531,0,1,0,0,0),(10734,1020,0,1,1,960,0,-3447.55,-1377.62,9.64268,1.39216,300,5,0,573,0,1,0,0,0),(10733,1008,0,1,1,355,1,-3798.29,-3017.28,12.3842,2.80874,300,5,0,531,0,1,0,0,0),(10732,1007,0,1,1,3199,1,-4180.03,-2638.2,50.7976,0.361285,300,10,0,494,0,1,0,0,0),(10731,1029,0,1,1,486,1,-2987.16,-1054.28,8.58753,1.82759,300,5,0,640,655,1,0,0,0),(48006,17814,560,3,1,17959,1,2428.53,872.255,59.7519,3.42276,86400,0,0,17151,0,0,0,0,0),(10730,1027,0,1,1,506,1,-2984.46,-1073.05,6.46253,1.50746,300,10,0,664,0,1,0,0,0),(10729,1029,0,1,1,486,1,-2994.88,-1073.86,9.21253,1.69509,300,5,0,640,655,1,0,0,0),(10728,1028,0,1,1,1079,1,-3145.03,-1069.74,7.11862,1.02669,300,5,0,504,1443,1,0,0,0),(10727,1111,0,1,1,711,0,-3883.62,-2686.51,31.887,4.84159,300,10,0,531,0,1,0,0,0),(10726,1030,0,1,1,360,0,-4055.26,-2847.83,12.2057,2.66796,300,10,0,494,0,1,0,0,0),(47896,17814,560,3,1,17959,1,2285.26,818.103,54.5688,0.516784,86400,0,0,17151,0,0,0,0,0),(47895,17814,560,3,1,17959,1,2284.75,819.889,54.5584,0.473587,86400,0,0,17151,0,0,0,0,0),(10725,1030,0,1,1,360,0,-4169.94,-2735.18,28.889,3.77571,300,10,0,494,0,1,0,0,0),(10724,1030,0,1,1,360,0,-3986.11,-2716.72,28.4196,4.73406,300,10,0,494,0,1,0,0,0),(44656,17814,560,3,1,17959,1,2341.22,905.443,57.6643,1.23542,86400,0,0,17151,0,0,0,0,0),(10723,1030,0,1,1,360,0,-3840.27,-3127.92,12.4003,2.21186,300,5,0,494,0,1,0,0,0),(10722,1030,0,1,1,360,0,-3956.55,-2862.28,13.4987,1.61578,300,10,0,494,0,1,0,0,0),(10721,1111,0,1,1,711,0,-3951.43,-2716.34,27.2922,6.27928,300,10,0,531,0,1,0,0,0),(10720,1008,0,1,1,355,1,-3894.85,-3034.39,11.1587,0.379598,300,5,0,531,0,1,0,0,0),(10719,1008,0,1,1,355,1,-3890.06,-3027.6,10.9625,2.51526,300,5,0,531,0,1,0,0,0),(10718,1111,0,1,1,711,0,-4020.52,-2710.89,27.8989,4.58619,300,10,0,531,0,1,0,0,0),(10717,1008,0,1,1,355,1,-3889.16,-3033.16,11.3367,3.29867,300,0,0,531,0,0,0,0,0),(10716,1417,0,1,1,1035,0,-3448.2,-1224.49,7.627,5.90525,300,10,0,531,0,1,0,0,0),(10715,1417,0,1,1,1035,0,-3784.85,-2978.29,6.33752,4.64163,300,10,0,531,0,1,0,0,0),(10714,1040,0,1,1,2023,0,-3227.09,-1512.41,6.21253,3.01962,300,10,0,664,0,1,0,0,0),(10713,1111,0,1,1,711,0,-3948.89,-2757.73,23.9067,1.62835,300,10,0,531,0,1,0,0,0),(10710,1020,0,1,1,960,0,-3424.44,-1395.02,10.3222,3.04482,300,10,0,573,0,1,0,0,0),(10709,2098,0,1,1,10003,0,-4013.6,-2368.71,117.78,2.69621,300,3,0,102,0,1,0,0,0),(10708,2098,0,1,1,10001,0,-4097.21,-2386.05,116.412,3.83368,300,5,0,102,0,1,0,0,0),(10707,1010,0,1,1,714,1,-3758.66,-2913.84,12.2035,4.5204,300,0,0,573,0,0,0,0,0),(10706,1010,0,1,1,714,1,-3762.72,-2926.57,12.2263,0.523599,300,0,0,573,0,0,0,0,0),(10705,2098,0,1,1,10001,0,-4023.03,-2456.18,158.217,0.65347,300,3,0,102,0,1,0,0,0),(10704,1009,0,1,1,3197,1,-3086.42,-2001.68,9.17675,2.54818,300,0,0,472,1357,0,0,0,0),(10703,1010,0,1,1,714,1,-3087.12,-1995.68,9.27326,4.74729,300,0,0,573,0,0,0,0,0),(10702,1008,0,1,1,355,1,-3721.31,-2915.48,9.85315,5.37602,300,5,0,531,0,1,0,0,0),(10701,1008,0,1,1,355,1,-3761.63,-2896.29,12.3451,4.93509,300,5,0,531,0,1,0,0,0),(10700,1032,0,1,1,767,0,-3481.86,-1378.65,9.91199,2.78465,300,10,0,617,0,1,0,0,0),(10699,1010,0,1,1,714,1,-3104.27,-2175.38,13.6681,1.04401,300,10,0,573,0,1,0,0,0),(10698,1010,0,1,1,714,1,-3113.04,-2260.02,10.6641,3.31431,300,5,0,573,0,1,0,0,0),(10697,1010,0,1,1,714,1,-3089.81,-2177.93,9.71255,1.23313,300,10,0,573,0,1,0,0,0),(10696,1009,0,1,1,3197,1,-3097.47,-2274.87,9.49688,3.00197,300,0,0,472,1357,0,0,0,0),(10695,1010,0,1,1,714,1,-3106.99,-2274.28,9.62043,0.034907,300,0,0,573,0,0,0,0,0),(10694,1010,0,1,1,714,1,-2897.21,-2547.49,34.0922,0.289988,300,5,0,573,0,1,0,0,0),(10693,1010,0,1,1,714,1,-2919.58,-2586.52,34.203,3.44478,300,10,0,573,0,1,0,0,0),(10692,1010,0,1,1,714,1,-3172.76,-1484.11,9.22361,5.9411,300,5,0,573,0,1,0,0,0),(10691,1011,0,1,1,8598,1,-3029.81,-2167.48,8.58754,1.7353,300,5,0,617,0,1,0,0,0),(10690,1010,0,1,1,714,1,-3120.39,-2193.95,11.4181,4.21657,300,5,0,573,0,1,0,0,0),(10689,1010,0,1,1,714,1,-3043.41,-2264.44,9.08754,4.99057,300,5,0,573,0,1,0,0,0),(10688,1009,0,1,1,3197,1,-3026.76,-2257.01,9.4601,0.680678,300,0,0,472,1357,0,0,0,0),(10687,1011,0,1,1,8598,1,-3023.89,-2252.6,9.45238,4.41568,300,6,0,617,0,1,0,0,0),(10686,1012,0,1,1,3196,1,-3032.62,-2149.32,10.1658,5.46875,300,10,0,664,0,1,0,0,0),(47583,17814,560,3,1,17959,1,2318.57,879.543,92.7589,3.75341,86400,0,0,17151,0,0,0,0,0),(10685,1010,0,1,1,714,1,-3020.88,-2236.79,10.3375,3.7208,300,10,0,573,0,1,0,0,0),(10684,1010,0,1,1,714,1,-3104.27,-2029.63,9.21252,4.86326,300,5,0,573,0,1,0,0,0),(10683,1011,0,1,1,8598,1,-3095.71,-2017.71,9.35232,4.66003,300,0,0,617,0,0,0,0,0),(10682,1010,0,1,1,714,1,-2896.41,-2589.75,34.227,0.884447,300,5,0,573,0,1,0,0,0),(10681,1010,0,1,1,714,1,-2925.21,-2559.57,33.2695,1.90816,300,10,0,573,0,1,0,0,0),(10680,1011,0,1,1,8598,1,-3100.18,-2209.37,10.3705,1.57371,300,10,0,617,0,1,0,0,0),(38051,17815,560,3,1,17947,1,2426.16,870.833,59.4205,3.43847,86400,0,0,17151,0,0,0,0,0),(38497,17815,560,3,1,17947,1,2636.59,883.563,69.3041,3.11252,86400,0,0,17151,0,0,0,0,0),(10679,1010,0,1,1,714,1,-3095.84,-1989.96,9.70878,4.21077,300,5,0,573,0,1,0,0,0),(10678,1010,0,1,1,714,1,-3110.67,-2209.49,9.8259,4.98503,300,10,0,573,0,1,0,0,0),(10677,1011,0,1,1,8598,1,-3085.95,-2081.94,9.68361,5.47017,300,10,0,617,0,1,0,0,0),(10676,1010,0,1,1,714,1,-3086.91,-2198.32,10.2686,1.15872,300,10,0,573,0,1,0,0,0),(10675,1011,0,1,1,8598,1,-3047.6,-2156.1,10.8375,4.07545,300,10,0,617,0,1,0,0,0),(10674,1011,0,1,1,8598,1,-3103.28,-1885.09,9.28619,0.877841,300,5,0,617,0,1,0,0,0),(10673,1011,0,1,1,8598,1,-2995.66,-2083.72,9.3249,3.98088,300,5,0,617,0,1,0,0,0),(10669,1011,0,1,1,8598,1,-3114.41,-1759.17,9.76753,4.19786,300,10,0,617,0,1,0,0,0),(10670,1011,0,1,1,8598,1,-3054.1,-2170.46,10.4786,4.93699,300,10,0,617,0,1,0,0,0),(10671,1010,0,1,1,714,1,-3104.2,-2288.1,10.7212,1.33776,300,5,0,573,0,1,0,0,0),(10672,1011,0,1,1,8598,1,-3025.86,-2150.13,9.41924,0.467851,300,5,0,617,0,1,0,0,0),(16083,2244,0,1,1,3621,1,-496.652,-1365.61,52.5659,5.55447,300,3,0,441,1272,1,0,0,0),(16082,2261,0,1,1,3623,1,-471.01,-1372.83,53.1909,0.392754,300,5,0,494,0,1,0,0,0),(16081,2261,0,1,1,3624,1,-478.077,-1377.84,52.8428,2.21907,300,0,0,494,0,2,0,0,0),(16078,2244,0,1,1,3621,1,-493.129,-1389.23,52.6909,0.461705,300,5,0,441,1272,1,0,0,0),(16079,2260,0,1,1,3616,1,-542.512,-1421.59,52.8582,1.06686,300,5,0,531,0,1,0,0,0),(16080,2261,0,1,1,3624,1,-484.858,-1364.44,52.5659,0.681621,300,5,0,494,0,1,0,0,0),(16077,2261,0,1,1,3624,1,-548.332,-1435.28,52.5659,4.3095,300,5,0,494,0,1,0,0,0),(16074,2356,0,1,1,3201,0,-680.857,-1181.33,61.6242,1.51216,300,10,0,944,0,1,0,0,0),(16075,2261,0,1,1,3624,1,-565.092,-1453.34,52.5659,0.028001,300,5,0,494,0,1,0,0,0),(16076,2261,0,1,1,3624,1,-571.805,-1478.68,52.5659,3.21325,300,5,0,494,0,1,0,0,0),(16073,2261,0,1,1,3623,1,-550.782,-1485.4,52.5659,0.39422,300,0,0,494,0,2,0,0,0),(16070,2244,0,1,1,3622,1,-489.81,-1480.94,88.1965,5.74802,300,3,0,441,1272,1,0,0,0),(16071,2260,0,1,1,3616,1,-491.299,-1451.99,88.1777,2.55109,300,5,0,531,0,1,0,0,0),(16072,2385,0,1,1,1056,0,-1049.88,-968.222,48.8569,1.58447,300,10,0,840,0,1,0,0,0),(16069,2244,0,1,1,3622,1,-459.746,-1342.88,53.9567,5.98839,300,0,0,441,1272,0,0,0,0),(16068,2385,0,1,1,1056,0,-785.94,-806.041,17.2611,4.67824,300,5,0,840,0,1,0,0,0),(16067,2261,0,1,1,3623,1,-468.673,-1506.6,87.9986,1.85378,300,3,0,494,0,1,0,0,0),(16066,2408,0,1,1,1244,0,-416.085,-1047.23,33.5042,3.39374,300,10,0,1050,0,1,0,0,0),(16062,2261,0,1,1,3624,1,-454.586,-1478.88,92.4341,4.48465,300,0,0,494,0,0,0,0,0),(16063,2428,0,1,1,3626,1,-465.482,-1476.91,90.1814,5.11627,300,0,0,664,0,0,0,0,0),(16064,2261,0,1,1,3623,1,-469.455,-1487.91,90.8258,0.3559,300,0,0,494,0,0,0,0,0),(16065,2261,0,1,1,3624,1,-446.996,-1344.94,53.6806,0.143676,300,0,0,494,0,0,0,0,0),(16061,2244,0,1,1,3621,1,-447.498,-1496.41,92.6918,3.98259,300,3,0,441,1272,1,0,0,0),(16060,2261,0,1,1,3623,1,-439.97,-1480.95,91.5015,3.25653,300,0,0,494,0,0,0,0,0),(16058,2261,0,1,1,3623,1,-482.032,-1426.55,89.1528,2.72781,300,3,0,494,0,1,0,0,0),(16059,2261,0,1,1,3623,1,-482.253,-1439.32,87.6714,1.7136,300,3,0,494,0,1,0,0,0),(16057,2261,0,1,1,3623,1,-461.146,-1424.09,91.3366,3.76438,300,0,0,494,0,2,0,0,0),(16056,2244,0,1,1,3622,1,-546.665,-1542.84,52.49,1.59802,300,0,0,441,1272,0,0,0,0),(16055,2356,0,1,1,3201,0,-315.579,-82.5931,62.699,2.37479,300,10,0,944,0,1,0,0,0),(34546,3816,1,1,1,1917,0,3569.3,376.768,5.36347,4.87625,300,10,0,417,0,1,0,0,0),(34545,3816,1,1,1,1917,0,3612.66,-180.003,3.43245,2.65156,300,15,0,417,0,1,0,0,0),(34544,3816,1,1,1,1917,0,3297.26,409.265,4.3049,0.035176,300,15,0,417,0,1,0,0,0),(10668,1010,0,1,1,714,1,-3083.97,-2019.31,9.24696,0.020649,300,5,0,573,0,1,0,0,0),(44653,17814,560,3,1,17959,1,2329.58,909.306,57.6643,1.24327,86400,0,0,17151,0,0,0,0,0),(10667,1010,0,1,1,714,1,-3089.05,-2262.01,9.71255,1.41251,300,5,0,573,0,1,0,0,0),(10666,1012,0,1,1,3196,1,-3040.23,-2165.8,9.49591,2.00713,300,6,0,664,0,1,0,0,0),(10665,1011,0,1,1,8598,1,-3039.15,-2160.94,9.54253,3.9619,300,6,0,617,0,1,0,0,0),(10664,1010,0,1,1,714,1,-3021.93,-2277.45,9.06767,3.65858,300,10,0,573,0,1,0,0,0),(10663,1010,0,1,1,714,1,-3123.12,-2279.55,9.22124,5.12226,300,5,0,573,0,1,0,0,0),(10662,1011,0,1,1,8598,1,-3100.93,-2190.84,9.27304,4.5204,300,6,0,617,0,1,0,0,0),(10661,1010,0,1,1,714,1,-3105.28,-2196.08,9.14616,1.29154,300,6,0,573,0,1,0,0,0),(10660,1011,0,1,1,8598,1,-3181.95,-1570.11,9.21252,3.50676,300,5,0,617,0,1,0,0,0),(10659,1008,0,1,1,355,1,-3743.18,-2923.83,12.3131,2.38279,300,5,0,531,0,1,0,0,0),(10658,1069,0,1,1,505,0,-3310.97,-3061.34,21.8519,2.40361,300,10,0,640,655,1,0,0,0),(10657,1042,0,1,1,9583,0,-3275.08,-2860.93,13.2735,3.43864,300,5,0,617,0,1,0,0,0),(10656,1010,0,1,1,714,1,-3764.27,-2913.63,12.0631,0,300,0,0,573,0,0,0,0,0),(10655,1008,0,1,1,355,1,-3783.92,-2891.24,9.39308,0.763302,300,5,0,531,0,1,0,0,0),(10654,1417,0,1,1,1035,0,-3377.8,-1273.79,6.97816,3.51157,300,10,0,531,0,1,0,0,0),(10653,1417,0,1,1,1035,0,-3446.69,-1181.37,9.18676,3.22031,300,10,0,531,0,1,0,0,0),(40162,17815,560,3,1,17947,1,1967.39,1164.56,31.6322,3.0901,86400,0,0,17151,0,0,0,0,0),(40161,17815,560,3,1,17947,1,2018.62,1040.51,25.9976,6.22536,86400,0,0,17151,0,0,0,0,0),(10649,1051,0,1,1,825,1,-2937.96,-2953.86,31.8491,5.78664,300,5,0,800,0,1,0,0,0),(10650,1008,0,1,1,355,1,-3920.36,-2901.42,12.1544,1.63144,300,10,0,531,0,1,0,0,0),(10651,1008,0,1,1,355,1,-3841.69,-2942.02,11.6355,0.426645,300,5,0,531,0,1,0,0,0),(10652,2093,0,1,1,1409,0,-3232.96,-2453.78,15.471,3.82227,300,0,0,484,0,0,0,0,0),(16054,2244,0,1,1,3621,1,-478.949,-1461.12,88.2165,3.23822,300,5,0,441,1272,1,0,0,0),(16053,2261,0,1,1,3624,1,-457.47,-1466.4,89.8368,5.34846,300,0,0,494,0,0,0,0,0),(16052,2260,0,1,1,3616,1,-551.233,-1526.66,53.0027,1.85365,300,0,0,531,0,0,0,0,0),(16051,2230,0,1,1,901,0,-8.45545,-902.741,57.5572,4.88904,300,0,0,42,0,0,0,0,0),(16050,2350,0,1,1,1989,0,-449.322,-922.361,43.2813,2.8649,300,5,0,494,0,1,0,0,0),(16049,2351,0,1,1,806,0,-213.276,-992.576,57.97,3.74207,300,3,0,677,0,1,0,0,0),(16048,2351,0,1,1,806,0,-330.599,-1060.35,41.8874,4.53823,300,3,0,677,0,1,0,0,0),(16047,14277,0,1,1,4978,1,-1300.57,-998.316,-0.99132,0.553209,43200,0,0,918,2457,0,0,0,0),(16046,2351,0,1,1,806,0,-625.437,84.3748,44.1438,4.43207,300,10,0,677,0,1,0,0,0),(16045,2351,0,1,1,806,0,-406.154,-994.215,41.5582,1.76297,300,10,0,677,0,1,0,0,0),(16044,2351,0,1,1,806,0,-555.413,513.577,82.0243,5.59705,300,10,0,677,0,1,0,0,0),(16043,2260,0,1,1,3618,1,-686.149,-1080.67,54.0781,4.16248,300,10,0,531,0,1,0,0,0),(16042,2350,0,1,1,1989,0,-414.084,-886.514,55.8601,4.35367,300,10,0,494,0,1,0,0,0),(16041,2350,0,1,1,1989,0,-283.259,-997.398,56.3949,4.31217,300,10,0,494,0,1,0,0,0),(16040,2350,0,1,1,1989,0,-374.454,-958.832,60.2315,0.290896,300,10,0,494,0,1,0,0,0),(16039,2349,0,1,1,6808,0,-833.878,-1010.76,37.8032,6.08273,300,10,0,664,0,1,0,0,0),(16038,2349,0,1,1,6808,0,-753.223,-1357.36,67.0002,5.50884,300,10,0,664,0,1,0,0,0),(16037,2356,0,1,1,3201,0,-826.047,-1334.96,63.2817,3.16453,300,5,0,944,0,1,0,0,0),(16036,2356,0,1,1,3201,0,-877.319,-1290.6,50.9381,0.886684,300,10,0,944,0,1,0,0,0),(16035,4075,0,1,1,1141,0,-479.856,-1351.45,52.8159,5.01413,300,5,0,8,0,1,0,0,0),(16034,2356,0,1,1,3201,0,-629.613,-962.754,42.5213,1.86198,300,10,0,944,0,1,0,0,0),(16033,2403,0,1,1,3620,1,-441.325,-108.685,55.0466,4.54965,300,0,0,664,0,0,0,0,0),(16029,2261,0,1,1,3623,1,-598.97,-1472.61,53.7374,6.14646,300,0,0,494,0,0,0,0,0),(16030,2244,0,1,1,3622,1,-469.19,-1358.91,52.5659,2.92968,300,5,0,441,1272,1,0,0,0),(16031,2260,0,1,1,3616,1,-467.731,-1334.11,54.0248,3.91675,300,0,0,531,0,0,0,0,0),(16032,2349,0,1,1,6808,0,-786.628,-1083.97,47.311,4.84765,300,10,0,664,0,1,0,0,0),(17771,1957,0,1,1,1994,1,796.192,192.002,35.0216,0.331613,275,0,0,356,0,0,0,0,0),(17770,883,0,1,1,347,0,972.351,1128.05,47.2905,0.551433,275,10,0,1,0,1,0,0,0),(17769,1765,0,1,1,11421,0,1501.68,728.545,44.2541,0.244979,275,3,0,198,0,1,0,0,0),(17768,1767,0,1,1,441,1,940.172,1077.77,36.8204,0.043028,275,0,0,247,0,0,0,0,0),(17767,1767,0,1,1,441,1,1220.3,875.851,29.7018,5.81154,275,10,0,247,0,1,0,0,0),(17766,1768,0,1,1,346,1,1297.92,655.729,29.1939,5.25281,275,5,0,253,264,1,0,0,0),(17765,1767,0,1,1,441,1,1302.86,654.164,32.1493,0,275,0,0,247,0,0,0,0,0),(17764,1768,0,1,1,346,1,1312.11,651.504,33.1493,0,275,0,0,253,264,0,0,0,0),(17763,1767,0,1,1,441,1,1291.41,714.555,31.2701,5.13716,275,10,0,247,0,1,0,0,0),(17762,1767,0,1,1,441,1,1327.83,772.046,32.704,4.0169,275,10,0,247,0,1,0,0,0),(16028,2244,0,1,1,3621,1,-599.934,-1485.98,54.0604,0.207468,300,0,0,441,1272,0,0,0,0),(16026,2260,0,1,1,3618,1,-589.33,-1470.31,53.6573,4.76182,300,0,0,531,0,0,0,0,0),(16027,2473,0,1,1,935,0,-300.226,-1629.49,93.2633,6.02378,300,0,0,1753,0,0,0,0,0),(17761,1909,0,1,1,757,1,1123.15,485.205,36.969,1.58453,275,10,0,377,408,1,0,0,0),(17760,1909,0,1,1,757,1,1081.67,716.534,45.1172,2.01126,275,10,0,377,408,1,0,0,0),(1347,684,0,1,1,633,0,-12252.3,-951.109,44.5195,0.255408,300,5,0,1536,0,1,0,0,0),(1346,772,0,1,1,614,0,-12351.8,-844.327,40.3441,2.86061,300,5,0,1536,0,1,0,0,0),(1345,756,0,1,1,633,0,-13046.3,-650.538,52.967,4.24215,300,5,0,1902,0,1,0,0,0),(1344,669,0,1,1,4628,1,-13044.2,-653.226,52.8061,5.66157,300,5,0,1902,0,1,0,0,0),(1343,684,0,1,1,633,0,-12192.4,-949.117,33.2409,2.46563,300,10,0,1536,0,1,0,0,0),(1342,730,0,1,1,8472,0,-13076.6,387.179,15.4089,3.01239,480,0,0,1973,0,0,0,0,0),(1341,1491,0,1,1,4923,1,-13374.3,-24.8169,23.3435,2.02285,300,0,0,2138,0,0,0,0,0),(1340,782,0,1,1,4625,1,-13027.2,-623.455,53.8123,2.64135,300,5,0,1902,0,1,0,0,0),(16025,2474,0,1,1,935,0,-286.934,-1617.79,93.5605,5.74612,300,0,0,1753,0,0,0,0,0),(16024,2244,0,1,1,3621,1,-438.009,-1419.25,101.209,1.51948,300,0,0,441,1272,0,0,0,0),(16023,2354,0,1,1,1007,0,-517.883,-508.926,41.7339,1.75554,300,5,0,742,0,1,0,0,0),(16022,2356,0,1,1,3201,0,-254.389,-1408.28,95.1853,4.23043,300,10,0,944,0,1,0,0,0),(16021,2354,0,1,1,1007,0,-442.793,-1060.55,41.6792,4.71759,300,5,0,742,0,1,0,0,0),(16020,2274,0,1,1,855,0,-353.534,21.4088,54.6594,3.68102,300,0,0,664,0,0,0,0,0),(16019,2360,0,1,1,3703,1,-444.332,-111.47,55.1276,1.16937,300,0,0,573,0,0,0,0,0),(16018,2356,0,1,1,3201,0,-230.366,-1294.41,98.5433,3.22765,300,5,0,944,0,1,0,0,0),(16017,2450,0,1,1,3645,0,-850.691,70.7417,3.08554,5.24437,300,0,0,950,0,0,0,0,0),(16016,2266,0,1,1,3612,1,-592.329,-14.9125,46.0869,3.89208,300,0,0,617,0,0,0,0,0),(16015,2371,0,1,1,4982,1,-970.176,-636.167,1.72951,2.79342,300,10,0,935,878,1,0,0,0),(16014,2369,0,1,1,11255,1,-953.952,-651.821,0.613776,3.51775,300,10,0,1050,0,1,0,0,0),(16013,2369,0,1,1,11255,1,-1020.63,-721.132,-3.08293,4.25557,300,10,0,1050,0,1,0,0,0),(16012,2369,0,1,1,11255,1,-1024.07,-651.842,-2.68214,3.71359,300,10,0,1050,0,1,0,0,0),(16011,2384,0,1,1,1059,0,-642.456,-625.697,33.45,3.93799,300,10,0,617,0,1,0,0,0),(16010,2369,0,1,1,11255,1,-1060.1,-683.017,-2.06128,3.11567,300,10,0,1050,0,1,0,0,0),(16009,2369,0,1,1,11255,1,-1074.24,-784.352,-0.45589,4.31083,300,10,0,1050,0,1,0,0,0),(16008,2371,0,1,1,4982,1,-1019.41,-808.248,12.5809,1.71042,300,0,0,935,878,0,0,0,0),(16007,2371,0,1,1,4982,1,-1008.69,-811.436,13.548,0.651883,300,10,0,935,878,1,0,0,0),(16006,2371,0,1,1,4982,1,-987.65,-786.348,10.1752,3.36846,300,10,0,935,878,1,0,0,0),(16005,2369,0,1,1,11255,1,-1093.63,-794.607,0.716737,3.43866,300,10,0,1050,0,1,0,0,0),(16004,2369,0,1,1,11255,1,-973.181,-676.776,-1.17504,0.379857,300,10,0,1050,0,1,0,0,0),(16003,2371,0,1,1,4982,1,-1012.29,-742.326,0.1856,0.885391,300,10,0,935,878,1,0,0,0),(16002,2371,0,1,1,4982,1,-961.973,-703.476,1.4151,0.400376,300,10,0,935,878,1,0,0,0),(16001,2371,0,1,1,4982,1,-910.493,-699.774,0.457766,0.820305,300,0,0,935,878,0,0,0,0),(16000,2369,0,1,1,11255,1,-1014.37,-780.942,8.83467,5.14379,300,10,0,1050,0,1,0,0,0),(15999,2369,0,1,1,11255,1,-997.601,-620.645,-2.21172,3.80559,300,10,0,1050,0,1,0,0,0),(15998,2371,0,1,1,4982,1,-986.703,-735.016,1.36451,1.39883,300,10,0,935,878,1,0,0,0),(15997,2371,0,1,1,4982,1,-922.238,-673.814,1.31437,0.391889,300,10,0,935,878,1,0,0,0),(15996,2348,0,1,1,8014,0,-1005.81,-1086.8,45.8794,5.99907,300,10,0,787,0,1,0,0,0),(15995,2387,0,1,1,3628,1,-472.141,129.115,56.9653,1.62754,300,5,0,590,1633,1,0,0,0),(15994,2268,0,1,1,4125,1,-455.989,133.747,56.6959,3.92699,300,0,0,734,0,0,0,0,0),(15993,2387,0,1,1,3628,1,-505.131,40.7924,51.101,4.46351,300,0,0,590,1633,2,0,0,0),(15992,2268,0,1,1,4125,1,-515.851,36.3808,49.7429,4.13643,300,0,0,734,0,0,0,0,0),(15991,2356,0,1,1,3201,0,-881.253,-379.278,23.3121,0.646431,300,10,0,944,0,1,0,0,0),(15990,2356,0,1,1,3201,0,-844.534,-263.891,37.0155,3.08047,300,0,0,944,0,0,0,0,0),(15989,2387,0,1,1,3628,1,-499.489,100.49,59.0596,3.79877,300,0,0,590,1633,0,0,0,0),(15988,2387,0,1,1,3628,1,-515.048,102.412,58.2404,0.663225,300,0,0,590,1633,0,0,0,0),(15987,2335,0,1,1,3637,1,-488.417,117.206,60.5016,3.15905,300,0,0,774,2175,0,0,0,0),(15986,2387,0,1,1,3628,1,-520.281,123.661,59.1425,4.10152,300,0,0,590,1633,0,0,0,0),(15985,2448,0,1,1,3644,1,-504.812,122.342,59.1425,4.83456,300,0,0,787,0,0,0,0,0),(15984,2384,0,1,1,1059,0,-437.881,-642.767,50.2695,2.19546,300,10,0,617,0,1,0,0,0),(15983,2354,0,1,1,1007,0,-553.116,-528.645,39.1927,2.3907,300,5,0,742,0,1,0,0,0),(15982,620,0,1,1,304,0,-605.529,-52.7843,46.0306,2.89662,300,5,0,1,0,1,0,0,0),(15981,2354,0,1,1,1007,0,-482.575,-349.261,48.8531,2.75209,300,10,0,742,0,1,0,0,0),(15980,2354,0,1,1,1007,0,-426.953,-422.367,50.2764,3.74663,300,10,0,742,0,1,0,0,0),(15979,2354,0,1,1,1007,0,-460.51,-385.089,50.0196,3.87442,300,10,0,742,0,1,0,0,0),(15978,2354,0,1,1,1007,0,-388.602,-503.858,52.0591,1.33624,300,10,0,742,0,1,0,0,0),(15976,2436,0,1,1,3667,1,-779.124,-541.825,18.2954,2.97205,300,0,0,713,0,2,0,0,0),(15977,2354,0,1,1,1007,0,-405.951,-579.742,54.0416,5.26085,300,5,0,742,0,1,0,0,0),(15975,2354,0,1,1,1007,0,-586.55,-487.772,35.5059,0.573873,300,10,0,742,0,1,0,0,0),(15974,2347,0,1,1,1149,0,-489.536,-1727.08,81.0306,5.61232,300,0,0,1753,0,0,0,0,0),(15973,14278,0,1,1,491,1,-879.45,-1032.25,30.4729,4.41118,43200,0,0,896,0,0,0,0,0),(15972,2356,0,1,1,3201,0,-314.518,-1318.04,73.0841,0.38232,300,10,0,944,0,1,0,0,0),(15971,2385,0,1,1,1056,0,-686.351,-884.803,25.968,3.94177,300,5,0,840,0,1,0,0,0),(15970,14276,0,1,1,540,0,-1169.36,136.213,0.331683,4.57671,43200,0,0,1003,0,0,0,0,0),(15969,2244,0,1,1,3622,1,-526.209,-1485.96,76.524,0,300,0,0,441,1272,0,0,0,0),(15968,2268,0,1,1,4125,1,-504.863,78.1568,56.6999,4.97419,300,0,0,734,0,0,0,0,0),(15967,2387,0,1,1,3628,1,-529.079,98.8507,56.9004,0.067937,300,5,0,590,1633,1,0,0,0),(15966,2268,0,1,1,4125,1,-500.698,63.0438,56.2812,4.71283,300,0,0,734,0,0,0,0,0),(15965,2350,0,1,1,1989,0,-328.973,-1233.32,64.7256,2.53481,300,10,0,494,0,1,0,0,0),(15964,2354,0,1,1,1007,0,-357.105,-1177.88,57.8301,2.18264,300,10,0,742,0,1,0,0,0),(15963,2384,0,1,1,1059,0,-343.537,-200.148,62.0073,5.17866,300,10,0,617,0,1,0,0,0),(15962,2265,0,1,1,3613,1,-548.913,55.2719,51.5509,1.85953,300,0,0,664,0,0,0,0,0),(15961,2404,0,1,1,3631,1,-547.664,39.1455,49.4283,4.85202,300,0,0,787,0,0,0,0,0),(15960,2265,0,1,1,3613,1,-536.466,69.2499,53.9965,0.925025,300,0,0,664,0,0,0,0,0),(15959,2267,0,1,1,11035,1,-569.338,79.7551,53.84,4.2586,300,0,0,664,0,0,0,0,0),(15958,2265,0,1,1,3613,1,-577.725,43.9947,49.9676,1.78024,300,0,0,664,0,0,0,0,0),(15957,2387,0,1,1,3628,1,-590.247,30.4477,47.9837,1.18815,300,5,0,590,1633,1,0,0,0),(15956,2265,0,1,1,3613,1,-596.716,46.1063,49.2383,4.67471,300,0,0,664,0,0,0,0,0),(15954,2265,0,1,1,3613,1,-596.723,69.8905,45.1122,4.91561,300,0,0,664,0,0,0,0,0),(15955,2384,0,1,1,1059,0,-259.05,-525.289,63.7853,4.02204,300,5,0,617,0,1,0,0,0),(17759,1909,0,1,1,757,1,1071.92,644.748,50.4765,3.60342,275,10,0,377,408,1,0,0,0),(34543,3816,1,1,1,1917,0,3606.53,567.732,6.21951,4.53088,300,15,0,417,0,1,0,0,0),(34542,3816,1,1,1,1917,0,3209.99,659.261,0.470335,3.56297,300,15,0,417,0,1,0,0,0),(34541,3816,1,1,1,1917,0,3195.42,452.228,0.347857,2.49008,300,15,0,417,0,1,0,0,0),(34540,3816,1,1,1,1917,0,3501.98,68.6708,6.36978,4.68907,300,15,0,417,0,1,0,0,0),(34539,3816,1,1,1,1917,0,3223.69,450.574,-0.033513,0.058641,300,15,0,417,0,1,0,0,0),(34538,3816,1,1,1,1917,0,3807.52,748.132,9.6702,0.828249,300,5,0,417,0,1,0,0,0),(34537,3816,1,1,1,1917,0,3767.19,241.146,3.18804,5.8874,300,5,0,417,0,1,0,0,0),(34536,3816,1,1,1,1917,0,3675.5,271.704,22.6159,4.59385,300,0,0,417,0,0,0,0,0),(34535,3816,1,1,1,1917,0,3681.39,-149.931,4.10857,6.05009,300,15,0,417,0,1,0,0,0),(34534,3816,1,1,1,1917,0,3199.74,717.939,5.55674,0.228149,300,15,0,417,0,1,0,0,0),(34533,3816,1,1,1,1917,0,3208.72,547.191,-1.05039,2.53104,300,15,0,417,0,1,0,0,0),(34532,3816,1,1,1,1917,0,3522.32,389.378,2.80741,1.8235,300,15,0,417,0,1,0,0,0),(34531,3816,1,1,1,1917,0,4001.92,735.882,9.17015,2.80008,300,5,0,417,0,1,0,0,0),(34530,3816,1,1,1,1917,0,3657.27,41.67,3.05213,2.9646,300,15,0,417,0,1,0,0,0),(34529,3816,1,1,1,1917,0,3528.14,417.662,1.96072,1.27791,300,15,0,417,0,1,0,0,0),(34528,3816,1,1,1,1917,0,3348.99,619.936,4.46005,2.94496,300,15,0,417,0,1,0,0,0),(34527,3816,1,1,1,1917,0,3456.4,533.075,6.43227,5.22233,300,5,0,417,0,1,0,0,0),(17758,1909,0,1,1,757,1,1070.18,738.322,43.7294,5.88757,275,3,0,377,408,1,0,0,0),(17757,1909,0,1,1,757,1,1110.07,679.819,40.5402,6.20889,275,10,0,377,408,1,0,0,0),(17756,1909,0,1,1,757,1,1059.24,699.934,52.6562,2.28917,275,10,0,377,408,1,0,0,0),(17755,1909,0,1,1,757,1,1077.57,521.589,33.0805,3.36541,275,10,0,377,408,1,0,0,0),(17754,1889,0,1,1,3586,1,36.2099,794.693,69.717,3.50222,275,3,0,379,1118,1,0,0,0),(17753,1889,0,1,1,3585,1,18.2747,787.273,65.1348,5.95157,275,0,0,379,1118,0,0,0,0),(15952,2373,0,1,1,662,1,-903.485,-1054.08,30.4312,1.90241,300,0,0,665,1812,0,0,0,0),(15953,2354,0,1,1,1007,0,-314.358,-531.539,56.6564,4.66351,300,10,0,742,0,1,0,0,0),(15950,2372,0,1,1,10643,1,-918.974,-1011.75,30.4729,1.066,300,10,0,787,0,1,0,0,0),(15951,2373,0,1,1,662,1,-927.259,-946.972,31.3695,2.85981,300,5,0,665,1812,1,0,0,0),(17752,1888,0,1,1,3567,1,35.8256,784.977,64.9515,1.21437,275,0,0,354,1326,0,0,0,0),(17751,1889,0,1,1,3585,1,19.9604,785.94,64.9515,3.09187,275,5,0,379,1118,1,0,0,0),(17750,1889,0,1,1,3585,1,67.6706,786.993,64.0731,5.73697,275,0,0,379,1118,0,0,0,0),(17749,1889,0,1,1,3586,1,75.6378,760.819,63.5977,4.34587,275,0,0,379,1118,0,0,0,0),(17748,1888,0,1,1,3566,1,68.6201,772.337,64.0461,5.7731,275,3,0,354,1326,1,0,0,0),(17747,1888,0,1,1,3566,1,-115.605,736.628,64.6895,4.17457,275,5,0,354,1326,1,0,0,0),(17746,1888,0,1,1,3567,1,-65.625,734.375,66.8521,4.22428,275,5,0,354,1326,1,0,0,0),(17745,6033,0,1,1,7449,0,1262.94,462.504,12.0284,5.16617,275,0,0,328,0,0,0,0,0),(15947,2372,0,1,1,10643,1,-886.941,-984.868,30.4711,5.27392,300,10,0,787,0,1,0,0,0),(15948,2373,0,1,1,662,1,-887.514,-1026.75,30.4729,2.81519,300,5,0,665,1812,1,0,0,0),(15949,2350,0,1,1,1989,0,111.332,-761.011,70.7384,2.98571,300,10,0,494,0,1,0,0,0),(15946,2373,0,1,1,662,1,-863.453,-972.389,30.5273,1.23918,300,0,0,665,1812,0,0,0,0),(34526,3816,1,1,1,1917,0,3657.9,14.3296,1.8903,3.46668,300,15,0,417,0,1,0,0,0),(34525,3816,1,1,1,1917,0,3405.32,517.013,7.14339,1.24195,300,2,0,417,0,1,0,0,0),(34514,3816,1,1,1,1917,0,3179.98,654.314,1.33118,6.10396,300,15,0,417,0,1,0,0,0),(34513,3816,1,1,1,1917,0,3625.19,-113.677,5.36703,0.753149,300,5,0,417,0,1,0,0,0),(1339,1150,0,1,1,1039,0,-11782.9,-324.206,12.3672,2.83832,300,5,0,1050,0,1,0,0,0),(34512,3816,1,1,1,1917,0,3373.62,407.272,3.31887,1.89026,300,15,0,417,0,1,0,0,0),(34511,3816,1,1,1,1917,0,3258.75,714.065,5.52514,5.5886,300,5,0,417,0,1,0,0,0),(34510,3816,1,1,1,1917,0,3295.1,559.898,0.484956,2.50317,300,15,0,417,0,1,0,0,0),(34509,3816,1,1,1,1917,0,3310.4,581.38,0.859878,1.68523,300,15,0,417,0,1,0,0,0),(34508,3816,1,1,1,1917,0,3398.12,440.127,4.59615,1.93208,300,5,0,417,0,1,0,0,0),(34507,3816,1,1,1,1917,0,3293.48,757.437,7.18428,0.020505,300,5,0,417,0,1,0,0,0),(34506,3816,1,1,1,1917,0,3644.09,325.707,28.7271,1.32392,300,15,0,417,0,1,0,0,0),(34505,3816,1,1,1,1917,0,3236.99,684.325,3.07932,2.04812,300,15,0,417,0,1,0,0,0),(34504,3816,1,1,1,1917,0,3406.3,482.123,8.72184,3.12792,300,2,0,417,0,1,0,0,0),(34503,3815,1,1,1,1267,0,2893.37,-1202.84,179.034,-0.213806,300,0,0,787,0,0,0,0,0),(34502,3815,1,1,1,1267,0,2705.27,-1872.37,206.991,3.84207,300,0,0,787,0,0,0,0,0),(34498,3815,1,1,1,1267,0,2719.52,-1883.89,193.313,5.97662,300,0,0,787,0,0,0,0,0),(34497,3814,1,1,1,1001,0,4113.58,1051.28,2.90868,6.06919,300,12,0,494,0,1,0,0,0),(34496,3814,1,1,1,1001,0,3944.58,889.18,0.363956,4.31339,300,12,0,494,0,1,0,0,0),(34495,3814,1,1,1,1001,0,3513.35,919.406,3.06748,3.3888,300,12,0,494,0,1,0,0,0),(34494,3814,1,1,1,1001,0,4087.03,955.134,0.400219,3.68704,300,12,0,494,0,1,0,0,0),(34493,3814,1,1,1,1001,0,3454.9,1039.79,0.350428,2.08728,300,12,0,494,0,1,0,0,0),(34492,3814,1,1,1,1001,0,3422.17,1081.35,-1.18897,2.2374,300,12,0,494,0,1,0,0,0),(34491,3814,1,1,1,1001,0,3979.8,837.317,3.13173,5.15239,300,12,0,494,0,1,0,0,0),(1338,1550,0,1,1,8802,0,-13319.9,-417.584,14.7499,3.79955,300,0,0,1902,0,0,0,0,0),(34490,3814,1,1,1,1001,0,3848.9,981.334,-9.44697,5.83366,300,12,0,494,0,1,0,0,0),(34489,3814,1,1,1,1001,0,4020.31,1019,-10.3574,5.72019,300,12,0,494,0,1,0,0,0),(34488,3814,1,1,1,1001,0,4208.22,1206.12,-6.01602,4.14334,300,12,0,494,0,1,0,0,0),(34487,3814,1,1,1,1001,0,4087.54,1362.35,-0.342309,1.24781,300,12,0,494,0,1,0,0,0),(34486,3814,1,1,1,1001,0,4221.55,1155.21,7.63751,5.89321,300,12,0,494,0,1,0,0,0),(34485,3814,1,1,1,1001,0,4016.64,1082,-18.7409,2.75492,300,12,0,494,0,1,0,0,0),(1337,1491,0,1,1,4923,1,-13385.4,-13.2617,21.9685,0.35253,300,0,0,2138,0,0,0,0,0),(34484,3814,1,1,1,1001,0,4080.68,1151.58,-0.000506,0.139956,300,12,0,494,0,1,0,0,0),(34483,3814,1,1,1,1001,0,3786,914.94,-5.15586,0.918286,300,12,0,494,0,1,0,0,0),(1336,772,0,1,1,614,0,-12147.5,-846.319,40.2675,4.53568,300,5,0,1536,0,1,0,0,0),(34482,3814,1,1,1,1001,0,4173.52,1186.91,0.825326,2.99058,300,12,0,494,0,1,0,0,0),(34481,3814,1,1,1,1001,0,4072.53,1018.74,0.649689,0.35935,300,12,0,494,0,1,0,0,0),(10648,1042,0,1,1,9583,0,-3363.83,-2854.13,13.6016,3.38005,300,5,0,617,0,1,0,0,0),(10647,1051,0,1,1,825,1,-2962.81,-2995.52,37.1024,0.836583,300,10,0,800,0,1,0,0,0),(10646,1417,0,1,1,1035,0,-3142.05,-2057.34,9.31714,5.40919,300,10,0,531,0,1,0,0,0),(10645,1417,0,1,1,1035,0,-3046.68,-1545.77,3.86978,5.03378,300,10,0,531,0,1,0,0,0),(10644,1400,0,1,1,1036,0,-2882.06,-1955.16,6.3417,5.32855,300,10,0,617,0,1,0,0,0),(10643,1400,0,1,1,1036,0,-2980.81,-1847.41,8.67743,0.418224,300,10,0,617,0,1,0,0,0),(10642,1400,0,1,1,1036,0,-2945.88,-1819.83,2.55004,5.96255,300,10,0,617,0,1,0,0,0),(10641,1400,0,1,1,1036,0,-2889.06,-1823.62,8.21253,3.43329,300,10,0,617,0,1,0,0,0),(10640,2089,0,1,1,925,0,-2888.13,-1091.87,8.17581,1.06895,300,10,0,734,0,1,0,0,0),(10639,1400,0,1,1,1036,0,-2888.7,-1415.56,6.29486,0.084454,300,10,0,617,0,1,0,0,0),(10638,1051,0,1,1,825,1,-2962.53,-2967.82,33.1604,1.63364,300,10,0,800,0,1,0,0,0),(10637,1040,0,1,1,2023,0,-3051.6,-2357.8,6.35521,2.53902,300,10,0,664,0,1,0,0,0),(10636,1039,0,1,1,713,0,-3851.69,-2874.98,4.60769,3.3501,300,10,0,494,0,1,0,0,0),(10635,1039,0,1,1,713,0,-3307.77,-1236.44,6.43564,4.85986,300,10,0,494,0,1,0,0,0),(10634,1417,0,1,1,1035,0,-3899.99,-2889.88,8.25753,2.88477,300,10,0,531,0,1,0,0,0),(10629,1052,0,1,1,3490,1,-2601.05,-2325.3,87.315,2.05797,300,5,0,853,0,1,0,0,0),(10630,1008,0,1,1,355,1,-3777.58,-2934.21,13.224,2.90903,300,5,0,531,0,1,0,0,0),(10631,1035,0,1,1,4917,1,-3373.59,-2472.91,53.6203,0.15708,300,0,0,635,0,0,0,0,0),(10632,1417,0,1,1,1035,0,-3847.47,-2910.66,6.05337,2.92993,300,10,0,531,0,1,0,0,0),(10633,1417,0,1,1,1035,0,-3851.13,-2947.73,11.7605,0.828167,300,10,0,531,0,1,0,0,0),(17744,1951,0,1,1,3541,0,1314.01,1205.91,58.5953,3.28122,275,0,0,300,0,0,0,0,0),(17743,1889,0,1,1,3585,1,201.63,713.815,46.2771,5.32696,275,5,0,379,1118,1,0,0,0),(17742,1889,0,1,1,3588,1,271.752,726.094,44.1524,5.83788,275,5,0,379,1118,1,0,0,0),(17741,1908,0,1,1,540,0,484.447,724.095,33.678,0.331613,275,0,0,404,456,0,0,0,0),(17740,1909,0,1,1,757,1,472.546,712.838,32.5616,5.72468,275,0,0,377,408,0,0,0,0),(17739,1909,0,1,1,757,1,484.952,682.805,24.0353,0.506145,275,10,0,377,408,1,0,0,0),(17738,2054,0,1,1,3554,1,-695.406,1583.27,17.586,2.60054,275,0,0,404,456,0,0,0,0),(17737,1768,0,1,1,346,1,1107.19,1021.97,29.8084,1.66096,275,10,0,253,264,1,0,0,0),(17736,2053,0,1,1,3553,1,-698.665,1585.19,17.211,6.12611,275,0,0,417,0,0,0,0,0),(15945,2372,0,1,1,10643,1,-913.152,-922.824,31.7547,2.15176,300,10,0,787,0,1,0,0,0),(15944,2379,0,1,1,3704,1,-706.285,-574.311,25.4187,1.3439,300,0,0,1342,0,0,0,0,0),(15943,620,0,1,1,304,0,-753.823,-573.231,19.5524,1.55322,300,5,0,1,0,1,0,0,0),(15942,2364,0,1,1,3658,1,-863.837,-569.354,11.3463,6.12611,300,0,0,1221,0,0,0,0,0),(15941,2354,0,1,1,1007,0,-681.814,-358.158,34.8029,5.07652,300,5,0,742,0,1,0,0,0),(15940,2386,0,1,1,3708,1,-687.306,-545.26,27.9165,5.47293,300,10,0,2310,0,1,0,0,0),(15939,2372,0,1,1,10643,1,-866.23,-959.357,32.3744,3.24144,300,5,0,787,0,1,0,0,0),(15938,17218,0,1,1,16913,0,-852.096,-564.859,11.1483,4.24115,300,0,0,888,935,0,0,0,0),(15937,2438,0,1,1,1662,1,-784.662,-515.103,17.7243,3.45575,300,0,0,1163,0,0,0,0,0),(15936,9978,0,1,1,9252,1,-854.463,-546.697,11.1855,1.65806,300,0,0,1003,0,0,0,0,0),(15935,2386,0,1,1,3708,1,-844.165,-537.494,12.3683,1.64509,300,5,0,2310,0,1,0,0,0),(15934,2386,0,1,1,3708,1,-797.664,-511.618,18.7153,2.33625,300,5,0,2310,0,1,0,0,0),(15933,2380,0,1,1,3649,1,-818.228,-563.156,16.4909,1.06465,300,0,0,1279,0,0,0,0,0),(15932,2270,0,1,1,5785,1,-857.475,198.484,17.512,3.83494,300,0,0,840,0,0,0,0,0),(15931,2269,0,1,1,3629,1,-830.034,186.308,20.8517,5.02655,300,0,0,787,0,0,0,0,0),(15930,2363,0,1,1,3646,1,-814.043,-560.325,16.4919,2.05949,300,0,0,950,0,0,0,0,0),(15929,2386,0,1,1,3708,1,-677.245,-593.36,29.3061,4.33442,300,10,0,2310,0,1,0,0,0),(15928,2386,0,1,1,3708,1,-876.279,-542.11,7.71938,6.18679,300,5,0,2310,0,1,0,0,0),(15927,2386,0,1,1,3705,1,-720.244,-525.48,23.8043,5.2589,300,10,0,2310,0,1,0,0,0),(15926,2269,0,1,1,3629,1,-808.512,183.63,20.5318,0.436332,300,0,0,787,0,0,0,0,0),(15925,2386,0,1,1,3708,1,-774.112,-530.455,20.5903,3.07312,300,5,0,2310,0,1,0,0,0),(15924,2277,0,1,1,3702,1,-817.945,-551.606,15.4026,1.79769,300,0,0,1003,0,0,0,0,0),(15923,2503,0,1,1,3633,1,-865.553,186.77,16.0791,3.22461,300,0,0,840,0,2,0,0,0),(15922,2269,0,1,1,3629,1,-769.062,160.931,21.3047,5.11381,300,0,0,787,0,0,0,0,0),(15921,2269,0,1,1,3629,1,-801.495,164.293,20.2229,4.08407,300,0,0,787,0,0,0,0,0),(34480,3814,1,1,1,1001,0,3911.12,916.159,0.77649,4.35202,300,12,0,494,0,1,0,0,0),(34468,3814,1,1,1,1001,0,3384.01,1183.14,-38.7858,1.99031,300,12,0,494,0,1,0,0,0),(17735,1909,0,1,1,757,1,1144.96,708.665,22.516,0.971161,275,10,0,377,408,1,0,0,0),(15920,2349,0,1,1,6808,0,-219.502,-114.448,79.7089,-2.50544,300,3,0,664,0,1,0,0,0),(15919,2503,0,1,1,3633,1,-780.465,118.392,15.9959,6.18421,300,3,0,840,0,1,0,0,0),(15918,2503,0,1,1,3633,1,-720.836,127.914,21.2886,0.90544,300,3,0,840,0,1,0,0,0),(15917,2269,0,1,1,3629,1,-754.967,177.304,22.9019,2.14675,300,0,0,787,0,0,0,0,0),(15916,2269,0,1,1,3629,1,-751.105,106.233,14.4266,4.31096,300,0,0,787,0,0,0,0,0),(15915,2269,0,1,1,3629,1,-740.655,132.525,20.4905,2.54818,300,0,0,787,0,0,0,0,0),(15914,2356,0,1,1,3201,0,-257.809,-123.868,72.527,1.08276,300,10,0,944,0,1,0,0,0),(15913,2503,0,1,1,3633,1,-730.465,120.743,18.7549,0.249042,300,3,0,840,0,1,0,0,0),(15912,2269,0,1,1,3629,1,-773.183,117.194,16.2856,1.22173,300,0,0,787,0,0,0,0,0),(15911,2269,0,1,1,3629,1,-733.271,95.0208,13.8402,5.35816,300,0,0,787,0,0,0,0,0),(15910,2503,0,1,1,3633,1,-812.38,127.538,15.2334,2.59262,300,3,0,840,0,1,0,0,0),(15909,2269,0,1,1,3629,1,-775.06,81.9661,11.1969,1.48353,300,0,0,787,0,0,0,0,0),(15908,2269,0,1,1,3629,1,-750.529,92.1614,12.354,2.51327,300,0,0,787,0,0,0,0,0),(15907,2269,0,1,1,3629,1,-753.759,63.1653,12.3501,4.81711,300,0,0,787,0,0,0,0,0),(15906,2350,0,1,1,1989,0,-145.794,-1018.89,49.4312,1.69999,300,5,0,494,0,1,0,0,0),(15905,2349,0,1,1,6808,0,-231.296,-40.2485,68.282,4.95476,300,3,0,664,0,1,0,0,0),(15904,2503,0,1,1,3633,1,-761.155,70.6597,11.9846,1.13283,300,5,0,840,0,1,0,0,0),(15903,2503,0,1,1,3633,1,-827.768,143.352,2.10596,4.14994,300,3,0,840,0,1,0,0,0),(15902,2384,0,1,1,1059,0,-372.388,-142.822,60.1211,2.07381,300,10,0,617,0,1,0,0,0),(15901,2269,0,1,1,3629,1,-822.862,140.313,2.78694,6.16101,300,0,0,787,0,0,0,0,0),(15900,2354,0,1,1,1007,0,-509.07,-231.847,52.4347,1.60984,300,10,0,742,0,1,0,0,0),(15899,2269,0,1,1,3629,1,-804.699,102.197,6.67608,0.837758,300,0,0,787,0,0,0,0,0),(15898,2305,0,1,1,3635,1,-794.957,67.9863,9.08155,2.74017,300,0,0,852,852,0,0,0,0),(15897,2269,0,1,1,3629,1,-786.471,92.4715,8.23386,6.05629,300,0,0,787,0,0,0,0,0),(15896,2354,0,1,1,1007,0,-405.116,-165.273,57.387,4.89867,300,10,0,742,0,1,0,0,0),(15895,2503,0,1,1,3633,1,-800.213,77.8262,5.58646,4.54438,300,5,0,840,0,1,0,0,0),(15894,4075,0,1,1,2176,0,-45.6027,-920.275,54.7737,4.93786,300,5,0,8,0,1,0,0,0),(15893,2284,0,1,1,3683,0,0.299552,-938.505,61.935,3.49132,300,0,0,86,0,0,0,0,0),(15892,2284,0,1,1,3683,0,-7.60962,-943.344,62.0204,0.523599,300,0,0,86,0,0,0,0,0),(15891,2284,0,1,1,3683,0,0.350253,-946.004,62.022,1.62316,300,0,0,86,0,0,0,0,0),(15890,4075,0,1,1,1418,0,-129.93,-904.602,55.3269,1.41392,300,5,0,8,0,1,0,0,0),(15889,2354,0,1,1,1007,0,-442.43,-241.807,67.344,1.67843,300,3,0,742,0,1,0,0,0),(15888,2384,0,1,1,1059,0,-156.645,-456.74,76.9884,4.00864,300,10,0,617,0,1,0,0,0),(15887,2354,0,1,1,1007,0,-554.745,-226.27,50.1099,4.76431,300,10,0,742,0,1,0,0,0),(15886,4075,0,1,1,1418,0,-87.7202,-868.858,55.263,2.24301,300,5,0,8,0,1,0,0,0),(15885,2373,0,1,1,662,1,-920.913,-985.44,30.4711,0.994206,300,10,0,665,1812,1,0,0,0),(15884,2373,0,1,1,662,1,-914.789,-957.276,30.7735,4.40343,300,5,0,665,1812,1,0,0,0),(15883,2356,0,1,1,3201,0,-780.306,29.5933,33.9577,4.48398,300,5,0,944,0,1,0,0,0),(15882,2351,0,1,1,806,0,-154.869,-1083.22,44.9834,1.20699,300,5,0,677,0,1,0,0,0),(15881,2344,0,1,1,3763,1,-1292.91,-1232.05,23.0402,2.68781,300,0,0,732,756,0,0,0,0),(15880,2351,0,1,1,806,0,-92.2192,-1049.1,45.9574,0.295124,300,5,0,677,0,1,0,0,0),(15879,2270,0,1,1,3632,1,-885.788,153.941,24.7464,0.241637,300,3,0,840,0,1,0,0,0),(15878,2350,0,1,1,1989,0,-180.958,-1035.07,49.727,5.48398,300,10,0,494,0,1,0,0,0),(15877,2270,0,1,1,5785,1,-887.845,188.292,15.6899,0.068386,300,5,0,840,0,1,0,0,0),(15876,2346,0,1,1,3765,1,-1307.74,-1240.31,24.4296,2.30383,300,0,0,773,811,0,0,0,0),(15875,2346,0,1,1,3766,1,-1316.33,-1230.16,24.4298,5.32325,300,0,0,773,811,0,0,0,0),(34467,3814,1,1,1,1001,0,3444.69,1115.26,-6.55865,4.11503,300,12,0,494,0,1,0,0,0),(34466,3814,1,1,1,1001,0,4162.67,1220.78,-10.9607,3.2502,300,12,0,494,0,1,0,0,0),(17734,1909,0,1,1,757,1,1147.92,660.246,29.7873,1.5809,275,5,0,377,408,1,0,0,0),(15874,2345,0,1,1,3762,1,-1310.65,-1220.72,23.0402,5.91667,300,0,0,905,0,0,0,0,0),(15873,2385,0,1,1,1056,0,-1050.34,-1184.69,50.7841,3.52726,300,10,0,840,0,1,0,0,0),(15872,2348,0,1,1,8014,0,-751.086,-916.108,32.0467,2.53837,300,5,0,787,0,1,0,0,0),(15871,2267,0,1,1,11035,1,-496.25,-66.4632,55.1484,2.49582,300,0,0,664,0,0,0,0,0),(15870,2346,0,1,1,3765,1,-1216.61,-1195.84,41.4005,0.506145,300,0,0,773,811,0,0,0,0),(15869,2345,0,1,1,3761,1,-1273.54,-1177.07,38.6679,1.15192,300,0,0,905,0,0,0,0,0),(34465,3814,1,1,1,1001,0,3419.98,1137.59,-18.9854,5.91528,300,12,0,494,0,1,0,0,0),(34464,3814,1,1,1,1001,0,3344.6,1152.4,-11.6058,2.88157,300,12,0,494,0,1,0,0,0),(34463,3814,1,1,1,1001,0,3677.77,1087.64,-12.6291,2.77291,300,12,0,494,0,1,0,0,0),(12088,1976,0,1,1,0,1,-8530.34,695.554,97.6074,3.74562,25000,0,0,11828,0,2,0,0,0),(34462,3814,1,1,1,1001,0,3575.42,1180.52,-13.0545,4.73582,300,12,0,494,0,1,0,0,0),(34461,3814,1,1,1,1001,0,4047.29,1057.93,-3.46567,5.66646,300,12,0,494,0,1,0,0,0),(12093,1976,0,1,1,0,1,-8605.83,862.834,96.6586,0.770742,350,0,0,11828,0,2,0,0,0),(34460,3814,1,1,1,1001,0,4151.32,1340.47,19.0219,3.29169,300,12,0,494,0,1,0,0,0),(10627,1035,0,1,1,4917,1,-3380.86,-2450.67,60.1379,5.32325,300,0,0,635,0,0,0,0,0),(10628,1026,0,1,1,1305,1,-3278.71,-1311.49,9.33755,0.897971,300,10,0,573,0,1,0,0,0),(34459,3814,1,1,1,1001,0,3719.99,1048.05,-7.78802,5.28059,300,12,0,494,0,1,0,0,0),(34458,3814,1,1,1,1001,0,4047.31,1128.9,-1.66934,3.90004,300,12,0,494,0,1,0,0,0),(34457,3814,1,1,1,1001,0,3645.48,1183.53,-16.5262,3.94909,300,12,0,494,0,1,0,0,0),(34456,3814,1,1,1,1001,0,3824.78,878.503,-1.9324,3.02707,300,12,0,494,0,1,0,0,0),(34455,3814,1,1,1,1001,0,4018.11,1279.37,-30.9871,3.62707,300,12,0,494,0,1,0,0,0),(34454,3814,1,1,1,1001,0,3493.78,1074.78,2.64319,6.26463,300,12,0,494,0,1,0,0,0),(34449,3814,1,1,1,1001,0,3480.43,1139.35,-10.1786,5.4571,300,12,0,494,0,1,0,0,0),(34448,3814,1,1,1,1001,0,4250.43,1249.71,-18.0538,0.977384,300,0,0,494,0,0,0,0,0),(34447,3814,1,1,1,1001,0,4073.37,1220.55,-23.7989,4.73928,300,12,0,494,0,1,0,0,0),(34446,11749,1,1,1,11688,1,1916.37,-2329.61,92.437,0.05236,300,0,0,3758,0,0,0,0,0),(34445,3812,1,1,1,9566,0,4017.88,1216.7,-31.6481,3.45335,300,12,0,449,0,1,0,0,0),(34444,3812,1,1,1,9566,0,4053.57,1179.2,-16.5318,2.56984,300,12,0,449,0,1,0,0,0),(34443,3812,1,1,1,9566,0,3494.5,957.917,2.91494,4.62966,300,12,0,449,0,1,0,0,0),(34442,3812,1,1,1,9566,0,4141.04,1010.97,1.49338,4.19877,300,12,0,449,0,1,0,0,0),(34441,3812,1,1,1,9566,0,3529.82,1121.78,-2.69358,3.80718,300,12,0,449,0,1,0,0,0),(34440,3812,1,1,1,9566,0,3416.19,1021.66,2.91931,5.65101,300,12,0,449,0,1,0,0,0),(34439,3812,1,1,1,9566,0,3649.48,958.854,2.36558,3.92252,300,12,0,449,0,1,0,0,0),(34438,3812,1,1,1,9566,0,4147.52,1149.3,5.22968,3.06105,300,12,0,449,0,1,0,0,0),(34437,3812,1,1,1,9566,0,3542.1,893.417,4.84306,2.57606,300,12,0,449,0,1,0,0,0),(34436,3812,1,1,1,9566,0,3575.86,923.808,1.69131,2.74852,300,12,0,449,0,1,0,0,0),(34435,3812,1,1,1,9566,0,3507.94,974.555,3.48775,3.30343,300,12,0,449,0,1,0,0,0),(34434,3812,1,1,1,9566,0,3389.24,1119.01,-11.1065,0.032787,300,12,0,449,0,1,0,0,0),(34433,3812,1,1,1,9566,0,3850.67,857.719,-0.121625,1.81573,300,12,0,449,0,1,0,0,0),(34432,3812,1,1,1,9566,0,3621.64,812.78,1.55507,5.25838,300,12,0,449,0,1,0,0,0),(34431,3812,1,1,1,9566,0,4115.19,979.645,4.40948,6.07467,300,15,0,449,0,1,0,0,0),(34430,3812,1,1,1,9566,0,3311.45,1125.75,-4.49781,2.63601,300,12,0,449,0,1,0,0,0),(34429,3812,1,1,1,9566,0,3582.15,985.229,1.23656,0.079576,300,12,0,449,0,1,0,0,0),(34428,3812,1,1,1,9566,0,4111.39,1172.89,-2.72575,3.47937,300,12,0,449,0,1,0,0,0),(34427,3812,1,1,1,9566,0,3476.83,1190.87,-29.1011,2.62463,300,12,0,449,0,1,0,0,0),(34426,3812,1,1,1,9566,0,3950.42,967.024,-5.4106,1.18539,300,12,0,449,0,1,0,0,0),(34425,3812,1,1,1,9566,0,3622.77,1010.37,-1.56824,3.93887,300,12,0,449,0,1,0,0,0),(34424,3812,1,1,1,9566,0,4173.67,1313.76,16.7661,6.22455,300,12,0,449,0,1,0,0,0),(34423,3812,1,1,1,9566,0,3995.27,1181.22,-27.1386,5.68696,300,12,0,449,0,1,0,0,0),(34422,3812,1,1,1,9566,0,4076.38,1078.97,2.35233,4.67228,300,12,0,449,0,1,0,0,0),(34421,3812,1,1,1,9566,0,3440.98,1087.75,-3.73262,3.3771,300,12,0,449,0,1,0,0,0),(34420,3812,1,1,1,9566,0,3860.22,922.814,-1.4522,6.241,300,12,0,449,0,1,0,0,0),(34419,3812,1,1,1,9566,0,3791.51,982.225,-5.74129,0.379549,300,12,0,449,0,1,0,0,0),(34418,3812,1,1,1,9566,0,3575.07,1059.4,-4.36192,5.121,300,12,0,449,0,1,0,0,0),(34417,3812,1,1,1,9566,0,4113.62,1113.2,2.65219,2.32927,300,12,0,449,0,1,0,0,0),(34416,3812,1,1,1,9566,0,3820.02,953.667,-6.43153,1.55592,300,12,0,449,0,1,0,0,0),(34415,3812,1,1,1,9566,0,3554.24,1018.92,-1.16744,0.682352,300,12,0,449,0,1,0,0,0),(34414,3812,1,1,1,9566,0,4059.56,973.683,1.51208,5.72165,300,12,0,449,0,1,0,0,0),(34413,6115,1,1,1,5048,1,1949.69,-2986.14,101.639,3.82938,300,15,0,950,0,1,0,0,0),(34412,3811,1,1,1,14315,0,2864.38,-3062.6,197.26,1.39923,300,15,0,1176,0,1,0,0,0),(34411,3811,1,1,1,14315,0,2811.07,-3082.19,180.182,1.03021,300,15,0,1176,0,1,0,0,0),(34410,6115,1,1,1,5048,1,1941.7,-3180.24,101.233,0.418621,300,5,0,950,0,1,0,0,0),(34409,6115,1,1,1,5048,1,1655.86,-3253.21,144.81,2.16383,300,0,0,950,0,2,0,0,0),(34408,6115,1,1,1,5048,1,2114.24,-3078.28,109.95,5.28783,300,15,0,950,0,1,0,0,0),(34407,6115,1,1,1,5048,1,2053.7,-3084.85,103.972,4.35841,300,15,0,950,0,1,0,0,0),(34406,6115,1,1,1,5048,1,2117.47,-3010.92,112.084,2.55508,300,15,0,950,0,1,0,0,0),(34405,6115,1,1,1,5048,1,2068.71,-3022.85,110.03,5.32621,300,0,0,950,0,0,0,0,0),(34404,6115,1,1,1,5048,1,2076.39,-3046.35,109.372,5.91353,300,15,0,950,0,1,0,0,0),(34403,6115,1,1,1,5048,1,2039.74,-3136.41,103.619,3.08348,300,5,0,950,0,1,0,0,0),(34402,3811,1,1,1,14315,0,2881.5,-3428.97,120.497,1.66461,300,15,0,1176,0,1,0,0,0),(34401,3810,1,1,1,982,0,2496.17,-2311.98,142.599,4.85442,300,10,0,909,0,1,0,0,0),(34400,3810,1,1,1,982,0,2386.28,-2281.51,126.243,0.292721,300,10,0,909,0,1,0,0,0),(34399,3810,1,1,1,982,0,2046.76,-1945.9,104.039,1.37321,300,10,0,909,0,1,0,0,0),(34398,3810,1,1,1,982,0,2289.94,-2187.03,110.098,4.361,300,5,0,909,0,1,0,0,0),(34397,3810,1,1,1,982,0,2230.56,-2107.92,105.064,1.36301,300,10,0,909,0,1,0,0,0),(34396,3810,1,1,1,982,0,2575.96,-2379.95,159.07,5.98397,300,10,0,909,0,1,0,0,0),(34395,3810,1,1,1,982,0,2610.65,-1983.67,151.342,2.86866,300,5,0,909,0,1,0,0,0),(34394,3810,1,1,1,982,0,2552.08,-1979.52,142.76,0.996058,300,5,0,909,0,1,0,0,0),(34393,3810,1,1,1,982,0,2246.51,-2085.12,106.631,5.99368,300,3,0,909,0,1,0,0,0),(34392,3810,1,1,1,982,0,2343.54,-2097.22,122.747,1.89255,300,5,0,909,0,1,0,0,0),(34391,3810,1,1,1,982,0,2668.42,-2447.02,176.394,6.0333,300,3,0,909,0,1,0,0,0),(34390,3810,1,1,1,982,0,2399.28,-2031.07,136.841,3.64281,300,5,0,909,0,1,0,0,0),(34389,3810,1,1,1,982,0,2263.53,-2113.05,107.902,5.84355,300,10,0,909,0,1,0,0,0),(34388,3810,1,1,1,982,0,2309.35,-2248.09,112.316,-0.513204,300,10,0,909,0,1,0,0,0),(34387,3810,1,1,1,982,0,2355.87,-2055.65,129.922,1.69321,300,5,0,909,0,1,0,0,0),(34386,3810,1,1,1,982,0,2101.09,-1887.76,112.089,0.420405,300,5,0,909,0,1,0,0,0),(34385,3810,1,1,1,982,0,2716.54,-2518.93,181.502,4.37667,300,10,0,909,0,1,0,0,0),(34384,3810,1,1,1,982,0,2680.98,-2479.79,176.036,1.40293,300,10,0,909,0,1,0,0,0),(34383,3810,1,1,1,982,0,2299.64,-1892.74,65.0407,6.09862,300,15,0,909,0,1,0,0,0),(34382,3810,1,1,1,982,0,2835.06,-2546.11,222.241,5.06842,300,10,0,909,0,1,0,0,0),(34381,3810,1,1,1,982,0,2707.1,-2334.05,202.394,0.816098,300,15,0,909,0,1,0,0,0),(34380,3810,1,1,1,982,0,2818.78,-2464.14,212.709,2.12546,300,10,0,909,0,1,0,0,0),(34379,3810,1,1,1,982,0,2785.42,-2436.33,204.701,1.5708,300,10,0,909,0,1,0,0,0),(34378,3810,1,1,1,982,0,2762.38,-2392.02,203.441,1.85701,300,10,0,909,0,1,0,0,0),(34377,3810,1,1,1,982,0,2749.49,-2364.97,203.034,5.04728,300,10,0,909,0,1,0,0,0),(34376,3810,1,1,1,982,0,2285.93,-1857.27,68.7084,2.97676,300,15,0,909,0,1,0,0,0),(34375,3810,1,1,1,982,0,2417.82,-2030.61,137.454,2.97082,300,5,0,909,0,1,0,0,0),(34374,3810,1,1,1,982,0,2423.9,-2000,136.465,2.58998,300,5,0,909,0,1,0,0,0),(34373,3810,1,1,1,982,0,2490.38,-2009.64,142.869,4.72462,300,5,0,909,0,1,0,0,0),(34372,3810,1,1,1,982,0,2539.67,-2018.82,150.906,2.91699,300,5,0,909,0,1,0,0,0),(34371,3810,1,1,1,982,0,2718.67,-2270.02,200.698,1.84655,300,15,0,909,0,1,0,0,0),(34370,3810,1,1,1,982,0,2717.01,-2320.07,202.348,3.64443,300,15,0,909,0,1,0,0,0),(34369,3810,1,1,1,982,0,2741.78,-2261.32,201.124,5.99687,300,15,0,909,0,1,0,0,0),(34368,3810,1,1,1,982,0,2745.4,-2186.53,196.683,1.74396,300,15,0,909,0,1,0,0,0),(34367,3810,1,1,1,982,0,2760.38,-2407.11,203.609,3.96636,300,10,0,909,0,1,0,0,0),(34366,3810,1,1,1,982,0,2232.12,-1880.19,69.8209,4.96934,300,3,0,909,0,1,0,0,0),(34365,3810,1,1,1,982,0,2290.65,-1915.09,66.9178,0.463671,300,15,0,909,0,1,0,0,0),(34364,3810,1,1,1,982,0,2210.14,-1908.06,70.8742,4.51768,300,10,0,909,0,1,0,0,0),(34363,3810,1,1,1,982,0,2881.47,-2522.58,223.436,1.64308,300,10,0,909,0,1,0,0,0),(34362,3810,1,1,1,982,0,2851.74,-2511.97,219.162,1.01365,300,10,0,909,0,1,0,0,0),(34361,3810,1,1,1,982,0,2192.12,-1882.42,69.4854,4.66253,300,10,0,909,0,1,0,0,0),(34360,3810,1,1,1,982,0,2231.98,-1821.93,78.9902,5.30019,300,5,0,909,0,1,0,0,0),(34359,3809,1,1,1,820,0,1721.67,-2162.38,95.3106,4.97884,300,5,0,662,0,1,0,0,0),(34358,3809,1,1,1,820,0,1347.55,-2113.53,93.7973,1.87648,300,10,0,662,0,1,0,0,0),(34357,3809,1,1,1,820,0,1385.5,-2217.12,93.133,1.30925,300,5,0,662,0,1,0,0,0),(34356,3809,1,1,1,820,0,1303.79,-2153.59,92.1994,5.29262,300,10,0,662,0,1,0,0,0),(34355,3809,1,1,1,820,0,2194.04,-729.431,105.157,3.87844,300,3,0,662,0,1,0,0,0),(34354,3809,1,1,1,820,0,2514.67,-1204.2,131.146,2.09397,300,15,0,662,0,1,0,0,0),(34353,3809,1,1,1,820,0,1647.81,-2133.18,108.292,2.1588,300,5,0,662,0,1,0,0,0),(34352,3809,1,1,1,820,0,2574.87,-924.745,140.396,1.8385,300,3,0,662,0,1,0,0,0),(34351,3809,1,1,1,820,0,3295.97,-242.628,121.883,0.143885,300,15,0,662,0,1,0,0,0),(34350,3809,1,1,1,820,0,2601.04,-1337.02,154.732,4.71239,300,5,0,662,0,1,0,0,0),(34349,3809,1,1,1,820,0,2680.95,-1186.97,157.48,4.19809,300,15,0,662,0,1,0,0,0),(34348,3809,1,1,1,820,0,2604.13,-1473.39,170.667,4.24175,300,15,0,662,0,1,0,0,0),(34347,3809,1,1,1,820,0,2512.28,-1257.36,132.656,4.51289,300,15,0,662,0,1,0,0,0),(34346,3809,1,1,1,820,0,2944.73,-1209.27,185.919,6.25356,300,5,0,662,0,1,0,0,0),(34345,3809,1,1,1,820,0,2845.49,-1220.14,182.958,4.76908,300,15,0,662,0,1,0,0,0),(34344,3809,1,1,1,820,0,2526.61,-1585,147.364,1.70412,300,10,0,662,0,1,0,0,0),(34343,3809,1,1,1,820,0,1992.54,-685.709,100.961,4.85639,300,15,0,662,0,1,0,0,0),(34342,3809,1,1,1,820,0,2581.83,-1314.35,148.634,4.78829,300,15,0,662,0,1,0,0,0),(34341,3809,1,1,1,820,0,2701.1,-859.84,146.784,-1.28333,300,3,0,662,0,1,0,0,0),(34340,3809,1,1,1,820,0,2238.71,-1108.68,92.7443,6.04249,300,15,0,662,0,1,0,0,0),(34339,3809,1,1,1,820,0,2620.36,-1227.94,148.455,5.97299,300,3,0,662,0,1,0,0,0),(34338,3809,1,1,1,820,0,2008.08,-571.563,100.442,5.9519,300,15,0,662,0,1,0,0,0),(34337,3809,1,1,1,820,0,1965.6,-567.09,112.857,4.25728,300,3,0,662,0,1,0,0,0),(34336,3809,1,1,1,820,0,2176.03,-941.531,93.4146,3.05562,300,15,0,662,0,1,0,0,0),(34335,3809,1,1,1,820,0,2113,-664.809,105.073,1.71043,300,15,0,662,0,1,0,0,0),(34334,3809,1,1,1,820,0,2986.54,-682.877,170.452,6.26366,300,5,0,662,0,1,0,0,0),(34333,3809,1,1,1,820,0,3115.61,-579.792,152.719,4.65082,300,15,0,662,0,1,0,0,0),(34332,3809,1,1,1,820,0,2971.16,-745.943,173.004,1.378,300,15,0,662,0,1,0,0,0),(34331,3809,1,1,1,820,0,2906.17,-806.347,168.929,2.3202,300,15,0,662,0,1,0,0,0),(34330,3809,1,1,1,820,0,3015.16,-721.037,171.259,4.35545,300,5,0,662,0,1,0,0,0),(34329,3809,1,1,1,820,0,3109.1,-119.269,102.574,1.58642,300,5,0,662,0,1,0,0,0),(34328,3809,1,1,1,820,0,2979.3,-774.917,176.734,2.51294,300,3,0,662,0,1,0,0,0),(34327,3809,1,1,1,820,0,1704.95,-1975.24,97.7747,0.302755,300,5,0,662,0,1,0,0,0),(34326,3809,1,1,1,820,0,2166.23,-584.794,103.011,0.424032,300,15,0,662,0,1,0,0,0),(34325,3809,1,1,1,820,0,3035.1,-949.248,205.483,5.14112,300,3,0,662,0,1,0,0,0),(34324,3809,1,1,1,820,0,2623.98,-1498.69,183.829,2.10619,300,3,0,662,0,1,0,0,0),(34323,3809,1,1,1,820,0,2357.82,-469.013,104.018,5.78415,300,15,0,662,0,1,0,0,0),(34322,3809,1,1,1,820,0,3035.38,-628.197,170.407,1.15693,300,3,0,662,0,1,0,0,0),(34321,3809,1,1,1,820,0,3230.43,-517.199,147.136,3.30503,300,5,0,662,0,1,0,0,0),(34320,3809,1,1,1,820,0,3104.42,-565.507,152.001,3.60655,300,3,0,662,0,1,0,0,0),(34319,3809,1,1,1,820,0,2100.38,-689.776,103.712,6.27895,300,3,0,662,0,1,0,0,0),(34318,3809,1,1,1,820,0,2741.01,-1268.67,178.61,5.98132,300,5,0,662,0,1,0,0,0),(34317,3809,1,1,1,820,0,2555.23,-1207.54,139.703,1.34004,300,15,0,662,0,1,0,0,0),(34316,3809,1,1,1,820,0,3041.08,-175.291,103.941,0.075192,300,15,0,662,0,1,0,0,0),(34315,3809,1,1,1,820,0,2939.92,-1190.74,184.463,0.958499,300,5,0,662,0,1,0,0,0),(34314,3809,1,1,1,820,0,2618.02,-1088.63,127.145,0.009282,300,3,0,662,0,1,0,0,0),(34313,3809,1,1,1,820,0,2239.6,-942.449,86.1625,3.40031,300,15,0,662,0,1,0,0,0),(34312,3809,1,1,1,820,0,1970.88,-521.337,112.632,5.85624,300,5,0,662,0,1,0,0,0),(34311,3809,1,1,1,820,0,2107.84,-873.458,98.5271,6.2324,300,15,0,662,0,1,0,0,0),(34310,3809,1,1,1,820,0,1981.45,-404.674,97.3993,4.8326,300,5,0,662,0,1,0,0,0),(34309,3809,1,1,1,820,0,1667.42,-2173.62,92.3751,4.56842,300,5,0,662,0,1,0,0,0),(34308,3809,1,1,1,820,0,2644.81,-1023.05,121.211,2.25653,300,15,0,662,0,1,0,0,0),(34307,3809,1,1,1,820,0,2611.94,-1051.11,120.239,1.45443,300,15,0,662,0,1,0,0,0),(34306,3809,1,1,1,820,0,2710.55,-1146.07,170.394,0.212526,300,5,0,662,0,1,0,0,0),(34305,3809,1,1,1,820,0,2548.52,-1265.93,140.822,5.89719,300,15,0,662,0,1,0,0,0),(34304,3809,1,1,1,820,0,2130.43,-643.652,104.83,3.17745,300,15,0,662,0,1,0,0,0),(34303,3809,1,1,1,820,0,1938.87,-667.573,113.119,4.84062,300,5,0,662,0,1,0,0,0),(34302,3809,1,1,1,820,0,2219.49,-845.046,101.904,3.58996,300,15,0,662,0,1,0,0,0),(34301,3809,1,1,1,820,0,1980.71,-724.178,99.9177,3.43719,300,15,0,662,0,1,0,0,0),(34300,3809,1,1,1,820,0,2269.88,-876.464,98.5102,0.095878,300,15,0,662,0,1,0,0,0),(34299,3809,1,1,1,820,0,3160.04,-479.183,138.007,1.81985,300,15,0,662,0,1,0,0,0),(12396,21338,545,3,1,0,1,-287.836,-149.618,-7.77428,4.53077,86400,0,0,5589,3155,0,0,0,0),(34298,3809,1,1,1,820,0,2373.18,-771.121,118.432,0.742487,300,15,0,662,0,1,0,0,0),(34297,3809,1,1,1,820,0,2141.24,-854.411,99.1271,3.66075,300,5,0,662,0,1,0,0,0),(34296,3809,1,1,1,820,0,2111.07,-639.402,104.116,1.76934,300,3,0,662,0,1,0,0,0),(34295,3809,1,1,1,820,0,2314.33,-715.631,126.767,1.26325,300,3,0,662,0,1,0,0,0),(34294,3809,1,1,1,820,0,2337.8,-946.903,90.4868,0.226506,300,15,0,662,0,1,0,0,0),(34293,3809,1,1,1,820,0,2254.86,-784.795,108.752,5.43757,300,15,0,662,0,1,0,0,0),(34292,3809,1,1,1,820,0,2618.79,-894.747,144.478,1.51313,300,5,0,662,0,1,0,0,0),(12410,20044,550,1,1,0,0,502.395,-240.972,20.2102,1.65341,604800,0,0,15649,31550,0,0,0,0),(12411,20043,550,1,1,0,0,498.757,-239.096,20.2657,0.282894,604800,0,0,15649,31550,0,0,0,0),(12412,20044,550,1,1,0,0,499.182,-236.899,20.2745,0.326091,604800,0,0,15649,31550,0,0,0,0),(12413,20044,550,1,1,0,0,500.255,-241.066,20.2049,1.39423,604800,0,0,15649,31550,0,0,0,0),(12414,20043,550,1,1,0,0,503.339,-238.317,20.2189,3.0475,604800,0,0,15649,31550,0,0,0,0),(12415,20036,550,1,1,0,1,501.791,-235.864,20.2327,4.33555,604800,0,0,100520,32310,0,0,0,0),(12416,20043,550,1,1,0,0,509.027,-246.709,20.2115,1.08414,604800,0,0,15649,31550,0,0,0,0),(12417,20043,550,1,1,0,0,510.989,-247.747,20.2076,1.08414,604800,0,0,15649,31550,0,0,0,0),(12418,20044,550,1,1,0,0,514.774,-246.109,20.2231,2.79002,604800,0,0,15649,31550,0,0,0,0),(12419,20044,550,1,1,0,0,513.308,-241.805,20.241,4.30584,604800,0,0,15649,31550,0,0,0,0),(12420,20036,550,1,1,0,1,510.946,-243.936,20.2259,5.36049,604800,0,0,100520,32310,0,0,0,0),(12421,20036,550,1,1,0,1,505.579,-159.162,20.2814,0.780634,604800,0,0,100520,32310,0,0,0,0),(12422,20036,550,1,1,0,1,504.11,-154.023,20.2792,0.293687,604800,0,0,100520,32310,0,0,0,0),(12423,20043,550,1,1,0,0,507.49,-161.139,20.2766,1.71919,604800,0,0,15649,31550,0,0,0,0),(12424,20043,550,1,1,0,0,509.617,-158.162,20.2618,2.86195,604800,0,0,15649,31550,0,0,0,0),(12425,20043,550,1,1,0,0,506.999,-150.249,20.263,2.30566,604800,0,0,15649,31550,0,0,0,0),(12426,20043,550,1,1,0,0,503.308,-151.535,20.2814,1.81714,604800,0,0,15649,31550,0,0,0,0),(12427,20044,550,1,1,0,0,505.018,-156.385,20.2777,0.191371,604800,0,0,15649,31550,0,0,0,0),(12428,20044,550,1,1,0,0,502.515,-149.011,20.5389,4.89198,604800,0,0,15649,31550,0,0,0,0),(12429,20044,550,1,1,0,0,507.179,-147.458,20.2605,3.33689,604800,0,0,15649,31550,0,0,0,0),(12430,20044,550,1,1,0,0,503.968,-145.413,20.2736,4.93518,604800,0,0,15649,31550,0,0,0,0),(12431,20031,550,1,1,0,1,519.164,-157.407,20.2431,4.86057,604800,0,0,125668,0,0,0,0,0),(12432,20031,550,1,1,0,1,514.414,-158.116,20.2424,4.86057,604800,0,0,125668,0,0,0,0,0),(12433,20039,550,1,1,0,0,398.219,-78.8478,20.1794,3.67277,604800,0,0,366765,0,2,0,0,0),(12434,20039,550,1,1,0,0,386.488,-84.1935,20.1794,3.31542,604800,0,0,366765,0,2,0,0,0),(12435,20038,550,1,1,0,0,346.361,-49.3807,-2.38573,0.521749,604800,0,0,48902,0,0,0,0,0),(12436,20038,550,1,1,0,0,344.927,-45.2601,-2.38573,0.517822,604800,0,0,48902,0,0,0,0,0),(12437,20038,550,1,1,0,0,349.254,-46.3709,-2.38573,0.619139,604800,0,0,48902,0,0,0,0,0),(12438,20038,550,1,1,0,0,354.064,-45.2646,-2.38573,0.619139,604800,0,0,48902,0,0,0,0,0),(12439,20038,550,1,1,0,0,309.7,36.0396,-2.38937,3.62722,604800,0,0,48902,0,0,0,0,0),(12440,20038,550,1,1,0,0,305.542,37.7042,-2.38937,3.95709,604800,0,0,48902,0,0,0,0,0),(12441,20038,550,1,1,0,0,300.474,35.5111,-2.38937,3.95709,604800,0,0,48902,0,0,0,0,0),(12442,20038,550,1,1,0,0,303.647,32.4885,-2.38937,3.94531,604800,0,0,48902,0,0,0,0,0),(12443,20036,550,1,1,0,1,242.123,0.943058,-2.42775,3.1442,604800,0,0,100520,32310,0,0,0,0),(12444,20036,550,1,1,0,1,241.436,-2.95075,-2.42888,3.1442,604800,0,0,100520,32310,0,0,0,0),(12445,20034,550,1,1,0,1,114.992,-8.61683,-2.32622,1.40885,604800,0,0,100520,32310,0,0,0,0),(12446,20033,550,1,1,0,1,110.998,-8.62288,-2.32529,1.40885,604800,0,0,100520,32310,0,0,0,0),(12447,20034,550,1,1,0,1,113.625,5.77773,-2.32539,4.48289,604800,0,0,100520,32310,0,0,0,0),(12448,20031,550,1,1,0,1,104.421,-11.506,-2.33548,2.34534,604800,0,0,125668,0,0,0,0,0),(12449,20031,550,1,1,0,1,104.904,8.37891,-2.33387,4.19622,604800,0,0,125668,0,0,0,0,0),(12450,20032,550,1,1,0,1,109.373,6.28142,-2.32539,4.47504,604800,0,0,160832,48465,0,0,0,0),(12451,20034,550,1,1,0,1,55.3473,-10.7833,-2.42823,1.80006,604800,0,0,100520,32310,0,0,0,0),(12452,20033,550,1,1,0,1,59.0983,-9.55179,-2.42823,1.88802,604800,0,0,100520,32310,0,0,0,0),(12453,20034,550,1,1,0,1,55.6952,7.6326,-2.42823,4.02588,604800,0,0,100520,32310,0,0,0,0),(12454,20033,550,1,1,0,1,189.02,-9.23615,-2.46121,2.55594,604800,0,0,100520,32310,0,0,0,0),(12455,20033,550,1,1,0,1,189.879,-6.82053,-2.44555,2.65961,604800,0,0,100520,32310,0,0,0,0),(12456,20035,550,1,1,0,1,240.18,-1.00101,-2.42888,3.15598,604800,0,0,206640,0,2,0,0,0),(12458,20041,550,1,1,0,0,516.203,243.337,20.233,4.5203,604800,0,0,206640,0,0,0,0,0),(12459,20031,550,1,1,0,1,497.37,101.67,20.2899,3.81968,604800,0,0,125668,0,0,0,0,0),(12460,20031,550,1,1,0,1,488.734,107.574,20.2899,4.13952,604800,0,0,125668,0,0,0,0,0),(12461,20040,550,1,1,0,0,463.794,340.009,15.2907,2.25678,604800,0,0,387450,0,0,0,0,0),(12462,20041,550,1,1,0,0,500.279,235.073,20.2303,5.90574,604800,0,0,206640,0,0,0,0,0),(12463,20031,550,1,1,0,1,632.904,-94.6747,46.862,3.8846,604800,0,0,125668,0,0,0,0,0),(12464,20031,550,1,1,0,1,642.069,-99.2314,46.8503,3.90973,604800,0,0,125668,0,0,0,0,0),(12465,20032,550,1,1,0,1,635.51,-97.4679,46.8923,3.97492,604800,0,0,160832,48465,0,0,0,0),(12466,20041,550,1,1,0,0,525.485,-139.615,20.2642,3.46851,604800,0,0,206640,0,0,0,0,0),(12467,20046,550,1,1,0,1,517.028,-159.7,20.2391,4.80952,604800,0,0,165200,49635,2,0,0,0),(12468,20041,550,1,1,0,0,530.474,-157.159,20.2641,3.39424,604800,0,0,206640,0,0,0,0,0),(12469,20031,550,1,1,0,1,497.472,-103.62,20.2899,2.76014,604800,0,0,125668,0,0,0,0,0),(12470,20031,550,1,1,0,1,490.233,-109.602,20.2899,1.64351,604800,0,0,125668,0,0,0,0,0),(12471,20034,550,1,1,0,1,484.213,-107.183,20.2899,0.906292,604800,0,0,100520,32310,0,0,0,0),(12472,20032,550,1,1,0,1,486.635,-109.3,20.2899,1.18798,604800,0,0,160832,48465,0,0,0,0),(12473,20033,550,1,1,0,1,496.288,-97.3755,20.2899,3.71095,604800,0,0,100520,32310,0,0,0,0),(12474,20033,550,1,1,0,1,498.067,-100.35,20.2899,3.23107,604800,0,0,100520,32310,0,0,0,0),(12475,20039,550,1,1,0,0,375.5,86.5501,20.1583,5.58522,604800,0,0,366765,0,2,0,0,0),(12476,20037,550,1,1,0,1,298.818,31.3542,-2.38937,3.94531,10800,0,0,100520,16155,2,0,0,0),(12477,18805,550,1,1,0,1,432.909,-373.424,17.9608,1.06421,604800,0,0,2653000,0,0,0,0,0),(12478,19516,550,1,1,0,1,458.286,429.622,17.781,4.23959,604800,0,0,3979500,0,0,0,0,0),(12479,19514,550,1,1,0,0,379.92,-0.48,30,3.19012,604800,0,0,2122400,0,0,0,0,0),(12480,20031,550,1,1,0,1,191.993,-4.75432,-2.4305,2.97222,604800,0,0,125668,0,0,0,0,0),(1976934,21689,548,1,1,0,0,-147.005,-189.46,-21.4845,2.32972,300,0,0,81000,0,0,0,0,0),(12484,20032,550,1,1,0,1,62.1,-6.61192,-2.42826,2.42577,604800,0,0,160832,48465,0,0,0,0),(12485,20032,550,1,1,0,1,62.0598,3.57977,-2.42826,3.64867,604800,0,0,160832,48465,0,0,0,0),(12486,20034,550,1,1,0,1,188.499,7.80885,-2.47599,3.34667,604800,0,0,100520,32310,0,0,0,0),(12487,20032,550,1,1,0,1,189.543,5.10516,-2.45922,3.87072,604800,0,0,160832,48465,0,0,0,0),(12488,20044,550,1,1,0,0,533.812,-363.188,22.0169,3.15902,604800,0,0,15649,31550,0,0,0,0),(12489,20044,550,1,1,0,0,528.861,-361.844,22.0169,5.99824,604800,0,0,15649,31550,0,0,0,0),(12490,20043,550,1,1,0,0,528.719,-365.274,22.0169,0.469033,604800,0,0,15649,31550,0,0,0,0),(12491,20043,550,1,1,0,0,532.48,-377.06,22.0169,4.05831,604800,0,0,15649,31550,0,0,0,0),(12492,20044,550,1,1,0,0,532.028,-380.887,22.0169,3.03336,604800,0,0,15649,31550,0,0,0,0),(12493,20036,550,1,1,0,1,527.759,-379.773,22.0169,0.154876,604800,0,0,100520,32310,0,0,0,0),(12494,20036,550,1,1,0,1,520.165,-412.11,22.0169,5.57413,604800,0,0,100520,32310,0,0,0,0),(12495,20044,550,1,1,0,0,524.43,-413.235,22.0169,2.81738,604800,0,0,15649,31550,0,0,0,0),(12496,20044,550,1,1,0,0,523.005,-415.91,22.0169,2.16942,604800,0,0,15649,31550,0,0,0,0),(12497,20043,550,1,1,0,0,513.218,-423.693,22.0169,5.07383,604800,0,0,15649,31550,0,0,0,0),(12498,20044,550,1,1,0,0,510.936,-426.784,22.0169,5.9142,604800,0,0,15649,31550,0,0,0,0),(12499,20043,550,1,1,0,0,516.14,-427.646,22.0169,2.54877,604800,0,0,15649,31550,0,0,0,0),(12500,20036,550,1,1,0,1,518.552,-424.263,22.0169,3.50303,604800,0,0,100520,32310,0,0,0,0),(12501,20044,550,1,1,0,0,442.498,-473.7,22.017,1.65499,604800,0,0,15649,31550,0,0,0,0),(12502,20044,550,1,1,0,0,439.02,-473.045,22.017,0.822186,604800,0,0,15649,31550,0,0,0,0),(12503,20043,550,1,1,0,0,441.296,-469.448,22.017,4.58817,604800,0,0,15649,31550,0,0,0,0),(12504,20043,550,1,1,0,0,439.529,-470.086,22.017,5.31073,604800,0,0,15649,31550,0,0,0,0),(12505,20036,550,1,1,0,1,429.416,-469.633,22.017,3.75565,604800,0,0,100520,32310,0,0,0,0),(12506,20044,550,1,1,0,0,424.916,-468.817,22.017,6.1464,604800,0,0,15649,31550,0,0,0,0),(12507,20044,550,1,1,0,0,423.133,-471.28,22.017,0.389428,604800,0,0,15649,31550,0,0,0,0),(12508,20043,550,1,1,0,0,425.671,-471.986,22.017,0.460114,604800,0,0,15649,31550,0,0,0,0),(12509,20036,550,1,1,0,1,391.748,-465.863,22.017,2.20762,604800,0,0,100520,32310,0,0,0,0),(12510,20044,550,1,1,0,0,390.523,-461.195,22.017,4.91646,604800,0,0,15649,31550,0,0,0,0),(12511,20043,550,1,1,0,0,380.649,-462.441,22.017,1.39788,604800,0,0,15649,31550,0,0,0,0),(12512,20044,550,1,1,0,0,382.986,-460.799,22.017,1.69947,604800,0,0,15649,31550,0,0,0,0),(12513,20043,550,1,1,0,0,379.682,-460.606,22.017,1.22038,604800,0,0,15649,31550,0,0,0,0),(12514,20044,550,1,1,0,0,380.254,-464.959,22.017,1.28321,604800,0,0,15649,31550,0,0,0,0),(12515,20036,550,1,1,0,1,380.91,-456.091,22.017,4.58974,604800,0,0,100520,32310,0,0,0,0),(12516,20036,550,1,1,0,1,382.824,-456.526,22.017,4.48764,604800,0,0,100520,32310,0,0,0,0),(12517,20044,550,1,1,0,0,331.267,-385.92,22.017,0.702015,604800,0,0,15649,31550,0,0,0,0),(12518,20043,550,1,1,0,0,331.402,-383.052,22.017,0.234703,604800,0,0,15649,31550,0,0,0,0),(12519,20043,550,1,1,0,0,333.184,-386.306,22.017,0.764847,604800,0,0,15649,31550,0,0,0,0),(12520,20044,550,1,1,0,0,336.094,-382.393,22.017,3.71009,604800,0,0,15649,31550,0,0,0,0),(12521,20036,550,1,1,0,1,330.402,-371.128,22.017,0.144382,604800,0,0,100520,32310,0,0,0,0),(12522,20044,550,1,1,0,0,334.322,-368.892,22.017,3.68967,604800,0,0,15649,31550,0,0,0,0),(12523,20044,550,1,1,0,0,342.017,-335.184,22.017,1.38845,604800,0,0,15649,31550,0,0,0,0),(12524,20044,550,1,1,0,0,340.878,-333.282,22.017,0.795477,604800,0,0,15649,31550,0,0,0,0),(12525,20043,550,1,1,0,0,343.173,-333.879,22.017,1.29813,604800,0,0,15649,31550,0,0,0,0),(12526,20036,550,1,1,0,1,343.252,-330.106,22.017,4.43423,604800,0,0,100520,32310,0,0,0,0),(12527,20044,550,1,1,0,0,349.371,-321.328,22.017,1.06801,604800,0,0,15649,31550,0,0,0,0),(12528,20043,550,1,1,0,0,352.855,-320.295,22.017,2.50529,604800,0,0,15649,31550,0,0,0,0),(12529,20043,550,1,1,0,0,351.502,-316.72,22.017,4.60623,604800,0,0,15649,31550,0,0,0,0),(12530,20043,550,1,1,0,0,420.615,-272.49,22.0158,5.87779,604800,0,0,15649,31550,0,0,0,0),(12531,20043,550,1,1,0,0,420.589,-274.566,22.0158,5.95868,604800,0,0,15649,31550,0,0,0,0),(12532,20043,550,1,1,0,0,423.021,-273.828,22.0158,5.95868,604800,0,0,15649,31550,0,0,0,0),(12533,20036,550,1,1,0,1,426.674,-276.25,22.0158,2.73462,604800,0,0,100520,32310,0,0,0,0),(12534,20043,550,1,1,0,0,436.057,-275.939,22.0158,0.319524,604800,0,0,15649,31550,0,0,0,0),(12535,20044,550,1,1,0,0,441.085,-276.4,22.0158,3.06371,604800,0,0,15649,31550,0,0,0,0),(12536,20044,550,1,1,0,0,440.286,-274.622,22.0158,3.44462,604800,0,0,15649,31550,0,0,0,0),(12537,20031,550,1,1,0,1,475.821,-337.397,16.409,5.03113,604800,0,0,125668,0,0,0,0,0),(12538,20046,550,1,1,0,1,475.085,-340.752,16.0336,5.06647,604800,0,0,165200,49635,0,0,0,0),(12539,20031,550,1,1,0,1,472.011,-339.06,15.9107,5.1725,604800,0,0,125668,0,0,0,0,0),(12540,20046,550,1,1,0,1,385.207,-429.638,18.9141,5.83616,604800,0,0,165200,49635,0,0,0,0),(12541,20031,550,1,1,0,1,381.193,-429.486,19.2682,5.83223,604800,0,0,125668,0,0,0,0,0),(12542,20031,550,1,1,0,1,383.905,-426.031,18.688,5.69479,604800,0,0,125668,0,0,0,0,0),(12543,20041,550,1,1,0,0,525.812,137.098,20.2655,2.73463,604800,0,0,206640,0,0,0,0,0),(12544,20041,550,1,1,0,0,530.559,155.899,20.2648,2.79649,604800,0,0,206640,0,0,0,0,0),(12545,20033,550,1,1,0,1,485.237,107.537,20.2899,5.20831,604800,0,0,100520,32310,0,0,0,0),(12546,20033,550,1,1,0,1,482.367,105.012,20.2899,5.42429,604800,0,0,100520,32310,0,0,0,0),(12547,20032,550,1,1,0,1,497.415,97.8661,20.2899,2.49162,604800,0,0,160832,48465,0,0,0,0),(12548,20034,550,1,1,0,1,494.233,93.2833,20.2899,2.46806,604800,0,0,100520,32310,0,0,0,0),(12549,20040,550,1,1,0,0,478.917,90.502,20.2899,3.88177,604800,0,0,387450,0,0,0,0,0),(12550,20052,550,1,1,0,0,470.092,339.954,15.8623,2.33924,604800,0,0,125668,0,0,0,0,0),(12551,20052,550,1,1,0,0,462.453,334.369,15.685,1.92298,604800,0,0,125668,0,0,0,0,0),(12552,20040,550,1,1,0,0,429.21,328.567,14.8908,1.36325,604800,0,0,387450,0,0,0,0,0),(12553,20052,550,1,1,0,0,425.583,325.517,15.2158,1.26114,604800,0,0,125668,0,0,0,0,0),(12554,20041,550,1,1,0,0,395.712,349.558,15.2789,0.467893,604800,0,0,206640,0,0,0,0,0),(12555,20041,550,1,1,0,0,392.303,355.927,15.2185,0.381499,604800,0,0,206640,0,0,0,0,0),(12556,20052,550,1,1,0,0,388.124,357.658,15.6923,0.31474,604800,0,0,125668,0,0,0,0,0),(12557,20052,550,1,1,0,0,394.039,344.668,15.8235,0.675238,604800,0,0,125668,0,0,0,0,0),(12558,20041,550,1,1,0,0,475.678,380.375,15.2256,3.50267,604800,0,0,206640,0,0,0,0,0),(12559,20041,550,1,1,0,0,473.384,386.52,15.1485,3.49874,604800,0,0,206640,0,0,0,0,0),(12560,20052,550,1,1,0,0,474.989,391.686,15.5304,3.59299,604800,0,0,125668,0,0,0,0,0),(12561,20042,550,1,1,0,0,458.421,346.141,14.904,5.43473,604800,0,0,125668,0,0,0,0,0),(12562,20042,550,1,1,0,0,466.821,381.3,14.9094,0.247187,604800,0,0,125668,0,0,0,0,0),(12563,20042,550,1,1,0,0,430.174,336.223,14.6733,4.57079,604800,0,0,125668,0,0,0,0,0),(12564,20040,550,1,1,0,0,414.075,311.577,17.6373,2.71344,604800,0,0,387450,0,0,0,0,0),(12565,20042,550,1,1,0,0,418.201,313.49,17.1063,2.74485,604800,0,0,125668,0,0,0,0,0),(12566,20042,550,1,1,0,0,414.958,306.041,18.1734,2.36001,604800,0,0,125668,0,0,0,0,0),(12567,20064,550,1,1,0,1,785.807,19.4862,48.8118,3.97935,604800,0,0,191016,0,0,0,0,0),(12568,20063,550,1,1,0,1,792.725,12.7754,48.8118,3.59538,604800,0,0,191016,0,0,0,0,0),(12569,20062,550,1,1,0,1,792.408,-13.2415,48.8118,2.68781,604800,0,0,133837,38270000,0,0,0,0),(12570,20060,550,1,1,0,1,785.782,-20.3995,48.8118,2.30383,604800,0,0,191016,0,0,0,0,0),(12571,20041,550,1,1,0,0,653.342,92.1922,46.7342,3.5279,604800,0,0,206640,0,0,0,0,0),(12572,20041,550,1,1,0,0,638.103,81.7429,46.8191,1.18113,604800,0,0,206640,0,0,0,0,0),(12573,21338,545,3,1,0,1,-293.676,-150.747,-7.95205,6.16648,86400,0,0,5589,3155,0,0,0,0),(12574,21338,545,3,1,0,1,-304.674,-153.741,-8.08187,4.03756,86400,0,0,5589,3155,0,0,0,0),(12575,21338,545,3,1,0,1,-299.213,-157.054,-7.75556,3.43657,86400,0,0,5589,3155,0,0,0,0),(12576,21338,545,3,1,0,1,-299.905,-142.267,-8.17472,2.35935,86400,0,0,5589,3155,0,0,0,0),(12577,21338,545,3,1,0,1,-299.519,-126.341,-8.06915,1.04455,86400,0,0,5589,3155,0,0,0,0),(12578,21338,545,3,1,0,1,-290.826,-117.682,-7.75556,0.998123,86400,0,0,5589,3155,0,0,0,0),(12579,21338,545,3,1,0,1,-308.786,-120.891,-8.09041,3.97113,86400,0,0,5589,3155,0,0,0,0),(12580,21338,545,3,1,0,1,-306.856,-121.908,-8.11269,2.00054,86400,0,0,5589,3155,0,0,0,0),(12581,21338,545,3,1,0,1,-300.241,-116.684,-7.91774,5.00902,86400,0,0,5589,3155,0,0,0,0),(12584,17799,545,3,1,0,1,-218.676,-239.394,-7.91658,0.523599,86400,0,0,20259,0,0,0,0,0),(12585,17799,545,3,1,0,1,-219.655,-234.762,-7.94058,1.97222,86400,0,0,20259,0,0,0,0,0),(12586,17799,545,3,1,0,1,-223.27,-232.322,-7.94317,0.191986,86400,0,0,20259,0,0,0,0,0),(12587,17805,545,3,1,0,1,-233.728,-235.891,-7.92878,1.76213,86400,0,0,20259,0,0,0,0,0),(12588,17805,545,3,1,0,1,-238.007,-193.135,-6.90072,1.09956,86400,0,0,20259,0,0,0,0,0),(12589,17799,545,3,1,0,1,-235.776,-189.595,-6.33245,3.01942,86400,0,0,20259,0,0,0,0,0),(12590,17805,545,3,1,0,1,-232.861,-192.246,-6.54962,2.46091,86400,0,0,20259,0,0,0,0,0),(12591,17805,545,3,1,0,1,-216.307,-260.843,-8.01336,3.0316,86400,0,0,20259,0,0,0,0,0),(12592,17799,545,3,1,0,1,-209.454,-266.228,-8.00466,5.63741,86400,0,0,20259,0,0,0,0,0),(12593,17799,545,3,1,0,1,-206.161,-268.93,-7.9983,2.60054,86400,0,0,20259,0,0,0,0,0),(12594,1420,545,3,1,0,0,-262.525,-113.918,-8.67041,3.05088,86400,0,0,8,0,0,0,0,0),(12595,6827,545,3,1,0,0,-325.333,-171.233,-7.75556,6.25685,86400,0,0,42,0,0,0,0,0),(14346,17378,530,1,1,0,0,275.997,5172.51,25.6477,0,3600,0,0,4979,0,0,0,0,0),(12597,17796,545,3,1,0,0,-330.083,-121.506,-7.98512,5.06145,86400,0,0,103320,0,0,0,0,0),(12598,6827,545,3,1,0,0,-317.986,-117.752,-8.03972,0.648916,86400,0,0,42,0,0,0,0,0),(12608,17799,545,3,1,0,1,-251.138,-230.641,-7.94669,2.86234,86400,0,0,20259,0,0,0,0,0),(12609,17799,545,3,1,0,1,-253.681,-233.512,-7.88687,1.71042,86400,0,0,20259,0,0,0,0,0),(12610,17799,545,3,1,0,1,-255.897,-235.144,-7.85494,2.6529,86400,0,0,20259,0,0,0,0,0),(12611,1420,545,3,1,0,0,-216.565,-197.439,-8.04946,5.28343,86400,0,0,8,0,0,0,0,0),(12612,17799,545,3,1,0,1,-256.31,-238.535,-7.77721,2.1293,86400,0,0,20259,0,0,0,0,0),(12613,17798,545,3,1,0,1,-95.4188,-552.031,8.27027,1.44862,86400,0,0,147600,0,0,0,0,0),(12614,17805,545,3,1,0,1,-169.364,-278.221,-7.67224,4.92183,86400,0,0,20259,0,0,0,0,0),(12615,17722,545,3,1,0,1,-162.954,-277.534,-7.67223,4.7822,86400,0,0,22356,15775,0,0,0,0),(12616,17800,545,3,1,0,1,-171.739,-285.048,-7.67224,5.07891,86400,0,0,20259,0,0,0,0,0),(12617,6827,545,3,1,0,0,-151.492,-298.575,-7.46021,5.46138,86400,0,0,42,0,0,0,0,0),(12618,17800,545,3,1,0,1,-158.789,-283.035,-7.67224,4.76475,86400,0,0,20259,0,0,0,0,0),(12619,17801,545,3,1,0,1,-109.493,-336.353,-7.54947,5.91667,86400,0,0,16208,15775,0,0,0,0),(12620,17722,545,3,1,0,1,-110.899,-330.512,-7.6599,6.16101,86400,0,0,22356,15775,0,0,0,0),(12621,17800,545,3,1,0,1,-104.194,-325.127,-7.63158,6.17846,86400,0,0,20259,0,0,0,0,0),(12622,17800,545,3,1,0,1,-102.674,-342.241,-7.29451,0.017453,86400,0,0,20259,0,0,0,0,0),(12623,6827,545,3,1,0,0,-101.585,-372.526,-7.76734,5.54416,86400,0,0,42,0,0,0,0,0),(12624,17722,545,3,1,0,1,-81.7693,-369.323,-7.76734,2.26981,86400,0,0,22356,15775,0,0,0,0),(12625,17800,545,3,1,0,1,-83.5041,-365.665,-7.76734,3.73938,86400,0,0,20259,0,0,0,0,0),(12626,17800,545,3,1,0,1,-90.8598,-364.712,-7.76734,2.27523,86400,0,0,20259,0,0,0,0,0),(12627,17722,545,3,1,0,1,-60.7232,-318.851,-7.67224,2.80998,86400,0,0,22356,15775,0,0,0,0),(12628,17801,545,3,1,0,1,-60.4984,-326.608,-7.67224,3.08923,86400,0,0,16208,15775,0,0,0,0),(12629,17799,545,3,1,0,1,-240.237,-267.888,-7.68922,5.0091,86400,0,0,20259,0,0,0,0,0),(12630,17799,545,3,1,0,1,-236.979,-263.096,-7.71983,5.67232,86400,0,0,20259,0,0,0,0,0),(12631,17801,545,3,1,0,1,-53.8197,-334.368,-6.27059,3.22886,86400,0,0,16208,15775,0,0,0,0),(12632,17800,545,3,1,0,1,-52.6073,-324.759,-7.67224,5.72468,86400,0,0,20259,0,0,0,0,0),(12633,17799,545,3,1,0,1,-235.532,-268.635,-7.70069,3.59538,86400,0,0,20259,0,0,0,0,0),(12634,17799,545,3,1,0,1,-213.91,-241.29,-7.94406,1.98968,86400,0,0,20259,0,0,0,0,0),(12635,17799,545,3,1,0,1,-233.483,-264.914,-7.73545,2.82743,86400,0,0,20259,0,0,0,0,0),(12636,17800,545,3,1,0,1,-94.9473,-410.061,-7.62566,1.51825,86400,0,0,20259,0,0,0,0,0),(12637,17803,545,3,1,0,1,-90.9528,-410.272,-7.55273,1.50851,86400,0,0,16208,15775,0,0,0,0),(12638,17722,545,3,1,0,1,-102.955,-409.951,-7.66501,1.50928,86400,0,0,22356,15775,0,0,0,0),(12639,17954,545,3,1,0,0,-106.371,-459.976,7.80131,0.296706,86400,0,0,10479,0,0,0,0,0),(12640,17954,545,3,1,0,0,-83.6271,-461.426,7.83904,5.91667,86400,0,0,10479,0,0,0,0,0),(12641,17800,545,3,1,0,1,-92.7277,-465.559,7.94653,1.53589,86400,0,0,20259,0,0,0,0,0),(12642,17800,545,3,1,0,1,-98.2649,-465.493,7.94481,1.48353,86400,0,0,20259,0,0,0,0,0),(12643,17803,545,3,1,0,1,-102.606,-472.039,8.11505,1.5708,86400,0,0,16208,15775,0,0,0,0),(12644,17954,545,3,1,0,0,-112.472,-486.254,8.27487,5.28835,86400,0,0,10479,0,0,0,0,0),(12645,17954,545,3,1,0,0,-77.5747,-488.595,8.29564,0.069813,86400,0,0,10479,0,0,0,0,0),(12646,17800,545,3,1,0,1,-82.7854,-499.969,8.34669,2.07694,86400,0,0,20259,0,0,0,0,0),(12647,17801,545,3,1,0,1,-77.0849,-503.804,8.39567,2.04204,86400,0,0,16208,15775,0,0,0,0),(12648,17803,545,3,1,0,1,-75.2059,-496.923,8.35148,2.32129,86400,0,0,16208,15775,0,0,0,0),(12649,17800,545,3,1,0,1,-106.787,-497.928,8.27913,1.09956,86400,0,0,20259,0,0,0,0,0),(12650,17722,545,3,1,0,1,-106.786,-505.77,8.31102,1.3439,86400,0,0,22356,15775,0,0,0,0),(12651,17801,545,3,1,0,1,-113.321,-494.133,8.28791,0.715585,86400,0,0,16208,15775,0,0,0,0),(12652,17803,545,3,1,0,1,-114.302,-503.693,8.30481,0.855211,86400,0,0,16208,15775,0,0,0,0),(12653,17722,545,3,1,0,1,-82.8905,-510.07,8.35653,1.88496,86400,0,0,22356,15775,0,0,0,0),(12654,17954,545,3,1,0,0,-75.9159,-522.248,8.32067,5.65487,86400,0,0,10479,0,0,0,0,0),(12655,17954,545,3,1,0,0,-114.718,-519.863,8.28457,4.36332,86400,0,0,10479,0,0,0,0,0),(12656,17954,545,3,1,0,0,-107.059,-543.903,8.27027,5.89921,86400,0,0,10479,0,0,0,0,0),(12657,17954,545,3,1,0,0,-80.7551,-550.946,8.27027,3.80482,86400,0,0,10479,0,0,0,0,0),(12658,17954,545,3,1,0,0,-96.2409,-571.375,8.27027,2.3911,86400,0,0,10479,0,0,0,0,0),(12659,20926,545,3,1,0,0,-95.6283,-434.863,17.8886,0.959931,86400,0,0,42,0,0,0,0,0),(12660,17721,545,3,1,0,1,-50.1679,-382.556,-7.40377,4.41568,86400,0,0,20259,0,0,0,0,0),(12661,17800,545,3,1,0,1,-57.5115,-376.588,-7.28116,2.46091,86400,0,0,20259,0,0,0,0,0),(12662,17721,545,3,1,0,1,-42.0492,-372.102,-7.41123,6.07375,86400,0,0,20259,0,0,0,0,0),(12663,17722,545,3,1,0,1,-45.0691,-361.249,-7.38681,2.40855,86400,0,0,22356,15775,0,0,0,0),(12664,13321,545,3,1,0,0,-53.6108,-347.554,-7.76734,0.262889,86400,0,0,42,0,0,0,0,0),(12665,13321,545,3,1,0,0,-104.389,-289.505,-7.76734,2.22236,86400,0,0,42,0,0,0,0,0),(12666,6827,545,3,1,0,0,26.4827,-287.977,-15.9617,2.47385,86400,0,0,42,0,0,0,0,0),(12667,17722,545,3,1,0,1,-85.8321,-276.48,-7.67224,1.5708,86400,0,0,22356,15775,0,0,0,0),(12668,17802,545,3,1,0,1,-89.8517,-279.44,-7.67224,1.62316,86400,0,0,20259,0,0,0,0,0),(12669,17722,545,3,1,0,1,-94.5917,-277.669,-7.67224,1.39626,86400,0,0,22356,15775,0,0,0,0),(12670,21338,545,3,1,0,1,-327.932,-102.869,6.2457,4.15566,86400,0,0,5589,3155,0,0,0,0),(12671,13321,545,3,1,0,0,-44.2573,-144.941,-21.3057,3.25217,86400,0,0,42,0,0,0,0,0),(12672,2914,545,3,1,0,0,-70.6138,-229.981,-18.7681,0.474586,86400,0,0,8,0,0,0,0,0),(12673,6827,545,3,1,0,0,12.6403,-137.365,-22.0557,0.961134,86400,0,0,42,0,0,0,0,0),(12674,17801,545,3,1,0,1,9.52063,-150.597,-22.0447,0.191986,86400,0,0,16208,15775,0,0,0,0),(12675,17803,545,3,1,0,1,10.7306,-154.933,-22.2425,6.10865,86400,0,0,16208,15775,0,0,0,0),(12676,17721,545,3,1,0,1,29.0264,-239.563,-22.6156,5.2709,86400,0,0,20259,0,0,0,0,0),(12677,17721,545,3,1,0,1,8.40569,-147.05,-21.8826,3.87463,86400,0,0,20259,0,0,0,0,0),(12678,17721,545,3,1,0,1,14.2811,-213.334,-22.3567,3.4383,86400,0,0,20259,0,0,0,0,0),(12679,21695,545,3,1,0,0,8.45414,-247.872,-23.3512,4.11733,86400,0,0,33534,3155,0,0,0,0),(12680,21696,545,3,1,0,0,6.8201,-250.286,-23.0829,4.11733,86400,0,0,2794,3155,0,0,0,0),(12681,21696,545,3,1,0,0,10.9861,-249.484,-22.8298,4.11924,86400,0,0,2794,3155,0,0,0,0),(12682,21696,545,3,1,0,0,10.1835,-245.318,-23.3071,4.11733,86400,0,0,2794,3155,0,0,0,0),(12683,21696,545,3,1,0,0,6.01744,-246.12,-23.2013,4.11732,86400,0,0,2794,3155,0,0,0,0),(12684,21696,545,3,1,0,0,3.22375,-182.872,-22.3745,4.38753,86400,0,0,2794,3155,0,0,0,0),(12685,6827,545,3,1,0,0,-46.577,-112.818,-21.5944,1.26996,86400,0,0,42,0,0,0,0,0),(12686,17721,545,3,1,0,1,-22.1777,-129.296,-21.5334,4.81711,86400,0,0,20259,0,0,0,0,0),(12687,17721,545,3,1,0,1,-9.00969,-132.952,-20.2656,4.93928,86400,0,0,20259,0,0,0,0,0),(12688,21696,545,3,1,0,0,45.7668,-128.14,-22.7665,4.84093,86400,0,0,2794,3155,0,0,0,0),(12689,17802,545,3,1,0,1,19.7411,-264.349,-22.0319,4.31844,86400,0,0,20259,0,0,0,0,0),(12690,17801,545,3,1,0,1,37.1922,-236.629,-22.6735,2.73729,86400,0,0,16208,15775,0,0,0,0),(12691,17721,545,3,1,0,1,45.6033,-236.226,-22.5299,4.90438,86400,0,0,20259,0,0,0,0,0),(12692,17801,545,3,1,0,1,27.0156,-260.473,-22.8049,2.44346,86400,0,0,16208,15775,0,0,0,0),(12693,17801,545,3,1,0,1,29.0596,-256.632,-23.2494,3.38594,86400,0,0,16208,15775,0,0,0,0),(12694,21696,545,3,1,0,0,35.7528,-129.528,-22.5362,3.05338,86400,0,0,2794,3155,0,0,0,0),(12695,21695,545,3,1,0,0,39.1165,-129.825,-22.6993,3.05338,86400,0,0,33534,3155,0,0,0,0),(12696,21696,545,3,1,0,0,42.1832,-130.057,-22.7953,3.06617,86400,0,0,2794,3155,0,0,0,0),(12697,17801,545,3,1,0,1,29.8738,-165.19,-22.3645,1.32645,86400,0,0,16208,15775,0,0,0,0),(12698,17801,545,3,1,0,1,35.8755,-157.314,-22.5641,3.50811,86400,0,0,16208,15775,0,0,0,0),(12699,17803,545,3,1,0,1,33.4427,-161.195,-22.4778,2.33874,86400,0,0,16208,15775,0,0,0,0),(12700,21695,545,3,1,0,0,2.94902,-180.174,-22.5068,1.57175,86400,0,0,33534,3155,0,0,0,0),(12701,21696,545,3,1,0,0,2.23239,-184.193,-22.2924,3.15847,86400,0,0,2794,3155,0,0,0,0),(12702,21696,545,3,1,0,0,3.87519,-180.007,-22.511,4.74414,86400,0,0,2794,3155,0,0,0,0),(12703,21696,545,3,1,0,0,5.30913,-181.203,-22.4131,3.14675,86400,0,0,2794,3155,0,0,0,0),(12704,21696,545,3,1,0,0,20.1595,-172.861,-22.3469,4.19279,86400,0,0,2794,3155,0,0,0,0),(12705,13321,545,3,1,0,0,51.3485,-116.825,-22.6146,5.68531,86400,0,0,42,0,0,0,0,0),(12706,21694,545,3,1,0,0,56.3718,-98.6007,-22.6198,2.4217,86400,0,0,45409,0,0,0,0,0),(12707,13321,545,3,1,0,0,63.9801,-153.132,-20.449,5.06374,86400,0,0,42,0,0,0,0,0),(12708,6827,545,3,1,0,0,62.7675,-101.6,-22.622,0.628443,86400,0,0,42,0,0,0,0,0),(12709,17721,545,3,1,0,1,59.8831,-131.581,-22.6599,5.8294,86400,0,0,20259,0,0,0,0,0),(12710,17803,545,3,1,0,1,60.4544,-126.52,-22.7117,1.28386,86400,0,0,16208,15775,0,0,0,0),(12711,17802,545,3,1,0,1,60.8447,-121.465,-22.6319,0.797309,86400,0,0,20259,0,0,0,0,0),(12712,6827,545,3,1,0,0,-9.51185,-196.141,-21.7782,1.78868,86400,0,0,42,0,0,0,0,0),(12713,13321,545,3,1,0,0,44.0567,-206.39,-22.6313,3.57371,86400,0,0,42,0,0,0,0,0),(12714,21694,545,3,1,0,0,55.3701,-200.278,-22.6254,1.25781,86400,0,0,45409,0,0,0,0,0),(12715,17721,545,3,1,0,1,8.37782,-204.823,-22.3658,4.27606,86400,0,0,20259,0,0,0,0,0),(12716,17721,545,3,1,0,1,-28.1346,-118.882,-21.8344,5.24482,86400,0,0,20259,0,0,0,0,0),(90985,18829,544,1,1,11440,1,2.00162,-64.4008,22.8575,0.645772,604800,0,0,132160,99270,0,0,0,0),(28411,521,0,1,1,0,0,-10181.7,-47.6668,26.8653,0.760633,18000,5,0,617,0,1,0,0,0),(13404,22883,564,1,1,5492,0,248.96,735.245,-22.2937,1.27409,604800,0,0,44012,0,0,0,0,0),(13403,22883,564,1,1,5492,0,254.201,725.918,-17.1596,5.48033,604800,0,0,44012,0,0,0,0,0),(13402,22883,564,1,1,5492,0,257.151,736.539,-23.0625,1.91986,604800,0,0,44012,0,0,0,0,0),(13401,22883,564,1,1,5492,0,260.758,732.364,-20.7577,2.80998,604800,0,0,44012,0,0,0,0,0),(13400,22883,564,1,1,5492,0,242.873,733.098,-21.0593,0.349066,604800,0,0,44012,0,0,0,0,0),(13399,22883,564,1,1,5492,0,417.399,883.342,15.1391,5.77704,604800,0,0,44012,0,0,0,0,0),(13398,22883,564,1,1,5492,0,446.013,912.213,15.8907,0.139626,604800,0,0,44012,0,0,0,0,0),(13397,22883,564,1,1,5492,0,443.297,885.281,12.9352,3.76991,604800,0,0,44012,0,0,0,0,0),(13396,22883,564,1,1,5492,0,428.272,899.03,19.9892,5.07891,604800,0,0,44012,0,0,0,0,0),(13395,22883,564,1,1,5492,0,410.041,893.459,20.1794,1.20428,604800,0,0,44012,0,0,0,0,0),(13393,22883,564,1,1,5492,0,409.344,904.128,23.4478,4.76475,604800,0,0,44012,0,0,0,0,0),(13316,22883,564,1,1,5492,0,453.802,893.915,12.4862,5.70723,604800,0,0,44012,0,0,0,0,0),(13268,22883,564,1,1,5492,0,431.009,884.391,14.5479,2.87979,604800,0,0,44012,0,0,0,0,0),(13255,22883,564,1,1,5492,0,444.955,899.502,15.7956,5.86431,604800,0,0,44012,0,0,0,0,0),(13236,22883,564,1,1,5492,0,434.832,895.914,18.3294,2.61799,604800,0,0,44012,0,0,0,0,0),(13235,2914,564,1,1,2958,0,243.664,799.496,-25.5061,1.01752,604800,0,0,8,0,0,0,0,0),(13234,22882,564,1,1,21373,1,427.482,430.557,192.827,5.55015,604800,0,0,123900,33090,0,0,0,0),(13233,22882,564,1,1,21373,1,444.051,414.986,192.828,2.37365,604800,0,0,123900,33090,0,0,0,0),(13232,22882,564,1,1,21373,1,429.475,359.038,192.834,3.42085,604800,0,0,123900,33090,0,0,0,0),(13231,22882,564,1,1,21373,1,441.9,358.904,192.833,5.72468,604800,0,0,123900,33090,0,0,0,0),(13230,2914,564,1,1,1206,0,282.196,1010.86,-61.3699,0.084433,604800,5,0,8,0,1,0,0,0),(12894,2914,564,1,1,2958,0,225.262,1004.67,-60.731,1.68648,604800,0,0,8,0,0,0,0,0),(12892,2914,564,1,1,2958,0,264.35,1072.01,-61.7169,6.20836,604800,5,0,8,0,1,0,0,0),(12891,22882,564,1,1,21373,1,511.223,181.968,164.065,0.872665,604800,0,0,123900,33090,0,0,0,0),(12890,22882,564,1,1,21373,1,525.79,197.84,164.382,4.10152,604800,0,0,123900,33090,0,0,0,0),(12889,23394,564,1,1,21460,0,696.776,173.015,232.03,4.1308,604800,0,0,464940,0,2,0,0,0),(12888,23394,564,1,1,21460,0,548.162,222.53,271.903,4.71239,604800,0,0,464940,0,2,0,0,0),(12887,23394,564,1,1,21460,0,559.848,357.692,271.467,4.59022,604800,0,0,464940,0,0,0,0,0),(12886,23394,564,1,1,21460,0,624.821,173.841,253.243,3.17459,604800,0,0,464940,0,2,0,0,0),(12885,23394,564,1,1,21460,0,525.924,357.305,271.467,4.83456,604800,0,0,464940,0,0,0,0,0),(12884,23394,564,1,1,21460,0,761.185,161.6,218.432,4.70349,604800,0,0,464940,0,2,0,0,0),(12883,22880,564,1,1,21367,1,528.675,147.083,164.854,3.26377,604800,0,0,232470,0,0,0,0,0),(12882,22880,564,1,1,21368,1,583.417,100.871,139.409,6.26573,604800,0,0,232470,0,0,0,0,0),(12881,22880,564,1,1,21367,1,443.474,232.754,164.854,4.55531,604800,0,0,232470,0,0,0,0,0),(12880,22880,564,1,1,21367,1,427.082,232.946,164.854,4.67748,604800,0,0,232470,0,0,0,0,0),(12879,22880,564,1,1,21367,1,498.105,133.831,164.854,5.39307,604800,0,0,232470,0,0,0,0,0),(12878,22880,564,1,1,21367,1,436.431,349.312,192.756,0.302369,604800,0,0,232470,0,0,0,0,0),(12877,22880,564,1,1,21368,1,583.478,120.551,139.399,6.16101,604800,0,0,232470,0,0,0,0,0),(12876,22879,564,1,1,21369,1,505.48,139.005,164.854,1.67552,604800,0,0,154980,0,0,0,0,0),(12875,22879,564,1,1,21370,1,505.964,141.51,164.854,4.43314,604800,0,0,154980,0,0,0,0,0),(12874,22879,564,1,1,21370,1,578.114,103.609,139.389,6.24828,604800,0,0,154980,0,0,0,0,0),(12873,22879,564,1,1,21370,1,440.057,235.206,164.854,4.59022,604800,0,0,154980,0,0,0,0,0),(12872,22879,564,1,1,21370,1,430.359,235.502,164.854,4.76475,604800,0,0,154980,0,0,0,0,0),(12871,22879,564,1,1,21370,1,513.077,93.7693,164.771,6.00026,604800,0,0,154980,0,0,0,0,0),(12870,22879,564,1,1,21369,1,578.791,117.596,139.394,0.017453,604800,0,0,154980,0,0,0,0,0),(12869,22878,564,1,1,20609,0,252.334,893.901,-30.7808,4.72812,604800,0,0,309960,0,2,0,0,0),(12868,22878,564,1,1,20609,0,450.984,758.186,11.9377,1.5708,604800,0,0,309960,0,0,0,0,0),(12867,22878,564,1,1,20609,0,422.918,758.097,11.936,1.46608,604800,0,0,309960,0,0,0,0,0),(12866,22878,564,1,1,20609,0,312.854,813.108,-17.5806,6.27625,604800,0,0,309960,0,2,0,0,0),(12865,22877,564,1,1,21166,1,265.162,815.209,-26.7974,5.79449,604800,0,0,120624,32310,0,0,0,0),(12864,22877,564,1,1,21165,1,281.543,818.084,-26.2712,3.83972,604800,0,0,120624,32310,0,0,0,0),(31436,4323,1,1,1,715,0,-5004.77,-3419.12,61.7766,5.6307,360,10,0,1751,0,1,0,0,0),(12863,22877,564,1,1,21165,1,248.093,1057.09,-62.5474,0.20944,604800,0,0,120624,32310,0,0,0,0),(12862,22877,564,1,1,21166,1,253.609,1051.3,-62.5468,0.994838,604800,0,0,120624,32310,0,0,0,0),(12861,22877,564,1,1,21166,1,422.53,848.089,12.4268,0.349066,604800,0,0,120624,32310,0,0,0,0),(12860,22877,564,1,1,21165,1,448.3,850.006,12.4384,2.98451,604800,0,0,120624,32310,0,0,0,0),(12858,22877,564,1,1,21165,1,236.953,1077.16,-62.5328,0,604800,0,0,120624,32310,0,0,0,0),(12857,22877,564,1,1,21165,1,257.514,1079.88,-62.4984,3.36848,604800,0,0,120624,32310,0,0,0,0),(12856,22876,564,1,1,21164,0,449.291,790.748,12.1153,2.07694,604800,0,0,120624,129240,0,0,0,0),(12855,22876,564,1,1,21164,0,451.223,808.208,12.2106,3.90954,604800,0,0,120624,129240,0,0,0,0),(12854,22875,564,1,1,21162,0,242.754,939.22,-50.9249,4.94332,604800,0,0,120624,129240,0,0,0,0),(12853,22875,564,1,1,21163,0,262.422,938.35,-51.0915,2.85277,604800,0,0,120624,129240,0,0,0,0),(12852,22875,564,1,1,21163,0,308.102,805.831,-17.726,4.5511,604800,0,0,120624,129240,0,0,0,0),(12851,22875,564,1,1,21163,0,308.557,820.507,-17.8755,4.39737,604800,0,0,120624,129240,0,0,0,0),(12850,22874,564,1,1,21161,1,442.348,790.157,12.1117,1.46608,604800,0,0,120624,129240,0,0,0,0),(34291,3809,1,1,1,820,0,2260.23,-507.636,100.283,4.19378,300,15,0,662,0,1,0,0,0),(12849,22874,564,1,1,21161,1,296.038,999.841,-62.4266,5.14872,604800,0,0,120624,129240,0,0,0,0),(12848,22874,564,1,1,21161,1,297.536,986.781,-62.3347,1.23918,604800,0,0,120624,129240,0,0,0,0),(12847,22873,564,1,1,21160,1,455.114,795.945,12.1439,2.75762,604800,0,0,201068,0,0,0,0,0),(12846,22873,564,1,1,21159,1,454.179,802.715,12.1807,3.38594,604800,0,0,201068,0,0,0,0,0),(12845,22873,564,1,1,21160,1,306.891,995.664,-62.5448,3.28122,604800,0,0,201068,0,0,0,0,0),(12844,22873,564,1,1,21160,1,306.63,990.987,-62.4405,3.10669,604800,0,0,201068,0,0,0,0,0),(12843,22871,564,1,1,21262,1,606.641,402.173,187.173,3.14159,604800,0,0,3505425,1693500,0,0,0,0),(12842,22869,564,1,1,21120,1,714.325,435.044,112.819,1.48353,604800,0,0,150801,0,0,0,0,0),(12841,22869,564,1,1,21120,1,735.955,438.712,112.812,1.79769,604800,0,0,150801,0,0,0,0,0),(12840,22869,564,1,1,21120,1,794.673,372.557,112.751,1.59092,604800,0,0,150801,0,0,0,0,0),(12839,22869,564,1,1,21120,1,680.188,434.772,112.818,1.25664,604800,0,0,150801,0,0,0,0,0),(12838,22869,564,1,1,21120,1,811.06,372.543,112.828,2.70526,604800,0,0,150801,0,0,0,0,0),(12837,22869,564,1,1,21120,1,811.321,414.857,112.837,3.49066,604800,0,0,150801,0,0,0,0,0),(12835,22869,564,1,1,21120,1,612.127,381.354,112.714,1.29244,604800,0,0,150801,0,0,0,0,0),(12834,22869,564,1,1,21120,1,686.316,386.186,118.64,1.25664,604800,0,0,150801,0,0,0,0,0),(12833,22869,564,1,1,21120,1,721.226,385.959,118.672,1.8326,604800,0,0,150801,0,0,0,0,0),(12832,22869,564,1,1,21120,1,594.69,418.315,112.83,5.77704,604800,0,0,150801,0,0,0,0,0),(12831,22869,564,1,1,21120,1,596.956,380.583,112.821,0.558505,604800,0,0,150801,0,0,0,0,0),(12830,23374,564,1,1,21442,1,772.47,239.612,112.819,6.00393,604800,0,0,150801,0,0,0,0,0),(12829,23374,564,1,1,21442,1,775.645,250.599,112.818,0.506145,604800,0,0,150801,0,0,0,0,0),(12828,22856,564,1,1,21146,0,497.772,184.166,94.6049,4.67748,604800,0,0,5306000,0,0,0,0,0),(12827,22855,564,1,1,19991,0,797.328,378.022,112.746,2.01603,604800,5,0,309960,0,1,0,0,0),(12826,22855,564,1,1,19991,0,616.502,383.796,112.711,1.29244,604800,5,0,309960,0,1,0,0,0),(12825,22853,564,1,1,11335,1,726.986,434.524,112.819,1.69297,604800,0,0,120624,32310,0,0,0,0),(12824,22853,564,1,1,11335,1,801.742,372.737,112.747,1.59091,604800,0,0,120624,32310,0,0,0,0),(12823,22853,564,1,1,11335,1,684.198,433.726,112.817,1.37881,604800,0,0,120624,32310,0,0,0,0),(12822,22853,564,1,1,11335,1,813.052,402.212,112.833,3.24631,604800,0,0,120624,32310,0,0,0,0),(12821,22853,564,1,1,11335,1,618.926,379.411,112.708,1.29245,604800,0,0,120624,32310,0,0,0,0),(12820,22853,564,1,1,11335,1,708.325,383.918,119.955,1.62316,604800,0,0,120624,32310,0,0,0,0),(12818,22853,564,1,1,11335,1,592.098,391.194,112.827,0.244346,604800,0,0,120624,32310,0,0,0,0),(1976819,21934,548,1,1,0,0,-239.43,-363.48,12,1.19093,604800,0,0,2835,0,0,0,33554432,0),(1976818,21933,548,1,1,0,0,-218.8,-371.34,14.608,2.72,604800,0,0,2835,0,0,0,33554432,0),(1976817,21933,548,1,1,0,0,-259.13,-356.28,15.03,6.04,604800,0,0,2835,0,0,0,33554432,0),(133963,37519,673,15,1,0,0,22.1763,-11.4125,34.9973,0,604800,0,0,1,0,0,0,0,0),(12810,22847,564,1,1,21117,1,641.519,383.699,112.773,5.55015,604800,0,0,123900,33090,0,0,0,0),(12809,22847,564,1,1,21117,1,766.615,390.17,112.841,4.86947,604800,0,0,123900,33090,0,0,0,0),(12808,22847,564,1,1,21117,1,691.42,258.183,125.154,6.17644,604800,5,0,123900,33090,1,0,0,0),(12807,22847,564,1,1,21117,1,515.797,362.63,112.784,6.26477,604800,5,0,123900,33090,1,0,0,0),(12806,22847,564,1,1,21117,1,499.12,407.098,112.784,3.14168,604800,0,0,123900,33090,0,0,0,0),(12805,22847,564,1,1,21117,1,489.057,401.097,112.784,3.14168,604800,5,0,123900,33090,1,0,0,0),(12804,22847,564,1,1,21117,1,516.83,434.047,112.784,5.91703,604800,0,0,123900,33090,0,0,0,0),(12803,22846,564,1,1,21118,1,643.65,390.282,112.776,5.39307,604800,0,0,120624,32310,0,0,0,0),(12802,22846,564,1,1,21118,1,715.449,359.43,125.153,6.27306,604800,0,0,120624,32310,0,0,0,0),(12801,22846,564,1,1,21118,1,759.488,386.173,112.847,5.61996,604800,0,0,120624,32310,0,0,0,0),(1335,687,0,1,1,11317,0,-13014.1,478.305,12.1516,2.07372,300,5,0,1829,0,1,0,0,0),(12800,22846,564,1,1,21118,1,482.937,375.85,112.867,2.35619,604800,0,0,120624,32310,0,0,0,0),(15868,2356,0,1,1,3201,0,-409.194,-1718.52,88.3221,4.35617,300,10,0,944,0,1,0,0,0),(10625,1053,0,1,1,3488,1,-2646.83,-2328.37,77.6169,0.736778,300,3,0,905,0,1,0,0,0),(10626,1028,0,1,1,1079,1,-3138.87,-1061.58,9.24119,1.75327,300,5,0,504,1443,1,0,0,0),(17733,1909,0,1,1,757,1,1114.44,743.719,27.6456,2.29247,275,10,0,377,408,1,0,0,0),(10623,1015,0,1,1,670,0,-2856.39,-2651.73,44.817,2.74004,300,10,0,617,0,1,0,0,0),(10624,1057,0,1,1,4918,1,-3407,-2450.98,52.4743,4.13643,300,0,0,519,1443,0,0,0,0),(17732,1909,0,1,1,757,1,1217.88,370.129,32.0602,3.735,275,0,0,377,408,0,0,0,0),(17731,1767,0,1,1,441,1,1314.67,837.174,35.5394,4.96985,275,10,0,247,0,1,0,0,0),(17730,1767,0,1,1,441,1,976.74,1020.1,28.3477,4.92151,275,10,0,247,0,1,0,0,0),(34290,3809,1,1,1,820,0,1449.25,-2149.99,90.3586,0.354246,300,5,0,662,0,1,0,0,0),(34289,3809,1,1,1,820,0,2239.46,-586.661,104.313,0.143141,300,15,0,662,0,1,0,0,0),(34288,3809,1,1,1,820,0,2625.22,-1030.09,119.367,2.98906,300,15,0,662,0,1,0,0,0),(34287,3809,1,1,1,820,0,2318.05,-748.627,116.195,4.08805,300,15,0,662,0,1,0,0,0),(34286,3809,1,1,1,820,0,2207.49,-540.074,103.787,0.79575,300,2,0,662,0,1,0,0,0),(34285,3809,1,1,1,820,0,2281.85,-484.178,99.1736,3.32508,300,15,0,662,0,1,0,0,0),(34284,3809,1,1,1,820,0,2352.21,-947.693,92.2136,2.08257,300,15,0,662,0,1,0,0,0),(34283,3809,1,1,1,820,0,2171.58,-1082.99,101.932,0.273993,300,5,0,662,0,1,0,0,0),(34282,3809,1,1,1,820,0,2420.54,-792.628,122.464,0.246443,300,15,0,662,0,1,0,0,0),(34281,3809,1,1,1,820,0,2700.04,-1458.27,212.929,2.76791,300,5,0,662,0,1,0,0,0),(34280,3809,1,1,1,820,0,2554.92,-1485.88,161.328,0.506715,300,15,0,662,0,1,0,0,0),(34279,3809,1,1,1,820,0,1923.78,-458.803,111.815,5.9778,300,10,0,662,0,1,0,0,0),(34278,3809,1,1,1,820,0,2047.98,-415.036,95.6911,2.33222,300,15,0,662,0,1,0,0,0),(34277,3809,1,1,1,820,0,2295.47,-997.381,95.4581,0.799209,300,5,0,662,0,1,0,0,0),(34276,3809,1,1,1,820,0,2291.61,-679.881,136.875,5.31015,300,5,0,662,0,1,0,0,0),(34275,3809,1,1,1,820,0,2281.03,-580.195,111.808,6.11408,300,5,0,662,0,1,0,0,0),(34274,3809,1,1,1,820,0,2981.77,-1276.44,199.81,5.60845,300,5,0,662,0,1,0,0,0),(34273,3809,1,1,1,820,0,2382.4,-948.031,102.523,5.4667,300,3,0,662,0,1,0,0,0),(34272,3809,1,1,1,820,0,2575.67,-1543.62,157.972,4.75616,300,3,0,662,0,1,0,0,0),(34271,3809,1,1,1,820,0,2444.84,-892.368,145.42,4.56331,300,5,0,662,0,1,0,0,0),(34270,3809,1,1,1,820,0,2315.13,-903.292,98.4071,4.2793,300,0,0,662,0,0,0,0,0),(34269,3809,1,1,1,820,0,2090.41,-595.307,103.248,5.5542,300,5,0,662,0,1,0,0,0),(34268,3808,1,1,1,4136,1,1893.87,-2652.55,84.3479,2.86184,300,0,0,896,0,0,0,0,0),(34267,3808,1,1,1,4135,1,1931.56,-2641.06,86.1152,4.02747,300,5,0,896,0,1,0,0,0),(34266,3808,1,1,1,4136,1,1860.2,-2688.51,40.5932,4.96714,300,2,0,896,0,1,0,0,0),(34265,3808,1,1,1,4135,1,1771.85,-2691.22,111.546,2.41322,300,0,0,896,0,0,0,0,0),(34261,3808,1,1,1,4135,1,1788.71,-2661.16,109.513,5.33606,300,0,0,896,0,0,0,0,0),(34260,3808,1,1,1,4136,1,1761.87,-2663.95,109.236,6.26204,300,0,0,896,0,0,0,0,0),(34259,3808,1,1,1,4135,1,1743.02,-2751.93,85.9907,2.17651,300,2,0,896,0,1,0,0,0),(34258,3808,1,1,1,4136,1,1848.17,-2718.93,41.4859,0.617748,300,2,0,896,0,1,0,0,0),(34257,3808,1,1,1,4135,1,1868.26,-2756.14,61.5182,1.30402,300,2,0,896,0,1,0,0,0),(34256,3808,1,1,1,4136,1,1801.06,-2677.33,109.781,0.964559,300,5,0,896,0,1,0,0,0),(34255,4320,1,1,1,2416,1,2098.61,-1167.34,101.876,3.66519,300,0,0,1410,1283,0,0,0,0),(34254,3807,1,1,1,4154,1,1828.31,-2612.75,60.9334,6.19882,300,5,0,950,0,1,0,0,0),(34253,3807,1,1,1,4153,1,1889.34,-2638.42,83.0979,1.04432,300,0,0,950,0,0,0,0,0),(34252,3807,1,1,1,4153,1,1808.95,-2699.52,39.8401,3.63864,300,2,0,950,0,1,0,0,0),(34251,3807,1,1,1,4153,1,1804.5,-2823.27,60.7386,3.15803,300,2,0,950,0,1,0,0,0),(34250,3807,1,1,1,4153,1,1782.67,-2702.31,102.923,1.84076,300,0,0,950,0,0,0,0,0),(34249,3807,1,1,1,4153,1,1829.65,-2639.55,40.2669,1.88507,300,2,0,950,0,1,0,0,0),(34248,3807,1,1,1,4153,1,1823.78,-2723.1,44.6544,6.2504,300,2,0,950,0,1,0,0,0),(34247,3807,1,1,1,4154,1,1830.47,-2795.82,51.504,6.21041,300,2,0,950,0,1,0,0,0),(34246,3807,1,1,1,4153,1,1803.97,-2651.18,57.3481,0.017189,300,5,0,950,0,1,0,0,0),(34245,3806,1,1,1,4152,1,1746.21,-2672.71,67.636,5.16537,300,2,0,950,0,1,0,0,0),(34244,3806,1,1,1,4151,1,1779.97,-2814.36,64.5648,1.00954,300,2,0,950,0,1,0,0,0),(34243,3806,1,1,1,4151,1,1907.26,-2629.01,84.4664,2.58665,300,0,0,950,0,0,0,0,0),(34242,3806,1,1,1,4152,1,1910.99,-2651.67,84.9902,3.12808,300,0,0,950,0,0,0,0,0),(34241,3806,1,1,1,4151,1,1810.29,-2669.95,40.576,1.17426,300,0,0,950,0,2,0,0,0),(34240,3806,1,1,1,4151,1,1815.79,-2749.06,82.0961,2.31764,300,0,0,950,0,2,0,0,0),(34239,3806,1,1,1,4151,1,1755.29,-2761.45,84.0077,2.05842,300,0,0,950,0,2,0,0,0),(34238,3806,1,1,1,4152,1,1831.72,-2758.12,48.6305,3.99523,300,2,0,950,0,1,0,0,0),(34237,3806,1,1,1,4151,1,1852.88,-2792.91,39.0355,2.53706,300,5,0,950,0,1,0,0,0),(34236,3806,1,1,1,4152,1,1781.3,-2791.66,67.4341,2.6978,300,2,0,950,0,1,0,0,0),(34235,3804,1,1,1,4133,1,1895.77,-2631.96,84.0029,3.59951,300,0,0,896,0,0,0,0,0),(34234,3804,1,1,1,4133,1,1924.65,-2628.21,83.5914,1.32398,300,5,0,896,0,1,0,0,0),(34233,3804,1,1,1,4134,1,1794.67,-2733.71,77.7271,1.61571,300,5,0,896,0,1,0,0,0),(34232,3804,1,1,1,4133,1,1750.99,-2725.36,90.4287,3.27098,300,0,0,896,0,0,0,0,0),(34231,3803,1,1,1,4164,1,1785.19,-2649.51,57.627,5.68958,300,2,0,812,811,1,0,0,0),(34230,3803,1,1,1,4164,1,1775.03,-2695.32,71.9756,3.72923,300,5,0,812,811,1,0,0,0),(34229,3803,1,1,1,4164,1,1779.62,-2759.77,83.3605,1.61188,300,3,0,812,811,1,0,0,0),(34228,3802,1,1,1,4160,0,1818.11,-2785.98,81.5536,0.747355,300,0,0,739,2068,0,0,0,0),(34227,3801,1,1,1,4159,1,1743.3,-2667.7,114.46,2.65408,300,5,0,769,756,1,0,0,0),(34226,3801,1,1,1,4159,1,1822.1,-2609.09,60.5186,3.65302,300,5,0,769,756,1,0,0,0),(34225,3801,1,1,1,4159,1,1862.11,-2639.75,56.9482,5.96217,300,0,0,769,756,0,0,0,0),(34224,12759,1,1,1,7853,0,1960.89,-1106.05,81.4683,0.994347,300,0,0,828,732,0,0,0,0),(34223,4054,1,1,1,2723,0,2520.04,-1648.77,144.428,0.60396,300,15,0,664,0,1,0,0,0),(34222,4054,1,1,1,2723,0,2517.11,-1697.29,146.717,5.14626,300,15,0,664,0,1,0,0,0),(34221,4054,1,1,1,2723,0,2547.33,-1780.42,149.309,3.09274,300,15,0,664,0,1,0,0,0),(34220,4054,1,1,1,2723,0,2556.58,-1683.6,153.098,0.354977,300,15,0,664,0,1,0,0,0),(34219,4054,1,1,1,2723,0,2580.97,-1716.76,159.502,2.55679,300,15,0,664,0,1,0,0,0),(34218,4054,1,1,1,2723,0,2585.42,-1677.08,155.781,1.74203,300,3,0,664,0,1,0,0,0),(34217,4054,1,1,1,2723,0,2618.74,-1751.99,177.325,5.13654,300,15,0,664,0,1,0,0,0),(34216,4054,1,1,1,2723,0,2570.65,-1750.47,154.197,1.2367,300,15,0,664,0,1,0,0,0),(34215,4054,1,1,1,2723,0,2514.05,-1752.22,137.823,1.49783,300,3,0,664,0,1,0,0,0),(34214,4054,1,1,1,2723,0,2544.77,-1748.07,152.205,2.70591,300,5,0,664,0,1,0,0,0),(34213,4054,1,1,1,2723,0,2524.73,-1791.49,143.686,5.68814,300,5,0,664,0,1,0,0,0),(34212,4054,1,1,1,2723,0,2378.04,-1685.62,149.126,3.86278,300,0,0,664,0,0,0,0,0),(34211,4054,1,1,1,2723,0,2665.25,-1848.33,188.871,0.392963,300,0,0,664,0,0,0,0,0),(34210,4054,1,1,1,2723,0,2680.34,-1815.08,191.505,2.97265,300,10,0,664,0,1,0,0,0),(34204,4054,1,1,1,2723,0,2636.16,-1802.91,193.64,4.53472,300,5,0,664,0,1,0,0,0),(34203,4054,1,1,1,2723,0,2718.7,-1814.41,198.214,0.970802,300,10,0,664,0,1,0,0,0),(34202,4054,1,1,1,2723,0,2680.67,-1802.55,192.22,4.70555,300,10,0,664,0,1,0,0,0),(34201,4054,1,1,1,2723,0,2781.05,-1817.29,203.902,5.13415,300,15,0,664,0,1,0,0,0),(34200,4054,1,1,1,2723,0,2763.12,-1894.77,188.96,3.9095,300,5,0,664,0,1,0,0,0),(34199,4054,1,1,1,2723,0,2747.98,-1846.98,196.606,2.9509,300,5,0,664,0,1,0,0,0),(34198,4054,1,1,1,2723,0,2696.09,-1848.67,190.595,4.47073,300,5,0,664,0,1,0,0,0),(34197,4054,1,1,1,2723,0,2510.64,-1712.17,143.94,3.8432,300,5,0,664,0,1,0,0,0),(34196,4054,1,1,1,2723,0,2444.76,-1669.72,134.755,1.16935,300,5,0,664,0,1,0,0,0),(34195,4054,1,1,1,2723,0,2481.54,-1705.03,133.169,1.95025,300,15,0,664,0,1,0,0,0),(34194,4054,1,1,1,2723,0,2486.79,-1682.54,134.945,4.20792,300,10,0,664,0,1,0,0,0),(34193,4054,1,1,1,2723,0,2426.84,-1647.7,139.846,6.18177,300,5,0,664,0,1,0,0,0),(34192,3797,1,1,1,4254,0,2717.31,-1898.22,207.876,0.354223,300,0,0,640,655,0,0,0,0),(34191,3797,1,1,1,4253,0,2718.33,-1873.49,207.425,3.72521,300,5,0,640,655,1,0,0,0),(34190,3797,1,1,1,4254,0,2703.66,-1883.29,207.448,0.252137,300,5,0,640,655,1,0,0,0),(34189,3797,1,1,1,2281,0,2722.1,-1882.31,207.871,4.7487,300,0,0,640,655,0,0,0,0),(34188,3797,1,1,1,4254,0,2707.01,-1885.23,193.313,0.739373,300,0,0,640,655,0,0,0,0),(34187,3797,1,1,1,4253,0,2684.59,-1871.52,193.382,2.14675,300,0,0,640,655,0,0,0,0),(34186,3797,1,1,1,4254,0,2714.86,-1871.74,193.313,6.20183,300,0,0,640,655,0,0,0,0),(34185,3797,1,1,1,2281,0,2718.8,-1889.12,204.727,3.86974,300,0,0,640,655,2,0,0,0),(34184,12757,1,1,1,8352,0,3345.46,1013.93,3.39761,6.10865,300,0,0,1342,0,0,0,0,0),(34183,11219,1,1,1,10878,0,3305.22,127.885,16.1994,0.279253,300,0,0,1981,0,0,0,0,0),(34182,17106,1,1,1,16857,1,2762.28,-312.248,110.858,4.2586,300,0,0,600,618,0,0,0,0),(34181,12498,1,1,1,7553,0,3247.17,-3723.5,149.634,2.87979,600,0,0,80925,0,0,0,0,0),(34180,3791,1,1,1,736,0,3166,-1203.2,214.924,4.07179,300,0,0,950,0,0,0,0,0),(34179,3791,1,1,1,736,0,3163.6,-1178.16,215.683,1.07008,300,15,0,950,0,1,0,0,0),(34178,3791,1,1,1,736,0,3172.03,-1186.47,214.891,3.54054,300,15,0,950,0,1,0,0,0),(34177,3791,1,1,1,736,0,3172.19,-1183.75,214.894,1.20556,300,0,0,950,0,2,0,0,0),(34176,3791,1,1,1,736,0,3220.51,-1300.53,239.642,4.72815,300,2,0,950,0,1,0,0,0),(34134,3789,1,1,1,203,0,3155.66,-1200.83,216.049,3.67594,300,0,0,896,0,0,0,0,0),(34133,3789,1,1,1,203,0,3191.25,-1177.38,217.627,5.37009,300,3,0,896,0,1,0,0,0),(34132,3789,1,1,1,203,0,3200.76,-1192.65,220.499,5.79041,300,3,0,896,0,1,0,0,0),(34131,3789,1,1,1,203,0,3212.33,-1238.8,234.83,3.78192,300,2,0,896,0,1,0,0,0),(34130,3789,1,1,1,203,0,3307.5,-1346.97,212.766,2.9906,300,0,0,896,0,2,0,0,0),(34129,3789,1,1,1,203,0,3236.8,-1368.02,239.897,3.36765,300,0,0,896,0,0,0,0,0),(34128,3789,1,1,1,203,0,3228.87,-1365.53,239.86,6.07587,300,0,0,896,0,0,0,0,0),(34124,3789,1,1,1,203,0,3222.59,-1378.52,239.95,3.55404,300,0,0,896,0,0,0,0,0),(34123,3789,1,1,1,203,0,3412.86,-1374.98,185.649,1.8507,300,10,0,896,0,1,0,0,0),(34118,3789,1,1,1,203,0,3383.69,-1339.34,197.665,5.41407,300,5,0,896,0,1,0,0,0),(33959,3789,1,1,1,203,0,3149.48,-1185.94,217.235,2.39854,300,5,0,896,0,1,0,0,0),(33958,3789,1,1,1,203,0,3165.17,-1165.88,215.256,3.59771,300,5,0,896,0,1,0,0,0),(33796,3789,1,1,1,203,0,3150.87,-1173.04,217.235,3.67055,300,5,0,896,0,1,0,0,0),(33790,17100,1,1,1,16852,1,2071.15,-2413.45,87.1622,3.4383,300,0,0,554,1545,0,0,0,0),(33789,17355,1,1,1,16979,1,2351.69,-2523.1,104.845,3.50811,300,0,0,1552,1534,0,0,0,0),(33788,19914,1,1,1,16724,0,1435.85,-1854.46,133.617,6.19592,300,0,0,2091,2117,0,0,0,0),(33787,3784,1,1,1,2024,0,1845.22,-2878.11,81.5904,4.13847,300,5,0,787,0,1,0,0,0),(33785,3784,1,1,1,2024,0,1608.7,-2143.63,92.937,2.0734,300,5,0,787,0,1,0,0,0),(33756,3784,1,1,1,2024,0,1852.17,-2945.58,80.4181,2.29545,300,5,0,787,0,1,0,0,0),(33755,3784,1,1,1,2024,0,2587.35,-2446.33,155.42,4.77298,300,5,0,787,0,1,0,0,0),(33754,3784,1,1,1,2024,0,1884.81,-2853.92,80.731,3.98014,300,5,0,787,0,1,0,0,0),(33753,3784,1,1,1,2024,0,2886.42,-2605.02,217.618,1.60009,300,5,0,787,0,1,0,0,0),(33592,3784,1,1,1,2024,0,2179.08,-2859.27,107.329,3.38493,300,5,0,787,0,1,0,0,0),(33591,3784,1,1,1,2024,0,2447.65,-2328.74,130.116,1.23704,300,5,0,787,0,1,0,0,0),(33590,3784,1,1,1,2024,0,2270.72,-2945.99,110.469,3.99799,300,5,0,787,0,1,0,0,0),(33576,3784,1,1,1,2024,0,1920.21,-1932.72,84.604,1.07874,300,5,0,787,0,1,0,0,0),(33575,11720,1,1,1,11685,1,2393.55,-2525.33,111.374,2.93215,300,0,0,2138,0,0,0,0,0),(33574,3784,1,1,1,2024,0,1541.34,-2166.57,71.6486,3.92147,300,10,0,787,0,1,0,0,0),(33573,3784,1,1,1,2024,0,1518.72,-2163.16,78.3245,1.13948,300,10,0,787,0,1,0,0,0),(33572,3784,1,1,1,2024,0,1612.21,-1750.68,93.1301,0.06734,300,5,0,787,0,1,0,0,0),(33571,3784,1,1,1,2024,0,2029.69,-3259.9,65.3673,0.111797,300,5,0,787,0,1,0,0,0),(33570,3784,1,1,1,2024,0,1445.52,-2159.87,92.0644,6.23438,300,10,0,787,0,1,0,0,0),(33569,3784,1,1,1,2024,0,1586.57,-2098.99,74.045,2.11546,300,10,0,787,0,1,0,0,0),(33568,3784,1,1,1,2024,0,1793.18,-1875.66,83.9687,5.77316,300,5,0,787,0,1,0,0,0),(33567,3784,1,1,1,2024,0,2180.38,-3148.19,89.9185,6.18342,300,5,0,787,0,1,0,0,0),(33566,3784,1,1,1,2024,0,2077.4,-3218,79.3894,0.066438,300,5,0,787,0,1,0,0,0),(33565,3784,1,1,1,2024,0,1628.89,-1696.34,87.4683,2.40702,300,5,0,787,0,1,0,0,0),(33564,3784,1,1,1,2024,0,1530.74,-2094.7,88.528,3.43664,300,10,0,787,0,1,0,0,0),(33470,6087,1,1,1,4841,1,2820.74,-302.083,108.459,3.14159,300,0,0,1753,0,0,0,0,0),(33469,3783,1,1,1,2023,0,2185.99,-271.804,97.3242,0.896485,300,5,0,508,544,1,0,0,0),(33468,3783,1,1,1,2023,0,2195.21,-209.555,98.6439,6.09922,300,5,0,508,544,1,0,0,0),(33467,3783,1,1,1,2023,0,2079,-171.465,92.8395,1.74044,300,15,0,508,544,1,0,0,0),(33466,3783,1,1,1,2023,0,2087.18,-244.419,97.7034,0.171454,300,15,0,508,544,1,0,0,0),(33465,3783,1,1,1,2023,0,2127.12,-239.948,92.3603,5.37106,300,15,0,508,544,1,0,0,0),(33464,3783,1,1,1,2023,0,2052.38,-219.903,97.1586,1.90812,300,15,0,508,544,1,0,0,0),(33463,3783,1,1,1,2023,0,2084.83,-214.824,97.1855,3.55625,300,15,0,508,544,1,0,0,0),(33462,3783,1,1,1,2023,0,1903.92,-196.332,103.832,3.32022,300,5,0,508,544,1,0,0,0),(33461,3783,1,1,1,2023,0,2039.79,-188.002,94.8714,2.05467,300,15,0,508,544,1,0,0,0),(33425,3783,1,1,1,2023,0,2011.7,-74.3316,121.165,3.75344,300,5,0,508,544,1,0,0,0),(33424,3783,1,1,1,2023,0,2044.94,-118.126,86.5075,5.03661,300,5,0,508,544,1,0,0,0),(33420,3783,1,1,1,2023,0,2148.25,-243.185,81.8675,1.36055,300,5,0,508,544,1,0,0,0),(33419,3783,1,1,1,2023,0,2080.63,-278.546,92.1737,4.12168,300,15,0,508,544,1,0,0,0),(33418,3783,1,1,1,2023,0,2118.92,-281.266,82.3794,4.51128,300,5,0,508,544,1,0,0,0),(33417,3783,1,1,1,2023,0,2085.93,-313.309,86.3394,2.96249,300,15,0,508,544,1,0,0,0),(33416,3783,1,1,1,2023,0,2045.56,-288.688,83.6489,0.013011,300,5,0,508,544,1,0,0,0),(33415,3783,1,1,1,2023,0,1957.63,-186.397,103.705,3.26292,300,15,0,508,544,1,0,0,0),(33414,6087,1,1,1,4842,1,2753.11,-317.827,109.251,4.64258,300,0,0,1753,0,0,0,0,0),(33413,6087,1,1,1,4842,1,2741.93,-358.924,107.214,4.0362,300,0,0,1753,0,2,0,0,0),(12799,22846,564,1,1,21118,1,487.84,372.385,112.867,2.30383,604800,0,0,120624,32310,0,0,0,0),(12798,22846,564,1,1,21118,1,492.818,421.657,112.867,3.71755,604800,0,0,120624,32310,0,0,0,0),(12797,22845,564,1,1,21116,1,650.207,390.665,112.772,4.41568,604800,0,0,120624,32310,0,0,0,0),(12796,22845,564,1,1,21116,1,716.349,362.421,125.14,6.27307,604800,5,0,120624,32310,1,0,0,0),(12795,22845,564,1,1,21116,1,773.614,386.99,112.84,3.94444,604800,0,0,120624,32310,0,0,0,0),(33412,6087,1,1,1,4844,1,2728.83,-356.807,108.6,5.5676,300,0,0,1753,0,0,0,0,0),(10622,1400,0,1,1,1036,0,-3626.95,-1150.84,-13.262,6.2304,300,10,0,617,0,1,0,0,0),(10621,1052,0,1,1,3490,1,-2622.38,-2322.33,79.815,5.40063,300,5,0,853,0,1,0,0,0),(10620,1009,0,1,1,3197,1,-3753.81,-2920.49,12.0631,3.22886,300,0,0,472,1357,0,0,0,0),(10619,1034,0,1,1,4916,1,-3340.36,-2302.65,52.1486,0.028497,300,5,0,635,0,1,0,0,0),(10618,1420,0,1,1,901,0,-3273.3,-1476.96,8.13431,4.19106,300,10,0,8,0,1,0,0,0),(10617,1053,0,1,1,3488,1,-2594.06,-2278.74,86.0163,3.17752,300,5,0,905,0,1,0,0,0),(10616,1053,0,1,1,3488,1,-2641.74,-2337.64,78.7263,5.69895,300,0,0,905,0,0,0,0,0),(10615,1053,0,1,1,3488,1,-2629.79,-2336.43,82.3376,6.16872,300,0,0,905,0,0,0,0,0),(10614,1032,0,1,1,767,0,-2819.52,-2247.79,43.1277,2.3341,300,5,0,617,0,1,0,0,0),(10613,1032,0,1,1,767,0,-2825.97,-2380.27,55.8684,2.35316,300,3,0,617,0,1,0,0,0),(10612,1018,0,1,1,180,0,-2569.85,-1741.01,9.87233,1.25895,300,10,0,896,0,1,0,0,0),(10611,1420,0,1,1,901,0,-3423.01,-1158.42,6.67042,3.00976,300,10,0,8,0,1,0,0,0),(10610,1039,0,1,1,713,0,-3391.39,-1330.32,3.01132,3.43062,300,10,0,494,0,1,0,0,0),(10609,1039,0,1,1,713,0,-3481.11,-1205.24,6.66533,1.60967,300,10,0,494,0,1,0,0,0),(10608,1040,0,1,1,2023,0,-3026.21,-1458.46,6.94646,0.384486,300,10,0,664,0,1,0,0,0),(10607,1040,0,1,1,2023,0,-2974.8,-1318.68,6.30867,0.710745,300,10,0,664,0,1,0,0,0),(10606,1053,0,1,1,3488,1,-2605.17,-2302.67,90.1847,3.57677,300,0,0,905,0,0,0,0,0),(10605,1039,0,1,1,713,0,-2922.37,-1607.61,1.2473,4.74168,300,10,0,494,0,1,0,0,0),(10604,1039,0,1,1,713,0,-3395.44,-1260.92,6.59872,0.317463,300,10,0,494,0,1,0,0,0),(10603,1039,0,1,1,713,0,-3304.95,-1098.66,6.42006,2.09548,300,10,0,494,0,1,0,0,0),(10602,1039,0,1,1,713,0,-4077.4,-2907.07,5.19628,1.84254,300,10,0,494,0,1,0,0,0),(10601,1041,0,1,1,2024,0,-2885.07,-1723.14,6.98897,4.61382,300,10,0,734,0,1,0,0,0),(12794,22845,564,1,1,21116,1,695.913,262.713,125.189,6.22158,604800,5,0,120624,32310,1,0,0,0),(10600,1039,0,1,1,713,0,-3547.11,-2877.89,5.00173,2.61466,300,10,0,494,0,1,0,0,0),(10599,1040,0,1,1,2023,0,-3029.99,-1364.51,3.29891,4.08374,300,10,0,664,0,1,0,0,0),(10598,1041,0,1,1,2024,0,-2924.95,-1615.11,0.673246,4.36125,300,5,0,734,0,1,0,0,0),(10597,1053,0,1,1,3488,1,-2596.92,-2289.51,88.4366,2.28224,300,2,0,905,0,1,0,0,0),(10596,1053,0,1,1,3488,1,-2612.31,-2277.39,86.0164,2.74761,300,5,0,905,0,1,0,0,0),(10595,1053,0,1,1,3488,1,-2612.45,-2289.9,88.4282,6.19592,300,0,0,905,0,0,0,0,0),(10594,1051,0,1,1,825,1,-2594.12,-2393.93,80.3494,3.40527,300,3,0,800,0,1,0,0,0),(10593,1053,0,1,1,3488,1,-2605.34,-2295.3,90.183,3.82891,300,0,0,905,0,2,0,0,0),(10592,1417,0,1,1,1035,0,-3611.06,-2926.68,6.33752,4.63346,300,10,0,531,0,1,0,0,0),(10591,1417,0,1,1,1035,0,-3655.25,-2913.18,11.7598,3.16548,300,10,0,531,0,1,0,0,0),(10590,1052,0,1,1,3490,1,-2593.98,-2310.07,90.3138,0.798688,300,3,0,853,0,1,0,0,0),(10589,1053,0,1,1,3488,1,-2564.88,-2352.4,86.6005,4.19405,300,0,0,905,0,0,0,0,0),(10588,1051,0,1,1,825,1,-2605.72,-2375.2,80.1824,1.30846,300,3,0,800,0,1,0,0,0),(10587,1038,0,1,1,4924,1,-3672.87,-2579.32,61.1975,0.46533,300,5,0,519,1443,1,0,0,0),(10586,1052,0,1,1,3490,1,-2592.45,-2360.88,84.2905,3.79443,300,3,0,853,0,1,0,0,0),(10585,1051,0,1,1,825,1,-2580.31,-2341.27,85.1971,3.78567,300,0,0,800,0,0,0,0,0),(10584,1038,0,1,1,4924,1,-3632.92,-2562.3,57.3804,0.044979,300,0,0,519,1443,0,0,0,0),(10583,1051,0,1,1,825,1,-2615.77,-2357.83,80.9065,3.3842,300,5,0,800,0,1,0,0,0),(10582,1038,0,1,1,4924,1,-3614.18,-2585.11,60.1395,1.41454,300,3,0,519,1443,1,0,0,0),(10581,2091,0,1,1,4915,1,-3654.34,-2600.74,52.0236,0.257145,300,0,0,750,0,0,0,0,0),(10580,1036,0,1,1,4919,1,-3638.55,-2591.83,52.1486,4.12677,300,0,0,600,618,0,0,0,0),(10579,1036,0,1,1,4919,1,-3625.65,-2561.56,52.7885,0.120346,300,0,0,600,618,0,0,0,0),(10578,1051,0,1,1,825,1,-2628.55,-2410.74,80.8096,6.0885,300,5,0,800,0,1,0,0,0),(10577,1015,0,1,1,670,0,-2911.27,-2656.49,30.0462,2.59582,300,10,0,617,0,1,0,0,0),(10576,1007,0,1,1,3199,1,-4117.07,-2882.74,12.0424,1.37532,300,5,0,494,0,1,0,0,0),(10575,1008,0,1,1,355,1,-4018.76,-2923.33,11.2542,4.6545,300,10,0,531,0,1,0,0,0),(10573,1044,0,1,1,8712,0,-3241.62,-3047.09,21.994,1.08499,300,5,0,684,693,1,0,0,0),(10574,1035,0,1,1,4917,1,-3423.25,-1982.46,114.531,5.50889,300,0,0,635,0,0,0,0,0),(1334,674,0,1,1,7202,1,-12979.7,-462.423,58.2229,2.87979,300,0,0,1829,0,0,0,0,0),(1333,674,0,1,1,7202,1,-13002.6,-455.469,55.4754,2.18166,300,0,0,1829,0,0,0,0,0),(1332,1108,0,1,1,843,0,-11856.9,-158.503,14.7682,0.588003,300,10,0,1427,0,1,0,0,0),(1331,979,0,1,1,4454,1,-11414,-947.42,17.3143,4.68202,300,0,0,1604,0,0,0,0,0),(1330,1108,0,1,1,843,0,-11947.4,-182.479,17.1138,4.67518,300,5,0,1427,0,1,0,0,0),(1329,772,0,1,1,614,0,-12087.7,-852.536,41.6183,0.166622,300,5,0,1536,0,1,0,0,0),(1328,684,0,1,1,633,0,-12150.1,-793.224,26.7442,3.90213,300,5,0,1536,0,1,0,0,0),(1327,1114,0,1,1,845,0,-12386.9,-681.325,16.4524,0.188823,300,5,0,1804,0,1,0,0,0),(1326,855,0,1,1,180,0,-11851.2,641.523,46.1372,5.70854,300,3,0,1050,0,1,0,0,0),(1325,685,0,1,1,788,0,-11852.4,640.934,46.3087,3.01067,300,5,0,1221,0,1,0,0,0),(10572,1043,0,1,1,956,0,-3369.17,-2906.79,15.0815,6.15786,300,10,0,582,618,1,0,0,0),(10571,1035,0,1,1,4917,1,-3411.65,-1970.36,114.906,0.694054,300,5,0,635,0,1,0,0,0),(10570,1032,0,1,1,767,0,-3368.08,-2942.86,18.8802,2.35605,300,5,0,617,0,1,0,0,0),(10569,1032,0,1,1,767,0,-3384.22,-2820.02,14.0655,2.61571,300,5,0,617,0,1,0,0,0),(10568,1012,0,1,1,3196,1,-2953.42,-1925.16,9.81386,3.8377,300,5,0,664,0,1,0,0,0),(10567,1012,0,1,1,3196,1,-2970.71,-1837.39,9.21251,1.80215,300,5,0,664,0,1,0,0,0),(10566,1011,0,1,1,8598,1,-3001.08,-2521.09,11.5754,1.43117,300,0,0,617,0,0,0,0,0),(10565,1010,0,1,1,714,1,-2996.48,-2519.35,11.5754,1.91986,300,0,0,573,0,0,0,0,0),(10564,1011,0,1,1,8598,1,-2903.53,-2575.16,34.0366,3.08923,300,0,0,617,0,0,0,0,0),(56681,11662,409,1,1,12030,1,588.948,-1177.29,-195.424,0.575959,7200,0,0,67980,72180,0,0,0,0),(56679,11662,409,1,1,12030,1,608.382,-1178.97,-195.87,2.21657,7200,0,0,67980,72180,0,0,0,0),(56678,11662,409,1,1,12030,1,594.125,-1178.11,-195.706,0.890118,7200,0,0,67980,72180,0,0,0,0),(45498,4076,129,1,1,0,0,2507.81,766.568,39.8522,6.06717,86400,5,0,8,0,1,0,0,0),(45107,4076,129,1,1,0,0,2484.37,767.63,46.1014,1.18289,86400,5,0,8,0,1,0,0,0),(45091,7337,129,1,1,0,0,2474.61,763.829,46.1014,4.97067,86400,1,0,3027,1067,1,0,0,0),(44467,7328,129,1,1,0,1,2481.94,768.565,46.1014,4.26963,86400,0,0,3660,0,0,0,0,0),(44452,7329,129,1,1,0,1,2486.62,764,46.1847,1.61091,86400,0,0,3660,0,0,0,0,0),(44451,4076,129,1,1,0,0,2444.88,842.201,41.4879,3.60553,86400,5,0,8,0,1,0,0,0),(44450,4076,129,1,1,0,0,2516.56,776.68,47.0266,5.03702,86400,5,0,8,0,1,0,0,0),(42794,7328,129,1,1,0,1,2534.98,791.096,47.2089,6.19147,86400,0,0,3660,0,0,0,0,0),(42793,2110,129,1,1,0,0,2529.72,787.464,46.1969,3.99177,86400,5,0,1,0,1,0,0,0),(42792,4076,129,1,1,0,0,2499.89,788.468,39.4363,0.242314,86400,5,0,8,0,1,0,0,0),(97733,6491,571,1,4294967295,0,0,3594.74,2851.98,70.2233,5.50746,60,0,0,4120,0,0,0,0,0),(10561,1012,0,1,1,3196,1,-2936.18,-1972.67,9.46417,0.163102,300,5,0,664,0,1,0,0,0),(10562,1012,0,1,1,3196,1,-2989.63,-1974.86,9.95004,4.97555,300,5,0,664,0,1,0,0,0),(10563,1010,0,1,1,714,1,-2909.42,-2570.6,34.0353,5.0091,300,0,0,573,0,0,0,0,0),(15866,2349,0,1,1,6808,0,-974.094,-241.838,58.836,4.73777,300,10,0,664,0,1,0,0,0),(15867,721,0,1,1,4626,0,-952.687,-278.076,61.2686,5.59873,300,10,0,1,0,1,0,0,0),(15864,2344,0,1,1,3763,1,-1342.95,-1254.36,50.3736,3.94444,300,5,0,732,756,1,0,0,0),(15865,2344,0,1,1,3763,1,-1334.77,-1262.71,50.4082,0.942478,300,5,0,732,756,1,0,0,0),(17729,1767,0,1,1,441,1,1073.03,1025.31,29.6938,3.06729,275,10,0,247,0,1,0,0,0),(17728,1768,0,1,1,346,1,1134.94,1041.69,30.0693,0.537154,275,10,0,253,264,1,0,0,0),(15863,2356,0,1,1,3201,0,-829.649,-372.96,19.0983,4.17532,300,10,0,944,0,1,0,0,0),(15862,2344,0,1,1,3764,1,-1315.29,-1207.47,49.9872,4.41568,300,0,0,732,756,0,0,0,0),(15861,2356,0,1,1,3201,0,-717.341,-307.902,18.2617,0.280982,300,10,0,944,0,1,0,0,0),(15860,2344,0,1,1,3764,1,-1346.93,-1258.81,49.9014,2.20582,300,0,0,732,756,2,0,0,0),(15858,2345,0,1,1,3761,1,-1335.71,-1223.83,49.9869,5.35816,300,0,0,905,0,0,0,0,0),(15859,2349,0,1,1,6808,0,-904.085,-298.646,51.1379,0.883556,300,5,0,664,0,1,0,0,0),(12793,22845,564,1,1,21116,1,510.502,365.452,112.784,0.033871,604800,5,0,120624,32310,1,0,0,0),(12792,22845,564,1,1,21116,1,485.418,382.657,112.867,3.00197,604800,0,0,120624,32310,0,0,0,0),(12791,22845,564,1,1,21116,1,506.756,437.159,112.784,0.732886,604800,0,0,120624,32310,0,0,0,0),(12790,22845,564,1,1,21116,1,490.261,428.239,112.867,3.82227,604800,0,0,120624,32310,0,0,0,0),(12789,22844,564,1,1,21115,1,649.648,381.493,112.772,1.90241,604800,0,0,232470,0,0,0,0,0),(12788,22844,564,1,1,21115,1,652.666,387.173,112.77,3.64774,604800,0,0,232470,0,0,0,0,0),(12787,22844,564,1,1,21115,1,715.51,365.43,125.125,6.27305,604800,5,0,232470,0,1,0,0,0),(12786,22844,564,1,1,21115,1,763.971,378.019,112.848,1.13446,604800,0,0,232470,0,0,0,0,0),(12785,22844,564,1,1,21115,1,774.836,381.818,112.843,3.71755,604800,0,0,232470,0,0,0,0,0),(12784,22844,564,1,1,21115,1,717.743,259.432,125.15,0.670458,604800,5,0,232470,0,1,0,0,0),(12782,22844,564,1,1,21115,1,518.025,368.708,112.784,0.033912,604800,5,0,232470,0,1,0,0,0),(12781,22844,564,1,1,21115,1,490.488,381.113,112.867,2.58309,604800,0,0,232470,0,0,0,0,0),(12780,22844,564,1,1,21115,1,514.896,433.657,112.784,0.198973,604800,5,0,232470,0,1,0,0,0),(12779,22844,564,1,1,21115,1,487.358,418.408,112.867,3.66519,604800,0,0,232470,0,0,0,0,0),(12778,22844,564,1,1,21115,1,484.264,425.283,112.867,3.92699,604800,0,0,232470,0,0,0,0,0),(10559,1012,0,1,1,3196,1,-2963.5,-1991.14,9.54453,0.698654,300,5,0,664,0,1,0,0,0),(12777,22841,564,1,1,21357,1,449.595,401.194,118.621,0,604800,0,0,700392,0,0,0,0,0),(33411,6087,1,1,1,4841,1,2717.91,-369.602,107.964,5.84685,300,0,0,1753,0,0,0,0,0),(33410,6087,1,1,1,4843,1,2658.91,-394.258,108.499,5.79358,300,0,0,1753,0,0,0,0,0),(33409,6087,1,1,1,4843,1,2814.51,-272.127,106.94,1.71042,300,0,0,1753,0,0,0,0,0),(33408,6087,1,1,1,4844,1,2633.13,-443.645,107.211,4.04916,300,0,0,1753,0,0,0,0,0),(33407,6087,1,1,1,4844,1,2637.42,-451.803,106.82,2.9147,300,0,0,1753,0,0,0,0,0),(33406,6087,1,1,1,4842,1,2735.93,-416.844,110.501,2.79253,300,0,0,1753,0,0,0,0,0),(33391,3783,1,1,1,2023,0,2076.86,-122.765,92.0376,2.95301,300,5,0,508,544,1,0,0,0),(33381,6087,1,1,1,4842,1,2652.8,-381.443,107.532,4.95674,300,0,0,1753,0,0,0,0,0),(33377,3783,1,1,1,2023,0,1889.68,-185.947,101.304,4.28842,300,0,0,508,544,2,0,0,0),(33376,3783,1,1,1,2023,0,2019.7,-150.785,92.0379,5.05515,300,15,0,508,544,1,0,0,0),(33375,3783,1,1,1,2023,0,1979.87,-261.23,101.905,0.896719,300,5,0,508,544,1,0,0,0),(33374,3783,1,1,1,2023,0,1921.4,-108.616,115.266,0.285005,300,5,0,508,544,1,0,0,0),(33373,6087,1,1,1,4841,1,2101.42,-1198.31,101.787,1.79769,300,0,0,1753,0,0,0,0,0),(33372,6087,1,1,1,4843,1,2134.3,-1181.38,99.2387,6.23082,300,0,0,1753,0,0,0,0,0),(33371,6087,1,1,1,4844,1,2134.48,-1198.76,98.3637,0.087266,300,0,0,1753,0,0,0,0,0),(33370,6087,1,1,1,4844,1,2101.26,-1182.86,101.786,4.74729,300,0,0,1753,0,0,0,0,0),(33369,3782,1,1,1,9011,0,2255.62,-2258.04,97.6004,5.19506,300,5,0,734,0,1,0,0,0),(33368,3782,1,1,1,9011,0,1578.02,-2148.39,88.4134,6.04058,300,5,0,734,0,1,0,0,0),(33367,3782,1,1,1,9011,0,2615.05,-2839.23,158.476,1.63925,300,5,0,734,0,1,0,0,0),(33366,3782,1,1,1,9011,0,1610.26,-2080.29,91.5411,3.49658,300,10,0,734,0,1,0,0,0),(33365,3782,1,1,1,9011,0,1554.81,-2156.39,78.0371,3.15331,300,10,0,734,0,1,0,0,0),(33364,3782,1,1,1,9011,0,2121.2,-2872.14,103.446,1.91315,300,5,0,734,0,1,0,0,0),(33363,3782,1,1,1,9011,0,1978.93,-2876.11,89.0523,4.08741,300,5,0,734,0,1,0,0,0),(33362,3782,1,1,1,9011,0,2209.06,-3049.8,102.21,4.43212,300,5,0,734,0,1,0,0,0),(33361,3782,1,1,1,9011,0,1565.42,-2189,94.7367,4.69732,300,5,0,734,0,1,0,0,0),(33360,3782,1,1,1,9011,0,2253.09,-2822.14,117.987,6.16437,300,5,0,734,0,1,0,0,0),(33359,3782,1,1,1,9011,0,2320.52,-2818.25,124.301,1.96745,300,5,0,734,0,1,0,0,0),(33358,3782,1,1,1,9011,0,2380.01,-2824.38,130.719,0.454475,300,5,0,734,0,1,0,0,0),(33357,3782,1,1,1,9011,0,2353.47,-2319.64,112.227,6.09938,300,5,0,734,0,1,0,0,0),(33356,3782,1,1,1,9011,0,2518.81,-2379.71,139.772,0.094188,300,5,0,734,0,1,0,0,0),(33355,3782,1,1,1,9011,0,2225.73,-2991.5,106.452,4.37443,300,5,0,734,0,1,0,0,0),(33354,3782,1,1,1,9011,0,1652.06,-1743.58,85.8507,2.98989,300,5,0,734,0,1,0,0,0),(33353,3782,1,1,1,9011,0,2196.75,-2142.89,93.5582,0.463318,300,5,0,734,0,1,0,0,0),(33352,3782,1,1,1,9011,0,1677.26,-1747.58,92.0634,4.26071,300,5,0,734,0,1,0,0,0),(33351,3782,1,1,1,9011,0,2537.81,-2399.84,145.26,5.80862,300,5,0,734,0,1,0,0,0),(33350,3782,1,1,1,9011,0,1638.95,-1703.82,85.6922,1.9483,300,5,0,734,0,1,0,0,0),(33349,3782,1,1,1,9011,0,2056.8,-3246.62,75.5128,0.472381,300,5,0,734,0,1,0,0,0),(33348,3782,1,1,1,9011,0,1442.89,-2139.18,90.7336,3.18861,300,10,0,734,0,1,0,0,0),(33347,3782,1,1,1,9011,0,1722.69,-1810.7,85.3791,3.15973,300,5,0,734,0,1,0,0,0),(33346,3782,1,1,1,9011,0,2153.96,-2080.61,92.4724,2.48831,300,5,0,734,0,1,0,0,0),(33345,3782,1,1,1,9011,0,2080.39,-2020.64,89.503,3.51056,300,5,0,734,0,1,0,0,0),(33344,3782,1,1,1,9011,0,2019.42,-3211.25,79.5454,2.85354,300,5,0,734,0,1,0,0,0),(33343,3782,1,1,1,9011,0,2447.59,-2853.34,138.267,1.20517,300,5,0,734,0,1,0,0,0),(33342,3782,1,1,1,9011,0,1518.59,-2118.56,77.8073,5.79303,300,5,0,734,0,1,0,0,0),(33341,3782,1,1,1,9011,0,1594,-2062.39,92.6885,5.83038,300,10,0,734,0,1,0,0,0),(33340,3781,1,1,1,2022,0,2148.53,-131.948,100.197,4.38971,300,15,0,544,581,1,0,0,0),(33339,3781,1,1,1,2022,0,2076.94,-295.021,83.0711,4.72801,300,15,0,544,581,1,0,0,0),(33338,3781,1,1,1,2022,0,2129.66,-168.147,81.2528,1.65847,300,5,0,544,581,1,0,0,0),(33337,3781,1,1,1,2022,0,2146.29,-265.482,82.2432,1.14821,300,5,0,544,581,1,0,0,0),(33336,3781,1,1,1,2022,0,2040.38,-85.1864,115.131,2.58393,300,5,0,544,581,1,0,0,0),(33335,3781,1,1,1,2022,0,2081.4,-146.535,87.451,3.21285,300,15,0,544,581,1,0,0,0),(33334,3781,1,1,1,2022,0,2082.34,-338.708,92.9016,0.305745,300,5,0,544,581,1,0,0,0),(33333,3781,1,1,1,2022,0,1992.23,-217.613,87.0355,2.50186,300,15,0,544,581,1,0,0,0),(33332,3781,1,1,1,2022,0,2010.86,-257.319,87.6568,0.810255,300,15,0,544,581,1,0,0,0),(33331,3781,1,1,1,2022,0,1974.45,-184.942,98.8088,0.571525,300,15,0,544,581,1,0,0,0),(33330,3780,1,1,1,168,0,2815.28,-959.424,195.256,3.96272,300,5,0,531,0,1,0,0,0),(33329,3780,1,1,1,168,0,2869.08,-944.698,190.069,5.46276,300,5,0,531,0,1,0,0,0),(33328,3780,1,1,1,168,0,2910.83,-918.648,192.233,5.59532,300,5,0,531,0,1,0,0,0),(33327,3780,1,1,1,168,0,2912.97,-968.968,201.454,3.18033,300,5,0,531,0,1,0,0,0),(33326,3780,1,1,1,168,0,2940.6,-892.612,196.472,1.18093,300,5,0,531,0,1,0,0,0),(33325,3780,1,1,1,168,0,3010.41,-942.408,193.188,2.69098,300,15,0,531,0,1,0,0,0),(33324,3780,1,1,1,168,0,2980.65,-928.7,198.705,5.09863,300,15,0,531,0,1,0,0,0),(33323,3780,1,1,1,168,0,2948.6,-955.646,190.02,1.32401,300,5,0,531,0,1,0,0,0),(33322,3780,1,1,1,168,0,2825.56,-945.892,197.708,3.5542,300,5,0,531,0,1,0,0,0),(33321,3780,1,1,1,168,0,2950.7,-1008.41,191.597,1.35069,300,15,0,531,0,1,0,0,0),(33320,3780,1,1,1,168,0,2956.57,-1048.04,199.241,6.21424,300,5,0,531,0,1,0,0,0),(33319,3780,1,1,1,168,0,2834.24,-997.952,193.547,2.11925,300,15,0,531,0,1,0,0,0),(33318,3780,1,1,1,168,0,2972.02,-1014.27,199.067,1.27199,300,15,0,531,0,1,0,0,0),(33317,3780,1,1,1,168,0,2977.03,-979.454,198.854,2.86866,300,15,0,531,0,1,0,0,0),(33316,19908,1,1,1,19245,1,1436.93,-1857.23,133.568,6.21337,600,0,0,157200,0,0,0,0,0),(33315,3780,1,1,1,168,0,2847.87,-1043.36,197.644,3.70653,300,3,0,531,0,1,0,0,0),(33314,3780,1,1,1,168,0,2887.77,-1026.13,192.479,2.06679,300,3,0,531,0,1,0,0,0),(33313,3780,1,1,1,168,0,2808.17,-1010.62,197.943,2.44659,300,5,0,531,0,1,0,0,0),(33312,4803,1,1,1,4976,1,4296.6,858.678,-14.1896,0.684972,300,5,0,464,1020,1,0,0,0),(33311,4803,1,1,1,4976,1,4321.39,890.548,-13.378,1.93931,300,3,0,464,1020,1,0,0,0),(33310,4803,1,1,1,4976,1,4318.98,897.664,-13.7531,4.91207,300,3,0,464,1020,1,0,0,0),(33309,4803,1,1,1,4976,1,4244.1,822.513,-7.42719,3.81957,300,5,0,464,1020,1,0,0,0),(33308,4803,1,1,1,4976,1,4309.97,863.958,-15.0554,3.52966,300,5,0,464,1020,1,0,0,0),(33307,4803,1,1,1,4976,1,4234.45,791.927,-16.9335,5.01013,300,5,0,464,1020,1,0,0,0),(33306,4803,1,1,1,4976,1,4213.45,729.203,-24.9974,4.19379,300,3,0,464,1020,1,0,0,0),(33305,4803,1,1,1,4976,1,4220.18,744.233,-24.7492,0.296007,300,3,0,464,1020,1,0,0,0),(33304,4803,1,1,1,4976,1,4258.4,732.838,-26.3651,4.39429,300,5,0,464,1020,1,0,0,0),(33303,4803,1,1,1,4976,1,4242.6,722.841,-27.8341,4.50619,300,5,0,464,1020,1,0,0,0),(33302,4803,1,1,1,4976,1,4211.48,743.905,-23.8398,4.83856,300,3,0,464,1020,1,0,0,0),(33300,4803,1,1,1,4976,1,4255.69,665.841,-28.9923,2.16358,300,5,0,464,1020,1,0,0,0),(33299,4803,1,1,1,4976,1,4340.63,855.231,-20.8787,5.21999,300,5,0,464,1020,1,0,0,0),(33298,4803,1,1,1,4976,1,4331.09,863.942,-20.336,5.00311,300,5,0,464,1020,1,0,0,0),(33297,4803,1,1,1,4976,1,4343.39,887.219,-20.6897,3.10769,300,5,0,464,1020,1,0,0,0),(33296,4803,1,1,1,4976,1,4310.98,937.415,-18.5834,2.32948,300,2,0,464,1020,1,0,0,0),(33295,4803,1,1,1,4976,1,4288.34,976.409,-21.5372,1.81872,300,3,0,464,1020,1,0,0,0),(33294,4803,1,1,1,4976,1,4284.73,963.384,-24.0023,0.350988,300,3,0,464,1020,1,0,0,0),(33293,4802,1,1,1,4983,1,4165.32,936.075,-17.9591,1.119,300,3,0,433,980,1,0,0,0),(33292,4802,1,1,1,4983,1,4309.56,912.067,-16.0522,0.95599,300,2,0,433,980,1,0,0,0),(33291,4802,1,1,1,4983,1,4209.44,918.492,-9.60041,5.67969,300,5,0,433,980,1,0,0,0),(33290,4802,1,1,1,4983,1,4247,890.878,-9.37451,0.941239,300,3,0,433,980,1,0,0,0),(33289,4802,1,1,1,4983,1,4237.73,796.093,-15.5948,0.935029,300,5,0,433,980,1,0,0,0),(33288,4802,1,1,1,4983,1,4333.98,879.114,-21.1304,4.17473,300,5,0,433,980,1,0,0,0),(33287,4802,1,1,1,4983,1,4208.94,928.794,-8.75785,0.330905,300,5,0,433,980,1,0,0,0),(33286,4802,1,1,1,4983,1,4168.69,948.015,-17.7654,0.818697,300,3,0,433,980,1,0,0,0),(33285,4802,1,1,1,4983,1,4312.73,947.008,-22.7093,3.05856,300,2,0,433,980,1,0,0,0),(33284,5314,1,1,1,7553,0,3184.51,-3652.05,123.377,5.10515,600,0,0,80925,0,2,0,0,0),(33283,12737,1,1,1,12959,1,2366.48,-2548.22,103.273,2.07694,600,0,0,19100,0,0,0,0,0),(33282,12736,1,1,1,12953,1,3355.07,1033.14,6.03463,1.50098,300,0,0,573,1633,0,0,0,0),(33281,11712,1,1,1,11682,1,2648.59,392.19,72.3485,1.97851,300,0,0,3170,0,0,0,0,0),(33280,3774,1,1,1,10950,0,2215.14,181.225,128.281,3.32165,300,15,0,573,0,1,0,0,0),(33279,3774,1,1,1,10950,0,2210.52,166.095,123.479,1.33175,300,5,0,573,0,1,0,0,0),(33278,3774,1,1,1,10950,0,2308.44,52.601,95.1281,3.08704,300,5,0,573,0,1,0,0,0),(33277,3774,1,1,1,10950,0,2322.24,60.8695,92.809,3.09666,300,5,0,573,0,1,0,0,0),(33276,3774,1,1,1,10950,0,2252.91,56.5611,104.014,5.30193,300,5,0,573,0,1,0,0,0),(33275,3774,1,1,1,10950,0,2206.92,74.82,113.819,3.30835,300,5,0,573,0,1,0,0,0),(33274,3774,1,1,1,10950,0,2412.38,39.398,89.4717,4.5091,300,15,0,573,0,1,0,0,0),(33273,3774,1,1,1,10950,0,2345.13,230.648,153.951,4.82173,300,5,0,573,0,1,0,0,0),(33272,3774,1,1,1,10950,0,2332.67,245.359,154.298,5.9531,300,0,0,573,0,0,0,0,0),(33271,3774,1,1,1,10950,0,2284.11,422.38,131.618,2.43085,300,5,0,573,0,1,0,0,0),(33270,3774,1,1,1,10950,0,2318.19,450.418,132.932,1.97771,300,5,0,573,0,1,0,0,0),(33269,3774,1,1,1,10950,0,2347.79,450.865,119.79,0.948339,300,5,0,573,0,1,0,0,0),(33268,3774,1,1,1,10950,0,2415.31,477.918,106.179,2.67576,300,5,0,573,0,1,0,0,0),(33267,3774,1,1,1,10950,0,2219.58,277.871,133.392,1.38616,300,5,0,573,0,1,0,0,0),(33266,3774,1,1,1,10950,0,2288.46,446.222,137.342,2.52343,300,5,0,573,0,1,0,0,0),(33265,3774,1,1,1,10950,0,2203.86,104.852,111.723,4.4092,300,5,0,573,0,1,0,0,0),(33264,3774,1,1,1,10950,0,2243.51,352.072,130.571,0.200903,300,5,0,573,0,1,0,0,0),(33263,3772,1,1,1,5049,1,2312.34,220.706,154.109,2.44673,300,5,0,544,581,1,0,0,0),(33262,3772,1,1,1,5049,1,2268.31,195.317,145.955,5.02634,300,5,0,544,581,1,0,0,0),(33261,3772,1,1,1,5049,1,2245.63,149.855,117.563,2.62899,300,5,0,544,581,1,0,0,0),(33260,3772,1,1,1,5049,1,2247.81,82.7382,103.254,4.07045,300,0,0,544,581,2,0,0,0),(33259,3772,1,1,1,5049,1,2282.95,36.9325,107.039,2.24555,300,5,0,544,581,1,0,0,0),(33258,3772,1,1,1,5049,1,2387.52,23.9108,92.7084,1.16488,300,15,0,544,581,1,0,0,0),(33257,3772,1,1,1,5049,1,2385.3,82.7219,93.9396,1.4848,300,5,0,544,581,1,0,0,0),(33256,2236,1,1,1,1001,0,4381.74,938.335,5.23037,1.28149,300,5,0,494,0,1,0,0,0),(33255,3772,1,1,1,5049,1,2235.23,327.894,132.589,2.20152,300,5,0,544,581,1,0,0,0),(33254,3772,1,1,1,5049,1,2278.7,380.356,131.995,0.970382,300,5,0,544,581,1,0,0,0),(33253,3772,1,1,1,5049,1,2373.66,445.225,112.059,6.07066,300,0,0,544,581,0,0,0,0),(33252,2236,1,1,1,1001,0,4356.36,996.99,10.3914,5.61227,300,5,0,494,0,1,0,0,0),(33251,2236,1,1,1,1001,0,4422.97,883.957,0.318649,5.49972,300,5,0,494,0,1,0,0,0),(33250,2236,1,1,1,1001,0,4388.01,1005.67,3.9974,1.72363,300,5,0,494,0,1,0,0,0),(33249,3772,1,1,1,5049,1,2420.36,419.171,95.8207,2.01786,300,15,0,544,581,1,0,0,0),(33248,3772,1,1,1,5049,1,2236.03,242.846,135.875,0.31191,300,5,0,544,581,1,0,0,0),(33247,3772,1,1,1,5049,1,2332.7,63.4456,92.6269,2.80103,300,5,0,544,581,1,0,0,0),(33246,12476,1,1,1,7974,0,3140.91,-3777.18,122.477,3.85199,600,0,0,62875,24860,0,0,0,0),(33245,12476,1,1,1,7974,0,3158.41,-3655.17,121.924,0.005229,600,0,0,62875,24860,0,0,0,0),(33244,12476,1,1,1,7974,0,3240.11,-3793.59,124.704,3.82742,600,0,0,62875,24860,0,0,0,0),(33243,12476,1,1,1,7974,0,3182.94,-3509.48,134.507,1.66852,600,0,0,62875,24860,0,0,0,0),(33242,12476,1,1,1,7974,0,3242.05,-3642.06,128.402,2.37209,600,0,0,62875,24860,0,0,0,0),(33241,12476,1,1,1,7974,0,3145.24,-3460.18,139.381,4.75975,600,0,0,62875,24860,0,0,0,0),(33240,12476,1,1,1,7974,0,3177.21,-3578.26,131.577,0.57846,600,0,0,62875,24860,0,0,0,0),(33239,3771,1,1,1,2013,0,2746.37,-2886.7,156.55,6.00222,300,5,0,684,693,1,0,0,0),(33238,3771,1,1,1,2013,0,2721.18,-2909.5,143.946,2.14715,300,15,0,684,693,1,0,0,0),(33237,3771,1,1,1,2013,0,2778.44,-2892.8,150.41,4.63026,300,0,0,684,693,0,0,0,0),(33236,3771,1,1,1,2013,0,2717.36,-2949.86,140.924,4.38988,300,0,0,684,693,0,0,0,0),(33235,3771,1,1,1,2013,0,2788.93,-2911.5,150.961,1.33277,300,0,0,684,693,0,0,0,0),(33234,3771,1,1,1,2013,0,2752.65,-3051.01,156.691,1.81491,300,5,0,684,693,1,0,0,0),(33233,3771,1,1,1,2013,0,2755.34,-3084.5,164.072,1.48862,300,5,0,684,693,1,0,0,0),(33232,3771,1,1,1,2013,0,2685.87,-3051.8,166.911,0.940805,300,5,0,684,693,1,0,0,0),(33231,12475,1,1,1,625,0,3155.66,-3657.3,121.582,0.005258,600,0,0,76300,0,0,0,0,0),(33230,12475,1,1,1,625,0,3155.36,-3653.06,121.816,0.005241,600,0,0,76300,0,0,0,0,0),(33229,12475,1,1,1,625,0,3181.42,-3512.31,133.482,1.88614,600,0,0,76300,0,0,0,0,0),(33228,12475,1,1,1,625,0,3185.15,-3511.56,134.407,1.55167,600,0,0,76300,0,0,0,0,0),(33227,12475,1,1,1,625,0,3245.31,-3642.27,129.289,2.37209,600,0,0,76300,0,0,0,0,0),(33226,12475,1,1,1,625,0,3149.48,-3460.1,139.711,4.76532,600,0,0,76300,0,0,0,0,0),(33225,3770,1,1,1,2017,1,2803.13,-2942.63,153.361,1.53752,300,5,0,724,732,1,0,0,0),(33224,3770,1,1,1,2017,1,2810.68,-2977.67,155.455,3.91597,300,5,0,724,732,1,0,0,0),(33223,3770,1,1,1,2017,1,2690.66,-2984.4,142.799,3.40071,300,5,0,724,732,1,0,0,0),(33222,3770,1,1,1,2017,1,2738.42,-2979.82,141.036,2.93905,300,5,0,724,732,1,0,0,0),(33221,3770,1,1,1,2017,1,2762.96,-2953.25,143.206,4.39373,300,5,0,724,732,1,0,0,0),(33220,3770,1,1,1,2017,1,2779.12,-2989.45,150.338,2.2804,300,5,0,724,732,1,0,0,0),(33219,3770,1,1,1,2017,1,2768.5,-2997.23,150.029,0.7619,300,15,0,724,732,1,0,0,0),(33218,3770,1,1,1,2017,1,2778.81,-3018.68,154.254,3.60988,300,5,0,724,732,1,0,0,0),(33217,3770,1,1,1,2017,1,2780.97,-3011.94,154.129,5.72726,300,5,0,724,732,1,0,0,0),(33216,3770,1,1,1,2017,1,2790.67,-2970.94,149.654,2.10124,300,5,0,724,732,1,0,0,0),(33215,12474,1,1,1,12509,1,3141.63,-3774.74,122.689,3.6005,600,0,0,80925,0,0,0,0,0),(33214,12474,1,1,1,12509,1,3143.54,-3777.3,122.377,4.01209,600,0,0,80925,0,0,0,0,0),(33213,12474,1,1,1,12509,1,3240.53,-3790.5,124.41,3.82715,600,0,0,80925,0,0,0,0,0),(33212,12474,1,1,1,12509,1,3243.34,-3793.69,125.013,3.82712,600,0,0,80925,0,0,0,0,0),(33211,12474,1,1,1,12509,1,3242.32,-3645.28,128.126,2.37154,600,0,0,80925,0,0,0,0,0),(33210,12474,1,1,1,12509,1,3147.45,-3462.05,139.415,4.76524,600,0,0,80925,0,0,0,0,0),(33209,12474,1,1,1,12509,1,3173.86,-3577.92,131.38,0.580049,600,0,0,80925,0,0,0,0,0),(33208,12474,1,1,1,12509,1,3175.95,-3581.62,131.536,0.578493,600,0,0,80925,0,0,0,0,0),(33207,6073,1,1,1,10905,0,1853.34,-3169.58,94.5721,0.535825,300,10,0,950,0,1,0,0,0),(33206,6073,1,1,1,10905,0,1978.36,-3015.44,106.821,4.80134,300,15,0,950,0,1,0,0,0),(33205,6073,1,1,1,10905,0,1915.31,-3088.49,110.881,5.58076,300,5,0,950,0,1,0,0,0),(33204,6073,1,1,1,10905,0,1979.1,-2952.5,105.404,3.16319,300,15,0,950,0,1,0,0,0),(33203,6073,1,1,1,10905,0,1920.32,-3152.29,97.9181,1.38317,300,10,0,950,0,1,0,0,0),(33202,6073,1,1,1,10905,0,1680.12,-3187.77,115.844,3.89176,300,0,0,950,0,0,0,0,0),(33201,6073,1,1,1,10905,0,1688.79,-3218.07,127.277,6.13988,300,0,0,950,0,0,0,0,0),(33200,6073,1,1,1,10905,0,1654.71,-3387.49,144.438,5.09055,300,10,0,950,0,1,0,0,0),(33199,6073,1,1,1,10905,0,1652.79,-3084.43,88.5691,4.34059,300,15,0,950,0,1,0,0,0),(33198,6073,1,1,1,10905,0,1626.63,-3055.65,89.682,5.93406,300,15,0,950,0,1,0,0,0),(33197,6073,1,1,1,10905,0,1957.22,-3110.45,106.548,1.18545,300,15,0,950,0,1,0,0,0),(33196,6073,1,1,1,10905,0,1986.65,-3097.45,113.411,5.5211,300,15,0,950,0,1,0,0,0),(33195,6073,1,1,1,10905,0,1945.33,-3056.74,103.414,3.53841,300,15,0,950,0,1,0,0,0),(33194,6073,1,1,1,10905,0,2179.57,-2950.73,119.688,5.17168,300,15,0,950,0,1,0,0,0),(33193,6073,1,1,1,10905,0,2147.13,-2979.85,116.112,3.76893,300,15,0,950,0,1,0,0,0),(33192,6073,1,1,1,10905,0,2074.18,-3113.2,104.347,2.82202,300,5,0,950,0,1,0,0,0),(33191,6073,1,1,1,10905,0,2019.79,-3056.88,101.597,5.55936,300,15,0,950,0,1,0,0,0),(33190,6073,1,1,1,10905,0,2050.54,-2948.78,108.862,1.66834,300,5,0,950,0,1,0,0,0),(33189,6073,1,1,1,10905,0,2012.81,-2998.05,107.899,5.17429,300,5,0,950,0,1,0,0,0),(33188,3767,1,1,1,2018,1,2668.66,-3021.33,155.953,3.75857,300,0,0,840,0,2,0,0,0),(33187,3767,1,1,1,2018,1,2790.26,-3022.98,157.879,1.79176,300,15,0,840,0,1,0,0,0),(33186,3767,1,1,1,2018,1,2735.78,-2988.18,140.786,5.70086,300,0,0,840,0,0,0,0,0),(33185,3767,1,1,1,2018,1,2752.55,-3001.11,147.983,3.6165,300,15,0,840,0,1,0,0,0),(33184,3767,1,1,1,2018,1,2777.56,-2961.37,145.631,0.96174,300,15,0,840,0,1,0,0,0),(33183,3767,1,1,1,2018,1,2790.28,-2952.49,148.756,3.36294,300,5,0,840,0,1,0,0,0),(33182,3767,1,1,1,2018,1,2759.47,-2942.06,143.331,1.1285,300,5,0,840,0,1,0,0,0),(33181,3765,1,1,1,2007,0,2820.69,-3013.73,160.32,5.55719,300,5,0,787,0,1,0,0,0),(33180,3765,1,1,1,2007,0,2720.52,-2977.9,141.424,2.31757,300,15,0,787,0,1,0,0,0),(33179,4789,1,1,1,2011,0,4281.17,850.709,-8.62695,6.08921,300,5,0,521,0,1,0,0,0),(33178,4789,1,1,1,2011,0,4323.29,915.22,-16.4688,1.20651,300,5,0,521,0,1,0,0,0),(33177,4789,1,1,1,2011,0,4261.04,818.823,-7.07113,1.20219,300,5,0,521,0,1,0,0,0),(33176,4789,1,1,1,2011,0,4269,841.05,-3.86323,2.98853,300,5,0,521,0,1,0,0,0),(33175,4789,1,1,1,2011,0,4225.47,769.539,-21.4126,2.95534,300,5,0,521,0,1,0,0,0),(12776,23089,564,1,1,21112,1,652.413,305.68,271.69,0,604800,0,0,303500,33870,0,0,0,0),(33174,3765,1,1,1,2007,0,2742.63,-2915.09,145.202,1.21727,300,15,0,787,0,1,0,0,0),(33173,4789,1,1,1,2011,0,4209.75,717.278,-24.6109,0.075991,300,5,0,521,0,1,0,0,0),(33172,4788,1,1,1,2012,0,4224.25,905.598,-8.85205,5.05912,300,5,0,484,0,1,0,0,0),(33171,4788,1,1,1,2012,0,4248.01,899.882,-9.90777,2.95469,300,3,0,484,0,1,0,0,0),(33170,4788,1,1,1,2012,0,4265.09,900.431,-14.3911,6.09916,300,3,0,484,0,1,0,0,0),(33169,4788,1,1,1,2012,0,4290.33,898.626,-12.5044,1.55557,300,3,0,484,0,1,0,0,0),(33168,4788,1,1,1,2012,0,4284.45,920.548,-17.0842,4.88727,300,5,0,484,0,1,0,0,0),(33167,4788,1,1,1,2012,0,4187.83,933.927,-13.0779,0.894955,300,3,0,484,0,1,0,0,0),(33166,4788,1,1,1,2012,0,4203.38,920.564,-11.0275,0.947844,300,3,0,484,0,1,0,0,0),(33165,12724,1,1,1,12968,0,2309.79,-2513.19,105.394,5.20108,300,0,0,1279,0,0,0,0,0),(33164,3763,1,1,1,6741,1,2536.13,-2182.78,197.651,4.39823,300,0,0,787,0,0,0,0,0),(33163,3763,1,1,1,6741,1,2475.3,-2148.2,201.865,1.76329,300,0,0,787,0,0,0,0,0),(33162,3763,1,1,1,6741,1,2598.88,-2130.61,195.982,4.45172,300,5,0,787,0,1,0,0,0),(33161,3763,1,1,1,6741,1,2505.25,-2116.74,200.822,5.17986,300,5,0,787,0,1,0,0,0),(33160,3763,1,1,1,6741,1,2504.47,-2170.73,200.568,3.77415,300,5,0,787,0,1,0,0,0),(33159,3763,1,1,1,6741,1,2482.3,-2154.86,201.865,3.98689,300,5,0,787,0,1,0,0,0),(33158,3763,1,1,1,6741,1,2601.22,-2233.24,199.049,2.68515,300,10,0,787,0,1,0,0,0),(33157,3763,1,1,1,6741,1,2579.54,-2242.5,200.817,1.53993,300,5,0,787,0,1,0,0,0),(33156,12723,1,1,1,12948,1,2344.08,-2504.8,103.127,4.36332,300,0,0,896,0,0,0,0,0),(33155,3762,1,1,1,2011,0,2582.9,-2214.78,196.153,0.391608,300,10,0,684,693,1,0,0,0),(33154,3762,1,1,1,2011,0,2586,-2113.76,197.732,0.826252,300,5,0,684,693,1,0,0,0),(33153,3762,1,1,1,2011,0,2681.76,-2152.16,192.581,3.55803,300,5,0,684,693,1,0,0,0),(33152,3762,1,1,1,2011,0,2544.26,-2183.85,197.241,2.32066,300,0,0,684,693,0,0,0,0),(33151,3762,1,1,1,2011,0,2548.45,-2148.65,196.201,1.46714,300,15,0,684,693,1,0,0,0),(33150,3762,1,1,1,2011,0,2551.8,-2114.15,198.157,1.68158,300,5,0,684,693,1,0,0,0),(33149,3762,1,1,1,2011,0,2614,-2256.51,202.408,3.79259,300,10,0,684,693,1,0,0,0),(33148,12722,1,1,1,12973,0,2358.47,-2570.35,102.857,2.70526,300,0,0,739,2068,0,0,0,0),(33147,11697,1,1,1,2834,1,1784.69,-3181.21,91.61,5.44543,300,10,0,852,852,1,0,0,0),(33146,11697,1,1,1,2834,1,1625.63,-3322.63,144.496,0.731637,300,10,0,852,852,1,0,0,0),(33145,11697,1,1,1,2834,1,1708.13,-3471.89,144.303,1.29154,300,0,0,852,852,0,0,0,0),(33144,11697,1,1,1,2834,1,1730.53,-3469.6,144.374,2.72271,300,0,0,852,852,0,0,0,0),(33143,11697,1,1,1,2834,1,1684.11,-3426.6,145.077,6.19592,300,10,0,852,852,1,0,0,0),(33142,11697,1,1,1,2834,1,1712.96,-3447.44,144.452,4.57276,300,10,0,852,852,1,0,0,0),(33141,11697,1,1,1,2834,1,2124.86,-2949.74,113.585,3.59272,300,15,0,852,852,1,0,0,0),(33140,11697,1,1,1,2834,1,1983.6,-3146.79,101.819,0.541725,300,10,0,852,852,1,0,0,0),(33139,11697,1,1,1,2834,1,1617.19,-2989.06,181.216,1.09771,300,5,0,852,852,1,0,0,0),(33138,4273,1,1,1,2725,0,2698.57,-1878.41,234.376,5.96903,300,0,0,812,811,0,0,0,0),(33137,11697,1,1,1,2834,1,1713.02,-3033.85,131.306,5.17632,300,5,0,852,852,1,0,0,0),(33136,12721,1,1,1,12960,1,3333.34,1028.3,6.36169,5.02655,300,0,0,1107,0,0,0,0,0),(18037,11286,0,1,1,0,1,1242.04,-2617.66,90.7716,1.77813,25,0,0,3758,0,0,0,0,0),(33133,12720,1,1,1,12936,1,2251.3,-2503.09,125.2,3.83972,300,0,0,1163,0,0,0,0,0),(33132,3759,1,1,1,2875,1,2488.92,-2138.81,201.615,5.27665,300,0,0,787,0,0,0,0,0),(33131,3759,1,1,1,2875,1,2580.13,-2156.17,193.82,2.46937,300,5,0,787,0,1,0,0,0),(33130,3759,1,1,1,2875,1,2572.91,-2181.63,194.61,2.40182,300,5,0,787,0,1,0,0,0),(33129,3759,1,1,1,2875,1,2619.74,-2113.96,197.774,0.48105,300,5,0,787,0,1,0,0,0),(33128,12719,1,1,1,12958,1,3331.24,1025.91,6.36169,6.03884,300,0,0,1342,0,0,0,0,0),(33127,3758,1,1,1,2010,0,2516.83,-2151.63,199.414,4.49961,300,10,0,734,0,1,0,0,0),(33126,3758,1,1,1,2010,0,2686.67,-2120.47,200.71,1.81578,300,5,0,734,0,1,0,0,0),(33125,3758,1,1,1,2010,0,2652.65,-2124.3,196.857,3.90171,300,0,0,734,0,2,0,0,0),(33124,3758,1,1,1,2010,0,2652.2,-2152.02,197.928,3.72,300,5,0,734,0,1,0,0,0),(33123,3758,1,1,1,2010,0,2643.76,-2256.61,198.182,1.1091,300,10,0,734,0,1,0,0,0),(33122,3758,1,1,1,2010,0,2621.7,-2275.97,206.8,5.58495,300,5,0,734,0,1,0,0,0),(33121,12718,1,1,1,12946,0,1937.83,-2337.02,92.7938,1.3439,300,0,0,1003,0,0,0,0,0),(33120,3757,1,1,1,11345,0,2950.92,-2811.18,212.654,4.12955,300,0,0,812,811,0,0,0,0),(33119,3757,1,1,1,11345,0,2929.89,-2836.57,212.396,4.49579,300,0,0,812,811,0,0,0,0),(33118,3757,1,1,1,11345,0,2921.95,-2859.21,214.771,2.8063,300,0,0,812,811,0,0,0,0),(33117,3757,1,1,1,11345,0,2964.97,-2789.08,214.468,3.36458,300,5,0,812,811,1,0,0,0),(33116,3757,1,1,1,11345,0,2951.62,-2782.34,217.468,4.3211,300,5,0,812,811,1,0,0,0),(33115,12717,1,1,1,12961,1,3341.65,1004.38,3.89818,0.715585,300,0,0,713,0,0,0,0,0),(33114,3757,1,1,1,11345,0,3038.53,-2786.2,195.47,1.99327,300,5,0,812,811,1,0,0,0),(33113,3755,1,1,1,11346,0,2913.19,-2851.23,211.22,0.564707,300,0,0,769,756,0,0,0,0),(33112,3755,1,1,1,11346,0,2852.79,-2872.29,198.494,1.91441,300,3,0,769,756,1,0,0,0),(33111,3755,1,1,1,11346,0,2913.39,-2788.31,214.357,2.38063,300,0,0,769,756,0,0,0,0),(33110,3755,1,1,1,11346,0,2878.44,-2788,209.839,3.00253,300,0,0,769,756,0,0,0,0),(33109,3755,1,1,1,11346,0,2871.79,-2891.05,202.978,1.97921,300,0,0,769,756,0,0,0,0),(33108,3755,1,1,1,11346,0,2947.47,-2757.94,220.076,5.32284,300,5,0,769,756,1,0,0,0),(33107,3755,1,1,1,11346,0,3050.65,-2818.27,198.192,0.853068,300,5,0,769,756,1,0,0,0),(33106,3755,1,1,1,11346,0,3021.72,-2820.48,203.009,3.26594,300,5,0,769,756,1,0,0,0),(33105,3755,1,1,1,11346,0,2847.92,-2822.42,199.336,5.73092,300,15,0,769,756,1,0,0,0),(33104,4267,1,1,1,2313,1,2828.38,-284.25,106.69,4.67748,600,0,0,10572,0,0,0,0,0),(33103,3754,1,1,1,11344,1,2918.91,-2813.27,210.887,3.22728,300,15,0,896,0,1,0,0,0),(33102,3754,1,1,1,11344,1,2889.27,-2813.64,206.082,6.10643,300,15,0,896,0,1,0,0,0),(33101,3752,1,1,1,2878,1,2952.6,-2827.6,212.904,0.660037,300,0,0,950,0,0,0,0,0),(33100,3752,1,1,1,2878,1,2938.65,-2821.06,212.904,1.80996,300,0,0,950,0,0,0,0,0),(33099,3752,1,1,1,2878,1,2879.27,-2845.89,205.042,2.85373,300,15,0,950,0,1,0,0,0),(33098,3752,1,1,1,2878,1,2931.13,-2802.39,212.887,0.992901,300,10,0,950,0,1,0,0,0),(33097,3752,1,1,1,2878,1,2898.09,-2773.81,214.206,0.159469,300,0,0,950,0,0,0,0,0),(33096,3752,1,1,1,2878,1,2993.55,-2817.69,207.741,2.41197,300,5,0,950,0,1,0,0,0),(33095,3750,1,1,1,6821,1,2315.24,-1215.08,86.5173,2.22426,300,15,0,544,581,1,0,0,0),(33094,3750,1,1,1,6821,1,2254.19,-1485.47,90.5411,4.28305,300,15,0,544,581,1,0,0,0),(33093,3750,1,1,1,6821,1,2277.37,-1486.46,89.1755,4.16113,300,15,0,544,581,1,0,0,0),(33092,3750,1,1,1,6821,1,2252.22,-1511.07,89.7212,0.003661,300,5,0,544,581,1,0,0,0),(33091,3750,1,1,1,6821,1,2213.19,-1620.76,87.2263,4.66115,300,5,0,544,581,1,0,0,0),(33090,3750,1,1,1,6821,1,2251.82,-1355.87,81.3688,5.40681,300,15,0,544,581,1,0,0,0),(33089,3750,1,1,1,6821,1,2251.48,-1386.83,84.6132,3.68838,300,15,0,544,581,1,0,0,0),(33088,3750,1,1,1,6821,1,2181.15,-1411.54,91.6178,3.42188,300,5,0,544,581,1,0,0,0),(33087,3750,1,1,1,6821,1,2205.44,-1413.11,89.7045,1.24755,300,5,0,544,581,1,0,0,0),(33086,3750,1,1,1,6821,1,2340.8,-1220.58,86.0913,2.27026,300,15,0,544,581,1,0,0,0),(33085,3750,1,1,1,6821,1,2310.88,-1148.44,88.1777,4.90311,300,5,0,544,581,1,0,0,0),(33084,3750,1,1,1,6821,1,2178.43,-1529.23,96.7139,4.45447,300,5,0,544,581,1,0,0,0),(33083,3749,1,1,1,1996,1,2288.42,-1401.9,86.3668,2.90045,300,0,0,664,0,0,0,0,0),(33082,3749,1,1,1,1996,1,2380.78,-1194.28,89.5696,1.52476,300,0,0,664,0,0,0,0,0),(33081,3749,1,1,1,1996,1,2364.03,-1197.31,89.2138,2.37938,300,0,0,664,0,0,0,0,0),(33080,3749,1,1,1,1996,1,2309.08,-1451.35,88.5189,1.21704,300,0,0,664,0,0,0,0,0),(33079,11684,1,1,1,1303,0,2532.49,-3292.6,123.646,6.06854,300,0,0,840,0,2,0,0,0),(33078,11684,1,1,1,1303,0,2184.4,-3396.2,95.0919,0.623307,300,15,0,840,0,1,0,0,0),(33077,11684,1,1,1,1303,0,2281.2,-3219.22,111.696,4.00954,300,0,0,840,0,2,0,0,0),(33076,3748,1,1,1,6822,1,2305.11,-1434.36,86.8939,1.84571,300,0,0,582,618,0,0,0,0),(33075,3748,1,1,1,6822,1,2380.13,-1186.58,90.6946,4.50012,300,0,0,582,618,0,0,0,0),(33074,3748,1,1,1,6822,1,2367.62,-1167.59,91.3196,2.70775,300,3,0,582,618,1,0,0,0),(33073,12196,1,1,1,12392,1,2341.86,-2566.99,102.857,2.28638,300,0,0,1003,0,0,0,0,0),(33072,3748,1,1,1,6822,1,2273.86,-1436.7,88.8939,3.60084,300,10,0,582,618,1,0,0,0),(33071,11684,1,1,1,1303,0,2317.8,-3177.93,115.984,2.6814,300,5,0,840,0,1,0,0,0),(33070,24740,1,1,1,1220,0,2653.77,615.275,101.555,1.0253,300,0,0,120,0,0,0,0,0),(33069,11684,1,1,1,1303,0,1585.27,-2482.17,98.141,2.3193,300,0,0,840,0,2,0,0,0),(33068,11684,1,1,1,1303,0,2515.19,-3094.04,126.713,6.17846,300,15,0,840,0,1,0,0,0),(33067,11683,1,1,1,11865,1,2504.03,-3459.55,107.022,0.07124,300,0,0,702,1977,0,0,0,0),(33066,11683,1,1,1,11868,1,2497.09,-3428.24,104.694,1.4479,300,0,0,702,1977,0,0,0,0),(33065,11683,1,1,1,11866,1,2353.82,-3281.03,101.621,6.20289,300,5,0,702,1977,1,0,0,0),(33064,11683,1,1,1,11865,1,2378.73,-3425.27,107.712,4.83456,300,5,0,702,1977,1,0,0,0),(33063,11683,1,1,1,11865,1,2460.59,-3566.27,99.2036,0.476756,300,0,0,702,1977,0,0,0,0),(33062,11683,1,1,1,11868,1,2460.49,-3524.48,99.2987,3.56851,300,0,0,702,1977,0,0,0,0),(33061,11683,1,1,1,11868,1,2432.16,-3426.02,99.2233,4.59253,300,5,0,702,1977,1,0,0,0),(33060,11683,1,1,1,11865,1,2413.63,-3563.54,99.3393,4.61688,300,0,0,702,1977,0,0,0,0),(33059,11683,1,1,1,11866,1,2429.25,-3552.37,99.46,0.229236,300,0,0,702,1977,0,0,0,0),(33058,11683,1,1,1,11867,1,2417.53,-3523.69,99.2775,4.98948,300,0,0,702,1977,0,0,0,0),(33057,11683,1,1,1,11868,1,2547.42,-3403.96,103.423,5.14722,300,0,0,702,1977,0,0,0,0),(33056,11683,1,1,1,11868,1,2437.06,-3543.63,98.3115,3.25587,300,0,0,702,1977,0,0,0,0),(33055,11683,1,1,1,11868,1,2446.57,-3551.65,99.46,2.41043,300,0,0,702,1977,0,0,0,0),(33054,11683,1,1,1,11868,1,2449.24,-3536.48,99.46,1.47479,300,0,0,702,1977,0,0,0,0),(33053,11683,1,1,1,11868,1,1560.82,-2477.39,98.116,6.08114,300,0,0,702,1977,0,0,0,0),(33052,11683,1,1,1,11868,1,1618.58,-2476.33,98.116,1.3523,300,5,0,702,1977,1,0,0,0),(33051,11683,1,1,1,11868,1,1597.74,-2499.21,98.366,5.92101,300,5,0,702,1977,1,0,0,0),(33050,11683,1,1,1,11866,1,1559.69,-2422.37,98.0857,1.07475,300,0,0,702,1977,0,0,0,0),(33049,11683,1,1,1,11868,1,1559.38,-2444.79,98.116,4.4741,300,0,0,702,1977,0,0,0,0),(33048,11683,1,1,1,11865,1,1569.91,-2508.5,98.116,1.93372,300,5,0,702,1977,1,0,0,0),(33047,11683,1,1,1,11867,1,1562.89,-2463.09,98.116,3.18378,300,0,0,702,1977,0,0,0,0),(33046,24739,1,1,1,22614,1,2769.14,666.414,100.504,5.58505,300,0,0,198,0,0,0,0,0),(33045,11682,1,1,1,11862,1,2489.08,-3425.16,105.441,1.48353,300,0,0,950,0,0,0,0,0),(33044,11682,1,1,1,11863,1,2439.15,-3403.94,100.265,0.907571,300,0,0,950,0,0,0,0,0),(33043,11682,1,1,1,11863,1,2456.74,-3409.18,100.72,1.58825,300,0,0,950,0,0,0,0,0),(33042,11682,1,1,1,11861,1,2461.04,-3475.16,92.6347,5.69733,300,5,0,950,0,1,0,0,0),(33041,11682,1,1,1,11861,1,2429.18,-3534.85,99.46,0.553662,300,0,0,950,0,0,0,0,0),(33040,11682,1,1,1,11862,1,2470.41,-3549.24,99.2606,4.34564,300,0,0,950,0,2,0,0,0),(33039,11682,1,1,1,11862,1,2430.25,-3477.75,92.7714,1.48353,300,0,0,950,0,0,0,0,0),(33038,11682,1,1,1,11861,1,2453.39,-3478.47,92.5237,1.65806,300,0,0,950,0,0,0,0,0),(33037,11682,1,1,1,11862,1,2456.06,-3442.37,96.2582,3.12414,300,0,0,950,0,0,0,0,0),(33036,11682,1,1,1,11862,1,2521.98,-3384.4,102.363,4.01426,300,0,0,950,0,0,0,0,0),(33035,3746,1,1,1,6819,1,2313.41,-1424.84,86.8939,3.63818,300,0,0,664,0,0,0,0,0),(33034,3746,1,1,1,6819,1,2369.27,-1180.73,91.0696,2.38863,300,0,0,664,0,0,0,0,0),(33033,3746,1,1,1,6819,1,2351.37,-1195.21,89.3388,5.71699,300,0,0,664,0,0,0,0,0),(33032,3746,1,1,1,6819,1,2293.26,-1453.6,89.1586,1.86736,300,0,0,664,0,0,0,0,0),(33031,12962,1,1,1,4094,1,3362.23,1024.84,2.95413,4.81711,300,0,0,1003,0,0,0,0,0),(33030,11682,1,1,1,11864,1,1579.98,-2435.22,98.116,5.10765,300,0,0,950,0,0,0,0,0),(33029,11682,1,1,1,11861,1,1596.67,-2462.21,98.116,4.89646,300,5,0,950,0,1,0,0,0),(33028,11682,1,1,1,11863,1,1580.9,-2505.27,98.1324,1.97222,300,0,0,950,0,0,0,0,0),(33027,24738,1,1,1,22615,1,2658.12,615.621,100.473,1.02533,300,0,0,562,0,0,0,0,0),(33026,11681,1,1,1,11853,1,2236.36,-3304.91,100.136,2.49582,300,0,0,840,0,0,0,0,0),(33025,3745,1,1,1,937,1,2322.05,-1402.86,87.2689,4.11176,300,0,0,617,0,2,0,0,0),(33024,11681,1,1,1,11854,1,2409.74,-3183.15,119.957,6.05629,300,0,0,840,0,0,0,0,0),(33023,11681,1,1,1,11856,1,2411.24,-3284.44,105.134,3.59538,300,0,0,840,0,0,0,0,0),(33022,11681,1,1,1,11854,1,2489.58,-3187.34,123.976,2.1293,300,0,0,840,0,0,0,0,0),(33021,11681,1,1,1,11856,1,2479.57,-3207.45,121.266,2.79253,300,0,0,840,0,0,0,0,0),(33020,3745,1,1,1,937,1,2281.61,-1432,87.8668,2.4764,300,15,0,617,0,1,0,0,0),(33019,3745,1,1,1,937,1,2320.9,-1228.73,84.439,1.16308,300,15,0,617,0,1,0,0,0),(33018,11681,1,1,1,11856,1,2639.64,-3384.18,120.82,6.02139,300,0,0,840,0,0,0,0,0),(33017,12961,1,1,1,12038,1,3379.21,1075.54,0.373861,1.65806,300,0,0,1003,0,0,0,0,0),(33016,11681,1,1,1,11856,1,2347.76,-3145.99,118.042,3.42085,300,0,0,840,0,0,0,0,0),(33015,11681,1,1,1,11854,1,2244.61,-3194.38,112.431,0.907571,300,0,0,840,0,0,0,0,0),(33014,11681,1,1,1,11854,1,2382.89,-3119.38,123.353,4.81711,300,0,0,840,0,0,0,0,0),(33013,11681,1,1,1,11853,1,2442.66,-3150.71,124.646,6.21337,300,0,0,840,0,0,0,0,0),(33012,11681,1,1,1,11855,1,2473.58,-3121.93,123.149,4.29351,300,0,0,840,0,0,0,0,0),(33011,11681,1,1,1,11854,1,1600.68,-2431.31,103.153,3.54302,300,0,0,840,0,0,0,0,0),(33010,11681,1,1,1,11853,1,1526.77,-2419.31,99.7641,3.28122,300,0,0,840,0,0,0,0,0),(33009,11681,1,1,1,11853,1,1615.38,-2510.01,98.2463,5.70723,300,0,0,840,0,0,0,0,0),(33008,11681,1,1,1,11856,1,2324.3,-3092.98,122.504,4.50295,300,0,0,840,0,0,0,0,0),(33007,11681,1,1,1,11856,1,1493.83,-2350.16,93.685,5.68977,300,0,0,840,0,0,0,0,0),(33006,11681,1,1,1,11854,1,1443.14,-2324.2,92.4051,3.38594,300,0,0,840,0,0,0,0,0),(33005,24737,1,1,1,22617,1,2772.1,664.314,100.216,3.10669,300,0,0,4120,0,0,0,0,0),(33004,14753,1,1,1,14784,1,1449.63,-1845.65,126.347,5.74213,600,0,0,52280,0,0,0,0,0),(33003,11680,1,1,1,11870,1,2750.42,-3442.26,113.654,4.66003,300,0,0,684,693,0,0,0,0),(33002,11680,1,1,1,11872,1,2575.85,-3439.47,104.686,2.17117,300,5,0,684,693,1,0,0,0),(33001,11680,1,1,1,11869,1,2641.8,-3451.1,109.657,1.46794,300,5,0,684,693,1,0,0,0),(33000,11680,1,1,1,11869,1,2706.68,-3446.17,114.798,6.10119,300,15,0,684,693,1,0,0,0),(32999,11680,1,1,1,11872,1,2455,-3386.39,102.495,2.64911,300,0,0,684,693,2,0,0,0),(32998,11680,1,1,1,11872,1,2276.15,-3476.38,122.748,4.97419,300,0,0,684,693,0,0,0,0),(32997,11680,1,1,1,11869,1,2259.43,-3464.6,129.264,2.75762,300,0,0,684,693,0,0,0,0),(32996,11680,1,1,1,11870,1,2311.29,-3382.24,103.292,3.26098,300,5,0,684,693,1,0,0,0),(32995,11680,1,1,1,11872,1,2277.41,-3351.29,98.9313,5.30343,300,5,0,684,693,1,0,0,0),(32994,11680,1,1,1,11871,1,2278.72,-3456.83,105.068,1.5708,300,0,0,684,693,0,0,0,0),(32993,11680,1,1,1,11871,1,2195.96,-3321.22,104.572,6.24828,300,0,0,684,693,0,0,0,0),(32992,11680,1,1,1,11870,1,2286.94,-3294.33,102.207,5.00385,300,5,0,684,693,1,0,0,0),(32991,11680,1,1,1,11869,1,2414.4,-3151.71,121.682,1.97994,300,15,0,684,693,1,0,0,0),(32990,11680,1,1,1,11872,1,2396.76,-3187.87,117.008,5.94699,300,0,0,684,693,2,0,0,0),(32989,11680,1,1,1,11869,1,2425.03,-3345.14,103.048,0.309109,300,5,0,684,693,1,0,0,0),(32988,11680,1,1,1,11871,1,2439.63,-3310.54,108.241,2.87868,300,5,0,684,693,1,0,0,0),(32987,11680,1,1,1,11871,1,2459.02,-3247.85,117.691,0.571748,300,15,0,684,693,1,0,0,0),(32986,11680,1,1,1,11869,1,2477.8,-3268.12,117.712,5.75304,300,15,0,684,693,1,0,0,0),(32985,11680,1,1,1,11872,1,2477.91,-3282.14,116.218,4.74121,300,15,0,684,693,1,0,0,0),(32984,11680,1,1,1,11870,1,2509.56,-3244.61,125.857,1.78828,300,15,0,684,693,1,0,0,0),(32983,11680,1,1,1,11871,1,2565.17,-3285.56,130.008,0.259138,300,15,0,684,693,1,0,0,0),(32982,11680,1,1,1,11871,1,2272.69,-3219.37,111.04,3.78012,300,15,0,684,693,1,0,0,0),(32981,11680,1,1,1,11871,1,2390.58,-3315.84,103.561,1.45036,300,5,0,684,693,1,0,0,0),(32980,11680,1,1,1,11872,1,2779.34,-3469.37,115.113,1.0472,300,0,0,684,693,0,0,0,0),(32979,11680,1,1,1,11869,1,2744.76,-3412.63,122.3,0.296253,300,15,0,684,693,1,0,0,0),(32978,11680,1,1,1,11872,1,2612.16,-3345.18,129.271,3.08193,300,5,0,684,693,1,0,0,0),(32977,11680,1,1,1,11869,1,2602.67,-3601.58,109.962,0.15708,300,0,0,684,693,0,0,0,0),(32976,11680,1,1,1,11869,1,1645.51,-2480.99,101.757,1.11313,300,0,0,684,693,2,0,0,0),(32975,11680,1,1,1,11870,1,1426.23,-2318.95,93.921,6.12168,300,5,0,684,693,1,0,0,0),(32974,11680,1,1,1,11871,1,1456.48,-2306.21,90.3447,1.7666,300,5,0,684,693,1,0,0,0),(32973,11680,1,1,1,11869,1,2345.24,-3211.35,112.349,1.55787,300,5,0,684,693,1,0,0,0),(32972,11680,1,1,1,11869,1,2287.35,-3093.87,122.54,0.000889,300,5,0,684,693,1,0,0,0),(32971,11680,1,1,1,11872,1,1629.37,-2421.8,111.412,1.70323,300,5,0,684,693,1,0,0,0),(32970,11680,1,1,1,11871,1,1506.09,-2296.17,93.2065,1.15572,300,5,0,684,693,1,0,0,0),(32969,11680,1,1,1,11872,1,1621.75,-2541.73,99.1678,3.27092,300,5,0,684,693,1,0,0,0),(32968,11680,1,1,1,11872,1,2178.19,-3341.65,121.876,4.17134,300,0,0,684,693,0,0,0,0),(32967,11680,1,1,1,11869,1,1520.39,-2387.64,95.288,0.794645,300,5,0,684,693,1,0,0,0),(32966,11680,1,1,1,11871,1,2350.6,-3277.21,101.611,4.618,300,5,0,684,693,1,0,0,0),(32965,11680,1,1,1,11870,1,2585.04,-3614.57,134.131,4.41568,300,0,0,684,693,0,0,0,0),(32964,11680,1,1,1,11871,1,1551.65,-2534.28,103.532,2.85699,300,3,0,684,693,1,0,0,0),(32963,11680,1,1,1,11870,1,1452.97,-2388.83,102.775,4.72925,300,5,0,684,693,1,0,0,0),(32962,11680,1,1,1,11871,1,2597.62,-3600.65,134.181,6.24828,300,0,0,684,693,0,0,0,0),(32961,11680,1,1,1,11870,1,1522.14,-2474.37,111.034,3.70321,300,2,0,684,693,1,0,0,0),(32960,11680,1,1,1,11870,1,2184.42,-3321.66,128.446,1.46608,300,0,0,684,693,0,0,0,0),(32959,24736,1,1,1,22616,0,2767.76,662.193,100.097,2.84489,300,0,0,433,490,0,0,0,0),(32958,3743,1,1,1,6824,1,2331.25,-1384.5,88.9072,1.5708,300,5,0,786,0,1,0,0,0),(32957,3743,1,1,1,6824,1,2347.73,-1278.54,87.5845,2.93084,300,5,0,786,0,1,0,0,0),(32956,3743,1,1,1,6824,1,2346.92,-1247.77,87.2102,0.704715,300,5,0,786,0,1,0,0,0),(32955,3743,1,1,1,6824,1,2222.5,-1381.78,86.361,1.73486,300,15,0,786,0,1,0,0,0),(32954,3743,1,1,1,6824,1,2216.12,-1421.56,90.7045,1.79959,300,5,0,786,0,1,0,0,0),(32953,3743,1,1,1,6824,1,2251.99,-1420.98,87.3919,3.09068,300,15,0,786,0,1,0,0,0),(32952,3743,1,1,1,6824,1,2251.4,-1447.69,89.2487,5.94864,300,15,0,786,0,1,0,0,0),(32951,3743,1,1,1,6824,1,2282.67,-1511.86,88.4101,0.874575,300,5,0,786,0,1,0,0,0),(32950,3743,1,1,1,6824,1,2288.6,-1545.1,90.7016,2.06821,300,5,0,786,0,1,0,0,0),(32949,3743,1,1,1,6824,1,2348.96,-1144.79,88.0404,1.24962,300,2,0,786,0,1,0,0,0),(32948,3743,1,1,1,6824,1,2293.46,-1189.2,85.5852,0.077087,300,15,0,786,0,1,0,0,0),(32947,3743,1,1,1,6824,1,2317.24,-1181.17,87.0228,3.78431,300,15,0,786,0,1,0,0,0),(32946,3743,1,1,1,6824,1,2222.33,-1351.58,82.5548,5.16765,300,15,0,786,0,1,0,0,0),(32945,3743,1,1,1,6824,1,2178.22,-1554.17,91.7754,3.90776,300,15,0,786,0,1,0,0,0),(32944,3743,1,1,1,6824,1,2184.94,-1584.69,85.9699,5.50169,300,15,0,786,0,1,0,0,0),(32943,24735,1,1,1,892,0,2845.29,696.225,100.906,0.461371,300,0,0,417,0,0,0,0,0),(32942,3742,1,1,1,4920,1,3108.48,513.987,4.63546,1.41446,300,5,0,442,490,1,0,0,0),(32941,3742,1,1,1,4920,1,3010.68,518.884,-2.11232,5.56228,300,5,0,442,490,1,0,0,0),(32940,3742,1,1,1,4920,1,3050.76,512.394,-4.97239,0.070165,300,5,0,442,490,1,0,0,0),(32939,3742,1,1,1,4920,1,2982.01,483.061,7.07981,4.37489,300,5,0,442,490,1,0,0,0),(32938,3742,1,1,1,4920,1,2981.58,518.816,2.84567,5.86457,300,15,0,442,490,1,0,0,0),(32937,17310,1,1,1,16975,0,2919.09,-3154.22,177.866,2.98464,600,0,0,4572,0,2,0,0,0),(32936,24734,1,1,1,22612,0,2743.75,683.304,104.479,4.39688,300,0,0,417,0,0,0,0,0),(32935,3740,1,1,1,652,1,3049.89,481.827,5.3554,2.67952,300,5,0,494,0,1,0,0,0),(32934,3740,1,1,1,652,1,2984.46,591.689,15.7224,0.539405,300,2,0,494,0,1,0,0,0),(32933,3996,1,1,1,4172,1,2785.48,-362.46,107.42,2.60054,300,0,0,449,0,0,0,0,0),(32932,3739,1,1,1,540,1,3117.15,488.489,5.25048,0.528312,300,5,0,449,0,1,0,0,0),(32931,3739,1,1,1,540,1,3016.61,481.912,5.46551,5.85321,300,5,0,449,0,1,0,0,0),(32930,3739,1,1,1,540,1,3089.11,441.872,5.91946,5.49546,300,15,0,449,0,1,0,0,0),(32929,3739,1,1,1,540,1,3086.11,610.188,5.1062,5.74109,300,5,0,449,0,1,0,0,0),(32928,3739,1,1,1,540,1,3076.55,580.473,5.19291,2.88522,300,5,0,449,0,1,0,0,0),(32927,3739,1,1,1,540,1,2997.7,472.758,9.23179,3.72353,300,5,0,449,0,1,0,0,0),(32926,3739,1,1,1,540,1,2952.62,519.707,6.11686,6.17492,300,5,0,449,0,1,0,0,0),(12775,23087,564,1,1,21242,0,264.363,1024.53,-62.5458,3.58168,604800,0,0,8,0,0,0,0,0),(32925,3737,1,1,1,3617,1,3016.05,484.366,5.46551,5.85337,300,5,0,449,0,1,0,0,0),(32924,3737,1,1,1,3617,1,3041.41,441.825,5.80814,2.34363,300,5,0,449,0,1,0,0,0),(32923,3737,1,1,1,3617,1,3050.94,584.337,5.51293,2.2283,300,15,0,449,0,1,0,0,0),(32922,3737,1,1,1,3617,1,3014.82,586.841,5.73988,2.26985,300,3,0,449,0,1,0,0,0),(32921,3737,1,1,1,3617,1,2975.12,541.709,4.99684,3.21439,300,15,0,449,0,1,0,0,0),(32920,3737,1,1,1,3617,1,3124.44,604.896,4.17069,4.8486,300,15,0,449,0,1,0,0,0),(32919,3737,1,1,1,3617,1,2940.65,547.378,5.88928,3.74439,300,15,0,449,0,1,0,0,0),(32918,17304,1,1,1,16973,1,2383.96,-3421.95,113.658,1.76278,300,0,0,950,0,0,0,0,0),(32917,3736,1,1,1,4155,1,1826.65,-2657.7,53.2028,2.89725,300,0,0,617,0,0,0,0,0),(32916,12696,1,1,1,12970,1,2310.52,-2554.7,101.948,2.42601,300,0,0,1003,0,0,0,0,0),(32915,22936,1,1,1,21143,0,3001.23,-3207.59,190.235,0.436332,300,0,0,955,0,0,0,0,0),(32914,10647,1,1,1,11331,1,2808.24,-3003.13,157.067,4.11898,19990,0,1,1332,1169,2,0,0,0),(32913,3735,1,1,1,4156,1,3861.7,-214.578,4.53143,1.95477,19990,0,0,472,1357,0,0,0,0),(32912,22935,1,1,1,21142,0,3002.88,-3206.81,190.114,3.59538,600,0,0,10572,0,0,0,0,0),(32911,17303,1,1,1,16971,1,2975.16,-3287.29,155.447,2.99171,300,0,0,852,852,0,0,0,0),(32910,3734,1,1,1,4131,1,3862.34,-193.011,2.92245,2.30158,300,5,0,484,0,1,0,0,0),(32909,3734,1,1,1,4132,1,3863.17,-191.838,2.80899,1.73272,300,5,0,484,0,1,0,0,0),(32908,3734,1,1,1,4131,1,3776.04,-153.112,2.46261,4.15388,300,0,0,484,0,0,0,0,0),(32907,3734,1,1,1,4131,1,3844.11,-177.534,0.958521,1.6873,300,0,0,484,0,2,0,0,0),(32906,3734,1,1,1,4131,1,3789.55,-153.039,0.801208,5.98648,300,0,0,484,0,0,0,0,0),(32905,3734,1,1,1,4131,1,3772.02,-160.296,3.21808,1.20428,300,0,0,484,0,0,0,0,0),(32904,3733,1,1,1,4130,1,3882.2,-115.607,4.94636,0.362684,300,15,0,417,0,1,0,0,0),(32903,3733,1,1,1,4130,1,3818.77,-86.09,5.44358,0.152419,300,5,0,417,0,1,0,0,0),(32902,3733,1,1,1,4130,1,3793.75,-102.582,0.620739,5.27288,300,5,0,417,0,1,0,0,0),(32901,3733,1,1,1,4130,1,3742.06,-86.8233,-0.557266,0.263918,300,5,0,417,0,1,0,0,0),(32900,3733,1,1,1,4130,1,3805.7,-174.765,2.02131,5.19941,300,5,0,417,0,1,0,0,0),(32899,3733,1,1,1,4130,1,3840.12,-224.403,5.65174,4.97869,300,5,0,417,0,1,0,0,0),(32898,3733,1,1,1,4130,1,3860.66,-222.021,8.15174,2.29251,300,5,0,417,0,1,0,0,0),(32897,3733,1,1,1,4129,1,3729.08,-37.8277,-1.57762,5.72466,300,15,0,417,0,1,0,0,0),(32896,17300,1,1,1,8610,1,1723.76,-3478.09,144.235,4.52413,300,0,0,1154,935,0,0,0,0),(32895,3732,1,1,1,4127,1,3755.21,-155.209,6.35239,3.1426,300,5,0,377,408,1,0,0,0),(32894,3732,1,1,1,4128,1,3748.59,-54.5651,-1.70587,3.80075,300,15,0,377,408,1,0,0,0),(32893,3732,1,1,1,4128,1,3742.18,-11.1745,-1.57621,2.15528,300,15,0,377,408,1,0,0,0),(32892,3732,1,1,1,4127,1,3863.1,-202.049,4.40174,4.34272,300,5,0,377,408,1,0,0,0),(32891,3732,1,1,1,4128,1,3873.96,-169.791,4.69705,3.19978,300,5,0,377,408,1,0,0,0),(32890,3732,1,1,1,4127,1,3815.51,-179.61,2.358,2.935,300,5,0,377,408,1,0,0,0),(32889,3732,1,1,1,4128,1,3754.17,-129.166,1.80482,3.17135,300,5,0,377,408,1,0,0,0),(32888,3732,1,1,1,4127,1,3844.09,-185.157,1.45852,2.46172,300,15,0,377,408,1,0,0,0),(32887,3732,1,1,1,4128,1,3829.36,-199.377,2.64631,3.44538,300,5,0,377,408,1,0,0,0),(32886,3732,1,1,1,4127,1,3799.11,-196.772,14.9742,2.93003,300,5,0,377,408,1,0,0,0),(32885,3732,1,1,1,4128,1,3778.44,-125.395,0.370739,4.93159,300,5,0,377,408,1,0,0,0),(32884,10644,1,1,1,165,0,3967.52,154.25,5.58925,4.26096,19990,0,0,573,0,0,0,0,0),(32883,3732,1,1,1,4128,1,3711.89,-55.5722,-1.88072,1.51713,300,5,0,377,408,1,0,0,0),(32882,3987,1,1,1,2002,1,3337.85,-476.5,154.489,5.90067,300,0,0,713,0,0,0,0,0),(32881,3730,1,1,1,19831,1,3479.06,-132.279,5.55183,2.18523,300,5,0,449,0,1,0,0,0),(32880,3730,1,1,1,4224,1,3482.19,-106.232,2.42683,4.95304,300,5,0,449,0,1,0,0,0),(32879,10642,1,1,1,5561,0,1980.5,-1342.54,83.2041,3.52542,19990,0,0,724,732,0,0,0,0),(32878,3730,1,1,1,4223,1,3474.5,-122.443,3.80183,5.72386,300,5,0,449,0,1,0,0,0),(32877,3730,1,1,1,19830,1,3462.67,-103.417,5.5441,5.45513,300,5,0,449,0,1,0,0,0),(32876,3730,1,1,1,4224,1,3461.38,-135.989,7.80795,5.32284,300,5,0,449,0,1,0,0,0),(15857,2349,0,1,1,6808,0,-855.517,51.8557,33.8432,4.48441,300,5,0,664,0,1,0,0,0),(32875,3728,1,1,1,4221,1,3514.57,-114.397,1.15466,2.56648,300,5,0,354,1020,1,0,0,0),(32874,3728,1,1,1,825,1,3518.61,-151.936,1.27167,5.34428,300,5,0,354,1020,1,0,0,0),(15856,2349,0,1,1,6808,0,-876.975,-199.34,41.9151,1.11106,300,5,0,664,0,1,0,0,0),(10558,1012,0,1,1,3196,1,-2985.86,-1989.31,9.20004,0.439952,300,10,0,664,0,1,0,0,0),(135700,16525,532,1,1,16241,0,-11377.6,-1836.78,260.841,0.925025,604800,0,0,30160,0,0,0,0,0),(17727,1924,0,1,1,574,0,508.819,909.236,128.733,1.32645,275,0,0,328,0,0,0,0,0),(15855,2356,0,1,1,3201,0,-953.82,-309.01,57.5317,4.8061,300,10,0,944,0,1,0,0,0),(10557,1012,0,1,1,3196,1,-2969.38,-1571.86,10.271,0.120485,300,5,0,664,0,1,0,0,0),(32873,3728,1,1,1,4220,1,3542.71,-136.809,0.318839,1.75487,300,5,0,354,1020,1,0,0,0),(32872,10640,1,1,1,5773,1,2260.87,-1529.81,88.9161,0.48145,19990,0,0,862,732,2,0,0,0),(32871,6288,1,1,1,4991,1,2086.49,-1182.08,101.779,5.98648,300,0,0,617,0,0,0,0,0),(32870,3727,1,1,1,21014,1,3493.56,-123.427,1.30183,0.0456,300,0,0,494,0,0,0,0,0),(32869,10639,1,1,1,6800,1,3265.91,-365.72,153.103,5.31552,19990,0,1,713,0,2,0,0,0),(32868,3725,1,1,1,4219,1,3546.83,-114.94,4.62679,2.64926,300,5,0,354,1020,1,0,0,0),(32867,3725,1,1,1,4219,1,3546.22,-179.142,5.11862,3.20307,300,5,0,354,1020,1,0,0,0),(32866,3725,1,1,1,4255,1,3510.27,-93.983,3.38457,4.05306,300,5,0,354,1020,1,0,0,0),(32865,3725,1,1,1,4219,1,3452.03,-51.8134,5.74446,0.408123,300,5,0,354,1020,1,0,0,0),(32864,3725,1,1,1,4255,1,3481.8,-52.3731,4.53488,1.11679,300,5,0,354,1020,1,0,0,0),(32863,3725,1,1,1,4219,1,3485.42,-87.0787,3.29556,4.45572,300,5,0,354,1020,1,0,0,0),(32862,3725,1,1,1,4219,1,3458.02,-76.4076,5.26583,0.403615,300,5,0,354,1020,1,0,0,0),(32861,14733,1,1,1,14813,1,1447.91,-1866.85,127.464,6.23082,600,0,0,130700,0,0,0,0,0),(32860,6028,1,1,1,4726,1,2354.76,-2540.69,102.896,2.6529,300,0,0,1003,0,0,0,0,0),(32859,17291,1,1,1,16962,0,2950.43,-3307.5,154.586,1.55334,300,0,0,811,852,0,0,0,0),(32858,3721,1,1,1,10898,0,3802.35,968.512,-8.03689,0.585835,300,12,0,449,0,1,0,0,0),(32857,3721,1,1,1,10898,0,3609.81,1034.62,-1.47468,2.02721,300,12,0,449,0,1,0,0,0),(32856,3721,1,1,1,10898,0,4015.2,912.539,-2.92345,0.949352,300,12,0,449,0,1,0,0,0),(32855,3721,1,1,1,10898,0,3955.71,970.234,-3.50883,6.07318,300,12,0,449,0,1,0,0,0),(32854,3721,1,1,1,10898,0,3473.07,1184.99,-22.0121,1.56149,300,12,0,449,0,1,0,0,0),(32853,3721,1,1,1,10898,0,4050.2,1099.94,-0.609402,1.9571,300,12,0,449,0,1,0,0,0),(32852,3721,1,1,1,10898,0,4153.83,1162.04,5.62734,2.8708,300,12,0,449,0,1,0,0,0),(32851,3721,1,1,1,10898,0,4018.59,1148.75,-17.6231,0.646202,300,12,0,449,0,1,0,0,0),(32850,3721,1,1,1,10898,0,3989.52,1025.14,-7.30087,1.1863,300,12,0,449,0,1,0,0,0),(32849,11656,1,1,1,11860,1,2203.2,-3366.04,96.8431,2.16421,300,0,0,787,0,0,0,0,0),(32848,11656,1,1,1,11858,1,2202.13,-3409.66,93.3878,5.23599,300,0,0,787,0,0,0,0,0),(32847,11656,1,1,1,11859,1,2224.85,-3337.82,99.3078,3.10669,300,0,0,787,0,0,0,0,0),(32846,11656,1,1,1,11857,1,2402,-3125.49,125.344,2.77507,300,0,0,787,0,0,0,0,0),(32845,11656,1,1,1,11859,1,2526.58,-3302.51,120.46,3.1765,300,0,0,787,0,0,0,0,0),(32844,11656,1,1,1,11859,1,2323.88,-3202.9,113.221,3.82227,300,0,0,787,0,0,0,0,0),(32843,11656,1,1,1,11857,1,2334.06,-3177.37,117.694,2.25148,300,0,0,787,0,0,0,0,0),(32842,11656,1,1,1,11858,1,2669.71,-3430.29,119.415,1.0821,300,0,0,787,0,0,0,0,0),(32841,11656,1,1,1,11857,1,2713.81,-3403.05,120.288,1.76278,300,0,0,787,0,0,0,0,0),(32840,11656,1,1,1,11859,1,2545.42,-3315.25,121.958,3.82227,300,0,0,787,0,0,0,0,0),(32839,11656,1,1,1,11860,1,2607.87,-3375.92,122.392,2.67035,300,0,0,787,0,0,0,0,0),(32838,11656,1,1,1,11858,1,2650.66,-3359.6,122.874,5.61996,300,0,0,787,0,0,0,0,0),(32837,11656,1,1,1,11858,1,2398.79,-3225.08,112.181,0.122173,300,0,0,787,0,0,0,0,0),(32836,11656,1,1,1,11858,1,2468.29,-3234.27,117.701,2.19912,300,0,0,787,0,0,0,0,0),(32835,11656,1,1,1,11859,1,2593.29,-3402.34,121.543,1.53589,300,0,0,787,0,0,0,0,0),(32834,11656,1,1,1,11860,1,1462.36,-2289.73,93.4246,1.09956,300,0,0,787,0,0,0,0,0),(32833,11656,1,1,1,11859,1,2307.9,-3169.44,117.247,3.03687,300,0,0,787,0,0,0,0,0),(32832,11656,1,1,1,11859,1,2479.47,-3313.01,114.487,4.36332,300,0,0,787,0,0,0,0,0),(32831,11656,1,1,1,11857,1,2508.28,-3120.97,127.278,4.64258,300,0,0,787,0,0,0,0,0),(32830,11656,1,1,1,11859,1,2440.64,-3264.55,113.036,2.98451,300,0,0,787,0,0,0,0,0),(32829,11656,1,1,1,11860,1,2452.55,-3238.93,117.522,2.05949,300,0,0,787,0,0,0,0,0),(32828,11656,1,1,1,11860,1,2557.19,-3253.48,134.216,1.41372,300,0,0,787,0,0,0,0,0),(32827,11656,1,1,1,11860,1,2431.29,-3159.54,123.182,0.349066,300,0,0,787,0,0,0,0,0),(32826,11656,1,1,1,11858,1,1637.17,-2501.4,98.3124,4.46804,300,0,0,787,0,0,0,0,0),(32825,11656,1,1,1,11859,1,2434.57,-3238.61,114.729,1.11701,300,0,0,787,0,0,0,0,0),(32824,11656,1,1,1,11859,1,1586.9,-2434.39,99.0619,0.855211,300,0,0,787,0,0,0,0,0),(32823,11656,1,1,1,11857,1,1500.29,-2365.04,95.3028,1.0821,300,0,0,787,0,0,0,0,0),(32822,11656,1,1,1,11858,1,2255.57,-3124.82,121.055,0.506145,300,0,0,787,0,0,0,0,0),(32821,11656,1,1,1,11857,1,1509.56,-2417.73,103.832,5.044,300,0,0,787,0,0,0,0,0),(32820,11656,1,1,1,11858,1,2413.12,-3211.73,117.016,5.37561,300,0,0,787,0,0,0,0,0),(32819,11656,1,1,1,11860,1,2325.16,-3136.03,119.352,4.99164,300,0,0,787,0,0,0,0,0),(32818,11656,1,1,1,11860,1,2337.93,-3108.02,121.281,3.35103,300,0,0,787,0,0,0,0,0),(32817,11656,1,1,1,11857,1,2233.86,-3154.32,118.003,2.35619,300,0,0,787,0,0,0,0,0),(32816,11656,1,1,1,11857,1,2253.49,-3150.12,120.004,3.92699,300,0,0,787,0,0,0,0,0),(32815,11656,1,1,1,11860,1,2421.6,-3249.86,111.878,0.017453,300,0,0,787,0,0,0,0,0),(32814,11656,1,1,1,11859,1,2518.71,-3204.72,132.631,1.32645,300,0,0,787,0,0,0,0,0),(32813,11656,1,1,1,11858,1,2252.91,-3163.28,118.994,0.733038,300,0,0,787,0,0,0,0,0),(32812,11656,1,1,1,11858,1,2495.04,-3301.91,117.237,4.31096,300,0,0,787,0,0,0,0,0),(32811,11656,1,1,1,11859,1,2533.26,-3239.75,132.309,0.855211,300,0,0,787,0,0,0,0,0),(32810,11656,1,1,1,11858,1,2218.45,-3217.1,107.222,2.05949,300,0,0,787,0,0,0,0,0),(32809,17287,1,1,1,16959,1,2967.73,-3259.6,160.411,4.32842,600,0,0,2865,0,0,0,0,0),(32808,12678,1,1,1,2281,0,2030.69,-726.054,102.369,3.88457,300,0,0,909,0,2,0,0,0),(32807,12677,1,1,1,11452,0,2518.44,-1615.66,144.605,4.72062,300,0,0,1109,0,2,0,0,0),(32806,3717,1,1,1,4972,1,3680.18,880.982,0.997862,3.79773,300,12,0,354,1020,1,0,0,0),(32805,3717,1,1,1,4972,1,3587.5,954.167,2.10641,0.685622,300,12,0,354,1020,1,0,0,0),(32804,3717,1,1,1,4972,1,3714.14,822.712,5.81897,2.68981,300,12,0,354,1020,1,0,0,0),(32803,3717,1,1,1,4972,1,3616.69,988.471,-2.34442,0.707991,300,12,0,354,1020,1,0,0,0),(32802,3717,1,1,1,4972,1,3785.82,877.504,-0.24825,4.92079,300,12,0,354,1020,1,0,0,0),(32801,3717,1,1,1,4972,1,4080.56,961.215,-0.203517,1.62618,300,12,0,354,1020,1,0,0,0),(32800,3717,1,1,1,4972,1,3922.29,852.322,1.27962,5.8023,300,12,0,354,1020,1,0,0,0),(32799,3717,1,1,1,4972,1,3871.19,888.226,-0.683482,3.00337,300,12,0,354,1020,1,0,0,0),(32798,3717,1,1,1,4972,1,3875.42,844.795,1.83302,2.27804,300,12,0,354,1020,1,0,0,0),(32797,3717,1,1,1,4972,1,4016.9,813.489,8.35246,3.4024,300,0,0,354,1020,2,0,0,0),(32796,3717,1,1,1,4972,1,3935.97,875.792,1.57572,3.4061,300,12,0,354,1020,1,0,0,0),(32795,3717,1,1,1,4972,1,3548.44,921.137,2.82356,0.729061,300,12,0,354,1020,1,0,0,0),(32794,3717,1,1,1,4972,1,4080.67,784.763,8.15307,4.11329,300,12,0,354,1020,1,0,0,0),(32793,3717,1,1,1,4972,1,4113.66,914.943,8.3546,1.09385,300,12,0,354,1020,1,0,0,0),(32792,3717,1,1,1,4972,1,4087.58,889.19,8.64804,1.24051,300,12,0,354,1020,1,0,0,0),(32791,3717,1,1,1,4972,1,3520.83,960.681,2.41987,1.5708,300,12,0,354,1020,1,0,0,0),(32790,3717,1,1,1,4972,1,3754.73,1014.27,-4.67423,6.23418,300,12,0,354,1020,1,0,0,0),(32789,17541,1,1,1,16923,0,2976.06,-3231.43,166.212,1.20428,300,0,0,800,0,0,0,0,0),(32788,1412,1,1,1,134,0,3817.63,603.481,5.6056,2.1441,300,10,0,8,0,1,0,0,0),(32787,12676,1,1,1,12589,0,1979.8,-2624.07,92.8362,1.8135,300,0,0,1308,0,2,0,0,0),(32786,1412,1,1,1,134,0,2129.98,-2285.02,97.1285,1.30898,300,10,0,8,0,1,0,0,0),(32785,1412,1,1,1,134,0,3172.73,-188.879,110.576,0.009433,300,10,0,8,0,1,0,0,0),(32784,1412,1,1,1,134,0,2655.68,-3013.7,158.958,2.05891,300,10,0,8,0,1,0,0,0),(32783,4484,1,1,1,2594,1,3178.51,188.551,3.94626,0.523599,300,0,0,484,0,0,0,0,0),(32782,1412,1,1,1,134,0,3378.51,-1490.01,166.973,1.5084,300,10,0,8,0,1,0,0,0),(32781,1412,1,1,1,134,0,2930.97,-828.331,172.883,1.13511,300,10,0,8,0,1,0,0,0),(32780,1412,1,1,1,134,0,2969.72,-2068.11,202.942,1.88452,300,10,0,8,0,1,0,0,0),(32779,1412,1,1,1,134,0,2387.38,499.178,128.728,3.72689,300,10,0,8,0,1,0,0,0),(32778,1412,1,1,1,134,0,2719.51,-2149.15,196.598,2.04668,300,10,0,8,0,1,0,0,0),(32777,1412,1,1,1,134,0,3057.88,-863.051,195.022,3.94909,300,10,0,8,0,1,0,0,0),(32776,1412,1,1,1,134,0,2129.42,-1298.5,96.7054,5.46946,300,10,0,8,0,1,0,0,0),(32775,1412,1,1,1,134,0,2833.84,100.142,91.9749,4.45059,300,0,0,8,0,0,0,0,0),(32774,1412,1,1,1,134,0,2298.93,-645.908,117.693,5.10523,300,10,0,8,0,1,0,0,0),(32773,3715,1,1,1,4981,1,3652.6,1017.44,-0.965293,0.02262,300,12,0,404,456,1,0,0,0),(32772,3715,1,1,1,4981,1,3653.49,1048.73,-3.29143,0.012661,300,12,0,404,456,1,0,0,0),(32771,3715,1,1,1,4981,1,3630.08,1077.88,-1.98365,3.02484,300,12,0,404,456,1,0,0,0),(32770,3715,1,1,1,4981,1,3573.89,1073.63,-6.83789,1.16909,300,12,0,404,456,1,0,0,0),(32769,3715,1,1,1,4981,1,3448.34,1017.37,2.59086,0.772484,300,12,0,404,456,1,0,0,0),(32768,3715,1,1,1,4981,1,3520.83,1004.17,2.12923,5.2248,300,12,0,404,456,1,0,0,0),(32767,3715,1,1,1,4981,1,3723.27,1154.48,-49.3801,5.73691,300,12,0,404,456,1,0,0,0),(32766,3715,1,1,1,4981,1,3743.5,1082.2,-17.3022,3.76691,300,12,0,404,456,1,0,0,0),(32765,3715,1,1,1,4981,1,3685.9,1185.94,-45.0512,5.77649,300,12,0,404,456,1,0,0,0),(32764,3715,1,1,1,4981,1,3586.14,1215.76,-31.558,0.128679,300,12,0,404,456,1,0,0,0),(32763,3715,1,1,1,4981,1,3517.63,1153.11,-10.6651,2.83547,300,12,0,404,456,1,0,0,0),(32762,3715,1,1,1,4981,1,4173,1285.1,3.45684,3.46136,300,0,0,404,456,0,0,0,0),(32761,3715,1,1,1,4981,1,3685.59,1151.96,-20.5701,4.74171,300,12,0,404,456,1,0,0,0),(32760,3970,1,1,1,2057,0,2810.12,-317.286,109.078,2.72271,300,0,0,713,0,0,0,0,0),(32759,3713,1,1,1,4765,1,3654.37,818.561,5.9,0.073612,300,12,0,417,0,1,0,0,0),(32758,3713,1,1,1,4765,1,3548.84,984.936,1.28472,2.53989,300,12,0,417,0,1,0,0,0),(32757,3713,1,1,1,4765,1,3809.31,818.768,3.09263,3.58724,300,12,0,417,0,1,0,0,0),(32756,3713,1,1,1,4765,1,3887.99,824.165,1.52507,0.543154,300,12,0,417,0,1,0,0,0),(32755,3713,1,1,1,4765,1,4047.4,854.167,3.82779,3.81636,300,12,0,417,0,1,0,0,0),(32754,3713,1,1,1,4765,1,3988.62,854.356,1.18871,5.86421,300,12,0,417,0,1,0,0,0),(32753,3713,1,1,1,4765,1,3884.67,885.037,1.06652,4.1256,300,12,0,417,0,1,0,0,0),(32752,3713,1,1,1,4765,1,4052.85,784.868,4.46525,1.75008,300,12,0,417,0,1,0,0,0),(32751,3713,1,1,1,4765,1,3720.82,1021.27,-5.9036,4.15404,300,12,0,417,0,1,0,0,0),(32750,11137,1,1,1,10636,1,2672.31,-363.604,110.811,2.51327,300,0,0,1342,0,0,0,0,0),(32749,3969,1,1,1,2059,0,2771.84,-404.299,111.544,2.84489,300,0,0,896,0,0,0,0,0),(32748,3712,1,1,1,11264,1,3529.75,1095.86,2.47069,3.17499,300,12,0,404,456,1,0,0,0),(32747,3712,1,1,1,11264,1,3596.9,1045.92,-2.27825,5.98163,300,12,0,404,456,1,0,0,0),(32746,3712,1,1,1,11264,1,3683.16,1054.45,-3.58551,5.45566,300,12,0,404,456,1,0,0,0),(32745,3712,1,1,1,11264,1,3548.79,1055.32,1.2061,1.94044,300,12,0,404,456,1,0,0,0),(32744,3712,1,1,1,11264,1,4151.56,1080.98,5.19125,1.5708,300,12,0,404,456,1,0,0,0),(32743,3712,1,1,1,11264,1,3533.6,1128.62,-4.72948,2.63441,300,12,0,404,456,1,0,0,0),(32742,3712,1,1,1,11264,1,3688.59,1097.77,-12.6199,6.11953,300,12,0,404,456,1,0,0,0),(32741,3712,1,1,1,11264,1,3554.23,1185.03,-11.3128,5.93647,300,12,0,404,456,1,0,0,0),(32740,3712,1,1,1,11264,1,3723.17,1111.13,-25.8633,3.20846,300,12,0,404,456,1,0,0,0),(32739,3712,1,1,1,11264,1,3552.2,1222.85,-37.6775,1.61088,300,12,0,404,456,1,0,0,0),(32738,3712,1,1,1,11264,1,3519.96,1212.73,-35.1475,5.5446,300,12,0,404,456,1,0,0,0),(32737,3712,1,1,1,11264,1,3522.33,1189.9,-18.0676,4.81243,300,12,0,404,456,1,0,0,0),(32736,3712,1,1,1,11264,1,3485.27,912.115,5.39202,4.9316,300,12,0,404,456,1,0,0,0),(32735,3711,1,1,1,6747,1,3480.51,1051.29,0.15928,2.85975,300,12,0,494,0,1,0,0,0),(32734,3711,1,1,1,6747,1,4055.59,1248.42,-27.6482,4.8829,300,12,0,494,0,1,0,0,0),(32733,3711,1,1,1,6747,1,4123.95,1284.23,2.36956,0.675914,300,12,0,494,0,1,0,0,0),(32732,3711,1,1,1,6747,1,4089.29,1219.06,-22.1998,6.01098,300,12,0,494,0,1,0,0,0),(32731,3711,1,1,1,6747,1,4078.5,1292.64,-0.700187,2.50727,300,12,0,494,0,1,0,0,0),(32730,3711,1,1,1,6747,1,4089.36,1240.29,-12.3752,5.13693,300,12,0,494,0,1,0,0,0),(32729,3711,1,1,1,6747,1,4184.61,1349,8.15056,0.453909,300,12,0,494,0,1,0,0,0),(32728,3711,1,1,1,6747,1,4175.78,1284.99,2.77173,3.76264,300,0,0,494,0,0,0,0,0),(32727,3711,1,1,1,6747,1,4144.84,1286.15,3.53631,2.49402,300,12,0,494,0,1,0,0,0),(32726,3711,1,1,1,6747,1,4115.92,1414.73,-7.53851,2.0574,300,12,0,494,0,1,0,0,0),(32725,3711,1,1,1,6747,1,4217.98,1327.39,3.88642,1.92844,300,12,0,494,0,1,0,0,0),(32724,3711,1,1,1,6747,1,4188.38,1247.62,-0.476587,5.50469,300,12,0,494,0,1,0,0,0),(10556,1010,0,1,1,714,1,-3017.43,-1854.96,9.08751,5.04519,300,5,0,573,0,1,0,0,0),(10553,1010,0,1,1,714,1,-2997.37,-2508.08,11.5544,4.17134,300,0,0,573,0,0,0,0,0),(10554,1011,0,1,1,8598,1,-2999.13,-2502.48,11.504,5.51524,300,0,0,617,0,0,0,0,0),(10555,1012,0,1,1,3196,1,-2980.33,-1920.25,10.4625,5.37076,300,10,0,664,0,1,0,0,0),(10552,1012,0,1,1,3196,1,-2961.54,-1559.72,9.40382,3.67879,300,5,0,664,0,1,0,0,0),(10551,1007,0,1,1,3199,1,-3988.22,-2935.29,11.8705,1.81235,300,10,0,494,0,1,0,0,0),(10550,1054,0,1,1,3487,1,-2553.87,-2357,82.9894,5.99716,300,0,0,955,0,2,0,0,0),(10549,1054,0,1,1,3487,1,-2561.05,-2349.46,79.9347,3.07294,300,3,0,955,0,1,0,0,0),(10546,1053,0,1,1,3488,1,-2574.07,-2355.85,86.6012,4.45303,300,0,0,905,0,0,0,0,0),(15854,2372,0,1,1,10643,1,-942.207,-915.602,27.8461,0.05229,300,10,0,787,0,1,0,0,0),(15853,2349,0,1,1,6808,0,-996.607,-168.921,30.7999,4.59288,300,3,0,664,0,1,0,0,0),(15852,2349,0,1,1,6808,0,-843.959,-222.429,38.0617,0.22431,300,0,0,664,0,0,0,0,0),(10545,1057,0,1,1,4918,1,-3441.87,-2357.99,51.9392,4.50485,300,0,0,519,1443,0,0,0,0),(10544,1034,0,1,1,4916,1,-3442.35,-2347.5,51.9232,1.26079,300,0,0,635,0,0,0,0,0),(10543,1057,0,1,1,4918,1,-3455.21,-2365.63,52.0236,4.39069,300,5,0,519,1443,1,0,0,0),(10542,1034,0,1,1,4916,1,-3450.57,-2350.7,51.8991,6.17739,300,0,0,635,0,0,0,0,0),(10541,2089,0,1,1,925,0,-2831.14,-1176.66,6.53969,0.571813,300,10,0,734,0,1,0,0,0),(10540,2089,0,1,1,925,0,-2699.69,-1288.06,3.9075,2.96488,300,10,0,734,0,1,0,0,0),(10539,1400,0,1,1,1036,0,-2961.38,-1775.9,9.15042,0.392838,300,10,0,617,0,1,0,0,0),(10538,2089,0,1,1,925,0,-2723.12,-1316.69,7.00648,3.25505,300,10,0,734,0,1,0,0,0),(10537,1400,0,1,1,1036,0,-3009.87,-2352.35,7.52375,0.212903,300,10,0,617,0,1,0,0,0),(10536,1400,0,1,1,1036,0,-2919.05,-1780.01,7.99276,4.59393,300,10,0,617,0,1,0,0,0),(10534,1007,0,1,1,3199,1,-4072.19,-2990.71,11.7917,1.98968,300,0,0,494,0,0,0,0,0),(10535,1400,0,1,1,1036,0,-2961.87,-2015.78,7.8746,6.04338,300,10,0,617,0,1,0,0,0),(10533,1032,0,1,1,767,0,-2918.34,-2181.64,22.291,2.2323,300,10,0,617,0,1,0,0,0),(10532,1032,0,1,1,767,0,-2952.29,-2176.22,18.7521,3.04387,300,10,0,617,0,1,0,0,0),(10531,1007,0,1,1,3199,1,-4049.52,-2969.08,12.8979,0.57369,300,10,0,494,0,1,0,0,0),(10530,1008,0,1,1,355,1,-4067.02,-2978.21,11.9397,5.34071,300,0,0,531,0,0,0,0,0),(10501,1008,0,1,1,355,1,-4072.41,-2958.66,11.6208,1.52948,300,10,0,531,0,1,0,0,0),(10493,1008,0,1,1,355,1,-4066.44,-2987.48,11.9348,1.309,300,0,0,531,0,0,0,0,0),(10492,1008,0,1,1,355,1,-4032.78,-2986.63,11.9904,0.839611,300,10,0,531,0,1,0,0,0),(10491,1008,0,1,1,355,1,-4063.15,-2975.87,11.9583,4.57276,300,0,0,531,0,0,0,0,0),(10490,1009,0,1,1,3197,1,-4058.04,-2981.57,11.9348,3.14159,300,0,0,472,1357,0,0,0,0),(10489,1053,0,1,1,3488,1,-2560.64,-2382.81,77.6092,3.19873,300,3,0,905,0,1,0,0,0),(10488,1052,0,1,1,3490,1,-2566.06,-2378.67,77.6092,3.35033,300,3,0,853,0,1,0,0,0),(10487,1052,0,1,1,3490,1,-2619.26,-2335.63,79.94,1.22507,300,5,0,853,0,1,0,0,0),(10486,1007,0,1,1,3199,1,-4073.08,-2976.33,12.0071,0.539413,300,10,0,494,0,1,0,0,0),(10485,6523,0,1,1,825,1,-2632.87,-2399.91,88.3979,4.41568,300,0,0,800,0,0,0,0,0),(10484,1051,0,1,1,825,1,-2635.07,-2381.64,89.4912,1.38104,300,5,0,800,0,1,0,0,0),(10483,1051,0,1,1,825,1,-2624.68,-2376.85,85.9369,0.521326,300,0,0,800,0,0,0,0,0),(10482,1007,0,1,1,3199,1,-4052.45,-2982.59,11.7729,0.593412,300,0,0,494,0,0,0,0,0),(10461,1008,0,1,1,355,1,-4058.9,-2985.91,11.8979,2.56563,300,0,0,531,0,0,0,0,0),(10460,1007,0,1,1,3199,1,-4138.96,-2921.73,12.9417,4.71629,300,10,0,494,0,1,0,0,0),(10346,1007,0,1,1,3199,1,-4189.91,-2681.84,40.1847,6.24746,300,10,0,494,0,1,0,0,0),(10344,1007,0,1,1,3199,1,-4052.08,-3002.08,13.1214,1.3084,300,10,0,494,0,1,0,0,0),(10345,1007,0,1,1,3199,1,-4225.75,-2671.04,41.6694,0.021914,300,0,0,494,0,0,0,0,0),(10343,1007,0,1,1,3199,1,-4221.58,-2701.88,41.2771,2.1412,300,10,0,494,0,1,0,0,0),(10342,1052,0,1,1,3490,1,-2579.64,-2379.24,80.6647,5.61045,300,0,0,853,0,0,0,0,0),(10340,1007,0,1,1,3199,1,-4215.04,-2683.88,41.2623,3.22886,300,0,0,494,0,0,0,0,0),(10341,1007,0,1,1,3199,1,-4216.07,-2735.79,37.9881,2.36172,300,10,0,494,0,1,0,0,0),(10338,1007,0,1,1,3199,1,-4204.14,-2707.92,41.1559,6.23044,300,10,0,494,0,1,0,0,0),(10339,1007,0,1,1,3199,1,-4240.82,-2702.66,44.1965,4.18837,300,3,0,494,0,1,0,0,0),(15851,2349,0,1,1,6808,0,-953.632,-97.4644,22.9297,4.42711,300,10,0,664,0,1,0,0,0),(10337,1008,0,1,1,355,1,-4209.15,-2694.54,40.9661,0.055853,300,10,0,531,0,1,0,0,0),(10336,1007,0,1,1,3199,1,-4225.24,-2692.61,41.3766,0.087266,300,0,0,494,0,0,0,0,0),(10335,1007,0,1,1,3199,1,-4220.1,-2686.8,41.3762,4.69494,300,0,0,494,0,0,0,0,0),(10333,1007,0,1,1,3199,1,-4129,-2948.98,12.0394,3.02874,300,10,0,494,0,1,0,0,0),(10334,1030,0,1,1,360,0,-4100.48,-2834.35,13.5845,3.9049,300,10,0,494,0,1,0,0,0),(10331,1028,0,1,1,1079,1,-3122.4,-1250.55,4.76509,0.525685,300,5,0,504,1443,1,0,0,0),(10332,1007,0,1,1,3199,1,-4132.52,-2958.87,12.6349,2.41405,300,10,0,494,0,1,0,0,0),(15850,2304,0,1,1,3769,1,-1312.83,-1209.42,49.986,5.3058,300,0,0,1057,0,0,0,0,0),(15849,2356,0,1,1,3201,0,-942.348,125.093,45.2666,3.97392,300,10,0,944,0,1,0,0,0),(15848,2349,0,1,1,6808,0,-790.396,19.3241,33.0959,5.92816,300,5,0,664,0,1,0,0,0),(15847,2372,0,1,1,10643,1,-948.27,-979.894,30.4729,1.76262,300,5,0,787,0,1,0,0,0),(15846,2356,0,1,1,3201,0,-722.575,86.4662,40.9657,0.475582,300,10,0,944,0,1,0,0,0),(15845,2372,0,1,1,10643,1,-919.259,-934.739,30.4115,0.488692,300,0,0,787,0,0,0,0,0),(15844,2372,0,1,1,10643,1,-937.706,-959.999,30.4531,1.20107,300,5,0,787,0,1,0,0,0),(15843,2349,0,1,1,6808,0,-913.493,-361.534,33.5272,3.40219,300,10,0,664,0,1,0,0,0),(15842,2356,0,1,1,3201,0,-185.838,-1326.63,101.229,1.40404,300,5,0,944,0,1,0,0,0),(15841,2372,0,1,1,10643,1,-946.504,-1013.25,30.4729,2.52287,300,5,0,787,0,1,0,0,0),(15840,2354,0,1,1,1007,0,-506.029,-639.508,42.91,5.67254,300,10,0,742,0,1,0,0,0),(15839,14280,0,1,1,706,0,-451.793,-1686.39,85.388,1.55137,43200,0,0,1080,0,0,0,0,0),(15838,2260,0,1,1,3618,1,-594.373,-1525.63,53.6946,5.26328,300,0,0,531,0,0,0,0,0),(15837,2356,0,1,1,3201,0,-735.729,-180.585,37.4502,0.017576,300,5,0,944,0,1,0,0,0),(15836,2385,0,1,1,1056,0,-1026.26,-889.802,36.7849,2.62038,300,10,0,840,0,1,0,0,0),(15835,2385,0,1,1,1056,0,-666.099,-775.35,14.2944,3.39036,300,5,0,840,0,1,0,0,0),(15834,2350,0,1,1,1989,0,-439.264,-957.117,35.8858,3.64546,300,5,0,494,0,1,0,0,0),(15833,2267,0,1,1,11035,1,-574.721,-23.1062,46.4619,6.16314,300,5,0,664,0,1,0,0,0),(15832,2244,0,1,1,3622,1,-444.964,-1554.26,65.0659,4.93516,300,3,0,441,1272,1,0,0,0),(15831,2261,0,1,1,3624,1,-445.459,-1559.73,65.0659,2.50852,300,3,0,494,0,1,0,0,0),(15830,2261,0,1,1,3624,1,-449.12,-1546.14,65.1909,4.73355,300,3,0,494,0,1,0,0,0),(15829,2261,0,1,1,3624,1,-432.179,-1405.26,98.5877,2.16686,300,3,0,494,0,1,0,0,0),(15828,2348,0,1,1,8014,0,-1049.22,-1117.64,44.9888,3.51085,300,10,0,787,0,1,0,0,0),(15827,1933,0,1,1,856,0,-888.653,-438.324,8.68022,3.94408,300,10,0,14,0,1,0,0,0),(15826,2376,0,1,1,4920,1,-1075,-125,1.94492,1.28027,300,10,0,892,852,1,0,0,0),(15825,2349,0,1,1,6808,0,-805.057,132.111,43.4066,1.0468,300,5,0,664,0,1,0,0,0),(15824,2351,0,1,1,806,0,-90.6082,-1077.51,45.6839,1.03179,300,10,0,677,0,1,0,0,0),(15823,2356,0,1,1,3201,0,-781.78,127.34,43.5662,5.31015,300,10,0,944,0,1,0,0,0),(15822,2269,0,1,1,3629,1,-848.666,55.4627,3.89097,4.31096,300,0,0,787,0,0,0,0,0),(15821,2269,0,1,1,3629,1,-860.562,79.8099,3.95971,1.85005,300,0,0,787,0,0,0,0,0),(15820,2356,0,1,1,3201,0,-805.364,91.4179,37.0051,0.160089,300,5,0,944,0,1,0,0,0),(15819,2377,0,1,1,1079,1,-1068.23,-223.983,2.85766,0.677367,300,10,0,935,878,1,0,0,0),(15818,2351,0,1,1,806,0,-215.806,-1074.12,44.7247,0.248504,300,10,0,677,0,1,0,0,0),(15817,2350,0,1,1,1989,0,40.4206,-746.088,71.1263,5.3188,300,10,0,494,0,1,0,0,0),(15816,2269,0,1,1,3629,1,-840.58,79.3419,3.71694,0.174533,300,0,0,787,0,0,0,0,0),(15815,2269,0,1,1,3629,1,-869.394,61.9262,2.83463,3.59538,300,0,0,787,0,0,0,0,0),(15814,2269,0,1,1,3629,1,-834.196,65.6549,2.36667,0.436332,300,0,0,787,0,0,0,0,0),(15813,2348,0,1,1,8014,0,-1153.13,-1064.42,43.9334,1.30591,300,10,0,787,0,1,0,0,0),(10329,1111,0,1,1,711,0,-3848.16,-2734.02,24.1045,5.07367,300,5,0,531,0,1,0,0,0),(10330,1420,0,1,1,901,0,-4067.34,-2893.05,6.2549,2.52712,300,10,0,8,0,1,0,0,0),(10326,1417,0,1,1,1035,0,-3555.18,-2825.63,12.8271,5.92375,300,10,0,531,0,1,0,0,0),(10327,1417,0,1,1,1035,0,-3547.99,-2807.82,12.3492,4.74764,300,10,0,531,0,1,0,0,0),(10328,1400,0,1,1,1036,0,-3646.75,-1099.32,-30.7649,1.50231,300,10,0,617,0,1,0,0,0),(15812,2269,0,1,1,3629,1,-846.041,100.189,4.02172,3.03687,300,0,0,787,0,0,0,0,0),(15811,2269,0,1,1,3629,1,-793.782,147.762,2.4743,5.96903,300,0,0,787,0,0,0,0,0),(15810,2269,0,1,1,3629,1,-831.809,180.525,3.66789,3.57792,300,0,0,787,0,0,0,0,0),(10325,1417,0,1,1,1035,0,-4152.13,-3132.46,5.73965,0.928255,300,10,0,531,0,1,0,0,0),(10324,1417,0,1,1,1035,0,-4224.32,-3012.97,6.48726,2.65989,300,10,0,531,0,1,0,0,0),(10323,1417,0,1,1,1035,0,-4146.04,-3118.94,4.47797,1.47015,300,10,0,531,0,1,0,0,0),(10322,1417,0,1,1,1035,0,-4223.42,-3041.68,6.04878,0.976977,300,10,0,531,0,1,0,0,0),(10321,1024,0,1,1,486,1,-3283.66,-880.341,-11.4841,4.83463,300,10,0,494,0,1,0,0,0),(10320,1024,0,1,1,486,1,-3213.06,-1177.98,6.21252,0.247256,300,10,0,494,0,1,0,0,0),(10319,1420,0,1,1,901,0,-3850.16,-790.834,5.61526,1.88266,300,10,0,8,0,1,0,0,0),(10318,1053,0,1,1,3488,1,-2656.31,-2334.48,81.5044,4.51855,300,3,0,905,0,1,0,0,0),(10315,1043,0,1,1,956,0,-3162.01,-2913.56,20.2841,6.12379,300,0,0,582,618,0,0,0,0),(10316,1044,0,1,1,8712,0,-3023.14,-3042.27,48.1438,5.34306,300,5,0,684,693,1,0,0,0),(10317,1054,0,1,1,3487,1,-2664.33,-2312.39,77.0616,0.304429,300,0,0,955,0,0,0,0,0),(15809,2503,0,1,1,3633,1,-808.738,149.834,1.87165,2.87208,300,5,0,840,0,1,0,0,0),(15808,2376,0,1,1,4920,1,-1011.84,-129.803,11.1552,2.1293,300,0,0,892,852,0,0,0,0),(15807,2269,0,1,1,3629,1,-837.805,202.875,7.11099,6.26573,300,0,0,787,0,0,0,0,0),(15806,2269,0,1,1,3629,1,-818.565,164.776,2.56275,5.61996,300,0,0,787,0,0,0,0,0),(10313,1069,0,1,1,505,0,-3336.33,-3048.23,22.8705,6.17943,300,10,0,640,655,1,0,0,0),(10314,1044,0,1,1,8712,0,-3329.34,-3142.63,24.0506,4.49393,300,5,0,684,693,1,0,0,0),(10311,1053,0,1,1,3488,1,-2641.13,-2324.54,77.6194,0.906131,300,3,0,905,0,1,0,0,0),(10312,1054,0,1,1,3487,1,-2661.47,-2315.37,70.394,3.74976,300,3,0,955,0,1,0,0,0),(10308,1030,0,1,1,360,0,-3963.87,-2755.25,23.4898,6.07659,300,10,0,494,0,1,0,0,0),(10309,1030,0,1,1,360,0,-3982.64,-2649.28,37.4823,1.34909,300,10,0,494,0,1,0,0,0),(10310,1054,0,1,1,3487,1,-2661.39,-2320.36,77.0608,3.78494,300,3,0,955,0,1,0,0,0),(15805,2270,0,1,1,3632,1,-915.231,182.212,23.2813,2.78648,300,3,0,840,0,1,0,0,0),(15804,2270,0,1,1,5786,1,-868.207,240.835,10.4293,3.05381,300,3,0,840,0,1,0,0,0),(10306,1008,0,1,1,355,1,-4146.9,-2944.04,11.773,0.872665,300,0,0,531,0,0,0,0,0),(10307,1008,0,1,1,355,1,-4144.46,-2947.21,11.7644,4.06662,300,0,0,531,0,0,0,0,0),(10304,1008,0,1,1,355,1,-4138.8,-2946.87,11.7057,1.65806,300,0,0,531,0,0,0,0,0),(10305,1008,0,1,1,355,1,-4150.86,-2934.45,11.8647,5.41052,300,0,0,531,0,0,0,0,0),(15803,2270,0,1,1,5786,1,-886.373,216.164,8.92925,1.88829,300,5,0,840,0,1,0,0,0),(15802,2349,0,1,1,6808,0,-757.255,115.974,42.0158,4.75533,300,10,0,664,0,1,0,0,0),(15801,2267,0,1,1,11035,1,-610.208,-10.3735,46.2024,3.59161,300,5,0,664,0,1,0,0,0),(15800,2261,0,1,1,3624,1,-615.279,-1096.56,67.6339,5.02655,300,3,0,494,0,1,0,0,0),(15799,2270,0,1,1,5785,1,-918.58,219.531,10.1827,3.54986,300,0,0,840,0,2,0,0,0),(1324,978,0,1,1,4459,1,-11424.7,-948.231,17.6417,0.872994,300,2,0,1305,1186,1,0,0,0),(10303,1007,0,1,1,3199,1,-4152.68,-2977.34,12.7964,5.34055,300,10,0,494,0,1,0,0,0),(10302,1007,0,1,1,3199,1,-4162.28,-2944.59,12.7057,1.53543,300,10,0,494,0,1,0,0,0),(10301,1007,0,1,1,3199,1,-4162.66,-2921,11.9572,3.08228,300,10,0,494,0,1,0,0,0),(10300,1008,0,1,1,355,1,-4141.91,-2938.76,11.7057,5.39307,300,0,0,531,0,0,0,0,0),(10269,1033,0,1,1,11139,0,-2843.91,-2208.26,6.92763,3.8737,300,3,0,734,0,1,0,0,0),(10268,1031,0,1,1,11138,0,-2843.38,-2201.32,6.92763,3.82089,300,3,0,664,0,1,0,0,0),(10267,1033,0,1,1,11139,0,-2813.15,-2200.87,6.92762,3.93057,300,5,0,734,0,1,0,0,0),(10266,1052,0,1,1,3490,1,-2661.03,-2379.38,87.6332,4.03896,300,3,0,853,0,1,0,0,0),(10265,1008,0,1,1,355,1,-4136.65,-2940.41,11.7057,0.244346,300,0,0,531,0,0,0,0,0),(10264,1033,0,1,1,11139,0,-2828.22,-2210.34,7.69857,5.96883,300,3,0,734,0,1,0,0,0),(10263,1031,0,1,1,11138,0,-2847.37,-2239.42,16.3135,3.99883,300,3,0,664,0,1,0,0,0),(10262,1053,0,1,1,3488,1,-2667.45,-2373.61,87.6332,0.041711,300,3,0,905,0,1,0,0,0),(10257,1052,0,1,1,3490,1,-2646.61,-2378.7,90.6888,4.06435,300,0,0,853,0,0,0,0,0),(10255,1031,0,1,1,11138,0,-2814.44,-2209.07,6.92762,1.25853,300,5,0,664,0,1,0,0,0),(10256,1033,0,1,1,11139,0,-2816.78,-2202.98,6.92762,4.32053,300,5,0,734,0,1,0,0,0),(15798,2369,0,1,1,11255,1,-1011.14,-587.822,-3.16486,4.93061,300,10,0,1050,0,1,0,0,0),(15797,2244,0,1,1,3621,1,-667.731,-1068.81,61.7843,3.12414,300,3,0,441,1272,1,0,0,0),(15796,2260,0,1,1,3618,1,-639.576,-1047.93,61.9746,0.659769,300,5,0,531,0,1,0,0,0),(15795,2261,0,1,1,3624,1,-671.125,-1083.69,57.4729,4.08407,300,0,0,494,0,0,0,0,0),(15794,2261,0,1,1,3624,1,-617.645,-1079.6,65.8402,2.55686,300,0,0,494,0,2,0,0,0),(15793,2260,0,1,1,3616,1,-626.829,-1046.53,64.5422,3.09189,300,0,0,531,0,0,0,0,0),(15792,2244,0,1,1,3621,1,-638.437,-1025.28,67.2314,4.43314,300,3,0,441,1272,1,0,0,0),(15791,2244,0,1,1,3621,1,-581.42,-1066.28,65.9611,5.34071,300,0,0,441,1272,0,0,0,0),(15790,2261,0,1,1,3623,1,-586.496,-1078.82,65.8181,3.67051,300,0,0,494,0,2,0,0,0),(15789,2261,0,1,1,3623,1,-634.535,-1038.21,62.3357,3.1765,300,0,0,494,0,0,0,0,0),(15788,2260,0,1,1,3618,1,-572.742,-1047.91,60.7267,0.568314,300,3,0,531,0,1,0,0,0),(15787,2349,0,1,1,6808,0,-985.572,0.575147,33.3112,3.63057,300,3,0,664,0,1,0,0,0),(15786,2267,0,1,1,11035,1,-485.65,80.8341,56.9004,3.86654,300,5,0,664,0,1,0,0,0),(15785,2349,0,1,1,6808,0,-949.549,139.914,45.4527,1.51606,300,3,0,664,0,1,0,0,0),(15784,2351,0,1,1,806,0,58.7816,-706.181,78.2804,1.67066,300,10,0,677,0,1,0,0,0),(15783,2354,0,1,1,1007,0,-607.447,-422.951,38.1004,5.5749,300,10,0,742,0,1,0,0,0),(15782,2268,0,1,1,4125,1,-446.198,30.0496,54.0661,4.5204,300,0,0,734,0,0,0,0,0),(15781,2350,0,1,1,1989,0,110.183,-653.619,91.221,0.246875,300,3,0,494,0,1,0,0,0),(15780,2351,0,1,1,806,0,209.679,-668.532,109.223,5.76516,300,5,0,677,0,1,0,0,0),(15779,2351,0,1,1,806,0,115.154,-686.249,90.0052,3.54059,300,10,0,677,0,1,0,0,0),(15778,2351,0,1,1,806,0,216.231,-730.541,105.681,5.85945,300,3,0,677,0,1,0,0,0),(15777,2350,0,1,1,1989,0,187.574,-741.51,97.9369,2.81737,300,10,0,494,0,1,0,0,0),(15776,2351,0,1,1,806,0,78.4173,-777.277,70.6458,4.70745,300,10,0,677,0,1,0,0,0),(15775,2350,0,1,1,1989,0,83.3307,-880.526,68.9119,4.45367,300,5,0,494,0,1,0,0,0),(15774,2350,0,1,1,1989,0,108.132,-833.398,78.8084,1.79048,300,5,0,494,0,1,0,0,0),(15773,2350,0,1,1,1989,0,94.1743,-971.394,61.7514,2.59431,300,10,0,494,0,1,0,0,0),(15772,2351,0,1,1,806,0,64.3895,-1070.99,53.882,0.782636,300,10,0,677,0,1,0,0,0),(15771,2350,0,1,1,1989,0,107.641,-937.21,67.9427,0.226506,300,5,0,494,0,1,0,0,0),(15770,2350,0,1,1,1989,0,195.406,-1084.31,65.7823,1.15904,300,10,0,494,0,1,0,0,0),(15769,2350,0,1,1,1989,0,208.369,-1175.18,48.4631,2.06328,300,10,0,494,0,1,0,0,0),(15768,2350,0,1,1,1989,0,182.049,-1094.62,58.9926,3.40647,300,10,0,494,0,1,0,0,0),(15767,2351,0,1,1,806,0,144.273,-1117.28,52.5055,1.44547,300,10,0,677,0,1,0,0,0),(15766,2350,0,1,1,1989,0,115.691,-1120.33,44.6396,1.96183,300,10,0,494,0,1,0,0,0),(15765,2351,0,1,1,806,0,197.716,-1133.85,52.7841,0.912655,300,10,0,677,0,1,0,0,0),(15764,2350,0,1,1,1989,0,172.187,-977.416,74.1867,4.95475,300,5,0,494,0,1,0,0,0),(15763,2351,0,1,1,806,0,155.689,-956.085,73.7249,1.75327,300,5,0,677,0,1,0,0,0),(15762,2214,0,1,1,2863,1,-611.302,401.456,83.1437,0.401426,300,0,0,713,0,0,0,0,0),(15761,2375,0,1,1,3617,1,-1085.29,-16.9984,0.839861,1.3556,300,10,0,950,0,1,0,0,0),(15760,2349,0,1,1,6808,0,-49.1415,-1239.2,65.6833,2.43085,300,10,0,664,0,1,0,0,0),(15759,2440,0,1,1,3732,1,197.786,-877.11,158.109,4.78783,300,5,0,1163,0,1,0,0,0),(15758,2375,0,1,1,3617,1,-1087.7,1.44276,4.10512,4.45059,300,0,0,950,0,0,0,0,0),(15757,2375,0,1,1,3617,1,-1152.48,112.968,8.37945,1.24368,300,10,0,950,0,1,0,0,0),(15756,2374,0,1,1,1305,1,-1093.65,8.58892,7.98012,3.28122,300,0,0,896,0,0,0,0,0),(15755,2269,0,1,1,3629,1,-708.115,156.299,19.1837,4.99164,300,0,0,787,0,0,0,0,0),(15754,2374,0,1,1,1305,1,-1146.47,174.013,2.73987,3.59538,300,10,0,896,0,1,0,0,0),(15753,2375,0,1,1,3617,1,-1131.54,203.149,3.67675,2.02458,300,0,0,950,0,0,0,0,0),(15752,2375,0,1,1,3617,1,-1154.16,169.146,0.997761,5.13127,300,10,0,950,0,1,0,0,0),(15751,2387,0,1,1,3628,1,-477.307,101.972,56.9653,1.00695,300,5,0,590,1633,1,0,0,0),(15750,2375,0,1,1,3617,1,-1145.12,184.492,1.9518,0.448452,300,10,0,950,0,1,0,0,0),(15749,2374,0,1,1,1305,1,-1170.22,113.849,1.29036,1.15192,300,0,0,896,0,0,0,0,0),(15748,2375,0,1,1,3617,1,-1155.24,50.7511,-0.747386,3.85219,300,10,0,950,0,1,0,0,0),(15747,2374,0,1,1,1305,1,-1176.57,102.856,-0.78427,4.10152,300,0,0,896,0,0,0,0,0),(15746,2374,0,1,1,1305,1,-1129.13,230.396,0.300731,0.062541,300,10,0,896,0,1,0,0,0),(15745,2348,0,1,1,8014,0,-1090.93,-1139.18,50.3798,2.60047,300,10,0,787,0,1,0,0,0),(15744,2375,0,1,1,3617,1,-1102.11,280.263,0.827282,1.22173,300,0,0,950,0,0,0,0,0),(15743,2375,0,1,1,3617,1,-1163.77,96.8125,1.76664,5.41052,300,0,0,950,0,0,0,0,0),(15742,2375,0,1,1,3617,1,-1034.3,272.119,2.67204,5.74963,300,10,0,950,0,1,0,0,0),(15741,2375,0,1,1,3617,1,-1111.74,286.251,-1.23748,3.12206,300,10,0,950,0,1,0,0,0),(15740,2349,0,1,1,6808,0,-753.661,-46.792,29.756,2.07638,300,10,0,664,0,1,0,0,0),(15739,2356,0,1,1,3201,0,-1001.48,-140.175,16.1595,3.18454,300,5,0,944,0,1,0,0,0),(15738,2348,0,1,1,8014,0,-1082.36,-1254.11,54.3046,2.53949,300,10,0,787,0,1,0,0,0),(15737,2349,0,1,1,6808,0,-907.004,75.693,35.3689,2.17265,300,10,0,664,0,1,0,0,0),(15736,2374,0,1,1,1305,1,-1118.84,255.641,1.17793,2.16421,300,0,0,896,0,0,0,0,0),(10254,1031,0,1,1,11138,0,-2816.46,-2240.37,16.3169,5.3601,300,3,0,664,0,1,0,0,0),(10253,1032,0,1,1,767,0,-2854.43,-2215.41,31.5077,5.59173,300,3,0,617,0,1,0,0,0),(12774,23087,564,1,1,21242,0,318.485,992.548,-62.7044,3.9968,604800,0,0,8,0,0,0,0,0),(15735,2368,0,1,1,4763,1,-1252.3,-995.088,10.4783,2.99473,300,10,0,896,0,1,0,0,0),(15734,2375,0,1,1,3617,1,-1186.33,21.075,-8.37473,1.91802,300,10,0,950,0,1,0,0,0),(15733,2265,0,1,1,3613,1,-563.081,22.963,48.2427,1.57401,300,0,0,664,0,0,0,0,0),(15732,2375,0,1,1,3617,1,-1108.23,247.666,3.88381,5.15215,300,10,0,950,0,1,0,0,0),(15731,2374,0,1,1,1305,1,-1153.38,27.9846,-0.541262,0.823467,300,10,0,896,0,1,0,0,0),(15730,2368,0,1,1,4763,1,-1225.54,-913.354,6.5885,5.67414,300,10,0,896,0,1,0,0,0),(12773,23087,564,1,1,21242,0,245.977,1012.12,-62.6121,2.81172,604800,0,0,8,0,0,0,0,0),(32723,3711,1,1,1,6747,1,4249.93,1352.61,-3.77582,0.745698,300,12,0,494,0,1,0,0,0),(10251,1031,0,1,1,11138,0,-2830.41,-2235.33,16.317,3.87717,300,3,0,664,0,1,0,0,0),(10252,1032,0,1,1,767,0,-2850.17,-2242.9,30.8348,2.02382,300,5,0,617,0,1,0,0,0),(10249,1031,0,1,1,11138,0,-2848.96,-2218.74,31.3827,2.30164,300,3,0,664,0,1,0,0,0),(10250,6523,0,1,1,825,1,-2589.44,-2409.56,84.1975,3.76991,300,0,0,800,0,0,0,0,0),(15729,2370,0,1,1,4976,1,-1241.35,-973.99,10.9227,1.15853,300,10,0,812,811,1,0,0,0),(15728,2374,0,1,1,1305,1,-1103.51,264.619,2.88381,0.509238,300,10,0,896,0,1,0,0,0),(10247,1033,0,1,1,11139,0,-2850.21,-2203.48,7.7202,0.095101,300,3,0,734,0,1,0,0,0),(10248,1031,0,1,1,11138,0,-2814.67,-2232.97,16.3191,0.413737,300,3,0,664,0,1,0,0,0),(10246,1031,0,1,1,11138,0,-2828.59,-2221.94,22.0105,3.37454,300,3,0,664,0,1,0,0,0),(10245,1400,0,1,1,1036,0,-3071.34,-2315.29,8.63481,3.01239,300,10,0,617,0,1,0,0,0),(10244,2089,0,1,1,925,0,-2780.53,-1184.59,6.46909,3.24729,300,10,0,734,0,1,0,0,0),(10243,1400,0,1,1,1036,0,-3102.98,-2398.35,6.90465,2.00825,300,10,0,617,0,1,0,0,0),(10242,2089,0,1,1,925,0,-2950.27,-1117.76,9.46234,3.47053,300,10,0,734,0,1,0,0,0),(10241,1417,0,1,1,1035,0,-3080.69,-2478.01,17.0224,0.897623,300,10,0,531,0,1,0,0,0),(10239,1417,0,1,1,1035,0,-3179.57,-2587.15,7.04787,1.28552,300,10,0,531,0,1,0,0,0),(10240,1034,0,1,1,4916,1,-3393.46,-2303.26,52.0236,5.38539,300,10,0,635,0,1,0,0,0),(10238,1400,0,1,1,1036,0,-3018.4,-1738.71,8.46251,1.2808,300,10,0,617,0,1,0,0,0),(10237,2089,0,1,1,925,0,-2893.1,-1149.15,8.84016,2.97676,300,10,0,734,0,1,0,0,0),(10236,1042,0,1,1,9583,0,-3263.48,-2885.99,15.0777,6.12233,300,5,0,617,0,1,0,0,0),(10235,1069,0,1,1,505,0,-3423.58,-3205.35,24.0859,4.25747,300,10,0,640,655,1,0,0,0),(32722,3711,1,1,1,6747,1,4051.3,1318.53,-10.8468,4.8209,300,12,0,494,0,1,0,0,0),(32721,3967,1,1,1,2053,0,2670.32,-374.732,110.811,1.37881,300,0,0,1536,0,0,0,0,0),(32720,11901,1,1,1,11851,1,3373.69,994.351,5.36158,1.74533,600,0,0,10572,0,0,0,0,0),(32719,3965,1,1,1,4182,1,2090.92,-1222.86,101.876,3.40339,300,0,0,664,0,0,0,0,0),(32718,3964,1,1,1,4181,1,2093.31,-1232.44,101.876,1.32645,300,0,0,1107,0,0,0,0,0),(32717,14715,1,1,1,14713,1,1436.81,-1862.29,133.553,6.17846,600,0,0,7842,0,0,0,0,0),(32716,14715,1,1,1,14715,1,1432.08,-1853.66,133.736,6.14356,600,0,0,7842,0,0,0,0,0),(32715,14715,1,1,1,14715,1,1431.37,-1859.44,133.734,6.17846,600,0,0,7842,0,0,0,0,0),(32714,14715,1,1,1,14715,1,1438.05,-1851.7,133.552,6.14356,600,0,0,7842,0,0,0,0,0),(32713,14715,1,1,1,14713,1,1486.4,-1889.08,111.196,4.04916,600,0,0,7842,0,0,0,0,0),(32712,14715,1,1,1,14714,1,1481.9,-1893.67,111.321,0.748151,600,0,0,7842,0,0,0,0,0),(32711,14715,1,1,1,14714,1,1486.67,-1899.03,111.321,5.06145,600,0,0,7842,0,0,0,0,0),(32710,14715,1,1,1,14715,1,1489.2,-1902.67,111.426,2.40855,600,0,0,7842,0,0,0,0,0),(32709,14715,1,1,1,14713,1,1450.79,-1862.09,127.356,6.26573,600,0,0,7842,0,0,0,0,0),(32708,14715,1,1,1,14715,1,1451.65,-1854.38,127.479,6.21337,600,0,0,7842,0,0,0,0,0),(32707,14715,1,1,1,14714,1,1455.01,-1844.57,126.177,1.79769,600,0,0,7842,0,0,0,0,0),(32706,14715,1,1,1,14714,1,1453.86,-1838.88,126.218,4.85202,600,0,0,7842,0,0,0,0,0),(32705,14715,1,1,1,14713,1,1521.45,-1877.83,105.416,6.17846,600,0,0,7842,0,0,0,0,0),(32704,14715,1,1,1,14712,1,1520.83,-1885.94,105.791,6.21337,600,0,0,7842,0,0,0,0,0),(32703,3963,1,1,1,2066,1,2061.15,-1191.24,101.053,3.10669,300,0,0,1110,1067,0,0,0,0),(97099,25882,530,1,1,0,0,-2418.64,8394.66,-39.0335,2.79775,180,5,0,42,0,1,0,0,0),(97098,25882,530,1,1,0,0,-2352.37,8419.4,-36.4185,0.143885,180,5,0,42,0,1,0,0,0),(97097,25882,530,1,1,0,0,-2410.83,8526.6,-29.4063,2.42547,180,5,0,42,0,1,0,0,0),(97096,25882,530,1,1,0,0,-2288.07,8608.48,-13.3197,0.377149,180,5,0,42,0,1,0,0,0),(97095,25882,530,1,1,0,0,-2202.86,8449.82,-21.6247,4.60888,180,5,0,42,0,1,0,0,0),(97094,25882,530,1,1,0,0,-2377.08,8637.98,-18.254,1.7194,180,5,0,42,0,1,0,0,0),(97093,25882,530,1,1,0,0,-2552.41,8646.17,-25.9135,2.88414,180,5,0,42,0,1,0,0,0),(97092,25882,530,1,1,0,0,-2572.68,8488.68,-36.6591,1.49791,180,5,0,42,0,1,0,0,0),(97091,25882,530,1,1,0,0,-2671.46,8548.97,-34.2762,2.61946,180,5,0,42,0,1,0,0,0),(97089,25882,530,1,1,0,0,-2760.31,8506.46,-37.8257,3.33339,180,5,0,42,0,1,0,0,0),(97088,25882,530,1,1,0,0,-2764.45,8381.5,-38.1186,4.19497,180,5,0,42,0,1,0,0,0),(97087,25882,530,1,1,0,0,-2826.83,8401.07,-31.6062,3.20066,180,5,0,42,0,1,0,0,0),(97086,25882,530,1,1,0,0,-2879.62,8279.12,-31.9322,4.34969,180,5,0,42,0,1,0,0,0),(97085,25882,530,1,1,0,0,-2800.64,8224.52,-44.9205,5.3982,180,5,0,42,0,1,0,0,0),(97084,25882,530,1,1,0,0,-2738.36,8188.02,-44.6336,5.58905,180,5,0,42,0,1,0,0,0),(32683,3962,1,1,1,2060,0,2717.7,-309.66,110.811,3.61283,300,0,0,787,0,0,0,0,0),(32682,3961,1,1,1,2058,0,2751.84,-412.033,111.542,6.12611,300,0,0,449,0,0,0,0,0),(32681,3960,1,1,1,2067,1,2111.36,-1183.69,101.861,3.90954,300,0,0,787,0,0,0,0,0),(32680,3959,1,1,1,2063,1,2754.83,-441.923,111.553,2.6529,300,0,0,531,0,0,0,0,0),(32679,3958,1,1,1,2062,0,2757.27,-306.507,120.581,5.39307,300,0,0,713,0,0,0,0,0),(32678,8308,1,1,1,7538,0,2373.12,661.411,153.254,4.90438,300,0,0,840,0,0,0,0,0),(32677,3956,1,1,1,4183,0,2097.78,-1231.84,101.876,2.07694,300,0,0,664,0,0,0,0,0),(32676,883,1,1,1,347,0,2321.57,-2541.57,100.721,4.955,300,0,0,1,0,0,0,0,0),(32675,883,1,1,1,347,0,2146.51,-2682.77,111.593,2.801,300,5,0,1,0,1,0,0,0),(32674,883,1,1,1,347,0,2194.6,-1636.27,85.9955,3.64063,300,5,0,1,0,1,0,0,0),(32673,883,1,1,1,347,0,2660.78,-2691.3,143.985,3.20023,300,10,0,1,0,1,0,0,0),(32672,883,1,1,1,347,0,3339.72,-259.677,124.904,3.84895,300,5,0,1,0,1,0,0,0),(32671,883,1,1,1,347,0,3106.43,428.957,5.6585,3.34773,300,15,0,1,0,1,0,0,0),(32670,883,1,1,1,347,0,2186.61,-1818.84,99.2061,0.371801,300,15,0,1,0,1,0,0,0),(32669,883,1,1,1,347,0,3442.19,669.834,7.7416,2.60858,300,5,0,1,0,1,0,0,0),(32668,883,1,1,1,347,0,3056.22,151.022,51.411,5.40588,300,5,0,1,0,1,0,0,0),(32667,883,1,1,1,347,0,2453.98,-112.883,105.676,5.40157,300,5,0,1,0,1,0,0,0),(32666,883,1,1,1,347,0,3429.63,-53.0921,7.27273,5.26429,300,5,0,1,0,1,0,0,0),(32665,883,1,1,1,347,0,2897.78,-103.259,100.166,4.2636,300,5,0,1,0,1,0,0,0),(32664,883,1,1,1,347,0,2108.68,-1110.27,99.9588,6.27342,300,5,0,1,0,1,0,0,0),(32663,883,1,1,1,347,0,2922.56,-1208.14,183.438,5.82172,300,15,0,1,0,1,0,0,0),(32662,883,1,1,1,347,0,2544.47,-770.744,126.093,4.56393,300,5,0,1,0,1,0,0,0),(32661,883,1,1,1,347,0,3500.6,190.946,6.69271,4.95674,300,0,0,1,0,0,0,0,0),(32660,883,1,1,1,347,0,2624.09,-1513.89,185.457,6.15001,300,3,0,1,0,1,0,0,0),(32659,883,1,1,1,347,0,4046.6,-32.2482,8.33915,4.41568,300,0,0,1,0,0,0,0,0),(32658,883,1,1,1,347,0,3266.46,-506.975,149.854,1.18682,300,0,0,1,0,0,0,0,0),(32657,883,1,1,1,347,0,2752.85,-1903.06,187.85,1.02049,300,5,0,1,0,1,0,0,0),(32656,14963,1,1,1,15096,1,1488.52,-1879.92,111.382,1.16937,300,0,0,1003,0,0,0,0,0),(32655,883,1,1,1,347,0,2280.59,-1016.78,108.996,3.41453,300,5,0,1,0,1,0,0,0),(32654,883,1,1,1,347,0,3834.27,135.235,5.57508,2.35619,300,0,0,1,0,0,0,0,0),(32653,3955,1,1,1,2068,0,2094.19,-1153.36,101.876,4.57276,300,0,0,664,0,0,0,0,0),(32652,3954,1,1,1,2055,0,2669.6,-325.29,109.993,0.017453,300,0,0,664,0,0,0,0,0),(32651,3698,1,1,1,4304,0,2365.24,663.365,153.308,5.53269,300,0,0,1410,1283,0,0,0,0),(32650,3953,1,1,1,2064,0,2754.85,-292.216,111.192,6.21337,300,0,0,617,0,0,0,0,0),(32649,3696,1,1,1,1012,1,1612.51,-1457.08,156.712,0.837758,300,0,0,1003,0,0,0,0,0),(32648,3952,1,1,1,2054,0,2769.5,-288.052,111.192,3.9968,300,0,0,573,0,0,0,0,0),(32647,3951,1,1,1,2065,1,2087.08,-1199.17,101.791,0.610865,300,0,0,1279,0,0,0,0,0),(32646,3691,1,1,1,1980,1,2767.16,-411.611,111.466,2.09439,600,0,0,61040,0,0,0,0,0),(32645,3944,1,1,1,6749,1,4053.02,1218.22,-24.5557,1.20155,300,5,0,442,490,1,0,0,0),(32644,3944,1,1,1,6749,1,4219.84,1286.08,-0.362825,3.92429,300,5,0,442,490,1,0,0,0),(32643,3944,1,1,1,6749,1,4021.26,1253.33,-33.6334,3.69843,300,5,0,442,490,1,0,0,0),(32642,3944,1,1,1,6749,1,4050.73,1281.75,-16.4743,1.55239,300,5,0,442,490,1,0,0,0),(32641,3944,1,1,1,6749,1,4112.6,1213.46,-20.0627,2.98647,300,5,0,442,490,1,0,0,0),(32640,3944,1,1,1,6749,1,4159.37,1248.02,2.25014,5.91251,300,5,0,442,490,1,0,0,0),(32639,3944,1,1,1,6749,1,4243.36,1315.18,-1.87947,3.14491,300,5,0,442,490,1,0,0,0),(32638,3944,1,1,1,6749,1,4118.5,1248.83,-0.028921,3.20659,300,5,0,442,490,1,0,0,0),(32637,3944,1,1,1,6749,1,4116.65,1375.82,0.911039,2.59583,300,5,0,442,490,1,0,0,0),(32636,3944,1,1,1,6749,1,4191.68,1273.05,2.56834,5.51678,300,0,0,442,490,0,0,0,0),(32635,3944,1,1,1,6749,1,4146.68,1390.52,-1.26345,1.36425,300,5,0,442,490,1,0,0,0),(32634,3944,1,1,1,6749,1,4221.49,1354.78,1.61673,1.19283,300,5,0,442,490,1,0,0,0),(32633,3944,1,1,1,6749,1,4089.5,1381.13,-1.71518,5.30006,300,5,0,442,490,1,0,0,0),(32632,3944,1,1,1,6749,1,4114.45,1331.9,8.07984,2.65506,300,5,0,442,490,1,0,0,0),(32631,3944,1,1,1,6749,1,4077.24,1320.59,-1.03017,5.10613,300,5,0,442,490,1,0,0,0),(32630,12903,1,1,1,4261,1,2053.49,-2376.35,105.005,2.51327,300,0,0,3048,0,0,0,0,0),(32629,12903,1,1,1,4264,1,2078.43,-2428.07,87.0245,3.57792,300,0,0,3048,0,0,0,0,0),(32628,12903,1,1,1,4264,1,2064.72,-2408.8,87.5492,3.78736,300,0,0,3048,0,0,0,0,0),(32627,12903,1,1,1,4261,1,2033.42,-2395.2,89.1166,4.31096,300,0,0,3048,0,0,0,0,0),(32626,12903,1,1,1,4264,1,2321,-2551.91,101.915,2.53073,300,0,0,3048,0,0,0,0,0),(32625,12903,1,1,1,4261,1,2259.1,-2565.06,100.954,1.58825,300,0,0,3048,0,0,0,0,0),(32624,12903,1,1,1,4264,1,2225.23,-2550.08,86.4582,2.23402,300,0,0,3048,0,0,0,0,0),(32623,12903,1,1,1,4264,1,2331.92,-2522.81,102.621,2.78031,300,0,0,3048,0,2,0,0,0),(32622,12903,1,1,1,4264,1,2338.61,-2523.05,103.045,3.47321,300,0,0,3048,0,0,0,0,0),(32621,12903,1,1,1,4264,1,2228.45,-2546.19,86.5218,2.61799,300,0,0,3048,0,0,0,0,0),(32620,12903,1,1,1,4264,1,2187.35,-2517.15,81.1637,5.75017,300,0,0,3048,0,2,0,0,0),(32619,12903,1,1,1,4261,1,2224.63,-2527.84,86.0647,3.59538,300,0,0,3048,0,0,0,0,0),(32618,12903,1,1,1,4261,1,2227.26,-2532.79,86.2174,3.50811,300,0,0,3048,0,0,0,0,0),(32617,3943,1,1,1,5029,0,4171.11,1283.63,3.45718,3.14648,300,0,0,731,0,0,0,0,0),(32616,12903,1,1,1,4261,1,3352.41,996.477,4.4761,1.15192,300,0,0,3048,0,0,0,0,0),(32615,12903,1,1,1,4264,1,3380.21,1015.3,3.07328,5.2384,300,0,0,3048,0,0,0,0,0),(32614,12903,1,1,1,4264,1,3338.33,1009.41,3.74008,0.05236,300,0,0,3048,0,0,0,0,0),(32613,12903,1,1,1,4261,1,3351.39,1021.99,3.14913,5.2709,300,0,0,3048,0,0,0,0,0),(32612,12903,1,1,1,4261,1,2266.63,-2497.32,100.936,4.7822,300,0,0,3048,0,0,0,0,0),(32611,12903,1,1,1,4261,1,2293.64,-2523.68,100.791,3.71755,300,0,0,3048,0,0,0,0,0),(32610,12903,1,1,1,4264,1,2376.77,-2524.23,110.145,3.4383,300,0,0,3048,0,0,0,0,0),(32609,12903,1,1,1,4264,1,2378.95,-2531.35,110.084,3.1765,300,0,0,3048,0,0,0,0,0),(32608,12903,1,1,1,4264,1,2255.7,-2518.31,100.426,5.16617,300,0,0,3048,0,0,0,0,0),(32607,12903,1,1,1,4261,1,2280.55,-2568.19,103.823,1.81514,300,0,0,3048,0,0,0,0,0),(32606,12903,1,1,1,4264,1,2248.29,-2504.21,118.637,3.80482,300,0,0,3048,0,0,0,0,0),(32605,12903,1,1,1,4264,1,1932.74,-2328,92.5415,3.38594,300,0,0,3048,0,0,0,0,0),(32604,12903,1,1,1,4264,1,1926.23,-2340.2,92.4165,1.29154,300,0,0,3048,0,0,0,0,0),(32603,12903,1,1,1,4261,1,1916.52,-2321.09,92.7915,5.89921,300,0,0,3048,0,0,0,0,0),(32602,12903,1,1,1,4264,1,2254.29,-2579.92,125.797,3.14159,300,0,0,3048,0,0,0,0,0),(32601,3942,1,1,1,4163,1,1820.95,-2628.07,61.2105,4.86947,300,0,0,977,1402,0,0,0,0),(32600,3941,1,1,1,4165,1,1877.13,-2795.66,37.6753,4.43314,300,0,0,977,935,0,0,0,0),(32599,3940,1,1,1,4166,0,1829,-2750.57,83.1342,1.8326,300,0,0,977,1870,0,0,0,0),(32598,12897,1,1,1,4843,1,1784.03,-2044.12,109.92,3.05433,300,0,0,531,0,0,0,0,0),(32597,12897,1,1,1,4844,1,1801.99,-2098.45,99.6724,1.68522,300,5,0,531,0,1,0,0,0),(32596,12897,1,1,1,4842,1,1816.76,-1981.9,110.454,0.928496,300,10,0,531,0,1,0,0,0),(32595,12897,1,1,1,4842,1,1769.78,-2024.41,109.92,6.02139,300,0,0,531,0,0,0,0,0),(151936,32357,571,1,1,0,0,3990.13,6574,180.599,2.84903,28800,0,0,13936,3231,0,0,0,0),(32593,12897,1,1,1,4842,1,1846.46,-2004.18,109.499,3.35031,300,0,0,531,0,2,0,0,0),(32592,12897,1,1,1,4843,1,1799.54,-2012.99,103.082,0.436332,300,0,0,531,0,0,0,0,0),(32591,12896,1,1,1,4842,1,1783.87,-2024.86,109.92,3.56047,300,0,0,573,0,0,0,0,0),(32590,12896,1,1,1,4842,1,1811.15,-2112.73,99.1992,4.98091,300,5,0,573,0,1,0,0,0),(32589,12896,1,1,1,4843,1,1779.58,-2006.37,111.695,0.401426,300,0,0,573,0,0,0,0,0),(32588,12896,1,1,1,4844,1,1770.32,-2047.77,109.92,1.46608,300,0,0,573,0,0,0,0,0),(32587,12896,1,1,1,4841,1,1783.29,-2070.34,102.273,5.13127,300,0,0,573,0,0,0,0,0),(32586,12896,1,1,1,4841,1,1815.16,-2008.96,103.705,3.41452,300,5,0,573,0,1,0,0,0),(40729,23166,530,1,1,0,1,-5161.06,288.167,-27.1133,5.07891,300,0,0,7181,0,0,0,0,0),(151934,32357,571,1,1,0,0,3550.59,7169.73,220.75,0.130042,28800,0,0,13936,3231,0,0,0,0),(151935,32357,571,1,1,0,0,3792.23,7329.76,196.23,5.38979,28800,0,0,13936,3231,0,0,0,0),(32582,12896,1,1,1,4841,1,1789.85,-2094.91,100.994,4.58814,300,5,0,573,0,1,0,0,0),(32581,12896,1,1,1,4843,1,1771.23,-2068.65,102.956,4.27606,300,0,0,573,0,0,0,0,0),(32580,3932,1,1,1,1996,1,1643.15,-1463.76,157.463,0.366519,300,0,0,840,0,0,0,0,0),(32579,3932,1,1,1,1996,1,1751.55,-1492.89,100.774,5.71074,300,0,0,840,0,2,0,0,0),(32578,3932,1,1,1,1996,1,1614.04,-1437.17,161.996,4.52629,300,0,0,840,0,0,0,0,0),(32577,3932,1,1,1,1996,1,1686.69,-1457.95,143.447,2.80823,300,5,0,840,0,1,0,0,0),(32576,3932,1,1,1,1996,1,1623.59,-1470.59,163.42,5.99173,300,0,0,840,0,0,0,0,0),(32575,3932,1,1,1,1996,1,1774.03,-1520.56,88.0899,0.107637,300,15,0,840,0,1,0,0,0),(32574,3932,1,1,1,1996,1,1633.51,-1457.19,156.445,2.11185,300,0,0,840,0,0,0,0,0),(32573,3932,1,1,1,1996,1,1608.87,-1452.78,157.173,6.17846,300,0,0,840,0,0,0,0,0),(32572,3932,1,1,1,1996,1,1782.52,-1501.58,96.7369,3.19395,300,0,0,840,0,0,0,0,0),(32571,3932,1,1,1,1996,1,1753.14,-1467.47,114.865,4.72984,300,0,0,840,0,0,0,0,0),(32570,3932,1,1,1,1996,1,1743.76,-1525.62,99.0033,0.122173,300,0,0,840,0,0,0,0,0),(32569,3931,1,1,1,1549,0,1514.01,-2145.21,88.5974,4.66719,300,0,0,1003,0,0,0,0,0),(32568,3928,1,1,1,2028,0,1785.42,-2481.25,88.1139,5.67434,300,5,0,494,0,1,0,0,0),(32567,3928,1,1,1,2028,0,1752.22,-2380.93,104.019,1.91356,300,5,0,494,0,1,0,0,0),(32566,3928,1,1,1,2028,0,1718.54,-2488.46,96.2684,4.85732,300,5,0,494,0,1,0,0,0),(32565,3928,1,1,1,2028,0,1714.99,-2548.97,92.1476,2.95702,300,10,0,494,0,1,0,0,0),(32564,3928,1,1,1,2028,0,1714.35,-2420.44,115.811,4.02515,300,5,0,494,0,1,0,0,0),(32563,3928,1,1,1,2028,0,1836.4,-2396.87,88.7318,0.844803,300,5,0,494,0,1,0,0,0),(32562,3928,1,1,1,2028,0,1858.09,-2514.89,68.8658,2.71759,300,10,0,494,0,1,0,0,0),(32561,3928,1,1,1,2028,0,1768.64,-2593.96,88.2655,4.63951,300,5,0,494,0,1,0,0,0),(32560,3928,1,1,1,2028,0,1852.22,-2591.09,80.7282,0.578554,300,0,0,494,0,0,0,0,0),(32559,3928,1,1,1,2028,0,1411.01,-2275.49,92.2996,1.72257,300,5,0,494,0,1,0,0,0),(32558,3928,1,1,1,2028,0,2041.39,-2721.2,110.29,2.57674,300,5,0,494,0,1,0,0,0),(32557,3928,1,1,1,2028,0,1774.93,-2605.9,89.7857,5.94116,300,0,0,494,0,0,0,0,0),(32556,3928,1,1,1,2028,0,1705.75,-2600.62,101.265,1.60564,300,0,0,494,0,0,0,0,0),(32555,3928,1,1,1,2028,0,1748.47,-2342.35,112.099,4.62861,300,5,0,494,0,1,0,0,0),(32554,3928,1,1,1,2028,0,1677.8,-2586.89,103.907,2.49126,300,0,0,494,0,0,0,0,0),(32553,3928,1,1,1,2028,0,1393.59,-2330.39,96.7396,1.09526,300,10,0,494,0,1,0,0,0),(32552,3928,1,1,1,2028,0,1982.76,-2675.08,102.755,4.89486,300,5,0,494,0,1,0,0,0),(32551,3928,1,1,1,2028,0,1847.06,-2675.87,95.27,2.42873,300,5,0,494,0,1,0,0,0),(32550,3928,1,1,1,2028,0,1974.39,-2588.18,85.8001,4.31186,300,10,0,494,0,1,0,0,0),(32549,3928,1,1,1,2028,0,2002.7,-2580.65,94.7143,0.791853,300,5,0,494,0,1,0,0,0),(32548,3928,1,1,1,2028,0,1780.76,-2378.26,100.088,1.2166,300,5,0,494,0,1,0,0,0),(32547,3928,1,1,1,2028,0,2190.76,-2813.24,122.124,1.06693,300,5,0,494,0,1,0,0,0),(32546,3928,1,1,1,2028,0,1997.59,-2611.87,95.5249,0.313721,300,3,0,494,0,1,0,0,0),(32545,3928,1,1,1,2028,0,1881.33,-2779.34,99.2394,1.69023,300,10,0,494,0,1,0,0,0),(32544,3928,1,1,1,2028,0,1687.08,-2235.42,101.646,3.83656,300,5,0,494,0,1,0,0,0),(32543,3928,1,1,1,2028,0,1992.81,-2816.08,115.181,0.578791,300,10,0,494,0,1,0,0,0),(32542,3928,1,1,1,2028,0,1898.13,-2726.98,102.838,6.15786,300,10,0,494,0,1,0,0,0),(32541,3928,1,1,1,2028,0,1956.7,-2718.33,119.409,5.53788,300,5,0,494,0,1,0,0,0),(32540,3928,1,1,1,2028,0,2079.05,-2695.48,105.92,5.48467,300,5,0,494,0,1,0,0,0),(32539,3928,1,1,1,2028,0,1844.06,-2815.27,95.4331,3.53792,300,5,0,494,0,1,0,0,0),(32538,3928,1,1,1,2028,0,1824.42,-2329.29,124.173,1.42171,300,5,0,494,0,1,0,0,0),(32537,3928,1,1,1,2028,0,2047.65,-2743.61,112.491,4.40053,300,5,0,494,0,1,0,0,0),(32536,3928,1,1,1,2028,0,1991.14,-2762.48,144.912,1.8153,300,5,0,494,0,1,0,0,0),(32535,3928,1,1,1,2028,0,2142.9,-2796.22,116.66,3.00052,300,5,0,494,0,1,0,0,0),(32534,3928,1,1,1,2028,0,1450.58,-2410.9,109.644,4.55848,300,5,0,494,0,1,0,0,0),(32533,3928,1,1,1,2028,0,1495.35,-2295.45,91.9524,4.92208,300,5,0,494,0,1,0,0,0),(32532,3928,1,1,1,2028,0,1403.58,-2376.15,107.785,2.21899,300,10,0,494,0,1,0,0,0),(32531,3928,1,1,1,2028,0,1844.54,-2367.15,107.868,0.142663,300,5,0,494,0,1,0,0,0),(32530,3928,1,1,1,2028,0,1810.03,-2860.4,108.71,4.58381,300,5,0,494,0,1,0,0,0),(32529,3928,1,1,1,2028,0,1836.24,-2742.01,93.8771,0.328135,300,5,0,494,0,1,0,0,0),(32528,3926,1,1,1,897,1,3284.99,-554.022,156.245,4.52703,300,0,0,617,0,2,0,0,0),(32527,3926,1,1,1,897,1,3491.06,-494.574,184.245,3.01019,300,0,0,617,0,2,0,0,0),(32526,3926,1,1,1,897,1,3439.77,-387.881,136.932,0.128644,300,5,0,617,0,1,0,0,0),(32525,3926,1,1,1,897,1,3165.96,-530.7,145.287,5.15332,300,15,0,617,0,1,0,0,0),(32524,3926,1,1,1,897,1,3257.77,-574.372,156.457,4.39516,300,15,0,617,0,1,0,0,0),(32523,3925,1,1,1,6823,1,3151.81,-180.865,109.181,1.12386,300,15,0,617,0,1,0,0,0),(32522,3925,1,1,1,6823,1,2934.07,-109.489,97.047,5.51081,300,0,0,617,0,0,0,0,0),(32521,3925,1,1,1,6823,1,2917.69,-119.154,99.4666,3.11268,300,5,0,617,0,1,0,0,0),(32520,3925,1,1,1,6823,1,3318.4,-420.494,149.342,5.64775,300,5,0,617,0,1,0,0,0),(12772,23087,564,1,1,21242,0,250.742,1086.36,-62.539,2.80274,604800,0,0,8,0,0,0,0,0),(15216,2327,0,1,1,0,0,-8513,801.809,106.519,2.164,310,0,0,1342,0,0,0,0,0),(12771,23087,564,1,1,21242,0,456.153,889.998,12.4863,0.226893,604800,0,0,8,0,0,0,0,0),(1323,667,0,1,1,4632,1,-12889.2,-750.62,54.1528,0.436332,300,5,0,1678,0,1,0,0,0),(10234,1069,0,1,1,505,0,-3086.91,-2986.43,32.0765,1.57097,300,10,0,640,655,1,0,0,0),(15222,2334,530,1,1,0,0,4159.89,3078.13,336.723,0.383972,300,0,0,20,0,0,0,0,0),(15223,2334,530,1,1,0,0,9807.06,-7399.87,13.7011,3.89208,300,0,0,20,0,0,0,0,0),(15224,2334,530,1,1,0,0,9992.34,-7122.89,47.8118,5.0091,300,0,0,20,0,0,0,0,0),(15225,2334,530,1,1,0,0,9926.32,-7110.78,47.7922,4.06662,300,0,0,20,0,0,0,0,0),(15727,2368,0,1,1,4763,1,-1213.95,-856.092,-2.41629,1.2502,300,10,0,896,0,1,0,0,0),(32519,3925,1,1,1,6823,1,3230.53,-225.786,117.793,1.76743,300,15,0,617,0,1,0,0,0),(32518,3925,1,1,1,6823,1,3415.81,-415.782,147.88,0.114828,300,5,0,617,0,1,0,0,0),(32517,3925,1,1,1,6823,1,3266.04,-230.644,121.55,0.342767,300,15,0,617,0,1,0,0,0),(32516,3925,1,1,1,6823,1,3014.53,-147.931,100.755,1.41286,300,0,0,617,0,2,0,0,0),(32515,3925,1,1,1,6823,1,3164.49,-137.472,101.001,5.6022,300,0,0,617,0,0,0,0,0),(32514,3925,1,1,1,6823,1,3287.01,-412.915,150.029,1.36729,300,5,0,617,0,1,0,0,0),(32513,3925,1,1,1,6823,1,3252.34,-416.985,152.372,5.92407,300,5,0,617,0,1,0,0,0),(32512,3925,1,1,1,6823,1,3410.93,-355.034,135.141,4.21715,300,0,0,617,0,2,0,0,0),(32511,3925,1,1,1,6823,1,3355.76,-457.639,153.889,4.16368,300,5,0,617,0,1,0,0,0),(32510,3925,1,1,1,6823,1,3212.3,-130.291,106.197,4.67099,300,5,0,617,0,1,0,0,0),(32509,3925,1,1,1,6823,1,3052.37,-181.83,105.571,5.67124,300,5,0,617,0,1,0,0,0),(32508,3925,1,1,1,6823,1,3442.72,-363.599,134.186,3.79681,300,0,0,617,0,0,0,0,0),(32507,3925,1,1,1,6823,1,3369.12,-476.584,154.301,3.00197,300,0,0,617,0,0,0,0,0),(32506,3925,1,1,1,6823,1,3278.43,-564.115,156.107,5.03326,300,15,0,617,0,1,0,0,0),(32505,3925,1,1,1,6823,1,3217.46,-604.135,170.429,2.24913,300,5,0,617,0,1,0,0,0),(32504,3925,1,1,1,6823,1,3346.07,-487.437,154.374,5.18355,300,0,0,617,0,0,0,0,0),(32503,3925,1,1,1,6823,1,3256.65,-552.264,156.838,0.182735,300,15,0,617,0,1,0,0,0),(32502,3925,1,1,1,6823,1,3222.71,-581.197,158.441,0.414631,300,15,0,617,0,1,0,0,0),(32501,3924,1,1,1,6801,1,2984.77,-121.952,99.5344,5.35504,300,5,0,544,581,1,0,0,0),(32500,3924,1,1,1,6801,1,3120.52,-89.7765,101.797,5.77058,300,15,0,544,581,1,0,0,0),(32499,3924,1,1,1,6801,1,3048.42,-46.0318,97.9058,3.48304,300,15,0,544,581,1,0,0,0),(32498,3924,1,1,1,6801,1,3009.73,-86.6333,99.7185,4.18986,300,0,0,544,581,0,0,0,0),(32497,3924,1,1,1,6801,1,2981.78,-86.4844,99.6927,6.26561,300,15,0,544,581,1,0,0,0),(32496,3924,1,1,1,6801,1,2965.91,-86.5254,97.723,5.8625,300,0,0,544,581,0,0,0,0),(32495,3924,1,1,1,6801,1,2943.09,-83.8797,99.034,5.11825,300,10,0,544,581,1,0,0,0),(32494,3924,1,1,1,6801,1,3145.94,-246.431,115.779,2.21595,300,15,0,544,581,1,0,0,0),(32493,3924,1,1,1,6801,1,3178.81,-271.68,120.871,0.890118,300,0,0,544,581,0,0,0,0),(32492,3924,1,1,1,6801,1,3195.34,-265.097,120.897,5.25616,300,0,0,544,581,0,0,0,0),(32491,3924,1,1,1,6801,1,3179.81,-254.294,118.647,5.79882,300,0,0,544,581,0,0,0,0),(10233,1069,0,1,1,505,0,-3153.52,-2990.41,24.6164,0.588003,300,10,0,640,655,1,0,0,0),(10232,1044,0,1,1,8712,0,-3336.69,-3185.38,24.1883,2.33962,300,5,0,684,693,1,0,0,0),(10231,1069,0,1,1,505,0,-3346.43,-3083.7,24.0296,6.24354,300,10,0,640,655,1,0,0,0),(10230,1044,0,1,1,8712,0,-3455.11,-3350.47,22.5885,2.81552,300,5,0,684,693,1,0,0,0),(10229,1044,0,1,1,8712,0,-3291.67,-3141.67,21.771,4.57612,300,5,0,684,693,1,0,0,0),(10228,1069,0,1,1,505,0,-3105.88,-2955,27.349,0.228408,300,10,0,640,655,1,0,0,0),(10227,1158,0,1,1,11372,1,-2812.34,-991.279,-13.1359,4.82748,300,5,0,840,0,1,0,0,0),(10226,1019,0,1,1,788,0,-2586.12,-1968.27,52.9162,4.84285,300,0,0,950,0,0,0,0,0),(10225,1015,0,1,1,670,0,-2813.09,-2111.1,31.6429,0.401556,300,10,0,617,0,1,0,0,0),(10224,1158,0,1,1,11372,1,-2808.98,-978.878,-8.4262,4.62968,300,5,0,840,0,1,0,0,0),(10223,1035,0,1,1,4917,1,-3488.09,-2370.81,63.1625,6.13077,300,0,0,635,0,0,0,0,0),(10222,1033,0,1,1,11139,0,-3307.63,-3087.52,22.8309,0.258715,300,5,0,734,0,1,0,0,0),(10221,1158,0,1,1,11372,1,-2812.35,-956.133,-11.4615,0.86985,300,5,0,840,0,1,0,0,0),(10220,1033,0,1,1,11139,0,-3165.29,-3072.28,22.4123,2.2408,300,5,0,734,0,1,0,0,0),(10219,1033,0,1,1,11139,0,-3347.32,-3280.58,23.1303,1.12025,300,5,0,734,0,1,0,0,0),(10218,1033,0,1,1,11139,0,-3433.94,-3196.21,25.0158,5.36189,300,5,0,734,0,1,0,0,0),(10217,1033,0,1,1,11139,0,-3423.51,-3146.79,25.6862,6.19518,300,5,0,734,0,1,0,0,0),(10210,1032,0,1,1,767,0,-3418.67,-3075.84,22.7925,4.35821,300,10,0,617,0,1,0,0,0),(10208,1033,0,1,1,11139,0,-3331.16,-3163.76,25.021,2.15522,300,5,0,734,0,1,0,0,0),(10207,1033,0,1,1,11139,0,-3450.16,-3278.43,22.5055,6.16174,300,5,0,734,0,1,0,0,0),(10205,1032,0,1,1,767,0,-3376.25,-3022.11,22.8072,1.98156,300,5,0,617,0,1,0,0,0),(10204,1158,0,1,1,11372,1,-2790.38,-985.121,-13.3029,2.98869,300,5,0,840,0,1,0,0,0),(10203,1158,0,1,1,11372,1,-2826.93,-1002.23,-13.1342,0.035789,300,3,0,840,0,1,0,0,0),(10202,1028,0,1,1,1079,1,-3017.84,-1076.38,6.83754,1.44506,300,5,0,504,1443,1,0,0,0),(10201,1028,0,1,1,1079,1,-3222.27,-1312.22,5.45145,2.10261,300,5,0,504,1443,1,0,0,0),(29054,22859,530,1,1,0,1,-3500.53,384.376,33.7689,1.47417,25,0,0,5409,3080,0,0,0,0),(10199,1040,0,1,1,2023,0,-2912.45,-1155.48,6.3309,5.27223,300,10,0,664,0,1,0,0,0),(10198,1400,0,1,1,1036,0,-2854.27,-1287.98,9.95721,2.81552,300,10,0,617,0,1,0,0,0),(10191,1417,0,1,1,1035,0,-3049.87,-2587.82,10.2878,0.234557,300,10,0,531,0,1,0,0,0),(10178,1420,0,1,1,901,0,-3441.89,-1030.08,7.81,5.78898,300,10,0,8,0,1,0,0,0),(10177,1400,0,1,1,1036,0,-2930.52,-2084.97,10.4352,5.99645,300,10,0,617,0,1,0,0,0),(31440,4834,1,1,1,19836,1,-2988.49,-3287.01,37.2147,0.133751,360,5,0,1403,0,1,0,0,0),(10176,1420,0,1,1,901,0,-3173.6,-1790.31,5.62321,0.219262,300,10,0,8,0,1,0,0,0),(10175,1044,0,1,1,8712,0,-3192.59,-3042.74,22.4549,0.720535,300,5,0,684,693,1,0,0,0),(10174,1069,0,1,1,505,0,-3367.2,-3062.04,22.3519,2.29128,300,10,0,640,655,1,0,0,0),(10074,1069,0,1,1,505,0,-3374.77,-3116.8,24.5551,3.1057,300,10,0,640,655,1,0,0,0),(10051,1069,0,1,1,505,0,-3291.03,-3044.47,22.1266,1.28981,300,10,0,640,655,1,0,0,0),(10050,1043,0,1,1,956,0,-3410.05,-2963.19,24.0631,1.28364,300,10,0,582,618,1,0,0,0),(10049,1069,0,1,1,505,0,-3414.23,-3118.49,23.2006,0.916534,300,10,0,640,655,1,0,0,0),(10048,1069,0,1,1,505,0,-3372.73,-3142.61,27.1277,0.164828,300,10,0,640,655,1,0,0,0),(10047,1043,0,1,1,956,0,-3202.53,-2923.19,18.1638,6.22455,300,10,0,582,618,1,0,0,0),(10046,1157,0,1,1,3505,1,-2979.69,-968.229,-6,4.87257,300,5,0,787,0,1,0,0,0),(10045,1054,0,1,1,3487,1,-2919.98,-2960.97,30.7631,0.855211,300,0,0,955,0,0,0,0,0),(10044,1159,0,1,1,3512,1,-2979.71,-959.726,-7.1871,1.48353,300,0,0,950,0,0,0,0,0),(10043,1364,0,1,1,1398,1,-2931.11,-2973.81,30.6708,5.28254,300,0,0,850,878,0,0,0,0),(10042,2595,0,1,1,11254,1,-2219.23,-1679.22,-55.3374,1.78254,300,10,0,1604,0,1,0,0,0),(10041,1157,0,1,1,3505,1,-2944.46,-969.674,-7.46979,5.85377,300,5,0,787,0,1,0,0,0),(10040,1053,0,1,1,3488,1,-2899.07,-2935.4,33.9093,3.75196,300,10,0,905,0,1,0,0,0),(10039,1157,0,1,1,3505,1,-2987.77,-965.611,4.11485,4.01243,300,5,0,787,0,1,0,0,0),(10038,1011,0,1,1,8598,1,-3110.26,-1548.53,9.26969,5.42844,300,10,0,617,0,1,0,0,0),(10037,1012,0,1,1,3196,1,-2959.88,-1714.29,17.0197,5.74274,300,3,0,664,0,1,0,0,0),(10036,1014,0,1,1,543,1,-2962.15,-1689.57,9.50232,3.33358,300,6,0,840,0,1,0,0,0),(10035,1013,0,1,1,714,1,-2965.75,-1686.36,9.54598,4.2586,300,6,0,640,655,1,0,0,0),(10034,1012,0,1,1,3196,1,-2970.6,-1694.16,9.3784,1.0821,300,6,0,664,0,1,0,0,0),(10033,1012,0,1,1,3196,1,-2977.12,-1709.27,10.1701,1.99483,300,3,0,664,0,1,0,0,0),(10032,1012,0,1,1,3196,1,-2981.17,-1675.98,12.9082,5.17829,300,10,0,664,0,1,0,0,0),(10031,2103,0,1,1,4925,1,-4194.16,-2364.87,209.79,1.5708,300,0,0,449,0,0,0,0,0),(10030,2102,0,1,1,4927,1,-4197.09,-2368.17,216.912,4.41568,300,0,0,494,0,0,0,0,0),(10029,2103,0,1,1,4925,1,-4188.47,-2382.44,209.79,3.71755,300,3,0,449,0,1,0,0,0),(10027,2103,0,1,1,4925,1,-4207.41,-2384.15,202.912,3.75246,300,3,0,449,0,1,0,0,0),(10028,1157,0,1,1,3505,1,-2967.88,-957.781,-3.34713,0.695266,300,5,0,787,0,1,0,0,0),(10025,1052,0,1,1,3490,1,-2941.24,-3006.21,39.5239,5.26622,300,0,0,853,0,0,0,0,0),(10026,1157,0,1,1,3505,1,-2989.6,-950.5,3.1611,1.58374,300,5,0,787,0,1,0,0,0),(10022,1052,0,1,1,3490,1,-2903.86,-2991.96,38.2958,2.659,300,10,0,853,0,1,0,0,0),(10023,1053,0,1,1,3488,1,-2849,-2951.57,35.6174,5.70062,300,10,0,905,0,1,0,0,0),(10024,2102,0,1,1,4927,1,-4207.18,-2366.54,202.947,1.50098,300,3,0,494,0,1,0,0,0),(10020,2596,0,1,1,5765,1,-2291.65,-1654.1,-62.0212,3.69488,300,10,0,1196,3075,1,0,0,0),(10021,2595,0,1,1,11254,1,-2290.21,-1627.34,-65.6208,5.32466,300,10,0,1604,0,1,0,0,0),(10018,1052,0,1,1,3490,1,-2907.68,-2955.41,33.1593,5.51712,300,10,0,853,0,1,0,0,0),(10019,1157,0,1,1,3505,1,-2995.48,-961.819,14.8458,3.2928,300,3,0,787,0,1,0,0,0),(10017,1015,0,1,1,670,0,-2945.52,-2515.49,28.5266,1.00679,300,10,0,617,0,1,0,0,0),(10014,2103,0,1,1,4925,1,-4265.13,-2360.76,208.082,5.19876,300,3,0,449,0,1,0,0,0),(10015,1157,0,1,1,3505,1,-2983.49,-948.184,8.70823,0.932232,300,3,0,787,0,1,0,0,0),(10016,1054,0,1,1,3487,1,-2946.89,-2974.61,30.7854,2.42601,300,10,0,955,0,1,0,0,0),(10013,2103,0,1,1,4925,1,-4255.28,-2352.59,206.457,0.306222,300,3,0,449,0,1,0,0,0),(10011,1158,0,1,1,11372,1,-2964.73,-940.219,-6.21906,5.08633,300,5,0,840,0,1,0,0,0),(10012,1040,0,1,1,2023,0,-2952.42,-2308.9,5.21326,1.28364,300,10,0,664,0,1,0,0,0),(10010,2595,0,1,1,11254,1,-2295.54,-1672.87,-35.1069,2.97814,300,10,0,1604,0,1,0,0,0),(10009,4040,0,1,1,959,0,-3772.06,-2437.41,28.4265,0.025153,300,3,0,573,0,1,0,0,0),(10008,2595,0,1,1,11254,1,-2279.74,-1771.47,-29.0504,5.86238,300,10,0,1604,0,1,0,0,0),(10006,1158,0,1,1,11372,1,-2937.95,-964.599,-8.41711,4.96361,300,5,0,840,0,1,0,0,0),(10007,1030,0,1,1,360,0,-4184.38,-2776.04,29.5681,5.64129,300,0,0,494,0,0,0,0,0),(10005,1157,0,1,1,3505,1,-2991.4,-973.823,-1.93475,1.31403,300,5,0,787,0,1,0,0,0),(10003,1026,0,1,1,1305,1,-3250.68,-1443.74,9.71209,1.35018,300,5,0,573,0,1,0,0,0),(10004,1028,0,1,1,1079,1,-3244.59,-1353.08,6.16203,4.204,300,10,0,504,1443,1,0,0,0),(10002,1053,0,1,1,3488,1,-2826.58,-2864.39,32.8648,0.785398,300,0,0,905,0,0,0,0,0),(10001,1053,0,1,1,3488,1,-2869.12,-2934.05,33.5343,2.73744,300,10,0,905,0,1,0,0,0),(9998,1012,0,1,1,3196,1,-2940.25,-1685.92,9.58912,2.97432,300,10,0,664,0,1,0,0,0),(9999,1011,0,1,1,8598,1,-3075.11,-1721.02,10.6863,3.27991,300,5,0,617,0,1,0,0,0),(10000,1051,0,1,1,825,1,-2782.35,-2867.91,40.1713,3.98208,300,10,0,800,0,1,0,0,0),(9997,1012,0,1,1,3196,1,-3060.91,-1663.63,9.34726,4.90107,300,10,0,664,0,1,0,0,0),(9994,1010,0,1,1,714,1,-3096.67,-1818.68,9.27133,4.88768,300,5,0,573,0,1,0,0,0),(9995,1011,0,1,1,8598,1,-3064.98,-1697.12,10.6528,5.32736,300,10,0,617,0,1,0,0,0),(9996,1011,0,1,1,8598,1,-3037.98,-1671.8,10.3616,1.37624,300,10,0,617,0,1,0,0,0),(9993,1012,0,1,1,3196,1,-2950.76,-1671.85,10.3625,5.95009,300,10,0,664,0,1,0,0,0),(9992,1011,0,1,1,8598,1,-3045.78,-1705.38,9.9669,0.470239,300,10,0,617,0,1,0,0,0),(9991,1011,0,1,1,8598,1,-3060.26,-1768.02,9.53579,1.94678,300,10,0,617,0,1,0,0,0),(9990,1013,0,1,1,714,1,-3058.06,-1684.53,9.28363,0.226893,300,0,0,640,655,0,0,0,0),(9989,1013,0,1,1,714,1,-3050.7,-1686.57,9.37588,2.63545,300,0,0,640,655,0,0,0,0),(9988,1014,0,1,1,543,1,-3049.8,-1683.27,9.37588,3.49066,300,0,0,840,0,0,0,0,0),(9987,1011,0,1,1,8598,1,-3006.67,-1733.17,9.50193,4.36345,300,10,0,617,0,1,0,0,0),(9985,1420,0,1,1,901,0,-3192.29,-2451.89,9.83452,1.87834,300,10,0,8,0,1,0,0,0),(9986,1018,0,1,1,180,0,-3215.13,-3283.68,64.4398,0.444056,300,10,0,896,0,1,0,0,0),(9984,1018,0,1,1,180,0,-3094.99,-3262.41,65.9833,0.771076,300,3,0,896,0,1,0,0,0),(9982,1018,0,1,1,180,0,-3070.9,-3268.34,68.0449,0.362248,300,3,0,896,0,1,0,0,0),(9983,1420,0,1,1,901,0,-3149.51,-1975.58,11.788,0.83377,300,10,0,8,0,1,0,0,0),(9980,1018,0,1,1,180,0,-3148.33,-3202.53,66.0555,0.218457,300,3,0,896,0,1,0,0,0),(9981,1018,0,1,1,180,0,-3106.43,-3251.73,65.3692,5.41186,300,0,0,896,0,0,0,0,0),(9978,1015,0,1,1,670,0,-2788.57,-2638.62,63.2169,2.18696,300,10,0,617,0,1,0,0,0),(9979,1018,0,1,1,180,0,-3177.58,-3275.04,63.6232,4.18403,300,5,0,896,0,1,0,0,0),(9977,1417,0,1,1,1035,0,-3029.19,-2469.18,10.2581,4.72216,300,10,0,531,0,1,0,0,0),(9974,1008,0,1,1,355,1,-3901.93,-3028.46,11.217,5.37561,300,0,0,531,0,0,0,0,0),(9975,1420,0,1,1,901,0,-3608.71,-839,-11.8743,5.56693,300,10,0,8,0,1,0,0,0),(9976,1069,0,1,1,505,0,-3061.06,-2953.17,30.9704,4.55557,300,10,0,640,655,1,0,0,0),(9970,1417,0,1,1,1035,0,-4138.52,-3037.75,6.09343,1.3698,300,10,0,531,0,1,0,0,0),(9971,1417,0,1,1,1035,0,-3955.59,-3019.75,7.93103,0.240708,300,10,0,531,0,1,0,0,0),(9972,1417,0,1,1,1035,0,-3065.96,-2583.93,10.9405,6.19323,300,10,0,531,0,1,0,0,0),(9973,1007,0,1,1,3199,1,-3906.38,-3032.66,11.0875,0.570531,300,5,0,494,0,1,0,0,0),(15726,2374,0,1,1,1305,1,-1144.11,38.647,2.00261,5.06951,300,10,0,896,0,1,0,0,0),(9968,1417,0,1,1,1035,0,-3979.24,-3013.5,11.7125,1.66448,300,10,0,531,0,1,0,0,0),(9969,1417,0,1,1,1035,0,-3045.13,-2613.86,11.6107,0.554655,300,10,0,531,0,1,0,0,0),(9966,1008,0,1,1,355,1,-3903.12,-3038.49,11.1327,0.087266,300,0,0,531,0,0,0,0,0),(9967,1417,0,1,1,1035,0,-3479.55,-2747.36,9.11974,1.64308,300,10,0,531,0,1,0,0,0),(9965,1169,0,1,1,3456,1,-4309.47,-3026.43,9.41542,5.30742,300,3,0,417,0,1,0,0,0),(9963,1032,0,1,1,767,0,-3374.06,-2749.98,26.6317,1.00122,300,5,0,617,0,1,0,0,0),(9964,1169,0,1,1,3456,1,-4304.28,-3028.85,8.64129,0.032712,300,3,0,417,0,1,0,0,0),(9960,1169,0,1,1,3456,1,-4296,-3021.21,9.08154,5.06967,300,3,0,417,0,1,0,0,0),(9961,1039,0,1,1,713,0,-3787.26,-2968.68,6.86915,3.3224,300,10,0,494,0,1,0,0,0),(9962,1039,0,1,1,713,0,-3950.07,-3026.53,6.50215,3.77425,300,10,0,494,0,1,0,0,0),(15725,2370,0,1,1,4976,1,-1236.58,-985.058,16.7725,3.21141,300,0,0,812,811,0,0,0,0),(15724,2375,0,1,1,3617,1,-1082.42,262.185,4.76606,4.06021,300,10,0,950,0,1,0,0,0),(15723,2356,0,1,1,3201,0,-149.249,-1187.73,56.6616,2.70944,300,10,0,944,0,1,0,0,0),(15722,2368,0,1,1,4763,1,-1382.67,-1040.55,1.47095,0.266766,300,10,0,896,0,1,0,0,0),(15721,2349,0,1,1,6808,0,-381.997,-1119.95,43.5124,2.84022,300,5,0,664,0,1,0,0,0),(15720,2375,0,1,1,3617,1,-1122.55,13.8239,3.0493,5.76354,300,10,0,950,0,1,0,0,0),(15719,2369,0,1,1,11255,1,-1194.24,-871.559,5.94123,0.168679,300,10,0,1050,0,1,0,0,0),(9958,1169,0,1,1,3456,1,-4285.9,-3009.98,9.80131,4.84577,300,0,0,417,0,2,0,0,0),(9959,1169,0,1,1,3456,1,-4278.27,-3004.02,9.42749,5.31662,300,0,0,417,0,0,0,0,0),(15718,2370,0,1,1,4976,1,-1248.91,-942.491,2.65923,4.3853,300,10,0,812,811,1,0,0,0),(15717,2344,0,1,1,3763,1,-1296.84,-1137.22,35.387,2.14295,300,10,0,732,756,1,0,0,0),(9957,1030,0,1,1,360,0,-4144.37,-2624.26,50.1289,0.201693,300,10,0,494,0,1,0,0,0),(9955,5683,0,1,1,3989,1,-2495,-2453.08,79.7397,1.69274,300,0,0,508,544,0,0,0,0),(9956,1400,0,1,1,1036,0,-2906.03,-1884.42,8.49297,0.293328,300,10,0,617,0,1,0,0,0),(9954,1111,0,1,1,711,0,-3982.5,-2656.46,36.9942,4.76713,300,10,0,531,0,1,0,0,0),(9953,1030,0,1,1,360,0,-4283.15,-2896.2,19.0364,2.55206,300,3,0,494,0,1,0,0,0),(9951,1111,0,1,1,711,0,-3985.29,-2655.15,37.1073,4.14952,300,10,0,531,0,1,0,0,0),(9952,1030,0,1,1,360,0,-3950.22,-2935.86,12.1557,2.94078,300,10,0,494,0,1,0,0,0),(9950,1032,0,1,1,767,0,-3254.06,-2852.02,13.0956,3.50796,300,10,0,617,0,1,0,0,0),(9949,1033,0,1,1,11139,0,-3116.31,-2976.28,27.6056,1.69418,300,10,0,734,0,1,0,0,0),(9948,1032,0,1,1,767,0,-3180.3,-2948.59,22.6084,4.47973,300,10,0,617,0,1,0,0,0),(9947,1042,0,1,1,9583,0,-3433.67,-2951.71,21.0274,3.1123,300,5,0,617,0,1,0,0,0),(9946,1043,0,1,1,956,0,-3049.23,-2851.87,25.8122,1.56338,300,10,0,582,618,1,0,0,0),(9945,1043,0,1,1,956,0,-3177.35,-2976.82,23.2575,4.75338,300,10,0,582,618,1,0,0,0),(9944,1069,0,1,1,505,0,-3081.35,-2924.4,25.4796,0.67083,300,10,0,640,655,1,0,0,0),(9943,1032,0,1,1,767,0,-2913.93,-2211.12,21.6942,0.80772,300,10,0,617,0,1,0,0,0),(9942,1111,0,1,1,711,0,-3931.65,-2652.62,37.6396,6.2343,300,10,0,531,0,1,0,0,0),(9941,1016,0,1,1,673,0,-2794.08,-2763.48,54.0806,5.06066,300,2,0,664,0,1,0,0,0),(9940,1015,0,1,1,670,0,-2828.39,-2685.37,48.0371,3.08685,300,10,0,617,0,1,0,0,0),(9939,1017,0,1,1,649,0,-3014.13,-2720.36,10.3659,1.48939,300,10,0,734,0,1,0,0,0),(9937,1015,0,1,1,670,0,-2791.77,-2558.89,63.4574,5.81239,300,10,0,617,0,1,0,0,0),(9938,1017,0,1,1,649,0,-2910.34,-2766.49,28.3951,3.8222,300,10,0,734,0,1,0,0,0),(15716,2349,0,1,1,6808,0,-282.28,-1540.45,92.3671,0.47064,300,10,0,664,0,1,0,0,0),(15715,2344,0,1,1,3763,1,-1262.7,-1158.43,40.57,0.518991,300,10,0,732,756,1,0,0,0),(15714,2368,0,1,1,4763,1,-1229.2,-902.415,1.8385,1.82206,300,10,0,896,0,1,0,0,0),(15713,2344,0,1,1,3763,1,-1267.65,-1142.77,37.7886,2.97201,300,10,0,732,756,1,0,0,0),(15712,2369,0,1,1,11255,1,-1149.39,-798.996,-0.765495,3.43492,300,10,0,1050,0,1,0,0,0),(15711,2375,0,1,1,3617,1,-1142.2,21.2048,1.73791,2.19912,300,0,0,950,0,0,0,0,0),(15710,2374,0,1,1,1305,1,-1147.55,11.2227,0.458738,3.65214,300,10,0,896,0,1,0,0,0),(15709,2356,0,1,1,3201,0,-300.846,-1447.99,83.7408,3.2296,300,10,0,944,0,1,0,0,0),(15708,2371,0,1,1,4982,1,-1126.08,-822.4,10.1914,2.15438,300,10,0,935,878,1,0,0,0),(9936,1417,0,1,1,1035,0,-3006.86,-2653.31,8.2768,3.49671,300,10,0,531,0,1,0,0,0),(9935,1400,0,1,1,1036,0,-2919.57,-1919.61,8.96254,1.43706,300,10,0,617,0,1,0,0,0),(9934,1400,0,1,1,1036,0,-3056.19,-2201.7,6.21254,2.7288,300,10,0,617,0,1,0,0,0),(9933,1158,0,1,1,11372,1,-2808.29,-978.692,-0.657851,1.56117,300,5,0,840,0,1,0,0,0),(9932,1160,0,1,1,3494,1,-2798.54,-1028.4,7.51422,1.88496,300,0,0,1003,0,0,0,0,0),(9931,1015,0,1,1,670,0,-2849.44,-2556.78,51.5897,3.97835,300,5,0,617,0,1,0,0,0),(9930,1016,0,1,1,673,0,-2769.37,-2715.52,61.6703,0.625925,300,3,0,664,0,1,0,0,0),(9929,1158,0,1,1,11372,1,-2800.69,-993.143,0.826834,2.59387,300,5,0,840,0,1,0,0,0),(9928,1158,0,1,1,11372,1,-2804.22,-988.54,-7.53415,0.927363,300,5,0,840,0,1,0,0,0),(9927,1158,0,1,1,11372,1,-2816.88,-1002.81,-0.509189,4.61859,300,5,0,840,0,1,0,0,0),(9926,1158,0,1,1,11372,1,-2819.26,-993.662,-8.91584,3.46654,300,3,0,840,0,1,0,0,0),(9925,1158,0,1,1,11372,1,-2794.22,-1010.05,-4.7156,4.56572,300,5,0,840,0,1,0,0,0),(9924,1158,0,1,1,11372,1,-2822.06,-982.347,-2.52766,1.0298,300,5,0,840,0,1,0,0,0),(9923,1158,0,1,1,11372,1,-2834.3,-971.43,-12.9049,1.55115,300,5,0,840,0,1,0,0,0),(9922,1033,0,1,1,11139,0,-2823.79,-2233.09,-1.61327,2.46047,300,5,0,734,0,1,0,0,0),(9921,1033,0,1,1,11139,0,-2834.59,-2230.05,-1.61327,2.98391,300,5,0,734,0,1,0,0,0),(9920,1033,0,1,1,11139,0,-2831.5,-2241.43,-0.927713,3.0586,300,5,0,734,0,1,0,0,0),(9918,1017,0,1,1,649,0,-2886.44,-2795.47,33.2931,1.42132,300,10,0,734,0,1,0,0,0),(9919,1015,0,1,1,670,0,-3071,-2766.68,22.544,4.16896,300,10,0,617,0,1,0,0,0),(9917,1400,0,1,1,1036,0,-2956.45,-1897.55,7.96253,4.97168,300,10,0,617,0,1,0,0,0),(9916,1420,0,1,1,901,0,-3156.83,-1679.32,10.3775,1.99793,300,10,0,8,0,1,0,0,0),(9915,1400,0,1,1,1036,0,-3709.6,-1179.73,-18.3148,1.68087,300,10,0,617,0,1,0,0,0),(9913,1157,0,1,1,3505,1,-2802.3,-1011.06,4.28959,2.14675,300,0,0,787,0,0,0,0,0),(9914,1158,0,1,1,11372,1,-2796.56,-1016.59,5.98166,3.10138,300,3,0,840,0,1,0,0,0),(9911,1400,0,1,1,1036,0,-3011.58,-1808.43,6.34904,4.54949,300,10,0,617,0,1,0,0,0),(9912,1158,0,1,1,11372,1,-2808.35,-1012.68,3.50767,1.60211,300,3,0,840,0,1,0,0,0),(9909,1013,0,1,1,714,1,-2904.91,-2051.77,9.27872,1.64061,300,0,0,640,655,0,0,0,0),(9910,1014,0,1,1,543,1,-2900.11,-2046.31,9.27872,2.80998,300,0,0,840,0,0,0,0,0),(9908,1012,0,1,1,3196,1,-2905.49,-2039.93,9.27914,4.53786,300,0,0,664,0,0,0,0,0),(9907,1012,0,1,1,3196,1,-2892.45,-2074.91,14.9472,4.66517,300,10,0,664,0,1,0,0,0),(9905,1012,0,1,1,3196,1,-2878.12,-2047.74,15.2468,5.30932,300,10,0,664,0,1,0,0,0),(9906,1012,0,1,1,3196,1,-2914.4,-2064.65,10.9649,3.91594,300,10,0,664,0,1,0,0,0),(9903,1012,0,1,1,3196,1,-2907.87,-1829.29,10.0434,4.29284,300,6,0,664,0,1,0,0,0),(9904,1012,0,1,1,3196,1,-2903.27,-2021.54,9.75689,2.30931,300,10,0,664,0,1,0,0,0),(9901,1013,0,1,1,714,1,-2969.24,-1947.17,9.42335,2.3911,300,6,0,640,655,1,0,0,0),(9902,1013,0,1,1,714,1,-2971.06,-1956.5,9.42335,0.314159,300,6,0,640,655,1,0,0,0),(9899,1028,0,1,1,1079,1,-3176.48,-1417.18,6.33753,5.05316,300,5,0,504,1443,1,0,0,0),(9900,1014,0,1,1,543,1,-2960.18,-1950.52,9.36439,4.46804,300,10,0,840,0,1,0,0,0),(9897,1007,0,1,1,3199,1,-3904.01,-2892.13,9.80041,4.77688,300,0,0,494,0,0,0,0,0),(9898,1158,0,1,1,11372,1,-2811.39,-1030.42,-13.1133,4.59202,300,5,0,840,0,1,0,0,0),(15707,2369,0,1,1,11255,1,-1178.94,-812.624,-2.32381,0.507597,300,10,0,1050,0,1,0,0,0),(15706,2369,0,1,1,11255,1,-1135.41,-846.867,16.9523,1.93731,300,0,0,1050,0,0,0,0,0),(15705,17108,0,1,1,4158,1,-344.927,-692.467,57.8126,1.65806,300,0,0,840,0,0,0,0,0),(15704,2371,0,1,1,4982,1,-1063.68,-801.098,6.78104,5.38308,300,10,0,935,878,1,0,0,0),(9894,1013,0,1,1,714,1,-2907.53,-1840.89,9.52633,6.00393,300,6,0,640,655,1,0,0,0),(9895,1012,0,1,1,3196,1,-2894.7,-1846.4,10.2125,4.75122,300,10,0,664,0,1,0,0,0),(9896,1420,0,1,1,901,0,-3789.42,-2853.77,6.97134,2.83836,300,10,0,8,0,1,0,0,0),(9893,1014,0,1,1,543,1,-2901.99,-1838.34,9.52633,4.74729,300,6,0,840,0,1,0,0,0),(9891,1158,0,1,1,11372,1,-2799.34,-1014.51,-12.8674,4.72992,300,5,0,840,0,1,0,0,0),(9892,1012,0,1,1,3196,1,-2907.23,-1853.38,9.96253,3.72775,300,10,0,664,0,1,0,0,0),(9890,1158,0,1,1,11372,1,-2793.94,-1023.41,-2.56807,2.30531,300,5,0,840,0,1,0,0,0),(9889,1417,0,1,1,1035,0,-3797.94,-986.413,-18.128,2.92109,300,10,0,531,0,1,0,0,0),(9887,1015,0,1,1,670,0,-2908.11,-2454.07,35.9253,1.0566,300,5,0,617,0,1,0,0,0),(9888,1400,0,1,1,1036,0,-3684.96,-1112.54,-31.5504,1.99825,300,10,0,617,0,1,0,0,0),(9886,1016,0,1,1,673,0,-2847.44,-2760.27,39.6678,1.64113,300,10,0,664,0,1,0,0,0),(9885,1032,0,1,1,767,0,-2830.78,-2309.33,41.7878,5.70927,300,5,0,617,0,1,0,0,0),(9884,1034,0,1,1,4916,1,-3452.49,-2348.45,51.8991,5.8845,300,0,0,635,0,0,0,0,0),(9881,1032,0,1,1,767,0,-2849.16,-2351.82,40.0888,4.09863,300,10,0,617,0,1,0,0,0),(9882,1034,0,1,1,4916,1,-3473.61,-2360.97,57.2745,3.72959,300,3,0,635,0,1,0,0,0),(9883,1069,0,1,1,505,0,-3255.89,-3023.39,20.8256,2.07282,300,10,0,640,655,1,0,0,0),(15703,17108,0,1,1,4157,1,-338.303,-711.022,57.7319,5.59193,300,0,0,840,0,0,0,0,0),(9880,1019,0,1,1,788,0,-3054.74,-3255.58,68.4882,3.48409,300,3,0,950,0,1,0,0,0),(9878,1019,0,1,1,788,0,-3050.74,-3279.93,68.6312,4.17098,300,3,0,950,0,1,0,0,0),(9879,1019,0,1,1,788,0,-3025.34,-3293.27,67.0128,2.43429,300,3,0,950,0,1,0,0,0),(9877,1400,0,1,1,1036,0,-2885.92,-1782.42,8.46252,3.28597,300,10,0,617,0,1,0,0,0),(9875,1018,0,1,1,180,0,-3225.12,-3356.63,64.5236,2.68922,300,10,0,896,0,1,0,0,0),(9876,1018,0,1,1,180,0,-3247.1,-3368.1,64.6847,1.46704,300,10,0,896,0,1,0,0,0),(9874,12899,0,1,1,12821,0,-3477.62,-3773.35,63.8701,1.62749,600,0,0,38844,0,2,0,0,0),(9873,1047,0,1,1,8313,1,-3484.05,-3820.51,77.1792,4.87526,600,10,0,8883,0,1,0,0,0),(9871,1047,0,1,1,8313,1,-3513.2,-3850.33,83.1046,0.212327,600,10,0,8883,0,1,0,0,0),(9872,1158,0,1,1,11372,1,-2792.15,-1027.22,-10.0862,5.15372,300,5,0,840,0,1,0,0,0),(9869,1030,0,1,1,360,0,-4327.63,-2734.78,61.1731,4.65657,300,5,0,494,0,1,0,0,0),(9870,1040,0,1,1,2023,0,-3126.84,-1437.12,5.54483,1.2122,300,10,0,664,0,1,0,0,0),(9867,1008,0,1,1,355,1,-4218.65,-2910.12,13.1277,2.29183,300,10,0,531,0,1,0,0,0),(9868,1009,0,1,1,3197,1,-3764.58,-2917.38,12.0631,6.16101,300,0,0,472,1357,0,0,0,0),(15702,17108,0,1,1,4157,1,-325.077,-699.664,57.7713,0.820305,300,0,0,840,0,0,0,0,0),(9866,1011,0,1,1,8598,1,-3124.8,-1492.89,9.5725,5.19437,300,5,0,617,0,1,0,0,0),(9864,1069,0,1,1,505,0,-3281.83,-2956.49,22.319,1.58056,300,10,0,640,655,1,0,0,0),(9865,1043,0,1,1,956,0,-3366.7,-2970.17,24.7587,5.49365,300,10,0,582,618,1,0,0,0),(9862,1042,0,1,1,9583,0,-3642.83,-3149.72,19.0329,0.39455,300,5,0,617,0,1,0,0,0),(9863,1043,0,1,1,956,0,-3295.12,-2950.9,22.4927,3.41828,300,10,0,582,618,1,0,0,0),(9861,1043,0,1,1,956,0,-3253.18,-2944.98,18.7682,3.11035,300,10,0,582,618,1,0,0,0),(9860,1043,0,1,1,956,0,-3264.06,-2913.29,18.537,0.126064,300,10,0,582,618,1,0,0,0),(9859,1044,0,1,1,8712,0,-3154.6,-3012.87,24.0722,1.67366,300,0,0,684,693,0,0,0,0),(9857,1047,0,1,1,8313,1,-3556.32,-3893.49,97.7166,0.695489,600,3,0,8883,0,1,0,0,0),(9858,1417,0,1,1,1035,0,-4212.01,-2960.97,13.4557,4.82993,300,10,0,531,0,1,0,0,0),(15701,2371,0,1,1,4982,1,-1097.99,-817.852,8.82432,1.5708,300,0,0,935,878,0,0,0,0),(9855,1045,0,1,1,363,1,-3452.04,-3646.33,57.8932,3.99349,600,10,0,8352,0,1,0,0,0),(9856,1047,0,1,1,8313,1,-3484.26,-3745.09,63.2385,1.01181,600,5,0,8883,0,1,0,0,0),(15700,2348,0,1,1,8014,0,-948.417,-888.672,27.3066,0.152961,300,10,0,787,0,1,0,0,0),(9854,1046,0,1,1,8312,0,-3511.86,-3786.42,78.8632,5.85525,600,10,0,6891,4578,1,0,0,0),(9853,1045,0,1,1,363,1,-3480.7,-3679.04,61.955,2.28705,600,3,0,8352,0,1,0,0,0),(9851,1046,0,1,1,8312,0,-3423.23,-3612.36,50.0207,2.10503,600,10,0,6891,4578,1,0,0,0),(9852,1047,0,1,1,8313,1,-3444.89,-3779.02,71.5652,5.97299,600,3,0,8883,0,1,0,0,0),(9850,1400,0,1,1,1036,0,-3681.23,-1174.29,-16.5576,0.269343,300,10,0,617,0,1,0,0,0),(9849,1030,0,1,1,360,0,-4158.84,-2674.83,37.2243,2.99902,300,10,0,494,0,1,0,0,0),(9847,1028,0,1,1,1079,1,-3187.48,-1295.42,9.64602,3.38668,300,10,0,504,1443,1,0,0,0),(9848,1028,0,1,1,1079,1,-3147.65,-1222.12,7.65265,2.02023,300,5,0,504,1443,1,0,0,0),(9846,1016,0,1,1,673,0,-3124.78,-2780.09,23.0896,1.82524,300,10,0,664,0,1,0,0,0),(9845,1032,0,1,1,767,0,-3006.93,-2745.79,16.6463,2.0803,300,10,0,617,0,1,0,0,0),(9844,1043,0,1,1,956,0,-3594.09,-3179.11,22.8539,3.30642,300,10,0,582,618,1,0,0,0),(9842,1111,0,1,1,711,0,-3981.61,-2760.11,22.2584,4.95349,300,10,0,531,0,1,0,0,0),(9843,1019,0,1,1,788,0,-2559.65,-1782.75,11.0862,4.68695,300,10,0,950,0,1,0,0,0),(9841,1030,0,1,1,360,0,-3654.79,-2661.6,35.8537,6.20701,300,5,0,494,0,1,0,0,0),(9840,1111,0,1,1,711,0,-3879.15,-2745.98,23.2621,0.53445,300,10,0,531,0,1,0,0,0),(9839,2098,0,1,1,10003,0,-4468.37,-2721.4,270.107,1.07129,300,5,0,102,0,1,0,0,0),(9837,1043,0,1,1,956,0,-3457.83,-3025.73,22.3965,2.70399,300,10,0,582,618,1,0,0,0),(9838,1018,0,1,1,180,0,-2938.41,-3082.9,64.6275,0.650929,300,3,0,896,0,1,0,0,0),(15699,2345,0,1,1,3761,1,-1201.71,-1222.65,41.5686,2.53679,300,5,0,905,0,1,0,0,0),(15698,2371,0,1,1,4982,1,-1058.09,-764.871,-1.33792,4.06048,300,10,0,935,878,1,0,0,0),(15697,2269,0,1,1,3629,1,-784.233,35.869,14.3469,2.72271,300,0,0,787,0,0,0,0,0),(9836,1069,0,1,1,505,0,-3553.73,-3236.37,27.1817,3.89742,300,10,0,640,655,1,0,0,0),(9835,1042,0,1,1,9583,0,-3491.43,-3014.49,19.4602,5.91138,300,5,0,617,0,1,0,0,0),(9834,1032,0,1,1,767,0,-3077.98,-2737.56,19.2906,0.349672,300,10,0,617,0,1,0,0,0),(9833,2099,0,1,1,793,1,-3755.84,-631.038,8.80592,5.74213,300,0,0,484,0,0,0,0,0),(9831,1017,0,1,1,649,0,-2765.25,-1948.41,25.5172,4.29723,300,5,0,734,0,1,0,0,0),(9832,1015,0,1,1,670,0,-2824.07,-2042.2,27.7338,3.30256,300,10,0,617,0,1,0,0,0),(9829,2099,0,1,1,793,1,-3892.08,-661.003,8.22165,4.32842,300,0,0,484,0,0,0,0,0),(9830,1016,0,1,1,673,0,-2785.98,-1983.01,26.2826,3.39415,300,5,0,664,0,1,0,0,0),(9828,2099,0,1,1,793,1,-3730.76,-699.272,8.2462,0.174533,300,0,0,484,0,0,0,0,0),(9827,1034,0,1,1,4916,1,-3480.47,-2334.13,63.4623,0.998043,300,5,0,635,0,1,0,0,0),(9825,1420,0,1,1,901,0,-3456.52,-2707.06,7.63688,1.39794,300,10,0,8,0,1,0,0,0),(9826,2098,0,1,1,10001,0,-4142,-2416.2,183.576,2.71464,300,5,0,102,0,1,0,0,0),(15696,2269,0,1,1,3629,1,-732.801,67.2347,9.97272,0.418879,300,0,0,787,0,0,0,0,0),(15695,2269,0,1,1,3629,1,-765.575,42.9053,14.079,5.93412,300,0,0,787,0,0,0,0,0),(15694,2503,0,1,1,3633,1,-717.893,46.2339,11.1638,5.67433,300,3,0,840,0,1,0,0,0),(15693,2349,0,1,1,6808,0,-648.301,-983.482,45.5282,6.23969,300,10,0,664,0,1,0,0,0),(9823,1027,0,1,1,506,1,-2890.64,-951.245,-10.7269,3.06931,300,10,0,664,0,1,0,0,0),(9824,1026,0,1,1,1305,1,-3207.85,-1424.52,11.1169,5.73473,300,5,0,573,0,1,0,0,0),(17726,1782,0,1,1,574,0,507.335,913.35,128.733,0.226893,275,0,0,273,0,0,0,0,0),(15692,2348,0,1,1,8014,0,-835.943,-866.521,22.0083,3.73748,300,5,0,787,0,1,0,0,0),(15691,2374,0,1,1,1305,1,-981.974,315.614,0.426113,4.92183,300,0,0,896,0,0,0,0,0),(15690,2375,0,1,1,3617,1,-981.878,284.602,5.9805,3.43435,300,10,0,950,0,1,0,0,0),(15689,2375,0,1,1,3617,1,-1015.19,306.935,-5.3397,0.675551,300,10,0,950,0,1,0,0,0),(15688,2385,0,1,1,1056,0,-1180.64,-1053.61,45.4648,1.46704,300,10,0,840,0,1,0,0,0),(15687,2375,0,1,1,3617,1,-965.577,359.264,-1.6333,0.403597,300,10,0,950,0,1,0,0,0),(15686,2345,0,1,1,3761,1,-1293.69,-1173.99,37.9713,1.88496,300,0,0,905,0,0,0,0,0),(15685,2374,0,1,1,1305,1,-1011.77,278.665,2.00871,1.65296,300,10,0,896,0,1,0,0,0),(15684,2374,0,1,1,1305,1,-969.795,325.382,2.34319,3.26377,300,0,0,896,0,0,0,0,0),(15683,2375,0,1,1,3617,1,-972.917,327.084,0.598005,5.54455,300,10,0,950,0,1,0,0,0),(15682,2354,0,1,1,1007,0,-597.943,-395.933,39.4792,5.09656,300,10,0,742,0,1,0,0,0),(15681,2374,0,1,1,1305,1,-985.561,281.326,5.83632,1.82573,300,10,0,896,0,1,0,0,0),(15680,2356,0,1,1,3201,0,-615.59,-1021.85,66.6835,5.5116,300,5,0,944,0,1,0,0,0),(15679,2261,0,1,1,3624,1,-434.324,-1326.11,64.6909,6.12869,300,3,0,494,0,1,0,0,0),(15678,2386,0,1,1,3708,1,-691.709,-605.515,27.9243,2.15873,300,5,0,2310,0,1,0,0,0),(15677,2356,0,1,1,3201,0,-644.092,-929.563,35.8359,3.57468,300,10,0,944,0,1,0,0,0),(15676,2261,0,1,1,3623,1,-409.541,-1338.12,64.9568,0.515541,300,3,0,494,0,1,0,0,0),(15675,2356,0,1,1,3201,0,-910.833,-1111.2,48.4799,1.06256,300,10,0,944,0,1,0,0,0),(15674,2386,0,1,1,3708,1,-713.946,-429.513,26.5985,2.4573,300,0,0,2310,0,0,0,0,0),(15673,2261,0,1,1,3624,1,-464.062,-1313.02,64.1909,4.41246,300,3,0,494,0,1,0,0,0),(15672,2386,0,1,1,3708,1,-664.517,-443.824,31.5638,0.930741,300,0,0,2310,0,2,0,0,0),(15671,2348,0,1,1,8014,0,-918.024,-809.775,23.1117,6.134,300,10,0,787,0,1,0,0,0),(15670,2261,0,1,1,3624,1,-539.777,-1356.7,64.7539,1.06898,300,3,0,494,0,1,0,0,0),(15669,2373,0,1,1,662,1,-955.81,-934.95,30.4312,1.74533,300,0,0,665,1812,0,0,0,0),(15668,2386,0,1,1,3705,1,-698.479,-430.694,31.6317,2.37677,300,0,0,2310,0,2,0,0,0),(15667,2386,0,1,1,3708,1,-678.191,-424.029,31.6365,2.69983,300,0,0,2310,0,0,0,0,0),(15666,2386,0,1,1,3705,1,-726.342,-489.61,25.6367,5.27657,300,10,0,2310,0,1,0,0,0),(15665,3543,0,1,1,3698,1,-815.529,-572.187,15.3116,4.53786,300,0,0,1753,0,0,0,0,0),(15664,2386,0,1,1,3708,1,-798.237,-599.039,15.2765,2.27719,300,5,0,2310,0,1,0,0,0),(15663,2372,0,1,1,10643,1,-936.949,-932.477,30.4557,1.37881,300,0,0,787,0,0,0,0,0),(9822,1009,0,1,1,3197,1,-3758.21,-2923.19,12.0631,1.5708,300,0,0,472,1357,0,0,0,0),(9821,1018,0,1,1,180,0,-2936.58,-3116.23,90.3715,5.69356,300,5,0,896,0,1,0,0,0),(9820,1010,0,1,1,714,1,-3752.95,-2917.71,12.0631,2.32129,300,0,0,573,0,0,0,0,0),(9819,1018,0,1,1,180,0,-3027.22,-3141.05,69.7436,1.96544,300,2,0,896,0,1,0,0,0),(9818,1018,0,1,1,180,0,-3053.98,-3153.26,63.5223,1.55501,300,3,0,896,0,1,0,0,0),(9817,1042,0,1,1,9583,0,-3571.21,-2983.29,12.1561,4.28765,300,5,0,617,0,1,0,0,0),(9816,1018,0,1,1,180,0,-3191.48,-3291.56,64.9634,0.749502,300,5,0,896,0,1,0,0,0),(9815,1033,0,1,1,11139,0,-3557.51,-3291.37,33.9249,2.26793,300,5,0,734,0,1,0,0,0),(9814,1015,0,1,1,670,0,-2938.87,-2738.14,22.4646,0.152946,300,10,0,617,0,1,0,0,0),(9813,1073,0,1,1,1672,1,-2648.59,-2459.22,80.4825,0.401426,300,0,0,840,0,0,0,0,0),(9812,1075,0,1,1,1676,1,-2650.06,-2453.92,80.2021,5.71577,300,0,0,713,0,0,0,0,0),(9811,1072,0,1,1,1673,1,-2646.41,-2451.15,80.5034,0.401426,300,0,0,1003,0,0,0,0,0),(9810,1071,0,1,1,1671,1,-2651.19,-2449.16,80.1164,3.76991,300,0,0,1342,0,0,0,0,0),(9809,1074,0,1,1,1675,1,-2650.41,-2443.47,80.1627,1.01229,300,0,0,1003,0,0,0,0,0),(9808,1400,0,1,1,1036,0,-2987.08,-2249.38,6.21252,1.98636,300,10,0,617,0,1,0,0,0),(9807,1400,0,1,1,1036,0,-2910.28,-1985.11,6.71253,1.39636,300,10,0,617,0,1,0,0,0),(9806,1032,0,1,1,767,0,-2960.58,-2737.9,19.0723,1.86843,300,10,0,617,0,1,0,0,0),(9805,1040,0,1,1,2023,0,-2855.38,-1754.75,7.40909,5.93425,300,10,0,664,0,1,0,0,0),(9804,1015,0,1,1,670,0,-2868.12,-2688.13,38.3704,0.230755,300,10,0,617,0,1,0,0,0),(9803,1244,0,1,1,480,0,-3261.47,-2720.74,9.53705,5.38068,300,0,0,1003,0,0,0,0,0),(9802,2153,0,1,1,3492,1,-3283.56,-1523.95,9.22938,2.67035,300,0,0,713,0,0,0,0,0),(9801,1038,0,1,1,4924,1,-3647.57,-2620.44,51.9576,2.83706,300,5,0,519,1443,1,0,0,0),(9800,1417,0,1,1,1035,0,-4046.45,-3064.82,6.21252,4.68218,300,10,0,531,0,1,0,0,0),(9799,1017,0,1,1,649,0,-2777.25,-1955.5,24.7936,0.425907,300,5,0,734,0,1,0,0,0),(9798,1017,0,1,1,649,0,-2776.05,-1933.47,24.7936,1.33866,300,5,0,734,0,1,0,0,0),(9797,1017,0,1,1,649,0,-2794.17,-1942.71,24.7936,3.06829,300,5,0,734,0,1,0,0,0),(9796,1027,0,1,1,506,1,-2907.18,-909.878,-11.3953,2.74937,300,10,0,664,0,1,0,0,0),(9795,2103,0,1,1,4925,1,-4268.95,-2428.3,252.499,0.095784,300,5,0,449,0,1,0,0,0),(9794,2102,0,1,1,4927,1,-4310.64,-2519.36,256.747,5.8779,300,5,0,494,0,1,0,0,0),(9793,2103,0,1,1,4925,1,-4339.67,-2506.99,252.204,1.27141,300,5,0,449,0,1,0,0,0),(9792,2102,0,1,1,4927,1,-4277.4,-2404.28,234.061,6.13024,300,5,0,494,0,1,0,0,0),(9791,2102,0,1,1,4927,1,-4270.37,-2456.72,251.359,5.69939,300,5,0,494,0,1,0,0,0),(9790,1038,0,1,1,4924,1,-3647.66,-2609.58,51.8987,1.30399,300,0,0,519,1443,0,0,0,0),(9789,2099,0,1,1,793,1,-3785.02,-750.936,8.10555,4.88692,300,0,0,484,0,0,0,0,0),(9788,1027,0,1,1,506,1,-3154.44,-1279.5,9.46256,6.16229,300,10,0,664,0,1,0,0,0),(9787,1420,0,1,1,901,0,-3219.34,-2537.86,7.21249,0.592735,300,10,0,8,0,1,0,0,0),(9786,1420,0,1,1,901,0,-3074.1,-1408.84,13.7846,5.94909,300,10,0,8,0,1,0,0,0),(9785,1035,0,1,1,4917,1,-3641.61,-2602.89,51.8991,2.17105,300,0,0,635,0,0,0,0,0),(9784,1036,0,1,1,4919,1,-3653.12,-2611.11,51.8989,1.2859,300,0,0,600,618,0,0,0,0),(9783,1043,0,1,1,956,0,-3557.93,-3115.11,23.4445,0.449859,300,10,0,582,618,1,0,0,0),(9782,1069,0,1,1,505,0,-3493.45,-3221.02,22.1007,5.94936,300,10,0,640,655,1,0,0,0),(9781,1043,0,1,1,956,0,-3505.69,-3156.42,23.3777,3.23665,300,10,0,582,618,1,0,0,0),(9780,2595,0,1,1,11254,1,-2222.57,-1593.89,-54.3714,4.05526,300,10,0,1604,0,1,0,0,0),(9779,2595,0,1,1,11254,1,-2218.83,-1626.6,-46.8877,4.3511,300,10,0,1604,0,1,0,0,0),(9778,2098,0,1,1,10001,0,-4210.79,-2482.6,277.307,5.52457,300,5,0,102,0,1,0,0,0),(9776,1417,0,1,1,1035,0,-4047.35,-3098.63,7.20349,1.81767,300,10,0,531,0,1,0,0,0),(9775,1030,0,1,1,360,0,-3536,-2595.39,30.9806,6.06275,300,5,0,494,0,1,0,0,0),(9774,1036,0,1,1,4919,1,-3639.59,-2599.13,52.0392,3.20385,300,0,0,600,618,0,0,0,0),(9773,1038,0,1,1,4924,1,-3427.76,-2442.14,52.0236,1.82883,300,0,0,519,1443,0,0,0,0),(9772,1036,0,1,1,4919,1,-3421.48,-2432.87,52.0294,3.24742,300,0,0,600,618,0,0,0,0),(9771,1057,0,1,1,4918,1,-3440.09,-2434.04,52.0411,0.97762,300,0,0,519,1443,0,0,0,0),(9770,1434,0,1,1,2678,1,-3815.1,-791.049,11.2613,3.52786,300,5,0,2790,0,1,0,0,0),(9769,1018,0,1,1,180,0,-2979.01,-3090.92,64.6092,6.09914,300,5,0,896,0,1,0,0,0),(9768,1420,0,1,1,901,0,-2837.81,-1424.41,12.7294,1.46759,300,10,0,8,0,1,0,0,0),(9767,1034,0,1,1,4916,1,-3305.8,-2294.36,59.4077,4.05351,300,5,0,635,0,1,0,0,0),(9766,1018,0,1,1,180,0,-3134.56,-3201.66,64.4624,5.57733,300,5,0,896,0,1,0,0,0),(9765,1018,0,1,1,180,0,-3051.7,-3134.37,64.6635,5.88474,300,2,0,896,0,1,0,0,0),(9764,1018,0,1,1,180,0,-3010.57,-3110.42,64.6486,0,300,5,0,896,0,1,0,0,0),(9763,1040,0,1,1,2023,0,-3171.13,-1522.04,4.68814,2.76075,300,10,0,664,0,1,0,0,0),(9762,1018,0,1,1,180,0,-2550.91,-1719.09,9.46367,4.03124,300,10,0,896,0,1,0,0,0),(9761,1019,0,1,1,788,0,-2580.41,-1963.54,52.7538,6.09944,300,0,0,950,0,0,0,0,0),(9760,1016,0,1,1,673,0,-2798.03,-2002.36,28.9523,1.54321,300,5,0,664,0,1,0,0,0),(9759,1027,0,1,1,506,1,-2718.64,-1120.17,-9.72419,0.936343,300,10,0,664,0,1,0,0,0),(9758,1418,0,1,1,391,1,-2656.98,-1480.59,-6.70235,0.862434,300,10,0,896,0,1,0,0,0),(9757,1028,0,1,1,1079,1,-3078.07,-881.472,-12.8637,0.564671,300,5,0,504,1443,1,0,0,0),(9756,1025,0,1,1,983,1,-3118.24,-846.084,-14.2927,5.6518,300,5,0,531,0,1,0,0,0),(9755,1030,0,1,1,360,0,-3836.19,-3136.48,15.8488,6.1728,300,5,0,494,0,1,0,0,0),(9754,8305,0,1,1,7529,1,-3188.03,-2465.57,9.67295,2.44346,300,0,0,713,0,0,0,0,0),(9753,1053,0,1,1,3488,1,-2859.92,-2973.38,40.3179,0.812122,300,5,0,905,0,1,0,0,0),(9752,1034,0,1,1,4916,1,-3322.01,-2255.04,51.886,3.09358,300,5,0,635,0,1,0,0,0),(9750,1054,0,1,1,3487,1,-2880.25,-2946.53,34.2777,4.62512,300,0,0,955,0,0,0,0,0),(9751,1035,0,1,1,4917,1,-3329.55,-2266.85,51.9188,4.4951,300,0,0,635,0,0,0,0,0),(15662,2357,0,1,1,3689,1,-783.566,-603.281,15.2348,2.32129,300,0,0,1163,0,0,0,0,0),(15661,2386,0,1,1,3705,1,-645.255,-520.766,30.4377,1.32013,300,5,0,2310,0,1,0,0,0),(15660,2356,0,1,1,3201,0,-685.863,-89.7957,42.4598,4.25747,300,10,0,944,0,1,0,0,0),(15659,2368,0,1,1,4763,1,-1275.24,-982.766,-0.669246,0.285279,300,10,0,896,0,1,0,0,0),(15658,2349,0,1,1,6808,0,-808.839,-75.948,26.0078,3.00278,300,10,0,664,0,1,0,0,0),(15657,2356,0,1,1,3201,0,-831.404,291.294,41.6835,2.77103,300,10,0,944,0,1,0,0,0),(15656,2370,0,1,1,4976,1,-1368.12,-1061.61,14.9921,4.43572,300,10,0,812,811,1,0,0,0),(15655,2368,0,1,1,4763,1,-1376.69,-1059.44,13.1171,2.11875,300,10,0,896,0,1,0,0,0),(15654,2368,0,1,1,4763,1,-1297.21,-1054.61,22.339,4.42452,300,10,0,896,0,1,0,0,0),(15653,2368,0,1,1,4763,1,-1354.18,-1045.19,11.0499,5.7391,300,10,0,896,0,1,0,0,0),(15652,2370,0,1,1,4976,1,-1308.75,-1026.17,9.28396,4.38631,300,10,0,812,811,1,0,0,0),(15651,2368,0,1,1,4763,1,-1308.16,-1075.08,24.0873,3.42844,300,10,0,896,0,1,0,0,0),(15650,2368,0,1,1,4763,1,-1313.83,-1014.45,-0.217229,0.749631,300,10,0,896,0,1,0,0,0),(15649,2268,0,1,1,4125,1,-575.362,8.58214,47.7337,4.59022,300,0,0,734,0,0,0,0,0),(15648,2370,0,1,1,4976,1,-1316.09,-1068.53,21.5356,2.40855,300,0,0,812,811,0,0,0,0),(15647,2356,0,1,1,3201,0,-758.306,-49.6266,30.1268,0.251464,300,10,0,944,0,1,0,0,0),(15646,2376,0,1,1,4920,1,-1016.61,-75.1017,3.88166,0.586234,300,10,0,892,852,1,0,0,0),(15645,2376,0,1,1,4920,1,-1074.79,-409.877,-6.75973,1.04076,300,10,0,892,852,1,0,0,0),(15644,620,0,1,1,304,0,-463.58,-86.7091,54.5478,6.03821,300,5,0,1,0,1,0,0,0),(15643,2442,0,1,1,1060,0,-400.243,-52.7659,54.497,4.74729,300,0,0,1,0,0,0,0,0),(15642,2387,0,1,1,3628,1,-447.448,119.86,56.9962,2.64939,300,0,0,590,1633,0,0,0,0),(15641,2351,0,1,1,806,0,-663.373,458.214,75.5389,6.19712,300,3,0,677,0,1,0,0,0),(15640,2267,0,1,1,11036,1,-476.261,111.322,56.6969,4.95674,300,0,0,664,0,0,0,0,0),(15639,620,0,1,1,304,0,-526.007,18.1682,49.3176,3.12987,300,5,0,1,0,1,0,0,0),(15638,2348,0,1,1,8014,0,-724.587,-858.333,24.2535,4.10956,300,5,0,787,0,1,0,0,0),(15637,2267,0,1,1,11035,1,-459.92,97.9049,56.9202,1.98382,300,0,0,664,0,0,0,0,0),(15636,2376,0,1,1,4920,1,-1066.48,-87.1337,1.53241,5.11381,300,0,0,892,852,0,0,0,0),(9748,1052,0,1,1,3490,1,-2880.49,-2952.03,33.7843,1.48015,300,5,0,853,0,1,0,0,0),(9749,1054,0,1,1,3487,1,-2873.08,-2958.27,33.7843,1.48353,300,0,0,955,0,0,0,0,0),(9746,1054,0,1,1,3487,1,-2866.67,-2953.65,33.7424,2.79253,300,0,0,955,0,0,0,0,0),(9747,1052,0,1,1,3490,1,-2863.89,-2948.53,33.7424,3.34439,300,0,0,853,0,0,0,0,0),(15635,2442,0,1,1,1060,0,-338.753,55.3219,55.5409,2.56105,300,5,0,1,0,1,0,0,0),(15634,721,0,1,1,4626,0,-570.486,-126.033,50.6385,0.998136,300,10,0,1,0,1,0,0,0),(9744,1042,0,1,1,9583,0,-3618.66,-3112,22.9303,6.13603,300,5,0,617,0,1,0,0,0),(9745,1069,0,1,1,505,0,-3178.51,-2993.31,23.1223,2.02089,300,10,0,640,655,1,0,0,0),(200142,30562,571,1,1,0,0,8139.51,435.557,574.672,1.95955,360,0,0,12600,0,0,0,0,0),(200143,26632,600,3,1,0,0,-236.826,-675.405,131.948,4.76475,86400,0,0,1,0,0,0,0,0),(15633,2442,0,1,1,1060,0,-568.322,-113.526,47.6385,0.71739,300,5,0,1,0,1,0,0,0),(11693,27135,571,1,1,17612,0,3344.87,2504.08,-6.55754,3.29867,25,0,0,42,0,0,0,0,0),(9738,1057,0,1,1,4918,1,-3342,-2277.68,51.8993,1.56164,300,0,0,519,1443,0,0,0,0),(9739,1057,0,1,1,4918,1,-3318.75,-2276.12,51.8988,2.49234,300,0,0,519,1443,0,0,0,0),(9736,1057,0,1,1,4918,1,-3448.01,-2315.44,52.4983,0.82644,300,0,0,519,1443,0,0,0,0),(9737,1034,0,1,1,4916,1,-3333.23,-2267.97,51.9893,5.52397,300,0,0,635,0,0,0,0,0),(15632,2376,0,1,1,4920,1,-1057.96,-442.231,-5.63337,2.72421,300,10,0,892,852,1,0,0,0),(9734,1057,0,1,1,4918,1,-3444.61,-2298.93,52.0236,5.2596,300,5,0,519,1443,1,0,0,0),(9735,1034,0,1,1,4916,1,-3427.86,-2305.2,53.2804,1.47047,300,3,0,635,0,1,0,0,0),(9732,1034,0,1,1,4916,1,-3430.93,-2316.92,52.2578,0.013553,300,0,0,635,0,0,0,0,0),(9733,1034,0,1,1,4916,1,-3425.41,-2314.67,53.1409,0.712558,300,0,0,635,0,0,0,0,0),(9729,1044,0,1,1,8712,0,-3388.41,-3299.46,25.8421,3.66292,300,5,0,684,693,1,0,0,0),(9730,1420,0,1,1,901,0,-3076.73,-2380.4,6.96654,1.76743,300,10,0,8,0,1,0,0,0),(9731,2595,0,1,1,11254,1,-2326.77,-1785.46,-37.16,1.25681,300,10,0,1604,0,1,0,0,0),(15631,2356,0,1,1,3201,0,-365.631,-1719.53,90.7495,1.79349,300,3,0,944,0,1,0,0,0),(15630,2370,0,1,1,4976,1,-1418,-976.63,-5.05381,1.06665,300,10,0,812,811,1,0,0,0),(15629,2348,0,1,1,8014,0,-717.347,-748.891,10.1809,5.5116,300,5,0,787,0,1,0,0,0),(15628,620,0,1,1,304,0,-463.237,110.916,57.4473,3.3575,300,5,0,1,0,1,0,0,0),(9728,1015,0,1,1,670,0,-2985.18,-2586.01,15.4678,5.79507,300,10,0,617,0,1,0,0,0),(9727,1015,0,1,1,670,0,-3169.37,-2748.18,17.1753,6.17943,300,10,0,617,0,1,0,0,0),(9726,1111,0,1,1,711,0,-3827.89,-2469.02,31.872,0.309867,300,3,0,531,0,1,0,0,0),(9725,1111,0,1,1,711,0,-3949.43,-2581.94,52.9613,1.13334,300,5,0,531,0,1,0,0,0),(9724,1111,0,1,1,711,0,-3945.5,-2614.18,40.9056,3.78431,300,10,0,531,0,1,0,0,0),(9723,1111,0,1,1,711,0,-3904.74,-2676.89,32.038,0.033191,300,10,0,531,0,1,0,0,0),(9722,1017,0,1,1,649,0,-2593.41,-1680.81,9.67474,5.11399,300,10,0,734,0,1,0,0,0),(9721,1034,0,1,1,4916,1,-3320.04,-2264.43,51.8954,3.63902,300,3,0,635,0,1,0,0,0),(9720,1019,0,1,1,788,0,-2614.87,-1983.65,64.8758,1.38797,300,0,0,950,0,0,0,0,0),(9718,1020,0,1,1,960,0,-3797.17,-1341.44,25.3554,0.232657,300,3,0,573,0,1,0,0,0),(9719,1020,0,1,1,960,0,-3773.13,-1320.33,28.7508,1.02502,300,3,0,573,0,1,0,0,0),(9717,2595,0,1,1,11254,1,-2298.31,-1521.21,-38.3267,3.33605,300,10,0,1604,0,1,0,0,0),(9716,1400,0,1,1,1036,0,-3564.55,-1141.54,-11.6649,4.46526,300,10,0,617,0,1,0,0,0),(9715,1024,0,1,1,486,1,-3246.6,-842.02,-15.1982,0.161731,300,10,0,494,0,1,0,0,0),(9714,1028,0,1,1,1079,1,-3075.52,-820.704,-12.7779,5.06933,300,5,0,504,1443,1,0,0,0),(9713,1032,0,1,1,767,0,-2840.48,-2705.67,45.2247,2.56647,300,10,0,617,0,1,0,0,0),(9712,1054,0,1,1,3487,1,-2819.34,-2875.17,32.7418,3.10669,300,0,0,955,0,0,0,0,0),(9711,1053,0,1,1,3488,1,-2827.15,-2875.44,32.7418,1.01229,300,0,0,905,0,0,0,0,0),(9709,1017,0,1,1,649,0,-2909.08,-2741.77,28.8417,2.92123,300,10,0,734,0,1,0,0,0),(9710,1052,0,1,1,3490,1,-2822.17,-2868.12,32.7418,3.80482,300,0,0,853,0,0,0,0,0),(15627,2376,0,1,1,4920,1,-1116.96,-346.26,-7.88976,1.56756,300,10,0,892,852,1,0,0,0),(15626,2268,0,1,1,4125,1,-590.096,108.012,51.7246,0.291457,300,5,0,734,0,1,0,0,0),(15625,2268,0,1,1,4125,1,-542.924,107.381,56.6959,5.13127,300,0,0,734,0,0,0,0,0),(9708,1015,0,1,1,670,0,-2974.57,-2693.96,12.0918,0.809005,300,10,0,617,0,1,0,0,0),(9706,2595,0,1,1,11254,1,-2208.21,-1653.71,-48.1949,6.04705,300,10,0,1604,0,1,0,0,0),(9707,1036,0,1,1,4919,1,-3419.45,-2436.73,52.0294,3.11783,300,0,0,600,618,0,0,0,0),(9704,1420,0,1,1,901,0,-3048.7,-1271.09,11.7266,5.42589,300,10,0,8,0,1,0,0,0),(9705,1417,0,1,1,1035,0,-4135.14,-3114.8,5.2408,6.0849,300,10,0,531,0,1,0,0,0),(15624,2370,0,1,1,4976,1,-1394.26,-947.338,-6.04862,2.33995,300,10,0,812,811,1,0,0,0),(15623,2244,0,1,1,3622,1,-604.448,-1008.66,55.5207,0.069813,300,0,0,441,1272,0,0,0,0),(9702,2102,0,1,1,4927,1,-4272.12,-2340.12,219.474,3.99139,300,0,0,494,0,0,0,0,0),(9703,1111,0,1,1,711,0,-3769,-2458.7,27.2349,4.34262,300,3,0,531,0,1,0,0,0),(15622,2376,0,1,1,4920,1,-1064.58,-339.584,-1,5.73382,300,10,0,892,852,1,0,0,0),(15621,2370,0,1,1,4976,1,-1283.01,-853.614,-5.33732,4.82763,300,10,0,812,811,1,0,0,0),(15620,2267,0,1,1,11036,1,-533.862,114.142,56.9237,2.9147,300,0,0,664,0,0,0,0,0),(15619,2384,0,1,1,1059,0,-462.066,-818.265,47.2322,1.90373,300,10,0,617,0,1,0,0,0),(15618,2376,0,1,1,4920,1,-1015.79,-478.528,-4.09571,3.21989,300,10,0,892,852,1,0,0,0),(9701,1417,0,1,1,1035,0,-4148.08,-3034.12,5.84343,0.695473,300,10,0,531,0,1,0,0,0),(9700,1043,0,1,1,956,0,-3511.92,-3082.55,19.8717,0.067202,300,10,0,582,618,1,0,0,0),(9699,1069,0,1,1,505,0,-3410.88,-3279.18,23.9106,3.95333,300,10,0,640,655,1,0,0,0),(9698,1069,0,1,1,505,0,-3307.2,-3021.42,24.5583,3.36195,300,10,0,640,655,1,0,0,0),(9697,2094,0,1,1,1408,0,-3684.2,-743.032,10.1033,5.06965,300,2,0,713,0,1,0,0,0),(9696,1434,0,1,1,2678,1,-3713.02,-735.669,10.9144,2.64953,300,5,0,2790,0,2,0,0,0),(9695,1434,0,1,1,2678,1,-3602.91,-711.051,6.48002,6.1372,300,5,0,2790,0,2,0,0,0),(9693,2103,0,1,1,4925,1,-4268,-2486.26,249.123,0.027337,300,5,0,449,0,1,0,0,0),(9694,1035,0,1,1,4917,1,-3441.65,-2286.62,52.3614,0.115658,300,5,0,635,0,1,0,0,0),(9692,1019,0,1,1,788,0,-2618.64,-2031.02,72.9202,4.85732,300,5,0,950,0,1,0,0,0),(9691,2682,0,1,1,3482,1,-2857.93,-1481.26,10.1697,0.238355,300,0,0,664,0,0,0,0,0),(9690,1027,0,1,1,506,1,-2936.06,-871.457,-10.8332,0.016706,300,10,0,664,0,1,0,0,0),(9689,1076,0,1,1,1401,1,-3590.51,-1998.6,117.02,0.890118,300,0,0,1003,0,0,0,0,0),(9688,1077,0,1,1,1399,0,-3591.81,-1994.5,116.97,0.226893,300,0,0,1003,0,0,0,0,0),(9687,1025,0,1,1,983,1,-3183.08,-851.42,-13.0701,3.89376,300,5,0,531,0,1,0,0,0),(9685,1025,0,1,1,983,1,-3146.98,-808.208,-13.7409,4.57757,300,5,0,531,0,1,0,0,0),(9686,1027,0,1,1,506,1,-2846.8,-904.611,-8.65137,1.20925,300,10,0,664,0,1,0,0,0),(15617,2356,0,1,1,3201,0,-680.263,-179.913,41.8462,0.680252,300,5,0,944,0,1,0,0,0),(15616,2354,0,1,1,1007,0,-521.031,-734.28,52.361,1.66852,300,10,0,742,0,1,0,0,0),(9683,1025,0,1,1,983,1,-3212.57,-815.264,-14.4519,4.72702,300,5,0,531,0,1,0,0,0),(9684,1028,0,1,1,1079,1,-3017.56,-883.99,-11.267,5.3605,300,5,0,504,1443,1,0,0,0),(15615,2349,0,1,1,6808,0,-753.292,185.533,51.6713,3.00633,300,5,0,664,0,1,0,0,0),(15614,2354,0,1,1,1007,0,-460.186,-753.091,53.3417,3.78139,300,10,0,742,0,1,0,0,0),(9682,1028,0,1,1,1079,1,-2988.56,-855.009,-9.10766,2.44978,300,5,0,504,1443,1,0,0,0),(9681,1417,0,1,1,1035,0,-3656.25,-941.667,-8.64649,1.9513,300,10,0,531,0,1,0,0,0),(9679,1420,0,1,1,901,0,-3633.57,-933.727,-9.41595,4.87035,300,10,0,8,0,1,0,0,0),(9680,1400,0,1,1,1036,0,-3749.56,-1269.27,-8.1395,0.850314,300,10,0,617,0,1,0,0,0),(15613,2372,0,1,1,10643,1,-1000.42,-1002.04,42.7183,4.31713,300,5,0,787,0,1,0,0,0),(15612,2384,0,1,1,1059,0,-479.494,-533.574,44.9621,0.743985,300,5,0,617,0,1,0,0,0),(15611,2354,0,1,1,1007,0,-443.623,-688.811,51.1003,2.29855,300,10,0,742,0,1,0,0,0),(9677,1140,0,1,1,11316,0,-2953.2,-3281.3,62.3925,1.97076,25200,5,0,1107,0,2,0,0,0),(9678,2098,0,1,1,10001,0,-3956.82,-2386.34,156.403,0.851786,300,5,0,102,0,1,0,0,0),(9676,1035,0,1,1,4917,1,-3435.72,-2461.81,61.8125,4.17134,300,0,0,635,0,0,0,0,0),(9675,1053,0,1,1,3488,1,-2813.24,-2870.04,32.8668,3.45575,300,10,0,905,0,1,0,0,0),(9663,1420,0,1,1,901,0,-3514.09,-2816.25,9.39165,0.755021,300,10,0,8,0,1,0,0,0),(9662,1018,0,1,1,180,0,-2995.32,-3195.16,59.5059,2.90957,300,3,0,896,0,1,0,0,0),(9661,1019,0,1,1,788,0,-3040.75,-3196.58,56.1458,6.09223,300,3,0,950,0,1,0,0,0),(9660,1018,0,1,1,180,0,-2974.63,-3296.74,54.206,3.21453,300,3,0,896,0,1,0,0,0),(9657,1019,0,1,1,788,0,-3030.82,-3279.76,65.7966,6.04398,300,3,0,950,0,1,0,0,0),(9658,1019,0,1,1,788,0,-2997.37,-3313.15,64.1,1.72991,300,3,0,950,0,1,0,0,0),(9659,1018,0,1,1,180,0,-3060.94,-3218.62,60.9622,2.07174,300,3,0,896,0,1,0,0,0),(9656,1018,0,1,1,180,0,-2985,-3270.96,54.206,0.245902,300,3,0,896,0,1,0,0,0),(9655,1019,0,1,1,788,0,-3010.48,-3229.75,54.0775,4.21503,300,3,0,950,0,1,0,0,0),(9654,1019,0,1,1,788,0,-2929.81,-3292.57,54.206,3.33254,300,3,0,950,0,1,0,0,0),(9653,1019,0,1,1,788,0,-2926.42,-3246.81,54.206,5.10494,300,3,0,950,0,1,0,0,0),(9652,1018,0,1,1,180,0,-2914.52,-3232.13,56.6167,0.105692,300,3,0,896,0,1,0,0,0),(9651,1417,0,1,1,1035,0,-4175.77,-3035.61,3.39675,0.247068,300,10,0,531,0,1,0,0,0),(9649,1044,0,1,1,8712,0,-3485.77,-3317.69,29.6723,5.54301,300,5,0,684,693,1,0,0,0),(9650,1032,0,1,1,767,0,-3787.36,-1337.68,24.9005,4.00164,300,10,0,617,0,1,0,0,0),(9647,1069,0,1,1,505,0,-3389.06,-3189.21,24.2305,0.777111,300,10,0,640,655,1,0,0,0),(9648,1069,0,1,1,505,0,-3525.4,-3280.05,28.8772,2.39273,300,10,0,640,655,1,0,0,0),(9646,1069,0,1,1,505,0,-3478.15,-3195.61,23.5374,4.80011,300,10,0,640,655,1,0,0,0),(9645,1069,0,1,1,505,0,-3121.32,-3022.41,28.9901,1.63199,300,10,0,640,655,1,0,0,0),(9644,1042,0,1,1,9583,0,-3581.09,-3048.91,20.0439,2.83786,300,5,0,617,0,1,0,0,0),(9643,1032,0,1,1,767,0,-3516.48,-3044.27,14.8346,3.15331,300,5,0,617,0,1,0,0,0),(9642,1043,0,1,1,956,0,-3490.15,-3067.27,22.0232,2.77414,300,10,0,582,618,1,0,0,0),(9640,1043,0,1,1,956,0,-3564.16,-3245.41,26.2497,3.92699,300,10,0,582,618,1,0,0,0),(9641,1043,0,1,1,956,0,-3545.01,-3205.13,26.8285,5.15422,300,10,0,582,618,1,0,0,0),(9638,1017,0,1,1,649,0,-2735.83,-2853.3,54.1952,2.32858,300,0,0,734,0,0,0,0,0),(9639,1042,0,1,1,9583,0,-3228.17,-2850.52,16.5934,2.39761,300,5,0,617,0,1,0,0,0),(9635,1042,0,1,1,9583,0,-3492.88,-3012.88,18.0758,2.37417,300,5,0,617,0,1,0,0,0),(9636,1042,0,1,1,9583,0,-3549.44,-3021.78,11.0234,4.888,300,0,0,617,0,0,0,0,0),(9637,1043,0,1,1,956,0,-3458.86,-3045.01,23.0215,1.44852,300,10,0,582,618,1,0,0,0),(9634,1043,0,1,1,956,0,-3578.67,-3164.21,24.1407,1.28177,300,10,0,582,618,1,0,0,0),(9632,1033,0,1,1,11139,0,-3597.07,-3243.25,26.6115,2.90278,300,5,0,734,0,1,0,0,0),(9633,1043,0,1,1,956,0,-3485.02,-3139.48,22.2691,1.58642,300,10,0,582,618,1,0,0,0),(15610,2349,0,1,1,6808,0,-700.294,-151.442,40.6473,6.25594,300,5,0,664,0,1,0,0,0),(15609,2375,0,1,1,3617,1,-1218.74,206.015,-9.39426,1.09328,300,10,0,950,0,1,0,0,0),(15608,2375,0,1,1,3617,1,-1182.58,154.447,-3.6557,5.53321,300,10,0,950,0,1,0,0,0),(15607,2241,0,1,1,3710,1,205.793,-869.17,157.195,5.30866,300,5,0,1221,0,1,0,0,0),(15606,2385,0,1,1,1056,0,-847.33,-858.309,22.2087,5.01829,300,5,0,840,0,1,0,0,0),(15605,721,0,1,1,4626,0,-831.19,-90.1351,25.2044,3.9919,300,10,0,1,0,1,0,0,0),(15604,620,0,1,1,304,0,-479.589,4.75845,55.4283,4.72252,300,5,0,1,0,1,0,0,0),(11657,25310,571,1,1,0,0,3277.52,6594.09,-0.0150133,0.706362,300,0,0,42,0,0,0,0,0),(9465,25308,571,1,1,0,0,3797.1,6042.27,-134.122,5.48696,300,0,0,4979,0,0,0,0,0),(9631,1032,0,1,1,767,0,-3570.25,-3100.41,22.3196,1.66838,300,5,0,617,0,1,0,0,0),(15603,2377,0,1,1,1079,1,-1084.96,-97.322,-0.130808,0.758921,300,10,0,935,878,1,0,0,0),(15602,2376,0,1,1,4920,1,-1080.67,-102.431,0.50671,3.45575,300,0,0,892,852,0,0,0,0),(9628,1053,0,1,1,3488,1,-2817.57,-2881.88,32.7418,2.04204,300,0,0,905,0,0,0,0,0),(9626,1057,0,1,1,4918,1,-3398.99,-2270.39,51.8997,5.33934,300,0,0,519,1443,0,0,0,0),(9627,1057,0,1,1,4918,1,-3410.47,-2291.42,51.8986,0.030041,300,0,0,519,1443,0,0,0,0),(15601,2356,0,1,1,3201,0,-654.437,-153.729,43.5559,3.50102,300,5,0,944,0,1,0,0,0),(15600,2349,0,1,1,6808,0,-756.989,-113.768,36.5142,1.8612,300,5,0,664,0,1,0,0,0),(15599,2442,0,1,1,1060,0,-373.464,11.0652,55.2724,0.51832,300,5,0,1,0,1,0,0,0),(15598,620,0,1,1,304,0,-903.757,-999.386,30.4715,1.60168,300,10,0,1,0,1,0,0,0),(15597,2239,0,1,1,3687,0,-486.369,-1344.75,53.7014,3.59538,300,0,0,713,0,0,0,0,0),(15596,2373,0,1,1,662,1,-959.071,-947.988,30.7127,2.96706,300,3,0,665,1812,1,0,0,0),(9625,1034,0,1,1,4916,1,-3404.98,-2295.85,51.9004,0.473791,300,0,0,635,0,0,0,0,0),(9622,1019,0,1,1,788,0,-2950.49,-3270.71,62.197,3.88905,300,3,0,950,0,1,0,0,0),(9623,1019,0,1,1,788,0,-2969.06,-3255.33,54.206,2.59226,300,3,0,950,0,1,0,0,0),(9624,1034,0,1,1,4916,1,-3414.8,-2298.29,52.5738,4.00815,300,0,0,635,0,0,0,0,0),(9621,1018,0,1,1,180,0,-2942.61,-3245.34,58.9836,5.40015,300,3,0,896,0,1,0,0,0),(9620,1018,0,1,1,180,0,-2936.64,-3174.81,57.0274,2.73028,300,3,0,896,0,1,0,0,0),(9618,1018,0,1,1,180,0,-2999.05,-3163.38,57.4992,0.867506,300,3,0,896,0,1,0,0,0),(9619,1019,0,1,1,788,0,-2906.97,-3199.05,59.5109,3.56311,300,3,0,950,0,1,0,0,0),(9616,1018,0,1,1,180,0,-2961.8,-3174.1,58.3581,4.98599,300,3,0,896,0,1,0,0,0),(9617,1019,0,1,1,788,0,-3018.54,-3184.15,55.4953,2.2638,300,3,0,950,0,1,0,0,0),(15595,620,0,1,1,304,0,-908.8,-959.17,30.4945,0.763091,300,5,0,1,0,1,0,0,0),(9614,1018,0,1,1,180,0,-3055.58,-3205.67,56.5263,3.85101,300,3,0,896,0,1,0,0,0),(9615,1018,0,1,1,180,0,-3031.89,-3257.53,66.4442,5.28936,300,3,0,896,0,1,0,0,0),(16182,2439,0,1,1,0,0,-8421,404.987,120.886,3.648,430,0,0,2769,0,0,0,0,0),(9613,2103,0,1,1,4925,1,-4245.94,-2454.22,259.783,0.633085,300,5,0,449,0,1,0,0,0),(9612,1015,0,1,1,670,0,-2940.19,-2712.81,20.3167,0.86831,300,5,0,617,0,1,0,0,0),(9611,1420,0,1,1,901,0,-4019.82,-2935.42,7.71254,1.80923,300,10,0,8,0,1,0,0,0),(9610,1034,0,1,1,4916,1,-3399.82,-2284.89,51.8992,0.128286,300,0,0,635,0,0,0,0,0),(12770,23087,564,1,1,21242,0,252.034,787.784,-26.5224,0.300433,604800,0,0,8,0,0,0,0,0),(12769,23087,564,1,1,21242,0,233.707,822.564,-26.5231,4.85202,604800,0,0,8,0,0,0,0,0),(12768,23087,564,1,1,21242,0,437.845,776.112,12.0349,1.02974,604800,0,0,8,0,0,0,0,0),(12766,23086,564,1,1,1141,0,310.194,831.912,-13.3105,0.820305,604800,0,0,8,0,0,0,0,0),(12765,23086,564,1,1,1141,0,435.321,738.121,17.4441,2.93215,604800,0,0,8,0,0,0,0,0),(12764,23086,564,1,1,1141,0,408.961,745.925,14.2405,1.55995,604800,0,0,8,0,0,0,0,0),(12763,23086,564,1,1,1418,0,262.922,760.817,-26.2291,2.79253,604800,0,0,8,0,0,0,0,0),(12762,23086,564,1,1,1418,0,471.492,887.464,15.5419,4.31096,604800,0,0,8,0,0,0,0,0),(1322,780,0,1,1,4616,1,-12857.9,-774.717,61.0849,0.708065,300,5,0,1357,1236,1,0,0,0),(12761,23086,564,1,1,1141,0,224.129,1013.96,-61.3982,1.43117,604800,0,0,8,0,0,0,0,0),(12760,23084,564,1,1,11686,0,469.62,190.024,164.065,2.09439,604800,0,0,2835,0,0,0,0,0),(12759,23339,564,1,1,11342,1,722.554,433.402,112.817,1.58825,604800,0,0,150801,0,0,0,0,0),(12758,23339,564,1,1,11342,1,693.662,433.695,112.817,1.48353,604800,0,0,150801,0,0,0,0,0),(12757,23339,564,1,1,11342,1,671.019,439.207,112.808,0.715585,604800,0,0,150801,0,0,0,0,0),(12756,23339,564,1,1,11342,1,812.934,385.257,112.83,2.93215,604800,0,0,150801,0,0,0,0,0),(12755,23339,564,1,1,11342,1,701.024,383.798,120.051,1.51844,604800,0,0,150801,0,0,0,0,0),(12754,23339,564,1,1,11342,1,591.883,407.542,112.831,6.07375,604800,0,0,150801,0,0,0,0,0),(12753,23337,564,1,1,18251,1,718.622,438.793,112.82,1.81514,604800,0,0,206640,0,0,0,0,0),(12752,23337,564,1,1,18251,1,729.13,440.781,112.814,2.3911,604800,0,0,206640,0,0,0,0,0),(12751,23337,564,1,1,18251,1,688.858,439.632,112.817,1.44862,604800,0,0,206640,0,0,0,0,0),(12750,23337,564,1,1,18251,1,678.637,441.943,112.81,1.11701,604800,0,0,206640,0,0,0,0,0),(12749,23337,564,1,1,18251,1,805.519,382.136,112.831,2.82743,604800,0,0,206640,0,0,0,0,0),(12748,23337,564,1,1,18251,1,806.176,406.333,112.837,3.35103,604800,0,0,206640,0,0,0,0,0),(12747,23337,564,1,1,18251,1,695.155,388.008,117.503,1.39626,604800,0,0,206640,0,0,0,0,0),(1321,696,0,1,1,4622,1,-12847.6,-784.5,59.8349,3.97935,300,5,0,1678,0,1,0,0,0),(1320,871,0,1,1,506,1,-12211.5,644.056,-67.135,4.30619,1800,5,0,1403,0,1,0,0,0),(1319,873,0,1,1,11293,1,-12232.9,655.832,-69.2444,1.49406,1800,5,0,1208,1097,1,0,0,0),(28370,7011,70,1,1,6010,1,-81.0191,225.437,-49.7123,5.79837,86400,3,0,1674,0,1,0,0,0),(28369,7011,70,1,1,6010,1,-72.984,219.844,-49.7103,0.11546,86400,2,0,1674,0,1,0,0,0),(28368,4857,70,1,1,10805,0,91.4283,277.518,-26.4488,5.96903,86400,0,0,4572,0,0,0,0,0),(28367,4860,70,1,1,2234,0,152.666,288.39,-26.5815,2.01064,86400,2,0,4377,0,1,0,0,0),(28365,4860,70,1,1,2234,0,157.359,278.651,-26.4877,2.13883,86400,0,0,4377,0,2,0,0,0),(28364,7397,70,1,1,6009,1,151.225,303.806,-26.4982,0.331613,86400,2,0,1248,3075,1,0,0,0),(28363,7396,70,1,1,6010,1,144.547,306.485,-26.4982,2.11185,86400,2,0,1751,0,1,0,0,0),(27800,7396,70,1,1,6010,1,144.399,299.006,-26.4982,4.4855,86400,2,0,1751,0,1,0,0,0),(27798,7396,70,1,1,6010,1,148.075,287.88,-26.4982,4.86947,86400,2,0,1751,0,1,0,0,0),(27796,7396,70,1,1,6010,1,153.612,298.344,-26.4982,2.02458,86400,2,0,1751,0,1,0,0,0),(27794,4857,70,1,1,10805,0,109.357,286.115,-26.4488,4.36332,86400,0,0,4572,0,0,0,0,0),(27793,4860,70,1,1,2234,0,91.5275,296.61,-26.5047,0.767945,86400,2,0,4377,0,1,0,0,0),(27792,7397,70,1,1,6009,1,96.2288,292.927,-26.5047,5.79449,86400,2,0,1248,3075,1,0,0,0),(27791,7396,70,1,1,6010,1,107.523,301.349,-26.5047,2.46091,86400,2,0,1751,0,1,0,0,0),(27790,7396,70,1,1,6010,1,87.6316,291.83,-26.5047,2.1293,86400,2,0,1751,0,1,0,0,0),(27789,7396,70,1,1,6010,1,98.8091,299.724,-26.5047,4.55531,86400,2,0,1751,0,1,0,0,0),(27770,7396,70,1,1,6010,1,105.054,296.987,-26.5047,4.5204,86400,2,0,1751,0,1,0,0,0),(27769,4860,70,1,1,2234,0,78.6097,262.243,-26.5881,4.69281,86400,2,0,4377,0,1,0,0,0),(27768,7397,70,1,1,6009,1,80.3241,268.971,-26.5881,0.761993,86400,2,0,1248,3075,1,0,0,0),(27767,7396,70,1,1,6010,1,83.5133,261.764,-26.5881,4.90455,86400,2,0,1751,0,1,0,0,0),(27766,7396,70,1,1,6010,1,74.116,256.977,-26.5047,4.2237,86400,2,0,1751,0,1,0,0,0),(27765,7396,70,1,1,6010,1,73.0341,261.931,-26.5047,5.16617,86400,2,0,1751,0,1,0,0,0),(27764,7396,70,1,1,6010,1,88.5986,251.486,-26.5881,3.24601,86400,2,0,1751,0,1,0,0,0),(27763,4860,70,1,1,2234,0,127.47,224.281,-42.4075,4.43314,86400,2,0,4377,0,1,0,0,0),(27730,7397,70,1,1,6009,1,131.392,230.027,-42.4052,4.27606,86400,2,0,1248,3075,1,0,0,0),(27728,7396,70,1,1,6010,1,118.21,220.368,-42.4052,5.84685,86400,2,0,1751,0,1,0,0,0),(27692,7396,70,1,1,6010,1,123.441,220.494,-42.4077,4.88692,86400,2,0,1751,0,1,0,0,0),(27691,7396,70,1,1,6010,1,122.578,224.795,-42.4062,0.226893,86400,2,0,1751,0,1,0,0,0),(27568,7396,70,1,1,6010,1,132.37,225.131,-42.4067,5.60251,86400,2,0,1751,0,1,0,0,0),(27555,4857,70,1,1,10805,0,99.7033,259.329,-26.4488,1.22173,86400,0,0,4572,0,0,0,0,0),(27554,4857,70,1,1,10805,0,117.805,267.876,-26.4488,2.75762,86400,0,0,4572,0,0,0,0,0),(27553,7206,70,1,1,10798,0,-38.429,221.253,-48.3663,3.15905,86400,0,0,7620,0,2,0,0,0),(27552,4852,70,1,1,160,1,-210.155,94.8437,-48.0213,1.90241,86400,2,0,3279,1142,1,0,0,0),(27545,4851,70,1,1,721,1,-174.671,88.053,-48.7266,1.78024,86400,3,0,1469,0,1,0,0,0),(27544,4851,70,1,1,721,1,-176.355,61.1042,-48.7257,6.16101,86400,3,0,1469,0,1,0,0,0),(27543,4852,70,1,1,160,1,-271.653,140.403,-47.324,1.55334,86400,3,0,3279,1142,1,0,0,0),(27542,4851,70,1,1,721,1,-178.939,169.876,-47.3264,0.802851,86400,2,0,1469,0,1,0,0,0),(27541,4852,70,1,1,160,1,-280.366,87.4282,-48.717,3.68265,86400,2,0,3279,1142,1,0,0,0),(9609,1035,0,1,1,4917,1,-3409.53,-2284.12,51.8988,0.473012,300,0,0,635,0,0,0,0,0),(9607,1027,0,1,1,506,1,-2762.24,-958.632,-13.6919,3.2676,300,10,0,664,0,1,0,0,0),(9608,1016,0,1,1,673,0,-2899.84,-2718.1,29.7199,0.566879,300,10,0,664,0,1,0,0,0),(15594,2372,0,1,1,10643,1,-987.932,-967.626,39.9145,1.80811,300,5,0,787,0,1,0,0,0),(15593,2350,0,1,1,1989,0,-518.757,313.217,85.1222,4.34059,300,10,0,494,0,1,0,0,0),(15592,2244,0,1,1,3622,1,-422.139,-1436.65,100.182,1.55624,300,3,0,441,1272,1,0,0,0),(15591,2351,0,1,1,806,0,-529.835,462.964,85.899,0.276855,300,5,0,677,0,1,0,0,0),(27540,4852,70,1,1,160,1,-245.23,96.0977,-48.0381,6.00393,86400,2,0,3279,1142,1,0,0,0),(27539,4852,70,1,1,160,1,-174.321,165.9,-47.3283,4.43314,86400,3,0,3279,1142,1,0,0,0),(15590,2385,0,1,1,1056,0,-881.768,-747.652,12.6519,3.25081,300,5,0,840,0,1,0,0,0),(27538,4851,70,1,1,721,1,-280.755,79.9444,-48.7191,5.88176,86400,3,0,1469,0,1,0,0,0),(1318,667,0,1,1,4632,1,-12787.9,-650.555,64.973,2.19001,300,5,0,1678,0,1,0,0,0),(1317,756,0,1,1,633,0,-12999.1,-711.637,54.7469,1.74286,300,3,0,1902,0,1,0,0,0),(1316,690,0,1,1,8797,0,-12956.7,-89.7532,11.8204,3.58314,300,10,0,1678,0,1,0,0,0),(1315,1096,0,1,1,7197,1,-11495.9,391.412,59.3004,0,300,2,0,1160,1067,1,0,0,0),(9606,1420,0,1,1,901,0,-3015.1,-2127.85,6.21251,3.53794,300,10,0,8,0,1,0,0,0),(9605,1027,0,1,1,506,1,-2781.43,-919.248,-13.8136,4.65193,300,10,0,664,0,1,0,0,0),(9604,1024,0,1,1,486,1,-3224.38,-894.487,-5.92772,4.10566,300,10,0,494,0,1,0,0,0),(9603,1025,0,1,1,983,1,-3146.13,-890.037,-11.0565,4.06856,300,5,0,531,0,1,0,0,0),(9602,1078,0,1,1,1402,1,-3550.55,-1968.44,114.889,1.62341,300,0,0,713,0,0,0,0,0),(1314,1097,0,1,1,7200,1,-11491.9,393.702,61.8004,1.53589,300,0,0,1279,0,0,0,0,0),(1313,1096,0,1,1,7197,1,-11492.8,386.522,60.5504,4.10152,300,2,0,1160,1067,1,0,0,0),(1312,698,0,1,1,320,0,-11649.2,761.251,42.2323,5.88176,300,3,0,1279,0,1,0,0,0),(1310,685,0,1,1,788,0,-11857.5,657.036,46.8087,2.85118,300,10,0,1221,0,1,0,0,0),(1308,681,0,1,1,598,0,-11749,-257.647,26.814,2.68231,300,5,0,1050,0,1,0,0,0),(1307,1151,0,1,1,2548,0,-12519.5,48.737,1.26533,0.246272,300,10,0,1403,0,1,0,0,0),(1306,709,0,1,1,655,1,-12300.2,-1003.79,25.6947,2.89209,1800,0,0,1823,0,0,0,0,0),(1305,681,0,1,1,598,0,-11783.5,-281.14,15.9433,5.76017,300,10,0,1050,0,1,0,0,0),(1304,2635,0,1,1,1038,0,-12552.5,87.8267,1.75886,2.38603,1800,5,0,1604,0,1,0,0,0),(1303,702,0,1,1,4571,1,-11682.7,206.408,43.3202,0,300,5,0,1221,0,1,0,0,0),(15589,2350,0,1,1,1989,0,-438.054,245.885,86.4727,5.72652,300,10,0,494,0,1,0,0,0),(15588,2269,0,1,1,3629,1,-691.345,166.191,16.4012,0.750492,300,0,0,787,0,0,0,0,0),(15587,2261,0,1,1,3624,1,-460.402,-1585.61,64.9979,4.2293,300,3,0,494,0,1,0,0,0),(15586,2269,0,1,1,3629,1,-806.137,116.133,16.9955,4.08407,300,0,0,787,0,0,0,0,0),(16365,2504,0,1,1,0,1,-8347,418.2,122.274,0.634,180,0,0,328,0,0,0,0,0),(9601,2679,0,1,1,1620,0,-2859.09,-1448.46,8.68912,4.53786,300,0,0,896,0,0,0,0,0),(9600,1019,0,1,1,788,0,-2654.07,-2048.08,75.7558,5.21797,300,5,0,950,0,1,0,0,0),(9599,1030,0,1,1,360,0,-4312.4,-2945.19,14.8118,1.73177,300,10,0,494,0,1,0,0,0),(9598,1418,0,1,1,391,1,-2485.33,-1688.66,-13.4243,6.12231,300,10,0,896,0,1,0,0,0),(9597,2102,0,1,1,4927,1,-4229.39,-2376.94,202.896,4.7822,300,0,0,494,0,0,0,0,0),(9596,1030,0,1,1,360,0,-4324.85,-2943.6,16.7937,5.48369,300,3,0,494,0,1,0,0,0),(9595,2098,0,1,1,10002,0,-4040.71,-2557.35,140.166,5.55719,300,5,0,102,0,1,0,0,0),(9594,1016,0,1,1,673,0,-2785.79,-2942.42,64.8738,3.93566,300,3,0,664,0,1,0,0,0),(9593,1017,0,1,1,649,0,-2731.8,-2826.96,59.4968,2.97676,300,0,0,734,0,0,0,0,0),(9592,1050,0,1,1,8315,1,-4115.38,-3781.06,196.03,6.21337,600,0,0,9432,0,0,0,0,0),(9591,1050,0,1,1,8315,1,-4051.59,-3903.66,184.044,4.08407,600,0,0,9432,0,0,0,0,0),(9590,1050,0,1,1,8315,1,-4107.91,-3886.97,184.357,6.24828,600,0,0,9432,0,0,0,0,0),(9589,1047,0,1,1,8313,1,-3543.94,-3941.29,102.124,1.6903,600,0,0,8883,0,0,0,0,0),(9588,1050,0,1,1,8315,1,-3959.8,-4005.61,171.482,5.48033,600,0,0,9432,0,0,0,0,0),(9587,1050,0,1,1,8315,1,-3993.36,-3986.63,176.335,0.767945,600,0,0,9432,0,0,0,0,0),(9586,1050,0,1,1,8315,1,-4060.55,-3843.45,189.637,3.33358,600,0,0,9432,0,0,0,0,0),(9585,1028,0,1,1,1079,1,-3048.89,-847.357,-14.215,3.00197,300,0,0,504,1443,0,0,0,0),(9584,2595,0,1,1,11254,1,-2254.42,-1478.97,-43.5668,0.026295,300,10,0,1604,0,1,0,0,0),(1302,871,0,1,1,506,1,-12157.7,629.139,-67.5103,1.74869,1800,5,0,1403,0,1,0,0,0),(15585,2385,0,1,1,1056,0,-805.899,-820.65,19.0135,3.16186,300,5,0,840,0,1,0,0,0),(27537,4852,70,1,1,160,1,-266.266,90.8042,-48.711,0.575959,86400,2,0,3279,1142,1,0,0,0),(1301,1152,0,1,1,833,0,-12502.9,-230.918,7.48236,5.35174,300,5,0,1403,0,1,0,0,0),(1300,873,0,1,1,11293,1,-12165.1,638.484,-66.5422,3.27504,1800,5,0,1208,1097,1,0,0,0),(1299,709,0,1,1,655,1,-12386.6,-891.133,46.9426,2.48089,1800,5,0,1823,0,1,0,0,0),(1298,699,0,1,1,4576,1,-11650.4,758.54,42.2845,5.88176,300,0,0,1279,0,0,0,0,0),(1297,684,0,1,1,633,0,-12127.5,-743.169,14.0338,2.31471,300,5,0,1536,0,1,0,0,0),(1296,772,0,1,1,614,0,-12095.7,-987.971,49.5976,2.62021,300,5,0,1536,0,1,0,0,0),(1295,772,0,1,1,614,0,-12036.2,-922.681,43.3261,3.32987,300,5,0,1536,0,1,0,0,0),(1294,772,0,1,1,614,0,-12148.9,-983.322,35.1428,0.305261,300,5,0,1536,0,1,0,0,0),(1293,1151,0,1,1,2548,0,-11848.5,842.866,3.09448,6.25201,300,5,0,1403,0,1,0,0,0),(1292,772,0,1,1,614,0,-12156.2,-922.453,39.5709,3.97728,300,10,0,1536,0,1,0,0,0),(1291,1151,0,1,1,2548,0,-11874.4,822.77,2.6525,1.79079,300,5,0,1403,0,1,0,0,0),(1290,709,0,1,1,655,1,-12433.5,-836.305,40.1195,5.37561,1800,0,0,1823,0,0,0,0,0),(9583,1482,0,1,1,3485,0,-3674.24,-734.237,10.9442,0.688427,300,0,0,484,0,0,0,0,0),(9582,1050,0,1,1,8315,1,-3951.23,-3992.42,173.433,5.14872,600,0,0,9432,0,0,0,0,0),(9580,1048,0,1,1,716,1,-3913.05,-4014.33,167.195,0.869833,600,10,0,9156,0,1,0,0,0),(9581,1049,0,1,1,8314,0,-3706.81,-4012.17,130.885,6.15205,600,0,0,7545,4972,2,0,0,0),(17725,1782,0,1,1,574,0,512.101,912.456,128.733,2.54818,275,0,0,273,0,0,0,0,0),(56677,12098,409,1,1,13030,1,601.087,-1179.11,-195.882,1.5708,604800,0,0,1000560,0,0,0,0,0),(56676,11673,409,1,1,12189,0,820.138,-991.096,-207.135,2.9505,7200,0,0,113295,0,2,0,0,0),(56675,11673,409,1,1,12189,0,1144.05,-662.684,-131.463,1.62316,7200,0,0,113295,0,2,0,0,0),(56674,11673,409,1,1,12189,0,831.386,-627.893,-203.149,0.791955,7200,0,0,113295,0,2,0,0,0),(56673,11673,409,1,1,12189,0,723.831,-518.31,-217.61,4.5384,7200,0,0,113295,0,2,0,0,0),(1289,709,0,1,1,655,1,-12428.7,-844.576,40.9497,2.02458,1800,0,0,1823,0,0,0,0,0),(27536,7175,70,1,1,763,1,-210.176,109.289,-47.7145,3.14159,86400,0,0,1220,0,2,0,0,0),(1288,1114,0,1,1,845,0,-12351.8,-647.962,13.5733,0.786521,300,5,0,1804,0,1,0,0,0),(1287,1151,0,1,1,2548,0,-11953.9,815.636,1.15183,5.71905,300,3,0,1403,0,1,0,0,0),(18016,1957,0,1,1,1994,1,687.006,248.615,31.629,1.43821,275,10,0,356,0,1,0,0,0),(18015,1766,0,1,1,246,0,1235.91,1376.55,43.6061,1.00993,275,10,0,222,0,1,0,0,0),(1286,1907,0,1,1,4923,1,-13788.8,438.879,92.0023,5.41516,300,3,0,2059,0,1,0,0,0),(1285,772,0,1,1,614,0,-12944.7,-299.226,10.7879,0.361776,300,5,0,1536,0,1,0,0,0),(1284,1551,0,1,1,2174,0,-13168.8,-464.141,3.91933,0,300,5,0,2059,0,1,0,0,0),(1283,1551,0,1,1,2174,0,-13178.8,-476.301,10.0844,2.44346,300,2,0,2059,0,1,0,0,0),(1282,1551,0,1,1,2174,0,-13166.3,-451.03,8.7133,3.33358,300,2,0,2059,0,1,0,0,0),(1281,772,0,1,1,614,0,-12314.1,-742.487,12.1928,4.8004,300,5,0,1536,0,1,0,0,0),(1280,1114,0,1,1,845,0,-12417,-649.187,15.3514,3.98939,300,5,0,1804,0,1,0,0,0),(1279,1551,0,1,1,2174,0,-13250.6,-508.303,17.9954,3.0168,300,2,0,2059,0,1,0,0,0),(1278,1550,0,1,1,8802,0,-13352.3,-389.739,18.4238,1.38498,300,5,0,1902,0,1,0,0,0),(9579,1049,0,1,1,8314,0,-3787.48,-4087.3,155.636,5.81517,600,5,0,7545,4972,1,0,0,0),(9578,1048,0,1,1,716,1,-3563.04,-3990.05,108.922,3.42683,600,0,0,9156,0,0,0,0,0),(9577,1050,0,1,1,8315,1,-4055.31,-3815.43,190.218,3.15905,600,0,0,9432,0,0,0,0,0),(9576,1049,0,1,1,8314,0,-3697.11,-4042.26,130.018,2.86407,600,10,0,7545,4972,1,0,0,0),(9575,1048,0,1,1,716,1,-3611.21,-3955.03,109.977,4.34546,600,0,0,9156,0,0,0,0,0),(9574,1400,0,1,1,1036,0,-3753,-1186.43,-18.9764,1.51493,300,10,0,617,0,1,0,0,0),(9573,2595,0,1,1,11254,1,-2216.49,-1555.45,-29.9376,0.563939,300,10,0,1604,0,1,0,0,0),(9572,2099,0,1,1,793,1,-3904.43,-619.818,4.80411,1.08794,300,3,0,484,0,1,0,0,0),(9571,2099,0,1,1,793,1,-3869.46,-598.839,6.15847,4.78435,300,0,0,484,0,0,0,0,0),(9570,1483,0,1,1,2733,1,-3743.22,-797.57,11.4796,2.64953,300,0,0,484,0,2,0,0,0),(9569,1484,0,1,1,3489,0,-3743.43,-886.878,11.0121,3.57173,300,0,0,484,0,0,0,0,0),(9568,1479,0,1,1,3506,1,-3713.98,-811.793,25.403,2.41864,300,0,0,484,0,0,0,0,0),(9567,2099,0,1,1,793,1,-3842.65,-737.782,8.74897,4.08407,300,0,0,484,0,0,0,0,0),(9566,1445,0,1,1,338,0,-3667.39,-733.498,10.9584,2.74017,300,0,0,55,0,0,0,0,0),(9565,5403,0,1,1,2410,0,-3659.51,-753.616,9.97506,5.63593,300,0,0,42,0,0,0,0,0),(9564,12376,0,1,1,2404,0,-3638.66,-714.83,9.9453,4.29351,300,0,0,42,0,0,0,0,0),(9563,1459,0,1,1,3463,1,-3758.33,-855.729,10.0241,4.46419,300,0,0,713,0,2,0,0,0),(9562,3178,0,1,1,3468,1,-3755.63,-720.676,8.18917,3.68849,300,3,0,713,0,1,0,0,0),(9561,1434,0,1,1,2677,1,-3744.99,-759.752,9.67399,2.97243,300,3,0,2790,0,1,0,0,0),(9560,1434,0,1,1,2679,1,-3530.14,-914.874,9.19879,2.96362,300,3,0,2790,0,1,0,0,0),(9559,1434,0,1,1,2680,1,-3865.2,-594.814,6.40026,3.57792,300,0,0,2790,0,0,0,0,0),(9558,1434,0,1,1,2678,1,-3886.3,-595.664,5.78198,3.56047,300,0,0,2790,0,0,0,0,0),(9557,1434,0,1,1,2678,1,-3730.16,-807.502,20.3016,4.23419,300,0,0,2790,0,2,0,0,0),(9556,1434,0,1,1,2678,1,-3689.83,-774.054,11.0056,6.19077,300,5,0,2790,0,1,0,0,0),(9555,1434,0,1,1,2678,1,-3776.45,-826.227,11.6295,5.59802,300,4,0,2790,0,1,0,0,0),(9554,1434,0,1,1,2679,1,-3734.41,-817.711,20.3013,2.72242,300,3,0,2790,0,1,0,0,0),(9553,1434,0,1,1,2678,1,-3542.41,-896.957,9.50667,5.82098,300,0,0,2790,0,2,0,0,0),(9552,1049,0,1,1,8314,0,-3679.62,-3994.1,127.343,1.46122,600,3,0,7545,4972,1,0,0,0),(9551,1048,0,1,1,716,1,-3843.86,-4014.66,159.226,0.483717,600,5,0,9156,0,1,0,0,0),(9550,1050,0,1,1,8315,1,-4056.75,-3781.45,194.749,3.19395,600,0,0,9432,0,0,0,0,0),(9549,1049,0,1,1,8314,0,-3752.87,-4060.52,145.397,5.8967,600,5,0,7545,4972,1,0,0,0),(9548,1048,0,1,1,716,1,-3595.13,-3984.96,108.992,0.182924,600,5,0,9156,0,1,0,0,0),(9547,1050,0,1,1,8315,1,-4115.67,-3848.33,190.087,0.034907,600,0,0,9432,0,0,0,0,0),(9546,1049,0,1,1,8314,0,-3782.52,-4014.72,148.531,3.92133,600,10,0,7545,4972,1,0,0,0),(9545,1027,0,1,1,506,1,-2721.67,-1034.6,-13.0759,2.17969,300,10,0,664,0,1,0,0,0),(9544,1027,0,1,1,506,1,-2745.85,-1092.08,-9.53117,4.68115,300,10,0,664,0,1,0,0,0),(9543,1027,0,1,1,506,1,-2724.18,-979.468,-13.2423,0.139161,300,10,0,664,0,1,0,0,0),(9542,1417,0,1,1,1035,0,-4105.13,-3093.6,9.64633,4.25747,300,10,0,531,0,1,0,0,0),(9541,2596,0,1,1,5765,1,-2221.49,-1520.33,-35.9927,4.62531,300,10,0,1196,3075,1,0,0,0),(9540,1016,0,1,1,673,0,-2758.16,-2927.16,51.0279,2.64852,300,3,0,664,0,1,0,0,0),(9539,2102,0,1,1,4927,1,-4425.6,-2427.09,252.665,0.981529,300,5,0,494,0,1,0,0,0),(9538,2099,0,1,1,793,1,-3915.33,-627.699,4.79788,6.03106,300,3,0,484,0,1,0,0,0),(9537,8881,0,1,1,2784,0,-3796.54,-830.003,9.73768,3.1765,300,0,0,42,0,0,0,0,0),(9536,5404,0,1,1,2402,0,-3635.94,-724.132,10.007,4.32842,300,0,0,42,0,0,0,0,0),(9535,1476,0,1,1,3491,1,-3816.11,-831.261,9.4674,3.64644,300,0,0,484,0,0,0,0,0),(9534,2099,0,1,1,793,1,-3858.47,-812.472,8.12129,0.435042,300,5,0,484,0,1,0,0,0),(9533,2099,0,1,1,793,1,-3849.69,-731.295,8.52667,0.669959,300,0,0,484,0,0,0,0,0),(9532,8881,0,1,1,2786,0,-3796.53,-827.717,9.8649,3.42085,300,0,0,42,0,0,0,0,0),(9531,2099,0,1,1,793,1,-3838.25,-794.124,8.3318,3.04502,300,5,0,484,0,1,0,0,0),(9530,5405,0,1,1,2409,0,-3649.77,-728.612,15.2705,5.36092,300,0,0,42,0,0,0,0,0),(9529,2099,0,1,1,793,1,-3914.25,-619.929,4.96821,2.55767,300,3,0,484,0,1,0,0,0),(9528,1463,0,1,1,3467,1,-3704.24,-734.737,10.8371,2.79539,300,2,0,713,0,1,0,0,0),(9527,1461,0,1,1,3477,1,-3790.13,-858.467,11.5981,1.12372,300,1,0,713,0,1,0,0,0),(9526,3182,0,1,1,3481,0,-3807.91,-837.641,10.0663,2.6529,300,0,0,484,0,0,0,0,0),(9525,1451,0,1,1,3462,1,-3776.6,-797.833,8.69004,2.882,300,0,0,713,0,2,0,0,0),(9524,1460,0,1,1,3465,0,-3645.77,-744.079,9.85006,3.86039,300,0,0,713,0,0,0,0,0),(9523,1454,0,1,1,5033,0,-3687.1,-725.396,16.0801,3.80482,300,0,0,713,0,0,0,0,0),(9522,1450,0,1,1,3474,1,-3797.76,-866.926,11.5981,3.21659,300,0,0,713,0,2,0,0,0),(9521,1458,0,1,1,1898,0,-3687.09,-719.98,11.2215,4.61373,300,0,0,713,0,0,0,0,0),(9520,1456,0,1,1,3478,0,-3818.65,-818.816,9.55073,5.28835,300,0,0,713,0,0,0,0,0),(9519,3181,0,1,1,3469,0,-3840.27,-836.852,16.9484,2.77257,300,0,0,1003,0,0,0,0,0),(9518,1434,0,1,1,2680,1,-3720.14,-589.24,6.44147,2.98451,300,0,0,2790,0,0,0,0,0),(9517,1434,0,1,1,2679,1,-3728.33,-776.706,11.4795,4.92563,300,5,0,2790,0,1,0,0,0),(9516,1434,0,1,1,2678,1,-3723.75,-798.595,11.4796,4.26498,300,0,0,2790,0,2,0,0,0),(9515,1434,0,1,1,2679,1,-3525.32,-897.442,9.44792,0.511234,300,3,0,2790,0,1,0,0,0),(9514,1434,0,1,1,2678,1,-3822.19,-767.092,10.0241,3.24575,300,0,0,2790,0,2,0,0,0),(9513,1434,0,1,1,2679,1,-3741.1,-590.141,6.30289,0.31862,300,0,0,2790,0,0,0,0,0),(9512,1434,0,1,1,2678,1,-3721.14,-800.339,25.403,1.81113,300,0,0,2790,0,0,0,0,0),(9511,1434,0,1,1,2679,1,-3654.92,-850.519,9.67627,6.18187,300,0,0,2790,0,0,0,0,0),(9510,1434,0,1,1,2679,1,-3691.05,-793.791,11.4796,5.57588,300,5,0,2790,0,1,0,0,0),(9509,1018,0,1,1,180,0,-3194.84,-3167.43,79.5633,6.09039,300,2,0,896,0,1,0,0,0),(9508,1019,0,1,1,788,0,-3019.5,-3245.56,58.4111,1.12521,300,3,0,950,0,1,0,0,0),(9507,1018,0,1,1,180,0,-3147.92,-3172.18,65.6812,1.5708,300,3,0,896,0,1,0,0,0),(9506,1018,0,1,1,180,0,-2953.05,-3311.23,54.206,2.51745,300,3,0,896,0,1,0,0,0),(9505,2104,0,1,1,5409,1,-3732.46,-797.345,26.7802,5.77704,300,0,0,1342,0,0,0,0,0),(9504,1242,0,1,1,3461,1,-3761.23,-733.229,8.04967,1.36835,300,0,0,1003,0,0,0,0,0),(9503,2086,0,1,1,3480,1,-3716.14,-807.058,10.0639,5.91667,300,0,0,713,0,0,0,0,0),(9502,4455,0,1,1,796,0,-3745.55,-801.538,11.5629,0.471239,300,0,0,573,0,0,0,0,0),(9501,1049,0,1,1,8314,0,-3813.79,-4045.87,152.633,5.2955,600,10,0,7545,4972,1,0,0,0),(9500,1050,0,1,1,8315,1,-4091.13,-3948.79,179.216,0.785398,600,0,0,9432,0,0,0,0,0),(9499,1050,0,1,1,8315,1,-4051.29,-3878.18,186.769,3.22886,600,0,0,9432,0,0,0,0,0),(9498,1050,0,1,1,8315,1,-3975.85,-4014.45,172.776,5.84685,600,0,0,9432,0,0,0,0,0),(9497,1046,0,1,1,8312,0,-3372.48,-3654.41,63.6958,3.39842,600,5,0,6891,4578,1,0,0,0),(9496,1050,0,1,1,8315,1,-3975.4,-3960.23,178.066,4.45059,600,0,0,9432,0,0,0,0,0),(9495,1050,0,1,1,8315,1,-4017.14,-3921.73,181.185,3.78736,600,0,0,9432,0,0,0,0,0),(9494,1049,0,1,1,8314,0,-3746.53,-3995.52,142.89,5.6198,600,3,0,7545,4972,1,0,0,0),(9493,1047,0,1,1,8313,1,-3571.06,-3912.59,100.901,1.69629,600,3,0,8883,0,1,0,0,0),(9492,1028,0,1,1,1079,1,-3051.04,-931.25,-4.76749,6.15883,300,5,0,504,1443,1,0,0,0),(9491,1420,0,1,1,901,0,-2933.64,-1839.42,6.34453,5.85847,300,10,0,8,0,1,0,0,0),(9490,1420,0,1,1,901,0,-4127.74,-3173.25,11.311,2.29533,300,10,0,8,0,1,0,0,0),(9489,1420,0,1,1,901,0,-2885.81,-1303.43,9.62749,4.91898,300,10,0,8,0,1,0,0,0),(9488,1400,0,1,1,1036,0,-3711.17,-1239.44,-7.03479,2.57709,300,10,0,617,0,1,0,0,0),(9487,1418,0,1,1,391,1,-2615.52,-1243.67,-14.2569,5.8947,300,10,0,896,0,1,0,0,0),(9486,1418,0,1,1,391,1,-2685.77,-1182.18,-13.1759,2.30947,300,10,0,896,0,1,0,0,0),(9485,1418,0,1,1,391,1,-2485.8,-1594.88,-27.7009,1.4278,300,10,0,896,0,1,0,0,0),(9484,1418,0,1,1,391,1,-2643.2,-1215.43,-14.7044,4.05034,300,10,0,896,0,1,0,0,0),(9483,1418,0,1,1,391,1,-2458.36,-1644.37,-23.9631,2.55973,300,10,0,896,0,1,0,0,0),(9482,1418,0,1,1,391,1,-2639.1,-1292.5,-12.1898,0.066106,300,10,0,896,0,1,0,0,0),(9481,1418,0,1,1,391,1,-2658.56,-1352.44,-11.033,3.52228,300,10,0,896,0,1,0,0,0),(9480,1418,0,1,1,391,1,-2649.33,-1416.17,-13.5259,4.03374,300,10,0,896,0,1,0,0,0),(9479,1007,0,1,1,3199,1,-4214.16,-2979.46,11.764,6.22145,300,0,0,494,0,0,0,0,0),(9478,1017,0,1,1,649,0,-2740.98,-2818.75,60.5157,5.85624,300,0,0,734,0,0,0,0,0),(9477,2102,0,1,1,4927,1,-3980.46,-2358.27,157.511,3.90004,300,5,0,494,0,1,0,0,0),(9476,2102,0,1,1,4927,1,-3966.17,-2396.23,161.237,3.28535,300,5,0,494,0,1,0,0,0),(9475,1481,0,1,1,4429,1,-3767.47,-778.853,8.91371,5.1637,300,0,0,484,0,2,0,0,0),(9474,1447,0,1,1,3640,0,-3741.19,-888.798,11.0104,1.71042,300,0,0,55,0,0,0,0,0),(9473,1446,0,1,1,252,0,-3673.07,-731.084,10.9426,5.70723,300,0,0,55,0,0,0,0,0),(9472,1448,0,1,1,3459,1,-3712.16,-834.066,11.4796,2.58165,300,0,0,484,0,0,0,0,0),(9471,5406,0,1,1,2408,0,-3644.73,-720.112,9.96778,4.15388,300,0,0,42,0,0,0,0,0),(9470,1480,0,1,1,3486,1,-3769.18,-881.015,10.9641,0.895416,300,0,0,484,0,0,0,0,0),(9469,12375,0,1,1,2405,0,-3643.86,-755.805,9.97506,4.27265,300,0,0,42,0,0,0,0,0),(9468,1437,0,1,1,3484,1,-3644.89,-754.985,9.97506,3.57897,300,0,0,484,0,0,0,0,0),(9467,2099,0,1,1,793,1,-3730.98,-591.753,6.46108,6.03884,300,3,0,484,0,1,0,0,0),(9466,10046,0,1,1,9264,0,-3794.34,-824.898,9.84759,0.05236,300,0,0,1003,0,0,0,0,0),(135116,26218,571,1,1,0,0,2791.78,4696.37,1.86112,0.073144,300,0,0,9940,0,0,0,0,0),(9464,1462,0,1,1,3466,0,-3755.46,-849.402,10.0241,5.32655,300,2,0,713,0,1,0,0,0),(9463,1452,0,1,1,3476,1,-3746.03,-888.592,11.0244,1.18804,300,0,0,713,0,0,0,0,0),(9462,1457,0,1,1,3464,0,-3807.19,-823.611,17.1563,3.1765,300,0,0,713,0,0,0,0,0),(9461,1441,0,1,1,3473,1,-3793.04,-862.698,11.5974,2.2355,300,0,0,713,0,2,0,0,0),(9460,1464,0,1,1,3479,1,-3827.93,-831.901,10.0906,0.401426,300,0,0,1003,0,0,0,0,0),(9459,1453,0,1,1,1895,1,-3700.87,-718.832,11.2287,2.53515,300,0,0,713,0,0,0,0,0),(9458,3179,0,1,1,3470,1,-3762.84,-723.912,8.20166,4.43314,300,0,0,713,0,0,0,0,0),(9457,12658,0,1,1,12609,1,-3906.42,-609.037,5.21179,4.76475,300,0,0,484,0,0,0,0,0),(9456,1434,0,1,1,2679,1,-3646.95,-835.279,9.65445,5.759,300,0,0,2790,0,0,0,0,0),(9455,1434,0,1,1,2680,1,-3904.06,-605.163,5.33632,0.506145,300,0,0,2790,0,0,0,0,0),(9454,1434,0,1,1,2678,1,-3667.17,-884.368,9.95435,0.6876,300,4,0,2790,0,1,0,0,0),(9453,1434,0,1,1,2678,1,-3726.81,-853.776,10.9955,3.3703,300,4,0,2790,0,1,0,0,0),(9452,1434,0,1,1,2678,1,-3724.95,-777.123,35.5055,5.31195,300,0,0,2790,0,0,0,0,0),(9451,1434,0,1,1,2679,1,-3845.64,-881.299,6.4364,2.22328,300,3,0,2790,0,1,0,0,0),(9450,1434,0,1,1,2678,1,-3748.8,-815.171,11.4795,4.06622,300,5,0,2790,0,1,0,0,0),(9449,1434,0,1,1,2679,1,-3732,-574.424,5.96492,4.5204,300,0,0,2790,0,0,0,0,0),(9448,1571,0,1,1,5130,0,-3793.2,-782.052,9.09773,5.2709,600,0,0,10572,0,0,0,0,0),(9447,5082,0,1,1,3011,1,-3849.96,-736.444,8.66354,1.37881,300,0,0,1003,0,0,0,0,0),(9446,1239,0,1,1,1699,0,-3792.5,-840.038,9.90435,0.969448,300,0,0,1003,0,0,0,0,0),(9445,2096,0,1,1,1677,0,-3584.85,-865.268,12.9323,5.03926,300,0,0,713,0,0,0,0,0),(9444,1217,0,1,1,3460,0,-3818.05,-827.299,9.67523,5.91667,300,0,0,713,0,0,0,0,0),(9443,2097,0,1,1,1674,0,-3688.57,-838.11,11.2478,0.453786,300,0,0,713,0,0,0,0,0),(9442,1050,0,1,1,8315,1,-4114.78,-3814.43,192.92,0,600,0,0,9432,0,0,0,0,0),(9441,1049,0,1,1,8314,0,-3712.23,-4077.41,138.499,3.1438,600,3,0,7545,4972,1,0,0,0),(9440,1047,0,1,1,8313,1,-3525.42,-3925.34,98.4791,3.89743,600,3,0,8883,0,1,0,0,0),(9439,1048,0,1,1,716,1,-3919.93,-4085.11,172.07,2.91742,600,10,0,9156,0,1,0,0,0),(9438,1049,0,1,1,8314,0,-3583.05,-4015.14,109.921,0.901763,600,10,0,7545,4972,1,0,0,0),(9437,1049,0,1,1,8314,0,-3622.64,-3985.91,114.946,2.00453,600,3,0,7545,4972,1,0,0,0),(9436,1048,0,1,1,716,1,-3882.3,-4050.14,164.135,6.17651,600,10,0,9156,0,1,0,0,0),(9435,1050,0,1,1,8315,1,-4063.72,-3972.15,181.661,1.02974,600,0,0,9432,0,0,0,0,0),(9434,2911,0,1,1,1650,1,-3813.62,-837.888,17.1641,1.43117,300,0,0,2138,0,0,0,0,0),(9433,3180,0,1,1,3471,1,-2654.2,-2314.79,77.6986,6.19592,300,0,0,1050,0,0,0,0,0),(9432,4963,0,1,1,2964,1,-3822.89,-827.898,10.2984,5.16617,300,0,0,1003,0,0,0,0,0),(9431,1032,0,1,1,767,0,-2944.3,-2824.74,27.3129,4.9512,300,10,0,617,0,1,0,0,0),(9430,1418,0,1,1,391,1,-2592.15,-1554.63,-9.76612,3.76223,300,10,0,896,0,1,0,0,0),(9429,1418,0,1,1,391,1,-2510.58,-1622.05,-19.5504,3.70143,300,10,0,896,0,1,0,0,0),(9428,1418,0,1,1,391,1,-2405.29,-1695.5,-16.3056,4.95776,300,10,0,896,0,1,0,0,0),(9427,1418,0,1,1,391,1,-2597.06,-1470.13,-13.517,2.53179,300,10,0,896,0,1,0,0,0),(9426,1418,0,1,1,391,1,-2613.37,-1507,-10.1222,1.03153,300,10,0,896,0,1,0,0,0),(9425,1418,0,1,1,391,1,-2522.4,-1547.3,-21.728,2.92119,300,10,0,896,0,1,0,0,0),(9424,1418,0,1,1,391,1,-2613,-1388.05,-13.7176,1.22002,300,10,0,896,0,1,0,0,0),(9423,1418,0,1,1,391,1,-2549.32,-1586.18,-13.1381,3.28531,300,10,0,896,0,1,0,0,0),(9422,1418,0,1,1,391,1,-2615.01,-1450.99,-15.7628,5.32325,300,0,0,896,0,0,0,0,0),(9421,2595,0,1,1,11254,1,-2207.81,-1707.91,-64.187,3.9074,300,10,0,1604,0,1,0,0,0),(9420,15384,0,1,1,11686,0,-3739.14,-604.76,9.6443,2.86234,300,0,0,4120,0,0,0,0,0),(9419,15384,0,1,1,11686,0,-3895.13,-627.5,6.87212,0.645772,300,0,0,4120,0,0,0,0,0),(9418,1008,0,1,1,355,1,-4150.9,-2851.43,12.1226,0.890118,300,0,0,531,0,0,0,0,0),(9417,1007,0,1,1,3199,1,-4181.26,-2884.55,12.2847,4.5204,300,0,0,494,0,0,0,0,0),(9416,2111,0,1,1,1407,0,-3746.29,-877.423,10.1325,1.18682,300,0,0,484,0,0,0,0,0),(9415,2098,0,1,1,10001,0,-4165.49,-2469.87,210.461,5.15421,300,5,0,102,0,1,0,0,0),(9414,1174,0,1,1,163,1,-4927.74,-2963.38,317.67,0.058681,300,3,0,219,537,1,0,0,0),(9413,1172,0,1,1,10913,1,-4808.38,-2946.72,325.148,4.63022,300,2,0,198,0,1,0,0,0),(9412,1195,0,1,1,827,0,-5316.55,-2834.93,336.855,6.14356,300,2,0,198,0,1,0,0,0),(68452,22991,530,1,1,0,0,-4109.06,3019.1,352.24,0.261799,180,0,0,4120,0,0,0,0,0),(9410,1175,0,1,1,373,1,-4940.28,-2969.32,321.57,5.18458,300,3,0,247,0,1,0,0,0),(9409,1174,0,1,1,163,1,-4911.3,-2968.12,316.566,5.43842,300,3,0,219,537,1,0,0,0),(9408,1174,0,1,1,163,1,-4884.37,-2970.6,316.923,5.92138,300,0,0,219,537,0,0,0,0),(9407,1175,0,1,1,373,1,-4892.78,-2974.56,317.074,0.832015,300,0,0,247,0,2,0,0,0),(9406,8055,0,1,1,1598,1,-5309.88,-2987.97,340.697,-2.93215,300,0,0,3048,0,0,0,0,0),(9405,1195,0,1,1,827,0,-5459.24,-2976.95,357.309,2.00211,300,5,0,198,0,1,0,0,0),(9404,1186,0,1,1,707,0,-5015.33,-2753.08,327.756,5.65884,300,10,0,266,0,1,0,0,0),(9403,1190,0,1,1,704,0,-5117.34,-3046.97,327.374,1.30591,300,10,0,198,0,1,0,0,0),(9402,1190,0,1,1,704,0,-5048.86,-2941.15,333.748,4.79261,300,10,0,198,0,1,0,0,0),(9401,1195,0,1,1,827,0,-5120.98,-2985.48,335.24,3.35624,300,10,0,198,0,1,0,0,0),(9400,1190,0,1,1,704,0,-5185.48,-3046.39,330.774,1.75938,300,10,0,198,0,1,0,0,0),(9399,1195,0,1,1,827,0,-5060.23,-3002.1,325.868,6.0946,300,10,0,198,0,1,0,0,0),(9398,1190,0,1,1,704,0,-4914.79,-2783.21,328.342,4.17264,300,10,0,198,0,1,0,0,0),(9397,1195,0,1,1,827,0,-5087.17,-2887.14,325.893,0.154876,300,10,0,198,0,1,0,0,0),(9396,1190,0,1,1,704,0,-5133.22,-2901.81,332.927,2.39352,300,10,0,198,0,1,0,0,0),(9395,1186,0,1,1,707,0,-5091.51,-3019.98,324.161,3.01239,300,5,0,266,0,1,0,0,0),(9394,1195,0,1,1,827,0,-5233.13,-2919.52,338.286,4.61023,300,5,0,198,0,1,0,0,0),(9393,1195,0,1,1,827,0,-5050.67,-2898.73,335.773,3.6559,300,10,0,198,0,1,0,0,0),(9392,1190,0,1,1,704,0,-5120.05,-3019.98,329.341,3.79242,300,10,0,198,0,1,0,0,0),(9391,1186,0,1,1,707,0,-5034.82,-2889.04,337.445,4.3511,300,10,0,266,0,1,0,0,0),(9390,1195,0,1,1,827,0,-5053.48,-2785.7,326.446,6.26938,300,5,0,198,0,1,0,0,0),(9389,1190,0,1,1,704,0,-5153.1,-3020.75,332.497,3.79978,300,10,0,198,0,1,0,0,0),(9388,1186,0,1,1,707,0,-5228.57,-2804.31,341.796,4.98532,300,10,0,266,0,1,0,0,0),(9387,1188,0,1,1,762,0,-5714.6,-3118.53,315.817,5.26788,300,5,0,328,0,1,0,0,0),(9385,1190,0,1,1,704,0,-5157.63,-2953.91,333.585,4.06582,300,5,0,198,0,1,0,0,0),(9384,1195,0,1,1,827,0,-5239.23,-2929.43,340.108,2.34514,300,5,0,198,0,1,0,0,0),(9383,1190,0,1,1,704,0,-5158.59,-2818.77,331.172,0.097727,300,10,0,198,0,1,0,0,0),(9382,1933,0,1,1,856,0,-5559.05,-2859.77,361.332,3.59446,300,5,0,14,0,1,0,0,0),(9381,1188,0,1,1,762,0,-5632.9,-3121.73,350.146,0.457337,300,0,0,328,0,2,0,0,0),(9380,1186,0,1,1,707,0,-5459.44,-3020,356.374,1.60818,300,10,0,266,0,1,0,0,0),(9379,1186,0,1,1,707,0,-5517.09,-3044.83,360.901,2.62136,300,5,0,266,0,1,0,0,0),(9378,1195,0,1,1,827,0,-5447.51,-2852.44,346.203,6.26059,300,5,0,198,0,1,0,0,0),(9377,1181,0,1,1,1045,1,-4850.74,-4017.31,311.65,0,300,0,0,377,408,0,0,0,0),(9376,1179,0,1,1,6692,1,-4851.38,-3980.5,303.126,2.27311,300,5,0,377,408,1,0,0,0),(9375,1178,0,1,1,1122,1,-4879.88,-3884.42,303.659,2.4162,300,0,0,417,0,0,0,0,0),(9374,1180,0,1,1,14403,1,-4826.42,-4079.79,309.875,2.38447,300,0,0,449,0,2,0,0,0),(9373,1180,0,1,1,14403,1,-4860.08,-3892.7,303.227,0.256854,300,0,0,449,0,2,0,0,0),(9372,1181,0,1,1,1045,1,-4885.09,-3848.9,302.692,2.16486,300,10,0,377,408,1,0,0,0),(9371,1181,0,1,1,1045,1,-4896.16,-3884.95,302.782,1.44547,300,10,0,377,408,1,0,0,0),(9370,1178,0,1,1,1122,1,-4884.67,-3813.78,304.126,1.87155,300,5,0,417,0,1,0,0,0),(9369,1183,0,1,1,1052,1,-4835.05,-3886.15,301.368,2.80211,300,3,0,404,456,1,0,0,0),(9368,1178,0,1,1,1122,1,-4902.35,-3910.26,300.735,1.74533,300,0,0,417,0,0,0,0,0),(9367,1178,0,1,1,1122,1,-4948.55,-3748.52,318.755,0.36412,300,5,0,417,0,1,0,0,0),(9366,1183,0,1,1,1052,1,-4831.06,-3878.74,302.56,3.94444,300,3,0,404,456,1,0,0,0),(9365,1179,0,1,1,6692,1,-4853.22,-3782.59,307.549,3.58164,300,5,0,377,408,1,0,0,0),(9364,1178,0,1,1,1122,1,-4874.72,-3906.17,302.602,3.10669,300,0,0,417,0,0,0,0,0),(9363,1179,0,1,1,6692,1,-4898.55,-3905.85,300.536,3.12414,300,0,0,377,408,0,0,0,0),(9362,1179,0,1,1,6692,1,-4914.54,-3852.15,304.682,5.07223,300,3,0,377,408,1,0,0,0),(9361,1178,0,1,1,1122,1,-4880.8,-3747.4,312.49,0.888788,300,10,0,417,0,1,0,0,0),(9360,1180,0,1,1,14403,1,-4767.12,-4194.76,303.242,2.19912,300,2,0,449,0,1,0,0,0),(9359,1180,0,1,1,14403,1,-4762.5,-4186.84,302.867,5.38499,300,2,0,449,0,1,0,0,0),(9358,1210,0,1,1,1054,1,-4758,-4189.11,303.079,2.02106,600,0,0,1686,0,0,0,0,0),(9357,1173,0,1,1,365,1,-5074.26,-2712.17,319.911,3.34748,300,2,0,198,0,1,0,0,0),(9356,1172,0,1,1,10913,1,-5013.65,-2683.57,324.276,0.000697,300,5,0,198,0,1,0,0,0),(9355,1412,0,1,1,134,0,-5320.06,-2999.37,336.224,4.51518,300,10,0,8,0,1,0,0,0),(9354,1173,0,1,1,365,1,-5036.17,-2694.64,319.495,4.34221,300,3,0,198,0,1,0,0,0),(9353,1173,0,1,1,365,1,-5032.69,-2680.43,319.468,2.80998,300,0,0,198,0,0,0,0,0),(9352,1173,0,1,1,365,1,-5078.82,-2756.08,334.231,5.96514,300,10,0,198,0,1,0,0,0),(9351,1172,0,1,1,10913,1,-5039.53,-2674.9,319.4,5.23599,300,0,0,198,0,0,0,0,0),(9350,1172,0,1,1,10913,1,-5047.08,-2674.53,319.745,2.72543,300,5,0,198,0,1,0,0,0),(9349,1172,0,1,1,10913,1,-5089.66,-2685.34,336.236,3.12924,300,5,0,198,0,1,0,0,0),(9348,1172,0,1,1,10913,1,-5042.87,-2651.76,322.929,1.65102,300,5,0,198,0,1,0,0,0),(9347,1189,0,1,1,762,0,-5016.37,-3619.72,300.009,4.23928,300,10,0,427,0,1,0,0,0),(9346,1189,0,1,1,762,0,-4951.55,-3621.24,299.616,2.13461,300,10,0,427,0,1,0,0,0),(9345,1189,0,1,1,762,0,-4982.97,-3649.8,304.863,0.939462,300,10,0,427,0,1,0,0,0),(9344,1189,0,1,1,762,0,-5082.32,-3616.29,302.411,0.917237,300,10,0,427,0,1,0,0,0),(9343,1173,0,1,1,365,1,-5029.95,-2669.15,319.526,0.940278,300,0,0,198,0,0,0,0,0),(9342,1412,0,1,1,134,0,-5517.17,-2888.82,355.458,3.25311,300,10,0,8,0,1,0,0,0),(9341,1693,0,1,1,1034,0,-4928.4,-3602.55,297.711,0.433089,300,10,0,300,0,1,0,0,0),(9340,1693,0,1,1,1034,0,-4887.46,-3574.73,298.763,0.720345,300,10,0,300,0,1,0,0,0),(9339,1195,0,1,1,827,0,-4852.08,-2821.61,326.055,1.59793,300,10,0,198,0,1,0,0,0),(9338,1172,0,1,1,10913,1,-4967.21,-2646.91,331.664,0.271854,300,2,0,198,0,1,0,0,0),(9337,1172,0,1,1,10913,1,-5073.24,-2717.48,319.521,5.98209,300,2,0,198,0,1,0,0,0),(9336,1173,0,1,1,365,1,-4981.5,-2723.31,324.716,2.11891,300,5,0,198,0,1,0,0,0),(9335,1172,0,1,1,10913,1,-5066.39,-2716.22,319.015,0.975115,300,2,0,198,0,1,0,0,0),(9334,1172,0,1,1,10913,1,-4814.89,-3047.39,306.455,1.55793,300,10,0,198,0,1,0,0,0),(9333,1175,0,1,1,373,1,-4945.46,-2963.57,321.353,0.586142,300,3,0,247,0,1,0,0,0),(9332,1174,0,1,1,163,1,-4934.7,-2991.84,321.195,0.119857,300,3,0,219,537,1,0,0,0),(9331,1172,0,1,1,10913,1,-5012.53,-2612.6,331.888,0.089247,300,5,0,198,0,1,0,0,0),(9330,1173,0,1,1,365,1,-5012.29,-2637.54,326.401,1.03891,300,5,0,198,0,1,0,0,0),(9329,1172,0,1,1,10913,1,-4689.28,-3023.4,315.952,0.657959,300,3,0,198,0,1,0,0,0),(9328,1175,0,1,1,373,1,-4941.95,-2976.12,321.678,1.27428,300,3,0,247,0,1,0,0,0),(9327,1175,0,1,1,373,1,-4897.95,-2984.34,318.131,2.957,300,3,0,247,0,1,0,0,0),(9326,1175,0,1,1,373,1,-4934.72,-2963.43,317.749,2.49517,300,3,0,247,0,1,0,0,0),(9325,1175,0,1,1,373,1,-4918.11,-2994.26,319.612,0.387501,300,3,0,247,0,1,0,0,0),(9324,1195,0,1,1,827,0,-4878.45,-2758.73,326.389,3.68134,300,10,0,198,0,1,0,0,0),(9323,1175,0,1,1,373,1,-4927.8,-2973.65,317.133,3.70382,300,3,0,247,0,1,0,0,0),(9322,1174,0,1,1,163,1,-4898.24,-2981.27,317.935,4.00892,300,3,0,219,537,1,0,0,0),(9321,1175,0,1,1,373,1,-4919.11,-2959.93,316.433,2.41555,300,5,0,247,0,1,0,0,0),(9320,1172,0,1,1,10913,1,-5125.03,-2708.52,339.024,2.21624,300,10,0,198,0,1,0,0,0),(9319,1174,0,1,1,163,1,-4903.73,-2974.38,317.01,5.6412,300,3,0,219,537,1,0,0,0),(9318,1175,0,1,1,373,1,-4865.22,-2998.41,317.342,0.416861,300,3,0,247,0,1,0,0,0),(9317,1174,0,1,1,163,1,-4875.06,-2975.29,317.392,6.23157,300,0,0,219,537,0,0,0,0),(9316,1172,0,1,1,10913,1,-4718.61,-3042.37,313.143,1.81157,300,10,0,198,0,1,0,0,0),(9315,1172,0,1,1,10913,1,-4671.42,-3110.04,304.273,2.16636,300,5,0,198,0,1,0,0,0),(9314,1202,0,1,1,26,1,-4709.32,-3077.75,309.237,0.62669,300,0,0,222,0,0,0,0,0),(9313,1172,0,1,1,10913,1,-4681.74,-3067.66,314.009,1.82244,300,5,0,198,0,1,0,0,0),(9312,1172,0,1,1,10913,1,-4781.85,-3051.55,305.59,3.69274,300,10,0,198,0,1,0,0,0),(9311,1175,0,1,1,373,1,-4846.65,-2974.62,322.513,3.01124,300,0,0,247,0,0,0,0,0),(9310,1176,0,1,1,10912,1,-4789.48,-3023.86,301.603,4.60767,300,0,0,222,0,0,0,0,0),(9309,1202,0,1,1,26,1,-4714.93,-3090.72,307.237,2.01586,300,0,0,222,0,0,0,0,0),(9308,1176,0,1,1,10912,1,-4785.39,-3029.02,301.152,6.09698,300,0,0,222,0,0,0,0,0),(9307,1202,0,1,1,26,1,-4800.12,-3033.36,303.33,3.58412,300,5,0,222,0,1,0,0,0),(9306,1202,0,1,1,26,1,-4725.87,-3081.51,307.612,1.98558,300,5,0,222,0,1,0,0,0),(9305,1172,0,1,1,10913,1,-4679.73,-2947.55,317.373,0.112,300,5,0,198,0,1,0,0,0),(9304,1172,0,1,1,10913,1,-4979.77,-2982.26,347.959,3.72959,300,3,0,198,0,1,0,0,0),(9303,1172,0,1,1,10913,1,-4771.95,-2973.05,321.272,4.39453,300,5,0,198,0,1,0,0,0),(9302,1176,0,1,1,10912,1,-4919.13,-2995.94,332.209,3.9968,300,0,0,222,0,0,0,0,0),(9301,1202,0,1,1,26,1,-4801.65,-2964.45,321.83,5.72468,300,0,0,222,0,0,0,0,0),(9300,1172,0,1,1,10913,1,-4705.79,-3003.58,314.832,2.92504,300,3,0,198,0,1,0,0,0),(9299,1176,0,1,1,10912,1,-4781.77,-2975.52,323.022,3.85409,300,0,0,222,0,0,0,0,0),(9298,1176,0,1,1,10912,1,-4787.6,-2966.72,322.022,0.077542,300,3,0,222,0,1,0,0,0),(9297,1202,0,1,1,26,1,-4803.08,-2971.95,321.599,2.10747,300,0,0,222,0,0,0,0,0),(9296,1173,0,1,1,365,1,-4948,-2998.16,343.712,6.24414,300,0,0,198,0,2,0,0,0),(9295,1172,0,1,1,10913,1,-4720.54,-2917.08,321.74,5.50196,300,3,0,198,0,1,0,0,0),(9294,1172,0,1,1,10913,1,-4801.66,-2946.82,326.293,5.13207,300,5,0,198,0,1,0,0,0),(9293,1202,0,1,1,26,1,-4793.29,-2980.28,323.272,1.19696,300,0,0,222,0,0,0,0,0),(9292,1186,0,1,1,707,0,-5035.18,-2935.55,336.171,2.7444,300,10,0,266,0,1,0,0,0),(9291,1195,0,1,1,827,0,-4827.29,-2813.8,322.138,2.62072,300,10,0,198,0,1,0,0,0),(9290,1195,0,1,1,827,0,-4903.86,-2818.61,322.607,0.810255,300,10,0,198,0,1,0,0,0),(9289,1186,0,1,1,707,0,-5158.09,-2676.76,343.293,3.80528,300,10,0,266,0,1,0,0,0),(9288,1195,0,1,1,827,0,-5252.09,-2851.05,344.607,1.70921,300,5,0,198,0,1,0,0,0),(9287,1190,0,1,1,704,0,-5025.01,-3083.72,314.387,3.18204,300,5,0,198,0,1,0,0,0),(9286,1172,0,1,1,10913,1,-5119.48,-2654.07,334.603,4.17279,300,5,0,198,0,1,0,0,0),(9285,1162,0,1,1,764,1,-5793.35,-2966.46,374.344,3.40339,300,0,0,222,0,0,0,0,0),(9284,1161,0,1,1,763,1,-5792.14,-2907.88,365.413,6.04967,300,3,0,222,0,1,0,0,0),(9283,1161,0,1,1,763,1,-5799.58,-2952.05,375.123,2.58309,300,0,0,222,0,0,0,0,0),(9282,1161,0,1,1,763,1,-5818.7,-2886.62,364.753,4.4505,300,10,0,222,0,1,0,0,0),(9281,1161,0,1,1,763,1,-5796.46,-2926.09,363.899,1.0821,300,0,0,222,0,0,0,0,0),(9280,1162,0,1,1,764,1,-5809.13,-2924.11,363.754,1.98632,300,10,0,222,0,1,0,0,0),(9279,1161,0,1,1,763,1,-5847.88,-2951.3,357.556,5.51138,300,10,0,222,0,1,0,0,0),(9278,1162,0,1,1,764,1,-5852.71,-2916.36,364.014,3.88566,300,10,0,222,0,1,0,0,0),(9277,1161,0,1,1,763,1,-5919.47,-2914.03,367.476,2.92901,300,10,0,222,0,1,0,0,0),(9276,1161,0,1,1,763,1,-5810.56,-2965.8,365.578,1.53403,300,3,0,222,0,1,0,0,0),(9275,1162,0,1,1,764,1,-5794.35,-2970.61,374.773,2.70526,300,0,0,222,0,0,0,0,0),(9274,1162,0,1,1,764,1,-5883.62,-2912.25,366.912,1.7635,300,5,0,222,0,1,0,0,0),(9273,1161,0,1,1,763,1,-5784.19,-2879.61,363.965,1.93018,300,10,0,222,0,1,0,0,0),(9272,1161,0,1,1,763,1,-5820.76,-2957.22,358.242,3.44415,300,3,0,222,0,1,0,0,0),(9271,1412,0,1,1,134,0,-5353.48,-2993.77,328.249,1.599,300,10,0,8,0,1,0,0,0),(9270,1412,0,1,1,134,0,-5421.16,-2846.81,345.524,1.71854,300,10,0,8,0,1,0,0,0),(9269,1164,0,1,1,722,1,-6166.45,-2903.7,405.652,3.70873,300,5,0,328,0,1,0,0,0),(9268,1164,0,1,1,722,1,-6161.34,-2913.41,404.586,4.42331,300,2,0,328,0,1,0,0,0),(9267,1197,0,1,1,763,1,-6172.88,-2938.95,405.831,1.89966,300,2,0,301,326,1,0,0,0),(9266,1164,0,1,1,722,1,-6171.04,-2946.97,407.357,5.80556,300,2,0,328,0,1,0,0,0),(9265,1197,0,1,1,763,1,-6214.35,-2926.16,401.98,6.18262,300,5,0,301,326,1,0,0,0),(9264,1163,0,1,1,160,1,-6112.89,-2996.46,399.343,4.38202,300,3,0,273,0,1,0,0,0),(9263,1166,0,1,1,764,1,-6144.05,-2955.71,396.622,1.00645,300,2,0,253,264,1,0,0,0),(9262,1166,0,1,1,764,1,-6133.97,-2976.72,399.963,3.378,300,3,0,253,264,1,0,0,0),(9261,1163,0,1,1,160,1,-6099.55,-2942.16,401.196,4.49587,300,3,0,273,0,1,0,0,0),(9260,1166,0,1,1,764,1,-6125.86,-2924.74,401.462,3.70439,300,2,0,253,264,1,0,0,0),(9259,1163,0,1,1,160,1,-6119.81,-2956.39,397.416,3.12147,300,2,0,273,0,1,0,0,0),(9258,1163,0,1,1,160,1,-6140.52,-2897.49,403.497,2.41297,300,2,0,273,0,1,0,0,0),(9257,1166,0,1,1,764,1,-6096.31,-2965.64,401.277,3.97261,300,3,0,253,264,1,0,0,0),(9256,1186,0,1,1,707,0,-5911.85,-2565.78,311.417,1.15079,300,5,0,266,0,1,0,0,0),(9255,1195,0,1,1,827,0,-5804.4,-2577.09,309.838,4.76779,300,5,0,198,0,1,0,0,0),(9254,1163,0,1,1,160,1,-6067.83,-2935.77,402.321,3.45469,300,2,0,273,0,1,0,0,0),(9253,1166,0,1,1,764,1,-6051.26,-2931.99,401.721,1.17368,300,2,0,253,264,1,0,0,0),(97236,6491,530,1,4294967295,0,0,-1137.83,5896.99,189.158,3.05307,60,0,0,4120,0,0,0,0,0),(9251,1166,0,1,1,764,1,-6048.75,-2948.88,402.644,1.05871,300,0,0,253,264,0,0,0,0),(9250,1163,0,1,1,160,1,-6033.33,-2963.31,403.613,4.57834,300,3,0,273,0,1,0,0,0),(9249,1166,0,1,1,764,1,-5953.92,-3003.51,383.775,3.65898,300,3,0,253,264,1,0,0,0),(9248,1163,0,1,1,160,1,-6013.09,-2968.57,400.02,4.38078,300,0,0,273,0,0,0,0,0),(9247,1166,0,1,1,764,1,-5960.94,-2971.57,386.767,1.23963,300,5,0,253,264,1,0,0,0),(9246,1166,0,1,1,764,1,-6006.28,-2967.4,397.19,5.79449,300,2,0,253,264,1,0,0,0),(9245,1166,0,1,1,764,1,-5991.85,-2941.89,394.655,4.62946,300,5,0,253,264,1,0,0,0),(9244,1163,0,1,1,160,1,-5975.02,-2976.78,387.773,5.88176,300,0,0,273,0,0,0,0,0),(9243,1166,0,1,1,764,1,-6003.44,-2952.18,398.815,4.55154,300,2,0,253,264,1,0,0,0),(9242,1163,0,1,1,160,1,-5985.34,-3000.65,392.002,5.45425,300,3,0,273,0,1,0,0,0),(9241,1166,0,1,1,764,1,-5018.78,-3336.18,299.371,3.82285,300,3,0,253,264,1,0,0,0),(9240,1163,0,1,1,160,1,-5011.51,-3311.96,301.656,0.475575,300,5,0,273,0,1,0,0,0),(9239,1166,0,1,1,764,1,-4988.61,-3376.03,302.026,5.89035,300,5,0,253,264,1,0,0,0),(9238,1172,0,1,1,10913,1,-4981.97,-3012.39,334.75,3.00827,300,5,0,198,0,1,0,0,0),(9237,1195,0,1,1,827,0,-5847.18,-3011.74,340.284,5.65998,300,3,0,198,0,1,0,0,0),(9236,1412,0,1,1,134,0,-5311.62,-2987.33,340.849,4.4466,300,10,0,8,0,1,0,0,0),(9235,1172,0,1,1,10913,1,-4991.56,-3042.33,326.521,2.21588,300,5,0,198,0,1,0,0,0),(9234,1172,0,1,1,10913,1,-4960.75,-3053.7,325.869,4.0141,300,5,0,198,0,1,0,0,0),(9233,1186,0,1,1,707,0,-5040.57,-2916.17,333.815,-1.72715,300,10,0,266,0,1,0,0,0),(9232,1172,0,1,1,10913,1,-4916.9,-3107.57,321.002,3.19499,300,5,0,198,0,1,0,0,0),(9231,1172,0,1,1,10913,1,-4949.3,-3091.93,314.621,6.2304,300,5,0,198,0,1,0,0,0),(9230,4845,0,1,1,6053,1,-6072.96,-3135.56,254.271,2.59175,300,2,0,1403,0,1,0,0,0),(9229,1188,0,1,1,762,0,-5615.08,-3203.63,327.017,3.76322,300,5,0,328,0,1,0,0,0),(9228,4845,0,1,1,6053,1,-6063.47,-3134.51,253.671,3.84518,300,2,0,1403,0,1,0,0,0),(9227,1179,0,1,1,6692,1,-5045.7,-3876.8,316.553,2.87086,300,5,0,377,408,1,0,0,0),(9226,1169,0,1,1,3456,1,-4739.08,-3627.18,305.978,2.3911,300,0,0,417,0,0,0,0,0),(1277,691,0,1,1,5561,0,-12110.3,879.462,7.07799,5.34047,300,5,0,1469,0,1,0,0,0),(9225,1169,0,1,1,3456,1,-4736.1,-3619.66,306.09,2.16421,300,0,0,417,0,0,0,0,0),(9224,1169,0,1,1,3456,1,-4733.15,-3621.94,305.85,3.50811,300,0,0,417,0,0,0,0,0),(9223,1169,0,1,1,3456,1,-4777.65,-3656.21,306.977,5.70328,300,10,0,417,0,1,0,0,0),(9222,1180,0,1,1,14403,1,-4743.45,-4130.74,307.382,1.79769,300,0,0,449,0,0,0,0,0),(9221,1180,0,1,1,14403,1,-4740.96,-4125.55,307.928,2.6529,300,2,0,449,0,1,0,0,0),(9220,1180,0,1,1,14403,1,-4809.6,-4085.61,309.713,0.49911,300,2,0,449,0,1,0,0,0),(9219,1180,0,1,1,14403,1,-4781.49,-4065.03,309.883,1.88265,300,3,0,449,0,1,0,0,0),(9218,1183,0,1,1,1052,1,-4750.63,-4111.35,311.86,3.28939,300,2,0,404,456,1,0,0,0),(9217,1179,0,1,1,6692,1,-4941.95,-4032.99,301.019,1.46608,300,3,0,377,408,1,0,0,0),(9216,1179,0,1,1,6692,1,-4951.57,-3981.5,297.183,2.20612,300,10,0,377,408,1,0,0,0),(9215,1180,0,1,1,14403,1,-4950.75,-4055.1,299.379,1.78892,300,0,0,449,0,2,0,0,0),(9214,1178,0,1,1,1122,1,-4915.2,-3986.09,296.665,0.226805,300,3,0,417,0,1,0,0,0),(9213,1183,0,1,1,1052,1,-4944.48,-4074.96,300.194,2.32642,300,2,0,404,456,1,0,0,0),(9212,1183,0,1,1,1052,1,-4950.14,-4067.94,299.082,1.0647,300,2,0,404,456,1,0,0,0),(9211,1179,0,1,1,6692,1,-5016.72,-4019.24,301.117,5.51988,300,5,0,377,408,1,0,0,0),(9210,1178,0,1,1,1122,1,-4963.93,-4022.95,301.358,3.79229,300,3,0,417,0,1,0,0,0),(17115,2614,530,1,1,0,0,-803.185,2596.41,183.675,5.14446,300,0,0,7685,0,0,0,0,0),(17116,2614,530,1,1,0,0,-826.037,2633.64,184.089,5.20686,300,0,0,7685,0,0,0,0,0),(17117,2614,530,1,1,0,0,-776.235,2574.07,152.505,0.635575,300,0,0,7685,0,0,0,0,0),(17118,2614,530,1,1,0,0,-790.544,2655.04,184.705,4.88182,300,0,0,7685,0,0,0,0,0),(17119,2614,530,1,1,0,0,-776.479,2718.4,176.619,0.570156,300,0,0,7685,0,0,0,0,0),(17120,2614,530,1,1,0,0,-758.837,2649.03,167.426,0.146293,300,0,0,7685,0,0,0,0,0),(17121,2614,530,1,1,0,0,-808.73,2765.63,206.882,1.27442,300,0,0,7685,0,0,0,0,0),(17122,2614,530,1,1,0,0,-789.257,2738.45,206.671,0.345612,300,0,0,7685,0,0,0,0,0),(17123,2614,530,1,1,0,0,-747.311,2748.85,174.77,0.496312,300,0,0,7685,0,0,0,0,0),(17124,2614,530,1,1,0,0,-715.8,2710.57,137.026,5.88133,300,0,0,7685,0,0,0,0,0),(17125,2614,530,1,1,0,0,-714.449,2652.42,152.924,0.550874,300,0,0,7685,0,0,0,0,0),(17126,2614,530,1,1,0,0,-710.613,2756.56,143.74,0.614009,300,0,0,7685,0,0,0,0,0),(17127,2614,530,1,1,0,0,-761.175,2756.92,206.785,0.327314,300,0,0,7685,0,0,0,0,0),(17128,2614,530,1,1,0,0,-697.087,2739.31,143.154,0.776715,300,0,0,7685,0,0,0,0,0),(17129,2614,530,1,1,0,0,-696.456,2708.14,143.158,5.83075,300,0,0,7685,0,0,0,0,0),(17130,2614,530,1,1,0,0,-686.467,2662.15,151.976,0.711501,300,0,0,7685,0,0,0,0,0),(17131,2614,530,1,1,0,0,-672.995,2741.72,134.932,0.667267,300,0,0,7685,0,0,0,0,0),(17132,2614,530,1,1,0,0,-733.511,2614.9,150.691,0.65639,300,0,0,7685,0,0,0,0,0),(17133,2614,530,1,1,0,0,-780.226,2784.35,206.301,1.88088,300,0,0,7685,0,0,0,0,0),(17134,2614,530,1,1,0,0,-768.089,2617.43,184.828,4.83133,300,0,0,7685,0,0,0,0,0),(17135,2614,530,1,1,0,0,-694.963,2595.15,148.728,1.0102,300,0,0,7685,0,0,0,0,0),(17136,2614,530,1,1,0,0,-723.389,2562.29,149.269,1.01805,300,0,0,7685,0,0,0,0,0),(17137,2614,530,1,1,0,0,-641.481,2677.02,140.629,0.97725,300,0,0,7685,0,0,0,0,0),(17138,2614,530,1,1,0,0,-687.581,2790.04,157.242,0.526499,300,0,0,7685,0,0,0,0,0),(17139,2614,530,1,1,0,0,-638.345,2767.15,145.769,0.497441,300,0,0,7685,0,0,0,0,0),(17140,2614,530,1,1,0,0,-595.328,2735.58,145.944,0.98156,300,0,0,7685,0,0,0,0,0),(17141,2614,530,1,1,0,0,-610.073,2698.11,156.178,1.06662,300,0,0,7685,0,0,0,0,0),(17142,2614,530,1,1,0,0,-669.69,2574.38,145.937,6.15415,300,0,0,7685,0,0,0,0,0),(17143,2614,530,1,1,0,0,-625.626,2604.81,143.964,5.87152,300,0,0,7685,0,0,0,0,0),(17144,2614,530,1,1,0,0,-579.346,2633.43,144.662,5.61687,300,0,0,7685,0,0,0,0,0),(17145,2614,530,1,1,0,0,-572.22,2677.74,145.612,1.80626,300,0,0,7685,0,0,0,0,0),(17146,2614,530,1,1,0,0,200.015,4354.05,177.242,3.21809,300,0,0,7685,0,0,0,0,0),(17147,2614,530,1,1,0,0,199.817,4310.06,177.704,0.907571,300,0,0,7685,0,0,0,0,0),(17148,2614,530,1,1,0,0,1923.72,6836.59,210.005,5.8294,300,0,0,7685,0,0,0,0,0),(17149,2614,530,1,1,0,0,2066.81,6710.1,208.02,2.40855,300,0,0,7685,0,0,0,0,0),(17150,2614,530,1,1,0,0,2063.56,6772,237.057,6.02139,300,0,0,7685,0,0,0,0,0),(17151,2614,530,1,1,0,0,2099.96,6801.03,223.863,0.645772,300,0,0,7685,0,0,0,0,0),(17152,2614,530,1,1,0,0,2025.75,6800.15,223.74,3.28122,300,0,0,7685,0,0,0,0,0),(17153,2614,530,1,1,0,0,2062.76,6817.5,236.981,1.0472,300,0,0,7685,0,0,0,0,0),(17154,2614,530,1,1,0,0,1958.17,6896.25,211.643,4.17134,300,0,0,7685,0,0,0,0,0),(17155,2614,530,1,1,0,0,2036.69,6876.86,247.852,4.7822,300,0,0,7685,0,0,0,0,0),(17156,2614,530,1,1,0,0,2017.92,6879.16,255.663,5.88176,300,0,0,7685,0,0,0,0,0),(17157,2614,530,1,1,0,0,2100.88,6906.18,237.872,2.72271,300,0,0,7685,0,0,0,0,0),(17158,2614,530,1,1,0,0,2024.83,6896.75,273.465,0.226893,300,0,0,7685,0,0,0,0,0),(17159,2614,530,1,1,0,0,2078.97,6882.56,239.737,6.02139,300,0,0,7685,0,0,0,0,0),(17160,2614,530,1,1,0,0,1835.53,5545.41,322.799,3.21456,300,0,0,7685,0,0,0,0,0),(17161,2614,530,1,1,0,0,1890.47,5545.99,308.414,1.90648,300,0,0,7685,0,0,0,0,0),(17162,2614,530,1,1,0,0,1928.77,5571.23,299.351,5.10533,300,0,0,7685,0,0,0,0,0),(17163,2614,530,1,1,0,0,1917.34,5519.32,321.447,2.20466,300,0,0,7685,0,0,0,0,0),(17164,2614,530,1,1,0,0,1953.45,5537.38,330.17,4.45892,300,0,0,7685,0,0,0,0,0),(17165,2614,530,1,1,0,0,-3944.3,1995.48,148.21,3.83848,300,0,0,7685,0,0,0,0,0),(17166,2614,530,1,1,0,0,-3903.9,2157.82,152.772,4.09251,300,0,0,7685,0,0,0,0,0),(17167,2614,530,1,1,0,0,-3943.19,2064.49,157.052,1.88998,300,0,0,7685,0,0,0,0,0),(17168,2614,530,1,1,0,0,-3973.64,2088.24,171.376,0.241693,300,0,0,7685,0,0,0,0,0),(17169,2614,530,1,1,0,0,-3877.11,2118.59,154.124,3.49932,300,0,0,7685,0,0,0,0,0),(17170,2614,530,1,1,0,0,-3908.66,2185.63,159.192,4.64689,300,0,0,7685,0,0,0,0,0),(17171,2614,530,1,1,0,0,-3956.97,2237.82,162.015,0.779745,300,0,0,7685,0,0,0,0,0),(17172,2614,530,1,1,0,0,-4024.86,2217.85,170.319,0.638716,300,0,0,7685,0,0,0,0,0),(17173,2614,530,1,1,0,0,-4056.28,2186.21,169.997,6.13303,300,0,0,7685,0,0,0,0,0),(17174,2614,530,1,1,0,0,-4055.19,2246.82,177.868,0.274168,300,0,0,7685,0,0,0,0,0),(17175,2614,530,1,1,0,0,242.597,5938.95,110.556,1.55334,300,0,0,7685,0,0,0,0,0),(17176,2614,530,1,1,0,0,252.151,6017.67,74.479,5.09636,300,0,0,7685,0,0,0,0,0),(17177,2614,530,1,1,0,0,306.185,5970.16,77.737,0.789214,300,0,0,7685,0,0,0,0,0),(17178,2614,530,1,1,0,0,237.692,6102.14,188.377,4.99164,300,0,0,7685,0,0,0,0,0),(17179,2614,530,1,1,0,0,281.231,6118.58,180.399,2.54818,300,0,0,7685,0,0,0,0,0),(17180,2614,530,1,1,0,0,228.258,6059.06,192.078,3.08923,300,0,0,7685,0,0,0,0,0),(17181,2614,530,1,1,0,0,202.962,6067.11,208.487,0.521519,300,0,0,7685,0,0,0,0,0),(17182,2614,530,1,1,0,0,281.276,6094.28,210.157,0.476855,300,0,0,7685,0,0,0,0,0),(17183,2614,530,1,1,0,0,306.969,6041.61,191.592,3.87463,300,0,0,7685,0,0,0,0,0),(17184,2614,530,1,1,0,0,317.391,6112.87,189.255,4.41568,300,0,0,7685,0,0,0,0,0),(17185,2614,530,1,1,0,0,249.114,6010.04,182.419,4.45059,300,0,0,7685,0,0,0,0,0),(17186,2614,530,1,1,0,0,281.534,5997.2,199.797,5.13127,300,0,0,7685,0,0,0,0,0),(17187,2614,530,1,1,0,0,352.731,6048.29,187.845,5.16617,300,0,0,7685,0,0,0,0,0),(17188,2614,530,1,1,0,0,283.265,5954.89,209.908,5.58058,300,0,0,7685,0,0,0,0,0),(17189,2614,530,1,1,0,0,1049.34,7365.76,89.3591,5.67232,300,0,0,7685,0,0,0,0,0),(17190,2614,530,1,1,0,0,1009.23,7426.61,88.2794,5.49779,300,0,0,7685,0,0,0,0,0),(17191,2614,530,1,1,0,0,974.394,7422.64,85.4943,1.34356,300,0,0,7685,0,0,0,0,0),(17192,2614,530,1,1,0,0,1021.38,7310.59,103.456,1.47216,300,0,0,7685,0,0,0,0,0),(17193,2614,530,1,1,0,0,-2902.26,3956.28,56.196,3.61529,300,0,0,7685,0,0,0,0,0),(17194,2614,530,1,1,0,0,-2909.69,3905.94,53.9051,3.01909,300,0,0,7685,0,0,0,0,0),(17195,2614,530,1,1,0,0,-2912.49,4024.54,52.2087,0.399571,300,0,0,7685,0,0,0,0,0),(17196,2614,530,1,1,0,0,-2892.44,4000.03,55.1282,0.698373,300,0,0,7685,0,0,0,0,0),(17197,2614,530,1,1,0,0,-3002.83,3984.1,53.5598,6.08493,300,0,0,7685,0,0,0,0,0),(17198,2614,530,1,1,0,0,-2976.7,4027.53,48.2772,5.43562,300,0,0,7685,0,0,0,0,0),(17199,2614,530,1,1,0,0,-3009.94,3886.88,54.0724,3.01269,300,0,0,7685,0,0,0,0,0),(17200,2614,530,1,1,0,0,-3015.17,3839.48,73.2597,4.32079,300,0,0,7685,0,0,0,0,0),(17201,2614,530,1,1,0,0,-3020.79,3980.85,48.2492,6.24602,300,0,0,7685,0,0,0,0,0),(17202,2614,530,1,1,0,0,-2997.32,3971.48,91.602,6.12958,300,0,0,7685,0,0,0,0,0),(17203,2614,530,1,1,0,0,-3060.14,4017.06,57.1466,6.00071,300,0,0,7685,0,0,0,0,0),(17204,2614,530,1,1,0,0,-2980,4074.18,59.4723,1.2131,300,0,0,7685,0,0,0,0,0),(17205,2614,530,1,1,0,0,-3024.56,4043.32,57.3373,5.59811,300,0,0,7685,0,0,0,0,0),(17206,2614,530,1,1,0,0,-2946.41,4087.58,58.568,2.11193,300,0,0,7685,0,0,0,0,0),(17207,2614,530,1,1,0,0,-2560.78,7210.63,92.826,1.43817,300,0,0,7685,0,0,0,0,0),(17208,2614,530,1,1,0,0,-2678.55,7190.99,93.0725,0.244346,300,0,0,7685,0,0,0,0,0),(17209,2614,530,1,1,0,0,-2763.21,7320.41,128.707,5.51524,300,0,0,7685,0,0,0,0,0),(17210,2614,530,1,1,0,0,-2635.37,7294.26,97.3601,2.87979,300,0,0,7685,0,0,0,0,0),(17211,2614,530,1,1,0,0,-2623.18,7374.79,93.6923,3.01695,300,0,0,7685,0,0,0,0,0),(17212,2614,530,1,1,0,0,-2562.79,7297.8,82.4528,2.09439,300,0,0,7685,0,0,0,0,0),(17213,2614,530,1,1,0,0,-2521.26,7259.47,70.9437,4.66881,300,0,0,7685,0,0,0,0,0),(17214,2614,530,1,1,0,0,-2565.8,7364.99,69.6568,4.66215,300,0,0,7685,0,0,0,0,0),(17215,2614,530,1,1,0,0,-2523.14,7358.04,67.2492,3.04732,300,0,0,7685,0,0,0,0,0),(17216,2615,530,1,1,0,0,175.717,2582.29,143.58,5.26599,300,0,0,7685,0,0,0,0,0),(17217,2615,530,1,1,0,0,220.207,2590.95,148.169,2.60587,300,0,0,7685,0,0,0,0,0),(17218,2615,530,1,1,0,0,242.428,2660.11,145.076,3.13601,300,0,0,7685,0,0,0,0,0),(17219,2615,530,1,1,0,0,231.933,2728.2,146.122,3.40962,300,0,0,7685,0,0,0,0,0),(17220,2615,530,1,1,0,0,273.086,2702.24,145.581,1.31889,300,0,0,7685,0,0,0,0,0),(17221,2615,530,1,1,0,0,175.677,2742.48,150.566,3.76274,300,0,0,7685,0,0,0,0,0),(17222,2615,530,1,1,0,0,206.633,2692.8,146.27,5.41641,300,0,0,7685,0,0,0,0,0),(17223,2615,530,1,1,0,0,165.416,2679.42,127.116,3.31613,300,0,0,7685,0,0,0,0,0),(17224,2615,530,1,1,0,0,162.617,2798.01,157.614,2.45644,300,0,0,7685,0,0,0,0,0),(17225,2615,530,1,1,0,0,174.451,2632.11,146.983,2.74666,300,0,0,7685,0,0,0,0,0),(17226,2615,530,1,1,0,0,57.8527,2742.39,127.284,5.43574,300,0,0,7685,0,0,0,0,0),(17227,2615,530,1,1,0,0,49.7441,2732.28,127.12,5.56296,300,0,0,7685,0,0,0,0,0),(17228,2615,530,1,1,0,0,-593.43,4078.41,181.734,0.886031,300,0,0,7685,0,0,0,0,0),(17229,2615,530,1,1,0,0,2327.74,6073.73,191.763,0.820106,300,0,0,7685,0,0,0,0,0),(17230,2615,530,1,1,0,0,2436.2,6092.03,207.486,1.23527,300,0,0,7685,0,0,0,0,0),(17231,2615,530,1,1,0,0,2385.14,5957.78,215.76,6.06417,300,0,0,7685,0,0,0,0,0),(17232,2615,530,1,1,0,0,2421.57,5961.94,215.76,6.04487,300,0,0,7685,0,0,0,0,0),(17233,2615,530,1,1,0,0,2383.21,5928.86,215.76,1.13596,300,0,0,7685,0,0,0,0,0),(17234,2615,530,1,1,0,0,2426.07,5925.07,215.76,0.088927,300,0,0,7685,0,0,0,0,0),(17235,2615,530,1,1,0,0,2492.92,5968.36,214.882,5.68687,300,0,0,7685,0,0,0,0,0),(17236,2615,530,1,1,0,0,2282.89,5945.33,192.721,1.11701,300,0,0,7685,0,0,0,0,0),(17237,2615,530,1,1,0,0,2264.98,6003.74,206.441,5.98234,300,0,0,7685,0,0,0,0,0),(17238,2615,530,1,1,0,0,-2916,2659,154,3,300,0,0,7685,0,0,0,0,0),(17239,2615,530,1,1,0,0,-3021,2626,124,3,300,0,0,7685,0,0,0,0,0),(17240,2615,530,1,1,0,0,-3005,2640,125,1,300,0,0,7685,0,0,0,0,0),(17241,2615,530,1,1,0,0,-3094,2595,107,1,300,0,0,7685,0,0,0,0,0),(17242,2615,530,1,1,0,0,-3089.79,2516.04,127.644,2.96943,300,0,0,7685,0,0,0,0,0),(17243,2615,530,1,1,0,0,112.733,5235.92,68.6299,6.07874,300,0,0,7685,0,0,0,0,0),(17244,2615,530,1,1,0,0,105.444,5206.8,81.8012,1.34117,300,0,0,7685,0,0,0,0,0),(17245,2615,530,1,1,0,0,132.889,5139.28,85.1885,0.032098,300,0,0,7685,0,0,0,0,0),(17246,2615,530,1,1,0,0,105.509,5177.62,82.1325,5.89631,300,0,0,7685,0,0,0,0,0),(17247,2615,530,1,1,0,0,254.454,7790.54,83.3997,3.76991,300,0,0,7685,0,0,0,0,0),(17248,2615,530,1,1,0,0,236.742,7837.77,83.7543,2.05949,300,0,0,7685,0,0,0,0,0),(17249,2615,530,1,1,0,0,263.84,7847.25,84.0231,1.78024,300,0,0,7685,0,0,0,0,0),(17250,2615,530,1,1,0,0,294.597,7850.74,82.522,1.3439,300,0,0,7685,0,0,0,0,0),(17251,2615,530,1,1,0,0,172.291,7856.55,77.5431,4.10152,300,0,0,7685,0,0,0,0,0),(17252,2615,530,1,1,0,0,263.233,7884.71,81.9098,0.994838,300,0,0,7685,0,0,0,0,0),(17253,2615,530,1,1,0,0,222.793,7900.79,77.6636,1.11701,300,0,0,7685,0,0,0,0,0),(17254,2615,530,1,1,0,0,292.212,7908.89,80.3782,0.907571,300,0,0,7685,0,0,0,0,0),(17255,2615,530,1,1,0,0,293.21,7950.32,81.4198,5.95157,300,0,0,7685,0,0,0,0,0),(17256,2615,530,1,1,0,0,190.43,7958.67,83.5362,2.79253,300,0,0,7685,0,0,0,0,0),(17257,2615,530,1,1,0,0,356.766,7851.77,82.3196,1.79769,300,0,0,7685,0,0,0,0,0),(17258,2615,530,1,1,0,0,-2582.18,4322.6,92.4769,0.950074,300,0,0,7685,0,0,0,0,0),(17259,2615,530,1,1,0,0,-2551.52,4347.2,73.8249,2.52413,300,0,0,7685,0,0,0,0,0),(17260,2615,530,1,1,0,0,-2555.44,4395.77,100.29,1.74522,300,0,0,7685,0,0,0,0,0),(17261,2615,530,1,1,0,0,-2667.55,4381.95,86.7186,2.31958,300,0,0,7685,0,0,0,0,0),(17262,2615,530,1,1,0,0,-2623.69,4435.32,100.056,4.54866,300,0,0,7685,0,0,0,0,0),(17263,2615,530,1,1,0,0,-2625.49,4408.14,77.9162,2.72277,300,0,0,7685,0,0,0,0,0),(17264,2615,530,1,1,0,0,-2594.23,4457.58,100.056,5.68144,300,0,0,7685,0,0,0,0,0),(17265,2615,530,1,1,0,0,-2682.51,4439.58,98.7105,2.58034,300,0,0,7685,0,0,0,0,0),(17266,2615,530,1,1,0,0,-2615.97,4486.83,100.056,5.51587,300,0,0,7685,0,0,0,0,0),(17267,2615,530,1,1,0,0,-2645.91,4464.38,100.056,2.34799,300,0,0,7685,0,0,0,0,0),(17268,2615,530,1,1,0,0,-1211.8,7180.73,120.283,3.99521,300,0,0,7685,0,0,0,0,0),(17269,2615,530,1,1,0,0,-1203.53,7144.56,120.283,2.78824,300,0,0,7685,0,0,0,0,0),(17270,2615,530,1,1,0,0,-1255.97,7042.39,86.403,5.5865,300,0,0,7685,0,0,0,0,0),(17271,2615,530,1,1,0,0,-1239.35,7136.66,120.283,2.66919,300,0,0,7685,0,0,0,0,0),(17272,2615,530,1,1,0,0,-1247.11,7172.16,120.283,2.90865,300,0,0,7685,0,0,0,0,0),(17273,2615,530,1,1,0,0,-1270.4,7080.36,99.164,2.97983,300,0,0,7685,0,0,0,0,0),(17274,2615,530,1,1,0,0,-1339.05,7004.15,101.403,4.48821,300,0,0,7685,0,0,0,0,0),(17275,2615,530,1,1,0,0,-1266.26,6963.27,102.027,0.707633,300,0,0,7685,0,0,0,0,0),(17276,2615,530,1,1,0,0,-1418.82,7270.5,86.2286,3.7852,300,0,0,7685,0,0,0,0,0),(17277,2615,530,1,1,0,0,-1240.01,7249.28,100.253,5.15002,300,0,0,7685,0,0,0,0,0),(17278,2615,530,1,1,0,0,-1340.95,7353.25,84.5291,0.484833,300,0,0,7685,0,0,0,0,0),(17279,2615,530,1,1,0,0,-1249.16,7375.79,97.8997,6.16165,300,0,0,7685,0,0,0,0,0),(17280,2615,530,1,1,0,0,-1287.89,7395.8,91.2112,5.72506,300,0,0,7685,0,0,0,0,0),(17281,2615,530,1,1,0,0,-1174.58,7351.25,97.6069,5.30215,300,0,0,7685,0,0,0,0,0),(17282,2615,530,1,1,0,0,-1165.59,7268.11,103.369,4.47794,300,0,0,7685,0,0,0,0,0),(17283,2615,530,1,1,0,0,-1483.92,7135.43,104.801,5.50614,300,0,0,7685,0,0,0,0,0),(9209,1181,0,1,1,1045,1,-5049.74,-4050.34,306.859,6.09468,300,5,0,377,408,1,0,0,0),(9208,1178,0,1,1,1122,1,-5082.26,-4080.96,311.608,1.07957,300,10,0,417,0,1,0,0,0),(9207,1184,0,1,1,827,0,-5451.61,-3854.4,324.354,4.83577,300,10,0,273,0,1,0,0,0),(9206,14267,0,1,1,3189,1,-4964.14,-3915.31,304.241,2.87157,43200,0,0,1347,0,2,0,0,0),(9205,7170,0,1,1,3443,1,-5718.85,-3519.08,302.758,3.73505,600,0,0,1563,0,2,0,0,0),(9204,2477,0,1,1,3443,1,-5717.65,-3523.15,303.383,4.44362,600,0,0,1347,0,2,0,0,0),(9203,2478,0,1,1,3442,1,-5721.18,-3523.37,302.885,4.21382,600,0,0,1452,0,2,0,0,0),(9202,2476,0,1,1,831,0,-5058.99,-3618.54,301.828,3.93826,18000,20,0,573,0,1,0,0,0),(9201,1191,0,1,1,3027,0,-5693.98,-3655.5,312.163,1.36831,300,10,0,300,0,1,0,0,0),(9200,1184,0,1,1,827,0,-5699.12,-3555.08,306.413,6.2659,300,10,0,273,0,1,0,0,0),(9199,1184,0,1,1,827,0,-5819.36,-3272.03,296.655,2.13768,300,10,0,273,0,1,0,0,0),(9198,1191,0,1,1,3027,0,-5748.91,-3347.13,301.441,3.73397,300,10,0,300,0,1,0,0,0),(9197,1191,0,1,1,3027,0,-5504.3,-3146.72,344.428,3.54059,300,10,0,300,0,1,0,0,0),(9196,1191,0,1,1,3027,0,-5709.46,-3251.34,313.201,3.39905,300,10,0,300,0,1,0,0,0),(9195,1191,0,1,1,3027,0,-5657.6,-3552.43,302.41,5.73908,300,5,0,300,0,1,0,0,0),(9194,1188,0,1,1,762,0,-5659.83,-3183.49,319.929,3.34818,300,10,0,328,0,1,0,0,0),(9193,1184,0,1,1,827,0,-5686.63,-3567.92,309.079,3.63464,300,10,0,273,0,1,0,0,0),(9192,1425,0,1,1,774,1,-4985.45,-2947.45,315.513,5.03197,9200,0,0,301,326,0,0,0,0),(9191,1195,0,1,1,827,0,-5484.46,-2940.26,354.283,1.60505,300,10,0,198,0,1,0,0,0),(9190,1195,0,1,1,827,0,-5050.53,-2851.5,329.115,0.411764,300,5,0,198,0,1,0,0,0),(9189,1190,0,1,1,704,0,-5090.96,-2797.15,324.876,3.46582,300,10,0,198,0,1,0,0,0),(9188,1188,0,1,1,762,0,-5273.82,-3819.43,325.844,2.41964,300,10,0,328,0,1,0,0,0),(9187,1188,0,1,1,762,0,-5358.32,-3808.45,317.737,1.4723,300,10,0,328,0,1,0,0,0),(9186,1184,0,1,1,827,0,-5511.81,-3717.62,307.966,0.777457,300,10,0,273,0,1,0,0,0),(1276,1550,0,1,1,8802,0,-13293.7,-381.127,12.6723,3.48467,300,5,0,1902,0,1,0,0,0),(1275,691,0,1,1,5561,0,-12122.2,814.553,2.44354,5.78316,300,5,0,1469,0,1,0,0,0),(1274,691,0,1,1,5561,0,-12122.2,852.726,15.0503,2.03978,300,5,0,1469,0,1,0,0,0),(1273,1550,0,1,1,8802,0,-13322.5,-355.86,14.0508,0.167439,300,10,0,1902,0,1,0,0,0),(1272,1550,0,1,1,8802,0,-13240.1,-357.62,11.9031,3.96708,300,3,0,1902,0,1,0,0,0),(1271,691,0,1,1,5561,0,-12153.3,806.859,9.7844,4.89392,300,5,0,1469,0,1,0,0,0),(1270,1550,0,1,1,8802,0,-13172.5,-285.998,6.82382,4.69582,300,3,0,1902,0,1,0,0,0),(1269,691,0,1,1,5561,0,-12152.6,783.397,2.39809,3.78705,300,5,0,1469,0,1,0,0,0),(1268,696,0,1,1,4622,1,-12885.9,-713.052,53.5324,2.23654,300,5,0,1678,0,1,0,0,0),(1267,1152,0,1,1,833,0,-12525.2,-277.466,14.0303,2.90869,300,5,0,1403,0,1,0,0,0),(1266,1152,0,1,1,833,0,-12231.6,-294.633,15.0018,0.2021,300,5,0,1403,0,1,0,0,0),(9185,1195,0,1,1,827,0,-5420,-2818.2,356.917,1.88823,300,5,0,198,0,1,0,0,0),(9184,1162,0,1,1,764,1,-5579.5,-2778.03,368.657,4.26797,300,3,0,222,0,1,0,0,0),(9183,1412,0,1,1,134,0,-5919.09,-2545.42,306.623,0.765955,300,10,0,8,0,1,0,0,0),(9182,1412,0,1,1,134,0,-5342.69,-2948.52,323.634,2.31135,300,10,0,8,0,1,0,0,0),(9181,1184,0,1,1,827,0,-5844.42,-3387.75,304.417,4.45367,300,10,0,273,0,1,0,0,0),(9180,1190,0,1,1,704,0,-4977.61,-2758.9,322.034,1.708,300,5,0,198,0,1,0,0,0),(9179,1190,0,1,1,704,0,-5206.86,-2745.32,339.354,6.09844,300,10,0,198,0,1,0,0,0),(9178,1399,0,1,1,160,0,-5708.75,-3927.99,347.076,0.942478,9200,0,0,473,1020,0,0,0,0),(9177,1161,0,1,1,763,1,-5876.25,-2840.54,367.971,5.77704,300,0,0,222,0,0,0,0,0),(9176,1161,0,1,1,763,1,-5880.33,-2863.61,366.158,5.75959,300,0,0,222,0,0,0,0,0),(9175,1161,0,1,1,763,1,-5849.42,-2844.52,365.469,4.11898,300,0,0,222,0,0,0,0,0),(9174,1161,0,1,1,763,1,-5907.1,-2864.25,372.416,1.49091,300,0,0,222,0,0,0,0,0),(9173,1161,0,1,1,763,1,-5920.19,-2878.36,369.614,2.32422,300,10,0,222,0,1,0,0,0),(9172,1162,0,1,1,764,1,-5897.72,-2867.98,368.859,1.0765,300,0,0,222,0,0,0,0,0),(9171,1161,0,1,1,763,1,-5855.08,-2843.59,365.589,5.18363,300,0,0,222,0,0,0,0,0),(9170,1162,0,1,1,764,1,-5807.29,-2849.22,365.768,2.98941,300,10,0,222,0,1,0,0,0),(9169,1162,0,1,1,764,1,-5871.43,-2836.29,368.087,5.46288,300,0,0,222,0,0,0,0,0),(9168,1161,0,1,1,763,1,-5870.22,-2847.22,366.309,5.77156,300,3,0,222,0,1,0,0,0),(9167,1161,0,1,1,763,1,-5894.53,-2860.85,370.504,4.54692,300,0,0,222,0,0,0,0,0),(9166,1161,0,1,1,763,1,-5873.54,-2866.63,366.818,3.14159,300,0,0,222,0,0,0,0,0),(9165,1166,0,1,1,764,1,-5975.48,-2794.96,383.067,4.24115,300,0,0,253,264,0,0,0,0),(9164,1163,0,1,1,160,1,-6049.89,-2791.67,406.34,3.63867,300,3,0,273,0,1,0,0,0),(9163,1163,0,1,1,160,1,-5981.69,-2794.35,383.541,5.58505,300,0,0,273,0,0,0,0,0),(9162,1166,0,1,1,764,1,-6027.34,-2779.61,405.579,2.01622,300,3,0,253,264,1,0,0,0),(32490,3924,1,1,1,6801,1,3184.93,-235.566,116.736,2.25479,300,15,0,544,581,1,0,0,0),(32489,3924,1,1,1,6801,1,3416.19,-379.263,137.393,0.326103,300,15,0,544,581,1,0,0,0),(32488,3924,1,1,1,6801,1,3310.76,-484.874,154.502,4.95117,300,15,0,544,581,1,0,0,0),(32487,3924,1,1,1,6801,1,3413.61,-317.513,134.369,4.74713,300,3,0,544,581,1,0,0,0),(32486,3924,1,1,1,6801,1,3153.75,-121.074,101.13,4.78297,300,0,0,544,581,0,0,0,0),(32485,3924,1,1,1,6801,1,3176.41,-151.188,104.862,4.19543,300,0,0,544,581,0,0,0,0),(32484,3924,1,1,1,6801,1,3029.69,-178.646,103.53,6.13818,300,5,0,544,581,1,0,0,0),(32483,3924,1,1,1,6801,1,3444.51,-381.19,136.041,0.101193,300,0,0,544,581,0,0,0,0),(32482,3924,1,1,1,6801,1,3452.82,-366.229,135.095,3.08923,300,0,0,544,581,0,0,0,0),(32481,3924,1,1,1,6801,1,3357.88,-486.252,154.301,1.50098,300,0,0,544,581,0,0,0,0),(32480,3924,1,1,1,6801,1,3332.08,-480.445,155.226,0.723862,300,0,0,544,581,0,0,0,0),(32479,3924,1,1,1,6801,1,3312.33,-521.123,159.271,2.8657,300,5,0,544,581,1,0,0,0),(32478,3924,1,1,1,6801,1,3253.07,-358.985,155.12,5.79449,300,0,0,544,581,0,0,0,0),(32477,3924,1,1,1,6801,1,3275.57,-592.588,158.065,1.8675,300,0,0,544,581,0,0,0,0),(32476,3924,1,1,1,6801,1,3272.98,-580.01,157.171,3.47021,300,0,0,544,581,0,0,0,0),(32475,3924,1,1,1,6801,1,3256.92,-586.052,157.987,6.04104,300,0,0,544,581,0,0,0,0),(32474,3924,1,1,1,6801,1,3264.61,-370.071,153.161,2.16067,300,5,0,544,581,1,0,0,0),(32473,3924,1,1,1,6801,1,3251.47,-384.069,153.286,4.20753,300,5,0,544,581,1,0,0,0),(32472,3923,1,1,1,936,0,3426.66,-693.691,175.482,2.93388,300,0,0,617,0,0,0,0,0),(32471,3923,1,1,1,936,0,3379.48,-701.013,170.098,2.38738,300,0,0,617,0,0,0,0,0),(31376,4379,1,1,1,2541,0,-2820.95,-2656.41,33.1961,5.9684,360,0,0,1469,0,0,0,0,0),(32470,3923,1,1,1,936,0,3453.26,-662.27,178.35,1.15746,300,0,0,617,0,0,0,0,0),(32469,3923,1,1,1,936,0,3356.99,-647.597,177.681,1.05137,300,0,0,617,0,0,0,0,0),(32468,3923,1,1,1,936,0,3308.63,-687.983,162.042,1.92384,300,0,0,617,0,0,0,0,0),(32467,3922,1,1,1,6803,0,3374.74,-770.553,168.771,5.99063,300,0,0,544,581,0,0,0,0),(32466,3922,1,1,1,6803,0,3347.54,-768.721,168.208,5.46288,300,0,0,544,581,0,0,0,0),(32465,3922,1,1,1,6803,0,3377.33,-737.977,167.42,5.11424,300,0,0,544,581,0,0,0,0),(32464,3922,1,1,1,6803,0,3398.27,-666.816,176.592,1.29007,300,5,0,544,581,1,0,0,0),(32463,3922,1,1,1,6803,0,3411.02,-657.513,176.18,6.07208,300,5,0,544,581,1,0,0,0),(32462,3922,1,1,1,6803,0,3447.31,-648.618,177.241,6.27884,300,0,0,544,581,0,0,0,0),(32461,3922,1,1,1,6803,0,3425.04,-596.445,178.331,3.23714,300,5,0,544,581,1,0,0,0),(32460,3922,1,1,1,6803,0,3393.95,-588.298,188.963,0.334177,300,0,0,544,581,0,0,0,0),(32459,3922,1,1,1,6803,0,3510.46,-490.933,187.396,2.93257,300,0,0,544,581,0,0,0,0),(32458,3922,1,1,1,6803,0,3419.4,-616.579,183.531,0.926689,300,0,0,544,581,0,0,0,0),(32457,3922,1,1,1,6803,0,3447.23,-598.323,174.421,0.491643,300,0,0,544,581,2,0,0,0),(32456,3922,1,1,1,6803,0,3442.84,-683.376,176.028,4.37637,300,0,0,544,581,0,0,0,0),(32455,3922,1,1,1,6803,0,3466.46,-630.166,184.081,4.41935,300,0,0,544,581,0,0,0,0),(32454,3922,1,1,1,6803,0,3336.14,-667.885,162.76,5.29892,300,5,0,544,581,1,0,0,0),(32453,3922,1,1,1,6803,0,3353.76,-740.678,163.474,3.18135,300,0,0,544,581,0,0,0,0),(32452,3922,1,1,1,6803,0,3323.1,-738.043,165.477,2.66464,300,0,0,544,581,0,0,0,0),(32451,6738,1,1,1,5442,0,2781.16,-432.997,116.665,2.58309,300,0,0,1003,0,0,0,0,0),(32450,3921,1,1,1,1999,1,3360.99,-754.439,164.295,1.56181,300,0,0,617,0,0,0,0,0),(32449,3921,1,1,1,1999,1,3409.44,-704.162,174.296,3.98015,300,0,0,617,0,0,0,0,0),(32448,3921,1,1,1,1999,1,3388.2,-602.106,189.134,3.47016,300,0,0,617,0,0,0,0,0),(32447,3921,1,1,1,1999,1,3358.81,-611.041,179.545,5.61543,300,0,0,617,0,0,0,0,0),(32446,3921,1,1,1,1999,1,3384.45,-626.156,179.497,4.80984,300,0,0,617,0,0,0,0,0),(32445,3921,1,1,1,1999,1,3463.83,-583.105,174.247,1.27507,300,0,0,617,0,0,0,0,0),(32444,3921,1,1,1,1999,1,3496.6,-560.53,182.05,2.783,300,0,0,617,0,2,0,0,0),(32443,3921,1,1,1,1999,1,3490.17,-503.22,187.086,1.0472,300,0,0,617,0,0,0,0,0),(32442,3921,1,1,1,1999,1,3439.42,-656.246,176.014,2.16014,300,0,0,617,0,0,0,0,0),(32441,3921,1,1,1,1999,1,3366.47,-676.18,161.292,0.942478,300,0,0,617,0,0,0,0,0),(32440,3921,1,1,1,1999,1,3436.98,-630.226,168.625,1.55334,300,0,0,617,0,0,0,0,0),(32439,3664,1,1,1,2532,1,2340.17,242.212,154.548,0.750492,300,0,0,792,2318,0,0,0,0),(32438,3920,1,1,1,12064,0,2950.1,-2816.79,212.652,1.79769,300,0,0,713,0,0,0,0,0),(32437,3919,1,1,1,9593,0,3327.83,-1457.55,186.294,6.10865,300,0,0,787,0,0,0,0,0),(32436,3919,1,1,1,9593,0,3349.31,-1453.99,167.086,2.04668,300,5,0,787,0,1,0,0,0),(32435,3919,1,1,1,9593,0,3363.18,-1441.81,174.624,4.45059,300,0,0,787,0,0,0,0,0),(32434,3919,1,1,1,9593,0,3067.87,-1627.46,182.972,2.05541,300,15,0,787,0,1,0,0,0),(32433,3919,1,1,1,9593,0,3399.78,-1475.61,167.749,0.176709,300,5,0,787,0,1,0,0,0),(32432,3919,1,1,1,9593,0,3377.05,-1654.76,168.711,4.14716,300,15,0,787,0,1,0,0,0),(32431,3663,1,1,1,2531,1,3185.46,189.38,4.7517,0.471239,300,0,0,449,0,0,0,0,0),(32430,3919,1,1,1,9593,0,3056.34,-1721.4,170.112,0.319898,300,5,0,787,0,1,0,0,0),(32429,8015,1,1,1,4843,1,2368.04,-1705.59,152.941,1.41372,300,0,0,3048,0,0,0,0,0),(32428,8015,1,1,1,4842,1,2400.8,-1720.88,197.143,1.90241,300,0,0,3048,0,0,0,0,0),(32427,8015,1,1,1,4843,1,2408.56,-1704.61,153.353,1.43117,300,0,0,3048,0,0,0,0,0),(32426,8015,1,1,1,4843,1,2408.29,-1725.96,197.143,6.26573,300,0,0,3048,0,0,0,0,0),(32425,8015,1,1,1,4841,1,2402.83,-1731.14,159.618,1.64061,300,0,0,3048,0,0,0,0,0),(17511,2620,530,1,1,0,0,-1568.58,6293.11,47.126,0.265105,300,5,0,8,0,1,0,0,0),(17512,2620,530,1,1,0,0,-2130.61,6298.57,54.4455,2.37071,300,5,0,8,0,1,0,0,0),(17513,2620,530,1,1,0,0,-2239.97,6337.72,39.5726,4.63419,300,5,0,8,0,1,0,0,0),(17514,2620,530,1,1,0,0,-2758.16,6927.86,-11.6441,2.41982,300,5,0,8,0,1,0,0,0),(17515,2620,530,1,1,0,0,-2545.7,7672.74,-20.9654,5.36975,300,5,0,8,0,1,0,0,0),(17516,2620,530,1,1,0,0,-2754.41,7706.61,-16.6344,1.40998,300,5,0,8,0,1,0,0,0),(17517,2620,530,1,1,0,0,-2556.54,7806.49,-43.7049,3.83708,300,5,0,8,0,1,0,0,0),(17518,2620,530,1,1,0,0,-2406.97,7748.13,-25.6345,3.38041,300,5,0,8,0,1,0,0,0),(17519,2620,530,1,1,0,0,-2287.6,7804.96,-24.9069,2.63952,300,5,0,8,0,1,0,0,0),(17520,2620,530,1,1,0,0,-2473.05,8049.62,-45.102,3.38073,300,5,0,8,0,1,0,0,0),(17521,2620,530,1,1,0,0,-2647.94,8080.5,-45.8018,5.50953,300,5,0,8,0,1,0,0,0),(17522,2620,530,1,1,0,0,-2644.74,8014.05,-47.0532,4.1914,300,5,0,8,0,1,0,0,0),(17523,2620,530,1,1,0,0,-2866.57,8308.04,-32.982,2.58175,300,5,0,8,0,1,0,0,0),(17524,2620,530,1,1,0,0,-2193.21,7996.19,-17.8468,5.23358,300,5,0,8,0,1,0,0,0),(17525,2620,530,1,1,0,0,-2349.85,8256.63,-38.5174,2.98902,300,5,0,8,0,1,0,0,0),(17526,2620,530,1,1,0,0,-2285.4,8283.68,-33.046,1.17728,300,5,0,8,0,1,0,0,0),(17527,2620,530,1,1,0,0,-2818.42,8385.59,-33.1747,5.49434,300,5,0,8,0,1,0,0,0),(17528,2620,530,1,1,0,0,-2359.62,8507.29,-30.1751,2.96437,300,5,0,8,0,1,0,0,0),(17529,2620,530,1,1,0,0,-2316.7,8682.78,-10.0024,1.55012,300,5,0,8,0,1,0,0,0),(17530,2620,530,1,1,0,0,-1981.26,7882.53,-30.6158,1.27217,300,5,0,8,0,1,0,0,0),(17531,2620,530,1,1,0,0,-2280.41,7582.17,-9.52257,3.1741,300,5,0,8,0,1,0,0,0),(17532,2620,530,1,1,0,0,-1913.68,7163.87,-94.3559,1.07556,300,5,0,8,0,1,0,0,0),(17533,2620,530,1,1,0,0,-2236.19,6915.57,-5.12321,3.20608,300,5,0,8,0,1,0,0,0),(17534,2620,530,1,1,0,0,-1988.34,6978.03,-89.6883,3.27457,300,5,0,8,0,1,0,0,0),(17535,2620,530,1,1,0,0,-1783.74,6625.7,-7.2952,4.49613,300,5,0,8,0,1,0,0,0),(17536,2620,530,1,1,0,0,-1407.33,6559.96,34.3265,5.7364,300,5,0,8,0,1,0,0,0),(17537,2620,530,1,1,0,0,-1298.61,6787.63,36.5121,0.457529,300,5,0,8,0,1,0,0,0),(17538,2620,530,1,1,0,0,-1417.24,6949.85,11.2303,1.72052,300,5,0,8,0,1,0,0,0),(17539,2620,530,1,1,0,0,-1384.37,8382.32,-5.59603,5.96167,300,5,0,8,0,1,0,0,0),(17540,2620,530,1,1,0,0,-742.365,8254.36,43.0791,5.35296,300,5,0,8,0,1,0,0,0),(17541,2620,530,1,1,0,0,-762.699,8094.78,50.9307,3.70765,300,5,0,8,0,1,0,0,0),(17542,2620,530,1,1,0,0,-842.084,8056.03,39.2264,5.49226,300,5,0,8,0,1,0,0,0),(17543,2620,530,1,1,0,0,-1101.3,7378.23,34.6926,3.41122,300,5,0,8,0,1,0,0,0),(17544,2620,530,1,1,0,0,-1130.56,8489.3,30.1958,2.04581,300,5,0,8,0,1,0,0,0),(17545,2620,530,1,1,0,0,-977.975,8478.74,43.5197,0.03124,300,5,0,8,0,1,0,0,0),(17546,2620,530,1,1,0,0,-1211.38,8720.87,38.2871,0.804733,300,5,0,8,0,1,0,0,0),(17547,2620,530,1,1,0,0,-1477.77,8764.14,29.4591,4.6831,300,5,0,8,0,1,0,0,0),(17548,2620,530,1,1,0,0,-1962.53,8877.39,32.9775,0.11152,300,5,0,8,0,1,0,0,0),(9161,1166,0,1,1,764,1,-5986.07,-2809.8,382.277,4.14692,300,5,0,253,264,1,0,0,0),(9160,1186,0,1,1,707,0,-5857.61,-3082,327.758,5.33673,300,10,0,266,0,1,0,0,0),(9159,1172,0,1,1,10913,1,-5312.15,-2774.34,350.108,0.515563,300,5,0,198,0,1,0,0,0),(9158,1190,0,1,1,704,0,-4881.68,-2663.33,334.605,5.87111,300,5,0,198,0,1,0,0,0),(9157,1412,0,1,1,134,0,-5877.24,-2605.28,313.543,5.97048,300,10,0,8,0,1,0,0,0),(9156,1177,0,1,1,2299,1,-4980.77,-2943.54,316.165,4.11357,300,3,0,300,0,1,0,0,0),(9155,1174,0,1,1,163,1,-4959.42,-3003,318.647,2.50504,300,3,0,219,537,1,0,0,0),(1265,709,0,1,1,655,1,-12246.9,-739.773,14.9438,1.02937,1800,5,0,1823,0,1,0,0,0),(1264,669,0,1,1,4628,1,-13000.7,-713.202,54.8471,0.537549,300,0,0,1902,0,0,0,0,0),(1263,660,0,1,1,4581,1,-11684.9,952.836,3.87334,5.09636,300,0,0,1257,1142,0,0,0,0),(15584,2244,0,1,1,3621,1,-465.853,-1603.3,65.3736,3.79238,300,3,0,441,1272,1,0,0,0),(15583,2261,0,1,1,3623,1,-472.429,-1615.54,64.9409,0.328449,300,3,0,494,0,1,0,0,0),(1262,597,0,1,1,4579,1,-11682.4,945.556,3.97525,1.72788,300,0,0,1469,0,0,0,0,0),(1261,702,0,1,1,4571,1,-11655.2,216.468,40.3143,0,300,5,0,1221,0,1,0,0,0),(1260,684,0,1,1,633,0,-12282.8,-720.313,17.0055,1.18738,300,5,0,1536,0,1,0,0,0),(1259,671,0,1,1,4580,1,-11665.2,941.734,3.59957,3.41787,300,3,0,1469,0,1,0,0,0),(1258,660,0,1,1,4581,1,-11676.6,938.7,4.25035,5.92378,300,3,0,1257,1142,1,0,0,0),(1257,660,0,1,1,4581,1,-11670.5,928.085,2.96055,4.78662,300,3,0,1257,1142,1,0,0,0),(1256,597,0,1,1,4579,1,-11673.8,951.461,3.87535,3.26584,300,3,0,1469,0,1,0,0,0),(9154,1177,0,1,1,2299,1,-4970.86,-2956.68,315.758,3.11552,300,5,0,300,0,1,0,0,0),(9153,1177,0,1,1,2299,1,-4987.96,-2959.71,315.753,5.6414,300,3,0,300,0,1,0,0,0),(9152,1173,0,1,1,365,1,-4824.12,-3002.2,317.248,1.74943,300,3,0,198,0,1,0,0,0),(9151,1174,0,1,1,163,1,-5001.08,-2974.44,314.262,5.41805,300,3,0,219,537,1,0,0,0),(9150,1175,0,1,1,373,1,-4968.1,-2998.11,317.135,0.471108,300,3,0,247,0,1,0,0,0),(9149,1175,0,1,1,373,1,-4985.5,-2986.5,314.815,3.17603,300,3,0,247,0,1,0,0,0),(9148,1190,0,1,1,704,0,-5102.77,-2913.51,326.845,5.99128,300,10,0,198,0,1,0,0,0),(9147,1174,0,1,1,163,1,-4950.03,-3004.33,318.998,0.882561,300,3,0,219,537,1,0,0,0),(9146,1412,0,1,1,134,0,-4978.62,-2678.24,325.06,3.76674,300,10,0,8,0,1,0,0,0),(9145,1195,0,1,1,827,0,-5442.9,-2788.44,363.531,6.10071,300,10,0,198,0,1,0,0,0),(9144,1186,0,1,1,707,0,-5478.31,-2837.02,354.127,3.83315,300,5,0,266,0,1,0,0,0),(9143,1162,0,1,1,764,1,-5957.1,-2892.18,370.762,5.3058,300,0,0,222,0,0,0,0,0),(9142,1161,0,1,1,763,1,-5775.28,-2905.82,364.288,0.010984,300,0,0,222,0,0,0,0,0),(9141,1161,0,1,1,763,1,-5810.42,-2822.92,373.956,0.354761,300,3,0,222,0,1,0,0,0),(9140,1161,0,1,1,763,1,-5943.57,-2877.78,372.892,2.57016,300,10,0,222,0,1,0,0,0),(9139,1161,0,1,1,763,1,-5821.97,-2811.06,374.588,3.82227,300,0,0,222,0,0,0,0,0),(9138,1162,0,1,1,764,1,-5975.71,-2858.99,380.806,0.20944,300,0,0,222,0,0,0,0,0),(9137,1161,0,1,1,763,1,-5779.94,-2914.01,364.913,2.79253,300,0,0,222,0,0,0,0,0),(9136,1161,0,1,1,763,1,-5958.16,-2855.62,376.789,2.12064,300,5,0,222,0,1,0,0,0),(9135,1161,0,1,1,763,1,-5972.97,-2864.08,381.222,0.890118,300,0,0,222,0,0,0,0,0),(9134,1161,0,1,1,763,1,-5781.92,-2916.92,364.663,2.1293,300,0,0,222,0,0,0,0,0),(9133,1162,0,1,1,764,1,-5789.95,-2927.43,363.788,1.69297,300,0,0,222,0,0,0,0,0),(9132,1161,0,1,1,763,1,-5946.95,-2897.86,368.517,4.26987,300,10,0,222,0,1,0,0,0),(9131,1162,0,1,1,764,1,-5865.91,-2876.33,366.954,3.14902,300,10,0,222,0,1,0,0,0),(9130,1161,0,1,1,763,1,-5824.08,-2825.93,370.331,5.35513,300,3,0,222,0,1,0,0,0),(9129,1195,0,1,1,827,0,-5861.46,-3081.95,328.189,4.45556,300,10,0,198,0,1,0,0,0),(9128,1163,0,1,1,160,1,-6024.48,-2989.89,401.646,3.90954,300,0,0,273,0,0,0,0,0),(9127,1190,0,1,1,704,0,-5194.18,-3026.58,332.019,4.53376,300,10,0,198,0,1,0,0,0),(9126,1190,0,1,1,704,0,-5072.47,-2927.5,330.399,2.79128,300,0,0,198,0,0,0,0,0),(9125,1190,0,1,1,704,0,-5122.52,-3013.14,330.742,0.052403,300,0,0,198,0,0,0,0,0),(9124,1190,0,1,1,704,0,-5221.5,-3019.54,335.496,4.10991,300,10,0,198,0,1,0,0,0),(9123,1162,0,1,1,764,1,-5856.74,-2856.84,366.549,3.81512,300,3,0,222,0,1,0,0,0),(9122,1162,0,1,1,764,1,-5856.19,-2872.65,365.829,1.94575,300,10,0,222,0,1,0,0,0),(9121,1161,0,1,1,763,1,-5951.7,-2879.5,372.999,6.0912,300,0,0,222,0,0,0,0,0),(9120,1162,0,1,1,764,1,-5959.98,-2896.36,370.827,0.541052,300,0,0,222,0,0,0,0,0),(9119,1163,0,1,1,160,1,-6025.89,-2995.16,401.646,1.48353,300,0,0,273,0,0,0,0,0),(9118,1166,0,1,1,764,1,-6014.02,-2995.8,400.396,4.06026,300,0,0,253,264,0,0,0,0),(9117,1162,0,1,1,764,1,-5974.49,-2842.64,384.083,1.76001,300,5,0,222,0,1,0,0,0),(9116,1162,0,1,1,764,1,-5828.3,-2809.33,374.867,5.5676,300,0,0,222,0,0,0,0,0),(9115,1186,0,1,1,707,0,-5228.34,-2719.61,347.097,5.07509,300,10,0,266,0,1,0,0,0),(9114,1190,0,1,1,704,0,-5152.15,-3055.77,327.605,0.486358,300,10,0,198,0,1,0,0,0),(9113,1195,0,1,1,827,0,-4801.71,-2880.06,327.736,4.23301,300,10,0,198,0,1,0,0,0),(9112,1195,0,1,1,827,0,-5258.08,-2759.08,350.75,1.75049,300,10,0,198,0,1,0,0,0),(9111,1202,0,1,1,26,1,-5299.25,-2716.79,343.498,5.32325,300,0,0,222,0,0,0,0,0),(9110,1202,0,1,1,26,1,-5293.48,-2723.72,342.737,4.96419,300,0,0,222,0,0,0,0,0),(9109,1178,0,1,1,1122,1,-4981.38,-3914.15,305.894,4.63279,300,3,0,417,0,1,0,0,0),(9108,1172,0,1,1,10913,1,-5030.43,-3014.49,330.606,3.33267,300,10,0,198,0,1,0,0,0),(9107,1202,0,1,1,26,1,-5274.9,-2703.02,343.608,2.82743,300,0,0,222,0,0,0,0,0),(9106,1202,0,1,1,26,1,-5296.09,-2716.71,342.862,4.16762,300,0,0,222,0,0,0,0,0),(9105,1176,0,1,1,10912,1,-5297.74,-2723.39,342.737,5.37174,300,0,0,222,0,0,0,0,0),(9104,1172,0,1,1,10913,1,-5250.52,-2731.25,348.862,0.587931,300,0,0,198,0,0,0,0,0),(9103,1176,0,1,1,10912,1,-5282.43,-2718.7,342.362,2.24709,300,5,0,222,0,1,0,0,0),(9102,1195,0,1,1,827,0,-5308.79,-2821.55,343.283,0.271051,300,10,0,198,0,1,0,0,0),(9101,1190,0,1,1,704,0,-5349.17,-2818.89,345.523,4.955,300,10,0,198,0,1,0,0,0),(9100,1186,0,1,1,707,0,-5875.74,-2516.05,307.355,5.99682,300,5,0,266,0,1,0,0,0),(9099,1195,0,1,1,827,0,-6022.96,-2525.81,308.506,2.10084,300,5,0,198,0,1,0,0,0),(9098,1162,0,1,1,764,1,-5890.97,-2958.01,367.085,2.28638,300,0,0,222,0,0,0,0,0),(9097,1162,0,1,1,764,1,-5900.02,-2950.9,368.093,0.249553,300,5,0,222,0,1,0,0,0),(9096,1172,0,1,1,10913,1,-5254.66,-2747.74,353.25,3.05895,300,5,0,198,0,1,0,0,0),(9095,1176,0,1,1,10912,1,-5293.88,-2703.4,344.139,5.04951,300,3,0,222,0,1,0,0,0),(9094,1178,0,1,1,1122,1,-4958.24,-3946.78,301.179,3.28957,300,5,0,417,0,1,0,0,0),(9093,1172,0,1,1,10913,1,-5307.84,-2749.61,352.598,0.007812,300,5,0,198,0,1,0,0,0),(9092,1162,0,1,1,764,1,-5895.53,-2962.39,367.911,1.71042,300,0,0,222,0,0,0,0,0),(9091,1162,0,1,1,764,1,-5889,-2945.34,366.167,1.1999,300,5,0,222,0,1,0,0,0),(9090,1178,0,1,1,1122,1,-4957.42,-3915.39,305.241,1.86585,300,10,0,417,0,1,0,0,0),(9089,1172,0,1,1,10913,1,-4909.39,-3059.63,318.172,3.81279,300,10,0,198,0,1,0,0,0),(9088,1172,0,1,1,10913,1,-4820.57,-3011.15,313.382,5.65453,300,3,0,198,0,1,0,0,0),(9087,1172,0,1,1,10913,1,-5289.7,-2757.66,352.135,0.413864,300,5,0,198,0,1,0,0,0),(9086,1172,0,1,1,10913,1,-4849.54,-3050.96,316.534,4.43946,300,5,0,198,0,1,0,0,0),(9085,1169,0,1,1,3456,1,-4830.79,-3613.56,303.945,3.83398,300,10,0,417,0,1,0,0,0),(9084,1195,0,1,1,827,0,-5390.71,-2782.09,365.115,5.71796,300,10,0,198,0,1,0,0,0),(9083,1195,0,1,1,827,0,-5348.8,-2809.79,349.257,1.66559,300,10,0,198,0,1,0,0,0),(9082,1179,0,1,1,6692,1,-4926.33,-3947.55,298.394,4.66741,300,10,0,377,408,1,0,0,0),(9081,1197,0,1,1,763,1,-6101.32,-3044.54,400.729,4.10801,300,0,0,301,326,0,0,0,0),(9080,1197,0,1,1,763,1,-6100.81,-3048.24,400.726,2.08385,300,0,0,301,326,0,0,0,0),(9079,1163,0,1,1,160,1,-6057.66,-3017.69,403.47,3.88856,300,2,0,273,0,1,0,0,0),(9078,1164,0,1,1,722,1,-6088.1,-3038.66,400.857,0.650958,300,0,0,328,0,0,0,0,0),(9077,1197,0,1,1,763,1,-6073.78,-3027.42,401.764,4.86481,300,0,0,301,326,0,0,0,0),(9076,1166,0,1,1,764,1,-6036.23,-3004.81,401.22,1.12279,300,3,0,253,264,1,0,0,0),(9075,1163,0,1,1,160,1,-6036.36,-2984.18,401.835,5.86431,300,0,0,273,0,0,0,0,0),(9074,1166,0,1,1,764,1,-5917.78,-3007.37,378.085,5.2927,300,2,0,253,264,1,0,0,0),(9073,1163,0,1,1,160,1,-6044.86,-2986.07,402.595,0.783776,300,5,0,273,0,1,0,0,0),(9072,1161,0,1,1,763,1,-5386.92,-2775.22,366.928,1.28981,300,10,0,222,0,1,0,0,0),(9071,1162,0,1,1,764,1,-5380.66,-2759.59,366.409,5.07368,300,10,0,222,0,1,0,0,0),(9070,1161,0,1,1,763,1,-5484.62,-2742.06,364.417,5.20924,300,3,0,222,0,1,0,0,0),(9069,1195,0,1,1,827,0,-5536.03,-2781.71,364.148,3.33867,300,10,0,198,0,1,0,0,0),(9068,1192,0,1,1,1208,0,-5153.84,-3658.45,304.682,1.12638,300,10,0,356,0,1,0,0,0),(9067,1185,0,1,1,520,0,-4916.53,-3629.65,300.909,1.59423,300,10,0,386,0,1,0,0,0),(9066,1172,0,1,1,10913,1,-4750.55,-3053.95,309.525,1.5668,300,10,0,198,0,1,0,0,0),(9065,1195,0,1,1,827,0,-5182.02,-2692.73,349.64,1.99352,300,10,0,198,0,1,0,0,0),(9064,1193,0,1,1,1004,0,-4884.38,-3501.98,291.612,1.3294,300,10,0,247,0,1,0,0,0),(9063,1193,0,1,1,1004,0,-4820.94,-3455.15,290.966,2.93358,300,10,0,247,0,1,0,0,0),(9062,1193,0,1,1,1004,0,-4951.1,-3555.3,292.67,5.71883,300,10,0,247,0,1,0,0,0),(9061,1193,0,1,1,1004,0,-4919.14,-3252.14,290.283,5.91179,300,10,0,247,0,1,0,0,0),(9060,1191,0,1,1,3027,0,-5639.43,-2936.08,402.739,2.06818,300,5,0,300,0,1,0,0,0),(9059,1190,0,1,1,704,0,-4743.03,-2690.83,326.452,3.40895,300,5,0,198,0,1,0,0,0),(9058,1166,0,1,1,764,1,-6114.71,-2919.23,418.866,2.51186,300,2,0,253,264,1,0,0,0),(9057,1166,0,1,1,764,1,-6032.59,-2823.83,411.258,3.1369,300,2,0,253,264,1,0,0,0),(9056,1163,0,1,1,160,1,-6096.8,-2972,418.846,5.53446,300,2,0,273,0,1,0,0,0),(9055,1163,0,1,1,160,1,-6079.31,-2991.73,413.243,6.26756,300,2,0,273,0,1,0,0,0),(9054,1166,0,1,1,764,1,-6082.85,-2805.3,413.116,3.61245,300,5,0,253,264,1,0,0,0),(9053,1166,0,1,1,764,1,-6095.56,-2924.44,418.894,3.04447,300,2,0,253,264,1,0,0,0),(9052,1163,0,1,1,160,1,-6057.93,-2857.48,413.368,0.93117,300,3,0,273,0,1,0,0,0),(9051,1163,0,1,1,160,1,-6073.62,-2785.56,411.893,2.55441,300,5,0,273,0,1,0,0,0),(9050,1166,0,1,1,764,1,-6069.44,-2996.55,409.971,5.50627,300,2,0,253,264,1,0,0,0),(9049,1189,0,1,1,762,0,-5653.35,-3039.6,385.959,0.84825,300,3,0,427,0,1,0,0,0),(9048,1933,0,1,1,857,0,-5622.58,-3719.98,314.66,1.09668,300,10,0,14,0,1,0,0,0),(9047,1933,0,1,1,856,0,-6003.01,-2526.57,306.804,0.41378,300,3,0,14,0,1,0,0,0),(9046,1412,0,1,1,134,0,-5096.56,-2717.9,342.902,3.48794,300,10,0,8,0,1,0,0,0),(9045,1412,0,1,1,134,0,-5423.07,-2973.56,350.986,0.230633,300,10,0,8,0,1,0,0,0),(9044,1202,0,1,1,26,1,-5285.2,-2697.88,344.526,5.32325,300,0,0,222,0,0,0,0,0),(9043,1202,0,1,1,26,1,-5291.55,-2696.65,344.716,3.17606,300,3,0,222,0,1,0,0,0),(9042,2098,0,1,1,10001,0,-5661.11,-3619.42,311.279,2.0315,300,10,0,102,0,1,0,0,0),(9041,1186,0,1,1,707,0,-4941.34,-2824.88,320.932,0.038565,300,10,0,266,0,1,0,0,0),(9040,1186,0,1,1,707,0,-5078.11,-2986.15,332.205,1.12201,300,10,0,266,0,1,0,0,0),(9039,1190,0,1,1,704,0,-4930.84,-2871.47,331.576,0.785277,300,5,0,198,0,1,0,0,0),(9038,1162,0,1,1,764,1,-5516.64,-2749.18,363.024,0.250455,300,3,0,222,0,1,0,0,0),(9037,1186,0,1,1,707,0,-4954.16,-2649.74,330.384,1.63724,300,5,0,266,0,1,0,0,0),(9036,1412,0,1,1,134,0,-5283.44,-3781.63,313.129,5.2868,300,10,0,8,0,1,0,0,0),(9035,1195,0,1,1,827,0,-5068.3,-3056.41,320.76,0.849024,300,5,0,198,0,1,0,0,0),(9034,1195,0,1,1,827,0,-5054.17,-3004.17,325.958,5.41232,300,10,0,198,0,1,0,0,0),(9033,1190,0,1,1,704,0,-5112.22,-2972.75,338.404,2.65322,300,10,0,198,0,1,0,0,0),(9032,1933,0,1,1,856,0,-4978.98,-3076.33,318.058,5.18914,300,5,0,14,0,1,0,0,0),(9031,1186,0,1,1,707,0,-5099.17,-3089.45,314.19,3.12987,300,10,0,266,0,1,0,0,0),(9030,1161,0,1,1,763,1,-5440.49,-2712.82,366.358,6.15135,300,10,0,222,0,1,0,0,0),(9029,1398,0,1,1,1194,1,-5700.31,-3871.31,331.594,4.64258,9200,0,0,573,0,0,0,0,0),(9028,1161,0,1,1,763,1,-5378.05,-2718.7,362.587,4.70866,300,3,0,222,0,1,0,0,0),(9027,1412,0,1,1,134,0,-5287.36,-2775.95,353.213,2.15649,300,10,0,8,0,1,0,0,0),(9026,1161,0,1,1,763,1,-5346.48,-2742.64,359.195,1.41785,300,5,0,222,0,1,0,0,0),(9025,1188,0,1,1,762,0,-5323.95,-3823.55,321.223,2.30514,300,10,0,328,0,1,0,0,0),(9024,1184,0,1,1,827,0,-5468.78,-3777.23,317.529,3.06542,300,10,0,273,0,1,0,0,0),(9023,1191,0,1,1,3027,0,-5534.65,-3768.13,325.2,0.041876,300,10,0,300,0,1,0,0,0),(9022,1161,0,1,1,763,1,-5389.19,-2726.9,363.212,3.85094,300,3,0,222,0,1,0,0,0),(9021,1693,0,1,1,1034,0,-5322.85,-3700.15,296.665,1.84802,300,10,0,300,0,1,0,0,0),(9020,1693,0,1,1,1034,0,-5502.91,-3482.96,298.3,2.94387,300,10,0,300,0,1,0,0,0),(9019,1693,0,1,1,1034,0,-5290.9,-3684.81,298.595,5.94476,300,10,0,300,0,1,0,0,0),(9018,1161,0,1,1,763,1,-5389.63,-2715.08,364.587,5.68282,300,0,0,222,0,0,0,0,0),(9017,1161,0,1,1,763,1,-5410.36,-2726.76,376.239,3.07912,300,5,0,222,0,1,0,0,0),(9016,1693,0,1,1,1034,0,-5471.27,-3523.89,299.633,2.64302,300,10,0,300,0,1,0,0,0),(9015,1693,0,1,1,1034,0,-5460.37,-3513.13,299.899,6.01025,300,10,0,300,0,1,0,0,0),(9014,1186,0,1,1,707,0,-5807.12,-3109.11,322.277,2.75658,300,10,0,266,0,1,0,0,0),(9013,1161,0,1,1,763,1,-5410.77,-2747.3,368.554,4.94747,300,3,0,222,0,1,0,0,0),(9012,1161,0,1,1,763,1,-5527.64,-2737.98,366.313,5.37652,300,3,0,222,0,1,0,0,0),(9011,1191,0,1,1,3027,0,-5660.15,-3643.19,314.007,3.06931,300,10,0,300,0,1,0,0,0),(9010,1191,0,1,1,3027,0,-5642.9,-3213.4,324.298,1.81341,300,5,0,300,0,1,0,0,0),(9009,1191,0,1,1,3027,0,-5698.82,-3613.57,313.573,4.96305,300,10,0,300,0,1,0,0,0),(9008,1184,0,1,1,827,0,-5667.23,-3720.89,318.466,0.361285,300,10,0,273,0,1,0,0,0),(9007,1165,0,1,1,160,1,-5580.44,-3842.25,322.863,1.91108,300,5,0,330,938,1,0,0,0),(9006,1162,0,1,1,764,1,-5543.76,-2730.51,366.608,2.61957,300,0,0,222,0,0,0,0,0),(9005,1162,0,1,1,764,1,-5550.5,-2754.59,365.436,3.13573,300,3,0,222,0,1,0,0,0),(1255,696,0,1,1,4622,1,-12947.6,-781.391,58.6777,2.78168,300,5,0,1678,0,1,0,0,0),(1254,597,0,1,1,4579,1,-11687.9,928.277,3.33555,3.62683,300,3,0,1469,0,1,0,0,0),(1253,696,0,1,1,4622,1,-12860.7,-807.555,54.7235,5.75959,300,2,0,1678,0,1,0,0,0),(1252,681,0,1,1,598,0,-11778.4,-162.78,8.46279,4.52897,300,5,0,1050,0,1,0,0,0),(1251,855,0,1,1,180,0,-11837.9,688.538,44.6837,2.07552,300,3,0,1050,0,1,0,0,0),(9004,1161,0,1,1,763,1,-5537.48,-2743.61,367.436,1.42361,300,3,0,222,0,1,0,0,0),(9003,1693,0,1,1,1034,0,-5457.31,-3520.34,299.324,3.20847,300,10,0,300,0,1,0,0,0),(9002,1693,0,1,1,1034,0,-5454.85,-3550.91,297.482,2.77596,300,10,0,300,0,1,0,0,0),(9001,1165,0,1,1,160,1,-5651.75,-3899.96,322.93,4.5754,300,0,0,330,938,2,0,0,0),(9000,1195,0,1,1,827,0,-5829.71,-3082.85,325.352,1.50826,300,10,0,198,0,1,0,0,0),(8999,1191,0,1,1,3027,0,-5430.33,-3069.12,351.568,2.60619,300,10,0,300,0,1,0,0,0),(8998,1172,0,1,1,10913,1,-4845.35,-3115.9,316.81,5.9109,300,3,0,198,0,1,0,0,0),(8997,1162,0,1,1,764,1,-5531.22,-2725.84,366.729,4.44703,300,0,0,222,0,0,0,0,0),(8996,1167,0,1,1,722,1,-5748.5,-3970.06,326.133,4.34239,300,3,0,417,0,1,0,0,0),(8995,1162,0,1,1,764,1,-5542.12,-2721.15,366.898,5.44543,300,0,0,222,0,0,0,0,0),(89042,11789,349,1,1,9032,0,-118.404,-376.078,-170.336,4.36332,86400,2,0,1919,0,1,0,0,0),(15582,2238,0,1,1,3686,0,-445.588,-1485.22,91.9769,2.79253,300,0,0,713,0,0,0,0,0),(8994,1165,0,1,1,160,1,-5652.04,-3897.33,322.784,1.11157,300,5,0,330,938,1,0,0,0),(8993,1167,0,1,1,722,1,-5727,-3928.46,318.931,0.017453,300,5,0,417,0,1,0,0,0),(8992,1186,0,1,1,707,0,-5453.85,-3119.81,348.77,0.922588,300,10,0,266,0,1,0,0,0),(8991,1173,0,1,1,365,1,-4963.79,-3026.27,330.502,3.77455,300,5,0,198,0,1,0,0,0),(8990,1393,0,1,1,721,1,-5651.99,-3996.89,325.447,5.92764,300,5,0,449,0,1,0,0,0),(1250,685,0,1,1,788,0,-11835.3,685.639,44.9337,6.25663,300,5,0,1221,0,1,0,0,0),(8989,1165,0,1,1,160,1,-5677.81,-3996.1,327.197,4.99013,300,5,0,330,938,1,0,0,0),(8988,1167,0,1,1,722,1,-5668.78,-3992.98,326.047,1.67066,300,0,0,417,0,2,0,0,0),(8987,1172,0,1,1,10913,1,-4872.63,-3076.58,317.647,1.0277,300,10,0,198,0,1,0,0,0),(8986,1162,0,1,1,764,1,-5381.85,-2706.15,366.087,3.88085,300,3,0,222,0,1,0,0,0),(8985,1165,0,1,1,160,1,-5742.98,-3987.34,329.758,2.65743,300,5,0,330,938,1,0,0,0),(8984,1172,0,1,1,10913,1,-4819.36,-3097.05,315.728,5.73617,300,10,0,198,0,1,0,0,0),(8983,1162,0,1,1,764,1,-5389.64,-2708.84,365.962,5.044,300,0,0,222,0,0,0,0,0),(8982,1167,0,1,1,722,1,-5716.1,-3996.91,330.267,3.66477,300,2,0,417,0,1,0,0,0),(8981,1162,0,1,1,764,1,-5395.74,-2713.9,365.712,0,300,0,0,222,0,0,0,0,0),(8980,1167,0,1,1,722,1,-5748.18,-3957.81,324.184,0,300,5,0,417,0,1,0,0,0),(8979,1167,0,1,1,722,1,-5701.61,-3950.38,327.559,5.03043,300,3,0,417,0,1,0,0,0),(8978,2098,0,1,1,10003,0,-5550.1,-2783.45,365.523,6.05288,300,10,0,102,0,1,0,0,0),(8977,1167,0,1,1,722,1,-5723.6,-3907.66,322.167,4.72984,300,0,0,417,0,0,0,0,0),(8976,1412,0,1,1,134,0,-5152.97,-2981.87,331.468,5.01574,300,10,0,8,0,1,0,0,0),(8975,1379,0,1,1,1417,0,-5764.81,-3433.93,305.89,5.3058,300,0,0,656,0,0,0,0,0),(8974,2098,0,1,1,10002,0,-5085.08,-3051.94,323.495,6.10036,300,5,0,102,0,1,0,0,0),(8973,1197,0,1,1,763,1,-6161.83,-2993.71,388.766,4.74389,300,2,0,301,326,1,0,0,0),(8972,1197,0,1,1,763,1,-6144.43,-3028.81,393.484,4.70981,300,2,0,301,326,1,0,0,0),(8970,1197,0,1,1,763,1,-6189.73,-2989.47,388.558,0.659419,300,3,0,301,326,1,0,0,0),(8968,1164,0,1,1,722,1,-6181.51,-2982.54,387.791,1.9741,300,3,0,328,0,1,0,0,0),(8967,1412,0,1,1,134,0,-5243.06,-2818.98,345.414,0.740547,300,10,0,8,0,1,0,0,0),(8966,1197,0,1,1,763,1,-6219.45,-2990.93,397.339,1.5708,300,0,0,301,326,0,0,0,0),(8965,1197,0,1,1,763,1,-6231.66,-2950.16,402.494,5.02683,300,2,0,301,326,1,0,0,0),(8964,1172,0,1,1,10913,1,-4757.07,-2987.27,318.069,4.06146,300,3,0,198,0,1,0,0,0),(8963,1197,0,1,1,763,1,-6223.23,-2952.53,402.89,5.27555,300,2,0,301,326,1,0,0,0),(1249,685,0,1,1,788,0,-11836.3,655.435,44.6837,1.74297,300,10,0,1221,0,1,0,0,0),(8962,1164,0,1,1,722,1,-6218.13,-2972.06,397.541,2.12964,300,2,0,328,0,1,0,0,0),(8961,1164,0,1,1,722,1,-6215.5,-2983.16,397.499,4.17822,300,2,0,328,0,1,0,0,0),(8960,1186,0,1,1,707,0,-4748.61,-2750.1,325.166,2.01323,300,10,0,266,0,1,0,0,0),(8959,1186,0,1,1,707,0,-4681.11,-2743.72,324.886,5.5116,300,5,0,266,0,1,0,0,0),(8958,1197,0,1,1,763,1,-6227.16,-2945.09,403.271,5.78787,300,2,0,301,326,1,0,0,0),(8957,1165,0,1,1,160,1,-5640.51,-3925.52,324.62,4.76169,300,3,0,330,938,1,0,0,0),(32424,3917,1,1,1,525,0,1914.86,-986.527,82.1531,3.86137,300,10,0,544,581,1,0,0,0),(8956,1167,0,1,1,722,1,-5679.24,-3942.09,325.242,2.49582,300,3,0,417,0,1,0,0,0),(8955,1393,0,1,1,721,1,-5669.92,-3948.64,319.831,5.32325,300,3,0,449,0,1,0,0,0),(8954,1165,0,1,1,160,1,-5656.39,-3947.77,319.839,2.37365,300,3,0,330,938,1,0,0,0),(8953,1191,0,1,1,3027,0,-5803.83,-3394.82,306.051,5.57244,300,10,0,300,0,1,0,0,0),(8952,1412,0,1,1,134,0,-5030.73,-3102.87,317.872,5.19342,300,10,0,8,0,1,0,0,0),(8951,1176,0,1,1,10912,1,-4938.22,-3022.89,326.933,2.68129,300,5,0,222,0,1,0,0,0),(8950,1191,0,1,1,3027,0,-5353.03,-3745.86,303.876,1.42177,300,10,0,300,0,1,0,0,0),(8949,1188,0,1,1,762,0,-5283.55,-3718.89,303.35,1.5165,300,10,0,328,0,1,0,0,0),(8948,1191,0,1,1,3027,0,-5378.48,-3792.92,309.312,1.38413,300,10,0,300,0,1,0,0,0),(8947,1191,0,1,1,3027,0,-5419.35,-3743.18,302.393,2.84513,300,10,0,300,0,1,0,0,0),(8946,1184,0,1,1,827,0,-5424.72,-3804.16,313.385,4.97727,300,10,0,273,0,1,0,0,0),(8945,1176,0,1,1,10912,1,-4944.1,-3018.56,328.308,0.88845,300,0,0,222,0,0,0,0,0),(8944,1166,0,1,1,764,1,-6021.62,-2764.05,410.318,5.46288,300,0,0,253,264,0,0,0,0),(8943,1163,0,1,1,160,1,-6088.56,-2774.65,414.63,0.506145,300,0,0,273,0,0,0,0,0),(8942,1166,0,1,1,764,1,-6022.88,-2768.41,410.204,5.98648,300,0,0,253,264,0,0,0,0),(8941,1166,0,1,1,764,1,-6101.02,-2793.96,419.251,5.98648,300,0,0,253,264,0,0,0,0),(8940,1166,0,1,1,764,1,-6099.2,-2799.65,417.386,0.087266,300,0,0,253,264,0,0,0,0),(8939,1163,0,1,1,160,1,-6086.08,-2771.28,414.094,4.66003,300,0,0,273,0,0,0,0,0),(8938,1412,0,1,1,134,0,-5886.81,-2530.09,306.23,4.0064,300,10,0,8,0,1,0,0,0),(8937,1195,0,1,1,827,0,-4824.95,-2748.67,325.49,2.60017,300,5,0,198,0,1,0,0,0),(8936,1412,0,1,1,134,0,-5566.35,-2777.42,367.304,0.978462,300,10,0,8,0,1,0,0,0),(8935,1192,0,1,1,1208,0,-5419.91,-4056.35,340.834,3.29889,300,10,0,356,0,1,0,0,0),(8934,1222,0,1,1,870,1,-4729.49,-3549.41,304.15,1.72788,300,0,0,386,0,0,0,0,0),(8933,1222,0,1,1,870,1,-4724.68,-3545.28,304.775,2.46091,300,0,0,386,0,0,0,0,0),(8932,1197,0,1,1,763,1,-4983.4,-3515.61,301.391,5.65368,300,5,0,301,326,1,0,0,0),(8931,1166,0,1,1,764,1,-4839,-3318.81,300.853,2.67358,300,5,0,253,264,1,0,0,0),(8930,1189,0,1,1,762,0,-5181.65,-3986.29,333.055,5.55865,300,10,0,427,0,1,0,0,0),(8929,1192,0,1,1,1208,0,-5345.56,-4082.43,332.389,0.178631,300,10,0,356,0,1,0,0,0),(8928,1193,0,1,1,1004,0,-5002.41,-3564.71,294.021,1.86567,300,10,0,247,0,1,0,0,0),(8927,1169,0,1,1,3456,1,-4842.24,-3581.17,309.718,2.66209,300,10,0,417,0,1,0,0,0),(8906,1224,0,1,1,867,0,-5220.32,-3319.59,247.09,6.23097,300,10,0,449,0,1,0,0,0),(8905,1224,0,1,1,867,0,-5242.1,-3238.45,257.962,3.96708,300,10,0,449,0,1,0,0,0),(8904,1163,0,1,1,160,1,-5022.75,-3321.28,300.781,0.526437,300,5,0,273,0,1,0,0,0),(8903,1192,0,1,1,1208,0,-5262.62,-4056.08,323.898,6.16562,300,10,0,356,0,1,0,0,0),(8902,1192,0,1,1,1208,0,-5111.33,-3654.63,302.341,5.6002,300,10,0,356,0,1,0,0,0),(8901,1342,0,1,1,1893,1,-4678.5,-2695.41,319.614,4.06662,300,0,0,1910,0,0,0,0,0),(8900,1276,0,1,1,1777,1,-4796.1,-2711.34,326.946,3.12206,300,0,0,1910,0,2,0,0,0),(8899,1693,0,1,1,1034,0,-5069.4,-3577.85,295.966,1.97382,300,10,0,300,0,1,0,0,0),(8898,1693,0,1,1,1034,0,-5255.74,-3648.27,298.106,4.13847,300,10,0,300,0,1,0,0,0),(8897,1191,0,1,1,3027,0,-5596.44,-3719.97,313.944,3.71281,300,10,0,300,0,1,0,0,0),(8896,1191,0,1,1,3027,0,-5578.3,-3763.42,318.401,5.33287,300,10,0,300,0,1,0,0,0),(8895,1184,0,1,1,827,0,-5488.45,-3721.56,305.85,1.61569,300,10,0,273,0,1,0,0,0),(8894,1191,0,1,1,3027,0,-5554.86,-3804.33,323.489,3.57468,300,10,0,300,0,1,0,0,0),(8893,1224,0,1,1,867,0,-5416.85,-3250.33,273.037,3.72009,300,10,0,449,0,1,0,0,0),(8892,1224,0,1,1,867,0,-5220.43,-3229.75,272.009,0.77066,300,10,0,449,0,1,0,0,0),(8891,1193,0,1,1,1004,0,-4895.23,-3227.19,283.794,3.98231,300,10,0,247,0,1,0,0,0),(8890,1165,0,1,1,160,1,-5586.21,-3898.31,329.254,5.41692,300,3,0,330,938,1,0,0,0),(8889,1167,0,1,1,722,1,-5578.88,-3914.01,330.469,3.35814,300,5,0,417,0,1,0,0,0),(8888,1167,0,1,1,722,1,-5590.77,-3941.31,325.722,2.40855,300,3,0,417,0,1,0,0,0),(8887,1393,0,1,1,721,1,-5638.17,-3875.81,330.045,3.97935,300,0,0,449,0,0,0,0,0),(8886,1167,0,1,1,722,1,-5574.65,-3865.8,327.849,1.64292,300,5,0,417,0,1,0,0,0),(8885,1167,0,1,1,722,1,-5639.52,-3876.94,328.173,6.24308,300,2,0,417,0,1,0,0,0),(8884,1393,0,1,1,721,1,-5635.5,-3888.33,330.057,2.28638,300,0,0,449,0,0,0,0,0),(8883,1165,0,1,1,160,1,-5702.33,-3903.39,329.172,2.37951,300,2,0,330,938,1,0,0,0),(8882,1167,0,1,1,722,1,-5703.36,-3927.25,347.21,1.71042,300,0,0,417,0,0,0,0,0),(8881,1165,0,1,1,160,1,-5710.49,-3923.7,345.97,0.349066,300,0,0,330,938,0,0,0,0),(8880,1167,0,1,1,722,1,-5702.67,-3898.59,328.454,2.98451,300,0,0,417,0,2,0,0,0),(8879,1184,0,1,1,827,0,-5819.44,-3337.41,301.897,5.71808,300,5,0,273,0,1,0,0,0),(8878,1188,0,1,1,762,0,-5758,-3605.67,324.896,3.3122,300,5,0,328,0,1,0,0,0),(8877,1225,0,1,1,706,0,-5716.18,-3110.81,316.687,3.06542,1200,0,0,484,0,2,0,0,0),(8876,1165,0,1,1,160,1,-5627.92,-3998.87,324.25,3.47977,300,5,0,330,938,1,0,0,0),(8875,1191,0,1,1,3027,0,-5590.31,-3722.43,314.221,0.396514,300,10,0,300,0,1,0,0,0),(8874,1191,0,1,1,3027,0,-5614.48,-3606.76,310.023,1.93914,300,10,0,300,0,1,0,0,0),(8873,1693,0,1,1,1034,0,-5546.21,-3614.42,296.989,5.88515,300,10,0,300,0,1,0,0,0),(8872,1191,0,1,1,3027,0,-5652.99,-3786.76,323.624,0.453158,300,5,0,300,0,1,0,0,0),(8871,1412,0,1,1,134,0,-5388.69,-3079.99,352.676,2.50047,300,10,0,8,0,1,0,0,0),(8870,1194,0,1,1,410,0,-5669.82,-4048.23,366.463,0.196629,300,5,0,328,0,1,0,0,0),(8869,1412,0,1,1,134,0,-5806.2,-2564.17,308.547,2.44699,300,10,0,8,0,1,0,0,0),(8868,1412,0,1,1,134,0,-4808.33,-2575,355.322,1.06428,300,10,0,8,0,1,0,0,0),(8867,1188,0,1,1,762,0,-5770.57,-3799.99,328.564,4.38199,300,10,0,328,0,1,0,0,0),(8866,1191,0,1,1,3027,0,-5754.73,-3825.62,325.064,3.8161,300,5,0,300,0,1,0,0,0),(8865,1188,0,1,1,762,0,-5839.44,-3770,334.055,2.83219,300,5,0,328,0,1,0,0,0),(8864,1193,0,1,1,1004,0,-4852.69,-3186.71,285.763,5.94152,300,10,0,247,0,1,0,0,0),(8863,2098,0,1,1,10003,0,-4714.85,-2828.46,327.379,0.033191,300,10,0,102,0,1,0,0,0),(8862,1191,0,1,1,3027,0,-5624.71,-3650.93,316.384,1.40035,300,10,0,300,0,1,0,0,0),(8861,1169,0,1,1,3456,1,-4792.08,-3581.65,306.592,2.02494,300,10,0,417,0,1,0,0,0),(8860,1167,0,1,1,722,1,-5702.59,-3869.02,331.645,5.20108,300,0,0,417,0,0,0,0,0),(8859,1393,0,1,1,721,1,-5697.53,-3869.47,331.662,4.13643,300,0,0,449,0,0,0,0,0),(8858,1693,0,1,1,1034,0,-5178.41,-3546.29,299.185,6.16368,300,10,0,300,0,1,0,0,0),(8857,1693,0,1,1,1034,0,-5149.02,-3529.49,303.79,1.51801,300,10,0,300,0,1,0,0,0),(8856,1693,0,1,1,1034,0,-5110.04,-3524.94,299.553,3.55188,300,10,0,300,0,1,0,0,0),(8855,1282,0,1,1,1809,1,-5733.6,-2581.92,335.213,2.88288,300,0,0,1910,0,2,0,0,0),(8854,1197,0,1,1,763,1,-4940.63,-3421.88,305.523,5.92704,300,0,0,301,326,0,0,0,0),(8853,1164,0,1,1,722,1,-4942.63,-3432.58,309.023,4.11325,300,5,0,328,0,1,0,0,0),(8852,1186,0,1,1,707,0,-4733.99,-2795.99,320.722,5.51436,300,10,0,266,0,1,0,0,0),(8851,1190,0,1,1,704,0,-4770.01,-2835.94,326.215,5.08419,300,10,0,198,0,1,0,0,0),(8850,1195,0,1,1,827,0,-4797.09,-2785.63,325.496,3.11816,300,10,0,198,0,1,0,0,0),(8849,1194,0,1,1,410,0,-5820.05,-4146.27,389.036,1.9426,300,10,0,328,0,1,0,0,0),(8848,1164,0,1,1,722,1,-4979.87,-3450.4,304.13,1.05383,300,10,0,328,0,1,0,0,0),(8847,1191,0,1,1,3027,0,-5696.3,-3752.91,321.777,5.69247,300,5,0,300,0,1,0,0,0),(8846,1188,0,1,1,762,0,-5835.52,-3866.86,351.366,3.90213,300,10,0,328,0,1,0,0,0),(8845,1191,0,1,1,3027,0,-5821.91,-4053.53,376.194,1.63561,300,10,0,300,0,1,0,0,0),(8844,1194,0,1,1,410,0,-5882.43,-3882.32,355.352,0.321751,300,10,0,328,0,1,0,0,0),(8843,1197,0,1,1,763,1,-4987.33,-3484.19,305.565,5.35816,300,0,0,301,326,0,0,0,0),(8842,1412,0,1,1,134,0,-5684.42,-3186.19,319.406,4.86311,300,10,0,8,0,1,0,0,0),(8841,1164,0,1,1,722,1,-4946.33,-3447.03,311.772,4.85334,300,5,0,328,0,1,0,0,0),(8840,1280,0,1,1,1781,1,-5433.62,-2884.02,345.496,3.9968,300,0,0,1910,0,2,0,0,0),(8839,1164,0,1,1,722,1,-4983.94,-3498.03,304.607,0.233162,300,0,0,328,0,0,0,0,0),(8838,1164,0,1,1,722,1,-4978.94,-3494.52,305.357,5.25344,300,0,0,328,0,0,0,0,0),(8837,3291,0,1,1,1837,0,-5355.96,-2941.26,324.009,3.82227,300,0,0,664,0,2,0,0,0),(8836,1279,0,1,1,1783,1,-5062.33,-2819.33,327.467,0.556077,300,0,0,1910,0,2,0,0,0),(8835,1197,0,1,1,763,1,-4973.64,-3497.32,305.357,2.7342,300,0,0,301,326,0,0,0,0),(8834,1197,0,1,1,763,1,-4948.81,-3474.56,311.286,2.67248,300,5,0,301,326,1,0,0,0),(8833,1197,0,1,1,763,1,-4965.48,-3487.5,306.286,4.65677,300,0,0,301,326,0,0,0,0),(8832,1188,0,1,1,762,0,-5886.3,-3819.88,348.473,3.71715,300,10,0,328,0,1,0,0,0),(8831,1164,0,1,1,722,1,-4888.36,-3432.79,303.619,4.20377,300,5,0,328,0,1,0,0,0),(8830,1164,0,1,1,722,1,-4907.48,-3458.91,304.411,5.49455,300,3,0,328,0,1,0,0,0),(8829,1194,0,1,1,410,0,-5872.16,-4126.43,389.58,6.07399,300,10,0,328,0,1,0,0,0),(8828,1188,0,1,1,762,0,-5852.58,-3811.6,345.652,5.34832,300,10,0,328,0,1,0,0,0),(8827,1184,0,1,1,827,0,-5913.25,-3655.08,353.962,1.36843,300,10,0,273,0,1,0,0,0),(8826,1194,0,1,1,410,0,-5886.18,-4149.77,392.562,3.89385,300,10,0,328,0,1,0,0,0),(8825,1194,0,1,1,410,0,-5901.32,-4160.42,394.301,1.92957,300,5,0,328,0,1,0,0,0),(8824,1194,0,1,1,410,0,-5717.37,-4181.8,383.965,1.8314,300,10,0,328,0,1,0,0,0),(8823,1188,0,1,1,762,0,-5867.93,-3610.42,347.848,4.90902,300,10,0,328,0,1,0,0,0),(8822,1184,0,1,1,827,0,-5908.9,-3596.76,353.94,4.85732,300,10,0,273,0,1,0,0,0),(8821,1194,0,1,1,410,0,-5821.82,-4047.22,376.477,1.7337,300,10,0,328,0,1,0,0,0),(8820,1194,0,1,1,410,0,-5732.27,-4055.08,367.854,3.4378,300,10,0,328,0,1,0,0,0),(8819,1184,0,1,1,827,0,-5927.89,-3517.8,329.576,3.47817,300,5,0,273,0,1,0,0,0),(8818,1190,0,1,1,704,0,-4792.17,-2837.8,322.495,4.47973,300,10,0,198,0,1,0,0,0),(8817,1166,0,1,1,764,1,-4921.02,-3371.95,304.264,1.61702,300,10,0,253,264,1,0,0,0),(8816,1166,0,1,1,764,1,-4912.14,-3313.35,305.66,0.884102,300,5,0,253,264,1,0,0,0),(8815,1166,0,1,1,764,1,-4877.43,-3276.4,304.3,0.491698,300,5,0,253,264,1,0,0,0),(8814,1412,0,1,1,134,0,-4808.75,-2777.94,324.816,3.76463,300,10,0,8,0,1,0,0,0),(8813,1197,0,1,1,763,1,-4920.56,-3425.78,304.613,0.080063,300,5,0,301,326,1,0,0,0),(8812,1194,0,1,1,410,0,-5783.71,-4084.27,374.773,0.523995,300,5,0,328,0,1,0,0,0),(8811,1194,0,1,1,410,0,-5818.07,-4087.03,380.477,4.55558,300,10,0,328,0,1,0,0,0),(8810,1194,0,1,1,410,0,-5848.7,-4116.88,389.729,0.859994,300,10,0,328,0,1,0,0,0),(27535,7175,70,1,1,763,1,-260.976,61.2314,-48.5482,3.19395,86400,0,0,1220,0,2,0,0,0),(8809,1191,0,1,1,3027,0,-5452.25,-4048.94,349.694,5.93073,300,10,0,300,0,1,0,0,0),(8808,1194,0,1,1,410,0,-5576.09,-4169.37,378.078,1.78101,300,10,0,328,0,1,0,0,0),(27534,4852,70,1,1,160,1,-233.511,170.852,-44.6301,2.58106,86400,2,0,3279,1142,1,0,0,0),(8807,1186,0,1,1,707,0,-4678.49,-2836.32,324.194,4.75469,300,5,0,266,0,1,0,0,0),(8806,1194,0,1,1,410,0,-5542.17,-4122.51,372.264,5.03228,300,10,0,328,0,1,0,0,0),(8805,1188,0,1,1,762,0,-5505.39,-4033.09,360.755,4.38817,300,5,0,328,0,1,0,0,0),(8804,1188,0,1,1,762,0,-5439.31,-4093.54,358.986,2.52543,300,10,0,328,0,1,0,0,0),(8803,1194,0,1,1,410,0,-5553.7,-4159.63,377.058,2.83219,300,10,0,328,0,1,0,0,0),(8802,1194,0,1,1,410,0,-5510.17,-4113.74,370.012,5.88599,300,10,0,328,0,1,0,0,0),(8801,1194,0,1,1,410,0,-5560.28,-4120.28,371.971,3.02209,300,5,0,328,0,1,0,0,0),(8800,1188,0,1,1,762,0,-5497.98,-4084.99,368.062,0.348938,300,10,0,328,0,1,0,0,0),(8799,1194,0,1,1,410,0,-5659.12,-4178.31,391.667,3.23738,300,5,0,328,0,1,0,0,0),(8798,1178,0,1,1,1122,1,-5111,-3845.37,320.988,4.76514,300,5,0,417,0,1,0,0,0),(8797,1412,0,1,1,134,0,-5019.88,-3717.24,311.639,1.86599,300,10,0,8,0,1,0,0,0),(8796,1089,0,1,1,1628,1,-5832.74,-2602.53,314.068,0.191986,300,0,0,1910,0,0,0,0,0),(8795,1192,0,1,1,1208,0,-5353.63,-4125.63,336.224,1.4987,300,10,0,356,0,1,0,0,0),(8794,1185,0,1,1,520,0,-5183.01,-4043.84,327.37,2.78031,300,10,0,386,0,1,0,0,0),(8793,1189,0,1,1,762,0,-5106.28,-3748.49,312.754,0.521326,300,5,0,427,0,1,0,0,0),(8792,1189,0,1,1,762,0,-5250.22,-3886.85,329.485,0.716934,300,10,0,427,0,1,0,0,0),(8791,1189,0,1,1,762,0,-5162.28,-3976.72,330.24,4.34493,300,10,0,427,0,1,0,0,0),(8790,1281,0,1,1,1812,1,-5789.18,-2622.18,320.483,0.709525,300,0,0,1910,0,2,0,0,0),(8789,1179,0,1,1,6692,1,-5043.65,-3852.05,326.241,2.35101,300,5,0,377,408,1,0,0,0),(8788,167,0,1,1,1844,0,-5343.68,-2932.13,324.444,4.15388,300,0,0,273,0,0,0,0,0),(8746,1105,0,1,1,1572,0,-5359.14,-3020.87,319.565,4.06662,300,0,0,328,0,0,0,0,0),(8745,2510,0,1,1,1801,1,-5346.88,-2962.26,323.759,4.82375,300,0,0,1910,0,0,0,0,0),(8744,1412,0,1,1,134,0,-4921.92,-3680.99,310.186,5.20487,300,10,0,8,0,1,0,0,0),(8743,9989,0,1,1,9263,0,-5372.23,-2949.25,324.02,0.314159,300,0,0,1003,0,0,0,0,0),(8742,1340,0,1,1,1892,1,-5365.12,-2938.79,326.76,2.33269,300,0,0,1910,0,2,0,0,0),(8741,1139,0,1,1,1597,0,-5305.5,-2948.04,334.176,4.95674,300,0,0,484,0,0,0,0,0),(8738,1681,0,1,1,1822,0,-5366.93,-3014.87,319.565,0.139626,300,0,0,328,0,0,0,0,0),(8737,1153,0,1,1,1656,0,-5366.19,-3021.68,319.565,2.46091,300,0,0,328,0,0,0,0,0),(8736,2517,0,1,1,1795,1,-5350.79,-2981.75,324.074,4.20276,300,0,0,1910,0,0,0,0,0),(8735,1189,0,1,1,762,0,-5029.34,-3771.12,318.406,3.93804,300,5,0,427,0,1,0,0,0),(8734,1192,0,1,1,1208,0,-5184.57,-3648.87,303.686,2.09622,300,10,0,356,0,1,0,0,0),(32423,3917,1,1,1,525,0,1876.46,-1306.84,82.3311,4.29145,300,10,0,544,581,1,0,0,0),(8732,1189,0,1,1,762,0,-5095.41,-3707.06,312.909,4.27198,300,10,0,427,0,1,0,0,0),(8731,1189,0,1,1,762,0,-5121.69,-3783.72,316.927,5.04648,300,5,0,427,0,1,0,0,0),(8730,1166,0,1,1,764,1,-4873.57,-3335.92,307.102,6.06798,300,0,0,253,264,0,0,0,0),(8728,1185,0,1,1,520,0,-5148.45,-4079.78,321.607,1.26511,300,10,0,386,0,1,0,0,0),(8727,1163,0,1,1,160,1,-4877.12,-3326.42,305.754,3.68265,300,0,0,273,0,0,0,0,0),(8726,1192,0,1,1,1208,0,-5222.33,-3730.97,312.939,4.68505,300,10,0,356,0,1,0,0,0),(8725,1192,0,1,1,1208,0,-5249.05,-3685.56,304.121,1.79382,300,10,0,356,0,1,0,0,0),(8724,1192,0,1,1,1208,0,-5133.26,-3736.91,311.365,1.65491,300,5,0,356,0,1,0,0,0),(8723,1166,0,1,1,764,1,-5038.67,-3361.67,298.385,5.11615,300,3,0,253,264,1,0,0,0),(8722,1412,0,1,1,134,0,-5153.17,-3715.96,312.427,1.9028,300,10,0,8,0,1,0,0,0),(8721,1693,0,1,1,1034,0,-5230.93,-3476.59,302.812,5.93241,300,10,0,300,0,1,0,0,0),(8720,1163,0,1,1,160,1,-4872.61,-3321.07,305.504,4.53786,300,0,0,273,0,0,0,0,0),(8719,1164,0,1,1,722,1,-4930.66,-3434.37,306.786,4.71951,300,2,0,328,0,1,0,0,0),(8718,1693,0,1,1,1034,0,-5209.3,-3459.75,298.952,3.55469,300,10,0,300,0,1,0,0,0),(8717,1166,0,1,1,764,1,-4891.53,-3346.09,309.352,3.43789,300,5,0,253,264,1,0,0,0),(8716,1163,0,1,1,160,1,-4867.4,-3324.54,305.129,3.19395,300,0,0,273,0,0,0,0,0),(8715,1166,0,1,1,764,1,-4875.31,-3309.27,306.629,4.11376,300,10,0,253,264,1,0,0,0),(8714,1166,0,1,1,764,1,-5038.03,-3334.71,299.51,5.44543,300,0,0,253,264,0,0,0,0),(8712,1166,0,1,1,764,1,-4948.31,-3389.18,306.929,4.04268,300,5,0,253,264,1,0,0,0),(8711,1166,0,1,1,764,1,-5037.87,-3342.51,299.51,0.959931,300,0,0,253,264,0,0,0,0),(8710,1166,0,1,1,764,1,-5029.35,-3340.53,299.371,1.60981,300,0,0,253,264,0,0,0,0),(8709,1166,0,1,1,764,1,-4929.85,-3397,303.936,4.26407,300,10,0,253,264,1,0,0,0),(8705,1197,0,1,1,763,1,-4926.93,-3443.27,307.911,0,300,2,0,301,326,1,0,0,0),(8702,1193,0,1,1,1004,0,-4816.79,-3183.81,285.566,0,300,0,0,247,0,0,0,0,0),(8699,1224,0,1,1,867,0,-5552.41,-3379.55,281.788,0.424615,300,10,0,449,0,1,0,0,0),(8698,1163,0,1,1,160,1,-4928.6,-3387.28,304.436,4.9983,300,3,0,273,0,1,0,0,0),(8697,1193,0,1,1,1004,0,-4975.69,-3190.81,279.047,0.304033,300,10,0,247,0,1,0,0,0),(8696,1166,0,1,1,764,1,-6061.31,-2750.79,418.191,4.34587,300,0,0,253,264,0,0,0,0),(8695,1166,0,1,1,764,1,-6070.43,-2765.21,414.785,4.97648,300,3,0,253,264,1,0,0,0),(8694,1163,0,1,1,160,1,-6067.52,-2752.58,417.535,5.18363,300,0,0,273,0,0,0,0,0),(8693,1412,0,1,1,134,0,-5381.27,-3078.8,352.051,3.50134,300,10,0,8,0,1,0,0,0),(8692,1185,0,1,1,520,0,-5240.03,-4170.24,358.853,5.54571,300,5,0,386,0,1,0,0,0),(8691,1185,0,1,1,520,0,-5125.52,-4043.33,323.041,3.89937,300,10,0,386,0,1,0,0,0),(8690,14268,0,1,1,14313,0,-5865.87,-4138.18,387.28,0.43605,18000,20,0,328,0,1,0,0,0),(8689,1166,0,1,1,764,1,-4916.49,-3401.62,305.363,2.08688,300,10,0,253,264,1,0,0,0),(8688,1163,0,1,1,160,1,-4922.77,-3407.41,304.863,2.71691,300,10,0,273,0,1,0,0,0),(8687,1693,0,1,1,1034,0,-5175.78,-3471.34,303.965,0.066438,300,10,0,300,0,1,0,0,0),(8686,1693,0,1,1,1034,0,-5157.03,-3553.47,302.961,6.11533,300,10,0,300,0,1,0,0,0),(8685,1224,0,1,1,867,0,-5420.07,-3320.86,265.697,0.83365,300,10,0,449,0,1,0,0,0),(8684,1412,0,1,1,134,0,-5137.66,-3077.8,322.204,0.160971,300,10,0,8,0,1,0,0,0),(8683,1194,0,1,1,410,0,-5863.22,-4097.45,390.512,0.505127,300,5,0,328,0,1,0,0,0),(27533,4851,70,1,1,721,1,-228.116,177.455,-44.6301,3.06182,86400,2,0,1469,0,1,0,0,0),(8682,1412,0,1,1,134,0,-5076.24,-2855.04,323.012,5.77611,300,10,0,8,0,1,0,0,0),(8681,2098,0,1,1,10000,0,-4711.65,-2745.29,325.609,0.65935,300,10,0,102,0,1,0,0,0),(8670,1202,0,1,1,26,1,-4941.14,-3014.38,328.308,3.94444,300,0,0,222,0,0,0,0,0),(8399,2098,0,1,1,10002,0,-4780.57,-2870.39,324.846,4.9872,300,10,0,102,0,1,0,0,0); +INSERT INTO `creature` VALUES (27532,6910,70,1,1,5945,0,-225.598,161.224,-44.5463,0.034907,86400,0,0,3540,2472,0,0,0,0),(27531,4855,70,1,1,11166,0,57.4593,447.311,-40.9598,0,86400,0,0,4185,0,0,0,0,0),(15581,2349,0,1,1,6808,0,-642.558,-1132.5,62.9751,0.636862,300,10,0,664,0,1,0,0,0),(32422,3917,1,1,1,525,0,2000.87,-1214.95,60.3939,3.6542,300,10,0,544,581,1,0,0,0),(8398,1176,0,1,1,10912,1,-4944.92,-3014.32,328.808,5.39307,300,0,0,222,0,0,0,0,0),(8397,1693,0,1,1,1034,0,-5435.31,-3716.03,298.035,0.877084,300,10,0,300,0,1,0,0,0),(8396,1188,0,1,1,762,0,-5752.11,-4146.75,387.985,4.85739,300,10,0,328,0,1,0,0,0),(8395,1194,0,1,1,410,0,-5658.74,-4111.37,388.702,4.46343,300,5,0,328,0,1,0,0,0),(8394,1184,0,1,1,827,0,-5437.28,-3917.53,339.824,2.01085,300,10,0,273,0,1,0,0,0),(8393,1194,0,1,1,410,0,-5416.81,-3879.94,334.016,3.52558,300,10,0,328,0,1,0,0,0),(8392,1194,0,1,1,410,0,-5455.28,-3948.33,344.884,2.15878,300,10,0,328,0,1,0,0,0),(8391,1693,0,1,1,1034,0,-5210.48,-3483.99,297.755,5.16197,300,10,0,300,0,1,0,0,0),(8390,1693,0,1,1,1034,0,-5207.08,-3562.47,299.665,1.90922,300,10,0,300,0,1,0,0,0),(8389,1693,0,1,1,1034,0,-5254.51,-3498.19,299.739,3.47481,300,10,0,300,0,1,0,0,0),(8388,1189,0,1,1,762,0,-5310.41,-4039.75,332.223,3.92962,300,10,0,427,0,1,0,0,0),(8387,1189,0,1,1,762,0,-5302.79,-4083.21,328.336,3.18454,300,10,0,427,0,1,0,0,0),(8386,1189,0,1,1,762,0,-5252.85,-4145.94,335.38,3.49237,300,5,0,427,0,1,0,0,0),(8385,1185,0,1,1,520,0,-5186.22,-4094.25,322.345,1.28177,300,10,0,386,0,1,0,0,0),(8384,1189,0,1,1,762,0,-5256.28,-4101.75,326.35,1.87461,300,10,0,427,0,1,0,0,0),(8383,1185,0,1,1,520,0,-5157.04,-4140.59,331.765,4.2793,300,5,0,386,0,1,0,0,0),(8382,1693,0,1,1,1034,0,-5165.32,-3614.6,298.505,5.87368,300,10,0,300,0,1,0,0,0),(8381,1693,0,1,1,1034,0,-5182.86,-3541.25,301.929,4.55751,300,10,0,300,0,1,0,0,0),(8380,1184,0,1,1,827,0,-5423.12,-3957.26,344.253,4.92193,300,10,0,273,0,1,0,0,0),(8379,1188,0,1,1,762,0,-5419.24,-4051.78,339.084,4.33344,300,10,0,328,0,1,0,0,0),(8378,1194,0,1,1,410,0,-5819.78,-3954.28,362.533,3.53623,300,10,0,328,0,1,0,0,0),(8377,1336,0,1,1,1813,1,-4820.65,-2700.55,327.03,6.21337,300,0,0,1910,0,0,0,0,0),(8376,1278,0,1,1,1804,1,-5400.07,-2890.89,342.151,3.8275,300,0,0,1910,0,2,0,0,0),(8375,1693,0,1,1,1034,0,-5521.67,-3489.78,298.684,4.15465,300,10,0,300,0,1,0,0,0),(8374,1185,0,1,1,520,0,-5117.74,-4131.25,324.063,2.71028,300,5,0,386,0,1,0,0,0),(8373,1185,0,1,1,520,0,-5228.96,-4210.46,355.98,4.82003,300,5,0,386,0,1,0,0,0),(8372,1185,0,1,1,520,0,-5223.81,-4221.46,360.702,5.42461,300,5,0,386,0,1,0,0,0),(8371,1224,0,1,1,867,0,-5193.04,-3325.69,240.593,5.68654,300,10,0,449,0,1,0,0,0),(8370,14266,0,1,1,1103,0,-5450.6,-4147.61,392.301,1.53796,9200,0,0,449,0,2,0,0,0),(8369,3836,0,1,1,1927,0,-6032.95,-2495.33,310.092,5.8294,300,0,0,2138,0,0,0,0,0),(8368,1412,0,1,1,134,0,-5021.65,-2770.7,323.943,5.97564,300,10,0,8,0,1,0,0,0),(8367,1178,0,1,1,1122,1,-5009.46,-3890.06,309.664,2.09648,300,10,0,417,0,1,0,0,0),(8366,1179,0,1,1,6692,1,-5080.04,-3825.57,317.04,5.65999,300,5,0,377,408,1,0,0,0),(8365,1192,0,1,1,1208,0,-5193.48,-3714.52,307.996,5.20223,300,10,0,356,0,1,0,0,0),(8364,1192,0,1,1,1208,0,-5259.04,-3796.77,319.419,4.59288,300,10,0,356,0,1,0,0,0),(8363,1188,0,1,1,762,0,-5823.62,-3880.9,349.803,2.96907,300,10,0,328,0,1,0,0,0),(8362,1191,0,1,1,3027,0,-5842.4,-4142.2,387.139,0.818646,300,10,0,300,0,1,0,0,0),(8361,1412,0,1,1,134,0,-5212.5,-2795.83,340.396,5.17142,300,10,0,8,0,1,0,0,0),(8360,1412,0,1,1,134,0,-5268.33,-3065.3,344.019,4.0487,300,10,0,8,0,1,0,0,0),(8359,1412,0,1,1,134,0,-5817.96,-3316.81,298.802,2.01236,300,10,0,8,0,1,0,0,0),(1248,1114,0,1,1,845,0,-12548.1,-920.153,43.3442,5.92044,300,5,0,1804,0,1,0,0,0),(8358,1412,0,1,1,134,0,-5775.32,-3586.25,332.782,5.97498,300,10,0,8,0,1,0,0,0),(1247,696,0,1,1,4622,1,-12866.1,-799.117,54.9599,5.95157,300,2,0,1678,0,1,0,0,0),(1246,685,0,1,1,788,0,-11824.3,707.507,44.7131,1.38223,300,10,0,1221,0,1,0,0,0),(1245,672,0,1,1,4621,1,-12963.2,-820.266,69.7316,1.55549,300,0,0,1711,1483,0,0,0,0),(1244,1114,0,1,1,845,0,-12560.6,-853.063,47.2671,3.0265,300,5,0,1804,0,1,0,0,0),(1243,1114,0,1,1,845,0,-12275.1,-379.787,15.3067,2.01698,300,5,0,1804,0,1,0,0,0),(1242,667,0,1,1,4632,1,-12937.6,-871.019,70.6112,1.13446,300,5,0,1678,0,1,0,0,0),(1241,879,0,1,1,1079,1,-12182.4,674.705,-69.7535,3.62119,1800,5,0,1403,0,1,0,0,0),(8357,1207,0,1,1,721,0,-6153.27,-2949.13,411.771,4.36332,300,0,0,356,0,0,0,0,0),(27530,4853,70,1,1,1194,1,50.8847,452.713,-40.9676,4.50295,86400,0,0,3405,1186,0,0,0,0),(32421,3917,1,1,1,525,0,1940.09,-1171.98,64.3597,3.53262,300,10,0,544,581,1,0,0,0),(1240,687,0,1,1,11317,0,-13145.7,415.928,18.9146,1.46899,300,5,0,1829,0,1,0,0,0),(1239,667,0,1,1,4632,1,-12907.6,-875.31,70.104,0,300,5,0,1678,0,1,0,0,0),(8356,1206,0,1,1,721,1,-6158.13,-2951.27,410.714,6.24828,300,0,0,356,0,0,0,0,0),(18402,2879,0,1,1,0,0,-8422,553.205,95.532,5.393,540,0,0,1753,0,0,0,0,0),(27529,4863,70,1,1,4486,0,59.4307,453.107,-40.9609,4.01426,86400,0,0,4008,0,0,0,0,0),(8355,1205,0,1,1,1194,1,-6151.45,-2952.78,411.501,2.67035,300,0,0,386,0,0,0,0,0),(8354,1192,0,1,1,1208,0,-5225.52,-3823.44,321.206,2.01397,300,10,0,356,0,1,0,0,0),(8353,1192,0,1,1,1208,0,-5192.25,-3818.22,327.477,2.95984,300,10,0,356,0,1,0,0,0),(8352,1189,0,1,1,762,0,-5157.38,-3883.6,329.077,3.40836,300,10,0,427,0,1,0,0,0),(8351,1189,0,1,1,762,0,-5310.43,-4003.19,334.899,6.16527,300,5,0,427,0,1,0,0,0),(8350,1189,0,1,1,762,0,-5232,-3974.55,328.959,4.18286,300,10,0,427,0,1,0,0,0),(8349,1188,0,1,1,762,0,-5963.1,-3736.61,345.402,0.244979,300,5,0,328,0,1,0,0,0),(8348,1194,0,1,1,410,0,-5850.84,-3940.13,353.715,1.28739,300,10,0,328,0,1,0,0,0),(8347,1412,0,1,1,134,0,-5919.98,-3619.79,353.017,5.35871,300,10,0,8,0,1,0,0,0),(8346,1191,0,1,1,3027,0,-5545.48,-3730.98,315.717,1.41882,300,10,0,300,0,1,0,0,0),(8345,1191,0,1,1,3027,0,-5542.43,-3692.5,303.02,5.56931,300,10,0,300,0,1,0,0,0),(8344,1192,0,1,1,1208,0,-5212.61,-3844.17,324.552,0.652482,300,10,0,356,0,1,0,0,0),(8343,1192,0,1,1,1208,0,-5247.3,-3851.91,327.243,5.31015,300,10,0,356,0,1,0,0,0),(8342,1191,0,1,1,3027,0,-5861.55,-3441.74,315.156,0.595045,300,10,0,300,0,1,0,0,0),(8341,1166,0,1,1,764,1,-6139.04,-2947.42,396.833,4.93773,300,2,0,253,264,1,0,0,0),(8340,1197,0,1,1,763,1,-6208.3,-2998.87,386.201,1.45448,300,2,0,301,326,1,0,0,0),(8339,1164,0,1,1,722,1,-6186.95,-3023.44,389.874,2.92048,300,2,0,328,0,1,0,0,0),(8338,1166,0,1,1,764,1,-6159.63,-2958.6,400.459,4.07093,300,2,0,253,264,1,0,0,0),(8337,1164,0,1,1,722,1,-6202.29,-3021.71,386.595,2.23489,300,2,0,328,0,1,0,0,0),(8336,1163,0,1,1,160,1,-5980.93,-2765.49,400.062,4.4855,300,0,0,273,0,0,0,0,0),(8335,1933,0,1,1,857,0,-5063.14,-3755.42,311.951,6.20325,300,5,0,14,0,1,0,0,0),(27528,4854,70,1,1,11165,1,56.7096,455.299,-40.9623,4.2586,86400,0,0,6130,2566,0,0,0,0),(32420,3917,1,1,1,525,0,1999.55,-1152.56,80.6255,2.41408,300,10,0,544,581,1,0,0,0),(1238,780,0,1,1,4616,1,-12944.2,-865.516,70.4187,0.750492,300,5,0,1357,1236,1,0,0,0),(1237,698,0,1,1,320,0,-11617.6,618.292,50.3413,4.39823,300,2,0,1279,0,1,0,0,0),(1236,691,0,1,1,5561,0,-12115.8,914.007,1.44607,2.64715,300,5,0,1469,0,1,0,0,0),(1235,2530,0,1,1,4663,1,-13650.9,-268.997,8.30007,2.29079,300,0,0,1902,0,0,0,0,0),(1234,1491,0,1,1,4923,1,-13637.8,-378.988,1.02494,0.822812,300,5,0,2138,0,1,0,0,0),(1233,1108,0,1,1,843,0,-11948.5,-118.453,7.72756,5.53927,300,3,0,1427,0,1,0,0,0),(1232,1488,0,1,1,1065,0,-13648.7,-302.935,8.1844,5.64143,300,3,0,2059,0,1,0,0,0),(1231,684,0,1,1,633,0,-13047.7,-303,13.3939,5.5434,300,5,0,1536,0,1,0,0,0),(1230,736,0,1,1,599,0,-11606.8,-701.346,31.1563,2.75762,300,3,0,1163,0,1,0,0,0),(1229,736,0,1,1,599,0,-11607.8,-694.851,31.1587,4.08407,300,2,0,1163,0,1,0,0,0),(1228,681,0,1,1,598,0,-11822.1,-248.948,17.048,1.98466,300,10,0,1050,0,1,0,0,0),(1227,772,0,1,1,614,0,-12912.6,-353.317,13.4452,1.8268,300,5,0,1536,0,1,0,0,0),(1226,855,0,1,1,180,0,-11860.4,679.146,46.1837,4.36947,300,3,0,1050,0,1,0,0,0),(1225,685,0,1,1,788,0,-11856.4,678.568,45.9035,6.1382,300,5,0,1221,0,1,0,0,0),(17724,1924,0,1,1,574,0,519.066,947.682,128.623,5.14471,275,5,0,328,0,1,0,0,0),(17723,1924,0,1,1,574,0,481.46,993.508,129.407,5.42797,275,0,0,328,0,0,0,0,0),(15580,2349,0,1,1,6808,0,-792.877,-112.154,32.6091,3.72255,300,5,0,664,0,1,0,0,0),(15579,2356,0,1,1,3201,0,-77.5577,-1195.15,48.3649,1.48755,300,5,0,944,0,1,0,0,0),(15577,17108,0,1,1,4157,1,-352.33,-718.192,62.5891,3.7001,300,0,0,840,0,0,0,0,0),(15578,2261,0,1,1,3624,1,-551.939,-1549.72,53.9464,3.30272,300,0,0,494,0,0,0,0,0),(15575,2349,0,1,1,6808,0,-893.193,-1442.01,56.2167,0.856759,300,10,0,664,0,1,0,0,0),(15576,17108,0,1,1,4157,1,-358.834,-725.124,57.7258,5.48576,300,0,0,840,0,0,0,0,0),(15574,2348,0,1,1,8014,0,-783.975,-833.379,17.8699,5.43416,300,5,0,787,0,1,0,0,0),(15572,2356,0,1,1,3201,0,-855.191,-1469.6,58.4068,5.11395,300,5,0,944,0,1,0,0,0),(15573,2354,0,1,1,1007,0,-582.08,-607.104,41.4361,2.14742,300,10,0,742,0,1,0,0,0),(15570,2349,0,1,1,6808,0,-991.88,-253.419,60.6771,2.6176,300,3,0,664,0,1,0,0,0),(15571,721,0,1,1,328,0,-761.759,-624.801,16.9561,1.12047,300,10,0,1,0,1,0,0,0),(15568,2269,0,1,1,3629,1,-704.376,50.0911,12.3267,0.523599,300,0,0,787,0,0,0,0,0),(15569,2269,0,1,1,3629,1,-734.345,42.2822,11.523,2.46091,300,0,0,787,0,0,0,0,0),(15566,2269,0,1,1,3629,1,-717.697,58.9673,9.6061,1.90241,300,0,0,787,0,0,0,0,0),(15567,2269,0,1,1,3629,1,-710.426,29.8424,12.8298,4.90438,300,0,0,787,0,0,0,0,0),(17722,1767,0,1,1,441,1,1304.95,755.38,30.9553,3.42976,275,5,0,247,0,1,0,0,0),(15564,2349,0,1,1,6808,0,-682.273,180.748,48.2066,3.81206,300,10,0,664,0,1,0,0,0),(15565,2349,0,1,1,6808,0,-646.077,214.463,59.2909,5.15742,300,5,0,664,0,1,0,0,0),(15562,2261,0,1,1,3624,1,-614.053,-1549.11,64.5659,1.03841,300,3,0,494,0,1,0,0,0),(15563,2356,0,1,1,3201,0,-68.66,-1181.52,47.3617,4.32841,300,10,0,944,0,1,0,0,0),(15560,2408,0,1,1,1244,0,-147.432,-1122.47,35.0195,1.45066,300,10,0,1050,0,1,0,0,0),(15561,2408,0,1,1,1244,0,-89.647,-1107.8,36.2228,2.40457,300,10,0,1050,0,1,0,0,0),(17721,1924,0,1,1,574,0,482.359,984.114,128.657,1.11701,275,0,0,328,0,0,0,0,0),(17720,1767,0,1,1,441,1,1314.31,768.897,29.4937,5.62501,275,10,0,247,0,1,0,0,0),(17719,1782,0,1,1,574,0,483.077,988.351,128.782,4.67748,275,0,0,273,0,0,0,0,0),(15558,2405,0,1,1,3663,1,-13.0726,-817.948,57.7382,0.040881,300,0,0,3696,0,0,0,0,0),(15559,2408,0,1,1,1244,0,109.992,-1144.96,35.6038,0.159823,300,10,0,1050,0,1,0,0,0),(17718,1767,0,1,1,441,1,1314.6,804.28,32.8589,4.65868,275,10,0,247,0,1,0,0,0),(15555,2408,0,1,1,1244,0,-10.297,-1111.86,36.0626,1.60984,300,10,0,1050,0,1,0,0,0),(15556,2371,0,1,1,4982,1,-1117.09,-753.841,-6.07283,2.30362,300,10,0,935,878,1,0,0,0),(15557,2408,0,1,1,1244,0,38.7226,-1118.58,35.1442,0.223194,300,10,0,1050,0,1,0,0,0),(15553,2384,0,1,1,1059,0,-675.932,-724.077,7.0073,4.49732,300,5,0,617,0,1,0,0,0),(15554,2385,0,1,1,1056,0,-865.341,-778.99,17.3005,4.18716,300,5,0,840,0,1,0,0,0),(15551,2348,0,1,1,8014,0,-1063.24,-876.433,38.3458,3.27273,300,10,0,787,0,1,0,0,0),(15552,2348,0,1,1,8014,0,-1046.49,-1332.81,55.7631,0.558185,300,10,0,787,0,1,0,0,0),(15550,2348,0,1,1,8014,0,-1101.56,-1306.42,55.754,5.61272,300,5,0,787,0,1,0,0,0),(15549,2442,0,1,1,1060,0,-408.131,-53.2522,54.4545,4.92183,300,0,0,1,0,0,0,0,0),(15548,2348,0,1,1,8014,0,-1048.86,-1276.93,57.8981,1.18391,300,10,0,787,0,1,0,0,0),(32419,3917,1,1,1,525,0,2053.68,-1068.15,94.2211,5.32504,300,10,0,544,581,1,0,0,0),(32418,3917,1,1,1,525,0,2080.62,-1017.55,96.3733,0.752807,300,10,0,544,581,1,0,0,0),(32417,3917,1,1,1,525,0,2018.67,-1042.78,84.3793,4.83674,300,10,0,544,581,1,0,0,0),(32416,3917,1,1,1,525,0,1958.73,-1008.68,77.2919,1.92408,300,10,0,544,581,1,0,0,0),(32415,3917,1,1,1,525,0,1954.98,-1048.39,94.2087,3.59215,300,10,0,544,581,1,0,0,0),(32414,3917,1,1,1,525,0,1997.6,-1050.17,95.6676,1.21294,300,10,0,544,581,1,0,0,0),(32413,3917,1,1,1,525,0,1988.13,-1146.33,82.4527,3.68352,300,10,0,544,581,1,0,0,0),(32412,3917,1,1,1,525,0,1994.24,-1070.94,95.0961,2.76934,300,10,0,544,581,1,0,0,0),(32411,3917,1,1,1,525,0,2081.34,-1236.67,98.1509,3.42472,300,10,0,544,581,1,0,0,0),(32410,3917,1,1,1,525,0,2033.92,-960.743,84.4851,5.10523,300,10,0,544,581,1,0,0,0),(32409,3917,1,1,1,525,0,2081.21,-975.649,96.728,3.35624,300,10,0,544,581,1,0,0,0),(32408,3917,1,1,1,525,0,1930.38,-1241.92,58.4058,0.650337,300,10,0,544,581,1,0,0,0),(32407,3917,1,1,1,525,0,1919.5,-1224.06,66.3743,5.49922,300,10,0,544,581,1,0,0,0),(32406,3917,1,1,1,525,0,1897.6,-1195.88,77.0295,4.34676,300,10,0,544,581,1,0,0,0),(32405,3917,1,1,1,525,0,1971.31,-1201.6,59.8145,3.57073,300,10,0,544,581,1,0,0,0),(32404,3917,1,1,1,525,0,1904,-1234.47,68.7134,1.20334,300,10,0,544,581,1,0,0,0),(32403,3917,1,1,1,525,0,1911.13,-1136.32,71.7567,4.22778,300,10,0,544,581,1,0,0,0),(32402,3917,1,1,1,525,0,1910.09,-1064.78,67.2693,0.015624,300,10,0,544,581,1,0,0,0),(32401,3917,1,1,1,525,0,1945.87,-1086.45,80.5476,3.38691,300,10,0,544,581,1,0,0,0),(32400,3917,1,1,1,525,0,2002.08,-1275.75,68.7719,4.71239,300,10,0,544,581,1,0,0,0),(32399,3917,1,1,1,525,0,1976.52,-1270.91,62.3705,4.1411,300,10,0,544,581,1,0,0,0),(32398,3917,1,1,1,525,0,1963.99,-1290.63,65.6451,0,300,10,0,544,581,1,0,0,0),(32397,3917,1,1,1,525,0,1895.84,-1305.89,86.4896,4.66755,300,10,0,544,581,1,0,0,0),(32396,3917,1,1,1,525,0,1876.04,-1087.91,73.4337,1.5708,300,10,0,544,581,1,0,0,0),(31375,4378,1,1,1,2538,0,-2815.56,-2585.78,33.3162,0.621209,360,3,0,1469,0,1,0,0,0),(31374,4345,1,1,1,807,0,-4691.16,-3274.23,30.1053,5.65453,360,10,0,1751,0,1,0,0,0),(31373,4379,1,1,1,2541,0,-2822.75,-2628.86,35.8102,1.83602,360,0,0,1469,0,0,0,0,0),(31372,4324,1,1,1,397,0,-4688.41,-3328.51,38.0137,0.938401,360,10,0,1416,1236,1,0,0,0),(32395,3917,1,1,1,525,0,1853.33,-1253.93,83.2336,2.7373,300,10,0,544,581,1,0,0,0),(31371,4378,1,1,1,2538,0,-2823.25,-2684.59,33.6761,1.075,360,0,0,1469,0,0,0,0,0),(31370,4379,1,1,1,2541,0,-2812.52,-2650.37,32.9228,1.73972,360,0,0,1469,0,0,0,0,0),(31369,4329,1,1,1,143,1,-4318.91,-3351.63,40.8784,5.46161,360,5,0,1751,0,1,0,0,0),(31368,4376,1,1,1,545,0,-2813.31,-2671.95,32.5499,1.80223,360,0,0,1469,0,0,0,0,0),(31367,4415,1,1,1,11348,0,-3780.77,-3702.8,46.5959,4.63057,360,5,0,1751,0,1,0,0,0),(31366,4379,1,1,1,2541,0,-2830.49,-2707.51,38.298,1.32289,360,0,0,1469,0,0,0,0,0),(31365,4331,1,1,1,8249,1,-4505.11,-3960.96,32.0703,4.58899,360,0,0,1471,1283,0,0,0,0),(31364,4329,1,1,1,143,1,-4507.84,-3966.77,34.4568,4.589,360,5,0,1751,0,1,0,0,0),(31363,4341,1,1,1,1080,0,-2702.65,-3338.72,29.1474,1.64562,360,10,0,1403,0,1,0,0,0),(31362,4378,1,1,1,2538,0,-2744.73,-2580.89,31.0342,0.294888,360,3,0,1469,0,1,0,0,0),(31361,4348,1,1,1,2708,0,-4249.65,-3570.26,39.0706,0.978462,360,5,0,1674,0,1,0,0,0),(31360,4328,1,1,1,8310,1,-4707.25,-3529.24,38.9099,0.53374,360,5,0,1471,1283,1,0,0,0),(31359,4379,1,1,1,2541,0,-2762.87,-2581.13,31.0662,4.99544,360,3,0,1469,0,1,0,0,0),(31358,4323,1,1,1,715,0,-4401.11,-3691.1,39.468,6.15592,360,10,0,1751,0,1,0,0,0),(31357,4376,1,1,1,545,0,-2743.15,-2592.93,31.5807,0.915622,360,0,0,1469,0,0,0,0,0),(31356,4379,1,1,1,2541,0,-2821.34,-2606.5,35.4572,2.56923,360,3,0,1469,0,1,0,0,0),(31355,4376,1,1,1,545,0,-2799.87,-2618.57,36.9854,0.113632,360,3,0,1469,0,1,0,0,0),(31354,4379,1,1,1,2541,0,-2785.08,-2614.19,36.8648,4.69057,360,3,0,1469,0,1,0,0,0),(31353,4334,1,1,1,8309,1,-4703.55,-3503.24,36.7867,4.72411,360,5,0,1522,1332,1,0,0,0),(31352,4401,1,1,1,2426,0,-4188.31,-3912.18,-8.04785,4.50891,360,5,0,1403,0,1,0,0,0),(31351,4334,1,1,1,8309,1,-4677.16,-3503.34,36.919,1.58642,360,5,0,1522,1332,1,0,0,0),(31350,4403,1,1,1,2599,0,-4186.19,-3887.15,-2.49762,1.52451,360,5,0,1464,0,1,0,0,0),(31349,23555,1,1,1,10255,0,-2772.7,-3755.63,28.6474,5.66577,360,10,0,1403,0,1,0,0,0),(31348,23555,1,1,1,1196,0,-2847.69,-3817.15,28.6474,3.57903,360,10,0,1403,0,1,0,0,0),(31347,23555,1,1,1,10255,0,-2910.22,-3814.21,28.6474,0.586343,360,10,0,1403,0,1,0,0,0),(31346,4323,1,1,1,715,0,-4486.9,-3481.41,37.4863,5.14576,360,10,0,1751,0,1,0,0,0),(31345,23554,1,1,1,10771,0,-2852.08,-3952.6,37.1531,2.15883,360,10,0,1403,0,1,0,0,0),(31344,5184,1,1,1,4679,1,-3078.85,-3208.81,33.4141,6.24287,360,0,0,1403,0,2,0,0,0),(31343,4324,1,1,1,397,0,-4445.08,-3366.94,36.4096,4.69286,360,10,0,1416,1236,1,0,0,0),(31342,23554,1,1,1,10771,0,-3047.66,-4017.34,39.5942,5.50766,360,10,0,1403,0,1,0,0,0),(31341,4324,1,1,1,397,0,-4473.22,-3340.95,32.5225,4.7884,360,10,0,1416,1236,1,0,0,0),(31340,23554,1,1,1,10771,0,-3098.62,-3985.9,35.9542,5.16396,360,10,0,1403,0,1,0,0,0),(31339,4331,1,1,1,8249,1,-4477.27,-3294.37,37.6475,4.02389,360,10,0,1471,1283,1,0,0,0),(31338,4329,1,1,1,143,1,-4483.9,-3299.28,37.3772,4.02391,360,10,0,1751,0,1,0,0,0),(31337,23592,1,1,1,21656,1,-2424.65,-3122.97,35.9414,1.65806,360,0,0,1469,0,0,0,0,0),(31336,4334,1,1,1,8309,1,-4751.18,-3618.92,47.1732,5.10879,360,5,0,1522,1332,1,0,0,0),(31335,4382,1,1,1,2024,0,-2511.11,-3081.79,28.3801,5.73741,360,10,0,1469,0,1,0,0,0),(31334,23592,1,1,1,21657,1,-2493.92,-3134.17,38.5112,1.35425,360,0,0,1469,0,0,0,0,0),(32394,12877,1,1,1,12790,1,2271.91,-2511.46,102.637,3.47321,300,0,0,1342,0,0,0,0,0),(32393,3917,1,1,1,525,0,1957.1,-967.59,59.8302,1.79817,300,10,0,544,581,1,0,0,0),(32392,3917,1,1,1,525,0,1985.34,-958.047,51.2163,5.93151,300,10,0,544,581,1,0,0,0),(32391,3917,1,1,1,525,0,2009.15,-899.827,81.3055,6.17361,300,10,0,544,581,1,0,0,0),(32390,3916,1,1,1,2721,0,2896.49,-1387.24,208.145,5.70683,300,0,0,664,0,0,0,0,0),(32389,3915,1,1,1,643,0,2762.71,-415.493,111.475,3.83448,300,0,0,617,0,0,0,0,0),(32388,6731,1,1,1,10980,0,2365,648.994,152.894,0.174533,300,0,0,840,0,0,0,0,0),(32387,12616,1,1,1,12974,1,2305.64,-2520.15,103.893,5.2709,600,0,0,10572,0,0,0,0,0),(32386,10052,1,1,1,9271,0,2737.16,-405.191,109.184,2.61799,300,0,0,1003,0,0,0,0,0),(32385,12867,1,1,1,12956,1,2054.63,-2400.39,87.825,4.06662,300,0,0,1342,0,0,0,0,0),(32384,10559,1,1,1,4979,1,3722.43,913.772,1.00271,1.84775,19990,0,1,508,544,2,0,0,0),(32383,12863,1,1,1,11872,1,3357.72,995.135,4.76615,0.698132,300,0,0,812,811,0,0,0,0),(32382,12862,1,1,1,11869,1,2045.41,-2396.98,87.8666,1.99619,300,0,0,769,756,0,0,0,0),(32381,3901,1,1,1,2721,0,3001.16,-3322.58,152.267,2.1293,300,0,0,787,0,0,0,0,0),(32380,12859,1,1,1,12971,1,1775.11,-2238.94,106.888,3.29867,300,0,0,531,0,0,0,0,0),(32379,12859,1,1,1,12810,1,1776.5,-2244.44,106.521,6.17846,300,0,0,531,0,0,0,0,0),(32378,12859,1,1,1,12971,1,1775.05,-2241.5,106.812,3.15905,300,0,0,531,0,0,0,0,0),(42566,23309,530,1,1,0,0,-4961.05,211.625,-10.9787,4.03171,250,0,0,6986,0,0,0,0,0),(40740,23164,530,1,1,21446,0,-5133.72,227.198,-26.2682,2.05949,300,0,0,29500,9927,0,0,0,0),(40742,23309,530,1,1,0,0,-4907.27,314.558,-12.1715,1.51844,250,0,0,6986,0,0,0,0,0),(32373,12858,1,1,1,12809,1,1778.68,-2241.09,107.942,0.314159,300,0,0,1302,0,0,0,0,0),(38140,5761,43,1,1,0,0,-335.412,50.9614,-97.7736,2.96918,86400,5,0,1212,456,1,0,0,0),(38139,3840,43,1,1,0,1,-352.573,22.6263,-100.832,4.06662,86400,0,0,1212,912,0,0,0,0),(38138,5761,43,1,1,0,0,-345.685,22.6036,-101.262,3.71755,86400,5,0,1212,456,1,0,0,0),(38137,5761,43,1,1,0,0,-264.569,37.9848,-87.4082,5.53269,86400,5,0,1212,456,1,0,0,0),(38136,3840,43,1,1,0,1,-265.864,43.1378,-87.6643,4.88692,86400,0,0,1212,912,0,0,0,0),(38135,3835,43,1,1,0,0,-272.907,-7.84298,-106.515,0.960826,86400,5,0,8,0,1,0,0,0),(38134,5053,43,1,1,0,0,-273.694,-7.56099,-106.364,3.99369,86400,5,0,417,0,1,0,0,0),(38133,3835,43,1,1,0,0,-251.568,4.82494,-106.714,1.86796,86400,5,0,8,0,1,0,0,0),(38132,5055,43,1,1,0,0,-156.364,-53.7249,-76.8518,5.63513,86400,1,0,135,0,1,0,0,0),(38127,5055,43,1,1,0,0,-162.489,-50.1081,-77.0771,3.75461,86400,1,0,135,0,1,0,0,0),(38126,5055,43,1,1,0,0,-154.376,-48.0688,-78.6814,0.267989,86400,1,0,135,0,1,0,0,0),(38125,3835,43,1,1,0,0,-235.916,-9.51305,-105.674,3.35617,86400,5,0,8,0,1,0,0,0),(38124,3840,43,1,1,0,1,-145.986,-50.8781,-78.394,1.46608,86400,0,0,1212,912,0,0,0,0),(38123,5053,43,1,1,0,0,-249.33,-17.1887,-105.661,4.79718,86400,5,0,417,0,1,0,0,0),(38122,5756,43,1,1,0,0,-219.854,58.6887,-48.9416,5.78034,86400,5,0,1347,0,1,0,0,0),(49666,11357,309,1,1,15275,0,-11770.1,-1622.53,21.2263,0.314159,7200,0,0,15260,0,0,0,0,0),(49665,11357,309,1,1,15275,0,-11722.1,-1695.43,21.1283,2.37036,7200,0,0,15260,0,0,0,0,0),(49664,11357,309,1,1,15275,0,-11716.2,-1695.19,21.1283,4.77213,7200,5,0,15260,0,1,0,0,0),(49663,11359,309,1,1,7829,0,-11714.8,-1701.33,21.1275,4.77227,7200,5,0,44016,0,2,0,0,0),(47623,9679,230,1,1,9054,0,547.548,-291.232,-75.1556,2.97821,7200,0,0,7113,0,0,0,0,0),(47622,9023,230,1,1,8707,0,316.336,-225.528,-77.7258,1.25664,7200,0,0,18968,0,0,0,0,0),(47613,9019,230,1,1,8807,1,1380.18,-831.645,-87.59,1.32645,43200,0,0,24291,0,0,0,0,0),(47612,8899,230,1,1,8820,1,1396.71,-731.332,-91.8982,0.122173,7200,0,0,7359,0,0,0,0,0),(47611,8915,230,1,1,8779,1,1355.17,-823.596,-91.8983,0.994838,7200,0,0,2634,2041,0,0,0,0),(47606,8915,230,1,1,8778,1,1363.32,-824.042,-91.8983,2.56563,7200,0,0,2634,2041,0,0,0,0),(47603,8904,230,1,1,8828,1,1359.98,-817.372,-91.8983,3.9619,7200,0,0,2394,4896,0,0,0,0),(47602,8904,230,1,1,8826,1,1355.33,-817.552,-91.8983,5.35816,7200,0,0,2394,4896,0,0,0,0),(47601,8915,230,1,1,8778,1,1363.85,-766.909,-91.8977,4.57276,7200,0,0,2634,2041,0,0,0,0),(47599,8904,230,1,1,8827,1,1359.19,-772.953,-92.6384,0.10472,7200,0,0,2394,4896,0,0,0,0),(47598,8904,230,1,1,8825,1,1364.69,-778.893,-91.8977,1.79769,7200,0,0,2394,4896,0,0,0,0),(47595,8904,230,1,1,8828,1,1368.69,-775.013,-92.6385,2.72271,7200,0,0,2394,4896,0,0,0,0),(47594,8904,230,1,1,8825,1,1368.32,-770.381,-92.6385,3.54302,7200,0,0,2394,4896,0,0,0,0),(47593,8899,230,1,1,8821,1,1354.42,-771.809,-92.6382,0.383972,7200,0,0,7359,0,0,0,0,0),(47592,8904,230,1,1,8826,1,1352.81,-745.174,-85.0686,2.19912,7200,0,0,2394,4896,0,0,0,0),(47591,8904,230,1,1,8827,1,1353.16,-737.336,-85.0684,4.29351,7200,0,0,2394,4896,0,0,0,0),(47590,8904,230,1,1,8828,1,1348.12,-737.908,-85.0691,5.14872,7200,0,0,2394,4896,0,0,0,0),(47589,8904,230,1,1,8827,1,1348.78,-746.289,-85.0697,1.71042,7200,0,0,2394,4896,0,0,0,0),(47588,8904,230,1,1,8826,1,1345,-738.206,-85.0695,5.55015,7200,0,0,2394,4896,0,0,0,0),(47587,8903,230,1,1,8749,1,1353.81,-750.287,-85.0639,4.17134,7200,0,0,7842,0,0,0,0,0),(47586,8915,230,1,1,9025,1,1425.41,-738.466,-85.0706,3.82227,7200,0,0,2634,2041,0,0,0,0),(47569,8904,230,1,1,8825,1,1421.76,-742.721,-85.0705,1.43117,7200,0,0,2394,4896,0,0,0,0),(47568,8904,230,1,1,8828,1,1426.92,-742.128,-85.0707,2.96706,7200,0,0,2394,4896,0,0,0,0),(18757,2914,530,1,1,0,0,-955.371,5245.58,18.3193,3.48644,300,10,0,8,0,1,0,0,0),(18758,2914,530,1,1,0,0,-974.174,5290.44,18.0688,3.21612,300,10,0,8,0,1,0,0,0),(18759,2914,530,1,1,0,0,-1109.57,5157.8,17.642,2.10366,300,10,0,8,0,1,0,0,0),(18760,2914,530,1,1,0,0,-952.541,5098.37,20.8755,2.61675,300,10,0,8,0,1,0,0,0),(18761,2914,530,1,1,0,0,-846.384,5208.38,18.2833,4.38056,300,10,0,8,0,1,0,0,0),(18762,2914,530,1,1,0,0,-773.432,5226.94,18.7459,1.27191,300,10,0,8,0,1,0,0,0),(18763,2914,530,1,1,0,0,-694.284,5352.88,18.3958,3.30159,300,10,0,8,0,1,0,0,0),(18764,2914,530,1,1,0,0,-418.07,5350.88,17.7558,0.78612,300,10,0,8,0,1,0,0,0),(18765,2914,530,1,1,0,0,-451.289,5431.95,18.1445,4.94102,300,10,0,8,0,1,0,0,0),(18766,2914,530,1,1,0,0,-381.121,5411.78,17.7482,3.63957,300,10,0,8,0,1,0,0,0),(18767,2914,530,1,1,0,0,-281.741,5405.25,17.6739,1.44284,300,10,0,8,0,1,0,0,0),(18768,2914,530,1,1,0,0,-153.872,5487.54,17.499,4.89748,300,10,0,8,0,1,0,0,0),(18769,2914,530,1,1,0,0,-120.477,5578.51,19.2491,1.37823,300,10,0,8,0,1,0,0,0),(18770,2914,530,1,1,0,0,-372.387,5498.24,17.891,2.02794,300,10,0,8,0,1,0,0,0),(18771,2914,530,1,1,0,0,-670.505,5460.83,19.5635,3.25699,300,10,0,8,0,1,0,0,0),(18772,2914,530,1,1,0,0,-936.077,5497.36,17.4991,1.78041,300,10,0,8,0,1,0,0,0),(18773,2914,530,1,1,0,0,-1010.99,5535.07,17.8978,1.67612,300,10,0,8,0,1,0,0,0),(18774,2914,530,1,1,0,0,-1018.69,5714.64,17.497,2.25938,300,10,0,8,0,1,0,0,0),(18775,2914,530,1,1,0,0,-876.847,5746.22,18.3824,3.49565,300,10,0,8,0,1,0,0,0),(18776,2914,530,1,1,0,0,-877.344,5928.51,17.4991,1.8103,300,10,0,8,0,1,0,0,0),(18777,2914,530,1,1,0,0,-798.916,5964.31,17.4991,2.41999,300,10,0,8,0,1,0,0,0),(18778,2914,530,1,1,0,0,-184.334,6050.65,20.6821,6.24009,300,10,0,8,0,1,0,0,0),(18779,2914,530,1,1,0,0,-87.6665,6044.4,18.0015,4.62452,300,10,0,8,0,1,0,0,0),(18780,2914,530,1,1,0,0,30.9491,6086.34,19.29,6.05763,300,10,0,8,0,1,0,0,0),(18781,2914,530,1,1,0,0,92.3887,6048.61,17.6263,4.05337,300,10,0,8,0,1,0,0,0),(18782,2914,530,1,1,0,0,56.5498,6008.06,18.962,0.751035,300,10,0,8,0,1,0,0,0),(18783,2914,530,1,1,0,0,179.967,5963.16,17.4991,2.90689,300,10,0,8,0,1,0,0,0),(18784,2914,530,1,1,0,0,-35.1446,5520.14,17.4991,2.1553,300,10,0,8,0,1,0,0,0),(18785,2914,530,1,1,0,0,-18.0481,5381.56,17.9784,2.89899,300,10,0,8,0,1,0,0,0),(18786,2914,530,1,1,0,0,91.5313,5379.33,18.2491,4.74975,300,10,0,8,0,1,0,0,0),(18787,2914,530,1,1,0,0,84.3872,5394.3,17.9207,2.15392,300,10,0,8,0,1,0,0,0),(18788,2914,530,1,1,0,0,7.15746,5299.79,19.1509,1.54931,300,10,0,8,0,1,0,0,0),(18789,2914,530,1,1,0,0,62.162,5238.85,19.2491,0.907779,300,10,0,8,0,1,0,0,0),(18790,2914,530,1,1,0,0,95.5585,5277.85,17.4991,0.427289,300,10,0,8,0,1,0,0,0),(18791,2914,530,1,1,0,0,203.675,5346.73,19.3467,0.662242,300,10,0,8,0,1,0,0,0),(18792,2914,530,1,1,0,0,229.949,5378.19,23.078,0.559841,300,10,0,8,0,1,0,0,0),(18793,2914,530,1,1,0,0,265.853,5327.31,18.8201,0.694594,300,10,0,8,0,1,0,0,0),(18794,2914,530,1,1,0,0,245.683,5451.81,19.2372,3.55612,300,10,0,8,0,1,0,0,0),(18795,2914,530,1,1,0,0,303.551,5288.56,18.7369,0.181551,300,10,0,8,0,1,0,0,0),(18796,2914,530,1,1,0,0,331.126,5351.17,20.7825,1.07321,300,10,0,8,0,1,0,0,0),(18797,2914,530,1,1,0,0,248.754,5199.14,23.0058,5.62171,300,10,0,8,0,1,0,0,0),(18798,2914,530,1,1,0,0,227.405,5193.48,21.956,1.0993,300,10,0,8,0,1,0,0,0),(18799,2914,530,1,1,0,0,328.825,5206.95,22.3554,4.73777,300,10,0,8,0,1,0,0,0),(18800,2914,530,1,1,0,0,352.07,5177.93,22.3799,5.22831,300,10,0,8,0,1,0,0,0),(18801,2914,530,1,1,0,0,423.928,5110.59,22.0534,4.67526,300,10,0,8,0,1,0,0,0),(18802,2914,530,1,1,0,0,423.198,5164.5,17.453,4.57813,300,10,0,8,0,1,0,0,0),(18803,2914,530,1,1,0,0,476.622,5139.49,20.8488,2.3081,300,10,0,8,0,1,0,0,0),(18804,2914,530,1,1,0,0,463.2,5254.05,-0.244773,2.72198,300,10,0,8,0,1,0,0,0),(18805,2914,530,1,1,0,0,348.165,5304.75,18.9416,4.44751,300,10,0,8,0,1,0,0,0),(18806,2914,530,1,1,0,0,419.189,5329.48,-0.559916,1.64465,300,10,0,8,0,1,0,0,0),(18807,2914,530,1,1,0,0,459.48,5345.3,-1.78149,2.99154,300,10,0,8,0,1,0,0,0),(18808,2914,530,1,1,0,0,378.993,5450.71,22.9891,5.25381,300,10,0,8,0,1,0,0,0),(18809,2914,530,1,1,0,0,493.932,5400.35,-1.0339,0.530049,300,10,0,8,0,1,0,0,0),(18810,2914,530,1,1,0,0,391.584,5497.32,17.499,0.101201,300,10,0,8,0,1,0,0,0),(18811,2914,530,1,1,0,0,309.754,5453.75,19.6707,4.91439,300,10,0,8,0,1,0,0,0),(18812,2914,530,1,1,0,0,450.51,5558.5,17.4991,0.485896,300,10,0,8,0,1,0,0,0),(18813,2914,530,1,1,0,0,386.539,5602.45,18.1761,0.57139,300,10,0,8,0,1,0,0,0),(18814,2914,530,1,1,0,0,404.177,5661.35,22.7491,3.11199,300,10,0,8,0,1,0,0,0),(18815,2914,530,1,1,0,0,501.572,5686.08,17.4987,5.75957,300,10,0,8,0,1,0,0,0),(18816,2914,530,1,1,0,0,547.544,5606.8,18.9479,1.16706,300,10,0,8,0,1,0,0,0),(18817,2914,530,1,1,0,0,660.918,5598.08,23.2138,5.42451,300,10,0,8,0,1,0,0,0),(18818,2914,530,1,1,0,0,623.931,5640.6,23.2588,4.46084,300,10,0,8,0,1,0,0,0),(18819,2914,530,1,1,0,0,740.042,5615.02,21.0108,1.48376,300,10,0,8,0,1,0,0,0),(18820,2914,530,1,1,0,0,706.401,5629.87,19.0852,4.5846,300,10,0,8,0,1,0,0,0),(18821,2914,530,1,1,0,0,672.854,5680.76,22.4771,6.06433,300,10,0,8,0,1,0,0,0),(18822,2914,530,1,1,0,0,798.83,5606.34,20.2244,1.26851,300,10,0,8,0,1,0,0,0),(18823,2914,530,1,1,0,0,800.677,5619.71,22.2183,2.3458,300,10,0,8,0,1,0,0,0),(18824,2914,530,1,1,0,0,799.355,5705.98,21.8214,3.12819,300,10,0,8,0,1,0,0,0),(18825,2914,530,1,1,0,0,861.833,5804.05,28.3709,0.17417,300,10,0,8,0,1,0,0,0),(18826,2914,530,1,1,0,0,904.59,5748.01,16.2947,3.62489,300,10,0,8,0,1,0,0,0),(18827,2914,530,1,1,0,0,834.224,5855,32.7219,5.1995,300,10,0,8,0,1,0,0,0),(18828,2914,530,1,1,0,0,951.612,5765.37,-3.82668,2.23501,300,10,0,8,0,1,0,0,0),(18829,2914,530,1,1,0,0,859.01,5618.66,22.4764,4.48869,300,10,0,8,0,1,0,0,0),(18830,2914,530,1,1,0,0,858.616,5573.1,19.7743,4.1797,300,10,0,8,0,1,0,0,0),(18831,2914,530,1,1,0,0,842.936,5541.62,23.7243,2.53463,300,10,0,8,0,1,0,0,0),(18832,2914,530,1,1,0,0,916.836,5454.45,11.2322,6.18429,300,10,0,8,0,1,0,0,0),(18833,2914,530,1,1,0,0,713.036,5503.85,-3.1309,3.43623,300,10,0,8,0,1,0,0,0),(18834,2914,530,1,1,0,0,518.487,5431.98,-0.13353,2.77512,300,10,0,8,0,1,0,0,0),(18835,2914,530,1,1,0,0,538.98,5198.32,2.38853,1.86599,300,10,0,8,0,1,0,0,0),(18836,2914,530,1,1,0,0,601.872,5201.97,3.12573,0.820629,300,10,0,8,0,1,0,0,0),(18837,2914,530,1,1,0,0,648.928,5215.31,0.27932,3.4842,300,10,0,8,0,1,0,0,0),(18838,2914,530,1,1,0,0,694.759,5264.53,-4.41764,3.06259,300,10,0,8,0,1,0,0,0),(18839,2914,530,1,1,0,0,781.641,5297.65,1.97363,4.76545,300,10,0,8,0,1,0,0,0),(18840,2914,530,1,1,0,0,793.195,5224.87,21.7756,5.51988,300,10,0,8,0,1,0,0,0),(18841,2914,530,1,1,0,0,835.417,5364.58,1.15889,5.9658,300,10,0,8,0,1,0,0,0),(18842,2914,530,1,1,0,0,890.361,5280.26,22.7665,1.40241,300,10,0,8,0,1,0,0,0),(18843,2914,530,1,1,0,0,804.496,5402.21,-2.87137,2.159,300,10,0,8,0,1,0,0,0),(18844,2914,530,1,1,0,0,914.125,5372.8,9.014,4.39015,300,10,0,8,0,1,0,0,0),(18845,2914,530,1,1,0,0,876.502,5223.06,14.3128,3.1539,300,10,0,8,0,1,0,0,0),(18846,2914,530,1,1,0,0,931.474,5209.42,7.724,1.50144,300,10,0,8,0,1,0,0,0),(18847,2914,530,1,1,0,0,956.806,5213.66,2.42376,0.851048,300,10,0,8,0,1,0,0,0),(18848,2914,530,1,1,0,0,920.85,5105.64,2.90772,5.95001,300,10,0,8,0,1,0,0,0),(18849,2914,530,1,1,0,0,817.503,5056.16,5.07671,6.21383,300,10,0,8,0,1,0,0,0),(18850,2914,530,1,1,0,0,841.699,5178.53,15.5001,0.558022,300,10,0,8,0,1,0,0,0),(18851,2914,530,1,1,0,0,755.173,5125.78,17.9767,1.04002,300,10,0,8,0,1,0,0,0),(18852,2914,530,1,1,0,0,648.47,5110.91,19.9622,5.80994,300,10,0,8,0,1,0,0,0),(18853,2914,530,1,1,0,0,671.646,5106.11,19.3275,4.05006,300,10,0,8,0,1,0,0,0),(18854,2914,530,1,1,0,0,542.928,5090.64,19.2296,2.67184,300,10,0,8,0,1,0,0,0),(18855,2914,530,1,1,0,0,176.404,5517.79,18.0075,4.46765,300,10,0,8,0,1,0,0,0),(18856,2914,530,1,1,0,0,118.529,5627.4,19.1211,1.08968,300,10,0,8,0,1,0,0,0),(18857,2914,530,1,1,0,0,147.558,5659.41,17.4867,5.91727,300,10,0,8,0,1,0,0,0),(18858,2914,530,1,1,0,0,224.205,5657.33,17.4991,1.1151,300,10,0,8,0,1,0,0,0),(18859,2914,530,1,1,0,0,191.527,5782.84,17.7687,4.08123,300,10,0,8,0,1,0,0,0),(18860,2914,530,1,1,0,0,360.357,5824.4,17.5921,3.41104,300,10,0,8,0,1,0,0,0),(18861,2914,530,1,1,0,0,420.326,5761.61,17.4991,0.156862,300,10,0,8,0,1,0,0,0),(18862,2914,530,1,1,0,0,607.12,5814.92,17.7031,4.91298,300,10,0,8,0,1,0,0,0),(18863,2914,530,1,1,0,0,620.526,5744.49,17.8201,1.09624,300,10,0,8,0,1,0,0,0),(18864,2914,530,1,1,0,0,708.333,5941.67,17.5387,0.006887,300,10,0,8,0,1,0,0,0),(18865,2914,530,1,1,0,0,697.352,5946.72,17.626,1.93768,300,10,0,8,0,1,0,0,0),(18866,2914,530,1,1,0,0,548.193,6044.26,17.5244,4.23866,300,10,0,8,0,1,0,0,0),(18867,2914,530,1,1,0,0,448.301,5918.64,18.2364,3.86134,300,10,0,8,0,1,0,0,0),(18868,2914,530,1,1,0,0,461.811,6013.64,17.7803,2.91892,300,10,0,8,0,1,0,0,0),(18869,2914,530,1,1,0,0,222.479,6046.34,17.6706,2.94617,300,10,0,8,0,1,0,0,0),(18870,2914,530,1,1,0,0,273.644,6194.2,17.4991,5.54119,300,10,0,8,0,1,0,0,0),(18871,2914,530,1,1,0,0,302.859,6221.1,17.5464,4.8319,300,10,0,8,0,1,0,0,0),(18872,2914,530,1,1,0,0,344.803,6252.14,17.7419,3.69626,300,10,0,8,0,1,0,0,0),(18873,2914,530,1,1,0,0,141.665,6235.23,17.9991,3.9864,300,10,0,8,0,1,0,0,0),(18874,2914,530,1,1,0,0,18.6512,6210.34,17.6433,5.88249,300,10,0,8,0,1,0,0,0),(18875,2914,530,1,1,0,0,-84.1122,6181.92,19.1109,5.46265,300,10,0,8,0,1,0,0,0),(18876,2914,530,1,1,0,0,-272.6,6266.11,18.4991,5.36332,300,10,0,8,0,1,0,0,0),(18877,2914,530,1,1,0,0,-251.537,6156.48,17.4991,3.27641,300,10,0,8,0,1,0,0,0),(18878,2914,530,1,1,0,0,-517.997,6086.81,19.5195,4.63244,300,10,0,8,0,1,0,0,0),(18879,2914,530,1,1,0,0,-511.255,6112.57,18.9457,0.69129,300,10,0,8,0,1,0,0,0),(18880,2914,530,1,1,0,0,-588.363,6058.97,20.7491,3.56573,300,10,0,8,0,1,0,0,0),(18881,2914,530,1,1,0,0,-408.55,6312.54,17.6241,4.69752,300,10,0,8,0,1,0,0,0),(18882,2914,530,1,1,0,0,-440.084,6393.84,17.9711,0.120064,300,10,0,8,0,1,0,0,0),(18883,2914,530,1,1,0,0,-338.796,6358.83,20.4912,3.13476,300,10,0,8,0,1,0,0,0),(18884,2914,530,1,1,0,0,-352.956,6429.31,20.0628,0.891178,300,10,0,8,0,1,0,0,0),(18885,2914,530,1,1,0,0,191.197,6505.22,18.6975,5.22887,300,10,0,8,0,1,0,0,0),(18886,2914,530,1,1,0,0,137.839,6607.78,21.6984,4.13153,300,10,0,8,0,1,0,0,0),(18887,2914,530,1,1,0,0,28.1317,6786.36,18.0122,4.99812,300,10,0,8,0,1,0,0,0),(18888,2914,530,1,1,0,0,-8.56076,7030.71,18.8527,4.14334,300,10,0,8,0,1,0,0,0),(18889,2914,530,1,1,0,0,-210.041,7140.97,21.285,6.07755,300,10,0,8,0,1,0,0,0),(18890,2914,530,1,1,0,0,91.6063,7133.65,18.8188,5.82915,300,10,0,8,0,1,0,0,0),(18891,2914,530,1,1,0,0,-93.4246,7422.12,17.4991,5.1589,300,10,0,8,0,1,0,0,0),(18892,2914,530,1,1,0,0,21.4833,7386.79,18.6528,3.92975,300,10,0,8,0,1,0,0,0),(18893,2914,530,1,1,0,0,93.2908,7515.8,17.6324,5.75797,300,10,0,8,0,1,0,0,0),(18894,2914,530,1,1,0,0,156.694,7515.41,17.4991,3.83599,300,10,0,8,0,1,0,0,0),(18895,2914,530,1,1,0,0,134.539,7581.04,17.5424,0.316009,300,10,0,8,0,1,0,0,0),(18896,2914,530,1,1,0,0,-236.458,7598.96,17,1.09614,300,10,0,8,0,1,0,0,0),(18897,2914,530,1,1,0,0,44.4399,7726.64,17.8731,1.71618,300,10,0,8,0,1,0,0,0),(18898,2914,530,1,1,0,0,114.006,7762.01,17.8378,3.23698,300,10,0,8,0,1,0,0,0),(18899,2914,530,1,1,0,0,19.7539,7872.49,19.2543,3.04076,300,10,0,8,0,1,0,0,0),(18900,2914,530,1,1,0,0,86.4697,7998.22,19.1483,5.33128,300,10,0,8,0,1,0,0,0),(18901,2914,530,1,1,0,0,122.864,8086.65,18.1241,5.71567,300,10,0,8,0,1,0,0,0),(18902,2914,530,1,1,0,0,6.9314,8122.52,18.2491,0.71879,300,10,0,8,0,1,0,0,0),(18903,2914,530,1,1,0,0,-310.171,8248.08,19.0585,3.8959,300,10,0,8,0,1,0,0,0),(18904,2914,530,1,1,0,0,-316.354,8345.81,18.1251,0.136836,300,10,0,8,0,1,0,0,0),(18905,2914,530,1,1,0,0,-205.831,8337.84,17.5736,5.08925,300,10,0,8,0,1,0,0,0),(18906,2914,530,1,1,0,0,-357.246,8375.74,19.2496,5.95036,300,10,0,8,0,1,0,0,0),(18907,2914,530,1,1,0,0,-426.13,8239.85,18.5248,0.036117,300,10,0,8,0,1,0,0,0),(18908,2914,530,1,1,0,0,497.356,6230.6,19.8658,5.39405,300,10,0,8,0,1,0,0,0),(18909,2914,530,1,1,0,0,502.158,6184.37,17.5053,3.83724,300,10,0,8,0,1,0,0,0),(18910,2914,530,1,1,0,0,587.802,6246.63,19.5416,4.72466,300,10,0,8,0,1,0,0,0),(18911,2914,530,1,1,0,0,439.976,6309.09,18.0837,3.85856,300,10,0,8,0,1,0,0,0),(18912,2914,530,1,1,0,0,562.045,6120.41,19.7862,1.3401,300,10,0,8,0,1,0,0,0),(18913,2914,530,1,1,0,0,450.279,6381.1,17.9431,0.525162,300,10,0,8,0,1,0,0,0),(18914,2914,530,1,1,0,0,777.129,6523.63,17.6568,3.98702,300,10,0,8,0,1,0,0,0),(18915,2914,530,1,1,0,0,322.197,6646.61,17.6617,4.72411,300,10,0,8,0,1,0,0,0),(18916,2914,530,1,1,0,0,252.789,6957.69,17.3701,0.055238,300,10,0,8,0,1,0,0,0),(18917,2914,530,1,1,0,0,230.327,7409.02,17.5109,1.71192,300,10,0,8,0,1,0,0,0),(18918,2914,530,1,1,0,0,872.109,7092.31,18.7943,4.53568,300,10,0,8,0,1,0,0,0),(18919,2914,530,1,1,0,0,790.16,7158.9,18.4901,1.46421,300,10,0,8,0,1,0,0,0),(18920,2914,530,1,1,0,0,821.314,7240.41,20.3403,5.53777,300,10,0,8,0,1,0,0,0),(18921,2914,530,1,1,0,0,747.605,7325.46,17.8182,3.18657,300,10,0,8,0,1,0,0,0),(18922,2914,530,1,1,0,0,819.885,7352.82,17.7984,4.27728,300,10,0,8,0,1,0,0,0),(18923,2914,530,1,1,0,0,654.909,7607.65,17.999,6.08399,300,10,0,8,0,1,0,0,0),(18924,2914,530,1,1,0,0,595.453,7595.72,18.7246,0.195671,300,10,0,8,0,1,0,0,0),(18925,2914,530,1,1,0,0,674.336,7651.27,17.7929,3.7384,300,10,0,8,0,1,0,0,0),(18926,2914,530,1,1,0,0,289.583,7689.58,19.4991,4.54655,300,10,0,8,0,1,0,0,0),(18927,2914,530,1,1,0,0,226.056,7709.36,17.9082,3.41131,300,10,0,8,0,1,0,0,0),(18928,2914,530,1,1,0,0,147.642,7722.89,19.4226,0.053764,300,10,0,8,0,1,0,0,0),(18929,2914,530,1,1,0,0,286.584,7776.45,17.437,3.16139,300,10,0,8,0,1,0,0,0),(18930,2914,530,1,1,0,0,378.63,7936.77,18.6241,1.65922,300,10,0,8,0,1,0,0,0),(18931,2914,530,1,1,0,0,363.297,7805.83,18.1241,6.01394,300,10,0,8,0,1,0,0,0),(18932,2914,530,1,1,0,0,450.797,7888.31,19.266,1.9912,300,10,0,8,0,1,0,0,0),(18933,2914,530,1,1,0,0,527.466,7902.32,17.4967,1.77336,300,10,0,8,0,1,0,0,0),(18934,2914,530,1,1,0,0,779.49,7613.53,18.5418,3.09178,300,10,0,8,0,1,0,0,0),(18935,2914,530,1,1,0,0,798.266,7659.38,18.3727,2.379,300,10,0,8,0,1,0,0,0),(18936,2914,530,1,1,0,0,772.437,7576.85,20.2467,2.98367,300,10,0,8,0,1,0,0,0),(18937,2914,530,1,1,0,0,1113.96,7796.2,17.5759,1.63165,300,10,0,8,0,1,0,0,0),(18938,2914,530,1,1,0,0,907.173,7907.23,19.2478,1.24997,300,10,0,8,0,1,0,0,0),(18939,2914,530,1,1,0,0,1077.57,7976.53,17.4991,4.62483,300,10,0,8,0,1,0,0,0),(18940,2914,530,1,1,0,0,1157.47,8123.58,17.8143,4.80754,300,10,0,8,0,1,0,0,0),(18941,2914,530,1,1,0,0,1084.47,8108.11,17.5941,2.58123,300,10,0,8,0,1,0,0,0),(18942,2914,530,1,1,0,0,618.93,7943.03,17.9847,2.81737,300,10,0,8,0,1,0,0,0),(18943,2914,530,1,1,0,0,663.864,8013.65,17.7507,1.02773,300,10,0,8,0,1,0,0,0),(18944,2914,530,1,1,0,0,846.525,8076.9,21.5074,3.51397,300,10,0,8,0,1,0,0,0),(18945,2914,530,1,1,0,0,898.188,8221.11,21.9319,3.26243,300,10,0,8,0,1,0,0,0),(18946,2914,530,1,1,0,0,1108.17,8310.51,18.3741,0.784901,300,10,0,8,0,1,0,0,0),(18947,2914,530,1,1,0,0,1194.93,8621.67,17.4661,1.55311,300,10,0,8,0,1,0,0,0),(18948,2914,530,1,1,0,0,1060.89,8510.05,20.1827,4.91644,300,10,0,8,0,1,0,0,0),(18949,2914,530,1,1,0,0,892.172,8261.61,18.4641,1.96491,300,10,0,8,0,1,0,0,0),(18950,2914,530,1,1,0,0,585.859,8145.42,21.5358,6.14889,300,10,0,8,0,1,0,0,0),(18951,2914,530,1,1,0,0,541.413,8014.53,18.0562,5.20223,300,10,0,8,0,1,0,0,0),(18952,2914,530,1,1,0,0,475.793,8087.08,18.3843,3.18189,300,10,0,8,0,1,0,0,0),(18953,2914,530,1,1,0,0,862.158,8499.58,17.7273,1.42357,300,10,0,8,0,1,0,0,0),(18954,2914,530,1,1,0,0,902.905,8494,20.225,2.88785,300,10,0,8,0,1,0,0,0),(18955,2914,530,1,1,0,0,837.797,8628.46,20.8996,2.99704,300,10,0,8,0,1,0,0,0),(18956,2914,530,1,1,0,0,718.157,8642.63,18.1241,3.85994,300,10,0,8,0,1,0,0,0),(18957,2914,530,1,1,0,0,384.232,8644.09,18.1798,2.84546,300,10,0,8,0,1,0,0,0),(18958,2914,530,1,1,0,0,291.615,8606.84,17.9177,1.6412,300,10,0,8,0,1,0,0,0),(18959,2914,530,1,1,0,0,271.877,8551.86,19.1569,4.99767,300,10,0,8,0,1,0,0,0),(18960,2914,530,1,1,0,0,342.761,8534.53,16.9334,2.41641,300,10,0,8,0,1,0,0,0),(18961,2914,530,1,1,0,0,177.928,8534.78,19.0793,5.42313,300,10,0,8,0,1,0,0,0),(18962,2914,530,1,1,0,0,94.0659,8476.6,17.7491,2.58439,300,10,0,8,0,1,0,0,0),(18963,2914,530,1,1,0,0,120.274,8420.58,17.9347,1.91169,300,10,0,8,0,1,0,0,0),(18964,2914,530,1,1,0,0,165.475,7973.75,18.2158,0.077297,300,10,0,8,0,1,0,0,0),(18965,2914,530,1,1,0,0,-7.04863,8399.95,18.1028,4.86902,300,10,0,8,0,1,0,0,0),(18966,2914,530,1,1,0,0,65.4571,8582.63,17.6668,3.18356,300,10,0,8,0,1,0,0,0),(18967,2914,530,1,1,0,0,197.195,8911.08,17.5773,0.763604,300,10,0,8,0,1,0,0,0),(18968,2914,530,1,1,0,0,-76.371,8418.6,17.4189,6.0843,300,10,0,8,0,1,0,0,0),(18969,2914,530,1,1,0,0,-155.181,8520.58,20.969,2.30401,300,10,0,8,0,1,0,0,0),(18970,2914,530,1,1,0,0,-320.396,8609.85,18.7166,1.73436,300,10,0,8,0,1,0,0,0),(18971,2914,530,1,1,0,0,-275.978,8579.89,17.4991,0.510409,300,10,0,8,0,1,0,0,0),(18972,2914,530,1,1,0,0,-293.242,8490.97,17.7491,3.61222,300,10,0,8,0,1,0,0,0),(18973,2914,530,1,1,0,0,-437.913,8490.3,16.7191,6.11069,300,10,0,8,0,1,0,0,0),(18974,2914,530,1,1,0,0,8831.04,-7715.68,143.718,5.94877,300,10,0,8,0,1,0,0,0),(18975,2914,530,1,1,0,0,8739.25,-7882.41,166.456,6.16768,300,10,0,8,0,1,0,0,0),(18976,2914,530,1,1,0,0,8526.37,-7952.42,155.522,2.55504,300,10,0,8,0,1,0,0,0),(18977,2914,530,1,1,0,0,8508.51,-7876.84,156.061,1.55038,300,10,0,8,0,1,0,0,0),(18978,2914,530,1,1,0,0,8527.41,-8023.02,165.411,5.11664,300,10,0,8,0,1,0,0,0),(18979,2914,530,1,1,0,0,8439.98,-8004.25,166.804,4.69384,300,10,0,8,0,1,0,0,0),(18980,2914,530,1,1,0,0,8365.46,-7935.38,183.858,3.95185,300,10,0,8,0,1,0,0,0),(18981,2914,530,1,1,0,0,8288.54,-7937.29,188.231,4.53376,300,10,0,8,0,1,0,0,0),(18982,2914,530,1,1,0,0,8304.93,-7994.92,208.77,3.79408,300,10,0,8,0,1,0,0,0),(18983,2914,530,1,1,0,0,8528.67,-7621.24,151.865,3.33018,300,10,0,8,0,1,0,0,0),(18984,2914,530,1,1,0,0,8473.22,-7597.5,153.348,3.11035,300,10,0,8,0,1,0,0,0),(18985,2914,530,1,1,0,0,8394.71,-7605.56,159.481,3.29472,300,10,0,8,0,1,0,0,0),(18986,2914,530,1,1,0,0,8438.92,-7547.51,157.797,1.05171,300,10,0,8,0,1,0,0,0),(18987,2914,530,1,1,0,0,-1481.98,6362.65,36.72,4.92183,300,10,0,8,0,1,0,0,0),(18988,2914,530,1,1,0,0,-1480.7,6362.18,35.283,5.37561,300,10,0,8,0,1,0,0,0),(27527,4853,70,1,1,1194,1,30.4951,375.779,-39.9868,2.02458,86400,0,0,3405,1186,0,0,0,0),(32372,3897,1,1,1,1010,0,1787.09,-1231.98,150.916,5.28835,300,0,0,176,0,0,0,0,0),(91708,15559,0,1,1,15616,0,233.456,-3499.97,161.033,0.785398,350,0,0,3662,0,0,0,0,0),(8334,1412,0,1,1,134,0,-5825.9,-2575.49,308.987,3.50074,300,10,0,8,0,1,0,0,0),(8333,1412,0,1,1,134,0,-5248.67,-3814.41,320.581,5.28631,300,10,0,8,0,1,0,0,0),(8332,1224,0,1,1,867,0,-5415.41,-3391.13,262.328,4.57889,300,10,0,449,0,1,0,0,0),(8331,1193,0,1,1,1004,0,-4811.91,-3286.37,288.512,6.16099,300,10,0,247,0,1,0,0,0),(8330,1193,0,1,1,1004,0,-4929.92,-3179.79,279.322,6.07756,300,10,0,247,0,1,0,0,0),(8329,1193,0,1,1,1004,0,-4780.41,-3485.11,289.505,0,300,0,0,247,0,0,0,0,0),(8328,1193,0,1,1,1004,0,-4884.76,-3215.82,277.521,0,300,0,0,247,0,0,0,0,0),(8327,1191,0,1,1,3027,0,-5581.64,-3647.15,308.569,3.58601,300,10,0,300,0,1,0,0,0),(8326,1189,0,1,1,762,0,-5141.29,-4012.85,329.362,3.43128,300,10,0,427,0,1,0,0,0),(8325,1192,0,1,1,1208,0,-5201.9,-3784.95,318.127,3.21954,300,10,0,356,0,1,0,0,0),(8324,1192,0,1,1,1208,0,-5216.29,-3681.33,303.968,1.59032,300,10,0,356,0,1,0,0,0),(8323,1185,0,1,1,520,0,-5186.54,-4084.42,323.033,0.236456,300,10,0,386,0,1,0,0,0),(8322,1189,0,1,1,762,0,-5228.42,-3972.01,330.162,0.585295,300,10,0,427,0,1,0,0,0),(8321,1194,0,1,1,410,0,-5863.66,-3954.47,356.613,6.16174,300,5,0,328,0,1,0,0,0),(8307,1166,0,1,1,764,1,-5985.84,-2762.76,401.388,3.92699,300,0,0,253,264,0,0,0,0),(8306,2512,0,1,1,1803,1,-5430.2,-2954.97,349.267,1.50046,300,0,0,1910,0,0,0,0,0),(8305,2516,0,1,1,1794,1,-5310.92,-2912.51,339.342,1.32645,300,0,0,1910,0,0,0,0,0),(8304,1337,0,1,1,1786,1,-5305.85,-2984.95,340.724,5.85614,300,0,0,1910,0,2,0,0,0),(8303,2511,0,1,1,1776,1,-5285.33,-3068.26,341.881,0.064079,300,0,0,1910,0,0,0,0,0),(8302,2507,0,1,1,1808,1,-5255.89,-3037.94,336.023,2.2509,300,0,0,1910,0,0,0,0,0),(8301,1412,0,1,1,134,0,-4779.29,-3614.36,305.851,3.91318,300,10,0,8,0,1,0,0,0),(8300,1412,0,1,1,134,0,-5179.51,-3822.7,327.227,3.72692,300,10,0,8,0,1,0,0,0),(8299,1412,0,1,1,134,0,-4687.16,-2826.72,323.904,0.921565,300,10,0,8,0,1,0,0,0),(8298,1684,0,1,1,1843,0,-5210.09,-3104.74,303.171,5.55015,300,0,0,328,0,0,0,0,0),(8297,3948,0,1,1,2036,0,-5402.34,-2968.12,321.257,0.994838,300,0,0,198,0,0,0,0,0),(8296,1465,0,1,1,1820,0,-5391.73,-2974.88,325.947,0.30745,300,0,0,328,0,0,0,0,0),(8295,1469,0,1,1,1847,1,-5286.92,-2981.99,341.792,5.0566,300,0,0,328,0,0,0,0,0),(8294,372,0,1,1,8089,0,-5355,-3017.81,318.815,3.21141,300,0,0,356,0,0,0,0,0),(8293,1224,0,1,1,867,0,-5294.23,-3581.53,288.066,2.22245,300,10,0,449,0,1,0,0,0),(8292,1224,0,1,1,867,0,-5108.35,-3339.48,262.235,0.554918,300,10,0,449,0,1,0,0,0),(8291,1224,0,1,1,867,0,-5349.08,-3555.68,270.435,0.227965,300,10,0,449,0,1,0,0,0),(8290,1224,0,1,1,867,0,-5413.69,-3590.88,285.794,0.337169,300,10,0,449,0,1,0,0,0),(8289,1224,0,1,1,867,0,-5355.54,-3415.15,260.929,1.0888,300,10,0,449,0,1,0,0,0),(8288,1224,0,1,1,867,0,-5350.9,-3619.04,276.314,4.45128,300,10,0,449,0,1,0,0,0),(8287,1224,0,1,1,867,0,-5494.19,-3609.26,288.356,5.55697,300,10,0,449,0,1,0,0,0),(8286,1193,0,1,1,1004,0,-4784.14,-3219.27,276.369,0.435996,300,10,0,247,0,1,0,0,0),(8285,1193,0,1,1,1004,0,-4983.18,-3251.37,284.121,0,300,0,0,247,0,0,0,0,0),(8284,1193,0,1,1,1004,0,-4750.65,-3449.61,280.813,0,300,0,0,247,0,0,0,0,0),(8283,1193,0,1,1,1004,0,-4798.74,-3383.09,290.05,0.111058,300,10,0,247,0,1,0,0,0),(8282,1193,0,1,1,1004,0,-4750.45,-3479.55,291.801,3.72182,300,10,0,247,0,1,0,0,0),(8281,1193,0,1,1,1004,0,-4853.26,-3481.02,292.204,2.93309,300,10,0,247,0,1,0,0,0),(8280,1963,0,1,1,1404,1,-5394.1,-2954.41,322.141,0.349066,300,0,0,198,0,0,0,0,0),(8279,2057,0,1,1,1416,0,-5762.77,-3433.36,305.765,5.3058,300,0,0,328,0,0,0,0,0),(8278,1687,0,1,1,1823,1,-5645.74,-4283.84,407.812,2.60336,300,0,0,328,0,0,0,0,0),(8277,10930,0,1,1,10245,1,-5635.34,-4266.36,407.91,2.54818,300,0,0,713,0,0,0,0,0),(8276,3545,0,1,1,7915,0,-5643.46,-4261.78,407.911,5.74213,300,0,0,1753,0,0,0,0,0),(8275,1685,0,1,1,1849,0,-5652.9,-4268.63,407.756,1.95584,300,0,0,328,0,0,0,0,0),(8274,954,0,1,1,1842,0,-5666.85,-4273.62,407.843,5.77704,300,0,0,386,0,0,0,0,0),(8273,1686,0,1,1,1839,1,-5654.18,-4287.37,407.812,0.614804,300,0,0,328,0,0,0,0,0),(8272,1188,0,1,1,762,0,-5394.18,-3866.54,333.047,4.42093,300,10,0,328,0,1,0,0,0),(8271,1189,0,1,1,762,0,-5274.63,-3877.53,332.972,5.04279,300,10,0,427,0,1,0,0,0),(8270,1192,0,1,1,1208,0,-5182.3,-3928.02,332.139,0.212369,300,10,0,356,0,1,0,0,0),(8269,1191,0,1,1,3027,0,-5838.66,-3432.58,317.348,2.37277,300,10,0,300,0,1,0,0,0),(8268,1184,0,1,1,827,0,-5830.15,-3346.6,299.772,0.846068,300,10,0,273,0,1,0,0,0),(8267,1277,0,1,1,1784,1,-4913.53,-2728.87,328.879,1.03567,300,0,0,1910,0,2,0,0,0),(8266,1283,0,1,1,1793,1,-5835.77,-2581.63,311.248,2.33874,300,0,0,1910,0,2,0,0,0),(8265,1331,0,1,1,1796,1,-4810.78,-2660.48,327.212,1.8675,300,0,0,1910,0,0,0,0,0),(8264,1332,0,1,1,1799,1,-4801.49,-2638.06,328.694,6.19066,300,0,0,1910,0,0,0,0,0),(8263,1334,0,1,1,1789,1,-4827.79,-2669.17,341.292,3.24631,300,0,0,1910,0,0,0,0,0),(8262,1335,0,1,1,1811,1,-4813.38,-2676.2,341.306,5.20108,300,0,0,1910,0,0,0,0,0),(8261,1197,0,1,1,763,1,-6214.65,-3008.06,385.102,5.70263,300,2,0,301,326,1,0,0,0),(8260,1197,0,1,1,763,1,-6169.23,-2961.12,387.5,3.28122,300,2,0,301,326,1,0,0,0),(8259,1572,0,1,1,5037,0,-5424.85,-2929.87,347.645,1.64061,600,0,0,10572,0,0,0,0,0),(8258,1181,0,1,1,1045,1,-4815.28,-3932.62,322.511,1.73562,300,5,0,377,408,1,0,0,0),(8257,1178,0,1,1,1122,1,-5072.94,-3885.23,321.944,0.028778,300,5,0,417,0,1,0,0,0),(8256,1155,0,1,1,1618,0,-5676.11,-4253.59,407.193,5.8294,300,0,0,328,0,0,0,0,0),(8255,1154,0,1,1,1596,1,-5621.8,-4248.88,408.011,4.34587,300,0,0,328,0,0,0,0,0),(8254,1156,0,1,1,19826,1,-5667.48,-4248.17,407.194,4.67748,300,0,0,328,0,0,0,0,0),(8253,1187,0,1,1,1356,1,-5691.63,-4296.11,407.828,5.72972,300,0,0,328,0,0,0,0,0),(8252,1329,0,1,1,1800,1,-5886.33,-2634.9,310.668,5.48033,300,0,0,1910,0,0,0,0,0),(8251,1330,0,1,1,1807,1,-5849.86,-2623.93,322.967,4.36332,300,0,0,1910,0,0,0,0,0),(8250,6241,0,1,1,4911,1,-5313.59,-2985.5,322.204,0.942478,300,0,0,484,0,0,0,0,0),(8249,3290,0,1,1,1832,1,-4734.76,-3260.17,310.34,2.60054,300,0,0,840,0,0,0,0,0),(8248,1362,0,1,1,1835,0,-4822.43,-2659.41,327.212,0.680678,300,0,0,484,0,0,0,0,0),(8247,222,0,1,1,1845,0,-4669.42,-3176.2,310.367,3.22886,300,0,0,449,0,0,0,0,0),(8246,1214,0,1,1,1821,0,-5702.52,-3781.79,322.902,4.38078,300,0,0,417,0,0,0,0,0),(8245,2525,0,1,1,1775,1,-4746.26,-3261.94,310.257,0.777376,300,0,0,1910,0,2,0,0,0),(8244,2526,0,1,1,1798,1,-4747.9,-3269.12,310.257,3.28589,300,0,0,1910,0,0,0,0,0),(8243,2528,0,1,1,1787,1,-4689.47,-3456.61,310.122,3.02006,300,0,0,1910,0,0,0,0,0),(8242,2527,0,1,1,1774,1,-4753.14,-3333.06,310.257,5.43724,300,0,0,1910,0,0,0,0,0),(8241,2524,0,1,1,1788,1,-4689.34,-3168.04,310.133,5.92774,300,0,0,1910,0,0,0,0,0),(8240,2508,0,1,1,1810,1,-5252.89,-2970.47,344.827,0.034754,300,0,0,1910,0,0,0,0,0),(8239,2506,0,1,1,1790,1,-5415.97,-2996.45,350.51,3.48619,300,0,0,1910,0,0,0,0,0),(8238,2515,0,1,1,1782,1,-5345.79,-3071.23,344.19,4.78405,300,0,0,1910,0,0,0,0,0),(8237,2513,0,1,1,1791,1,-5305.82,-2970.57,346.63,3.66186,300,0,0,1910,0,0,0,0,0),(8236,2514,0,1,1,1797,1,-5313.02,-3029.74,324.076,4.82194,300,0,0,1910,0,2,0,0,0),(8235,1338,0,1,1,1779,1,-5254.35,-2994.23,332.375,2.52565,300,0,0,1910,0,0,0,0,0),(8234,2509,0,1,1,1778,1,-5274.46,-2924.05,348.944,2.54521,300,0,0,1910,0,0,0,0,0),(8233,2518,0,1,1,1805,1,-5392.88,-3024.56,349.352,4.15255,300,0,0,1910,0,0,0,0,0),(8232,1412,0,1,1,134,0,-5330.88,-2919.93,345.486,3.46567,300,10,0,8,0,1,0,0,0),(8231,1412,0,1,1,134,0,-5440.63,-2917.19,347.246,3.14159,300,10,0,8,0,1,0,0,0),(8230,1412,0,1,1,134,0,-5327.41,-3092.74,347.524,0.896611,300,10,0,8,0,1,0,0,0),(8229,1412,0,1,1,134,0,-5349.2,-3092.89,350.315,6.10937,300,10,0,8,0,1,0,0,0),(8228,1412,0,1,1,134,0,-5793.39,-2575.87,310.206,0.875695,300,10,0,8,0,1,0,0,0),(8227,2098,0,1,1,10001,0,-5810.16,-3443.85,312.033,3.69274,300,10,0,102,0,1,0,0,0),(8226,1412,0,1,1,134,0,-4813.13,-3656.2,303.59,5.11833,300,10,0,8,0,1,0,0,0),(8225,1682,0,1,1,1850,0,-5381.88,-2952.48,322.147,4.43314,300,0,0,328,0,0,0,0,0),(8224,1474,0,1,1,1846,0,-5331.39,-2985.24,325.259,3.89208,300,0,0,328,0,0,0,0,0),(8223,1473,0,1,1,1841,1,-5380.47,-2999.76,330.719,0.226893,300,0,0,300,0,0,0,0,0),(8222,1470,0,1,1,1834,0,-5395.86,-3016.18,327.663,0.436332,300,0,0,713,0,0,0,0,0),(8221,1777,0,1,1,1851,1,-5275.26,-2971.02,338.737,1.72788,300,0,0,328,0,0,0,0,0),(8220,1683,0,1,1,1848,0,-5217.58,-3113.32,301.089,4.03683,300,0,0,328,0,0,0,0,0),(8219,6734,0,1,1,5434,1,-5377.91,-2973.91,323.252,1.78024,300,0,0,1003,0,0,0,0,0),(8218,1693,0,1,1,1034,0,-5129.01,-3405.82,300.637,1.54492,300,10,0,300,0,1,0,0,0),(8217,1224,0,1,1,867,0,-5627.3,-3337.89,283.577,2.58467,300,10,0,449,0,1,0,0,0),(8216,1224,0,1,1,867,0,-5350.9,-3350.11,254.935,2.79951,300,10,0,449,0,1,0,0,0),(8215,1224,0,1,1,867,0,-5411.29,-3644.19,284.877,6.10661,300,10,0,449,0,1,0,0,0),(8214,1224,0,1,1,867,0,-5608.87,-3489.78,288.625,5.33942,300,10,0,449,0,1,0,0,0),(8213,1224,0,1,1,867,0,-5619.49,-3417.65,274.453,5.2212,300,10,0,449,0,1,0,0,0),(8212,1224,0,1,1,867,0,-5350.48,-3474.03,257.472,2.42082,300,10,0,449,0,1,0,0,0),(8211,1193,0,1,1,1004,0,-4749.81,-3416.72,284.223,0,300,0,0,247,0,0,0,0,0),(8210,1193,0,1,1,1004,0,-4760.76,-3194.68,275.976,0.632042,300,10,0,247,0,1,0,0,0),(8209,1193,0,1,1,1004,0,-4814.6,-3411.13,289.629,2.24103,300,10,0,247,0,1,0,0,0),(8208,1193,0,1,1,1004,0,-4748.58,-3484.42,283.419,0,300,0,0,247,0,0,0,0,0),(8207,1193,0,1,1,1004,0,-4798.76,-3318.09,288.85,4.09622,300,10,0,247,0,1,0,0,0),(8206,1193,0,1,1,1004,0,-4806.88,-3217.98,281.485,6.20484,300,10,0,247,0,1,0,0,0),(8205,1193,0,1,1,1004,0,-4808.29,-3347.25,286.873,3.46602,300,10,0,247,0,1,0,0,0),(8204,1343,0,1,1,1894,1,-4825.92,-2676.82,341.206,3.68265,300,0,0,1910,0,0,0,0,0),(27526,4855,70,1,1,11166,0,36.2464,376.018,-38.8766,2.86234,86400,0,0,4185,0,0,0,0,0),(8203,1090,0,1,1,1629,1,-5858.19,-2641.15,309.157,3.05433,300,0,0,1910,0,0,0,0,0),(8202,1091,0,1,1,1625,1,-5893.03,-2642.99,311.015,1.88496,300,0,0,1910,0,0,0,0,0),(32371,12856,1,1,1,12912,1,1841.4,-2447.05,81.5345,0.967424,300,5,0,582,618,1,0,0,0),(32370,12856,1,1,1,12914,1,1887.73,-2482.09,70.0649,5.75287,300,10,0,582,618,1,0,0,0),(32369,12856,1,1,1,12913,1,1928.89,-2671.93,98.3556,0.052917,300,5,0,582,618,1,0,0,0),(32368,12856,1,1,1,12914,1,1882.36,-2392.49,86.8284,0.31242,300,5,0,582,618,1,0,0,0),(32367,12856,1,1,1,12912,1,1737.92,-2468.7,96.0357,2.54263,300,5,0,582,618,1,0,0,0),(32366,12856,1,1,1,12913,1,1888.41,-2598.28,76.6479,5.297,300,5,0,582,618,1,0,0,0),(32365,12856,1,1,1,12913,1,1960.59,-2635.88,91.0086,4.21785,300,5,0,582,618,1,0,0,0),(32364,12856,1,1,1,12912,1,1786.42,-2562.15,83.353,3.21512,300,5,0,582,618,1,0,0,0),(32363,12856,1,1,1,12912,1,1975.44,-2502.32,87.3417,4.43852,300,5,0,582,618,1,0,0,0),(32362,12856,1,1,1,12914,1,1971.31,-2458.63,88.5769,5.06715,300,5,0,582,618,1,0,0,0),(32361,12856,1,1,1,12914,1,1965.68,-2666.29,100.031,5.22499,300,5,0,582,618,1,0,0,0),(32360,12856,1,1,1,12913,1,1954.48,-2703.97,108.839,1.07917,300,5,0,582,618,1,0,0,0),(32359,12856,1,1,1,12914,1,2018.93,-2689.83,105.799,0.026554,300,5,0,582,618,1,0,0,0),(32358,12856,1,1,1,12913,1,1863.14,-2685.91,93.27,1.1735,300,5,0,582,618,1,0,0,0),(32357,12856,1,1,1,12914,1,2001.47,-2482.13,92.243,4.02752,300,5,0,582,618,1,0,0,0),(32356,12856,1,1,1,12914,1,2003.3,-2580.79,94.6903,4.26797,300,10,0,582,618,1,0,0,0),(32355,12856,1,1,1,12913,1,1952.05,-2546.59,76.8202,5.9775,300,5,0,582,618,1,0,0,0),(32354,12856,1,1,1,12912,1,1746.22,-2392.39,104.779,5.20788,300,5,0,582,618,1,0,0,0),(32353,12856,1,1,1,12914,1,1743.69,-2335.42,115.466,4.79685,300,5,0,582,618,1,0,0,0),(32352,12856,1,1,1,12912,1,1804.44,-2440.47,89.0141,4.62709,300,5,0,582,618,1,0,0,0),(32351,3894,1,1,1,4169,0,2682.14,-454.808,109.233,1.88496,300,0,0,531,0,0,0,0,0),(32350,11829,1,1,1,11753,0,2313.46,-2517.67,103.581,4.66003,300,0,0,1981,0,0,0,0,0),(32349,3892,1,1,1,4168,0,2685.18,-456.946,110.185,2.05949,300,0,0,42,0,0,0,0,0),(6734,437,0,1,1,6037,1,-9575.66,-3222.61,49.6391,3.59538,300,0,0,531,0,0,0,0,0),(32348,3891,1,1,1,1983,1,3045.78,528.706,4.94823,1.95477,300,0,0,484,0,0,0,0,0),(32347,3888,1,1,1,11446,0,2768.44,-411.098,111.463,1.62316,300,0,0,484,0,0,0,0,0),(32346,3885,1,1,1,2867,0,2089.5,-1171.56,101.876,2.54818,300,0,0,713,0,0,0,0,0),(32345,11820,1,1,1,11736,1,2073.24,-2417.15,87.1501,3.1765,300,0,0,896,0,0,0,0,0),(32344,3880,1,1,1,1957,1,2977.16,-3261.14,160.496,2.79253,300,0,0,713,0,0,0,0,0),(32343,14887,1,1,1,15364,0,3301.05,-3732.57,173.544,2.9147,868400,0,0,1895000,0,0,0,0,0),(32342,12837,1,1,1,12976,1,2331.42,-2573.9,102.857,0.401426,300,0,0,787,0,0,0,0,0),(32341,12836,1,1,1,12750,0,2179.72,-975.464,96.4696,0.371584,600,0,0,3660,0,2,0,0,0),(29053,22859,530,1,1,0,1,-3499.51,406.138,30.7622,4.71423,25,0,0,5409,3080,0,0,0,0),(29052,22863,530,1,1,0,1,-3568.03,564.629,12.7259,4.73198,25,0,0,5589,3155,0,0,0,0),(29051,22863,530,1,1,0,1,-3568.84,571.641,11.9314,4.88984,25,0,0,5589,3155,0,0,0,0),(29050,22863,530,1,1,0,1,-3576,571.459,12.3679,4.88984,25,0,0,5589,3155,0,0,0,0),(32335,11806,1,1,1,11729,1,3261.17,165.819,9.41943,2.07694,300,0,0,484,0,0,0,0,0),(32334,15131,1,1,1,14773,1,2327.36,-2531.44,101.348,3.10669,300,0,0,1848,0,0,0,0,0),(32333,12818,1,1,1,0,0,3347.35,-694.701,159.926,3.05433,300,0,0,1125,0,0,0,0,0),(32332,4619,1,1,1,2021,1,3042.52,-2797.43,196.595,0.783836,300,0,0,1163,0,0,0,0,0),(32331,3848,1,1,1,4170,0,2954.25,-3215.41,169.205,3.49066,300,0,0,1107,0,0,0,0,0),(32330,3847,1,1,1,4180,0,3189.6,175.47,4.68551,0.244346,300,0,0,840,0,0,0,0,0),(32329,3846,1,1,1,4173,1,3470.04,847.092,5.45882,1.22173,300,0,0,386,0,0,0,0,0),(32328,3845,1,1,1,4126,1,2795.75,-299.374,107.183,1.71042,300,0,0,713,0,0,0,0,0),(32327,17412,1,1,1,17007,0,2971.21,-3293.16,155.247,5.02655,300,0,0,651,693,0,0,0,0),(32326,6145,1,1,1,4878,0,2620.59,-409.166,102.681,4.4123,300,5,0,8,0,1,0,0,0),(32325,17409,1,1,1,17004,1,2946.99,-3297.71,154.873,4.76475,300,0,0,732,756,0,0,0,0),(32324,6145,1,1,1,4878,0,2860.14,-325.645,85.2784,5.46421,300,5,0,8,0,1,0,0,0),(32323,6145,1,1,1,4878,0,2785.6,-230.194,98.1405,6.14654,300,0,0,8,0,0,0,0,0),(32322,6145,1,1,1,4878,0,3405.31,1164.45,-33.6006,6.00435,300,5,0,8,0,1,0,0,0),(32321,6145,1,1,1,4878,0,2817.94,-509.566,89.1544,2.28356,300,5,0,8,0,1,0,0,0),(32320,6145,1,1,1,4878,0,2586.49,-400.645,94.0977,0.744546,300,5,0,8,0,1,0,0,0),(32319,6145,1,1,1,4878,0,2853.85,-381.661,88.1685,4.26621,300,5,0,8,0,1,0,0,0),(32318,3585,1,1,1,876,0,2677.34,394.207,69.8261,5.72468,300,0,0,386,0,0,0,0,0),(32317,6141,1,1,1,2155,0,1376.92,948.651,176.785,4.28563,300,0,0,573,0,0,0,0,0),(32316,6141,1,1,1,2155,0,1542.79,904.972,150.828,4.19843,300,0,0,573,0,2,0,0,0),(32315,4086,1,1,1,7159,1,1231.9,402.794,65.4724,4.7822,300,0,0,664,0,0,0,0,0),(32314,4085,1,1,1,7158,1,1608.37,184.172,104.558,3.89208,300,0,0,664,0,0,0,0,0),(32313,4084,1,1,1,4106,1,2715.86,1512.97,236.897,4.86947,300,0,0,664,0,0,0,0,0),(32312,4083,1,1,1,3892,1,911.092,920.653,114.567,3.26377,300,0,0,664,0,0,0,0,0),(32311,4082,1,1,1,3890,1,1006.41,1005.47,104.987,3.97935,300,0,0,1163,0,0,0,0,0),(32310,4080,1,1,1,2183,1,739.977,320.772,63.4123,5.74213,300,0,0,617,0,0,0,0,0),(32309,5870,1,1,1,4727,1,1016.04,988.352,105.1,2.84489,300,0,0,840,0,0,0,0,0),(32308,4077,1,1,1,2180,1,730.224,339.513,64.4819,0.890118,300,0,0,1003,0,0,0,0,0),(32307,4076,1,1,1,2177,0,967.708,1542.71,-5.69425,0.267517,300,5,0,8,0,1,0,0,0),(32306,4076,1,1,1,2177,0,965.771,1691.91,-9.17792,2.53111,300,15,0,8,0,1,0,0,0),(32305,4076,1,1,1,2177,0,561.656,1718.39,-7.4722,3.17432,300,15,0,8,0,1,0,0,0),(32304,4076,1,1,1,2177,0,489.581,1755.91,7.85617,0.949752,300,5,0,8,0,1,0,0,0),(32303,4076,1,1,1,2177,0,587.84,1577.49,-10.2393,1.5813,300,15,0,8,0,1,0,0,0),(32302,4075,1,1,1,1141,0,790.016,1523.25,-23.9956,6.19032,300,15,0,8,0,1,0,0,0),(32301,4075,1,1,1,1418,0,549.173,1479.26,-1.77771,5.26469,300,15,0,8,0,1,0,0,0),(32300,4075,1,1,1,2176,0,1539.91,1390.17,156.839,0.97187,300,10,0,8,0,1,0,0,0),(32299,4075,1,1,1,1141,0,679.948,1873.6,-6.38862,0.026361,300,5,0,8,0,1,0,0,0),(32298,4075,1,1,1,1418,0,1267.05,1453.43,82.4949,4.64498,300,15,0,8,0,1,0,0,0),(32297,4075,1,1,1,1141,0,793.266,1810.93,-13.1178,3.02676,300,5,0,8,0,1,0,0,0),(32296,4074,1,1,1,1269,0,1222.28,199.114,5.52599,5.10178,300,0,1,617,0,2,0,0,0),(32295,4073,1,1,1,1269,0,1406.56,113.615,16.2641,5.15854,300,0,0,617,0,2,0,0,0),(32294,4072,1,1,1,3894,0,-265.448,-399.296,17.2284,3.735,300,0,0,484,0,0,0,0,0),(32293,4072,1,1,1,3894,0,-267.003,-403.446,17.5948,2.3911,300,0,0,484,0,0,0,0,0),(32292,4072,1,1,1,3894,0,-278.16,-401.357,18.9558,0.017453,300,0,0,484,0,0,0,0,0),(32291,4070,1,1,1,7224,1,1631.86,115.879,116.168,2.75762,300,0,0,494,0,0,0,0,0),(32290,4070,1,1,1,3923,1,1624.69,112.277,105.365,2.32781,300,0,0,494,0,0,0,0,0),(32289,4070,1,1,1,7224,1,1592.62,149.683,99.4046,4.79844,300,0,0,494,0,2,0,0,0),(32288,4067,1,1,1,11453,0,2541.94,1677.84,295.802,6.19032,300,5,0,617,0,1,0,0,0),(32287,4067,1,1,1,11453,0,2555,1648.58,283.869,1.33931,300,5,0,617,0,1,0,0,0),(32286,4067,1,1,1,11453,0,2516.98,1619.75,272.888,3.61616,300,5,0,617,0,1,0,0,0),(32285,4067,1,1,1,11453,0,2587.06,1559.79,268.213,4.3454,300,5,0,617,0,1,0,0,0),(32284,4067,1,1,1,11453,0,2657.44,1569.87,260.978,5.69789,300,5,0,617,0,1,0,0,0),(32283,4067,1,1,1,11453,0,2619.18,1562.54,264.318,5.55306,300,5,0,617,0,1,0,0,0),(32282,4067,1,1,1,11453,0,2627.15,1672.72,293.853,1.46122,300,15,0,617,0,1,0,0,0),(32281,4067,1,1,1,11453,0,2593.3,1620.45,275.349,1.35827,300,15,0,617,0,1,0,0,0),(32280,4067,1,1,1,11453,0,2542.49,1730.35,315.211,2.5628,300,3,0,617,0,1,0,0,0),(32279,4067,1,1,1,11453,0,2655.56,1632.02,281.732,1.39505,300,3,0,617,0,1,0,0,0),(32278,4067,1,1,1,11453,0,2503.62,1701.12,307.218,5.57795,300,15,0,617,0,1,0,0,0),(32277,4067,1,1,1,11453,0,2579.43,1674.98,293.911,4.69188,300,5,0,617,0,1,0,0,0),(32276,4067,1,1,1,11453,0,2339.08,1313.63,284.433,3.33268,300,5,0,617,0,1,0,0,0),(32275,4067,1,1,1,11453,0,2522.19,1342.57,258.874,0.005859,300,15,0,617,0,1,0,0,0),(32274,4067,1,1,1,11453,0,2603.31,1736.16,320.384,4.73202,300,5,0,617,0,1,0,0,0),(32273,4066,1,1,1,8471,0,2542.8,1997.04,347.735,4.61705,43200,0,0,811,852,0,0,0,0),(32272,4061,1,1,1,2723,1,2482.53,1930.24,358.813,3.0849,300,3,0,699,0,1,0,0,0),(32271,4061,1,1,1,2723,1,2474.47,1805.21,354.362,6.16438,300,5,0,699,0,1,0,0,0),(32270,4061,1,1,1,2723,1,2522.01,1869.87,367.791,2.80954,300,0,0,699,0,0,0,0,0),(32269,4061,1,1,1,2723,1,2465.31,1891.12,363.758,3.08923,300,3,0,699,0,1,0,0,0),(32268,4061,1,1,1,2723,1,2531.23,1936.23,347.764,3.16705,300,3,0,699,0,1,0,0,0),(32267,4061,1,1,1,2723,1,2560.17,1942.07,346.227,4.26433,300,5,0,699,0,1,0,0,0),(32266,4061,1,1,1,2723,1,2507.91,1865.53,366.537,0.294888,300,2,0,699,0,1,0,0,0),(32265,4061,1,1,1,2723,1,2456.55,1797.94,352.478,4.66507,300,5,0,699,0,1,0,0,0),(32264,4061,1,1,1,2723,1,2568.57,1927.77,348.136,1.06465,300,0,0,699,0,0,0,0,0),(32263,4061,1,1,1,2723,1,2502.61,1920.98,341.772,0.267877,300,5,0,699,0,1,0,0,0),(32262,4061,1,1,1,2723,1,2498.5,1918.74,342.113,1.20337,300,0,0,699,0,2,0,0,0),(32261,4061,1,1,1,2723,1,2500.51,1908.41,344.341,4.64258,300,3,0,699,0,1,0,0,0),(32260,4061,1,1,1,2723,1,2462.61,1931.83,362.048,1.38989,300,3,0,699,0,1,0,0,0),(32259,4061,1,1,1,2723,1,2568.56,1936.65,347.633,5.28946,300,5,0,699,0,1,0,0,0),(32258,4061,1,1,1,2723,1,2520.93,1909.69,345.816,0.461369,300,3,0,699,0,1,0,0,0),(32257,4061,1,1,1,2723,1,2499.79,1898.27,344.395,0.298034,300,3,0,699,0,1,0,0,0),(32256,4061,1,1,1,2723,1,2531.57,1922.7,347.684,5.88176,300,3,0,699,0,1,0,0,0),(32255,4061,1,1,1,2723,1,2511.05,1944.22,334.54,1.57626,300,5,0,699,0,1,0,0,0),(32254,4057,1,1,1,2432,0,2488.92,1417,267.262,5.09861,300,15,0,664,0,1,0,0,0),(32253,4057,1,1,1,2432,0,2489.65,1522.74,265.912,1.37627,300,15,0,664,0,1,0,0,0),(32252,4057,1,1,1,2432,0,2513.46,1429.79,266.964,5.96113,300,15,0,664,0,1,0,0,0),(32251,4057,1,1,1,2432,0,2506.69,1496.79,263.053,3.42905,300,15,0,664,0,1,0,0,0),(32250,4057,1,1,1,2432,0,2574.32,1492.71,256.874,2.24893,300,5,0,664,0,1,0,0,0),(32249,4057,1,1,1,2432,0,2544.92,1379.57,252.981,3.90963,300,10,0,664,0,1,0,0,0),(32248,4057,1,1,1,2432,0,2419.24,1515.12,271.989,1.20097,300,5,0,664,0,1,0,0,0),(32247,4056,1,1,1,150,0,2492.34,2005.94,342.589,0.720945,300,5,0,750,0,1,0,0,0),(32246,4056,1,1,1,150,0,2492.15,1973.88,330.713,3.55393,300,5,0,750,0,1,0,0,0),(32245,4312,1,1,1,2411,1,968.077,1042.29,104.563,3.94444,600,0,0,10572,0,0,0,0,0),(32244,4056,1,1,1,150,0,2539.69,1991.5,349.61,2.05949,300,0,0,750,0,0,0,0,0),(32243,4056,1,1,1,150,0,2456.59,1926.55,362.984,1.59009,300,0,0,750,0,2,0,0,0),(32242,4056,1,1,1,150,0,2541.25,1993.92,348.476,4.1224,300,5,0,750,0,1,0,0,0),(32241,4056,1,1,1,150,0,2509.03,1964.5,330.947,1.63742,300,5,0,750,0,1,0,0,0),(32240,4056,1,1,1,150,0,2461.29,1992.85,339.454,3.5936,300,5,0,750,0,1,0,0,0),(32239,4056,1,1,1,150,0,2478.14,1982.93,335.207,5.4717,300,5,0,750,0,1,0,0,0),(32238,4056,1,1,1,150,0,2507.57,1996.17,346.86,3.95404,300,5,0,750,0,1,0,0,0),(32237,4056,1,1,1,150,0,2455.52,1919.98,363.412,0.141493,300,5,0,750,0,1,0,0,0),(32236,4053,1,1,1,2722,1,2490.58,1465.8,262.808,1.34941,300,15,0,544,581,1,0,0,0),(32235,4053,1,1,1,2722,1,2408.95,1453.22,269.722,6.08157,300,15,0,544,581,1,0,0,0),(32234,4053,1,1,1,2722,1,2483.81,1375.16,269.317,1.40349,300,15,0,544,581,1,0,0,0),(32233,4053,1,1,1,2722,1,2557.19,1522.97,264.985,2.06414,300,5,0,544,581,1,0,0,0),(32232,4053,1,1,1,2722,1,2522.76,1519.64,267.615,3.16113,300,5,0,544,581,1,0,0,0),(32231,4052,1,1,1,4249,0,2493.49,1859.55,365.341,4.60663,300,3,0,651,693,1,0,0,0),(32230,4052,1,1,1,4250,0,2475.83,1875.41,347.697,1.16152,300,3,0,651,693,1,0,0,0),(32229,4052,1,1,1,4249,0,2487.37,1884.19,346.176,2.08962,300,3,0,651,693,1,0,0,0),(32228,4052,1,1,1,4250,0,2413.48,1763.94,348.334,3.79381,300,5,0,651,693,1,0,0,0),(32227,4052,1,1,1,4249,0,2471.57,1855.43,349.799,4.44071,300,3,0,651,693,1,0,0,0),(32226,4052,1,1,1,4250,0,2454.12,1851.84,364.034,3.79966,300,0,0,651,693,2,0,0,0),(32225,4052,1,1,1,4250,0,2421.11,1836.47,365.692,3.02702,300,5,0,651,693,1,0,0,0),(32224,4052,1,1,1,4249,0,2476.75,1865.61,348.184,0.092836,300,3,0,651,693,1,0,0,0),(32223,4052,1,1,1,4249,0,2409.18,1763.55,348.228,1.46608,300,0,0,651,693,0,0,0,0),(32222,4052,1,1,1,4249,0,2420.15,1763.9,346.934,4.36332,300,0,0,651,693,0,0,0,0),(32221,4052,1,1,1,4250,0,2472.22,1854.35,349.951,2.51805,300,0,0,651,693,2,0,0,0),(32220,4052,1,1,1,4249,0,2444.71,1847.03,364.488,6.13634,300,2,0,651,693,1,0,0,0),(32219,4052,1,1,1,4250,0,2437.79,1805.32,349.291,5.79881,300,5,0,651,693,1,0,0,0),(32218,4052,1,1,1,4249,0,2390.36,1805.97,347.099,5.37846,300,5,0,651,693,1,0,0,0),(32217,4052,1,1,1,4250,0,2393.93,1798.56,347.088,2.16429,300,5,0,651,693,1,0,0,0),(32216,4052,1,1,1,4249,0,2523.34,1862.78,366.586,3.97935,300,0,0,651,693,0,0,0,0),(32215,4051,1,1,1,4248,1,2428.87,1440.5,267.277,1.63911,300,15,0,544,581,1,0,0,0),(32214,4051,1,1,1,4248,1,2530.7,1470.43,263.503,5.48275,300,5,0,544,581,1,0,0,0),(32213,4051,1,1,1,4248,1,2442.16,1489.85,265.102,5.37874,300,15,0,544,581,1,0,0,0),(32212,4051,1,1,1,4248,1,2511.81,1552.15,263.715,2.5479,300,15,0,544,581,1,0,0,0),(32211,4050,1,1,1,4252,0,2420.39,1790.94,393.749,4.5204,300,0,0,610,655,0,0,0,0),(32210,4050,1,1,1,2281,0,2366.52,1796.29,364.933,0.130625,300,0,0,610,655,2,0,0,0),(32209,4050,1,1,1,4252,0,2343.82,1837.31,381.832,0.225255,300,0,0,610,655,0,0,0,0),(32208,4050,1,1,1,4252,0,2405.89,1808.58,360.157,1.29329,300,0,0,610,655,0,0,0,0),(32207,4050,1,1,1,4252,0,2396.08,1820.27,347.834,5.28024,300,5,0,610,655,1,0,0,0),(32206,4050,1,1,1,4252,0,2400.83,1810.79,360.157,5.71279,300,0,0,610,655,0,0,0,0),(32205,4050,1,1,1,4252,0,2412.1,1829.45,348.455,1.52043,300,5,0,610,655,1,0,0,0),(32204,4050,1,1,1,4252,0,2408.77,1791.66,347.368,0.257347,300,2,0,610,655,1,0,0,0),(32203,721,1,1,1,4626,0,1190.84,689.196,158.658,2.87174,300,15,0,1,0,1,0,0,0),(32202,721,1,1,1,328,0,185.388,163.728,49.4954,3.14378,300,15,0,1,0,1,0,0,0),(32201,721,1,1,1,4626,0,1694.32,-46.9527,105.585,6.08654,300,5,0,1,0,1,0,0,0),(32200,721,1,1,1,4626,0,1744.28,885.307,129.652,5.01591,300,15,0,1,0,1,0,0,0),(32199,721,1,1,1,4626,0,1410.51,826.008,141.653,1.98069,300,5,0,1,0,1,0,0,0),(32198,721,1,1,1,4626,0,1506.92,958.473,135.663,0.164807,300,5,0,1,0,1,0,0,0),(32197,721,1,1,1,4626,0,751.121,435.897,64.9099,2.92083,300,15,0,1,0,1,0,0,0),(32196,721,1,1,1,4626,0,981.211,160.012,22.1794,1.29506,300,15,0,1,0,1,0,0,0),(32195,721,1,1,1,4626,0,127.051,-615.209,1.9861,5.73869,300,5,0,1,0,1,0,0,0),(32194,721,1,1,1,4626,0,1454.01,-374.647,13.1572,1.15344,300,5,0,1,0,1,0,0,0),(32193,721,1,1,1,328,0,135.247,-416.027,7.28653,4.45179,300,5,0,1,0,1,0,0,0),(32192,721,1,1,1,328,0,169.291,-810.352,-1.22106,5.31861,300,5,0,1,0,1,0,0,0),(32191,721,1,1,1,328,0,1329.36,295.29,16.3785,2.4068,300,15,0,1,0,1,0,0,0),(32190,721,1,1,1,4626,0,1157.74,-503.998,7.54294,2.53808,300,5,0,1,0,1,0,0,0),(32189,721,1,1,1,4626,0,60.7274,-826.023,-5.60419,4.94151,300,5,0,1,0,1,0,0,0),(32188,721,1,1,1,4626,0,161.641,-809.783,-1.74603,6.25191,300,5,0,1,0,1,0,0,0),(32187,4044,1,1,1,2173,0,1313.29,1482.17,103.076,1.47006,300,5,0,617,0,1,0,0,0),(32186,4044,1,1,1,2173,0,1634.87,1090.09,138.964,3.28763,300,15,0,617,0,1,0,0,0),(32185,4044,1,1,1,2173,0,995.112,1538.67,0.636249,3.50675,300,15,0,617,0,1,0,0,0),(32184,4044,1,1,1,2173,0,896.602,1610.85,-20.293,6.10456,300,15,0,617,0,1,0,0,0),(32183,4044,1,1,1,2173,0,1247.34,1417.59,81.7326,2.3341,300,15,0,617,0,1,0,0,0),(32182,4044,1,1,1,2173,0,1404.76,1437.69,123.869,5.81458,300,15,0,617,0,1,0,0,0),(32181,4044,1,1,1,2173,0,1501.53,1045.13,144.677,3.76318,300,15,0,617,0,1,0,0,0),(32180,4044,1,1,1,2173,0,1476.24,1008.54,145.527,0.785515,300,15,0,617,0,1,0,0,0),(32179,4044,1,1,1,2173,0,1364.43,1510.04,131.123,3.67545,300,3,0,617,0,1,0,0,0),(32178,4042,1,1,1,12343,0,748.285,1816.37,-13.0294,3.85507,300,15,0,734,0,1,0,0,0),(32177,4042,1,1,1,12343,0,720.518,1650.91,-28.9775,3.83484,300,15,0,734,0,1,0,0,0),(32176,4042,1,1,1,12343,0,764.653,1487.22,-21.3188,3.22465,300,15,0,734,0,1,0,0,0),(32175,4042,1,1,1,12343,0,829.749,1489.99,-13.5663,4.97419,300,5,0,734,0,1,0,0,0),(32174,4042,1,1,1,12343,0,819.675,1886.94,5.90419,3.90075,300,15,0,734,0,1,0,0,0),(32173,4041,1,1,1,2175,0,554.237,1554.49,-7.7258,0.999048,300,15,0,840,0,1,0,0,0),(32172,4041,1,1,1,2175,0,513.315,1580.52,-1.39779,0.03701,300,15,0,840,0,1,0,0,0),(32171,4041,1,1,1,2175,0,593.084,1510.82,-9.23207,1.33329,300,15,0,840,0,1,0,0,0),(32170,4041,1,1,1,2175,0,619.601,1493.83,-10.8587,3.75344,300,15,0,840,0,1,0,0,0),(32169,4041,1,1,1,2175,0,568.268,1765.65,-10.309,5.6572,300,5,0,840,0,1,0,0,0),(32168,4041,1,1,1,2175,0,643.372,1734.49,-16.2217,5.05699,300,15,0,840,0,1,0,0,0),(32167,4041,1,1,1,2175,0,680.878,1681.3,-23.837,0.002892,300,15,0,840,0,1,0,0,0),(32166,4041,1,1,1,2175,0,549.102,1621.08,-8.54752,4.29813,300,15,0,840,0,1,0,0,0),(32165,4041,1,1,1,2175,0,567.636,1729.96,-8.75855,2.68319,300,15,0,840,0,1,0,0,0),(32164,4041,1,1,1,2175,0,566.3,1651.6,-10.156,6.12221,300,5,0,840,0,1,0,0,0),(32163,4041,1,1,1,2175,0,524.272,1427.05,8.53787,5.1749,300,15,0,840,0,1,0,0,0),(32162,4038,1,1,1,1070,0,517.603,1519.83,-0.563981,4.35728,300,15,0,684,693,1,0,0,0),(32161,4038,1,1,1,1070,0,566.893,1468.7,-1.96812,5.09291,300,15,0,684,693,1,0,0,0),(32160,4038,1,1,1,1070,0,610.648,1700.83,-16.2634,4.82391,300,15,0,684,693,1,0,0,0),(32159,4038,1,1,1,1070,0,518.984,1785.44,-0.265593,2.2843,300,15,0,684,693,1,0,0,0),(32158,4038,1,1,1,1070,0,512.822,1726.07,2.14589,5.61195,300,15,0,684,693,1,0,0,0),(32157,4038,1,1,1,1070,0,522.896,1651.75,-1.66286,3.70143,300,15,0,684,693,1,0,0,0),(32156,4038,1,1,1,1070,0,478.304,1622.58,6.0387,3.15038,300,15,0,684,693,1,0,0,0),(32155,4037,1,1,1,2172,0,785.87,1781.71,-15.7026,2.59173,300,15,0,664,0,1,0,0,0),(32154,4037,1,1,1,2172,0,752.852,1879.99,0.94246,5.23824,300,15,0,664,0,1,0,0,0),(32153,4037,1,1,1,2172,0,758.7,1515.92,-22.7617,3.31386,300,15,0,664,0,1,0,0,0),(32152,4037,1,1,1,2172,0,733.786,1727.95,-22.3221,0.483935,300,15,0,664,0,1,0,0,0),(32151,4037,1,1,1,2172,0,854.735,1852.47,-0.238275,2.02326,300,15,0,664,0,1,0,0,0),(32150,4036,1,1,1,4607,0,843.635,1578.72,-25.4069,4.00718,300,15,0,544,581,1,0,0,0),(32149,4036,1,1,1,4607,0,1332.49,1432.21,106.604,0.734267,300,15,0,544,581,1,0,0,0),(32148,4036,1,1,1,4607,0,966.687,1561.25,-7.24793,0.292111,300,15,0,544,581,1,0,0,0),(32147,4036,1,1,1,4607,0,1188.87,1530.21,59.6574,2.79791,300,5,0,544,581,1,0,0,0),(32146,4036,1,1,1,4607,0,1244.02,1461.15,77.0461,1.86975,300,15,0,544,581,1,0,0,0),(32145,4036,1,1,1,4607,0,1310.22,1419.69,101.108,2.73516,300,15,0,544,581,1,0,0,0),(32144,4036,1,1,1,4607,0,1580.94,1098.3,143.779,3.9187,300,5,0,544,581,1,0,0,0),(32143,4036,1,1,1,4607,0,948.342,1422.38,16.6812,4.80923,300,2,0,544,581,1,0,0,0),(32142,4035,1,1,1,2075,0,530.545,1681.44,-3.41284,2.71703,300,0,0,840,0,0,0,0,0),(32141,4034,1,1,1,2170,0,785.812,1582.91,-29.8904,0.906744,300,15,0,713,0,1,0,0,0),(32140,4034,1,1,1,2170,0,766.756,1762.08,-19.1088,0.551975,300,15,0,713,0,1,0,0,0),(32139,4032,1,1,1,6884,0,783.703,1830.71,-9.50283,5.61272,300,5,0,544,581,1,0,0,0),(32138,4032,1,1,1,6884,0,784.399,1474.47,-19.6889,0.501406,300,15,0,544,581,1,0,0,0),(32137,4031,1,1,1,8015,0,608.143,1551.82,-13.0434,4.53794,300,15,0,734,0,1,0,0,0),(32136,4031,1,1,1,8015,0,552.03,1710.5,-7.15987,5.58495,300,15,0,734,0,1,0,0,0),(32135,4031,1,1,1,8015,0,550.129,1642.05,-10.6234,5.26788,300,10,0,734,0,1,0,0,0),(32134,4029,1,1,1,2168,0,858.662,1639.48,-25.6678,1.65219,300,15,0,840,0,1,0,0,0),(32133,4029,1,1,1,2168,0,808.945,1737.14,-20.7479,6.04854,300,15,0,840,0,1,0,0,0),(32132,4028,1,1,1,2079,0,716.158,1578.23,-24.9002,0.173664,300,15,0,640,655,1,0,0,0),(32131,4028,1,1,1,2079,0,546.58,1647.29,-9.44412,2.3552,300,10,0,640,655,1,0,0,0),(32130,4028,1,1,1,2079,0,850.528,1643.93,-26.7928,4.61361,300,15,0,640,655,1,0,0,0),(32129,4027,1,1,1,10871,0,696.124,1462.97,-14.1656,3.44419,300,15,0,684,693,1,0,0,0),(32128,4027,1,1,1,10871,0,659.234,1454.06,-9.17287,5.74313,300,15,0,684,693,1,0,0,0),(32127,4027,1,1,1,10871,0,681.645,1519.52,-18.0157,0.739543,300,15,0,684,693,1,0,0,0),(32126,4027,1,1,1,10871,0,643.673,1878.57,-12.9008,4.58218,300,15,0,684,693,1,0,0,0),(32125,4027,1,1,1,10871,0,607.089,1935.05,8.67508,5.63189,300,5,0,684,693,1,0,0,0),(32124,4027,1,1,1,10871,0,671.243,1780.94,-11.9278,1.82533,300,15,0,684,693,1,0,0,0),(32123,4027,1,1,1,10871,0,629.982,1863.33,-10.6652,2.28091,300,15,0,684,693,1,0,0,0),(32122,4027,1,1,1,10871,0,686.113,1837.01,-12.1792,5.2771,300,15,0,684,693,1,0,0,0),(32121,4027,1,1,1,10871,0,666.075,1909.83,-3.16703,0.475011,300,15,0,684,693,1,0,0,0),(32120,4027,1,1,1,10871,0,720.833,1862.5,-4.33149,5.49786,300,15,0,684,693,1,0,0,0),(32119,4027,1,1,1,10871,0,693.934,1964.4,11.2849,5.63853,300,3,0,684,693,1,0,0,0),(32118,4027,1,1,1,10871,0,654.937,1926.98,-4.91283,1.99795,300,15,0,684,693,1,0,0,0),(32117,4027,1,1,1,10871,0,722.892,1890.98,1.74151,4.33007,300,15,0,684,693,1,0,0,0),(32116,4027,1,1,1,10871,0,635.666,1947.86,-7.44425,1.22403,300,15,0,684,693,1,0,0,0),(32115,4027,1,1,1,10871,0,678.894,1938.23,2.01385,0.692738,300,15,0,684,693,1,0,0,0),(32114,4026,1,1,1,10282,0,841.235,1663.23,-25.8754,5.3635,300,15,0,582,618,1,0,0,0),(32113,4026,1,1,1,10282,0,802.973,1671.59,-29.4124,1.81933,300,15,0,582,618,1,0,0,0),(32112,4026,1,1,1,10282,0,813.61,1661.32,-30.3548,1.74034,300,15,0,582,618,1,0,0,0),(32111,4026,1,1,1,10282,0,854.836,1638.82,-26.3465,4.58113,300,15,0,582,618,1,0,0,0),(32110,4026,1,1,1,10282,0,779.787,1654.63,-33.4092,1.8769,300,15,0,582,618,1,0,0,0),(32109,4026,1,1,1,10282,0,757.381,1645.07,-32.2701,6.14904,300,15,0,582,618,1,0,0,0),(32108,4026,1,1,1,10282,0,857.773,1523.09,-18.1332,4.75848,300,5,0,582,618,1,0,0,0),(32106,4026,1,1,1,10282,0,894.125,1729.81,-14.6024,4.90009,300,15,0,582,618,1,0,0,0),(32105,4026,1,1,1,10282,0,837.493,1721.17,-18.6814,0.348938,300,15,0,582,618,1,0,0,0),(32090,4026,1,1,1,10282,0,992.583,1642.01,14.1659,3.90456,300,5,0,582,618,1,0,0,0),(32089,4026,1,1,1,10282,0,833.178,1788.14,-13.2843,1.20403,300,15,0,582,618,1,0,0,0),(32019,4026,1,1,1,10282,0,852.021,1520.54,-18.1332,0.882028,300,5,0,582,618,1,0,0,0),(32018,4026,1,1,1,10282,0,823.875,1515.47,-20.5615,1.73344,300,5,0,582,618,1,0,0,0),(32017,4026,1,1,1,10282,0,1035.96,1727.86,2.02019,5.08202,300,5,0,582,618,1,0,0,0),(32016,4026,1,1,1,10282,0,997.654,1681.26,-5.32134,5.17718,300,15,0,582,618,1,0,0,0),(32015,4026,1,1,1,10282,0,959.896,1629.04,-11.3686,4.25067,300,5,0,582,618,1,0,0,0),(31954,4026,1,1,1,10282,0,920.355,1552.8,-14.4482,4.24683,300,15,0,582,618,1,0,0,0),(31952,4026,1,1,1,10282,0,915.674,1557.62,-15.561,0.209711,300,15,0,582,618,1,0,0,0),(31939,4026,1,1,1,10282,0,898.094,1564.78,-16.8351,6.02495,300,15,0,582,618,1,0,0,0),(31938,4026,1,1,1,10282,0,880.946,1753.17,-11.5884,3.06462,300,15,0,582,618,1,0,0,0),(31936,4026,1,1,1,10282,0,876.807,1780.94,-8.94846,1.14385,300,15,0,582,618,1,0,0,0),(31935,4026,1,1,1,10282,0,844.922,1795,-12.3534,0.859218,300,15,0,582,618,1,0,0,0),(31917,4026,1,1,1,10282,0,918.392,1718.55,-14.4066,5.22148,300,5,0,582,618,1,0,0,0),(31914,4026,1,1,1,10282,0,938.699,1639.8,-13.5585,5.22154,300,15,0,582,618,1,0,0,0),(31913,4026,1,1,1,10282,0,862.399,1736,-15.4421,5.26086,300,5,0,582,618,1,0,0,0),(31912,4025,1,1,1,10869,0,948.891,1679.82,-12.1807,4.52074,300,15,0,426,581,1,0,0,0),(31803,4025,1,1,1,10869,0,790.729,1742.48,-20.3377,0.682364,300,15,0,426,581,1,0,0,0),(31802,4025,1,1,1,10869,0,919.809,1741.91,-11.9346,0.839383,300,15,0,426,581,1,0,0,0),(31801,4025,1,1,1,10869,0,1010.01,1726.79,-9.77721,6.15463,300,15,0,426,581,1,0,0,0),(31800,4025,1,1,1,10869,0,901.677,1781.91,-7.34716,2.62253,300,15,0,426,581,1,0,0,0),(31798,4025,1,1,1,10869,0,877.562,1798.55,-6.31066,5.69809,300,15,0,426,581,1,0,0,0),(31795,4024,1,1,1,10870,0,723.161,1477.72,-16.9211,0.766325,300,15,0,640,655,1,0,0,0),(31794,4024,1,1,1,10870,0,628.924,1542.2,-13.3452,3.50905,300,15,0,640,655,1,0,0,0),(31793,4024,1,1,1,10870,0,776.019,1425.23,-14.0468,0.536333,300,15,0,640,655,1,0,0,0),(31792,4024,1,1,1,10870,0,669.888,1439.8,-7.34606,1.29568,300,5,0,640,655,1,0,0,0),(31791,4024,1,1,1,10870,0,644.378,1439.96,-5.06573,1.68631,300,5,0,640,655,1,0,0,0),(31790,4024,1,1,1,10870,0,718.93,1778.05,-17.4242,5.35023,300,15,0,640,655,1,0,0,0),(31789,4024,1,1,1,10870,0,647.961,1775.18,-13.0588,3.09302,300,15,0,640,655,1,0,0,0),(31788,4024,1,1,1,10870,0,650.968,1769.24,-13.5562,3.40364,300,15,0,640,655,1,0,0,0),(31787,4024,1,1,1,10870,0,600.096,1819.81,-9.06323,5.33616,300,15,0,640,655,1,0,0,0),(31786,4024,1,1,1,10870,0,646.875,1909.38,-8.28783,1.74905,300,15,0,640,655,1,0,0,0),(31785,4024,1,1,1,10870,0,652.696,1937.45,-5.2473,5.45806,300,15,0,640,655,1,0,0,0),(31784,4023,1,1,1,6813,0,612.175,1550.7,-12.9121,2.57035,300,15,0,734,0,1,0,0,0),(31783,4023,1,1,1,6813,0,714.181,1520.74,-21.2092,1.83165,300,15,0,734,0,1,0,0,0),(31782,4023,1,1,1,6813,0,749.439,1514.12,-21.2687,0.916946,300,15,0,734,0,1,0,0,0),(31781,4023,1,1,1,6813,0,701.547,1551.92,-22.4534,5.81803,300,15,0,734,0,1,0,0,0),(31773,4023,1,1,1,6813,0,665.889,1543.26,-19.9016,6.03729,300,15,0,734,0,1,0,0,0),(31762,4023,1,1,1,6813,0,713.507,1451.36,-12.0751,4.70318,300,15,0,734,0,1,0,0,0),(31748,4023,1,1,1,6813,0,639.841,1510.9,-14.8425,0.82339,300,15,0,734,0,1,0,0,0),(31502,4023,1,1,1,6813,0,672.808,1741.93,-19.4221,0.198516,300,15,0,734,0,1,0,0,0),(31501,4023,1,1,1,6813,0,681.998,1805.64,-12.4419,1.3608,300,15,0,734,0,1,0,0,0),(30477,4023,1,1,1,6813,0,658.863,1794.31,-12.66,5.09244,300,5,0,734,0,1,0,0,0),(30476,4023,1,1,1,6813,0,627.199,1814.83,-10.6556,6.23601,300,15,0,734,0,1,0,0,0),(30431,4022,1,1,1,3022,0,949.317,1715.29,-14.6905,3.38508,300,15,0,617,0,1,0,0,0),(30430,4022,1,1,1,3022,0,826.756,1642.2,-28.6399,1.13656,300,15,0,617,0,1,0,0,0),(30429,4022,1,1,1,3022,0,750.844,1685.66,-31.5314,2.83096,300,15,0,617,0,1,0,0,0),(30428,4022,1,1,1,3022,0,821.861,1771.99,-15.4093,3.64097,300,15,0,617,0,1,0,0,0),(30427,4022,1,1,1,3022,0,800.463,1616.58,-31.8395,2.61373,300,15,0,617,0,1,0,0,0),(30426,4022,1,1,1,3022,0,817.937,1646.43,-29.1048,2.29858,300,15,0,617,0,1,0,0,0),(30425,4022,1,1,1,3022,0,1318.12,1421.49,103.264,0.581776,300,15,0,617,0,1,0,0,0),(30424,4022,1,1,1,3022,0,1480.33,1400.29,141.117,5.24159,300,15,0,617,0,1,0,0,0),(30423,4022,1,1,1,3022,0,858.4,1524.47,-18.0082,0.98051,300,5,0,617,0,1,0,0,0),(30422,4022,1,1,1,3022,0,936.874,1560.52,-13.6834,0.501217,300,15,0,617,0,1,0,0,0),(30421,4022,1,1,1,3022,0,941.307,1655.49,-12.7333,0.472381,300,15,0,617,0,1,0,0,0),(30420,4022,1,1,1,3022,0,1003.41,1691.52,-4.956,1.82264,300,15,0,617,0,1,0,0,0),(30419,4022,1,1,1,3022,0,987.964,1735.38,-9.06532,5.66743,300,5,0,617,0,1,0,0,0),(30418,4021,1,1,1,1145,0,2325.27,1612.52,292.759,4.42215,300,15,0,664,0,1,0,0,0),(30417,4021,1,1,1,1145,0,2486.35,1578.95,263.017,0.769485,300,15,0,664,0,1,0,0,0),(30416,4021,1,1,1,1145,0,2259.91,1583.15,309.288,4.89504,300,5,0,664,0,1,0,0,0),(30415,4021,1,1,1,1145,0,2286.67,1342.42,287.6,3.38243,300,5,0,664,0,1,0,0,0),(30414,4021,1,1,1,1145,0,2346.06,1382.32,276.914,2.09699,300,5,0,664,0,1,0,0,0),(30413,4021,1,1,1,1145,0,2547.62,1581.54,270.162,4.21114,300,15,0,664,0,1,0,0,0),(30412,4020,1,1,1,358,0,2414.55,1379.6,275.722,5.12318,300,5,0,573,0,1,0,0,0),(30411,4020,1,1,1,358,0,1955.66,961.039,178.955,0.715173,300,10,0,573,0,1,0,0,0),(30410,4020,1,1,1,358,0,2508.85,1291.15,272.074,0.285273,300,15,0,573,0,1,0,0,0),(30409,4020,1,1,1,358,0,2590.55,1420.23,235.497,1.0359,300,15,0,573,0,1,0,0,0),(30408,4020,1,1,1,358,0,2389.01,1546.52,278.888,6.13781,300,5,0,573,0,1,0,0,0),(30407,4020,1,1,1,358,0,2381.16,1599.5,289.973,0.597209,300,5,0,573,0,1,0,0,0),(30406,4020,1,1,1,358,0,2377.02,1684.89,333.716,2.19672,300,5,0,573,0,1,0,0,0),(30404,4020,1,1,1,358,0,2355.54,1626.13,300.493,1.06389,300,15,0,573,0,1,0,0,0),(30403,4020,1,1,1,358,0,2339.16,1601.55,288.966,4.03843,300,15,0,573,0,1,0,0,0),(30402,4020,1,1,1,358,0,2353.48,1614.1,293.087,5.71581,300,15,0,573,0,1,0,0,0),(30401,4020,1,1,1,358,0,2278.41,1578.62,299.24,0.074127,300,15,0,573,0,1,0,0,0),(30359,4020,1,1,1,358,0,2298.38,1549.32,287.606,0.041033,300,15,0,573,0,1,0,0,0),(30026,4020,1,1,1,358,0,2349.66,1547.29,283.142,1.21134,300,15,0,573,0,1,0,0,0),(30021,4020,1,1,1,358,0,2319.38,1501.97,282.539,3.67651,300,15,0,573,0,1,0,0,0),(30020,4020,1,1,1,358,0,2302.04,1383.84,277.751,4.3035,300,5,0,573,0,1,0,0,0),(30017,4020,1,1,1,358,0,2262.34,1504.39,288.196,0.386675,300,3,0,573,0,1,0,0,0),(30016,4020,1,1,1,358,0,2253.33,1418.94,279.921,3.11179,300,15,0,573,0,1,0,0,0),(30015,4020,1,1,1,358,0,2269.97,1431.83,277.768,0.388483,300,15,0,573,0,1,0,0,0),(30014,4020,1,1,1,358,0,2582,1352.87,244.855,2.5066,300,15,0,573,0,1,0,0,0),(30013,4276,1,1,1,7157,1,962.967,-263.785,-5.31819,5.32325,300,0,0,484,0,0,0,0,0),(30012,4019,1,1,1,2161,0,2593.25,1299.25,255.836,1.03105,300,15,0,664,0,1,0,0,0),(30011,4019,1,1,1,2161,0,2384.13,1474.51,274.885,2.42184,300,15,0,664,0,1,0,0,0),(30010,4019,1,1,1,2161,0,2518.23,1290.1,273.199,4.95225,300,15,0,664,0,1,0,0,0),(30009,4019,1,1,1,2161,0,2724.67,1331.08,277.299,5.39125,300,15,0,664,0,1,0,0,0),(30008,4018,1,1,1,1917,0,2418.92,1285.55,288.458,1.49426,300,15,0,573,0,1,0,0,0),(30007,4018,1,1,1,1917,0,1725.45,782.712,135.104,5.35433,300,15,0,573,0,1,0,0,0),(30006,4018,1,1,1,1917,0,1673.38,962.59,129.2,6.11049,300,5,0,573,0,1,0,0,0),(30005,4018,1,1,1,1917,0,2222.59,1048.16,267.744,4.42502,300,15,0,573,0,1,0,0,0),(30004,4018,1,1,1,1917,0,2261.5,1026.63,284.151,5.84249,300,3,0,573,0,1,0,0,0),(30003,4018,1,1,1,1917,0,2182.16,1055.4,254.187,5.19481,300,15,0,573,0,1,0,0,0),(30002,4018,1,1,1,1917,0,2371.66,1416.45,274.941,3.05611,300,5,0,573,0,1,0,0,0),(30001,4018,1,1,1,1917,0,1771.47,718.269,146.864,3.13624,300,15,0,573,0,1,0,0,0),(30000,4018,1,1,1,1917,0,2155.77,1038.38,243.947,0.747407,300,15,0,573,0,1,0,0,0),(29999,4018,1,1,1,1917,0,2018.06,961.692,195.529,4.5601,300,10,0,573,0,1,0,0,0),(29998,4018,1,1,1,1917,0,2033.11,970.229,201.852,5.61332,300,10,0,573,0,1,0,0,0),(29997,4018,1,1,1,1917,0,2140.07,1033.98,238.964,5.88291,300,15,0,573,0,1,0,0,0),(29996,4018,1,1,1,1917,0,1887.41,946.143,163.039,3.53592,300,2,0,573,0,1,0,0,0),(29995,4018,1,1,1,1917,0,2089.07,1079.35,230.974,0.200379,300,15,0,573,0,1,0,0,0),(29994,4018,1,1,1,1917,0,2156.71,1078.22,249.278,3.37923,300,15,0,573,0,1,0,0,0),(29993,4018,1,1,1,1917,0,2546.94,1239.84,284.51,5.95402,300,5,0,573,0,1,0,0,0),(29992,4018,1,1,1,1917,0,2219.17,992.148,281.759,1.62944,300,5,0,573,0,1,0,0,0),(29991,4018,1,1,1,1917,0,2610.96,1312.03,251.221,0.722611,300,15,0,573,0,1,0,0,0),(29990,4018,1,1,1,1917,0,2558.6,1289.19,269.484,3.8731,300,15,0,573,0,1,0,0,0),(29989,4018,1,1,1,1917,0,2721.14,1257.82,298.648,1.61476,300,5,0,573,0,1,0,0,0),(29988,4018,1,1,1,1917,0,2654.96,1350.6,244.63,1.15911,300,15,0,573,0,1,0,0,0),(29987,4018,1,1,1,1917,0,2645.53,1286.65,269.738,2.22875,300,15,0,573,0,1,0,0,0),(29986,4018,1,1,1,1917,0,2676.91,1319,264.923,5.43076,300,15,0,573,0,1,0,0,0),(29985,4017,1,1,1,2158,0,2486.36,1627.77,282.203,6.1722,300,0,0,684,693,0,0,0,0),(29984,4016,1,1,1,1267,0,2235.13,1418.77,281.766,2.14472,300,15,0,582,618,1,0,0,0),(29983,4016,1,1,1,1267,0,2468.68,1303.52,277.247,0.611073,300,15,0,582,618,1,0,0,0),(29982,4015,1,1,1,4585,0,1394.53,914.007,149.952,0.698989,19900,5,0,713,0,1,0,0,0),(29981,4015,1,1,1,4585,0,1734.32,619,195.08,5.01028,19900,5,0,713,0,1,0,0,0),(29976,26839,571,1,1,0,0,3273.25,-2197.42,117.456,4.06662,120,0,0,1,0,0,0,0,0),(29975,26839,571,1,1,0,0,3268.64,-2195.64,117.456,4.34587,120,0,0,1,0,0,0,0,0),(29974,27102,571,1,1,0,0,3270.91,-2197.24,117.456,4.10152,120,0,0,1,0,0,0,0,0),(29973,4014,1,1,1,2297,0,1606.73,851.568,145.41,5.63968,300,0,0,573,0,0,0,0,0),(29972,4014,1,1,1,2297,0,1651.15,674.376,189.165,2.5063,300,5,0,573,0,1,0,0,0),(29971,4014,1,1,1,2297,0,1600.91,569.875,183.219,0.761725,300,5,0,573,0,1,0,0,0),(29970,4014,1,1,1,2297,0,1644.29,681.691,189.165,6.16943,300,5,0,573,0,1,0,0,0),(29969,4014,1,1,1,2297,0,1776.6,616.042,206.223,3.56258,300,5,0,573,0,1,0,0,0),(29968,4014,1,1,1,2297,0,1537.03,540.094,171.952,5.07616,300,0,0,573,0,0,0,0,0),(29967,4014,1,1,1,2297,0,1511.97,531.479,158.116,3.56414,300,0,0,573,0,0,0,0,0),(29966,4014,1,1,1,2297,0,1460.79,739.315,155.763,3.12832,300,0,0,573,0,0,0,0,0),(29965,4014,1,1,1,2297,0,1481.78,765.892,149.736,3.94519,300,0,0,573,0,0,0,0,0),(29964,4014,1,1,1,2297,0,1396.92,1021.03,168.125,0.566154,300,0,0,573,0,0,0,0,0),(29963,4014,1,1,1,2297,0,1663.07,1151.31,159.014,3.80064,300,0,0,573,0,0,0,0,0),(29962,4014,1,1,1,2297,0,1566.98,887.738,149.927,4.09198,300,0,0,573,0,0,0,0,0),(29961,4014,1,1,1,2297,0,1404.94,1026.07,183.011,3.27397,300,0,0,573,0,0,0,0,0),(29960,4014,1,1,1,2297,0,1419.42,1028.82,170.324,2.51748,300,0,0,573,0,0,0,0,0),(29959,4013,1,1,1,2298,0,1755.34,639.234,195.097,3.03683,300,5,0,617,0,1,0,0,0),(29958,4013,1,1,1,2298,0,1740.9,640.325,195.097,0.036347,300,5,0,617,0,1,0,0,0),(29957,4013,1,1,1,2298,0,1698.31,672.781,195.117,6.27581,300,5,0,617,0,1,0,0,0),(29956,4013,1,1,1,2298,0,1686.73,601.179,196.849,6.14668,300,5,0,617,0,1,0,0,0),(29955,4013,1,1,1,2298,0,1712.55,653.912,195.222,5.59991,300,5,0,617,0,1,0,0,0),(29954,4013,1,1,1,2298,0,1572.28,623.502,150.542,2.90491,300,0,0,617,0,2,0,0,0),(29953,4013,1,1,1,2298,0,1624.12,656.355,177.889,3.39872,300,5,0,617,0,1,0,0,0),(29952,4013,1,1,1,2298,0,1746.98,614.778,195.146,1.16781,300,5,0,617,0,1,0,0,0),(29951,4013,1,1,1,2298,0,1703.64,579.024,200.974,5.2063,300,5,0,617,0,1,0,0,0),(29950,4013,1,1,1,2298,0,1680.43,541.915,208.223,3.3321,300,5,0,617,0,1,0,0,0),(29949,4012,1,1,1,295,0,1511.13,714.947,141.035,3.81875,300,0,0,531,0,2,0,0,0),(29948,4012,1,1,1,295,0,1438.81,784.19,144.401,5.83482,300,0,0,531,0,2,0,0,0),(29947,4012,1,1,1,295,0,1509.44,779.212,135.238,3.3681,300,0,0,531,0,2,0,0,0),(29946,4012,1,1,1,295,0,1505.3,560.301,146.675,6.0607,300,0,0,531,0,0,0,0,0),(29945,4012,1,1,1,295,0,1529.22,597.856,149.415,4.92608,300,0,0,531,0,0,0,0,0),(29944,4012,1,1,1,295,0,1464.98,689.348,146.386,1.77425,300,0,0,531,0,0,0,0,0),(29943,4012,1,1,1,295,0,1503.54,704.588,141.626,4.12565,300,0,0,531,0,2,0,0,0),(29942,4012,1,1,1,295,0,1429.69,716.146,147.201,3.14179,300,0,0,531,0,2,0,0,0),(29941,4012,1,1,1,295,0,1554.99,543.292,165.327,2.82925,300,0,0,531,0,0,0,0,0),(29940,4012,1,1,1,295,0,1501.57,606.094,143.643,2.72952,300,0,0,531,0,2,0,0,0),(29939,4012,1,1,1,295,0,1373,995.546,156.992,0.0166,300,0,0,531,0,2,0,0,0),(29938,4012,1,1,1,295,0,1459.21,1059.64,154.538,1.73973,300,0,0,531,0,2,0,0,0),(29937,4012,1,1,1,295,0,1439.85,988.872,150.639,6.0446,300,0,0,531,0,0,0,0,0),(29936,4012,1,1,1,295,0,1390.39,991.894,153.162,3.85583,300,0,0,531,0,2,0,0,0),(29935,4011,1,1,1,2154,0,988.503,144.44,20.8441,3.00288,300,0,0,449,0,2,0,0,0),(29934,4011,1,1,1,2154,0,823.551,217.528,24.7586,4.09227,300,0,0,449,0,2,0,0,0),(29878,4011,1,1,1,2154,0,1488.8,-537.501,50.5953,1.26325,300,0,0,449,0,2,0,0,0),(29877,4011,1,1,1,2154,0,1330.19,289.645,15.6005,4.47498,300,5,0,449,0,1,0,0,0),(29876,4011,1,1,1,2154,0,1155.21,-547.113,5.60101,6.27537,300,5,0,449,0,1,0,0,0),(29875,4009,1,1,1,1538,0,968.599,361.42,32.6065,4.90902,300,5,0,417,0,1,0,0,0),(29874,4009,1,1,1,1538,0,1141.11,385.716,53.491,1.15257,300,5,0,417,0,1,0,0,0),(29873,4009,1,1,1,1538,0,658.509,227.958,42.0496,0.889763,300,5,0,417,0,1,0,0,0),(29872,4009,1,1,1,1538,0,1725.51,922.457,129.914,4.19479,300,15,0,417,0,1,0,0,0),(29871,4009,1,1,1,1538,0,1780.14,868.272,138.003,2.02134,300,5,0,417,0,1,0,0,0),(29870,4009,1,1,1,1538,0,1729.92,870.364,126.707,3.92561,300,15,0,417,0,1,0,0,0),(29869,4009,1,1,1,1538,0,1713.66,845.909,125.434,2.98464,300,5,0,417,0,1,0,0,0),(29868,4009,1,1,1,1538,0,1660.18,758.678,134.048,5.19437,300,10,0,417,0,1,0,0,0),(29867,4009,1,1,1,1538,0,1765.58,791.125,136.761,2.23364,300,5,0,417,0,1,0,0,0),(29866,4009,1,1,1,1538,0,1821.7,936.047,144.194,1.32819,300,15,0,417,0,1,0,0,0),(29865,4009,1,1,1,1538,0,1781.4,915.429,137.128,1.31486,300,15,0,417,0,1,0,0,0),(29864,4009,1,1,1,1538,0,1789.99,753.811,143.142,6.18374,300,15,0,417,0,1,0,0,0),(29863,4009,1,1,1,1538,0,929.885,37.9659,68.5943,4.90002,300,5,0,417,0,1,0,0,0),(29862,4009,1,1,1,1538,0,1828.97,821.846,145.775,5.59945,300,15,0,417,0,1,0,0,0),(29861,4009,1,1,1,1538,0,1838.01,776.407,144.65,3.35412,300,15,0,417,0,1,0,0,0),(29860,4009,1,1,1,1538,0,776.213,196.919,49.6798,6.22973,300,5,0,417,0,1,0,0,0),(29859,4009,1,1,1,1538,0,988.976,-4.78965,23.3988,3.14745,300,3,0,417,0,1,0,0,0),(29858,4009,1,1,1,1538,0,865.887,131.566,40.2951,0.035176,300,5,0,417,0,1,0,0,0),(29857,4009,1,1,1,1538,0,825.226,167.452,45.7051,0.055014,300,5,0,417,0,1,0,0,0),(29856,4009,1,1,1,1538,0,1234.59,-646.835,24.5711,1.08012,300,5,0,417,0,1,0,0,0),(29855,4009,1,1,1,1538,0,1534.16,-465.687,52.1256,0.202567,300,5,0,417,0,1,0,0,0),(29854,4009,1,1,1,1538,0,1339.73,377.641,44.1754,5.81473,300,5,0,417,0,1,0,0,0),(29853,4009,1,1,1,1538,0,1608.09,-278.801,56.2109,2.89306,300,5,0,417,0,1,0,0,0),(29852,4009,1,1,1,1538,0,1781.12,748.79,143.992,5.117,300,15,0,417,0,1,0,0,0),(29851,4009,1,1,1,1538,0,1540.94,-156.934,63.4597,0.226175,300,5,0,417,0,1,0,0,0),(29850,4009,1,1,1,1538,0,1289.55,-585.213,38.2608,3.90766,300,2,0,417,0,1,0,0,0),(29849,4009,1,1,1,1538,0,1456.37,306.045,79.6933,6.07659,300,5,0,417,0,1,0,0,0),(29848,4009,1,1,1,1538,0,1009.49,-194.965,19.927,0.070403,300,3,0,417,0,1,0,0,0),(29847,4009,1,1,1,1538,0,1104.11,-556.101,10.2678,3.32022,300,5,0,417,0,1,0,0,0),(29845,4008,1,1,1,1537,0,-196.019,-505.152,3.72639,0.015324,300,5,0,328,0,1,0,0,0),(29844,4008,1,1,1,1537,0,-174.517,-588.197,0.611151,6.09399,300,10,0,328,0,1,0,0,0),(29843,4008,1,1,1,1537,0,-204.299,-517.418,8.89275,2.78537,300,5,0,328,0,1,0,0,0),(29842,4008,1,1,1,1537,0,43.0333,-310.201,35.6643,5.0899,300,5,0,328,0,1,0,0,0),(29841,4008,1,1,1,1537,0,152.189,-672.435,29.8616,5.91194,300,5,0,328,0,1,0,0,0),(29840,4008,1,1,1,1537,0,552.917,430.864,71.1342,1.82335,300,5,0,328,0,1,0,0,0),(29839,4008,1,1,1,1537,0,20.5647,-398.958,25.3959,0,300,5,0,328,0,1,0,0,0),(29838,4008,1,1,1,1537,0,-145.142,-464.063,-16.9308,1.41356,300,5,0,328,0,1,0,0,0),(29837,4008,1,1,1,1537,0,555.766,245.477,68.2104,1.23097,300,5,0,328,0,1,0,0,0),(29836,4008,1,1,1,1537,0,-161.157,70.4932,89.4972,4.65655,300,5,0,328,0,1,0,0,0),(29835,4008,1,1,1,1537,0,194.905,-493.781,16.4693,3.37399,300,5,0,328,0,1,0,0,0),(29834,4008,1,1,1,1537,0,-67.6764,-774.354,8.26818,1.5298,300,5,0,328,0,1,0,0,0),(29833,4008,1,1,1,1537,0,203.388,-474.944,17.7022,3.77728,300,5,0,328,0,1,0,0,0),(29832,4008,1,1,1,1537,0,68.1764,-522.012,37.9101,0.066438,300,5,0,328,0,1,0,0,0),(29831,4008,1,1,1,1537,0,37.1395,-357.918,48.6856,0.481265,300,5,0,328,0,1,0,0,0),(29830,4008,1,1,1,1537,0,48.3777,-306.548,37.1151,0.762969,300,5,0,328,0,1,0,0,0),(29829,4008,1,1,1,1537,0,-25.9089,-823.318,35.6148,2.81984,300,5,0,328,0,1,0,0,0),(29828,4007,1,1,1,759,0,911.543,315.748,22.0793,4.34275,300,15,0,290,0,1,0,0,0),(29827,4007,1,1,1,759,0,926.128,683.096,103.166,3.2296,300,15,0,290,0,1,0,0,0),(29826,4007,1,1,1,759,0,951.985,182.553,22.2969,2.02537,300,15,0,290,0,1,0,0,0),(29825,4007,1,1,1,759,0,932.51,79.0298,27.3162,1.24812,300,3,0,290,0,1,0,0,0),(29824,4007,1,1,1,759,0,917.699,162.945,26.5788,1.88126,300,15,0,290,0,1,0,0,0),(29823,4007,1,1,1,759,0,850.791,196.863,27.5627,0.518021,300,5,0,290,0,1,0,0,0),(29822,4007,1,1,1,759,0,871.241,213.508,25.8859,6.0607,300,5,0,290,0,1,0,0,0),(29821,4007,1,1,1,759,0,841.273,239.635,22.8926,3.33018,300,15,0,290,0,1,0,0,0),(29820,4007,1,1,1,759,0,840,211.478,27.0943,6.09862,300,15,0,290,0,1,0,0,0),(29819,4007,1,1,1,759,0,755.366,235.697,26.3391,1.63032,300,5,0,290,0,1,0,0,0),(29818,4007,1,1,1,759,0,802.329,244.087,23.1911,3.23363,300,5,0,290,0,1,0,0,0),(29817,4007,1,1,1,759,0,754.821,267.533,24.6489,1.80927,300,5,0,290,0,1,0,0,0),(29816,4007,1,1,1,759,0,1153.06,705.125,149.141,3.95737,300,3,0,290,0,1,0,0,0),(29815,4007,1,1,1,759,0,1626.89,760.49,133.291,5.61656,300,15,0,290,0,1,0,0,0),(29814,4007,1,1,1,759,0,1537.13,743.788,138.297,4.17098,300,15,0,290,0,1,0,0,0),(29813,4007,1,1,1,759,0,1111.83,645.929,139.911,4.84984,300,15,0,290,0,1,0,0,0),(29772,4007,1,1,1,759,0,915.567,610.374,97.5943,0.076248,300,3,0,290,0,1,0,0,0),(29771,4007,1,1,1,759,0,1453.86,636.738,149.021,1.405,300,3,0,290,0,1,0,0,0),(29770,4007,1,1,1,759,0,1023.93,234.554,23.8973,1.08157,300,5,0,290,0,1,0,0,0),(29769,4007,1,1,1,759,0,1052.31,258.436,19.9383,1.15444,300,5,0,290,0,1,0,0,0),(29768,4007,1,1,1,759,0,940.764,365.845,33.9811,5.26353,300,5,0,290,0,1,0,0,0),(29767,4007,1,1,1,759,0,536.558,647.828,77.289,1.50689,300,15,0,290,0,1,0,0,0),(29766,4007,1,1,1,759,0,542.437,664.019,78.164,2.51955,300,0,0,290,0,0,0,0,0),(29765,4007,1,1,1,759,0,561.438,664.217,76.789,0.239886,300,15,0,290,0,1,0,0,0),(29764,4007,1,1,1,759,0,502.373,623.721,67.9018,0.11309,300,5,0,290,0,1,0,0,0),(29763,4007,1,1,1,759,0,508.729,680.632,78.8781,4.25846,300,10,0,290,0,1,0,0,0),(29762,4007,1,1,1,759,0,479.533,683.194,79.9709,1.78674,300,5,0,290,0,1,0,0,0),(29761,4007,1,1,1,759,0,456.063,698.484,84.1287,2.80982,300,5,0,290,0,1,0,0,0),(29760,4007,1,1,1,759,0,476.413,637.319,67.2488,2.87994,300,15,0,290,0,1,0,0,0),(29759,4007,1,1,1,759,0,493.527,660.141,72.6238,1.24905,300,10,0,290,0,1,0,0,0),(29758,4007,1,1,1,759,0,455.661,669.983,76.5037,0.833092,300,10,0,290,0,1,0,0,0),(29757,4007,1,1,1,759,0,521.875,671.875,78.3781,1.62181,300,5,0,290,0,1,0,0,0),(29756,4007,1,1,1,759,0,519.448,570.711,91.415,5.03962,300,3,0,290,0,1,0,0,0),(29755,4007,1,1,1,759,0,1480.34,886.293,131.184,1.89711,300,5,0,290,0,1,0,0,0),(29754,4007,1,1,1,759,0,546.594,573.062,84.7349,6.27128,300,5,0,290,0,1,0,0,0),(29753,4007,1,1,1,759,0,891.436,674.514,98.112,5.78752,300,15,0,290,0,1,0,0,0),(29752,4007,1,1,1,759,0,840.315,272.579,23.7991,0.244975,300,15,0,290,0,1,0,0,0),(29751,4007,1,1,1,759,0,866.627,292.521,22.6572,2.87991,300,15,0,290,0,1,0,0,0),(29750,4007,1,1,1,759,0,1013.99,692.171,118.708,2.736,300,5,0,290,0,1,0,0,0),(29749,4007,1,1,1,759,0,929.63,226.874,20.8112,3.68007,300,5,0,290,0,1,0,0,0),(29748,4007,1,1,1,759,0,948.474,261.737,23.7643,0.975752,300,5,0,290,0,1,0,0,0),(29747,4007,1,1,1,759,0,983.109,261.429,21.2721,1.01447,300,5,0,290,0,1,0,0,0),(29746,4007,1,1,1,759,0,983.252,207.551,22.1554,0.024288,300,5,0,290,0,1,0,0,0),(29745,4007,1,1,1,759,0,971.797,288.645,23.5961,2.26628,300,5,0,290,0,1,0,0,0),(29744,4007,1,1,1,759,0,1377.59,717.853,155.355,3.49979,300,15,0,290,0,1,0,0,0),(29743,4007,1,1,1,759,0,1073.66,714.729,133.859,3.95512,300,5,0,290,0,1,0,0,0),(29742,4007,1,1,1,759,0,549.227,620.645,68.4838,4.91097,300,15,0,290,0,1,0,0,0),(29741,4007,1,1,1,759,0,509.913,606.904,73.1518,5.49453,300,5,0,290,0,1,0,0,0),(29740,4007,1,1,1,759,0,1335.36,875.111,163.986,3.9954,300,5,0,290,0,1,0,0,0),(29739,4007,1,1,1,759,0,1554.52,684.828,140.35,4.82439,300,15,0,290,0,1,0,0,0),(29738,4007,1,1,1,759,0,1374.64,942.675,155.64,3.28535,300,5,0,290,0,1,0,0,0),(29737,4007,1,1,1,759,0,1515.39,649.193,139.165,0.369627,300,15,0,290,0,1,0,0,0),(29736,4007,1,1,1,759,0,1413.52,958.269,148.624,4.40991,300,5,0,290,0,1,0,0,0),(29735,4007,1,1,1,759,0,1376.05,849.836,156.324,1.81033,300,15,0,290,0,1,0,0,0),(29734,4007,1,1,1,759,0,1439.01,860.461,138.112,2.67791,300,15,0,290,0,1,0,0,0),(29733,4006,1,1,1,1989,0,1381.62,279.713,15.4656,3.52174,300,5,0,449,0,1,0,0,0),(29732,4006,1,1,1,1989,0,1415.65,-180.739,18.8198,2.6779,300,15,0,449,0,1,0,0,0),(29731,4006,1,1,1,1989,0,1449.8,-154.891,25.8416,4.38305,300,15,0,449,0,1,0,0,0),(29730,4006,1,1,1,1989,0,1446.9,-78.8802,27.3057,1.86412,300,5,0,449,0,1,0,0,0),(29729,4006,1,1,1,1989,0,1581.81,-132.266,27.2298,3.72959,300,5,0,449,0,1,0,0,0),(29728,4006,1,1,1,1989,0,581.16,636.265,70.4425,1.08165,300,15,0,449,0,1,0,0,0),(29727,4006,1,1,1,1989,0,581.265,659.213,74.4338,4.26651,300,15,0,449,0,1,0,0,0),(29726,4006,1,1,1,1989,0,599.271,630.329,74.9595,2.30933,300,5,0,449,0,1,0,0,0),(29725,4006,1,1,1,1989,0,593.661,603.137,75.8345,2.11,300,5,0,449,0,1,0,0,0),(29724,4006,1,1,1,1989,0,573.995,585.836,76.7459,2.97038,300,5,0,449,0,1,0,0,0),(29723,4006,1,1,1,1989,0,1419.25,-451.311,24.0257,5.53575,300,15,0,449,0,1,0,0,0),(29722,4006,1,1,1,1989,0,1417.47,-491.822,24.9937,1.58544,300,15,0,449,0,1,0,0,0),(29721,4006,1,1,1,1989,0,1451.95,-532.563,39.6818,1.62554,300,15,0,449,0,1,0,0,0),(29720,4006,1,1,1,1989,0,1448.84,-488.324,27.2888,2.41495,300,15,0,449,0,1,0,0,0),(29719,4006,1,1,1,1989,0,1512.14,-477.353,45.8353,1.73562,300,15,0,449,0,1,0,0,0),(29718,4006,1,1,1,1989,0,1186.86,-470.364,14.1485,3.20259,300,5,0,449,0,1,0,0,0),(29717,4006,1,1,1,1989,0,1418.55,253.043,14.513,5.31356,300,15,0,449,0,1,0,0,0),(29716,4006,1,1,1,1989,0,1441.56,-320.392,7.36515,5.62249,300,15,0,449,0,1,0,0,0),(29715,4006,1,1,1,1989,0,1363.31,-451.813,23.6828,4.80429,300,15,0,449,0,1,0,0,0),(29714,4006,1,1,1,1989,0,1390.69,-412.34,16.8828,1.08354,300,15,0,449,0,1,0,0,0),(29713,4006,1,1,1,1989,0,1241.79,-408.536,15.7618,0.793685,300,5,0,449,0,1,0,0,0),(29712,4006,1,1,1,1989,0,1466.67,-374.49,19.6646,2.34032,300,5,0,449,0,1,0,0,0),(29711,4006,1,1,1,1989,0,1526.78,-375.153,30.731,1.78735,300,15,0,449,0,1,0,0,0),(29710,4006,1,1,1,1989,0,1258.66,-544.873,13.5333,0.289304,300,5,0,449,0,1,0,0,0),(29709,4006,1,1,1,1989,0,1329.73,277.096,12.139,3.56315,300,15,0,449,0,1,0,0,0),(29708,4006,1,1,1,1989,0,1336.39,232.999,10.527,3.53878,300,15,0,449,0,1,0,0,0),(29707,4006,1,1,1,1989,0,1289.27,325.057,28.9573,5.79072,300,15,0,449,0,1,0,0,0),(29706,4006,1,1,1,1989,0,1311.36,343.501,32.5357,1.59445,300,5,0,449,0,1,0,0,0),(29705,4006,1,1,1,1989,0,1527.82,-348.191,33.4064,6.26561,300,5,0,449,0,1,0,0,0),(29704,4006,1,1,1,1989,0,1270.35,-471.432,17.1255,1.53956,300,15,0,449,0,1,0,0,0),(29703,4006,1,1,1,1989,0,1217.6,-452.748,15.3355,2.37001,300,15,0,449,0,1,0,0,0),(29702,4006,1,1,1,1989,0,1493.67,-377.661,23.363,0.226672,300,5,0,449,0,1,0,0,0),(29701,4006,1,1,1,1989,0,1338.88,309.743,17.7549,0.07746,300,5,0,449,0,1,0,0,0),(29700,4006,1,1,1,1989,0,1467.05,-442.888,22.9186,2.91296,300,5,0,449,0,1,0,0,0),(29699,4006,1,1,1,1989,0,1421.11,-383.663,12.4079,2.11222,300,5,0,449,0,1,0,0,0),(29698,4006,1,1,1,1989,0,1195.23,-594.65,15.46,0.481113,300,3,0,449,0,1,0,0,0),(29697,4006,1,1,1,1989,0,1260.14,-483.923,13.8767,3.38655,300,15,0,449,0,1,0,0,0),(29696,4006,1,1,1,1989,0,1207.91,-509.485,11.5974,0.141069,300,10,0,449,0,1,0,0,0),(29695,4006,1,1,1,1989,0,1153.44,-505.265,7.24733,1.23237,300,15,0,449,0,1,0,0,0),(29694,4006,1,1,1,1989,0,1277.61,-527.06,25.258,4.46724,300,3,0,449,0,1,0,0,0),(29693,4006,1,1,1,1989,0,1178.33,-537.544,6.23039,3.6597,300,15,0,449,0,1,0,0,0),(29692,4006,1,1,1,1989,0,1509.21,-423.24,32.2474,5.28819,300,15,0,449,0,1,0,0,0),(29691,4006,1,1,1,1989,0,1419.04,-398.023,14.3612,1.45246,300,5,0,449,0,1,0,0,0),(29690,4006,1,1,1,1989,0,1474.03,-518.351,45.0665,3.06145,300,15,0,449,0,1,0,0,0),(29689,4006,1,1,1,1989,0,1240.18,-628.809,23.0537,3.26885,300,5,0,449,0,1,0,0,0),(29688,4005,1,1,1,760,0,30.7453,-112.831,20.6806,3.20368,300,15,0,356,0,1,0,0,0),(29687,4005,1,1,1,760,0,59.7743,-41.8298,24.5964,4.97727,300,15,0,356,0,1,0,0,0),(29686,4005,1,1,1,760,0,470.634,309.926,50.4788,0.659564,300,10,0,356,0,1,0,0,0),(29685,4005,1,1,1,760,0,427.009,289.262,50.9211,4.35052,300,3,0,356,0,1,0,0,0),(29684,4005,1,1,1,760,0,374.306,356.44,44.658,5.96946,300,15,0,356,0,1,0,0,0),(29683,4005,1,1,1,760,0,453.1,367.391,52.4984,3.33996,300,10,0,356,0,1,0,0,0),(29682,4005,1,1,1,760,0,253.052,237.183,68.0243,0.893311,300,5,0,356,0,1,0,0,0),(29681,4005,1,1,1,760,0,260.322,246.072,64.9352,1.6726,300,5,0,356,0,1,0,0,0),(29680,4005,1,1,1,760,0,432.278,433.463,83.0789,5.04755,300,0,0,356,0,2,0,0,0),(29679,4005,1,1,1,760,0,429.86,498.896,97.9011,2.16508,300,3,0,356,0,1,0,0,0),(29678,4005,1,1,1,760,0,445.112,563.423,84.2377,1.55473,300,5,0,356,0,1,0,0,0),(29677,4005,1,1,1,760,0,434.028,514.107,97.0751,3.37509,300,3,0,356,0,1,0,0,0),(29676,4005,1,1,1,760,0,436.772,628.679,77.5813,0.859716,300,5,0,356,0,1,0,0,0),(29675,4005,1,1,1,760,0,447.97,638.64,75.9563,4.28904,300,10,0,356,0,1,0,0,0),(29674,4005,1,1,1,760,0,468.69,580.323,87.2171,5.45685,300,2,0,356,0,1,0,0,0),(29673,4005,1,1,1,760,0,481.977,576.114,90.5921,1.32141,300,5,0,356,0,1,0,0,0),(29672,4005,1,1,1,760,0,445.33,619.038,76.2063,3.11124,300,5,0,356,0,1,0,0,0),(29671,4005,1,1,1,760,0,-126.067,107.388,49.4364,4.38485,300,0,0,356,0,2,0,0,0),(29670,4005,1,1,1,760,0,-88.1819,54.2936,49.3883,4.00596,300,5,0,356,0,1,0,0,0),(29669,4005,1,1,1,760,0,574.48,275.103,55.3677,4.80707,300,5,0,356,0,1,0,0,0),(29668,4005,1,1,1,760,0,548.882,360.21,54.9328,4.76999,300,10,0,356,0,1,0,0,0),(29667,4005,1,1,1,760,0,199.198,74.9318,48.8335,5.22463,300,5,0,356,0,1,0,0,0),(29666,4005,1,1,1,760,0,513.87,365.567,56.6907,0.366049,300,3,0,356,0,1,0,0,0),(29665,4004,1,1,1,511,1,958.914,-358.857,16.2358,5.2571,300,5,0,531,0,1,0,0,0),(29664,4004,1,1,1,511,1,925.211,-317.129,17.6935,1.19842,300,5,0,531,0,1,0,0,0),(29663,4004,1,1,1,511,1,887.805,-320.193,13.2774,5.31431,300,5,0,531,0,1,0,0,0),(29662,4004,1,1,1,511,1,924.875,-292.083,-1.94959,3.19295,300,5,0,531,0,1,0,0,0),(29661,4004,1,1,1,511,1,974.101,-359.985,15.9695,5.65547,300,5,0,531,0,1,0,0,0),(29660,4004,1,1,1,511,1,976.912,-303.737,-1.75238,6.18464,300,5,0,531,0,1,0,0,0),(29648,4004,1,1,1,511,1,884.557,-290.536,19.055,0.192409,300,5,0,531,0,1,0,0,0),(29647,4004,1,1,1,511,1,956.421,-298.245,-2.62035,2.67215,300,5,0,531,0,1,0,0,0),(29646,4004,1,1,1,511,1,978.261,-377.896,9.01437,1.60377,300,5,0,531,0,1,0,0,0),(29645,4003,1,1,1,163,0,979.757,-373.077,16.1254,5.80246,300,5,0,413,1202,1,0,0,0),(29644,4003,1,1,1,163,0,986.863,-358.174,13.1609,4.39204,300,5,0,413,1202,1,0,0,0),(29643,4003,1,1,1,163,0,975.135,-364.015,16.1092,2.51022,300,5,0,413,1202,1,0,0,0),(29642,4003,1,1,1,163,0,928.354,-325.184,17.8208,2.8483,300,5,0,413,1202,1,0,0,0),(29641,4003,1,1,1,163,0,1003.92,-344.914,11.9614,2.72339,300,5,0,413,1202,1,0,0,0),(29640,4003,1,1,1,163,0,988.946,-449.603,10.795,0.438239,300,0,0,413,1202,0,0,0,0),(29639,4003,1,1,1,163,0,1015.19,-388.88,2.80076,4.4428,300,5,0,413,1202,1,0,0,0),(29638,3999,1,1,1,2153,1,945.724,-333.755,19.1636,4.92183,300,0,0,531,0,0,0,0,0),(29637,3999,1,1,1,2153,1,918.873,-335.689,20.0014,4.66003,300,0,0,531,0,0,0,0,0),(29636,3999,1,1,1,2153,1,888.617,-315.657,14.0279,0.314159,300,0,0,531,0,0,0,0,0),(29635,3999,1,1,1,2153,1,898.903,-329.275,17.209,0.994838,300,0,0,531,0,0,0,0,0),(29634,3999,1,1,1,2153,1,938.149,-253.52,-2.05069,2.25148,300,0,0,531,0,0,0,0,0),(29633,3999,1,1,1,2153,1,911.824,-319.433,19.1343,3.26377,300,0,0,531,0,0,0,0,0),(29632,3999,1,1,1,2153,1,912.163,-274.649,-0.192252,1.55334,300,0,0,531,0,0,0,0,0),(29631,3999,1,1,1,2153,1,947.906,-253.54,-2.80272,1.5708,300,0,0,531,0,0,0,0,0),(29630,3999,1,1,1,2153,1,926.238,-272.413,-1.08276,5.32325,300,0,0,531,0,0,0,0,0),(29629,3999,1,1,1,2153,1,962.367,-255.647,-3.87937,1.27409,300,0,0,531,0,0,0,0,0),(29628,3999,1,1,1,2153,1,873.102,-281.982,6.1997,3.54302,300,0,0,531,0,0,0,0,0),(29627,3999,1,1,1,2153,1,889.814,-290.741,8.30929,0.314159,300,0,0,531,0,0,0,0,0),(29626,3999,1,1,1,2153,1,870.064,-268.135,6.31243,2.67035,300,0,0,531,0,0,0,0,0),(29625,3999,1,1,1,2153,1,939.721,-343.803,18.1538,0.069813,300,0,0,531,0,0,0,0,0),(29624,3999,1,1,1,2153,1,876.294,-320.046,13.2246,4.62512,300,0,0,531,0,0,0,0,0),(29623,3999,1,1,1,2153,1,941.74,-362.089,16.2391,4.27606,300,0,0,531,0,0,0,0,0),(29622,3999,1,1,1,2153,1,1017.8,-321.092,11.482,5.91602,300,5,0,531,0,1,0,0,0),(29621,3999,1,1,1,2153,1,965.126,-322.559,-0.498094,5.95157,300,0,0,531,0,0,0,0,0),(29620,3999,1,1,1,2153,1,916.568,-297.072,0.628332,4.13643,300,0,0,531,0,0,0,0,0),(29619,3999,1,1,1,2153,1,929.09,-286.711,-0.980391,1.5708,300,0,0,531,0,0,0,0,0),(29618,3999,1,1,1,2153,1,891.687,-259.686,7.36589,1.55334,300,0,0,531,0,0,0,0,0),(29617,3999,1,1,1,2153,1,992.25,-324.27,0.314784,0.261799,300,0,0,531,0,0,0,0,0),(29616,3999,1,1,1,2153,1,982.505,-311.335,-0.364167,3.85718,300,0,0,531,0,0,0,0,0),(29615,3999,1,1,1,2153,1,949.799,-281.214,-0.292042,2.14675,300,0,0,531,0,0,0,0,0),(29614,3999,1,1,1,2153,1,927.455,-288.851,17.9986,4.53786,300,0,0,531,0,0,0,0,0),(29613,3999,1,1,1,2153,1,917.948,-267.875,22.4074,2.80998,300,0,0,531,0,0,0,0,0),(29612,3999,1,1,1,2153,1,939.742,-286.714,17.8741,0.942478,300,0,0,531,0,0,0,0,0),(29611,3999,1,1,1,2153,1,887.386,-285.61,19.5187,1.97222,300,0,0,531,0,0,0,0,0),(29610,3999,1,1,1,2153,1,963.551,-340.963,0.010297,2.18166,300,0,0,531,0,0,0,0,0),(29609,3999,1,1,1,2153,1,865.061,-303.768,18.9022,4.7822,300,0,0,531,0,0,0,0,0),(29608,3999,1,1,1,2153,1,879.985,-295.811,19.1038,5.21853,300,0,0,531,0,0,0,0,0),(29607,3999,1,1,1,2153,1,906.571,-283.051,20.9832,4.81711,300,0,0,531,0,0,0,0,0),(29606,3999,1,1,1,2153,1,968.469,-328.601,22.6706,1.06465,300,0,0,531,0,0,0,0,0),(29605,3999,1,1,1,2153,1,943.049,-316.238,19.1879,0.349066,300,0,0,531,0,0,0,0,0),(29604,3999,1,1,1,2153,1,974.102,-332.552,-1.92823,2.04204,300,0,0,531,0,0,0,0,0),(29603,3999,1,1,1,2153,1,946.661,-311.718,0.291756,3.36848,300,0,0,531,0,0,0,0,0),(29602,3999,1,1,1,2153,1,957.275,-353.651,4.54844,2.56563,300,0,0,531,0,0,0,0,0),(29601,3999,1,1,1,2153,1,935.909,-302.741,0.022009,3.89208,300,0,0,531,0,0,0,0,0),(29600,3999,1,1,1,2153,1,935.647,-264.868,21.8071,0.890118,300,0,0,531,0,0,0,0,0),(29599,3999,1,1,1,2153,1,923.187,-300.743,18.8559,2.32129,300,0,0,531,0,0,0,0,0),(29598,3999,1,1,1,2153,1,972.917,-389.584,8.26437,6.14042,300,5,0,531,0,1,0,0,0),(29597,3999,1,1,1,2153,1,961.876,-373.6,7.1239,3.4383,300,0,0,531,0,0,0,0,0),(29596,3999,1,1,1,2153,1,970.331,-287.341,0.149651,0.890118,300,0,0,531,0,0,0,0,0),(29595,3999,1,1,1,2153,1,996.774,-384.309,8.63937,4.46794,300,5,0,531,0,1,0,0,0),(29588,3999,1,1,1,2153,1,1011.88,-415.821,-0.452411,4.80394,300,5,0,531,0,1,0,0,0),(29587,3999,1,1,1,2153,1,984.224,-414.481,8.56884,1.75839,300,5,0,531,0,1,0,0,0),(29586,3995,1,1,1,4104,1,-272.48,-394.084,17.2051,6.19592,300,0,0,713,0,0,0,0,0),(29585,3994,1,1,1,150,0,2652.91,1433.92,226.773,3.94444,300,0,0,1003,0,0,0,0,0),(29584,3993,1,1,1,7229,1,1615.13,95.7419,98.5497,0.463949,300,0,0,531,0,0,0,0,0),(29583,3993,1,1,1,7229,1,1616.66,148.559,104.854,0.493765,300,0,0,531,0,0,0,0,0),(29582,3993,1,1,1,3931,1,1603.67,181.113,104.684,3.6197,300,0,0,531,0,0,0,0,0),(29581,3992,1,1,1,3934,0,1653.63,117.756,120.89,5.43651,300,0,0,494,0,0,0,0,0),(29580,3992,1,1,1,3934,0,1645.89,112.124,120.899,3.49693,300,0,0,494,0,2,0,0,0),(29579,3992,1,1,1,7227,0,1650.44,103.648,110.773,5.17967,300,0,0,494,0,0,0,0,0),(29578,3992,1,1,1,7227,0,1587.77,176.649,99.418,1.73537,300,0,0,494,0,0,0,0,0),(29577,3991,1,1,1,7226,1,1320.02,116.555,4.05254,0.141069,300,5,0,379,1118,1,0,0,0),(29576,3991,1,1,1,7226,1,1082.72,-48.7102,4.54915,3.53971,300,15,0,379,1118,1,0,0,0),(29575,3991,1,1,1,7226,1,1115.51,-80.1564,2.22527,2.06869,300,5,0,379,1118,1,0,0,0),(29572,3991,1,1,1,7226,1,1137.76,-248.212,-1.77798,2.82787,300,15,0,379,1118,1,0,0,0),(29571,3991,1,1,1,3925,1,1117.54,-354.809,-1.76076,4.57132,300,5,0,379,1118,1,0,0,0),(29570,3991,1,1,1,3924,1,1184.22,-352.124,3.79417,5.57032,300,5,0,379,1118,1,0,0,0),(29569,3991,1,1,1,7226,1,1363.8,-249.657,-2.55251,0.493879,300,5,0,379,1118,1,0,0,0),(29568,3991,1,1,1,7226,1,1342.27,-222.916,-4.83082,4.17354,300,5,0,379,1118,1,0,0,0),(29567,3991,1,1,1,7226,1,1378.66,112.94,14.3081,3.12917,300,5,0,379,1118,1,0,0,0),(29566,3991,1,1,1,3924,1,1427.06,77.2103,15.1243,4.94836,300,5,0,379,1118,1,0,0,0),(29565,3991,1,1,1,7226,1,1068.85,152.067,9.7775,2.97506,300,5,0,379,1118,1,0,0,0),(29564,3991,1,1,1,7226,1,1220.31,287.604,19.0621,1.59092,300,15,0,379,1118,1,0,0,0),(29563,3991,1,1,1,3925,1,1158.37,245.22,7.20656,1.7427,300,15,0,379,1118,1,0,0,0),(29562,3991,1,1,1,7226,1,1147.42,225.675,3.06128,3.08912,300,15,0,379,1118,1,0,0,0),(29561,3991,1,1,1,3925,1,1176.26,59.8985,-4.61112,1.69121,300,5,0,379,1118,1,0,0,0),(29560,3991,1,1,1,7226,1,1289.44,14.1953,-0.923229,5.60172,300,15,0,379,1118,1,0,0,0),(29559,3991,1,1,1,7226,1,1270.11,30.5287,-2.29823,0.675587,300,15,0,379,1118,1,0,0,0),(29558,3991,1,1,1,7226,1,1056.71,-217.822,4.35851,1.51313,300,15,0,379,1118,1,0,0,0),(29557,3991,1,1,1,7226,1,1022.11,23.9093,14.5853,3.49671,300,15,0,379,1118,1,0,0,0),(29556,3991,1,1,1,7226,1,1139.5,-188.174,1.84705,3.37847,300,15,0,379,1118,1,0,0,0),(29555,3991,1,1,1,3924,1,1112.3,34.381,4.73375,5.12787,300,0,0,379,1118,0,0,0,0),(29554,3991,1,1,1,7226,1,1213.15,1.70309,-5.54165,4.75571,300,5,0,379,1118,1,0,0,0),(29553,3991,1,1,1,3924,1,1079.03,-115.357,6.37491,1.40469,300,15,0,379,1118,1,0,0,0),(29552,3991,1,1,1,7226,1,1348.31,-54.4886,7.02842,3.10235,300,5,0,379,1118,1,0,0,0),(29551,3991,1,1,1,3925,1,1240.2,290.337,21.7893,2.55287,300,10,0,379,1118,1,0,0,0),(29550,3991,1,1,1,7226,1,981.987,-388.697,8.15117,3.22886,300,0,0,379,1118,0,0,0,0),(29549,3991,1,1,1,7226,1,985.708,-394.326,8.13937,4.96264,300,5,0,379,1118,1,0,0,0),(29548,3991,1,1,1,3924,1,1039.1,-20.8365,9.65971,3.55172,300,15,0,379,1118,1,0,0,0),(29547,3991,1,1,1,7226,1,1257.97,76.0321,-1.41545,5.03043,300,15,0,379,1118,1,0,0,0),(29546,3991,1,1,1,7226,1,1246.03,-8.72993,-5.45913,2.15386,300,0,0,379,1118,0,0,0,0),(29545,3991,1,1,1,7226,1,1259.64,-3.04671,-5.45986,4.98236,300,0,0,379,1118,0,0,0,0),(29544,3991,1,1,1,7226,1,1239.73,-36.5277,-4.72459,1.63121,300,5,0,379,1118,1,0,0,0),(29543,3991,1,1,1,7226,1,1417.76,109.658,16.456,2.02396,300,15,0,379,1118,1,0,0,0),(29542,3991,1,1,1,7226,1,995.666,-392.513,8.51437,2.0145,300,5,0,379,1118,1,0,0,0),(29541,3991,1,1,1,7226,1,988.424,-421.823,7.94384,0.164435,300,5,0,379,1118,1,0,0,0),(29540,3991,1,1,1,7226,1,1006.76,-394.963,7.05668,4.45529,300,5,0,379,1118,1,0,0,0),(29539,3989,1,1,1,3928,1,1349.5,80.6684,11.8869,5.83919,300,15,0,417,0,1,0,0,0),(29538,3989,1,1,1,275,1,1115.52,119.316,0.034335,1.54204,300,5,0,417,0,1,0,0,0),(29537,3989,1,1,1,7228,1,1117.85,147.465,1.72174,5.77106,300,5,0,417,0,1,0,0,0),(29536,3989,1,1,1,7228,1,1146.53,139.357,-2.10843,3.42868,300,5,0,417,0,1,0,0,0),(29535,3989,1,1,1,7228,1,1045.58,112.173,15.9995,5.9348,300,5,0,417,0,1,0,0,0),(29534,3989,1,1,1,7228,1,1152.35,-118.296,-0.726496,5.42989,300,5,0,417,0,1,0,0,0),(29533,3989,1,1,1,7228,1,1119.52,-150.571,3.62703,5.4097,300,5,0,417,0,1,0,0,0),(29532,3989,1,1,1,7228,1,1120.12,-218.388,-1.23722,5.63226,300,15,0,417,0,1,0,0,0),(29531,3989,1,1,1,7228,1,1157.94,-324.595,0.400597,4.94308,300,5,0,417,0,1,0,0,0),(29530,3989,1,1,1,7228,1,1114.05,-274.524,-3.19886,4.35911,300,15,0,417,0,1,0,0,0),(29529,3989,1,1,1,7228,1,1249.58,-315.86,4.76367,4.58995,300,5,0,417,0,1,0,0,0),(29528,3989,1,1,1,3928,1,1314.33,-281.291,3.55779,2.27953,300,5,0,417,0,1,0,0,0),(29527,3989,1,1,1,275,1,1447.59,-27.977,27.2466,1.36008,300,5,0,417,0,1,0,0,0),(29526,3989,1,1,1,7228,1,1422.2,-10.5944,23.9359,0.597758,300,0,0,417,0,0,0,0,0),(29525,3989,1,1,1,275,1,1413.53,52.6125,17.7885,1.61081,300,15,0,417,0,1,0,0,0),(29524,3989,1,1,1,275,1,1354.16,106.229,11.2656,5.17691,300,15,0,417,0,1,0,0,0),(29523,3989,1,1,1,7228,1,1434.58,111.231,15.8176,3.02026,300,15,0,417,0,1,0,0,0),(29522,3989,1,1,1,7228,1,1454.69,78.8831,18.3948,1.52292,300,5,0,417,0,1,0,0,0),(29521,3989,1,1,1,7228,1,1308.48,19.058,3.15791,0.827529,300,15,0,417,0,1,0,0,0),(29520,3989,1,1,1,7228,1,1291.05,-58.1176,5.60059,3.58576,300,5,0,417,0,1,0,0,0),(29519,3989,1,1,1,7228,1,1444.29,48.435,23.7031,1.72088,300,0,0,417,0,0,0,0,0),(29518,3989,1,1,1,7228,1,1406.81,19.0236,15.4873,5.59258,300,5,0,417,0,1,0,0,0),(29517,3989,1,1,1,7228,1,1180.38,317.375,24.4645,3.57073,300,15,0,417,0,1,0,0,0),(29516,3989,1,1,1,7228,1,1215,343.344,32.4643,4.78078,300,5,0,417,0,1,0,0,0),(29515,3989,1,1,1,275,1,1154.59,284.083,15.1901,5.48467,300,15,0,417,0,1,0,0,0),(29514,3989,1,1,1,7228,1,1114.8,243.778,11.9053,3.89898,300,5,0,417,0,1,0,0,0),(29513,3989,1,1,1,3928,1,1074.95,74.2885,7.71724,4.23992,300,5,0,417,0,1,0,0,0),(29512,3989,1,1,1,7228,1,1115.78,184.17,1.54853,4.75605,300,5,0,417,0,1,0,0,0),(29511,3989,1,1,1,7228,1,1174.13,289.539,17.5159,1.03122,300,15,0,417,0,1,0,0,0),(29510,3989,1,1,1,7228,1,1128.53,283.558,16.991,4.33255,300,15,0,417,0,1,0,0,0),(29509,3989,1,1,1,7228,1,1076.69,7.03491,6.47895,5.08799,300,15,0,417,0,1,0,0,0),(29508,3989,1,1,1,3928,1,1202.74,81.4167,-6.9396,0.713548,300,5,0,417,0,1,0,0,0),(29507,3989,1,1,1,7228,1,1155.15,49.8804,1.6771,3.56937,300,0,0,417,0,0,0,0,0),(29506,3989,1,1,1,275,1,1229.09,6.99544,-3.95189,2.40855,300,0,0,417,0,0,0,0,0),(29505,3989,1,1,1,3928,1,1245.52,3.09246,-4.03026,3.68575,300,0,0,417,0,0,0,0,0),(29504,3989,1,1,1,7228,1,1120.26,-422.299,13.7023,5.00472,300,5,0,417,0,1,0,0,0),(29503,3989,1,1,1,7228,1,1272.24,54.3262,4.04694,1.7797,300,0,0,417,0,0,0,0,0),(29502,3989,1,1,1,7228,1,1073.75,-245.716,3.31131,3.10181,300,15,0,417,0,1,0,0,0),(29501,3989,1,1,1,7228,1,1240.91,-291.631,3.38032,0.41654,300,5,0,417,0,1,0,0,0),(29500,3989,1,1,1,7228,1,1186.5,-153.072,-8.19504,1.80543,300,5,0,417,0,1,0,0,0),(29499,3989,1,1,1,7228,1,1151.54,-146.81,-2.02313,2.55846,300,5,0,417,0,1,0,0,0),(29498,3989,1,1,1,7228,1,1120.88,-12.3546,-2.13375,6.15592,300,15,0,417,0,1,0,0,0),(29497,3989,1,1,1,275,1,1118.42,-37.9909,0.887072,1.1523,300,5,0,417,0,1,0,0,0),(29496,3989,1,1,1,7228,1,1207.41,3.52051,-5.91665,0.871883,300,5,0,417,0,1,0,0,0),(29495,3989,1,1,1,3928,1,1235.27,33.9079,-5.877,3.1058,300,10,0,417,0,1,0,0,0),(29494,3989,1,1,1,7228,1,1232.33,22.439,-5.91665,5.79599,300,0,0,417,0,0,0,0,0),(29493,3989,1,1,1,7228,1,1221.35,23.4375,-7.41665,1.77861,300,0,0,417,0,0,0,0,0),(29492,3989,1,1,1,3928,1,1269.13,-90.459,2.54168,0.854418,300,5,0,417,0,1,0,0,0),(29491,3989,1,1,1,3928,1,1282.76,-107.681,2.71623,4.82585,300,5,0,417,0,1,0,0,0),(29490,3989,1,1,1,7228,1,1305.21,-14.4597,6.77313,5.16945,300,5,0,417,0,1,0,0,0),(29489,3989,1,1,1,7228,1,1321.44,-78.1199,7.17956,3.14078,300,5,0,417,0,1,0,0,0),(29487,3989,1,1,1,275,1,1314.58,43.75,7.42179,4.34602,300,15,0,417,0,1,0,0,0),(29486,3989,1,1,1,7228,1,1174.64,-189.081,-3.29092,0.351108,300,15,0,417,0,1,0,0,0),(29485,3989,1,1,1,275,1,973.437,-385.417,8.26437,0.982622,300,5,0,417,0,1,0,0,0),(29484,3989,1,1,1,7228,1,1079.82,-179.113,5.14791,5.25413,300,0,0,417,0,0,0,0,0),(29483,3989,1,1,1,7228,1,1051.63,52.0496,10.7279,3.03801,300,15,0,417,0,1,0,0,0),(29482,3989,1,1,1,7228,1,1481.04,-249.438,23.8496,1.39863,300,5,0,417,0,1,0,0,0),(29481,3989,1,1,1,3928,1,1247.62,-18.2377,-5.45257,3.10082,300,0,0,417,0,0,0,0,0),(29480,3989,1,1,1,7228,1,1251.92,8.25672,-5.45986,2.28638,300,0,0,417,0,0,0,0,0),(29479,3989,1,1,1,7228,1,1481.77,-222.396,23.0258,0.920188,300,0,0,417,0,0,0,0,0),(29478,3989,1,1,1,7228,1,1510.72,-251.467,30.7062,2.68743,300,5,0,417,0,1,0,0,0),(29477,3989,1,1,1,7228,1,1414.59,164.038,18.8095,1.54224,300,5,0,417,0,1,0,0,0),(29476,3989,1,1,1,3928,1,1277.42,-183.184,1.85207,3.92948,300,5,0,417,0,1,0,0,0),(29475,3989,1,1,1,7228,1,1055.34,-74.2775,10.4354,2.53679,300,15,0,417,0,1,0,0,0),(29474,3989,1,1,1,275,1,1374.19,41.1019,9.53226,1.88977,300,15,0,417,0,1,0,0,0),(29473,3989,1,1,1,7228,1,998.082,-407.591,4.69384,1.56162,300,5,0,417,0,1,0,0,0),(29472,3989,1,1,1,275,1,993.42,-382.994,8.45106,5.39307,300,0,0,417,0,0,0,0,0),(29471,3988,1,1,1,3936,0,1071.44,-331.959,-9.23697,0.296706,300,0,0,449,0,0,0,0,0),(29470,3988,1,1,1,3935,0,1311.41,-308.578,7.54405,2.99102,300,5,0,449,0,1,0,0,0),(29469,3988,1,1,1,7230,0,1427.58,1.40557,24.9343,3.19141,300,0,0,449,0,0,0,0,0),(29468,3988,1,1,1,7230,0,1434.64,-28.5739,27.0166,5.82216,300,0,0,449,0,0,0,0,0),(29467,3988,1,1,1,7230,0,1435.22,1.73209,38.5955,6.27808,300,0,0,449,0,0,0,0,0),(29466,3988,1,1,1,7230,0,1221.67,211.365,6.90538,1.92751,300,0,0,449,0,0,0,0,0),(29465,3988,1,1,1,7230,0,1234.49,10.5645,-4.0197,4.72674,300,0,0,449,0,0,0,0,0),(29464,3988,1,1,1,7230,0,1235.15,43.8659,-5.877,0.716703,300,0,0,449,0,0,0,0,0),(29463,3988,1,1,1,7230,0,1330.73,-339.404,12.0097,0.049293,300,5,0,449,0,1,0,0,0),(29462,3988,1,1,1,7230,0,1163.47,193.486,14.3493,0.137905,300,0,0,449,0,0,0,0,0),(29461,3988,1,1,1,7230,0,1244.27,244.271,10.5944,1.72922,300,0,0,449,0,0,0,0,0),(29460,3988,1,1,1,7230,0,1163.15,187.251,28.5041,2.85746,300,0,0,449,0,0,0,0,0),(29459,3988,1,1,1,7230,0,1175.35,182.401,21.6931,0.77118,300,0,0,449,0,0,0,0,0),(29458,3988,1,1,1,7230,0,1175.74,179.495,30.6264,0.113916,300,0,0,449,0,0,0,0,0),(29457,3988,1,1,1,7230,0,1086.7,-424.413,0.419383,3.38261,300,5,0,449,0,1,0,0,0),(29456,3988,1,1,1,3935,0,1129.69,-381.771,2.13386,0.163808,300,5,0,449,0,1,0,0,0),(29455,3988,1,1,1,7230,0,1532.91,-225.402,34.1934,2.2457,300,0,0,449,0,0,0,0,0),(29454,3988,1,1,1,7230,0,1297.73,-247.676,-4.91284,6.23412,300,5,0,449,0,1,0,0,0),(29453,3988,1,1,1,7230,0,1153.36,-378.436,2.97987,0.305101,300,5,0,449,0,1,0,0,0),(29452,3988,1,1,1,7230,0,1074.58,-452.594,3.63456,5.76148,300,5,0,449,0,1,0,0,0),(29451,3988,1,1,1,4100,0,1511.46,-211.459,32.1912,0.463407,300,0,0,449,0,0,0,0,0),(29450,3988,1,1,1,7230,0,1287.42,-260.53,-3.78784,0.513614,300,5,0,449,0,1,0,0,0),(29449,3988,1,1,1,7230,0,1210.04,-30.1524,-3.12624,4.80847,300,0,0,449,0,0,0,0,0),(29448,3988,1,1,1,7230,0,1097.58,-171.882,5.05252,2.72301,300,0,0,449,0,0,0,0,0),(29447,11921,1,1,1,11348,0,511.902,708.578,80.1161,3.54302,300,0,0,521,0,0,0,0,0),(29446,11918,1,1,1,26,0,-87.3491,270.193,93.2213,3.84208,300,0,0,386,0,0,0,0,0),(29445,11918,1,1,1,26,0,-17.8449,394.829,104.88,2.15914,300,3,0,386,0,1,0,0,0),(29444,11918,1,1,1,26,0,-5.76356,444.919,104.391,5.77121,300,0,0,386,0,0,0,0,0),(29443,11918,1,1,1,26,0,-63.2287,343.849,122.137,2.01925,300,0,0,386,0,0,0,0,0),(29442,11918,1,1,1,26,0,-136.867,376.045,95.3196,2.80252,300,5,0,386,0,1,0,0,0),(29440,11918,1,1,1,26,0,-76.1697,345.43,113.173,0.234213,300,5,0,386,0,1,0,0,0),(29439,11918,1,1,1,26,0,-48.2578,335.342,118.713,6.17664,300,0,0,386,0,0,0,0,0),(29438,11918,1,1,1,26,0,-63.404,376.642,120.454,1.7119,300,2,0,386,0,1,0,0,0),(29437,11918,1,1,1,26,0,-120.388,399.096,94.9328,2.21569,300,5,0,386,0,1,0,0,0),(29436,11918,1,1,1,26,0,-58.9686,331.464,116.669,2.44865,300,0,0,386,0,0,0,0,0),(29435,11918,1,1,1,26,0,-103.635,329.714,118.825,3.47328,300,0,0,386,0,0,0,0,0),(29434,11918,1,1,1,26,0,-103.117,364.307,95.4404,5.66334,300,5,0,386,0,1,0,0,0),(29433,11917,1,1,1,26,0,-21.6501,338.753,98.3386,1.33127,300,0,0,307,856,2,0,0,0),(29432,11917,1,1,1,26,0,-49.2597,313.528,90.4373,3.61085,300,0,0,307,856,0,0,0,0),(29431,11917,1,1,1,26,0,-76.5529,312.704,85.5844,1.61925,300,0,0,307,856,0,0,0,0),(29430,11917,1,1,1,26,0,-67.2892,274.189,87.7127,6.13879,300,0,0,307,856,0,0,0,0),(29429,11917,1,1,1,26,0,-53.9914,272.637,88.3305,1.97585,300,5,0,307,856,1,0,0,0),(29428,11917,1,1,1,26,0,-90.3974,259.903,96.7885,4.98695,300,0,0,307,856,2,0,0,0),(29427,11917,1,1,1,26,0,-110.213,237.08,102.448,1.18067,300,0,0,307,856,0,0,0,0),(29426,11917,1,1,1,26,0,-110.893,245.408,102.87,0.434493,300,0,0,307,856,0,0,0,0),(29425,11917,1,1,1,26,0,-46.3783,279.651,90.1847,0.214299,300,0,0,307,856,0,0,0,0),(29424,11917,1,1,1,26,0,7.93289,447.7,103.73,0.200303,300,0,0,307,856,0,0,0,0),(29423,11917,1,1,1,26,0,-12.5966,380.074,106.11,1.89599,300,0,0,307,856,0,0,0,0),(29422,11917,1,1,1,26,0,-97.2067,318.97,87.8313,3.59205,300,0,0,307,856,0,0,0,0),(29421,11917,1,1,1,26,0,-35.448,299.482,89.991,1.07417,300,0,0,307,856,0,0,0,0),(29420,11917,1,1,1,26,0,-45.2246,247.741,85.9696,3.40357,300,0,0,307,856,0,0,0,0),(29419,11917,1,1,1,26,0,-2.76746,360.057,108.765,5.46173,300,0,0,307,856,0,0,0,0),(29418,11917,1,1,1,26,0,-11.2749,450.13,104.161,2.54267,300,0,0,307,856,0,0,0,0),(29417,11917,1,1,1,26,0,-41.5304,399.889,105.665,0.721945,300,3,0,307,856,1,0,0,0),(29416,11917,1,1,1,26,0,-90.9982,310.263,121.684,4.35137,300,0,0,307,856,0,0,0,0),(29415,11917,1,1,1,26,0,-41.146,364.752,119.692,1.61298,300,0,0,307,856,0,0,0,0),(29414,11917,1,1,1,26,0,-95.0294,340.365,116.902,1.21289,300,0,0,307,856,2,0,0,0),(29413,11917,1,1,1,26,0,-120.406,377.267,94.6277,4.89596,300,5,0,307,856,1,0,0,0),(29412,11917,1,1,1,26,0,-48.177,334.004,118.754,0.23116,300,0,0,307,856,2,0,0,0),(29411,11917,1,1,1,26,0,-102.877,359.386,96.1244,0.713119,300,5,0,307,856,1,0,0,0),(29410,11917,1,1,1,26,0,-103.565,392.575,95.5481,5.63851,300,5,0,307,856,1,0,0,0),(29409,11915,1,1,1,26,0,-113.318,211.236,98.496,2.00713,300,0,0,325,357,0,0,0,0),(29408,11915,1,1,1,26,0,-9.24038,358.066,104.741,4.23511,300,0,0,325,357,0,0,0,0),(29407,11915,1,1,1,26,0,-29.6255,340.315,98.1289,1.24287,300,0,0,325,357,0,0,0,0),(29406,11915,1,1,1,26,0,-130.91,207.525,91.0963,4.66615,300,0,0,325,357,2,0,0,0),(29405,11915,1,1,1,26,0,-35.7594,303.471,90.5136,5.83187,300,0,0,325,357,0,0,0,0),(29404,11915,1,1,1,26,0,-62.7179,278.48,88.3207,4.54852,300,0,0,325,357,0,0,0,0),(29403,11915,1,1,1,26,0,-16.9768,310.542,95.0842,0.525938,300,0,0,325,357,0,0,0,0),(29402,11915,1,1,1,26,0,-92.7389,268.216,95.2352,1.84536,300,0,0,325,357,0,0,0,0),(29401,11915,1,1,1,26,0,-125.418,221.375,98.0963,3.52028,300,0,0,325,357,0,0,0,0),(29400,11915,1,1,1,26,0,-35.729,299.959,90.0041,0.756904,300,5,0,325,357,1,0,0,0),(29399,11915,1,1,1,26,0,-10.4559,399.835,102.67,0.849035,300,0,0,325,357,0,0,0,0),(29398,11915,1,1,1,26,0,-0.328958,377.332,105.239,0.631095,300,3,0,325,357,1,0,0,0),(29397,11915,1,1,1,26,0,-78.6286,313.175,85.5264,1.07945,300,0,0,325,357,0,0,0,0),(29396,11915,1,1,1,26,0,-42.9074,248.362,85.9696,0.261867,300,0,0,325,357,0,0,0,0),(43919,23309,530,1,1,0,0,-4898.18,411.931,-5.81041,3.36848,250,0,0,6986,0,0,0,0,0),(29394,11915,1,1,1,26,0,-104.438,339.755,93.7979,1.97975,300,0,0,325,357,0,0,0,0),(29393,11915,1,1,1,26,0,-97.6734,185.591,96.6757,3.93072,300,2,0,325,357,1,0,0,0),(29392,11915,1,1,1,26,0,-87.2766,196.904,101.426,2.64622,300,5,0,325,357,1,0,0,0),(29391,11915,1,1,1,26,0,-57.8361,383.311,108.427,0.215177,300,0,0,325,357,0,0,0,0),(29390,11915,1,1,1,26,0,-38.2517,406.406,104.335,0.384885,300,3,0,325,357,1,0,0,0),(29389,11914,1,1,1,10225,0,136.009,-533.534,3.09059,4.01426,300,0,0,482,0,0,0,0,0),(29388,11913,1,1,1,11886,1,130.895,-367.979,3.26151,5.61242,300,5,0,285,790,1,0,0,0),(29387,11913,1,1,1,11889,1,114.775,-383.49,1.63651,4.46847,300,5,0,285,790,1,0,0,0),(29386,11913,1,1,1,11888,1,162.647,-408.903,6.69393,5.47286,300,5,0,285,790,1,0,0,0),(29385,11913,1,1,1,11889,1,17.1301,-703.873,-19.0408,2.07694,300,0,0,285,790,0,0,0,0),(29383,11913,1,1,1,11889,1,112.341,-572.52,-0.699453,4.99207,300,5,0,285,790,1,0,0,0),(29382,11913,1,1,1,11887,1,123.186,-610.954,1.2361,4.3388,300,5,0,285,790,1,0,0,0),(29381,11913,1,1,1,11888,1,85.9395,-650.223,-6.54275,3.17088,300,5,0,285,790,1,0,0,0),(29380,11913,1,1,1,11888,1,110.04,-751.072,-14.4319,4.85202,300,0,0,285,790,0,0,0,0),(29379,11913,1,1,1,11887,1,138.572,-581.196,-0.357032,3.54302,300,0,0,285,790,0,0,0,0),(29378,11913,1,1,1,11887,1,129.928,-407.535,2.56615,4.70554,300,5,0,285,790,1,0,0,0),(29377,11913,1,1,1,11887,1,123.828,-647.468,-0.806882,3.48496,300,5,0,285,790,1,0,0,0),(29376,11913,1,1,1,11888,1,130.145,-391.242,1.57325,1.90241,300,0,0,285,790,0,0,0,0),(29375,11913,1,1,1,11888,1,96.2718,-462.244,15.8381,6.20783,300,5,0,285,790,1,0,0,0),(29374,11913,1,1,1,11887,1,105.261,-434.633,16.4607,1.94334,300,5,0,285,790,1,0,0,0),(29373,11913,1,1,1,11889,1,164.59,-403.634,7.06893,0.122719,300,5,0,285,790,1,0,0,0),(29372,11913,1,1,1,11889,1,212.86,-467.912,20.4939,3.76295,300,5,0,285,790,1,0,0,0),(29371,11913,1,1,1,11889,1,135.083,-540.326,3.09059,2.33874,300,0,0,285,790,0,0,0,0),(29370,4489,1,1,1,3907,1,1429.03,-602.057,62.854,1.16937,300,0,0,1110,1067,0,0,0,0),(29369,11912,1,1,1,11874,1,90.6986,-261.466,5.21812,2.02458,300,0,0,328,0,0,0,0,0),(29368,11912,1,1,1,11875,1,106.818,-329.647,3.20258,1.61656,300,5,0,328,0,1,0,0,0),(29367,11912,1,1,1,11874,1,106.611,-254.895,6.02179,5.82476,300,5,0,328,0,1,0,0,0),(29366,11912,1,1,1,11876,1,114.141,-272.448,5.29427,5.81456,300,5,0,328,0,1,0,0,0),(29365,11912,1,1,1,11874,1,101.952,-241.196,6.64679,2.51327,300,0,0,328,0,0,0,0,0),(29364,11912,1,1,1,11875,1,122.741,-359.846,3.39204,4.46804,300,0,0,328,0,0,0,0,0),(29363,11912,1,1,1,11874,1,92.8747,-370.466,4.27746,4.84723,300,5,0,328,0,1,0,0,0),(29362,11912,1,1,1,11875,1,99.9571,-651.068,-4.05949,2.35619,300,0,0,328,0,0,0,0,0),(29361,11912,1,1,1,11874,1,110.314,-589.09,-1.37842,0.733038,300,0,0,328,0,0,0,0,0),(29360,11912,1,1,1,11877,1,131.526,-591.877,-0.266049,3.03687,300,0,0,328,0,0,0,0,0),(29359,11912,1,1,1,11876,1,118.664,-587.459,-1.20888,1.97222,300,0,0,328,0,0,0,0,0),(29358,11912,1,1,1,11877,1,97.7314,-635.708,-5.16264,4.31096,300,0,0,328,0,0,0,0,0),(29357,11912,1,1,1,11877,1,-11.0977,-783.917,1.22656,1.309,300,0,0,328,0,0,0,0,0),(29356,11912,1,1,1,11876,1,197.377,-486.008,16.1506,0.196632,300,5,0,328,0,1,0,0,0),(87045,6491,0,1,4294967295,0,0,-5670,-528,398.13,2.381,60,0,0,4120,0,0,0,0,0),(29355,11912,1,1,1,11875,1,135.102,-579.677,-0.357032,4.60767,300,0,0,328,0,0,0,0,0),(29354,11912,1,1,1,11875,1,105.644,-552.875,-0.001173,1.57928,300,5,0,328,0,1,0,0,0),(29353,11912,1,1,1,11876,1,85.5339,-447.177,14.3381,2.56135,300,5,0,328,0,1,0,0,0),(29352,11912,1,1,1,11877,1,119.301,-548.524,2.2757,4.85202,300,0,0,328,0,0,0,0,0),(29351,11912,1,1,1,11875,1,166.222,-900.456,5.75856,0.994838,300,0,0,328,0,0,0,0,0),(29350,11912,1,1,1,11874,1,84.7337,-468.692,14.5881,3.41359,300,5,0,328,0,1,0,0,0),(29349,11912,1,1,1,11877,1,139.698,-563.851,1.31858,1.09599,300,5,0,328,0,1,0,0,0),(29348,11912,1,1,1,11876,1,94.5783,-482.316,15.8381,3.10745,300,5,0,328,0,1,0,0,0),(29347,11912,1,1,1,11876,1,195.054,-445.421,17.1658,1.18513,300,5,0,328,0,1,0,0,0),(29346,11912,1,1,1,11876,1,125,-553.438,1.95321,3.85718,300,0,0,328,0,0,0,0,0),(29345,11911,1,1,1,11885,1,32.7501,-641.267,-27.6324,0.998281,300,5,0,300,0,1,0,0,0),(29344,11911,1,1,1,11882,1,15.7395,-687.727,-19.0144,2.93215,300,0,0,300,0,0,0,0,0),(29343,11911,1,1,1,11882,1,5.32015,-697.773,-19.0471,2.05949,300,0,0,300,0,0,0,0,0),(29342,11911,1,1,1,11885,1,1.7731,-685.153,-19.0681,2.80748,300,5,0,300,0,1,0,0,0),(29341,11911,1,1,1,11884,1,-170.819,-664.651,1.25788,4.59992,300,10,0,300,0,1,0,0,0),(29340,11911,1,1,1,11883,1,-24.5696,-707.175,-12.647,1.12396,300,5,0,300,0,1,0,0,0),(29339,11911,1,1,1,11883,1,-14.5638,-693.197,-19.2577,4.2318,300,0,0,300,0,2,0,0,0),(29338,11911,1,1,1,11885,1,-211.562,-701.865,3.94121,4.24894,300,3,0,300,0,1,0,0,0),(29337,11911,1,1,1,11885,1,64.4562,-718.967,-20.5327,3.40718,300,5,0,300,0,1,0,0,0),(29336,11911,1,1,1,11883,1,63.8664,-745.419,-19.2455,6.27877,300,5,0,300,0,1,0,0,0),(29335,11911,1,1,1,11882,1,73.6362,-726.241,-20.7274,3.85718,300,0,0,300,0,0,0,0,0),(29334,11911,1,1,1,11883,1,74.5466,-835.102,-5.24944,4.3929,300,5,0,300,0,1,0,0,0),(29333,11911,1,1,1,11882,1,52.0833,-789.584,-7.38928,1.42043,300,0,0,300,0,0,0,0,0),(29332,11911,1,1,1,11885,1,52.7727,-815.458,-5.79843,0.849024,300,15,0,300,0,1,0,0,0),(29331,11911,1,1,1,11883,1,50.1916,-775.525,-7.41269,5.06145,300,0,0,300,0,0,0,0,0),(29330,11911,1,1,1,11884,1,-27.3226,-778.962,3.24852,2.39638,300,5,0,300,0,1,0,0,0),(29329,11911,1,1,1,11882,1,-28.6047,-775.482,2.87352,5.12744,300,5,0,300,0,1,0,0,0),(29328,11911,1,1,1,11882,1,-4.74903,-770.421,-1.25148,5.72118,300,0,0,300,0,0,0,0,0),(29327,11911,1,1,1,11883,1,-3.27821,-777.738,-0.876476,1.13634,300,0,0,300,0,0,0,0,0),(29326,11911,1,1,1,11882,1,86.3244,-772.38,-16.0811,3.00758,300,10,0,300,0,1,0,0,0),(29325,11911,1,1,1,11885,1,180.499,-888.993,7.74017,2.33148,300,0,0,300,0,0,0,0,0),(29324,11911,1,1,1,11883,1,103.92,-766.237,-15.0923,3.05433,300,0,0,300,0,0,0,0,0),(29323,11911,1,1,1,11885,1,123.015,-797.72,-7.43531,4.7091,300,0,0,300,0,0,0,0,0),(29322,11911,1,1,1,11884,1,112.535,-770.897,-14.0603,1.52621,300,5,0,300,0,1,0,0,0),(29321,11911,1,1,1,11884,1,169.885,-897.803,5.85305,4.01426,300,0,0,300,0,0,0,0,0),(29320,11911,1,1,1,11882,1,145.502,-793.355,-7.17125,3.2847,300,5,0,300,0,1,0,0,0),(29319,11911,1,1,1,11882,1,114.997,-843.588,-1.87176,2.18897,300,0,0,300,0,0,0,0,0),(29318,11911,1,1,1,11885,1,111.877,-754.473,-14.2538,2.75762,300,0,0,300,0,0,0,0,0),(29317,11911,1,1,1,11882,1,99.9996,-746.537,-15.3107,0.907571,300,0,0,300,0,0,0,0,0),(29316,11911,1,1,1,11882,1,116.137,-804.653,-7.37103,0.904058,300,0,0,300,0,0,0,0,0),(29315,11911,1,1,1,11883,1,193.153,-906.409,9.22982,0.423785,300,5,0,300,0,1,0,0,0),(29314,11911,1,1,1,11885,1,170.035,-885.732,4.99017,2.07937,300,10,0,300,0,1,0,0,0),(29313,11911,1,1,1,11884,1,90.8479,-756.484,-16.0392,1.1157,300,10,0,300,0,1,0,0,0),(29312,11910,1,1,1,11878,1,-36.5416,-475.936,-43.2897,5.50331,300,5,0,300,0,1,0,0,0),(29311,11910,1,1,1,11880,1,-35.024,-571.405,-42.5974,2.8211,300,15,0,300,0,1,0,0,0),(29310,11910,1,1,1,11880,1,-6.88344,-703.117,-19.0054,4.46212,300,5,0,300,0,1,0,0,0),(29309,11910,1,1,1,11881,1,72.8767,-735.993,-20.6697,2.53073,300,0,0,300,0,0,0,0,0),(29308,11910,1,1,1,11879,1,58.5667,-730.387,-20.7827,2.87304,300,5,0,300,0,1,0,0,0),(29307,11910,1,1,1,11880,1,12.6969,-701.354,-19.0471,0.436332,300,0,0,300,0,0,0,0,0),(29306,11910,1,1,1,11881,1,102,-743.944,-15.0742,3.97935,300,0,0,300,0,0,0,0,0),(29305,11910,1,1,1,11878,1,110.581,-836.11,-1.8818,3.2396,300,0,0,300,0,0,0,0,0),(29304,11910,1,1,1,11879,1,46.2388,-787.672,-7.38928,5.38405,300,5,0,300,0,1,0,0,0),(29303,11910,1,1,1,11879,1,53.6246,-779.285,-7.41269,2.74017,300,0,0,300,0,0,0,0,0),(29302,11910,1,1,1,11880,1,103.469,-845.213,-1.3818,1.20331,300,0,0,300,0,0,0,0,0),(29301,11910,1,1,1,11878,1,110.503,-797.359,-7.43531,2.62786,300,0,0,300,0,0,0,0,0),(29300,11910,1,1,1,11879,1,111.192,-735.438,-13.7338,2.63287,300,5,0,300,0,1,0,0,0),(29299,11910,1,1,1,11880,1,148.184,-839.152,-1.83617,5.05833,300,15,0,300,0,1,0,0,0),(29298,11910,1,1,1,11878,1,155.447,-889.792,5.59541,3.10338,300,0,0,300,0,0,0,0,0),(29297,11910,1,1,1,11880,1,144.394,-830.705,-1.99603,3.27592,300,5,0,300,0,1,0,0,0),(29296,11910,1,1,1,11881,1,150.614,-852.216,-0.286712,2.48085,300,0,0,300,0,2,0,0,0),(29295,1412,1,1,1,134,0,-36.5322,-517.285,-45.8444,4.67049,300,5,0,8,0,1,0,0,0),(29294,1412,1,1,1,134,0,256.482,290.959,47.2146,3.29732,300,5,0,8,0,1,0,0,0),(29293,1412,1,1,1,134,0,2367.22,1124.02,309.51,5.5109,300,2,0,8,0,1,0,0,0),(29292,1412,1,1,1,134,0,1842.95,933.711,148.622,1.28364,300,5,0,8,0,1,0,0,0),(29291,1412,1,1,1,134,0,411.07,339.795,46.335,4.41533,300,15,0,8,0,1,0,0,0),(29290,1412,1,1,1,134,0,-161.416,-286.741,6.99685,2.87671,300,5,0,8,0,1,0,0,0),(29289,1412,1,1,1,134,0,13.1474,-104.94,25.5801,3.87417,300,5,0,8,0,1,0,0,0),(29288,1412,1,1,1,134,0,900.154,623.591,95.3309,6.21083,300,15,0,8,0,1,0,0,0),(29287,1412,1,1,1,134,0,122.687,-19.4509,26.5787,1.56752,300,15,0,8,0,1,0,0,0),(29286,1412,1,1,1,134,0,-171.363,-597.349,1.2963,1.5298,300,5,0,8,0,1,0,0,0),(29285,1412,1,1,1,134,0,1582.7,-150.817,37.2409,2.0347,300,5,0,8,0,1,0,0,0),(29284,1412,1,1,1,134,0,1731.26,736.741,142.193,3.37462,300,15,0,8,0,1,0,0,0),(29283,1412,1,1,1,134,0,1513.89,-564.314,63.5546,2.73606,300,5,0,8,0,1,0,0,0),(29282,1412,1,1,1,134,0,-47.7502,-752.941,3.08177,4.84765,300,5,0,8,0,1,0,0,0),(29281,1412,1,1,1,134,0,984.489,673.161,113.865,3.81363,300,5,0,8,0,1,0,0,0),(29280,1412,1,1,1,134,0,155.06,-721.428,-2.88956,4.46741,300,5,0,8,0,1,0,0,0),(29279,1412,1,1,1,134,0,43.3223,-758.761,-14.1941,3.92699,300,5,0,8,0,1,0,0,0),(29275,1412,1,1,1,134,0,112.383,-551.376,0.53252,2.52975,300,5,0,8,0,1,0,0,0),(29274,1412,1,1,1,134,0,965.694,217.816,22.9362,2.04029,300,5,0,8,0,1,0,0,0),(29273,1412,1,1,1,134,0,1524.02,734.071,140.555,1.89872,300,5,0,8,0,1,0,0,0),(29272,1412,1,1,1,134,0,1277.71,-456.465,20.8082,4.59482,300,5,0,8,0,1,0,0,0),(29271,1412,1,1,1,134,0,2333.37,1566.61,281.516,0.795774,300,15,0,8,0,1,0,0,0),(29270,1412,1,1,1,134,0,2595.23,1578.65,266.472,0.934704,300,5,0,8,0,1,0,0,0),(29269,1412,1,1,1,134,0,1684.16,50.5777,131.546,4.68546,300,3,0,8,0,1,0,0,0),(29268,1412,1,1,1,134,0,1426.37,707.79,149.076,2.92971,300,5,0,8,0,1,0,0,0),(29267,1412,1,1,1,134,0,176.474,-413.781,9.19694,4.36381,300,5,0,8,0,1,0,0,0),(29266,1412,1,1,1,134,0,2547.41,1737.88,319.34,2.07909,300,3,0,8,0,1,0,0,0),(29265,1412,1,1,1,134,0,615.668,347.303,51.46,2.18424,300,15,0,8,0,1,0,0,0),(29264,1412,1,1,1,134,0,-18.0031,-505.159,-42.4997,4.20369,300,5,0,8,0,1,0,0,0),(29263,1412,1,1,1,134,0,-189.362,-663.893,2.5616,2.46838,300,5,0,8,0,1,0,0,0),(29262,1412,1,1,1,134,0,1353.57,-79.284,7.18725,4.30651,300,5,0,8,0,1,0,0,0),(29259,1412,1,1,1,134,0,1433.44,-226.665,16.9846,4.46739,300,5,0,8,0,1,0,0,0),(29258,1412,1,1,1,134,0,2663.34,1305.89,266.882,6.0465,300,15,0,8,0,1,0,0,0),(29257,883,1,1,1,347,0,2440.03,1401.67,270.107,0.380144,300,5,0,1,0,1,0,0,0),(29255,883,1,1,1,347,0,2384.51,1247.99,301.714,4.46362,300,10,0,1,0,1,0,0,0),(29254,4202,1,1,1,3885,1,1605.99,96.7067,98.5654,0.191986,300,0,0,840,0,0,0,0,0),(29252,4201,1,1,1,7156,1,878.289,365.192,23.2634,6.16101,300,0,0,484,0,0,0,0,0),(29251,4198,1,1,1,19846,1,949.228,1002.23,103.836,2.32129,300,0,0,774,2175,0,0,0,0),(29250,4197,1,1,1,4105,1,-180.86,-331.135,9.7653,0.977384,300,0,0,484,0,0,0,0,0),(29249,4188,1,1,1,13189,1,2677.28,1507.65,234.948,4.93928,300,0,0,713,0,0,0,0,0),(29248,11864,1,1,1,11796,1,1015.68,928.041,103.519,1.29154,300,0,0,713,0,0,0,0,0),(29247,11862,1,1,1,5562,0,820.882,938.539,154.973,5.33142,300,0,0,713,0,0,0,0,0),(29246,11861,1,1,1,11795,1,831.234,939.914,155.071,2.14675,300,0,0,713,0,0,0,0,0),(29245,11860,1,1,1,11797,1,925.298,940.918,105.575,0.645772,300,0,0,1003,0,0,0,0,0),(29244,3411,1,1,1,4357,1,-188.424,-347.647,8.87371,2.58309,300,0,0,713,0,0,0,0,0),(29243,11858,1,1,1,11791,1,112.524,-350.556,4.4975,3.59538,300,0,0,417,0,0,0,0,0),(29241,11856,1,1,1,11789,1,129.705,-342.522,3.67976,3.59538,300,0,0,328,0,0,0,0,0),(29240,9549,1,1,1,8668,1,992.181,1030.96,105.676,2.23402,300,0,0,1003,0,0,0,0,0),(29239,16458,1,1,1,10582,0,2729.88,1498.14,237.593,4.04916,300,0,0,1003,0,0,0,0,0),(29238,8518,1,1,1,12043,1,2366.03,1795.21,364.981,3.28122,600,0,0,905,0,0,0,0,0),(1224,684,0,1,1,633,0,-13105.9,-286.305,10.0925,0.639988,300,5,0,1536,0,1,0,0,0),(1223,702,0,1,1,4571,1,-11717.1,223.791,40.4573,0,300,0,0,1221,0,0,0,0,0),(1222,702,0,1,1,4571,1,-11697.1,232.748,40.3202,0,300,5,0,1221,0,1,0,0,0),(1221,1713,0,1,1,11452,0,-13626.4,-54.0693,36.1862,0.196629,300,5,0,1981,0,1,0,0,0),(29237,11074,1,1,1,10611,1,1054.63,844.314,165.124,5.07891,300,0,0,2399,0,0,0,0,0),(29236,10048,1,1,1,9267,1,917.614,905.439,105.418,5.77704,300,0,0,1003,0,0,0,0,0),(1220,1713,0,1,1,11452,0,-13652.9,-80.5765,36.37,2.9656,300,5,0,1981,0,1,0,0,0),(29235,4409,1,1,1,2432,0,2394.43,1812.36,391.783,6.12611,300,0,0,699,0,0,0,0,0),(29234,4407,1,1,1,2427,1,2682.83,1466.45,233.792,4.62512,600,0,0,10572,0,0,0,0,0),(29233,7731,1,1,1,6551,1,893.652,927.947,106.364,5.70723,300,0,0,1003,0,0,0,0,0),(29232,7730,1,1,1,9802,1,937.512,822.863,105.635,4.38078,300,0,0,3048,0,0,0,0,0),(29231,7730,1,1,1,9805,1,929.829,864.295,105.346,1.59654,300,0,0,3048,0,2,0,0,0),(29230,7730,1,1,1,9804,1,855.055,1068.11,137.556,5.5082,300,0,0,3048,0,2,0,0,0),(29229,7730,1,1,1,9804,1,940.703,1060.5,106.659,1.8378,300,5,0,3048,0,1,0,0,0),(29228,7730,1,1,1,9805,1,943.829,925.879,104.801,4.30828,300,5,0,3048,0,1,0,0,0),(29227,7730,1,1,1,9802,1,1022.51,1005.26,105.505,3.75246,300,0,0,3048,0,0,0,0,0),(29226,7730,1,1,1,9805,1,1023.03,1001.41,105.651,2.40855,300,0,0,3048,0,0,0,0,0),(29225,7730,1,1,1,9804,1,934.863,930.715,104.185,1.46914,300,0,0,3048,0,2,0,0,0),(29224,7730,1,1,1,9805,1,986.748,971.963,104.555,3.97935,300,0,0,3048,0,0,0,0,0),(29223,7730,1,1,1,9802,1,980.141,978.151,104.628,4.2586,300,0,0,3048,0,0,0,0,0),(29222,7730,1,1,1,9803,1,694.839,1350.2,16.1775,1.76278,300,0,0,3048,0,0,0,0,0),(29221,7730,1,1,1,9802,1,919.611,1068.59,105.718,3.36848,300,0,0,3048,0,0,0,0,0),(29220,7730,1,1,1,9804,1,677.768,1356.03,18.5525,0.279253,300,0,0,3048,0,0,0,0,0),(29219,7730,1,1,1,9804,1,923.422,818.217,106.785,5.68977,300,0,0,3048,0,0,0,0,0),(29218,7730,1,1,1,9804,1,1003.81,909.281,107.418,1.19834,300,3,0,3048,0,1,0,0,0),(29217,7730,1,1,1,9804,1,923.011,912.322,105.378,5.55015,300,0,0,3048,0,0,0,0,0),(29216,11821,1,1,1,11751,1,-173.265,-331.165,9.80138,2.30383,300,0,0,1003,0,0,0,0,0),(29215,5932,1,1,1,487,1,1152.17,93.8365,-7.14718,0.907571,43200,0,0,1686,0,0,0,0,0),(29214,5931,1,1,1,4600,1,1212.69,-11.0859,-4.22585,1.3244,43200,0,0,1953,0,0,0,0,0),(29213,5930,1,1,1,10875,0,655.693,1798.58,-13.6838,3.76643,43200,0,0,2196,1512,0,0,0,0),(29212,5928,1,1,1,11012,0,1738.61,839.922,136.484,0.975841,43200,0,0,2400,0,2,0,0,0),(29211,12579,1,1,1,2295,0,900.679,1743.99,-11.4967,1.14473,300,0,0,750,0,0,0,0,0),(29210,5915,1,1,1,2281,1,2518.53,1875.96,368.184,4.43314,43200,0,0,2319,811,0,0,0,0),(29209,6167,1,1,1,12682,0,485.662,1603.12,4.84034,4.67135,300,0,0,896,0,0,0,0,0),(29208,12816,1,1,1,12709,1,-177.568,-233.317,8.87961,5.84685,300,0,0,713,0,0,0,0,0),(29207,12043,1,1,1,12059,1,984.601,1029.31,105.565,1.98968,300,0,0,1163,0,0,0,0,0),(29206,6145,1,1,1,4878,0,1592.62,216.624,-4.30997,1.59333,300,5,0,8,0,1,0,0,0),(29205,6145,1,1,1,4878,0,1529.43,145.289,-4.44338,1.82937,300,5,0,8,0,1,0,0,0),(29204,6145,1,1,1,4878,0,1554.48,4.92003,-6.26897,2.77463,300,5,0,8,0,1,0,0,0),(29203,6145,1,1,1,4878,0,1538.61,71.2577,-10.5241,3.51644,300,5,0,8,0,1,0,0,0),(29202,12031,1,1,1,12037,1,-1705.49,3215.33,8.01613,3.76991,300,0,0,1003,0,0,0,0,0),(29201,12030,1,1,1,12041,1,-1637.97,3188.65,29.9849,2.42601,300,0,0,1003,0,0,0,0,0),(29200,12028,1,1,1,12042,0,-1694.69,3195.35,8.03622,3.33358,300,0,0,1003,0,0,0,0,0),(29199,12027,1,1,1,12039,0,-1701.76,3112.57,32.7567,4.64258,300,0,0,1003,0,0,0,0,0),(29198,11259,1,1,1,11469,1,-1221.01,1742.1,90.7142,5.61996,300,0,0,1753,0,0,0,0,0),(29197,12277,1,1,1,12409,0,-1151.77,2707.09,111.197,2.51327,300,0,0,1678,0,0,0,0,0),(29196,4076,1,1,1,2177,0,-1582.23,1806.83,61.1894,5.26423,300,20,0,8,0,1,0,0,0),(29195,4076,1,1,1,2177,0,-1026.92,1160.42,91.2178,5.48466,300,20,0,8,0,1,0,0,0),(29194,4076,1,1,1,2177,0,176.268,1822.94,89.977,0.94217,300,20,0,8,0,1,0,0,0),(29193,4076,1,1,1,2177,0,-245.879,1353.17,89.052,0.336976,300,20,0,8,0,1,0,0,0),(29192,4076,1,1,1,2177,0,-1147.32,1217.57,95.284,2.50139,300,20,0,8,0,1,0,0,0),(29191,4076,1,1,1,2177,0,-2099.58,2369.83,60.2294,5.3298,300,20,0,8,0,1,0,0,0),(29190,4076,1,1,1,2177,0,-979.553,1995.84,58.6186,4.42339,300,20,0,8,0,1,0,0,0),(29189,4076,1,1,1,2177,0,-637.413,2206.09,96.8589,5.0363,300,20,0,8,0,1,0,0,0),(29188,4076,1,1,1,2177,0,-2096.41,1835.89,59.9914,3.90836,300,20,0,8,0,1,0,0,0),(29187,4076,1,1,1,2177,0,-358.4,1958.35,110.054,3.51956,300,20,0,8,0,1,0,0,0),(29186,4076,1,1,1,2177,0,-1756.97,2278.43,66.0255,4.05503,300,20,0,8,0,1,0,0,0),(29185,4076,1,1,1,2177,0,-2004.08,1178.38,96.0324,2.91223,300,20,0,8,0,1,0,0,0),(29184,4076,1,1,1,2177,0,-1180.34,1060.46,89.8482,1.10126,300,20,0,8,0,1,0,0,0),(29183,4076,1,1,1,2177,0,-1803.74,2523.43,64.6586,4.0767,300,20,0,8,0,1,0,0,0),(29182,4076,1,1,1,2177,0,-1755.81,1467.08,61.2598,5.5498,300,20,0,8,0,1,0,0,0),(29181,4076,1,1,1,2177,0,-855.833,735.553,155.161,1.90433,300,20,0,8,0,1,0,0,0),(29180,4076,1,1,1,2177,0,248.019,2005.23,146.837,1.15164,300,20,0,8,0,1,0,0,0),(29179,4076,1,1,1,2177,0,-1116.17,768.608,142.005,4.73387,300,20,0,8,0,1,0,0,0),(29178,4076,1,1,1,2177,0,-2085.51,1693.13,61.5896,3.4791,300,20,0,8,0,1,0,0,0),(29177,4076,1,1,1,2177,0,-541.526,1353.55,91.7185,0.965993,300,20,0,8,0,1,0,0,0),(29176,4076,1,1,1,2177,0,-469.443,905.794,90.3661,2.34177,300,20,0,8,0,1,0,0,0),(29175,4075,1,1,1,2176,0,-1825.39,2496.56,63.0393,3.75879,300,20,0,8,0,1,0,0,0),(29174,4075,1,1,1,2176,0,-1694.35,1915.25,60.9387,5.44632,300,20,0,8,0,1,0,0,0),(29173,4075,1,1,1,1141,0,-97.9312,1484.6,99.5005,3.15331,300,20,0,8,0,1,0,0,0),(29172,4075,1,1,1,1141,0,-618.237,945.573,93.2054,6.06769,300,20,0,8,0,1,0,0,0),(29171,4075,1,1,1,1418,0,-573.991,856.398,91.1244,6.02109,300,20,0,8,0,1,0,0,0),(29170,4075,1,1,1,1418,0,-793.522,2377.43,93.6138,2.07308,300,20,0,8,0,1,0,0,0),(29169,4075,1,1,1,1141,0,-762.546,2154.78,95.852,1.75537,300,20,0,8,0,1,0,0,0),(29168,4075,1,1,1,1141,0,-156.771,1100.52,84.8755,6.09425,300,20,0,8,0,1,0,0,0),(29167,4075,1,1,1,1418,0,-973.133,1645.54,61.2361,1.73563,300,20,0,8,0,1,0,0,0),(29166,4075,1,1,1,1141,0,229.479,1812.55,87.729,3.28363,300,20,0,8,0,1,0,0,0),(29165,4075,1,1,1,1141,0,-689.583,1772.64,92.5026,4.71239,300,20,0,8,0,1,0,0,0),(29164,4075,1,1,1,1141,0,-988.542,1405.21,62.881,3.36868,300,20,0,8,0,1,0,0,0),(29163,4075,1,1,1,1418,0,-1507.34,1203.98,98.9766,1.61992,300,20,0,8,0,1,0,0,0),(29162,4075,1,1,1,1418,0,-1908.83,2376.58,60.607,3.59702,300,20,0,8,0,1,0,0,0),(29161,4075,1,1,1,1418,0,-96.9907,1484.08,99.3328,2.89806,300,20,0,8,0,1,0,0,0),(29160,4075,1,1,1,1141,0,-534.053,1832.04,94.6556,6.08245,300,20,0,8,0,1,0,0,0),(29159,4075,1,1,1,2176,0,-954.128,1897.25,61.4253,2.69771,300,20,0,8,0,1,0,0,0),(29158,4075,1,1,1,1418,0,-921.774,2250.74,88.6816,6.15561,300,20,0,8,0,1,0,0,0),(29157,4075,1,1,1,1141,0,-1390.39,1859.05,50.2692,3.25216,300,20,0,8,0,1,0,0,0),(29156,4075,1,1,1,1418,0,-1304.03,1369.43,61.485,1.12209,300,20,0,8,0,1,0,0,0),(29155,4075,1,1,1,1418,0,-1349.66,1956.42,52.7211,0.444714,300,0,0,8,0,0,0,0,0),(29154,4075,1,1,1,1418,0,-1021.18,2033.42,62.1427,5.3096,300,20,0,8,0,1,0,0,0),(29153,4075,1,1,1,1141,0,-90.7814,1297.74,91.2912,0.135884,300,20,0,8,0,1,0,0,0),(29152,4075,1,1,1,1141,0,-1915.96,2853.39,53.3777,2.87674,300,20,0,8,0,1,0,0,0),(29151,4075,1,1,1,1141,0,-485.417,1568.75,92.2055,6.21128,300,20,0,8,0,1,0,0,0),(29150,4075,1,1,1,2176,0,-1276.04,2086.46,62.9008,2.54733,300,20,0,8,0,1,0,0,0),(29149,4075,1,1,1,1141,0,-199.28,882.391,91.2275,0.94998,300,20,0,8,0,1,0,0,0),(29148,4075,1,1,1,1418,0,75.8674,1654.64,106.393,4.09715,300,20,0,8,0,1,0,0,0),(29147,4075,1,1,1,1418,0,-1518.16,1523.29,62.7853,2.89709,300,20,0,8,0,1,0,0,0),(29146,4075,1,1,1,1141,0,-722.573,1680.68,89.3606,3.32405,300,20,0,8,0,1,0,0,0),(29145,4075,1,1,1,2176,0,-977.768,2438.25,95.0699,3.19086,300,20,0,8,0,1,0,0,0),(29144,4075,1,1,1,1141,0,-1274.94,2019.76,50.2692,3.26257,300,20,0,8,0,1,0,0,0),(29143,5602,1,1,1,9427,1,-2410.73,2412.8,75.4217,1.25664,300,0,0,1536,0,0,0,0,0),(29142,5601,1,1,1,9433,1,-1958.45,1268.37,91.6906,1.02974,300,0,0,1536,0,2,0,0,0),(29141,5600,1,1,1,4860,1,-795.566,934.17,90.5846,2.77507,300,0,0,1342,0,0,0,0,0),(29140,13019,1,1,1,4707,1,-451.788,1753.09,153.571,4.86947,300,0,0,918,2457,0,0,0,0),(29139,8154,1,1,1,7378,1,-1152.14,1912.73,88.9619,1.27724,300,0,0,2769,0,2,0,0,0),(29138,8154,1,1,1,7377,1,-1314.16,1694.27,89.9324,5.93955,300,5,0,2769,0,1,0,0,0),(29137,8154,1,1,1,7374,1,-1161.24,1865.3,93.6688,1.17796,300,0,0,2769,0,2,0,0,0),(29136,8154,1,1,1,7374,1,-1269.52,1725.08,87.5774,0.764863,300,5,0,2769,0,1,0,0,0),(29135,8154,1,1,1,7378,1,-1196.74,1742.48,94.7171,2.46345,300,5,0,2769,0,1,0,0,0),(29134,8154,1,1,1,7378,1,-1228.71,1721.61,89.9293,0.152196,300,0,0,2769,0,2,0,0,0),(29133,8153,1,1,1,7370,1,-1236.88,1749.59,90.3568,5.46288,300,0,0,1981,0,0,0,0,0),(29132,8152,1,1,1,7372,1,-1144.79,1931.35,89.2302,4.60767,300,0,0,1753,0,0,0,0,0),(29131,8151,1,1,1,7368,1,168.95,1198.4,166.406,6.11662,300,0,0,2218,0,0,0,0,0),(29130,8151,1,1,1,7368,1,68.4149,1229.09,160.472,3.22267,300,0,0,2218,0,0,0,0,0),(29129,8151,1,1,1,7369,1,-18.8596,1185.2,100.773,5.8579,300,0,0,2218,0,0,0,0,0),(29128,8151,1,1,1,7369,1,119.995,1337.48,190.998,4.12299,300,0,0,2218,0,0,0,0,0),(29127,8151,1,1,1,7368,1,160.393,1340.62,197.473,0.987912,300,0,0,2218,0,2,0,0,0),(29126,8151,1,1,1,7369,1,272.767,1264.54,190.042,2.31621,300,0,0,2218,0,2,0,0,0),(29125,8151,1,1,1,7368,1,170.319,1300.75,189.682,3.33008,300,0,0,2218,0,0,0,0,0),(29124,8151,1,1,1,7369,1,73.2521,1215.15,158.847,5.72865,300,0,0,2218,0,0,0,0,0),(29123,8151,1,1,1,7368,1,144.242,1180.82,166.306,4.09499,300,0,0,2218,0,0,0,0,0),(29122,8151,1,1,1,7368,1,-35.2291,1203.3,98.4565,0.72028,300,0,0,2218,0,0,0,0,0),(29121,8151,1,1,1,7369,1,194.035,1330.81,191.932,2.36593,300,0,0,2218,0,0,0,0,0),(29120,8151,1,1,1,7368,1,255.246,1306.5,191.938,4.32529,300,0,0,2218,0,0,0,0,0),(29118,8150,1,1,1,7371,1,255.034,1257.52,192.224,3.35103,300,0,0,1753,0,0,0,0,0),(29116,12241,1,1,1,12374,1,-1359.63,2624.12,79.3354,1.11701,550,0,0,5148,0,0,0,0,0),(29115,12240,1,1,1,12371,1,-1360.96,2899.67,73.4338,5.77704,550,0,0,5148,0,0,0,0,0),(29114,12239,1,1,1,12372,1,-1254.52,2910.1,73.339,3.99549,550,0,0,4953,0,0,0,0,0),(29113,10182,1,1,1,20925,1,-1648.28,3076.14,30.2369,2.09439,550,0,0,647400,0,0,0,0,0),(29112,11715,1,1,1,11683,1,185.94,1153.64,168.344,2.58309,300,0,0,2218,0,0,0,0,0),(29111,6068,1,1,1,172,0,-1589.26,849.507,114.456,2.76489,300,5,0,1403,0,1,0,0,0),(29110,6068,1,1,1,172,0,-1586.08,844.74,114.331,0.381566,300,5,0,1403,0,1,0,0,0),(29106,2990,1,1,1,3787,1,-1942.3,439.655,133.965,4.5965,300,5,0,143,319,1,0,0,0),(29103,11438,1,1,1,11461,1,-716.667,1431.25,90.3854,0.785398,300,0,0,2218,0,0,0,0,0),(29102,8878,1,1,1,8169,1,-1241.63,1734,89.9728,4.79965,300,0,0,1753,0,0,0,0,0),(29101,2989,1,1,1,3786,1,-1947.3,421.342,133.983,4.40665,300,5,0,137,0,1,0,0,0),(29100,2989,1,1,1,3786,1,-1980.58,459.359,137.267,0.959931,300,0,0,137,0,0,0,0,0),(29098,2989,1,1,1,3785,1,-1914.4,454.093,136.663,1.0472,300,0,0,137,0,0,0,0,0),(29097,2989,1,1,1,3785,1,-1958.69,462.581,136.068,1.50098,300,0,0,137,0,0,0,0,0),(245564,16592,1,1,1,11686,0,-7000.75,918.851,8.93831,-2.23402,300,0,0,42,0,0,0,0,0),(29095,2989,1,1,1,3785,1,-1945.8,462.901,136.117,1.95477,300,0,0,137,0,0,0,0,0),(29094,2989,1,1,1,3785,1,-1903.41,422.315,138.288,5.2709,300,0,0,137,0,0,0,0,0),(29093,2989,1,1,1,3786,1,-1933.96,462.132,136.501,2.11185,300,0,0,137,0,0,0,0,0),(29092,13737,1,1,1,2722,1,-1873.48,3025.41,19.0721,3.94444,300,0,0,1050,1097,0,0,0,0),(29091,13737,1,1,1,2722,1,-1882.36,3028.11,18.7648,6.16101,300,0,0,1050,1097,0,0,0,0),(29090,13737,1,1,1,2722,1,-1875.75,3015.39,20.6904,5.13127,300,0,0,1050,1097,0,0,0,0),(29089,13737,1,1,1,2722,1,140.919,1350.38,197.556,6.26573,300,0,0,1050,1097,0,0,0,0),(29088,13737,1,1,1,2722,1,149.931,1356.59,197.556,4.83456,300,0,0,1050,1097,0,0,0,0),(29087,11687,1,1,1,11639,1,-1454.4,2987.86,114.61,3.95155,300,5,0,1651,0,1,0,0,0),(29086,11687,1,1,1,11639,1,-1497.31,2957.93,120.813,4.18708,300,5,0,1651,0,1,0,0,0),(29085,11687,1,1,1,11639,1,-1400.65,2958.68,126.832,4.75196,300,5,0,1651,0,1,0,0,0),(29084,11687,1,1,1,11639,1,-1439.69,2964.53,124.089,6.02715,300,5,0,1651,0,1,0,0,0),(29083,11687,1,1,1,11639,1,-1398.9,2843.77,78.0613,1.8723,300,5,0,1651,0,1,0,0,0),(29082,11687,1,1,1,11639,1,-1434,2867.14,87.3397,1.35951,300,5,0,1651,0,1,0,0,0),(29081,11687,1,1,1,11639,1,-1434.84,2939.99,94.6049,0.323099,300,5,0,1651,0,1,0,0,0),(29080,11686,1,1,1,11638,1,-1419.15,2925,94.6432,0.645772,300,0,0,1829,0,0,0,0,0),(29079,11686,1,1,1,11638,1,-1445.02,3002.65,115.233,3.27615,300,5,0,1829,0,1,0,0,0),(29078,11686,1,1,1,11638,1,-1459.92,2955.47,122.992,5.13127,300,0,0,1829,0,2,0,0,0),(29077,11686,1,1,1,11638,1,-1423.82,2981.11,133.223,6.13505,300,0,0,1829,0,2,0,0,0),(29076,11686,1,1,1,11638,1,-1391.58,2865.86,77.7789,2.14308,300,5,0,1829,0,1,0,0,0),(29075,11685,1,1,1,9440,0,-1431.37,2990.85,115.053,5.54324,300,0,0,1077,3191,0,0,0,0),(29074,11685,1,1,1,9440,0,-1361.74,2854.74,87.8492,2.31688,300,0,0,1077,3191,2,0,0,0),(29073,9636,1,1,1,10692,1,-1153.31,1941.54,88.9524,5.13127,300,0,0,1902,0,0,0,0,0),(29072,12960,1,1,1,12916,1,243.016,1238.59,192.236,0.261799,300,0,0,1753,0,0,0,0,0),(29071,1182,1,1,1,2070,1,215.07,1242.78,197.284,3.33358,300,0,0,2218,0,0,0,0,0),(29070,13718,1,1,1,9426,0,-1417.84,2969.18,124.195,1.51197,550,0,0,3804,1332,0,0,0,0),(29069,13717,1,1,1,9419,0,-2146.27,1963.47,84.239,0.715585,300,0,0,1981,0,0,0,0,0),(29068,4498,1,1,1,4171,1,-1150.1,1884.43,88.8391,1.98968,300,0,0,1342,0,0,0,0,0),(29067,5771,1,1,1,4696,1,-1879.11,1719.84,62.1328,5.95271,300,0,0,1410,1283,0,0,0,0),(29066,6019,1,1,1,7127,1,-1401.4,2082.97,61.939,3.9619,300,0,0,1003,0,0,0,0,0),(29065,13699,1,1,1,13672,0,-1876.34,3025.16,19.3455,4.45059,300,0,0,1753,0,0,0,0,0),(29064,13698,1,1,1,150,0,132.224,1363.84,199.158,2.26893,300,0,0,1648,1432,0,0,0,0),(29063,13697,1,1,1,14425,1,-1465.35,2790.2,94.5739,4.44064,550,0,0,1774,1534,0,0,0,0),(29062,5760,1,1,1,4426,1,-1818.57,1673.18,61.8251,2.85864,550,0,0,4572,0,2,0,0,0),(96755,25882,530,1,1,0,0,-2324.78,8029.65,-38.5367,5.62518,180,5,0,42,0,1,0,0,0),(96754,25882,530,1,1,0,0,-2342.05,8206.66,-35.3179,2.51972,180,5,0,42,0,1,0,0,0),(96753,25882,530,1,1,0,0,-2804.75,8143.72,-41.5309,1.4233,180,5,0,42,0,1,0,0,0),(96752,25882,530,1,1,0,0,-2462.52,7961.59,-50.9649,1.0039,180,5,0,42,0,1,0,0,0),(96751,25882,530,1,1,0,0,-2466.92,8087.05,-43.746,0.226354,180,5,0,42,0,1,0,0,0),(21020,3100,1,1,1,193,0,1185.55,-4339,24.634,3.01,300,5,0,156,0,1,0,0,0),(96750,25882,530,1,1,0,0,-2565.27,8122.62,-43.0158,1.38639,180,5,0,42,0,1,0,0,0),(21022,3100,1,1,1,193,0,1197.92,-4297,22.003,5.721,300,5,0,156,0,1,0,0,0),(21024,3100,1,1,1,193,0,1211.61,-4246,24.763,1.551,300,5,0,156,0,1,0,0,0),(96749,25882,530,1,1,0,0,-2682.75,8016.76,-45.2567,6.12077,180,5,0,42,0,1,0,0,0),(21026,3100,1,1,1,193,0,1218.72,-4353.9,21.2956,4.86554,300,5,0,156,0,1,0,0,0),(96748,25882,530,1,1,0,0,-2334.17,7935.15,-38.517,4.99137,180,5,0,42,0,1,0,0,0),(52010,7016,1,1,1,0,1,7397.51,-844.687,18.4878,4.60328,9900,0,0,508,544,0,0,0,0),(52009,2191,1,1,1,0,1,6744.63,-48.9706,42.9454,5.36814,9900,0,0,263,710,0,0,0,0),(21034,3100,1,1,1,193,0,1253.35,-4381,28.47,5.831,300,5,0,156,0,1,0,0,0),(51900,2186,1,1,1,0,0,5866.36,292.563,24.2701,4.6063,9900,0,0,356,0,0,0,0,0),(21036,3100,1,1,1,193,0,1260.31,-4279,24.933,3.287,300,5,0,156,0,1,0,0,0),(51899,7015,1,1,1,0,1,5381.46,534.734,1.61544,2.69778,9900,0,0,356,0,0,0,0,0),(51898,7104,1,1,1,0,0,6277.47,-1679.4,432.518,4.50105,43200,0,0,6477,2163,0,0,0,0),(29048,4729,1,1,1,7345,0,-952.461,1680.07,61.7989,4.02309,300,20,0,1464,0,1,0,0,0),(29047,4729,1,1,1,7345,0,-918.098,1720.86,61.6117,2.34209,300,5,0,1464,0,1,0,0,0),(29046,4729,1,1,1,7345,0,-1089.61,2217.4,69.6456,3.12792,300,5,0,1464,0,1,0,0,0),(29045,4729,1,1,1,7345,0,-1149.48,2282.66,92.5206,4.71247,300,20,0,1464,0,1,0,0,0),(29044,4729,1,1,1,7345,0,-1337.64,2303.52,93.6779,3.93554,300,20,0,1464,0,1,0,0,0),(29043,4729,1,1,1,7345,0,-1213.25,1487.71,61.4532,5.67883,300,5,0,1464,0,1,0,0,0),(29042,4729,1,1,1,7345,0,-957.107,1607.81,61.2361,5.58978,300,20,0,1464,0,1,0,0,0),(29041,4729,1,1,1,7345,0,-1015.06,1656.13,61.5675,1.29974,300,20,0,1464,0,1,0,0,0),(29040,4729,1,1,1,7345,0,-1064.26,2117.47,61.2361,3.2624,300,20,0,1464,0,1,0,0,0),(29039,4729,1,1,1,7345,0,-1011.37,1616.12,61.5551,0.105881,300,20,0,1464,0,1,0,0,0),(29038,4729,1,1,1,7345,0,-1343.68,1411.44,62.0102,6.04152,300,20,0,1464,0,1,0,0,0),(29037,4729,1,1,1,7345,0,-1049.84,1385.91,63.6663,1.39935,300,20,0,1464,0,1,0,0,0),(29036,4729,1,1,1,7345,0,-1111.94,1515.51,60.3261,1.40369,300,20,0,1464,0,1,0,0,0),(29035,4729,1,1,1,7345,0,-1041.6,1725.58,61.2979,0.090664,300,20,0,1464,0,1,0,0,0),(29034,4729,1,1,1,7345,0,-982.783,1716.49,61.641,0.522779,300,20,0,1464,0,1,0,0,0),(29033,4729,1,1,1,7345,0,-914.085,1776.13,61.4398,4.84798,300,20,0,1464,0,1,0,0,0),(29032,4729,1,1,1,7345,0,-1117.32,1626.59,61.3963,4.78741,300,20,0,1464,0,1,0,0,0),(29031,4729,1,1,1,7345,0,-1012.55,1777.23,61.8374,3.52724,300,20,0,1464,0,1,0,0,0),(29030,4729,1,1,1,7345,0,-1020.64,1867.43,62.7669,5.13716,300,20,0,1464,0,1,0,0,0),(29029,4729,1,1,1,7345,0,-1019.14,1907.84,61.9775,4.08107,300,20,0,1464,0,1,0,0,0),(29028,4729,1,1,1,7345,0,-943.407,1964.64,70.5744,0.348938,300,5,0,1464,0,1,0,0,0),(29027,4729,1,1,1,7345,0,-985.723,1897.11,59.0525,4.70375,300,20,0,1464,0,1,0,0,0),(29026,4729,1,1,1,7345,0,-883.306,1853.87,60.4792,1.39409,300,20,0,1464,0,1,0,0,0),(29025,4729,1,1,1,7345,0,-878.346,2325.55,92.8983,1.04424,300,20,0,1464,0,1,0,0,0),(29024,4729,1,1,1,7345,0,-996.779,2387.25,94.441,3.081,300,20,0,1464,0,1,0,0,0),(29023,4729,1,1,1,7345,0,-889.888,2101.24,62.2147,4.8732,300,20,0,1464,0,1,0,0,0),(29022,4729,1,1,1,7345,0,-981.323,1442.8,64.0423,2.91497,300,20,0,1464,0,1,0,0,0),(29021,4729,1,1,1,7345,0,-1001.4,2234.11,87.5836,2.34446,300,5,0,1464,0,1,0,0,0),(29020,4729,1,1,1,7345,0,-880.016,1423.5,61.3369,5.54892,300,20,0,1464,0,1,0,0,0),(29019,4729,1,1,1,7345,0,-1109.54,726.093,145.012,0.671966,300,5,0,1464,0,1,0,0,0),(29018,4729,1,1,1,7345,0,-907.966,2141.54,74.0541,0.978973,300,5,0,1464,0,1,0,0,0),(29017,4729,1,1,1,7345,0,-745.877,2355.88,93.4321,1.4602,300,20,0,1464,0,1,0,0,0),(29016,4729,1,1,1,7345,0,-1287.79,2344.15,92.5861,1.7329,300,20,0,1464,0,1,0,0,0),(29015,4729,1,1,1,7345,0,-881.608,785.112,140.225,4.95097,300,5,0,1464,0,1,0,0,0),(29014,4729,1,1,1,7345,0,-1111.72,774.376,140.952,4.85619,300,5,0,1464,0,1,0,0,0),(29013,4729,1,1,1,7345,0,-1454.37,2292.69,93.0709,5.14766,300,20,0,1464,0,1,0,0,0),(29012,4729,1,1,1,7345,0,-847.115,742.445,157.413,4.71119,300,5,0,1464,0,1,0,0,0),(29011,4729,1,1,1,7345,0,-1186.69,799.309,162.936,1.19899,300,5,0,1464,0,1,0,0,0),(29010,4729,1,1,1,7345,0,-1083.51,2373.58,92.234,4.7398,300,20,0,1464,0,1,0,0,0),(29009,4729,1,1,1,7345,0,-915.154,2417.2,92.7948,1.69602,300,20,0,1464,0,1,0,0,0),(29008,4729,1,1,1,7345,0,-733.85,2421.37,91.1222,2.69806,300,20,0,1464,0,1,0,0,0),(29007,4729,1,1,1,7345,0,-923.798,2188.87,91.9956,2.90877,300,10,0,1464,0,1,0,0,0),(29006,4729,1,1,1,7345,0,-725.205,2545,68.3192,2.67519,300,20,0,1464,0,1,0,0,0),(29005,4729,1,1,1,7345,0,-1472.11,2357.09,92.1823,1.39276,300,5,0,1464,0,1,0,0,0),(29004,4729,1,1,1,7345,0,-989.982,1394.42,61.8508,2.29744,300,20,0,1464,0,1,0,0,0),(29003,4729,1,1,1,7345,0,-1453.62,2168.38,92.2424,1.7793,300,5,0,1464,0,1,0,0,0),(29002,4729,1,1,1,7345,0,-982.161,2243.56,85.2442,4.65965,300,5,0,1464,0,1,0,0,0),(29001,4729,1,1,1,7345,0,-961.88,1437.17,65.209,1.35022,300,20,0,1464,0,1,0,0,0),(29000,4729,1,1,1,7345,0,-937.976,2420.13,93.8118,2.87765,300,20,0,1464,0,1,0,0,0),(28999,4729,1,1,1,7345,0,-850,2361.15,92.7197,1.59813,300,20,0,1464,0,1,0,0,0),(28998,4729,1,1,1,7345,0,-889.384,2321.38,93.0665,6.20406,300,20,0,1464,0,1,0,0,0),(28997,4729,1,1,1,7345,0,-1213.27,2303.18,91.3418,1.80335,300,20,0,1464,0,1,0,0,0),(28996,4729,1,1,1,7345,0,-1270.82,2296.11,91.1339,3.35826,300,20,0,1464,0,1,0,0,0),(28995,4729,1,1,1,7345,0,-1200.17,2333.31,93.1699,0.807494,300,20,0,1464,0,1,0,0,0),(28994,4729,1,1,1,7345,0,-911.076,1449.58,63.159,3.20018,300,20,0,1464,0,1,0,0,0),(28993,4729,1,1,1,7345,0,-1087.91,2321.95,94.0139,2.34791,300,20,0,1464,0,1,0,0,0),(28992,4729,1,1,1,7345,0,-1025.49,2312.46,93.5895,3.51775,300,20,0,1464,0,1,0,0,0),(28991,4728,1,1,1,1074,0,-421.609,2286.7,82.7772,4.10995,300,20,0,1107,0,1,0,0,0),(28990,4728,1,1,1,1074,0,186.779,1849.78,104.404,5.66782,300,20,0,1107,0,1,0,0,0),(28989,4728,1,1,1,1074,0,-749.634,1620.48,90.4638,0.455932,300,20,0,1107,0,1,0,0,0),(28988,4728,1,1,1,1074,0,-1445.91,1611.08,59.0499,3.7664,300,20,0,1107,0,1,0,0,0),(28987,4728,1,1,1,1074,0,62.1704,1496,113.967,5.88312,300,3,0,1107,0,1,0,0,0),(28986,4728,1,1,1,1074,0,-719.108,1384.27,88.3429,4.29837,300,20,0,1107,0,1,0,0,0),(28985,4728,1,1,1,1074,0,157.324,1672.35,110.011,0.08898,300,20,0,1107,0,1,0,0,0),(28984,4728,1,1,1,1074,0,-205.184,1214.48,89.6896,3.60366,300,20,0,1107,0,1,0,0,0),(28983,4728,1,1,1,1074,0,-153.349,1273.5,89.5067,5.19787,300,20,0,1107,0,1,0,0,0),(28982,4728,1,1,1,1074,0,173.262,1655.14,126.07,5.03013,300,20,0,1107,0,1,0,0,0),(28981,4728,1,1,1,1074,0,-351.653,1114.86,94.5354,0.178519,300,20,0,1107,0,1,0,0,0),(28980,4728,1,1,1,1074,0,196.043,1619.63,149.337,6.06759,300,20,0,1107,0,1,0,0,0),(28979,4728,1,1,1,1074,0,-99.7012,1271.67,92.1662,5.79486,300,20,0,1107,0,1,0,0,0),(28978,4728,1,1,1,1074,0,-358.144,1086.01,91.276,3.03493,300,20,0,1107,0,1,0,0,0),(28977,4728,1,1,1,1074,0,-66.2966,1675.01,90.7266,3.60349,300,20,0,1107,0,1,0,0,0),(28976,4728,1,1,1,1074,0,-818.649,1327.18,92.8725,6.06759,300,20,0,1107,0,1,0,0,0),(28975,4728,1,1,1,1074,0,-202.675,1453.11,94.4044,0.265824,300,20,0,1107,0,1,0,0,0),(28974,4728,1,1,1,1074,0,-163.643,1827.57,172.101,1.46244,300,2,0,1107,0,1,0,0,0),(28973,4728,1,1,1,1074,0,-446.658,1096.89,92.0928,4.75599,300,20,0,1107,0,1,0,0,0),(28972,4728,1,1,1,1074,0,-653.908,1058.76,93.1817,1.71394,300,20,0,1107,0,1,0,0,0),(28971,4728,1,1,1,1074,0,-484.651,1088.04,92.4129,4.8634,300,20,0,1107,0,1,0,0,0),(28970,4728,1,1,1,1074,0,-632.863,848.999,92.058,0.150049,300,20,0,1107,0,1,0,0,0),(28969,4728,1,1,1,1074,0,-767.39,1946.49,89.4423,4.02178,300,20,0,1107,0,1,0,0,0),(28968,4728,1,1,1,1074,0,-115.568,1346.37,89.1389,5.60457,300,20,0,1107,0,1,0,0,0),(28967,4728,1,1,1,1074,0,-366.212,1219.94,90.6645,2.94784,300,20,0,1107,0,1,0,0,0),(28966,4728,1,1,1,1074,0,-653.521,679.628,133.198,3.86985,300,0,0,1107,0,0,0,0,0),(28965,4728,1,1,1,1074,0,-352.769,1282.6,90.4724,5.25769,300,20,0,1107,0,1,0,0,0),(28964,4728,1,1,1,1074,0,-158.658,1613.75,89.6443,1.39138,300,20,0,1107,0,1,0,0,0),(28963,4728,1,1,1,1074,0,217.123,2020.55,162.803,1.45141,300,15,0,1107,0,1,0,0,0),(28962,4728,1,1,1,1074,0,-608.053,959.109,90.8304,2.93254,300,20,0,1107,0,1,0,0,0),(28961,4728,1,1,1,1074,0,-316.657,1002.91,91.2642,4.75342,300,20,0,1107,0,1,0,0,0),(28960,4728,1,1,1,1074,0,-480.114,982.685,91.1261,1.58447,300,20,0,1107,0,1,0,0,0),(28959,4728,1,1,1,1074,0,131.461,1892.74,140.223,5.12446,300,3,0,1107,0,1,0,0,0),(28958,4728,1,1,1,1074,0,-154.485,1148.71,89.4306,5.40542,300,20,0,1107,0,1,0,0,0),(28957,4728,1,1,1,1074,0,-547.356,754.867,109.653,4.75927,300,20,0,1107,0,1,0,0,0),(28956,4728,1,1,1,1074,0,-652.502,747.158,92.5931,0.306614,300,20,0,1107,0,1,0,0,0),(28955,4728,1,1,1,1074,0,-490.565,1034.72,89.9047,2.60368,300,20,0,1107,0,1,0,0,0),(28954,4728,1,1,1,1074,0,-579.794,915.782,90.2057,4.55944,300,20,0,1107,0,1,0,0,0),(28953,4728,1,1,1,1074,0,-418.405,884.062,91.4792,4.47673,300,20,0,1107,0,1,0,0,0),(28952,4728,1,1,1,1074,0,-478.983,1514.22,92.3548,5.65816,300,20,0,1107,0,1,0,0,0),(28951,4728,1,1,1,1074,0,-204.031,1126.75,88.2654,6.18739,300,20,0,1107,0,1,0,0,0),(28950,4728,1,1,1,1074,0,-241.487,1141.53,90.6112,4.55803,300,20,0,1107,0,1,0,0,0),(28949,4728,1,1,1,1074,0,-579.685,979.133,96.1367,3.27277,300,20,0,1107,0,1,0,0,0),(28948,4728,1,1,1,1074,0,-532.871,2013.87,91.488,3.13964,300,30,0,1107,0,1,0,0,0),(28947,4728,1,1,1,1074,0,-624.934,1129.58,90.7837,2.8165,300,20,0,1107,0,1,0,0,0),(28946,4728,1,1,1,1074,0,-824.912,1281.04,96.0052,0.914976,300,20,0,1107,0,1,0,0,0),(28945,4728,1,1,1,1074,0,-535.765,812.977,90.7547,4.45174,300,20,0,1107,0,1,0,0,0),(28944,4728,1,1,1,1074,0,-563.786,2494.39,50.3564,4.20245,300,20,0,1107,0,1,0,0,0),(28943,4728,1,1,1,1074,0,-476.305,2193.8,93.3883,4.41723,300,30,0,1107,0,1,0,0,0),(28942,4728,1,1,1,1074,0,-251.203,1484.4,92.24,5.92515,300,20,0,1107,0,1,0,0,0),(28941,4728,1,1,1,1074,0,-612.738,754.885,98.8911,0.581505,300,20,0,1107,0,1,0,0,0),(28940,4728,1,1,1,1074,0,-491.813,1254.96,91.4677,3.69118,300,20,0,1107,0,1,0,0,0),(28939,4728,1,1,1,1074,0,-437.343,1207.3,90.2106,5.05718,300,20,0,1107,0,1,0,0,0),(28938,4728,1,1,1,1074,0,-516.479,1049.57,92.1497,5.24801,300,20,0,1107,0,1,0,0,0),(28937,4728,1,1,1,1074,0,-614.56,595.753,160.166,1.39601,300,20,0,1107,0,1,0,0,0),(28936,4728,1,1,1,1074,0,-581.331,1414.81,90.1048,5.3236,300,20,0,1107,0,1,0,0,0),(28935,4728,1,1,1,1074,0,-332.571,2021.79,113.445,2.0834,300,30,0,1107,0,1,0,0,0),(28934,4728,1,1,1,1074,0,-621.567,976.666,92.2976,3.28404,300,20,0,1107,0,1,0,0,0),(28933,4728,1,1,1,1074,0,-552.07,1354.14,92.2649,0.226903,300,20,0,1107,0,1,0,0,0),(28932,4728,1,1,1,1074,0,-294.532,1452.28,91.1422,6.08081,300,20,0,1107,0,1,0,0,0),(28931,4728,1,1,1,1074,0,-245.742,1188.84,90.1188,5.60732,300,20,0,1107,0,1,0,0,0),(28930,4728,1,1,1,1074,0,-648.49,1437.09,91.0378,4.73192,300,20,0,1107,0,1,0,0,0),(28929,4728,1,1,1,1074,0,-751.45,1218.71,98.594,4.72799,300,20,0,1107,0,1,0,0,0),(28928,4728,1,1,1,1074,0,-20.688,1452.02,92.8757,2.39775,300,20,0,1107,0,1,0,0,0),(28927,4728,1,1,1,1074,0,-229.633,1030.16,90.6346,5.50815,300,20,0,1107,0,1,0,0,0),(28926,4728,1,1,1,1074,0,15.4238,1753.16,117.673,0.779179,300,15,0,1107,0,1,0,0,0),(28925,4728,1,1,1,1074,0,-213.73,2228.28,84.7862,1.20734,300,20,0,1107,0,1,0,0,0),(28924,4728,1,1,1,1074,0,-697.307,2063.26,99.0623,2.26628,300,20,0,1107,0,1,0,0,0),(28923,4728,1,1,1,1074,0,149.401,1620.51,146.405,1.16744,300,20,0,1107,0,1,0,0,0),(28922,4728,1,1,1,1074,0,-566.092,673.819,156.592,1.41372,300,0,0,1107,0,0,0,0,0),(28921,4728,1,1,1,1074,0,-413.268,981.734,90.6893,0.239764,300,20,0,1107,0,1,0,0,0),(28920,4728,1,1,1,1074,0,-305.54,1461.23,91.0319,5.95391,300,20,0,1107,0,1,0,0,0),(28919,4728,1,1,1,1074,0,253.636,1948.3,138.732,1.29117,300,20,0,1107,0,1,0,0,0),(28918,4728,1,1,1,1074,0,-430.846,1282.27,89.9445,2.94305,300,20,0,1107,0,1,0,0,0),(28917,5752,1,1,1,4692,1,126.208,1232.69,163.26,3.14159,300,0,0,1678,0,0,0,0,0),(28916,4728,1,1,1,1074,0,-680.785,1882.85,92.152,5.96631,300,20,0,1107,0,1,0,0,0),(28915,4728,1,1,1,1074,0,-602.907,1441.04,89.4659,0.712147,300,20,0,1107,0,1,0,0,0),(28914,4728,1,1,1,1074,0,-108.295,1115.27,90.5182,4.61141,300,20,0,1107,0,1,0,0,0),(28913,4727,1,1,1,2764,0,-979.908,1540.78,61.6705,1.12243,300,20,0,1536,0,1,0,0,0),(28912,4727,1,1,1,2764,0,-915.963,1628.34,61.4861,1.06243,300,20,0,1536,0,1,0,0,0),(28911,4727,1,1,1,2764,0,-1881.85,2811.78,56.1485,4.58357,300,20,0,1536,0,1,0,0,0),(28910,4727,1,1,1,2764,0,-1307.44,1480.76,61.861,3.25102,300,20,0,1536,0,1,0,0,0),(28909,4727,1,1,1,2764,0,-912.323,1454.18,61.6286,3.77948,300,20,0,1536,0,1,0,0,0),(28908,4727,1,1,1,2764,0,-2062.45,2955.55,60.1278,5.39475,300,5,0,1536,0,1,0,0,0),(28907,4727,1,1,1,2764,0,-1724.81,2862.98,78.5843,3.12499,300,5,0,1536,0,1,0,0,0),(28906,4727,1,1,1,2764,0,-1921.8,2814.95,52.9895,0.367406,300,20,0,1536,0,1,0,0,0),(28905,4727,1,1,1,2764,0,-1810.61,1416.94,61.2233,6.22298,300,20,0,1536,0,1,0,0,0),(28904,4727,1,1,1,2764,0,-2056,1653.59,61.9146,0.134101,300,20,0,1536,0,1,0,0,0),(28903,4727,1,1,1,2764,0,-2048.56,2272.41,64.7052,3.45439,300,5,0,1536,0,1,0,0,0),(28902,4727,1,1,1,2764,0,-1040.42,1888.71,62.0789,6.22941,300,20,0,1536,0,1,0,0,0),(28901,4727,1,1,1,2764,0,-990.174,1951.38,63.0282,4.11951,300,5,0,1536,0,1,0,0,0),(28900,4727,1,1,1,2764,0,-1117.09,1407.75,61.3643,4.36769,300,20,0,1536,0,1,0,0,0),(28899,4727,1,1,1,2764,0,-2117.17,1695.96,59.7825,1.17256,300,5,0,1536,0,1,0,0,0),(28898,4727,1,1,1,2764,0,-1751.64,1483.24,61.2361,6.27689,300,20,0,1536,0,1,0,0,0),(28897,4727,1,1,1,2764,0,-1181.93,2282.79,90.2678,2.93405,300,20,0,1536,0,1,0,0,0),(28896,4727,1,1,1,2764,0,-847.918,2346.26,93.0415,4.79726,300,20,0,1536,0,1,0,0,0),(28895,4727,1,1,1,2764,0,-1351.13,2285.73,92.2942,3.05791,300,20,0,1536,0,1,0,0,0),(28894,4727,1,1,1,2764,0,119.946,918.61,155.975,0.024409,300,20,0,1536,0,1,0,0,0),(28893,4727,1,1,1,2764,0,-1758.78,1383.82,62.1457,1.73151,300,20,0,1536,0,1,0,0,0),(28892,4727,1,1,1,2764,0,-2313.06,1880.41,142.239,5.21029,300,5,0,1536,0,1,0,0,0),(28891,4727,1,1,1,2764,0,-1886.76,1501.83,60.3339,1.75494,300,20,0,1536,0,1,0,0,0),(28890,4727,1,1,1,2764,0,-1964.61,1515.29,62.759,4.32608,300,5,0,1536,0,1,0,0,0),(28889,4727,1,1,1,2764,0,-2152.9,1837.08,67.3305,1.12025,300,5,0,1536,0,1,0,0,0),(28888,4727,1,1,1,2764,0,-2251.3,1949.23,107.8,1.77126,300,5,0,1536,0,1,0,0,0),(28887,4727,1,1,1,2764,0,-1837.5,1426.24,61.2168,0.759838,300,20,0,1536,0,1,0,0,0),(28886,4727,1,1,1,2764,0,-920.076,2284.87,88.3964,1.94792,300,20,0,1536,0,1,0,0,0),(28885,4727,1,1,1,2764,0,-1131.68,747.371,147.086,3.35296,300,20,0,1536,0,1,0,0,0),(28884,4727,1,1,1,2764,0,-1700.69,1419.44,61.462,1.73999,300,20,0,1536,0,1,0,0,0),(28883,4727,1,1,1,2764,0,-1109.9,1582.93,61.2421,3.36174,300,20,0,1536,0,1,0,0,0),(28882,4727,1,1,1,2764,0,-1756.19,1457.4,61.2361,6.15322,300,20,0,1536,0,1,0,0,0),(28881,4727,1,1,1,2764,0,-2185.64,2230.11,84.5279,4.20426,300,5,0,1536,0,1,0,0,0),(28880,4727,1,1,1,2764,0,-2122.15,1800.05,61.0086,5.01376,300,20,0,1536,0,1,0,0,0),(28879,4727,1,1,1,2764,0,-2179.64,1935.47,62.1166,3.64142,300,0,0,1536,0,2,0,0,0),(28878,4727,1,1,1,2764,0,-2184.8,1748.36,85.3851,4.12503,300,5,0,1536,0,1,0,0,0),(28877,4727,1,1,1,2764,0,-1813.13,1523.58,61.6548,3.99904,300,20,0,1536,0,1,0,0,0),(28876,4727,1,1,1,2764,0,-1007.26,2358.68,95.079,3.51982,300,20,0,1536,0,1,0,0,0),(28875,4727,1,1,1,2764,0,-2111.38,2276.59,63.1448,5.5116,300,20,0,1536,0,1,0,0,0),(28874,4727,1,1,1,2764,0,-2344.24,1905.32,134.733,5.25538,300,5,0,1536,0,1,0,0,0),(28873,4726,1,1,1,2742,0,-1949.82,2482.48,61.0492,5.96168,300,20,0,1221,0,1,0,0,0),(28872,4726,1,1,1,2742,0,-325.115,2022.98,119.459,2.41081,300,3,0,1221,0,1,0,0,0),(28871,4726,1,1,1,2742,0,-389.659,2268.9,83.6731,4.35728,300,20,0,1221,0,1,0,0,0),(28870,4726,1,1,1,2742,0,-500.839,2325.36,90.7672,3.50288,300,20,0,1221,0,1,0,0,0),(28869,4726,1,1,1,2742,0,-1818.57,2331.53,65.173,1.82817,300,20,0,1221,0,1,0,0,0),(28868,4726,1,1,1,2742,0,-1640.39,1224.79,91.0575,5.0766,300,20,0,1221,0,1,0,0,0),(28867,4726,1,1,1,2742,0,-315.983,2376.17,40.6537,6.17264,300,20,0,1221,0,1,0,0,0),(28866,4726,1,1,1,2742,0,-532.885,1720.78,98.0827,0.246398,300,20,0,1221,0,1,0,0,0),(28865,4726,1,1,1,2742,0,-591.746,1573.15,91.4891,0.870382,300,20,0,1221,0,1,0,0,0),(28864,4726,1,1,1,2742,0,-1608.23,1092.21,90.8315,4.92743,300,20,0,1221,0,1,0,0,0),(28863,4726,1,1,1,2742,0,-1365.78,1291.82,94.4805,1.00122,300,20,0,1221,0,1,0,0,0),(28862,4726,1,1,1,2742,0,-1444.57,911.698,90.4984,5.97378,300,20,0,1221,0,1,0,0,0),(28861,4726,1,1,1,2742,0,-1428.69,1011.58,89.4362,2.88422,300,20,0,1221,0,1,0,0,0),(28860,4726,1,1,1,2742,0,-1420.91,991.668,90.1318,3.03545,300,20,0,1221,0,1,0,0,0),(28859,4726,1,1,1,2742,0,-1195.16,968.075,93.3266,2.91772,300,20,0,1221,0,1,0,0,0),(28858,4726,1,1,1,2742,0,-1297.92,1249.35,106.663,5.50262,300,20,0,1221,0,1,0,0,0),(28857,4726,1,1,1,2742,0,-1355.55,1076.45,90.6924,2.56333,300,20,0,1221,0,1,0,0,0),(28856,4726,1,1,1,2742,0,-482.993,2281.02,85.9587,0.925236,300,20,0,1221,0,1,0,0,0),(28855,4726,1,1,1,2742,0,-695.112,1746.96,92.2249,0.385035,300,20,0,1221,0,1,0,0,0),(28854,4726,1,1,1,2742,0,-251.899,2217.13,102.798,1.47318,300,20,0,1221,0,1,0,0,0),(28853,4726,1,1,1,2742,0,-737.505,1952.24,91.492,5.74963,300,0,0,1221,0,0,0,0,0),(28852,4726,1,1,1,2742,0,-596.485,2550.9,33.5561,0.083141,300,20,0,1221,0,1,0,0,0),(28851,4726,1,1,1,2742,0,-754.307,1639.47,90.8759,1.85608,300,20,0,1221,0,1,0,0,0),(28850,4726,1,1,1,2742,0,-781.172,1618.32,91.4964,4.53128,300,20,0,1221,0,1,0,0,0),(28849,4726,1,1,1,2742,0,-1687.71,2283.27,78.709,0.060858,300,20,0,1221,0,1,0,0,0),(28848,4726,1,1,1,2742,0,-1665.55,1265.12,90.776,5.48357,300,20,0,1221,0,1,0,0,0),(28847,4726,1,1,1,2742,0,-1173.71,1153.8,95.2861,4.45154,300,20,0,1221,0,1,0,0,0),(28846,4726,1,1,1,2742,0,-746.089,1718.1,91.2289,3.23154,300,20,0,1221,0,1,0,0,0),(28845,4726,1,1,1,2742,0,-524.535,1986.44,98.4568,6.20589,300,20,0,1221,0,1,0,0,0),(28844,4726,1,1,1,2742,0,-1131.16,1283.91,90.8261,6.26561,300,20,0,1221,0,1,0,0,0),(28843,4726,1,1,1,2742,0,-1245.23,834.898,144.54,6.21118,300,0,0,1221,0,0,0,0,0),(28842,4726,1,1,1,2742,0,-1317.9,1073.82,92.812,1.42572,300,0,0,1221,0,2,0,0,0),(28840,4726,1,1,1,2742,0,-534.799,2031.59,90.4209,3.66643,300,20,0,1221,0,1,0,0,0),(28839,4726,1,1,1,2742,0,-715.516,2016.93,91.8704,0.738043,300,20,0,1221,0,1,0,0,0),(28838,4726,1,1,1,2742,0,-595.533,2318.82,90.9907,3.23543,300,30,0,1221,0,1,0,0,0),(28837,4726,1,1,1,2742,0,-1386.4,1257.55,101.279,0.225518,300,20,0,1221,0,1,0,0,0),(28836,4726,1,1,1,2742,0,-203.355,2111.61,134.652,4.18403,300,20,0,1221,0,1,0,0,0),(28835,4726,1,1,1,2742,0,-751.779,1955.73,90.0254,1.67649,300,20,0,1221,0,1,0,0,0),(28834,4726,1,1,1,2742,0,-1252.3,1172.17,93.9215,0.000977,300,20,0,1221,0,1,0,0,0),(28833,4726,1,1,1,2742,0,-76.523,2228.02,81.4024,0.142144,300,20,0,1221,0,1,0,0,0),(28832,4726,1,1,1,2742,0,-786.96,1460.36,91.692,1.83354,300,20,0,1221,0,1,0,0,0),(28831,4726,1,1,1,2742,0,-398.404,2118.24,91.6915,1.09623,300,20,0,1221,0,1,0,0,0),(28830,4726,1,1,1,2742,0,-612.509,2517.62,36.0223,1.79328,300,20,0,1221,0,1,0,0,0),(28829,4726,1,1,1,2742,0,-431.938,1988.67,106.894,1.33008,300,20,0,1221,0,1,0,0,0),(28828,4726,1,1,1,2742,0,-1515.67,1118.95,91.6973,4.0031,300,20,0,1221,0,1,0,0,0),(28827,4726,1,1,1,2742,0,-1194.31,1255.2,95.674,5.83352,300,20,0,1221,0,1,0,0,0),(28825,4726,1,1,1,2742,0,-1605.04,2321.74,93.2734,0.523968,300,20,0,1221,0,1,0,0,0),(28824,4726,1,1,1,2742,0,-378.156,2047.17,95.7715,6.05053,300,30,0,1221,0,1,0,0,0),(28822,4726,1,1,1,2742,0,-648.407,2225.48,94.5863,0.243068,300,20,0,1221,0,1,0,0,0),(28821,4726,1,1,1,2742,0,-20.8218,2152.66,114.563,0.065561,300,0,0,1221,0,0,0,0,0),(28820,4726,1,1,1,2742,0,-1317.35,876.469,113.349,1.78023,300,20,0,1221,0,1,0,0,0),(28819,4726,1,1,1,2742,0,-1336.69,1119.75,91.3012,0.003906,300,20,0,1221,0,1,0,0,0),(28818,4726,1,1,1,2742,0,-316.146,1928.83,120.153,5.17604,300,20,0,1221,0,1,0,0,0),(28817,4726,1,1,1,2742,0,-416.287,2195.35,89.7686,3.56685,300,30,0,1221,0,1,0,0,0),(28816,4726,1,1,1,2742,0,-614.589,2130.03,90.2563,1.69612,300,30,0,1221,0,1,0,0,0),(28815,4726,1,1,1,2742,0,-1498.45,975.669,90.9028,4.0946,300,20,0,1221,0,1,0,0,0),(28814,4726,1,1,1,2742,0,-1752.16,2287.04,66.2673,2.27667,300,20,0,1221,0,1,0,0,0),(28813,4726,1,1,1,2742,0,-1191.72,999.246,90.7884,5.72708,300,20,0,1221,0,1,0,0,0),(28812,4726,1,1,1,2742,0,-284.979,2371.87,36.4864,5.7739,300,20,0,1221,0,1,0,0,0),(28811,4726,1,1,1,2742,0,-475.934,1997.61,114.378,4.3823,300,0,0,1221,0,0,0,0,0),(28809,4726,1,1,1,2742,0,-279.086,1858.23,167.027,2.94401,300,20,0,1221,0,1,0,0,0),(28808,4726,1,1,1,2742,0,-1357.05,1024.4,91.2231,2.92791,300,20,0,1221,0,1,0,0,0),(28807,4726,1,1,1,2742,0,-792.666,2019.2,82.617,2.68196,300,0,0,1221,0,0,0,0,0),(28806,4726,1,1,1,2742,0,-608.242,2061.41,88.8578,6.28102,300,20,0,1221,0,1,0,0,0),(28805,4726,1,1,1,2742,0,-1283.02,1056.68,95.4235,3.36005,300,20,0,1221,0,1,0,0,0),(28804,4726,1,1,1,2742,0,-1220.5,1035.84,91.437,1.55955,300,20,0,1221,0,1,0,0,0),(28803,4726,1,1,1,2742,0,-737.392,2150.42,99.1671,0.484614,300,20,0,1221,0,1,0,0,0),(28802,4726,1,1,1,2742,0,-1785.26,2559.3,75.2389,3.11876,300,20,0,1221,0,1,0,0,0),(28801,4726,1,1,1,2742,0,-1274.7,1169.12,92.2657,4.46173,300,20,0,1221,0,1,0,0,0),(28794,4726,1,1,1,2742,0,-1188.94,890.343,104.791,4.63419,300,20,0,1221,0,1,0,0,0),(28793,4726,1,1,1,2742,0,-579.616,2082.67,89.9644,3.03918,300,30,0,1221,0,1,0,0,0),(28792,4726,1,1,1,2742,0,-227.127,2176.34,111.324,3.72607,300,20,0,1221,0,1,0,0,0),(28791,4726,1,1,1,2742,0,-399.323,2206.22,90.8613,4.60484,300,20,0,1221,0,1,0,0,0),(28790,4726,1,1,1,2742,0,-1584.07,2379.67,92.4769,4.75733,300,20,0,1221,0,1,0,0,0),(28788,4726,1,1,1,2742,0,-1858.75,2484.25,62.3654,6.1004,300,20,0,1221,0,1,0,0,0),(28787,4726,1,1,1,2742,0,-553.165,2470.53,55.5964,4.64199,300,20,0,1221,0,1,0,0,0),(28785,4726,1,1,1,2742,0,-429.142,2220.52,89.8944,4.09566,300,30,0,1221,0,1,0,0,0),(28774,4719,1,1,1,6749,1,214.7,2848.44,1.86593,4.01433,300,20,0,1160,1067,1,0,0,0),(28773,4719,1,1,1,6749,1,148.215,2984.04,1.89167,1.37593,300,20,0,1160,1067,1,0,0,0),(28772,4719,1,1,1,6749,1,179.49,2986.81,2.51436,3.00912,300,20,0,1160,1067,1,0,0,0),(28771,4719,1,1,1,6749,1,117.934,2886.3,-2.98629,2.76662,300,20,0,1160,1067,1,0,0,0),(28770,4719,1,1,1,6749,1,122.853,2853.28,-15.6301,5.76788,300,20,0,1160,1067,1,0,0,0),(28769,4719,1,1,1,6749,1,74.8005,2989.59,-16.3716,2.4555,300,20,0,1160,1067,1,0,0,0),(28768,4719,1,1,1,6749,1,181.431,2922.9,16.9841,3.04222,300,20,0,1160,1067,1,0,0,0),(28767,4719,1,1,1,6749,1,159.326,2842.65,-1.05106,2.7812,300,20,0,1160,1067,1,0,0,0),(28766,4719,1,1,1,6749,1,111.979,2922.4,0.843355,2.60182,300,20,0,1160,1067,1,0,0,0),(28765,4719,1,1,1,6749,1,-39.6126,2860.47,-35.049,2.95992,300,20,0,1160,1067,1,0,0,0),(28764,4719,1,1,1,6749,1,77.1986,2944.82,-19.5429,3.87513,300,20,0,1160,1067,1,0,0,0),(28763,4719,1,1,1,6749,1,154.688,2680.73,-67,5.12287,300,20,0,1160,1067,1,0,0,0),(28762,4719,1,1,1,6749,1,-50.5761,2661.28,-103.424,5.42666,300,20,0,1160,1067,1,0,0,0),(28761,4719,1,1,1,6749,1,210.299,2688.6,-67.9315,3.12109,300,20,0,1160,1067,1,0,0,0),(28760,4718,1,1,1,6750,1,214.75,2988.45,1.52134,3.29002,300,0,0,1064,1007,2,0,0,0),(28759,4718,1,1,1,6750,1,254.037,2948.59,7.70299,6.1579,300,3,0,1064,1007,1,0,0,0),(28758,4718,1,1,1,6750,1,-15.5941,2814.09,-30.8625,0.01377,300,20,0,1064,1007,1,0,0,0),(28757,4718,1,1,1,6750,1,-210.944,2751.28,-1.83553,0.842348,300,20,0,1064,1007,1,0,0,0),(28756,4718,1,1,1,6750,1,147.734,2709.56,-67.6734,5.92973,300,20,0,1064,1007,1,0,0,0),(28755,4716,1,1,1,11267,1,181.981,2951.15,6.85619,0.798485,300,3,0,1208,1097,1,0,0,0),(28754,4716,1,1,1,11267,1,120.568,2948.28,-0.935924,4.04269,300,20,0,1208,1097,1,0,0,0),(28753,4716,1,1,1,11267,1,218.2,2885.13,5.23787,3.67821,300,20,0,1208,1097,1,0,0,0),(28752,4716,1,1,1,11267,1,-25.7666,2887.16,-23.5798,5.3958,300,20,0,1208,1097,1,0,0,0),(28751,4716,1,1,1,11267,1,137.023,2739.48,-70.2462,5.96872,300,20,0,1208,1097,1,0,0,0),(28750,4716,1,1,1,11267,1,190.685,2705.24,-66.7529,2.22928,300,20,0,1208,1097,1,0,0,0),(28749,4715,1,1,1,11265,1,147.581,2949.6,1.90579,3.94288,300,0,0,1403,0,2,0,0,0),(28748,4715,1,1,1,11265,1,187.481,2873.93,1.92514,3.98463,300,3,0,1403,0,1,0,0,0),(28747,4715,1,1,1,11265,1,184.49,2850.69,-1.47309,4.2726,300,20,0,1403,0,1,0,0,0),(28746,4715,1,1,1,11265,1,214.087,2920.67,21.1394,0.253971,300,20,0,1403,0,1,0,0,0),(28745,4715,1,1,1,11265,1,-21.0739,2855.18,-32.1768,4.53743,300,20,0,1403,0,1,0,0,0),(28744,4714,1,1,1,6748,1,249.128,2884.33,3.74177,0.476747,300,20,0,1279,0,1,0,0,0),(28743,4714,1,1,1,6748,1,86.445,2886.54,-24.4595,3.27349,300,20,0,1279,0,1,0,0,0),(28742,4714,1,1,1,6748,1,-218.924,2715.82,-17.2216,4.17309,300,20,0,1279,0,1,0,0,0),(28741,4714,1,1,1,6748,1,-239.504,2806.38,-3.76374,5.30983,300,20,0,1279,0,1,0,0,0),(28740,4714,1,1,1,6748,1,-248.691,2786.73,0.783289,1.69394,300,20,0,1279,0,1,0,0,0),(28739,4714,1,1,1,6748,1,-221.473,2771.01,4.26044,5.04933,300,20,0,1279,0,1,0,0,0),(28738,4714,1,1,1,6748,1,-77.6671,2821.37,-45.5372,5.15501,300,20,0,1279,0,1,0,0,0),(28737,4714,1,1,1,6748,1,144.724,3017.95,-0.225239,3.5318,300,20,0,1279,0,1,0,0,0),(28736,4714,1,1,1,6748,1,-123.541,2845.65,-33.643,3.86964,300,20,0,1279,0,1,0,0,0),(28735,4714,1,1,1,6748,1,219.115,2951.57,11.6365,5.37266,300,3,0,1279,0,1,0,0,0),(28734,4714,1,1,1,6748,1,254.285,2785.65,-16.327,3.211,300,20,0,1279,0,1,0,0,0),(28733,4714,1,1,1,6748,1,-44.0672,2887.81,-28.9314,1.96457,300,20,0,1279,0,1,0,0,0),(28732,4714,1,1,1,6748,1,53.0435,2920.34,-25.5238,4.26112,300,20,0,1279,0,1,0,0,0),(28731,4714,1,1,1,6748,1,8.16078,2685.34,-72.1666,5.0939,300,20,0,1279,0,1,0,0,0),(28730,4714,1,1,1,6748,1,-116.683,2796.16,-51.4863,6.20199,300,20,0,1279,0,1,0,0,0),(28729,4714,1,1,1,6748,1,169.124,2748.29,-72.5172,4.48321,300,20,0,1279,0,1,0,0,0),(28714,11625,1,1,1,11629,1,-1290.56,1230.96,109.39,6.27641,300,0,0,1604,0,0,0,0,0),(28727,4714,1,1,1,6748,1,-76.4446,2678.84,-98.9456,0.134943,300,20,0,1279,0,1,0,0,0),(28726,4714,1,1,1,6748,1,272.443,2754.32,-25.5055,1.99393,300,20,0,1279,0,1,0,0,0),(28725,4714,1,1,1,6748,1,220.726,2709.81,-69.1031,5.98792,300,20,0,1279,0,1,0,0,0),(28724,4714,1,1,1,6748,1,11.8711,2761.55,-20.7563,5.86708,300,20,0,1279,0,1,0,0,0),(28723,4713,1,1,1,6747,1,279.712,2980.57,3.55544,3.74992,300,20,0,1221,0,1,0,0,0),(28722,4713,1,1,1,6747,1,-334.836,2572.84,4.88753,2.47169,300,20,0,1221,0,1,0,0,0),(28721,4713,1,1,1,6747,1,-188.965,2683.29,-52.9834,5.26584,300,20,0,1221,0,1,0,0,0),(28720,4713,1,1,1,6747,1,-316.46,2683.05,-22.3348,2.44481,300,20,0,1221,0,1,0,0,0),(28719,4713,1,1,1,6747,1,-219.313,2678.29,-42.1499,2.29226,300,20,0,1221,0,1,0,0,0),(28718,4713,1,1,1,6747,1,-244.706,2679.9,-38.2057,5.04895,300,20,0,1221,0,1,0,0,0),(28717,4713,1,1,1,6747,1,-191.688,2789.05,-1.95164,3.78905,300,20,0,1221,0,1,0,0,0),(28716,4713,1,1,1,6747,1,-143.004,2784.7,-53.6113,1.38071,300,20,0,1221,0,1,0,0,0),(28715,4713,1,1,1,6747,1,-278.479,2783.18,-8.59075,2.54329,300,20,0,1221,0,1,0,0,0),(1976205,14494,0,1,1,0,0,3321.2,-2995.84,165.49,0.1,600,0,0,3052,0,0,0,0,0),(28531,4713,1,1,1,6747,1,43.6269,2711.56,-42.6868,4.34025,300,20,0,1221,0,1,0,0,0),(28530,4713,1,1,1,6747,1,1.53902,2747.95,-35.7082,0.009375,300,20,0,1221,0,1,0,0,0),(28529,4712,1,1,1,11266,1,-151.215,2481.53,-36.8936,2.2393,300,5,0,882,2362,1,0,0,0),(28528,4712,1,1,1,11266,1,251.116,2984.82,1.85461,6.22506,300,5,0,882,2362,1,0,0,0),(28527,4712,1,1,1,11266,1,-211.209,2820.54,-26.2043,0.097039,300,5,0,882,2362,1,0,0,0),(28526,4712,1,1,1,11266,1,-247.124,2752.37,-5.86359,1.287,300,5,0,882,2362,1,0,0,0),(28525,4712,1,1,1,11266,1,-412.542,2619.03,-5.42744,5.98088,300,5,0,882,2362,1,0,0,0),(28524,4712,1,1,1,11266,1,-290.725,2612.73,-18.9805,3.46984,300,5,0,882,2362,1,0,0,0),(28523,4712,1,1,1,11266,1,-58.1744,2814.01,-39.1363,3.24215,300,5,0,882,2362,1,0,0,0),(28522,11624,1,1,1,11792,1,-1592.93,3072.68,49.0746,2.11185,300,0,0,4120,0,0,0,0,0),(28521,4711,1,1,1,11264,1,-186.787,2582.48,-31.1879,3.7383,300,20,0,1163,0,1,0,0,0),(28520,4711,1,1,1,11264,1,-184.875,2519.23,-29.1547,2.21924,300,20,0,1163,0,1,0,0,0),(28519,4711,1,1,1,11264,1,-381.159,2652.73,-12.9661,2.58014,300,20,0,1163,0,1,0,0,0),(28518,4711,1,1,1,11264,1,-261.534,2624.46,-22.4008,3.34859,300,20,0,1163,0,1,0,0,0),(28517,4711,1,1,1,11264,1,-346.118,2646.97,-19.8494,3.06018,300,20,0,1163,0,1,0,0,0),(28516,4711,1,1,1,11264,1,-359.101,2616.09,-5.69351,0.218457,300,20,0,1163,0,1,0,0,0),(28515,4711,1,1,1,11264,1,-257.972,2504.39,1.95149,3.14421,300,20,0,1163,0,1,0,0,0),(28514,4711,1,1,1,11264,1,-159.358,2593.29,-28.8129,0.290355,300,20,0,1163,0,1,0,0,0),(28513,4711,1,1,1,11264,1,-279.551,2576.56,-5.63355,1.18058,300,20,0,1163,0,1,0,0,0),(28512,4711,1,1,1,11264,1,-189.358,2485.34,-3.0069,6.00094,300,20,0,1163,0,1,0,0,0),(28511,4711,1,1,1,11264,1,-274.632,2583.87,-17.6103,0.240319,300,20,0,1163,0,1,0,0,0),(28510,4711,1,1,1,11264,1,-241.718,2603.69,-20.7758,3.42428,300,20,0,1163,0,1,0,0,0),(28509,4711,1,1,1,11264,1,-148.383,2355.18,-22.9519,0.192303,300,20,0,1163,0,1,0,0,0),(28508,4711,1,1,1,11264,1,-111.056,2362.47,-20.7932,4.70002,300,20,0,1163,0,1,0,0,0),(28507,4711,1,1,1,11264,1,-207.741,2641.77,-36.2939,5.54896,300,20,0,1163,0,1,0,0,0),(28506,4711,1,1,1,11264,1,-204.82,2569.8,-24.6644,0.80069,300,20,0,1163,0,1,0,0,0),(28505,4711,1,1,1,11264,1,-265.148,2761.62,-5.19126,3.34627,300,20,0,1163,0,1,0,0,0),(28504,11877,1,1,1,11852,1,-1714.58,3107.18,33.5831,4.2586,300,0,0,2218,0,0,0,0,0),(28503,2914,1,1,1,1206,0,-551.103,1350.15,92.1093,3.0618,300,5,0,8,0,1,0,0,0),(28502,2914,1,1,1,2958,0,-1839.72,2691.97,61.5715,2.88908,300,0,0,8,0,0,0,0,0),(28501,2914,1,1,1,2957,0,-1409.87,1547.21,60.7043,3.38942,300,5,0,8,0,1,0,0,0),(28500,2914,1,1,1,1206,0,-391.079,2362.26,46.8262,2.78122,300,5,0,8,0,1,0,0,0),(28499,2914,1,1,1,2957,0,-1616.42,1201.59,91.8421,1.78332,300,5,0,8,0,1,0,0,0),(28358,2914,1,1,1,1206,0,-799.031,1083.84,90.1409,0.1372,300,5,0,8,0,1,0,0,0),(28357,2914,1,1,1,2957,0,208.253,1654.13,143.899,1.59032,300,5,0,8,0,1,0,0,0),(28356,2914,1,1,1,6303,0,-518.255,1785.63,97.8764,4.13413,300,5,0,8,0,1,0,0,0),(28355,2914,1,1,1,6303,0,-1006.4,2152.24,67.2014,0.832655,300,5,0,8,0,1,0,0,0),(28354,2914,1,1,1,2957,0,-1883.96,1435.08,61.1247,1.5225,300,5,0,8,0,1,0,0,0),(28353,2914,1,1,1,2958,0,-1409.59,1153.19,93.9332,2.2434,300,5,0,8,0,1,0,0,0),(28352,2914,1,1,1,1206,0,-2079.67,2646.18,60.989,3.64469,300,5,0,8,0,1,0,0,0),(28351,2914,1,1,1,6303,0,-696.058,2439.56,85.113,3.29743,300,5,0,8,0,1,0,0,0),(28350,2914,1,1,1,6303,0,-1719.29,1379.2,62.0318,4.67331,300,5,0,8,0,1,0,0,0),(28349,2914,1,1,1,1206,0,-1118.47,2349.59,93.4527,3.35505,300,5,0,8,0,1,0,0,0),(28348,2914,1,1,1,2958,0,-2136,2236.41,67.1454,4.17086,300,5,0,8,0,1,0,0,0),(28347,2914,1,1,1,6303,0,-284.851,807.462,91.0039,6.26674,300,5,0,8,0,1,0,0,0),(28346,2914,1,1,1,1206,0,-520.991,1011.79,89.5848,3.92492,300,5,0,8,0,1,0,0,0),(28345,2914,1,1,1,2957,0,-1669.44,2835.49,97.8585,3.81521,300,5,0,8,0,1,0,0,0),(28344,2914,1,1,1,2957,0,-1645.8,2327.26,88.2606,1.90088,300,5,0,8,0,1,0,0,0),(28343,2914,1,1,1,6303,0,-1887.27,2825.19,53.9255,0.032215,300,5,0,8,0,1,0,0,0),(28342,2914,1,1,1,2957,0,-236.786,1701.33,106.29,1.67843,300,5,0,8,0,1,0,0,0),(28341,2914,1,1,1,2957,0,-1454.21,2336.47,92.4034,5.85115,300,5,0,8,0,1,0,0,0),(28340,11106,1,1,1,10564,1,-1592.84,3150.27,46.5777,4.18879,300,0,0,1003,0,0,0,0,0),(28339,2914,1,1,1,2957,0,-1949.64,2940.33,42.3017,1.83568,300,5,0,8,0,1,0,0,0),(28317,2914,1,1,1,1206,0,-1495,925.453,89.3085,4.03813,300,5,0,8,0,1,0,0,0),(28316,2914,1,1,1,2958,0,-1616.12,1945.05,61.1804,5.46532,300,5,0,8,0,1,0,0,0),(28315,2914,1,1,1,2957,0,-229.937,1013.84,90.4028,3.82533,300,5,0,8,0,1,0,0,0),(28314,2914,1,1,1,2958,0,-1350.93,1027.12,90.796,4.5238,300,5,0,8,0,1,0,0,0),(28313,2914,1,1,1,2957,0,-54.0555,662.688,91.477,1.39749,300,5,0,8,0,1,0,0,0),(28312,11105,1,1,1,10566,1,-1606.46,3113.82,44.6941,3.94444,300,0,0,1003,0,0,0,0,0),(28311,4705,1,1,1,4708,1,-1845.19,590.154,122.882,1.44404,300,0,0,1196,3075,0,0,0,0),(28310,4705,1,1,1,4708,1,-1915.2,638.062,107.888,0.062257,300,0,0,1196,3075,0,0,0,0),(28309,4705,1,1,1,4707,1,-1910.71,654.317,107.638,0.297141,300,0,0,1196,3075,0,0,0,0),(28308,4705,1,1,1,4708,1,-1846.45,590.931,109.159,2.70526,300,0,0,1196,3075,0,0,0,0),(28307,4705,1,1,1,4707,1,-1882.37,636.001,107.945,4.64258,300,0,0,1196,3075,0,0,0,0),(28306,4705,1,1,1,4707,1,-1975.93,525.794,165.916,1.0472,300,0,0,1196,3075,0,0,0,0),(28305,11104,1,1,1,10567,1,217.084,1283.48,190.378,1.64061,300,0,0,1003,0,0,0,0,0),(28304,11103,1,1,1,10565,0,255.615,1253.76,192.224,3.24631,300,0,0,1003,0,0,0,0,0),(28303,4702,1,1,1,2767,0,-1376.43,1808.42,51.2692,2.7686,300,20,0,1724,0,1,0,0,0),(28302,4702,1,1,1,2767,0,-1412.62,1876.81,62.5498,4.28797,300,5,0,1724,0,1,0,0,0),(28301,4702,1,1,1,2767,0,-1338.71,2010.1,50.2692,4.16645,300,20,0,1724,0,1,0,0,0),(28300,4702,1,1,1,2767,0,-1295.27,1922.24,50.6442,3.30323,300,20,0,1724,0,1,0,0,0),(28299,4701,1,1,1,1453,0,-2041.63,1682.11,62.0516,0.218082,300,0,0,1647,0,0,0,0,0),(28298,4701,1,1,1,1241,0,-771.752,2008.37,88.2611,2.87052,300,0,0,1647,0,0,0,0,0),(28297,4701,1,1,1,10917,0,-101.353,2204.1,88.6264,2.87509,300,3,0,1647,0,1,0,0,0),(28296,4701,1,1,1,1453,0,-1426.21,1729.94,60.5951,1.41336,300,5,0,1647,0,1,0,0,0),(28295,4701,1,1,1,1453,0,-574.499,1606.74,91.4485,1.903,300,5,0,1647,0,1,0,0,0),(28294,4701,1,1,1,1453,0,-1443.89,1793.47,50.2622,5.68116,300,20,0,1647,0,1,0,0,0),(28293,4701,1,1,1,1453,0,-1293.57,1761.91,61.3477,1.02867,300,5,0,1647,0,1,0,0,0),(28292,4701,1,1,1,1241,0,-1295.97,1971.73,52.5192,4.03757,300,5,0,1647,0,1,0,0,0),(28291,4701,1,1,1,1453,0,-1366.36,2143.46,65.2953,0.298697,300,20,0,1647,0,1,0,0,0),(28290,4701,1,1,1,1241,0,-1296.17,2004.9,50.9939,5.12361,300,20,0,1647,0,1,0,0,0),(28289,4701,1,1,1,10917,0,-1215.21,2024.55,59.5331,3.7693,300,20,0,1647,0,1,0,0,0),(28288,4701,1,1,1,1241,0,-1287.62,1821.32,50.2692,2.51473,300,20,0,1647,0,1,0,0,0),(28287,4701,1,1,1,10917,0,-1253.77,2051.87,61.6124,3.77131,300,5,0,1647,0,1,0,0,0),(28286,4701,1,1,1,10917,0,-1312.47,2120.41,62.7474,3.63529,300,20,0,1647,0,1,0,0,0),(28285,4701,1,1,1,10917,0,-1321.63,1919.47,51.209,3.58563,300,20,0,1647,0,1,0,0,0),(28284,4700,1,1,1,1308,0,-2035.22,1673.3,61.1354,0.056291,300,0,0,1570,0,0,0,0,0),(28283,4700,1,1,1,1308,0,-2036.02,1680.08,61.6485,0.170376,300,0,0,1570,0,0,0,0,0),(28282,4700,1,1,1,1308,0,-2007.95,1682.55,61.5208,0.121447,300,0,0,1570,0,0,0,0,0),(28281,4700,1,1,1,1308,0,-1678.05,1636.42,61.4482,1.33088,300,5,0,1570,0,1,0,0,0),(28280,4700,1,1,1,1308,0,-752.193,2013.92,90.3763,3.13002,300,0,0,1570,0,0,0,0,0),(28279,4700,1,1,1,1308,0,-761.557,2013.64,89.7513,3.1129,300,0,0,1570,0,0,0,0,0),(28278,4700,1,1,1,1308,0,-783.87,2014.28,85.492,2.58221,300,0,0,1570,0,0,0,0,0),(28277,4700,1,1,1,1308,0,-141.668,2218.17,82.7604,3.18454,300,5,0,1570,0,1,0,0,0),(28276,4700,1,1,1,1308,0,-137.082,2213.71,86.9822,3.20316,300,3,0,1570,0,1,0,0,0),(28275,4700,1,1,1,1308,0,-112.76,2215.9,85.2485,3.06542,300,3,0,1570,0,1,0,0,0),(28274,4700,1,1,1,1308,0,-576.833,1584.16,89.6675,1.99892,300,20,0,1570,0,1,0,0,0),(28273,4700,1,1,1,1308,0,-580.529,1597.28,89.7458,2.03816,300,5,0,1570,0,1,0,0,0),(28272,4700,1,1,1,1308,0,-592.439,1624.4,90.0302,1.58056,300,20,0,1570,0,1,0,0,0),(28271,4700,1,1,1,1308,0,-1229.63,1897.63,60.1534,4.45392,300,20,0,1570,0,1,0,0,0),(28270,4700,1,1,1,1308,0,-1247.52,1821.12,50.4997,3.23021,300,5,0,1570,0,1,0,0,0),(28269,4700,1,1,1,1308,0,-1381.84,1948.58,63.7863,4.26502,300,5,0,1570,0,1,0,0,0),(28268,4700,1,1,1,1308,0,-1365.87,1884.61,50.2692,2.77437,300,20,0,1570,0,1,0,0,0),(28267,4700,1,1,1,1308,0,-1354.17,2062.5,50.2692,3.85362,300,5,0,1570,0,1,0,0,0),(28266,4700,1,1,1,1308,0,-1245.73,1962.46,50.2692,5.47241,300,20,0,1570,0,1,0,0,0),(28265,4700,1,1,1,1308,0,-1270.44,1867.88,50.2692,2.92641,300,20,0,1570,0,1,0,0,0),(28264,4699,1,1,1,2766,0,-2027.87,2917.25,52.8329,3.02522,300,20,0,1604,0,1,0,0,0),(28263,4699,1,1,1,2766,0,-1744.01,1485.18,61.2361,0.584274,300,5,0,1604,0,1,0,0,0),(28262,4699,1,1,1,2766,0,-2147.9,1672.95,64.2877,2.50863,300,5,0,1604,0,1,0,0,0),(28261,4699,1,1,1,2766,0,-2151.26,2101.5,61.5828,4.80851,300,20,0,1604,0,1,0,0,0),(28260,4699,1,1,1,2766,0,-1640.86,1414.88,64.9907,3.25311,300,20,0,1604,0,1,0,0,0),(28259,4699,1,1,1,2766,0,-1814.6,1440.64,61.0039,4.80234,300,20,0,1604,0,1,0,0,0),(28258,4699,1,1,1,2766,0,-2284.47,2055.09,112.747,5.40725,300,20,0,1604,0,1,0,0,0),(28257,4699,1,1,1,2766,0,-2135.87,1747.5,65.4592,4.22037,300,0,0,1604,0,0,0,0,0),(28256,4699,1,1,1,2766,0,-1692.72,1359.06,61.8534,3.81077,300,20,0,1604,0,1,0,0,0),(28255,4699,1,1,1,2766,0,-2317.55,1954.24,115.297,1.54938,300,0,0,1604,0,0,0,0,0),(28254,4699,1,1,1,2766,0,-2043.75,1747.92,86.4906,5.09372,300,5,0,1604,0,1,0,0,0),(28253,4699,1,1,1,2766,0,-2003.02,2949.23,45.429,0.051813,300,5,0,1604,0,1,0,0,0),(28252,4699,1,1,1,2766,0,-1924.6,1484.46,66.8164,5.99509,300,5,0,1604,0,1,0,0,0),(28251,4699,1,1,1,2766,0,-2154.05,2180.08,70.3026,3.76243,300,5,0,1604,0,1,0,0,0),(28250,4699,1,1,1,2766,0,-1710.11,1583.74,61.2863,4.82871,300,20,0,1604,0,1,0,0,0),(28249,4697,1,1,1,2765,0,-1586.96,1185.14,90.4553,0.985024,300,20,0,1279,0,1,0,0,0),(28248,4697,1,1,1,2765,0,-1309.72,939.135,91.3106,2.35826,300,5,0,1279,0,1,0,0,0),(28247,4697,1,1,1,2765,0,-1739.71,2573.72,96.885,1.65686,300,3,0,1279,0,1,0,0,0),(28246,4697,1,1,1,2765,0,-1177.83,1602.92,62.183,5.14152,300,20,0,1279,0,1,0,0,0),(28245,4697,1,1,1,2765,0,-1187.51,1583.71,61.0427,2.16553,300,20,0,1279,0,1,0,0,0),(28244,4697,1,1,1,2765,0,-917.864,1738.96,61.6212,1.44353,300,20,0,1279,0,1,0,0,0),(28243,4697,1,1,1,2765,0,-1001.22,1666.12,61.2361,5.66157,300,20,0,1279,0,1,0,0,0),(28242,4697,1,1,1,2765,0,-1485.32,1013.62,90.1353,2.3417,300,20,0,1279,0,1,0,0,0),(28241,4697,1,1,1,2765,0,-1051.2,2314.56,94.9085,0.94118,300,20,0,1279,0,1,0,0,0),(28240,4697,1,1,1,2765,0,-868.093,745.054,147.775,2.98768,300,5,0,1279,0,1,0,0,0),(28239,4697,1,1,1,2765,0,-1402.34,1074.91,95.6385,0.472381,300,20,0,1279,0,1,0,0,0),(28238,4697,1,1,1,2765,0,-771.888,2417.3,94.0935,1.37417,300,5,0,1279,0,1,0,0,0),(28230,4697,1,1,1,2765,0,-985.154,2199.55,92.0829,2.4571,300,5,0,1279,0,1,0,0,0),(28229,4697,1,1,1,2765,0,-996.875,1413.54,63.131,4.71239,300,20,0,1279,0,1,0,0,0),(28228,4697,1,1,1,2765,0,-1266.66,2354.26,91.9983,2.57834,300,20,0,1279,0,1,0,0,0),(28227,4697,1,1,1,2765,0,-1319.47,1138.62,91.0833,0.633931,300,5,0,1279,0,1,0,0,0),(28226,4697,1,1,1,2765,0,-1755.83,2189.64,64.6084,5.52367,300,3,0,1279,0,1,0,0,0),(28225,4697,1,1,1,2765,0,-1222.81,1012.36,91.4686,3.01433,300,5,0,1279,0,1,0,0,0),(28224,4697,1,1,1,2765,0,-1243.6,1268.81,94.0004,1.21785,300,5,0,1279,0,1,0,0,0),(28223,4697,1,1,1,2765,0,-1714.02,2304.21,73.9728,4.7965,300,20,0,1279,0,1,0,0,0),(28222,4697,1,1,1,2765,0,-1294.18,1063.49,99.7668,5.53644,300,20,0,1279,0,1,0,0,0),(28221,4697,1,1,1,2765,0,-1782.46,2522.69,68.9147,4.79058,300,20,0,1279,0,1,0,0,0),(28220,4697,1,1,1,2765,0,-912.295,2249.6,89.3629,5.80294,300,20,0,1279,0,1,0,0,0),(28219,4697,1,1,1,2765,0,-1182.48,1498.48,63.7435,3.00439,300,5,0,1279,0,1,0,0,0),(28218,4697,1,1,1,2765,0,-1324.63,1023.03,91.467,5.56697,300,20,0,1279,0,1,0,0,0),(28217,4697,1,1,1,2765,0,-1277.24,1350.51,61.9967,5.95207,300,20,0,1279,0,1,0,0,0),(28216,4696,1,1,1,2729,0,-354.37,1586.21,95.2642,2.89898,300,5,0,1050,0,1,0,0,0),(28215,4696,1,1,1,2729,0,-85.9225,1114.08,92.1892,4.91496,300,20,0,1050,0,1,0,0,0),(28214,4696,1,1,1,2729,0,-53.9914,1417.31,89.4036,2.89614,300,20,0,1050,0,1,0,0,0),(28213,4696,1,1,1,2729,0,-83.0985,1380.14,89.5884,5.07367,300,20,0,1050,0,1,0,0,0),(28212,4696,1,1,1,2729,0,-1612.89,1843.98,61.4739,1.41856,300,20,0,1050,0,1,0,0,0),(28211,4696,1,1,1,2729,0,-1485.94,1715.63,61.0968,3.49145,300,20,0,1050,0,1,0,0,0),(28210,4696,1,1,1,2729,0,-1460.68,1353.68,61.1049,4.60014,300,20,0,1050,0,1,0,0,0),(28209,4696,1,1,1,2729,0,-129.39,1641.16,90.5788,5.70387,300,5,0,1050,0,1,0,0,0),(28208,4696,1,1,1,2729,0,184.291,1609.49,150.767,4.5217,300,20,0,1050,0,1,0,0,0),(28207,4696,1,1,1,2729,0,-645.202,1035.15,93.1813,2.97291,300,5,0,1050,0,1,0,0,0),(28206,4696,1,1,1,2729,0,-213.646,1143.55,91.6026,3.35319,300,5,0,1050,0,1,0,0,0),(28205,4696,1,1,1,2729,0,219.275,1948.89,147.2,5.34104,300,5,0,1050,0,1,0,0,0),(28204,4696,1,1,1,2729,0,-317.975,1089.13,92.9511,4.59334,300,5,0,1050,0,1,0,0,0),(28203,4696,1,1,1,2729,0,246.6,1777.91,102.271,1.35666,300,5,0,1050,0,1,0,0,0),(28202,4696,1,1,1,2729,0,-439.121,1489.11,89.6557,2.70847,300,5,0,1050,0,1,0,0,0),(28201,4696,1,1,1,2729,0,-1473.77,1560.34,61.3273,6.15399,300,20,0,1050,0,1,0,0,0),(28200,4696,1,1,1,2729,0,-542.617,1388.44,91.1213,6.02447,300,20,0,1050,0,1,0,0,0),(28199,4696,1,1,1,2729,0,10.6142,1422.84,93.1507,3.20121,300,20,0,1050,0,1,0,0,0),(28198,4696,1,1,1,2729,0,-218.257,1337.6,88.9389,3.87763,300,20,0,1050,0,1,0,0,0),(28197,4696,1,1,1,2729,0,-322.098,1226.43,91.0808,1.94034,300,5,0,1050,0,1,0,0,0),(28196,4696,1,1,1,2729,0,-587.735,815.979,90.5805,4.07961,300,5,0,1050,0,1,0,0,0),(28195,4696,1,1,1,2729,0,267.729,1974.04,143.045,2.57202,300,5,0,1050,0,1,0,0,0),(28194,4696,1,1,1,2729,0,-590.771,1148.66,90.4028,5.48215,300,5,0,1050,0,1,0,0,0),(28193,4696,1,1,1,2729,0,102.104,1606.33,134.893,6.19589,300,5,0,1050,0,1,0,0,0),(28192,4696,1,1,1,2729,0,-616.752,1288.71,90.1089,4.75733,300,20,0,1050,0,1,0,0,0),(28191,4696,1,1,1,2729,0,-647.275,616.612,143.781,6.22845,300,5,0,1050,0,1,0,0,0),(28190,4696,1,1,1,2729,0,-502.075,1138.65,91.986,2.90894,300,5,0,1050,0,1,0,0,0),(28189,4696,1,1,1,2729,0,-447.565,966.948,92.7501,0.935108,300,20,0,1050,0,1,0,0,0),(28188,4696,1,1,1,2729,0,36.7724,1786.93,113.27,6.16368,300,15,0,1050,0,1,0,0,0),(28187,4696,1,1,1,2729,0,114.611,1885.86,133.049,5.04517,300,3,0,1050,0,1,0,0,0),(28186,4696,1,1,1,2729,0,-613.85,717.245,130.95,0.440934,300,5,0,1050,0,1,0,0,0),(28185,4696,1,1,1,2729,0,-350.272,1480.95,91.4946,3.1455,300,5,0,1050,0,1,0,0,0),(28184,4696,1,1,1,2729,0,-452.982,889.185,91.0182,5.96854,300,20,0,1050,0,1,0,0,0),(28183,4696,1,1,1,2729,0,208.215,1881.31,128.28,0.475011,300,5,0,1050,0,1,0,0,0),(28182,4696,1,1,1,2729,0,-620.075,780.594,91.9797,3.38231,300,5,0,1050,0,1,0,0,0),(28181,4696,1,1,1,2729,0,-596.54,1378.33,91.603,0.423477,300,20,0,1050,0,1,0,0,0),(28180,4696,1,1,1,2729,0,-423.06,1289.27,89.6362,5.01991,300,5,0,1050,0,1,0,0,0),(28179,4696,1,1,1,2729,0,-675.305,1373.97,91.5072,3.68322,300,5,0,1050,0,1,0,0,0),(28178,4696,1,1,1,2729,0,-150.257,1353.07,89.7639,0.340705,300,20,0,1050,0,1,0,0,0),(28177,4696,1,1,1,2729,0,-551.732,1542.34,90.5948,1.93425,300,20,0,1050,0,1,0,0,0),(28176,4696,1,1,1,2729,0,6.56492,1726.87,107.153,5.50124,300,30,0,1050,0,1,0,0,0),(28175,4696,1,1,1,2729,0,-578.388,1035.39,90.7608,4.75301,300,20,0,1050,0,1,0,0,0),(28174,4696,1,1,1,2729,0,-551.761,1147.73,95.2218,3.8959,300,5,0,1050,0,1,0,0,0),(28173,4696,1,1,1,2729,0,-265.246,1048.77,90.7887,1.83799,300,5,0,1050,0,1,0,0,0),(28172,4696,1,1,1,2729,0,-533.896,712.564,135.938,2.28091,300,3,0,1050,0,1,0,0,0),(28171,4696,1,1,1,2729,0,-389.231,1003.58,91.6529,3.27417,300,20,0,1050,0,1,0,0,0),(28170,4696,1,1,1,2729,0,-542.646,1016.62,90.1727,6.10263,300,20,0,1050,0,1,0,0,0),(28169,4696,1,1,1,2729,0,-444.045,1001.96,90.227,3.50196,300,20,0,1050,0,1,0,0,0),(28168,4696,1,1,1,2729,0,-543.902,1035.91,91.4965,6.02836,300,20,0,1050,0,1,0,0,0),(28167,4696,1,1,1,2729,0,-543.243,929.734,92.4357,0.269201,300,5,0,1050,0,1,0,0,0),(28166,4696,1,1,1,2729,0,-481.783,1400.63,95.9421,1.43291,300,5,0,1050,0,1,0,0,0),(28165,4696,1,1,1,2729,0,-316.426,1183.51,92.0399,2.81653,300,5,0,1050,0,1,0,0,0),(28164,4696,1,1,1,2729,0,-487.637,910.659,90.2516,4.59747,300,20,0,1050,0,1,0,0,0),(28163,4696,1,1,1,2729,0,104.334,1655.41,117.289,3.07321,300,5,0,1050,0,1,0,0,0),(28162,4696,1,1,1,2729,0,-121.218,1214.18,94.7778,4.5863,300,20,0,1050,0,1,0,0,0),(28161,4696,1,1,1,2729,0,-110.376,1794.62,145.638,0.935761,300,5,0,1050,0,1,0,0,0),(28160,4696,1,1,1,2729,0,-294.469,1349.54,95.1935,1.63314,300,5,0,1050,0,1,0,0,0),(28159,4696,1,1,1,2729,0,-346.06,976.9,90.8713,2.94917,300,20,0,1050,0,1,0,0,0),(28158,4696,1,1,1,2729,0,-384.228,1290.46,90.6672,1.15416,300,5,0,1050,0,1,0,0,0),(28157,4696,1,1,1,2729,0,-215.064,1251.49,92.9798,3.07577,300,20,0,1050,0,1,0,0,0),(28156,4696,1,1,1,2729,0,-348.248,1063.16,92.3109,1.04001,300,5,0,1050,0,1,0,0,0),(28155,4696,1,1,1,2729,0,-552.124,849.011,91.0193,1.0504,300,20,0,1050,0,1,0,0,0),(28154,4696,1,1,1,2729,0,-208.544,1791.22,144.987,3.71633,300,2,0,1050,0,1,0,0,0),(28153,4696,1,1,1,2729,0,-523.118,959.122,91.1127,6.00837,300,20,0,1050,0,1,0,0,0),(28152,4696,1,1,1,2729,0,-630.436,647.271,143.71,3.29647,300,20,0,1050,0,1,0,0,0),(28151,4696,1,1,1,2729,0,-423.442,1049.23,91.5231,4.75147,300,20,0,1050,0,1,0,0,0),(28150,4696,1,1,1,2729,0,-316.937,1251.15,91.0924,3.1443,300,5,0,1050,0,1,0,0,0),(28149,13656,1,1,1,13909,1,-735.863,1437.12,91.2794,0.977384,300,0,0,2310,0,0,0,0,0),(28148,4696,1,1,1,2729,0,-352.297,1280.59,90.3587,5.97995,300,20,0,1050,0,1,0,0,0),(28147,4696,1,1,1,2729,0,-187.046,1069.25,89.0476,4.64397,300,5,0,1050,0,1,0,0,0),(28146,4695,1,1,1,10825,0,-1346.33,2020.74,50.2692,0.998946,300,20,0,1403,0,1,0,0,0),(28145,4695,1,1,1,10825,0,-1310.19,1836.49,53.2692,5.0923,300,20,0,1403,0,1,0,0,0),(28144,4695,1,1,1,10825,0,-1313.61,1983.85,50.4316,5.73908,300,20,0,1403,0,1,0,0,0),(28143,4695,1,1,1,10825,0,-1276.86,1919.65,50.3512,1.16934,300,20,0,1403,0,1,0,0,0),(28142,4695,1,1,1,10825,0,-1298.7,1955.26,53.259,2.926,300,20,0,1403,0,1,0,0,0),(28141,4695,1,1,1,10825,0,-1455.96,1822.32,55.7655,6.03868,300,20,0,1403,0,1,0,0,0),(28140,4695,1,1,1,10825,0,-1277.03,2077.33,61.9008,6.19219,300,20,0,1403,0,1,0,0,0),(28139,4695,1,1,1,10825,0,-1360.52,1850.25,51.4712,0.655993,300,20,0,1403,0,1,0,0,0),(28138,4695,1,1,1,10825,0,-1355.03,1832.02,51.3506,3.45345,300,20,0,1403,0,1,0,0,0),(28137,4695,1,1,1,10825,0,-1329.68,2028.2,50.2692,1.30589,300,20,0,1403,0,1,0,0,0),(28136,4695,1,1,1,10825,0,-1267.97,2019.06,50.3267,0.105504,300,20,0,1403,0,1,0,0,0),(28135,4695,1,1,1,10825,0,-1362.13,1910.66,50.2692,5.06389,300,5,0,1403,0,1,0,0,0),(28134,4695,1,1,1,10825,0,-1353.45,1949.48,50.3261,0.575835,300,20,0,1403,0,1,0,0,0),(28133,4695,1,1,1,10825,0,-1327.16,1918.13,51.084,4.446,300,20,0,1403,0,1,0,0,0),(28132,4695,1,1,1,10825,0,-1243.72,1974.84,50.2692,2.95837,300,20,0,1403,0,1,0,0,0),(28131,11863,1,1,1,11794,1,-362.255,2485.14,75.4965,0.541052,300,0,0,2884,5751,0,0,0,0),(28130,4694,1,1,1,14319,0,-2115.91,1653.13,57.1347,1.58312,300,20,0,1753,0,1,0,0,0),(28129,4694,1,1,1,14319,0,-1981.39,2892.99,50.9898,4.80632,300,20,0,1753,0,1,0,0,0),(28128,4694,1,1,1,14319,0,-1824.32,1423.26,61.2211,5.64518,300,20,0,1753,0,1,0,0,0),(28127,4694,1,1,1,14319,0,-1779.94,1483.41,61.5837,3.08508,300,20,0,1753,0,1,0,0,0),(28126,4694,1,1,1,14319,0,-2116.17,1753.27,59.6596,5.10879,300,20,0,1753,0,1,0,0,0),(28125,4694,1,1,1,14319,0,-1882.82,1482.99,60.3131,3.29899,300,20,0,1753,0,1,0,0,0),(28124,4694,1,1,1,14319,0,-1814.37,1556.18,61.4973,1.38632,300,5,0,1753,0,1,0,0,0),(28123,4694,1,1,1,14319,0,-1676.77,1413.42,61.4338,6.22162,300,20,0,1753,0,1,0,0,0),(28122,4694,1,1,1,14319,0,-1919.94,1553.1,60.364,0.514292,300,5,0,1753,0,1,0,0,0),(28121,4694,1,1,1,14319,0,-1939.3,1432.19,61.2383,1.31506,300,5,0,1753,0,1,0,0,0),(28120,4693,1,1,1,10273,0,-1237.96,1513.64,61.7361,6.25618,300,20,0,1469,0,1,0,0,0),(28119,4693,1,1,1,10273,0,-1051.7,1615.64,61.3849,4.77103,300,20,0,1469,0,1,0,0,0),(28118,4693,1,1,1,10273,0,-993.938,1587.15,61.2361,0.320478,300,20,0,1469,0,1,0,0,0),(28117,4693,1,1,1,10273,0,-1313.06,1448.84,61.2359,4.59829,300,20,0,1469,0,1,0,0,0),(28116,4693,1,1,1,10273,0,-1200.9,1418.6,61.2302,1.21472,300,20,0,1469,0,1,0,0,0),(28115,4693,1,1,1,10273,0,-1140.03,1631.09,61.4861,0.113574,300,20,0,1469,0,1,0,0,0),(28114,4693,1,1,1,10273,0,-1079.66,1649.52,61.6111,6.26409,300,20,0,1469,0,1,0,0,0),(28113,4693,1,1,1,10273,0,-984.461,1490.94,62.1988,0.628653,300,5,0,1469,0,1,0,0,0),(28112,4693,1,1,1,10273,0,-669.3,2412.32,90.0728,2.13631,300,20,0,1469,0,1,0,0,0),(28111,4693,1,1,1,10273,0,-1267.08,1397.62,61.2361,0.903938,300,20,0,1469,0,1,0,0,0),(28110,4693,1,1,1,10273,0,-1085.13,1529.15,61.074,4.99543,300,20,0,1469,0,1,0,0,0),(28109,4693,1,1,1,10273,0,-1025.5,1824.75,63.0339,5.48608,300,20,0,1469,0,1,0,0,0),(28108,4693,1,1,1,10273,0,-1322.63,2252.63,91.4313,4.05306,300,20,0,1469,0,1,0,0,0),(28107,4693,1,1,1,10273,0,-1083,1487.84,66.2625,5.41,300,20,0,1469,0,1,0,0,0),(28106,4693,1,1,1,10273,0,-914.279,1547.64,62.3186,0.204744,300,20,0,1469,0,1,0,0,0),(28105,4693,1,1,1,10273,0,-967.205,1608.88,61.2937,5.83264,300,20,0,1469,0,1,0,0,0),(28104,4693,1,1,1,10273,0,-1075.35,1605.05,61.0602,1.58159,300,20,0,1469,0,1,0,0,0),(28103,4693,1,1,1,10273,0,-1021.01,1741.2,62.4717,0.418038,300,20,0,1469,0,1,0,0,0),(28102,4693,1,1,1,10273,0,-887.828,2337.61,93.0864,0.338426,300,20,0,1469,0,1,0,0,0),(28101,4693,1,1,1,10273,0,-1357.29,1382.09,61.6734,6.2749,300,20,0,1469,0,1,0,0,0),(28100,4693,1,1,1,10273,0,-944.724,1743.66,61.9232,6.14639,300,20,0,1469,0,1,0,0,0),(28099,4693,1,1,1,10273,0,-902.202,1928.56,61.1368,1.34785,300,20,0,1469,0,1,0,0,0),(28098,4693,1,1,1,10273,0,-977.529,2309.17,91.3363,3.6654,300,20,0,1469,0,1,0,0,0),(28097,4693,1,1,1,10273,0,-713.389,2377.91,91.1618,2.23178,300,20,0,1469,0,1,0,0,0),(28096,4693,1,1,1,10273,0,-1154.96,2331.29,92.3796,1.93425,300,20,0,1469,0,1,0,0,0),(28095,4693,1,1,1,10273,0,-955.877,1359.61,63.0241,2.93299,300,20,0,1469,0,1,0,0,0),(28094,4693,1,1,1,10273,0,-1036.01,1548.24,60.7283,3.01627,300,5,0,1469,0,1,0,0,0),(28093,4693,1,1,1,10273,0,-1177.32,1479.35,61.0932,2.72141,300,20,0,1469,0,1,0,0,0),(28092,4693,1,1,1,10273,0,-1254.93,2325.05,91.4088,1.76743,300,20,0,1469,0,1,0,0,0),(28091,4693,1,1,1,10273,0,116.406,917.064,154.573,1.79472,300,20,0,1469,0,1,0,0,0),(28090,4693,1,1,1,10273,0,-1056.53,2358.76,96.9673,5.28735,300,20,0,1469,0,1,0,0,0),(28089,4693,1,1,1,10273,0,-710.589,2624.68,50.3248,2.37279,300,10,0,1469,0,1,0,0,0),(28088,4693,1,1,1,10273,0,-989.188,2191.86,92.4636,1.16332,300,5,0,1469,0,1,0,0,0),(28087,4693,1,1,1,10273,0,-723.273,2472.36,82.8125,4.86133,300,5,0,1469,0,1,0,0,0),(28086,4693,1,1,1,10273,0,-1181.64,2252.64,91.3378,2.05398,300,20,0,1469,0,1,0,0,0),(28085,4693,1,1,1,10273,0,-916.165,1357.81,64.3452,4.6761,300,20,0,1469,0,1,0,0,0),(28084,4693,1,1,1,10273,0,-775.333,2311.17,93.3267,1.29974,300,20,0,1469,0,1,0,0,0),(28083,4693,1,1,1,10273,0,-921.742,2358.67,93.1459,2.41909,300,20,0,1469,0,1,0,0,0),(28082,4693,1,1,1,10273,0,-883.999,1449.43,62.6089,5.44362,300,20,0,1469,0,1,0,0,0),(28081,4693,1,1,1,10273,0,-954.135,2209.64,91.0545,0.199225,300,20,0,1469,0,1,0,0,0),(28080,4693,1,1,1,10273,0,-1002.76,1408.33,62.5631,1.16924,300,20,0,1469,0,1,0,0,0),(28079,4693,1,1,1,10273,0,-950.864,2278.09,85.7502,5.4293,300,20,0,1469,0,1,0,0,0),(28078,4693,1,1,1,10273,0,-1106.11,1414.48,61.3824,5.86817,300,20,0,1469,0,1,0,0,0),(28077,4693,1,1,1,10273,0,-841.808,2413.53,92.8206,5.90268,300,5,0,1469,0,1,0,0,0),(28076,4693,1,1,1,10273,0,-808.12,2351.05,93.1121,6.18067,300,20,0,1469,0,1,0,0,0),(28075,4693,1,1,1,10273,0,-1001.25,2360.36,94.3697,6.05607,300,20,0,1469,0,1,0,0,0),(28074,4693,1,1,1,10273,0,-1222.6,2250.26,91.0128,6.23625,300,20,0,1469,0,1,0,0,0),(28073,4693,1,1,1,10273,0,-1119.15,2261.46,85.5462,1.49455,300,20,0,1469,0,1,0,0,0),(28072,4693,1,1,1,10273,0,-1075.9,2425.31,92.5497,3.54931,300,20,0,1469,0,1,0,0,0),(28071,4692,1,1,1,1192,0,-1694.87,1179.49,91.1269,5.11574,300,20,0,1163,0,1,0,0,0),(28070,4692,1,1,1,1192,0,-1470.01,1040.44,92.8186,5.70204,300,20,0,1163,0,1,0,0,0),(28069,4692,1,1,1,1192,0,-780.777,1692.81,89.6259,1.97851,300,20,0,1163,0,1,0,0,0),(28068,4692,1,1,1,1192,0,-435.322,2284.07,84.6401,1.70593,300,20,0,1163,0,1,0,0,0),(28067,4692,1,1,1,1192,0,-484.556,2187.65,92.3231,1.53012,300,30,0,1163,0,1,0,0,0),(28066,4692,1,1,1,1192,0,-50.8684,1448.1,91.3549,4.84752,300,20,0,1163,0,1,0,0,0),(28065,4692,1,1,1,1192,0,-580.459,859.53,90.7778,1.19303,300,20,0,1163,0,1,0,0,0),(22181,3127,1,1,1,0,0,1160.42,-4286,20.983,3.235,180,5,0,176,0,1,0,0,0),(28064,4692,1,1,1,1192,0,-1512.96,1320.3,61.4157,0.104272,300,20,0,1163,0,1,0,0,0),(28063,4692,1,1,1,1192,0,-1490.24,1713.8,61.332,2.46017,300,20,0,1163,0,1,0,0,0),(28062,4692,1,1,1,1192,0,-1158.13,1216.32,95.6627,4.95677,300,20,0,1163,0,1,0,0,0),(22188,3127,1,1,1,0,0,1210.1,-4283,22.527,0.814,180,5,0,176,0,1,0,0,0),(28061,4692,1,1,1,1192,0,-1508.64,2349.25,92.339,4.62244,300,20,0,1163,0,1,0,0,0),(28060,4692,1,1,1,1192,0,-1251.53,878.607,113.688,0.534395,300,20,0,1163,0,1,0,0,0),(28059,4692,1,1,1,1192,0,-1549.89,1783.93,61.3482,1.59875,300,20,0,1163,0,1,0,0,0),(28058,4692,1,1,1,1192,0,81.68,1654.14,109.268,0.871998,300,0,0,1163,0,0,0,0,0),(28057,4692,1,1,1,1192,0,-1145.53,1215.27,95.0356,2.9531,300,20,0,1163,0,1,0,0,0),(28056,4692,1,1,1,1192,0,-101.909,1487,100.078,0.746333,300,20,0,1163,0,1,0,0,0),(28055,4692,1,1,1,1192,0,-784.034,1076.33,89.4407,4.29596,300,20,0,1163,0,1,0,0,0),(28054,4692,1,1,1,1192,0,-1409.57,958.195,91.5813,0.745309,300,20,0,1163,0,1,0,0,0),(28053,4692,1,1,1,1192,0,-1507.12,1017.79,89.5139,0.321959,300,20,0,1163,0,1,0,0,0),(28052,4692,1,1,1,1192,0,-1411.82,1032.08,93.1872,4.44751,300,20,0,1163,0,1,0,0,0),(28051,4692,1,1,1,1192,0,-1293.98,1003.23,91.3733,0.940543,300,20,0,1163,0,1,0,0,0),(28050,4692,1,1,1,1192,0,-585.581,1652.46,90.9296,2.39628,300,3,0,1163,0,1,0,0,0),(28049,4692,1,1,1,1192,0,-485.733,2215.71,92.7618,0.145899,300,30,0,1163,0,1,0,0,0),(28048,4692,1,1,1,1192,0,-513.363,1978.97,105.067,1.45141,300,30,0,1163,0,1,0,0,0),(28047,4692,1,1,1,1192,0,-277.96,1891.49,149.552,5.2771,300,20,0,1163,0,1,0,0,0),(28046,4692,1,1,1,1192,0,-152.599,1282.39,89.7046,5.3814,300,20,0,1163,0,1,0,0,0),(28045,4692,1,1,1,1192,0,-1300.41,1281.15,95.2146,3.15429,300,20,0,1163,0,1,0,0,0),(28044,4692,1,1,1,1192,0,-1591.13,1138.89,90.4028,0.961233,300,20,0,1163,0,1,0,0,0),(28043,4692,1,1,1,1192,0,-1351.74,1232.55,111.21,5.77877,300,20,0,1163,0,1,0,0,0),(28042,4692,1,1,1,1192,0,-112.243,1682.79,92.3013,4.14064,300,30,0,1163,0,1,0,0,0),(28041,4692,1,1,1,1192,0,219.314,1984.79,153.786,0.125324,300,30,0,1163,0,1,0,0,0),(28040,4692,1,1,1,1192,0,-101.181,1728.19,101.756,5.38225,300,3,0,1163,0,1,0,0,0),(28039,4692,1,1,1,1192,0,11.8997,2136.06,120.282,3.4136,300,10,0,1163,0,1,0,0,0),(28038,4692,1,1,1,1192,0,-516.01,2109.16,96.1893,1.55908,300,30,0,1163,0,1,0,0,0),(28037,4692,1,1,1,1192,0,-158.648,1108.52,85.1575,4.11568,300,20,0,1163,0,1,0,0,0),(28036,4692,1,1,1,1192,0,-549.082,809.594,90.6663,4.96066,300,20,0,1163,0,1,0,0,0),(28035,4692,1,1,1,1192,0,-383.438,1017.26,91.5279,2.33722,300,20,0,1163,0,1,0,0,0),(28034,4692,1,1,1,1192,0,-379.707,1294.03,90.2497,4.16176,300,20,0,1163,0,1,0,0,0),(28033,4692,1,1,1,1192,0,-415.887,1584.5,91.6831,2.23772,300,20,0,1163,0,1,0,0,0),(28032,4692,1,1,1,1192,0,-1816.53,2501.7,63.3428,3.38188,300,20,0,1163,0,1,0,0,0),(28031,4692,1,1,1,1192,0,-424.48,2091.45,91.9705,0.599372,300,30,0,1163,0,1,0,0,0),(28030,4692,1,1,1,1192,0,-1351.94,911.947,97.4419,3.79955,300,3,0,1163,0,1,0,0,0),(28029,4692,1,1,1,1192,0,-1327.48,1011.26,91.4611,3.29391,300,20,0,1163,0,1,0,0,0),(28028,4692,1,1,1,1192,0,-778.516,2084.12,96.3786,4.25311,300,20,0,1163,0,1,0,0,0),(28027,4692,1,1,1,1192,0,-575.293,2167.66,89.6274,1.8178,300,30,0,1163,0,1,0,0,0),(28026,4692,1,1,1,1192,0,-608.756,1921.42,91.3101,3.87379,300,30,0,1163,0,1,0,0,0),(28025,4692,1,1,1,1192,0,-619.746,1073.98,90.8346,3.58373,300,20,0,1163,0,1,0,0,0),(28024,4692,1,1,1,1192,0,-618.906,609.899,154.744,4.91285,300,20,0,1163,0,1,0,0,0),(28023,4692,1,1,1,1192,0,-1333.15,1171.06,91.7457,5.79857,300,20,0,1163,0,1,0,0,0),(28022,4692,1,1,1,1192,0,-1487.23,905.307,92.1944,0.378875,300,20,0,1163,0,1,0,0,0),(28021,4692,1,1,1,1192,0,-1239.31,1079.86,91.8291,1.19836,300,20,0,1163,0,1,0,0,0),(28020,4692,1,1,1,1192,0,-1413.29,1127.48,93.3765,4.31598,300,20,0,1163,0,1,0,0,0),(28019,4692,1,1,1,1192,0,-382.622,2057.89,93.8096,4.90098,300,20,0,1163,0,1,0,0,0),(28018,4692,1,1,1,1192,0,-569.529,2003.08,89.6721,0.973587,300,20,0,1163,0,1,0,0,0),(28017,4692,1,1,1,1192,0,-681.468,2243.4,92.6275,1.20974,300,20,0,1163,0,1,0,0,0),(28016,4692,1,1,1,1192,0,-383.234,2043.46,95.5554,0.602147,300,20,0,1163,0,1,0,0,0),(28015,4692,1,1,1,1192,0,-1289.88,1124.54,91.1103,2.8575,300,20,0,1163,0,1,0,0,0),(28014,4692,1,1,1,1192,0,-1372.55,1170.29,91.2936,4.2365,300,20,0,1163,0,1,0,0,0),(28013,4692,1,1,1,1192,0,-1678.97,2301.93,81.0785,1.24874,300,20,0,1163,0,1,0,0,0),(28012,4692,1,1,1,1192,0,-53.6919,2215.77,86.6987,3.5892,300,20,0,1163,0,1,0,0,0),(28011,4692,1,1,1,1192,0,-206.942,1860.54,189.425,5.64398,300,2,0,1163,0,1,0,0,0),(28010,4692,1,1,1,1192,0,-485.375,2066.57,89.9545,1.83165,300,20,0,1163,0,1,0,0,0),(28009,4692,1,1,1,1192,0,-585.198,1477.98,88.4995,1.59676,300,20,0,1163,0,1,0,0,0),(28008,4692,1,1,1,1192,0,-1429.12,1216.46,107.805,3.56071,300,20,0,1163,0,1,0,0,0),(28007,4692,1,1,1,1192,0,-1357.58,1155.58,90.2975,2.18696,300,20,0,1163,0,1,0,0,0),(28006,4692,1,1,1,1192,0,-1639.33,2282.4,84.8454,3.01336,300,20,0,1163,0,1,0,0,0),(28005,4692,1,1,1,1192,0,-1531.1,1114.79,91.1943,0.213687,300,20,0,1163,0,1,0,0,0),(28004,4692,1,1,1,1192,0,-1749.53,2249.18,65.7012,6.23741,300,20,0,1163,0,1,0,0,0),(28003,4692,1,1,1,1192,0,-745.368,2041.19,92.3557,1.38413,300,20,0,1163,0,1,0,0,0),(28002,4692,1,1,1,1192,0,-250.604,1819.11,164.058,2.93118,300,3,0,1163,0,1,0,0,0),(28001,4692,1,1,1,1192,0,-296.614,2227.9,113.905,3.0771,300,20,0,1163,0,1,0,0,0),(28000,4692,1,1,1,1192,0,-681.646,1983.44,92.9111,2.32055,300,20,0,1163,0,1,0,0,0),(27999,4692,1,1,1,1192,0,-1169.27,1120.36,90.7412,0.123386,300,20,0,1163,0,1,0,0,0),(27998,4692,1,1,1,1192,0,-1249.65,1004.61,91.3273,4.70848,300,20,0,1163,0,1,0,0,0),(27997,4692,1,1,1,1192,0,-536.682,2119.48,90.0805,0.560389,300,30,0,1163,0,1,0,0,0),(27996,4692,1,1,1,1192,0,-276.982,1546.01,89.6742,0.74687,300,20,0,1163,0,1,0,0,0),(27995,4692,1,1,1,1192,0,-1537.94,2060.48,61.8266,6.20199,300,20,0,1163,0,1,0,0,0),(27994,4692,1,1,1,1192,0,-466.859,2120.02,91.5427,5.67838,300,30,0,1163,0,1,0,0,0),(27993,4692,1,1,1,1192,0,-381.577,2136.31,92.4124,3.36113,300,3,0,1163,0,1,0,0,0),(27992,4692,1,1,1,1192,0,-234.254,2244.85,79.4201,5.22233,300,20,0,1163,0,1,0,0,0),(1219,1449,0,1,1,4661,1,-13738.5,-29.7435,44.6395,1.81514,300,0,0,1981,0,0,0,0,0),(1218,905,0,1,1,705,0,-11850.7,-383.538,-5.7729,0.101765,300,5,0,1107,0,1,0,0,0),(1217,674,0,1,1,7202,1,-13138.5,-460.855,51.1591,2.28638,300,0,0,1829,0,0,0,0,0),(27991,4692,1,1,1,1192,0,-1198.46,988.834,92.022,0.246875,300,20,0,1163,0,1,0,0,0),(27990,4692,1,1,1,1192,0,-1181.22,1112.73,94.4531,3.77103,300,20,0,1163,0,1,0,0,0),(27989,4692,1,1,1,1192,0,-1781.89,2629.66,74.3399,2.71553,300,20,0,1163,0,1,0,0,0),(27988,4692,1,1,1,1192,0,-712.139,2121.84,102.528,4.65966,300,20,0,1163,0,1,0,0,0),(27987,4692,1,1,1,1192,0,-246.435,1927.22,168.497,5.34649,300,3,0,1163,0,1,0,0,0),(27986,4692,1,1,1,1192,0,-106.455,2242.4,70.6831,3.40518,300,20,0,1163,0,1,0,0,0),(27985,4692,1,1,1,1192,0,-623.573,938.97,92.7054,4.31352,300,20,0,1163,0,1,0,0,0),(27984,4692,1,1,1,1192,0,-1449.2,1070.11,90.0183,0.100836,300,20,0,1163,0,1,0,0,0),(27983,4692,1,1,1,1192,0,-1750.99,2581.59,87.0927,1.55003,300,20,0,1163,0,1,0,0,0),(27982,4692,1,1,1,1192,0,-1178.01,1289.46,89.1483,0.578257,300,20,0,1163,0,1,0,0,0),(27981,4692,1,1,1,1192,0,-339.783,1972.49,113.159,5.1673,300,30,0,1163,0,1,0,0,0),(27980,4692,1,1,1,1192,0,52.7916,1550.66,110.051,4.27606,300,0,0,1163,0,0,0,0,0),(27979,4692,1,1,1,1192,0,-1285.84,882.592,114.697,1.64315,300,20,0,1163,0,1,0,0,0),(27978,4692,1,1,1,1192,0,-1214.41,906.282,96.5586,1.12201,300,20,0,1163,0,1,0,0,0),(27977,4692,1,1,1,1192,0,-715.471,2184.16,100.246,3.14344,300,20,0,1163,0,1,0,0,0),(27976,4692,1,1,1,1192,0,-446.65,2030.67,94.2447,2.53167,300,20,0,1163,0,1,0,0,0),(27975,4692,1,1,1,1192,0,-552.915,2514,40.7141,3.57905,300,20,0,1163,0,1,0,0,0),(27974,4692,1,1,1,1192,0,-163.785,1100.03,84.858,0.982314,300,20,0,1163,0,1,0,0,0),(27973,4690,1,1,1,10271,0,-910.922,1822.42,63.3931,3.52501,300,0,0,511,0,0,0,0,0),(27972,4690,1,1,1,10271,0,-792.978,2441.48,95.6439,3.52407,300,10,0,511,0,1,0,0,0),(27971,4690,1,1,1,10271,0,-794.193,2439.74,95.3939,3.41576,300,10,0,511,0,1,0,0,0),(27970,4690,1,1,1,10271,0,-796.285,2441.23,95.2689,3.63178,300,10,0,511,0,1,0,0,0),(27969,4690,1,1,1,10271,0,-799.255,2438.42,94.3939,3.4329,300,10,0,511,0,1,0,0,0),(27968,4690,1,1,1,10271,0,-804.77,2436.74,93.4167,3.51101,300,10,0,511,0,1,0,0,0),(27967,4690,1,1,1,10271,0,-909.839,1816.85,62.4393,1.75556,300,0,0,511,0,0,0,0,0),(27966,4690,1,1,1,10271,0,-906.203,1819.15,62.7809,2.52866,300,0,0,511,0,0,0,0,0),(27965,4690,1,1,1,10271,0,-905.814,1817.16,62.4642,2.33599,300,0,0,511,0,0,0,0,0),(27964,4690,1,1,1,10271,0,-908.516,1812.69,61.7143,1.80768,300,0,0,511,0,0,0,0,0),(27963,4689,1,1,1,2726,0,-51.6461,1705.52,95.1754,1.4104,300,5,0,286,0,1,0,0,0),(27962,4689,1,1,1,2726,0,-50.097,1707.36,96.0504,1.55115,300,0,0,286,0,0,0,0,0),(27525,4855,70,1,1,11166,0,42.0532,323.202,-42.8722,2.38446,86400,5,0,4185,0,1,0,0,0),(27961,4689,1,1,1,2726,0,-49.505,1705.38,95.5504,1.63364,300,0,0,286,0,0,0,0,0),(27960,4689,1,1,1,2726,0,-50.8716,1701.62,93.8004,1.51314,300,0,0,286,0,0,0,0,0),(27959,4689,1,1,1,2726,0,-16.5913,1705.65,99.0549,6.04347,300,0,0,286,0,0,0,0,0),(27958,4689,1,1,1,2726,0,-359.456,1084.15,91.4163,3.49858,300,5,0,286,0,1,0,0,0),(27957,4689,1,1,1,2726,0,-358.475,1081.21,92.1663,3.33259,300,5,0,286,0,1,0,0,0),(27956,4689,1,1,1,2726,0,-363.43,1082.84,91.1663,3.50945,300,5,0,286,0,1,0,0,0),(27524,7321,70,1,1,160,1,3.82797,263.358,-35.8374,5.84685,86400,2,0,3012,2975,1,0,0,0),(8201,1092,0,1,1,1630,0,-5842.82,-2634.58,323.051,6.03884,300,0,0,1753,0,0,0,0,0),(8200,1345,0,1,1,3432,1,-5713.75,-3783.78,323.018,5.55015,300,0,0,328,0,0,0,0,0),(8199,1344,0,1,1,3437,1,-5694.65,-3812.45,321.7,1.09956,300,0,0,328,0,0,0,0,0),(27955,4689,1,1,1,2726,0,-363.98,1081.36,91.2913,3.42156,300,5,0,286,0,1,0,0,0),(27954,4689,1,1,1,2726,0,-377.062,1077.6,90.6663,3.4013,300,5,0,286,0,1,0,0,0),(27953,4688,1,1,1,10902,0,-727.747,1784.81,93.5457,0.516114,300,5,0,444,0,1,0,0,0),(27952,4688,1,1,1,10902,0,-731.458,1784.55,93.5457,0.434472,300,5,0,444,0,1,0,0,0),(27951,4688,1,1,1,10902,0,-729.244,1782.62,93.5457,0.575248,300,5,0,444,0,1,0,0,0),(27950,4688,1,1,1,10902,0,-733.026,1781.74,93.4207,0.551344,300,5,0,444,0,1,0,0,0),(27949,4688,1,1,1,10902,0,-716.251,1812.6,93.1578,1.2929,300,5,0,444,0,1,0,0,0),(27947,4688,1,1,1,10902,0,-442.361,2116.41,90.3753,4.39939,300,0,0,444,0,0,0,0,0),(27946,4688,1,1,1,10902,0,-440.505,2118.62,90.3753,4.09959,300,0,0,444,0,0,0,0,0),(27945,4688,1,1,1,10902,0,-438.82,2118.56,90.3753,4.32633,300,0,0,444,0,0,0,0,0),(27944,4688,1,1,1,10902,0,-420.454,2161.27,88.7527,4.85565,300,30,0,444,0,1,0,0,0),(27943,4688,1,1,1,10902,0,-1711.48,2574.43,116.793,0.588733,300,0,0,444,0,0,0,0,0),(27942,4688,1,1,1,10902,0,-1713.92,2573.41,115.668,0.483046,300,0,0,444,0,0,0,0,0),(27941,4688,1,1,1,10902,0,-1713.91,2576.43,115.168,0.644947,300,0,0,444,0,0,0,0,0),(27940,4688,1,1,1,10902,0,-1715.68,2572.72,114.418,0.564369,300,0,0,444,0,0,0,0,0),(27939,4688,1,1,1,10902,0,-1710.14,2577.5,117.581,0.39374,300,0,0,444,0,0,0,0,0),(27938,4687,1,1,1,10039,1,-287.085,2791.67,-12.793,4.19324,550,0,0,4377,0,2,0,0,0),(27937,4686,1,1,1,10043,1,-530.992,1254.59,89.2358,2.96082,550,0,0,4185,0,2,0,0,0),(27936,4685,1,1,1,6173,0,-1987.14,1995.42,63.4865,1.79687,300,5,0,1410,1283,1,0,0,0),(27935,4685,1,1,1,6173,0,-2117.45,1915.06,62.8605,4.72011,300,5,0,1410,1283,1,0,0,0),(27934,4685,1,1,1,6173,0,-2084.56,1811.55,57.1576,5.16447,300,20,0,1410,1283,1,0,0,0),(27933,4685,1,1,1,6173,0,-1854.06,661.969,107.285,0.096196,300,5,0,1410,1283,1,0,0,0),(27932,4685,1,1,1,6173,0,-1860.29,632.339,107.374,1.58117,300,0,0,1410,1283,2,0,0,0),(27931,4685,1,1,1,6173,0,-1828.83,562.68,106.762,5.81169,300,5,0,1410,1283,1,0,0,0),(27930,4685,1,1,1,6173,0,-1967.96,664.144,107.409,3.28672,300,5,0,1410,1283,1,0,0,0),(27929,4685,1,1,1,6173,0,-1991.57,674.61,110.49,0.121447,300,5,0,1410,1283,1,0,0,0),(27928,4684,1,1,1,2737,0,-2064.91,1894.51,67.3416,4.1715,300,5,0,1196,3075,1,0,0,0),(27927,4684,1,1,1,2737,0,-2086.65,1902.32,69.4629,1.26261,300,5,0,1196,3075,1,0,0,0),(27926,4684,1,1,1,2737,0,-2021.98,1907.31,69.2366,2.86249,300,5,0,1196,3075,1,0,0,0),(27925,4684,1,1,1,2737,0,-2047.09,1879.42,69.263,4.87499,300,5,0,1196,3075,1,0,0,0),(27924,4684,1,1,1,2737,0,-2023.16,1956.79,69.193,1.84822,300,5,0,1196,3075,1,0,0,0),(27923,11596,1,1,1,11470,1,-1402.43,1497.07,61.373,2.6529,300,0,0,2218,0,0,0,0,0),(27922,4682,1,1,1,2834,0,-1849.07,1778.2,67.9268,2.09525,300,0,0,1305,1186,0,0,0,0),(27921,4682,1,1,1,2834,0,-1893.02,1798.69,67.9277,3.15446,300,0,0,1305,1186,0,0,0,0),(27920,4682,1,1,1,2834,0,-1903.2,1789.22,67.9452,2.43816,300,0,0,1305,1186,0,0,0,0),(27919,4682,1,1,1,2834,0,-2100.22,1868.85,66.8734,3.37905,300,0,0,1305,1186,0,0,0,0),(27918,4681,1,1,1,6172,0,-1921.7,1836.93,66.6269,3.89866,300,5,0,1305,1186,1,0,0,0),(27917,4681,1,1,1,6172,0,-1729.74,1721.32,67.7709,2.16313,300,5,0,1305,1186,1,0,0,0),(27916,4681,1,1,1,6172,0,-1877.28,1727.31,65.3828,1.55867,300,5,0,1305,1186,1,0,0,0),(27915,4681,1,1,1,6172,0,-1852.27,1824.36,62.4783,1.50046,300,5,0,1305,1186,1,0,0,0),(27914,4681,1,1,1,6172,0,-1812.51,1614.18,61.394,5.57549,300,5,0,1305,1186,1,0,0,0),(27913,4681,1,1,1,6172,0,-1877.15,1686.21,62.1328,5.15555,300,5,0,1305,1186,1,0,0,0),(27912,4681,1,1,1,6172,0,-1735.42,1693.75,61.7046,0.977343,300,5,0,1305,1186,1,0,0,0),(27911,4681,1,1,1,6172,0,-1811.03,1676.13,61.4709,2.19396,300,5,0,1305,1186,1,0,0,0),(27910,4680,1,1,1,9015,1,-2001.41,1920.69,69.2124,4.46501,300,3,0,1604,0,1,0,0,0),(27909,4680,1,1,1,9015,1,-2051.81,1904.82,70.4807,5.77697,300,5,0,1604,0,1,0,0,0),(27908,4680,1,1,1,9015,1,-2043.25,1943.66,72.3547,3.20805,300,3,0,1604,0,1,0,0,0),(27907,4680,1,1,1,9015,1,-2063.22,1871.55,69.3997,1.40544,300,5,0,1604,0,1,0,0,0),(27906,4680,1,1,1,9015,1,-2075.86,1913.09,68.2203,0.070087,300,3,0,1604,0,1,0,0,0),(27905,4679,1,1,1,159,0,-1649.41,1931.48,62.7052,0.871414,300,0,0,1257,1142,0,0,0,0),(27904,4679,1,1,1,159,0,-1860.05,1969.48,65.0813,2.3927,300,0,0,1257,1142,0,0,0,0),(27903,4679,1,1,1,159,0,-1697.54,1958.83,63.368,3.91889,300,0,0,1257,1142,0,0,0,0),(27902,4679,1,1,1,159,0,-1854.22,1958.26,64.694,1.06274,300,0,0,1257,1142,0,0,0,0),(27901,4679,1,1,1,159,0,-1924.78,2048.12,64.6219,3.58427,300,5,0,1257,1142,1,0,0,0),(27900,4679,1,1,1,159,0,-1742.28,1986.56,64.7644,4.98758,300,0,0,1257,1142,0,0,0,0),(27899,4679,1,1,1,159,0,-1669.48,1796.6,61.9052,3.78188,300,5,0,1257,1142,1,0,0,0),(27898,4679,1,1,1,159,0,-1882.69,2045.57,63.5883,3.00622,300,5,0,1257,1142,1,0,0,0),(27897,4679,1,1,1,159,0,-1690.02,1969.43,63.1608,5.54167,300,0,0,1257,1142,0,0,0,0),(27896,4678,1,1,1,1913,0,-1590.58,1854.44,62.2777,5.57287,300,5,0,1305,1186,1,0,0,0),(27895,4678,1,1,1,1913,0,-1586,1922.69,61.1506,1.03054,300,20,0,1305,1186,1,0,0,0),(27894,6726,1,1,1,5406,1,-1770.37,3262.19,5.10852,0.471239,550,0,0,8457,8370,0,0,0,0),(22451,3225,1,1,1,0,0,1263.1,-4272,24.34,2.611,180,5,0,198,0,1,0,0,0),(27893,4677,1,1,1,5049,1,-1609.24,1906.33,62.2858,1.46397,300,5,0,1536,0,1,0,0,0),(27892,4677,1,1,1,5049,1,-1873.8,1942.38,61.4575,2.54814,300,3,0,1536,0,1,0,0,0),(27891,4677,1,1,1,5049,1,-1806.1,1804.57,62.617,0.577491,300,5,0,1536,0,1,0,0,0),(27890,4677,1,1,1,5049,1,-1877.07,1763.74,70.6795,2.74328,300,3,0,1536,0,1,0,0,0),(27889,4676,1,1,1,10906,0,-1652.6,1947.92,60.9623,4.95734,300,0,0,1469,0,0,0,0,0),(27888,4676,1,1,1,10906,0,-1856.41,2035.47,62.1594,4.35779,300,20,0,1469,0,1,0,0,0),(27887,4676,1,1,1,10906,0,-1814.64,1920.31,62.3959,3.14159,300,5,0,1469,0,1,0,0,0),(27886,4676,1,1,1,10906,0,-1932,1753.07,75.8414,3.08685,300,5,0,1469,0,1,0,0,0),(27885,4676,1,1,1,10906,0,-1680.44,1679.89,61.3296,4.79609,300,5,0,1469,0,1,0,0,0),(27884,4676,1,1,1,10906,0,-1680.54,1791.67,61.6552,1.81075,300,5,0,1469,0,1,0,0,0),(27883,4676,1,1,1,10906,0,-1756.85,1964.86,62.4401,1.06019,300,5,0,1469,0,1,0,0,0),(22473,3227,1,1,1,0,0,1187.73,-4291,21.188,0.331,180,5,0,198,0,1,0,0,0),(27882,4676,1,1,1,10906,0,-1712.58,1862.62,61.7963,0.795217,300,5,0,1469,0,1,0,0,0),(27881,4676,1,1,1,10906,0,-1753.47,1779.45,66.3729,1.70399,300,5,0,1469,0,1,0,0,0),(27880,4676,1,1,1,10906,0,-2127.57,1849.09,57.6786,2.66422,300,20,0,1469,0,1,0,0,0),(27879,4676,1,1,1,10906,0,-1941.55,1824.05,66.8804,4.5467,300,20,0,1469,0,1,0,0,0),(27878,4676,1,1,1,10906,0,-2054.88,1786.39,65.9368,5.52816,300,5,0,1469,0,1,0,0,0),(27877,4676,1,1,1,10906,0,-1885.19,2014.27,64.5141,0.601281,300,5,0,1469,0,1,0,0,0),(27876,4676,1,1,1,10906,0,-1858.82,1644,61.6976,0.032263,300,20,0,1469,0,1,0,0,0),(27875,4676,1,1,1,10906,0,-2014.6,1816.02,66.8045,4.51576,300,5,0,1469,0,1,0,0,0),(27874,4676,1,1,1,10906,0,-1972.82,1795.54,86.9097,3.16899,300,5,0,1469,0,1,0,0,0),(22491,3230,530,1,1,0,1,242.997,2698.2,89.8427,3.80482,300,0,0,647400,0,0,0,0,0),(27873,4675,1,1,1,2014,0,-242.372,694.713,100.894,1.94124,300,5,0,977,935,1,0,0,0),(27872,4675,1,1,1,2014,0,-238.371,721.484,100.898,0.478694,300,5,0,977,935,1,0,0,0),(27871,4675,1,1,1,2014,0,-314.354,780.99,89.6826,5.57002,300,5,0,977,935,1,0,0,0),(27870,4675,1,1,1,2014,0,-19.402,880.652,93.3022,3.70226,300,0,0,977,935,2,0,0,0),(27869,4675,1,1,1,2014,0,-53.214,964.865,91.6179,4.18325,300,5,0,977,935,1,0,0,0),(27868,4675,1,1,1,2014,0,-201.304,882.657,91.1457,0.265683,300,5,0,977,935,1,0,0,0),(27867,4675,1,1,1,2014,0,-82.7168,954.011,90.5134,0.545774,300,5,0,977,935,1,0,0,0),(27866,4675,1,1,1,2014,0,-255.738,889.042,89.4798,5.9544,300,0,0,977,935,0,0,0,0),(27865,4675,1,1,1,2014,0,-255.089,896.784,89.6048,1.32635,300,0,0,977,935,0,0,0,0),(27864,4675,1,1,1,2014,0,-123.135,983.938,90.2076,3.91447,300,5,0,977,935,1,0,0,0),(27863,4675,1,1,1,2014,0,-143.117,815.793,116.009,1.55708,300,5,0,977,935,1,0,0,0),(27862,4675,1,1,1,2014,0,-46.6931,651.606,91.477,0.403327,300,0,0,977,935,2,0,0,0),(27861,4675,1,1,1,2014,0,-258.701,759.515,99.8213,0.55405,300,0,0,977,935,2,0,0,0),(27860,4675,1,1,1,2014,0,-38.0512,855.582,107.245,0.098082,300,5,0,977,935,1,0,0,0),(27859,4675,1,1,1,2014,0,63.3433,899.558,143.046,1.71338,300,5,0,977,935,1,0,0,0),(27858,4675,1,1,1,2014,0,86.0777,861.287,143.026,5.35912,300,5,0,977,935,1,0,0,0),(27857,4675,1,1,1,2014,0,131.238,851.786,144.9,3.15859,300,5,0,977,935,1,0,0,0),(27856,4675,1,1,1,2014,0,-86.4932,684.602,106.679,3.3092,300,5,0,977,935,1,0,0,0),(27855,4674,1,1,1,11332,1,-184.878,669.84,91.4118,3.44093,300,5,0,1163,0,1,0,0,0),(27854,4674,1,1,1,11332,1,-345.874,832.095,96.9362,4.96659,300,0,0,1163,0,0,0,0,0),(27853,4674,1,1,1,11332,1,-288.196,745.647,88.7009,4.08158,300,5,0,1163,0,1,0,0,0),(27852,4674,1,1,1,11332,1,-347.293,812.019,94.6041,5.34227,300,0,0,1163,0,0,0,0,0),(27851,4674,1,1,1,11332,1,-384.67,785.815,92.0652,3.09817,300,5,0,1163,0,1,0,0,0),(27850,4674,1,1,1,11332,1,-19.5765,814.698,103.404,5.89215,300,5,0,1163,0,1,0,0,0),(27849,4674,1,1,1,11332,1,-256.408,795.587,89.6228,0.405748,300,5,0,1163,0,1,0,0,0),(27848,4674,1,1,1,11332,1,-263.643,794.374,89.4978,3.81802,300,5,0,1163,0,1,0,0,0),(27847,4674,1,1,1,11332,1,-89.1856,771.57,132.892,0.862628,300,0,0,1163,0,0,0,0,0),(27846,4674,1,1,1,11332,1,-185.318,846.589,99.3148,5.29927,300,5,0,1163,0,1,0,0,0),(27845,4674,1,1,1,11332,1,-23.182,669.305,91.4909,2.52663,300,0,0,1163,0,0,0,0,0),(27844,4674,1,1,1,11332,1,-15.009,1081.08,113.582,0.515721,300,5,0,1163,0,1,0,0,0),(27843,4674,1,1,1,11332,1,-34.1781,664.947,91.477,1.73728,300,0,0,1163,0,0,0,0,0),(27842,4674,1,1,1,11332,1,55.5886,967.218,155.102,1.25275,300,0,0,1163,0,2,0,0,0),(27841,4673,1,1,1,11331,1,-176.091,663.9,91.4603,5.29412,300,5,0,1163,0,1,0,0,0),(27840,4673,1,1,1,11331,1,-320.557,720.907,89.293,2.52259,300,5,0,1163,0,1,0,0,0),(27839,4673,1,1,1,11331,1,-324.491,854.808,93.2528,3.86759,300,5,0,1163,0,1,0,0,0),(27838,4673,1,1,1,11331,1,-51.8462,959.227,91.7429,2.29532,300,5,0,1163,0,1,0,0,0),(27837,4673,1,1,1,11331,1,-282.069,823.043,90.7793,0.4527,300,20,0,1163,0,1,0,0,0),(27836,4673,1,1,1,11331,1,-194.182,927.572,91.488,2.35142,300,5,0,1163,0,1,0,0,0),(27835,4673,1,1,1,11331,1,-113.884,985.231,89.7076,2.24583,300,5,0,1163,0,1,0,0,0),(27834,4673,1,1,1,11331,1,-179.249,777.656,96.8849,4.6931,300,5,0,1163,0,1,0,0,0),(27833,4673,1,1,1,11331,1,-214.129,745.994,99.8366,4.85376,300,0,0,1163,0,0,0,0,0),(27832,4673,1,1,1,11331,1,-79.9693,612.644,91.4173,4.73217,300,5,0,1163,0,1,0,0,0),(27831,4673,1,1,1,11331,1,11.4188,986.218,128.338,4.03292,300,3,0,1163,0,1,0,0,0),(27830,4673,1,1,1,11331,1,2.67233,1035.92,120.714,0.834611,300,5,0,1163,0,1,0,0,0),(27829,4673,1,1,1,11331,1,13.4141,662.486,103.385,2.35103,300,5,0,1163,0,1,0,0,0),(27828,4673,1,1,1,11331,1,102.497,870.342,142.45,1.61328,300,5,0,1163,0,1,0,0,0),(27827,4673,1,1,1,11331,1,19.6123,916.565,132.907,4.17327,300,5,0,1163,0,1,0,0,0),(27826,4673,1,1,1,11331,1,-85.6674,743.041,125.547,3.57905,300,5,0,1163,0,1,0,0,0),(27825,18241,1,1,1,17625,0,-100.613,2832.51,-40.6645,3.98299,21600,0,0,955,0,0,0,0,0),(27824,4672,1,1,1,2014,0,-388.227,856.291,90.9798,2.12456,300,5,0,1107,0,1,0,0,0),(27823,4672,1,1,1,2014,0,-413.866,815.99,91.6507,5.02186,300,5,0,1107,0,1,0,0,0),(31333,23979,1,1,1,21950,0,-2986.96,-4004.18,37.4665,3.19438,360,10,0,13,0,1,0,0,0),(27822,4672,1,1,1,2014,0,-125.914,848.426,118.784,4.46741,300,5,0,1107,0,1,0,0,0),(27821,4672,1,1,1,2014,0,-85.5146,815.159,124.344,4.05334,300,5,0,1107,0,1,0,0,0),(31332,23979,1,1,1,21950,0,-3045.76,-3996.14,37.8974,3.33691,360,10,0,13,0,1,0,0,0),(27820,4672,1,1,1,2014,0,-51.2473,782.473,106.494,3.84884,300,5,0,1107,0,1,0,0,0),(27819,4672,1,1,1,2014,0,-187.541,982.448,91.1746,1.58258,300,5,0,1107,0,1,0,0,0),(27818,4672,1,1,1,2014,0,-151.06,1017.83,91.2913,4.92474,300,5,0,1107,0,1,0,0,0),(27817,4672,1,1,1,2014,0,-277.842,886.481,89.8548,6.12708,300,20,0,1107,0,1,0,0,0),(27816,4672,1,1,1,2014,0,-143.424,873.46,114.738,5.16356,300,5,0,1107,0,1,0,0,0),(27815,4672,1,1,1,2014,0,-350.974,881.963,89.4659,0.308334,300,20,0,1107,0,1,0,0,0),(27814,4672,1,1,1,2014,0,-155.775,945.03,89.6073,3.87789,300,5,0,1107,0,1,0,0,0),(27813,4672,1,1,1,2014,0,-36.6611,611.477,93.8942,6.06854,300,3,0,1107,0,1,0,0,0),(27812,4672,1,1,1,2014,0,-12.3504,742.727,91.477,5.3085,300,0,0,1107,0,2,0,0,0),(27811,4672,1,1,1,2014,0,144.682,921.673,163.467,2.41626,300,20,0,1107,0,1,0,0,0),(27810,4672,1,1,1,2014,0,50.2257,884.22,141.766,3.42774,300,0,0,1107,0,2,0,0,0),(27809,4672,1,1,1,2014,0,30.394,707.498,123.925,4.80332,300,5,0,1107,0,1,0,0,0),(27808,4671,1,1,1,2021,0,-220.174,684.167,99.6134,2.70492,300,0,0,1107,0,0,0,0,0),(27807,4671,1,1,1,2021,0,-284.435,684.128,96.8582,4.67475,300,5,0,1107,0,1,0,0,0),(27806,4671,1,1,1,2021,0,-448.996,785.004,99.6409,1.28177,300,5,0,1107,0,1,0,0,0),(27805,4671,1,1,1,2021,0,-85.1189,1017.02,91.323,0.874743,300,5,0,1107,0,1,0,0,0),(27804,4671,1,1,1,2021,0,-354.355,753.946,91.2159,1.60402,300,5,0,1107,0,1,0,0,0),(27803,4671,1,1,1,2021,0,-113.527,788.216,124.978,5.03644,300,5,0,1107,0,1,0,0,0),(27795,4671,1,1,1,2021,0,-217.33,949.496,91.1984,5.51939,300,5,0,1107,0,1,0,0,0),(27788,4671,1,1,1,2021,0,-255.592,921.381,95.6732,0.714308,300,5,0,1107,0,1,0,0,0),(27787,4671,1,1,1,2021,0,-279.031,945.841,92.1048,6.12436,300,5,0,1107,0,1,0,0,0),(27786,4671,1,1,1,2021,0,-114.665,716.955,118.064,5.21977,300,5,0,1107,0,1,0,0,0),(27785,4671,1,1,1,2021,0,-154.224,686.358,96.6491,2.69421,300,5,0,1107,0,1,0,0,0),(31331,4343,1,1,1,814,0,-3317.49,-3235.99,32.6297,5.47869,360,10,0,1536,0,1,0,0,0),(31330,23979,1,1,1,21950,0,-3071.41,-3981.57,39.0792,4.82155,360,10,0,13,0,1,0,0,0),(27784,4671,1,1,1,2021,0,87.5977,920.392,149.99,0.849669,300,5,0,1107,0,1,0,0,0),(27783,4671,1,1,1,2021,0,-20.202,679.083,91.4909,4.44733,300,0,0,1107,0,0,0,0,0),(31329,4382,1,1,1,2024,0,-2520.24,-3021.56,29.4468,2.74953,360,10,0,1469,0,1,0,0,0),(27782,4671,1,1,1,2021,0,-54.7891,718.71,108.576,3.65099,300,5,0,1107,0,1,0,0,0),(27781,4671,1,1,1,2021,0,-157.963,756.443,108.103,3.60175,300,5,0,1107,0,1,0,0,0),(27780,4670,1,1,1,6741,1,-183.883,718.04,91.1805,2.85766,300,5,0,1107,0,1,0,0,0),(27779,4670,1,1,1,6741,1,-50.7124,914.98,91.8914,3.29251,300,5,0,1107,0,1,0,0,0),(27778,4670,1,1,1,6741,1,-56.9874,984.487,91.4803,3.1306,300,5,0,1107,0,1,0,0,0),(27777,4670,1,1,1,6741,1,-46.9785,1044.72,99.3789,4.4738,300,5,0,1107,0,1,0,0,0),(27776,4670,1,1,1,6741,1,-220.958,818.454,91.174,3.69655,300,5,0,1107,0,1,0,0,0),(27775,4670,1,1,1,6741,1,-257.164,848.6,90.7778,1.92713,300,5,0,1107,0,1,0,0,0),(27774,4670,1,1,1,6741,1,-215.617,881.855,91.0207,1.36602,300,5,0,1107,0,1,0,0,0),(27773,4670,1,1,1,6741,1,-120.76,926.593,92.4041,1.42798,300,5,0,1107,0,1,0,0,0),(27772,4670,1,1,1,6741,1,-311.274,924.512,91.8548,0.728574,300,5,0,1107,0,1,0,0,0),(27762,4670,1,1,1,6741,1,-113.05,639.954,91.4603,5.86832,300,0,0,1107,0,2,0,0,0),(27761,4670,1,1,1,6741,1,5.61042,785.208,91.4909,0.046743,300,5,0,1107,0,1,0,0,0),(27759,4670,1,1,1,6741,1,117.543,886.198,143.889,0.401426,300,0,0,1107,0,0,0,0,0),(27758,4670,1,1,1,6741,1,181.076,927.426,175.069,4.86958,300,5,0,1107,0,1,0,0,0),(27757,4670,1,1,1,6741,1,121.04,946.697,169.705,6.0609,300,5,0,1107,0,1,0,0,0),(27756,4668,1,1,1,4709,1,-1863.62,2003.65,63.1919,5.87643,300,0,0,1155,2975,0,0,0,0),(27755,4668,1,1,1,4709,1,-1716.5,1972.43,62.6785,1.51154,300,5,0,1155,2975,1,0,0,0),(27754,4668,1,1,1,4710,1,-1952.93,1844.03,64.9923,3.19828,300,5,0,1155,2975,1,0,0,0),(27753,4668,1,1,1,4709,1,-1896.7,1828.57,62.3018,5.84839,300,0,0,1155,2975,0,0,0,0),(27752,4668,1,1,1,4709,1,-2002.98,1917.76,69.2146,3.74967,300,3,0,1155,2975,1,0,0,0),(27751,4668,1,1,1,11309,1,-1696.91,1764.29,60.2392,1.11159,300,5,0,1155,2975,1,0,0,0),(27750,4668,1,1,1,4709,1,-1958.94,550.888,166.401,4.10152,300,0,0,1155,2975,0,0,0,0),(27749,4668,1,1,1,4709,1,-1835.53,600.369,109.075,0.373904,300,5,0,1155,2975,1,0,0,0),(27748,4668,1,1,1,4709,1,-1965.93,541.453,166.505,0.942478,300,0,0,1155,2975,0,0,0,0),(27747,4668,1,1,1,4709,1,-1984.61,660.532,107.44,0.645772,300,0,0,1155,2975,0,0,0,0),(27746,4668,1,1,1,4709,1,-1836.44,605.901,122.722,4.27762,300,0,0,1155,2975,0,0,0,0),(27745,4668,1,1,1,4710,1,-1881.38,615.445,109.304,0.61142,300,0,0,1155,2975,0,0,0,0),(27744,4668,1,1,1,4709,1,-1855.78,623.283,107.393,3.7001,300,0,0,1155,2975,0,0,0,0),(27743,4667,1,1,1,4705,1,-349.069,1749.65,139.519,2.54745,300,0,0,882,2362,2,0,0,0),(27742,12347,1,1,1,1001,0,-542.88,2710.79,-27.9482,3.33234,300,0,0,955,0,0,0,0,0),(27741,4667,1,1,1,4706,1,-414.635,1861.55,127.464,3.34511,300,0,0,882,2362,0,0,0,0),(27740,12347,1,1,1,1001,0,-623.359,2689.89,-20.1575,3.16598,300,20,0,955,0,1,0,0,0),(27739,12347,1,1,1,1001,0,-619.61,2841.59,-31.7603,2.4481,300,20,0,955,0,1,0,0,0),(27738,12347,1,1,1,1001,0,-394.18,2814.45,-25.0853,2.47922,300,20,0,955,0,1,0,0,0),(27737,12347,1,1,1,1001,0,-279.177,2581.32,-17.0485,1.29039,300,20,0,955,0,1,0,0,0),(27736,12347,1,1,1,1001,0,-503.469,2862.12,-65.2507,3.73338,300,0,0,955,0,0,0,0,0),(27735,12347,1,1,1,1001,0,-221.709,2649.22,-36.8541,2.32649,300,20,0,955,0,1,0,0,0),(27734,12347,1,1,1,1001,0,-278.132,2844.55,-13.9317,1.26726,300,0,0,955,0,0,0,0,0),(27733,12347,1,1,1,1001,0,-325.137,2678.75,-22.7098,3.98387,300,20,0,955,0,1,0,0,0),(27732,12347,1,1,1,1001,0,-419.227,2683.22,-19.8788,4.58125,300,20,0,955,0,1,0,0,0),(27731,12347,1,1,1,1001,0,-458.911,2739.81,-26.4442,4.08074,300,20,0,955,0,1,0,0,0),(27729,12347,1,1,1,1001,0,-346.647,2759.54,-21.7218,3.21889,300,20,0,955,0,1,0,0,0),(27727,12347,1,1,1,1001,0,-562.477,2772.51,-25.6206,3.46229,300,20,0,955,0,1,0,0,0),(27726,4666,1,1,1,4702,0,-543.476,1785.58,94.8726,3.31933,300,0,0,1107,0,2,0,0,0),(27725,4666,1,1,1,11301,0,-450.816,1743.41,147.032,3.63029,300,0,0,1107,0,0,0,0,0),(27724,4666,1,1,1,11302,0,-458.541,1754.16,153.501,2.77507,300,0,0,1107,0,0,0,0,0),(27723,4666,1,1,1,11302,0,-448.406,1742.13,153.529,4.4855,300,0,0,1107,0,0,0,0,0),(27722,4666,1,1,1,4702,0,-406.596,1733.14,130.614,3.78736,300,0,0,1107,0,0,0,0,0),(27721,4666,1,1,1,11301,0,-395.23,1716.75,131.854,3.42085,300,0,0,1107,0,0,0,0,0),(27720,4666,1,1,1,4701,0,-290.983,1733.49,128.163,0.660343,300,5,0,1107,0,1,0,0,0),(27719,4666,1,1,1,4701,0,-353.046,1728.97,139.419,1.81514,300,0,0,1107,0,0,0,0,0),(27718,4666,1,1,1,4702,0,-373.017,1742.05,139.477,3.66519,300,0,0,1107,0,0,0,0,0),(27717,4666,1,1,1,4702,0,-376.177,1746.52,139.478,3.82227,300,0,0,1107,0,0,0,0,0),(27716,4666,1,1,1,4702,0,-371.453,1783.1,139.378,3.92951,300,0,0,1107,0,2,0,0,0),(27715,4666,1,1,1,4702,0,-402.912,1837.42,128.49,2.9147,300,0,0,1107,0,0,0,0,0),(27714,4666,1,1,1,4702,0,-435.67,1814.09,126.727,4.66003,300,0,0,1107,0,0,0,0,0),(27713,4666,1,1,1,4701,0,-405.377,1839.18,128.396,4.24277,300,5,0,1107,0,1,0,0,0),(27712,4666,1,1,1,11301,0,-428.045,1811,126.768,4.06662,300,0,0,1107,0,0,0,0,0),(27711,4666,1,1,1,4702,0,-380.908,1769.78,139.418,6.07375,300,0,0,1107,0,0,0,0,0),(27710,4666,1,1,1,4701,0,-435.511,1849.95,128.492,5.70723,300,0,0,1107,0,0,0,0,0),(27709,4666,1,1,1,4702,0,-313.739,1755.5,139.427,3.00197,300,0,0,1107,0,0,0,0,0),(27708,4666,1,1,1,4702,0,-341.051,1796.5,139.344,4.31096,300,0,0,1107,0,0,0,0,0),(27707,4666,1,1,1,4702,0,-399.595,1874.47,128.492,3.76991,300,0,0,1107,0,0,0,0,0),(27706,11578,1,1,1,11374,0,-1979.39,2916.11,45.9879,3.15722,300,20,0,1221,0,1,0,0,0),(27705,11578,1,1,1,11374,0,-1989.69,2849.34,55.6381,0.82965,300,5,0,1221,0,1,0,0,0),(27704,11578,1,1,1,11374,0,-1963.06,2808.96,54.2299,3.35719,300,20,0,1221,0,1,0,0,0),(27703,4666,1,1,1,11301,0,-302.472,1724.22,127.679,2.14187,300,0,0,1107,0,2,0,0,0),(27702,4666,1,1,1,4701,0,-323.503,1709.29,128.054,5.18134,300,5,0,1107,0,1,0,0,0),(27701,11578,1,1,1,11374,0,-2132.33,1615.38,65.4924,3.09963,300,20,0,1221,0,1,0,0,0),(27700,11578,1,1,1,11374,0,-1780.37,1544.56,61.0272,3.02015,300,20,0,1221,0,1,0,0,0),(27699,11578,1,1,1,11374,0,-1853.52,1479.38,69.1469,4.77883,300,20,0,1221,0,1,0,0,0),(27698,11578,1,1,1,11374,0,-1634.09,2788.28,111.539,0.350856,300,5,0,1221,0,1,0,0,0),(27697,4666,1,1,1,4701,0,-186.928,1744.87,115.328,2.10708,300,3,0,1107,0,1,0,0,0),(27696,11578,1,1,1,11374,0,-2189.33,2010.92,64.3599,1.75097,300,5,0,1221,0,1,0,0,0),(27695,11578,1,1,1,11374,0,-2097.63,1716.61,58.5326,3.12162,300,20,0,1221,0,1,0,0,0),(27694,11578,1,1,1,11374,0,-2268,1620.41,77.6427,1.37234,300,3,0,1221,0,1,0,0,0),(27693,11578,1,1,1,11374,0,-1948.16,1461.83,64.1606,1.48084,300,5,0,1221,0,1,0,0,0),(27690,11578,1,1,1,11374,0,-1850.4,1450.45,62.194,0.370474,300,20,0,1221,0,1,0,0,0),(27689,11578,1,1,1,11374,0,-1923.44,1419.82,61.2482,0.421119,300,20,0,1221,0,1,0,0,0),(27688,4665,1,1,1,4697,0,-490.745,1709.15,107.696,5.55241,300,0,0,847,2253,2,0,0,0),(27687,4665,1,1,1,11296,0,-446.795,1784.41,128.7,3.29782,300,5,0,847,2253,1,0,0,0),(27686,4665,1,1,1,4698,0,-481.42,1713.61,111.353,5.69789,300,3,0,847,2253,1,0,0,0),(27685,4665,1,1,1,4698,0,-332.948,1761.2,139.602,2.98451,300,0,0,847,2253,0,0,0,0),(27684,4665,1,1,1,4698,0,-361.38,1761.27,139.602,0.087266,300,0,0,847,2253,0,0,0,0),(27683,4665,1,1,1,4698,0,-354.082,1749.98,139.602,1.18682,300,0,0,847,2253,0,0,0,0),(27682,4665,1,1,1,11297,0,-332.02,1740.06,139.35,2.22602,300,0,0,847,2253,2,0,0,0),(27681,4665,1,1,1,11297,0,-344.609,1776.44,139.603,4.27606,300,0,0,847,2253,0,0,0,0),(27680,11577,1,1,1,11373,0,-1046.09,1915.85,62.2861,2.58892,300,20,0,1160,1067,1,0,0,0),(27679,11577,1,1,1,11373,0,-884.361,1780.34,63.949,4.14768,300,20,0,1160,1067,1,0,0,0),(27678,4665,1,1,1,4698,0,-407.948,1648.9,108.126,5.90874,300,5,0,847,2253,1,0,0,0),(27677,11577,1,1,1,11373,0,-1065.71,1463.05,62.3598,0.573278,300,5,0,1160,1067,1,0,0,0),(27676,4665,1,1,1,4697,0,-367.887,1843,124.163,0.407849,300,0,0,847,2253,2,0,0,0),(27675,4665,1,1,1,4698,0,-413.377,1880.36,128.492,4.66003,300,0,0,847,2253,0,0,0,0),(27674,4665,1,1,1,4697,0,-427.416,1874.09,128.492,5.39307,300,0,0,847,2253,0,0,0,0),(27673,4665,1,1,1,4698,0,-393.159,1859.35,128.492,3.05433,300,0,0,847,2253,0,0,0,0),(27672,4665,1,1,1,11296,0,-190.288,1694.96,105.229,0.484016,300,0,0,847,2253,0,0,0,0),(27671,11577,1,1,1,11373,0,-987.351,1810.68,59.7492,3.40558,300,20,0,1160,1067,1,0,0,0),(27670,11577,1,1,1,11373,0,-877.027,2280.33,91.815,0.007812,300,20,0,1160,1067,1,0,0,0),(27669,11577,1,1,1,11373,0,-951.165,1884.66,61.0135,5.9242,300,20,0,1160,1067,1,0,0,0),(27668,4665,1,1,1,4698,0,-363.62,1854.67,123.275,2.15563,300,5,0,847,2253,1,0,0,0),(27667,11577,1,1,1,11373,0,150.618,916.228,161.915,5.31034,300,20,0,1160,1067,1,0,0,0),(27666,11577,1,1,1,11373,0,-1106.83,2349.64,92.983,2.97773,300,20,0,1160,1067,1,0,0,0),(27665,11577,1,1,1,11373,0,-788.978,2378.43,93.3934,3.10853,300,20,0,1160,1067,1,0,0,0),(27664,11577,1,1,1,11373,0,-1159.04,762.326,155.788,0.308446,300,20,0,1160,1067,1,0,0,0),(27663,11577,1,1,1,11373,0,-913.652,2432.95,92.4663,2.52895,300,20,0,1160,1067,1,0,0,0),(27662,11577,1,1,1,11373,0,-1387.27,2318.74,92.4395,3.77478,300,20,0,1160,1067,1,0,0,0),(27661,11577,1,1,1,11373,0,-1078.2,2385.73,92.333,6.10167,300,20,0,1160,1067,1,0,0,0),(27659,11577,1,1,1,11373,0,-1170.58,2323,92.0441,6.00314,300,20,0,1160,1067,1,0,0,0),(27658,4665,1,1,1,4697,0,-335.66,1824.88,127.188,4.81509,300,5,0,847,2253,1,0,0,0),(27657,4665,1,1,1,4697,0,-438.425,1883.87,126.45,5.61376,300,5,0,847,2253,1,0,0,0),(27656,11577,1,1,1,11373,0,-1417.72,2285.94,92.0993,0.089788,300,20,0,1160,1067,1,0,0,0),(27655,11576,1,1,1,8714,0,-1507.74,1098.13,92.6633,5.87201,300,20,0,1163,0,1,0,0,0),(27654,11576,1,1,1,8714,0,-1777.79,2212.02,63.1351,4.48588,300,20,0,1163,0,1,0,0,0),(27653,11576,1,1,1,8714,0,-1749.63,2626.58,90.9222,1.38623,300,20,0,1163,0,1,0,0,0),(27652,11576,1,1,1,8714,0,-547.126,2050.63,89.4424,0.608063,300,30,0,1163,0,1,0,0,0),(27651,11576,1,1,1,8714,0,-150.053,1718.22,101.093,0.984961,300,15,0,1163,0,1,0,0,0),(27650,4664,1,1,1,4703,0,-336.949,1643.3,108.707,4.85202,300,0,0,1050,0,0,0,0,0),(27649,4664,1,1,1,4704,0,-405.858,1754.34,130.464,0.069813,300,0,0,1050,0,0,0,0,0),(27648,4664,1,1,1,11305,0,-433.241,1702.17,126.632,3.68265,300,0,0,1050,0,0,0,0,0),(27647,4664,1,1,1,4703,0,-422.233,1711.53,129.425,1.22173,300,0,0,1050,0,0,0,0,0),(27646,4664,1,1,1,4704,0,-443.518,1716.35,127.522,3.9619,300,0,0,1050,0,0,0,0,0),(27645,4664,1,1,1,4703,0,-515.178,1861.47,115.773,4.50295,300,0,0,1050,0,0,0,0,0),(27644,4664,1,1,1,11305,0,-522.258,1865.22,109.33,3.78736,300,0,0,1050,0,0,0,0,0),(27643,4664,1,1,1,4704,0,-522.172,1879.49,115.834,2.51327,300,0,0,1050,0,0,0,0,0),(27642,4664,1,1,1,4703,0,-459.062,1804.21,127.39,5.93412,300,0,0,1050,0,0,0,0,0),(27641,4664,1,1,1,4704,0,-336.492,1639.06,132.313,4.64258,300,0,0,1050,0,0,0,0,0),(27640,11576,1,1,1,8714,0,-819.223,1328.85,93.1171,2.9445,300,20,0,1163,0,1,0,0,0),(27639,4664,1,1,1,4704,0,-327.492,1648.86,125.838,5.8294,300,0,0,1050,0,0,0,0,0),(27638,4664,1,1,1,4704,0,-317.217,1676.87,119.679,5.14232,300,5,0,1050,0,1,0,0,0),(27637,11576,1,1,1,8714,0,-1199.85,1066.63,91.153,5.79248,300,20,0,1163,0,1,0,0,0),(27636,11576,1,1,1,8714,0,182.63,1981.62,169.738,3.451,300,3,0,1163,0,1,0,0,0),(27635,11576,1,1,1,8714,0,-716.553,2201.92,98.0276,4.90253,300,20,0,1163,0,1,0,0,0),(27634,11576,1,1,1,8714,0,-365.161,1434.96,90.4266,5.17866,300,20,0,1163,0,1,0,0,0),(27633,11576,1,1,1,8714,0,-157.727,2227.06,80.0386,0.377656,300,0,0,1163,0,0,0,0,0),(27632,4664,1,1,1,11305,0,-194.051,1697.7,105.354,5.28835,300,0,0,1050,0,0,0,0,0),(27631,4664,1,1,1,4703,0,-394.074,1882.33,126.473,4.13628,300,5,0,1050,0,1,0,0,0),(27630,11576,1,1,1,8714,0,-421.137,2345.53,61.8476,2.16529,300,20,0,1163,0,1,0,0,0),(27629,4663,1,1,1,4699,0,-447.212,1681.01,117.592,4.89094,300,0,0,811,2175,0,0,0,0),(27628,4663,1,1,1,4700,0,-448.908,1752.37,153.488,5.55884,300,5,0,811,2175,1,0,0,0),(27627,4663,1,1,1,4700,0,-442.241,1747.26,131.159,0.501738,300,0,0,811,2175,0,0,0,0),(27626,4663,1,1,1,4700,0,-220.268,1657.97,99.4687,1.1494,300,5,0,811,2175,1,0,0,0),(27625,4663,1,1,1,4700,0,-514.161,1846.38,94.4469,5.99699,300,0,0,811,2175,0,0,0,0),(27624,4663,1,1,1,4700,0,-517.133,1854.9,94.4469,5.45068,300,0,0,811,2175,0,0,0,0),(27623,4663,1,1,1,4699,0,-383.219,1803.89,127.614,2.41302,300,0,0,811,2175,0,0,0,0),(27622,4663,1,1,1,4700,0,-388.147,1795.26,128.005,1.813,300,0,0,811,2175,0,0,0,0),(27621,4663,1,1,1,4700,0,-443.011,1838.64,126.909,0.057924,300,5,0,811,2175,1,0,0,0),(27620,4663,1,1,1,4699,0,-335.324,1652.64,132.294,0.849283,300,5,0,811,2175,1,0,0,0),(27619,4663,1,1,1,4700,0,-369.281,1718.02,130.856,5.71559,300,5,0,811,2175,1,0,0,0),(27618,4663,1,1,1,4699,0,-387.249,1662.01,110.55,2.78955,300,3,0,811,2175,1,0,0,0),(27617,4663,1,1,1,4700,0,-215.453,1710.68,105.541,3.55403,300,0,0,811,2175,0,0,0,0),(27616,4663,1,1,1,4700,0,-251.897,1771.51,127.321,0.093841,300,3,0,811,2175,1,0,0,0),(27615,4663,1,1,1,4700,0,-235.198,1670.97,100.986,2.51508,300,0,0,811,2175,0,0,0,0),(27614,4663,1,1,1,4699,0,-252.49,1686.51,102.26,4.78864,300,3,0,811,2175,1,0,0,0),(27613,4663,1,1,1,4699,0,-284.503,1676.01,110.823,5.79606,300,5,0,811,2175,1,0,0,0),(27612,4663,1,1,1,4700,0,-413.05,1892.02,126.384,1.00826,300,5,0,811,2175,1,0,0,0),(27611,4663,1,1,1,4699,0,-209.837,1684.53,104.263,2.2671,300,0,0,811,2175,0,0,0,0),(27610,4663,1,1,1,4700,0,-286.613,1775.9,130.038,4.68999,300,3,0,811,2175,1,0,0,0),(27609,4663,1,1,1,4700,0,-219.403,1748.11,114.502,4.13413,300,3,0,811,2175,1,0,0,0),(27608,4663,1,1,1,4699,0,-227.591,1681.72,99.7632,5.20838,300,0,0,811,2175,0,0,0,0),(27607,4663,1,1,1,4699,0,-446.762,1871.34,126.538,1.27548,300,5,0,811,2175,1,0,0,0),(27606,4662,1,1,1,2716,0,-1743.92,1068.43,91.2688,2.21328,300,0,0,1536,0,0,0,0,0),(27605,4662,1,1,1,2716,0,-1743.92,1068.43,91.2688,2.21328,300,0,0,1536,0,0,0,0,0),(27604,4662,1,1,1,2716,0,-1866.26,1292.67,90.2674,3.24732,300,0,0,1536,0,0,0,0,0),(27603,4662,1,1,1,2716,0,-1866.26,1292.67,90.2674,3.24728,300,0,0,1536,0,0,0,0,0),(27602,4662,1,1,1,2716,0,-1891.59,980.185,90.8297,4.5495,300,0,0,1536,0,0,0,0,0),(27601,4662,1,1,1,2716,0,-1891.59,980.185,90.8297,4.54893,300,0,0,1536,0,0,0,0,0),(27600,4661,1,1,1,1068,0,-2422.61,2526.94,81.8106,5.58669,300,2,0,996,0,1,0,0,0),(27599,4661,1,1,1,1068,0,-2438.35,2492.11,67.2568,0.790787,300,2,0,996,0,1,0,0,0),(27598,4661,1,1,1,1068,0,-2014.34,2591.05,61.3229,0.328343,300,5,0,996,0,1,0,0,0),(27597,4661,1,1,1,1068,0,-1977.31,2608.82,61.8039,2.64326,300,5,0,996,0,1,0,0,0),(27596,4661,1,1,1,1068,0,-1976.64,2556.79,61.7779,5.34049,300,5,0,996,0,1,0,0,0),(27595,4661,1,1,1,1068,0,-2201.36,2589.45,20.4889,1.0339,300,5,0,996,0,1,0,0,0),(27594,4661,1,1,1,1068,0,-2246.49,2542.29,19.4701,5.80496,300,5,0,996,0,1,0,0,0),(27593,4661,1,1,1,1068,0,-2327.25,2432.47,66.3918,4.46217,300,5,0,996,0,1,0,0,0),(27592,4661,1,1,1,1068,0,-2430.03,2451.13,72.3074,1.86776,300,5,0,996,0,1,0,0,0),(27591,4661,1,1,1,1068,0,-2189.07,2391.8,55.8146,3.166,300,20,0,996,0,1,0,0,0),(27590,4661,1,1,1,1068,0,-2291.77,2494.52,72.8621,0.549938,300,0,0,996,0,0,0,0,0),(27589,4661,1,1,1,1068,0,-2172.05,2475.18,19.9612,2.24585,300,0,0,996,0,2,0,0,0),(27588,4661,1,1,1,1068,0,-2361.82,2498.52,69.9116,0.100379,300,2,0,996,0,1,0,0,0),(27587,4661,1,1,1,1068,0,-2320.33,2502.63,73.1656,5.77617,300,2,0,996,0,1,0,0,0),(27586,11317,1,1,1,11468,1,-1739.91,3223.85,5.06411,5.32092,300,0,0,1753,0,0,0,0,0),(27585,12340,1,1,1,12934,1,-1732.59,3184.92,4.11388,2.70526,300,0,0,1342,0,0,0,0,0),(27584,4659,1,1,1,9439,1,-1287.96,2935.08,119.705,0.448729,300,5,0,1678,0,1,0,0,0),(27583,4659,1,1,1,9439,1,-1371.75,2939.74,131.113,2.80745,300,5,0,1678,0,1,0,0,0),(27582,4658,1,1,1,9440,1,-1063.63,2916.11,179.186,0.016998,300,5,0,1239,3191,1,0,0,0),(27581,4658,1,1,1,9440,1,-1067.27,2926.26,179.302,4.88233,300,5,0,1239,3191,1,0,0,0),(27580,4658,1,1,1,9440,1,-1211.21,2915.23,151.407,0.403856,300,5,0,1239,3191,1,0,0,0),(27579,4658,1,1,1,9440,1,-1065.47,2860.54,159.507,5.41717,300,5,0,1239,3191,1,0,0,0),(27578,12338,1,1,1,12829,1,-1787.87,3048.4,9.6983,2.86234,300,0,0,5228,0,0,0,0,0),(27577,12338,1,1,1,12830,1,-1637.49,3058.25,34.5677,1.8675,300,0,0,5228,0,0,0,0,0),(27576,12338,1,1,1,12832,1,-1654.4,3175.13,24.3279,4.99164,300,0,0,5228,0,0,0,0,0),(27575,12338,1,1,1,12829,1,-1618.35,3121.8,44.6357,4.24115,300,0,0,5228,0,0,0,0,0),(27574,12338,1,1,1,12830,1,-1670.87,3114.33,30.5615,3.21141,300,0,0,5228,0,0,0,0,0),(27573,12338,1,1,1,12830,1,-1582.69,3063.51,46.8059,2.82743,300,0,0,5228,0,0,0,0,0),(27572,12338,1,1,1,12830,1,-1649.74,3148.5,24.6684,3.56047,300,0,0,5228,0,0,0,0,0),(27571,12338,1,1,1,12831,1,-1573.84,3076.49,47.6492,2.53073,300,0,0,5228,0,0,0,0,0),(27570,12338,1,1,1,12830,1,-1651.25,3114.19,31.9319,3.57792,300,0,0,5228,0,0,0,0,0),(27569,12338,1,1,1,12830,1,-1795.13,3038.27,8.92506,2.33874,300,0,0,5228,0,0,0,0,0),(27566,12338,1,1,1,12832,1,-1625.59,3104.25,38.0721,4.1569,300,0,0,5228,0,2,0,0,0),(27565,12338,1,1,1,12830,1,-1653.54,3062.86,36.7911,5.0091,300,0,0,5228,0,0,0,0,0),(27564,12338,1,1,1,12832,1,-1793.8,3049.92,7.80006,3.87961,300,0,0,5228,0,2,0,0,0),(27563,12338,1,1,1,12831,1,-1678.98,3087.7,31.7625,1.72788,300,0,0,5228,0,0,0,0,0),(27560,6706,1,1,1,11479,1,136.218,1326.33,193.582,4.60767,550,0,0,10572,0,0,0,0,0),(27559,12338,1,1,1,12830,1,-1719.9,3202.3,4.33682,2.10082,300,0,0,5228,0,2,0,0,0),(27558,12338,1,1,1,12831,1,-1668.36,3160.14,18.7023,3.40339,300,0,0,5228,0,0,0,0,0),(27557,12338,1,1,1,12832,1,-1787.93,3062.6,12.5239,4.46804,300,0,0,5228,0,0,0,0,0),(27556,12338,1,1,1,12830,1,-1727.6,3187.42,4.74764,0.139626,300,0,0,5228,0,0,0,0,0),(27551,12338,1,1,1,12831,1,-1654.6,3057.88,36.7911,0.977384,300,0,0,5228,0,0,0,0,0),(27550,12338,1,1,1,12829,1,-1729.75,3087.03,34.5496,3.14159,300,0,0,5228,0,0,0,0,0),(27549,12338,1,1,1,12832,1,-1673.69,3110.45,31.2323,1.62316,300,0,0,5228,0,0,0,0,0),(27548,12338,1,1,1,12832,1,-1643.37,3083.2,30.9765,2.5923,300,0,0,5228,0,2,0,0,0),(27547,12338,1,1,1,12832,1,-1738.3,3096.03,34.587,4.74729,300,0,0,5228,0,0,0,0,0),(27395,4657,1,1,1,9438,1,-1373.53,2794.38,112.181,2.43667,300,10,0,1305,1186,1,0,0,0),(27394,4657,1,1,1,9438,1,-1376.95,2826.69,112.828,5.18439,300,0,0,1305,1186,0,0,0,0),(27393,4657,1,1,1,9438,1,-1340.9,2793.15,112.668,4.0984,300,0,0,1305,1186,0,0,0,0),(27392,4657,1,1,1,9438,1,-1311.88,2849.93,112.512,2.62016,300,10,0,1305,1186,1,0,0,0),(27389,4657,1,1,1,9438,1,-1376.18,2774.11,112.556,5.92105,300,0,0,1305,1186,0,0,0,0),(27345,4657,1,1,1,9438,1,-1290.08,2898.58,113.172,3.46701,300,0,0,1305,1186,0,0,0,0),(27344,4657,1,1,1,9438,1,-1106.66,2859.73,139.744,5.58335,300,5,0,1305,1186,1,0,0,0),(27343,4657,1,1,1,9438,1,-1251.85,2852.59,115.711,1.00531,300,10,0,1305,1186,1,0,0,0),(27342,4657,1,1,1,9438,1,-1180.94,2913.32,140.372,4.70262,300,5,0,1305,1186,1,0,0,0),(27341,4657,1,1,1,9438,1,-1156.47,2927.47,144.373,5.4887,300,5,0,1305,1186,1,0,0,0),(27340,4657,1,1,1,9438,1,-1184.97,2884.99,135.19,6.0979,300,5,0,1305,1186,1,0,0,0),(27339,4657,1,1,1,9438,1,-1195.07,2734.15,111.236,5.68794,300,0,0,1305,1186,0,0,0,0),(27338,4657,1,1,1,9438,1,-1154.39,2786.9,123.393,2.27391,300,5,0,1305,1186,1,0,0,0),(27337,4657,1,1,1,9438,1,-1365.21,2906.61,127.478,5.9419,300,0,0,1305,1186,0,0,0,0),(27336,4656,1,1,1,9436,1,-1313.95,2818.8,113.516,5.87995,300,5,0,1325,0,1,0,0,0),(27335,4656,1,1,1,9436,1,-1339.33,2767.88,113.293,5.27958,300,0,0,1325,0,0,0,0,0),(27334,4656,1,1,1,9436,1,-1277.14,2893.67,114.422,0.130563,300,0,0,1325,0,0,0,0,0),(27333,4656,1,1,1,9436,1,-1296.83,2886.9,113.547,2.60539,300,0,0,1325,0,0,0,0,0),(27332,4656,1,1,1,9436,1,-1281.51,2874.39,114.422,2.15354,300,5,0,1325,0,1,0,0,0),(27331,4656,1,1,1,9436,1,-1186.34,2860.55,139.066,5.05082,300,5,0,1325,0,1,0,0,0),(27330,4656,1,1,1,9436,1,-1109.05,2913.98,145.565,0.040029,300,5,0,1325,0,1,0,0,0),(27329,4656,1,1,1,9436,1,-1192.09,2748.26,111.236,6.23328,300,0,0,1325,0,0,0,0,0),(27328,4656,1,1,1,9436,1,-1211.63,2786.9,112.044,5.31615,300,5,0,1325,0,1,0,0,0),(27327,4656,1,1,1,9436,1,-1196.47,2770.02,111.372,0.979232,300,0,0,1325,0,0,0,0,0),(27326,4656,1,1,1,9436,1,-1143.17,2695.56,111.331,2.36855,300,0,0,1325,0,0,0,0,0),(27325,4656,1,1,1,9436,1,-1151.16,2758.76,117.966,1.4431,300,5,0,1325,0,1,0,0,0),(27324,4656,1,1,1,9436,1,-1081.77,2820.78,155.338,2.70549,300,5,0,1325,0,1,0,0,0),(27323,4655,1,1,1,9435,1,-1418.03,2883.82,132.609,2.21186,300,0,0,1536,0,0,0,0,0),(27322,4655,1,1,1,9435,1,-1509.29,2849.72,109.499,4.03706,300,5,0,1536,0,1,0,0,0),(27321,4655,1,1,1,9435,1,-1581.29,2885.76,108.782,5.47569,300,5,0,1536,0,1,0,0,0),(27320,4655,1,1,1,9435,1,-1614.27,2883.56,102.341,1.07441,300,5,0,1536,0,1,0,0,0),(27319,4655,1,1,1,9435,1,-1375.29,2552.43,107.43,0.772888,300,0,0,1536,0,2,0,0,0),(27318,4655,1,1,1,9435,1,-1389.06,2448.25,88.4384,3.45074,300,10,0,1536,0,1,0,0,0),(27317,4655,1,1,1,9435,1,-1385.76,2886.91,127.67,1.59575,300,5,0,1536,0,1,0,0,0),(27316,4655,1,1,1,9435,1,-1351.33,2810.31,113.552,1.36234,300,10,0,1536,0,1,0,0,0),(27315,4655,1,1,1,9435,1,-1180.13,2693.61,111.611,3.11223,300,0,0,1536,0,0,0,0,0),(27314,4655,1,1,1,9435,1,-1179.55,2722.39,111.501,1.06359,300,5,0,1536,0,1,0,0,0),(27313,4655,1,1,1,9435,1,-1154.05,2644.89,129.647,5.18849,300,5,0,1536,0,1,0,0,0),(27312,4655,1,1,1,9435,1,-1214.99,2681.4,111.486,3.83968,300,5,0,1536,0,1,0,0,0),(27311,4655,1,1,1,9435,1,-1248.86,2682.38,111.663,4.10871,300,5,0,1536,0,1,0,0,0),(27310,4655,1,1,1,9435,1,-1388.84,2647.26,111.667,5.88189,300,0,0,1536,0,0,0,0,0),(27309,4655,1,1,1,9435,1,-1366,2580.02,116.18,5.18701,300,0,0,1536,0,0,0,0,0),(27308,11823,1,1,1,11738,1,-1656.33,3189.54,44.9006,1.5708,300,0,0,198,0,0,0,0,0),(27307,4654,1,1,1,9434,1,-1534.6,2880.31,117.329,4.82553,300,5,0,1536,0,1,0,0,0),(27306,4654,1,1,1,9434,1,-1522.73,2750.51,112.155,0.119896,300,0,0,1536,0,2,0,0,0),(27305,4654,1,1,1,9434,1,-1288.41,2654.75,111.645,4.08664,300,5,0,1536,0,1,0,0,0),(27304,4654,1,1,1,9434,1,-1318.13,2617.01,112.387,2.41284,300,5,0,1536,0,1,0,0,0),(27303,4654,1,1,1,9434,1,-1380.57,2854.46,122.81,5.77257,300,5,0,1536,0,1,0,0,0),(27302,4654,1,1,1,9434,1,-1148.71,2853.73,138.509,2.99956,300,5,0,1536,0,1,0,0,0),(27301,4654,1,1,1,9434,1,-1217.96,2850.5,122.299,0.594494,300,10,0,1536,0,1,0,0,0),(27300,4654,1,1,1,9434,1,-1183.6,2818.17,123.549,5.21637,300,0,0,1536,0,2,0,0,0),(27299,4654,1,1,1,9434,1,-1219.12,2716.77,111.623,5.06539,300,5,0,1536,0,1,0,0,0),(27298,4654,1,1,1,9434,1,-1532,2828.52,146.574,3.24648,300,5,0,1536,0,1,0,0,0),(27297,4654,1,1,1,9434,1,-1384.04,2623.38,111.681,1.59801,300,5,0,1536,0,1,0,0,0),(27296,4653,1,1,1,9425,1,-2366.76,2438.95,77.1357,2.3842,300,5,0,1403,0,1,0,0,0),(27295,4653,1,1,1,9425,1,-2406.51,2410.24,75.4664,1.97222,300,0,0,1403,0,0,0,0,0),(27294,4653,1,1,1,9425,1,-2409.31,2478.29,83.6095,0.690535,300,0,0,1403,0,0,0,0,0),(27293,4653,1,1,1,9425,1,-2360.78,2482.59,71.0694,3.37749,300,2,0,1403,0,1,0,0,0),(27292,4653,1,1,1,9425,1,-2314.35,2633.99,60.3135,5.17622,300,0,0,1403,0,0,0,0,0),(27291,4653,1,1,1,9425,1,-2278.65,2668.72,60.3135,1.41654,300,5,0,1403,0,1,0,0,0),(71997,9541,230,1,1,0,1,879.018,-155.273,-49.7591,0.57177,300,0,0,7359,0,0,0,0,0),(27288,4652,1,1,1,9426,1,-2265.43,2601.59,61.8827,0.654874,300,3,0,1403,0,1,0,0,0),(27287,4652,1,1,1,9426,1,-2416.07,2489.97,83.4285,6.27812,300,0,0,1403,0,0,0,0,0),(27286,4652,1,1,1,9426,1,-2303.56,2423.38,67.7475,5.48625,300,5,0,1403,0,1,0,0,0),(27285,4652,1,1,1,9426,1,-2414.46,2410.78,75.676,0.872665,300,0,0,1403,0,0,0,0,0),(27284,4652,1,1,1,9426,1,-2398.87,2428.64,74.97,2.88056,300,5,0,1403,0,1,0,0,0),(27283,4652,1,1,1,9426,1,-2420.11,2431.68,74.4226,0.54867,300,5,0,1403,0,1,0,0,0),(27282,4652,1,1,1,9426,1,-2369.66,2426.49,77.2418,4.3122,300,5,0,1403,0,1,0,0,0),(27281,11564,1,1,1,7933,0,-1396.3,1513.98,59.0624,5.21853,300,0,0,1342,0,0,0,0,0),(27280,11564,1,1,1,7933,0,-1426.32,1477.15,59.595,5.67232,300,0,0,1342,0,0,0,0,0),(27279,11564,1,1,1,7933,0,-1390.3,1523.61,59.0624,5.96903,300,0,0,1342,0,0,0,0,0),(27278,11563,1,1,1,3214,0,-417.162,2719.56,-21.3663,1.74089,300,20,0,1163,0,1,0,0,0),(27277,11563,1,1,1,3214,0,-551.785,2818.67,-32.9096,2.93405,300,20,0,1163,0,1,0,0,0),(27276,11563,1,1,1,3214,0,-585.403,2782.89,-27.3659,3.93325,300,20,0,1163,0,1,0,0,0),(27275,11563,1,1,1,3214,0,-611.428,2749.25,-22.8793,5.48935,300,20,0,1163,0,1,0,0,0),(27274,11563,1,1,1,3214,0,-480.358,2748.83,-29.196,6.24995,300,20,0,1163,0,1,0,0,0),(27273,11563,1,1,1,3214,0,-438.444,2781.25,-29.5898,3.22324,300,20,0,1163,0,1,0,0,0),(27272,11563,1,1,1,3214,0,-384.927,2792.87,-26.0448,2.88537,300,20,0,1163,0,1,0,0,0),(31328,23979,1,1,1,21950,0,-3036.98,-3922.27,37.4266,5.34703,360,10,0,13,0,1,0,0,0),(27271,11563,1,1,1,3214,0,-1885.05,3190.01,-30.8865,3.75812,300,20,0,1163,0,1,0,0,0),(27270,11563,1,1,1,3214,0,-1997.68,3082,3.79001,3.24535,300,20,0,1163,0,1,0,0,0),(27269,4651,1,1,1,9424,0,-2017.63,2595.59,61.4479,3.36945,300,5,0,954,2553,1,0,0,0),(27268,11563,1,1,1,3214,0,-589.836,2847.85,-32.2291,3.05793,300,20,0,1163,0,1,0,0,0),(27267,4651,1,1,1,9424,0,-1975.65,2611.31,61.6929,0.120313,300,5,0,954,2553,1,0,0,0),(27266,4651,1,1,1,9424,0,-1974.86,2550.93,60.9797,5.33852,300,5,0,954,2553,1,0,0,0),(27265,11563,1,1,1,3214,0,-1932.04,3446.46,-46.503,6.16399,300,20,0,1163,0,1,0,0,0),(27264,11563,1,1,1,3214,0,-2007.3,3252.51,-28.3469,6.26784,300,20,0,1163,0,1,0,0,0),(27263,11563,1,1,1,3214,0,-1926.11,3111.74,-5.68355,4.6168,300,20,0,1163,0,1,0,0,0),(27262,4651,1,1,1,9424,0,-2416.36,2529.46,81.2526,3.24318,300,2,0,954,2553,1,0,0,0),(27261,4651,1,1,1,9424,0,-2323.38,2429.83,66.8406,0.054608,300,5,0,954,2553,1,0,0,0),(27260,4651,1,1,1,9424,0,-2435.77,2449.85,72.1004,4.2834,300,2,0,954,2553,1,0,0,0),(27259,4651,1,1,1,9424,0,-2169.27,2474.32,19.2061,1.56686,300,0,0,954,2553,2,0,0,0),(27258,4651,1,1,1,9424,0,-2361.92,2501.04,69.6346,6.09714,300,2,0,954,2553,1,0,0,0),(27257,4651,1,1,1,9424,0,-2202.26,2587.83,20.3716,5.89487,300,5,0,954,2553,1,0,0,0),(27256,4651,1,1,1,9424,0,-2440.03,2493.1,67.4038,1.67524,300,2,0,954,2553,1,0,0,0),(27255,4651,1,1,1,9424,0,-2171.33,2391.94,58.2883,3.83154,300,20,0,954,2553,1,0,0,0),(27254,11563,1,1,1,3214,0,-1874.17,3289.88,-45.0012,3.47661,300,20,0,1163,0,1,0,0,0),(27253,11563,1,1,1,3214,0,-2057.18,3281.43,-44.1299,3.93474,300,20,0,1163,0,1,0,0,0),(27252,11563,1,1,1,3214,0,-1707.33,3438.74,-51.3684,0.409573,300,20,0,1163,0,1,0,0,0),(27251,11563,1,1,1,3214,0,-2082.55,3240.07,-26.302,4.47143,300,20,0,1163,0,1,0,0,0),(27250,11563,1,1,1,3214,0,-1915.5,3249.39,-51.1113,2.77688,300,20,0,1163,0,1,0,0,0),(27249,11563,1,1,1,3214,0,-1878.52,3311.72,-46.6471,2.39661,300,20,0,1163,0,1,0,0,0),(27248,4651,1,1,1,9424,0,-2289.35,2496.6,73.0236,0.501357,300,0,0,954,2553,0,0,0,0),(27247,4651,1,1,1,9424,0,-2255.54,2545.02,21.2201,3.38189,300,5,0,954,2553,1,0,0,0),(27246,4651,1,1,1,9424,0,-2321.77,2504.18,73.0283,3.13869,300,2,0,954,2553,1,0,0,0),(27245,11562,1,1,1,11371,0,-482.458,2813.65,-31.1686,5.22547,300,20,0,928,963,1,0,0,0),(27244,11562,1,1,1,11371,0,-589.357,2714.89,-25.805,3.32029,300,20,0,928,963,1,0,0,0),(27243,11562,1,1,1,11371,0,-576.234,2653.8,-20.3607,6.13472,300,20,0,928,963,1,0,0,0),(27242,11562,1,1,1,11371,0,-550.608,2672.8,-24.6606,2.38733,300,20,0,928,963,1,0,0,0),(27241,11562,1,1,1,11371,0,-450.433,2732.37,-23.4081,1.1471,300,20,0,928,963,1,0,0,0),(27240,11562,1,1,1,11371,0,-383.221,2821.75,-22.9953,1.69712,300,20,0,928,963,1,0,0,0),(27239,11562,1,1,1,11371,0,-489.57,2665.26,-20.6284,2.54655,300,20,0,928,963,1,0,0,0),(27238,11562,1,1,1,11371,0,-1843.27,3039.04,3.31622,1.59813,300,20,0,928,963,1,0,0,0),(27237,11562,1,1,1,11371,0,-2019.07,3389.07,-63.5345,2.97191,300,20,0,928,963,1,0,0,0),(27236,11562,1,1,1,11371,0,-1872.81,3374.68,-70.0521,4.80002,300,20,0,928,963,1,0,0,0),(27235,11562,1,1,1,11371,0,-1869.39,3404.34,-50.7694,3.44278,300,20,0,928,963,1,0,0,0),(27234,11562,1,1,1,11371,0,-1907.91,3123.08,-18.475,0.331033,300,20,0,928,963,1,0,0,0),(27233,11562,1,1,1,11371,0,-619.985,2824.18,-23.1261,3.13085,300,20,0,928,963,1,0,0,0),(27232,11562,1,1,1,11371,0,-1808.33,3425,-45.1,2.99111,300,0,0,928,963,0,0,0,0),(27231,11562,1,1,1,11371,0,-2002.46,3150.58,-9.43554,5.20678,300,20,0,928,963,1,0,0,0),(27230,11562,1,1,1,11371,0,-1956.36,3187.71,-60.4321,3.44918,300,3,0,928,963,1,0,0,0),(27229,11562,1,1,1,11371,0,-2069.51,3202.41,-13.3813,3.65154,300,20,0,928,963,1,0,0,0),(27228,11562,1,1,1,11371,0,-1644.8,3315.53,-44.7439,0.094813,300,20,0,928,963,1,0,0,0),(27227,11562,1,1,1,11371,0,-1711.3,3353.13,-47.3943,5.9835,300,20,0,928,963,1,0,0,0),(27226,11562,1,1,1,11371,0,-1917.88,3400.77,-47.1733,1.59228,300,20,0,928,963,1,0,0,0),(27225,11562,1,1,1,11371,0,-2021.2,3182.47,-16.3809,0.633349,300,20,0,928,963,1,0,0,0),(27224,11562,1,1,1,11371,0,-1934.66,3153.89,-36.0741,3.3591,300,20,0,928,963,1,0,0,0),(27223,1322,1,1,1,1514,1,202.837,1179.19,168.082,2.87979,300,0,0,1753,0,0,0,0,0),(27222,11562,1,1,1,11371,0,-1953.02,3107.92,-7.72953,4.39465,300,20,0,928,963,1,0,0,0),(27221,11561,1,1,1,11369,0,-2216.98,1361.36,81.2916,5.70131,300,0,0,1536,0,2,0,0,0),(27220,4649,1,1,1,9423,1,-2051.38,2422.52,60.5702,1.92371,300,5,0,1021,963,1,0,0,0),(27219,4649,1,1,1,9423,1,-2176.71,2410.16,60.5283,5.70212,300,5,0,1021,963,1,0,0,0),(27218,4649,1,1,1,9423,1,-2110.87,2686.59,60.3096,0.582295,300,5,0,1021,963,1,0,0,0),(27217,4649,1,1,1,9423,1,-2011.36,2551.66,62.166,5.21129,300,5,0,1021,963,1,0,0,0),(27216,4649,1,1,1,9423,1,-1987.58,2551.84,61.1552,4.65171,300,0,0,1021,963,2,0,0,0),(27215,4649,1,1,1,9423,1,-1922.19,2585.25,61.4352,2.63986,300,20,0,1021,963,1,0,0,0),(27214,4649,1,1,1,9423,1,-1950.17,2576.26,61.2475,5.55128,300,20,0,1021,963,1,0,0,0),(27213,4649,1,1,1,9423,1,-1955.2,2653.87,69.3903,2.94496,300,5,0,1021,963,1,0,0,0),(27212,4649,1,1,1,9423,1,-2012.43,2612.17,62.1894,5.46321,300,20,0,1021,963,1,0,0,0),(27211,4649,1,1,1,9423,1,-2048.05,2620.45,61.9896,4.01129,300,5,0,1021,963,1,0,0,0),(27210,4649,1,1,1,9423,1,-2080.49,2414.75,61.6547,0.975223,300,5,0,1021,963,1,0,0,0),(27209,4649,1,1,1,9423,1,-2110.45,2417.25,62.8571,4.97522,300,5,0,1021,963,1,0,0,0),(27208,11561,1,1,1,11369,0,-2178.8,1313.5,63.6992,0.106833,300,5,0,1536,0,1,0,0,0),(27207,11561,1,1,1,11369,0,-2212.18,1317.55,63.7131,6.08117,300,5,0,1536,0,1,0,0,0),(27206,11561,1,1,1,11369,0,-2285.45,1353.71,63.7131,1.02853,300,20,0,1536,0,1,0,0,0),(27205,11561,1,1,1,11369,0,-2248.25,1318.56,63.6714,0.05236,300,0,0,1536,0,0,0,0,0),(27204,11561,1,1,1,11369,0,-2257.14,1345.23,64.1391,5.5654,300,5,0,1536,0,1,0,0,0),(27203,11561,1,1,1,11369,0,-2309.16,1351.27,63.6176,5.33831,300,5,0,1536,0,1,0,0,0),(27202,11561,1,1,1,11369,0,-2276.58,1388.22,67.0031,3.26304,300,20,0,1536,0,1,0,0,0),(27201,11561,1,1,1,11369,0,-2310.03,1401.83,63.4736,1.67497,300,5,0,1536,0,1,0,0,0),(27200,11561,1,1,1,11369,0,-2246.21,1548.65,64.8544,3.58865,300,5,0,1536,0,1,0,0,0),(27199,11561,1,1,1,11369,0,-2254.33,1514.99,63.7537,4.05565,300,5,0,1536,0,1,0,0,0),(27198,11561,1,1,1,11369,0,-2265.39,1440.18,68.1967,2.78648,300,5,0,1536,0,1,0,0,0),(27197,11561,1,1,1,11369,0,-2271.56,1484.8,63.6537,1.28071,300,0,0,1536,0,2,0,0,0),(27196,11561,1,1,1,11369,0,-2119.25,1303.76,65.6992,0.876109,300,0,0,1536,0,2,0,0,0),(27195,11561,1,1,1,11369,0,-2141.9,1302.33,63.603,3.09535,300,5,0,1536,0,1,0,0,0),(27194,11561,1,1,1,11369,0,-1991.35,1357.54,63.7435,3.93904,300,5,0,1536,0,1,0,0,0),(27193,11561,1,1,1,11369,0,-2032.73,1344.45,64.4764,5.37523,300,5,0,1536,0,1,0,0,0),(27192,11561,1,1,1,11369,0,-2050.7,1317.01,64.4631,5.20347,300,0,0,1536,0,2,0,0,0),(27191,4649,1,1,1,9423,1,-2305.32,2493.97,73.5274,0.933717,300,3,0,1021,963,1,0,0,0),(27190,4649,1,1,1,9423,1,-2106.31,2528.65,34.9771,1.45659,300,0,0,1021,963,2,0,0,0),(27189,11561,1,1,1,11369,0,-2270.72,1378.87,67.5754,3.09254,300,5,0,1536,0,1,0,0,0),(27188,11561,1,1,1,11369,0,-2188.14,1344.52,71.2753,4.52572,300,5,0,1536,0,1,0,0,0),(27187,11561,1,1,1,11369,0,-2083.14,1348.57,84.5114,3.82102,300,5,0,1536,0,1,0,0,0),(27186,11561,1,1,1,11369,0,-2162.96,1359.47,79.6642,2.02105,300,3,0,1536,0,1,0,0,0),(27185,11561,1,1,1,11369,0,-2211.09,1362.29,82.6887,5.18242,300,5,0,1536,0,1,0,0,0),(27184,4649,1,1,1,9423,1,-2414.29,2506.13,66.8326,0.116415,300,5,0,1021,963,1,0,0,0),(27183,4649,1,1,1,9423,1,-2229.28,2570.94,20.4889,1.34217,300,5,0,1021,963,1,0,0,0),(27182,4649,1,1,1,9423,1,-2337.41,2417.53,75.6836,2.06556,300,5,0,1021,963,1,0,0,0),(27181,4649,1,1,1,9423,1,-2254.02,2622.38,61.3827,5.39836,300,5,0,1021,963,1,0,0,0),(27180,4649,1,1,1,9423,1,-2424.95,2473.12,83.429,6.01311,300,3,0,1021,963,1,0,0,0),(27179,4649,1,1,1,9423,1,-2085.25,2571.03,17.2631,1.70987,300,5,0,1021,963,1,0,0,0),(27178,4649,1,1,1,9423,1,-2375.95,2469.76,74.4626,0.497799,300,5,0,1021,963,1,0,0,0),(27177,11561,1,1,1,11369,0,-2251.8,1610.3,69.2792,3.15405,300,5,0,1536,0,1,0,0,0),(27176,4649,1,1,1,9423,1,-2258.05,2677.96,63.0635,0.257193,300,5,0,1021,963,1,0,0,0),(27175,4649,1,1,1,9423,1,-2243.92,2649.36,61.8135,0.086542,300,5,0,1021,963,1,0,0,0),(27174,11561,1,1,1,11369,0,-2246.19,1399.44,79.4668,2.1144,300,5,0,1536,0,1,0,0,0),(27173,4649,1,1,1,9423,1,-2353.18,2465.61,70.753,1.67587,300,5,0,1021,963,1,0,0,0),(27172,11561,1,1,1,11369,0,-2190.57,1554.08,70.9108,5.422,300,5,0,1536,0,1,0,0,0),(27171,4649,1,1,1,9423,1,-2158.16,2592.62,20.6826,5.13946,300,5,0,1021,963,1,0,0,0),(27170,4649,1,1,1,9423,1,-2458.62,2505.22,83.3601,5.61464,300,2,0,1021,963,1,0,0,0),(27169,4648,1,1,1,9422,1,-2050.08,2690.04,62.8114,5.67838,300,5,0,1221,0,1,0,0,0),(27168,4648,1,1,1,9422,1,-2012.55,2519.93,61.5206,5.54089,300,5,0,1221,0,1,0,0,0),(27167,4648,1,1,1,9422,1,-2014.25,2654.69,61.1113,2.89617,300,5,0,1221,0,1,0,0,0),(27166,4648,1,1,1,9422,1,-1952.5,2553.73,61.8487,3.8494,300,20,0,1221,0,1,0,0,0),(27165,4648,1,1,1,9422,1,-1955.26,2610.17,67.4697,3.27271,300,5,0,1221,0,1,0,0,0),(27164,4648,1,1,1,9422,1,-2011.15,2632.75,61.0644,1.06097,300,20,0,1221,0,1,0,0,0),(27163,4648,1,1,1,9422,1,-2144.13,2413.4,61.258,1.29852,300,5,0,1221,0,1,0,0,0),(27162,4648,1,1,1,9422,1,-2271.31,2503.1,73.9369,3.40084,300,0,0,1221,0,0,0,0,0),(27161,4648,1,1,1,9422,1,-2070.8,2512.6,22.7046,1.89833,300,0,0,1221,0,0,0,0,0),(27160,4648,1,1,1,9422,1,-2227.5,2478.1,21.0792,2.93542,300,5,0,1221,0,1,0,0,0),(27159,4648,1,1,1,9422,1,-2294.13,2653.58,60.6885,3.17774,300,5,0,1221,0,1,0,0,0),(27158,4648,1,1,1,9422,1,-2402.81,2444.76,74.409,5.41908,300,5,0,1221,0,1,0,0,0),(27157,4648,1,1,1,9422,1,-2352.12,2413.66,76.0143,2.30218,300,5,0,1221,0,1,0,0,0),(27156,4648,1,1,1,9422,1,-2313.25,2406.27,69.1485,0.569502,300,5,0,1221,0,1,0,0,0),(27155,4648,1,1,1,9422,1,-2211.99,2651.65,62.3067,0.182861,300,5,0,1221,0,1,0,0,0),(27154,4648,1,1,1,9422,1,-2346.78,2494.52,70.8499,0.874122,300,2,0,1221,0,1,0,0,0),(27153,4648,1,1,1,9422,1,-2121.89,2478.62,17.5187,3.64588,300,5,0,1221,0,1,0,0,0),(27152,4648,1,1,1,9422,1,-2292.47,2607.56,60.3135,2.5245,300,5,0,1221,0,1,0,0,0),(27151,4648,1,1,1,9422,1,-2454.16,2521.85,83.2101,3.10091,300,2,0,1221,0,1,0,0,0),(27150,4648,1,1,1,9422,1,-2381.61,2511.42,71.3916,2.19828,300,2,0,1221,0,1,0,0,0),(27149,4648,1,1,1,9422,1,-2211.93,2685.67,60.3135,4.30894,300,5,0,1221,0,1,0,0,0),(27148,4648,1,1,1,9422,1,-2117.07,2569.75,21.713,0.25139,300,5,0,1221,0,1,0,0,0),(27147,4647,1,1,1,9421,1,-2051.2,2652.05,62.4641,3.20332,300,20,0,1163,0,1,0,0,0),(27146,4647,1,1,1,9421,1,-2079.08,2656.38,60.839,4.02237,300,20,0,1163,0,1,0,0,0),(27145,4647,1,1,1,9421,1,-2014.09,2679.28,60.3524,2.95466,300,5,0,1163,0,1,0,0,0),(27144,4647,1,1,1,9421,1,-1987.69,2687.34,60.3636,0.875611,300,5,0,1163,0,1,0,0,0),(27143,4647,1,1,1,9421,1,-2022.85,2480.4,61.1051,4.30898,300,5,0,1163,0,1,0,0,0),(27142,4647,1,1,1,9421,1,-1953.65,2687.1,76.4029,1.5015,300,5,0,1163,0,1,0,0,0),(27141,11559,1,1,1,9531,0,-2255.62,1311.42,63.7413,6.18153,300,5,0,1196,3075,1,0,0,0),(27140,11559,1,1,1,9531,0,-2242.44,1541.25,63.4469,4.34059,300,0,0,1196,3075,2,0,0,0),(27139,11559,1,1,1,9531,0,-2259.94,1361.98,67.4631,1.84564,300,5,0,1196,3075,1,0,0,0),(27138,11559,1,1,1,9531,0,-2227.59,1381.18,82.3337,3.63029,300,0,0,1196,3075,0,0,0,0),(27137,4647,1,1,1,9421,1,-2232.45,2446.3,34.7528,0.623992,300,0,0,1163,0,2,0,0,0),(27136,4647,1,1,1,9421,1,-2087.15,2479.18,17.2631,5.50474,300,5,0,1163,0,1,0,0,0),(27135,4646,1,1,1,9420,1,-2239.72,2411.1,54.4443,2.60245,300,5,0,1163,0,1,0,0,0),(27134,4646,1,1,1,9420,1,-2114.65,2619.09,61.0481,2.80374,300,5,0,1163,0,1,0,0,0),(27133,4646,1,1,1,9420,1,-2111.4,2656.51,60.4208,2.89523,300,20,0,1163,0,1,0,0,0),(27132,4646,1,1,1,9420,1,-2081.03,2680.3,60.3206,6.24019,300,5,0,1163,0,1,0,0,0),(27131,4646,1,1,1,9420,1,-2045.45,2444.96,62.3524,0.179354,300,5,0,1163,0,1,0,0,0),(27130,4646,1,1,1,9420,1,-2188.24,2644.03,60.5728,4.24249,300,5,0,1163,0,1,0,0,0),(27129,4646,1,1,1,9420,1,-2074.98,2550.38,18.3896,1.57332,300,5,0,1163,0,1,0,0,0),(27128,4645,1,1,1,4583,0,-1800.04,1042.72,92.7637,0.660964,300,0,0,1403,0,0,0,0,0),(27127,4645,1,1,1,4583,0,-1727.55,922.635,91.9232,3.73003,300,0,0,1403,0,0,0,0,0),(27126,4645,1,1,1,4583,0,-1899.08,986.493,90.6807,4.09375,300,0,0,1403,0,0,0,0,0),(27125,4645,1,1,1,4583,0,-1896.84,1099.24,92.7145,1.63401,300,0,0,1403,0,0,0,0,0),(27124,4645,1,1,1,4583,0,-1878.71,1115.8,92.3138,1.5917,300,0,0,1403,0,0,0,0,0),(27123,4645,1,1,1,4583,0,-1948.08,1248.5,91.5211,1.90017,300,0,0,1403,0,0,0,0,0),(27122,4644,1,1,1,9432,1,-1783.15,944.68,92.7692,2.59524,300,0,0,1403,0,0,0,0,0),(27121,4644,1,1,1,9432,1,-1748.96,932.292,92.5803,3.4633,300,0,0,1403,0,0,0,0,0),(27120,4644,1,1,1,9432,1,-1802.12,1061.57,91.3887,3.70623,300,0,0,1403,0,0,0,0,0),(27119,4644,1,1,1,9432,1,-1689.86,1029.18,94.2452,2.68241,300,0,0,1403,0,0,0,0,0),(27118,4644,1,1,1,9432,1,-1964.65,1239.73,91.1461,2.56854,300,0,0,1403,0,0,0,0,0),(27117,4644,1,1,1,9432,1,-1962.75,1267.75,91.6818,5.39307,300,0,0,1403,0,0,0,0,0),(27116,5412,1,1,1,4695,1,-1337.06,1702.54,89.9855,0.401426,300,0,0,1342,0,0,0,0,0),(27115,4643,1,1,1,9430,1,-1743.92,1068.43,91.2688,2.21334,300,0,0,1279,0,2,0,0,0),(27114,4643,1,1,1,9430,1,-1866.26,1292.67,90.2674,3.24729,300,5,0,1279,0,2,0,0,0),(27113,4643,1,1,1,9430,1,-1891.59,980.185,90.8297,4.54949,300,5,0,1279,0,2,0,0,0),(27112,4642,1,1,1,9431,1,-1855.52,1088.68,90.347,4.13785,300,5,0,1064,1007,1,0,0,0),(27111,4642,1,1,1,9431,1,-1714.72,1085.24,91.7442,0.358781,300,5,0,1064,1007,1,0,0,0),(27110,4642,1,1,1,9431,1,-1784.93,1155.86,90.3809,2.62565,300,5,0,1064,1007,1,0,0,0),(27109,4642,1,1,1,9431,1,-1778.78,1085.5,90.2048,3.61695,300,5,0,1064,1007,1,0,0,0),(27108,4642,1,1,1,9431,1,-1820.67,1053.84,95.5137,1.64652,300,5,0,1064,1007,1,0,0,0),(27107,4642,1,1,1,9431,1,-1908.65,973.714,90.9167,0.976321,300,5,0,1064,1007,1,0,0,0),(27106,4642,1,1,1,9431,1,-1880.19,1086.61,91.9645,2.96474,300,0,0,1064,1007,0,0,0,0),(27105,4642,1,1,1,9431,1,-1915.72,1282.09,93.103,1.18682,300,0,0,1064,1007,0,0,0,0),(27104,4642,1,1,1,9431,1,-2041.08,1152.25,116.729,5.23388,300,5,0,1064,1007,1,0,0,0),(27103,4642,1,1,1,9431,1,-1947.35,1185.01,90.6267,4.49207,300,5,0,1064,1007,1,0,0,0),(27102,4641,1,1,1,9429,0,-1757.98,1242.37,91.5991,3.76836,300,5,0,1021,963,1,0,0,0),(27101,4641,1,1,1,9429,0,-1819.31,1184.16,88.4642,6.17846,300,0,0,1021,963,0,0,0,0),(27100,4641,1,1,1,9429,0,-1846.25,1147.75,90.7653,1.98501,300,5,0,1021,963,1,0,0,0),(27099,4641,1,1,1,9429,0,-1710.65,956.994,90.3816,0.931671,300,5,0,1021,963,1,0,0,0),(27098,4641,1,1,1,9429,0,-1618.61,885.043,89.9229,2.50686,300,5,0,1021,963,1,0,0,0),(27097,4641,1,1,1,9429,0,-1718.04,1149.67,89.2574,5.03916,300,5,0,1021,963,1,0,0,0),(27096,4641,1,1,1,9429,0,-1645.69,1118.1,90.348,0.707884,300,5,0,1021,963,1,0,0,0),(27095,4641,1,1,1,9429,0,-1824.16,1304.53,87.4191,4.64571,300,5,0,1021,963,1,0,0,0),(27094,4641,1,1,1,9429,0,-1884.74,1314.4,87.6938,3.23292,300,5,0,1021,963,1,0,0,0),(27093,4641,1,1,1,9429,0,-1585.6,1054.23,92.5497,4.88562,300,20,0,1021,963,1,0,0,0),(27092,4641,1,1,1,9429,0,-2016.29,1181.08,98.6021,3.90687,300,20,0,1021,963,1,0,0,0),(27091,4641,1,1,1,9429,0,-1982.59,1212.43,90.8203,4.74926,300,20,0,1021,963,1,0,0,0),(27090,4641,1,1,1,9429,0,-1948.61,1053.23,88.133,1.64899,300,5,0,1021,963,1,0,0,0),(27089,4641,1,1,1,9429,0,-1916.97,1022.23,90.6896,4.52653,300,5,0,1021,963,1,0,0,0),(27088,4641,1,1,1,9429,0,-1914.7,1255.7,93.2007,1.37494,300,0,0,1021,963,0,0,0,0),(27087,4641,1,1,1,9429,0,-1686.69,1245.97,91.636,4.52703,300,5,0,1021,963,1,0,0,0),(27086,4641,1,1,1,9429,0,-1822.87,818.86,103.174,5.07074,300,5,0,1021,963,1,0,0,0),(27085,4641,1,1,1,9429,0,-1590.06,855.546,114.449,6.09458,300,5,0,1021,963,1,0,0,0),(27084,4640,1,1,1,2293,1,-1712.96,1211.41,91.4266,4.12718,300,20,0,1221,0,1,0,0,0),(27083,4640,1,1,1,2293,1,-1745.01,1187.66,88.4568,0.683803,300,5,0,1221,0,1,0,0,0),(27082,4640,1,1,1,2293,1,-1820.98,1108.27,91.6211,0.654288,300,20,0,1221,0,1,0,0,0),(27081,4640,1,1,1,2293,1,-1753.18,1111.37,88.6241,3.56795,300,5,0,1221,0,1,0,0,0),(27080,4640,1,1,1,2293,1,-1759.23,1057.68,92.2733,2.49757,300,5,0,1221,0,1,0,0,0),(27079,4640,1,1,1,2293,1,-1753.97,957.749,92.3785,1.48509,300,5,0,1221,0,1,0,0,0),(27078,4640,1,1,1,2293,1,-1645.32,843.735,93.8155,4.67284,300,5,0,1221,0,1,0,0,0),(27077,4640,1,1,1,2293,1,-1683.64,817.033,97.0653,1.37589,300,5,0,1221,0,1,0,0,0),(27076,4640,1,1,1,2293,1,-1678.98,1146.83,93.7228,1.68824,300,20,0,1221,0,1,0,0,0),(27075,4640,1,1,1,2293,1,-1879.42,958.662,90.8326,1.65311,300,5,0,1221,0,1,0,0,0),(27074,4640,1,1,1,2293,1,-2048.95,1214,107.501,4.73777,300,5,0,1221,0,1,0,0,0),(27073,4640,1,1,1,2293,1,-1986.47,1152.52,95.5254,2.56458,300,20,0,1221,0,1,0,0,0),(27072,4640,1,1,1,2293,1,-1981.9,1084.21,107.939,2.88382,300,5,0,1221,0,1,0,0,0),(27071,4640,1,1,1,2293,1,-1715.05,1273.11,94.5888,3.81119,300,5,0,1221,0,1,0,0,0),(27070,4640,1,1,1,2293,1,-1575.37,920.816,89.1903,0.404453,300,5,0,1221,0,1,0,0,0),(27069,4640,1,1,1,2293,1,-1549.56,955.601,90.6965,3.44296,300,5,0,1221,0,1,0,0,0),(27068,4640,1,1,1,2293,1,-1747.88,806.494,101.523,4.68339,300,5,0,1221,0,1,0,0,0),(27067,4640,1,1,1,2293,1,-2012.49,1119.38,117.084,1.93208,300,5,0,1221,0,1,0,0,0),(27066,4640,1,1,1,2293,1,-1935.8,1262.79,92.062,2.38964,300,0,0,1221,0,0,0,0,0),(27065,4639,1,1,1,9428,1,-1652.74,1182.44,90.3973,0.387186,300,20,0,1163,0,1,0,0,0),(27064,4639,1,1,1,9428,1,-1783.79,1279.77,90.9438,3.72205,300,5,0,1163,0,1,0,0,0),(27063,4639,1,1,1,9428,1,-1555.05,1018.42,89.622,3.23601,300,0,0,1163,0,2,0,0,0),(27062,4639,1,1,1,9428,1,-1645.87,1217.37,91.0787,0.519359,300,20,0,1163,0,1,0,0,0),(27061,4639,1,1,1,9428,1,-1618.47,1242.85,90.7982,5.87835,300,5,0,1163,0,1,0,0,0),(27060,4638,1,1,1,2292,1,-1781.4,1217.05,91.117,3.21699,300,5,0,1221,0,1,0,0,0),(27059,4638,1,1,1,2292,1,-1619.61,1080.29,88.6009,0.24261,300,0,0,1221,0,2,0,0,0),(27058,4638,1,1,1,2292,1,-1812.83,1256.24,91.008,1.16936,300,5,0,1221,0,1,0,0,0),(27057,4638,1,1,1,2292,1,-1614.04,989.831,90.3441,2.61017,300,0,0,1221,0,2,0,0,0),(27056,4638,1,1,1,2292,1,-1655.57,1284.73,90.6277,1.14197,300,5,0,1221,0,1,0,0,0),(27055,4638,1,1,1,2292,1,-1517.33,915.28,90.0735,2.57354,300,5,0,1221,0,1,0,0,0),(27054,4637,1,1,1,9446,1,-817.724,939.648,90.2962,4.65726,300,3,0,977,935,1,0,0,0),(27053,4637,1,1,1,9446,1,-875.69,1047.52,91.6211,5.91422,300,20,0,977,935,1,0,0,0),(27052,4637,1,1,1,9446,1,-1010.09,874.882,92.6127,2.05949,300,0,0,977,935,0,0,0,0),(27051,4637,1,1,1,9446,1,-1054.69,945.433,90.7736,2.91736,300,20,0,977,935,1,0,0,0),(27050,4637,1,1,1,9446,1,-1110.17,925.522,89.2639,2.28918,300,20,0,977,935,1,0,0,0),(27049,4637,1,1,1,9446,1,-1046.51,1012.36,90.3956,6.02171,300,0,0,977,935,0,0,0,0),(27048,4636,1,1,1,9448,1,-888.399,915.089,90.286,2.69017,300,20,0,1163,0,1,0,0,0),(27047,4636,1,1,1,9448,1,-986.065,1017.95,90.3548,2.9413,300,20,0,1163,0,1,0,0,0),(27046,4636,1,1,1,9448,1,-930.343,888.471,91.9078,1.69482,300,0,0,1163,0,0,0,0,0),(27045,4636,1,1,1,9448,1,-950.546,881.924,91.4779,3.35012,300,0,0,1163,0,0,0,0,0),(27044,4636,1,1,1,9448,1,-807.925,1043.86,89.4798,0.797587,300,20,0,1163,0,1,0,0,0),(27043,4636,1,1,1,9448,1,-785.953,1017,89.5909,4.32095,300,5,0,1163,0,1,0,0,0),(27042,4636,1,1,1,9448,1,-947.212,954.353,96.303,4.27606,300,0,0,1163,0,0,0,0,0),(27041,4636,1,1,1,9448,1,-1019.95,898.49,92.651,1.71756,300,0,0,1163,0,0,0,0,0),(27040,4636,1,1,1,9448,1,-1046.7,894.932,92.7034,1.31905,300,0,0,1163,0,0,0,0,0),(27039,4636,1,1,1,9448,1,-1036.7,901.073,92.717,6.12908,300,0,0,1163,0,0,0,0,0),(27038,4636,1,1,1,9448,1,-1063.02,913.021,91.842,1.32034,300,0,0,1163,0,0,0,0,0),(27037,4636,1,1,1,9448,1,-839.725,948.127,90.6194,3.41093,300,0,0,1163,0,0,0,0,0),(27036,4636,1,1,1,9448,1,-842.318,1067.37,91.2218,2.30792,300,0,0,1163,0,0,0,0,0),(27035,4636,1,1,1,9448,1,-1064.2,1009.63,90.2706,0.587182,300,0,0,1163,0,0,0,0,0),(27034,4635,1,1,1,4871,0,-818.261,963.757,90.5462,6.2298,300,5,0,935,878,1,0,0,0),(27033,4635,1,1,1,4871,0,-955.472,915.499,90.0427,3.42726,300,20,0,935,878,1,0,0,0),(27032,4635,1,1,1,4871,0,-1000.95,929.572,92.0272,5.97657,300,20,0,935,878,1,0,0,0),(27031,4635,1,1,1,4871,0,-983.877,950.558,92.7051,3.83142,300,20,0,935,878,1,0,0,0),(27030,4635,1,1,1,4871,0,-765.654,1104.35,90.2966,6.07659,300,20,0,935,878,1,0,0,0),(27029,4635,1,1,1,4871,0,-984.375,1079.97,91.7113,1.2556,300,20,0,935,878,1,0,0,0),(27028,4635,1,1,1,4871,0,-804.314,1012.23,89.4727,6.16757,300,20,0,935,878,1,0,0,0),(27027,4635,1,1,1,4871,0,-753.976,955.857,91.0976,3.3464,300,5,0,935,878,1,0,0,0),(27026,4635,1,1,1,4871,0,-752.967,1047.71,90.6816,1.71523,300,5,0,935,878,1,0,0,0),(27025,4635,1,1,1,4871,0,-726.508,1083.33,90.3548,2.60459,300,5,0,935,878,1,0,0,0),(27024,4635,1,1,1,4871,0,-943.864,980.017,89.4463,5.53432,300,20,0,935,878,1,0,0,0),(27023,4635,1,1,1,4871,0,-1078.4,881.74,91.8396,1.93766,300,5,0,935,878,1,0,0,0),(27022,4635,1,1,1,4871,0,-1018.54,1047.79,90.367,3.85147,300,20,0,935,878,1,0,0,0),(27021,4634,1,1,1,4874,1,-840.057,919.588,89.0139,3.54366,300,0,0,1107,0,0,0,0,0),(27020,4634,1,1,1,4874,1,-818.643,989.373,91.1711,2.81714,300,20,0,1107,0,1,0,0,0),(27019,4634,1,1,1,4874,1,-859.772,1021.53,90.1048,2.82358,300,20,0,1107,0,1,0,0,0),(27018,4634,1,1,1,4874,1,-1065.32,1045.94,90.4485,0.485411,300,0,0,1107,0,0,0,0,0),(27017,4634,1,1,1,4874,1,-948.155,1044.76,89.5072,4.5188,300,20,0,1107,0,1,0,0,0),(27016,4634,1,1,1,4874,1,-969.897,886.517,91.5769,2.87855,300,0,0,1107,0,0,0,0,0),(31327,5184,1,1,1,4679,1,-2893.04,-3433.81,74.4461,4.62401,360,0,0,1403,0,0,0,0,0),(27015,4634,1,1,1,4874,1,-910.773,1017.04,91.3759,1.76934,300,20,0,1107,0,1,0,0,0),(27014,4634,1,1,1,4874,1,-888.24,984.696,89.4798,3.92002,300,20,0,1107,0,1,0,0,0),(27013,4634,1,1,1,4874,1,-752.317,985.279,91.1892,4.22037,300,5,0,1107,0,1,0,0,0),(31326,5184,1,1,1,4677,1,-2890.52,-3419.51,74.4461,1.00222,360,0,0,1403,0,0,0,0,0),(27012,4634,1,1,1,4874,1,-919.038,949.205,90.1048,3.13136,300,20,0,1107,0,1,0,0,0),(27011,4634,1,1,1,4874,1,-855.001,1052.65,91.1528,5.18014,300,0,0,1107,0,0,0,0,0),(27010,4633,1,1,1,9445,1,-1044.93,1080.82,88.4685,5.88596,300,20,0,1050,0,1,0,0,0),(27009,4633,1,1,1,9445,1,-912.78,1083.61,89.8468,5.81713,300,20,0,1050,0,1,0,0,0),(27008,4633,1,1,1,9445,1,-1015.26,1117.66,88.3429,1.56933,300,5,0,1050,0,1,0,0,0),(27007,4633,1,1,1,9445,1,-879.526,1113.76,91.2852,5.37249,300,5,0,1050,0,1,0,0,0),(27006,4633,1,1,1,9445,1,-916.77,1148.21,92.4556,1.83908,300,20,0,1050,0,1,0,0,0),(27005,4633,1,1,1,9445,1,-711.857,1155.1,90.734,3.96902,300,20,0,1050,0,1,0,0,0),(27004,4633,1,1,1,9445,1,-751.014,1117.52,89.6297,0.823917,300,20,0,1050,0,1,0,0,0),(27003,4633,1,1,1,9445,1,-783.69,1149.99,93.871,3.08898,300,20,0,1050,0,1,0,0,0),(27002,4633,1,1,1,9445,1,-1047.01,1144.61,91.0929,5.52451,300,5,0,1050,0,1,0,0,0),(27001,4632,1,1,1,9447,1,-1076.82,1120.98,88.7179,0.673122,300,20,0,1050,0,1,0,0,0),(27000,4632,1,1,1,9447,1,-1111.87,1151.47,92.0238,0.956314,300,5,0,1050,0,1,0,0,0),(26999,4632,1,1,1,9447,1,-985.143,1145.99,93.3697,3.361,300,20,0,1050,0,1,0,0,0),(26998,4632,1,1,1,9447,1,-953.167,1115.58,88.3429,0.534814,300,20,0,1050,0,1,0,0,0),(26997,4632,1,1,1,9447,1,-854.065,1147.99,91.2582,0.168803,300,5,0,1050,0,1,0,0,0),(26996,4632,1,1,1,9447,1,-781.919,1081.17,89.4242,5.75358,300,20,0,1050,0,1,0,0,0),(26995,4632,1,1,1,9447,1,-823.083,1115.69,91.2877,4.11164,300,20,0,1050,0,1,0,0,0),(26994,5398,1,1,1,1258,0,-1591.24,862.924,113.729,0.872665,300,0,0,2138,0,0,0,0,0),(26993,5397,1,1,1,4875,0,-1923.64,2604.98,64.8895,4.7822,300,0,0,2138,0,0,0,0,0),(26992,5396,1,1,1,4693,1,124.292,1236.19,163.145,3.14159,300,0,0,1981,0,0,0,0,0),(26991,5395,1,1,1,4694,1,-1333.66,1706.99,89.9855,5.96903,300,0,0,2138,0,0,0,0,0),(26990,13837,1,1,1,236,0,-1928.45,642.285,107.368,1.11701,300,0,0,1753,0,0,0,0,0),(26989,12045,1,1,1,12049,1,-1677.03,3073.27,34.6422,0.663225,300,0,0,1003,0,0,0,0,0),(26988,13837,1,1,1,236,0,-1939.65,660.626,107.645,4.38078,300,0,0,1753,0,0,0,0,0),(26987,5644,1,1,1,3791,0,-331.142,1766.99,139.6,3.85718,300,0,0,1342,0,0,0,0,0),(26986,11788,1,1,1,13009,0,-1209.17,2907.34,77.3363,1.80652,300,0,0,1902,0,0,0,0,0),(26985,11788,1,1,1,13009,0,-1262.77,2961.49,87.4925,5.70888,300,5,0,1902,0,1,0,0,0),(26984,11788,1,1,1,13009,0,-1221.9,2917.16,87.1668,0.849822,300,5,0,1902,0,1,0,0,0),(26983,11788,1,1,1,13009,0,-1255.52,2939.23,87.1457,3.84831,300,5,0,1902,0,1,0,0,0),(26982,11788,1,1,1,13009,0,-1296.28,2898.13,88.8364,0.274269,300,3,0,1902,0,1,0,0,0),(26981,11788,1,1,1,13009,0,-1192.99,3033.28,89.3421,2.74259,300,5,0,1902,0,1,0,0,0),(26980,11788,1,1,1,13009,0,-1206.44,3035.34,89.9979,4.21826,300,5,0,1902,0,1,0,0,0),(26979,11788,1,1,1,13009,0,-1235.59,2978.79,64.8805,3.94432,300,5,0,1902,0,1,0,0,0),(26978,13836,1,1,1,2346,0,-1928.98,656.58,107.655,4.29351,300,0,0,1753,0,0,0,0,0),(26977,13836,1,1,1,2346,0,-1945.07,647.086,107.339,1.13446,300,0,0,1753,0,0,0,0,0),(26976,11788,1,1,1,13009,0,-1224.38,3005.43,73.6861,6.14519,300,5,0,1902,0,1,0,0,0),(26975,13836,1,1,1,2346,0,-1939.64,645.019,107.35,1.20428,300,0,0,1753,0,0,0,0,0),(26974,11788,1,1,1,13009,0,-1146.51,2946.82,82.2892,3.88098,300,5,0,1902,0,1,0,0,0),(26973,5643,1,1,1,3790,1,-419.61,1850.15,128.492,1.20428,300,0,0,1208,1097,0,0,0,0),(26972,11787,1,1,1,12335,0,-1238.75,2967.38,64.9579,2.85719,300,5,0,1829,0,1,0,0,0),(26971,11787,1,1,1,12335,0,-1239.71,2912.01,74.255,1.98902,300,5,0,1829,0,1,0,0,0),(26970,11787,1,1,1,12335,0,-1196.31,2960.47,64.1286,4.59766,300,5,0,1829,0,1,0,0,0),(26969,11787,1,1,1,12335,0,-1203.67,2985.85,79.001,0.90938,300,5,0,1829,0,1,0,0,0),(26968,11787,1,1,1,12335,0,-1228.68,2953.91,74.2975,2.09902,300,5,0,1829,0,1,0,0,0),(26967,11787,1,1,1,12335,0,-1264.71,2925.09,74.1367,1.52082,300,5,0,1829,0,1,0,0,0),(26966,11787,1,1,1,12335,0,-1265.35,2901.59,87.7253,1.4924,300,5,0,1829,0,1,0,0,0),(26965,11787,1,1,1,12335,0,-1237.89,3034.81,89.3153,2.21224,300,5,0,1829,0,1,0,0,0),(26964,11787,1,1,1,12335,0,-1171.9,2996.26,86.1352,1.72858,300,5,0,1829,0,1,0,0,0),(26963,11787,1,1,1,12335,0,-1193.99,3004.46,69.0547,5.16858,300,5,0,1829,0,1,0,0,0),(26962,11786,1,1,1,12338,0,-1385.11,2662.7,76.4345,1.13607,300,0,0,1902,0,2,0,0,0),(26961,11786,1,1,1,12338,0,-1430.11,2586.19,74.365,0.258425,300,5,0,1902,0,1,0,0,0),(26960,11786,1,1,1,12338,0,-1375.54,2702.08,93.2914,4.30778,300,5,0,1902,0,1,0,0,0),(26959,11786,1,1,1,12338,0,-1424.57,2672.5,77.348,5.03483,300,5,0,1902,0,1,0,0,0),(26958,11786,1,1,1,12338,0,-1381.37,2596.61,73.3255,0.108967,300,0,0,1902,0,2,0,0,0),(26957,11786,1,1,1,12338,0,-1370.6,2589.13,72.9959,3.69734,300,5,0,1902,0,1,0,0,0),(26956,11786,1,1,1,12338,0,-1458.1,2771.73,92.6463,4.9263,300,5,0,1902,0,1,0,0,0),(26955,11786,1,1,1,12338,0,-1510.6,2897.83,92.8609,3.7284,300,5,0,1902,0,1,0,0,0),(26954,5642,1,1,1,3789,1,97.8138,1246.16,164.155,5.20108,300,0,0,1536,0,0,0,0,0),(26953,11785,1,1,1,11713,0,-1314.04,2658.34,85.3839,3.13297,300,5,0,1829,0,1,0,0,0),(26952,11785,1,1,1,11713,0,-1408.49,2709.57,93.4863,3.83685,300,5,0,1829,0,1,0,0,0),(26951,11785,1,1,1,11713,0,-1453.97,2650.5,92.4804,2.34425,300,5,0,1829,0,1,0,0,0),(26950,11785,1,1,1,11713,0,-1341.33,2712.64,93.7684,3.67725,300,5,0,1829,0,1,0,0,0),(26949,11785,1,1,1,11713,0,-1543.4,2767,90.655,2.40152,300,5,0,1829,0,1,0,0,0),(26948,11785,1,1,1,11713,0,-1470.66,2655.58,92.4202,2.50466,300,0,0,1829,0,2,0,0,0),(26947,11785,1,1,1,11713,0,-1462.8,2696.44,77.5374,3.8129,300,5,0,1829,0,1,0,0,0),(26946,11785,1,1,1,11713,0,-1528.47,2712.47,87.4213,5.59059,300,5,0,1829,0,1,0,0,0),(26945,11785,1,1,1,11713,0,-1506.08,2876.04,92.2821,5.45509,300,5,0,1829,0,1,0,0,0),(26944,11785,1,1,1,11713,0,-1484.05,2818.17,89.3578,0.883843,300,5,0,1829,0,1,0,0,0),(26943,11785,1,1,1,11713,0,-1576.48,2739.03,93.6042,6.06132,300,5,0,1829,0,1,0,0,0),(26942,11785,1,1,1,11713,0,-1546.47,2686.76,92.7861,2.79633,300,5,0,1829,0,1,0,0,0),(26941,11785,1,1,1,11713,0,-1378.31,2651.98,76.052,3.67969,300,5,0,1829,0,1,0,0,0),(26940,5641,1,1,1,3760,1,-1178.41,1869.98,94.873,2.94961,300,0,0,1753,0,0,0,0,0),(26939,11785,1,1,1,11713,0,-1597.01,2705.13,92.8639,2.84707,300,5,0,1829,0,1,0,0,0),(26938,11782,1,1,1,11711,0,-1442.28,2656.06,92.6091,0.320425,300,0,0,1981,0,2,0,0,0),(26937,11782,1,1,1,11711,0,-1438.34,2599.38,75.4438,4.37806,300,0,0,1981,0,0,0,0,0),(26936,5638,1,1,1,3757,1,163.489,1257.05,166.782,3.82227,300,0,0,1342,0,0,0,0,0),(26935,11781,1,1,1,11711,0,-1468.03,2824.77,92.5322,1.87082,300,0,0,1829,0,0,0,0,0),(26934,11781,1,1,1,11711,0,-1508.07,2778.15,95.2202,3.30386,300,0,0,1829,0,2,0,0,0),(26933,11778,1,1,1,11710,0,-1228.59,2904.09,75.2471,3.25189,300,5,0,1902,0,1,0,0,0),(26932,11778,1,1,1,11710,0,-1262.27,2978.82,64.6012,5.53051,300,5,0,1902,0,1,0,0,0),(26931,11778,1,1,1,11710,0,-1298.04,2990,73.479,3.25664,300,5,0,1902,0,1,0,0,0),(26930,11778,1,1,1,11710,0,-1204.12,3017.02,84.7377,2.42107,300,5,0,1902,0,1,0,0,0),(26929,11778,1,1,1,11710,0,-1172.74,3034.18,89.2288,4.16693,300,5,0,1902,0,1,0,0,0),(26928,11778,1,1,1,11710,0,-1157.51,3018.6,87.9338,0.480217,300,5,0,1902,0,1,0,0,0),(26927,11778,1,1,1,11710,0,-1178.66,2957.35,63.8838,0.397005,300,5,0,1902,0,1,0,0,0),(26926,11777,1,1,1,11710,0,-1214.57,2968.5,65.0634,5.95485,300,5,0,1829,0,1,0,0,0),(26925,11777,1,1,1,11710,0,-1295.08,2935.26,74.8914,1.1581,300,5,0,1829,0,1,0,0,0),(26924,11777,1,1,1,11710,0,-1289.22,2974.82,72.9784,2.60974,300,5,0,1829,0,1,0,0,0),(26923,11777,1,1,1,11710,0,-1277.22,3008.91,88.734,4.64938,300,5,0,1829,0,1,0,0,0),(26922,11777,1,1,1,11710,0,-1173.34,2995.08,86.1132,1.07871,300,0,0,1829,0,2,0,0,0),(26921,11777,1,1,1,11710,0,-1256.94,3041.49,89.249,5.164,300,5,0,1829,0,1,0,0,0),(26920,11777,1,1,1,11710,0,-1231.92,2895.4,87.0525,4.22276,300,5,0,1829,0,1,0,0,0),(26919,6145,1,1,1,4878,0,-176.562,2643.58,-42.4726,5.4704,300,5,0,8,0,1,0,0,0),(26918,6145,1,1,1,4878,0,-1916.34,3176.16,-14.2011,4.62713,300,5,0,8,0,1,0,0,0),(26917,6145,1,1,1,4878,0,76.7026,2959.37,-19.4286,5.90956,300,5,0,8,0,1,0,0,0),(26916,6145,1,1,1,4878,0,-596.67,2718.47,-25.2858,2.84649,300,5,0,8,0,1,0,0,0),(26915,6145,1,1,1,4878,0,-116.672,2387.63,-30.5139,4.15365,300,30,0,8,0,1,0,0,0),(26914,6145,1,1,1,4878,0,-284.436,2784.52,-13.5273,2.18642,300,5,0,8,0,1,0,0,0),(26913,6145,1,1,1,4878,0,-399.905,2764.49,-24.187,2.2874,300,5,0,8,0,1,0,0,0),(26912,11777,1,1,1,11710,0,-1149.73,3038.86,89.4568,1.73004,300,0,0,1829,0,2,0,0,0),(26911,12033,1,1,1,12036,0,-1635.92,3056.89,51.7528,2.82743,300,0,0,1003,0,0,0,0,0),(26910,12032,1,1,1,12038,1,-1719.02,3212.89,4.38054,4.59022,300,0,0,1003,0,0,0,0,0),(26909,3069,1,1,1,3796,0,-2254.65,-286.531,-9.34156,4.20624,250,0,0,617,0,0,0,0,0),(26908,3068,1,1,1,1961,0,-1731.25,-540.804,-13.3326,5.49503,19900,0,0,176,0,0,0,0,0),(26907,3067,1,1,1,3795,1,-2263.26,-284.941,-9.29335,4.72984,250,0,0,247,0,0,0,0,0),(26906,3066,1,1,1,3816,1,-2298.96,-437.742,-5.35507,3.89208,250,0,0,273,0,0,0,0,0),(26905,3065,1,1,1,3811,1,-2180.22,-408.816,-4.51826,1.0472,250,0,0,222,0,0,0,0,0),(26904,6393,1,1,1,5371,1,-1404.83,-107.317,159.018,5.61996,250,0,0,4370,0,0,0,0,0),(26903,3064,1,1,1,3820,1,-2315.75,-442.634,-5.35507,6.07375,250,0,0,247,0,0,0,0,0),(26902,3063,1,1,1,3794,1,-2347.98,-495.92,-8.96404,4.79274,250,0,0,300,0,0,0,0,0),(26901,15350,1,1,1,15387,1,-1385.16,-91.2934,159.055,3.12414,250,0,0,126000,0,0,0,0,0),(26900,3062,1,1,1,10180,1,-2873.88,-264.709,54.0072,3.7001,250,0,0,198,0,0,0,0,0),(26899,3061,1,1,1,3810,1,-2865.4,-225.731,54.9617,3.10669,250,0,0,222,0,0,0,0,0),(26898,3060,1,1,1,3819,1,-2873.57,-268.591,54.0531,2.68781,250,0,0,176,0,0,0,0,0),(26897,3059,1,1,1,3793,1,-2880.43,-213.02,54.9039,4.64258,250,0,0,198,0,0,0,0,0),(26896,3058,1,1,1,10916,0,-751.421,-674.71,-19.1842,3.41453,60,0,0,444,0,2,0,0,0),(26895,3057,1,1,1,4307,1,-1209.64,-112.698,163.882,1.5708,7200,0,0,5578000,0,0,0,0,0),(26894,10993,1,1,1,10454,1,-1348.7,-1129.96,141.803,2.61799,250,0,0,713,0,0,0,0,0),(26893,3055,1,1,1,1678,1,-2227.54,-365.72,-9.27941,4.86947,250,0,0,198,0,0,0,0,0),(26892,3566,1,1,1,1056,0,-683.103,-619.16,-14.7756,4.84346,250,15,0,176,0,1,0,0,0),(26891,3566,1,1,1,1056,0,-1016.67,-697.409,-46.8903,4.75143,250,5,0,176,0,1,0,0,0),(26890,3566,1,1,1,1056,0,-698.958,-234.086,-17.9218,0.438563,250,3,0,176,0,1,0,0,0),(26889,3566,1,1,1,1056,0,-852.141,-416.8,-27.3993,4.00854,250,15,0,176,0,1,0,0,0),(26888,3566,1,1,1,1056,0,-654.553,-141.319,-7.55951,0.027337,250,5,0,176,0,1,0,0,0),(26887,3566,1,1,1,1056,0,-909.309,-456.558,-39.6816,1.99166,250,15,0,176,0,1,0,0,0),(26886,3566,1,1,1,1056,0,-1089.48,-822.619,-22.3939,1.08532,250,5,0,176,0,1,0,0,0),(26885,3566,1,1,1,1056,0,-949.824,-118.971,19.1507,0.921095,250,5,0,176,0,1,0,0,0),(26884,3566,1,1,1,1056,0,-683.102,118.565,9.45836,1.27747,250,10,0,176,0,1,0,0,0),(26883,3566,1,1,1,1056,0,-931.58,-143.484,10.4988,3.15146,250,15,0,176,0,1,0,0,0),(26882,3566,1,1,1,1056,0,-1119.86,-882.277,-9.16431,4.65765,250,5,0,176,0,1,0,0,0),(26881,3566,1,1,1,1056,0,-569.473,-239.973,30.7551,0.286653,250,5,0,176,0,1,0,0,0),(26880,3566,1,1,1,1056,0,-874.477,-622.432,-47.1581,2.01694,250,15,0,176,0,1,0,0,0),(26879,3566,1,1,1,1056,0,-1037.61,-650.553,-54.21,1.59228,250,30,0,176,0,1,0,0,0),(26878,3566,1,1,1,1056,0,-1015.56,-716.243,-40.3545,2.58671,250,5,0,176,0,1,0,0,0),(26877,3566,1,1,1,1056,0,-656.526,-228.535,-9.57587,1.13334,250,5,0,176,0,1,0,0,0),(26876,3566,1,1,1,1056,0,-1145.71,-691.904,-61.047,1.49886,250,15,0,176,0,1,0,0,0),(26875,3566,1,1,1,1056,0,-1259.92,-407.123,-39.7578,2.53247,250,5,0,176,0,1,0,0,0),(26874,3566,1,1,1,1056,0,-1092.36,-664.021,-54.8298,0.505148,250,15,0,176,0,1,0,0,0),(26873,3566,1,1,1,1056,0,-903.622,-792.679,-6.17962,0.431316,250,15,0,176,0,1,0,0,0),(26872,3566,1,1,1,1056,0,-922.325,-225.199,-6.25922,4.47404,250,5,0,176,0,1,0,0,0),(26871,3566,1,1,1,1056,0,-852.623,126.792,-12.4638,1.93643,250,15,0,176,0,1,0,0,0),(26870,3054,1,1,1,3814,1,-2243.48,-405.843,-9.34157,1.3439,250,0,0,137,0,0,0,0,0),(26869,3566,1,1,1,1056,0,-2274.65,-1178.45,-2.1939,0.500136,250,15,0,176,0,1,0,0,0),(26868,3566,1,1,1,1056,0,-976.929,-712.568,-36.9077,1.52582,250,5,0,176,0,1,0,0,0),(26867,3566,1,1,1,1056,0,-923.903,-719.899,-28.3621,4.99149,250,15,0,176,0,1,0,0,0),(26866,3566,1,1,1,1056,0,-1120.86,-1115.27,31.968,0.089953,250,5,0,176,0,1,0,0,0),(26865,3566,1,1,1,1056,0,-796.201,-414.03,-25.1853,5.4439,250,5,0,176,0,1,0,0,0),(26864,3566,1,1,1,1056,0,-810.465,-215.522,-11.3582,4.46362,250,5,0,176,0,1,0,0,0),(26863,3566,1,1,1,1056,0,-684.057,-286.044,-18.6755,3.11621,250,10,0,176,0,1,0,0,0),(26862,3566,1,1,1,1056,0,-966.951,-441.801,-41.4706,6.17167,250,15,0,176,0,1,0,0,0),(26861,3566,1,1,1,1056,0,-1044.46,-557.944,-55.8647,5.43563,250,30,0,176,0,1,0,0,0),(26860,3566,1,1,1,1056,0,-610.016,-90.5092,4.71279,3.26885,250,5,0,176,0,1,0,0,0),(26859,3566,1,1,1,1056,0,-884.712,-873.171,16.2151,3.56854,250,5,0,176,0,1,0,0,0),(26858,3566,1,1,1,1056,0,-941.622,-743.141,-21.0395,4.40053,250,15,0,176,0,1,0,0,0),(26857,3566,1,1,1,1056,0,-743.637,-271.843,-31.8232,3.40295,250,15,0,176,0,1,0,0,0),(26856,3566,1,1,1,1056,0,-891.277,-509.257,-34.2622,3.55386,250,15,0,176,0,1,0,0,0),(26855,3566,1,1,1,1056,0,-652.929,5.1582,-8.57058,3.14159,250,5,0,176,0,1,0,0,0),(26854,3566,1,1,1,1056,0,-523.602,-134.494,45.2733,0.316523,250,5,0,176,0,1,0,0,0),(26853,3566,1,1,1,1056,0,-864.994,-110.369,-1.38476,1.6862,250,15,0,176,0,1,0,0,0),(26852,3566,1,1,1,1056,0,-789.022,-244.682,-19.8734,1.71573,250,15,0,176,0,1,0,0,0),(26851,3566,1,1,1,1056,0,-827.711,231.545,-5.19983,0.394641,250,15,0,176,0,1,0,0,0),(26850,3566,1,1,1,1056,0,-577.473,-459.276,16.3466,5.98592,250,5,0,176,0,1,0,0,0),(26849,3566,1,1,1,1056,0,-909.57,-176.29,0.857339,5.74344,250,15,0,176,0,1,0,0,0),(26848,3566,1,1,1,1056,0,-850.038,-746.967,-12.4041,1.54346,250,5,0,176,0,1,0,0,0),(26847,3566,1,1,1,1056,0,-678.284,-339.636,-7.99697,2.90704,250,5,0,176,0,1,0,0,0),(26846,3566,1,1,1,1056,0,-665.913,-465.022,-9.83592,2.49887,250,15,0,176,0,1,0,0,0),(26845,3566,1,1,1,1056,0,-619.095,-475.242,4.25442,5.19787,250,15,0,176,0,1,0,0,0),(26844,3566,1,1,1,1056,0,-566.09,-388.569,29.3944,1.02937,250,15,0,176,0,1,0,0,0),(26843,3566,1,1,1,1056,0,-589.601,54.5972,19.8628,0.177665,250,5,0,176,0,1,0,0,0),(26842,3566,1,1,1,1056,0,-846.995,-265.602,-13.6203,1.68813,250,15,0,176,0,1,0,0,0),(26841,3566,1,1,1,1056,0,-890.42,111.444,-12.2468,4.99337,250,5,0,176,0,1,0,0,0),(26840,3566,1,1,1,1056,0,-659.502,-201.896,-12.1414,0.553832,250,5,0,176,0,1,0,0,0),(26839,3566,1,1,1,1056,0,-1152.27,-434.478,-32.6086,1.62163,250,5,0,176,0,1,0,0,0),(26837,3566,1,1,1,1056,0,-712.556,-462.243,-20.5585,1.32227,250,15,0,176,0,1,0,0,0),(26832,3566,1,1,1,1056,0,-743.781,-442.245,-26.5225,5.02264,250,5,0,176,0,1,0,0,0),(26831,3566,1,1,1,1056,0,-922.806,389.049,17.5981,6.19907,250,5,0,176,0,1,0,0,0),(26830,3566,1,1,1,1056,0,-685.846,-577.77,-13.1602,4.8142,250,5,0,176,0,1,0,0,0),(26829,3566,1,1,1,1056,0,-717.672,-396.1,-24.3026,0.994608,250,5,0,176,0,1,0,0,0),(26828,3566,1,1,1,1056,0,-748.751,-246.575,-26.9023,0.268648,250,15,0,176,0,1,0,0,0),(26827,3566,1,1,1,1056,0,-1106.89,-573.252,-54.79,0.288575,250,15,0,176,0,1,0,0,0),(26826,3566,1,1,1,1056,0,-1172.96,-850.442,-14.3023,5.93539,250,15,0,176,0,1,0,0,0),(26825,3566,1,1,1,1056,0,-1079.15,-1153.63,54.5312,1.14151,250,5,0,176,0,1,0,0,0),(26824,3566,1,1,1,1056,0,-716.56,-536.804,-21.0923,4.69952,250,5,0,176,0,1,0,0,0),(26823,3566,1,1,1,1056,0,-815.625,-250.084,-15.0795,0.410003,250,15,0,176,0,1,0,0,0),(26822,3566,1,1,1,1056,0,-903.188,-176.411,0.250178,3.58517,250,15,0,176,0,1,0,0,0),(26821,3566,1,1,1,1056,0,-914.825,-850.827,5.62014,4.63686,250,5,0,176,0,1,0,0,0),(26820,3566,1,1,1,1056,0,-928.957,-885.607,5.30236,2.11629,250,5,0,176,0,1,0,0,0),(26819,3566,1,1,1,1056,0,-919.739,-919.833,8.61429,0.004891,250,5,0,176,0,1,0,0,0),(26818,3566,1,1,1,1056,0,-955.82,-352.295,-14.2641,3.08791,250,5,0,176,0,1,0,0,0),(26817,3566,1,1,1,1056,0,-1107.71,-1140.43,41.0731,4.24861,250,5,0,176,0,1,0,0,0),(26816,3566,1,1,1,1056,0,-1166.57,-223.605,33.1378,0.234729,250,5,0,176,0,1,0,0,0),(26815,3566,1,1,1,1056,0,-871.976,-329.457,-21.3891,1.9457,250,15,0,176,0,1,0,0,0),(26814,3566,1,1,1,1056,0,-819.577,-693.603,-24.0219,3.25169,250,5,0,176,0,1,0,0,0),(26813,3566,1,1,1,1056,0,-1134.02,-383.78,-16.4864,3.87862,250,5,0,176,0,1,0,0,0),(26812,3566,1,1,1,1056,0,-649.138,-220.459,-8.59693,3.21582,250,5,0,176,0,1,0,0,0),(26811,3566,1,1,1,1056,0,-813.053,-553.65,-31.8368,5.55543,250,5,0,176,0,1,0,0,0),(26810,3566,1,1,1,1056,0,-808.403,90.6976,-13.078,3.30341,250,15,0,176,0,1,0,0,0),(26809,3566,1,1,1,1056,0,-970.886,-602.988,-58.6211,3.99191,250,30,0,176,0,1,0,0,0),(26808,3566,1,1,1,1056,0,-869.698,-183.501,-8.45732,3.44914,250,15,0,176,0,1,0,0,0),(26807,3566,1,1,1,1056,0,-1450.03,-846.995,7.4835,4.78856,250,15,0,176,0,1,0,0,0),(26806,3566,1,1,1,1056,0,-1107.22,-153.451,57.4941,3.17283,250,5,0,176,0,1,0,0,0),(26805,3566,1,1,1,1056,0,-1287.08,-890.247,-2.55922,4.25311,250,5,0,176,0,1,0,0,0),(26804,3566,1,1,1,1056,0,-1121.26,-751.577,-51.4058,3.29475,250,15,0,176,0,1,0,0,0),(26803,3566,1,1,1,1056,0,-1385.47,-777.688,-31.6236,1.26325,250,5,0,176,0,1,0,0,0),(26802,3566,1,1,1,1056,0,-1081.27,-1017.48,13.3632,1.58183,250,5,0,176,0,1,0,0,0),(26801,3566,1,1,1,1056,0,-1059.62,-845.119,-13.0814,1.2509,250,5,0,176,0,1,0,0,0),(26800,3566,1,1,1,1056,0,-1250.81,-1029,15.599,2.94466,250,3,0,176,0,1,0,0,0),(26799,3566,1,1,1,1056,0,-1022.83,-845.11,-3.18613,4.16206,250,5,0,176,0,1,0,0,0),(26798,3566,1,1,1,1056,0,-1038.75,-777.53,-22.1353,1.2756,250,5,0,176,0,1,0,0,0),(26797,3566,1,1,1,1056,0,-1002.58,-816.728,-4.33407,2.99859,250,5,0,176,0,1,0,0,0),(26796,3566,1,1,1,1056,0,-1117.56,-813.05,-27.9324,4.61466,250,15,0,176,0,1,0,0,0),(26795,3566,1,1,1,1056,0,-1064.92,-791.448,-26.5847,6.15592,250,5,0,176,0,1,0,0,0),(26794,3566,1,1,1,1056,0,-1223.95,-331.798,-15.859,2.81996,250,15,0,176,0,1,0,0,0),(26793,3566,1,1,1,1056,0,-1214.79,-320.652,-10.3796,1.90738,250,15,0,176,0,1,0,0,0),(26792,3566,1,1,1,1056,0,-1293.7,-960.85,9.65659,6.09652,250,5,0,176,0,1,0,0,0),(26791,3566,1,1,1,1056,0,-1444.09,-794.384,-22.0249,4.35545,250,5,0,176,0,1,0,0,0),(26790,3566,1,1,1,1056,0,-1135.39,-616.801,-55.4354,3.14159,250,15,0,176,0,1,0,0,0),(26789,3566,1,1,1,1056,0,-1417.44,-263.689,-7.52719,3.73153,250,15,0,176,0,1,0,0,0),(26788,3566,1,1,1,1056,0,-1154.8,-649.402,-58.1019,5.80275,250,15,0,176,0,1,0,0,0),(26787,3566,1,1,1,1056,0,-683.784,-649.842,-13.4006,5.85209,250,15,0,176,0,1,0,0,0),(26786,3566,1,1,1,1056,0,-1245.82,-584.602,-56.6218,6.04863,250,15,0,176,0,1,0,0,0),(26785,3566,1,1,1,1056,0,-586.927,-695.784,32.0158,5.88206,250,5,0,176,0,1,0,0,0),(26784,3566,1,1,1,1056,0,-697.917,-695.97,-3.10224,4.71239,250,10,0,176,0,1,0,0,0),(26783,3566,1,1,1,1056,0,-650.285,-662.629,2.26317,2.78899,250,5,0,176,0,1,0,0,0),(26782,3566,1,1,1,1056,0,-570.858,-665.028,30.5218,4.97111,250,5,0,176,0,1,0,0,0),(26781,3566,1,1,1,1056,0,-658.232,-709.262,8.22915,1.58056,250,10,0,176,0,1,0,0,0),(26780,2798,1,1,1,2131,1,-997.349,206.727,136.221,1.78024,250,0,0,1342,0,0,0,0,0),(26779,3052,1,1,1,3823,1,-2335.79,-354.018,-8.70432,5.0091,250,0,0,531,0,0,0,0,0),(26778,3051,1,1,1,7134,1,-1756.3,-1286.41,113.403,3.84825,250,0,0,247,0,0,0,0,0),(26777,3050,1,1,1,4517,1,-1161.03,53.3542,145.878,1.27409,250,0,0,531,0,0,0,0,0),(26776,3049,1,1,1,2135,1,-995.85,253.854,101.834,0.663225,250,0,0,2769,0,0,0,0,0),(26775,3048,1,1,1,6058,1,-948.744,248.392,97.2304,3.61283,250,0,0,1753,0,0,0,0,0),(26774,3047,1,1,1,2134,1,-951.105,279.08,110.996,3.00197,250,0,0,4120,0,0,0,0,0),(26773,3046,1,1,1,2137,1,-994.015,249.055,102.293,1.27409,250,0,0,4120,0,0,0,0,0),(26772,3045,1,1,1,2138,1,-1007.06,260.339,112.115,5.79449,250,0,0,2769,0,0,0,0,0),(26771,3044,1,1,1,2139,1,-956.24,252.418,97.8755,4.2237,250,0,0,1753,0,0,0,0,0),(26770,3043,1,1,1,2113,1,-1444.95,-84.2832,159.101,4.10152,250,0,0,1410,1283,0,0,0,0),(26769,8674,1,1,1,7999,0,-1210.21,94.8587,134.535,2.98451,250,0,0,2769,0,0,0,0,0),(26768,3042,1,1,1,2096,1,-1472.87,-78.1839,161.185,5.75959,250,0,0,4120,0,0,0,0,0),(26767,10721,1,1,1,10052,0,-2336.7,-507.117,-9.24381,3.85718,250,0,0,102,0,0,0,0,0),(26766,10721,1,1,1,10049,0,-2335.04,-522.657,-9.28704,2.51327,250,0,0,102,0,0,0,0,0),(26765,10721,1,1,1,10052,0,-2342.52,-528.701,-9.29947,1.85005,250,0,0,102,0,0,0,0,0),(26764,10721,1,1,1,10052,0,-2347.17,-502.319,-9.18027,4.79965,250,0,0,102,0,0,0,0,0),(26763,10721,1,1,1,10049,0,-2348.01,-529.191,-9.28585,1.41372,250,0,0,102,0,0,0,0,0),(26762,10721,1,1,1,10051,0,-2341.14,-503.348,-9.19414,4.18879,250,0,0,102,0,0,0,0,0),(26761,10721,1,1,1,10052,0,-2353.82,-527.617,-9.29329,1.15192,250,0,0,102,0,0,0,0,0),(26760,10721,1,1,1,10049,0,-2357.98,-507.851,-9.2933,5.74213,250,0,0,102,0,0,0,0,0),(26759,3041,1,1,1,2103,1,-1457.96,-80.8058,159.101,4.95674,250,0,0,2215,1807,0,0,0,0),(26758,3040,1,1,1,2105,1,-1454.48,-100.468,159.101,1.48353,250,0,0,1410,1283,0,0,0,0),(26757,5599,1,1,1,3550,1,-1384.99,-118.308,158.939,5.96058,250,0,0,713,0,0,0,0,0),(26756,3039,1,1,1,2087,1,-1474.76,-81.3723,161.185,5.75959,250,0,0,4120,0,0,0,0,0),(26755,3038,1,1,1,2112,1,-1464.61,-93.7802,159.101,0.471239,250,0,0,2215,1807,0,0,0,0),(26754,3037,1,1,1,2122,1,-1036.09,-211.047,160.259,2.40855,250,0,0,1003,0,0,0,0,0),(26753,3036,1,1,1,2115,1,-1057.47,-288.536,159.114,0,250,0,0,1410,1283,0,0,0,0),(26752,3035,1,1,1,1059,0,-1618.61,56.2876,-13.2189,3.21023,250,5,0,137,0,1,0,0,0),(26751,3035,1,1,1,1059,0,-1638.33,92.0765,-17.6422,4.38631,250,5,0,137,0,1,0,0,0),(26750,3035,1,1,1,1059,0,-1752.22,-149.93,-6.97248,3.44728,250,5,0,137,0,1,0,0,0),(26749,3035,1,1,1,1059,0,-1620.37,-546.538,-39.803,2.27039,250,5,0,137,0,1,0,0,0),(26748,3035,1,1,1,1059,0,-1178.14,293.628,22.7997,1.60789,250,5,0,137,0,1,0,0,0),(26747,3035,1,1,1,1059,0,-1651.48,-383.764,-29.2252,3.8896,250,5,0,137,0,1,0,0,0),(26746,3035,1,1,1,1059,0,-1826.49,-177.469,-9.29985,5.42008,250,15,0,137,0,1,0,0,0),(26745,3035,1,1,1,1059,0,-1883.88,-748.663,-8.16625,2.50838,250,15,0,137,0,1,0,0,0),(26744,3035,1,1,1,1059,0,-1723.29,-330.381,-10.1311,1.9234,250,5,0,137,0,1,0,0,0),(26743,3035,1,1,1,1059,0,-1149.73,319.129,23.169,2.36411,250,5,0,137,0,1,0,0,0),(31325,23714,1,1,1,21654,1,-2460.21,-3116.33,34.9337,5.18363,360,0,0,1208,1097,0,0,0,0),(31324,5184,1,1,1,4679,1,-2896.09,-3429.3,58.6487,1.80352,360,0,0,1403,0,0,0,0,0),(26742,3035,1,1,1,1059,0,-1943.11,-223.322,-6.28197,5.00189,250,15,0,137,0,1,0,0,0),(26741,3035,1,1,1,1059,0,-1895.44,-273.312,-8.60935,3.56418,250,15,0,137,0,1,0,0,0),(26740,3035,1,1,1,1059,0,-1684.95,43.2832,-5.89836,1.61812,250,5,0,137,0,1,0,0,0),(26739,3035,1,1,1,1059,0,-2746.72,-882.087,1.5566,1.05649,250,10,0,137,0,1,0,0,0),(26738,3035,1,1,1,1059,0,-1711.61,-552.317,-16.8709,4.46657,250,30,0,137,0,1,0,0,0),(26737,3035,1,1,1,1059,0,-1848.61,12.5108,-4.66384,1.99582,250,5,0,137,0,1,0,0,0),(26736,3035,1,1,1,1059,0,-2736.52,-918.853,-0.878061,3.00052,250,10,0,137,0,1,0,0,0),(26735,3035,1,1,1,1059,0,-1983.71,-108.37,-4.94231,1.27875,250,5,0,137,0,1,0,0,0),(26734,3035,1,1,1,1059,0,-2035,-841.261,-7.64597,0.573919,250,15,0,137,0,1,0,0,0),(26733,3035,1,1,1,1059,0,-1953.79,-895.509,2.821,4.36032,250,15,0,137,0,1,0,0,0),(26732,3035,1,1,1,1059,0,-1663.94,-551.923,-24.1602,3.26498,250,30,0,137,0,1,0,0,0),(26731,3035,1,1,1,1059,0,-2459.08,-894.938,-3.20097,0.718392,250,5,0,137,0,1,0,0,0),(26730,3035,1,1,1,1059,0,-1878.62,46.6895,6.55891,3.95461,250,5,0,137,0,1,0,0,0),(26729,3035,1,1,1,1059,0,-2076.2,-965.708,15.5006,5.4846,250,30,0,137,0,1,0,0,0),(26728,3035,1,1,1,1059,0,-1681.93,-509.588,-17.1436,1.32629,250,30,0,137,0,1,0,0,0),(26727,3035,1,1,1,1059,0,-1519.56,-349.601,-40.7092,3.00439,250,5,0,137,0,1,0,0,0),(26726,3035,1,1,1,1059,0,-1691.58,-450.348,-14.2339,3.25117,250,5,0,137,0,1,0,0,0),(26725,3035,1,1,1,1059,0,-1519.98,-382.348,-42.3322,6.00813,250,5,0,137,0,1,0,0,0),(26724,3035,1,1,1,1059,0,-1845.47,-773.699,-6.07612,0.151858,250,30,0,137,0,1,0,0,0),(26723,3035,1,1,1,1059,0,-2261.72,-982.5,-5.76682,2.61422,250,5,0,137,0,1,0,0,0),(26722,3035,1,1,1,1059,0,-1821.85,-483.161,-1.17376,5.91314,250,15,0,137,0,1,0,0,0),(26721,3035,1,1,1,1059,0,-2273.04,-1005.97,-7.77784,3.98636,250,5,0,137,0,1,0,0,0),(26720,3035,1,1,1,1059,0,-1693.92,-606.231,-24.8837,2.62235,250,5,0,137,0,1,0,0,0),(26719,3035,1,1,1,1059,0,-1618.8,125.334,-17.6661,3.72948,250,0,0,137,0,0,0,0,0),(31323,5184,1,1,1,19833,1,-2881.55,-3433.71,53.0671,0.014863,360,0,0,1403,0,0,0,0,0),(31322,5184,1,1,1,4677,1,-2885.34,-3419.32,47.242,4.19509,360,0,0,1403,0,0,0,0,0),(31321,4329,1,1,1,143,1,-4388.23,-3317.16,41.6284,6.2437,360,5,0,1751,0,1,0,0,0),(26718,3035,1,1,1,1059,0,-1755.77,-542.45,-9.04701,3.6542,250,5,0,137,0,1,0,0,0),(26717,3035,1,1,1,1059,0,-1439.23,-542.289,-57.3366,3.04581,250,5,0,137,0,1,0,0,0),(26716,3035,1,1,1,1059,0,-1796.4,-450.141,-2.65668,1.14126,250,5,0,137,0,1,0,0,0),(26715,3035,1,1,1,1059,0,-1479.05,-426.215,-46.6362,1.55322,250,5,0,137,0,1,0,0,0),(26714,3035,1,1,1,1059,0,-1517.98,-578.44,-56.9763,2.52096,250,30,0,137,0,1,0,0,0),(26713,3035,1,1,1,1059,0,-2060.85,-207.97,-8.04317,1.80001,250,5,0,137,0,1,0,0,0),(26712,3035,1,1,1,1059,0,-1519.01,-283.876,-26.4474,1.59626,250,5,0,137,0,1,0,0,0),(26711,3035,1,1,1,1059,0,-1408.53,-628.251,-54.1559,5.19603,250,5,0,137,0,1,0,0,0),(26710,3035,1,1,1,1059,0,-1588.04,-785.367,-10.2067,1.82762,250,15,0,137,0,1,0,0,0),(26709,3035,1,1,1,1059,0,-1707.73,-731.602,-8.48044,5.91078,250,5,0,137,0,1,0,0,0),(26708,3035,1,1,1,1059,0,-1382.11,-421.803,-48.1997,4.42711,250,15,0,137,0,1,0,0,0),(26707,3035,1,1,1,1059,0,-2142.57,-1016.46,17.9039,5.79402,250,5,0,137,0,1,0,0,0),(26706,3035,1,1,1,1059,0,-1839.28,77.5016,10.6137,1.97159,250,5,0,137,0,1,0,0,0),(26705,3035,1,1,1,1059,0,-1579.24,-295.553,-27.3586,4.74753,250,5,0,137,0,1,0,0,0),(26704,3035,1,1,1,1059,0,-1938.12,153.317,47.687,2.99473,250,5,0,137,0,1,0,0,0),(31320,4343,1,1,1,814,0,-3113.46,-3134.17,28.6474,3.99924,360,10,0,1536,0,1,0,0,0),(31319,4401,1,1,1,2426,0,-4252.73,-3949.44,-10.3412,3.93252,360,5,0,1403,0,1,0,0,0),(31318,1420,1,1,1,901,0,-2914.46,-3272.06,34.0773,4.34241,360,10,0,8,0,1,0,0,0),(31317,4347,1,1,1,2707,0,-3429.35,-3140.29,44.5142,5.18303,360,5,0,1536,0,1,0,0,0),(31316,4834,1,1,1,4675,1,-2964.91,-3165.92,33.9627,3.71593,360,5,0,1403,0,1,0,0,0),(26703,3035,1,1,1,1059,0,-1966.45,-911.636,7.82715,0.275706,250,15,0,137,0,1,0,0,0),(26702,3035,1,1,1,1059,0,-1550,-116.666,30.1713,1.01425,250,15,0,137,0,1,0,0,0),(26701,3035,1,1,1,1059,0,-2423.87,-885.393,-3.32864,0.708026,250,5,0,137,0,1,0,0,0),(26700,3035,1,1,1,1059,0,-1718.31,212.841,19.6714,1.87618,250,5,0,137,0,1,0,0,0),(26699,3035,1,1,1,1059,0,-1579.52,-50.7286,8.11745,4.43683,250,15,0,137,0,1,0,0,0),(26698,3035,1,1,1,1059,0,-1780.07,153.296,16.6269,3.15917,250,5,0,137,0,1,0,0,0),(26697,3035,1,1,1,1059,0,-2039.64,-1173.03,67.0509,3.20608,250,5,0,137,0,1,0,0,0),(26696,3035,1,1,1,1059,0,-1939.33,175.163,55.5267,3.58777,250,5,0,137,0,1,0,0,0),(26695,3035,1,1,1,1059,0,-1345.86,259.213,2.77586,5.05515,250,5,0,137,0,1,0,0,0),(26694,3035,1,1,1,1059,0,-1393.43,277.699,1.64887,0.131133,250,5,0,137,0,1,0,0,0),(26693,3035,1,1,1,1059,0,-1744.37,166.997,11.4326,1.26698,250,5,0,137,0,1,0,0,0),(26692,3035,1,1,1,1059,0,-1749.68,-420.641,-12.6571,1.58056,250,5,0,137,0,1,0,0,0),(26691,3035,1,1,1,1059,0,-1419.61,248.314,-5.035,3.17128,250,15,0,137,0,1,0,0,0),(26690,3035,1,1,1,1059,0,-1648.64,-682.302,-25.5117,3.71284,250,5,0,137,0,1,0,0,0),(26689,3035,1,1,1,1059,0,-2491.34,-1019.02,-5.59271,0.932268,250,5,0,137,0,1,0,0,0),(31315,4834,1,1,1,19836,1,-2915.69,-3161.55,33.5764,0.107676,360,5,0,1403,0,1,0,0,0),(31314,4834,1,1,1,19836,1,-2944.23,-3186.25,37.0709,3.87081,360,5,0,1403,0,1,0,0,0),(31313,4414,1,1,1,2542,0,-2946.58,-3145.52,34.3377,0.979004,360,10,0,1469,0,1,0,0,0),(31312,4343,1,1,1,814,0,-3257.91,-2946.1,29.7159,3.12083,360,10,0,1536,0,1,0,0,0),(26688,3035,1,1,1,1059,0,-1666.98,-695.462,-18.4531,5.91951,250,5,0,137,0,1,0,0,0),(26687,3035,1,1,1,1059,0,-1923.53,-856.695,5.1417,4.6166,250,30,0,137,0,1,0,0,0),(26686,3035,1,1,1,1059,0,-1733.64,278.484,50.7395,0.374334,250,10,0,137,0,1,0,0,0),(26685,3035,1,1,1,1059,0,-1709.23,-832.924,30.7766,1.43966,250,5,0,137,0,1,0,0,0),(26684,3035,1,1,1,1059,0,-1560.26,-489.727,-45.9155,2.92314,250,5,0,137,0,1,0,0,0),(26683,3035,1,1,1,1059,0,-1657.88,-758.679,-6.17315,1.4651,250,5,0,137,0,1,0,0,0),(26682,3035,1,1,1,1059,0,-1749.65,-803.883,10.1708,1.57275,250,5,0,137,0,1,0,0,0),(26681,3035,1,1,1,1059,0,-2049.72,251.84,102.06,4.39304,250,5,0,137,0,1,0,0,0),(26680,3035,1,1,1,1059,0,-1624.18,-823.166,2.38403,4.69274,250,5,0,137,0,1,0,0,0),(26679,3035,1,1,1,1059,0,-1545.93,-820.035,-5.24752,5.16294,250,10,0,137,0,1,0,0,0),(26678,3035,1,1,1,1059,0,-2105.08,-1005.8,17.3722,6.1341,250,5,0,137,0,1,0,0,0),(26677,3035,1,1,1,1059,0,-1531.93,-509.39,-53.7092,1.57299,250,5,0,137,0,1,0,0,0),(26676,3035,1,1,1,1059,0,-1490.03,-628.864,-58.4177,4.27586,250,5,0,137,0,1,0,0,0),(26675,3035,1,1,1,1059,0,-1576.51,-838.478,13.3717,5.20051,250,15,0,137,0,1,0,0,0),(26674,3035,1,1,1,1059,0,-1503.7,-721.692,-50.2779,4.45556,250,5,0,137,0,1,0,0,0),(26673,3035,1,1,1,1059,0,-1582.98,-725.073,-43.2994,6.05883,250,5,0,137,0,1,0,0,0),(26672,3035,1,1,1,1059,0,-1493.7,-815.602,-8.49424,1.67207,250,5,0,137,0,1,0,0,0),(26671,3035,1,1,1,1059,0,-1548.81,-667.097,-50.7314,4.70067,250,15,0,137,0,1,0,0,0),(26670,3035,1,1,1,1059,0,-1515.64,-870.902,22.4268,3.13964,250,10,0,137,0,1,0,0,0),(26669,3035,1,1,1,1059,0,-1575.79,-663.305,-43.8967,2.75056,250,15,0,137,0,1,0,0,0),(26668,3035,1,1,1,1059,0,-1482.93,-752.378,-44.193,0.760541,250,5,0,137,0,1,0,0,0),(26667,3035,1,1,1,1059,0,-1471.68,-382.336,-42.5682,3.13964,250,5,0,137,0,1,0,0,0),(26666,3035,1,1,1,1059,0,-1549.6,-625.97,-55.3483,4.23905,250,15,0,137,0,1,0,0,0),(26665,3035,1,1,1,1059,0,-1468.69,-684.798,-59.2146,3.06527,250,5,0,137,0,1,0,0,0),(26664,3035,1,1,1,1059,0,-1319.36,-314.041,-31.6632,4.78547,250,15,0,137,0,1,0,0,0),(26663,3035,1,1,1,1059,0,-1354.02,-246.651,0.384003,1.70336,250,15,0,137,0,1,0,0,0),(26662,3034,1,1,1,2121,1,-1037.98,-288.508,159.114,3.33358,250,0,0,4120,0,0,0,0,0),(26661,3033,1,1,1,2106,1,-1039.41,-281.56,159.114,3.22886,250,0,0,2215,1807,0,0,0,0),(26660,8664,1,1,1,7936,1,-1408.02,-143.932,159.337,1.5708,250,0,0,2769,0,0,0,0,0),(26659,3032,1,1,1,2082,1,-980.841,287.174,138.084,4.43314,250,0,0,4120,0,0,0,0,0),(26658,3031,1,1,1,2102,1,-980.775,269.899,138.084,2.19912,250,0,0,1753,0,0,0,0,0),(26657,14550,1,1,1,14579,0,-2279.3,-388.407,-9.33995,5.68977,250,0,0,42,0,0,0,0,0),(26656,3030,1,1,1,2123,1,-996.925,278.464,138.084,0.279253,250,0,0,2769,0,0,0,0,0),(26655,4310,1,1,1,4512,1,-1065.53,-220.476,159.114,5.0091,250,0,0,6474,0,0,0,0,0),(26654,14549,1,1,1,14578,0,-2283.82,-394.645,-9.14653,0.907571,250,0,0,55,0,0,0,0,0),(26653,3029,1,1,1,2120,1,-1177.19,-65.616,162.312,4.43314,250,0,0,1753,0,0,0,0,0),(26652,4309,1,1,1,4511,1,-1060.7,-219.299,159.114,4.92183,250,0,0,6474,0,0,0,0,0),(26651,3028,1,1,1,2088,1,-1172.76,-69.2332,162.284,3.26377,250,0,0,2218,0,0,0,0,0),(26650,3027,1,1,1,2095,1,-1214.99,-15.534,166.053,4.72984,250,0,0,1753,0,0,0,0,0),(26649,3026,1,1,1,2107,1,-1219.57,-12.6973,165.945,5.37561,250,0,0,2218,0,0,0,0,0),(26648,3025,1,1,1,2111,1,-1182.53,-29.266,164.561,3.52556,250,0,0,1003,0,0,0,0,0),(26647,8401,1,1,1,7629,1,-1256.15,-130.285,162.974,4.43314,250,0,0,1003,0,0,0,0,0),(26646,3024,1,1,1,2097,1,-1177.37,-48.4012,162.755,3.35103,250,0,0,1003,0,0,0,0,0),(26645,3023,1,1,1,2125,1,-1232.86,-21.8394,164.95,5.72468,250,0,0,1003,0,0,0,0,0),(26644,14542,1,1,1,14349,0,-2285.41,-389.98,-9.20741,5.95157,250,0,0,55,0,0,0,0,0),(26643,4046,1,1,1,4510,1,-1065.08,-212.398,159.114,4.95674,250,0,0,4370,0,0,0,0,0),(26642,8398,1,1,1,10689,1,-1250.06,-35.4022,164.364,4.97419,250,0,0,1003,0,0,0,0,0),(26641,3022,1,1,1,2124,1,-1188.96,-1.3029,165.563,3.00197,250,0,0,1003,0,0,0,0,0),(26640,3021,1,1,1,2089,1,-1244.07,-36.3489,164.364,3.85718,250,0,0,1003,0,0,0,0,0),(26639,3020,1,1,1,2085,1,-1255.63,-38.5366,164.364,6.16101,250,0,0,1003,0,0,0,0,0),(26638,3019,1,1,1,2084,1,-1248.23,-47.7374,164.364,1.79769,250,0,0,1003,0,0,0,0,0),(26637,3018,1,1,1,2086,1,-1247.13,-63.1144,162.974,0.139626,250,0,0,1003,0,0,0,0,0),(26636,3017,1,1,1,2117,1,-1145.67,22.5709,145.363,0.907571,250,0,0,1003,0,0,0,0,0),(26635,3016,1,1,1,2099,1,-1088.24,4.67573,140.681,3.56047,250,0,0,1003,0,0,0,0,0),(26634,3015,1,1,1,2114,1,-1168.01,26.1251,145.812,1.69297,250,0,0,1003,0,0,0,0,0),(26633,3014,1,1,1,2119,1,-1125.35,-0.686252,143.777,5.23599,250,0,0,1003,0,0,0,0,0),(26632,3013,1,1,1,2091,1,-1131.18,-4.70871,143.644,0.087266,250,0,0,1342,0,0,0,0,0),(26631,3012,1,1,1,2118,1,-1119.67,47.1028,141.528,4.7822,250,0,0,1003,0,0,0,0,0),(26630,3011,1,1,1,2101,1,-1110.88,47.8951,140.521,5.28835,250,0,0,1342,0,0,0,0,0),(26629,3010,1,1,1,2116,1,-1084.8,21.8068,140.91,2.18166,250,0,0,1003,0,0,0,0,0),(26628,3009,1,1,1,2108,1,-1080.81,30.1093,140.91,3.68265,250,0,0,1342,0,0,0,0,0),(26627,3008,1,1,1,2094,1,-1152.34,77.6831,145.878,5.37561,250,0,0,664,0,0,0,0,0),(26626,3007,1,1,1,2127,1,-1146.21,83.4766,145.949,4.24115,250,0,0,2399,0,0,0,0,0),(26625,5054,1,1,1,3002,1,-1291.81,127.206,131.495,6.05629,250,0,0,2769,0,0,0,0,0),(26624,3005,1,1,1,2093,1,-1163.94,59.4857,145.878,6.02139,250,0,0,1003,0,0,0,0,0),(26623,3004,1,1,1,2126,1,-1165.59,51.9393,145.878,0.750492,250,0,0,1342,0,0,0,0,0),(26622,3003,1,1,1,2109,1,-1220.14,84.1608,131.203,2.40855,250,0,0,1003,0,0,0,0,0),(26621,3002,1,1,1,2092,1,-1243.53,158.164,133.63,3.66519,250,0,0,1753,0,0,0,0,0),(26620,3001,1,1,1,2083,1,-1252.9,157.965,133.63,5.8294,250,0,0,1342,0,0,0,0,0),(26619,2999,1,1,1,2100,1,-1237.21,101.066,129.16,5.65487,250,0,0,1003,0,0,0,0,0),(26618,2998,1,1,1,2090,1,-1233.33,105.637,129.456,5.61996,250,0,0,1342,0,0,0,0,0),(26617,2997,1,1,1,2110,1,-1283.92,84.3608,128.87,1.01229,250,0,0,1003,0,0,0,0,0),(26616,2996,1,1,1,2104,1,-1257.63,19.5577,128.27,1.72788,250,0,0,5544,0,0,0,0,0),(26615,2995,1,1,1,2098,1,-1196.75,26.0777,177.033,1.71042,500,0,0,10572,0,0,0,0,0),(26614,2994,1,1,1,3824,0,-992.732,-1109.12,44.4989,2.84489,250,0,0,176,0,0,0,0,0),(26613,2993,1,1,1,3792,1,-2333.54,-393.073,-7.92932,3.90954,250,0,0,198,0,0,0,0,0),(26612,7089,1,1,1,5847,1,-1150.26,52.8149,144.92,5.65487,250,0,0,1342,0,0,0,0,0),(26611,5807,1,1,1,1973,0,-856.662,-694.394,-28.0816,4.24874,19900,0,0,198,0,2,0,0,0),(26610,2991,1,1,1,3841,0,-3052.54,-522.498,27.0143,0.977384,250,0,0,176,0,0,0,0,0),(26609,2990,1,1,1,3788,1,-1980.79,436.461,133.715,2.36747,250,5,0,143,319,1,0,0,0),(26608,2990,1,1,1,3788,1,-1973.46,402.51,133.791,3.00821,250,5,0,143,319,1,0,0,0),(26607,2990,1,1,1,3788,1,-1976,413.013,133.715,4.23499,250,0,0,143,319,2,0,0,0),(26606,2990,1,1,1,3787,1,-1927.6,366.146,118.999,1.30651,250,5,0,143,319,1,0,0,0),(26605,2990,1,1,1,3788,1,-1943.24,431.177,133.715,3.21589,250,5,0,143,319,1,0,0,0),(26604,2990,1,1,1,3788,1,-1965.92,431.299,133.84,2.90038,250,5,0,143,319,1,0,0,0),(26603,2990,1,1,1,3787,1,-1943.3,442.23,133.84,1.94578,250,5,0,143,319,1,0,0,0),(26602,2990,1,1,1,3787,1,-1931.53,424.686,133.715,1.48321,250,0,0,143,319,0,0,0,0),(26601,2990,1,1,1,3787,1,-1901.19,350.847,106.313,4.85202,250,0,0,143,319,0,0,0,0),(26600,2990,1,1,1,3788,1,-1899.74,341.381,105.573,1.67552,250,0,0,143,319,0,0,0,0),(26599,2990,1,1,1,3788,1,-1912.23,409.695,134.34,4.25947,250,5,0,143,319,1,0,0,0),(26598,2990,1,1,1,3788,1,-1926.67,439.294,133.715,3.03642,250,0,0,143,319,0,0,0,0),(26597,2989,1,1,1,3785,1,-1918.63,313.671,91.56,4.36548,250,5,0,137,0,1,0,0,0),(26596,2989,1,1,1,3785,1,-1887.37,281.861,70.5874,3.31849,250,5,0,137,0,1,0,0,0),(26595,2989,1,1,1,3785,1,-1952.88,317.576,109.004,3.04395,250,5,0,137,0,1,0,0,0),(26594,2989,1,1,1,3785,1,-1914,287.114,79.0711,0.791002,250,0,0,137,0,2,0,0,0),(26593,2989,1,1,1,3786,1,-1984.92,401.04,135.63,4.57276,250,0,0,137,0,0,0,0,0),(26592,2989,1,1,1,3785,1,-2000.97,411.123,135.534,2.82743,250,0,0,137,0,0,0,0,0),(26591,2989,1,1,1,3785,1,-1991.31,451.859,136.901,1.62316,250,0,0,137,0,0,0,0,0),(26590,2989,1,1,1,3785,1,-1973.43,397.367,136.239,4.45059,250,0,0,137,0,0,0,0,0),(26589,2989,1,1,1,3785,1,-1957.2,388.735,136.004,4.67748,250,0,0,137,0,0,0,0,0),(26588,2989,1,1,1,3786,1,-1945.34,431.393,133.84,1.30514,250,0,0,137,0,2,0,0,0),(26587,2989,1,1,1,3786,1,-1956.1,366.97,132.935,3.1765,250,0,0,137,0,0,0,0,0),(26586,2989,1,1,1,3786,1,-1975.29,310.834,108.702,1.74943,250,5,0,137,0,1,0,0,0),(26585,2989,1,1,1,3786,1,-1904.52,435.403,137.957,5.23599,250,0,0,137,0,0,0,0,0),(26584,2989,1,1,1,3786,1,-1894.65,404.89,136.548,0.977384,250,0,0,137,0,0,0,0,0),(245563,16592,0,1,1,11686,0,-1211.6,-2676.88,45.3612,-0.645772,300,0,0,42,0,0,0,0,0),(245560,16592,1,1,1,11686,0,6327.68,512.61,17.4723,0.034907,300,0,0,42,0,0,0,0,0),(26577,2988,1,1,1,1624,1,-2369.55,-890.678,-9.29984,4.55148,250,0,0,198,0,0,0,0,0),(26576,8364,1,1,1,7627,1,-1297.2,106.377,131.343,0.820305,250,0,0,1003,0,0,0,0,0),(26575,8363,1,1,1,7628,1,-1295.3,92.4619,129.81,0.802851,250,0,0,1003,0,0,0,0,0),(26574,2987,1,1,1,4516,1,-1264.42,123.301,131.731,3.08923,250,0,0,247,0,0,0,0,0),(26573,8362,1,1,1,7626,1,-1300.17,110.54,131.452,6.12611,250,0,0,1003,0,0,0,0,0),(26572,8361,1,1,1,7625,1,-1231.68,136.95,133.063,3.19424,250,0,0,1003,0,2,0,0,0),(26571,2985,1,1,1,3822,1,-2397.07,-384.831,-2.19496,5.72468,250,0,0,176,0,0,0,0,0),(26570,2984,1,1,1,3815,1,-1508.91,367.215,62.8244,4.45059,250,0,0,222,0,0,0,0,0),(26569,8360,1,1,1,7624,0,-1243.76,47.3678,127.22,5.98648,250,0,0,1003,0,0,0,0,0),(26568,11944,1,1,1,11902,0,-2328.49,-382.269,-7.89994,1.79769,250,0,0,102,0,0,0,0,0),(26567,5543,1,1,1,3371,1,-1033.71,215.326,110.769,3.24405,250,0,0,386,0,2,0,0,0),(26566,8359,1,1,1,7623,0,-1238.58,38.971,127.147,2.05949,250,0,0,1003,0,0,0,0,0),(26565,8358,1,1,1,7622,0,-1243.86,40.9178,127.197,0.593412,250,0,0,1003,0,0,0,0,0),(26563,2982,1,1,1,3813,1,-3430.31,-139.28,103.16,0.715585,250,0,0,156,0,0,0,0,0),(26562,8357,1,1,1,7620,1,-1262.78,24.0055,128.27,0.10472,250,0,0,5544,0,0,0,0,0),(26561,2981,1,1,1,3809,0,-2877.95,-221.83,54.9039,4.34587,250,0,0,1469,0,0,0,0,0),(26560,8356,1,1,1,7621,1,-1252.82,24.7438,128.27,3.1765,250,0,0,5544,0,0,0,0,0),(137648,35603,1,1,1,0,1,-1388.18,-104.304,159.018,2.49582,300,0,0,1,1,0,0,0,0),(26558,2980,1,1,1,3808,1,-2912.7,-257.54,53.0241,3.1765,250,0,0,86,0,0,0,0,0),(26557,2979,1,1,1,7245,1,-1532.45,-1084.52,148.516,5.73837,250,0,0,198,0,2,0,0,0),(26556,2979,1,1,1,7245,1,-1587.13,-1196.3,140.438,1.34099,250,5,0,198,0,1,0,0,0),(26555,2979,1,1,1,7245,1,-1630.29,-1286.17,131.899,4.22747,250,0,0,198,0,2,0,0,0),(26554,2979,1,1,1,7245,1,-1651.36,-1214.61,131.103,1.57391,250,5,0,198,0,1,0,0,0),(26553,2979,1,1,1,7245,1,-1675.1,-1216.17,127.933,0.890001,250,5,0,198,0,1,0,0,0),(26552,2979,1,1,1,7245,1,-1624.73,-1191.35,135.965,5.44355,250,5,0,198,0,1,0,0,0),(26551,2979,1,1,1,7245,1,-1678.64,-1117.6,125.635,2.56109,250,5,0,198,0,1,0,0,0),(26550,2979,1,1,1,7245,1,-1672.46,-1136.42,129.23,3.74078,250,0,0,198,0,2,0,0,0),(26549,2979,1,1,1,3904,1,-1685.37,-1130.62,125.999,1.84362,250,5,0,198,0,1,0,0,0),(26548,2979,1,1,1,3904,1,-1670.49,-1106.64,125.683,0.622831,250,5,0,198,0,1,0,0,0),(26547,2979,1,1,1,7245,1,-1681.46,-1091.16,123.071,4.34153,250,5,0,198,0,1,0,0,0),(26546,2979,1,1,1,7245,1,-1697.14,-1089.13,120.61,5.74574,250,5,0,198,0,1,0,0,0),(26545,2979,1,1,1,7245,1,-1712.33,-1176.8,108.414,2.34021,250,5,0,198,0,1,0,0,0),(26544,2979,1,1,1,3904,1,-1688.23,-1103.38,122.933,0.852183,250,5,0,198,0,1,0,0,0),(26543,2979,1,1,1,7245,1,-1666.89,-1170.95,113.309,5.92226,250,5,0,198,0,1,0,0,0),(26542,2979,1,1,1,7245,1,-1713.56,-1147.04,113.569,2.92834,250,0,0,198,0,2,0,0,0),(26541,2979,1,1,1,7245,1,-1628.59,-1147.67,107.608,3.0978,250,0,0,198,0,2,0,0,0),(26540,2979,1,1,1,7245,1,-1715,-1099.03,119.52,0.337934,250,5,0,198,0,1,0,0,0),(26539,2979,1,1,1,3906,1,-1709.47,-1078.87,118.262,1.51766,250,5,0,198,0,1,0,0,0),(26538,2979,1,1,1,7245,1,-1728.94,-1078.79,118.477,4.01071,250,5,0,198,0,1,0,0,0),(26537,2979,1,1,1,3905,1,-1688.18,-1182.45,108.971,5.8567,250,0,0,198,0,2,0,0,0),(26536,2979,1,1,1,7245,1,-1721.6,-1059.28,117.828,2.07391,250,0,0,198,0,2,0,0,0),(26535,2979,1,1,1,3904,1,-1810.07,-1201.53,109.375,3.15648,250,5,0,198,0,1,0,0,0),(26534,2979,1,1,1,7245,1,-1813.86,-1197.9,108.02,2.88712,250,5,0,198,0,1,0,0,0),(26533,2979,1,1,1,7245,1,-1835.74,-1154.85,100.211,2.88562,250,0,0,198,0,2,0,0,0),(26532,2979,1,1,1,7245,1,-1851.98,-1126.38,96.0325,2.82817,250,5,0,198,0,1,0,0,0),(26531,2979,1,1,1,7245,1,-1845.16,-1154.31,99.6613,6.27155,250,5,0,198,0,1,0,0,0),(26530,2979,1,1,1,7245,1,-1879.69,-1112.25,94.1931,6.15747,250,0,0,198,0,0,0,0,0),(26529,2979,1,1,1,7245,1,-1898.59,-1106.43,87.9454,2.32129,250,0,0,198,0,2,0,0,0),(26528,2979,1,1,1,7245,1,-1873.32,-1121.01,96.5199,4.57192,250,0,0,198,0,2,0,0,0),(26527,2979,1,1,1,7245,1,-1926.99,-1046.14,44.0248,3.83594,250,0,0,198,0,0,0,0,0),(26526,2979,1,1,1,3904,1,-1936.98,-1055.73,44.016,4.68528,250,0,0,198,0,0,0,0,0),(26525,2979,1,1,1,7245,1,-1749.5,-1259.47,113.172,2.83996,250,5,0,198,0,1,0,0,0),(26524,2979,1,1,1,7245,1,-1459.77,-1003.45,146.849,1.69557,250,0,0,198,0,0,0,0,0),(26523,2979,1,1,1,3906,1,-1526.32,-1056.94,152.885,2.18522,250,0,0,198,0,2,0,0,0),(26522,2979,1,1,1,7245,1,-1524.22,-1071.09,151.982,1.28662,250,5,0,198,0,1,0,0,0),(26521,2979,1,1,1,3905,1,-1547.84,-1084.46,147.341,4.22683,250,5,0,198,0,1,0,0,0),(26520,2979,1,1,1,3904,1,-1539.37,-1068.87,150.355,2.61946,250,5,0,198,0,1,0,0,0),(26519,2979,1,1,1,3906,1,-1607.41,-1223.85,135.917,1.4969,250,5,0,198,0,1,0,0,0),(26518,2979,1,1,1,7245,1,-832.99,-29.6022,-13.2406,6.07375,250,0,0,198,0,0,0,0,0),(26517,2979,1,1,1,7245,1,-807.974,-8.02729,-13.1881,3.92699,250,0,0,198,0,0,0,0,0),(26516,2979,1,1,1,7245,1,-746.269,-155.242,-28.1006,3.66519,250,0,0,198,0,0,0,0,0),(26515,2979,1,1,1,3905,1,-757.607,-143.116,-29.355,5.51524,250,0,0,198,0,0,0,0,0),(26514,2979,1,1,1,7245,1,-1770.84,-1281.55,113.245,1.34953,250,5,0,198,0,1,0,0,0),(26513,2979,1,1,1,7245,1,-1783.37,-1281.34,112.648,5.1236,250,5,0,198,0,1,0,0,0),(26512,2979,1,1,1,7245,1,-1631.09,-1307.76,133.022,5.97076,250,5,0,198,0,1,0,0,0),(26511,2979,1,1,1,3906,1,-1611.37,-1262.47,132.681,3.23449,250,0,0,198,0,2,0,0,0),(26510,2979,1,1,1,7245,1,-1798.45,-1270.11,113.107,5.31779,250,5,0,198,0,1,0,0,0),(26509,2979,1,1,1,3906,1,-1574.43,-1087.58,103.656,4.84449,250,5,0,198,0,1,0,0,0),(26508,2979,1,1,1,7245,1,-1576.54,-1160.08,103.662,1.44709,250,5,0,198,0,1,0,0,0),(26507,2979,1,1,1,7245,1,-1575.49,-1078.79,103.672,4.28724,250,5,0,198,0,1,0,0,0),(26506,2979,1,1,1,7245,1,-1591,-1074.29,103.737,0.750613,250,5,0,198,0,1,0,0,0),(26505,2979,1,1,1,3906,1,-1581.16,-1069.86,103.467,3.65177,250,5,0,198,0,1,0,0,0),(26504,2979,1,1,1,3904,1,-1618.32,-1078.38,103.243,1.88692,250,5,0,198,0,1,0,0,0),(26503,2979,1,1,1,7245,1,-1590.94,-1147.02,104.111,4.65419,250,0,0,198,0,2,0,0,0),(26502,2979,1,1,1,3904,1,-1465.04,-1069.22,143.244,4.92395,250,0,0,198,0,0,0,0,0),(26501,2979,1,1,1,7245,1,-1527.99,-986.687,150.761,4.32016,250,0,0,198,0,0,0,0,0),(26500,2979,1,1,1,7245,1,-1629.8,-1338.62,133.135,1.9554,250,5,0,198,0,1,0,0,0),(26499,2979,1,1,1,3904,1,-1606.14,-1301.75,133.613,3.361,250,0,0,198,0,2,0,0,0),(26498,2979,1,1,1,7245,1,-1478.22,-984.527,148.65,4.99822,250,0,0,198,0,0,0,0,0),(26497,2979,1,1,1,7245,1,-1443.93,-1043.26,142.479,0.159308,250,0,0,198,0,0,0,0,0),(26496,2979,1,1,1,7245,1,-1505.13,-988.787,147.261,3.79277,250,0,0,198,0,0,0,0,0),(26495,2979,1,1,1,7245,1,-1472.09,-978.938,148.65,1.37478,250,0,0,198,0,0,0,0,0),(26494,2979,1,1,1,3906,1,-1609.98,-1238.51,134.223,0.998795,250,5,0,198,0,1,0,0,0),(26493,2979,1,1,1,7245,1,-1471.89,-986.704,148.65,3.10621,250,0,0,198,0,0,0,0,0),(26492,2979,1,1,1,7245,1,-1602.1,-1316.84,133.044,3.4422,250,5,0,198,0,1,0,0,0),(26491,2979,1,1,1,7245,1,-1638.69,-1323,132.693,2.28408,250,0,0,198,0,2,0,0,0),(26490,2978,1,1,1,7247,1,-739.48,-142.995,-27.5924,2.25653,250,3,0,156,0,1,0,0,0),(26489,2978,1,1,1,355,1,-763.502,-163.308,-25.3501,0.960597,250,5,0,156,0,1,0,0,0),(26488,2978,1,1,1,355,1,-757.987,-130.569,-28.184,3.24879,250,3,0,156,0,1,0,0,0),(26487,2978,1,1,1,3909,1,-1579.31,-1175.02,145.585,2.82743,250,0,0,156,0,0,0,0,0),(26486,2978,1,1,1,7247,1,-1530.1,-1098.12,146.701,5.5676,250,0,0,156,0,0,0,0,0),(26485,2978,1,1,1,1122,1,-1595.09,-1181.17,141.059,2.46091,250,0,0,156,0,0,0,0,0),(26484,2978,1,1,1,1122,1,-1600.04,-1184.64,140.118,1.90241,250,0,0,156,0,0,0,0,0),(26483,2978,1,1,1,7247,1,-1573.07,-1186.36,143.523,5.95157,250,0,0,156,0,0,0,0,0),(26482,2978,1,1,1,7247,1,-1638.6,-1269.1,130.896,3.07178,250,0,0,156,0,0,0,0,0),(26481,2978,1,1,1,7247,1,-1656.58,-1241.39,129.41,5.20108,250,0,0,156,0,0,0,0,0),(26480,2978,1,1,1,7247,1,-1646.24,-1248.88,129.965,4.04916,250,0,0,156,0,0,0,0,0),(26479,2978,1,1,1,3909,1,-1647.19,-1206.39,132.673,2.05949,250,0,0,156,0,0,0,0,0),(26478,2978,1,1,1,7247,1,-1633.17,-1180.07,136.172,1.3439,250,0,0,156,0,0,0,0,0),(26477,2978,1,1,1,3909,1,-1642.71,-1185.35,135.328,3.01942,250,0,0,156,0,0,0,0,0),(26476,2978,1,1,1,1122,1,-1663,-1087.96,125.267,2.00713,250,0,0,156,0,0,0,0,0),(26475,2978,1,1,1,7247,1,-1697.1,-1116.46,121.889,4.43314,250,0,0,156,0,0,0,0,0),(26474,2978,1,1,1,7247,1,-1710.65,-1130.86,116.613,0.541052,250,0,0,156,0,0,0,0,0),(26473,2978,1,1,1,7247,1,-1722.06,-1131.39,116.408,2.30383,250,0,0,156,0,0,0,0,0),(26472,2978,1,1,1,7247,1,-1723.81,-1153.17,114.783,3.87463,250,0,0,156,0,0,0,0,0),(26471,2978,1,1,1,7247,1,-1720.01,-1169.48,111.277,3.89208,250,0,0,156,0,0,0,0,0),(26470,2978,1,1,1,355,1,-1706.29,-1154.92,113.489,1.37881,250,0,0,156,0,0,0,0,0),(26469,2978,1,1,1,7247,1,-1693.02,-1161.06,112.544,1.93731,250,0,0,156,0,0,0,0,0),(26468,2978,1,1,1,7247,1,-1671.94,-1152.85,113.284,2.84489,250,0,0,156,0,0,0,0,0),(26467,2978,1,1,1,7247,1,-1718.21,-1187.76,107.139,2.6529,250,0,0,156,0,0,0,0,0),(26466,2978,1,1,1,7247,1,-1672.12,-1186.04,112.298,5.28835,250,0,0,156,0,0,0,0,0),(26465,2978,1,1,1,7247,1,-1686.87,-1208.99,127.226,3.31613,250,0,0,156,0,0,0,0,0),(26464,2978,1,1,1,3909,1,-1710.54,-1067.76,117.521,1.309,250,0,0,156,0,0,0,0,0),(26463,2978,1,1,1,7247,1,-1753.17,-1136.51,117.148,0.418879,250,0,0,156,0,0,0,0,0),(26462,2978,1,1,1,3909,1,-1734.01,-1114.4,116.13,5.23599,250,0,0,156,0,0,0,0,0),(26461,2978,1,1,1,7247,1,-1733.28,-1091.39,118.72,3.22886,250,0,0,156,0,0,0,0,0),(26460,2978,1,1,1,1122,1,-1781.79,-1185.19,115.67,6.24828,250,0,0,156,0,0,0,0,0),(26459,2978,1,1,1,7247,1,-1781.81,-1153.14,116.943,2.54818,250,0,0,156,0,0,0,0,0),(26458,2978,1,1,1,7247,1,-1749.22,-1114.7,116.725,2.14675,250,0,0,156,0,0,0,0,0),(26457,2978,1,1,1,7247,1,-1809.34,-1214.39,109.284,3.83972,250,0,0,156,0,0,0,0,0),(26456,2978,1,1,1,7247,1,-1773.45,-1174.21,117.086,5.95157,250,0,0,156,0,0,0,0,0),(26455,2978,1,1,1,7247,1,-1794.56,-1164.96,114.524,2.18166,250,0,0,156,0,0,0,0,0),(26454,2978,1,1,1,7247,1,-1829.94,-1194.87,104.727,3.735,250,0,0,156,0,0,0,0,0),(26453,2978,1,1,1,7247,1,-1833.74,-1140.18,99.1448,0.523599,250,0,0,156,0,0,0,0,0),(26452,2978,1,1,1,1122,1,-1843.86,-1175.33,100.74,3.76991,250,0,0,156,0,0,0,0,0),(26451,2978,1,1,1,7247,1,-1860.7,-1131.31,96.7051,4.45059,250,0,0,156,0,0,0,0,0),(26450,2978,1,1,1,355,1,-1851.52,-1146.02,98.51,3.49066,250,0,0,156,0,0,0,0,0),(26449,2978,1,1,1,355,1,-1889.82,-1085.89,89.1843,5.13597,250,5,0,156,0,1,0,0,0),(26448,2978,1,1,1,7247,1,-1902.49,-1090.56,85.1062,1.44258,250,5,0,156,0,1,0,0,0),(26447,2978,1,1,1,3909,1,-1922.9,-1142.91,86.7456,5.49804,250,5,0,156,0,1,0,0,0),(26446,2978,1,1,1,7247,1,-1939.38,-1102.56,68.0279,4.53994,250,5,0,156,0,1,0,0,0),(26445,2978,1,1,1,7247,1,-1911.43,-1134.43,86.6206,4.54884,250,5,0,156,0,1,0,0,0),(26444,2978,1,1,1,7247,1,-1940.1,-1065.07,44.266,0.591751,250,0,0,156,0,0,0,0,0),(26443,2978,1,1,1,7247,1,-1949.92,-1069.82,48.3882,1.86937,250,2,0,156,0,1,0,0,0),(26442,2978,1,1,1,7247,1,-1940.69,-1137.81,84.5383,4.41565,250,5,0,156,0,1,0,0,0),(26441,2978,1,1,1,355,1,-1957.23,-1056.68,45.141,3.12709,250,2,0,156,0,1,0,0,0),(26440,2978,1,1,1,7247,1,-1930.26,-1059.05,44.3998,3.75491,250,0,0,156,0,0,0,0,0),(26439,2978,1,1,1,7247,1,-1955.32,-1037.75,37.516,2.48914,250,5,0,156,0,1,0,0,0),(26438,2978,1,1,1,355,1,-1940.46,-1047.15,44.016,5.73397,250,5,0,156,0,1,0,0,0),(26437,2978,1,1,1,7247,1,-1935.26,-1032.43,43.527,5.45212,250,0,0,156,0,0,0,0,0),(26436,2978,1,1,1,7247,1,-1931.99,-1018.77,42.9075,3.12774,250,5,0,156,0,1,0,0,0),(26435,2978,1,1,1,7247,1,-1941.4,-1017.29,38.652,1.09313,250,5,0,156,0,1,0,0,0),(26434,2978,1,1,1,355,1,-1909.16,-1035.88,49.3998,0.059741,250,5,0,156,0,1,0,0,0),(26433,2978,1,1,1,7247,1,-1917.71,-1032.29,44.1575,5.7464,250,5,0,156,0,1,0,0,0),(26432,2978,1,1,1,7247,1,-1914.36,-1012.18,45.4075,1.10924,250,5,0,156,0,1,0,0,0),(26431,2978,1,1,1,7247,1,-1517.88,-1047.61,153.5,1.81514,250,0,0,156,0,0,0,0,0),(26430,2978,1,1,1,355,1,-1560.09,-1177.8,105.047,5.49779,250,0,0,156,0,0,0,0,0),(26429,2978,1,1,1,7247,1,-1551.74,-1174.79,104.509,5.0091,250,0,0,156,0,0,0,0,0),(26428,2978,1,1,1,7247,1,-846.957,-54.5134,-13.1104,5.04517,250,5,0,156,0,1,0,0,0),(26427,2978,1,1,1,7247,1,-817.355,-18.5405,-13.177,4.7157,250,0,0,156,0,2,0,0,0),(26426,2978,1,1,1,355,1,-780.732,-13.0491,-14.8958,1.01225,250,5,0,156,0,1,0,0,0),(26425,2978,1,1,1,355,1,-821.165,-45.8845,-13.2237,1.73828,250,5,0,156,0,1,0,0,0),(26424,2978,1,1,1,7247,1,-739.209,-162.49,-27.2353,3.02946,250,3,0,156,0,1,0,0,0),(26423,2978,1,1,1,1122,1,-765.286,-134.311,-28.1001,0.407324,250,0,0,156,0,2,0,0,0),(26422,2978,1,1,1,7247,1,-735.974,-136.687,-26.4751,1.0157,250,5,0,156,0,1,0,0,0),(26421,2978,1,1,1,7247,1,-785.783,15.6386,-13.4612,3.67431,250,5,0,156,0,1,0,0,0),(26420,2978,1,1,1,7247,1,-820.805,18.236,-10.302,4.82164,250,5,0,156,0,1,0,0,0),(26419,2978,1,1,1,3909,1,-852.871,-21.4746,-11.8725,5.94601,250,5,0,156,0,1,0,0,0),(26418,2978,1,1,1,3909,1,-1751.46,-1042.49,119.655,3.56047,250,0,0,156,0,0,0,0,0),(26417,2978,1,1,1,7247,1,-1742.74,-1034.11,118.792,1.62316,250,0,0,156,0,0,0,0,0),(26416,2978,1,1,1,7247,1,-1680.92,-1321.15,132.894,3.80482,250,0,0,156,0,0,0,0,0),(26415,2978,1,1,1,7247,1,-1684.08,-1314.23,132.584,2.28638,250,0,0,156,0,0,0,0,0),(26414,2978,1,1,1,7247,1,-1639.66,-1298.81,132.288,2.93215,250,0,0,156,0,0,0,0,0),(26413,2978,1,1,1,355,1,-1666.89,-1309.35,132.7,1.6057,250,0,0,156,0,0,0,0,0),(26412,2978,1,1,1,7247,1,-1665.33,-1324.97,132.888,4.32842,250,0,0,156,0,0,0,0,0),(26411,2978,1,1,1,1122,1,-1734.39,-1192.33,123.936,5.39307,250,0,0,156,0,0,0,0,0),(26410,2978,1,1,1,7247,1,-1721.36,-1200.29,107.035,3.54302,250,0,0,156,0,0,0,0,0),(26409,2978,1,1,1,7247,1,-1702.41,-1204.45,106.755,5.67232,250,0,0,156,0,0,0,0,0),(26408,2978,1,1,1,7247,1,-1758.57,-1199.24,120.936,5.75959,250,0,0,156,0,0,0,0,0),(26407,2978,1,1,1,7247,1,-1764.43,-1186.34,120.128,2.3911,250,0,0,156,0,0,0,0,0),(26406,2978,1,1,1,3909,1,-1735.12,-1252.08,113.133,2.23402,250,0,0,156,0,0,0,0,0),(26405,2978,1,1,1,7247,1,-1738,-1269.69,113.417,5.77704,250,0,0,156,0,0,0,0,0),(26404,2978,1,1,1,7247,1,-1721.75,-1252.14,113.372,0.401426,250,0,0,156,0,0,0,0,0),(26403,2978,1,1,1,3909,1,-1730.34,-1263.38,113.531,5.81195,250,0,0,156,0,0,0,0,0),(26402,2978,1,1,1,7247,1,-1760.62,-1297.14,112.905,3.90954,250,0,0,156,0,0,0,0,0),(26401,2978,1,1,1,7247,1,-1745.17,-1290.65,113.374,0.10472,250,0,0,156,0,0,0,0,0),(26400,2978,1,1,1,7247,1,-1801.66,-1284.17,113.284,3.7001,250,0,0,156,0,0,0,0,0),(26399,2978,1,1,1,7247,1,-1557.76,-1086.23,103.803,1.69297,250,0,0,156,0,0,0,0,0),(26398,2978,1,1,1,7247,1,-1549.94,-1096.66,103.786,1.25664,250,0,0,156,0,0,0,0,0),(26397,2978,1,1,1,7247,1,-1538.38,-1107.29,103.767,0.785398,250,0,0,156,0,0,0,0,0),(26396,2978,1,1,1,355,1,-1636.94,-1164.71,110.519,5.32325,250,0,0,156,0,0,0,0,0),(26395,2978,1,1,1,7247,1,-1684.54,-1197.65,109.013,4.29351,250,0,0,156,0,0,0,0,0),(26394,2978,1,1,1,7247,1,-1597.02,-1157.17,103.044,4.15388,250,0,0,156,0,0,0,0,0),(26393,2978,1,1,1,7247,1,-1602.86,-1155.84,103.381,5.60251,250,0,0,156,0,0,0,0,0),(26392,2978,1,1,1,7247,1,-1752.66,-1331.58,113.372,5.20108,250,0,0,156,0,0,0,0,0),(26391,2978,1,1,1,7247,1,-1759.8,-1330.54,113.632,3.49066,250,0,0,156,0,0,0,0,0),(26390,2978,1,1,1,7247,1,-1757.99,-1316.66,113.043,3.21141,250,0,0,156,0,0,0,0,0),(26389,2978,1,1,1,3909,1,-1571.83,-1311.98,133.246,4.85202,250,0,0,156,0,0,0,0,0),(26388,2978,1,1,1,7247,1,-1605.96,-1327.09,133.423,5.58505,250,0,0,156,0,0,0,0,0),(26387,2978,1,1,1,7247,1,-1558.71,-1306.94,133.35,5.96903,250,0,0,156,0,0,0,0,0),(26386,2978,1,1,1,355,1,-1578.24,-1314.67,133.21,4.97419,250,0,0,156,0,0,0,0,0),(26385,2978,1,1,1,355,1,-1585.86,-1303.96,133.028,0.942478,250,0,0,156,0,0,0,0,0),(26384,2978,1,1,1,1122,1,-1562.74,-1298.89,133.064,1.3439,250,0,0,156,0,0,0,0,0),(26383,2978,1,1,1,7247,1,-1554.33,-1302.38,133.274,5.37561,250,0,0,156,0,0,0,0,0),(26382,2978,1,1,1,355,1,-1605.31,-1253.39,134.487,5.51524,250,0,0,156,0,0,0,0,0),(26381,2978,1,1,1,355,1,-1638.04,-1096.7,103.846,2.53073,250,0,0,156,0,0,0,0,0),(26380,2978,1,1,1,7247,1,-1603.72,-1278.04,133.718,1.11701,250,0,0,156,0,0,0,0,0),(26379,2978,1,1,1,7247,1,-1483.85,-1097.72,145.52,1.43117,250,0,0,156,0,0,0,0,0),(26378,2978,1,1,1,355,1,-1611.34,-1369.44,132.721,0.191986,250,0,0,156,0,0,0,0,0),(26377,2978,1,1,1,7247,1,-1494.68,-1141.7,158.182,3.03687,250,0,0,156,0,0,0,0,0),(26376,2978,1,1,1,355,1,-1629.69,-1356.99,132.706,3.94444,250,0,0,156,0,0,0,0,0),(26375,2978,1,1,1,7247,1,-1602.21,-1284.36,133.576,0.453786,250,0,0,156,0,0,0,0,0),(26374,2978,1,1,1,1122,1,-1613.05,-1343.28,132.959,0.680678,250,0,0,156,0,0,0,0,0),(26373,2978,1,1,1,7247,1,-1601.61,-1388.84,132.825,6.10865,250,0,0,156,0,0,0,0,0),(26372,2978,1,1,1,7247,1,-1605.17,-1395.11,132.688,5.14872,250,0,0,156,0,0,0,0,0),(26371,2978,1,1,1,7247,1,-1492.28,-1121.42,153.241,1.46608,250,0,0,156,0,0,0,0,0),(26370,2978,1,1,1,7247,1,-1629.39,-1363.92,132.363,2.67035,250,0,0,156,0,0,0,0,0),(26369,2978,1,1,1,7247,1,-1618.74,-1383.61,132.817,4.5204,250,0,0,156,0,0,0,0,0),(26368,2978,1,1,1,355,1,-1534.44,-1135.41,103.502,0.366519,250,0,0,156,0,0,0,0,0),(26367,2978,1,1,1,7247,1,-1635.65,-1089.24,103.623,3.47321,250,0,0,156,0,0,0,0,0),(26365,2978,1,1,1,7247,1,-1615.61,-1348.57,132.891,5.98648,250,0,0,156,0,0,0,0,0),(26364,2978,1,1,1,7247,1,-1479.96,-1143.31,155.037,5.89921,250,0,0,156,0,0,0,0,0),(26363,2978,1,1,1,7247,1,-1654.5,-1326.59,132.974,5.8294,250,0,0,156,0,0,0,0,0),(26362,2977,1,1,1,3908,1,-1827.69,-231.637,-9.34152,4.31096,250,0,0,137,0,0,0,0,0),(26361,2977,1,1,1,4099,1,-1809.64,-239.495,-9.29985,4.6946,250,5,0,137,0,1,0,0,0),(26360,2977,1,1,1,7246,1,-1847.23,-249.355,-9.1109,2.3465,250,5,0,137,0,1,0,0,0),(26359,2977,1,1,1,7246,1,-1809.7,-255.987,-9.29985,4.71335,250,5,0,137,0,1,0,0,0),(26358,2977,1,1,1,7246,1,-1910.83,-727.258,2.49843,1.47696,250,5,0,137,0,1,0,0,0),(26357,2977,1,1,1,7246,1,-1929.98,-716.028,3.65329,1.43427,250,0,0,137,0,0,0,0,0),(26356,2977,1,1,1,3908,1,-1914.06,-674.479,-5.3324,1.86838,250,5,0,137,0,1,0,0,0),(26355,3233,1,1,1,3817,1,-1150.41,-1027.37,3.57968,5.70723,250,0,0,156,0,0,0,0,0),(26354,3232,1,1,1,1274,1,-1027.53,-1126.56,44.4928,4.1519,250,5,0,176,0,1,0,0,0),(26353,3232,1,1,1,1274,1,-1003.67,-1122.38,44.4928,1.58584,250,0,0,176,0,0,0,0,0),(26352,3232,1,1,1,1274,1,-985.956,-1103.23,44.5406,4.70966,250,5,0,176,0,1,0,0,0),(26351,3232,1,1,1,1274,1,-1013.84,-1118.25,44.4928,6.19123,250,0,0,176,0,0,0,0,0),(26350,3232,1,1,1,1274,1,-1054.6,-1094.35,30.5758,5.12652,250,5,0,176,0,1,0,0,0),(26349,3232,1,1,1,1274,1,-1046.29,-1128.57,45.2885,4.43506,250,5,0,176,0,1,0,0,0),(26348,3232,1,1,1,1274,1,-1021.16,-1102.74,44.4928,5.25904,250,0,0,176,0,0,0,0,0),(26347,3232,1,1,1,1274,1,-1055.7,-1109.93,35.7423,3.93873,250,5,0,176,0,1,0,0,0),(26346,2976,1,1,1,7244,1,-1801.43,-239.287,-9.29985,1.90923,250,5,0,120,0,1,0,0,0),(26345,2976,1,1,1,7244,1,-1829.28,-254.059,-9.15345,2.01109,250,5,0,120,0,1,0,0,0),(26344,2976,1,1,1,3903,1,-1906.31,-709.753,3.15329,0.465911,250,5,0,120,0,1,0,0,0),(26284,2976,1,1,1,7244,1,-1918.62,-747.353,-2.62556,5.14476,250,5,0,120,0,1,0,0,0),(26283,2976,1,1,1,7244,1,-1942.18,-746.522,-2.19717,1.00688,250,5,0,120,0,1,0,0,0),(26282,2976,1,1,1,1122,1,-1947.21,-713.225,0.927834,4.94089,250,5,0,120,0,1,0,0,0),(26281,3232,1,1,1,1274,1,-974.644,-1103.47,45.4156,3.85471,250,5,0,176,0,1,0,0,0),(26280,3232,1,1,1,1274,1,-986.268,-1086.01,44.4506,2.9089,250,0,0,176,0,0,0,0,0),(26279,2976,1,1,1,7244,1,-1930.58,-700.912,3.27829,4.6241,250,0,0,120,0,0,0,0,0),(26278,3232,1,1,1,1274,1,-970.942,-1055.81,29.7173,0.742745,250,0,0,176,0,2,0,0,0),(26277,3232,1,1,1,1274,1,-941.998,-1083.05,45.4093,3.44914,250,5,0,176,0,1,0,0,0),(26276,3232,1,1,1,1274,1,-958.757,-1041.46,25.6975,3.69631,250,5,0,176,0,1,0,0,0),(26275,3232,1,1,1,1274,1,-988.874,-1040.62,19.5128,4.90068,250,5,0,176,0,1,0,0,0),(26274,3232,1,1,1,1274,1,-958.738,-1076.28,39.7843,4.7766,250,5,0,176,0,1,0,0,0),(26273,2976,1,1,1,7244,1,-2553.23,-721.481,-8.97303,1.57561,250,3,0,120,0,1,0,0,0),(26272,2976,1,1,1,1122,1,-1835.93,-217.193,-9.32258,2.68319,250,5,0,120,0,1,0,0,0),(26271,2976,1,1,1,7244,1,-1809.93,-220.599,-9.29985,0.49623,250,5,0,120,0,1,0,0,0),(26270,2976,1,1,1,1122,1,-1849.82,-230.879,-9.32636,3.43475,250,5,0,120,0,1,0,0,0),(26269,2976,1,1,1,7244,1,-1946.67,-686.458,-1.69813,1.32618,250,3,0,120,0,1,0,0,0),(26268,3232,1,1,1,1274,1,-1030.92,-1148.66,57.2906,3.82185,250,5,0,176,0,1,0,0,0),(26267,3232,1,1,1,1274,1,-1043.73,-1139.39,50.5215,2.37499,250,5,0,176,0,1,0,0,0),(26266,3232,1,1,1,1274,1,-963.43,-1129.63,65.2218,3.52299,250,3,0,176,0,1,0,0,0),(26265,3232,1,1,1,1274,1,-939.087,-1121.15,69.0968,4.20947,250,5,0,176,0,1,0,0,0),(26264,3232,1,1,1,1274,1,-940.801,-1057.22,38.0725,3.23047,250,5,0,176,0,1,0,0,0),(26263,3232,1,1,1,1274,1,-1013.7,-1043.82,17.6816,2.81475,250,5,0,176,0,1,0,0,0),(26262,3232,1,1,1,1274,1,-1010.67,-1148.43,62.1397,4.88498,250,5,0,176,0,1,0,0,0),(26261,3232,1,1,1,1274,1,-990.674,-1155.53,72.6163,1.62372,250,3,0,176,0,1,0,0,0),(26260,3232,1,1,1,1274,1,-1001.86,-1087.53,44.4757,3.76833,250,0,0,176,0,0,0,0,0),(26255,2976,1,1,1,355,1,-1895.25,-694.292,-2.58544,2.21411,250,3,0,120,0,1,0,0,0),(26251,2976,1,1,1,7244,1,-1889.09,-715.831,-1.39044,1.88162,250,5,0,120,0,1,0,0,0),(26250,3232,1,1,1,1274,1,-995.169,-1076.68,44.4506,4.76927,250,0,0,176,0,0,0,0,0),(26249,3232,1,1,1,1274,1,-1040.5,-1077.56,27.8492,5.75044,250,5,0,176,0,1,0,0,0),(8198,1093,0,1,1,1685,0,-4737.9,-3263.86,310.34,2.82743,300,0,0,1753,0,0,0,0,0),(26248,3232,1,1,1,1274,1,-977.141,-1143.72,69.3663,5.82343,250,3,0,176,0,1,0,0,0),(26247,3232,1,1,1,1274,1,-1025.06,-1055.64,21.2267,6.17715,250,5,0,176,0,1,0,0,0),(26246,2975,1,1,1,7243,1,-2543.93,-703.149,-8.73497,4.60461,250,3,0,102,0,1,0,0,0),(26245,2975,1,1,1,7243,1,-2540.77,-685.907,-7.42431,5.83199,250,5,0,102,0,1,0,0,0),(26244,2975,1,1,1,7243,1,-2522.06,-692.206,-5.27291,0.856381,250,15,0,102,0,1,0,0,0),(26243,2975,1,1,1,7243,1,-2537.44,-725.008,-8.9158,1.3761,250,3,0,102,0,1,0,0,0),(26242,2975,1,1,1,3902,1,-2527.1,-743.32,-7.99728,3.95004,250,15,0,102,0,1,0,0,0),(26241,2975,1,1,1,7243,1,-2525.99,-710.524,-7.91477,2.59323,250,3,0,102,0,1,0,0,0),(26240,2975,1,1,1,7243,1,-2560.31,-690.324,-7.92431,2.1693,250,10,0,102,0,1,0,0,0),(26237,2975,1,1,1,7243,1,-2564.78,-702.552,-7.47303,2.08004,250,10,0,102,0,1,0,0,0),(26236,2975,1,1,1,7243,1,-2550.16,-741.861,-6.04805,2.3146,250,10,0,102,0,1,0,0,0),(26235,2975,1,1,1,3902,1,-2576.02,-722.765,-5.54161,4.45646,250,10,0,102,0,1,0,0,0),(26234,2975,1,1,1,7243,1,-2569.06,-735.685,-5.53374,2.56386,250,10,0,102,0,1,0,0,0),(26233,2974,1,1,1,10918,0,-1317.95,-926.415,1.9346,5.79242,250,0,0,247,0,2,0,0,0),(26232,2974,1,1,1,10918,0,-2060.04,-245.411,-8.92791,2.6211,250,15,0,247,0,1,0,0,0),(26231,2974,1,1,1,10918,0,-1555,-422.133,-41.7455,2.71034,250,15,0,247,0,1,0,0,0),(26214,2974,1,1,1,10918,0,-1593.61,-407.641,-39.3089,2.37001,250,15,0,247,0,1,0,0,0),(26213,2974,1,1,1,10918,0,-2544.14,23.2627,12.3682,4.35733,250,5,0,247,0,2,0,0,0),(26212,2974,1,1,1,10918,0,-2643.93,-1105.36,-5.81951,1.94028,250,15,0,247,0,1,0,0,0),(26211,2974,1,1,1,10918,0,-2649.29,-1090.69,-7.21731,1.72567,250,15,0,247,0,1,0,0,0),(26210,2974,1,1,1,10918,0,-1566.06,-409.274,-41.1913,0.103797,250,15,0,247,0,1,0,0,0),(26209,2973,1,1,1,1230,0,-2113.14,-181.47,-6.5166,1.62303,250,15,0,222,0,1,0,0,0),(26208,3229,1,1,1,1254,0,-3103.75,-1196.7,85.6689,5.48033,250,0,0,102,0,0,0,0,0),(26207,2973,1,1,1,1230,0,-2554.46,6.33827,7.88806,4.70262,250,5,0,222,0,1,0,0,0),(26196,2973,1,1,1,1230,0,-1543.72,-401.86,-43.2021,0.811741,250,15,0,222,0,1,0,0,0),(26195,2972,1,1,1,1454,0,-1326.28,-903.368,-5.84471,5.54232,250,0,0,137,0,0,0,0,0),(26194,2972,1,1,1,1454,0,-1341.92,-904.591,-2.80832,5.35784,250,0,0,137,0,0,0,0,0),(26193,2972,1,1,1,1454,0,-1335.11,-901.182,-5.59499,5.32423,250,0,0,137,0,0,0,0,0),(26192,2972,1,1,1,1454,0,-1346.56,-907.761,0.158542,5.46322,250,0,0,137,0,0,0,0,0),(26191,2972,1,1,1,1454,0,-2076.06,-218.413,-5.00717,2.32868,250,15,0,137,0,1,0,0,0),(26190,2972,1,1,1,1454,0,-2076.58,-236.571,-7.1374,2.62027,250,15,0,137,0,1,0,0,0),(26189,2972,1,1,1,1451,0,-1566.26,-431.765,-41.1907,2.54796,250,15,0,137,0,1,0,0,0),(26188,2972,1,1,1,1451,0,-1571.1,-419.184,-40.6388,2.48415,250,15,0,137,0,1,0,0,0),(26187,2972,1,1,1,1454,0,-2543.7,7.50046,9.03971,4.30487,250,5,0,137,0,1,0,0,0),(26186,2972,1,1,1,1454,0,-2535.46,14.6013,10.7254,4.56349,250,5,0,137,0,1,0,0,0),(26185,2972,1,1,1,1451,0,-2551,22.0117,11.9644,4.39867,250,5,0,137,0,1,0,0,0),(26184,2972,1,1,1,1454,0,-1559,-403.025,-42.0006,0.477204,250,15,0,137,0,1,0,0,0),(26183,2971,1,1,1,10824,0,-1309.59,-635.962,-58.6371,5.12446,250,30,0,156,0,1,0,0,0),(26182,2971,1,1,1,10824,0,-1084.32,-683.952,-54.7521,6.02635,250,20,0,156,0,1,0,0,0),(26181,2971,1,1,1,10824,0,-614.449,-118.548,6.55316,5.8108,250,30,0,156,0,1,0,0,0),(26180,2971,1,1,1,10824,0,-865.705,116.237,-13.1871,3.2589,250,20,0,156,0,1,0,0,0),(26179,5787,1,1,1,6692,1,-810.697,-28.6228,-13.1119,5.49779,19900,0,0,333,0,0,0,0,0),(26178,2971,1,1,1,10824,0,-2313.3,-1286.88,6.31794,6.2187,250,20,0,156,0,1,0,0,0),(26177,2971,1,1,1,10824,0,-919.364,-692.842,-39.4637,4.27494,250,30,0,156,0,1,0,0,0),(26176,2971,1,1,1,10824,0,-732.515,-345.883,-26.2272,0.013671,250,20,0,156,0,1,0,0,0),(26175,2971,1,1,1,10824,0,-2248.99,-1384.26,33.0906,5.95975,250,20,0,156,0,1,0,0,0),(26174,2971,1,1,1,10824,0,-617.321,-350.765,5.00454,3.93159,250,30,0,156,0,1,0,0,0),(8197,6577,0,1,1,5376,0,-5368.99,-3746.97,304.797,2.00713,300,0,0,356,0,0,0,0,0),(26166,2971,1,1,1,10824,0,-836.175,-615.846,-37.305,2.48911,250,20,0,156,0,1,0,0,0),(26165,2971,1,1,1,10824,0,-1040.22,-919.69,2.0786,2.86061,250,20,0,156,0,1,0,0,0),(26164,2971,1,1,1,10824,0,-1369.22,-713.582,-48.9683,3.32634,250,0,0,156,0,0,0,0,0),(26159,2971,1,1,1,10824,0,-959.568,-607.217,-58.2264,2.34514,250,30,0,156,0,1,0,0,0),(26158,2971,1,1,1,10824,0,-1259.39,-931.09,-4.76143,4.58319,250,20,0,156,0,1,0,0,0),(26128,2971,1,1,1,10824,0,-1383.56,-803.975,-21.4483,1.58837,250,20,0,156,0,1,0,0,0),(26127,2971,1,1,1,10824,0,-1180.73,-719.845,-56.3825,2.03991,250,20,0,156,0,1,0,0,0),(26126,2971,1,1,1,10824,0,-1263.66,-562.903,-57.0829,5.85497,250,20,0,156,0,1,0,0,0),(26122,2971,1,1,1,10824,0,-744.385,-654.247,-22.9999,1.62087,250,30,0,156,0,1,0,0,0),(26107,2971,1,1,1,10824,0,-587.983,-465.033,13.679,1.28794,250,20,0,156,0,1,0,0,0),(26106,2970,1,1,1,1229,0,-1958.19,-177.554,-10.5561,3.80796,250,20,0,137,0,1,0,0,0),(26105,2970,1,1,1,1229,0,-1936.14,-84.0253,-4.61679,1.35425,250,20,0,137,0,1,0,0,0),(26104,2970,1,1,1,1229,0,-2614.41,-918.112,-6.31874,5.96134,250,20,0,137,0,1,0,0,0),(26103,2970,1,1,1,1229,0,-1783.73,-449.217,-3.50281,4.72119,250,20,0,137,0,1,0,0,0),(26102,2970,1,1,1,1229,0,-1917.39,-470.056,-6.0985,1.03977,250,20,0,137,0,1,0,0,0),(26101,2970,1,1,1,1229,0,-1819.67,-147.557,-9.04447,5.96547,250,20,0,137,0,1,0,0,0),(26100,2970,1,1,1,1229,0,-1637.66,-149.347,-7.39852,6.26366,250,20,0,137,0,1,0,0,0),(26099,2970,1,1,1,1229,0,-2319,-1022.65,-8.7281,2.92314,250,20,0,137,0,1,0,0,0),(26098,2970,1,1,1,1229,0,-1938.26,-902.556,9.50589,0.895485,250,20,0,137,0,1,0,0,0),(26097,2970,1,1,1,1229,0,-1666.21,-498.794,-17.4844,2.33962,250,20,0,137,0,1,0,0,0),(31311,4834,1,1,1,19836,1,-3221.13,-2972.55,42.5631,0.885755,360,5,0,1403,0,1,0,0,0),(26096,2970,1,1,1,1229,0,-1764.01,-122.662,-2.77695,0.329941,250,20,0,137,0,1,0,0,0),(26095,2970,1,1,1,1229,0,-1466.24,-354.535,-37.6535,3.14745,250,20,0,137,0,1,0,0,0),(26094,2970,1,1,1,1229,0,-1973.47,-322.791,-1.72684,6.15592,250,20,0,137,0,1,0,0,0),(26093,2970,1,1,1,1229,0,-2482.85,-976.443,-6.89149,5.11368,250,20,0,137,0,1,0,0,0),(26092,2970,1,1,1,1229,0,-2052.65,-946.041,7.63037,2.72773,250,20,0,137,0,1,0,0,0),(26091,2970,1,1,1,1229,0,-1792.22,-511.762,-3.61748,2.76979,250,20,0,137,0,1,0,0,0),(26090,2970,1,1,1,1229,0,-1682.8,115.039,-8.59082,2.022,250,20,0,137,0,1,0,0,0),(26089,2970,1,1,1,1229,0,-1587.85,-481.489,-37.9513,6.26561,250,20,0,137,0,1,0,0,0),(26088,2970,1,1,1,1229,0,-1668.21,-717.068,-14.9369,0.039043,250,20,0,137,0,1,0,0,0),(26087,2970,1,1,1,1229,0,-1815.52,-716.606,-9.38954,2.29273,250,20,0,137,0,1,0,0,0),(26086,2970,1,1,1,1229,0,-1783.88,-628.97,-11.6652,4.49968,250,20,0,137,0,1,0,0,0),(26085,2970,1,1,1,1229,0,-2049.67,-151.343,-9.25206,3.65585,250,20,0,137,0,1,0,0,0),(26084,2970,1,1,1,1229,0,-1811.62,189.415,31.935,2.22268,250,20,0,137,0,1,0,0,0),(26083,2970,1,1,1,1229,0,-1737.45,258.979,38.4974,2.6928,250,15,0,137,0,1,0,0,0),(26082,2970,1,1,1,1229,0,-1721.53,-795.15,9.41179,5.85624,250,20,0,137,0,1,0,0,0),(26081,5786,1,1,1,275,1,-2739.95,-439.311,-4.21659,1.62316,19900,0,0,176,0,0,0,0,0),(26080,2970,1,1,1,1229,0,-1654.61,-611.034,-32.3967,4.76925,250,20,0,137,0,1,0,0,0),(26079,2970,1,1,1,1229,0,-1851.9,-866.883,22.1922,5.06567,250,20,0,137,0,1,0,0,0),(26078,2970,1,1,1,1229,0,-1966.76,238.628,66.4,3.41882,250,10,0,137,0,1,0,0,0),(26077,2970,1,1,1,1229,0,-1467.96,-249.442,-1.71085,3.07126,250,20,0,137,0,1,0,0,0),(26076,2970,1,1,1,1229,0,-1524.02,-385.571,-42.7811,3.28653,250,20,0,137,0,1,0,0,0),(26075,2970,1,1,1,1229,0,-1546.73,-627.659,-55.3041,1.81151,250,20,0,137,0,1,0,0,0),(26074,2970,1,1,1,1229,0,-2153.73,-1046.88,12.1347,3.20413,250,20,0,137,0,1,0,0,0),(26073,2970,1,1,1,1229,0,-1464.39,-608.962,-56.3126,3.60559,250,20,0,137,0,1,0,0,0),(26072,2970,1,1,1,1229,0,-1553.5,-766.81,-25.1156,1.38797,250,20,0,137,0,1,0,0,0),(26071,2969,1,1,1,1228,0,-2111.13,46.7465,26.5258,5.90087,250,0,0,102,0,0,0,0,0),(26070,2969,1,1,1,1228,0,-2295.39,143.713,52.4654,3.51043,250,20,0,102,0,1,0,0,0),(26069,2969,1,1,1,1228,0,-2283.59,-51.4173,-0.792753,3.0888,250,20,0,102,0,1,0,0,0),(26068,2969,1,1,1,1228,0,-2621.96,-516.461,-4.05865,3.13573,250,20,0,102,0,1,0,0,0),(26067,2969,1,1,1,1228,0,-2253.91,46.3263,30.2833,4.24709,250,20,0,102,0,1,0,0,0),(26066,2969,1,1,1,1228,0,-2682.52,18.4719,13.9897,1.45928,250,20,0,102,0,1,0,0,0),(26065,2969,1,1,1,1228,0,-2684.43,151.125,55.0708,1.35816,250,20,0,102,0,1,0,0,0),(26064,2969,1,1,1,1228,0,-2682.78,-785.461,-5.85211,4.6596,250,20,0,102,0,1,0,0,0),(26063,2969,1,1,1,1228,0,-2282.15,-720.117,-7.37294,4.61002,250,20,0,102,0,1,0,0,0),(26062,2969,1,1,1,1228,0,-2131.77,-35.8355,9.75223,2.38933,250,20,0,102,0,1,0,0,0),(26061,2969,1,1,1,1228,0,-2445.25,-42.1167,-6.85289,3.06405,250,20,0,102,0,1,0,0,0),(26060,2969,1,1,1,1228,0,-2547.47,98.2943,39.8304,1.61968,250,20,0,102,0,1,0,0,0),(26059,2969,1,1,1,1228,0,-2416.47,117.546,42.9792,4.43328,250,20,0,102,0,1,0,0,0),(26058,2969,1,1,1,1228,0,-2551.18,243.921,85.5175,5.54747,250,20,0,102,0,1,0,0,0),(26057,2969,1,1,1,1228,0,-2542.94,-58.1062,-5.73882,1.83944,250,20,0,102,0,1,0,0,0),(26056,2969,1,1,1,1228,0,-2685.23,-247.696,3.05426,1.21134,250,20,0,102,0,1,0,0,0),(26055,5785,1,1,1,2163,0,-660.448,187.612,43.4106,1.69999,43200,0,0,416,205,0,0,0,0),(26054,2969,1,1,1,1228,0,-2953.72,291.858,105.781,2.87294,250,20,0,102,0,1,0,0,0),(26053,3224,1,1,1,10181,1,-2258.76,-296.012,-9.42604,4.05437,250,5,0,600,0,2,0,0,0),(26019,2968,1,1,1,9409,1,-2305.25,-1166.89,-6.46965,4.17969,250,30,0,198,0,1,0,0,0),(26002,2968,1,1,1,9409,1,-2507.3,-1294.33,-5.47194,5.23876,250,5,0,198,0,1,0,0,0),(26001,2968,1,1,1,9409,1,-2147.97,-1130.24,22.9233,5.28312,250,0,0,198,0,0,0,0,0),(26000,2967,1,1,1,9410,1,-2302.01,-1165.33,-6.20648,4.17968,250,30,0,176,0,1,0,0,0),(25999,2967,1,1,1,9410,1,-2505.41,-1293.59,-5.59694,5.23882,250,5,0,176,0,1,0,0,0),(25998,2967,1,1,1,9410,1,-2145.59,-1130.24,23.5905,5.28361,250,5,0,176,0,1,0,0,0),(25997,15767,1,1,1,15730,0,-1246.48,74.2627,128.368,5.02655,250,0,0,2614,0,0,0,0,0),(25996,3223,1,1,1,3784,1,-2449.77,-416.732,-3.198,2.69092,250,0,0,600,0,0,0,0,0),(25995,2966,1,1,1,8869,0,-3214.69,-852.804,42.2571,4.55944,155,15,0,71,0,1,0,0,0),(25994,2966,1,1,1,8869,0,-3018.84,-813.37,58.1359,1.94095,155,10,0,71,0,1,0,0,0),(25993,2966,1,1,1,8869,0,-3076.12,-739.894,37.3953,2.95625,155,5,0,71,0,1,0,0,0),(25992,2966,1,1,1,8869,0,-3015.46,-754.781,47.1529,1.86599,155,10,0,71,0,1,0,0,0),(25991,2966,1,1,1,8869,0,-3041.75,-776.022,53.227,2.19945,155,10,0,71,0,1,0,0,0),(25990,2966,1,1,1,8869,0,-3080.89,-716.951,35.697,0.745309,155,5,0,71,0,1,0,0,0),(25989,2966,1,1,1,8869,0,-3076.41,-777.092,45.0603,6.09813,155,5,0,71,0,1,0,0,0),(25988,2966,1,1,1,8869,0,-3084.62,-803.553,50.7375,3.16706,155,5,0,71,0,1,0,0,0),(25987,2966,1,1,1,8869,0,-3079.55,-832.178,55.3789,3.98347,155,10,0,71,0,1,0,0,0),(25986,2966,1,1,1,8869,0,-3080.02,-856.725,59.7757,3.05953,155,10,0,71,0,1,0,0,0),(25985,2966,1,1,1,8869,0,-2946.24,-785.69,51.2065,5.4577,155,10,0,71,0,1,0,0,0),(25984,2966,1,1,1,8869,0,-2991.79,-781.857,51.133,3.13391,155,10,0,71,0,1,0,0,0),(25983,2966,1,1,1,8869,0,-2988.67,-689.59,40.7161,4.73973,155,10,0,71,0,1,0,0,0),(25982,2966,1,1,1,8869,0,-2932.65,-678.775,41.7229,2.10619,155,15,0,71,0,1,0,0,0),(25981,2966,1,1,1,8869,0,-3018.29,-654.772,35.7008,4.8004,155,5,0,71,0,1,0,0,0),(25980,2966,1,1,1,8869,0,-3150.9,-755.047,30.1779,5.11143,155,15,0,71,0,1,0,0,0),(25979,2966,1,1,1,8869,0,-3208.29,-783.502,33.7852,3.08295,155,15,0,71,0,1,0,0,0),(25978,2966,1,1,1,8869,0,-3225.28,-812.735,33.8091,1.45323,155,15,0,71,0,1,0,0,0),(25977,2966,1,1,1,8869,0,-3152.06,-852.122,51.575,1.88452,155,15,0,71,0,1,0,0,0),(25976,2966,1,1,1,8869,0,-3181.16,-878.707,54.4362,0.766064,155,15,0,71,0,1,0,0,0),(25975,2966,1,1,1,8869,0,-3191.76,-842.461,43.4763,4.47783,155,15,0,71,0,1,0,0,0),(25974,2966,1,1,1,8869,0,-3157.87,-836.736,48.1365,4.17097,155,15,0,71,0,1,0,0,0),(25973,2966,1,1,1,8869,0,-3269.22,-854.885,51.1672,2.8217,155,15,0,71,0,1,0,0,0),(25972,2966,1,1,1,8869,0,-3244.04,-780.387,31.5935,3.2296,155,15,0,71,0,1,0,0,0),(25971,3222,1,1,1,4265,1,-2351.67,-393.521,-7.99903,2.95434,250,0,0,600,0,2,0,0,0),(25970,2966,1,1,1,8869,0,-2987.55,-655.435,35.8284,1.2799,155,10,0,71,0,1,0,0,0),(25969,2966,1,1,1,8869,0,-3316.62,-877.123,61.2712,4.0044,155,15,0,71,0,1,0,0,0),(25968,2966,1,1,1,8869,0,-3242.65,-911.942,59.2568,3.34205,155,5,0,71,0,1,0,0,0),(25967,2966,1,1,1,8869,0,-3287.7,-872.138,54.7356,5.28197,155,15,0,71,0,1,0,0,0),(25966,2966,1,1,1,8869,0,-3288.49,-939.457,72.323,1.53868,155,10,0,71,0,1,0,0,0),(25965,2966,1,1,1,8869,0,-2881.47,-817.974,58.8274,1.64473,155,10,0,71,0,1,0,0,0),(25964,2966,1,1,1,8869,0,-2915.2,-778.133,54.9394,5.19614,155,10,0,71,0,1,0,0,0),(25963,2966,1,1,1,8869,0,-2849.39,-780.965,54.0099,6.04225,155,3,0,71,0,1,0,0,0),(25962,2966,1,1,1,8869,0,-2886.39,-746.753,52.9561,0.154291,155,15,0,71,0,1,0,0,0),(25961,2966,1,1,1,8869,0,-2884.32,-683.854,46.7883,6.14114,155,15,0,71,0,1,0,0,0),(25960,2966,1,1,1,8869,0,-2908.2,-724.659,46.7547,0.089953,155,10,0,71,0,1,0,0,0),(25959,2966,1,1,1,8869,0,-2916.47,-616.521,50.9249,1.69937,155,15,0,71,0,1,0,0,0),(25958,2966,1,1,1,8869,0,-2842.88,-643.347,54.2789,0.045353,155,10,0,71,0,1,0,0,0),(25957,2966,1,1,1,8869,0,-3357.46,-912.022,80.4749,2.81465,155,15,0,71,0,1,0,0,0),(25956,2966,1,1,1,8869,0,-3283.72,-821.9,44.951,0.291457,155,5,0,71,0,1,0,0,0),(25955,2966,1,1,1,8869,0,-3316.19,-950.023,73.6223,1.35544,155,10,0,71,0,1,0,0,0),(25954,2966,1,1,1,8869,0,-3307.22,-1002.6,94.9866,3.98364,155,5,0,71,0,1,0,0,0),(25953,2966,1,1,1,8869,0,-3357.39,-875.782,67.1305,1.89069,155,15,0,71,0,1,0,0,0),(25952,2966,1,1,1,8869,0,-3370.87,-1012.5,110.465,2.35067,155,5,0,71,0,1,0,0,0),(25951,2966,1,1,1,8869,0,-3314.19,-1047,119.496,5.3856,155,5,0,71,0,1,0,0,0),(25950,2966,1,1,1,8869,0,-3374.22,-1006.75,110.686,3.28459,155,5,0,71,0,1,0,0,0),(25949,2966,1,1,1,8869,0,-3357.35,-966.35,92.6838,1.20951,155,5,0,71,0,1,0,0,0),(25948,2965,1,1,1,10869,0,-1118.43,348.668,24.4704,4.71253,250,10,0,186,191,1,0,0,0),(25947,2965,1,1,1,10869,0,-1143.13,378.941,9.20235,6.10958,250,15,0,186,191,1,0,0,0),(25946,3221,1,1,1,3783,1,-2440.1,-551.578,-9.28346,1.89274,250,0,0,600,0,0,0,0,0),(25945,2965,1,1,1,10869,0,-1054.12,450.219,18.0795,2.97081,250,15,0,186,191,1,0,0,0),(25944,2965,1,1,1,10869,0,-1017.58,416.084,15.5029,3.81329,250,15,0,186,191,1,0,0,0),(25943,2965,1,1,1,10869,0,-1081.04,486.905,26.079,0.390289,250,15,0,186,191,1,0,0,0),(25942,2965,1,1,1,10869,0,-1113.05,458.652,13.724,1.54911,250,15,0,186,191,1,0,0,0),(25941,2965,1,1,1,10869,0,-1121.41,480.617,20.7386,4.04028,250,15,0,186,191,1,0,0,0),(25940,2965,1,1,1,10869,0,-1045.61,514.667,38.9958,5.63416,250,15,0,186,191,1,0,0,0),(25939,2965,1,1,1,10869,0,-1151.68,520.202,25.9221,5.62424,250,10,0,186,191,1,0,0,0),(25938,2965,1,1,1,10869,0,-1180.86,449.122,4.11525,1.35214,250,15,0,186,191,1,0,0,0),(25937,2965,1,1,1,10869,0,-1183.29,425.837,0.003503,1.69628,250,15,0,186,191,1,0,0,0),(25936,2965,1,1,1,10869,0,-1220.22,451.648,8.69987,2.83499,250,5,0,186,191,1,0,0,0),(25935,2965,1,1,1,10869,0,-1116.55,414.429,8.41295,2.10781,250,15,0,186,191,1,0,0,0),(24976,3300,1,1,1,0,0,1180.92,-4356.58,21.2963,4.20581,180,5,0,1,0,1,0,0,0),(25934,2965,1,1,1,10869,0,-1216.97,383.015,-1.79008,6.27923,250,15,0,186,191,1,0,0,0),(25933,2965,1,1,1,10869,0,-1243.54,421.188,8.62688,5.80597,250,5,0,186,191,1,0,0,0),(25932,2965,1,1,1,10869,0,-1218.87,488.947,19.758,0.412223,250,5,0,186,191,1,0,0,0),(25931,2965,1,1,1,10869,0,-1011.25,379.223,27.5661,5.31147,250,5,0,186,191,1,0,0,0),(24984,3300,530,1,1,0,0,-87.6627,2166.4,99.857,0.606409,300,5,0,1,0,1,0,0,0),(24985,3300,530,1,1,0,0,65.2097,2915.61,33.0542,2.66045,300,5,0,1,0,1,0,0,0),(24986,3300,530,1,1,0,0,-510.809,2843.55,46.9092,4.92301,300,5,0,1,0,1,0,0,0),(24987,3300,530,1,1,0,0,-457.061,2601.97,60.9111,1.58174,300,5,0,1,0,1,0,0,0),(24988,3300,530,1,1,0,0,-408.641,2377.82,41.0728,3.35218,300,5,0,1,0,1,0,0,0),(24989,3300,530,1,1,0,0,-281.513,2038.11,106.545,4.9813,300,5,0,1,0,1,0,0,0),(24990,3300,530,1,1,0,0,-1158.24,1934.07,73.6279,2.56563,300,0,0,1,0,0,0,0,0),(24991,3300,530,1,1,0,0,-1273.55,2391.92,69.9283,5.06772,300,5,0,1,0,1,0,0,0),(24992,3300,530,1,1,0,0,-1152.79,2399.81,31.4878,1.29913,300,5,0,1,0,1,0,0,0),(24993,3300,530,1,1,0,0,-1011.73,2353.51,8.88117,6.13314,300,5,0,1,0,1,0,0,0),(24994,3300,530,1,1,0,0,-1061.8,2526.73,15.2127,0.646234,300,5,0,1,0,1,0,0,0),(24995,3300,530,1,1,0,0,-1010.39,2759.24,-0.355422,5.56968,300,5,0,1,0,1,0,0,0),(24996,3300,530,1,1,0,0,-1150.97,2925.99,-0.895426,3.66508,300,5,0,1,0,1,0,0,0),(24997,3300,530,1,1,0,0,-906.1,3421.4,88.9358,3.58253,300,5,0,1,0,1,0,0,0),(24998,3300,530,1,1,0,0,-1014.41,3353.55,86.4174,4.58113,300,5,0,1,0,1,0,0,0),(24999,3300,530,1,1,0,0,-1144.08,3352.54,115.203,1.10715,300,5,0,1,0,1,0,0,0),(25000,3300,530,1,1,0,0,-1243.37,3284.05,77.0212,2.93023,300,5,0,1,0,1,0,0,0),(25001,3300,530,1,1,0,0,-748.195,3823.72,105.213,1.25083,300,5,0,1,0,1,0,0,0),(25002,3300,530,1,1,0,0,-445.407,3846.82,58.6034,2.3184,300,5,0,1,0,1,0,0,0),(25003,3300,530,1,1,0,0,-1235.13,4080.2,72.2253,3.34396,300,5,0,1,0,1,0,0,0),(25004,3300,530,1,1,0,0,-972.395,4275.55,55.6688,0.227457,300,5,0,1,0,1,0,0,0),(25005,3300,530,1,1,0,0,-396.79,4373.73,53.8959,1.71186,300,5,0,1,0,1,0,0,0),(25006,3300,530,1,1,0,0,53.855,4647.38,54.796,5.53925,300,5,0,1,0,1,0,0,0),(25007,3300,530,1,1,0,0,-170.111,4628.48,24.2379,5.94127,300,5,0,1,0,1,0,0,0),(25008,3300,530,1,1,0,0,-99.3669,4230.57,84.4096,1.50239,300,5,0,1,0,1,0,0,0),(25009,3300,530,1,1,0,0,206.056,3963.89,73.4927,2.66152,300,5,0,1,0,1,0,0,0),(25011,3300,530,1,1,0,0,-1764.94,6398.01,39.8484,0.69954,300,5,0,1,0,1,0,0,0),(25012,3300,530,1,1,0,0,-1455.1,6277.38,47.0372,4.22209,300,5,0,1,0,1,0,0,0),(25013,3300,530,1,1,0,0,-1626.35,6439.4,27.9749,0.707991,300,0,0,1,0,0,0,0,0),(25014,3300,530,1,1,0,0,-1927.59,6445.39,28.8145,3.42468,300,5,0,1,0,1,0,0,0),(25015,3300,530,1,1,0,0,-2083.61,6437.03,22.129,1.5747,300,5,0,1,0,1,0,0,0),(25016,3300,530,1,1,0,0,-2035.53,6364.54,42.1661,0.862805,300,5,0,1,0,1,0,0,0),(25017,3300,530,1,1,0,0,-2748.87,6584.88,29.3023,2.97921,300,5,0,1,0,1,0,0,0),(25018,3300,530,1,1,0,0,-2608.74,6463.21,23.6284,1.06303,300,5,0,1,0,1,0,0,0),(25019,3300,530,1,1,0,0,-2871.35,6786.85,-35.1254,2.42142,300,5,0,1,0,1,0,0,0),(25020,3300,530,1,1,0,0,-2931.95,6887.47,-40.0395,4.16828,300,5,0,1,0,1,0,0,0),(25021,3300,530,1,1,0,0,-2686.63,6885.06,-4.28239,1.7607,300,5,0,1,0,1,0,0,0),(25022,3300,530,1,1,0,0,-2515.39,6650.15,0.95814,1.45342,300,5,0,1,0,1,0,0,0),(25023,3300,530,1,1,0,0,-2611.88,7007.67,-3.16215,1.37155,300,5,0,1,0,1,0,0,0),(25024,3300,530,1,1,0,0,-2947.72,7002.78,-40.694,5.31673,300,5,0,1,0,1,0,0,0),(25025,3300,530,1,1,0,0,-3074.41,7130.12,-29.2072,5.86496,300,5,0,1,0,1,0,0,0),(25026,3300,530,1,1,0,0,-3134.88,7156.5,-27.5182,5.27223,300,5,0,1,0,1,0,0,0),(25027,3300,530,1,1,0,0,-3167.39,7309.72,-27.714,2.57906,300,5,0,1,0,1,0,0,0),(25028,3300,530,1,1,0,0,-2842.97,8010.95,-28.2064,4.88122,300,5,0,1,0,1,0,0,0),(25029,3300,530,1,1,0,0,-3084.14,8068.25,-28.6337,4.68505,300,5,0,1,0,1,0,0,0),(25030,3300,530,1,1,0,0,-3037.17,8166.86,-57.0348,2.94487,300,5,0,1,0,1,0,0,0),(25031,3300,530,1,1,0,0,-3002.41,8316.91,-38.0503,4.95903,300,5,0,1,0,1,0,0,0),(25032,3300,530,1,1,0,0,-2214.08,8532.85,-14.4534,0.965993,300,5,0,1,0,1,0,0,0),(25033,3300,530,1,1,0,0,-2669.3,8554.87,-34.2547,3.4625,300,5,0,1,0,1,0,0,0),(25034,3300,530,1,1,0,0,-2983.25,8381.8,-35.9169,4.78787,300,5,0,1,0,1,0,0,0),(25035,3300,530,1,1,0,0,-2961.45,8490.23,-36.9379,4.93085,300,5,0,1,0,1,0,0,0),(25036,3300,530,1,1,0,0,-2966.24,8547.5,-40.3053,1.90521,300,5,0,1,0,1,0,0,0),(25037,3300,530,1,1,0,0,-2945.82,8644.41,-36.2916,4.40053,300,5,0,1,0,1,0,0,0),(25038,3300,530,1,1,0,0,-2245.03,8684.05,-6.09896,3.18257,300,5,0,1,0,1,0,0,0),(25039,3300,530,1,1,0,0,-2683.29,8772.46,-19.6628,3.82883,300,5,0,1,0,1,0,0,0),(25040,3300,530,1,1,0,0,-2622.03,8849.88,-14.6024,3.98088,300,5,0,1,0,1,0,0,0),(25041,3300,530,1,1,0,0,-2609.61,8948.06,-9.79564,1.71387,300,5,0,1,0,1,0,0,0),(25042,3300,530,1,1,0,0,-2112.3,7387.93,-33.6809,3.41502,300,5,0,1,0,1,0,0,0),(25043,3300,530,1,1,0,0,-1880.65,7339.34,-21.0874,5.26788,300,5,0,1,0,1,0,0,0),(25044,3300,530,1,1,0,0,-1739.14,6758.99,-16.0917,1.37581,300,5,0,1,0,1,0,0,0),(25045,3300,530,1,1,0,0,-1884.03,6619.51,-1.46303,1.54777,300,5,0,1,0,1,0,0,0),(25046,3300,530,1,1,0,0,-1210.33,6632.48,61.3081,5.31448,300,5,0,1,0,1,0,0,0),(25047,3300,530,1,1,0,0,-1521.01,6805.22,10.1494,4.95287,300,5,0,1,0,1,0,0,0),(25048,3300,530,1,1,0,0,-1655.27,7062.96,4.79687,5.00356,300,5,0,1,0,1,0,0,0),(25049,3300,530,1,1,0,0,-1546.87,7115.12,9.6122,3.24356,300,5,0,1,0,1,0,0,0),(25050,3300,530,1,1,0,0,-1695.55,7246.59,1.35371,5.06099,300,5,0,1,0,1,0,0,0),(25051,3300,530,1,1,0,0,-1207.93,7780.51,6.59852,3.44296,300,5,0,1,0,1,0,0,0),(25052,3300,530,1,1,0,0,-974.5,7907.87,30.5837,3.41735,300,5,0,1,0,1,0,0,0),(25053,3300,530,1,1,0,0,-1085.91,8184.11,7.43134,3.45791,300,5,0,1,0,1,0,0,0),(25054,3300,530,1,1,0,0,-1217.17,8315.11,9.6906,1.51806,300,5,0,1,0,1,0,0,0),(25055,3300,530,1,1,0,0,-1160.05,8305.69,20.834,1.29169,300,5,0,1,0,1,0,0,0),(25056,3300,530,1,1,0,0,-876.639,8245.3,27.5239,3.50288,300,5,0,1,0,1,0,0,0),(25057,3300,530,1,1,0,0,-934.932,7853.26,38.8113,5.53164,300,5,0,1,0,1,0,0,0),(25058,3300,530,1,1,0,0,-954.796,7668.18,37.4268,1.85795,300,5,0,1,0,1,0,0,0),(25059,3300,530,1,1,0,0,-1044.91,7887.86,22.7802,3.24923,300,0,0,1,0,0,0,0,0),(25060,3300,530,1,1,0,0,-1129.01,7757.89,16.8353,3.06736,300,5,0,1,0,1,0,0,0),(25061,3300,530,1,1,0,0,-1280.1,8573.11,20.9576,5.74498,300,5,0,1,0,1,0,0,0),(25062,3300,530,1,1,0,0,-1742.21,8821.68,36.064,3.00444,300,5,0,1,0,1,0,0,0),(25063,3300,530,1,1,0,0,-1813.39,8849.78,27.5699,5.11138,300,5,0,1,0,1,0,0,0),(25064,3300,530,1,1,0,0,-2075.95,8762.04,17.8312,4.40915,300,5,0,1,0,1,0,0,0),(25930,2965,1,1,1,10869,0,-983.997,511.26,49.3942,3.92071,250,5,0,186,191,1,0,0,0),(27523,7320,70,1,1,11166,1,10.2117,263.027,-35.633,5.84685,86400,2,0,4185,0,1,0,0,0),(25929,2965,1,1,1,10869,0,-944.421,521.031,68.4128,6.06981,250,5,0,186,191,1,0,0,0),(25928,2965,1,1,1,10869,0,-946.322,489.018,46.1593,1.58056,250,5,0,186,191,1,0,0,0),(25927,2965,1,1,1,10869,0,-1016.95,558.553,64.4988,1.71328,250,10,0,186,191,1,0,0,0),(25926,2965,1,1,1,10869,0,-1015.68,489.566,33.9757,2.001,250,15,0,186,191,1,0,0,0),(25925,2965,1,1,1,10869,0,-1081.01,381.656,22.1242,5.71197,250,15,0,186,191,1,0,0,0),(25924,2965,1,1,1,10869,0,-451.777,-552.708,63.2174,2.3993,250,3,0,186,191,1,0,0,0),(25923,2965,1,1,1,10869,0,-479.665,-584.149,40.1539,4.1722,250,10,0,186,191,1,0,0,0),(25922,2965,1,1,1,10869,0,-820.503,-820.354,2.57608,3.82366,250,5,0,186,191,1,0,0,0),(25921,2965,1,1,1,10869,0,-715.514,-844.881,58.3608,6.15205,250,3,0,186,191,1,0,0,0),(25920,2965,1,1,1,10869,0,-588.583,-779.666,58.938,0.588771,250,3,0,186,191,1,0,0,0),(25919,2965,1,1,1,10869,0,-611.009,-785.517,52.3164,1.29949,250,5,0,186,191,1,0,0,0),(25918,2965,1,1,1,10869,0,-651.66,-783.818,39.8266,4.81614,250,10,0,186,191,1,0,0,0),(25917,2965,1,1,1,10869,0,-692.926,-811.7,59.1663,3.06224,250,5,0,186,191,1,0,0,0),(25916,2965,1,1,1,10869,0,-453.304,-581.115,52.1417,4.00827,250,3,0,186,191,1,0,0,0),(25915,2965,1,1,1,10869,0,-480.435,-621.341,31.089,5.07599,250,10,0,186,191,1,0,0,0),(25914,2965,1,1,1,10869,0,-464.066,-662.017,47.7866,4.33877,250,5,0,186,191,1,0,0,0),(25913,2965,1,1,1,10869,0,-544.455,86.5049,45.7631,1.01627,250,5,0,186,191,1,0,0,0),(25912,2965,1,1,1,10869,0,-619.518,117.888,25.3741,0.308392,250,3,0,186,191,1,0,0,0),(25911,2965,1,1,1,10869,0,-513.531,99.309,46.8468,5.39605,250,5,0,186,191,1,0,0,0),(25910,2965,1,1,1,10869,0,-461.376,52.485,47.4691,5.99741,250,5,0,186,191,1,0,0,0),(25909,2965,1,1,1,10869,0,-552.011,-10.4244,11.8877,2.12414,250,10,0,186,191,1,0,0,0),(25908,2965,1,1,1,10869,0,-486.156,-16.5566,38.688,5.3031,250,5,0,186,191,1,0,0,0),(25907,2965,1,1,1,10869,0,-451.784,-47.4799,63.2174,5.47301,250,5,0,186,191,1,0,0,0),(25906,2965,1,1,1,10869,0,-514.772,26.4275,15.3962,1.67308,250,10,0,186,191,1,0,0,0),(25903,2965,1,1,1,10869,0,-448.712,23.9979,54.4464,5.51712,250,5,0,186,191,1,0,0,0),(25902,2965,1,1,1,10869,0,-590.369,159.324,56.3578,2.42727,250,5,0,186,191,1,0,0,0),(25901,2965,1,1,1,10869,0,-711.867,240.086,54.4553,0.312204,250,3,0,186,191,1,0,0,0),(25900,2965,1,1,1,10869,0,-682.33,181.298,45.2202,2.1964,250,5,0,186,191,1,0,0,0),(25899,2965,1,1,1,10869,0,-647.644,184.202,40.7223,6.05823,250,10,0,186,191,1,0,0,0),(25898,2964,1,1,1,1255,0,-518.572,-577.783,27.5895,3.17378,250,5,0,160,350,1,0,0,0),(25897,2964,1,1,1,1255,0,-685.093,152.852,27.2863,2.73209,250,5,0,160,350,1,0,0,0),(25896,2964,1,1,1,1255,0,-1118.53,380.163,11.7895,0.915996,250,10,0,160,350,1,0,0,0),(25894,2964,1,1,1,1255,0,-1055.37,424.794,15.2268,2.34937,250,15,0,160,350,1,0,0,0),(25893,2964,1,1,1,1255,0,-1013.51,452.705,20.1819,0.697929,250,15,0,160,350,1,0,0,0),(25892,2964,1,1,1,1255,0,-986.618,415.192,17.0918,3.79251,250,15,0,160,350,1,0,0,0),(25891,2964,1,1,1,1255,0,-1082.18,450.334,14.7999,1.23918,250,15,0,160,350,1,0,0,0),(25890,2964,1,1,1,1255,0,-1054.82,487.203,28.8492,1.59177,250,15,0,160,350,1,0,0,0),(25888,2964,1,1,1,1255,0,-1181.9,482.172,10.5881,3.50811,250,15,0,160,350,1,0,0,0),(25887,2964,1,1,1,1255,0,-1154.41,487.025,17.0488,2.64939,250,15,0,160,350,1,0,0,0),(25886,2964,1,1,1,1255,0,-1154.25,548.048,38.1861,2.1293,250,0,0,160,350,0,0,0,0),(31310,4343,1,1,1,814,0,-3252.65,-2864.17,30.0224,2.2874,360,10,0,1536,0,1,0,0,0),(31309,4343,1,1,1,814,0,-3285.45,-2844.01,31.4104,3.12792,360,10,0,1536,0,1,0,0,0),(31308,4343,1,1,1,814,0,-3245.62,-2820.52,30.6629,4.9531,360,10,0,1536,0,1,0,0,0),(25885,2964,1,1,1,1255,0,-1088.15,518.974,37.9916,1.71326,250,15,0,160,350,1,0,0,0),(31307,5057,1,1,1,3016,1,-3892.68,-2825.73,35.9298,0.453786,360,0,0,1536,0,0,0,0,0),(25884,2964,1,1,1,1255,0,-1146.46,451.596,9.54512,0.883556,250,15,0,160,350,1,0,0,0),(25883,2964,1,1,1,1255,0,-1118.08,524.527,35.0919,1.99289,250,15,0,160,350,1,0,0,0),(25882,2964,1,1,1,1255,0,-1243.97,451.447,20.3269,0.219357,250,3,0,160,350,1,0,0,0),(31306,4343,1,1,1,814,0,-3217.19,-2787.03,29.6474,4.37191,360,10,0,1536,0,1,0,0,0),(31305,4403,1,1,1,2599,0,-4103.91,-4152.35,13.2597,4.85954,360,5,0,1464,0,1,0,0,0),(31304,23591,1,1,1,21652,1,-2695.4,-4449.43,-9.86139,1.80961,360,10,0,1536,0,1,0,0,0),(25881,2964,1,1,1,1255,0,-1176.62,521.897,25.041,1.10573,250,10,0,160,350,1,0,0,0),(25880,2964,1,1,1,1255,0,-1081.77,415.435,14.6066,0.41615,250,15,0,160,350,1,0,0,0),(25879,2964,1,1,1,1255,0,-982.298,480.728,37.3454,4.81997,250,15,0,160,350,1,0,0,0),(25878,2964,1,1,1,1255,0,-1012.16,519.635,48.8383,5.366,250,5,0,160,350,1,0,0,0),(25877,2964,1,1,1,1255,0,-1053.29,549.17,55.6607,3.79608,250,5,0,160,350,1,0,0,0),(25876,2964,1,1,1,1255,0,-823.207,-779.742,-2.4571,1.9916,250,5,0,160,350,1,0,0,0),(25875,2964,1,1,1,1255,0,-945.595,450.837,33.9047,3.78978,250,5,0,160,350,1,0,0,0),(25874,2964,1,1,1,1255,0,-1214.25,520.584,32.9551,2.52712,250,3,0,160,350,1,0,0,0),(25873,2964,1,1,1,1255,0,-993.021,548.535,68.6555,2.95991,250,5,0,160,350,1,0,0,0),(25872,2964,1,1,1,1255,0,-785.627,-848.291,20.0963,5.20706,250,5,0,160,350,1,0,0,0),(25871,2964,1,1,1,1255,0,-857.275,-819.887,-1.76352,3.44969,250,5,0,160,350,1,0,0,0),(25870,2964,1,1,1,1255,0,-744.353,-852.358,42.5251,4.836,250,3,0,160,350,1,0,0,0),(25869,2964,1,1,1,1255,0,-813.859,-847.258,8.83797,0.799242,250,5,0,160,350,1,0,0,0),(25868,2964,1,1,1,1255,0,-674.391,-789.256,47.1295,6.08273,250,5,0,160,350,1,0,0,0),(25867,2964,1,1,1,1255,0,-639.631,-744.494,28.6844,0.532893,250,3,0,160,350,1,0,0,0),(25866,2964,1,1,1,1255,0,-688.426,-754.086,27.508,3.21689,250,5,0,160,350,1,0,0,0),(25865,2964,1,1,1,1255,0,-453.683,-613.065,48.2268,4.66705,250,3,0,160,350,1,0,0,0),(25864,2964,1,1,1,1255,0,-518.665,-612.297,14.6563,3.08295,250,15,0,160,350,1,0,0,0),(25863,2964,1,1,1,1255,0,-479.167,-695.834,48.5968,5.54486,250,3,0,160,350,1,0,0,0),(25862,2964,1,1,1,1255,0,-476.174,86.9761,46.9718,0.876936,250,15,0,160,350,1,0,0,0),(25861,2964,1,1,1,1255,0,-549.022,99.3724,43.3881,5.7154,250,5,0,160,350,1,0,0,0),(25860,2964,1,1,1,1255,0,-515.923,-15.5378,24.9645,3.79991,250,5,0,160,350,1,0,0,0),(25859,2964,1,1,1,1255,0,-481.825,16.0412,30.464,5.8492,250,5,0,160,350,1,0,0,0),(25858,2964,1,1,1,1255,0,-453.901,-12.0408,50.2442,1.47299,250,5,0,160,350,1,0,0,0),(25857,2964,1,1,1,1255,0,-1002.89,588.118,79.5314,0.145952,250,5,0,160,350,1,0,0,0),(25856,2964,1,1,1,1255,0,-581.622,55.7817,21.9878,1.76468,250,5,0,160,350,1,0,0,0),(25855,2964,1,1,1,1255,0,-547.103,18.5717,7.47951,6.2033,250,15,0,160,350,1,0,0,0),(25854,2964,1,1,1,1255,0,-580.644,88.3952,32.6466,0.862087,250,10,0,160,350,1,0,0,0),(25853,2964,1,1,1,1255,0,-610.661,185.216,52.0664,6.12733,250,5,0,160,350,1,0,0,0),(25852,2964,1,1,1,1255,0,-682.053,210.672,59.3608,2.14472,250,5,0,160,350,1,0,0,0),(25851,2964,1,1,1,1255,0,-741.026,249.985,35.6633,4.1103,250,3,0,160,350,1,0,0,0),(25850,2964,1,1,1,1255,0,-648.36,151.457,28.6172,4.02213,250,10,0,160,350,1,0,0,0),(25849,3220,1,1,1,3782,1,-2151.23,-419.508,-4.157,3.74368,250,0,0,600,0,2,0,0,0),(25848,2963,1,1,1,1351,0,-2638.23,-1309.42,11.5989,5.33128,250,5,0,148,165,1,0,0,0),(25847,2963,1,1,1,1351,0,-2715.02,-1218.03,16.7746,5.00385,250,10,0,148,165,1,0,0,0),(25846,2963,1,1,1,1351,0,-1653.23,312.475,56.5249,4.72971,250,3,0,148,165,1,0,0,0),(25845,2963,1,1,1,1351,0,-1745.95,411.186,99.6569,5.30426,250,3,0,148,165,1,0,0,0),(25844,2963,1,1,1,1351,0,-1746.19,349.794,91.4614,0.246875,250,3,0,148,165,1,0,0,0),(25843,2963,1,1,1,1351,0,-1717.79,348.681,74.1219,5.29986,250,10,0,148,165,1,0,0,0),(25842,2963,1,1,1,1351,0,-1750.5,289.432,62.6785,1.36542,250,5,0,148,165,1,0,0,0),(25841,2963,1,1,1,1351,0,-1688.88,414.749,93.2315,1.62607,250,10,0,148,165,1,0,0,0),(25840,2963,1,1,1,1351,0,-1712.24,319.389,65.2725,3.64546,250,15,0,148,165,1,0,0,0),(25839,2963,1,1,1,1351,0,-2686.32,-1319.61,35.0956,3.60722,250,3,0,148,165,1,0,0,0),(25838,2963,1,1,1,1351,0,-2712.11,-1444.58,49.8912,1.09562,250,3,0,148,165,1,0,0,0),(25837,2963,1,1,1,1351,0,-2718.1,-1424.3,40.9808,5.23345,250,10,0,148,165,1,0,0,0),(25836,2963,1,1,1,1351,0,-2656.35,-1388.14,17.8906,1.3244,250,10,0,148,165,1,0,0,0),(25835,2963,1,1,1,1351,0,-2685.82,-1417.44,33.3023,4.52691,250,3,0,148,165,1,0,0,0),(25834,2963,1,1,1,1351,0,-2614.12,-1348.24,2.79009,1.20673,250,10,0,148,165,1,0,0,0),(25833,2963,1,1,1,1351,0,-2753.04,-1122.08,36.6044,2.72844,250,3,0,148,165,1,0,0,0),(25832,2963,1,1,1,1351,0,-1683.65,285.459,48.0679,5.17166,250,15,0,148,165,1,0,0,0),(25831,2963,1,1,1,1351,0,-2654.1,-1448.35,66.4263,1.09142,250,5,0,148,165,1,0,0,0),(25830,2963,1,1,1,1351,0,-1781.59,280.603,70.2153,1.85266,250,5,0,148,165,1,0,0,0),(25829,3219,1,1,1,3781,1,-2279.52,-576.991,-9.04984,1.06966,250,0,0,600,0,0,0,0,0),(31303,23591,1,1,1,21652,1,-2625.39,-4196.3,-4.94728,2.74875,360,10,0,1536,0,1,0,0,0),(25828,2962,1,1,1,10877,0,-2679.11,-1384.3,20.099,6.01213,250,10,0,137,0,1,0,0,0),(25827,2962,1,1,1,10877,0,-2706.77,-1393.05,34.388,2.18941,250,3,0,137,0,1,0,0,0),(25826,2962,1,1,1,10877,0,-2677.53,-1346.49,25.9137,0.842142,250,3,0,137,0,1,0,0,0),(25825,2962,1,1,1,10877,0,-2654.2,-1353.54,11.1569,3.40647,250,10,0,137,0,1,0,0,0),(25824,2962,1,1,1,10877,0,-2616.84,-1321.06,-0.05263,4.33239,250,10,0,137,0,1,0,0,0),(25823,2962,1,1,1,10877,0,-2750.95,-1223.64,27.3082,3.58594,250,3,0,137,0,1,0,0,0),(25822,2962,1,1,1,10877,0,-2684.51,-1247.17,20.2019,2.71287,250,3,0,137,0,1,0,0,0),(25821,2962,1,1,1,10877,0,-2647.86,-1279.64,18.2506,1.14187,250,10,0,137,0,1,0,0,0),(25820,2962,1,1,1,10877,0,-2688.02,-1185.42,8.33642,3.84925,250,10,0,137,0,1,0,0,0),(25819,2962,1,1,1,10877,0,-2721.58,-1163.57,22.4339,0.393388,250,10,0,137,0,1,0,0,0),(25818,2962,1,1,1,10877,0,-2684.88,-1217.3,7.20791,5.02551,250,10,0,137,0,1,0,0,0),(25814,2962,1,1,1,10877,0,-2714.47,-1155.04,20.0831,4.63217,250,10,0,137,0,1,0,0,0),(97156,6491,0,1,4294967295,0,0,-384.86,1110.88,85.2978,1.30162,60,0,0,4120,0,0,0,0,0),(25812,2962,1,1,1,10877,0,-1680.2,451.484,110.548,1.03105,250,3,0,137,0,1,0,0,0),(25811,2962,1,1,1,10877,0,-1719.73,417.578,93,2.22714,250,10,0,137,0,1,0,0,0),(25810,2962,1,1,1,10877,0,-1653.93,417.996,113.582,2.93215,250,3,0,137,0,1,0,0,0),(25809,2962,1,1,1,10877,0,-1718.44,447.721,101.278,3.60262,250,3,0,137,0,1,0,0,0),(25808,2962,1,1,1,10877,0,-1747.03,384.661,99.8953,0.789585,250,3,0,137,0,1,0,0,0),(25807,2962,1,1,1,10877,0,-1714.32,387.56,82.7787,0.756729,250,10,0,137,0,1,0,0,0),(31302,23591,1,1,1,21652,1,-2678.39,-4471.96,-6.6043,0.859643,360,10,0,1536,0,1,0,0,0),(25806,2962,1,1,1,10877,0,-1680,319.799,65.5788,0.229684,250,3,0,137,0,1,0,0,0),(25805,2962,1,1,1,10877,0,-1680.6,381.946,90.037,3.12597,250,3,0,137,0,1,0,0,0),(25804,2962,1,1,1,10877,0,-2704.38,-1286.67,37.4048,4.26975,250,3,0,137,0,1,0,0,0),(25803,2962,1,1,1,10877,0,-2615.13,-1380.61,20.3337,2.07293,250,10,0,137,0,1,0,0,0),(25802,2962,1,1,1,10877,0,-2746.11,-1421.85,50.9087,6.11032,250,3,0,137,0,1,0,0,0),(25801,2962,1,1,1,10877,0,-2653.87,-1420.62,40.9501,4.42015,250,5,0,137,0,1,0,0,0),(25800,6290,1,1,1,4992,1,-2251.83,-288.483,-9.34156,3.92699,250,0,0,156,0,0,0,0,0),(25799,2962,1,1,1,10877,0,-1751.24,316.357,79.3882,1.48491,250,3,0,137,0,1,0,0,0),(25798,2962,1,1,1,10877,0,-1716.33,287.315,51.6138,4.99954,250,15,0,137,0,1,0,0,0),(25797,3218,1,1,1,3779,1,-2229.62,-503.188,-6.87822,0.68848,250,0,0,600,0,0,0,0,0),(25796,2961,1,1,1,11451,0,-3417.46,-258.066,73.1601,0.376152,155,0,0,71,0,2,0,0,0),(25795,2961,1,1,1,11451,0,-3427.95,-197.742,69.0629,5.51436,155,0,0,71,0,2,0,0,0),(25794,2961,1,1,1,11451,0,-3373.12,-199.907,63.1971,5.25649,155,0,0,71,0,2,0,0,0),(25793,2961,1,1,1,11451,0,-3398.69,-172.951,83.7691,4.28722,155,0,0,71,0,2,0,0,0),(25792,2961,1,1,1,11451,0,-3406.99,-253.536,67.9554,3.18454,155,0,0,71,0,2,0,0,0),(25791,2961,1,1,1,11451,0,-3354.56,-194.066,63.7542,4.3221,155,0,0,71,0,2,0,0,0),(25790,2961,1,1,1,11451,0,-3295.78,-252.408,43.2073,2.09915,155,0,0,71,0,2,0,0,0),(25789,2961,1,1,1,11451,0,-3304.29,-178.229,49.8416,5.99252,155,0,0,71,0,2,0,0,0),(25788,2961,1,1,1,11451,0,-3351.33,-181.55,67.654,3.84005,155,0,0,71,0,2,0,0,0),(25787,2961,1,1,1,11451,0,-3316.87,-47.5791,95.7581,2.74017,155,0,0,71,0,2,0,0,0),(25786,2961,1,1,1,11451,0,-3309.97,-89.0395,78.0339,4.8228,155,0,0,71,0,2,0,0,0),(25785,2961,1,1,1,11451,0,-3275.29,-147.901,47.8574,4.98344,155,0,0,71,0,2,0,0,0),(25784,2961,1,1,1,11451,0,-3315.14,-113.672,68.7521,5.47283,155,0,0,71,0,2,0,0,0),(25783,2961,1,1,1,11451,0,-3342.49,-302.403,53.8067,4.3871,155,0,0,71,0,2,0,0,0),(25782,2961,1,1,1,11451,0,-3419.73,-271.114,76.1566,1.80206,155,0,0,71,0,2,0,0,0),(25781,2961,1,1,1,11451,0,-3278.03,-511.289,32.1423,1.26301,155,0,0,71,0,2,0,0,0),(25780,2961,1,1,1,11451,0,-3349.7,-384.485,54.9861,3.0493,155,0,0,71,0,2,0,0,0),(25779,2961,1,1,1,11451,0,-3350.1,-316.653,56.6817,1.45647,155,0,0,71,0,2,0,0,0),(25778,2961,1,1,1,11451,0,-3367.92,-313.112,61.7865,1.01457,155,0,0,71,0,2,0,0,0),(25777,2961,1,1,1,11451,0,-3452.18,-255.37,83.0341,5.1673,155,0,0,71,0,2,0,0,0),(25776,2961,1,1,1,11451,0,-3497.58,-263.342,105.269,2.71901,155,0,0,71,0,2,0,0,0),(25775,2961,1,1,1,11451,0,-3507.95,-223.086,98.7685,3.54147,155,0,0,71,0,2,0,0,0),(31301,4343,1,1,1,814,0,-3504.41,-3329.24,36.8974,0.520244,360,10,0,1536,0,1,0,0,0),(25774,2961,1,1,1,11451,0,-3313.78,-285.03,46.8175,5.40455,155,0,0,71,0,2,0,0,0),(25773,2961,1,1,1,11451,0,-3350.16,-616.532,58.3345,1.56671,155,0,0,71,0,2,0,0,0),(25772,2961,1,1,1,11451,0,-3083.36,-50.581,65.5749,4.23553,155,0,0,71,0,2,0,0,0),(25771,2961,1,1,1,11451,0,-3125.71,-13.7762,58.3557,5.3254,155,0,0,71,0,2,0,0,0),(25770,2961,1,1,1,11451,0,-3448.55,-388.09,99.9432,2.88477,155,0,0,71,0,2,0,0,0),(25769,2961,1,1,1,11451,0,-3426.06,-355.723,91.3938,3.27686,155,0,0,71,0,2,0,0,0),(25768,3217,1,1,1,3780,1,-2358.32,-561.017,-5.3817,1.34554,250,0,0,600,0,0,0,0,0),(25767,2961,1,1,1,11451,0,-3348,-444.742,57.5265,4.70899,155,0,0,71,0,2,0,0,0),(25766,2961,1,1,1,11451,0,-3403.49,-450.381,85.3013,3.11621,155,0,0,71,0,2,0,0,0),(25765,2961,1,1,1,11451,0,-3375.79,-410.785,65.8077,6.03063,155,0,0,71,0,2,0,0,0),(25764,2961,1,1,1,11451,0,-3329.32,-651.433,49.0177,3.472,155,0,0,71,0,2,0,0,0),(25763,2961,1,1,1,11451,0,-3319.96,-575.118,52.5575,1.58643,155,0,0,71,0,2,0,0,0),(25762,2961,1,1,1,11451,0,-3349.27,-548.426,61.0383,3.78966,155,0,0,71,0,2,0,0,0),(25761,2961,1,1,1,11451,0,-3357.72,-474.02,62.9374,5.3856,155,0,0,71,0,2,0,0,0),(25760,2961,1,1,1,11451,0,-3370.07,-519.971,73.5862,0.350773,155,0,0,71,0,2,0,0,0),(25759,2961,1,1,1,11451,0,-3347.22,-689.152,55.4543,0.176312,155,0,0,71,0,2,0,0,0),(25758,2961,1,1,1,11451,0,-3380.26,-718.948,71.4159,2.59546,155,0,0,71,0,2,0,0,0),(25757,2961,1,1,1,11451,0,-3387.82,-706.554,72.9358,2.84022,155,0,0,71,0,2,0,0,0),(25756,2961,1,1,1,11451,0,-3441.73,-682.805,93.8853,3.26885,155,0,0,71,0,2,0,0,0),(25755,2961,1,1,1,11451,0,-3398.29,-681.362,72.7355,5.74612,155,0,0,71,0,2,0,0,0),(25754,2961,1,1,1,11451,0,-3384.24,-637.684,74.0707,1.58642,155,0,0,71,0,2,0,0,0),(25753,2961,1,1,1,11451,0,-3350.71,-613.13,58.334,2.28981,155,0,0,71,0,2,0,0,0),(25752,2961,1,1,1,11451,0,-3436.61,-625.021,99.3308,3.60087,155,0,0,71,0,2,0,0,0),(25751,2961,1,1,1,11451,0,-3395.96,-580.726,79.1351,0.745309,155,0,0,71,0,2,0,0,0),(25750,2961,1,1,1,11451,0,-3321.05,-456.541,47.3687,2.35067,155,0,0,71,0,2,0,0,0),(25749,2961,1,1,1,11451,0,-3392.95,-489.997,83.4238,1.37226,155,0,0,71,0,2,0,0,0),(25748,2961,1,1,1,11451,0,-3409.16,-478.994,90.9969,3.11426,155,0,0,71,0,2,0,0,0),(25747,2961,1,1,1,11451,0,-3427.72,-442.405,95.1764,3.0771,155,0,0,71,0,2,0,0,0),(25746,2961,1,1,1,11451,0,-3416.11,-411.625,86.3697,4.54756,155,0,0,71,0,2,0,0,0),(25745,2961,1,1,1,11451,0,-3352.02,-712.388,59.9851,5.08238,155,0,0,71,0,2,0,0,0),(25744,2961,1,1,1,11451,0,-3284.92,-111.781,64.9398,1.49226,155,0,0,71,0,2,0,0,0),(25743,2961,1,1,1,11451,0,-3332.98,-694.793,51.9919,4.0935,155,0,0,71,0,2,0,0,0),(25742,2961,1,1,1,11451,0,-3264.8,-91.5145,76.3064,5.24115,155,0,0,71,0,2,0,0,0),(25741,2961,1,1,1,11451,0,-3326.01,-720.138,51.9523,2.99666,155,0,0,71,0,2,0,0,0),(25740,2961,1,1,1,11451,0,-3391.62,-855.744,59.698,3.85912,155,0,0,71,0,2,0,0,0),(1216,674,0,1,1,7202,1,-13090.5,-444.349,52.5006,2.9147,300,0,0,1829,0,0,0,0,0),(25739,2961,1,1,1,11451,0,-3417.14,-816.947,69.6404,2.40855,155,0,0,71,0,2,0,0,0),(25738,2961,1,1,1,11451,0,-3369.61,-824.541,54.7492,2.62899,155,0,0,71,0,2,0,0,0),(25727,2961,1,1,1,11451,0,-3410.88,-756.957,75.266,3.34205,155,0,0,71,0,2,0,0,0),(25726,2961,1,1,1,11451,0,-3372.67,-781.071,57.6488,2.54383,155,0,0,71,0,2,0,0,0),(25725,2961,1,1,1,11451,0,-3157.23,-85.1113,49.4533,5.33128,155,0,0,71,0,2,0,0,0),(25724,2961,1,1,1,11451,0,-3216.32,-132.865,46.7123,0.626405,155,0,0,71,0,2,0,0,0),(25723,2961,1,1,1,11451,0,-3183.05,-116.271,44.7874,2.00107,155,0,0,71,0,0,0,0,0),(25722,2961,1,1,1,11451,0,-3137.25,-151.008,44.3532,4.35068,155,0,0,71,0,2,0,0,0),(25721,2961,1,1,1,11451,0,-3329.63,-769.346,50.8727,2.83099,155,0,0,71,0,2,0,0,0),(25720,2961,1,1,1,11451,0,-3378.33,-89.6034,114.23,1.2318,155,0,0,71,0,2,0,0,0),(25719,2961,1,1,1,11451,0,-3378.63,-911.436,82.6637,2.94688,155,0,0,71,0,2,0,0,0),(25718,2961,1,1,1,11451,0,-3435.6,-924.405,101.263,4.23192,155,0,0,71,0,2,0,0,0),(25717,2961,1,1,1,11451,0,-3486.36,-918.935,100.976,1.95477,155,0,0,71,0,2,0,0,0),(25716,2961,1,1,1,11451,0,-3515.39,-833.696,104.158,0.331613,155,0,0,71,0,2,0,0,0),(25715,2961,1,1,1,11451,0,-3486.94,-852.758,86.1239,2.85257,155,0,0,71,0,2,0,0,0),(25714,2961,1,1,1,11451,0,-3448.11,-851.252,68.2848,1.91973,155,0,0,71,0,2,0,0,0),(25713,2961,1,1,1,11451,0,-3493.76,-819.337,95.1268,0.359457,155,0,0,71,0,2,0,0,0),(25712,2960,1,1,1,161,0,-548.719,-85.3532,26.307,5.49779,250,3,0,176,0,1,0,0,0),(25711,2960,1,1,1,161,0,-881.725,49.4817,0.338656,0.7921,250,3,0,176,0,1,0,0,0),(25710,2960,1,1,1,161,0,-2450.55,-1382.57,2.77997,1.8703,250,20,0,176,0,1,0,0,0),(25709,2960,1,1,1,161,0,-2513.48,-1250.97,-6.5815,5.89651,250,20,0,176,0,1,0,0,0),(25708,2960,1,1,1,161,0,-2513.48,-1318.22,-4.28777,6.05661,250,20,0,176,0,1,0,0,0),(25707,2960,1,1,1,161,0,-2436.8,-1307.55,-7.05315,2.63601,250,20,0,176,0,1,0,0,0),(25706,2960,1,1,1,161,0,-2386.86,-1179.88,-5.62867,2.9189,250,20,0,176,0,1,0,0,0),(25705,2960,1,1,1,161,0,-1385.59,-680.395,-53.9906,3.5761,250,20,0,176,0,1,0,0,0),(25704,2960,1,1,1,161,0,-909.314,-45.02,-11.2278,1.82335,250,20,0,176,0,1,0,0,0),(25703,2960,1,1,1,161,0,-1376.43,-546.737,-60.5209,6.13603,250,20,0,176,0,1,0,0,0),(25702,2960,1,1,1,161,0,-1324.14,-472.284,-58.8628,1.66269,250,30,0,176,0,1,0,0,0),(25701,2960,1,1,1,161,0,-617.917,-17.1227,-4.07583,4.31528,250,20,0,176,0,1,0,0,0),(25700,2960,1,1,1,161,0,-1311.39,-232.347,4.68495,5.20924,250,20,0,176,0,1,0,0,0),(25699,2960,1,1,1,161,0,-582.681,-181.902,16.6037,5.49778,250,20,0,176,0,1,0,0,0),(25698,2960,1,1,1,161,0,-1203.91,-473.85,-46.995,5.96143,250,20,0,176,0,1,0,0,0),(25697,2960,1,1,1,161,0,-948.405,-546.16,-54.5237,3.84259,250,20,0,176,0,1,0,0,0),(25696,2960,1,1,1,161,0,-653.133,-49.4641,-7.83088,2.95301,250,20,0,176,0,1,0,0,0),(25695,2960,1,1,1,161,0,-678.586,-517.315,-11.8099,3.20608,250,20,0,176,0,1,0,0,0),(25694,2960,1,1,1,161,0,-584.307,-585.396,4.17609,4.58126,250,20,0,176,0,1,0,0,0),(25693,2960,1,1,1,161,0,-537.878,-480.661,38.8965,0.282566,250,20,0,176,0,1,0,0,0),(25692,2960,1,1,1,161,0,-2350.39,-1223.15,-1.47192,1.49058,250,20,0,176,0,1,0,0,0),(25691,2960,1,1,1,161,0,-2517.57,-1183.49,-6.63344,4.39961,250,20,0,176,0,1,0,0,0),(25690,2960,1,1,1,161,0,-2285.99,-1379.66,22.9084,1.80474,250,20,0,176,0,1,0,0,0),(25689,2960,1,1,1,161,0,-2489.3,-1350.31,-0.090144,3.41748,250,20,0,176,0,1,0,0,0),(25688,2960,1,1,1,161,0,-2493.25,-1393.33,16.0248,3.34014,250,20,0,176,0,1,0,0,0),(25687,2960,1,1,1,161,0,-2361.96,-1273.05,-3.86991,5.65991,250,20,0,176,0,1,0,0,0),(25686,2960,1,1,1,161,0,-2340.69,-1386.89,19.8885,6.05478,250,20,0,176,0,1,0,0,0),(25685,2960,1,1,1,161,0,-2318.66,-1337.69,9.62991,4.76127,250,20,0,176,0,1,0,0,0),(25684,2960,1,1,1,161,0,-2249.47,-1150.53,-0.228498,1.0963,250,20,0,176,0,1,0,0,0),(25683,2960,1,1,1,161,0,-2294.97,-1267.34,10.6186,2.38397,250,20,0,176,0,1,0,0,0),(25682,2960,1,1,1,161,0,-2264.32,-1387.76,28.8406,2.0559,250,20,0,176,0,1,0,0,0),(25681,2960,1,1,1,161,0,-2246.05,-1110.6,-3.58131,4.40962,250,20,0,176,0,1,0,0,0),(25680,2960,1,1,1,161,0,-2283.29,-1199.11,-0.410464,4.69676,250,20,0,176,0,1,0,0,0),(25679,2960,1,1,1,161,0,-2316.43,-1180.73,-5.21715,3.01627,250,20,0,176,0,1,0,0,0),(25678,2960,1,1,1,161,0,-2317.52,-1240.58,3.88263,3.41453,250,20,0,176,0,1,0,0,0),(25677,2960,1,1,1,161,0,-2234.13,-1321.21,31.7885,3.01239,250,20,0,176,0,1,0,0,0),(25676,2960,1,1,1,161,0,-2643.41,-1215.4,1.87678,3.43305,250,20,0,176,0,1,0,0,0),(25675,2960,1,1,1,161,0,-2213.28,-1354.93,50.7227,0.494373,250,3,0,176,0,1,0,0,0),(25674,2960,1,1,1,161,0,-1124.03,-902.905,-4.36903,4.51002,250,20,0,176,0,1,0,0,0),(25673,2960,1,1,1,161,0,-1067.76,-631.617,-54.947,3.7866,250,30,0,176,0,1,0,0,0),(25672,2960,1,1,1,161,0,-817.873,-279.35,-22.0542,2.87671,250,20,0,176,0,1,0,0,0),(25671,2960,1,1,1,161,0,-777.752,-154.687,-24.2505,6.08847,250,20,0,176,0,1,0,0,0),(25670,2960,1,1,1,161,0,-618.107,-147.573,0.990945,3.47384,250,20,0,176,0,1,0,0,0),(25669,2960,1,1,1,161,0,-759.416,-518.608,-28.8661,0.19242,250,20,0,176,0,1,0,0,0),(25668,2960,1,1,1,161,0,-1098.06,-719.333,-52.0799,0.194713,250,20,0,176,0,1,0,0,0),(25667,2960,1,1,1,161,0,-1039.7,-909.35,1.49288,4.39867,250,20,0,176,0,1,0,0,0),(25666,2960,1,1,1,161,0,-984.366,-884.343,5.77069,6.07782,250,20,0,176,0,1,0,0,0),(25665,2960,1,1,1,161,0,-1084.43,-459.618,-35.7336,5.08237,250,20,0,176,0,1,0,0,0),(25664,2960,1,1,1,161,0,-2286.99,-1352.27,16.7847,3.36978,250,20,0,176,0,1,0,0,0),(25663,2960,1,1,1,161,0,-2198.79,-1210.18,29.006,0.562224,250,20,0,176,0,1,0,0,0),(25662,2960,1,1,1,161,0,-2199.04,-1141.05,10.5449,3.12597,250,20,0,176,0,1,0,0,0),(25661,2960,1,1,1,161,0,-2382.13,-1113.49,-6.1983,3.04931,250,20,0,176,0,1,0,0,0),(25660,2960,1,1,1,161,0,-2273.94,-1150.87,-3.62015,5.00259,250,20,0,176,0,1,0,0,0),(25659,2960,1,1,1,161,0,-987.963,-841.739,2.67439,4.78078,250,20,0,176,0,1,0,0,0),(25658,2960,1,1,1,161,0,-1010.71,-755.807,-23.7455,2.60452,250,20,0,176,0,1,0,0,0),(25657,2960,1,1,1,161,0,-916.327,-278.464,-15.3049,4.00864,250,20,0,176,0,1,0,0,0),(25656,2960,1,1,1,161,0,-880.367,-281.888,-17.3469,4.06967,250,20,0,176,0,1,0,0,0),(25655,2960,1,1,1,161,0,-2520.54,-1154.21,-6.73871,4.86816,250,20,0,176,0,1,0,0,0),(25654,2960,1,1,1,161,0,-815.501,182.37,-11.0144,2.67676,250,3,0,176,0,1,0,0,0),(25653,2960,1,1,1,161,0,-1023.87,-569.748,-56.115,4.41305,250,20,0,176,0,1,0,0,0),(25652,2960,1,1,1,161,0,-715.866,-553.292,-20.4195,5.4577,250,20,0,176,0,1,0,0,0),(25651,2960,1,1,1,161,0,-693.58,-479.98,-14.5775,4.92089,250,20,0,176,0,1,0,0,0),(25650,2960,1,1,1,161,0,-980.392,-661.981,-55.0604,4.51193,250,20,0,176,0,1,0,0,0),(25649,2960,1,1,1,161,0,-867.799,-652.009,-37.527,3.24729,250,20,0,176,0,1,0,0,0),(25648,2960,1,1,1,161,0,-1183.49,-285.266,5.48303,4.33072,250,20,0,176,0,1,0,0,0),(25647,2960,1,1,1,161,0,-1149.48,-884.468,-9.94708,4.12709,250,20,0,176,0,1,0,0,0),(25646,2960,1,1,1,161,0,-955.303,-624.638,-58.7446,1.58157,250,30,0,176,0,1,0,0,0),(25645,2960,1,1,1,161,0,-2592.77,-1299.25,-4.30335,4.0099,250,20,0,176,0,1,0,0,0),(25644,2960,1,1,1,161,0,-1228.54,-942.717,-3.2514,3.3183,250,20,0,176,0,1,0,0,0),(25643,2960,1,1,1,161,0,-1249.84,-420.171,-42.0134,3.1992,250,20,0,176,0,1,0,0,0),(25642,2960,1,1,1,161,0,-1265.67,-984.436,3.82106,1.13334,250,20,0,176,0,1,0,0,0),(25641,2960,1,1,1,161,0,-1115.93,-842.934,-17.8592,4.82197,250,20,0,176,0,1,0,0,0),(25640,2960,1,1,1,161,0,-2573.56,-1279.2,-2.41605,2.77596,250,20,0,176,0,1,0,0,0),(25639,2960,1,1,1,161,0,-961.772,387.496,19.0918,3.32826,250,3,0,176,0,1,0,0,0),(25638,2960,1,1,1,161,0,-1119.87,-188.362,48.0276,4.03918,250,20,0,176,0,1,0,0,0),(25637,2960,1,1,1,161,0,-841.584,-567.883,-35.7275,2.56767,250,20,0,176,0,1,0,0,0),(25636,2960,1,1,1,161,0,-2527.45,-1347.64,0.513866,6.04483,250,20,0,176,0,1,0,0,0),(25635,2960,1,1,1,161,0,-1344.81,-902.813,-2.96396,1.98902,250,20,0,176,0,1,0,0,0),(25634,2960,1,1,1,161,0,-1256.15,-893.824,-3.22163,2.00453,250,20,0,176,0,1,0,0,0),(25633,2960,1,1,1,161,0,-2594.45,-1274.18,3.02801,2.2843,250,20,0,176,0,1,0,0,0),(25632,2960,1,1,1,161,0,-2604.86,-1182.58,-6.24413,3.2454,250,20,0,176,0,1,0,0,0),(25631,2960,1,1,1,161,0,-2545.38,-1148.48,-7.26381,1.42083,250,20,0,176,0,1,0,0,0),(25630,2960,1,1,1,161,0,-804.568,139.013,-8.53257,2.3203,250,20,0,176,0,1,0,0,0),(25629,2960,1,1,1,161,0,-758.564,-578.889,-25.2613,6.14405,250,20,0,176,0,1,0,0,0),(25628,2960,1,1,1,161,0,-1345.96,-831.395,-9.11485,1.35234,250,20,0,176,0,1,0,0,0),(25627,2960,1,1,1,161,0,-2612.75,-1121.03,-8.21697,1.54118,250,20,0,176,0,1,0,0,0),(25626,2960,1,1,1,161,0,-2593.43,-1113.36,-8.85251,3.30063,250,20,0,176,0,1,0,0,0),(25625,2960,1,1,1,161,0,-2551.17,-1381.59,7.97789,0.578152,250,20,0,176,0,1,0,0,0),(25624,2960,1,1,1,161,0,-1281.06,-690.583,-58.8139,3.93799,250,20,0,176,0,1,0,0,0),(25623,2960,1,1,1,161,0,-718.798,-679.072,-19.8502,5.17604,250,20,0,176,0,1,0,0,0),(25622,2960,1,1,1,161,0,-1308.68,-216.623,14.7721,3.39415,250,20,0,176,0,1,0,0,0),(25621,2960,1,1,1,161,0,-1259.61,-342.681,-31.202,5.96143,250,20,0,176,0,1,0,0,0),(25620,2960,1,1,1,161,0,-815.147,-490.8,-30.7548,0.401612,250,20,0,176,0,1,0,0,0),(25619,2960,1,1,1,161,0,-1207.14,-288.954,-2.05125,4.95696,250,20,0,176,0,1,0,0,0),(25618,2960,1,1,1,161,0,-795.636,-640.737,-27.9377,4.71216,250,20,0,176,0,1,0,0,0),(25617,2960,1,1,1,161,0,-755.247,-483.209,-26.9923,2.32557,250,20,0,176,0,1,0,0,0),(25616,2960,1,1,1,161,0,-1271.05,-285.936,-20.6043,0.009765,250,20,0,176,0,1,0,0,0),(25615,2960,1,1,1,161,0,-1287.59,-544.603,-60.2745,1.42586,250,20,0,176,0,1,0,0,0),(25614,2960,1,1,1,161,0,-1434.62,-731.083,-50.3026,2.14145,250,20,0,176,0,1,0,0,0),(25613,2960,1,1,1,161,0,-1231.35,-310.525,-15.3676,2.96296,250,20,0,176,0,1,0,0,0),(25612,2960,1,1,1,161,0,-1246.66,-869.146,-6.10432,3.27686,250,20,0,176,0,1,0,0,0),(25611,2960,1,1,1,161,0,-1185.35,-324.463,-1.91712,2.87294,250,20,0,176,0,1,0,0,0),(25610,2960,1,1,1,161,0,-1223.77,-1086.5,21.008,3.64071,250,20,0,176,0,1,0,0,0),(25609,2959,1,1,1,643,0,-1500.97,139.655,-4.02629,3.79506,250,20,0,137,0,1,0,0,0),(25608,2959,1,1,1,643,0,-1516.6,213.512,-3.45096,2.25148,250,0,0,137,0,0,0,0,0),(25607,2959,1,1,1,643,0,-1449.21,148.675,-6.71162,2.96706,250,0,0,137,0,0,0,0,0),(25606,2959,1,1,1,643,0,-1387.29,218.133,4.76236,3.39604,250,20,0,137,0,1,0,0,0),(25605,2959,1,1,1,643,0,-1415.8,205.122,-1.2858,1.45129,250,20,0,137,0,1,0,0,0),(25604,2959,1,1,1,643,0,-2413.32,-880.573,-4.32329,1.00794,250,20,0,137,0,1,0,0,0),(25603,2959,1,1,1,643,0,-1680.72,-216.185,-10.399,6.22064,250,20,0,137,0,1,0,0,0),(25602,2959,1,1,1,643,0,-1819.83,-81.297,-8.96373,2.59983,250,20,0,137,0,1,0,0,0),(25601,2959,1,1,1,643,0,-1984.44,-385.425,-3.79277,3.88409,250,20,0,137,0,1,0,0,0),(25600,2959,1,1,1,643,0,-1646.59,-253.455,-23.0024,5.19788,250,20,0,137,0,1,0,0,0),(25599,2959,1,1,1,643,0,-1715.53,-183.788,-9.29984,0.307017,250,20,0,137,0,1,0,0,0),(25598,2959,1,1,1,643,0,-1614.88,-419.704,-34.2636,5.20051,250,20,0,137,0,1,0,0,0),(25597,2959,1,1,1,643,0,-1816.08,-350.296,-6.93755,2.60054,250,0,0,137,0,0,0,0,0),(25596,2959,1,1,1,643,0,-1957.81,-82.124,-2.03544,1.5708,250,20,0,137,0,1,0,0,0),(25595,2959,1,1,1,643,0,-1585.66,-252.808,-15.0252,3.6542,250,20,0,137,0,1,0,0,0),(25594,2959,1,1,1,643,0,-2254.45,-817.807,-4.69807,0.276945,250,20,0,137,0,1,0,0,0),(25593,2959,1,1,1,643,0,-1653.52,17.382,-10.1895,0.060144,250,20,0,137,0,1,0,0,0),(25592,2959,1,1,1,643,0,-1641.81,-281.973,-26.6071,0.321077,250,20,0,137,0,1,0,0,0),(25591,2959,1,1,1,643,0,-1879.84,-405.755,-6.71257,4.78763,250,20,0,137,0,1,0,0,0),(25590,2959,1,1,1,643,0,-1886.31,-485.255,-7.72352,1.83059,250,20,0,137,0,1,0,0,0),(25589,2959,1,1,1,643,0,-1891.81,-147.834,-4.2806,3.19998,250,20,0,137,0,1,0,0,0),(25588,2959,1,1,1,643,0,-1125.4,241.562,42.7905,4.92682,250,20,0,137,0,1,0,0,0),(25587,2959,1,1,1,643,0,-1948.68,-346.423,-3.54487,1.57107,250,20,0,137,0,1,0,0,0),(25586,2959,1,1,1,643,0,-2279.18,-873.237,-5.34177,0.284714,250,20,0,137,0,1,0,0,0),(8196,6030,0,1,1,4949,1,-5854.74,-2646.69,309.057,3.1765,300,0,0,531,0,0,0,0,0),(27522,4853,70,1,1,1194,1,48.8975,340.68,-40.8543,2.67035,86400,3,0,3405,1186,1,0,0,0),(27521,4855,70,1,1,11166,0,49.3411,346.228,-40.0877,3.07178,86400,0,0,4185,0,0,0,0,0),(27520,7321,70,1,1,160,1,3.7883,282.063,-38.1958,4.88692,86400,4,0,3012,2975,1,0,0,0),(27519,7320,70,1,1,11166,1,8.35215,284.732,-38.5941,1.79769,86400,3,0,4185,0,1,0,0,0),(25585,2959,1,1,1,643,0,-1883.85,-354.384,-8.32981,4.13146,250,20,0,137,0,1,0,0,0),(25584,2959,1,1,1,643,0,-2184.68,-828.666,-6.31416,1.3078,250,20,0,137,0,1,0,0,0),(25583,2959,1,1,1,643,0,-2189.35,-890.243,-4.97208,4.60087,250,20,0,137,0,1,0,0,0),(25582,2959,1,1,1,643,0,-1911.63,-413.208,-2.39092,5.075,250,20,0,137,0,1,0,0,0),(25581,2959,1,1,1,643,0,-1717.99,-55.0164,-2.69105,5.12883,250,20,0,137,0,1,0,0,0),(25580,2959,1,1,1,643,0,-1649.3,-95.2698,-10.0366,5.47569,250,20,0,137,0,1,0,0,0),(25579,2959,1,1,1,643,0,-2646.89,-1126.86,-3.33536,4.79457,250,20,0,137,0,1,0,0,0),(25578,2959,1,1,1,643,0,-1222.49,283.408,20.9599,6.2578,250,20,0,137,0,1,0,0,0),(25577,2959,1,1,1,643,0,-1786.24,-580.859,-3.95781,2.68378,250,20,0,137,0,1,0,0,0),(25576,2959,1,1,1,643,0,-2312.58,-848.856,-3.83191,3.87018,250,20,0,137,0,1,0,0,0),(25575,2959,1,1,1,643,0,-1422.84,-322.218,-30.8058,1.51021,250,20,0,137,0,1,0,0,0),(25574,2959,1,1,1,643,0,-1998.68,-151.516,-6.36534,3.21986,250,20,0,137,0,1,0,0,0),(25573,2959,1,1,1,643,0,-2020.1,-101.719,-7.76045,4.46254,250,20,0,137,0,1,0,0,0),(25572,2959,1,1,1,643,0,-1136.22,244.514,40.7097,4.97453,250,20,0,137,0,1,0,0,0),(25571,2959,1,1,1,643,0,-1993.23,-786.854,-8.99112,3.01429,250,20,0,137,0,1,0,0,0),(25570,2959,1,1,1,643,0,-1849.28,-117.679,-8.92492,1.91426,250,20,0,137,0,1,0,0,0),(25569,2959,1,1,1,643,0,-2413.97,-962.107,-7.41506,5.44509,250,20,0,137,0,1,0,0,0),(25568,2959,1,1,1,643,0,-1752.19,-119.372,-3.29479,1.50826,250,20,0,137,0,1,0,0,0),(25567,2959,1,1,1,643,0,-1752.35,-614.869,-10.6327,1.15939,250,20,0,137,0,1,0,0,0),(25566,2959,1,1,1,643,0,-1908.11,-241.052,-8.08322,3.9928,250,20,0,137,0,1,0,0,0),(25565,2959,1,1,1,643,0,-2040.54,-908.111,-3.56893,1.99597,250,20,0,137,0,1,0,0,0),(25564,2959,1,1,1,643,0,-1868.61,-179.822,-9.37129,0.472381,250,20,0,137,0,1,0,0,0),(25563,2959,1,1,1,643,0,-1913.68,-342.929,-4.54522,4.3457,250,20,0,137,0,1,0,0,0),(25562,2959,1,1,1,643,0,-2352.37,-1067.36,-5.92012,4.59094,250,20,0,137,0,1,0,0,0),(25561,2959,1,1,1,643,0,-1974.63,-13.8104,-1.41707,6.27733,250,20,0,137,0,1,0,0,0),(25560,2959,1,1,1,643,0,-1693.83,-149.862,-4.90439,3.18657,250,20,0,137,0,1,0,0,0),(25559,2959,1,1,1,643,0,-1816.85,-716.717,-9.38954,0.794892,250,20,0,137,0,1,0,0,0),(25558,2959,1,1,1,643,0,-1953.47,-264.023,-5.19295,5.77495,250,20,0,137,0,1,0,0,0),(25557,2959,1,1,1,643,0,-1950.9,-482.575,-7.88642,4.5157,250,20,0,137,0,1,0,0,0),(25556,2959,1,1,1,643,0,-2386.48,-1052.22,-7.97231,4.35912,250,20,0,137,0,1,0,0,0),(25555,2959,1,1,1,643,0,-1913,-172.891,-4.03351,4.90706,250,20,0,137,0,1,0,0,0),(25554,2959,1,1,1,643,0,-1787,-750.551,-5.52001,0.151015,250,20,0,137,0,1,0,0,0),(25553,2959,1,1,1,643,0,-2306.47,-1047.11,-8.42741,2.01522,250,20,0,137,0,1,0,0,0),(25552,2959,1,1,1,643,0,-1445.44,-292.573,-18.8739,1.65686,250,20,0,137,0,1,0,0,0),(25551,2959,1,1,1,643,0,-2260.24,-910.657,-7.72422,1.41175,250,20,0,137,0,1,0,0,0),(25550,2959,1,1,1,643,0,-1484.48,-349.236,-38.3408,4.62827,250,20,0,137,0,1,0,0,0),(25549,2959,1,1,1,643,0,-2058.04,-974.104,11.2353,2.8559,250,20,0,137,0,1,0,0,0),(25548,2959,1,1,1,643,0,-1566.81,-448.655,-42.0254,3.13378,250,20,0,137,0,1,0,0,0),(31300,4343,1,1,1,814,0,-3614.84,-3311.35,30.084,2.80989,360,10,0,1536,0,1,0,0,0),(31299,4351,1,1,1,2571,0,-2780.81,-3704.63,41.8974,4.88424,360,5,0,1469,0,1,0,0,0),(25547,2959,1,1,1,643,0,-1868.69,-570.264,-0.09172,5.61822,250,20,0,137,0,1,0,0,0),(25546,2959,1,1,1,643,0,-2574.2,-982.439,-1.8968,3.26885,250,20,0,137,0,1,0,0,0),(25545,2959,1,1,1,643,0,-1411.58,-282.708,-12.9974,1.53566,250,20,0,137,0,1,0,0,0),(25544,2959,1,1,1,643,0,-1513.03,-486.791,-52.7734,1.69224,250,20,0,137,0,1,0,0,0),(25543,2959,1,1,1,643,0,-1641.17,-546.911,-32.0065,0.005859,250,20,0,137,0,1,0,0,0),(25542,2959,1,1,1,643,0,-2518.56,-890.712,-7.42925,4.45367,250,20,0,137,0,1,0,0,0),(25541,11407,1,1,1,11054,0,-2287.56,-364.388,-9.34159,3.7001,250,0,0,774,2175,0,0,0,0),(25540,2959,1,1,1,643,0,-1701.99,-117.123,-5.94302,3.16307,250,20,0,137,0,1,0,0,0),(25539,2959,1,1,1,643,0,-1750.28,-470.213,-11.5843,2.6964,250,20,0,137,0,1,0,0,0),(25538,2959,1,1,1,643,0,-1794.31,-654.694,-12.9487,2.93309,250,20,0,137,0,1,0,0,0),(25537,2959,1,1,1,643,0,-1644.29,-617.352,-34.5715,4.44869,250,20,0,137,0,1,0,0,0),(25536,2959,1,1,1,643,0,-2285.44,-1079.68,-5.25999,6.18733,250,20,0,137,0,1,0,0,0),(25535,2959,1,1,1,643,0,-1716.69,-418.599,-14.1594,3.79517,250,20,0,137,0,1,0,0,0),(25534,2959,1,1,1,643,0,-1638.86,-493.693,-23.8618,2.31621,250,20,0,137,0,1,0,0,0),(25533,2959,1,1,1,643,0,-1814.17,-646.506,-10.6002,6.10155,250,20,0,137,0,1,0,0,0),(25532,2959,1,1,1,643,0,-1636.1,-89.4105,-9.00697,2.56497,250,20,0,137,0,1,0,0,0),(25531,2959,1,1,1,643,0,-1858.7,-618.48,-4.25649,3.21777,250,20,0,137,0,1,0,0,0),(25530,2959,1,1,1,643,0,-1916.08,-592.416,-3.51804,4.97488,250,20,0,137,0,1,0,0,0),(25529,2959,1,1,1,643,0,-1917.67,-517.851,-9.38041,1.89146,250,20,0,137,0,1,0,0,0),(25528,2959,1,1,1,643,0,-1753.29,-516.806,-8.56297,3.11426,250,20,0,137,0,1,0,0,0),(25527,2959,1,1,1,643,0,-1569.05,-365.135,-39.5006,5.54616,250,20,0,137,0,1,0,0,0),(25526,2959,1,1,1,643,0,-2714.31,-855.858,-2.07245,3.10645,250,20,0,137,0,1,0,0,0),(25525,2959,1,1,1,643,0,-1723.78,17.5085,-6.2084,2.88096,250,20,0,137,0,1,0,0,0),(25524,2959,1,1,1,643,0,-1779.27,-62.4179,-6.91418,5.61606,250,20,0,137,0,1,0,0,0),(25523,2959,1,1,1,643,0,-2171.86,-1048.15,8.19739,6.08464,250,20,0,137,0,1,0,0,0),(25522,2959,1,1,1,643,0,-1685.8,-109.281,-5.88784,2.44693,250,20,0,137,0,1,0,0,0),(25521,2959,1,1,1,643,0,-1535.57,-531.514,-54.4624,2.36172,250,20,0,137,0,1,0,0,0),(25520,2959,1,1,1,643,0,-1256.98,314.35,3.80694,5.61546,250,20,0,137,0,1,0,0,0),(25519,2959,1,1,1,643,0,-2485.35,-979.271,-7.56367,0.162876,250,20,0,137,0,1,0,0,0),(25518,2959,1,1,1,643,0,-1731.32,-745.894,-8.38969,2.84022,250,20,0,137,0,1,0,0,0),(25517,2959,1,1,1,643,0,-1687.73,-732.952,-9.39134,1.3244,250,20,0,137,0,1,0,0,0),(25516,2959,1,1,1,643,0,-2548.86,-1081.21,-6.30549,3.71992,250,20,0,137,0,1,0,0,0),(25515,2959,1,1,1,643,0,-1389.34,-387.702,-44.9732,4.05338,250,20,0,137,0,1,0,0,0),(25514,2959,1,1,1,643,0,-1814.95,-700.989,-9.48193,4.57364,250,20,0,137,0,1,0,0,0),(25513,2959,1,1,1,643,0,-1745.82,249.23,38.723,1.1736,250,20,0,137,0,1,0,0,0),(25512,2959,1,1,1,643,0,-2042.63,231.264,86.3051,3.74882,250,20,0,137,0,1,0,0,0),(31298,4341,1,1,1,1080,0,-2743.42,-3707.69,29.6289,4.79261,360,10,0,1403,0,1,0,0,0),(25511,2959,1,1,1,643,0,-1337.53,-452.992,-54.6947,5.17774,250,30,0,137,0,1,0,0,0),(25510,2959,1,1,1,643,0,-2192.51,-1082.7,3.38001,0.846338,250,20,0,137,0,1,0,0,0),(31297,4352,1,1,1,1962,0,-2801.72,-3681.59,39.4748,6.25329,360,5,0,1469,0,1,0,0,0),(25509,2959,1,1,1,643,0,-1336.53,290.929,0.670999,0.514304,250,20,0,137,0,1,0,0,0),(25508,2959,1,1,1,643,0,-2055.26,-94.5933,-7.26323,2.7302,250,20,0,137,0,1,0,0,0),(25507,2959,1,1,1,643,0,-2086.56,-152.734,-8.66052,2.18586,250,20,0,137,0,1,0,0,0),(25506,2959,1,1,1,643,0,-2079.14,-973.847,16.7577,0.64276,250,20,0,137,0,1,0,0,0),(27518,7321,70,1,1,160,1,19.9551,215.548,-30.3961,1.72788,86400,2,0,3012,2975,1,0,0,0),(25505,2959,1,1,1,643,0,-1780.65,-819.429,19.5019,1.87217,250,20,0,137,0,1,0,0,0),(25504,2959,1,1,1,643,0,-1571.22,-79.0938,15.5279,3.38847,250,20,0,137,0,1,0,0,0),(25503,2959,1,1,1,643,0,-1890.24,-909.196,14.753,2.38381,250,20,0,137,0,1,0,0,0),(144509,15325,509,1,1,0,0,-8853.16,1601.76,21.4307,3.28459,7200,0,0,1,0,2,0,0,0),(25502,2959,1,1,1,643,0,-1820.98,-826.293,15.0287,4.71825,250,20,0,137,0,1,0,0,0),(25501,2959,1,1,1,643,0,-1984.57,228.378,76.0306,4.4679,250,20,0,137,0,1,0,0,0),(25500,2959,1,1,1,643,0,-1814.6,184.228,31.3838,4.87361,250,20,0,137,0,1,0,0,0),(25499,2959,1,1,1,643,0,-2592.91,-1092.04,-4.88079,3.01433,250,20,0,137,0,1,0,0,0),(25498,2959,1,1,1,643,0,-1901.66,-898.914,11.4123,2.34514,250,20,0,137,0,1,0,0,0),(25497,2959,1,1,1,643,0,-1922.13,-799.662,-5.37928,1.53566,250,20,0,137,0,1,0,0,0),(25496,2959,1,1,1,643,0,-1549.23,-751.333,-31.7084,1.87748,250,20,0,137,0,1,0,0,0),(25495,2959,1,1,1,643,0,-1829.83,-1001.35,90.2895,1.31208,250,20,0,137,0,1,0,0,0),(25494,2959,1,1,1,643,0,-1485.13,119.767,0.11261,-1.01277,250,0,0,137,0,0,0,0,0),(25493,2959,1,1,1,643,0,-2441.85,-1058.11,-9.04986,5.90477,250,20,0,137,0,1,0,0,0),(25492,2959,1,1,1,643,0,-1499.54,264.152,9.46844,1.79349,250,20,0,137,0,1,0,0,0),(25491,2959,1,1,1,643,0,-2011.54,-940.319,8.05935,1.72155,250,20,0,137,0,1,0,0,0),(25490,2959,1,1,1,643,0,-1628.89,47.7682,-12.5939,4.01238,250,20,0,137,0,1,0,0,0),(25489,2959,1,1,1,643,0,-1643.77,78.3912,-15.6088,5.59594,250,0,0,137,0,0,0,0,0),(25488,2959,1,1,1,643,0,-1661.2,-716.037,-15.8035,3.10255,250,20,0,137,0,1,0,0,0),(25487,2959,1,1,1,643,0,-2609.96,-925.256,-5.92591,1.37007,250,20,0,137,0,1,0,0,0),(25486,2959,1,1,1,643,0,-1604.43,-596.665,-45.3508,3.47208,250,20,0,137,0,1,0,0,0),(25485,2959,1,1,1,643,0,-1753.26,-655.328,-13.158,2.5929,250,20,0,137,0,1,0,0,0),(25484,2959,1,1,1,643,0,-1852.75,-885.854,27.9365,2.00648,250,20,0,137,0,1,0,0,0),(25483,2959,1,1,1,643,0,-1863.37,-912.855,27.2488,2.75492,250,20,0,137,0,1,0,0,0),(25482,2959,1,1,1,643,0,-1790.98,-780.179,1.22009,1.92408,250,20,0,137,0,1,0,0,0),(25481,2959,1,1,1,643,0,-1740.22,-938.585,88.7834,5.87111,250,20,0,137,0,1,0,0,0),(25480,2959,1,1,1,643,0,-1816,-564.463,-5.76179,4.77382,250,20,0,137,0,1,0,0,0),(25479,2959,1,1,1,643,0,-1795.4,-887.136,48.4634,5.42313,250,20,0,137,0,1,0,0,0),(25478,2959,1,1,1,643,0,-2157.43,-971.162,15.948,1.62749,250,20,0,137,0,1,0,0,0),(25477,2959,1,1,1,643,0,-1801.13,-932.807,53.861,0.743985,250,20,0,137,0,1,0,0,0),(25476,2959,1,1,1,643,0,-2531.23,-1017.27,-5.90978,6.08847,250,20,0,137,0,1,0,0,0),(25475,2959,1,1,1,643,0,-2018.65,223.556,78.5514,2.17181,250,20,0,137,0,1,0,0,0),(25474,2959,1,1,1,643,0,-2774.62,-921.644,11.7323,3.06736,250,3,0,137,0,1,0,0,0),(25473,2959,1,1,1,643,0,-2685.63,-918.528,-6.00832,3.17868,250,20,0,137,0,1,0,0,0),(25472,2959,1,1,1,643,0,-1441.33,-583.471,-58.3986,4.54949,250,20,0,137,0,1,0,0,0),(25471,2959,1,1,1,643,0,-1488.94,-275.524,-17.0156,2.08946,250,20,0,137,0,1,0,0,0),(25470,2959,1,1,1,643,0,-2096.33,-1188.19,40.2061,5.38358,250,3,0,137,0,1,0,0,0),(25469,2959,1,1,1,643,0,-2708.17,-989.189,13.6916,4.92471,250,3,0,137,0,1,0,0,0),(25468,3215,1,1,1,3777,1,-2219.97,-444.775,-7.97688,3.54781,250,0,0,600,0,0,0,0,0),(25467,2958,1,1,1,1100,0,-2180.95,-120.774,-5.6486,4.66155,250,20,0,102,0,1,0,0,0),(25466,2958,1,1,1,1100,0,-2583.83,147.852,61.054,3.77025,250,20,0,102,0,1,0,0,0),(25465,2958,1,1,1,1100,0,-2850.17,214.116,64.798,4.4414,250,20,0,102,0,1,0,0,0),(25464,2958,1,1,1,1100,0,-2150.36,118.163,42.1278,2.96873,250,20,0,102,0,1,0,0,0),(25463,2958,1,1,1,1100,0,-2649.93,214.503,61.3367,4.6557,250,20,0,102,0,1,0,0,0),(25462,2958,1,1,1,1100,0,-2346.98,-83.7509,-9.16019,5.6253,250,20,0,102,0,1,0,0,0),(25460,2958,1,1,1,1100,0,-2614.76,-550.622,-7.02309,5.85203,250,20,0,102,0,1,0,0,0),(25459,2958,1,1,1,1100,0,-2654.49,-582.311,-1.53535,3.21582,250,20,0,102,0,1,0,0,0),(25458,2958,1,1,1,1100,0,-2303.55,-742.134,-8.5681,1.0153,250,20,0,102,0,1,0,0,0),(25457,2958,1,1,1,1100,0,-2751.65,247.034,98.5939,3.92699,250,20,0,102,0,1,0,0,0),(1215,756,0,1,1,633,0,-12948,-712.188,54.7919,2.37773,300,3,0,1902,0,1,0,0,0),(27517,7321,70,1,1,160,1,27.6785,226.454,-31.7868,3.31613,86400,0,0,3012,2975,0,0,0,0),(27516,7320,70,1,1,11166,1,25.0827,214.221,-30.5394,1.85005,86400,0,0,4185,0,0,0,0,0),(66971,22991,530,1,1,0,0,-4107.93,3121.5,357.427,1.01229,180,0,0,4120,0,0,0,0,0),(27515,7320,70,1,1,11166,1,28.3855,220.067,-31.4421,2.11185,86400,0,0,4185,0,0,0,0,0),(27514,4853,70,1,1,1194,1,85.2644,397.095,-38.1789,2.3911,86400,2,0,3405,1186,1,0,0,0),(27513,4855,70,1,1,11166,0,85.4878,403.676,-38.1789,6.12611,86400,2,0,4185,0,1,0,0,0),(27512,4855,70,1,1,11166,0,78.8918,404.942,-38.1789,5.02655,86400,2,0,4185,0,1,0,0,0),(27511,4853,70,1,1,1194,1,16.3417,332.015,-39.43,2.47837,86400,3,0,3405,1186,1,0,0,0),(27510,4855,70,1,1,11166,0,9.28976,332.21,-38.6322,5.21853,86400,3,0,4185,0,1,0,0,0),(25456,2958,1,1,1,1100,0,-2583.18,-586.091,-6.87236,1.73614,250,20,0,102,0,1,0,0,0),(15547,2350,0,1,1,1989,0,-381.325,-1218.48,57.2212,1.74366,300,10,0,494,0,1,0,0,0),(15545,2405,0,1,1,3663,1,-19.4497,-745.167,64.9379,4.6097,300,0,0,3696,0,2,0,0,0),(15546,2442,0,1,1,1060,0,-455.198,-111.262,54.604,5.95599,300,5,0,1,0,1,0,0,0),(17717,1767,0,1,1,441,1,1260.89,883.382,36.5156,5.51932,275,10,0,247,0,1,0,0,0),(17716,1768,0,1,1,346,1,1268.59,858.326,31.9368,4.66197,275,5,0,253,264,1,0,0,0),(8195,2850,0,1,1,0,0,-6376.69,-3563.98,262.806,2.1523,28800,30,0,1603,0,1,0,0,0),(8194,2932,0,1,1,4938,1,-6190.17,-3042.32,220.489,0.034925,300,0,0,1536,0,0,0,0,0),(8192,4844,0,1,1,0,1,-6095.86,-3195.86,255.582,1.58498,300,5,0,1,0,1,0,0,0),(8193,4844,0,1,1,0,1,-6066.19,-3196.59,256.101,1.89019,300,5,0,1,0,1,0,0,0),(8191,4844,0,1,1,0,1,-6078.59,-3195.14,255.582,5.31697,300,5,0,1,0,1,0,0,0),(1214,674,0,1,1,7202,1,-13130.5,-463.1,49.7,0.942478,300,0,0,1829,0,0,0,0,0),(15544,2405,0,1,1,3663,1,-22.2913,-752.651,63.6871,4.50069,300,0,0,3696,0,2,0,0,0),(15543,2350,0,1,1,1989,0,-413.878,-1198.29,58.521,2.60017,300,10,0,494,0,1,0,0,0),(15541,2405,0,1,1,3662,1,-66.6666,-802.557,58.7781,1.57087,300,0,0,3696,0,0,0,0,0),(15542,2215,0,1,1,1645,1,-36.3284,-927.889,54.5237,2.5014,600,0,0,61040,0,0,0,0,0),(17715,1768,0,1,1,346,1,1302.43,806.797,32.3997,5.00255,275,10,0,253,264,1,0,0,0),(17714,1767,0,1,1,441,1,1306.8,780.402,31.0343,1.87549,275,5,0,247,0,1,0,0,0),(27509,7321,70,1,1,160,1,16.0128,241.9,-32.9021,3.21727,86400,3,0,3012,2975,1,0,0,0),(25455,2958,1,1,1,1100,0,-2514.22,-391.397,-5.92157,3.30123,250,20,0,102,0,1,0,0,0),(25454,2958,1,1,1,1100,0,-2683.57,183.236,57.8351,3.70055,250,20,0,102,0,1,0,0,0),(25453,2958,1,1,1,1100,0,-2684.1,-748.769,-5.79998,2.29905,250,20,0,102,0,1,0,0,0),(25452,2958,1,1,1,1100,0,-2785.45,218.461,76.9508,2.39042,250,20,0,102,0,1,0,0,0),(25451,2958,1,1,1,1100,0,-2386.63,-120.229,-5.80653,3.9019,250,10,0,102,0,1,0,0,0),(25450,2958,1,1,1,1100,0,-2279.75,104.41,45.6813,4.9408,250,20,0,102,0,1,0,0,0),(25448,2958,1,1,1,1100,0,-2849.03,153.545,64.0656,1.87036,250,20,0,102,0,1,0,0,0),(25446,2958,1,1,1,1100,0,-2751.66,182.61,68.0424,3.65431,250,20,0,102,0,1,0,0,0),(25445,2958,1,1,1,1100,0,-2582.08,-784.149,-2.96584,1.1233,250,20,0,102,0,1,0,0,0),(25444,2958,1,1,1,1100,0,-2880.91,252.572,79.3487,0.695448,250,0,0,102,0,0,0,0,0),(25443,2958,1,1,1,1100,0,-2754.17,46.6465,22.8682,4.71879,250,20,0,102,0,1,0,0,0),(25442,2958,1,1,1,1100,0,-2526.2,-844.574,-4.8192,6.00837,250,20,0,102,0,1,0,0,0),(25441,2958,1,1,1,1100,0,-2107.51,29.5948,23.4978,1.40905,250,20,0,102,0,1,0,0,0),(25440,2958,1,1,1,1100,0,-2942.5,248.095,84.0427,1.88266,250,20,0,102,0,1,0,0,0),(25439,2958,1,1,1,1100,0,-2710.79,-54.5769,-4.41669,5.93537,250,20,0,102,0,1,0,0,0),(25438,2958,1,1,1,1100,0,-2420.17,-817.775,-6.35256,3.05553,250,20,0,102,0,1,0,0,0),(25437,2958,1,1,1,1100,0,-2249.06,-719.273,-4.38355,5.06784,250,20,0,102,0,1,0,0,0),(25436,2958,1,1,1,1100,0,-2583.21,-450.444,-1.19729,3.89261,250,20,0,102,0,1,0,0,0),(25435,2958,1,1,1,1100,0,-2453.54,-848.665,-3.80502,3.18063,250,20,0,102,0,1,0,0,0),(25434,2958,1,1,1,1100,0,-2557.57,-617.249,-8.52154,2.71037,250,20,0,102,0,1,0,0,0),(25433,2958,1,1,1,1100,0,-2646.47,-860.605,-7.12713,4.06883,250,20,0,102,0,1,0,0,0),(25432,2958,1,1,1,1100,0,-2683.87,-795.848,-6.0108,1.51606,250,20,0,102,0,1,0,0,0),(25431,2958,1,1,1,1100,0,-2485.3,-555.292,-9.29989,3.11148,250,20,0,102,0,1,0,0,0),(25430,2958,1,1,1,1100,0,-2178.85,13.3961,23.8981,4.65765,250,20,0,102,0,1,0,0,0),(25429,2958,1,1,1,1100,0,-2614.59,-693.913,2.5016,5.21538,250,20,0,102,0,1,0,0,0),(25428,2958,1,1,1,1100,0,-2663.99,-697.249,-1.84079,3.93252,250,20,0,102,0,1,0,0,0),(25427,2958,1,1,1,1100,0,-2544.44,-863.423,-7.45485,4.5702,250,20,0,102,0,1,0,0,0),(27508,7321,70,1,1,160,1,6.69549,242.724,-34.1162,2.11185,86400,3,0,3012,2975,1,0,0,0),(27507,7320,70,1,1,11166,1,9.20103,224.056,-31.8643,1.17416,86400,2,0,4185,0,1,0,0,0),(27506,7320,70,1,1,11166,1,16.34,245.154,-33.7684,4.32489,86400,3,0,4185,0,1,0,0,0),(27505,4855,70,1,1,11166,0,57.9032,373.95,-38.2499,4.2516,86400,0,1,4185,0,2,0,0,0),(27504,7078,70,1,1,5985,0,-140.557,276.706,-52.8402,3.02355,86400,1,0,958,0,1,0,0,0),(27503,7078,70,1,1,5985,0,-144.587,266.477,-51.9826,2.11185,86400,1,0,958,0,1,0,0,0),(27502,7078,70,1,1,5985,0,-141.643,270.516,-52.5432,1.72272,86400,1,0,958,0,1,0,0,0),(27501,7078,70,1,1,5985,0,-140.645,272.362,-52.8315,2.43514,86400,1,0,958,0,1,0,0,0),(25426,2958,1,1,1,1100,0,-2509.54,-511.66,-9.29987,5.64542,250,20,0,102,0,1,0,0,0),(15540,17092,0,1,1,16846,0,-43.9601,-935.766,54.4359,0.767945,300,0,0,554,1545,0,0,0,0),(15539,10057,0,1,1,9279,1,-20.3258,-927.211,55.5851,2.75762,300,0,0,1003,0,0,0,0,0),(25425,2958,1,1,1,1100,0,-2712.59,19.7206,13.611,5.62603,250,20,0,102,0,1,0,0,0),(27500,7078,70,1,1,5985,0,-136.651,268.276,-52.8145,0.753239,86400,1,0,958,0,1,0,0,0),(27499,7078,70,1,1,5985,0,-140.074,260.077,-54.2264,4.4855,86400,1,0,958,0,1,0,0,0),(27498,7078,70,1,1,5985,0,-137.333,258.012,-53.499,4.51605,86400,1,0,958,0,1,0,0,0),(27497,7078,70,1,1,5985,0,-133.15,259.457,-53.481,1.61797,86400,1,0,958,0,1,0,0,0),(27496,7078,70,1,1,5985,0,-135.797,260.676,-53.4638,0.45734,86400,1,0,958,0,1,0,0,0),(27495,7078,70,1,1,5985,0,-138.324,262.465,-54.2898,4.20754,86400,1,0,958,0,1,0,0,0),(27494,7030,70,1,1,6056,1,-8.36762,418.289,-46.9226,6.16101,86400,0,0,3405,1186,0,0,0,0),(27492,7030,70,1,1,6056,1,-10.2721,410.924,-47.1784,6.21337,86400,0,0,3405,1186,0,0,0,0),(27491,7291,70,1,1,6059,1,-10.3813,414.708,-46.8571,6.16101,86400,0,0,13302,1534,0,0,0,0),(27490,7290,70,1,1,6057,1,-4.97794,389.725,-43.7371,4.85202,86400,0,0,4185,0,0,0,0,0),(27489,4848,70,1,1,6055,1,14.2152,397.785,-44.0817,2.02458,86400,2,0,3405,1186,1,0,0,0),(27488,7290,70,1,1,6057,1,3.3877,383.55,-42.8435,4.32842,86400,0,0,4185,0,0,0,0,0),(27487,4849,70,1,1,6067,1,15.0678,401.771,-44.131,2.84489,86400,2,0,4185,0,1,0,0,0),(27486,4849,70,1,1,6067,1,7.95455,412.226,-47.5251,1.64061,86400,2,0,4185,0,1,0,0,0),(27485,4848,70,1,1,6055,1,12.7475,413.541,-47.7169,0.087266,86400,2,0,3405,1186,1,0,0,0),(25424,2958,1,1,1,1100,0,-2808.66,43.0301,30.3549,5.6475,250,20,0,102,0,1,0,0,0),(15538,2405,0,1,1,3663,1,-2.1636,-849.323,59.8564,4.47432,300,0,0,3696,0,0,0,0,0),(15537,2405,0,1,1,3662,1,1.27648,-920.911,56.8078,0.366519,300,0,0,3696,0,0,0,0,0),(25423,2958,1,1,1,1100,0,-2248.25,-19.0975,11.186,1.90948,250,20,0,102,0,1,0,0,0),(25422,2958,1,1,1,1100,0,-2861.89,107.627,82.009,3.53262,250,20,0,102,0,1,0,0,0),(1213,669,0,1,1,4628,1,-12939.1,-716.33,54.4169,4.11228,300,0,0,1902,0,0,0,0,0),(135699,16525,532,1,1,16241,0,-11388.7,-1842.26,260.723,4.97419,604800,0,0,30160,0,0,0,0,0),(1212,677,0,1,1,7204,1,-13073.4,-471.905,45.6279,0.156153,300,2,0,1292,3191,1,0,0,0),(1211,674,0,1,1,7202,1,-13054.6,-477.555,51.6199,0,300,0,0,1829,0,0,0,0,0),(27484,7405,70,1,1,5985,0,-23.2569,337.856,-45.4986,4.31096,86400,1,0,1002,0,1,0,0,0),(25421,2958,1,1,1,1100,0,-2047.95,-45.9463,-5.57471,3.82732,250,20,0,102,0,1,0,0,0),(25420,2958,1,1,1,1100,0,-2353.37,-47.4217,-6.86706,4.44178,250,20,0,102,0,1,0,0,0),(25419,2958,1,1,1,1100,0,-2412.04,130.978,45.7991,0.258715,250,20,0,102,0,1,0,0,0),(25418,2958,1,1,1,1100,0,-2527.43,-778.602,-3.3862,2.87612,250,20,0,102,0,1,0,0,0),(25417,2958,1,1,1,1100,0,-2145.87,-18.0881,16.3239,2.15042,250,20,0,102,0,1,0,0,0),(25416,2958,1,1,1,1100,0,-2015.21,36.3462,18.3164,4.35722,250,20,0,102,0,1,0,0,0),(25415,2958,1,1,1,1100,0,-2463.14,-79.5428,-3.21933,3.45531,250,20,0,102,0,1,0,0,0),(25414,2958,1,1,1,1100,0,-2555.52,-158.87,-3.44138,4.61536,250,20,0,102,0,1,0,0,0),(25413,2958,1,1,1,1100,0,-2059.4,93.033,41.1153,2.91696,250,20,0,102,0,1,0,0,0),(25412,2958,1,1,1,1100,0,-2608.5,-90.1685,-5.79232,6.03133,250,20,0,102,0,1,0,0,0),(25411,2958,1,1,1,1100,0,-2518.22,-84.4699,-6.17034,2.6454,250,20,0,102,0,1,0,0,0),(38121,5056,43,1,1,0,0,-145.744,2.36266,-28.5646,5.75265,86400,5,0,1347,0,1,0,0,0),(38120,5055,43,1,1,0,0,-155.75,-42.8997,-79.8168,2.31588,86400,1,0,135,0,1,0,0,0),(38119,3840,43,1,1,0,1,-133.477,-31.7903,-76.8896,1.11701,86400,0,0,1212,912,0,0,0,0),(38118,5053,43,1,1,0,0,-203.663,-5.26961,-105.774,5.12866,86400,5,0,417,0,1,0,0,0),(38117,3640,43,1,1,0,0,-206.648,58.6654,-49.4123,0.090337,86400,0,1,1158,0,2,0,0,0),(38116,5761,43,1,1,0,0,-218.221,51.4199,-82.3402,3.49,86400,0,1,1212,456,2,0,0,0),(38115,3840,43,1,1,0,1,-198.346,34.6839,-49.1724,4.76475,86400,0,0,1212,912,0,0,0,0),(38114,5761,43,1,1,0,0,-220.385,49.296,-82.3229,0.891545,86400,2,0,1212,456,1,0,0,0),(38113,3840,43,1,1,0,1,-231.16,50.7519,-82.7315,1.8675,86400,0,0,1212,912,0,0,0,0),(25410,2958,1,1,1,1100,0,-2623.36,-5.81656,7.67871,5.65901,250,20,0,102,0,1,0,0,0),(25409,2958,1,1,1,1100,0,-1980.84,42.934,16.9276,4.76518,250,20,0,102,0,1,0,0,0),(25408,2958,1,1,1,1100,0,-2121.84,-48.3829,5.34183,1.18149,250,20,0,102,0,1,0,0,0),(25407,2958,1,1,1,1100,0,-2615.04,30.9699,18.5221,1.6726,250,20,0,102,0,1,0,0,0),(33987,3840,43,1,1,0,1,-218.568,44.9012,-82.2887,3.92159,86400,0,0,1212,912,0,0,0,0),(33986,2914,43,1,1,0,0,-217.94,40.5644,-82.3352,3.80722,86400,10,0,8,0,1,0,0,0),(33985,3835,43,1,1,0,0,-194.996,12.4077,-105.238,1.44862,86400,5,0,8,0,1,0,0,0),(33984,2914,43,1,1,0,0,-156.817,-15.7387,-78.3735,2.6933,86400,10,0,8,0,1,0,0,0),(33983,5053,43,1,1,0,0,-183.233,-5.77217,-106.29,1.94846,86400,5,0,417,0,1,0,0,0),(33982,5055,43,1,1,0,0,-146.264,-10.8986,-76.394,2.01923,86400,1,0,135,0,1,0,0,0),(33981,5055,43,1,1,0,0,-149.995,-6.08904,-75.9062,3.47236,86400,1,0,135,0,1,0,0,0),(33980,5055,43,1,1,0,0,-148.464,2.19205,-74.6398,0,86400,1,0,135,0,1,0,0,0),(33979,3835,43,1,1,0,0,-156.509,23.1453,-106.709,2.65096,86400,5,0,8,0,1,0,0,0),(33978,5053,43,1,1,0,0,-153.236,23.7394,-106.046,4.24839,86400,5,0,417,0,1,0,0,0),(33977,2914,43,1,1,0,0,-102.589,10.9208,-30.5688,4.67185,86400,10,0,8,0,1,0,0,0),(33976,3840,43,1,1,0,1,-63.3064,-26.7975,-59.5822,3.9619,86400,0,0,1212,912,0,0,0,0),(33975,5761,43,1,1,0,0,-57.7861,-31.1825,-60.8841,1.27409,86400,5,0,1212,456,1,0,0,0),(25406,2958,1,1,1,1100,0,-2547.1,113.72,46.7663,4.79128,250,20,0,102,0,1,0,0,0),(25405,2958,1,1,1,1100,0,-2304.71,219.181,64.0281,6.11211,250,20,0,102,0,1,0,0,0),(25404,2958,1,1,1,1100,0,-2507.22,169.163,55.4974,5.32795,250,20,0,102,0,1,0,0,0),(25403,2958,1,1,1,1100,0,-2523.77,82.5812,31.1504,3.1084,250,20,0,102,0,1,0,0,0),(33974,5775,43,1,1,0,0,-81.8554,32.2565,-30.9939,3.71755,86400,0,0,3872,0,0,0,0,0),(33973,3679,43,1,1,0,0,115.408,240.017,-94.021,3.08923,86400,0,0,713,0,0,0,0,0),(25402,2958,1,1,1,1100,0,-2548.38,-43.4545,-2.87658,1.26511,250,20,0,102,0,1,0,0,0),(25401,2958,1,1,1,1100,0,-2395.27,-46.4095,-7.6868,4.39064,250,20,0,102,0,1,0,0,0),(25400,2958,1,1,1,1100,0,-2537.97,-50.8862,-3.83744,6.21091,250,20,0,102,0,1,0,0,0),(25399,2958,1,1,1,1100,0,-2429.02,61.9411,30.3348,2.3621,250,20,0,102,0,1,0,0,0),(25398,2958,1,1,1,1100,0,-2390.35,91.0208,41.02,1.76155,250,20,0,102,0,1,0,0,0),(25397,2958,1,1,1,1100,0,-2649.67,-1.2128,7.32207,1.56103,250,20,0,102,0,1,0,0,0),(33972,3835,43,1,1,0,0,-40.737,41.8924,-118.327,5.20289,86400,5,0,8,0,1,0,0,0),(33971,3636,43,1,1,0,0,-27.8819,85.0184,-91.3052,1.44465,86400,2,0,1251,0,1,0,0,0),(33970,5053,43,1,1,0,0,-50.4928,81.6887,-106.162,1.7076,86400,5,0,417,0,1,0,0,0),(33969,3637,43,1,1,0,0,-25.0021,97.1956,-90.5906,6.17846,86400,2,0,1251,0,1,0,0,0),(33968,2914,43,1,1,0,0,58.6517,403.444,-63.6037,4.17261,86400,10,0,8,0,1,0,0,0),(33967,5048,43,1,1,0,0,24.8546,524.537,-57.2604,2.05043,86400,2,0,1251,0,1,0,0,0),(33966,3840,43,1,1,0,1,25.1877,530.925,-56.8843,5.18363,86400,0,0,1212,912,0,0,0,0),(25396,2958,1,1,1,1100,0,-2652.5,107.052,42.0132,1.39986,250,20,0,102,0,1,0,0,0),(25395,2958,1,1,1,1100,0,-2580.89,184.273,67.8896,4.69872,250,20,0,102,0,1,0,0,0),(25394,2958,1,1,1,1100,0,-2584.17,18.1941,11.8732,6.22427,250,20,0,102,0,1,0,0,0),(25393,2958,1,1,1,1100,0,-2472.4,45.676,19.5923,5.09471,250,20,0,102,0,1,0,0,0),(25392,2958,1,1,1,1100,0,-2453.36,5.54262,10.0967,3.47599,250,20,0,102,0,1,0,0,0),(25391,2958,1,1,1,1100,0,-2679.82,-88.8572,-5.67145,5.15218,250,20,0,102,0,1,0,0,0),(25390,2958,1,1,1,1100,0,-2205.49,152.076,61.0732,6.2578,250,20,0,102,0,1,0,0,0),(25389,2958,1,1,1,1100,0,-2685.68,-293.702,-0.463254,1.7992,250,20,0,102,0,1,0,0,0),(25388,2958,1,1,1,1100,0,-2155.92,-117.875,-6.96869,0.182826,250,20,0,102,0,1,0,0,0),(25387,2958,1,1,1,1100,0,-2684.45,-323.493,-5.53763,1.03373,250,20,0,102,0,1,0,0,0),(25386,2958,1,1,1,1100,0,-2638.93,-399.318,-10.0624,1.06714,250,20,0,102,0,1,0,0,0),(25385,2958,1,1,1,1100,0,-2662.95,-433.62,-9.54505,2.30314,250,20,0,102,0,1,0,0,0),(25384,2958,1,1,1,1100,0,-2646.2,-310.373,-5.97216,1.17667,250,20,0,102,0,1,0,0,0),(27483,7405,70,1,1,5985,0,-23.0397,333.272,-46.8216,0.173056,86400,1,0,1002,0,1,0,0,0),(27481,7405,70,1,1,5985,0,-19.7895,329.712,-46.9786,4.97419,86400,1,0,1002,0,1,0,0,0),(27480,7405,70,1,1,5985,0,-23.5265,335.07,-46.5413,2.11845,86400,1,0,1002,0,1,0,0,0),(27479,7405,70,1,1,5985,0,-24.3644,333.975,-46.6297,0.959931,86400,1,0,1002,0,1,0,0,0),(27478,7405,70,1,1,5985,0,-20.3014,328.854,-47.0445,5.60312,86400,1,0,1002,0,1,0,0,0),(27477,7405,70,1,1,5985,0,-17.7247,327.988,-46.7162,5.88029,86400,1,0,1002,0,1,0,0,0),(27476,7405,70,1,1,5985,0,-18.6602,331.129,-46.7308,5.44729,86400,1,0,1002,0,1,0,0,0),(27474,7405,70,1,1,5985,0,-21.7503,332.732,-46.896,2.4716,86400,1,0,1002,0,1,0,0,0),(27473,4860,70,1,1,2234,0,-15.6945,279.018,-47.6738,3.26601,86400,0,0,4377,0,2,0,0,0),(27472,4860,70,1,1,2234,0,-90.2253,312.353,-50.8174,4.79655,86400,0,0,4377,0,2,0,0,0),(27471,4860,70,1,1,2234,0,-107.22,202.176,-40.9964,1.1927,86400,0,0,4377,0,2,0,0,0),(27470,7078,70,1,1,5985,0,-154.971,205.115,-48.3103,5.67232,86400,1,0,958,0,1,0,0,0),(27469,7078,70,1,1,5985,0,-160.361,203.515,-49.5899,5.53269,86400,1,0,958,0,1,0,0,0),(27468,7078,70,1,1,5985,0,-163.432,214.236,-48.9254,0.977384,86400,1,0,958,0,1,0,0,0),(27467,7078,70,1,1,5985,0,-164.902,208.901,-49.6422,5.74213,86400,1,0,958,0,1,0,0,0),(27466,7078,70,1,1,5985,0,-160.875,200.804,-49.9734,2.32129,86400,1,0,958,0,1,0,0,0),(27465,7078,70,1,1,5985,0,-157.386,201.609,-49.71,5.48033,86400,1,0,958,0,1,0,0,0),(27464,7078,70,1,1,5985,0,-160.711,217.383,-48.3382,0.698132,86400,1,0,958,0,1,0,0,0),(27463,7078,70,1,1,5985,0,-161.485,207.947,-49.6569,5.60251,86400,1,0,958,0,1,0,0,0),(27462,7078,70,1,1,5985,0,-159.308,211.608,-50.0256,2.67035,86400,1,0,958,0,1,0,0,0),(27461,7078,70,1,1,5985,0,-156.393,208.328,-48.1095,3.07178,86400,1,0,958,0,1,0,0,0),(27460,7078,70,1,1,5985,0,-170.771,285.173,-53.1398,0,86400,1,0,958,0,1,0,0,0),(27459,7078,70,1,1,5985,0,-167.612,284.036,-53.2623,0,86400,1,0,958,0,1,0,0,0),(26334,3681,530,1,1,0,0,2972.87,5544.58,147.781,4.45336,300,5,0,42,0,1,0,0,0),(26335,3681,530,1,1,0,0,2931.27,5501.44,145.818,5.37821,300,5,0,42,0,1,0,0,0),(26336,3681,530,1,1,0,0,3048.14,5457.7,149.646,1.44621,300,5,0,42,0,1,0,0,0),(26337,3681,530,1,1,0,0,3012.75,5469.62,145.063,4.26946,300,5,0,42,0,1,0,0,0),(26338,3681,530,1,1,0,0,3002.92,5521.69,147.27,0.69081,300,5,0,42,0,1,0,0,0),(26339,3681,530,1,1,0,0,3046.05,5518.14,147.716,0.06261,300,5,0,42,0,1,0,0,0),(26340,3681,530,1,1,0,0,3077.67,5492.67,144.502,5.8034,300,5,0,42,0,1,0,0,0),(26341,3681,530,1,1,0,0,3105.58,6193.34,135.835,5.28792,300,5,0,42,0,1,0,0,0),(26342,3681,530,1,1,0,0,3105.96,6184.05,137.135,1.39466,300,5,0,42,0,1,0,0,0),(26343,3681,530,1,1,0,0,3117.64,6187.37,138.151,6.24189,300,5,0,42,0,1,0,0,0),(25383,2958,1,1,1,1100,0,-2235.41,15.4524,20.0411,4.94217,250,20,0,102,0,1,0,0,0),(25382,2958,1,1,1,1100,0,-2577.55,-256.164,-9.58019,5.97142,250,20,0,102,0,1,0,0,0),(25381,2958,1,1,1,1100,0,-2788.48,-17.3906,8.04639,3.14159,250,20,0,102,0,1,0,0,0),(25380,2958,1,1,1,1100,0,-2361.17,179.111,48.7023,6.21285,250,20,0,102,0,1,0,0,0),(25379,2958,1,1,1,1100,0,-2450.89,137.398,44.6795,3.99466,250,20,0,102,0,1,0,0,0),(25378,2958,1,1,1,1100,0,-2458.78,-112.359,-5.09409,5.28891,250,20,0,102,0,1,0,0,0),(25376,2958,1,1,1,1100,0,-2682.91,-194.149,4.05871,1.21385,250,20,0,102,0,1,0,0,0),(25375,2958,1,1,1,1100,0,-2513.83,212.307,66.7535,3.8898,250,20,0,102,0,1,0,0,0),(25374,2958,1,1,1,1100,0,-2488.34,186.139,55.2452,0.301949,250,20,0,102,0,1,0,0,0),(25373,2958,1,1,1,1100,0,-2284.5,-8.44462,8.43318,1.72374,250,20,0,102,0,1,0,0,0),(25372,2958,1,1,1,1100,0,-2305.68,155.181,52.9685,5.12625,250,20,0,102,0,1,0,0,0),(8190,4846,0,1,1,6052,1,-6060.98,-3242.04,259.143,4.57276,300,0,0,1403,0,0,0,0,0),(25371,2958,1,1,1,1100,0,-2046.6,-87.7574,-8.63331,6.21035,250,20,0,102,0,1,0,0,0),(25370,2958,1,1,1,1100,0,-2316.66,175.67,52.9471,3.01321,250,20,0,102,0,1,0,0,0),(25369,2958,1,1,1,1100,0,-2247.91,195.905,69.0405,1.24287,250,20,0,102,0,1,0,0,0),(25368,2958,1,1,1,1100,0,-2189.89,211.247,75.1092,5.95711,250,20,0,102,0,1,0,0,0),(25367,2958,1,1,1,1100,0,-2211.05,104.396,44.7027,1.30936,250,20,0,102,0,1,0,0,0),(25366,2958,1,1,1,1100,0,-2263.35,86.8583,42.0195,6.00649,250,20,0,102,0,1,0,0,0),(25365,2958,1,1,1,1100,0,-2179.17,84.023,39.9356,1.84336,250,20,0,102,0,1,0,0,0),(25364,2958,1,1,1,1100,0,-2060.59,182.195,71.5658,0.044979,250,20,0,102,0,1,0,0,0),(25363,2958,1,1,1,1100,0,-2074.12,252.714,98.74,4.85539,250,20,0,102,0,1,0,0,0),(25362,2958,1,1,1,1100,0,-2106.8,86.5444,34.1429,2.52389,250,20,0,102,0,1,0,0,0),(25361,2958,1,1,1,1100,0,-2479.04,123.383,43.939,4.27495,250,20,0,102,0,1,0,0,0),(25360,2958,1,1,1,1100,0,-2048.96,174.933,64.5987,1.69612,250,20,0,102,0,1,0,0,0),(25359,2958,1,1,1,1100,0,-2716.03,-165.105,4.85646,1.24287,250,20,0,102,0,1,0,0,0),(25358,2958,1,1,1,1100,0,-2795.73,-105.291,7.27437,6.20297,250,3,0,102,0,1,0,0,0),(25357,2958,1,1,1,1100,0,-2710.17,83.0727,35.0243,5.35784,250,20,0,102,0,1,0,0,0),(25356,2958,1,1,1,1100,0,-2878.86,283.302,90.9106,0.311862,250,20,0,102,0,1,0,0,0),(25355,2958,1,1,1,1100,0,-2074.78,-0.562558,11.8364,0.26914,250,20,0,102,0,1,0,0,0),(25354,2958,1,1,1,1100,0,-2112.11,247.217,82.8743,1.14078,250,3,0,102,0,1,0,0,0),(25353,2958,1,1,1,1100,0,-2713.41,254.404,97.5758,3.1123,250,20,0,102,0,1,0,0,0),(25352,2958,1,1,1,1100,0,-2989.23,298.476,115.955,1.6726,250,20,0,102,0,1,0,0,0),(25351,2958,1,1,1,1100,0,-2885.22,318.789,107.429,6.12831,250,20,0,102,0,1,0,0,0),(25350,2958,1,1,1,1100,0,-2682.31,92.9707,36.5874,1.46899,250,20,0,102,0,1,0,0,0),(25349,2958,1,1,1,1100,0,-2926.63,305.45,104.928,0.928076,250,20,0,102,0,1,0,0,0),(25348,2958,1,1,1,1100,0,-2615.43,251.19,82.4648,0.177151,250,20,0,102,0,1,0,0,0),(25347,2958,1,1,1,1100,0,-2721.75,173.175,66.3899,1.10715,250,20,0,102,0,1,0,0,0),(25346,2958,1,1,1,1100,0,-2788.87,286.723,98.8682,3.29989,250,20,0,102,0,1,0,0,0),(25345,3214,1,1,1,3778,1,-2973.94,-222.564,52.6957,0.078998,250,15,0,5228,0,1,0,0,0),(25344,2957,1,1,1,1221,0,-1010.17,-153.575,39.0238,2.84826,250,20,0,156,0,1,0,0,0),(25343,2957,1,1,1,1221,0,-2205.21,-824.12,-7.58558,1.95493,250,20,0,156,0,1,0,0,0),(25342,2957,1,1,1,1221,0,-1707.51,-388.744,-20.7691,1.78925,250,20,0,156,0,1,0,0,0),(25341,2957,1,1,1,1221,0,-1524.34,-411.527,-44.5795,5.73208,250,20,0,156,0,1,0,0,0),(25340,2957,1,1,1,1221,0,-1180.95,338.982,12.4683,1.62968,250,20,0,156,0,1,0,0,0),(25339,2957,1,1,1,1221,0,-2315.77,-1457,37.8025,4.88109,250,20,0,156,0,1,0,0,0),(25338,2957,1,1,1,1221,0,-2351.98,-1354.59,10.4324,6.05533,250,20,0,156,0,1,0,0,0),(25337,2957,1,1,1,1221,0,-2448.48,-1248.7,-7.35951,5.13983,250,20,0,156,0,1,0,0,0),(25336,2957,1,1,1,1221,0,-2424.84,-1159.29,-7.13397,3.91553,250,20,0,156,0,1,0,0,0),(25335,2957,1,1,1,1221,0,-2483.61,-1084.28,-4.84297,3.93536,250,20,0,156,0,1,0,0,0),(25334,2957,1,1,1,1221,0,-2477.91,-1145.64,-9.29984,0.614356,250,20,0,156,0,1,0,0,0),(25333,2957,1,1,1,1221,0,-1782.94,-721.268,-9.23865,4.6753,250,20,0,156,0,1,0,0,0),(25332,2957,1,1,1,1221,0,-1881.78,90.388,24.5386,1.47696,250,20,0,156,0,1,0,0,0),(25331,2957,1,1,1,1221,0,-908.937,-146.662,5.07453,0.407713,250,15,0,156,0,1,0,0,0),(25330,2957,1,1,1,1221,0,-915.626,16.2885,12.5186,1.87764,250,20,0,156,0,1,0,0,0),(25329,2957,1,1,1,1221,0,-1882.62,-176.13,-7.31035,1.82688,250,20,0,156,0,1,0,0,0),(25328,2957,1,1,1,1221,0,-920.514,83.6867,9.0189,1.59423,250,10,0,156,0,1,0,0,0),(25327,2957,1,1,1,1221,0,-2007.14,-811.365,-8.57053,4.81492,250,20,0,156,0,1,0,0,0),(25326,2957,1,1,1,1221,0,-2385.42,-1249.97,-7.08757,0.739366,250,20,0,156,0,1,0,0,0),(25325,2957,1,1,1,1221,0,-1788.98,-320.257,-9.29986,6.1685,250,20,0,156,0,1,0,0,0),(25324,2957,1,1,1,1221,0,-1635.93,83.7999,-17.6184,5.28747,250,0,0,156,0,0,0,0,0),(25323,2957,1,1,1,1221,0,-1747.08,141.617,4.26918,1.67066,250,20,0,156,0,1,0,0,0),(25322,2957,1,1,1,1221,0,-1805.74,-870.468,38.9292,2.24828,250,20,0,156,0,1,0,0,0),(25321,2957,1,1,1,1221,0,-855.969,-316.607,-21.2938,1.19219,250,20,0,156,0,1,0,0,0),(25320,2957,1,1,1,1221,0,-1853.08,-553.833,0.15963,4.6441,250,20,0,156,0,1,0,0,0),(25319,2957,1,1,1,1221,0,-620.659,-383.722,2.17645,3.53262,250,20,0,156,0,1,0,0,0),(25317,2957,1,1,1,1221,0,-777.907,-450.617,-31.0606,6.18934,250,20,0,156,0,1,0,0,0),(25316,2957,1,1,1,1221,0,-725.77,-65.3385,-25.3455,1.0468,250,15,0,156,0,1,0,0,0),(25315,2957,1,1,1,1221,0,-824.352,-448.42,-31.7503,2.94113,250,20,0,156,0,1,0,0,0),(25314,2957,1,1,1,1221,0,-907.626,-305.96,-21.0153,4.85954,250,20,0,156,0,1,0,0,0),(25313,2957,1,1,1,1221,0,-614.28,-422.959,2.58403,4.62438,250,20,0,156,0,1,0,0,0),(25312,2957,1,1,1,1221,0,-752.45,-545.726,-26.9532,5.36773,250,20,0,156,0,1,0,0,0),(25311,2957,1,1,1,1221,0,-640.328,-320.015,0.396584,1.78925,250,20,0,156,0,1,0,0,0),(25310,2957,1,1,1,1221,0,-1987.85,-48.3263,-3.94627,0.359457,250,20,0,156,0,1,0,0,0),(25309,2957,1,1,1,1221,0,-1117.51,-1050.39,10.6779,2.6075,250,20,0,156,0,1,0,0,0),(25308,2957,1,1,1,1221,0,-2118.63,-916.301,7.73826,4.78272,250,20,0,156,0,1,0,0,0),(25307,2957,1,1,1,1221,0,-880.478,-578.299,-45.8219,4.34214,250,20,0,156,0,1,0,0,0),(25306,2957,1,1,1,1221,0,-894.109,283.363,27.2116,1.90916,250,20,0,156,0,1,0,0,0),(25305,2957,1,1,1,1221,0,-1264.1,-727.996,-49.2899,3.45583,250,20,0,156,0,1,0,0,0),(25304,2957,1,1,1,1221,0,-1059.83,-740.156,-37.8696,5.46189,250,20,0,156,0,1,0,0,0),(25303,2957,1,1,1,1221,0,-1116.22,-749.929,-51.0941,3.86624,250,20,0,156,0,1,0,0,0),(25302,2957,1,1,1,1221,0,-1185.06,-1047.41,3.40597,1.61374,250,20,0,156,0,1,0,0,0),(25301,2957,1,1,1,1221,0,-666.298,-88.4229,-9.44881,3.3321,250,15,0,156,0,1,0,0,0),(25300,2957,1,1,1,1221,0,-1633.56,-648.76,-36.6175,3.98364,250,20,0,156,0,1,0,0,0),(25299,2957,1,1,1,1221,0,-1717.53,-583.272,-19.3508,5.50331,250,20,0,156,0,1,0,0,0),(25298,2957,1,1,1,1221,0,-1196.18,-922.55,-6.08368,3.27152,250,20,0,156,0,1,0,0,0),(25297,2957,1,1,1,1221,0,-1310.96,-921.242,-2.16513,4.23301,250,20,0,156,0,1,0,0,0),(25296,2957,1,1,1,1221,0,-1059.04,-992.862,10.9902,5.04279,250,20,0,156,0,1,0,0,0),(25295,2957,1,1,1,1221,0,-1283.28,-831.279,-14.757,3.94633,250,20,0,156,0,1,0,0,0),(25294,2957,1,1,1,1221,0,-1440.93,-706.365,-54.7364,1.88884,250,20,0,156,0,1,0,0,0),(25293,2957,1,1,1,1221,0,-1345.18,-723.79,-42.6737,5.76452,250,20,0,156,0,1,0,0,0),(25292,2957,1,1,1,1221,0,-1246.88,-242.3,9.54879,1.2799,250,20,0,156,0,1,0,0,0),(25291,2957,1,1,1,1221,0,-1149.8,-1069.38,14.8393,1.2367,250,20,0,156,0,1,0,0,0),(25290,2957,1,1,1,1221,0,-979.906,-926.972,5.83319,1.74031,250,20,0,156,0,1,0,0,0),(25289,2957,1,1,1,1221,0,-909.76,-583.874,-51.0747,3.15331,250,20,0,156,0,1,0,0,0),(25288,2957,1,1,1,1221,0,-2109.31,-1059.93,21.7356,5.13676,250,20,0,156,0,1,0,0,0),(25287,2957,1,1,1,1221,0,-705.726,-722.994,10.7298,1.73562,250,20,0,156,0,1,0,0,0),(25286,2957,1,1,1,1221,0,-1227.67,-596.782,-56.2063,2.30234,250,20,0,156,0,1,0,0,0),(25285,2957,1,1,1,1221,0,-858.116,77.6387,-12.2434,2.11055,250,15,0,156,0,1,0,0,0),(25284,2957,1,1,1,1221,0,-532.999,-374.383,39.972,5.16118,250,10,0,156,0,1,0,0,0),(25283,2957,1,1,1,1221,0,-779.434,127.566,-5.47177,5.51166,250,2,0,156,0,1,0,0,0),(25282,2957,1,1,1,1221,0,-702.751,69.0906,-14.5473,0.925342,250,20,0,156,0,1,0,0,0),(25281,2957,1,1,1,1221,0,-617.72,-585.799,-3.64969,2.78648,250,20,0,156,0,1,0,0,0),(25280,2957,1,1,1,1221,0,-1149.11,-482.611,-46.8554,0.426951,250,20,0,156,0,1,0,0,0),(25277,2957,1,1,1,1221,0,-1287.91,-480.697,-57.5081,5.63578,250,30,0,156,0,1,0,0,0),(25276,2957,1,1,1,1221,0,-740.782,-397.205,-24.696,5.7734,250,20,0,156,0,1,0,0,0),(25275,2957,1,1,1,1221,0,-1385.45,-652.911,-55.0518,2.49934,250,20,0,156,0,1,0,0,0),(25274,2957,1,1,1,1221,0,-1082.2,-570.169,-54.6034,4.61743,250,20,0,156,0,1,0,0,0),(25273,2957,1,1,1,1221,0,-622.098,-199.515,1.91882,6.20297,250,20,0,156,0,1,0,0,0),(25272,2957,1,1,1,1221,0,-1184.81,-582.884,-57.3622,2.33695,250,20,0,156,0,1,0,0,0),(25271,2957,1,1,1,1221,0,-752.517,-356.742,-25.6738,1.43166,250,20,0,156,0,1,0,0,0),(25270,2957,1,1,1,1221,0,-884.872,-220.932,-7.99235,3.09645,250,20,0,156,0,1,0,0,0),(25269,2957,1,1,1,1221,0,-911.126,-383.203,-31.2101,0.412075,250,20,0,156,0,1,0,0,0),(25268,2957,1,1,1,1221,0,-1352.62,-243.776,0.908582,5.08854,250,20,0,156,0,1,0,0,0),(25267,2957,1,1,1,1221,0,-1277.17,-510.942,-59.7329,2.61944,250,30,0,156,0,1,0,0,0),(25266,2957,1,1,1,1221,0,-1172.16,-1138.58,32.2667,2.77744,250,20,0,156,0,1,0,0,0),(25265,2957,1,1,1,1221,0,-1137.8,-400.376,-22.3477,5.21189,250,20,0,156,0,1,0,0,0),(25264,2957,1,1,1,1221,0,-886.789,-881.334,14.9631,2.97869,250,3,0,156,0,1,0,0,0),(25263,2957,1,1,1,1221,0,-550.038,-552.555,20.3649,2.92022,250,20,0,156,0,1,0,0,0),(25262,2957,1,1,1,1221,0,-1479.75,-648.859,-58.0621,3.26498,250,20,0,156,0,1,0,0,0),(25261,2957,1,1,1,1221,0,-1450.19,-648.894,-57.0787,4.81808,250,20,0,156,0,1,0,0,0),(25260,2957,1,1,1,1221,0,-1022.68,-940.472,4.86246,4.55944,250,20,0,156,0,1,0,0,0),(25259,2957,1,1,1,1221,0,-573.018,6.11083,4.03131,5.50007,250,15,0,156,0,1,0,0,0),(25258,2957,1,1,1,1221,0,-567.73,-210.797,28.5572,3.46767,250,20,0,156,0,1,0,0,0),(25257,2957,1,1,1,1221,0,-902.009,-678.023,-42.7604,6.02258,250,20,0,156,0,1,0,0,0),(25256,2957,1,1,1,1221,0,-990.859,-768.765,-15.918,4.2898,250,20,0,156,0,1,0,0,0),(25255,2957,1,1,1,1221,0,-754.368,-685.063,-15.9514,3.62707,250,20,0,156,0,1,0,0,0),(25254,2957,1,1,1,1221,0,-1124.34,-649.214,-55.5236,0.086692,250,20,0,156,0,1,0,0,0),(25253,2957,1,1,1,1221,0,-1622.63,-623.876,-39.738,3.9049,250,20,0,156,0,1,0,0,0),(25252,2957,1,1,1,1221,0,-1199.19,-384.055,-24.1729,4.27561,250,20,0,156,0,1,0,0,0),(25251,2957,1,1,1,1221,0,-1387.35,-869.293,-3.13694,3.70847,250,20,0,156,0,1,0,0,0),(25250,2957,1,1,1,1221,0,-1030.59,-625.379,-58.3883,5.65683,250,30,0,156,0,1,0,0,0),(25249,2957,1,1,1,1221,0,-1428.12,-816.219,-11.8363,5.05883,250,20,0,156,0,1,0,0,0),(25248,2957,1,1,1,1221,0,-1374.11,-331.503,-32.9141,4.60162,250,20,0,156,0,1,0,0,0),(25247,2957,1,1,1,1221,0,-1229.89,-882.591,-4.88661,5.35724,250,20,0,156,0,1,0,0,0),(25246,2957,1,1,1,1221,0,-942.994,-780.385,-12.4347,1.67379,250,20,0,156,0,1,0,0,0),(25245,2957,1,1,1,1221,0,-1419.32,-523.651,-59.7341,0.019529,250,20,0,156,0,1,0,0,0),(25244,2957,1,1,1,1221,0,-655.97,-120.829,-5.05292,3.12597,250,20,0,156,0,1,0,0,0),(25243,2957,1,1,1,1221,0,-1579.38,-501.216,-43.4083,0.285279,250,20,0,156,0,1,0,0,0),(25242,3213,1,1,1,3776,1,-2910.13,-185.786,59.0747,3.03543,250,15,0,5228,0,1,0,0,0),(25241,2957,1,1,1,1221,0,-947.748,-711.225,-32.2913,5.69518,250,20,0,156,0,1,0,0,0),(25240,2957,1,1,1,1221,0,-1149.02,-814.933,-27.9997,1.54736,250,20,0,156,0,1,0,0,0),(25239,2957,1,1,1,1221,0,-735.974,-504.577,-24.2672,0.7135,250,20,0,156,0,1,0,0,0),(25238,2956,1,1,1,1220,0,-2314.87,-113.409,-9.38592,6.01611,250,15,0,120,0,1,0,0,0),(25237,2956,1,1,1,1220,0,-1816.76,-284.566,-8.30801,4.60215,250,20,0,120,0,1,0,0,0),(25236,2956,1,1,1,1220,0,-2555.22,-936.102,-7.12971,4.45556,250,20,0,120,0,1,0,0,0),(25235,2956,1,1,1,1220,0,-2579.87,-919.681,-5.38771,5.35773,250,20,0,120,0,1,0,0,0),(25234,2956,1,1,1,1220,0,-2317.54,-47.7322,-2.91901,2.08359,250,20,0,120,0,1,0,0,0),(25233,2956,1,1,1,1220,0,-2616.55,180.361,62.5331,4.24874,250,20,0,120,0,1,0,0,0),(25232,2956,1,1,1,1220,0,-2719.5,217.22,79.5782,3.19633,250,20,0,120,0,1,0,0,0),(25231,2956,1,1,1,1220,0,-2649.02,148.309,47.3755,5.75476,250,20,0,120,0,1,0,0,0),(25230,2956,1,1,1,1220,0,-2250.99,-782.348,-3.46705,5.86239,250,20,0,120,0,1,0,0,0),(25229,2956,1,1,1,1220,0,-2780,152.124,53.6048,1.15444,250,20,0,120,0,1,0,0,0),(25228,2956,1,1,1,1220,0,-2916.35,151.109,81.1488,2.31449,250,20,0,120,0,1,0,0,0),(25227,2956,1,1,1,1220,0,-2547.32,-475.735,-5.92679,0.919926,250,20,0,120,0,1,0,0,0),(25226,2956,1,1,1,1220,0,-2614.95,-348.671,-8.1749,4.58967,250,20,0,120,0,1,0,0,0),(25225,2956,1,1,1,1220,0,-2248.6,-857.28,-7.49847,3.95893,250,20,0,120,0,1,0,0,0),(25224,2956,1,1,1,1220,0,-1615.02,246.582,7.10993,1.07223,250,20,0,120,0,1,0,0,0),(25223,2956,1,1,1,1220,0,-2748.02,-954.166,21.6735,4.15856,250,3,0,120,0,1,0,0,0),(25222,3212,1,1,1,3775,1,-2304.42,-358.541,-9.29993,4.0088,250,0,0,600,0,2,0,0,0),(25221,2956,1,1,1,1220,0,-1927.13,233.84,59.921,2.18264,250,20,0,120,0,1,0,0,0),(25220,2956,1,1,1,1220,0,-2383.76,-720.154,-5.71359,4.65522,250,20,0,120,0,1,0,0,0),(25219,2956,1,1,1,1220,0,-2621.33,-758.521,-5.34071,2.55967,250,20,0,120,0,1,0,0,0),(25218,2956,1,1,1,1220,0,-2612.61,-412.417,-6.57321,3.09606,250,20,0,120,0,1,0,0,0),(25217,2956,1,1,1,1220,0,-2566.35,-530.988,-3.52096,2.29392,250,20,0,120,0,1,0,0,0),(25216,2956,1,1,1,1220,0,-2059.25,20.9133,14.6796,1.65373,250,20,0,120,0,1,0,0,0),(25215,2956,1,1,1,1220,0,-2585.76,-184.669,-5.07597,2.01668,250,20,0,120,0,1,0,0,0),(25214,2956,1,1,1,1220,0,-2350,-650,-7.54984,0.766407,250,20,0,120,0,1,0,0,0),(25213,2956,1,1,1,1220,0,-2676.14,-16.7724,3.37195,5.39262,250,20,0,120,0,1,0,0,0),(25212,2956,1,1,1,1220,0,-2847.46,107.454,72.5485,5.27492,250,20,0,120,0,1,0,0,0),(25211,2956,1,1,1,1220,0,-2392.09,20.0011,15.6631,2.76217,250,20,0,120,0,1,0,0,0),(25210,2956,1,1,1,1220,0,-1777.19,-198.79,-9.29985,1.13766,250,20,0,120,0,1,0,0,0),(25209,2956,1,1,1,1220,0,-1684.07,164.062,0.992815,4.76518,250,20,0,120,0,1,0,0,0),(25208,2956,1,1,1,1220,0,-2033.25,-196.54,-9.33522,5.54688,250,20,0,120,0,1,0,0,0),(25207,2956,1,1,1,1220,0,-1577.11,221.244,-0.799335,0.117566,250,20,0,120,0,1,0,0,0),(25206,2956,1,1,1,1220,0,-2446.35,85.0515,32.635,5.1935,250,20,0,120,0,1,0,0,0),(25205,2956,1,1,1,1220,0,-2032.29,-31.2062,-2.65483,4.05608,250,20,0,120,0,1,0,0,0),(25204,2956,1,1,1,1220,0,-2221.05,-5.52162,13.7513,1.76277,250,20,0,120,0,1,0,0,0),(25203,2956,1,1,1,1220,0,-2981,214.086,76.9923,2.34514,250,20,0,120,0,1,0,0,0),(25202,2956,1,1,1,1220,0,-2315.77,-1119.91,-7.51432,5.16354,250,20,0,120,0,1,0,0,0),(25201,2956,1,1,1,1220,0,-2157.03,-158.981,-9.11041,1.90737,250,20,0,120,0,1,0,0,0),(25200,2956,1,1,1,1220,0,-2610.9,-49.4141,-1.99231,0.204678,250,20,0,120,0,1,0,0,0),(25199,2956,1,1,1,1220,0,-2418.39,-29.6549,-2.06925,5.43012,250,20,0,120,0,1,0,0,0),(25198,2956,1,1,1,1220,0,-2582.47,-150.699,-4.12167,5.52936,250,20,0,120,0,1,0,0,0),(25197,2956,1,1,1,1220,0,-2445.21,-88,-3.24158,2.85439,250,20,0,120,0,1,0,0,0),(25196,2956,1,1,1,1220,0,-2148.28,-1167.37,30.4433,5.32152,250,3,0,120,0,1,0,0,0),(25195,2956,1,1,1,1220,0,-2548.53,-108.522,-3.55403,5.13319,250,20,0,120,0,1,0,0,0),(25194,2956,1,1,1,1220,0,-1481.61,116.586,0.931797,4.14122,250,20,0,120,0,1,0,0,0),(25193,2956,1,1,1,1220,0,-1439.91,283.226,14.8315,3.02813,250,20,0,120,0,1,0,0,0),(25192,2956,1,1,1,1220,0,-2544.49,11.7637,9.99825,6.19748,250,20,0,120,0,1,0,0,0),(25191,2956,1,1,1,1220,0,-2569.57,93.6331,42.28,0.836403,250,20,0,120,0,1,0,0,0),(25190,2956,1,1,1,1220,0,-1670.64,-256.396,-13.9978,5.38011,250,20,0,120,0,1,0,0,0),(25189,2956,1,1,1,1220,0,-1851.52,-812.745,-1.93501,0.431664,250,20,0,120,0,1,0,0,0),(25188,2956,1,1,1,1220,0,-2708.38,-270.985,4.84437,1.8499,250,20,0,120,0,1,0,0,0),(25187,2956,1,1,1,1220,0,-2554.08,37.247,17.3699,4.94505,250,20,0,120,0,1,0,0,0),(25186,2956,1,1,1,1220,0,-2710.84,-316.79,2.25782,5.8606,250,20,0,120,0,1,0,0,0),(25185,2956,1,1,1,1220,0,-1788.18,212.357,36.9733,5.39414,250,20,0,120,0,1,0,0,0),(25184,2956,1,1,1,1220,0,-2118.7,175.969,56.0241,4.39681,250,20,0,120,0,1,0,0,0),(25183,2956,1,1,1,1220,0,-1338.35,338.603,13.8356,2.37277,250,20,0,120,0,1,0,0,0),(25182,2956,1,1,1,1220,0,-1709.86,-759.85,0.691075,2.36172,250,20,0,120,0,1,0,0,0),(25181,2956,1,1,1,1220,0,-2195.22,26.7337,26.7748,1.93643,250,20,0,120,0,1,0,0,0),(25180,2956,1,1,1,1220,0,-2635.22,-63.9381,-4.2629,0.6607,250,20,0,120,0,1,0,0,0),(25179,2956,1,1,1,1220,0,-1322.96,317.938,3.01788,2.09648,250,20,0,120,0,1,0,0,0),(25178,2956,1,1,1,1220,0,-2132.56,53.0019,31.9648,3.01821,250,20,0,120,0,1,0,0,0),(25177,2956,1,1,1,1220,0,-1672.37,-827.623,22.0241,1.6726,250,20,0,120,0,1,0,0,0),(25176,2956,1,1,1,1220,0,-2527.26,155.281,58.6705,1.78121,250,20,0,120,0,1,0,0,0),(25175,2956,1,1,1,1220,0,-1842.55,-461.321,-8.39096,5.69406,250,20,0,120,0,1,0,0,0),(25174,2956,1,1,1,1220,0,-1744.57,-898.233,77.5864,6.06282,250,20,0,120,0,1,0,0,0),(25173,2956,1,1,1,1220,0,-2086.63,34.3739,18.8187,1.7613,250,20,0,120,0,1,0,0,0),(25172,2956,1,1,1,1220,0,-2214.44,204.668,74.6919,1.4789,250,20,0,120,0,1,0,0,0),(25170,2956,1,1,1,1220,0,-2382.24,182.339,48.3298,1.47697,250,20,0,120,0,1,0,0,0),(25165,2956,1,1,1,1220,0,-2259.2,157.188,61.3696,1.8118,250,20,0,120,0,1,0,0,0),(25163,2956,1,1,1,1220,0,-2165.44,216.745,69.365,3.20218,250,20,0,120,0,1,0,0,0),(25162,2956,1,1,1,1220,0,-2374.1,117.085,45.3492,3.29336,250,20,0,120,0,1,0,0,0),(25161,2956,1,1,1,1220,0,-2064.9,209.476,77.713,2.88715,250,20,0,120,0,1,0,0,0),(25160,2956,1,1,1,1220,0,-1985.12,166.272,48.9194,4.85152,250,20,0,120,0,1,0,0,0),(25158,2956,1,1,1,1220,0,-2676.22,23.2356,15.0965,4.7558,250,20,0,120,0,1,0,0,0),(25157,2956,1,1,1,1220,0,-2021.02,147.52,51.9551,1.28552,250,20,0,120,0,1,0,0,0),(25155,2956,1,1,1,1220,0,-1616.05,-751.352,-26.6389,2.39761,250,20,0,120,0,1,0,0,0),(25149,2956,1,1,1,1220,0,-2779.8,-52.1184,0.998954,2.68406,250,20,0,120,0,1,0,0,0),(25148,2956,1,1,1,1220,0,-2750.6,-122.002,-2.71007,1.18401,250,20,0,120,0,1,0,0,0),(25146,2956,1,1,1,1220,0,-1535.27,-783.424,-28.6515,3.04173,250,20,0,120,0,1,0,0,0),(25145,2956,1,1,1,1220,0,-1755.26,-120.234,-3.11778,4.58038,250,20,0,120,0,1,0,0,0),(25144,2956,1,1,1,1220,0,-1816.46,-647.732,-10.256,1.52582,250,20,0,120,0,1,0,0,0),(25143,2956,1,1,1,1220,0,-1646.16,-468.504,-20.8354,0.342761,250,20,0,120,0,1,0,0,0),(25142,2956,1,1,1,1220,0,-1547.85,-306.794,-33.107,4.54949,250,20,0,120,0,1,0,0,0),(25141,2956,1,1,1,1220,0,-2908.46,260.4,84.3924,1.87834,250,20,0,120,0,1,0,0,0),(25140,2956,1,1,1,1220,0,-2819.97,251.055,78.542,3.70229,250,20,0,120,0,1,0,0,0),(25139,2956,1,1,1,1220,0,-1605.61,-185.745,-7.70795,0.280982,250,20,0,120,0,1,0,0,0),(25138,2956,1,1,1,1220,0,-3008.75,255.748,98.5325,0.072281,250,20,0,120,0,1,0,0,0),(25137,2956,1,1,1,1220,0,-1515.97,-255.513,-11.4972,1.54346,250,20,0,120,0,1,0,0,0),(25136,2956,1,1,1,1220,0,-2548.22,246.626,85.8245,3.46508,250,20,0,120,0,1,0,0,0),(25135,2956,1,1,1,1220,0,-2667.8,293.131,104.76,2.85257,250,20,0,120,0,1,0,0,0),(25134,2956,1,1,1,1220,0,-2227.16,-1007.28,0.011935,2.95497,250,20,0,120,0,1,0,0,0),(25133,2956,1,1,1,1220,0,-1537.64,-900.249,33.1375,4.19374,250,20,0,120,0,1,0,0,0),(25132,2956,1,1,1,1220,0,-1876.81,-951.563,34.699,1.8703,250,20,0,120,0,1,0,0,0),(25131,2956,1,1,1,1220,0,-1352.53,-340.73,-37.9218,0.183139,250,20,0,120,0,1,0,0,0),(25130,2955,1,1,1,1219,0,-2951.82,-350.502,55.8608,5.84685,155,0,0,42,0,0,0,0,0),(25129,2955,1,1,1,1219,0,-2983.85,-286.65,50.992,5.33128,155,20,0,42,0,1,0,0,0),(25128,2955,1,1,1,1219,0,-3183.58,-218.149,40.1468,1.83758,155,20,0,42,0,1,0,0,0),(25127,2955,1,1,1,1219,0,-3075.08,-425.632,34.2367,2.94113,155,20,0,42,0,1,0,0,0),(25126,2955,1,1,1,1219,0,-3191.29,-316.215,35.9534,0.742379,155,20,0,42,0,1,0,0,0),(25125,2955,1,1,1,1219,0,-3089.4,-346.682,37.2138,5.23152,155,20,0,42,0,1,0,0,0),(25124,2955,1,1,1,1219,0,-3131.45,-322.069,40.0784,2.88123,155,20,0,42,0,1,0,0,0),(25123,2955,1,1,1,1219,0,-3045.98,-349.31,40.1903,0.268497,155,20,0,42,0,1,0,0,0),(25122,2955,1,1,1,1219,0,-3079.66,-280.331,36.812,4.66396,155,20,0,42,0,1,0,0,0),(25121,2955,1,1,1,1219,0,-3033.38,-316.991,46.1089,0.156805,155,20,0,42,0,1,0,0,0),(25120,2955,1,1,1,1219,0,-3140.32,-373.38,35.979,3.44296,155,20,0,42,0,1,0,0,0),(25119,2955,1,1,1,1219,0,-3141.21,-244.925,40.8568,3.53465,155,20,0,42,0,1,0,0,0),(25118,2955,1,1,1,1219,0,-3182.53,-348.504,32.0346,3.10254,155,20,0,42,0,1,0,0,0),(25117,2955,1,1,1,1219,0,-3154.89,-285.67,39.6256,3.45271,155,20,0,42,0,1,0,0,0),(25116,2955,1,1,1,1219,0,-3023.5,-302.426,45.9254,4.64985,155,20,0,42,0,1,0,0,0),(25115,2955,1,1,1,1219,0,-3091.22,-124.869,41.395,2.09734,155,20,0,42,0,1,0,0,0),(25114,2955,1,1,1,1219,0,-3061.93,-125.453,46.5142,0.068386,155,20,0,42,0,1,0,0,0),(25113,2955,1,1,1,1219,0,-2982.59,-193.572,59.1098,1.54736,155,20,0,42,0,1,0,0,0),(25112,2955,1,1,1,1219,0,-3055.16,-555.272,27.1377,3.98643,155,20,0,42,0,1,0,0,0),(25111,2955,1,1,1,1219,0,-2999.36,-448.687,43.8473,5.34104,155,20,0,42,0,1,0,0,0),(25110,2955,1,1,1,1219,0,-3153.38,-408.762,31.4874,0.708828,155,20,0,42,0,1,0,0,0),(25109,2955,1,1,1,1219,0,-3058.44,-635.536,30.3453,4.2793,155,20,0,42,0,1,0,0,0),(25108,2955,1,1,1,1219,0,-3006.91,-618.322,31.2348,6.20297,155,20,0,42,0,1,0,0,0),(25107,2955,1,1,1,1219,0,-2979.26,-594.957,37.2569,5.89097,155,20,0,42,0,1,0,0,0),(25106,2955,1,1,1,1219,0,-2964.7,-506.814,43.3513,0.009765,155,20,0,42,0,1,0,0,0),(25105,2955,1,1,1,1219,0,-2939.09,-500.487,45.9334,5.26397,155,20,0,42,0,1,0,0,0),(25104,2955,1,1,1,1219,0,-2924.48,-413.029,54.3143,5.35355,155,20,0,42,0,1,0,0,0),(25103,2955,1,1,1,1219,0,-3025.27,-485.219,34.7532,6.25406,155,20,0,42,0,1,0,0,0),(25102,2955,1,1,1,1219,0,-3072.59,-500.734,30.7109,4.3617,155,20,0,42,0,1,0,0,0),(25101,2955,1,1,1,1219,0,-3130.23,-515.809,33.9632,0.066438,155,20,0,42,0,1,0,0,0),(25099,2955,1,1,1,1219,0,-3143.27,-566.025,32.4659,2.16151,155,20,0,42,0,1,0,0,0),(25098,2955,1,1,1,1219,0,-3119.55,-581.385,33.864,0.009664,155,20,0,42,0,1,0,0,0),(25097,2955,1,1,1,1219,0,-3117.87,-616.21,33.858,6.18233,155,20,0,42,0,1,0,0,0),(25096,2955,1,1,1,1219,0,-3152.37,-695.705,22.7903,5.03507,155,20,0,42,0,1,0,0,0),(25095,2955,1,1,1,1219,0,-3203.43,-748.811,29.8339,3.00246,155,20,0,42,0,1,0,0,0),(25094,2955,1,1,1,1219,0,-3250.75,-722.119,36.6034,6.24519,155,20,0,42,0,1,0,0,0),(25093,2955,1,1,1,1219,0,-3316.06,-677.78,43.9938,2.98479,155,20,0,42,0,1,0,0,0),(25092,2955,1,1,1,1219,0,-3270.2,-652.605,34.8025,6.14986,155,20,0,42,0,1,0,0,0),(25091,2955,1,1,1,1219,0,-3285.4,-603.356,39.0473,1.49252,155,20,0,42,0,1,0,0,0),(25090,2955,1,1,1,1219,0,-3311.14,-547.819,51.8312,0.356943,155,20,0,42,0,1,0,0,0),(25089,2955,1,1,1,1219,0,-3275.87,-224.546,39.1517,1.99191,155,20,0,42,0,1,0,0,0),(25088,2955,1,1,1,1219,0,-3248.42,-326.419,32.8765,0.293328,155,20,0,42,0,1,0,0,0),(25087,2955,1,1,1,1219,0,-3201.67,-279.45,32.5149,6.10456,155,20,0,42,0,1,0,0,0),(25086,2955,1,1,1,1219,0,-3026.64,-433.516,45.1517,3.52473,155,20,0,42,0,1,0,0,0),(25085,2955,1,1,1,1219,0,-3114.05,-453.771,28.6673,4.86727,155,20,0,42,0,1,0,0,0),(25084,2955,1,1,1,1219,0,-2881.56,-570.086,54.2611,4.66155,155,20,0,42,0,1,0,0,0),(25083,2955,1,1,1,1219,0,-2813.47,-526.073,55.4682,2.16176,155,20,0,42,0,1,0,0,0),(25082,2955,1,1,1,1219,0,-2850.92,-517.715,50.9136,5.06145,155,0,0,42,0,0,0,0,0),(25081,2955,1,1,1,1219,0,-2863.94,-479.933,52.4656,0.576621,155,20,0,42,0,1,0,0,0),(25080,2955,1,1,1,1219,0,-2907.85,-464.819,44.1819,5.03679,155,20,0,42,0,1,0,0,0),(25079,2955,1,1,1,1219,0,-2890.61,-414.22,48.9172,1.35043,155,20,0,42,0,1,0,0,0),(25078,2955,1,1,1,1219,0,-2914.13,-418.574,52.0204,1.79116,155,20,0,42,0,1,0,0,0),(25077,2955,1,1,1,1219,0,-3107.65,-720.782,35.2652,1.35807,155,20,0,42,0,1,0,0,0),(25076,2955,1,1,1,1219,0,-2983.34,-392.957,52.7516,4.94314,155,20,0,42,0,1,0,0,0),(25075,2955,1,1,1,1219,0,-2885.21,-445.158,48.5461,0.638421,155,20,0,42,0,1,0,0,0),(6740,485,0,1,1,6034,1,-9757.48,-3140.41,59.0104,0.523599,300,0,0,494,0,0,0,0,0),(6739,485,0,1,1,6034,1,-9734.4,-3142.29,59.0314,1.29154,300,0,0,494,0,0,0,0,0),(6738,437,0,1,1,6037,1,-9545.27,-3245.48,49.8128,3.27189,300,5,0,531,0,1,0,0,0),(6737,485,0,1,1,6034,1,-9547.44,-3246.41,49.814,3.36429,300,10,0,494,0,1,0,0,0),(25074,2955,1,1,1,1219,0,-2850.37,-402.593,55.6316,5.69628,155,20,0,42,0,1,0,0,0),(6736,440,0,1,1,6033,1,-9713.84,-3106.15,58.6999,1.74959,300,0,0,449,0,0,0,0,0),(25073,2955,1,1,1,1219,0,-2863.83,-368.271,52.4643,4.20838,155,20,0,42,0,1,0,0,0),(25072,2955,1,1,1,1219,0,-2841.71,-341.821,53.348,5.7666,155,20,0,42,0,1,0,0,0),(25071,2955,1,1,1,1219,0,-2948.47,-566.307,41.6471,1.49058,155,20,0,42,0,1,0,0,0),(25070,2955,1,1,1,1219,0,-2910.75,-553.365,47.9111,4.85687,155,20,0,42,0,1,0,0,0),(25069,2955,1,1,1,1219,0,-3007.18,-217.667,54.5532,3.18852,155,20,0,42,0,1,0,0,0),(25068,2955,1,1,1,1219,0,-2839.19,-599.381,57.2352,0.244979,155,20,0,42,0,1,0,0,0),(25065,2955,1,1,1,1219,0,-2844.41,-620.552,55.7458,0.57264,155,20,0,42,0,1,0,0,0),(25010,2955,1,1,1,1219,0,-3238.55,-413.41,24.2756,0.086061,155,20,0,42,0,1,0,0,0),(24983,2955,1,1,1,1219,0,-2983.6,-552.627,39.9958,6.06854,155,20,0,42,0,1,0,0,0),(24982,2955,1,1,1,1219,0,-3071.13,-177.093,53.6208,0.47064,155,20,0,42,0,1,0,0,0),(24981,2955,1,1,1,1219,0,-2883.43,-583.25,54.5997,6.22796,155,20,0,42,0,1,0,0,0),(24980,2955,1,1,1,1219,0,-3129.35,-492.163,33.3701,6.13878,155,20,0,42,0,1,0,0,0),(24979,2955,1,1,1,1219,0,-3147.9,-223.017,41.7874,4.95525,155,20,0,42,0,1,0,0,0),(24978,2955,1,1,1,1219,0,-3191,-347.672,31.8757,0.024,155,20,0,42,0,1,0,0,0),(24977,2955,1,1,1,1219,0,-2918.04,-624.438,49.9362,0.30137,155,20,0,42,0,1,0,0,0),(24975,2955,1,1,1,1219,0,-2836.29,-635.521,55.2151,5.4044,155,10,0,42,0,1,0,0,0),(24974,2955,1,1,1,1219,0,-3185.31,-184.15,40.9962,0.117014,155,20,0,42,0,1,0,0,0),(24973,2955,1,1,1,1219,0,-2814.81,-260.331,55.818,5.04648,155,20,0,42,0,1,0,0,0),(24972,2955,1,1,1,1219,0,-2782.15,-306.569,56.8386,3.82732,155,20,0,42,0,1,0,0,0),(24971,2955,1,1,1,1219,0,-2795.43,-341.354,55.8402,0.640347,155,20,0,42,0,1,0,0,0),(24970,2955,1,1,1,1219,0,-2807.13,-226.916,55.5954,6.01309,155,20,0,42,0,1,0,0,0),(24969,2955,1,1,1,1219,0,-3276.08,-448.762,33.5653,3.02813,155,20,0,42,0,1,0,0,0),(24968,2955,1,1,1,1219,0,-3217.87,-498.955,20.503,1.48279,155,20,0,42,0,1,0,0,0),(24967,2955,1,1,1,1219,0,-3076.29,-623.174,34.5767,0.371801,155,20,0,42,0,1,0,0,0),(24966,2955,1,1,1,1219,0,-3080.39,-683.181,31.4156,3.14355,155,20,0,42,0,1,0,0,0),(24965,2955,1,1,1,1219,0,-3282.82,-276.442,36.6822,3.48271,155,20,0,42,0,1,0,0,0),(24964,2955,1,1,1,1219,0,-3225.99,-214.955,30.9469,6.03916,155,20,0,42,0,1,0,0,0),(24963,2955,1,1,1,1219,0,-3292.54,-410.129,39.689,3.23543,155,20,0,42,0,1,0,0,0),(24962,2955,1,1,1,1219,0,-3233.85,-378.966,27.2996,4.71239,155,20,0,42,0,1,0,0,0),(24961,2955,1,1,1,1219,0,-3272.11,-352.249,41.0159,4.61058,155,20,0,42,0,1,0,0,0),(24960,2955,1,1,1,1219,0,-3213.72,-550.512,25.3097,3.51158,155,20,0,42,0,1,0,0,0),(24959,2955,1,1,1,1219,0,-3104.93,-663.428,34.8461,1.05164,155,20,0,42,0,1,0,0,0),(24958,2955,1,1,1,1219,0,-2894.14,-154.514,69.7639,0.768825,155,20,0,42,0,1,0,0,0),(24957,2955,1,1,1,1219,0,-2919.82,-114.985,78.8177,1.43762,155,20,0,42,0,1,0,0,0),(24956,2955,1,1,1,1219,0,-2859.2,-176.416,60.516,1.74174,155,20,0,42,0,1,0,0,0),(24955,2955,1,1,1,1219,0,-3251.77,-526.307,32.2921,0.586376,155,20,0,42,0,1,0,0,0),(24954,2955,1,1,1,1219,0,-3207.5,-594.921,28.754,1.28146,155,20,0,42,0,1,0,0,0),(24953,2955,1,1,1,1219,0,-3159.12,-722.931,23.7353,3.70143,155,20,0,42,0,1,0,0,0),(24952,2955,1,1,1,1219,0,-3200.98,-642.526,28.9728,3.44861,155,20,0,42,0,1,0,0,0),(24951,2955,1,1,1,1219,0,-3227.64,-690.163,32.354,2.88662,155,20,0,42,0,1,0,0,0),(24950,2955,1,1,1,1219,0,-3251.1,-558.498,34.9719,1.68037,155,20,0,42,0,1,0,0,0),(24949,3211,1,1,1,3774,1,-2915.89,-315.305,57.4223,3.85904,250,15,0,5228,0,1,0,0,0),(24948,2954,1,1,1,6807,0,-2982.66,-1218.76,63.4175,2.08989,250,5,0,86,0,1,0,0,0),(24947,2954,1,1,1,6807,0,-2958.84,-1225.68,62.9091,3.23004,250,5,0,86,0,1,0,0,0),(24946,2954,1,1,1,6807,0,-3192.94,-1086.98,69.7355,0.152946,250,3,0,86,0,1,0,0,0),(24945,2954,1,1,1,6807,0,-2930.47,-1237.36,68.9084,5.3867,250,5,0,86,0,1,0,0,0),(24944,2954,1,1,1,6807,0,-2964.52,-1253.78,71.2064,1.8908,250,5,0,86,0,1,0,0,0),(24943,2954,1,1,1,6807,0,-3035.14,-1090.51,54.1084,3.33935,250,5,0,86,0,1,0,0,0),(24942,2954,1,1,1,6807,0,-2955.21,-1023.3,55.8848,4.79702,250,5,0,86,0,1,0,0,0),(24941,2954,1,1,1,6807,0,-2917.4,-982.759,57.4232,1.88007,250,5,0,86,0,1,0,0,0),(24940,2954,1,1,1,6807,0,-2986.35,-1150.41,58.0888,6.01228,250,5,0,86,0,1,0,0,0),(24939,2954,1,1,1,6807,0,-3071.44,-1226.24,86.9587,1.38106,250,5,0,86,0,1,0,0,0),(24938,2954,1,1,1,6807,0,-2880.37,-1182.2,59.883,2.64738,250,5,0,86,0,1,0,0,0),(24937,2954,1,1,1,6807,0,-3234.59,-1084.21,97.1219,5.39814,250,5,0,86,0,1,0,0,0),(24936,2954,1,1,1,6807,0,-2865.85,-1110.25,88.8413,6.15656,250,5,0,86,0,1,0,0,0),(24935,2954,1,1,1,6807,0,-2941.97,-1324.23,88.2044,0.510029,250,3,0,86,0,1,0,0,0),(24934,5770,1,1,1,4513,1,-1069.95,-272.894,159.114,6.21337,250,0,0,3398,0,0,0,0,0),(24933,3978,1,1,1,4518,1,-1176.12,157.615,134.812,3.9619,250,0,0,1003,0,0,0,0,0),(24932,3210,1,1,1,3771,1,-2953.74,-287.969,56.5939,3.17454,250,15,0,11828,0,1,0,0,0),(24931,2953,1,1,1,6090,0,-2939.67,-1277.92,72.3294,4.57769,250,5,0,69,79,1,0,0,0),(24930,2953,1,1,1,6090,0,-2945.13,-1005,54.7598,3.22324,250,0,0,69,79,0,0,0,0),(24929,2953,1,1,1,6090,0,-3006.67,-1230.15,66.1155,3.51775,250,5,0,69,79,1,0,0,0),(24928,2953,1,1,1,6090,0,-3049.96,-1233.98,78.9175,4.02666,250,5,0,69,79,1,0,0,0),(24927,2953,1,1,1,6090,0,-3110.42,-1202.75,85.4502,0.261799,250,0,0,69,79,0,0,0,0),(24926,2953,1,1,1,6090,0,-2856.75,-1010.43,56.9201,2.03959,250,5,0,69,79,1,0,0,0),(24925,2953,1,1,1,6090,0,-2850.82,-1032.33,55.611,5.49779,250,5,0,69,79,1,0,0,0),(24924,2953,1,1,1,6090,0,-2877.23,-1039.16,54.2914,2.69237,250,5,0,69,79,1,0,0,0),(24923,2953,1,1,1,6090,0,-2869.76,-1123.74,88.6172,3.50381,250,5,0,69,79,1,0,0,0),(24922,2953,1,1,1,6090,0,-2877.66,-1115.55,88.6172,5.93008,250,5,0,69,79,1,0,0,0),(24921,2953,1,1,1,6090,0,-2884.32,-1222.12,69.6136,5.02777,250,5,0,69,79,1,0,0,0),(24920,2953,1,1,1,6090,0,-2964.02,-1292.03,72.3294,1.22723,250,5,0,69,79,1,0,0,0),(24919,2953,1,1,1,6090,0,-2913.25,-1340.1,87.4416,3.75677,250,0,0,69,79,0,0,0,0),(24918,2953,1,1,1,6090,0,-2937.74,-1347.15,87.4202,3.80482,250,0,0,69,79,0,0,0,0),(24917,5769,1,1,1,4519,1,-1048.74,-303.954,159.114,1.8675,250,0,0,3496,2568,0,0,0,0),(24916,3209,1,1,1,3770,1,-2893.19,-239.584,53.6285,4.1973,250,0,0,546,0,2,0,0,0),(24915,2952,1,1,1,1967,0,-3084.17,-1019.48,52.9627,4.03749,250,5,0,71,0,1,0,0,0),(24914,2952,1,1,1,1967,0,-2984.46,-1018.99,55.1832,6.01564,250,5,0,71,0,1,0,0,0),(24913,2952,1,1,1,1967,0,-3002,-1232.86,66.1185,2.99328,250,5,0,71,0,1,0,0,0),(24912,2952,1,1,1,1967,0,-2932.52,-1264.24,72.2712,6.01681,250,0,0,71,0,0,0,0,0),(24911,2952,1,1,1,1967,0,-3177.28,-1079.17,65.2501,6.25195,250,5,0,71,0,1,0,0,0),(24910,2952,1,1,1,1967,0,-3013.08,-1031.27,53.4493,4.57326,250,5,0,71,0,1,0,0,0),(24909,2952,1,1,1,1967,0,-3059.21,-1129.8,61.7264,1.51432,250,5,0,71,0,1,0,0,0),(24908,2952,1,1,1,1967,0,-2955.2,-1239.9,66.0281,4.94737,250,5,0,71,0,1,0,0,0),(24907,2952,1,1,1,1967,0,-3043.33,-1043.66,49.152,1.63445,250,5,0,71,0,1,0,0,0),(24906,2952,1,1,1,1967,0,-3091.17,-1041.66,49.6118,1.98597,250,0,0,71,0,2,0,0,0),(24905,2952,1,1,1,1967,0,-3111.4,-1050.33,55.0647,1.56689,250,0,0,71,0,2,0,0,0),(24904,2952,1,1,1,1967,0,-3150.87,-998.06,50.9097,2.32573,250,0,0,71,0,2,0,0,0),(24903,2952,1,1,1,1967,0,-2942.75,-1296.8,72.3294,3.0056,250,5,0,71,0,1,0,0,0),(24902,2952,1,1,1,1967,0,-3065.29,-1154.26,66.3851,4.59559,250,5,0,71,0,1,0,0,0),(24901,2952,1,1,1,1967,0,-3135.79,-1134.47,86.0683,2.31601,250,5,0,71,0,1,0,0,0),(24900,2952,1,1,1,1967,0,-3085.52,-1147.87,69.3335,4.75963,250,5,0,71,0,1,0,0,0),(24899,2952,1,1,1,1967,0,-3081.25,-1085.42,76.6695,6.03766,250,5,0,71,0,1,0,0,0),(24898,2952,1,1,1,1967,0,-3156.7,-1056.65,57.5013,3.5867,250,5,0,71,0,1,0,0,0),(24897,2952,1,1,1,1967,0,-2995.31,-1008.85,57.1832,4.84893,250,5,0,71,0,1,0,0,0),(24896,2952,1,1,1,1967,0,-3005.55,-958.693,58.2575,0.023433,250,5,0,71,0,1,0,0,0),(24895,2952,1,1,1,1967,0,-2921.04,-1243.08,70.9869,2.2204,250,5,0,71,0,1,0,0,0),(24894,2952,1,1,1,1967,0,-2937.27,-1248.28,72.1191,2.18166,250,0,0,71,0,0,0,0,0),(24893,2952,1,1,1,1967,0,-2954.38,-1256.52,71.8691,1.8326,250,0,0,71,0,0,0,0,0),(24892,2952,1,1,1,1967,0,-2979.95,-1257.04,72.3304,0.703766,250,5,0,71,0,1,0,0,0),(24891,2952,1,1,1,1967,0,-2954.79,-1195.26,59.7234,5.29524,250,5,0,71,0,1,0,0,0),(24890,2952,1,1,1,1967,0,-3001.23,-1154.33,58.3638,5.14975,250,5,0,71,0,1,0,0,0),(24889,2952,1,1,1,1967,0,-3051.43,-1114.8,58.8514,3.84255,250,5,0,71,0,1,0,0,0),(24888,2952,1,1,1,1967,0,-2948.75,-1038.97,56.0497,6.20661,250,5,0,71,0,1,0,0,0),(24887,2952,1,1,1,1967,0,-2909.94,-1016.85,54.0414,1.01671,250,5,0,71,0,1,0,0,0),(24886,2952,1,1,1,1967,0,-2956.03,-952.207,55.7618,4.2226,250,5,0,71,0,1,0,0,0),(24885,2952,1,1,1,1967,0,-2948.6,-972.544,54.3508,1.2,250,5,0,71,0,1,0,0,0),(24884,2952,1,1,1,1967,0,-2962.41,-1000.82,54.9652,0.634858,250,0,0,71,0,2,0,0,0),(24883,2952,1,1,1,1967,0,-2953.77,-998.909,54.7813,3.40339,250,0,0,71,0,0,0,0,0),(24882,2952,1,1,1,1967,0,-2908.64,-1223.84,68.2598,5.41187,250,5,0,71,0,1,0,0,0),(24881,2952,1,1,1,1967,0,-2899.7,-1229.64,68.9902,2.53343,250,5,0,71,0,1,0,0,0),(24880,2952,1,1,1,1967,0,-2902.62,-1072.81,56.4098,2.34856,250,5,0,71,0,1,0,0,0),(24879,2952,1,1,1,1967,0,-2994.49,-1277.91,72.2655,0.160882,250,0,0,71,0,0,0,0,0),(24878,2952,1,1,1,1967,0,-2919.63,-1185.99,58.918,3.80332,250,5,0,71,0,1,0,0,0),(24877,2952,1,1,1,1967,0,-2941.61,-1329.63,87.7044,3.21972,250,3,0,71,0,1,0,0,0),(24876,2952,1,1,1,1967,0,-2970.5,-1115.49,58.2956,0.299036,250,5,0,71,0,1,0,0,0),(24875,2952,1,1,1,1967,0,-2836.17,-1068.33,72.6835,3.67534,250,5,0,71,0,1,0,0,0),(24874,2952,1,1,1,1967,0,-2913.22,-1111.91,55.2859,4.85409,250,5,0,71,0,1,0,0,0),(24873,2952,1,1,1,1967,0,-2958.9,-1115.72,57.4478,0.190504,250,5,0,71,0,1,0,0,0),(24872,2952,1,1,1,1967,0,-2852.06,-1073.17,78.2892,2.56373,250,5,0,71,0,1,0,0,0),(24871,2952,1,1,1,1967,0,-2952.83,-1332.39,87.4544,4.23113,250,0,0,71,0,2,0,0,0),(24870,2952,1,1,1,1967,0,-3175.6,-993.919,93.2463,0.46186,250,5,0,71,0,1,0,0,0),(24869,2952,1,1,1,1967,0,-3072.88,-951.624,92.1692,0.814756,250,5,0,71,0,1,0,0,0),(24868,2952,1,1,1,1967,0,-3071.31,-921.027,93.2797,2.63109,250,5,0,71,0,1,0,0,0),(24867,14728,1,1,1,14758,0,-1147.28,67.3353,145.949,3.24631,250,0,0,1220,0,0,0,0,0),(24866,2951,1,1,1,1217,1,-2757.4,-680.898,5.52629,2.11056,250,15,0,137,0,1,0,0,0),(24865,2951,1,1,1,1217,1,-2787.45,-670.354,15.7395,3.1345,250,2,0,137,0,1,0,0,0),(24864,2951,1,1,1,1217,1,-2753.45,-705.906,3.73329,1.54931,250,15,0,137,0,1,0,0,0),(24863,2951,1,1,1,1217,1,-2734.93,-744.724,-3.77842,5.21723,250,15,0,137,0,1,0,0,0),(24862,2951,1,1,1,1217,1,-2771.22,-772.981,1.84112,5.09036,250,15,0,137,0,1,0,0,0),(24861,2951,1,1,1,1217,1,-2730.96,-728.3,-2.90149,3.35391,250,15,0,137,0,1,0,0,0),(24860,2951,1,1,1,1217,1,-2775.22,-790.021,3.06628,5.29663,250,5,0,137,0,1,0,0,0),(24859,2951,1,1,1,1217,1,-2344.68,468.724,46.5097,0.84759,250,5,0,137,0,1,0,0,0),(24858,2951,1,1,1,1217,1,-2390.34,485.518,51.876,1.17275,250,3,0,137,0,1,0,0,0),(24857,2951,1,1,1,1217,1,-2401.77,442.99,60.9177,0.688151,250,3,0,137,0,1,0,0,0),(24856,2951,1,1,1,1217,1,-2366.48,491.803,45.4279,4.05964,250,3,0,137,0,1,0,0,0),(24855,2951,1,1,1,1217,1,-2346.09,496.021,44.0552,4.88824,250,3,0,137,0,1,0,0,0),(24854,2951,1,1,1,1217,1,-2343.34,468.65,76.0041,0.832559,250,3,0,137,0,1,0,0,0),(24853,2951,1,1,1,1217,1,-2411.31,468.462,62.2711,4.90364,250,3,0,137,0,1,0,0,0),(24852,2951,1,1,1,1217,1,-2380.93,496.049,48.8857,4.39467,250,3,0,137,0,1,0,0,0),(24851,2951,1,1,1,1217,1,-2379.58,459.188,76.8051,0.033947,250,5,0,137,0,1,0,0,0),(24850,2951,1,1,1,1217,1,-2385.61,437.647,64.5516,3.06712,250,3,0,137,0,1,0,0,0),(24849,2951,1,1,1,1217,1,-2368.56,446.682,66.8176,1.19066,250,3,0,137,0,1,0,0,0),(24848,2951,1,1,1,1217,1,-2342.71,455.756,74.4501,5.59934,250,3,0,137,0,1,0,0,0),(24847,2950,1,1,1,1216,1,-2773.84,-690.256,6.73952,3.5708,250,0,0,115,126,0,0,0,0),(24846,2950,1,1,1,1216,1,-2778.57,-653.7,18.6019,1.94871,250,5,0,115,126,1,0,0,0),(24845,2950,1,1,1,1216,1,-2811.93,-686.674,20.94,4.73387,250,5,0,115,126,1,0,0,0),(24844,2950,1,1,1,1216,1,-2726.63,-749.648,-5.20641,0.093,250,15,0,115,126,1,0,0,0),(24843,2950,1,1,1,1216,1,-2732.73,-815.182,1.14692,6.04114,250,15,0,115,126,1,0,0,0),(24842,2950,1,1,1,1216,1,-2345.75,477.85,46.4237,1.50368,250,0,0,115,126,2,0,0,0),(24841,2950,1,1,1,1216,1,-2344.25,391.185,66.2333,2.57346,250,5,0,115,126,1,0,0,0),(24840,2950,1,1,1,1216,1,-2360.75,471.607,71.8855,3.01613,250,3,0,115,126,1,0,0,0),(24839,2950,1,1,1,1216,1,-2351.69,495.813,44.4036,6.21177,250,3,0,115,126,1,0,0,0),(24838,2950,1,1,1,1216,1,-2366.35,382.981,66.0066,1.05079,250,5,0,115,126,1,0,0,0),(24837,2950,1,1,1,1216,1,-2388.27,245.457,51.2907,2.69863,250,5,0,115,126,1,0,0,0),(24836,2950,1,1,1,1216,1,-2337.87,527.628,40.9719,1.23625,250,3,0,115,126,1,0,0,0),(24835,2950,1,1,1,1216,1,-2329.58,422.423,50.5502,3.37766,250,0,0,115,126,2,0,0,0),(24834,2950,1,1,1,1216,1,-2351.07,420.83,62.0992,2.02436,250,0,0,115,126,2,0,0,0),(24833,2950,1,1,1,1216,1,-2384.81,351.924,64.8289,0.761254,250,0,0,115,126,2,0,0,0),(24832,2950,1,1,1,1216,1,-2316.51,489.109,45.794,2.01667,250,3,0,115,126,1,0,0,0),(24831,2950,1,1,1,1216,1,-2445.96,246.842,56.6754,3.99793,250,5,0,115,126,1,0,0,0),(24830,2950,1,1,1,1216,1,-2732.34,-446.87,-4.32295,4.81739,250,5,0,115,126,1,0,0,0),(24829,2950,1,1,1,1216,1,-2784.58,-454.475,14.1033,5.5475,250,5,0,115,126,1,0,0,0),(24828,2950,1,1,1,1216,1,-2742.05,-430.429,-4.34935,0.992097,250,0,0,115,126,0,0,0,0),(24827,2950,1,1,1,1216,1,-2711.52,-417.73,-6.82656,6.11502,250,15,0,115,126,1,0,0,0),(24826,2950,1,1,1,1216,1,-2782.75,-419.605,6.73342,4.88497,250,5,0,115,126,1,0,0,0),(24825,2950,1,1,1,1216,1,-2750,-383.569,6.33758,0.35328,250,3,0,115,126,1,0,0,0),(24824,2949,1,1,1,550,1,-2745.59,-486.322,8.33603,5.42287,250,3,0,98,115,1,0,0,0),(24823,2949,1,1,1,550,1,-2711.64,-453.133,-5.3897,5.74497,250,15,0,98,115,1,0,0,0),(24822,2949,1,1,1,550,1,-2717.86,-480.613,0.456745,2.81552,250,5,0,98,115,1,0,0,0),(24821,2949,1,1,1,550,1,-2784.29,-681.884,10.8645,4.4458,250,5,0,98,115,1,0,0,0),(24820,2949,1,1,1,550,1,-2810.68,-711.088,14.614,1.86107,250,3,0,98,115,1,0,0,0),(24819,2949,1,1,1,550,1,-2752.55,-715.901,2.8621,1.6478,250,15,0,98,115,1,0,0,0),(24818,2949,1,1,1,550,1,-2743.67,-654.11,6.64304,6.1604,250,5,0,98,115,1,0,0,0),(24817,2949,1,1,1,550,1,-2787,-751.998,6.52102,2.98479,250,5,0,98,115,1,0,0,0),(24816,2949,1,1,1,550,1,-2740.95,-778.514,-3.32387,0.569125,250,15,0,98,115,1,0,0,0),(24815,2949,1,1,1,550,1,-2407.36,229.762,49.0924,0.944881,250,0,0,98,115,0,0,0,0),(24814,2949,1,1,1,550,1,-2411.55,221.13,48.8424,5.14052,250,0,0,98,115,0,0,0,0),(24813,2949,1,1,1,550,1,-2340.33,423.887,53.0449,2.16864,250,2,0,98,115,1,0,0,0),(24812,2949,1,1,1,550,1,-2381.51,213.145,48.949,2.61131,250,5,0,98,115,1,0,0,0),(24811,2949,1,1,1,550,1,-2360.64,366.976,64.8289,3.94176,250,5,0,98,115,1,0,0,0),(24810,2949,1,1,1,550,1,-2402.29,347.241,65.7146,1.9042,250,3,0,98,115,1,0,0,0),(24809,2949,1,1,1,550,1,-2390.64,363.784,65.369,4.26429,250,3,0,98,115,1,0,0,0),(24808,2949,1,1,1,550,1,-2320.22,402.033,54.2591,2.56137,250,3,0,98,115,1,0,0,0),(24807,2949,1,1,1,550,1,-2368.48,330.999,64.8289,2.8236,250,3,0,98,115,1,0,0,0),(24806,2949,1,1,1,550,1,-2397.57,225.401,48.5924,5.77579,250,0,0,98,115,0,0,0,0),(24805,2949,1,1,1,550,1,-2368.52,351.796,64.8289,0.00825,250,3,0,98,115,1,0,0,0),(24804,2949,1,1,1,550,1,-2445.78,216.949,51.5054,0.359781,250,5,0,98,115,1,0,0,0),(24803,2949,1,1,1,550,1,-2420.19,250.609,55.5407,1.48863,250,5,0,98,115,1,0,0,0),(24802,2949,1,1,1,550,1,-2752.6,-436.246,-2.4458,2.56853,250,5,0,98,115,1,0,0,0),(24801,2949,1,1,1,550,1,-2730.63,-436.236,-5.69795,4.69762,250,0,0,98,115,0,0,0,0),(24800,2949,1,1,1,550,1,-2718.48,-384.596,-3.87965,4.03645,250,10,0,98,115,1,0,0,0),(24799,2948,1,1,1,3826,1,-2341.4,-445.449,-6.4173,2.94961,250,0,0,713,0,0,0,0,0),(24798,2947,1,1,1,3821,1,-2304.79,-454.809,-5.35507,1.79769,250,0,0,531,0,0,0,0,0),(24797,10881,1,1,1,10188,1,-1231.21,136.75,132.958,3.44483,250,0,0,71,0,2,0,0,0),(24796,9087,1,1,1,8356,1,-1087.89,-225.033,159.253,0.575959,250,0,0,1342,0,0,0,0,0),(24795,6776,1,1,1,5507,0,-2351.99,-348.944,-8.87365,4.57276,250,0,0,120,0,0,0,0,0),(137649,34978,1,1,1,0,1,-1384.29,-98.6163,159.018,2.87979,300,0,0,1,1,0,0,0,0),(24793,6775,1,1,1,5506,1,-3066.02,68.8002,79.4688,4.17134,250,0,0,71,0,0,0,0,0),(24792,3447,1,1,1,4383,1,-1038.86,248.481,135.327,3.47321,250,0,0,664,0,0,0,0,0),(24791,9076,1,1,1,8355,1,-1002.88,-291.781,159.399,2.3911,250,0,0,713,0,0,0,0,0),(24790,4721,1,1,1,2738,1,-1207.75,-57.0394,158.601,4.74729,250,0,0,713,0,0,0,0,0),(24789,3441,1,1,1,4520,1,-1413.06,-125.633,159.018,0.890118,250,0,0,4370,0,0,0,0,0),(24788,8554,1,1,1,1346,0,-2932.87,-1276.25,72.2877,1.76278,250,0,0,102,0,0,0,0,0),(24787,3690,1,1,1,4298,0,-2275.65,-399.941,-9.32096,0.645772,250,0,0,2138,0,0,0,0,0),(24786,14442,1,1,1,14496,1,-1201.45,12.3486,164.711,1.4143,500,0,0,19916,0,2,0,0,0),(24785,14441,1,1,1,14495,1,-1259.3,25.1918,128.187,5.08047,500,0,0,50400,0,2,0,0,0),(24784,10600,1,1,1,9935,0,-2333.96,-512.051,-9.29993,3.40339,250,0,0,355,0,0,0,0,0),(24783,3688,1,1,1,4299,1,-2181.63,-402.943,-4.40449,0.10472,250,0,0,1753,0,0,0,0,0),(24782,14440,1,1,1,14494,1,-1342.24,-127.792,159.692,0.140034,500,0,0,50400,0,2,0,0,0),(24781,10599,1,1,1,9936,0,-2360.29,-519.246,-9.29993,0.261799,250,0,0,297,0,0,0,0,0),(24780,10086,1,1,1,9337,1,-1434.44,-47.8479,156.953,5.48033,250,0,0,1753,0,0,0,0,0),(24779,3685,1,1,1,4300,0,-2279.8,-392.07,-9.31362,0.174533,250,0,0,2218,0,0,0,0,0),(24778,4451,1,1,1,4568,1,-1266.91,141.197,132.646,5.18363,250,0,0,896,0,0,0,0,0),(245562,16592,1,1,1,11686,0,2558.73,-481.666,109.821,-2.47837,300,0,0,42,0,0,0,0,0),(24776,12383,1,1,1,1072,0,-1252.41,-131.099,162.89,5.06996,250,0,0,8,0,0,0,0,0),(24775,11869,1,1,1,11803,1,-1286.47,89.4229,129.28,0.314159,500,0,0,15505,0,0,0,0,0),(24774,6747,1,1,1,5486,1,-2365.37,-347.31,-8.87365,5.84685,250,0,0,1003,0,0,0,0,0),(24773,3419,1,1,1,1814,1,-995.383,278.552,111.994,4.55531,250,0,0,573,0,0,0,0,0),(24772,6746,1,1,1,5487,1,-1300.28,38.4858,129.292,0.558505,250,0,0,1003,0,0,0,0,0),(24771,4943,1,1,1,2951,1,-1412.01,-47.0884,156.902,5.48033,250,0,0,1003,0,0,0,0,0),(24770,11084,1,1,1,10617,1,-1146.48,74.909,145.949,3.82227,250,0,0,1469,0,0,0,0,0),(24769,10054,1,1,1,9272,1,-1269.08,46.0596,128.584,2.21657,250,0,0,1003,0,0,0,0,0),(24768,5957,1,1,1,4665,1,-967.639,281.837,110.805,1.36136,250,0,0,2218,0,0,0,0,0),(24767,5189,1,1,1,3129,1,-1290.15,123.459,131.642,0.715585,250,0,0,713,0,0,0,0,0),(24766,12355,1,1,1,12246,0,-2279.87,-406.274,-8.91766,0.628319,250,0,0,247,0,0,0,0,0),(24765,10050,1,1,1,9269,0,-2340.11,-354.59,-8.78192,5.86431,250,0,0,1003,0,0,0,0,0),(24764,12354,1,1,1,11641,0,-2280.49,-400.22,-9.20987,0.116925,250,0,0,247,0,0,0,0,0),(24763,23618,1,1,1,21641,1,-2097.52,-430.539,-6.62822,0.977384,250,0,0,5341,0,0,0,0,0),(24762,23616,1,1,1,1100,0,-2459.23,-484.062,-9.01284,0.663225,250,0,0,247,0,0,0,0,0),(24760,11071,1,1,1,10614,1,-1117.91,51.0132,141.18,5.37561,250,0,0,531,0,0,0,0,0),(24759,2620,1,1,1,1072,0,-1294.87,297.779,4.0341,3.53262,250,5,0,8,0,1,0,0,0),(24758,2620,1,1,1,1072,0,-925.329,-602.628,-56.7846,1.14385,250,5,0,8,0,1,0,0,0),(24757,2620,1,1,1,1072,0,-2367.44,-902.487,-9.28992,4.13066,250,5,0,8,0,1,0,0,0),(24756,2620,1,1,1,1072,0,-1858.58,186.461,40.295,3.94622,250,5,0,8,0,1,0,0,0),(24755,2620,1,1,1,1072,0,-1709.79,350.991,70.9514,2.65612,250,5,0,8,0,1,0,0,0),(24754,2620,1,1,1,1072,0,-2045.71,219.464,76.8155,3.35103,250,0,0,8,0,0,0,0,0),(24753,2620,1,1,1,1072,0,-3018.3,-319.415,47.8805,4.70653,250,5,0,8,0,1,0,0,0),(24751,2620,1,1,1,1072,0,-3106.83,-94.3248,47.2035,5.08141,250,5,0,8,0,1,0,0,0),(24750,2620,1,1,1,1072,0,-1235.17,-809.025,-30.8696,3.11035,250,30,0,8,0,1,0,0,0),(24749,2620,1,1,1,1072,0,-3435.55,-196.398,71.2015,2.60184,250,5,0,8,0,1,0,0,0),(24748,2620,1,1,1,1072,0,-1470.19,-364.364,-39.4843,1.08968,250,5,0,8,0,1,0,0,0),(24747,2620,1,1,1,1072,0,-1437.6,-705.529,-54.3138,4.75737,250,5,0,8,0,1,0,0,0),(24746,2620,1,1,1,1072,0,-609.076,-593.251,-2.0242,1.4651,250,5,0,8,0,1,0,0,0),(24745,2620,1,1,1,1072,0,-1682.72,-590.021,-25.1309,0.66887,250,5,0,8,0,1,0,0,0),(24744,2620,1,1,1,1072,0,-1069.98,-1015.06,14.8629,0.119527,250,30,0,8,0,1,0,0,0),(24743,2620,1,1,1,1072,0,-2013.52,-275.552,-10.7691,5.72486,250,5,0,8,0,1,0,0,0),(24742,2620,1,1,1,1072,0,-1818.66,-283.472,-7.96503,4.92407,250,5,0,8,0,1,0,0,0),(24741,2620,1,1,1,1072,0,-2307.61,-611.413,-9.29988,0.072346,250,5,0,8,0,1,0,0,0),(24740,2620,1,1,1,1072,0,-851.353,26.5828,-6.60955,1.91356,250,30,0,8,0,1,0,0,0),(24739,2620,1,1,1,1072,0,-2979.09,-633.616,34.0439,1.70193,250,5,0,8,0,1,0,0,0),(24738,2620,1,1,1,1072,0,-3359.25,-520.142,68.3569,0.274814,250,5,0,8,0,1,0,0,0),(24737,2620,1,1,1,1072,0,-2371.16,-908.133,-9.29984,4.31809,250,5,0,8,0,1,0,0,0),(24736,2620,1,1,1,1072,0,-1787.45,7.7,-5.99407,3.36369,250,5,0,8,0,1,0,0,0),(24735,2620,1,1,1,1072,0,-1475.56,23.0603,21.0637,2.69105,250,5,0,8,0,1,0,0,0),(24734,2620,1,1,1,1072,0,-2243.48,-528.786,-7.29384,4.85152,250,5,0,8,0,1,0,0,0),(24733,2620,1,1,1,1072,0,-2994.76,230.276,87.0464,1.85161,250,5,0,8,0,1,0,0,0),(24732,2620,1,1,1,1072,0,-1969.76,-755.7,-10.6821,0.465393,250,5,0,8,0,1,0,0,0),(24731,2620,1,1,1,1072,0,-2472.44,-417.892,-3.30195,6.10892,250,5,0,8,0,1,0,0,0),(24730,2620,1,1,1,1072,0,-3316.55,-849.721,52.0066,4.69579,250,5,0,8,0,1,0,0,0),(24729,15164,1,1,1,11686,0,-1224.26,-70.9392,161.018,4.83456,250,0,0,4120,0,0,0,0,0),(24728,11833,1,1,1,11754,1,-1055.55,-217.179,159.062,1.50903,250,0,0,484,0,0,0,0,0),(24727,5940,1,1,1,4608,1,-2158.6,-392.948,-2.94725,3.22886,250,0,0,176,0,0,0,0,0),(24726,5939,1,1,1,4605,1,-2357.02,-356.585,-8.87365,1.15192,250,0,0,273,0,0,0,0,0),(24725,5938,1,1,1,4604,1,-2350.51,-238.716,-8.30635,2.44346,250,0,0,300,0,0,0,0,0),(24724,3884,1,1,1,3807,1,-2378.96,-399.268,-3.806,2.30383,250,0,0,273,0,0,0,0,0),(24723,11051,1,1,1,10586,0,-1158.56,54.7432,145.949,1.8675,250,0,0,787,0,0,0,0,0),(24722,3883,1,1,1,3812,1,-2940.84,-245.957,53.8927,5.74213,250,0,0,222,0,0,0,0,0),(24721,11047,1,1,1,10577,1,-1089.58,29.4413,140.91,4.7822,250,0,0,713,0,0,0,0,0),(24720,7975,1,1,1,7116,1,-3042.35,161.392,73.8579,0.715585,250,0,0,7048,0,0,0,0,0),(24719,7975,1,1,1,10152,1,-3075.42,88.5745,79.1484,4.41568,250,0,0,7048,0,0,0,0,0),(24718,7975,1,1,1,10153,1,-3038.23,99.0721,82.289,1.18682,250,0,0,7048,0,0,0,0,0),(24717,7975,1,1,1,7116,1,-3063.64,110.933,79.2244,0.855211,250,0,0,7048,0,0,0,0,0),(24716,7975,1,1,1,10152,1,-3012.76,141.15,75.9447,1.16937,250,0,0,7048,0,0,0,0,0),(24715,7975,1,1,1,7116,1,-3056.28,80.2266,80.789,4.04916,250,0,0,7048,0,0,0,0,0),(24714,10278,1,1,1,9742,1,-1244.25,105.084,129.087,0.506145,250,0,0,664,0,0,0,0,0),(24712,3095,1,1,1,2132,1,-1161.71,70.4291,145.878,5.81195,250,0,0,1003,0,0,0,0,0),(24711,3093,1,1,1,2129,1,-1152.76,71.4057,145.878,5.58505,250,0,0,1003,0,0,0,0,0),(24710,3092,1,1,1,2133,1,-1158.5,63.2388,145.878,6.03884,250,0,0,1003,0,0,0,0,0),(24709,20499,1,1,1,18290,0,-1384.87,-69.0243,159.92,3.89208,250,0,0,6986,0,0,0,0,0),(24708,8722,1,1,1,7998,0,-1199.26,110.693,134.949,3.05433,250,0,0,2769,0,0,0,0,0),(24707,5906,1,1,1,4542,1,-992.724,254.05,138.147,3.66519,250,0,0,328,0,0,0,0,0),(24706,3084,1,1,1,9391,1,-1208.41,138.046,134.554,3.94444,250,0,0,15952,0,0,0,0,0),(24705,3084,1,1,1,9391,1,-1103.65,-9.82644,142.362,1.85005,250,0,0,15952,0,0,0,0,0),(24704,3084,1,1,1,2141,1,-1183.26,-97.2043,162.74,2.14675,250,0,0,15952,0,0,0,0,0),(24703,3084,1,1,1,9391,1,-1069.23,-17.5221,140.548,2.61799,250,0,0,15952,0,0,0,0,0),(24702,3084,1,1,1,2141,1,-1243.35,134.261,132.544,2.29054,250,0,0,15952,0,2,0,0,0),(24701,3084,1,1,1,9392,1,-1239.26,-86.0284,162.974,0.593412,250,0,0,15952,0,0,0,0,0),(24700,3084,1,1,1,9391,1,-1106.72,61.1908,140.764,4.09231,250,0,0,15952,0,2,0,0,0),(24699,3084,1,1,1,9392,1,-1289.02,144.418,129.776,5.06145,250,0,0,15952,0,0,0,0,0),(24698,3084,1,1,1,2141,1,-1066.03,198.045,107.664,4.45059,250,0,0,15952,0,0,0,0,0),(24697,3084,1,1,1,9391,1,-1279.37,53.5563,129.235,0.628319,250,0,0,15952,0,0,0,0,0),(24696,3084,1,1,1,9391,1,-1128.43,66.5794,143.343,4.38078,250,0,0,15952,0,0,0,0,0),(24695,3084,1,1,1,9392,1,-1021.3,231.215,134.681,0.353553,250,0,0,15952,0,2,0,0,0),(24694,3084,1,1,1,2141,1,-1118.81,64.6993,141.174,4.43314,250,0,0,15952,0,0,0,0,0),(24693,3084,1,1,1,9392,1,-1201.92,130.753,134.866,3.7001,250,0,0,15952,0,0,0,0,0),(24692,3084,1,1,1,9391,1,-1177.85,-89.2105,162.726,2.54818,250,0,0,15952,0,0,0,0,0),(24691,3084,1,1,1,9392,1,-1055,193.03,107.73,3.59538,250,0,0,15952,0,0,0,0,0),(24690,3084,1,1,1,9392,1,-1396.96,-122.927,158.939,4.46552,250,0,0,15952,0,2,0,0,0),(24689,3084,1,1,1,9391,1,-1274.14,126.415,131.383,3.33557,250,0,0,15952,0,2,0,0,0),(24688,3084,1,1,1,2141,1,-1276.69,45.7199,129.036,0.663225,250,0,0,15952,0,0,0,0,0),(24687,3084,1,1,1,9391,1,-1234.99,-94.8753,163.526,0.436332,250,0,0,15952,0,0,0,0,0),(33965,5048,43,1,1,0,0,65.0605,436.912,-64.3343,5.87797,86400,5,0,1251,0,1,0,0,0),(33964,3840,43,1,1,0,1,52.4842,406.466,-63.5316,0.431869,86400,0,0,1212,912,0,0,0,0),(33963,8886,43,1,1,0,0,53.4507,398.248,-63.1031,5.6244,86400,3,0,167,0,1,0,0,0),(33962,8886,43,1,1,0,0,48.5716,398.164,-62.0791,3.08051,86400,3,0,167,0,1,0,0,0),(33961,5048,43,1,1,0,0,14.5078,522.024,-57.2001,0.238485,86400,2,0,1251,0,1,0,0,0),(33960,3840,43,1,1,0,1,27.6848,504.008,-60.1416,2.49583,86400,0,0,1212,912,0,0,0,0),(33957,3840,43,1,1,0,1,44.3566,475.754,-65.7403,0.949337,86400,3,0,1212,912,1,0,0,0),(33956,3840,43,1,1,0,1,15.8027,514.992,-57.204,2.62222,86400,0,0,1212,912,0,0,0,0),(33955,8886,43,1,1,0,0,42.0807,474.962,-65.9024,4.8531,86400,2,0,167,0,1,0,0,0),(33954,8886,43,1,1,0,0,42.8985,478.459,-65.8646,0.596114,86400,2,0,167,0,1,0,0,0),(33953,2914,43,1,1,0,0,28.5456,506.084,-59.7203,5.77157,86400,10,0,8,0,1,0,0,0),(33952,5048,43,1,1,0,0,28.8139,454.43,-86.1076,1.88023,86400,5,0,1251,0,1,0,0,0),(33951,5755,43,1,1,0,0,-18.6326,493.574,-54.9087,3.87229,86400,5,0,1122,0,1,0,0,0),(33950,5048,43,1,1,0,0,23.539,398.061,-59.4415,3.3815,86400,5,0,1251,0,1,0,0,0),(33949,5755,43,1,1,0,0,16.877,438.591,-80.9217,2.36423,86400,5,0,1122,0,1,0,0,0),(33948,5755,43,1,1,0,0,7.16953,454.912,-78.3128,0.441904,86400,5,0,1122,0,1,0,0,0),(33947,5048,43,1,1,0,0,-24.2469,478.76,-55.1665,6.26311,86400,5,0,1251,0,1,0,0,0),(33946,3840,43,1,1,0,1,-34.3162,475.541,-53.8152,4.34998,86400,0,0,1212,912,0,0,0,0),(33945,8886,43,1,1,0,0,-47.7198,475.81,-56.0525,1.35513,86400,2,0,167,0,1,0,0,0),(33942,8886,43,1,1,0,0,-51.3009,474.147,-56.7914,2.27836,86400,2,0,167,0,1,0,0,0),(33941,8886,43,1,1,0,0,-51.9698,473.398,-56.9327,2.13896,86400,5,0,167,0,1,0,0,0),(33940,2914,43,1,1,0,0,-33.5553,481.313,-53.8505,2.33007,86400,10,0,8,0,1,0,0,0),(33939,5755,43,1,1,0,0,-43.4145,480.182,-55.1952,5.04164,86400,5,0,1122,0,1,0,0,0),(33938,3840,43,1,1,0,1,4.95594,440.255,-74.3418,2.20753,86400,1,0,1212,912,1,0,0,0),(33937,2914,43,1,1,0,0,12.5259,434.743,-78.6792,3.72713,86400,10,0,8,0,1,0,0,0),(33936,3840,43,1,1,0,1,-102.843,452.376,-72.3273,3.87662,86400,0,0,1212,912,0,0,0,0),(33935,5755,43,1,1,0,0,-87.0938,468.034,-68.8832,4.07011,86400,2,0,1122,0,1,0,0,0),(33934,5048,43,1,1,0,0,-79.3177,471.603,-67.0018,4.64989,86400,2,0,1251,0,1,0,0,0),(33933,3840,43,1,1,0,1,-113.844,458.776,-72.0558,4.85202,86400,0,0,1212,912,0,0,0,0),(33932,3840,43,1,1,0,1,-110.118,451.07,-72.4256,2.21646,86400,0,0,1212,912,0,0,0,0),(33931,5755,43,1,1,0,0,-101.546,453.235,-72.2217,1.6348,86400,2,0,1122,0,1,0,0,0),(27388,3840,43,1,1,0,1,-73.6613,475.053,-64.7324,5.23408,86400,5,0,1212,912,1,0,0,0),(27387,8886,43,1,1,0,0,-151.692,411.987,-72.663,4.46382,86400,2,0,167,0,1,0,0,0),(27386,2914,43,1,1,0,0,-104.435,450.954,-72.4535,0.117495,86400,10,0,8,0,1,0,0,0),(27385,3840,43,1,1,0,1,-2.78621,419.959,-66.4746,0.176776,86400,2,0,1212,912,1,0,0,0),(27384,3840,43,1,1,0,1,-27.0351,420.647,-61.0227,1.45964,86400,0,0,1212,912,0,0,0,0),(27383,8886,43,1,1,0,0,-111.757,444.064,-72.7045,1.8594,86400,5,0,167,0,1,0,0,0),(27382,8886,43,1,1,0,0,-114.051,445.003,-72.699,2.09017,86400,5,0,167,0,1,0,0,0),(27381,8886,43,1,1,0,0,-149.036,415.907,-72.7205,2.39019,86400,2,0,167,0,1,0,0,0),(27380,3669,43,1,1,0,1,-151.139,414.367,-72.6294,0.279253,86400,0,0,2165,490,0,0,0,0),(15536,2405,0,1,1,3662,1,-33.3567,-896.781,56.2878,1.64061,300,0,0,3696,0,0,0,0,0),(24686,3084,1,1,1,2141,1,-1016.12,-307.214,159.1,3.07016,250,0,0,15952,0,2,0,0,0),(24685,3084,1,1,1,9391,1,-1112.91,-11.7301,142.606,2.04204,250,0,0,15952,0,0,0,0,0),(24684,3083,1,1,1,2140,1,-1233.05,-121.494,163.882,0,250,0,0,25200,0,0,0,0,0),(56672,11673,409,1,1,12189,0,708.752,-494.487,-213.944,0.268625,7200,0,0,113295,0,2,0,0,0),(56671,11673,409,1,1,12189,0,693.79,-895.405,-199.332,5.16094,7200,0,0,113295,0,2,0,0,0),(56670,11673,409,1,1,12189,0,640.346,-838.716,-208.401,6.25424,7200,0,0,113295,0,2,0,0,0),(56669,11673,409,1,1,12189,0,819.106,-631.475,-202.439,0.331613,7200,0,0,113295,0,2,0,0,0),(56668,11673,409,1,1,12189,0,746.131,-1006.09,-177.438,1.02169,7200,0,0,113295,0,2,0,0,0),(56667,11673,409,1,1,12189,0,716.295,-563.171,-215.212,1.22173,7200,0,0,113295,0,2,0,0,0),(56666,12101,409,1,1,12239,0,679.195,-847.384,-208.248,1.61796,7200,0,0,94320,0,2,0,0,0),(56665,12101,409,1,1,12239,0,1035.17,-854.796,-158.859,2.93215,7200,0,0,94320,0,2,0,0,0),(56664,12101,409,1,1,12239,0,759.922,-689.713,-212.562,3.7001,7200,0,0,94320,0,2,0,0,0),(56662,12101,409,1,1,12239,0,1068.96,-696.559,-157.781,4.97419,7200,0,0,94320,0,2,0,0,0),(56661,12101,409,1,1,12239,0,1031.92,-889.574,-160.013,4.04916,7200,0,0,94320,0,2,0,0,0),(56660,12101,409,1,1,12239,0,912.38,-812.996,-227.373,0.523599,7200,0,0,94320,0,2,0,0,0),(56659,12101,409,1,1,12239,0,864.64,-983.121,-199.67,1.55686,7200,0,0,94320,0,2,0,0,0),(56658,12101,409,1,1,12239,0,975.509,-589.379,-203.781,6.23082,7200,0,0,94320,0,2,0,0,0),(56657,12101,409,1,1,12239,0,748.515,-725.426,-211.939,4.28991,7200,0,0,94320,0,2,0,0,0),(56656,12101,409,1,1,12239,0,1028.49,-908.042,-161.369,5.5499,7200,0,0,94320,0,2,0,0,0),(56655,12056,409,1,1,12129,0,747.547,-981.676,-178.401,5.05888,604800,0,0,521136,0,2,0,0,0),(56654,11671,409,1,1,12168,0,1085.22,-1010.2,-187.036,1.5708,7200,0,0,47160,0,0,0,0,0),(56653,11671,409,1,1,12168,0,1098.85,-1017.27,-186.953,0.988185,7200,5,0,47160,0,1,0,0,0),(56652,11671,409,1,1,12168,0,1096.83,-1028.02,-186.451,0.76185,7200,5,0,47160,0,1,0,0,0),(56651,11671,409,1,1,12168,0,1074.44,-1017.51,-185.767,1.33002,7200,5,0,47160,0,1,0,0,0),(56650,11671,409,1,1,12168,0,1082.91,-1026.79,-186.059,5.14558,7200,5,0,47160,0,1,0,0,0),(56649,11671,409,1,1,12168,0,1113.15,-997.942,-186.614,0.977306,7200,5,0,47160,0,1,0,0,0),(56648,11671,409,1,1,12168,0,1105.78,-990.316,-186.331,0.601598,7200,5,0,47160,0,1,0,0,0),(56647,11671,409,1,1,12168,0,1126.84,-999.45,-186.067,2.24987,7200,5,0,47160,0,1,0,0,0),(56646,11671,409,1,1,12168,0,1117.13,-990.01,-185.323,0.871218,7200,5,0,47160,0,1,0,0,0),(56644,11671,409,1,1,12168,0,1108.34,-982.679,-184.896,0.191986,7200,0,0,47160,0,0,0,0,0),(56643,11671,409,1,1,12168,0,1090.27,-970.448,-182.639,5.44543,7200,0,0,47160,0,0,0,0,0),(56642,11671,409,1,1,12168,0,1083.08,-982.534,-185.685,1.51844,7200,0,0,47160,0,0,0,0,0),(56641,11671,409,1,1,12168,0,1066.72,-974.567,-182.05,2.46091,7200,0,0,47160,0,0,0,0,0),(56640,11671,409,1,1,12168,0,1073.49,-964.628,-179.165,3.97935,7200,0,0,47160,0,0,0,0,0),(56639,11671,409,1,1,12168,0,1079.31,-972.809,-182.793,4.4855,7200,0,0,47160,0,0,0,0,0),(56638,11671,409,1,1,12168,0,1001.77,-975.85,-181.092,2.05949,7200,0,0,47160,0,0,0,0,0),(56637,11671,409,1,1,12168,0,981.992,-973.594,-180.24,4.36156,7200,5,0,47160,0,1,0,0,0),(56636,11671,409,1,1,12168,0,1001.52,-966.519,-181.794,6.16101,7200,0,0,47160,0,0,0,0,0),(56635,11671,409,1,1,12168,0,992.004,-978.667,-180.513,3.78539,7200,5,0,47160,0,1,0,0,0),(56634,11671,409,1,1,12168,0,989.692,-965.383,-181.415,5.2709,7200,0,0,47160,0,0,0,0,0),(56633,11671,409,1,1,12168,0,1034.03,-954.25,-178.939,3.4383,7200,0,0,47160,0,0,0,0,0),(56632,11671,409,1,1,12168,0,1046.48,-961.074,-178.57,1.20316,7200,5,0,47160,0,1,0,0,0),(56631,11671,409,1,1,12168,0,1025.46,-961.317,-180.403,3.10219,7200,5,0,47160,0,1,0,0,0),(89041,11789,349,1,1,13211,0,-124.533,-389.442,-170.336,4.93928,86400,2,0,1919,0,1,0,0,0),(89040,12207,349,1,1,6737,0,-80.494,-395.249,-189.805,5.39307,86400,5,0,10554,0,1,0,0,0),(89039,2914,349,1,1,1206,0,-63.26,-426.394,-189.176,5.16617,86400,10,0,8,0,1,0,0,0),(89038,2914,349,1,1,1206,0,-60.2852,-358.523,-178.296,4.64258,86400,10,0,8,0,1,0,0,0),(89037,13599,349,1,1,6368,0,13.7205,117.547,-131.073,2.32129,86400,5,0,2310,0,1,0,0,0),(89036,13321,349,1,1,6295,0,30.5731,115.544,-131.073,6.17846,86400,5,0,42,0,1,0,0,0),(45220,14269,0,1,1,0,0,-9389.29,-2875.27,39.7612,0.0482273,82800,5,0,521,0,2,0,0,0),(54282,12220,349,1,1,12348,0,877.289,-225.444,-54.1824,0,86400,1,0,5346,0,1,0,0,0),(54226,12222,349,1,1,14350,0,955.871,-218.043,-46.4713,3.97935,86400,1,0,5148,0,1,0,0,0),(54278,12222,349,1,1,14350,0,959.566,-214.998,-46.4713,3.75246,86400,1,0,5148,0,1,0,0,0),(54279,12222,349,1,1,14350,0,962.215,-219.668,-46.7616,0.645772,86400,1,0,5148,0,1,0,0,0),(89034,13599,349,1,1,6368,0,90.5483,84.8072,-131.073,2.00713,86400,5,0,2310,0,1,0,0,0),(89033,13599,349,1,1,6368,0,-18.8039,96.2423,-131.073,0.855211,86400,5,0,2310,0,1,0,0,0),(17713,1958,0,1,1,2597,0,846.402,86.9468,35.3047,0.47923,275,10,0,350,390,1,0,0,0),(89032,13321,349,1,1,1924,0,-20.6725,94.7429,-131.073,0.069813,86400,5,0,42,0,1,0,0,0),(89031,13321,349,1,1,6295,0,92.5639,78.6082,-131.073,4.31096,86400,5,0,42,0,1,0,0,0),(89030,13599,349,1,1,6368,0,101.292,47.0444,-131.073,4.27606,86400,5,0,2310,0,1,0,0,0),(89029,13599,349,1,1,6368,0,-44.6283,58.0849,-131.073,1.74533,86400,5,0,2310,0,1,0,0,0),(89028,13321,349,1,1,6295,0,99.5706,36.3686,-131.073,3.07178,86400,5,0,42,0,1,0,0,0),(89027,13321,349,1,1,6295,0,-39.848,39.6532,-131.073,1.74533,86400,5,0,42,0,1,0,0,0),(89026,13599,349,1,1,6368,0,84.985,7.08579,-131.073,5.49779,86400,5,0,2310,0,1,0,0,0),(89025,13599,349,1,1,6368,0,-29.1892,9.89225,-131.124,0.942478,86400,5,0,2310,0,1,0,0,0),(89024,6145,349,1,1,4878,0,60.825,-81.4101,-207.468,2.32129,86400,5,0,8,0,1,0,0,0),(89023,13321,349,1,1,1924,0,73.1726,-6.26065,-131.073,4.46804,86400,5,0,42,0,1,0,0,0),(89022,13321,349,1,1,901,0,-21.8882,-9.20877,-131.197,5.5676,86400,5,0,42,0,1,0,0,0),(89021,6145,349,1,1,4878,0,14.7221,-81.3127,-207.437,1.51844,86400,5,0,8,0,1,0,0,0),(89020,12207,349,1,1,6737,0,-26.191,-87.2396,-206.446,3.28122,86400,5,0,10554,0,1,0,0,0),(89018,12203,349,1,1,12293,0,356.681,-185.455,-59.8156,3.45575,86400,0,0,14427,0,0,0,0,0),(89019,6145,349,1,1,4878,0,-30.2241,-125.839,-207.441,5.13127,86400,5,0,8,0,1,0,0,0),(89017,11789,349,1,1,12333,0,-109.524,-314.792,-170.418,5.50949,86400,2,0,1919,0,1,0,0,0),(89016,11789,349,1,1,9032,0,-105.499,-260.618,-170.419,6.03759,86400,1,0,1919,0,1,0,0,0),(89015,11789,349,1,1,9032,0,-99.7045,-312.567,-170.334,3.35103,86400,2,0,1919,0,1,0,0,0),(89014,11789,349,1,1,13211,0,-105.733,-314.67,-170.333,2.30383,86400,2,0,1919,0,1,0,0,0),(89013,11789,349,1,1,13212,0,-105.145,-308.305,-170.335,1.8675,86400,2,0,1919,0,1,0,0,0),(89012,11789,349,1,1,13211,0,-103.224,-319.017,-170.333,4.45059,86400,2,0,1919,0,1,0,0,0),(89011,11789,349,1,1,12333,0,-100.349,-251.573,-170.336,0.506145,86400,1,0,1919,0,1,0,0,0),(89010,11789,349,1,1,9032,0,-94.9628,-260.261,-170.336,3.52556,86400,1,0,1919,0,1,0,0,0),(89009,11789,349,1,1,13212,0,-93.2932,-252.8,-170.336,2.89725,86400,1,0,1919,0,1,0,0,0),(89008,11789,349,1,1,13211,0,-90.4707,-266.801,-170.336,2.68781,86400,1,0,1919,0,1,0,0,0),(89007,12207,349,1,1,6737,0,15.4218,-310.705,-206.929,3.4383,86400,5,0,10554,0,1,0,0,0),(89006,6145,349,1,1,4878,0,8.96613,-286.279,-206.648,1.46608,86400,5,0,8,0,1,0,0,0),(89005,12207,349,1,1,6737,0,-4.79137,-238.573,-208.684,2.51327,86400,5,0,10554,0,1,0,0,0),(89004,6145,349,1,1,4878,0,-19.2132,-162.026,-207.255,0.279253,86400,5,0,8,0,1,0,0,0),(89003,6145,349,1,1,4878,0,67.6116,-100.635,-206.742,3.50811,86400,5,0,8,0,1,0,0,0),(89002,13596,349,1,1,13589,0,42.0826,-65.9511,-199.554,1.30956,86400,0,1,14427,0,2,0,0,0),(89001,6145,349,1,1,4878,0,16.4976,-168.667,-207.727,5.2709,86400,5,0,8,0,1,0,0,0),(24683,3083,1,1,1,2140,1,-1217.52,-126.281,163.882,1.29154,250,0,0,25200,0,0,0,0,0),(24682,3083,1,1,1,2140,1,-1187.79,-52.977,161.796,1.38605,250,0,0,25200,0,2,0,0,0),(89000,12207,349,1,1,6737,0,54.7825,-133.367,-204.784,3.80482,86400,5,0,10554,0,1,0,0,0),(88999,11789,349,1,1,12333,0,108.857,-162.806,-167.336,2.20701,86400,2,0,1919,0,1,0,0,0),(88998,11789,349,1,1,12333,0,116.806,-185.315,-167.374,4.06662,86400,2,0,1919,0,1,0,0,0),(24681,3083,1,1,1,2140,1,-1205.46,-107.777,162.974,1.50098,250,0,0,25200,0,0,0,0,0),(24680,3083,1,1,1,2140,1,-1203.35,-127.214,163.882,1.64061,250,0,0,25200,0,0,0,0,0),(24679,3083,1,1,1,2140,1,-1213.67,-107.081,162.974,1.64061,250,0,0,25200,0,0,0,0,0),(15535,2405,0,1,1,3663,1,5.66171,-844.88,59.639,4.44021,300,0,0,3696,0,0,0,0,0),(8189,4844,0,1,1,0,1,-6053.86,-3223.89,262.96,5.79736,300,5,0,1,0,1,0,0,0),(24678,6410,1,1,1,5372,1,-1239.84,110.585,129.74,1.8326,250,0,0,2218,0,0,0,0,0),(24677,3081,1,1,1,3806,1,-2265.6,-324.433,-9.29644,1.8326,250,0,0,198,0,0,0,0,0),(24676,3080,1,1,1,3804,0,-2284.47,-310.26,-9.34159,6.16101,250,0,0,273,0,0,0,0,0),(24675,3079,1,1,1,10182,0,-2283.34,-305.997,-9.34159,6.03884,250,0,0,300,0,0,0,0,0),(27475,23066,530,1,1,0,1,-3827.51,3357.09,324.05,0.176674,300,0,0,5530,7332,0,0,0,0),(24674,3078,1,1,1,3803,1,-2275.53,-289.265,-9.263,5.46288,250,0,0,198,0,0,0,0,0),(24673,3077,1,1,1,3802,1,-2280.13,-297.768,-9.2931,5.81195,250,0,0,222,0,0,0,0,0),(24672,3076,1,1,1,3800,1,-2247.81,-308.157,-9.30564,2.93215,250,0,0,247,0,0,0,0,0),(24671,3075,1,1,1,3801,1,-2927.32,-223.131,54.2598,6.21337,250,0,0,198,0,0,0,0,0),(24669,3074,1,1,1,3798,0,-2918.75,-219.651,54.2598,4.27606,250,0,0,137,0,0,0,0,0),(24668,3073,1,1,1,3799,1,-2926.32,-215.715,54.2598,5.16617,250,0,0,176,0,0,0,0,0),(24667,3072,1,1,1,3797,1,-2893.72,-279.332,53.9997,1.53589,250,0,0,156,0,0,0,0,0),(24666,5888,1,1,1,4533,1,-2882.26,-250.201,53.9893,4.46804,250,0,0,198,0,0,0,0,0),(24665,9460,1,1,1,11376,1,-6104.92,-1143.57,-186.342,3.42085,300,0,0,9832,0,0,0,0,0),(24664,9460,1,1,1,11377,1,-6110.78,-1131.31,-187.132,3.66519,300,0,0,9832,0,0,0,0,0),(24663,10977,1,1,1,10650,1,-6197.86,-1082.17,-209.164,4.43314,300,0,0,3189,0,0,0,0,0),(24662,9167,1,1,1,8412,0,-7096.26,-876.231,-272.051,2.6301,300,30,0,3082,0,1,0,0,0),(24661,9167,1,1,1,8412,0,-6920.09,-451.264,-271.972,3.77579,300,15,0,3082,0,1,0,0,0),(24660,9167,1,1,1,8412,0,-7049.35,-654.996,-271.231,4.92698,300,30,0,3082,0,1,0,0,0),(24659,9167,1,1,1,8412,0,-6714.33,-515.126,-271.374,4.88692,300,0,0,3082,0,0,0,0,0),(24658,9167,1,1,1,8412,0,-6750.44,-552.544,-272.097,4.55376,300,15,0,3082,0,1,0,0,0),(24657,9167,1,1,1,8412,0,-7016.81,-686.878,-270.76,5.29606,300,30,0,3082,0,1,0,0,0),(24656,9167,1,1,1,8412,0,-7081.45,-621.983,-271.543,5.13481,300,30,0,3082,0,1,0,0,0),(24655,9167,1,1,1,8412,0,-6655.61,-820.923,-272.005,4.09864,300,5,0,3082,0,1,0,0,0),(24654,9167,1,1,1,8412,0,-7413.76,-244.617,-215.41,1.53175,300,5,0,3082,0,1,0,0,0),(24653,9167,1,1,1,8412,0,-6950.69,-344.491,-227.849,1.73678,300,5,0,3082,0,1,0,0,0),(24652,9167,1,1,1,8412,0,-6829.69,-611.979,-272.097,2.67738,300,5,0,3082,0,1,0,0,0),(24651,9167,1,1,1,8412,0,-7021.35,-416.252,-271.191,3.16994,300,10,0,3082,0,1,0,0,0),(24650,9167,1,1,1,8412,0,-6884.73,-687.308,-272.003,4.03795,300,5,0,3082,0,1,0,0,0),(24649,9167,1,1,1,8412,0,-7081.08,-483.357,-273.619,0.417739,300,30,0,3082,0,1,0,0,0),(24648,9167,1,1,1,8412,0,-7081.22,-949.696,-270.616,0.501217,300,30,0,3082,0,1,0,0,0),(24647,9167,1,1,1,8412,0,-6667.01,-876.301,-270.828,3.30835,300,5,0,3082,0,1,0,0,0),(24646,9167,1,1,1,8412,0,-6781.92,-778.683,-271.932,3.20349,300,5,0,3082,0,1,0,0,0),(24645,9167,1,1,1,8412,0,-6446.62,-914.32,-275.09,0.886309,300,30,0,3082,0,1,0,0,0),(24644,9167,1,1,1,8412,0,-7021.06,-817.961,-271.86,3.35916,300,30,0,3082,0,1,0,0,0),(24643,9167,1,1,1,8412,0,-6747.3,-1037.97,-266.427,2.62729,300,5,0,3082,0,1,0,0,0),(24642,9167,1,1,1,8412,0,-6881.66,-872.717,-271.104,3.07321,300,30,0,3082,0,1,0,0,0),(24641,9167,1,1,1,8412,0,-6934.41,-395.949,-263.979,3.51055,300,5,0,3082,0,1,0,0,0),(24640,9167,1,1,1,8412,0,-7479.22,-247.662,-192.254,1.60903,300,5,0,3082,0,1,0,0,0),(24639,9167,1,1,1,8412,0,-7147.9,-945.6,-271.29,0.12075,300,30,0,3082,0,1,0,0,0),(24638,9167,1,1,1,8412,0,-6849.01,-785.167,-271.412,0.585501,300,15,0,3082,0,1,0,0,0),(24637,9167,1,1,1,8412,0,-7851.45,-933.974,-270.039,5.37841,300,5,0,3082,0,1,0,0,0),(24636,9167,1,1,1,8412,0,-6887,-1007.32,-271.625,0.661558,300,15,0,3082,0,1,0,0,0),(24635,9167,1,1,1,8412,0,-6873.09,-826.651,-272.255,1.78544,300,30,0,3082,0,1,0,0,0),(24634,9167,1,1,1,8412,0,-7113.46,-522.287,-269.698,2.94113,300,15,0,3082,0,1,0,0,0),(24633,9167,1,1,1,8412,0,-7089.09,-771.007,-271.945,4.14011,300,15,0,3082,0,1,0,0,0),(24632,9167,1,1,1,8412,0,-7248.71,-988.15,-271.454,0.258914,300,30,0,3082,0,1,0,0,0),(24631,9167,1,1,1,8412,0,-6955.9,-1026.55,-272.091,4.59014,300,30,0,3082,0,1,0,0,0),(24630,9167,1,1,1,8412,0,-7444.6,-345.202,-225.704,6.02447,300,5,0,3082,0,1,0,0,0),(24629,9167,1,1,1,8412,0,-7231,-888.95,-271.722,3.1691,300,15,0,3082,0,1,0,0,0),(24628,9167,1,1,1,8412,0,-7721.87,-818.595,-270.795,4.0217,300,30,0,3082,0,1,0,0,0),(24627,9167,1,1,1,8412,0,-7194.65,-926.827,-270.736,3.68331,300,30,0,3082,0,1,0,0,0),(24626,9167,1,1,1,8412,0,-7454.46,-220.218,-200.123,4.40862,300,5,0,3082,0,1,0,0,0),(24625,9167,1,1,1,8412,0,-7433.49,-278.865,-217.38,5.20403,300,5,0,3082,0,1,0,0,0),(24624,9167,1,1,1,8412,0,-7394.75,-329.377,-233.01,5.57414,300,5,0,3082,0,1,0,0,0),(24623,9167,1,1,1,8412,0,-7504.16,-819.969,-267.833,6.01715,300,5,0,3082,0,1,0,0,0),(24622,9167,1,1,1,8412,0,-7631.54,-643.327,-258.086,2.89,300,15,0,3082,0,1,0,0,0),(24621,9167,1,1,1,8412,0,-7014.29,-952.016,-271.635,2.74923,300,15,0,3082,0,1,0,0,0),(24620,9167,1,1,1,8412,0,-7389.2,-481.419,-275.624,3.63788,300,15,0,3082,0,1,0,0,0),(24617,9167,1,1,1,8412,0,-7856.01,-807.952,-272.604,5.45977,300,5,0,3082,0,1,0,0,0),(24616,9167,1,1,1,8412,0,-7905,-809.275,-271.985,0.826624,300,5,0,3082,0,1,0,0,0),(24615,9167,1,1,1,8412,0,-7324.13,-467.835,-272.334,5.00759,300,30,0,3082,0,1,0,0,0),(24614,9167,1,1,1,8412,0,-6945.59,-858.475,-269.164,1.05383,300,5,0,3082,0,1,0,0,0),(24613,9167,1,1,1,8412,0,-7465.26,-397.178,-264.229,3.97873,300,5,0,3082,0,1,0,0,0),(24612,9167,1,1,1,8412,0,-7597.51,-748.891,-258.942,6.04069,300,5,0,3082,0,1,0,0,0),(24611,9167,1,1,1,8412,0,-7588.17,-940.256,-266.914,6.20532,300,5,0,3082,0,1,0,0,0),(24610,9167,1,1,1,8412,0,-7202.3,-323.516,-229.402,5.45913,300,5,0,3082,0,1,0,0,0),(24609,9167,1,1,1,8412,0,-6971.6,-278.586,-218.333,3.05136,300,5,0,3082,0,1,0,0,0),(24608,9167,1,1,1,8412,0,-6958.61,-259.25,-212.289,0.505581,300,5,0,3082,0,1,0,0,0),(24607,9167,1,1,1,8412,0,-7200.63,-293.016,-220.72,3.99655,300,5,0,3082,0,1,0,0,0),(24606,9167,1,1,1,8412,0,-7557.36,-445.955,-272.097,4.28668,300,10,0,3082,0,1,0,0,0),(24605,9167,1,1,1,8412,0,-6979.85,-323.1,-226.108,2.41284,300,5,0,3082,0,1,0,0,0),(24604,9167,1,1,1,8412,0,-6961.51,-214.183,-203.248,5.01608,300,5,0,3082,0,1,0,0,0),(24603,9167,1,1,1,8412,0,-6915.33,-245.082,-188.399,2.14232,300,5,0,3082,0,1,0,0,0),(24602,9167,1,1,1,8412,0,-7915.61,-682.984,-261.275,4.73165,300,10,0,3082,0,1,0,0,0),(24601,9167,1,1,1,8412,0,-7715.49,-621.536,-267.905,5.90087,300,5,0,3082,0,1,0,0,0),(24600,9166,1,1,1,8411,0,-7518.89,-1445.49,-271.668,3.12402,300,30,0,2880,0,1,0,0,0),(24599,9166,1,1,1,8411,0,-6148.87,-1588.31,-196.925,4.98344,300,10,0,2880,0,1,0,0,0),(24598,9166,1,1,1,8411,0,-6219.48,-1585.05,-211.635,3.30376,300,5,0,2880,0,1,0,0,0),(24597,9166,1,1,1,8411,0,-6183.17,-1608.99,-194.731,0.998025,300,5,0,2880,0,1,0,0,0),(24596,9166,1,1,1,8411,0,-6273.12,-1573.65,-224.099,4.07397,300,5,0,2880,0,1,0,0,0),(24595,9166,1,1,1,8411,0,-6254.94,-1548.7,-228.171,2.93237,300,10,0,2880,0,1,0,0,0),(24594,9166,1,1,1,8411,0,-8220.17,-1612.75,-191.967,2.77867,300,10,0,2880,0,1,0,0,0),(24593,9166,1,1,1,8411,0,-6190.37,-1554.33,-218.372,3.91532,300,10,0,2880,0,1,0,0,0),(24592,9166,1,1,1,8411,0,-8216.06,-1565.78,-215.122,4.33657,300,5,0,2880,0,1,0,0,0),(24591,9166,1,1,1,8411,0,-8153.06,-1112.49,-223.282,6.00408,300,5,0,2880,0,1,0,0,0),(24590,9166,1,1,1,8411,0,-8212.67,-1052.97,-193.575,6.16779,300,5,0,2880,0,1,0,0,0),(24589,9166,1,1,1,8411,0,-8115.85,-1091.26,-227.329,0.311911,300,5,0,2880,0,1,0,0,0),(24588,9166,1,1,1,8411,0,-8149.04,-1549.86,-226.371,2.33134,300,10,0,2880,0,1,0,0,0),(24587,9166,1,1,1,8411,0,-7688.76,-1399.76,-271.054,0.788161,300,30,0,2880,0,1,0,0,0),(24586,9166,1,1,1,8411,0,-8197.92,-1595.99,-204.964,4.71239,300,5,0,2880,0,1,0,0,0),(24585,9166,1,1,1,8411,0,-8179.93,-1080.86,-210.869,0.258283,300,5,0,2880,0,1,0,0,0),(24584,9166,1,1,1,8411,0,-8252.56,-1080.36,-196.873,2.37946,300,5,0,2880,0,1,0,0,0),(24583,9166,1,1,1,8411,0,-8121.85,-1339.78,-229.206,4.87046,300,5,0,2880,0,1,0,0,0),(24582,9166,1,1,1,8411,0,-8190.93,-1340.17,-217.345,2.8116,300,5,0,2880,0,1,0,0,0),(24581,9166,1,1,1,8411,0,-8086.03,-1055.79,-256.226,4.32136,300,5,0,2880,0,1,0,0,0),(24580,9166,1,1,1,8411,0,-6250.51,-1322.73,-228.221,0.253128,300,5,0,2880,0,1,0,0,0),(24579,9166,1,1,1,8411,0,-6217.14,-1321.41,-212.732,4.35803,300,5,0,2880,0,1,0,0,0),(24578,9166,1,1,1,8411,0,-7600.57,-1098.95,-269.39,0.785398,300,30,0,2880,0,1,0,0,0),(24577,9166,1,1,1,8411,0,-8246.38,-1587.95,-199.894,3.9049,300,10,0,2880,0,1,0,0,0),(24576,9166,1,1,1,8411,0,-7470.49,-1321.9,-271.476,4.04039,300,15,0,2880,0,1,0,0,0),(24575,9166,1,1,1,8411,0,-8121.44,-1597.7,-236.954,4.17884,300,5,0,2880,0,1,0,0,0),(24574,9165,1,1,1,8410,0,-6492.94,-1991.94,-271.915,1.45687,300,5,0,2576,0,1,0,0,0),(24573,9165,1,1,1,8410,0,-6977.63,-2356.07,-221.59,0.107159,300,5,0,2576,0,1,0,0,0),(24572,9165,1,1,1,8410,0,-6952.8,-2327.14,-226.249,4.90481,300,5,0,2576,0,1,0,0,0),(24571,9165,1,1,1,8410,0,-6517.02,-2090.11,-268.607,5.837,300,10,0,2576,0,1,0,0,0),(24570,9165,1,1,1,8410,0,-6817.48,-1911.1,-271.612,3.70828,300,30,0,2576,0,1,0,0,0),(24569,9165,1,1,1,8410,0,-6837.77,-1600.97,-271.471,4.99262,300,5,0,2576,0,1,0,0,0),(24568,9165,1,1,1,8410,0,-6914.74,-2404.92,-194.207,1.25893,300,5,0,2576,0,1,0,0,0),(24567,9165,1,1,1,8410,0,-6952.41,-2447.61,-200.761,2.25529,300,5,0,2576,0,1,0,0,0),(24566,9165,1,1,1,8410,0,-6989.09,-2419.71,-216.297,4.41854,300,0,0,2576,0,2,0,0,0),(24565,9165,1,1,1,8410,0,-6942.2,-2378.71,-206.885,0.630233,300,5,0,2576,0,1,0,0,0),(24564,9165,1,1,1,8410,0,-7423.34,-2420.77,-214.554,1.49657,300,10,0,2576,0,1,0,0,0),(24563,9165,1,1,1,8410,0,-7449.29,-2392.24,-212.14,0.817199,300,10,0,2576,0,1,0,0,0),(24562,9165,1,1,1,8410,0,-7415.34,-2351.89,-226.194,5.12991,300,0,0,2576,0,2,0,0,0),(24561,9165,1,1,1,8410,0,-7447.14,-2454.94,-198.648,1.85365,300,5,0,2576,0,1,0,0,0),(24560,9165,1,1,1,8410,0,-7439.07,-2322.96,-224.698,6.18357,300,5,0,2576,0,1,0,0,0),(88997,11789,349,1,1,13212,0,101.881,-178.891,-167.374,1.72788,86400,2,0,1919,0,1,0,0,0),(88996,11789,349,1,1,13212,0,122.108,-177.402,-167.374,5.84685,86400,2,0,1919,0,1,0,0,0),(24559,9165,1,1,1,8410,0,-7484.74,-2409.64,-192.874,5.64046,300,5,0,2576,0,1,0,0,0),(24558,9164,1,1,1,8512,0,-7052.83,-516.798,-274.141,4.13017,300,15,0,3293,0,1,0,0,0),(24557,9164,1,1,1,8512,0,-7078.91,-551.348,-270.001,5.694,300,30,0,3293,0,1,0,0,0),(24556,9164,1,1,1,8512,0,-6915.92,-579.414,-271.033,1.43978,300,15,0,3293,0,1,0,0,0),(24555,9164,1,1,1,8512,0,-6546.51,-882.961,-272.428,0.198545,300,30,0,3293,0,1,0,0,0),(24554,9164,1,1,1,8512,0,-6707.66,-710.735,-272.097,1.84253,300,15,0,3293,0,1,0,0,0),(24553,9164,1,1,1,8512,0,-6712.6,-653.955,-271.477,4.20411,300,15,0,3293,0,1,0,0,0),(24552,9164,1,1,1,8512,0,-6852.72,-647.674,-271.103,2.23287,300,5,0,3293,0,1,0,0,0),(24551,9164,1,1,1,8512,0,-6914.47,-659.333,-267.423,4.55944,300,5,0,3293,0,1,0,0,0),(24550,9164,1,1,1,8512,0,-7518.2,-619.869,-264.709,4.56137,300,5,0,3293,0,1,0,0,0),(24549,9164,1,1,1,8512,0,-7518.79,-551.016,-267.26,2.38105,300,5,0,3293,0,1,0,0,0),(24548,9164,1,1,1,8512,0,-7349.66,-519.037,-274.221,5.13848,300,15,0,3293,0,1,0,0,0),(24547,9164,1,1,1,8512,0,-6919.68,-851.256,-272.058,3.37283,300,15,0,3293,0,1,0,0,0),(24546,9164,1,1,1,8512,0,-7545.9,-583.325,-263.407,5.91321,300,15,0,3293,0,1,0,0,0),(24545,9164,1,1,1,8512,0,-7048.02,-846.36,-272.097,1.0099,300,15,0,3293,0,1,0,0,0),(24544,9164,1,1,1,8512,0,-7319.27,-550.324,-270.183,3.85261,300,5,0,3293,0,1,0,0,0),(24543,9164,1,1,1,8512,0,-6884.84,-619.786,-268.627,1.99311,300,5,0,3293,0,1,0,0,0),(24542,9164,1,1,1,8512,0,-7119.09,-1050.62,-272.131,3.78651,300,15,0,3293,0,1,0,0,0),(24541,9164,1,1,1,8512,0,-6813.32,-945.905,-269.695,4.33007,300,5,0,3293,0,1,0,0,0),(24540,9164,1,1,1,8512,0,-7618.6,-905.896,-268.348,1.61773,300,5,0,3293,0,1,0,0,0),(24539,9164,1,1,1,8512,0,-7625.54,-970.518,-267.867,0.069682,300,5,0,3293,0,1,0,0,0),(24538,9164,1,1,1,8512,0,-6846.96,-981.369,-269.703,0.62434,300,15,0,3293,0,1,0,0,0),(24537,9164,1,1,1,8512,0,-6987,-979.752,-272.097,3.68471,300,30,0,3293,0,1,0,0,0),(24536,9164,1,1,1,8512,0,-7777.22,-547.194,-266.548,0.743985,300,5,0,3293,0,1,0,0,0),(24535,9164,1,1,1,8512,0,-7420.44,-449.845,-273.396,3.16144,300,15,0,3293,0,1,0,0,0),(24534,9164,1,1,1,8512,0,-7383.19,-412.789,-271.212,0.801417,300,15,0,3293,0,1,0,0,0),(24533,9164,1,1,1,8512,0,-7351.23,-947.729,-271.455,5.56274,300,15,0,3293,0,1,0,0,0),(24532,9164,1,1,1,8512,0,-7204.91,-968.018,-271.908,1.88452,300,5,0,3293,0,1,0,0,0),(24531,9164,1,1,1,8512,0,-7196.04,-1035.7,-271.273,3.24097,300,15,0,3293,0,1,0,0,0),(24530,9164,1,1,1,8512,0,-7842.15,-908.647,-267.37,4.68593,300,5,0,3293,0,1,0,0,0),(24529,9164,1,1,1,8512,0,-7125.85,-717.707,-271.891,3.06767,300,10,0,3293,0,1,0,0,0),(24528,9164,1,1,1,8512,0,-7671.31,-1026.38,-269.544,3.79134,300,5,0,3293,0,1,0,0,0),(24527,9164,1,1,1,8512,0,-7596.33,-483.108,-270.552,2.90074,300,15,0,3293,0,1,0,0,0),(24526,9164,1,1,1,8512,0,-7861.51,-754.502,-268.978,0.144933,300,15,0,3293,0,1,0,0,0),(24525,9164,1,1,1,8512,0,-7555.52,-729.745,-258.524,5.15667,300,5,0,3293,0,1,0,0,0),(24524,9164,1,1,1,8512,0,-7638.64,-890.764,-270.6,4.99767,300,5,0,3293,0,1,0,0,0),(24523,9164,1,1,1,8512,0,-7660.8,-688.064,-266.081,4.0349,300,15,0,3293,0,1,0,0,0),(24522,9164,1,1,1,8512,0,-7380.72,-1038.9,-271.217,2.45002,300,15,0,3293,0,1,0,0,0),(24521,9164,1,1,1,8512,0,-8027.05,-923.089,-270.521,0.151743,300,5,0,3293,0,1,0,0,0),(24520,9164,1,1,1,8512,0,-7670.46,-756.749,-271.361,1.51381,300,15,0,3293,0,1,0,0,0),(24519,9164,1,1,1,8512,0,-7968.93,-952.08,-273.968,6.1468,300,5,0,3293,0,1,0,0,0),(24518,9164,1,1,1,8512,0,-7780.98,-1038.37,-266.887,3.67376,300,5,0,3293,0,1,0,0,0),(24517,9164,1,1,1,8512,0,-7825.58,-976.437,-270.187,2.60926,300,5,0,3293,0,1,0,0,0),(24516,9164,1,1,1,8512,0,-7847.34,-1025.18,-268.111,4.01478,300,5,0,3293,0,1,0,0,0),(24515,9164,1,1,1,8512,0,-7451.05,-464.753,-271.412,0.407713,300,5,0,3293,0,1,0,0,0),(24514,9164,1,1,1,8512,0,-7708.86,-1015.69,-271.071,2.71901,300,5,0,3293,0,1,0,0,0),(27404,4814,48,1,1,2890,1,-789.697,-124.658,-25.7867,3.08923,86400,0,0,1482,2164,0,0,0,0),(27405,4827,48,1,1,2836,0,-816.932,-88.5621,-40.2716,6.14356,86400,3,0,1686,0,1,0,0,0),(27406,4823,48,1,1,9565,0,-808.045,-116.276,-36.8683,3.10669,86400,2,0,1392,0,1,0,0,0),(27403,4813,48,1,1,2876,1,-799.32,-108.703,-25.7868,3.10669,86400,0,0,1482,2886,0,0,0,0),(24513,9164,1,1,1,8512,0,-7414.67,-1020.45,-272.097,0.246664,300,15,0,3293,0,1,0,0,0),(24512,9164,1,1,1,8512,0,-7482.27,-916.145,-272.201,1.35517,300,5,0,3293,0,1,0,0,0),(24511,9164,1,1,1,8512,0,-7474.56,-784.084,-270.463,5.87225,300,5,0,3293,0,1,0,0,0),(24510,9164,1,1,1,8512,0,-7650.28,-609.474,-262.861,0.250663,300,15,0,3293,0,1,0,0,0),(24509,9164,1,1,1,8512,0,-7724.45,-870.811,-270.477,0.176688,300,30,0,3293,0,1,0,0,0),(24508,9164,1,1,1,8512,0,-7891.28,-634.295,-259.748,5.17604,300,15,0,3293,0,1,0,0,0),(24507,9164,1,1,1,8512,0,-7842.72,-577.475,-264.039,3.17868,300,5,0,3293,0,1,0,0,0),(24506,9164,1,1,1,8512,0,-7315.27,-379.207,-268.738,0.703892,300,5,0,3293,0,1,0,0,0),(49662,11830,309,1,1,11758,1,-11784.9,-1664.88,21.2324,4.92183,7200,0,0,17094,12170,0,0,0,0),(49661,11830,309,1,1,11760,1,-11789.1,-1664.91,21.2324,4.5204,7200,0,0,17094,12170,0,0,0,0),(49660,11357,309,1,1,15275,0,-11795.4,-1670.86,21.2324,2.28638,7200,0,0,15260,0,0,0,0,0),(24505,9164,1,1,1,8512,0,-7711.78,-698.764,-258.548,5.0758,300,15,0,3293,0,1,0,0,0),(27418,4827,48,1,1,2836,0,-843.467,-94.0556,-37.2355,0.191986,86400,3,0,1686,0,1,0,0,0),(8188,4846,0,1,1,6052,1,-6057.05,-3271.67,256.462,4.92183,300,0,0,1403,0,0,0,0,0),(49659,11357,309,1,1,15275,0,-11778.4,-1670.83,21.2324,1.16937,7200,0,0,15260,0,0,0,0,0),(15534,2770,0,1,1,3671,1,-17.59,-913.064,55.9463,3.89208,300,0,0,840,0,0,0,0,0),(24504,9163,1,1,1,8511,0,-7542.35,-1475.44,-271.259,4.32954,300,15,0,2980,0,1,0,0,0),(24503,9163,1,1,1,8511,0,-7707.38,-1578.55,-271.434,1.88452,300,30,0,2980,0,1,0,0,0),(24502,9163,1,1,1,8511,0,-7517.25,-1549.64,-271.753,2.12654,300,15,0,2980,0,1,0,0,0),(24501,9163,1,1,1,8511,0,-7456.13,-1713.11,-278.309,4.9389,300,15,0,2980,0,1,0,0,0),(24500,9163,1,1,1,8511,0,-7371.15,-1633.99,-274.505,2.46685,300,15,0,2980,0,1,0,0,0),(24499,9163,1,1,1,8511,0,-7522.75,-1641.88,-275.876,6.18934,300,15,0,2980,0,1,0,0,0),(24498,9163,1,1,1,8511,0,-7572.34,-1554.21,-271.59,4.58126,300,15,0,2980,0,1,0,0,0),(24497,9163,1,1,1,8511,0,-7755.32,-1548.78,-269.397,3.0888,300,15,0,2980,0,1,0,0,0),(24496,9163,1,1,1,8511,0,-7517.37,-1717.65,-279.031,3.11245,300,5,0,2980,0,1,0,0,0),(24495,9163,1,1,1,8511,0,-7448.97,-1313.86,-271.564,0.880892,300,15,0,2980,0,1,0,0,0),(24494,9163,1,1,1,8511,0,-6457.48,-1345.65,-270.15,3.02209,300,30,0,2980,0,1,0,0,0),(24493,9163,1,1,1,8511,0,-6668.46,-1484.63,-271.929,2.89093,300,5,0,2980,0,1,0,0,0),(24492,9163,1,1,1,8511,0,-7108.35,-1624.39,-271.396,1.42951,300,15,0,2980,0,1,0,0,0),(24491,9163,1,1,1,8511,0,-6751.86,-1419.32,-269.865,3.01996,300,30,0,2980,0,1,0,0,0),(24490,9163,1,1,1,8511,0,-7235.02,-1679.16,-270.091,-2.85243,300,10,0,2980,0,1,0,0,0),(24489,9163,1,1,1,8511,0,-7173.95,-1696.06,-271.213,3.09283,300,15,0,2980,0,1,0,0,0),(24488,9163,1,1,1,8511,0,-7225.48,-1600.48,-263.246,0.785307,300,5,0,2980,0,1,0,0,0),(24487,9163,1,1,1,8511,0,-7297.78,-1603.58,-271.802,4.0935,300,5,0,2980,0,1,0,0,0),(24486,9163,1,1,1,8511,0,-7620.41,-1207.14,-264.623,1.49058,300,5,0,2980,0,1,0,0,0),(24485,9163,1,1,1,8511,0,-7455.26,-1497.73,-271.391,1.23855,300,15,0,2980,0,1,0,0,0),(24484,9163,1,1,1,8511,0,-7576.1,-1196.22,-268.285,4.76829,300,15,0,2980,0,1,0,0,0),(24483,9163,1,1,1,8511,0,-6656.68,-1187.19,-271.046,6.14405,300,5,0,2980,0,1,0,0,0),(24482,9163,1,1,1,8511,0,-7691.79,-1195.88,-270.069,1.56689,300,30,0,2980,0,1,0,0,0),(24481,9163,1,1,1,8511,0,-6576.61,-1175.16,-261.213,4.86147,300,30,0,2980,0,1,0,0,0),(24480,9163,1,1,1,8511,0,-7575.65,-1058.84,-266.682,3.47131,300,15,0,2980,0,1,0,0,0),(24479,9163,1,1,1,8511,0,-7679.68,-1139.63,-272.097,4.46373,300,30,0,2980,0,1,0,0,0),(24478,9163,1,1,1,8511,0,-7451.11,-1364.54,-268.228,5.04135,300,5,0,2980,0,1,0,0,0),(24477,9163,1,1,1,8511,0,-7541.46,-1207.02,-271.41,1.6186,300,15,0,2980,0,1,0,0,0),(24476,9163,1,1,1,8511,0,-7421.75,-1403.4,-270.288,4.65485,300,15,0,2980,0,1,0,0,0),(24475,9163,1,1,1,8511,0,-7688.84,-1353.23,-270.548,1.07223,300,15,0,2980,0,1,0,0,0),(24474,9163,1,1,1,8511,0,-7722.65,-1345.76,-271.68,3.98971,300,15,0,2980,0,1,0,0,0),(24473,9163,1,1,1,8511,0,-7611.42,-1296.84,-271.306,4.40671,300,5,0,2980,0,1,0,0,0),(24472,9163,1,1,1,8511,0,-7488.18,-1202.23,-265.677,2.76106,300,5,0,2980,0,1,0,0,0),(24471,9163,1,1,1,8511,0,-7513.8,-1181.09,-270.234,1.46257,300,15,0,2980,0,1,0,0,0),(24470,9163,1,1,1,8511,0,-7690.78,-1118.29,-271.974,1.62163,300,30,0,2980,0,1,0,0,0),(24469,9163,1,1,1,8511,0,-7656.61,-1315.84,-271.973,1.77547,300,5,0,2980,0,1,0,0,0),(24468,9163,1,1,1,8511,0,-7570.79,-1276.96,-264.868,5.57244,300,5,0,2980,0,1,0,0,0),(24467,9163,1,1,1,8511,0,-7456.78,-1274.23,-268.846,5.27417,300,15,0,2980,0,1,0,0,0),(24466,9163,1,1,1,8511,0,-7517.59,-1330.3,-270.096,3.42188,300,15,0,2980,0,1,0,0,0),(24465,9163,1,1,1,8511,0,-7601.57,-1396.44,-263.472,1.51411,300,5,0,2980,0,1,0,0,0),(24464,9163,1,1,1,8511,0,-7583.75,-1416.66,-269.196,2.15578,300,5,0,2980,0,1,0,0,0),(24463,9163,1,1,1,8511,0,-7760.05,-1094.06,-269.25,2.31221,300,5,0,2980,0,1,0,0,0),(24462,9163,1,1,1,8511,0,-7523.39,-1389.29,-269.891,4.92703,300,15,0,2980,0,1,0,0,0),(24461,9163,1,1,1,8511,0,-7141.29,-1579.04,-271.924,1.16831,300,15,0,2980,0,1,0,0,0),(24460,9163,1,1,1,8511,0,-7949.71,-1583.14,-274.952,0.209418,300,30,0,2980,0,1,0,0,0),(24459,9163,1,1,1,8511,0,-7477.97,-1446.45,-269.096,0.910096,300,15,0,2980,0,1,0,0,0),(24458,9163,1,1,1,8511,0,-7527.49,-1441.15,-271.859,3.15526,300,15,0,2980,0,1,0,0,0),(24457,9163,1,1,1,8511,0,-7755.89,-1622.38,-271.972,5.77445,300,15,0,2980,0,1,0,0,0),(24456,9163,1,1,1,8511,0,-7688.56,-1434.38,-266.658,0.424918,300,5,0,2980,0,1,0,0,0),(24455,9163,1,1,1,8511,0,-7482.42,-1066.68,-272.733,1.46777,300,15,0,2980,0,1,0,0,0),(24454,9162,1,1,1,8510,0,-6851.33,-1787.42,-273.16,4.91476,300,5,0,2672,0,1,0,0,0),(24453,9162,1,1,1,8510,0,-6746.21,-2147.58,-271.129,0.315578,300,15,0,2672,0,1,0,0,0),(24452,9162,1,1,1,8510,0,-6617.12,-2020.71,-271.671,4.55944,300,15,0,2672,0,1,0,0,0),(24451,9162,1,1,1,8510,0,-6837.61,-1887.16,-271.204,2.99512,300,30,0,2672,0,1,0,0,0),(24450,9162,1,1,1,8510,0,-6927.18,-1712.02,-272.177,1.84459,300,0,0,2672,0,0,0,0,0),(24449,9162,1,1,1,8510,0,-6839.82,-1863.79,-271.364,5.09374,300,30,0,2672,0,1,0,0,0),(24448,9162,1,1,1,8510,0,-6717.07,-1913.1,-272.097,1.49063,300,30,0,2672,0,1,0,0,0),(24447,9162,1,1,1,8510,0,-6658.9,-2062.19,-269.872,5.14548,300,15,0,2672,0,1,0,0,0),(24446,9162,1,1,1,8510,0,-6474.33,-2073.19,-268.455,0.586376,300,5,0,2672,0,1,0,0,0),(24445,9162,1,1,1,8510,0,-6802.88,-1615.01,-271.472,0.237559,300,15,0,2672,0,1,0,0,0),(24444,9157,1,1,1,8391,0,-6213.03,-1061.56,-197.824,5.41052,300,0,0,533,0,0,0,0,0),(24443,9157,1,1,1,8391,0,-6188.79,-1122.04,-217.777,5.42562,300,5,0,533,0,1,0,0,0),(24442,9157,1,1,1,8391,0,-6206.14,-1097.53,-216.274,1.92746,300,5,0,533,0,1,0,0,0),(24441,9157,1,1,1,8391,0,-6192.2,-1097.96,-214.528,2.35234,300,5,0,533,0,1,0,0,0),(24440,14528,1,1,1,855,0,-6982.42,-732.96,-266.288,1.7973,600,0,0,3052,0,0,0,0,0),(24439,14527,1,1,1,14588,0,-6980.17,-742.73,-265.75,1.62075,600,0,0,19536,12170,0,0,0,0),(24438,6585,1,1,1,8129,0,-6278.97,-2000.4,-263.569,0.465925,7200,0,0,3082,0,0,0,0,0),(24437,6584,1,1,1,5305,0,-6854.36,-772.935,-270.704,5.61868,43200,0,0,61040,0,2,0,0,0),(24436,3000,1,1,1,7218,0,-6144.07,-1098.52,-202.844,3.57792,300,0,0,2218,0,0,0,0,0),(24435,6583,1,1,1,10932,0,-7829.1,-874.524,-265.79,1.93643,43200,0,0,13920,0,0,0,0,0),(24434,6582,1,1,1,11084,0,-8072.02,-1269.65,-330.528,2.12796,7200,0,0,3293,0,0,0,0,0),(24433,6581,1,1,1,11319,0,-7593.43,-1773.54,-273.734,2.21355,7200,0,0,2880,0,0,0,0,0),(24432,6560,1,1,1,8395,0,-6982.23,-1544.67,-275.371,5.55381,600,0,0,9156,0,2,0,0,0),(24431,6560,1,1,1,8395,0,-6638.58,-1103.03,-268.015,3.79955,600,30,0,9156,0,1,0,0,0),(24430,9376,1,1,1,1204,0,-7183.41,-1294.81,-183.114,0.942478,600,0,0,8097,0,0,0,0,0),(24429,6560,1,1,1,8395,0,-7654.4,-2114.76,-271.94,5.24502,600,5,0,9156,0,1,0,0,0),(24428,6560,1,1,1,8395,0,-7331.05,-2300.77,-268.897,5.64208,600,0,0,9156,0,2,0,0,0),(24427,6560,1,1,1,8395,0,-6919.05,-1919.05,-272.097,4.67921,600,30,0,9156,0,1,0,0,0),(24426,6560,1,1,1,8395,0,-7320.19,-2279.69,-270.286,4.63818,600,5,0,9156,0,1,0,0,0),(24425,6560,1,1,1,8395,0,-6775.7,-1514.22,-272.023,6.20543,600,30,0,9156,0,1,0,0,0),(24424,6559,1,1,1,1146,0,-7052.23,-380.16,-269.545,2.10787,300,5,0,3082,0,1,0,0,0),(24423,6559,1,1,1,1146,0,-7448.5,-617.345,-271.397,6.10242,300,10,0,3082,0,1,0,0,0),(24422,6559,1,1,1,1146,0,-6787.71,-899.521,-270.269,2.2315,300,5,0,3082,0,1,0,0,0),(24421,6559,1,1,1,1146,0,-6873.47,-743.972,-272.395,0.089953,300,15,0,3082,0,1,0,0,0),(24420,6559,1,1,1,1146,0,-7213.34,-1023.23,-271.661,5.04497,300,15,0,3082,0,1,0,0,0),(24419,6559,1,1,1,1146,0,-6746.3,-870.119,-268.669,3.02797,300,5,0,3082,0,1,0,0,0),(24418,6559,1,1,1,1146,0,-7836.17,-729.456,-264.875,4.72659,300,5,0,3082,0,1,0,0,0),(24417,6559,1,1,1,1146,0,-6918.64,-907.655,-270.398,5.99861,300,5,0,3082,0,1,0,0,0),(24416,6559,1,1,1,1146,0,-7580.64,-811.813,-266.798,3.80405,300,5,0,3082,0,1,0,0,0),(24415,6559,1,1,1,1146,0,-6952.69,-952.151,-270.252,4.08625,300,5,0,3082,0,1,0,0,0),(24414,9119,1,1,1,8430,1,-6204.39,-1055.46,-197.748,4.86947,300,0,0,2980,0,0,0,0,0),(24413,6559,1,1,1,1146,0,-7548.11,-996.472,-269.803,6.28281,300,5,0,3082,0,1,0,0,0),(24412,6559,1,1,1,1146,0,-6775.74,-634.466,-271.583,1.2509,300,5,0,3082,0,1,0,0,0),(24411,6559,1,1,1,1146,0,-7912.04,-872.163,-270.987,3.70686,300,30,0,3082,0,1,0,0,0),(24410,6559,1,1,1,1146,0,-6667.72,-732.897,-270.65,0.21582,300,5,0,3082,0,1,0,0,0),(24409,6559,1,1,1,1146,0,-7499.54,-954.384,-272.105,2.92089,300,5,0,3082,0,1,0,0,0),(24408,6559,1,1,1,1146,0,-7609.63,-764.868,-264.45,1.63918,300,15,0,3082,0,1,0,0,0),(24407,6559,1,1,1,1146,0,-7088.32,-414.48,-270.074,5.21096,300,5,0,3082,0,1,0,0,0),(24406,6559,1,1,1,1146,0,-6991.2,-624.918,-272.097,5.2068,300,5,0,3082,0,1,0,0,0),(24405,6559,1,1,1,1146,0,-6964.53,-825.368,-272.097,3.56815,300,30,0,3082,0,1,0,0,0),(24404,6559,1,1,1,1146,0,-6975.52,-655.208,-270.597,5.90265,300,5,0,3082,0,1,0,0,0),(24403,6559,1,1,1,1146,0,-7120.7,-926.736,-270.738,0.982798,300,30,0,3082,0,1,0,0,0),(24402,6559,1,1,1,1146,0,-6490.6,-894.48,-274.189,4.89187,300,30,0,3082,0,1,0,0,0),(24401,6559,1,1,1,1146,0,-7109.01,-674.911,-269.862,5.68063,300,5,0,3082,0,1,0,0,0),(24400,6559,1,1,1,1146,0,-7558.38,-824.858,-268.909,3.98283,300,5,0,3082,0,1,0,0,0),(24399,6559,1,1,1,1146,0,-6845.74,-854.406,-271.386,1.6792,300,5,0,3082,0,1,0,0,0),(24398,6559,1,1,1,1146,0,-7191.63,-843.901,-269.792,1.00122,300,5,0,3082,0,1,0,0,0),(24397,6559,1,1,1,1146,0,-7355.01,-872.679,-270.079,3.06542,300,15,0,3082,0,1,0,0,0),(24396,6559,1,1,1,1146,0,-7316.46,-1054.81,-272.043,1.12178,300,15,0,3082,0,1,0,0,0),(24395,6559,1,1,1,1146,0,-6821.84,-696.952,-271.187,1.3244,300,15,0,3082,0,1,0,0,0),(24394,6559,1,1,1,1146,0,-7502.02,-693.114,-255.425,5.85446,300,5,0,3082,0,1,0,0,0),(24393,6559,1,1,1,1146,0,-7114.35,-985.796,-270.784,1.51021,300,10,0,3082,0,1,0,0,0),(24392,6559,1,1,1,1146,0,-7780.44,-894.546,-269.644,1.90738,300,30,0,3082,0,1,0,0,0),(24391,6559,1,1,1,1146,0,-6851.43,-510.419,-272.018,3.43272,300,15,0,3082,0,1,0,0,0),(24390,6559,1,1,1,1146,0,-7444.46,-879.391,-264.802,3.97108,300,5,0,3082,0,1,0,0,0),(24389,6559,1,1,1,1146,0,-7013.5,-891.558,-266.468,4.66547,300,5,0,3082,0,1,0,0,0),(24388,6559,1,1,1,1146,0,-7760.04,-773.77,-270.748,1.74558,300,15,0,3082,0,1,0,0,0),(24387,6559,1,1,1,1146,0,-7778.58,-814.153,-272.023,0.22166,300,15,0,3082,0,1,0,0,0),(24386,6559,1,1,1,1146,0,-7464.18,-519.744,-270.736,1.46394,300,15,0,3082,0,1,0,0,0),(24385,6559,1,1,1,1146,0,-7924.07,-615.524,-257.685,5.56693,300,5,0,3082,0,1,0,0,0),(24384,6559,1,1,1,1146,0,-7975.69,-858.103,-268.186,3.04432,300,5,0,3082,0,1,0,0,0),(24383,6559,1,1,1,1146,0,-7627.95,-525.935,-269.832,3.6046,300,5,0,3082,0,1,0,0,0),(24382,6559,1,1,1,1146,0,-7605.77,-554.472,-266.006,3.76752,300,15,0,3082,0,1,0,0,0),(24381,6559,1,1,1,1146,0,-7802.23,-607.583,-264.708,2.75361,300,15,0,3082,0,1,0,0,0),(24380,12959,1,1,1,13729,1,-6157.44,-1067.73,-194.862,4.72984,300,0,0,3082,0,0,0,0,0),(24379,9118,1,1,1,8413,1,-6181.79,-1151.46,-210.551,0.314159,300,0,0,2980,0,0,0,0,0),(24378,6557,1,1,1,4754,0,-7599.54,-1584.56,-271.785,3.1266,300,15,0,2880,0,1,0,0,0),(24377,6557,1,1,1,4754,0,-7783.8,-1519.98,-266.721,4.53376,300,15,0,2880,0,1,0,0,0),(24376,6557,1,1,1,4754,0,-6721.3,-1361.8,-271.077,1.7089,300,30,0,2880,0,1,0,0,0),(24375,6557,1,1,1,4754,0,-7088.52,-1620.88,-272.049,1.48417,300,15,0,2880,0,1,0,0,0),(24374,6557,1,1,1,4754,0,-7707.72,-1171.22,-271.175,4.9512,300,30,0,2880,0,1,0,0,0),(24373,6557,1,1,1,4754,0,-7353.55,-1682.43,-274.366,2.84666,300,5,0,2880,0,1,0,0,0),(24372,6557,1,1,1,4754,0,-7582.89,-1382.3,-269.666,3.13964,300,5,0,2880,0,1,0,0,0),(24371,6557,1,1,1,4754,0,-6407,-1384.16,-268.749,2.76544,300,30,0,2880,0,1,0,0,0),(24370,6557,1,1,1,4754,0,-6394.38,-891.84,-270.355,1.63091,300,15,0,2880,0,1,0,0,0),(24369,6557,1,1,1,4754,0,-7458.4,-1741.62,-272.933,2.36448,300,5,0,2880,0,1,0,0,0),(24368,6557,1,1,1,4754,0,-7530.4,-1280.52,-271.777,2.75914,300,15,0,2880,0,1,0,0,0),(24367,6557,1,1,1,4754,0,-8013.33,-1595.8,-271.03,1.13009,300,5,0,2880,0,1,0,0,0),(24366,6557,1,1,1,4754,0,-7545.31,-1612.84,-270.973,4.46091,300,15,0,2880,0,1,0,0,0),(24365,6557,1,1,1,4754,0,-6801.67,-1359.56,-272.097,5.03416,300,15,0,2880,0,1,0,0,0),(24364,6557,1,1,1,4754,0,-7649.45,-1103.24,-271.596,3.51521,300,15,0,2880,0,1,0,0,0),(24363,6557,1,1,1,4754,0,-7609.08,-1111,-270.972,4.92369,300,15,0,2880,0,1,0,0,0),(24362,6557,1,1,1,4754,0,-7517.69,-1475.83,-270.468,0.128311,300,15,0,2880,0,1,0,0,0),(24361,6557,1,1,1,4754,0,-7710.22,-1252.12,-269.335,3.61404,300,5,0,2880,0,1,0,0,0),(24360,6557,1,1,1,4754,0,-6555.44,-1174.16,-262.516,5.27762,300,15,0,2880,0,1,0,0,0),(24359,6557,1,1,1,4754,0,-6609.17,-1221.34,-270.273,0.109579,300,5,0,2880,0,1,0,0,0),(24358,6557,1,1,1,4754,0,-7627.89,-1544.14,-270.658,4.9284,300,5,0,2880,0,1,0,0,0),(24357,6557,1,1,1,4754,0,-7230.64,-1586.4,-270.174,2.42111,300,5,0,2880,0,1,0,0,0),(24356,6557,1,1,1,4754,0,-7140.91,-1722.74,-276.919,2.3452,300,15,0,2880,0,1,0,0,0),(24355,6557,1,1,1,4754,0,-7609.52,-1368,-271.984,1.63922,300,5,0,2880,0,1,0,0,0),(24354,6557,1,1,1,4754,0,-7491.67,-1141.67,-272.53,2.37652,300,15,0,2880,0,1,0,0,0),(24353,6557,1,1,1,4754,0,-7681.62,-1616.22,-271.722,3.57039,300,15,0,2880,0,1,0,0,0),(24352,6557,1,1,1,4754,0,-7575.18,-1075.07,-268.281,1.34219,300,15,0,2880,0,1,0,0,0),(24351,9117,1,1,1,8478,1,-6033.25,-1017.56,-217.055,0.872665,300,0,0,4120,0,0,0,0,0),(24350,6556,1,1,1,11140,0,-6912.88,-1582.63,-272.306,0.445618,300,5,0,2576,0,1,0,0,0),(24349,6556,1,1,1,11140,0,-6863.86,-1978.84,-271.559,1.13771,300,30,0,2576,0,1,0,0,0),(24348,6556,1,1,1,11140,0,-6894.07,-1720.59,-271.93,4.10564,300,5,0,2576,0,1,0,0,0),(24347,6556,1,1,1,11140,0,-6939.96,-2151.63,-270.662,6.0166,300,5,0,2576,0,1,0,0,0),(24346,6556,1,1,1,11140,0,-6546.24,-1932.2,-273.311,5.87111,300,15,0,2576,0,1,0,0,0),(24345,6556,1,1,1,11140,0,-6599.15,-2086.75,-270.124,0.677486,300,15,0,2576,0,1,0,0,0),(24344,6556,1,1,1,11140,0,-7318.73,-2215.56,-271.189,4.25527,300,5,0,2576,0,1,0,0,0),(24343,6556,1,1,1,11140,0,-6880.06,-1835.55,-272.385,1.23855,300,5,0,2576,0,1,0,0,0),(24342,6556,1,1,1,11140,0,-6745.16,-2047.12,-271.957,6.24103,300,30,0,2576,0,1,0,0,0),(24341,6556,1,1,1,11140,0,-7646.64,-2154.14,-270.972,4.02215,300,5,0,2576,0,1,0,0,0),(24340,6556,1,1,1,11140,0,-6841.94,-2216.4,-272.093,0.309544,300,10,0,2576,0,1,0,0,0),(24339,6556,1,1,1,11140,0,-6593.79,-1754.75,-271.594,4.30937,300,5,0,2576,0,1,0,0,0),(24338,6555,1,1,1,11089,0,-7970.32,-1078.15,-328.748,6.11125,300,3,0,3082,0,1,0,0,0),(24337,6555,1,1,1,11089,0,-7989.12,-1094.22,-329.035,3.58053,300,3,0,3082,0,1,0,0,0),(24336,6555,1,1,1,11089,0,-8031.58,-1133.42,-315.867,4.36638,300,3,0,3082,0,1,0,0,0),(24335,6555,1,1,1,11089,0,-7989.79,-1257.14,-323.438,0.345693,300,0,0,3082,0,2,0,0,0),(24334,6555,1,1,1,11089,0,-8013.41,-1194.04,-323.394,2.73124,300,3,0,3082,0,1,0,0,0),(24333,6555,1,1,1,11089,0,-8083.94,-1205.72,-335.765,0.37011,300,3,0,3082,0,1,0,0,0),(24332,6555,1,1,1,11089,0,-8069.58,-1255.67,-332.427,4.27673,300,5,0,3082,0,1,0,0,0),(24331,6555,1,1,1,11089,0,-8154.7,-1162.08,-330.861,2.69723,300,3,0,3082,0,1,0,0,0),(24330,6555,1,1,1,11089,0,-8121.86,-1194.79,-333.798,4.4522,300,3,0,3082,0,1,0,0,0),(24329,6554,1,1,1,11088,0,-7958.4,-1095.49,-329.952,5.1382,300,3,0,3082,0,1,0,0,0),(24328,6554,1,1,1,11088,0,-8004.28,-1143.57,-319.196,0.687856,300,3,0,3082,0,1,0,0,0),(24327,6554,1,1,1,11088,0,-7931.38,-1326.08,-302.671,1.68938,300,5,0,3082,0,1,0,0,0),(24326,6554,1,1,1,11088,0,-8120.76,-1266.29,-345.209,3.38004,300,3,0,3082,0,1,0,0,0),(24325,6554,1,1,1,11088,0,-8106.08,-1229.85,-338.391,5.60942,300,3,0,3082,0,1,0,0,0),(24324,6554,1,1,1,11088,0,-8052.79,-1163.17,-332.095,3.45649,300,3,0,3082,0,1,0,0,0),(24322,6553,1,1,1,11087,0,-8075.63,-1516.85,-269.774,0.450548,300,10,0,2980,0,1,0,0,0),(24321,6553,1,1,1,11087,0,-8017.63,-1132.62,-321.148,2.3892,300,3,0,2980,0,1,0,0,0),(24320,6553,1,1,1,11087,0,-7967.84,-1314.53,-312.482,2.03318,300,0,0,2980,0,2,0,0,0),(24319,6553,1,1,1,11087,0,-8044.27,-1293.07,-329.393,2.46051,300,5,0,2980,0,1,0,0,0),(24318,6553,1,1,1,11087,0,-8010.27,-1294.35,-322.177,6.12088,300,5,0,2980,0,1,0,0,0),(24317,6553,1,1,1,11087,0,-8079.19,-1279.07,-336.108,0.80002,300,5,0,2980,0,1,0,0,0),(24316,6553,1,1,1,11087,0,-8051.28,-1316.52,-272.112,4.66152,300,15,0,2980,0,1,0,0,0),(24315,6553,1,1,1,11087,0,-7881.1,-1314.9,-276.523,3.42523,300,5,0,2980,0,1,0,0,0),(24314,6553,1,1,1,11087,0,-8067.57,-1219.11,-334.374,3.35062,300,3,0,2980,0,1,0,0,0),(24313,6553,1,1,1,11087,0,-8111.6,-1200.64,-336.83,5.4775,300,0,0,2980,0,2,0,0,0),(24312,6553,1,1,1,11087,0,-8075.91,-1183.13,-333.541,2.7437,300,3,0,2980,0,1,0,0,0),(24311,6553,1,1,1,11087,0,-8041.49,-1239.94,-324.083,3.80217,300,3,0,2980,0,1,0,0,0),(24310,6553,1,1,1,11087,0,-8056.62,-1354.96,-270.845,1.89255,300,10,0,2980,0,1,0,0,0),(24309,6553,1,1,1,11087,0,-8060.79,-1552.25,-270.543,3.25916,300,15,0,2980,0,1,0,0,0),(24308,6553,1,1,1,11087,0,-7892.72,-1392.85,-269.905,3.60262,300,5,0,2980,0,1,0,0,0),(24307,6553,1,1,1,11087,0,-8086.73,-1438.09,-267.888,1.31315,300,5,0,2980,0,1,0,0,0),(24306,6553,1,1,1,11087,0,-7750,-1150,-270.674,0.793766,300,15,0,2980,0,1,0,0,0),(24305,6553,1,1,1,11087,0,-7910.98,-1089.19,-273.313,3.36005,300,5,0,2980,0,1,0,0,0),(24304,6553,1,1,1,11087,0,-7986.2,-1200.36,-275.375,1.47696,300,15,0,2980,0,1,0,0,0),(24303,6553,1,1,1,11087,0,-7871.02,-1180.55,-268.892,4.01161,300,5,0,2980,0,1,0,0,0),(24302,6553,1,1,1,11087,0,-8014.57,-1440.97,-271.156,4.81012,300,15,0,2980,0,1,0,0,0),(24301,6553,1,1,1,11087,0,-8050.17,-1516.96,-271.337,3.20015,300,15,0,2980,0,1,0,0,0),(24300,6553,1,1,1,11087,0,-8014.08,-1045.87,-272.021,2.75884,300,5,0,2980,0,1,0,0,0),(24299,6553,1,1,1,11087,0,-7823.61,-1114.08,-260.588,2.19174,300,5,0,2980,0,1,0,0,0),(24298,6553,1,1,1,11087,0,-8039.21,-1088.6,-272.097,5.11856,300,5,0,2980,0,1,0,0,0),(24297,6553,1,1,1,11087,0,-7950.92,-1085.17,-274.827,5.66923,300,5,0,2980,0,1,0,0,0),(24296,6553,1,1,1,11087,0,-7768.18,-1398.07,-272.097,5.50758,300,30,0,2980,0,1,0,0,0),(24295,6553,1,1,1,11087,0,-7951.51,-1384.06,-273.17,6.18447,300,5,0,2980,0,1,0,0,0),(24294,6553,1,1,1,11087,0,-7950.65,-1247.93,-273.168,6.28009,300,15,0,2980,0,1,0,0,0),(24293,6553,1,1,1,11087,0,-7949.49,-1059.8,-274.9,4.96138,300,5,0,2980,0,1,0,0,0),(24292,6553,1,1,1,11087,0,-7858.88,-1142.24,-266.458,2.8464,300,5,0,2980,0,1,0,0,0),(24291,6553,1,1,1,11087,0,-7780.3,-1220.46,-267.752,5.21744,300,15,0,2980,0,1,0,0,0),(24290,6552,1,1,1,11091,0,-7964.97,-1150.39,-275.174,3.16112,300,15,0,2980,0,1,0,0,0),(24289,6552,1,1,1,11091,0,-8097.82,-1234.46,-268.912,2.8643,300,5,0,2980,0,1,0,0,0),(24288,6552,1,1,1,11091,0,-7965.79,-1403.57,-272.262,6.21128,300,5,0,2980,0,1,0,0,0),(24287,6552,1,1,1,11091,0,-7917.92,-1476.52,-268.673,5.98461,300,15,0,2980,0,1,0,0,0),(24286,6552,1,1,1,11091,0,-7830.16,-1494.52,-263.084,6.19692,300,15,0,2980,0,1,0,0,0),(24285,6552,1,1,1,11091,0,-7939.93,-1270.06,-273.408,2.12194,300,10,0,2980,0,1,0,0,0),(24284,6552,1,1,1,11091,0,-7949.96,-1118.55,-272.644,1.42637,300,15,0,2980,0,1,0,0,0),(24283,6552,1,1,1,11091,0,-7850.2,-1428,-267.457,1.75938,300,5,0,2980,0,1,0,0,0),(24282,6552,1,1,1,11091,0,-7853.1,-1213.37,-266.096,6.16375,300,5,0,2980,0,1,0,0,0),(24281,6552,1,1,1,11091,0,-8057.74,-1187.87,-271.064,5.93561,300,15,0,2980,0,1,0,0,0),(24280,6552,1,1,1,11091,0,-8053.97,-1470.06,-271.219,4.57272,300,15,0,2980,0,1,0,0,0),(24279,6552,1,1,1,11091,0,-7873.15,-1357.57,-272.773,3.6941,300,5,0,2980,0,1,0,0,0),(24278,6552,1,1,1,11091,0,-8046.14,-1217.15,-271.086,0.076173,300,15,0,2980,0,1,0,0,0),(24277,6552,1,1,1,11091,0,-8015.65,-1394.52,-271.929,4.7277,300,15,0,2980,0,1,0,0,0),(24276,6552,1,1,1,11091,0,-8058.81,-1131.1,-271.189,1.69769,300,15,0,2980,0,1,0,0,0),(24275,6552,1,1,1,11091,0,-8020.4,-1123.19,-270.481,1.67066,300,15,0,2980,0,1,0,0,0),(24274,6552,1,1,1,11091,0,-7791.62,-1362.91,-272.097,3.12635,300,5,0,2980,0,1,0,0,0),(24273,6552,1,1,1,11091,0,-7750.08,-1362.68,-271.899,4.67999,300,30,0,2980,0,1,0,0,0),(24272,6552,1,1,1,11091,0,-7916.97,-1117.68,-275.986,1.78353,300,5,0,2980,0,1,0,0,0),(24271,6552,1,1,1,11091,0,-7862.43,-1267.01,-269.485,4.1103,300,5,0,2980,0,1,0,0,0),(24270,6552,1,1,1,11091,0,-7901.94,-1115.41,-273.569,2.97869,300,5,0,2980,0,1,0,0,0),(24269,6552,1,1,1,11091,0,-7867.55,-1252.08,-269.5,2.78031,300,5,0,2980,0,1,0,0,0),(24268,9623,1,1,1,8841,0,-6380.13,-1970,-257.195,1.85005,300,0,0,2576,0,0,0,0,0),(24267,6551,1,1,1,11090,0,-7999.14,-1492.42,-271.689,3.20218,300,15,0,2980,0,1,0,0,0),(24266,6551,1,1,1,11090,0,-7986.22,-1297.94,-273.969,1.13998,300,5,0,2980,0,1,0,0,0),(24265,6551,1,1,1,11090,0,-8058.21,-1421.08,-267.784,3.61135,300,15,0,2980,0,1,0,0,0),(24264,6551,1,1,1,11090,0,-8075.29,-1392.3,-267.486,0.326074,300,10,0,2980,0,1,0,0,0),(24263,6551,1,1,1,11090,0,-7849.01,-1452.92,-266.612,0.575418,300,30,0,2980,0,1,0,0,0),(24262,6551,1,1,1,11090,0,-7840.6,-1321.97,-265.198,3.40219,300,5,0,2980,0,1,0,0,0),(24261,6551,1,1,1,11090,0,-7851.4,-1069.68,-266.088,1.35234,300,5,0,2980,0,1,0,0,0),(24260,6551,1,1,1,11090,0,-7803.89,-1182.35,-261.656,6.21675,300,15,0,2980,0,1,0,0,0),(24259,6551,1,1,1,11090,0,-7818.6,-1246.49,-265.229,4.84737,300,15,0,2980,0,1,0,0,0),(24258,6551,1,1,1,11090,0,-7985.17,-1188.11,-273.183,2.90704,300,15,0,2980,0,1,0,0,0),(24257,6551,1,1,1,11090,0,-7977.39,-1254.91,-270.043,0.548313,300,15,0,2980,0,1,0,0,0),(24256,6551,1,1,1,11090,0,-7809.95,-1456.61,-267.258,5.39998,300,30,0,2980,0,1,0,0,0),(24255,6551,1,1,1,11090,0,-7827.59,-1370.84,-271.912,1.76512,300,5,0,2980,0,1,0,0,0),(24254,9622,1,1,1,8844,0,-6276.53,-1987.97,-261.845,0.890476,300,0,0,3398,0,0,0,0,0),(24253,9619,1,1,1,8832,1,-7840.34,-2117.32,-254.269,1.36136,300,0,0,2384,1864,0,0,0,0),(24252,9618,1,1,1,8831,1,-6298.29,-1182.65,-269.101,3.21141,300,0,0,2672,0,0,0,0,0),(24251,1420,1,1,1,901,0,-6694.51,-1002.47,-271.505,5.55719,300,5,0,8,0,1,0,0,0),(24250,1420,1,1,1,901,0,-6623.46,-788.638,-276.225,2.83085,300,5,0,8,0,1,0,0,0),(24249,1420,1,1,1,901,0,-7808.81,-1938.55,-276.215,2.70175,300,5,0,8,0,1,0,0,0),(24248,1420,1,1,1,901,0,-6969.55,-1860.98,-274.201,4.72383,300,5,0,8,0,1,0,0,0),(24247,1420,1,1,1,901,0,-7654.81,-1841.35,-278.152,2.17992,300,0,0,8,0,0,0,0,0),(24246,1420,1,1,1,901,0,-7258.42,-2011.24,-275.382,1.12025,300,5,0,8,0,1,0,0,0),(24245,1420,1,1,1,901,0,-7690.51,-1927.33,-274.011,2.5563,300,5,0,8,0,1,0,0,0),(24244,1420,1,1,1,901,0,-6887.87,-1457.32,-273.348,5.03043,300,5,0,8,0,1,0,0,0),(24243,1420,1,1,1,901,0,-7050.11,-1862.76,-275.486,2.25928,300,5,0,8,0,1,0,0,0),(24242,1420,1,1,1,901,0,-7580.97,-2027.51,-275.132,2.30782,300,5,0,8,0,1,0,0,0),(24241,1420,1,1,1,901,0,-7358.33,-1818.23,-272.551,4.39054,300,5,0,8,0,1,0,0,0),(24240,1420,1,1,1,901,0,-7345.43,-2092.46,-274.228,6.04673,300,5,0,8,0,1,0,0,0),(24239,1420,1,1,1,901,0,-7012.11,-1136.38,-275.54,1.92157,300,5,0,8,0,1,0,0,0),(24238,1420,1,1,1,901,0,-7703.38,-2056.08,-273.485,1.3481,300,0,0,8,0,0,0,0,0),(8187,4846,0,1,1,6052,1,-6082.18,-3236.15,259.322,5.93412,300,0,0,1403,0,0,0,0,0),(8186,4846,0,1,1,6052,1,-6072.2,-3278.83,256.242,1.76278,300,0,0,1403,0,0,0,0,0),(8185,4844,0,1,1,0,1,-6098.13,-3235.86,262.146,5.32192,300,5,0,1,0,1,0,0,0),(1210,4461,0,1,1,5243,1,-12170.6,-25.3623,-10.7597,3.82036,300,5,0,1403,0,1,0,0,0),(24237,1420,1,1,1,901,0,-7801.38,-1886.37,-274.849,3.72689,300,5,0,8,0,1,0,0,0),(24236,1420,1,1,1,901,0,-6942.53,-1288.52,-275.808,2.04055,300,5,0,8,0,1,0,0,0),(24235,1420,1,1,1,901,0,-7326,-1937.32,-276.916,2.47387,300,5,0,8,0,1,0,0,0),(24234,1420,1,1,1,901,0,-7032.77,-1742.27,-275.087,1.36229,300,5,0,8,0,1,0,0,0),(24233,1420,1,1,1,901,0,-7337.92,-2153.78,-274.622,3.37,300,5,0,8,0,1,0,0,0),(24232,1420,1,1,1,901,0,-7165.36,-2173.16,-275.235,1.60069,300,5,0,8,0,1,0,0,0),(24231,1420,1,1,1,901,0,-6889.39,-1094.45,-276,0.006585,300,5,0,8,0,1,0,0,0),(24230,1420,1,1,1,901,0,-6580.04,-609.271,-272.03,1.01338,300,5,0,8,0,1,0,0,0),(24229,1420,1,1,1,901,0,-7101.47,-2024.69,-277.402,0.539749,300,5,0,8,0,1,0,0,0),(24228,1420,1,1,1,901,0,-6995.66,-1573.08,-274.246,0.620338,300,5,0,8,0,1,0,0,0),(24227,1420,1,1,1,901,0,-7419.17,-1882.49,-273.795,6.24609,300,5,0,8,0,1,0,0,0),(24226,1420,1,1,1,901,0,-7160.69,-2107.7,-277.254,2.04491,300,5,0,8,0,1,0,0,0),(24225,1420,1,1,1,901,0,-7767.58,-2027.95,-276.278,5.99912,300,5,0,8,0,1,0,0,0),(24224,1420,1,1,1,901,0,-7763.95,-1848.47,-272.474,3.75909,300,5,0,8,0,1,0,0,0),(24223,1420,1,1,1,901,0,-7561.4,-2125.93,-275.929,2.38399,300,5,0,8,0,1,0,0,0),(24222,1420,1,1,1,901,0,-7028.17,-1663.49,-275.745,0.915577,300,5,0,8,0,1,0,0,0),(24221,1420,1,1,1,901,0,-6753.88,-1079.91,-276.225,3.592,300,5,0,8,0,1,0,0,0),(24220,1420,1,1,1,901,0,-7644.03,-1752.7,-274.05,1.7138,300,5,0,8,0,1,0,0,0),(24219,1420,1,1,1,901,0,-6521.48,-786.453,-270.593,5.65254,300,5,0,8,0,1,0,0,0),(24218,1420,1,1,1,901,0,-7465.05,-2195.9,-275.948,2.71028,300,5,0,8,0,1,0,0,0),(24217,1420,1,1,1,901,0,-7018.69,-2024.9,-277.27,5.6119,300,5,0,8,0,1,0,0,0),(24216,1420,1,1,1,901,0,-6969.46,-1112.82,-276.031,1.60331,300,5,0,8,0,1,0,0,0),(24215,1420,1,1,1,901,0,-7337.14,-2254.87,-275.912,3.03652,300,5,0,8,0,1,0,0,0),(24214,9600,1,1,1,8819,0,-7062.51,-1690.51,-272.938,1.63445,300,5,0,42,0,1,0,0,0),(24213,9600,1,1,1,8818,0,-7619.12,-616.899,-255.546,4.47238,300,30,0,42,0,1,0,0,0),(24212,9600,1,1,1,8817,0,-7302.58,-1639.27,-272.439,5.22403,300,5,0,42,0,1,0,0,0),(24211,9600,1,1,1,8816,0,-7609.32,-805.059,-269.36,2.3023,300,0,0,42,0,0,0,0,0),(24210,9600,1,1,1,8819,0,-7758.25,-924.64,-272.004,5.7192,300,30,0,42,0,1,0,0,0),(24209,9600,1,1,1,8818,0,-7851.07,-651.481,-260.482,1.47696,300,30,0,42,0,1,0,0,0),(24208,9600,1,1,1,8819,0,-7543.33,-1437.6,-272.266,1.57861,300,30,0,42,0,1,0,0,0),(24207,9600,1,1,1,8817,0,-6878.43,-621.713,-269.856,5.70927,300,5,0,42,0,1,0,0,0),(24206,9600,1,1,1,8819,0,-7315.81,-953.275,-271.362,1.25522,300,30,0,42,0,1,0,0,0),(24205,9600,1,1,1,8819,0,-7951.44,-1548.78,-273.146,4.34493,300,30,0,42,0,1,0,0,0),(24204,9600,1,1,1,8816,0,-7071.08,-1697.4,-270.584,4.13143,300,5,0,42,0,1,0,0,0),(24203,6527,1,1,1,3018,0,-6549.13,-1814.89,-273.668,2.2927,300,5,0,2384,1864,1,0,0,0),(24202,6527,1,1,1,3018,0,-6556.69,-1661.12,-276.328,3.62271,300,5,0,2384,1864,1,0,0,0),(24201,6527,1,1,1,3018,0,-6689.28,-1282.56,-269.615,4.81222,300,15,0,2384,1864,1,0,0,0),(24200,6527,1,1,1,3018,0,-6690.21,-1645,-272.14,1.92269,300,5,0,2384,1864,1,0,0,0),(24199,6527,1,1,1,3018,0,-6714.53,-1683.38,-272.239,6.07082,300,5,0,2384,1864,1,0,0,0),(24198,6527,1,1,1,3018,0,-6778.48,-1685.76,-273.13,3.02617,300,15,0,2384,1864,1,0,0,0),(24197,6527,1,1,1,3018,0,-6722.67,-1745.83,-271.272,0.069421,300,5,0,2384,1864,1,0,0,0),(24196,6527,1,1,1,3018,0,-6783.65,-1263.82,-270.31,4.15773,300,15,0,2384,1864,1,0,0,0),(8184,2725,0,1,1,715,0,-6983.3,-3950.5,264.121,4.62512,300,3,0,1522,1332,1,0,0,0),(8183,4846,0,1,1,6052,1,-6070.78,-3249.08,259.143,2.16421,300,0,0,1403,0,0,0,0,0),(8182,2727,0,1,1,161,0,-6752.48,-3402.09,241.792,4.69434,300,10,0,1403,0,1,0,0,0),(8181,2725,0,1,1,715,0,-6941,-4000.05,264.237,5.11675,300,10,0,1522,1332,1,0,0,0),(1209,674,0,1,1,7202,1,-13135,-469.88,49.8355,4.95674,300,0,0,1829,0,0,0,0,0),(1208,676,0,1,1,7203,1,-13134.1,-465.054,49.762,2.99831,300,0,0,1522,1332,0,0,0,0),(1207,676,0,1,1,7203,1,-13063.5,-462.918,44.8471,3.19892,300,3,0,1522,1332,1,0,0,0),(1206,4461,0,1,1,5243,1,-12165.7,10.464,-3.86931,2.05285,300,5,0,1403,0,1,0,0,0),(1205,674,0,1,1,7202,1,-13067.1,-432.447,49.193,2.75762,300,0,0,1829,0,0,0,0,0),(1204,4461,0,1,1,5243,1,-12160.1,-17.5942,-10.7597,3.75663,300,5,0,1403,0,1,0,0,0),(1203,4458,0,1,1,478,1,-12153.3,-25.727,-10.7597,6.14502,300,5,0,1403,0,1,0,0,0),(1202,677,0,1,1,7204,1,-13068,-457.182,44.9375,4.08407,300,3,0,1292,3191,1,0,0,0),(1201,674,0,1,1,7202,1,-13087.1,-478.032,51.2409,4.4855,300,0,0,1829,0,0,0,0,0),(1200,674,0,1,1,7202,1,-13063,-447.054,45.3497,2.51843,300,0,0,1829,0,0,0,0,0),(24195,6527,1,1,1,3018,0,-6802.91,-1283.96,-271.024,5.81954,300,15,0,2384,1864,1,0,0,0),(24194,6527,1,1,1,3018,0,-6514.67,-1844.68,-275.047,0.625925,300,5,0,2384,1864,1,0,0,0),(24193,6527,1,1,1,3018,0,-6857.88,-1227.71,-272.874,1.73672,300,15,0,2384,1864,1,0,0,0),(24192,6527,1,1,1,3018,0,-6753.71,-1212.95,-275.319,1.93375,300,15,0,2384,1864,1,0,0,0),(247219,14462,1,1,1,0,0,4534.96,-7400.33,88.4305,1.06,432000,0,0,2784,0,0,0,0,0),(247218,14462,1,1,1,0,0,4534.96,-7400.33,88.4305,1.06,432000,0,0,2784,0,0,0,0,0),(247217,14462,1,1,1,0,0,4534.96,-7400.33,88.4305,1.06,432000,0,0,2784,0,0,0,0,0),(247216,14462,1,1,1,0,0,4534.96,-7400.33,88.4305,1.06,432000,0,0,2784,0,0,0,0,0),(247215,14464,1,1,1,0,0,4534.96,-7400.33,88.4305,1.06,241920,0,0,14335,0,2,0,0,0),(247214,14458,1,1,1,0,0,6471.87,-4076.27,658.521,1.06,432000,0,0,2699,0,0,0,0,0),(247213,14458,1,1,1,0,0,6471.87,-4076.27,658.521,1.06,432000,0,0,2699,0,0,0,0,0),(1199,4458,0,1,1,478,1,-12088.6,70.0932,-6.95303,3.94154,300,5,0,1403,0,1,0,0,0),(1198,4461,0,1,1,5243,1,-12090.9,26.0623,-2.04527,4.03062,300,5,0,1403,0,1,0,0,0),(27419,4823,48,1,1,9565,0,-844.065,-70.65,-35.8419,4.50295,86400,2,0,1392,0,1,0,0,0),(27399,4810,48,1,1,2901,1,-742.068,-105.479,-30.0067,3.35103,86400,0,0,1815,0,0,0,0,0),(1197,4461,0,1,1,5243,1,-12046.6,51.3579,-0.713931,0.145401,300,3,0,1403,0,1,0,0,0),(8180,4844,0,1,1,0,1,-6086.38,-3214.84,262.956,2.0784,300,3,0,1,0,1,0,0,0),(8179,2725,0,1,1,715,0,-7011.12,-3925.59,264.014,5.16843,300,10,0,1522,1332,1,0,0,0),(8178,2725,0,1,1,715,0,-6933.42,-3900.44,270.764,2.11999,300,5,0,1522,1332,1,0,0,0),(8177,4844,0,1,1,0,1,-6108.18,-3253.21,259.027,4.42279,300,5,0,1,0,1,0,0,0),(8176,4844,0,1,1,0,1,-6046.38,-3263.41,259.183,4.55041,300,3,0,1,0,1,0,0,0),(8175,2725,0,1,1,715,0,-6746.91,-3847.29,264.793,0.450548,300,10,0,1522,1332,1,0,0,0),(8174,2725,0,1,1,715,0,-6759.27,-3890.45,264.57,4.2793,300,10,0,1522,1332,1,0,0,0),(8173,2725,0,1,1,715,0,-6781.94,-3812.13,264.368,1.25348,300,10,0,1522,1332,1,0,0,0),(8172,2725,0,1,1,715,0,-6841.18,-3878.56,264.445,1.19238,300,10,0,1522,1332,1,0,0,0),(8171,2730,0,1,1,161,0,-6443.31,-3886.98,305.882,4.79261,300,5,0,1981,0,1,0,0,0),(8170,2727,0,1,1,161,0,-6257.48,-3415.84,238.88,3.14445,300,10,0,1403,0,1,0,0,0),(7874,2727,0,1,1,161,0,-6230.36,-3380.79,239.862,2.93922,300,10,0,1403,0,1,0,0,0),(7875,2727,0,1,1,161,0,-6179.87,-3417.21,239.23,5.82544,300,10,0,1403,0,1,0,0,0),(88898,23149,530,1,1,0,0,-5254.18,628.473,48.9907,2.61799,25,0,0,104790,0,0,0,0,0),(15533,2405,0,1,1,3663,1,18.4984,-897.376,58.6886,4.43044,300,0,0,3696,0,0,0,0,0),(15532,2418,0,1,1,1646,1,-20.3249,-920.868,55.449,6.14526,300,0,0,2114,0,0,0,0,0),(15530,3544,0,1,1,3676,1,-28.3207,-900.884,56.056,1.03895,300,0,0,1753,0,2,0,0,0),(15531,2405,0,1,1,3663,1,-62.0265,-891.996,56.5614,4.75143,300,0,0,3696,0,0,0,0,0),(15529,2278,0,1,1,10994,0,-40.45,-937.462,54.3571,1.53589,300,0,0,713,0,0,0,0,0),(15527,2354,0,1,1,1007,0,-315.289,-1189.24,61.1596,3.04943,300,10,0,742,0,1,0,0,0),(15528,2405,0,1,1,3662,1,-21.0891,-895.548,56.2581,1.65806,300,0,0,3696,0,0,0,0,0),(15526,2419,0,1,1,1647,1,-31.1004,-941.497,54.6636,1.20428,300,0,0,2114,0,0,0,0,0),(15525,2401,0,1,1,3659,1,-24.7877,-935.177,55.3061,1.67552,300,0,0,1003,0,0,0,0,0),(15523,2351,0,1,1,806,0,-415.83,225.288,84.615,1.04811,300,10,0,677,0,1,0,0,0),(15524,2350,0,1,1,1989,0,-429.499,176.024,76.6094,0.566879,300,10,0,494,0,1,0,0,0),(15521,2405,0,1,1,3663,1,-62.499,-920.779,56.0237,2.26191,300,0,0,3696,0,0,0,0,0),(15522,2405,0,1,1,3662,1,-42.8383,-911.355,56.1167,5.39307,300,0,0,3696,0,0,0,0,0),(7873,2727,0,1,1,161,0,-6300.94,-3444.42,239.082,2.95912,300,5,0,1403,0,1,0,0,0),(7871,2727,0,1,1,161,0,-6687.18,-3448.19,246.39,2.64302,300,10,0,1403,0,1,0,0,0),(7872,2728,0,1,1,557,0,-6752.18,-3447.79,241.902,2.20922,300,10,0,1536,0,1,0,0,0),(17712,1958,0,1,1,2597,0,891.091,79.1301,30.6846,1.0364,275,5,0,350,390,1,0,0,0),(17711,1958,0,1,1,2597,0,818.934,119.167,39.7311,0.627429,275,10,0,350,390,1,0,0,0),(17710,1958,0,1,1,2597,0,840.101,69.8993,37.0547,4.37432,275,10,0,350,390,1,0,0,0),(17709,1958,0,1,1,2597,0,783.917,84.2328,35.2466,0.830758,275,10,0,350,390,1,0,0,0),(15520,2394,0,1,1,3679,1,-47.5876,-914.222,55.7737,4.29344,300,0,0,1163,0,0,0,0,0),(7866,2734,0,1,1,917,0,-7052.11,-2347.56,241.925,2.40243,300,10,0,1829,0,1,0,0,0),(7867,2831,0,1,1,1106,0,-7114.67,-2708.79,241.813,1.33986,300,10,0,1751,0,1,0,0,0),(7868,2725,0,1,1,715,0,-6961.49,-3874.03,286.713,3.68737,300,3,0,1522,1332,1,0,0,0),(7869,2725,0,1,1,715,0,-6447.96,-4150.07,283.594,1.10715,300,3,0,1522,1332,1,0,0,0),(7870,2725,0,1,1,715,0,-6830.21,-4065.63,266.465,1.34156,300,5,0,1522,1332,1,0,0,0),(7860,2735,0,1,1,1161,0,-6648.3,-2554.05,249.412,5.03043,300,5,0,1536,0,1,0,0,0),(7861,2735,0,1,1,1161,0,-6681.4,-2653.75,241.959,5.6478,300,10,0,1536,0,1,0,0,0),(7862,7057,0,1,1,7220,1,-6272.73,-2939.81,222.31,5.72468,43200,0,0,6975,0,0,0,0,0),(7863,2735,0,1,1,1161,0,-6643.63,-2664.42,253.84,3.64365,300,3,0,1536,0,1,0,0,0),(7864,2735,0,1,1,1161,0,-6684.62,-2580.44,241.778,1.71863,300,10,0,1536,0,1,0,0,0),(7865,2735,0,1,1,1161,0,-6613.6,-2636.94,265.85,1.19804,300,3,0,1536,0,1,0,0,0),(17708,1909,0,1,1,757,1,1055.44,452.256,17.2567,2.88037,275,10,0,377,408,1,0,0,0),(15519,2405,0,1,1,3662,1,-84.2991,-918.263,55.1808,0.894428,300,0,0,3696,0,2,0,0,0),(15517,3539,0,1,1,3673,1,-158.525,-867.18,56.9813,5.5676,300,0,0,1163,0,0,0,0,0),(15518,2405,0,1,1,3663,1,-159.789,-925.403,56.3404,2.15654,300,0,0,3696,0,0,0,0,0),(15516,2396,0,1,1,3653,1,-120.833,-895.834,55.388,3.25082,300,0,0,1163,0,2,0,0,0),(15515,2405,0,1,1,3663,1,-156.477,-864.791,57.0627,1.23493,300,0,0,3696,0,0,0,0,0),(15513,2356,0,1,1,3201,0,-278.076,-1385.03,86.8718,4.77371,300,10,0,944,0,1,0,0,0),(15514,2398,0,1,1,3654,1,-166.99,-905.178,55.6298,3.21195,300,0,0,1163,0,0,0,0,0),(15511,2260,0,1,1,3618,1,-593.441,-1024.9,59.7278,5.79586,300,10,0,531,0,1,0,0,0),(15512,2400,0,1,1,3656,1,-162.288,-893.602,55.763,0.293177,300,0,0,1163,0,0,0,0,0),(15510,2349,0,1,1,6808,0,-352.365,232.272,95.5422,4.67335,300,3,0,664,0,1,0,0,0),(15509,2351,0,1,1,806,0,-487.629,212.961,76.959,4.8004,300,10,0,677,0,1,0,0,0),(15508,2349,0,1,1,6808,0,-386.604,228.97,88.5975,1.87592,300,5,0,664,0,1,0,0,0),(15507,2349,0,1,1,6808,0,-212.117,154.388,68.9389,3.94176,300,10,0,664,0,1,0,0,0),(15506,2356,0,1,1,3201,0,-374.216,212.246,89.5004,2.10682,300,10,0,944,0,1,0,0,0),(15505,2350,0,1,1,1989,0,-429.501,216.566,81.922,3.14941,300,10,0,494,0,1,0,0,0),(7855,2735,0,1,1,1161,0,-6574.44,-2519.28,289.491,3.46078,300,5,0,1536,0,1,0,0,0),(7856,2735,0,1,1,1161,0,-6598.35,-2497.14,272.415,3.7439,300,3,0,1536,0,1,0,0,0),(7857,2735,0,1,1,1161,0,-6582.73,-2445.82,286.685,2.27623,300,3,0,1536,0,1,0,0,0),(7858,2735,0,1,1,1161,0,-6574.5,-2558.6,290.78,2.16421,300,0,0,1536,0,0,0,0,0),(7859,2735,0,1,1,1161,0,-6683.29,-2616.4,242.346,1.02036,300,10,0,1536,0,1,0,0,0),(7853,2735,0,1,1,1161,0,-6650.44,-2606.51,251.723,3.90848,300,5,0,1536,0,1,0,0,0),(7854,2735,0,1,1,1161,0,-6605.75,-2579.38,269.412,1.69111,300,5,0,1536,0,1,0,0,0),(7851,2831,0,1,1,1106,0,-7176.56,-2548.17,248.478,2.29679,300,5,0,1751,0,1,0,0,0),(7852,2735,0,1,1,1161,0,-6602.48,-2547.01,270.787,2.14954,300,3,0,1536,0,1,0,0,0),(7849,2727,0,1,1,161,0,-6298.96,-3382.19,243.554,4.71239,300,10,0,1403,0,1,0,0,0),(7850,2735,0,1,1,1161,0,-6620.89,-2609.79,264.897,5.25497,300,5,0,1536,0,1,0,0,0),(15504,2351,0,1,1,806,0,-454.811,285.551,89.3955,1.96092,300,10,0,677,0,1,0,0,0),(7847,2831,0,1,1,1106,0,-7153.02,-2685.15,243.731,0.151015,300,3,0,1751,0,1,0,0,0),(7848,2734,0,1,1,917,0,-6888.25,-2647.73,241.993,2.27053,300,5,0,1829,0,1,0,0,0),(247212,14458,1,1,1,0,0,6471.87,-4076.27,658.521,1.06,432000,0,0,2699,0,0,0,0,0),(247211,14458,1,1,1,0,0,6471.87,-4076.27,658.521,1.06,432000,0,0,2699,0,0,0,0,0),(247210,14457,1,1,1,0,0,6471.87,-4076.27,658.521,1.06,198720,0,0,15260,0,2,0,0,0),(247209,14455,1,1,1,0,0,-6316.15,1347.96,5.207,1.06,432000,0,0,2784,0,0,0,0,0),(247208,14455,1,1,1,0,0,-6316.15,1347.96,5.207,1.06,432000,0,0,2784,0,0,0,0,0),(247207,14455,1,1,1,0,0,-6316.15,1347.96,5.207,1.06,432000,0,0,2784,0,0,0,0,0),(247206,14455,1,1,1,0,0,-6316.15,1347.96,5.207,1.06,432000,0,0,2784,0,0,0,0,0),(247205,14454,1,1,1,0,0,-6316.15,1347.96,5.207,1.06,216000,0,0,15260,0,2,0,0,0),(247204,14460,1,1,1,0,0,-6997.41,-1373.95,-269.32,1.90849,432000,0,0,2614,0,0,0,0,0),(247203,14460,1,1,1,0,0,-6997.41,-1373.95,-269.32,1.90849,432000,0,0,2614,0,0,0,0,0),(247202,14460,1,1,1,0,0,-6997.41,-1373.95,-269.32,1.90849,432000,0,0,2614,0,0,0,0,0),(247201,14460,1,1,1,0,0,-6997.41,-1373.95,-269.32,1.90849,432000,0,0,2614,0,0,0,0,0),(247200,14461,1,1,1,0,0,-6997.41,-1373.95,-269.32,1.90849,259200,0,0,14355,0,2,0,0,0),(24171,6521,1,1,1,5488,0,-7128.97,-1472.23,-243.862,5.56297,300,5,0,3293,0,1,0,0,0),(24170,6521,1,1,1,5488,0,-7243.87,-1374.66,-231.497,1.5009,300,5,0,3293,0,1,0,0,0),(24169,6521,1,1,1,5488,0,-7230.73,-1444.66,-231.322,3.3137,300,5,0,3293,0,1,0,0,0),(24168,6521,1,1,1,5488,0,-7018.43,-1419.14,-248.843,0.81004,300,5,0,3293,0,1,0,0,0),(49658,11340,309,1,1,11221,1,-11787.1,-1666.45,21.2324,4.72984,7200,0,0,15090,12430,0,0,0,0),(49657,11390,309,1,1,11313,1,-11790.3,-1671.5,21.2324,1.01229,7200,0,0,3144,0,0,0,0,0),(47566,8904,230,1,1,8827,1,1416.87,-740.27,-85.0697,6.0912,7200,0,0,2394,4896,0,0,0,0),(47565,8899,230,1,1,8820,1,1380.73,-746.851,-92.64,2.79253,7200,0,0,7359,0,0,0,0,0),(47564,8899,230,1,1,8822,1,1398.8,-813.485,-91.8983,5.3058,7200,0,0,7359,0,0,0,0,0),(47563,8915,230,1,1,8780,1,1409.15,-775.851,-92.6389,0.488692,7200,0,0,2634,2041,0,0,0,0),(28548,4075,530,1,1,0,0,-2895.68,3593.17,-8.43222,0.327963,300,10,0,8,0,1,0,0,0),(28549,4075,530,1,1,0,0,-3015.63,3618.9,-5.49223,1.5708,300,10,0,8,0,1,0,0,0),(28550,4075,530,1,1,0,0,-2934.36,3460.55,0.56676,5.33229,300,10,0,8,0,1,0,0,0),(28551,4075,530,1,1,0,0,-2936.46,3388.54,0.33247,5.96771,300,10,0,8,0,1,0,0,0),(28552,4075,530,1,1,0,0,-2063.9,4182.38,5.54055,1.41895,300,10,0,8,0,1,0,0,0),(28553,4075,530,1,1,0,0,-2040.76,4254.78,5.5744,3.08393,300,10,0,8,0,1,0,0,0),(28554,4075,530,1,1,0,0,-2099.11,4278.39,10.4164,1.63645,300,10,0,8,0,1,0,0,0),(28555,4075,530,1,1,0,0,-2152.48,4265.39,5.04045,4.81497,300,10,0,8,0,1,0,0,0),(28556,4075,530,1,1,0,0,-2186.65,4154.66,14.754,2.11708,300,10,0,8,0,1,0,0,0),(28557,4075,530,1,1,0,0,-2830.49,4711.19,-3.65803,1.15956,300,10,0,8,0,1,0,0,0),(28558,4075,530,1,1,0,0,-2843.84,4712.07,-4.04767,1.24695,300,10,0,8,0,1,0,0,0),(28559,4075,530,1,1,0,0,-2776.34,4700.69,-5.82489,0.760339,300,10,0,8,0,1,0,0,0),(28560,4075,530,1,1,0,0,-2792.88,4744.34,-3.34134,4.73939,300,10,0,8,0,1,0,0,0),(28561,4075,530,1,1,0,0,-2851.04,4738.54,-1.05407,6.06671,300,10,0,8,0,1,0,0,0),(28562,4075,530,1,1,0,0,-2809.56,4754.82,-4.20145,4.19846,300,10,0,8,0,1,0,0,0),(28563,4075,530,1,1,0,0,-2836.61,4792.57,-4.66713,1.55016,300,10,0,8,0,1,0,0,0),(28564,4075,530,1,1,0,0,-2846.88,4811.46,-7.9384,3.14159,300,10,0,8,0,1,0,0,0),(28565,4075,530,1,1,0,0,-2793.14,5056.43,-10.1489,0.13578,300,10,0,8,0,1,0,0,0),(28566,4075,530,1,1,0,0,-2793.53,5067.71,-9.91736,5.09075,300,10,0,8,0,1,0,0,0),(28567,4075,530,1,1,0,0,-2778.95,5140.45,-8.84696,3.17834,300,10,0,8,0,1,0,0,0),(28568,4075,530,1,1,0,0,-2795.19,5087.73,-10.0424,1.03763,300,10,0,8,0,1,0,0,0),(28569,4075,530,1,1,0,0,-2878.95,5057.94,-20.543,4.19009,300,10,0,8,0,1,0,0,0),(28570,4075,530,1,1,0,0,-2866.02,5114.02,-19.0241,1.60871,300,10,0,8,0,1,0,0,0),(28571,4075,530,1,1,0,0,-3677.82,4801.26,-21.0867,1.32554,300,10,0,8,0,1,0,0,0),(28572,4075,530,1,1,0,0,-3697.93,4738.69,-19.5302,3.947,300,10,0,8,0,1,0,0,0),(28573,4075,530,1,1,0,0,-3714.06,4748.44,-19.4118,1.76557,300,10,0,8,0,1,0,0,0),(28574,4075,530,1,1,0,0,-3703.35,4778.33,-20.6413,4.71513,300,10,0,8,0,1,0,0,0),(28575,4075,530,1,1,0,0,-3796.42,4717.17,-24.3002,5.80798,300,10,0,8,0,1,0,0,0),(28576,4075,530,1,1,0,0,-3762.88,4706.54,-19.373,4.92396,300,10,0,8,0,1,0,0,0),(28577,4075,530,1,1,0,0,-3844.25,4718.5,-33.3148,3.28401,300,10,0,8,0,1,0,0,0),(28578,4075,530,1,1,0,0,-3437.88,4482.54,-13.6019,5.0057,300,10,0,8,0,1,0,0,0),(28579,4075,530,1,1,0,0,-3392.1,4491.8,-12.6588,5.07116,300,10,0,8,0,1,0,0,0),(28580,4075,530,1,1,0,0,-3454.08,4441.58,-10.7122,0.502119,300,10,0,8,0,1,0,0,0),(28581,4075,530,1,1,0,0,-3423.43,4444.51,-8.46436,2.96608,300,10,0,8,0,1,0,0,0),(28582,4075,530,1,1,0,0,-3463.48,4425.47,-12.2011,4.17003,300,10,0,8,0,1,0,0,0),(28583,4075,530,1,1,0,0,-3420.19,4384.81,-11.1814,3.72918,300,10,0,8,0,1,0,0,0),(28584,4075,530,1,1,0,0,-3457.88,4379.1,-10.971,4.36018,300,10,0,8,0,1,0,0,0),(28585,4075,530,1,1,0,0,-3412.1,4406.7,-11.2506,5.77684,300,10,0,8,0,1,0,0,0),(28586,4075,530,1,1,0,0,-3355.2,4439.49,-14.3411,5.95797,300,10,0,8,0,1,0,0,0),(28587,4075,530,1,1,0,0,-3378.18,4435.15,-12.1705,2.38836,300,10,0,8,0,1,0,0,0),(28588,4075,530,1,1,0,0,-3443.32,4361.79,-13.5602,5.37141,300,10,0,8,0,1,0,0,0),(28589,4075,530,1,1,0,0,-2910.87,4784.75,-7.10768,4.65617,300,10,0,8,0,1,0,0,0),(28590,4075,530,1,1,0,0,-2465.08,4855.29,43.1604,3.01034,300,10,0,8,0,1,0,0,0),(28591,4075,530,1,1,0,0,-2520.36,4945.67,41.0837,1.91756,300,10,0,8,0,1,0,0,0),(28592,4075,530,1,1,0,0,-2491.12,5037.46,23.7625,1.3384,300,10,0,8,0,1,0,0,0),(28593,4075,530,1,1,0,0,-2414.59,5017.16,29.1063,4.26866,300,10,0,8,0,1,0,0,0),(28594,4075,530,1,1,0,0,-1627.29,5483.33,-43.9288,0.796227,300,10,0,8,0,1,0,0,0),(28595,4075,530,1,1,0,0,-1615.72,5484.69,-40.4288,5.05748,300,10,0,8,0,1,0,0,0),(28596,4075,530,1,1,0,0,-1621.81,5487.79,-41.6788,0.663401,300,10,0,8,0,1,0,0,0),(28597,4075,530,1,1,0,0,-1624.29,5472.19,-40.4288,3.05294,300,10,0,8,0,1,0,0,0),(28598,4075,530,1,1,0,0,-1623.47,5478.01,-47.7917,3.94537,300,10,0,8,0,1,0,0,0),(28599,4075,530,1,1,0,0,-1619.1,5475.37,-40.6788,1.07555,300,10,0,8,0,1,0,0,0),(28600,4075,530,1,1,0,0,-1627.12,5533.97,-38.1216,0.245138,300,10,0,8,0,1,0,0,0),(28601,4075,530,1,1,0,0,-1632.06,5547.29,-37.8027,4.81174,300,10,0,8,0,1,0,0,0),(28602,4075,530,1,1,0,0,-2255.19,6185.4,49.6082,1.69418,300,10,0,8,0,1,0,0,0),(28603,4075,530,1,1,0,0,-2449.19,6257.47,31.6635,3.49487,300,10,0,8,0,1,0,0,0),(28604,4075,530,1,1,0,0,-2558.11,6257.89,17.5684,1.99803,300,10,0,8,0,1,0,0,0),(28605,4075,530,1,1,0,0,-2597.12,6201.72,22.1977,1.11152,300,10,0,8,0,1,0,0,0),(28606,4075,530,1,1,0,0,-2597.56,6125.01,22.256,4.49831,300,10,0,8,0,1,0,0,0),(28607,4075,530,1,1,0,0,-2489.89,6117.73,93.1117,1.53757,300,10,0,8,0,1,0,0,0),(28608,4075,530,1,1,0,0,-2487.51,6166.62,59.356,1.44646,300,10,0,8,0,1,0,0,0),(28609,4075,530,1,1,0,0,-2355.6,6141.04,60.5364,6.11162,300,10,0,8,0,1,0,0,0),(28610,4075,530,1,1,0,0,-2326.97,6173.52,52.0433,1.7793,300,10,0,8,0,1,0,0,0),(28611,4075,530,1,1,0,0,-2252.38,6110.01,75.4977,3.11595,300,10,0,8,0,1,0,0,0),(28612,4075,530,1,1,0,0,-1959.9,7588.66,-89.553,4.61068,300,10,0,8,0,1,0,0,0),(28613,4075,530,1,1,0,0,-2036.04,7584.01,-87.4665,1.6779,300,10,0,8,0,1,0,0,0),(28614,4075,530,1,1,0,0,-1228.08,8034.44,-94.0409,5.725,300,10,0,8,0,1,0,0,0),(28615,4075,530,1,1,0,0,-1128.1,8033.5,-82.4998,0,300,10,0,8,0,1,0,0,0),(28616,4075,530,1,1,0,0,-743.087,7922.67,58.4282,1.30189,300,10,0,8,0,1,0,0,0),(28617,4075,530,1,1,0,0,-784.896,7900,52.2588,4.83673,300,10,0,8,0,1,0,0,0),(28618,4075,530,1,1,0,0,-689.881,7820.96,57.4482,5.16075,300,10,0,8,0,1,0,0,0),(28619,4075,530,1,1,0,0,-776.162,7820.29,41.2524,4.0044,300,10,0,8,0,1,0,0,0),(28620,4075,530,1,1,0,0,-823.25,7782.9,35.9794,0.959923,300,10,0,8,0,1,0,0,0),(28621,4075,530,1,1,0,0,-691.013,7721.03,83.3876,4.58707,300,10,0,8,0,1,0,0,0),(28622,4075,530,1,1,0,0,-853.916,7674.96,39.8097,4.88295,300,10,0,8,0,1,0,0,0),(28623,4075,530,1,1,0,0,-823.573,7630.14,44.977,0.862082,300,10,0,8,0,1,0,0,0),(28624,4075,530,1,1,0,0,-808.729,7645.28,44.6855,1.3903,300,10,0,8,0,1,0,0,0),(28625,4075,530,1,1,0,0,-735.533,7557.11,60.0137,0.183098,300,10,0,8,0,1,0,0,0),(28626,4075,530,1,1,0,0,-4730.6,-12360.9,10.1466,0,300,10,0,8,0,1,0,0,0),(28627,4075,530,1,1,0,0,-4646.67,-12423.9,14.7796,2.10234,300,10,0,8,0,1,0,0,0),(28628,4075,530,1,1,0,0,-4660.38,-12410.9,11.5932,2.89678,300,10,0,8,0,1,0,0,0),(28629,4075,530,1,1,0,0,-2517.04,-12385.4,12.4223,0.200458,300,10,0,8,0,1,0,0,0),(28630,4075,530,1,1,0,0,-2330.81,-12276.1,23.5934,3.59912,300,10,0,8,0,1,0,0,0),(28631,4075,530,1,1,0,0,-2306.88,-11740.1,22.82,6.13217,300,10,0,8,0,1,0,0,0),(28632,4075,530,1,1,0,0,-2500.98,-11764,12.8683,4.44888,300,10,0,8,0,1,0,0,0),(28633,4075,530,1,1,0,0,-2612.27,-11700.5,11.6204,0.579244,300,10,0,8,0,1,0,0,0),(28634,4075,530,1,1,0,0,-2696.55,-11313.8,9.7714,1.97235,300,10,0,8,0,1,0,0,0),(28635,4075,530,1,1,0,0,-2134.41,-11151.2,61.0417,0.95673,300,10,0,8,0,1,0,0,0),(28636,4075,530,1,1,0,0,-2037.99,-11150.3,57.764,1.68338,300,10,0,8,0,1,0,0,0),(28637,4075,530,1,1,0,0,-2233.65,-11820.4,37.6104,2.99625,300,10,0,8,0,1,0,0,0),(28638,4075,530,1,1,0,0,-2158.59,-11909.1,31.6163,0.015624,300,10,0,8,0,1,0,0,0),(28639,4075,530,1,1,0,0,-1858.93,-11955.6,18.6121,0.59666,300,10,0,8,0,1,0,0,0),(28640,4075,530,1,1,0,0,-1625.15,-12028.7,11.8259,1.86225,300,10,0,8,0,1,0,0,0),(28641,4075,530,1,1,0,0,-1485.73,-11550.5,35.6531,2.78031,300,10,0,8,0,1,0,0,0),(28642,4075,530,1,1,0,0,-1733.62,-11220.2,61.7784,2.05891,300,10,0,8,0,1,0,0,0),(28643,4075,530,1,1,0,0,-1803.9,-10906.9,67.1968,1.5417,300,10,0,8,0,1,0,0,0),(28644,4075,530,1,1,0,0,-2085.74,-10999.2,60.9222,0.222697,300,10,0,8,0,1,0,0,0),(28645,4075,530,1,1,0,0,-1741.54,-11552.4,37.3443,5.00415,300,10,0,8,0,1,0,0,0),(28646,4075,530,1,1,0,0,-1953.81,-11610.7,48.838,5.69373,300,10,0,8,0,1,0,0,0),(135494,16460,532,1,1,16547,0,-10826.3,-1999.88,92.243,4.76475,604800,0,0,32166,16155,0,0,0,0),(135493,16459,532,1,1,16545,0,-10868.1,-2081.73,90.5791,2.18166,604800,0,0,40214,0,0,0,0,0),(135492,16459,532,1,1,16543,0,-10865.8,-2083.78,90.5791,2.93215,604800,0,0,40214,0,0,0,0,0),(135491,16459,532,1,1,16546,0,-10898.5,-2011.45,92.2582,5.98648,604800,0,0,40214,0,0,0,0,0),(135490,16459,532,1,1,16546,0,-10897.5,-2017.9,92.2582,3.29867,604800,0,0,40214,0,0,0,0,0),(135489,15691,532,1,1,0,0,-11169.1,-1908.56,165.765,3.81472,604800,5,0,488635,67740,2,0,0,0),(135488,16459,532,1,1,16546,0,-10845,-2099.66,92.2457,2.79253,604800,0,0,40214,0,0,0,0,0),(135487,16459,532,1,1,16545,0,-10851.7,-2099.76,92.2457,4.27606,604800,0,0,40214,0,0,0,0,0),(135486,16459,532,1,1,16543,0,-10833.8,-2038.41,91.0082,2.75762,604800,0,0,40214,0,0,0,0,0),(135485,16459,532,1,1,16543,0,-10836.9,-2038.28,91.0082,2.14675,604800,0,0,40214,0,0,0,0,0),(135484,16459,532,1,1,16545,0,-10860.3,-2033.83,92.2582,1.06465,604800,0,0,40214,0,0,0,0,0),(135483,16459,532,1,1,16543,0,-10854.5,-1984.08,92.243,4.85202,604800,0,0,40214,0,0,0,0,0),(135482,16459,532,1,1,16544,0,-10847.7,-1983.48,92.243,3.76991,604800,0,0,40214,0,0,0,0,0),(135481,16459,532,1,1,16543,0,-10901.8,-2052.29,92.1728,4.21896,604800,0,0,40214,0,0,0,0,0),(135480,16459,532,1,1,16546,0,-10890.8,-2082.82,92.2457,2.21657,604800,0,0,40214,0,0,0,0,0),(135479,16459,532,1,1,16545,0,-10838.1,-1955.68,93.442,4.88692,604800,0,0,40214,0,0,0,0,0),(135478,16459,532,1,1,16543,0,-10832.2,-2006.63,92.243,1.81514,604800,0,0,40214,0,0,0,0,0),(135477,15690,532,1,1,0,0,-10962.2,-2018.73,275.443,3.1057,604800,5,0,795900,0,2,0,0,0),(135476,15689,532,1,1,0,0,-11134,-1582.82,278.794,4.47585,604800,5,0,978040,0,2,0,0,0),(135475,17225,532,1,1,18062,0,-11003.7,-1760.19,140.253,0.296706,604800,0,0,928550,0,0,0,0,0),(135474,16457,532,1,1,16198,0,-10945.9,-2103.79,92.7942,0.872665,604800,0,0,297430,67740,0,0,0,0),(135473,15688,532,1,1,11343,0,-11240.6,-1704.27,179.32,0.663225,604800,0,0,489020,0,0,0,0,0),(135472,15687,532,1,1,16540,1,-10982.7,-1877.93,81.8119,4.62512,604800,0,0,270606,0,0,0,0,0),(135471,17208,532,1,1,16925,0,-11073.6,-1881.38,220.75,4.08407,604800,0,0,42,0,0,0,0,0),(135470,17208,532,1,1,16925,0,-11088.9,-1879.38,220.75,4.60767,604800,0,0,42,0,0,0,0,0),(135469,17208,532,1,1,16925,0,-11070.7,-1857.74,220.75,4.11898,604800,0,0,42,0,0,0,0,0),(135468,17208,532,1,1,16925,0,-11072.6,-1873.53,220.75,5.48033,604800,0,0,42,0,0,0,0,0),(135467,17208,532,1,1,16925,0,-11097.7,-1886.26,220.75,4.53786,604800,0,0,42,0,0,0,0,0),(135466,17208,532,1,1,16925,0,-11080.4,-1872.6,220.75,0.698132,604800,0,0,42,0,0,0,0,0),(135465,17208,532,1,1,16925,0,-11083.7,-1903.79,220.75,5.55015,604800,0,0,42,0,0,0,0,0),(135464,17208,532,1,1,16925,0,-11103.9,-1869.61,220.75,2.28638,604800,0,0,42,0,0,0,0,0),(135463,17208,532,1,1,16925,0,-11064.8,-1874.16,220.75,3.38594,604800,0,0,42,0,0,0,0,0),(135462,17208,532,1,1,16925,0,-11079.5,-1864.82,220.75,0.261799,604800,0,0,42,0,0,0,0,0),(135461,17208,532,1,1,16925,0,-11089.7,-1887.13,220.75,1.15192,604800,0,0,42,0,0,0,0,0),(135460,17208,532,1,1,16925,0,-11078.5,-1856.74,220.75,2.54818,604800,0,0,42,0,0,0,0,0),(135459,17208,532,1,1,16925,0,-11095.8,-1870.51,220.75,4.5204,604800,0,0,42,0,0,0,0,0),(135458,17208,532,1,1,16925,0,-11057.7,-1883.02,220.75,3.28122,604800,0,0,42,0,0,0,0,0),(135457,17208,532,1,1,16925,0,-11075,-1896.92,220.75,1.79769,604800,0,0,42,0,0,0,0,0),(135456,17208,532,1,1,16925,0,-11077.7,-1848.77,220.75,3.29867,604800,0,0,42,0,0,0,0,0),(135455,17208,532,1,1,16925,0,-11095.1,-1862.72,220.75,6.00393,604800,0,0,42,0,0,0,0,0),(135454,17208,532,1,1,16925,0,-11104.5,-1877.59,220.75,5.84685,604800,0,0,42,0,0,0,0,0),(135453,17208,532,1,1,16925,0,-11063.7,-1866.28,220.75,2.84489,604800,0,0,42,0,0,0,0,0),(135452,17208,532,1,1,16925,0,-11081.9,-1888.13,220.75,4.24115,604800,0,0,42,0,0,0,0,0),(135451,17208,532,1,1,16925,0,-11090.6,-1895.09,220.75,0.959931,604800,0,0,42,0,0,0,0,0),(135450,17208,532,1,1,16925,0,-11065.5,-1882.13,220.75,5.58505,604800,0,0,42,0,0,0,0,0),(135449,17208,532,1,1,16925,0,-11074.2,-1889.08,220.75,2.54818,604800,0,0,42,0,0,0,0,0),(135448,17208,532,1,1,16925,0,-11082.9,-1895.98,220.75,3.00197,604800,0,0,42,0,0,0,0,0),(135447,17208,532,1,1,16925,0,-11086.6,-1855.98,220.75,1.97222,604800,0,0,42,0,0,0,0,0),(135446,17208,532,1,1,16925,0,-11096.9,-1878.59,220.75,4.5204,604800,0,0,42,0,0,0,0,0),(135445,17208,532,1,1,16925,0,-11087.3,-1863.82,220.75,3.31613,604800,0,0,42,0,0,0,0,0),(7846,2735,0,1,1,1161,0,-6512.39,-2487.42,315.891,0.284799,300,3,0,1536,0,1,0,0,0),(7845,2729,0,1,1,1164,0,-6745.11,-2659.32,241.814,0.216035,300,10,0,1678,0,1,0,0,0),(7844,2734,0,1,1,917,0,-6885.79,-2586.4,244.904,6.13825,300,5,0,1829,0,1,0,0,0),(7843,92,0,1,1,171,0,-6488.99,-2490.99,324.462,4.66546,300,3,0,1678,0,1,0,0,0),(7842,2701,0,1,1,10704,1,-6825.58,-2821.8,242.167,5.12529,300,0,0,1604,0,0,0,0,0),(24167,6521,1,1,1,5488,0,-7127.91,-1345.4,-193.916,1.4336,300,5,0,3293,0,1,0,0,0),(24166,6521,1,1,1,5488,0,-7106.56,-1311.51,-188.261,4.20927,300,5,0,3293,0,1,0,0,0),(24165,6521,1,1,1,5488,0,-7106.56,-1274.52,-193.747,0.859972,300,5,0,3293,0,1,0,0,0),(24164,6521,1,1,1,5488,0,-7150.83,-1260.37,-195.071,1.52967,300,5,0,3293,0,1,0,0,0),(24163,6521,1,1,1,5488,0,-7212.41,-1229.27,-209.363,4.82263,300,5,0,3293,0,1,0,0,0),(24162,6521,1,1,1,5488,0,-7052.13,-1236.85,-272.018,2.57603,300,5,0,3293,0,1,0,0,0),(24161,6521,1,1,1,5488,0,-7077.44,-1357.61,-223.61,1.72953,300,5,0,3293,0,1,0,0,0),(24160,6521,1,1,1,5488,0,-7317.35,-1383.34,-271.491,0.778083,300,5,0,3293,0,1,0,0,0),(24159,6521,1,1,1,5488,0,-7144.95,-1296.5,-184.36,5.21394,300,5,0,3293,0,1,0,0,0),(24158,6521,1,1,1,5488,0,-7160.42,-1331.25,-184.351,4.82072,300,5,0,3293,0,1,0,0,0),(24157,6521,1,1,1,5488,0,-7121.7,-1166.18,-234.748,0.557152,300,5,0,3293,0,1,0,0,0),(24156,6521,1,1,1,5488,0,-7342.65,-1275.53,-274.066,3.61778,300,5,0,3293,0,1,0,0,0),(24155,6521,1,1,1,5488,0,-7178.48,-1379.61,-184.221,2.69534,300,5,0,3293,0,1,0,0,0),(24154,6521,1,1,1,5488,0,-7185.91,-1352.12,-184.374,4.07613,300,5,0,3293,0,1,0,0,0),(24153,6521,1,1,1,5488,0,-7239.45,-1254.75,-215.959,3.45964,300,5,0,3293,0,1,0,0,0),(24152,6521,1,1,1,5488,0,-7394.89,-1522.18,-271.088,3.78856,300,5,0,3293,0,1,0,0,0),(24151,6521,1,1,1,5488,0,-7347.86,-1151.52,-274.639,0.735681,300,3,0,3293,0,1,0,0,0),(24150,6521,1,1,1,5488,0,-7162.13,-1136.59,-268.798,4.78606,300,5,0,3293,0,1,0,0,0),(24149,6520,1,1,1,1070,0,-7021.45,-1419.71,-247.343,2.63431,300,0,0,2551,1982,2,0,0,0),(24148,6520,1,1,1,1070,0,-7069.64,-1505.92,-261.936,0.604154,300,5,0,2551,1982,1,0,0,0),(24147,6520,1,1,1,1070,0,-7063.3,-1452.48,-262.697,4.45927,300,5,0,2551,1982,1,0,0,0),(24146,6520,1,1,1,1070,0,-7171.22,-1505.37,-265.819,5.71366,300,5,0,2551,1982,1,0,0,0),(24145,6520,1,1,1,1070,0,-7053.18,-1307.15,-248.142,5.10268,300,5,0,2551,1982,1,0,0,0),(24144,6520,1,1,1,1070,0,-7094.46,-1417.75,-234.572,0.863495,300,5,0,2551,1982,1,0,0,0),(24143,6520,1,1,1,1070,0,-7087.3,-1199.31,-242.478,5.0929,300,3,0,2551,1982,1,0,0,0),(24142,6520,1,1,1,1070,0,-7280.95,-1312.79,-240.52,2.17133,300,5,0,2551,1982,1,0,0,0),(24141,6520,1,1,1,1070,0,-7279.55,-1218.77,-240.343,3.91437,300,5,0,2551,1982,1,0,0,0),(24140,6520,1,1,1,1070,0,-7239.03,-1157.92,-252.875,5.76318,300,5,0,2551,1982,1,0,0,0),(24139,6520,1,1,1,1070,0,-7319.38,-1463.35,-241.124,5.39442,300,5,0,2551,1982,1,0,0,0),(24138,6520,1,1,1,1070,0,-7294.9,-1193.18,-254.233,0.200458,300,5,0,2551,1982,1,0,0,0),(42791,7337,129,1,1,0,0,2526.72,786.105,46.1426,2.0424,86400,0,0,3027,1067,0,0,0,0),(42790,7329,129,1,1,0,1,2529.28,797.294,45.9395,5.73285,86400,0,0,3660,0,0,0,0,0),(42789,7328,129,1,1,0,1,2489.1,797.185,41.6005,2.46071,86400,1,0,3660,0,1,0,0,0),(42788,7329,129,1,1,0,1,2495.82,788.094,39.5196,4.04916,86400,1,0,3660,0,1,0,0,0),(42787,7334,129,1,1,0,0,2530.19,803.431,45.5162,5.32644,86400,0,1,1536,0,2,0,0,0),(42786,7337,129,1,1,0,0,2486.05,824.767,43.6573,2.07059,86400,1,0,3027,1067,1,0,0,0),(42726,2110,129,1,1,0,0,2424.16,985.042,48.7633,3.44064,86400,5,0,1,0,1,0,0,0),(42725,7346,129,1,1,0,1,2404.7,937.682,40.3169,0,86400,0,0,1469,0,0,0,0,0),(24137,6519,1,1,1,480,0,-6416.52,-1214.31,-275.225,0.256826,300,5,0,2551,1982,1,0,0,0),(24136,6519,1,1,1,480,0,-6348.84,-1158.43,-272.344,5.73624,300,15,0,2551,1982,1,0,0,0),(24135,6519,1,1,1,480,0,-6379.52,-1180.38,-271.652,1.285,300,15,0,2551,1982,1,0,0,0),(24134,6519,1,1,1,480,0,-6340.29,-1223.43,-268.953,5.28901,300,15,0,2551,1982,1,0,0,0),(24133,6519,1,1,1,480,0,-6390.63,-1109.64,-269.398,1.96002,300,15,0,2551,1982,1,0,0,0),(24132,6519,1,1,1,480,0,-6487.22,-1010.4,-275.278,2.50317,300,15,0,2551,1982,1,0,0,0),(24131,6519,1,1,1,480,0,-6618.43,-1346.09,-272.727,5.83427,300,5,0,2551,1982,1,0,0,0),(24130,6519,1,1,1,480,0,-6590.75,-1325.12,-275.418,3.73231,300,5,0,2551,1982,1,0,0,0),(24129,6519,1,1,1,480,0,-6648.09,-1379.37,-276.131,1.99734,300,5,0,2551,1982,1,0,0,0),(24128,6519,1,1,1,480,0,-6481.17,-1288.38,-273.324,0.979225,300,5,0,2551,1982,1,0,0,0),(24127,6519,1,1,1,480,0,-6657.5,-1319.58,-274.759,6.01943,300,15,0,2551,1982,1,0,0,0),(24126,6519,1,1,1,480,0,-6595.02,-1449.19,-280.764,5.69952,300,5,0,2551,1982,1,0,0,0),(24125,6519,1,1,1,480,0,-6611.58,-1464.51,-286.48,4.43141,300,5,0,2551,1982,1,0,0,0),(24124,6519,1,1,1,480,0,-6447.38,-1257.41,-277.907,0.982794,300,5,0,2551,1982,1,0,0,0),(24123,6519,1,1,1,480,0,-6543.75,-1281.25,-278.763,3.98165,300,5,0,2551,1982,1,0,0,0),(31296,23594,1,1,1,21663,1,-3666.95,-3477.12,39.5861,5.21954,360,5,0,1604,0,1,0,0,0),(24122,6519,1,1,1,480,0,-6519.72,-1246.8,-280.721,6.0913,300,5,0,2551,1982,1,0,0,0),(31295,4341,1,1,1,1080,0,-2728.44,-3687.71,31.1385,3.55584,360,10,0,1403,0,1,0,0,0),(24121,6518,1,1,1,9010,0,-6492.53,-1220.53,-270.742,3.52994,300,15,0,3082,0,1,0,0,0),(24120,6518,1,1,1,9010,0,-6411.68,-1142.8,-271.033,4.14551,300,15,0,3082,0,1,0,0,0),(24119,6518,1,1,1,9010,0,-6406.28,-1082.22,-272.064,6.0979,300,5,0,3082,0,1,0,0,0),(24118,6518,1,1,1,9010,0,-6443.44,-1120.04,-272.056,5.57096,300,15,0,3082,0,1,0,0,0),(24117,6518,1,1,1,9010,0,-6450.72,-1052.44,-276.917,4.15506,300,15,0,3082,0,1,0,0,0),(24116,6518,1,1,1,9010,0,-6473.93,-1082.46,-275.542,5.08593,300,15,0,3082,0,1,0,0,0),(24115,6518,1,1,1,9010,0,-6514.16,-1053.86,-271.908,5.32152,300,15,0,3082,0,1,0,0,0),(24114,6518,1,1,1,9010,0,-6448.8,-1172.34,-273.61,3.56854,300,15,0,3082,0,1,0,0,0),(24113,6518,1,1,1,9010,0,-6616.95,-1416.21,-271.722,1.13594,300,5,0,3082,0,1,0,0,0),(24112,6518,1,1,1,9010,0,-6558.17,-1359.48,-272.158,4.73089,300,5,0,3082,0,1,0,0,0),(24111,6518,1,1,1,9010,0,-6586.68,-1382.18,-272.017,5.54086,300,5,0,3082,0,1,0,0,0),(31294,4351,1,1,1,2571,0,-2754.88,-3684.1,38.5339,5.22233,360,5,0,1469,0,1,0,0,0),(24110,6518,1,1,1,9010,0,-6522.05,-1320.06,-272.095,4.40726,300,5,0,3082,0,1,0,0,0),(24109,6518,1,1,1,9010,0,-6377.13,-1063.99,-274.645,5.09557,300,5,0,3082,0,1,0,0,0),(24108,6518,1,1,1,9010,0,-6416.91,-1289.44,-270.294,1.06256,300,30,0,3082,0,1,0,0,0),(24107,6518,1,1,1,9010,0,-6552.17,-1484.96,-273.816,0.644234,300,5,0,3082,0,1,0,0,0),(24106,6518,1,1,1,9010,0,-6456.91,-1455.23,-279.098,0.494206,300,5,0,3082,0,1,0,0,0),(24105,6517,1,1,1,1549,0,-6740.62,-1648.96,-276.945,0.815809,300,15,0,2880,0,1,0,0,0),(24104,6517,1,1,1,1549,0,-6705.57,-1617.97,-270.666,5.69565,300,5,0,2880,0,1,0,0,0),(24103,6517,1,1,1,1549,0,-6789.57,-1754.97,-269.405,2.93197,300,15,0,2880,0,1,0,0,0),(24102,6517,1,1,1,1549,0,-6746.84,-1723.04,-278.66,1.98287,300,5,0,2880,0,1,0,0,0),(24101,6517,1,1,1,1549,0,-6790.55,-1190.82,-270.283,4.75135,300,5,0,2880,0,1,0,0,0),(24100,6517,1,1,1,1549,0,-6557.81,-1874.73,-274.064,3.59459,300,5,0,2880,0,1,0,0,0),(24099,6517,1,1,1,1549,0,-6562.6,-1854.97,-273.537,5.77933,300,5,0,2880,0,1,0,0,0),(24098,6517,1,1,1,1549,0,-6582.18,-1685.83,-270.953,1.67011,300,5,0,2880,0,1,0,0,0),(24097,6517,1,1,1,1549,0,-6529.73,-1682.45,-270.441,2.28577,300,5,0,2880,0,1,0,0,0),(24096,6517,1,1,1,1549,0,-6547.52,-1722.29,-273.964,1.60204,300,5,0,2880,0,1,0,0,0),(24095,6517,1,1,1,1549,0,-6747.13,-1281.8,-269.575,5.73196,300,15,0,2880,0,1,0,0,0),(24094,6517,1,1,1,1549,0,-6849.33,-1183.88,-271.469,3.86576,300,5,0,2880,0,1,0,0,0),(24093,6517,1,1,1,1549,0,-6708.93,-1239.1,-270.444,1.34968,300,15,0,2880,0,1,0,0,0),(24092,6517,1,1,1,1549,0,-6819.27,-1208.62,-277.012,2.34321,300,5,0,2880,0,1,0,0,0),(24091,6516,1,1,1,5244,0,-6343.42,-1947.7,-272.417,5.12046,300,0,0,3082,0,2,0,0,0),(24090,6516,1,1,1,5244,0,-6394,-1916.77,-262.731,5.89758,300,3,0,3082,0,1,0,0,0),(24089,6516,1,1,1,5244,0,-6379.92,-1866.73,-260.394,1.07428,300,0,0,3082,0,2,0,0,0),(24088,6516,1,1,1,5244,0,-6368.61,-1839.66,-259.881,2.48301,300,3,0,3082,0,1,0,0,0),(24081,6516,1,1,1,5244,0,-6376.58,-1970.12,-257.085,2.42601,300,0,0,3082,0,0,0,0,0),(24080,6516,1,1,1,5244,0,-6339.85,-1959.21,-274.156,6.0677,300,3,0,3082,0,1,0,0,0),(24079,6516,1,1,1,5244,0,-6340.41,-2011.65,-256.843,4.69172,300,3,0,3082,0,1,0,0,0),(24078,6516,1,1,1,5244,0,-6383.38,-2006.33,-270.012,4.95571,300,3,0,3082,0,1,0,0,0),(24077,6516,1,1,1,5244,0,-6316.92,-2005.26,-260.204,2.90214,300,0,0,3082,0,2,0,0,0),(24076,6514,1,1,1,844,0,-6352.06,-1903.19,-259.249,3.62623,300,3,0,2880,0,1,0,0,0),(24075,6514,1,1,1,844,0,-6376.59,-1879.31,-259.375,5.37883,300,3,0,2880,0,1,0,0,0),(24074,6514,1,1,1,844,0,-6381.47,-1809.51,-265.982,1.16311,300,3,0,2880,0,1,0,0,0),(24073,6514,1,1,1,844,0,-6451.92,-1783.8,-273.701,3.74354,300,30,0,2880,0,1,0,0,0),(24072,6514,1,1,1,844,0,-6359.1,-1986.65,-276.222,3.07659,300,3,0,2880,0,1,0,0,0),(24071,6514,1,1,1,844,0,-6306.32,-1972.93,-268.713,6.14949,300,5,0,2880,0,1,0,0,0),(24070,6514,1,1,1,844,0,-6290.76,-1993.92,-264.757,2.32043,300,5,0,2880,0,1,0,0,0),(24069,6514,1,1,1,844,0,-6356.07,-2022.5,-258.597,0.306069,300,3,0,2880,0,1,0,0,0),(24068,6514,1,1,1,844,0,-6322.74,-2003.04,-259.831,1.62164,300,5,0,2880,0,1,0,0,0),(24067,6514,1,1,1,844,0,-6318.32,-1921.89,-271.154,0.394706,300,3,0,2880,0,1,0,0,0),(24066,6513,1,1,1,5294,0,-6390.52,-1959.96,-259.691,6.21409,300,5,0,2980,0,1,0,0,0),(24065,6513,1,1,1,5294,0,-6379.64,-1701.56,-273.073,1.20668,300,10,0,2980,0,1,0,0,0),(24064,6513,1,1,1,5294,0,-6414.01,-1745.68,-272.593,3.80496,300,15,0,2980,0,1,0,0,0),(24063,6513,1,1,1,5294,0,-6393.32,-1774.87,-270.23,4.81833,300,15,0,2980,0,1,0,0,0),(24062,6513,1,1,1,5294,0,-6412.21,-1808.5,-270.792,5.97127,300,5,0,2980,0,1,0,0,0),(24061,6513,1,1,1,5294,0,-6328.86,-1895.59,-263.935,6.03702,300,3,0,2980,0,1,0,0,0),(24060,6513,1,1,1,5294,0,-6401.87,-2021.37,-262.978,0.745281,300,3,0,2980,0,1,0,0,0),(24059,6512,1,1,1,11636,0,-6500.11,-925.214,-273.539,5.77628,300,30,0,3082,0,1,0,0,0),(24058,6512,1,1,1,11636,0,-7982.54,-880.99,-268.325,2.33967,300,5,0,3082,0,1,0,0,0),(24057,6512,1,1,1,11636,0,-7303.37,-975.238,-271.773,4.13845,300,15,0,3082,0,1,0,0,0),(24056,6512,1,1,1,11636,0,-7586.58,-687.876,-251.186,0.630231,300,5,0,3082,0,1,0,0,0),(24055,6512,1,1,1,11636,0,-6573.67,-907.77,-272.144,1.09865,300,15,0,3082,0,1,0,0,0),(24054,6512,1,1,1,11636,0,-6583.35,-985.995,-270.393,6.26558,300,15,0,3082,0,1,0,0,0),(24053,6512,1,1,1,11636,0,-6848.51,-929.103,-271.931,2.09212,300,15,0,3082,0,1,0,0,0),(24047,6512,1,1,1,11636,0,-6926.96,-995.928,-272.732,4.08164,300,15,0,3082,0,1,0,0,0),(24046,6512,1,1,1,11636,0,-7824.16,-842.182,-267.865,1.70303,300,30,0,3082,0,1,0,0,0),(24045,6512,1,1,1,11636,0,-6768.86,-990.151,-268.777,5.33186,300,5,0,3082,0,1,0,0,0),(24044,6512,1,1,1,11636,0,-7033.88,-1001.56,-271.222,5.27101,300,5,0,3082,0,1,0,0,0),(24043,6512,1,1,1,11636,0,-7021.94,-1015.31,-271.762,6.24389,300,10,0,3082,0,1,0,0,0),(24042,6512,1,1,1,11636,0,-7909.21,-971.471,-275.819,1.73562,300,5,0,3082,0,1,0,0,0),(24041,6512,1,1,1,11636,0,-7913.91,-781.475,-269.796,2.81984,300,5,0,3082,0,1,0,0,0),(24040,6512,1,1,1,11636,0,-7648.2,-817.279,-272.171,6.21311,300,15,0,3082,0,1,0,0,0),(24039,6512,1,1,1,11636,0,-6717.47,-773.97,-271.452,6.16784,300,15,0,3082,0,1,0,0,0),(24038,6512,1,1,1,11636,0,-7254.74,-385.304,-267.294,4.60484,300,10,0,3082,0,1,0,0,0),(24037,6512,1,1,1,11636,0,-6541.2,-957.745,-272.143,5.16397,300,30,0,3082,0,1,0,0,0),(24036,6512,1,1,1,11636,0,-6714.59,-921.364,-270.72,2.79029,300,5,0,3082,0,1,0,0,0),(24035,6512,1,1,1,11636,0,-6497.21,-681.771,-271.843,5.21847,300,15,0,3082,0,1,0,0,0),(24034,6512,1,1,1,11636,0,-6850.51,-737.748,-271.142,3.62007,300,5,0,3082,0,1,0,0,0),(24033,6512,1,1,1,11636,0,-7321,-918.193,-270.425,2.53774,300,15,0,3082,0,1,0,0,0),(24032,6512,1,1,1,11636,0,-7344.74,-1032.06,-271.858,4.7876,300,15,0,3082,0,1,0,0,0),(24031,6512,1,1,1,11636,0,-6545.31,-812.571,-273.074,5.98643,300,5,0,3082,0,1,0,0,0),(24030,6512,1,1,1,11636,0,-6522.13,-717.134,-271.443,1.37225,300,5,0,3082,0,1,0,0,0),(24029,6512,1,1,1,11636,0,-6911.39,-780.045,-271.722,1.08136,300,5,0,3082,0,1,0,0,0),(24028,6512,1,1,1,11636,0,-7031.07,-493.203,-275.601,2.88808,300,10,0,3082,0,1,0,0,0),(24027,6512,1,1,1,11636,0,-7148.73,-869.665,-270.162,4.64332,300,5,0,3082,0,1,0,0,0),(24026,6512,1,1,1,11636,0,-7246.12,-917.446,-272.23,5.32423,300,15,0,3082,0,1,0,0,0),(24025,6512,1,1,1,11636,0,-7058.64,-571.233,-272.663,4.56939,300,30,0,3082,0,1,0,0,0),(24024,6512,1,1,1,11636,0,-6968.41,-731.092,-266.986,5.34824,300,5,0,3082,0,1,0,0,0),(24023,6512,1,1,1,11636,0,-6971.62,-588.256,-271.315,5.33209,300,15,0,3082,0,1,0,0,0),(24022,6512,1,1,1,11636,0,-7514.44,-752.173,-264.548,5.65837,300,15,0,3082,0,1,0,0,0),(24021,6512,1,1,1,11636,0,-6817.19,-819.944,-271.688,4.50268,300,15,0,3082,0,1,0,0,0),(24020,6512,1,1,1,11636,0,-6971.73,-777.323,-271.034,1.13346,300,5,0,3082,0,1,0,0,0),(24019,6512,1,1,1,11636,0,-7044.94,-785.562,-271.678,3.84993,300,15,0,3082,0,1,0,0,0),(24018,6512,1,1,1,11636,0,-7118.89,-439.284,-271.222,2.18564,300,5,0,3082,0,1,0,0,0),(24017,6512,1,1,1,11636,0,-7152.34,-1018.22,-272.097,1.52819,300,5,0,3082,0,1,0,0,0),(24013,6512,1,1,1,11636,0,-6745.58,-610.667,-271.597,1.6331,300,15,0,3082,0,1,0,0,0),(24012,6512,1,1,1,11636,0,-6927.65,-537.829,-272.473,4.75633,300,15,0,3082,0,1,0,0,0),(24011,6512,1,1,1,11636,0,-7688.19,-834.587,-269.8,2.18493,300,15,0,3082,0,1,0,0,0),(24010,6512,1,1,1,11636,0,-7868.89,-606.312,-262.084,5.66974,300,10,0,3082,0,1,0,0,0),(24009,6512,1,1,1,11636,0,-7677.28,-709.215,-270.164,0.446949,300,15,0,3082,0,1,0,0,0),(24008,6512,1,1,1,11636,0,-7395.96,-390.956,-269.924,3.3681,300,5,0,3082,0,1,0,0,0),(24007,6512,1,1,1,11636,0,-6786.07,-523.277,-271.003,1.34732,300,15,0,3082,0,1,0,0,0),(24006,6512,1,1,1,11636,0,-7754.16,-659.33,-265.734,4.1569,300,15,0,3082,0,1,0,0,0),(24005,6512,1,1,1,11636,0,-7440.37,-555.698,-271.956,5.61268,300,5,0,3082,0,1,0,0,0),(24004,6512,1,1,1,11636,0,-7857.48,-700.131,-257.256,4.94442,300,5,0,3082,0,1,0,0,0),(24003,6512,1,1,1,11636,0,-7592.58,-604.901,-257.586,2.05586,300,15,0,3082,0,1,0,0,0),(24002,6512,1,1,1,11636,0,-7646.54,-460.15,-270.013,0.33547,300,5,0,3082,0,1,0,0,0),(24001,6512,1,1,1,11636,0,-6668.23,-667.188,-269.786,0.928463,300,5,0,3082,0,1,0,0,0),(24000,6512,1,1,1,11636,0,-7373,-556.336,-275.379,1.69047,300,5,0,3082,0,1,0,0,0),(23999,6511,1,1,1,11633,0,-6925,-1941.67,-270.661,4.44868,300,30,0,2779,0,1,0,0,0),(23998,6511,1,1,1,11633,0,-6897.2,-2155.92,-269.877,3.06137,300,15,0,2779,0,1,0,0,0),(23997,6511,1,1,1,11633,0,-6749.33,-2086.29,-271.848,4.58141,300,15,0,2779,0,1,0,0,0),(23996,6511,1,1,1,11633,0,-6536.59,-2038.39,-271.915,4.45677,300,15,0,2779,0,1,0,0,0),(23995,6511,1,1,1,11633,0,-6709.83,-1999.2,-270.472,1.62944,300,5,0,2779,0,1,0,0,0),(23994,6511,1,1,1,11633,0,-6935.29,-2091.91,-271.216,5.41221,300,15,0,2779,0,1,0,0,0),(23993,6511,1,1,1,11633,0,-7150.89,-2282.38,-267.96,5.17866,300,5,0,2779,0,1,0,0,0),(23992,6511,1,1,1,11633,0,-6471.85,-2027.9,-270.741,6.18133,300,5,0,2779,0,1,0,0,0),(23991,6511,1,1,1,11633,0,-6853.17,-1926.99,-271.255,5.87983,300,30,0,2779,0,1,0,0,0),(23990,6511,1,1,1,11633,0,-6612.1,-1946.14,-272.148,2.39517,300,15,0,2779,0,1,0,0,0),(23989,6511,1,1,1,11633,0,-7122.95,-2244.02,-268.858,2.58432,300,5,0,2779,0,1,0,0,0),(23988,6511,1,1,1,11633,0,-6947.54,-1696.87,-271.975,4.74365,300,5,0,2779,0,1,0,0,0),(23987,6511,1,1,1,11633,0,-6796.15,-1973.89,-271.499,1.49852,300,5,0,2779,0,1,0,0,0),(23986,6511,1,1,1,11633,0,-6881.82,-1611.27,-271.717,1.96544,300,5,0,2779,0,1,0,0,0),(23985,6511,1,1,1,11633,0,-7044.49,-1818.26,-272.246,2.81662,300,5,0,2779,0,1,0,0,0),(23984,6511,1,1,1,11633,0,-6963.25,-1703.21,-271.551,2.26898,300,5,0,2779,0,1,0,0,0),(23983,6511,1,1,1,11633,0,-6837.14,-1656.04,-271.804,3.40219,300,5,0,2779,0,1,0,0,0),(23982,6511,1,1,1,11633,0,-6753.82,-2029.09,-271.801,1.56533,300,5,0,2779,0,1,0,0,0),(23981,6511,1,1,1,11633,0,-6808.67,-1697.36,-272.191,3.64717,300,15,0,2779,0,1,0,0,0),(23980,6511,1,1,1,11633,0,-6854.13,-1561.97,-267.927,4.60475,300,15,0,2779,0,1,0,0,0),(23979,6511,1,1,1,11633,0,-6887.54,-1553.15,-271.977,3.52552,300,15,0,2779,0,1,0,0,0),(23978,6511,1,1,1,11633,0,-6789.75,-1824.7,-271.847,2.56231,300,5,0,2779,0,1,0,0,0),(23977,6511,1,1,1,11633,0,-6824.74,-1952.47,-270.939,3.75786,300,30,0,2779,0,1,0,0,0),(23976,6511,1,1,1,11633,0,-6650.07,-2081.54,-271.493,1.0889,300,15,0,2779,0,1,0,0,0),(23975,6511,1,1,1,11633,0,-6689.63,-1858.95,-271.19,2.10387,300,30,0,2779,0,1,0,0,0),(23974,6511,1,1,1,11633,0,-6580.79,-2016.96,-270.829,4.51193,300,15,0,2779,0,1,0,0,0),(23973,6511,1,1,1,11633,0,-6977.55,-2166.8,-270.599,1.27747,300,5,0,2779,0,1,0,0,0),(23972,6511,1,1,1,11633,0,-7079.23,-2278.7,-268.825,2.07207,300,5,0,2779,0,1,0,0,0),(23971,6511,1,1,1,11633,0,-6919.77,-2150.18,-273.577,3.4587,300,30,0,2779,0,1,0,0,0),(23970,6511,1,1,1,11633,0,-7045.67,-2227.21,-269.529,2.32408,300,5,0,2779,0,1,0,0,0),(23969,6511,1,1,1,11633,0,-7589.91,-2080.58,-271.891,1.94611,300,5,0,2779,0,1,0,0,0),(23968,6511,1,1,1,11633,0,-7544.81,-2117.19,-271.171,5.05331,300,5,0,2779,0,1,0,0,0),(23967,6511,1,1,1,11633,0,-6646.36,-1727.75,-271.945,2.86103,300,15,0,2779,0,1,0,0,0),(23964,6511,1,1,1,11633,0,-7218.66,-2211.98,-272.016,4.81727,300,10,0,2779,0,1,0,0,0),(23962,6510,1,1,1,11635,0,-6332.16,-1441.35,-267.942,3.80504,300,10,0,2980,0,1,0,0,0),(23961,6510,1,1,1,11635,0,-6325.13,-1391.86,-266.877,2.25223,300,10,0,2980,0,1,0,0,0),(23960,6510,1,1,1,11635,0,-7113.14,-1700.94,-271.111,4.87914,300,15,0,2980,0,1,0,0,0),(23959,6510,1,1,1,11635,0,-6682.91,-1146.89,-268.908,1.28471,300,30,0,2980,0,1,0,0,0),(23958,6510,1,1,1,11635,0,-6817.82,-1346.32,-272.097,1.3895,300,15,0,2980,0,1,0,0,0),(23957,6510,1,1,1,11635,0,-6720.46,-1117.26,-272.097,3.26554,300,5,0,2980,0,1,0,0,0),(23956,6510,1,1,1,11635,0,-6456.62,-1685,-273.585,4.74753,300,5,0,2980,0,1,0,0,0),(23955,6510,1,1,1,11635,0,-6456.16,-1624.6,-273.782,4.34241,300,5,0,2980,0,1,0,0,0),(23954,6510,1,1,1,11635,0,-6375.55,-1582.74,-271.972,5.03465,300,15,0,2980,0,1,0,0,0),(23953,6510,1,1,1,11635,0,-6304.19,-1471.67,-269.383,0.478662,300,10,0,2980,0,1,0,0,0),(23952,6510,1,1,1,11635,0,-6519.31,-1548.64,-271.414,2.01085,300,5,0,2980,0,1,0,0,0),(23951,6510,1,1,1,11635,0,-7650.45,-1185.55,-268.588,4.83456,300,0,0,2980,0,0,0,0,0),(23950,6510,1,1,1,11635,0,-7616.99,-1150.82,-272.159,4.84765,300,5,0,2980,0,1,0,0,0),(23949,6510,1,1,1,11635,0,-6547.51,-1567.47,-271.943,4.65397,300,5,0,2980,0,1,0,0,0),(23948,6510,1,1,1,11635,0,-7617.3,-1616.91,-272.097,4.91013,300,5,0,2980,0,1,0,0,0),(23947,6510,1,1,1,11635,0,-7026.07,-1902.23,-272.925,4.4987,300,5,0,2980,0,1,0,0,0),(23946,6510,1,1,1,11635,0,-6734.08,-1456.81,-270.997,5.84137,300,30,0,2980,0,1,0,0,0),(23945,6510,1,1,1,11635,0,-7302.62,-1713.49,-271.931,0.171561,300,5,0,2980,0,1,0,0,0),(23944,6510,1,1,1,11635,0,-7612.35,-1505.96,-264.512,2.42258,300,5,0,2980,0,1,0,0,0),(23943,6510,1,1,1,11635,0,-6392.35,-1633.16,-271.847,1.77666,300,15,0,2980,0,1,0,0,0),(23942,6510,1,1,1,11635,0,-7264.63,-1631.81,-270.901,0.824053,300,5,0,2980,0,1,0,0,0),(23941,6510,1,1,1,11635,0,-7172.56,-1736.17,-276.743,2.22446,300,15,0,2980,0,1,0,0,0),(23940,6510,1,1,1,11635,0,-6352.17,-1556.58,-271.471,1.41916,300,15,0,2980,0,1,0,0,0),(23939,6510,1,1,1,11635,0,-7400.68,-1681.85,-276.73,1.15079,300,15,0,2980,0,1,0,0,0),(23938,6510,1,1,1,11635,0,-6595.12,-1089.74,-271.384,0.514304,300,30,0,2980,0,1,0,0,0),(23937,6510,1,1,1,11635,0,-6632.9,-1116.65,-264.704,5.59195,300,30,0,2980,0,1,0,0,0),(23936,6510,1,1,1,11635,0,-7660.03,-1574.24,-272.097,0.60599,300,30,0,2980,0,1,0,0,0),(23935,6510,1,1,1,11635,0,-6646.96,-1237.44,-272.097,5.1589,300,5,0,2980,0,1,0,0,0),(23934,6510,1,1,1,11635,0,-6989.89,-1673.75,-272.136,3.34924,300,5,0,2980,0,1,0,0,0),(23933,6510,1,1,1,11635,0,-6514.84,-1183.67,-271.114,1.82762,300,15,0,2980,0,1,0,0,0),(23932,6510,1,1,1,11635,0,-7012.34,-1779.81,-270.511,6.24609,300,5,0,2980,0,1,0,0,0),(23931,6510,1,1,1,11635,0,-7356.48,-1723.96,-272.162,3.61223,300,5,0,2980,0,1,0,0,0),(23930,6510,1,1,1,11635,0,-7474.33,-1680.95,-282.316,1.13511,300,15,0,2980,0,1,0,0,0),(23929,6510,1,1,1,11635,0,-6675.2,-1084.65,-271.266,3.13573,300,5,0,2980,0,1,0,0,0),(23928,6510,1,1,1,11635,0,-7488.32,-1545.33,-273.053,0.284691,300,5,0,2980,0,1,0,0,0),(23927,6510,1,1,1,11635,0,-6600.38,-1589.51,-271.832,3.17953,300,5,0,2980,0,1,0,0,0),(23926,6510,1,1,1,11635,0,-6588.6,-1550.14,-271.074,1.61968,300,5,0,2980,0,1,0,0,0),(23925,6510,1,1,1,11635,0,-6718.19,-1541.53,-272.097,1.48363,300,5,0,2980,0,1,0,0,0),(23924,6510,1,1,1,11635,0,-7450.56,-1367.24,-267.996,2.14372,300,5,0,2980,0,1,0,0,0),(23923,6510,1,1,1,11635,0,-7112.81,-1602.83,-271.521,0.54023,300,15,0,2980,0,1,0,0,0),(23922,6510,1,1,1,11635,0,-6680.75,-1569.34,-272.097,5.52849,300,15,0,2980,0,1,0,0,0),(23921,6510,1,1,1,11635,0,-7191.91,-1582.62,-265.544,3.92423,300,5,0,2980,0,1,0,0,0),(23920,6510,1,1,1,11635,0,-7077.05,-1650.7,-271.115,3.12404,300,15,0,2980,0,1,0,0,0),(23919,6510,1,1,1,11635,0,-7664.11,-1189.61,-269.208,3.96415,300,5,0,2980,0,1,0,0,0),(23918,6510,1,1,1,11635,0,-6876.37,-1128.12,-271.799,5.49996,300,5,0,2980,0,1,0,0,0),(23917,6510,1,1,1,11635,0,-8031.56,-1646.25,-271.265,3.19633,300,10,0,2980,0,1,0,0,0),(23916,6510,1,1,1,11635,0,-7311.54,-1592.18,-271.92,2.82622,300,5,0,2980,0,1,0,0,0),(23915,6510,1,1,1,11635,0,-7508.55,-1429.82,-268.339,2.12353,300,15,0,2980,0,1,0,0,0),(23914,6510,1,1,1,11635,0,-7573.27,-1317.04,-271.519,1.25522,300,5,0,2980,0,1,0,0,0),(23913,6510,1,1,1,11635,0,-7708.95,-1294.11,-268.585,2.43458,300,5,0,2980,0,1,0,0,0),(23912,6510,1,1,1,11635,0,-7639.97,-1252.42,-265.469,1.16959,300,5,0,2980,0,1,0,0,0),(23911,6510,1,1,1,11635,0,-7492.95,-1411.82,-265.912,2.37503,300,5,0,2980,0,1,0,0,0),(23910,6510,1,1,1,11635,0,-7945.2,-1546.7,-272.247,2.91787,300,15,0,2980,0,1,0,0,0),(23909,6510,1,1,1,11635,0,-7546.44,-1343.14,-270.757,2.0171,300,5,0,2980,0,1,0,0,0),(23908,6510,1,1,1,11635,0,-7752.77,-1495.28,-271.731,1.4947,300,30,0,2980,0,1,0,0,0),(23907,6510,1,1,1,11635,0,-7712.66,-1436.78,-269.012,2.84354,300,15,0,2980,0,1,0,0,0),(23906,6510,1,1,1,11635,0,-7785.28,-1597.19,-271.09,3.89351,300,10,0,2980,0,1,0,0,0),(23905,6510,1,1,1,11635,0,-7483.39,-1250.88,-268.688,0.899635,300,15,0,2980,0,1,0,0,0),(23904,6510,1,1,1,11635,0,-7656.22,-1373.94,-270.177,4.64011,300,5,0,2980,0,1,0,0,0),(23903,6510,1,1,1,11635,0,-7718.36,-1120.08,-271.347,1.36541,300,30,0,2980,0,1,0,0,0),(23902,6510,1,1,1,11635,0,-7481.54,-1311.74,-271.827,4.45812,300,15,0,2980,0,1,0,0,0),(23901,6510,1,1,1,11635,0,-7556.32,-1418.93,-272.544,4.29417,300,15,0,2980,0,1,0,0,0),(23900,6510,1,1,1,11635,0,-7451.79,-1088.6,-271.16,1.14616,300,15,0,2980,0,1,0,0,0),(23899,6510,1,1,1,11635,0,-7543.27,-1707.92,-273.602,3.91403,300,15,0,2980,0,1,0,0,0),(23898,6510,1,1,1,11635,0,-7082.96,-1683.83,-275.932,2.18166,300,0,0,2980,0,0,0,0,0),(23897,6509,1,1,1,11634,0,-6919.73,-1785.22,-268.471,3.33358,300,0,0,2679,0,0,0,0,0),(23896,6509,1,1,1,11634,0,-6710,-1944.18,-272.097,0.718573,300,30,0,2679,0,1,0,0,0),(23895,6509,1,1,1,11634,0,-6978.49,-1711.92,-271.539,0.79649,300,5,0,2679,0,1,0,0,0),(23894,6509,1,1,1,11634,0,-6493.43,-1998.6,-272.165,0.466936,300,5,0,2679,0,1,0,0,0),(23893,6509,1,1,1,11634,0,-6700.26,-2017.5,-268.479,3.30642,300,5,0,2679,0,1,0,0,0),(23892,6509,1,1,1,11634,0,-6839.86,-2186.52,-270.39,4.63429,300,15,0,2679,0,1,0,0,0),(23891,6509,1,1,1,11634,0,-6521.06,-2040.59,-272.097,1.97743,300,5,0,2679,0,1,0,0,0),(23890,6509,1,1,1,11634,0,-6667.22,-2076.5,-271.993,6.23233,300,15,0,2679,0,1,0,0,0),(23889,6509,1,1,1,11634,0,-6723.48,-2131.45,-271.54,1.4651,300,15,0,2679,0,1,0,0,0),(23888,6509,1,1,1,11634,0,-7109.62,-2174.65,-267.61,1.20807,300,5,0,2679,0,1,0,0,0),(23887,6509,1,1,1,11634,0,-6568.64,-1977.52,-270.385,2.55359,300,15,0,2679,0,1,0,0,0),(23886,6509,1,1,1,11634,0,-6508.1,-2088.35,-268.222,1.03979,300,5,0,2679,0,1,0,0,0),(23885,6509,1,1,1,11634,0,-6791.79,-1907.19,-271.307,2.41967,300,30,0,2679,0,1,0,0,0),(23884,6509,1,1,1,11634,0,-6750.27,-1974.93,-270.73,4.90481,300,5,0,2679,0,1,0,0,0),(23883,6509,1,1,1,11634,0,-6869.73,-1682.87,-271.525,3.3888,300,5,0,2679,0,1,0,0,0),(23882,6509,1,1,1,11634,0,-6652.84,-1891.64,-270.972,4.92289,300,30,0,2679,0,1,0,0,0),(23881,6509,1,1,1,11634,0,-6724.93,-1853.77,-271.036,2.97099,300,30,0,2679,0,1,0,0,0),(23880,6509,1,1,1,11634,0,-6784.35,-1564.31,-271.503,1.7138,300,15,0,2679,0,1,0,0,0),(31293,4351,1,1,1,2571,0,-2689.72,-3513.3,35.023,6.26266,360,10,0,1469,0,1,0,0,0),(23879,6509,1,1,1,11634,0,-6819.84,-2020.45,-272.097,6.26264,300,5,0,2679,0,1,0,0,0),(31292,4394,1,1,1,2569,0,-3952.17,-3518.4,40.9302,3.80383,360,5,0,1459,0,1,0,0,0),(23878,6509,1,1,1,11634,0,-6747.58,-1900.98,-271.879,1.83379,300,30,0,2679,0,1,0,0,0),(23877,6509,1,1,1,11634,0,-6646.42,-1967.56,-271.884,1.39216,300,30,0,2679,0,1,0,0,0),(31291,4393,1,1,1,11137,0,-3778.47,-3559.22,38.262,2.16422,360,10,0,1751,0,1,0,0,0),(23876,6509,1,1,1,11634,0,-6617.64,-1884.36,-272.356,1.71193,300,30,0,2679,0,1,0,0,0),(23875,6509,1,1,1,11634,0,-6745.43,-1800.03,-268.391,1.4554,300,5,0,2679,0,1,0,0,0),(23874,6509,1,1,1,11634,0,-6943.93,-2241.28,-272.166,5.28539,300,10,0,2679,0,1,0,0,0),(23873,6509,1,1,1,11634,0,-6980.94,-2254.93,-273.316,2.74875,300,5,0,2679,0,1,0,0,0),(23872,6509,1,1,1,11634,0,-7687.72,-2187.12,-266.292,3.8174,300,5,0,2679,0,1,0,0,0),(23871,6509,1,1,1,11634,0,-7068.96,-2243.02,-271.473,0.218457,300,5,0,2679,0,1,0,0,0),(23870,6508,1,1,1,5291,0,-7483.21,-2114.33,-272.361,1.93208,300,5,0,2880,0,1,0,0,0),(31290,4351,1,1,1,2571,0,-2575.28,-3425.06,47.0931,5.24946,360,5,0,1469,0,1,0,0,0),(31289,4394,1,1,1,2569,0,-3827.59,-3564.15,40.9992,1.99143,360,5,0,1459,0,1,0,0,0),(23869,6508,1,1,1,5291,0,-7449.27,-2079.91,-272.091,1.46063,300,5,0,2880,0,1,0,0,0),(23868,6508,1,1,1,5291,0,-7384.04,-2025.6,-271.518,6.05629,300,10,0,2880,0,1,0,0,0),(23867,6508,1,1,1,5291,0,-7205.24,-2152.41,-270.625,3.28872,300,5,0,2880,0,1,0,0,0),(23866,6508,1,1,1,5291,0,-7285.82,-2088.64,-270.797,6.20857,300,15,0,2880,0,1,0,0,0),(23865,6508,1,1,1,5291,0,-7207.87,-2122.88,-272.017,2.7759,300,10,0,2880,0,1,0,0,0),(23864,6508,1,1,1,5291,0,-7214.33,-2068.3,-270.485,4.00189,300,5,0,2880,0,1,0,0,0),(23863,6508,1,1,1,5291,0,-7185.21,-1974.67,-271.874,2.09416,300,15,0,2880,0,1,0,0,0),(23862,6508,1,1,1,5291,0,-7284,-2114.57,-272.698,5.79,300,15,0,2880,0,1,0,0,0),(23861,6508,1,1,1,5291,0,-7250.76,-2087.03,-272.221,6.06607,300,15,0,2880,0,1,0,0,0),(23860,6508,1,1,1,5291,0,-7177.13,-1940.31,-272.071,1.70624,300,30,0,2880,0,1,0,0,0),(23859,6508,1,1,1,5291,0,-7295.05,-1984.15,-270.639,1.7276,300,5,0,2880,0,1,0,0,0),(23858,6508,1,1,1,5291,0,-7346.93,-1992.42,-268.931,3.23349,300,10,0,2880,0,1,0,0,0),(23857,6508,1,1,1,5291,0,-7269.39,-1963.16,-272.949,2.65532,300,5,0,2880,0,1,0,0,0),(23856,6508,1,1,1,5291,0,-7188.71,-1896.24,-270.559,2.53089,300,30,0,2880,0,1,0,0,0),(23855,6508,1,1,1,5291,0,-7177.57,-1851.9,-273.151,4.64612,300,15,0,2880,0,1,0,0,0),(23854,6508,1,1,1,5291,0,-7121.37,-1888.57,-272.097,1.11902,300,15,0,2880,0,1,0,0,0),(23853,6508,1,1,1,5291,0,-7281.04,-2045.89,-270.914,2.24828,300,15,0,2880,0,1,0,0,0),(23852,6508,1,1,1,5291,0,-7212.9,-1776.5,-276.994,0.782956,300,15,0,2880,0,1,0,0,0),(23851,6508,1,1,1,5291,0,-7280.65,-1786.03,-278.059,2.22875,300,15,0,2880,0,1,0,0,0),(23850,6508,1,1,1,5291,0,-7211.84,-1851.3,-271.245,4.1233,300,15,0,2880,0,1,0,0,0),(23849,6508,1,1,1,5291,0,-7085.31,-2079.43,-268.269,0.262528,300,15,0,2880,0,1,0,0,0),(23848,6507,1,1,1,5292,0,-7378.86,-1950.75,-271.12,5.88163,300,5,0,2779,0,1,0,0,0),(23847,6507,1,1,1,5292,0,-7350.24,-2043.63,-271.983,1.75746,300,10,0,2779,0,1,0,0,0),(23846,6507,1,1,1,5292,0,-7415.99,-2076.38,-272.134,1.82479,300,5,0,2779,0,1,0,0,0),(23845,6507,1,1,1,5292,0,-7215.42,-2153.1,-271.376,0.147473,300,10,0,2779,0,1,0,0,0),(23844,6507,1,1,1,5292,0,-7270.77,-2068.54,-271.618,4.59288,300,15,0,2779,0,1,0,0,0),(23843,6507,1,1,1,5292,0,-7192.94,-2040.48,-271.591,2.33935,300,10,0,2779,0,1,0,0,0),(23842,6507,1,1,1,5292,0,-7152.69,-1929.25,-271.144,0.43114,300,15,0,2779,0,1,0,0,0),(23841,6507,1,1,1,5292,0,-7080.86,-1981.56,-270.474,0.108078,300,5,0,2779,0,1,0,0,0),(23840,6507,1,1,1,5292,0,-7319.93,-2007.59,-270.999,4.20367,300,5,0,2779,0,1,0,0,0),(23839,6507,1,1,1,5292,0,-7213.12,-1965.05,-272.28,1.70193,300,10,0,2779,0,1,0,0,0),(23838,6507,1,1,1,5292,0,-7243.3,-1922.48,-271.706,2.28487,300,15,0,2779,0,1,0,0,0),(23837,6507,1,1,1,5292,0,-7177.8,-1899.56,-271.309,5.86537,300,30,0,2779,0,1,0,0,0),(23836,6507,1,1,1,5292,0,-7146.04,-1836.71,-271.626,1.07272,300,15,0,2779,0,1,0,0,0),(23835,6507,1,1,1,5292,0,-7413.43,-1845.42,-271.936,1.73817,300,5,0,2779,0,1,0,0,0),(23834,6507,1,1,1,5292,0,-7422.53,-1783.42,-271.19,4.5238,300,5,0,2779,0,1,0,0,0),(23833,6507,1,1,1,5292,0,-7321.53,-1818.71,-273.754,5.36028,300,15,0,2779,0,1,0,0,0),(23832,6507,1,1,1,5292,0,-7318.03,-1784.86,-274.637,0.177574,300,15,0,2779,0,1,0,0,0),(23831,6507,1,1,1,5292,0,-7249.03,-1815.72,-272.887,1.13075,300,15,0,2779,0,1,0,0,0),(23830,6507,1,1,1,5292,0,-7202.31,-1826.11,-274.07,2.36448,300,15,0,2779,0,1,0,0,0),(23829,6506,1,1,1,5290,0,-7950.58,-1778.22,-274.59,1.71882,300,15,0,2779,0,1,0,0,0),(23828,6506,1,1,1,5290,0,-7715.18,-1746.92,-270.691,2.86688,300,15,0,2779,0,1,0,0,0),(23827,6506,1,1,1,5290,0,-7602.59,-1748,-272.621,0.141069,300,5,0,2779,0,1,0,0,0),(23826,6506,1,1,1,5290,0,-7778.12,-1719.05,-271.065,2.55522,300,15,0,2779,0,1,0,0,0),(23825,6506,1,1,1,5290,0,-7839.16,-1681.54,-270.912,0.516965,300,10,0,2779,0,1,0,0,0),(23824,6506,1,1,1,5290,0,-7784.39,-1687.57,-271.161,2.55175,300,15,0,2779,0,1,0,0,0),(23823,6506,1,1,1,5290,0,-7721.12,-1937.29,-270.812,0.861432,300,15,0,2779,0,1,0,0,0),(23822,6506,1,1,1,5290,0,-7765.77,-1967.54,-272.29,0.18432,300,15,0,2779,0,1,0,0,0),(23821,6506,1,1,1,5290,0,-7908.42,-1979.66,-271.915,2.98166,300,15,0,2779,0,1,0,0,0),(23820,6506,1,1,1,5290,0,-7645.11,-1918.5,-270.308,3.3183,300,15,0,2779,0,1,0,0,0),(23819,6506,1,1,1,5290,0,-7644.31,-1925.33,-269.351,1.35238,300,15,0,2779,0,1,0,0,0),(23818,6506,1,1,1,5290,0,-7492.45,-1853.57,-271.696,1.9575,300,5,0,2779,0,1,0,0,0),(23817,6506,1,1,1,5290,0,-7885.6,-1920.56,-270.598,3.13964,300,15,0,2779,0,1,0,0,0),(23816,6506,1,1,1,5290,0,-7967.87,-1670.23,-270.708,1.62092,300,15,0,2779,0,1,0,0,0),(23815,6506,1,1,1,5290,0,-7909.42,-1735.13,-270.945,1.40726,300,15,0,2779,0,1,0,0,0),(23814,6506,1,1,1,5290,0,-7893.27,-1812.84,-272.995,2.22746,300,15,0,2779,0,1,0,0,0),(23813,6506,1,1,1,5290,0,-7544.44,-1852.16,-271.242,5.3065,300,5,0,2779,0,1,0,0,0),(23812,6506,1,1,1,5290,0,-7512.57,-1820.49,-272.355,4.03653,300,5,0,2779,0,1,0,0,0),(23811,6506,1,1,1,5290,0,-7745.59,-1836.84,-272.584,3.62602,300,5,0,2779,0,1,0,0,0),(23810,6506,1,1,1,5290,0,-7820.28,-1857.19,-271.813,3.5007,300,15,0,2779,0,1,0,0,0),(23809,6506,1,1,1,5290,0,-7920.99,-1670.9,-272.666,2.39652,300,15,0,2779,0,1,0,0,0),(23808,6505,1,1,1,5242,0,-7815.48,-1985.14,-271.595,5.7744,300,15,0,2679,0,1,0,0,0),(23807,6505,1,1,1,5242,0,-7601.14,-1802.69,-264.112,2.53247,300,5,0,2679,0,1,0,0,0),(23806,6505,1,1,1,5242,0,-7781.31,-1962.91,-272.098,4.68854,300,15,0,2679,0,1,0,0,0),(23805,6505,1,1,1,5242,0,-7979.99,-1679.12,-269.708,0.94249,300,15,0,2679,0,1,0,0,0),(23804,6505,1,1,1,5242,0,-7985.99,-1739.04,-273.968,5.49851,300,15,0,2679,0,1,0,0,0),(23803,6505,1,1,1,5242,0,-7686.39,-1711.91,-270.593,5.93451,300,15,0,2679,0,1,0,0,0),(23802,6505,1,1,1,5242,0,-7619.76,-1711.96,-271.671,3.0076,300,10,0,2679,0,1,0,0,0),(23801,6505,1,1,1,5242,0,-7809.77,-1655.61,-270.161,2.92543,300,15,0,2679,0,1,0,0,0),(23800,6505,1,1,1,5242,0,-7760.53,-1741.09,-272.123,3.77007,300,15,0,2679,0,1,0,0,0),(23799,6505,1,1,1,5242,0,-7824.34,-1713,-271.759,2.89488,300,15,0,2679,0,1,0,0,0),(23798,6505,1,1,1,5242,0,-7742.53,-1782.43,-271.672,0.109579,300,15,0,2679,0,1,0,0,0),(23797,6505,1,1,1,5242,0,-7720.32,-1876.08,-272.067,3.37865,300,15,0,2679,0,1,0,0,0),(23796,6505,1,1,1,5242,0,-7746.23,-1969.62,-271.582,3.59799,300,15,0,2679,0,1,0,0,0),(23795,6505,1,1,1,5242,0,-7451.66,-1963.42,-272.015,1.28981,300,15,0,2679,0,1,0,0,0),(23794,6505,1,1,1,5242,0,-7476.65,-1991.13,-272.167,5.04177,300,15,0,2679,0,1,0,0,0),(23793,6505,1,1,1,5242,0,-7586.82,-1954.39,-269.433,3.96787,300,3,0,2679,0,1,0,0,0),(23792,6505,1,1,1,5242,0,-7630.32,-1987.41,-272.089,1.67652,300,5,0,2679,0,1,0,0,0),(23791,6505,1,1,1,5242,0,-7491.12,-1923.86,-271.866,3.98611,300,15,0,2679,0,1,0,0,0),(23790,6505,1,1,1,5242,0,-7518.55,-1946.8,-270.835,6.03035,300,15,0,2679,0,1,0,0,0),(23789,6505,1,1,1,5242,0,-7877.54,-1835.15,-273.788,1.94078,300,15,0,2679,0,1,0,0,0),(23788,6505,1,1,1,5242,0,-7917.05,-1864.29,-272.031,4.84765,300,10,0,2679,0,1,0,0,0),(23787,6505,1,1,1,5242,0,-8019.15,-1756.37,-271.325,6.22064,300,10,0,2679,0,1,0,0,0),(23786,6505,1,1,1,5242,0,-7894.21,-1708.89,-274.212,2.84709,300,15,0,2679,0,1,0,0,0),(23785,6505,1,1,1,5242,0,-7860.11,-1777.2,-271.854,0.83293,300,15,0,2679,0,1,0,0,0),(23784,6505,1,1,1,5242,0,-7978.98,-1725.3,-273.593,3.73037,300,15,0,2679,0,1,0,0,0),(23783,6505,1,1,1,5242,0,-7945.97,-1818.87,-270.452,3.23926,300,10,0,2679,0,1,0,0,0),(23782,6505,1,1,1,5242,0,-7847.86,-1785.5,-272.229,3.07901,300,5,0,2679,0,1,0,0,0),(23781,6505,1,1,1,5242,0,-7798.13,-1840.41,-272.063,1.28119,300,15,0,2679,0,1,0,0,0),(23780,6505,1,1,1,5242,0,-7837.13,-1737.56,-272.143,5.85661,300,15,0,2679,0,1,0,0,0),(23779,6505,1,1,1,5242,0,-7579.8,-1877.25,-271.554,1.46899,300,5,0,2679,0,1,0,0,0),(23778,6505,1,1,1,5242,0,-7461.61,-1877.95,-272.12,1.95821,300,15,0,2679,0,1,0,0,0),(23777,6505,1,1,1,5242,0,-7611.46,-1792.71,-265.016,5.58613,300,5,0,2679,0,1,0,0,0),(23776,6505,1,1,1,5242,0,-7474.13,-1830.26,-272.097,0.488157,300,5,0,2679,0,1,0,0,0),(23775,6505,1,1,1,5242,0,-7903.18,-1612.8,-270.738,1.27721,300,15,0,2679,0,1,0,0,0),(23774,6505,1,1,1,5242,0,-7842.78,-1624.8,-266.616,4.70116,300,15,0,2679,0,1,0,0,0),(23773,6505,1,1,1,5242,0,-7869.45,-1589.07,-262.719,2.83591,300,15,0,2679,0,1,0,0,0),(23772,6505,1,1,1,5242,0,-7939.71,-1625.5,-273.192,5.44942,300,15,0,2679,0,1,0,0,0),(23771,6505,1,1,1,5242,0,-7717.79,-1674.13,-270.941,4.84572,300,15,0,2679,0,1,0,0,0),(23770,6504,1,1,1,5289,0,-7750.26,-737.308,-262.415,0.03124,600,15,0,7599,0,1,0,0,0),(23769,6504,1,1,1,5289,0,-7668.14,-531.44,-271.472,5.12183,600,5,0,7599,0,1,0,0,0),(23768,6503,1,1,1,5288,0,-7675.46,-785.427,-271.148,3.15722,600,15,0,7359,0,1,0,0,0),(23767,6503,1,1,1,5288,0,-7957.15,-906.921,-273.593,2.69542,600,30,0,7359,0,1,0,0,0),(23766,6503,1,1,1,5288,0,-7808.61,-661.921,-259.373,3.47198,600,30,0,7359,0,1,0,0,0),(23765,6502,1,1,1,5287,0,-7420.49,-918.51,-268.919,5.93541,600,5,0,7113,0,1,0,0,0),(23764,6502,1,1,1,5287,0,-7491.04,-724.362,-262.87,3.57498,600,5,0,7113,0,1,0,0,0),(23763,6502,1,1,1,5287,0,-7623.98,-855.494,-269.524,4.05991,600,5,0,7113,0,1,0,0,0),(23762,6502,1,1,1,5287,0,-7624.32,-732.294,-260.647,3.93187,600,15,0,7113,0,1,0,0,0),(23761,6502,1,1,1,5287,0,-7476.64,-860.848,-269.498,5.94654,600,5,0,7113,0,1,0,0,0),(23760,6502,1,1,1,5287,0,-7405.84,-516.902,-277.69,6.23878,600,30,0,7113,0,1,0,0,0),(23759,6502,1,1,1,5287,0,-7869.94,-714.45,-261.313,0.133067,600,15,0,7113,0,1,0,0,0),(23758,6501,1,1,1,5241,0,-7558.34,-512.938,-267.461,0.6607,600,15,0,7113,0,1,0,0,0),(23757,6501,1,1,1,5241,0,-7623.98,-577.967,-261.453,3.91691,600,15,0,7113,0,1,0,0,0),(23756,6501,1,1,1,5241,0,-7620.96,-448.693,-271.573,2.5298,600,0,0,7113,0,2,0,0,0),(23755,6501,1,1,1,5241,0,-7544.18,-909.071,-273.13,0.888119,600,5,0,7113,0,1,0,0,0),(23754,6501,1,1,1,5241,0,-7484.97,-577.591,-274.141,0.252672,600,15,0,7113,0,1,0,0,0),(23753,6501,1,1,1,5241,0,-7883.9,-844.427,-271.936,1.80049,600,30,0,7113,0,1,0,0,0),(23752,6501,1,1,1,5241,0,-7755.63,-981.329,-271.967,4.07988,600,30,0,7113,0,1,0,0,0),(23751,6501,1,1,1,5241,0,-7883.97,-986.222,-268.451,0.950228,600,5,0,7113,0,1,0,0,0),(23750,6501,1,1,1,5241,0,-7685.71,-908.784,-269.627,4.6431,600,30,0,7113,0,1,0,0,0),(23749,6501,1,1,1,5241,0,-7878.4,-588.631,-261.349,5.59471,600,15,0,7113,0,1,0,0,0),(23748,6501,1,1,1,5241,0,-7752.45,-591.914,-268.394,2.99997,600,5,0,7113,0,1,0,0,0),(23747,6501,1,1,1,5241,0,-7810.47,-780.746,-268.123,1.93939,600,15,0,7113,0,1,0,0,0),(23746,6501,1,1,1,5241,0,-7750.15,-816.723,-272.097,1.97114,600,15,0,7113,0,1,0,0,0),(23745,6500,1,1,1,5240,0,-7464.14,-1321.6,-271.473,5.32128,600,0,0,7599,0,2,0,0,0),(23744,6500,1,1,1,5240,0,-7256.7,-2093.35,-272.442,2.83219,600,0,0,7599,0,0,0,0,0),(23743,6499,1,1,1,5238,0,-7489.71,-1586.38,-274.98,6.21458,600,0,0,7599,0,2,0,0,0),(23742,2914,1,1,1,2958,0,-6917.88,-764.393,-272.004,4.90248,300,5,0,8,0,1,0,0,0),(23741,6498,1,1,1,5239,0,-7223.92,-1582.28,-269.345,0.518643,600,0,0,7599,0,2,0,0,0),(23740,2914,1,1,1,1206,0,-6516.67,-983.334,-270.798,4.24879,300,30,0,8,0,1,0,0,0),(23739,2914,1,1,1,2958,0,-6758.5,-2018.69,-272.008,0.17005,300,5,0,8,0,1,0,0,0),(23738,2914,1,1,1,1206,0,-7508.96,-2240.28,-269.547,5.00453,300,0,0,8,0,0,0,0,0),(23737,2914,1,1,1,2958,0,-6414.71,-1348.58,-272.04,2.62856,300,30,0,8,0,1,0,0,0),(23736,2914,1,1,1,2958,0,-6717.74,-1529.87,-272.097,0.948967,300,5,0,8,0,1,0,0,0),(23735,2914,1,1,1,6303,0,-6449.8,-1705.22,-273.456,1.84561,300,5,0,8,0,1,0,0,0),(23734,2914,1,1,1,1206,0,-7060.06,-2272.55,-270.111,4.66546,300,5,0,8,0,1,0,0,0),(23733,2914,1,1,1,2958,0,-6599.8,-1177.52,-262.531,4.1884,300,5,0,8,0,1,0,0,0),(23732,2914,1,1,1,6303,0,-6680.83,-617.397,-269.569,2.45629,300,5,0,8,0,1,0,0,0),(23731,2914,1,1,1,6303,0,-8085.24,-1219.18,-268.284,4.30992,300,0,0,8,0,0,0,0,0),(23730,2914,1,1,1,2958,0,-6668.05,-1943.11,-270.036,0.37362,300,5,0,8,0,1,0,0,0),(23729,2914,1,1,1,1206,0,-7047.91,-514.739,-274.992,2.27684,300,5,0,8,0,1,0,0,0),(23728,2914,1,1,1,2958,0,-7018.64,-863.395,-269.372,0.548457,300,5,0,8,0,1,0,0,0),(23727,2914,1,1,1,2957,0,-6784.22,-1403.51,-265.358,5.34377,300,5,0,8,0,1,0,0,0),(23726,2914,1,1,1,6303,0,-7754.53,-1475.43,-271.883,2.1756,300,30,0,8,0,1,0,0,0),(23725,2914,1,1,1,2957,0,-7789.69,-1212.82,-267.067,4.63217,300,30,0,8,0,1,0,0,0),(23724,2914,1,1,1,2958,0,-7517.7,-1117.06,-272.024,1.32105,300,30,0,8,0,1,0,0,0),(23723,10583,1,1,1,1233,0,-6110.54,-1140.35,-186.866,3.59538,600,0,0,10572,0,0,0,0,0),(23722,10302,1,1,1,9777,1,-7210.81,-610.991,-269.081,1.65806,300,0,0,4120,0,0,0,0,0),(23721,9274,1,1,1,9342,0,-6143.46,-1081,-198.122,3.47321,300,0,0,2218,0,0,0,0,0),(23720,9273,1,1,1,8479,1,-6145.33,-1083.39,-198.468,3.87463,300,0,0,2399,0,0,0,0,0),(23719,9272,1,1,1,8477,1,-6149.73,-1076.11,-198.908,4.41568,300,0,0,2218,0,0,0,0,0),(23718,9271,1,1,1,8476,1,-6145.24,-1090.56,-200.204,3.59538,300,0,0,2218,0,0,0,0,0),(23717,9270,1,1,1,8474,1,-6142.71,-1092.69,-200.187,3.08923,300,0,0,2576,0,0,0,0,0),(23716,10541,1,1,1,7804,0,-7092.4,-1305.86,-186.075,5.46288,300,0,0,42,0,0,0,0,0),(23715,10541,1,1,1,7804,0,-7282.31,-1245.81,-246.847,0.575959,300,0,0,42,0,0,0,0,0),(23714,10541,1,1,1,7804,0,-7140.5,-1465.97,-240.86,1.58825,300,0,0,42,0,0,0,0,0),(23713,10541,1,1,1,7804,0,-7163.64,-1148.67,-265.202,5.89921,300,0,0,42,0,0,0,0,0),(23712,10541,1,1,1,7804,0,-7328.53,-1462.65,-241.072,4.92183,300,0,0,42,0,0,0,0,0),(23711,8737,1,1,1,8012,1,-6166.44,-1118.99,-213.341,3.94444,300,0,0,1753,0,0,0,0,0),(12236,23433,530,1,1,0,0,-1615.71,5265,-40.7625,3.27724,120,0,0,7580,0,0,0,0,0),(23709,9496,1,1,1,10056,0,-8009.21,-1298.49,-321.279,5.88822,300,0,0,222,0,0,0,0,0),(23708,9999,1,1,1,9340,1,-7196.18,-1387.11,-231.449,3.33358,300,0,0,3293,0,0,0,0,0),(23707,9998,1,1,1,9341,1,-6252.45,-1103.26,-218.343,4.20624,300,0,0,1753,0,0,0,0,0),(23706,9997,1,1,1,11389,1,-6176.27,-1080.49,-203.81,5.61996,300,0,0,1116,2861,0,0,0,0),(23705,5431,1,1,1,7114,0,-9914.97,-4349.42,0.991653,6.11457,300,15,0,2576,0,1,0,0,0),(23704,5431,1,1,1,7114,0,-9949.16,-4316.22,1.75047,0.699903,300,15,0,2576,0,1,0,0,0),(27416,4827,48,1,1,2836,0,-795.99,-156.208,-43.0987,3.59538,86400,2,0,1686,0,1,0,0,0),(23703,5431,1,1,1,7114,0,-10086.5,-4252.51,0.321825,3.69274,300,15,0,2576,0,1,0,0,0),(23702,5431,1,1,1,7114,0,-10022.9,-4318.15,-2.59952,3.68533,300,0,0,2576,0,0,0,0,0),(23701,5431,1,1,1,7114,0,-9716.14,-4418.66,1.18829,1.73607,300,15,0,2576,0,1,0,0,0),(23700,5431,1,1,1,7114,0,-9685.38,-4449.26,-0.811311,2.01958,300,15,0,2576,0,1,0,0,0),(23699,5431,1,1,1,7114,0,-10051.3,-4286.3,0.14474,4.59412,300,15,0,2576,0,1,0,0,0),(23698,5431,1,1,1,7114,0,-9645.45,-4417.41,-0.361045,0.440051,300,15,0,2576,0,1,0,0,0),(23697,5431,1,1,1,7114,0,-10286,-3912.18,1.25917,5.40092,300,15,0,2576,0,1,0,0,0),(23696,5431,1,1,1,7114,0,-10184.7,-3955.52,5.25584,4.08735,300,15,0,2576,0,1,0,0,0),(23695,5431,1,1,1,7114,0,-10293.1,-3823.06,0.617751,1.939,300,15,0,2576,0,1,0,0,0),(23694,5431,1,1,1,7114,0,-10148.4,-3849.47,2.14211,1.79737,300,15,0,2576,0,1,0,0,0),(23693,5431,1,1,1,7114,0,-10350.5,-3856.04,-0.580707,4.73582,300,15,0,2576,0,1,0,0,0),(23692,5431,1,1,1,7114,0,-9737.24,-4452.7,0.42174,3.2796,300,15,0,2576,0,1,0,0,0),(23691,5431,1,1,1,7114,0,-10186.5,-3885.01,1.70523,2.72867,300,15,0,2576,0,1,0,0,0),(23690,5431,1,1,1,7114,0,-9847.7,-3620.66,9.33789,4.99149,300,15,0,2576,0,1,0,0,0),(23689,5431,1,1,1,7114,0,-10118.4,-3775.2,4.96983,0.650929,300,15,0,2576,0,1,0,0,0),(23688,5431,1,1,1,7114,0,-10118.1,-3614.4,-0.58101,1.93146,300,15,0,2576,0,1,0,0,0),(23687,5431,1,1,1,7114,0,-9667.87,-4371.85,3.80526,2.12898,300,15,0,2576,0,1,0,0,0),(23686,5431,1,1,1,7114,0,-10229.9,-3752.49,-1.41643,3.10255,300,15,0,2576,0,1,0,0,0),(23685,5431,1,1,1,7114,0,-10038.5,-3614.84,-0.031478,0.131133,300,0,0,2576,0,0,0,0,0),(23684,5431,1,1,1,7114,0,-10220.2,-3783.68,-0.102465,1.55274,300,15,0,2576,0,1,0,0,0),(23683,5431,1,1,1,7114,0,-10018.7,-3585.39,0.529975,4.33624,300,15,0,2576,0,1,0,0,0),(23682,5431,1,1,1,7114,0,-9863.07,-4398.77,-1.93578,5.73603,300,15,0,2576,0,1,0,0,0),(23681,5431,1,1,1,7114,0,-10152.4,-3754.05,2.94019,6.07087,300,15,0,2576,0,1,0,0,0),(23680,5431,1,1,1,7114,0,-10164.6,-3825.81,1.5617,0.506632,300,15,0,2576,0,1,0,0,0),(23679,5431,1,1,1,7114,0,-10169.9,-4134,0.497738,0.015346,300,15,0,2576,0,1,0,0,0),(23678,5431,1,1,1,7114,0,-10118.9,-4153.37,3.38069,5.30296,300,15,0,2576,0,1,0,0,0),(23677,5431,1,1,1,7114,0,-9849.91,-3554.82,0.601538,4.72521,300,15,0,2576,0,1,0,0,0),(23676,5431,1,1,1,7114,0,-10018.9,-3515.41,-9.02222,0.147719,300,15,0,2576,0,1,0,0,0),(23675,5431,1,1,1,7114,0,-9797.01,-3616,9.35339,0.94066,300,15,0,2576,0,1,0,0,0),(23674,5431,1,1,1,7114,0,-10378.9,-3885.6,-0.25328,6.11836,300,15,0,2576,0,1,0,0,0),(23673,5431,1,1,1,7114,0,-10021.2,-4238.89,4.9851,4.67211,300,15,0,2576,0,1,0,0,0),(23672,5431,1,1,1,7114,0,-10349.2,-3915.09,0.301611,0.633572,300,15,0,2576,0,1,0,0,0),(23671,5431,1,1,1,7114,0,-10214.1,-3860.6,1.6958,4.49966,300,15,0,2576,0,1,0,0,0),(23670,5431,1,1,1,7114,0,-9852.61,-4419.98,-3.54258,1.71247,300,15,0,2576,0,1,0,0,0),(23669,5431,1,1,1,7114,0,-9915.45,-3546.1,-7.01602,0.355911,300,15,0,2576,0,1,0,0,0),(26320,4810,48,1,1,2901,1,-744.607,7.865,-29.947,3.59538,86400,0,0,1815,0,0,0,0,0),(26319,4798,48,1,1,2014,0,-720.185,40.1762,-29.8509,0.383972,86400,1,0,1494,544,1,0,0,0),(23668,5431,1,1,1,7114,0,-10318.8,-3870.38,0.804426,1.60594,300,15,0,2576,0,1,0,0,0),(23667,5431,1,1,1,7114,0,-10225.3,-4040.84,0.910205,2.90889,300,15,0,2576,0,1,0,0,0),(23666,5431,1,1,1,7114,0,-10183.5,-4057.55,0.942126,4.27669,300,15,0,2576,0,1,0,0,0),(23665,5431,1,1,1,7114,0,-10116.7,-3668.65,-0.431777,3.19438,300,15,0,2576,0,1,0,0,0),(23664,5431,1,1,1,7114,0,-10054.8,-4218.33,3.15429,3.25185,300,15,0,2576,0,1,0,0,0),(23663,5431,1,1,1,7114,0,-9980.57,-3549.72,-4.59971,0.098673,300,15,0,2576,0,1,0,0,0),(23662,5431,1,1,1,7114,0,-9767.8,-4349.34,3.77408,0.116841,300,15,0,2576,0,1,0,0,0),(23661,5431,1,1,1,7114,0,-9783.65,-4375.38,1.95146,0.963215,300,15,0,2576,0,1,0,0,0),(23660,5431,1,1,1,7114,0,-9635.11,-4399.47,0.691909,0.944872,300,15,0,2576,0,1,0,0,0),(23659,5431,1,1,1,7114,0,-10184.7,-4085.46,0.657825,4.74775,300,15,0,2576,0,1,0,0,0),(23658,5431,1,1,1,7114,0,-10150.6,-3584.22,-8.35665,3.74682,300,15,0,2576,0,1,0,0,0),(23657,5431,1,1,1,7114,0,-10139.5,-4140.72,2.03873,3.83158,300,15,0,2576,0,1,0,0,0),(23656,5431,1,1,1,7114,0,-10150.6,-4252.01,-1.61146,3.18677,300,15,0,2576,0,1,0,0,0),(23655,5431,1,1,1,7114,0,-10208.5,-4108.18,0.612276,1.17406,300,15,0,2576,0,1,0,0,0),(23654,5431,1,1,1,7114,0,-10159.5,-4223.35,-4.24808,6.04752,300,15,0,2576,0,1,0,0,0),(23653,5431,1,1,1,7114,0,-10320,-3826.95,0.265434,1.19807,300,15,0,2576,0,1,0,0,0),(23652,5431,1,1,1,7114,0,-10093.2,-3715.24,6.90698,4.4188,300,15,0,2576,0,1,0,0,0),(23651,5431,1,1,1,7114,0,-10093.3,-3876.28,8.14158,5.38728,300,15,0,2576,0,1,0,0,0),(23650,5431,1,1,1,7114,0,-10175.5,-3678.56,-7.29731,0.627178,300,15,0,2576,0,1,0,0,0),(23649,5431,1,1,1,7114,0,-10045.4,-3547.63,-9.02222,0.147937,300,15,0,2576,0,1,0,0,0),(23648,5431,1,1,1,7114,0,-10222.3,-3905.42,0.694111,3.45699,300,15,0,2576,0,1,0,0,0),(23647,5431,1,1,1,7114,0,-9923.25,-3612.75,5.95944,2.36172,300,15,0,2576,0,1,0,0,0),(23646,5431,1,1,1,7114,0,-9771.39,-4435.14,0.725296,4.9438,300,15,0,2576,0,1,0,0,0),(23645,5431,1,1,1,7114,0,-10146.3,-3658.57,-4.86029,4.96921,300,15,0,2576,0,1,0,0,0),(23644,5431,1,1,1,7114,0,-9941.9,-3518.02,-8.99614,6.17873,300,15,0,2576,0,1,0,0,0),(23643,5431,1,1,1,7114,0,-9985.99,-4358.27,-2.30612,4.14723,300,15,0,2576,0,1,0,0,0),(23642,5431,1,1,1,7114,0,-9961.38,-4374.35,0.32111,5.62303,300,15,0,2576,0,1,0,0,0),(23641,5431,1,1,1,7114,0,-10157.4,-4200.05,0.403711,0.673215,300,15,0,2576,0,1,0,0,0),(23640,5431,1,1,1,7114,0,-10092.4,-3587.01,-3.70501,3.85234,300,15,0,2576,0,1,0,0,0),(23639,5431,1,1,1,7114,0,-10321.4,-3962.29,0.134792,1.82911,300,15,0,2576,0,1,0,0,0),(23638,5431,1,1,1,7114,0,-10262.9,-3959.55,1.19411,3.18967,300,15,0,2576,0,1,0,0,0),(23637,5431,1,1,1,7114,0,-10152,-3763.23,2.94318,1.49657,300,15,0,2576,0,1,0,0,0),(23636,5431,1,1,1,7114,0,-10324.3,-4022.91,0.393806,1.39968,300,15,0,2576,0,1,0,0,0),(23635,5431,1,1,1,7114,0,-10262.5,-3871.53,1.67824,0.771587,300,15,0,2576,0,1,0,0,0),(23634,5431,1,1,1,7114,0,-10286.5,-4061.65,-1.96816,2.99243,300,15,0,2576,0,1,0,0,0),(23633,5431,1,1,1,7114,0,-10173,-3907.35,2.44608,1.69903,300,15,0,2576,0,1,0,0,0),(23632,5431,1,1,1,7114,0,-9792.78,-4460.41,-5.43944,4.11962,300,15,0,2576,0,1,0,0,0),(23631,5431,1,1,1,7114,0,-10098.8,-3576.98,-5.65266,2.90652,300,15,0,2576,0,1,0,0,0),(23630,5431,1,1,1,7114,0,-10023.2,-3709.42,6.05735,2.403,300,15,0,2576,0,1,0,0,0),(23629,5431,1,1,1,7114,0,-9621.07,-4445.08,-13.407,0.585295,300,15,0,2576,0,1,0,0,0),(23628,5431,1,1,1,7114,0,-10269.4,-4012.98,0.659041,1.2105,300,15,0,2576,0,1,0,0,0),(23627,5431,1,1,1,7114,0,-10150.5,-3741.85,1.35871,1.62163,300,15,0,2576,0,1,0,0,0),(23626,5431,1,1,1,7114,0,-9837.25,-4379.41,0.601197,5.22715,300,15,0,2576,0,1,0,0,0),(23625,5431,1,1,1,7114,0,-10371.3,-3959.73,-2.95587,5.70927,300,15,0,2576,0,1,0,0,0),(23624,5431,1,1,1,7114,0,-9950.41,-3580.95,0.045267,1.55957,300,15,0,2576,0,1,0,0,0),(23623,5431,1,1,1,7114,0,-10132.1,-4223.04,-0.214241,3.57905,300,15,0,2576,0,1,0,0,0),(23622,5431,1,1,1,7114,0,-10368.8,-3982.85,-3.18977,3.18809,300,15,0,2576,0,1,0,0,0),(23621,5431,1,1,1,7114,0,-9794.8,-4385.23,2.45032,0.131399,300,15,0,2576,0,1,0,0,0),(23620,5431,1,1,1,7114,0,-10211.2,-3990.6,3.2655,4.14388,300,15,0,2576,0,1,0,0,0),(23619,5431,1,1,1,7114,0,-9884.21,-4316.43,2.46723,0.278798,300,15,0,2576,0,1,0,0,0),(23618,5431,1,1,1,7114,0,-10030,-4168.2,6.63691,0.946456,300,15,0,2576,0,1,0,0,0),(23617,5431,1,1,1,7114,0,-9891.88,-3583.84,0.760197,3.46554,300,15,0,2576,0,1,0,0,0),(23616,5431,1,1,1,7114,0,-10038.6,-3681.49,3.64147,6.19907,300,15,0,2576,0,1,0,0,0),(23615,5431,1,1,1,7114,0,-10269.5,-3812.86,-0.175329,2.89506,300,15,0,2576,0,1,0,0,0),(23614,5431,1,1,1,7114,0,-10083.9,-3658.21,0.675373,4.60913,300,15,0,2576,0,1,0,0,0),(23613,5431,1,1,1,7114,0,-9897.58,-3520.74,-9.81933,3.60112,300,0,0,2576,0,0,0,0,0),(23612,5431,1,1,1,7114,0,-10277,-3987.47,0.617273,3.35309,300,15,0,2576,0,1,0,0,0),(23611,5431,1,1,1,7114,0,-9990.49,-4302.49,1.01852,4.57713,300,15,0,2576,0,1,0,0,0),(23610,5623,1,1,1,5574,1,-7716.18,-4683.41,8.95518,2.09562,300,5,0,2138,0,1,0,0,0),(23609,5623,1,1,1,5574,1,-7597.54,-4257.24,10.4849,6.2287,300,5,0,2138,0,1,0,0,0),(23608,5623,1,1,1,5574,1,-7618.08,-4718.55,9.17177,0.028416,300,0,0,2138,0,2,0,0,0),(23607,5623,1,1,1,5573,1,-7707.1,-4635.52,9.00177,2.23559,300,0,0,2138,0,0,0,0,0),(23606,5623,1,1,1,5573,1,-7713.8,-4632.02,9.00177,2.42727,300,0,0,2138,0,0,0,0,0),(23605,5623,1,1,1,5574,1,-7713.64,-4619.74,9.00177,3.11701,300,0,0,2138,0,0,0,0,0),(23604,5623,1,1,1,5574,1,-7596,-4365.08,9.75332,1.8193,300,5,0,2138,0,1,0,0,0),(23603,5623,1,1,1,5574,1,-7648.17,-4394.84,10.6981,0.46627,300,30,0,2138,0,1,0,0,0),(23602,5623,1,1,1,5573,1,-7551.95,-4285.7,9.62676,4.90614,300,5,0,2138,0,1,0,0,0),(23601,5623,1,1,1,5574,1,-7381.92,-4404.84,9.32945,0.453924,300,5,0,2138,0,1,0,0,0),(23600,5623,1,1,1,5573,1,-7549.67,-4272.18,8.97106,3.01942,300,0,0,2138,0,0,0,0,0),(23599,5623,1,1,1,5573,1,-7715.47,-4286.88,9.22232,3.17122,300,0,0,2138,0,2,0,0,0),(23598,5623,1,1,1,5573,1,-7548.53,-4739,9.28752,1.77863,300,0,0,2138,0,0,0,0,0),(23597,19959,1,1,1,0,0,-8600.14,-4190.71,-206.449,6.02139,300,0,0,5589,9465,0,0,0,0),(23596,9460,1,1,1,11377,1,-7194.5,-3757.52,8.77217,5.8294,300,0,0,9832,0,0,0,0,0),(23595,9460,1,1,1,11377,1,-7218.02,-3778.69,8.51177,2.82743,300,0,0,9832,0,0,0,0,0),(23594,9460,1,1,1,11376,1,-7201.55,-3734.94,8.4948,6.24518,300,0,0,9832,0,2,0,0,0),(23593,9460,1,1,1,11376,1,-7088.3,-3793.14,8.52044,6.17846,300,0,0,9832,0,0,0,0,0),(23592,9460,1,1,1,11376,1,-7156.38,-3856.49,8.86513,1.50098,300,0,0,9832,0,0,0,0,0),(23591,9460,1,1,1,11376,1,-7137.37,-3829.95,8.49283,1.41372,300,0,0,9832,0,0,0,0,0),(23590,9460,1,1,1,11377,1,-7199.79,-3822.66,8.64427,4.55531,300,0,0,9832,0,0,0,0,0),(23589,9460,1,1,1,11375,1,-7195.42,-3731.07,8.49529,2.56563,300,0,0,9832,0,0,0,0,0),(23588,9460,1,1,1,11375,1,-7188.92,-3812.56,9.33811,0.715585,300,0,0,9832,0,0,0,0,0),(23587,9460,1,1,1,11377,1,-7229.47,-3794.09,-1.0413,4.95674,300,0,0,9832,0,0,0,0,0),(23586,9460,1,1,1,11377,1,-7157.02,-3755.97,8.47013,0.133449,300,0,0,9832,0,2,0,0,0),(23585,9460,1,1,1,11376,1,-7087,-3760.49,9.01153,0.139626,300,0,0,9832,0,0,0,0,0),(23584,9460,1,1,1,11376,1,-7169.41,-3838.63,8.80454,5.93412,300,0,0,9832,0,0,0,0,0),(23583,9460,1,1,1,11375,1,-7160.74,-3797.41,9.44767,3.52556,300,0,0,9832,0,0,0,0,0),(23582,9460,1,1,1,11376,1,-7129.04,-3812.14,8.83357,0.212294,300,0,0,9832,0,0,0,0,0),(23581,9460,1,1,1,11375,1,-7122.72,-3739.28,8.45657,4.08407,300,0,0,9832,0,0,0,0,0),(23580,9460,1,1,1,11375,1,-7198.14,-3832.93,8.6443,1.5708,300,0,0,9832,0,0,0,0,0),(23579,9460,1,1,1,11377,1,-7116.29,-3788.09,8.62598,6.00393,300,0,0,9832,0,0,0,0,0),(23578,9460,1,1,1,11377,1,-7118.18,-3797,8.45483,6.05629,300,0,0,9832,0,0,0,0,0),(23577,9460,1,1,1,11376,1,-7051.75,-3773.56,10.3111,3.29867,300,0,0,9832,0,0,0,0,0),(23576,9460,1,1,1,11376,1,-7176.23,-3724.3,9.72969,5.72468,300,0,0,9832,0,0,0,0,0),(23575,9460,1,1,1,11376,1,-7111.17,-3760.16,8.45643,4.30303,300,0,0,9832,0,2,0,0,0),(23574,9460,1,1,1,11376,1,-7108.6,-3829.62,9.61941,3.59832,300,0,0,9832,0,2,0,0,0),(23573,9460,1,1,1,11377,1,-7213.45,-3809.33,-1.0982,1.5708,300,0,0,9832,0,0,0,0,0),(23572,9460,1,1,1,11377,1,-7200.18,-3739.69,8.45314,2.51327,300,0,0,9832,0,0,0,0,0),(23571,9460,1,1,1,11377,1,-7213.97,-3768.1,8.48,2.74017,300,0,0,9832,0,0,0,0,0),(23570,9460,1,1,1,11377,1,-7155.81,-3750.34,8.47013,0.212967,300,0,0,9832,0,2,0,0,0),(23569,9460,1,1,1,11376,1,-7227.73,-3732.87,8.4948,1.41372,300,0,0,9832,0,0,0,0,0),(23568,9460,1,1,1,11377,1,-7229.86,-3813.74,-1.0413,1.09956,300,0,0,9832,0,0,0,0,0),(23567,9460,1,1,1,11377,1,-7087.09,-3749.61,9.29695,0.034907,300,0,0,9832,0,0,0,0,0),(23566,9460,1,1,1,11376,1,-7038.49,-3776.05,10.7877,6.19592,300,0,0,9832,0,0,0,0,0),(7841,2701,0,1,1,10704,1,-6831.36,-2810.22,242.167,4.62468,300,0,0,1604,0,0,0,0,0),(7840,2731,0,1,1,632,0,-6139.87,-3451.86,252.258,4.91584,300,10,0,1469,0,1,0,0,0),(7839,2727,0,1,1,161,0,-6132.13,-3394.23,258.758,0.893533,300,5,0,1403,0,1,0,0,0),(7838,2907,0,1,1,1122,1,-6255.23,-3729.2,243.988,5.35344,300,0,0,1257,1142,0,0,0,0),(7837,2906,0,1,1,5782,0,-6255.97,-3749.05,243.237,4.01161,300,5,0,1403,0,1,0,0,0),(7836,2906,0,1,1,5782,0,-6279.05,-3712.41,244.257,0.240016,300,5,0,1403,0,1,0,0,0),(7835,2906,0,1,1,5782,0,-6255.24,-3708.97,244.113,2.43553,300,5,0,1403,0,1,0,0,0),(7834,2906,0,1,1,5782,0,-6283.48,-3680.1,244.617,6.28061,300,10,0,1403,0,1,0,0,0),(7833,4846,0,1,1,6052,1,-6103.29,-3099.5,252.208,4.06662,300,0,0,1403,0,0,0,0,0),(7832,4846,0,1,1,6052,1,-6112.42,-3082.15,252.204,4.34587,300,0,0,1403,0,0,0,0,0),(7831,4844,0,1,1,0,1,-6112.85,-3064.98,248.423,2.43048,300,3,0,1,0,1,0,0,0),(7830,2743,0,1,1,4936,1,-6373.52,-3093.91,293.14,6.16101,300,0,0,1604,0,0,0,0,0),(7829,2723,0,1,1,10804,0,-6357.77,-3113.28,285.362,4.03171,300,0,0,1674,0,0,0,0,0),(7828,2742,0,1,1,4935,1,-6369.12,-3095.97,293.056,0.909082,300,0,0,1305,1186,0,0,0,0),(7827,2742,0,1,1,4935,1,-6365.14,-3104.83,293.139,0.959931,300,0,0,1305,1186,0,0,0,0),(7826,2745,0,1,1,5488,0,-6368.56,-3126.34,283.973,0.925025,600,0,0,3963,1381,0,0,0,0),(7825,2742,0,1,1,4935,1,-6337.35,-3124.61,293.057,2.37992,300,0,0,1305,1186,0,0,0,0),(7824,2742,0,1,1,4935,1,-6338.96,-3118.39,293.057,2.79446,300,0,0,1305,1186,0,0,0,0),(7823,2743,0,1,1,4936,1,-6349.14,-3119.56,293.139,1.22173,300,0,0,1604,0,0,0,0,0),(29802,6491,0,1,4294967295,0,0,-6439,-1115,312.16,3.172,60,0,0,4120,0,0,0,0,0),(7822,2742,0,1,1,4935,1,-6336.75,-3120.49,299.723,1.45324,300,0,0,1305,1186,0,0,0,0),(7821,2743,0,1,1,4936,1,-6336.51,-3129.26,299.723,2.15801,300,0,0,1604,0,0,0,0,0),(7820,2723,0,1,1,10804,0,-6331.92,-3116.09,299.723,4.7888,300,0,0,1674,0,0,0,0,0),(7819,2742,0,1,1,4935,1,-6361.89,-3157.43,302.5,2.80954,300,0,0,1305,1186,0,0,0,0),(7818,2742,0,1,1,4935,1,-6345.74,-3137.37,301.111,0.88111,300,0,0,1305,1186,0,0,0,0),(23565,9460,1,1,1,11376,1,-7229.52,-3742.9,8.7448,4.76475,300,0,0,9832,0,0,0,0,0),(23564,9460,1,1,1,11375,1,-7148.07,-3741.06,8.46664,4.74729,300,0,0,9832,0,0,0,0,0),(23563,9460,1,1,1,11377,1,-7213.47,-3798.36,-1.09943,4.69494,300,0,0,9832,0,0,0,0,0),(23562,9460,1,1,1,11375,1,-7123.47,-3830.11,8.55465,1.71042,300,0,0,9832,0,0,0,0,0),(23561,9460,1,1,1,11377,1,-7090.98,-3805,8.48084,6.24828,300,0,0,9832,0,0,0,0,0),(23560,9460,1,1,1,11376,1,-7167.6,-3753.85,8.7466,5.48033,300,0,0,9832,0,0,0,0,0),(23559,5618,1,1,1,5568,1,-7444.27,-4606.74,10.6268,2.33249,300,5,0,1902,0,1,0,0,0),(23558,5618,1,1,1,5569,1,-6987.99,-4413.14,9.6483,1.64907,300,10,0,1902,0,1,0,0,0),(23557,5618,1,1,1,5569,1,-7378.89,-4712.7,10.989,4.54611,300,15,0,1902,0,1,0,0,0),(23556,5618,1,1,1,5568,1,-7410.04,-4548.58,10.8202,1.16122,300,5,0,1902,0,1,0,0,0),(23555,5618,1,1,1,5568,1,-7275.84,-4542.53,9.00176,5.49016,300,10,0,1902,0,1,0,0,0),(23554,5618,1,1,1,5569,1,-7225.02,-4593.96,9.00209,3.7161,300,0,0,1902,0,2,0,0,0),(23553,5618,1,1,1,5568,1,-6955.21,-4417.71,11.0779,5.11861,300,5,0,1902,0,1,0,0,0),(23552,5618,1,1,1,5568,1,-7244.73,-4620.39,8.70166,3.32242,300,15,0,1902,0,1,0,0,0),(23551,5618,1,1,1,5569,1,-7014.06,-4387.13,9.35742,4.43396,300,5,0,1902,0,1,0,0,0),(23550,5618,1,1,1,5568,1,-7351.86,-4746.29,9.96276,0.50753,300,15,0,1902,0,1,0,0,0),(23549,5618,1,1,1,5568,1,-7311.4,-4627.6,8.86581,1.52159,300,5,0,1902,0,1,0,0,0),(23548,5618,1,1,1,5568,1,-7215.89,-4617.47,8.96779,3.31613,300,0,0,1902,0,0,0,0,0),(23547,5618,1,1,1,5569,1,-7011.46,-4317.52,10.6665,0.436827,300,0,0,1902,0,2,0,0,0),(23546,5617,1,1,1,5531,1,-7485.01,-4514.21,10.54,0.10103,300,5,0,1387,3471,1,0,0,0),(23545,5617,1,1,1,5531,1,-7744.56,-4617.91,9.45769,3.82601,300,15,0,1387,3471,1,0,0,0),(23544,5617,1,1,1,5530,1,-7713.69,-4718.54,9.63405,1.34239,300,15,0,1387,3471,1,0,0,0),(23542,5617,1,1,1,5531,1,-7693.51,-4714.76,9.00176,1.98043,300,0,0,1387,3471,0,0,0,0),(23541,5617,1,1,1,5531,1,-7584.18,-4251.74,9.37676,3.2119,300,5,0,1387,3471,1,0,0,0),(23540,5617,1,1,1,5530,1,-7620.4,-4614.94,9.63613,1.10198,300,5,0,1387,3471,1,0,0,0),(23539,5617,1,1,1,5530,1,-7678.13,-4720.98,9.00176,3.06668,300,15,0,1387,3471,1,0,0,0),(23538,5617,1,1,1,5530,1,-7574.58,-4734.26,9.04788,4.8369,300,0,0,1387,3471,0,0,0,0),(23537,5617,1,1,1,5530,1,-7384.03,-4382.66,11.5306,4.25139,300,5,0,1387,3471,1,0,0,0),(23536,5617,1,1,1,5531,1,-7690.05,-4275.74,9.13135,0.437604,300,0,0,1387,3471,0,0,0,0),(23535,5617,1,1,1,5531,1,-7656.03,-4414.69,9.84137,0.711204,300,5,0,1387,3471,1,0,0,0),(23534,5617,1,1,1,5531,1,-7371.6,-4413.23,9.82945,0.212104,300,5,0,1387,3471,1,0,0,0),(23533,5617,1,1,1,5530,1,-7562.88,-4751.53,9.03752,1.17886,300,0,0,1387,3471,0,0,0,0),(23532,5617,1,1,1,5530,1,-7414.01,-4411.96,11.3294,2.68014,300,5,0,1387,3471,1,0,0,0),(23531,5617,1,1,1,5530,1,-7524.2,-4284.77,10.5812,3.68253,300,5,0,1387,3471,1,0,0,0),(23530,5617,1,1,1,5530,1,-7534.18,-4756.18,10.7875,0.147319,300,5,0,1387,3471,1,0,0,0),(23529,5617,1,1,1,5530,1,-7585.22,-4351.76,9.62832,4.54451,300,5,0,1387,3471,1,0,0,0),(7817,2743,0,1,1,4936,1,-6370.52,-3146.81,302.583,3.68265,300,0,0,1604,0,0,0,0,0),(135698,16525,532,1,1,16241,0,-11383.9,-1821.04,260.948,0.715585,604800,0,0,30160,0,0,0,0,0),(7808,2731,0,1,1,632,0,-6559.01,-2952.91,257.009,5.20223,300,5,0,1469,0,1,0,0,0),(7809,2732,0,1,1,1055,0,-6716.36,-2997.47,243.542,2.12637,300,10,0,1604,0,1,0,0,0),(1196,4461,0,1,1,5243,1,-12125.4,38.1136,-6.15627,4.34493,300,5,0,1403,0,1,0,0,0),(1195,4457,0,1,1,652,1,-12158.5,52.921,1.21542,0.250663,300,5,0,1403,0,1,0,0,0),(1194,690,0,1,1,8797,0,-12944.3,-139.719,13.1456,2.07808,300,5,0,1678,0,1,0,0,0),(1193,4459,0,1,1,5286,1,-12135.2,-35.3363,-3.06799,0.853471,300,3,0,1208,1097,1,0,0,0),(7816,2743,0,1,1,4936,1,-6414.05,-3185.2,285.247,0.645638,300,0,0,1604,0,2,0,0,0),(7815,2743,0,1,1,4936,1,-6445.78,-3183.25,277.177,2.00236,300,5,0,1604,0,1,0,0,0),(7814,2743,0,1,1,4936,1,-6380.72,-3140.86,301.111,1.48807,300,5,0,1604,0,1,0,0,0),(7813,2743,0,1,1,4936,1,-6387.52,-3157.89,301.11,5.99547,300,0,0,1604,0,0,0,0,0),(7812,2743,0,1,1,4936,1,-6395.83,-3151.24,301.111,3.46027,300,0,0,1604,0,0,0,0,0),(7811,2743,0,1,1,4936,1,-6449.88,-3215.04,257.57,5.40567,300,5,0,1604,0,1,0,0,0),(7810,2716,0,1,1,11548,1,-7115.81,-2343.08,242.814,2.25086,300,10,0,1902,0,1,0,0,0),(7805,4844,0,1,1,0,1,-6156.03,-2952.89,210.841,2.33341,300,3,0,1,0,1,0,0,0),(7804,4845,0,1,1,6053,1,-6155.05,-2959.7,210.276,3.04553,300,3,0,1403,0,1,0,0,0),(7803,4844,0,1,1,0,1,-6160.91,-2971.3,210.426,2.22389,300,3,0,1,0,1,0,0,0),(7802,4846,0,1,1,6052,1,-6153.97,-2990.82,216.382,2.9147,300,0,0,1403,0,0,0,0,0),(7801,2731,0,1,1,632,0,-6515.01,-3076.95,283.645,0.779873,300,10,0,1469,0,1,0,0,0),(7800,4845,0,1,1,6053,1,-6120.18,-2960.39,204.416,6.23466,300,0,0,1403,0,2,0,0,0),(7799,92,0,1,1,171,0,-6423.73,-2465.14,327.172,5.70656,300,3,0,1678,0,1,0,0,0),(7798,92,0,1,1,171,0,-6443.94,-2413.38,303.51,0.835041,300,3,0,1678,0,1,0,0,0),(7797,92,0,1,1,171,0,-6450.99,-2447.3,313.419,2.35619,300,3,0,1678,0,1,0,0,0),(7783,4856,0,1,1,722,1,-6250.62,-2965.61,223.559,1.09832,300,3,0,1596,0,1,0,0,0),(29931,6491,530,1,4294967295,0,0,-697.533,4111.14,63.3053,1.73634,60,0,0,4120,0,0,0,0,0),(29932,6491,530,1,4294967295,0,0,-815.933,2724.58,111.381,5.36959,60,0,0,4120,0,0,0,0,0),(29933,6491,530,1,4294967295,0,0,546.862,1992.06,103.653,3.92525,60,0,0,4120,0,0,0,0,0),(23528,5617,1,1,1,5530,1,-7682.09,-4268.51,9.00635,4.47916,300,0,0,1387,3471,0,0,0,0),(23527,5617,1,1,1,5531,1,-7457.48,-4479.91,9.34721,4.57844,300,15,0,1387,3471,1,0,0,0),(23526,5617,1,1,1,5531,1,-7687.62,-4421.67,10.6339,0.607378,300,5,0,1387,3471,1,0,0,0),(23525,5617,1,1,1,5531,1,-7489.71,-4496.05,8.76972,5.05699,300,5,0,1387,3471,1,0,0,0),(23524,5617,1,1,1,5530,1,-7580.81,-4290.78,9.9502,3.20997,300,5,0,1387,3471,1,0,0,0),(23523,5617,1,1,1,5531,1,-7687.93,-4253.95,9.52736,1.3463,300,5,0,1387,3471,1,0,0,0),(23522,5617,1,1,1,5531,1,-7505.98,-4494.89,10.5305,2.25801,300,10,0,1387,3471,1,0,0,0),(23521,5616,1,1,1,5533,1,-7409.34,-4584.32,8.84428,2.68959,300,0,0,1829,0,0,0,0,0),(23520,5616,1,1,1,5533,1,-7218.59,-4645.01,9.24926,0.946282,300,15,0,1829,0,1,0,0,0),(23519,5616,1,1,1,5533,1,-7319.44,-4618.22,8.86079,5.36538,300,5,0,1829,0,1,0,0,0),(23518,5616,1,1,1,5532,1,-7236.4,-4631.24,9.29846,3.74096,300,15,0,1829,0,1,0,0,0),(23517,5616,1,1,1,5533,1,-7411.57,-4616.26,10.9756,5.08006,300,15,0,1829,0,1,0,0,0),(23516,5616,1,1,1,5532,1,-7382.23,-4590.9,9.14744,5.3012,300,15,0,1829,0,1,0,0,0),(23515,5616,1,1,1,5533,1,-6949.57,-4383.63,9.97904,1.70122,300,10,0,1829,0,1,0,0,0),(23514,5616,1,1,1,5533,1,-7291.17,-4554.87,9.62676,3.10486,300,5,0,1829,0,1,0,0,0),(23513,5616,1,1,1,5532,1,-6922.39,-4349.26,11.2177,3.62128,300,10,0,1829,0,1,0,0,0),(23511,5616,1,1,1,5533,1,-7396.27,-4603.09,9.40812,4.80623,300,15,0,1829,0,1,0,0,0),(23510,5616,1,1,1,5533,1,-6919.79,-4380.21,11.5911,2.15923,300,10,0,1829,0,1,0,0,0),(23509,5616,1,1,1,5532,1,-6952.23,-4290.61,9.42344,5.73588,300,5,0,1829,0,1,0,0,0),(23507,5616,1,1,1,5532,1,-7386.43,-4729.27,9.23899,0.281744,300,0,0,1829,0,0,0,0,0),(23506,5616,1,1,1,5532,1,-7408.62,-4712.06,9.20164,1.34328,300,30,0,1829,0,1,0,0,0),(23505,5616,1,1,1,5532,1,-6919.89,-4413.27,11.3425,1.19031,300,10,0,1829,0,1,0,0,0),(23504,5616,1,1,1,5533,1,-6983.85,-4344.27,10.2888,2.35651,300,5,0,1829,0,1,0,0,0),(23503,5616,1,1,1,5532,1,-7213.31,-4629.97,8.97864,2.80608,300,0,0,1829,0,0,0,0,0),(23502,5616,1,1,1,5533,1,-7387.71,-4557.04,11.0705,1.73426,300,5,0,1829,0,1,0,0,0),(23501,5616,1,1,1,5532,1,-7304.35,-4604.55,8.48579,6.16752,300,0,0,1829,0,2,0,0,0),(23500,5616,1,1,1,5533,1,-7305.61,-4621.26,8.86079,4.68108,300,5,0,1829,0,1,0,0,0),(23499,5616,1,1,1,5533,1,-6952.48,-4356.11,11.4354,4.89172,300,10,0,1829,0,1,0,0,0),(23498,5616,1,1,1,5532,1,-7407.29,-4592.71,8.96928,0.191683,300,0,0,1829,0,0,0,0,0),(23497,5616,1,1,1,5532,1,-7257.62,-4544.47,9.1494,2.11274,300,15,0,1829,0,1,0,0,0),(23496,5616,1,1,1,5533,1,-7381.99,-4608.66,9.58844,0.596025,300,0,0,1829,0,2,0,0,0),(23495,5616,1,1,1,5532,1,-7299,-4607.96,8.56191,1.39794,300,5,0,1829,0,1,0,0,0),(23494,7408,1,1,1,7171,1,-7183.48,-3840.23,8.80531,3.92699,300,0,0,1753,0,0,0,0,0),(23493,5615,1,1,1,0,1,-7553.31,-4710.83,10.4689,2.13039,300,15,0,1,0,1,0,0,0),(23492,5615,1,1,1,0,1,-7577.27,-4713.79,10.4227,0.370859,300,30,0,1,0,1,0,0,0),(23491,5615,1,1,1,0,1,-7596.2,-4585.4,9.13815,1.25664,300,0,0,1,0,0,0,0,0),(23490,5615,1,1,1,0,1,-7681.03,-4612.35,9.20227,1.26401,300,15,0,1,0,1,0,0,0),(23489,5615,1,1,1,0,1,-7562.11,-4263.42,9.00176,1.59611,300,15,0,1,0,1,0,0,0),(23488,5615,1,1,1,0,1,-7688.07,-4645.4,9.62679,5.52934,300,15,0,1,0,1,0,0,0),(23487,5615,1,1,1,0,1,-7651.59,-4614.66,10.0437,3.31027,300,15,0,1,0,1,0,0,0),(23486,5615,1,1,1,0,1,-7683.68,-4678.68,10.9053,1.91496,300,15,0,1,0,1,0,0,0),(23485,5615,1,1,1,0,1,-7717.22,-4594.27,9.88018,0.563015,300,15,0,1,0,1,0,0,0),(23484,5615,1,1,1,0,1,-7619.57,-4594.74,9.26426,0.391351,300,15,0,1,0,1,0,0,0),(23483,5615,1,1,1,0,1,-7646.27,-4288.06,9.00729,4.37312,300,15,0,1,0,1,0,0,0),(23482,5615,1,1,1,0,1,-7682.13,-4385.37,9.50179,4.24317,300,15,0,1,0,1,0,0,0),(30018,6491,530,1,4294967295,0,0,696.403,2220.58,288.533,5.08528,60,0,0,4120,0,0,0,0,0),(30019,6491,530,1,4294967295,0,0,4363.88,3093.74,132.97,0.0194635,60,0,0,4120,0,0,0,0,0),(23481,19951,1,1,1,19279,1,-8459.6,-4229.26,-214.189,1.55334,600,0,0,6986,0,0,0,0,0),(88995,11789,349,1,1,13211,0,108.674,-187.774,-167.374,3.00197,86400,2,0,1919,0,1,0,0,0),(160507,12224,349,1,1,0,0,748.725,-81.8362,-57.4696,0.620471,86400,0,0,4434,2301,2,0,0,0),(160508,12224,349,1,1,0,0,632.101,-92.409,-57.4999,3.49563,86400,0,0,4434,2301,2,0,0,0),(7780,4856,0,1,1,722,1,-6202.35,-2962.89,222.925,1.98767,300,3,0,1596,0,1,0,0,0),(7779,4856,0,1,1,722,1,-6171.8,-2990.86,228.491,2.35092,300,5,0,1596,0,1,0,0,0),(7778,4856,0,1,1,722,1,-6166.96,-3004.4,227.8,4.47921,300,5,0,1596,0,1,0,0,0),(7777,4851,0,1,1,721,1,-6194.28,-2994.95,225.691,3.3226,300,5,0,1469,0,1,0,0,0),(7776,4856,0,1,1,722,1,-6195.07,-3011.28,224.939,3.76383,300,5,0,1596,0,1,0,0,0),(7775,4851,0,1,1,721,1,-6185.06,-3005.58,224.57,1.29372,300,5,0,1469,0,1,0,0,0),(7774,4856,0,1,1,722,1,-6180.34,-3026.66,221.257,0.551569,300,5,0,1596,0,1,0,0,0),(7773,4851,0,1,1,721,1,-6177.07,-3020.39,221.961,1.60055,300,3,0,1469,0,1,0,0,0),(7772,4846,0,1,1,6052,1,-6126.19,-3033.51,225.993,5.61996,300,0,0,1403,0,0,0,0,0),(7743,4846,0,1,1,6052,1,-6120.88,-3030.07,224.847,4.88692,300,0,0,1403,0,0,0,0,0),(7739,4856,0,1,1,722,1,-6160.92,-3018.3,219.839,3.53776,300,3,0,1596,0,1,0,0,0),(7738,4846,0,1,1,6052,1,-6117.44,-3020.04,220.555,5.63741,300,0,0,1403,0,0,0,0,0),(7737,4846,0,1,1,6052,1,-6113.16,-3017.3,221.561,5.98648,300,0,0,1403,0,0,0,0,0),(7736,4846,0,1,1,6052,1,-6123.77,-3009.48,221.832,3.46667,300,0,0,1403,0,0,0,0,0),(7735,4846,0,1,1,6052,1,-6129.47,-2977.53,208.139,0.79269,300,0,0,1403,0,0,0,0,0),(7734,4846,0,1,1,6052,1,-6118.71,-2993.37,222.962,1.90241,300,0,0,1403,0,0,0,0,0),(7733,4845,0,1,1,6053,1,-6070.42,-3082.97,250.059,2.22447,300,3,0,1403,0,1,0,0,0),(7732,4844,0,1,1,0,1,-6074.66,-3066.61,248.717,1.47706,300,3,0,1,0,1,0,0,0),(7731,4844,0,1,1,0,1,-6083.14,-3042.6,250.889,2.63806,300,3,0,1,0,1,0,0,0),(7730,4845,0,1,1,6053,1,-6080.75,-3050.54,251.678,6.11193,300,3,0,1403,0,1,0,0,0),(7729,4844,0,1,1,0,1,-6097.68,-3039.76,249.394,4.43314,300,0,0,1,0,0,0,0,0),(7728,4845,0,1,1,6053,1,-6101.98,-3038.42,248.875,2.4483,300,0,0,1403,0,0,0,0,0),(68451,22991,530,1,1,0,0,-3996.89,3142.12,372.729,3.05433,180,0,0,4120,0,0,0,0,0),(7726,4846,0,1,1,6052,1,-6110.56,-3044.06,247.207,2.16421,300,0,0,1403,0,0,0,0,0),(7725,4846,0,1,1,6052,1,-6117.14,-3052.61,247.503,3.05433,300,0,0,1403,0,0,0,0,0),(7724,2829,0,1,1,10824,0,-6278.52,-3423.51,238.755,3.63146,300,10,0,1403,0,1,0,0,0),(49656,11389,309,1,1,11312,1,-11783.5,-1671.14,21.2324,1.91986,7200,0,0,3144,0,0,0,0,0),(49655,11380,309,1,1,11311,1,-11515.8,-1275.48,79.6621,3.15905,259200,0,0,319800,26200,0,0,0,0),(7723,2909,0,1,1,4899,1,-6065.44,-3022.03,230.348,2.18166,300,0,0,1753,0,0,0,0,0),(7722,2725,0,1,1,715,0,-6600.45,-4137.34,279.281,0.599372,300,5,0,1522,1332,1,0,0,0),(49654,14825,309,1,1,14981,0,-11565.8,-1292.49,77.6175,3.65169,7200,0,0,12210,9736,0,0,0,0),(49653,14825,309,1,1,14983,0,-11567.6,-1293.33,77.6094,3.61198,7200,0,0,12210,9736,0,0,0,0),(49652,14825,309,1,1,14984,0,-11569.4,-1294.16,77.6076,3.57274,7200,0,0,12210,9736,0,0,0,0),(49651,14825,309,1,1,14981,0,-11571.9,-1295.26,77.6076,3.55907,7200,0,0,12210,9736,0,0,0,0),(49650,14883,309,1,1,14975,0,-11534.8,-1282.44,78.7332,2.1293,7200,0,0,12210,9736,0,0,0,0),(49609,14883,309,1,1,14975,0,-11534.2,-1269.71,78.6456,4.13643,7200,0,0,12210,9736,0,0,0,0),(49577,14882,309,1,1,14979,0,-11525.4,-1281.18,79.6252,2.79253,7200,0,0,15260,0,0,0,0,0),(49576,14882,309,1,1,14978,0,-11525.6,-1270.86,79.571,3.54302,7200,0,0,15260,0,0,0,0,0),(49575,14882,309,1,1,14979,0,-11532,-1282.05,79.074,2.42601,7200,0,0,15260,0,0,0,0,0),(49574,14882,309,1,1,14978,0,-11532,-1270.02,79.115,3.90954,7200,0,0,15260,0,0,0,0,0),(49573,14825,309,1,1,14983,0,-11528.7,-1281.83,79.4193,2.63545,7200,0,0,12210,9736,0,0,0,0),(49421,14825,309,1,1,14981,0,-11528.5,-1270.31,79.4239,3.68265,7200,0,0,12210,9736,0,0,0,0),(49403,14825,309,1,1,14983,0,-11522.8,-1280.45,79.6704,2.89725,7200,0,0,12210,9736,0,0,0,0),(49402,14825,309,1,1,14981,0,-11522.8,-1271.63,79.6408,3.4383,7200,0,0,12210,9736,0,0,0,0),(49400,14882,309,1,1,14979,0,-11625.2,-1335.64,79.5861,2.72271,7200,0,0,15260,0,0,0,0,0),(49399,14882,309,1,1,14977,0,-11627.2,-1332.83,79.33,5.2709,7200,0,0,15260,0,0,0,0,0),(49398,14825,309,1,1,14983,0,-11627.7,-1335.33,79.5577,5.39307,7200,0,0,12210,9736,0,0,0,0),(49397,14825,309,1,1,14981,0,-11626.6,-1338.78,79.2793,5.49779,7200,0,0,12210,9736,0,0,0,0),(49396,14883,309,1,1,14975,0,-11603.5,-1231.54,79.2214,4.97419,7200,0,0,12210,9736,0,0,0,0),(49395,14883,309,1,1,14973,0,-11605.9,-1232.2,79.5657,5.46288,7200,0,0,12210,9736,0,0,0,0),(49394,14882,309,1,1,14980,0,-11608.9,-1233.39,80.0797,5.91667,7200,0,0,15260,0,0,0,0,0),(49393,14882,309,1,1,14979,0,-11598.3,-1223.17,79.2809,4.39823,7200,0,0,15260,0,0,0,0,0),(49392,14882,309,1,1,14979,0,-11600.2,-1226.37,79.1702,4.4855,7200,0,0,15260,0,0,0,0,0),(49391,14882,309,1,1,14977,0,-11607.3,-1230.79,79.7656,5.48033,7200,0,0,15260,0,0,0,0,0),(49390,14825,309,1,1,14983,0,-11601.1,-1228.4,79.1072,4.53786,7200,0,0,12210,9736,0,0,0,0),(49389,14825,309,1,1,14984,0,-11602.5,-1230.36,79.1357,4.74729,7200,0,0,12210,9736,0,0,0,0),(49388,14825,309,1,1,14984,0,-11599.2,-1225.23,79.1166,4.41568,7200,0,0,12210,9736,0,0,0,0),(49387,14825,309,1,1,14983,0,-11604.9,-1230.15,79.452,5.13127,7200,0,0,12210,9736,0,0,0,0),(49386,14882,309,1,1,14977,0,-11545.2,-1246.18,78.2931,3.49066,7200,0,0,15260,0,0,0,0,0),(49385,14825,309,1,1,14981,0,-11549.8,-1243.92,78.3484,5.07891,7200,0,0,12210,9736,0,0,0,0),(49384,14825,309,1,1,14982,0,-11552,-1248.28,78.4336,0.244346,7200,0,0,12210,9736,0,0,0,0),(49383,14825,309,1,1,14984,0,-11547,-1250.59,78.3985,2.00713,7200,0,0,12210,9736,0,0,0,0),(49382,14883,309,1,1,14976,0,-11614.4,-1283.81,79.681,5.91667,7200,0,0,12210,9736,0,0,0,0),(49381,14883,309,1,1,14976,0,-11611.5,-1277.22,79.7617,4.43314,7200,0,0,12210,9736,0,0,0,0),(49380,14882,309,1,1,14980,0,-11612.9,-1281.33,79.8237,4.53786,7200,0,0,15260,0,0,0,0,0),(49379,14882,309,1,1,14977,0,-11615.8,-1282.03,79.6598,5.5676,7200,0,0,15260,0,0,0,0,0),(49378,14882,309,1,1,14977,0,-11613.4,-1278.93,79.8424,4.72984,7200,0,0,15260,0,0,0,0,0),(49377,14882,309,1,1,14980,0,-11614.3,-1274.23,79.8398,4.81711,7200,0,0,15260,0,0,0,0,0),(49376,14825,309,1,1,14983,0,-11614,-1277.09,79.8373,4.79965,7200,0,0,12210,9736,0,0,0,0),(49375,14825,309,1,1,14983,0,-11615.4,-1279.94,79.7496,5.16617,7200,0,0,12210,9736,0,0,0,0),(49374,14825,309,1,1,14981,0,-11616.5,-1274.6,79.8499,5.044,7200,0,0,12210,9736,0,0,0,0),(49373,14825,309,1,1,14982,0,-11617.8,-1281.32,79.5759,5.70723,7200,0,0,12210,9736,0,0,0,0),(49372,14883,309,1,1,14976,0,-11573,-1313.94,79.8998,1.71042,7200,0,0,12210,9736,0,0,0,0),(49371,14883,309,1,1,14974,0,-11572.7,-1311.45,79.8292,4.32842,7200,0,0,12210,9736,0,0,0,0),(49370,14883,309,1,1,14976,0,-11571.5,-1319.05,78.5183,1.81514,7200,0,0,12210,9736,0,0,0,0),(49369,14882,309,1,1,14978,0,-11571.1,-1308.7,79.1717,4.20624,7200,0,0,15260,0,0,0,0,0),(49368,14882,309,1,1,14978,0,-11571.4,-1315.42,79.4491,2.14675,7200,0,0,15260,0,0,0,0,0),(49367,14882,309,1,1,14980,0,-11570.9,-1312.87,79.7872,3.03687,7200,0,0,15260,0,0,0,0,0),(49366,14825,309,1,1,14983,0,-11570.3,-1310,79.3561,3.87463,7200,0,0,12210,9736,0,0,0,0),(49365,14825,309,1,1,14983,0,-11569.1,-1311.52,79.4992,3.40339,7200,0,0,12210,9736,0,0,0,0),(49364,14825,309,1,1,14984,0,-11571.4,-1317.26,79.0674,1.93731,7200,0,0,12210,9736,0,0,0,0),(49363,14825,309,1,1,14984,0,-11569.5,-1314.49,79.3638,2.67035,7200,0,0,12210,9736,0,0,0,0),(49362,14825,309,1,1,14983,0,-11612.6,-1240.13,80.5567,3.81092,7200,0,0,12210,9736,0,0,0,0),(49361,14825,309,1,1,14983,0,-11610.4,-1242.8,80.5328,3.81085,7200,0,0,12210,9736,0,0,0,0),(49359,14825,309,1,1,14982,0,-11613.9,-1243.31,80.8476,3.80983,7200,0,0,12210,9736,0,0,0,0),(49358,15091,309,1,1,11686,0,-11516.8,-1607.48,41.3826,4.76475,7200,0,0,4120,0,0,0,0,0),(49355,15091,309,1,1,11686,0,-11519.5,-1610.6,41.3826,2.56563,7200,0,0,4120,0,0,0,0,0),(49352,15091,309,1,1,11686,0,-11518.5,-1652.9,41.3826,0.034907,7200,0,0,4120,0,0,0,0,0),(49351,15091,309,1,1,11686,0,-11517.1,-1603.54,41.3826,2.05949,7200,0,0,4120,0,0,0,0,0),(49350,14758,309,1,1,11686,0,-11568.9,-1630.06,41.3826,4.76475,7200,0,0,4120,0,0,0,0,0),(49349,15091,309,1,1,11686,0,-11518.4,-1650.73,41.3826,4.43314,7200,0,0,4120,0,0,0,0,0),(49347,11353,309,1,1,11082,1,-11456.2,-1592.29,50.268,4.83912,7200,0,0,18312,0,0,0,0,0),(49346,11365,309,1,1,633,0,-11495.1,-1618.88,60.4074,4.30856,7200,5,0,21364,0,1,0,0,0),(49345,11365,309,1,1,633,0,-11496,-1619.55,60.4075,4.58392,7200,5,0,21364,0,1,0,0,0),(49344,11365,309,1,1,633,0,-11495.2,-1621.51,60.4075,3.1743,7200,5,0,21364,0,1,0,0,0),(49343,11365,309,1,1,633,0,-11495.2,-1616.76,60.4903,4.48279,7200,0,0,21364,0,0,0,0,0),(49342,11365,309,1,1,633,0,-11536,-1611.98,60.4083,2.79071,7200,5,0,21364,0,1,0,0,0),(49341,11365,309,1,1,633,0,-11534.8,-1613.09,60.4083,2.71321,7200,5,0,21364,0,1,0,0,0),(49340,11365,309,1,1,633,0,-11538.1,-1607.61,60.4083,3.62696,7200,5,0,21364,0,1,0,0,0),(49339,11365,309,1,1,633,0,-11534.6,-1610.75,60.4916,3.00808,7200,0,0,21364,0,0,0,0,0),(49338,11365,309,1,1,633,0,-11573.4,-1665.55,49.5491,2.94749,7200,5,0,21364,0,1,0,0,0),(49337,11365,309,1,1,633,0,-11573.4,-1669.59,49.5494,2.65977,7200,5,0,21364,0,1,0,0,0),(49336,11365,309,1,1,633,0,-11576.6,-1666.62,49.2497,2.77847,7200,5,0,21364,0,1,0,0,0),(49335,11365,309,1,1,633,0,-11573,-1667.54,49.6334,2.80813,7200,0,0,21364,0,0,0,0,0),(49334,11365,309,1,1,633,0,-11519,-1664.11,71.4067,5.49779,7200,0,0,21364,0,0,0,0,0),(49333,11365,309,1,1,633,0,-11524.2,-1670.44,71.4067,3.19395,7200,0,0,21364,0,0,0,0,0),(49332,11365,309,1,1,633,0,-11511.1,-1670.26,71.4066,5.49779,7200,0,0,21364,0,0,0,0,0),(49331,11365,309,1,1,633,0,-11510.4,-1663.15,71.4066,2.28638,7200,0,0,21364,0,0,0,0,0),(7716,6491,1,1,4294967295,0,0,-7981.09,1556.57,3.64432,3.17291,60,0,0,4120,0,0,0,0,0),(49329,11339,309,1,1,11226,1,-11542.2,-1609.78,60.4916,6.1555,7200,0,0,25150,14916,0,0,0,0),(49328,11365,309,1,1,633,0,-11546.5,-1552.91,51.1642,1.22446,7200,5,0,21364,0,1,0,0,0),(49327,11365,309,1,1,633,0,-11547.6,-1549.76,51.3208,6.1836,7200,5,0,21364,0,1,0,0,0),(49326,11365,309,1,1,633,0,-11547.4,-1554.03,51.0091,1.11034,7200,5,0,21364,0,1,0,0,0),(49325,11365,309,1,1,633,0,-11549.3,-1554.1,50.9232,0.816936,7200,0,0,21364,0,0,0,0,0),(49324,11365,309,1,1,633,0,-11523,-1686.1,50.0412,0.599685,7200,5,0,21364,0,1,0,0,0),(49323,11365,309,1,1,633,0,-11524.2,-1683.65,49.4405,5.89116,7200,5,0,21364,0,1,0,0,0),(49322,11365,309,1,1,633,0,-11525,-1685.19,49.7388,0.083731,7200,5,0,21364,0,1,0,0,0),(49321,11365,309,1,1,633,0,-11526.2,-1683.66,49.2104,6.04566,7200,0,0,21364,0,0,0,0,0),(49320,11365,309,1,1,633,0,-11626.8,-1701.44,38.8236,4.72213,7200,5,0,21364,0,2,0,0,0),(49319,11365,309,1,1,633,0,-11630.6,-1680.17,39.2641,4.72213,7200,5,0,21364,0,1,0,0,0),(49318,11365,309,1,1,633,0,-11632,-1683.5,39.8163,4.72216,7200,5,0,21364,0,1,0,0,0),(49317,11365,309,1,1,633,0,-11614.8,-1566.55,38.8881,5.0655,7200,5,0,21364,0,1,0,0,0),(49316,11365,309,1,1,633,0,-11612.3,-1565.29,39.1839,5.05803,7200,5,0,21364,0,1,0,0,0),(49315,11365,309,1,1,633,0,-11612.2,-1568.49,39.3195,4.82779,7200,5,0,21364,0,1,0,0,0),(49314,11347,309,1,1,11219,1,-11702.6,-1992.61,62.0147,5.02655,7200,0,0,90650,20544,0,0,0,0),(49313,11348,309,1,1,11189,1,-11699.3,-1992.57,61.9979,4.43314,7200,0,0,113295,0,0,0,0,0),(49312,11361,309,1,1,11031,0,-11706.6,-2001.38,62.4163,1.06465,7200,0,0,9156,0,0,0,0,0),(49311,11361,309,1,1,11031,0,-11695.2,-2001.47,62.4163,2.44346,7200,0,0,9156,0,0,0,0,0),(49310,14509,309,1,1,15216,1,-11700.8,-1998.94,62.4163,1.6057,259200,0,0,133250,13100,0,0,0,0),(49309,11350,309,1,1,11077,1,-11693.6,-1940.73,56.9141,1.72788,7200,0,0,21364,0,0,0,0,0),(49308,11350,309,1,1,11077,1,-11679.6,-1934.44,57.6998,5.72468,7200,0,0,21364,0,0,0,0,0),(49307,11350,309,1,1,11075,1,-11674.6,-1928.62,57.6635,1.50098,7200,0,0,21364,0,0,0,0,0),(49306,11360,309,1,1,15151,0,-11816.5,-1878.31,48.0184,1.01229,7200,0,0,3052,0,0,0,0,0),(49305,11360,309,1,1,15151,0,-11751.7,-1896.04,56.2729,2.10993,7200,5,0,3052,0,1,0,0,0),(49304,11360,309,1,1,15151,0,-11805.8,-1878.27,45.4985,5.96903,7200,0,0,3052,0,0,0,0,0),(49303,11360,309,1,1,15151,0,-11718.4,-1917.09,55.7326,2.57413,7200,5,0,3052,0,1,0,0,0),(49302,11350,309,1,1,11077,1,-11821,-1803.41,52.1164,2.87979,7200,0,0,21364,0,0,0,0,0),(49301,11350,309,1,1,11075,1,-11815.3,-1807.61,51.1677,2.42601,7200,0,0,21364,0,0,0,0,0),(49300,11361,309,1,1,11031,0,-11680.8,-1928.7,56.7897,3.31613,7200,0,0,9156,0,0,0,0,0),(49299,11361,309,1,1,11031,0,-11675.5,-1922.65,56.5736,3.35103,7200,0,0,9156,0,0,0,0,0),(49298,11361,309,1,1,11031,0,-11668.8,-1930.49,57.889,0.226893,7200,0,0,9156,0,0,0,0,0),(49297,11361,309,1,1,11031,0,-11676.5,-1939.07,57.3162,4.50295,7200,0,0,9156,0,0,0,0,0),(49296,11361,309,1,1,11031,0,-11689.1,-1936.64,56.8723,2.75762,7200,0,0,9156,0,0,0,0,0),(49295,11360,309,1,1,15151,0,-11686,-1888.25,57.0057,2.93215,7200,0,0,3052,0,0,0,0,0),(49294,11361,309,1,1,11031,0,-11826.7,-1871.16,52.7241,5.42797,7200,0,0,9156,0,0,0,0,0),(49293,11361,309,1,1,11031,0,-11824.2,-1856.49,51.7036,4.88692,7200,0,0,9156,0,0,0,0,0),(49292,11361,309,1,1,11031,0,-11825.4,-1863.41,51.7791,0.05236,7200,0,0,9156,0,0,0,0,0),(49291,11361,309,1,1,11031,0,-11807.8,-1897.04,48.7144,1.06465,7200,0,0,9156,0,0,0,0,0),(49290,11361,309,1,1,11031,0,-11791.4,-1895.77,48.4045,1.36136,7200,0,0,9156,0,0,0,0,0),(49289,11361,309,1,1,11031,0,-11818.3,-1892.84,48.7754,0.628319,7200,0,0,9156,0,0,0,0,0),(49288,11391,309,1,1,11320,1,-12196.3,-1948.37,130.36,0.541052,7200,0,0,3144,0,0,0,0,0),(49287,14758,309,1,1,11686,0,-12171.3,-1985.58,134.759,1.98968,7200,0,0,4120,0,0,0,0,0),(49286,11382,309,1,1,11288,1,-12167.8,-1927.25,153.73,3.76991,259200,0,0,466340,0,0,0,0,0),(49285,14821,309,1,1,2571,0,-12362.7,-1873.9,130.339,2.46091,7200,0,0,15260,0,0,0,0,0),(49284,11830,309,1,1,11761,1,-12363,-1879.52,130.378,0.645772,7200,0,0,17094,12170,0,0,0,0),(49283,11353,309,1,1,11082,1,-12355.5,-1878.74,130.407,2.58309,7200,0,0,18312,0,0,0,0,0),(49282,11353,309,1,1,11080,1,-12359.7,-1870.49,130.518,4.83456,7200,0,0,18312,0,0,0,0,0),(49281,11830,309,1,1,11760,1,-12187,-1978.89,133.345,0.261799,7200,0,0,17094,12170,0,0,0,0),(49280,11356,309,1,1,11103,1,-12183.8,-1978.48,133.914,2.6529,7200,0,0,31440,0,0,0,0,0),(49279,11353,309,1,1,11081,1,-12186.9,-1977,133.142,5.67232,7200,0,0,18312,0,0,0,0,0),(49278,11353,309,1,1,11080,1,-12384.7,-1849.2,129.759,3.24631,7200,0,0,18312,0,0,0,0,0),(49277,11353,309,1,1,11082,1,-12387.7,-1849.4,129.265,0,7200,0,0,18312,0,0,0,0,0),(49276,14821,309,1,1,2571,0,-12185.6,-1904.19,133.015,4.29351,7200,0,0,15260,0,0,0,0,0),(49275,14821,309,1,1,2571,0,-12180.4,-1897.75,132.882,3.21141,7200,0,0,15260,0,0,0,0,0),(1192,4461,0,1,1,5243,1,-12115,58.3161,-6.66363,2.42937,300,5,0,1403,0,1,0,0,0),(49274,14821,309,1,1,2571,0,-12191.9,-1898.71,134.859,2.77507,7200,0,0,15260,0,0,0,0,0),(49273,11356,309,1,1,11103,1,-12329.5,-1901.46,130.609,4.10152,7200,0,0,31440,0,0,0,0,0),(49272,11356,309,1,1,11101,1,-12332.2,-1903.89,130.561,0.575959,7200,0,0,31440,0,0,0,0,0),(49271,11356,309,1,1,11101,1,-12190,-1980.93,133.214,1.41372,7200,0,0,31440,0,0,0,0,0),(49270,11356,309,1,1,11100,1,-12181.4,-1980.66,134.596,1.62316,7200,0,0,31440,0,0,0,0,0),(23480,5615,1,1,1,0,1,-7680.55,-4286.86,9.63135,2.52292,300,15,0,1,0,1,0,0,0),(49269,11356,309,1,1,11103,1,-12343.8,-1957.15,133.218,5.89921,7200,0,0,31440,0,0,0,0,0),(49268,11356,309,1,1,11102,1,-12340.8,-1958.38,133.508,2.72271,7200,0,0,31440,0,0,0,0,0),(49263,11830,309,1,1,11760,1,-12385.5,-1906.37,130.344,2.30383,7200,0,0,17094,12170,0,0,0,0),(49262,11353,309,1,1,11080,1,-12393,-1905.57,130.35,0.663225,7200,0,0,18312,0,0,0,0,0),(49261,11353,309,1,1,11082,1,-12388.9,-1900.82,130.636,4.60767,7200,0,0,18312,0,0,0,0,0),(49260,11830,309,1,1,11758,1,-12347.5,-1890.89,130.433,0.964154,7200,0,0,17094,12170,0,0,0,0),(49259,11830,309,1,1,11761,1,-12344.7,-1888.57,130.433,1.27425,7200,0,0,17094,12170,0,0,0,0),(49258,14510,309,1,1,15220,1,-12326.5,-1577.11,133.588,4.81711,259200,0,0,333125,13100,0,0,0,0),(49257,11388,309,1,1,11327,1,-12326.4,-1586.32,132.436,1.62316,7200,0,0,2515,12430,0,0,0,0),(49256,14758,309,1,1,11686,0,-12364.2,-1633.44,131.01,0.331613,7200,0,0,4120,0,0,0,0,0),(49255,11370,309,1,1,963,0,-12286.3,-1645.34,133.649,5.16617,7200,0,0,31440,0,0,0,0,0),(49254,14532,309,1,1,14950,0,-12266.3,-1646.13,133.791,3.28122,7200,0,0,12208,0,0,0,0,0),(49253,14532,309,1,1,14950,0,-12286.9,-1636.15,134.768,2.02458,7200,0,0,12208,0,0,0,0,0),(49252,14532,309,1,1,14950,0,-12273.6,-1649.47,134.943,1.29154,7200,0,0,12208,0,0,0,0,0),(49251,14532,309,1,1,14950,0,-12293.9,-1642.43,131.585,1.91986,7200,0,0,12208,0,0,0,0,0),(49250,11370,309,1,1,963,0,-12283,-1650.87,131.73,0.017453,7200,0,0,31440,0,0,0,0,0),(49249,14532,309,1,1,14950,0,-12291.1,-1618.24,130.8,1.53693,7200,5,0,12208,0,1,0,0,0),(49248,14532,309,1,1,14950,0,-12276,-1638.02,136.952,3.44739,7200,5,0,12208,0,1,0,0,0),(49247,14532,309,1,1,14950,0,-12295.6,-1628.43,131.6,4.53786,7200,0,0,12208,0,0,0,0,0),(49246,14532,309,1,1,14950,0,-12283.2,-1627.24,133.495,0,7200,5,0,12208,0,1,0,0,0),(49245,11370,309,1,1,963,0,-12353.9,-1676.98,130.867,2.25148,7200,0,0,31440,0,0,0,0,0),(49244,14532,309,1,1,14950,0,-12374.9,-1672.46,131.368,6.03248,7200,5,0,12208,0,1,0,0,0),(23479,5615,1,1,1,0,1,-7351.15,-4421.16,11.2379,4.4946,300,15,0,1,0,1,0,0,0),(23478,19951,1,1,1,19279,1,-8465.6,-4519.6,-209.255,2.23402,600,0,0,6986,0,0,0,0,0),(23477,19951,1,1,1,19279,1,-8525.67,-4510.7,-210.954,1.79769,600,0,0,6986,0,0,0,0,0),(23476,5615,1,1,1,0,1,-7384.63,-4423.43,10.7044,5.97586,300,15,0,1,0,1,0,0,0),(23475,5615,1,1,1,0,1,-7581.14,-4746.19,9.63509,3.5849,300,15,0,1,0,1,0,0,0),(23474,19951,1,1,1,19279,1,-8498.54,-4398.82,-217.981,5.06145,600,0,0,6986,0,0,0,0,0),(23473,19951,1,1,1,19279,1,-8144.26,-4902.19,17.7225,3.13249,600,0,0,6986,0,2,0,0,0),(23472,19951,1,1,1,19279,1,-8151.63,-4901.98,18.727,3.08034,600,0,0,6986,0,2,0,0,0),(23471,5615,1,1,1,0,1,-7485.89,-4485.72,8.2987,2.99619,300,15,0,1,0,1,0,0,0),(23470,5615,1,1,1,0,1,-7675.76,-4407.84,9.00611,0.509699,300,15,0,1,0,1,0,0,0),(23469,19951,1,1,1,19279,1,-8558.78,-4356.28,-216.507,3.9619,600,0,0,6986,0,0,0,0,0),(23468,19951,1,1,1,19279,1,-8563.47,-4284.08,-215.423,2.86234,600,0,0,6986,0,0,0,0,0),(23467,5615,1,1,1,0,1,-7633.77,-4473.08,9.89368,5.18744,300,0,0,1,0,2,0,0,0),(23466,5615,1,1,1,0,1,-7632.68,-4476.55,9.77288,5.15209,300,0,0,1,0,2,0,0,0),(23465,5615,1,1,1,0,1,-7578.32,-4364.24,9.12832,5.23662,300,15,0,1,0,1,0,0,0),(31288,4352,1,1,1,1962,0,-2718.66,-3539.92,33.8773,3.05164,360,5,0,1469,0,1,0,0,0),(31287,4351,1,1,1,2571,0,-2747.8,-3574.12,33.9181,4.45784,360,5,0,1469,0,1,0,0,0),(31286,4388,1,1,1,2425,0,-3987.47,-4678.53,-22.1836,3.24693,360,10,0,1396,0,1,0,0,0),(31285,4388,1,1,1,2425,0,-4040.24,-4691.14,-47.8143,1.8297,360,10,0,1396,0,1,0,0,0),(31284,4388,1,1,1,2425,0,-3950.77,-4758.02,-26.3252,5.61794,360,10,0,1396,0,1,0,0,0),(31283,4388,1,1,1,2425,0,-3975.41,-4736.51,-27.564,3.16415,360,10,0,1396,0,1,0,0,0),(31282,4388,1,1,1,2425,0,-3999.43,-4727.57,-27.4787,3.10843,360,10,0,1396,0,1,0,0,0),(31281,4388,1,1,1,2425,0,-4016.27,-4649.03,-37.0388,1.54706,360,10,0,1396,0,1,0,0,0),(31280,4388,1,1,1,2425,0,-3944.45,-4780.04,-37.076,3.93591,360,10,0,1396,0,1,0,0,0),(31279,4388,1,1,1,2425,0,-3960.12,-4712.12,-23.5249,2.55788,360,10,0,1396,0,1,0,0,0),(31278,4388,1,1,1,2425,0,-3985.67,-4654.96,-19.506,0.170887,360,10,0,1396,0,1,0,0,0),(31277,4388,1,1,1,2425,0,-4010.74,-4609.95,-25.962,0.860197,360,10,0,1396,0,1,0,0,0),(31276,23591,1,1,1,21652,1,-2674.17,-4259.15,3.70809,3.49066,360,10,0,1536,0,1,0,0,0),(31275,23590,1,1,1,21650,0,-2676.72,-4272.34,3.7138,2.61799,360,0,0,1208,1097,0,0,0,0),(31274,4966,1,1,1,2967,1,-2895.49,-3350.66,31.2543,5.03848,360,0,0,1342,0,0,0,0,0),(31273,5184,1,1,1,4679,1,-2997.08,-3248.82,34.6013,0.306556,360,0,0,1403,0,0,0,0,0),(31272,4834,1,1,1,4676,1,-3342.53,-2971.9,37.172,0.715532,360,5,0,1403,0,1,0,0,0),(31271,5184,1,1,1,4677,1,-2890.5,-3344.49,32.3878,2.15425,360,0,0,1403,0,0,0,0,0),(31270,4388,1,1,1,2425,0,-4050.23,-4611.15,-34.5426,2.37264,360,10,0,1396,0,1,0,0,0),(31269,23590,1,1,1,21650,0,-2688.82,-4252.81,3.67829,4.67748,360,0,0,1208,1097,0,0,0,0),(31268,5184,1,1,1,19833,1,-2889.18,-3337.46,32.5128,3.67612,360,0,0,1403,0,0,0,0,0),(31267,4388,1,1,1,2425,0,-3886.73,-4725.89,-15.2337,0.209651,360,10,0,1396,0,1,0,0,0),(31266,23589,1,1,1,21649,1,-2650.01,-4284.63,17.6928,2.66895,360,0,0,1469,0,0,0,0,0),(31265,4388,1,1,1,2425,0,-3883.71,-4684.06,-12.416,0.987959,360,10,0,1396,0,1,0,0,0),(31264,4388,1,1,1,2425,0,-3958.25,-4677.17,-16.9088,2.57095,360,10,0,1396,0,1,0,0,0),(31263,4388,1,1,1,2425,0,-3985.44,-4609.23,-17.0289,5.76452,360,10,0,1396,0,1,0,0,0),(31262,5184,1,1,1,19833,1,-3007.27,-3244.19,35.0452,2.23363,360,0,0,1403,0,0,0,0,0),(31261,23589,1,1,1,21647,1,-2733.28,-4294.74,6.57445,4.48588,360,3,0,1469,0,1,0,0,0),(31260,23589,1,1,1,21649,1,-2665.71,-4242.3,8.91529,4.41906,360,0,0,1469,0,0,0,0,0),(31259,4388,1,1,1,2425,0,-3952.39,-4623.91,-10.8913,2.12931,360,10,0,1396,0,1,0,0,0),(31258,4388,1,1,1,2425,0,-3912.12,-4719.16,-13.0672,0.364771,360,10,0,1396,0,1,0,0,0),(31257,23589,1,1,1,21647,1,-2685.58,-4309.3,17.0563,3.99191,360,0,0,1469,0,0,0,0,0),(31256,4348,1,1,1,2708,0,-3852.65,-2915.09,35.4861,3.57728,360,10,0,1674,0,1,0,0,0),(31255,4388,1,1,1,2425,0,-3913.59,-4686.71,-12.6653,4.79418,360,10,0,1396,0,1,0,0,0),(31254,4348,1,1,1,2708,0,-3926.45,-2910.86,39.0566,0.305683,360,5,0,1674,0,1,0,0,0),(31253,4412,1,1,1,2546,0,-3951.95,-2947.25,39.599,0.723238,360,10,0,1536,0,1,0,0,0),(31252,4348,1,1,1,2708,0,-3982.86,-2982.49,38.5958,0.555494,360,5,0,1674,0,1,0,0,0),(31251,4348,1,1,1,2708,0,-4016.67,-2887.23,39.4088,1.39216,360,10,0,1674,0,1,0,0,0),(31250,4344,1,1,1,2548,0,-4132,-3009.12,28.6538,2.72487,360,10,0,1305,1186,1,0,0,0),(31249,4344,1,1,1,2548,0,-4087.74,-3051.41,29.6902,4.68533,360,10,0,1305,1186,1,0,0,0),(31248,4345,1,1,1,807,0,-4728.77,-3255.86,29.4737,0.428727,360,10,0,1751,0,1,0,0,0),(31247,4412,1,1,1,2546,0,-3308.41,-2982.58,39.9888,0.890712,360,10,0,1536,0,1,0,0,0),(31246,4834,1,1,1,4675,1,-3269.45,-3109,39.5778,3.16111,360,5,0,1403,0,1,0,0,0),(31245,1420,1,1,1,901,0,-3256.42,-3080.84,30.1474,0.969183,360,10,0,8,0,1,0,0,0),(23464,5615,1,1,1,0,1,-7386.84,-4414.78,9.93061,0.513966,300,15,0,1,0,1,0,0,0),(31244,4412,1,1,1,2546,0,-3371.9,-2937.05,37.0867,4.0099,360,10,0,1536,0,1,0,0,0),(31243,23591,1,1,1,21652,1,-2605.09,-4519.81,-10.698,0.185339,360,10,0,1536,0,1,0,0,0),(31242,4345,1,1,1,807,0,-4453.79,-3183.58,30.6857,0.756573,360,10,0,1751,0,1,0,0,0),(31241,23591,1,1,1,21652,1,-2667.49,-4395.43,-12.1278,6.14999,360,10,0,1536,0,1,0,0,0),(31240,23591,1,1,1,21652,1,-2681.44,-4399.46,-11.1777,0.996877,360,10,0,1536,0,1,0,0,0),(31239,23591,1,1,1,21652,1,-2564.01,-4399.37,-7.51065,3.86533,360,10,0,1536,0,1,0,0,0),(31238,4345,1,1,1,807,0,-4193.45,-3359.24,29.5979,0.236456,360,10,0,1751,0,1,0,0,0),(31237,4356,1,1,1,1962,0,-4289.06,-2659.39,35.681,3.98258,360,5,0,1678,0,1,0,0,0),(31236,4356,1,1,1,1962,0,-4276.35,-2665.85,35.7399,5.91794,360,5,0,1678,0,1,0,0,0),(31235,4357,1,1,1,2574,0,-4277.46,-2631.35,45.2234,4.39383,360,5,0,1674,0,1,0,0,0),(31234,4345,1,1,1,807,0,-4487.88,-3411.83,28.6475,2.57201,360,10,0,1751,0,1,0,0,0),(31233,4345,1,1,1,807,0,-4518.47,-3453.7,30.2725,5.08492,360,10,0,1751,0,1,0,0,0),(31232,4345,1,1,1,807,0,-4543.64,-3477.62,33.2914,3.61223,360,10,0,1751,0,1,0,0,0),(31231,4345,1,1,1,807,0,-4525.66,-2993.35,34.5171,4.4499,360,10,0,1751,0,1,0,0,0),(31230,4345,1,1,1,807,0,-4789.91,-3444.65,30.3583,4.13734,360,10,0,1751,0,1,0,0,0),(31229,4345,1,1,1,807,0,-4793.06,-3409.82,30.9109,4.60669,360,10,0,1751,0,1,0,0,0),(31228,4324,1,1,1,397,0,-4761.5,-3452.2,38.0324,4.18937,360,10,0,1416,1236,1,0,0,0),(31227,4345,1,1,1,807,0,-4750.83,-3480.25,29.4975,2.54383,360,10,0,1751,0,1,0,0,0),(31226,4334,1,1,1,8309,1,-4677.81,-3540.29,38.1001,5.30519,360,5,0,1522,1332,1,0,0,0),(31225,4345,1,1,1,807,0,-4431.12,-3281.03,31.5225,3.74898,360,10,0,1751,0,1,0,0,0),(31224,4414,1,1,1,2542,0,-3407.39,-4275.99,28.6751,4.46741,360,10,0,1469,0,1,0,0,0),(31223,4345,1,1,1,807,0,-4446.47,-3440.73,28.6475,0.458983,360,10,0,1751,0,1,0,0,0),(31222,4334,1,1,1,8309,1,-4818.81,-3620.94,44.2801,3.47113,360,5,0,1522,1332,1,0,0,0),(31221,4334,1,1,1,8309,1,-4950.18,-3612.68,40.5844,5.19956,360,10,0,1522,1332,1,0,0,0),(31220,4334,1,1,1,8309,1,-4888.04,-3680.1,47.4266,4.82438,360,10,0,1522,1332,1,0,0,0),(31219,4345,1,1,1,807,0,-4298.43,-3542.34,29.0224,0.393791,360,10,0,1751,0,1,0,0,0),(31218,4334,1,1,1,8309,1,-4993.61,-3713.16,44.2569,5.8606,360,5,0,1522,1332,1,0,0,0),(31217,4412,1,1,1,2546,0,-4206.28,-3542.18,38.4359,3.44296,360,10,0,1536,0,1,0,0,0),(31216,4412,1,1,1,2546,0,-4244.97,-3515.68,37.3144,5.80667,360,10,0,1536,0,1,0,0,0),(31215,4334,1,1,1,8309,1,-4912.7,-3819.37,46.42,1.60204,360,5,0,1522,1332,1,0,0,0),(31214,4328,1,1,1,8310,1,-4980.71,-3730.54,42.3574,3.0782,360,5,0,1471,1283,1,0,0,0),(31213,4334,1,1,1,8309,1,-4952.36,-3704.01,45.2631,5.64542,360,10,0,1522,1332,1,0,0,0),(31212,4412,1,1,1,2546,0,-4209.54,-3485.27,39.7715,1.41139,360,10,0,1536,0,1,0,0,0),(31211,4334,1,1,1,8309,1,-4952.36,-3730.85,43.5131,5.09168,360,5,0,1522,1332,1,0,0,0),(31210,4334,1,1,1,8309,1,-4909.57,-3929,49.5612,3.21446,360,5,0,1522,1332,1,0,0,0),(31209,23620,1,1,1,21645,0,-4060.45,-4506.62,6.03034,1.68337,360,0,0,1220,0,2,0,0,0),(31208,4328,1,1,1,8310,1,-4881.44,-3916.18,50.2625,5.52472,360,10,0,1471,1283,1,0,0,0),(31207,4834,1,1,1,4676,1,-2957.17,-3020.13,36.1577,3.28705,360,5,0,1403,0,1,0,0,0),(31206,4334,1,1,1,8309,1,-4918.81,-3914.46,46.6528,3.37725,360,5,0,1522,1332,1,0,0,0),(31205,4334,1,1,1,8309,1,-4893.3,-3899.93,46.6334,1.51262,360,10,0,1522,1332,1,0,0,0),(31204,4345,1,1,1,807,0,-4153.13,-3384.38,28.8974,1.99038,360,10,0,1751,0,1,0,0,0),(31203,1420,1,1,1,901,0,-3914.94,-3476.94,31.6474,6.18604,360,10,0,8,0,1,0,0,0),(31202,4334,1,1,1,8309,1,-4650.23,-3847.19,40.9028,3.37805,360,5,0,1522,1332,1,0,0,0),(31201,1420,1,1,1,901,0,-4313.04,-3039.88,28.7811,3.51425,360,10,0,8,0,1,0,0,0),(31200,4394,1,1,1,2569,0,-3945.1,-3705.25,41.1247,5.59045,360,5,0,1459,0,1,0,0,0),(31199,4393,1,1,1,11137,0,-3980.73,-3686.78,45.8783,2.14742,360,10,0,1751,0,1,0,0,0),(31198,4343,1,1,1,814,0,-3626.22,-3246.6,30.806,2.30506,360,10,0,1536,0,1,0,0,0),(31197,4394,1,1,1,2569,0,-4070.83,-3820.83,37.4354,2.06479,360,5,0,1459,0,1,0,0,0),(31196,2914,1,1,1,2958,0,-3570.5,-2795.25,30.8157,5.17943,360,10,0,8,0,1,0,0,0),(31195,4387,1,1,1,1549,0,-2532.1,-3055.35,36.4867,0.631738,360,10,0,1536,0,1,0,0,0),(31194,4404,1,1,1,2600,0,-4218.44,-3946.05,-14.2665,3.36667,360,5,0,1211,1067,1,0,0,0),(31193,4403,1,1,1,2599,0,-4414.44,-4156.97,-1.19055,4.4832,360,5,0,1464,0,1,0,0,0),(31192,4382,1,1,1,2024,0,-2885.05,-3178.88,28.7724,2.72426,360,10,0,1469,0,1,0,0,0),(31191,4403,1,1,1,2599,0,-4456.44,-4122.71,-6.78785,5.47712,360,5,0,1464,0,1,0,0,0),(31190,4345,1,1,1,807,0,-4570.14,-3305.63,32.8247,0.234036,360,10,0,1751,0,1,0,0,0),(31189,4352,1,1,1,1962,0,-2758.76,-3528.45,44.5545,4.16257,360,5,0,1469,0,1,0,0,0),(31188,4403,1,1,1,2599,0,-4414.55,-4112.91,0.259917,2.56767,360,5,0,1464,0,1,0,0,0),(31187,4403,1,1,1,2599,0,-4389.43,-4079.83,-9.56722,0.733916,360,5,0,1464,0,1,0,0,0),(31186,4404,1,1,1,2600,0,-4443.31,-4145.98,-2.18146,1.45953,360,5,0,1211,1067,1,0,0,0),(31185,4404,1,1,1,2600,0,-4414.58,-4085.42,-1.11097,3.15639,360,5,0,1211,1067,1,0,0,0),(31184,4414,1,1,1,2542,0,-2968.12,-3576.43,39.2601,2.35847,360,10,0,1469,0,1,0,0,0),(31183,4412,1,1,1,2546,0,-3422.11,-3029.72,41.4637,0.082617,360,10,0,1536,0,1,0,0,0),(31182,4347,1,1,1,2707,0,-3443.39,-3082.02,37.3865,4.19974,360,5,0,1536,0,1,0,0,0),(31181,23554,1,1,1,10771,0,-3116.15,-3680.55,38.8582,2.90704,360,3,0,1403,0,1,0,0,0),(31180,4345,1,1,1,807,0,-4495.28,-3212.71,30.1475,5.92335,360,10,0,1751,0,1,0,0,0),(31179,23555,1,1,1,10255,0,-3064.43,-3680.07,30.7724,2.94305,360,10,0,1403,0,1,0,0,0),(31178,23554,1,1,1,10771,0,-3090.31,-3648.63,42.3798,3.10746,360,3,0,1403,0,1,0,0,0),(31177,4347,1,1,1,2707,0,-3466.65,-2983.27,36.6214,5.24946,360,5,0,1536,0,1,0,0,0),(31176,2914,1,1,1,6303,0,-3906.93,-3370.29,29.5996,1.74558,360,10,0,8,0,1,0,0,0),(31175,4344,1,1,1,2548,0,-3777.16,-3202.22,37.8974,1.1954,360,10,0,1305,1186,1,0,0,0),(31174,23555,1,1,1,10255,0,-3209.25,-3787.57,28.2584,2.1226,360,10,0,1403,0,1,0,0,0),(31173,23555,1,1,1,10255,0,-3191.7,-3889.99,33.6691,5.66596,360,10,0,1403,0,1,0,0,0),(31172,4344,1,1,1,2548,0,-3769.33,-3268.43,28.6474,4.30156,360,10,0,1305,1186,1,0,0,0),(31171,23555,1,1,1,1196,0,-3198.25,-3818.39,29.2469,3.26751,360,10,0,1403,0,1,0,0,0),(31170,4394,1,1,1,2569,0,-4116.27,-3682.2,44.2567,1.67236,360,10,0,1459,0,1,0,0,0),(31169,4346,1,1,1,2700,0,-3272.94,-4149.82,26.7942,4.81412,360,5,0,1403,0,1,0,0,0),(31168,4341,1,1,1,1080,0,-3262.52,-4100.46,19.1828,1.92973,360,10,0,1403,0,1,0,0,0),(31167,4348,1,1,1,2708,0,-4196.28,-3579.33,34.3004,2.731,360,10,0,1674,0,1,0,0,0),(31166,4412,1,1,1,2546,0,-4119.75,-3575.91,41.9364,1.27717,360,10,0,1536,0,1,0,0,0),(31165,4387,1,1,1,1549,0,-2782.3,-3248.86,31.8751,4.73973,360,10,0,1536,0,1,0,0,0),(31164,4387,1,1,1,1549,0,-2818.57,-3285.75,34.5284,0.552108,360,10,0,1536,0,1,0,0,0),(31163,4345,1,1,1,807,0,-4476.9,-3332.37,34.6475,1.26959,360,10,0,1751,0,1,0,0,0),(31162,4345,1,1,1,807,0,-4435.61,-3618.6,28.6474,3.53422,360,10,0,1751,0,1,0,0,0),(31161,4345,1,1,1,807,0,-4464.35,-3717.25,30.3758,2.06328,360,10,0,1751,0,1,0,0,0),(31160,4324,1,1,1,397,0,-4485.81,-3742.79,38.48,4.91347,360,10,0,1416,1236,1,0,0,0),(31159,4397,1,1,1,7836,0,-2741.82,-4313.89,-1.09315,2.21469,360,10,0,1403,0,1,0,0,0),(31158,4345,1,1,1,807,0,-4512.5,-3737.5,34.3994,4.73705,360,10,0,1751,0,1,0,0,0),(31157,4393,1,1,1,11137,0,-4082.11,-3712.49,44.0588,2.65175,360,10,0,1751,0,1,0,0,0),(31156,1420,1,1,1,901,0,-4613.25,-3371.4,37.4492,2.84826,360,10,0,8,0,1,0,0,0),(31155,4323,1,1,1,715,0,-4622.23,-3324.94,31.2551,5.719,360,10,0,1751,0,1,0,0,0),(31154,4382,1,1,1,2024,0,-2726.96,-3073.35,29.4565,4.97816,360,10,0,1469,0,1,0,0,0),(31153,4345,1,1,1,807,0,-4507.19,-3517.78,28.8307,3.13573,360,10,0,1751,0,1,0,0,0),(31152,4382,1,1,1,2024,0,-2713.16,-3223.15,28.8809,5.26022,360,10,0,1469,0,1,0,0,0),(31151,4385,1,1,1,697,0,-2747.87,-3264.08,31.8639,4.99525,360,10,0,1469,0,1,0,0,0),(31150,4345,1,1,1,807,0,-4255.68,-3242.3,28.6876,1.15029,360,10,0,1751,0,1,0,0,0),(31149,4382,1,1,1,2024,0,-2622.61,-3237.17,30.5004,4.05442,360,10,0,1469,0,1,0,0,0),(31148,4412,1,1,1,2546,0,-4047.73,-3050.67,43.2194,2.62014,360,10,0,1536,0,1,0,0,0),(31147,4382,1,1,1,2024,0,-2650.11,-3228.34,32.6995,5.41213,360,10,0,1469,0,1,0,0,0),(31146,4382,1,1,1,2024,0,-2549.43,-3185.79,30.6309,0.36998,360,10,0,1469,0,1,0,0,0),(31145,4412,1,1,1,2546,0,-3978.52,-3055.7,39.0012,1.94695,360,10,0,1536,0,1,0,0,0),(31144,4382,1,1,1,2024,0,-2519.5,-3172.45,29.4837,5.61439,360,10,0,1469,0,1,0,0,0),(31143,4393,1,1,1,11137,0,-4019.69,-3653.54,43.727,2.29247,360,10,0,1751,0,1,0,0,0),(31142,4394,1,1,1,2569,0,-4032.38,-3629.45,45.8502,5.37737,360,10,0,1459,0,1,0,0,0),(31141,4412,1,1,1,2546,0,-4134.14,-3079.67,37.2244,4.98908,360,10,0,1536,0,1,0,0,0),(31140,4382,1,1,1,2024,0,-2503.09,-2943.67,27.3885,1.55322,360,10,0,1469,0,1,0,0,0),(31139,4385,1,1,1,697,0,-2553.71,-2912.2,34.8265,1.98723,360,10,0,1469,0,1,0,0,0),(31138,4382,1,1,1,2024,0,-2620.23,-2898.86,35.0802,1.89069,360,10,0,1469,0,1,0,0,0),(31137,5085,1,1,1,2979,1,-3460.46,-4138.27,14.0935,5.1042,360,0,0,1163,0,0,0,0,0),(31136,4385,1,1,1,697,0,-2822.03,-3219.55,33.7387,2.42573,360,10,0,1469,0,1,0,0,0),(31135,4401,1,1,1,2426,0,-3764.43,-4017.75,16.1181,4.644,360,5,0,1403,0,1,0,0,0),(31134,4345,1,1,1,807,0,-4456.27,-3627.6,28.6474,1.25042,360,10,0,1751,0,1,0,0,0),(31133,4345,1,1,1,807,0,-4484.37,-3617.59,29.1475,2.66784,360,10,0,1751,0,1,0,0,0),(31132,4401,1,1,1,2426,0,-3645.97,-3821.87,15.5753,4.93415,360,5,0,1403,0,1,0,0,0),(31131,4404,1,1,1,2600,0,-3656.6,-3856.12,11.9267,3.49268,360,5,0,1211,1067,1,0,0,0),(31130,4345,1,1,1,807,0,-4436.65,-3515.65,31.1475,0.677414,360,10,0,1751,0,1,0,0,0),(31129,4387,1,1,1,1549,0,-2718.2,-3018.62,36.2706,3.24998,360,10,0,1536,0,1,0,0,0),(31128,4385,1,1,1,697,0,-2670.75,-2984.19,38.2337,0.158032,360,10,0,1469,0,1,0,0,0),(31127,4345,1,1,1,807,0,-4710.75,-3392.35,30.2805,1.99516,360,10,0,1751,0,1,0,0,0),(31126,4331,1,1,1,8249,1,-4910.23,-3343.77,36.8571,1.28963,360,5,0,1471,1283,1,0,0,0),(31125,4329,1,1,1,143,1,-4906.34,-3335.59,38.1851,1.35043,360,5,0,1751,0,1,0,0,0),(31124,4324,1,1,1,397,0,-4782.52,-3519.07,35.2508,2.47619,360,10,0,1416,1236,1,0,0,0),(31123,4345,1,1,1,807,0,-4658.27,-3378.09,31.0793,5.6307,360,10,0,1751,0,1,0,0,0),(31122,4385,1,1,1,697,0,-2721.92,-3151.5,38.1848,0.803377,360,10,0,1469,0,1,0,0,0),(31121,4385,1,1,1,697,0,-2676.27,-3123.91,41.5645,5.86057,360,10,0,1469,0,1,0,0,0),(31120,4345,1,1,1,807,0,-4769.22,-3542.91,30.6345,5.01994,360,10,0,1751,0,1,0,0,0),(31119,4382,1,1,1,2024,0,-2647.11,-3264.77,32.5317,1.59613,360,10,0,1469,0,1,0,0,0),(31118,4412,1,1,1,2546,0,-4204.11,-3520.71,36.0144,2.80916,360,10,0,1536,0,1,0,0,0),(31117,4385,1,1,1,697,0,-2651.89,-3142.51,45.637,5.48398,360,10,0,1469,0,1,0,0,0),(31116,4387,1,1,1,1549,0,-2669.18,-3182.02,39.3003,5.73411,360,0,0,1536,0,0,0,0,0),(31115,1420,1,1,1,901,0,-2680.97,-3161.83,42.7821,2.04134,360,10,0,8,0,1,0,0,0),(31114,4334,1,1,1,8309,1,-4881.18,-3618.43,48.1388,5.37567,360,10,0,1522,1332,1,0,0,0),(31113,4334,1,1,1,8309,1,-4915.01,-3644.71,45.7974,2.07437,360,10,0,1522,1332,1,0,0,0),(31112,1420,1,1,1,901,0,-3521.27,-2890.38,35.4174,4.01965,360,10,0,8,0,1,0,0,0),(31111,1420,1,1,1,901,0,-4147.46,-3234.51,28.6824,4.2473,360,10,0,8,0,1,0,0,0),(31110,4415,1,1,1,11348,0,-4148.98,-3729.81,51.1873,4.55944,360,5,0,1751,0,1,0,0,0),(31109,4344,1,1,1,2548,0,-3952.15,-3117.62,29.1796,2.02665,360,10,0,1305,1186,1,0,0,0),(31108,1420,1,1,1,901,0,-4618.89,-3389.88,36.8407,3.91318,360,10,0,8,0,1,0,0,0),(31107,2914,1,1,1,6303,0,-4029.28,-3272.09,30.07,2.03563,360,10,0,8,0,1,0,0,0),(31106,4344,1,1,1,2548,0,-3907.2,-3021.98,28.7724,5.62656,360,10,0,1305,1186,1,0,0,0),(31105,4344,1,1,1,2548,0,-3917.71,-2955.21,34.1183,2.16719,360,10,0,1305,1186,1,0,0,0),(31104,4344,1,1,1,2548,0,-3891.66,-3052.62,28.8974,0.98031,360,10,0,1305,1186,1,0,0,0),(31103,4344,1,1,1,2548,0,-3944.47,-2990.85,30.8813,1.94695,360,10,0,1305,1186,1,0,0,0),(31102,4348,1,1,1,2708,0,-3814.69,-2878.47,35.9059,3.40865,360,10,0,1674,0,1,0,0,0),(31101,4344,1,1,1,2548,0,-4159.74,-2909.05,28.6474,1.7719,360,10,0,1305,1186,1,0,0,0),(31100,4344,1,1,1,2548,0,-4114.42,-2875.3,32.2795,4.40053,360,10,0,1305,1186,1,0,0,0),(31099,4412,1,1,1,2546,0,-3846.51,-2857.5,38.457,5.00141,360,10,0,1536,0,1,0,0,0),(31098,4348,1,1,1,2708,0,-3737.64,-2954.82,33.2038,5.02648,360,5,0,1674,0,1,0,0,0),(31097,4412,1,1,1,2546,0,-3752.25,-2894.85,40.2007,3.42875,360,10,0,1536,0,1,0,0,0),(31096,4412,1,1,1,2546,0,-3615.34,-2834.51,35.6232,2.37045,360,10,0,1536,0,1,0,0,0),(31095,2914,1,1,1,2958,0,-3777.83,-3508.47,28.751,0.0222,360,10,0,8,0,1,0,0,0),(31094,4341,1,1,1,1080,0,-2749.35,-3330.66,34.7942,5.98168,360,10,0,1403,0,1,0,0,0),(31093,4343,1,1,1,814,0,-3238.23,-3011.38,30.5545,6.2304,360,10,0,1536,0,1,0,0,0),(31092,4345,1,1,1,807,0,-4298.02,-3571.84,29.3818,3.0497,360,10,0,1751,0,1,0,0,0),(31091,4345,1,1,1,807,0,-4250.82,-3617.51,29.4022,2.64049,360,10,0,1751,0,1,0,0,0),(31090,4345,1,1,1,807,0,-3835.53,-3457.04,31.2239,0.463648,360,10,0,1751,0,1,0,0,0),(31089,2914,1,1,1,2957,0,-2814.6,-3354.84,30.3985,1.57173,360,10,0,8,0,1,0,0,0),(31088,4348,1,1,1,2708,0,-3732.34,-3290.19,35.322,2.66932,360,5,0,1674,0,1,0,0,0),(31087,4348,1,1,1,2708,0,-3728.93,-3256.42,37.4489,0.975752,360,5,0,1674,0,1,0,0,0),(31086,4412,1,1,1,2546,0,-3663.51,-3020.25,39.4281,4.67327,360,10,0,1536,0,1,0,0,0),(31085,4344,1,1,1,2548,0,-3714.45,-3210.34,30.8974,1.50046,360,10,0,1305,1186,1,0,0,0),(31084,23554,1,1,1,10771,0,-2780.52,-3949.19,35.2092,2.72633,360,10,0,1403,0,1,0,0,0),(31083,4348,1,1,1,2708,0,-3686.74,-3146.67,40.9552,3.081,360,10,0,1674,0,1,0,0,0),(31082,4348,1,1,1,2708,0,-3696.9,-3083.39,35.8695,5.16469,360,5,0,1674,0,1,0,0,0),(31081,4412,1,1,1,2546,0,-3724.43,-3117.85,39.1896,4.89714,360,10,0,1536,0,1,0,0,0),(31080,4388,1,1,1,2425,0,-4018.78,-4743.93,-34.9537,1.78042,360,10,0,1396,0,1,0,0,0),(31079,2914,1,1,1,2957,0,-4260.93,-2757.78,38.3425,0.1372,360,10,0,8,0,1,0,0,0),(31078,23554,1,1,1,10771,0,-2739.29,-3989.87,36.6779,0.147901,360,10,0,1403,0,1,0,0,0),(31077,4834,1,1,1,4675,1,-2926.36,-3124.51,34.6025,0.19852,360,5,0,1403,0,1,0,0,0),(31076,1420,1,1,1,901,0,-2888.61,-3158.52,29.7939,0.51935,360,10,0,8,0,1,0,0,0),(31075,23905,1,1,1,11037,1,-3826.14,-4634.12,9.34716,3.08923,360,0,0,2215,0,0,0,0,0),(31074,23720,1,1,1,2979,0,-2449.76,-3111.71,34.8968,5.21853,360,0,0,1220,0,0,0,0,0),(31073,23554,1,1,1,10771,0,-2763.33,-3918.24,40.7399,1.44145,360,10,0,1403,0,1,0,0,0),(31072,23720,1,1,1,2977,0,-2468.46,-3121.6,34.8961,5.0091,360,0,0,1220,0,0,0,0,0),(31071,4347,1,1,1,2707,0,-3276.93,-3264.39,39.5009,0.992539,360,5,0,1536,0,1,0,0,0),(31070,4403,1,1,1,2599,0,-4247.5,-3884.96,-9.96416,4.30489,360,5,0,1464,0,1,0,0,0),(31069,23979,1,1,1,21950,0,-3018.27,-3978.03,36.0224,2.38503,360,10,0,13,0,1,0,0,0),(31068,4403,1,1,1,2599,0,-4281.63,-3883.16,-7.83916,2.38933,360,5,0,1464,0,1,0,0,0),(31067,6145,1,1,1,4878,0,-4202.95,-3937.81,-7.16506,4.54051,360,5,0,8,0,1,0,0,0),(31066,4404,1,1,1,2600,0,-4210.22,-3929.68,-8.12945,5.11519,360,5,0,1211,1067,1,0,0,0),(31065,23979,1,1,1,21950,0,-3031.55,-3813.05,39.1025,4.63242,360,10,0,13,0,1,0,0,0),(31064,4401,1,1,1,2426,0,-4181.48,-3950.63,-13.739,2.41692,360,5,0,1403,0,1,0,0,0),(31063,4382,1,1,1,2024,0,-2657.13,-3009.1,33.3867,2.67358,360,10,0,1469,0,1,0,0,0),(31062,23554,1,1,1,10771,0,-2995.31,-3754.29,40.2565,4.23631,360,10,0,1403,0,1,0,0,0),(31061,23554,1,1,1,10771,0,-3018.16,-3728.26,44.4506,1.39409,360,10,0,1403,0,1,0,0,0),(31060,23554,1,1,1,10771,0,-2987.27,-3673.77,40.901,5.17604,360,10,0,1403,0,1,0,0,0),(31059,23554,1,1,1,10771,0,-3181.02,-3740.8,35.731,4.05717,360,10,0,1403,0,1,0,0,0),(31058,23555,1,1,1,10255,0,-3083.96,-3709.44,28.6474,1.52177,360,10,0,1403,0,1,0,0,0),(31057,23554,1,1,1,10771,0,-3147.35,-3712.75,36.9899,4.48526,360,10,0,1403,0,1,0,0,0),(31056,23554,1,1,1,10771,0,-3122.76,-3743.77,39.8312,2.3857,360,10,0,1403,0,1,0,0,0),(31055,23602,1,1,1,21640,0,-3817.87,-4504.23,11.4898,2.05949,360,0,0,1009,1067,0,0,0,0),(31054,23602,1,1,1,21640,0,-3839.94,-4576.85,9.86757,1.67552,360,0,0,1009,1067,0,0,0,0),(31053,23602,1,1,1,21640,0,-3873.14,-4546.52,10.533,4.85202,360,0,0,1009,1067,0,0,0,0),(31052,23602,1,1,1,21640,0,-3995.47,-4707.41,4.49936,1.309,360,0,0,1009,1067,0,0,0,0),(31051,23602,1,1,1,21639,0,-3994.94,-4732.4,5.05754,4.32842,360,0,0,1009,1067,0,0,0,0),(31050,23720,1,1,1,2979,0,-2435.9,-3107.99,35.0206,4.57276,360,0,0,1220,0,0,0,0,0),(31049,2914,1,1,1,1206,0,-4684.87,-3532.17,37.128,2.67035,360,0,0,8,0,0,0,0,0),(31048,2914,1,1,1,1206,0,-2722.83,-3329.69,31.0594,4.33877,360,10,0,8,0,1,0,0,0),(31047,23602,1,1,1,21640,0,-3853.93,-4435.12,10.4991,2.30383,360,0,0,1009,1067,0,0,0,0),(31046,23602,1,1,1,21640,0,-3647.42,-4449.24,15.1955,0.680678,360,0,0,1009,1067,2,0,0,0),(31045,23602,1,1,1,21640,0,-3768.08,-4530.16,11.4038,3.82227,360,0,0,1009,1067,0,0,0,0),(31044,4388,1,1,1,2425,0,-3661.11,-4689.51,-39.2088,5.27664,360,10,0,1396,0,1,0,0,0),(31043,23591,1,1,1,21652,1,-2759.36,-4349.78,-17.3229,0.287154,360,10,0,1536,0,1,0,0,0),(31042,4341,1,1,1,1080,0,-2752.73,-3389.38,28.6474,2.22815,360,10,0,1403,0,1,0,0,0),(31041,10321,1,1,1,6374,0,-5103.36,-3949.53,41.4934,1.23918,1200,0,0,31440,0,0,0,0,0),(31040,4345,1,1,1,807,0,-4140.36,-3607.18,31.6231,3.75447,360,10,0,1751,0,1,0,0,0),(31039,4401,1,1,1,2426,0,-3648.73,-4086.62,-11.8706,4.13218,360,5,0,1403,0,1,0,0,0),(31038,5057,1,1,1,3016,1,-3879.48,-2825.4,36.8048,6.08054,360,5,0,1536,0,1,0,0,0),(31037,4404,1,1,1,2600,0,-4280.36,-3913.2,-6.73374,5.9173,360,5,0,1211,1067,1,0,0,0),(31036,5057,1,1,1,21687,1,-3885.19,-2819.23,36.0548,4.01426,360,0,0,1536,0,0,0,0,0),(31035,4404,1,1,1,2600,0,-4236.52,-3894.7,-10.0892,2.35022,360,5,0,1211,1067,1,0,0,0),(31034,4404,1,1,1,2600,0,-4230.21,-3907.29,-11.2545,1.95249,360,5,0,1211,1067,1,0,0,0),(31033,23602,1,1,1,21639,0,-3898.17,-4496.5,13.1885,0.349066,360,0,0,1009,1067,0,0,0,0),(31032,23602,1,1,1,21640,0,-3774.07,-4629.68,10.7151,2.67035,360,0,0,1009,1067,0,0,0,0),(31031,4344,1,1,1,2548,0,-3694.48,-3255.55,33.5237,3.69709,360,10,0,1305,1186,1,0,0,0),(31030,4344,1,1,1,2548,0,-3767.46,-3317.1,29.0224,1.95895,360,10,0,1305,1186,1,0,0,0),(31029,4412,1,1,1,2546,0,-3737.51,-3329.05,34.8974,2.91963,360,10,0,1536,0,1,0,0,0),(31028,4404,1,1,1,2600,0,-4050,-4116.66,-16.3835,4.23895,360,5,0,1211,1067,1,0,0,0),(31027,4344,1,1,1,2548,0,-3855.54,-3073.61,31.5464,5.59847,360,10,0,1305,1186,1,0,0,0),(31026,4344,1,1,1,2548,0,-3764.01,-3379.69,32.3227,0.735715,360,10,0,1305,1186,1,0,0,0),(31025,4344,1,1,1,2548,0,-3742.98,-3050.12,30.0828,3.44296,360,10,0,1305,1186,1,0,0,0),(31024,4403,1,1,1,2599,0,-4222.4,-3879.42,-6.53742,4.85395,360,5,0,1464,0,1,0,0,0),(31023,4348,1,1,1,2708,0,-3751.32,-3130.47,37.1474,1.80714,360,5,0,1674,0,1,0,0,0),(31022,4404,1,1,1,2600,0,-4280.61,-3843.87,-6.80006,3.21936,360,5,0,1211,1067,1,0,0,0),(31021,23591,1,1,1,21652,1,-2752.16,-4433.62,-14.6525,0.066438,360,10,0,1536,0,1,0,0,0),(31020,4348,1,1,1,2708,0,-3673.78,-3181.14,41.9366,3.78001,360,10,0,1674,0,1,0,0,0),(31019,4362,1,1,1,11293,1,-2555.54,-3845.6,-6.12601,4.90168,360,5,0,1469,0,1,0,0,0),(31018,4362,1,1,1,11293,1,-2552.08,-3827.08,1.7653,5.38122,360,5,0,1469,0,1,0,0,0),(31017,4412,1,1,1,2546,0,-3640.49,-3291.46,41.1238,0.110277,360,10,0,1536,0,1,0,0,0),(31016,4359,1,1,1,652,1,-2556.27,-3813.49,4.0153,2.32971,360,0,0,1469,0,0,0,0,0),(31015,4359,1,1,1,652,1,-2562.29,-3819.01,2.2653,4.38886,360,0,0,1469,0,0,0,0,0),(31014,4357,1,1,1,2574,0,-4446.7,-2980.78,49.7644,3.33512,360,5,0,1674,0,1,0,0,0),(31013,4348,1,1,1,2708,0,-4057.51,-2716.78,41.0149,0.887816,360,5,0,1674,0,1,0,0,0),(31012,4393,1,1,1,11137,0,-3885.63,-3721.46,40.1758,4.09622,360,5,0,1751,0,1,0,0,0),(31011,4394,1,1,1,2569,0,-3856.48,-3767.93,39.658,5.1382,360,5,0,1459,0,1,0,0,0),(31010,4390,1,1,1,6431,0,-3564.96,-3851.47,-5.33705,3.4425,360,0,0,1603,0,0,0,0,0),(31009,4394,1,1,1,2569,0,-3874.7,-3775.25,40.163,5.83299,360,5,0,1459,0,1,0,0,0),(31008,23554,1,1,1,10771,0,-2821.79,-4054.29,36.5526,3.55231,360,10,0,1403,0,1,0,0,0),(31007,23554,1,1,1,10771,0,-2790.74,-4006.49,36.1223,2.91663,360,10,0,1403,0,1,0,0,0),(31006,4404,1,1,1,2600,0,-4260.04,-3897.82,-12.4946,2.06936,360,5,0,1211,1067,1,0,0,0),(31005,4415,1,1,1,11348,0,-3656.87,-3578,61.0422,0.199126,360,5,0,1751,0,1,0,0,0),(31004,4415,1,1,1,11348,0,-3668.36,-3515.17,50.9595,4.76238,360,5,0,1751,0,1,0,0,0),(31003,4397,1,1,1,7836,0,-2485.44,-3826.87,3.50752,3.87586,360,10,0,1403,0,1,0,0,0),(31002,4362,1,1,1,11293,1,-2521.74,-3828.83,0.390297,4.43806,360,5,0,1469,0,1,0,0,0),(31001,1420,1,1,1,901,0,-3703.42,-3297.41,30.8828,1.22988,360,10,0,8,0,1,0,0,0),(31000,4359,1,1,1,652,1,-2554.74,-4064.8,2.40683,4.96494,360,5,0,1469,0,1,0,0,0),(30999,4397,1,1,1,7836,0,-2472.24,-3845.68,0.148242,3.49053,360,10,0,1403,0,1,0,0,0),(30998,4376,1,1,1,545,0,-2795.5,-2567.73,30.4488,4.20003,360,3,0,1469,0,1,0,0,0),(30997,4376,1,1,1,545,0,-2777.8,-2562.11,29.837,4.45349,360,3,0,1469,0,1,0,0,0),(30996,4344,1,1,1,2548,0,-3752.22,-2997.22,33.3943,1.45346,360,10,0,1305,1186,1,0,0,0),(30995,4376,1,1,1,545,0,-2801.65,-2629.13,32.8168,2.81232,360,0,0,1469,0,0,0,0,0),(30994,4379,1,1,1,2541,0,-2819.04,-2592.84,34.4165,4.55342,360,3,0,1469,0,1,0,0,0),(30993,4376,1,1,1,545,0,-2847.72,-2679.37,33.0454,3.09526,360,5,0,1469,0,1,0,0,0),(30992,4344,1,1,1,2548,0,-3654.08,-2950.86,28.6474,5.99998,360,10,0,1305,1186,1,0,0,0),(30991,4344,1,1,1,2548,0,-3786.64,-2950.53,28.6474,3.80071,360,10,0,1305,1186,1,0,0,0),(30990,4344,1,1,1,2548,0,-3720.83,-2887.5,33.7708,5.09128,360,10,0,1305,1186,1,0,0,0),(30989,4344,1,1,1,2548,0,-3684.84,-2968.75,32.6085,1.19899,360,10,0,1305,1186,1,0,0,0),(30988,4344,1,1,1,2548,0,-3811.73,-3247.28,30.2475,4.22691,360,10,0,1305,1186,1,0,0,0),(30987,4344,1,1,1,2548,0,-3745.93,-3217.57,30.8511,1.34049,360,10,0,1305,1186,1,0,0,0),(30986,4343,1,1,1,814,0,-3601.1,-3128.33,31.424,3.23738,360,10,0,1536,0,1,0,0,0),(30985,4412,1,1,1,2546,0,-3562.93,-3161.63,45.4475,5.17436,360,10,0,1536,0,1,0,0,0),(30984,4412,1,1,1,2546,0,-3518.39,-3219.49,34.913,5.44824,360,10,0,1536,0,1,0,0,0),(30983,4412,1,1,1,2546,0,-3485.44,-3248.8,35.6629,4.03418,360,10,0,1536,0,1,0,0,0),(30982,4412,1,1,1,2546,0,-3539.11,-3164.65,44.8803,4.45556,360,10,0,1536,0,1,0,0,0),(30981,23555,1,1,1,1196,0,-3046.37,-3963.17,28.7379,6.09951,360,10,0,1403,0,1,0,0,0),(30980,4343,1,1,1,814,0,-3579.26,-3270.49,28.6474,1.83064,360,10,0,1536,0,1,0,0,0),(30979,4347,1,1,1,2707,0,-3543.62,-3237.68,33.4112,1.03628,360,5,0,1536,0,1,0,0,0),(30978,4412,1,1,1,2546,0,-3589.71,-3211.75,35.6154,2.7372,360,10,0,1536,0,1,0,0,0),(30977,2914,1,1,1,6303,0,-3629.48,-3394.29,37.4637,3.85029,360,10,0,8,0,1,0,0,0),(30976,4382,1,1,1,2024,0,-2570,-2983.4,32.8598,0.725792,360,10,0,1469,0,1,0,0,0),(30975,4393,1,1,1,11137,0,-3914.03,-3818.58,39.0551,3.43631,360,5,0,1751,0,1,0,0,0),(30974,23593,1,1,1,21654,0,-2401.33,-3148.22,36.7622,1.97222,360,0,0,1208,1097,0,0,0,0),(30973,23593,1,1,1,21655,0,-2416.68,-3115.65,36.8455,5.35816,360,0,0,1208,1097,0,0,0,0),(30972,23555,1,1,1,1196,0,-2876.25,-3784.4,28.6474,4.62432,360,10,0,1403,0,1,0,0,0),(30971,4352,1,1,1,1962,0,-2708.56,-3725.6,40.5192,4.13219,360,5,0,1469,0,1,0,0,0),(30970,23555,1,1,1,1196,0,-2746.78,-3778.13,28.4819,4.79129,360,10,0,1403,0,1,0,0,0),(30969,23555,1,1,1,1196,0,-3012.98,-3645.8,29.5692,3.5893,360,10,0,1403,0,1,0,0,0),(30968,4397,1,1,1,7836,0,-2298.67,-4173.81,-6.40215,5.58313,360,10,0,1403,0,1,0,0,0),(30967,4397,1,1,1,7836,0,-2299.94,-4183.81,-11.5682,0.028916,360,10,0,1403,0,1,0,0,0),(30966,4397,1,1,1,7836,0,-2352.36,-4237.46,-1.65652,4.52483,360,10,0,1403,0,1,0,0,0),(30965,4397,1,1,1,7836,0,-2420.32,-4182.31,-2.66916,5.47555,360,10,0,1403,0,1,0,0,0),(30964,4397,1,1,1,7836,0,-2386.15,-4241.2,-7.77776,4.72246,360,10,0,1403,0,1,0,0,0),(30963,4351,1,1,1,2571,0,-2786.95,-3644.3,39.7406,2.81156,360,5,0,1469,0,1,0,0,0),(30962,6145,1,1,1,4878,0,-2516.76,-4121.47,-6.60687,5.41901,360,5,0,8,0,1,0,0,0),(30961,4415,1,1,1,11348,0,-4190.84,-3767.84,69.4814,0.271856,360,5,0,1751,0,1,0,0,0),(30960,4414,1,1,1,2542,0,-2838.79,-4125.88,48.9155,5.8136,360,10,0,1469,0,1,0,0,0),(30959,6145,1,1,1,4878,0,-2812.1,-4252.93,-5.48593,4.98779,360,5,0,8,0,1,0,0,0),(30958,4348,1,1,1,2708,0,-4057.75,-3185.66,36.6256,4.88786,360,5,0,1674,0,1,0,0,0),(30957,4412,1,1,1,2546,0,-3892.21,-3094.63,36.419,1.01983,360,10,0,1536,0,1,0,0,0),(30956,4389,1,1,1,2601,0,-3355.96,-3492.92,-9.22355,3.1378,360,5,0,1532,0,1,0,0,0),(30955,4389,1,1,1,2601,0,-3343.36,-3633.93,-7.23753,1.96448,360,5,0,1532,0,1,0,0,0),(30954,4394,1,1,1,2569,0,-3850.89,-3554.45,41.9554,5.83397,360,5,0,1459,0,1,0,0,0),(30953,4393,1,1,1,11137,0,-3884.01,-3845.47,37.1322,3.25656,360,5,0,1751,0,1,0,0,0),(30952,4345,1,1,1,807,0,-4475.9,-3017.93,28.6474,3.33322,360,10,0,1751,0,1,0,0,0),(30951,23620,1,1,1,21645,0,-4090.94,-4539.22,18.7163,0.872665,360,0,0,1220,0,0,0,0,0),(30950,23555,1,1,1,1196,0,-2980.24,-3951.83,32.8186,4.48398,360,10,0,1403,0,1,0,0,0),(30949,2914,1,1,1,2957,0,-3997.07,-3633.67,42.5122,4.81757,360,10,0,8,0,1,0,0,0),(30948,23979,1,1,1,21950,0,-2803.7,-3837.41,36.275,5.36323,360,10,0,13,0,1,0,0,0),(30947,4343,1,1,1,814,0,-3459.34,-2765.43,28.6474,5.77634,360,10,0,1536,0,1,0,0,0),(30946,4351,1,1,1,2571,0,-2654.87,-3549.32,34.1629,4.05991,360,10,0,1469,0,1,0,0,0),(30945,23555,1,1,1,1196,0,-3055.06,-3619.58,28.8195,3.01414,360,10,0,1403,0,1,0,0,0),(30944,4404,1,1,1,2600,0,-4139.96,-3985.05,-8.72082,4.464,360,5,0,1211,1067,1,0,0,0),(30943,4351,1,1,1,2571,0,-2714.68,-3612.54,46.8814,0.257432,360,5,0,1469,0,1,0,0,0),(30942,4403,1,1,1,2599,0,-4221.34,-3856.81,-5.53389,4.49355,360,5,0,1464,0,1,0,0,0),(30941,4401,1,1,1,2426,0,-4247.13,-3822.91,-3.01307,0.63882,360,5,0,1403,0,1,0,0,0),(30940,4404,1,1,1,2600,0,-4281.25,-3780.52,-2.91547,1.56706,360,5,0,1211,1067,1,0,0,0),(30939,2914,1,1,1,1206,0,-4186.79,-3671.57,40.0795,4.51768,360,10,0,8,0,1,0,0,0),(30938,4341,1,1,1,1080,0,-3244.14,-4094.17,20.043,3.54863,360,10,0,1403,0,1,0,0,0),(30937,4344,1,1,1,2548,0,-3970.83,-2812.5,33.2724,2.94133,360,10,0,1305,1186,1,0,0,0),(30936,4362,1,1,1,11293,1,-2572.52,-4038.69,8.33867,0.883976,360,0,0,1469,0,0,0,0,0),(30935,5057,1,1,1,21687,1,-3945.04,-2843.88,43.7061,5.96903,360,0,0,1536,0,0,0,0,0),(30934,23637,1,1,1,21640,1,-3963.17,-2879.72,42.4148,5.34521,360,5,0,1536,0,1,0,0,0),(30933,4359,1,1,1,652,1,-2569.95,-4038.99,8.58657,0.588039,360,0,0,1469,0,0,0,0,0),(30932,4362,1,1,1,11293,1,-2581.32,-4045.71,7.88609,1.61179,360,5,0,1469,0,1,0,0,0),(30931,4362,1,1,1,11293,1,-2553.39,-3998.74,9.61452,4.49637,360,5,0,1469,0,1,0,0,0),(30930,4359,1,1,1,652,1,-2601.12,-4044.94,5.8715,1.50098,360,0,0,1469,0,0,0,0,0),(30929,4359,1,1,1,652,1,-2590.02,-4023.38,7.41437,5.56417,360,5,0,1469,0,1,0,0,0),(30928,4343,1,1,1,814,0,-3554.08,-3311.69,28.7852,2.97968,360,10,0,1536,0,1,0,0,0),(30927,4344,1,1,1,2548,0,-3684.24,-2779,29.6634,2.38381,360,10,0,1305,1186,1,0,0,0),(30926,4415,1,1,1,11348,0,-3711.51,-3639.53,54.6749,1.50631,360,5,0,1751,0,1,0,0,0),(30925,4415,1,1,1,11348,0,-3746.72,-3586.56,38.4761,1.02843,360,5,0,1751,0,1,0,0,0),(30924,4346,1,1,1,2700,0,-3440.52,-4314.8,33.0443,4.81614,360,5,0,1403,0,1,0,0,0),(30923,23720,1,1,1,2977,0,-2411.3,-3160.04,35.9414,2.89725,360,0,0,1220,0,0,0,0,0),(30922,4389,1,1,1,2601,0,-3526.38,-3769.08,-7.62563,1.61179,360,5,0,1532,0,1,0,0,0),(30921,4389,1,1,1,2601,0,-3602.89,-3937.73,-6.54979,2.46926,360,5,0,1532,0,1,0,0,0),(30920,2914,1,1,1,2958,0,-3390.12,-2782.26,31.5224,2.16729,360,10,0,8,0,1,0,0,0),(30919,4414,1,1,1,2542,0,-2769.73,-4053.95,57.5352,3.51775,360,10,0,1469,0,1,0,0,0),(30918,4345,1,1,1,807,0,-4284.5,-3450.61,30.2724,4.38631,360,10,0,1751,0,1,0,0,0),(30917,4351,1,1,1,2571,0,-2564.55,-3524.82,39.556,3.29092,360,5,0,1469,0,1,0,0,0),(30916,4345,1,1,1,807,0,-4690.11,-3414.35,29.5225,2.13377,360,10,0,1751,0,1,0,0,0),(30915,2914,1,1,1,2957,0,-3884.76,-3738.09,40.3731,5.4439,360,10,0,8,0,1,0,0,0),(30914,4334,1,1,1,8309,1,-4819.35,-3946.57,50.799,3.2012,360,10,0,1522,1332,1,0,0,0),(30913,4334,1,1,1,8309,1,-4787.42,-3982.57,47.368,4.30065,360,10,0,1522,1332,1,0,0,0),(30912,4334,1,1,1,8309,1,-4663.5,-3965.7,47.5508,3.54702,360,5,0,1522,1332,1,0,0,0),(30911,4328,1,1,1,8310,1,-4753.3,-3952.46,54.8863,5.02589,360,5,0,1471,1283,1,0,0,0),(30910,4334,1,1,1,8309,1,-4747.08,-4012.27,44.921,3.26597,360,5,0,1522,1332,1,0,0,0),(30909,4334,1,1,1,8309,1,-4953.43,-3781.91,44.661,4.77273,360,5,0,1522,1332,1,0,0,0),(30908,4415,1,1,1,11348,0,-3613.65,-3558.74,48.8766,2.53679,360,5,0,1751,0,1,0,0,0),(30907,23554,1,1,1,10771,0,-3218.6,-3843.9,42.8055,0.050837,360,10,0,1403,0,1,0,0,0),(30906,4345,1,1,1,807,0,-4805.39,-3560.8,30.0016,3.92538,360,10,0,1751,0,1,0,0,0),(30905,4323,1,1,1,715,0,-4789.06,-3340.8,36.1505,5.98841,360,10,0,1751,0,1,0,0,0),(30904,4345,1,1,1,807,0,-4806.61,-3341.97,36.7372,6.14125,360,10,0,1751,0,1,0,0,0),(30903,4345,1,1,1,807,0,-4824.3,-3291.46,31.6969,3.39523,360,10,0,1751,0,1,0,0,0),(30902,2914,1,1,1,1206,0,-4653.52,-3190.88,34.4574,0.132462,360,10,0,8,0,1,0,0,0),(30901,23554,1,1,1,10771,0,-3049.76,-3913.09,40.6766,1.12665,360,10,0,1403,0,1,0,0,0),(30900,4345,1,1,1,807,0,-4540.74,-3757.38,30.1318,6.18076,360,10,0,1751,0,1,0,0,0),(30899,4345,1,1,1,807,0,-4617.19,-3423.96,29.076,4.24874,360,10,0,1751,0,1,0,0,0),(30898,4345,1,1,1,807,0,-4644.71,-3450.29,30.8598,0.058322,360,10,0,1751,0,1,0,0,0),(30897,4345,1,1,1,807,0,-4747.83,-3356.83,31.0218,3.19629,360,10,0,1751,0,1,0,0,0),(30896,4415,1,1,1,11348,0,-3994.42,-3918.58,92.5324,1.96804,360,5,0,1751,0,1,0,0,0),(30895,4415,1,1,1,11348,0,-3923.76,-3915.84,67.2964,0.815776,360,5,0,1751,0,1,0,0,0),(30894,4415,1,1,1,11348,0,-3869.28,-3900.31,67.3831,2.47701,360,3,0,1751,0,1,0,0,0),(30893,4388,1,1,1,2425,0,-4056.32,-4493.47,-28.5996,4.58874,360,10,0,1396,0,1,0,0,0),(30892,4388,1,1,1,2425,0,-4048.78,-4589.61,-41.4274,5.53271,360,10,0,1396,0,1,0,0,0),(30891,4388,1,1,1,2425,0,-4013.98,-4515.77,-23.3762,5.04464,360,10,0,1396,0,1,0,0,0),(30890,4388,1,1,1,2425,0,-4011.09,-4482.85,-22.714,3.28081,360,10,0,1396,0,1,0,0,0),(30889,1420,1,1,1,901,0,-4410.6,-2860.27,28.6474,3.3813,360,10,0,8,0,1,0,0,0),(30888,2914,1,1,1,1206,0,-4367.7,-3491.18,36.6644,0.198545,360,10,0,8,0,1,0,0,0),(30887,4345,1,1,1,807,0,-4247.42,-3145.49,29.3387,4.55142,360,10,0,1751,0,1,0,0,0),(30886,620,1,1,1,304,0,-3785.42,-4331.25,9.86194,4.3043,360,10,0,1,0,1,0,0,0),(30885,4341,1,1,1,1080,0,-2955.46,-2916.19,29.4215,2.10637,360,10,0,1403,0,1,0,0,0),(30884,4404,1,1,1,2600,0,-3477.46,-3770.57,12.9116,1.97996,360,5,0,1211,1067,1,0,0,0),(30883,4389,1,1,1,2601,0,-3523.38,-3738.17,-9.36362,3.54059,360,5,0,1532,0,1,0,0,0),(30882,4345,1,1,1,807,0,-4787.52,-3244.55,29.7852,2.17288,360,10,0,1751,0,1,0,0,0),(30881,1412,1,1,1,134,0,-3594.27,-4434.9,12.9053,0.178959,360,10,0,8,0,1,0,0,0),(30880,2914,1,1,1,1206,0,-3047.57,-4003.91,38.434,4.62827,360,10,0,8,0,1,0,0,0),(30879,23687,1,1,1,6377,0,-4942.86,-3848.25,73.3742,1.8437,1200,20,0,8255,0,1,0,0,0),(30878,4324,1,1,1,397,0,-4486.14,-3934.65,35.9412,5.32696,360,10,0,1416,1236,1,0,0,0),(30877,4324,1,1,1,397,0,-4906.67,-3233.84,65.5498,5.39262,360,10,0,1416,1236,1,0,0,0),(30876,4323,1,1,1,715,0,-4502.07,-3829.88,36.4756,0.140735,360,10,0,1751,0,1,0,0,0),(30875,4345,1,1,1,807,0,-4615.32,-3877.92,28.7429,2.29482,360,10,0,1751,0,1,0,0,0),(30874,4397,1,1,1,7836,0,-2616.03,-4297.74,0.526373,6.01917,360,10,0,1403,0,1,0,0,0),(30873,4351,1,1,1,2571,0,-2677.77,-3571.25,35.3537,1.65732,360,10,0,1469,0,1,0,0,0),(30872,16072,1,1,1,15985,1,-2714.61,-4990.07,7.16219,4.74729,1200,0,0,9711,0,0,0,0,0),(30871,15591,1,1,1,15558,0,-2632.03,-5036.22,22.9473,6.24828,1200,0,0,24416,0,0,0,0,0),(30870,4364,1,1,1,9135,1,-2738.06,-5035.69,7.92337,0.790134,1200,3,0,8883,0,1,0,0,0),(30869,4370,1,1,1,11266,1,-2699.44,-5039.15,7.90609,0.087453,1200,0,0,7326,4868,0,0,0,0),(30868,4371,1,1,1,6750,1,-2745.9,-5001.17,33.1383,4.82331,1200,0,0,7107,4738,0,0,0,0),(30867,4343,1,1,1,814,0,-3606.22,-3036.09,33.7724,2.07836,360,10,0,1536,0,1,0,0,0),(30866,23555,1,1,1,10255,0,-3143.66,-3838.83,28.6672,2.14367,360,10,0,1403,0,1,0,0,0),(30865,23555,1,1,1,1196,0,-3121.3,-3814.58,31.8974,4.4479,360,10,0,1403,0,1,0,0,0),(30864,4343,1,1,1,814,0,-3580.84,-3098.63,29.5224,4.99114,360,10,0,1536,0,1,0,0,0),(30863,15591,1,1,1,15560,0,-2678.41,-5036.98,21.7699,3.47321,1200,0,0,24416,0,0,0,0,0),(30862,4412,1,1,1,2546,0,-3825.86,-2997.55,37.5224,1.32736,360,10,0,1536,0,1,0,0,0),(30861,4371,1,1,1,6750,1,-2642.41,-4991.01,22.9797,2.59482,1200,0,0,7107,4738,0,0,0,0),(30860,4368,1,1,1,11258,1,-2630.73,-5010.15,23.3042,1.29738,1200,0,0,9156,0,0,0,0,0),(30859,15591,1,1,1,15558,0,-2656.57,-5057.34,23.0198,2.37365,1200,0,0,24416,0,0,0,0,0),(30858,4368,1,1,1,11258,1,-2650.01,-4997.43,21.6675,3.68265,1200,0,0,9156,0,0,0,0,0),(30857,4368,1,1,1,11258,1,-2653.53,-4990.83,21.5277,3.76991,1200,0,0,9156,0,0,0,0,0),(30856,4368,1,1,1,11258,1,-2678.24,-4986.74,21.7668,0.626981,1200,0,0,9156,0,0,0,0,0),(30855,4366,1,1,1,9134,1,-2653.36,-4918.74,20.9539,5.09345,1200,5,0,9432,0,1,0,0,0),(30854,4374,1,1,1,2423,0,-2770.48,-4997.43,40.7702,0.295197,1200,5,0,8883,0,1,0,0,0),(30853,4374,1,1,1,2423,0,-2653.29,-4881.01,22.1262,0.091897,1200,5,0,8883,0,1,0,0,0),(30852,4374,1,1,1,2423,0,-2693.85,-4743.7,10.841,5.96761,1200,10,0,8883,0,1,0,0,0),(30851,4366,1,1,1,9134,1,-2619.03,-4877.81,23.1887,1.02149,1200,5,0,9432,0,1,0,0,0),(30850,4374,1,1,1,2423,0,-2750.04,-4679.68,-4.51041,3.61184,1200,10,0,8883,0,1,0,0,0),(30849,4371,1,1,1,6750,1,-2681.92,-4815.98,18.4512,5.91081,1200,5,0,7107,4738,1,0,0,0),(30848,4374,1,1,1,2423,0,-2823.08,-4676.17,-10.0951,3.57258,1200,10,0,8883,0,1,0,0,0),(30847,4345,1,1,1,807,0,-4687.33,-3478.95,30.8713,1.22436,360,10,0,1751,0,1,0,0,0),(30846,4393,1,1,1,11137,0,-3913.11,-3884.15,47.38,2.70154,360,5,0,1751,0,1,0,0,0),(30845,4345,1,1,1,807,0,-3806.27,-3418.62,37.9134,0.665438,360,10,0,1751,0,1,0,0,0),(30844,4346,1,1,1,2700,0,-2939.96,-3492.22,40.6282,5.95896,360,5,0,1403,0,1,0,0,0),(30843,2914,1,1,1,6303,0,-2509.5,-3124.65,36.2072,4.22163,360,10,0,8,0,1,0,0,0),(30842,4412,1,1,1,2546,0,-3977.48,-2853.35,40.3328,0.293366,360,10,0,1536,0,1,0,0,0),(30841,4412,1,1,1,2546,0,-3984.75,-2910.66,36.5165,4.79258,360,10,0,1536,0,1,0,0,0),(30840,23602,1,1,1,21639,0,-3632.37,-4362.02,6.91604,5.96903,360,0,0,1009,1067,0,0,0,0),(30839,4401,1,1,1,2426,0,-3554.51,-3704.35,18.6001,2.42323,360,5,0,1403,0,1,0,0,0),(30838,4389,1,1,1,2601,0,-3542.3,-4024.9,-3.17919,0.385096,360,5,0,1532,0,1,0,0,0),(30837,4389,1,1,1,2601,0,-3457.42,-3727.25,-10.2251,5.72769,360,5,0,1532,0,1,0,0,0),(30836,4414,1,1,1,2542,0,-3412.88,-3956.42,27.8769,0.265643,360,10,0,1469,0,1,0,0,0),(30835,2914,1,1,1,2957,0,-2908.44,-2874.83,37.7724,1.31453,360,10,0,8,0,1,0,0,0),(30834,4363,1,1,1,5286,1,-2336.93,-4115.26,13.6941,6.22259,360,5,0,1208,1097,1,0,0,0),(30833,4361,1,1,1,478,1,-2352.17,-4078.08,6.66264,5.14265,360,5,0,1469,0,1,0,0,0),(30832,4363,1,1,1,5286,1,-2381.23,-4079.51,6.58898,5.65487,360,0,0,1208,1097,0,0,0,0),(30831,4361,1,1,1,478,1,-2371.43,-4082.9,6.97257,5.16705,360,0,0,1469,0,0,0,0,0),(30830,4361,1,1,1,478,1,-2374.59,-4103.75,6.95057,3.59968,360,5,0,1469,0,1,0,0,0),(30829,4361,1,1,1,478,1,-2337.42,-4031.37,7.33397,3.48002,360,5,0,1469,0,1,0,0,0),(30828,4363,1,1,1,5286,1,-2365.25,-4104.03,7.47878,0.366519,360,0,0,1208,1097,0,0,0,0),(30827,4361,1,1,1,478,1,-2324.51,-4054.24,7.59539,4.49926,360,5,0,1469,0,1,0,0,0),(30826,4363,1,1,1,5286,1,-2369.32,-4037.42,6.90366,1.87717,360,5,0,1208,1097,1,0,0,0),(30825,4361,1,1,1,478,1,-2386.86,-4044.96,7.6334,4.90078,360,5,0,1469,0,1,0,0,0),(30824,4363,1,1,1,5286,1,-2395.59,-3995.92,9.59968,6.2208,360,5,0,1208,1097,1,0,0,0),(30823,4361,1,1,1,478,1,-2429.45,-3974.52,0.048311,2.02458,360,0,0,1469,0,0,0,0,0),(30822,4363,1,1,1,5286,1,-2408.23,-3978.23,1.09477,5.25477,360,5,0,1208,1097,1,0,0,0),(30821,23554,1,1,1,10771,0,-3146.98,-3774.22,40.1291,1.2443,360,10,0,1403,0,1,0,0,0),(30820,4414,1,1,1,2542,0,-3254.27,-3720.83,43.0408,5.56083,360,10,0,1469,0,1,0,0,0),(30819,4414,1,1,1,2542,0,-3176.96,-3703.58,51.0437,5.03661,360,10,0,1469,0,1,0,0,0),(30818,5085,1,1,1,2977,1,-3479.84,-4116.58,30.9032,1.06465,360,0,0,1163,0,0,0,0,0),(30817,5085,1,1,1,2979,1,-3465.87,-4107.04,52.2821,0.10472,360,0,0,1163,0,0,0,0,0),(30816,5085,1,1,1,2977,1,-3470.12,-4103.46,41.107,5.03486,360,0,0,1163,0,0,0,0,0),(30815,5085,1,1,1,2979,1,-3482.88,-4101.59,52.2821,2.37365,360,0,0,1163,0,0,0,0,0),(30814,5085,1,1,1,2979,1,-3463.78,-4128.84,17.0988,5.57188,360,0,0,1163,0,2,0,0,0),(30813,5085,1,1,1,2980,1,-3457.82,-4147.65,11.2355,5.84685,360,0,0,1163,0,0,0,0,0),(30812,5085,1,1,1,2980,1,-3439.45,-4138.56,11.1105,0.684176,360,0,0,1163,0,0,0,0,0),(30811,1420,1,1,1,901,0,-2844.06,-3244.13,33.4166,0.456546,360,10,0,8,0,1,0,0,0),(30810,5085,1,1,1,2978,1,-3456.47,-4108.24,16.9634,1.26493,360,0,0,1163,0,0,0,0,0),(30809,4343,1,1,1,814,0,-3503.99,-2971.19,28.7022,5.46048,360,10,0,1536,0,1,0,0,0),(30808,2914,1,1,1,1206,0,-3819.06,-3299.4,30.8135,4.63022,360,10,0,8,0,1,0,0,0),(30807,4344,1,1,1,2548,0,-4065.82,-2862.98,30.1412,4.08101,360,10,0,1305,1186,1,0,0,0),(30806,4348,1,1,1,2708,0,-4114.61,-2845.79,38.0406,6.1598,360,5,0,1674,0,1,0,0,0),(30805,2914,1,1,1,6303,0,-3375.55,-3229.8,29.5138,3.34205,360,10,0,8,0,1,0,0,0),(30804,1420,1,1,1,901,0,-3015.52,-3022.69,30.2317,3.37615,360,10,0,8,0,1,0,0,0),(30803,1420,1,1,1,901,0,-3702.09,-3206.07,29.3974,3.10763,360,10,0,8,0,1,0,0,0),(30802,1412,1,1,1,134,0,-3696.16,-4344.5,11.4038,0.059758,360,10,0,8,0,1,0,0,0),(30801,23602,1,1,1,21639,0,-3733.1,-4420.91,30.5854,3.08923,360,0,0,1009,1067,0,0,0,0),(30800,4394,1,1,1,2569,0,-3977.08,-3568.75,42.2671,5.60808,360,5,0,1459,0,1,0,0,0),(30799,4397,1,1,1,7836,0,-2431.33,-3823.4,-2.85298,0.7135,360,10,0,1403,0,1,0,0,0),(30798,4397,1,1,1,7836,0,-2355.97,-3953.9,-7.05756,4.45338,360,10,0,1403,0,1,0,0,0),(30797,4397,1,1,1,7836,0,-2495.74,-3864.22,-4.2347,5.24008,360,10,0,1403,0,1,0,0,0),(30796,4397,1,1,1,7836,0,-2542.6,-3873.36,-18.9312,3.36005,360,10,0,1403,0,1,0,0,0),(30795,4397,1,1,1,7836,0,-2589.68,-3904.42,-6.61263,2.95493,360,10,0,1403,0,1,0,0,0),(30794,4352,1,1,1,1962,0,-2645.06,-3624.82,37.4003,5.47845,360,3,0,1469,0,1,0,0,0),(30793,4346,1,1,1,2700,0,-2697.66,-3893.86,59.1835,4.45367,360,5,0,1403,0,1,0,0,0),(30792,4404,1,1,1,2600,0,-3574.64,-3808.92,5.68592,4.86126,360,5,0,1211,1067,1,0,0,0),(30791,2914,1,1,1,1206,0,-4633.32,-3023.63,34.275,2.23852,360,10,0,8,0,1,0,0,0),(30790,4414,1,1,1,2542,0,-3076.78,-4137.48,23.999,3.22765,360,10,0,1469,0,1,0,0,0),(30789,4414,1,1,1,2542,0,-3360.47,-4235.41,23.5935,1.12638,360,10,0,1469,0,1,0,0,0),(30788,4345,1,1,1,807,0,-4518.52,-3859.3,29.3513,5.86912,360,10,0,1751,0,1,0,0,0),(30787,4343,1,1,1,814,0,-3505.09,-3019.28,35.8974,6.16686,360,10,0,1536,0,1,0,0,0),(30786,4389,1,1,1,2601,0,-3608.08,-3860.04,-8.0415,1.1394,360,5,0,1532,0,1,0,0,0),(30785,1420,1,1,1,901,0,-4400.79,-3149.4,30.5615,4.10328,360,10,0,8,0,1,0,0,0),(30784,4345,1,1,1,807,0,-4584.11,-3712.1,30.0846,0.159568,360,10,0,1751,0,1,0,0,0),(30783,4346,1,1,1,2700,0,-3375.89,-3933.19,40.0131,3.10648,360,5,0,1403,0,1,0,0,0),(30782,4348,1,1,1,2708,0,-3877.53,-3002.94,37.3978,2.64094,360,5,0,1674,0,1,0,0,0),(30781,4346,1,1,1,2700,0,-3145.79,-4094.69,61.2974,4.687,360,5,0,1403,0,1,0,0,0),(30780,23602,1,1,1,21639,0,-3607.46,-4322.31,9.5414,4.69494,360,0,0,1009,1067,0,0,0,0),(30779,4341,1,1,1,1080,0,-2673.73,-3315.73,31.1128,0.373262,360,10,0,1403,0,1,0,0,0),(30778,23637,1,1,1,21640,1,-4021.75,-4982.69,8.12982,2.41315,300,0,0,1536,0,0,0,0,0),(30777,23637,1,1,1,21639,1,-4021.61,-4991.62,0.814585,0.334238,300,0,0,1536,0,0,0,0,0),(30776,5057,1,1,1,3016,1,-4006.29,-4999.48,0.814592,2.05179,300,0,0,1536,0,0,0,0,0),(30775,23941,1,1,1,4839,1,-4026.57,-4975.82,8.21533,5.14872,300,0,0,1305,1186,0,0,0,0),(30774,5057,1,1,1,3016,1,-3996.45,-5017.51,1.1492,1.7174,300,0,0,1536,0,0,0,0,0),(30773,5057,1,1,1,3016,1,-4004.39,-5011.29,8.13875,3.24073,300,0,0,1536,0,0,0,0,0),(30772,5057,1,1,1,3016,1,-4009.07,-5002.67,8.13691,4.69542,300,0,0,1536,0,0,0,0,0),(30771,5057,1,1,1,3016,1,-4022.91,-4992.63,13.1895,3.90975,300,0,0,1536,0,0,0,0,0),(30770,5057,1,1,1,3016,1,-4004.84,-5003.35,13.4668,0.497071,300,0,0,1536,0,0,0,0,0),(30769,5057,1,1,1,3016,1,-3999.51,-5015.85,13.7618,0.311079,300,0,0,1536,0,0,0,0,0),(30768,4401,1,1,1,2426,0,-4187.7,-4148.39,-10.277,3.36852,360,5,0,1403,0,1,0,0,0),(30767,4404,1,1,1,2600,0,-4385.38,-4210.5,7.99585,4.80985,360,5,0,1211,1067,1,0,0,0),(30766,4341,1,1,1,1080,0,-2748.74,-3619.16,29.3401,3.60498,360,10,0,1403,0,1,0,0,0),(30765,4388,1,1,1,2425,0,-3973.77,-4788.68,-38.7556,2.41713,360,10,0,1396,0,1,0,0,0),(30764,4388,1,1,1,2425,0,-4042.04,-4713.41,-43.3616,4.41527,360,10,0,1396,0,1,0,0,0),(30763,4388,1,1,1,2425,0,-4018.74,-4693.06,-36.8545,5.49927,360,10,0,1396,0,1,0,0,0),(30762,4388,1,1,1,2425,0,-4053.58,-4646.24,-38.3043,1.21776,360,10,0,1396,0,1,0,0,0),(30761,23589,1,1,1,21647,1,-3016.97,-4321.08,9.50452,5.05458,180,5,0,1469,0,1,0,0,0),(30760,23589,1,1,1,21647,1,-3052.59,-4363.12,8.45787,3.21986,180,5,0,1469,0,1,0,0,0),(30759,23589,1,1,1,21648,1,-3055.59,-4328.37,9.03148,4.69574,180,5,0,1469,0,1,0,0,0),(30758,23679,1,1,1,21689,1,-2991.45,-4382.34,10.4377,3.28008,180,0,0,1536,0,0,0,0,0),(30757,5057,1,1,1,21687,1,-3946.01,-2869.55,46.3896,4.67316,360,5,0,1536,0,1,0,0,0),(30756,5057,1,1,1,3016,1,-3948.4,-2859.03,46.446,3.03687,360,0,0,1536,0,0,0,0,0),(30755,1412,1,1,1,134,0,-3767.8,-4563.98,9.83731,4.67354,360,10,0,8,0,1,0,0,0),(30754,4397,1,1,1,7836,0,-2689.53,-4354.99,-4.46758,2.01777,360,10,0,1403,0,1,0,0,0),(30753,4404,1,1,1,2600,0,-4156.49,-4183.23,-9.2504,4.09075,360,5,0,1211,1067,1,0,0,0),(30752,6145,1,1,1,4878,0,-4191.17,-4072.28,-2.59197,5.61231,360,5,0,8,0,1,0,0,0),(30751,4404,1,1,1,2600,0,-3495.71,-3630.13,14.1021,6.02906,360,5,0,1211,1067,1,0,0,0),(30750,6145,1,1,1,4878,0,-3490.23,-3575.68,-8.09055,2.06873,360,5,0,8,0,1,0,0,0),(30749,4415,1,1,1,11348,0,-3728.69,-3718.44,45.853,0.566879,360,5,0,1751,0,1,0,0,0),(30748,1420,1,1,1,901,0,-4519.43,-2840.53,29.7551,0.158732,360,10,0,8,0,1,0,0,0),(30747,1420,1,1,1,901,0,-4504.48,-3241.31,29.9444,1.48668,360,10,0,8,0,1,0,0,0),(30746,1420,1,1,1,901,0,-2693.44,-3656.53,28.6474,6.04263,360,10,0,8,0,1,0,0,0),(30745,4352,1,1,1,1962,0,-2565.24,-3715.64,47.7883,5.64534,360,5,0,1469,0,1,0,0,0),(30744,23637,1,1,1,21640,1,-4019.12,-4990.38,18.5149,3.80699,300,0,0,1536,0,0,0,0,0),(30743,23637,1,1,1,21640,1,-3956.36,-4990.98,2.70445,2.30383,300,0,0,1536,0,0,0,0,0),(30742,5057,1,1,1,3016,1,-3963.32,-4982.18,2.6071,5.41052,300,0,0,1536,0,0,0,0,0),(30741,5057,1,1,1,21687,1,-3951.94,-4955.57,7.11307,0.942478,300,0,0,1536,0,0,0,0,0),(30740,1420,1,1,1,901,0,-3880.85,-3004.08,37.1223,0.979646,360,10,0,8,0,1,0,0,0),(30739,2914,1,1,1,2958,0,-3680.69,-2777.28,28.6474,0.363038,360,10,0,8,0,1,0,0,0),(30738,4345,1,1,1,807,0,-3753.07,-3518.84,28.6474,5.64173,360,10,0,1751,0,1,0,0,0),(30737,4359,1,1,1,652,1,-2572.71,-4019.2,8.10217,5.79403,360,5,0,1469,0,1,0,0,0),(30736,4362,1,1,1,11293,1,-2561.52,-3984.23,8.70341,0.83101,360,0,0,1469,0,0,0,0,0),(30735,4359,1,1,1,652,1,-2602.53,-4030.27,6.72326,5.44543,360,0,0,1469,0,0,0,0,0),(30734,4359,1,1,1,652,1,-2564.19,-3990.79,7.95341,0.06557,360,5,0,1469,0,1,0,0,0),(30733,4345,1,1,1,807,0,-4353.01,-3143.62,29.7156,2.77596,360,10,0,1751,0,1,0,0,0),(30732,4328,1,1,1,8310,1,-4812.18,-4008.74,56.0457,2.2315,360,5,0,1471,1283,1,0,0,0),(30731,4343,1,1,1,814,0,-3476.19,-3037.77,31.7272,0.992539,360,10,0,1536,0,1,0,0,0),(30730,4343,1,1,1,814,0,-3483.72,-3099.25,28.6474,1.06453,360,10,0,1536,0,1,0,0,0),(30729,4343,1,1,1,814,0,-3507.99,-3092,31.4849,4.24175,360,10,0,1536,0,1,0,0,0),(30728,4343,1,1,1,814,0,-3489.38,-2920,30.8974,5.91615,360,10,0,1536,0,1,0,0,0),(30727,4344,1,1,1,2548,0,-4166.88,-2805.22,28.8231,0.508237,360,10,0,1305,1186,1,0,0,0),(30726,4979,1,1,1,2977,1,-3642.63,-4346.08,6.55615,5.35816,360,0,0,4906,0,0,0,0,0),(30725,4979,1,1,1,2977,1,-3600.08,-4333.31,9.59916,0.907571,360,0,0,4906,0,0,0,0,0),(30724,4979,1,1,1,2977,1,-3607.72,-4324.23,9.68035,0.593412,360,0,0,4906,0,0,0,0,0),(30723,5085,1,1,1,2978,1,-3461.71,-4119.67,17.0988,5.20108,360,0,0,1163,0,0,0,0,0),(30722,4348,1,1,1,2708,0,-3819.7,-3016.51,38.4763,1.3699,360,5,0,1674,0,1,0,0,0),(30721,4344,1,1,1,2548,0,-4044.05,-2826.46,30.2044,5.85889,360,10,0,1305,1186,1,0,0,0),(30720,4344,1,1,1,2548,0,-4075.66,-2802.26,28.6474,5.86042,360,10,0,1305,1186,1,0,0,0),(30719,4344,1,1,1,2548,0,-4091.41,-2887.75,29.3974,1.48817,360,10,0,1305,1186,1,0,0,0),(30718,4397,1,1,1,7836,0,-3020.84,-4221.62,-1.40882,1.81037,180,5,0,1403,0,1,0,0,0),(30717,23589,1,1,1,21647,1,-2949.1,-4319.67,2.54692,3.34205,180,5,0,1469,0,1,0,0,0),(30716,2914,1,1,1,6303,0,-2909.56,-3404.31,35.7329,1.64697,360,10,0,8,0,1,0,0,0),(30715,5057,1,1,1,3016,1,-3897.23,-2845.84,43.3428,2.16257,360,5,0,1536,0,1,0,0,0),(30714,1420,1,1,1,901,0,-2835.08,-3556.23,29.6843,0.386675,360,10,0,8,0,1,0,0,0),(30713,23589,1,1,1,21647,1,-3019.1,-4289.84,5.89072,4.64985,180,5,0,1469,0,1,0,0,0),(30712,4334,1,1,1,8309,1,-4604.52,-3950.31,41.2178,6.14937,360,5,0,1522,1332,1,0,0,0),(30711,1420,1,1,1,901,0,-2813.61,-3930.18,28.8975,1.92648,360,10,0,8,0,1,0,0,0),(30710,23590,1,1,1,21651,0,-2998.34,-4326.14,7.09341,4.06662,180,0,0,1208,1097,0,0,0,0),(30709,23589,1,1,1,21649,1,-2976.19,-4328.22,12.2155,0.997231,180,5,0,1469,0,1,0,0,0),(30708,23589,1,1,1,21648,1,-2957.59,-4336.65,15.2971,1.21018,180,5,0,1469,0,1,0,0,0),(30707,23590,1,1,1,21651,0,-2980.53,-4368.43,8.99304,5.58505,180,0,0,1208,1097,0,0,0,0),(30706,4352,1,1,1,1962,0,-2592.52,-3647.9,47.8731,0.036658,360,5,0,1469,0,1,0,0,0),(30705,4351,1,1,1,2571,0,-2628.1,-3719.94,53.3745,6.10684,360,5,0,1469,0,1,0,0,0),(30704,4393,1,1,1,11137,0,-3831.51,-3654.01,38.0802,3.3792,360,10,0,1751,0,1,0,0,0),(30703,5057,1,1,1,3016,1,-3895.97,-2861.52,43.0928,3.24631,360,0,0,1536,0,0,0,0,0),(30702,23590,1,1,1,21651,0,-3024.31,-4347.81,7.54235,0.558505,180,0,0,1208,1097,0,0,0,0),(30701,4346,1,1,1,2700,0,-3263.49,-3816.95,64.5102,0.928076,360,5,0,1403,0,1,0,0,0),(30700,6145,1,1,1,4878,0,-3759.07,-3946.24,-9.0674,3.15136,360,5,0,8,0,1,0,0,0),(30699,4397,1,1,1,7836,0,-2301.15,-4223.16,-0.959721,3.55827,360,10,0,1403,0,1,0,0,0),(30698,4397,1,1,1,7836,0,-2270.36,-4079.07,-1.63274,0.296047,360,10,0,1403,0,1,0,0,0),(30697,4397,1,1,1,7836,0,-2306.12,-3993.47,-5.77331,5.32905,360,10,0,1403,0,1,0,0,0),(30696,4361,1,1,1,478,1,-2288.23,-4120.2,3.0057,5.40472,360,5,0,1469,0,1,0,0,0),(30695,4397,1,1,1,7836,0,-3035.87,-4250.8,-11.2246,1.06386,180,5,0,1403,0,1,0,0,0),(30694,4397,1,1,1,7836,0,-3082.22,-4289.35,-10.4606,5.4737,180,5,0,1403,0,1,0,0,0),(30693,4397,1,1,1,7836,0,-2336.95,-4137.21,6.25019,2.77779,360,10,0,1403,0,1,0,0,0),(30692,4363,1,1,1,5286,1,-2382.61,-4119.04,7.20057,2.37857,360,5,0,1208,1097,1,0,0,0),(30691,4361,1,1,1,478,1,-2410.79,-4085.04,3.36318,5.27978,360,5,0,1469,0,1,0,0,0),(30690,4363,1,1,1,5286,1,-2279.62,-4278.19,4.53943,4.28928,360,0,0,1208,1097,0,0,0,0),(30689,4361,1,1,1,478,1,-2280.73,-4285.94,4.41443,1.40422,360,0,0,1469,0,0,0,0,0),(30688,4363,1,1,1,5286,1,-2286.69,-4251.86,11.1276,1.68037,360,5,0,1208,1097,1,0,0,0),(30687,4361,1,1,1,478,1,-2317.13,-4277.14,4.36832,2.63661,360,5,0,1469,0,1,0,0,0),(30686,4363,1,1,1,5286,1,-2279.36,-4305.65,6.48951,1.45128,360,5,0,1208,1097,1,0,0,0),(30685,4361,1,1,1,478,1,-2262.15,-4310.12,9.68785,1.28598,360,5,0,1469,0,1,0,0,0),(30684,4361,1,1,1,478,1,-2323,-4320.38,2.79675,3.81633,360,5,0,1469,0,1,0,0,0),(30683,4363,1,1,1,5286,1,-2277.33,-4326.21,14.4895,5.36987,360,5,0,1208,1097,1,0,0,0),(30682,4895,1,1,1,2903,1,-3636.42,-4449.14,14.4404,3.47321,360,0,0,1342,0,0,0,0,0),(30681,4902,1,1,1,4834,0,-3616.18,-4484.81,21.1864,0.733038,360,0,0,1604,0,0,0,0,0),(30680,5388,1,1,1,4838,1,-3615.54,-4454.96,21.1865,3.87463,360,0,0,1678,0,0,0,0,0),(30679,6732,1,1,1,8632,0,-3615.17,-4472.92,21.1865,0.698132,360,0,0,1003,0,0,0,0,0),(30678,4893,1,1,1,4858,1,-3615.71,-4475.2,14.3286,1.44862,360,0,0,2218,0,0,0,0,0),(30677,4361,1,1,1,478,1,-2346.26,-4287.25,2.32724,5.51364,360,5,0,1469,0,1,0,0,0),(30676,6272,1,1,1,5429,1,-3616.13,-4470.82,14.3286,2.21657,360,0,0,1003,0,0,0,0,0),(30675,4361,1,1,1,478,1,-2312.35,-4254.49,3.93893,0.042424,360,5,0,1469,0,1,0,0,0),(30674,4894,1,1,1,4831,1,-3617.13,-4487.07,14.3156,1.72788,360,0,0,1163,0,0,0,0,0),(30673,4794,1,1,1,4826,1,-3624.75,-4457.63,13.7054,4.67748,360,0,0,1469,0,0,0,0,0),(30672,1412,1,1,1,134,0,-3629.79,-4489.57,14.1389,3.58969,360,10,0,8,0,1,0,0,0),(30671,10047,1,1,1,9266,1,-3625.85,-4440.28,14.498,1.6057,360,0,0,1003,0,0,0,0,0),(30670,5092,1,1,1,3140,1,-3651.48,-4520.28,9.55793,1.46608,360,0,0,2769,0,0,0,0,0),(30669,4923,1,1,1,3139,1,-3653.15,-4520.31,9.58003,1.22173,360,0,0,2769,0,0,0,0,0),(30668,4922,1,1,1,3138,1,-3644.71,-4500.49,9.5684,4.41568,360,0,0,2769,0,0,0,0,0),(30667,5096,1,1,1,3134,0,-3642.91,-4501.29,9.52817,4.18879,360,0,0,3189,0,0,0,0,0),(30666,4921,1,1,1,2910,1,-3645.7,-4448.1,15.3483,3.21141,360,0,0,1753,0,0,0,0,0),(30665,5199,1,1,1,3135,0,-3639.52,-4508.22,9.54587,3.1765,360,0,0,2980,0,0,0,0,0),(30664,5094,1,1,1,3139,1,-3649.81,-4520.19,9.54586,1.62316,360,0,0,2769,0,0,0,0,0),(30663,5091,1,1,1,3138,1,-3646.29,-4500.52,9.58265,4.55531,360,0,0,2769,0,0,0,0,0),(30662,5200,1,1,1,3143,0,-3657.79,-4510.81,9.54587,6.07375,360,0,0,2980,0,0,0,0,0),(30661,5095,1,1,1,3142,0,-3654.43,-4518.68,9.57484,0.994838,360,0,0,3189,0,0,0,0,0),(30660,4924,1,1,1,3136,0,-3645.93,-4512.74,9.54586,2.47837,360,0,0,3398,0,0,0,0,0),(30659,5090,1,1,1,3137,0,-3655.62,-4503.49,9.54586,5.53269,360,0,0,3398,0,0,0,0,0),(30658,5093,1,1,1,3141,1,-3647.92,-4500.56,9.57001,4.69494,360,0,0,2769,0,0,0,0,0),(30657,4951,1,1,1,4836,1,-3686.85,-4509.89,11.7273,0.004753,360,0,0,2061,0,0,0,0,0),(30656,4979,1,1,1,2977,1,-3870.67,-4571.01,8.20921,2.81058,360,5,0,4906,0,1,0,0,0),(30655,8140,1,1,1,7356,1,-3692.69,-4513.3,11.7964,0.942478,360,0,0,2218,0,0,0,0,0),(30654,4951,1,1,1,4836,1,-3691.99,-4502.14,11.7301,3.18671,360,0,0,2061,0,0,0,0,0),(30653,4361,1,1,1,478,1,-2251.51,-4281.39,14.9762,0.190504,360,5,0,1469,0,1,0,0,0),(30652,4950,1,1,1,1100,0,-3669.77,-4542.83,9.38222,4.98404,360,0,0,1342,0,0,0,0,0),(30651,4948,1,1,1,2953,1,-3717.31,-4547.4,25.917,0.383972,360,0,0,1342,0,0,0,0,0),(30650,8141,1,1,1,11037,1,-3727.67,-4538.45,25.917,6.00393,360,0,0,2218,0,0,0,0,0),(30649,23896,1,1,1,21891,1,-3849.32,-4610.16,9.27867,4.55531,360,0,0,1277,0,2,0,0,0),(30648,4964,1,1,1,2965,1,-3738.17,-4546.25,27.1275,5.74213,360,0,0,1753,0,0,0,0,0),(30647,4944,1,1,1,2952,0,-3735.06,-4556.2,27.2108,1.15192,360,0,0,2769,0,0,0,0,0),(30646,4979,1,1,1,2978,1,-3734.7,-4420.71,30.5998,0.453786,360,0,0,4906,0,0,0,0,0),(30645,5083,1,1,1,3014,1,-3721.74,-4538.6,25.917,0.418879,360,0,0,484,0,0,0,0,0),(30644,4979,1,1,1,2979,1,-3683.15,-4476.23,11.6171,1.1612,360,0,0,4906,0,2,0,0,0),(30643,4979,1,1,1,2977,1,-3687.3,-4478.51,11.817,6.19167,360,0,0,4906,0,2,0,0,0),(30642,4345,1,1,1,807,0,-4509.2,-3788.27,29.3621,0.900328,360,10,0,1751,0,1,0,0,0),(30641,4979,1,1,1,2977,1,-3729.58,-4425.66,30.5971,1.18682,360,0,0,4906,0,0,0,0,0),(30640,4967,1,1,1,2969,1,-3757.47,-4462.28,65.1248,0.959931,360,0,0,1604,0,0,0,0,0),(30639,4979,1,1,1,2977,1,-3691.09,-4375.85,10.7306,5.53594,360,0,0,4906,0,2,0,0,0),(30638,4979,1,1,1,2978,1,-3683.39,-4377.83,10.7139,2.95899,360,0,0,4906,0,2,0,0,0),(30637,4979,1,1,1,2978,1,-4013.77,-4702.02,5.4253,2.86234,360,0,0,4906,0,0,0,0,0),(30636,23951,1,1,1,4839,1,-3682.86,-4391.41,10.7306,0.645772,360,0,0,3082,0,0,0,0,0),(30635,4979,1,1,1,2979,1,-3664.13,-4388.41,11.5535,1.01229,360,0,0,4906,0,0,0,0,0),(30634,4979,1,1,1,2979,1,-3632.82,-4349.71,6.27026,0.753338,360,0,0,4906,0,2,0,0,0),(30633,4979,1,1,1,2979,1,-3630.65,-4352.2,6.28371,0.65909,360,0,0,4906,0,2,0,0,0),(30632,4979,1,1,1,2979,1,-3676.51,-4375.28,11.1056,0.279253,360,0,0,4906,0,0,0,0,0),(30631,4979,1,1,1,2977,1,-3629.36,-4362.48,6.38329,2.23402,360,0,0,4906,0,0,0,0,0),(30630,4397,1,1,1,7836,0,-2735.73,-4351.65,-15.5636,2.6176,360,10,0,1403,0,1,0,0,0),(30629,4965,1,1,1,2966,1,-3750.21,-4447.93,64.9817,5.2709,360,0,0,2218,0,0,0,0,0),(30628,4359,1,1,1,652,1,-2555.8,-3989.6,9.45341,2.68781,360,0,0,1469,0,0,0,0,0),(30627,4359,1,1,1,652,1,-2559.24,-3974.46,9.95341,1.60967,360,5,0,1469,0,1,0,0,0),(30626,1420,1,1,1,901,0,-4136.55,-3504.14,38.5366,6.11258,360,10,0,8,0,1,0,0,0),(30625,4346,1,1,1,2700,0,-2791.03,-4126.39,49.947,1.42365,360,5,0,1403,0,1,0,0,0),(30624,4344,1,1,1,2548,0,-4166.93,-2848.7,31.072,3.56854,360,10,0,1305,1186,1,0,0,0),(30623,4401,1,1,1,2426,0,-4246.9,-4080.48,-7.33763,0.652927,360,5,0,1403,0,1,0,0,0),(30622,4397,1,1,1,7836,0,-3089.07,-4346.27,0.079217,4.77616,180,5,0,1403,0,1,0,0,0),(30621,4397,1,1,1,7836,0,-3103.46,-4432.14,-11.646,5.43159,180,5,0,1403,0,1,0,0,0),(30620,4397,1,1,1,7836,0,-3016.44,-4445.98,-8.99091,1.69226,180,5,0,1403,0,1,0,0,0),(30619,4401,1,1,1,2426,0,-3421.67,-3695.51,14.7043,0.654063,360,5,0,1403,0,1,0,0,0),(30618,4404,1,1,1,2600,0,-3408.92,-3554.67,15.8086,5.74786,360,5,0,1211,1067,1,0,0,0),(30617,4362,1,1,1,11293,1,-2595.94,-4036.54,6.84542,5.93853,360,5,0,1469,0,1,0,0,0),(30616,6145,1,1,1,4878,0,-3649.84,-4257.38,-4.04896,5.79162,360,5,0,8,0,1,0,0,0),(30615,2914,1,1,1,2957,0,-4352.67,-3525.94,34.2396,2.93118,360,10,0,8,0,1,0,0,0),(30614,4345,1,1,1,807,0,-4163.06,-3646.13,30.3372,2.56333,360,10,0,1751,0,1,0,0,0),(30613,1420,1,1,1,901,0,-3442.94,-2882.93,28.5786,5.15801,360,10,0,8,0,1,0,0,0),(30612,2914,1,1,1,1206,0,-3285.58,-2979.47,37.0923,4.48163,360,10,0,8,0,1,0,0,0),(30611,5057,1,1,1,21687,1,-3912.21,-2892.58,41.9027,1.98968,360,0,0,1536,0,0,0,0,0),(30610,5057,1,1,1,21687,1,-3903.37,-2883.93,41.5277,2.67035,360,0,0,1536,0,0,0,0,0),(30609,1420,1,1,1,901,0,-2720.35,-2983.59,36.066,3.03978,360,10,0,8,0,1,0,0,0),(30608,4346,1,1,1,2700,0,-3276.48,-3843.78,50.2146,0.771587,360,5,0,1403,0,1,0,0,0),(30607,4346,1,1,1,2700,0,-3354.48,-3982.93,36.6572,3.05164,360,5,0,1403,0,1,0,0,0),(30606,1420,1,1,1,901,0,-4714.09,-3487.33,31.8374,5.04194,360,10,0,8,0,1,0,0,0),(30605,6145,1,1,1,4878,0,-4330.95,-4267.85,-7.73097,3.86539,360,5,0,8,0,1,0,0,0),(30604,1420,1,1,1,901,0,-4652.06,-3872.22,28.6058,4.45059,360,0,0,8,0,0,0,0,0),(30603,1420,1,1,1,901,0,-3753.46,-3352.65,29.208,1.03608,360,10,0,8,0,1,0,0,0),(30602,2914,1,1,1,2958,0,-4111.23,-2786.77,28.6991,3.45792,360,10,0,8,0,1,0,0,0),(30601,1420,1,1,1,901,0,-3652.96,-3119.03,34.0648,1.21134,360,10,0,8,0,1,0,0,0),(30600,2914,1,1,1,6303,0,-2863.71,-3642.45,28.6474,5.34812,360,10,0,8,0,1,0,0,0),(30599,1420,1,1,1,901,0,-4662.09,-3456.14,28.7887,5.82754,360,10,0,8,0,1,0,0,0),(30598,1420,1,1,1,901,0,-4592.51,-3248.56,30.5153,3.82227,360,0,0,8,0,0,0,0,0),(30597,2914,1,1,1,1206,0,-3922.96,-2980.73,30.7019,4.74753,360,10,0,8,0,1,0,0,0),(30596,2914,1,1,1,2957,0,-4472.64,-3728.2,31.2513,6.27147,360,10,0,8,0,1,0,0,0),(30595,1420,1,1,1,901,0,-2795.87,-2937.36,28.6243,1.09749,360,10,0,8,0,1,0,0,0),(30594,2914,1,1,1,6303,0,-4331.89,-3642.15,33.02,4.47919,360,10,0,8,0,1,0,0,0),(30593,1420,1,1,1,901,0,-3286.25,-3938.52,21.7131,2.68775,360,10,0,8,0,1,0,0,0),(30592,1420,1,1,1,901,0,-4057.24,-3595.22,36.0725,4.27671,360,10,0,8,0,1,0,0,0),(30591,1420,1,1,1,901,0,-4733.37,-3611.82,30.6575,0.802851,360,0,0,8,0,0,0,0,0),(30590,6145,1,1,1,4878,0,-4018.14,-4656.73,-31.0403,3.0468,360,5,0,8,0,1,0,0,0),(30589,1420,1,1,1,901,0,-4487,-3407.75,28.6475,4.63938,360,10,0,8,0,1,0,0,0),(30588,2914,1,1,1,2958,0,-4640.49,-3306.78,36.0694,6.24219,360,10,0,8,0,1,0,0,0),(30587,1420,1,1,1,901,0,-4448.66,-3952.83,31.5052,0.785369,360,10,0,8,0,1,0,0,0),(30586,2914,1,1,1,2958,0,-4510.63,-3123.34,30.1602,6.24024,360,10,0,8,0,1,0,0,0),(30585,2914,1,1,1,6303,0,-3815.71,-3257.11,28.8974,2.85212,360,10,0,8,0,1,0,0,0),(30584,1420,1,1,1,901,0,-4588.94,-3728.77,32.7219,5.61546,360,10,0,8,0,1,0,0,0),(30583,1420,1,1,1,901,0,-4445.17,-3662,35.7724,4.15248,360,10,0,8,0,1,0,0,0),(30582,2914,1,1,1,1206,0,-4086.59,-3123.85,33.1529,1.13771,360,10,0,8,0,1,0,0,0),(30581,1420,1,1,1,901,0,-3112.75,-2970.34,31.0231,3.09271,360,10,0,8,0,1,0,0,0),(30580,6145,1,1,1,4878,0,-4237.02,-4254.9,-13.4215,2.26706,360,5,0,8,0,1,0,0,0),(30579,6145,1,1,1,4878,0,-3516.29,-3866.47,-8.77005,1.33324,360,5,0,8,0,1,0,0,0),(30578,1420,1,1,1,901,0,-3374.39,-3124.77,33.8974,1.56092,360,10,0,8,0,1,0,0,0),(30577,2914,1,1,1,1206,0,-4483.92,-3554.71,41.9833,5.12953,360,10,0,8,0,1,0,0,0),(30576,2914,1,1,1,6303,0,-4770.91,-3387.72,33.552,5.45961,360,10,0,8,0,1,0,0,0),(30575,1420,1,1,1,901,0,-4469.8,-3308.81,38.2725,4.60652,360,10,0,8,0,1,0,0,0),(30574,1420,1,1,1,901,0,-3181,-3851.97,27.5954,4.84352,360,10,0,8,0,1,0,0,0),(30573,2914,1,1,1,2958,0,-2994.17,-3650.09,29.8245,2.75056,360,10,0,8,0,1,0,0,0),(30572,2914,1,1,1,2958,0,-4604.26,-3887.68,29.9362,3.5511,360,10,0,8,0,1,0,0,0),(30571,1420,1,1,1,901,0,-4592.15,-3656.69,33.3653,1.52868,360,10,0,8,0,1,0,0,0),(30570,6145,1,1,1,4878,0,-2409.71,-4230.6,-7.86645,1.2431,360,5,0,8,0,1,0,0,0),(30569,2914,1,1,1,1206,0,-2700.64,-3265.98,29.218,3.89795,360,10,0,8,0,1,0,0,0),(30568,1420,1,1,1,901,0,-3163.28,-3109.15,28.954,5.77761,360,10,0,8,0,1,0,0,0),(30567,2914,1,1,1,1206,0,-3036.36,-3182.16,29.9536,5.60845,360,10,0,8,0,1,0,0,0),(30566,2914,1,1,1,2958,0,-4147.33,-3010,31.0224,1.0456,360,10,0,8,0,1,0,0,0),(30565,1420,1,1,1,901,0,-4578.95,-3456.33,32.0225,0.606858,360,10,0,8,0,1,0,0,0),(30564,4345,1,1,1,807,0,-4579.46,-3663.9,29.9903,4.23163,360,10,0,1751,0,1,0,0,0),(30563,1420,1,1,1,901,0,-3795.12,-2815.73,28.8974,2.41189,360,10,0,8,0,1,0,0,0),(30562,1420,1,1,1,901,0,-2676.83,-2934.31,32.2618,2.69541,360,10,0,8,0,1,0,0,0),(23463,7407,1,1,1,7169,1,-7186.64,-3838.6,8.74667,0.855211,300,0,0,2769,0,0,0,0,0),(30561,1420,1,1,1,901,0,-3800.2,-2954.41,28.8189,1.49252,360,10,0,8,0,1,0,0,0),(30560,2914,1,1,1,1206,0,-2791.3,-3178.35,34.3979,4.44616,360,10,0,8,0,1,0,0,0),(30559,2914,1,1,1,6303,0,-3886.93,-3607.23,29.1779,1.7954,360,10,0,8,0,1,0,0,0),(30558,6145,1,1,1,4878,0,-3401.44,-4368.7,-2.09004,3.66292,360,5,0,8,0,1,0,0,0),(30557,1420,1,1,1,901,0,-3641.63,-3024.18,34.3031,4.45454,360,10,0,8,0,1,0,0,0),(30556,4345,1,1,1,807,0,-4270.28,-3176.86,31.8974,2.63717,360,10,0,1751,0,1,0,0,0),(30555,2914,1,1,1,2957,0,-3877.92,-3545.78,38.487,5.05515,360,10,0,8,0,1,0,0,0),(30554,1420,1,1,1,901,0,-3476.92,-3154.61,28.942,3.10645,360,10,0,8,0,1,0,0,0),(30553,1420,1,1,1,901,0,-2885.42,-3822.92,29.3974,4.32356,360,10,0,8,0,1,0,0,0),(30552,1420,1,1,1,901,0,-4507.4,-2768.67,35.0208,2.72515,360,10,0,8,0,1,0,0,0),(30551,1420,1,1,1,901,0,-4469.03,-3022.39,29.1474,2.77324,360,10,0,8,0,1,0,0,0),(30550,6145,1,1,1,4878,0,-3631.13,-3924.88,-8.77026,4.20415,360,5,0,8,0,1,0,0,0),(30549,2914,1,1,1,6303,0,-2743.64,-3754.61,28.6098,3.45531,360,10,0,8,0,1,0,0,0),(30548,4345,1,1,1,807,0,-4503.69,-3651.55,36.5476,5.49365,360,10,0,1751,0,1,0,0,0),(30547,4345,1,1,1,807,0,-4209.63,-3634.19,31.9821,1.05649,360,10,0,1751,0,1,0,0,0),(30546,4345,1,1,1,807,0,-4587.35,-3931.11,31.0968,4.77688,360,10,0,1751,0,1,0,0,0),(30545,4345,1,1,1,807,0,-4539.05,-3939.43,31.7311,0.635689,360,10,0,1751,0,1,0,0,0),(30544,2914,1,1,1,6303,0,-4261.9,-3456.54,33.9345,4.2898,360,10,0,8,0,1,0,0,0),(30543,6145,1,1,1,4878,0,-4081.52,-4590.69,-43.4225,3.78791,360,5,0,8,0,1,0,0,0),(30542,1420,1,1,1,901,0,-2775.81,-3655.98,38.4906,3.49712,360,10,0,8,0,1,0,0,0),(30541,2914,1,1,1,2958,0,-4712.72,-3262.75,30.1475,0.654967,360,10,0,8,0,1,0,0,0),(30540,2914,1,1,1,2958,0,-4745.53,-3414.81,38.9334,1.49447,360,10,0,8,0,1,0,0,0),(30539,2914,1,1,1,2957,0,-4498.42,-2920.95,29.5638,1.54479,360,10,0,8,0,1,0,0,0),(30538,1420,1,1,1,901,0,-4560.39,-3743.34,29.7568,3.91815,360,10,0,8,0,1,0,0,0),(30537,1420,1,1,1,901,0,-4430.44,-3236.22,28.7224,6.1096,360,10,0,8,0,1,0,0,0),(30536,6145,1,1,1,4878,0,-4359.05,-4164.09,-2.94164,2.91028,360,5,0,8,0,1,0,0,0),(30535,4388,1,1,1,2425,0,-4109.62,-4582.04,-52.07,1.20915,360,10,0,1396,0,1,0,0,0),(30534,4345,1,1,1,807,0,-4488.92,-3958.47,29.662,5.39963,360,10,0,1751,0,1,0,0,0),(30533,4345,1,1,1,807,0,-4652.73,-3654.95,30.3045,0.488692,360,0,0,1751,0,0,0,0,0),(30532,4952,1,1,1,3019,0,-3685.1,-4506.13,11.7261,3.12414,360,0,0,1,0,0,0,0,0),(30531,6145,1,1,1,4878,0,-4285.7,-4086.62,-6.71363,5.94126,360,5,0,8,0,1,0,0,0),(30530,2914,1,1,1,1206,0,-4009.01,-3720.77,44.4411,2.31565,360,10,0,8,0,1,0,0,0),(30529,1420,1,1,1,901,0,-2485.89,-2911.55,28.6845,0.606406,360,10,0,8,0,1,0,0,0),(30528,1420,1,1,1,901,0,-3023.77,-3762.44,42.246,5.66862,360,10,0,8,0,1,0,0,0),(30527,2914,1,1,1,6303,0,-3547.02,-3212.42,33.1416,4.25974,360,10,0,8,0,1,0,0,0),(30526,1420,1,1,1,901,0,-4205.8,-3367.19,28.6474,1.70538,360,10,0,8,0,1,0,0,0),(30525,4979,1,1,1,2977,1,-3872.81,-4547.33,10.2642,1.62724,360,0,0,4906,0,0,0,0,0),(30524,5202,1,1,1,3020,0,-3757.98,-4556.42,10.4911,2.14675,360,0,0,42,0,0,0,0,0),(30523,4979,1,1,1,2977,1,-3785.45,-4631.84,10.8455,5.2709,360,0,0,4906,0,0,0,0,0),(30522,4979,1,1,1,2978,1,-3767.43,-4347.73,11.3043,4.79965,360,0,0,4906,0,0,0,0,0),(30521,4979,1,1,1,2977,1,-3932.29,-4735.86,4.96947,3.89208,360,0,0,4906,0,0,0,0,0),(30520,1420,1,1,1,901,0,-3883.85,-3463.54,30.1474,1.5708,360,10,0,8,0,1,0,0,0),(30519,2914,1,1,1,2957,0,-4550,-2980.3,30.7658,4.71239,360,10,0,8,0,1,0,0,0),(30518,6145,1,1,1,4878,0,-3597.3,-3991.92,-13.7137,3.65154,360,5,0,8,0,1,0,0,0),(30517,6145,1,1,1,4878,0,-3589.29,-3713.32,-4.36678,0.928076,360,5,0,8,0,1,0,0,0),(30516,6145,1,1,1,4878,0,-4165.14,-4226.4,-13.884,1.84912,360,5,0,8,0,1,0,0,0),(30515,4388,1,1,1,2425,0,-4082.35,-4554.34,-44.9269,2.67132,360,10,0,1396,0,1,0,0,0),(30514,4345,1,1,1,807,0,-4475.47,-3873.43,30.3174,0.170935,360,10,0,1751,0,1,0,0,0),(30513,4345,1,1,1,807,0,-4270.14,-3511.02,40.6347,3.48435,360,10,0,1751,0,1,0,0,0),(30512,23591,1,1,1,21652,1,-3038.38,-4547.38,-30.101,5.06962,180,5,0,1536,0,1,0,0,0),(30511,23950,1,1,1,4839,1,-3895.72,-4495.72,13.1897,2.3911,360,0,0,3082,0,0,0,0,0),(30510,4979,1,1,1,2977,1,-3786.87,-4483.29,13.9451,3.96632,360,0,0,4906,0,0,0,0,0),(30509,23949,1,1,1,4839,1,-3819.66,-4502.27,11.4753,6.26573,360,0,0,3082,0,0,0,0,0),(30508,5202,1,1,1,3020,0,-3763.98,-4559.92,10.473,2.09439,360,0,0,42,0,0,0,0,0),(30507,4891,1,1,1,4853,1,-3690.54,-4554.1,11.9936,3.63029,360,0,0,896,0,0,0,0,0),(30506,4885,1,1,1,4825,1,-3835.71,-4397.69,11.0168,5.51524,360,0,0,1342,0,0,0,0,0),(30505,4897,1,1,1,4855,1,-3834.53,-4462.94,12.564,1.5708,360,0,0,1279,0,0,0,0,0),(30504,4334,1,1,1,8309,1,-4980.38,-3816.38,43.3925,3.24631,360,0,0,1522,1332,0,0,0,0),(30503,4397,1,1,1,7836,0,-2284.86,-4366.16,-2.28357,2.3341,360,10,0,1403,0,1,0,0,0),(30502,2914,1,1,1,1206,0,-2604.49,-3009.52,28.841,4.99126,360,10,0,8,0,1,0,0,0),(30501,2914,1,1,1,2957,0,-3286.5,-4106.71,18.9938,0.065626,360,10,0,8,0,1,0,0,0),(30500,1420,1,1,1,901,0,-4133.9,-2899.45,28.9573,5.81954,360,10,0,8,0,1,0,0,0),(30499,1420,1,1,1,901,0,-3489.08,-3301.7,31.7731,0.218494,360,10,0,8,0,1,0,0,0),(30498,4364,1,1,1,9135,1,-2678.3,-5015.61,21.6941,4.79133,1200,5,0,8883,0,1,0,0,0),(30497,4364,1,1,1,9135,1,-2785.84,-4937.19,73.4652,4.32842,1200,0,0,8883,0,0,0,0,0),(30496,4414,1,1,1,2542,0,-3319.99,-4204.49,42.4945,5.03846,360,10,0,1469,0,1,0,0,0),(30495,4414,1,1,1,2542,0,-2712.31,-3934.22,75.349,1.36309,360,10,0,1469,0,1,0,0,0),(30494,4343,1,1,1,814,0,-3485.04,-3171.71,28.9237,5.76691,360,10,0,1536,0,1,0,0,0),(30493,4388,1,1,1,2425,0,-4068.84,-4650.72,-37.4773,1.49002,360,10,0,1396,0,1,0,0,0),(30492,4388,1,1,1,2425,0,-4119.66,-4550.71,-48.1245,2.91699,360,10,0,1396,0,1,0,0,0),(30491,4345,1,1,1,807,0,-4711.8,-3639.68,29.7498,5.89921,360,0,0,1751,0,0,0,0,0),(30490,23591,1,1,1,21652,1,-3122.07,-4507.2,-20.0208,6.17742,180,5,0,1536,0,1,0,0,0),(30489,4892,1,1,1,4827,1,-3779.61,-4542.27,11.4837,2.05949,360,0,0,1536,0,0,0,0,0),(30488,4979,1,1,1,2980,1,-3981.16,-4716.96,4.36853,2.42601,360,0,0,4906,0,0,0,0,0),(30487,4979,1,1,1,2977,1,-3837.93,-4571.93,8.80104,1.49538,360,5,0,4906,0,1,0,0,0),(30486,4979,1,1,1,2977,1,-4012.71,-4722.93,5.20877,5.55015,360,0,0,4906,0,0,0,0,0),(30485,4900,1,1,1,4832,1,-3700.84,-4331.73,11.4981,4.46804,360,0,0,1536,0,0,0,0,0),(30484,4886,1,1,1,11038,1,-3797.94,-4367.99,16.8715,5.48033,360,0,0,1536,0,0,0,0,0),(30483,4952,1,1,1,3019,0,-3685.06,-4502.28,11.7258,3.12414,360,0,0,1,0,0,0,0,0),(30482,4979,1,1,1,2977,1,-4034.33,-4679.43,6.27648,5.48033,360,0,0,4906,0,0,0,0,0),(30481,4952,1,1,1,3019,0,-3693.84,-4502.22,11.7301,0,360,0,0,1,0,0,0,0,0),(30480,4352,1,1,1,1962,0,-2582.7,-3627.5,78.6928,6.07528,360,5,0,1469,0,1,0,0,0),(30479,4403,1,1,1,2599,0,-4239.08,-4134.22,16.6074,1.47501,360,5,0,1464,0,1,0,0,0),(30478,4404,1,1,1,2600,0,-4245.7,-4197.51,-7.89745,4.15103,360,5,0,1211,1067,1,0,0,0),(30475,4397,1,1,1,7836,0,-2256.25,-4014.99,-3.75097,3.30449,360,10,0,1403,0,1,0,0,0),(30474,6145,1,1,1,4878,0,-3415.99,-3766.95,-14.1428,1.63139,360,5,0,8,0,1,0,0,0),(30473,2914,1,1,1,2957,0,-4012.64,-2846.04,33.7724,6.283,360,10,0,8,0,1,0,0,0),(30472,2914,1,1,1,1206,0,-2910.34,-3059.59,29.3974,1.58505,360,10,0,8,0,1,0,0,0),(30471,4366,1,1,1,9134,1,-2681.03,-4947.89,22.9958,2.57683,1200,5,0,9432,0,1,0,0,0),(30470,4364,1,1,1,9135,1,-2552.68,-4915.19,33.3198,4.54102,1200,5,0,8883,0,1,0,0,0),(30469,4366,1,1,1,9134,1,-2529.2,-4918.36,34.719,0.282521,1200,0,0,9432,0,0,0,0,0),(30468,4366,1,1,1,9134,1,-2539.29,-4925.56,34.7787,0.330479,1200,0,0,9432,0,0,0,0,0),(30467,4414,1,1,1,2542,0,-2465.57,-2918.18,39.8907,0.09834,360,10,0,1469,0,1,0,0,0),(30466,4414,1,1,1,2542,0,-2551.34,-2848.82,65.2243,6.06282,360,10,0,1469,0,1,0,0,0),(30465,4346,1,1,1,2700,0,-3151.23,-3625.94,66.942,2.52533,360,5,0,1403,0,1,0,0,0),(30464,4343,1,1,1,814,0,-3525.69,-2726.99,29.7144,6.06742,360,10,0,1536,0,1,0,0,0),(30463,23591,1,1,1,21652,1,-3044.18,-4497.48,-19.7189,0.496852,180,5,0,1536,0,1,0,0,0),(30462,4388,1,1,1,2425,0,-4083.11,-4517.27,-36.2887,3.08796,360,10,0,1396,0,1,0,0,0),(30461,4345,1,1,1,807,0,-4442.22,-3920.92,33.1475,5.89632,360,10,0,1751,0,1,0,0,0),(30460,4345,1,1,1,807,0,-4548.91,-3889.47,29.2414,3.11035,360,10,0,1751,0,1,0,0,0),(30459,4979,1,1,1,2977,1,-3788.92,-4612.75,46.0236,4.36332,360,0,0,4906,0,0,0,0,0),(30458,4973,1,1,1,4835,1,-3772.62,-4533.36,11.5873,5.28602,360,0,0,2769,0,2,0,0,0),(30457,4888,1,1,1,4859,1,-3785.93,-4366.85,16.8715,4.18879,360,0,0,1536,0,0,0,0,0),(30456,4890,1,1,1,4833,1,-3708.59,-4513.15,11.9936,3.63029,360,0,0,1902,0,0,0,0,0),(30455,4952,1,1,1,3019,0,-3685.11,-4509.88,11.7274,3.08923,360,0,0,1,0,0,0,0,0),(30454,4979,1,1,1,2980,1,-3998.66,-4735.98,5.26745,2.37365,360,0,0,4906,0,0,0,0,0),(30453,6567,1,1,1,5368,1,-3112.53,-2820.13,34.3158,4.46804,360,0,0,2059,0,0,0,0,0),(30452,10036,1,1,1,10704,1,-3173.94,-2877.34,33.9974,0.628319,360,0,0,7048,0,0,0,0,0),(30451,4883,1,1,1,10704,0,-3112.94,-2885.78,35.3489,3.49066,360,0,0,2059,0,0,0,0,0),(30450,10036,1,1,1,10704,1,-3084.77,-2879.81,34.1155,0.384441,360,5,0,7048,0,1,0,0,0),(30449,17095,1,1,1,16848,1,-3144.24,-2857.7,34.3922,5.84685,360,0,0,1050,1097,0,0,0,0),(30448,1412,1,1,1,134,0,-3861.46,-4463.37,10.4851,0.256629,360,10,0,8,0,1,0,0,0),(30447,1412,1,1,1,134,0,-3869.58,-4431.88,10.4866,4.94411,360,10,0,8,0,1,0,0,0),(30446,4351,1,1,1,2571,0,-2586.11,-3553.65,45.9208,4.93699,360,5,0,1469,0,1,0,0,0),(30445,5089,1,1,1,3017,1,-3934.05,-2869.68,51.2515,5.41052,360,0,0,1604,0,0,0,0,0),(30444,5057,1,1,1,3016,1,-3908.52,-2876.12,46.3821,5.75666,360,5,0,1536,0,1,0,0,0),(30443,5057,1,1,1,3016,1,-3954.27,-2879.46,42.7898,1.5708,360,0,0,1536,0,0,0,0,0),(30442,5057,1,1,1,3016,1,-3935.79,-2893.68,40.7898,2.07694,360,0,0,1536,0,0,0,0,0),(30441,4404,1,1,1,2600,0,-4420.57,-4178.95,-5.141,3.43653,360,5,0,1211,1067,1,0,0,0),(30440,4403,1,1,1,2599,0,-4376.79,-4153.64,-5.36289,5.88719,360,5,0,1464,0,1,0,0,0),(30439,4403,1,1,1,2599,0,-4355.74,-4119.93,-0.909944,0.72706,360,5,0,1464,0,1,0,0,0),(30438,4403,1,1,1,2599,0,-4424.5,-4243.94,-5.50659,1.95991,360,5,0,1464,0,1,0,0,0),(30437,4404,1,1,1,2600,0,-3545.42,-4004.01,5.25686,4.21264,360,5,0,1211,1067,1,0,0,0),(30436,4401,1,1,1,2426,0,-3563.72,-3907.95,12.0072,6.21091,360,5,0,1403,0,1,0,0,0),(30435,4401,1,1,1,2426,0,-3388.54,-3627.93,9.8831,2.06378,360,5,0,1403,0,1,0,0,0),(30434,4389,1,1,1,2601,0,-3498.21,-3685.94,-7.42197,0.37362,360,5,0,1532,0,1,0,0,0),(30433,4397,1,1,1,7836,0,-2219.35,-4282.37,-1.43956,5.37318,360,10,0,1403,0,1,0,0,0),(30432,4415,1,1,1,11348,0,-4363.88,-3859.21,55.161,1.5298,360,5,0,1751,0,1,0,0,0),(29278,4412,1,1,1,2546,0,-3242.68,-3281.28,51.557,2.35343,360,10,0,1536,0,1,0,0,0),(29277,2914,1,1,1,1206,0,-2784.22,-3121.83,29.4995,0.398996,360,10,0,8,0,1,0,0,0),(29276,1420,1,1,1,901,0,-3836.05,-3125.14,41.6337,2.88477,360,10,0,8,0,1,0,0,0),(29261,2914,1,1,1,1206,0,-4537.93,-3059.87,31.0224,0.25554,360,10,0,8,0,1,0,0,0),(29260,1420,1,1,1,901,0,-3753.21,-2799.39,29.5224,6.15592,360,10,0,8,0,1,0,0,0),(29256,6145,1,1,1,4878,0,-2568.63,-4210.87,-8.91969,4.79489,360,5,0,8,0,1,0,0,0),(29253,2914,1,1,1,6303,0,-3107.47,-4044.48,21.4025,4.64024,360,10,0,8,0,1,0,0,0),(29242,1420,1,1,1,901,0,-3514.13,-2752,31.0573,2.8088,360,10,0,8,0,1,0,0,0),(28841,2914,1,1,1,2957,0,-3753.56,-3026.24,33.631,1.12285,360,10,0,8,0,1,0,0,0),(28826,2914,1,1,1,6303,0,-4689.26,-3758.27,37.4156,1.8326,360,0,0,8,0,0,0,0,0),(28823,4371,1,1,1,6750,1,-2797.14,-4930.01,73.2815,4.03171,1200,0,0,7107,4738,0,0,0,0),(28810,4374,1,1,1,2423,0,-2623.33,-4674.53,-13.3351,2.71497,1200,5,0,8883,0,1,0,0,0),(25895,4371,1,1,1,6750,1,-2708.1,-5030.47,22.5922,0.582338,1200,0,0,7107,4738,0,0,0,0),(25889,4374,1,1,1,2423,0,-2657.18,-4654.74,-17.8797,0.516965,1200,10,0,8883,0,1,0,0,0),(25817,4374,1,1,1,2423,0,-2778.4,-4657.47,-11.6235,3.78689,1200,10,0,8883,0,1,0,0,0),(25816,4366,1,1,1,9134,1,-2714.87,-4980.66,26.5985,5.31914,1200,5,0,9432,0,1,0,0,0),(25815,4371,1,1,1,6750,1,-2678.52,-4875.03,21.002,0.610941,1200,5,0,7107,4738,1,0,0,0),(25461,4374,1,1,1,2423,0,-2704.86,-4641.92,-14.1115,0.801498,1200,10,0,8883,0,1,0,0,0),(25377,4346,1,1,1,2700,0,-2522.65,-3736.86,55.7424,5.20108,360,0,0,1403,0,0,0,0,0),(25318,4346,1,1,1,2700,0,-2489.97,-3676.15,42.0794,5.42589,360,5,0,1403,0,1,0,0,0),(25279,4346,1,1,1,2700,0,-3007.22,-4140.08,24.9907,2.3304,360,10,0,1403,0,1,0,0,0),(25278,4343,1,1,1,814,0,-3426.89,-3241.1,35.2724,2.89709,360,10,0,1536,0,1,0,0,0),(25171,4343,1,1,1,814,0,-3513.92,-2765.56,29.9323,1.83093,360,10,0,1536,0,1,0,0,0),(25169,23602,1,1,1,21640,0,-3931.61,-4738.4,5.10242,2.02458,360,0,0,1009,1067,0,0,0,0),(25168,23907,1,1,1,11686,0,-3849.94,-4692.18,9.56233,2.44346,360,0,0,1524,0,0,0,0,0),(25167,23907,1,1,1,11686,0,-3910.5,-4642.03,9.56317,5.58505,360,0,0,1524,0,0,0,0,0),(25166,23033,1,1,1,0,0,-3892.04,-4680.96,-13.7073,3.21141,360,0,0,42,0,0,0,0,0),(25164,4388,1,1,1,2425,0,-4083.38,-4610.44,-41.7308,1.74626,360,10,0,1396,0,1,0,0,0),(25159,4345,1,1,1,807,0,-4452.86,-3822.7,29.3225,2.36448,360,10,0,1751,0,1,0,0,0),(25156,4345,1,1,1,807,0,-4865.66,-3628.7,28.7443,4.20624,360,0,0,1751,0,0,0,0,0),(25154,4345,1,1,1,807,0,-4831.07,-3592.38,28.6058,1.01229,360,0,0,1751,0,0,0,0,0),(25153,4979,1,1,1,2980,1,-3994.8,-4705.09,4.38484,5.5676,360,0,0,4906,0,0,0,0,0),(25152,4952,1,1,1,3019,0,-3693.9,-4506.19,11.7319,6.23082,360,0,0,1,0,0,0,0,0),(25151,4899,1,1,1,4857,1,-3701.78,-4338.76,11.5004,1.65806,360,0,0,1536,0,0,0,0,0),(25150,4898,1,1,1,4830,1,-3697.02,-4335.27,11.4991,3.33358,360,0,0,1536,0,0,0,0,0),(25147,4979,1,1,1,2978,1,-3800.51,-4422.11,13.0896,3.19395,360,0,0,4906,0,0,0,0,0),(24752,10036,1,1,1,10704,1,-3100.79,-2781.4,33.7414,1.5708,360,0,0,7048,0,0,0,0,0),(24087,10036,1,1,1,10704,1,-3129.03,-2833.78,34.1747,5.20108,360,0,0,7048,0,0,0,0,0),(24086,13476,1,1,1,13529,1,-3095.85,-2890.54,34.6661,2.37365,360,0,0,2059,0,0,0,0,0),(24085,10036,1,1,1,10704,1,-3087.77,-2859.79,34.6572,4.79965,360,0,0,7048,0,0,0,0,0),(24084,10036,1,1,1,10704,1,-3136.68,-2950.69,34.3563,4.18879,360,0,0,7048,0,0,0,0,0),(24083,10036,1,1,1,10704,1,-3113.65,-2781.3,33.8664,1.15192,360,0,0,7048,0,0,0,0,0),(24082,4879,1,1,1,10704,1,-3117.45,-2902,34.0738,2.3911,360,0,0,1753,0,0,0,0,0),(24052,10036,1,1,1,10704,1,-3089.62,-2821.67,34.6619,1.43117,360,0,0,7048,0,0,0,0,0),(24051,24208,1,1,1,1054,1,-3165.61,-2911.76,35.1392,0.733038,360,0,0,2059,0,0,0,0,0),(24050,10036,1,1,1,10704,1,-3105.89,-2834.73,34.3485,0.787436,360,0,0,7048,0,2,0,0,0),(24049,1412,1,1,1,134,0,-3778.64,-4318.84,10.1119,3.7974,360,0,0,8,0,0,0,0,0),(24048,14561,1,1,1,14583,0,-3848.26,-4393.54,10.2239,5.44543,360,0,0,42,0,0,0,0,0),(24016,1412,1,1,1,134,0,-3861.28,-4403.1,10.1287,4.63891,360,10,0,8,0,1,0,0,0),(24015,5405,1,1,1,2409,0,-3852.84,-4397.24,10.1201,5.41052,360,0,0,42,0,0,0,0,0),(24014,14559,1,1,1,14582,0,-3841.59,-4395.53,10.5345,2.32129,360,0,0,42,0,0,0,0,0),(23966,620,1,1,1,304,0,-3731.39,-4462.01,26.8537,3.53623,360,10,0,1,0,1,0,0,0),(23965,12375,1,1,1,2405,0,-3846.23,-4391.04,10.2746,5.51524,360,0,0,42,0,0,0,0,0),(23543,4352,1,1,1,1962,0,-2617.75,-3589.34,46.6479,2.13064,360,3,0,1469,0,1,0,0,0),(23512,5085,1,1,1,2978,1,-3476,-4115.41,17.101,0.455437,360,0,0,1163,0,0,0,0,0),(23508,5057,1,1,1,3016,1,-3938.95,-2881.77,46.4864,4.78725,360,5,0,1536,0,1,0,0,0),(23034,4404,1,1,1,2600,0,-4383.56,-4117.21,-3.52657,2.41112,360,5,0,1211,1067,1,0,0,0),(22656,4404,1,1,1,2600,0,-4389.1,-4339.39,-3.685,5.57795,360,5,0,1211,1067,1,0,0,0),(22654,4403,1,1,1,2599,0,-4348.89,-4182.84,-6.0239,5.8618,360,5,0,1464,0,1,0,0,0),(22650,4403,1,1,1,2599,0,-4372.8,-4294.05,1.70373,2.47485,360,5,0,1464,0,1,0,0,0),(22649,4403,1,1,1,2599,0,-4482.58,-4249.86,-12.7369,2.40037,360,5,0,1464,0,1,0,0,0),(22635,4403,1,1,1,2599,0,-4441.69,-4086.86,6.81348,6.11451,360,3,0,1464,0,1,0,0,0),(22600,4403,1,1,1,2599,0,-4337.81,-4255.28,-9.73518,5.74758,360,5,0,1464,0,1,0,0,0),(22596,4403,1,1,1,2599,0,-4349.17,-4396.51,-11.0079,1.06085,360,5,0,1464,0,1,0,0,0),(22563,4403,1,1,1,2599,0,-4173.25,-4107.13,18.502,0.64998,360,5,0,1464,0,1,0,0,0),(18643,4401,1,1,1,2426,0,-3587.7,-4082.24,-6.09956,1.6057,360,0,0,1403,0,0,0,0,0),(18642,4389,1,1,1,2601,0,-3441.52,-3588.99,-5.09909,6.11258,360,5,0,1532,0,1,0,0,0),(18641,4397,1,1,1,7836,0,-2347.98,-4352.46,-9.77159,6.05243,360,10,0,1403,0,1,0,0,0),(18640,4415,1,1,1,11348,0,-4406.96,-3809.24,52.8984,3.14444,360,5,0,1751,0,1,0,0,0),(31734,6491,530,1,4294967295,0,0,2980.19,1869.82,143.607,5.37981,60,0,0,4120,0,0,0,0,0),(31735,6491,530,1,4294967295,0,0,3015.3,3597.04,145.753,6.13693,60,0,0,4120,0,0,0,0,0),(31736,6491,530,1,4294967295,0,0,2296.35,7023.23,364.117,1.99239,60,0,0,4120,0,0,0,0,0),(31737,6491,530,1,4294967295,0,0,2312.27,5083.93,272.449,2.18403,60,0,0,4120,0,0,0,0,0),(31738,6491,530,1,4294967295,0,0,1955.9,6768.81,164.061,1.02871,60,0,0,4120,0,0,0,0,0),(31739,6491,530,1,4294967295,0,0,248.339,7084.93,36.4931,3.04797,60,0,0,4120,0,0,0,0,0),(31740,6491,530,1,4294967295,0,0,335.75,7626.48,22.9002,0.400393,60,0,0,4120,0,0,0,0,0),(31741,6491,530,1,4294967295,0,0,-1667.32,7948.42,-48.7145,5.89896,60,0,0,4120,0,0,0,0,0),(31742,6491,530,1,4294967295,0,0,-2509.5,6809.17,23.4067,5.81802,60,0,0,4120,0,0,0,0,0),(31743,6491,530,1,4294967295,0,0,-4010.09,2053.24,97.8815,3.21184,60,0,0,4120,0,0,0,0,0),(31744,6491,530,1,4294967295,0,0,-1786.04,4928.11,-21.9232,2.83528,60,0,0,4120,0,0,0,0,0),(31745,6491,530,1,4294967295,0,0,167.747,2570.89,79.6642,3.45817,60,0,0,4120,0,0,0,0,0),(31746,6491,530,1,4294967295,0,0,-1266.03,2441.78,61.8107,3.54849,60,0,0,4120,0,0,0,0,0),(31747,18423,530,1,1,0,1,-471.73,8857.5,239.455,3.72776,600,0,0,44282,0,0,0,0,0),(23462,19950,1,1,1,19281,0,-8706.25,-4264.19,-209.417,3.71755,600,0,0,6986,0,0,0,0,0),(31749,17435,530,1,1,0,0,-3677.45,-11408.4,311.21,4.06,300,0,0,27945,3155,0,0,0,0),(31750,16712,530,1,1,0,0,-4229.28,-11549.6,-126.047,3.4361,300,0,0,811,852,0,0,0,0),(31751,21771,530,1,1,0,1,-2964.13,2552.62,126.589,4.28425,300,0,0,52330,2991,0,0,0,0),(31752,18983,269,3,1,0,0,-1883.93,7091.07,21.7868,5.3895,86400,3,0,9489,0,1,0,0,0),(31754,20201,269,3,1,0,0,-1542.67,7115.22,32.9027,5.54613,86400,0,0,7580,0,0,0,0,0),(31755,18983,269,3,1,0,0,-1853.23,7029.72,22.7106,4.71798,86400,3,0,9489,0,1,0,0,0),(31757,18983,269,3,1,0,0,-1692.18,7115.54,23.467,2.54462,86400,3,0,9489,0,1,0,0,0),(31758,20075,269,3,1,0,0,-1686.57,7137.25,17.7817,4.08793,86400,3,0,9489,0,1,0,0,0),(31759,20075,269,3,1,0,0,-1645.97,7175.46,22.6884,2.56033,86400,3,0,9489,0,1,0,0,0),(15503,2351,0,1,1,806,0,-492.616,222.231,77.9676,5.81343,300,10,0,677,0,1,0,0,0),(31761,18983,269,3,1,0,0,-1637.4,7166.39,22.6919,5.17963,86400,3,0,9489,0,1,0,0,0),(31965,2110,129,1,1,0,0,2583.58,954.61,52.3779,4.88396,86400,5,0,1,0,1,0,0,0),(31964,4076,129,1,1,0,0,2569.3,960.028,51.8336,5.98631,86400,5,0,8,0,1,0,0,0),(31963,7328,129,1,1,0,1,2536.55,964.762,49.8069,6.10735,86400,0,0,3660,0,0,0,0,0),(31962,7329,129,1,1,0,1,2538.89,969.779,50.0433,0.241608,86400,0,0,3660,0,0,0,0,0),(31961,7333,129,1,1,0,0,2592.22,960.386,51.8804,1.88311,86400,1,0,1279,0,1,0,0,0),(31960,7333,129,1,1,0,0,2585.71,958.797,52.1868,0.226893,86400,1,0,1279,0,1,0,0,0),(31769,20075,269,3,1,0,0,-1690.89,7163.8,19.795,2.23046,86400,3,0,9489,0,1,0,0,0),(31770,18982,269,3,1,0,0,-1655.79,7121.87,25.0959,4.80657,86400,3,0,9489,0,1,0,0,0),(31771,20075,269,3,1,0,0,-1665.1,7177.96,18.542,2.45823,86400,3,0,9489,0,1,0,0,0),(31772,18982,269,3,1,0,0,-1706.75,7176.2,22.1889,1.90845,86400,3,0,9489,0,1,0,0,0),(23461,19950,1,1,1,19280,0,-8650.39,-4393.61,-208.036,3.82227,600,0,0,6986,0,0,0,0,0),(31774,20075,269,3,1,0,0,-1708.37,7228.52,17.692,0.793185,86400,3,0,9489,0,1,0,0,0),(31959,7333,129,1,1,0,0,2588.1,952.199,52.6562,4.35363,86400,1,0,1279,0,1,0,0,0),(31958,7333,129,1,1,0,0,2588.91,956.452,52.2107,4.28424,86400,1,0,1279,0,1,0,0,0),(31957,7332,129,1,1,0,1,2590.17,961.162,51.9107,0.942478,86400,0,0,3489,0,0,0,0,0),(31956,7332,129,1,1,0,1,2574.1,946.096,53.3541,5.55015,86400,1,0,3489,0,1,0,0,0),(31955,7335,129,1,1,0,1,2559.65,965.8,51.1945,2.56314,86400,0,0,2706,5360,0,0,0,0),(31953,7327,129,1,1,0,1,2562.1,968.441,50.8742,4.3838,86400,0,0,3489,0,0,0,0,0),(23460,19950,1,1,1,19282,0,-8649.3,-4396.57,-208.013,3.82227,600,0,0,6986,0,0,0,0,0),(23459,19950,1,1,1,19278,0,-8437.1,-4121.61,-208.589,4.45981,600,0,0,6986,0,0,0,0,0),(23458,11758,1,1,1,11691,0,-7135.48,-3863.11,9.51469,2.07694,300,0,0,2576,0,0,0,0,0),(23457,11756,1,1,1,11689,0,-7157.41,-3745.86,8.45313,5.51524,300,0,0,992,2680,0,0,0,0),(23456,9706,1,1,1,11388,1,-6979.65,-4844.17,8.11777,6.14356,300,0,0,3189,0,0,0,0,0),(23455,14567,1,1,1,14668,1,-7193.62,-3763.79,8.89769,3.68265,300,0,0,3201,0,0,0,0,0),(23454,19936,1,1,1,338,0,-8511.42,-4418.39,-215.542,6.18525,600,0,0,5744,3231,2,0,0,0),(88989,11784,349,1,1,11712,0,108.614,-268.941,-108.677,6.10207,86400,0,0,5757,0,2,0,0,0),(23453,19935,1,1,1,20222,1,-8494.71,-4430.96,-215.567,5.92885,600,0,0,6070,3387,2,0,0,0),(23452,19934,1,1,1,19270,0,-8509.35,-4356.31,-208.359,4.27606,600,0,0,6986,0,0,0,0,0),(23451,19933,1,1,1,19268,0,-8591.2,-4197.22,-208.877,2.21657,600,0,0,6986,0,0,0,0,0),(23450,19932,1,1,1,19267,0,-8589.53,-4194.63,-208.867,3.05433,600,0,0,6986,0,0,0,0,0),(7721,2725,0,1,1,715,0,-6479.39,-4053.18,264.429,4.30468,300,10,0,1522,1332,1,0,0,0),(1191,4458,0,1,1,478,1,-12188.4,-22.4121,-10.7597,0.494968,300,2,0,1403,0,1,0,0,0),(1190,1108,0,1,1,843,0,-11883.4,-172.051,18.1713,1.99597,300,10,0,1427,0,1,0,0,0),(1189,4460,0,1,1,5243,1,-12157.6,-50.2741,0.30701,2.9634,300,5,0,1116,2861,1,0,0,0),(1188,783,0,1,1,4623,1,-13072.2,-749.43,88.7466,6.19499,300,5,0,2059,0,1,0,0,0),(1187,1114,0,1,1,845,0,-12275.2,-446.043,18.6231,4.66546,300,5,0,1804,0,1,0,0,0),(1186,4461,0,1,1,5243,1,-12114.5,96.6799,-0.516428,1.20442,300,5,0,1403,0,1,0,0,0),(1185,782,0,1,1,4625,1,-12959.2,-718.144,54.7919,5.23304,300,0,0,1902,0,0,0,0,0),(1184,4461,0,1,1,5243,1,-12082.4,56.4907,-6.29707,4.27296,300,5,0,1403,0,1,0,0,0),(1183,1114,0,1,1,845,0,-12319.3,-480.983,15.3939,0.289026,300,5,0,1804,0,1,0,0,0),(1182,734,0,1,1,4398,0,-11295.8,-201.343,75.7853,3.63029,300,0,0,1753,0,0,0,0,0),(1181,687,0,1,1,11317,0,-13220.9,730.602,8.01241,6.11547,300,5,0,1829,0,1,0,0,0),(1180,1114,0,1,1,845,0,-12346.3,-523.193,15.8524,5.8929,300,5,0,1804,0,1,0,0,0),(1179,1114,0,1,1,845,0,-12283.3,-525.921,16.2471,1.89622,300,5,0,1804,0,1,0,0,0),(1178,2521,0,1,1,809,0,-14823.1,-251.858,5.33484,2.50044,300,10,0,1902,0,1,0,0,0),(1177,1114,0,1,1,845,0,-12390.1,-549.576,11.8177,3.80932,300,5,0,1804,0,1,0,0,0),(1176,2521,0,1,1,809,0,-14785.8,-415.396,4.73664,2.28853,300,10,0,1902,0,1,0,0,0),(1175,691,0,1,1,5561,0,-12214.6,921.441,-6.36757,5.9523,300,2,0,1469,0,1,0,0,0),(1174,4460,0,1,1,5243,1,-12199.8,-51.9602,0.307009,3.30738,300,5,0,1116,2861,1,0,0,0),(1173,699,0,1,1,4576,1,-11620.4,619.192,50.4465,4.39823,300,0,0,1279,0,0,0,0,0),(1172,1114,0,1,1,845,0,-12426.5,-719.995,32.9625,2.83364,300,5,0,1804,0,1,0,0,0),(1171,1152,0,1,1,833,0,-11911.5,-444.782,-6.42647,4.89874,300,5,0,1403,0,1,0,0,0),(1170,1114,0,1,1,845,0,-12524.4,-476.177,24.3429,2.37553,300,5,0,1804,0,1,0,0,0),(1169,1114,0,1,1,845,0,-12486.9,-510.538,13.827,2.01122,300,5,0,1804,0,1,0,0,0),(1168,1558,0,1,1,844,0,-13886,-94.17,13.9646,0.472381,300,5,0,1981,0,1,0,0,0),(1167,1558,0,1,1,844,0,-13862.8,-42.9449,40.4036,3.73393,300,5,0,1981,0,1,0,0,0),(1166,781,0,1,1,4635,1,-12978,-821.957,70.9677,0.554944,300,5,0,2059,0,1,0,0,0),(1165,1558,0,1,1,844,0,-13823.2,-102.857,18.1712,5.4895,300,5,0,1981,0,1,0,0,0),(1164,1114,0,1,1,845,0,-12617,-921.85,54.7539,1.92408,300,5,0,1804,0,1,0,0,0),(7720,2725,0,1,1,715,0,-6459.68,-4017.89,279.68,5.87122,300,5,0,1522,1332,1,0,0,0),(7719,2725,0,1,1,715,0,-6431.2,-3977.69,264.843,3.28653,300,10,0,1522,1332,1,0,0,0),(7718,4846,0,1,1,6052,1,-6054.18,-3205.83,255.706,5.72468,300,0,0,1403,0,0,0,0,0),(7717,2729,0,1,1,1164,0,-7065.56,-2849.96,242.566,0.502929,300,10,0,1678,0,1,0,0,0),(7714,4844,0,1,1,0,1,-6073.97,-3238.39,259.069,0.905591,300,5,0,1,0,1,0,0,0),(7713,2831,0,1,1,1106,0,-6704.62,-2515.35,243.917,4.73344,300,10,0,1751,0,1,0,0,0),(7712,2734,0,1,1,917,0,-7204.99,-2710.01,269.828,4.49976,300,5,0,1829,0,1,0,0,0),(7711,2727,0,1,1,161,0,-6717.8,-3448.37,241.792,1.77475,300,10,0,1403,0,1,0,0,0),(7710,92,0,1,1,171,0,-6474.88,-2453.17,306.818,6.15248,300,3,0,1678,0,1,0,0,0),(7709,2726,0,1,1,9586,0,-6846.41,-4150.45,266.873,2.09343,600,5,0,5148,0,1,0,0,0),(7708,2725,0,1,1,715,0,-6462.66,-4129.25,268.264,1.59101,300,3,0,1522,1332,1,0,0,0),(7707,2831,0,1,1,1106,0,-6915.89,-2720.09,241.917,4.58138,300,10,0,1751,0,1,0,0,0),(7706,2829,0,1,1,10824,0,-6358.34,-3589.82,242.582,4.5238,300,10,0,1403,0,1,0,0,0),(7705,2829,0,1,1,10824,0,-6321.86,-3390.97,240.391,5.44717,300,10,0,1403,0,1,0,0,0),(7704,2831,0,1,1,1106,0,-6881.46,-2910.45,242.693,2.76109,300,10,0,1751,0,1,0,0,0),(7703,2735,0,1,1,1161,0,-6512.6,-2454.05,302.732,5.13785,300,10,0,1536,0,1,0,0,0),(7702,2734,0,1,1,917,0,-6982.94,-2539.71,242.366,1.39216,300,5,0,1829,0,1,0,0,0),(7701,2727,0,1,1,161,0,-6584.82,-3319.68,247.527,4.32391,300,10,0,1403,0,1,0,0,0),(7700,2743,0,1,1,4936,1,-6373.48,-3098.71,299.723,0.898386,300,0,0,1604,0,0,0,0,0),(7699,2742,0,1,1,4935,1,-6399.97,-3125.88,302.5,5.53083,300,3,0,1305,1186,1,0,0,0),(7698,2743,0,1,1,4936,1,-6389.06,-3131.91,302.583,4.74729,300,0,0,1604,0,0,0,0,0),(7697,2742,0,1,1,4935,1,-6368.35,-3089.56,299.722,5.58615,300,0,0,1305,1186,0,0,0,0),(7696,2743,0,1,1,4936,1,-6378.38,-3094.61,299.723,1.19689,300,0,0,1604,0,2,0,0,0),(7695,2742,0,1,1,4935,1,-6380.79,-3107.8,301.111,5.91269,300,3,0,1305,1186,1,0,0,0),(7694,2729,0,1,1,1164,0,-6823.7,-2611.82,241.628,2.00492,300,10,0,1678,0,1,0,0,0),(7693,2736,0,1,1,14328,0,-7389.7,-2445.93,311.469,4.38817,300,5,0,1981,0,1,0,0,0),(7692,2736,0,1,1,14328,0,-7283.98,-2410.49,272.681,0.091729,300,5,0,1981,0,1,0,0,0),(7691,2736,0,1,1,14328,0,-7317.67,-2411.69,280.345,4.74485,300,5,0,1981,0,1,0,0,0),(7690,4844,0,1,1,0,1,-6029.81,-3230.39,280.674,4.48805,300,0,0,1,0,2,0,0,0),(7689,2736,0,1,1,14328,0,-7385.82,-2421.31,303.94,1.1738,300,5,0,1981,0,1,0,0,0),(7688,2743,0,1,1,4936,1,-6462.27,-3106.82,313.68,2.55803,300,5,0,1604,0,1,0,0,0),(7687,2729,0,1,1,1164,0,-6948.22,-2827.7,242.171,1.74397,300,5,0,1678,0,1,0,0,0),(7686,2727,0,1,1,161,0,-6473.97,-3326.87,241.792,5.5468,300,10,0,1403,0,1,0,0,0),(7685,4844,0,1,1,0,1,-6022.23,-3231.17,280.174,0.940124,300,5,0,1,0,1,0,0,0),(23449,10460,1,1,1,10195,1,-6980.38,-4834.05,7.85118,1.37881,300,0,0,2576,0,0,0,0,0),(15502,7072,0,1,1,5821,1,-1387.68,526.302,80.425,1.15192,600,0,0,9771,0,0,0,0,0),(23448,8667,1,1,1,8715,0,-8823.7,-2708.86,25.9863,0.289026,300,25,0,2059,0,1,0,0,0),(18046,1915,0,1,1,3582,1,-110.305,814.484,63.664,0.383972,275,0,0,330,938,0,0,0,0),(7684,2729,0,1,1,1164,0,-7120.21,-2841.91,241.874,5.01011,300,10,0,1678,0,1,0,0,0),(7683,2893,0,1,1,1194,1,-6956.96,-3345.77,242.889,4.89293,300,3,0,1678,0,1,0,0,0),(7682,2731,0,1,1,632,0,-6146.03,-3417.89,246.869,6.2578,300,10,0,1469,0,1,0,0,0),(7681,2732,0,1,1,1055,0,-6883.37,-3115.32,260.899,3.81755,300,5,0,1604,0,1,0,0,0),(7680,2732,0,1,1,1055,0,-6857.57,-3309.95,266.496,4.22864,300,5,0,1604,0,1,0,0,0),(7663,2729,0,1,1,1164,0,-6922.95,-2842.11,243.228,4.74969,300,10,0,1678,0,1,0,0,0),(7662,2893,0,1,1,1194,1,-7078.63,-3315.34,242.667,0.421242,300,5,0,1678,0,1,0,0,0),(7661,2945,0,1,1,1194,0,-6989.15,-3313.63,244.636,6.21276,300,0,0,1981,0,0,0,0,0),(23447,8667,1,1,1,8715,0,-8549.81,-4329.35,10.1662,2.51113,300,25,0,2059,0,1,0,0,0),(18639,4415,1,1,1,11348,0,-4246.95,-3672.97,62.2253,1.17976,360,5,0,1751,0,1,0,0,0),(23446,8667,1,1,1,8715,0,-7990.37,-3365.55,72.2444,5.86824,300,25,0,2059,0,1,0,0,0),(18638,4415,1,1,1,11348,0,-4158.46,-3802.44,67.3163,3.73281,360,5,0,1751,0,1,0,0,0),(18637,4415,1,1,1,11348,0,-4136.44,-3865.18,54.3745,4.33188,360,5,0,1751,0,1,0,0,0),(1163,1558,0,1,1,844,0,-13813.2,-188.739,16.1252,1.65491,300,5,0,1981,0,1,0,0,0),(1162,756,0,1,1,633,0,-12981.2,-606.888,53.3342,2.0294,300,3,0,1902,0,1,0,0,0),(1161,784,0,1,1,4624,1,-12984.2,-609.516,53.7092,2.01469,300,0,0,1902,0,0,0,0,0),(1160,691,0,1,1,5561,0,-12160.7,879.947,16.6484,3.46478,300,5,0,1469,0,1,0,0,0),(31780,7332,129,1,1,0,1,2569.79,971.022,50.7828,3.1765,86400,1,0,3489,0,1,0,0,0),(23445,8667,1,1,1,8715,0,-8018.71,-3184.76,48.1584,4.644,300,25,0,2059,0,1,0,0,0),(31779,2110,129,1,1,0,0,2490.89,1062.12,47.3797,3.15902,86400,5,0,1,0,1,0,0,0),(31778,2110,129,1,1,0,0,2589.57,987.447,54.0677,3.24256,86400,5,0,1,0,1,0,0,0),(31777,4076,129,1,1,0,0,2557.8,1007.11,52.113,3.55984,86400,5,0,8,0,1,0,0,0),(31776,7335,129,1,1,0,1,2583.86,994.162,54.0854,2.33696,86400,1,0,2706,5360,1,0,0,0),(31775,7335,129,1,1,0,1,2560.64,1006.14,52.2147,3.93116,86400,0,0,2706,5360,0,0,0,0),(31768,7332,129,1,1,0,1,2553.51,1003.7,52.2661,3.24463,86400,5,0,3489,0,1,0,0,0),(31767,7327,129,1,1,0,1,2555.51,1010.07,52.1975,4.80224,86400,0,0,3489,0,0,0,0,0),(31766,7327,129,1,1,0,1,2584.2,997.199,54.283,4.68028,86400,0,0,3489,0,0,0,0,0),(31765,7346,129,1,1,0,1,2506.8,1052.82,47.6555,3.39876,86400,0,0,1469,0,0,0,0,0),(31764,7346,129,1,1,0,1,2501.05,1058.7,47.6281,2.73081,86400,0,0,1469,0,0,0,0,0),(31763,7353,129,1,1,0,0,2495.63,1062.68,47.5377,4.14281,86400,0,0,3150,1097,0,0,0,0),(28783,7347,129,1,1,0,0,2499.73,1054.28,47.5968,5.95304,86400,0,0,3831,0,0,0,0,0),(28782,2110,129,1,1,0,0,2592.83,1078.96,55.2855,4.79965,86400,5,0,1,0,1,0,0,0),(28781,2110,129,1,1,0,0,2567.58,1087.16,50.9209,1.91986,86400,5,0,1,0,1,0,0,0),(28780,7332,129,1,1,0,1,2593.87,1071.76,54.9835,1.50789,86400,2,0,3489,0,1,0,0,0),(31970,20075,269,3,1,0,0,-1759.6,7251.95,17.4046,2.06553,86400,3,0,9489,0,1,0,0,0),(28779,2110,129,1,1,0,0,2565.81,1064.54,53.9985,6.02139,86400,5,0,1,0,1,0,0,0),(28778,7335,129,1,1,0,1,2599.11,1050.83,53.7546,0.693344,86400,1,0,2706,5360,1,0,0,0),(28777,7332,129,1,1,0,1,2587.02,1033.18,50.4908,3.7001,86400,0,1,3489,0,2,0,0,0),(28776,7327,129,1,1,0,1,2595.75,1046.86,53.0402,5.8427,86400,0,0,3489,0,0,0,0,0),(28775,7333,129,1,1,0,0,2574.78,1018.38,51.7259,1.13262,86400,1,0,1279,0,1,0,0,0),(13366,7333,129,1,1,0,0,2576.04,1021.49,51.3276,3.7573,86400,1,0,1279,0,1,0,0,0),(13365,7333,129,1,1,0,0,2576.18,1024.76,50.8063,3.49232,86400,1,0,1279,0,1,0,0,0),(13364,7333,129,1,1,0,0,2572.42,1019.27,51.6643,2.04549,86400,1,0,1279,0,1,0,0,0),(13363,7332,129,1,1,0,1,2578.18,1024.74,50.9252,3.6748,86400,0,0,3489,0,0,0,0,0),(49243,14532,309,1,1,14950,0,-12379.9,-1661.66,131.817,0,7200,5,0,12208,0,1,0,0,0),(49242,14532,309,1,1,14950,0,-12365.6,-1661.6,130.415,1.6057,7200,0,0,12208,0,0,0,0,0),(49241,14532,309,1,1,14950,0,-12370.2,-1682.7,132.993,3.05849,7200,5,0,12208,0,1,0,0,0),(49240,11370,309,1,1,963,0,-12362.1,-1683.15,134.764,1.62316,7200,0,0,31440,0,0,0,0,0),(49239,14532,309,1,1,14950,0,-12372.1,-1657.33,130.942,4.71574,7200,5,0,12208,0,1,0,0,0),(49238,14532,309,1,1,14950,0,-12349.7,-1685.52,133.621,0.331613,7200,0,0,12208,0,0,0,0,0),(49237,14532,309,1,1,14950,0,-12364.9,-1673.16,132.588,0.139626,7200,0,0,12208,0,0,0,0,0),(49236,14532,309,1,1,14950,0,-12355,-1668.35,130.942,3.42085,7200,0,0,12208,0,0,0,0,0),(49235,11338,309,1,1,11230,1,-12309.5,-1696.85,132.53,4.02784,7200,0,0,25150,14916,0,0,0,0),(49234,11338,309,1,1,11230,1,-12298.1,-1687.7,131.256,3.83493,7200,0,0,25150,14916,0,0,0,0),(49233,11370,309,1,1,963,0,-12359,-1612.38,130.385,5.99684,7200,5,0,31440,0,1,0,0,0),(49232,14532,309,1,1,14950,0,-12338.3,-1593.98,133.091,0.09056,7200,5,0,12208,0,1,0,0,0),(13362,7342,129,1,1,0,0,2565.01,1053.82,52.6331,3.80795,86400,0,0,2805,2763,0,0,0,0),(13361,7353,129,1,1,0,0,2561.93,1058.15,52.8307,5.28222,86400,0,0,3150,1097,0,0,0,0),(13360,7353,129,1,1,0,0,2559.09,1052.18,51.5293,3.18938,86400,0,0,3150,1097,0,0,0,0),(32012,18982,269,3,1,0,0,-1749.15,7209.58,23.3654,2.77239,86400,3,0,9489,0,1,0,0,0),(49231,14532,309,1,1,14950,0,-12353.5,-1618.14,130.347,1.98968,7200,0,0,12208,0,0,0,0,0),(23444,8667,1,1,1,8715,0,-7830.01,-2881.65,33.6098,3.03201,300,25,0,2059,0,1,0,0,0),(23443,5594,1,1,1,7215,1,-7115.3,-3729.93,8.85665,4.64258,300,0,0,2218,0,0,0,0,0),(15501,2408,0,1,1,1244,0,-282.934,-1101.48,34.6138,5.95278,300,10,0,1050,0,1,0,0,0),(15500,2374,0,1,1,1305,1,-978.628,412.521,0.105293,2.41938,300,10,0,896,0,1,0,0,0),(15499,2244,0,1,1,3621,1,-607.58,-1106.65,62.0743,0.303126,300,5,0,441,1272,1,0,0,0),(15498,2350,0,1,1,1989,0,-526.518,410.158,86.107,5.13687,300,10,0,494,0,1,0,0,0),(15497,2375,0,1,1,3617,1,-1190.49,298.144,-8.44497,3.24206,300,10,0,950,0,1,0,0,0),(15496,2356,0,1,1,3201,0,-1022.24,-1328.58,55.315,4.77665,300,10,0,944,0,1,0,0,0),(15495,2377,0,1,1,1079,1,-1153.43,-211.838,-7.57493,2.10403,300,10,0,935,878,1,0,0,0),(15494,2356,0,1,1,3201,0,-717.936,-1325.88,64.0866,1.32629,300,10,0,944,0,1,0,0,0),(15493,2349,0,1,1,6808,0,-672.498,-1217.98,60.9119,0.630934,300,10,0,664,0,1,0,0,0),(15492,2349,0,1,1,6808,0,-676.409,-1270.13,63.3535,3.70186,300,10,0,664,0,1,0,0,0),(15491,2349,0,1,1,6808,0,-705.626,-1013.7,40.6534,5.70927,300,10,0,664,0,1,0,0,0),(15490,2377,0,1,1,1079,1,-1099.02,-127.914,-1.68008,5.79764,300,10,0,935,878,1,0,0,0),(15489,2408,0,1,1,1244,0,-353.883,-1101.47,34.308,0.6607,300,10,0,1050,0,1,0,0,0),(15488,2377,0,1,1,1079,1,-1042.86,-514.243,-3.00771,5.28197,300,10,0,935,878,1,0,0,0),(15487,2349,0,1,1,6808,0,-554.877,-972.102,43.8503,0.59589,300,10,0,664,0,1,0,0,0),(15486,2349,0,1,1,6808,0,-592.193,-912.72,37.8169,1.29169,300,10,0,664,0,1,0,0,0),(15485,2349,0,1,1,6808,0,-786.65,-947.725,30.0667,5.57519,300,5,0,664,0,1,0,0,0),(15484,2348,0,1,1,8014,0,-781.564,-891.376,27.1351,4.64985,300,5,0,787,0,1,0,0,0),(15483,2385,0,1,1,1056,0,-1325.3,-1108.3,33.1101,5.56889,300,10,0,840,0,1,0,0,0),(15482,2356,0,1,1,3201,0,-583.157,-950.196,40.9115,2.38018,300,10,0,944,0,1,0,0,0),(15481,2375,0,1,1,3617,1,-1081.25,291.667,-4.87034,4.71239,300,10,0,950,0,1,0,0,0),(15480,2350,0,1,1,1989,0,-705.869,388.254,70.2089,2.22054,300,10,0,494,0,1,0,0,0),(15479,2375,0,1,1,3617,1,-1111.44,350.542,-8.44496,5.45146,300,10,0,950,0,1,0,0,0),(15478,2385,0,1,1,1056,0,-1072.53,-910.572,47.1533,5.23202,300,10,0,840,0,1,0,0,0),(15477,2374,0,1,1,1305,1,-1150.65,316.688,-8.44497,3.42569,300,10,0,896,0,1,0,0,0),(15476,2348,0,1,1,8014,0,-890.093,-1147.46,48.0177,6.1963,300,10,0,787,0,1,0,0,0),(15475,2349,0,1,1,6808,0,-887.203,-1183.24,51.9595,1.52582,300,10,0,664,0,1,0,0,0),(15474,2375,0,1,1,3617,1,-1060.54,359.229,-8.87959,2.60303,300,10,0,950,0,1,0,0,0),(15473,2374,0,1,1,1305,1,-1022.84,387.282,-10.8319,3.02628,300,10,0,896,0,1,0,0,0),(15472,2349,0,1,1,6808,0,-324.508,-1343.93,69.2731,0.16474,300,10,0,664,0,1,0,0,0),(15471,2354,0,1,1,1007,0,-335.445,-1302.79,66.7841,3.1084,300,10,0,742,0,1,0,0,0),(15470,2348,0,1,1,8014,0,-1046.31,-1059.8,45.2312,3.55546,300,10,0,787,0,1,0,0,0),(15469,2354,0,1,1,1007,0,-344.704,-1207.3,62.0968,3.17478,300,10,0,742,0,1,0,0,0),(15468,2349,0,1,1,6808,0,-790.511,-1278.47,57.4798,2.06986,300,10,0,664,0,1,0,0,0),(23442,8661,1,1,1,7993,1,-7239.1,-3803.89,0.813843,0.017453,300,0,0,6645,0,0,0,0,0),(1159,1108,0,1,1,843,0,-11884.7,-251.268,17.0014,2.53792,300,10,0,1427,0,1,0,0,0),(1158,756,0,1,1,633,0,-12990.9,-723.495,55.8719,2.25683,300,3,0,1902,0,1,0,0,0),(1157,669,0,1,1,4628,1,-12996.7,-724.834,55.9969,2.19947,300,0,0,1902,0,0,0,0,0),(1156,1558,0,1,1,844,0,-13817,-148.928,17.4159,3.28741,300,5,0,1981,0,1,0,0,0),(1155,1108,0,1,1,843,0,-11838.2,-222.077,17.0756,4.53832,300,5,0,1427,0,1,0,0,0),(1154,1114,0,1,1,845,0,-12709.6,-880.494,53.7773,1.00162,300,10,0,1804,0,1,0,0,0),(56547,11789,349,1,1,13211,0,134.664,-246.869,-168.398,4.98258,86400,1,0,1919,0,1,0,0,0),(23440,19918,1,1,1,19260,0,-8552.23,-4323.62,-156.536,1.71396,600,15,0,6986,0,1,0,0,0),(23439,19918,1,1,1,19260,0,-8358.22,-4397.81,-104.874,1.64045,600,15,0,6986,0,1,0,0,0),(23438,19918,1,1,1,19260,0,-8435.03,-4249.9,-131.078,5.56375,600,15,0,6986,0,1,0,0,0),(23437,19918,1,1,1,19260,0,-8420.63,-4419.71,-109.225,3.12052,600,15,0,6986,0,1,0,0,0),(23436,19918,1,1,1,19260,0,-8537.27,-4256.98,-114.316,0.668913,600,15,0,6986,0,1,0,0,0),(23435,19918,1,1,1,19260,0,-8356.55,-4422.77,-90.186,1.81081,600,15,0,6986,0,1,0,0,0),(23433,19918,1,1,1,19260,0,-8397.03,-4251.41,-153.581,2.34334,600,15,0,6986,0,1,0,0,0),(23432,19918,1,1,1,19260,0,-8374.88,-4290.03,-128.949,1.84447,600,15,0,6986,0,1,0,0,0),(23429,19918,1,1,1,19260,0,-8401,-4363.18,-132.699,4.25611,600,15,0,6986,0,1,0,0,0),(23426,19918,1,1,1,19260,0,-8416.67,-4404.15,-81.5622,3.90518,600,15,0,6986,0,1,0,0,0),(23425,9165,1,1,1,8410,0,-6946.18,-2446.13,-199.728,3.78158,300,5,0,2576,0,1,0,0,0),(23424,8139,1,1,1,7355,1,-6886.48,-4842.28,8.62219,2.60054,300,0,0,1753,0,0,0,0,0),(23423,7883,1,1,1,9073,1,-8043.38,-5281.05,0.661841,6.24828,300,0,0,2218,0,0,0,0,0),(23422,7882,1,1,1,11387,1,-6974.01,-4845.69,8.06893,2.53073,300,0,0,2980,0,0,0,0,0),(23421,8137,1,1,1,7354,1,-6890.53,-4816.76,8.78429,3.50811,300,0,0,1753,0,0,0,0,0),(23420,7881,1,1,1,7027,0,-6978.01,-4849.36,8.05946,0.750492,300,0,0,1003,0,0,0,0,0),(23419,21448,1,1,1,11376,1,-7164.7,-3855.56,15.3137,1.39094,300,0,0,7456,0,2,0,0,0),(23418,7876,1,1,1,11379,1,-7105.84,-3776.83,8.79225,2.70526,300,0,0,2218,0,0,0,0,0),(23417,8131,1,1,1,7342,1,-7141.49,-3719.69,8.57809,3.50811,300,0,0,2218,0,0,0,0,0),(23416,8129,1,1,1,7343,1,-7149.83,-3723.66,8.57805,0.017453,300,0,0,1753,0,0,0,0,0),(23415,8128,1,1,1,7341,1,-7167.72,-3743.08,8.78314,5.49779,300,0,0,1753,0,0,0,0,0),(23414,8126,1,1,1,7340,1,-7131.99,-3839.67,9.14882,1.39626,300,0,0,3398,0,0,0,0,0),(23413,8125,1,1,1,7338,1,-7168.27,-3850.27,8.84728,1.27409,300,0,0,2059,0,0,0,0,0),(23412,8124,1,1,1,7335,1,-7206.69,-3832.64,8.64432,0.349066,300,0,0,5544,0,0,0,0,0),(23411,9397,1,1,1,8716,0,-9058.05,-3652.34,31.25,-1.03312,300,25,0,1990,1640,1,0,0,0),(23410,9397,1,1,1,8716,0,-9446.81,-2314.58,12.9337,1.26528,300,25,0,1990,1640,1,0,0,0),(23409,8885,1,1,1,6468,0,-7097.74,-3704.55,8.64253,3.47321,300,0,0,42,0,0,0,0,0),(23408,8884,1,1,1,5228,0,-7099.24,-3698.85,8.65058,3.05433,300,0,0,42,0,0,0,0,0),(23407,8883,1,1,1,2405,0,-7087.49,-3741.68,8.63787,3.47321,300,0,0,42,0,0,0,0,0),(23406,8883,1,1,1,2405,0,-7090.77,-3732.81,8.63018,3.52556,300,0,0,42,0,0,0,0,0),(23405,7858,1,1,1,6951,1,-7976.71,-5413.06,1.12042,1.82256,300,5,0,2138,0,1,0,0,0),(23404,7858,1,1,1,6953,1,-7989.63,-5414.49,1.20377,4.95674,300,0,0,2138,0,0,0,0,0),(23403,7858,1,1,1,6950,1,-8087.94,-5244.56,1.9519,5.00815,300,0,0,2138,0,0,0,0,0),(23402,7858,1,1,1,6951,1,-7957.92,-5445.87,7.48362,4.20858,300,5,0,2138,0,1,0,0,0),(23401,7858,1,1,1,6953,1,-8014.72,-5215.52,2.23529,5.4468,300,0,0,2138,0,0,0,0,0),(23400,7858,1,1,1,6954,1,-8035.78,-5217.84,2.21993,1.0821,300,0,0,2138,0,0,0,0,0),(23399,7858,1,1,1,6950,1,-7946.56,-5470.34,0.290159,2.02458,300,0,0,2138,0,0,0,0,0),(23398,7858,1,1,1,6950,1,-7974.09,-5451.33,7.48467,4.21906,300,5,0,2138,0,1,0,0,0),(23397,7858,1,1,1,6951,1,-8016.49,-5384.53,0.65249,2.94961,300,0,0,2138,0,0,0,0,0),(23396,7858,1,1,1,6950,1,-7955.63,-5416.55,1.20377,4.7822,300,0,0,2138,0,0,0,0,0),(23395,7858,1,1,1,6953,1,-7969.8,-5486.39,0.206819,4.38422,300,5,0,2138,0,1,0,0,0),(23394,7858,1,1,1,6951,1,-7940.95,-5433.39,18.6282,0.201201,300,5,0,2138,0,1,0,0,0),(23393,7858,1,1,1,6953,1,-7935.53,-5428.16,7.48143,2.80064,300,5,0,2138,0,1,0,0,0),(23392,7858,1,1,1,6950,1,-7954.52,-5477.61,7.52878,0.197356,300,5,0,2138,0,1,0,0,0),(23391,7858,1,1,1,6951,1,-7948.46,-5440.22,0.161648,1.4349,300,5,0,2138,0,1,0,0,0),(23390,7858,1,1,1,6951,1,-7948.5,-5465.76,0.290158,4.45059,300,0,0,2138,0,0,0,0,0),(23389,7858,1,1,1,6950,1,-8029.65,-5200.79,5.04774,5.42797,300,0,0,2138,0,0,0,0,0),(23388,7858,1,1,1,6950,1,-7981.71,-5492.1,7.52563,3.93033,300,5,0,2138,0,1,0,0,0),(23387,7858,1,1,1,6951,1,-7957.08,-5421.66,1.20377,0.890118,300,0,0,2138,0,0,0,0,0),(23386,7858,1,1,1,6951,1,-8022.43,-5382.12,0.65249,5.67232,300,0,0,2138,0,0,0,0,0),(23385,7858,1,1,1,6951,1,-7945.06,-5469.77,7.52979,1.63046,300,5,0,2138,0,1,0,0,0),(23384,7858,1,1,1,6950,1,-8077.09,-5275.66,0.69982,5.19626,300,0,0,2138,0,2,0,0,0),(23383,7858,1,1,1,6950,1,-7988.22,-5420.23,1.20377,1.81514,300,0,0,2138,0,0,0,0,0),(23382,7858,1,1,1,6951,1,-7972.43,-5487.71,12.5815,2.56685,300,5,0,2138,0,1,0,0,0),(23381,7858,1,1,1,6951,1,-8026.53,-5204.53,5.04774,1.53589,300,0,0,2138,0,0,0,0,0),(23380,7858,1,1,1,6953,1,-8033.91,-5214.79,2.15266,4.17134,300,0,0,2138,0,0,0,0,0),(23379,7858,1,1,1,6950,1,-7996.3,-5390.23,1.20377,4.11898,300,0,0,2138,0,0,0,0,0),(23378,7858,1,1,1,6954,1,-8021.04,-5199.28,5.04774,4.06662,300,0,0,2138,0,0,0,0,0),(23377,7858,1,1,1,6954,1,-7976.5,-5371.73,0.648624,4.17134,300,0,0,2138,0,0,0,0,0),(23376,7858,1,1,1,6950,1,-8075.5,-5236.79,2.2639,3.18415,300,0,0,2138,0,0,0,0,0),(23375,7858,1,1,1,6950,1,-7980.2,-5375.96,0.640754,0.680678,300,0,0,2138,0,0,0,0,0),(23374,8882,1,1,1,6079,0,-7092.2,-3729.85,8.63018,3.29867,300,0,0,42,0,0,0,0,0),(23373,7857,1,1,1,6939,1,-8069.87,-5353.5,20.5404,3.15905,300,0,0,2138,0,0,0,0,0),(23372,7857,1,1,1,6940,1,-8078.86,-5337.5,7.79219,3.78736,300,0,0,2138,0,0,0,0,0),(23371,7857,1,1,1,6938,1,-8078.53,-5292.72,0.658153,1.74533,300,0,0,2138,0,0,0,0,0),(23370,7857,1,1,1,6938,1,-8049.36,-5277.84,0.66513,3.94444,300,0,0,2138,0,0,0,0,0),(23369,7857,1,1,1,6938,1,-8087.39,-5377.46,19.7015,2.72271,300,0,0,2138,0,0,0,0,0),(23368,7857,1,1,1,6939,1,-8049.19,-5365.69,6.2191,5.84685,300,0,0,2138,0,0,0,0,0),(23367,7857,1,1,1,6939,1,-8049.23,-5337.25,6.52174,0.698132,300,0,0,2138,0,0,0,0,0),(23366,7857,1,1,1,6939,1,-8036.56,-5361.17,2.19131,0.80053,300,0,0,2138,0,2,0,0,0),(23365,7857,1,1,1,6940,1,-8084.86,-5341.22,7.81498,0.331613,300,0,0,2138,0,0,0,0,0),(23364,7857,1,1,1,6938,1,-8079.21,-5287.67,0.658151,4.7822,300,0,0,2138,0,0,0,0,0),(23363,7857,1,1,1,6941,1,-8058.43,-5340.28,0.696584,4.5204,300,0,0,2138,0,0,0,0,0),(23362,7857,1,1,1,6940,1,-8047.83,-5346.45,18.2929,0.733038,300,0,0,2138,0,0,0,0,0),(23361,7857,1,1,1,6938,1,-8087.31,-5376.05,0.653112,1.67552,300,0,0,2138,0,0,0,0,0),(23360,7857,1,1,1,6939,1,-8065.63,-5354.14,2.81106,1.27409,300,0,0,2138,0,0,0,0,0),(23359,7857,1,1,1,6938,1,-8075.88,-5367.89,19.9551,2.51327,300,0,0,2138,0,0,0,0,0),(23358,7857,1,1,1,6939,1,-8055.93,-5361.35,18.883,4.5204,300,0,0,2138,0,0,0,0,0),(23357,7857,1,1,1,6939,1,-8096.56,-5310.31,0.686526,0.261799,300,0,0,2138,0,0,0,0,0),(23356,7857,1,1,1,6939,1,-8087.46,-5367.86,0.499819,5.91667,300,0,0,2138,0,0,0,0,0),(23355,8881,1,1,1,2786,0,-7088.25,-3738.72,8.63102,3.42085,300,0,0,42,0,0,0,0,0),(23354,7857,1,1,1,6941,1,-8044,-5336.31,8.28888,3.29867,300,0,0,2138,0,0,0,0,0),(23353,7857,1,1,1,6938,1,-8052.44,-5282.36,0.659495,1.27409,300,0,0,2138,0,0,0,0,0),(23352,7857,1,1,1,6939,1,-8096.42,-5381.65,7.02724,3.4383,300,0,0,2138,0,0,0,0,0),(23351,7857,1,1,1,6939,1,-8075.11,-5251.57,0.770723,3.75246,300,0,0,2138,0,0,0,0,0),(23350,7857,1,1,1,6938,1,-8090.72,-5309.2,0.88052,3.24631,300,0,0,2138,0,0,0,0,0),(23349,7857,1,1,1,6939,1,-8072.71,-5383.49,19.3221,2.25148,300,0,0,2138,0,0,0,0,0),(23348,7857,1,1,1,6941,1,-8079.13,-5255.23,0.766305,0.890118,300,0,0,2138,0,0,0,0,0),(23347,7857,1,1,1,6939,1,-8046.93,-5332.71,8.28819,3.92699,300,0,0,2138,0,0,0,0,0),(23346,7857,1,1,1,6938,1,-8095.73,-5362.75,20.4561,2.25148,300,0,0,2138,0,0,0,0,0),(23345,7857,1,1,1,6939,1,-8054.12,-5278.53,0.665793,5.61996,300,0,0,2138,0,0,0,0,0),(23344,7857,1,1,1,6941,1,-8053.19,-5347.94,0.65306,3.00197,300,0,0,2138,0,0,0,0,0),(23343,7857,1,1,1,6941,1,-8042.28,-5351.7,0.979424,1.07637,300,0,0,2138,0,0,0,0,0),(23342,7856,1,1,1,6952,1,-8051.09,-5148.96,10.6541,2.7521,300,15,0,2138,0,1,0,0,0),(23341,7856,1,1,1,374,1,-7916.65,-5179.24,3.88791,2.09212,300,10,0,2138,0,1,0,0,0),(23340,7856,1,1,1,374,1,-8046.68,-5302.34,0.699819,5.91197,300,15,0,2138,0,1,0,0,0),(23339,7856,1,1,1,6948,1,-7963.65,-5471.03,7.52879,3.03374,300,5,0,2138,0,1,0,0,0),(23338,7856,1,1,1,6948,1,-7943.13,-5276.11,0.604346,6.24191,300,5,0,2138,0,1,0,0,0),(23337,7856,1,1,1,6952,1,-7960.51,-5241.07,1.81911,4.29672,300,0,0,2138,0,0,0,0,0),(23336,7856,1,1,1,6952,1,-7877.79,-5133.21,5.71298,1.89872,300,10,0,2138,0,1,0,0,0),(23335,7856,1,1,1,6949,1,-7949.94,-5436.23,0.160306,3.6464,300,5,0,2138,0,1,0,0,0),(23334,7856,1,1,1,6948,1,-7988.16,-5135.98,6.40907,0.418879,300,0,0,2138,0,0,0,0,0),(23333,7856,1,1,1,6952,1,-7970.46,-5489.1,7.52809,6.08281,300,5,0,2138,0,1,0,0,0),(23332,7856,1,1,1,6949,1,-7859.23,-5114.25,6.66205,0.959931,300,0,0,2138,0,0,0,0,0),(23331,7856,1,1,1,6948,1,-7970.67,-5482.99,17.9558,0.543591,300,5,0,2138,0,1,0,0,0),(23330,7856,1,1,1,6949,1,-7906.94,-5204.53,0.843611,3.80482,300,0,0,2138,0,0,0,0,0),(23329,7856,1,1,1,6952,1,-8052.26,-5110.95,14.2394,1.92303,300,5,0,2138,0,1,0,0,0),(23328,7856,1,1,1,6952,1,-7947.64,-5465.62,7.52878,4.33364,300,5,0,2138,0,1,0,0,0),(23327,7856,1,1,1,6948,1,-7953.5,-5253.57,0.694111,3.32224,300,0,0,2138,0,2,0,0,0),(23326,7856,1,1,1,6948,1,-7953.86,-5182.69,4.36045,3.18004,300,5,0,2138,0,1,0,0,0),(23325,7856,1,1,1,6952,1,-7971.61,-5453.88,0.14572,3.51445,300,5,0,2138,0,1,0,0,0),(23324,7856,1,1,1,6949,1,-7959.12,-5481.83,0.290164,3.40339,300,0,0,2138,0,0,0,0,0),(23323,7856,1,1,1,6948,1,-8110.47,-5213.92,7.61746,1.08999,300,10,0,2138,0,1,0,0,0),(23322,7856,1,1,1,6952,1,-7971.26,-5147.7,5.52297,5.6643,300,15,0,2138,0,1,0,0,0),(23321,7856,1,1,1,6952,1,-7968.86,-5450.93,7.48361,1.32901,300,5,0,2138,0,1,0,0,0),(23320,7856,1,1,1,6952,1,-8047.18,-5215.06,0.824819,5.83781,300,10,0,2138,0,1,0,0,0),(23319,7856,1,1,1,6948,1,-8015.19,-5282.62,0.658153,3.36848,300,10,0,2138,0,1,0,0,0),(23318,7856,1,1,1,6949,1,-8018.55,-5151.83,6.13439,3.47643,300,10,0,2138,0,1,0,0,0),(23317,7856,1,1,1,6949,1,-8047.85,-5257,1.44982,4.56393,300,5,0,2138,0,1,0,0,0),(23316,7856,1,1,1,6948,1,-8089.92,-5218.02,1.57482,3.43761,300,10,0,2138,0,1,0,0,0),(23315,7855,1,1,1,6944,1,-8045.08,-5190.09,2.69982,4.23546,300,3,0,2138,0,1,0,0,0),(23314,7855,1,1,1,6944,1,-7982.76,-5133.95,6.12154,3.45575,300,0,0,2138,0,0,0,0,0),(23313,7855,1,1,1,6947,1,-8096.44,-5269.38,1.94767,2.54818,300,0,0,2138,0,0,0,0,0),(23312,7855,1,1,1,6947,1,-7951.94,-5216.92,1.63561,3.90459,300,10,0,2138,0,1,0,0,0),(23311,7855,1,1,1,6947,1,-7982.24,-5184.38,2.04218,5.97644,300,10,0,2138,0,1,0,0,0),(23310,7855,1,1,1,6945,1,-8085.7,-5155.19,10.5383,4.72899,300,10,0,2138,0,1,0,0,0),(23309,7855,1,1,1,6947,1,-7850.92,-5145.96,3.94686,3.23289,300,10,0,2138,0,1,0,0,0),(23308,7855,1,1,1,6947,1,-7987.28,-5316.32,8.57914,3.12128,300,3,0,2138,0,1,0,0,0),(23307,7855,1,1,1,6946,1,-8017.36,-5321.79,0.69982,4.53416,300,0,0,2138,0,2,0,0,0),(23306,7855,1,1,1,6944,1,-8079.29,-5242.75,2.15955,1.8675,300,0,0,2138,0,0,0,0,0),(23305,7855,1,1,1,6944,1,-7884.81,-5187.15,2.69415,4.56888,300,10,0,2138,0,1,0,0,0),(23304,7855,1,1,1,6947,1,-8100.54,-5299.71,2.1643,5.77704,300,0,0,2138,0,0,0,0,0),(23303,7855,1,1,1,6947,1,-8014.34,-5253.18,0.694111,5.49547,300,5,0,2138,0,1,0,0,0),(23302,7855,1,1,1,6945,1,-7855.76,-5108.79,6.91574,4.17134,300,0,0,2138,0,0,0,0,0),(23301,7855,1,1,1,6944,1,-8100.37,-5269.52,1.9693,5.91667,300,0,0,2138,0,0,0,0,0),(23300,7855,1,1,1,6946,1,-7982.16,-5288,0.694111,5.14012,300,10,0,2138,0,1,0,0,0),(23299,7855,1,1,1,6944,1,-7912.25,-5208.65,0.729591,0.645772,300,0,0,2138,0,0,0,0,0),(23298,7855,1,1,1,6946,1,-7999.35,-5252.43,1.17009,1.94301,300,0,0,2138,0,0,0,0,0),(23297,7855,1,1,1,6946,1,-8013.71,-5346.33,0.941126,1.00132,300,10,0,2138,0,1,0,0,0),(23296,7855,1,1,1,6947,1,-8093.7,-5194.36,7.46686,3.3812,300,10,0,2138,0,1,0,0,0),(23295,7855,1,1,1,6944,1,-7828.86,-5111.13,4.30441,2.25431,300,10,0,2138,0,1,0,0,0),(23294,7855,1,1,1,6946,1,-8096.12,-5301.68,2.14117,2.80998,300,0,0,2138,0,0,0,0,0),(23293,7855,1,1,1,6944,1,-7854.17,-5086.78,5.58094,4.06873,300,10,0,2138,0,1,0,0,0),(23292,7855,1,1,1,6946,1,-7985.88,-5110.1,7.54486,2.65219,300,10,0,2138,0,1,0,0,0),(23291,7855,1,1,1,6945,1,-7888.13,-5157.8,5.61412,5.60663,300,0,0,2138,0,0,0,0,0),(23290,7855,1,1,1,6945,1,-8080.88,-5237.27,2.16489,4.97419,300,0,0,2138,0,0,0,0,0),(23289,20142,1,1,1,19373,0,-8161.07,-4774.39,35.2607,2.18166,600,0,0,6986,0,0,0,0,0),(23288,8617,1,1,1,11253,0,-7355.52,-4891.35,0.256051,4.2565,300,0,0,2218,0,0,0,0,0),(23287,6568,1,1,1,7216,1,-7133.52,-3738.63,8.43919,4.99164,300,0,0,2769,0,0,0,0,0),(23286,7847,1,1,1,9169,1,-7630.66,-4480.84,9.52548,5.15209,300,0,0,2399,0,2,0,0,0),(23285,20131,1,1,1,19315,0,-8367.09,-4255.83,-204.302,3.87463,600,0,0,3052,0,0,0,0,0),(23284,20130,1,1,1,19314,0,-8371.93,-4250.21,-204.377,4.15388,600,0,0,6116,0,0,0,0,0),(23283,15520,1,1,1,15534,0,-6750.08,-4730.93,18.5548,5.16992,300,0,0,102,0,2,0,0,0),(23282,7583,1,1,1,7175,1,-7111.11,-3741.78,8.60926,3.9968,300,0,0,774,2175,0,0,0,0),(23281,14743,1,1,1,14774,1,-7112.04,-3827.17,9.5147,0.593412,300,0,0,2769,0,0,0,0,0),(23280,19861,1,1,1,19224,1,-7139.31,-3761.98,9.54388,1.78024,300,0,0,6986,0,0,0,0,0),(23279,19860,1,1,1,19229,1,-7116.77,-3782.89,8.79032,0.366519,300,0,0,6986,0,0,0,0,0),(23278,19859,1,1,1,19228,1,-7124.54,-3804.47,8.75568,5.46288,600,0,0,349300,0,0,0,0,0),(23277,7824,1,1,1,6883,1,-7045.24,-3779.4,10.3158,3.42085,600,0,0,10572,0,0,0,0,0),(23276,7823,1,1,1,6880,1,-7224.87,-3738.21,8.48369,1.18682,600,0,0,10572,0,0,0,0,0),(23275,5774,1,1,1,2320,0,-7095.26,-3711.75,8.64253,3.38594,300,0,0,42,0,0,0,0,0),(23274,5774,1,1,1,2320,0,-7100.19,-3695.18,8.79651,4.10152,300,0,0,42,0,0,0,0,0),(23273,16014,1,1,1,15998,1,-7127.41,-3838.92,9.05014,2.93215,300,0,0,6104,0,0,0,0,0),(23272,7564,1,1,1,7185,1,-7193.42,-3793.48,9.76213,0.872665,300,0,0,1753,0,0,0,0,0),(23271,21643,1,1,1,20384,0,-8526.66,-4606.13,-211.965,5.79449,300,0,0,5914,0,0,0,0,0),(23270,8579,1,1,1,7902,1,-6903.4,-4840.94,8.46412,2.79253,300,0,0,1522,1332,0,0,0,0),(23269,6015,1,1,1,1244,0,-7056.02,-4812.75,0.790082,2.75887,300,0,0,2218,0,0,0,0,0),(23268,7804,1,1,1,6868,1,-7197.6,-3766.29,8.8737,1.32645,300,0,0,3398,0,0,0,0,0),(23267,7799,1,1,1,6882,1,-7205.06,-3827.29,8.6442,0.174533,300,0,0,5544,0,0,0,0,0),(23266,5490,1,1,1,1086,0,-9097.28,-2155.38,12.3975,2.80998,300,10,0,2576,0,1,0,0,0),(23265,5490,1,1,1,1086,0,-8918.79,-2152.61,10.9722,4.6596,300,15,0,2576,0,1,0,0,0),(23264,5490,1,1,1,1086,0,-8954.01,-2244.2,9.37692,3.28625,300,15,0,2576,0,1,0,0,0),(23263,5490,1,1,1,1086,0,-8929.32,-2264.71,9.00173,1.40724,300,0,0,2576,0,2,0,0,0),(23262,5490,1,1,1,1086,0,-8889.62,-2373.09,13.3753,1.31629,300,10,0,2576,0,1,0,0,0),(23261,5490,1,1,1,1086,0,-8785.3,-2287.41,9.12677,2.36714,300,10,0,2576,0,1,0,0,0),(23260,5490,1,1,1,1086,0,-8747.05,-2243.38,9.00195,3.84533,300,15,0,2576,0,1,0,0,0),(23259,5490,1,1,1,1086,0,-8788.88,-2119.22,14.8636,2.14038,300,5,0,2576,0,1,0,0,0),(23258,20082,1,1,1,19321,0,-8479.39,-4627.54,-205.021,4.86947,300,0,0,5914,0,0,0,0,0),(23257,20081,1,1,1,19320,0,-8518.71,-4624.5,-212.199,0.802851,300,0,0,5914,0,0,0,0,0),(23256,20080,1,1,1,19319,0,-8540.37,-4621.42,-209.434,0.261799,300,0,0,5914,0,0,0,0,0),(23255,18542,1,1,1,1433,0,-8158.85,-4859.13,-24.7839,5.96903,300,0,0,4252,0,0,0,0,0),(23254,5485,1,1,1,9014,0,-8884.75,-2181.8,9.37366,3.24229,300,15,0,2138,1750,1,0,0,0),(23253,5485,1,1,1,9014,0,-8950.98,-2182.56,8.96152,5.93412,300,15,0,2138,1750,1,0,0,0),(23252,5485,1,1,1,9014,0,-8927.21,-2267.43,9.00172,2.11576,300,0,0,2138,1750,2,0,0,0),(23251,5485,1,1,1,9014,0,-8947.19,-2309.73,11.2722,2.97944,300,5,0,2138,1750,1,0,0,0),(23250,5485,1,1,1,9014,0,-8918.85,-2343.8,10.5468,5.6619,300,10,0,2138,1750,1,0,0,0),(23249,5485,1,1,1,9014,0,-8879.64,-2358.67,10.752,4.82818,300,10,0,2138,1750,1,0,0,0),(23248,5485,1,1,1,9014,0,-8892.75,-2108.03,11.2771,5.10869,300,5,0,2138,1750,1,0,0,0),(23247,5485,1,1,1,9014,0,-8985.08,-2253.36,11.0018,1.51438,300,3,0,2138,1750,1,0,0,0),(23246,5485,1,1,1,9014,0,-8720.37,-2210.51,10.9735,0.689263,300,10,0,2138,1750,1,0,0,0),(23245,5485,1,1,1,9014,0,-8815.68,-2245.82,19.9265,3.47363,300,0,0,2138,1750,0,0,0,0),(23244,5485,1,1,1,9014,0,-8845.84,-2247.2,12.0017,-1.69307,300,3,0,2138,1750,1,0,0,0),(23243,5481,1,1,1,3386,0,-8923.98,-2244.71,9.00172,3.04672,300,15,0,2488,0,1,0,0,0),(23242,5481,1,1,1,3386,0,-8953.94,-2280.2,9.12738,0.909021,300,5,0,2488,0,1,0,0,0),(23241,5481,1,1,1,3386,0,-8846.99,-2312.58,9.06857,5.93858,300,15,0,2488,0,1,0,0,0),(23240,5481,1,1,1,3386,0,-8830.75,-2345.86,18.1518,2.56892,300,10,0,2488,0,1,0,0,0),(23239,5481,1,1,1,3386,0,-8845.31,-2311.82,9.00194,1.14318,300,0,0,2488,0,2,0,0,0),(23238,5481,1,1,1,3386,0,-9034.01,-2176.37,10.6268,4.43042,300,10,0,2488,0,1,0,0,0),(23237,5481,1,1,1,3386,0,-8980.37,-2217.61,9.50748,1.90216,300,10,0,2488,0,1,0,0,0),(23236,5481,1,1,1,3386,0,-8845.76,-2155.87,11.7513,1.68711,300,10,0,2488,0,1,0,0,0),(23235,5481,1,1,1,3386,0,-8824.02,-2172.73,9.75215,1.59813,300,15,0,2488,0,1,0,0,0),(23234,5481,1,1,1,3386,0,-8769.98,-2164.1,11.043,2.16894,300,10,0,2488,0,1,0,0,0),(23233,5481,1,1,1,3386,0,-8996.68,-2121.54,9.28206,5.02616,300,5,0,2488,0,1,0,0,0),(23232,5481,1,1,1,3386,0,-9048.97,-2136.5,11.7399,2.81683,300,10,0,2488,0,1,0,0,0),(23231,5481,1,1,1,3386,0,-8852.32,-2374.08,17.0021,1.30011,300,5,0,2488,0,1,0,0,0),(23230,5481,1,1,1,3386,0,-8968.53,-2340.14,11.7601,6.18672,300,5,0,2488,0,1,0,0,0),(23229,7784,1,1,1,6909,0,-8851.94,-4374.93,44.6462,5.89921,300,0,0,1981,0,0,0,0,0),(23228,20069,1,1,1,19304,0,-8196.2,-4236.01,-178.126,4.72984,600,0,0,16902,0,0,0,0,0),(23227,20069,1,1,1,19304,0,-8272.32,-4370.07,-207.447,0.05236,600,0,0,16902,0,0,0,0,0),(23226,20069,1,1,1,19304,0,-8280.43,-4326.89,-206.972,5.75959,600,0,0,16902,0,0,0,0,0),(23225,20069,1,1,1,19304,0,-8289.03,-4327.12,-187.095,5.81195,600,0,0,16902,0,0,0,0,0),(23224,20069,1,1,1,19304,0,-8190.5,-4307.76,-192.135,4.55531,600,0,0,16902,0,0,0,0,0),(23223,20069,1,1,1,19304,0,-8175,-4238.97,-177.711,2.61799,600,0,0,16902,0,0,0,0,0),(23222,20069,1,1,1,19304,0,-8328.78,-4389.44,-206.378,2.16421,600,0,0,16902,0,0,0,0,0),(23221,20069,1,1,1,19304,0,-8220.53,-4307.64,-199.66,1.81514,600,0,0,16902,0,0,0,0,0),(23220,20069,1,1,1,19304,0,-8183.36,-4287.88,-188.769,2.74017,600,0,0,16902,0,0,0,0,0),(23219,20069,1,1,1,19304,0,-8240.77,-4325.27,-202.227,4.32842,600,0,0,16902,0,0,0,0,0),(23218,20069,1,1,1,19304,0,-8166.96,-4257.85,-179.27,3.57792,600,0,0,16902,0,0,0,0,0),(23217,20069,1,1,1,19304,0,-8334.61,-4297.44,-204.192,3.97935,600,0,0,16902,0,0,0,0,0),(23216,20069,1,1,1,19304,0,-8344.13,-4397.52,-176.348,2.68781,600,0,0,16902,0,0,0,0,0),(23215,20069,1,1,1,19304,0,-8316.83,-4307.81,-205.905,0.506145,600,0,0,16902,0,0,0,0,0),(23214,4708,1,1,1,7182,1,-7128.14,-3735.07,8.43767,4.7822,300,0,0,1678,0,0,0,0,0),(23213,5475,1,1,1,11542,1,-8848.87,-3550.33,12.1864,1.91986,300,0,0,1990,3280,0,0,0,0),(23212,5475,1,1,1,11542,1,-8882.63,-3516.81,12.7864,5.48033,300,10,0,1990,3280,1,0,0,0),(23211,5475,1,1,1,11542,1,-8918.06,-3351.78,17.3995,0.977384,300,15,0,1990,3280,1,0,0,0),(23210,5475,1,1,1,11542,1,-8949.39,-3383.58,21.02,0.733038,300,15,0,1990,3280,1,0,0,0),(23209,5475,1,1,1,11542,1,-8316.28,-2881.63,10.8531,0.029588,300,0,0,1990,3280,0,0,0,0),(23208,5475,1,1,1,11542,1,-8378.75,-3152.07,9.02297,5.57432,300,15,0,1990,3280,1,0,0,0),(23207,5475,1,1,1,11542,1,-8477.85,-2928.43,9.31797,4.17532,300,15,0,1990,3280,1,0,0,0),(23206,5475,1,1,1,11542,1,-8448.89,-2984.24,8.74971,2.22269,300,5,0,1990,3280,1,0,0,0),(23205,5475,1,1,1,11542,1,-8348.06,-2995.77,8.6598,6.16416,300,5,0,1990,3280,1,0,0,0),(23204,5475,1,1,1,11542,1,-8418.41,-2919.35,9.09409,1.51606,300,0,0,1990,3280,2,0,0,0),(23203,5475,1,1,1,11542,1,-8986,-3484.32,18.7596,3.50811,300,15,0,1990,3280,1,0,0,0),(23202,5475,1,1,1,11542,1,-8919.03,-3417.15,14.1984,1.93731,300,15,0,1990,3280,1,0,0,0),(23201,5475,1,1,1,11542,1,-8852.46,-3416.1,10.9157,5.93412,300,10,0,1990,3280,1,0,0,0),(23200,5475,1,1,1,11542,1,-9117.5,-2949.68,45.1309,2.00713,300,30,0,1990,3280,1,0,0,0),(23199,5475,1,1,1,11542,1,-9149.34,-2916.6,34.5372,4.5204,300,30,0,1990,3280,1,0,0,0),(23198,5475,1,1,1,11542,1,-9283.6,-2915.92,11.9957,5.84685,300,10,0,1990,3280,1,0,0,0),(23197,5475,1,1,1,11542,1,-9250.04,-3149.05,14.6445,0.296706,300,0,0,1990,3280,0,0,0,0),(23196,5474,1,1,1,11545,1,-8513.7,-3022.47,9.75176,2.8756,300,5,0,2488,0,1,0,0,0),(23195,5474,1,1,1,11545,1,-8477.67,-3086.27,10.2518,5.51064,300,5,0,2488,0,1,0,0,0),(23194,5474,1,1,1,11545,1,-8481.16,-3072.51,10.5018,2.19688,300,5,0,2488,0,1,0,0,0),(23193,5474,1,1,1,11545,1,-8543.9,-2992.99,10.0018,5.89748,300,5,0,2488,0,1,0,0,0),(23192,5474,1,1,1,11545,1,-8475.4,-2856.09,8.74971,1.79899,300,5,0,2488,0,1,0,0,0),(23191,5474,1,1,1,11545,1,-8381.44,-2865.41,9.12997,0.633198,300,5,0,2488,0,1,0,0,0),(23190,5474,1,1,1,11545,1,-8814.83,-3450.28,10.9409,1.37881,300,15,0,2488,0,1,0,0,0),(23189,5474,1,1,1,11545,1,-8816.03,-3516.8,8.98343,4.32842,300,15,0,2488,0,1,0,0,0),(23188,5474,1,1,1,11545,1,-8374.5,-3012.57,9.11995,2.16848,300,3,0,2488,0,1,0,0,0),(23187,5474,1,1,1,11545,1,-8275.75,-3054.02,9.74971,1.25552,300,3,0,2488,0,1,0,0,0),(23186,5474,1,1,1,11545,1,-8264.14,-3064.41,10.7787,0.178079,300,5,0,2488,0,1,0,0,0),(23185,5474,1,1,1,11545,1,-8206.04,-3030.49,10.7906,5.24763,300,5,0,2488,0,1,0,0,0),(23184,5474,1,1,1,11545,1,-8315.76,-3121.82,8.74971,4.13421,300,0,0,2488,0,0,0,0,0),(23183,5474,1,1,1,11545,1,-8319.84,-3163.42,13.3937,3.28217,300,0,0,2488,0,0,0,0,0),(23182,5474,1,1,1,11545,1,-8446.94,-3154.79,8.74989,5.41147,300,0,0,2488,0,0,0,0,0),(23181,5474,1,1,1,11545,1,-8395.78,-3179.31,8.87523,5.145,300,0,0,2488,0,0,0,0,0),(23180,5474,1,1,1,11545,1,-8500.28,-2815.99,10.2578,4.84165,300,0,0,2488,0,0,0,0,0),(23179,5474,1,1,1,11545,1,-8234.95,-2903.32,17.7527,0.933433,300,10,0,2488,0,1,0,0,0),(23178,5474,1,1,1,11545,1,-8277.1,-2862.38,16.6769,1.32432,300,0,0,2488,0,0,0,0,0),(23177,5474,1,1,1,11545,1,-8246.91,-2995.92,8.74969,1.08544,300,0,0,2488,0,0,0,0,0),(23176,5474,1,1,1,11545,1,-8375.03,-3023.34,8.95764,1.83568,300,3,0,2488,0,1,0,0,0),(23175,5474,1,1,1,11545,1,-8201.15,-3015.63,12.4156,4.73758,300,5,0,2488,0,1,0,0,0),(23174,5474,1,1,1,11545,1,-9117.17,-3016.26,47.9937,3.83972,300,15,0,2488,0,1,0,0,0),(23173,5474,1,1,1,11545,1,-9317.35,-3082.03,12.7424,5.34071,300,0,0,2488,0,0,0,0,0),(23172,5474,1,1,1,11545,1,-8370.92,-2984.51,8.57205,2.57449,300,5,0,2488,0,1,0,0,0),(23171,5474,1,1,1,11545,1,-8597.77,-2836.55,10.6303,4.91232,300,15,0,2488,0,1,0,0,0),(23170,5474,1,1,1,11545,1,-8262.81,-2923.97,12.8777,3.11231,300,10,0,2488,0,1,0,0,0),(23169,5474,1,1,1,11545,1,-8230.14,-2928.55,15.5716,0.699366,300,5,0,2488,0,1,0,0,0),(23168,5474,1,1,1,11545,1,-9316.73,-3016.11,10.0159,2.36868,300,15,0,2488,0,1,0,0,0),(23167,5474,1,1,1,11545,1,-9183.56,-3082.65,31.9454,5.58505,300,15,0,2488,0,1,0,0,0),(23166,5473,1,1,1,12003,1,-8450.13,-3114.71,10.7115,1.25664,300,15,0,1919,3174,1,0,0,0),(23165,5473,1,1,1,12003,1,-8345.03,-3085.97,8.69595,5.38243,300,3,0,1919,3174,1,0,0,0),(23164,5473,1,1,1,12003,1,-8348.88,-2948.6,8.7497,3.00101,300,5,0,1919,3174,1,0,0,0),(23163,5473,1,1,1,12003,1,-8783.78,-3416.76,9.36696,3.28122,300,15,0,1919,3174,1,0,0,0),(23162,5473,1,1,1,12003,1,-8881.8,-3451.87,11.1853,0.802851,300,0,0,1919,3174,0,0,0,0),(23161,5473,1,1,1,12003,1,-8951.26,-3449.92,18.3561,1.90241,300,15,0,1919,3174,1,0,0,0),(23160,5473,1,1,1,12003,1,-9151.52,-3049.82,36.4433,5.5676,300,10,0,1919,3174,1,0,0,0),(23159,5472,1,1,1,11544,1,-8490.94,-3029.45,9.00176,2.52157,300,0,0,2399,0,2,0,0,0),(23158,5472,1,1,1,11544,1,-8917.38,-3549.92,11.1132,6.0912,300,15,0,2399,0,1,0,0,0),(23157,5472,1,1,1,11544,1,-8484.69,-3053.96,10.5458,4.76781,300,5,0,2399,0,1,0,0,0),(23156,5472,1,1,1,11544,1,-8544.89,-2971.02,9.37676,2.91302,300,5,0,2399,0,1,0,0,0),(23155,5472,1,1,1,11544,1,-8887.55,-3388.78,15.2814,4.597,300,15,0,2399,0,1,0,0,0),(23154,5472,1,1,1,11544,1,-8359.23,-3022.23,8.87016,3.92335,300,3,0,2399,0,1,0,0,0),(23153,5472,1,1,1,11544,1,-8328.71,-3130.84,8.74971,1.79072,300,0,0,2399,0,0,0,0,0),(23152,5472,1,1,1,11544,1,-8548.93,-2890.6,10.6462,2.42978,300,15,0,2399,0,1,0,0,0),(23151,5472,1,1,1,11544,1,-8513.93,-2835.31,8.95512,1.36957,300,0,0,2399,0,0,0,0,0),(23150,5472,1,1,1,11544,1,-8393,-2877.2,8.74971,5.81982,300,5,0,2399,0,1,0,0,0),(23149,5472,1,1,1,11544,1,-8477.18,-2826.31,10.3541,5.64182,300,10,0,2399,0,1,0,0,0),(23148,5472,1,1,1,11544,1,-8235.05,-2987.86,9.74969,5.89639,300,3,0,2399,0,1,0,0,0),(23147,5472,1,1,1,11544,1,-8604.91,-2846.81,10.2497,2.0564,300,5,0,2399,0,1,0,0,0),(23146,5472,1,1,1,11544,1,-8231.49,-2953.68,11.8868,4.20167,300,5,0,2399,0,1,0,0,0),(23145,5472,1,1,1,11544,1,-8504.63,-2861.31,10.4551,4.04395,300,0,0,2399,0,0,0,0,0),(23144,5472,1,1,1,11544,1,-8290.93,-2893.67,10.522,2.56365,300,0,0,2399,0,0,0,0,0),(23143,5472,1,1,1,11544,1,-8217.24,-2969.27,11.1536,5.81989,300,5,0,2399,0,1,0,0,0),(23142,5472,1,1,1,11544,1,-8379.53,-2981.73,8.69705,0.687795,300,5,0,2399,0,1,0,0,0),(23141,5472,1,1,1,11544,1,-8264.7,-2899.89,14.1121,4.31076,300,10,0,2399,0,1,0,0,0),(23140,5472,1,1,1,11544,1,-9184.15,-2949.53,24.4053,3.31613,300,15,0,2399,0,1,0,0,0),(23139,5472,1,1,1,11544,1,-9216.96,-2983.53,19.2699,3.89208,300,15,0,2399,0,1,0,0,0),(23138,5472,1,1,1,11544,1,-9249.54,-2882.65,13.7056,5.07891,300,0,0,2399,0,0,0,0,0),(23137,5472,1,1,1,11544,1,-8307.03,-2865.59,10.944,5.31074,300,0,0,2399,0,0,0,0,0),(23136,5472,1,1,1,11544,1,-8783.32,-3482.09,10.1993,5.16617,300,0,0,2399,0,0,0,0,0),(23135,5472,1,1,1,11544,1,-9216.69,-3050.45,20.8111,2.46091,300,30,0,2399,0,1,0,0,0),(23134,5471,1,1,1,0,1,-8985,-3550.77,12.328,1.25664,300,15,0,1,0,1,0,0,0),(23133,5471,1,1,1,0,1,-8283.24,-3016.42,9.18393,1.13512,300,15,0,1,0,1,0,0,0),(23132,5471,1,1,1,0,1,-8412.26,-3062.26,8.74969,0.81945,300,5,0,1,0,1,0,0,0),(23131,5471,1,1,1,0,1,-9216.18,-2916.3,15.232,2.26893,300,0,0,1,0,0,0,0,0),(23130,5471,1,1,1,0,1,-9318,-2949.86,10.1049,1.39626,300,0,0,1,0,2,0,0,0),(23129,5471,1,1,1,0,1,-9151.69,-3115.17,43.4049,2.26893,300,15,0,1,0,1,0,0,0),(23128,5471,1,1,1,0,1,-9116.93,-3082.03,46.9927,4.67748,300,30,0,1,0,1,0,0,0),(23127,5471,1,1,1,0,1,-9283.5,-3117.36,10.4044,3.50811,300,0,0,1,0,0,0,0,0),(23126,5471,1,1,1,0,1,-9217.4,-3116.01,25.0508,5.61996,300,0,0,1,0,0,0,0,0),(23125,5471,1,1,1,0,1,-9251.39,-3015.87,16.2821,5.89921,300,15,0,1,0,1,0,0,0),(23124,5469,1,1,1,6910,1,-9516.17,-2750.04,8.79326,4.41984,600,10,0,6183,0,1,0,0,0),(23123,5469,1,1,1,6910,1,-9614.7,-2783.15,7.92138,0.785398,600,10,0,6183,0,1,0,0,0),(23122,5469,1,1,1,6910,1,-9582.85,-2815.65,7.92137,3.08923,600,10,0,6183,0,1,0,0,0),(23121,5469,1,1,1,6910,1,-9551.32,-2781.87,7.92137,6.26573,600,10,0,6183,0,1,0,0,0),(23120,5469,1,1,1,6910,1,-9538.48,-2779.92,7.96304,2.25491,600,0,0,6183,0,2,0,0,0),(23119,5469,1,1,1,6910,1,-9583.42,-2749.13,8.48015,1.79769,600,10,0,6183,0,1,0,0,0),(23118,5467,1,1,1,12812,0,-8916.78,-4763.3,-55.6977,1.4651,600,0,0,6414,0,0,0,0,0),(23117,7771,1,1,1,7188,1,-7987.52,-3855.62,17.8158,4.67748,300,0,0,1753,0,0,0,0,0),(23116,5466,1,1,1,10039,1,-8661.56,-4750.92,-6.66559,6.13099,600,25,0,6183,0,1,0,0,0),(23115,5466,1,1,1,10039,1,-8492.81,-5073.41,-11.309,2.3598,600,25,0,6183,0,1,0,0,0),(23114,5466,1,1,1,10039,1,-8439.16,-5153.16,-12.8331,3.23282,600,25,0,6183,0,1,0,0,0),(23113,5466,1,1,1,10039,1,-8569.33,-4837.52,0.368168,5.47569,600,25,0,6183,0,1,0,0,0),(23112,5466,1,1,1,10039,1,-8639.3,-4822.94,-0.148102,3.37615,600,25,0,6183,0,1,0,0,0),(200849,35469,571,1,1,0,0,8361.13,775.812,551.582,5.74213,120,0,0,1,0,0,0,0,0),(23110,7770,1,1,1,7000,0,-8826.94,-4753.79,1.99741,0.977384,300,0,0,1753,0,0,0,0,0),(23109,5466,1,1,1,10039,1,-8544.64,-5012.67,-8.1238,0.454914,600,25,0,6183,0,1,0,0,0),(23108,5466,1,1,1,10039,1,-8754.19,-4681.35,0.25142,1.84802,600,25,0,6183,0,1,0,0,0),(23107,5466,1,1,1,10039,1,-8749.97,-4821.47,-49.3312,4.59081,600,25,0,6183,0,1,0,0,0),(23106,5466,1,1,1,10039,1,-8621.28,-4948.48,-38.1882,2.94688,600,25,0,6183,0,1,0,0,0),(23105,5466,1,1,1,10039,1,-8553.49,-4877.61,0.084034,1.71988,600,25,0,6183,0,1,0,0,0),(23104,5465,1,1,1,8550,0,-8575.85,-3287.42,11.028,3.57604,300,25,0,2310,0,1,0,0,0),(23103,5465,1,1,1,8550,0,-8378.89,-4278.53,10.3846,4.74555,300,25,0,2310,0,1,0,0,0),(23102,5465,1,1,1,8550,0,-8253.96,-3709.41,15.0034,1.77547,300,25,0,2310,0,1,0,0,0),(23101,5465,1,1,1,8550,0,-8468.94,-2652.2,31.7341,2.97291,300,25,0,2310,0,1,0,0,0),(23100,5465,1,1,1,8550,0,-8124.91,-3761.49,17.5355,6.23625,300,25,0,2310,0,1,0,0,0),(23099,22872,1,1,1,11686,0,-8524.77,-4380.92,-218.969,6.16101,300,0,0,6986,0,0,0,0,0),(23098,15192,1,1,1,2719,0,-8240.33,-4648.71,0.334381,0.750492,300,0,0,1599000,262000,0,0,0,0),(23097,20055,1,1,1,19305,1,-8430.32,-4169.39,-207.228,0,300,0,0,328,0,0,0,0,0),(23096,20055,1,1,1,19305,1,-8464.26,-4138.23,-208.578,4.92183,300,0,0,328,0,0,0,0,0),(23095,20055,1,1,1,19305,1,-8432.28,-4133.72,-207.459,0.558505,300,0,0,328,0,0,0,0,0),(23094,20055,1,1,1,19305,1,-8374.44,-4076.49,-207.213,4.71239,300,0,0,328,0,0,0,0,0),(23093,20055,1,1,1,19305,1,-8472.81,-4121.56,-207.767,3.89208,300,0,0,328,0,0,0,0,0),(23092,20055,1,1,1,19305,1,-8460.15,-4143.46,-208.634,2.94961,300,0,0,328,0,0,0,0,0),(23091,20055,1,1,1,19305,1,-8505.6,-4191.92,-210.653,2.74017,300,0,0,328,0,0,0,0,0),(23090,20055,1,1,1,19305,1,-8422.28,-4183.14,-207.01,3.14159,300,0,0,328,0,0,0,0,0),(23089,20055,1,1,1,19305,1,-8427.85,-4181.63,-207.491,5.61996,300,0,0,328,0,0,0,0,0),(23088,20055,1,1,1,19305,1,-8509.79,-4193.57,-210.91,1.01229,300,0,0,328,0,0,0,0,0),(23087,20054,1,1,1,19313,1,-8462.26,-4182.17,-213.552,0.816321,600,0,0,10220,0,0,0,0,0),(23086,20054,1,1,1,19313,1,-8408.09,-4059.8,-208.489,3.50722,600,0,0,10220,0,0,0,0,0),(23085,20054,1,1,1,19312,1,-8492.49,-4169.06,-170.301,4.46804,600,0,0,10220,0,0,0,0,0),(23084,20054,1,1,1,19313,1,-8433.45,-4068.74,-206.886,2.35619,600,0,0,10220,0,0,0,0,0),(23083,20054,1,1,1,19311,1,-8491.17,-4199.68,-214.189,5.58505,600,0,0,10220,0,0,0,0,0),(23082,20054,1,1,1,19310,1,-8488.16,-4178.3,-208.755,5.23599,600,0,0,10220,0,0,0,0,0),(23081,20054,1,1,1,19310,1,-8470.64,-4182.18,-215.235,5.46288,600,0,0,10220,0,0,0,0,0),(23080,20054,1,1,1,19310,1,-8483.74,-4162.67,-171.657,0.034907,600,0,0,10220,0,0,0,0,0),(23079,20054,1,1,1,19311,1,-8431.08,-4065.13,-206.705,2.6529,600,0,0,10220,0,0,0,0,0),(23078,20053,1,1,1,19306,1,-8465.31,-4185.42,-214.024,0.81645,600,0,0,10220,0,0,0,0,0),(23077,20053,1,1,1,19306,1,-8408.11,-4059.8,-208.488,3.50462,600,0,0,10220,0,0,0,0,0),(23076,5460,1,1,1,11079,0,-7744.99,-2549.94,-47.5923,4.85716,300,3,0,2672,0,1,0,0,0),(23075,5460,1,1,1,11079,0,-7804.91,-2537.8,-33.7234,5.99835,300,3,0,2672,0,1,0,0,0),(23074,5460,1,1,1,11079,0,-7807.1,-2558.65,-33.7316,6.01171,300,0,0,2672,0,2,0,0,0),(23073,5460,1,1,1,11079,0,-7968.07,-2623.99,-49.672,5.34095,300,0,0,2672,0,2,0,0,0),(23072,5460,1,1,1,11079,0,-7867.54,-2629.3,-56.6996,0.166313,300,5,0,2672,0,1,0,0,0),(23071,5460,1,1,1,11079,0,-7894.67,-2415.09,-24.8102,0.982422,300,3,0,2672,0,1,0,0,0),(23070,5460,1,1,1,11079,0,-8085.02,-2440.39,-50.2892,2.54617,300,3,0,2672,0,1,0,0,0),(23069,5460,1,1,1,11079,0,-8008.49,-2422.6,-25.733,6.06572,300,3,0,2672,0,1,0,0,0),(23068,5459,1,1,1,11108,0,-7975.01,-2430.07,-25.2835,5.61161,300,3,0,2488,0,1,0,0,0),(23067,5459,1,1,1,11108,0,-7866.5,-2655.95,-56.7937,0.456939,300,5,0,2488,0,1,0,0,0),(23066,5459,1,1,1,11108,0,-7822.68,-2616.44,-48.1952,0.254998,300,5,0,2488,0,1,0,0,0),(23065,5459,1,1,1,11108,0,-8102.17,-2639.73,9.13098,5.17409,300,10,0,2488,0,1,0,0,0),(23064,5459,1,1,1,11108,0,-7719.49,-2599.49,-57.7359,1.0014,300,3,0,2488,0,1,0,0,0),(23063,5459,1,1,1,11108,0,-8078.13,-2508.61,-52.12,3.16002,300,10,0,2488,0,1,0,0,0),(23062,5459,1,1,1,11108,0,-7994.79,-2560.72,-50.116,5.24361,300,3,0,2488,0,1,0,0,0),(23061,5459,1,1,1,11108,0,-7790.58,-2577.36,-48.1866,2.58668,300,3,0,2488,0,1,0,0,0),(23060,5459,1,1,1,11108,0,-7905.38,-2446.24,-30.1679,0.718506,300,5,0,2488,0,1,0,0,0),(23059,5459,1,1,1,11108,0,-7846.74,-2521.45,-45.6434,2.03444,300,3,0,2488,0,1,0,0,0),(23058,5459,1,1,1,11108,0,-7956.7,-2520.38,-37.9526,2.82192,300,3,0,2488,0,1,0,0,0),(23057,5459,1,1,1,11108,0,-7811.65,-2591.3,-49.3004,0.433559,300,3,0,2488,0,1,0,0,0),(23056,7763,1,1,1,6881,1,-7112.68,-3831.32,9.7369,2.21657,300,0,0,2576,0,0,0,0,0),(23055,5459,1,1,1,11108,0,-7937.36,-2386.03,-27.8358,5.48482,300,3,0,2488,0,1,0,0,0),(23054,5458,1,1,1,157,0,-7936.77,-2676.3,11.5125,1.52191,300,5,0,2576,0,1,0,0,0),(23053,5458,1,1,1,157,0,-7689.51,-2708.05,12.4929,4.97318,300,15,0,2576,0,1,0,0,0),(23052,5458,1,1,1,157,0,-7838.26,-2685.81,9.12581,5.79699,300,15,0,2576,0,1,0,0,0),(23051,5458,1,1,1,157,0,-7703.88,-2581.01,-56.9366,0.484126,300,3,0,2576,0,1,0,0,0),(23050,5458,1,1,1,157,0,-7932.14,-2494.83,-29.7916,1.72611,300,3,0,2576,0,1,0,0,0),(23049,5458,1,1,1,157,0,-7921.03,-2459.9,-28.437,0.715814,300,5,0,2576,0,1,0,0,0),(23048,5458,1,1,1,157,0,-8013.17,-2589.96,-47.3069,5.14094,300,3,0,2576,0,1,0,0,0),(23047,5458,1,1,1,157,0,-7896.9,-2365.36,-21.8345,5.60588,300,3,0,2576,0,1,0,0,0),(23046,5458,1,1,1,157,0,-8223.76,-2405.72,12.7429,1.86697,300,3,0,2576,0,1,0,0,0),(23045,5458,1,1,1,157,0,-7929.47,-2438.91,-31.1331,3.33604,300,5,0,2576,0,1,0,0,0),(23044,5458,1,1,1,157,0,-8040.65,-2380.25,9.04547,5.97039,300,15,0,2576,0,1,0,0,0),(23043,5458,1,1,1,157,0,-8041.74,-2535.68,-38.9531,5.97055,300,3,0,2576,0,1,0,0,0),(23042,5458,1,1,1,157,0,-7695.48,-2612.57,-55.881,5.43345,300,3,0,2576,0,1,0,0,0),(23041,5458,1,1,1,157,0,-7859.49,-2497.95,-45.3311,0.897862,300,3,0,2576,0,1,0,0,0),(23040,5458,1,1,1,157,0,-7981.23,-2362.11,-26.2943,3.77707,300,3,0,2576,0,1,0,0,0),(23039,5458,1,1,1,157,0,-7959.83,-2454.18,-32.2386,2.89991,300,3,0,2576,0,1,0,0,0),(23038,5458,1,1,1,157,0,-7977.53,-2430.22,9.09783,1.23645,300,5,0,2576,0,1,0,0,0),(23037,5458,1,1,1,157,0,-7960.05,-2588.9,-52.055,4.67575,300,3,0,2576,0,1,0,0,0),(23036,5458,1,1,1,157,0,-7762.89,-2520.39,9.69383,6.13603,300,15,0,2576,0,1,0,0,0),(23035,5458,1,1,1,157,0,-7890.16,-2638.58,-57.0024,5.16949,300,5,0,2576,0,1,0,0,0),(23033,5457,1,1,1,11107,0,-7915.98,-2581.9,9.56675,0.465175,300,15,0,2672,0,1,0,0,0),(23032,5457,1,1,1,11107,0,-7885.31,-2619,9.05717,4.55751,300,15,0,2672,0,1,0,0,0),(23031,5457,1,1,1,11107,0,-7846.51,-2652.16,9.17545,5.95093,300,10,0,2672,0,1,0,0,0),(23030,5457,1,1,1,11107,0,-7650.67,-2649.99,9.72688,0.392766,300,5,0,2672,0,1,0,0,0),(23029,5457,1,1,1,11107,0,-7836.38,-2490.18,9.18589,2.31442,300,0,0,2672,0,2,0,0,0),(23028,5457,1,1,1,11107,0,-7791.15,-2572.04,-28.2281,2.08313,300,0,0,2672,0,2,0,0,0),(23027,5457,1,1,1,11107,0,-7729.55,-2657.45,10.0476,1.90738,300,15,0,2672,0,1,0,0,0),(23026,5457,1,1,1,11107,0,-8060.85,-2579.83,8.84765,2.48035,300,5,0,2672,0,1,0,0,0),(1153,1114,0,1,1,845,0,-12749.7,-847.831,64.5806,2.20637,300,5,0,1804,0,1,0,0,0),(1152,782,0,1,1,4625,1,-12981.6,-730.518,56.0659,4.46915,300,3,0,1902,0,1,0,0,0),(23025,5457,1,1,1,11107,0,-8128.19,-2573.1,9.09461,1.53175,300,15,0,2672,0,1,0,0,0),(23024,5457,1,1,1,11107,0,-8090.39,-2688.23,13.7313,4.56137,300,15,0,2672,0,1,0,0,0),(23023,5457,1,1,1,11107,0,-8187.38,-2474.35,9.4019,1.46316,300,0,0,2672,0,2,0,0,0),(23022,5457,1,1,1,11107,0,-7989.11,-2449.13,8.90758,0.83367,300,5,0,2672,0,1,0,0,0),(23021,5457,1,1,1,11107,0,-7943.43,-2677.68,10.1179,1.16361,300,0,0,2672,0,2,0,0,0),(23020,5457,1,1,1,11107,0,-7970.55,-2320.81,10.3226,3.0888,300,15,0,2672,0,1,0,0,0),(23019,5457,1,1,1,11107,0,-7909.72,-2341.31,9.33967,2.6928,300,5,0,2672,0,1,0,0,0),(23018,5457,1,1,1,11107,0,-8155.07,-2554.05,9.41824,3.60087,300,15,0,2672,0,1,0,0,0),(23017,5457,1,1,1,11107,0,-8039.59,-2298.81,10.6062,4.27057,300,3,0,2672,0,1,0,0,0),(23016,5457,1,1,1,11107,0,-8056.18,-2383.4,9.40321,0.117566,300,15,0,2672,0,1,0,0,0),(23015,5457,1,1,1,11107,0,-7981.55,-2639.98,18.3772,0.109579,300,5,0,2672,0,1,0,0,0),(23014,5457,1,1,1,11107,0,-8107.57,-2439.69,9.51026,0.716614,300,5,0,2672,0,1,0,0,0),(23013,5457,1,1,1,11107,0,-7741.59,-2490.23,9.25732,3.88064,300,5,0,2672,0,1,0,0,0),(23012,5457,1,1,1,11107,0,-8045.36,-2639.34,9.14997,4.45795,300,15,0,2672,0,1,0,0,0),(23011,5456,1,1,1,5297,0,-7885.19,-2545.77,9.10107,1.50631,300,5,0,2576,0,1,0,0,0),(23010,5456,1,1,1,5297,0,-7894.64,-2697.06,16.0629,4.01749,300,5,0,2576,0,1,0,0,0),(23009,5456,1,1,1,5297,0,-7851.55,-2715.26,9.27698,2.93309,300,15,0,2576,0,1,0,0,0),(23008,5456,1,1,1,5297,0,-7752.1,-2751.16,8.92046,4.46778,300,15,0,2576,0,1,0,0,0),(23007,5456,1,1,1,5297,0,-7776.77,-2514.97,-42.902,0.054256,300,3,0,2576,0,1,0,0,0),(23006,5456,1,1,1,5297,0,-7692.01,-2598.6,-56.5266,4.91896,300,3,0,2576,0,1,0,0,0),(23005,5456,1,1,1,5297,0,-7833.72,-2459.56,13.1468,2.59314,300,5,0,2576,0,1,0,0,0),(23004,5456,1,1,1,5297,0,-7694.89,-2672.92,11.2858,3.14182,300,10,0,2576,0,1,0,0,0),(23003,5456,1,1,1,5297,0,-7689.24,-2626.12,9.64258,1.81341,300,30,0,2576,0,1,0,0,0),(23002,5456,1,1,1,5297,0,-8077.29,-2635.09,11.4537,5.04464,300,15,0,2576,0,1,0,0,0),(23001,5456,1,1,1,5297,0,-7947.46,-2720.36,12.4864,6.21209,300,15,0,2576,0,1,0,0,0),(23000,5456,1,1,1,5297,0,-8029.37,-2714.74,8.92046,3.08102,300,15,0,2576,0,1,0,0,0),(22999,5456,1,1,1,5297,0,-8119.5,-2404.93,9.00498,1.66075,300,15,0,2576,0,1,0,0,0),(22998,5456,1,1,1,5297,0,-7961.55,-2605.72,9.83683,1.66285,300,5,0,2576,0,1,0,0,0),(22997,5456,1,1,1,5297,0,-7959.77,-2452.17,-32.1582,0.905177,300,0,0,2576,0,2,0,0,0),(22996,5456,1,1,1,5297,0,-8079.1,-2422.65,10.365,5.20659,300,5,0,2576,0,1,0,0,0),(22995,5456,1,1,1,5297,0,-8017.65,-2537.56,9.30753,2.92314,300,5,0,2576,0,1,0,0,0),(22994,5456,1,1,1,5297,0,-8151.34,-2396.64,9.83194,1.41206,300,15,0,2576,0,1,0,0,0),(22993,5456,1,1,1,5297,0,-7918.16,-2391.1,-24.4919,1.78287,300,3,0,2576,0,1,0,0,0),(22992,5456,1,1,1,5297,0,-7931.32,-2546.3,8.92046,6.23373,300,5,0,2576,0,1,0,0,0),(22991,5456,1,1,1,5297,0,-7950.92,-2417.32,8.92045,1.2057,300,5,0,2576,0,1,0,0,0),(22990,5456,1,1,1,5297,0,-7990.78,-2596.67,9.2427,4.64063,300,5,0,2576,0,1,0,0,0),(22989,5456,1,1,1,5297,0,-7926.63,-2424.26,9.40061,0.676365,300,15,0,2576,0,1,0,0,0),(22988,5456,1,1,1,5297,0,-7955.68,-2366.67,10.6239,3.14159,300,15,0,2576,0,1,0,0,0),(22987,5456,1,1,1,5297,0,-8091.71,-2434.79,-47.3659,2.55266,300,3,0,2576,0,1,0,0,0),(22986,5456,1,1,1,5297,0,-7970.57,-2516.36,-39.1989,6.12547,300,5,0,2576,0,1,0,0,0),(22985,5456,1,1,1,5297,0,-7739.36,-2547.74,9.47149,6.07087,300,15,0,2576,0,1,0,0,0),(22984,5456,1,1,1,5297,0,-7627.25,-2533.71,9.30306,1.18862,300,5,0,2576,0,1,0,0,0),(22983,5456,1,1,1,5297,0,-7974,-2619.66,-48.5593,0.786222,300,3,0,2576,0,1,0,0,0),(22982,5456,1,1,1,5297,0,-7658.21,-2590.84,12.4926,3.4569,300,5,0,2576,0,1,0,0,0),(22981,5456,1,1,1,5297,0,-8023.92,-2357.45,13.8278,3.38246,300,10,0,2576,0,1,0,0,0),(22980,5456,1,1,1,5297,0,-8045.78,-2353.61,8.92047,5.99113,300,15,0,2576,0,1,0,0,0),(22979,5456,1,1,1,5297,0,-7791.29,-2517.55,14.4063,5.62949,300,10,0,2576,0,1,0,0,0),(22978,5456,1,1,1,5297,0,-8197.19,-2392.07,14.4883,3.64983,300,10,0,2576,0,1,0,0,0),(22977,5456,1,1,1,5297,0,-8006.08,-2375.82,14.1635,0.836529,300,15,0,2576,0,1,0,0,0),(22976,5456,1,1,1,5297,0,-8185.33,-2474.13,9.06592,3.81875,300,15,0,2576,0,1,0,0,0),(22975,5455,1,1,1,92,0,-7916.99,-2515.38,9.61263,1.06558,300,5,0,2488,0,1,0,0,0),(22974,5455,1,1,1,92,0,-7915.96,-2638.78,9.46374,1.20342,300,15,0,2488,0,1,0,0,0),(22973,5455,1,1,1,92,0,-7816.36,-2678.93,9.23341,1.34004,300,10,0,2488,0,1,0,0,0),(22972,5455,1,1,1,92,0,-7786.83,-2720.76,11.5703,4.00715,300,15,0,2488,0,1,0,0,0),(22971,5455,1,1,1,92,0,-7748.17,-2682.36,9.04716,0.279105,300,15,0,2488,0,1,0,0,0),(22970,5455,1,1,1,92,0,-7805.95,-2546.51,-33.0405,1.75328,300,3,0,2488,0,1,0,0,0),(22969,5455,1,1,1,92,0,-7719.45,-2554.78,9.83855,1.28177,300,15,0,2488,0,1,0,0,0),(22968,5455,1,1,1,92,0,-8141.46,-2627.87,9.27578,5.41923,300,5,0,2488,0,1,0,0,0),(22967,5455,1,1,1,92,0,-8123.69,-2643.53,9.47408,5.5254,300,10,0,2488,0,1,0,0,0),(22966,5455,1,1,1,92,0,-8013.14,-2675.12,9.76921,3.65597,300,15,0,2488,0,1,0,0,0),(22965,5455,1,1,1,92,0,-7925.91,-2384.69,14.8806,5.37737,300,5,0,2488,0,1,0,0,0),(22964,5455,1,1,1,92,0,-7729.4,-2496.75,8.92047,0.639706,300,5,0,2488,0,1,0,0,0),(22963,5455,1,1,1,92,0,-8184.94,-2496.65,9.40946,1.4336,300,15,0,2488,0,1,0,0,0),(22962,5455,1,1,1,92,0,-7714.43,-2752.72,8.92047,5.88861,300,15,0,2488,0,1,0,0,0),(22961,5455,1,1,1,92,0,-7894.18,-2428.05,9.10876,2.66484,300,15,0,2488,0,1,0,0,0),(22960,5455,1,1,1,92,0,-8015.56,-2405.85,8.94766,6.06394,300,5,0,2488,0,1,0,0,0),(22959,5455,1,1,1,92,0,-7860.46,-2480.84,9.57116,3.49053,300,15,0,2488,0,1,0,0,0),(22958,5455,1,1,1,92,0,-7693.77,-2552.61,14.7125,3.38657,300,5,0,2488,0,1,0,0,0),(22957,5455,1,1,1,92,0,-8028.12,-2419.63,-31.2502,0.248595,300,3,0,2488,0,1,0,0,0),(22956,5455,1,1,1,92,0,-8075.88,-2474.13,-22.7585,0.196909,300,0,0,2488,0,2,0,0,0),(22955,5455,1,1,1,92,0,-7866.02,-2636.67,-56.8964,1.3575,300,5,0,2488,0,1,0,0,0),(22954,5455,1,1,1,92,0,-7641.51,-2511.13,9.8822,3.75616,300,5,0,2488,0,1,0,0,0),(22953,5455,1,1,1,92,0,-7949.74,-2384.13,-27.3466,2.62595,300,3,0,2488,0,1,0,0,0),(22952,5455,1,1,1,92,0,-7906.86,-2479.22,-23.4645,5.08762,300,5,0,2488,0,1,0,0,0),(22951,5455,1,1,1,92,0,-7954.09,-2465.72,11.3193,4.70848,300,5,0,2488,0,1,0,0,0),(22950,5455,1,1,1,92,0,-8009.51,-2522.85,8.9185,3.12733,300,5,0,2488,0,1,0,0,0),(22949,5454,1,1,1,3195,0,-9243.17,-4026.72,-39.9614,5.0091,300,3,0,2672,0,1,0,0,0),(22948,5454,1,1,1,3195,0,-9209.59,-4082.28,-39.6047,0.279253,300,3,0,2672,0,1,0,0,0),(22947,5454,1,1,1,3195,0,-9104.77,-4023.53,-15.9325,3.05433,300,10,0,2672,0,1,0,0,0),(22946,5454,1,1,1,3195,0,-9051.94,-4224.47,-32.2875,4.13643,300,3,0,2672,0,1,0,0,0),(22945,5454,1,1,1,3195,0,-8972.65,-4153.88,-31.2775,1.6057,300,3,0,2672,0,1,0,0,0),(22944,5454,1,1,1,3195,0,-9051.93,-4144.08,12.6662,2.33396,300,15,0,2672,0,1,0,0,0),(22943,5454,1,1,1,3195,0,-9025.46,-4062.59,17.3523,0.628653,300,15,0,2672,0,1,0,0,0),(22942,5454,1,1,1,3195,0,-9063.32,-3998.3,9.32873,0.468014,300,10,0,2672,0,1,0,0,0),(22941,5454,1,1,1,3195,0,-9201.99,-3940.8,-36.86,0.610865,300,3,0,2672,0,1,0,0,0),(22940,5454,1,1,1,3195,0,-8982.12,-4084.82,12.4048,5.68101,300,15,0,2672,0,1,0,0,0),(22939,5454,1,1,1,3195,0,-9088.65,-4146.82,12.3777,2.48209,300,15,0,2672,0,1,0,0,0),(22938,5454,1,1,1,3195,0,-9323,-3882.96,9.74847,2.67794,300,10,0,2672,0,1,0,0,0),(22937,5454,1,1,1,3195,0,-9113.44,-3913.18,-32.6061,3.7001,300,3,0,2672,0,1,0,0,0),(22936,5454,1,1,1,3195,0,-9083.39,-4152.09,-29.397,2.79253,300,3,0,2672,0,1,0,0,0),(22935,5454,1,1,1,3195,0,-8983.61,-4123.19,12.3893,1.8703,300,15,0,2672,0,1,0,0,0),(22934,5454,1,1,1,3195,0,-9065.79,-4058.32,-17.3945,1.20428,300,10,0,2672,0,1,0,0,0),(22933,5454,1,1,1,3195,0,-9258.63,-4108.77,-52.3947,1.79726,300,3,0,2672,0,1,0,0,0),(22932,5454,1,1,1,3195,0,-9121.6,-4193.55,-28.7932,3.87463,300,3,0,2672,0,1,0,0,0),(22931,5453,1,1,1,11094,0,-8963.07,-4129.74,-31.0931,1.25664,300,3,0,2576,0,1,0,0,0),(22930,5453,1,1,1,11094,0,-9285.1,-3924.13,9.01071,0.624245,300,10,0,2576,0,1,0,0,0),(22929,5453,1,1,1,11094,0,-8980.8,-4129.64,-31.188,1.90241,300,3,0,2576,0,1,0,0,0),(22928,5453,1,1,1,11094,0,-9446.47,-4059.3,-45.7554,2.21558,300,3,0,2576,0,1,0,0,0),(22927,5453,1,1,1,11094,0,-9275.87,-4130.19,-52.9013,4.95674,300,3,0,2576,0,1,0,0,0),(22926,5453,1,1,1,11094,0,-9233.82,-3981.44,-39.134,5.39307,300,3,0,2576,0,1,0,0,0),(22925,5453,1,1,1,11094,0,-9014.95,-4087.81,-21.8072,0.244346,300,0,0,2576,0,2,0,0,0),(22924,5453,1,1,1,11094,0,-9371.67,-3998.26,-29.1766,6.17249,300,3,0,2576,0,1,0,0,0),(22923,5453,1,1,1,11094,0,-8982.12,-3779.15,10.6038,4.0169,300,15,0,2576,0,1,0,0,0),(22922,5453,1,1,1,11094,0,-9085.83,-3911.52,-32.3974,3.10669,300,3,0,2576,0,1,0,0,0),(22921,5453,1,1,1,11094,0,-9242.58,-3879.09,10.6356,1.31824,300,5,0,2576,0,1,0,0,0),(22920,5453,1,1,1,11094,0,-9220.42,-4132.07,-44.747,5.06145,300,3,0,2576,0,1,0,0,0),(22919,5453,1,1,1,11094,0,-9318.99,-4037,10.0847,1.24657,300,5,0,2576,0,1,0,0,0),(22918,5453,1,1,1,11094,0,-9029.47,-4133.96,13.5952,2.53951,300,15,0,2576,0,1,0,0,0),(22917,5453,1,1,1,11094,0,-9103.29,-3937.28,-31.8455,2.89725,300,3,0,2576,0,1,0,0,0),(22916,5453,1,1,1,11094,0,-9272.67,-3999.23,-36.0046,5.61996,300,3,0,2576,0,1,0,0,0),(22915,5453,1,1,1,11094,0,-9152.83,-4146.72,-40.2184,0.488692,300,3,0,2576,0,1,0,0,0),(22914,5453,1,1,1,11094,0,-9220.31,-4006.05,-39.5301,3.4383,300,3,0,2576,0,1,0,0,0),(22913,5453,1,1,1,11094,0,-9154.83,-4084.18,-45.8138,5.07891,300,3,0,2576,0,1,0,0,0),(22912,5452,1,1,1,11095,0,-8797.59,-4162.64,11.8984,3.65856,300,15,0,2488,0,1,0,0,0),(22911,5452,1,1,1,11095,0,-9055.17,-3956.89,13.4454,4.78871,300,10,0,2488,0,1,0,0,0),(22910,5452,1,1,1,11095,0,-9074.68,-4222.39,-30.982,0.15708,300,3,0,2488,0,1,0,0,0),(22909,5452,1,1,1,11095,0,-9187.38,-4015.27,10.1588,2.00329,300,5,0,2488,0,1,0,0,0),(22908,5452,1,1,1,11095,0,-9283.28,-3892.1,10.2206,1.8499,300,10,0,2488,0,1,0,0,0),(22907,5452,1,1,1,11095,0,-9289.22,-4108.85,-52.8786,0.785398,300,3,0,2488,0,1,0,0,0),(22906,5452,1,1,1,11095,0,-9118.04,-4163.41,-43.9601,1.20428,300,3,0,2488,0,1,0,0,0),(22905,5452,1,1,1,11095,0,-9418.33,-4060.39,-46.8608,4.51296,300,3,0,2488,0,1,0,0,0),(22904,5452,1,1,1,11095,0,-9414.53,-3999.15,-38.1675,0.167351,300,3,0,2488,0,1,0,0,0),(22903,5452,1,1,1,11095,0,-9349.18,-3960.96,-19.8617,5.39307,300,0,0,2488,0,2,0,0,0),(22902,5452,1,1,1,11095,0,-9152.05,-4102.12,13.637,5.49773,300,5,0,2488,0,1,0,0,0),(22901,5452,1,1,1,11095,0,-9186.07,-4204.15,-44.415,5.32325,300,3,0,2488,0,1,0,0,0),(22900,5452,1,1,1,11095,0,-9170.45,-3920.11,11.2942,6.2085,300,5,0,2488,0,1,0,0,0),(22899,5452,1,1,1,11095,0,-9143.72,-3968.64,-17.1648,6.19592,300,3,0,2488,0,1,0,0,0),(22898,5452,1,1,1,11095,0,-9106.96,-4126.45,13.8688,3.26528,300,15,0,2488,0,1,0,0,0),(22897,5452,1,1,1,11095,0,-9179.12,-4137.73,-44.0991,5.25344,300,0,0,2488,0,2,0,0,0),(22896,5452,1,1,1,11095,0,-9065.93,-4244.39,-32.4342,4.17134,300,3,0,2488,0,1,0,0,0),(22895,5452,1,1,1,11095,0,-9066.49,-4118.96,-27.472,5.06145,300,3,0,2488,0,1,0,0,0),(22894,5452,1,1,1,11095,0,-9199.69,-3922.23,-33.476,1.18682,300,3,0,2488,0,1,0,0,0),(22893,5452,1,1,1,11095,0,-9184.68,-4173.08,-44.5312,6.17846,300,3,0,2488,0,1,0,0,0),(22892,5452,1,1,1,11095,0,-9048.73,-4151.85,-30.184,1.15192,300,3,0,2488,0,1,0,0,0),(22891,5452,1,1,1,11095,0,-9049.93,-4096.27,17.6294,4.64167,300,15,0,2488,0,1,0,0,0),(22890,5452,1,1,1,11095,0,-8991.28,-4002.35,10.9053,1.98466,300,15,0,2488,0,1,0,0,0),(22889,5451,1,1,1,11093,0,-8884.5,-4181.89,14.7853,2.26876,300,15,0,2672,0,1,0,0,0),(22888,5451,1,1,1,11093,0,-8945.91,-4259.72,11.5354,2.23852,300,10,0,2672,0,1,0,0,0),(22887,5451,1,1,1,11093,0,-8866.37,-4155.18,11.2127,2.73471,300,15,0,2672,0,1,0,0,0),(22886,5451,1,1,1,11093,0,-8762.75,-4187.34,12.7152,3.15331,300,15,0,2672,0,1,0,0,0),(22885,5451,1,1,1,11093,0,-8759.49,-4140.55,10.0207,0.31906,300,15,0,2672,0,1,0,0,0),(22884,5451,1,1,1,11093,0,-9381.33,-3814.75,10.3777,6.18934,300,10,0,2672,0,1,0,0,0),(22883,5451,1,1,1,11093,0,-9378.75,-4145.86,13.7083,0.029288,300,5,0,2672,0,1,0,0,0),(22882,5451,1,1,1,11093,0,-9048.07,-3816.63,14.8132,5.91138,300,15,0,2672,0,1,0,0,0),(22881,5451,1,1,1,11093,0,-8916.11,-3949.6,10.8315,0.050837,300,15,0,2672,0,1,0,0,0),(22880,5451,1,1,1,11093,0,-9350.54,-3786.02,10.153,5.03214,300,10,0,2672,0,1,0,0,0),(22879,5451,1,1,1,11093,0,-9283.4,-4184.46,10.7523,3.06736,300,5,0,2672,0,1,0,0,0),(22878,5451,1,1,1,11093,0,-9075.6,-3789.63,10.1066,6.26785,300,5,0,2672,0,1,0,0,0),(22877,5451,1,1,1,11093,0,-9139.51,-4154.79,-43.0613,2.90415,300,3,0,2672,0,1,0,0,0),(22876,5451,1,1,1,11093,0,-9020.84,-3850.63,13.6355,3.15526,300,5,0,2672,0,1,0,0,0),(22875,5451,1,1,1,11093,0,-8934.14,-3815.71,10.8162,3.22571,300,15,0,2672,0,1,0,0,0),(22874,5451,1,1,1,11093,0,-9348.18,-3963.56,-20.7558,1.32481,300,5,0,2672,0,1,0,0,0),(22873,5451,1,1,1,11093,0,-9351.92,-4179.18,19.101,3.06527,300,5,0,2672,0,1,0,0,0),(22872,5451,1,1,1,11093,0,-9147.92,-4191.59,10.7485,5.00759,300,15,0,2672,0,1,0,0,0),(22871,5451,1,1,1,11093,0,-9183.06,-3879.3,10.7002,1.48668,300,5,0,2672,0,1,0,0,0),(22870,5451,1,1,1,11093,0,-8778.5,-3989.28,10.6504,1.45735,300,5,0,2672,0,1,0,0,0),(22869,5451,1,1,1,11093,0,-9198.11,-3718.89,15.1457,6.24004,300,10,0,2672,0,1,0,0,0),(22868,5451,1,1,1,11093,0,-8816.07,-3981.62,10.0207,1.41902,300,5,0,2672,0,1,0,0,0),(22867,5451,1,1,1,11093,0,-9381.1,-3682.8,12.0979,0.250663,300,10,0,2672,0,1,0,0,0),(22866,5451,1,1,1,11093,0,-9121.07,-4211.71,10.6379,1.86412,300,5,0,2672,0,1,0,0,0),(22865,5451,1,1,1,11093,0,-8889.38,-3919.27,14.551,3.0771,300,15,0,2672,0,1,0,0,0),(22864,5451,1,1,1,11093,0,-8937.83,-4079.18,10.4858,3.25893,300,5,0,2672,0,1,0,0,0),(22863,5451,1,1,1,11093,0,-9134.93,-3712.54,10.5411,0.588003,300,10,0,2672,0,1,0,0,0),(22862,5451,1,1,1,11093,0,-9249.99,-3687.86,10.5239,4.6714,300,10,0,2672,0,1,0,0,0),(22861,5451,1,1,1,11093,0,-9317.96,-3825.42,10.7265,4.74977,300,10,0,2672,0,1,0,0,0),(22860,5451,1,1,1,11093,0,-9420.49,-3716.04,10.4091,5.6458,300,15,0,2672,0,1,0,0,0),(22859,5451,1,1,1,11093,0,-8951.08,-3776.18,11.4723,1.73706,300,15,0,2672,0,1,0,0,0),(22858,5451,1,1,1,11093,0,-9108.73,-4038.32,-10.8507,1.6264,300,10,0,2672,0,1,0,0,0),(22857,5451,1,1,1,11093,0,-9409.69,-3781.76,10.7253,0.168679,300,5,0,2672,0,1,0,0,0),(22856,5451,1,1,1,11093,0,-9076.82,-3859.44,10.1583,5.15857,300,10,0,2672,0,1,0,0,0),(22855,5451,1,1,1,11093,0,-8989.83,-3876.66,10.2733,2.48089,300,15,0,2672,0,1,0,0,0),(22854,5451,1,1,1,11093,0,-9078.36,-4182.54,10.3956,0.059598,300,15,0,2672,0,1,0,0,0),(22853,5451,1,1,1,11093,0,-9459.84,-3840.82,13.6051,4.34676,300,5,0,2672,0,1,0,0,0),(22852,5451,1,1,1,11093,0,-9014.67,-4091.87,-22.4584,5.01542,300,3,0,2672,0,1,0,0,0),(22851,5451,1,1,1,11093,0,-9133.53,-3778.69,10.4478,5.93675,300,10,0,2672,0,1,0,0,0),(22850,5450,1,1,1,3194,0,-8984.24,-4287.66,26.8593,0.005859,300,5,0,2672,0,1,0,0,0),(22849,5450,1,1,1,3194,0,-8935.36,-4301.99,34.2972,3.90989,300,5,0,2672,0,1,0,0,0),(22848,5450,1,1,1,3194,0,-8817.83,-4157.01,10.7412,1.46899,300,15,0,2672,0,1,0,0,0),(22847,5450,1,1,1,3194,0,-8896.11,-3761.15,10.2707,5.79631,300,15,0,2672,0,1,0,0,0),(22846,5450,1,1,1,3194,0,-9200.28,-3935.8,-34.1605,1.75686,300,3,0,2672,0,1,0,0,0),(22845,5450,1,1,1,3194,0,-8898.64,-3847.87,11.0112,3.07905,300,15,0,2672,0,1,0,0,0),(22844,5450,1,1,1,3194,0,-9119.96,-4189.69,-28.8728,1.18094,300,0,0,2672,0,2,0,0,0),(22843,5450,1,1,1,3194,0,-8813.08,-4050.73,15.2935,6.19518,300,15,0,2672,0,1,0,0,0),(22842,5450,1,1,1,3194,0,-8953.24,-3916.26,10.4221,2.81388,300,15,0,2672,0,1,0,0,0),(22841,5450,1,1,1,3194,0,-9285,-3651.94,11.9904,3.5623,300,5,0,2672,0,1,0,0,0),(22840,5450,1,1,1,3194,0,-8943.92,-3980.31,10.0861,0.471638,300,15,0,2672,0,1,0,0,0),(22839,5450,1,1,1,3194,0,-9109.37,-4173.25,-30.001,4.11525,300,3,0,2672,0,1,0,0,0),(22838,5450,1,1,1,3194,0,-8907.02,-4015.75,12.3757,0.027337,300,5,0,2672,0,1,0,0,0),(22837,5450,1,1,1,3194,0,-9318.43,-3742.36,10.7542,1.60204,300,10,0,2672,0,1,0,0,0),(22836,5450,1,1,1,3194,0,-8741.75,-3988.07,13.1193,4.31775,300,5,0,2672,0,1,0,0,0),(22835,5450,1,1,1,3194,0,-9016.76,-3793.26,10.0949,4.85743,300,15,0,2672,0,1,0,0,0),(22834,5450,1,1,1,3194,0,-8987.73,-3735.76,10.4693,1.9012,300,15,0,2672,0,1,0,0,0),(22833,5450,1,1,1,3194,0,-8773.49,-3948.53,10.0268,0.132803,300,5,0,2672,0,1,0,0,0),(22832,5450,1,1,1,3194,0,-9282.47,-3764.29,10.3926,1.46899,300,10,0,2672,0,1,0,0,0),(22831,5955,1,1,1,2902,0,-9285.7,-2412.92,8.99823,3.70199,300,0,0,2218,0,0,0,0,0),(22830,5441,1,1,1,482,0,-8947.05,-4117.67,10.5997,5.32256,300,15,0,2488,0,1,0,0,0),(22829,5441,1,1,1,482,0,-8917.09,-4152.67,14.26,5.00481,300,15,0,2488,0,1,0,0,0),(22828,5441,1,1,1,482,0,-8948.69,-4181.26,10.0417,0.43721,300,15,0,2488,0,1,0,0,0),(22827,5441,1,1,1,482,0,-8915.46,-4217.31,11.3022,6.14408,300,15,0,2488,0,1,0,0,0),(22826,5441,1,1,1,482,0,-8892.49,-4275.28,13.5524,4.42056,300,5,0,2488,0,1,0,0,0),(22825,5441,1,1,1,482,0,-9124.29,-3733.16,10.0206,1.88125,300,10,0,2488,0,1,0,0,0),(22824,5441,1,1,1,482,0,-9120.71,-3822.53,11.573,2.14472,300,10,0,2488,0,1,0,0,0),(22823,5441,1,1,1,482,0,-9349.23,-4115.21,10.5725,0.790495,300,5,0,2488,0,1,0,0,0),(22822,5441,1,1,1,482,0,-9315.43,-3681.06,10.3148,1.64113,300,10,0,2488,0,1,0,0,0),(22821,5441,1,1,1,482,0,-8771.64,-4070.34,11.5208,2.09648,300,15,0,2488,0,1,0,0,0),(22820,5441,1,1,1,482,0,-9192.83,-3815.65,10.9293,3.55546,300,10,0,2488,0,1,0,0,0),(22819,5441,1,1,1,482,0,-8847.99,-4016.29,14.6907,6.02825,300,5,0,2488,0,1,0,0,0),(22818,5441,1,1,1,482,0,-9382.02,-3748.18,10.5577,0.483806,300,10,0,2488,0,1,0,0,0),(22817,5441,1,1,1,482,0,-9212.1,-3807.61,13.2123,4.88861,300,5,0,2488,0,1,0,0,0),(22816,5441,1,1,1,482,0,-9264.39,-4024.47,-36.857,3.14124,300,3,0,2488,0,1,0,0,0),(22815,5441,1,1,1,482,0,-9351.86,-3713.94,14.2782,1.83944,300,10,0,2488,0,1,0,0,0),(22814,5441,1,1,1,482,0,-8915.06,-3883.47,13.1017,5.58345,300,15,0,2488,0,1,0,0,0),(22813,5441,1,1,1,482,0,-9453.54,-3748.96,10.4791,3.69978,300,10,0,2488,0,1,0,0,0),(22812,5441,1,1,1,482,0,-9160.16,-3853.49,11.7517,4.72001,300,10,0,2488,0,1,0,0,0),(22811,5441,1,1,1,482,0,-9351.33,-3649.84,10.5426,1.69612,300,15,0,2488,0,1,0,0,0),(22810,5441,1,1,1,482,0,-9229.17,-3861.6,10.5674,2.65611,300,5,0,2488,0,1,0,0,0),(22809,5441,1,1,1,482,0,-8923.43,-3715.64,12.6735,0.119507,300,15,0,2488,0,1,0,0,0),(22808,5441,1,1,1,482,0,-9413.42,-3997.76,-37.8902,3.18777,300,3,0,2488,0,1,0,0,0),(22807,5441,1,1,1,482,0,-8882.36,-3986.73,11.2344,4.91624,300,5,0,2488,0,1,0,0,0),(22806,5441,1,1,1,482,0,-9283.33,-3721.24,11.3024,5.45272,300,10,0,2488,0,1,0,0,0),(22805,5441,1,1,1,482,0,-8844.5,-4085.58,10.1457,1.12964,300,15,0,2488,0,1,0,0,0),(22804,5441,1,1,1,482,0,-9188.64,-3619.81,14.0139,0.844803,300,10,0,2488,0,1,0,0,0),(22803,5441,1,1,1,482,0,-8854.17,-3951.04,10.5484,3.43871,300,5,0,2488,0,1,0,0,0),(22802,5441,1,1,1,482,0,-9304.56,-4115.09,12.358,3.34818,300,5,0,2488,0,1,0,0,0),(22801,5441,1,1,1,482,0,-8849.19,-4113.11,11.1457,2.89255,300,15,0,2488,0,1,0,0,0),(22800,5441,1,1,1,482,0,-8949.23,-4051.33,10.678,0.401741,300,5,0,2488,0,1,0,0,0),(22799,5441,1,1,1,482,0,-9271.18,-3857.33,10.2707,1.24806,300,10,0,2488,0,1,0,0,0),(22798,5441,1,1,1,482,0,-9340.03,-4087.34,11.3584,3.2984,300,5,0,2488,0,1,0,0,0),(22797,5441,1,1,1,482,0,-8956.14,-3842.73,10.7668,2.23583,300,15,0,2488,0,1,0,0,0),(1151,691,0,1,1,5561,0,-12214.7,882.646,-0.530996,1.00301,300,3,0,1469,0,1,0,0,0),(22796,5441,1,1,1,482,0,-9219.25,-4175.69,18.5551,2.065,300,5,0,2488,0,1,0,0,0),(22795,5441,1,1,1,482,0,-9175.44,-4137.92,-43.4975,5.33365,300,3,0,2488,0,1,0,0,0),(22794,5441,1,1,1,482,0,-8995.67,-3811.8,11.3466,2.87054,300,15,0,2488,0,1,0,0,0),(22793,5441,1,1,1,482,0,-9187.55,-4155.72,-44.43,1.42325,300,3,0,2488,0,1,0,0,0),(22792,5441,1,1,1,482,0,-8755.09,-4119.74,10.4835,6.16973,300,15,0,2488,0,1,0,0,0),(22791,5441,1,1,1,482,0,-9237.06,-3750.82,10.4601,0.070334,300,10,0,2488,0,1,0,0,0),(22790,5441,1,1,1,482,0,-9324.59,-4154.3,11.0519,3.75504,300,5,0,2488,0,1,0,0,0),(22789,5441,1,1,1,482,0,-9177.25,-3687.37,10.3283,1.66464,300,10,0,2488,0,1,0,0,0),(22788,15165,1,1,1,15300,0,-6899.22,-4811.38,8.75024,2.6529,300,0,0,2980,0,0,0,0,0),(22787,20027,1,1,1,1104,0,-8684.44,-4291.03,-199.363,0.506145,300,0,0,9489,0,0,0,0,0),(22786,20027,1,1,1,1104,0,-8696.45,-4281.9,-187.493,1.29154,300,0,0,9489,0,0,0,0,0),(22785,20027,1,1,1,1104,0,-8701.22,-4299.8,-178.405,4.50295,300,0,0,9489,0,0,0,0,0),(22784,20026,1,1,1,18417,0,-8725.96,-4198.07,-208.359,3.07178,300,0,0,5592,0,0,0,0,0),(22783,20026,1,1,1,18417,0,-8774.79,-4212.66,-207.916,0.331613,300,0,0,5592,0,0,0,0,0),(22782,20026,1,1,1,18417,0,-8711.11,-4268.7,-209.129,0.698132,300,0,0,5592,0,0,0,0,0),(22781,20026,1,1,1,18417,0,-8630.6,-4214.61,-207.753,4.64258,300,0,0,5592,0,0,0,0,0),(22780,20025,1,1,1,18416,0,-8726.21,-4241.3,-209.417,0.069813,300,0,0,63,0,0,0,0,0),(22779,5431,1,1,1,7114,0,-8519.43,-4839.95,1.66688,1.48659,300,15,0,2576,0,1,0,0,0),(22778,5431,1,1,1,7114,0,-8726.06,-4713.75,-3.31985,2.77142,300,15,0,2576,0,1,0,0,0),(22777,5431,1,1,1,7114,0,-8761.48,-4750.33,-8.40929,3.23226,300,15,0,2576,0,1,0,0,0),(22776,5431,1,1,1,7114,0,-8776.41,-4792.53,-16.7984,5.71682,300,15,0,2576,0,1,0,0,0),(22775,5431,1,1,1,7114,0,-8340.33,-5144.35,0.702574,0.462847,300,15,0,2576,0,1,0,0,0),(22774,5431,1,1,1,7114,0,-8891.22,-4686.22,-11.559,3.58361,300,15,0,2576,0,1,0,0,0),(22773,5431,1,1,1,7114,0,-8589.73,-4975.03,-6.6942,2.45997,300,15,0,2576,0,1,0,0,0),(22772,5431,1,1,1,7114,0,-8426.92,-5219.31,-8.67736,3.50727,300,15,0,2576,0,1,0,0,0),(22771,5431,1,1,1,7114,0,-8594.25,-4921.68,-12.3305,3.97245,300,15,0,2576,0,1,0,0,0),(22770,5431,1,1,1,7114,0,-8721.07,-4771.61,-11.1865,1.94261,300,15,0,2576,0,1,0,0,0),(22769,5431,1,1,1,7114,0,-8438.98,-5038.71,0.570194,0.740672,300,15,0,2576,0,1,0,0,0),(22768,5431,1,1,1,7114,0,-8600.67,-4742.78,1.35327,0.338426,300,15,0,2576,0,1,0,0,0),(22767,5431,1,1,1,7114,0,-8407.85,-5094.01,0.629323,5.22457,300,15,0,2576,0,1,0,0,0),(22766,5431,1,1,1,7114,0,-8582.89,-4865.09,-4.43076,4.93208,300,15,0,2576,0,1,0,0,0),(22765,5431,1,1,1,7114,0,-8507.23,-5128.69,-17.6427,5.33026,300,15,0,2576,0,1,0,0,0),(22764,5431,1,1,1,7114,0,-8781.25,-4664.51,-1.59448,4.78877,300,15,0,2576,0,1,0,0,0),(22763,5431,1,1,1,7114,0,-8716.07,-4814.8,-13.6596,3.19833,300,0,0,2576,0,0,0,0,0),(22762,5431,1,1,1,7114,0,-8437.62,-5109.3,0.648381,0.370683,300,15,0,2576,0,1,0,0,0),(22761,5431,1,1,1,7114,0,-8651.62,-4846.08,-5.73343,2.10631,300,15,0,2576,0,1,0,0,0),(22760,5431,1,1,1,7114,0,-8615.51,-4873.65,-9.0867,1.44361,300,15,0,2576,0,1,0,0,0),(22759,5431,1,1,1,7114,0,-8507.84,-4924.52,0.579272,5.09694,300,15,0,2576,0,1,0,0,0),(22758,5431,1,1,1,7114,0,-8464.5,-5181.23,-14.8427,3.09878,300,15,0,2576,0,1,0,0,0),(22757,5431,1,1,1,7114,0,-8483.34,-5034.5,-2.75714,4.62853,300,15,0,2576,0,1,0,0,0),(22756,5431,1,1,1,7114,0,-8536.36,-5051.91,-9.03639,3.24099,300,15,0,2576,0,1,0,0,0),(22755,5431,1,1,1,7114,0,-8503.33,-4991.35,0.217423,5.86496,300,15,0,2576,0,1,0,0,0),(22754,5431,1,1,1,7114,0,-8819.5,-4670.71,-9.77868,1.82402,300,15,0,2576,0,1,0,0,0),(22753,5431,1,1,1,7114,0,-8546.76,-4955.97,-7.63253,5.26623,300,0,0,2576,0,0,0,0,0),(22752,5431,1,1,1,7114,0,-8646.97,-4726.87,-0.269946,5.52801,300,15,0,2576,0,1,0,0,0),(22751,5431,1,1,1,7114,0,-8852.09,-4668.55,-4.23215,4.49729,300,15,0,2576,0,1,0,0,0),(22750,5431,1,1,1,7114,0,-8647.84,-4766.73,-3.67231,1.42025,300,15,0,2576,0,1,0,0,0),(22749,5431,1,1,1,7114,0,-8504.76,-5148.28,-10.9216,3.21546,300,15,0,2576,0,1,0,0,0),(22748,5431,1,1,1,7114,0,-8775.44,-4745.72,-4.26522,5.06108,300,0,0,2576,0,0,0,0,0),(22747,5431,1,1,1,7114,0,-8390.11,-5188.3,-1.01269,4.3715,300,15,0,2576,0,1,0,0,0),(22746,5431,1,1,1,7114,0,-8584.88,-4790.58,0.69416,4.64035,300,15,0,2576,0,1,0,0,0),(22745,5431,1,1,1,7114,0,-8715.44,-4653.53,4.87625,1.16298,300,15,0,2576,0,1,0,0,0),(22744,5431,1,1,1,7114,0,-8389.11,-5136.76,-0.029884,4.22063,300,0,0,2576,0,0,0,0,0),(22743,5431,1,1,1,7114,0,-8676,-4687.46,0.728013,5.81786,300,15,0,2576,0,1,0,0,0),(22742,5431,1,1,1,7114,0,-8726.12,-4851.86,-17.2801,3.60399,300,15,0,2576,0,1,0,0,0),(22741,5431,1,1,1,7114,0,-8849.95,-4707.69,-16.4609,1.59671,300,15,0,2576,0,1,0,0,0),(22740,5430,1,1,1,10827,0,-8848.66,-2981.22,39.8485,0.977384,300,10,0,2488,0,1,0,0,0),(22739,5430,1,1,1,10827,0,-9055.59,-2789.57,38.4492,3.51121,300,10,0,2488,0,1,0,0,0),(22738,5430,1,1,1,10827,0,-8815.31,-3057.37,37.4731,4.38985,300,10,0,2488,0,1,0,0,0),(22737,5430,1,1,1,10827,0,-8847.48,-3051.37,37.6593,3.7127,300,10,0,2488,0,1,0,0,0),(22736,5430,1,1,1,10827,0,-9115.66,-2747.23,28.7635,4.36585,300,25,0,2488,0,1,0,0,0),(22735,5430,1,1,1,10827,0,-8421.52,-2236.27,18.778,6.06049,300,25,0,2488,0,1,0,0,0),(22734,5430,1,1,1,10827,0,-8650.53,-2517.82,32.9317,1.28944,300,10,0,2488,0,1,0,0,0),(22733,5430,1,1,1,10827,0,-8687.28,-2419.98,25.3875,2.73577,300,10,0,2488,0,1,0,0,0),(22732,5430,1,1,1,10827,0,-9082.5,-2749.02,32.1192,0.966952,300,10,0,2488,0,1,0,0,0),(22731,5430,1,1,1,10827,0,-8813.2,-2953.37,26.7828,3.5184,300,10,0,2488,0,1,0,0,0),(22730,5430,1,1,1,10827,0,-9320.73,-2423.51,11.6466,3.37309,300,25,0,2488,0,1,0,0,0),(22729,5430,1,1,1,10827,0,-8616.55,-2482.41,41.0757,0.149325,300,10,0,2488,0,1,0,0,0),(22728,5430,1,1,1,10827,0,-8821.37,-3086.93,34.9289,3.96998,300,10,0,2488,0,1,0,0,0),(22727,5430,1,1,1,10827,0,-8780.39,-3043.8,29.2708,0.917553,300,10,0,2488,0,1,0,0,0),(22726,5430,1,1,1,10827,0,-8789.58,-3122.92,26.2383,4.94014,300,10,0,2488,0,1,0,0,0),(22725,5430,1,1,1,10827,0,-8648.9,-2422.37,28.433,4.28783,300,10,0,2488,0,1,0,0,0),(22724,5430,1,1,1,10827,0,-8846.08,-2954.01,38.7876,1.18002,300,10,0,2488,0,1,0,0,0),(22723,5430,1,1,1,10827,0,-9054.1,-2752.89,35.8341,2.67035,300,10,0,2488,0,1,0,0,0),(22722,5429,1,1,1,7348,0,-7680.16,-3574.54,31.7497,4.76323,300,25,0,1648,1432,1,0,0,0),(22721,5429,1,1,1,7348,0,-8226.49,-4023.76,10.3361,5.69099,300,25,0,1648,1432,1,0,0,0),(22720,5429,1,1,1,7348,0,-7973.63,-3531.96,44.5963,6.18917,300,10,0,1648,1432,1,0,0,0),(22719,5429,1,1,1,7348,0,-7616.53,-3354.65,51.3478,5.48276,300,10,0,1648,1432,1,0,0,0),(22718,5429,1,1,1,7348,0,-7709.62,-3243.46,79.9695,5.89833,300,10,0,1648,1432,1,0,0,0),(22717,5429,1,1,1,7348,0,-7613.61,-3316.65,50.6103,4.75397,300,10,0,1648,1432,1,0,0,0),(22716,5429,1,1,1,7348,0,-7747.53,-3286.61,68.4164,1.37279,300,10,0,1648,1432,1,0,0,0),(22715,5429,1,1,1,7348,0,-7977.98,-3484.05,56.8251,6.21386,300,10,0,1648,1432,1,0,0,0),(22714,5429,1,1,1,7348,0,-7762.93,-3256.29,71.1735,5.01353,300,10,0,1648,1432,1,0,0,0),(22713,5429,1,1,1,7348,0,-8330.66,-3718.79,13.4698,2.03848,300,10,0,1648,1432,1,0,0,0),(22712,5429,1,1,1,7348,0,-7944.68,-3509.52,57.1431,1.70467,300,10,0,1648,1432,1,0,0,0),(22711,5429,1,1,1,7348,0,-7644.64,-3350.74,62.1277,5.34057,300,10,0,1648,1432,1,0,0,0),(22710,5429,1,1,1,7348,0,-7858.4,-3623.42,50.434,5.88621,300,10,0,1648,1432,1,0,0,0),(22709,5429,1,1,1,7348,0,-7825.55,-3591.98,53.0416,4.43695,300,10,0,1648,1432,1,0,0,0),(22708,5429,1,1,1,7348,0,-8346.15,-3652.53,15.2951,1.6136,300,10,0,1648,1432,1,0,0,0),(22707,5429,1,1,1,7348,0,-8023.4,-3493.91,46.8909,0.512602,300,10,0,1648,1432,1,0,0,0),(22706,5429,1,1,1,7348,0,-7511.64,-3004.55,9.98282,0.145657,300,25,0,1648,1432,1,0,0,0),(22705,5429,1,1,1,7348,0,-8316.73,-3827.12,9.05179,6.20896,300,25,0,1648,1432,1,0,0,0),(22704,5429,1,1,1,7348,0,-7692.97,-3258.31,78.3802,4.5817,300,10,0,1648,1432,1,0,0,0),(22703,5429,1,1,1,7348,0,-7586.01,-3380.08,41.256,5.54185,300,10,0,1648,1432,1,0,0,0),(22702,5429,1,1,1,7348,0,-7649.63,-3320.29,65.3334,3.70806,300,10,0,1648,1432,1,0,0,0),(22701,5429,1,1,1,7348,0,-7993.15,-4264.33,12.7298,3.8869,300,25,0,1648,1432,1,0,0,0),(22700,5429,1,1,1,7348,0,-8093.44,-3468.5,39.8659,4.66784,300,10,0,1648,1432,1,0,0,0),(22699,5429,1,1,1,7348,0,-7744.17,-3220.32,80.1493,4.79927,300,10,0,1648,1432,1,0,0,0),(22698,5429,1,1,1,7348,0,-7776.49,-3209.05,74.9016,1.83456,300,10,0,1648,1432,1,0,0,0),(22697,5429,1,1,1,7348,0,-7712.24,-3211.92,75.3843,4.35616,300,10,0,1648,1432,1,0,0,0),(22696,5429,1,1,1,7348,0,-7717.41,-3280.68,78.4157,5.93481,300,10,0,1648,1432,1,0,0,0),(22695,5429,1,1,1,7348,0,-7529.28,-3496.47,13.9573,1.04947,300,25,0,1648,1432,1,0,0,0),(22694,5429,1,1,1,7348,0,-8052.29,-3511.27,42.4859,2.62044,300,10,0,1648,1432,1,0,0,0),(22693,5429,1,1,1,7348,0,-7710.35,-3344.4,60.413,4.41777,300,10,0,1648,1432,1,0,0,0),(22692,5429,1,1,1,7348,0,-7659.13,-3081.96,31.7155,1.91297,300,25,0,1648,1432,1,0,0,0),(22691,5429,1,1,1,7348,0,-7906.87,-3549.43,50.807,0.1699,300,10,0,1648,1432,1,0,0,0),(22690,5429,1,1,1,7348,0,-8311.58,-3687.54,14.063,1.24231,300,10,0,1648,1432,1,0,0,0),(22689,5429,1,1,1,7348,0,-7776.89,-3546.58,47.6874,5.07218,300,25,0,1648,1432,1,0,0,0),(22688,5429,1,1,1,7348,0,-8055.39,-3456.67,46.3899,0.914021,300,10,0,1648,1432,1,0,0,0),(22687,5429,1,1,1,7348,0,-7477.41,-2751.58,10.0262,4.31362,300,25,0,1648,1432,1,0,0,0),(22686,5429,1,1,1,7348,0,-8309.97,-3585.11,16.1163,0.074426,300,10,0,1648,1432,1,0,0,0),(22685,5429,1,1,1,7348,0,-7757.59,-3173.86,76.6867,3.68846,300,10,0,1648,1432,1,0,0,0),(22684,5429,1,1,1,7348,0,-7886.67,-3588.3,49.9186,5.93135,300,10,0,1648,1432,1,0,0,0),(22683,5429,1,1,1,7348,0,-7860.42,-2821.57,32.7296,2.60888,300,25,0,1648,1432,1,0,0,0),(22682,5429,1,1,1,7348,0,-8039.85,-4025.44,12.7971,3.80658,300,25,0,1648,1432,1,0,0,0),(22681,7733,1,1,1,7346,1,-7158.96,-3841.61,8.84809,1.95477,300,0,0,1003,0,0,0,0,0),(22680,5428,1,1,1,3248,0,-7310.07,-3663.18,10.8299,0.890058,300,5,0,1902,0,1,0,0,0),(22679,5428,1,1,1,3248,0,-7550.25,-3593.56,14.0255,4.87902,300,10,0,1902,0,1,0,0,0),(22678,5428,1,1,1,3248,0,-7583.47,-3614.89,13.1503,3.90539,300,10,0,1902,0,1,0,0,0),(22677,5428,1,1,1,3248,0,-7496.79,-3657.62,10.6035,0.847559,300,10,0,1902,0,1,0,0,0),(22676,5428,1,1,1,3248,0,-7509.88,-3617.42,11.7658,1.0219,300,10,0,1902,0,1,0,0,0),(22675,5428,1,1,1,3248,0,-7523.28,-3645.15,9.43599,1.31983,300,10,0,1902,0,1,0,0,0),(22674,5428,1,1,1,3248,0,-7542.29,-3621.34,10.7225,3.83962,300,10,0,1902,0,1,0,0,0),(22673,5428,1,1,1,3248,0,-7343.86,-4178.73,9.73855,6.22647,300,5,0,1902,0,1,0,0,0),(22672,5428,1,1,1,3248,0,-7303.22,-4304.62,11.4414,5.20223,300,5,0,1902,0,1,0,0,0),(22671,5428,1,1,1,3248,0,-7538.3,-3620.71,10.5362,0.155195,300,10,0,1902,0,1,0,0,0),(22670,5428,1,1,1,3248,0,-7395.85,-3024.38,10.2397,1.7138,300,5,0,1902,0,1,0,0,0),(22669,5428,1,1,1,3248,0,-7174.19,-3624.05,12.148,1.53956,300,5,0,1902,0,1,0,0,0),(22668,5428,1,1,1,3248,0,-7042.29,-4088.92,9.20203,1.91973,300,5,0,1902,0,1,0,0,0),(22667,5428,1,1,1,3248,0,-7208.85,-3382.64,11.169,5.1673,300,5,0,1902,0,1,0,0,0),(22666,5428,1,1,1,3248,0,-7208.42,-2654.31,9.33734,3.3544,300,5,0,1902,0,1,0,0,0),(22665,5428,1,1,1,3248,0,-7185.06,-3576.24,10.7195,0.321228,300,5,0,1902,0,1,0,0,0),(22664,5428,1,1,1,3248,0,-7524.31,-3652.02,9.06099,4.73287,300,10,0,1902,0,1,0,0,0),(22663,5428,1,1,1,3248,0,-7498.01,-3660.6,10.1261,0.107742,300,10,0,1902,0,1,0,0,0),(22662,5428,1,1,1,3248,0,-7020.41,-3041.57,11.042,3.67426,300,5,0,1902,0,1,0,0,0),(22661,5427,1,1,1,2609,0,-8677.35,-2307.46,12.6474,6.0183,300,25,0,2488,0,1,0,0,0),(22660,5427,1,1,1,2609,0,-8516.75,-2516.04,43.5695,4.54235,300,25,0,2488,0,1,0,0,0),(22659,5427,1,1,1,2609,0,-9385.76,-3416.82,10.5942,2.51294,300,25,0,2488,0,1,0,0,0),(22658,5427,1,1,1,2609,0,-9445.93,-3548.94,10.0105,0.133327,300,25,0,2488,0,1,0,0,0),(22657,5427,1,1,1,2609,0,-9250.42,-2683.07,14.9308,4.7202,300,25,0,2488,0,1,0,0,0),(22655,5427,1,1,1,2609,0,-9181.76,-2219.56,7.88388,3.96013,300,25,0,2488,0,1,0,0,0),(22653,5427,1,1,1,2609,0,-9453.12,-3017.95,12.3013,3.32214,300,10,0,2488,0,1,0,0,0),(22652,5427,1,1,1,2609,0,-8123.05,-2253.33,12.2517,1.8203,300,25,0,2488,0,1,0,0,0),(22651,5427,1,1,1,2609,0,-9452.46,-2479.32,14.6198,1.75746,300,25,0,2488,0,1,0,0,0),(22648,5427,1,1,1,2609,0,-9382.71,-3550.94,12.6209,0.129068,300,0,0,2488,0,0,0,0,0),(22647,5427,1,1,1,2609,0,-9447.55,-2351.13,12.1238,5.87983,300,25,0,2488,0,1,0,0,0),(22646,5427,1,1,1,2609,0,-9317.74,-3354.29,9.85599,4.68118,300,25,0,2488,0,1,0,0,0),(22645,5427,1,1,1,2609,0,-9382.7,-3351.92,12.2845,6.04863,300,25,0,2488,0,1,0,0,0),(22644,5427,1,1,1,2609,0,-8744.3,-3076.15,22.2375,0.500329,300,10,0,2488,0,1,0,0,0),(22643,5427,1,1,1,2609,0,-9020.4,-2778.9,40.8127,4.05338,300,10,0,2488,0,1,0,0,0),(22642,5427,1,1,1,2609,0,-8988.36,-2853.76,45.9649,2.66902,300,10,0,2488,0,1,0,0,0),(22641,5427,1,1,1,2609,0,-8981.69,-2418.66,13.056,5.64875,300,25,0,2488,0,1,0,0,0),(22640,5427,1,1,1,2609,0,-9383.88,-2486.03,11.2356,4.35155,300,25,0,2488,0,1,0,0,0),(22639,5427,1,1,1,2609,0,-9184.27,-2679.17,16.6315,1.87219,300,30,0,2488,0,1,0,0,0),(22638,5427,1,1,1,2609,0,-8182.21,-3248.21,24.1181,3.61567,300,10,0,2488,0,1,0,0,0),(22637,5427,1,1,1,2609,0,-8188.29,-3223.61,23.9906,5.85158,300,10,0,2488,0,1,0,0,0),(22636,5427,1,1,1,2609,0,-8683.96,-2381.95,23.1619,5.84367,300,10,0,2488,0,1,0,0,0),(22634,5427,1,1,1,2609,0,-8450.49,-2562.64,45.4099,1.45928,300,25,0,2488,0,1,0,0,0),(22633,5427,1,1,1,2609,0,-9440.61,-3210.92,16.0242,5.7907,300,10,0,2488,0,1,0,0,0),(33378,20075,269,3,1,0,0,-1760.32,7194.16,17.5202,4.09186,86400,3,0,9489,0,1,0,0,0),(33380,20075,269,3,1,0,0,-1777.43,7164.78,19.4495,2.3954,86400,3,0,9489,0,1,0,0,0),(33382,18983,269,3,1,0,0,-1778.96,7176.99,21.2225,2.29722,86400,3,0,9489,0,1,0,0,0),(33383,18983,269,3,1,0,0,-1787.03,7155.36,20.4121,4.44921,86400,3,0,9489,0,1,0,0,0),(15467,2356,0,1,1,3201,0,-82.5978,-1282.8,87.5094,1.74943,300,5,0,944,0,1,0,0,0),(7653,2893,0,1,1,1194,1,-7077.84,-3352.25,242.542,5.53658,300,5,0,1678,0,1,0,0,0),(33387,20075,269,3,1,0,0,-1754.24,7116.17,17.5725,3.99761,86400,3,0,9489,0,1,0,0,0),(33388,20075,269,3,1,0,0,-1772.69,7105.39,18.6133,0.840312,86400,3,0,9489,0,1,0,0,0),(33389,18983,269,3,1,0,0,-1757.61,7083.13,19.2709,4.58666,86400,3,0,9489,0,1,0,0,0),(56546,11789,349,1,1,13212,0,131.78,-258.192,-168.055,1.95477,86400,1,0,1919,0,1,0,0,0),(22632,5427,1,1,1,2609,0,-8517.11,-2192.91,20.7954,1.61179,300,25,0,2488,0,1,0,0,0),(18636,4415,1,1,1,11348,0,-4358.78,-3780,45.9813,2.20465,360,5,0,1751,0,1,0,0,0),(56545,11789,349,1,1,9032,0,121.794,-261.108,-168.189,5.2709,86400,1,0,1919,0,1,0,0,0),(56544,11789,349,1,1,13211,0,113.677,-256.847,-167.749,0.05236,86400,1,0,1919,0,1,0,0,0),(56543,11789,349,1,1,13212,0,128.19,-267.301,-168.444,5.74213,86400,1,0,1919,0,1,0,0,0),(56542,13323,349,1,1,13209,0,138.62,-370.588,-175.406,0,86400,3,0,5757,0,1,0,0,0),(56541,13323,349,1,1,13210,0,144.835,-363.08,-174.918,1.18682,86400,3,0,5757,0,1,0,0,0),(56540,13323,349,1,1,13209,0,152.664,-372.99,-174.918,4.38078,86400,3,0,5757,0,1,0,0,0),(56539,13323,349,1,1,13210,0,146.235,-381.372,-174.918,0.820305,86400,3,0,5757,0,1,0,0,0),(22631,5427,1,1,1,2609,0,-8786.28,-3150.74,27.1787,2.8347,300,10,0,2488,0,1,0,0,0),(22630,5427,1,1,1,2609,0,-8789.76,-3086.77,32.1179,3.901,300,10,0,2488,0,1,0,0,0),(22629,5427,1,1,1,2609,0,-8845.61,-3014.89,40.1301,0.566158,300,10,0,2488,0,1,0,0,0),(22628,5427,1,1,1,2609,0,-8180.86,-3282.35,21.2272,0.238834,300,10,0,2488,0,1,0,0,0),(22627,5427,1,1,1,2609,0,-8918.22,-2552.13,15.699,4.64206,300,25,0,2488,0,1,0,0,0),(22626,5427,1,1,1,2609,0,-9450.75,-2611.75,22.9934,1.21385,300,25,0,2488,0,1,0,0,0),(22625,5427,1,1,1,2609,0,-8467.89,-1989.83,11.8662,4.63022,300,25,0,2488,0,1,0,0,0),(22624,5427,1,1,1,2609,0,-9058.35,-2292.26,11.568,4.11302,300,25,0,2488,0,1,0,0,0),(22623,5427,1,1,1,2609,0,-8219.68,-3250,21.544,1.8172,300,10,0,2488,0,1,0,0,0),(22622,5427,1,1,1,2609,0,-8785.21,-3017.21,26.6031,2.16678,300,10,0,2488,0,1,0,0,0),(22621,5427,1,1,1,2609,0,-8754.07,-3114.68,23.6109,3.49066,300,10,0,2488,0,1,0,0,0),(22620,5427,1,1,1,2609,0,-9319.27,-2417.39,11.6587,3.39059,300,25,0,2488,0,1,0,0,0),(22619,5427,1,1,1,2609,0,-8584.31,-2562.75,38.221,4.63022,300,0,0,2488,0,0,0,0,0),(22618,5427,1,1,1,2609,0,-8601.83,-2222.97,11.9791,2.91974,300,25,0,2488,0,1,0,0,0),(22617,5427,1,1,1,2609,0,-8156.59,-3279.2,25.251,5.42839,300,10,0,2488,0,1,0,0,0),(56538,13601,349,1,1,7125,1,134.902,-313.731,-173.555,6.07375,86400,0,0,16488,0,0,0,0,0),(56537,2914,349,1,1,2958,0,149.905,-347.259,-175.057,4.57276,86400,10,0,8,0,1,0,0,0),(22616,5427,1,1,1,2609,0,-8208.51,-3176.96,20.4535,6.11276,300,10,0,2488,0,1,0,0,0),(22615,5427,1,1,1,2609,0,-8660.17,-2688.46,13.9464,2.79082,300,25,0,2488,0,1,0,0,0),(56536,12206,349,1,1,12309,0,-137.012,-412.656,-189.179,0.087266,86400,0,0,11940,0,0,0,0,0),(56535,2914,349,1,1,6303,0,201.361,-361.484,-160.23,0.10472,86400,10,0,8,0,1,0,0,0),(56534,13323,349,1,1,13210,0,217.315,-355.456,-160.766,0,86400,3,0,5757,0,1,0,0,0),(56533,13323,349,1,1,13209,0,206.238,-357.843,-160.23,5.48033,86400,3,0,5757,0,1,0,0,0),(56532,13323,349,1,1,13210,0,216.353,-371.045,-160.23,5.09636,86400,3,0,5757,0,1,0,0,0),(56531,13323,349,1,1,13210,0,219.953,-360.824,-160.766,0.087266,86400,3,0,5757,0,1,0,0,0),(56530,13323,349,1,1,13209,0,244.509,-398.866,-139.555,2.45964,86400,2,0,5757,0,1,0,0,0),(56529,13323,349,1,1,13210,0,243.17,-390.638,-139.472,0,86400,2,0,5757,0,1,0,0,0),(56528,13323,349,1,1,13209,0,251.928,-389.681,-139.472,2.6529,86400,2,0,5757,0,1,0,0,0),(56527,11789,349,1,1,12333,0,320.35,-406.137,-124.867,6.11241,86400,3,0,1919,0,1,0,0,0),(56526,11789,349,1,1,12333,0,335.165,-402.868,-124.867,5.57879,86400,3,0,1919,0,1,0,0,0),(56525,11789,349,1,1,13211,0,325.421,-405.858,-124.867,5.46163,86400,3,0,1919,0,1,0,0,0),(56524,13323,349,1,1,13209,0,253.696,-401.573,-139.472,0.767945,86400,3,0,5757,0,1,0,0,0),(56523,11789,349,1,1,9032,0,332.864,-392.877,-124.784,1.53589,86400,3,0,1919,0,1,0,0,0),(54161,12222,349,1,1,14350,0,966.635,-215.979,-46.9451,1.39626,86400,1,0,5148,0,1,0,0,0),(54200,12220,349,1,1,12348,0,936.385,-232.656,-46.477,3.68265,86400,1,0,5346,0,1,0,0,0),(56522,11789,349,1,1,12333,0,324.879,-387.968,-124.784,4.76475,86400,3,0,1919,0,1,0,0,0),(54158,12220,349,1,1,12348,0,888.269,-275.058,-45.7142,3.14159,86400,1,0,5346,0,1,0,0,0),(54159,12220,349,1,1,12348,0,932.047,-233.181,-46.4558,3.14159,86400,1,0,5346,0,1,0,0,0),(22614,5427,1,1,1,2609,0,-9058.21,-3428.73,24.7628,5.07984,300,25,0,2488,0,1,0,0,0),(22613,5427,1,1,1,2609,0,-9126.27,-3390.78,26.8619,4.80817,300,25,0,2488,0,1,0,0,0),(22612,5427,1,1,1,2609,0,-9321.14,-2610.38,10.9833,2.1891,300,25,0,2488,0,1,0,0,0),(22611,5427,1,1,1,2609,0,-8981.8,-2789.27,45.7327,5.34712,300,10,0,2488,0,1,0,0,0),(22610,5427,1,1,1,2609,0,-9019.42,-2752.29,41.4377,3.46259,300,25,0,2488,0,1,0,0,0),(22609,5427,1,1,1,2609,0,-8806.25,-2435.42,20.4403,3.87679,300,25,0,2488,0,1,0,0,0),(22608,5427,1,1,1,2609,0,-8657.85,-2871.13,12.5966,2.08103,300,25,0,2488,0,1,0,0,0),(22607,5427,1,1,1,2609,0,-8978.55,-2488.27,16.7041,5.65415,300,25,0,2488,0,1,0,0,0),(22606,5427,1,1,1,2609,0,-8585.35,-2448.4,42.8628,1.52191,300,25,0,2488,0,1,0,0,0),(22605,5427,1,1,1,2609,0,-8320.01,-2318.43,23.2893,4.21565,300,25,0,2488,0,1,0,0,0),(56521,11789,349,1,1,12333,0,321.658,-396.971,-124.784,1.88496,86400,3,0,1919,0,1,0,0,0),(56520,2914,349,1,1,1206,0,257.909,-370.425,-139.472,0.715585,86400,10,0,8,0,1,0,0,0),(54155,11791,349,1,1,11338,1,873.657,-331.636,-48.8113,1.39626,86400,0,0,5148,0,0,0,0,0),(54156,12220,349,1,1,12348,0,887.305,-278.695,-45.8448,6.07375,86400,1,0,5346,0,1,0,0,0),(56519,2914,349,1,1,1206,0,315.308,-374.615,-124.784,1.23918,86400,10,0,8,0,1,0,0,0),(54151,12222,349,1,1,14350,0,969.419,-251.714,-48.8144,3.19395,86400,5,0,5148,0,1,0,0,0),(54152,12216,349,1,1,2452,0,876.261,-337.357,-50.205,3.97935,86400,2,0,1238,0,1,0,0,0),(54153,12217,349,1,1,12345,0,872.162,-337,-50.1288,0.820305,86400,2,0,1238,0,1,0,0,0),(160509,12224,349,1,1,0,0,818.573,-215.097,-77.1489,4.14281,86400,0,0,4434,2301,2,0,0,0),(160510,12224,349,1,1,0,0,813.453,-370.449,-59.2094,6.02488,86400,0,0,4434,2301,0,0,0,0),(56515,11784,349,1,1,11712,0,312.607,-343.824,-117.538,1.48843,86400,0,0,5757,0,2,0,0,0),(56514,11789,349,1,1,13211,0,341.451,-263.645,-118.05,3.52021,86400,2,0,1919,0,1,0,0,0),(56513,11789,349,1,1,9032,0,328.706,-262.806,-118.052,4.2461,86400,2,0,1919,0,1,0,0,0),(56512,2914,349,1,1,6303,0,315.697,-319.779,-116.591,3.50811,86400,10,0,8,0,1,0,0,0),(56511,11789,349,1,1,13212,0,341.197,-279.971,-117.981,4.13682,86400,2,0,1919,0,1,0,0,0),(56510,11789,349,1,1,12333,0,332.835,-287.568,-118.065,5.66725,86400,2,0,1919,0,1,0,0,0),(56509,11789,349,1,1,13211,0,323.703,-282.572,-118.075,6.01,86400,2,0,1919,0,1,0,0,0),(56508,11789,349,1,1,9032,0,261.41,-334.957,-139.834,2.91676,86400,2,0,1919,0,1,0,0,0),(56507,11789,349,1,1,13212,0,258.788,-344.143,-139.989,2.65193,86400,2,0,1919,0,1,0,0,0),(56506,11789,349,1,1,13211,0,321.909,-270.525,-117.774,1.15192,86400,2,0,1919,0,1,0,0,0),(160511,12224,349,1,1,0,0,719.899,-83.8715,-57.2155,3.48941,86400,0,0,4434,2301,0,0,0,0),(56501,11784,349,1,1,11712,0,177.02,-304.479,-172.301,3.50771,86400,0,0,5757,0,2,0,0,0),(56500,11789,349,1,1,13211,0,184.538,-296.787,-171.501,3.03901,86400,2,0,1919,0,1,0,0,0),(56496,11789,349,1,1,9032,0,169.804,-287.721,-170.591,4.33353,86400,2,0,1919,0,1,0,0,0),(56495,11789,349,1,1,9032,0,180.165,-305.196,-172.459,4.07627,86400,1,0,1919,0,1,0,0,0),(56494,11789,349,1,1,9032,0,177.905,-292.339,-171.058,1.50897,86400,2,0,1919,0,1,0,0,0),(56493,11789,349,1,1,13211,0,245.053,-328.655,-141.898,0.610865,86400,2,0,1919,0,1,0,0,0),(56492,11789,349,1,1,13211,0,250.874,-322.728,-140.625,0.122173,86400,2,0,1919,0,1,0,0,0),(56491,11789,349,1,1,13212,0,260.778,-324.774,-140.079,2.32129,86400,2,0,1919,0,1,0,0,0),(56490,13323,349,1,1,13209,0,134.956,-232.395,-108.851,4.8904,86400,2,0,5757,0,1,0,0,0),(56489,11789,349,1,1,12333,0,177.462,-280.53,-170.766,1.39626,86400,2,0,1919,0,1,0,0,0),(29980,16925,530,1,1,0,1,-354.4,2663.01,41.7262,0,300,0,0,3989,0,2,0,0,0),(56485,11784,349,1,1,11712,0,150.435,-194.71,-171.844,0.136059,86400,0,0,5757,0,2,0,0,0),(56484,13323,349,1,1,13210,0,143.571,-229.419,-108.768,0,86400,2,0,5757,0,1,0,0,0),(56482,13323,349,1,1,13209,0,150.386,-240.106,-108.768,4.55531,86400,2,0,5757,0,1,0,0,0),(56480,2914,349,1,1,1206,0,153.59,-223.742,-108.769,0.488692,86400,10,0,8,0,1,0,0,0),(56481,13323,349,1,1,13209,0,237.787,-263.618,-131.058,0,86400,3,0,5757,0,1,0,0,0),(56479,11789,349,1,1,13211,0,150.355,-199.439,-171.858,0.525435,86400,2,0,1919,0,1,0,0,0),(56478,11789,349,1,1,13211,0,152.356,-190.924,-171.479,2.8304,86400,2,0,1919,0,1,0,0,0),(56477,13323,349,1,1,13210,0,248.38,-270.49,-131.512,4.38078,86400,3,0,5757,0,1,0,0,0),(56475,2914,349,1,1,1206,0,242.442,-273.321,-131.512,4.24115,86400,10,0,8,0,1,0,0,0),(56476,13323,349,1,1,13210,0,238.625,-272.991,-131.512,0.558505,86400,3,0,5757,0,1,0,0,0),(56474,11789,349,1,1,12333,0,161.961,-179.915,-171.873,0.59168,86400,2,0,1919,0,1,0,0,0),(56473,11789,349,1,1,13212,0,155.947,-196.335,-171.786,3.01942,86400,2,0,1919,0,1,0,0,0),(54148,12218,349,1,1,12346,0,1041.78,-247.083,-72.2406,5.11537,86400,5,0,1336,0,1,0,0,0),(54149,12222,349,1,1,14350,0,964.469,-254.275,-48.901,5.41052,86400,5,0,5148,0,1,0,0,0),(56472,11789,349,1,1,13211,0,162.719,-190.404,-171.87,1.81697,86400,2,0,1919,0,1,0,0,0),(56471,13323,349,1,1,13210,0,219.411,-217.144,-131.064,0,86400,3,0,5757,0,1,0,0,0),(22604,5427,1,1,1,2609,0,-8815.14,-3113.27,29.9969,1.56549,300,10,0,2488,0,1,0,0,0),(22603,5427,1,1,1,2609,0,-8254.56,-3211.69,16.5256,4.17871,300,10,0,2488,0,1,0,0,0),(22602,5427,1,1,1,2609,0,-8051.75,-3193.07,44.713,1.49732,300,25,0,2488,0,1,0,0,0),(22601,5427,1,1,1,2609,0,-8108.8,-3153.93,29.7925,0.888458,300,25,0,2488,0,1,0,0,0),(22599,5427,1,1,1,2609,0,-8145.16,-3744.29,17.9716,1.48536,300,10,0,2488,0,1,0,0,0),(22598,5427,1,1,1,2609,0,-9043.87,-2683.69,29.564,6.26366,300,30,0,2488,0,1,0,0,0),(22597,5427,1,1,1,2609,0,-9377.08,-2897.95,9.14876,5.05193,300,0,0,2488,0,0,0,0,0),(22595,5427,1,1,1,2609,0,-9448.9,-2282.35,11.8307,2.06291,300,10,0,2488,0,1,0,0,0),(22594,5427,1,1,1,2609,0,-8502.47,-2347.82,36.3508,2.90278,300,25,0,2488,0,1,0,0,0),(22593,5427,1,1,1,2609,0,-8286.29,-3216.66,16.8882,4.30485,300,25,0,2488,0,1,0,0,0),(22592,5427,1,1,1,2609,0,-8643.87,-2481.74,33.6582,2.83591,300,10,0,2488,0,1,0,0,0),(22591,5427,1,1,1,2609,0,-8241.02,-3176.13,18.9696,0.335549,300,10,0,2488,0,1,0,0,0),(22590,5427,1,1,1,2609,0,-7944.71,-3016.03,55.143,3.18454,300,25,0,2488,0,1,0,0,0),(54134,12218,349,1,1,12346,0,1030.31,-238.309,-72.2386,2.40222,86400,5,0,1336,0,1,0,0,0),(54135,12218,349,1,1,12346,0,1036.24,-247.015,-72.2401,2.02142,86400,5,0,1336,0,1,0,0,0),(56470,13323,349,1,1,13209,0,225.214,-223.845,-131.029,5.02655,86400,3,0,5757,0,1,0,0,0),(56469,13323,349,1,1,13210,0,214.37,-212.264,-131.076,0.418879,86400,3,0,5757,0,1,0,0,0),(56468,11789,349,1,1,13212,0,169.201,-184.755,-171.792,1.67552,86400,2,0,1919,0,1,0,0,0),(56402,13323,349,1,1,13210,0,216.759,-177.455,-131.076,0,86400,3,0,5757,0,1,0,0,0),(22589,5427,1,1,1,2609,0,-8786.85,-2573.7,12.9159,4.87969,300,25,0,2488,0,1,0,0,0),(56401,13323,349,1,1,13210,0,225.373,-173.712,-131.117,2.00713,86400,3,0,5757,0,1,0,0,0),(56400,13323,349,1,1,13210,0,224.728,-184.527,-131.021,0.226893,86400,3,0,5757,0,1,0,0,0),(56399,13323,349,1,1,13209,0,259.114,-173.228,-110.961,1.48512,86400,2,0,5757,0,1,0,0,0),(56347,13323,349,1,1,13210,0,265.299,-169.483,-110.965,5.03973,86400,2,0,5757,0,1,0,0,0),(56346,2914,349,1,1,2957,0,272.642,-159.493,-111.208,5.32325,86400,10,0,8,0,1,0,0,0),(56345,13323,349,1,1,13210,0,267.633,-159.27,-110.858,1.0472,86400,2,0,5757,0,1,0,0,0),(45208,25654,571,1,1,0,0,4207.15,4057.02,91.6273,1.38362,300,0,0,42,0,0,0,0,0),(55471,11784,349,1,1,11712,0,200.951,-133.789,-101.056,0.81201,86400,0,0,5757,0,2,0,0,0),(55470,13323,349,1,1,13209,0,218.668,-85.7526,-129.529,0,86400,3,0,5757,0,1,0,0,0),(55469,13323,349,1,1,13209,0,227.783,-93.7054,-129.526,0,86400,3,0,5757,0,1,0,0,0),(55468,13323,349,1,1,13209,0,216.693,-98.689,-129.511,3.33358,86400,3,0,5757,0,1,0,0,0),(55467,12207,349,1,1,6737,0,248.743,-8.41897,-131.01,3.50653,86400,2,0,10554,0,1,0,0,0),(45761,26265,571,1,1,0,0,4031.15,7326.39,635.972,4.26247,300,0,0,1,0,0,0,0,0),(55465,11784,349,1,1,11712,0,249.569,-93.8706,-129.611,2.49518,86400,3,0,5757,0,2,0,0,0),(55464,12206,349,1,1,12309,0,59.5708,-293.16,-107.856,1.01229,86400,0,0,11940,0,0,0,0,0),(55463,12206,349,1,1,12309,0,49.7168,-280.925,-108.595,0.698132,86400,0,0,11940,0,0,0,0,0),(55462,12207,349,1,1,6737,0,275.028,-58.9521,-131.01,2.7657,86400,0,1,10554,0,2,0,0,0),(55461,12207,349,1,1,6737,0,332.746,-90.2094,-131.01,2.12854,86400,3,0,10554,0,1,0,0,0),(55460,13321,349,1,1,6297,0,332.472,-88.7337,-130.927,0.628319,86400,5,0,42,0,1,0,0,0),(55459,12206,349,1,1,12309,0,37.7301,-254.956,-169.68,2.11185,86400,0,0,11940,0,0,0,0,0),(55458,12207,349,1,1,6737,0,284.438,25.4183,-131.01,1.81523,86400,0,1,10554,0,2,0,0,0),(55457,11789,349,1,1,9032,0,527.922,211.692,-93.966,0.541052,86400,1,0,1919,0,1,0,0,0),(55456,11789,349,1,1,13212,0,524.349,218.942,-93.966,4.20624,86400,1,0,1919,0,1,0,0,0),(55455,11789,349,1,1,13211,0,518.663,203.9,-93.966,2.32129,86400,1,0,1919,0,1,0,0,0),(55454,11789,349,1,1,13212,0,516.662,215.111,-93.966,2.77507,86400,1,0,1919,0,1,0,0,0),(55453,11789,349,1,1,12333,0,513.198,208.444,-93.966,5.23599,86400,1,0,1919,0,1,0,0,0),(55452,11789,349,1,1,13212,0,497.253,265.49,-93.966,2.3911,86400,2,0,1919,0,1,0,0,0),(55451,11789,349,1,1,13212,0,490.254,265.185,-93.966,0.890118,86400,2,0,1919,0,1,0,0,0),(55450,11789,349,1,1,9032,0,502.503,254.84,-93.966,3.52556,86400,2,0,1919,0,1,0,0,0),(55449,11789,349,1,1,12333,0,500.731,260.671,-93.966,1.01229,86400,2,0,1919,0,1,0,0,0),(55447,11789,349,1,1,12333,0,492.267,259.671,-93.966,3.50811,86400,2,0,1919,0,1,0,0,0),(55444,11789,349,1,1,9032,0,363.882,255.568,-94.0836,3.50857,86400,2,0,1919,0,1,0,0,0),(55441,11789,349,1,1,13211,0,369.572,259.807,-93.966,5.8294,86400,2,0,1919,0,1,0,0,0),(55439,2914,349,1,1,2957,0,422.167,266.835,-112.892,3.97935,86400,3,0,8,0,1,0,0,0),(55440,2914,349,1,1,6303,0,392.931,265.509,-93.966,2.96706,86400,10,0,8,0,1,0,0,0),(55436,11789,349,1,1,13211,0,452.308,222.889,-94.0469,5.21707,86400,2,0,1919,0,1,0,0,0),(55434,11789,349,1,1,9032,0,445.937,230.974,-94.0469,1.77473,86400,2,0,1919,0,1,0,0,0),(55433,11789,349,1,1,13211,0,418.653,257.884,-112.963,5.07891,86400,2,0,1919,0,1,0,0,0),(55430,11789,349,1,1,13211,0,412.098,251.997,-112.809,0.017453,86400,2,0,1919,0,1,0,0,0),(55429,11789,349,1,1,13212,0,422.958,252.043,-112.809,0.226893,86400,2,0,1919,0,1,0,0,0),(55428,11789,349,1,1,12333,0,373.973,254.617,-93.966,0.680678,86400,2,0,1919,0,1,0,0,0),(55427,11789,349,1,1,13211,0,444.826,222.771,-93.9635,4.17134,86400,2,0,1919,0,1,0,0,0),(55426,2914,349,1,1,1206,0,469.942,195.011,-93.9649,5.44543,86400,10,0,8,0,1,0,0,0),(18635,4415,1,1,1,11348,0,-4371.57,-3714.28,54.8037,1.47031,360,3,0,1751,0,1,0,0,0),(18634,4393,1,1,1,11137,0,-3786.16,-3606.66,37.4825,5.53268,360,10,0,1751,0,1,0,0,0),(18633,4128,1,1,1,2712,0,-3736.16,-2454.39,94.4798,5.32987,360,5,0,573,0,1,0,0,0),(18632,4347,1,1,1,2707,0,-3541.37,-3189.01,42.361,5.82827,360,5,0,1536,0,1,0,0,0),(18631,1420,1,1,1,901,0,-3648.87,-3196.51,32.5982,0.208502,360,10,0,8,0,1,0,0,0),(18630,6145,1,1,1,4878,0,-3310.62,-3506.02,-7.12443,5.3031,360,5,0,8,0,1,0,0,0),(18629,1420,1,1,1,901,0,-3452.59,-3315.36,31.4079,1.65491,360,10,0,8,0,1,0,0,0),(18628,1420,1,1,1,901,0,-4320.87,-3183.3,40.3654,4.72342,360,10,0,8,0,1,0,0,0),(13359,7347,129,1,1,0,0,2567.77,1061.9,53.6076,1.63284,86400,0,0,3831,0,0,0,0,0),(7652,2894,0,1,1,721,1,-7004.76,-3346.22,241.792,4.89741,300,0,0,1471,1283,0,0,0,0),(7639,2729,0,1,1,1164,0,-6818.67,-2713.3,242.542,1.31494,300,10,0,1678,0,1,0,0,0),(7638,2893,0,1,1,1194,1,-7002.62,-3327.03,242.329,1.81561,300,5,0,1678,0,1,0,0,0),(7632,2729,0,1,1,1164,0,-6981.21,-2400.35,241.539,1.63139,300,5,0,1678,0,1,0,0,0),(7623,2893,0,1,1,1194,1,-7018.29,-3380.5,241.792,1.07365,300,10,0,1678,0,1,0,0,0),(7622,2729,0,1,1,1164,0,-7019,-2430.47,241.692,2.6283,300,5,0,1678,0,1,0,0,0),(7621,2893,0,1,1,1194,1,-6983.44,-3384.18,241.792,0.17297,300,10,0,1678,0,1,0,0,0),(7620,2727,0,1,1,161,0,-6485.95,-3244.75,243.2,0.084178,300,5,0,1403,0,1,0,0,0),(7618,2729,0,1,1,1164,0,-6860.94,-2683.85,244.163,3.30722,300,10,0,1678,0,1,0,0,0),(7616,2729,0,1,1,1164,0,-6678.88,-2781.99,241.786,4.73049,300,10,0,1678,0,1,0,0,0),(55425,11789,349,1,1,13212,0,426.496,174.369,-113.223,0.610865,86400,2,0,1919,0,1,0,0,0),(55424,11789,349,1,1,12333,0,435.835,182.061,-113.089,0.296706,86400,2,0,1919,0,1,0,0,0),(55390,11789,349,1,1,9032,0,434.627,176.451,-113.249,2.96706,86400,2,0,1919,0,1,0,0,0),(55389,11789,349,1,1,13212,0,432.291,187.774,-112.809,5.70723,86400,2,0,1919,0,1,0,0,0),(55388,11789,349,1,1,12333,0,426.42,186.571,-112.809,0.977384,86400,2,0,1919,0,1,0,0,0),(55387,2914,349,1,1,2958,0,351.17,204.094,-102.046,5.23599,86400,2,0,8,0,1,0,0,0),(7615,2729,0,1,1,1164,0,-6832.31,-2599.42,241.255,5.71361,300,10,0,1678,0,1,0,0,0),(55386,11789,349,1,1,9032,0,349.12,214.304,-101.919,2.48562,86400,2,0,1919,0,1,0,0,0),(55385,11789,349,1,1,12333,0,355.294,205.216,-102.213,3.69712,86400,2,0,1919,0,1,0,0,0),(55384,11789,349,1,1,13211,0,350.767,203.962,-102.122,5.78446,86400,2,0,1919,0,1,0,0,0),(55383,11789,349,1,1,13212,0,343.455,209.268,-101.919,2.7843,86400,2,0,1919,0,1,0,0,0),(55382,11789,349,1,1,13211,0,349.449,199.305,-101.852,1.23918,86400,5,0,1919,0,1,0,0,0),(55381,11789,349,1,1,12333,0,358.876,198.009,-103.59,0.802851,86400,2,0,1919,0,1,0,0,0),(55380,13321,349,1,1,6295,0,364.391,146.031,-131.676,4.69494,86400,5,0,42,0,1,0,0,0),(55379,13321,349,1,1,901,0,269.573,-0.751709,-130.927,5.21853,86400,5,0,42,0,1,0,0,0),(55378,13321,349,1,1,901,0,323.719,135.497,-131.666,5.61996,86400,5,0,42,0,1,0,0,0),(55377,12207,349,1,1,6737,0,309.63,97.8969,-131.752,4.24793,86400,3,0,10554,0,1,0,0,0),(55376,12207,349,1,1,6737,0,277.117,41.9898,-131.01,2.1298,86400,3,0,10554,0,1,0,0,0),(7614,2830,0,1,1,1105,0,-6650.07,-3484.77,258.771,1.16804,300,5,0,1536,0,1,0,0,0),(55351,13321,349,1,1,1924,0,298.616,68.2607,-130.93,4.31096,86400,5,0,42,0,1,0,0,0),(55350,13321,349,1,1,6297,0,275.079,56.3079,-130.927,4.29351,86400,5,0,42,0,1,0,0,0),(55349,13321,349,1,1,6295,0,300.666,-22.7737,-130.927,0.715585,86400,5,0,42,0,1,0,0,0),(55348,12206,349,1,1,12309,0,-0.296263,-119.216,-123.903,5.23599,86400,0,0,11940,0,0,0,0,0),(55347,12206,349,1,1,12309,0,56.0879,-208.406,-109.62,5.32325,86400,0,0,11940,0,0,0,0,0),(7613,2893,0,1,1,1194,1,-6985.61,-3348.09,241.792,1.86649,300,10,0,1678,0,1,0,0,0),(22588,5427,1,1,1,2609,0,-8583.41,-2363.56,32.5914,1.51977,300,25,0,2488,0,1,0,0,0),(22587,5427,1,1,1,2609,0,-9385.93,-3285.97,26.9608,3.73575,300,3,0,2488,0,1,0,0,0),(18627,1420,1,1,1,901,0,-4227.44,-3261.34,32.4498,1.38309,360,10,0,8,0,1,0,0,0),(18626,4370,1,1,1,11266,1,-2543.45,-4935.44,35.0412,3.65439,1200,0,0,7326,4868,0,0,0,0),(18625,4368,1,1,1,11258,1,-2693.23,-5028.66,21.3294,0.925025,1200,0,0,9156,0,0,0,0,0),(55345,12206,349,1,1,12309,0,17.4328,-114.711,-123.872,4.69494,86400,0,0,11940,0,0,0,0,0),(18624,4368,1,1,1,11258,1,-2699.27,-5036.73,22.8421,0.226625,1200,0,0,9156,0,0,0,0,0),(18623,4374,1,1,1,2423,0,-2676.53,-4685.54,-7.80317,2.23628,1200,10,0,8883,0,1,0,0,0),(18622,4414,1,1,1,2542,0,-3215.17,-3649.05,43.9613,4.08407,360,0,0,1469,0,0,0,0,0),(18621,4414,1,1,1,2542,0,-3103.18,-3603.2,65.2604,0.086061,360,10,0,1469,0,1,0,0,0),(18620,4414,1,1,1,2542,0,-2568.83,-3653.23,51.0706,0.03025,360,10,0,1469,0,1,0,0,0),(18619,4343,1,1,1,814,0,-3610,-2800.08,28.9362,1.59506,360,10,0,1536,0,1,0,0,0),(18618,15591,1,1,1,15560,0,-2658.89,-5057.21,23.0051,0.979123,1200,0,0,24416,0,0,0,0,0),(18617,15591,1,1,1,15558,0,-2652.23,-5047.31,23.0175,0.979193,1200,0,0,24416,0,0,0,0,0),(18616,15591,1,1,1,15559,0,-2635.61,-5050.42,33.827,4.20624,1200,0,0,24416,0,0,0,0,0),(18615,15591,1,1,1,15560,0,-2630.13,-5037.75,22.9544,1.50098,1200,0,0,24416,0,0,0,0,0),(18614,15552,1,1,1,15557,1,-2632.94,-5062.04,34.5277,2.60054,1200,0,0,326480,492480,0,0,0,0),(22586,5427,1,1,1,2609,0,-9041.5,-2422.84,11.2715,5.77761,300,25,0,2488,0,1,0,0,0),(22585,5427,1,1,1,2609,0,-9123.82,-3466.38,16.5491,1.10715,300,25,0,2488,0,1,0,0,0),(22584,5427,1,1,1,2609,0,-8449.68,-2379.37,32.9047,1.35234,300,25,0,2488,0,1,0,0,0),(18613,15591,1,1,1,15558,0,-2684.26,-5038.07,21.8013,0.15708,1200,0,0,24416,0,0,0,0,0),(18612,15553,1,1,1,8011,0,-2681.24,-5038.31,21.8019,1.78024,360,0,0,3052,0,0,0,0,0),(18611,15591,1,1,1,15559,0,-2632.54,-5040.4,33.827,5.34071,1200,0,0,24416,0,0,0,0,0),(18610,15591,1,1,1,15560,0,-2632.83,-5052.68,25.6692,3.87463,1200,0,0,24416,0,0,0,0,0),(18609,24025,1,1,1,17188,0,-3802.11,-4670.21,9.05096,0.139626,360,0,0,737,2175,0,0,0,0),(1150,691,0,1,1,5561,0,-12154.6,919.183,1.59567,0.993224,300,5,0,1469,0,1,0,0,0),(1149,691,0,1,1,5561,0,-12185.7,919.497,1.35216,0.863703,300,5,0,1469,0,1,0,0,0),(1148,595,0,1,1,4574,1,-11590,620.125,50.4508,0.859254,300,0,0,1279,0,0,0,0,0),(1147,780,0,1,1,4616,1,-12821.9,-751.606,77.152,5.39812,300,5,0,1357,1236,1,0,0,0),(1146,691,0,1,1,5561,0,-12152.4,880.064,15.0745,4.38415,300,0,0,1469,0,0,0,0,0),(1145,701,0,1,1,4577,1,-11595.6,579.611,50.4611,2.31254,300,0,0,1064,1007,0,0,0,0),(1144,1713,0,1,1,11452,0,-13582.7,-90.0978,40.393,4.18663,300,10,0,1981,0,1,0,0,0),(1143,701,0,1,1,4577,1,-11576.6,596.694,50.3361,5.78013,300,0,0,1064,1007,0,0,0,0),(1142,1713,0,1,1,11452,0,-13536.9,-40.1977,38.9878,0.052968,300,10,0,1981,0,1,0,0,0),(1141,691,0,1,1,5561,0,-12176.1,884.02,9.31219,5.06967,300,5,0,1469,0,1,0,0,0),(7612,2729,0,1,1,1164,0,-6854.17,-2645.83,241.744,2.50567,300,10,0,1678,0,1,0,0,0),(33820,18982,269,3,1,0,0,-1823.8,7160.44,21.3318,4.64557,86400,3,0,9489,0,1,0,0,0),(33821,4960,0,1,1,0,1,-8507,328.347,120.885,2.468,310,0,0,1163,0,0,0,0,0),(33822,20075,269,3,1,0,0,-1812.79,7105.69,17.5581,4.90474,86400,3,0,9489,0,1,0,0,0),(7610,2893,0,1,1,1194,1,-7044,-3384.62,243.167,5.6694,300,10,0,1678,0,1,0,0,0),(18608,24025,1,1,1,17188,0,-3809.38,-4678.87,9.13407,3.76991,360,0,0,737,2175,0,0,0,0),(18607,23907,1,1,1,11686,0,-3844.28,-4633.7,9.3468,0.977384,360,0,0,1524,0,0,0,0,0),(33830,18983,269,3,1,0,0,-1854.2,7183.95,23.3689,2.53677,86400,3,0,9489,0,1,0,0,0),(7609,2727,0,1,1,161,0,-6521.13,-3347.13,256.069,0.039043,300,5,0,1403,0,1,0,0,0),(18606,24025,1,1,1,17188,0,-3902.36,-4629.96,9.83544,1.95477,360,0,0,737,2175,0,0,0,0),(33834,20075,269,3,1,0,0,-1872.08,7127.14,18.0382,4.26465,86400,3,0,9489,0,1,0,0,0),(55343,13321,349,1,1,901,0,331.647,49.3762,-130.917,1.37881,86400,5,0,42,0,1,0,0,0),(18605,24025,1,1,1,17188,0,-3890.56,-4620.39,9.63953,6.10865,360,0,0,737,2175,0,0,0,0),(18604,23600,1,1,1,21637,0,-4043.43,-3395.4,38.2663,3.87463,360,0,0,1093,1142,2,0,0,0),(18603,23601,1,1,1,21638,0,-4036.64,-3392.86,39.0799,1.64061,360,0,0,1135,1186,0,0,0,0),(18602,23589,1,1,1,21648,1,-3011.85,-4383.31,10.7463,1.02937,180,5,0,1469,0,1,0,0,0),(18601,23570,1,1,1,21625,0,-4587.82,-3155.6,34.9767,5.61996,360,0,0,1524,0,0,0,0,0),(18600,23571,1,1,1,21626,0,-4603.66,-3210.94,35.0084,1.39626,360,0,0,1459,0,0,0,0,0),(18599,23995,1,1,1,7049,1,-4629.94,-3176.12,41.2235,6.26344,360,0,0,1180,1236,0,0,0,0),(18598,23579,1,1,1,21967,0,-4622.45,-3172.48,34.8962,6.26573,360,0,0,1585,0,0,0,0,0),(18597,23573,1,1,1,21629,1,-4591.4,-3165.59,34.3687,0.174533,360,0,0,1585,0,0,0,0,0),(18596,23572,1,1,1,21627,0,-4585.8,-3197.33,35.1265,1.8675,360,0,0,1459,0,0,0,0,0),(18595,23569,1,1,1,21624,0,-2629.72,-4321.5,-1.99871,2.3911,360,0,0,1093,1142,0,0,0,0),(18594,23567,1,1,1,21622,0,-3701.74,-2538.78,69.3945,0.907571,360,0,0,1524,0,0,0,0,0),(18593,23566,1,1,1,21621,1,-3819.74,-4562.35,9.14216,2.40855,360,0,0,1395,0,0,0,0,0),(18592,23892,1,1,1,21887,0,-3680.21,-4760.72,1.38761,3.08923,360,0,0,1009,1067,0,0,0,0),(18591,23868,1,1,1,17188,0,-2967.03,-3872.18,35.6203,4.85202,360,0,0,40,120,0,0,0,0),(18590,23869,1,1,1,17188,0,-2984.98,-3853.72,45.7142,3.40339,360,0,0,40,120,0,0,0,0),(18589,23835,1,1,1,4670,1,-3839.59,-4562.36,8.63999,3.89208,360,0,0,4906,0,2,0,0,0),(18588,23832,1,1,1,21888,0,-3976.56,-3706.15,43.3232,1.01229,360,0,0,40,120,0,0,0,0),(18587,23832,1,1,1,21888,0,-3996.66,-3795.71,39.3904,3.26377,360,0,0,40,120,0,0,0,0),(18586,23832,1,1,1,21888,0,-4085.02,-3682.67,44.4737,5.28835,360,0,0,40,120,0,0,0,0),(18585,23832,1,1,1,21888,0,-3851.92,-3758.11,36.0253,2.05949,360,0,0,40,120,0,0,0,0),(18584,23832,1,1,1,21888,0,-4096.34,-3762.03,39.8636,2.42601,360,0,0,40,120,0,0,0,0),(18583,23832,1,1,1,21888,0,-3970.52,-3595.41,36.7113,2.11185,360,0,0,40,120,0,0,0,0),(18582,23832,1,1,1,21888,0,-4061.5,-3628.16,46.1346,3.28122,360,0,0,40,120,0,0,0,0),(18580,23797,1,1,1,12229,0,-4025.4,-3787.59,42.2447,1.98968,360,0,0,1585,0,0,0,0,0),(18579,23753,1,1,1,17188,0,-3700.91,-3470.21,37.5102,3.80482,360,0,0,41,60,0,0,0,0),(18578,23752,1,1,1,17188,0,-3662.1,-3455.62,37.294,5.23599,360,0,0,41,60,0,0,0,0),(18577,23751,1,1,1,17188,0,-3640.92,-3421.74,37.4134,3.24631,360,0,0,41,60,0,0,0,0),(18576,23727,1,1,1,17188,0,-2445.71,-3153.67,37.4224,5.28835,360,0,0,40,120,0,0,0,0),(18575,23704,1,1,1,2585,1,-3823.41,-4509.73,11.0375,5.32325,360,0,0,3678,3849,0,0,0,0),(18574,23969,1,1,1,6377,0,-2675.83,-5008.19,42.5365,2.72325,360,0,0,3331,0,0,0,0,0),(17427,23969,1,1,1,6377,0,-2814.8,-4888.36,113.63,0.767575,360,0,0,3331,0,0,0,0,0),(17284,23969,1,1,1,6377,0,-2727.09,-4987.36,129.289,2.90988,360,0,0,3331,0,0,0,0,0),(15318,23969,1,1,1,6377,0,-2767.78,-4755.88,51.1353,1.79542,360,0,0,3331,0,0,0,0,0),(12813,23969,1,1,1,6377,0,-2591.74,-4873.2,115.305,0.656329,360,0,0,3331,0,0,0,0,0),(12603,23942,1,1,1,5907,0,-4055.01,-3362.43,32.9009,2.3911,360,0,0,1395,0,0,0,0,0),(12600,23636,1,1,1,21699,1,-4593.27,-3182.86,34.9551,0.78534,360,3,0,5228,0,1,0,0,0),(10496,23636,1,1,1,21699,1,-4600.32,-3147.98,34.9502,2.87677,360,3,0,5228,0,1,0,0,0),(8510,23636,1,1,1,21700,1,-4620.01,-3147.89,34.9545,0.959931,360,0,0,5228,0,0,0,0,0),(8509,23636,1,1,1,21700,1,-4571.67,-3189.96,34.9696,4.7339,360,5,0,5228,0,1,0,0,0),(33918,20075,269,3,1,0,0,-1877.39,7204.14,17.4783,2.61531,86400,3,0,9489,0,1,0,0,0),(33919,4982,0,1,1,0,0,-8511,860.464,109.839,3.799,180,0,0,42,0,2,0,0,0),(1140,701,0,1,1,4577,1,-11582.1,622.063,50.4508,0.268071,300,0,0,1064,1007,0,0,0,0),(1139,701,0,1,1,4577,1,-11564.2,617.736,50.3787,5.64958,300,0,0,1064,1007,0,0,0,0),(1138,667,0,1,1,4632,1,-12831.7,-745.379,75.5902,0.558505,300,5,0,1678,0,1,0,0,0),(1137,595,0,1,1,4574,1,-11570.7,622.5,50.4508,1.44805,300,0,0,1279,0,0,0,0,0),(8508,23636,1,1,1,21698,1,-4582.54,-3212.35,35.016,6.27343,360,5,0,5228,0,1,0,0,0),(8507,23636,1,1,1,21700,1,-4615.1,-3210.42,35.0105,3.4383,360,0,0,5228,0,0,0,0,0),(27379,3640,43,1,1,0,0,-39.5612,400.958,-59.6654,4.50625,86400,5,0,1158,0,1,0,0,0),(27378,5755,43,1,1,0,0,-34.0201,411.064,-60.2015,2.86454,86400,5,0,1122,0,1,0,0,0),(27377,2914,43,1,1,0,0,-26.4563,405.076,-59.8284,0.755553,86400,10,0,8,0,1,0,0,0),(27376,3840,43,1,1,0,1,-127.469,410.479,-72.6419,1.0821,86400,0,0,1212,912,0,0,0,0),(27375,5048,43,1,1,0,0,-123.674,412.583,-72.7478,1.51045,86400,2,0,1251,0,1,0,0,0),(27374,5053,43,1,1,0,0,-74.6743,413.063,-107.109,4.32351,86400,5,0,417,0,1,0,0,0),(27373,2914,43,1,1,0,0,-75.3009,415.708,-106.893,1.13545,86400,10,0,8,0,1,0,0,0),(27372,5755,43,1,1,0,0,-48.7853,377,-59.784,5.42797,86400,1,0,1122,0,1,0,0,0),(27371,3840,43,1,1,0,1,-41.1355,371.373,-59.8345,3.03687,86400,0,0,1212,912,0,0,0,0),(33943,20075,269,3,1,0,0,-1849.3,7218.69,17.7501,1.69247,86400,3,0,9489,0,1,0,0,0),(15466,2349,0,1,1,6808,0,-285.62,-1156.22,53.6537,6.20492,300,10,0,664,0,1,0,0,0),(27370,3835,43,1,1,0,0,-67.8197,364.356,-106.187,5.09989,86400,5,0,8,0,1,0,0,0),(27369,3840,43,1,1,0,1,-49.5054,371.389,-59.7145,0.296706,86400,0,0,1212,912,0,0,0,0),(27368,3653,43,1,1,0,0,-64.4082,319.084,-106.699,5.7292,86400,0,1,1452,0,2,0,0,0),(27367,3637,43,1,1,0,0,2.71343,312.168,-88.8564,3.36618,86400,5,0,1251,0,1,0,0,0),(27366,3671,43,1,1,0,1,15.3449,297.176,-87.7016,2.80998,86400,0,0,2165,490,0,0,0,0),(27365,5053,43,1,1,0,0,-52.2503,309.452,-106.412,5.75272,86400,5,0,417,0,1,0,0,0),(27364,3637,43,1,1,0,0,-10.0511,307.838,-88.5052,4.89372,86400,5,0,1251,0,1,0,0,0),(27363,3640,43,1,1,0,0,60.6739,207.589,-91.6738,3.09598,86400,5,0,1158,0,1,0,0,0),(27362,3636,43,1,1,0,0,57.4801,203.98,-90.922,5.27869,86400,2,0,1251,0,1,0,0,0),(27361,3637,43,1,1,0,0,30.4972,269.419,-87.2177,4.01378,86400,2,0,1251,0,1,0,0,0),(27360,3637,43,1,1,0,0,11.5657,290.13,-87.2999,4.70584,86400,3,0,1251,0,1,0,0,0),(27359,3637,43,1,1,0,0,24.2294,282.763,-87.8932,5.8003,86400,3,0,1251,0,1,0,0,0),(22583,5427,1,1,1,2609,0,-8151.04,-3314.15,23.231,0.017364,300,10,0,2488,0,1,0,0,0),(27358,2914,43,1,1,0,0,-3.19711,295.743,-85.7169,4.57491,86400,10,0,8,0,1,0,0,0),(27357,3840,43,1,1,0,1,47.5856,211.85,-88.3816,1.30859,86400,2,0,1212,912,1,0,0,0),(27356,3636,43,1,1,0,0,42.1877,182.964,-88.6387,0.317187,86400,5,0,1251,0,1,0,0,0),(27355,3637,43,1,1,0,0,41.8001,240.641,-88.0936,5.04816,86400,5,0,1251,0,1,0,0,0),(27354,3636,43,1,1,0,0,33.257,172.424,-87.8203,3.40927,86400,5,0,1251,0,1,0,0,0),(27353,3637,43,1,1,0,0,46.9926,230.126,-88.1589,2.45396,86400,5,0,1251,0,1,0,0,0),(27350,3840,43,1,1,0,1,43.24,183.35,-88.6997,5.55015,86400,0,0,1212,912,0,0,0,0),(27349,3640,43,1,1,0,0,10.4424,198.408,-84.13,1.50382,86400,5,0,1158,0,1,0,0,0),(27348,3840,43,1,1,0,1,9.77415,204.219,-84.1178,4.66731,86400,0,0,1212,912,0,0,0,0),(27347,2914,43,1,1,0,0,20.6008,199.346,-85.7522,1.37417,86400,10,0,8,0,1,0,0,0),(27346,3636,43,1,1,0,0,12.3886,212.464,-84.301,5.54391,86400,5,0,1251,0,1,0,0,0),(26259,3637,43,1,1,0,0,12.7715,160.489,-87.9237,5.90303,86400,5,0,1251,0,1,0,0,0),(26258,5053,43,1,1,0,0,-11.8997,158.706,-106.162,1.22841,86400,5,0,417,0,1,0,0,0),(26257,5053,43,1,1,0,0,-39.1155,113.401,-106.162,0.897454,86400,5,0,417,0,1,0,0,0),(26256,3637,43,1,1,0,0,11.754,224.16,-84.0361,0.872665,86400,3,0,1251,0,1,0,0,0),(26254,5053,43,1,1,0,0,-6.12651,214.864,-106.162,3.80331,86400,5,0,417,0,1,0,0,0),(26253,3835,43,1,1,0,0,-17.2637,252.039,-105.43,1.7754,86400,5,0,8,0,1,0,0,0),(26252,3840,43,1,1,0,1,-55.2565,274.696,-92.7608,4.69494,86400,0,0,1212,912,0,0,0,0),(26239,3840,43,1,1,0,1,-50.9113,263.772,-92.8438,3.40905,86400,0,1,1212,912,2,0,0,0),(26238,2914,43,1,1,0,0,-41.2492,267.135,-92.588,0.660778,86400,10,0,8,0,1,0,0,0),(26230,3636,43,1,1,0,0,-47.7481,254.798,-92.8443,5.53629,86400,5,0,1251,0,1,0,0,0),(26229,3640,43,1,1,0,0,-34.6464,211.374,-96.0663,4.57712,86400,0,1,1158,0,2,0,0,0),(26228,3640,43,1,1,0,0,-20.5522,172.007,-104.511,4.47048,86400,0,1,1158,0,2,0,0,0),(26227,3636,43,1,1,0,0,-35.0195,209.613,-96.3626,5.83298,86400,5,0,1251,0,1,0,0,0),(26226,2914,43,1,1,0,0,-101.905,232.8,-91.5832,5.5821,86400,10,0,8,0,1,0,0,0),(8506,23636,1,1,1,21699,1,-4639.08,-3196.73,34.5795,2.98451,360,0,0,5228,0,0,0,0,0),(8505,23612,1,1,1,1233,0,-4568.4,-3223.19,34.9894,5.35816,1200,0,0,10572,0,0,0,0,0),(8504,23636,1,1,1,21699,1,-4566.53,-3175.29,33.9932,0.087266,360,0,0,5228,0,0,0,0,0),(8503,23636,1,1,1,21698,1,-4567.41,-3169.9,34.0801,6.0912,360,0,0,5228,0,0,0,0,0),(8502,23687,1,1,1,6377,0,-4772.36,-3628.78,100.877,5.55017,1200,20,0,8255,0,1,0,0,0),(8501,23687,1,1,1,6377,0,-4806.09,-3200.26,83.6215,6.23175,1200,20,0,8255,0,1,0,0,0),(8500,23687,1,1,1,6377,0,-4679.55,-3416.15,95.2827,2.32195,1200,20,0,8255,0,1,0,0,0),(8499,24005,1,1,1,308,1,-3754.09,-4314.94,10.0528,2.63545,360,0,0,955,0,0,0,0,0),(8498,24005,1,1,1,308,1,-3757.23,-4320.67,10.0528,3.19395,360,0,0,955,0,0,0,0,0),(8497,24005,1,1,1,308,1,-3741.88,-4316.55,10.0528,1.8326,360,0,0,955,0,0,0,0,0),(8496,24005,1,1,1,308,1,-3744.03,-4325.68,10.0528,4.99164,360,0,0,955,0,0,0,0,0),(8495,24006,1,1,1,21256,1,-3750.12,-4347.06,11.4103,4.68584,360,0,0,1220,0,0,0,0,0),(8494,24005,1,1,1,308,1,-3716.18,-4306.85,11.2244,1.51844,360,0,0,955,0,0,0,0,0),(8493,24005,1,1,1,308,1,-3753.2,-4343.2,11.4955,3.24631,360,0,0,955,0,0,0,0,0),(34021,20075,269,3,1,0,0,-1878.97,7244.55,20.4321,2.41896,86400,3,0,9489,0,1,0,0,0),(34022,20075,269,3,1,0,0,-1848.43,7251.69,17.6956,0.585059,86400,3,0,9489,0,1,0,0,0),(34023,15608,269,3,1,0,1,-2023.59,7121.72,22.6638,3.07084,86400,0,0,6064000,0,0,0,0,0),(135697,16525,532,1,1,16241,0,-11315.1,-1756.61,179.734,4.68559,604800,0,0,30160,0,2,0,0,0),(55414,22991,530,1,1,0,0,-3955.86,3222.16,347.503,0.244346,180,0,0,4120,0,0,0,0,0),(34062,20075,269,3,1,0,0,-2032.35,7184.97,18.4028,0.304036,86400,3,0,9489,0,1,0,0,0),(34063,20075,269,3,1,0,0,-2053.7,7180.43,19.4571,2.16936,86400,3,0,9489,0,1,0,0,0),(34064,18983,269,3,1,0,0,-2030.94,7207.3,23.8688,1.55675,86400,3,0,9489,0,1,0,0,0),(34065,20075,269,3,1,0,0,-1991.77,7215.14,19.1637,4.65907,86400,3,0,9489,0,1,0,0,0),(34066,20075,269,3,1,0,0,-1947.88,7225.71,18.4147,0.170516,86400,3,0,9489,0,1,0,0,0),(34067,18983,269,3,1,0,0,-1941.26,7203.72,22.1311,5.00464,86400,3,0,9489,0,1,0,0,0),(34068,18982,269,3,1,0,0,-1927.26,7157.17,22.1742,5.00464,86400,3,0,9489,0,1,0,0,0),(34069,18983,269,3,1,0,0,-1916.89,7180.39,22.2512,1.14834,86400,3,0,9489,0,1,0,0,0),(34070,20075,269,3,1,0,0,-1993.33,7240.05,19.594,2.63667,86400,3,0,9489,0,1,0,0,0),(34071,20075,269,3,1,0,0,-2023.38,7265.83,17.4781,2.43247,86400,3,0,9489,0,1,0,0,0),(34072,20075,269,3,1,0,0,-2023.42,7293.83,17.688,1.56853,86400,3,0,9489,0,1,0,0,0),(34073,20075,269,3,1,0,0,-2023.63,7362.99,19.0751,1.54497,86400,3,0,9489,0,1,0,0,0),(34074,20075,269,3,1,0,0,-2020.2,7328.87,17.4719,4.60802,86400,3,0,9489,0,1,0,0,0),(34075,18983,269,3,1,0,0,-1968.89,7365.63,19.5852,5.9589,86400,3,0,9489,0,1,0,0,0),(34076,20075,269,3,1,0,0,-1950.86,7380.63,18.282,0.700663,86400,3,0,9489,0,1,0,0,0),(34077,20075,269,3,1,0,0,-1958.57,7405.44,21.2692,1.87876,86400,3,0,9489,0,1,0,0,0),(34078,18983,269,3,1,0,0,-1930.27,7404.04,23.5668,6.23379,86400,3,0,9489,0,1,0,0,0),(34079,18983,269,3,1,0,0,-1887.6,7407.28,22.2088,0.0762717,86400,3,0,9489,0,1,0,0,0),(34080,20075,269,3,1,0,0,-1873.58,7370.45,17.6278,4.27815,86400,3,0,9489,0,1,0,0,0),(34081,20075,269,3,1,0,0,-1864.53,7389.33,17.3442,4.10144,86400,3,0,9489,0,1,0,0,0),(34082,20075,269,3,1,0,0,-1860.83,7334.92,17.4773,5.6094,86400,3,0,9489,0,1,0,0,0),(34083,20075,269,3,1,0,0,-1832.79,7312.25,17.6608,5.38164,86400,3,0,9489,0,1,0,0,0),(34084,20075,269,3,1,0,0,-1826.1,7261.5,17.6257,4.84364,86400,3,0,9489,0,1,0,0,0),(34085,20075,269,3,1,0,0,-1791.79,7245.76,17.4774,5.85288,86400,3,0,9489,0,1,0,0,0),(34086,18983,269,3,1,0,0,-1788.14,7276.82,24.2347,1.36826,86400,3,0,9489,0,1,0,0,0),(34087,18983,269,3,1,0,0,-1808.11,7319.74,22.7314,1.9573,86400,3,0,9489,0,1,0,0,0),(34088,18982,269,3,1,0,0,-1795.99,7340.09,24.3522,1.03446,86400,3,0,9489,0,1,0,0,0),(34089,18983,269,3,1,0,0,-1785.31,7356.4,22.7278,0.991264,86400,3,0,9489,0,1,0,0,0),(34090,20075,269,3,1,0,0,-1765.38,7371.54,16.9762,0.649616,86400,3,0,9489,0,1,0,0,0),(34091,18983,269,3,1,0,0,-1740.88,7393.78,23.2881,0.739937,86400,3,0,9489,0,1,0,0,0),(34092,18982,269,3,1,0,0,-1757,7425.21,22.9924,1.9573,86400,3,0,9489,0,1,0,0,0),(34093,18983,269,3,1,0,0,-1784,7414.66,23.1332,3.58701,86400,3,0,9489,0,1,0,0,0),(34094,20075,269,3,1,0,0,-1738.91,7348.74,18.3425,4.73369,86400,3,0,9489,0,1,0,0,0),(34095,20075,269,3,1,0,0,-1745.14,7297.77,17.3804,4.99287,86400,3,0,9489,0,1,0,0,0),(8492,15384,1,1,1,11686,0,-3995.57,-4735.74,7.16088,0.069813,360,0,0,4120,0,0,0,0,0),(8491,4941,1,1,1,2950,1,-3798.24,-4374.62,16.8658,1.85005,360,0,0,1342,0,0,0,0,0),(8490,4926,1,1,1,2972,1,-3149.24,-2887.01,34.1953,6.13627,360,0,0,1753,0,0,0,0,0),(8489,4952,1,1,1,3019,0,-3693.99,-4510.12,11.7406,0,360,0,0,1,0,0,0,0,0),(15465,2350,0,1,1,1989,0,-478.186,-1229.83,54.4965,1.45487,300,5,0,494,0,1,0,0,0),(15464,2356,0,1,1,3201,0,-921.308,-1268.8,51.6933,1.67843,300,10,0,944,0,1,0,0,0),(7608,2831,0,1,1,1106,0,-7015.73,-2383,240.91,4.62438,300,10,0,1751,0,1,0,0,0),(7607,2829,0,1,1,10824,0,-6651.81,-3668.92,261.704,5.6811,300,3,0,1403,0,1,0,0,0),(7575,2893,0,1,1,1194,1,-7012.24,-3346.05,241.792,0.850432,300,10,0,1678,0,1,0,0,0),(7565,2894,0,1,1,721,1,-7023.58,-3320.27,238.076,5.28158,300,5,0,1471,1283,1,0,0,0),(7564,2729,0,1,1,1164,0,-6891.25,-2762.79,241.874,2.26233,300,10,0,1678,0,1,0,0,0),(7563,2894,0,1,1,721,1,-7047.09,-3311.21,240.576,5.22757,300,5,0,1471,1283,1,0,0,0),(22582,5427,1,1,1,2609,0,-8814.02,-2990.93,30.7626,4.79413,300,25,0,2488,0,1,0,0,0),(34119,5186,369,1,1,0,0,-109.512,1157.29,-119.711,2.16872,540,5,0,5548,0,1,0,0,0),(34120,5186,369,1,1,0,0,73.0577,1354.6,-119.485,4.69576,540,5,0,5548,0,1,0,0,0),(34121,5186,369,1,1,0,0,92.8132,1057.44,-122.674,1.42365,540,5,0,5548,0,1,0,0,0),(34122,5186,369,1,1,0,0,-148.53,1268.89,-123.002,1.87383,540,5,0,5548,0,1,0,0,0),(22581,5427,1,1,1,2609,0,-8221.37,-3216.28,20.7035,5.02631,300,10,0,2488,0,1,0,0,0),(15463,2349,0,1,1,6808,0,-189.609,-1167.86,52.2846,6.28123,300,10,0,664,0,1,0,0,0),(34126,18983,269,3,1,0,0,-1722.7,7279.57,23.0498,5.60155,86400,3,0,9489,0,1,0,0,0),(34127,18983,269,3,1,0,0,-1739.45,7237.65,21.3116,3.89331,86400,3,0,9489,0,1,0,0,0),(22580,5427,1,1,1,2609,0,-7916.77,-3274.11,64.0016,1.56736,300,25,0,2488,0,1,0,0,0),(22579,5427,1,1,1,2609,0,-8151.1,-3546.27,41.482,3.23513,300,25,0,2488,0,1,0,0,0),(22578,5427,1,1,1,2609,0,-8136.65,-3017.66,30.9884,6.18546,300,25,0,2488,0,1,0,0,0),(8488,4896,1,1,1,4854,1,-3843.46,-4516.15,9.845,5.63741,360,0,0,1342,0,0,0,0,0),(34137,5202,530,1,1,0,0,-2021.92,5433.73,-12.3448,0.034907,300,0,0,42,0,0,0,0,0),(34138,5202,530,1,1,0,0,-2022.32,5437.14,-12.3448,0.226893,300,0,0,42,0,0,0,0,0),(34139,5202,530,1,1,0,0,-2021.93,5430.41,-12.3448,6.02139,300,0,0,42,0,0,0,0,0),(1136,783,0,1,1,4623,1,-12996.2,-832.353,70.7177,4.74729,300,3,0,2059,0,1,0,0,0),(1135,781,0,1,1,4635,1,-12993.7,-815.52,69.9677,0.998287,300,0,0,2059,0,0,0,0,0),(1134,696,0,1,1,4622,1,-12820.4,-743.29,76.4155,2.82743,300,5,0,1678,0,1,0,0,0),(1133,691,0,1,1,5561,0,-12180.1,855.868,17.8644,2.95685,300,5,0,1469,0,1,0,0,0),(1132,701,0,1,1,4577,1,-11592.6,600.4,50.7008,4.6466,300,5,0,1064,1007,1,0,0,0),(1131,696,0,1,1,4622,1,-12785.3,-709.469,63.6127,2.64381,300,5,0,1678,0,1,0,0,0),(1130,701,0,1,1,4577,1,-11556.2,582.302,50.4572,1.66378,300,0,0,1064,1007,0,0,0,0),(1129,595,0,1,1,4574,1,-11536.5,558.413,50.4629,2.65044,300,5,0,1279,0,1,0,0,0),(1128,701,0,1,1,4577,1,-11540.2,560.394,51.3447,3.42473,300,0,0,1064,1007,0,0,0,0),(1127,1558,0,1,1,844,0,-13757,-194.707,29.1945,3.89385,300,5,0,1981,0,1,0,0,0),(1126,691,0,1,1,5561,0,-12218.3,847.128,2.63864,5.68991,300,5,0,1469,0,1,0,0,0),(1125,691,0,1,1,5561,0,-12155.3,853.595,22.2644,1.04379,300,5,0,1469,0,1,0,0,0),(1124,1114,0,1,1,845,0,-12752.1,-783.398,61.8614,5.6376,300,10,0,1804,0,1,0,0,0),(49230,14532,309,1,1,14950,0,-12346.8,-1603.02,132.26,0.90897,7200,5,0,12208,0,1,0,0,0),(49229,14532,309,1,1,14950,0,-12365.4,-1598.13,133.407,3.13818,7200,5,0,12208,0,1,0,0,0),(49228,11370,309,1,1,963,0,-12363.2,-1614.1,130.635,0.896689,7200,5,0,31440,0,1,0,0,0),(49227,14532,309,1,1,14950,0,-12375.9,-1612.16,131.442,3.07695,7200,5,0,12208,0,1,0,0,0),(49226,14532,309,1,1,14950,0,-12386.2,-1619.2,131.942,2.78714,7200,5,0,12208,0,1,0,0,0),(49225,14532,309,1,1,14950,0,-12362.8,-1627.17,130.385,6.23661,7200,5,0,12208,0,1,0,0,0),(22577,5427,1,1,1,2609,0,-9118.45,-2830.19,31.2967,4.55366,300,25,0,2488,0,1,0,0,0),(22576,5427,1,1,1,2609,0,-9196.43,-2819.19,17.8811,3.38248,300,25,0,2488,0,1,0,0,0),(22575,5427,1,1,1,2609,0,-8847.82,-2543.72,12.9281,1.0909,300,25,0,2488,0,1,0,0,0),(22574,5427,1,1,1,2609,0,-9448.2,-2545.66,10.1523,1.1384,300,25,0,2488,0,1,0,0,0),(22573,5427,1,1,1,2609,0,-9319.97,-3419.89,10.0108,3.64639,300,25,0,2488,0,1,0,0,0),(22572,5427,1,1,1,2609,0,-9395.42,-3476.35,11.6677,2.4551,300,25,0,2488,0,1,0,0,0),(22571,5427,1,1,1,2609,0,-9105.1,-2347.95,14.2671,0.24554,300,25,0,2488,0,1,0,0,0),(22570,5427,1,1,1,2609,0,-9063.06,-3618.39,23.3231,3.34243,300,25,0,2488,0,1,0,0,0),(22569,5427,1,1,1,2609,0,-8720.56,-2389.56,19.9679,0.027427,300,10,0,2488,0,1,0,0,0),(22568,5427,1,1,1,2609,0,-8680.17,-2478.39,31.6942,1.56958,300,10,0,2488,0,1,0,0,0),(22567,5427,1,1,1,2609,0,-8620.81,-2546.58,32.872,4.52991,300,10,0,2488,0,1,0,0,0),(22566,5427,1,1,1,2609,0,-8115.58,-3213.6,31.0496,5.27666,300,25,0,2488,0,1,0,0,0),(22565,5427,1,1,1,2609,0,-8053.6,-3351.79,46.9251,1.7041,300,25,0,2488,0,1,0,0,0),(22564,5427,1,1,1,2609,0,-9512.6,-2488.9,19.0571,5.50498,300,10,0,2488,0,1,0,0,0),(22562,5427,1,1,1,2609,0,-9254.63,-2299.8,10.4384,4.30468,300,25,0,2488,0,1,0,0,0),(1123,1563,0,1,1,796,1,-14834,61.073,3.92628,5.68464,300,5,0,1829,0,1,0,0,0),(1122,595,0,1,1,4574,1,-11565.3,579.795,50.7537,1.3367,300,0,0,1279,0,0,0,0,0),(22561,5427,1,1,1,2609,0,-8976.75,-2815.27,45.7972,1.32568,300,10,0,2488,0,1,0,0,0),(22560,5427,1,1,1,2609,0,-9019.5,-2814.44,42.6385,2.48508,300,10,0,2488,0,1,0,0,0),(22559,5427,1,1,1,2609,0,-7992.38,-3696.74,65.9279,1.98287,300,25,0,2488,0,1,0,0,0),(22558,5427,1,1,1,2609,0,-7911.98,-3146.73,68.9136,1.15079,300,25,0,2488,0,1,0,0,0),(22557,5427,1,1,1,2609,0,-9387.88,-3221.29,11.9083,3.52108,300,25,0,2488,0,1,0,0,0),(22556,5427,1,1,1,2609,0,-8457.16,-2131.2,18.0011,1.77739,300,25,0,2488,0,1,0,0,0),(22555,5427,1,1,1,2609,0,-8916.36,-2588.5,18.5804,1.57275,300,0,0,2488,0,0,0,0,0),(22554,5426,1,1,1,1536,0,-7683.21,-3355.87,61.3257,5.99177,300,10,0,2138,0,1,0,0,0),(22553,5426,1,1,1,1536,0,-8315.78,-4019.7,11.8929,5.82724,300,25,0,2138,0,1,0,0,0),(22552,5426,1,1,1,1536,0,-8454.63,-4085.4,16.8624,4.70262,300,25,0,2138,0,1,0,0,0),(22551,5426,1,1,1,1536,0,-8319.61,-4153.51,10.2364,4.21995,300,25,0,2138,0,1,0,0,0),(22550,5426,1,1,1,1536,0,-8249.92,-4148.6,12.1995,1.61179,300,25,0,2138,0,1,0,0,0),(22549,5426,1,1,1,1536,0,-8379.85,-4418.89,9.42951,5.72769,300,25,0,2138,0,1,0,0,0),(22548,5426,1,1,1,1536,0,-8253.03,-4215.09,8.64738,2.19221,300,25,0,2138,0,1,0,0,0),(22547,5426,1,1,1,1536,0,-8315.76,-4421.14,11.9922,5.12242,300,25,0,2138,0,1,0,0,0),(22546,5426,1,1,1,1536,0,-8144.33,-4147.77,11.4961,0.058609,300,25,0,2138,0,1,0,0,0),(22545,5426,1,1,1,1536,0,-8181.38,-4253.48,10.712,4.91285,300,25,0,2138,0,1,0,0,0),(22544,5426,1,1,1,1536,0,-8149.51,-4223.4,9.89075,4.9363,300,25,0,2138,0,1,0,0,0),(22543,5426,1,1,1,1536,0,-7914.35,-4083.05,10.8211,6.14405,300,25,0,2138,0,1,0,0,0),(22542,5426,1,1,1,1536,0,-7989.8,-4083.28,10.0639,3.84564,300,25,0,2138,0,1,0,0,0),(22541,5426,1,1,1,1536,0,-8585.6,-3548.48,12.2912,1.6827,300,25,0,2138,0,1,0,0,0),(22540,5426,1,1,1,1536,0,-8519.54,-4218.81,9.74727,4.28072,300,25,0,2138,0,1,0,0,0),(22539,5426,1,1,1,1536,0,-7621.32,-3380.45,54.625,4.07419,300,10,0,2138,0,1,0,0,0),(22538,5426,1,1,1,1536,0,-7851.33,-4419.02,9.62713,3.86667,300,25,0,2138,0,1,0,0,0),(22537,5426,1,1,1,1536,0,-8127.76,-3893.41,9.78034,3.13167,300,25,0,2138,0,1,0,0,0),(22536,5426,1,1,1,1536,0,-8286.62,-3417.98,9.1277,3.2296,300,25,0,2138,0,1,0,0,0),(22535,5426,1,1,1,1536,0,-8650.36,-4352.99,11.7824,5.27126,300,25,0,2138,0,1,0,0,0),(22534,5426,1,1,1,1536,0,-7781.4,-3150.84,71.3843,0.235114,300,10,0,2138,0,1,0,0,0),(22533,5426,1,1,1,1536,0,-7946.88,-3588.06,54.7766,3.44702,300,25,0,2138,0,1,0,0,0),(22532,5426,1,1,1,1536,0,-8344.69,-3615.28,15.5057,2.20505,300,10,0,2138,0,1,0,0,0),(22531,5426,1,1,1,1536,0,-8115.96,-3827.18,12.5149,1.7915,300,25,0,2138,0,1,0,0,0),(22530,5426,1,1,1,1536,0,-7785.8,-3374.65,51.0562,5.17167,300,25,0,2138,0,1,0,0,0),(22529,5426,1,1,1,1536,0,-8652.18,-3282.83,9.07431,3.12402,300,25,0,2138,0,1,0,0,0),(22528,5426,1,1,1,1536,0,-8517.15,-3281.17,9.26577,1.50631,300,25,0,2138,0,1,0,0,0),(22527,5426,1,1,1,1536,0,-8515.95,-3613.83,16.9107,0.798649,300,25,0,2138,0,1,0,0,0),(22526,5426,1,1,1,1536,0,-8649.84,-4215.67,18.1253,5.39268,300,10,0,2138,0,1,0,0,0),(22525,5426,1,1,1,1536,0,-7872.92,-3890.88,13.2737,3.40453,300,25,0,2138,0,1,0,0,0),(22524,5426,1,1,1,1536,0,-7796.12,-3829.31,32.2723,4.55042,300,25,0,2138,0,1,0,0,0),(22523,5426,1,1,1,1536,0,-8781.34,-3815.84,30.5478,1.01965,300,25,0,2138,0,1,0,0,0),(22522,5426,1,1,1,1536,0,-8390.76,-3761.67,12.4607,4.11881,300,25,0,2138,0,1,0,0,0),(22521,5426,1,1,1,1536,0,-8511.55,-4484.29,10.1642,6.24998,300,25,0,2138,0,1,0,0,0),(22520,5426,1,1,1,1536,0,-7518.35,-3496.61,13.6006,1.68232,300,25,0,2138,0,1,0,0,0),(22519,5426,1,1,1,1536,0,-8240.15,-3818.21,11.7973,6.04051,300,25,0,2138,0,1,0,0,0),(1121,701,0,1,1,4577,1,-11549.3,554.973,50.6924,2.14275,300,0,0,1064,1007,0,0,0,0),(1120,701,0,1,1,4577,1,-11560.2,598.279,50.3787,2.23402,300,0,0,1064,1007,0,0,0,0),(22518,5426,1,1,1,1536,0,-7982.25,-4545.61,10.2518,1.33552,300,25,0,2138,0,1,0,0,0),(22517,5426,1,1,1,1536,0,-8187.29,-3810.8,12.2017,2.79517,300,25,0,2138,0,1,0,0,0),(22516,5426,1,1,1,1536,0,-7853.11,-4284.88,9.19967,3.53688,300,25,0,2138,0,1,0,0,0),(22515,5426,1,1,1,1536,0,-8445.89,-3684.21,14.1967,6.04855,300,25,0,2138,0,1,0,0,0),(22514,5426,1,1,1,1536,0,-8662.89,-4477.6,10.0754,2.77596,300,25,0,2138,0,1,0,0,0),(22513,5426,1,1,1,1536,0,-8453.38,-4218.55,10.6979,3.94357,300,25,0,2138,0,1,0,0,0),(22512,5426,1,1,1,1536,0,-8314.71,-3365.48,10.2963,4.881,300,25,0,2138,0,1,0,0,0),(22511,5426,1,1,1,1536,0,-8648.51,-3749.25,22.0583,0.083705,300,25,0,2138,0,1,0,0,0),(22510,5426,1,1,1,1536,0,-7780,-3280.14,69.135,4.97694,300,10,0,2138,0,1,0,0,0),(22509,5426,1,1,1,1536,0,-7720.54,-3311.62,70.0991,1.09159,300,10,0,2138,0,1,0,0,0),(22508,5426,1,1,1,1536,0,-7681.96,-3322.4,71.9017,1.88476,300,10,0,2138,0,1,0,0,0),(22507,5426,1,1,1,1536,0,-8331.39,-3562.04,12.891,3.06757,300,10,0,2138,0,1,0,0,0),(22506,5426,1,1,1,1536,0,-8270.04,-3712.26,15.0448,6.03898,300,30,0,2138,0,1,0,0,0),(22505,5426,1,1,1,1536,0,-7464.1,-3356.34,13.3663,5.23638,300,25,0,2138,0,1,0,0,0),(22504,5426,1,1,1,1536,0,-8123.58,-3950.78,11.2888,4.88718,300,25,0,2138,0,1,0,0,0),(22503,5426,1,1,1,1536,0,-8111.99,-4094.98,9.9263,1.29974,300,25,0,2138,0,1,0,0,0),(22502,5426,1,1,1,1536,0,-7988,-3962.33,9.00335,3.42377,300,25,0,2138,0,1,0,0,0),(22501,5426,1,1,1,1536,0,-8475.19,-4410.68,9.8332,0.821294,300,25,0,2138,0,1,0,0,0),(22500,5426,1,1,1,1536,0,-8513.47,-3891.91,24.7658,1.99768,300,25,0,2138,0,1,0,0,0),(22499,5426,1,1,1,1536,0,-8255.71,-3667.66,12.2313,2.38657,300,25,0,2138,0,1,0,0,0),(22498,5426,1,1,1,1536,0,-8511.66,-3798.41,22.1727,1.27934,300,25,0,2138,0,1,0,0,0),(22497,5426,1,1,1,1536,0,-8381.13,-3808.1,9.78322,1.68426,300,25,0,2138,0,1,0,0,0),(22496,5426,1,1,1,1536,0,-7806.2,-4741.8,9.0122,2.95314,300,25,0,2138,0,1,0,0,0),(22495,5426,1,1,1,1536,0,-7710.44,-4149.27,9.36143,5.88407,300,10,0,2138,0,1,0,0,0),(22494,5426,1,1,1,1536,0,-8508.94,-4613.12,9.38592,0.237502,300,25,0,2138,0,1,0,0,0),(22493,5426,1,1,1,1536,0,-8244.56,-3333.88,16.6449,0.976985,300,25,0,2138,0,1,0,0,0),(22492,5426,1,1,1,1536,0,-8524.17,-4416.89,12.2463,3.11816,300,25,0,2138,0,1,0,0,0),(22490,5426,1,1,1,1536,0,-8524.24,-3481.04,8.74971,5.30201,300,25,0,2138,0,1,0,0,0),(22489,5426,1,1,1,1536,0,-7531.5,-3751,9.50176,1.31822,300,25,0,2138,0,1,0,0,0),(22488,5426,1,1,1,1536,0,-7661.1,-3076.19,31.6203,1.89316,300,25,0,2138,0,1,0,0,0),(22487,5426,1,1,1,1536,0,-7717.46,-4047.81,9.00176,4.48297,300,25,0,2138,0,1,0,0,0),(22486,5426,1,1,1,1536,0,-7584.44,-3073.95,21.8828,4.64985,300,25,0,2138,0,1,0,0,0),(22485,5426,1,1,1,1536,0,-7843.68,-4550.77,9.27055,6.23821,300,25,0,2138,0,1,0,0,0),(22484,5426,1,1,1,1536,0,-7784.4,-4344.33,9.32746,1.709,300,25,0,2138,0,1,0,0,0),(22483,5426,1,1,1,1536,0,-8360.79,-3690.66,17.3437,2.58666,300,10,0,2138,0,1,0,0,0),(22482,5426,1,1,1,1536,0,-8519.12,-3689.87,19.3107,4.62589,300,25,0,2138,0,1,0,0,0),(22481,5426,1,1,1,1536,0,-7822.97,-3641.65,48.591,1.0126,300,10,0,2138,0,1,0,0,0),(22480,5426,1,1,1,1536,0,-7946.42,-3552.57,45.997,3.01327,300,10,0,2138,0,1,0,0,0),(22479,5426,1,1,1,1536,0,-8315.63,-3644.79,16.1387,1.89619,300,10,0,2138,0,1,0,0,0),(22478,5426,1,1,1,1536,0,-7513.43,-2901.81,9.2292,1.64181,300,25,0,2138,0,1,0,0,0),(22477,5426,1,1,1,1536,0,-7456.13,-2660.29,9.3666,1.77253,300,25,0,2138,0,1,0,0,0),(22476,5426,1,1,1,1536,0,-7848.31,-4347.35,11.1295,1.65761,300,25,0,2138,0,1,0,0,0),(22475,5426,1,1,1,1536,0,-8217.78,-4018.83,10.1839,3.15722,300,25,0,2138,0,1,0,0,0),(22474,5426,1,1,1,1536,0,-7790.68,-4011.64,12.6335,0.192794,300,25,0,2138,0,1,0,0,0),(22472,5426,1,1,1,1536,0,-8413.12,-3878.09,13.1556,0.919868,300,25,0,2138,0,1,0,0,0),(22471,5426,1,1,1,1536,0,-8650.64,-4409.82,12.2215,3.70935,300,25,0,2138,0,1,0,0,0),(22470,5426,1,1,1,1536,0,-8532.65,-4098.45,13.7931,4.12632,300,25,0,2138,0,1,0,0,0),(22469,5426,1,1,1,1536,0,-8563.33,-4087.58,19.2833,3.41828,300,25,0,2138,0,1,0,0,0),(22468,5426,1,1,1,1536,0,-8254.25,-3470.14,17.2799,1.92695,300,25,0,2138,0,1,0,0,0),(22467,5426,1,1,1,1536,0,-7806.73,-3186.1,73.3037,3.83226,300,10,0,2138,0,1,0,0,0),(22466,5426,1,1,1,1536,0,-8303.53,-3620.21,15.0169,0.648775,300,10,0,2138,0,1,0,0,0),(22465,5426,1,1,1,1536,0,-7696.82,-3304.14,76.4897,6.25765,300,10,0,2138,0,1,0,0,0),(22464,5426,1,1,1,1536,0,-7522.23,-3154.61,19.0991,1.34628,300,25,0,2138,0,1,0,0,0),(22463,5426,1,1,1,1536,0,-7510.83,-3005.16,9.94985,4.52956,300,25,0,2138,0,1,0,0,0),(22462,5426,1,1,1,1536,0,-7454.23,-3078.34,8.70696,1.50444,300,25,0,2138,0,1,0,0,0),(22461,5426,1,1,1,1536,0,-7577.79,-3163.96,28.9639,1.22722,300,25,0,2138,0,1,0,0,0),(22460,5426,1,1,1,1536,0,-7314.75,-3384.3,9.81281,1.25404,300,25,0,2138,0,1,0,0,0),(22459,5426,1,1,1,1536,0,-8198.91,-2819.61,23.8314,3.49245,300,25,0,2138,0,1,0,0,0),(22458,5426,1,1,1,1536,0,-7580.77,-2749.5,12.6097,4.60586,300,25,0,2138,0,1,0,0,0),(22457,5426,1,1,1,1536,0,-8119.88,-2815.55,32.8511,5.74494,300,25,0,2138,0,1,0,0,0),(22456,5426,1,1,1,1536,0,-7633.25,-2812.51,11.4256,3.04697,300,25,0,2138,0,1,0,0,0),(22455,5426,1,1,1,1536,0,-8083.38,-2949.88,41.4043,6.25333,300,25,0,2138,0,1,0,0,0),(22454,5426,1,1,1,1536,0,-7963.32,-4414.42,9.00165,6.1361,300,25,0,2138,0,1,0,0,0),(22453,5426,1,1,1,1536,0,-8503.55,-4150.17,12.7062,0.042942,300,25,0,2138,0,1,0,0,0),(22452,5426,1,1,1,1536,0,-8219.88,-3549.57,23.6339,3.08703,300,25,0,2138,0,1,0,0,0),(22450,5426,1,1,1,1536,0,-8587.22,-4268.98,12.1922,1.82344,300,25,0,2138,0,1,0,0,0),(22449,5426,1,1,1,1536,0,-8467.93,-4618.9,10.1964,3.39079,300,10,0,2138,0,1,0,0,0),(22448,5426,1,1,1,1536,0,-7982.96,-3580.26,51.6219,3.90188,300,25,0,2138,0,1,0,0,0),(22447,5426,1,1,1,1536,0,-7652.69,-3379.84,57.0586,5.13131,300,25,0,2138,0,1,0,0,0),(22446,5426,1,1,1,1536,0,-8014.61,-3464.98,51.6362,2.19287,300,10,0,2138,0,1,0,0,0),(22445,5426,1,1,1,1536,0,-8018.86,-3542.34,46.9982,1.39432,300,10,0,2138,0,1,0,0,0),(22444,5426,1,1,1,1536,0,-7678.67,-3284.22,76.3277,5.52663,300,25,0,2138,0,1,0,0,0),(22443,5426,1,1,1,1536,0,-7287.9,-3350.88,9.81616,0.139022,300,25,0,2138,0,1,0,0,0),(22442,5426,1,1,1,1536,0,-7914.9,-2945.39,53.438,3.02067,300,25,0,2138,0,1,0,0,0),(22441,5426,1,1,1,1536,0,-7568.85,-2951.04,12.2404,3.0888,300,25,0,2138,0,1,0,0,0),(22440,5426,1,1,1,1536,0,-7586.62,-2829.9,10.7433,4.03094,300,25,0,2138,0,1,0,0,0),(22439,5426,1,1,1,1536,0,-7857.55,-3405.65,57.6006,5.28467,300,25,0,2138,0,1,0,0,0),(22438,5426,1,1,1,1536,0,-8423.89,-4283.49,9.4544,3.16199,300,25,0,2138,0,1,0,0,0),(22437,5426,1,1,1,1536,0,-8718.81,-3339.18,9.51137,1.641,300,25,0,2138,0,1,0,0,0),(22436,5426,1,1,1,1536,0,-8789.94,-3754.76,25.9051,4.01696,300,25,0,2138,0,1,0,0,0),(22435,5426,1,1,1,1536,0,-8634.96,-4277.18,13.4955,6.00596,300,25,0,2138,0,1,0,0,0),(22434,5426,1,1,1,1536,0,-7996.66,-3512.88,45.2213,1.87303,300,10,0,2138,0,1,0,0,0),(22433,5426,1,1,1,1536,0,-7790.47,-3619.44,45.4722,1.87056,300,10,0,2138,0,1,0,0,0),(22432,5426,1,1,1,1536,0,-7455.73,-3040.89,8.85782,2.05153,300,25,0,2138,0,1,0,0,0),(22431,5426,1,1,1,1536,0,-7428.43,-2820.91,9.989,0.328834,300,25,0,2138,0,1,0,0,0),(22430,5426,1,1,1,1536,0,-7506.19,-2683.4,9.00176,1.86614,300,25,0,2138,0,1,0,0,0),(22429,5426,1,1,1,1536,0,-8119.07,-2881.17,37.1118,0.346165,300,25,0,2138,0,1,0,0,0),(22428,5426,1,1,1,1536,0,-8035.3,-2957.87,53.0371,4.76923,300,25,0,2138,0,1,0,0,0),(22427,5426,1,1,1,1536,0,-7830.6,-3341.54,60.0838,2.67532,300,25,0,2138,0,1,0,0,0),(22426,5426,1,1,1,1536,0,-8583.5,-4213.4,13.9782,0.532155,300,25,0,2138,0,1,0,0,0),(22425,5426,1,1,1,1536,0,-8571.86,-3890.83,35.7763,3.58601,300,25,0,2138,0,1,0,0,0),(22424,5426,1,1,1,1536,0,-8402.08,-4154.32,10.1652,3.64281,300,25,0,2138,0,1,0,0,0),(22423,5425,1,1,1,1535,0,-6914.72,-2951.35,9.07304,5.8108,300,25,0,1902,0,1,0,0,0),(49224,14532,309,1,1,14950,0,-12351.8,-1607.17,131.102,2.66658,7200,5,0,12208,0,1,0,0,0),(11184,6491,530,1,4294967295,0,0,3519.15,6828.53,141.155,5.32396,60,0,0,4120,0,0,0,0,0),(22422,5425,1,1,1,1535,0,-7125.5,-3613.96,8.49331,3.36619,300,25,0,1902,0,1,0,0,0),(22421,5425,1,1,1,1535,0,-7240.52,-3548.85,13.7389,6.23345,300,25,0,1902,0,1,0,0,0),(22420,5425,1,1,1,1535,0,-7053.07,-2983.46,9.21188,4.6293,300,25,0,1902,0,1,0,0,0),(22419,5425,1,1,1,1535,0,-7380.77,-3747.83,13.1997,3.78487,300,25,0,1902,0,1,0,0,0),(22418,5425,1,1,1,1535,0,-7133.17,-2873.34,12.3726,6.2539,300,25,0,1902,0,1,0,0,0),(22417,5425,1,1,1,1535,0,-7345.91,-3553.34,6.70546,2.4461,300,25,0,1902,0,1,0,0,0),(22416,5425,1,1,1,1535,0,-7121.45,-3112.74,10.1293,5.83298,300,25,0,1902,0,1,0,0,0),(9386,6491,0,1,4294967295,0,0,1989.31,-3650.44,120.369,3.70566,60,0,0,4120,0,0,0,0,0),(152156,29720,571,1,2,0,0,8249.41,2794.36,642.251,3.02912,300,0,0,12175,0,0,0,0,0),(49219,11338,309,1,1,11231,1,-12367.4,-1612.76,130.85,6.19852,7200,0,0,25150,14916,0,0,0,0),(49218,11338,309,1,1,11232,1,-12285.9,-1637.33,133.569,0.732083,7200,0,0,25150,14916,0,0,0,0),(22415,5425,1,1,1,1535,0,-7103.12,-3214.21,9.41728,2.01839,300,25,0,1902,0,1,0,0,0),(22414,5425,1,1,1,1535,0,-7100.92,-3323.6,9.73202,0.714391,300,10,0,1902,0,1,0,0,0),(22413,5425,1,1,1,1535,0,-7228.4,-3418.75,9.49032,6.00069,300,10,0,1902,0,1,0,0,0),(22412,5425,1,1,1,1535,0,-7522.91,-3816.13,9.22644,3.43866,300,25,0,1902,0,1,0,0,0),(22411,5425,1,1,1,1535,0,-7597.96,-4081.07,10.5429,4.29913,300,25,0,1902,0,1,0,0,0),(22410,5425,1,1,1,1535,0,-7385.65,-4153.67,9.95691,3.95327,300,25,0,1902,0,1,0,0,0),(22409,5425,1,1,1,1535,0,-7303.86,-4211.85,9.90906,0.282857,300,25,0,1902,0,1,0,0,0),(22408,5425,1,1,1,1535,0,-7440.93,-3954.17,10.4253,1.26756,300,25,0,1902,0,1,0,0,0),(22407,5425,1,1,1,1535,0,-7288.81,-4076.29,12.0009,3.04387,300,25,0,1902,0,1,0,0,0),(22406,5425,1,1,1,1535,0,-7332.4,-4029.12,11.5358,4.3497,300,25,0,1902,0,1,0,0,0),(1119,1114,0,1,1,845,0,-12717,-628.685,41.875,4.38107,300,5,0,1804,0,1,0,0,0),(22405,5425,1,1,1,1535,0,-7377.5,-4270.83,10.0988,1.21568,300,25,0,1902,0,1,0,0,0),(22404,5425,1,1,1,1535,0,-7038.62,-4078.25,9.4585,3.50436,300,25,0,1902,0,1,0,0,0),(22403,5425,1,1,1,1535,0,-6817.27,-4489.85,25.6845,6.24024,300,25,0,1902,0,1,0,0,0),(22402,5425,1,1,1,1535,0,-6907.47,-4234.25,11.1391,0.893311,300,25,0,1902,0,1,0,0,0),(22401,5425,1,1,1,1535,0,-7057.59,-3476.02,10.1745,2.54924,300,25,0,1902,0,1,0,0,0),(22400,5425,1,1,1,1535,0,-7041.66,-3912.2,10.3444,0.434613,300,25,0,1902,0,1,0,0,0),(1118,588,0,1,1,4575,1,-11551.3,593.914,50.5786,3.4383,300,0,0,1279,0,0,0,0,0),(51897,14343,1,1,1,0,0,5875.65,-1242.83,403.304,5.35714,9900,0,0,3082,0,0,0,0,0),(14798,6491,530,1,4294967295,0,0,-867.469,6614.36,175.242,5.39023,60,0,0,4120,0,0,0,0,0),(11185,6491,530,1,4294967295,0,0,3441.09,4798.39,260.086,0.713674,60,0,0,4120,0,0,0,0,0),(49202,14880,309,1,1,15072,0,-12286.4,-1669.35,130.333,5.43666,7200,0,0,4048,0,0,0,0,0),(49201,14880,309,1,1,15072,0,-12289.1,-1645.61,132.135,6.24203,7200,0,0,4048,0,0,0,0,0),(22399,5425,1,1,1,1535,0,-7349.57,-3483.1,12.7372,3.16192,300,25,0,1902,0,1,0,0,0),(22398,5425,1,1,1,1535,0,-7053.87,-4240.77,10.6477,2.00389,300,25,0,1902,0,1,0,0,0),(22397,5425,1,1,1,1535,0,-7295.13,-2625.88,11.96,5.87368,300,25,0,1902,0,1,0,0,0),(22396,5425,1,1,1,1535,0,-7183.94,-3235.83,9.67437,4.8958,300,25,0,1902,0,1,0,0,0),(22395,5425,1,1,1,1535,0,-6909.61,-3261.08,20.4058,0.068386,300,25,0,1902,0,1,0,0,0),(22394,5425,1,1,1,1535,0,-7045.77,-3236.17,9.00927,5.2524,300,10,0,1902,0,1,0,0,0),(22393,5425,1,1,1,1535,0,-7592.88,-3959.77,10.2688,5.61106,300,25,0,1902,0,1,0,0,0),(22392,5425,1,1,1,1535,0,-7197.42,-2674.05,9.88576,1.81528,300,25,0,1902,0,1,0,0,0),(22391,5425,1,1,1,1535,0,-6979.33,-3391.56,10.7314,1.88332,300,25,0,1902,0,1,0,0,0),(22390,5425,1,1,1,1535,0,-7249.29,-3215.38,10.8014,5.36058,300,25,0,1902,0,1,0,0,0),(22389,5425,1,1,1,1535,0,-7347.65,-3816.13,10.0169,3.45826,300,25,0,1902,0,1,0,0,0),(22388,5425,1,1,1,1535,0,-7385.42,-3770.91,12.2367,4.70067,300,25,0,1902,0,1,0,0,0),(22387,5425,1,1,1,1535,0,-6859.51,-4552.46,11.8552,2.54222,300,25,0,1902,0,1,0,0,0),(22386,5425,1,1,1,1535,0,-7557.83,-3630.54,13.0975,1.14761,300,10,0,1902,0,1,0,0,0),(22385,5425,1,1,1,1535,0,-7178.49,-4433.56,9.4325,1.07223,300,25,0,1902,0,1,0,0,0),(22384,5425,1,1,1,1535,0,-7653.14,-3981.35,9.35122,4.74363,300,25,0,1902,0,1,0,0,0),(22383,5425,1,1,1,1535,0,-7050.56,-4163.02,9.59558,3.46334,300,25,0,1902,0,1,0,0,0),(22382,5425,1,1,1,1535,0,-7513.29,-3621.33,11.2658,1.12691,300,10,0,1902,0,1,0,0,0),(22381,5425,1,1,1,1535,0,-7176.48,-3364.28,10.0438,1.2509,300,25,0,1902,0,1,0,0,0),(22380,5425,1,1,1,1535,0,-7249.93,-2812.63,12.0574,2.31793,300,25,0,1902,0,1,0,0,0),(22379,5425,1,1,1,1535,0,-7086.59,-3550,9.19371,6.28201,300,25,0,1902,0,1,0,0,0),(22378,5425,1,1,1,1535,0,-7463.66,-3806.39,12.9393,2.74004,300,25,0,1902,0,1,0,0,0),(22377,5425,1,1,1,1535,0,-6996.66,-4081.2,20.9016,2.96296,300,25,0,1902,0,1,0,0,0),(22376,5425,1,1,1,1535,0,-7405,-3012.08,9.69972,6.19522,300,25,0,1902,0,1,0,0,0),(22375,5425,1,1,1,1535,0,-7032.02,-3268.64,9.09011,2.3372,300,10,0,1902,0,1,0,0,0),(22374,5425,1,1,1,1535,0,-7171.9,-3469.46,8.87842,0.588039,300,25,0,1902,0,1,0,0,0),(22373,5425,1,1,1,1535,0,-6975.16,-3893.42,12.5196,4.74558,300,25,0,1902,0,1,0,0,0),(22372,5425,1,1,1,1535,0,-7270.86,-2678.18,11.5379,0.204678,300,25,0,1902,0,1,0,0,0),(1116,1564,0,1,1,4462,1,-14849.4,81.058,1.62692,0.519631,300,0,0,1292,3191,0,0,0,0),(1115,698,0,1,1,320,0,-11551.4,608.711,50.6529,3.26576,300,2,0,1279,0,1,0,0,0),(49200,14758,309,1,1,11686,0,-12296,-1374.69,145.132,6.10865,7200,0,0,4120,0,0,0,0,0),(49199,14517,309,1,1,15219,1,-12291.9,-1380.08,144.902,2.28638,259200,0,0,333125,26200,0,0,0,0),(49198,11373,309,1,1,14559,0,-12021.2,-1719.74,39.3461,0.855211,7200,0,0,15260,0,0,0,0,0),(49197,11373,309,1,1,14559,0,-12037.7,-1694.21,39.3567,0.279253,7200,0,0,15260,0,0,0,0,0),(49196,11373,309,1,1,14559,0,-12036.8,-1704.27,40.0668,0.453786,7200,0,0,15260,0,0,0,0,0),(22371,5425,1,1,1,1535,0,-7182.25,-3281.35,13.1242,3.33202,300,25,0,1902,0,1,0,0,0),(22370,5425,1,1,1,1535,0,-7184.65,-2615.89,9.37675,5.13466,300,10,0,1902,0,1,0,0,0),(22369,5425,1,1,1,1535,0,-7069.53,-4021.05,9.23932,0.185893,300,25,0,1902,0,1,0,0,0),(22368,5425,1,1,1,1535,0,-6979.58,-4140.85,9.15772,4.46599,300,25,0,1902,0,1,0,0,0),(22367,5425,1,1,1,1535,0,-7236.75,-4740.59,10.152,0.31178,300,25,0,1902,0,1,0,0,0),(22366,5425,1,1,1,1535,0,-7152.2,-3151.42,11.0422,3.61223,300,25,0,1902,0,1,0,0,0),(22365,5425,1,1,1,1535,0,-7363.61,-3866.43,10.9887,2.20491,300,25,0,1902,0,1,0,0,0),(22364,5425,1,1,1,1535,0,-7256.88,-4370.32,13.88,2.27175,300,25,0,1902,0,1,0,0,0),(22363,5425,1,1,1,1535,0,-7175.33,-3614.96,12.5144,1.11259,300,25,0,1902,0,1,0,0,0),(22362,5424,1,1,1,10986,0,-8315.19,-4281.42,9.38572,0.499811,300,25,0,2399,0,1,0,0,0),(22361,5424,1,1,1,10986,0,-8316.1,-4349.65,12.2031,6.03046,300,25,0,2399,0,1,0,0,0),(22360,5424,1,1,1,10986,0,-8194.97,-2263.99,9.00154,1.58452,300,10,0,2399,0,1,0,0,0),(22359,5424,1,1,1,10986,0,-8321.22,-2369.02,24.1025,1.82155,300,25,0,2399,0,1,0,0,0),(22358,5424,1,1,1,10986,0,-8363.95,-2556,38.6451,3.54059,300,25,0,2399,0,1,0,0,0),(22357,5424,1,1,1,10986,0,-8370.31,-2416.05,37.4206,6.26561,300,25,0,2399,0,1,0,0,0),(22356,5424,1,1,1,10986,0,-8636.16,-2338.75,25.145,0.903205,300,25,0,2399,0,1,0,0,0),(22355,5424,1,1,1,10986,0,-8981.98,-2550.46,17.4036,0.015624,300,25,0,2399,0,1,0,0,0),(22354,5424,1,1,1,10986,0,-8510.63,-2417.69,40.5364,5.24291,300,25,0,2399,0,1,0,0,0),(22353,5424,1,1,1,10986,0,-8431.37,-2417.65,37.1177,6.26756,300,25,0,2399,0,1,0,0,0),(22352,5424,1,1,1,10986,0,-8398.13,-4279.86,10.9932,0.19242,300,25,0,2399,0,1,0,0,0),(22351,5424,1,1,1,10986,0,-8386.45,-2500.32,44.0638,4.72606,300,25,0,2399,0,1,0,0,0),(22350,5424,1,1,1,10986,0,-9185.18,-3485.88,13.2454,2.31326,300,25,0,2399,0,1,0,0,0),(22349,5424,1,1,1,10986,0,-8584.1,-3442.57,9.77265,4.81808,300,25,0,2399,0,1,0,0,0),(22348,5424,1,1,1,10986,0,-8576.95,-2289.31,23.7936,2.18424,300,25,0,2399,0,1,0,0,0),(22347,5424,1,1,1,10986,0,-8448.38,-3553.98,12.363,4.67725,300,25,0,2399,0,1,0,0,0),(22346,5424,1,1,1,10986,0,-8251.96,-2284.99,9.62744,6.12819,300,25,0,2399,0,1,0,0,0),(22345,5424,1,1,1,10986,0,-8715.23,-3150.74,25.6585,5.39414,300,25,0,2399,0,1,0,0,0),(22344,5424,1,1,1,10986,0,-8919.1,-2882.56,44.091,3.48189,300,25,0,2399,0,1,0,0,0),(22343,5424,1,1,1,10986,0,-8449.42,-3751.25,11.0854,4.92071,300,25,0,2399,0,1,0,0,0),(22342,5424,1,1,1,10986,0,-8325.6,-2427.35,29.8485,4.0099,300,25,0,2399,0,1,0,0,0),(22341,5424,1,1,1,10986,0,-9319.79,-2813.17,11.4384,2.57631,300,25,0,2399,0,1,0,0,0),(22340,5424,1,1,1,10986,0,-8708.05,-2888.96,18.8768,5.47222,300,25,0,2399,0,1,0,0,0),(22339,5424,1,1,1,10986,0,-8845.32,-2684.85,26.1853,5.98612,300,25,0,2399,0,1,0,0,0),(49195,11373,309,1,1,14559,0,-12029.4,-1714.54,39.3626,0.680678,7200,0,0,15260,0,0,0,0,0),(49194,14507,309,1,1,15217,1,-12029.8,-1707.93,39.413,3.71755,259200,0,0,213200,26200,0,0,0,0),(22331,5424,1,1,1,10986,0,-8544,-2615.2,34.982,0.299505,300,25,0,2399,0,1,0,0,0),(22330,5424,1,1,1,10986,0,-8693.19,-2555.13,25.0907,3.52572,300,25,0,2399,0,1,0,0,0),(22329,5424,1,1,1,10986,0,-8707.61,-2626.77,14.8501,4.34493,300,25,0,2399,0,1,0,0,0),(22328,5424,1,1,1,10986,0,-8374.94,-2688.07,23.9691,4.90734,300,25,0,2399,0,1,0,0,0),(22327,5424,1,1,1,10986,0,-8585.77,-3288.6,11.7177,4.15927,300,25,0,2399,0,1,0,0,0),(49193,14750,309,1,1,15303,0,-11981.1,-1475.36,79.7364,0.874606,7200,0,0,31440,0,0,0,0,0),(49192,11368,309,1,1,14562,0,-11988.6,-1467.06,80.3768,1.98968,7200,0,0,5341,0,0,0,0,0),(49191,11368,309,1,1,14562,0,-11978.2,-1464.7,80.1628,1.46608,7200,0,0,5341,0,0,0,0,0),(49190,11368,309,1,1,14562,0,-11985.9,-1475.85,79.7788,1.59486,7200,5,0,5341,0,1,0,0,0),(49189,14750,309,1,1,15303,0,-12170.5,-1467.25,130.725,0.030516,7200,0,0,31440,0,2,0,0,0),(22326,5424,1,1,1,10986,0,-8313.21,-2245.03,11.4694,3.90213,300,25,0,2399,0,1,0,0,0),(22325,5424,1,1,1,10986,0,-9116.8,-2607.52,22.9856,1.48863,300,30,0,2399,0,1,0,0,0),(22324,5424,1,1,1,10986,0,-8782.46,-2498.04,13.4679,1.41785,300,25,0,2399,0,1,0,0,0),(22323,5424,1,1,1,10986,0,-8589.52,-3350,9.11834,3.15722,300,25,0,2399,0,1,0,0,0),(22322,5424,1,1,1,10986,0,-8713.34,-3621.32,17.2706,5.10703,300,25,0,2399,0,1,0,0,0),(22321,5424,1,1,1,10986,0,-9314.16,-2546.99,13.1645,1.02955,300,0,0,2399,0,0,0,0,0),(22320,5424,1,1,1,10986,0,-7938.42,-3747.94,51.0226,3.40423,300,25,0,2399,0,1,0,0,0),(22319,5424,1,1,1,10986,0,-8052.24,-3013.03,55.7394,3.10581,300,25,0,2399,0,1,0,0,0),(22317,5424,1,1,1,10986,0,-7932.5,-3087.63,62.8488,4.31551,300,25,0,2399,0,1,0,0,0),(22316,5424,1,1,1,10986,0,-8847.97,-2609.18,21.806,1.49462,300,25,0,2399,0,1,0,0,0),(22315,5424,1,1,1,10986,0,-8653.69,-3038.87,14.3702,5.00385,300,25,0,2399,0,1,0,0,0),(22314,5424,1,1,1,10986,0,-8573.98,-3220.5,8.87161,5.81605,300,25,0,2399,0,1,0,0,0),(22313,5424,1,1,1,10986,0,-8983.99,-2955.44,53.2449,4.58513,300,25,0,2399,0,1,0,0,0),(22312,5424,1,1,1,10986,0,-8723.07,-3819.32,35.9197,4.02406,300,25,0,2399,0,1,0,0,0),(22311,5424,1,1,1,10986,0,-8721.1,-3756.64,28.8173,4.08642,300,25,0,2399,0,1,0,0,0),(22310,5424,1,1,1,10986,0,-8399.48,-3337.54,9.93494,4.92089,300,25,0,2399,0,1,0,0,0),(22309,5424,1,1,1,10986,0,-8049.13,-3073.96,49.9804,5.90885,300,25,0,2399,0,1,0,0,0),(22306,5424,1,1,1,10986,0,-8081.9,-3746.24,32.3972,0.088007,300,25,0,2399,0,1,0,0,0),(22305,5424,1,1,1,10986,0,-8053.18,-3263.38,44.5263,1.36229,300,25,0,2399,0,1,0,0,0),(22304,5424,1,1,1,10986,0,-8050.68,-3145.2,43.2815,1.55712,300,25,0,2399,0,1,0,0,0),(22303,5424,1,1,1,10986,0,-8044.57,-2800.39,32.2304,4.48208,300,25,0,2399,0,1,0,0,0),(22302,5424,1,1,1,10986,0,-8062.65,-2886.51,39.4431,4.82276,300,25,0,2399,0,1,0,0,0),(22301,5424,1,1,1,10986,0,-8164.8,-2744.15,29.6112,3.57032,300,25,0,2399,0,1,0,0,0),(22300,5424,1,1,1,10986,0,-7784.12,-2949.93,37.1274,5.97378,300,25,0,2399,0,1,0,0,0),(22299,5424,1,1,1,10986,0,-7883.23,-2884.05,38.464,0.124988,300,25,0,2399,0,1,0,0,0),(22298,5424,1,1,1,10986,0,-8909.32,-3088.05,41.543,5.56546,300,25,0,2399,0,1,0,0,0),(22297,5424,1,1,1,10986,0,-8579.65,-4340.53,13.1539,0.932168,300,25,0,2399,0,1,0,0,0),(22296,5424,1,1,1,10986,0,-8589.02,-3953.57,40.6873,2.63223,300,25,0,2399,0,1,0,0,0),(22295,5424,1,1,1,10986,0,-8780.54,-3683.95,24.543,0.108864,300,25,0,2399,0,1,0,0,0),(22294,5424,1,1,1,10986,0,-8646.31,-2154.55,11.1603,4.95334,300,25,0,2399,0,1,0,0,0),(22293,5424,1,1,1,10986,0,-8984.18,-2605.69,25.3525,1.52785,300,25,0,2399,0,1,0,0,0),(22292,5424,1,1,1,10986,0,-9316.91,-3295.49,11.3725,4.64415,300,25,0,2399,0,1,0,0,0),(22291,5424,1,1,1,10986,0,-9384.58,-3617.72,9.43362,1.07173,300,15,0,2399,0,1,0,0,0),(22290,5424,1,1,1,10986,0,-8180.64,-3467.44,32.4101,1.96943,300,25,0,2399,0,1,0,0,0),(22289,5424,1,1,1,10986,0,-7928.15,-3347.44,67.6471,0.086061,300,25,0,2399,0,1,0,0,0),(22288,5424,1,1,1,10986,0,-7992.75,-3161.15,62.5836,1.32629,300,25,0,2399,0,1,0,0,0),(22287,5424,1,1,1,10986,0,-7850.04,-2978.11,45.1911,1.39794,300,25,0,2399,0,1,0,0,0),(22286,5424,1,1,1,10986,0,-7587.02,-2879.37,10.4852,1.20334,300,25,0,2399,0,1,0,0,0),(22285,5424,1,1,1,10986,0,-8653.65,-2630,19.0058,4.904,300,25,0,2399,0,1,0,0,0),(22284,5424,1,1,1,10986,0,-8859.93,-3138.19,31.1316,2.29137,300,25,0,2399,0,1,0,0,0),(22283,5424,1,1,1,10986,0,-8682.73,-4083.77,37.6521,2.36598,300,10,0,2399,0,1,0,0,0),(22282,5424,1,1,1,10986,0,-9368.61,-2220.37,13.2503,6.16779,300,25,0,2399,0,1,0,0,0),(22281,5424,1,1,1,10986,0,-9257.84,-2418.24,11.2933,3.1165,300,0,0,2399,0,0,0,0,0),(22280,5424,1,1,1,10986,0,-8125.79,-3685.17,38.2192,3.85638,300,25,0,2399,0,1,0,0,0),(22279,5424,1,1,1,10986,0,-7923,-3401.52,80.0039,1.95598,300,25,0,2399,0,1,0,0,0),(22272,5424,1,1,1,10986,0,-8183.03,-3332.22,24.8834,1.58447,300,25,0,2399,0,1,0,0,0),(22271,5424,1,1,1,10986,0,-7982.31,-3412.31,67.6275,4.40053,300,25,0,2399,0,1,0,0,0),(22270,5424,1,1,1,10986,0,-7983.96,-3290.58,60.8259,1.63529,300,25,0,2399,0,1,0,0,0),(22269,5424,1,1,1,10986,0,-7508.45,-2752.71,11.7662,2.94852,300,25,0,2399,0,1,0,0,0),(22268,5424,1,1,1,10986,0,-7852.84,-2860.96,34.3649,4.8142,300,25,0,2399,0,1,0,0,0),(22267,5424,1,1,1,10986,0,-8675.97,-2753.24,15.5313,6.2343,300,25,0,2399,0,1,0,0,0),(22266,5424,1,1,1,10986,0,-8917.39,-2827.88,45.6119,4.64472,300,25,0,2399,0,1,0,0,0),(22265,5424,1,1,1,10986,0,-8977.52,-3261.05,33.0767,2.06765,300,25,0,2399,0,1,0,0,0),(22264,5424,1,1,1,10986,0,-8722.57,-2815.37,19.8458,3.07084,300,25,0,2399,0,1,0,0,0),(22263,5424,1,1,1,10986,0,-8640.69,-3804.04,22.3401,0.98911,300,25,0,2399,0,1,0,0,0),(22262,5424,1,1,1,10986,0,-8299.09,-3480.59,13.6947,2.94113,300,25,0,2399,0,1,0,0,0),(22261,5424,1,1,1,10986,0,-7978.42,-3751.62,48.9198,6.10259,300,25,0,2399,0,1,0,0,0),(22260,5424,1,1,1,10986,0,-8103.64,-3614.48,57.1339,1.32819,300,25,0,2399,0,1,0,0,0),(22259,5424,1,1,1,10986,0,-7985.35,-3346.01,72.7818,1.5337,300,25,0,2399,0,1,0,0,0),(22258,5424,1,1,1,10986,0,-7523.78,-2839.86,9.34431,5.55588,300,25,0,2399,0,1,0,0,0),(22257,5424,1,1,1,10986,0,-7911.64,-2829.02,33.4533,4.45367,300,25,0,2399,0,1,0,0,0),(22256,5424,1,1,1,10986,0,-7465.59,-2944.64,9.56728,4.2898,300,25,0,2399,0,1,0,0,0),(22255,5424,1,1,1,10986,0,-8779.69,-2675.45,24.3398,1.05676,300,25,0,2399,0,1,0,0,0),(22254,5424,1,1,1,10986,0,-8987.97,-3022.86,56.7471,4.16388,300,25,0,2399,0,1,0,0,0),(22253,5424,1,1,1,10986,0,-8596.75,-3068.84,10.5908,4.74363,300,25,0,2399,0,1,0,0,0),(22252,5424,1,1,1,10986,0,-8783.03,-2623.69,17.8433,4.77493,300,25,0,2399,0,1,0,0,0),(22251,5424,1,1,1,10986,0,-8222.39,-3611.05,17.5775,0.339142,300,25,0,2399,0,1,0,0,0),(22250,5424,1,1,1,10986,0,-8585.85,-4049.17,26.8817,4.95098,300,25,0,2399,0,1,0,0,0),(22249,5424,1,1,1,10986,0,-8525.47,-3233.87,8.7497,4.15581,300,25,0,2399,0,1,0,0,0),(22248,5424,1,1,1,10986,0,-9052.72,-2490.24,14.8811,4.58319,300,25,0,2399,0,1,0,0,0),(22247,5424,1,1,1,10986,0,-8448.33,-2497.44,49.0912,3.06137,300,25,0,2399,0,1,0,0,0),(22246,5423,1,1,1,10987,0,-8320.01,-4083.51,10.9431,3.17064,300,25,0,2059,0,1,0,0,0),(22245,5423,1,1,1,10987,0,-7548.94,-3683.21,9.19625,2.93226,300,25,0,2059,0,1,0,0,0),(22244,5423,1,1,1,10987,0,-8317.64,-4235.68,10.8793,4.74117,300,25,0,2059,0,1,0,0,0),(22243,5423,1,1,1,10987,0,-8252.46,-4348.79,9.51991,2.82343,300,25,0,2059,0,1,0,0,0),(22242,5423,1,1,1,10987,0,-8113.02,-4349.56,9.21963,6.03252,300,25,0,2059,0,1,0,0,0),(22241,5423,1,1,1,10987,0,-8046.15,-4419.08,10.9307,5.66591,300,25,0,2059,0,1,0,0,0),(22240,5423,1,1,1,10987,0,-8052.13,-4218.5,9.00174,3.4728,300,25,0,2059,0,1,0,0,0),(22239,5423,1,1,1,10987,0,-7052.75,-3425.61,9.80869,4.11654,300,25,0,2059,0,1,0,0,0),(22238,5423,1,1,1,10987,0,-7848.67,-4017.45,11.0553,6.25195,300,25,0,2059,0,1,0,0,0),(22237,5423,1,1,1,10987,0,-7915.36,-4015.85,9.06812,0.082168,300,25,0,2059,0,1,0,0,0),(22236,5423,1,1,1,10987,0,-7841.65,-3971.16,10.08,4.55142,300,25,0,2059,0,1,0,0,0),(22235,5423,1,1,1,10987,0,-7781.88,-3950.46,9.97005,5.59571,300,25,0,2059,0,1,0,0,0),(22234,5423,1,1,1,10987,0,-7717.86,-3892.73,15.2447,3.35433,300,25,0,2059,0,1,0,0,0),(22233,5423,1,1,1,10987,0,-7754.05,-3887.37,18.984,3.95461,300,25,0,2059,0,1,0,0,0),(22232,5423,1,1,1,10987,0,-7585.87,-3815.25,9.27372,2.50799,300,25,0,2059,0,1,0,0,0),(22231,5423,1,1,1,10987,0,-7913.06,-4479.69,9.6691,0.494279,300,25,0,2059,0,1,0,0,0),(22230,5423,1,1,1,10987,0,-8372.07,-3954.6,11.7762,6.16929,300,25,0,2059,0,1,0,0,0),(22229,5423,1,1,1,10987,0,-7817.53,-3683.68,48.3538,3.28493,300,25,0,2059,0,1,0,0,0),(22228,5423,1,1,1,10987,0,-7851.79,-4219.1,9.43035,3.57625,300,25,0,2059,0,1,0,0,0),(22227,5423,1,1,1,10987,0,-7841.54,-4162.16,11.0443,3.3122,300,25,0,2059,0,1,0,0,0),(22226,5423,1,1,1,10987,0,-7983.46,-4484.83,10.5406,3.87105,300,25,0,2059,0,1,0,0,0),(22225,5423,1,1,1,10987,0,-7784.73,-4486.21,9.3194,4.74753,300,25,0,2059,0,1,0,0,0),(22224,5423,1,1,1,10987,0,-8067.28,-3822.07,15.8541,1.86786,300,25,0,2059,0,1,0,0,0),(22223,5423,1,1,1,10987,0,-7903.94,-4211.53,13.0872,5.25639,300,25,0,2059,0,1,0,0,0),(22222,5423,1,1,1,10987,0,-7783.31,-3550.74,50.5624,5.8026,300,25,0,2059,0,1,0,0,0),(22221,5423,1,1,1,10987,0,-7850.22,-3479.7,66.061,3.1953,300,25,0,2059,0,1,0,0,0),(22220,5423,1,1,1,10987,0,-7734.77,-4101.96,12.9187,5.64476,300,25,0,2059,0,1,0,0,0),(22219,5423,1,1,1,10987,0,-7855.42,-3212.71,74.4522,5.2934,300,25,0,2059,0,1,0,0,0),(22218,5423,1,1,1,10987,0,-7915.38,-4619.03,9.00176,4.8977,300,25,0,2059,0,1,0,0,0),(22217,5423,1,1,1,10987,0,-7849.01,-4484.66,10.7769,4.35545,300,25,0,2059,0,1,0,0,0),(22216,5423,1,1,1,10987,0,-7646.14,-3020.92,20.9767,6.1648,300,25,0,2059,0,1,0,0,0),(22215,5423,1,1,1,10987,0,-7654.17,-3428.39,37.2282,1.64308,300,25,0,2059,0,1,0,0,0),(22214,5423,1,1,1,10987,0,-7576.33,-3658.57,13.2154,4.41102,300,25,0,2059,0,1,0,0,0),(22213,5423,1,1,1,10987,0,-7795.45,-3414.67,46.9164,6.25975,300,25,0,2059,0,1,0,0,0),(22212,5423,1,1,1,10987,0,-7786.98,-3737.85,38.8395,4.57132,300,25,0,2059,0,1,0,0,0),(22211,5423,1,1,1,10987,0,-7774.82,-4082.21,9.65412,5.76243,300,25,0,2059,0,1,0,0,0),(22210,5423,1,1,1,10987,0,-7387.94,-3544.47,7.79651,3.30835,300,25,0,2059,0,1,0,0,0),(22209,5423,1,1,1,10987,0,-7593.19,-3552.06,16.1066,0.774262,300,25,0,2059,0,1,0,0,0),(22208,5423,1,1,1,10987,0,-7733.2,-3150.28,68.8759,0.760541,300,25,0,2059,0,1,0,0,0),(22207,5423,1,1,1,10987,0,-7533.42,-3348.7,30.152,3.22765,300,25,0,2059,0,1,0,0,0),(22206,5423,1,1,1,10987,0,-7501.83,-3215.54,21.0324,3.0497,300,25,0,2059,0,1,0,0,0),(22205,5423,1,1,1,10987,0,-7244.03,-3371.19,10.2585,4.83384,300,25,0,2059,0,1,0,0,0),(22204,5423,1,1,1,10987,0,-6931.15,-3413.37,21.3212,6.02447,300,25,0,2059,0,1,0,0,0),(22203,5423,1,1,1,10987,0,-6977.7,-2955.35,9.97284,4.49393,300,25,0,2059,0,1,0,0,0),(22202,5423,1,1,1,10987,0,-8103.33,-4036.67,11.8408,3.92699,300,25,0,2059,0,1,0,0,0),(22201,5423,1,1,1,10987,0,-8167.1,-3889,9.00177,5.23938,300,25,0,2059,0,1,0,0,0),(22200,5423,1,1,1,10987,0,-8178.83,-4074.16,9.48266,4.94111,300,25,0,2059,0,1,0,0,0),(22199,5423,1,1,1,10987,0,-7852.94,-4648.37,9.32224,5.00276,300,25,0,2059,0,1,0,0,0),(22198,5423,1,1,1,10987,0,-7604.91,-3749.6,14.3761,3.18852,300,25,0,2059,0,1,0,0,0),(22197,5423,1,1,1,10987,0,-6850.51,-2612.12,10.0486,5.36761,300,25,0,2059,0,1,0,0,0),(22196,5423,1,1,1,10987,0,-7034.76,-3487.32,9.52945,3.20772,300,25,0,2059,0,1,0,0,0),(22195,5423,1,1,1,10987,0,-8182.48,-4021.8,11.8722,0.049903,300,25,0,2059,0,1,0,0,0),(22194,5423,1,1,1,10987,0,-8325.22,-3809.93,10.5217,2.98118,300,25,0,2059,0,1,0,0,0),(22193,5423,1,1,1,10987,0,-7767.01,-4555.26,9.5987,0.21655,300,25,0,2059,0,1,0,0,0),(22192,5423,1,1,1,10987,0,-7825.8,-3282.71,64.8954,3.00439,300,25,0,2059,0,1,0,0,0),(22191,5423,1,1,1,10987,0,-7414.61,-3481.76,12.2657,5.6643,300,25,0,2059,0,1,0,0,0),(22190,5423,1,1,1,10987,0,-7188.15,-2761.84,16.3768,3.93088,300,25,0,2059,0,1,0,0,0),(22189,5423,1,1,1,10987,0,-6976.5,-2621.54,9.08253,0.190764,300,3,0,2059,0,1,0,0,0),(22187,5423,1,1,1,10987,0,-7412.54,-2951.99,11.0024,0.994175,300,25,0,2059,0,1,0,0,0),(22186,5423,1,1,1,10987,0,-7925.92,-4360.7,11.56,5.1201,300,25,0,2059,0,1,0,0,0),(22185,5423,1,1,1,10987,0,-8229.95,-3887.97,9.93412,2.95169,300,25,0,2059,0,1,0,0,0),(22184,5423,1,1,1,10987,0,-7787.96,-3477.04,45.5783,3.58063,300,25,0,2059,0,1,0,0,0),(22183,5423,1,1,1,10987,0,-7852.16,-3007.69,46.6347,4.99951,300,25,0,2059,0,1,0,0,0),(22182,5423,1,1,1,10987,0,-7128.29,-2618.83,9.00248,0.808301,300,10,0,2059,0,1,0,0,0),(22180,5423,1,1,1,10987,0,-7312.86,-2743.86,9.70745,2.68662,300,25,0,2059,0,1,0,0,0),(22179,5423,1,1,1,10987,0,-7785.82,-4153.24,14.2622,0.462934,300,25,0,2059,0,1,0,0,0),(22178,5423,1,1,1,10987,0,-8327.98,-3897.75,9.44948,3.89953,300,25,0,2059,0,1,0,0,0),(22177,5423,1,1,1,10987,0,-7602.86,-3281.38,48.8921,2.73209,300,25,0,2059,0,1,0,0,0),(22176,5423,1,1,1,10987,0,-7719.86,-3415.48,40.909,3.18108,300,25,0,2059,0,1,0,0,0),(22175,5423,1,1,1,10987,0,-7685.1,-3681.94,31.2961,0.908555,300,25,0,2059,0,1,0,0,0),(22174,5423,1,1,1,10987,0,-7641.94,-3755.18,21.5109,1.63918,300,25,0,2059,0,1,0,0,0),(22173,5423,1,1,1,10987,0,-7715.32,-3537.01,36.1593,3.49671,300,25,0,2059,0,1,0,0,0),(22172,5423,1,1,1,10987,0,-7442.66,-3686.23,10.6602,4.6836,300,25,0,2059,0,1,0,0,0),(22171,5423,1,1,1,10987,0,-6881.34,-2710.84,22.2261,2.41982,300,25,0,2059,0,1,0,0,0),(22170,5423,1,1,1,10987,0,-7841.39,-3756.24,50.5255,5.38414,300,25,0,2059,0,1,0,0,0),(22169,5423,1,1,1,10987,0,-7976.05,-4014.97,10.231,2.77927,300,25,0,2059,0,1,0,0,0),(22168,5423,1,1,1,10987,0,-7853.14,-3804.69,41.8746,0.367884,300,25,0,2059,0,1,0,0,0),(22167,5423,1,1,1,10987,0,-7386.31,-3420.73,15.8742,6.13506,300,25,0,2059,0,1,0,0,0),(22166,5423,1,1,1,10987,0,-7725.01,-3479.49,33.0362,3.49854,300,25,0,2059,0,1,0,0,0),(22165,5423,1,1,1,10987,0,-7386.8,-3180.47,9.9087,4.63011,300,25,0,2059,0,1,0,0,0),(22164,5423,1,1,1,10987,0,-7292.88,-3289.68,10.6841,0.156805,300,25,0,2059,0,1,0,0,0),(22163,5423,1,1,1,10987,0,-7390.82,-2822.11,12.199,3.09466,300,25,0,2059,0,1,0,0,0),(22162,5423,1,1,1,10987,0,-6980.81,-3286.42,9.38604,4.03643,300,25,0,2059,0,1,0,0,0),(22161,5423,1,1,1,10987,0,-8116.22,-4193.72,10.2781,1.01095,300,25,0,2059,0,1,0,0,0),(22160,5423,1,1,1,10987,0,-7936.11,-4297.19,10.2756,5.50055,300,25,0,2059,0,1,0,0,0),(22159,5422,1,1,1,2414,0,-7199.29,-3548.63,10.8381,3.20998,300,25,0,1829,0,1,0,0,0),(22158,5422,1,1,1,2414,0,-7514.66,-3806.53,10.8286,5.17545,300,25,0,1829,0,1,0,0,0),(22157,5422,1,1,1,2414,0,-7115.3,-3511.06,10.5394,4.27494,300,25,0,1829,0,1,0,0,0),(22156,5422,1,1,1,2414,0,-7183.48,-3606.31,13.2987,0.20757,300,25,0,1829,0,1,0,0,0),(22155,5422,1,1,1,2414,0,-7519.29,-3941.29,10.2542,4.84765,300,25,0,1829,0,1,0,0,0),(22154,5422,1,1,1,2414,0,-7514.6,-3882.56,10.4001,0.036699,300,25,0,1829,0,1,0,0,0),(22153,5422,1,1,1,2414,0,-7567.07,-4019.43,12.5679,6.25803,300,25,0,1829,0,1,0,0,0),(22152,5422,1,1,1,2414,0,-7520.68,-3985.59,9.61974,4.45179,300,25,0,1829,0,1,0,0,0),(22151,5422,1,1,1,2414,0,-7483.07,-4077.65,9.02358,3.0212,300,25,0,1829,0,1,0,0,0),(22150,5422,1,1,1,2414,0,-7510.77,-4127.44,9.33713,5.14076,300,25,0,1829,0,1,0,0,0),(22149,5422,1,1,1,2414,0,-7305.3,-4149.35,10.8906,0.007223,300,25,0,1829,0,1,0,0,0),(22148,5422,1,1,1,2414,0,-7362.96,-3944.92,12.1374,2.99824,300,25,0,1829,0,1,0,0,0),(22147,5422,1,1,1,2414,0,-7383.99,-3986.28,9.10609,1.39703,300,25,0,1829,0,1,0,0,0),(22146,5422,1,1,1,2414,0,-7391.49,-4210.87,9.67916,3.18356,300,25,0,1829,0,1,0,0,0),(22145,5422,1,1,1,2414,0,-7317.57,-4250.19,9.25176,1.06097,300,25,0,1829,0,1,0,0,0),(22144,5422,1,1,1,2414,0,-7248.17,-3986.65,9.08968,1.38031,300,25,0,1829,0,1,0,0,0),(22143,5422,1,1,1,2414,0,-7326.04,-3958.94,9.96704,0.26746,300,25,0,1829,0,1,0,0,0),(22142,5422,1,1,1,2414,0,-7121.37,-3479.14,9.11121,2.41027,300,25,0,1829,0,1,0,0,0),(22141,5422,1,1,1,2414,0,-6990.13,-4552.33,9.83252,4.96733,300,25,0,1829,0,1,0,0,0),(22140,5422,1,1,1,2414,0,-6989.23,-4026.31,14.7474,5.82719,300,25,0,1829,0,1,0,0,0),(22139,5422,1,1,1,2414,0,-7190.89,-4492,12.9912,2.85284,300,25,0,1829,0,1,0,0,0),(22138,5422,1,1,1,2414,0,-7123.51,-4601.97,11.5531,2.97277,300,25,0,1829,0,1,0,0,0),(22137,5422,1,1,1,2414,0,-6988.9,-3553.65,14.3401,4.70836,300,10,0,1829,0,1,0,0,0),(22136,5422,1,1,1,2414,0,-7231.87,-3614.13,10.4817,2.93118,300,25,0,1829,0,1,0,0,0),(22135,5422,1,1,1,2414,0,-7116.35,-4779.72,9.91428,1.42393,300,25,0,1829,0,1,0,0,0),(22134,5422,1,1,1,2414,0,-7305.93,-3611.72,13.8464,0.156447,300,25,0,1829,0,1,0,0,0),(22133,5422,1,1,1,2414,0,-6890.85,-3879.98,43.739,6.21111,300,25,0,1829,0,1,0,0,0),(22132,5422,1,1,1,2414,0,-7130.94,-4256.39,10.1258,3.57161,300,25,0,1829,0,1,0,0,0),(22131,5422,1,1,1,2414,0,-7391.82,-3696.83,9.62677,4.32507,300,25,0,1829,0,1,0,0,0),(22130,5422,1,1,1,2414,0,-6788.12,-4749.39,10.3477,1.60875,300,25,0,1829,0,1,0,0,0),(22129,5422,1,1,1,2414,0,-6949.82,-3949.57,34.2626,1.96797,300,25,0,1829,0,1,0,0,0),(22128,5422,1,1,1,2414,0,-7204.04,-4759.88,11.1376,2.99444,300,25,0,1829,0,1,0,0,0),(22127,5422,1,1,1,2414,0,-7378.33,-4071.04,9.00176,4.95042,300,25,0,1829,0,1,0,0,0),(22126,5422,1,1,1,2414,0,-7262.98,-3541.6,12.4889,0.510797,300,25,0,1829,0,1,0,0,0),(22125,5422,1,1,1,2414,0,-6928.1,-4166.23,10.536,1.46105,300,25,0,1829,0,1,0,0,0),(22124,5422,1,1,1,2414,0,-6918.2,-4586.69,10.198,1.59502,300,25,0,1829,0,1,0,0,0),(22123,5422,1,1,1,2414,0,-7210.7,-4804.45,10.4554,1.74085,300,25,0,1829,0,1,0,0,0),(22122,5422,1,1,1,2414,0,-6920.47,-4531.78,10.9073,5.04279,300,25,0,1829,0,1,0,0,0),(22121,5422,1,1,1,2414,0,-7116.53,-4068.76,9.37676,2.18599,300,25,0,1829,0,1,0,0,0),(22120,5422,1,1,1,2414,0,-7298.02,-3865.91,12.6481,1.08016,300,25,0,1829,0,1,0,0,0),(22119,5422,1,1,1,2414,0,-6840.63,-4599.72,11.3745,0.486999,300,25,0,1829,0,1,0,0,0),(22118,5422,1,1,1,2414,0,-7377.3,-3806.51,10.4872,3.68537,300,25,0,1829,0,1,0,0,0),(22117,5422,1,1,1,2414,0,-7463.59,-3753.01,9.74464,4.90289,300,25,0,1829,0,1,0,0,0),(22116,5421,1,1,1,12339,0,-8516.86,-2017.45,10.0593,0.314931,300,25,0,2576,0,1,0,0,0),(22115,5421,1,1,1,12339,0,-8494.74,-2550.86,42.1556,6.15592,300,25,0,2576,0,1,0,0,0),(22114,5421,1,1,1,12339,0,-9115.71,-3347.73,34.0365,1.06958,300,25,0,2576,0,1,0,0,0),(22113,5421,1,1,1,12339,0,-9317.36,-2751.89,16.7424,3.95221,300,25,0,2576,0,1,0,0,0),(22112,5421,1,1,1,12339,0,-8482.99,-2151.05,11.7883,4.30468,300,10,0,2576,0,1,0,0,0),(22111,5421,1,1,1,12339,0,-9186.19,-2352.54,9.41954,3.66995,300,25,0,2576,0,1,0,0,0),(22110,5421,1,1,1,12339,0,-8649.17,-2015.45,13.4668,1.01533,300,25,0,2576,0,1,0,0,0),(22109,5421,1,1,1,12339,0,-8385.56,-2260.98,22.7063,4.36162,300,25,0,2576,0,1,0,0,0),(22108,5421,1,1,1,12339,0,-9116.58,-2550.9,18.5101,4.61253,300,25,0,2576,0,1,0,0,0),(22107,5421,1,1,1,12339,0,-9385.77,-2286.6,8.71604,4.20245,300,25,0,2576,0,1,0,0,0),(22106,5421,1,1,1,12339,0,-9246.46,-2348.98,9.9436,0.330403,300,25,0,2576,0,1,0,0,0),(22105,5421,1,1,1,12339,0,-9446.03,-2946.45,9.91249,1.12898,300,10,0,2576,0,1,0,0,0),(22104,5421,1,1,1,12339,0,-8581.48,-2146.55,9.3622,4.7883,300,0,0,2576,0,0,0,0,0),(22103,5421,1,1,1,12339,0,-9048.97,-2546.44,21.2627,0.444405,300,25,0,2576,0,1,0,0,0),(22102,5421,1,1,1,12339,0,-9514.01,-2552.17,33.2633,0.228408,300,3,0,2576,0,1,0,0,0),(22101,5421,1,1,1,12339,0,-8372.09,-2344.56,22.6202,3.46139,300,25,0,2576,0,1,0,0,0),(22100,5421,1,1,1,12339,0,-9522.87,-2615.42,16.5176,4.62633,300,10,0,2576,0,1,0,0,0),(22099,5421,1,1,1,12339,0,-9316.6,-3217.92,11.3815,4.95894,300,25,0,2576,0,1,0,0,0),(22098,5421,1,1,1,12339,0,-9183.94,-2282.73,13.0865,1.56494,300,25,0,2576,0,1,0,0,0),(22097,5421,1,1,1,12339,0,-9182.78,-2751.48,23.0999,4.0724,300,25,0,2576,0,1,0,0,0),(22096,5421,1,1,1,12339,0,-8708.06,-2021.49,33.015,5.54064,300,25,0,2576,0,1,0,0,0),(22095,5421,1,1,1,12339,0,-9252.22,-2216.06,8.46245,2.97691,300,25,0,2576,0,1,0,0,0),(22094,5421,1,1,1,12339,0,-9381.94,-2616.78,12.9772,0.234557,300,25,0,2576,0,1,0,0,0),(22093,5421,1,1,1,12339,0,-8984.73,-2678.77,31.5278,1.14829,300,30,0,2576,0,1,0,0,0),(22092,5421,1,1,1,12339,0,-9111.05,-2493.53,13.6936,5.26182,300,0,0,2576,0,0,0,0,0),(22091,5421,1,1,1,12339,0,-8355.55,-1986.03,12.0775,1.46899,300,10,0,2576,0,1,0,0,0),(22090,5421,1,1,1,12339,0,-9314.55,-2353.9,10.4313,5.46066,300,25,0,2576,0,1,0,0,0),(22089,5421,1,1,1,12339,0,-9118.43,-2287.48,8.9874,4.73777,300,25,0,2576,0,1,0,0,0),(22088,5421,1,1,1,12339,0,-8448.74,-1975.41,15.4372,1.7337,300,25,0,2576,0,1,0,0,0),(22087,5421,1,1,1,12339,0,-9314.17,-2282.33,9.69709,0.007812,300,25,0,2576,0,1,0,0,0),(22086,5421,1,1,1,12339,0,-9385.47,-3156.25,9.10144,3.97325,300,25,0,2576,0,1,0,0,0),(22085,5421,1,1,1,12339,0,-9456.63,-3623.04,10.5928,3.75776,300,25,0,2576,0,1,0,0,0),(22084,5421,1,1,1,12339,0,-8911.4,-2479.14,11.789,0.656814,300,25,0,2576,0,1,0,0,0),(22083,5421,1,1,1,12339,0,-8645.6,-2091.49,13.6129,4.92148,300,10,0,2576,0,1,0,0,0),(22082,5421,1,1,1,12339,0,-9086.57,-3552.69,12.6506,0.125324,300,25,0,2576,0,1,0,0,0),(22081,5421,1,1,1,12339,0,-8443.62,-2215.34,17.4049,3.12023,300,25,0,2576,0,1,0,0,0),(22080,5421,1,1,1,12339,0,-9322.65,-2684.37,9.42943,3.57332,300,25,0,2576,0,1,0,0,0),(22079,5421,1,1,1,12339,0,-9116.6,-2689.52,28.9228,5.00759,300,30,0,2576,0,1,0,0,0),(22078,5421,1,1,1,12339,0,-9384.15,-2543.37,15.0221,1.71186,300,25,0,2576,0,1,0,0,0),(22077,5421,1,1,1,12339,0,-9321.53,-3490.04,9.66733,4.23505,300,25,0,2576,0,1,0,0,0),(22076,5421,1,1,1,12339,0,-9252.78,-2758.22,12.8954,4.43393,300,25,0,2576,0,1,0,0,0),(22075,5421,1,1,1,12339,0,-8525.82,-2270.22,26.4268,3.15476,300,25,0,2576,0,1,0,0,0),(22074,5421,1,1,1,12339,0,-9041.58,-2630.12,24.6264,5.28901,300,30,0,2576,0,1,0,0,0),(22073,5421,1,1,1,12339,0,-9047.67,-3366.32,30.1985,1.27316,300,25,0,2576,0,1,0,0,0),(22072,5421,1,1,1,12339,0,-9447.67,-3485.81,12.3101,6.00325,300,10,0,2576,0,1,0,0,0),(22071,5421,1,1,1,12339,0,-9299.55,-3554.87,9.52587,6.00644,300,25,0,2576,0,1,0,0,0),(22070,5421,1,1,1,12339,0,-8551.52,-1959.68,15.3379,3.30448,300,25,0,2576,0,1,0,0,0),(22069,5421,1,1,1,12339,0,-8606.11,-1989.18,11.4703,2.48519,300,25,0,2576,0,1,0,0,0),(22068,5421,1,1,1,12339,0,-8909.16,-2677.53,27.2184,0.422761,300,25,0,2576,0,1,0,0,0),(22067,5421,1,1,1,12339,0,-8376.05,-2225.21,15.1384,4.70067,300,25,0,2576,0,1,0,0,0),(22066,5421,1,1,1,12339,0,-9182.63,-3411.54,17.0374,1.94877,300,25,0,2576,0,1,0,0,0),(22065,5421,1,1,1,12339,0,-8456.14,-2288.89,21.8359,4.01621,300,25,0,2576,0,1,0,0,0),(22064,5421,1,1,1,12339,0,-8583.96,-2113.57,8.97147,1.77056,300,25,0,2576,0,1,0,0,0),(1114,699,0,1,1,4576,1,-11553.9,608.401,50.6287,4.18879,300,0,0,1279,0,0,0,0,0),(22063,5421,1,1,1,12339,0,-9460.33,-2423.6,20.0476,3.62534,300,25,0,2576,0,1,0,0,0),(35066,5355,530,1,1,0,1,-2442.94,3148.91,1.19519,4.73973,300,5,0,3331,0,1,0,0,0),(35067,5355,530,1,1,0,1,-2443.5,3208.64,6.80911,5.64828,300,5,0,3331,0,1,0,0,0),(35068,5355,530,1,1,0,1,-2384.35,3173.99,2.53798,2.26151,300,5,0,3331,0,1,0,0,0),(35069,5355,530,1,1,0,1,-2389.8,3260.17,0.8744,1.61725,300,5,0,3331,0,1,0,0,0),(35070,5355,530,1,1,0,1,-2351.84,3120.38,11.5148,1.00199,300,5,0,3331,0,1,0,0,0),(35071,5355,530,1,1,0,1,-2373.03,3204.09,-1.11418,3.80656,300,0,0,3331,0,2,0,0,0),(35072,5355,530,1,1,0,1,-2283.24,3195.8,-5.45111,2.31517,300,5,0,3331,0,1,0,0,0),(35073,5355,530,1,1,0,1,-2284.45,3215.03,-4.03436,3.68868,300,5,0,3331,0,1,0,0,0),(35074,5355,530,1,1,0,1,-2288.78,3095.46,13.912,6.2087,300,0,0,3331,0,0,0,0,0),(35075,5355,530,1,1,0,1,-2270.05,3094.06,13.912,3.05433,300,0,0,3331,0,0,0,0,0),(35076,5355,530,1,1,0,1,-2270.86,3089.83,13.912,2.82743,300,0,0,3331,0,0,0,0,0),(35077,5355,530,1,1,0,1,-2301.09,3081.47,13.912,0.855211,300,0,0,3331,0,0,0,0,0),(35078,5355,530,1,1,0,1,-2249.52,3122.55,27.4721,3.50811,300,0,0,3331,0,0,0,0,0),(35079,5355,530,1,1,0,1,-2240.17,3177.83,-10.6271,4.8917,300,5,0,3331,0,1,0,0,0),(35080,5355,530,1,1,0,1,-2302.85,3287.75,2.89659,0.836431,300,5,0,3331,0,1,0,0,0),(35081,5355,530,1,1,0,1,-2276.15,3253.47,-2.90088,5.05604,300,5,0,3331,0,1,0,0,0),(35082,5355,530,1,1,0,1,-2360.48,3293.72,-0.34942,1.95246,300,5,0,3331,0,1,0,0,0),(35083,5355,530,1,1,0,1,-2323.33,3318.42,0.51991,2.8185,300,5,0,3331,0,1,0,0,0),(35084,5355,530,1,1,0,1,-2382.22,3315.36,-3.95595,2.4196,300,5,0,3331,0,1,0,0,0),(35085,5355,530,1,1,0,1,-2322.24,3407.68,-11.032,1.58825,300,0,0,3331,0,0,0,0,0),(22062,5420,1,1,1,7344,0,-7802.47,-3819.09,35.1928,6.21675,300,25,0,2310,0,1,0,0,0),(22061,5420,1,1,1,7344,0,-8316.66,-3948.21,12.9026,1.708,300,25,0,2310,0,1,0,0,0),(22060,5420,1,1,1,7344,0,-8383.28,-4012.7,11.995,1.76765,300,25,0,2310,0,1,0,0,0),(22059,5420,1,1,1,7344,0,-8247.41,-4284.51,13.2167,0.027337,300,25,0,2310,0,1,0,0,0),(22058,5420,1,1,1,7344,0,-8113.99,-4151.72,9.67213,6.17943,300,25,0,2310,0,1,0,0,0),(22057,5420,1,1,1,7344,0,-8113,-4414.97,9.00176,0.11753,300,25,0,2310,0,1,0,0,0),(22056,5420,1,1,1,7344,0,-8051.62,-4284.65,9.00175,3.80496,300,25,0,2310,0,1,0,0,0),(22055,5420,1,1,1,7344,0,-8048.08,-4348.63,10.1634,0.052788,300,25,0,2310,0,1,0,0,0),(22054,5420,1,1,1,7344,0,-7985.73,-4146.45,10.7739,2.41008,300,25,0,2310,0,1,0,0,0),(22053,5420,1,1,1,7344,0,-7848.48,-4082.1,10.9606,0.233989,300,25,0,2310,0,1,0,0,0),(22052,5420,1,1,1,7344,0,-7987.21,-4215.41,14.9956,3.02619,300,25,0,2310,0,1,0,0,0),(22051,5420,1,1,1,7344,0,-7775.22,-3023.45,52.6758,2.86249,300,25,0,2310,0,1,0,0,0),(22050,5420,1,1,1,7344,0,-8517.9,-3747.53,18.0268,2.99567,300,25,0,2310,0,1,0,0,0),(22049,5420,1,1,1,7344,0,-8440.06,-3277.66,9.04274,5.36199,300,25,0,2310,0,1,0,0,0),(22048,5420,1,1,1,7344,0,-8383.96,-4442.39,10.4963,2.27032,300,25,0,2310,0,1,0,0,0),(22047,5420,1,1,1,7344,0,-8581.19,-4486.47,9.44578,5.71329,300,25,0,2310,0,1,0,0,0),(22046,5420,1,1,1,7344,0,-7747.2,-3084.92,57.2503,0.214642,300,25,0,2310,0,1,0,0,0),(22045,5420,1,1,1,7344,0,-8057.84,-4075.56,9.87674,1.50631,300,25,0,2310,0,1,0,0,0),(22044,5420,1,1,1,7344,0,-8243.9,-3742.86,14.1327,1.78925,300,30,0,2310,0,1,0,0,0),(22043,5420,1,1,1,7344,0,-8578.98,-3749.61,25.4946,0.401336,300,25,0,2310,0,1,0,0,0),(22042,5420,1,1,1,7344,0,-8387.39,-4244.78,14.445,5.21968,300,25,0,2310,0,1,0,0,0),(22041,5420,1,1,1,7344,0,-7787.46,-4417.69,10.1166,2.46652,300,25,0,2310,0,1,0,0,0),(22040,5420,1,1,1,7344,0,-7993.06,-4342.84,10.6249,2.92172,300,25,0,2310,0,1,0,0,0),(22039,5420,1,1,1,7344,0,-8245.1,-4106.88,9.39423,4.83965,300,25,0,2310,0,1,0,0,0),(22038,5420,1,1,1,7344,0,-7984.58,-4279.62,11.5551,0.051895,300,25,0,2310,0,1,0,0,0),(22037,5420,1,1,1,7344,0,-8448.99,-4135.33,10.3891,1.67843,300,25,0,2310,0,1,0,0,0),(22036,5420,1,1,1,7344,0,-8584.14,-3811.09,21.5069,1.36049,300,25,0,2310,0,1,0,0,0),(22035,5420,1,1,1,7344,0,-8381.62,-3615.53,19.8655,1.44353,300,25,0,2310,0,1,0,0,0),(22034,5420,1,1,1,7344,0,-8445.79,-3812.68,11.6213,1.06253,300,25,0,2310,0,1,0,0,0),(22033,5420,1,1,1,7344,0,-8518.27,-4346.54,9.41676,1.6179,300,25,0,2310,0,1,0,0,0),(22032,5420,1,1,1,7344,0,-8649.25,-3151.53,18.6806,5.47293,300,25,0,2310,0,1,0,0,0),(22031,5420,1,1,1,7344,0,-8653.21,-3080.58,15.6801,3.06348,300,25,0,2310,0,1,0,0,0),(22030,5420,1,1,1,7344,0,-8657,-2822.24,17.1412,0.307545,300,25,0,2310,0,1,0,0,0),(22029,5420,1,1,1,7344,0,-7839.12,-3088.7,63.2786,3.33439,300,25,0,2310,0,1,0,0,0),(22028,5420,1,1,1,7344,0,-8311.02,-3427.04,9.00177,1.76405,300,25,0,2310,0,1,0,0,0),(22027,5420,1,1,1,7344,0,-8588.39,-4416.62,9.62002,3.12597,300,25,0,2310,0,1,0,0,0),(22026,5420,1,1,1,7344,0,-8393.54,-2611.63,36.2053,2.03035,300,25,0,2310,0,1,0,0,0),(22025,5420,1,1,1,7344,0,-9048.29,-3288.38,44.377,5.17968,300,25,0,2310,0,1,0,0,0),(22024,5420,1,1,1,7344,0,-8645.31,-4149.85,25.3887,5.62997,300,10,0,2310,0,1,0,0,0),(22023,5420,1,1,1,7344,0,-8379.59,-3532.46,10.8837,2.60184,300,25,0,2310,0,1,0,0,0),(22022,5420,1,1,1,7344,0,-8713.17,-3276.81,9.62382,0.78318,300,25,0,2310,0,1,0,0,0),(22021,5420,1,1,1,7344,0,-8723.21,-3018.73,21.7562,3.3861,300,25,0,2310,0,1,0,0,0),(22020,5420,1,1,1,7344,0,-8585.11,-2776.66,16.623,1.60399,300,25,0,2310,0,1,0,0,0),(22019,5420,1,1,1,7344,0,-8916.3,-3149.84,34.3745,0.820274,300,25,0,2310,0,1,0,0,0),(22018,5420,1,1,1,7344,0,-8777.63,-2885.98,23.0081,5.54616,300,25,0,2310,0,1,0,0,0),(22017,5420,1,1,1,7344,0,-8912.82,-2952.97,44.3428,5.6307,300,25,0,2310,0,1,0,0,0),(22016,5420,1,1,1,7344,0,-7828.58,-3153.62,71.6769,3.70003,300,25,0,2310,0,1,0,0,0),(22015,5420,1,1,1,7344,0,-8372.75,-3475.82,11.5325,3.08749,300,25,0,2310,0,1,0,0,0),(22014,5420,1,1,1,7344,0,-8589.67,-4155.59,16.1869,4.04192,300,25,0,2310,0,1,0,0,0),(22013,5420,1,1,1,7344,0,-8511.85,-4285.53,11.2078,6.16368,300,25,0,2310,0,1,0,0,0),(22012,5420,1,1,1,7344,0,-8459.15,-3947.43,24.3114,2.98229,300,25,0,2310,0,1,0,0,0),(22011,5420,1,1,1,7344,0,-8194.26,-3554.37,29.869,4.32212,300,25,0,2310,0,1,0,0,0),(22010,5420,1,1,1,7344,0,-7453.98,-2718.21,13.2898,1.79349,300,25,0,2310,0,1,0,0,0),(22009,5420,1,1,1,7344,0,-8727.69,-2961.33,17.6857,2.28981,300,25,0,2310,0,1,0,0,0),(22008,5420,1,1,1,7344,0,-8912.45,-2755.26,34.8682,5.59965,300,25,0,2310,0,1,0,0,0),(22007,5420,1,1,1,7344,0,-8317.02,-2682.2,30.5869,4.68088,300,25,0,2310,0,1,0,0,0),(22006,5420,1,1,1,7344,0,-8198.58,-3957.64,9.35269,1.94877,300,25,0,2310,0,1,0,0,0),(22005,5420,1,1,1,7344,0,-8445.87,-3883.46,14.1139,2.92028,300,25,0,2310,0,1,0,0,0),(22004,5420,1,1,1,7344,0,-8382.35,-4092.79,14.4999,0.255512,300,25,0,2310,0,1,0,0,0),(22003,5420,1,1,1,7344,0,-8441.92,-4554.94,10.0966,0.053207,300,25,0,2310,0,1,0,0,0),(22002,5420,1,1,1,7344,0,-8181.37,-3683.78,25.4246,5.43563,300,25,0,2310,0,1,0,0,0),(22001,5420,1,1,1,7344,0,-8118.27,-3349.16,32.3306,0.221444,300,25,0,2310,0,1,0,0,0),(22000,5420,1,1,1,7344,0,-8048.8,-3687.02,56.9163,4.66546,300,25,0,2310,0,1,0,0,0),(21999,5420,1,1,1,7344,0,-8050.61,-3772.58,35.0526,1.52582,300,25,0,2310,0,1,0,0,0),(21998,5420,1,1,1,7344,0,-7725.39,-2939.17,31.3513,3.31316,300,25,0,2310,0,1,0,0,0),(21997,5420,1,1,1,7344,0,-7953.88,-2951.14,48.5231,0.287208,300,25,0,2310,0,1,0,0,0),(21996,5420,1,1,1,7344,0,-7653.41,-2952,9.80883,0.191986,300,0,0,2310,0,0,0,0,0),(21995,5420,1,1,1,7344,0,-8845.77,-2471.04,12.6456,1.3481,300,25,0,2310,0,1,0,0,0),(35221,5384,0,1,1,0,1,-8464,516.193,100.639,3.264,540,0,0,1753,0,0,0,0,0),(1113,588,0,1,1,4575,1,-11551.6,568.261,50.5732,0.791847,300,0,0,1279,0,0,0,0,0),(35224,18983,269,3,1,0,0,-1656.01,7062.88,21.9512,5.73114,86400,3,0,9489,0,1,0,0,0),(8487,4979,1,1,1,2979,1,-3733.43,-4380.58,11.3613,1.23918,360,0,0,4906,0,0,0,0,0),(21994,5420,1,1,1,7344,0,-9058.18,-2886.76,46.9455,3.45884,300,25,0,2310,0,1,0,0,0),(35229,18983,269,3,1,0,0,-1667.87,7027.8,20.5515,4.26245,86400,3,0,9489,0,1,0,0,0),(1112,595,0,1,1,4574,1,-11526.1,566.36,49.7114,0.835486,300,3,0,1279,0,1,0,0,0),(7562,2893,0,1,1,1194,1,-7048.61,-3255.78,246.894,1.1351,300,10,0,1678,0,1,0,0,0),(21993,5420,1,1,1,7344,0,-8661.44,-3215,21.2472,3.30642,300,25,0,2310,0,1,0,0,0),(21992,5420,1,1,1,7344,0,-8317.73,-2619.54,33.142,4.73192,300,25,0,2310,0,1,0,0,0),(49188,11368,309,1,1,14562,0,-12171.8,-1462.23,130.725,0.026701,7200,0,0,5341,0,0,0,0,0),(35239,20075,269,3,1,0,0,-1687.74,7028.56,17.3199,3.10791,86400,3,0,9489,0,1,0,0,0),(35240,18982,269,3,1,0,0,-1716.3,7034.77,22.4062,2.92727,86400,3,0,9489,0,1,0,0,0),(7561,2829,0,1,1,10824,0,-6514.25,-3702.77,272.333,2.80934,300,10,0,1403,0,1,0,0,0),(35243,20075,269,3,1,0,0,-1705.91,7008.35,17.5683,5.08712,86400,3,0,9489,0,1,0,0,0),(35246,18983,269,3,1,0,0,-1683.96,6987.15,22.3822,5.51516,86400,3,0,9489,0,1,0,0,0),(7560,2734,0,1,1,917,0,-6918.24,-2584.51,257.114,4.82391,300,5,0,1829,0,1,0,0,0),(21991,5420,1,1,1,7344,0,-8447.43,-4482.38,9.20265,2.9151,300,25,0,2310,0,1,0,0,0),(35250,5413,0,1,1,0,1,-8427,600.092,94.706,3.281,540,0,0,1753,0,0,0,0,0),(1111,691,0,1,1,5561,0,-12205.1,825.094,2.2676,3.32716,300,5,0,1469,0,1,0,0,0),(1110,691,0,1,1,5561,0,-12185.5,824.453,2.92212,6.24122,300,5,0,1469,0,1,0,0,0),(21990,5420,1,1,1,7344,0,-8699.97,-4285.98,16.7061,0.015624,300,25,0,2310,0,1,0,0,0),(21989,5420,1,1,1,7344,0,-8212.68,-3415.42,21.3794,6.12221,300,25,0,2310,0,1,0,0,0),(21988,5420,1,1,1,7344,0,-8027.31,-3627.12,69.819,0.590713,300,25,0,2310,0,1,0,0,0),(21987,5420,1,1,1,7344,0,-7933.08,-3238.31,66.5474,5.4101,300,25,0,2310,0,1,0,0,0),(21986,5420,1,1,1,7344,0,-7899.66,-3714.83,58.1726,2.01522,300,25,0,2310,0,1,0,0,0),(21985,5420,1,1,1,7344,0,-7414.55,-2616.18,10.2518,6.1635,300,10,0,2310,0,1,0,0,0),(21984,5420,1,1,1,7344,0,-7506.05,-2614.08,9.00176,3.16311,300,10,0,2310,0,1,0,0,0),(21983,5420,1,1,1,7344,0,-7980.5,-2860.18,33.4448,1.4554,300,25,0,2310,0,1,0,0,0),(21982,5420,1,1,1,7344,0,-8582.65,-3143.86,11.5833,1.72687,300,25,0,2310,0,1,0,0,0),(21981,5420,1,1,1,7344,0,-8507.02,-2669.93,31.8091,1.85183,300,25,0,2310,0,1,0,0,0),(21980,5420,1,1,1,7344,0,-8591.1,-2621.71,25.9767,4.66671,300,25,0,2310,0,1,0,0,0),(21979,5420,1,1,1,7344,0,-8249.76,-3949.22,9.59564,2.22328,300,25,0,2310,0,1,0,0,0),(21978,5420,1,1,1,7344,0,-8073.69,-4035.53,9.29574,3.34961,300,25,0,2310,0,1,0,0,0),(21977,5420,1,1,1,7344,0,-7914,-4142.25,10.9901,0.925342,300,25,0,2310,0,1,0,0,0),(21976,5420,1,1,1,7344,0,-7921.51,-4551.24,11.6694,3.39406,300,25,0,2310,0,1,0,0,0),(21975,5420,1,1,1,7344,0,-8452.17,-4017.4,19.0417,0.001953,300,25,0,2310,0,1,0,0,0),(21974,5420,1,1,1,7344,0,-8436.41,-3614.46,17.4295,0.060591,300,25,0,2310,0,1,0,0,0),(21973,5420,1,1,1,7344,0,-8507.15,-4014.92,24.153,6.26644,300,25,0,2310,0,1,0,0,0),(21972,5420,1,1,1,7344,0,-8436.79,-4330.88,9.73656,2.44663,300,25,0,2310,0,1,0,0,0),(21971,5420,1,1,1,7344,0,-8517.51,-3534.51,10.2952,1.60399,300,25,0,2310,0,1,0,0,0),(21970,5420,1,1,1,7344,0,-8181.33,-3066.83,14.7709,4.87336,300,25,0,2310,0,1,0,0,0),(21969,5420,1,1,1,7344,0,-7982.69,-3085.07,73.6291,0.502667,300,25,0,2310,0,1,0,0,0),(21968,5420,1,1,1,7344,0,-7727.05,-2884.72,26.3607,3.48002,300,25,0,2310,0,1,0,0,0),(21967,5420,1,1,1,7344,0,-7774.6,-2920.53,33.272,4.26806,300,25,0,2310,0,1,0,0,0),(21966,5420,1,1,1,7344,0,-7525.15,-2958.23,9.63288,3.79098,300,25,0,2310,0,1,0,0,0),(21965,5420,1,1,1,7344,0,-8302.2,-2737.08,22.0823,0.693777,300,25,0,2310,0,1,0,0,0),(21964,5420,1,1,1,7344,0,-8987.55,-3091.12,59.0205,4.32676,300,25,0,2310,0,1,0,0,0),(21963,5420,1,1,1,7344,0,-8853.47,-2884.1,36.1245,4.47486,300,25,0,2310,0,1,0,0,0),(21962,5420,1,1,1,7344,0,-8578.65,-2656.07,23.1784,2.4114,300,25,0,2310,0,1,0,0,0),(21961,5420,1,1,1,7344,0,-8440.09,-2692.42,26.2427,1.16308,300,25,0,2310,0,1,0,0,0),(21960,5420,1,1,1,7344,0,-8178.24,-4332.41,11.5397,4.94884,300,25,0,2310,0,1,0,0,0),(21959,5420,1,1,1,7344,0,-8633.58,-3348.04,11.4369,0.05474,300,25,0,2310,0,1,0,0,0),(21958,5420,1,1,1,7344,0,-8352.12,-3280.84,19.4494,5.48606,300,25,0,2310,0,1,0,0,0),(21957,5420,1,1,1,7344,0,-8502.8,-3955.41,25.315,0.356943,300,25,0,2310,0,1,0,0,0),(21956,5420,1,1,1,7344,0,-8313.93,-3268.76,22.1254,0.201465,300,25,0,2310,0,1,0,0,0),(21955,5420,1,1,1,7344,0,-7984.74,-3211.68,54.4981,1.47501,300,25,0,2310,0,1,0,0,0),(21954,5420,1,1,1,7344,0,-8009.85,-3017.47,65.51,0.039043,300,25,0,2310,0,1,0,0,0),(21953,5420,1,1,1,7344,0,-8216.58,-3614.68,18.7166,2.79753,300,25,0,2310,0,1,0,0,0),(21952,5420,1,1,1,7344,0,-8115.99,-3081.91,34.6332,0.757781,300,25,0,2310,0,1,0,0,0),(21951,5420,1,1,1,7344,0,-7657.15,-2874.02,12.4113,2.3108,300,25,0,2310,0,1,0,0,0),(21950,5420,1,1,1,7344,0,-8276.94,-2694.45,28.2773,6.2539,300,25,0,2310,0,1,0,0,0),(21949,5420,1,1,1,7344,0,-8920.27,-3025.05,48.0485,4.35911,300,25,0,2310,0,1,0,0,0),(21948,5420,1,1,1,7344,0,-8456.21,-2624.66,36.9261,4.56317,300,25,0,2310,0,1,0,0,0),(21947,5420,1,1,1,7344,0,-8841.06,-2748.49,28.1216,0.160971,300,25,0,2310,0,1,0,0,0),(21946,5420,1,1,1,7344,0,-7850.84,-3682.05,44.8342,4.65765,300,25,0,2310,0,1,0,0,0),(21945,5420,1,1,1,7344,0,-7862.53,-4647.79,9.74821,1.92309,300,25,0,2310,0,1,0,0,0),(21944,5420,1,1,1,7344,0,-8653.91,-3424.44,12.35,5.11574,300,25,0,2310,0,1,0,0,0),(21943,5420,1,1,1,7344,0,-8260.83,-4436.28,9.02159,5.40143,300,25,0,2310,0,1,0,0,0),(21942,5420,1,1,1,7344,0,-8711.8,-3688.38,27.0708,5.36799,300,25,0,2310,0,1,0,0,0),(21941,7724,1,1,1,7173,1,-7139.19,-3683.27,21.0269,1.20428,300,0,0,2138,0,0,0,0,0),(21940,5419,1,1,1,141,0,-6982.04,-3012.55,10.9804,1.22418,300,25,0,1981,0,1,0,0,0),(21939,5419,1,1,1,141,0,-7549.71,-3751.56,9.36176,0.159248,300,25,0,1981,0,1,0,0,0),(21938,5419,1,1,1,141,0,-7450.55,-3117.09,13.8635,1.65214,300,25,0,1981,0,1,0,0,0),(21937,5419,1,1,1,141,0,-7189.14,-2818.82,9.25176,6.19773,300,25,0,1981,0,1,0,0,0),(21936,5419,1,1,1,141,0,-7123.21,-3279.5,10.0991,3.18454,300,25,0,1981,0,1,0,0,0),(21935,5419,1,1,1,141,0,-7120.39,-3396.5,9.97033,1.24657,300,25,0,1981,0,1,0,0,0),(21934,5419,1,1,1,141,0,-7647.12,-3883.76,10.2469,5.38012,300,25,0,1981,0,1,0,0,0),(21933,5419,1,1,1,141,0,-7585.77,-3880.4,9.70276,2.07818,300,25,0,1981,0,1,0,0,0),(21932,5419,1,1,1,141,0,-7577.81,-3463.76,26.6633,2.04318,300,25,0,1981,0,1,0,0,0),(21931,5419,1,1,1,141,0,-7516.58,-4084.74,9.30273,5.55782,300,25,0,1981,0,1,0,0,0),(21930,5419,1,1,1,141,0,-7448.59,-4153.11,10.2769,5.00405,300,25,0,1981,0,1,0,0,0),(21929,5419,1,1,1,141,0,-7139.43,-3609.53,8.15272,0.388483,300,25,0,1981,0,1,0,0,0),(21928,5419,1,1,1,141,0,-7391.18,-3285.36,10.0942,6.11164,300,25,0,1981,0,1,0,0,0),(21927,5419,1,1,1,141,0,-7711.28,-3023.93,34.8943,6.09994,300,25,0,1981,0,1,0,0,0),(21926,5419,1,1,1,141,0,-7588.6,-3407.43,44.7707,0.060591,300,25,0,1981,0,1,0,0,0),(21925,5419,1,1,1,141,0,-7652.18,-3953.9,11.5894,0.053601,300,25,0,1981,0,1,0,0,0),(21924,5419,1,1,1,141,0,-7579.78,-3209.53,37.525,1.01377,300,25,0,1981,0,1,0,0,0),(21923,5419,1,1,1,141,0,-7653.38,-3599.89,27.2241,1.4079,300,25,0,1981,0,1,0,0,0),(21922,5419,1,1,1,141,0,-7446.81,-3203.48,11.4348,2.11823,300,25,0,1981,0,1,0,0,0),(21921,5419,1,1,1,141,0,-6911.55,-2589.22,9.18952,4.60864,300,3,0,1981,0,1,0,0,0),(21920,5419,1,1,1,141,0,-7324.02,-2680.59,9.87968,5.84964,300,25,0,1981,0,1,0,0,0),(21919,5419,1,1,1,141,0,-6775.91,-4607.98,30.751,0.618024,300,25,0,1981,0,1,0,0,0),(21918,5419,1,1,1,141,0,-7383.96,-3619.66,9.33682,1.61773,300,25,0,1981,0,1,0,0,0),(21917,5419,1,1,1,141,0,-7654.24,-3233.63,60.3062,1.95493,300,25,0,1981,0,1,0,0,0),(21916,5419,1,1,1,141,0,-7656.15,-3537.27,22.3554,0.895401,300,25,0,1981,0,1,0,0,0),(21915,5419,1,1,1,141,0,-7384.63,-3254.71,12.3273,4.87784,300,25,0,1981,0,1,0,0,0),(21914,5419,1,1,1,141,0,-7513.27,-3703.04,11.8373,5.0999,300,25,0,1981,0,1,0,0,0),(21913,5419,1,1,1,141,0,-7048.15,-3088.32,12.589,-2.93342,300,0,0,1981,0,0,0,0,0),(21912,5419,1,1,1,141,0,-7053.57,-3365.02,9.33407,1.68232,300,25,0,1981,0,1,0,0,0),(21911,5419,1,1,1,141,0,-7313.72,-3747.19,10.4078,4.43152,300,25,0,1981,0,1,0,0,0),(21910,5419,1,1,1,141,0,-7223.2,-4406.26,9.11699,5.57171,300,25,0,1981,0,1,0,0,0),(21909,14123,1,1,1,7114,0,-7650.49,-4903.09,-8.49882,4.75163,300,15,0,1981,0,1,0,0,0),(21908,14123,1,1,1,7114,0,-7768.54,-5174.81,-9.08805,2.01033,300,15,0,1981,0,1,0,0,0),(47629,9680,230,1,1,9053,0,564.122,-235.226,-70.1945,4.32842,7200,0,0,9484,0,0,0,0,0),(21907,14123,1,1,1,7114,0,-7233,-4892.67,0.580003,0.242608,300,15,0,1981,0,1,0,0,0),(21906,5419,1,1,1,141,0,-7512.94,-3416.28,21.6042,3.41641,300,25,0,1981,0,1,0,0,0),(21905,5419,1,1,1,141,0,-7539.35,-3288.77,26.2777,5.50884,300,25,0,1981,0,1,0,0,0),(21904,5419,1,1,1,141,0,-7649.33,-3172.51,46.7795,1.00122,300,25,0,1981,0,1,0,0,0),(21903,5419,1,1,1,141,0,-7317.79,-2818.01,11.9541,1.43942,300,25,0,1981,0,1,0,0,0),(21902,5419,1,1,1,141,0,-7375.66,-2592.89,9.57486,3.66728,300,3,0,1981,0,1,0,0,0),(21901,5419,1,1,1,141,0,-6935.54,-3374.63,13.869,0.896055,300,3,0,1981,0,1,0,0,0),(21900,5419,1,1,1,141,0,-7056.87,-2602.53,9.98904,1.86412,300,3,0,1981,0,1,0,0,0),(21899,5419,1,1,1,141,0,-6985.89,-4214.48,9.00652,4.81511,300,10,0,1981,0,1,0,0,0),(21898,14123,1,1,1,7114,0,-6775.88,-4925.16,-13.1975,6.27626,300,15,0,1981,0,1,0,0,0),(21897,14123,1,1,1,7114,0,-6829.95,-4789.45,9.97958,3.39604,300,15,0,1981,0,1,0,0,0),(21896,14123,1,1,1,7114,0,-7498.87,-4943.07,-5.39578,2.86408,300,0,0,1981,0,0,0,0,0),(21895,14123,1,1,1,7114,0,-6673.6,-4892.05,-13.8847,0.704213,300,15,0,1981,0,1,0,0,0),(21894,14123,1,1,1,7114,0,-7679.76,-4860.96,0.641607,1.33236,300,15,0,1981,0,1,0,0,0),(21893,14123,1,1,1,7114,0,-7189.71,-4918.96,0.150004,4.21372,300,0,0,1981,0,0,0,0,0),(21892,14123,1,1,1,7114,0,-7021.25,-4873.34,-3.52731,1.50241,300,15,0,1981,0,1,0,0,0),(21891,14123,1,1,1,7114,0,-7624.55,-4852.21,0.206714,4.52764,300,15,0,1981,0,1,0,0,0),(21890,14123,1,1,1,7114,0,-7178.35,-4851.75,8.76391,3.01046,300,15,0,1981,0,1,0,0,0),(21889,14123,1,1,1,7114,0,-7673.45,-4954.05,-8.87002,1.51638,300,15,0,1981,0,1,0,0,0),(21888,5419,1,1,1,141,0,-7721.12,-3646.86,36.8069,1.21568,300,25,0,1981,0,1,0,0,0),(21887,5419,1,1,1,141,0,-7570.64,-3028.03,12.9989,5.57047,300,25,0,1981,0,1,0,0,0),(21886,5419,1,1,1,141,0,-7448.51,-3300.67,12.3774,0.505581,300,25,0,1981,0,1,0,0,0),(21885,5419,1,1,1,141,0,-7651.79,-3509.06,21.2023,1.75362,300,25,0,1981,0,1,0,0,0),(21884,5419,1,1,1,141,0,-7359.4,-3367.63,9.89293,2.78931,300,25,0,1981,0,1,0,0,0),(21883,5419,1,1,1,141,0,-7514.84,-3078.61,13,1.47104,300,25,0,1981,0,1,0,0,0),(21882,5419,1,1,1,141,0,-7510.14,-3562.65,11.1003,2.84209,300,25,0,1981,0,1,0,0,0),(21881,5419,1,1,1,141,0,-6955.08,-3354.64,9.64528,5.80203,300,25,0,1981,0,1,0,0,0),(21880,5419,1,1,1,141,0,-7317.61,-3226.51,9.54318,6.0283,300,25,0,1981,0,1,0,0,0),(21879,14123,1,1,1,7114,0,-7709.58,-5151.98,-8.22749,6.22973,300,0,0,1981,0,0,0,0,0),(21878,14123,1,1,1,7114,0,-7029.91,-4703.65,9.12676,2.23584,300,15,0,1981,0,1,0,0,0),(21877,14123,1,1,1,7114,0,-6775.01,-4894.7,-7.12604,3.93248,300,15,0,1981,0,1,0,0,0),(21876,14123,1,1,1,7114,0,-6877.57,-4924.21,-15.4173,0.928348,300,15,0,1981,0,1,0,0,0),(21875,14123,1,1,1,7114,0,-7588.39,-4888.28,-1.04754,0.374817,300,15,0,1981,0,1,0,0,0),(21874,14123,1,1,1,7114,0,-7079.52,-4888.16,-1.16185,5.85563,300,15,0,1981,0,1,0,0,0),(21873,14123,1,1,1,7114,0,-7142.26,-4931.4,-7.10383,4.17212,300,15,0,1981,0,1,0,0,0),(21872,14123,1,1,1,7114,0,-7521.84,-4934.7,-9.32233,4.98532,300,15,0,1981,0,1,0,0,0),(21871,14123,1,1,1,7114,0,-7257.76,-4944.02,-9.60715,4.56752,300,15,0,1981,0,1,0,0,0),(21870,14123,1,1,1,7114,0,-7451.76,-4918.8,0.39031,5.76186,300,15,0,1981,0,1,0,0,0),(21869,5419,1,1,1,141,0,-7483.21,-3425.36,16.6707,0.190504,300,25,0,1981,0,1,0,0,0),(21868,5419,1,1,1,141,0,-7732.71,-3083.51,50.2872,3.13769,300,25,0,1981,0,1,0,0,0),(21867,5419,1,1,1,141,0,-7206.59,-3411.09,11.749,5.23372,300,25,0,1981,0,1,0,0,0),(21866,5419,1,1,1,141,0,-7401.62,-3041.71,11.4237,2.72208,300,25,0,1981,0,1,0,0,0),(21865,5419,1,1,1,141,0,-7388.16,-2891.28,8.92048,1.26856,300,25,0,1981,0,1,0,0,0),(21864,5419,1,1,1,141,0,-7243.57,-3284.34,10.0855,3.16112,300,25,0,1981,0,1,0,0,0),(21863,5419,1,1,1,141,0,-7120.49,-4720.51,11.5084,0.804789,300,25,0,1981,0,1,0,0,0),(21862,14123,1,1,1,7114,0,-6862.72,-4896.75,-3.6079,2.67358,300,15,0,1981,0,1,0,0,0),(21861,14123,1,1,1,7114,0,-6699.81,-4859.48,-8.07475,3.81755,300,15,0,1981,0,1,0,0,0),(21860,14123,1,1,1,7114,0,-6970.85,-4920.84,-12.6877,6.06547,300,15,0,1981,0,1,0,0,0),(21859,14123,1,1,1,7114,0,-6804.02,-4859.49,0.679712,5.07407,300,15,0,1981,0,1,0,0,0),(21858,14123,1,1,1,7114,0,-7578.06,-4939.5,-6.82587,4.24917,300,15,0,1981,0,1,0,0,0),(21857,14123,1,1,1,7114,0,-7378.5,-4947.44,-11.7608,0.503379,300,15,0,1981,0,1,0,0,0),(21856,14123,1,1,1,7114,0,-6742.75,-4840.46,0.681917,4.63339,300,15,0,1981,0,1,0,0,0),(21855,14123,1,1,1,7114,0,-7542.11,-4875.38,0.616043,3.72492,300,15,0,1981,0,1,0,0,0),(21854,14123,1,1,1,7114,0,-7063.03,-4908.05,-5.70614,1.80535,300,15,0,1981,0,1,0,0,0),(21853,14123,1,1,1,7114,0,-6712.36,-4853.42,-2.4986,6.02754,300,15,0,1981,0,1,0,0,0),(21852,5419,1,1,1,141,0,-7708.93,-3744.84,26.9298,1.54783,300,25,0,1981,0,1,0,0,0),(21851,5419,1,1,1,141,0,-7657.43,-3674.71,24.6571,2.66048,300,25,0,1981,0,1,0,0,0),(21850,5419,1,1,1,141,0,-7717,-3803.61,23.0949,1.64591,300,25,0,1981,0,1,0,0,0),(21849,5419,1,1,1,141,0,-6897.37,-2962.44,9.62676,1.22762,300,3,0,1981,0,1,0,0,0),(21848,5419,1,1,1,141,0,-7313.35,-3125.2,9.47657,5.05266,300,25,0,1981,0,1,0,0,0),(21847,5419,1,1,1,141,0,-7386.1,-2752.66,13.1268,0.982794,300,25,0,1981,0,1,0,0,0),(21846,5419,1,1,1,141,0,-6817.93,-2752.4,28.6007,0.509943,300,25,0,1981,0,1,0,0,0),(21845,5419,1,1,1,141,0,-7090.34,-4204.83,10.1769,2.58341,300,25,0,1981,0,1,0,0,0),(21844,5419,1,1,1,141,0,-6987.09,-3822.26,11.7691,1.88881,300,25,0,1981,0,1,0,0,0),(21843,5419,1,1,1,141,0,-7303.96,-3685.36,9.92078,3.23932,300,25,0,1981,0,1,0,0,0),(21842,14123,1,1,1,7114,0,-7764.69,-5103.61,0.40353,1.57275,300,15,0,1981,0,1,0,0,0),(21841,14123,1,1,1,7114,0,-7820.43,-5257.31,-8.30017,0.999924,300,15,0,1981,0,1,0,0,0),(21840,14123,1,1,1,7114,0,-7613.66,-4915.94,-6.4572,0.582591,300,15,0,1981,0,1,0,0,0),(21839,14123,1,1,1,7114,0,-7853.5,-5275.31,-4.89302,5.92371,300,15,0,1981,0,1,0,0,0),(21838,14123,1,1,1,7114,0,-7699.08,-4930.32,-1.16336,5.05673,300,0,0,1981,0,0,0,0,0),(21837,14123,1,1,1,7114,0,-7685.06,-5079.76,-7.53802,5.61982,300,15,0,1981,0,1,0,0,0),(21836,14123,1,1,1,7114,0,-7418.07,-4946.77,-1.99812,5.43678,300,15,0,1981,0,1,0,0,0),(21835,14123,1,1,1,7114,0,-7820.95,-5221.76,-8.04731,2.35672,300,15,0,1981,0,1,0,0,0),(21834,14123,1,1,1,7114,0,-7149.54,-4846.48,0.680841,5.15753,300,15,0,1981,0,1,0,0,0),(21833,14123,1,1,1,7114,0,-6897.33,-4759.57,9.86013,3.93661,300,15,0,1981,0,1,0,0,0),(21832,5419,1,1,1,141,0,-7660.08,-3815,14.3844,6.23834,300,25,0,1981,0,1,0,0,0),(21831,5419,1,1,1,141,0,-7438.71,-3642.58,9.0608,1.81957,300,25,0,1981,0,1,0,0,0),(21830,5419,1,1,1,141,0,-7707.65,-3958.36,9.37468,5.56269,300,25,0,1981,0,1,0,0,0),(21829,5419,1,1,1,141,0,-7384.42,-2659.69,10.9185,4.77103,300,25,0,1981,0,1,0,0,0),(21828,5419,1,1,1,141,0,-7250.18,-2783.3,11.0743,3.98613,300,25,0,1981,0,1,0,0,0),(21827,5419,1,1,1,141,0,-7261.7,-3170.66,9.69145,2.37277,300,25,0,1981,0,1,0,0,0),(21826,5419,1,1,1,141,0,-6881.29,-3016.16,10.2719,4.06694,300,25,0,1981,0,1,0,0,0),(21825,5419,1,1,1,141,0,-7204.83,-3559.49,11.0466,5.70386,300,25,0,1981,0,1,0,0,0),(21824,5419,1,1,1,141,0,-7232.11,-3463.38,22.8341,3.37615,300,25,0,1981,0,1,0,0,0),(21823,5411,1,1,1,7217,1,-7200.43,-3769.82,8.75939,5.89921,300,0,0,1753,0,0,0,0,0),(21822,11811,1,1,1,11757,1,-6729.7,-4720.48,21.6995,5.34071,300,0,0,1553,3801,0,0,0,0),(21821,16417,1,1,1,15324,0,-7082.3,-3697.1,9.53218,0.383972,300,0,0,1782,0,0,0,0,0),(21820,8736,1,1,1,8010,1,-7150.31,-3830.19,8.5924,1.50098,300,0,0,3189,0,0,0,0,0),(21819,5647,1,1,1,6415,1,-7218.81,-2954.82,8.64693,1.73306,300,5,0,1648,2864,1,0,0,0),(21818,5647,1,1,1,6415,1,-6918.78,-3185.79,9.26469,3.91995,300,5,0,1648,2864,1,0,0,0),(21817,5647,1,1,1,6415,1,-6919.69,-3148.93,8.92048,2.13241,300,5,0,1648,2864,1,0,0,0),(21816,5647,1,1,1,6416,1,-6947.22,-3182.49,10.2307,5.73228,300,15,0,1648,2864,1,0,0,0),(21815,5647,1,1,1,6416,1,-6852.75,-2857.13,11.4737,5.40442,300,10,0,1648,2864,1,0,0,0),(21814,5647,1,1,1,6416,1,-6849.18,-2878.56,9.63682,0.170167,300,5,0,1648,2864,1,0,0,0),(21813,5647,1,1,1,6415,1,-6851.08,-2914.59,9.00176,3.716,300,10,0,1648,2864,1,0,0,0),(21812,5647,1,1,1,6415,1,-7189.39,-3003.82,31.232,2.07687,300,5,0,1648,2864,1,0,0,0),(21811,5647,1,1,1,6416,1,-7239.84,-3014.58,8.92023,3.10292,300,5,0,1648,2864,1,0,0,0),(21810,5647,1,1,1,6416,1,-7190,-3047.19,9.01872,2.11931,300,5,0,1648,2864,1,0,0,0),(21809,5647,1,1,1,6416,1,-7148.94,-3020.12,10.1204,4.85689,300,5,0,1648,2864,1,0,0,0),(21808,5647,1,1,1,6416,1,-7061.81,-2779.51,11.0279,3.30197,300,0,0,1648,2864,0,0,0,0),(21807,5647,1,1,1,6415,1,-7051.79,-2742.17,9.66803,1.41999,300,15,0,1648,2864,1,0,0,0),(21806,5647,1,1,1,6416,1,-7083.82,-2749.59,10.504,2.84223,300,15,0,1648,2864,1,0,0,0),(21805,5647,1,1,1,6415,1,-7085.92,-2788.99,10.5251,1.93001,300,10,0,1648,2864,1,0,0,0),(21804,5647,1,1,1,6416,1,-7013.88,-2776.03,9.8768,1.99711,300,0,0,1648,2864,0,0,0,0),(21803,5647,1,1,1,6416,1,-6985.08,-2845.48,13.256,5.87113,300,15,0,1648,2864,1,0,0,0),(21802,5647,1,1,1,6415,1,-7013.26,-2812.73,9.34784,0.626487,300,15,0,1648,2864,1,0,0,0),(21801,5647,1,1,1,6416,1,-7062.73,-2716.13,9.53457,4.47372,300,15,0,1648,2864,1,0,0,0),(21800,5647,1,1,1,6416,1,-6992.06,-2811.29,11.7326,3.00365,300,0,0,1648,2864,0,0,0,0),(21799,5647,1,1,1,6416,1,-7048.09,-2817.65,9.1714,0.676444,300,15,0,1648,2864,1,0,0,0),(21798,5647,1,1,1,6416,1,-7050.3,-2785.28,9.92508,1.47172,300,10,0,1648,2864,1,0,0,0),(21797,5647,1,1,1,6416,1,-6885.72,-3081.31,9.70834,4.25656,300,5,0,1648,2864,1,0,0,0),(21796,12046,1,1,1,10709,1,-8534.26,-3082.25,8.78313,0.942478,300,0,0,2672,0,0,0,0,0),(21795,5646,1,1,1,6411,1,-6954.39,-3151.27,8.9216,3.1955,300,15,0,1981,0,1,0,0,0),(21794,5646,1,1,1,6412,1,-7223.48,-3010.56,8.92048,1.73214,300,5,0,1981,0,1,0,0,0),(21793,5646,1,1,1,6412,1,-7188.08,-3003.46,9.4205,0.593638,300,5,0,1981,0,1,0,0,0),(21792,5646,1,1,1,6412,1,-7151.97,-2985.65,11.7705,2.21896,300,5,0,1981,0,1,0,0,0),(21791,5646,1,1,1,6411,1,-7181.32,-2952.31,10.7076,5.23645,300,5,0,1981,0,1,0,0,0),(21790,5646,1,1,1,6412,1,-7252.23,-3011.48,8.92023,1.55142,300,5,0,1981,0,1,0,0,0),(21789,5646,1,1,1,6412,1,-6875.45,-2851.46,12.5422,0.036273,300,15,0,1981,0,1,0,0,0),(21788,5646,1,1,1,6412,1,-7079.51,-2813.76,10.2518,3.17907,300,5,0,1981,0,1,0,0,0),(21787,5646,1,1,1,6412,1,-7016.69,-2747.4,11.8106,3.0083,300,0,0,1981,0,0,0,0,0),(21786,5646,1,1,1,6411,1,-6886.99,-2875.59,11.3125,2.36545,300,15,0,1981,0,1,0,0,0),(21785,5646,1,1,1,6411,1,-6997.4,-2800.52,9.38372,4.89021,300,0,0,1981,0,0,0,0,0),(21784,5645,1,1,1,6413,1,-6853.41,-2953.13,9.12551,4.75489,300,5,0,1981,0,1,0,0,0),(21783,5645,1,1,1,6413,1,-7145.69,-2948.89,10.2962,0.055484,300,5,0,1981,0,1,0,0,0),(21782,5645,1,1,1,6414,1,-7259.43,-2986.51,8.9205,3.00929,300,5,0,1981,0,1,0,0,0),(21781,5645,1,1,1,6414,1,-7219.99,-3044.57,9.49078,2.33268,300,5,0,1981,0,1,0,0,0),(21780,5645,1,1,1,6414,1,-7252.97,-3045.79,8.75617,0.141143,300,5,0,1981,0,1,0,0,0),(21779,5645,1,1,1,6414,1,-7008.04,-2720.43,9.60677,6.17569,300,15,0,1981,0,1,0,0,0),(21778,5389,1,1,1,5575,1,-9418.59,-2755.11,20.4964,4.4855,300,0,0,2218,0,0,0,0,0),(21777,5645,1,1,1,6414,1,-6942.08,-3139.17,30.6899,2.69033,300,5,0,1981,0,1,0,0,0),(200850,35470,571,1,1,0,0,8377.34,896.491,548.684,4.10152,120,0,0,1,0,0,0,0,0),(21775,8198,1,1,1,8318,0,-8145.5,-4540.84,-0.35593,0.7353,600,0,0,7113,0,0,0,0,0),(21774,8197,1,1,1,6370,0,-8105.5,-4645.59,-0.26068,5.21357,600,0,0,37728,0,0,0,0,0),(21773,8196,1,1,1,8317,0,-8294.49,-4586.79,8.97121,5.56651,600,0,0,6645,0,0,0,0,0),(21772,9985,1,1,1,9259,1,-7163,-3824.13,8.66409,1.11701,300,0,0,1003,0,0,0,0,0),(21771,4095,1,1,1,9417,1,-4981.09,-2324.84,-56.7489,1.63,300,5,0,840,0,1,0,0,0),(21770,4095,1,1,1,9417,1,-4940.13,-2313.92,-69.4303,2.79516,300,3,0,840,0,1,0,0,0),(21769,4095,1,1,1,9417,1,-4875.33,-2335.51,-53.3815,2.40213,300,0,0,840,0,2,0,0,0),(21768,4095,1,1,1,9417,1,-4952.94,-2337.3,-56.5321,2.46091,300,0,0,840,0,0,0,0,0),(21767,4095,1,1,1,9417,1,-4973.67,-2278.87,-63.5991,4.42601,300,5,0,840,0,1,0,0,0),(21766,4095,1,1,1,9417,1,-4872.25,-2322.95,-55.0035,0.768021,300,3,0,840,0,1,0,0,0),(21765,4095,1,1,1,9417,1,-4920.56,-2305.6,-68.3072,5.72516,300,3,0,840,0,1,0,0,0),(21764,4095,1,1,1,9417,1,-4928.74,-2410.12,-53.2477,3.66309,300,3,0,840,0,1,0,0,0),(21763,4095,1,1,1,9417,1,-4977.71,-2381.61,-57.3717,5.84986,300,0,0,840,0,2,0,0,0),(21762,4095,1,1,1,9417,1,-4958.63,-2388.63,-54.7698,1.62098,300,3,0,840,0,1,0,0,0),(21761,4095,1,1,1,9417,1,-4944.33,-2330.71,-53.6269,2.74017,300,0,0,840,0,0,0,0,0),(21760,4095,1,1,1,9417,1,-4927.95,-2366.46,-50.959,2.71104,300,3,0,840,0,1,0,0,0),(21759,4095,1,1,1,9417,1,-4881.18,-2353.13,-55.0758,1.66179,300,3,0,840,0,1,0,0,0),(21758,4095,1,1,1,9417,1,-4629.81,-1163.65,-47.6293,3.05363,300,5,0,840,0,1,0,0,0),(21757,4095,1,1,1,9417,1,-4616.99,-1255.26,-52.2356,6.19171,300,5,0,840,0,1,0,0,0),(21756,4095,1,1,1,9417,1,-4611.91,-1346.39,-42.0277,5.93054,300,5,0,840,0,1,0,0,0),(21755,4095,1,1,1,9417,1,-4518.94,-1189.15,-57.7645,4.68803,300,5,0,840,0,1,0,0,0),(21754,4095,1,1,1,9417,1,-4601.86,-1218.06,-54.8467,3.12377,300,5,0,840,0,1,0,0,0),(21753,4095,1,1,1,9417,1,-4617.76,-1182.1,-51.6653,5.48674,300,5,0,840,0,1,0,0,0),(21752,4094,1,1,1,9411,1,-5153.6,-2350.5,-43.1282,3.82227,300,0,0,664,0,0,0,0,0),(21751,4094,1,1,1,9411,1,-5224.01,-2453.87,-47.2694,6.2304,300,5,0,664,0,1,0,0,0),(21750,4094,1,1,1,9411,1,-5251.34,-2438.9,-40.8989,4.79171,300,5,0,664,0,1,0,0,0),(21749,4094,1,1,1,9411,1,-5195.38,-2512.04,-49.3071,3.7301,300,0,0,664,0,2,0,0,0),(21748,4094,1,1,1,9411,1,-5148.56,-2454.34,-52.4613,1.86159,300,5,0,664,0,1,0,0,0),(21747,4094,1,1,1,9411,1,-5080.41,-2350.34,-53.7724,2.93941,300,5,0,664,0,1,0,0,0),(21746,4094,1,1,1,9411,1,-5180.68,-2531.83,-50.8602,5.3284,300,0,0,664,0,0,0,0,0),(21745,4094,1,1,1,9411,1,-5080.52,-2338.25,-53.8332,4.191,300,5,0,664,0,1,0,0,0),(21744,4094,1,1,1,9411,1,-5046.78,-2331.84,-52.7878,4.27647,300,0,0,664,0,0,0,0,0),(21743,4094,1,1,1,9411,1,-5134.59,-2432.02,-52.4155,4.37974,300,0,0,664,0,0,0,0,0),(21742,4094,1,1,1,9411,1,-5023.08,-2243.37,-52.7652,5.92276,300,5,0,664,0,1,0,0,0),(21741,4094,1,1,1,9411,1,-4995.15,-2220.33,-53.0861,1.00365,300,15,0,664,0,1,0,0,0),(21740,4094,1,1,1,9411,1,-5243.82,-2436.51,-41.5125,3.69272,300,0,0,664,0,2,0,0,0),(21739,4094,1,1,1,9411,1,-5011.74,-2180.8,-47.2178,0.183397,300,5,0,664,0,1,0,0,0),(21738,4094,1,1,1,9411,1,-4977.98,-2212.54,-53.8938,5.12973,300,0,0,664,0,0,0,0,0),(21737,4094,1,1,1,9411,1,-4981.83,-2185.43,-52.142,0.472652,300,5,0,664,0,1,0,0,0),(21736,4094,1,1,1,9411,1,-4991.18,-2245.23,-52.3662,1.876,300,5,0,664,0,1,0,0,0),(21735,4094,1,1,1,9411,1,-5049.55,-2162.84,-52.1321,5.59244,300,0,0,664,0,0,0,0,0),(21734,4094,1,1,1,9411,1,-5048.64,-2243.56,-53.4069,1.64091,300,5,0,664,0,1,0,0,0),(21733,4094,1,1,1,9411,1,-5046.71,-2221.07,-54.1371,0.239034,300,0,0,664,0,0,0,0,0),(21732,4094,1,1,1,9411,1,-5183.42,-2613.66,-50.7806,5.72754,300,5,0,664,0,1,0,0,0),(21731,4093,1,1,1,9414,1,-5077.25,-2188.16,-54.6404,1.97423,300,5,0,734,0,1,0,0,0),(21730,4093,1,1,1,9414,1,-5083.17,-2147.17,-45.5779,2.36724,300,5,0,734,0,1,0,0,0),(21729,4093,1,1,1,9414,1,-5159.4,-2373.53,-42.2905,5.98622,300,0,0,734,0,0,0,0,0),(21728,4093,1,1,1,9414,1,-5160.67,-2415.56,-49.7905,1.00547,300,5,0,734,0,1,0,0,0),(21727,4093,1,1,1,9414,1,-5245.87,-2569.35,-39.5497,4.99414,300,5,0,734,0,1,0,0,0),(21726,4093,1,1,1,9414,1,-5120.7,-2354.04,-54.4247,3.23573,300,5,0,734,0,1,0,0,0),(21725,4093,1,1,1,9414,1,-5122.96,-2422.44,-52.1968,3.91843,300,5,0,734,0,1,0,0,0),(21724,4093,1,1,1,9414,1,-5149.26,-2508.91,-50.7361,2.81164,300,0,0,734,0,0,0,0,0),(21723,4093,1,1,1,9414,1,-5158.71,-2534.69,-50.5416,1.20416,300,5,0,734,0,1,0,0,0),(21722,4093,1,1,1,9414,1,-5178.61,-2454.46,-52.5981,5.50656,300,5,0,734,0,1,0,0,0),(21721,4093,1,1,1,9414,1,-5145.34,-2482.28,-51.3912,3.7163,300,5,0,734,0,1,0,0,0),(21720,4093,1,1,1,9414,1,-5055.38,-2254.64,-53.4069,0.215477,300,0,0,734,0,0,0,0,0),(21719,4093,1,1,1,9414,1,-5066.04,-2297.77,-53.2635,2.65313,300,0,0,734,0,0,0,0,0),(21718,4093,1,1,1,9414,1,-5195.05,-2463.22,-51.4731,3.88572,300,0,0,734,0,0,0,0,0),(21717,4093,1,1,1,9414,1,-5038.49,-2205.39,-54.3871,3.25489,300,5,0,734,0,1,0,0,0),(21716,4093,1,1,1,9414,1,-4919.85,-2152.09,-56.0816,6.05514,300,10,0,734,0,1,0,0,0),(21715,4093,1,1,1,9414,1,-5087.37,-2256.76,-54.4114,0.986322,300,5,0,734,0,1,0,0,0),(21714,4093,1,1,1,9414,1,-5063.73,-2220.94,-54.6648,3.23111,300,5,0,734,0,1,0,0,0),(21713,4093,1,1,1,9414,1,-5080.67,-2212.16,-54.8923,4.05246,300,0,0,734,0,0,0,0,0),(21712,4093,1,1,1,9414,1,-5079.83,-2189.45,-54.0368,2.4461,300,5,0,734,0,1,0,0,0),(21711,4093,1,1,1,9414,1,-5154.66,-2315.02,-45.024,5.40395,300,0,0,734,0,0,0,0,0),(21710,4093,1,1,1,9414,1,-5173.44,-2575.52,-50.4724,2.23899,300,5,0,734,0,1,0,0,0),(21709,4093,1,1,1,9414,1,-5128.38,-2392.5,-53.3992,4.99588,300,0,0,734,0,0,0,0,0),(21708,6139,1,1,1,2297,0,-5155.5,-1195.8,73.7087,0.622111,300,0,0,896,0,2,0,0,0),(1976204,6492,0,1,1,0,0,-9106.64,838.22,105.12,3.30955,300,0,0,386,0,0,0,0,0),(21706,6139,1,1,1,2297,0,-4977.69,-933.551,19.1822,4.21778,300,0,0,896,0,0,0,0,0),(21705,10992,1,1,1,1095,0,-4688.74,-1434.57,-50.4572,5.77704,600,0,0,2865,0,0,0,0,0),(21704,3053,1,1,1,7219,1,-6225.51,-3970.78,-58.6667,5.84685,300,0,0,1003,0,0,0,0,0),(21703,7404,1,1,1,2290,1,-4898.52,-2284.04,-71.3708,2.82743,300,0,0,1003,0,0,0,0,0),(21702,7404,1,1,1,2290,1,-4897.98,-2280.38,-71.534,3.10669,300,0,0,1003,0,0,0,0,0),(21701,6626,1,1,1,5369,0,-6185.16,-3936.33,-58.6251,4.75002,300,0,0,42,0,0,0,0,0),(21700,4317,1,1,1,2412,1,-5407.12,-2419.61,89.7094,2.16421,600,0,0,10572,0,0,0,0,0),(21699,17093,1,1,1,16845,1,-5444.92,-2466.51,89.3877,1.15192,300,0,0,690,732,0,0,0,0),(21698,4548,1,1,1,2609,0,-4547.17,-1216.3,-56.1795,0.546789,300,0,0,1003,0,2,0,0,0),(21697,4547,1,1,1,4205,1,-5846.76,-3411.8,-51.045,1.19514,300,0,0,1342,0,0,0,0,0),(21696,4546,1,1,1,4208,1,-5839.01,-3416.45,-50.8497,2.23402,300,0,0,1342,0,0,0,0,0),(21695,4545,1,1,1,4206,1,-5853.93,-3418.15,-50.92,3.54503,300,0,0,1342,0,0,0,0,0),(21694,10941,1,1,1,10981,1,-4921.56,-1376.35,-52.529,5.06145,300,0,0,1107,0,0,0,0,0),(21693,10428,1,1,1,9902,1,-4915.57,-1381.18,-52.6008,5.14872,300,0,0,896,0,0,0,0,0),(21692,10427,1,1,1,9900,1,-5156.69,-1220.49,48.7887,2.33874,300,0,0,1003,0,0,0,0,0),(21691,6576,1,1,1,5366,0,-4495.82,-740.714,-25.4125,5.77704,300,0,0,1753,0,0,0,0,0),(21690,2986,1,1,1,10969,1,-5183.59,-2806.95,-6.92009,2.68781,300,0,0,950,0,0,0,0,0),(21689,9377,1,1,1,8549,0,-6059.75,-3835.88,-58.6561,5.92024,300,30,0,1221,0,1,0,0,0),(21688,9377,1,1,1,8549,0,-5904.59,-3598.67,-58.6398,2.39486,300,30,0,1221,0,1,0,0,0),(21687,9377,1,1,1,8549,0,-5647.39,-3565.68,-58.6129,4.51155,300,30,0,1221,0,1,0,0,0),(21686,9377,1,1,1,8549,0,-5516.4,-3748.11,-58.625,1.46984,300,30,0,1221,0,1,0,0,0),(21685,9377,1,1,1,8549,0,-6619.94,-3582.93,-58.625,4.53938,300,30,0,1221,0,1,0,0,0),(21684,9377,1,1,1,8549,0,-5806.09,-4050.31,-58.625,2.15814,300,30,0,1221,0,1,0,0,0),(21683,5792,1,1,1,10989,1,-6203.96,-4029.41,-58.6667,0.366519,300,0,0,1342,0,0,0,0,0),(21682,4252,1,1,1,2490,0,-6213.07,-3849.85,-58.6251,4.79829,300,0,0,1163,0,0,0,0,0),(21681,4507,1,1,1,2591,1,-6221.08,-3930.32,-58.7198,4.2404,300,0,0,328,0,0,0,0,0),(21680,4251,1,1,1,10318,0,-6225.51,-3941.11,-58.6251,0.171547,300,0,0,1163,0,0,0,0,0),(21679,4250,1,1,1,2726,0,-5065.41,-1433.43,-52.0541,2.67263,300,0,0,664,0,0,0,0,0),(21678,4250,1,1,1,2726,0,-5065.41,-1433.43,-52.0541,2.73209,300,0,0,664,0,0,0,0,0),(21677,4250,1,1,1,2726,0,-5065.41,-1433.43,-52.0541,2.65175,300,0,0,664,0,0,0,0,0),(21676,4249,1,1,1,10903,0,-4723.79,-969.283,-52.627,2.1979,300,5,0,896,0,1,0,0,0),(21675,4249,1,1,1,10903,0,-5660.86,-3019.47,-46.8671,1.92494,300,10,0,896,0,1,0,0,0),(21674,4249,1,1,1,10903,0,-5781.08,-3439.59,-50.8918,4.90339,300,15,0,896,0,1,0,0,0),(21673,4249,1,1,1,10903,0,-4962.21,-1259.82,-45.6173,5.60049,300,5,0,896,0,1,0,0,0),(21672,4249,1,1,1,10903,0,-4943.27,-1319.9,-43.5462,4.29776,300,5,0,896,0,1,0,0,0),(21671,4249,1,1,1,10903,0,-4871.36,-1122.5,-53.1197,1.54931,300,5,0,896,0,1,0,0,0),(21670,4249,1,1,1,10903,0,-5594.44,-3091.59,-48.9273,0.453158,300,15,0,896,0,1,0,0,0),(21669,4249,1,1,1,10903,0,-5542.73,-3057.78,-45.011,3.94481,300,5,0,896,0,1,0,0,0),(21668,4249,1,1,1,10903,0,-5735.85,-3169.57,-36.0023,4.83577,300,10,0,896,0,1,0,0,0),(21667,4249,1,1,1,10903,0,-5787.85,-3351.07,-42.5618,4.62633,300,15,0,896,0,1,0,0,0),(21666,4249,1,1,1,10903,0,-5650.16,-3083.11,-47.4584,0.402515,300,15,0,896,0,1,0,0,0),(21665,4249,1,1,1,10903,0,-5743.77,-3259.74,-26.4942,5.5932,300,5,0,896,0,1,0,0,0),(21664,4249,1,1,1,10903,0,-4970.2,-1389.16,-44.8209,4.5058,300,5,0,896,0,1,0,0,0),(21663,4249,1,1,1,10903,0,-5653.34,-3418.81,-46.5446,4.18202,300,10,0,896,0,1,0,0,0),(21662,4249,1,1,1,10903,0,-4596.77,-951.997,-51.1206,0.894448,300,5,0,896,0,1,0,0,0),(21661,4249,1,1,1,10903,0,-4549.79,-1212.04,-55.4009,0.54684,300,0,0,896,0,0,0,0,0),(21660,4249,1,1,1,10903,0,-4554.02,-1221.76,-55.9463,0.714514,300,0,0,896,0,0,0,0,0),(21659,4249,1,1,1,10903,0,-5515.93,-3285.58,-37.8915,3.21808,300,5,0,896,0,1,0,0,0),(21658,4249,1,1,1,10903,0,-5568.4,-2804.24,-45.7389,4.49775,300,3,0,896,0,1,0,0,0),(21657,4249,1,1,1,10903,0,-5449.23,-3248.57,-31.7822,6.19692,300,10,0,896,0,1,0,0,0),(21656,4249,1,1,1,10903,0,-5471.35,-3304.56,-34.8121,1.26698,300,5,0,896,0,1,0,0,0),(21655,4249,1,1,1,10903,0,-5464.93,-3404.16,-40.1335,1.79583,300,5,0,896,0,1,0,0,0),(21654,4249,1,1,1,10903,0,-5456.16,-3364.01,-38.3244,1.9346,300,10,0,896,0,1,0,0,0),(21653,4249,1,1,1,10903,0,-4426.27,-877.716,-55.8202,0.497235,300,15,0,896,0,1,0,0,0),(21652,4249,1,1,1,10903,0,-5336.23,-2772.49,-42.7782,1.0364,300,5,0,896,0,1,0,0,0),(21651,4249,1,1,1,10903,0,-4290.5,-1002.57,-51.8276,0.0761,300,5,0,896,0,1,0,0,0),(21650,4249,1,1,1,10903,0,-4390,-1051.08,-48.1945,4.28366,300,5,0,896,0,1,0,0,0),(21649,4249,1,1,1,10903,0,-4352.34,-1018.68,-55.3095,5.88355,300,5,0,896,0,1,0,0,0),(21648,4249,1,1,1,10903,0,-5623.05,-3241.51,-42.2385,1.66579,300,10,0,896,0,1,0,0,0),(21647,4249,1,1,1,10903,0,-4415.53,-972.139,-55.8161,0.524059,300,5,0,896,0,1,0,0,0),(21646,4249,1,1,1,10903,0,-5431.24,-3328.7,-37.4414,5.43236,300,15,0,896,0,1,0,0,0),(21645,4249,1,1,1,10903,0,-5311.74,-3204.67,-50.3663,5.65879,300,5,0,896,0,1,0,0,0),(21644,4249,1,1,1,10903,0,-5395.49,-3289.74,-39.3962,1.44741,300,10,0,896,0,1,0,0,0),(21643,4249,1,1,1,10903,0,-5408.98,-3016.41,-39.3093,3.82732,300,10,0,896,0,1,0,0,0),(21642,4249,1,1,1,10903,0,-4239.1,-856.807,-54.7915,5.98804,300,10,0,896,0,1,0,0,0),(21641,4249,1,1,1,10903,0,-4436.1,-968.298,-56.7363,2.05605,300,5,0,896,0,1,0,0,0),(21640,4248,1,1,1,2713,0,-5550.44,-2575.78,-56.4475,4.6714,300,10,0,787,0,1,0,0,0),(21639,4248,1,1,1,2713,0,-5655.35,-2596,-56.4676,3.58994,300,10,0,787,0,1,0,0,0),(21638,4248,1,1,1,2713,0,-5249.28,-1508.17,-55.4882,4.78662,300,5,0,787,0,1,0,0,0),(21637,4248,1,1,1,2713,0,-5214.8,-1435.33,-50.684,5.4995,300,5,0,787,0,1,0,0,0),(21636,4248,1,1,1,2713,0,-5141.16,-1698.12,-51.3606,1.90489,300,10,0,787,0,1,0,0,0),(21635,4248,1,1,1,2713,0,-5062.76,-1543.17,-48.3789,2.51294,300,10,0,787,0,1,0,0,0),(21634,4248,1,1,1,2713,0,-5158.95,-1376.28,-51.3457,0.813015,300,5,0,787,0,1,0,0,0),(21633,4248,1,1,1,2713,0,-5437.1,-2071.59,-64.0042,6.05858,300,5,0,787,0,1,0,0,0),(21632,4248,1,1,1,2713,0,-5138.88,-1628.86,-45.3948,6.06652,300,3,0,787,0,1,0,0,0),(21631,4248,1,1,1,2713,0,-5087.05,-1412.25,-51.92,5.4431,300,15,0,787,0,1,0,0,0),(21630,4248,1,1,1,2713,0,-5076.49,-1442.84,-49.1225,4.97488,300,10,0,787,0,1,0,0,0),(21629,4248,1,1,1,2713,0,-5284.38,-1512.08,-56.5183,5.8848,300,15,0,787,0,1,0,0,0),(21628,4248,1,1,1,2713,0,-5463.01,-2069.58,-54.2578,4.1867,300,5,0,787,0,1,0,0,0),(21627,4248,1,1,1,2713,0,-5321.02,-1986.64,-41.9731,0.785222,300,5,0,787,0,1,0,0,0),(21626,4248,1,1,1,2713,0,-5341.3,-1542.65,-48.9608,6.09652,300,3,0,787,0,1,0,0,0),(21625,4248,1,1,1,2713,0,-5452.87,-1994.12,-58.3646,0.040794,300,5,0,787,0,1,0,0,0),(21624,4248,1,1,1,2713,0,-5567.59,-2523.75,-53.1303,2.27455,300,10,0,787,0,1,0,0,0),(21623,4248,1,1,1,2713,0,-5419.64,-2021,-62.5421,6.13217,300,10,0,787,0,1,0,0,0),(21622,4248,1,1,1,2713,0,-4759.17,-1595.19,-43.5543,1.38074,300,10,0,787,0,1,0,0,0),(21621,4248,1,1,1,2713,0,-4818.7,-1548.27,-48.7918,2.28888,300,10,0,787,0,1,0,0,0),(21620,4248,1,1,1,2713,0,-5602.74,-2193.17,-58.407,5.77169,300,15,0,787,0,1,0,0,0),(21619,4248,1,1,1,2713,0,-5658.98,-2241.97,-54.7012,3.60524,300,15,0,787,0,1,0,0,0),(21618,4248,1,1,1,2713,0,-4805.19,-1656.1,-49.5247,1.47307,300,10,0,787,0,1,0,0,0),(21617,4248,1,1,1,2713,0,-4820.73,-2037.11,-45.1754,1.10104,300,10,0,787,0,1,0,0,0),(21616,4248,1,1,1,2713,0,-4779.24,-1603.66,-49.0083,0.44996,300,10,0,787,0,1,0,0,0),(21615,4248,1,1,1,2713,0,-4768.23,-1503.96,-28.3925,0.970321,300,5,0,787,0,1,0,0,0),(21614,4248,1,1,1,2713,0,-4766.59,-1646.83,-33.1615,0.925342,300,5,0,787,0,1,0,0,0),(21613,4248,1,1,1,2713,0,-5453.73,-1848.62,-51.5586,5.96659,300,15,0,787,0,1,0,0,0),(21612,4248,1,1,1,2713,0,-5474.15,-1742.64,-17.1677,4.40623,300,3,0,787,0,1,0,0,0),(21611,4248,1,1,1,2713,0,-5480.68,-1879.03,-54.8561,1.38764,300,10,0,787,0,1,0,0,0),(21610,4248,1,1,1,2713,0,-5415.51,-1838.82,-48.0396,0.385044,300,10,0,787,0,1,0,0,0),(21609,4248,1,1,1,2713,0,-5483.49,-1966.9,-59.0185,3.8011,300,10,0,787,0,1,0,0,0),(21608,4248,1,1,1,2713,0,-5498.74,-1834.17,-56.5524,6.07957,300,5,0,787,0,1,0,0,0),(21607,4248,1,1,1,2713,0,-5514.41,-1922.21,-59.2229,3.23761,300,15,0,787,0,1,0,0,0),(21606,4248,1,1,1,2713,0,-4855.21,-1669.79,-32.293,0.176779,300,3,0,787,0,1,0,0,0),(21605,4248,1,1,1,2713,0,-5341.78,-2060.26,-57.9506,2.19945,300,5,0,787,0,1,0,0,0),(21604,4248,1,1,1,2713,0,-4833.96,-1971.78,-40.0054,4.33439,300,2,0,787,0,1,0,0,0),(21603,4248,1,1,1,2713,0,-5191.97,-1672.33,-59.0752,0.123386,300,10,0,787,0,1,0,0,0),(21602,4248,1,1,1,2713,0,-5513.39,-2103.86,-45.8753,3.25699,300,3,0,787,0,1,0,0,0),(21601,4248,1,1,1,2713,0,-5577.99,-2006.44,-62.7423,2.18851,300,15,0,787,0,1,0,0,0),(21600,4248,1,1,1,2713,0,-4846.34,-2033.67,-31.9196,1.60169,300,3,0,787,0,1,0,0,0),(21599,4248,1,1,1,2713,0,-4956.44,-2116.66,-32.822,1.57275,300,5,0,787,0,1,0,0,0),(21598,4248,1,1,1,2713,0,-5278.54,-1657.4,-38.2921,0.65692,300,5,0,787,0,1,0,0,0),(21597,4248,1,1,1,2713,0,-4918.58,-1545.07,-29.5143,3.13183,300,5,0,787,0,1,0,0,0),(21596,4248,1,1,1,2713,0,-4730.83,-1493.96,-33.9789,5.91755,300,5,0,787,0,1,0,0,0),(21595,4248,1,1,1,2713,0,-5347.57,-1824.14,-48.0511,3.16294,300,3,0,787,0,1,0,0,0),(21594,10646,1,1,1,10092,1,-4742.52,-2103,83.7146,0.088836,300,0,0,1003,0,0,0,0,0),(21593,10645,1,1,1,10093,1,-5480.67,-2456.03,89.3671,6.02139,300,0,0,1003,0,0,0,0,0),(21592,6548,1,1,1,5374,1,-6187.18,-3878.24,-58.6667,4.5204,300,0,0,2980,0,0,0,0,0),(21591,4499,1,1,1,4766,0,-5201.8,-1569.02,-48.1368,3.03378,1800,0,0,1146,0,0,0,0,0),(21590,5523,1,1,1,6269,0,-5839.51,-3396.42,-50.8497,5.95157,300,0,0,950,0,0,0,0,0),(21589,5523,1,1,1,6269,0,-5829.89,-3406.23,-50.8497,5.07891,300,0,0,950,0,0,0,0,0),(21588,5523,1,1,1,6269,0,-5852.68,-3397.62,-50.8497,4.17134,300,0,0,950,0,0,0,0,0),(21587,10896,1,1,1,10243,1,-4754.08,-2108.98,83.3409,1.47089,300,0,0,950,0,0,0,0,0),(21586,4496,1,1,1,7191,1,-6217.7,-3948.85,-58.6667,1.71042,300,0,0,1003,0,0,0,0,0),(21585,4495,1,1,1,5438,1,-6223.58,-3846.19,-58.6667,5.0091,300,0,0,1342,0,0,0,0,0),(21584,10638,1,1,1,10057,1,-4906.05,-1366.99,-52.6008,2.30185,300,0,0,1003,0,0,0,0,0),(21583,10636,1,1,1,7933,0,-4931.21,-1370.95,-52.3027,4.15388,300,0,0,1003,0,0,0,0,0),(21582,10377,1,1,1,9901,0,-5401.73,-2410.17,89.2762,1.82392,300,0,0,896,0,0,0,0,0),(21581,4483,1,1,1,4207,1,-5842.36,-3406.93,-50.8497,5.09636,300,0,0,1342,0,0,0,0,0),(21580,10617,1,1,1,9532,0,-5128.15,-2080.7,-37.4284,0.847854,300,0,1,787,0,2,0,0,0),(21579,10612,1,1,1,10958,1,-5441.89,-2432,89.5842,3.94444,300,0,0,2218,0,0,0,0,0),(21578,4722,1,1,1,2739,1,-5483.62,-2463.44,89.3671,0.331613,300,0,0,1003,0,0,0,0,0),(21577,4720,1,1,1,5443,1,-6236.99,-3831.23,-58.1364,3.38594,300,0,0,1003,0,0,0,0,0),(21576,11117,1,1,1,10652,1,-5464.6,-2447.39,89.4338,0.349066,300,0,0,1003,0,0,0,0,0),(21575,11116,1,1,1,10653,1,-5477.85,-2460.43,89.3671,0.314159,300,0,0,1003,0,0,0,0,0),(21574,3689,1,1,1,4301,1,-4901.5,-1360.03,-51.2594,5.41052,300,0,0,1981,0,0,0,0,0),(21573,4454,1,1,1,5427,1,-6229.03,-3868.18,-58.6667,6.19592,300,0,0,1003,0,0,0,0,0),(21572,4709,1,1,1,7211,1,-6226.13,-3944.94,-58.6251,5.48331,300,0,0,1003,0,0,0,0,0),(21571,4453,1,1,1,5428,1,-6228.86,-3871.63,-58.6667,6.03884,300,0,0,1107,0,0,0,0,0),(21570,4452,1,1,1,5426,1,-6233.24,-3855.97,-58.6667,0.903906,300,0,0,950,0,0,0,0,0),(21569,4707,1,1,1,11573,0,-6253.04,-3994.95,-58.6667,5.44543,300,0,0,1342,0,0,0,0,0),(21568,4706,1,1,1,7206,1,-6198.75,-3967.77,-58.6667,5.21853,300,0,0,1003,0,0,0,0,0),(21567,6496,1,1,1,5451,0,-6225.8,-3835.3,-58.6667,5.81195,300,0,0,1342,0,0,0,0,0),(21566,10079,1,1,1,9898,1,-4617,-1851.97,86.1526,5.95157,300,0,0,1003,0,0,0,0,0),(21565,6495,1,1,1,7195,1,-6209.62,-3972.96,-58.625,4.80266,300,0,0,46,0,0,0,0,0),(21564,14426,1,1,1,3898,1,-4752.21,-1865.71,89.0546,0.567454,7200,0,0,920,0,0,0,0,0),(21563,10582,1,1,1,10209,0,-5445.42,-2420.15,89.5537,0.180528,300,0,0,198,0,2,0,0,0),(21562,4946,1,1,1,2490,0,-6259.69,-3856.48,-58.6667,5.37561,300,0,0,1163,0,0,0,0,0),(21561,4945,1,1,1,10318,0,-6187.69,-3962.72,-58.6667,0.558505,300,0,0,1163,0,0,0,0,0),(21560,9551,1,1,1,8670,1,-5453.35,-2408.38,89.3594,5.70723,300,0,0,1536,0,0,0,0,0),(21559,4430,1,1,1,5436,1,-6238.77,-3858.96,-58.6251,1.09202,300,0,0,1003,0,0,0,0,0),(21558,4430,1,1,1,5437,1,-6218.89,-3846.9,-58.6251,4.02947,300,2,0,1003,0,1,0,0,0),(21557,4430,1,1,1,5437,1,-6231.76,-3844.51,-58.6251,2.19169,300,0,0,1003,0,0,0,0,0),(21556,4430,1,1,1,5437,1,-6220.56,-3851.87,-58.6251,3.73381,300,2,0,1003,0,1,0,0,0),(21555,4429,1,1,1,7193,1,-6221.21,-3946.82,-58.6251,5.5461,300,2,0,1003,0,1,0,0,0),(21554,4429,1,1,1,7194,1,-6213.15,-3961.21,-58.6251,1.79601,300,0,0,1003,0,0,0,0,0),(21553,4429,1,1,1,7192,1,-6193.59,-3963.64,-58.6251,0.619627,300,2,0,1003,0,1,0,0,0),(21552,4429,1,1,1,7193,1,-6223.75,-3946.05,-58.6251,3.24746,300,2,0,1003,0,1,0,0,0),(21551,4429,1,1,1,7194,1,-6207.22,-3942.37,-58.6251,4.04198,300,0,0,1003,0,0,0,0,0),(21550,6730,1,1,1,5425,1,-6251.75,-3851.1,-58.6667,5.77704,300,0,0,1003,0,0,0,0,0),(21549,4419,1,1,1,5445,1,-6194.48,-3916.91,-47.1956,1.74533,300,0,0,1342,0,0,0,0,0),(21548,4158,1,1,1,10825,0,-6041.31,-4138.35,-58.625,6.28054,300,30,0,1163,0,1,0,0,0),(21547,4158,1,1,1,10825,0,-6176.85,-3557.04,-58.625,4.43404,300,30,0,1163,0,1,0,0,0),(21546,4158,1,1,1,10825,0,-6602.18,-3865.56,-58.7499,-2.61482,300,0,0,1163,0,0,0,0,0),(21545,4154,1,1,1,2305,0,-5990.98,-3532.76,-58.625,0.217933,300,30,0,1050,0,1,0,0,0),(21544,4154,1,1,1,2305,0,-5693.13,-3677.12,-58.7434,5.56561,300,30,0,1050,0,1,0,0,0),(21543,4154,1,1,1,2305,0,-5882.65,-4303.08,-58.625,4.68298,300,10,0,1050,0,1,0,0,0),(21542,4154,1,1,1,2305,0,-5871.13,-4278.79,-58.625,1.70418,300,10,0,1050,0,1,0,0,0),(21541,4154,1,1,1,2305,0,-5905.13,-4315.64,-58.625,5.02968,300,10,0,1050,0,1,0,0,0),(21540,4154,1,1,1,2305,0,-5711.22,-3984.47,-58.686,2.58905,300,30,0,1050,0,1,0,0,0),(21539,4151,1,1,1,12341,0,-6148.35,-4318.72,-58.6299,5.10264,300,30,0,977,935,1,0,0,0),(21538,4151,1,1,1,12341,0,-6079.6,-4247.33,-58.625,0.222402,300,30,0,977,935,1,0,0,0),(21537,4151,1,1,1,12341,0,-6487.98,-3850.83,-58.6249,3.53341,300,30,0,977,935,1,0,0,0),(21536,4151,1,1,1,12341,0,-6201.55,-3681.04,-58.7358,5.82242,300,0,0,977,935,0,0,0,0),(21535,4151,1,1,1,12341,0,-5910.75,-3751.05,-58.625,5.89575,300,30,0,977,935,1,0,0,0),(21534,4151,1,1,1,12341,0,-6544.24,-3796.94,-58.6547,5.70204,300,30,0,977,935,1,0,0,0),(21533,4151,1,1,1,12341,0,-6230.33,-3618.07,-58.625,-1.09301,300,0,0,977,935,0,0,0,0),(21532,4151,1,1,1,12341,0,-6516.12,-3902.61,-58.7389,2.65654,300,3,0,977,935,1,0,0,0),(21531,4151,1,1,1,12341,0,-6315.1,-3621.76,-58.625,0.198919,300,30,0,977,935,1,0,0,0),(21530,4151,1,1,1,12341,0,-6450.72,-3818.66,-58.6251,3.93015,300,30,0,977,935,1,0,0,0),(21529,4151,1,1,1,12341,0,-6010.72,-3779.82,-58.625,2.97679,300,30,0,977,935,1,0,0,0),(21528,4151,1,1,1,12341,0,-5948.76,-3920.59,-58.625,4.62849,300,30,0,977,935,1,0,0,0),(21527,4151,1,1,1,12341,0,-6023.1,-3912.01,-58.625,1.80563,300,30,0,977,935,1,0,0,0),(21526,4151,1,1,1,12341,0,-5940.93,-3858.27,-58.6882,3.62998,300,10,0,977,935,1,0,0,0),(21525,4151,1,1,1,12341,0,-5863.53,-3817.67,-59.3092,3.53819,300,10,0,977,935,1,0,0,0),(21524,4151,1,1,1,12341,0,-6245.15,-3469.15,-58.3944,1.24366,300,30,0,977,935,1,0,0,0),(21523,4151,1,1,1,12341,0,-5681.63,-4214.14,-58.1248,4.70517,300,30,0,977,935,1,0,0,0),(21522,4151,1,1,1,12341,0,-5608.25,-3924.92,-58.699,5.6323,300,30,0,977,935,1,0,0,0),(21521,4151,1,1,1,12341,0,-6480.03,-3924.75,-58.625,4.94453,300,10,0,977,935,1,0,0,0),(21520,4151,1,1,1,12341,0,-6573.52,-3930.75,-58.625,5.91218,300,3,0,977,935,1,0,0,0),(21519,4151,1,1,1,12341,0,-5728.69,-4234.22,-58.6561,2.26841,300,30,0,977,935,1,0,0,0),(21518,4151,1,1,1,12341,0,-5587.79,-3978.35,-58.625,5.07854,300,30,0,977,935,1,0,0,0),(21517,4151,1,1,1,12341,0,-6595.32,-3927.95,-58.625,3.86479,300,3,0,977,935,1,0,0,0),(21516,4151,1,1,1,12341,0,-6613.3,-3859.76,-58.6273,0.92237,300,30,0,977,935,1,0,0,0),(21515,4151,1,1,1,12341,0,-6301.23,-4261.62,-58.6267,0.774569,300,0,0,977,935,0,0,0,0),(21514,4151,1,1,1,12341,0,-6577.47,-3888.08,-58.6271,5.99271,300,3,0,977,935,1,0,0,0),(21513,4151,1,1,1,12341,0,-6594.24,-3888.38,-58.6271,0.051044,300,3,0,977,935,1,0,0,0),(21512,4151,1,1,1,12341,0,-5816.6,-4247.65,-58.625,3.28593,300,30,0,977,935,1,0,0,0),(21511,4151,1,1,1,12341,0,-6553.57,-3941.53,-58.625,3.71107,300,10,0,977,935,1,0,0,0),(21510,4151,1,1,1,12341,0,-6034.49,-3953.75,-58.625,0.088695,300,30,0,977,935,1,0,0,0),(21509,4151,1,1,1,12341,0,-6523.06,-3947.76,-58.625,4.98256,300,10,0,977,935,1,0,0,0),(21508,4151,1,1,1,12341,0,-6547.38,-3844.84,-58.6692,2.68519,300,3,0,977,935,1,0,0,0),(21507,4151,1,1,1,12341,0,-5787.9,-4095.27,-58.625,2.99798,300,30,0,977,935,1,0,0,0),(21506,4151,1,1,1,12341,0,-5483.74,-3954.96,-58.4999,0.337951,300,30,0,977,935,1,0,0,0),(21505,4151,1,1,1,12341,0,-6505.14,-3878.36,-58.7275,3.68525,300,3,0,977,935,1,0,0,0),(21504,4151,1,1,1,12341,0,-6596.02,-3841.79,-58.6546,0.576941,300,3,0,977,935,1,0,0,0),(21503,4151,1,1,1,12341,0,-6001.08,-4114.81,-58.625,5.96008,300,30,0,977,935,1,0,0,0),(21502,4151,1,1,1,12341,0,-5852.85,-4081.76,-58.625,5.71567,300,30,0,977,935,1,0,0,0),(21501,4151,1,1,1,12341,0,-5877.64,-4108.8,-58.625,0.748128,300,30,0,977,935,1,0,0,0),(21500,4150,1,1,1,8392,0,-6486.17,-3783.02,-58.6249,3.50356,300,30,0,1279,0,1,0,0,0),(21499,4150,1,1,1,8392,0,-6511.09,-3812.53,-58.6325,1.1495,300,3,0,1279,0,1,0,0,0),(21498,4150,1,1,1,8392,0,-6417.78,-3853.99,-58.6282,4.86768,300,30,0,1279,0,1,0,0,0),(21497,4150,1,1,1,8392,0,-6552.09,-3908.03,-58.6374,4.4477,300,0,0,1279,0,2,0,0,0),(21496,4150,1,1,1,8392,0,-6523.54,-3926.97,-58.7389,1.09569,300,3,0,1279,0,1,0,0,0),(21495,4150,1,1,1,8392,0,-6277.34,-4106.34,-58.625,5.94862,300,30,0,1279,0,1,0,0,0),(21494,4150,1,1,1,8392,0,-6565.84,-3909.39,-58.6374,2.05424,300,3,0,1279,0,1,0,0,0),(21493,4150,1,1,1,8392,0,-6478.74,-4089.47,-58.625,5.06729,300,30,0,1279,0,1,0,0,0),(21492,4150,1,1,1,8392,0,-6582.61,-3863.19,-58.6546,4.1631,300,3,0,1279,0,1,0,0,0),(21491,4150,1,1,1,8392,0,-6587.92,-3949.37,-58.625,2.85546,300,10,0,1279,0,1,0,0,0),(21490,4150,1,1,1,8392,0,-6614.95,-3889.36,-56,3.10724,300,3,0,1279,0,1,0,0,0),(21489,4150,1,1,1,8392,0,-6619.14,-3775.76,-58.625,1.4626,300,30,0,1279,0,1,0,0,0),(21488,4150,1,1,1,8392,0,-6541.21,-3856.99,-58.6692,3.57626,300,3,0,1279,0,1,0,0,0),(21487,4150,1,1,1,8392,0,-6628.21,-3824.85,-58.625,3.83372,300,30,0,1279,0,1,0,0,0),(21486,4150,1,1,1,8392,0,-6589.3,-3815.16,-58.7242,2.25862,300,3,0,1279,0,1,0,0,0),(21485,4150,1,1,1,8392,0,-6576.12,-3814.78,-58.7242,0.766078,300,3,0,1279,0,1,0,0,0),(21484,4150,1,1,1,8392,0,-6544.3,-3640.4,-58.6249,1.80089,300,30,0,1279,0,1,0,0,0),(21483,4150,1,1,1,8392,0,-6627.35,-3565.51,-58.5881,3.50996,300,30,0,1279,0,1,0,0,0),(21482,9525,1,1,1,7115,1,-5554.35,-2332.71,-43.7871,5.68977,300,0,0,3696,0,0,0,0,0),(21481,9525,1,1,1,10153,1,-5556.15,-2343.81,-43.9552,0.069813,300,0,0,3696,0,0,0,0,0),(21480,9525,1,1,1,10152,1,-5409.98,-2532.21,-48.1376,5.35816,300,0,0,3696,0,0,0,0,0),(21479,9525,1,1,1,7116,1,-5462.74,-2307.77,55.5127,4.70075,300,0,0,3696,0,2,0,0,0),(21478,9525,1,1,1,10152,1,-5356.74,-2487.12,-45.8921,5.39307,300,0,0,3696,0,0,0,0,0),(21477,9525,1,1,1,10152,1,-5435.18,-2466.56,89.2928,5.93412,300,0,0,3696,0,0,0,0,0),(21476,9525,1,1,1,10153,1,-5454.98,-2470.08,89.3626,2.76961,300,5,0,3696,0,1,0,0,0),(21475,9525,1,1,1,10153,1,-5448.36,-2431.97,89.8037,2.45218,300,5,0,3696,0,1,0,0,0),(21474,9525,1,1,1,7116,1,-5414.9,-2395.83,89.2145,2.86234,300,0,0,3696,0,0,0,0,0),(21473,9525,1,1,1,10152,1,-5398.8,-2404,88.9494,1.46387,300,0,0,3696,0,0,0,0,0),(21472,9525,1,1,1,10152,1,-5632.87,-2472.27,15.1277,5.92457,300,0,0,3696,0,2,0,0,0),(21471,9525,1,1,1,10152,1,-5419.21,-2432.06,89.9012,5.94157,300,3,0,3696,0,1,0,0,0),(21470,9525,1,1,1,7116,1,-5415.01,-2448.02,89.1916,4.62512,300,0,0,3696,0,0,0,0,0),(21469,9525,1,1,1,10152,1,-5435.9,-2390.82,89.1368,5.49779,300,0,0,3696,0,0,0,0,0),(21468,9525,1,1,1,10152,1,-5425.15,-2392.91,89.2324,3.9968,300,0,0,3696,0,0,0,0,0),(21467,9525,1,1,1,7116,1,-5426.09,-2455.98,89.3166,2.25148,300,0,0,3696,0,0,0,0,0),(21466,9525,1,1,1,10153,1,-5461.92,-2442.18,89.356,4.40336,300,0,0,3696,0,2,0,0,0),(21465,4147,1,1,1,12340,0,-5888.19,-3588.84,-58.625,0.003019,300,30,0,1050,0,1,0,0,0),(21464,4147,1,1,1,12340,0,-5849.22,-3979.23,-60.499,0.566879,300,3,0,1050,0,1,0,0,0),(21463,4147,1,1,1,12340,0,-5917.41,-3539.97,-58.625,2.97786,300,30,0,1050,0,1,0,0,0),(21462,4147,1,1,1,12340,0,-5952.69,-3546.07,-58.625,4.79374,300,30,0,1050,0,1,0,0,0),(21461,4147,1,1,1,12340,0,-5952.28,-3568.22,-58.625,1.44216,300,30,0,1050,0,1,0,0,0),(21460,4147,1,1,1,12340,0,-5593.49,-3624.28,-58.6245,3.89214,300,30,0,1050,0,1,0,0,0),(21459,4147,1,1,1,12340,0,-5650.98,-3679.98,-58.6637,2.0817,300,30,0,1050,0,1,0,0,0),(21458,4147,1,1,1,12340,0,-5869.82,-3847.82,-62.8042,0.332334,300,10,0,1050,0,1,0,0,0),(21457,4147,1,1,1,12340,0,-5621.07,-3780.09,-58.625,3.2449,300,30,0,1050,0,1,0,0,0),(21456,4147,1,1,1,12340,0,-5649.48,-3755.06,-58.625,0.579116,300,30,0,1050,0,1,0,0,0),(21455,4147,1,1,1,12340,0,-5710.26,-3673.45,-58.625,3.10125,300,30,0,1050,0,1,0,0,0),(21454,4147,1,1,1,12340,0,-5782.92,-3456.7,-53.6042,1.76322,300,30,0,1050,0,1,0,0,0),(21453,4147,1,1,1,12340,0,-5769.82,-3748.87,-58.7042,6.17581,300,30,0,1050,0,1,0,0,0),(21452,4147,1,1,1,12340,0,-5697.2,-3886.93,-59.7018,6.16191,300,10,0,1050,0,1,0,0,0),(21451,4147,1,1,1,12340,0,-5714.23,-3837.62,-59.6681,4.8891,300,3,0,1050,0,1,0,0,0),(21450,4147,1,1,1,12340,0,-5549.46,-3703.61,-58.6246,1.47022,300,30,0,1050,0,1,0,0,0),(21449,4147,1,1,1,12340,0,-5754.1,-3816.32,-60.8108,5.22928,300,30,0,1050,0,1,0,0,0),(21448,4147,1,1,1,12340,0,-5542.76,-3794.8,-58.625,1.66774,300,30,0,1050,0,1,0,0,0),(21447,4147,1,1,1,12340,0,-5517.3,-3788.4,-58.625,4.6931,300,30,0,1050,0,1,0,0,0),(21446,4147,1,1,1,12340,0,-5655.58,-3817.87,-58.6358,1.4386,300,30,0,1050,0,1,0,0,0),(21445,4144,1,1,1,2307,0,-6572.29,-3619.71,-58.625,6.07283,300,5,0,1163,0,1,0,0,0),(21444,4144,1,1,1,2307,0,-6366.6,-4166.17,-58.7366,-2.279,300,0,0,1163,0,0,0,0,0),(21443,4144,1,1,1,2307,0,-6444.86,-4140.29,-58.4345,5.38358,300,10,0,1163,0,1,0,0,0),(21442,4144,1,1,1,2307,0,-6583.85,-4028.09,-58.625,1.65415,300,10,0,1163,0,1,0,0,0),(21441,4144,1,1,1,2307,0,-6461.9,-4048.86,-58.7527,0.013429,300,0,0,1163,0,0,0,0,0),(21440,4144,1,1,1,2307,0,-6481.04,-3948.41,-58.625,1.07251,300,10,0,1163,0,1,0,0,0),(21439,4143,1,1,1,2308,0,-6153.82,-4115.98,-58.625,3.37545,300,30,0,1279,0,1,0,0,0),(21438,4143,1,1,1,2308,0,-6117.26,-4283.54,-58.6667,3.78736,300,0,0,1279,0,0,0,0,0),(21437,4143,1,1,1,2308,0,-6278.25,-3605.53,-58.625,4.9486,300,30,0,1279,0,1,0,0,0),(21436,4143,1,1,1,2308,0,-6254,-3523.1,-58.625,5.38063,300,30,0,1279,0,1,0,0,0),(21435,4143,1,1,1,2308,0,-6148.28,-4272.51,-58.625,1.69655,300,30,0,1279,0,1,0,0,0),(21434,4143,1,1,1,2308,0,-6048.34,-4282.64,-58.625,6.24611,300,30,0,1279,0,1,0,0,0),(21433,4143,1,1,1,2308,0,-6219.46,-3535,-58.625,1.39811,300,30,0,1279,0,1,0,0,0),(21432,4143,1,1,1,2308,0,-6045.45,-3829.71,-58.6251,4.47496,300,30,0,1279,0,1,0,0,0),(21431,4143,1,1,1,2308,0,-5973.26,-3818.85,-58.6444,3.63336,300,30,0,1279,0,1,0,0,0),(21430,4143,1,1,1,2308,0,-5672.87,-4217.47,-58.3154,6.22845,300,30,0,1279,0,1,0,0,0),(21429,4143,1,1,1,2308,0,-5481.73,-3910.86,-58.625,1.65393,300,30,0,1279,0,1,0,0,0),(21428,4143,1,1,1,2308,0,-5682.86,-4114.1,-59.1041,5.41766,300,3,0,1279,0,1,0,0,0),(21427,4143,1,1,1,2308,0,-6020.12,-4082.64,-58.625,0.075527,300,30,0,1279,0,1,0,0,0),(21426,4143,1,1,1,2308,0,-5581.71,-4072.42,-58.625,6.11577,300,10,0,1279,0,1,0,0,0),(21425,4143,1,1,1,2308,0,-5943.94,-4126.4,-58.625,5.62687,300,30,0,1279,0,1,0,0,0),(21424,4143,1,1,1,2308,0,-5758.17,-4276.7,-58.625,6.25847,300,30,0,1279,0,1,0,0,0),(21423,4143,1,1,1,2308,0,-5624.34,-4015.79,-58.9155,2.72174,300,30,0,1279,0,1,0,0,0),(21422,4143,1,1,1,2308,0,-5535.38,-4023.75,-58.625,5.55839,300,10,0,1279,0,1,0,0,0),(21421,4143,1,1,1,2308,0,-5756.33,-4215.79,-58.7031,0.013346,300,10,0,1279,0,1,0,0,0),(21420,4143,1,1,1,2308,0,-5910.32,-3949.22,-58.5466,5.86675,300,30,0,1279,0,1,0,0,0),(21419,4143,1,1,1,2308,0,-5920.08,-4147.33,-58.6295,5.42252,300,30,0,1279,0,1,0,0,0),(21418,4143,1,1,1,2308,0,-5555.72,-4053.26,-58.625,3.33973,300,10,0,1279,0,1,0,0,0),(21417,4143,1,1,1,2308,0,-5552.82,-4079.81,-58.625,0.03799,300,10,0,1279,0,1,0,0,0),(21416,4143,1,1,1,2308,0,-5574.23,-4044.19,-58.625,3.8828,300,10,0,1279,0,1,0,0,0),(21415,4143,1,1,1,2308,0,-5545.35,-3905.37,-58.625,2.14795,300,30,0,1279,0,1,0,0,0),(21414,4143,1,1,1,2308,0,-6288.14,-4316.73,-58.625,3.17411,300,10,0,1279,0,1,0,0,0),(21413,4143,1,1,1,2308,0,-5854.74,-4163.69,-58.625,4.37468,300,30,0,1279,0,1,0,0,0),(21412,4143,1,1,1,2308,0,-5748.23,-4119.43,-58.625,5.5688,300,30,0,1279,0,1,0,0,0),(21411,4143,1,1,1,2308,0,-6082.45,-3875.72,-59.8436,4.72177,300,3,0,1279,0,1,0,0,0),(21410,4142,1,1,1,5052,0,-5583.76,-3549.9,-58.2651,1.02974,300,30,0,1050,0,1,0,0,0),(21409,4142,1,1,1,5052,0,-5935.97,-3482.09,-58.4073,0.925342,300,30,0,1050,0,1,0,0,0),(21408,4142,1,1,1,5052,0,-5752.17,-3719,-58.7283,0.131074,300,30,0,1050,0,1,0,0,0),(21407,4142,1,1,1,5052,0,-5980.37,-3630.28,-58.625,5.03635,300,30,0,1050,0,1,0,0,0),(21406,4142,1,1,1,5052,0,-5891.62,-3478.22,-57.5668,1.77744,300,30,0,1050,0,1,0,0,0),(21405,4142,1,1,1,5052,0,-5817.12,-3711.43,-58.625,1.70082,300,30,0,1050,0,1,0,0,0),(21404,4142,1,1,1,5052,0,-5603.24,-3647.48,-58.625,0.150592,300,30,0,1050,0,1,0,0,0),(21403,4142,1,1,1,5052,0,-5847.58,-3553.52,-58.625,3.23608,300,30,0,1050,0,1,0,0,0),(21402,4142,1,1,1,5052,0,-5619.88,-3719.78,-58.625,3.81255,300,30,0,1050,0,1,0,0,0),(21401,4142,1,1,1,5052,0,-5678.31,-3632.19,-58.7306,5.1021,300,30,0,1050,0,1,0,0,0),(21400,4142,1,1,1,5052,0,-5817.76,-3749.99,-58.6656,6.28053,300,30,0,1050,0,1,0,0,0),(21399,4142,1,1,1,5052,0,-5685.8,-3786.35,-58.7144,4.60739,300,3,0,1050,0,1,0,0,0),(21398,4142,1,1,1,5052,0,-5585.94,-4052.56,-58.625,0.799217,300,10,0,1050,0,1,0,0,0),(21397,4142,1,1,1,5052,0,-5617.3,-4121.8,-58.6488,1.19774,300,30,0,1050,0,1,0,0,0),(21396,4142,1,1,1,5052,0,-5573.37,-4091.09,-58.625,3.40936,300,30,0,1050,0,1,0,0,0),(21395,4142,1,1,1,5052,0,-5549.77,-4113.55,-58.625,0.958421,300,30,0,1050,0,1,0,0,0),(21394,4142,1,1,1,5052,0,-5576.52,-4018.16,-58.625,6.03127,300,10,0,1050,0,1,0,0,0),(21393,4142,1,1,1,5052,0,-5560.42,-3809.1,-58.625,2.78607,300,30,0,1050,0,1,0,0,0),(21392,4142,1,1,1,5052,0,-5548.36,-3846.63,-58.625,0.911023,300,30,0,1050,0,1,0,0,0),(21391,4142,1,1,1,5052,0,-5525.57,-3737.26,-58.6168,1.53601,300,30,0,1050,0,1,0,0,0),(21390,4142,1,1,1,5052,0,-5561.57,-4070.85,-58.625,1.931,300,10,0,1050,0,1,0,0,0),(21389,4142,1,1,1,5052,0,-5511.9,-4011.74,-58.5394,1.0342,300,10,0,1050,0,1,0,0,0),(21388,5933,1,1,1,9418,0,-5065.41,-1433.43,-52.0541,2.29257,7200,0,1,1308,0,2,0,0,0),(21387,4140,1,1,1,3247,0,-6127.23,-3594.39,-58.625,3.94755,300,3,0,1107,0,1,0,0,0),(21386,4140,1,1,1,3247,0,-5652.12,-3617.12,-58.625,3.05745,300,30,0,1107,0,1,0,0,0),(21385,4140,1,1,1,3247,0,-6115.1,-3604.69,-58.625,3.70074,300,3,0,1107,0,1,0,0,0),(21384,4140,1,1,1,3247,0,-5987.27,-3528.91,-58.4318,4.88374,300,30,0,1107,0,1,0,0,0),(21383,4140,1,1,1,3247,0,-5756.63,-3685.85,-58.625,3.71674,300,30,0,1107,0,1,0,0,0),(21382,4140,1,1,1,3247,0,-6023.57,-3675.63,-58.6525,-1.86187,300,0,0,1107,0,0,0,0,0),(21381,4140,1,1,1,3247,0,-5816.47,-3519.22,-58.3771,1.54289,300,30,0,1107,0,1,0,0,0),(21380,4140,1,1,1,3247,0,-5586.79,-3684.43,-58.625,3.63696,300,30,0,1107,0,1,0,0,0),(21379,4140,1,1,1,3247,0,-5643.82,-3568.38,-58.625,4.86844,300,30,0,1107,0,1,0,0,0),(21378,4140,1,1,1,3247,0,-5717.04,-3615.37,-58.625,2.1464,300,30,0,1107,0,1,0,0,0),(21377,4140,1,1,1,3247,0,-5883.09,-3483.01,-57.1943,3.14579,300,30,0,1107,0,1,0,0,0),(21376,4140,1,1,1,3247,0,-5591.04,-3582.23,-58.6238,0.044518,300,30,0,1107,0,1,0,0,0),(21375,4140,1,1,1,3247,0,-5952.62,-3819.6,-59.6732,5.52608,300,30,0,1107,0,1,0,0,0),(21374,4140,1,1,1,3247,0,-5680.22,-3751.62,-58.625,5.47386,300,30,0,1107,0,1,0,0,0),(21373,4140,1,1,1,3247,0,-5712.18,-3740.75,-58.778,2.87054,300,30,0,1107,0,1,0,0,0),(21372,4140,1,1,1,3247,0,-6103.55,-3570.5,-58.625,5.82444,300,3,0,1107,0,1,0,0,0),(21371,4140,1,1,1,3247,0,-5954.59,-3754.07,-58.625,3.85016,300,30,0,1107,0,1,0,0,0),(21370,4140,1,1,1,3247,0,-5981.6,-3949.51,-58.625,5.59461,300,30,0,1107,0,1,0,0,0),(21369,4140,1,1,1,3247,0,-5929.3,-3882.36,-58.9023,5.93675,300,30,0,1107,0,1,0,0,0),(21368,4140,1,1,1,3247,0,-5764.36,-4234.87,-58.625,0.802698,300,30,0,1107,0,1,0,0,0),(21367,4140,1,1,1,3247,0,-5961.46,-3878.12,-58.6413,0.083678,300,30,0,1107,0,1,0,0,0),(21366,4140,1,1,1,3247,0,-5582.41,-3783.3,-58.625,4.44982,300,30,0,1107,0,1,0,0,0),(21365,4140,1,1,1,3247,0,-5660.59,-4242.63,-58.603,3.25788,300,10,0,1107,0,1,0,0,0),(21364,4140,1,1,1,3247,0,-5484.79,-3847.36,-58.625,2.5638,300,30,0,1107,0,1,0,0,0),(21363,4140,1,1,1,3247,0,-5631.07,-3867.47,-58.6802,5.25434,300,30,0,1107,0,1,0,0,0),(21362,4140,1,1,1,3247,0,-5515.06,-3880.51,-58.625,0.86502,300,30,0,1107,0,1,0,0,0),(21361,4140,1,1,1,3247,0,-5582.25,-3884.79,-58.625,5.72805,300,30,0,1107,0,1,0,0,0),(21360,4140,1,1,1,3247,0,-5482.13,-3780.32,-58.6299,1.06754,300,30,0,1107,0,1,0,0,0),(21359,4140,1,1,1,3247,0,-5705.77,-4080.55,-58.625,1.50621,300,30,0,1107,0,1,0,0,0),(21358,4140,1,1,1,3247,0,-5814.8,-4114.21,-58.625,3.0468,300,30,0,1107,0,1,0,0,0),(21357,4140,1,1,1,3247,0,-5913.47,-4078.97,-58.625,4.5161,300,30,0,1107,0,1,0,0,0),(21356,4140,1,1,1,3247,0,-5768.65,-4151.3,-58.6313,5.93296,300,30,0,1107,0,1,0,0,0),(21355,4140,1,1,1,3247,0,-5993.42,-4071.25,-58.625,0.48122,300,3,0,1107,0,1,0,0,0),(21354,4139,1,1,1,2491,0,-6346.55,-3647.94,-58.6249,0.447525,300,30,0,1221,0,1,0,0,0),(21353,4139,1,1,1,2491,0,-6084.71,-4118.42,-58.625,4.34768,300,30,0,1221,0,1,0,0,0),(21352,4139,1,1,1,2491,0,-6115.87,-4088.83,-58.625,5.45826,300,30,0,1221,0,1,0,0,0),(21351,4139,1,1,1,2491,0,-6156.95,-3578.57,-58.625,5.55563,300,30,0,1221,0,1,0,0,0),(21350,4139,1,1,1,2491,0,-6106.42,-3593.79,-58.625,4.43821,300,3,0,1221,0,1,0,0,0),(21349,4139,1,1,1,2491,0,-6287.86,-3513.21,-58.5613,1.41978,300,30,0,1221,0,1,0,0,0),(21348,4139,1,1,1,2491,0,-6118.01,-3551.9,-58.625,5.33454,300,30,0,1221,0,1,0,0,0),(21347,4139,1,1,1,2491,0,-6305.4,-4074.59,-58.625,1.21792,300,30,0,1221,0,1,0,0,0),(21346,4139,1,1,1,2491,0,-6218.02,-3548.8,-58.625,5.13655,300,30,0,1221,0,1,0,0,0),(21345,4139,1,1,1,2491,0,-6319.11,-4181.02,-58.655,5.50131,300,30,0,1221,0,1,0,0,0),(21344,4139,1,1,1,2491,0,-5991.11,-4314.71,-58.625,4.5898,300,30,0,1221,0,1,0,0,0),(21343,4139,1,1,1,2491,0,-6599.85,-3666.86,-58.6273,3.93757,300,30,0,1221,0,1,0,0,0),(21342,4139,1,1,1,2491,0,-6017.44,-4263.6,-58.625,4.68002,300,30,0,1221,0,1,0,0,0),(21341,4139,1,1,1,2491,0,-6542.26,-4063.79,-58.625,1.56782,300,30,0,1221,0,1,0,0,0),(21340,4139,1,1,1,2491,0,-6513.79,-4014.83,-58.625,1.94533,300,30,0,1221,0,1,0,0,0),(21339,4139,1,1,1,2491,0,-5977.92,-4242.42,-58.625,1.29291,300,0,0,1221,0,0,0,0,0),(21338,5419,1,1,1,141,0,-6914.83,-3878.09,26.1766,1.50389,300,5,0,1981,0,1,0,0,0),(21337,10539,1,1,1,10132,1,-5441.8,-2397.47,89.3227,3.85718,300,0,0,1003,0,0,0,0,0),(21336,10537,1,1,1,9899,1,-5454.95,-2442.79,90.0237,2.68621,300,0,0,3398,0,0,0,0,0),(21335,4133,1,1,1,11097,0,-6356.04,-3490.95,-58.6082,1.03041,300,5,0,1221,0,1,0,0,0),(21334,4133,1,1,1,11097,0,-6386.35,-3548.03,-58.625,1.77549,300,10,0,1221,0,1,0,0,0),(21333,4133,1,1,1,11097,0,-6385.76,-3383.98,-57.6744,3.30903,300,10,0,1221,0,1,0,0,0),(21332,4133,1,1,1,11097,0,-6488.73,-3428.48,-69.9865,4.29027,300,5,0,1221,0,1,0,0,0),(21331,4133,1,1,1,11097,0,-6482.47,-3455.7,-58.7846,3.1322,300,5,0,1221,0,1,0,0,0),(21330,4133,1,1,1,11097,0,-6509.77,-3305.15,-94.1583,1.12336,300,3,0,1221,0,1,0,0,0),(21329,4133,1,1,1,11097,0,-6494.08,-3381.42,-84.4587,1.66075,300,5,0,1221,0,1,0,0,0),(21328,4133,1,1,1,11097,0,-6488.67,-3557.23,-58.6596,3.57267,300,3,0,1221,0,1,0,0,0),(21327,4133,1,1,1,11097,0,-6496.03,-3325.49,-95.8035,2.63545,300,3,0,1221,0,1,0,0,0),(21326,4133,1,1,1,11097,0,-6495.78,-3514.64,-70.006,2.96284,300,3,0,1221,0,1,0,0,0),(21325,4133,1,1,1,11097,0,-6488.36,-3323.74,-94.8076,3.46016,300,5,0,1221,0,1,0,0,0),(21324,4133,1,1,1,11097,0,-6485.84,-3254.02,-113.549,0.814107,300,3,0,1221,0,1,0,0,0),(21323,4133,1,1,1,11097,0,-6462.86,-3297.58,-104.92,1.41244,300,3,0,1221,0,1,0,0,0),(21322,4133,1,1,1,11097,0,-6432.13,-3541.44,-67.5868,4.32572,300,5,0,1221,0,1,0,0,0),(21321,4133,1,1,1,11097,0,-6451.85,-3556.34,-58.6628,3.47046,300,3,0,1221,0,1,0,0,0),(21320,4133,1,1,1,11097,0,-6520.36,-3551.58,-58.6467,5.86848,300,10,0,1221,0,1,0,0,0),(21319,4133,1,1,1,11097,0,-6354.1,-3453.71,-58.7595,1.3919,300,5,0,1221,0,1,0,0,0),(21318,4133,1,1,1,11097,0,-6491.48,-3245.93,-112.497,6.10384,300,3,0,1221,0,1,0,0,0),(21317,4133,1,1,1,11097,0,-6472.31,-3243.75,-113.38,5.96223,300,3,0,1221,0,1,0,0,0),(21316,4133,1,1,1,11097,0,-6557.67,-3522.48,-58.6365,4.46661,300,3,0,1221,0,1,0,0,0),(21315,4133,1,1,1,11097,0,-6521.07,-3514.02,-58.8412,3.42823,300,3,0,1221,0,1,0,0,0),(21314,4133,1,1,1,11097,0,-6484.09,-3229.87,-112.36,3.42467,300,3,0,1221,0,1,0,0,0),(21313,4133,1,1,1,11097,0,-6405.55,-3470.63,-76.195,1.92339,300,5,0,1221,0,1,0,0,0),(21312,4133,1,1,1,11097,0,-6507.93,-3487.51,-69.9997,1.06776,300,3,0,1221,0,1,0,0,0),(21311,4133,1,1,1,11097,0,-6488.81,-3510.08,-70.006,2.01468,300,0,0,1221,0,2,0,0,0),(21310,4133,1,1,1,11097,0,-6527.3,-3465.14,-74.3752,2.50863,300,5,0,1221,0,1,0,0,0),(21309,4133,1,1,1,11097,0,-6442.95,-3514.59,-70.0153,6.07695,300,5,0,1221,0,1,0,0,0),(21308,4133,1,1,1,11097,0,-6485.8,-3464.24,-58.6596,0.394567,300,5,0,1221,0,1,0,0,0),(21307,4133,1,1,1,11097,0,-6470.31,-3485.73,-70.0263,6.02205,300,5,0,1221,0,1,0,0,0),(21306,4133,1,1,1,11097,0,-6579.56,-3474.49,-58.6817,1.61671,300,3,0,1221,0,1,0,0,0),(21305,4133,1,1,1,11097,0,-6591.26,-3492,-58.6817,4.23233,300,3,0,1221,0,1,0,0,0),(21304,4133,1,1,1,11097,0,-6444.21,-3485.11,-58.6596,0.037841,300,3,0,1221,0,1,0,0,0),(21303,4133,1,1,1,11097,0,-6557.09,-3419.15,-57.755,3.80934,300,5,0,1221,0,1,0,0,0),(21302,4132,1,1,1,11099,0,-6381.53,-3442.09,-79.1625,1.38366,7200,0,0,1469,0,0,0,0,0),(1975914,30422,571,1,4,0,0,7138.08,-2036.25,771.858,2.03839,300,0,0,12175,0,0,0,0,0),(21300,4130,1,1,1,11144,0,-6410.85,-3589.94,-58.6249,5.52473,300,5,0,1163,0,1,0,0,0),(21299,4130,1,1,1,11144,0,-6386.16,-3509.23,-58.6995,6.07198,300,3,0,1163,0,1,0,0,0),(21298,4130,1,1,1,11144,0,-6353.74,-3414.08,-57.2315,5.70083,300,10,0,1163,0,1,0,0,0),(21297,4130,1,1,1,11144,0,-6416.29,-3413.19,-57.9999,0.415795,300,5,0,1163,0,1,0,0,0),(21296,4130,1,1,1,11144,0,-6489.54,-3590.52,-58.6249,2.94307,300,10,0,1163,0,1,0,0,0),(21295,12576,1,1,1,12943,1,-4602.11,-1835.37,86.1941,5.13127,300,0,0,713,0,0,0,0,0),(21294,4126,1,1,1,1043,0,-4697.92,-1910.16,-40.2013,1.23839,300,5,0,787,0,1,0,0,0),(21293,4126,1,1,1,1043,0,-5503.26,-2268.35,-56.6,4.3635,300,5,0,787,0,1,0,0,0),(21292,4126,1,1,1,1043,0,-5689.31,-2255.74,-55.4368,0.900497,300,15,0,787,0,1,0,0,0),(21291,4126,1,1,1,1043,0,-5704.08,-2376.62,-55.3007,1.33008,300,15,0,787,0,1,0,0,0),(21290,4126,1,1,1,1043,0,-5688.03,-2444.81,-53.4049,1.55517,300,2,0,787,0,1,0,0,0),(21289,4126,1,1,1,1043,0,-5168.51,-2054.09,-48.6822,2.89093,300,5,0,787,0,1,0,0,0),(21288,4126,1,1,1,1043,0,-5482.23,-2210.68,-54.5873,1.00227,300,5,0,787,0,1,0,0,0),(21287,4126,1,1,1,1043,0,-4742.45,-1976.96,-49.8993,4.00439,300,5,0,787,0,1,0,0,0),(21286,4126,1,1,1,1043,0,-4968.28,-1887.07,-42.2246,4.80623,300,5,0,787,0,1,0,0,0),(21285,4126,1,1,1,1043,0,-4886.66,-1888.71,-52.0007,0.566879,300,5,0,787,0,1,0,0,0),(21284,4126,1,1,1,1043,0,-4852.81,-1918.83,-48.5712,2.46582,300,5,0,787,0,1,0,0,0),(21283,4126,1,1,1,1043,0,-5389.19,-2681.21,-41.8897,0.603145,300,5,0,787,0,1,0,0,0),(21282,4126,1,1,1,1043,0,-5339.03,-2603.95,-42.9346,4.07943,300,3,0,787,0,1,0,0,0),(21281,4126,1,1,1,1043,0,-5347.22,-2647.53,-45.2045,0.086061,300,10,0,787,0,1,0,0,0),(21280,4126,1,1,1,1043,0,-4791.75,-1962.36,-54.3211,5.8606,300,5,0,787,0,1,0,0,0),(21279,4126,1,1,1,1043,0,-5613.78,-2197.99,-59.4139,0.109579,300,15,0,787,0,1,0,0,0),(21278,4126,1,1,1,1043,0,-5704.41,-2535.65,-52.4699,5.27619,300,10,0,787,0,1,0,0,0),(21277,4126,1,1,1,1043,0,-5716.17,-2479.55,-54.8325,1.19029,300,5,0,787,0,1,0,0,0),(21276,4126,1,1,1,1043,0,-5730.11,-2425.12,-55.0809,5.75728,300,10,0,787,0,1,0,0,0),(21275,4126,1,1,1,1043,0,-5430.04,-2693.62,-38.5499,6.17103,300,10,0,787,0,1,0,0,0),(21274,4126,1,1,1,1043,0,-4904.82,-2024.52,-11.3519,6.26952,300,5,0,787,0,1,0,0,0),(21273,4124,1,1,1,1056,0,-5194.71,-1379.88,-52.3558,1.91337,300,5,0,840,0,1,0,0,0),(21272,4124,1,1,1,1056,0,-5222.18,-1523.25,-51.6887,4.74698,300,5,0,840,0,1,0,0,0),(21271,4124,1,1,1,1056,0,-5343.92,-2815.69,-52.0333,3.1455,300,5,0,840,0,1,0,0,0),(21270,4124,1,1,1,1056,0,-5044.18,-1396.97,-50.1904,3.83433,300,10,0,840,0,1,0,0,0),(21269,4124,1,1,1,1056,0,-4922.49,-1099.28,-51.9827,4.03493,300,5,0,840,0,1,0,0,0),(21268,4124,1,1,1,1056,0,-5116.86,-1315.64,-49.8914,0.672843,300,15,0,840,0,1,0,0,0),(21267,4124,1,1,1,1056,0,-5721.71,-3232.89,-41.3559,0.440051,300,3,0,840,0,1,0,0,0),(21266,4124,1,1,1,1056,0,-5081.17,-1417.08,-51.9366,1.34429,300,15,0,840,0,1,0,0,0),(21265,4124,1,1,1,1056,0,-4997.68,-1134.89,-50.8417,0.595907,300,5,0,840,0,1,0,0,0),(21264,4124,1,1,1,1056,0,-5767.77,-3288.08,-26.74,0.190504,300,5,0,840,0,1,0,0,0),(21263,4124,1,1,1,1056,0,-5691.02,-3056.86,-45.8515,1.33933,300,3,0,840,0,1,0,0,0),(21262,4124,1,1,1,1056,0,-5793.41,-3367.74,-45.6168,5.83003,300,15,0,840,0,1,0,0,0),(21261,4124,1,1,1,1056,0,-5462.52,-3020.73,-47.788,5.13845,300,10,0,840,0,1,0,0,0),(21260,4124,1,1,1,1056,0,-5262.67,-2675.38,-42.6787,5.7907,300,5,0,840,0,1,0,0,0),(21259,4124,1,1,1,1056,0,-5729.76,-3145.24,-35.5774,4.654,300,5,0,840,0,1,0,0,0),(21258,4124,1,1,1,1056,0,-4749.74,-1053.13,-56.9922,0.975752,300,5,0,840,0,1,0,0,0),(21257,4124,1,1,1,1056,0,-5489.41,-3029.92,-46.3911,0.37724,300,10,0,840,0,1,0,0,0),(21256,4124,1,1,1,1056,0,-5603.38,-2575.9,-53.9361,3.75483,300,5,0,840,0,1,0,0,0),(21255,4124,1,1,1,1056,0,-5355.17,-1797.76,-51.3994,4.07163,300,10,0,840,0,1,0,0,0),(21254,4124,1,1,1,1056,0,-4746.94,-1083.62,-52.2976,0.664982,300,5,0,840,0,1,0,0,0),(21253,4124,1,1,1,1056,0,-5447.08,-2143.17,-56.1122,2.66666,300,5,0,840,0,1,0,0,0),(21252,4124,1,1,1,1056,0,-4839.8,-1534.3,-47.6448,0.891757,300,5,0,840,0,1,0,0,0),(21251,4124,1,1,1,1056,0,-4800.04,-1571.32,-50.4831,6.2578,300,10,0,840,0,1,0,0,0),(21250,4124,1,1,1,1056,0,-4446.6,-924.196,-55.8368,4.13516,300,15,0,840,0,1,0,0,0),(21249,4124,1,1,1,1056,0,-5223.6,-1662.88,-52.5119,5.88855,300,5,0,840,0,1,0,0,0),(21248,4124,1,1,1,1056,0,-5554.26,-1931.93,-59.4655,1.70993,300,10,0,840,0,1,0,0,0),(21247,4124,1,1,1,1056,0,-5722.22,-3405.77,-43.7438,1.67843,300,10,0,840,0,1,0,0,0),(21246,4124,1,1,1,1056,0,-5418.58,-3252.31,-34.0566,3.79066,300,10,0,840,0,1,0,0,0),(21245,4124,1,1,1,1056,0,-4454.72,-1126.7,-49.6217,1.86412,300,5,0,840,0,1,0,0,0),(21244,4124,1,1,1,1056,0,-4540.05,-1090.7,-48.8116,2.85121,300,5,0,840,0,1,0,0,0),(21243,4124,1,1,1,1056,0,-5367.37,-2028.78,-59.6204,0.055031,300,5,0,840,0,1,0,0,0),(21242,4124,1,1,1,1056,0,-5341.63,-2036.46,-60.6802,0.692738,300,10,0,840,0,1,0,0,0),(21241,4124,1,1,1,1056,0,-5597.98,-3284.3,-40.4927,3.67394,300,5,0,840,0,1,0,0,0),(21240,4124,1,1,1,1056,0,-4222.91,-910.396,-49.586,6.19822,300,5,0,840,0,1,0,0,0),(21239,4124,1,1,1,1056,0,-5590.43,-2978.51,-45.5824,2.93839,300,5,0,840,0,1,0,0,0),(21238,4124,1,1,1,1056,0,-5388.68,-3247.72,-37.3728,2.15966,300,10,0,840,0,1,0,0,0),(21237,4124,1,1,1,1056,0,-5325.56,-3088.03,-49.0393,3.01821,300,10,0,840,0,1,0,0,0),(21236,4124,1,1,1,1056,0,-5332.68,-3141.96,-42.0054,4.98532,300,10,0,840,0,1,0,0,0),(21235,4124,1,1,1,1056,0,-5355.03,-3250.66,-44.4434,2.88904,300,10,0,840,0,1,0,0,0),(21234,4124,1,1,1,1056,0,-4358.08,-969.626,-53.8193,0.271051,300,5,0,840,0,1,0,0,0),(21233,4124,1,1,1,1056,0,-5388.39,-3059.14,-27.4827,4.93364,300,2,0,840,0,1,0,0,0),(21232,17178,1,1,1,1097,0,-4922.71,-1379.22,-52.529,5.25344,300,0,0,853,0,0,0,0,0),(21231,4120,1,1,1,9587,0,-4382.23,-821.762,-54.6032,0.347342,300,5,0,896,0,1,0,0,0),(21230,4120,1,1,1,9587,0,-4479.97,-958.056,-54.3864,5.66176,300,0,0,896,0,2,0,0,0),(21229,4120,1,1,1,9587,0,-5760.06,-3408.21,-46.8108,2.66249,300,15,0,896,0,1,0,0,0),(21228,4120,1,1,1,9587,0,-4364.73,-978.047,-55.472,3.2334,300,5,0,896,0,1,0,0,0),(21227,4120,1,1,1,9587,0,-4758.33,-1025,-58.624,1.06407,300,15,0,896,0,1,0,0,0),(21226,4120,1,1,1,9587,0,-5785.24,-3303.25,-23.6892,1.98395,300,0,0,896,0,2,0,0,0),(21225,4120,1,1,1,9587,0,-5730.56,-3223.71,-41.7148,5.75314,300,15,0,896,0,1,0,0,0),(21224,4120,1,1,1,9587,0,-5702.9,-3096.31,-43.9695,3.59499,300,5,0,896,0,1,0,0,0),(21223,4120,1,1,1,9587,0,-4623.6,-917.301,-57.9033,4.98705,300,0,0,896,0,2,0,0,0),(21222,4120,1,1,1,9587,0,-4717.68,-1015.76,-42.9831,4.96669,300,5,0,896,0,1,0,0,0),(21221,4120,1,1,1,9587,0,-4444.5,-887.074,-55.8225,5.77176,300,15,0,896,0,1,0,0,0),(21220,4120,1,1,1,9587,0,-5458.12,-3327.79,-35.09,4.61762,300,10,0,896,0,1,0,0,0),(21219,4120,1,1,1,9587,0,-4380.71,-1018.51,-55.2554,3.44189,300,5,0,896,0,1,0,0,0),(21218,4120,1,1,1,9587,0,-5390.57,-3265.64,-39.051,1.40019,300,0,0,896,0,2,0,0,0),(21217,4119,1,1,1,2703,0,-5342.27,-2908.33,-58.9377,4.30108,300,10,0,724,732,1,0,0,0),(21216,4119,1,1,1,2703,0,-5311.56,-2880.44,-58.8013,1.13334,300,10,0,724,732,1,0,0,0),(21215,4119,1,1,1,2703,0,-5042.55,-1205.16,-54.481,4.69814,300,10,0,724,732,1,0,0,0),(21214,4119,1,1,1,2703,0,-4933.8,-1257.96,-48.2715,4.02427,300,5,0,724,732,1,0,0,0),(21213,4119,1,1,1,2703,0,-5116.58,-1287.38,-49.5069,3.27795,300,10,0,724,732,1,0,0,0),(21212,4119,1,1,1,2703,0,-4897.95,-1092.7,-56.9506,3.22571,300,10,0,724,732,1,0,0,0),(21211,4119,1,1,1,2703,0,-5394.55,-2834.98,-44.6144,6.13603,300,5,0,724,732,1,0,0,0),(21210,4119,1,1,1,2703,0,-5431.74,-2951.76,-51.7474,0.741228,300,10,0,724,732,1,0,0,0),(21209,4119,1,1,1,2703,0,-5428.28,-2909.26,-55.711,4.48163,300,10,0,724,732,1,0,0,0),(21208,4119,1,1,1,2703,0,-5399.03,-2907.16,-55.9345,5.77058,300,10,0,724,732,1,0,0,0),(21207,4119,1,1,1,2703,0,-5377.82,-2819.16,-45.3326,0.695584,300,5,0,724,732,1,0,0,0),(21206,4119,1,1,1,2703,0,-5413.04,-2895.83,-56.3469,5.55048,300,10,0,724,732,1,0,0,0),(21205,4119,1,1,1,2703,0,-5480.07,-3034.12,-43.6682,4.72606,300,10,0,724,732,1,0,0,0),(21204,4119,1,1,1,2703,0,-5423.9,-2910.39,-56.2333,0.204452,300,10,0,724,732,1,0,0,0),(21203,4119,1,1,1,2703,0,-5469.51,-2899.57,-47.9737,2.93726,300,0,0,724,732,0,0,0,0),(21202,4119,1,1,1,2703,0,-5362.13,-2850.59,-55.6609,2.64037,300,0,0,724,732,2,0,0,0),(21201,4119,1,1,1,2703,0,-5489.88,-2876.3,-49.8344,1.87648,300,5,0,724,732,1,0,0,0),(21200,4119,1,1,1,2703,0,-5255.83,-2704.51,-39.8091,1.75767,300,0,0,724,732,2,0,0,0),(21199,4119,1,1,1,2703,0,-5422.28,-2869.62,-49.809,6.26756,300,5,0,724,732,1,0,0,0),(21198,4119,1,1,1,2703,0,-5328.3,-3056.78,-47.5919,2.4516,300,10,0,724,732,1,0,0,0),(21197,4118,1,1,1,10991,0,-5582.4,-2749.03,-45.0217,3.90207,300,0,0,787,0,0,0,0,0),(21196,4118,1,1,1,10991,0,-5618.66,-2684.1,-49.8734,0.363259,300,5,0,787,0,1,0,0,0),(21195,4118,1,1,1,10991,0,-4662.75,-1430.39,-50.4262,0.968704,300,15,0,787,0,1,0,0,0),(21194,4118,1,1,1,10991,0,-5084.82,-1371.6,-49.3823,4.93509,300,10,0,787,0,1,0,0,0),(21193,4118,1,1,1,10991,0,-5518.68,-1892.84,-58.4341,1.91604,300,15,0,787,0,1,0,0,0),(21192,4118,1,1,1,10991,0,-5551.05,-2096,-55.722,3.2296,300,5,0,787,0,1,0,0,0),(21191,4118,1,1,1,10991,0,-5563.71,-1969.96,-61.1704,1.08319,300,15,0,787,0,1,0,0,0),(21190,4118,1,1,1,10991,0,-4790.17,-1723.81,-41.1732,4.9208,300,5,0,787,0,1,0,0,0),(21189,4118,1,1,1,10991,0,-4717.73,-1595.01,-29.9397,3.32022,300,5,0,787,0,1,0,0,0),(21188,4118,1,1,1,10991,0,-5544.59,-2083.32,-56.0514,1.1865,300,5,0,787,0,1,0,0,0),(21187,9238,1,1,1,8449,1,-6158.57,-3880.56,-58.8291,4.15388,300,0,0,1410,1283,0,0,0,0),(21186,4118,1,1,1,10991,0,-5590.12,-2050.31,-64.7093,2.01747,300,15,0,787,0,1,0,0,0),(21185,4118,1,1,1,10991,0,-5205.76,-1666.23,-58.0116,0.444301,300,5,0,787,0,1,0,0,0),(21184,4630,1,1,1,7199,1,-6192.6,-3961.18,-58.6667,3.4383,300,0,0,1003,0,0,0,0,0),(21183,4117,1,1,1,2705,0,-5439.63,-2215.43,-58.818,3.37,300,15,0,640,655,1,0,0,0),(21182,4117,1,1,1,2705,0,-5675.96,-2231.36,-57.3479,3.12614,300,5,0,640,655,1,0,0,0),(21181,4117,1,1,1,2705,0,-4775.98,-1981.59,-61.1075,3.53247,300,10,0,640,655,1,0,0,0),(21180,4117,1,1,1,2705,0,-5196.1,-2064.77,-48.6477,0.425171,300,10,0,640,655,1,0,0,0),(21179,4117,1,1,1,2705,0,-5581.75,-2076.93,-65.5176,1.68302,300,15,0,640,655,1,0,0,0),(21178,4629,1,1,1,2704,1,-6253.28,-4025.25,-58.6667,0.279253,300,0,0,1003,0,0,0,0,0),(21177,4116,1,1,1,774,1,-5730.09,-3402.94,-43.1059,2.96085,300,15,0,739,2068,1,0,0,0),(21176,4116,1,1,1,774,1,-4399.04,-1000.18,-55.7919,2.45935,300,5,0,739,2068,1,0,0,0),(21175,4116,1,1,1,774,1,-4635.13,-946.347,-43.9023,2.79815,300,0,0,739,2068,0,0,0,0),(21174,4116,1,1,1,774,1,-5420.57,-3349.25,-40.5301,2.47131,300,2,0,739,2068,1,0,0,0),(21173,4116,1,1,1,774,1,-5342.38,-3251.36,-42.2835,2.78031,300,0,0,739,2068,2,0,0,0),(21172,4114,1,1,1,2299,1,-5334.12,-1524.62,-46.8005,1.0225,300,0,0,840,0,0,0,0,0),(21171,4114,1,1,1,2299,1,-5309.95,-2029.86,-59.393,3.02562,300,5,0,840,0,1,0,0,0),(21170,4114,1,1,1,2299,1,-4823.96,-1707.42,-33.5918,2.73329,300,3,0,840,0,1,0,0,0),(21169,4114,1,1,1,2299,1,-5479.46,-1791.25,-44.8223,4.19106,300,3,0,840,0,1,0,0,0),(21168,4114,1,1,1,2299,1,-5688.28,-3023.59,-37.9469,1.43791,300,3,0,840,0,1,0,0,0),(21167,5905,1,1,1,4541,1,-5217.65,-2788.99,-7.44589,3.78736,300,0,0,1536,0,0,0,0,0),(21166,4112,1,1,1,373,1,-5584.61,-2116.37,-58.9088,1.37221,300,0,0,734,0,0,0,0,0),(21165,4112,1,1,1,373,1,-4906.08,-1911.57,-47.7767,1.36624,300,5,0,734,0,1,0,0,0),(21164,4112,1,1,1,373,1,-5703.71,-2455.12,-55.9482,1.03278,300,5,0,734,0,1,0,0,0),(21163,4112,1,1,1,373,1,-4746.5,-1946.76,-51.6132,6.08847,300,5,0,734,0,1,0,0,0),(21162,4111,1,1,1,2153,1,-5081.51,-1403.63,-52.1601,2.6463,300,30,0,787,0,1,0,0,0),(21161,4111,1,1,1,2153,1,-5130.08,-1642.17,-38.5543,4.04466,300,0,0,787,0,2,0,0,0),(21160,4111,1,1,1,2153,1,-5488.3,-2128.08,-47.1749,2.9091,300,5,0,787,0,1,0,0,0),(21159,4111,1,1,1,2153,1,-4796.51,-1537.63,-46.048,3.89114,300,5,0,787,0,1,0,0,0),(21158,4111,1,1,1,2153,1,-4621.98,-1482.39,-42.946,4.1321,300,5,0,787,0,1,0,0,0),(21157,4111,1,1,1,2153,1,-5470.93,-1952.66,-52.1091,0.176709,300,0,0,787,0,2,0,0,0),(21156,4111,1,1,1,2153,1,-5570.08,-2101.45,-59.0945,0.623199,300,0,0,787,0,2,0,0,0),(21155,4111,1,1,1,2153,1,-5366.71,-1833.29,-43.7829,2.67184,300,10,0,787,0,1,0,0,0),(21154,4110,1,1,1,4585,0,-4962.94,-873.705,-5.68761,4.92765,300,0,0,1146,0,2,0,0,0),(21153,4110,1,1,1,4585,0,-4962.28,-940.819,-5.25795,0.851331,300,0,0,1146,0,0,0,0,0),(21152,4878,1,1,1,4308,1,-5456.41,-2419.88,89.5891,5.20108,300,0,0,1469,0,0,0,0,0),(21151,4109,1,1,1,2297,0,-5054.03,-973.837,-4.96283,3.0801,300,0,0,896,0,0,0,0,0),(21150,4109,1,1,1,2297,0,-5055.98,-919.185,-5.43601,5.82861,300,15,0,896,0,1,0,0,0),(21149,4109,1,1,1,2297,0,-4901.65,-952.418,-5.46838,4.54831,300,0,0,896,0,2,0,0,0),(21148,4109,1,1,1,2297,0,-5187.22,-1146.62,47.1967,2.46274,300,5,0,896,0,1,0,0,0),(21147,4109,1,1,1,2297,0,-5016.56,-955.637,-5.69139,0.878173,300,5,0,896,0,1,0,0,0),(21146,4877,1,1,1,4529,1,-5477.48,-2466.44,89.3671,1.29154,300,0,0,1536,0,0,0,0,0),(21145,4620,1,1,1,11573,0,-6193.54,-3920.8,-47.1554,0.523599,300,0,0,1342,0,0,0,0,0),(21144,4876,1,1,1,4306,1,-5476.7,-2453.51,89.3671,4.72984,300,0,0,1342,0,0,0,0,0),(21143,4107,1,1,1,2298,0,-4975.68,-838.443,-5.78874,5.78444,300,5,0,896,0,1,0,0,0),(21142,4107,1,1,1,2298,0,-5012.94,-888.237,-5.73381,5.34389,300,0,0,896,0,0,0,0,0),(21141,4107,1,1,1,2298,0,-5011.31,-842.106,-5.40228,4.57138,300,5,0,896,0,1,0,0,0),(21140,4107,1,1,1,2298,0,-5147.51,-889.999,-5.3282,5.00292,300,5,0,896,0,1,0,0,0),(21139,4107,1,1,1,2298,0,-5124.68,-1036.42,-5.50887,4.34029,300,5,0,896,0,1,0,0,0),(21138,4107,1,1,1,2298,0,-5075.54,-952.722,-4.88538,2.92123,300,5,0,896,0,1,0,0,0),(21137,4107,1,1,1,2298,0,-4958.01,-883.172,-5.82937,1.39475,300,5,0,896,0,1,0,0,0),(21136,4107,1,1,1,2298,0,-4887.97,-897.821,-4.88752,1.29767,300,5,0,896,0,1,0,0,0),(21135,4107,1,1,1,2298,0,-4941.67,-958.334,-5.49241,2.31889,300,5,0,896,0,1,0,0,0),(21134,4107,1,1,1,2298,0,-5158.33,-1112.3,47.3588,6.07277,300,5,0,896,0,1,0,0,0),(21133,4107,1,1,1,2298,0,-5183.27,-1221.41,48.3499,5.14984,300,0,0,896,0,2,0,0,0),(21132,4107,1,1,1,2298,0,-4980.21,-923.934,-4.97707,2.09616,300,15,0,896,0,1,0,0,0),(21131,4107,1,1,1,2298,0,-5074.16,-1017.81,-4.82582,2.40284,300,10,0,896,0,1,0,0,0),(21130,4107,1,1,1,2298,0,-5190.19,-1179.26,45.5069,6.05114,300,10,0,896,0,1,0,0,0),(21129,4107,1,1,1,2298,0,-5116.86,-912.638,-5.40153,5.28733,300,10,0,896,0,1,0,0,0),(21128,4107,1,1,1,2298,0,-5069.79,-1055.21,2.54778,4.82786,300,5,0,896,0,1,0,0,0),(21127,4107,1,1,1,2298,0,-5224.54,-1220.14,49.7935,2.84209,300,3,0,896,0,1,0,0,0),(21126,4875,1,1,1,4202,1,-5467.54,-2432.64,89.7824,6.00393,300,0,0,1753,0,0,0,0,0),(21125,10761,1,1,1,10236,1,-5187.59,-2159.51,94.7173,0.733038,300,0,0,981,0,0,0,0,0),(21124,10761,1,1,1,10233,1,-5136.05,-1916.99,89.2708,4.67748,300,0,0,981,0,0,0,0,0),(21123,10761,1,1,1,10234,1,-5080.54,-1869.93,84.2694,4.08407,300,0,0,981,0,0,0,0,0),(21122,10761,1,1,1,10236,1,-4740.8,-2091.88,83.7436,3.90954,300,0,0,981,0,0,0,0,0),(21121,10761,1,1,1,10234,1,-5139.71,-1951.46,89.2708,1.43117,300,0,0,981,0,0,0,0,0),(21120,10761,1,1,1,10236,1,-5111.59,-1897.97,87.8429,5.49779,300,0,0,981,0,0,0,0,0),(21119,10761,1,1,1,10235,1,-5085.05,-1970.16,88.327,2.25148,300,0,0,981,0,0,0,0,0),(21118,10761,1,1,1,10236,1,-5065.6,-1958.9,90.2779,2.54818,300,0,0,981,0,0,0,0,0),(21117,10761,1,1,1,10235,1,-5066.55,-1885.71,86.7614,3.19395,300,0,0,981,0,0,0,0,0),(21116,10760,1,1,1,10227,1,-4993.92,-2115.26,84.1659,0,300,0,0,590,1633,0,0,0,0),(21115,10760,1,1,1,10231,1,-4874.72,-1991.18,91.7827,3.23438,300,0,0,590,1633,2,0,0,0),(21114,10760,1,1,1,10227,1,-4880.87,-1989.27,91.8534,2.32129,300,0,0,590,1633,0,0,0,0),(21113,10760,1,1,1,10230,1,-4788.76,-1888.64,89.896,0.330425,300,0,0,590,1633,2,0,0,0),(21112,10760,1,1,1,10227,1,-5099.47,-1912.83,88.2051,3.56088,300,5,0,590,1633,1,0,0,0),(21111,10760,1,1,1,10231,1,-5113.52,-1950.85,88.7948,2.60206,300,5,0,590,1633,1,0,0,0),(21110,10760,1,1,1,10231,1,-5044.13,-1903.83,88.6302,1.06236,300,5,0,590,1633,1,0,0,0),(21109,10760,1,1,1,10231,1,-4753.79,-2103.01,83.2619,5.76726,300,0,0,590,1633,2,0,0,0),(21108,10760,1,1,1,10227,1,-4781.82,-2129.78,82.6689,2.94378,300,5,0,590,1633,1,0,0,0),(21107,10760,1,1,1,10230,1,-4898.39,-2078.99,83.9509,3.83142,300,5,0,590,1633,1,0,0,0),(21106,10760,1,1,1,10227,1,-4789.23,-1887,90.021,1.08531,300,5,0,590,1633,1,0,0,0),(21105,10760,1,1,1,10227,1,-4849.1,-1846.39,61.1143,6.11841,300,0,0,590,1633,2,0,0,0),(21104,10760,1,1,1,10228,1,-5053.51,-1946.17,90.8081,5.77704,300,0,0,590,1633,0,0,0,0),(21103,4104,1,1,1,10876,0,-5514.2,-1577.55,28.9427,4.14573,300,0,0,1003,0,2,0,0,0),(21102,4104,1,1,1,10876,0,-5540.93,-1591.12,28.9255,2.21267,300,0,0,1003,0,0,0,0,0),(21101,4104,1,1,1,10876,0,-5603.09,-1599.02,11.8902,5.09622,300,3,0,1003,0,1,0,0,0),(21100,4104,1,1,1,10876,0,-5495.06,-1609.19,28.7622,3.97443,300,0,0,1003,0,2,0,0,0),(21099,4104,1,1,1,10876,0,-5560.51,-1634.4,21.989,4.50728,300,3,0,1003,0,1,0,0,0),(21098,4104,1,1,1,10876,0,-5615.5,-1584.23,12.4946,3.57266,300,3,0,1003,0,1,0,0,0),(21097,10760,1,1,1,10228,1,-5084.85,-1951.15,89.1557,0.396464,300,0,0,590,1633,2,0,0,0),(21096,10760,1,1,1,10230,1,-5058.13,-1930.98,89.9334,5.21853,300,0,0,590,1633,0,0,0,0),(21095,10759,1,1,1,10239,1,-5004.62,-2124.61,83.7377,3.9619,300,0,0,684,693,0,0,0,0),(21094,10759,1,1,1,10240,1,-5000.84,-2095.42,84.2372,1.25928,300,0,0,684,693,2,0,0,0),(21093,10759,1,1,1,10238,1,-4876.99,-1971.41,91.7774,4.99625,300,5,0,684,693,1,0,0,0),(21092,10759,1,1,1,10241,1,-4882.95,-1986.58,91.9923,5.23599,300,0,0,684,693,0,0,0,0),(21091,10759,1,1,1,10240,1,-4759.64,-1877.04,89.9933,5.5695,300,5,0,684,693,1,0,0,0),(21090,10759,1,1,1,10241,1,-5157.99,-2145.03,92.1804,3.97336,300,5,0,684,693,1,0,0,0),(21089,10759,1,1,1,10240,1,-5115.23,-1978.96,88.5938,2.35528,300,0,0,684,693,2,0,0,0),(21088,10759,1,1,1,10239,1,-4924.71,-1855.95,80.7122,6.06989,300,3,0,684,693,1,0,0,0),(21087,10759,1,1,1,10239,1,-4904.67,-1970.13,86.8811,2.84907,300,0,0,684,693,2,0,0,0),(21086,10759,1,1,1,10241,1,-5036.93,-1940.22,90.8007,5.2437,300,5,0,684,693,1,0,0,0),(21085,10759,1,1,1,10238,1,-4756.03,-2125.4,83.6865,1.37881,300,0,0,684,693,0,0,0,0),(21084,10759,1,1,1,10238,1,-4913.31,-2081.96,85.1858,2.63545,300,0,0,684,693,0,0,0,0),(21083,10759,1,1,1,10241,1,-4768.58,-1895.25,89.2155,4.13643,300,0,0,684,693,0,0,0,0),(21082,10759,1,1,1,10241,1,-5006.08,-1889.47,3.41114,3.16404,300,0,0,684,693,2,0,0,0),(21081,10759,1,1,1,10240,1,-5048.63,-1948.32,91.0811,2.79253,300,0,0,684,693,0,0,0,0),(21080,10759,1,1,1,10239,1,-5080.19,-1931.83,89.0795,1.71042,300,0,0,684,693,0,0,0,0),(21079,10759,1,1,1,10238,1,-5081.23,-1927.56,88.8295,5.0091,300,0,0,684,693,0,0,0,0),(21078,10758,1,1,1,10224,1,-5013.91,-2107.01,83.9856,3.84019,300,0,0,734,0,0,0,0,0),(21077,10758,1,1,1,10225,1,-4915.73,-2062.38,85.1517,5.33124,300,5,0,734,0,1,0,0,0),(21076,10758,1,1,1,10225,1,-5109.41,-1923.61,88.9103,0.004893,300,0,0,734,0,2,0,0,0),(21075,10758,1,1,1,10225,1,-5084.61,-1894.74,87.1061,1.71823,300,5,0,734,0,1,0,0,0),(21074,10758,1,1,1,10226,1,-4998.15,-2101.57,84.2488,1.42028,300,0,0,734,0,0,0,0,0),(21073,10758,1,1,1,10225,1,-4919.73,-2078.56,85.1025,5.93412,300,0,0,734,0,0,0,0,0),(21072,10758,1,1,1,10223,1,-4771.38,-1900.53,89.0259,1.16937,300,0,0,734,0,0,0,0,0),(21071,10757,1,1,1,5561,0,-5011.83,-2009.84,-50.7428,0.456694,300,10,0,840,0,1,0,0,0),(21070,10757,1,1,1,5561,0,-4983.32,-2046.51,-47.9726,3.0499,300,10,0,840,0,1,0,0,0),(21069,10757,1,1,1,5561,0,-4921.37,-1912.06,-45.1547,4.41339,300,5,0,840,0,1,0,0,0),(21068,10757,1,1,1,5561,0,-4950.04,-1951.75,-50.8618,3.38779,300,5,0,840,0,1,0,0,0),(21067,4101,1,1,1,1350,0,-5440.37,-1685.69,-38.4093,1.64502,300,3,0,950,0,1,0,0,0),(21066,4101,1,1,1,1350,0,-5379.52,-1659.27,-54.3669,3.28368,300,15,0,950,0,1,0,0,0),(21065,4101,1,1,1,1350,0,-5359.74,-1606.66,-55.4734,5.82288,300,10,0,950,0,1,0,0,0),(21064,4101,1,1,1,1350,0,-5356.59,-1638.98,-54.7752,4.49422,300,15,0,950,0,1,0,0,0),(21063,10757,1,1,1,5561,0,-5080.46,-2054.67,-46.648,2.85841,300,5,0,840,0,1,0,0,0),(21062,10757,1,1,1,5561,0,-5054.22,-2054.25,-48.5987,3.66242,300,10,0,840,0,1,0,0,0),(21061,10757,1,1,1,5561,0,-4981.9,-1877.44,-45.5826,2.39399,300,5,0,840,0,1,0,0,0),(21060,10757,1,1,1,5561,0,-4950.07,-1911.19,-46.5927,1.40002,300,5,0,840,0,1,0,0,0),(21059,10757,1,1,1,5561,0,-5114.44,-2082.12,-38.2499,3.6753,300,3,0,840,0,1,0,0,0),(21058,10757,1,1,1,5561,0,-4982.9,-2012.76,-47.9652,0.553006,300,5,0,840,0,1,0,0,0),(21057,4101,1,1,1,1350,0,-5462.57,-1636.54,29.1135,0.387204,300,2,0,950,0,1,0,0,0),(21056,4101,1,1,1,1350,0,-5510.73,-1589.29,28.0713,1.46608,300,3,0,950,0,1,0,0,0),(21054,4101,1,1,1,1350,0,-5609.7,-1609.12,14.4006,5.88741,300,3,0,950,0,1,0,0,0),(21053,4101,1,1,1,1350,0,-5440.21,-1658.25,-27.8278,3.95461,300,0,0,950,0,2,0,0,0),(21052,4101,1,1,1,1350,0,-5585.7,-1624.01,15.4334,3.48316,300,3,0,950,0,1,0,0,0),(21051,4101,1,1,1,1350,0,-5498.9,-1628.65,26.8203,4.62865,300,2,0,950,0,1,0,0,0),(21050,4101,1,1,1,1350,0,-5533.04,-1602.88,29.1719,4.65989,300,3,0,950,0,1,0,0,0),(21049,10756,1,1,1,5562,0,-5072.42,-2085.18,-46.4831,3.89531,300,5,0,896,0,1,0,0,0),(21048,10756,1,1,1,5562,0,-4950.2,-1972.49,-47.6415,4.28125,300,5,0,896,0,1,0,0,0),(21047,10756,1,1,1,5562,0,-4987.6,-1980.75,-51.269,3.61513,300,10,0,896,0,1,0,0,0),(21046,10756,1,1,1,5562,0,-5019.05,-1989.77,-50.5021,4.12671,300,5,0,896,0,1,0,0,0),(21045,10756,1,1,1,5562,0,-5115.52,-2046.13,-42.5643,6.18332,300,5,0,896,0,1,0,0,0),(21044,4100,1,1,1,1352,0,-5401.79,-1647.21,-54.2006,0.973233,300,15,0,768,0,1,0,0,0),(21043,4100,1,1,1,1352,0,-5363.85,-1673.79,-53.9582,5.73473,300,15,0,768,0,1,0,0,0),(21042,4100,1,1,1,1352,0,-5394.91,-1683.51,-52.9398,2.65175,300,15,0,768,0,1,0,0,0),(21041,4100,1,1,1,1352,0,-5499.53,-1598.83,28.0668,5.33641,300,2,0,768,0,1,0,0,0),(21040,4100,1,1,1,1352,0,-5598,-1609.38,13.5855,5.25555,300,0,0,768,0,2,0,0,0),(21039,4100,1,1,1,1352,0,-5579.14,-1577.71,10.5668,6.17046,300,3,0,768,0,1,0,0,0),(21038,4099,1,1,1,9415,1,-4991.59,-2311.98,-57.9909,0.978848,300,5,0,787,0,1,0,0,0),(21037,4099,1,1,1,9415,1,-5004.42,-2351.81,-55.4281,2.74411,300,5,0,787,0,1,0,0,0),(21035,4099,1,1,1,9415,1,-4891.26,-2297.33,-59.4468,1.14801,300,3,0,787,0,1,0,0,0),(21033,4099,1,1,1,9415,1,-4976.56,-2355.21,-59.1157,3.26907,300,5,0,787,0,1,0,0,0),(21032,4099,1,1,1,9415,1,-4978.4,-2381.08,-57.3887,0.284943,300,5,0,787,0,1,0,0,0),(21031,4099,1,1,1,9415,1,-4936.69,-2401.8,-53.1828,5.81779,300,3,0,787,0,1,0,0,0),(21030,4099,1,1,1,9415,1,-4935.22,-2350.57,-46.9941,5.13207,300,3,0,787,0,1,0,0,0),(21029,4099,1,1,1,9415,1,-4917.84,-2267.14,-70.2366,1.98988,300,3,0,787,0,1,0,0,0),(21028,4099,1,1,1,9415,1,-4935.8,-2268.84,-66.601,0.97482,300,3,0,787,0,1,0,0,0),(21027,4099,1,1,1,9415,1,-4682.61,-1427.06,-50.4196,3.13886,300,5,0,787,0,1,0,0,0),(21025,4099,1,1,1,9415,1,-4713.49,-1425.65,-51.0232,4.5294,300,5,0,787,0,1,0,0,0),(21023,4099,1,1,1,9415,1,-4626.52,-1285.93,-51.1791,5.02262,300,5,0,787,0,1,0,0,0),(21021,4099,1,1,1,9415,1,-4658.87,-1244.99,-52.777,4.74443,300,0,0,787,0,2,0,0,0),(21019,4099,1,1,1,9415,1,-4640.62,-1283.06,-47.3686,5.40174,300,5,0,787,0,1,0,0,0),(21018,4099,1,1,1,9415,1,-4598.16,-1279.45,-50.5184,0.386637,300,0,0,787,0,0,0,0,0),(21017,4099,1,1,1,9415,1,-4547.44,-1218.79,-56.4009,4.46589,300,10,0,787,0,1,0,0,0),(21016,4097,1,1,1,9416,1,-5006.1,-2376.11,-57.3421,0.737944,300,5,0,586,693,1,0,0,0),(21015,4097,1,1,1,9416,1,-4964.11,-2351.77,-60.4613,5.17817,300,5,0,586,693,1,0,0,0),(21014,4097,1,1,1,9416,1,-4898.55,-2301.28,-59.5706,4.14837,300,3,0,586,693,1,0,0,0),(21013,4097,1,1,1,9416,1,-4948.63,-2304.52,-68.0317,6.12222,300,3,0,586,693,1,0,0,0),(21012,4097,1,1,1,9416,1,-4876.94,-2339.52,-53.2087,1.36342,300,3,0,586,693,1,0,0,0),(21011,4097,1,1,1,9416,1,-4924.78,-2384.36,-52.4758,2.97424,300,3,0,586,693,1,0,0,0),(21010,4097,1,1,1,9416,1,-4964.79,-2279.4,-63.7236,2.79604,300,5,0,586,693,1,0,0,0),(21009,4097,1,1,1,9416,1,-4680.98,-1447.82,-50.4711,0.663444,300,5,0,586,693,1,0,0,0),(21008,4097,1,1,1,9416,1,-4703.03,-1459.56,-49.9765,5.06634,300,5,0,586,693,1,0,0,0),(21007,4097,1,1,1,9416,1,-4643.16,-1259.41,-52.027,0.768175,300,5,0,586,693,1,0,0,0),(21006,4097,1,1,1,9416,1,-4677.09,-1249.26,-51.3516,0.095784,300,5,0,586,693,1,0,0,0),(21005,4097,1,1,1,9416,1,-4614.79,-1315.23,-48.1311,2.8354,300,5,0,586,693,1,0,0,0),(21004,4097,1,1,1,9416,1,-4593.39,-1271.24,-52.7684,5.22044,300,5,0,586,693,1,0,0,0),(21003,4097,1,1,1,9416,1,-4588.82,-1247.78,-53.7409,0.235235,300,3,0,586,693,1,0,0,0),(21002,4097,1,1,1,9416,1,-4624.2,-1214.14,-54.7217,5.42353,300,5,0,586,693,1,0,0,0),(21001,4097,1,1,1,9416,1,-4578.41,-1220.53,-54.8823,1.29675,300,5,0,586,693,1,0,0,0),(21000,4096,1,1,1,9412,1,-5114.85,-2318.79,-55.2596,2.10777,300,0,0,582,618,0,0,0,0),(20999,4096,1,1,1,9412,1,-5166.09,-2411.54,-49.2905,4.57823,300,0,0,582,618,0,0,0,0),(20998,4096,1,1,1,9412,1,-5181.13,-2389.29,-40.0531,4.05947,300,5,0,582,618,1,0,0,0),(20997,4096,1,1,1,9412,1,-5198.83,-2419.43,-37.9097,2.61994,300,0,0,582,618,0,0,0,0),(20996,4096,1,1,1,9412,1,-5147.26,-2385.28,-51.0164,4.75862,300,5,0,582,618,1,0,0,0),(20995,4096,1,1,1,9412,1,-5226.15,-2555.57,-46.8179,3.97614,300,5,0,582,618,1,0,0,0),(20994,4096,1,1,1,9412,1,-5047.06,-2379.34,-54.4567,5.06665,300,3,0,582,618,1,0,0,0),(20993,4096,1,1,1,9412,1,-5154.75,-2429.49,-51.5405,6.05432,300,5,0,582,618,1,0,0,0),(20992,4096,1,1,1,9412,1,-5055.56,-2313.25,-52.6628,4.11296,300,5,0,582,618,1,0,0,0),(20991,4096,1,1,1,9412,1,-5152.69,-2553.14,-49.5416,0.295984,300,0,0,582,618,0,0,0,0),(20990,4096,1,1,1,9412,1,-5173.96,-2482.29,-50.2662,0.216798,300,5,0,582,618,1,0,0,0),(20989,4096,1,1,1,9412,1,-5078.22,-2283.95,-54.0601,0.04284,300,5,0,582,618,1,0,0,0),(20988,4096,1,1,1,9412,1,-5014.67,-2228.95,-53.2513,2.18445,300,0,0,582,618,0,0,0,0),(20987,4096,1,1,1,9412,1,-5087.34,-2314.35,-53.9986,3.32036,300,5,0,582,618,1,0,0,0),(20986,4096,1,1,1,9412,1,-4941.56,-2188.08,-51.1175,0.488684,300,0,0,582,618,0,0,0,0),(20985,4096,1,1,1,9412,1,-5110.45,-2237.77,-50.6305,1.88317,300,0,0,582,618,0,0,0,0),(20984,4096,1,1,1,9412,1,-5117.77,-2268.6,-55.4067,4.01229,300,5,0,582,618,1,0,0,0),(20983,4096,1,1,1,9412,1,-5079.19,-2151.68,-47.8017,0.922064,300,5,0,582,618,1,0,0,0),(20982,4096,1,1,1,9412,1,-5155.52,-2253.02,-53.6014,1.43166,300,5,0,582,618,1,0,0,0),(20981,4096,1,1,1,9412,1,-5092.9,-2278.46,-54.8101,6.01185,300,0,0,582,618,0,0,0,0),(20980,4096,1,1,1,9412,1,-5156.99,-2293.19,-44.6006,1.12924,300,0,0,582,618,0,0,0,0),(20979,4096,1,1,1,9412,1,-5181.98,-2240.58,-46.1047,2.56767,300,5,0,582,618,1,0,0,0),(20978,4096,1,1,1,9412,1,-5018.38,-2315.26,-47.9545,4.79697,300,3,0,582,618,1,0,0,0),(20977,4096,1,1,1,9412,1,-5034.32,-2399.56,-55.471,5.12156,300,0,0,582,618,2,0,0,0),(20976,4096,1,1,1,9412,1,-5093.31,-2388.52,-53.5114,0.54631,300,0,0,582,618,0,0,0,0),(20975,4096,1,1,1,9412,1,-5028.52,-2400.23,-55.5709,5.81397,300,3,0,582,618,1,0,0,0),(20974,4096,1,1,1,9412,1,-5016.68,-2382.85,-54.6715,1.88355,300,5,0,582,618,1,0,0,0),(20973,4096,1,1,1,9412,1,-5191.02,-2579.95,-51.1281,0.833418,300,0,0,582,618,0,0,0,0),(20972,4095,1,1,1,9417,1,-4917.63,-2266.17,-70.1216,4.28821,275,5,0,840,0,1,0,0,0),(20971,4095,1,1,1,9417,1,-4921.65,-2305.91,-68.4639,0.262875,275,5,0,840,0,1,0,0,0),(20970,4095,1,1,1,9417,1,-4923.74,-2384.79,-52.5264,5.67477,275,5,0,840,0,1,0,0,0),(20969,9983,1,1,1,9256,1,-2350.4,-1967.8,96.2094,2.58309,275,0,0,1003,0,0,0,0,0),(20968,7166,1,1,1,1097,0,-841.221,-3772.92,17.5408,3.00197,275,0,0,484,0,0,0,0,0),(20967,9981,1,1,1,9254,1,-391.671,-2620.18,95.7458,0.680678,275,0,0,1003,0,0,0,0,0),(20966,3835,1,1,1,1924,0,-694.438,-2064.06,65.9176,0.561598,275,5,0,8,0,1,0,0,0),(20965,3835,1,1,1,1924,0,-712.574,-2048.08,65.8135,2.60885,275,5,0,8,0,1,0,0,0),(20964,3835,1,1,1,1924,0,-568.047,-2093.39,50.5435,0.638885,275,5,0,8,0,1,0,0,0),(20963,3835,1,1,1,1924,0,-671.596,-2041.14,66.9191,2.53736,275,5,0,8,0,1,0,0,0),(20962,3835,1,1,1,1924,0,-563.182,-2204.3,49.6391,4.23175,275,5,0,8,0,1,0,0,0),(20961,3835,1,1,1,1924,0,-691.638,-2227.46,16.8341,3.27158,275,5,0,8,0,1,0,0,0),(20960,3835,1,1,1,1924,0,-668.773,-2335.74,17.6538,2.161,275,5,0,8,0,1,0,0,0),(20959,3835,1,1,1,1924,0,-566.447,-2254.82,38.2802,6.01234,275,5,0,8,0,1,0,0,0),(20958,3835,1,1,1,1924,0,-711.137,-2268.13,13.7285,5.48089,275,5,0,8,0,1,0,0,0),(20957,3835,1,1,1,1924,0,-538.46,-2296.63,42.0183,0.01916,275,5,0,8,0,1,0,0,0),(20956,3835,1,1,1,1924,0,-593.872,-2359.78,26.0489,2.09008,275,5,0,8,0,1,0,0,0),(20955,6394,1,1,1,5373,1,-2402.35,-1904.08,96.8255,4.92183,275,0,0,1003,0,0,0,0,0),(20954,7161,1,1,1,7154,1,-841.132,-3767.78,17.9708,3.08923,275,0,0,484,0,0,0,0,0),(20953,5878,1,1,1,4521,1,-437.62,-3176.26,211.385,0.820305,275,0,0,950,0,0,0,0,0),(20952,6132,1,1,1,1343,1,-4473.34,-1690.78,81.7558,1.09001,275,0,0,617,0,2,0,0,0),(20951,6132,1,1,1,1343,1,-4490.62,-1732.34,87.5366,0.099398,275,5,0,617,0,1,0,0,0),(20950,6132,1,1,1,1343,1,-4484.73,-1736.67,86.7333,1.20697,275,0,0,617,0,2,0,0,0),(20949,6132,1,1,1,1343,1,-4487.31,-1768.36,86.2333,3.45364,275,5,0,617,0,1,0,0,0),(20948,3572,1,1,1,7074,1,-1031.99,-3659.05,22.8603,6.0912,275,0,0,573,0,0,0,0,0),(20947,6387,1,1,1,5108,1,-2380.12,-1944.53,95.8659,0.837758,275,0,0,328,0,0,0,0,0),(20946,23536,1,1,1,14255,1,-783.461,-3700.5,39.9447,3.735,275,0,0,2442,1874,0,0,0,0),(20945,23535,1,1,1,21605,1,-783.799,-3702.94,40.0494,3.9619,275,0,0,2136,5751,0,0,0,0),(20944,5871,1,1,1,4525,1,-393.28,-2641.5,96.3063,3.26377,275,0,0,417,0,0,0,0,0),(20943,23534,1,1,1,21604,1,-782.82,-3704.84,40.2099,3.56047,275,0,0,2136,5751,0,0,0,0),(245561,16592,0,1,1,11686,0,-10951.5,-3218.1,41.3475,1.91986,300,0,0,42,0,0,0,0,0),(20940,3819,1,1,1,1103,0,1364.1,-2362.42,115.237,2.79016,275,5,0,494,0,1,0,0,0),(20939,5863,1,1,1,6116,0,-1906.86,-1753.09,91.7571,4.90438,19900,0,0,404,456,0,0,0,0),(20938,3300,1,1,1,1987,0,-2719.61,-1921.55,92.4167,2.48365,275,20,0,1,0,1,0,0,0),(20937,3300,1,1,1,1986,0,-2894.74,-2035.6,95.3771,5.57235,275,20,0,1,0,1,0,0,0),(20936,3300,1,1,1,1986,0,-1160.11,-2875.1,93.7676,4.93785,275,20,0,1,0,1,0,0,0),(20935,3300,1,1,1,1986,0,-3579.72,-1941.45,92.5687,1.50436,275,20,0,1,0,1,0,0,0),(20934,3300,1,1,1,1987,0,-1311.04,-2562.21,93.5534,6.24024,275,20,0,1,0,1,0,0,0),(20933,3300,1,1,1,1986,0,-226.655,-3425.88,92.0553,0.271051,275,20,0,1,0,1,0,0,0),(20932,3300,1,1,1,1206,0,-907.05,-2527.07,96.5336,5.5116,275,20,0,1,0,1,0,0,0),(20931,3300,1,1,1,1987,0,170.227,-1597.41,92.9947,0.472325,275,20,0,1,0,1,0,0,0),(20930,3300,1,1,1,1206,0,-3594.16,-2318.29,92.6658,5.35238,275,20,0,1,0,1,0,0,0),(20929,3300,1,1,1,1986,0,-241.811,-2834.31,92.6466,1.07394,275,20,0,1,0,1,0,0,0),(20928,3300,1,1,1,1206,0,-3416.79,-2237.68,91.7917,4.36007,275,20,0,1,0,1,0,0,0),(20927,3300,1,1,1,1986,0,-1885.21,-2051.85,91.7917,6.16522,275,20,0,1,0,1,0,0,0),(20926,3300,1,1,1,1987,0,-1579.26,-2047.63,91.765,3.95461,275,20,0,1,0,1,0,0,0),(20925,3300,1,1,1,1986,0,-3815.44,-2217.4,93.0417,4.12868,275,20,0,1,0,1,0,0,0),(20924,3300,1,1,1,1987,0,-3793.8,-1853.03,93.8926,1.9176,275,20,0,1,0,1,0,0,0),(20923,3300,1,1,1,1987,0,-3616.66,-2184.19,92.0978,1.01553,275,20,0,1,0,1,0,0,0),(20922,3300,1,1,1,1206,0,-584.427,-1564.7,91.7917,0.48085,275,20,0,1,0,1,0,0,0),(20921,3300,1,1,1,1987,0,-297.442,-1630.58,93.8481,0.902444,275,20,0,1,0,1,0,0,0),(20920,3300,1,1,1,1206,0,-975.175,-1873.45,94.6777,5.21968,275,20,0,1,0,1,0,0,0),(20919,3300,1,1,1,1206,0,-1545.03,-1876.96,96.7245,0.895473,275,20,0,1,0,1,0,0,0),(20918,3300,1,1,1,1986,0,-2454.46,-2243.34,94.4851,0.203496,275,20,0,1,0,1,0,0,0),(20917,3300,1,1,1,1206,0,-1753.78,-2238.05,91.1078,1.8153,275,20,0,1,0,1,0,0,0),(20916,3300,1,1,1,1206,0,-799.626,-3464.75,91.789,2.22868,275,20,0,1,0,1,0,0,0),(20915,3300,1,1,1,1986,0,204.186,-3599.02,27.3096,5.23874,275,20,0,1,0,1,0,0,0),(20914,3300,1,1,1,1206,0,-1713.04,-2011.97,92.7917,3.37909,275,20,0,1,0,1,0,0,0),(20913,3300,1,1,1,1206,0,-1472.6,-2224.48,92.6945,5.78751,275,20,0,1,0,1,0,0,0),(20912,3300,1,1,1,1986,0,-40.023,-2072.73,93.5417,1.78166,275,20,0,1,0,1,0,0,0),(20911,3300,1,1,1,1206,0,-2013.49,-1823.2,92.0553,5.21361,275,20,0,1,0,1,0,0,0),(20910,3300,1,1,1,1206,0,625.686,-2504.22,96.0542,3.93804,275,20,0,1,0,1,0,0,0),(20909,3300,1,1,1,1986,0,-1425.59,-2904.73,93.5802,0.566807,275,20,0,1,0,1,0,0,0),(20908,3300,1,1,1,1987,0,-826.918,-1794.22,92.2986,0.880808,275,20,0,1,0,1,0,0,0),(20907,3300,1,1,1,1987,0,-2224.21,-2645.57,91.9219,0.956227,275,20,0,1,0,1,0,0,0),(20906,3300,1,1,1,1206,0,411.49,-3426.03,95.3263,0.446182,275,20,0,1,0,1,0,0,0),(20905,3300,1,1,1,1206,0,-2422.32,-1684.25,94.8522,0.12992,275,20,0,1,0,1,0,0,0),(20904,3300,1,1,1,1987,0,543.301,-3054.41,91.7917,0.235801,275,20,0,1,0,1,0,0,0),(20903,3300,1,1,1,1206,0,-633.976,-1834.34,94.0133,3.49053,275,20,0,1,0,1,0,0,0),(20902,3300,1,1,1,1206,0,-2003,-2498.47,92.6666,3.43679,275,20,0,1,0,1,0,0,0),(20901,3300,1,1,1,1987,0,-391.353,-1971.26,95.5474,5.60039,275,20,0,1,0,1,0,0,0),(20900,3300,1,1,1,1987,0,-2219.35,-1814.1,91.7917,5.07186,275,20,0,1,0,1,0,0,0),(20899,3300,1,1,1,1206,0,118.892,-3156.73,90.8445,5.01728,275,20,0,1,0,1,0,0,0),(20898,3300,1,1,1,1987,0,-1729.54,-2829.28,83.4497,1.60399,275,20,0,1,0,1,0,0,0),(8486,4979,1,1,1,2979,1,-3854.85,-4433.75,10.4376,0.087266,360,0,0,4906,0,0,0,0,0),(8485,11052,1,1,1,10587,1,-3846.73,-4449.22,17.3314,0.017453,360,0,0,2980,0,0,0,0,0),(20897,3300,1,1,1,1986,0,-365.812,-1446.31,93.5744,0.076173,275,20,0,1,0,1,0,0,0),(20896,3300,1,1,1,1206,0,-421.764,-2812.46,94.3587,0.167058,275,20,0,1,0,1,0,0,0),(8484,5202,1,1,1,3020,0,-3757.62,-4551.02,10.2767,2.18166,360,0,0,42,0,0,0,0,0),(8483,5202,1,1,1,3020,0,-3763.59,-4554.74,10.4832,2.11185,360,0,0,42,0,0,0,0,0),(8482,4889,1,1,1,4828,1,-3712.46,-4519.1,11.9936,1.44862,360,0,0,1753,0,0,0,0,0),(8481,4979,1,1,1,2977,1,-3776.12,-4629.17,10.8455,4.66003,360,0,0,4906,0,0,0,0,0),(8480,10036,1,1,1,10704,1,-3051.97,-2822.01,33.5318,0.785398,360,0,0,7048,0,0,0,0,0),(8479,10036,1,1,1,10704,1,-3169.23,-2832.28,34.7277,3.82702,360,5,0,7048,0,1,0,0,0),(8478,11899,1,1,1,11850,1,-3149.14,-2842.13,34.6649,0.017453,1200,0,0,10572,0,0,0,0,0),(20895,3300,1,1,1,1987,0,-2440.41,-2445.25,91.7917,6.14161,275,20,0,1,0,1,0,0,0),(8477,9552,1,1,1,8671,1,-3086.6,-2838.95,34.5123,3.24631,360,0,0,2059,0,0,0,0,0),(8476,10036,1,1,1,10704,1,-3096.61,-2816.63,34.6193,0.488692,360,0,0,7048,0,0,0,0,0),(20894,3300,1,1,1,1206,0,-1911.94,-2289.08,94.8839,3.29997,275,20,0,1,0,1,0,0,0),(8475,10036,1,1,1,10704,1,-3149.8,-2912.47,34.9411,0.820305,360,0,0,7048,0,0,0,0,0),(8474,10036,1,1,1,10704,1,-3055.29,-2815.12,33.1568,0.05236,360,0,0,7048,0,0,0,0,0),(20893,3300,1,1,1,1986,0,-468.367,-3486.55,93.7425,2.82355,275,20,0,1,0,1,0,0,0),(20892,3300,1,1,1,1986,0,-1646.22,-3089.99,92.8842,5.45218,275,20,0,1,0,1,0,0,0),(20891,3300,1,1,1,1206,0,-1340.31,-3229.94,134.527,4.17968,275,20,0,1,0,1,0,0,0),(20890,3300,1,1,1,1986,0,-2719.97,-2214.7,91.7917,1.11312,275,20,0,1,0,1,0,0,0),(20889,3300,1,1,1,1986,0,-1257.77,-2044.73,91.8171,2.74384,275,20,0,1,0,1,0,0,0),(20888,3300,1,1,1,1986,0,-715.437,-3185.83,93.9781,1.62944,275,20,0,1,0,1,0,0,0),(20887,3300,1,1,1,1987,0,-1774.17,-2445.57,94.0997,6.09268,275,20,0,1,0,1,0,0,0),(20886,3300,1,1,1,1206,0,545.4,-1287.28,93.2708,0.789096,275,20,0,1,0,1,0,0,0),(20885,3300,1,1,1,1987,0,-1545.25,-2439.55,93.831,5.99603,275,20,0,1,0,1,0,0,0),(20884,3300,1,1,1,1986,0,401.068,-2595.94,93.5417,2.53404,275,20,0,1,0,1,0,0,0),(20883,3300,1,1,1,1987,0,-916.462,-2223.11,93.5106,0.326074,275,20,0,1,0,1,0,0,0),(20882,3300,1,1,1,1986,0,-640.268,-3631.25,93.3665,3.55367,275,20,0,1,0,1,0,0,0),(20881,3300,1,1,1,1206,0,-3402.67,-1920.61,93.5407,1.23905,275,20,0,1,0,1,0,0,0),(20880,3300,1,1,1,1986,0,-4106.35,-1940.5,93.4167,3.20742,275,20,0,1,0,1,0,0,0),(20879,3300,1,1,1,1986,0,-1868.04,-2938.99,91.7917,2.54259,275,20,0,1,0,1,0,0,0),(20878,3300,1,1,1,1206,0,-257.697,-1147.91,52.7783,3.84989,275,20,0,1,0,1,0,0,0),(20877,5859,1,1,1,6114,1,-4006.34,-1752.7,97.3885,5.72468,43200,0,0,2250,0,0,0,0,0),(20876,6115,1,1,1,5048,1,1519.06,-2911.23,128.725,5.37938,275,5,0,950,0,2,0,0,0),(20875,6115,1,1,1,5048,1,1404.23,-2800.22,123.331,5.69988,275,5,0,950,0,1,0,0,0),(20874,6115,1,1,1,5048,1,1427.13,-2794.93,153.368,5.0781,275,5,0,950,0,2,0,0,0),(20873,6115,1,1,1,5048,1,1413.96,-2819.6,116.403,1.95276,275,5,0,950,0,1,0,0,0),(20872,6115,1,1,1,5048,1,1445.67,-2785.96,144.079,3.39927,275,5,0,950,0,2,0,0,0),(20871,8418,1,1,1,7870,1,-602.266,-2259.71,211.579,2.70526,275,0,0,713,0,0,0,0,0),(20870,3809,1,1,1,820,0,1386.15,-2214.12,92.69,5.30037,275,5,0,662,0,1,0,0,0),(20869,4316,1,1,1,1535,0,-1014.57,-2727.63,93.9619,1.97738,275,2,0,273,0,1,0,0,0),(20868,4316,1,1,1,1535,0,-1151.91,-2781.84,91.7917,3.8959,275,5,0,273,0,1,0,0,0),(20867,4316,1,1,1,1535,0,-1525.82,-2983.54,91.7917,2.86892,275,5,0,273,0,1,0,0,0),(20866,4316,1,1,1,1535,0,-1131.07,-3129.3,94.4739,4.98645,275,5,0,273,0,1,0,0,0),(20865,4316,1,1,1,1535,0,-1408.48,-2681.68,93.6803,3.40459,275,5,0,273,0,1,0,0,0),(20864,4316,1,1,1,1535,0,-1276.13,-2856.32,93.6061,2.95254,275,5,0,273,0,1,0,0,0),(20863,4316,1,1,1,1535,0,-1480.47,-3016.06,91.7917,2.6079,275,5,0,273,0,1,0,0,0),(20862,3292,1,1,1,3851,1,-981.24,-3686.49,9.50553,4.86947,275,0,0,176,0,0,0,0,0),(20860,4316,1,1,1,1535,0,-1237.7,-2084.89,91.5492,0.046192,275,0,0,273,0,0,0,0,0),(20859,4316,1,1,1,1535,0,-1257.49,-2298.45,94.5645,1.98902,275,5,0,273,0,1,0,0,0),(20858,4316,1,1,1,1535,0,-1257.98,-2293.24,93.7964,1.16921,275,5,0,273,0,1,0,0,0),(20857,4316,1,1,1,1535,0,-1283.35,-3149.67,96.5417,1.01747,275,5,0,273,0,1,0,0,0),(20856,4316,1,1,1,1535,0,-1226.37,-2811.89,93.8482,0.00748,275,0,0,273,0,0,0,0,0),(20855,4316,1,1,1,1535,0,-1417.06,-2713.21,93.8999,0.521504,275,5,0,273,0,1,0,0,0),(20854,5849,1,1,1,4596,1,-4163.38,-2194.61,50.2664,0.471239,19900,0,0,664,0,0,0,0,0),(20853,3286,1,1,1,7238,1,1355.13,-3690.51,104.471,2.1569,275,5,0,386,0,1,0,0,0),(20852,3286,1,1,1,7238,1,1277.84,-3621.58,91.398,3.80285,275,0,0,386,0,2,0,0,0),(20851,3286,1,1,1,7238,1,1240.96,-3578.15,93.3583,6.25195,275,5,0,386,0,1,0,0,0),(20850,3286,1,1,1,7238,1,1247.16,-3645.57,92.0024,0.680109,275,5,0,386,0,1,0,0,0),(20849,3286,1,1,1,7238,1,1400.08,-3451.66,93.4706,4.12276,275,2,0,386,0,1,0,0,0),(20848,3286,1,1,1,7238,1,1357.66,-3512.87,93.9356,4.64689,275,2,0,386,0,1,0,0,0),(20847,3286,1,1,1,7238,1,1281.86,-3645.9,91.7467,1.44962,275,5,0,386,0,1,0,0,0),(20846,3286,1,1,1,7238,1,1405.74,-3410.6,92.791,3.61329,275,2,0,386,0,1,0,0,0),(20845,3286,1,1,1,7238,1,1325.44,-3650.73,91.787,4.31785,275,0,0,386,0,0,0,0,0),(20844,3286,1,1,1,7238,1,1370.8,-3654.31,97.2594,0.708995,275,2,0,386,0,1,0,0,0),(20843,3286,1,1,1,7238,1,1357.38,-3419.92,92.1428,0.432663,275,2,0,386,0,1,0,0,0),(20842,3286,1,1,1,7238,1,1425.55,-3419.06,92.5329,1.66489,275,2,0,386,0,1,0,0,0),(20841,3286,1,1,1,7238,1,1387.77,-3632.92,91.7916,5.9353,275,5,0,386,0,1,0,0,0),(20840,3286,1,1,1,3915,1,1361.59,-3448.52,97.3362,4.03634,275,0,0,386,0,2,0,0,0),(20839,3286,1,1,1,3913,1,1356.52,-3523.82,95.236,2.59585,275,2,0,386,0,1,0,0,0),(20838,3286,1,1,1,7238,1,1347.72,-3440.42,93.388,2.58256,275,2,0,386,0,1,0,0,0),(20837,3286,1,1,1,7238,1,1357.25,-3453.47,97.6928,0.864473,275,2,0,386,0,1,0,0,0),(20836,3286,1,1,1,7238,1,1344.27,-3646.19,92.7527,0.758196,275,0,0,386,0,0,0,0,0),(20835,3286,1,1,1,7238,1,1417.67,-3421.18,93.2855,5.20293,275,2,0,386,0,1,0,0,0),(20834,3286,1,1,1,7238,1,1254.43,-3600.8,112.022,5.53269,275,2,0,386,0,1,0,0,0),(20833,3286,1,1,1,7238,1,1333.14,-3490.51,93.3687,1.17818,275,2,0,386,0,1,0,0,0),(20832,3286,1,1,1,7238,1,1370.95,-3497.19,93.8824,4.64028,275,2,0,386,0,1,0,0,0),(20831,3285,1,1,1,7241,1,913.718,-2757.1,99.6163,2.47481,275,5,0,273,0,1,0,0,0),(20830,3285,1,1,1,1122,1,881.911,-2714.03,100.935,0.429749,275,5,0,273,0,1,0,0,0),(20829,3285,1,1,1,7241,1,878.077,-2754.47,98.5033,2.09527,275,0,0,273,0,2,0,0,0),(20828,3285,1,1,1,7241,1,909.937,-2772.26,99.8122,1.62319,275,5,0,273,0,1,0,0,0),(20827,3285,1,1,1,3917,1,836.008,-2665.41,91.7917,3.79992,275,5,0,273,0,1,0,0,0),(20826,3285,1,1,1,1122,1,810.834,-2644.98,91.7917,4.8839,275,5,0,273,0,1,0,0,0),(20825,3285,1,1,1,7241,1,837.576,-2645.87,96.2917,2.62303,275,0,0,273,0,0,0,0,0),(20824,3285,1,1,1,7241,1,813.399,-2684.3,91.7917,2.92259,275,5,0,273,0,1,0,0,0),(20823,3285,1,1,1,7241,1,786.698,-2788.37,93.056,0.203618,275,5,0,273,0,1,0,0,0),(20822,3285,1,1,1,7241,1,854.443,-2745.29,93.6667,0.887916,275,5,0,273,0,1,0,0,0),(20821,3285,1,1,1,7241,1,914.076,-2765.66,99.8529,1.95592,275,0,0,273,0,2,0,0,0),(20820,3285,1,1,1,7241,1,824.318,-2660.02,91.7917,0.79503,275,5,0,273,0,1,0,0,0),(20819,3285,1,1,1,7241,1,912.623,-2707.82,101.837,3.80083,275,5,0,273,0,1,0,0,0),(20818,3285,1,1,1,7241,1,854.037,-2665.83,91.7917,3.20461,275,0,0,273,0,0,0,0,0),(20817,3285,1,1,1,1122,1,819.036,-2712.34,91.8434,4.0614,275,5,0,273,0,1,0,0,0),(20816,3284,1,1,1,7233,1,1113.46,-3041.35,91.7987,1.94817,275,5,0,300,0,1,0,0,0),(20815,3284,1,1,1,3918,1,1032.54,-3060.6,102.263,0.836835,275,0,0,300,0,2,0,0,0),(20814,3284,1,1,1,7233,1,1035.29,-3087.59,104.941,5.18491,275,0,0,300,0,0,0,0,0),(20813,3284,1,1,1,7233,1,1123.21,-3019.51,91.0279,1.13807,275,5,0,300,0,1,0,0,0),(20812,3284,1,1,1,7233,1,1008.92,-3182.28,91.7858,5.88811,275,5,0,300,0,1,0,0,0),(20811,3284,1,1,1,3918,1,1057.75,-3090.22,91.5141,2.7035,275,2,0,300,0,1,0,0,0),(20810,3284,1,1,1,7233,1,996.491,-3107.48,82.6279,1.0654,275,5,0,300,0,1,0,0,0),(20809,3284,1,1,1,7233,1,993.713,-3180.94,92.7916,4.33241,275,15,0,300,0,1,0,0,0),(20808,3284,1,1,1,7233,1,1016.74,-3125.67,82.4,5.96909,275,5,0,300,0,1,0,0,0),(20807,3284,1,1,1,7233,1,1113.16,-3186.42,90.3155,5.77979,275,5,0,300,0,1,0,0,0),(20806,3284,1,1,1,7233,1,1113.2,-3091.46,85.4586,3.68265,275,0,0,300,0,0,0,0,0),(20805,3284,1,1,1,7233,1,1056.46,-3216.38,88.4684,1.44103,275,5,0,300,0,1,0,0,0),(20804,3284,1,1,1,3919,1,994.189,-3132.28,91.7529,4.20553,275,5,0,300,0,1,0,0,0),(20803,3284,1,1,1,7233,1,1044.9,-3020.03,83.4626,3.33168,275,5,0,300,0,1,0,0,0),(20802,3284,1,1,1,7233,1,973.428,-3019.07,91.8558,2.00047,275,5,0,300,0,1,0,0,0),(20801,3284,1,1,1,7233,1,993.775,-3060.42,81.7924,3.14506,275,5,0,300,0,1,0,0,0),(20800,3284,1,1,1,355,1,1067.32,-3030.45,82.8918,0.439924,275,5,0,300,0,1,0,0,0),(20799,3284,1,1,1,7233,1,1122.41,-3066.11,93.9237,2.2672,275,5,0,300,0,1,0,0,0),(20798,3284,1,1,1,7233,1,1047.41,-3072.1,105.381,3.53113,275,0,0,300,0,0,0,0,0),(20797,3284,1,1,1,7233,1,1020.97,-3045.49,81.7775,5.18427,275,5,0,300,0,1,0,0,0),(20796,3284,1,1,1,3919,1,951.28,-3060.52,93.0032,4.24651,275,5,0,300,0,1,0,0,0),(20795,3284,1,1,1,7233,1,1130.35,-3148.87,91.3805,0.051721,275,5,0,300,0,1,0,0,0),(20794,3284,1,1,1,3919,1,972.992,-3076.86,88.2459,4.46715,275,5,0,300,0,1,0,0,0),(20793,3284,1,1,1,7233,1,1020.09,-3086.47,91.7173,5.4766,275,0,0,300,0,0,0,0,0),(20792,3284,1,1,1,7233,1,1011.88,-3112.48,81.1957,0.725045,275,5,0,300,0,1,0,0,0),(20791,3284,1,1,1,7233,1,1050.7,-3054.49,94.3877,6.14513,275,5,0,300,0,1,0,0,0),(20790,3284,1,1,1,7233,1,1128.99,-3117.27,88.336,2.89106,275,5,0,300,0,1,0,0,0),(20789,3284,1,1,1,7233,1,1129.15,-3173.17,91.9928,4.02538,275,5,0,300,0,1,0,0,0),(20788,3284,1,1,1,355,1,1092.6,-3025.22,83.2668,4.76619,275,0,0,300,0,2,0,0,0),(20787,3284,1,1,1,7233,1,1102.67,-3080.06,83.3842,0.498991,275,5,0,300,0,1,0,0,0),(20786,3284,1,1,1,3918,1,1148.85,-3069.73,96.0141,2.95547,275,5,0,300,0,1,0,0,0),(20785,3284,1,1,1,7233,1,977.083,-3103.12,89.6279,4.80295,275,0,0,300,0,0,0,0,0),(20784,3284,1,1,1,7233,1,1088.29,-3186.38,82.3749,2.66054,275,5,0,300,0,1,0,0,0),(20783,3284,1,1,1,7233,1,1020.48,-3204.35,91.1346,3.56799,275,15,0,300,0,1,0,0,0),(20782,3284,1,1,1,7233,1,1157.83,-3042.61,92.7507,1.88496,275,0,0,300,0,0,0,0,0),(20781,3284,1,1,1,7233,1,1057.57,-3092.67,105.592,3.04154,275,0,0,300,0,0,0,0,0),(20780,3284,1,1,1,7233,1,1144.06,-3031.87,92.0417,5.13235,275,0,0,300,0,0,0,0,0),(20779,3284,1,1,1,7233,1,889.284,-2695.31,100.146,1.17335,275,5,0,300,0,1,0,0,0),(20778,3284,1,1,1,7233,1,826.46,-2694.73,91.7917,4.2692,275,0,0,300,0,0,0,0,0),(20777,3284,1,1,1,7233,1,918.673,-2743.72,101.241,4.06097,275,5,0,300,0,1,0,0,0),(20776,3284,1,1,1,7233,1,905.209,-2746.37,99.7413,1.5703,275,0,0,300,0,0,0,0,0),(20775,3284,1,1,1,7233,1,1082,-3211.88,89.1159,1.29903,275,5,0,300,0,1,0,0,0),(20774,3284,1,1,1,7233,1,1012.94,-3004.49,92.9746,1.22343,275,5,0,300,0,1,0,0,0),(20773,3284,1,1,1,3918,1,1003.68,-3157.26,91.4293,1.37912,275,5,0,300,0,1,0,0,0),(20772,3284,1,1,1,7233,1,1108.42,-3071.27,86.1342,4.03216,275,5,0,300,0,1,0,0,0),(20771,3284,1,1,1,3918,1,1027.6,-3175.52,83.1219,2.85591,275,5,0,300,0,1,0,0,0),(20770,3284,1,1,1,3918,1,1087.12,-3034.63,82.455,1.16973,275,5,0,300,0,1,0,0,0),(20769,3284,1,1,1,7233,1,1129.86,-3196.57,91.9928,3.8178,275,5,0,300,0,1,0,0,0),(20768,3284,1,1,1,7233,1,1008.91,-3038.44,87.1525,0.614417,275,5,0,300,0,1,0,0,0),(20767,3284,1,1,1,7233,1,820.402,-2703.58,91.7917,3.02771,275,0,0,300,0,2,0,0,0),(20766,3284,1,1,1,3918,1,871.629,-2719.57,100.06,5.25909,275,5,0,300,0,1,0,0,0),(20765,3283,1,1,1,7234,1,1368.47,-3563.04,94.4237,0.243633,275,5,0,356,0,1,0,0,0),(20764,3283,1,1,1,7234,1,1309.18,-3605.62,92.164,1.40424,275,5,0,356,0,1,0,0,0),(20763,3283,1,1,1,7234,1,1388.75,-3441.33,94.3883,3.89413,275,2,0,356,0,1,0,0,0),(20762,3283,1,1,1,7234,1,1353.72,-3430.33,93.2591,2.02867,275,2,0,356,0,1,0,0,0),(20761,3283,1,1,1,7234,1,1235.96,-3600.2,89.792,0.89506,275,5,0,356,0,1,0,0,0),(20760,3283,1,1,1,7234,1,1367.44,-3485.87,94.3896,1.09204,275,2,0,356,0,1,0,0,0),(20759,3283,1,1,1,7234,1,1340.39,-3485.57,93.1834,6.21043,275,2,0,356,0,1,0,0,0),(20758,3283,1,1,1,3910,1,1376.98,-3437.49,97.2448,5.64782,275,2,0,356,0,1,0,0,0),(20757,3283,1,1,1,3911,1,1270.37,-3572.76,91.782,0.592351,275,5,0,356,0,1,0,0,0),(20756,3283,1,1,1,7234,1,1280.58,-3679.78,95.0661,4.42455,275,5,0,356,0,1,0,0,0),(20755,3283,1,1,1,7234,1,1419.95,-3418.26,93.0644,5.1668,275,0,0,356,0,2,0,0,0),(20754,3283,1,1,1,7234,1,1393.79,-3471.07,93.9308,2.01293,275,2,0,356,0,1,0,0,0),(20753,3283,1,1,1,3910,1,1235.26,-3647.65,93.0024,4.66293,275,5,0,356,0,1,0,0,0),(20752,3283,1,1,1,7234,1,1355.22,-3483.54,92.6425,1.79369,275,2,0,356,0,1,0,0,0),(20751,3283,1,1,1,7234,1,1369.72,-3620.78,91.9166,4.32615,275,5,0,356,0,1,0,0,0),(20750,3283,1,1,1,7234,1,1306.79,-3652.98,91.787,0.226717,275,0,0,356,0,0,0,0,0),(20749,3283,1,1,1,7234,1,1414.19,-3436.66,92.9402,5.45217,275,2,0,356,0,1,0,0,0),(20748,3283,1,1,1,1122,1,1354.89,-3509.29,92.9995,6.2347,275,0,0,356,0,2,0,0,0),(20747,3283,1,1,1,3911,1,1356.77,-3538.69,95.3672,5.39118,275,0,0,356,0,0,0,0,0),(20746,3283,1,1,1,7234,1,1343.03,-3597.4,91.8036,4.37701,275,0,0,356,0,2,0,0,0),(20745,3283,1,1,1,3910,1,1343.43,-3452.86,93.6413,0.507268,275,2,0,356,0,1,0,0,0),(20744,3283,1,1,1,7234,1,1351.55,-3653.22,92.7749,6.18655,275,0,0,356,0,0,0,0,0),(20743,3283,1,1,1,3910,1,1345.39,-3564.29,92.7101,2.40912,275,5,0,356,0,1,0,0,0),(20742,3283,1,1,1,7234,1,1360.36,-3444.26,96.7074,3.25814,275,2,0,356,0,1,0,0,0),(20741,3283,1,1,1,7234,1,1358.71,-3641.78,92.7527,3.93454,275,0,0,356,0,0,0,0,0),(20740,3283,1,1,1,3911,1,1339.98,-3500.44,93.3607,5.75565,275,2,0,356,0,1,0,0,0),(20739,3283,1,1,1,3910,1,1237.11,-3682.98,93.2015,1.7764,275,5,0,356,0,1,0,0,0),(20738,3283,1,1,1,7234,1,1374.51,-3675.58,91.787,5.68,275,5,0,356,0,1,0,0,0),(20737,3283,1,1,1,7234,1,1378.94,-3478,94.7912,1.49443,275,2,0,356,0,1,0,0,0),(20736,5842,1,1,1,1337,0,1049.3,-3418.84,91.5937,3.71927,43200,0,0,1347,0,2,0,0,0),(20735,3282,1,1,1,7237,1,1096.73,-3062.37,81.955,4.27697,275,5,0,328,0,1,0,0,0),(20734,3282,1,1,1,7237,1,1103.32,-3106.19,83.211,1.14611,275,5,0,328,0,1,0,0,0),(20733,3282,1,1,1,3912,1,1028.71,-3078.45,91.7485,5.23044,275,2,0,328,0,1,0,0,0),(20732,3282,1,1,1,7237,1,1106.77,-3161.98,82.1305,0.566842,275,5,0,328,0,1,0,0,0),(20731,3282,1,1,1,7237,1,986.502,-3087.3,81.9959,3.00488,275,5,0,328,0,1,0,0,0),(20730,3282,1,1,1,3912,1,1034.38,-3073.94,105.125,5.66784,275,5,0,328,0,1,0,0,0),(20729,3282,1,1,1,7237,1,1041.72,-3037.23,82.4605,1.23152,275,5,0,328,0,1,0,0,0),(20728,3282,1,1,1,3912,1,1131.54,-3030.9,92.1529,1.33003,275,5,0,328,0,1,0,0,0),(20727,3282,1,1,1,7237,1,1023.82,-3153.38,83.4293,2.57127,275,5,0,328,0,1,0,0,0),(20726,3282,1,1,1,3912,1,1050.63,-3069.66,91.758,1.37588,275,2,0,328,0,1,0,0,0),(20725,3282,1,1,1,7237,1,1060.9,-3083.42,105.138,5.92336,275,0,0,328,0,0,0,0,0),(20724,3282,1,1,1,7237,1,1131.6,-3082.19,94.8842,3.20559,275,5,0,328,0,1,0,0,0),(20723,3282,1,1,1,7237,1,1045.8,-3097.71,83.3223,5.78581,275,0,0,328,0,0,0,0,0),(20722,3282,1,1,1,7237,1,1051.39,-3194.98,82.1222,2.24398,275,5,0,328,0,1,0,0,0),(20721,3282,1,1,1,3912,1,1035.29,-3050.94,98.8402,2.77878,275,0,0,328,0,0,0,0,0),(20720,5841,1,1,1,9533,1,-1182.23,-3123.94,92.1878,3.0143,43200,0,0,1158,0,0,0,0,0),(20719,3280,1,1,1,1350,0,525.749,-1224.54,92.2916,1.06376,275,5,0,350,390,1,0,0,0),(20718,3280,1,1,1,1350,0,707.334,-1280.48,92.6667,1.85706,275,0,0,350,390,0,0,0,0),(20717,3280,1,1,1,1350,0,822.237,-1261.96,107.574,0.382687,275,3,0,350,390,1,0,0,0),(20716,3280,1,1,1,1350,0,905.312,-1307.79,105.097,4.33959,275,5,0,350,390,1,0,0,0),(20715,3280,1,1,1,1350,0,873.677,-1347,91.7916,3.56263,275,5,0,350,390,1,0,0,0),(20712,3280,1,1,1,1350,0,594.482,-1480.2,91.7917,4.96678,275,5,0,350,390,1,0,0,0),(20711,3280,1,1,1,1350,0,542.728,-1507.84,93.5783,6.25297,275,5,0,350,390,1,0,0,0),(20710,3280,1,1,1,1350,0,805.698,-1354,91.7795,4.23295,275,5,0,350,390,1,0,0,0),(20702,3280,1,1,1,1350,0,702.893,-1360.02,91.9166,2.58215,275,5,0,350,390,1,0,0,0),(20701,3280,1,1,1,1350,0,739.597,-1310.45,92.0416,4.5601,275,5,0,350,390,1,0,0,0),(20700,3280,1,1,1,1350,0,803.855,-1387.85,92.1807,0.068366,275,5,0,350,390,1,0,0,0),(20699,3280,1,1,1,1350,0,512.739,-1204.49,92.6666,4.48557,275,0,0,350,390,0,0,0,0),(20698,3280,1,1,1,1350,0,730.486,-1280.11,91.7917,1.45407,275,0,0,350,390,0,0,0,0),(20697,3280,1,1,1,1350,0,506.226,-1243.59,91.9166,2.38202,275,5,0,350,390,1,0,0,0),(20696,3280,1,1,1,1350,0,671.527,-1312.83,92.7916,1.189,275,5,0,350,390,1,0,0,0),(20695,3280,1,1,1,1350,0,442.904,-1304.81,91.7917,5.83906,275,5,0,350,390,1,0,0,0),(20694,3280,1,1,1,1350,0,413.084,-1294.13,91.7917,3.76569,275,5,0,350,390,1,0,0,0),(20693,3280,1,1,1,1350,0,610.216,-1242.94,91.7917,5.25545,275,5,0,350,390,1,0,0,0),(20692,3280,1,1,1,1350,0,659.887,-1334.82,92.1666,6.02587,275,0,0,350,390,0,0,0,0),(20691,3280,1,1,1,1350,0,803.463,-1315.42,91.9629,3.63029,275,0,0,350,390,0,0,0,0),(20690,3280,1,1,1,1350,0,727.511,-1252.08,91.7917,0.153892,275,5,0,350,390,1,0,0,0),(20689,3280,1,1,1,1350,0,455.715,-1268.37,92.0417,1.42071,275,5,0,350,390,1,0,0,0),(20688,3280,1,1,1,1350,0,773.686,-1315.2,91.8792,4.14419,275,5,0,350,390,1,0,0,0),(20687,3279,1,1,1,2143,0,494.882,-1252.23,91.7916,1.19033,275,5,0,386,0,1,0,0,0),(20686,3279,1,1,1,2143,0,557.992,-1184.55,91.787,1.41142,275,5,0,386,0,1,0,0,0),(20685,5838,1,1,1,9448,1,-1168.87,-3165.49,91.75,0.994838,19900,0,0,386,0,0,0,0,0),(20684,3278,1,1,1,2163,0,531.489,-1407.84,92.0417,4.65991,275,5,0,356,0,1,0,0,0),(20683,3278,1,1,1,2163,0,751.434,-1261.58,91.7917,0.36769,275,5,0,356,0,1,0,0,0),(20682,3278,1,1,1,2163,0,553.063,-1346.91,91.8733,0.92303,275,5,0,356,0,1,0,0,0),(20681,3278,1,1,1,2163,0,420.404,-1310.91,92.7917,6.10729,275,5,0,356,0,1,0,0,0),(20680,3278,1,1,1,2163,0,898.952,-1352.25,92.9166,4.59071,275,5,0,356,0,1,0,0,0),(20679,3278,1,1,1,2163,0,750.52,-1296.69,91.7916,4.62465,275,5,0,356,0,1,0,0,0),(20678,3278,1,1,1,2163,0,721.99,-1291.84,91.7917,1.13089,275,5,0,356,0,1,0,0,0),(20677,3278,1,1,1,2163,0,871.643,-1356.02,91.7916,5.72634,275,5,0,356,0,1,0,0,0),(20676,3278,1,1,1,2163,0,667.417,-1292.28,91.9167,4.79197,275,3,0,356,0,1,0,0,0),(20675,3278,1,1,1,2163,0,475.702,-1380.29,93.2917,3.81802,275,5,0,356,0,1,0,0,0),(20674,3278,1,1,1,2163,0,620.947,-1348.97,91.7916,0.65542,275,10,0,356,0,1,0,0,0),(20673,3278,1,1,1,2163,0,781.141,-1331.33,89.2542,2.28753,275,5,0,356,0,1,0,0,0),(20672,3278,1,1,1,2163,0,696.656,-1218.89,91.9159,2.42581,275,5,0,356,0,1,0,0,0),(20671,3278,1,1,1,2163,0,719.913,-1268.05,92.4167,5.80513,275,5,0,356,0,1,0,0,0),(20670,3278,1,1,1,2163,0,516.956,-1286.15,91.7916,4.77093,275,5,0,356,0,1,0,0,0),(20669,3278,1,1,1,2163,0,714.689,-1324.56,91.7916,2.32541,275,10,0,356,0,1,0,0,0),(20668,3278,1,1,1,2163,0,451.578,-1347.85,96.0462,6.01234,275,5,0,356,0,1,0,0,0),(20667,3278,1,1,1,2163,0,457.034,-1290.02,93.1667,0.668362,275,5,0,356,0,1,0,0,0),(20666,3278,1,1,1,2163,0,503.937,-1220.35,91.7916,2.3935,275,5,0,356,0,1,0,0,0),(20665,3278,1,1,1,2163,0,591.922,-1308.06,92.4166,2.51294,275,10,0,356,0,1,0,0,0),(20664,3278,1,1,1,2163,0,529.302,-1246.52,91.7916,0.140269,275,5,0,356,0,1,0,0,0),(20663,3278,1,1,1,2163,0,808.857,-1422.43,95.4166,4.1555,275,5,0,356,0,1,0,0,0),(20662,3278,1,1,1,2163,0,513.136,-1389.34,91.7917,4.31476,275,0,0,356,0,2,0,0,0),(20661,3278,1,1,1,2163,0,718.554,-1356.26,93.1666,5.10205,275,5,0,356,0,1,0,0,0),(20660,3278,1,1,1,2163,0,615.827,-1227.58,91.7917,3.78294,275,5,0,356,0,1,0,0,0),(20659,3278,1,1,1,2163,0,703.59,-1248.51,91.7917,1.53484,275,5,0,356,0,1,0,0,0),(20658,3278,1,1,1,2163,0,558.795,-1404.96,93.7917,5.0442,275,5,0,356,0,1,0,0,0),(20657,3278,1,1,1,2163,0,518.003,-1151.54,92.0416,6.16711,275,5,0,356,0,1,0,0,0),(20656,3278,1,1,1,2163,0,579.747,-1436.44,92.4167,0.955237,275,5,0,356,0,1,0,0,0),(20655,3278,1,1,1,2163,0,621.479,-1245.99,92.4167,2.146,275,0,0,356,0,0,0,0,0),(20654,3278,1,1,1,2163,0,802.03,-1330.48,91.8506,1.53314,275,0,0,356,0,0,0,0,0),(20653,3278,1,1,1,2163,0,591.309,-1274.23,92.1667,2.42424,275,0,0,356,0,0,0,0,0),(20652,3278,1,1,1,2163,0,645.365,-1319.64,91.7916,2.78199,275,5,0,356,0,1,0,0,0),(20651,3278,1,1,1,2163,0,584.561,-1247.04,91.7916,1.47842,275,5,0,356,0,1,0,0,0),(20650,3278,1,1,1,2163,0,549.345,-1253.24,92.0416,4.77152,275,0,0,356,0,0,0,0,0),(20649,3278,1,1,1,2163,0,762.788,-1246.36,91.9167,2.98137,275,5,0,356,0,1,0,0,0),(20648,3278,1,1,1,2163,0,820.429,-1302.99,91.7256,2.00502,275,5,0,356,0,1,0,0,0),(20647,3278,1,1,1,2163,0,568.882,-1460.79,92.6667,5.77617,275,5,0,356,0,1,0,0,0),(20646,3278,1,1,1,2163,0,428.48,-1277.83,92.1667,0.552786,275,5,0,356,0,1,0,0,0),(20645,3278,1,1,1,2163,0,891.894,-1308.38,103.543,0.358671,275,5,0,356,0,1,0,0,0),(20644,3278,1,1,1,2163,0,582.27,-1377.58,91.7916,2.18023,275,5,0,356,0,1,0,0,0),(20643,3278,1,1,1,2163,0,821.009,-1394.21,91.8057,3.74618,275,5,0,356,0,1,0,0,0),(20642,3278,1,1,1,2163,0,621.593,-1378.22,96.6666,1.03224,275,2,0,356,0,1,0,0,0),(20641,3278,1,1,1,2163,0,533.496,-1447.21,91.75,3.56047,275,30,0,356,0,1,0,0,0),(20640,6606,1,1,1,7047,0,1053.25,-3027.45,82.2362,3.49015,275,0,0,356,0,2,0,0,0),(20639,3278,1,1,1,2163,0,550.5,-1152,91.787,6.0462,275,5,0,356,0,1,0,0,0),(20638,3278,1,1,1,2163,0,479.845,-1412.66,91.7917,2.11002,275,30,0,356,0,1,0,0,0),(20637,3278,1,1,1,2163,0,718.967,-1379.89,91.7916,5.13178,275,5,0,356,0,1,0,0,0),(20636,3278,1,1,1,2163,0,528.191,-1205,91.9166,2.45875,275,5,0,356,0,1,0,0,0),(20635,5837,1,1,1,4874,0,-52.749,-1631.89,91.75,3.9968,19900,0,0,328,0,0,0,0,0),(20634,3277,1,1,1,2162,0,317.658,-1451.88,91.7917,3.1103,275,5,0,328,0,1,0,0,0),(20633,3277,1,1,1,2162,0,478.973,-1526.83,93.6353,0.053682,275,5,0,328,0,1,0,0,0),(20632,3277,1,1,1,2162,0,335.821,-1595.75,91.7917,1.08638,275,5,0,328,0,1,0,0,0),(20631,3277,1,1,1,2162,0,348.399,-1551.86,92.0417,3.77389,275,5,0,328,0,1,0,0,0),(20630,3277,1,1,1,2162,0,357.537,-1615.02,92.6667,1.45307,275,5,0,328,0,1,0,0,0),(20629,3277,1,1,1,2162,0,514.221,-1467.51,93.0293,5.2709,275,0,0,328,0,0,0,0,0),(20628,3277,1,1,1,2162,0,354.338,-1481.12,92.5417,0.368177,275,20,0,328,0,1,0,0,0),(20627,3277,1,1,1,2162,0,553.62,-1483.65,91.7917,6.23473,275,5,0,328,0,1,0,0,0),(20626,3277,1,1,1,2162,0,315.217,-1431.9,91.7917,2.79103,275,5,0,328,0,1,0,0,0),(20625,3277,1,1,1,2162,0,580.894,-1455.23,92.2917,2.10131,275,0,0,328,0,0,0,0,0),(20624,3277,1,1,1,2162,0,349.184,-1442.09,91.7917,5.7191,275,5,0,328,0,1,0,0,0),(20623,3277,1,1,1,2162,0,619.024,-1556.26,92.0141,5.84079,275,5,0,328,0,1,0,0,0),(20622,3277,1,1,1,2162,0,563.049,-1442.2,92.7917,3.38095,275,5,0,328,0,1,0,0,0),(20621,3277,1,1,1,2162,0,463.068,-1490.82,93.0417,0.602412,275,5,0,328,0,1,0,0,0),(20620,3277,1,1,1,2162,0,415.858,-1482.93,91.7917,1.79526,275,20,0,328,0,1,0,0,0),(20619,3277,1,1,1,2162,0,627.324,-1526.66,92.5417,3.04508,275,5,0,328,0,1,0,0,0),(20618,3277,1,1,1,2162,0,485.375,-1477.63,93.6973,1.46242,275,5,0,328,0,1,0,0,0),(20617,3277,1,1,1,2162,0,281.896,-1545.01,91.7917,1.69707,275,5,0,328,0,1,0,0,0),(20616,3277,1,1,1,2162,0,281.384,-1477.48,91.7917,1.77702,275,5,0,328,0,1,0,0,0),(20615,3277,1,1,1,2162,0,404.839,-1465.78,91.7917,0.041767,275,0,0,328,0,0,0,0,0),(20614,5836,1,1,1,7049,1,1018.6,-3075.4,105.163,1.97222,19900,0,0,449,0,0,0,0,0),(20613,3276,1,1,1,3218,0,477.308,-1501.62,94.1353,2.53372,275,5,0,300,0,1,0,0,0),(1109,684,0,1,1,633,0,-13093.7,-158.198,-1.5694,2.38863,300,5,0,1536,0,1,0,0,0),(37540,18982,269,3,1,0,0,-1704.23,6970.73,22.529,3.35531,86400,3,0,9489,0,1,0,0,0),(37541,18983,269,3,1,0,0,-1725.39,6959.58,21.9548,3.62628,86400,3,0,9489,0,1,0,0,0),(20612,3276,1,1,1,3218,0,615.862,-1488.1,91.7917,4.37479,275,5,0,300,0,1,0,0,0),(20611,3276,1,1,1,3218,0,480.316,-1552.05,91.7917,3.94856,275,5,0,300,0,1,0,0,0),(20610,3276,1,1,1,3218,0,581.126,-1518.44,92.1667,3.82714,275,0,0,300,0,0,0,0,0),(20609,3276,1,1,1,3218,0,295.846,-1443.8,91.7917,4.61634,275,5,0,300,0,1,0,0,0),(20608,3276,1,1,1,3218,0,453.138,-1521.29,93.4167,5.08907,275,5,0,300,0,1,0,0,0),(20607,3276,1,1,1,3218,0,384.334,-1518.23,91.7917,5.81897,275,20,0,300,0,1,0,0,0),(37554,20075,269,3,1,0,0,-1746.57,6948.48,17.3772,3.62235,86400,3,0,9489,0,1,0,0,0),(37555,18983,269,3,1,0,0,-1784.27,6932.96,23.2578,3.53203,86400,3,0,9489,0,1,0,0,0),(37556,5484,0,1,1,0,1,-8547.72,814.663,106.53,3.85301,350,0,1,1753,0,2,0,0,0),(20606,3276,1,1,1,3218,0,548.102,-1550.76,94.3351,3.81218,275,30,0,300,0,1,0,0,0),(20605,3276,1,1,1,3218,0,514.699,-1489.46,94.2593,3.74909,275,0,0,300,0,0,0,0,0),(20604,3276,1,1,1,3218,0,586.29,-1582.63,94.0522,0.086607,275,15,0,300,0,1,0,0,0),(20603,3276,1,1,1,3218,0,321.041,-1579.34,92.4167,1.17962,275,0,0,300,0,0,0,0,0),(20602,3276,1,1,1,3218,0,331.445,-1621.73,92.1667,4.16582,275,5,0,300,0,1,0,0,0),(20601,3276,1,1,1,3218,0,627.348,-1573.38,91.7917,4.83047,275,5,0,300,0,1,0,0,0),(20600,3276,1,1,1,3218,0,520.089,-1515.43,94.3853,0.282355,275,5,0,300,0,1,0,0,0),(20599,3276,1,1,1,3218,0,304.438,-1460.03,91.7917,1.86381,275,5,0,300,0,1,0,0,0),(37571,5489,0,1,1,0,1,-8519,863.419,109.826,5.185,430,0,0,2769,0,0,0,0,0),(20598,3276,1,1,1,3218,0,490.353,-1453.4,93.2985,0.37106,275,5,0,300,0,1,0,0,0),(20597,3276,1,1,1,3218,0,617.571,-1622.17,91.7917,4.71704,275,15,0,300,0,1,0,0,0),(20596,3276,1,1,1,3218,0,338.275,-1453.53,91.7917,1.55123,275,5,0,300,0,1,0,0,0),(20595,3276,1,1,1,3218,0,384.819,-1468.67,91.7917,1.76971,275,5,0,300,0,1,0,0,0),(20594,3276,1,1,1,3218,0,338.018,-1420.7,91.7917,1.58744,275,5,0,300,0,1,0,0,0),(20593,3276,1,1,1,3218,0,612.89,-1535.44,92.2641,3.57358,275,5,0,300,0,1,0,0,0),(20592,3276,1,1,1,3218,0,646.825,-1543.5,99.078,2.47787,275,5,0,300,0,1,0,0,0),(37585,5491,0,1,1,0,1,-8574,860.909,106.518,0.792,540,0,0,1753,0,0,0,0,0),(37586,5492,0,1,1,0,1,-8565,880.211,106.519,3.783,430,0,0,2769,0,0,0,0,0),(37587,18983,269,3,1,0,0,-1796.15,6900.58,23.7106,4.36062,86400,3,0,9489,0,1,0,0,0),(37588,18982,269,3,1,0,0,-1817.58,6892.95,23.6438,3.21787,86400,3,0,9489,0,1,0,0,0),(1108,772,0,1,1,614,0,-12686.1,-88.5606,12.098,4.91893,300,10,0,1536,0,1,0,0,0),(97575,6491,571,1,4294967295,0,0,2764.22,1043.91,23.9775,6.0808,60,0,0,4120,0,0,0,0,0),(37593,18982,269,3,1,0,0,-1858.15,6911.89,26.0655,2.66024,86400,3,0,9489,0,1,0,0,0),(37594,18983,269,3,1,0,0,-1865.13,6943.28,28.3515,1.78452,86400,3,0,9489,0,1,0,0,0),(1106,1558,0,1,1,844,0,-13867,-22.393,54.0785,4.24532,300,5,0,1981,0,1,0,0,0),(37597,20075,269,3,1,0,0,-1870.12,6977.02,17.3785,1.71776,86400,3,0,9489,0,1,0,0,0),(1105,672,0,1,1,4621,1,-13008.2,-845.519,71.4626,3.60306,300,0,0,1711,1483,0,0,0,0),(1104,1563,0,1,1,794,1,-13457.5,698.094,7.36411,1.42186,300,5,0,1829,0,1,0,0,0),(37602,5509,0,1,1,0,1,-8388,692.506,95.357,3.927,310,0,0,1003,0,0,0,0,0),(37603,5510,0,1,1,0,1,-8418,646.006,97.449,0.719,310,0,0,1003,0,0,0,0,0),(37604,5511,0,1,1,0,1,-8424,616.944,95.543,2.234,310,0,0,1221,0,0,0,0,0),(37605,5512,0,1,1,0,1,-8431,624.03,95.461,5.235,310,0,0,1003,0,0,0,0,0),(37606,5513,0,1,1,0,1,-8434,692.809,103.364,0.717,310,0,0,1342,0,0,0,0,0),(37607,5514,0,1,1,0,1,-8430,695.138,96.401,5.061,310,0,0,1003,0,0,0,0,0),(37608,5515,0,1,1,0,1,-8415,553.182,95.703,3.923,490,0,0,4120,0,0,0,0,0),(37609,5516,0,1,1,0,1,-8410,548.566,95.532,2.954,430,0,0,2769,0,0,0,0,0),(37610,5517,0,1,1,0,1,-8413,541.475,102.494,0.636,540,0,0,1753,0,0,0,0,0),(37611,5518,0,1,1,0,1,-8347,644.134,95.755,3.84,310,0,0,1342,0,0,0,0,0),(37612,5519,0,1,1,0,1,-8342,638.829,95.339,3.773,310,0,0,1003,0,0,0,0,0),(1103,1563,0,1,1,794,1,-13414.4,743.018,1.70527,4.84614,300,5,0,1829,0,1,0,0,0),(20591,3276,1,1,1,3218,0,306.95,-1618.24,91.7917,6.25508,275,5,0,300,0,1,0,0,0),(37617,20075,269,3,1,0,0,-1837.26,7000.93,17.408,0.649616,86400,3,0,9489,0,1,0,0,0),(37618,20075,269,3,1,0,0,-1790.09,6995.97,17.5222,6.12384,86400,3,0,9489,0,1,0,0,0),(37619,18983,269,3,1,0,0,-1813.2,6969.3,23.1634,4.91433,86400,3,0,9489,0,1,0,0,0),(12175,5890,1,1,1,0,0,-3039.04,-740.04,43.3674,0.563712,120,20,0,42,0,1,0,0,0),(37621,18982,269,3,1,0,0,-1822.57,6943.05,23.5305,4.34884,86400,3,0,9489,0,1,0,0,0),(37622,20075,269,3,1,0,0,-1920.07,6939.61,17.44,3.21787,86400,3,0,9489,0,1,0,0,0),(37623,18983,269,3,1,0,0,-1953.31,6924.93,21.835,3.8187,86400,3,0,9489,0,1,0,0,0),(1101,1564,0,1,1,4461,1,-13448,722.787,4.11255,4.42121,300,0,0,1292,3191,0,0,0,0),(20590,3276,1,1,1,3218,0,356.253,-1574.23,91.7917,0.238282,275,5,0,300,0,1,0,0,0),(37628,20075,269,3,1,0,0,-1990.03,6901.62,22.9635,3.72053,86400,3,0,9489,0,1,0,0,0),(37629,18983,269,3,1,0,0,-2040.98,6890.72,21.1042,4.60017,86400,3,0,9489,0,1,0,0,0),(37630,20075,269,3,1,0,0,-2017.05,6885.67,17.278,6.21809,86400,3,0,9489,0,1,0,0,0),(37631,20075,269,3,1,0,0,-1981.88,6847.01,17.4646,5.51516,86400,3,0,9489,0,1,0,0,0),(37632,18983,269,3,1,0,0,-1944.4,6828.44,21.4213,5.7979,86400,3,0,9489,0,1,0,0,0),(37633,18982,269,3,1,0,0,-1973.6,6824.21,22.368,3.35924,86400,3,0,9489,0,1,0,0,0),(37634,18983,269,3,1,0,0,-2001.67,6831.93,24.153,2.97047,86400,3,0,9489,0,1,0,0,0),(37635,18983,269,3,1,0,0,-2024.93,6820.56,25.1743,2.91156,86400,3,0,9489,0,1,0,0,0),(37636,18983,269,3,1,0,0,-2046.47,6842.8,24.8734,2.31073,86400,3,0,9489,0,1,0,0,0),(37637,18982,269,3,1,0,0,-2045.28,6863.69,25.141,1.48999,86400,3,0,9489,0,1,0,0,0),(37638,18983,269,3,1,0,0,-2074.38,6853.88,24.5444,3.50454,86400,3,0,9489,0,1,0,0,0),(37639,18982,269,3,1,0,0,-2101.25,6834.79,22.5474,1.16798,86400,3,0,9489,0,1,0,0,0),(37640,18982,269,3,1,0,0,-2105.59,6859.13,23.0219,1.53712,86400,3,0,9489,0,1,0,0,0),(37641,18983,269,3,1,0,0,-2093.77,6898.46,22.5601,1.22296,86400,3,0,9489,0,1,0,0,0),(37642,18982,269,3,1,0,0,-2089.31,6901.46,22.2196,0.504319,86400,3,0,9489,0,1,0,0,0),(37643,18983,269,3,1,0,0,-2067.95,6937.64,22.4949,1.95338,86400,3,0,9489,0,1,0,0,0),(37644,18983,269,3,1,0,0,-2042.48,6953.5,23.0466,1.24652,86400,3,0,9489,0,1,0,0,0),(37645,18982,269,3,1,0,0,-2058.54,6984.98,20.532,2.0437,86400,3,0,9489,0,1,0,0,0),(37646,20075,269,3,1,0,0,-2037.52,6987,17.7274,0.0959117,86400,3,0,9489,0,1,0,0,0),(37647,20075,269,3,1,0,0,-2006.65,6977.22,17.1102,6.0885,86400,3,0,9489,0,1,0,0,0),(37648,20075,269,3,1,0,0,-1972.1,6997.56,17.773,0.60642,86400,3,0,9489,0,1,0,0,0),(37649,18983,269,3,1,0,0,-1950.19,7012.64,22.3052,1.32899,86400,3,0,9489,0,1,0,0,0),(37650,18982,269,3,1,0,0,-1938.86,7042.32,22.4674,1.41538,86400,3,0,9489,0,1,0,0,0),(37651,18983,269,3,1,0,0,-1936.73,7071.64,22.0126,1.50963,86400,3,0,9489,0,1,0,0,0),(37652,20075,269,3,1,0,0,-1944.9,7092.97,17.4775,1.94945,86400,3,0,9489,0,1,0,0,0),(37653,20075,269,3,1,0,0,-1918.86,7104.15,17.4777,0.39829,86400,3,0,9489,0,1,0,0,0),(37654,18983,269,3,1,0,0,-1844.52,7074.42,22.1436,3.89332,86400,3,0,9489,0,1,0,0,0),(37655,18982,269,3,1,0,0,-1857.94,7064.23,22.3291,3.68911,86400,3,0,9489,0,1,0,0,0),(37656,18982,269,3,1,0,0,-1823.61,7036.22,22.8792,0.264774,86400,3,0,9489,0,1,0,0,0),(37657,18983,269,3,1,0,0,-1806.23,7062.39,21.872,1.20725,86400,3,0,9489,0,1,0,0,0),(37658,18983,269,3,1,0,0,-1733.76,7074.02,22.3279,0.437563,86400,3,0,9489,0,1,0,0,0),(37659,18983,269,3,1,0,0,-1712.45,7272.15,21.9187,1.10908,86400,3,0,9489,0,1,0,0,0),(37660,18983,269,3,1,0,0,-1670.31,7344.74,22.8459,0.959853,86400,3,0,9489,0,1,0,0,0),(37661,18983,269,3,1,0,0,-1645.49,7377.92,21.7955,4.28994,86400,3,0,9489,0,1,0,0,0),(37662,18982,269,3,1,0,0,-1641.91,7358.44,22.6192,4.92611,86400,3,0,9489,0,1,0,0,0),(37663,18983,269,3,1,0,0,-1635.87,7326.98,22.6401,3.99149,86400,3,0,9489,0,1,0,0,0),(37664,18983,269,3,1,0,0,-1674.33,7318.02,22.8873,3.25321,86400,3,0,9489,0,1,0,0,0),(37665,18983,269,3,1,0,0,-1698.74,7340.57,22.2526,2.60133,86400,3,0,9489,0,1,0,0,0),(37666,18983,269,3,1,0,0,-1765.95,7324.55,20.2465,4.05039,86400,3,0,9489,0,1,0,0,0),(37667,18982,269,3,1,0,0,-1788.03,7316.3,23.6966,3.58308,86400,3,0,9489,0,1,0,0,0),(37668,18983,269,3,1,0,0,-1827.61,7359.48,22.8299,2.2479,86400,3,0,9489,0,1,0,0,0),(37669,18983,269,3,1,0,0,-1900.82,7328.23,22.4533,3.94043,86400,3,0,9489,0,1,0,0,0),(37670,18983,269,3,1,0,0,-1881.25,7303.8,22.087,5.77827,86400,3,0,9489,0,1,0,0,0),(37671,18982,269,3,1,0,0,-1881.55,7289.37,22.6141,4.61981,86400,3,0,9489,0,1,0,0,0),(37672,18983,269,3,1,0,0,-1910.69,7293.97,29.2639,4.21533,86400,3,0,9489,0,1,0,0,0),(37673,18983,269,3,1,0,0,-1927.44,7293.5,27.5954,4.08574,86400,3,0,9489,0,1,0,0,0),(37674,18982,269,3,1,0,0,-1964.77,7278.77,23.3356,2.92727,86400,3,0,9489,0,1,0,0,0),(37675,18983,269,3,1,0,0,-1965.24,7304.61,25.4144,1.7099,86400,3,0,9489,0,1,0,0,0),(37676,18983,269,3,1,0,0,-1964.16,7336.68,24.3724,1.53712,86400,3,0,9489,0,1,0,0,0),(37677,18982,269,3,1,0,0,-1983.58,7322.66,23.3843,3.5281,86400,3,0,9489,0,1,0,0,0),(37678,18983,269,3,1,0,0,-2041.83,7388.73,24.0283,2.81731,86400,3,0,9489,0,1,0,0,0),(37679,18983,269,3,1,0,0,-2074.18,7386.17,24.1144,3.39851,86400,3,0,9489,0,1,0,0,0),(37680,18983,269,3,1,0,0,-2094.3,7360.77,23.0647,4.14856,86400,3,0,9489,0,1,0,0,0),(37681,18982,269,3,1,0,0,-2082.24,7326.3,23.0844,5.08319,86400,3,0,9489,0,1,0,0,0),(37682,18982,269,3,1,0,0,-2070.83,7297.27,23.1743,5.08711,86400,3,0,9489,0,1,0,0,0),(37683,18983,269,3,1,0,0,-2093.74,7285.92,23.9434,3.48097,86400,3,0,9489,0,1,0,0,0),(37684,18983,269,3,1,0,0,-2124.7,7294.5,23.3589,1.5214,86400,3,0,9489,0,1,0,0,0),(37685,18982,269,3,1,0,0,-2127.82,7321.09,24.363,2.36178,86400,3,0,9489,0,1,0,0,0),(37686,18983,269,3,1,0,0,-2125.29,7357.21,23.7706,1.74132,86400,3,0,9489,0,1,0,0,0),(37687,18983,269,3,1,0,0,-2119.03,7384.57,22.3343,0.00558424,86400,3,0,9489,0,1,0,0,0),(37688,18982,269,3,1,0,0,-2093.46,7395.9,23.3806,0.174445,86400,3,0,9489,0,1,0,0,0),(37689,18983,269,3,1,0,0,-2053.17,7083.26,21.8866,3.34353,86400,3,0,9489,0,1,0,0,0),(37690,18983,269,3,1,0,0,-2082.03,7056.53,21.488,3.91687,86400,3,0,9489,0,1,0,0,0),(37691,18983,269,3,1,0,0,-2120.36,7052.16,22.97,3.25321,86400,3,0,9489,0,1,0,0,0),(37692,18982,269,3,1,0,0,-2115.47,7028,22.1767,5.02428,86400,3,0,9489,0,1,0,0,0),(37693,20075,269,3,1,0,0,-2076.25,7018.94,17.4656,0.162665,86400,3,0,9489,0,1,0,0,0),(37694,18983,269,3,1,0,0,-2083.33,6981.77,22.5991,4.81222,86400,3,0,9489,0,1,0,0,0),(37695,18983,269,3,1,0,0,-2065.79,6930.8,22.3041,5.28739,86400,3,0,9489,0,1,0,0,0),(37696,20075,269,3,1,0,0,-2037.55,6980.06,17.5606,1.05017,86400,3,0,9489,0,1,0,0,0),(37697,20075,269,3,1,0,0,-2009.76,6960.05,17.5407,4.30172,86400,3,0,9489,0,1,0,0,0),(37698,18982,269,3,1,0,0,-2044.95,6951.71,22.9226,2.88015,86400,3,0,9489,0,1,0,0,0),(37699,18983,269,3,1,0,0,-2026.6,7008.75,22.6752,1.62351,86400,3,0,9489,0,1,0,0,0),(37700,18982,269,3,1,0,0,-2040.32,7020.28,23.4067,2.24005,86400,3,0,9489,0,1,0,0,0),(20589,3276,1,1,1,3218,0,497.144,-1491.1,94.6547,0.366519,275,0,0,300,0,0,0,0,0),(20588,3275,1,1,1,4874,1,-1157.47,-3127.11,93.67,-3.03911,275,0,0,328,0,0,0,0,0),(20587,3275,1,1,1,4874,1,-1286.16,-3084.85,93.7667,1.81957,275,5,0,328,0,1,0,0,0),(37708,20075,269,3,1,0,0,-1995.94,7032.72,17.7359,0.374727,86400,3,0,9489,0,1,0,0,0),(1100,1151,0,1,1,2548,0,-11923.6,842.423,0.946231,0.737027,300,5,0,1403,0,1,0,0,0),(20586,3275,1,1,1,4874,1,-1290.58,-2842.22,93.5425,0.894048,275,5,0,328,0,1,0,0,0),(20585,3275,1,1,1,4874,1,-1550.39,-2880.64,91.7917,3.86662,275,5,0,328,0,1,0,0,0),(37715,20075,269,3,1,0,0,-1973.57,7116.06,17.4783,0.806697,86400,3,0,9489,0,1,0,0,0),(20584,3275,1,1,1,4874,1,-1246.53,-2746.67,91.7916,1.43646,275,5,0,328,0,1,0,0,0),(20583,3275,1,1,1,4874,1,-1482.03,-3032.52,91.7917,2.08767,275,5,0,328,0,1,0,0,0),(20582,3275,1,1,1,4874,1,-1543.73,-2904.48,91.7917,1.40305,275,5,0,328,0,1,0,0,0),(20581,3275,1,1,1,4874,1,-1352.25,-3052.89,92.5331,4.94511,275,5,0,328,0,1,0,0,0),(20580,3275,1,1,1,4874,1,-1287.89,-2820.94,93.1643,5.7218,275,5,0,328,0,1,0,0,0),(20579,3275,1,1,1,4874,1,-1342.26,-3110.99,91.7917,2.89803,275,0,0,328,0,0,0,0,0),(20578,3275,1,1,1,4874,1,-1220.52,-2777.53,91.9093,2.91066,275,0,0,328,0,2,0,0,0),(20577,3275,1,1,1,4874,1,-1237.82,-2084.81,91.5492,0.041671,275,0,0,328,0,0,0,0,0),(20576,3275,1,1,1,4874,1,-1401.19,-2756.57,91.7917,0.4748,275,0,0,328,0,0,0,0,0),(20575,3275,1,1,1,4874,1,-1159.23,-2948.66,93.7825,3.54595,275,5,0,328,0,1,0,0,0),(20574,3274,1,1,1,9445,1,-1016.74,-2719.69,94.7583,2.01207,275,5,0,300,0,1,0,0,0),(20573,3274,1,1,1,9445,1,-1133.36,-3132.6,94.259,5.00247,275,5,0,300,0,1,0,0,0),(20572,3274,1,1,1,9445,1,-1154.07,-2779.76,91.7917,4.91481,275,5,0,300,0,1,0,0,0),(20571,3274,1,1,1,9445,1,-1533.78,-2976.79,91.9035,2.66196,275,0,0,300,0,0,0,0,0),(20570,3274,1,1,1,9445,1,-1422.8,-2682.44,93.5649,3.32968,275,5,0,300,0,1,0,0,0),(20569,3274,1,1,1,9445,1,-1277,-2853.46,93.6966,2.65844,275,5,0,300,0,1,0,0,0),(20568,3274,1,1,1,9445,1,-1478.94,-3013.48,91.7917,2.60808,275,0,0,300,0,0,0,0,0),(20567,3274,1,1,1,9445,1,-913.037,-2216.65,91.6961,-1.40656,275,0,0,300,0,0,0,0,0),(20566,3274,1,1,1,9445,1,-1255.58,-2294.36,94.0965,1.19899,275,5,0,300,0,1,0,0,0),(20565,3274,1,1,1,9445,1,-1283.28,-3152.77,98.5216,0.271338,275,5,0,300,0,1,0,0,0),(20564,3274,1,1,1,9445,1,-1220.66,-2815.17,93.9732,6.23591,275,5,0,300,0,1,0,0,0),(20563,3274,1,1,1,9445,1,-1415.86,-2715.95,93.6051,0.482749,275,5,0,300,0,1,0,0,0),(20562,3273,1,1,1,9443,1,-850.227,-2116.41,92.3302,1.8735,275,5,0,253,264,1,0,0,0),(20561,3273,1,1,1,9443,1,-886.955,-2087.8,89.0518,3.56398,275,5,0,253,264,1,0,0,0),(20560,3273,1,1,1,9443,1,-876.65,-1976.44,93.3809,5.837,275,15,0,253,264,1,0,0,0),(20559,3273,1,1,1,9443,1,-937.949,-1867.95,102.104,1.04848,275,0,0,253,264,0,0,0,0),(20558,3273,1,1,1,9443,1,-883.341,-2043.73,81.19,1.92746,275,5,0,253,264,1,0,0,0),(20557,3273,1,1,1,9443,1,-983.43,-1913.2,92.1275,4.20102,275,5,0,253,264,1,0,0,0),(20555,3273,1,1,1,9443,1,-1085.12,-1981.93,87.9368,2.21352,275,5,0,253,264,1,0,0,0),(20554,3273,1,1,1,9443,1,-1011.73,-1944.87,91.2569,5.14255,275,5,0,253,264,1,0,0,0),(20553,3273,1,1,1,9443,1,-1116.27,-2018.12,87.1965,0.155591,275,5,0,253,264,1,0,0,0),(20552,3273,1,1,1,9443,1,-1148.39,-2222.32,83.5778,2.57202,275,5,0,253,264,1,0,0,0),(20551,3273,1,1,1,9443,1,-1154.78,-2114.38,88.3531,4.21704,275,5,0,253,264,1,0,0,0),(20550,3273,1,1,1,9443,1,-986.156,-2248.51,92.9702,1.75889,275,5,0,253,264,1,0,0,0),(20549,3273,1,1,1,9443,1,-1011.36,-2158.19,85.2632,4.07247,275,15,0,253,264,1,0,0,0),(20548,3273,1,1,1,9443,1,-946.737,-1988.34,91.3047,4.70262,275,5,0,253,264,1,0,0,0),(20547,3273,1,1,1,9443,1,-985.425,-1849.07,94.0474,4.21103,275,5,0,253,264,1,0,0,0),(20546,3273,1,1,1,9443,1,-956.122,-2018.78,84.5052,3.93058,275,0,0,253,264,2,0,0,0),(20545,3273,1,1,1,9443,1,-877.395,-2753.24,92.0417,0.872966,275,5,0,253,264,1,0,0,0),(20544,3273,1,1,1,9443,1,-863.247,-2728.11,91.7917,1.09942,275,5,0,253,264,1,0,0,0),(20543,3273,1,1,1,9443,1,-1172.8,-3155.37,91.7917,2.88509,275,0,0,253,264,0,0,0,0),(20542,3273,1,1,1,9443,1,-28.1144,-1921.77,93.5078,4.95683,275,5,0,253,264,1,0,0,0),(20541,3273,1,1,1,9443,1,-1078.72,-1918.51,91.8147,2.66699,275,5,0,253,264,1,0,0,0),(20540,3273,1,1,1,9443,1,-30.3987,-1903.3,94.1016,1.15406,275,5,0,253,264,1,0,0,0),(20539,3273,1,1,1,9443,1,80.3165,-2013.77,93.0207,3.26539,275,5,0,253,264,1,0,0,0),(20538,3273,1,1,1,9443,1,67.6824,-2098,91.7917,4.71921,275,0,0,253,264,0,0,0,0),(20537,3273,1,1,1,9443,1,28.6968,-2161.02,91.7917,6.26921,275,5,0,253,264,1,0,0,0),(20536,3273,1,1,1,9443,1,-155.831,-1798.37,91.7917,1.71167,275,5,0,253,264,1,0,0,0),(20535,3273,1,1,1,9443,1,-202.101,-1648.94,91.7917,0.050678,275,0,0,253,264,0,0,0,0),(20534,3273,1,1,1,9443,1,1.70334,-1759.74,91.8453,1.5666,275,0,0,253,264,0,0,0,0),(20533,3273,1,1,1,9443,1,-181.209,-1641.3,92.5417,1.42235,275,0,0,253,264,0,0,0,0),(20532,3273,1,1,1,9443,1,-89.4662,-1656.64,91.8236,1.41399,275,15,0,253,264,1,0,0,0),(20531,3273,1,1,1,9443,1,157.297,-1830.99,92.5966,4.27888,275,5,0,253,264,1,0,0,0),(20530,3273,1,1,1,9443,1,-895.982,-2926.44,91.7917,0.85216,275,0,0,253,264,0,0,0,0),(20529,3273,1,1,1,9443,1,174.158,-1805.91,92.5966,0.686427,275,5,0,253,264,1,0,0,0),(20528,3273,1,1,1,9443,1,263.722,-1933.84,91.7917,0.646822,275,0,0,253,264,0,0,0,0),(20527,3273,1,1,1,9443,1,-20.2042,-1985.3,93.7528,3.86844,275,5,0,253,264,1,0,0,0),(20526,3273,1,1,1,9443,1,-921.726,-2214.8,92.035,3.01845,275,5,0,253,264,1,0,0,0),(20525,3273,1,1,1,9443,1,-1092.69,-2805.23,92.2917,4.66455,275,5,0,253,264,1,0,0,0),(20524,3273,1,1,1,9443,1,-1129.16,-3147.13,94.1292,1.00826,275,0,0,253,264,2,0,0,0),(20523,3273,1,1,1,9443,1,123.198,-1913.39,93.925,1.01003,275,5,0,253,264,1,0,0,0),(20522,3273,1,1,1,9443,1,255.148,-1872.43,93.154,2.55793,275,5,0,253,264,1,0,0,0),(20521,3273,1,1,1,9443,1,212.66,-1949.4,94.2787,0.303364,275,0,0,253,264,2,0,0,0),(20520,3273,1,1,1,9443,1,286.108,-1913,91.7917,1.39275,275,5,0,253,264,1,0,0,0),(20519,3273,1,1,1,9443,1,-917.509,-2151.56,93.3496,3.55423,275,5,0,253,264,1,0,0,0),(20518,3273,1,1,1,9443,1,-1194.94,-2017.24,91.7917,0.910802,275,0,0,253,264,0,0,0,0),(20517,3273,1,1,1,9443,1,-1010.05,-2330.36,92.1731,0.252964,275,0,0,253,264,0,0,0,0),(20516,3273,1,1,1,9443,1,116.158,-1886.19,95.5644,5.78073,275,5,0,253,264,1,0,0,0),(20515,3273,1,1,1,9443,1,-51.1308,-1641.19,91.7917,5.56999,275,0,0,253,264,0,0,0,0),(20514,3273,1,1,1,9443,1,-1204.77,-2186.03,91.5863,3.44076,275,0,0,253,264,0,0,0,0),(20513,3273,1,1,1,9443,1,-1148.4,-2313.98,94.4897,5.41518,275,5,0,253,264,1,0,0,0),(20512,3273,1,1,1,9443,1,-1106.19,-2789.72,91.7917,5.21942,275,0,0,253,264,0,0,0,0),(20511,3273,1,1,1,9443,1,25.1076,-1735.22,108.775,3.94438,275,0,0,253,264,0,0,0,0),(1099,1108,0,1,1,843,0,-11946,-251.844,15.2975,0.282857,300,10,0,1427,0,1,0,0,0),(1098,1108,0,1,1,843,0,-11920.2,-281.911,13.7945,5.86932,300,5,0,1427,0,1,0,0,0),(20510,3273,1,1,1,9443,1,19.7367,-1780.62,92.1686,1.75245,275,0,0,253,264,0,0,0,0),(20509,3273,1,1,1,9443,1,52.4435,-1879.76,95.1021,0.048277,275,5,0,253,264,1,0,0,0),(20508,3273,1,1,1,9443,1,31.62,-1768.42,97.0436,5.98005,275,0,0,253,264,0,0,0,0),(20507,3272,1,1,1,9442,1,-876.737,-2789.97,92.6684,4.37212,275,5,0,247,0,1,0,0,0),(20506,3272,1,1,1,9442,1,-921.444,-2104.01,86.3951,3.61462,275,5,0,247,0,1,0,0,0),(20505,3272,1,1,1,9442,1,-940.293,-1899.8,101.79,4.27197,275,0,0,247,0,0,0,0,0),(20504,3272,1,1,1,9442,1,-951.649,-1885.02,98.0439,3.72365,275,0,0,247,0,2,0,0,0),(20503,3272,1,1,1,9442,1,-990.02,-1883.74,94.9167,1.56581,275,0,0,247,0,2,0,0,0),(20502,3272,1,1,1,9442,1,-1118.29,-1988.4,91.0466,5.68897,275,5,0,247,0,1,0,0,0),(20501,3272,1,1,1,9442,1,-1047.93,-1982.15,97.0074,6.25,275,5,0,247,0,1,0,0,0),(20500,3272,1,1,1,9442,1,-1149.63,-2043.95,90.7406,1.37413,275,5,0,247,0,1,0,0,0),(20499,3272,1,1,1,9442,1,-1150.27,-2182.11,83.2411,0.33225,275,5,0,247,0,1,0,0,0),(20498,3272,1,1,1,9442,1,-1147.45,-2246.23,84.4488,3.49237,275,5,0,247,0,1,0,0,0),(20497,3272,1,1,1,9442,1,-1128.09,-2143.72,82.4703,4.70628,275,5,0,247,0,1,0,0,0),(20496,3272,1,1,1,9442,1,-1120.4,-2287.36,87.624,4.76975,275,10,0,247,0,1,0,0,0),(15462,2349,0,1,1,6808,0,-854.266,-1067.59,45.5398,2.43784,300,10,0,664,0,1,0,0,0),(15461,2354,0,1,1,1007,0,-647.702,-1381.23,58.8744,1.02375,300,5,0,742,0,1,0,0,0),(15460,2349,0,1,1,6808,0,-920.548,-1355.1,57.9813,3.60153,300,10,0,664,0,1,0,0,0),(15459,2356,0,1,1,3201,0,-473.383,-1739.4,81.8203,3.91594,300,10,0,944,0,1,0,0,0),(15458,2356,0,1,1,3201,0,-931.532,-1205,52.6331,3.82457,300,10,0,944,0,1,0,0,0),(15457,2354,0,1,1,1007,0,-718.933,-688.474,12.338,0.548523,300,5,0,742,0,1,0,0,0),(15456,2349,0,1,1,6808,0,-747.829,-1284.9,63.3884,4.66741,300,10,0,664,0,1,0,0,0),(15455,2349,0,1,1,6808,0,-231.621,-1332.96,86.8639,1.19055,300,5,0,664,0,1,0,0,0),(15454,2349,0,1,1,6808,0,-710.382,-1181.39,59.1191,2.9208,300,10,0,664,0,1,0,0,0),(15453,2349,0,1,1,6808,0,-720.266,-1141.5,58.0178,1.60984,300,10,0,664,0,1,0,0,0),(15452,2356,0,1,1,3201,0,-723.421,-1241.92,59.0946,2.0372,300,5,0,944,0,1,0,0,0),(15451,2385,0,1,1,1056,0,-1206.92,-1055.9,42.6447,1.04244,300,10,0,840,0,1,0,0,0),(15450,2408,0,1,1,1244,0,-217.324,-1112.84,36.5141,3.04408,300,10,0,1050,0,1,0,0,0),(15449,2349,0,1,1,6808,0,-937.112,37.7426,33.7009,0.505581,300,10,0,664,0,1,0,0,0),(15448,2356,0,1,1,3201,0,-975.31,6.93124,33.4362,2.66478,300,10,0,944,0,1,0,0,0),(15447,2376,0,1,1,4920,1,-1119.57,-226.283,-3.09946,2.9715,300,10,0,892,852,1,0,0,0),(15446,2356,0,1,1,3201,0,-694.844,260.69,49.3467,2.96819,300,10,0,944,0,1,0,0,0),(15445,2354,0,1,1,1007,0,-590.513,-688.493,38.6466,2.25888,300,10,0,742,0,1,0,0,0),(15444,2354,0,1,1,1007,0,-621.161,-632.938,35.3213,4.21554,300,10,0,742,0,1,0,0,0),(15443,2349,0,1,1,6808,0,-123.908,-1325.92,102.367,4.16828,300,5,0,664,0,1,0,0,0),(15442,2349,0,1,1,6808,0,-41.5147,-1213.58,59.9535,5.26522,300,10,0,664,0,1,0,0,0),(15441,2371,0,1,1,4982,1,-1090.64,-723.856,-4.07477,3.72969,300,10,0,935,878,1,0,0,0),(15440,721,0,1,1,328,0,-811.929,-656.869,11.9221,2.40774,300,10,0,1,0,1,0,0,0),(15439,2382,0,1,1,3695,1,-793.884,-610.77,15.2482,1.91986,300,0,0,1003,0,0,0,0,0),(15438,2442,0,1,1,1060,0,-790.355,-664.267,11.9309,3.91381,300,5,0,1,0,1,0,0,0),(15437,2442,0,1,1,1060,0,-789.018,-652.528,11.9309,6.17616,300,5,0,1,0,1,0,0,0),(15436,2442,0,1,1,1060,0,-804.987,-666.105,11.9309,4.61598,300,5,0,1,0,1,0,0,0),(15435,2442,0,1,1,1060,0,-813.096,-648.89,11.9309,5.2284,300,5,0,1,0,1,0,0,0),(15434,2349,0,1,1,6808,0,-789.316,-1389.04,67.4975,3.03784,300,10,0,664,0,1,0,0,0),(7559,2729,0,1,1,1164,0,-6978.92,-2498.58,243.304,5.22669,300,5,0,1678,0,1,0,0,0),(7558,2893,0,1,1,1194,1,-7045.83,-3356.53,241.792,5.0255,300,5,0,1678,0,1,0,0,0),(37929,18983,269,3,1,0,0,-1949.5,7129.23,22.0665,1.03446,86400,3,0,9489,0,1,0,0,0),(20495,3272,1,1,1,9442,1,-1011.03,-2186.89,88.7675,3.5688,275,15,0,247,0,1,0,0,0),(20494,3272,1,1,1,9442,1,-1048.89,-2214.67,83.9597,1.24905,275,5,0,247,0,1,0,0,0),(20493,3272,1,1,1,9442,1,-990.286,-2118.76,82.7387,2.00172,275,10,0,247,0,1,0,0,0),(20492,3272,1,1,1,9442,1,-947.931,-2110.6,84.0315,1.49657,275,15,0,247,0,1,0,0,0),(20491,3272,1,1,1,9442,1,-923.257,-2013.57,87.5569,0.258715,275,5,0,247,0,1,0,0,0),(20490,3272,1,1,1,9442,1,-979.216,-2017.72,83.5079,0.669804,275,5,0,247,0,1,0,0,0),(20489,3272,1,1,1,9442,1,-1090.55,-2280.31,86.3106,1.63529,275,10,0,247,0,1,0,0,0),(20488,3272,1,1,1,9442,1,-861.458,-2746.88,91.7917,0.395549,275,0,0,247,0,0,0,0,0),(20487,3272,1,1,1,9442,1,-44.8874,-2235.58,91.7917,3.36349,275,15,0,247,0,1,0,0,0),(20486,3272,1,1,1,9442,1,-42.4506,-2272.18,93.0944,2.92516,275,15,0,247,0,1,0,0,0),(20485,3272,1,1,1,9442,1,12.7517,-1876.91,94.046,4.88984,275,5,0,247,0,1,0,0,0),(20484,3272,1,1,1,9442,1,-62.2892,-2243.04,92.5,3.93528,275,15,0,247,0,1,0,0,0),(20483,3272,1,1,1,9442,1,-1059.31,-1909.57,91.7878,0.212728,275,5,0,247,0,1,0,0,0),(20482,3272,1,1,1,9442,1,-1071.06,-1910.3,91.8147,5.14544,275,5,0,247,0,1,0,0,0),(20481,3272,1,1,1,9442,1,-1186.64,-2000.88,91.7917,3.24289,275,0,0,247,0,0,0,0,0),(20480,3272,1,1,1,9442,1,-29.2992,-1905.12,93.5599,1.03373,275,5,0,247,0,1,0,0,0),(20479,3272,1,1,1,9442,1,75.4589,-2098.06,91.7917,2.15127,275,5,0,247,0,1,0,0,0),(20478,3272,1,1,1,9442,1,120.852,-1992.2,93.781,5.54255,275,5,0,247,0,1,0,0,0),(20477,3272,1,1,1,9442,1,49.3321,-2098.9,91.7917,0.334374,275,0,0,247,0,0,0,0,0),(20476,3272,1,1,1,9442,1,29.7405,-2162.99,91.7917,6.25802,275,5,0,247,0,1,0,0,0),(20475,3272,1,1,1,9442,1,-104.408,-2026.26,91.7917,1.67598,275,0,0,247,0,0,0,0,0),(20474,3272,1,1,1,9442,1,78.4045,-2054.62,94.0309,2.37277,275,5,0,247,0,1,0,0,0),(20473,3272,1,1,1,9442,1,-100.629,-1988.76,92.0425,6.22484,275,5,0,247,0,1,0,0,0),(20472,3272,1,1,1,9442,1,-110.625,-2006.86,91.7917,6.2005,275,0,0,247,0,0,0,0,0),(20471,3272,1,1,1,9442,1,-143.534,-2007.58,91.7917,4.41519,275,0,0,247,0,2,0,0,0),(20470,3272,1,1,1,9442,1,-131.098,-2010.25,91.7917,5.75966,275,0,0,247,0,0,0,0,0),(20469,3272,1,1,1,9442,1,-199.084,-1788.87,91.8735,0.799951,275,5,0,247,0,1,0,0,0),(20468,3272,1,1,1,9442,1,-176.116,-1794.72,91.7917,3.13092,275,5,0,247,0,1,0,0,0),(20467,3272,1,1,1,9442,1,-164.74,-1785.2,91.7917,1.77101,275,5,0,247,0,1,0,0,0),(20466,3272,1,1,1,9442,1,-171.789,-1761.49,92.7395,0.752261,275,5,0,247,0,1,0,0,0),(20465,3272,1,1,1,9442,1,-212.962,-1661.59,91.7917,2.3447,275,0,0,247,0,0,0,0,0),(20464,3272,1,1,1,9442,1,-185.922,-1662.92,92.3214,0.712223,275,5,0,247,0,1,0,0,0),(20463,3272,1,1,1,9442,1,-17.6744,-1694.72,94.6865,1.75976,275,5,0,247,0,1,0,0,0),(6746,440,0,1,1,6033,1,-9741.87,-3232.41,59.1882,1.2237,300,5,0,449,0,1,0,0,0),(20462,3272,1,1,1,9442,1,-12.6241,-1678.53,93.675,3.19887,275,5,0,247,0,1,0,0,0),(81602,5649,209,1,1,6423,1,1725.75,1284.01,14.5964,5.42797,86400,0,0,5346,0,0,0,0,0),(81531,8095,209,1,1,7345,0,1867.35,1117.43,9.80891,4.69091,86400,1,0,5757,0,1,0,0,0),(81532,7246,209,1,1,6426,1,1869.56,1120.73,10.4645,4.68603,86400,1,0,4119,2864,1,0,0,0),(81533,7269,209,1,1,7470,0,1884.31,1149.36,9.34573,5.09636,86400,5,0,1782,0,1,0,0,0),(81530,7246,209,1,1,6426,1,1865.24,1118.27,10.8681,4.69151,86400,1,0,4119,2864,1,0,0,0),(81529,7246,209,1,1,6426,1,1828.67,1121,25.7493,3.78957,86400,0,1,4119,2864,2,0,0,0),(15433,2349,0,1,1,6808,0,-877.795,-1379.65,58.1157,1.42177,300,10,0,664,0,1,0,0,0),(15432,2349,0,1,1,6808,0,-987.892,178.131,54.2532,3.27073,300,5,0,664,0,1,0,0,0),(15431,2356,0,1,1,3201,0,-717.384,217.487,51.0391,6.15266,300,10,0,944,0,1,0,0,0),(15430,2348,0,1,1,8014,0,-1169.41,-979.525,60.5595,5.85364,300,5,0,787,0,1,0,0,0),(15429,2348,0,1,1,8014,0,-1148.87,-1046.83,46.2244,1.11719,300,10,0,787,0,1,0,0,0),(15428,2348,0,1,1,8014,0,-1141.21,-942.323,62.4647,1.14413,300,5,0,787,0,1,0,0,0),(15427,2349,0,1,1,6808,0,-687.576,314.395,50.4038,4.84352,300,10,0,664,0,1,0,0,0),(15426,2390,0,1,1,3677,1,-16.3703,-908.12,56.1884,2.30383,300,0,0,950,0,0,0,0,0),(15425,2356,0,1,1,3201,0,-218.005,-1152.81,47.0572,1.08909,300,10,0,944,0,1,0,0,0),(15424,3537,0,1,1,7133,1,-36.31,-916.366,55.075,1.062,300,0,0,1163,0,2,0,0,0),(15423,3538,0,1,1,5299,0,-37.248,-914.605,55.343,0.826,300,0,0,1163,0,0,0,0,0),(15422,2377,0,1,1,1079,1,-1097.98,-91.1097,-1.81696,1.65686,300,10,0,935,878,1,0,0,0),(48713,11323,389,1,1,0,1,-230.133,191.085,-24.9191,1.79769,86400,0,0,819,0,0,0,0,0),(48712,11323,389,1,1,0,1,-237.417,192.851,-24.3585,0.645772,86400,0,0,819,0,0,0,0,0),(48711,11323,389,1,1,0,1,-283.762,152.501,-25.3249,3.52556,86400,0,0,819,0,0,0,0,0),(48710,11322,389,1,1,0,1,-296.907,146.956,-25.0033,2.2928,86400,0,0,759,396,0,0,0,0),(48709,11324,389,1,1,0,1,-297.067,154.025,-25.1295,3.14651,86400,0,0,723,902,0,0,0,0),(15421,2356,0,1,1,3201,0,-486.045,-1762.78,78.3197,1.89502,300,10,0,944,0,1,0,0,0),(15420,2356,0,1,1,3201,0,-999.128,-1244.96,55.4553,4.97112,300,10,0,944,0,1,0,0,0),(7494,2729,0,1,1,1164,0,-6947.05,-2415.2,241.3,2.87843,300,10,0,1678,0,1,0,0,0),(7531,2729,0,1,1,1164,0,-7006.84,-2399.65,241.232,1.28177,300,5,0,1678,0,1,0,0,0),(15419,2356,0,1,1,3201,0,-711.968,280.62,50.3726,3.18022,300,10,0,944,0,1,0,0,0),(15418,2349,0,1,1,6808,0,-919.97,-1219.14,53.7411,3.39653,300,10,0,664,0,1,0,0,0),(15417,2356,0,1,1,3201,0,-1026.78,-1235.22,55.3446,4.40132,300,10,0,944,0,1,0,0,0),(15416,2377,0,1,1,1079,1,-1117.29,-167.988,-3.31741,2.05382,300,10,0,935,878,1,0,0,0),(15415,2349,0,1,1,6808,0,-816.842,-1048.31,43.1163,4.77688,300,10,0,664,0,1,0,0,0),(15414,620,0,1,1,304,0,-548.025,-1473.82,53.6909,1.41287,300,5,0,1,0,1,0,0,0),(15413,2371,0,1,1,4982,1,-1163.2,-857.758,10.6167,5.58189,300,10,0,935,878,1,0,0,0),(49187,11368,309,1,1,14562,0,-12166.8,-1463.59,130.725,0.158884,7200,0,0,5341,0,0,0,0,0),(49186,11368,309,1,1,14562,0,-12154.1,-1460.24,130.725,0.258444,7200,5,0,5341,0,1,0,0,0),(49185,14750,309,1,1,15303,0,-12277.5,-1444.66,130.725,6.21831,7200,5,0,31440,0,2,0,0,0),(49167,14750,309,1,1,15303,0,-12281.9,-1443,130.725,0.029071,7200,5,0,31440,0,1,0,0,0),(15412,2375,0,1,1,3617,1,-1227.25,44.9151,-14.0616,2.53806,300,10,0,950,0,1,0,0,0),(15411,2375,0,1,1,3617,1,-1183.21,78.7967,-3.68572,3.90913,300,10,0,950,0,1,0,0,0),(15410,2349,0,1,1,6808,0,-858.729,-88.7984,24.4019,1.082,300,10,0,664,0,1,0,0,0),(15409,2356,0,1,1,3201,0,-818.808,-216.651,35.1432,0.211719,300,0,0,944,0,0,0,0,0),(15408,2261,0,1,1,3624,1,-615.019,-1455.05,64.6909,1.34723,300,3,0,494,0,1,0,0,0),(15407,2349,0,1,1,6808,0,-948.019,-14.989,27.3577,0.287388,300,10,0,664,0,1,0,0,0),(15406,2349,0,1,1,6808,0,-975.307,-1409.65,55.8655,5.01003,300,10,0,664,0,1,0,0,0),(15405,2261,0,1,1,3624,1,-547.707,-1586.13,64.8159,4.4098,300,3,0,494,0,1,0,0,0),(15404,2349,0,1,1,6808,0,-620.666,-881.21,32.8759,3.17283,300,5,0,664,0,1,0,0,0),(15402,2356,0,1,1,3201,0,-990.571,88.243,52.563,6.07851,300,10,0,944,0,1,0,0,0),(15403,620,0,1,1,304,0,-790.13,-605.027,22.1652,4.44376,300,3,0,1,0,1,0,0,0),(20461,3272,1,1,1,9442,1,261.554,-1950.92,91.9167,0.096484,275,0,0,247,0,0,0,0,0),(15401,2349,0,1,1,6808,0,-825.032,-24.6927,26.2036,0.764753,300,10,0,664,0,1,0,0,0),(26225,3840,43,1,1,0,1,-35.4498,166.32,-96.0822,4.45059,86400,0,0,1212,912,0,0,0,0),(26224,3636,43,1,1,0,0,-107.012,240.249,-92.7921,5.26343,86400,2,0,1251,0,1,0,0,0),(26223,3636,43,1,1,0,0,-72.1507,214.795,-93.6078,0.008581,86400,5,0,1251,0,1,0,0,0),(26222,2914,43,1,1,0,0,-67.8561,207.422,-93.4522,6.22778,86400,10,0,8,0,1,0,0,0),(26221,3637,43,1,1,0,0,-32.5351,173.325,-96.3111,6.05171,86400,2,0,1251,0,1,0,0,0),(26220,3636,43,1,1,0,0,-105.548,228.726,-89.8854,6.0707,86400,2,0,1251,0,1,0,0,0),(26219,3835,43,1,1,0,0,-25.7922,142.231,-105.805,4.09823,86400,5,0,8,0,1,0,0,0),(26218,3636,43,1,1,0,0,-33.1695,163.583,-95.7797,5.81154,86400,2,0,1251,0,1,0,0,0),(26217,3637,43,1,1,0,0,-35.1935,198.074,-96.5795,5.19525,86400,5,0,1251,0,1,0,0,0),(26216,3636,43,1,1,0,0,-73.686,197.576,-93.9035,3.85005,86400,2,0,1251,0,1,0,0,0),(26215,3835,43,1,1,0,0,-81.6378,202.29,-93.2193,5.56556,86400,5,0,8,0,1,0,0,0),(26206,5053,43,1,1,0,0,-79.1275,71.5339,-106.162,3.23927,86400,5,0,417,0,1,0,0,0),(15400,2349,0,1,1,6808,0,-724.619,13.4224,30.413,1.58642,300,5,0,664,0,1,0,0,0),(26205,2914,43,1,1,0,0,-53.4452,135.758,-90.9473,4.03244,86400,10,0,8,0,1,0,0,0),(26204,3636,43,1,1,0,0,-53.6357,119.14,-89.5286,0.293123,86400,5,0,1251,0,1,0,0,0),(26203,5756,43,1,1,0,0,-193.656,43.2439,-47.9388,0.86582,86400,5,0,1347,0,1,0,0,0),(26202,3637,43,1,1,0,0,-100.82,181.866,-78.535,1.7531,86400,2,0,1251,0,1,0,0,0),(26201,2914,43,1,1,0,0,-114.89,141.104,-80.7141,6.00638,86400,10,0,8,0,1,0,0,0),(26200,3640,43,1,1,0,0,-79.921,184.606,-92.4411,1.15033,86400,5,0,1158,0,1,0,0,0),(26199,3636,43,1,1,0,0,-60.7857,138.19,-91.5768,5.135,86400,5,0,1251,0,1,0,0,0),(26198,3637,43,1,1,0,0,-70.5127,129.642,-90.603,2.95968,86400,5,0,1251,0,1,0,0,0),(26197,5053,43,1,1,0,0,-143.996,68.7025,-106.276,1.13839,86400,0,1,417,0,2,0,0,0),(18689,3636,43,1,1,0,0,-78.9073,103.428,-91.1674,5.55015,86400,5,0,1251,0,1,0,0,0),(18688,3636,43,1,1,0,0,-70.9806,106.58,-89.0136,3.71402,86400,5,0,1251,0,1,0,0,0),(18687,3840,43,1,1,0,1,-70.7889,120.073,-89.6736,0.785398,86400,0,0,1212,912,0,0,0,0),(18686,5055,43,1,1,0,0,-160.308,70.941,-75.8312,2.03706,86400,1,0,135,0,1,0,0,0),(18685,5055,43,1,1,0,0,-159.049,75.5833,-75.9573,5.01563,86400,1,0,135,0,1,0,0,0),(18684,5055,43,1,1,0,0,-154.144,63.737,-75.7394,2.36478,86400,1,0,135,0,1,0,0,0),(18683,5055,43,1,1,0,0,-154.607,68.7036,-75.7838,1.91226,86400,1,0,135,0,1,0,0,0),(18682,3840,43,1,1,0,1,-191.842,61.3256,-47.7267,4.39218,86400,0,0,1212,912,0,0,0,0),(20460,3272,1,1,1,9442,1,-57.6553,-1675.64,92.4138,5.01376,275,15,0,247,0,1,0,0,0),(20459,3272,1,1,1,9442,1,68.654,-2000.5,92.0207,4.92638,275,5,0,247,0,1,0,0,0),(20458,3272,1,1,1,9442,1,-235.018,-1662.62,91.7916,0.783093,275,2,0,247,0,1,0,0,0),(20457,3272,1,1,1,9442,1,160.692,-1811.91,92.3407,3.80482,275,0,0,247,0,0,0,0,0),(20456,3272,1,1,1,9442,1,32.1703,-1792.29,91.7936,5.05848,275,0,0,247,0,0,0,0,0),(20455,3272,1,1,1,9442,1,238.412,-1933.69,92.5417,5.00701,275,0,0,247,0,0,0,0,0),(20454,3272,1,1,1,9442,1,10.724,-1711.42,95.349,3.08478,275,5,0,247,0,1,0,0,0),(20453,3272,1,1,1,9442,1,-1035.5,-2314,91.7931,3.24642,275,0,0,247,0,0,0,0,0),(20452,3272,1,1,1,9442,1,-911.83,-2942.02,91.7917,2.86612,275,0,0,247,0,0,0,0,0),(20451,3272,1,1,1,9442,1,-892.432,-2814.67,94.7109,4.04529,275,5,0,247,0,1,0,0,0),(18681,5055,43,1,1,0,0,-190.234,66.342,-47.4872,4.38246,86400,1,0,135,0,1,0,0,0),(20450,3272,1,1,1,9442,1,27.1542,-1984.15,109.766,4.62093,275,5,0,247,0,1,0,0,0),(20449,3272,1,1,1,9442,1,-61.2225,-1630.93,91.7917,3.57824,275,0,0,247,0,0,0,0,0),(20448,3272,1,1,1,9442,1,-40.1317,-2211.18,91.7917,2.40645,275,0,0,247,0,0,0,0,0),(20447,3272,1,1,1,9442,1,-46.3752,-2194.34,91.7917,3.07222,275,5,0,247,0,1,0,0,0),(20446,3272,1,1,1,9442,1,237.426,-1912.43,91.9167,3.96593,275,5,0,247,0,1,0,0,0),(20445,3272,1,1,1,9442,1,-1052.44,-2323.25,91.7931,6.22675,275,0,0,247,0,0,0,0,0),(38182,18982,269,3,1,0,0,-1957.98,7155.31,22.6215,0.0134454,86400,3,0,9489,0,1,0,0,0),(20444,3272,1,1,1,9442,1,90.2752,-1880.74,94.3379,1.36002,275,5,0,247,0,1,0,0,0),(20443,3272,1,1,1,9442,1,192.636,-1772.6,91.7917,0.490108,275,5,0,247,0,1,0,0,0),(20442,3272,1,1,1,9442,1,184.106,-1804.53,93.8466,1.98178,275,5,0,247,0,1,0,0,0),(20441,3272,1,1,1,9442,1,151.877,-1861.91,93.5671,4.11081,275,5,0,247,0,1,0,0,0),(20440,3272,1,1,1,9442,1,-883.566,-2787.95,93.7307,1.43288,275,0,0,247,0,2,0,0,0),(20439,3272,1,1,1,9442,1,-1219,-2176.22,91.7113,4.36081,275,0,0,247,0,0,0,0,0),(20438,3272,1,1,1,9442,1,-1220.16,-2118.23,92.8913,3.8061,275,5,0,247,0,1,0,0,0),(20437,3271,1,1,1,4643,1,-182.538,-3315.42,91.7917,1.95112,275,0,0,253,264,0,0,0,0),(20436,3271,1,1,1,4643,1,-205.028,-3316.16,91.7917,1.43914,275,0,0,253,264,2,0,0,0),(1097,595,0,1,1,4574,1,-11708.5,553.321,49.5974,4.68042,300,3,0,1279,0,1,0,0,0),(20435,3271,1,1,1,4643,1,-207.271,-3288.7,91.7917,1.41271,275,0,0,253,264,0,0,0,0),(20434,3271,1,1,1,4643,1,-151.699,-3291.08,91.8801,0.039334,275,0,0,253,264,0,0,0,0),(15399,2356,0,1,1,3201,0,-755.428,243.031,47.8912,0.502929,300,10,0,944,0,1,0,0,0),(15398,2269,0,1,1,3629,1,-820.924,156.135,17.5591,1.16937,300,0,0,787,0,0,0,0,0),(20433,5831,1,1,1,6084,0,-685.513,-3594.81,91.914,6.23073,43200,0,0,1563,0,0,0,0,0),(20432,3271,1,1,1,4643,1,-234.814,-3330.02,91.7917,3.23376,275,0,0,253,264,0,0,0,0),(20431,3271,1,1,1,4643,1,-226.558,-3306.15,91.7917,5.03222,275,0,0,253,264,0,0,0,0),(20430,3270,1,1,1,6095,1,-34.5118,-3380.69,91.7904,4.64582,43200,0,0,903,652,0,0,0,0),(20429,5830,1,1,1,10876,0,587.18,-1433.46,91.7917,4.92376,43200,0,0,1212,1368,0,0,0,0),(20428,19910,1,1,1,19247,1,1034.16,-2092.87,124.893,4.62512,600,0,0,257900,0,0,0,0,0),(20427,3269,1,1,1,6093,1,-100.828,-3147.59,92.0383,4.0172,275,0,0,219,537,0,0,0,0),(20426,3269,1,1,1,6093,1,-82.1573,-3143.68,91.7917,2.78082,275,5,0,219,537,1,0,0,0),(20423,3269,1,1,1,6093,1,-102.801,-3131.29,92.1995,2.98652,275,0,0,219,537,0,0,0,0),(20422,3269,1,1,1,6093,1,-106.771,-3144.27,92.0383,4.53624,275,0,0,219,537,0,0,0,0),(6735,485,0,1,1,6034,1,-9635.62,-3261.43,48.9526,5.06145,300,0,0,494,0,0,0,0,0),(20421,3269,1,1,1,6093,1,-49.2053,-3185.31,91.7917,2.71291,275,15,0,219,537,1,0,0,0),(7492,2729,0,1,1,1164,0,-7069.02,-2915.11,242.543,6.17586,300,10,0,1678,0,1,0,0,0),(20420,3269,1,1,1,6093,1,-45.4227,-3152.76,92.2917,4.12883,275,15,0,219,537,1,0,0,0),(20419,3269,1,1,1,6093,1,-18.0969,-3149.38,94.5225,1.72686,275,15,0,219,537,1,0,0,0),(7489,2894,0,1,1,721,1,-7021.91,-3279.85,255.076,5.96421,300,5,0,1471,1283,1,0,0,0),(7477,2729,0,1,1,1164,0,-6945.92,-2340.44,240.895,1.69694,300,10,0,1678,0,1,0,0,0),(38238,18982,269,3,1,0,0,-1694.72,7084.17,22.647,1.84343,86400,3,0,9489,0,1,0,0,0),(7476,92,0,1,1,171,0,-7148.63,-3010.08,266.692,6.04419,300,5,0,1678,0,1,0,0,0),(20418,3269,1,1,1,6093,1,-115.316,-3200.88,93.6052,3.66292,275,0,0,219,537,0,0,0,0),(7475,2893,0,1,1,1194,1,-7049.61,-3279.86,243.004,4.1426,300,10,0,1678,0,1,0,0,0),(7474,2731,0,1,1,632,0,-6525.17,-3164.94,264.414,0.210412,300,10,0,1469,0,1,0,0,0),(7473,2729,0,1,1,1164,0,-6768.77,-2734.77,241.867,5.42884,300,10,0,1678,0,1,0,0,0),(7472,2893,0,1,1,1194,1,-7082.39,-3291.11,241.792,4.90148,300,5,0,1678,0,1,0,0,0),(7471,2734,0,1,1,917,0,-6836,-2443.11,245.687,4.49966,300,10,0,1829,0,1,0,0,0),(7470,2720,0,1,1,11546,1,-7353.03,-2319.87,241.192,5.65325,300,3,0,1441,3575,1,0,0,0),(7469,2729,0,1,1,1164,0,-6955.67,-2949.85,241.792,2.12272,300,10,0,1678,0,1,0,0,0),(38257,2914,269,3,1,0,0,-1689.26,7089.15,22.5864,0.641768,86400,3,0,8,0,1,0,0,0),(7468,2720,0,1,1,11546,1,-7370.25,-2318.47,238.908,2.02348,300,3,0,1441,3575,1,0,0,0),(7467,2720,0,1,1,11546,1,-7351.14,-2274.42,238.961,5.3058,300,0,0,1441,3575,0,0,0,0),(7466,2728,0,1,1,557,0,-7083.5,-3183.78,242.905,0.485478,300,10,0,1536,0,1,0,0,0),(7465,2729,0,1,1,1164,0,-7001.55,-2337.2,242.603,5.63344,300,10,0,1678,0,1,0,0,0),(7464,2732,0,1,1,1055,0,-6738.85,-2944.51,244.062,1.75135,300,10,0,1604,0,1,0,0,0),(7462,2729,0,1,1,1164,0,-7054.4,-2933.3,242.551,4.2079,300,10,0,1678,0,1,0,0,0),(7452,2729,0,1,1,1164,0,-6848.71,-2887.55,242.592,3.3076,300,10,0,1678,0,1,0,0,0),(7414,2728,0,1,1,557,0,-7154.02,-3289.23,246.48,1.49066,300,5,0,1536,0,1,0,0,0),(7413,2729,0,1,1,1164,0,-6936.34,-2357.22,241.937,3.41523,300,10,0,1678,0,1,0,0,0),(7412,2717,0,1,1,1120,1,-7114.04,-2277.85,268.662,0.600637,300,0,0,1902,0,0,0,0,0),(7411,2727,0,1,1,161,0,-6553.04,-3329.48,251.412,1.72567,300,10,0,1403,0,1,0,0,0),(7408,2831,0,1,1,1106,0,-6857.21,-2504.49,241.22,2.04432,300,5,0,1751,0,1,0,0,0),(7407,2831,0,1,1,1106,0,-6884.91,-2506.49,243.619,6.09225,300,5,0,1751,0,1,0,0,0),(7406,2732,0,1,1,1055,0,-6651.4,-3417.6,263.405,5.34133,300,5,0,1604,0,1,0,0,0),(7405,2732,0,1,1,1055,0,-7102.51,-3070.84,243.392,5.65453,300,10,0,1604,0,1,0,0,0),(7404,2831,0,1,1,1106,0,-7066.29,-2384.52,241.678,4.52259,300,10,0,1751,0,1,0,0,0),(7403,2720,0,1,1,11546,1,-7398.74,-2294.12,237.769,0.661569,300,3,0,1441,3575,1,0,0,0),(7402,2720,0,1,1,11546,1,-7310.72,-2267.36,245.399,6.24311,300,3,0,1441,3575,1,0,0,0),(7401,2720,0,1,1,11546,1,-7396.91,-2279.69,234.773,1.42001,300,3,0,1441,3575,1,0,0,0),(7313,2720,0,1,1,11546,1,-7353.1,-2291.79,239.693,3.61272,300,3,0,1441,3575,1,0,0,0),(7312,2719,0,1,1,1120,1,-7452.64,-2274.41,231.3,4.55875,300,3,0,2138,0,1,0,0,0),(7311,2732,0,1,1,1055,0,-7162.07,-3245.44,245.762,0.072097,300,10,0,1604,0,1,0,0,0),(7310,2719,0,1,1,1120,1,-7457.23,-2255.44,233.945,2.40875,300,3,0,2138,0,1,0,0,0),(7309,2719,0,1,1,1120,1,-7474.28,-2268.06,232.145,4.10745,300,3,0,2138,0,1,0,0,0),(7308,2720,0,1,1,11546,1,-7421.53,-2278.06,234.152,1.76852,300,3,0,1441,3575,1,0,0,0),(7307,2719,0,1,1,1120,1,-7420.68,-2326.18,241.224,2.47717,300,3,0,2138,0,1,0,0,0),(7306,2729,0,1,1,1164,0,-6952.72,-2818.37,242.417,0.132191,300,5,0,1678,0,1,0,0,0),(7305,2719,0,1,1,1120,1,-7432.39,-2320.33,237.194,0.436286,300,3,0,2138,0,1,0,0,0),(7304,2716,0,1,1,11548,1,-7177,-2342.51,244.489,1.55899,300,10,0,1902,0,1,0,0,0),(7303,2732,0,1,1,1055,0,-6884.61,-3059.88,241.996,3.3681,300,10,0,1604,0,1,0,0,0),(7255,2717,0,1,1,1120,1,-7250.08,-2278.16,245.769,1.12391,300,3,0,1902,0,1,0,0,0),(7254,2720,0,1,1,11546,1,-7374.23,-2269.75,234.981,5.89084,300,5,0,1441,3575,1,0,0,0),(7253,2830,0,1,1,1105,0,-7123.32,-3358.68,243.004,2.37277,300,5,0,1536,0,1,0,0,0),(7252,2830,0,1,1,1105,0,-7096.77,-3592.06,243.711,1.18667,300,5,0,1536,0,1,0,0,0),(7251,2830,0,1,1,1105,0,-6879.02,-3328.7,247.978,1.25838,300,5,0,1536,0,1,0,0,0),(7250,2734,0,1,1,917,0,-7128.71,-2727.96,244.098,5.91578,300,3,0,1829,0,1,0,0,0),(7249,2922,0,1,1,1150,0,-6631.39,-2726.79,243.559,2.96706,300,0,0,102,0,0,0,0,0),(7248,2729,0,1,1,1164,0,-7085.82,-2782.52,242.917,0.324722,300,10,0,1678,0,1,0,0,0),(7247,2734,0,1,1,917,0,-7003.57,-2525.78,242.711,0.065095,300,5,0,1829,0,1,0,0,0),(7246,92,0,1,1,171,0,-7252.49,-3106.61,315.891,2.38649,300,5,0,1678,0,1,0,0,0),(7245,92,0,1,1,171,0,-7276.83,-3118.82,319.658,6.1374,300,5,0,1678,0,1,0,0,0),(7244,92,0,1,1,171,0,-7204.48,-3098.33,299.665,0.766064,300,5,0,1678,0,1,0,0,0),(7243,92,0,1,1,171,0,-7187.82,-3086.84,287.461,0.509943,300,3,0,1678,0,1,0,0,0),(7242,2736,0,1,1,14328,0,-7349.08,-2452.89,303.762,2.9767,300,5,0,1981,0,1,0,0,0),(7241,92,0,1,1,171,0,-7108.7,-3035.9,244.387,3.65597,300,10,0,1678,0,1,0,0,0),(38312,2914,269,3,1,0,0,-1674.33,7071.16,23.0935,5.4327,86400,3,0,8,0,1,0,0,0),(38313,2914,269,3,1,0,0,-1657.79,7054.27,21.4565,5.66831,86400,3,0,8,0,1,0,0,0),(7240,92,0,1,1,171,0,-7146.01,-3085.18,262.645,2.77011,300,3,0,1678,0,1,0,0,0),(7239,92,0,1,1,171,0,-7167.55,-3118.94,266.54,0.9944,300,5,0,1678,0,1,0,0,0),(7238,2736,0,1,1,14328,0,-7345,-2409.29,290.886,2.0626,300,5,0,1981,0,1,0,0,0),(7237,2736,0,1,1,14328,0,-7321.38,-2443.62,295.672,1.50436,300,5,0,1981,0,1,0,0,0),(7236,92,0,1,1,171,0,-7178.94,-3050.41,280.428,4.53953,300,3,0,1678,0,1,0,0,0),(7235,2736,0,1,1,14328,0,-7287.63,-2502.72,306.857,4.68511,300,5,0,1981,0,1,0,0,0),(38326,2914,269,3,1,0,0,-1627.07,7031.47,27.4084,3.98756,86400,3,0,8,0,1,0,0,0),(20417,3269,1,1,1,6093,1,-10.1969,-3402.27,88.0852,2.37553,275,5,0,219,537,1,0,0,0),(8473,10036,1,1,1,10704,1,-3095.79,-2854.26,34.7793,2.94961,360,0,0,7048,0,0,0,0,0),(7234,2736,0,1,1,14328,0,-7306.99,-2481.18,315.67,0.509746,300,5,0,1981,0,1,0,0,0),(7233,92,0,1,1,171,0,-7140.37,-2951.74,263.307,3.76321,300,3,0,1678,0,1,0,0,0),(7232,2736,0,1,1,14328,0,-7350.56,-2482.29,322.608,0.843073,300,5,0,1981,0,1,0,0,0),(7231,92,0,1,1,171,0,-7145.5,-2977.33,265.566,0.662281,300,10,0,1678,0,1,0,0,0),(7230,92,0,1,1,171,0,-7118.1,-2990.62,252.611,5.60513,300,10,0,1678,0,1,0,0,0),(7229,2736,0,1,1,14328,0,-7384.58,-2476.47,326.071,6.01457,300,5,0,1981,0,1,0,0,0),(7228,4872,0,1,1,2695,0,-6154.87,-3090.72,227.512,1.27409,300,0,0,1536,0,0,0,0,0),(7227,4844,0,1,1,0,1,-6157.16,-3087.3,227.211,4.34484,300,0,0,1,0,0,0,0,0),(7226,4844,0,1,1,0,1,-6150.25,-3073.55,226.701,1.56642,300,0,0,1,0,0,0,0,0),(7225,4846,0,1,1,6052,1,-6163.68,-3042.96,221.087,1.48353,300,0,0,1403,0,0,0,0,0),(38347,2914,269,3,1,0,0,-1650.71,7014.82,28.1456,2.75449,86400,3,0,8,0,1,0,0,0),(7224,4846,0,1,1,6052,1,-6151.7,-3060.31,225.265,0.471239,300,0,0,1403,0,0,0,0,0),(7223,4844,0,1,1,0,1,-6135.16,-2938.23,208.635,4.51491,300,3,0,1,0,1,0,0,0),(7222,4846,0,1,1,6052,1,-6147.96,-3044.24,224.778,6.12611,300,0,0,1403,0,0,0,0,0),(7221,4845,0,1,1,6053,1,-6121.7,-2941.82,207.801,4.18759,300,3,0,1403,0,1,0,0,0),(7220,4844,0,1,1,0,1,-6143.34,-3083.25,226.319,5.09942,300,5,0,1,0,1,0,0,0),(7219,4846,0,1,1,6052,1,-6147.88,-3036.91,224.662,2.54154,300,0,0,1403,0,0,0,0,0),(7218,4845,0,1,1,6053,1,-6117.26,-2970.29,206.514,1.88284,300,3,0,1403,0,1,0,0,0),(7217,4845,0,1,1,6053,1,-6105.86,-2974.33,207.25,6.27464,300,3,0,1403,0,1,0,0,0),(7216,2742,0,1,1,4935,1,-6408.37,-3172.04,293.527,0.936265,300,10,0,1305,1186,1,0,0,0),(7215,2743,0,1,1,4936,1,-6404.9,-3174.49,294.277,0.94136,300,0,0,1604,0,2,0,0,0),(7214,2743,0,1,1,4936,1,-6405.8,-3172.11,294.793,0.941493,300,10,0,1604,0,1,0,0,0),(7213,2729,0,1,1,1164,0,-6887.04,-2852.49,241.873,4.1044,300,10,0,1678,0,1,0,0,0),(7212,2831,0,1,1,1106,0,-6862.55,-2477.67,242.042,1.11397,300,5,0,1751,0,1,0,0,0),(7211,2831,0,1,1,1106,0,-6860.07,-2464.61,241.792,5.46749,300,0,0,1751,0,0,0,0,0),(7210,2907,0,1,1,1122,1,-7105.74,-2399.21,241.78,2.93326,300,0,0,1257,1142,2,0,0,0),(7209,2944,0,1,1,10170,0,-7141.52,-2393.12,240.575,3.68867,300,0,0,1981,0,2,0,0,0),(7208,2831,0,1,1,1106,0,-6912.71,-2481.48,242.869,4.96382,300,5,0,1751,0,1,0,0,0),(7207,2831,0,1,1,1106,0,-6914.82,-2453.27,244.18,1.6862,300,5,0,1751,0,1,0,0,0),(7206,2736,0,1,1,14328,0,-7154.56,-2242.7,288.741,1.10101,300,3,0,1981,0,1,0,0,0),(7205,2726,0,1,1,9586,0,-6781.84,-4005.58,264.584,0.463087,600,10,0,5148,0,1,0,0,0),(7204,2736,0,1,1,14328,0,-7114.21,-2244.57,288.323,0.083281,300,3,0,1981,0,1,0,0,0),(7203,2720,0,1,1,11546,1,-7394.96,-2255.8,235.006,4.26436,300,3,0,1441,3575,1,0,0,0),(13050,24222,530,1,1,0,0,-1046.56,7486.97,225.065,2.40165,600,0,0,4979,0,2,0,0,0),(7201,2719,0,1,1,1120,1,-7388.79,-2267.97,237.65,1.14724,300,3,0,2138,0,1,0,0,0),(7200,2791,0,1,1,8550,0,-7283.12,-3473.3,317.946,2.88666,300,5,0,1981,0,1,0,0,0),(7199,2791,0,1,1,8550,0,-7248.63,-3435.37,296.652,1.51996,300,5,0,1981,0,1,0,0,0),(7198,2732,0,1,1,1055,0,-6818.15,-2962.58,247.732,3.36851,300,10,0,1604,0,1,0,0,0),(7197,2907,0,1,1,1122,1,-6313.28,-3688.24,258.007,5.46769,300,3,0,1257,1142,1,0,0,0),(7196,2906,0,1,1,5782,0,-6305.53,-3772.68,244.064,1.26943,300,3,0,1403,0,1,0,0,0),(38381,2914,269,3,1,0,0,-1673.35,7013.88,21.456,4.28994,86400,3,0,8,0,1,0,0,0),(7195,2907,0,1,1,1122,1,-6275.86,-3737.66,243.978,0.881584,300,5,0,1257,1142,1,0,0,0),(7194,2701,0,1,1,10704,1,-7053.39,-3620.12,241.792,0.235529,300,5,0,1604,0,1,0,0,0),(7193,2715,0,1,1,10714,1,-7043.26,-3643.96,241.974,5.58367,300,0,0,1678,0,0,0,0,0),(7192,2731,0,1,1,632,0,-6556.67,-3145.33,260.401,0.332208,300,10,0,1469,0,1,0,0,0),(7191,2701,0,1,1,10704,1,-7024.54,-3634.25,241.792,1.75424,300,5,0,1604,0,1,0,0,0),(7190,2740,0,1,1,4933,1,-6461.13,-3393.59,241.682,2.74647,300,0,0,1075,2763,0,0,0,0),(7189,2731,0,1,1,632,0,-6313.74,-3549.1,249.81,4.43523,300,5,0,1469,0,1,0,0,0),(7188,2740,0,1,1,4933,1,-6458.57,-3404.86,241.71,0.325448,300,0,0,1075,2763,0,0,0,0),(7187,2731,0,1,1,632,0,-6512.79,-3227.73,246.746,1.40597,300,10,0,1469,0,1,0,0,0),(7186,2740,0,1,1,4933,1,-6448.33,-3387.3,241.682,3.92748,300,0,0,1075,2763,0,0,0,0),(7185,2734,0,1,1,917,0,-7074.41,-2717.87,245.503,5.07984,300,3,0,1829,0,1,0,0,0),(38403,2914,269,3,1,0,0,-1691.19,7002.39,19.7852,3.60665,86400,3,0,8,0,1,0,0,0),(38404,2914,269,3,1,0,0,-1725.48,7007.04,21.5786,3.00582,86400,3,0,8,0,1,0,0,0),(7184,2732,0,1,1,1055,0,-6683.41,-2840.86,242.496,3.33439,300,10,0,1604,0,1,0,0,0),(7183,2736,0,1,1,14328,0,-7278.02,-2201.79,294.993,5.45638,300,5,0,1981,0,1,0,0,0),(7182,2736,0,1,1,14328,0,-7194.27,-2102.41,327.341,4.1878,300,3,0,1981,0,1,0,0,0),(7181,2736,0,1,1,14328,0,-7253.86,-2215.52,285.375,1.51119,300,5,0,1981,0,1,0,0,0),(7180,2736,0,1,1,14328,0,-7252.41,-2172.12,294.135,1.29867,300,10,0,1981,0,1,0,0,0),(7179,2736,0,1,1,14328,0,-7291.04,-2118.21,297.682,3.77231,300,3,0,1981,0,1,0,0,0),(7178,2736,0,1,1,14328,0,-7252.46,-2150.89,295.978,1.27864,300,10,0,1981,0,1,0,0,0),(38419,2914,269,3,1,0,0,-1759.26,7019.16,22.2804,2.82517,86400,3,0,8,0,1,0,0,0),(38420,2914,269,3,1,0,0,-1810.97,7027.94,21.8496,3.07258,86400,3,0,8,0,1,0,0,0),(7177,2736,0,1,1,14328,0,-7219.18,-2114.88,313.999,4.17964,300,10,0,1981,0,1,0,0,0),(7176,2736,0,1,1,14328,0,-7214.71,-2181.37,302.126,1.01965,300,3,0,1981,0,1,0,0,0),(7175,2736,0,1,1,14328,0,-7251.15,-2114.87,300.405,6.11451,300,10,0,1981,0,1,0,0,0),(7174,2736,0,1,1,14328,0,-7172.01,-2181.99,315.891,1.06457,300,5,0,1981,0,1,0,0,0),(7173,2736,0,1,1,14328,0,-7213.02,-2153.75,308.015,4.32697,300,10,0,1981,0,1,0,0,0),(7172,2736,0,1,1,14328,0,-7186.69,-2148.1,321.408,3.67473,300,3,0,1981,0,1,0,0,0),(7171,2736,0,1,1,14328,0,-7215.21,-2220.19,294.954,5.1131,300,3,0,1981,0,1,0,0,0),(7170,2736,0,1,1,14328,0,-7218.68,-2251.88,284.935,6.22197,300,3,0,1981,0,1,0,0,0),(7169,2736,0,1,1,14328,0,-7165.74,-2215.55,306.857,3.14027,300,5,0,1981,0,1,0,0,0),(7168,2743,0,1,1,4936,1,-6438.74,-3139.27,307.752,2.4151,300,0,0,1604,0,0,0,0,0),(7167,4844,0,1,1,0,1,-6031.37,-3210.69,281.174,1.28006,300,5,0,1,0,1,0,0,0),(7166,4846,0,1,1,6052,1,-6029.4,-3205.65,281.255,1.23918,300,0,0,1403,0,0,0,0,0),(7165,2740,0,1,1,4933,1,-6405.26,-3411.88,241.585,4.2337,300,0,0,1075,2763,0,0,0,0),(7164,2739,0,1,1,4932,1,-6398.51,-3415.45,241.727,4.0888,300,0,0,1403,0,0,0,0,0),(7163,2739,0,1,1,4932,1,-6410.71,-3435.3,248.542,5.50982,300,0,0,1403,0,0,0,0,0),(7162,2892,0,1,1,722,1,-6611.19,-3688.73,265.941,1.88891,300,3,0,1257,1142,1,0,0,0),(7161,2910,0,1,1,4900,1,-6609.19,-3408.01,279.195,4.08407,300,0,0,1342,0,0,0,0,0),(7160,2894,0,1,1,721,1,-6992.24,-3314.51,245.511,5.72413,300,2,0,1471,1283,1,0,0,0),(7159,2860,0,1,1,1568,1,-6607.66,-3417.49,279.394,2.6529,300,0,0,1753,0,0,0,0,0),(7158,2791,0,1,1,8550,0,-7276.56,-3485.74,320.908,2.89533,300,5,0,1981,0,1,0,0,0),(7157,2791,0,1,1,8550,0,-7308.36,-3387.34,296.057,3.10698,300,5,0,1981,0,1,0,0,0),(7156,2791,0,1,1,8550,0,-7281.08,-3419.07,296.641,5.46323,300,5,0,1981,0,1,0,0,0),(20416,3269,1,1,1,6093,1,-53.9278,-3385.55,92.1006,4.97308,275,0,0,219,537,0,0,0,0),(7155,2791,0,1,1,8550,0,-7335.81,-3461.4,325.084,3.71821,300,5,0,1981,0,1,0,0,0),(7154,2791,0,1,1,8550,0,-7308.56,-3427.94,303.681,2.41053,300,5,0,1981,0,1,0,0,0),(7153,2791,0,1,1,8550,0,-7262.07,-3473.31,315.593,1.75554,300,5,0,1981,0,1,0,0,0),(7152,2791,0,1,1,8550,0,-7309.3,-3454.39,312.392,5.21189,300,5,0,1981,0,1,0,0,0),(7151,2791,0,1,1,8550,0,-7258.47,-3418.17,293.449,4.89102,300,5,0,1981,0,1,0,0,0),(7150,2791,0,1,1,8550,0,-7245.94,-3417.48,292.431,3.41882,300,5,0,1981,0,1,0,0,0),(38450,2914,269,3,1,0,0,-1838.91,7029.74,21.8824,3.1629,86400,3,0,8,0,1,0,0,0),(38451,2914,269,3,1,0,0,-1879.3,7022.53,24.0264,3.72446,86400,3,0,8,0,1,0,0,0),(38452,2914,269,3,1,0,0,-1930.51,6977.34,20.7031,3.94437,86400,3,0,8,0,1,0,0,0),(38453,2914,269,3,1,0,0,-1945.39,6930.79,18.6026,4.41561,86400,3,0,8,0,1,0,0,0),(7149,2791,0,1,1,8550,0,-7256.03,-3415.02,292.681,3.66474,300,5,0,1981,0,1,0,0,0),(7148,2718,0,1,1,11545,1,-7280.9,-2281.56,244.629,3.10809,300,3,0,1585,1381,1,0,0,0),(7147,2717,0,1,1,1120,1,-7224.46,-2313.62,244.397,3.24356,300,3,0,1902,0,1,0,0,0),(7146,2831,0,1,1,1106,0,-6906.8,-2506.38,241.895,2.17275,300,5,0,1751,0,1,0,0,0),(7145,2831,0,1,1,1106,0,-6886.22,-2452.98,245.292,3.07839,300,5,0,1751,0,1,0,0,0),(7144,2931,0,1,1,1210,0,-6913.21,-3474.79,242.675,1.47093,25200,60,0,7842,0,1,0,0,0),(7143,2723,0,1,1,10804,0,-6347.08,-3067.93,301.111,5.39252,300,0,0,1674,0,0,0,0,0),(7142,2723,0,1,1,10804,0,-6328.85,-3090.91,310.834,1.17607,300,0,0,1674,0,0,0,0,0),(7141,2742,0,1,1,4935,1,-6342.9,-3068.71,301.11,3.75901,300,0,0,1305,1186,0,0,0,0),(38464,2914,269,3,1,0,0,-1983.32,6887.98,23.258,3.69304,86400,3,0,8,0,1,0,0,0),(38465,2914,269,3,1,0,0,-2017.55,6847.14,22.2564,4.0072,86400,3,0,8,0,1,0,0,0),(38466,2914,269,3,1,0,0,-2059.74,6809.06,27.5628,3.24929,86400,3,0,8,0,1,0,0,0),(38467,2914,269,3,1,0,0,-2109.23,6802.26,25.0698,3.41815,86400,3,0,8,0,1,0,0,0),(38468,2914,269,3,1,0,0,-2130.43,6797.28,35.7295,3.15897,86400,3,0,8,0,1,0,0,0),(38469,2914,269,3,1,0,0,-2106.05,6828.81,22.4071,1.66279,86400,3,0,8,0,1,0,0,0),(38470,2914,269,3,1,0,0,-2098.28,6886.91,22.7038,1.25831,86400,3,0,8,0,1,0,0,0),(38471,2914,269,3,1,0,0,-2085.39,6929.95,23.0954,1.51356,86400,3,0,8,0,1,0,0,0),(38472,2914,269,3,1,0,0,-2082.19,6985.83,22.3579,1.51356,86400,3,0,8,0,1,0,0,0),(38473,2914,269,3,1,0,0,-2073.17,7022.57,17.1534,0.641769,86400,3,0,8,0,1,0,0,0),(38474,2914,269,3,1,0,0,-2028.76,7058.85,23.6354,0.928439,86400,3,0,8,0,1,0,0,0),(38475,2914,269,3,1,0,0,-2001.15,7141.2,20.2207,1.46644,86400,3,0,8,0,1,0,0,0),(38476,2914,269,3,1,0,0,-2013.34,7210.51,22.5759,2.25184,86400,3,0,8,0,1,0,0,0),(20415,3269,1,1,1,6093,1,-46.8962,-3400.8,91.7481,4.52902,275,0,0,219,537,0,0,0,0),(20414,3269,1,1,1,6093,1,-15.5903,-3326.32,95.3853,2.40698,275,5,0,219,537,1,0,0,0),(20413,3269,1,1,1,6093,1,-23.0461,-3361.8,91.7945,4.19747,275,0,0,219,537,0,0,0,0),(20412,3269,1,1,1,6093,1,-43.6462,-3347.81,91.7917,0.002133,275,5,0,219,537,1,0,0,0),(20411,3269,1,1,1,6093,1,-6.23237,-3368.26,91.7393,5.19177,275,5,0,219,537,1,0,0,0),(20410,3269,1,1,1,6093,1,-81.9843,-3128.8,91.7917,3.01218,275,5,0,219,537,1,0,0,0),(17707,1909,0,1,1,757,1,1045.24,512.311,17.4757,4.66042,275,10,0,377,408,1,0,0,0),(20409,5829,1,1,1,2713,0,110.665,-1547.02,91.7916,5.8451,19900,0,0,386,0,2,0,0,0),(20408,3269,1,1,1,6093,1,-80.7617,-3370.37,93.2554,2.36463,275,5,0,219,537,1,0,0,0),(20407,3268,1,1,1,6096,1,-111.907,-2855.58,92.4167,3.14385,275,5,0,186,191,1,0,0,0),(20406,3268,1,1,1,6096,1,-186.693,-3022.39,91.7917,5.95326,275,5,0,186,191,1,0,0,0),(20405,3268,1,1,1,6096,1,-207.322,-3030.23,91.7917,0.621537,275,0,0,186,191,0,0,0,0),(20404,3268,1,1,1,6096,1,-183.959,-2961.07,91.9167,5.00594,275,0,0,186,191,0,0,0,0),(20403,3268,1,1,1,6096,1,-218.697,-2922.1,91.7917,2.08078,275,5,0,186,191,1,0,0,0),(20402,3268,1,1,1,6096,1,-92.5209,-2909.03,91.8796,2.32753,275,5,0,186,191,1,0,0,0),(18680,5055,43,1,1,0,0,-185.325,65.2722,-46.2168,1.22809,86400,1,0,135,0,1,0,0,0),(20401,3268,1,1,1,6096,1,-116.86,-2924.42,91.8469,6.27192,275,5,0,186,191,1,0,0,0),(38511,2914,269,3,1,0,0,-2038.48,7240.68,19.2108,2.46782,86400,3,0,8,0,1,0,0,0),(20400,3268,1,1,1,6096,1,-99.2013,-2952.35,91.9981,2.99666,275,0,0,186,191,2,0,0,0),(20399,3268,1,1,1,6096,1,-155.782,-3011.95,91.7917,5.38186,275,15,0,186,191,1,0,0,0),(20398,3268,1,1,1,6096,1,-165.209,-3037.72,91.7917,2.80644,275,0,0,186,191,0,0,0,0),(20397,3268,1,1,1,6096,1,-207.64,-2993.85,91.7917,1.55217,275,0,0,186,191,0,0,0,0),(20396,3268,1,1,1,6096,1,-82.61,-2864.88,91.7917,0.091162,275,5,0,186,191,1,0,0,0),(20395,3268,1,1,1,6096,1,-48.9738,-2893.44,91.8929,5.82825,275,5,0,186,191,1,0,0,0),(20394,3267,1,1,1,1964,1,-43.2116,-2813.28,92.9877,0.152946,275,15,0,198,0,1,0,0,0),(20393,3267,1,1,1,1964,1,-148.08,-2846.17,95.0553,3.56854,275,5,0,198,0,1,0,0,0),(20392,3267,1,1,1,1964,1,-120.772,-2820.86,91.7917,5.55694,275,10,0,198,0,1,0,0,0),(20391,3267,1,1,1,1964,1,-189.592,-3033.26,91.7917,5.94974,275,0,0,198,0,0,0,0,0),(20390,3267,1,1,1,1964,1,-188.729,-3027.56,91.7917,2.85332,275,0,0,198,0,2,0,0,0),(20389,3267,1,1,1,1964,1,-229.862,-3018.29,91.7917,4.58559,275,0,0,198,0,0,0,0,0),(20388,3267,1,1,1,1964,1,-210.837,-2989.58,91.7917,-0.300396,275,0,0,198,0,2,0,0,0),(20387,3267,1,1,1,1964,1,-205.545,-3000.36,91.7917,4.68846,275,0,0,198,0,0,0,0,0),(20386,3267,1,1,1,1964,1,-224.095,-3036.88,91.7917,3.0227,275,0,0,198,0,0,0,0,0),(20385,3267,1,1,1,1964,1,-209.372,-2953.74,91.7917,6.1713,275,5,0,198,0,1,0,0,0),(20384,3267,1,1,1,1964,1,-193.819,-2943.92,91.7917,2.04101,275,3,0,198,0,1,0,0,0),(20383,3267,1,1,1,1964,1,-114.515,-2882.71,91.7917,1.45039,275,5,0,198,0,1,0,0,0),(20382,3267,1,1,1,1964,1,-137.614,-2887.9,92.9176,5.99229,275,5,0,198,0,1,0,0,0),(20381,3267,1,1,1,1964,1,-126.958,-3005.08,91.7917,4.52505,275,5,0,198,0,1,0,0,0),(20380,3267,1,1,1,1964,1,-187.766,-2992.73,91.9167,1.75545,275,5,0,198,0,1,0,0,0),(20379,3267,1,1,1,1964,1,-89.1944,-2852.54,91.7917,3.35525,275,5,0,198,0,1,0,0,0),(20378,3267,1,1,1,1964,1,-80.0092,-2752.45,91.792,3.79105,275,5,0,198,0,1,0,0,0),(20377,3267,1,1,1,1964,1,-77.1009,-2886.17,92.0279,1.68035,275,5,0,198,0,1,0,0,0),(20376,7874,1,1,1,1963,1,-4562.29,-2308.65,93.1333,5.4402,275,5,0,1021,1926,1,0,0,0),(20375,7874,1,1,1,1963,1,-4640.05,-2266.45,83.949,3.3005,275,0,0,1021,1926,0,0,0,0),(20374,7874,1,1,1,1963,1,-4668.73,-2286.38,89.3254,5.44043,275,5,0,1021,1926,1,0,0,0),(20373,7874,1,1,1,1963,1,-4618.66,-2253.73,84.199,0.975327,275,0,0,1021,1926,2,0,0,0),(20372,7874,1,1,1,1963,1,-4664.52,-2195.88,91.2739,3.16698,275,0,0,1021,1926,2,0,0,0),(20371,7874,1,1,1,1963,1,-4620.65,-2090.61,87.8605,0.85073,275,5,0,1021,1926,1,0,0,0),(20370,7874,1,1,1,1963,1,-4618.56,-2274.51,83.949,3.72049,275,0,0,1021,1926,0,0,0,0); +INSERT INTO `creature` VALUES (20369,7874,1,1,1,1963,1,-4518.25,-2084.64,83.0776,0.709414,275,0,0,1021,1926,2,0,0,0),(20368,7874,1,1,1,1963,1,-4585.84,-2145.04,90.0471,3.66191,275,5,0,1021,1926,1,0,0,0),(20367,7874,1,1,1,1963,1,-4651.47,-2218.91,88.449,0.621593,275,5,0,1021,1926,1,0,0,0),(20366,7874,1,1,1,1963,1,-4652.73,-2153.86,85.9191,3.95822,275,0,0,1021,1926,2,0,0,0),(20365,7874,1,1,1,1963,1,-4534.94,-2063.55,83.9224,3.35106,275,0,0,1021,1926,2,0,0,0),(20364,7874,1,1,1,1963,1,-4491.52,-2025.26,83.6278,0.606375,275,0,0,1021,1926,2,0,0,0),(20363,7874,1,1,1,1963,1,-4486.72,-2061.89,76.0776,4.68992,275,0,0,1021,1926,0,0,0,0),(20362,7874,1,1,1,1963,1,-4747.59,-2252.22,83.8829,1.13543,275,5,0,1021,1926,1,0,0,0),(20361,7874,1,1,1,1963,1,-4838.79,-2198.24,83.6193,0.950574,275,3,0,1021,1926,1,0,0,0),(20360,7874,1,1,1,1963,1,-4775.41,-2288.78,83.1329,2.70673,275,5,0,1021,1926,1,0,0,0),(20359,3266,1,1,1,1253,1,-115.615,-3382.43,92.3013,0.728406,275,5,0,247,0,1,0,0,0),(20358,3266,1,1,1,1253,1,-159.558,-3325.61,92.9167,1.0227,275,5,0,247,0,1,0,0,0),(20357,3266,1,1,1,1253,1,-185.814,-3284.44,91.7917,4.34934,275,5,0,247,0,1,0,0,0),(20356,3266,1,1,1,1253,1,-90.9958,-3160.28,92.7917,5.62838,275,0,0,247,0,0,0,0,0),(20355,3266,1,1,1,1253,1,-102.661,-3173.46,91.9133,4.07174,275,0,0,247,0,0,0,0,0),(20354,3266,1,1,1,1253,1,-112.091,-3177.54,91.9133,3.42259,275,0,0,247,0,0,0,0,0),(20353,3266,1,1,1,1253,1,-85.0208,-3210.49,92.167,5.28507,275,0,0,247,0,0,0,0,0),(20352,3266,1,1,1,1253,1,-80.7359,-3180.24,92.7934,3.46802,275,0,0,247,0,0,0,0,0),(20351,3266,1,1,1,1253,1,-47.434,-3122.76,91.7917,3.10247,275,15,0,247,0,1,0,0,0),(20350,3266,1,1,1,1253,1,-214.508,-3334.66,91.7917,2.303,275,5,0,247,0,1,0,0,0),(20349,3266,1,1,1,1253,1,-182.93,-3350.65,93.6667,5.54138,275,5,0,247,0,1,0,0,0),(20348,3266,1,1,1,1253,1,-76.8017,-3345.8,92.1667,1.3824,275,5,0,247,0,1,0,0,0),(38608,5951,1,1,1,0,0,1221.32,-4362.83,26.3075,4.99513,180,5,0,8,0,1,0,0,0),(20347,3266,1,1,1,1253,1,-42.7083,-3418.1,91.8731,1.5708,275,5,0,247,0,1,0,0,0),(20346,3266,1,1,1,1253,1,-6.15732,-3381.21,90.0404,1.38851,275,5,0,247,0,1,0,0,0),(20345,3266,1,1,1,1253,1,-26.5744,-3412.59,91.6742,1.83249,275,5,0,247,0,1,0,0,0),(20344,3266,1,1,1,1253,1,-46.2825,-3393.41,91.7904,1.43976,275,5,0,247,0,1,0,0,0),(20343,3266,1,1,1,1253,1,-41.5331,-3370.37,91.7904,4.24292,275,5,0,247,0,1,0,0,0),(20342,3266,1,1,1,1253,1,-55.6036,-3256.06,91.7114,3.07458,275,5,0,247,0,1,0,0,0),(20341,7874,1,1,1,1963,1,-4511.57,-2225.38,93.0791,3.45834,275,0,0,1021,1926,0,0,0,0),(20340,3266,1,1,1,1253,1,-214.356,-3387.89,91.7917,3.05399,275,5,0,247,0,1,0,0,0),(20339,7874,1,1,1,1963,1,-4513.75,-2258.59,91.9814,4.4783,275,0,0,1021,1926,2,0,0,0),(20338,7874,1,1,1,1963,1,-4845.33,-2299.35,87.2446,4.97842,275,0,0,1021,1926,0,0,0,0),(20337,7874,1,1,1,1963,1,-4816.1,-2305.7,88.7206,1.88362,275,0,0,1021,1926,2,0,0,0),(20336,3266,1,1,1,1253,1,-97.6582,-3387.26,93.1304,1.07394,275,5,0,247,0,1,0,0,0),(20335,3266,1,1,1,1253,1,-235.359,-3343.92,91.7917,0.377265,275,0,0,247,0,0,0,0,0),(20334,7874,1,1,1,1963,1,-4307.5,-2021.4,89.7383,1.55664,275,0,0,1021,1926,0,0,0,0),(20333,7874,1,1,1,1963,1,-4452.96,-2275.74,88.9181,1.97713,275,5,0,1021,1926,1,0,0,0),(20332,7874,1,1,1,1963,1,-4310.53,-2053.29,83.6982,1.94086,275,5,0,1021,1926,1,0,0,0),(20331,3266,1,1,1,1253,1,-252.125,-3381.21,96.7917,1.96098,275,5,0,247,0,1,0,0,0),(20330,7874,1,1,1,1963,1,-4448.46,-2306.63,92.4906,3.54092,275,0,0,1021,1926,0,0,0,0),(20329,7873,1,1,1,6108,1,-4738.56,-2248.3,86.2621,5.32208,275,5,0,1221,0,1,0,0,0),(20328,7873,1,1,1,6108,1,-4641.74,-2420.69,85.9071,3.44859,275,0,0,1221,0,2,0,0,0),(20327,7873,1,1,1,6108,1,-4673.75,-2412.62,86.1418,4.66993,275,0,0,1221,0,2,0,0,0),(20326,7873,1,1,1,6108,1,-4606.86,-2265.57,83.949,4.98213,275,0,0,1221,0,0,0,0,0),(20325,7873,1,1,1,6108,1,-4580.54,-2279.38,90.1096,2.70526,275,0,0,1221,0,0,0,0,0),(20324,7873,1,1,1,6108,1,-4580.2,-2289.17,90.1587,2.89725,275,0,0,1221,0,0,0,0,0),(20323,7873,1,1,1,6108,1,-4640.58,-2386.56,86.4236,2.80946,275,0,0,1221,0,2,0,0,0),(20322,7873,1,1,1,6108,1,-4697.8,-2302.02,87.6166,4.24263,275,5,0,1221,0,1,0,0,0),(20321,7873,1,1,1,6108,1,-4462.75,-2007.72,85.3347,5.84685,275,0,0,1221,0,0,0,0,0),(20320,7873,1,1,1,6108,1,-4647.35,-2126.59,86.1124,3.41453,275,5,0,1221,0,1,0,0,0),(20319,7873,1,1,1,6108,1,-4611.95,-2125.33,84.2014,3.40897,275,5,0,1221,0,1,0,0,0),(20318,7873,1,1,1,6108,1,-4670.01,-2254.47,89.2625,3.21615,275,5,0,1221,0,1,0,0,0),(1096,595,0,1,1,4574,1,-11730.8,589.842,50.316,1.68738,300,5,0,1279,0,1,0,0,0),(1095,595,0,1,1,4574,1,-11695.9,555.871,50.3151,3.76686,300,3,0,1279,0,1,0,0,0),(1094,595,0,1,1,4574,1,-11707.6,567.696,49.816,4.70116,300,3,0,1279,0,1,0,0,0),(1093,710,0,1,1,6704,1,-12345.7,-1094.62,2.51668,1.76762,1800,2,0,1381,3575,1,0,0,0),(1092,701,0,1,1,4577,1,-11686.5,554.669,49.5651,0.450803,300,3,0,1064,1007,1,0,0,0),(1090,588,0,1,1,4575,1,-11598.8,553.534,50.223,3.76091,300,5,0,1279,0,1,0,0,0),(1089,595,0,1,1,4574,1,-11569.2,561.876,49.973,6.09925,300,0,0,1279,0,0,0,0,0),(1086,588,0,1,1,4575,1,-11565,552.824,50.1924,0.634076,300,0,0,1279,0,0,0,0,0),(1083,588,0,1,1,4575,1,-11691.2,657.854,48.651,5.09366,300,2,0,1279,0,1,0,0,0),(1082,588,0,1,1,4575,1,-11703,638.579,49.6907,4.52698,300,2,0,1279,0,1,0,0,0),(1081,595,0,1,1,4574,1,-11586.1,563.206,49.973,0.933295,300,0,0,1279,0,0,0,0,0),(1077,678,0,1,1,416,1,-12367.5,-1130.45,2.42295,3.55566,1800,0,0,1973,0,0,0,0,0),(1074,588,0,1,1,4575,1,-11704.4,660.337,49.5657,5.63111,300,2,0,1279,0,1,0,0,0),(1073,701,0,1,1,4577,1,-11687.6,696.657,49.9249,1.05262,300,2,0,1064,1007,1,0,0,0),(1071,588,0,1,1,4575,1,-11739.9,595.899,50.6127,2.75792,300,5,0,1279,0,1,0,0,0),(1070,698,0,1,1,320,0,-11739.2,546.843,50.813,0.383972,300,2,0,1279,0,1,0,0,0),(1069,699,0,1,1,4576,1,-11738.2,544.167,51.0167,0.383972,300,0,0,1279,0,0,0,0,0),(1068,701,0,1,1,4577,1,-11732.1,539.068,51.0974,5.84257,300,3,0,1064,1007,1,0,0,0),(1067,588,0,1,1,4575,1,-11708,647.552,49.6907,4.71978,300,2,0,1279,0,1,0,0,0),(1066,588,0,1,1,4575,1,-11692.8,638.552,49.5082,0.663225,300,0,0,1279,0,0,0,0,0),(1064,701,0,1,1,4577,1,-11687,638.608,49.5495,2.19912,300,0,0,1064,1007,0,0,0,0),(1063,588,0,1,1,4575,1,-11691.8,644.795,49.1912,5.43047,300,0,0,1279,0,0,0,0,0),(1062,1551,0,1,1,2174,0,-13122.1,-554.975,10.1675,2.9879,300,0,0,2059,0,0,0,0,0),(1060,588,0,1,1,4575,1,-11565.8,590.354,50.3581,3.32775,300,0,0,1279,0,0,0,0,0),(1056,701,0,1,1,4577,1,-11739.5,554.433,50.8083,4.34073,300,3,0,1064,1007,1,0,0,0),(1055,1551,0,1,1,2174,0,-13118.8,-504.518,7.52939,5.88597,300,2,0,2059,0,1,0,0,0),(1052,701,0,1,1,4577,1,-11696.8,544.549,49.8151,3.11847,300,3,0,1064,1007,1,0,0,0),(1051,1551,0,1,1,2174,0,-13156.7,-563.239,4.64249,0.273099,300,2,0,2059,0,1,0,0,0),(1050,678,0,1,1,416,1,-12302,-1070.13,11.6159,1.86042,1800,0,0,1973,0,0,0,0,0),(51896,14345,1,1,1,0,0,5220.47,-785.919,346.773,0.676159,9900,0,0,2980,0,0,0,0,0),(1008,701,0,1,1,4577,1,-11685.9,543.793,49.9401,1.58221,300,3,0,1064,1007,1,0,0,0),(51895,14344,1,1,1,0,0,4250.07,-781.841,262.327,0.233983,9900,0,0,3322,0,0,0,0,0),(994,588,0,1,1,4575,1,-11727.5,679.786,49.5311,3.47745,300,2,0,1279,0,1,0,0,0),(993,701,0,1,1,4577,1,-11732.1,674.758,49.8358,4.69091,300,0,0,1064,1007,0,0,0,0),(992,1564,0,1,1,4462,1,-13440.1,762.227,0.299731,4.91517,300,0,0,1292,3191,0,0,0,0),(991,1551,0,1,1,2174,0,-13170,-552.311,9.34697,4.88692,300,2,0,2059,0,1,0,0,0),(990,588,0,1,1,4575,1,-11688,565.3,49.8151,3.2476,300,3,0,1279,0,1,0,0,0),(989,1551,0,1,1,2174,0,-13134.5,-563.287,8.13007,2.07859,300,2,0,2059,0,1,0,0,0),(988,1563,0,1,1,794,1,-13458.5,661.099,9.62183,5.77229,300,0,0,1829,0,0,0,0,0),(987,1551,0,1,1,2174,0,-13203.7,-599.1,4.64249,3.76313,300,3,0,2059,0,1,0,0,0),(986,1563,0,1,1,796,1,-13468.4,664.967,9.3285,6.12611,300,0,0,1829,0,0,0,0,0),(985,1564,0,1,1,4461,1,-13414.1,658.998,8.26089,5.70966,300,5,0,1292,3191,1,0,0,0),(51894,14340,1,1,1,0,0,3866.84,-672.535,328.788,3.99761,9900,0,0,3293,0,0,0,0,0),(983,1564,0,1,1,4462,1,-13468.6,657.017,9.3285,3.05631,300,0,0,1292,3191,0,0,0,0),(982,1563,0,1,1,794,1,-13464.2,658.172,9.37183,1.36136,300,0,0,1829,0,0,0,0,0),(981,1551,0,1,1,2174,0,-13257.9,-580.677,12.7041,1.68572,300,0,0,2059,0,0,0,0,0),(954,1551,0,1,1,2174,0,-13225.9,-587.313,4.64249,1.9197,300,3,0,2059,0,1,0,0,0),(953,690,0,1,1,8797,0,-12948.4,419.984,23.7607,3.54645,300,5,0,1678,0,1,0,0,0),(952,1551,0,1,1,2174,0,-13259.4,-554.017,16.9025,0.005587,300,2,0,2059,0,1,0,0,0),(951,690,0,1,1,8797,0,-12913.1,453.218,18.4354,2.02215,300,5,0,1678,0,1,0,0,0),(12174,5890,1,1,1,0,0,-2998.81,-703.206,44.0987,3.36758,120,0,0,42,0,2,0,0,0),(949,1564,0,1,1,4462,1,-13462.3,767.719,0.646089,2.5513,300,5,0,1292,3191,1,0,0,0),(947,690,0,1,1,8797,0,-12984.6,453.741,20.6765,3.15509,300,5,0,1678,0,1,0,0,0),(946,1551,0,1,1,2174,0,-13260,-524.051,16.2921,1.8032,300,5,0,2059,0,1,0,0,0),(945,4506,0,1,1,1902,1,-14927.6,89.3276,12.7946,4.05538,300,2,0,1829,0,1,0,0,0),(944,1653,0,1,1,2563,1,-14917.3,74.904,13.0733,0.837408,300,3,0,1110,3293,1,0,0,0),(941,4505,0,1,1,2557,1,-14927.3,101.49,12.9676,1.67703,300,0,0,1902,0,0,0,0,0),(940,2521,0,1,1,809,0,-14748.6,-452.013,1.79884,4.84765,300,10,0,1902,0,1,0,0,0),(926,2521,0,1,1,809,0,-14849.3,-348.287,3.4122,0.676097,300,5,0,1902,0,1,0,0,0),(925,2521,0,1,1,809,0,-14680.3,-450.125,1.61204,0.555481,300,5,0,1902,0,1,0,0,0),(924,2521,0,1,1,809,0,-14736.2,-354.601,5.07526,2.92333,300,5,0,1902,0,1,0,0,0),(923,2521,0,1,1,809,0,-14595.1,-386.874,8.19337,3.55803,300,5,0,1902,0,1,0,0,0),(922,690,0,1,1,8797,0,-12854.8,415.111,15.375,0.989836,300,5,0,1678,0,1,0,0,0),(921,690,0,1,1,8797,0,-12787.6,353.044,10.7839,1.74901,300,5,0,1678,0,1,0,0,0),(920,690,0,1,1,8797,0,-12819.5,384.791,7.98257,1.72953,300,5,0,1678,0,1,0,0,0),(919,2521,0,1,1,809,0,-14619.4,-451.022,1.23011,2.72584,300,5,0,1902,0,1,0,0,0),(918,690,0,1,1,8797,0,-12768.7,310.99,8.27404,5.93425,300,5,0,1678,0,1,0,0,0),(917,2521,0,1,1,809,0,-14658.7,-349.866,8.18186,3.68501,300,10,0,1902,0,1,0,0,0),(916,2521,0,1,1,809,0,-14517.2,-282.895,6.10025,5.94532,300,10,0,1902,0,1,0,0,0),(915,690,0,1,1,8797,0,-12748.7,250.644,6.40254,2.16912,300,5,0,1678,0,1,0,0,0),(914,683,0,1,1,2437,0,-11476.9,-81.8145,32.7379,0.735715,300,5,0,1050,0,1,0,0,0),(913,690,0,1,1,8797,0,-12755.4,219.777,9.99924,3.43062,300,5,0,1678,0,1,0,0,0),(912,2521,0,1,1,809,0,-14652.4,-386.239,8.97896,2.42817,300,10,0,1902,0,1,0,0,0),(911,905,0,1,1,705,0,-12577.4,-79.8106,7.11872,3.18946,300,5,0,1107,0,1,0,0,0),(910,11383,0,1,1,11295,1,-11868,-1013.6,69.4701,3.50811,50400,0,0,8770,16020,0,0,0,0),(909,1114,0,1,1,845,0,-12622.9,-720.566,42.9661,0.472381,300,5,0,1804,0,1,0,0,0),(908,905,0,1,1,705,0,-12469.2,-269.454,7.80389,4.27271,300,5,0,1107,0,1,0,0,0),(907,2544,0,1,1,9573,0,-14747.1,542.796,1.95425,5.71631,300,10,0,1829,0,1,0,0,0),(906,938,0,1,1,4439,1,-11505.4,-596.632,36.3116,3.44258,300,0,0,1279,0,0,0,0,0),(905,2544,0,1,1,9573,0,-14822.5,575.968,1.06922,2.75492,300,5,0,1829,0,1,0,0,0),(904,2544,0,1,1,9573,0,-14916.1,227.585,-1.03747,1.856,300,5,0,1829,0,1,0,0,0),(903,2544,0,1,1,9573,0,-14868,515.217,-1.28016,3.84245,300,5,0,1829,0,1,0,0,0),(902,2544,0,1,1,9573,0,-14824.2,220.495,-17.1338,6.17749,300,5,0,1829,0,1,0,0,0),(901,1152,0,1,1,833,0,-11913.3,-315.227,8.38252,2.70773,300,5,0,1403,0,1,0,0,0),(900,905,0,1,1,705,0,-11952,-480.235,5.45914,5.75346,300,5,0,1107,0,1,0,0,0),(899,1114,0,1,1,845,0,-12518.2,-552.308,34.6411,1.63139,300,3,0,1804,0,1,0,0,0),(895,1550,0,1,1,8802,0,-13290.3,-194.373,13.6193,4.12886,300,5,0,1902,0,1,0,0,0),(859,667,0,1,1,4632,1,-12676.7,-794.864,59.8895,0.117622,300,0,0,1678,0,0,0,0,0),(858,667,0,1,1,4632,1,-12676.2,-799.077,59.1395,0.11756,300,0,0,1678,0,0,0,0,0),(857,696,0,1,1,4622,1,-12669.2,-796.117,59.0145,0.116569,300,0,0,1678,0,0,0,0,0),(856,709,0,1,1,655,1,-12247,-791.432,12.5155,1.22094,1800,5,0,1823,0,1,0,0,0),(855,679,0,1,1,536,1,-12357.4,-978.743,13.9662,2.15496,1800,0,0,1579,1432,0,0,0,0),(854,678,0,1,1,416,1,-12348.5,-982.142,13.6156,0.069086,1800,0,0,1973,0,0,0,0,0),(853,678,0,1,1,416,1,-12353,-1010.2,7.92674,2.13706,1800,0,0,1973,0,0,0,0,0),(852,1114,0,1,1,845,0,-12326.5,-617.203,27.8197,2.51503,300,5,0,1804,0,1,0,0,0),(851,709,0,1,1,655,1,-12448.6,-896.188,40.0089,3.22217,1800,10,0,1823,0,1,0,0,0),(850,691,0,1,1,5561,0,-12182.8,955.174,-2.20975,4.52347,300,2,0,1469,0,1,0,0,0),(849,709,0,1,1,655,1,-12440.1,-913.02,38.0607,2.70154,1800,10,0,1823,0,1,0,0,0),(848,674,0,1,1,7202,1,-13036.8,-438.108,51.4721,5.02655,300,0,0,1829,0,0,0,0,0),(847,709,0,1,1,655,1,-12442.8,-951.252,40.7153,0.063957,1800,5,0,1823,0,1,0,0,0),(846,2546,0,1,1,797,1,-15024.5,269.352,7.51611,0.593412,300,0,0,2064,0,0,0,0,0),(845,709,0,1,1,655,1,-12478.9,-921.117,39.9359,2.14633,1800,10,0,1823,0,1,0,0,0),(844,709,0,1,1,655,1,-12507.6,-890.488,41.4671,5.5877,1800,5,0,1823,0,1,0,0,0),(843,2551,0,1,1,1102,0,-14923.7,119.903,19.7946,4.97419,300,0,0,2746,0,0,0,0,0),(842,709,0,1,1,655,1,-12484.7,-850.952,42.6037,0.808987,1800,10,0,1823,0,1,0,0,0),(841,781,0,1,1,4635,1,-13069.1,-720.841,83.3851,0.094149,300,3,0,2059,0,1,0,0,0),(840,672,0,1,1,4621,1,-13006.2,-821.781,70.9012,0.608192,300,3,0,1711,1483,1,0,0,0),(839,595,0,1,1,4574,1,-11713.1,794.439,30.3016,1.02239,300,5,0,1279,0,1,0,0,0),(838,4505,0,1,1,2557,1,-14922.3,112.187,18.3043,5.11994,300,0,0,1902,0,0,0,0,0),(837,783,0,1,1,4623,1,-13086.1,-773.296,80.1471,3.69939,300,5,0,2059,0,1,0,0,0),(836,588,0,1,1,4575,1,-11725.4,800.576,30.6501,5.62706,300,5,0,1279,0,1,0,0,0),(835,672,0,1,1,4621,1,-12980.3,-842.965,71.1753,3.99855,300,0,0,1711,1483,0,0,0,0),(834,701,0,1,1,4577,1,-11737.6,782.352,30.253,1.82968,300,5,0,1064,1007,1,0,0,0),(833,783,0,1,1,4623,1,-13054.5,-843.752,71.3439,5.84718,300,0,0,2059,0,0,0,0,0),(832,683,0,1,1,2437,0,-11519.6,-161.325,41.0762,1.20363,300,5,0,1050,0,1,0,0,0),(831,781,0,1,1,4635,1,-13027.2,-834.528,71.5876,4.18863,300,0,0,2059,0,0,0,0,0),(830,781,0,1,1,4635,1,-13000.8,-837.263,70.5876,3.08923,300,5,0,2059,0,1,0,0,0),(829,1114,0,1,1,845,0,-12645.9,-752.681,42.6098,5.17532,300,5,0,1804,0,1,0,0,0),(828,1114,0,1,1,845,0,-12483.1,-581.91,16.1407,5.27223,300,5,0,1804,0,1,0,0,0),(827,879,0,1,1,1079,1,-12253.9,725.291,-65.8069,5.65946,1800,5,0,1403,0,1,0,0,0),(826,1152,0,1,1,833,0,-11920.2,-387.418,-13.9784,3.67825,300,5,0,1403,0,1,0,0,0),(825,11355,0,1,1,11167,1,-11909.5,-905.186,37.7594,1.85005,1800,0,0,7599,0,0,0,0,0),(824,11355,0,1,1,11167,1,-11922.4,-905.346,38.2594,1.39626,1800,0,0,7599,0,0,0,0,0),(823,1559,0,1,1,792,0,-14737.8,-392.236,8.25029,0.039769,360,0,0,3302,0,0,0,0,0),(822,2522,0,1,1,613,0,-14627.6,-207.105,12.0161,3.12011,300,5,0,1902,0,1,0,0,0),(821,709,0,1,1,655,1,-12315.4,-919.677,9.56357,2.35067,1800,5,0,1823,0,1,0,0,0),(820,2522,0,1,1,613,0,-14511.7,-157.93,6.41794,4.69091,300,5,0,1902,0,1,0,0,0),(819,2522,0,1,1,613,0,-14571.3,-191.282,12.7512,3.29514,300,10,0,1902,0,1,0,0,0),(818,2522,0,1,1,613,0,-14723.2,-180.903,6.77771,4.62571,300,10,0,1902,0,1,0,0,0),(817,2522,0,1,1,613,0,-14638.8,-188.019,8.85728,0.60986,300,10,0,1902,0,1,0,0,0),(816,1152,0,1,1,833,0,-12142.1,-341.107,-0.853949,4.71228,300,5,0,1403,0,1,0,0,0),(815,2522,0,1,1,613,0,-14693.3,-174.051,9.29706,0.177271,300,10,0,1902,0,1,0,0,0),(814,1152,0,1,1,833,0,-12084,-313.884,8.7841,5.68599,300,5,0,1403,0,1,0,0,0),(813,682,0,1,1,320,0,-11655.1,-804.113,39.5871,1.67109,300,5,0,1163,0,1,0,0,0),(812,2522,0,1,1,613,0,-14833.3,-181.244,4.77878,0.102278,300,10,0,1902,0,1,0,0,0),(811,1114,0,1,1,845,0,-12721.6,-745.421,66.242,2.61626,300,5,0,1804,0,1,0,0,0),(810,1114,0,1,1,845,0,-12379.3,-480.04,16.8166,3.85428,300,10,0,1804,0,1,0,0,0),(809,2521,0,1,1,809,0,-14851.2,-275.917,5.32802,1.48544,300,5,0,1902,0,1,0,0,0),(7140,2723,0,1,1,10804,0,-6342.34,-3078.52,310.834,0.092626,300,0,0,1674,0,0,0,0,0),(808,2521,0,1,1,809,0,-14549.1,-451.358,2.76172,3.78846,300,5,0,1902,0,1,0,0,0),(807,2521,0,1,1,809,0,-14535.3,-378.371,3.74928,0.307545,300,5,0,1902,0,1,0,0,0),(806,2521,0,1,1,809,0,-14591.9,-346.833,9.34343,4.11302,300,5,0,1902,0,1,0,0,0),(805,2521,0,1,1,809,0,-14548.8,-351.087,6.7521,5.86926,300,5,0,1902,0,1,0,0,0),(804,772,0,1,1,614,0,-12647.3,-414.763,18.2433,2.01449,300,5,0,1536,0,1,0,0,0),(803,2521,0,1,1,809,0,-14479.3,-417.481,4.57412,1.90922,300,5,0,1902,0,1,0,0,0),(802,2521,0,1,1,809,0,-14483.8,-451.293,2.78694,2.33961,300,5,0,1902,0,1,0,0,0),(801,686,0,1,1,788,0,-12040.6,-219.175,17.9755,0.478481,300,10,0,1403,0,1,0,0,0),(800,2521,0,1,1,809,0,-14456.4,-359.426,5.62095,4.14275,300,5,0,1902,0,1,0,0,0),(799,2522,0,1,1,613,0,-14712.3,-145.981,4.58135,1.44661,300,5,0,1902,0,1,0,0,0),(798,686,0,1,1,788,0,-12089.5,-259.345,18.6734,0.712223,300,10,0,1403,0,1,0,0,0),(797,686,0,1,1,788,0,-12108.5,-272.52,16.3848,1.09428,300,5,0,1403,0,1,0,0,0),(796,686,0,1,1,788,0,-12010.5,-238.886,20.7653,2.58165,300,5,0,1403,0,1,0,0,0),(795,1151,0,1,1,2548,0,-11682.7,1085.22,1.62942,6.09844,300,5,0,1403,0,1,0,0,0),(794,940,0,1,1,4436,1,-11471.9,-579.938,35.1285,4.68115,300,5,0,977,935,1,0,0,0),(793,4458,0,1,1,478,1,-12200,30.0658,13.3411,2.75746,300,5,0,1403,0,1,0,0,0),(792,688,0,1,1,12344,0,-11520.7,-114.772,31.8328,1.82762,300,5,0,1107,0,1,0,0,0),(791,4459,0,1,1,5286,1,-12152.9,-7.77777,-5.94299,1.83173,300,5,0,1208,1097,1,0,0,0),(790,688,0,1,1,12344,0,-11439.2,71.9779,39.2687,0.195955,300,5,0,1107,0,1,0,0,0),(789,2544,0,1,1,9573,0,-14817.9,300.867,-0.612223,5.24464,300,5,0,1829,0,1,0,0,0),(788,1108,0,1,1,843,0,-11881.3,-113.73,21.5637,1.14313,300,2,0,1427,0,1,0,0,0),(787,2522,0,1,1,613,0,-14476.8,-260.661,6.36488,5.71534,300,5,0,1902,0,1,0,0,0),(786,2522,0,1,1,613,0,-14814,-114.401,2.17874,3.35172,300,5,0,1902,0,1,0,0,0),(785,4505,0,1,1,2557,1,-14918.8,80.1793,7.52164,5.73942,300,2,0,1902,0,1,0,0,0),(784,2550,0,1,1,4873,1,-14921,123.1,7.51768,3.32135,300,0,0,1651,2762,0,0,0,0),(783,4505,0,1,1,2557,1,-14917.1,95.096,7.52163,6.26069,300,2,0,1902,0,1,0,0,0),(782,4505,0,1,1,2558,1,-14928.6,111.185,7.52081,4.16761,300,0,0,1902,0,0,0,0,0),(781,4506,0,1,1,1902,1,-14926.8,113.699,12.5743,5.01759,300,0,0,1829,0,0,0,0,0),(780,4506,0,1,1,1902,1,-14916.5,113.326,12.5743,1.51444,300,0,0,1829,0,0,0,0,0),(779,686,0,1,1,788,0,-11981.3,-289.584,27.1181,1.82768,300,5,0,1403,0,1,0,0,0),(778,905,0,1,1,705,0,-12110.6,-345.716,-4.51475,4.70831,300,5,0,1107,0,1,0,0,0),(777,1150,0,1,1,1039,0,-11513.3,15.6604,14.2887,5.42441,300,5,0,1050,0,1,0,0,0),(776,1150,0,1,1,1039,0,-11513.4,-53.4103,13.7196,0.240713,300,5,0,1050,0,1,0,0,0),(775,1550,0,1,1,8802,0,-13317,-220.694,14.1153,4.71309,300,5,0,1902,0,1,0,0,0),(774,688,0,1,1,12344,0,-11455.8,-56.4749,43.6173,1.447,300,5,0,1107,0,1,0,0,0),(773,1550,0,1,1,8802,0,-13381.9,-272.963,13.9835,2.84845,300,5,0,1902,0,1,0,0,0),(20317,7873,1,1,1,6108,1,-4557.17,-2095.02,90.3627,5.38286,275,5,0,1221,0,1,0,0,0),(20316,7873,1,1,1,6108,1,-4586.15,-2131.15,90.1703,0.402527,275,5,0,1221,0,1,0,0,0),(20315,7873,1,1,1,6108,1,-4574,-2106.74,90.2953,0.646007,275,5,0,1221,0,1,0,0,0),(20314,7873,1,1,1,6108,1,-4660.07,-2196.01,90.9628,4.8426,275,5,0,1221,0,1,0,0,0),(20313,7873,1,1,1,6108,1,-4495.85,-2060.33,76.0776,5.31805,275,0,0,1221,0,0,0,0,0),(20312,7873,1,1,1,6108,1,-4455.98,-2045.4,83.12,3.09076,275,5,0,1221,0,1,0,0,0),(20311,7873,1,1,1,6108,1,-4817.06,-2221.04,84.7588,3.16112,275,0,0,1221,0,2,0,0,0),(20310,7873,1,1,1,6108,1,-4796.23,-2254.43,94.4496,0.191986,275,0,0,1221,0,0,0,0,0),(20309,3265,1,1,1,6094,1,-174.853,-3375.98,93.1667,2.33132,275,0,0,222,0,0,0,0,0),(20308,3265,1,1,1,6094,1,-96.4121,-2824.85,91.9913,3.20095,275,0,0,222,0,0,0,0,0),(20307,3265,1,1,1,6094,1,-23.0895,-3266.17,92.1833,0.928076,275,5,0,222,0,1,0,0,0),(20306,3265,1,1,1,6094,1,16.3485,-3237.44,94.2916,4.59491,275,5,0,222,0,1,0,0,0),(20305,3265,1,1,1,6094,1,-116.461,-2960.58,91.7917,1.14872,275,5,0,222,0,1,0,0,0),(20304,3265,1,1,1,6094,1,-175.263,-3008.49,91.8337,1.0298,275,0,0,222,0,0,0,0,0),(20303,3265,1,1,1,6094,1,-92.777,-2941.98,93.0446,5.15971,275,5,0,222,0,1,0,0,0),(20302,3265,1,1,1,6094,1,1.45246,-3399.94,85.3615,1.13511,275,5,0,222,0,1,0,0,0),(7139,2743,0,1,1,4936,1,-6329.24,-3077.83,310.917,4.04916,300,0,0,1604,0,0,0,0,0),(39002,2914,269,3,1,0,0,-2083.55,7273.78,23.8032,2.45604,86400,3,0,8,0,1,0,0,0),(15397,2269,0,1,1,3629,1,-825.513,142.003,17.6065,2.51327,300,0,0,787,0,0,0,0,0),(15396,2356,0,1,1,3201,0,-521.376,-1813.02,64.3255,0,300,3,0,944,0,1,0,0,0),(15395,2349,0,1,1,6808,0,-934.267,-1433.1,56.6677,1.61968,300,5,0,664,0,1,0,0,0),(15394,2349,0,1,1,6808,0,-370.715,-1671.28,87.0631,3.46334,300,10,0,664,0,1,0,0,0),(15393,2356,0,1,1,3201,0,-751.606,-1604.24,54.3439,4.05637,300,3,0,944,0,1,0,0,0),(15392,2349,0,1,1,6808,0,-713.209,-253.896,34.5753,0.141069,300,5,0,664,0,1,0,0,0),(15391,2356,0,1,1,3201,0,-350.965,-1654.61,85.1407,5.41251,300,10,0,944,0,1,0,0,0),(15390,2349,0,1,1,6808,0,-658.64,-218.901,42.6064,2.71464,300,5,0,664,0,1,0,0,0),(15389,2356,0,1,1,3201,0,-673.206,-953.951,34.3057,3.39414,300,5,0,944,0,1,0,0,0),(15388,2368,0,1,1,4763,1,-1442.17,-1062.45,0.746869,0.330403,300,10,0,896,0,1,0,0,0),(15387,2370,0,1,1,4976,1,-1437.3,-1071.42,5.5258,1.44862,300,0,0,812,811,0,0,0,0),(15386,2351,0,1,1,806,0,-536.471,319.465,84.3939,6.10071,300,10,0,677,0,1,0,0,0),(15385,2368,0,1,1,4763,1,-1419.58,-1046.94,0.149249,1.72567,300,10,0,896,0,1,0,0,0),(15384,2374,0,1,1,1305,1,-1153.04,-16.7084,-3.09852,2.39294,300,10,0,896,0,1,0,0,0),(15383,2376,0,1,1,4920,1,-1153.74,-149.897,-8.32204,0.786744,300,10,0,892,852,1,0,0,0),(15382,2377,0,1,1,1079,1,-1149.32,-293.114,-8.80224,4.60162,300,10,0,935,878,1,0,0,0),(15381,2356,0,1,1,3201,0,-807.772,-36.9599,28.1008,0.910693,300,10,0,944,0,1,0,0,0),(15380,2349,0,1,1,6808,0,-457.379,-1801.74,75.5199,0.591222,300,10,0,664,0,1,0,0,0),(39039,2914,269,3,1,0,0,-2105.01,7310.04,23.9717,1.9416,86400,3,0,8,0,1,0,0,0),(55342,12201,349,1,1,12292,0,27.8981,83.1932,-124.483,0.240237,86400,0,1,20610,0,2,0,0,0),(55341,12206,349,1,1,12309,0,21.3003,-34.1877,-127.808,4.60767,86400,0,0,11940,0,0,0,0,0),(55339,13321,349,1,1,1924,0,339.666,11.2884,-130.871,0.017453,86400,5,0,42,0,1,0,0,0),(55340,12206,349,1,1,12309,0,76.7185,-168.97,-169.867,5.74213,86400,0,0,11940,0,0,0,0,0),(20301,3265,1,1,1,6094,1,-38.8009,-3234.81,91.8888,5.10638,275,5,0,222,0,1,0,0,0),(20300,7873,1,1,1,6108,1,-4461.86,-2292.27,89.8076,3.01891,275,5,0,1221,0,1,0,0,0),(20296,7873,1,1,1,6108,1,-4492.44,-2268.5,91.9099,3.12041,275,5,0,1221,0,1,0,0,0),(20295,7873,1,1,1,6108,1,-4511.47,-2281.45,92.3324,4.04916,275,0,0,1221,0,0,0,0,0),(20294,7873,1,1,1,6108,1,-4525.87,-2273.13,92.1912,5.84685,275,0,0,1221,0,0,0,0,0),(20293,7873,1,1,1,6108,1,-4368.18,-2228.89,90.8947,4.54895,275,5,0,1221,0,1,0,0,0),(20292,7873,1,1,1,6108,1,-4379.27,-2211.26,91.5197,2.31524,275,5,0,1221,0,1,0,0,0),(20291,7873,1,1,1,6108,1,-4392.13,-2187.87,91.8859,2.74329,275,5,0,1221,0,1,0,0,0),(20290,7873,1,1,1,6108,1,-4408.87,-2176.07,93.0802,3.90954,275,0,0,1221,0,0,0,0,0),(20289,7873,1,1,1,6108,1,-4474.94,-2111.12,83.7444,5.33462,275,5,0,1221,0,1,0,0,0),(20288,7873,1,1,1,6108,1,-4408.55,-2188.6,92.9794,2.05949,275,0,0,1221,0,0,0,0,0),(20287,7873,1,1,1,6108,1,-4460.48,-2169.86,91.407,0.800809,275,3,0,1221,0,1,0,0,0),(20286,7873,1,1,1,6108,1,-4471.56,-2150.96,88.865,1.23918,275,0,0,1221,0,0,0,0,0),(20285,7873,1,1,1,6108,1,-4462,-2146.45,88.9328,2.11185,275,0,0,1221,0,0,0,0,0),(20284,7873,1,1,1,6108,1,-4775.62,-2241.63,86.0232,5.35865,275,0,0,1221,0,0,0,0,0),(20283,7873,1,1,1,6108,1,-4747.63,-2285.04,83.1329,0.465742,275,15,0,1221,0,1,0,0,0),(20282,7873,1,1,1,6108,1,-4837.28,-2294.88,87.1196,4.57259,275,0,0,1221,0,0,0,0,0),(20281,7873,1,1,1,6108,1,-4845.94,-2328.12,96.3367,0.523599,275,0,0,1221,0,0,0,0,0),(20280,7873,1,1,1,6108,1,-4392.79,-2247.02,89.6187,4.65916,275,0,0,1221,0,2,0,0,0),(20279,7873,1,1,1,6108,1,-4306.5,-2109.28,83.9806,0.748889,275,0,0,1221,0,0,0,0,0),(20278,7873,1,1,1,6108,1,-4452.04,-2079.16,83.4785,0.433473,275,5,0,1221,0,1,0,0,0),(20277,7873,1,1,1,6108,1,-4321.62,-2078.72,82.5472,3.76917,275,0,0,1221,0,2,0,0,0),(20276,7873,1,1,1,6108,1,-4321.94,-2017.9,91.7383,3.30007,275,0,0,1221,0,0,0,0,0),(20275,7873,1,1,1,6108,1,-4300.2,-2039.67,89.3204,4.08407,275,3,0,1221,0,1,0,0,0),(20274,7873,1,1,1,6108,1,-4497.2,-2241.47,91.9856,4.24115,275,0,0,1221,0,0,0,0,0),(20273,7873,1,1,1,6108,1,-4336.8,-2106.51,79.1522,0.717501,275,5,0,1221,0,1,0,0,0),(20272,7873,1,1,1,6108,1,-4476.43,-2256.47,93.0297,3.83972,275,0,0,1221,0,0,0,0,0),(20271,7873,1,1,1,6108,1,-4319.21,-2067.14,83.2761,4.12312,275,5,0,1221,0,1,0,0,0),(20270,7873,1,1,1,6108,1,-4373.52,-2159.78,89.8386,4.57276,275,0,0,1221,0,0,0,0,0),(20269,7873,1,1,1,6108,1,-4414.98,-2271.13,87.6533,2.2349,275,5,0,1221,0,1,0,0,0),(20268,3521,1,1,1,3887,1,256.258,-3693.95,26.4771,5.3058,275,0,0,573,0,0,0,0,0),(20267,7873,1,1,1,6108,1,-4457.74,-2310.84,92.8656,1.94369,275,0,0,1221,0,0,0,0,0),(20266,7873,1,1,1,6108,1,-4363.6,-2171.54,90.3969,2.82743,275,0,0,1221,0,0,0,0,0),(20265,7873,1,1,1,6108,1,-4354.22,-2145.61,83.9544,1.12201,275,5,0,1221,0,1,0,0,0),(20264,7872,1,1,1,6098,1,-4655.13,-2486.75,82.1916,4.45561,275,10,0,1067,1926,1,0,0,0),(20263,7872,1,1,1,6098,1,-4632.46,-2271.21,83.949,3.48387,275,0,0,1067,1926,0,0,0,0),(20262,7872,1,1,1,6098,1,-4630.74,-2256.13,83.949,5.59447,275,0,0,1067,1926,0,0,0,0),(20261,7872,1,1,1,6098,1,-4610.42,-2116.02,84.4514,1.5708,275,5,0,1067,1926,1,0,0,0),(20260,7872,1,1,1,6098,1,-4589.93,-2135.47,90.1721,0.27877,275,5,0,1067,1926,1,0,0,0),(20259,7872,1,1,1,6098,1,-4481.77,-2057.31,76.0776,2.30074,275,0,0,1067,1926,0,0,0,0),(20258,7872,1,1,1,6098,1,-4846.04,-2208.25,83.5349,5.76049,275,3,0,1067,1926,1,0,0,0),(20257,7872,1,1,1,6098,1,-4517.5,-2226.85,93.0791,0.498929,275,0,0,1067,1926,0,0,0,0),(20256,7872,1,1,1,6098,1,-4370.46,-2236.24,91.2437,4.96518,275,5,0,1067,1926,1,0,0,0),(20255,7872,1,1,1,6098,1,-4453.69,-2169.7,90.657,1.90833,275,0,0,1067,1926,2,0,0,0),(20254,7872,1,1,1,6098,1,-4768.21,-2236.56,86.2732,3.12192,275,0,0,1067,1926,0,0,0,0),(20253,7872,1,1,1,6098,1,-4843.45,-2307.21,88.0385,0.266836,275,0,0,1067,1926,0,0,0,0),(20252,7872,1,1,1,6098,1,-4310.28,-2114.08,83.1056,3.71786,275,0,0,1067,1926,0,0,0,0),(20251,7872,1,1,1,6098,1,-4313.33,-2026.76,87.4883,2.82016,275,0,0,1067,1926,0,0,0,0),(39130,2914,269,3,1,0,0,-2099.57,7323.33,23.3625,1.21511,86400,3,0,8,0,1,0,0,0),(39131,2914,269,3,1,0,0,-2078.05,7373.08,23.5871,0.877388,86400,3,0,8,0,1,0,0,0),(39132,2914,269,3,1,0,0,-2046.67,7397.27,24.5501,0.00559581,86400,3,0,8,0,1,0,0,0),(39133,2914,269,3,1,0,0,-2020.47,7397.02,23.883,6.16312,86400,3,0,8,0,1,0,0,0),(39134,2914,269,3,1,0,0,-1941.21,7370.7,21.0659,5.86467,86400,3,0,8,0,1,0,0,0),(39135,2914,269,3,1,0,0,-1901.24,7347.91,21.4291,5.53873,86400,3,0,8,0,1,0,0,0),(20250,7872,1,1,1,6098,1,-4486.86,-2246.92,92.0498,3.75552,275,5,0,1067,1926,1,0,0,0),(39137,2914,269,3,1,0,0,-1799.8,7289.38,23.1835,5.71544,86400,3,0,8,0,1,0,0,0),(39138,2914,269,3,1,0,0,-1739.01,7285.48,18.6421,6.10421,86400,3,0,8,0,1,0,0,0),(20249,7872,1,1,1,6098,1,-4463.1,-2302.5,92.4906,3.22878,275,0,0,1067,1926,0,0,0,0),(20248,3263,1,1,1,6091,1,-2247.12,-2520.8,94.2916,3.96252,275,5,0,379,1118,1,0,0,0),(20247,3263,1,1,1,6091,1,-2214.03,-2549.75,92.0417,5.87676,275,5,0,379,1118,1,0,0,0),(20246,3263,1,1,1,6091,1,-2284.89,-2643.75,99.6665,1.8153,275,0,0,379,1118,0,0,0,0),(20245,3263,1,1,1,6091,1,-2301.18,-2597.37,93.5478,4.53527,275,5,0,379,1118,1,0,0,0),(20244,3263,1,1,1,6091,1,-2270.38,-2529.26,91.8662,5.20222,275,5,0,379,1118,1,0,0,0),(20243,3263,1,1,1,6091,1,-2277.9,-2563.08,91.7916,2.22612,275,0,0,379,1118,0,0,0,0),(20242,3263,1,1,1,6091,1,-2252.52,-2581.2,93.5168,5.82827,275,15,0,379,1118,1,0,0,0),(20241,3263,1,1,1,6091,1,-1541.19,-1679.28,91.7916,3.91693,275,5,0,379,1118,1,0,0,0),(20240,3263,1,1,1,6091,1,-1680.81,-1713.25,91.7917,1.83437,275,15,0,379,1118,1,0,0,0),(20239,3263,1,1,1,6091,1,-1614.19,-1715.57,91.9167,0.59054,275,15,0,379,1118,1,0,0,0),(20238,3263,1,1,1,6091,1,-2047.45,-2750.72,91.7917,5.16233,275,15,0,379,1118,1,0,0,0),(20237,3263,1,1,1,6091,1,-2053.18,-2813.34,91.7917,5.7983,275,5,0,379,1118,1,0,0,0),(20236,3263,1,1,1,6091,1,-2071.98,-2792.66,92.2917,3.25323,275,5,0,379,1118,1,0,0,0),(20235,3263,1,1,1,6091,1,-1918.69,-2750.92,93.4795,4.79261,275,15,0,379,1118,1,0,0,0),(20234,3263,1,1,1,6091,1,-1981.01,-2780.47,91.7936,5.82512,275,15,0,379,1118,1,0,0,0),(20233,3263,1,1,1,6091,1,-1984.36,-2719.8,92.0464,0.410665,275,0,0,379,1118,2,0,0,0),(20232,3263,1,1,1,6091,1,-1613.39,-1777.35,91.7917,2.41819,275,0,0,379,1118,0,0,0,0),(20231,3263,1,1,1,6091,1,-1479.82,-1570.99,91.787,1.37465,275,15,0,379,1118,1,0,0,0),(20230,3263,1,1,1,6091,1,-1970.17,-2690.35,93.7917,4.13266,275,5,0,379,1118,1,0,0,0),(20229,3263,1,1,1,6091,1,-1554.33,-1744.6,93.4167,4.03594,275,5,0,379,1118,1,0,0,0),(20228,3263,1,1,1,6091,1,-1635.35,-1780.17,91.7917,5.24262,275,0,0,379,1118,0,0,0,0),(20227,3263,1,1,1,6091,1,-1641.76,-1816.18,91.7917,0.567496,275,5,0,379,1118,1,0,0,0),(20226,3263,1,1,1,6091,1,-1415.55,-1521.19,106.16,2.96706,275,0,0,379,1118,0,0,0,0),(20225,3263,1,1,1,6091,1,-1444.4,-1544.42,92.5416,0.753152,275,5,0,379,1118,1,0,0,0),(20224,3263,1,1,1,6091,1,-1438.43,-1525.45,92.5416,4.26311,275,0,0,379,1118,0,0,0,0),(20223,3263,1,1,1,6091,1,-1908.95,-2726.91,92.6667,3.92366,275,5,0,379,1118,1,0,0,0),(20222,3263,1,1,1,6091,1,-1931.1,-2703.32,93.1667,2.87129,275,0,0,379,1118,0,0,0,0),(20221,3263,1,1,1,6091,1,-2030.8,-2790.34,91.7917,3.2763,275,5,0,379,1118,1,0,0,0),(20220,3263,1,1,1,6091,1,-2001.96,-2812.28,92.7917,0.826861,275,0,0,379,1118,0,0,0,0),(20219,3263,1,1,1,6091,1,-1630.2,-1761.98,91.75,4.45059,275,0,0,379,1118,0,0,0,0),(20218,3263,1,1,1,6091,1,-1462.53,-1506.64,95.5416,4.70134,275,0,0,379,1118,0,0,0,0),(20217,3263,1,1,1,6091,1,-1509.74,-1540.38,95.037,0.727193,275,5,0,379,1118,1,0,0,0),(20216,3263,1,1,1,6091,1,-1454.3,-1469.36,103.033,5.35235,275,0,0,379,1118,0,0,0,0),(39199,2914,269,3,1,0,0,-1694.18,7285.53,23.9762,3.13148,86400,3,0,8,0,1,0,0,0),(39200,2914,269,3,1,0,0,-1753.37,7303.18,18.9456,2.73093,86400,3,0,8,0,1,0,0,0),(39201,2914,269,3,1,0,0,-1807.04,7322.02,22.9725,3.23358,86400,3,0,8,0,1,0,0,0),(772,1550,0,1,1,8802,0,-13313.6,-272.939,14.6111,1.0683,300,5,0,1902,0,1,0,0,0),(39203,2914,269,3,1,0,0,-1866.44,7306.46,22.4573,3.61843,86400,3,0,8,0,1,0,0,0),(39204,2914,269,3,1,0,0,-1936.78,7297.14,25.2845,3.26107,86400,3,0,8,0,1,0,0,0),(39205,2914,269,3,1,0,0,-1966.51,7308,25.6692,2.53065,86400,3,0,8,0,1,0,0,0),(39206,2914,269,3,1,0,0,-2036.9,7362.88,22.5509,2.39713,86400,3,0,8,0,1,0,0,0),(39207,2914,269,3,1,0,0,-2080.34,7396.06,24.57,2.55421,86400,3,0,8,0,1,0,0,0),(39208,2914,269,3,1,0,0,-1963.38,7405.75,20.8246,0.154818,86400,3,0,8,0,1,0,0,0),(39209,2914,269,3,1,0,0,-1935.34,7409.58,24.575,6.25736,86400,3,0,8,0,1,0,0,0),(39210,2914,269,3,1,0,0,-1867.48,7411.58,22.2033,0.245138,86400,3,0,8,0,1,0,0,0),(39211,2914,269,3,1,0,0,-1810.03,7438.93,24.8752,0.783136,86400,3,0,8,0,1,0,0,0),(20215,3263,1,1,1,6091,1,-1421.28,-1588.91,91.7916,3.98018,275,15,0,379,1118,1,0,0,0),(20214,3261,1,1,1,6077,1,-2227.25,-2517.27,92.735,6.08657,275,5,0,377,408,1,0,0,0),(20213,3261,1,1,1,6077,1,-2212.22,-2586.17,95.3224,3.05304,275,15,0,377,408,1,0,0,0),(20212,3261,1,1,1,6077,1,-2284.99,-2618.69,92.0416,4.4668,275,0,0,377,408,0,0,0,0),(20211,3261,1,1,1,6077,1,-2252.24,-2613.91,92.303,2.40814,275,15,0,377,408,1,0,0,0),(20210,3261,1,1,1,6077,1,-2289.02,-2487.29,99.1666,3.85906,275,5,0,377,408,1,0,0,0),(20209,3261,1,1,1,6077,1,-2245.53,-2480.88,93.6666,1.65953,275,5,0,377,408,1,0,0,0),(20208,3261,1,1,1,6077,1,-1874.74,-1985.88,92.1963,6.26343,275,5,0,377,408,1,0,0,0),(39228,2914,269,3,1,0,0,-1760.73,7435.95,22.403,5.06356,86400,3,0,8,0,1,0,0,0),(20207,3261,1,1,1,6077,1,-1954.99,-2787.79,91.7917,1.99169,275,5,0,377,408,1,0,0,0),(20206,10685,1,1,1,10015,0,1002.72,-2240.8,92.5544,2.40855,275,2,0,14,0,1,0,0,0),(20205,10685,1,1,1,10015,0,1036.16,-2229.03,91.8009,2.50937,275,2,0,14,0,1,0,0,0),(20204,10685,1,1,1,10015,0,1037.35,-2222.68,92.1519,1.23918,275,2,0,14,0,1,0,0,0),(20203,10685,1,1,1,10015,0,1044.72,-2223.37,91.9259,1.92971,275,2,0,14,0,1,0,0,0),(20202,10685,1,1,1,10015,0,994.009,-2247.21,93.562,1.73658,275,0,0,14,0,0,0,0,0),(20201,10685,1,1,1,10015,0,1004.06,-2251.69,92.417,4.19847,275,2,0,14,0,1,0,0,0),(20200,10685,1,1,1,10015,0,993.26,-2256.42,93.312,0.086188,275,0,0,14,0,0,0,0,0),(20199,3261,1,1,1,6077,1,-2047,-2577.01,91.7917,1.33869,275,15,0,377,408,1,0,0,0),(20198,3261,1,1,1,6077,1,-2157.2,-2549.63,92.3425,3.60822,275,5,0,377,408,1,0,0,0),(20197,3261,1,1,1,6077,1,-1854.58,-1837.77,91.875,1.90738,275,15,0,377,408,1,0,0,0),(20195,3261,1,1,1,6077,1,-2024.72,-2709.85,93.9167,3.21261,275,15,0,377,408,1,0,0,0),(20194,3261,1,1,1,6077,1,-2114.06,-2611.64,93.9533,4.97916,275,15,0,377,408,1,0,0,0),(20193,3261,1,1,1,6077,1,-2048.59,-2785.21,91.7917,2.1519,275,0,0,377,408,2,0,0,0),(20192,3261,1,1,1,6077,1,-2016.75,-2750.31,92.2917,6.10715,275,15,0,377,408,1,0,0,0),(20191,3261,1,1,1,6077,1,-1955.63,-2756.35,91.7917,3.11805,275,15,0,377,408,1,0,0,0),(20190,3261,1,1,1,6077,1,-1880.31,-2743.09,93.3915,0.166477,275,5,0,377,408,1,0,0,0),(20189,3261,1,1,1,6077,1,-1878.44,-1953.83,94.9407,4.55351,275,5,0,377,408,1,0,0,0),(20188,3261,1,1,1,6077,1,-1918.05,-1737.59,95.2917,4.07266,275,0,0,377,408,0,0,0,0),(20187,3261,1,1,1,6077,1,-1867.68,-1914.83,96.1638,0.122157,275,0,0,377,408,0,0,0,0),(20186,10685,1,1,1,10015,0,217.389,-2850.37,90.7891,3.84253,275,3,0,14,0,1,0,0,0),(20185,3261,1,1,1,6077,1,-2014.82,-2683.4,92.4167,5.841,275,15,0,377,408,1,0,0,0),(20184,3261,1,1,1,6077,1,-1983.94,-2749.04,91.8024,1.33959,275,15,0,377,408,1,0,0,0),(20183,3261,1,1,1,6077,1,-2087.4,-2757.89,91.9167,4.14044,275,3,0,377,408,1,0,0,0),(20182,3261,1,1,1,6077,1,-2114.06,-2578.65,91.7917,0.461107,275,0,0,377,408,0,0,0,0),(20181,10685,1,1,1,10015,0,216.955,-2853.04,90.9204,0.303234,275,3,0,14,0,1,0,0,0),(20180,3261,1,1,1,6077,1,-2085.16,-2518.12,93.4356,6.25513,275,15,0,377,408,1,0,0,0),(20179,14781,1,1,1,14812,1,1044.28,-2098.72,123.037,3.54302,600,0,0,130700,0,0,0,0,0),(20178,3261,1,1,1,6077,1,-1873.28,-1924.07,96.0388,0.640099,275,0,0,377,408,2,0,0,0),(20177,3261,1,1,1,6077,1,-1934.51,-1761.29,95.3173,2.24532,275,0,0,377,408,0,0,0,0),(20176,3261,1,1,1,6077,1,-1855.38,-1939.93,92.9167,0.110645,275,0,0,377,408,0,0,0,0),(20175,3261,1,1,1,6077,1,-1873.44,-1775.51,91.9167,0.795916,275,5,0,377,408,1,0,0,0),(20174,3260,1,1,1,1274,1,-2263.41,-2550.52,92.4166,3.56651,275,0,0,325,357,0,0,0,0),(20173,3260,1,1,1,1274,1,-2277.2,-2589.69,91.7916,4.79646,275,0,0,325,357,0,0,0,0),(20172,3260,1,1,1,1274,1,-2296.29,-2569.55,93.6666,5.09721,275,0,0,325,357,0,0,0,0),(20171,3260,1,1,1,1274,1,-1954.31,-2212.75,96.3401,2.18529,275,15,0,325,357,1,0,0,0),(20170,3260,1,1,1,1274,1,-2049.5,-1916.53,93.5786,2.69142,275,15,0,325,357,1,0,0,0),(20169,3260,1,1,1,1274,1,-2095.2,-1743.24,91.9167,1.81864,275,0,0,325,357,0,0,0,0),(20168,3260,1,1,1,1274,1,-2150.84,-1751.87,91.7917,3.94562,275,15,0,325,357,1,0,0,0),(39298,2914,269,3,1,0,0,-1743.68,7374.5,19.9744,4.502,86400,3,0,8,0,1,0,0,0),(20167,3260,1,1,1,1274,1,-2120.05,-1720.78,91.7917,3.78553,275,0,0,325,357,0,0,0,0),(20166,3260,1,1,1,1274,1,-2085.06,-1785.63,91.7917,4.31868,275,15,0,325,357,1,0,0,0),(8472,4884,1,1,1,10704,1,-3146.33,-2873.78,34.3575,5.75959,360,0,0,2059,0,0,0,0,0),(8471,10036,1,1,1,10704,1,-3147.92,-2951.04,33.9813,4.93928,360,0,0,7048,0,0,0,0,0),(8470,23843,1,1,1,21805,0,-2948.36,-3893.17,35.0324,2.46798,360,0,0,1321,1381,0,0,0,0),(8468,4792,1,1,1,4686,1,-2952.76,-3885.41,34.3089,2.28638,360,0,0,1981,0,0,0,0,0),(8467,4791,1,1,1,4685,1,-3106.37,-2823.56,34.5374,4.43314,360,0,0,2576,0,0,0,0,0),(8466,12376,1,1,1,2404,0,-3834.13,-4395.26,10.9591,4.86947,360,0,0,42,0,0,0,0,0),(8465,14560,1,1,1,14338,0,-3848.56,-4402.28,10.3649,2.37365,360,0,0,42,0,0,0,0,0),(8464,12716,1,1,1,7330,0,-4003.41,-4717.35,4.85833,0.750492,360,0,0,2218,0,0,0,0,0),(8463,13277,1,1,1,251,0,-3612.15,-4482,21.1032,3.92003,360,0,0,107,0,0,0,0,0),(8462,4901,1,1,1,13169,0,-3612.74,-4471.26,21.1032,4.37692,360,0,0,58,0,0,0,0,0),(8461,4321,1,1,1,2417,1,-3828.88,-4517.51,10.7437,0.453786,1200,0,0,10572,0,0,0,0,0),(8460,5087,1,1,1,655,1,-3111.08,-2892.66,35.1222,3.01942,360,0,0,1003,0,0,0,0,0),(8459,5085,1,1,1,2979,1,-3476.12,-4103.31,17.1079,5.11381,360,0,0,1163,0,0,0,0,0),(8458,5085,1,1,1,2979,1,-3468.09,-4110.77,17.106,1.34663,360,0,0,1163,0,0,0,0,0),(8457,5086,1,1,1,4667,1,-3469.49,-4107.24,17.1079,0.233694,360,0,0,1279,0,0,0,0,0),(8456,5085,1,1,1,2978,1,-3485.74,-4108.76,17.1038,0.366519,360,0,0,1163,0,0,0,0,0),(8455,5057,1,1,1,21687,1,-3924.16,-2887.04,46.469,6.20877,360,5,0,1536,0,1,0,0,0),(8454,5057,1,1,1,3016,1,-3913.12,-2882.31,46.4922,5.98271,360,5,0,1536,0,1,0,0,0),(8453,4363,1,1,1,5286,1,-2288.14,-4286.91,3.41443,5.78794,360,0,0,1208,1097,0,0,0,0),(8452,4361,1,1,1,478,1,-2425.4,-4017.73,14.0855,5.03661,360,5,0,1469,0,1,0,0,0),(8451,4403,1,1,1,2599,0,-4384.76,-4179.2,-7.83681,2.49582,360,0,0,1464,0,0,0,0,0),(20165,3260,1,1,1,1274,1,-2116.66,-1786.06,91.9167,4.8985,275,15,0,325,357,1,0,0,0),(20164,3260,1,1,1,1274,1,-2084.23,-2004.27,91.9366,1.16094,275,15,0,325,357,1,0,0,0),(20163,3260,1,1,1,1274,1,-2091.1,-1987.5,93.4115,4.01128,275,15,0,325,357,1,0,0,0),(20162,3260,1,1,1,1274,1,-2087.04,-2581.44,92.0417,3.49117,275,5,0,325,357,1,0,0,0),(20161,3260,1,1,1,1274,1,-1910.87,-2710.44,92.2763,0.364276,275,15,0,325,357,1,0,0,0),(20160,3260,1,1,1,1274,1,-1993.2,-2125.56,91.7917,5.99257,275,0,0,325,357,0,0,0,0),(20159,3260,1,1,1,1274,1,-2014.8,-2090.43,93.4322,5.18742,275,15,0,325,357,1,0,0,0),(20158,3260,1,1,1,1274,1,-2047.45,-2084.69,94.1363,3.91813,275,15,0,325,357,1,0,0,0),(20157,3260,1,1,1,1274,1,-2020.36,-2121.07,92.0417,2.50871,275,15,0,325,357,1,0,0,0),(20156,3260,1,1,1,1274,1,-1982.19,-2173.5,94.2733,0.577314,275,5,0,325,357,1,0,0,0),(20155,3260,1,1,1,1274,1,-2017.42,-1950.61,91.7917,3.37426,275,15,0,325,357,1,0,0,0),(20154,3260,1,1,1,1274,1,-2046.87,-1964.9,91.7917,5.29511,275,0,0,325,357,0,0,0,0),(20153,3260,1,1,1,1274,1,-2034.86,-2822.19,93.7917,5.60703,275,0,0,325,357,0,0,0,0),(20152,3260,1,1,1,1274,1,-2006.25,-2789.36,91.9167,2.35911,275,0,0,325,357,0,0,0,0),(20151,3260,1,1,1,1274,1,-2084.08,-2552.8,91.7917,1.52637,275,0,0,325,357,0,0,0,0),(20150,3260,1,1,1,1274,1,-2110.87,-2558.48,91.7917,2.65119,275,0,0,325,357,0,0,0,0),(20149,3260,1,1,1,1274,1,-1986.87,-2080.61,92.4545,2.74912,275,15,0,325,357,1,0,0,0),(20148,3260,1,1,1,1274,1,-2037.16,-1975.92,91.7917,2.19911,275,0,0,325,357,0,0,0,0),(20147,3260,1,1,1,1274,1,-1946.28,-2150.31,93.3313,2.34241,275,5,0,325,357,1,0,0,0),(20146,3260,1,1,1,1274,1,-2019.66,-1988.99,92.3329,4.73927,275,5,0,325,357,1,0,0,0),(20145,3260,1,1,1,1274,1,-2120.71,-1945.93,93.6267,3.07321,275,5,0,325,357,1,0,0,0),(20144,3260,1,1,1,1274,1,-1946.31,-2707.18,93.4438,5.46135,275,0,0,325,357,0,0,0,0),(20143,3260,1,1,1,1274,1,-2018.75,-2164.51,100.917,0.323029,275,5,0,325,357,1,0,0,0),(20142,3258,1,1,1,4745,1,-2141.4,-2560.54,92.5968,0.472381,275,5,0,386,0,1,0,0,0),(20141,3258,1,1,1,4745,1,-2270.91,-2575.52,91.8361,3.17173,275,0,0,386,0,0,0,0,0),(20140,3258,1,1,1,4745,1,-1942.93,-2176.03,94.182,6.10517,275,5,0,386,0,1,0,0,0),(20139,3258,1,1,1,4745,1,-2084.53,-1943.09,95.659,0.786502,275,15,0,386,0,1,0,0,0),(20138,3258,1,1,1,4745,1,-2031.75,-2094.69,93.2678,4.57713,275,15,0,386,0,1,0,0,0),(20137,3258,1,1,1,4745,1,-2055.71,-2111.8,93.4138,4.67725,275,15,0,386,0,1,0,0,0),(20136,3258,1,1,1,4745,1,-2118.84,-1750.72,91.7917,1.92682,275,15,0,386,0,1,0,0,0),(20135,3258,1,1,1,4745,1,-2102.12,-1791.92,91.7917,1.60166,275,15,0,386,0,1,0,0,0),(20134,3258,1,1,1,4745,1,-2097.7,-1726.22,91.7917,4.95252,275,0,0,386,0,0,0,0,0),(20133,3258,1,1,1,4745,1,-2150.09,-1720.07,91.7917,4.86617,275,5,0,386,0,1,0,0,0),(20132,3258,1,1,1,4745,1,-2026.73,-2653.44,92.0376,2.26589,275,5,0,386,0,1,0,0,0),(20131,3258,1,1,1,4745,1,-2154.16,-2575.12,91.7917,2.29832,275,5,0,386,0,1,0,0,0),(20130,3258,1,1,1,4745,1,-1910.75,-1782.89,92.4154,5.53093,275,5,0,386,0,1,0,0,0),(20129,3258,1,1,1,4745,1,-1879.42,-1846.1,91.7917,3.17351,275,15,0,386,0,1,0,0,0),(20128,3258,1,1,1,4745,1,-2045.77,-2010.94,93.0387,0.772786,275,5,0,386,0,1,0,0,0),(20127,3258,1,1,1,4745,1,-2084.91,-2608.87,93.5946,4.77704,275,15,0,386,0,1,0,0,0),(20126,3258,1,1,1,4745,1,-2115.69,-2513.63,91.8427,5.1499,275,15,0,386,0,1,0,0,0),(20125,3258,1,1,1,4745,1,-2069.99,-2646.4,91.8568,4.72789,275,15,0,386,0,1,0,0,0),(20124,3258,1,1,1,4745,1,-2060.07,-1973.76,91.7917,0.031522,275,0,0,386,0,0,0,0,0),(20123,3258,1,1,1,4745,1,-1522.23,-1581.53,103.287,4.43605,275,0,0,386,0,0,0,0,0),(20122,3258,1,1,1,4745,1,-2094.92,-2565.09,91.7917,4.62923,275,0,0,386,0,0,0,0,0),(20121,3258,1,1,1,4745,1,-1977.61,-2129.67,91.7917,1.00137,275,5,0,386,0,1,0,0,0),(20120,3258,1,1,1,4745,1,-1873.11,-1714.58,92.7876,0.011718,275,5,0,386,0,1,0,0,0),(20119,3258,1,1,1,4745,1,-1484.22,-1491.04,110.163,5.71833,275,5,0,386,0,1,0,0,0),(20118,3258,1,1,1,4745,1,-1581.72,-1788.88,93.7525,0.021481,275,5,0,386,0,1,0,0,0),(20117,3258,1,1,1,4745,1,-1620.81,-1801.76,93.0417,1.49658,275,5,0,386,0,1,0,0,0),(20116,3258,1,1,1,4745,1,-1485.12,-1552.16,91.787,0.699977,275,10,0,386,0,1,0,0,0),(20115,3258,1,1,1,4745,1,-1450.24,-1509.93,92.2166,3.97935,275,0,0,386,0,0,0,0,0),(20114,3258,1,1,1,4745,1,-1647.89,-1790.34,91.7917,6.19035,275,5,0,386,0,1,0,0,0),(20113,3258,1,1,1,4745,1,-2052.21,-2551.76,91.7917,4.1781,275,5,0,386,0,1,0,0,0),(20112,3258,1,1,1,4745,1,-2007.92,-2148.56,93.4167,3.62541,275,0,0,386,0,0,0,0,0),(20111,3258,1,1,1,4745,1,-1927.69,-1750.83,93.7917,4.94227,275,0,0,386,0,0,0,0,0),(20110,3258,1,1,1,4745,1,-1873.52,-1896.15,94.7917,4.19698,275,0,0,386,0,0,0,0,0),(20109,3258,1,1,1,4745,1,-1854.96,-1906.09,108.306,3.52509,275,0,0,386,0,0,0,0,0),(20108,3258,1,1,1,4745,1,-1888.71,-1883.32,92.5744,1.26351,275,15,0,386,0,1,0,0,0),(20107,3258,1,1,1,4745,1,-1892.77,-1746.77,96.6667,2.26651,275,0,0,386,0,0,0,0,0),(20106,3258,1,1,1,4745,1,-1922.54,-1883.12,92.0403,1.51881,275,0,0,386,0,2,0,0,0),(20105,3258,1,1,1,4745,1,-1625.99,-1739.05,93.1667,0.955059,275,0,0,386,0,0,0,0,0),(39445,2914,269,3,1,0,0,-1769.93,7311.55,22.7273,4.3999,86400,3,0,8,0,1,0,0,0),(39446,2914,269,3,1,0,0,-1779.24,7274.15,23.5276,4.45487,86400,3,0,8,0,1,0,0,0),(39447,2914,269,3,1,0,0,-1794.26,7199.98,21.6113,4.89862,86400,3,0,8,0,1,0,0,0),(39452,6145,530,1,1,0,0,9251.47,-6340.63,-16.8174,1.97404,300,5,0,8,0,1,0,0,0),(39453,6145,530,1,1,0,0,8853.52,-5983.69,-11.5661,4.21166,300,5,0,8,0,1,0,0,0),(39454,6145,530,1,1,0,0,8854.11,-6147.62,-11.7856,1.91887,300,5,0,8,0,1,0,0,0),(39455,6145,530,1,1,0,0,8907.97,-6242.69,-7.36881,1.62326,300,5,0,8,0,1,0,0,0),(39456,6145,530,1,1,0,0,9082.61,-6471.9,-2.91207,1.27264,300,5,0,8,0,1,0,0,0),(39457,6145,530,1,1,0,0,9201.82,-7201.88,-6.0441,2.62508,300,5,0,8,0,1,0,0,0),(39458,6145,530,1,1,0,0,8348.99,-7730.58,115.467,3.73267,300,5,0,8,0,1,0,0,0),(39459,6145,530,1,1,0,0,8406.37,-7728.25,125.254,5.7034,300,5,0,8,0,1,0,0,0),(39460,6145,530,1,1,0,0,8517.75,-7757.84,116.735,5.39453,300,5,0,8,0,1,0,0,0),(39461,6145,530,1,1,0,0,8685.56,-7614.78,84.1662,0.468012,300,5,0,8,0,1,0,0,0),(39462,6145,530,1,1,0,0,8714.98,-7593.97,84.1548,0.494926,300,5,0,8,0,1,0,0,0),(39463,6145,530,1,1,0,0,-3956.5,-12058.9,-5.33506,0.524333,300,5,0,8,0,1,0,0,0),(39464,6145,530,1,1,0,0,-4258.51,-11935.1,-6.96166,1.39951,300,5,0,8,0,1,0,0,0),(39465,6145,530,1,1,0,0,-3949.14,-12082.6,-5.42353,4.31081,300,5,0,8,0,1,0,0,0),(20104,3258,1,1,1,4745,1,-1693.5,-1750.37,91.7917,3.22698,275,15,0,386,0,1,0,0,0),(20103,3258,1,1,1,4745,1,-1453.15,-1491.56,97.4603,4.64258,275,0,0,386,0,0,0,0,0),(20102,3258,1,1,1,4745,1,-1584.75,-1756.68,94.2299,4.16507,275,0,0,386,0,2,0,0,0),(20101,3258,1,1,1,4745,1,-1656.5,-1720.39,94.0417,3.79831,275,5,0,386,0,1,0,0,0),(20100,3258,1,1,1,4745,1,-1421.6,-1563.46,100.005,4.78602,275,0,0,386,0,0,0,0,0),(20099,3258,1,1,1,4745,1,-1422.25,-1529.77,101.252,0.719571,275,0,0,386,0,0,0,0,0),(20098,3258,1,1,1,4745,1,-1682.53,-1776.01,93.0688,0.2546,275,15,0,386,0,1,0,0,0),(20097,3258,1,1,1,4745,1,-1986.08,-2146.57,92.9167,1.49101,275,5,0,386,0,1,0,0,0),(20096,3258,1,1,1,4745,1,-2047.74,-1944.93,92.6667,2.73613,275,0,0,386,0,0,0,0,0),(20095,3258,1,1,1,4745,1,-2016.38,-1925.93,93.2917,0.063891,275,15,0,386,0,1,0,0,0),(20094,3258,1,1,1,4745,1,-2055.38,-2116.1,92.8673,0.813109,275,5,0,386,0,1,0,0,0),(20093,3258,1,1,1,4745,1,-2031.61,-1964.81,91.7917,3.88644,275,0,0,386,0,0,0,0,0),(20092,3258,1,1,1,4745,1,-1882.47,-1911.89,95.0388,0.64117,275,5,0,386,0,1,0,0,0),(20091,3258,1,1,1,4745,1,-1888.41,-1795.54,95.0417,4.69931,275,5,0,386,0,1,0,0,0),(20090,3258,1,1,1,4745,1,-1861.89,-1931.53,94.3064,4.52349,275,0,0,386,0,0,0,0,0),(20089,3258,1,1,1,4745,1,-1911.48,-1768.93,92.0417,0.550614,275,0,0,386,0,0,0,0,0),(20088,3258,1,1,1,4745,1,-1848.07,-1976.87,93.186,2.34238,275,5,0,386,0,1,0,0,0),(20087,3258,1,1,1,4745,1,-1941.07,-1781.5,97.3209,3.24146,275,0,0,386,0,0,0,0,0),(20086,3258,1,1,1,4745,1,-1489.33,-1514.11,103.027,2.61155,275,0,0,386,0,0,0,0,0),(20085,3258,1,1,1,4745,1,-1661.47,-1761.42,91.7917,1.25548,275,0,0,386,0,0,0,0,0),(20084,3258,1,1,1,4745,1,-1389.41,-1576.9,91.7916,2.46385,275,10,0,386,0,1,0,0,0),(20083,3258,1,1,1,4745,1,-1608.08,-1757.1,92.5417,3.64829,275,0,0,386,0,0,0,0,0),(20082,6073,1,1,1,10905,0,1553.05,-2844.76,129.7,0.6726,275,0,0,950,0,0,0,0,0),(20081,6073,1,1,1,10905,0,1450.51,-2796.33,144.393,1.1197,275,5,0,950,0,1,0,0,0),(20080,6073,1,1,1,10905,0,1426.38,-2803.5,121.973,2.64077,275,5,0,950,0,1,0,0,0),(20079,6073,1,1,1,10905,0,1442.23,-2818.42,120.466,4.01925,275,5,0,950,0,1,0,0,0),(20078,6073,1,1,1,10905,0,1461.92,-2781.64,154.518,4.9799,275,5,0,950,0,1,0,0,0),(20077,3256,1,1,1,4442,0,-1649.45,-2750.2,97.0632,1.70323,275,20,0,356,0,1,0,0,0),(20076,3256,1,1,1,4442,0,-1892.94,-3033.93,91.4362,2.55507,275,20,0,356,0,1,0,0,0),(20075,3256,1,1,1,4442,0,-1513.28,-2709.28,92.327,3.3801,275,10,0,356,0,1,0,0,0),(20074,3256,1,1,1,4442,0,-1767.94,-3286.3,91.8525,5.95606,275,20,0,356,0,1,0,0,0),(20073,3256,1,1,1,4442,0,-1537.1,-2688.21,91.38,5.46841,275,20,0,356,0,1,0,0,0),(20072,3256,1,1,1,4442,0,-1727.97,-2878.47,84.4993,0.119507,275,20,0,356,0,1,0,0,0),(20071,3256,1,1,1,4442,0,-1892.54,-3160.56,90.868,1.23873,275,3,0,356,0,1,0,0,0),(20070,3256,1,1,1,4442,0,-1901.26,-3165.62,90.7522,3.49274,275,3,0,356,0,1,0,0,0),(20069,3256,1,1,1,4442,0,-1844.17,-2387.86,96.9237,3.62326,275,20,0,356,0,1,0,0,0),(20068,3256,1,1,1,4442,0,-1498.81,-2716.51,93.6675,3.43567,275,10,0,356,0,1,0,0,0),(20067,3256,1,1,1,4442,0,-1348.77,-1880.98,94.2698,4.43154,275,20,0,356,0,1,0,0,0),(20066,3256,1,1,1,4442,0,-1494.83,-2704.71,92.1675,3.69586,275,10,0,356,0,1,0,0,0),(13358,7347,129,1,1,0,0,2558.54,1047.76,51.3461,3.28056,86400,0,0,3831,0,0,0,0,0),(39534,2914,269,3,1,0,0,-1721.45,7112.71,22.114,5.53087,86400,3,0,8,0,1,0,0,0),(771,1550,0,1,1,8802,0,-13386.7,-359.258,17.5539,4.13226,300,5,0,1902,0,1,0,0,0),(39536,6171,0,1,1,0,1,-8546,845.796,106.601,4.73,490,0,0,3297,2434,0,0,0,0),(39537,2914,269,3,1,0,0,-1654.71,7061.83,21.998,5.72722,86400,3,0,8,0,1,0,0,0),(39538,6173,0,1,1,0,0,-8516,862.654,109.839,6.206,180,0,0,176,0,0,0,0,0),(39539,2914,269,3,1,0,0,-1637.18,7051.33,22.5716,5.83717,86400,3,0,8,0,1,0,0,0),(39540,2914,269,3,1,0,0,-1649.09,7094.02,22.4107,1.93767,86400,3,0,8,0,1,0,0,0),(39542,2914,269,3,1,0,0,-1655.52,7190.45,21.421,1.08944,86400,3,0,8,0,1,0,0,0),(39543,2914,269,3,1,0,0,-1629.45,7226.88,35.4384,0.38258,86400,3,0,8,0,1,0,0,0),(39544,2914,269,3,1,0,0,-1642.28,7201.99,28.4898,4.25067,86400,3,0,8,0,1,0,0,0),(770,1114,0,1,1,845,0,-12208.6,-444.257,22.6527,1.41399,300,5,0,1804,0,1,0,0,0),(39548,2914,269,3,1,0,0,-1727.82,7218.3,23.5585,3.73231,86400,3,0,8,0,1,0,0,0),(769,6366,0,1,1,5065,0,-13052.6,-824.574,70.4015,3.16757,300,0,0,1569,1483,0,0,0,0),(20065,3256,1,1,1,4442,0,-2031.06,-3244.53,92.0005,3.7818,275,3,0,356,0,1,0,0,0),(20064,3256,1,1,1,4442,0,-2035.41,-3255.18,91.8632,0.628319,275,0,0,356,0,0,0,0,0),(20063,3256,1,1,1,4442,0,-2028.54,-3258.1,92.0005,2.00713,275,0,0,356,0,0,0,0,0),(20062,3256,1,1,1,4442,0,-2063.32,-3163.08,118.679,4.44322,275,2,0,356,0,1,0,0,0),(20061,3256,1,1,1,4442,0,-1994.21,-3164.14,93.1096,5.56417,275,0,0,356,0,2,0,0,0),(20060,3256,1,1,1,4442,0,-2019.63,-3196.39,91.7257,0.656202,275,3,0,356,0,1,0,0,0),(20059,3256,1,1,1,4442,0,-2013.54,-3181.47,91.7257,1.22991,275,10,0,356,0,1,0,0,0),(20058,3256,1,1,1,4442,0,-1291.7,-1887.22,83.1326,3.10255,275,20,0,356,0,1,0,0,0),(20057,3256,1,1,1,4442,0,1318.61,-3116.13,91.9747,0.680232,275,20,0,356,0,1,0,0,0),(20056,3256,1,1,1,4442,0,1112.92,-3371.75,93.5655,1.47793,275,20,0,356,0,1,0,0,0),(20055,3256,1,1,1,4442,0,-1783.92,-2250.27,91.7351,2.10249,275,20,0,356,0,1,0,0,0),(20054,3256,1,1,1,4442,0,-1695.18,-3118.11,91.7924,6.13134,275,20,0,356,0,1,0,0,0),(20053,3256,1,1,1,4442,0,-1767.16,-3547.77,93.7559,2.2714,275,10,0,356,0,1,0,0,0),(20052,3256,1,1,1,4442,0,-483.257,-3587.02,93.2807,4.35999,275,20,0,356,0,1,0,0,0),(20051,3256,1,1,1,4442,0,-446.16,-3486.61,94.8326,2.63808,275,20,0,356,0,1,0,0,0),(20050,3256,1,1,1,4442,0,-1589.08,-3122.09,91.7916,4.62905,275,20,0,356,0,1,0,0,0),(20049,3256,1,1,1,4442,0,-1675.08,-2325.21,92.9851,5.16427,275,20,0,356,0,1,0,0,0),(20048,3256,1,1,1,4442,0,-1386.59,-1950.99,87.355,3.92699,275,20,0,356,0,1,0,0,0),(20047,3256,1,1,1,4442,0,-1848.43,-2745.65,91.9167,1.58884,275,20,0,356,0,1,0,0,0),(20046,3256,1,1,1,4442,0,-1541.18,-2463.06,95.9836,2.72952,275,20,0,356,0,1,0,0,0),(20045,3256,1,1,1,4442,0,-1307.03,-2218.92,92.0682,0.150994,275,20,0,356,0,1,0,0,0),(20044,3256,1,1,1,4442,0,-1739.64,-2377.27,92.4867,5.64748,275,20,0,356,0,1,0,0,0),(20043,3256,1,1,1,4442,0,-1587.97,-2272.31,95.1215,4.46173,275,20,0,356,0,1,0,0,0),(20042,3256,1,1,1,4442,0,-1818.37,-2594.29,91.7019,4.36099,275,20,0,356,0,1,0,0,0),(20041,3256,1,1,1,4442,0,-1369.02,-2073.21,93.8555,4.65063,275,20,0,356,0,1,0,0,0),(20040,3256,1,1,1,4442,0,-1350.07,-2038.52,92.0819,6.04843,275,20,0,356,0,1,0,0,0),(20039,3256,1,1,1,4442,0,-1318.1,-2146.96,93.2928,1.37417,275,20,0,356,0,1,0,0,0),(20038,3256,1,1,1,4442,0,-1887.46,-2512.17,91.7928,1.76735,275,20,0,356,0,1,0,0,0),(20037,3256,1,1,1,4442,0,-1322.19,-1823.66,91.9268,0.556416,275,20,0,356,0,1,0,0,0),(20036,3256,1,1,1,4442,0,-1473.68,-2453.32,92.5862,4.52956,275,20,0,356,0,1,0,0,0),(20035,3256,1,1,1,4442,0,-1550.1,-2257.69,92.8941,4.73144,275,20,0,356,0,1,0,0,0),(20034,3256,1,1,1,4442,0,-1818.81,-3016.76,86.1552,3.21903,275,20,0,356,0,1,0,0,0),(20033,3256,1,1,1,4442,0,-1813.15,-2622.01,90.4836,5.6432,275,20,0,356,0,1,0,0,0),(20032,3256,1,1,1,4442,0,-641.947,-3533.28,92.3847,5.10778,275,20,0,356,0,1,0,0,0),(20031,3256,1,1,1,4442,0,620.683,-1991.11,93.6293,3.40589,275,20,0,356,0,1,0,0,0),(20030,3256,1,1,1,4442,0,639.931,-1848.13,91.7917,2.93874,275,20,0,356,0,1,0,0,0),(20029,6072,1,1,1,348,0,1418.35,-2853,133.351,1.51844,275,0,0,977,935,0,0,0,0),(20028,3256,1,1,1,4442,0,-1755.63,-3549.23,93.1181,3.34205,275,10,0,356,0,1,0,0,0),(20027,3256,1,1,1,4442,0,-1482.14,-2215.48,93.5417,0.76578,275,20,0,356,0,1,0,0,0),(20026,3256,1,1,1,4442,0,-1504.64,-2480.64,91.7581,0.37183,275,20,0,356,0,1,0,0,0),(20025,3256,1,1,1,4442,0,-1722.38,-2628.24,92.9309,3.11297,275,20,0,356,0,1,0,0,0),(20024,3256,1,1,1,4442,0,1114.26,-3280.06,91.9169,1.74053,275,20,0,356,0,1,0,0,0),(20023,3256,1,1,1,4442,0,-552.577,-3555.74,92.414,3.83806,275,20,0,356,0,1,0,0,0),(20022,3256,1,1,1,4442,0,-687.575,-3581.92,92.0947,4.5417,275,20,0,356,0,1,0,0,0),(20021,3256,1,1,1,4442,0,578.958,-2046.16,91.7917,6.06139,275,20,0,356,0,1,0,0,0),(20020,3256,1,1,1,4442,0,648.882,-1909.15,91.7917,5.01228,275,20,0,356,0,1,0,0,0),(20019,3256,1,1,1,4442,0,-1537.05,-2661.57,91.6711,4.94472,275,20,0,356,0,1,0,0,0),(20018,3256,1,1,1,4442,0,-1377.42,-1875,93.0415,1.708,275,20,0,356,0,1,0,0,0),(20017,3256,1,1,1,4442,0,-1630.46,-2638.3,93.8355,0.630526,275,20,0,356,0,1,0,0,0),(20016,3256,1,1,1,4442,0,-172.878,-1091.55,46.7771,5.99386,275,20,0,356,0,1,0,0,0),(20015,3256,1,1,1,4442,0,1057.41,-3239.88,91.8831,0.628928,275,20,0,356,0,1,0,0,0),(20014,3256,1,1,1,4442,0,1184.98,-3355.17,95.966,2.85229,275,20,0,356,0,1,0,0,0),(20013,3256,1,1,1,4442,0,1224.32,-3024.18,92.6667,5.42394,275,20,0,356,0,1,0,0,0),(20012,3256,1,1,1,4442,0,-551.657,-3459.1,93.6834,5.25407,275,20,0,356,0,1,0,0,0),(20011,3256,1,1,1,4442,0,739.802,-2214.31,91.7917,0.057091,275,20,0,356,0,1,0,0,0),(20010,3256,1,1,1,4442,0,555.393,-1688.75,92.5417,5.03396,275,20,0,356,0,1,0,0,0),(20009,3256,1,1,1,4442,0,489.9,-1849.54,92.2206,4.87452,275,20,0,356,0,1,0,0,0),(20008,3256,1,1,1,4442,0,518.941,-1820.24,92.2917,1.50543,275,20,0,356,0,1,0,0,0),(20007,3256,1,1,1,4442,0,600.896,-1783.24,91.952,6.0515,275,20,0,356,0,1,0,0,0),(20006,3256,1,1,1,4442,0,-1959.44,-3159.11,92.3761,0.290318,275,10,0,356,0,1,0,0,0),(20005,3256,1,1,1,4442,0,-2042.54,-3224,91.8632,1.17843,275,0,0,356,0,2,0,0,0),(20004,3256,1,1,1,4442,0,-2043.79,-3218.97,91.7382,0.537077,275,3,0,356,0,1,0,0,0),(20003,3256,1,1,1,4442,0,-1792.62,-3491.54,92.405,3.78488,275,10,0,356,0,1,0,0,0),(20002,3256,1,1,1,4442,0,-196.695,-1152.22,56.7229,6.17167,275,20,0,356,0,1,0,0,0),(20001,3256,1,1,1,4442,0,-242.436,-1182.93,64.3329,0.285893,275,20,0,356,0,1,0,0,0),(20000,3256,1,1,1,4442,0,-332.384,-1044.35,41.142,3.36988,275,20,0,356,0,1,0,0,0),(19999,3256,1,1,1,4442,0,-120.309,-1356.05,96.1958,5.75779,275,20,0,356,0,1,0,0,0),(19998,3256,1,1,1,4442,0,1192.37,-3227.22,109.311,1.23053,275,20,0,356,0,1,0,0,0),(19997,3256,1,1,1,4442,0,1108.13,-3443.81,89.4742,1.63784,275,20,0,356,0,1,0,0,0),(19996,3256,1,1,1,4442,0,1014.6,-3447.68,90.5045,1.55026,275,20,0,356,0,1,0,0,0),(19995,3256,1,1,1,4442,0,1014.68,-3498.16,90.4048,1.02672,275,20,0,356,0,1,0,0,0),(19994,3256,1,1,1,4442,0,1192.09,-3389.64,91.7917,4.97373,275,20,0,356,0,1,0,0,0),(19993,3256,1,1,1,4442,0,752.789,-3542.45,93.1632,2.87824,275,20,0,356,0,1,0,0,0),(19992,3256,1,1,1,4442,0,-563.902,-3482.74,92.3429,0.010404,275,20,0,356,0,1,0,0,0),(19991,3256,1,1,1,4442,0,597.178,-2082.79,92.3752,3.51956,275,20,0,356,0,1,0,0,0),(19990,3256,1,1,1,4442,0,851.458,-2256.96,93.0265,2.51692,275,20,0,356,0,1,0,0,0),(19989,3256,1,1,1,4442,0,-2068.89,-3151.03,117.673,2.85217,275,2,0,356,0,1,0,0,0),(19988,3256,1,1,1,4442,0,-1969.07,-3156.77,92.3596,1.74587,275,3,0,356,0,1,0,0,0),(19987,3255,1,1,1,1747,0,-1246.41,-3211.26,92.6901,0.149083,275,5,0,273,0,1,0,0,0),(19986,3255,1,1,1,1747,0,-790.816,-3454.58,92.355,6.15801,275,5,0,273,0,1,0,0,0),(19985,3255,1,1,1,1747,0,54.1216,-3653.09,28.5031,3.05306,275,5,0,273,0,1,0,0,0),(19984,3255,1,1,1,1747,0,-815.866,-2820.78,93.0314,4.9408,275,5,0,273,0,1,0,0,0),(19983,3255,1,1,1,1747,0,-711.661,-2782.88,91.9826,6.11258,275,5,0,273,0,1,0,0,0),(19982,3255,1,1,1,1747,0,-1122.16,-3188.45,95.0422,2.36581,275,5,0,273,0,1,0,0,0),(19981,3255,1,1,1,1747,0,-1037.15,-3072.64,93.2063,4.32753,275,5,0,273,0,1,0,0,0),(19980,3255,1,1,1,1747,0,-891.643,-3249.21,92.1666,3.29666,275,5,0,273,0,1,0,0,0),(19979,3255,1,1,1,1747,0,-1505.04,-2918.88,94.1293,0.299505,275,5,0,273,0,1,0,0,0),(19978,3255,1,1,1,1747,0,-1088.3,-2521.05,92.4681,1.85573,275,5,0,273,0,1,0,0,0),(19977,3255,1,1,1,1747,0,-1011.02,-3047.92,91.8497,3.28643,275,5,0,273,0,1,0,0,0),(19976,3255,1,1,1,1747,0,-1374.67,-2620.31,93.4033,1.36043,275,5,0,273,0,1,0,0,0),(19975,3255,1,1,1,1747,0,-1521.12,-3385.91,229.908,3.36842,275,2,0,273,0,1,0,0,0),(19974,3255,1,1,1,1747,0,-311.334,-3491.55,92.0434,4.53629,275,5,0,273,0,1,0,0,0),(19973,3255,1,1,1,1747,0,-1046.79,-2411.44,94.3054,0.06549,275,5,0,273,0,1,0,0,0),(19972,3255,1,1,1,1747,0,-649.59,-3317.87,94.1985,1.80893,275,5,0,273,0,1,0,0,0),(19971,3255,1,1,1,1747,0,-717.229,-3335.08,95.2756,1.41206,275,5,0,273,0,1,0,0,0),(19970,3255,1,1,1,1747,0,-845.34,-3163.21,92.1667,6.19067,275,5,0,273,0,1,0,0,0),(19969,3255,1,1,1,1747,0,-1063.82,-2932.28,94.1493,3.82556,275,5,0,273,0,1,0,0,0),(19968,3255,1,1,1,1747,0,-654.986,-3051.04,91.9185,1.25683,275,5,0,273,0,1,0,0,0),(19967,3255,1,1,1,1747,0,517.615,-2918.44,93.7039,4.955,275,5,0,273,0,1,0,0,0),(19966,3255,1,1,1,1747,0,745.797,-2749.67,92.9835,3.27874,275,5,0,273,0,1,0,0,0),(19965,3255,1,1,1,1747,0,850.838,-2917.51,92.0249,3.13351,275,5,0,273,0,1,0,0,0),(19964,3255,1,1,1,1747,0,661.767,-3039.73,91.8989,4.49203,275,5,0,273,0,1,0,0,0),(19963,3255,1,1,1,1747,0,-1481.93,-3417.91,227.186,4.85238,275,2,0,273,0,1,0,0,0),(19962,3255,1,1,1,1747,0,-1201.55,-2326.85,92.6186,4.95552,275,5,0,273,0,1,0,0,0),(19961,3255,1,1,1,1747,0,-1099.25,-3043.65,94.1561,4.82003,275,5,0,273,0,1,0,0,0),(19960,3255,1,1,1,1747,0,-385.428,-3469.58,92.8667,1.76551,275,5,0,273,0,1,0,0,0),(19959,3255,1,1,1,1747,0,-1449.73,-2449.77,93.5158,4.31776,275,5,0,273,0,1,0,0,0),(19958,3255,1,1,1,1747,0,-1525.84,-2634.48,93.1202,2.58853,275,5,0,273,0,1,0,0,0),(19957,3255,1,1,1,1747,0,-1352.02,-2652.87,92.6228,5.25049,275,5,0,273,0,1,0,0,0),(19956,3255,1,1,1,1747,0,-1368.06,-3289.83,152.96,1.24905,275,5,0,273,0,1,0,0,0),(19955,3255,1,1,1,1747,0,780.506,-3287.23,220.343,4.20998,275,5,0,273,0,1,0,0,0),(19954,3255,1,1,1,1747,0,652.089,-3343.75,212.501,0.829833,275,5,0,273,0,1,0,0,0),(19953,3255,1,1,1,1747,0,1204.33,-3821.24,28.6187,0.614451,275,5,0,273,0,1,0,0,0),(19952,3255,1,1,1,1747,0,-813.277,-2661.67,94.0585,4.97264,275,5,0,273,0,1,0,0,0),(19951,3255,1,1,1,1747,0,-1022.98,-2443.48,92.9104,1.69612,275,5,0,273,0,1,0,0,0),(19950,3255,1,1,1,1747,0,-1135.64,-1885.52,94.1236,3.20413,275,5,0,273,0,1,0,0,0),(19949,3255,1,1,1,1747,0,-1310.75,-2556.16,93.8964,4.33532,275,5,0,273,0,1,0,0,0),(19948,3255,1,1,1,1747,0,-1341.74,-3508.5,173.686,2.54476,275,2,0,273,0,1,0,0,0),(19947,3255,1,1,1,1747,0,-1083.64,-3188.28,92.5431,4.70848,275,5,0,273,0,1,0,0,0),(19946,3255,1,1,1,1747,0,-390.106,-3528.57,94.2923,5.76622,275,5,0,273,0,1,0,0,0),(19945,3255,1,1,1,1747,0,-1286.84,-3457.35,146.853,3.42687,275,2,0,273,0,1,0,0,0),(19944,3255,1,1,1,1747,0,-1383.9,-2950.74,92.0322,0.383972,275,0,0,273,0,0,0,0,0),(19943,3255,1,1,1,1747,0,-1421.05,-3418.97,213.588,3.04775,275,5,0,273,0,1,0,0,0),(19942,3255,1,1,1,1747,0,-1452.61,-3319.61,212.945,3.89388,275,2,0,273,0,1,0,0,0),(19941,3255,1,1,1,1747,0,-1159.44,-2892.44,93.9809,0.858787,275,5,0,273,0,1,0,0,0),(55338,12206,349,1,1,12309,0,38.3197,-35.2215,-128.15,4.46804,86400,0,0,11940,0,0,0,0,0),(55337,6145,349,1,1,4878,0,426.917,26.3165,-149.9,1.51844,86400,5,0,8,0,1,0,0,0),(55336,6145,349,1,1,4878,0,430.249,50.0167,-149.919,3.12414,86400,5,0,8,0,1,0,0,0),(55167,12206,349,1,1,12309,0,171.467,-190.018,-110.903,0.069813,86400,0,0,11940,0,0,0,0,0),(55132,13599,349,1,1,6368,0,478.962,-43.8339,-96.3128,0.51851,86400,5,0,2310,0,1,0,0,0),(55166,13599,349,1,1,6368,0,477.189,-42.6843,-96.3128,0.534915,86400,5,0,2310,0,1,0,0,0),(55131,13599,349,1,1,6368,0,477.122,-47.5442,-96.3128,0.522017,86400,5,0,2310,0,1,0,0,0),(55130,13599,349,1,1,6368,0,479.861,-47.1232,-96.3128,0.335294,86400,5,0,2310,0,1,0,0,0),(55129,13599,349,1,1,6368,0,484.038,-40.9981,-96.3128,0.733645,86400,5,0,2310,0,1,0,0,0),(55128,13599,349,1,1,6368,0,498.234,-33.2483,-96.3129,3.48156,86400,5,0,2310,0,1,0,0,0),(55127,13321,349,1,1,6297,0,496.831,-1.75809,-96.2295,2.42601,86400,5,0,42,0,1,0,0,0),(55126,13599,349,1,1,6368,0,501.696,15.9784,-96.2295,5.42797,86400,5,0,2310,0,1,0,0,0),(55125,13599,349,1,1,6368,0,489.514,70.7749,-96.2295,2.07694,86400,5,0,2310,0,1,0,0,0),(55124,13321,349,1,1,1924,0,469.148,82.6312,-96.2265,1.71042,86400,5,0,42,0,1,0,0,0),(55123,13599,349,1,1,6368,0,565.576,111.099,-96.3128,1.09958,86400,5,0,2310,0,1,0,0,0),(55122,13599,349,1,1,6368,0,557.38,14.8111,-96.2295,3.50811,86400,5,0,2310,0,1,0,0,0),(55120,13599,349,1,1,6368,0,561.543,106.598,-96.2295,1.78024,86400,5,0,2310,0,1,0,0,0),(55121,13321,349,1,1,901,0,566.123,108.648,-96.2295,0.680678,86400,5,0,42,0,1,0,0,0),(55119,13321,349,1,1,901,0,564.205,22.5935,-96.2295,0.558505,86400,5,0,42,0,1,0,0,0),(55118,13599,349,1,1,6368,0,560.32,74.5518,-96.3128,2.27017,86400,0,0,2310,0,2,0,0,0),(55116,13599,349,1,1,6368,0,566.32,76.2589,-96.3128,2.08147,86400,0,0,2310,0,0,0,0,0),(55117,13599,349,1,1,6368,0,563.656,70.0509,-96.3128,2.07909,86400,0,0,2310,0,0,0,0,0),(55115,13599,349,1,1,6368,0,565.722,72.6156,-96.3128,2.197,86400,0,0,2310,0,0,0,0,0),(55114,13599,349,1,1,6368,0,575.895,40.6003,-96.2295,4.59022,86400,5,0,2310,0,1,0,0,0),(55113,13321,349,1,1,6297,0,576.581,41.6299,-96.2295,2.46091,86400,5,0,42,0,1,0,0,0),(55112,13599,349,1,1,6368,0,594.187,-0.671432,-96.2295,4.93928,86400,5,0,2310,0,1,0,0,0),(55111,13599,349,1,1,6368,0,618.178,27.9777,-96.2295,3.89208,86400,5,0,2310,0,1,0,0,0),(55110,13321,349,1,1,6295,0,617.496,27.362,-96.2295,3.735,86400,5,0,42,0,1,0,0,0),(55109,13743,349,1,1,9593,0,724.383,70.6804,-86.9115,0.174533,86400,2,0,1651,0,1,0,0,0),(55108,13743,349,1,1,9593,0,719.006,79.0069,-86.9727,3.9968,86400,2,0,1651,0,1,0,0,0),(55107,13743,349,1,1,9593,0,725.948,85.2888,-86.9268,4.46804,86400,2,0,1651,0,1,0,0,0),(55104,12225,349,1,1,12350,1,726.106,77.9764,-86.5913,6.00393,86400,0,0,12280,6348,0,0,0,0),(55103,11794,349,1,1,12337,1,802.575,75.7475,-86.8358,5.31355,86400,3,0,5544,0,1,0,0,0),(55101,11793,349,1,1,11714,1,801.315,81.004,-86.6453,4.8359,86400,2,0,4434,2301,1,0,0,0),(55100,11794,349,1,1,12337,1,810.533,75.4264,-86.4627,1.8326,86400,2,0,5544,0,1,0,0,0),(55098,12206,349,1,1,12309,0,297.198,-170.81,-59.9956,2.34287,86400,0,1,11940,0,2,0,0,0),(55099,11793,349,1,1,11714,1,806.328,72.7586,-86.7958,5.1642,86400,3,0,4434,2301,1,0,0,0),(55097,13533,349,1,1,13609,0,916.052,-355.317,-50.4767,2.27274,86400,3,0,5346,0,1,0,0,0),(55096,11790,349,1,1,11345,1,740.344,-500.71,-40.9572,4.2586,86400,2,0,4953,0,1,0,0,0),(55095,11790,349,1,1,11345,1,745.341,-505.86,-41.3151,3.35103,86400,2,0,4953,0,1,0,0,0),(55094,12216,349,1,1,2452,0,710.471,-498.483,-36.4188,5.81195,86400,1,0,1238,0,1,0,0,0),(55093,12216,349,1,1,2452,0,716.286,-496.908,-36.5688,3.40339,86400,2,0,1238,0,1,0,0,0),(55092,12217,349,1,1,12345,0,716.339,-502.585,-36.3717,5.74213,86400,2,0,1238,0,1,0,0,0),(55091,12216,349,1,1,2452,0,758.001,-558.553,-33.0496,3.92961,86400,0,0,1238,0,0,0,0,0),(55090,13141,349,1,1,2079,0,765.999,-549.697,-34.4227,4.26076,86400,5,0,4953,0,1,0,0,0),(47652,8902,230,1,1,8799,1,539.612,-184.316,-35.5069,6.21337,7200,0,0,1834,1864,0,0,0,0),(55088,12216,349,1,1,2452,0,762.554,-554.018,-33.5205,3.92462,86400,0,0,1238,0,0,0,0,0),(55087,12217,349,1,1,12345,0,762.554,-554.018,-33.5205,3.92462,86400,0,0,1238,0,2,0,0,0),(39813,2914,269,3,1,0,0,-1741.83,7196.18,22.6137,4.06217,86400,3,0,8,0,1,0,0,0),(39814,2914,269,3,1,0,0,-1779.17,7170.63,21.1143,3.49669,86400,3,0,8,0,1,0,0,0),(39815,2914,269,3,1,0,0,-1805.42,7160.9,21.9068,3.49669,86400,3,0,8,0,1,0,0,0),(39816,2914,269,3,1,0,0,-1871.69,7118.11,20.6549,4.03076,86400,3,0,8,0,1,0,0,0),(39817,2914,269,3,1,0,0,-1949.56,7072.45,21.715,3.23751,86400,3,0,8,0,1,0,0,0),(54128,11793,349,1,1,11714,1,903.121,-326.834,-49.6053,4.88513,86400,0,0,4434,2301,2,0,0,0),(54129,11793,349,1,1,11714,1,901.704,-330.173,-49.4676,4.89489,86400,0,0,4434,2301,0,0,0,0),(54130,13533,349,1,1,13609,0,925.31,-327.509,-49.2884,0.030144,86400,5,0,5346,0,1,0,0,0),(54131,12222,349,1,1,14350,0,942.606,-271.673,-45.7377,3.9968,86400,1,0,5148,0,1,0,0,0),(55086,12216,349,1,1,2452,0,763.24,-466.769,-40.9006,5.68977,86400,1,0,1238,0,1,0,0,0),(55085,12217,349,1,1,12345,0,758.59,-461.858,-40.8331,0.64812,86400,1,0,1238,0,1,0,0,0),(55084,11790,349,1,1,11345,1,757.784,-512.531,-53.0517,5.65487,86400,1,0,4953,0,1,0,0,0),(55083,11790,349,1,1,11345,1,755.923,-521.588,-53.0517,0.331613,86400,1,0,4953,0,1,0,0,0),(55081,12216,349,1,1,2452,0,762.208,-522.24,-53.0395,5.91667,86400,1,0,1238,0,1,0,0,0),(55082,12216,349,1,1,2452,0,762.065,-508.685,-52.9463,4.60767,86400,1,0,1238,0,1,0,0,0),(55080,12217,349,1,1,12345,0,754.606,-517.529,-53.0517,0.506145,86400,1,0,1238,0,1,0,0,0),(53132,10391,329,1,1,9786,1,3586.79,-3475.41,135.112,3.26768,86400,5,0,2699,0,1,0,0,0),(53131,10391,329,1,1,9787,1,3536.74,-3423.91,135.678,2.8578,86400,5,0,2699,0,1,0,0,0),(53130,10391,329,1,1,9787,1,3541.83,-3413.87,134.467,0.854294,86400,5,0,2699,0,1,0,0,0),(53129,10391,329,1,1,9787,1,3449.57,-3388.77,140.96,2.57412,86400,5,0,2699,0,1,0,0,0),(53128,10391,329,1,1,9788,1,3459.25,-3392.13,140.38,3.6474,86400,5,0,2699,0,1,0,0,0),(53127,10391,329,1,1,9786,1,3475.97,-3371.16,135.702,6.1901,86400,5,0,2699,0,1,0,0,0),(28459,584,0,1,1,0,1,-8694.7,-2328.5,156.375,4.08125,21600,5,0,840,0,1,0,0,0),(53126,10391,329,1,1,9786,1,3473.96,-3375.19,135.607,1.93423,86400,5,0,2699,0,1,0,0,0),(53125,10391,329,1,1,9786,1,3543.4,-3349.95,129.913,3.72522,86400,5,0,2699,0,1,0,0,0),(53124,10391,329,1,1,9788,1,3537.68,-3355.87,131.341,2.96323,86400,5,0,2699,0,1,0,0,0),(53123,10391,329,1,1,9788,1,3712.61,-3613.89,141.662,4.0373,86400,5,0,2699,0,1,0,0,0),(18036,1915,0,1,1,3582,1,-71.8101,805.812,65.0747,2.47837,275,0,0,330,938,0,0,0,0),(53122,10391,329,1,1,9788,1,3709.9,-3605.64,141.035,2.50183,86400,5,0,2699,0,1,0,0,0),(53121,10391,329,1,1,9787,1,3513.75,-3325.92,131.746,4.54294,86400,5,0,2699,0,1,0,0,0),(53120,10391,329,1,1,9786,1,3504.22,-3328.45,131.161,0.131781,86400,5,0,2699,0,1,0,0,0),(53106,10391,329,1,1,9788,1,3688.26,-3586.21,138.198,5.43384,86400,5,0,2699,0,1,0,0,0),(53105,10391,329,1,1,9786,1,3694.5,-3603.23,138.723,6.22235,86400,5,0,2699,0,1,0,0,0),(28458,572,0,1,1,0,0,-10030.1,1510.22,40.7341,6.16887,72000,5,0,404,456,1,0,0,0),(53104,10391,329,1,1,9784,1,3642.39,-3637.25,138.533,2.55826,86400,5,0,2699,0,1,0,0,0),(53103,10391,329,1,1,9787,1,3638.56,-3628.84,138.046,5.72918,86400,5,0,2699,0,1,0,0,0),(53102,10391,329,1,1,9786,1,3653.26,-3499.66,136.507,4.35522,86400,5,0,2699,0,1,0,0,0),(53101,10391,329,1,1,9786,1,3651.27,-3494.33,136.68,2.60556,86400,5,0,2699,0,1,0,0,0),(95026,17527,530,1,1,0,0,-2122.75,-10990.6,58.4312,5.964,300,5,0,356,0,1,0,0,0),(95024,17527,530,1,1,0,0,-2145.99,-10867.7,68.7803,1.12203,300,5,0,356,0,1,0,0,0),(53098,10390,329,1,1,7555,1,3687.01,-3155.88,127.187,2.71755,86400,8,0,2823,2117,1,0,0,0),(53097,10390,329,1,1,9785,1,3635.44,-3174.83,128.762,1.97532,86400,8,0,2823,2117,1,0,0,0),(53096,10390,329,1,1,7555,1,3621.5,-3514.44,137.108,1.23412,86400,5,0,2823,2117,1,0,0,0),(53095,10390,329,1,1,7555,1,3620.27,-3520.09,137.493,4.69301,86400,5,0,2823,2117,1,0,0,0),(53094,10390,329,1,1,9790,1,3661.63,-3329.61,123.558,1.62985,86400,5,0,2823,2117,1,0,0,0),(53093,10390,329,1,1,9790,1,3666.9,-3322.76,123.613,3.05136,86400,5,0,2823,2117,1,0,0,0),(53092,10390,329,1,1,9785,1,3698.4,-3489.43,131.056,3.00634,86400,5,0,2823,2117,1,0,0,0),(53091,10390,329,1,1,9785,1,3694.43,-3482.54,131.681,4.7017,86400,5,0,2823,2117,1,0,0,0),(53090,10390,329,1,1,9790,1,3627.54,-3492.95,137.034,5.1846,86400,5,0,2823,2117,1,0,0,0),(53011,10390,329,1,1,9785,1,3622.67,-3487.86,137.44,0.861748,86400,5,0,2823,2117,1,0,0,0),(53010,10390,329,1,1,9790,1,3692.79,-3387.9,131.515,0.550583,86400,5,0,2823,2117,1,0,0,0),(39927,17968,534,1,1,0,0,5581.49,-3445.63,1575.1,3.905,604800,0,0,3979500,0,0,0,0,0),(53009,10390,329,1,1,9785,1,3698.26,-3396.78,132.03,1.53061,86400,5,0,2823,2117,1,0,0,0),(53008,10390,329,1,1,9785,1,3730.61,-3256.88,128.189,5.52214,86400,5,0,2823,2117,1,0,0,0),(53007,10390,329,1,1,9790,1,3736.98,-3263.34,129.114,6.1695,86400,5,0,2823,2117,1,0,0,0),(53006,10390,329,1,1,9785,1,3551.97,-3371.45,132.314,1.29948,86400,5,0,2823,2117,1,0,0,0),(53005,10390,329,1,1,9790,1,3550.8,-3386.03,133.597,2.73201,86400,5,0,2823,2117,1,0,0,0),(53004,10390,329,1,1,9785,1,3681.62,-3298.35,127.457,1.36652,86400,5,0,2823,2117,1,0,0,0),(53003,10390,329,1,1,9790,1,3687.3,-3303.76,127.508,2.81471,86400,5,0,2823,2117,1,0,0,0),(53002,10390,329,1,1,7555,1,3564.66,-3347.12,129.834,1.12573,86400,5,0,2823,2117,1,0,0,0),(53001,10390,329,1,1,7555,1,3563.91,-3351.76,130.562,2.94869,86400,5,0,2823,2117,1,0,0,0),(53000,10390,329,1,1,7555,1,3430.46,-3379.73,141.272,1.38518,86400,2,0,2823,2117,1,0,0,0),(52999,10390,329,1,1,9785,1,3436.66,-3376.77,141.071,5.23948,86400,2,0,2823,2117,1,0,0,0),(52998,10390,329,1,1,9789,1,3425.52,-3375.72,141.542,2.21531,86400,5,0,2823,2117,1,0,0,0),(52997,10390,329,1,1,9789,1,3483.86,-3299.56,130.856,3.44909,86400,5,0,2823,2117,1,0,0,0),(52996,10390,329,1,1,9789,1,3490.28,-3295.28,130.498,5.25262,86400,5,0,2823,2117,1,0,0,0),(52995,10390,329,1,1,9785,1,3551.75,-3318.7,129.777,0.119286,86400,5,0,2823,2117,1,0,0,0),(52994,10390,329,1,1,9785,1,3554.91,-3311.05,130.428,0.905975,86400,5,0,2823,2117,1,0,0,0),(52993,10390,329,1,1,9789,1,3497.6,-3384.41,135.264,2.42268,86400,5,0,2823,2117,1,0,0,0),(52992,10390,329,1,1,9789,1,3493.25,-3388.5,135.826,0.574278,86400,5,0,2823,2117,1,0,0,0),(52934,10390,329,1,1,9785,1,3670.59,-3352.4,125.407,5.92991,86400,5,0,2823,2117,1,0,0,0),(52853,10390,329,1,1,9789,1,3680.7,-3363.56,128.021,0.674902,86400,5,0,2823,2117,1,0,0,0),(52852,10390,329,1,1,9789,1,3591.79,-3484.97,135.11,3.90172,86400,5,0,2823,2117,1,0,0,0),(52838,10390,329,1,1,9785,1,3584.44,-3466.19,135.343,1.67972,86400,5,0,2823,2117,1,0,0,0),(52837,10390,329,1,1,9790,1,3590.24,-3475.11,134.934,2.18971,86400,5,0,2823,2117,1,0,0,0),(52683,10390,329,1,1,9785,1,3547.97,-3427.44,135.729,4.89957,86400,5,0,2823,2117,1,0,0,0),(52653,10390,329,1,1,9790,1,3535.83,-3416.23,134.661,6.25018,86400,5,0,2823,2117,1,0,0,0),(52652,10390,329,1,1,9789,1,3460.7,-3388.2,139.306,4.49728,86400,5,0,2823,2117,1,0,0,0),(52651,10390,329,1,1,9785,1,3452.27,-3393.72,141.604,5.49792,86400,5,0,2823,2117,1,0,0,0),(52650,10390,329,1,1,7555,1,3455.93,-3386.88,139.954,5.62357,86400,5,0,2823,2117,1,0,0,0),(52649,10390,329,1,1,9789,1,3469.63,-3366.81,137.392,0.456945,86400,5,0,2823,2117,1,0,0,0),(52648,10390,329,1,1,7555,1,3480.62,-3370.59,134.986,1.42571,86400,5,0,2823,2117,1,0,0,0),(52647,10390,329,1,1,7555,1,3540.67,-3351.09,130.451,5.39423,86400,5,0,2823,2117,1,0,0,0),(52646,10390,329,1,1,9785,1,3535.89,-3351.38,131.246,0.93052,86400,5,0,2823,2117,1,0,0,0),(52645,10390,329,1,1,7555,1,3544.59,-3340.91,129.432,1.01358,86400,5,0,2823,2117,1,0,0,0),(52644,10390,329,1,1,9785,1,3716.41,-3604.13,141.614,1.2528,86400,5,0,2823,2117,1,0,0,0),(52643,10390,329,1,1,7555,1,3703.67,-3618.57,140.765,2.96533,86400,5,0,2823,2117,1,0,0,0),(52623,10390,329,1,1,9789,1,3705.13,-3612.83,140.586,4.44236,86400,5,0,2823,2117,1,0,0,0),(52622,10390,329,1,1,9785,1,3511.27,-3318.14,131.258,0.848166,86400,5,0,2823,2117,1,0,0,0),(52621,10390,329,1,1,9789,1,3506.53,-3315.25,130.68,4.71131,86400,5,0,2823,2117,1,0,0,0),(52620,10390,329,1,1,9790,1,3690.67,-3600.46,138.302,5.06276,86400,5,0,2823,2117,1,0,0,0),(52619,10390,329,1,1,9790,1,3689.68,-3594.95,138.108,1.03683,86400,5,0,2823,2117,1,0,0,0),(52618,10390,329,1,1,9785,1,3641.14,-3647.34,138.605,2.07028,86400,5,0,2823,2117,1,0,0,0),(52617,10390,329,1,1,9789,1,3645.3,-3638.41,138.556,3.69155,86400,5,0,2823,2117,1,0,0,0),(52616,10390,329,1,1,9785,1,3657.38,-3503.78,136.583,5.42045,86400,5,0,2823,2117,1,0,0,0),(52615,10390,329,1,1,9790,1,3660.48,-3505.01,136.699,3.58451,86400,5,0,2823,2117,1,0,0,0),(52614,10385,329,1,1,10478,0,3641.3,-3487.3,137.42,3.92997,86400,5,0,5398,0,1,0,0,0),(52613,10385,329,1,1,10479,0,3471.3,-3363.83,137.354,5.09636,86400,0,0,5398,0,0,0,0,0),(52612,10385,329,1,1,10481,0,3535.85,-3428.41,136.62,0.920928,86400,5,0,5398,0,1,0,0,0),(52605,10385,329,1,1,10478,0,3732.72,-3486.28,131.443,2.32129,86400,0,0,5398,0,0,0,0,0),(95017,17527,530,1,1,0,0,-2017.57,-10936.2,60.0361,2.76352,300,5,0,356,0,1,0,0,0),(52602,10385,329,1,1,10480,0,3696.66,-3376.94,131.376,1.0821,86400,0,0,5398,0,0,0,0,0),(52601,10385,329,1,1,10481,0,3697.62,-3374.77,131.246,4.36332,86400,0,0,5398,0,0,0,0,0),(52600,10385,329,1,1,10480,0,3656.81,-3355.02,126.067,0.972282,86400,5,0,5398,0,1,0,0,0),(52599,10385,329,1,1,10479,0,3626.35,-3536.6,138.556,0,86400,0,0,5398,0,0,0,0,0),(52258,10385,329,1,1,10478,0,3629.17,-3536.3,138.541,3.36848,86400,0,0,5398,0,0,0,0,0),(52249,10385,329,1,1,10479,0,3534.04,-3430.79,138.082,4.74729,86400,0,0,5398,0,0,0,0,0),(52248,10385,329,1,1,10481,0,3725.91,-3480.77,130.194,2.45175,86400,5,0,5398,0,1,0,0,0),(52235,10385,329,1,1,10481,0,3670.07,-3264.18,127.886,1.16937,86400,0,0,5398,0,0,0,0,0),(52234,10384,329,1,1,10485,0,3662.65,-3337.44,123.913,5.27352,86400,5,0,5398,0,1,0,0,0),(52233,10384,329,1,1,10483,0,3683.31,-3327.97,124.96,0.162112,86400,5,0,5398,0,1,0,0,0),(52229,10384,329,1,1,10483,0,3482.35,-3295.59,131.375,5.33953,86400,5,0,5398,0,1,0,0,0),(52228,10384,329,1,1,10484,0,3696.66,-3376.94,131.376,1.0821,86400,0,0,5398,0,0,0,0,0),(52227,10384,329,1,1,10485,0,3697.62,-3374.77,131.246,4.36332,86400,0,0,5398,0,0,0,0,0),(95016,17527,530,1,1,0,0,-1964.58,-11257.7,70.458,3.72957,300,5,0,356,0,1,0,0,0),(52225,10384,329,1,1,10483,0,3670.07,-3264.18,127.886,1.16937,86400,0,0,5398,0,0,0,0,0),(52224,10384,329,1,1,10486,0,3714.04,-3480.83,129.701,0.876692,86400,5,0,5398,0,1,0,0,0),(52223,10384,329,1,1,10484,0,3480.28,-3302.57,130.583,2.23402,86400,0,0,5398,0,0,0,0,0),(52222,10384,329,1,1,10485,0,3530.04,-3350.78,132.379,3.9619,86400,0,0,5398,0,0,0,0,0),(52221,10384,329,1,1,10485,0,3528.34,-3354.72,132.914,1.43117,86400,0,0,5398,0,0,0,0,0),(52220,10384,329,1,1,10486,0,3704.26,-3408.54,132.106,5.41942,86400,5,0,5398,0,1,0,0,0),(52219,10384,329,1,1,10483,0,3670.38,-3261.41,127.893,4.85202,86400,0,0,5398,0,0,0,0,0),(52218,10384,329,1,1,10485,0,3483.63,-3379.57,135.197,3.12449,86400,5,0,5398,0,1,0,0,0),(52217,10382,329,1,1,5431,0,3664.81,-3319.01,124.366,0.415108,86400,5,0,7842,0,1,0,0,0),(52216,10382,329,1,1,4631,0,3658.89,-3320.39,123.878,1.7659,86400,5,0,7842,0,1,0,0,0),(52215,10382,329,1,1,10972,0,3667.63,-3328.37,123.758,5.9826,86400,5,0,7842,0,1,0,0,0),(52214,10382,329,1,1,10972,0,3698.85,-3494.28,132.122,6.14401,86400,5,0,7842,0,1,0,0,0),(52213,10382,329,1,1,10972,0,3691.93,-3490.7,132.537,6.19207,86400,5,0,7842,0,1,0,0,0),(52212,10382,329,1,1,4631,0,3618.75,-3497.01,137.193,5.60792,86400,5,0,7842,0,1,0,0,0),(52211,10382,329,1,1,4631,0,3631.89,-3492.75,137.014,0.00543,86400,5,0,7842,0,1,0,0,0),(52210,10382,329,1,1,5431,0,3725.71,-3262.73,127.86,3.85656,86400,5,0,7842,0,1,0,0,0),(52209,10382,329,1,1,10972,0,3734.98,-3267.27,129.133,4.71749,86400,5,0,7842,0,1,0,0,0),(52208,10382,329,1,1,10972,0,3554.79,-3369.68,132.578,1.02675,86400,5,0,7842,0,1,0,0,0),(52207,10382,329,1,1,4631,0,3545.27,-3381.85,132.547,0.867061,86400,5,0,7842,0,1,0,0,0),(52206,10382,329,1,1,5431,0,3678.92,-3283.11,127.833,2.06272,86400,5,0,7842,0,1,0,0,0),(52205,10382,329,1,1,10972,0,3569.41,-3346.16,129.924,2.61909,86400,5,0,7842,0,1,0,0,0),(52204,10382,329,1,1,4631,0,3574.97,-3343.18,128.983,4.10899,86400,5,0,7842,0,1,0,0,0),(52203,10382,329,1,1,5431,0,3578.67,-3347.97,129.653,5.12787,86400,5,0,7842,0,1,0,0,0),(52202,10382,329,1,1,4631,0,3562.86,-3324.1,129.675,0.43437,86400,5,0,7842,0,1,0,0,0),(52201,10382,329,1,1,4631,0,3503.38,-3388.27,134.836,3.20638,86400,5,0,7842,0,1,0,0,0),(52200,10382,329,1,1,4631,0,3500.38,-3372.53,135.843,1.34883,86400,5,0,7842,0,1,0,0,0),(52199,10382,329,1,1,5431,0,3667.95,-3359.68,125.976,0.005031,86400,5,0,7842,0,1,0,0,0),(52198,10382,329,1,1,4631,0,3674.54,-3366.41,127.147,1.66585,86400,5,0,7842,0,1,0,0,0),(52197,10382,329,1,1,4631,0,3596.14,-3481.59,135.044,3.87758,86400,5,0,7842,0,1,0,0,0),(52196,10382,329,1,1,4631,0,3542.26,-3419.04,135.031,4.51707,86400,5,0,7842,0,1,0,0,0),(52195,10382,329,1,1,4631,0,3550.21,-3421.96,135.874,4.81375,86400,5,0,7842,0,1,0,0,0),(52194,10382,329,1,1,10972,0,3454.83,-3391.44,140.677,5.42154,86400,5,0,7842,0,1,0,0,0),(52193,10382,329,1,1,4631,0,3471.08,-3369.6,136.485,3.2834,86400,5,0,7842,0,1,0,0,0),(52192,10382,329,1,1,5431,0,3465.73,-3365.42,138.516,0.066769,86400,5,0,7842,0,1,0,0,0),(52191,10382,329,1,1,5431,0,3466.83,-3371.77,137.409,6.20467,86400,5,0,7842,0,1,0,0,0),(52190,10382,329,1,1,10972,0,3534.21,-3345.59,130.653,0.980717,86400,5,0,7842,0,1,0,0,0),(52189,10382,329,1,1,10972,0,3715.07,-3597.51,141.707,2.80487,86400,5,0,7842,0,1,0,0,0),(52188,10382,329,1,1,10972,0,3509.24,-3313.61,130.941,2.70836,86400,5,0,7842,0,1,0,0,0),(52187,10382,329,1,1,5431,0,3506.87,-3323.48,130.974,4.2854,86400,5,0,7842,0,1,0,0,0),(52186,10382,329,1,1,10972,0,3515.04,-3316.57,131.35,4.23023,86400,5,0,7842,0,1,0,0,0),(52185,10382,329,1,1,5431,0,3681.87,-3594.08,137.619,5.50927,86400,5,0,7842,0,1,0,0,0),(52184,10382,329,1,1,4631,0,3689.37,-3607.98,138.397,0.26182,86400,5,0,7842,0,1,0,0,0),(52183,10382,329,1,1,10972,0,3644.79,-3627.93,137.948,1.51418,86400,5,0,7842,0,1,0,0,0),(52182,10381,329,1,1,10255,0,3629.4,-3526.21,137.106,5.41519,86400,5,0,8097,0,1,0,0,0),(52181,10381,329,1,1,10974,0,3635.68,-3525.94,136.988,2.67903,86400,5,0,8097,0,1,0,0,0),(52180,10381,329,1,1,5432,0,3638.63,-3521.61,136.766,0.01085,86400,5,0,8097,0,1,0,0,0),(52179,10381,329,1,1,10255,0,3686.24,-3495.98,134.736,3.12041,86400,5,0,8097,0,1,0,0,0),(52177,10381,329,1,1,5432,0,3612.31,-3495.04,136.794,5.95079,86400,5,0,8097,0,1,0,0,0),(52176,10381,329,1,1,10974,0,3701.04,-3390.68,132.005,5.24097,86400,5,0,8097,0,1,0,0,0),(52175,10381,329,1,1,10974,0,3688.14,-3393.81,132.071,0.653204,86400,5,0,8097,0,1,0,0,0),(52174,10381,329,1,1,10974,0,3689.05,-3388.88,131.576,6.22011,86400,5,0,8097,0,1,0,0,0),(52173,10381,329,1,1,5432,0,3736.66,-3256.57,129.281,0.377382,86400,5,0,8097,0,1,0,0,0),(768,2544,0,1,1,9573,0,-14883.2,310.978,3.08525,3.58601,300,10,0,1829,0,1,0,0,0),(767,2544,0,1,1,9573,0,-14653.6,222.136,0.013959,2.8207,300,5,0,1829,0,1,0,0,0),(19940,3255,1,1,1,1747,0,-880.768,-3221.34,91.9904,5.14108,275,5,0,273,0,1,0,0,0),(19939,3255,1,1,1,1747,0,-1549.85,-3420.93,215.515,5.1673,275,5,0,273,0,1,0,0,0),(19938,3255,1,1,1,1747,0,-798.217,-3170.69,91.8965,5.58248,275,5,0,273,0,1,0,0,0),(19937,3255,1,1,1,1747,0,-1549.07,-3348.33,212.861,0.367013,275,2,0,273,0,1,0,0,0),(7138,2831,0,1,1,1106,0,-7084.31,-2795.93,242.095,0.970321,300,10,0,1751,0,1,0,0,0),(55079,11790,349,1,1,11345,1,814.742,-504.85,-40.8171,2.80998,86400,0,0,4953,0,0,0,0,0),(8450,4403,1,1,1,2599,0,-4306.27,-4198.06,11.2712,4.63022,360,5,0,1464,0,1,0,0,0),(19936,3255,1,1,1,1747,0,-1451.81,-3381.5,216.309,2.72778,275,2,0,273,0,1,0,0,0),(19935,3255,1,1,1,1747,0,-1518.48,-3321.35,213.299,4.32738,275,2,0,273,0,1,0,0,0),(19934,3255,1,1,1,1747,0,-1354.87,-3438.08,183.252,3.23154,275,2,0,273,0,1,0,0,0),(19933,3255,1,1,1,1747,0,-1380.41,-3382.69,209.899,0.047502,275,2,0,273,0,1,0,0,0),(19932,3255,1,1,1,1747,0,-1194.55,-1853.26,90.6904,3.49854,275,5,0,273,0,1,0,0,0),(766,1653,0,1,1,2563,1,-14926.2,121.127,7.52015,1.20442,300,0,0,1110,3293,0,0,0,0),(765,783,0,1,1,4623,1,-13053.6,-820.605,70.2765,5.79449,300,5,0,2059,0,1,0,0,0),(764,1060,0,1,1,4633,1,-13051.4,-825.641,70.4015,1.22173,1800,0,0,4278,2966,0,0,0,0),(763,688,0,1,1,12344,0,-11455.3,7.50279,31.2792,4.60056,300,5,0,1107,0,1,0,0,0),(762,710,0,1,1,6704,1,-12488.8,-991.375,48.002,0.595045,1800,2,0,1381,3575,1,0,0,0),(761,680,0,1,1,11569,1,-12499.4,-1006.05,51.8517,1.28534,1800,0,0,2125,0,0,0,0,0),(19931,3255,1,1,1,1747,0,-1450.52,-3447.56,214.146,2.20423,275,2,0,273,0,1,0,0,0),(19930,3255,1,1,1,1747,0,-1490.38,-3349.46,240.625,2.88073,275,2,0,273,0,1,0,0,0),(760,1491,0,1,1,4923,1,-13572.2,-443.054,0.454261,5.27631,300,5,0,2138,0,1,0,0,0),(759,1488,0,1,1,1065,0,-13594,-415.615,0.714449,4.31908,300,5,0,2059,0,1,0,0,0),(758,690,0,1,1,8797,0,-12907.8,387.729,54.1609,4.10147,300,5,0,1678,0,1,0,0,0),(757,595,0,1,1,4574,1,-11677.4,773.066,50.8321,4.54629,300,5,0,1279,0,1,0,0,0),(756,1551,0,1,1,2174,0,-13269.1,-497.587,20.067,0,300,0,0,2059,0,0,0,0,0),(755,678,0,1,1,416,1,-12348,-1018.82,8.01886,1.93921,1800,0,0,1973,0,0,0,0,0),(754,4506,0,1,1,1902,1,-14924,104.887,0.16385,4.94076,300,0,0,1829,0,0,0,0,0),(753,4505,0,1,1,2557,1,-14919.6,81.1497,0.18739,4.18753,300,0,0,1902,0,0,0,0,0),(752,4506,0,1,1,1902,1,-14917.3,99.6151,0.199658,2.75565,300,0,0,1829,0,0,0,0,0),(751,4505,0,1,1,2557,1,-14927.5,92.2413,0.199662,6.12409,300,2,0,1902,0,1,0,0,0),(750,1653,0,1,1,2564,1,-14917.7,76.5275,0.199879,1.62326,300,0,0,1110,3293,0,0,0,0),(749,1558,0,1,1,844,0,-13838.8,-41.7949,57.1037,4.93094,300,0,0,1981,0,2,0,0,0),(748,11346,0,1,1,11160,1,-11915.2,-943.197,52.4557,1.57512,1800,0,0,6273,6351,2,0,0,0),(747,11355,0,1,1,11170,1,-11848.5,-988.542,70.0429,3.02209,1800,0,0,7599,0,0,0,0,0),(40218,6271,530,1,1,0,0,2136.46,2286.55,73.728,2.46765,300,5,0,8,0,1,0,0,0),(40219,6271,530,1,1,0,0,2133.6,2283.93,75.3284,5.22342,300,5,0,8,0,1,0,0,0),(40220,6271,530,1,1,0,0,2132.72,2228.2,74.6709,3.88954,300,5,0,8,0,1,0,0,0),(40221,6271,530,1,1,0,0,2205.29,2218.14,83.7394,1.69612,300,5,0,8,0,1,0,0,0),(40222,6271,530,1,1,0,0,2109.38,2227.16,72.3833,4.66134,300,5,0,8,0,1,0,0,0),(40223,6271,530,1,1,0,0,2213.33,2195.95,82.473,4.25093,300,5,0,8,0,1,0,0,0),(40224,6271,530,1,1,0,0,2280.25,2182.06,92.1861,2.97252,300,5,0,8,0,1,0,0,0),(40225,6271,530,1,1,0,0,2290.5,2260.22,97.1653,4.5856,300,5,0,8,0,1,0,0,0),(40226,6271,530,1,1,0,0,2303.25,2211.98,96.4789,3.03104,300,5,0,8,0,1,0,0,0),(8449,4403,1,1,1,2599,0,-4445.98,-4198.86,10.4403,2.10351,360,5,0,1464,0,1,0,0,0),(19929,3255,1,1,1,1747,0,-1142.73,-2868.38,94.9809,5.7019,275,5,0,273,0,1,0,0,0),(15379,2349,0,1,1,6808,0,-480.979,-1752.55,80.6661,6.15525,300,10,0,664,0,1,0,0,0),(746,11355,0,1,1,11168,1,-11882.1,-1004.05,91.3802,1.6057,1800,0,0,7599,0,0,0,0,0),(19928,3255,1,1,1,1747,0,-1518.91,-3453.04,214.222,4.25014,275,2,0,273,0,1,0,0,0),(19927,3255,1,1,1,1747,0,-691.87,-1761.38,94.0559,4.04192,275,5,0,273,0,1,0,0,0),(19926,3255,1,1,1,1747,0,-711.359,-3302.88,97.1153,4.49775,275,5,0,273,0,1,0,0,0),(52172,10381,329,1,1,10255,0,3546.78,-3386.96,133.048,4.91979,86400,5,0,8097,0,1,0,0,0),(52171,10381,329,1,1,5432,0,3686.92,-3295.15,128.064,2.60413,86400,5,0,8097,0,1,0,0,0),(52170,10381,329,1,1,5432,0,3682.91,-3292.13,127.906,1.72944,86400,5,0,8097,0,1,0,0,0),(52169,10381,329,1,1,10974,0,3481.05,-3308.16,130.399,1.73816,86400,5,0,8097,0,1,0,0,0),(52168,10381,329,1,1,5432,0,3477.86,-3305.73,130.871,5.1335,86400,5,0,8097,0,1,0,0,0),(52167,10381,329,1,1,10255,0,3474.74,-3300.15,132.174,4.36771,86400,5,0,8097,0,1,0,0,0),(52166,10381,329,1,1,10974,0,3571.87,-3319.62,130.192,2.29236,86400,5,0,8097,0,1,0,0,0),(52165,10381,329,1,1,10974,0,3560.17,-3312.98,130.42,2.319,86400,5,0,8097,0,1,0,0,0),(52164,10381,329,1,1,5432,0,3505.27,-3378.88,134.582,0.153494,86400,5,0,8097,0,1,0,0,0),(52163,10381,329,1,1,10255,0,3682.73,-3357.95,127.543,0.76348,86400,5,0,8097,0,1,0,0,0),(52162,10381,329,1,1,5432,0,3597.46,-3472.57,134.946,4.09147,86400,5,0,8097,0,1,0,0,0),(52161,10381,329,1,1,10974,0,3541.29,-3425.16,135.546,2.4321,86400,5,0,8097,0,1,0,0,0),(52160,10381,329,1,1,10255,0,3456.69,-3380.28,139.491,0.128416,86400,5,0,8097,0,1,0,0,0),(52159,10381,329,1,1,10255,0,3539.78,-3343.31,129.697,1.47985,86400,5,0,8097,0,1,0,0,0),(52158,10381,329,1,1,10255,0,3710.51,-3620.16,141.547,0.100955,86400,5,0,8097,0,1,0,0,0),(52157,10381,329,1,1,5432,0,3682.41,-3601.54,137.621,2.18111,86400,5,0,8097,0,1,0,0,0),(52156,10381,329,1,1,10255,0,3636.06,-3636.82,138.218,0.454397,86400,5,0,8097,0,1,0,0,0),(52155,10381,329,1,1,10255,0,3650.12,-3643.09,138.49,1.22656,86400,5,0,8097,0,1,0,0,0),(52154,10381,329,1,1,10974,0,3657.9,-3490.51,136.838,3.2922,86400,5,0,8097,0,1,0,0,0),(19925,3255,1,1,1,1747,0,-984.848,-3216.02,93.4167,2.67648,275,5,0,273,0,1,0,0,0),(19924,3255,1,1,1,1747,0,-347.187,-1480.75,93.2343,5.03469,275,5,0,273,0,1,0,0,0),(19923,3255,1,1,1,1747,0,344.223,-1880.16,91.8897,1.08995,275,5,0,273,0,1,0,0,0),(19922,3255,1,1,1,1747,0,-700.215,-1619.22,91.853,4.02072,275,5,0,273,0,1,0,0,0),(19921,3255,1,1,1,1747,0,251.364,-1581.04,93.2692,1.01095,275,5,0,273,0,1,0,0,0),(19920,3255,1,1,1,1747,0,-1272.92,-3357.76,156.237,1.5708,275,5,0,273,0,1,0,0,0),(19919,3255,1,1,1,1747,0,-1138.76,-1788.94,93.5556,5.33287,275,5,0,273,0,1,0,0,0),(19918,3255,1,1,1,1747,0,303.96,-2755.83,93.9657,6.14405,275,5,0,273,0,1,0,0,0),(19917,3255,1,1,1,1747,0,374.113,-1856.25,91.7917,1.35429,275,5,0,273,0,1,0,0,0),(19916,3255,1,1,1,1747,0,-961.185,-1716.01,92.2917,3.17711,275,5,0,273,0,1,0,0,0),(19915,3255,1,1,1,1747,0,-1085.25,-3330.59,91.1811,4.11918,275,5,0,273,0,1,0,0,0),(19914,3255,1,1,1,1747,0,-1384.19,-2805.34,92.9017,1.90922,275,5,0,273,0,1,0,0,0),(19913,3255,1,1,1,1747,0,-1291.63,-2725.38,93.4787,3.12794,275,5,0,273,0,1,0,0,0),(19912,3255,1,1,1,1747,0,810.151,-2781.39,91.8489,0.116548,275,5,0,273,0,1,0,0,0),(19911,3255,1,1,1,1747,0,746.8,-2886.75,92.2134,0.594548,275,5,0,273,0,1,0,0,0),(19910,3255,1,1,1,1747,0,483.77,-3516.3,100.015,3.37924,275,2,0,273,0,1,0,0,0),(19909,3255,1,1,1,1747,0,404.811,-3476.64,92.7827,4.32826,275,5,0,273,0,1,0,0,0),(19908,3255,1,1,1,1747,0,225.473,-3253.91,69.3459,1.40019,275,5,0,273,0,1,0,0,0),(19907,3255,1,1,1,1747,0,729.247,-2477.06,91.7917,2.29673,275,5,0,273,0,1,0,0,0),(19906,3255,1,1,1,1747,0,-988.242,-1689.11,91.7917,3.74533,275,5,0,273,0,1,0,0,0),(19905,3255,1,1,1,1747,0,-683.646,-1656.26,91.7917,1.6444,275,5,0,273,0,1,0,0,0),(19904,3255,1,1,1,1747,0,-445.556,-1679.41,92.0687,0.479686,275,5,0,273,0,1,0,0,0),(19903,3255,1,1,1,1747,0,-727.996,-1853.27,93.622,3.54062,275,5,0,273,0,1,0,0,0),(19902,3255,1,1,1,1747,0,-831.024,-3188.9,91.9471,2.86866,275,5,0,273,0,1,0,0,0),(19901,3255,1,1,1,1747,0,563.388,-2939.16,93.6895,5.25912,275,5,0,273,0,1,0,0,0),(19900,3255,1,1,1,1747,0,945.08,-3093.33,93.0098,2.32228,275,5,0,273,0,1,0,0,0),(19899,3255,1,1,1,1747,0,914.241,-2947.61,91.7916,3.18586,275,5,0,273,0,1,0,0,0),(19898,3255,1,1,1,1747,0,479.599,-3081.66,94.8052,0.541455,275,5,0,273,0,1,0,0,0),(19897,3255,1,1,1,1747,0,978.997,-2975.65,91.7917,1.59487,275,5,0,273,0,1,0,0,0),(19896,3255,1,1,1,1747,0,83.1747,-1546.56,93.2984,1.91493,275,5,0,273,0,1,0,0,0),(19895,3255,1,1,1,1747,0,-435.147,-1999.87,92.1709,2.31556,275,5,0,273,0,1,0,0,0),(19894,3255,1,1,1,1747,0,-1317.79,-2741.71,94.877,0.182471,275,5,0,273,0,1,0,0,0),(19893,3255,1,1,1,1747,0,716.236,-2749.39,91.7917,0.02593,275,5,0,273,0,1,0,0,0),(745,11355,0,1,1,11168,1,-11947.8,-1006.38,88.9789,1.48353,1800,0,0,7599,0,0,0,0,0),(744,11355,0,1,1,11170,1,-11884.9,-1158.96,77.5344,1.06465,1800,0,0,7599,0,0,0,0,0),(40343,6368,530,1,1,0,0,2137.29,2250.68,74.3365,5.87738,300,5,0,1,0,1,0,0,0),(40344,6368,530,1,1,0,0,2124.12,2204.59,70.1971,3.20035,300,0,0,1,0,0,0,0,0),(40345,6368,530,1,1,0,0,2177.23,2193.37,72.9142,4.099,300,5,0,1,0,1,0,0,0),(40346,6368,530,1,1,0,0,2284.02,2105.57,70.5989,3.54405,300,5,0,1,0,1,0,0,0),(40347,6368,530,1,1,0,0,2297.38,2170.41,91.8284,2.7265,300,5,0,1,0,1,0,0,0),(40348,6368,530,1,1,0,0,2306.4,2234.96,97.2095,3.34584,300,5,0,1,0,1,0,0,0),(40349,6368,530,1,1,0,0,2318.42,2143.71,86.5369,2.38314,300,5,0,1,0,1,0,0,0),(40350,6368,530,1,1,0,0,9652.99,-7403.64,13.6581,3.0149,300,0,0,1,0,0,0,0,0),(40351,6368,530,1,1,0,0,9674.62,-7506.7,15.7349,3.35828,300,5,0,1,0,1,0,0,0),(40352,6368,530,1,1,0,0,9687.8,-7487.67,15.8325,0.15086,300,5,0,1,0,1,0,0,0),(40353,6368,530,1,1,0,0,10335.7,-6378.25,35.6116,4.66493,300,5,0,1,0,1,0,0,0),(40354,6368,530,1,1,0,0,10347.9,-6416.35,38.5327,5.2359,300,5,0,1,0,1,0,0,0),(40355,6368,530,1,1,0,0,10393.5,-6350.75,35.5695,5.14828,300,5,0,1,0,1,0,0,0),(40356,6368,530,1,1,0,0,10361.5,-6432.5,38.5345,1.48137,300,5,0,1,0,1,0,0,0),(40357,6368,530,1,1,0,0,10384.1,-6421.38,48.5055,4.94541,300,5,0,1,0,1,0,0,0),(40358,6368,530,1,1,0,0,10396,-6335.5,35.5153,5.69515,300,5,0,1,0,1,0,0,0),(40359,6368,530,1,1,0,0,10387.7,-6398.42,49.7223,4.70468,300,5,0,1,0,1,0,0,0),(40360,6368,530,1,1,0,0,10419.9,-6346.33,36.9738,4.39355,300,5,0,1,0,1,0,0,0),(40361,6368,530,1,1,0,0,10424.6,-6327.8,35.6969,0.182648,300,5,0,1,0,1,0,0,0),(40362,6368,530,1,1,0,0,9695.28,-7394.23,11.6043,0.597907,300,0,0,1,0,0,0,0,0),(40363,6368,530,1,1,0,0,9663.03,-7516.52,15.7345,3.93923,300,0,0,1,0,0,0,0,0),(40364,6368,530,1,1,0,0,9775.85,-7512.01,13.5495,4.72117,300,0,0,1,0,0,0,0,0),(19892,3255,1,1,1,1747,0,673.199,-2951.09,94.1729,1.87403,275,5,0,273,0,1,0,0,0),(19891,3255,1,1,1,1747,0,987.933,-2919.19,91.7917,6.00081,275,5,0,273,0,1,0,0,0),(19890,3255,1,1,1,1747,0,461.202,-2773.37,93.1667,5.12176,275,5,0,273,0,1,0,0,0),(19889,3255,1,1,1,1747,0,16.6483,-1551.72,92.1667,3.72401,275,5,0,273,0,1,0,0,0),(19888,3255,1,1,1,1747,0,-385.078,-1608.39,92.5075,1.51094,275,5,0,273,0,1,0,0,0),(19887,3255,1,1,1,1747,0,276.518,-1847.52,92.0149,0.055482,275,5,0,273,0,1,0,0,0),(19886,3255,1,1,1,1747,0,-83.5963,-1571.11,92.6608,1.71953,275,5,0,273,0,1,0,0,0),(19885,3255,1,1,1,1747,0,-75.8253,-1458.42,94.1667,5.64945,275,5,0,273,0,1,0,0,0),(19884,3255,1,1,1,1747,0,683.618,-3313.8,216.47,1.62906,275,5,0,273,0,1,0,0,0),(19883,3255,1,1,1,1747,0,848.441,-3082.25,147.781,2.74875,275,5,0,273,0,1,0,0,0),(19882,3255,1,1,1,1747,0,644.874,-3294.31,211.417,3.68657,275,3,0,273,0,1,0,0,0),(19881,3255,1,1,1,1747,0,739.701,-3372.42,169.912,0.964388,275,5,0,273,0,1,0,0,0),(19880,3255,1,1,1,1747,0,532.398,-3373.46,127.6,3.95603,275,5,0,273,0,1,0,0,0),(19879,3255,1,1,1,1747,0,-1509.16,-2798.33,93.8773,1.69612,275,5,0,273,0,1,0,0,0),(19878,3255,1,1,1,1747,0,-1568.66,-3483.29,168.587,1.65488,275,2,0,273,0,1,0,0,0),(19877,3255,1,1,1,1747,0,606.111,-3498.31,92.6095,1.93825,275,5,0,273,0,1,0,0,0),(19876,3255,1,1,1,1747,0,436.196,-3217.39,91.7917,6.22858,275,5,0,273,0,1,0,0,0),(19875,3255,1,1,1,1747,0,-608.865,-1613.96,93.8579,2.51725,275,5,0,273,0,1,0,0,0),(19874,3255,1,1,1,1747,0,249.433,-1505.08,91.7917,1.64537,275,5,0,273,0,1,0,0,0),(19873,3255,1,1,1,1747,0,-151.297,-1868.93,93.9721,4.644,275,5,0,273,0,1,0,0,0),(19872,3255,1,1,1,1747,0,595.398,-3404.25,163.581,6.0022,275,2,0,273,0,1,0,0,0),(19871,3255,1,1,1,1747,0,896.842,-3407.97,165.206,2.58337,275,2,0,273,0,1,0,0,0),(19870,3255,1,1,1,1747,0,784.081,-3225.8,211.869,5.13753,275,3,0,273,0,1,0,0,0),(19869,3255,1,1,1,1747,0,745.422,-3255.29,223.552,4.55602,275,5,0,273,0,1,0,0,0),(19868,3255,1,1,1,1747,0,-1549.36,-2750.29,94.269,1.82924,275,5,0,273,0,1,0,0,0),(19867,3255,1,1,1,1747,0,-1529.72,-3550.52,174.784,2.25087,275,5,0,273,0,1,0,0,0),(19866,3255,1,1,1,1747,0,-752.522,-3093.05,92.0417,5.6124,275,5,0,273,0,1,0,0,0),(19865,3255,1,1,1,1747,0,350.089,-1818.4,91.7917,0.786598,275,5,0,273,0,1,0,0,0),(19864,3255,1,1,1,1747,0,283.676,-1781.44,91.7917,4.71183,275,5,0,273,0,1,0,0,0),(19863,3255,1,1,1,1747,0,-644.861,-1911.47,93.0417,0.826235,275,5,0,273,0,1,0,0,0),(19862,3255,1,1,1,1747,0,-653.441,-1766.55,92.4881,0.56883,275,5,0,273,0,1,0,0,0),(19861,3255,1,1,1,1747,0,811.765,-3478.49,142.347,5.52625,275,2,0,273,0,1,0,0,0),(19860,3255,1,1,1,1747,0,891.047,-3344.14,158.563,5.52816,275,2,0,273,0,1,0,0,0),(19859,3255,1,1,1,1747,0,752.224,-3182.95,211.386,2.08419,275,5,0,273,0,1,0,0,0),(19858,3255,1,1,1,1747,0,834.294,-3251.32,182.259,2.32306,275,3,0,273,0,1,0,0,0),(19857,3255,1,1,1,1747,0,807.82,-3145,183.014,1.12638,275,5,0,273,0,1,0,0,0),(19856,3255,1,1,1,1747,0,-1154.07,-1818.88,87.898,3.07466,275,5,0,273,0,1,0,0,0),(19855,3255,1,1,1,1747,0,-1171.12,-1879.77,94.6895,0.825402,275,5,0,273,0,1,0,0,0),(19854,3255,1,1,1,1747,0,-1415.85,-3495.33,167.565,6.27761,275,5,0,273,0,1,0,0,0),(19853,3255,1,1,1,1747,0,-1386.57,-3452.63,210.967,4.15825,275,2,0,273,0,1,0,0,0),(19852,3255,1,1,1,1747,0,1082.21,-2949.13,92.0417,2.80349,275,5,0,273,0,1,0,0,0),(19851,3255,1,1,1,1747,0,616.367,-2782.94,94.3292,3.54387,275,5,0,273,0,1,0,0,0),(19850,3255,1,1,1,1747,0,177.323,-2987.73,93.1712,1.7563,275,5,0,273,0,1,0,0,0),(19849,3255,1,1,1,1747,0,-114.041,-1621.26,93.8112,0.468081,275,5,0,273,0,1,0,0,0),(19848,3255,1,1,1,1747,0,661.141,-3427.94,169.164,2.00286,275,5,0,273,0,1,0,0,0),(19847,3255,1,1,1,1747,0,685.955,-3392.91,191.135,1.30925,275,5,0,273,0,1,0,0,0),(19846,3255,1,1,1,1747,0,-1554.88,-3629.48,128.509,0.573919,275,5,0,273,0,1,0,0,0),(19845,3255,1,1,1,1747,0,-1149.34,-2849.25,94.6213,2.99293,275,5,0,273,0,1,0,0,0),(19844,3255,1,1,1,1747,0,-1321.01,-3339.16,162.142,3.94053,275,2,0,273,0,1,0,0,0),(19843,3255,1,1,1,1747,0,-1178.2,-3611.84,94.8428,4.83384,275,5,0,273,0,1,0,0,0),(743,11355,0,1,1,11168,1,-11881.2,-1155.68,77.5816,3.59538,1800,0,0,7599,0,0,0,0,0),(17706,1909,0,1,1,757,1,1043.61,486.685,15.7066,2.55993,275,10,0,377,408,1,0,0,0),(15378,2356,0,1,1,3201,0,-311.404,-1644.78,91.9629,0.095784,300,10,0,944,0,1,0,0,0),(52153,10381,329,1,1,10255,0,3666.81,-3513.29,136.923,3.08573,86400,5,0,8097,0,1,0,0,0),(52152,10381,329,1,1,5432,0,3661.44,-3498.43,136.599,3.24898,86400,5,0,8097,0,1,0,0,0),(52151,11082,329,1,1,10547,1,3475.54,-3293.27,132.054,2.00713,86400,0,0,12528,0,0,0,0,0),(52150,10558,329,1,1,10482,1,3595.75,-3509.93,137.501,5.74213,86400,0,0,6960,0,0,0,0,0),(52149,10812,329,1,1,10545,1,3415.84,-3044.54,136.814,5.42797,86400,0,0,25900,7704,0,0,0,0),(52148,10811,329,1,1,10544,1,3455.96,-3103.41,136.545,3.29655,86400,0,0,19536,7302,0,0,0,0),(19842,3255,1,1,1,1747,0,927.796,-2863.78,91.7917,4.59121,275,5,0,273,0,1,0,0,0),(52147,10809,329,1,1,7856,0,4001.24,-3585.22,128.817,4.44992,86400,0,0,15260,0,0,0,0,0),(247228,14646,329,1,1,11686,0,3532.44,-2966.68,125.1,0,86400,0,0,57,0,0,0,0,0),(19841,3255,1,1,1,1747,0,-809.704,-2908.24,92.2331,0.7135,275,5,0,273,0,1,0,0,0),(15377,2356,0,1,1,3201,0,-449.045,-1742.75,85.1255,3.34232,300,10,0,944,0,1,0,0,0),(207622,34951,530,1,1,0,0,-1867.23,5148.14,-43.1353,4.97419,120,0,0,1,0,0,0,0,0),(7137,2830,0,1,1,1105,0,-7066.08,-3546.31,242.56,2.90514,300,10,0,1536,0,1,0,0,0),(7136,6733,0,1,1,721,0,-6633.46,-3725.84,266.878,0.947018,300,3,0,1536,0,1,0,0,0),(49158,11368,309,1,1,14562,0,-12281.7,-1451.19,130.725,4.7326,7200,5,0,5341,0,1,0,0,0),(49157,11368,309,1,1,14562,0,-12279.2,-1446.06,130.725,6.27265,7200,5,0,5341,0,1,0,0,0),(49156,11368,309,1,1,14562,0,-12280.6,-1456.59,130.725,4.8773,7200,5,0,5341,0,1,0,0,0),(49155,14750,309,1,1,15303,0,-12153,-1487.55,130.881,3.48788,7200,5,0,31440,0,2,0,0,0),(49154,14750,309,1,1,15303,0,-12152.5,-1484.64,130.725,4.26775,7200,5,0,31440,0,1,0,0,0),(16642,6491,530,1,4294967295,0,0,-3523.04,622.905,4.6654,3.13532,60,0,0,4120,0,0,0,0,0),(49151,11368,309,1,1,14562,0,-12152.5,-1484.64,130.725,4.26775,7200,5,0,5341,0,1,0,0,0),(49150,11368,309,1,1,14562,0,-12155.9,-1487.27,130.85,4.03946,7200,5,0,5341,0,1,0,0,0),(200618,11372,309,1,1,0,0,-11986.7,-1651.96,33.7752,1.43299,7200,0,0,1,0,0,0,0,0),(49147,14750,309,1,1,15303,0,-12055,-1443.46,130.015,0.972966,7200,0,0,31440,0,2,0,0,0),(49146,11368,309,1,1,14562,0,-12054.5,-1439.37,130.265,1.34199,7200,3,0,5341,0,1,0,0,0),(49145,11368,309,1,1,14562,0,-12054,-1442.81,130.063,0.386498,7200,3,0,5341,0,1,0,0,0),(49144,11368,309,1,1,14562,0,-12058.8,-1438.04,130.265,0.967434,7200,3,0,5341,0,1,0,0,0),(49143,11368,309,1,1,14562,0,-12051.8,-1427.93,130.068,1.18734,7200,0,0,5341,0,0,0,0,0),(19840,3255,1,1,1,1747,0,-15.7565,-1446.07,95.7087,0.119517,275,5,0,273,0,1,0,0,0),(200619,11353,309,1,1,11080,1,-11609.6,-1631.16,39.9573,3.21438,7200,0,0,18312,0,0,0,0,0),(200620,11353,309,1,1,11081,1,-11608.9,-1609.54,40.082,2.99209,7200,0,0,18312,0,0,0,0,0),(40519,6491,0,1,4294967295,0,0,-14286,283.778,32.739,1.543,60,0,0,4120,0,0,0,0,0),(40520,6491,0,1,4294967295,0,0,-11550,-228,28.285,6.161,60,0,0,4120,0,0,0,0,0),(40521,6491,0,1,4294967295,0,0,-10836,-2953,13.941,3.054,60,0,0,4120,0,0,0,0,0),(40522,6491,0,1,4294967295,0,0,-10779,-1194,35.275,0.915,60,0,0,4120,0,0,0,0,0),(40523,6491,0,1,4294967295,0,0,-10575,-3377,22.344,0.017,60,0,0,4120,0,0,0,0,0),(40524,6491,0,1,4294967295,0,0,-10559,1206.87,31.476,5.616,60,0,0,4120,0,0,0,0,0),(40525,6491,0,1,4294967295,0,0,-9394,-2022,58.275,4.33,60,0,0,4120,0,0,0,0,0),(40528,6491,0,1,4294967295,0,0,-7501,-2145,146.088,0.955,60,0,0,4120,0,0,0,0,0),(40529,6491,0,1,4294967295,0,0,-6807,-2289,280.753,2.587,60,0,0,4120,0,0,0,0,0),(40533,6491,0,1,4294967295,0,0,-5352,-2892,341.729,1.654,60,0,0,4120,0,0,0,0,0),(40535,6491,0,1,4294967295,0,0,-3355,-845,1.063,1.734,60,0,0,4120,0,0,0,0,0),(40536,6491,0,1,4294967295,0,0,-3299,-2430,18.597,5.693,60,0,0,4120,0,0,0,0,0),(40537,6491,0,1,4294967295,0,0,-1468,-2625,48.363,4.617,60,0,0,4120,0,0,0,0,0),(40538,6491,0,1,4294967295,0,0,-721,-592,25.011,3.121,60,0,0,4120,0,0,0,0,0),(40539,6491,0,1,4294967295,0,0,-285,-4388,108.627,2.007,60,0,0,4120,0,0,0,0,0),(40540,6491,0,1,4294967295,0,0,-20,-996,55.837,1.499,60,0,0,4120,0,0,0,0,0),(40541,6491,0,1,4294967295,0,0,324.261,-2227,137.775,3.107,60,0,0,4120,0,0,0,0,0),(40542,6491,0,1,4294967295,0,0,476.229,1595.9,126.662,5.942,60,0,0,4120,0,0,0,0,0),(40543,6491,0,1,4294967295,0,0,902.236,-1517,55.037,4.744,60,0,0,4120,0,0,0,0,0),(40544,6491,0,1,4294967295,0,0,1238.37,-2414,60.739,2.359,60,0,0,4120,0,0,0,0,0),(40545,6491,0,1,4294967295,0,0,1380.44,-3701,77.017,6.271,60,0,0,4120,0,0,0,0,0),(40546,6491,0,1,4294967295,0,0,1739.56,-672,45.062,6.275,60,0,0,4120,0,0,0,0,0),(40547,6491,0,1,4294967295,0,0,1882.3,1641.52,93.646,4.491,60,0,0,4120,0,0,0,0,0),(40548,6491,0,1,4294967295,0,0,2115.64,-5299,82.163,1.075,60,0,0,4120,0,0,0,0,0),(40549,6491,0,1,4294967295,0,0,2348.58,492.862,33.358,4.879,60,0,0,4120,0,0,0,0,0),(40550,6491,0,1,4294967295,0,0,2603.09,-535,89,5.596,60,0,0,4120,0,0,0,0,0),(40551,6491,0,1,4294967295,0,0,2641.28,-4015,106.292,6.239,60,0,0,4120,0,0,0,0,0),(40553,6491,1,1,4294967295,0,0,-7207,-2439,-218,1.084,60,0,0,4120,0,0,0,0,0),(40554,6491,1,1,4294967295,0,0,-7200,-3938,9.204,4.711,60,0,0,4120,0,0,0,0,0),(40555,6491,1,1,4294967295,0,0,-6824,892.716,33.999,3.062,60,0,0,4120,0,0,0,0,0),(40556,6491,1,1,4294967295,0,0,-6442,-290,3.555,0.717,60,0,0,4120,0,0,0,0,0),(40557,6491,1,1,4294967295,0,0,-5530,-3455,-44,4.603,60,0,0,4120,0,0,0,0,0),(245559,16592,1,1,1,11686,0,-55.5039,1271.35,91.9489,1.5708,300,0,0,42,0,0,0,0,0),(40559,6491,1,1,4294967295,0,0,-4642,-1778,-41,2.489,60,0,0,4120,0,0,0,0,0),(40560,6491,1,1,4294967295,0,0,-4600,3229.67,9.006,0.093,60,0,0,4120,0,0,0,0,0),(40561,6491,1,1,4294967295,0,0,-4593,1631.68,93.968,6.225,60,0,0,4120,0,0,0,0,0),(40562,6491,1,1,4294967295,0,0,-4429,370.415,51.727,3.401,60,0,0,4120,0,0,0,0,0),(8448,4404,1,1,1,2600,0,-4311.1,-4159.46,-2.2661,6.15592,360,5,0,1211,1067,1,0,0,0),(40565,6491,1,1,4294967295,0,0,-2949,-142,67.093,5.067,60,0,0,4120,0,0,0,0,0),(40566,6491,1,1,4294967295,0,0,-2506,-1968,91.784,2.796,60,0,0,4120,0,0,0,0,0),(40567,6491,1,1,4294967295,0,0,-2173,-342,-5,3.594,60,0,0,4120,0,0,0,0,0),(40568,6491,1,1,4294967295,0,0,-1434,1967.04,86.041,1.71,60,0,0,4120,0,0,0,0,0),(40569,6491,1,1,4294967295,0,0,-1073,-3479,63.044,3.446,60,0,0,4120,0,0,0,0,0),(40570,6491,1,1,4294967295,0,0,-983,-75,20.431,0.033,60,0,0,4120,0,0,0,0,0),(40571,6491,1,1,4294967295,0,0,-774,-4988,19.257,3.291,60,0,0,4120,0,0,0,0,0),(40572,6491,1,1,4294967295,0,0,-639,-4298,40.942,1.082,60,0,0,4120,0,0,0,0,0),(40573,6491,1,1,4294967295,0,0,-590,-2515,91.761,4.549,60,0,0,4120,0,0,0,0,0),(40574,6491,1,1,4294967295,0,0,240.765,-4791,10.256,3.43,60,0,0,4120,0,0,0,0,0),(40575,6491,1,1,4294967295,0,0,919.297,436.482,65.128,3.009,60,0,0,4120,0,0,0,0,0),(40576,6491,1,1,4294967295,0,0,1178.15,-4467,21.323,1.176,60,0,0,4120,0,0,0,0,0),(40577,6491,1,1,4294967295,0,0,2428.47,-2953,123.513,0.062,60,0,0,4120,0,0,0,0,0),(40578,6491,1,1,4294967295,0,0,2644.78,-635,107.674,3.347,60,0,0,4120,0,0,0,0,0),(40579,6491,1,1,4294967295,0,0,2683.48,-3988,108.41,4.673,60,0,0,4120,0,0,0,0,0),(40580,6491,1,1,4294967295,0,0,2924.51,-6031,4.946,6.02,60,0,0,4120,0,0,0,0,0),(40581,6491,1,1,4294967295,0,0,3796.96,-1622,219.894,1.45,60,0,0,4120,0,0,0,0,0),(40582,6491,1,1,4294967295,0,0,4299.27,89.079,42.752,2.397,60,0,0,4120,0,0,0,0,0),(40583,6491,1,1,4294967295,0,0,4798.35,-6846,89.817,3.236,60,0,0,4120,0,0,0,0,0),(40584,6491,1,1,4294967295,0,0,5943.01,-1205,382.952,5.47,60,0,0,4120,0,0,0,0,0),(40585,6491,1,1,4294967295,0,0,6736.36,202.91,23.255,4.121,60,0,0,4120,0,0,0,0,0),(40586,6491,1,1,4294967295,0,0,6857.31,-4680,700.936,1.527,60,0,0,4120,0,0,0,0,0),(40587,6491,1,1,4294967295,0,0,7412.88,-2817,464.855,0.253,60,0,0,4120,0,0,0,0,0),(40591,6491,1,1,4294967295,0,0,16320.2,16243.6,24.4,2.253,60,0,0,4120,0,0,0,0,0),(135696,16525,532,1,1,16241,0,-11231.2,-1824.24,224.027,5.51524,604800,0,0,30160,0,0,0,0,0),(40593,6491,0,1,4294967295,0,0,-6282.51,-3488.48,252.189,3.6477,60,0,0,4120,0,0,0,0,0),(40594,6491,530,1,4294967295,0,0,3054.01,5438.67,149.32,5.46288,60,0,0,4120,0,0,0,0,0),(40595,6491,530,1,4294967295,0,0,-2533.26,3867.87,10.3359,3.19395,60,0,0,4120,0,0,0,0,0),(40596,6491,530,1,4294967295,0,0,173.753,4364.58,120.238,6.0418,60,0,0,4120,0,0,0,0,0),(15376,2349,0,1,1,6808,0,-355.635,-1622.73,84.0428,4.68896,300,10,0,664,0,1,0,0,0),(15375,2356,0,1,1,3201,0,-435.174,-1678.54,85.5527,6.15205,300,10,0,944,0,1,0,0,0),(49140,11368,309,1,1,14562,0,-12235.9,-1490.88,132.874,0.130827,7200,0,0,5341,0,0,0,0,0),(49139,11368,309,1,1,14562,0,-12236.5,-1497.11,134.374,5.69874,7200,0,0,5341,0,0,0,0,0),(19839,3255,1,1,1,1747,0,712.719,-3279.33,235.868,1.30018,275,5,0,273,0,1,0,0,0),(19838,3255,1,1,1,1747,0,683.437,-3253.36,219.531,2.63566,275,5,0,273,0,1,0,0,0),(19837,3255,1,1,1,1747,0,921.075,-3175.26,91.7916,3.54917,275,5,0,273,0,1,0,0,0),(19836,3255,1,1,1,1747,0,419.381,-3401.75,92.3807,1.35807,275,5,0,273,0,1,0,0,0),(19835,3255,1,1,1,1747,0,515.164,-2875.99,91.8892,4.90292,275,5,0,273,0,1,0,0,0),(19834,3255,1,1,1,1747,0,1042.51,-2909.88,91.7917,5.53771,275,5,0,273,0,1,0,0,0),(19833,3255,1,1,1,1747,0,435.258,-3447.83,92.6643,3.01627,275,5,0,273,0,1,0,0,0),(19832,3255,1,1,1,1747,0,41.5804,-3538.58,28.2961,4.9109,275,5,0,273,0,1,0,0,0),(19831,3255,1,1,1,1747,0,275.55,-1815.86,91.7917,1.19869,275,5,0,273,0,1,0,0,0),(19830,3255,1,1,1,1747,0,658.459,-3474.53,144.347,1.76313,275,5,0,273,0,1,0,0,0),(19829,3255,1,1,1,1747,0,-138.366,-3690.13,27.531,5.71328,275,5,0,273,0,1,0,0,0),(19828,3255,1,1,1,1747,0,611.16,-3214.74,161.756,3.1208,275,3,0,273,0,1,0,0,0),(19827,3255,1,1,1,1747,0,-1385.42,-3026,94.7437,2.28091,275,5,0,273,0,1,0,0,0),(19826,3255,1,1,1,1747,0,-1488.16,-3279.49,210.267,2.35181,275,2,0,273,0,1,0,0,0),(19825,3255,1,1,1,1747,0,418.978,-3343.96,91.7917,4.07958,275,3,0,273,0,1,0,0,0),(19824,3255,1,1,1,1747,0,726.032,-2709.92,92.291,1.21375,275,5,0,273,0,1,0,0,0),(19823,3255,1,1,1,1747,0,572.164,-3114.94,91.7917,3.21335,275,5,0,273,0,1,0,0,0),(19822,3255,1,1,1,1747,0,119.446,-3503.23,30.6627,4.44374,275,5,0,273,0,1,0,0,0),(19821,3255,1,1,1,1747,0,221.875,-1620.36,92.1131,2.5681,275,5,0,273,0,1,0,0,0),(19820,3255,1,1,1,1747,0,-518.569,-1411.24,93.1696,2.90088,275,5,0,273,0,1,0,0,0),(19819,3255,1,1,1,1747,0,-119.16,-1720.13,94.139,4.08862,275,5,0,273,0,1,0,0,0),(19818,8119,1,1,1,7332,1,-914.106,-3728.58,9.72148,3.33358,275,0,0,5544,0,0,0,0,0),(19817,3254,1,1,1,1744,0,49.8992,-2922.76,92.3149,3.49114,275,5,0,178,0,1,0,0,0),(19816,3254,1,1,1,1744,0,-619.677,-2740.68,92.4825,4.61253,275,5,0,178,0,1,0,0,0),(19815,3254,1,1,1,1744,0,-146.356,-2227.67,92.1973,1.81767,275,5,0,178,0,1,0,0,0),(19814,3254,1,1,1,1744,0,-83.798,-2276.78,93.7073,4.99354,275,5,0,178,0,1,0,0,0),(19813,3254,1,1,1,1744,0,47.6408,-2910.13,92.1667,5.57072,275,5,0,178,0,1,0,0,0),(19812,3254,1,1,1,1744,0,84.4587,-2574.38,91.853,4.72298,275,5,0,178,0,1,0,0,0),(19811,3254,1,1,1,1744,0,634.209,-2211.46,92.5452,2.81367,275,5,0,178,0,1,0,0,0),(19810,3254,1,1,1,1744,0,348.832,-2624.74,91.7917,4.01619,275,5,0,178,0,1,0,0,0),(19809,3254,1,1,1,1744,0,3.23397,-2327.17,92.276,1.64415,275,5,0,178,0,1,0,0,0),(19808,3252,1,1,1,2731,0,-3045.75,-1947.98,101.192,4.45179,275,5,0,531,0,1,0,0,0),(19807,3252,1,1,1,2731,0,-3289.23,-1976.82,92.5936,2.38499,275,5,0,531,0,1,0,0,0),(19806,3252,1,1,1,2731,0,-3301.94,-1817.15,92.5693,4.63622,275,5,0,531,0,1,0,0,0),(19805,3252,1,1,1,2731,0,-3095.11,-1922.38,93.9166,3.31957,275,10,0,531,0,1,0,0,0),(19804,3252,1,1,1,2731,0,-3068.27,-1838.46,91.933,2.7297,275,5,0,531,0,1,0,0,0),(19803,3252,1,1,1,2731,0,-3074.53,-1715.43,91.7916,5.86583,275,5,0,531,0,1,0,0,0),(19802,3252,1,1,1,2731,0,-3148.45,-1653.05,91.7917,5.27059,275,5,0,531,0,1,0,0,0),(19801,3252,1,1,1,2731,0,-3160,-1717.3,91.7917,1.92497,275,10,0,531,0,1,0,0,0),(19800,3252,1,1,1,2731,0,-3125.64,-1693.32,92.1686,1.29924,275,10,0,531,0,1,0,0,0),(19799,3252,1,1,1,2731,0,-3180.11,-1747.36,92.0678,0.107838,275,5,0,531,0,1,0,0,0),(19798,3252,1,1,1,2731,0,-3151.76,-1788.89,94.7643,5.77059,275,5,0,531,0,1,0,0,0),(19797,3252,1,1,1,2731,0,-3248.23,-1740.58,92.4167,0.782028,275,15,0,531,0,1,0,0,0),(19796,3252,1,1,1,2731,0,-3193.08,-1713.38,94.324,0.38232,275,5,0,531,0,1,0,0,0),(19795,3252,1,1,1,2731,0,-3178.68,-2200.67,92.6414,1.66242,275,15,0,531,0,1,0,0,0),(19794,3252,1,1,1,2731,0,-3115.46,-2352.39,93.7048,5.46597,275,15,0,531,0,1,0,0,0),(19793,3252,1,1,1,2731,0,-3125.53,-2208.93,91.7916,2.38375,275,15,0,531,0,1,0,0,0),(19792,3252,1,1,1,2731,0,-3119.89,-2284.79,96.3076,1.09107,275,5,0,531,0,1,0,0,0),(19791,3252,1,1,1,2731,0,-3291.79,-1996.91,93.5957,0.195047,275,0,0,531,0,0,0,0,0),(19790,3252,1,1,1,2731,0,-3289.57,-1702.65,91.7917,1.83963,275,5,0,531,0,1,0,0,0),(19789,3252,1,1,1,2731,0,-3113.79,-2365.84,91.9823,2.70173,275,5,0,531,0,1,0,0,0),(19788,3252,1,1,1,2731,0,-3050.57,-1620.97,92.2806,4.30474,275,5,0,531,0,1,0,0,0),(19787,3252,1,1,1,2731,0,-3226.69,-2260.09,103.724,0.996877,275,5,0,531,0,1,0,0,0),(19786,3252,1,1,1,2731,0,-3077.29,-1786.22,91.7916,2.86186,275,10,0,531,0,1,0,0,0),(19785,3252,1,1,1,2731,0,-3230.86,-1642.12,99.9167,2.90878,275,3,0,531,0,1,0,0,0),(19784,3252,1,1,1,2731,0,-3173.97,-2291.87,93.5997,0.779873,275,5,0,531,0,1,0,0,0),(19783,3252,1,1,1,2731,0,-3179.82,-2288.51,97.4442,2.69717,275,5,0,531,0,1,0,0,0),(19782,3252,1,1,1,2731,0,-3082.57,-2320.86,94.7087,2.61857,275,5,0,531,0,1,0,0,0),(19781,3252,1,1,1,2731,0,-3244.14,-1894.48,96.473,2.95026,275,5,0,531,0,1,0,0,0),(19780,3251,1,1,1,7572,0,-3081.56,-1943.39,95.1666,2.89144,275,5,0,484,0,1,0,0,0),(19779,3251,1,1,1,7572,0,-3098.58,-1942.98,95.4166,6.13934,275,5,0,484,0,1,0,0,0),(19778,3251,1,1,1,7572,0,-3218.03,-1852.77,94.7917,2.5468,275,5,0,484,0,1,0,0,0),(19777,3251,1,1,1,7572,0,-3296.89,-1879.2,92.7828,3.9386,275,5,0,484,0,1,0,0,0),(19776,3251,1,1,1,7572,0,-3216.2,-1746.64,94.7566,4.32989,275,5,0,484,0,1,0,0,0),(19775,3251,1,1,1,7572,0,-3123.86,-1763.66,93.6892,0.516069,275,0,0,484,0,0,0,0,0),(19774,3251,1,1,1,7572,0,-3118.84,-1782.04,96.5188,3.38364,275,5,0,484,0,1,0,0,0),(19773,3251,1,1,1,7572,0,-3103.99,-1727.39,94.0993,6.14235,275,5,0,484,0,1,0,0,0),(19772,3251,1,1,1,7572,0,-3113.19,-1716.16,95.8493,3.64509,275,5,0,484,0,1,0,0,0),(19771,3251,1,1,1,7572,0,-3275.97,-1835.85,92.0864,0.590005,275,5,0,484,0,1,0,0,0),(19770,3251,1,1,1,7572,0,-3197.77,-1738.97,96.0417,2.7199,275,5,0,484,0,1,0,0,0),(19769,3251,1,1,1,7572,0,-3282.03,-1852.55,94.2114,5.41972,275,5,0,484,0,1,0,0,0),(19768,3251,1,1,1,7572,0,-3109.81,-2287.85,94.6979,3.17013,275,5,0,484,0,1,0,0,0),(19767,3251,1,1,1,7572,0,-3118.83,-2306.54,93.1666,2.4654,275,5,0,484,0,1,0,0,0),(19766,3251,1,1,1,7572,0,-3133.06,-2174.04,94.1602,1.76995,275,5,0,484,0,1,0,0,0),(19765,3251,1,1,1,7572,0,-3205.87,-1859.3,93.0417,4.60217,275,5,0,484,0,1,0,0,0),(19764,3251,1,1,1,7572,0,-3268.98,-1962.48,95.4619,5.6666,275,5,0,484,0,1,0,0,0),(19763,3251,1,1,1,7572,0,-3193.06,-2245.15,92.4167,2.07378,275,5,0,484,0,1,0,0,0),(19762,3251,1,1,1,7572,0,-3211.27,-1843.05,94.1667,4.76554,275,5,0,484,0,1,0,0,0),(19761,3251,1,1,1,7572,0,-3204.41,-1721.95,95.356,0.56449,275,5,0,484,0,1,0,0,0),(19760,3251,1,1,1,7572,0,-3282.42,-1947.85,94.3369,2.24031,275,5,0,484,0,1,0,0,0),(19759,3251,1,1,1,7572,0,-3118.48,-2184.97,94.5352,4.3771,275,5,0,484,0,1,0,0,0),(19758,3251,1,1,1,7572,0,-3088.65,-1686.67,94.4166,3.14857,275,5,0,484,0,1,0,0,0),(19757,3251,1,1,1,7572,0,-3171.73,-2244.99,92.6667,0.809212,275,5,0,484,0,1,0,0,0),(19756,3250,1,1,1,2730,0,-3077.32,-1976.27,91.7916,0.857951,275,5,0,494,0,1,0,0,0),(19755,3250,1,1,1,2730,0,-3127.7,-1960.6,93.2074,2.97775,275,10,0,494,0,1,0,0,0),(19754,3250,1,1,1,2730,0,-3251.72,-1956.77,94.6054,1.66171,275,5,0,494,0,1,0,0,0),(19753,3250,1,1,1,2730,0,-3224.2,-1909.93,94.1693,1.65848,275,5,0,494,0,1,0,0,0),(19752,3250,1,1,1,2730,0,-3085.63,-1982.15,92.4166,3.70827,275,5,0,494,0,1,0,0,0),(19751,3250,1,1,1,2730,0,-3206.81,-2172.88,95.5445,0.814618,275,15,0,494,0,1,0,0,0),(19750,3250,1,1,1,2730,0,-3116.86,-2149.95,92.5416,4.10029,275,15,0,494,0,1,0,0,0),(19749,3250,1,1,1,2730,0,-3059.55,-1751.08,104.992,5.6057,275,5,0,494,0,1,0,0,0),(19748,3250,1,1,1,2730,0,-3084.48,-1854.27,93.8824,3.92688,275,10,0,494,0,1,0,0,0),(19747,3250,1,1,1,2730,0,-3188.17,-1679.14,93.4773,2.30355,275,5,0,494,0,1,0,0,0),(19746,3250,1,1,1,2730,0,-3115.93,-1828,94.3487,5.24596,275,5,0,494,0,1,0,0,0),(19745,3250,1,1,1,2730,0,-3188.4,-1809.83,92.1926,2.01739,275,15,0,494,0,1,0,0,0),(19744,3250,1,1,1,2730,0,-3317.08,-1812.63,100.928,0.932375,275,2,0,494,0,1,0,0,0),(19743,3250,1,1,1,2730,0,-3074.76,-1644.39,92.189,6.00914,275,10,0,494,0,1,0,0,0),(19742,3250,1,1,1,2730,0,-3110.48,-1684.65,93.4881,3.78296,275,5,0,494,0,1,0,0,0),(19741,3250,1,1,1,2730,0,-3080.67,-2248.99,91.8492,4.54542,275,5,0,494,0,1,0,0,0),(19740,3250,1,1,1,2730,0,-3253.26,-1810.01,96.1059,5.10523,275,5,0,494,0,1,0,0,0),(19739,3250,1,1,1,2730,0,-3212.32,-1720.8,95.356,5.15355,275,5,0,494,0,1,0,0,0),(19738,3250,1,1,1,2730,0,-3072.17,-2386.2,95.8595,5.82081,275,5,0,494,0,1,0,0,0),(19737,3250,1,1,1,2730,0,-3142.35,-2256.26,93.7917,5.08789,275,15,0,494,0,1,0,0,0),(19736,3250,1,1,1,2730,0,-3131.05,-2312.29,93.4365,6.25125,275,5,0,494,0,1,0,0,0),(19735,3250,1,1,1,2730,0,-3055.97,-2355.4,93.3655,3.69874,275,5,0,494,0,1,0,0,0),(19734,3250,1,1,1,2730,0,-3147.44,-2168.89,93.1602,0.348162,275,15,0,494,0,1,0,0,0),(19733,3250,1,1,1,2730,0,-3256.89,-1684.9,91.7917,3.18134,275,10,0,494,0,1,0,0,0),(19732,5810,1,1,1,4391,1,185.746,-3597.21,27.3383,0.226893,275,0,0,484,0,0,0,0,0),(19731,3250,1,1,1,2730,0,-3289.27,-1926.86,93.3586,2.35826,275,5,0,494,0,1,0,0,0),(19730,3249,1,1,1,1974,0,-3735.83,-2112.26,91.8666,3.63143,275,20,0,544,581,1,0,0,0),(19729,3249,1,1,1,1974,0,-3872.72,-1983.12,93.6423,0.039043,275,20,0,544,581,1,0,0,0),(19728,3249,1,1,1,1974,0,-3534.8,-2126.23,94.2199,0.672233,275,20,0,544,581,1,0,0,0),(19727,3249,1,1,1,1974,0,-3471.02,-2190.11,93.3705,1.31993,275,20,0,544,581,1,0,0,0),(19726,3249,1,1,1,1974,0,-3413.97,-2150.87,91.7917,1.47625,275,20,0,544,581,1,0,0,0),(19725,3249,1,1,1,1974,0,-3482.8,-1912.19,95.614,4.71044,275,20,0,544,581,1,0,0,0),(19724,3249,1,1,1,1974,0,-3710.75,-1816.67,91.7917,0.46307,275,0,0,544,581,0,0,0,0),(19723,3249,1,1,1,1974,0,-3668.25,-1911.43,92.1765,1.29169,275,20,0,544,581,1,0,0,0),(19722,3249,1,1,1,1974,0,-3458.25,-1801.8,98.7064,0.342119,275,20,0,544,581,1,0,0,0),(19721,3249,1,1,1,1974,0,-3364.42,-2143.24,92.6301,2.22328,275,20,0,544,581,1,0,0,0),(19720,3249,1,1,1,1974,0,-3513.15,-1891.2,96.0584,0.053741,275,20,0,544,581,1,0,0,0),(19719,3249,1,1,1,1974,0,-3538.82,-2302.65,94.5837,0.749502,275,20,0,544,581,1,0,0,0),(19718,3249,1,1,1,1974,0,-3694.74,-1812.45,92.0304,2.8784,275,20,0,544,581,1,0,0,0),(19717,3249,1,1,1,1974,0,-3585.53,-1819.26,92.1602,1.60771,275,20,0,544,581,1,0,0,0),(19716,11697,1,1,1,2834,1,1474.82,-2803.19,149.526,2.6548,275,5,0,852,852,1,0,0,0),(19715,3249,1,1,1,1974,0,-3377.45,-1928,92.0435,2.05508,275,20,0,544,581,1,0,0,0),(19714,3249,1,1,1,1974,0,-3539.69,-2350.54,94.7718,6.19712,275,20,0,544,581,1,0,0,0),(19713,3248,1,1,1,4473,0,-149.426,-3751.68,27.6434,5.30357,275,20,0,328,0,1,0,0,0),(19712,3248,1,1,1,4473,0,-1148.85,-2366.42,92.4046,4.73973,275,20,0,328,0,1,0,0,0),(19711,3248,1,1,1,4473,0,-382.239,-3418.6,94.2219,5.24261,275,20,0,328,0,1,0,0,0),(19710,3248,1,1,1,4473,0,315.611,-1848.54,91.7917,1.75015,275,20,0,328,0,1,0,0,0),(19709,3248,1,1,1,4473,0,-210.048,-3623.48,42.3064,1.95249,275,20,0,328,0,1,0,0,0),(19708,3248,1,1,1,4473,0,1245.81,-3824.74,29.2654,1.04862,275,20,0,328,0,1,0,0,0),(19707,3248,1,1,1,4473,0,713.58,-2598.49,92.9888,4.54371,275,3,0,328,0,1,0,0,0),(19706,3248,1,1,1,4473,0,-1213.91,-2258.47,91.8744,1.91723,275,20,0,328,0,1,0,0,0),(19705,3248,1,1,1,4473,0,-1274.51,-2379.01,91.7917,1.12989,275,20,0,328,0,1,0,0,0),(19704,3248,1,1,1,4473,0,-1268.97,-2583.64,93.3319,1.26511,275,20,0,328,0,1,0,0,0),(19703,3248,1,1,1,4473,0,-1205.59,-1754.41,91.853,3.38641,275,20,0,328,0,1,0,0,0),(19702,3248,1,1,1,4473,0,-677.682,-3448.24,93.1148,4.816,275,20,0,328,0,1,0,0,0),(19701,3248,1,1,1,4473,0,-1568.83,-2982.95,91.6733,3.02971,275,20,0,328,0,1,0,0,0),(19700,3248,1,1,1,4473,0,-1115.69,-2309.98,92.3819,0.240713,275,20,0,328,0,1,0,0,0),(19699,3248,1,1,1,4473,0,-1485.18,-2753.15,93.8008,5.04279,275,20,0,328,0,1,0,0,0),(19698,3248,1,1,1,4473,0,-1065.3,-3146.11,94.1208,1.80535,275,20,0,328,0,1,0,0,0),(19697,3248,1,1,1,4473,0,-861.404,-3419.03,92.5656,0.154876,275,20,0,328,0,1,0,0,0),(19696,3248,1,1,1,4473,0,-1386.05,-2946.11,103.428,5.69467,275,20,0,328,0,1,0,0,0),(19695,3248,1,1,1,4473,0,-1140.37,-1907.6,92.2238,3.42445,275,20,0,328,0,1,0,0,0),(19694,3248,1,1,1,4473,0,-239.592,-3458.01,91.7917,0.483309,275,20,0,328,0,1,0,0,0),(19693,3248,1,1,1,4473,0,-1111.56,-3088.22,95.2571,3.03655,275,20,0,328,0,1,0,0,0),(19692,3248,1,1,1,4473,0,-1405.41,-2631.6,92.0912,4.57132,275,20,0,328,0,1,0,0,0),(19691,3248,1,1,1,4473,0,345.858,-1921.12,92.9125,0.183394,275,20,0,328,0,1,0,0,0),(19690,3248,1,1,1,4473,0,-681.088,-3325.77,95.2941,6.12414,275,20,0,328,0,1,0,0,0),(19689,3248,1,1,1,4473,0,-1208.93,-3490.35,92.4139,3.45298,275,20,0,328,0,1,0,0,0),(19688,3248,1,1,1,4473,0,-1197.4,-2855.82,93.6665,6.05048,275,20,0,328,0,1,0,0,0),(19687,3248,1,1,1,4473,0,-786.32,-1720.77,92.958,0.102371,275,20,0,328,0,1,0,0,0),(19686,3248,1,1,1,4473,0,139.005,-1609.48,91.7917,2.57885,275,20,0,328,0,1,0,0,0),(19685,3248,1,1,1,4473,0,-1095.27,-1819.37,92.1672,3.44296,275,20,0,328,0,1,0,0,0),(19684,3248,1,1,1,4473,0,-1166.48,-3517.06,92.0042,2.65665,275,20,0,328,0,1,0,0,0),(19683,3248,1,1,1,4473,0,-459.357,-3351.13,92.4167,5.0404,275,20,0,328,0,1,0,0,0),(19682,3248,1,1,1,4473,0,-811.975,-3391.15,94.359,4.35728,275,20,0,328,0,1,0,0,0),(19681,3248,1,1,1,4473,0,384.203,-3247.33,94.652,3.02403,275,3,0,328,0,1,0,0,0),(19680,3248,1,1,1,4473,0,257.772,-1722.62,91.8965,6.27225,275,20,0,328,0,1,0,0,0),(19679,3248,1,1,1,4473,0,101.994,-1649.24,92.5502,3.15722,275,20,0,328,0,1,0,0,0),(19678,3248,1,1,1,4473,0,-675.425,-1768.74,92.1268,0.062541,275,20,0,328,0,1,0,0,0),(19677,3248,1,1,1,4473,0,-1270.64,-2185.63,91.9554,6.11533,275,20,0,328,0,1,0,0,0),(19676,3248,1,1,1,4473,0,-1269.4,-2115.17,91.7902,3.55352,275,20,0,328,0,1,0,0,0),(19675,3248,1,1,1,4473,0,-1024.71,-3107.08,92.0659,1.23433,275,20,0,328,0,1,0,0,0),(19674,3248,1,1,1,4473,0,626.916,-3540.34,92.414,0.160123,275,3,0,328,0,1,0,0,0),(19673,3248,1,1,1,4473,0,-450.808,-1644.8,91.9367,4.91732,275,20,0,328,0,1,0,0,0),(19672,3248,1,1,1,4473,0,1027.2,-3615.75,47.9427,3.72689,275,20,0,328,0,1,0,0,0),(19671,3248,1,1,1,4473,0,-1227.34,-1818.25,87.1159,3.28459,275,20,0,328,0,1,0,0,0),(19670,3248,1,1,1,4473,0,411.903,-3117.54,91.792,2.3954,275,20,0,328,0,1,0,0,0),(19669,3248,1,1,1,4473,0,1021.6,-2953.58,93.9225,5.67023,275,20,0,328,0,1,0,0,0),(19668,3248,1,1,1,4473,0,-849.887,-1652.04,97.5263,4.60669,275,20,0,328,0,1,0,0,0),(19667,3248,1,1,1,4473,0,-418.687,-1438.26,95.18,5.94909,275,20,0,328,0,1,0,0,0),(19666,3248,1,1,1,4473,0,1164.34,-3778.73,31.7806,3.45933,275,20,0,328,0,1,0,0,0),(19665,3248,1,1,1,4473,0,-184.029,-3758.43,28.4223,2.25271,275,20,0,328,0,1,0,0,0),(19664,3248,1,1,1,4473,0,-1126.58,-3016.62,96.1668,0.348938,275,20,0,328,0,1,0,0,0),(19663,3248,1,1,1,4473,0,883.668,-2852.3,93.6546,4.95543,275,20,0,328,0,1,0,0,0),(19662,3248,1,1,1,4473,0,514.668,-3093.43,92.3787,4.7651,275,20,0,328,0,1,0,0,0),(19661,3248,1,1,1,4473,0,743.871,-2619.01,91.7917,3.50311,275,20,0,328,0,1,0,0,0),(19660,3248,1,1,1,4473,0,411.885,-1849.45,91.7917,1.69761,275,20,0,328,0,1,0,0,0),(19659,3248,1,1,1,4473,0,-1017.14,-1813.48,92.2564,0.11346,275,20,0,328,0,1,0,0,0),(19658,3248,1,1,1,4473,0,-689.426,-3271.46,97.3043,2.47935,275,20,0,328,0,1,0,0,0),(19657,3248,1,1,1,4473,0,-947.345,-3042.98,92.774,1.7475,275,20,0,328,0,1,0,0,0),(19656,3248,1,1,1,4473,0,-510.831,-1383.34,91.7917,0.34098,275,20,0,328,0,1,0,0,0),(19655,3248,1,1,1,4473,0,-1127.25,-2940.74,93.5569,5.13498,275,20,0,328,0,1,0,0,0),(19654,3248,1,1,1,4473,0,942.158,-2895.79,91.7917,1.75546,275,20,0,328,0,1,0,0,0),(19653,3248,1,1,1,4473,0,-1016.14,-1782.15,91.714,3.13221,275,20,0,328,0,1,0,0,0),(19652,3248,1,1,1,4473,0,-378.813,-3745.49,27.418,4.86099,275,20,0,328,0,1,0,0,0),(19651,3248,1,1,1,4473,0,-1247.6,-3152.36,92.0561,4.69286,275,20,0,328,0,1,0,0,0),(19650,3248,1,1,1,4473,0,-1281.19,-2684.4,91.8302,3.38884,275,10,0,328,0,1,0,0,0),(19649,3248,1,1,1,4473,0,-554.91,-1712.2,95.1462,6.17555,275,20,0,328,0,1,0,0,0),(19648,3248,1,1,1,4473,0,-94.7561,-1486.45,91.8129,3.94847,275,20,0,328,0,1,0,0,0),(19647,3248,1,1,1,4473,0,1064.51,-3605.44,51.2554,0.975752,275,20,0,328,0,1,0,0,0),(19646,3248,1,1,1,4473,0,-316.574,-3735.8,27.9348,0.807095,275,20,0,328,0,1,0,0,0),(19645,3248,1,1,1,4473,0,1087.82,-3747.51,28.2203,3.49053,275,20,0,328,0,1,0,0,0),(19644,3248,1,1,1,4473,0,-1079.66,-1840.01,94.9625,1.72567,275,20,0,328,0,1,0,0,0),(19643,3248,1,1,1,4473,0,-680.2,-3405.79,91.789,3.61183,275,20,0,328,0,1,0,0,0),(19642,3248,1,1,1,4473,0,-1505.24,-2990.67,91.8805,2.52909,275,20,0,328,0,1,0,0,0),(19641,3248,1,1,1,4473,0,692.256,-2987.2,91.7917,5.92244,275,20,0,328,0,1,0,0,0),(19640,3248,1,1,1,4473,0,542.33,-3496.47,92.2917,2.94626,275,3,0,328,0,1,0,0,0),(19639,3248,1,1,1,4473,0,728.918,-2675.25,91.9003,3.13075,275,20,0,328,0,1,0,0,0),(19638,3503,1,1,1,1307,0,-3283.12,-1985.59,91.8617,-1.76909,275,0,0,417,0,0,0,0,0),(19637,3247,1,1,1,1742,0,-2037.68,-2422.12,94.4174,3.49993,275,20,0,302,408,1,0,0,0),(19636,3247,1,1,1,1742,0,-1951.76,-1987,92.0154,4.22255,275,20,0,302,408,1,0,0,0),(19635,3247,1,1,1,1742,0,-1978.49,-1849.23,91.7917,3.95533,275,20,0,302,408,1,0,0,0),(19634,3247,1,1,1,1742,0,-1982.65,-2524.39,95.1114,4.75932,275,20,0,302,408,1,0,0,0),(19633,3247,1,1,1,1742,0,-2103.25,-2384.45,92.5408,1.69019,275,20,0,302,408,1,0,0,0),(19632,3247,1,1,1,1742,0,-1684.69,-2013.31,92.578,3.01821,275,20,0,302,408,1,0,0,0),(19631,3247,1,1,1,1742,0,-1707.48,-2110.21,92.0729,2.05191,275,20,0,302,408,1,0,0,0),(19630,3247,1,1,1,1742,0,-1455.27,-1839.14,94.8386,2.24367,275,20,0,302,408,1,0,0,0),(19629,3247,1,1,1,1742,0,-1537.7,-2019.8,93.9003,0.174785,275,20,0,302,408,1,0,0,0),(19628,3247,1,1,1,1742,0,-1576.96,-1881.7,93.9167,1.94702,275,20,0,302,408,1,0,0,0),(19627,3247,1,1,1,1742,0,-1823.29,-2201.18,94.1263,2.87181,275,20,0,302,408,1,0,0,0),(19626,3247,1,1,1,1742,0,-2217.3,-2296.27,95.2816,3.48002,275,20,0,302,408,1,0,0,0),(19625,3247,1,1,1,1742,0,-1497.85,-1715.53,92.4202,3.27079,275,20,0,302,408,1,0,0,0),(19624,3247,1,1,1,1742,0,-1829.76,-2115.84,91.9963,3.35904,275,20,0,302,408,1,0,0,0),(19623,3246,1,1,1,1284,0,-783.111,-2916.97,93.931,0.012605,275,20,0,247,0,1,0,0,0),(19622,3246,1,1,1,1284,0,-783.163,-2881.41,92.0047,2.00071,275,20,0,247,0,1,0,0,0),(19621,3246,1,1,1,1284,0,33.7807,-3210.71,95.8568,4.62049,275,0,0,247,0,0,0,0,0),(19620,3246,1,1,1,1284,0,-705.351,-2745.98,92.9074,0.416439,275,20,0,247,0,1,0,0,0),(19619,3246,1,1,1,1284,0,91.5824,-3609.57,29.5568,4.06966,275,20,0,247,0,1,0,0,0),(19618,3246,1,1,1,1284,0,80.8044,-3027.31,94.1769,0.701829,275,20,0,247,0,1,0,0,0),(19617,3246,1,1,1,1284,0,-765.011,-2744.26,93.5937,2.86186,275,20,0,247,0,1,0,0,0),(19616,3246,1,1,1,1284,0,-731.238,-2535.95,93.9167,2.40402,275,20,0,247,0,1,0,0,0),(19615,3246,1,1,1,1284,0,-750.174,-2885.04,92.14,0.931987,275,20,0,247,0,1,0,0,0),(19614,3246,1,1,1,1284,0,-790.121,-2551.6,93.494,3.81607,275,20,0,247,0,1,0,0,0),(19613,3246,1,1,1,1284,0,-515.917,-3148.98,161.209,2.31145,275,20,0,247,0,1,0,0,0),(19612,3246,1,1,1,1284,0,-620.148,-3058.93,92.7936,1.7138,275,20,0,247,0,1,0,0,0),(19611,3246,1,1,1,1284,0,-884.26,-2682.89,91.7917,4.23397,275,20,0,247,0,1,0,0,0),(19610,3246,1,1,1,1284,0,-750.066,-2550.56,92.1436,1.7973,275,20,0,247,0,1,0,0,0),(19609,3246,1,1,1,1284,0,-648.396,-2877.9,95.5797,3.17283,275,20,0,247,0,1,0,0,0),(19608,3246,1,1,1,1284,0,-695.735,-2111.83,172.265,5.3561,275,2,0,247,0,1,0,0,0),(19607,3246,1,1,1,1284,0,-694.699,-2215.88,189.761,5.74444,275,2,0,247,0,1,0,0,0),(19606,3246,1,1,1,1284,0,101.241,-3550.62,28.7401,3.21777,275,20,0,247,0,1,0,0,0),(19605,3246,1,1,1,1284,0,205.856,-3164.89,90.2488,5.14807,275,20,0,247,0,1,0,0,0),(19604,3246,1,1,1,1284,0,430.446,-2438.01,144.754,5.87547,275,20,0,247,0,1,0,0,0),(19603,3246,1,1,1,1284,0,718.201,-2475.36,91.7917,4.74557,275,20,0,247,0,1,0,0,0),(19602,3246,1,1,1,1284,0,252.109,-2280.84,213.004,1.17251,275,3,0,247,0,1,0,0,0),(19601,3246,1,1,1,1284,0,544.708,-2303.23,142.315,3.08685,275,2,0,247,0,1,0,0,0),(19600,3246,1,1,1,1284,0,-863.438,-2448.28,92.0284,3.12298,275,20,0,247,0,1,0,0,0),(19599,3246,1,1,1,1284,0,-152.225,-3254.24,135.36,4.48758,275,20,0,247,0,1,0,0,0),(19598,3246,1,1,1,1284,0,-849.694,-2887.68,92.7925,5.94292,275,20,0,247,0,1,0,0,0),(19597,3246,1,1,1,1284,0,-481.201,-3249.88,164.47,6.16174,275,2,0,247,0,1,0,0,0),(19596,3246,1,1,1,1284,0,-446.204,-3147.8,210.903,1.11327,275,2,0,247,0,1,0,0,0),(19595,3246,1,1,1,1284,0,-352.24,-3117.84,204.051,3.30449,275,2,0,247,0,1,0,0,0),(19594,3246,1,1,1,1284,0,-787.821,-2646.38,94.3975,5.60485,275,20,0,247,0,1,0,0,0),(19593,3246,1,1,1,1284,0,-897.221,-2272.12,93.9095,2.51136,275,20,0,247,0,1,0,0,0),(19592,3246,1,1,1,1284,0,-336.452,-3256.62,172.95,4.13143,275,20,0,247,0,1,0,0,0),(19591,3246,1,1,1,1284,0,-545.936,-3054.03,137.815,4.42416,275,20,0,247,0,1,0,0,0),(19590,3246,1,1,1,1284,0,-317.108,-3163.54,222.309,0,275,20,0,247,0,1,0,0,0),(19589,3246,1,1,1,1284,0,-947.66,-2247.53,93.4228,1.71573,275,20,0,247,0,1,0,0,0),(19588,3246,1,1,1,1284,0,-889.795,-2319.93,92.0034,6.13482,275,20,0,247,0,1,0,0,0),(19587,3246,1,1,1,1284,0,149.323,-2138.33,161.946,3.00246,275,2,0,247,0,1,0,0,0),(19586,3246,1,1,1,1284,0,715.313,-2564.79,93.193,2.50317,275,3,0,247,0,1,0,0,0),(19585,3246,1,1,1,1284,0,516.149,-2703.72,88.0831,4.09345,275,20,0,247,0,1,0,0,0),(19584,3246,1,1,1,1284,0,281.047,-2317.62,212.86,2.9811,275,3,0,247,0,1,0,0,0),(19583,3246,1,1,1,1284,0,311.246,-2390.53,165.29,5.89454,275,20,0,247,0,1,0,0,0),(19582,3246,1,1,1,1284,0,-812.534,-2382.86,94.8686,5.56141,275,20,0,247,0,1,0,0,0),(19581,3246,1,1,1,1284,0,-191.491,-3138.99,163.679,4.90949,275,20,0,247,0,1,0,0,0),(19580,3246,1,1,1,1284,0,-916.733,-2783.11,93.8778,0.89013,275,20,0,247,0,1,0,0,0),(19579,3246,1,1,1,1284,0,-408.349,-3226.53,168.87,4.74558,275,20,0,247,0,1,0,0,0),(19578,3246,1,1,1,1284,0,-486.089,-3111.83,183.748,0.351126,275,2,0,247,0,1,0,0,0),(19577,3246,1,1,1,1284,0,759.107,-2516.81,91.7917,4.9684,275,20,0,247,0,1,0,0,0),(19576,3246,1,1,1,1284,0,249.174,-2218.8,212.77,4.78764,275,3,0,247,0,1,0,0,0),(19575,3246,1,1,1,1284,0,-252.201,-3155.58,185.173,6.13217,275,2,0,247,0,1,0,0,0),(19574,3246,1,1,1,1284,0,-356.078,-3180.6,226.909,4.05289,275,2,0,247,0,1,0,0,0),(19573,3246,1,1,1,1284,0,-810.361,-2451.05,92.5136,3.77796,275,20,0,247,0,1,0,0,0),(19572,3246,1,1,1,1284,0,-719.172,-3133.19,94.6961,1.73653,275,20,0,247,0,1,0,0,0),(19571,3246,1,1,1,1284,0,-715.958,-1925.49,93.4039,4.6831,275,20,0,247,0,1,0,0,0),(19570,3246,1,1,1,1284,0,-185.771,-2144.84,91.7917,2.02391,275,20,0,247,0,1,0,0,0),(19569,3246,1,1,1,1284,0,-813.655,-1925.49,93.8776,4.96494,275,20,0,247,0,1,0,0,0),(19568,3246,1,1,1,1284,0,-193.751,-1951.08,94.1196,0.262443,275,20,0,247,0,1,0,0,0),(19567,3246,1,1,1,1284,0,-682.537,-1904.69,93.2958,0.143022,275,20,0,247,0,1,0,0,0),(19566,3246,1,1,1,1284,0,160.579,-2318.42,132.569,4.74812,275,2,0,247,0,1,0,0,0),(19565,3246,1,1,1,1284,0,-545.673,-3287.18,140.741,2.33288,275,2,0,247,0,1,0,0,0),(19564,3246,1,1,1,1284,0,-737.623,-2865.25,93.0416,3.70715,275,20,0,247,0,1,0,0,0),(19563,3246,1,1,1,1284,0,-277.425,-3117.51,178.962,4.14716,275,20,0,247,0,1,0,0,0),(19562,3246,1,1,1,1284,0,-82.3842,-1916.19,94.6835,0.715585,275,0,0,247,0,0,0,0,0),(19561,3246,1,1,1,1284,0,-593.314,-2112.85,185.092,1.7226,275,2,0,247,0,1,0,0,0),(19560,3246,1,1,1,1284,0,-617.767,-1756.15,94.1117,1.60408,275,20,0,247,0,1,0,0,0),(19559,3246,1,1,1,1284,0,306.139,-2105.32,190.832,1.40021,275,2,0,247,0,1,0,0,0),(19558,3246,1,1,1,1284,0,339.213,-2746.24,93.5009,2.67044,275,20,0,247,0,1,0,0,0),(19557,3246,1,1,1,1284,0,-258.24,-3211.63,166.337,0.153262,275,2,0,247,0,1,0,0,0),(19556,3246,1,1,1,1284,0,-726.078,-2200.02,170.443,5.82827,275,2,0,247,0,1,0,0,0),(19555,3246,1,1,1,1284,0,-551.574,-2323.43,165.057,1.33167,275,2,0,247,0,1,0,0,0),(19554,3246,1,1,1,1284,0,-530.934,-2316.64,180.104,4.65951,275,2,0,247,0,1,0,0,0),(19553,3246,1,1,1,1284,0,-619.383,-2214.98,218.775,3.59038,275,2,0,247,0,1,0,0,0),(19552,3246,1,1,1,1284,0,-82.8489,-1691.08,93.4527,4.79456,275,20,0,247,0,1,0,0,0),(19551,3246,1,1,1,1284,0,183.575,-2401.16,171.303,2.48695,275,2,0,247,0,1,0,0,0),(19550,3246,1,1,1,1284,0,314.635,-2283.64,226.004,5.16617,275,0,0,247,0,0,0,0,0),(19549,3246,1,1,1,1284,0,381.311,-2277.11,213.261,1.7506,275,3,0,247,0,1,0,0,0),(19548,3246,1,1,1,1284,0,-951.811,-2206.5,96.3303,6.18694,275,20,0,247,0,1,0,0,0),(19547,3246,1,1,1,1284,0,-931.916,-2143.8,97.6653,0.609126,275,3,0,247,0,1,0,0,0),(19546,3246,1,1,1,1284,0,-318.517,-3210.46,211.85,1.17899,275,20,0,247,0,1,0,0,0),(19545,3246,1,1,1,1284,0,-1014.42,-2361.71,94.9637,2.57636,275,20,0,247,0,1,0,0,0),(19544,3246,1,1,1,1284,0,-322.585,-2078.88,94.0416,2.61472,275,20,0,247,0,1,0,0,0),(19543,3246,1,1,1,1284,0,-470.464,-2071.28,91.7917,2.90249,275,20,0,247,0,1,0,0,0),(19542,3246,1,1,1,1284,0,-492.104,-2240.64,158.08,2.45861,275,2,0,247,0,1,0,0,0),(19541,3246,1,1,1,1284,0,-641.537,-2111.26,159.322,0.01747,275,2,0,247,0,1,0,0,0),(19540,3246,1,1,1,1284,0,-63.4487,-1795.17,93.2191,3.2611,275,20,0,247,0,1,0,0,0),(19539,3246,1,1,1,1284,0,421.126,-2355.73,159.837,5.46089,275,20,0,247,0,1,0,0,0),(19538,3246,1,1,1,1284,0,79.6798,-3135.36,91.7694,1.5747,275,20,0,247,0,1,0,0,0),(19537,3246,1,1,1,1284,0,208.8,-3282.98,62.887,0.00418,275,20,0,247,0,1,0,0,0),(19536,3246,1,1,1,1284,0,612.214,-2635.93,92.5202,1.87648,275,20,0,247,0,1,0,0,0),(19535,3246,1,1,1,1284,0,175.061,-2200.59,172.235,0.392872,275,20,0,247,0,1,0,0,0),(19534,3246,1,1,1,1284,0,250.818,-2351.5,213.258,5.05903,275,3,0,247,0,1,0,0,0),(19533,3246,1,1,1,1284,0,-488.246,-3181.72,180.121,0.330403,275,2,0,247,0,1,0,0,0),(19532,3246,1,1,1,1284,0,-318.777,-3085.57,193.233,5.93702,275,2,0,247,0,1,0,0,0),(19531,3246,1,1,1,1284,0,-403.449,-3187.57,212.296,6.2669,275,2,0,247,0,1,0,0,0),(19530,3246,1,1,1,1284,0,-421.842,-2059.02,91.7917,3.36978,275,20,0,247,0,1,0,0,0),(19529,3246,1,1,1,1284,0,-606.5,-2355,162.821,5.9219,275,2,0,247,0,1,0,0,0),(19528,3246,1,1,1,1284,0,-541.984,-1816.67,91.7917,3.02994,275,20,0,247,0,1,0,0,0),(19527,3246,1,1,1,1284,0,185.032,-2714.28,91.7917,6.24863,275,20,0,247,0,1,0,0,0),(19526,3246,1,1,1,1284,0,223.352,-2250.42,211.392,6.20276,275,3,0,247,0,1,0,0,0),(19525,3246,1,1,1,1284,0,183.58,-3117.35,91.7839,5.44964,275,20,0,247,0,1,0,0,0),(19524,3246,1,1,1,1284,0,217.067,-3373.8,42.1431,1.18231,275,20,0,247,0,1,0,0,0),(19523,3246,1,1,1,1284,0,-503.501,-3221.43,179.44,5.71264,275,2,0,247,0,1,0,0,0),(19522,3246,1,1,1,1284,0,-386.26,-3021.7,114.304,1.4132,275,20,0,247,0,1,0,0,0),(19521,3246,1,1,1,1284,0,-450,-3212.5,186.31,2.35614,275,2,0,247,0,1,0,0,0),(19520,3246,1,1,1,1284,0,-383.31,-3135.41,203.39,0.405504,275,2,0,247,0,1,0,0,0),(19519,3246,1,1,1,1284,0,-988.707,-2919.5,93.0665,0.099863,275,20,0,247,0,1,0,0,0),(19518,3246,1,1,1,1284,0,-400.471,-2186.38,157.4,3.37,275,20,0,247,0,1,0,0,0),(19517,3246,1,1,1,1284,0,-583.383,-1923.27,91.7916,1.06647,275,20,0,247,0,1,0,0,0),(19516,3246,1,1,1,1284,0,-148.301,-2116.27,92.7961,4.52982,275,20,0,247,0,1,0,0,0),(19515,3246,1,1,1,1284,0,-585.191,-2202.04,213.324,0.734267,275,2,0,247,0,1,0,0,0),(19514,3246,1,1,1,1284,0,285.712,-2256.47,224.274,5.21904,275,20,0,247,0,1,0,0,0),(19513,3246,1,1,1,1284,0,141.976,-2456.82,140.266,2.77232,275,2,0,247,0,1,0,0,0),(19512,3246,1,1,1,1284,0,237.439,-2420.9,160.094,2.91443,275,2,0,247,0,1,0,0,0),(19511,3246,1,1,1,1284,0,583.325,-2678.69,92.1608,1.57275,275,20,0,247,0,1,0,0,0),(19510,3246,1,1,1,1284,0,-991.472,-2257.96,93.6056,2.10351,275,15,0,247,0,1,0,0,0),(19509,3246,1,1,1,1284,0,-410.405,-1697.33,91.7916,2.01521,275,20,0,247,0,1,0,0,0),(19508,3246,1,1,1,1284,0,-725.266,-1828.7,92.9167,4.58128,275,20,0,247,0,1,0,0,0),(19507,3246,1,1,1,1284,0,-511.585,-1745.09,93.4168,5.12934,275,20,0,247,0,1,0,0,0),(19506,3502,1,1,1,7059,1,-990.744,-3832.89,5.69966,2.72271,275,0,0,5568,0,0,0,0,0),(19505,3502,1,1,1,7061,1,-847.015,-3788.19,14.142,5.05648,275,0,0,5568,0,2,0,0,0),(19504,3502,1,1,1,7060,1,-982.793,-3582.26,33.6917,1.41372,275,0,0,5568,0,0,0,0,0),(19503,3502,1,1,1,7061,1,-816.782,-3754.86,22.9842,0.663225,275,0,0,5568,0,0,0,0,0),(19502,3246,1,1,1,1284,0,-810.892,-3854.28,8.67306,1.14548,275,20,0,247,0,1,0,0,0),(19501,3246,1,1,1,1284,0,-790.425,-3859.12,13.4651,1.52517,275,20,0,247,0,1,0,0,0),(19500,3246,1,1,1,1284,0,-318,-3817.24,29.1205,1.42043,275,3,0,247,0,1,0,0,0),(19499,3246,1,1,1,1284,0,299.623,-2062.63,174.85,0.02947,275,2,0,247,0,1,0,0,0),(19498,3246,1,1,1,1284,0,155.736,-2235.86,181.487,1.48084,275,2,0,247,0,1,0,0,0),(19497,3246,1,1,1,1284,0,220.586,-2312.81,180.446,0.726931,275,20,0,247,0,1,0,0,0),(19496,3246,1,1,1,1284,0,212.281,-2387.46,193.39,4.20852,275,2,0,247,0,1,0,0,0),(19495,3246,1,1,1,1284,0,-430.757,-3095.79,162.203,0.31756,275,2,0,247,0,1,0,0,0),(19494,3246,1,1,1,1284,0,-758.562,-1892.22,92.4525,3.92423,275,20,0,247,0,1,0,0,0),(19493,3246,1,1,1,1284,0,-230.372,-2055.68,93.1996,1.80345,275,20,0,247,0,1,0,0,0),(19492,3246,1,1,1,1284,0,-604.278,-2019.01,145.231,1.68037,275,20,0,247,0,1,0,0,0),(19491,3246,1,1,1,1284,0,-522.754,-2191.22,182.493,5.94573,275,2,0,247,0,1,0,0,0),(19490,3502,1,1,1,7059,1,-916.521,-3567.01,33.2227,3.10669,275,0,0,5568,0,0,0,0,0),(19489,3502,1,1,1,7060,1,-1054.79,-3702.88,26.4301,1.06465,275,0,0,5568,0,0,0,0,0),(19488,3502,1,1,1,7059,1,-1003.67,-3823.92,5.19106,5.51524,275,0,0,5568,0,0,0,0,0),(19487,3502,1,1,1,7059,1,-882.196,-3627.53,25.844,1.65806,275,0,0,5568,0,0,0,0,0),(19486,3246,1,1,1,1284,0,-558.617,-3856.55,28.7092,5.19087,275,20,0,247,0,1,0,0,0),(19485,3246,1,1,1,1284,0,-420.496,-3854.07,27.4966,1.211,275,20,0,247,0,1,0,0,0),(19484,3246,1,1,1,1284,0,-385.242,-3819.18,28.3296,3.20561,275,20,0,247,0,1,0,0,0),(19483,3246,1,1,1,1284,0,-487.196,-3815.34,28.1928,6.11836,275,20,0,247,0,1,0,0,0),(19482,3246,1,1,1,1284,0,-542.97,-3846.99,30.0921,2.8747,275,20,0,247,0,1,0,0,0),(19481,3246,1,1,1,1284,0,383.991,-2390.77,182.951,5.29065,275,20,0,247,0,1,0,0,0),(19480,3246,1,1,1,1284,0,189.815,-3188.84,86.6642,4.66351,275,20,0,247,0,1,0,0,0),(19479,3246,1,1,1,1284,0,60.2218,-3477.8,35.6942,5.46189,275,3,0,247,0,1,0,0,0),(19478,3246,1,1,1,1284,0,446.808,-2278.35,191.983,1.96939,275,2,0,247,0,1,0,0,0),(19477,3246,1,1,1,1284,0,205.914,-2110.96,132.104,3.69542,275,2,0,247,0,1,0,0,0),(19476,3246,1,1,1,1284,0,-961.462,-2423.03,92.8763,5.3594,275,20,0,247,0,1,0,0,0),(19475,3246,1,1,1,1284,0,-214.032,-3176.93,181.923,0.95794,275,2,0,247,0,1,0,0,0),(19474,3246,1,1,1,1284,0,-539.165,-1922.59,92.847,0.088007,275,20,0,247,0,1,0,0,0),(19473,3246,1,1,1,1284,0,-82.3652,-1849.4,91.8021,0.087266,275,0,0,247,0,0,0,0,0),(19472,3246,1,1,1,1284,0,-474.507,-2036.35,92.591,4.99597,275,20,0,247,0,1,0,0,0),(19471,3246,1,1,1,1284,0,-38.0819,-2111.18,92.2101,1.09859,275,20,0,247,0,1,0,0,0),(19470,3502,1,1,1,7060,1,-985.698,-3827.08,5.73419,3.36848,275,0,0,5568,0,0,0,0,0),(19469,3245,1,1,1,6076,0,-1926.47,-2869.9,91.9373,5.19787,275,20,0,356,0,1,0,0,0),(19468,3245,1,1,1,6076,0,-1923.3,-3051.55,91.7917,4.41395,275,3,0,356,0,1,0,0,0),(19467,3245,1,1,1,6076,0,-1921.79,-3407.42,59.1523,2.61469,275,20,0,356,0,1,0,0,0),(19466,3245,1,1,1,6076,0,-1725.84,-2956.03,82.7262,6.05705,275,20,0,356,0,1,0,0,0),(19465,3245,1,1,1,6076,0,-1587.62,-2618.73,95.2426,2.50913,275,20,0,356,0,1,0,0,0),(19464,3501,1,1,1,4261,1,-637.638,-3168.65,92.1815,4.52572,275,5,0,3048,0,1,0,0,0),(19463,3245,1,1,1,6076,0,-1630.35,-2882.39,92.8528,0.327923,275,20,0,356,0,1,0,0,0),(19462,3245,1,1,1,6076,0,-1944.01,-2949.78,93.4196,3.25311,275,20,0,356,0,1,0,0,0),(19461,3245,1,1,1,6076,0,-1886.76,-3255.44,79.2012,5.00385,275,20,0,356,0,1,0,0,0),(19460,3245,1,1,1,6076,0,-1614.17,-2984.96,91.7541,6.18846,275,20,0,356,0,1,0,0,0),(19459,3245,1,1,1,6076,0,-1913.39,-3168.09,94.8733,0.212732,275,20,0,356,0,1,0,0,0),(19458,3245,1,1,1,6076,0,-1618.31,-2794.12,92.0103,4.55234,275,20,0,356,0,1,0,0,0),(19457,3245,1,1,1,6076,0,1191.26,-3050.24,94.9832,5.00147,275,20,0,356,0,1,0,0,0),(19456,3245,1,1,1,6076,0,-585.266,-3391.1,94.1935,5.86849,275,20,0,356,0,1,0,0,0),(19455,3245,1,1,1,6076,0,-653.398,-3402.07,93.1078,4.80234,275,20,0,356,0,1,0,0,0),(19454,3245,1,1,1,6076,0,-1809.86,-2875.17,90.9698,0.910096,275,20,0,356,0,1,0,0,0),(19453,3245,1,1,1,6076,0,-523.222,-3418.53,92.2951,4.25749,275,20,0,356,0,1,0,0,0),(19452,3245,1,1,1,6076,0,-627.424,-3444.87,92.5167,5.34258,275,20,0,356,0,1,0,0,0),(19451,3245,1,1,1,6076,0,-1746.31,-2921.34,92.0842,2.14311,275,20,0,356,0,1,0,0,0),(19450,3245,1,1,1,6076,0,-1681.72,-2783.78,95.6263,0.625934,275,20,0,356,0,1,0,0,0),(19449,3245,1,1,1,6076,0,-1647.4,-3038.19,91.7078,4.4789,275,20,0,356,0,1,0,0,0),(19448,3245,1,1,1,6076,0,-1513.62,-2425.82,92.2935,3.17248,275,20,0,356,0,1,0,0,0),(19447,3245,1,1,1,6076,0,-1846.46,-3005.51,91.7946,4.82003,275,20,0,356,0,1,0,0,0),(19446,3245,1,1,1,6076,0,-1888.81,-3289.7,74.5631,0.872555,275,20,0,356,0,1,0,0,0),(19445,3245,1,1,1,6076,0,-1685.14,-2381.05,92.2221,1.57666,275,20,0,356,0,1,0,0,0),(19444,3245,1,1,1,6076,0,-1691.92,-2807.82,94.7584,2.26079,275,20,0,356,0,1,0,0,0),(19443,3245,1,1,1,6076,0,-1789.44,-2911.67,94.2885,4.42956,275,20,0,356,0,1,0,0,0),(19442,3245,1,1,1,6076,0,-1656.4,-2412.24,83.1582,3.1455,275,20,0,356,0,1,0,0,0),(19441,3245,1,1,1,6076,0,-1660.83,-2826.03,94.2088,3.83332,275,20,0,356,0,1,0,0,0),(19440,3245,1,1,1,6076,0,-1653.79,-3055.37,91.7078,0.986571,275,20,0,356,0,1,0,0,0),(19439,3245,1,1,1,6076,0,-1884.14,-2817.39,91.7917,2.12102,275,20,0,356,0,1,0,0,0),(19438,3501,1,1,1,4263,1,37.554,-2684.38,104.19,3.793,275,0,0,3048,0,2,0,0,0),(19437,3245,1,1,1,6076,0,-1566.82,-2710.32,90.8903,0.324223,275,20,0,356,0,1,0,0,0),(19436,3245,1,1,1,6076,0,-1575.61,-2490.44,96.098,1.89259,275,20,0,356,0,1,0,0,0),(19435,3245,1,1,1,6076,0,-1655.4,-2339.75,86.538,3.10654,275,20,0,356,0,1,0,0,0),(19434,3245,1,1,1,6076,0,-1586.84,-2351.09,94.6711,2.50884,275,20,0,356,0,1,0,0,0),(19433,3501,1,1,1,4262,1,-563.006,-2641.88,96.6191,2.94961,275,0,0,3048,0,0,0,0,0),(19432,3501,1,1,1,4261,1,-360.861,-2510.39,96.358,1.41372,275,0,0,3048,0,0,0,0,0),(19431,3245,1,1,1,6076,0,-1424.28,-2149.91,93.7425,3.081,275,20,0,356,0,1,0,0,0),(19430,3501,1,1,1,4264,1,-489.249,-2696.96,96.0185,4.41568,275,0,0,3048,0,0,0,0,0),(19429,3501,1,1,1,4264,1,-473.183,-2579.27,96.922,2.3911,275,3,0,3048,0,1,0,0,0),(19428,3501,1,1,1,4263,1,-638.654,-3241.76,98.5006,4.34587,275,0,0,3048,0,0,0,0,0),(19427,3245,1,1,1,6076,0,-1992.24,-3413.41,56.0703,3.62707,275,3,0,356,0,1,0,0,0),(19426,3245,1,1,1,6076,0,-1619.07,-3586.71,93.5417,4.83353,275,20,0,356,0,1,0,0,0),(19425,3501,1,1,1,4263,1,-519.717,-2604.89,111.604,2.46091,275,0,0,3048,0,0,0,0,0),(19424,3501,1,1,1,4261,1,-491.367,-2597.48,127.857,2.25148,275,0,0,3048,0,0,0,0,0),(19423,3501,1,1,1,4261,1,-460.392,-2633.77,96.2673,5.5676,275,0,0,3048,0,0,0,0,0),(19422,3501,1,1,1,4264,1,-520.553,-3151.21,95.8013,1.59159,275,0,0,3048,0,2,0,0,0),(19421,3501,1,1,1,4263,1,-469.521,-2707.71,96.0828,4.13643,275,0,0,3048,0,0,0,0,0),(19420,3245,1,1,1,6076,0,-1754.28,-2317.78,92.6101,2.83783,275,20,0,356,0,1,0,0,0),(19419,3245,1,1,1,6076,0,-1314.88,-2016.97,92.6463,4.51954,275,20,0,356,0,1,0,0,0),(19418,3245,1,1,1,6076,0,-1773.17,-2416.84,93.9029,0.001953,275,20,0,356,0,1,0,0,0),(19417,3245,1,1,1,6076,0,-1775.31,-3351.16,93.5317,5.73741,275,20,0,356,0,1,0,0,0),(19416,3245,1,1,1,6076,0,684.983,-1892.89,91.7917,5.0608,275,20,0,356,0,1,0,0,0),(19415,3501,1,1,1,4263,1,-368.703,-2687.96,95.9274,0.174533,275,0,0,3048,0,0,0,0,0),(19414,3501,1,1,1,4261,1,-464.014,-2653.52,95.7865,3.11272,275,0,0,3048,0,0,0,0,0),(19413,3501,1,1,1,4261,1,-362.254,-2673.82,95.8604,6.19592,275,0,0,3048,0,0,0,0,0),(19412,3501,1,1,1,4263,1,55.2058,-2695.69,92.1666,4.34587,275,0,0,3048,0,0,0,0,0),(19411,3501,1,1,1,4261,1,-612.982,-3165.7,92.4068,6.25525,275,0,0,3048,0,2,0,0,0),(19410,3245,1,1,1,6076,0,-1588.19,-2417.66,89.9275,3.14355,275,20,0,356,0,1,0,0,0),(19409,3245,1,1,1,6076,0,-1366.82,-2204.62,91.7944,2.35352,275,20,0,356,0,1,0,0,0),(19408,3245,1,1,1,6076,0,-1720.3,-3383.92,94.5063,2.60184,275,20,0,356,0,1,0,0,0),(19407,3245,1,1,1,6076,0,579.154,-1855.91,91.7917,4.25233,275,20,0,356,0,1,0,0,0),(19406,3245,1,1,1,6076,0,614.986,-1899.28,92.2614,4.56137,275,20,0,356,0,1,0,0,0),(19405,3245,1,1,1,6076,0,564.256,-1884.37,91.9073,6.12125,275,20,0,356,0,1,0,0,0),(19404,3245,1,1,1,6076,0,448.676,-1843.56,92.0415,1.99516,275,20,0,356,0,1,0,0,0),(19403,3501,1,1,1,4263,1,-638.53,-3245.05,98.5006,2.32129,275,0,0,3048,0,0,0,0,0),(19402,3501,1,1,1,4263,1,-36.9096,-2614.24,97.1546,2.58309,275,0,0,3048,0,0,0,0,0),(19401,3501,1,1,1,4261,1,-2375.96,-1881.78,95.9206,2.54407,275,5,0,3048,0,1,0,0,0),(19400,3501,1,1,1,4263,1,-2323.01,-1945.34,96.1185,3.29867,275,0,0,3048,0,0,0,0,0),(19399,3501,1,1,1,4264,1,-2329.74,-1928.61,96.3543,3.54302,275,0,0,3048,0,0,0,0,0),(19398,3245,1,1,1,6076,0,-1585.98,-3009.75,92.654,4.53184,275,20,0,356,0,1,0,0,0),(19397,3245,1,1,1,6076,0,-1725.73,-3067.9,94.8733,1.13075,275,20,0,356,0,1,0,0,0),(19396,3245,1,1,1,6076,0,-1744.73,-2459.17,93.18,4.81697,275,20,0,356,0,1,0,0,0),(19395,3245,1,1,1,6076,0,872.096,-3549.11,92.4784,6.20304,275,20,0,356,0,1,0,0,0),(19394,3245,1,1,1,6076,0,1082.64,-3412.18,91.7718,1.78327,275,20,0,356,0,1,0,0,0),(19393,3245,1,1,1,6076,0,-617.733,-3567.15,91.789,4.66127,275,20,0,356,0,1,0,0,0),(19392,3245,1,1,1,6076,0,-716.178,-3547.87,94.164,2.26054,275,20,0,356,0,1,0,0,0),(19391,3245,1,1,1,6076,0,779.084,-2113.82,92.0468,0.105644,275,20,0,356,0,1,0,0,0),(19390,3245,1,1,1,6076,0,541.765,-1974.88,92.0417,4.379,275,20,0,356,0,1,0,0,0),(19389,3245,1,1,1,6076,0,718.41,-2244.98,92.9167,2.27864,275,20,0,356,0,1,0,0,0),(19388,3245,1,1,1,6076,0,708.166,-1961.4,92.1205,1.38709,275,20,0,356,0,1,0,0,0),(19387,3501,1,1,1,4263,1,-1136.72,-2508.24,95.8779,1.55334,275,0,0,3048,0,0,0,0,0),(19386,3501,1,1,1,4264,1,-1137.43,-2506.25,95.9139,5.32325,275,0,0,3048,0,0,0,0,0),(19385,3501,1,1,1,4263,1,-2355.06,-1955.56,96.2825,0.352528,275,0,0,3048,0,2,0,0,0),(19384,3501,1,1,1,4263,1,-2255.18,-1925.35,92.262,5.26592,275,3,0,3048,0,1,0,0,0),(19383,3501,1,1,1,4262,1,-2345.46,-2045.34,96.9655,5.93412,275,0,0,3048,0,0,0,0,0),(19382,3501,1,1,1,4263,1,-2381.58,-1983.14,91.75,4.34978,275,0,0,3048,0,0,0,0,0),(19381,3501,1,1,1,4262,1,-2337.57,-1881.42,96.1493,0.554303,275,3,0,3048,0,1,0,0,0),(19380,3501,1,1,1,4263,1,-2448.33,-2063.47,96.7391,3.29867,275,0,0,3048,0,0,0,0,0),(19379,3501,1,1,1,4261,1,-2298.58,-1972.59,92.6757,0.997553,275,0,0,3048,0,0,0,0,0),(19378,3245,1,1,1,6076,0,-1822.98,-2991.38,92.2917,3.17204,275,20,0,356,0,1,0,0,0),(19377,3245,1,1,1,6076,0,-1858.24,-2891.38,91.7843,0.107841,275,20,0,356,0,1,0,0,0),(19376,3245,1,1,1,6076,0,-186.409,-1224.43,73.7546,4.95038,275,20,0,356,0,1,0,0,0),(19375,3245,1,1,1,6076,0,-57.5312,-1421.78,91.9601,2.23039,275,20,0,356,0,1,0,0,0),(19374,3245,1,1,1,6076,0,-269.229,-1229.43,74.7836,2.13335,275,20,0,356,0,1,0,0,0),(19373,3245,1,1,1,6076,0,-306.329,-1152.27,58.8994,0.424554,275,20,0,356,0,1,0,0,0),(19372,3245,1,1,1,6076,0,1035.74,-3452.58,89.3457,6.04871,275,20,0,356,0,1,0,0,0),(19371,3245,1,1,1,6076,0,952.511,-3536.9,94.0976,1.64113,275,20,0,356,0,1,0,0,0),(19370,3245,1,1,1,6076,0,1077.24,-3284.27,91.7917,5.5438,275,20,0,356,0,1,0,0,0),(19369,3245,1,1,1,6076,0,1251.53,-3053.21,91.7917,5.36198,275,20,0,356,0,1,0,0,0),(19368,3245,1,1,1,6076,0,1156.88,-3365.88,91.8132,2.09847,275,20,0,356,0,1,0,0,0),(19367,3245,1,1,1,6076,0,1178.61,-3181.93,91.6954,0.620108,275,20,0,356,0,1,0,0,0),(19366,3245,1,1,1,6076,0,-463.209,-3575.34,91.9708,1.06509,275,3,0,356,0,1,0,0,0),(19365,3245,1,1,1,6076,0,571.833,-1970.33,91.9076,5.20071,275,20,0,356,0,1,0,0,0),(19364,3245,1,1,1,6076,0,615.799,-1762.88,92.0452,4.97409,275,20,0,356,0,1,0,0,0),(19363,3245,1,1,1,6076,0,456.108,-1983.16,91.7917,6.08594,275,20,0,356,0,1,0,0,0),(19362,3501,1,1,1,4261,1,-427.917,-2614.91,95.6968,0.743198,275,0,0,3048,0,2,0,0,0),(19361,3501,1,1,1,4262,1,-39.0541,-2612.88,97.6059,0.314159,275,0,0,3048,0,0,0,0,0),(19360,3501,1,1,1,4261,1,-338.381,-2511.7,96.505,1.50098,275,0,0,3048,0,0,0,0,0),(19359,3501,1,1,1,4261,1,-2381.05,-1933.04,96.2096,0.087266,275,0,0,3048,0,0,0,0,0),(19358,3501,1,1,1,4264,1,-2344.57,-1979.63,97.6158,0.698132,275,0,0,3048,0,0,0,0,0),(19357,3501,1,1,1,4264,1,-2318.19,-2004.06,95.7993,0.56874,275,3,0,3048,0,1,0,0,0),(19356,3501,1,1,1,4264,1,-2383.25,-1909.64,96.1506,0.017453,275,0,0,3048,0,0,0,0,0),(19355,3501,1,1,1,4262,1,260.821,-3677.48,48.242,6.24828,275,0,0,3048,0,0,0,0,0),(19354,3501,1,1,1,4263,1,241.441,-3647.17,29.5914,4.74762,275,3,0,3048,0,1,0,0,0),(19353,3501,1,1,1,4262,1,284.836,-3701.61,25.1519,2.39355,275,3,0,3048,0,1,0,0,0),(19352,3501,1,1,1,4264,1,286.959,-3615,29.5743,5.4207,275,3,0,3048,0,1,0,0,0),(19341,3501,1,1,1,4263,1,296.124,-3664.75,27.433,5.81195,275,0,0,3048,0,0,0,0,0),(19340,3501,1,1,1,4262,1,210.779,-3689.37,26.6844,1.37935,275,5,0,3048,0,1,0,0,0),(19339,3245,1,1,1,6076,0,-1611.85,-2724.7,92.2263,4.82161,275,20,0,356,0,1,0,0,0),(19338,3245,1,1,1,6076,0,-1689.54,-3559.95,92.4252,3.47994,275,2,0,356,0,1,0,0,0),(19337,3245,1,1,1,6076,0,-1714.3,-3656.39,79.9028,4.6753,275,20,0,356,0,1,0,0,0),(19336,3245,1,1,1,6076,0,-74.7665,-1312.25,88.2957,0.105236,275,20,0,356,0,1,0,0,0),(19335,3245,1,1,1,6076,0,-147.894,-1258.05,77.5203,2.95923,275,20,0,356,0,1,0,0,0),(19334,3245,1,1,1,6076,0,719.14,-3595.32,90.7978,2.42534,275,20,0,356,0,1,0,0,0),(19333,3245,1,1,1,6076,0,-676.544,-3509.85,91.789,2.90711,275,20,0,356,0,1,0,0,0),(19332,3245,1,1,1,6076,0,-548.265,-3529.37,91.789,1.49304,275,20,0,356,0,1,0,0,0),(19331,3245,1,1,1,6076,0,626.159,-2006.1,93.5295,5.85964,275,20,0,356,0,1,0,0,0),(19330,3245,1,1,1,6076,0,722.367,-2118.14,92.319,3.28073,275,20,0,356,0,1,0,0,0),(19329,3245,1,1,1,6076,0,578.878,-1642.39,91.8441,1.93456,275,20,0,356,0,1,0,0,0),(19328,3245,1,1,1,6076,0,694.626,-1938.59,91.7917,0.808779,275,20,0,356,0,1,0,0,0),(19327,3245,1,1,1,6076,0,529.219,-1644.92,91.7917,0.401046,275,20,0,356,0,1,0,0,0),(19326,3501,1,1,1,4262,1,-36.2145,-2621.09,97.8016,5.48033,275,0,0,3048,0,0,0,0,0),(15374,2375,0,1,1,3617,1,-1221.46,112.739,-6.49664,0.243338,300,10,0,950,0,1,0,0,0),(7135,2892,0,1,1,722,1,-6619.78,-3717.98,268.609,1.46015,300,3,0,1257,1142,1,0,0,0),(7134,2743,0,1,1,4936,1,-6319.32,-3089.9,301.113,2.85956,300,0,0,1604,0,0,0,0,0),(7133,2742,0,1,1,4935,1,-6349.88,-3065.45,311.712,2.63188,300,0,0,1305,1186,0,0,0,0),(7132,2732,0,1,1,1055,0,-6666.72,-2869.63,242.187,5.76622,300,10,0,1604,0,1,0,0,0),(7131,2742,0,1,1,4935,1,-6318.37,-3084.75,301.112,3.54614,300,0,0,1305,1186,0,0,0,0),(7130,2743,0,1,1,4936,1,-6316.69,-3090.41,310.833,2.15632,300,0,0,1604,0,2,0,0,0),(7129,2726,0,1,1,9586,0,-6719.14,-4077.69,264.231,3.3728,600,10,0,5148,0,1,0,0,0),(19325,3501,1,1,1,4261,1,-570.746,-2662.71,96.6224,2.9147,275,0,0,3048,0,0,0,0,0),(19324,3244,1,1,1,178,0,20.8883,-2848.81,91.7917,1.52979,275,20,0,222,0,1,0,0,0),(19323,3244,1,1,1,178,0,-29.8544,-2994.61,93.9193,5.83595,275,20,0,222,0,1,0,0,0),(19322,3244,1,1,1,178,0,-152.504,-2719.85,91.917,2.67822,275,20,0,222,0,1,0,0,0),(19321,3244,1,1,1,178,0,-608.303,-2818.67,91.9382,6.1854,275,20,0,222,0,1,0,0,0),(19320,3244,1,1,1,178,0,-656.102,-2741.98,94.2334,1.38797,275,20,0,222,0,1,0,0,0),(19319,3244,1,1,1,178,0,-382.253,-2811.59,93.1771,1.31328,275,0,0,222,0,0,0,0,0),(19318,3244,1,1,1,178,0,-588.943,-2783.5,91.8543,3.21777,275,20,0,222,0,1,0,0,0),(19317,3244,1,1,1,178,0,-577.414,-2783.12,91.986,3.21662,275,20,0,222,0,1,0,0,0),(8447,4401,1,1,1,2426,0,-4246.27,-3842.73,-12.7999,0.977384,360,0,0,1403,0,0,0,0,0),(8446,4404,1,1,1,2600,0,-4309.18,-3926.11,-2.03914,4.95899,360,5,0,1211,1067,1,0,0,0),(8445,4401,1,1,1,2426,0,-3337.4,-3562.45,7.25181,4.41632,360,5,0,1403,0,1,0,0,0),(8444,4389,1,1,1,2601,0,-3483.61,-3537.7,-4.21832,3.78546,360,5,0,1532,0,1,0,0,0),(8024,4389,1,1,1,2601,0,-3409.19,-3761.68,-14.4791,3.34767,360,5,0,1532,0,1,0,0,0),(19315,3244,1,1,1,178,0,-253.85,-2215.91,95.9166,2.61149,275,20,0,222,0,1,0,0,0),(19314,3244,1,1,1,178,0,-435.188,-2406.61,91.866,0.565139,275,20,0,222,0,1,0,0,0),(19313,3244,1,1,1,178,0,-538.091,-2547.04,92.0397,6.25585,275,20,0,222,0,1,0,0,0),(19312,3244,1,1,1,178,0,-609.21,-2560.76,92.0876,1.42393,275,20,0,222,0,1,0,0,0),(19311,3244,1,1,1,178,0,-402.77,-2384.15,91.7917,3.37519,275,20,0,222,0,1,0,0,0),(19310,3244,1,1,1,178,0,-354.593,-2300.66,92.0415,1.2746,275,20,0,222,0,1,0,0,0),(19309,3244,1,1,1,178,0,-456.936,-2348.36,95.0785,2.49614,275,20,0,222,0,1,0,0,0),(19308,3244,1,1,1,178,0,-322.808,-2262.81,94.3089,2.32582,275,20,0,222,0,1,0,0,0),(19307,3244,1,1,1,178,0,-637.863,-2521.08,92.0571,5.28718,275,20,0,222,0,1,0,0,0),(19306,3244,1,1,1,178,0,-381.601,-2349.29,94.4447,6.09829,275,20,0,222,0,1,0,0,0),(19305,3244,1,1,1,178,0,-219.291,-2250.71,93.5758,3.081,275,20,0,222,0,1,0,0,0),(19304,3244,1,1,1,178,0,-175.34,-2300.68,92.1467,4.24869,275,20,0,222,0,1,0,0,0),(19303,3244,1,1,1,178,0,-513.477,-2753.05,92.6252,2.63421,275,20,0,222,0,1,0,0,0),(19302,3244,1,1,1,178,0,-456.468,-2479.18,93.7917,2.59009,275,20,0,222,0,1,0,0,0),(19301,3244,1,1,1,178,0,-250.724,-2547.6,93.9381,0.481783,275,20,0,222,0,1,0,0,0),(19300,3244,1,1,1,178,0,-266.939,-2514.56,93.158,6.1084,275,20,0,222,0,1,0,0,0),(19299,3244,1,1,1,178,0,-483.082,-2478.66,92.7354,5.99552,275,20,0,222,0,1,0,0,0),(19298,3244,1,1,1,178,0,-249.685,-2616.93,95.0417,3.08445,275,15,0,222,0,1,0,0,0),(19297,3244,1,1,1,178,0,-314.853,-2842.29,93.7917,5.20154,275,20,0,222,0,1,0,0,0),(19296,3244,1,1,1,178,0,-280.13,-2583.8,92.0803,3.28219,275,20,0,222,0,1,0,0,0),(19295,3244,1,1,1,178,0,-278.293,-2849.72,93.7937,4.22427,275,20,0,222,0,1,0,0,0),(19294,3244,1,1,1,178,0,-217.666,-2649.28,93.6223,2.59729,275,20,0,222,0,1,0,0,0),(19293,3244,1,1,1,178,0,-213.838,-2710.89,95.2506,0.365622,275,20,0,222,0,1,0,0,0),(19292,3244,1,1,1,178,0,-454.268,-2779.54,91.938,5.4874,275,20,0,222,0,1,0,0,0),(19291,3244,1,1,1,178,0,-184.959,-2749.26,94.2697,5.41413,275,20,0,222,0,1,0,0,0),(19290,3244,1,1,1,178,0,-442.724,-2760.33,92.1556,3.60009,275,20,0,222,0,1,0,0,0),(19289,3244,1,1,1,178,0,-448.886,-2808.63,92.4574,5.70221,275,20,0,222,0,1,0,0,0),(19288,3244,1,1,1,178,0,-116.946,-2287.35,92.2658,1.04974,275,20,0,222,0,1,0,0,0),(19287,3244,1,1,1,178,0,-116.015,-2216.02,91.7917,5.73522,275,20,0,222,0,1,0,0,0),(19286,3244,1,1,1,178,0,-293.082,-2722.95,93.1666,1.84784,275,20,0,222,0,1,0,0,0),(19285,3244,1,1,1,178,0,143.018,-2682.82,91.7917,3.82052,275,20,0,222,0,1,0,0,0),(19284,3244,1,1,1,178,0,-642.691,-2479.56,91.9275,5.7813,275,20,0,222,0,1,0,0,0),(19283,3244,1,1,1,178,0,14.3014,-2749.11,91.9469,2.05697,275,20,0,222,0,1,0,0,0),(19282,3244,1,1,1,178,0,-571.058,-2749.14,91.9513,4.7289,275,20,0,222,0,1,0,0,0),(19281,3244,1,1,1,178,0,676.449,-2485.79,93.8301,3.12597,275,20,0,222,0,1,0,0,0),(19280,3244,1,1,1,178,0,124.567,-2856.88,91.9688,4.66296,275,20,0,222,0,1,0,0,0),(19279,3244,1,1,1,178,0,27.0132,-2292.59,91.7916,4.23067,275,20,0,222,0,1,0,0,0),(19278,3244,1,1,1,178,0,663.192,-2173.58,91.7917,0.517929,275,20,0,222,0,1,0,0,0),(19277,3244,1,1,1,178,0,75.1716,-2349.43,91.9846,3.2217,275,20,0,222,0,1,0,0,0),(19276,3244,1,1,1,178,0,-11.9211,-2338.44,91.9273,4.26706,275,20,0,222,0,1,0,0,0),(19275,3244,1,1,1,178,0,628.244,-2215.93,92.5931,0.052788,275,20,0,222,0,1,0,0,0),(19274,3244,1,1,1,178,0,645.74,-2370.83,91.801,1.929,275,20,0,222,0,1,0,0,0),(19271,3244,1,1,1,178,0,681.711,-2425.26,94.3049,0.749504,275,20,0,222,0,1,0,0,0),(19270,3244,1,1,1,178,0,-117.505,-2716.85,94.167,1.41057,275,20,0,222,0,1,0,0,0),(19269,3244,1,1,1,178,0,52.3269,-2618.76,93.1268,5.28261,275,20,0,222,0,1,0,0,0),(19268,3244,1,1,1,178,0,29.0293,-2921.85,92.9143,6.03252,275,20,0,222,0,1,0,0,0),(19267,3244,1,1,1,178,0,98.1751,-2632.54,95.2086,3.87586,275,20,0,222,0,1,0,0,0),(19266,3244,1,1,1,178,0,607.008,-2165.83,91.7917,4.19951,275,20,0,222,0,1,0,0,0),(19265,3244,1,1,1,178,0,579.193,-2517.54,98.151,3.49053,275,20,0,222,0,1,0,0,0),(19264,3244,1,1,1,178,0,352.191,-2547.06,92.6201,1.64308,275,20,0,222,0,1,0,0,0),(19263,3244,1,1,1,178,0,352.574,-2616.9,91.7917,5.62557,275,20,0,222,0,1,0,0,0),(19262,3244,1,1,1,178,0,444.732,-2567.83,91.9551,2.07015,275,20,0,222,0,1,0,0,0),(19261,3244,1,1,1,178,0,301.432,-2587.69,93.6759,3.10255,275,20,0,222,0,1,0,0,0),(19260,3244,1,1,1,178,0,417.112,-2552.98,91.7947,3.78078,275,20,0,222,0,1,0,0,0),(19259,3244,1,1,1,178,0,388.584,-2576.46,92.2073,0.960844,275,20,0,222,0,1,0,0,0),(19258,3244,1,1,1,178,0,473.53,-2563.14,92.1667,3.72113,275,20,0,222,0,1,0,0,0),(19257,3244,1,1,1,178,0,55.7201,-2578.83,92.2086,2.97103,275,10,0,222,0,1,0,0,0),(19256,3244,1,1,1,178,0,143.733,-2730.65,93.1797,0.771587,275,20,0,222,0,1,0,0,0),(19255,3244,1,1,1,178,0,54.4457,-2850.36,95.9167,0.653384,275,20,0,222,0,1,0,0,0),(19254,3244,1,1,1,178,0,55.8839,-2314.47,92.9437,4.23127,275,3,0,222,0,1,0,0,0),(19253,3244,1,1,1,178,0,-8.13287,-3040.68,91.7989,4.57955,275,20,0,222,0,1,0,0,0),(19252,3244,1,1,1,178,0,560.626,-2543.19,97.4936,0.013671,275,20,0,222,0,1,0,0,0),(19251,3244,1,1,1,178,0,153.168,-2609.06,91.7917,6.22516,275,20,0,222,0,1,0,0,0),(19250,3244,1,1,1,178,0,74.2344,-2375.3,91.7916,0.297273,275,3,0,222,0,1,0,0,0),(19249,3244,1,1,1,178,0,-619.282,-2752.73,93.185,2.03444,275,20,0,222,0,1,0,0,0),(19248,3244,1,1,1,178,0,121.622,-2585.78,91.7917,6.02309,275,20,0,222,0,1,0,0,0),(19247,3244,1,1,1,178,0,295.859,-2532.86,91.7917,5.28944,275,20,0,222,0,1,0,0,0),(19246,3244,1,1,1,178,0,-84.7215,-3004.83,92.2295,4.87914,275,3,0,222,0,1,0,0,0),(19245,3244,1,1,1,178,0,-557.41,-2906.58,92.0748,4.73192,275,20,0,222,0,1,0,0,0),(19244,3244,1,1,1,178,0,683.484,-2198.78,93.4233,1.5747,275,20,0,222,0,1,0,0,0),(19243,3244,1,1,1,178,0,582.224,-2251.04,91.7917,4.01427,275,3,0,222,0,1,0,0,0),(19242,3244,1,1,1,178,0,-79.25,-2315.29,91.7917,0.836314,275,20,0,222,0,1,0,0,0),(19241,3244,1,1,1,178,0,192.102,-2666.18,91.7917,1.67746,275,20,0,222,0,1,0,0,0),(19240,3244,1,1,1,178,0,-55.5197,-2308.82,91.7917,4.24095,275,20,0,222,0,1,0,0,0),(19239,3244,1,1,1,178,0,-354.581,-2774.03,91.8027,0.286428,275,20,0,222,0,1,0,0,0),(19238,3244,1,1,1,178,0,16.8778,-2326.3,91.7916,1.56944,275,20,0,222,0,1,0,0,0),(19237,3244,1,1,1,178,0,284.541,-2628.22,92.863,4.73582,275,20,0,222,0,1,0,0,0),(19236,3244,1,1,1,178,0,683.659,-2297.24,92.9588,4.47073,275,20,0,222,0,1,0,0,0),(19235,3244,1,1,1,178,0,643.574,-2243.32,93.0003,3.40219,275,20,0,222,0,1,0,0,0),(19234,3244,1,1,1,178,0,-343.969,-2836.87,93.1528,4.51768,275,20,0,222,0,1,0,0,0),(19233,3244,1,1,1,178,0,242.299,-2658.31,92.9175,0.746784,275,20,0,222,0,1,0,0,0),(19232,3244,1,1,1,178,0,655.029,-2512.22,92.1173,0.436065,275,20,0,222,0,1,0,0,0),(19231,3244,1,1,1,178,0,78.4927,-2739.53,92.7929,4.35123,275,20,0,222,0,1,0,0,0),(19230,3244,1,1,1,178,0,110.839,-2777.87,94.958,2.66667,275,20,0,222,0,1,0,0,0),(19221,10668,1,1,1,10004,0,-1787.19,-2375.77,91.7681,2.77507,275,0,0,356,0,0,0,0,0),(18991,3244,1,1,1,178,0,-29.0348,-2380.38,91.7916,2.59302,275,20,0,222,0,1,0,0,0),(18674,3243,1,1,1,1973,0,-159.247,-2620.84,94.8115,3.10441,275,0,0,247,0,0,0,0,0),(18673,3243,1,1,1,1973,0,217.609,-2514.34,91.7917,1.40789,275,0,0,247,0,0,0,0,0),(18672,3243,1,1,1,1973,0,543.496,-2455.2,91.7917,2.11365,275,0,0,247,0,0,0,0,0),(18671,3243,1,1,1,1973,0,-447.254,-2944.39,91.7917,2.02787,275,0,0,247,0,0,0,0,0),(18670,3243,1,1,1,1973,0,-437.085,-2984.75,91.7917,0.905635,275,0,0,247,0,0,0,0,0),(18669,3243,1,1,1,1973,0,527.802,-2407.71,91.7917,1.86295,275,0,0,247,0,0,0,0,0),(18668,3499,1,1,1,7099,1,-1002.08,-3652.37,20.1183,3.10669,275,0,0,573,0,0,0,0,0),(18667,3242,1,1,1,6087,0,-741.331,-2716.33,92.7916,1.46516,275,5,0,273,0,1,0,0,0),(18666,3242,1,1,1,6087,0,-948.884,-2651.79,91.9469,4.6831,275,5,0,273,0,1,0,0,0),(18665,3242,1,1,1,6087,0,154.062,-3549.67,28.7943,0.222806,275,5,0,273,0,1,0,0,0),(18664,3242,1,1,1,6087,0,-948.796,-2914.72,91.7917,3.35111,275,5,0,273,0,1,0,0,0),(18663,3242,1,1,1,6087,0,94.0585,-3703.99,24.7733,2.69978,275,5,0,273,0,1,0,0,0),(18662,3242,1,1,1,6087,0,149.272,-3149.3,91.5578,5.2227,275,5,0,273,0,1,0,0,0),(18661,3242,1,1,1,6087,0,-822.744,-2774.66,93.5709,2.34316,275,5,0,273,0,1,0,0,0),(18660,3242,1,1,1,6087,0,-654.371,-3051.2,92.1286,4.2898,275,5,0,273,0,1,0,0,0),(18659,3242,1,1,1,6087,0,-693.865,-2523.85,93.9181,4.08919,275,5,0,273,0,1,0,0,0),(18658,3242,1,1,1,6087,0,-854.425,-2627.99,91.7916,4.4327,275,5,0,273,0,1,0,0,0),(18657,3242,1,1,1,6087,0,-949.719,-2568.7,92.2246,1.56689,275,5,0,273,0,1,0,0,0),(18656,3242,1,1,1,6087,0,-921.57,-2851.32,93.624,0.023433,275,5,0,273,0,1,0,0,0),(18655,3242,1,1,1,6087,0,-619.528,-2847.89,92.2137,5.9053,275,5,0,273,0,1,0,0,0),(18654,3242,1,1,1,6087,0,-785.721,-2784.88,93.9055,3.23282,275,5,0,273,0,1,0,0,0),(18653,3242,1,1,1,6087,0,-872.211,-2783.13,92.2464,3.96847,275,5,0,273,0,1,0,0,0),(18652,3242,1,1,1,6087,0,-758.953,-2880.45,91.8078,3.06204,275,5,0,273,0,1,0,0,0),(18651,3242,1,1,1,6087,0,-887.157,-2585.03,92.7916,3.74725,275,5,0,273,0,1,0,0,0),(18650,3242,1,1,1,6087,0,143.32,-3418.35,30.8146,5.72726,275,5,0,273,0,1,0,0,0),(18649,3242,1,1,1,6087,0,-648.932,-1816.67,92.3153,3.14049,275,5,0,273,0,1,0,0,0),(18648,3242,1,1,1,6087,0,-692.262,-2923.54,98.2796,3.22849,275,5,0,273,0,1,0,0,0),(18647,3242,1,1,1,6087,0,-914.766,-2750.99,93.4983,4.89114,275,5,0,273,0,1,0,0,0),(18646,3242,1,1,1,6087,0,-803.939,-2512.26,93.6714,0.236062,275,5,0,273,0,1,0,0,0),(18645,3242,1,1,1,6087,0,-927.376,-2729.25,92.3432,3.99741,275,5,0,273,0,1,0,0,0),(18644,3242,1,1,1,6087,0,-714.006,-3026.78,95.8795,4.16735,275,5,0,273,0,1,0,0,0),(18581,3242,1,1,1,6087,0,-846.127,-2686.71,93.1633,5.08854,275,5,0,273,0,1,0,0,0),(18573,3242,1,1,1,6087,0,-790.805,-2628.3,92.5417,4.4449,275,5,0,273,0,1,0,0,0),(18572,3242,1,1,1,6087,0,-944.52,-2530.24,93.5417,5.10686,275,5,0,273,0,1,0,0,0),(18571,3242,1,1,1,6087,0,-996.521,-2736.57,91.7943,2.37705,275,5,0,273,0,1,0,0,0),(18570,3242,1,1,1,6087,0,-871.975,-2641.52,92.4159,1.82335,275,5,0,273,0,1,0,0,0),(18569,3242,1,1,1,6087,0,-938.801,-2617.26,92.1368,3.05971,275,5,0,273,0,1,0,0,0),(18568,3242,1,1,1,6087,0,-877.102,-2281.44,92.0448,6.15442,275,5,0,273,0,1,0,0,0),(18567,3242,1,1,1,6087,0,-743.003,-2656.82,91.7917,1.86317,275,5,0,273,0,1,0,0,0),(18566,3242,1,1,1,6087,0,-621.323,-1902.42,92.3669,2.01522,275,5,0,273,0,1,0,0,0),(18565,3242,1,1,1,6087,0,-114.273,-1952.4,94.7348,2.28888,275,5,0,273,0,1,0,0,0),(18564,3242,1,1,1,6087,0,26.742,-1654.67,91.9788,3.36154,275,5,0,273,0,1,0,0,0),(18563,3242,1,1,1,6087,0,-150.117,-1712.22,93.1246,1.29394,275,5,0,273,0,1,0,0,0),(18562,3242,1,1,1,6087,0,14.3391,-1680.3,91.7751,5.44543,275,0,0,273,0,0,0,0,0),(18561,3242,1,1,1,6087,0,-814.855,-2312.53,93.5882,5.81141,275,5,0,273,0,1,0,0,0),(18560,3242,1,1,1,6087,0,-847.427,-2376.01,91.7917,4.73026,275,5,0,273,0,1,0,0,0),(18559,3242,1,1,1,6087,0,-915.453,-2395.39,92.7853,3.83433,275,5,0,273,0,1,0,0,0),(18558,3242,1,1,1,6087,0,-283.131,-1749.75,93.4167,4.39537,275,5,0,273,0,1,0,0,0),(18557,3242,1,1,1,6087,0,-933.409,-2298.76,91.8819,2.35088,275,5,0,273,0,1,0,0,0),(18556,3242,1,1,1,6087,0,-951.309,-2442.75,95.4167,0.754753,275,5,0,273,0,1,0,0,0),(18555,3242,1,1,1,6087,0,407.824,-3608.03,30.847,2.29126,275,3,0,273,0,1,0,0,0),(18554,3242,1,1,1,6087,0,762.742,-2560.78,91.7917,5.55233,275,5,0,273,0,1,0,0,0),(18553,3242,1,1,1,6087,0,323.019,-3158.1,89.4162,3.33589,275,5,0,273,0,1,0,0,0),(18552,3242,1,1,1,6087,0,-982.67,-2217.03,93.792,3.97935,275,0,0,273,0,0,0,0,0),(18551,3242,1,1,1,6087,0,-767.024,-2695.75,91.7917,0.616238,275,5,0,273,0,1,0,0,0),(18550,3242,1,1,1,6087,0,54.9121,-3645.48,28.6942,4.82585,275,5,0,273,0,1,0,0,0),(18549,3242,1,1,1,6087,0,632.529,-2683.51,95.1746,6.20571,275,5,0,273,0,1,0,0,0),(18548,3242,1,1,1,6087,0,416.699,-2721.44,93.4939,4.73387,275,5,0,273,0,1,0,0,0),(18547,3242,1,1,1,6087,0,149.531,-3083.71,98.295,6.13551,275,5,0,273,0,1,0,0,0),(18546,3242,1,1,1,6087,0,271.402,-3140.01,91.7482,5.88862,275,5,0,273,0,1,0,0,0),(18545,3242,1,1,1,6087,0,-924.492,-2338.76,94.194,2.29239,275,5,0,273,0,1,0,0,0),(18544,3242,1,1,1,6087,0,-98.197,-1914.15,105.403,4.82784,275,2,0,273,0,1,0,0,0),(18543,3242,1,1,1,6087,0,729.573,-2617.9,91.7917,6.22666,275,5,0,273,0,1,0,0,0),(18542,3242,1,1,1,6087,0,462.403,-2755.14,92.2737,3.23738,275,5,0,273,0,1,0,0,0),(18541,3242,1,1,1,6087,0,25.3284,-3591.96,27.3124,3.05193,275,5,0,273,0,1,0,0,0),(18540,3242,1,1,1,6087,0,208.978,-3249.15,69.8015,2.23852,275,5,0,273,0,1,0,0,0),(18539,3242,1,1,1,6087,0,272.358,-3257.95,65.8605,5.39414,275,5,0,273,0,1,0,0,0),(18538,3242,1,1,1,6087,0,-757.762,-3044.61,95.1397,2.43949,275,5,0,273,0,1,0,0,0),(18537,3242,1,1,1,6087,0,-783.757,-2977.9,94.0132,4.79261,275,5,0,273,0,1,0,0,0),(18536,3242,1,1,1,6087,0,-747.354,-3122.63,92.0898,5.19361,275,5,0,273,0,1,0,0,0),(18535,3242,1,1,1,6087,0,-480.867,-2050.34,91.7917,5.97534,275,5,0,273,0,1,0,0,0),(18534,3242,1,1,1,6087,0,-119.956,-2079.03,92.7338,5.89286,275,5,0,273,0,1,0,0,0),(18533,3242,1,1,1,6087,0,-775.326,-1894.67,92.2145,2.49699,275,5,0,273,0,1,0,0,0),(18532,3242,1,1,1,6087,0,-213.529,-2113.31,91.7916,5.71513,275,5,0,273,0,1,0,0,0),(18531,3242,1,1,1,6087,0,-86.8639,-2117.19,91.7916,3.0993,275,5,0,273,0,1,0,0,0),(18530,3242,1,1,1,6087,0,450.635,-2778.35,92.3632,0.361285,275,5,0,273,0,1,0,0,0),(18529,3242,1,1,1,6087,0,526.614,-2672.24,93.0805,3.92259,275,5,0,273,0,1,0,0,0),(18528,3242,1,1,1,6087,0,248.281,-3164.88,87.7051,1.71298,275,5,0,273,0,1,0,0,0),(18527,3242,1,1,1,6087,0,-982.959,-2305.48,92.5417,3.2409,275,15,0,273,0,1,0,0,0),(18526,3242,1,1,1,6087,0,-842.676,-2467.62,92.3644,1.39601,275,5,0,273,0,1,0,0,0),(18525,3242,1,1,1,6087,0,-973.471,-2323.7,91.7917,3.40056,275,15,0,273,0,1,0,0,0),(18432,3242,1,1,1,6087,0,-318.443,-2149.35,97.0569,4.33285,275,5,0,273,0,1,0,0,0),(18395,3242,1,1,1,6087,0,-199.756,-2078.35,91.7917,1.98425,275,5,0,273,0,1,0,0,0),(18393,3242,1,1,1,6087,0,-250.413,-2001.45,91.8292,2.55587,275,5,0,273,0,1,0,0,0),(18321,3242,1,1,1,6087,0,-147.402,-2181.25,92.044,2.3341,275,5,0,273,0,1,0,0,0),(18318,3242,1,1,1,6087,0,-483.963,-1775.1,92.5919,0.098423,275,5,0,273,0,1,0,0,0),(18314,3242,1,1,1,6087,0,565.19,-2677.64,91.7225,2.83746,275,5,0,273,0,1,0,0,0),(18249,3242,1,1,1,6087,0,182.328,-3253.66,70.2029,1.99895,275,5,0,273,0,1,0,0,0),(15373,2375,0,1,1,3617,1,-1108.67,-39.2486,-2.84983,0.361285,300,10,0,950,0,1,0,0,0),(7128,2729,0,1,1,1164,0,-7017.47,-2811.03,242.15,1.72802,300,10,0,1678,0,1,0,0,0),(200616,11830,309,1,1,11758,1,-11942.4,-1640.22,42.5061,2.93233,7200,0,0,17094,12170,0,0,0,0),(41677,6579,0,1,1,0,1,-8391,634.764,94.89,3.194,180,0,0,386,0,0,0,0,0),(18248,3242,1,1,1,6087,0,94.9195,-3462.3,27.3096,3.29247,275,5,0,273,0,1,0,0,0),(18247,3242,1,1,1,6087,0,382.26,-2701.68,94.0163,1.58642,275,5,0,273,0,1,0,0,0),(17968,3242,1,1,1,6087,0,136.53,-3594.85,27.3096,5.40501,275,5,0,273,0,1,0,0,0),(17510,3242,1,1,1,6087,0,360.361,-3690.3,28.5565,4.74363,275,5,0,273,0,1,0,0,0),(17509,3242,1,1,1,6087,0,144.366,-3019.33,92.8703,0.414611,275,5,0,273,0,1,0,0,0),(17508,3242,1,1,1,6087,0,-592.919,-3080,91.7917,4.86204,275,5,0,273,0,1,0,0,0),(17507,3242,1,1,1,6087,0,-1047.42,-2714.39,92.0122,0.700357,275,5,0,273,0,1,0,0,0),(17506,3242,1,1,1,6087,0,-342.707,-1741.92,91.7917,1.19663,275,5,0,273,0,1,0,0,0),(17505,3242,1,1,1,6087,0,-648.963,-1873.07,93.3484,1.58839,275,5,0,273,0,1,0,0,0),(17504,3242,1,1,1,6087,0,421.27,-2721.64,93.1667,3.21878,275,5,0,273,0,1,0,0,0),(17503,3242,1,1,1,6087,0,150.152,-3683.13,28.0863,0.85454,275,5,0,273,0,1,0,0,0),(17502,3242,1,1,1,6087,0,621.041,-2581.15,92.5453,2.72159,275,5,0,273,0,1,0,0,0),(17501,3242,1,1,1,6087,0,-909.367,-2381.49,93.8928,0.330403,275,5,0,273,0,1,0,0,0),(742,11346,0,1,1,11159,1,-11885.2,-1153.59,77.3678,5.11381,1800,0,0,6273,6351,0,0,0,0),(741,11355,0,1,1,11169,1,-11946.5,-1162.69,77.4945,2.11185,1800,0,0,7599,0,0,0,0,0),(740,11355,0,1,1,11169,1,-11949.8,-1159.28,78.3448,5.81195,1800,0,0,7599,0,0,0,0,0),(739,11346,0,1,1,11162,1,-11946,-1157.99,77.7556,3.97935,1800,0,0,6273,6351,0,0,0,0),(738,11355,0,1,1,11168,1,-11910.5,-1154.87,77.3621,1.69297,1800,0,0,7599,0,0,0,0,0),(17500,3242,1,1,1,6087,0,-679.422,-3121.25,91.7917,5.27188,275,5,0,273,0,1,0,0,0),(737,11355,0,1,1,11168,1,-11920.5,-1154.44,77.3621,1.25664,1800,0,0,7599,0,0,0,0,0),(736,11346,0,1,1,11160,1,-11880.8,-1114.16,83.3788,4.71239,1800,0,0,6273,6351,2,0,0,0),(735,11355,0,1,1,11168,1,-11909.6,-1072.58,77.3675,2.35619,1800,0,0,7599,0,0,0,0,0),(17499,3242,1,1,1,6087,0,-280.212,-1863.14,92.6516,2.935,275,5,0,273,0,1,0,0,0),(7127,2729,0,1,1,1164,0,-6793.03,-2911.05,242.19,0.252554,300,10,0,1678,0,1,0,0,0),(734,11355,0,1,1,11169,1,-11922.7,-1072.47,77.3621,0.541052,1800,0,0,7599,0,0,0,0,0),(17498,3242,1,1,1,6087,0,-387.778,-2065.18,93.5588,4.40053,275,5,0,273,0,1,0,0,0),(8023,4397,1,1,1,7836,0,-2229.14,-4257.65,-2.75096,4.47014,360,10,0,1403,0,1,0,0,0),(7126,2725,0,1,1,715,0,-6547.18,-4171.65,290.355,3.02619,300,5,0,1522,1332,1,0,0,0),(17497,3242,1,1,1,6087,0,49.8905,-3124.15,91.7917,6.07364,275,15,0,273,0,1,0,0,0),(17705,1909,0,1,1,757,1,1051.94,415.158,17.7281,4.24226,275,10,0,377,408,1,0,0,0),(17496,3242,1,1,1,6087,0,148.736,-2931,93.8047,1.60204,275,5,0,273,0,1,0,0,0),(7125,2729,0,1,1,1164,0,-6911.68,-2940.94,245.286,0.271811,300,10,0,1678,0,1,0,0,0),(7124,2729,0,1,1,1164,0,-6783.45,-2546.29,247.758,4.01351,300,10,0,1678,0,1,0,0,0),(7123,2729,0,1,1,1164,0,-7007.46,-3054.04,241.761,4.41584,300,10,0,1678,0,1,0,0,0),(7122,2727,0,1,1,161,0,-6621.54,-3240.23,243.13,6.08993,300,5,0,1403,0,1,0,0,0),(7121,2729,0,1,1,1164,0,-7108.61,-2968.25,247.224,2.6809,300,10,0,1678,0,1,0,0,0),(17495,3242,1,1,1,6087,0,157.331,-3357.47,44.3827,5.64331,275,5,0,273,0,1,0,0,0),(7120,2729,0,1,1,1164,0,-6996.95,-3022.56,241.792,3.25521,300,10,0,1678,0,1,0,0,0),(17704,1958,0,1,1,2597,0,773.12,139.189,33.7266,4.29595,275,10,0,350,390,1,0,0,0),(15372,2349,0,1,1,6808,0,-573.045,-1712.99,66.2345,6.27537,300,10,0,664,0,1,0,0,0),(17494,3242,1,1,1,6087,0,351.947,-3611.43,30.1616,1.82117,275,5,0,273,0,1,0,0,0),(17493,3242,1,1,1,6087,0,-972.667,-2887.97,91.8833,0.114494,275,5,0,273,0,1,0,0,0),(17492,3242,1,1,1,6087,0,-1024.93,-2782.08,93.0252,5.99791,275,5,0,273,0,1,0,0,0),(733,11346,0,1,1,11159,1,-11916.1,-1116.62,77.4038,4.72556,1800,0,0,6273,6351,0,0,0,0),(17491,3242,1,1,1,6087,0,-726.132,-3116.64,93.9355,4.96516,275,5,0,273,0,1,0,0,0),(7119,2729,0,1,1,1164,0,-6934.1,-3013.93,242.295,3.39842,300,10,0,1678,0,1,0,0,0),(55078,12217,349,1,1,12345,0,814.08,-511.499,-41.0845,5.74213,86400,2,0,1238,0,1,0,0,0),(55077,12216,349,1,1,2452,0,801.899,-492.686,-39.6279,6.03884,86400,1,0,1238,0,1,0,0,0),(55076,12216,349,1,1,2452,0,812.477,-496.378,-40.0211,2.26893,86400,1,0,1238,0,1,0,0,0),(55075,12216,349,1,1,2452,0,811.594,-501.381,-40.6044,3.33358,86400,1,0,1238,0,1,0,0,0),(6760,441,0,1,1,387,0,-9684.24,-3023.38,52.6559,1.35571,300,10,0,330,938,1,0,0,0),(17490,3242,1,1,1,6087,0,-336.232,-1838.23,95.0132,5.92807,275,5,0,273,0,1,0,0,0),(732,11346,0,1,1,11160,1,-11881,-1023.91,70.0053,2.74142,1800,0,0,6273,6351,0,0,0,0),(731,11355,0,1,1,11170,1,-11882.5,-1016.14,69.6303,4.0997,1800,0,0,7599,0,0,0,0,0),(730,11346,0,1,1,11158,1,-11944.4,-1027.22,68.9063,5.40418,1800,0,0,6273,6351,0,0,0,0),(729,11355,0,1,1,11167,1,-11948.4,-1021.58,67.5313,5.24838,1800,0,0,7599,0,0,0,0,0),(728,1096,0,1,1,7197,1,-11462.5,379.446,76.2292,0.610865,300,5,0,1160,1067,1,0,0,0),(727,20102,0,1,1,22368,1,-14469.6,462.223,36.9248,0.279253,300,0,0,42,0,0,0,0,0),(17489,3242,1,1,1,6087,0,-126.871,-1756.32,94.5451,3.18588,275,5,0,273,0,1,0,0,0),(517,5912,43,1,1,0,0,0.00823113,-55.9339,-67.0312,4.01711,86400,0,0,1347,0,0,0,0,0),(17488,3242,1,1,1,6087,0,-426.387,-1987.86,92.2917,0.176158,275,5,0,273,0,1,0,0,0),(55074,11790,349,1,1,11345,1,775.081,-463.518,-41.1876,3.78736,86400,0,0,4953,0,0,0,0,0),(55073,12217,349,1,1,12345,0,777.114,-468.179,-41.1395,4.15388,86400,1,0,1238,0,1,0,0,0),(17487,3242,1,1,1,6087,0,-605.586,-1875.19,91.8843,2.78942,275,5,0,273,0,1,0,0,0),(63519,22991,530,1,1,0,0,-4049.31,3285.9,348.335,1.43117,180,0,0,4120,0,0,0,0,0),(55072,12217,349,1,1,12345,0,769.073,-469.252,-40.9977,2.6529,86400,1,0,1238,0,1,0,0,0),(55071,13533,349,1,1,13609,0,928.311,-369.814,-50.4766,2.38871,86400,3,0,5346,0,1,0,0,0),(55070,13141,349,1,1,2079,0,830.016,-448.155,-56.2507,3.33358,86400,5,0,4953,0,1,0,0,0),(726,20102,0,1,1,22368,1,-14468.7,463.642,36.9241,4.13643,300,0,0,42,0,0,0,0,0),(7118,2731,0,1,1,632,0,-6581.93,-2943.27,246.624,4.80484,300,10,0,1469,0,1,0,0,0),(7117,2732,0,1,1,1055,0,-6745.66,-2862.6,244.619,2.17763,300,10,0,1604,0,1,0,0,0),(7116,2729,0,1,1,1164,0,-7110.73,-2870.52,241.748,5.44676,300,10,0,1678,0,1,0,0,0),(7115,2729,0,1,1,1164,0,-7036,-3020.89,241.785,3.39415,300,10,0,1678,0,1,0,0,0),(7114,2734,0,1,1,917,0,-6818.44,-2449.31,253.956,1.20772,300,3,0,1829,0,1,0,0,0),(7113,2734,0,1,1,917,0,-6864.99,-2336.71,244.54,3.60961,300,5,0,1829,0,1,0,0,0),(7112,2732,0,1,1,1055,0,-6644.78,-2826.45,245.154,3.61223,300,10,0,1604,0,1,0,0,0),(7111,2734,0,1,1,917,0,-6717.76,-2490.63,253.298,3.14159,300,3,0,1829,0,1,0,0,0),(7110,2729,0,1,1,1164,0,-7047.94,-3042.42,241.415,0.178178,300,10,0,1678,0,1,0,0,0),(7109,2729,0,1,1,1164,0,-6902.46,-2971.98,243.897,3.25699,300,10,0,1678,0,1,0,0,0),(7108,2732,0,1,1,1055,0,-6714.52,-3240.3,240.932,4.29429,300,10,0,1604,0,1,0,0,0),(7107,2734,0,1,1,917,0,-6951.09,-2723.04,250.212,2.82915,300,5,0,1829,0,1,0,0,0),(7106,2734,0,1,1,917,0,-7032.59,-2608.62,272.813,0.413864,300,5,0,1829,0,1,0,0,0),(7105,2729,0,1,1,1164,0,-6847.49,-3008.19,242.1,2.87108,300,10,0,1678,0,1,0,0,0),(7104,2732,0,1,1,1055,0,-7042.32,-3153.8,244.233,5.8239,300,5,0,1604,0,1,0,0,0),(7103,2729,0,1,1,1164,0,-7026.89,-3075.78,241.702,5.99339,300,10,0,1678,0,1,0,0,0),(7102,2727,0,1,1,161,0,-6549.1,-3268.95,242.078,1.58252,300,10,0,1403,0,1,0,0,0),(7101,2729,0,1,1,1164,0,-6878.03,-2889.45,243.126,1.95143,300,10,0,1678,0,1,0,0,0),(7100,2728,0,1,1,557,0,-6726.21,-3542.46,245.638,1.98409,300,10,0,1536,0,1,0,0,0),(7099,2732,0,1,1,1055,0,-6717.05,-2828.31,246.429,3.01046,300,10,0,1604,0,1,0,0,0),(7098,2728,0,1,1,557,0,-7128.34,-3428.16,242.874,4.54564,300,10,0,1536,0,1,0,0,0),(7097,2727,0,1,1,161,0,-6519.44,-3280.95,241.792,1.86402,300,10,0,1403,0,1,0,0,0),(7096,2727,0,1,1,161,0,-6685.39,-3415.24,246.211,3.97175,300,10,0,1403,0,1,0,0,0),(7095,2732,0,1,1,1055,0,-7097.61,-3183.33,241.792,0,300,10,0,1604,0,1,0,0,0),(7094,2734,0,1,1,917,0,-7057.52,-2563.13,266.034,1.4079,300,5,0,1829,0,1,0,0,0),(54767,11792,349,1,1,2021,1,873.723,-352.426,-51.3489,1.89681,86400,3,0,4953,0,1,0,0,0),(54743,12216,349,1,1,2452,0,791.652,-424.879,-53.7028,2.4517,86400,1,0,1238,0,1,0,0,0),(17486,3242,1,1,1,6087,0,-313.851,-1812.71,96.1268,1.23375,275,5,0,273,0,1,0,0,0),(7093,2732,0,1,1,1055,0,-6853.11,-3366.48,241.769,5.04917,300,10,0,1604,0,1,0,0,0),(7092,2732,0,1,1,1055,0,-6956.95,-3649.25,243.985,0.286389,300,10,0,1604,0,1,0,0,0),(7091,2732,0,1,1,1055,0,-6836.91,-3327.52,242.355,4.55372,300,5,0,1604,0,1,0,0,0),(7090,2728,0,1,1,557,0,-6946.87,-3447.26,241.842,1.88819,300,10,0,1536,0,1,0,0,0),(7089,2728,0,1,1,557,0,-6906.72,-3410.28,243.451,2.24554,300,10,0,1536,0,1,0,0,0),(7088,4844,0,1,1,0,1,-6216.72,-3062.47,220.105,2.20687,300,3,0,1,0,1,0,0,0),(7087,4846,0,1,1,6052,1,-6204.06,-3050.66,212.993,1.44862,300,0,0,1403,0,0,0,0,0),(7086,4846,0,1,1,6052,1,-6197.13,-3051.45,213.755,2.49582,300,0,0,1403,0,0,0,0,0),(7085,4844,0,1,1,0,1,-6175.13,-3051.63,220.25,2.17825,300,3,0,1,0,1,0,0,0),(7084,4846,0,1,1,6052,1,-6171.1,-3042.67,220.586,2.26893,300,0,0,1403,0,0,0,0,0),(7083,2715,0,1,1,10714,1,-6841.86,-2816.69,241.792,0.604905,300,0,0,1678,0,0,0,0,0),(7082,2728,0,1,1,557,0,-6750.66,-3407.98,241.792,1.47567,300,10,0,1536,0,1,0,0,0),(7081,2727,0,1,1,161,0,-6593.08,-3294.38,242.322,0.364914,300,10,0,1403,0,1,0,0,0),(7080,2728,0,1,1,557,0,-6900.66,-3488.65,242.667,5.75415,300,10,0,1536,0,1,0,0,0),(7079,2727,0,1,1,161,0,-6691.1,-3245.07,240.813,2.88852,300,10,0,1403,0,1,0,0,0),(7078,2739,0,1,1,4932,1,-6416.74,-3370.02,229.835,0.028638,300,3,0,1403,0,1,0,0,0),(7077,2727,0,1,1,161,0,-6660.58,-3524.1,244.952,5.9035,300,10,0,1403,0,1,0,0,0),(7076,2739,0,1,1,4932,1,-6452.09,-3435.45,229.747,2.69318,300,3,0,1403,0,1,0,0,0),(7075,2739,0,1,1,4932,1,-6444.1,-3408.19,229.835,3.73487,300,3,0,1403,0,1,0,0,0),(7074,2739,0,1,1,4932,1,-6455.75,-3424.18,229.835,0.954772,300,3,0,1403,0,1,0,0,0),(7073,2739,0,1,1,4932,1,-6431.03,-3405.91,229.835,4.95165,300,0,0,1403,0,2,0,0,0),(7072,2739,0,1,1,4932,1,-6432.3,-3379.82,229.835,2.20025,300,3,0,1403,0,1,0,0,0),(7071,4844,0,1,1,0,1,-6069.81,-3171.53,281.207,3.9907,300,5,0,1,0,1,0,0,0),(7070,2739,0,1,1,4932,1,-6444.16,-3423.79,229.835,5.98727,300,3,0,1403,0,1,0,0,0),(7069,4844,0,1,1,0,1,-6054.49,-3185.87,281.259,0.279108,300,5,0,1,0,1,0,0,0),(7068,4846,0,1,1,6052,1,-6040,-3190.74,282.134,1.79769,300,0,0,1403,0,0,0,0,0),(7067,2739,0,1,1,4932,1,-6420.64,-3386.57,229.835,5.51885,300,3,0,1403,0,1,0,0,0),(7066,2739,0,1,1,4932,1,-6406.5,-3383.53,229.835,1.0599,300,3,0,1403,0,1,0,0,0),(7065,4846,0,1,1,6052,1,-6047.97,-3179.56,281.767,0.610865,300,0,0,1403,0,0,0,0,0),(7064,4846,0,1,1,6052,1,-6037.76,-3193.46,282.134,0.349066,300,0,0,1403,0,0,0,0,0),(7063,4856,0,1,1,722,1,-6175.19,-2932.49,214.333,2.59227,300,3,0,1596,0,1,0,0,0),(7062,4851,0,1,1,721,1,-6192.58,-2917.32,214.335,3.46034,300,3,0,1469,0,1,0,0,0),(7061,4851,0,1,1,721,1,-6185.6,-2913.41,214.326,0.834793,300,3,0,1469,0,1,0,0,0),(7060,4851,0,1,1,721,1,-6167.5,-2913.95,214.326,5.72389,300,3,0,1469,0,1,0,0,0),(7059,4851,0,1,1,721,1,-6152.18,-2887.32,211.567,3.79184,300,3,0,1469,0,1,0,0,0),(7058,4856,0,1,1,722,1,-6134.03,-2892.17,212.463,6.05786,300,3,0,1596,0,1,0,0,0),(7057,4856,0,1,1,722,1,-6124.96,-2903.37,212.112,2.75974,300,3,0,1596,0,1,0,0,0),(7056,4856,0,1,1,722,1,-6133.31,-2911.57,212.09,1.44253,300,3,0,1596,0,1,0,0,0),(7055,2727,0,1,1,161,0,-6540.28,-3391.42,275.114,1.79115,300,5,0,1403,0,1,0,0,0),(7054,4845,0,1,1,6053,1,-6222.58,-3060.06,220.102,4.19398,300,3,0,1403,0,1,0,0,0),(7053,4846,0,1,1,6052,1,-6224.89,-3048.51,217.203,3.08923,300,0,0,1403,0,0,0,0,0),(7052,4846,0,1,1,6052,1,-6221.12,-3044.96,217.104,2.35619,300,0,0,1403,0,0,0,0,0),(7051,4846,0,1,1,6052,1,-6181.63,-3064.46,219.775,0.122173,300,0,0,1403,0,0,0,0,0),(7050,4846,0,1,1,6052,1,-6184.66,-3071.73,219.745,5.37561,300,0,0,1403,0,0,0,0,0),(7049,4844,0,1,1,0,1,-6186.31,-3063.4,219.534,5.29839,300,3,0,1,0,1,0,0,0),(7048,4845,0,1,1,6053,1,-6202.76,-3068.32,217.917,1.95722,300,3,0,1403,0,1,0,0,0),(7047,4845,0,1,1,6053,1,-6199.12,-3041.23,220.716,2.68855,300,5,0,1403,0,1,0,0,0),(7046,4872,0,1,1,2695,0,-6203.15,-3037.36,220.307,4.45822,300,0,0,1536,0,0,0,0,0),(7045,4845,0,1,1,6053,1,-6211.33,-3042.59,218.183,0.073109,300,3,0,1403,0,1,0,0,0),(7044,2718,0,1,1,11545,1,-7180.41,-2316.32,244.006,5.7141,300,5,0,1585,1381,1,0,0,0),(7043,2728,0,1,1,557,0,-6722.25,-3593.26,242.112,0.165281,300,10,0,1536,0,1,0,0,0),(7042,2718,0,1,1,11545,1,-7218.41,-2352.19,243.131,3.87586,300,10,0,1585,1381,1,0,0,0),(7041,6733,0,1,1,721,0,-6643.69,-3681.06,265.6,4.08517,300,3,0,1536,0,1,0,0,0),(7040,6733,0,1,1,721,0,-6593.88,-3675.37,263.412,0.369629,300,3,0,1536,0,1,0,0,0),(7039,2892,0,1,1,722,1,-6570.95,-3691.65,270.287,6.18252,300,10,0,1257,1142,1,0,0,0),(7038,2716,0,1,1,11548,1,-7186.63,-2281.79,257.953,1.37386,300,3,0,1902,0,1,0,0,0),(7037,2717,0,1,1,1120,1,-7248.81,-2326.43,244.888,5.49131,300,0,0,1902,0,0,0,0,0),(7036,2732,0,1,1,1055,0,-7112.24,-3648.1,260.663,5.17275,300,5,0,1604,0,1,0,0,0),(7035,2743,0,1,1,4936,1,-6378.09,-3179.05,304.904,1.05496,300,0,0,1604,0,0,0,0,0),(7034,2743,0,1,1,4936,1,-6396.83,-3206.45,286.565,1.16095,300,5,0,1604,0,1,0,0,0),(7033,2892,0,1,1,722,1,-6572.99,-3671.21,263.162,1.7642,300,3,0,1257,1142,1,0,0,0),(7032,2740,0,1,1,4933,1,-6459.15,-3359.78,241.792,3.69234,300,3,0,1075,2763,1,0,0,0),(7031,2726,0,1,1,9586,0,-6814.47,-4124.14,264.014,5.36298,600,10,0,5148,0,1,0,0,0),(7030,2740,0,1,1,4933,1,-6425.52,-3416.14,241.585,5.86639,300,5,0,1075,2763,1,0,0,0),(7029,2716,0,1,1,11548,1,-7088.37,-2278.62,268.787,2.27846,300,0,0,1902,0,0,0,0,0),(7028,4846,0,1,1,6052,1,-6143.95,-3100.59,223.354,5.8294,300,0,0,1403,0,0,0,0,0),(7027,4845,0,1,1,6053,1,-6149.64,-3100.09,223.099,3.72574,300,3,0,1403,0,1,0,0,0),(7026,4846,0,1,1,6052,1,-6140.1,-3093.43,224.161,0.959931,300,0,0,1403,0,0,0,0,0),(7025,2718,0,1,1,11545,1,-7320.55,-2313.17,267.682,4.06458,300,5,0,1585,1381,1,0,0,0),(7024,2717,0,1,1,1120,1,-7280.22,-2318.62,265.148,0.796735,300,5,0,1902,0,1,0,0,0),(7023,2734,0,1,1,917,0,-6992.59,-2782.51,241.978,0.941665,300,5,0,1829,0,1,0,0,0),(7022,2731,0,1,1,632,0,-6358.5,-3499.81,243.568,0.905814,300,10,0,1469,0,1,0,0,0),(7021,2734,0,1,1,917,0,-7091.8,-2573.16,275.312,6.08656,300,3,0,1829,0,1,0,0,0),(7020,2728,0,1,1,557,0,-6829.46,-3460.28,244.192,3.32784,300,10,0,1536,0,1,0,0,0),(7019,2728,0,1,1,557,0,-6978.82,-3612.08,241.792,1.08159,300,10,0,1536,0,1,0,0,0),(7018,2728,0,1,1,557,0,-6868.49,-3477.24,244.121,2.97618,300,10,0,1536,0,1,0,0,0),(7017,2728,0,1,1,557,0,-6856.16,-3451.97,243.972,3.49237,300,10,0,1536,0,1,0,0,0),(7016,2732,0,1,1,1055,0,-7000.8,-3111.75,249.61,3.80658,300,10,0,1604,0,1,0,0,0),(7015,2728,0,1,1,557,0,-6812.61,-3586.13,241.792,1.99247,300,5,0,1536,0,1,0,0,0),(7014,2717,0,1,1,1120,1,-7141.33,-2415.1,240.64,1.39362,300,3,0,1902,0,1,0,0,0),(7013,2717,0,1,1,1120,1,-7149.4,-2426.23,240.64,4.62876,300,3,0,1902,0,1,0,0,0),(7012,2718,0,1,1,11545,1,-7132.82,-2418.76,240.64,2.80998,300,3,0,1585,1381,1,0,0,0),(7011,2717,0,1,1,1120,1,-7118,-2419.81,240.557,2.37933,300,5,0,1902,0,1,0,0,0),(7010,2732,0,1,1,1055,0,-6749.38,-3262.25,241.083,1.58837,300,10,0,1604,0,1,0,0,0),(7009,2728,0,1,1,557,0,-6782.34,-3461.3,241.792,1.86965,300,5,0,1536,0,1,0,0,0),(7008,92,0,1,1,171,0,-7189.53,-3139.41,277.685,1.89418,300,5,0,1678,0,1,0,0,0),(7007,2728,0,1,1,557,0,-6854.26,-3409.51,241.917,0.549797,300,10,0,1536,0,1,0,0,0),(7006,2830,0,1,1,1105,0,-6723.06,-3389.29,241.786,1.07506,300,10,0,1536,0,1,0,0,0),(7005,2717,0,1,1,1120,1,-7147.54,-2346.24,243.091,0.968147,300,10,0,1902,0,1,0,0,0),(7004,2716,0,1,1,11548,1,-7150.69,-2382.56,240.554,0.400447,300,5,0,1902,0,1,0,0,0),(7003,2728,0,1,1,557,0,-6892.71,-3554.88,242.623,0.08022,300,10,0,1536,0,1,0,0,0),(7002,2727,0,1,1,161,0,-6733.6,-3353.22,241.758,1.38019,300,10,0,1403,0,1,0,0,0),(7001,2728,0,1,1,557,0,-6810.14,-3543.92,244.05,3.32214,300,5,0,1536,0,1,0,0,0),(7000,2728,0,1,1,557,0,-6790.47,-3541.29,244.694,2.42258,300,10,0,1536,0,1,0,0,0),(6999,2728,0,1,1,557,0,-6826.85,-3521.33,242.568,4.6831,300,10,0,1536,0,1,0,0,0),(6998,2830,0,1,1,1105,0,-6839.92,-3642.16,256.303,-1.06123,300,5,0,1536,0,1,0,0,0),(6997,2728,0,1,1,557,0,-6828.98,-3397.55,241.792,1.99275,300,10,0,1536,0,1,0,0,0),(6996,2728,0,1,1,557,0,-6949.67,-3521.92,241.792,5.00878,300,10,0,1536,0,1,0,0,0),(6995,2728,0,1,1,557,0,-6893.05,-3575.5,243.745,1.75471,300,10,0,1536,0,1,0,0,0),(6994,2728,0,1,1,557,0,-6882.11,-3518.28,242.17,4.05573,300,10,0,1536,0,1,0,0,0),(6993,92,0,1,1,171,0,-7226.02,-3184.33,289.542,2.7614,300,10,0,1678,0,1,0,0,0),(6992,2728,0,1,1,557,0,-6749.66,-3548.51,245.588,1.61179,300,10,0,1536,0,1,0,0,0),(6991,2727,0,1,1,161,0,-6654.62,-3314.11,244.619,2.96052,300,5,0,1403,0,1,0,0,0),(6990,92,0,1,1,171,0,-7177.04,-3225.97,258.048,4.88926,300,3,0,1678,0,1,0,0,0),(6989,2717,0,1,1,1120,1,-7111.62,-2402.39,241.682,3.23501,300,0,0,1902,0,2,0,0,0),(6988,2728,0,1,1,557,0,-6686.7,-3590.75,242.162,4.84352,300,10,0,1536,0,1,0,0,0),(6987,2734,0,1,1,917,0,-6808.34,-2395.24,275.593,2.35619,300,5,0,1829,0,1,0,0,0),(6986,2732,0,1,1,1055,0,-6679.67,-3185.45,269.247,3.27204,300,5,0,1604,0,1,0,0,0),(6985,2729,0,1,1,1164,0,-7073.2,-3113.55,242.11,0.17424,300,10,0,1678,0,1,0,0,0),(6984,2728,0,1,1,557,0,-7107.95,-3220.94,241.792,4.5476,300,10,0,1536,0,1,0,0,0),(6983,2732,0,1,1,1055,0,-6544.29,-3412.58,284.547,6.02195,300,5,0,1604,0,1,0,0,0),(6982,92,0,1,1,171,0,-7249.61,-3146.73,302.688,4.30904,300,5,0,1678,0,1,0,0,0),(6981,2731,0,1,1,632,0,-6556.03,-3615.98,247.367,6.01213,300,5,0,1469,0,1,0,0,0),(6980,2732,0,1,1,1055,0,-6704.56,-2928.19,241.744,0.429337,300,10,0,1604,0,1,0,0,0),(6979,2732,0,1,1,1055,0,-6921.95,-3588.56,242.43,3.86167,300,10,0,1604,0,1,0,0,0),(6978,2732,0,1,1,1055,0,-6938.5,-3101.4,254.736,5.45086,300,5,0,1604,0,1,0,0,0),(6977,2732,0,1,1,1055,0,-6717.56,-2880,242.362,4.02789,300,10,0,1604,0,1,0,0,0),(6976,2728,0,1,1,557,0,-7025.65,-3454.77,242.792,2.88216,300,10,0,1536,0,1,0,0,0),(6975,2716,0,1,1,11548,1,-7111.07,-2397.69,241.78,2.98611,300,0,0,1902,0,2,0,0,0),(6974,2718,0,1,1,11545,1,-7130.88,-2384.62,240.53,3.0676,300,0,0,1585,1381,2,0,0,0),(6973,2716,0,1,1,11548,1,-7122.8,-2390.85,241.028,3.04374,300,0,0,1902,0,2,0,0,0),(6972,2726,0,1,1,9586,0,-6643.67,-4094.69,264.765,3.19503,600,10,0,5148,0,1,0,0,0),(6971,2726,0,1,1,9586,0,-6756.74,-4049.98,264.77,5.23757,600,10,0,5148,0,1,0,0,0),(6970,2726,0,1,1,9586,0,-6778.25,-4079.73,265.108,1.58409,600,10,0,5148,0,1,0,0,0),(6968,2726,0,1,1,9586,0,-6683.23,-4061.53,264.625,3.01627,600,10,0,5148,0,1,0,0,0),(6967,2726,0,1,1,9586,0,-6776.84,-4148.54,264.014,3.43681,600,10,0,5148,0,1,0,0,0),(6966,2726,0,1,1,9586,0,-6747.73,-4120.96,264.014,0.605971,600,10,0,5148,0,1,0,0,0),(6965,2726,0,1,1,9586,0,-6684.39,-4114.64,264.291,4.14266,600,10,0,5148,0,1,0,0,0),(6964,2725,0,1,1,715,0,-6431.41,-4149.19,286.491,3.14159,300,3,0,1522,1332,1,0,0,0),(6963,2726,0,1,1,9586,0,-6815.69,-4185.57,266.455,5.99862,600,10,0,5148,0,1,0,0,0),(6962,2731,0,1,1,632,0,-6380.84,-3648.39,242.758,0.295197,300,10,0,1469,0,1,0,0,0),(6961,2734,0,1,1,917,0,-6848.45,-2287.74,255.339,2.1588,300,5,0,1829,0,1,0,0,0),(6960,2728,0,1,1,557,0,-7014.44,-3558.15,243.146,4.99506,300,10,0,1536,0,1,0,0,0),(6959,2728,0,1,1,557,0,-6939.19,-3589.3,241.792,4.73818,300,10,0,1536,0,1,0,0,0),(6958,2728,0,1,1,557,0,-7021.26,-3517.39,243.65,1.80286,300,10,0,1536,0,1,0,0,0),(6957,2728,0,1,1,557,0,-6714.25,-3613.57,241.726,0.074513,300,10,0,1536,0,1,0,0,0),(6956,2731,0,1,1,632,0,-6481.35,-3192.97,269.361,2.44885,300,5,0,1469,0,1,0,0,0),(6955,2728,0,1,1,557,0,-6740.64,-3648.87,241.444,5.74779,300,10,0,1536,0,1,0,0,0),(6954,2732,0,1,1,1055,0,-6856.04,-3086.52,243.659,3.12597,300,10,0,1604,0,1,0,0,0),(6953,2728,0,1,1,557,0,-7063.92,-3552.41,242.479,5.76186,300,10,0,1536,0,1,0,0,0),(6952,2728,0,1,1,557,0,-7078.45,-3581.64,241.792,2.27266,300,10,0,1536,0,1,0,0,0),(6951,2728,0,1,1,557,0,-7004.47,-3460.06,241.792,2.56873,300,10,0,1536,0,1,0,0,0),(6950,92,0,1,1,171,0,-7285.84,-3156.65,304.816,4.72408,300,10,0,1678,0,1,0,0,0),(6949,92,0,1,1,171,0,-7253.62,-3186.42,293.077,3.56962,300,10,0,1678,0,1,0,0,0),(6948,2732,0,1,1,1055,0,-6952.67,-3083.37,251.16,0.56677,300,5,0,1604,0,1,0,0,0),(6947,2732,0,1,1,1055,0,-7119.99,-3164.64,252.634,1.41785,300,0,0,1604,0,0,0,0,0),(725,20102,0,1,1,22368,1,-14440.2,510.301,26.2619,5.07891,300,0,0,42,0,0,0,0,0),(724,20102,0,1,1,1140,1,-14440.1,509.034,26.2717,1.3439,300,0,0,42,0,0,0,0,0),(723,15080,0,1,1,15210,0,-11824.6,1339.33,1.13543,4.36332,1800,0,0,9156,0,0,0,0,0),(722,2519,0,1,1,4475,1,-12347.4,161.425,3.23635,1.26347,300,0,0,1678,0,0,0,0,0),(721,2464,0,1,1,1735,1,-12398.4,167.963,3.12308,3.27453,1800,0,0,61040,0,0,0,0,0),(6946,92,0,1,1,171,0,-7320.22,-3149.37,315.999,4.26246,300,10,0,1678,0,1,0,0,0),(6945,92,0,1,1,171,0,-7312.8,-3179.51,301.539,5.94697,300,10,0,1678,0,1,0,0,0),(720,17094,0,1,1,16847,1,-12385.7,180.811,2.62308,3.54302,300,0,0,811,852,0,0,0,0),(719,4624,0,1,1,7104,1,-14390.9,414.861,22.757,2.74017,300,0,0,22758,0,0,0,0,0),(718,4624,0,1,1,7102,1,-14451.8,454.594,4.12501,5.25344,300,0,0,22758,0,0,0,0,0),(15371,2348,0,1,1,8014,0,-1015.99,-977.847,42.1637,5.55732,300,5,0,787,0,1,0,0,0),(15370,2377,0,1,1,1079,1,-1108.39,-299.275,-7.03991,1.34207,300,10,0,935,878,1,0,0,0),(15369,2351,0,1,1,806,0,-512.414,377.835,90.4411,1.82762,300,10,0,677,0,1,0,0,0),(15368,2351,0,1,1,806,0,-742.916,420.455,74.3727,1.42729,300,5,0,677,0,1,0,0,0),(15367,2351,0,1,1,806,0,-804.377,362.568,58.0971,2.79625,300,5,0,677,0,1,0,0,0),(15366,2351,0,1,1,806,0,-714.147,428.114,75.3286,1.70606,300,5,0,677,0,1,0,0,0),(15365,2350,0,1,1,1989,0,-742.279,330.834,51.3856,1.19283,300,3,0,494,0,1,0,0,0),(15364,2386,0,1,1,3708,1,-876.758,-492.688,12.4533,1.09956,300,0,0,2310,0,0,0,0,0),(15363,2386,0,1,1,3708,1,-840.33,-501.805,14.935,3.12407,300,5,0,2310,0,1,0,0,0),(15362,3540,0,1,1,3697,1,-931.449,-528.687,6.96295,3.05433,300,0,0,1753,0,0,0,0,0),(15361,2383,0,1,1,3694,1,-900.226,-553.434,6.96295,3.22886,300,0,0,950,0,0,0,0,0),(15360,2386,0,1,1,3708,1,-926.245,-518.473,6.87962,4.16864,300,3,0,2310,0,1,0,0,0),(54741,13141,349,1,1,2079,0,816.502,-376.739,-59.101,6.16101,86400,5,0,4953,0,1,0,0,0),(54739,12216,349,1,1,2452,0,793.614,-413.387,-53.4507,5.67232,86400,1,0,1238,0,1,0,0,0),(54737,11790,349,1,1,11345,1,790.499,-413.405,-53.3356,4.95674,86400,1,0,4953,0,1,0,0,0),(54738,12217,349,1,1,12345,0,789.389,-419.179,-53.5493,1.91986,86400,1,0,1238,0,1,0,0,0),(52144,11043,329,1,1,10463,1,3443.41,-3083.56,135.002,2.34367,86400,0,0,8613,0,2,0,0,0),(52143,11043,329,1,1,10464,1,3478.51,-3089.73,136.629,0.610865,86400,0,0,8613,0,0,0,0,0),(17485,3242,1,1,1,6087,0,255.567,-3275.58,63.2747,0.886303,275,5,0,273,0,1,0,0,0),(17484,3242,1,1,1,6087,0,454.154,-2648.8,92.0041,0.360408,275,5,0,273,0,1,0,0,0),(17483,3242,1,1,1,6087,0,716.145,-2387.74,93.1287,5.59693,275,5,0,273,0,1,0,0,0),(17482,3242,1,1,1,6087,0,483.043,-2829.88,92.2425,1.69418,275,5,0,273,0,1,0,0,0),(17481,3242,1,1,1,6087,0,422.34,-2668.34,94.5263,1.11532,275,5,0,273,0,1,0,0,0),(17480,3242,1,1,1,6087,0,-970.651,-2951.61,93.7177,0.095505,275,5,0,273,0,1,0,0,0),(17479,3242,1,1,1,6087,0,-849.318,-2415.96,91.7917,2.27336,275,5,0,273,0,1,0,0,0),(17478,3242,1,1,1,6087,0,-186.284,-1889.24,93.1135,3.61572,275,5,0,273,0,1,0,0,0),(17477,3242,1,1,1,6087,0,-392.345,-2006.13,91.8722,6.1814,275,5,0,273,0,1,0,0,0),(17476,3242,1,1,1,6087,0,-186.829,-2019.69,94.2668,0.50734,275,5,0,273,0,1,0,0,0),(17475,3242,1,1,1,6087,0,-27.603,-1711.72,95.474,2.80908,275,5,0,273,0,1,0,0,0),(15359,2408,0,1,1,1244,0,220.06,-1246.31,31.8931,5.94117,300,10,0,1050,0,1,0,0,0),(17474,3242,1,1,1,6087,0,-240.389,-2140.86,91.9045,5.81836,275,5,0,273,0,1,0,0,0),(54736,11790,349,1,1,11345,1,789.526,-424.056,-53.5349,5.3058,86400,1,0,4953,0,1,0,0,0),(17473,3242,1,1,1,6087,0,-134.301,-1657.5,91.7916,5.33593,275,5,0,273,0,1,0,0,0),(17472,3242,1,1,1,6087,0,-239.969,-1763.34,93.6233,3.73935,275,5,0,273,0,1,0,0,0),(17471,3498,1,1,1,7098,1,-1008.67,-3651.95,20.1497,5.55015,275,0,0,573,0,0,0,0,0),(17470,3242,1,1,1,6087,0,236.247,-3310.74,54.6638,3.41882,275,5,0,273,0,1,0,0,0),(17469,3242,1,1,1,6087,0,291.316,-2745.59,93.4167,0.122956,275,5,0,273,0,1,0,0,0),(17468,3242,1,1,1,6087,0,120.331,-3626.94,27.3064,1.52066,275,5,0,273,0,1,0,0,0),(17467,3242,1,1,1,6087,0,119.11,-3489.09,31.0596,2.54128,275,5,0,273,0,1,0,0,0),(17466,3242,1,1,1,6087,0,514.162,-2685.03,91.7268,3.91207,275,5,0,273,0,1,0,0,0),(17465,3242,1,1,1,6087,0,-1009.28,-3016.24,93.1625,0.512602,275,5,0,273,0,1,0,0,0),(17464,3242,1,1,1,6087,0,-950.263,-2381.11,91.7917,5.23669,275,5,0,273,0,1,0,0,0),(17463,3242,1,1,1,6087,0,-442.9,-2022.89,92.0826,4.7094,275,5,0,273,0,1,0,0,0),(17462,3242,1,1,1,6087,0,-561.904,-1784.11,91.8699,5.96329,275,5,0,273,0,1,0,0,0),(17461,3242,1,1,1,6087,0,-154.651,-1829.36,93.6286,4.99337,275,5,0,273,0,1,0,0,0),(17460,3242,1,1,1,6087,0,-513.522,-3822.2,27.4233,4.25927,275,5,0,273,0,1,0,0,0),(17459,3242,1,1,1,6087,0,-685.588,-3931.99,25.8757,1.42393,275,3,0,273,0,1,0,0,0),(17458,3242,1,1,1,6087,0,-706.494,-3960.36,24.7301,5.66136,275,3,0,273,0,1,0,0,0),(17457,3242,1,1,1,6087,0,-724.862,-3909.03,24.485,5.93084,275,3,0,273,0,1,0,0,0),(17456,3242,1,1,1,6087,0,-613.633,-3906,28.7909,1.52386,275,5,0,273,0,1,0,0,0),(17455,3242,1,1,1,6087,0,754.166,-2515.94,91.7917,0.263754,275,5,0,273,0,1,0,0,0),(17454,3242,1,1,1,6087,0,180.85,-3069.37,92.4186,4.72997,275,5,0,273,0,1,0,0,0),(17453,3242,1,1,1,6087,0,240.522,-2725.1,94.1668,3.13872,275,5,0,273,0,1,0,0,0),(17452,3242,1,1,1,6087,0,240.661,-3384.09,36.1462,4.57967,275,3,0,273,0,1,0,0,0),(17451,3242,1,1,1,6087,0,-851.254,-2170.34,92.526,3.22691,275,5,0,273,0,1,0,0,0),(17450,3242,1,1,1,6087,0,-948.551,-2182.89,91.7463,3.76991,275,0,0,273,0,0,0,0,0),(17449,3242,1,1,1,6087,0,-200.34,-1715.65,92.7041,6.15469,275,5,0,273,0,1,0,0,0),(17448,3242,1,1,1,6087,0,-243.458,-2077.94,96.9693,3.25706,275,5,0,273,0,1,0,0,0),(17447,3242,1,1,1,6087,0,-349.948,-1780.76,92.2051,5.71357,275,5,0,273,0,1,0,0,0),(17446,3242,1,1,1,6087,0,-498.157,-1957.37,94.1147,2.21352,275,5,0,273,0,1,0,0,0),(17445,3241,1,1,1,1977,0,-598.823,-3622.19,92.0417,1.11461,275,0,0,328,0,0,0,0,0),(17444,3241,1,1,1,1977,0,546.505,-1877.84,94.3537,1.82879,275,5,0,328,0,1,0,0,0),(17443,3241,1,1,1,1977,0,597.354,-1745.04,91.8555,0.348814,275,20,0,328,0,1,0,0,0),(17442,3241,1,1,1,1977,0,491.807,-1989.1,92.5417,5.79093,275,5,0,328,0,1,0,0,0),(17441,3241,1,1,1,1977,0,686.632,-2135.3,92.0766,1.37062,275,30,0,328,0,1,0,0,0),(17440,3497,1,1,1,7097,1,-971.109,-3737.66,5.89569,0.506145,275,0,0,664,0,0,0,0,0),(17439,3241,1,1,1,1977,0,662.674,-1885.94,91.9021,5.89558,275,5,0,328,0,1,0,0,0),(17438,3241,1,1,1,1977,0,487.109,-1827.61,91.7917,1.4363,275,5,0,328,0,1,0,0,0),(17437,3240,1,1,1,1537,0,-2187.7,-2114.14,93.7292,4.54371,275,20,0,417,0,1,0,0,0),(17436,3240,1,1,1,1537,0,-2235.84,-2271.65,94.342,5.37187,275,20,0,417,0,1,0,0,0),(17435,3240,1,1,1,1537,0,-2384.82,-2418.87,93.0417,4.76227,275,20,0,417,0,1,0,0,0),(17434,3240,1,1,1,1537,0,-2212.21,-2249.06,94.3621,6.19506,275,20,0,417,0,1,0,0,0),(17433,5800,1,1,1,4347,1,-3724.01,-2197.76,91.6746,0.964398,420,0,0,1686,0,2,0,0,0),(17432,3240,1,1,1,1537,0,-1782.93,-2171.68,92.5812,4.30685,275,20,0,417,0,1,0,0,0),(17431,3240,1,1,1,1537,0,-1917.58,-1982.28,91.7917,1.17993,275,20,0,417,0,1,0,0,0),(17430,3240,1,1,1,1537,0,-2178.58,-2068.03,91.7917,2.258,275,20,0,417,0,1,0,0,0),(17429,3240,1,1,1,1537,0,-1993.26,-1853.08,92.4564,3.03975,275,20,0,417,0,1,0,0,0),(17428,3240,1,1,1,1537,0,-1820.65,-2082.03,92.2107,0.042873,275,20,0,417,0,1,0,0,0),(17426,3240,1,1,1,1537,0,-1751.91,-1784.08,94.8575,3.6282,275,20,0,417,0,1,0,0,0),(17425,3240,1,1,1,1537,0,-2314.2,-2418.57,95.7128,1.78703,275,20,0,417,0,1,0,0,0),(17424,3240,1,1,1,1537,0,-2160.42,-2116.3,91.7917,3.08717,275,20,0,417,0,1,0,0,0),(17423,3240,1,1,1,1537,0,-1616.66,-1910.24,92.3324,3.2679,275,20,0,417,0,1,0,0,0),(17422,3240,1,1,1,1537,0,-2150.91,-1988.58,92.6667,2.22692,275,20,0,417,0,1,0,0,0),(17421,3240,1,1,1,1537,0,-2243.73,-2015.75,92.599,0,275,20,0,417,0,1,0,0,0),(17420,3240,1,1,1,1537,0,-2189.77,-1969.87,92.384,5.12673,275,20,0,417,0,1,0,0,0),(17419,3240,1,1,1,1537,0,-2380.96,-2455.92,92.8038,5.60997,275,20,0,417,0,1,0,0,0),(17418,3240,1,1,1,1537,0,-1422.9,-1884.71,92.9106,3.82883,275,20,0,417,0,1,0,0,0),(17417,3240,1,1,1,1537,0,-2057.62,-2453.21,93.6198,3.43349,275,20,0,417,0,1,0,0,0),(17416,3240,1,1,1,1537,0,-2154.77,-2723.24,93.4167,4.20954,275,20,0,417,0,1,0,0,0),(17415,3240,1,1,1,1537,0,-1620.35,-1888.87,91.8513,2.96296,275,20,0,417,0,1,0,0,0),(17414,3240,1,1,1,1537,0,-1948.72,-2457.21,91.7917,4.93558,275,20,0,417,0,1,0,0,0),(17413,3240,1,1,1,1537,0,-2274.03,-1657.43,91.7112,5.61586,275,20,0,417,0,1,0,0,0),(17412,3240,1,1,1,1537,0,-1755,-2052.86,94.1554,0.754004,275,20,0,417,0,1,0,0,0),(17411,3240,1,1,1,1537,0,-1518.65,-2082.87,82.7006,4.78992,275,20,0,417,0,1,0,0,0),(17410,3240,1,1,1,1537,0,-1568.25,-2167.32,82.5756,0.592906,275,0,0,417,0,2,0,0,0),(17409,3240,1,1,1,1537,0,-1613.75,-2012.5,92.5336,3.45433,275,20,0,417,0,1,0,0,0),(17408,3240,1,1,1,1537,0,-2286.66,-1653.96,91.8769,4.92866,275,20,0,417,0,1,0,0,0),(17407,3240,1,1,1,1537,0,-2167.78,-2415.3,91.9609,0.851064,275,20,0,417,0,1,0,0,0),(17406,3240,1,1,1,1537,0,-1517.46,-1751.3,92.1666,0.137287,275,20,0,417,0,1,0,0,0),(17405,3240,1,1,1,1537,0,-1477.18,-1974.93,90.793,4.45367,275,20,0,417,0,1,0,0,0),(17404,3240,1,1,1,1537,0,-1622.07,-1965.04,93.8539,4.05015,275,20,0,417,0,1,0,0,0),(17403,3240,1,1,1,1537,0,-1517.42,-1695.38,93.1667,3.66016,275,20,0,417,0,1,0,0,0),(17402,3240,1,1,1,1537,0,-1967.23,-2544.26,93.9453,0.318732,275,20,0,417,0,1,0,0,0),(17401,3240,1,1,1,1537,0,-1714.73,-1781.15,94.5417,1.48214,275,20,0,417,0,1,0,0,0),(17400,3240,1,1,1,1537,0,-1817.93,-2328.72,92.7573,1.60789,275,20,0,417,0,1,0,0,0),(17399,3240,1,1,1,1537,0,-1450.87,-1953.98,94.4044,4.31086,275,20,0,417,0,1,0,0,0),(17398,3240,1,1,1,1537,0,-1995.27,-2445.87,94.5923,2.71028,275,20,0,417,0,1,0,0,0),(17397,3240,1,1,1,1537,0,-1597.61,-1885.66,92.6667,2.96628,275,20,0,417,0,1,0,0,0),(17396,3240,1,1,1,1537,0,-1528.37,-1807.7,91.7917,2.98557,275,20,0,417,0,1,0,0,0),(17395,3240,1,1,1,1537,0,-2060.05,-2402.58,93.4479,2.04746,275,20,0,417,0,1,0,0,0),(17394,3240,1,1,1,1537,0,-1386.49,-1800.77,91.7917,4.20847,275,20,0,417,0,1,0,0,0),(17393,3240,1,1,1,1537,0,-2110.71,-2756.13,92.986,1.95566,275,20,0,417,0,1,0,0,0),(17392,3240,1,1,1,1537,0,-1955.73,-2495.66,93.6445,5.24778,275,20,0,417,0,1,0,0,0),(17391,3240,1,1,1,1537,0,-1412.69,-2053.71,85.0756,5.39255,275,20,0,417,0,1,0,0,0),(17390,3240,1,1,1,1537,0,-2219.75,-2320.75,92.9836,1.70815,275,20,0,417,0,1,0,0,0),(17389,3240,1,1,1,1537,0,-1881.75,-2328.82,92.2522,4.70848,275,20,0,417,0,1,0,0,0),(17388,3240,1,1,1,1537,0,-1643.38,-1948.88,92.723,2.07612,275,20,0,417,0,1,0,0,0),(16147,3240,1,1,1,1537,0,-2184.94,-2349.5,94.9265,1.32629,275,20,0,417,0,1,0,0,0),(15276,3240,1,1,1,1537,0,-2118.29,-2705.53,91.7917,4.97431,275,20,0,417,0,1,0,0,0),(15275,3240,1,1,1,1537,0,-2047.85,-2681.26,91.7917,1.96805,275,0,0,417,0,2,0,0,0),(15274,3240,1,1,1,1537,0,-1722.7,-1905.32,91.7917,2.38279,275,20,0,417,0,1,0,0,0),(15273,3240,1,1,1,1537,0,-1886.89,-2213.2,94.8755,2.37008,275,20,0,417,0,1,0,0,0),(15272,3240,1,1,1,1537,0,-1681.08,-1648.78,93.7491,1.30191,275,20,0,417,0,1,0,0,0),(15271,3240,1,1,1,1537,0,-1546.46,-2176.15,83.603,4.65765,275,20,0,417,0,1,0,0,0),(15270,3240,1,1,1,1537,0,-1662.87,-2083,93.4784,3.15722,275,20,0,417,0,1,0,0,0),(15269,3240,1,1,1,1537,0,-1708.91,-2190.07,93.9932,5.67406,275,20,0,417,0,1,0,0,0),(15268,3240,1,1,1,1537,0,-2116.7,-2319.05,94.6368,4.81614,275,20,0,417,0,1,0,0,0),(15267,3240,1,1,1,1537,0,-2012.55,-2384.78,92.0341,5.60254,275,20,0,417,0,1,0,0,0),(15266,3240,1,1,1,1537,0,-2246.83,-2677.43,92.3552,4.82585,275,20,0,417,0,1,0,0,0),(15265,3240,1,1,1,1537,0,-1480.02,-1652.01,92.3716,0.532685,275,20,0,417,0,1,0,0,0),(15264,3240,1,1,1,1537,0,-2205.84,-2681.4,91.7917,3.16103,275,20,0,417,0,1,0,0,0),(15263,3240,1,1,1,1537,0,-1549.49,-1888.2,96.4652,4.70262,275,20,0,417,0,1,0,0,0),(15262,3240,1,1,1,1537,0,-1648.32,-2148.57,92.1256,0.001872,275,20,0,417,0,1,0,0,0),(15261,3240,1,1,1,1537,0,-2213.96,-2730.7,92.8205,5.91138,275,20,0,417,0,1,0,0,0),(15260,3240,1,1,1,1537,0,-1619.04,-2120.82,93.936,4.61104,275,20,0,417,0,1,0,0,0),(15259,3240,1,1,1,1537,0,-1556.03,-1722.88,91.7967,4.0105,275,20,0,417,0,1,0,0,0),(15258,3240,1,1,1,1537,0,-1839.72,-2134.83,92.2686,4.10326,275,20,0,417,0,1,0,0,0),(15257,3240,1,1,1,1537,0,-2146.57,-2312.53,95.2127,0.116202,275,20,0,417,0,1,0,0,0),(15256,3240,1,1,1,1537,0,-1857.85,-2334.29,91.8065,2.03453,275,20,0,417,0,1,0,0,0),(15255,3496,1,1,1,7058,1,-915.813,-3724.49,9.71071,3.50811,275,0,0,5544,0,0,0,0,0),(15254,3239,1,1,1,1538,0,-2652.46,-1882.54,93.3483,3.17673,275,20,0,494,0,1,0,0,0),(15253,3239,1,1,1,1538,0,-2914.2,-2148.64,92.0602,0.911165,275,20,0,494,0,1,0,0,0),(15252,3239,1,1,1,1538,0,-2775.32,-1960.69,93.8734,2.09485,275,20,0,494,0,1,0,0,0),(15251,3239,1,1,1,1538,0,-2289.56,-2250.98,92.0872,1.85112,275,20,0,494,0,1,0,0,0),(15250,3239,1,1,1,1538,0,-2578.29,-2144.51,92.6332,4.04735,275,20,0,494,0,1,0,0,0),(15249,3239,1,1,1,1538,0,-3050.28,-2017.21,95.7631,2.14219,275,20,0,494,0,1,0,0,0),(15248,3239,1,1,1,1538,0,-2914.84,-2004.73,91.8582,0.337134,275,20,0,494,0,1,0,0,0),(15247,3239,1,1,1,1538,0,-2889.78,-1957.38,96.2062,5.42589,275,3,0,494,0,1,0,0,0),(15246,5799,1,1,1,4348,0,-3720.09,-2192.11,91.6669,0.964398,420,0,0,1953,0,2,0,0,0),(15245,3239,1,1,1,1538,0,-2709.38,-1875.57,91.9278,5.20132,275,20,0,494,0,1,0,0,0),(15244,3239,1,1,1,1538,0,-2873.31,-2019.58,92.4216,3.83708,275,20,0,494,0,1,0,0,0),(15243,3239,1,1,1,1538,0,-2499.17,-2188.99,95.9167,3.82546,275,20,0,494,0,1,0,0,0),(15242,3239,1,1,1,1538,0,-2657.63,-1980.3,98.6057,3.00136,275,20,0,494,0,1,0,0,0),(15241,3239,1,1,1,1538,0,-3052.46,-2092.01,91.8932,5.44972,275,20,0,494,0,1,0,0,0),(15240,3239,1,1,1,1538,0,-2335.08,-2249.02,91.8233,0.21335,275,20,0,494,0,1,0,0,0),(15239,3239,1,1,1,1538,0,-2498.94,-2254.37,94.9707,1.27467,275,20,0,494,0,1,0,0,0),(15238,3239,1,1,1,1538,0,-2298.13,-2295.72,91.7917,0.698981,275,20,0,494,0,1,0,0,0),(15237,3239,1,1,1,1538,0,-2421.92,-2337.69,92.1515,5.5677,275,20,0,494,0,1,0,0,0),(15236,3239,1,1,1,1538,0,-2568.47,-2083.56,91.7917,2.8924,275,20,0,494,0,1,0,0,0),(15235,3239,1,1,1,1538,0,-2373.9,-2337.36,93.1667,1.54918,275,20,0,494,0,1,0,0,0),(15234,3239,1,1,1,1538,0,-2434.34,-2269.69,95.3725,1.07981,275,20,0,494,0,1,0,0,0),(15233,3239,1,1,1,1538,0,-2575.35,-2370.83,94.7511,3.14168,275,20,0,494,0,1,0,0,0),(15232,3239,1,1,1,1538,0,-2683.58,-2085.01,96.3607,0.003906,275,20,0,494,0,1,0,0,0),(15231,3239,1,1,1,1538,0,-2559.1,-2349.37,92.0135,3.04775,275,20,0,494,0,1,0,0,0),(15230,3239,1,1,1,1538,0,-2523.04,-1850.07,92.314,3.09865,275,20,0,494,0,1,0,0,0),(15229,3239,1,1,1,1538,0,-2484.63,-1816.18,93.7917,6.23425,275,20,0,494,0,1,0,0,0),(15228,3239,1,1,1,1538,0,-2681.87,-2011.95,95.9509,1.58256,275,20,0,494,0,1,0,0,0),(15227,3239,1,1,1,1538,0,-2406.19,-2290.01,92.226,2.57636,275,20,0,494,0,1,0,0,0),(15214,3239,1,1,1,1538,0,-2702.98,-2055.48,97.8233,5.31991,275,3,0,494,0,1,0,0,0),(15213,3239,1,1,1,1538,0,-2477.62,-2319.84,94.508,4.62827,275,20,0,494,0,1,0,0,0),(15212,3239,1,1,1,1538,0,-2615.59,-2379.29,91.9746,0.765211,275,3,0,494,0,1,0,0,0),(15211,3239,1,1,1,1538,0,-2524.8,-2336.74,93.4405,2.1416,275,20,0,494,0,1,0,0,0),(15210,3239,1,1,1,1538,0,-2656.74,-2238.81,95.3412,3.3861,275,20,0,494,0,1,0,0,0),(15209,3239,1,1,1,1538,0,-2604.74,-2285.65,92.1247,2.92123,275,20,0,494,0,1,0,0,0),(15208,3239,1,1,1,1538,0,-2646.91,-2146.51,96.3647,0.208133,275,20,0,494,0,1,0,0,0),(15207,3239,1,1,1,1538,0,-2715.72,-2262.29,92.0967,4.40484,275,20,0,494,0,1,0,0,0),(15206,3239,1,1,1,1538,0,-2587.93,-1788.53,92.5417,6.09364,275,20,0,494,0,1,0,0,0),(15205,3239,1,1,1,1538,0,-2593.97,-1817.42,94.293,6.06664,275,20,0,494,0,1,0,0,0),(15204,3239,1,1,1,1538,0,-2510.17,-2286.93,95.0517,5.69245,275,20,0,494,0,1,0,0,0),(15203,3239,1,1,1,1538,0,-2407.92,-2396.09,91.7917,5.46566,275,20,0,494,0,1,0,0,0),(15202,3239,1,1,1,1538,0,-2515.82,-2443.5,91.7917,4.44343,275,20,0,494,0,1,0,0,0),(15201,3239,1,1,1,1538,0,-2719.43,-2221.44,91.7917,4.01877,275,20,0,494,0,1,0,0,0),(15200,3239,1,1,1,1538,0,-2455.25,-1687.59,92.8252,5.1201,275,20,0,494,0,1,0,0,0),(15199,3239,1,1,1,1538,0,-2458.66,-2479.58,91.7897,0.170054,275,20,0,494,0,1,0,0,0),(15198,3239,1,1,1,1538,0,-2518.5,-1712.59,93.6581,4.79845,275,20,0,494,0,1,0,0,0),(15197,3239,1,1,1,1538,0,-2890.99,-2184.72,92.3333,3.15917,275,20,0,494,0,1,0,0,0),(15196,3239,1,1,1,1538,0,-2425.84,-2459.12,91.7917,3.89029,275,20,0,494,0,1,0,0,0),(15195,3239,1,1,1,1538,0,-3017.17,-2106.79,92.0043,3.30642,275,20,0,494,0,1,0,0,0),(15194,3495,1,1,1,7096,1,-837.804,-3724.94,26.3722,3.92699,275,0,0,484,0,0,0,0,0),(15193,3239,1,1,1,1538,0,-2789.18,-2152.49,94.05,1.29786,275,20,0,494,0,1,0,0,0),(15192,3239,1,1,1,1538,0,-2969.66,-1974.89,99.6755,5.85446,275,3,0,494,0,1,0,0,0),(15191,3239,1,1,1,1538,0,-2474.78,-1738.54,92.0609,3.85615,275,20,0,494,0,1,0,0,0),(15190,3239,1,1,1,1538,0,-2886.46,-2043.4,92.6842,3.53448,275,20,0,494,0,1,0,0,0),(15189,3238,1,1,1,1539,0,-3696.11,-2350.67,93.5732,2.81984,275,5,0,573,0,1,0,0,0),(15188,3238,1,1,1,1539,0,-3820.99,-2216.32,92.3251,2.68843,275,5,0,573,0,1,0,0,0),(15187,3238,1,1,1,1539,0,-3949.54,-2153.62,92.1999,6.13436,275,5,0,573,0,1,0,0,0),(15186,3238,1,1,1,1539,0,-3605.2,-2064.72,93.703,5.51988,275,5,0,573,0,1,0,0,0),(15185,3238,1,1,1,1539,0,-3734.95,-2084.25,93.5368,3.10255,275,5,0,573,0,1,0,0,0),(15184,3238,1,1,1,1539,0,-3620.65,-2124.26,91.7916,4.71408,275,5,0,573,0,1,0,0,0),(15183,3238,1,1,1,1539,0,-3882.87,-2239.15,91.7917,4.71775,275,5,0,573,0,1,0,0,0),(15182,3238,1,1,1,1539,0,-3778.32,-2092.08,91.7917,4.31603,275,5,0,573,0,1,0,0,0),(15181,3238,1,1,1,1539,0,-3515.89,-2224.06,94.2393,2.85071,275,5,0,573,0,1,0,0,0),(15180,3238,1,1,1,1539,0,-3436.79,-2150.69,91.7917,3.00721,275,5,0,573,0,1,0,0,0),(15179,3238,1,1,1,1539,0,-3418.27,-2122.4,94.9604,1.60009,275,5,0,573,0,1,0,0,0),(15178,3238,1,1,1,1539,0,-3478.94,-2182.68,95.2209,1.26623,275,5,0,573,0,1,0,0,0),(15177,3238,1,1,1,1539,0,-3549,-2247.44,92.6712,3.89946,275,5,0,573,0,1,0,0,0),(15176,3238,1,1,1,1539,0,-3518.67,-2282.22,96.7917,0.485373,275,5,0,573,0,1,0,0,0),(15175,3238,1,1,1,1539,0,-3799.52,-2398.64,103.222,0.887816,275,3,0,573,0,1,0,0,0),(15174,3238,1,1,1,1539,0,-3746.36,-2379.49,94.7012,1.46576,275,5,0,573,0,1,0,0,0),(15173,3238,1,1,1,1539,0,-3573.44,-1952.8,91.7917,5.8525,275,5,0,573,0,1,0,0,0),(15172,3238,1,1,1,1539,0,-3741.39,-1896.3,92.7338,5.29613,275,5,0,573,0,1,0,0,0),(15171,3238,1,1,1,1539,0,-3683.83,-1753.58,91.8691,4.99343,275,5,0,573,0,1,0,0,0),(15170,3238,1,1,1,1539,0,-3585.22,-1910.8,94.5708,0.489453,275,5,0,573,0,1,0,0,0),(15169,5798,1,1,1,4346,1,-3730.11,-2206.64,91.7255,0.965182,420,0,0,2097,0,2,0,0,0),(15168,3238,1,1,1,1539,0,-3694.37,-1883.98,92.4808,3.02015,275,5,0,573,0,1,0,0,0),(15167,3238,1,1,1,1539,0,-3555.1,-1852.88,91.8278,3.38497,275,5,0,573,0,1,0,0,0),(15166,3238,1,1,1,1539,0,-3447.52,-1984.1,92.7114,3.25108,275,5,0,573,0,1,0,0,0),(15165,3238,1,1,1,1539,0,-3498.22,-1906.3,95.6341,2.89108,275,5,0,573,0,1,0,0,0),(15164,3238,1,1,1,1539,0,-3553.99,-2309.53,96.9622,1.06256,275,5,0,573,0,1,0,0,0),(15163,3238,1,1,1,1539,0,-3589.21,-2337.57,92.9745,4.80817,275,5,0,573,0,1,0,0,0),(15162,3238,1,1,1,1539,0,-3318.32,-2119.09,92.2414,3.82235,275,5,0,573,0,1,0,0,0),(15161,3238,1,1,1,1539,0,-3286.11,-2118.45,91.9921,3.65381,275,5,0,573,0,1,0,0,0),(15160,3238,1,1,1,1539,0,-3529.7,-2481.57,86.0827,3.14941,275,3,0,573,0,1,0,0,0),(15159,3238,1,1,1,1539,0,-3587.38,-2483.19,81.5571,4.56137,275,5,0,573,0,1,0,0,0),(15158,3238,1,1,1,1539,0,-3483.87,-2286.05,91.8823,5.26129,275,5,0,573,0,1,0,0,0),(15157,3238,1,1,1,1539,0,-3506.62,-1797.84,94.4352,2.20752,275,5,0,573,0,1,0,0,0),(15156,3238,1,1,1,1539,0,-3818.83,-2454.58,91.7917,1.22801,275,5,0,573,0,1,0,0,0),(15155,3238,1,1,1,1539,0,-3536.26,-2359.93,92.3614,4.30267,275,5,0,573,0,1,0,0,0),(15154,3238,1,1,1,1539,0,-3429.32,-2282.69,105.886,4.15958,275,5,0,573,0,1,0,0,0),(15153,3238,1,1,1,1539,0,-3400.23,-1885.1,91.9798,5.62426,275,5,0,573,0,1,0,0,0),(15152,3238,1,1,1,1539,0,-3378.75,-1815.86,91.9675,4.76259,275,5,0,573,0,1,0,0,0),(15151,3238,1,1,1,1539,0,-3367.52,-2296.75,93.9167,3.17649,275,5,0,573,0,1,0,0,0),(15150,3238,1,1,1,1539,0,-3377.95,-2236.94,92.1868,5.13319,275,5,0,573,0,1,0,0,0),(15149,3494,1,1,1,7073,1,-840.882,-3727.2,19.9711,4.7822,275,0,0,713,0,0,0,0,0),(15148,3238,1,1,1,1539,0,-3384.69,-1919.82,92.3379,2.41835,275,5,0,573,0,1,0,0,0),(15147,3238,1,1,1,1539,0,-3449.83,-2337.53,92.0305,0.472381,275,5,0,573,0,1,0,0,0),(15146,3238,1,1,1,1539,0,-3511.5,-1841.88,91.7917,3.19275,275,5,0,573,0,1,0,0,0),(15145,5797,1,1,1,4345,1,-3726.98,-2202.04,91.6936,0.980106,420,0,0,1686,0,2,0,0,0),(15144,3237,1,1,1,10914,0,-2882.92,-2155.85,92.0426,2.6034,275,0,0,734,0,0,0,0,0),(15143,3493,1,1,1,7095,1,-982.713,-3680.53,9.63783,1.20428,275,0,0,713,0,0,0,0,0),(15142,3236,1,1,1,1453,0,-2885.86,-2153.55,92.6616,2.60247,275,20,0,449,0,1,0,0,0),(15141,3236,1,1,1,1453,0,-2923.16,-2130.44,92.0033,2.37849,275,20,0,449,0,1,0,0,0),(15140,3236,1,1,1,1453,0,-2989.56,-2018.65,92.6055,6.22439,275,0,0,449,0,0,0,0,0),(15139,3236,1,1,1,1453,0,-2979.44,-2017.6,92.7704,6.22656,275,0,0,449,0,0,0,0,0),(15138,3236,1,1,1,1453,0,-2985.06,-2010.02,91.8387,0.035329,275,0,0,449,0,0,0,0,0),(15137,3236,1,1,1,1453,0,-2969.24,-2018.15,95.2449,0.119507,275,0,0,449,0,0,0,0,0),(15136,3492,1,1,1,7094,1,-985.328,-3675.99,9.62932,6.16101,275,0,0,664,0,0,0,0,0),(15135,3235,1,1,1,1232,0,-2878.89,-2157.24,91.9184,2.6047,275,0,0,664,0,0,0,0,0),(15134,3491,1,1,1,7093,1,-919.616,-3683.76,8.23924,3.75246,275,0,0,617,0,0,0,0,0),(15133,3234,1,1,1,10918,0,-1202.43,-3623.93,92.8904,6.12638,275,15,0,300,0,1,0,0,0),(15132,3234,1,1,1,10918,0,-1408.7,-2641.65,92.0417,4.90296,275,20,0,300,0,1,0,0,0),(15131,3234,1,1,1,10918,0,-1288.38,-2590.38,91.7916,5.93839,275,20,0,300,0,1,0,0,0),(15130,3234,1,1,1,10918,0,-1143.19,-1914.61,91.7706,4.9803,275,20,0,300,0,1,0,0,0),(15129,3234,1,1,1,10918,0,-1098.19,-3068.57,95.3867,1.6926,275,20,0,300,0,1,0,0,0),(15128,3234,1,1,1,10918,0,-1178.71,-3469.62,92.1169,1.79349,275,20,0,300,0,1,0,0,0),(15127,3234,1,1,1,10918,0,-1322.6,-2712.57,94.0946,1.35807,275,20,0,300,0,1,0,0,0),(15126,3234,1,1,1,10918,0,-1313.22,-2161.12,94.0685,5.69603,275,20,0,300,0,1,0,0,0),(15125,3234,1,1,1,10918,0,-1212.21,-1807.11,86.4244,6.02825,275,20,0,300,0,1,0,0,0),(15124,3234,1,1,1,10918,0,-1409.1,-2890.9,93.0108,4.54249,275,20,0,300,0,1,0,0,0),(15123,3234,1,1,1,10918,0,-1483.93,-2976.75,92.0791,1.96183,275,20,0,300,0,1,0,0,0),(15122,3234,1,1,1,10918,0,-1482.89,-2798.21,92.8563,4.95971,275,20,0,300,0,1,0,0,0),(15121,3234,1,1,1,10918,0,-1098.96,-2932.29,92.6667,0.450637,275,20,0,300,0,1,0,0,0),(15120,3234,1,1,1,10918,0,415.485,-3164.18,93.1379,4.83771,275,20,0,300,0,1,0,0,0),(15119,3234,1,1,1,10918,0,802,-2807.32,92.0645,2.23852,275,20,0,300,0,1,0,0,0),(15118,3234,1,1,1,10918,0,716.168,-2718.16,92.2917,6.26601,275,20,0,300,0,1,0,0,0),(15117,3234,1,1,1,10918,0,282.459,-1819.85,91.7917,1.59694,275,20,0,300,0,1,0,0,0),(15116,3234,1,1,1,10918,0,216.282,-1643.45,93.0895,0.508127,275,20,0,300,0,1,0,0,0),(15115,3234,1,1,1,10918,0,-421.559,-1644.72,92.3227,0.210412,275,20,0,300,0,1,0,0,0),(15114,3234,1,1,1,10918,0,163.27,-1585.48,93.2205,6.05931,275,20,0,300,0,1,0,0,0),(15113,3234,1,1,1,10918,0,-113.847,-1548.18,91.7917,3.38186,275,20,0,300,0,1,0,0,0),(15112,3234,1,1,1,10918,0,901.133,-2913.79,92.0652,6.10857,275,20,0,300,0,1,0,0,0),(15111,3234,1,1,1,10918,0,-1188.38,-2854.78,93.7878,0.668486,275,20,0,300,0,1,0,0,0),(6944,92,0,1,1,171,0,-7352.14,-3143.63,330.918,2.30907,300,3,0,1678,0,1,0,0,0),(54733,11792,349,1,1,2021,1,607.021,-380.379,-52.0193,1.30076,86400,0,1,4953,0,2,0,0,0),(54734,13142,349,1,1,13098,0,771.383,-352.868,-61.5713,5.74213,86400,3,0,5148,0,1,0,0,0),(54732,11791,349,1,1,11338,1,735.152,-342.541,-50.7083,1.37881,86400,0,0,5148,0,0,0,0,0),(717,4624,0,1,1,7104,1,-14448.9,429.612,15.0229,3.735,300,0,0,22758,0,0,0,0,0),(15110,3234,1,1,1,10918,0,541.894,-3161.28,91.7917,5.8568,275,20,0,300,0,1,0,0,0),(42580,7232,0,1,1,0,1,-8395,688.843,95.273,4.32,490,0,0,4120,0,0,0,0,0),(15109,14754,1,1,1,14785,1,1046.54,-2104.31,123.065,3.94444,600,0,0,52280,0,0,0,0,0),(81527,8120,209,1,1,7345,0,1769.01,1043.17,50.5992,2.40855,86400,5,0,3980,0,1,0,0,0),(81526,5650,209,1,1,6421,1,1879.2,1110.64,8.95783,4.57276,86400,0,1,4278,2966,2,0,0,0),(81524,7271,209,1,1,6434,1,1912.17,1016.11,11.5988,3.10669,86400,0,0,10745,6348,0,0,0,0),(81523,7269,209,1,1,7470,0,1824.31,955.395,8.96523,2.14675,86400,5,0,1782,0,1,0,0,0),(81520,8130,209,1,1,1073,0,1817.61,678.311,14.2237,3.9619,86400,0,0,2865,0,0,0,0,0),(81521,8130,209,1,1,1073,0,1819.85,674.938,14.5555,3.83972,86400,0,0,2865,0,0,0,0,0),(81519,8127,209,1,1,7353,1,1815.85,670.392,15.023,2.02458,86400,0,0,12280,12696,0,0,0,0),(81518,5650,209,1,1,6422,1,1885.03,729.866,33.1269,3.42085,86400,5,0,4278,2966,1,0,0,0),(81598,5650,209,1,1,6422,1,1700.27,1248.3,9.80135,5.76632,86400,0,0,4278,2966,0,0,0,0),(81516,8095,209,1,1,7345,0,1843.61,729.022,18.1469,2.65402,86400,5,0,5757,0,1,0,0,0),(81513,8095,209,1,1,7345,0,1882.49,797.599,34.9542,1.09561,86400,5,0,5757,0,1,0,0,0),(81514,5649,209,1,1,6423,1,1881.65,790.797,36.2795,1.51022,86400,5,0,5346,0,1,0,0,0),(81515,7246,209,1,1,6426,1,1843.78,721.991,20.024,4.60767,86400,3,0,4119,2864,1,0,0,0),(81510,7269,209,1,1,7470,0,1819.47,939.92,9.00765,0.767945,86400,5,0,1782,0,1,0,0,0),(81511,5649,209,1,1,6424,1,1810.61,939.977,8.99004,0.541052,86400,0,0,5346,0,0,0,0,0),(81595,7246,209,1,1,6426,1,1665.86,1260.72,10.5635,4.06662,86400,0,0,4119,2864,0,0,0,0),(15108,3490,1,1,1,4096,1,-428.153,-2584.92,95.8808,3.92699,275,0,0,1003,0,0,0,0,0),(54731,11790,349,1,1,11345,1,738.584,-330.438,-50.7237,4.50295,86400,0,0,4953,0,0,0,0,0),(54730,12217,349,1,1,12345,0,739.44,-337.971,-50.7764,5.55699,86400,1,0,1238,0,1,0,0,0),(15107,3234,1,1,1,10918,0,-1315.81,-2015.47,92.8235,1.50669,275,20,0,300,0,1,0,0,0),(15106,3234,1,1,1,10918,0,-933.667,-1672.85,94.3744,2.98904,275,20,0,300,0,1,0,0,0),(54728,12216,349,1,1,2452,0,744.108,-343.427,-50.7637,4.3986,86400,1,0,1238,0,1,0,0,0),(15105,3234,1,1,1,10918,0,-25.6081,-1445.02,95.5837,1.81692,275,20,0,300,0,1,0,0,0),(54727,11791,349,1,1,11338,1,616.528,-392.275,-51.936,2.9147,86400,0,0,5148,0,0,0,0,0),(54726,11791,349,1,1,11338,1,594.648,-399.883,-51.936,5.8294,86400,0,0,5148,0,0,0,0,0),(6943,2727,0,1,1,161,0,-6577.79,-3317.75,247.233,2.72515,300,10,0,1403,0,1,0,0,0),(8022,4397,1,1,1,7836,0,-2583.58,-4250.03,-15.016,3.71821,360,10,0,1403,0,1,0,0,0),(15104,3489,1,1,1,3877,1,-403.68,-2709.34,97.7294,1.85005,275,0,0,356,0,0,0,0,0),(42724,7346,129,1,1,0,1,2424.14,985.837,48.9103,2.23633,86400,0,0,1469,0,0,0,0,0),(42723,7346,129,1,1,0,1,2404.51,928.312,42.7047,5.3209,86400,0,0,1469,0,0,0,0,0),(42722,7329,129,1,1,0,1,2486.66,831.659,44.4343,4.69989,86400,1,0,3660,0,1,0,0,0),(42721,7346,129,1,1,0,1,2432.9,984.435,48.7186,0.52512,86400,0,0,1469,0,0,0,0,0),(42720,7347,129,1,1,0,0,2429.22,979.017,48.1471,5.62966,86400,0,0,3831,0,0,0,0,0),(42719,4076,129,1,1,0,0,2538.74,849.695,49.4261,5.96987,86400,5,0,8,0,1,0,0,0),(42718,7328,129,1,1,0,1,2547.62,852.532,51.2979,6.01331,86400,0,0,3660,0,0,0,0,0),(42717,7329,129,1,1,0,1,2539.85,849.052,49.9912,5.88545,86400,0,0,3660,0,0,0,0,0),(15103,3488,1,1,1,1866,1,-351.184,-2556.51,95.8708,3.05433,275,0,0,356,0,0,0,0,0),(8021,4415,1,1,1,11348,0,-4289.88,-3679.18,74.8618,0.892329,360,5,0,1751,0,1,0,0,0),(42716,7348,129,1,1,0,0,2465.01,886.877,29.0198,1.27452,86400,0,0,3660,0,0,0,0,0),(42715,7352,129,1,1,0,0,2462.88,886.735,29.3683,1.27455,86400,0,0,3027,1067,0,0,0,0),(42714,2110,129,1,1,0,0,2452.63,863.652,36.8769,1.0875,86400,5,0,1,0,1,0,0,0),(42713,7337,129,1,1,0,0,2508.09,855.546,47.7613,5.96903,86400,1,0,3027,1067,1,0,0,0),(42712,7329,129,1,1,0,1,2505.11,848.514,47.678,0.56702,86400,0,0,3660,0,0,0,0,0),(42711,7329,129,1,1,0,1,2502.49,854.987,47.678,6.09667,86400,0,0,3660,0,0,0,0,0),(42710,7343,129,1,1,0,0,2464.93,1016.69,24.3579,5.19069,86400,0,1,305,0,2,0,0,0),(42709,7343,129,1,1,0,0,2463.37,1015.05,24.3318,5.16063,86400,0,1,305,0,2,0,0,0),(42708,2110,129,1,1,0,0,2436.46,938.903,36.0352,3.08782,86400,5,0,1,0,1,0,0,0),(42707,7344,129,1,1,0,1,2435.25,941.115,36.3236,1.37881,86400,0,0,1403,0,0,0,0,0),(42706,7348,129,1,1,0,0,2437.93,947.161,35.9655,2.56806,86400,0,0,3660,0,0,0,0,0),(42705,7344,129,1,1,0,1,2441.98,942.201,35.4881,0.943392,86400,0,0,1403,0,0,0,0,0),(42704,7344,129,1,1,0,1,2438.66,935.016,35.5474,2.16991,86400,0,0,1403,0,0,0,0,0),(42703,7352,129,1,1,0,0,2446.11,938.189,35.1279,0.437342,86400,0,0,3027,1067,0,0,0,0),(42702,7337,129,1,1,0,0,2546.83,858.142,51.1979,1.71377,86400,0,0,3027,1067,0,0,0,0),(42701,7329,129,1,1,0,1,2552.09,859.259,51.6473,4.33457,86400,0,0,3660,0,0,0,0,0),(42700,7328,129,1,1,0,1,2503.81,862.563,47.7613,5.02056,86400,0,0,3660,0,0,0,0,0),(42699,7329,129,1,1,0,1,2521.25,865.376,47.7613,3.9555,86400,2,0,3660,0,1,0,0,0),(42698,7344,129,1,1,0,1,2465.06,912.662,26.7746,4.53875,86400,0,0,1403,0,0,0,0,0),(42697,4076,129,1,1,0,0,2513.62,868.48,47.6034,1.08098,86400,5,0,8,0,1,0,0,0),(42696,7341,129,1,1,0,0,2465,890.982,28.7014,1.41227,86400,0,0,2706,2680,0,0,0,0),(42695,7352,129,1,1,0,0,2467.07,891.052,28.4543,1.44223,86400,0,0,3027,1067,0,0,0,0),(42694,7346,129,1,1,0,1,2448.97,974.833,36.1718,3.88879,86400,0,0,1469,0,0,0,0,0),(42693,7347,129,1,1,0,0,2454.7,977.548,35.7163,4.43857,86400,0,0,3831,0,0,0,0,0),(42692,7347,129,1,1,0,0,2451.44,967.506,36.062,4.30387,86400,0,0,3831,0,0,0,0,0),(42691,7344,129,1,1,0,1,2464.48,920.529,26.0583,3.2304,86400,0,0,1403,0,0,0,0,0),(42690,7348,129,1,1,0,0,2470.26,920.407,25.7429,0.488461,86400,0,0,3660,0,0,0,0,0),(42689,7352,129,1,1,0,0,2470.12,913.654,26.6391,1.6057,86400,0,0,3027,1067,0,0,0,0),(42688,4076,129,1,1,0,0,2473.95,937.461,23.6142,0.242329,86400,5,0,8,0,1,0,0,0),(42687,7348,129,1,1,0,0,2473.36,993.727,23.3727,2.87391,86400,0,0,3660,0,0,0,0,0),(42684,7344,129,1,1,0,1,2472.65,986.829,23.6995,5.35144,86400,0,0,1403,0,0,0,0,0),(42683,2110,129,1,1,0,0,2478.27,939.002,23.3457,0.682118,86400,5,0,1,0,1,0,0,0),(42682,7346,129,1,1,0,1,2457.98,971.792,36.5285,4.31884,86400,0,0,1469,0,0,0,0,0),(42681,7341,129,1,1,0,0,2480.11,939.406,23.4132,4.81941,86400,0,1,2706,2680,2,0,0,0),(42678,7352,129,1,1,0,0,2478.47,940.218,23.2707,4.81938,86400,0,1,3027,1067,2,0,0,0),(42677,7328,129,1,1,0,1,2497.72,936.63,48.5002,0.538688,86400,0,0,3660,0,0,0,0,0),(42676,2110,129,1,1,0,0,2538.41,876.342,47.678,0.56715,86400,5,0,1,0,1,0,0,0),(42675,7337,129,1,1,0,0,2541.38,883.627,47.9254,2.88717,86400,1,0,3027,1067,1,0,0,0),(42674,7329,129,1,1,0,1,2541.62,878.335,47.8833,4.3058,86400,0,0,3660,0,0,0,0,0),(42673,7328,129,1,1,0,1,2536.95,878.409,47.7471,1.43083,86400,0,0,3660,0,0,0,0,0),(42672,7329,129,1,1,0,1,2497.61,933.122,48.3386,2.33214,86400,0,0,3660,0,0,0,0,0),(42671,7329,129,1,1,0,1,2495.28,927.812,48.6501,5.84932,86400,0,0,3660,0,0,0,0,0),(39533,7329,129,1,1,0,1,2510.35,913.881,46.5355,0.894557,86400,0,0,3660,0,0,0,0,0),(15102,11680,1,1,1,11869,1,1428.64,-2319.68,93.5165,3.22239,275,5,0,684,693,1,0,0,0),(15101,3487,1,1,1,4097,1,-550.864,-2673.2,95.8709,0.715585,275,0,0,617,0,0,0,0,0),(15100,3231,1,1,1,1034,0,894.119,-3787.17,16.6159,-0.398671,275,0,0,222,0,0,0,0,0),(15099,3486,1,1,1,3875,1,-539.841,-2672.23,95.8709,2.23402,275,0,0,449,0,0,0,0,0),(15098,3485,1,1,1,3873,1,-528.839,-2671.6,95.8709,2.53073,275,0,0,417,0,0,0,0,0),(15097,3484,1,1,1,4094,1,-529.43,-2667.07,95.8709,3.28122,275,0,0,713,0,0,0,0,0),(15096,3483,1,1,1,3872,1,-350.079,-2566.59,97.4414,2.68781,275,0,0,531,0,0,0,0,0),(15095,7067,1,1,1,5832,1,1207.27,-2954.4,91.7917,2.2891,275,0,0,573,0,2,0,0,0),(15094,7067,1,1,1,5832,1,1209.1,-2953.97,91.7917,2.16971,275,0,0,573,0,2,0,0,0),(15093,3482,1,1,1,4095,1,-416.915,-2614.44,95.7625,2.75762,275,0,0,300,0,0,0,0,0),(15092,3481,1,1,1,3868,1,-410.837,-2612.91,95.8219,2.35619,275,0,0,300,0,0,0,0,0),(15091,3480,1,1,1,3867,1,-451.129,-2684.29,95.7333,1.88496,275,0,0,417,0,0,0,0,0),(15090,5784,1,1,1,4288,1,-809.578,-2035.4,97.234,1.36136,275,0,0,896,0,0,0,0,0),(15089,3479,1,1,1,3869,1,-356.996,-2568.86,95.8708,3.35103,275,0,0,1342,0,0,0,0,0),(15088,5783,1,1,1,4291,1,-799.152,-2027.68,97.3228,3.66519,275,0,0,840,0,0,0,0,0),(15087,3478,1,1,1,3865,1,-340.694,-2575.09,97.6699,3.03687,275,0,0,1107,0,0,0,0,0),(15086,3477,1,1,1,3866,1,-343.921,-2558.13,97.9411,3.29867,275,0,0,417,0,0,0,0,0),(15085,3476,1,1,1,846,0,-2025.94,-3814.75,-7.26146,3.77136,275,0,0,840,0,0,0,0,0),(15084,3986,1,1,1,3842,1,318.999,-2263.8,243.122,4.97419,275,0,0,573,1633,0,0,0,0),(15083,3474,1,1,1,1241,0,-1837.25,-2188.44,94.937,0.149199,275,0,0,573,0,2,0,0,0),(15082,3473,1,1,1,10934,0,-2509.89,-2377.26,92.4167,0.187438,275,0,0,664,0,2,0,0,0),(15081,3472,1,1,1,2699,0,-3854.66,-1752.77,93.4167,1.86562,275,0,0,713,0,0,0,0,0),(15080,3471,1,1,1,7048,1,910.296,-2731.76,99.9028,3.90954,275,0,0,356,0,0,0,0,0),(15079,3470,1,1,1,5047,1,317.657,-2236.17,212.109,2.75762,19900,0,0,328,0,0,0,0,0),(15078,5774,1,1,1,2326,0,-381.542,-2625.43,95.7435,3.89208,275,0,0,42,0,0,0,0,0),(15077,5774,1,1,1,2326,0,-386.021,-2621.25,95.7438,3.80482,275,0,0,42,0,0,0,0,0),(15076,7310,1,1,1,5832,1,1223.83,-2921.81,93.2948,1.75548,275,0,0,713,0,0,0,0,0),(15075,7310,1,1,1,5832,1,1227.4,-2920.36,93.2948,0.929012,275,0,0,713,0,0,0,0,0),(15074,10380,1,1,1,9772,1,-2374.26,-1948.79,96.1699,1.0472,275,0,0,328,0,0,0,0,0),(15073,10636,1,1,1,7933,0,1045.73,-2127.23,124.166,5.65487,275,0,0,1003,0,0,0,0,0),(15072,10636,1,1,1,7933,0,1044.77,-2133.54,124.249,0.418879,275,0,0,1003,0,0,0,0,0),(15071,7308,1,1,1,7239,0,1228.97,-2915.53,107.089,5.97962,275,0,0,573,0,2,0,0,0),(15070,7308,1,1,1,7240,0,1234.63,-2931.05,107.019,0.61149,275,0,0,573,0,0,0,0,0),(15069,7307,1,1,1,7235,0,1219.03,-2928.51,120.677,1.96323,275,0,0,617,0,2,0,0,0),(15068,7307,1,1,1,7236,0,1222.56,-2914.28,120.677,3.78877,275,0,0,617,0,2,0,0,0),(15067,7307,1,1,1,7235,0,1238.85,-2925.31,120.677,4.77334,275,0,0,617,0,2,0,0,0),(15066,3467,1,1,1,797,1,-1571.79,-3884.28,16.2173,3.83286,275,0,0,356,0,0,0,0,0),(15065,3466,1,1,1,6086,0,-2579.17,-2087.5,92.6667,1.57084,275,20,0,494,0,1,0,0,0),(15064,3466,1,1,1,6086,0,-2548.75,-1882.23,92.7916,6.05436,275,20,0,494,0,1,0,0,0),(15063,3466,1,1,1,6086,0,-2391.73,-2257.74,91.9305,6.11041,275,20,0,494,0,1,0,0,0),(15062,3466,1,1,1,6086,0,-2538.86,-2042.07,94.1667,0.505401,275,20,0,494,0,1,0,0,0),(15061,3466,1,1,1,6086,0,-2531.81,-1887.55,92.9111,6.06657,275,20,0,494,0,1,0,0,0),(15060,3466,1,1,1,6086,0,-2382.71,-2288.71,92.0803,1.48863,275,20,0,494,0,1,0,0,0),(15059,3466,1,1,1,6086,0,-2612.99,-2062.32,91.7917,5.15188,275,20,0,494,0,1,0,0,0),(15058,3466,1,1,1,6086,0,-2452.25,-2322.89,94.6814,1.78121,275,20,0,494,0,1,0,0,0),(15057,3466,1,1,1,6086,0,-2508.27,-2219.36,92.0364,4.90571,275,20,0,494,0,1,0,0,0),(15056,3466,1,1,1,6086,0,-2321.01,-2348.9,94.8627,2.85828,275,20,0,494,0,1,0,0,0),(15055,3466,1,1,1,6086,0,-2598.11,-2325.47,92.4119,3.5616,275,20,0,494,0,1,0,0,0),(15054,3466,1,1,1,6086,0,-2632.91,-2273.04,92.1886,5.76792,275,20,0,494,0,1,0,0,0),(15053,3466,1,1,1,6086,0,-2555.85,-2309.39,92.2748,4.41719,275,20,0,494,0,1,0,0,0),(15052,3466,1,1,1,6086,0,-2681.04,-2101.74,95.4878,1.45928,275,20,0,494,0,1,0,0,0),(15051,3466,1,1,1,6086,0,-2621.5,-2118.47,93.9662,5.72769,275,20,0,494,0,1,0,0,0),(15050,3466,1,1,1,6086,0,-2659.04,-1944.09,98.9418,0.285279,275,20,0,494,0,1,0,0,0),(15049,3466,1,1,1,6086,0,-2620.88,-1921.3,97.2567,2.09175,275,20,0,494,0,1,0,0,0),(15048,3466,1,1,1,6086,0,-2282.94,-2312.8,93.9579,2.43084,275,20,0,494,0,1,0,0,0),(15047,3466,1,1,1,6086,0,-2536.75,-2256.48,94.4442,0.106542,275,20,0,494,0,1,0,0,0),(15046,3466,1,1,1,6086,0,-2446.94,-2433.79,91.961,1.4651,275,20,0,494,0,1,0,0,0),(15045,3466,1,1,1,6086,0,-2762.9,-2236.18,93.0417,2.34432,275,20,0,494,0,1,0,0,0),(33694,7337,129,1,1,0,0,2500.72,940.689,48.6518,5.07891,86400,0,0,3027,1067,0,0,0,0),(32011,2110,129,1,1,0,0,2508.49,923.693,46.66,2.68722,86400,5,0,1,0,1,0,0,0),(32010,2110,129,1,1,0,0,2531.98,912.364,46.1862,4.73356,86400,5,0,1,0,1,0,0,0),(32009,7337,129,1,1,0,0,2514.52,916.985,46.1069,4.10141,86400,0,0,3027,1067,0,0,0,0),(31980,7334,129,1,1,0,0,2546.41,885.836,47.6967,5.68062,86400,0,1,1536,0,2,0,0,0),(31979,7328,129,1,1,0,1,2545.39,905.981,46.4538,5.02576,86400,0,0,3660,0,0,0,0,0),(31978,7329,129,1,1,0,1,2538.61,911.687,46.1769,1.27834,86400,0,0,3660,0,0,0,0,0),(31977,7344,129,1,1,0,1,2481.96,995.563,23.798,2.49086,86400,0,0,1403,0,0,0,0,0),(31976,7352,129,1,1,0,0,2480.73,989.421,23.7133,4.44082,86400,0,0,3027,1067,0,0,0,0),(15358,2356,0,1,1,3201,0,-973.241,-54.3898,21.0261,5.02128,300,3,0,944,0,1,0,0,0),(52142,11043,329,1,1,10534,1,3473.06,-3093.76,136.629,3.68265,86400,0,0,8613,0,0,0,0,0),(716,4624,0,1,1,7102,1,-14471.4,468.459,36.5393,4.29351,300,0,0,22758,0,0,0,0,0),(715,4624,0,1,1,7102,1,-14458.3,427.056,25.1599,5.40886,300,0,0,22758,0,0,0,0,0),(700,4624,0,1,1,7104,1,-14463.3,502.349,26.2722,5.70723,300,0,0,22758,0,0,0,0,0),(699,4624,0,1,1,7102,1,-14427.2,456.51,15.3394,4.4855,300,0,0,22758,0,0,0,0,0),(698,4624,0,1,1,7102,1,-14427,522.174,4.9749,5.72468,300,0,0,22758,0,0,0,0,0),(697,4624,0,1,1,7104,1,-14405.4,410.595,27.82,0.890118,300,0,0,22758,0,0,0,0,0),(696,4624,0,1,1,7103,1,-14457.2,494.87,26.2741,1.02974,300,0,0,22758,0,0,0,0,0),(695,4624,0,1,1,7102,1,-14440.3,404.942,27.5281,2.06214,300,0,0,22758,0,0,0,0,0),(694,4624,0,1,1,7103,1,-14458.1,488.626,15.2077,1.93731,300,0,0,22758,0,0,0,0,0),(693,4624,0,1,1,7104,1,-14481.5,437.249,34.3722,6.17846,300,0,0,22758,0,0,0,0,0),(692,4624,0,1,1,7102,1,-14416.5,521.15,4.99321,3.97935,300,0,0,22758,0,0,0,0,0),(691,1147,0,1,1,4371,0,-12410.2,203.675,2.43441,0.034907,300,0,0,1753,0,0,0,0,0),(690,5814,0,1,1,4353,1,-12434.4,211.559,2.44848,0.907571,300,0,0,1003,0,0,0,0,0),(689,4624,0,1,1,7104,1,-14461,502.943,15.2054,4.76475,300,0,0,22758,0,0,0,0,0),(688,4624,0,1,1,7102,1,-14449,436.208,3.8145,1.06465,300,0,0,22758,0,0,0,0,0),(687,4624,0,1,1,7102,1,-14441.9,481.137,15.1943,4.57276,300,0,0,22758,0,0,0,0,0),(686,4624,0,1,1,7102,1,-14300,522.794,8.73594,4.2361,300,0,0,22758,0,2,0,0,0),(683,4624,0,1,1,7103,1,-14352.8,378.367,23.6098,1.65806,300,0,0,22758,0,0,0,0,0),(682,4624,0,1,1,7104,1,-14472,483.995,20.465,0.628319,300,0,0,22758,0,0,0,0,0),(681,4624,0,1,1,7103,1,-14343.7,450.156,7.55052,5.58505,300,0,0,22758,0,0,0,0,0),(680,4624,0,1,1,7102,1,-14460.2,451.198,4.13525,5.98648,300,0,0,22758,0,0,0,0,0),(679,4624,0,1,1,7104,1,-14376.6,386.156,22.5742,4.85202,300,0,0,22758,0,0,0,0,0),(678,2699,0,1,1,7170,0,-14404,402.896,23.1433,1.39626,300,0,0,2059,0,0,0,0,0),(677,11346,0,1,1,11158,1,-11880.9,-1067.96,96.9322,4.35853,1800,0,0,6273,6351,0,0,0,0),(676,2522,0,1,1,613,0,-14744.3,-108.589,2.14965,4.57074,300,10,0,1902,0,1,0,0,0),(675,2522,0,1,1,613,0,-14851.9,-245.429,5.23979,4.92894,300,10,0,1902,0,1,0,0,0),(674,691,0,1,1,5561,0,-12210.5,951.196,-12.2093,1.80938,300,5,0,1469,0,1,0,0,0),(673,1152,0,1,1,833,0,-11981.7,-417.92,-13.3983,1.76213,300,5,0,1403,0,1,0,0,0),(672,905,0,1,1,705,0,-12583.2,-50.2432,7.11872,0.718373,300,5,0,1107,0,1,0,0,0),(671,905,0,1,1,705,0,-12083.7,-359.335,-6.87913,3.92098,300,5,0,1107,0,1,0,0,0),(670,905,0,1,1,705,0,-12259.7,-320.112,-0.04512,0.221858,300,5,0,1107,0,1,0,0,0),(669,879,0,1,1,1079,1,-12233.3,742.54,-49.3907,3.69735,1800,5,0,1403,0,1,0,0,0),(668,879,0,1,1,1079,1,-12229.9,716.409,-60.5316,2.5581,1800,5,0,1403,0,1,0,0,0),(667,3624,0,1,1,4292,1,-12399.8,235.511,2.21116,4.93928,300,0,0,1753,0,0,0,0,0),(666,2856,0,1,1,4364,0,-12335.5,163.185,2.9533,2.70526,300,0,0,1753,0,0,0,0,0),(665,1064,0,1,1,4368,1,-12382.9,234.091,2.91947,1.29154,300,0,0,11828,0,0,0,0,0),(664,1064,0,1,1,4368,1,-12367,223.998,3.35305,4.43314,300,0,0,11828,0,0,0,0,0),(663,1381,0,1,1,4373,0,-12357.7,142.379,4.56038,0.628319,300,0,0,1753,0,0,0,0,0),(662,1385,0,1,1,4365,0,-12398.2,195.151,2.43474,0.017453,300,0,0,1342,0,0,0,0,0),(661,16096,0,1,1,11375,1,-12434.5,195.617,31.3747,1.15192,1800,0,0,31905,0,0,0,0,0),(660,1064,0,1,1,4369,1,-12384.4,147.201,2.63026,1.5708,300,0,0,11828,0,0,0,0,0),(659,1064,0,1,1,4368,1,-12332.8,190.914,25.6026,0.069813,300,0,0,11828,0,0,0,0,0),(658,783,0,1,1,4623,1,-13055,-536.844,93.256,1.93373,300,5,0,2059,0,1,0,0,0),(657,4624,0,1,1,7103,1,-14314.8,435.161,22.9064,1.7562,300,0,0,22758,0,0,0,0,0),(656,4624,0,1,1,7104,1,-14405.2,421.24,8.37934,2.60319,300,0,0,22758,0,2,0,0,0),(655,4624,0,1,1,7103,1,-14293.2,557.623,8.74147,5.21853,300,0,0,22758,0,0,0,0,0),(654,4624,0,1,1,7102,1,-14433.1,418.157,8.8236,0.665366,300,0,0,22758,0,0,0,0,0),(653,4624,0,1,1,7103,1,-14450.4,443.711,4.15101,2.18166,300,0,0,22758,0,0,0,0,0),(652,4624,0,1,1,7102,1,-14444.3,393.037,32.0601,1.51844,300,0,0,22758,0,0,0,0,0),(651,4624,0,1,1,7104,1,-14454.3,434.848,15.1883,5.24977,300,0,0,22758,0,0,0,0,0),(6942,92,0,1,1,171,0,-7281.54,-3182.07,296.312,0.824036,300,5,0,1678,0,1,0,0,0),(15044,3466,1,1,1,6086,0,-2950.14,-2089.21,92.0972,1.58065,275,20,0,494,0,1,0,0,0),(6941,2727,0,1,1,161,0,-6461.71,-3285.31,241.792,1.91987,300,10,0,1403,0,1,0,0,0),(54725,11791,349,1,1,11338,1,580.809,-384.172,-51.936,0.383972,86400,0,0,5148,0,0,0,0,0),(54127,12219,349,1,1,12347,0,918.115,-341.832,-49.529,1.06465,86400,1,0,8316,0,1,0,0,0),(54126,2914,349,1,1,1206,0,911.326,-329.779,-49.3715,0.279253,86400,10,0,8,0,1,0,0,0),(650,4624,0,1,1,7104,1,-14445.7,519.022,26.399,5.34071,300,0,0,22758,0,0,0,0,0),(649,4624,0,1,1,7104,1,-14437.5,462.809,3.90781,3.56047,300,0,0,22758,0,0,0,0,0),(15043,3466,1,1,1,6086,0,-2715.11,-2154.07,93.5417,5.59093,275,20,0,494,0,1,0,0,0),(54724,11791,349,1,1,11338,1,581.786,-390.249,-51.936,0.820305,86400,0,0,5148,0,0,0,0,0),(54723,11791,349,1,1,11338,1,614.951,-400.142,-51.936,2.23402,86400,0,0,5148,0,0,0,0,0),(15042,3466,1,1,1,6086,0,-2486.04,-1782.38,93.2917,2.29938,275,20,0,494,0,1,0,0,0),(15041,3466,1,1,1,6086,0,-2504.48,-2442.21,92.1205,0.21655,275,20,0,494,0,1,0,0,0),(15040,3466,1,1,1,6086,0,-3148.13,-2116.1,91.7917,3.91525,275,20,0,494,0,1,0,0,0),(15039,3466,1,1,1,6086,0,-2752.79,-1910.43,91.7917,3.98575,275,3,0,494,0,1,0,0,0),(15038,3466,1,1,1,6086,0,-2781.98,-2205.49,95.7917,0.72744,275,20,0,494,0,1,0,0,0),(15037,3466,1,1,1,6086,0,-3069.21,-2108.44,92.1253,5.87983,275,20,0,494,0,1,0,0,0),(15036,3466,1,1,1,6086,0,-2981.51,-2023.31,93.8502,5.31448,275,20,0,494,0,1,0,0,0),(15035,3466,1,1,1,6086,0,-2817.2,-2093.72,95.6056,1.84983,275,20,0,494,0,1,0,0,0),(15034,3466,1,1,1,6086,0,-2753.02,-2128.84,94.4154,3.62707,275,20,0,494,0,1,0,0,0),(15033,10378,1,1,1,9771,1,-2384.08,-1880.94,95.9336,6.05629,600,0,0,17742,0,0,0,0,0),(15032,3466,1,1,1,6086,0,-2920.79,-1940.51,92.1276,1.80155,275,3,0,494,0,1,0,0,0),(15031,3465,1,1,1,19805,0,-2100.96,-3656.17,61.7993,0.942478,275,0,0,386,0,0,0,0,0),(15030,5768,1,1,1,4290,1,-802.192,-2039.24,96.6199,1.79769,275,0,0,300,0,0,0,0,0),(15029,3464,1,1,1,3846,1,-435.952,-2639.21,96.3588,3.35103,275,0,0,713,0,0,0,0,0),(15028,3463,1,1,1,2193,0,-2344.1,-2388.69,92.9167,2.63587,275,20,0,417,0,1,0,0,0),(15027,3463,1,1,1,2193,0,-2147,-2635.68,94.1137,1.36866,275,20,0,417,0,1,0,0,0),(15026,3463,1,1,1,2193,0,-2201.64,-1897.3,91.7917,5.69059,275,20,0,417,0,1,0,0,0),(15025,3463,1,1,1,2193,0,-1949.63,-1828.1,92.2881,1.54118,275,20,0,417,0,1,0,0,0),(15024,3463,1,1,1,2193,0,-2001.64,-2650.68,92.246,5.83088,275,20,0,417,0,1,0,0,0),(15023,3463,1,1,1,2193,0,-2069.49,-2482,92.6778,6.17746,275,20,0,417,0,1,0,0,0),(15022,3463,1,1,1,2193,0,-2184.61,-1978.1,91.7917,0.014639,275,20,0,417,0,1,0,0,0),(15021,3463,1,1,1,2193,0,-1977.85,-2516.18,95.1001,4.321,275,20,0,417,0,1,0,0,0),(15020,3463,1,1,1,2193,0,-1715.09,-2016.92,92.2278,2.26064,275,20,0,417,0,1,0,0,0),(15019,3463,1,1,1,2193,0,-1791.32,-1758.16,94.3563,1.53956,275,20,0,417,0,1,0,0,0),(15018,3463,1,1,1,2193,0,-1547.45,-1846.95,93.8333,3.54683,275,20,0,417,0,1,0,0,0),(15017,3463,1,1,1,2193,0,-1441.4,-1673.5,91.7916,0.469257,275,20,0,417,0,1,0,0,0),(15016,3463,1,1,1,2193,0,-1517.38,-2013.85,93.7917,1.7398,275,20,0,417,0,1,0,0,0),(10993,22940,530,1,1,0,0,-2067.37,5287.16,-37.3222,3.62385,25,0,0,4731,2790,0,0,0,0),(15015,3463,1,1,1,2193,0,-2149.45,-2782.12,91.7917,0.366449,275,3,0,417,0,1,0,0,0),(15014,3463,1,1,1,2193,0,-1713.39,-2109.57,91.7917,5.66141,275,20,0,417,0,1,0,0,0),(15013,3463,1,1,1,2193,0,-1994.87,-1805.37,91.7917,2.64893,275,20,0,417,0,1,0,0,0),(15012,3463,1,1,1,2193,0,-1443.78,-2094.11,86.1619,5.64494,275,20,0,417,0,1,0,0,0),(15011,3463,1,1,1,2193,0,-1811.32,-2180.48,93.2212,1.80229,275,20,0,417,0,1,0,0,0),(15010,3463,1,1,1,2193,0,-2252.5,-1883.41,94.063,2.83923,275,20,0,417,0,1,0,0,0),(15009,3463,1,1,1,2193,0,-1591.43,-1954.78,92.7869,3.36582,275,20,0,417,0,1,0,0,0),(15008,3463,1,1,1,2193,0,-1482.94,-1828.71,94.7423,1.55322,275,20,0,417,0,1,0,0,0),(15007,3463,1,1,1,2193,0,-1760.85,-1851.93,93.4297,4.8043,275,20,0,417,0,1,0,0,0),(15006,3463,1,1,1,2193,0,-2230.34,-2659.81,91.7917,1.42813,275,20,0,417,0,1,0,0,0),(15005,3463,1,1,1,2193,0,-2087.13,-2314.46,95.3892,5.82848,275,20,0,417,0,1,0,0,0),(15004,3463,1,1,1,2193,0,-2217.1,-2049.94,92.7684,0.088005,275,20,0,417,0,1,0,0,0),(15003,3463,1,1,1,2193,0,-2195.98,-2447.72,96.7016,3.3719,275,20,0,417,0,1,0,0,0),(15002,3463,1,1,1,2193,0,-2172.47,-2292.23,96.3885,2.20375,275,20,0,417,0,1,0,0,0),(15001,3463,1,1,1,2193,0,-1500.99,-1715.85,92.7305,3.17868,275,20,0,417,0,1,0,0,0),(15000,3463,1,1,1,2193,0,-1682.9,-1969.19,93.622,0.495065,275,20,0,417,0,1,0,0,0),(14999,3463,1,1,1,2193,0,-2176.88,-2380.22,92.9466,6.22649,275,20,0,417,0,1,0,0,0),(14998,3463,1,1,1,2193,0,-2077.65,-2712.55,93.2176,4.1526,275,20,0,417,0,1,0,0,0),(14997,3463,1,1,1,2193,0,-1578.75,-2219.47,94.2712,4.00103,275,20,0,417,0,1,0,0,0),(14996,3463,1,1,1,2193,0,-1822.53,-2105.59,91.7917,2.87952,275,20,0,417,0,1,0,0,0),(14995,3463,1,1,1,2193,0,-1824.94,-1786.47,92.0417,3.5027,275,20,0,417,0,1,0,0,0),(14994,3463,1,1,1,2193,0,-1485.26,-2048.18,83.8851,1.60984,275,20,0,417,0,1,0,0,0),(14993,3463,1,1,1,2193,0,-2441.59,-2508.11,95.6667,1.79697,275,3,0,417,0,1,0,0,0),(14992,3463,1,1,1,2193,0,-1848.71,-2250.94,94.2983,6.23151,275,20,0,417,0,1,0,0,0),(14991,3463,1,1,1,2193,0,-2215.38,-2121.73,92.4166,4.93294,275,20,0,417,0,1,0,0,0),(14990,3463,1,1,1,2193,0,-1621.78,-2042.67,91.8995,3.09966,275,20,0,417,0,1,0,0,0),(14989,5767,1,1,1,4289,1,-796.8,-2037.08,96.8029,2.86234,275,0,0,300,0,0,0,0,0),(14988,3463,1,1,1,2193,0,-1984.55,-2023.8,92.5843,3.01046,275,20,0,417,0,1,0,0,0),(14987,3463,1,1,1,2193,0,-2118.18,-2437.56,92.9489,3.50105,275,20,0,417,0,1,0,0,0),(14986,6791,1,1,1,7153,1,-1050.04,-3664.8,23.9684,6.00393,275,0,0,1342,0,0,0,0,0),(151849,24322,571,1,2,0,1,917.627,-5553.71,190.211,4.55531,300,0,0,1,0,0,0,0,0),(151848,24322,571,1,2,0,1,901.457,-5555.41,194.423,5.14872,300,0,0,1,0,0,0,0,0),(151847,24322,571,1,2,0,1,919.95,-5557.88,190.156,4.43314,300,0,0,1,0,0,0,0,0),(151846,24322,571,1,2,0,1,907.657,-5558.53,194.032,4.97419,300,0,0,1,0,0,0,0,0),(151845,24322,571,1,2,0,1,918.76,-5563.74,190.615,4.39823,300,0,0,1,0,0,0,0,0),(151844,24322,571,1,2,0,1,914.562,-5522.9,194.128,4.67748,300,0,0,1,0,0,0,0,0),(151843,24322,571,1,2,0,1,918.258,-5544.25,189.321,4.57276,300,0,0,1,0,0,0,0,0),(151842,24322,571,1,2,0,1,907.117,-5537.4,192.382,4.86947,300,0,0,1,0,0,0,0,0),(151841,24322,571,1,2,0,1,911.65,-5561.34,193.474,4.79965,300,0,0,1,0,0,0,0,0),(14976,8582,1,1,1,7889,1,1246.34,-2253.31,108.372,2.96706,275,0,0,1107,0,0,0,0,0),(14975,3461,1,1,1,6368,0,-1311.25,-3017.22,84.1451,2.35619,275,0,0,328,0,0,0,0,0),(14974,3461,1,1,1,6368,0,-1316.63,-3044.07,85.2496,4.34587,275,0,0,328,0,0,0,0,0),(14973,3461,1,1,1,6368,0,-1334.19,-3014.49,91.2894,0.532714,275,5,0,328,0,1,0,0,0),(14972,3461,1,1,1,6368,0,-1282.15,-2978.69,81.5856,0.963961,275,5,0,328,0,1,0,0,0),(14971,3461,1,1,1,6368,0,-1220.71,-2984.88,81.8145,2.38666,275,5,0,328,0,1,0,0,0),(14970,3461,1,1,1,6368,0,-1251.33,-2982.91,80.604,3.02877,275,5,0,328,0,1,0,0,0),(14969,3461,1,1,1,6368,0,-1291.18,-2959.77,90.3159,5.65487,275,0,0,328,0,0,0,0,0),(14968,3461,1,1,1,6368,0,-1240.82,-2950.69,92.3646,0.905814,275,5,0,328,0,1,0,0,0),(14967,3461,1,1,1,6368,0,-1252.16,-3060.85,90.4883,5.6007,275,5,0,328,0,1,0,0,0),(14966,3461,1,1,1,6368,0,-1117.6,-2031.12,85.6693,3.40031,275,5,0,328,0,1,0,0,0),(14965,3461,1,1,1,6368,0,-1254.22,-3011.18,81.3683,2.14174,275,5,0,328,0,1,0,0,0),(14964,3461,1,1,1,6368,0,-1045.78,-2080.94,51.0776,6.26555,275,5,0,328,0,1,0,0,0),(14963,3461,1,1,1,6368,0,-1050.47,-2023.29,66.1531,1.31279,275,5,0,328,0,1,0,0,0),(14962,3461,1,1,1,6368,0,-1052.88,-2203.54,82.3212,5.10208,275,5,0,328,0,1,0,0,0),(14961,3461,1,1,1,6368,0,-1284.34,-3018.71,73.7016,2.10564,275,5,0,328,0,1,0,0,0),(14960,3461,1,1,1,6368,0,-1090.26,-2081.36,62.5722,2.26184,275,5,0,328,0,1,0,0,0),(14959,3461,1,1,1,6368,0,-1053.58,-2116.91,63.4102,3.91752,275,5,0,328,0,1,0,0,0),(14958,3461,1,1,1,6368,0,-1190.59,-3013.13,93.8572,1.82147,275,5,0,328,0,1,0,0,0),(14957,3461,1,1,1,6368,0,-1084.52,-2248.63,78.6269,4.02439,275,5,0,328,0,1,0,0,0),(14956,3461,1,1,1,6368,0,-1024.42,-2011.46,77.5684,0.839715,275,5,0,328,0,1,0,0,0),(14955,3461,1,1,1,6368,0,-978.042,-2061.38,76.3325,5.72543,275,5,0,328,0,1,0,0,0),(14954,3461,1,1,1,6368,0,-1091.65,-2184.83,65.979,3.07342,275,5,0,328,0,1,0,0,0),(14953,3461,1,1,1,6368,0,-1223.93,-3048.36,93.7596,4.3571,275,5,0,328,0,1,0,0,0),(14952,3461,1,1,1,6368,0,-1043.49,-2054.37,63.6424,2.64002,275,5,0,328,0,1,0,0,0),(14951,3461,1,1,1,6368,0,-1105.09,-2214.58,70.8436,6.0188,275,5,0,328,0,1,0,0,0),(14950,3461,1,1,1,6368,0,-1062.42,-2137.31,65.3661,5.59636,275,5,0,328,0,1,0,0,0),(14949,3461,1,1,1,6368,0,-1074.92,-2095.66,60.0722,2.04771,275,5,0,328,0,1,0,0,0),(14948,3461,1,1,1,6368,0,-1085.62,-2117.11,62.6041,3.17965,275,5,0,328,0,1,0,0,0),(14947,3461,1,1,1,6368,0,-1093.22,-2238.89,74.6269,5.70332,275,5,0,328,0,1,0,0,0),(14946,3461,1,1,1,6368,0,-1130.84,-2252.62,80.4574,0.463648,275,5,0,328,0,1,0,0,0),(14945,3461,1,1,1,6368,0,-1082.63,-2150.72,65.4004,0.532896,275,5,0,328,0,1,0,0,0),(14944,3461,1,1,1,6368,0,-1076.84,-2057.31,69.2989,3.64396,275,5,0,328,0,1,0,0,0),(14943,3461,1,1,1,6368,0,-1281.78,-3054.53,83.598,4.8892,275,5,0,328,0,1,0,0,0),(14942,3461,1,1,1,6368,0,-1013.69,-2087.56,65.2322,2.28283,275,5,0,328,0,1,0,0,0),(14941,3461,1,1,1,6368,0,-1122.4,-2086.23,80.3876,0.232657,275,5,0,328,0,1,0,0,0),(14940,3461,1,1,1,6368,0,-1111.46,-2126.04,78.6348,1.78716,275,5,0,328,0,1,0,0,0),(14939,3461,1,1,1,6368,0,-1012.07,-2048.75,67.429,1.47745,275,5,0,328,0,1,0,0,0),(14938,6020,1,1,1,2835,0,-1480.63,-3977.07,-3.73841,4.71055,275,20,0,417,0,1,0,0,0),(14937,6020,1,1,1,2835,0,-1116.47,-3820.69,-24.2644,5.8991,275,20,0,417,0,1,0,0,0),(14936,6020,1,1,1,2835,0,-1074.33,-3844.84,-25.6434,0.663584,275,20,0,417,0,1,0,0,0),(14935,6020,1,1,1,2835,0,-1247.07,-3950.29,-11.7909,6.11514,275,20,0,417,0,1,0,0,0),(14934,6020,1,1,1,2835,0,-1709.36,-3958.65,-5.94327,5.69862,275,20,0,417,0,1,0,0,0),(14933,6020,1,1,1,2835,0,-920.619,-3977.64,-53.1573,1.9803,275,20,0,417,0,1,0,0,0),(14932,6020,1,1,1,2835,0,-944.337,-4010.75,-56.4463,3.92718,275,20,0,417,0,1,0,0,0),(14931,6020,1,1,1,2835,0,-2113.89,-3880.76,-9.3266,3.84683,275,20,0,417,0,1,0,0,0),(14930,6020,1,1,1,2835,0,-1751.13,-3922.36,-2.49935,1.60433,275,20,0,417,0,1,0,0,0),(14929,6020,1,1,1,2835,0,-1673.8,-3982.2,-1.58122,0.500623,275,20,0,417,0,1,0,0,0),(14928,6020,1,1,1,2835,0,-2052.96,-3816.56,-6.50129,2.26989,275,20,0,417,0,1,0,0,0),(14927,6020,1,1,1,2835,0,-1643.48,-4014.59,0.330268,4.23738,275,20,0,417,0,1,0,0,0),(14926,6020,1,1,1,2835,0,-1786.47,-3890.24,-3.70966,1.35807,275,20,0,417,0,1,0,0,0),(14925,6020,1,1,1,2835,0,-1573.97,-4011.45,-6.4412,0.780819,275,20,0,417,0,1,0,0,0),(14924,6020,1,1,1,2835,0,-918.57,-3917.96,-40.01,1.63078,275,20,0,417,0,1,0,0,0),(14923,6020,1,1,1,2835,0,-887.954,-3939.1,-38.3178,5.42038,275,20,0,417,0,1,0,0,0),(14922,6020,1,1,1,2835,0,-1911.48,-3806.37,-9.39712,1.15931,275,20,0,417,0,1,0,0,0),(14921,6020,1,1,1,2835,0,-881.043,-3874.47,-12.2578,4.10054,275,20,0,417,0,1,0,0,0),(14920,6020,1,1,1,2835,0,-1980.51,-3817.54,-7.08373,1.41271,275,20,0,417,0,1,0,0,0),(14919,6020,1,1,1,2835,0,-2094.71,-3844.41,-9.28631,3.08823,275,3,0,417,0,1,0,0,0),(14918,6020,1,1,1,2835,0,-1616.86,-3993.28,-1.02718,1.76647,275,20,0,417,0,1,0,0,0),(14917,6020,1,1,1,2835,0,-919.33,-3856.08,-28.9752,2.82887,275,20,0,417,0,1,0,0,0),(14916,6020,1,1,1,2835,0,-1938.55,-3780.98,-4.69518,0.269965,275,20,0,417,0,1,0,0,0),(14915,3459,1,1,1,4751,1,-3878.83,-1609.59,91.7917,5.40887,275,10,0,664,0,1,0,0,0),(14914,3459,1,1,1,4751,1,-3843.41,-1612.88,94.6511,2.87875,275,10,0,664,0,1,0,0,0),(14913,3459,1,1,1,4751,1,-3861.17,-1645.63,92.0417,6.00067,275,5,0,664,0,1,0,0,0),(14912,3459,1,1,1,4751,1,-3828.55,-1646.49,91.9416,0.082748,275,15,0,664,0,1,0,0,0),(14911,3459,1,1,1,4751,1,-3844.49,-1513.32,110.776,1.08262,275,0,0,664,0,2,0,0,0),(14910,3459,1,1,1,4751,1,-3848.12,-1543.35,107.33,0.066438,275,0,0,664,0,0,0,0,0),(14909,3459,1,1,1,4751,1,-3773.91,-1542.83,89.7457,1.04511,275,5,0,664,0,1,0,0,0),(14908,3459,1,1,1,4751,1,-3705.8,-1637.19,93.9167,4.67075,275,3,0,664,0,1,0,0,0),(14907,3459,1,1,1,4751,1,-3905.14,-1655.28,91.9167,4.99218,275,0,0,664,0,0,0,0,0),(14906,3459,1,1,1,4751,1,-3885.93,-1505.84,138.421,2.35896,275,5,0,664,0,1,0,0,0),(14905,3459,1,1,1,4751,1,-3719.35,-1596.41,92.5417,5.39333,275,0,0,664,0,0,0,0,0),(14904,3459,1,1,1,4751,1,-3913.39,-1594.97,92.4167,0.460497,275,10,0,664,0,1,0,0,0),(14903,3459,1,1,1,4751,1,-3678.46,-1580.83,100.626,1.43135,275,0,0,664,0,0,0,0,0),(14902,3459,1,1,1,4751,1,-3719.58,-1645.6,91.9651,1.90456,275,15,0,664,0,1,0,0,0),(14901,3459,1,1,1,4751,1,-3744.86,-1572.2,92.4934,5.18684,275,5,0,664,0,1,0,0,0),(14900,3459,1,1,1,4751,1,-3939.9,-1636.86,91.7917,4.53459,275,5,0,664,0,1,0,0,0),(14899,3459,1,1,1,4751,1,-3711.8,-1563.59,91.7917,4.30051,275,5,0,664,0,1,0,0,0),(14870,3458,1,1,1,6095,1,-3948.73,-1750.06,93.8365,6.14356,275,15,0,544,581,1,0,0,0),(14852,3458,1,1,1,6095,1,-3894.82,-1638.85,91.7917,1.39713,275,0,0,544,581,0,0,0,0),(14483,3458,1,1,1,6095,1,-3852.93,-1575.41,94.0757,1.92807,275,5,0,544,581,1,0,0,0),(14482,3458,1,1,1,6095,1,-3874.58,-1637.57,91.7917,1.17373,275,0,0,544,581,0,0,0,0),(14481,3458,1,1,1,6095,1,-3811.32,-1554.8,99.0995,5.71862,275,5,0,544,581,1,0,0,0),(14480,3458,1,1,1,6095,1,-3850.66,-1480.51,125.171,2.99603,275,0,0,544,581,2,0,0,0),(14479,3458,1,1,1,6095,1,-3820.49,-1519.62,108.711,0.891577,275,0,0,544,581,0,0,0,0),(14478,3458,1,1,1,6095,1,-3715.32,-1690.89,93.4519,1.69765,275,15,0,544,581,1,0,0,0),(14477,3458,1,1,1,6095,1,-3735.15,-1547.96,109.243,0.332783,275,5,0,544,581,1,0,0,0),(14476,3458,1,1,1,6095,1,-3947.74,-1573.23,94.8549,1.3024,275,5,0,544,581,1,0,0,0),(14475,3458,1,1,1,6095,1,-4002.21,-1698.93,110.906,3.58,275,5,0,544,581,1,0,0,0),(14474,3458,1,1,1,6095,1,-3705.55,-1606.26,92.4891,3.14187,275,0,0,544,581,0,0,0,0),(14473,3458,1,1,1,6095,1,-3688.13,-1598.96,100.001,4.40844,275,5,0,544,581,1,0,0,0),(14472,3458,1,1,1,6095,1,-3983.66,-1817.99,92.4188,4.10065,275,15,0,544,581,1,0,0,0),(14471,3458,1,1,1,6095,1,-3897.72,-1590.44,91.7917,0.112415,275,10,0,544,581,1,0,0,0),(14470,3458,1,1,1,6095,1,-4019.68,-1880.3,92.0455,2.59425,275,5,0,544,581,1,0,0,0),(14469,3458,1,1,1,6095,1,-3936.95,-1611.9,92.5417,1.02684,275,5,0,544,581,1,0,0,0),(14468,3458,1,1,1,6095,1,-3703.96,-1581.82,92.0417,3.60745,275,0,0,544,581,0,0,0,0),(14467,3458,1,1,1,6095,1,-3929.86,-1645.06,91.7917,4.49467,275,5,0,544,581,1,0,0,0),(14466,3458,1,1,1,6095,1,-3951.05,-1675.71,92.3193,2.55921,275,15,0,544,581,1,0,0,0),(14465,3458,1,1,1,6095,1,-3676.61,-1650.81,91.7916,0.458653,275,15,0,544,581,1,0,0,0),(14464,3458,1,1,1,6095,1,-4015.03,-1733.05,101.076,1.28536,275,0,0,544,581,0,0,0,0),(14463,3457,1,1,1,0,1,-3970.72,-1778.08,92.4015,4.81808,275,15,0,1,0,1,0,0,0),(14462,3457,1,1,1,0,1,-3887.73,-1653.66,92.0332,3.70578,275,10,0,1,0,1,0,0,0),(14461,3457,1,1,1,0,1,-3739.75,-1617.23,93.4167,4.74585,275,15,0,1,0,1,0,0,0),(14460,3457,1,1,1,0,1,-3884.27,-1684.87,92.6667,4.94022,275,5,0,1,0,1,0,0,0),(14459,3457,1,1,1,0,1,-3904.4,-1684.77,93.8187,5.68638,275,0,0,1,0,2,0,0,0),(14458,3457,1,1,1,0,1,-3929.58,-1674.14,92.2391,0.70149,275,0,0,1,0,2,0,0,0),(14457,3457,1,1,1,0,1,-3914.5,-1845.09,92.1074,5.87769,275,5,0,1,0,1,0,0,0),(14456,3457,1,1,1,0,1,-3963.28,-1723.97,91.7917,1.37874,275,0,0,1,0,2,0,0,0),(14455,3457,1,1,1,0,1,-4010.49,-1850.49,91.9167,3.68362,275,15,0,1,0,1,0,0,0),(14454,3457,1,1,1,0,1,-4016.22,-1774.84,96.5483,4.82044,275,15,0,1,0,1,0,0,0),(14453,3457,1,1,1,0,1,-4016.95,-1825.51,94.6836,4.64312,275,15,0,1,0,1,0,0,0),(14452,3457,1,1,1,0,1,-3951.34,-1824.68,93.4172,4.59157,275,5,0,1,0,1,0,0,0),(14451,3457,1,1,1,0,1,-3991.2,-1781.86,91.7917,1.54561,275,15,0,1,0,1,0,0,0),(14450,3457,1,1,1,0,1,-3984.79,-1749.49,94.5893,5.25816,275,15,0,1,0,1,0,0,0),(14449,3457,1,1,1,0,1,-3995.2,-1753.01,96.2917,3.47406,275,0,0,1,0,2,0,0,0),(14448,3457,1,1,1,0,1,-4055.13,-1858.32,93.6898,4.10304,275,0,0,1,0,2,0,0,0),(14447,3457,1,1,1,0,1,-3953.73,-1846.55,91.7977,5.31314,275,5,0,1,0,1,0,0,0),(14446,3456,1,1,1,1964,1,-4077.81,-1971.24,91.8165,2.09915,275,0,0,494,0,2,0,0,0),(14445,3456,1,1,1,1964,1,-3823.2,-1690.26,92.141,6.11579,275,15,0,494,0,1,0,0,0),(14444,3456,1,1,1,1964,1,-3812.9,-1983.24,91.7917,3.80242,275,5,0,494,0,1,0,0,0),(14443,3456,1,1,1,1964,1,-3871.58,-1902.95,92.5974,1.00107,275,0,0,494,0,0,0,0,0),(14442,3456,1,1,1,1964,1,-3786.07,-1979.71,94.2917,1.06822,275,0,0,494,0,2,0,0,0),(14441,3456,1,1,1,1964,1,-3875.6,-1753.32,91.8435,4.70768,275,15,0,494,0,1,0,0,0),(14440,3456,1,1,1,1964,1,-4070.92,-1817.04,92.5648,1.02242,275,5,0,494,0,1,0,0,0),(14439,3456,1,1,1,1964,1,-3843.02,-1853.53,91.7917,0.10993,275,5,0,494,0,1,0,0,0),(14438,3456,1,1,1,1964,1,-3801.42,-1814.44,92.9885,1.25522,275,15,0,494,0,1,0,0,0),(14437,3456,1,1,1,1964,1,-3806.64,-1865.37,92.7821,1.27747,275,15,0,494,0,1,0,0,0),(14436,3456,1,1,1,1964,1,-3845.51,-1810.63,91.7917,1.12432,275,5,0,494,0,1,0,0,0),(14435,3456,1,1,1,1964,1,-3826.67,-1832.66,92.5425,0.460709,275,0,0,494,0,0,0,0,0),(14434,3456,1,1,1,1964,1,-3789.69,-1870.38,93.7852,2.63866,275,5,0,494,0,1,0,0,0),(14433,14718,1,1,1,11858,1,1048.24,-2107.62,123.129,3.57792,275,0,0,787,0,0,0,0,0),(14432,14718,1,1,1,11857,1,1015.51,-2138.34,125.82,0.753775,275,0,0,787,0,0,0,0,0),(14431,14718,1,1,1,11857,1,1019.54,-2142.49,124.767,0.882199,275,0,0,787,0,0,0,0,0),(14430,14718,1,1,1,11858,1,1010.26,-2134.29,126.945,0.612264,275,0,0,787,0,0,0,0,0),(14429,14718,1,1,1,11859,1,1029.83,-2154.75,123.049,1.19849,275,0,0,787,0,0,0,0,0),(14428,14718,1,1,1,11858,1,1029.65,-2105.91,123.07,2.58302,275,0,0,787,0,0,0,0,0),(14427,14717,1,1,1,14718,1,1048.67,-2164.75,123.919,4.4855,600,0,0,7842,0,0,0,0,0),(14426,14717,1,1,1,14716,1,1055.4,-2165.34,122.715,5.23599,600,0,0,7842,0,0,0,0,0),(14425,14717,1,1,1,14718,1,1060,-2161.91,123.7,6.02139,600,0,0,7842,0,0,0,0,0),(14424,14717,1,1,1,14718,1,1062.25,-2155.6,123.919,5.79449,600,0,0,7842,0,0,0,0,0),(14423,14717,1,1,1,14716,1,1036.42,-2092.04,125.016,4.66003,600,0,0,7842,0,0,0,0,0),(14422,14717,1,1,1,14718,1,1031.97,-2092.39,124.969,4.72984,600,0,0,7842,0,0,0,0,0),(14421,14717,1,1,1,14717,1,1037.71,-2096.09,123.695,4.64258,600,0,0,7842,0,0,0,0,0),(14420,14717,1,1,1,14719,1,1030.89,-2095.89,123.948,4.74729,600,0,0,7842,0,0,0,0,0),(14419,3453,1,1,1,7053,1,-985.599,-3796.71,5.20934,0.244346,275,0,0,328,0,0,0,0,0),(14418,3452,1,1,1,2295,0,790.369,-1345.77,90.6152,5.34071,275,0,0,629,0,0,0,0,0),(14417,6266,1,1,1,4948,1,-782.55,-3711.31,41.3629,3.26377,275,0,0,2769,0,0,0,0,0),(14416,3705,1,1,1,3843,1,-2402.17,-1911.01,96.8255,5.72468,275,0,0,713,0,0,0,0,0),(14415,3449,1,1,1,3849,1,-474.894,-2607.74,127.885,5.74213,275,0,0,300,0,0,0,0,0),(14414,9336,1,1,1,8569,1,1333.82,-3455.81,94.9572,0.802851,275,0,0,449,0,0,0,0,0),(14413,3704,1,1,1,3896,1,-2400.33,-1929.77,96.8255,0.994838,275,0,0,1107,0,0,0,0,0),(14412,7288,1,1,1,7055,1,1235.16,-2925.27,141.818,6.0912,600,0,0,1815,0,0,0,0,0),(14411,3448,1,1,1,3914,1,-544.992,-2672.77,95.8709,1.16937,275,0,0,573,0,0,0,0,0),(14410,3703,1,1,1,3895,1,-2404.44,-1921.1,96.8255,0.331613,275,0,0,1981,0,0,0,0,0),(14409,7287,1,1,1,7056,1,1209.16,-2930.39,91.75,3.92699,275,0,0,573,0,0,0,0,0),(14408,3446,1,1,1,7034,1,-928.982,-3697.23,8.06642,3.08923,275,0,0,386,0,0,0,0,0),(14407,3445,1,1,1,7035,1,1032.8,-3078.84,105.099,5.18081,275,0,0,417,0,2,0,0,0),(14406,3444,1,1,1,1418,0,-4118.65,-2317.82,128.06,4.11898,275,0,0,42,0,0,0,0,0),(14405,3444,1,1,1,1418,0,-4129.52,-2174.58,50.3081,5.58627,275,5,0,42,0,1,0,0,0),(14404,3444,1,1,1,1418,0,-4074.46,-2375.37,126.13,4.68013,275,0,0,42,0,0,0,0,0),(86238,21790,530,1,1,0,0,-2764.22,1980.79,167.526,1.79769,300,0,0,1,0,0,0,0,0),(14403,3444,1,1,1,1418,0,-4094.5,-2388.58,118.077,3.52872,275,5,0,42,0,1,0,0,0),(14402,3444,1,1,1,1418,0,-4162.26,-2311.94,92.4289,2.9343,275,0,0,42,0,0,0,0,0),(14401,3444,1,1,1,1418,0,-4214.94,-2274.71,50.3081,2.24407,275,5,0,42,0,1,0,0,0),(14400,14964,1,1,1,15097,1,1050.66,-2112.74,124.384,4.34587,275,0,0,1003,0,0,0,0,0),(14399,3444,1,1,1,1418,0,-4046,-2369.77,135.856,0.790002,275,5,0,42,0,1,0,0,0),(14398,3444,1,1,1,1418,0,-4046.22,-2402.96,126.131,4.83418,275,5,0,42,0,1,0,0,0),(14397,3444,1,1,1,1418,0,-4195.88,-2246.05,50.3081,2.15643,275,5,0,42,0,1,0,0,0),(14396,3444,1,1,1,1418,0,-4149.42,-2208.05,50.3081,5.49578,275,5,0,42,0,1,0,0,0),(14395,3444,1,1,1,1418,0,-4086.52,-2388.37,135.855,5.58818,275,5,0,42,0,1,0,0,0),(14394,3444,1,1,1,1418,0,-4071.39,-2420.06,126.133,2.70281,275,5,0,42,0,1,0,0,0),(14393,3444,1,1,1,1418,0,-4052.29,-2314.87,130.8,5.51306,275,5,0,42,0,1,0,0,0),(14392,3444,1,1,1,1418,0,-4057.36,-2378.25,118.076,5.05553,275,2,0,42,0,1,0,0,0),(14391,8307,1,1,1,7531,1,-555.578,-2965.65,91.7917,1.54989,275,0,0,573,0,0,0,0,0),(14390,3443,1,1,1,3857,1,-534.982,-2982.22,93.0775,1.3439,275,0,0,273,0,0,0,0,0),(14389,8306,1,1,1,7530,1,-534.552,-2979.56,93.147,5.91667,275,0,0,417,0,0,0,0,0),(14388,3442,1,1,1,7054,1,-902.036,-3759.4,11.6138,1.309,275,0,0,328,0,0,0,0,0),(14387,3439,1,1,1,11912,0,1109.15,-3104.11,82.4108,2.86234,275,0,0,417,0,0,0,0,0),(14386,3438,1,1,1,6115,0,-214.253,-3307.53,91.7917,5.16115,275,0,0,328,0,0,0,0,0),(14385,6254,1,1,1,4943,1,-772.736,-3724.86,42.5687,0.820305,275,0,0,405,1202,0,0,0,0),(14384,6253,1,1,1,4942,1,-763.689,-3723.68,42.367,2.70526,275,0,0,405,1202,0,0,0,0),(14383,3436,1,1,1,6093,1,-3814.72,-1955.13,94.0317,1.31559,275,0,0,864,1272,0,0,0,0),(14382,620,1,1,1,304,0,-1.51041,-3656.38,27.4868,4.58248,275,5,0,1,0,1,0,0,0),(14381,620,1,1,1,304,0,-1989.99,-3628.78,22.2682,4.9761,275,5,0,1,0,1,0,0,0),(14380,620,1,1,1,304,0,-2004.06,-3587.73,21.8843,4.83495,275,5,0,1,0,1,0,0,0),(14379,620,1,1,1,304,0,-22.831,-3664.09,27.5595,4.5351,275,5,0,1,0,1,0,0,0),(14378,620,1,1,1,304,0,-2039.09,-3685.45,22.1343,6.16645,275,5,0,1,0,1,0,0,0),(14377,620,1,1,1,304,0,7.62982,-3632.44,27.3235,4.67577,275,2,0,1,0,1,0,0,0),(14376,620,1,1,1,304,0,-2219.84,-3730.83,91.693,4.70469,275,5,0,1,0,1,0,0,0),(14375,620,1,1,1,304,0,-2136.48,-3534.57,91.7034,0.968994,275,5,0,1,0,1,0,0,0),(14374,620,1,1,1,304,0,-27.2613,-3621.9,27.8321,3.7023,275,5,0,1,0,1,0,0,0),(14373,620,1,1,1,304,0,-1.60994,-3636.86,27.4868,1.27318,275,2,0,1,0,1,0,0,0),(14372,620,1,1,1,304,0,-2011.36,-3635.41,22.5931,5.10824,275,5,0,1,0,1,0,0,0),(14371,620,1,1,1,304,0,-2223.01,-3716.29,91.8053,3.83362,275,5,0,1,0,1,0,0,0),(14370,6252,1,1,1,4941,1,-767.662,-3716.64,42.4589,4.2237,275,0,0,405,1202,0,0,0,0),(14369,620,1,1,1,304,0,-3.14563,-3637.42,27.4868,5.44621,275,2,0,1,0,1,0,0,0),(14368,620,1,1,1,304,0,8.78987,-3622.67,27.3235,1.52124,275,5,0,1,0,1,0,0,0),(14367,3435,1,1,1,6104,1,-3829.2,-1445.56,134.164,5.78225,275,0,0,713,0,0,0,0,0),(14366,6251,1,1,1,4940,1,-785.912,-3723.26,40.5152,2.05949,275,0,0,2884,5751,0,0,0,0),(14365,3434,1,1,1,6105,1,-4001.8,-1816.72,92.5149,6.09076,275,0,0,544,581,0,0,0,0),(14364,6249,1,1,1,4963,0,-1674.11,-4330.47,2.83819,3.1309,275,0,0,1651,0,0,0,0,0),(14363,6249,1,1,1,4967,0,-1676.47,-4334.46,2.79803,2.58242,275,0,0,1651,0,0,0,0,0),(14362,6249,1,1,1,4962,0,-1686.65,-4328.08,3.91416,5.72401,275,0,0,1651,0,0,0,0,0),(14361,6249,1,1,1,4963,0,-1684.82,-4334.15,2.90219,6.0246,275,0,0,1651,0,0,0,0,0),(14360,6249,1,1,1,4967,0,-1682.45,-4334.78,2.88185,0.05322,275,0,0,1651,0,0,0,0,0),(14359,6249,1,1,1,4962,0,-1683.83,-4323.44,2.8478,3.80685,275,0,0,1651,0,0,0,0,0),(14358,6249,1,1,1,4967,0,-1686.72,-4326.52,3.89036,0.359438,275,0,0,1651,0,0,0,0,0),(14357,6249,1,1,1,4962,0,-1681.5,-4323.53,2.83051,4.81817,275,0,0,1651,0,0,0,0,0),(14356,6249,1,1,1,4967,0,-1679.41,-4323.77,2.72724,3.02319,275,0,0,1651,0,0,0,0,0),(14355,6249,1,1,1,4967,0,-1685.71,-4324.92,3.38441,4.33625,275,0,0,1651,0,0,0,0,0),(14354,6249,1,1,1,4966,0,-1682.46,-4321.78,3.43824,4.90589,275,0,0,1651,0,0,0,0,0),(14353,6249,1,1,1,4966,0,-1687.6,-4329.71,4.64065,1.04224,275,0,0,1651,0,0,0,0,0),(14352,6249,1,1,1,4966,0,-1674.48,-4332.89,2.8208,2.7649,275,0,0,1651,0,0,0,0,0),(14351,6249,1,1,1,4962,0,-1679.18,-4334.65,2.82848,1.92945,275,0,0,1651,0,0,0,0,0),(14350,3433,1,1,1,3858,1,-2284.69,-1947.39,96.0461,2.72271,275,0,0,300,0,0,0,0,0),(14349,6248,1,1,1,7242,0,-1686.14,-4323.04,4.28091,6.07092,275,0,0,1342,0,0,0,0,0),(14348,3432,1,1,1,3855,1,-520.983,-2641.41,95.8708,4.43314,275,0,0,328,0,0,0,0,0),(14347,3431,1,1,1,4093,1,-402.271,-2609.39,95.8329,1.76278,275,0,0,198,0,0,0,0,0),(14345,3430,1,1,1,1346,0,-2391.57,-1891.09,95.7874,5.44543,275,0,0,386,0,0,0,0,0),(14344,3429,1,1,1,3856,1,-473.202,-2595.7,103.806,5.67232,275,0,0,1981,0,0,0,0,0),(14336,3684,1,1,1,7101,1,-996.787,-1609.89,91.75,4.99164,275,0,0,1221,0,0,0,0,0),(14335,9316,1,1,1,8630,1,858.144,-2347.64,91.9167,2.72271,275,0,0,449,0,0,0,0,0),(14334,3428,1,1,1,4092,1,-389.282,-2552.14,98.9925,5.37561,275,0,0,247,0,0,0,0,0),(14333,6244,1,1,1,4928,1,-2245.07,-2373.57,91.75,2.24601,275,0,0,1553,3801,0,0,0,0),(85130,36069,571,1,1,29970,1,8481.82,791.769,558.557,0.558293,180,0,0,1,0,2,0,0,0),(85129,34788,571,1,1,27183,0,8407.18,770.281,551.059,4.20624,180,0,0,1,0,0,0,0,0),(85128,34788,571,1,1,27183,0,8410.08,762.236,550.435,4.7822,180,0,0,1,0,0,0,0,0),(85127,34788,571,1,1,27173,0,8409.74,756.819,549.465,2.35619,180,0,0,1,0,0,0,0,0),(85126,34788,571,1,1,27173,0,8402.03,771.255,549.905,3.57792,180,0,0,1,0,0,0,0,0),(135119,28044,571,1,1,0,1,5257.52,-3500.32,291.693,2.33666,300,0,0,9291,0,0,0,0,0),(135118,28042,571,1,1,0,1,5042.04,-3036.95,293.787,2.34377,300,0,0,9291,0,0,0,0,0),(135117,29806,571,1,1,0,0,7989.46,-840.086,968.251,0.866995,25,0,0,37800,0,0,0,0,0),(14323,16227,1,1,1,1233,0,-898.246,-3769.65,11.7932,5.41052,600,0,0,10572,0,0,0,0,0),(14322,3683,1,1,1,7100,1,-1001.69,-1611.83,91.8646,5.28835,275,0,0,1163,0,0,0,0,0),(14321,3426,1,1,1,2187,0,-1850.74,-2963.75,92.078,5.94833,275,20,0,386,0,1,0,0,0),(14320,3426,1,1,1,2187,0,-1522.42,-2390.21,93.0343,0.053488,275,20,0,386,0,1,0,0,0),(14319,3426,1,1,1,2187,0,-1811.32,-3273.29,92.6648,1.28552,275,20,0,386,0,1,0,0,0),(14318,3426,1,1,1,2187,0,-617.044,-3715.96,91.815,3.72452,275,20,0,386,0,1,0,0,0),(14317,3426,1,1,1,2187,0,-566.818,-3380.83,93.4681,3.84259,275,20,0,386,0,1,0,0,0),(14316,3426,1,1,1,2187,0,-1774.79,-3592.18,92.2382,3.456,275,3,0,386,0,1,0,0,0),(14315,3426,1,1,1,2187,0,-1810.7,-3091.07,84.9743,5.39963,275,20,0,386,0,1,0,0,0),(14314,3426,1,1,1,2187,0,-597.255,-3513.32,92.991,0.278806,275,20,0,386,0,1,0,0,0),(14313,3426,1,1,1,2187,0,-1804.36,-2784.99,91.6743,0.07131,275,20,0,386,0,1,0,0,0),(14312,3426,1,1,1,2187,0,-1383.71,-2184.08,91.7917,0.24706,275,20,0,386,0,1,0,0,0),(14311,3426,1,1,1,2187,0,-1550.02,-2328.69,92.7474,1.36229,275,20,0,386,0,1,0,0,0),(14310,3426,1,1,1,2187,0,-1597.61,-3116.79,91.7916,3.12098,275,20,0,386,0,1,0,0,0),(14309,3426,1,1,1,2187,0,-1918.12,-2811.37,92.0417,3.57387,275,20,0,386,0,1,0,0,0),(648,2544,0,1,1,9573,0,-14893.9,387.732,2.16875,0.246875,300,5,0,1829,0,1,0,0,0),(17703,1958,0,1,1,2597,0,872.578,69.5825,31.9734,0.645772,275,0,0,350,390,0,0,0,0),(17702,1957,0,1,1,1994,1,796.288,152.933,35.7384,0.098313,275,10,0,356,0,1,0,0,0),(647,2544,0,1,1,9573,0,-14900.7,310.248,5.21886,5.98986,300,10,0,1829,0,1,0,0,0),(14308,3426,1,1,1,2187,0,-1717.75,-3053.42,94.45,0.141802,275,20,0,386,0,1,0,0,0),(14307,3426,1,1,1,2187,0,-1582.59,-2795.14,93.4336,5.69518,275,20,0,386,0,1,0,0,0),(14306,3426,1,1,1,2187,0,-1686.35,-3079.84,92.1028,5.46525,275,20,0,386,0,1,0,0,0),(14305,3426,1,1,1,2187,0,-1803.36,-3174.24,87.9693,3.67431,275,20,0,386,0,1,0,0,0),(14304,3426,1,1,1,2187,0,-1710.23,-2423.88,92.8387,1.20517,275,20,0,386,0,1,0,0,0),(14303,3426,1,1,1,2187,0,-1786.78,-2348.2,93.9462,0.531649,275,3,0,386,0,1,0,0,0),(14302,3426,1,1,1,2187,0,-1338.75,-1897.36,92.5348,4.04894,275,20,0,386,0,1,0,0,0),(6741,440,0,1,1,6033,1,-9708.8,-3174.06,58.7933,3.57792,300,0,0,449,0,0,0,0,0),(646,2664,0,1,1,4482,1,-14331.2,419.298,6.71339,2.60054,300,0,0,2059,0,0,0,0,0),(645,2846,0,1,1,7186,0,-14467.5,418.34,25.4871,1.18682,300,0,0,2059,0,0,0,0,0),(644,1411,0,1,1,5146,1,-14450.8,509.668,21.8539,4.06662,300,0,0,2488,0,0,0,0,0),(643,2848,0,1,1,7178,1,-14491.6,425.177,34.6765,0.959931,300,0,0,2218,0,0,0,0,0),(14301,3426,1,1,1,2187,0,-1654.08,-2919.32,88.6484,3.7464,275,20,0,386,0,1,0,0,0),(14300,3426,1,1,1,2187,0,-1749.68,-3443.86,93.9375,3.68876,275,20,0,386,0,1,0,0,0),(14299,3426,1,1,1,2187,0,-1451.87,-2227.75,92.1464,4.18403,275,20,0,386,0,1,0,0,0),(14298,3426,1,1,1,2187,0,784.218,-2257.06,93.0513,2.44398,275,20,0,386,0,1,0,0,0),(14297,3426,1,1,1,2187,0,721.662,-1922.65,93.5001,5.38288,275,20,0,386,0,1,0,0,0),(14296,3426,1,1,1,2187,0,622.804,-1673.04,91.7917,1.10297,275,3,0,386,0,1,0,0,0),(14295,3426,1,1,1,2187,0,570.979,-1917.71,91.7917,3.23694,275,20,0,386,0,1,0,0,0),(52141,11043,329,1,1,10534,1,3535.72,-3057.91,135.332,3.71991,86400,0,0,8613,0,2,0,0,0),(248450,13022,429,1,1,0,0,5.00858,-220.212,-52.2055,3.47481,86400,2,0,1900,0,1,0,0,0),(248449,13022,429,1,1,0,0,53.5118,-249.622,-52.9581,0.802851,86400,2,0,1900,0,1,0,0,0),(248448,13022,429,1,1,0,0,67.7781,-247.753,-55.2964,1.98623,86400,2,0,1900,0,1,0,0,0),(248447,13022,429,1,1,0,0,63.5469,-252.569,-54.7081,0.366519,86400,2,0,1900,0,1,0,0,0),(248446,13022,429,1,1,0,0,57.455,-251.973,-53.4174,0.366519,86400,2,0,1900,0,1,0,0,0),(248445,13022,429,1,1,0,0,56.7486,-246.449,-53.4352,0.837758,86400,2,0,1900,0,1,0,0,0),(248444,13022,429,1,1,0,0,56.7207,-238.084,-54.3587,1.3439,86400,2,0,1900,0,1,0,0,0),(248443,13022,429,1,1,0,0,55.7535,-242.316,-53.6007,5.58505,86400,2,0,1900,0,1,0,0,0),(248442,13022,429,1,1,0,0,59.7906,-248.992,-54.0533,4.72984,86400,2,0,1900,0,1,0,0,0),(248441,13022,429,1,1,0,0,63.8949,-249.185,-55.0552,4.85084,86400,2,0,1900,0,1,0,0,0),(248440,13022,429,1,1,0,0,71.2551,-246.144,-55.5366,4.09156,86400,2,0,1900,0,1,0,0,0),(248439,13022,429,1,1,0,0,103.901,-194.5,-54.9578,4.32842,86400,2,0,1900,0,1,0,0,0),(248438,13022,429,1,1,0,0,106.918,-189.179,-54.0493,1.81514,86400,2,0,1900,0,1,0,0,0),(248437,13022,429,1,1,0,0,109.855,-191.323,-54.5,5.53269,86400,2,0,1900,0,1,0,0,0),(248436,13022,429,1,1,0,0,110.761,-197.604,-55.6668,4.2586,86400,2,0,1900,0,1,0,0,0),(248435,13022,429,1,1,0,0,126.482,-204.473,-56.2875,4.26236,86400,2,0,1900,0,1,0,0,0),(18038,1915,0,1,1,3581,1,-118.379,785.429,66.0233,1.58,275,0,0,330,938,0,0,0,0),(52122,11032,329,1,1,10458,1,3621.07,-3126.82,135.748,2.18166,86400,0,0,17094,4868,0,0,0,0),(10999,18927,0,1,1,22370,0,-8855.72,651.851,96.6895,5.70723,43200,0,0,42,0,0,0,0,0),(200617,11372,309,1,1,0,0,-11998,-1650.17,34.3286,1.43299,7200,0,0,1,0,0,0,0,0),(49136,11831,309,1,1,11764,1,-12218.4,-1467.39,130.725,0.307554,7200,0,0,24420,12170,2,0,0,0),(49135,11351,309,1,1,11111,1,-12219.2,-1464.7,130.698,0.307525,7200,0,0,21364,0,2,0,0,0),(31453,4344,1,1,1,2548,0,-3914.79,-3213.61,34.5936,1.9916,360,10,0,1305,1186,1,0,0,0),(31454,4412,1,1,1,2546,0,-3931.82,-3264.18,36.5311,1.64113,360,10,0,1536,0,1,0,0,0),(49134,11351,309,1,1,11112,1,-12208.8,-1462.88,131.193,0.307545,7200,0,0,21364,0,2,0,0,0),(49133,11351,309,1,1,11109,1,-12238.1,-1416.02,130.817,0.351163,7200,0,0,21364,0,2,0,0,0),(49132,11831,309,1,1,11765,1,-12238.7,-1413.23,130.725,0.350826,7200,0,0,24420,12170,2,0,0,0),(49131,11831,309,1,1,11762,1,-12236.9,-1414.1,131.2,0.350773,7200,0,0,24420,12170,2,0,0,0),(49130,14750,309,1,1,15303,0,-12244.3,-1422.24,130.774,5.01624,7200,5,0,31440,0,2,0,0,0),(49129,14750,309,1,1,15303,0,-12237.4,-1413.4,130.85,3.49715,7200,5,0,31440,0,1,0,0,0),(49128,11368,309,1,1,14562,0,-12245.2,-1425.05,130.956,5.09036,7200,5,0,5341,0,1,0,0,0),(49127,11368,309,1,1,14562,0,-12243.6,-1424.56,130.763,5.19928,7200,5,0,5341,0,1,0,0,0),(17634,6491,530,1,4294967295,0,0,-3624.02,609.218,10.5068,4.86712,60,0,0,4120,0,0,0,0,0),(49125,11368,309,1,1,14562,0,-12230.7,-1407,131.6,3.19756,7200,5,0,5341,0,1,0,0,0),(49124,11368,309,1,1,14562,0,-12240.5,-1420.28,130.725,5.01408,7200,5,0,5341,0,1,0,0,0),(49123,11368,309,1,1,14562,0,-12233.9,-1433.44,130.711,5.11337,7200,5,0,5341,0,1,0,0,0),(49122,11831,309,1,1,11762,1,-12007,-1484.83,79.1909,4.6288,7200,0,0,24420,12170,0,0,0,0),(49121,11351,309,1,1,11109,1,-12010.2,-1485.05,79.2513,5.12989,7200,0,0,21364,0,0,0,0,0),(49120,11351,309,1,1,11112,1,-12007.2,-1492.45,82.0241,1.39626,7200,0,0,21364,0,0,0,0,0),(49119,11372,309,1,1,15150,0,-11884.3,-1379.01,66.4316,3.36848,7200,0,0,15260,0,2,0,0,0),(49118,11371,309,1,1,15182,0,-11896.4,-1365.13,69.8727,2.42601,7200,0,0,15260,0,0,0,0,0),(49117,11371,309,1,1,15182,0,-11878.2,-1368.68,69.7661,3.90954,7200,0,0,15260,0,2,0,0,0),(49116,11371,309,1,1,15182,0,-11885,-1368.42,68.8007,5.53269,7200,0,0,15260,0,2,0,0,0),(49115,11830,309,1,1,11759,1,-11829.2,-1324.6,69.845,1.71042,7200,0,0,17094,12170,0,0,0,0),(49114,11350,309,1,1,11077,1,-11830.6,-1317,66.7436,4.93928,7200,0,0,21364,0,0,0,0,0),(49113,11371,309,1,1,15182,0,-11991.7,-1677.79,32.3669,2.86234,7200,0,0,15260,0,0,0,0,0),(49112,11371,309,1,1,15182,0,-12003.5,-1680.23,32.3669,0.418879,7200,0,0,15260,0,0,0,0,0),(49111,11371,309,1,1,15182,0,-11977.7,-1684.63,32.2833,2.64208,7200,0,0,15260,0,0,0,0,0),(49110,11372,309,1,1,15150,0,-11979.1,-1688.06,32.2768,2.56747,7200,0,0,15260,0,0,0,0,0),(49107,11372,309,1,1,15150,0,-12004.5,-1673.04,32.3669,0.471239,7200,0,0,15260,0,0,0,0,0),(49106,11372,309,1,1,15150,0,-11997.7,-1674.51,32.3669,2.79253,7200,0,0,15260,0,0,0,0,0),(49105,11350,309,1,1,11074,1,-11992.8,-1615.27,35.6098,5.49779,7200,0,0,21364,0,0,0,0,0),(49104,11350,309,1,1,11076,1,-11988.4,-1621.76,33.2366,2.16735,7200,0,0,21364,0,0,0,0,0),(49103,11350,309,1,1,11077,1,-11882,-1323.86,77.528,3.10669,7200,0,0,21364,0,0,0,0,0),(49102,11350,309,1,1,11077,1,-11882.7,-1316.07,78.2369,3.15905,7200,0,0,21364,0,0,0,0,0),(49101,11371,309,1,1,15182,0,-11978.2,-1707.67,32.3667,3.7001,7200,0,0,15260,0,0,0,0,0),(642,2625,0,1,1,7160,0,-14426.2,527.253,5.23553,5.21853,300,0,0,7842,0,0,0,0,0),(641,2858,0,1,1,12938,1,-14448.6,506.129,26.3565,0.785398,1800,0,0,10572,0,0,0,0,0),(640,2837,0,1,1,7174,1,-14486.7,431.513,34.6682,4.7822,300,0,0,2399,0,0,0,0,0),(639,2840,0,1,1,7183,1,-14368.6,416.774,6.71338,5.0091,300,0,0,1981,0,0,0,0,0),(638,2627,0,1,1,7176,0,-14437.8,384.766,32.398,1.39626,300,0,0,1279,0,0,0,0,0),(637,2836,0,1,1,7161,1,-14383,370.766,24.006,5.39307,300,0,0,3293,0,0,0,0,0),(636,14508,0,1,1,14561,1,-13184.5,332.671,40.3307,4.41568,300,0,0,2488,0,0,0,0,0),(635,11355,0,1,1,11169,1,-11885.5,-1072.62,96.459,5.14872,1800,0,0,7599,0,0,0,0,0),(634,11355,0,1,1,11168,1,-11951.7,-1053.28,110.937,1.58825,1800,0,0,7599,0,0,0,0,0),(633,11355,0,1,1,11170,1,-11958.3,-1076.88,92.9911,5.39307,1800,0,0,7599,0,0,0,0,0),(632,2522,0,1,1,613,0,-14587.2,-149.336,5.90323,0.06452,300,5,0,1902,0,1,0,0,0),(631,2522,0,1,1,613,0,-14609.8,-107.464,1.35298,3.82712,300,5,0,1902,0,1,0,0,0),(630,2497,0,1,1,4569,1,-12348.2,168.519,3.16495,3.19395,300,0,0,1902,0,0,0,0,0),(629,678,0,1,1,416,1,-12323,-1064.55,6.6119,3.17637,1800,0,0,1973,0,0,0,0,0),(628,710,0,1,1,6704,1,-12355.4,-1057.36,6.42984,1.77757,1800,0,0,1381,3575,0,0,0,0),(627,679,0,1,1,536,1,-12300.7,-1033.63,7.63361,1.90274,1800,0,0,1579,1432,0,0,0,0),(626,710,0,1,1,6704,1,-12370.5,-1069.95,2.93786,0.175283,1800,0,0,1381,3575,0,0,0,0),(15357,2374,0,1,1,1305,1,-1152.81,256.502,-5.16617,2.25598,300,10,0,896,0,1,0,0,0),(14294,3426,1,1,1,2187,0,-1664.78,-2272.15,93.0756,4.14281,275,2,0,386,0,1,0,0,0),(14293,3426,1,1,1,2187,0,-1789.74,-2692.37,92.0366,1.82951,275,20,0,386,0,1,0,0,0),(14292,3426,1,1,1,2187,0,-1623.06,-2849.84,92.3251,3.13964,275,20,0,386,0,1,0,0,0),(14291,3426,1,1,1,2187,0,-657.473,-3515.64,91.789,4.27305,275,20,0,386,0,1,0,0,0),(14290,3426,1,1,1,2187,0,525.807,-1966.22,92.627,5.00385,275,20,0,386,0,1,0,0,0),(14289,3426,1,1,1,2187,0,-1968.39,-3357.24,59.4933,3.11733,275,20,0,386,0,1,0,0,0),(14288,3426,1,1,1,2187,0,-1757.27,-2242.03,90.6101,1.11879,275,20,0,386,0,1,0,0,0),(14287,3426,1,1,1,2187,0,-548.547,-3583.84,94.6916,2.63117,275,20,0,386,0,1,0,0,0),(625,679,0,1,1,536,1,-12322.3,-1024.14,8.86001,6.15288,1800,0,0,1579,1432,0,0,0,0),(14286,3426,1,1,1,2187,0,702.26,-1822.08,91.7917,6.27048,275,20,0,386,0,1,0,0,0),(14285,3426,1,1,1,2187,0,619.246,-1950.29,91.7917,5.84652,275,20,0,386,0,1,0,0,0),(14284,3426,1,1,1,2187,0,823.794,-2231.66,92.1294,1.67074,275,20,0,386,0,1,0,0,0),(14283,3426,1,1,1,2187,0,-1688.24,-2293.96,94.8446,1.25735,275,20,0,386,0,1,0,0,0),(14282,3426,1,1,1,2187,0,-1274.98,-1856.97,93.3805,5.45615,275,20,0,386,0,1,0,0,0),(14281,3426,1,1,1,2187,0,-1567.23,-3146.49,96.5599,0.285279,275,20,0,386,0,1,0,0,0),(14280,3426,1,1,1,2187,0,-1692.81,-2711.14,93.7313,3.43679,275,20,0,386,0,1,0,0,0),(14279,3426,1,1,1,2187,0,-284.265,-1125.03,51.6399,2.20922,275,20,0,386,0,1,0,0,0),(14278,3426,1,1,1,2187,0,-282.782,-1055.41,40.165,3.77025,275,20,0,386,0,1,0,0,0),(14277,3426,1,1,1,2187,0,-711.656,-3627.16,93.137,4.48969,275,3,0,386,0,1,0,0,0),(14276,3426,1,1,1,2187,0,634.711,-1808.1,91.7917,0.53477,275,20,0,386,0,1,0,0,0),(14275,3426,1,1,1,2187,0,536.771,-1781.92,92.1398,0.059777,275,20,0,386,0,1,0,0,0),(624,679,0,1,1,536,1,-12354.3,-1048.08,3.41143,4.1493,1800,0,0,1579,1432,0,0,0,0),(14274,3682,1,1,1,3878,1,787.375,-1815.08,91.75,3.45575,275,0,0,2576,0,0,0,0,0),(6940,92,0,1,1,171,0,-7239.29,-3209.78,295.571,3.4019,300,5,0,1678,0,1,0,0,0),(623,710,0,1,1,6704,1,-12299,-1090.46,9.73399,0.911756,1800,0,0,1381,3575,0,0,0,0),(14273,3426,1,1,1,2187,0,-1543.14,-2663.74,91.7832,0.77144,275,20,0,386,0,1,0,0,0),(14272,3426,1,1,1,2187,0,-1770.82,-2956.91,91.7917,2.29238,275,20,0,386,0,1,0,0,0),(43667,7766,0,1,1,0,0,-8409,450.793,123.76,2.185,310,0,0,1536,0,0,0,0,0),(6939,2728,0,1,1,557,0,-6895.19,-3382.88,242.167,4.11092,300,10,0,1536,0,1,0,0,0),(47628,9022,230,1,1,8709,0,275.327,-80.9653,-77.0425,5.79449,7200,0,0,7113,0,0,0,0,0),(47627,9678,230,1,1,9051,0,622.961,-164.276,-70.9827,0.523599,7200,0,0,9810,9910,0,0,0,0),(47626,9021,230,1,1,8708,0,418.039,-210.348,-64.9896,2.16421,7200,0,0,7113,0,0,0,0,0),(47625,9681,230,1,1,9049,1,586.21,-149.45,-68.3475,2.54818,7200,0,0,7588,1923,0,0,0,0),(47624,9677,230,1,1,11553,0,582.66,-152.353,-68.3682,1.13446,7200,0,0,14718,0,0,0,0,0),(87071,19175,1,1,1,22374,0,1625,-4402.88,13.1966,2.60054,5,0,0,42,0,0,0,0,0),(86858,19175,1,1,1,22375,0,1623.41,-4402.24,12.7889,5.68977,5,0,0,42,0,0,3,0,0),(14271,3426,1,1,1,2187,0,-1335.79,-2081.18,92.0016,0.02055,275,20,0,386,0,1,0,0,0),(14270,3426,1,1,1,2187,0,-341.672,-1359.11,92.5947,5.66166,275,20,0,386,0,1,0,0,0),(14269,3426,1,1,1,2187,0,-211.939,-1193.41,65.9102,5.85446,275,20,0,386,0,1,0,0,0),(14268,3426,1,1,1,2187,0,-155.451,-1181.68,61.9255,0.450548,275,20,0,386,0,1,0,0,0),(43690,7779,0,1,1,0,0,-8357.39,413.393,122.274,4.77739,370,0,0,804,0,0,0,0,0),(6938,2731,0,1,1,632,0,-6607.49,-2977.74,245.683,0.857296,300,10,0,1469,0,1,0,0,0),(14267,3426,1,1,1,2187,0,-80.8064,-1379.42,92.0656,4.82354,275,20,0,386,0,1,0,0,0),(81594,7246,209,1,1,6425,1,1665.81,1254.07,10.0873,2.07694,86400,0,0,4119,2864,0,0,0,0),(81592,7246,209,1,1,6425,1,1662.28,1257.15,10.4826,0.645772,86400,0,0,4119,2864,0,0,0,0),(14266,3426,1,1,1,2187,0,1161.22,-3279.11,91.7745,3.09224,275,20,0,386,0,1,0,0,0),(43705,7798,0,1,1,0,1,-8417,628.16,95.711,3.886,430,0,0,2769,0,0,0,0,0),(14265,3426,1,1,1,2187,0,857.218,-3491.63,94.3606,1.64809,275,3,0,386,0,1,0,0,0),(622,1565,0,1,1,1768,1,-15012.1,262.318,0.19792,4.80177,300,0,0,1902,0,0,0,0,0),(14264,3426,1,1,1,2187,0,-519.696,-3473.15,94.385,2.43012,275,20,0,386,0,1,0,0,0),(14263,3426,1,1,1,2187,0,641.315,-2117,93.8856,0.238776,275,20,0,386,0,1,0,0,0),(14262,3425,1,1,1,1973,0,-1157.84,-3378.62,91.7082,5.37853,275,0,0,300,0,0,0,0,0),(14261,3425,1,1,1,1973,0,-1150.96,-3411.59,91.7916,4.24164,275,0,0,300,0,0,0,0,0),(14260,3425,1,1,1,1973,0,-1144.96,-3390.34,91.7082,5.48148,275,0,0,300,0,0,0,0,0),(14259,3425,1,1,1,1973,0,-1142.66,-3314.15,91.9167,2.43474,275,0,0,300,0,0,0,0,0),(14258,3425,1,1,1,1973,0,-1042.86,-3227.71,91.7917,2.91209,275,15,0,300,0,1,0,0,0),(14257,3425,1,1,1,1973,0,-851.938,-3356.92,91.789,4.41964,275,5,0,300,0,1,0,0,0),(14256,3425,1,1,1,1973,0,-927.175,-1819.05,92.4167,5.65395,275,5,0,300,0,1,0,0,0),(14255,3425,1,1,1,1973,0,-539.658,-1890.55,93.0392,2.22039,275,15,0,300,0,1,0,0,0),(6937,2732,0,1,1,1055,0,-6909.57,-3080.63,250.484,6.25585,300,10,0,1604,0,1,0,0,0),(14254,3425,1,1,1,1973,0,572.299,-2795.51,91.7916,2.94549,275,5,0,300,0,1,0,0,0),(6936,2732,0,1,1,1055,0,-6662.4,-3219.94,249.273,5.14548,300,5,0,1604,0,1,0,0,0),(6935,2727,0,1,1,161,0,-6715.29,-3282.92,242.283,4.90276,300,10,0,1403,0,1,0,0,0),(14253,3425,1,1,1,1973,0,139.278,-1523.24,91.7917,3.90243,275,0,0,300,0,0,0,0,0),(14252,3425,1,1,1,1973,0,-163.338,-1516.19,91.7917,2.57115,275,0,0,300,0,0,0,0,0),(621,905,0,1,1,705,0,-12428.6,-293.198,7.85719,1.71789,300,5,0,1107,0,1,0,0,0),(14251,3425,1,1,1,1973,0,-631.735,-1706.08,91.8263,2.7825,275,15,0,300,0,1,0,0,0),(14250,3425,1,1,1,1973,0,1187.22,-3830.57,27.8495,1.33684,275,5,0,300,0,1,0,0,0),(49100,11372,309,1,1,15150,0,-11993.5,-1714.75,32.3669,4.88692,7200,0,0,15260,0,0,0,0,0),(49099,11372,309,1,1,15150,0,-11995.3,-1706.12,32.3669,2.46091,7200,0,0,15260,0,0,0,0,0),(49098,11372,309,1,1,15150,0,-11984.4,-1714.77,32.3669,3.56047,7200,0,0,15260,0,0,0,0,0),(49097,11371,309,1,1,15182,0,-11960.5,-1558.18,41.2121,2.23345,7200,0,0,15260,0,0,0,0,0),(49096,11372,309,1,1,15150,0,-11971.7,-1549.17,41.4342,5.63102,7200,0,0,15260,0,0,0,0,0),(49095,11372,309,1,1,15150,0,-12008.8,-1749,55.3869,0.122173,7200,0,0,15260,0,0,0,0,0),(49094,11371,309,1,1,15182,0,-12027.8,-1766.02,57.1063,0.477075,7200,5,0,15260,0,1,0,0,0),(49093,11371,309,1,1,15182,0,-12023,-1760.59,56.2313,3.5719,7200,5,0,15260,0,1,0,0,0),(49092,11371,309,1,1,15182,0,-12021.3,-1752.41,55.3888,3.31613,7200,0,0,15260,0,0,0,0,0),(49091,11371,309,1,1,15182,0,-11866.1,-1312.97,78.272,4.36332,7200,0,0,15260,0,0,0,0,0),(49090,11372,309,1,1,15150,0,-11862.2,-1317.21,79.0372,4.15388,7200,0,0,15260,0,0,0,0,0),(620,1152,0,1,1,833,0,-12050.4,-422.317,-13.5915,4.51646,300,5,0,1403,0,1,0,0,0),(619,905,0,1,1,705,0,-11912.3,-416.464,-3.62516,0.011711,300,5,0,1107,0,1,0,0,0),(14249,3425,1,1,1,1973,0,588.891,-2775.86,92.0416,1.25888,275,0,0,300,0,0,0,0,0),(14248,3425,1,1,1,1973,0,-712.652,-3424.57,91.789,0.759314,275,0,0,300,0,0,0,0,0),(14247,3425,1,1,1,1973,0,536.564,-2803.46,91.7916,1.64009,275,0,0,300,0,0,0,0,0),(14237,3425,1,1,1,1973,0,227.476,-1460.16,91.7917,6.13365,275,3,0,300,0,1,0,0,0),(14236,3425,1,1,1,1973,0,-664.897,-1756.43,91.7917,0.720486,275,5,0,300,0,1,0,0,0),(14235,3425,1,1,1,1973,0,-328.422,-1588.06,92.0754,0.914523,275,0,0,300,0,0,0,0,0),(14234,3425,1,1,1,1973,0,92.1645,-1491.53,91.7917,5.58131,275,0,0,300,0,0,0,0,0),(14230,3425,1,1,1,1973,0,-760.046,-1684.79,91.7917,1.67274,275,0,0,300,0,0,0,0,0),(14229,3425,1,1,1,1973,0,-1045.08,-1781.89,91.7114,3.72076,275,5,0,300,0,1,0,0,0),(14228,3425,1,1,1,1973,0,-523.428,-1852.56,91.7916,5.06731,275,0,0,300,0,0,0,0,0),(14227,3425,1,1,1,1973,0,195.221,-1497.17,91.7917,0.370352,275,5,0,300,0,1,0,0,0),(14226,3425,1,1,1,1973,0,-753.458,-1710.97,91.7917,4.71999,275,0,0,300,0,0,0,0,0),(14225,3425,1,1,1,1973,0,-636.869,-1758.03,92.9167,0.575425,275,0,0,300,0,0,0,0,0),(14224,3425,1,1,1,1973,0,-641.743,-1714.21,91.7917,4.92183,275,0,0,300,0,0,0,0,0),(14223,3425,1,1,1,1973,0,-305.936,-1561,92.1461,0.125204,275,5,0,300,0,1,0,0,0),(14222,3425,1,1,1,1973,0,-667.842,-1723.48,91.7917,5.12722,275,5,0,300,0,1,0,0,0),(14221,3425,1,1,1,1973,0,608.808,-2951.09,92.0417,3.95861,275,0,0,300,0,0,0,0,0),(14220,3425,1,1,1,1973,0,-495.233,-1859.01,91.7916,5.98023,275,0,0,300,0,0,0,0,0),(14219,3425,1,1,1,1973,0,-618.787,-1696.16,92.0417,5.37938,275,0,0,300,0,0,0,0,0),(14218,3425,1,1,1,1973,0,-1050.82,-1792.73,91.7114,1.50366,275,0,0,300,0,0,0,0,0),(14217,3425,1,1,1,1973,0,41.0318,-1605.1,91.7917,4.42402,275,0,0,300,0,0,0,0,0),(14216,3425,1,1,1,1973,0,-603.582,-1854.04,91.7917,4.1247,275,15,0,300,0,1,0,0,0),(14215,3425,1,1,1,1973,0,207.82,-1544.65,91.7916,3.52187,275,0,0,300,0,0,0,0,0),(14214,3425,1,1,1,1973,0,178.275,-1531.03,91.7917,0.009926,275,0,0,300,0,0,0,0,0),(14213,3425,1,1,1,1973,0,526.193,-2777.86,91.7916,1.53237,275,5,0,300,0,1,0,0,0),(14212,3425,1,1,1,1973,0,609.354,-3000.2,91.7917,3.07618,275,5,0,300,0,1,0,0,0),(14211,3425,1,1,1,1973,0,509.516,-3010.84,91.7917,1.26005,275,0,0,300,0,0,0,0,0),(14210,3425,1,1,1,1973,0,-601.742,-1669.68,92.1667,1.8202,275,15,0,300,0,1,0,0,0),(14209,3425,1,1,1,1973,0,-336.325,-1692.76,92.1685,2.41186,275,0,0,300,0,0,0,0,0),(14208,3425,1,1,1,1973,0,-578.373,-1658.35,91.7917,4.75526,275,5,0,300,0,1,0,0,0),(14207,3425,1,1,1,1973,0,588.18,-2949.65,91.7917,5.34071,275,0,0,300,0,0,0,0,0),(14206,3425,1,1,1,1973,0,595.169,-3016.06,91.7917,2.45169,275,5,0,300,0,1,0,0,0),(14205,3425,1,1,1,1973,0,-326.443,-1572.02,92.4504,2.11041,275,0,0,300,0,0,0,0,0),(14204,3425,1,1,1,1973,0,213.95,-1461.04,91.7917,1.64183,275,0,0,300,0,0,0,0,0),(14203,3425,1,1,1,1973,0,671.407,-2818.26,92.6675,5.06565,275,5,0,300,0,1,0,0,0),(14202,3425,1,1,1,1973,0,-785.75,-1791.6,91.7917,5.55341,275,15,0,300,0,1,0,0,0),(14201,3425,1,1,1,1973,0,-726.87,-1704.52,91.7917,5.09542,275,0,0,300,0,0,0,0,0),(14200,3425,1,1,1,1973,0,67.9893,-1508.81,91.7917,1.23727,275,0,0,300,0,0,0,0,0),(14199,3425,1,1,1,1973,0,530.502,-2998.06,91.7917,0.243649,275,5,0,300,0,1,0,0,0),(14198,3425,1,1,1,1973,0,701.618,-2848.94,93.5417,4.59193,275,0,0,300,0,0,0,0,0),(14197,3425,1,1,1,1973,0,627.214,-3016.09,91.7917,0.009777,275,5,0,300,0,1,0,0,0),(14196,3425,1,1,1,1973,0,-596.552,-1699.07,91.9167,5.76479,275,15,0,300,0,1,0,0,0),(14195,3425,1,1,1,1973,0,191.573,-1535.1,91.7916,3.42627,275,0,0,300,0,0,0,0,0),(14194,3425,1,1,1,1973,0,1212.51,-3809.67,29.4422,5.48674,275,5,0,300,0,1,0,0,0),(14193,3425,1,1,1,1973,0,-245.772,-3773.56,26.7364,4.41462,275,5,0,300,0,1,0,0,0),(14192,3425,1,1,1,1973,0,1251.83,-3814.86,30.2619,6.27615,275,5,0,300,0,1,0,0,0),(14191,3425,1,1,1,1973,0,522.085,-3034.6,91.7917,5.82986,275,0,0,300,0,0,0,0,0),(14190,3425,1,1,1,1973,0,562.702,-2848.99,91.7917,1.09097,275,0,0,300,0,0,0,0,0),(14189,3425,1,1,1,1973,0,550.608,-2817.21,92.4166,3.03418,275,0,0,300,0,0,0,0,0),(14188,3425,1,1,1,1973,0,24.1306,-1632.79,91.7917,5.90929,275,5,0,300,0,1,0,0,0),(14187,3425,1,1,1,1973,0,-30.432,-1562.82,91.9776,2.99187,275,5,0,300,0,1,0,0,0),(14186,3425,1,1,1,1973,0,-761.839,-1791.1,91.7917,1.54006,275,15,0,300,0,1,0,0,0),(14185,3425,1,1,1,1973,0,1120.09,-3787.3,31.0933,5.06842,275,5,0,300,0,1,0,0,0),(14184,3425,1,1,1,1973,0,564.398,-2764.35,91.7916,4.71142,275,0,0,300,0,0,0,0,0),(14183,3425,1,1,1,1973,0,536.455,-3020.42,91.7917,1.30725,275,0,0,300,0,0,0,0,0),(14182,3425,1,1,1,1973,0,632.126,-2903.96,91.7917,5.54682,275,5,0,300,0,1,0,0,0),(14181,3425,1,1,1,1973,0,598.856,-2832.8,91.7916,1.78834,275,5,0,300,0,1,0,0,0),(14180,3425,1,1,1,1973,0,495.836,-3011.28,92.2917,1.48046,275,5,0,300,0,1,0,0,0),(14179,3425,1,1,1,1973,0,-611.595,-1828.76,92.2917,2.53593,275,0,0,300,0,0,0,0,0),(14178,3425,1,1,1,1973,0,250.104,-1471.37,92.0417,0.654419,275,0,0,300,0,0,0,0,0),(14177,3425,1,1,1,1973,0,-223.006,-1528.96,91.7917,3.69074,275,5,0,300,0,1,0,0,0),(14176,3425,1,1,1,1973,0,-212.861,-1551.53,92.4167,5.10771,275,5,0,300,0,1,0,0,0),(14175,3425,1,1,1,1973,0,-21.4678,-1577.63,91.7917,1.48935,275,5,0,300,0,1,0,0,0),(14174,3425,1,1,1,1973,0,-951.066,-1808.73,91.7917,5.8404,275,5,0,300,0,1,0,0,0),(14173,3425,1,1,1,1973,0,161.509,-1527.07,91.7917,5.53855,275,5,0,300,0,1,0,0,0),(14172,3425,1,1,1,1973,0,-589.333,-1819.35,91.7917,1.25809,275,5,0,300,0,1,0,0,0),(14171,3425,1,1,1,1973,0,-283.735,-3777.42,31.1709,2.87243,275,5,0,300,0,1,0,0,0),(14170,3425,1,1,1,1973,0,613.112,-2934.84,91.7917,1.07006,275,0,0,300,0,0,0,0,0),(14169,3425,1,1,1,1973,0,625.135,-2915.44,91.7917,4.49676,275,0,0,300,0,0,0,0,0),(14168,3425,1,1,1,1973,0,592.506,-2923.81,92.2935,1.29523,275,0,0,300,0,0,0,0,0),(14167,3425,1,1,1,1973,0,-779.098,-1812.64,91.7917,4.04292,275,0,0,300,0,0,0,0,0),(14166,3425,1,1,1,1973,0,-186.737,-1526.89,91.7917,0.210852,275,5,0,300,0,1,0,0,0),(14165,3425,1,1,1,1973,0,205.274,-1520.83,92.4167,0.66472,275,5,0,300,0,1,0,0,0),(14164,3425,1,1,1,1973,0,-773.66,-1775.08,91.7917,4.66317,275,0,0,300,0,0,0,0,0),(14163,3425,1,1,1,1973,0,-382.082,-3782.55,29.0678,5.34535,275,10,0,300,0,1,0,0,0),(14162,3425,1,1,1,1973,0,-328.572,-3742.22,27.8265,5.72334,275,10,0,300,0,1,0,0,0),(14161,3425,1,1,1,1973,0,1079.38,-3519.58,71.2561,3.89391,275,5,0,300,0,1,0,0,0),(6934,2727,0,1,1,161,0,-6656.4,-3317.18,244.712,2.24828,300,10,0,1403,0,1,0,0,0),(6933,2734,0,1,1,917,0,-6781.13,-2480.96,250.812,2.11319,300,3,0,1829,0,1,0,0,0),(6932,2743,0,1,1,4936,1,-6448.81,-3112.52,315.68,0.058234,300,5,0,1604,0,1,0,0,0),(6931,7867,0,1,1,6916,1,-6841.53,-3638.87,253.046,1.37881,300,0,0,2769,0,0,0,0,0),(6930,2731,0,1,1,632,0,-6658.02,-3637.38,242.7,3.11035,300,10,0,1469,0,1,0,0,0),(6929,2734,0,1,1,917,0,-6748.14,-2457.52,273.449,4.09237,300,3,0,1829,0,1,0,0,0),(6928,2725,0,1,1,715,0,-6537.23,-4121.35,264.566,3.74785,300,10,0,1522,1332,1,0,0,0),(14160,3425,1,1,1,1973,0,593.563,-2868.82,91.7916,0.623108,275,0,0,300,0,0,0,0,0),(618,905,0,1,1,705,0,-11951.2,-388.433,-16.6945,4.46112,300,5,0,1107,0,1,0,0,0),(14159,3425,1,1,1,1973,0,660.696,-2835.21,92.6667,1.58635,275,0,0,300,0,0,0,0,0),(14158,3425,1,1,1,1973,0,697.51,-2823.2,91.7925,6.03966,275,5,0,300,0,1,0,0,0),(14157,3425,1,1,1,1973,0,-195.994,-1532.05,91.7917,0.295704,275,5,0,300,0,1,0,0,0),(14156,3425,1,1,1,1973,0,-726.7,-1678.04,91.7917,3.29169,275,5,0,300,0,1,0,0,0),(14155,3425,1,1,1,1973,0,-1027.6,-1795.12,91.7114,4.51337,275,15,0,300,0,1,0,0,0),(14154,3425,1,1,1,1973,0,-643.547,-1726.97,91.7917,0.151273,275,0,0,300,0,0,0,0,0),(14153,3425,1,1,1,1973,0,1081.71,-3481.79,78.8154,4.69214,275,5,0,300,0,1,0,0,0),(14152,3425,1,1,1,1973,0,-243.727,-3722.56,29.3098,2.51835,275,5,0,300,0,1,0,0,0),(14151,3425,1,1,1,1973,0,614.767,-3031.96,91.7917,3.58766,275,0,0,300,0,0,0,0,0),(14150,3425,1,1,1,1973,0,580.833,-2825.16,91.7916,5.56836,275,0,0,300,0,0,0,0,0),(14149,3425,1,1,1,1973,0,583.989,-2847.66,91.7916,0.749473,275,0,0,300,0,0,0,0,0),(14148,3425,1,1,1,1973,0,-623.1,-1737.7,91.7917,6.21223,275,0,0,300,0,0,0,0,0),(14146,3424,1,1,1,1975,0,-2647.46,-1913.86,97.3011,1.67649,275,20,0,442,490,1,0,0,0),(14145,3424,1,1,1,1975,0,-2444.34,-2254.62,95.1493,5.9799,275,20,0,442,490,1,0,0,0),(14144,3424,1,1,1,1975,0,-2542.13,-2108.51,91.7917,5.72359,275,20,0,442,490,1,0,0,0),(14143,3424,1,1,1,1975,0,-2597.64,-2323.55,92.1667,3.37385,275,20,0,442,490,1,0,0,0),(14142,3424,1,1,1,1975,0,-2912.17,-1990.71,92.8868,1.49454,275,20,0,442,490,1,0,0,0),(14141,3424,1,1,1,1975,0,-2475.74,-2448.61,92.5943,5.9219,275,20,0,442,490,1,0,0,0),(14140,6494,1,1,1,5236,0,-1379.84,-3772.38,50.8543,4.98344,275,0,0,273,0,2,0,0,0),(14139,3934,1,1,1,3881,1,-407.123,-2645.22,96.3063,3.4383,275,0,0,1003,0,0,0,0,0),(14138,3421,1,1,1,1406,1,-4218.17,-2343.84,91.7917,4.72093,275,0,0,617,0,0,0,0,0),(14137,6236,1,1,1,4955,1,-1709.14,-4330.07,4.33387,6.14356,275,0,0,4120,0,0,0,0,0),(14136,3418,1,1,1,3818,1,-2347.39,-1925.27,95.8728,2.6529,275,0,0,573,0,0,0,0,0),(14135,3416,1,1,1,1058,0,-622.125,-3631.82,92.539,3.62613,275,0,0,386,0,0,0,0,0),(14134,3416,1,1,1,1058,0,-616.894,-3677.34,92.914,3.98031,275,0,0,386,0,0,0,0,0),(14133,3416,1,1,1,1058,0,-651.599,-3745.18,91.789,4.79968,275,10,0,386,0,1,0,0,0),(14132,3416,1,1,1,1058,0,-642.149,-3646.26,94.584,6.0415,275,0,0,386,0,0,0,0,0),(14131,3416,1,1,1,1058,0,-578.047,-3630.01,93.2917,5.66708,275,5,0,386,0,1,0,0,0),(14130,3416,1,1,1,1058,0,-570.428,-3651.8,92.5157,0.687021,275,0,0,386,0,0,0,0,0),(14129,3416,1,1,1,1058,0,-579.999,-3667.71,92.3273,2.36653,275,0,0,386,0,0,0,0,0),(14128,3416,1,1,1,1058,0,-643.476,-3506.5,92.039,5.03341,275,5,0,386,0,1,0,0,0),(14127,3928,1,1,1,2028,0,1414.76,-2281.38,92.1746,0.755504,275,5,0,494,0,1,0,0,0),(14126,3416,1,1,1,1058,0,-551.085,-3410.97,91.789,6.11163,275,5,0,386,0,1,0,0,0),(14125,3416,1,1,1,1058,0,-724.259,-3595.44,93.7229,3.96822,275,3,0,386,0,1,0,0,0),(14124,3415,1,1,1,1056,0,-224.436,-2791.11,93.3145,2.8786,275,15,0,222,0,1,0,0,0),(14123,3415,1,1,1,1056,0,-372.218,-2881.21,91.9142,0.465392,275,15,0,222,0,1,0,0,0),(14122,3415,1,1,1,1056,0,-535.577,-2444.97,91.7917,0.832856,275,5,0,222,0,1,0,0,0),(14121,3415,1,1,1,1056,0,-248.027,-2804.71,91.9761,0.047758,275,15,0,222,0,1,0,0,0),(14120,3415,1,1,1,1056,0,-251.909,-2352.19,91.8317,4.10227,275,5,0,222,0,1,0,0,0),(14119,3415,1,1,1,1056,0,-251.709,-2393.11,91.887,1.6692,275,5,0,222,0,1,0,0,0),(6927,2717,0,1,1,1120,1,-7144.22,-2313.79,246.382,6.1951,300,5,0,1902,0,1,0,0,0),(14118,3415,1,1,1,1056,0,-508.564,-2883.98,92.5417,6.02346,275,15,0,222,0,1,0,0,0),(14117,3415,1,1,1,1056,0,-205.966,-2377.57,91.8251,6.19896,275,5,0,222,0,1,0,0,0),(14116,3415,1,1,1,1056,0,-157.622,-2580.64,91.7917,4.55779,275,5,0,222,0,1,0,0,0),(14115,3415,1,1,1,1056,0,-413.69,-2881.85,91.8349,4.76161,275,5,0,222,0,1,0,0,0),(14114,3415,1,1,1,1056,0,-151.654,-2647.26,91.792,4.90571,275,5,0,222,0,1,0,0,0),(14113,3415,1,1,1,1056,0,-440.654,-2902.29,91.7917,3.63402,275,15,0,222,0,1,0,0,0),(14112,3415,1,1,1,1056,0,-143.75,-2621.34,94.2157,4.60665,275,0,0,222,0,0,0,0,0),(14111,3415,1,1,1,1056,0,-486.092,-2836.97,92.4767,1.37608,275,5,0,222,0,1,0,0,0),(14110,3415,1,1,1,1056,0,-512.574,-2516.44,94.6508,4.34188,275,5,0,222,0,1,0,0,0),(14109,3415,1,1,1,1056,0,-218.843,-2573.06,92.467,4.57326,275,15,0,222,0,1,0,0,0),(14108,3415,1,1,1,1056,0,-124.206,-2619.95,92.2479,4.07776,275,5,0,222,0,1,0,0,0),(14107,3415,1,1,1,1056,0,488.783,-3027.61,92.9835,1.29031,275,15,0,222,0,1,0,0,0),(14106,3415,1,1,1,1056,0,482.434,-3051.85,93.5769,1.19207,275,15,0,222,0,1,0,0,0),(49089,11371,309,1,1,15182,0,-11927,-1385.89,82.0706,3.57792,7200,3,0,15260,0,1,0,0,0),(49088,11372,309,1,1,15150,0,-11932.7,-1394.57,80.4193,3.90086,7200,3,0,15260,0,1,0,0,0),(69726,21846,530,1,1,0,1,-3759.02,5140.4,-22.8351,4.81711,300,0,0,6986,0,0,0,0,0),(66697,21859,530,1,1,0,1,-3756.38,4409.36,-1.16078,5.06878,300,0,0,6986,0,0,0,0,0),(66695,21859,530,1,1,0,1,-3764.99,5095.88,-19.0595,0.122173,300,0,0,6986,0,0,0,0,0),(48198,21859,530,1,1,0,1,-3770.83,5121.01,-21.4213,0.959931,300,0,0,6986,0,0,0,0,0),(31934,21859,530,1,1,0,1,-3753.17,5078.65,-18.2274,0.872665,300,0,0,6986,0,0,0,0,0),(14105,3415,1,1,1,1056,0,585.346,-2483.27,95.855,1.59813,275,5,0,222,0,1,0,0,0),(49087,14826,309,1,1,14391,0,-11580.6,-1254.79,77.6299,2.28638,40,0,0,763,0,0,0,0,0),(44022,7917,0,1,1,0,0,-8556,835.86,106.602,5.323,430,0,0,3398,0,0,0,0,0),(70514,20520,530,1,1,0,0,3725.36,2432.37,103.696,4.16881,600,0,0,7181,0,0,0,0,0),(14104,3415,1,1,1,1056,0,-414.39,-2926.09,92.159,3.03149,275,15,0,222,0,1,0,0,0),(14103,3415,1,1,1,1056,0,-385.087,-2937.43,91.7261,4.45054,275,15,0,222,0,1,0,0,0),(14102,3415,1,1,1,1056,0,45.15,-2525.76,93.1387,3.16698,275,5,0,222,0,1,0,0,0),(14101,3415,1,1,1,1056,0,-8.12921,-2566.53,91.7654,4.13774,275,5,0,222,0,1,0,0,0),(14100,3415,1,1,1,1056,0,21.8563,-2441.04,99.9166,2.78568,275,0,0,222,0,0,0,0,0),(14099,3415,1,1,1,1056,0,-444.449,-3011.4,91.8065,2.25577,275,5,0,222,0,1,0,0,0),(14098,3415,1,1,1,1056,0,-423.659,-2952.93,91.7917,3.72504,275,0,0,222,0,0,0,0,0),(14097,3415,1,1,1,1056,0,174.884,-2558.57,91.7917,0.692726,275,5,0,222,0,1,0,0,0),(14096,3415,1,1,1,1056,0,-464.826,-2971.25,91.7917,1.89662,275,5,0,222,0,1,0,0,0),(14095,3415,1,1,1,1056,0,211.035,-2609.35,91.8531,3.23603,275,15,0,222,0,1,0,0,0),(14094,3415,1,1,1,1056,0,559.884,-2407.02,91.7917,0.533374,275,10,0,222,0,1,0,0,0),(14093,3415,1,1,1,1056,0,58.4571,-2466.66,92.5223,0.632959,275,15,0,222,0,1,0,0,0),(14092,3415,1,1,1,1056,0,-468.699,-2917.37,93.0417,0.143001,275,0,0,222,0,0,0,0,0),(14091,3415,1,1,1,1056,0,578.788,-2421.03,92.3846,0.31016,275,0,0,222,0,0,0,0,0),(14090,3415,1,1,1,1056,0,211.446,-2561.79,91.7917,5.99855,275,0,0,222,0,0,0,0,0),(6926,2732,0,1,1,1055,0,-6651.58,-3552.83,259.551,2.85444,300,0,0,1604,0,0,0,0,0),(6924,2732,0,1,1,1055,0,-6760.77,-3279.66,242.453,2.71028,300,10,0,1604,0,1,0,0,0),(6925,2731,0,1,1,632,0,-6615.12,-3587.55,243.498,2.59314,300,5,0,1469,0,1,0,0,0),(15356,2349,0,1,1,6808,0,-733.792,-1572.47,55.0892,5.12883,300,10,0,664,0,1,0,0,0),(15355,2405,0,1,1,3662,1,21.3959,-879.059,58.3443,2.47706,300,0,0,3696,0,0,0,0,0),(15353,2405,0,1,1,3662,1,8.31741,-1030.88,55.3114,4.71887,300,0,0,3696,0,0,0,0,0),(15354,2405,0,1,1,3662,1,26.2819,-981.049,56.5633,5.86675,300,0,0,3696,0,0,0,0,0),(17701,1958,0,1,1,2597,0,879.167,95.834,35.1398,3.62478,275,10,0,350,390,1,0,0,0),(6923,2725,0,1,1,715,0,-6431.15,-4105.01,264.176,1.23487,300,10,0,1522,1332,1,0,0,0),(14089,3415,1,1,1,1056,0,-347.472,-2946.46,92.2917,4.82578,275,5,0,222,0,1,0,0,0),(14088,3415,1,1,1,1056,0,589.905,-2415.16,91.8713,2.51437,275,10,0,222,0,1,0,0,0),(14087,3415,1,1,1,1056,0,570.64,-2443.24,93.1667,6.21243,275,0,0,222,0,0,0,0,0),(14086,3415,1,1,1,1056,0,236.392,-2545.73,91.7917,4.84635,275,0,0,222,0,0,0,0,0),(14085,3415,1,1,1,1056,0,188.886,-2560.18,91.7917,4.36376,275,0,0,222,0,0,0,0,0),(14084,3415,1,1,1,1056,0,555.586,-2485.47,95.8442,5.24243,275,5,0,222,0,1,0,0,0),(14083,3415,1,1,1,1056,0,22.0531,-2478.83,91.7916,1.84941,275,0,0,222,0,0,0,0,0),(14082,3415,1,1,1,1056,0,249.44,-2596.17,94.1303,4.87336,275,15,0,222,0,1,0,0,0),(14081,3415,1,1,1,1056,0,-485.549,-2938.35,91.7917,6.00382,275,5,0,222,0,1,0,0,0),(14080,3415,1,1,1,1056,0,512.061,-2462.28,91.7917,5.80288,275,0,0,222,0,0,0,0,0),(14079,3415,1,1,1,1056,0,-447.847,-2926.19,92.4167,4.29007,275,0,0,222,0,0,0,0,0),(14078,3415,1,1,1,1056,0,30.5093,-2467.74,91.7916,1.82157,275,0,0,222,0,0,0,0,0),(14077,9558,1,1,1,8846,1,-996.145,-3815.62,5.25929,0.942478,275,0,0,2218,0,0,0,0,0),(245558,16592,0,1,1,11686,0,-5404.93,-492.299,395.597,-0.506145,300,0,0,42,0,0,0,0,0),(14075,3665,1,1,1,7051,1,-928.34,-3769.83,6.39278,2.47837,275,0,0,417,0,0,0,0,0),(14074,8016,1,1,1,4261,1,-383.605,-1371.59,91.9623,1.01229,275,0,0,3048,0,0,0,0,0),(14073,8016,1,1,1,4264,1,-356.251,-1392.92,99.0416,4.36188,275,0,0,3048,0,0,0,0,0),(14072,8016,1,1,1,4264,1,-410.014,-1358.16,113.945,0.890118,275,0,0,3048,0,0,0,0,0),(14071,8016,1,1,1,4263,1,-378.638,-1394.49,93.5754,6.07137,275,0,0,3048,0,0,0,0,0),(14070,8016,1,1,1,4261,1,-424.496,-1372.76,92.4504,0.036124,275,5,0,3048,0,1,0,0,0),(14069,8016,1,1,1,4261,1,-436.993,-1341.18,99.2917,1.68265,275,2,0,3048,0,1,0,0,0),(14068,8016,1,1,1,4261,1,-394.932,-1363.17,91.7855,0.977384,275,0,0,3048,0,0,0,0,0),(14067,8016,1,1,1,4261,1,1264.56,-2250.38,114.89,0.698132,275,0,0,3048,0,0,0,0,0),(14066,8016,1,1,1,4261,1,1238.94,-2212.8,92.0417,1.92637,275,5,0,3048,0,1,0,0,0),(14065,8016,1,1,1,4264,1,1263.86,-2216.21,92.0113,0.226893,275,0,0,3048,0,0,0,0,0),(14064,8016,1,1,1,4261,1,1193.02,-2259.09,91.7917,1.60011,275,5,0,3048,0,1,0,0,0),(14063,8016,1,1,1,4261,1,1231.25,-2281.25,94.4186,6.03819,275,5,0,3048,0,1,0,0,0),(14062,8016,1,1,1,4261,1,1250.6,-2244.22,92.7232,2.87974,275,5,0,3048,0,1,0,0,0),(14061,8016,1,1,1,4263,1,1248.74,-2203.71,113.479,0.593412,275,0,0,3048,0,0,0,0,0),(14060,8016,1,1,1,4264,1,1268.25,-2225.67,91.8273,0.366519,275,0,0,3048,0,0,0,0,0),(14059,10063,1,1,1,9286,1,-1036.32,-3678.48,23.109,5.96903,275,0,0,1342,0,0,0,0,0),(6922,2725,0,1,1,715,0,-6509.4,-4085.57,264.318,6.19259,300,10,0,1522,1332,1,0,0,0),(14058,5198,1,1,1,1166,0,0.290961,-3632.87,27.4159,2.30383,275,0,0,198,0,0,0,0,0),(14057,3659,1,1,1,10704,0,-971.694,-3633.29,18.9822,5.41288,275,0,0,1536,0,0,0,0,0),(6921,4872,0,1,1,2695,0,-6221.57,-3064.46,220.1,1.92399,300,0,0,1536,0,0,0,0,0),(49086,14826,309,1,1,14391,0,-11580.2,-1250.6,77.6299,3.36848,40,0,0,763,0,0,0,0,0),(49085,14826,309,1,1,14391,0,-11582.3,-1247.86,77.6299,4.36332,40,0,0,763,0,0,0,0,0),(6920,2732,0,1,1,1055,0,-7023.81,-3696.23,245.084,5.94758,300,3,0,1604,0,1,0,0,0),(6919,2728,0,1,1,557,0,-7016.81,-3480.98,241.858,2.84022,300,10,0,1536,0,1,0,0,0),(81508,7246,209,1,1,6426,1,1816.27,941.185,8.9654,2.32129,86400,0,0,4119,2864,0,0,0,0),(81504,7269,209,1,1,7470,0,1820.72,910.783,8.97814,3.89208,86400,5,0,1782,0,1,0,0,0),(81505,5650,209,1,1,6421,1,1822.72,914.188,9.00179,4.11501,86400,5,0,4278,2966,1,0,0,0),(81506,7269,209,1,1,7470,0,1832.13,932.186,8.96523,1.78024,86400,5,0,1782,0,1,0,0,0),(81507,5649,209,1,1,6423,1,1861.45,828.72,24.1171,3.64774,86400,5,0,5346,0,1,0,0,0),(81503,7269,209,1,1,7470,0,1849.73,842.241,14.2548,5.84685,86400,5,0,1782,0,1,0,0,0),(617,877,0,1,1,4920,1,-12244.2,674.804,-70.7399,0.764799,1800,5,0,1403,0,1,0,0,0),(616,1114,0,1,1,845,0,-12782.4,-882.02,55.5573,4.40298,300,10,0,1804,0,1,0,0,0),(14056,3658,1,1,1,7057,1,-974.165,-3635,19.1651,5.31583,275,0,0,449,0,0,0,0,0),(14055,3655,1,1,1,7221,1,-658.948,-2006.91,61.6745,3.46793,275,0,0,386,0,0,0,0,0),(14054,4166,1,1,1,1547,0,-2640.7,-1899.03,95.8037,0.548667,275,0,0,14,0,0,0,0,0),(14053,4166,1,1,1,2237,0,-2634.93,-1899.94,95.9287,0.289682,275,0,0,14,0,0,0,0,0),(14052,4166,1,1,1,2237,0,-2635.23,-1905.69,96.4277,0.447744,275,0,0,14,0,0,0,0,0),(14051,4166,1,1,1,2238,0,-2630.93,-1904.7,96.5375,0.156463,275,0,0,14,0,0,0,0,0),(14050,4166,1,1,1,1547,0,-2636.45,-1899.12,95.8501,0.54262,275,0,0,14,0,0,0,0,0),(8020,4415,1,1,1,11348,0,-4369.77,-3917.44,55.8698,4.08216,360,5,0,1751,0,1,0,0,0),(8019,12919,1,1,1,13099,1,-4139.29,-4060.02,2.12276,5.044,360,0,0,2218,0,0,0,0,0),(14049,4166,1,1,1,2238,0,-2624.33,-1883.84,94.6177,0.534173,275,0,0,14,0,0,0,0,0),(14048,4166,1,1,1,2238,0,-950.849,-2690.34,94.8764,4.80418,275,20,0,14,0,1,0,0,0),(14047,4166,1,1,1,1547,0,-480.071,-2014.89,93.3745,2.51567,275,0,0,14,0,0,0,0,0),(14046,4166,1,1,1,1547,0,-490.426,-2006.42,93.5692,2.39076,275,0,0,14,0,0,0,0,0),(14045,4166,1,1,1,2238,0,-487.935,-2014.8,92.7294,2.46136,275,0,0,14,0,0,0,0,0),(14044,4166,1,1,1,1547,0,-491.924,-2010.56,93.1708,2.4934,275,0,0,14,0,0,0,0,0),(14043,4166,1,1,1,2237,0,-487.622,-2010.14,93.2034,2.38933,275,0,0,14,0,0,0,0,0),(14042,4166,1,1,1,1547,0,-502.584,-1996.39,94.4326,2.27603,275,0,0,14,0,0,0,0,0),(14041,4166,1,1,1,2237,0,-1299.7,-2163.3,92.9623,0.441817,275,20,0,14,0,1,0,0,0),(14040,4166,1,1,1,1547,0,-1297.92,-2173.1,93.8321,0.446182,275,20,0,14,0,1,0,0,0),(14039,4166,1,1,1,2238,0,-1293.71,-2170.16,92.8328,0.428727,275,20,0,14,0,1,0,0,0),(14038,4166,1,1,1,1547,0,-1299.2,-2167.56,93.2594,0.407713,275,20,0,14,0,1,0,0,0),(14037,4166,1,1,1,2238,0,-1315.29,-2177.78,95.2035,0.073869,275,0,0,14,0,0,0,0,0),(14036,4166,1,1,1,1547,0,-1295.2,-2161.68,92.3015,0.450548,275,20,0,14,0,1,0,0,0),(6918,2731,0,1,1,632,0,-6385.9,-3621.2,244.461,6.11836,300,10,0,1469,0,1,0,0,0),(14035,4166,1,1,1,2238,0,-1289.34,-2162.99,92.0365,0.323703,275,20,0,14,0,1,0,0,0),(14034,4166,1,1,1,2238,0,-1305.42,-2170.09,94.3055,6.18934,275,20,0,14,0,1,0,0,0),(6917,2730,0,1,1,161,0,-6432.91,-3827.31,303.123,5.49779,300,10,0,1981,0,1,0,0,0),(615,1653,0,1,1,2563,1,-13476.3,194.444,41.1958,1.87436,300,2,0,1110,3293,1,0,0,0),(614,1551,0,1,1,2174,0,-13202.4,-576.864,12.9066,4.64581,300,2,0,2059,0,1,0,0,0),(14033,3398,1,1,1,1397,0,-1053.21,-2090.78,51.7808,3.06066,43200,0,0,1452,0,0,0,0,0),(14032,4166,1,1,1,1547,0,-557.923,-2539.76,93.1667,0.89557,275,20,0,14,0,1,0,0,0),(63521,22991,530,1,1,0,0,-4076.79,3412.91,334.617,-1.0821,180,0,0,4120,0,0,0,0,0),(14031,4166,1,1,1,2238,0,-2255.7,-2233.26,92.9592,4.01906,275,20,0,14,0,1,0,0,0),(14030,4166,1,1,1,2238,0,-2256.42,-2248.3,93.4277,3.93069,275,20,0,14,0,1,0,0,0),(14029,4166,1,1,1,1547,0,-2253.33,-2241.21,93.1163,3.91184,275,20,0,14,0,1,0,0,0),(14028,4166,1,1,1,2237,0,-2243.09,-2228.98,92.9267,4.03752,275,20,0,14,0,1,0,0,0),(14027,4166,1,1,1,1547,0,-2298.94,-2281.05,92.4972,3.26885,275,20,0,14,0,1,0,0,0),(14026,4166,1,1,1,2238,0,-570.469,-2547.67,92.8319,0.91193,275,0,0,14,0,0,0,0,0),(14025,4166,1,1,1,2238,0,-572.897,-2552.29,92.4569,0.899247,275,0,0,14,0,0,0,0,0),(14024,4166,1,1,1,2238,0,-562.784,-2554.2,92.2917,0.885524,275,0,0,14,0,0,0,0,0),(94474,22822,530,1,1,0,0,3675.37,2277.2,111.502,1.71303,360,0,0,6761,0,0,0,0,0),(94473,22822,530,1,1,0,0,3718.5,2268.29,121.473,5.38083,360,0,0,6761,0,0,0,0,0),(94472,22822,530,1,1,0,0,3756.96,2233.31,132.258,2.75368,360,0,0,6761,0,0,0,0,0),(94471,22822,530,1,1,0,0,3730.52,2231.31,128.261,0.248253,360,0,0,6761,0,0,0,0,0),(94470,22822,530,1,1,0,0,3584.08,2300.47,73.296,5.22362,360,0,0,6761,0,0,0,0,0),(94469,22822,530,1,1,0,0,3567.88,2186.46,87.2871,5.93833,360,0,0,6761,0,0,0,0,0),(94468,22822,530,1,1,0,0,3576.63,1993.81,99.5505,4.94087,360,0,0,6761,0,0,0,0,0),(6916,2730,0,1,1,161,0,-6466.47,-3857.28,316.597,3.20192,300,5,0,1981,0,1,0,0,0),(6915,2732,0,1,1,1055,0,-6649.06,-3482.49,259.517,4.37896,300,0,0,1604,0,0,0,0,0),(6914,2730,0,1,1,161,0,-6490.28,-3804.55,321.746,1.39216,300,5,0,1981,0,1,0,0,0),(6913,2718,0,1,1,11545,1,-7152.95,-2286.86,262.457,4.74616,300,5,0,1585,1381,1,0,0,0),(6912,2893,0,1,1,1194,1,-6956.01,-3314.42,263.466,6.1832,300,5,0,1678,0,1,0,0,0),(49084,14826,309,1,1,14391,0,-11585.1,-1248.76,77.6299,5.23599,40,0,0,763,0,0,0,0,0),(49083,14826,309,1,1,14391,0,-11586.6,-1250.72,77.6299,6.07375,40,0,0,763,0,0,0,0,0),(6911,2732,0,1,1,1055,0,-7132.52,-3488.62,253.374,3.02619,300,0,0,1604,0,0,0,0,0),(6910,2732,0,1,1,1055,0,-6709.01,-2995.9,259.146,5.50055,300,0,0,1604,0,0,0,0,0),(6909,2725,0,1,1,715,0,-6395.58,-4161.5,270.867,4.70989,300,5,0,1522,1332,1,0,0,0),(6908,2725,0,1,1,715,0,-6383.89,-4187.71,277.542,1.37298,300,3,0,1522,1332,1,0,0,0),(6907,2725,0,1,1,715,0,-6350.83,-4210.97,303.02,2.4934,300,3,0,1522,1332,1,0,0,0),(6906,2725,0,1,1,715,0,-6363.04,-4211.82,292.495,3.16698,300,3,0,1522,1332,1,0,0,0),(6905,2725,0,1,1,715,0,-6388.5,-4103.65,275.793,1.05251,300,0,0,1522,1332,0,0,0,0),(6904,2725,0,1,1,715,0,-6363.87,-4182.18,285.838,1.55712,300,3,0,1522,1332,1,0,0,0),(613,1551,0,1,1,2174,0,-13224.9,-567.425,4.64249,5.14098,300,3,0,2059,0,1,0,0,0),(612,1551,0,1,1,2174,0,-13222.4,-502.163,9.54812,5.82651,300,0,0,2059,0,0,0,0,0),(611,1064,0,1,1,4368,1,-12375.2,234.479,3.29447,1.8675,300,0,0,11828,0,0,0,0,0),(610,1064,0,1,1,4369,1,-12383.7,227.555,2.72805,1.6166,300,0,0,11828,0,2,0,0,0),(609,16094,0,1,1,3519,1,-12423.7,187.072,1.16645,5.20108,300,0,0,1003,0,0,0,0,0),(6903,2725,0,1,1,715,0,-6398.84,-4103.88,269.616,0.244505,300,3,0,1522,1332,1,0,0,0),(14023,4166,1,1,1,2238,0,-571.005,-2556.43,92.2069,0.938803,275,0,0,14,0,0,0,0,0),(608,1064,0,1,1,4369,1,-12333.8,171.266,3.79848,0.069813,300,0,0,11828,0,0,0,0,0),(49082,14826,309,1,1,14391,0,-11586.4,-1253.92,77.6299,0.750492,40,0,0,763,0,0,0,0,0),(49081,14826,309,1,1,14391,0,-11583.2,-1254.83,77.6299,1.67552,40,0,0,763,0,0,0,0,0),(49080,14826,309,1,1,14391,0,-11581.5,-1252.54,77.6299,2.61799,40,0,0,763,0,0,0,0,0),(49079,14826,309,1,1,14391,0,-11582.5,-1250.32,77.6299,3.90954,40,0,0,763,0,0,0,0,0),(49078,14826,309,1,1,14391,0,-11584.2,-1252.21,77.6299,0.959931,40,0,0,763,0,0,0,0,0),(49077,15042,309,1,1,15144,0,-12013,-1805.91,81.1094,1.6057,7200,0,0,9156,0,0,0,0,0),(49076,11374,309,1,1,15101,0,-11856.4,-1518.22,8.63866,0.820305,7200,0,0,9156,0,0,0,0,0),(49075,11374,309,1,1,15101,0,-11669.3,-1658.74,8.63866,1.71042,7200,0,0,9156,0,0,0,0,0),(49074,11374,309,1,1,15101,0,-11793.3,-1753.86,8.63866,0.785398,7200,0,0,9156,0,0,0,0,0),(49073,11374,309,1,1,15101,0,-11716.9,-1452.71,8.63866,6.10865,7200,0,0,9156,0,0,0,0,0),(49072,11374,309,1,1,15101,0,-11873.3,-1742.98,8.63866,1.43117,7200,0,0,9156,0,0,0,0,0),(49071,11374,309,1,1,15101,0,-11724.6,-1806.67,8.63866,3.07178,7200,0,0,9156,0,0,0,0,0),(49070,11374,309,1,1,15101,0,-11700.9,-1490.58,8.63866,3.4628,7200,0,0,9156,0,0,0,0,0),(47562,8915,230,1,1,8779,1,1418.24,-768.974,-92.6388,4.04916,7200,0,0,2634,2041,0,0,0,0),(47561,8904,230,1,1,8826,1,1420.37,-775.428,-92.6383,2.56563,7200,0,0,2394,4896,0,0,0,0),(47478,8904,230,1,1,8826,1,1408.46,-769.655,-92.6389,5.91667,7200,0,0,2394,4896,0,0,0,0),(47477,9938,230,1,1,12162,0,1380.72,-659.314,-91.9711,1.58825,43200,0,0,24291,0,0,0,0,0),(47474,8982,230,1,1,9189,0,1353.16,-677.38,-91.9711,0,7200,0,0,126,0,0,0,0,0),(47473,8982,230,1,1,9189,0,1407.67,-677.718,-91.9711,3.14159,7200,0,0,126,0,0,0,0,0),(47472,8982,230,1,1,9189,0,1353.92,-632.75,-91.9711,0.122173,7200,0,0,126,0,0,0,0,0),(47466,8982,230,1,1,9189,0,1406.88,-632.438,-91.9711,3.14159,7200,0,0,126,0,0,0,0,0),(47442,8982,230,1,1,9189,0,1353.43,-587.317,-91.9711,0.15708,7200,0,0,126,0,0,0,0,0),(47323,8982,230,1,1,9189,0,1407.29,-587.299,-91.9711,3.15905,7200,0,0,126,0,0,0,0,0),(47304,9025,230,1,1,5781,0,615.522,-267.397,-83.5907,3.86809,43200,0,0,11460,0,2,0,0,0),(47303,9956,230,1,1,9309,1,1385.2,-439.437,-94.5913,3.19395,600,0,0,760,0,2,0,0,0),(47302,9956,230,1,1,9309,1,1382.62,-397.68,-94.5913,5.39307,600,0,0,760,0,2,0,0,0),(47301,10117,230,1,1,7550,0,265.299,-161.117,-72.5054,0.174533,7200,0,0,42,0,0,0,0,0),(6902,2731,0,1,1,632,0,-6568.43,-2914.68,253.944,1.14897,300,5,0,1469,0,1,0,0,0),(14022,4166,1,1,1,2238,0,645.567,-1992.18,94.3211,1.80077,275,20,0,14,0,1,0,0,0),(14021,4166,1,1,1,1547,0,656.101,-1988.64,93.9044,1.59713,275,20,0,14,0,1,0,0,0),(14020,4166,1,1,1,2238,0,652.067,-1998.06,94.0989,1.81568,275,20,0,14,0,1,0,0,0),(14019,4166,1,1,1,2237,0,652.578,-1992.11,94.1957,1.70369,275,20,0,14,0,1,0,0,0),(14018,4166,1,1,1,2238,0,647.492,-1979.11,93.5238,1.79159,275,20,0,14,0,1,0,0,0),(14017,4166,1,1,1,2238,0,-1573.7,-1892.6,95.0577,0.818535,275,0,0,14,0,0,0,0,0),(14016,4166,1,1,1,2238,0,-1571.88,-1894.16,95.3724,0.664982,275,20,0,14,0,1,0,0,0),(14015,4166,1,1,1,2237,0,-1571.1,-1892.25,95.3899,0.734267,275,0,0,14,0,0,0,0,0),(14014,4166,1,1,1,2238,0,-1566.32,-1894.35,95.5814,0.6607,275,0,0,14,0,0,0,0,0),(49069,11374,309,1,1,15101,0,-11714,-1759.32,8.63866,0.820305,7200,0,0,9156,0,0,0,0,0),(49068,11374,309,1,1,15101,0,-11885.3,-1716.99,8.63866,3.12414,7200,0,0,9156,0,0,0,0,0),(49067,15111,309,1,1,12345,1,-11883.1,-1883.27,63.6083,0.717006,7200,5,0,12575,9944,1,0,0,0),(17700,1958,0,1,1,2597,0,875.801,75.5847,32.8699,6.16101,275,0,0,350,390,0,0,0,0),(14013,4166,1,1,1,1547,0,-1565.4,-1886.46,95.4469,0.787829,275,0,0,14,0,0,0,0,0),(14012,4166,1,1,1,2238,0,-1578.91,-1891.93,94.646,0.774671,275,0,0,14,0,0,0,0,0),(14011,4166,1,1,1,2238,0,-1571.99,-1886.69,94.9803,0.831814,275,0,0,14,0,0,0,0,0),(14010,4166,1,1,1,1547,0,-1550.76,-1884.09,96.6302,0.202371,275,0,0,14,0,0,0,0,0),(14009,4166,1,1,1,2238,0,-564.859,-2551.99,92.5417,0.873921,275,0,0,14,0,0,0,0,0),(15352,2385,0,1,1,1056,0,-1016.44,-1012.79,42.5018,2.51561,300,5,0,840,0,1,0,0,0),(14008,3397,1,1,1,9447,1,-1250.49,-3090.42,92.84,0.129407,275,5,0,235,295,1,0,0,0),(14007,3397,1,1,1,9447,1,-1157.47,-3127.11,93.67,3.0509,275,0,0,235,295,0,0,0,0),(14006,3397,1,1,1,9447,1,-1150.59,-2887.54,94.5679,2.98672,275,0,0,235,295,2,0,0,0),(14005,3397,1,1,1,9447,1,-1334.89,-3135.21,91.7917,0.825739,275,0,0,235,295,0,0,0,0),(14004,3397,1,1,1,9447,1,-1320.35,-3127.96,91.7917,2.60621,275,0,0,235,295,0,0,0,0),(14003,3397,1,1,1,9447,1,-1493.2,-3043.02,91.7917,5.10249,275,5,0,235,295,1,0,0,0),(6901,2731,0,1,1,632,0,-6561.49,-3203.69,249.73,2.41008,300,10,0,1469,0,1,0,0,0),(49066,15111,309,1,1,12345,1,-11884.5,-1880.88,63.6083,2.00092,7200,5,0,12575,9944,1,0,0,0),(6900,2732,0,1,1,1055,0,-6734.86,-3108.33,266.579,4.27234,300,5,0,1604,0,1,0,0,0),(6899,8155,0,1,1,7373,1,-6655.88,-2236.99,256.139,6.12611,300,0,0,7048,0,0,0,0,0),(14002,3397,1,1,1,9447,1,-1160.35,-3168.6,91.7917,0.357612,275,0,0,235,295,0,0,0,0),(6898,8155,0,1,1,7375,1,-6613.29,-2220.65,244.269,5.03745,300,0,0,7048,0,2,0,0,0),(6897,2730,0,1,1,161,0,-6399.62,-3796.44,295.316,0.853068,300,10,0,1981,0,1,0,0,0),(6896,2731,0,1,1,632,0,-6607.43,-2911.96,244.883,3.49671,300,10,0,1469,0,1,0,0,0),(6895,2730,0,1,1,161,0,-6447.64,-3827.81,308.149,4.84159,300,10,0,1981,0,1,0,0,0),(6894,2731,0,1,1,632,0,-6511.7,-3715.16,282.449,1.33814,300,5,0,1469,0,1,0,0,0),(6893,2731,0,1,1,632,0,-6504.05,-3704.3,273.491,3.58015,300,10,0,1469,0,1,0,0,0),(6892,2731,0,1,1,632,0,-6659.94,-3027.08,271.949,3.14159,300,10,0,1469,0,1,0,0,0),(6891,2731,0,1,1,632,0,-6542,-3615.67,252.631,4.2513,300,5,0,1469,0,1,0,0,0),(6890,2731,0,1,1,632,0,-6394.99,-3586.84,270.382,0.707991,300,5,0,1469,0,1,0,0,0),(6889,9356,0,1,1,8633,1,-6650.01,-2149.09,245.434,3.9968,300,0,0,1003,0,0,0,0,0),(6888,2732,0,1,1,1055,0,-6886.39,-3314.08,262.674,4.58126,300,5,0,1604,0,1,0,0,0),(6887,9179,0,1,1,13050,1,-6760.19,-3135.55,241.247,3.71755,300,0,0,1604,0,0,0,0,0),(31975,7337,129,1,1,0,0,2526.98,938.913,48.4967,5.1856,86400,1,0,3027,1067,1,0,0,0),(31974,7328,129,1,1,0,1,2524.11,934.244,47.7514,5.82781,86400,1,0,3660,0,1,0,0,0),(31973,2110,129,1,1,0,0,2509.45,938.436,47.9613,0.597633,86400,5,0,1,0,1,0,0,0),(6886,9084,0,1,1,8350,1,-6690.13,-2161.77,244.195,3.9968,300,0,0,2466,1923,2,0,0,0),(49065,15111,309,1,1,568,1,-11885.8,-1877.17,63.6083,1.99538,7200,5,0,12575,9944,1,0,0,0),(6885,9082,0,1,1,8335,1,-6686.64,-2162.67,244.195,3.80482,300,0,0,3398,0,2,0,0,0),(6884,9078,0,1,1,8330,1,-6681.58,-2151.27,244.195,4.67748,300,0,0,3101,2289,0,0,0,0),(6883,9086,0,1,1,8352,1,-6692.72,-2159.63,244.195,4.03171,300,0,0,3082,0,2,0,0,0),(6882,9080,0,1,1,8333,1,-6679.48,-2225.47,278.598,2.67035,300,0,0,3876,0,0,0,0,0),(31972,7347,129,1,1,0,0,2483.2,1068.46,47.4003,2.01005,86400,0,0,3831,0,0,0,0,0),(14001,3397,1,1,1,9447,1,-1179.61,-2985.06,93.4407,4.23902,275,5,0,235,295,1,0,0,0),(6881,9079,0,1,1,8332,1,-6682.35,-2154.34,244.195,1.29154,300,0,0,3101,2289,0,0,0,0),(6880,9083,0,1,1,8349,1,-6690.19,-2156.94,244.195,4.01426,300,0,0,3082,0,2,0,0,0),(6879,9081,0,1,1,8334,1,-6681.06,-2227.46,278.58,2.67035,300,0,0,3101,2289,0,0,0,0),(6878,9077,0,1,1,8331,1,-6677.64,-2223.66,278.634,2.56563,300,0,0,4120,0,0,0,0,0),(6877,9085,0,1,1,8351,1,-6687.94,-2159.12,244.195,3.9968,300,0,0,2466,1923,2,0,0,0),(6874,5394,0,1,1,4897,1,-6672.05,-2240.34,278.482,4.66003,300,0,0,2218,0,0,0,0,0),(6873,2920,0,1,1,4895,1,-6623.19,-2721.47,244.684,3.19395,300,0,0,1107,0,0,0,0,0),(6872,2921,0,1,1,4896,1,-6633.66,-2724.62,243.43,3.01942,300,0,0,1469,0,0,0,0,0),(6871,2888,0,1,1,21015,1,-6789.41,-3619.82,244.215,0.715585,300,0,0,2769,0,0,0,0,0),(6870,10058,0,1,1,9281,0,-6678.65,-2170.2,244.245,4.01426,300,0,0,1003,0,0,0,0,0),(6869,8155,0,1,1,7375,1,-6667.88,-2236.93,278.586,5.39307,300,0,0,7048,0,0,0,0,0),(6868,1407,0,1,1,4385,1,-6673.13,-2151.46,244.227,3.735,300,0,0,1753,0,0,0,0,0),(6867,17097,0,1,1,16849,0,-6686.65,-2228.43,260.739,2.84489,300,0,0,1478,1534,0,0,0,0),(6866,8155,0,1,1,7375,1,-6666.14,-2179.9,244.269,4.11898,300,0,0,7048,0,0,0,0,0),(6865,2861,0,1,1,4148,1,-6632.22,-2178.42,244.227,4.38078,600,0,0,10572,0,0,0,0,0),(6864,8155,0,1,1,7373,1,-6675.74,-2173.84,244.228,4.10152,300,0,0,7048,0,0,0,0,0),(6863,2908,0,1,1,4902,0,-6651.26,-2156.89,245.434,2.44346,300,0,0,2138,0,0,0,0,0),(6862,2817,0,1,1,7033,0,-6767.33,-3133.6,240.675,5.20016,300,0,0,1536,0,0,0,0,0),(6861,4618,0,1,1,4898,0,-6763.39,-3129.3,241.384,4.06662,300,0,0,1981,0,0,0,0,0),(6860,1068,0,1,1,2740,1,-6645.85,-2151.67,245.434,4.03171,300,0,0,1753,0,0,0,0,0),(6859,6868,0,1,1,5646,1,-6653.35,-2139.33,251.908,5.48033,300,0,0,992,2680,0,0,0,0),(6857,2785,0,1,1,4903,0,-7164.42,-3357.41,244.933,5.68414,300,0,0,1003,0,0,0,0,0),(6856,5862,0,1,1,7832,1,-6479.03,-920.239,332.385,2.54818,500,0,0,1496,3680,0,0,0,0),(6855,5861,0,1,1,7827,1,-6472.99,-962.571,335.34,4.24115,500,0,0,2138,0,0,0,0,0),(6854,5862,0,1,1,7830,1,-6490.32,-873.726,323.75,1.44862,500,0,0,1496,3680,0,0,0,0),(6853,5861,0,1,1,7827,1,-6488.71,-904.842,324.312,4.21957,500,0,0,2138,0,2,0,0,0),(6852,5862,0,1,1,7830,1,-6470.11,-894.34,324.171,6.24828,500,0,0,1496,3680,0,0,0,0),(6851,8419,0,1,1,7730,1,-6477.95,-962.255,335.212,4.20624,500,0,0,1774,1534,0,0,0,0),(6850,8419,0,1,1,7729,1,-6490.58,-963.602,335.212,5.86431,500,0,0,1774,1534,0,0,0,0),(6848,5860,0,1,1,7822,1,-6653.2,-882.197,249.269,3.32534,500,5,0,1648,1432,1,0,0,0),(6847,5862,0,1,1,7831,1,-6454.17,-937.5,334.48,1.33845,500,5,0,1496,3680,1,0,0,0),(6846,5862,0,1,1,7830,1,-6512.2,-848.033,323.538,6.07762,500,5,0,1496,3680,1,0,0,0),(6845,9699,0,1,1,8971,0,-6622.98,-890.797,244.712,5.77059,500,10,0,8,0,1,0,0,0),(6844,5861,0,1,1,7828,1,-6489.66,-819.278,320.702,3.50927,500,0,0,2138,0,0,0,0,0),(6843,9700,0,1,1,5560,0,-6498.96,-972.537,335.19,4.71239,500,5,0,8,0,1,0,0,0),(6842,5854,0,1,1,10801,0,-7014.28,-1138.36,242.304,1.59511,500,5,0,2488,0,1,0,0,0),(6841,5846,0,1,1,7798,1,-6860.7,-1227.1,176.497,3.82227,500,0,0,2488,0,0,0,0,0),(6840,8566,0,1,1,7866,1,-6954.58,-1488.57,237.984,3.75803,500,0,0,2488,0,2,0,0,0),(6839,5844,0,1,1,7792,1,-6981.63,-1177.12,225.561,3.64016,500,0,0,2310,0,2,0,0,0),(6838,5844,0,1,1,7791,1,-6983.18,-1174.53,225.548,3.64888,500,0,0,2310,0,2,0,0,0),(6837,5854,0,1,1,10801,0,-6913.02,-1227.42,178.381,1.40955,500,5,0,2488,0,1,0,0,0),(6836,5846,0,1,1,7798,1,-6906.5,-1326.17,178.632,4.9186,500,5,0,2488,0,1,0,0,0),(6835,5854,0,1,1,10801,0,-6981.74,-1477.09,241.75,0.971895,500,5,0,2488,0,1,0,0,0),(6834,8566,0,1,1,7866,1,-6872.32,-1074.97,240.078,4.90943,500,5,0,2488,0,1,0,0,0),(6833,8566,0,1,1,7866,1,-6925.87,-1051.08,240.125,1.23046,500,5,0,2488,0,1,0,0,0),(6832,8566,0,1,1,7866,1,-6931.85,-1419.82,256.156,4.85202,500,0,0,2488,0,0,0,0,0),(6831,8566,0,1,1,7868,1,-6995.07,-1144.61,257.58,1.41372,500,0,0,2488,0,0,0,0,0),(6830,8566,0,1,1,7865,1,-6906.53,-1093.65,256.74,0.942478,500,0,0,2488,0,0,0,0,0),(6829,8566,0,1,1,7867,1,-6925.37,-1454.41,238.62,1.78237,500,3,0,2488,0,1,0,0,0),(6828,8566,0,1,1,7867,1,-6973.01,-1481.47,241.75,1.02883,500,5,0,2488,0,1,0,0,0),(6827,8566,0,1,1,7866,1,-7004.47,-1151.25,241.782,5.75181,500,0,0,2488,0,0,0,0,0),(6826,8566,0,1,1,7867,1,-7024,-1107.26,240.183,2.22054,500,0,0,2488,0,0,0,0,0),(6825,5833,0,1,1,10933,0,-7256.31,-1949.49,298.82,5.86932,500,0,0,2059,0,2,0,0,0),(6824,5854,0,1,1,10801,0,-7022.67,-1152.27,242.906,3.70996,500,5,0,2488,0,1,0,0,0),(6823,8284,0,1,1,7760,0,-7007.21,-1749.16,234.182,1.37881,500,0,0,3696,0,0,0,0,0),(6822,5858,0,1,1,7510,0,-6595.89,-1170.97,273.366,4.4602,500,5,0,2488,0,1,0,0,0),(6821,5846,0,1,1,7801,1,-6872.4,-1322.4,243.141,1.53944,500,5,0,2488,0,1,0,0,0),(6820,5840,0,1,1,7797,1,-6868.71,-1281.88,242.891,1.81154,500,5,0,2399,0,1,0,0,0),(6819,5844,0,1,1,7791,1,-6873,-1286.76,243.016,3.57072,500,5,0,2310,0,1,0,0,0),(6818,5856,0,1,1,4456,0,-6860.15,-1700.02,250.563,4.8142,500,10,0,2059,0,1,0,0,0),(6817,5840,0,1,1,7797,1,-6836.02,-1228.32,240.263,3.16779,500,5,0,2399,0,1,0,0,0),(6816,5840,0,1,1,7797,1,-6818.91,-1215.62,240.036,1.01467,500,5,0,2399,0,1,0,0,0),(6815,5856,0,1,1,4456,0,-6855.49,-1740.54,251.591,5.34912,500,10,0,2059,0,1,0,0,0),(6814,5840,0,1,1,7797,1,-6838.51,-1163.79,241.167,1.70469,500,5,0,2399,0,1,0,0,0),(6813,5853,0,1,1,5747,0,-6965.98,-1750.8,245.078,4.55944,500,5,0,2310,0,1,0,0,0),(6812,5839,0,1,1,7794,1,-6981.44,-1743.3,242.696,0.417546,500,5,0,1441,3575,1,0,0,0),(6811,5856,0,1,1,4456,0,-6906.36,-1724.62,242.33,3.3363,500,10,0,2059,0,1,0,0,0),(6810,5839,0,1,1,7794,1,-6986,-1729.99,241.659,0.132366,500,5,0,1441,3575,1,0,0,0),(6809,5840,0,1,1,7796,1,-6863.97,-1174.06,240.303,1.8135,500,5,0,2399,0,1,0,0,0),(6808,5839,0,1,1,7794,1,-7012.38,-1731.65,234.099,4.93445,500,5,0,1441,3575,1,0,0,0),(6807,5844,0,1,1,7789,1,-6478.69,-1363.26,212.107,3.76705,500,0,0,2310,0,0,0,0,0),(6806,8637,0,1,1,7931,1,-7027.77,-1713.81,241.764,4.54096,500,0,0,2138,0,0,0,0,0),(6805,8637,0,1,1,7930,1,-6964.62,-1722.47,243.559,5.91321,500,5,0,2138,0,1,0,0,0),(6804,5839,0,1,1,7793,1,-6998.33,-1748.73,234.196,1.08012,500,5,0,1441,3575,1,0,0,0),(6803,5846,0,1,1,7799,1,-6475.93,-1360.2,212.189,3.97935,500,0,0,2488,0,0,0,0,0),(6802,8637,0,1,1,7931,1,-7017.13,-1716.09,241.764,4.67085,500,5,0,2138,0,1,0,0,0),(6801,5846,0,1,1,7799,1,-6570.24,-1307.18,208.655,1.91491,500,5,0,2488,0,1,0,0,0),(6800,5861,0,1,1,7827,1,-6490.95,-1009.03,341.16,4.35014,500,5,0,2138,0,1,0,0,0),(6799,5839,0,1,1,7793,1,-7023.96,-1721.88,241.764,0.034543,500,0,0,1441,3575,0,0,0,0),(6798,8637,0,1,1,7931,1,-6970.2,-1726.1,241.754,3.36848,500,0,0,2138,0,0,0,0,0),(6797,5846,0,1,1,7798,1,-6693.95,-1419.49,242.363,4.45182,500,0,0,2488,0,0,0,0,0),(6796,5862,0,1,1,7831,1,-6482.17,-985.253,335.314,0.401426,500,0,0,1496,3680,0,0,0,0),(6795,8637,0,1,1,7931,1,-6972.51,-1729.94,241.75,2.3911,500,0,0,2138,0,0,0,0,0),(6794,5846,0,1,1,7798,1,-6685.11,-1422.08,241.863,2.17012,500,0,0,2488,0,0,0,0,0),(6793,5853,0,1,1,5747,0,-6989.58,-1718.75,243.284,4.55795,500,5,0,2310,0,1,0,0,0),(6792,5854,0,1,1,10801,0,-6675.88,-1458.57,243.511,2.89273,500,10,0,2488,0,1,0,0,0),(6791,5861,0,1,1,7827,1,-6497.63,-981.827,335.315,5.2837,500,5,0,2138,0,1,0,0,0),(6790,5846,0,1,1,7799,1,-6689.86,-1342.14,247.976,3.99753,500,0,0,2488,0,0,0,0,0),(6789,5855,0,1,1,2075,0,-6665.7,-1451.7,245.516,2.35067,500,10,0,2399,0,1,0,0,0),(6788,5853,0,1,1,5747,0,-7039.55,-1716.07,241.701,1.65684,500,10,0,2310,0,1,0,0,0),(6787,5846,0,1,1,7799,1,-6682.65,-1345.57,247.976,3.01567,500,0,0,2488,0,0,0,0,0),(6786,5853,0,1,1,5747,0,-7048.98,-1778.9,265.066,5.12711,500,5,0,2310,0,1,0,0,0),(6785,8419,0,1,1,7729,1,-6485.55,-984.542,335.441,1.64061,500,0,0,1774,1534,0,0,0,0),(6784,5844,0,1,1,7791,1,-6703.07,-1278.2,241.081,0.914561,500,0,0,2310,0,0,0,0,0),(6783,8419,0,1,1,7729,1,-6496.72,-972.616,335.212,0.087266,500,0,0,1774,1534,0,0,0,0),(6782,5846,0,1,1,7799,1,-6700.57,-1284.96,240.956,5.54251,500,0,0,2488,0,0,0,0,0),(6781,24819,0,1,1,8758,1,-7237.98,-897.58,165.378,1.75083,500,5,0,2672,0,1,0,0,0),(6780,5854,0,1,1,10801,0,-6772.92,-1106.81,242.542,2.87483,500,5,0,2488,0,1,0,0,0),(6779,5846,0,1,1,7798,1,-6799.06,-1092.28,243.978,4.73821,500,5,0,2488,0,1,0,0,0),(6778,5844,0,1,1,7791,1,-6456.94,-1289.57,180.93,5.00036,500,5,0,2310,0,1,0,0,0),(6777,5846,0,1,1,7799,1,-6789.11,-1087.8,243.103,2.69697,500,5,0,2488,0,1,0,0,0),(6776,8566,0,1,1,7865,1,-6916.08,-1047.83,240.125,1.63807,500,5,0,2488,0,1,0,0,0),(6775,8566,0,1,1,7865,1,-6896.37,-1063.49,240.138,5.12531,500,5,0,2488,0,1,0,0,0),(6774,5846,0,1,1,7801,1,-6447.02,-1242.4,180.713,1.95249,500,5,0,2488,0,1,0,0,0),(6773,5846,0,1,1,7801,1,-6689.6,-1159.43,184.911,3.71936,500,5,0,2488,0,1,0,0,0),(6772,5844,0,1,1,7791,1,-6723,-1131.01,185.577,5.51183,500,5,0,2310,0,1,0,0,0),(6771,5846,0,1,1,7799,1,-6916.65,-1283.56,182.456,1.37618,500,0,0,2488,0,2,0,0,0),(6770,8447,0,1,1,6569,0,-6871.87,-1096.94,193.035,4.38078,500,0,0,1782,0,0,0,0,0),(6769,8444,0,1,1,7795,1,-6873.29,-1097.47,192.749,4.97419,500,0,0,2217,1534,0,0,0,0),(6768,5854,0,1,1,10801,0,-6989.24,-1115.94,241.865,3.49671,500,5,0,2488,0,1,0,0,0),(6767,5846,0,1,1,7798,1,-6903.86,-1330.82,212.845,5.10719,500,5,0,2488,0,1,0,0,0),(6766,8566,0,1,1,7866,1,-6975.88,-1504.63,242.914,-0.73282,500,0,0,2488,0,0,0,0,0),(6765,8566,0,1,1,7867,1,-6971.87,-1517.71,245.622,5.35487,500,5,0,2488,0,1,0,0,0),(6764,8566,0,1,1,7867,1,-6918.87,-1474.2,235.52,2.21625,500,3,0,2488,0,1,0,0,0),(6763,5860,0,1,1,7824,1,-6643.61,-847.679,246.269,1.54497,500,5,0,1648,1432,1,0,0,0),(6691,5844,0,1,1,7792,1,-6725.4,-1609.78,193.254,4.90689,500,0,0,2310,0,0,0,0,0),(6690,5844,0,1,1,7792,1,-6724.89,-1612.74,193.754,4.88032,500,0,0,2310,0,0,0,0,0),(6251,5846,0,1,1,7800,1,-6724.09,-1617.32,194.129,4.89442,500,0,0,2488,0,2,0,0,0),(6250,8566,0,1,1,7866,1,-6941.07,-1479.42,235.674,0.574123,500,0,0,2488,0,2,0,0,0),(6249,5857,0,1,1,4457,0,-6490.17,-1588.35,318.712,3.00633,500,10,0,2310,0,1,0,0,0),(6248,5857,0,1,1,4457,0,-6512.39,-1617.92,300.874,0.922606,500,5,0,2310,0,1,0,0,0),(6247,5854,0,1,1,10801,0,-6756.99,-1212.31,245.065,1.87403,500,5,0,2488,0,1,0,0,0),(6246,5855,0,1,1,2075,0,-6752.88,-1562.62,195.454,4.36781,500,10,0,2399,0,1,0,0,0),(6245,5855,0,1,1,2075,0,-6920.38,-1521.84,190.857,1.62795,500,5,0,2399,0,1,0,0,0),(6244,5855,0,1,1,2075,0,-7018.55,-1353.97,239.518,1.66146,500,5,0,2399,0,1,0,0,0),(6243,5843,0,1,1,487,1,-6900.39,-1285.03,216.064,6.02139,500,0,0,2310,0,0,0,0,0),(6242,5856,0,1,1,4456,0,-7219.53,-1764.73,244.519,0.61637,500,10,0,2059,0,1,0,0,0),(6241,5854,0,1,1,10801,0,-6715.64,-1252.52,242.069,0.210412,500,5,0,2488,0,1,0,0,0),(6240,8282,0,1,1,7835,1,-6653.42,-647.411,241.82,6.11187,25200,10,0,5502,3728,1,0,0,0),(6239,5854,0,1,1,10801,0,-6782.29,-1048.12,240.75,1.28091,500,10,0,2488,0,1,0,0,0),(6238,5854,0,1,1,10801,0,-6812.6,-1079.57,242.737,6.14195,500,5,0,2488,0,1,0,0,0),(6237,5854,0,1,1,10801,0,-6881.75,-1047.02,245.924,3.82883,500,10,0,2488,0,1,0,0,0),(6236,5854,0,1,1,10801,0,-6813.49,-1176.91,239.917,0.348113,500,10,0,2488,0,1,0,0,0),(6235,5854,0,1,1,10801,0,-6718.95,-1344.72,240.513,2.50979,500,10,0,2488,0,1,0,0,0),(6234,5857,0,1,1,4457,0,-6609.41,-1451.65,265.908,1.07157,500,10,0,2310,0,1,0,0,0),(6233,5857,0,1,1,4457,0,-6666.13,-1556.07,242.131,3.47569,500,5,0,2310,0,1,0,0,0),(6232,5854,0,1,1,10801,0,-6687.32,-1386.22,240.638,4.84639,500,10,0,2488,0,1,0,0,0),(6231,5854,0,1,1,10801,0,-6771.64,-1153.67,243.399,2.02511,500,10,0,2488,0,1,0,0,0),(6230,5854,0,1,1,10801,0,-6708.54,-1109.27,244.616,1.1054,500,5,0,2488,0,1,0,0,0),(6229,8278,0,1,1,5781,0,-7028.84,-981.844,249.998,2.61056,7200,0,0,2769,0,2,0,0,0),(6228,5857,0,1,1,4457,0,-6596.13,-1570.88,272.538,0.035142,500,10,0,2310,0,1,0,0,0),(6227,5844,0,1,1,7791,1,-6846.29,-1377.84,168.912,0.903507,500,3,0,2310,0,1,0,0,0),(6226,5844,0,1,1,7790,1,-6843.74,-1379.45,169.087,0.928003,500,3,0,2310,0,1,0,0,0),(6225,5843,0,1,1,487,1,-6905.94,-1310.08,180.415,6.19592,500,0,0,2310,0,0,0,0,0),(6224,5843,0,1,1,487,1,-6913.96,-1281.48,182.07,0.069813,500,0,0,2310,0,0,0,0,0),(11415,20424,560,3,1,341,1,2313.13,911.172,54.8024,5.18204,86400,0,0,198,0,0,0,0,0),(6223,5855,0,1,1,2075,0,-6949.87,-1237.09,144.506,0.284127,500,5,0,2399,0,1,0,0,0),(6222,5844,0,1,1,7789,1,-6859.4,-1226.64,176.612,5.11897,500,0,0,2310,0,2,0,0,0),(6221,5855,0,1,1,2075,0,-7252,-1579.61,272.481,1.40597,500,5,0,2399,0,1,0,0,0),(6220,5857,0,1,1,4457,0,-7333.46,-1589.53,315.578,5.50884,500,5,0,2310,0,1,0,0,0),(6219,9699,0,1,1,8971,0,-6492.92,-1114.86,305.234,3.76593,500,10,0,8,0,1,0,0,0),(6218,8277,0,1,1,4458,0,-7189.3,-1704.58,242.323,1.25664,104400,0,0,2576,0,2,0,0,0),(6217,5855,0,1,1,2075,0,-6715.62,-1185.73,240.402,5.67996,500,10,0,2399,0,1,0,0,0),(6216,5846,0,1,1,7801,1,-6749.3,-1229.09,181.929,1.8755,500,5,0,2488,0,1,0,0,0),(6131,24818,0,1,1,8754,1,-7281.42,-905.673,165.378,0.719553,500,5,0,2576,0,1,0,0,0),(68513,22991,530,1,1,0,0,-4113.58,3022.4,352.157,-0.645772,180,0,0,4120,0,0,0,0,0),(6089,5843,0,1,1,487,1,-6728.56,-1087.35,185.669,2.33874,500,0,0,2310,0,0,0,0,0),(6088,5843,0,1,1,7817,1,-6865.81,-1199.7,180.539,3.38594,500,0,0,2310,0,0,0,0,0),(6087,5844,0,1,1,7789,1,-6830.48,-1171.92,189.075,3.22305,500,5,0,2310,0,1,0,0,0),(6086,5844,0,1,1,7792,1,-6850.19,-1186.73,183.582,5.31154,500,5,0,2310,0,1,0,0,0),(5921,8479,0,1,1,7820,1,-6679.93,-1194.36,240.297,2.96706,900,0,0,7842,0,0,0,0,0),(5920,5861,0,1,1,7826,1,-6685.1,-879.374,257.649,3.95811,500,5,0,2138,0,1,0,0,0),(5919,5860,0,1,1,7821,1,-6711.71,-844.539,244.269,1.03775,500,5,0,1648,1432,1,0,0,0),(5918,5858,0,1,1,7510,0,-6707.2,-1015.16,243.576,0.977525,500,5,0,2488,0,1,0,0,0),(5917,5858,0,1,1,7510,0,-6751.83,-980.873,240.564,1.62554,500,10,0,2488,0,1,0,0,0),(5916,5858,0,1,1,7510,0,-6692.21,-1043.04,243.047,0.785398,500,10,0,2488,0,1,0,0,0),(5915,5855,0,1,1,2075,0,-6691.89,-1110.44,241.22,1.66732,500,10,0,2399,0,1,0,0,0),(5914,5858,0,1,1,7510,0,-6765.86,-950.991,243.282,5.99173,500,10,0,2488,0,1,0,0,0),(5912,5858,0,1,1,7510,0,-6746.39,-941.36,248.124,3.47071,500,10,0,2488,0,1,0,0,0),(5911,9318,0,1,1,8509,0,-6655.48,-1477.95,167.87,4.56943,500,5,0,2488,0,1,0,0,0),(5910,5858,0,1,1,7510,0,-6849.22,-947.294,242.568,2.18968,500,10,0,2488,0,1,0,0,0),(5909,5858,0,1,1,7510,0,-6822.21,-929.073,242.213,4.49393,500,10,0,2488,0,1,0,0,0),(5908,9699,0,1,1,8971,0,-6752.69,-949.758,245.405,3.02403,500,10,0,8,0,1,0,0,0),(5907,9318,0,1,1,8509,0,-6599.41,-1463.01,166.355,0.59699,500,10,0,2488,0,1,0,0,0),(5906,9318,0,1,1,8509,0,-6678.41,-1438.05,167.703,2.03464,500,5,0,2488,0,1,0,0,0),(5905,9318,0,1,1,8509,0,-6534.55,-1464.63,147.686,3.57925,500,10,0,2488,0,1,0,0,0),(5904,9318,0,1,1,8509,0,-6485.05,-1446.41,151.352,6.19257,500,10,0,2488,0,1,0,0,0),(5903,5858,0,1,1,7510,0,-7028.12,-976.993,251.215,1.26388,500,5,0,2488,0,1,0,0,0),(5902,9318,0,1,1,8509,0,-6493.99,-1404.02,147.75,2.60939,500,10,0,2488,0,1,0,0,0),(5901,9318,0,1,1,8509,0,-6518.38,-1291.91,136.961,3.38934,500,10,0,2488,0,1,0,0,0),(5900,5855,0,1,1,2075,0,-7213.59,-1017.4,240.075,5.99173,500,5,0,2399,0,1,0,0,0),(5899,9318,0,1,1,8509,0,-6511.42,-1404.26,148.319,6.27856,500,10,0,2488,0,1,0,0,0),(5883,9318,0,1,1,8509,0,-6470.85,-1319.27,131.578,0.04458,500,10,0,2488,0,1,0,0,0),(5882,5858,0,1,1,7510,0,-6940.71,-982.498,241.335,1.49462,500,10,0,2488,0,1,0,0,0),(5881,9699,0,1,1,8971,0,-6938.9,-953.245,241.744,4.18991,500,10,0,8,0,1,0,0,0),(5880,5858,0,1,1,7510,0,-7013.7,-1016.74,241.981,3.14711,500,10,0,2488,0,1,0,0,0),(5879,9318,0,1,1,8509,0,-6419.64,-1330.23,136.034,1.37261,500,10,0,2488,0,1,0,0,0),(5878,9318,0,1,1,8509,0,-6399.08,-1355.76,135.391,2.04262,500,10,0,2488,0,1,0,0,0),(5877,5858,0,1,1,7510,0,-6859.02,-908.624,240.138,0.38634,500,10,0,2488,0,1,0,0,0),(5876,9318,0,1,1,8509,0,-6417.64,-1388.79,139.706,6.11681,500,10,0,2488,0,1,0,0,0),(5875,5858,0,1,1,7510,0,-6921.02,-953.896,241.047,0.378009,500,10,0,2488,0,1,0,0,0),(5874,9318,0,1,1,8509,0,-6449.05,-1430.19,145.087,3.6814,500,10,0,2488,0,1,0,0,0),(5873,5861,0,1,1,7825,1,-6623.97,-844.385,244.269,2.54231,500,0,0,2138,0,0,0,0,0),(5872,5861,0,1,1,7826,1,-6633.3,-787.345,245.556,4.11385,500,5,0,2138,0,1,0,0,0),(5871,5861,0,1,1,7825,1,-6648.68,-736.472,247.676,3.74014,500,3,0,2138,0,1,0,0,0),(5870,5861,0,1,1,7828,1,-6752.18,-714.348,237.16,3.47198,500,3,0,2138,0,1,0,0,0),(5869,5861,0,1,1,7826,1,-6651.2,-751.522,247.988,2.21039,500,3,0,2138,0,1,0,0,0),(5868,5852,0,1,1,5488,0,-6752.4,-1013.48,237.925,1.93898,500,5,0,2488,0,1,0,0,0),(5867,5861,0,1,1,7828,1,-6763.56,-697.825,236.946,1.51177,500,3,0,2138,0,1,0,0,0),(5866,5862,0,1,1,7831,1,-6648.82,-648.8,241.986,4.76921,500,5,0,1496,3680,1,0,0,0),(5865,5862,0,1,1,7830,1,-6744.27,-680.27,237.813,5.36262,500,3,0,1496,3680,1,0,0,0),(5864,5861,0,1,1,7827,1,-6596.75,-679.849,242.154,4.96588,500,3,0,2138,0,1,0,0,0),(5863,5861,0,1,1,7828,1,-6676.16,-644.706,239.93,0.694109,500,5,0,2138,0,1,0,0,0),(5862,8837,0,1,1,5561,0,-6671.03,-707.44,233.564,0.249962,500,0,0,2488,0,2,0,0,0),(5861,5861,0,1,1,7827,1,-6603.01,-695.433,245.216,0.237266,500,3,0,2138,0,1,0,0,0),(5860,5861,0,1,1,7827,1,-6629.06,-726.474,245.107,4.98316,500,3,0,2138,0,1,0,0,0),(5859,5860,0,1,1,7821,1,-6632.12,-748.933,248.817,4.2679,500,3,0,1648,1432,1,0,0,0),(5858,8837,0,1,1,5561,0,-6734.84,-716.688,232.921,1.2338,500,5,0,2488,0,1,0,0,0),(5857,5861,0,1,1,7826,1,-6639.92,-805.495,244.545,4.5546,500,5,0,2138,0,1,0,0,0),(5856,8837,0,1,1,5561,0,-6614.65,-643.404,233.754,3.69769,500,5,0,2488,0,1,0,0,0),(5855,5854,0,1,1,10801,0,-6754.87,-1288.1,241.829,2.83421,500,10,0,2488,0,1,0,0,0),(5854,8837,0,1,1,5561,0,-6634.78,-624.477,233.754,4.91413,500,5,0,2488,0,1,0,0,0),(5853,8837,0,1,1,5561,0,-6624.85,-667.3,233.754,1.13545,500,5,0,2488,0,1,0,0,0),(5852,8837,0,1,1,5561,0,-6658.57,-625.643,233.754,0.124773,500,5,0,2488,0,1,0,0,0),(5851,5855,0,1,1,2075,0,-6674.35,-1270.89,239.569,5.94251,500,5,0,2399,0,1,0,0,0),(5850,5855,0,1,1,2075,0,-6894.54,-1501.4,193.352,4.89561,500,10,0,2399,0,1,0,0,0),(5849,24818,0,1,1,8754,1,-7246.88,-938.227,168.398,4.24115,500,0,0,2576,0,0,0,0,0),(5848,24818,0,1,1,8754,1,-7248.04,-941.054,168.362,1.29154,500,0,0,2576,0,0,0,0,0),(5847,5844,0,1,1,7790,1,-6763.56,-1418.76,211.366,3.84942,500,3,0,2310,0,1,0,0,0),(5846,8566,0,1,1,7865,1,-6636.48,-1233.76,209.839,2.97681,500,0,0,2488,0,0,0,0,0),(5845,14621,0,1,1,14665,0,-6633.88,-1232.66,209.835,2.01852,500,0,0,2658,1807,0,0,0,0),(5844,5846,0,1,1,7800,1,-6603.41,-1270.84,208.743,2.39453,500,0,0,2488,0,0,0,0,0),(5843,5844,0,1,1,7791,1,-6562.62,-1288.67,208.743,4.78134,500,5,0,2310,0,1,0,0,0),(5842,5844,0,1,1,7792,1,-6600.12,-1272.38,208.743,1.99035,500,0,0,2310,0,0,0,0,0),(5841,5846,0,1,1,7798,1,-6564.21,-1284.31,208.743,1.68298,500,5,0,2488,0,1,0,0,0),(5840,5843,0,1,1,7818,1,-6531.13,-1296.98,201.007,4.2586,500,0,0,2310,0,0,0,0,0),(5839,5846,0,1,1,7799,1,-6569.65,-1273.33,208.743,0.277571,500,5,0,2488,0,1,0,0,0),(5838,5846,0,1,1,7800,1,-6520.12,-1288.72,200.492,6.01589,500,5,0,2488,0,1,0,0,0),(5837,5844,0,1,1,7791,1,-6663.24,-1196.25,182.436,1.81446,500,5,0,2310,0,1,0,0,0),(5836,5846,0,1,1,7800,1,-6770.64,-1184.4,187.47,0.768058,500,5,0,2488,0,1,0,0,0),(5835,5843,0,1,1,487,1,-6896.69,-1341.66,175.332,0.645772,500,0,0,2310,0,0,0,0,0),(5834,5854,0,1,1,10801,0,-6928.73,-1347.68,166.932,2.84014,500,5,0,2488,0,1,0,0,0),(5833,5852,0,1,1,5488,0,-6931.85,-1197.47,144.877,4.35192,500,5,0,2488,0,1,0,0,0),(5832,5843,0,1,1,7816,1,-6891.44,-1177.48,196.616,5.93412,500,0,0,2310,0,0,0,0,0),(5831,5843,0,1,1,487,1,-6881.03,-1238.88,216.779,0.034907,500,0,0,2310,0,0,0,0,0),(5830,5843,0,1,1,7816,1,-6886.74,-1257.07,218.037,5.77704,500,0,0,2310,0,0,0,0,0),(5829,5852,0,1,1,5488,0,-7023.5,-1492.53,239.048,3.44303,500,10,0,2488,0,1,0,0,0),(5828,5855,0,1,1,2075,0,-6910.83,-1581.48,243.854,6.19653,500,5,0,2399,0,1,0,0,0),(5827,5856,0,1,1,4456,0,-6826.77,-1784.11,257.509,1.94442,500,10,0,2059,0,1,0,0,0),(5826,5861,0,1,1,7826,1,-6613.07,-885.627,244.269,3.17423,500,5,0,2138,0,1,0,0,0),(5825,5857,0,1,1,4457,0,-6674.3,-1514.83,242.878,4.8939,500,10,0,2310,0,1,0,0,0),(5824,5854,0,1,1,10801,0,-7043.3,-1251.95,244.771,1.37804,500,5,0,2488,0,1,0,0,0),(5823,8566,0,1,1,7868,1,-7036.06,-1276.29,242.055,1.38538,500,5,0,2488,0,1,0,0,0),(5822,8566,0,1,1,7866,1,-7030.76,-1276.01,242.328,0.891947,500,5,0,2488,0,1,0,0,0),(5821,5854,0,1,1,10801,0,-7048.36,-1323.67,248.829,2.88288,500,10,0,2488,0,1,0,0,0),(5820,5860,0,1,1,7823,1,-6608.14,-859.744,245.269,2.32477,500,5,0,1648,1432,1,0,0,0),(5819,5853,0,1,1,5747,0,-7021.05,-1684.2,240.903,1.89983,500,5,0,2310,0,1,0,0,0),(5818,5861,0,1,1,7828,1,-6685.95,-848.128,245.478,2.82466,500,5,0,2138,0,1,0,0,0),(5817,5861,0,1,1,7828,1,-6678.74,-818.269,244.195,2.25702,500,5,0,2138,0,1,0,0,0),(5816,5861,0,1,1,7825,1,-6674.18,-761.246,246.096,3.45072,500,3,0,2138,0,1,0,0,0),(5815,5862,0,1,1,7830,1,-6726.51,-733.284,235.186,3.52608,500,3,0,1496,3680,1,0,0,0),(5814,5846,0,1,1,7801,1,-6627.6,-1317.29,208.743,4.82572,500,3,0,2488,0,1,0,0,0),(5813,8402,0,1,1,7756,1,-6432.58,-1215.31,180.799,0.929468,500,0,0,2399,0,0,0,0,0),(5812,5846,0,1,1,7801,1,-6641.07,-1276.64,208.774,4.08627,500,2,0,2488,0,1,0,0,0),(5811,8402,0,1,1,7753,1,-6454.82,-1196.93,180.932,1.44846,500,0,0,2399,0,0,0,0,0),(5810,8837,0,1,1,5561,0,-6647.9,-680.267,233.754,2.08198,500,5,0,2488,0,1,0,0,0),(5809,8402,0,1,1,7751,1,-6459.25,-1253.23,180.556,3.61874,500,0,0,2399,0,0,0,0,0),(5808,5846,0,1,1,7798,1,-6641.87,-1282.18,208.69,3.40393,500,2,0,2488,0,1,0,0,0),(5807,8402,0,1,1,7756,1,-6452.48,-1258.55,180.688,2.74524,500,0,0,2399,0,0,0,0,0),(5806,8402,0,1,1,7754,1,-6463.98,-1249.29,180.455,5.08271,500,0,0,2399,0,0,0,0,0),(5805,5844,0,1,1,7791,1,-6665.91,-1179.48,182.789,1.12162,500,5,0,2310,0,1,0,0,0),(5804,8402,0,1,1,7756,1,-6499.06,-1212.11,180.352,2.28919,500,0,0,2399,0,0,0,0,0),(5803,8837,0,1,1,5561,0,-6636.14,-680.606,233.754,5.96391,500,5,0,2488,0,1,0,0,0),(5802,5844,0,1,1,7789,1,-6576.65,-1221.07,187.249,3.8879,500,5,0,2310,0,1,0,0,0),(5801,5862,0,1,1,7831,1,-6731.27,-619.556,239.007,3.79369,500,3,0,1496,3680,1,0,0,0),(5800,5862,0,1,1,7833,1,-6701.31,-619.674,236.684,5.78993,500,3,0,1496,3680,1,0,0,0),(5799,8400,0,1,1,13929,0,-6461.91,-1254.6,180.578,3.54302,500,0,0,2878,0,0,0,0,0),(5798,5857,0,1,1,4457,0,-6625.93,-1574.72,257.774,5.99603,500,5,0,2310,0,1,0,0,0),(5797,5856,0,1,1,4456,0,-6669.19,-1772.7,261.585,4.03216,500,5,0,2059,0,1,0,0,0),(5796,5856,0,1,1,4456,0,-6674.57,-1839,247.439,2.856,500,10,0,2059,0,1,0,0,0),(5795,5858,0,1,1,7510,0,-7249.75,-814.523,296.623,2.47387,500,10,0,2488,0,1,0,0,0),(5794,5856,0,1,1,4456,0,-7111.21,-1751.21,247.887,1.28794,500,10,0,2059,0,1,0,0,0),(5793,5857,0,1,1,4457,0,-7193.45,-1410.98,246.818,4.75722,500,5,0,2310,0,1,0,0,0),(5792,5858,0,1,1,7510,0,-7240.59,-877.813,292.204,5.60613,500,5,0,2488,0,1,0,0,0),(5791,5862,0,1,1,7831,1,-6666.3,-721.56,237.965,1.22604,500,3,0,1496,3680,1,0,0,0),(5790,5857,0,1,1,4457,0,-7348.34,-1607.4,295.454,1.75362,500,5,0,2310,0,1,0,0,0),(5789,5858,0,1,1,7510,0,-7213.98,-832.555,315.205,3.98753,500,3,0,2488,0,1,0,0,0),(5788,5858,0,1,1,7510,0,-7128.93,-904.009,296.198,0.43831,500,5,0,2488,0,1,0,0,0),(5787,5846,0,1,1,7801,1,-6600.64,-1303.87,208.743,3.84487,500,5,0,2488,0,1,0,0,0),(5786,5846,0,1,1,7798,1,-6601,-1302.1,208.743,0.263823,500,5,0,2488,0,1,0,0,0),(5785,5844,0,1,1,7789,1,-6535.32,-1251.29,180.981,3.05657,500,5,0,2310,0,1,0,0,0),(5784,5850,0,1,1,1070,0,-6835.42,-1394.65,169.782,5.6182,500,10,0,2310,0,1,0,0,0),(5783,5855,0,1,1,2075,0,-6779.69,-1479.29,177.858,1.87834,500,10,0,2399,0,1,0,0,0),(5782,5855,0,1,1,2075,0,-6849.31,-1488.53,203.273,3.61414,500,10,0,2399,0,1,0,0,0),(5781,5855,0,1,1,2075,0,-6797.63,-1563.06,192.805,5.97808,500,10,0,2399,0,1,0,0,0),(5780,5858,0,1,1,7510,0,-7111.2,-1022.59,242.031,0.158732,500,10,0,2488,0,1,0,0,0),(5779,5843,0,1,1,7817,1,-6423.84,-1300.68,180.944,5.84685,500,0,0,2310,0,0,0,0,0),(5778,5843,0,1,1,487,1,-6749.63,-1090.01,185.593,1.23918,500,0,0,2310,0,0,0,0,0),(5777,8566,0,1,1,7867,1,-7037.68,-1279.54,242.43,2.81047,500,5,0,2488,0,1,0,0,0),(5776,5846,0,1,1,7801,1,-6738.26,-1115.7,185.556,1.20548,500,5,0,2488,0,1,0,0,0),(5775,5843,0,1,1,487,1,-6882.26,-1248.25,178.805,5.32325,500,0,0,2310,0,0,0,0,0),(5774,5843,0,1,1,7817,1,-6877.61,-1231.93,177.184,2.40855,500,0,0,2310,0,0,0,0,0),(5773,5855,0,1,1,2075,0,-7060.31,-1005.89,239.526,2.96367,500,5,0,2399,0,1,0,0,0),(5772,8442,0,1,1,7811,1,-6474.44,-1656.98,297.853,0.389601,500,0,0,1990,1640,0,0,0,0),(5771,8442,0,1,1,7812,1,-6472.22,-1651.78,297.728,0.381976,500,0,0,1990,1640,0,0,0,0),(5770,8442,0,1,1,7812,1,-6479.65,-1654.76,296.228,0.401084,500,0,0,1990,1640,0,0,0,0),(5769,8442,0,1,1,7810,1,-6477.43,-1649.56,297.103,0.397447,500,0,0,1990,1640,0,0,0,0),(5768,8442,0,1,1,7812,1,-6475.76,-1653.2,296.978,0.382099,500,0,0,1990,1640,0,0,0,0),(5767,8441,0,1,1,10905,0,-7217.31,-1234.03,254.956,5.49779,500,0,0,3092,0,0,0,0,0),(5766,24819,0,1,1,8758,1,-7348.65,-1016.32,177.599,3.54777,500,5,0,2672,0,1,0,0,0),(5765,5852,0,1,1,5488,0,-7058.46,-942.979,264.066,6.04568,500,5,0,2488,0,1,0,0,0),(5764,5858,0,1,1,7510,0,-7094.83,-945.729,269.552,4.62438,500,5,0,2488,0,1,0,0,0),(5763,5858,0,1,1,7510,0,-7153.95,-1000.73,243.149,1.47306,500,5,0,2488,0,1,0,0,0),(5762,5858,0,1,1,7510,0,-7221.21,-912.292,287.55,2.88477,500,5,0,2488,0,1,0,0,0),(5761,5855,0,1,1,2075,0,-6988.11,-993.348,242.169,4.59226,500,0,0,2399,0,2,0,0,0),(5760,5858,0,1,1,7510,0,-7254.38,-968.601,256.113,0.884899,500,5,0,2488,0,1,0,0,0),(5759,5858,0,1,1,7510,0,-7232.97,-971.864,247.013,5.81254,500,0,0,2488,0,0,0,0,0),(5758,5852,0,1,1,5488,0,-7243.93,-991.062,242.245,3.73657,500,5,0,2488,0,1,0,0,0),(5757,5839,0,1,1,7793,1,-6608.72,-1867,244.519,4.62512,500,2,0,1441,3575,1,0,0,0),(5756,5839,0,1,1,7793,1,-6594.51,-1859.47,244.902,4.27606,500,0,0,1441,3575,0,0,0,0),(5755,5853,0,1,1,5747,0,-6577.73,-1881.17,245.148,5.67628,500,10,0,2310,0,1,0,0,0),(5754,5850,0,1,1,1070,0,-6646.35,-1230.8,248.813,2.20218,500,5,0,2310,0,1,0,0,0),(5753,5839,0,1,1,7793,1,-6586.39,-1870.26,245.411,0.296706,500,2,0,1441,3575,1,0,0,0),(5751,5843,0,1,1,7818,1,-6446.89,-1320.6,181.018,5.28835,500,0,0,2310,0,0,0,0,0),(5750,24819,0,1,1,8758,1,-7184.78,-877.7,164.021,5.86431,500,0,0,2672,0,0,0,0,0),(5748,5857,0,1,1,4457,0,-6438.21,-1608.26,318.129,6.2343,500,10,0,2310,0,1,0,0,0),(5747,24818,0,1,1,8754,1,-7276.64,-879.587,170.056,2.84489,500,0,0,2576,0,0,0,0,0),(5746,24818,0,1,1,8754,1,-7280.33,-879.17,169.628,0.034907,500,0,0,2576,0,0,0,0,0),(5745,5843,0,1,1,7816,1,-6885.53,-1151.04,194.771,6.19592,500,0,0,2310,0,0,0,0,0),(5744,5843,0,1,1,7818,1,-6901.81,-1220.58,179.275,0.628319,500,0,0,2310,0,0,0,0,0),(5743,9700,0,1,1,5560,0,-6707.14,-1178.17,240.432,0.33831,500,5,0,8,0,1,0,0,0),(5742,5846,0,1,1,7800,1,-6575.26,-1171.38,185.589,3.1454,500,5,0,2488,0,1,0,0,0),(5741,5844,0,1,1,7791,1,-6527.81,-1347.81,208.834,3.49835,500,5,0,2310,0,1,0,0,0),(5740,5844,0,1,1,7789,1,-6562.43,-1316.38,208.9,4.19384,500,5,0,2310,0,1,0,0,0),(5739,5858,0,1,1,7510,0,-7113.81,-1301.22,258.402,4.44507,500,5,0,2488,0,1,0,0,0),(5738,5844,0,1,1,7791,1,-6562.22,-1313.19,208.921,1.10414,500,0,0,2310,0,2,0,0,0),(5737,5850,0,1,1,1070,0,-6794.66,-1607.16,189.605,2.28855,500,5,0,2310,0,1,0,0,0),(5736,5855,0,1,1,2075,0,-6704.27,-1562.81,186.182,1.18129,500,5,0,2399,0,1,0,0,0),(5735,5850,0,1,1,1070,0,-6769.65,-1607.13,189.605,2.47944,500,10,0,2310,0,1,0,0,0),(5734,5850,0,1,1,1070,0,-6746.34,-1654.3,192.441,1.09744,500,10,0,2310,0,1,0,0,0),(5733,5855,0,1,1,2075,0,-6802.15,-1522.84,176.941,5.49457,500,5,0,2399,0,1,0,0,0),(5732,5850,0,1,1,1070,0,-6811.14,-1337.88,167.392,3.86941,500,10,0,2310,0,1,0,0,0),(5731,5855,0,1,1,2075,0,-6864.68,-1431.31,160.301,0.217051,500,5,0,2399,0,1,0,0,0),(5730,24818,0,1,1,8754,1,-7382.33,-1041.8,177.468,5.04878,500,5,0,2576,0,1,0,0,0),(5728,24818,0,1,1,8754,1,-7331.13,-988.809,173.675,0.767945,500,0,0,2576,0,0,0,0,0),(5727,24818,0,1,1,8754,1,-7341.31,-1023.61,179.159,3.85718,500,0,0,2576,0,0,0,0,0),(5726,24818,0,1,1,8754,1,-7344.47,-1025.82,179.496,0.418879,500,0,0,2576,0,0,0,0,0),(5722,24818,0,1,1,8754,1,-7350.07,-988.589,171.763,3.07795,500,5,0,2576,0,1,0,0,0),(5720,8917,0,1,1,8892,1,-7322.72,-1026.88,181.021,2.86234,500,0,0,1919,1587,0,0,0,0),(5716,5856,0,1,1,4456,0,-6612.57,-1795.73,244.255,5.49228,500,10,0,2059,0,1,0,0,0),(5714,5853,0,1,1,5747,0,-6597.87,-1842.37,244.273,5.2096,500,10,0,2310,0,1,0,0,0),(5713,9699,0,1,1,8971,0,-6767.89,-1088.13,241.853,1.96905,500,10,0,8,0,1,0,0,0),(5712,9699,0,1,1,8971,0,-7183.32,-983.505,244.014,6.17755,500,10,0,8,0,1,0,0,0),(5711,5852,0,1,1,5488,0,-6971.4,-1208.53,144.506,4.92401,500,5,0,2488,0,1,0,0,0),(5710,9699,0,1,1,8971,0,-6677.35,-1412.37,241.613,5.32861,500,10,0,8,0,1,0,0,0),(5709,5857,0,1,1,4457,0,-7132.72,-1590.4,245.809,4.08329,500,5,0,2310,0,1,0,0,0),(5708,5857,0,1,1,4457,0,-7131.04,-1570.41,244.821,5.45572,500,10,0,2310,0,1,0,0,0),(5707,5857,0,1,1,4457,0,-7183.51,-1581.6,242.3,3.88366,500,10,0,2310,0,1,0,0,0),(5706,5857,0,1,1,4457,0,-7016.06,-1463.16,242.627,1.22002,500,10,0,2310,0,1,0,0,0),(5705,5857,0,1,1,4457,0,-7076.19,-1420.06,242.054,3.26977,500,10,0,2310,0,1,0,0,0),(5704,5857,0,1,1,4457,0,-7030.29,-1381.6,241.943,3.2781,500,10,0,2310,0,1,0,0,0),(5703,5855,0,1,1,2075,0,-7218.6,-1112.98,246.755,0.186373,500,5,0,2399,0,1,0,0,0),(5702,5843,0,1,1,7817,1,-6709.71,-1176.69,185.442,3.94444,500,0,0,2310,0,0,0,0,0),(5701,5855,0,1,1,2075,0,-6902.07,-866.07,251.016,6.25941,500,5,0,2399,0,1,0,0,0),(5700,9699,0,1,1,8971,0,-6980.56,-1614.23,242.564,3.99256,500,10,0,8,0,1,0,0,0),(5699,5856,0,1,1,4456,0,-6882.89,-1637.47,244.096,3.50105,500,10,0,2059,0,1,0,0,0),(5698,5856,0,1,1,4456,0,-6778.22,-1846.36,260.229,2.65611,500,10,0,2059,0,1,0,0,0),(5697,5843,0,1,1,7817,1,-6766.07,-1138.57,186.106,2.42601,500,0,0,2310,0,0,0,0,0),(5696,5856,0,1,1,4456,0,-6888.01,-1808.97,241.287,0.007812,500,10,0,2059,0,1,0,0,0),(5695,5856,0,1,1,4456,0,-6853.89,-1870.32,252.939,1.51078,500,5,0,2059,0,1,0,0,0),(5694,5843,0,1,1,7816,1,-6716.02,-1217.01,181.518,0.610865,500,0,0,2310,0,0,0,0,0),(5693,5843,0,1,1,7816,1,-6719.51,-1250.78,183.354,5.48033,500,0,0,2310,0,0,0,0,0),(5692,5843,0,1,1,7818,1,-6754.4,-1197,184.177,0.488692,500,0,0,2310,0,0,0,0,0),(5691,5857,0,1,1,4457,0,-6484.23,-1656.41,295.853,1.09751,500,10,0,2310,0,1,0,0,0),(5690,5843,0,1,1,487,1,-6750.62,-1264.45,183.884,5.42797,500,0,0,2310,0,0,0,0,0),(5689,5858,0,1,1,7510,0,-6655.39,-928.049,263.605,1.67158,500,5,0,2488,0,1,0,0,0),(5688,5843,0,1,1,7816,1,-6703.5,-1118.85,185.65,5.91667,500,0,0,2310,0,0,0,0,0),(5687,5854,0,1,1,10801,0,-6675.9,-1321.53,200.633,0.185197,500,0,0,2488,0,0,0,0,0),(5686,5843,0,1,1,487,1,-6657.33,-1151.96,185.355,0.872665,500,0,0,2310,0,0,0,0,0),(5685,5843,0,1,1,7818,1,-6700.28,-1135.74,185.569,1.13446,500,5,0,2310,0,1,0,0,0),(5684,5843,0,1,1,7817,1,-6681.5,-1142.78,185.571,1.02974,500,0,0,2310,0,0,0,0,0),(5683,5843,0,1,1,487,1,-6684.58,-1216.73,183.447,2.77507,500,0,0,2310,0,0,0,0,0),(5682,5843,0,1,1,7818,1,-6689.05,-1190.32,181.855,4.15388,500,0,0,2310,0,0,0,0,0),(5681,5843,0,1,1,7817,1,-6554.47,-1252.14,182.238,3.735,500,0,0,2310,0,0,0,0,0),(5680,5843,0,1,1,7816,1,-6763.86,-1114.98,185.658,2.54818,500,0,0,2310,0,0,0,0,0),(5679,5843,0,1,1,7817,1,-6705.4,-1104.67,185.569,0.890118,500,5,0,2310,0,1,0,0,0),(5678,9699,0,1,1,8971,0,-7013.15,-1045.37,241.213,0.752261,500,10,0,8,0,1,0,0,0),(5677,5843,0,1,1,7816,1,-6486.32,-1208.78,179.895,1.39626,500,0,0,2310,0,0,0,0,0),(31971,8662,129,1,1,0,0,2581.81,942.588,62.2902,0.820305,86400,0,0,42,0,0,0,0,0),(14000,3397,1,1,1,9447,1,-1284.39,-2915.93,93.8497,1.24586,275,5,0,235,295,1,0,0,0),(13999,3397,1,1,1,9447,1,-1219.27,-3081.98,94.3349,2.04425,275,5,0,235,295,1,0,0,0),(49064,15111,309,1,1,12345,1,-11879.5,-1888.59,63.6083,4.37713,7200,5,0,12575,9944,1,0,0,0),(18045,1913,0,1,1,3592,1,-165.529,780.948,64.7483,1.11701,275,0,0,356,0,0,0,0,0),(32697,21180,530,1,1,0,1,-3746.45,388.888,104.048,0.0107875,25,0,0,5589,3155,0,0,0,0),(18043,1915,0,1,1,3582,1,-161.827,781.256,64.7527,1.93731,275,0,0,330,938,0,0,0,0),(18042,1913,0,1,1,3593,1,-126.424,779.618,66.0233,0.698132,275,0,0,356,0,0,0,0,0),(18041,2120,0,1,1,3601,1,-133.014,787.237,67.4658,0.034907,275,0,0,472,1357,0,0,0,0),(18040,1915,0,1,1,3584,1,-108.469,789.899,66.0233,0.706768,275,0,0,330,938,0,0,0,0),(18039,1913,0,1,1,3592,1,-100.252,782.87,66.0232,2.35619,275,0,0,356,0,0,0,0,0),(31969,7335,129,1,1,0,1,2566.57,941.89,54.3936,2.52156,86400,0,0,2706,5360,0,0,0,0),(13998,3397,1,1,1,9447,1,-1351.32,-2986.78,92.9249,3.40368,275,5,0,235,295,1,0,0,0),(13997,3397,1,1,1,9447,1,-1417.4,-2738.95,91.7917,2.42907,275,0,0,235,295,0,0,0,0),(5676,5843,0,1,1,7817,1,-6653.33,-1170.68,185.571,5.74213,500,0,0,2310,0,0,0,0,0),(5675,5843,0,1,1,7817,1,-6590.39,-1145.79,185.654,2.42601,500,0,0,2310,0,0,0,0,0),(5674,5843,0,1,1,7818,1,-6496.47,-1299.33,180.973,4.59022,500,0,0,2310,0,0,0,0,0),(5673,5843,0,1,1,7818,1,-6910.17,-1321.51,167.782,0.191986,500,0,0,2310,0,0,0,0,0),(5672,5843,0,1,1,487,1,-6575.32,-1247.79,189.057,5.61996,500,0,0,2310,0,0,0,0,0),(5671,5843,0,1,1,7817,1,-6520.88,-1280.84,180.915,3.97935,500,0,0,2310,0,0,0,0,0),(5670,5843,0,1,1,487,1,-6755.16,-1365.42,196.336,1.81514,500,0,0,2310,0,0,0,0,0),(5669,5843,0,1,1,7817,1,-6473.03,-1195.83,183.112,3.00197,500,0,0,2310,0,0,0,0,0),(5668,5858,0,1,1,7510,0,-7126.35,-1223.39,292.527,2.6176,500,5,0,2488,0,1,0,0,0),(5667,5857,0,1,1,4457,0,-7317.83,-1656.28,281.075,5.0748,500,10,0,2310,0,1,0,0,0),(5666,5843,0,1,1,7818,1,-6547.79,-1156.48,185.634,0.767945,500,0,0,2310,0,0,0,0,0),(5665,5843,0,1,1,487,1,-6451.76,-1192.1,181.019,0.925025,500,0,0,2310,0,0,0,0,0),(5664,5843,0,1,1,7818,1,-6639.85,-1222.6,180.135,5.53269,500,0,0,2310,0,0,0,0,0),(5663,5843,0,1,1,487,1,-6746.02,-1385.33,193.927,5.32325,500,0,0,2310,0,0,0,0,0),(5662,5843,0,1,1,7817,1,-6918.41,-1283.31,159.448,6.17846,500,0,0,2310,0,0,0,0,0),(5661,5856,0,1,1,4456,0,-6346.92,-1964.33,251.007,1.30432,500,5,0,2059,0,1,0,0,0),(5660,5856,0,1,1,4456,0,-6340.86,-1926.91,267.68,5.9466,500,5,0,2059,0,1,0,0,0),(5659,5856,0,1,1,4456,0,-7156.59,-1715.9,243.591,2.83922,500,10,0,2059,0,1,0,0,0),(5658,5857,0,1,1,4457,0,-7136.12,-1466.46,244.802,0.832696,500,10,0,2310,0,1,0,0,0),(5657,9700,0,1,1,5560,0,-6775.53,-1615.78,190.622,1.42365,500,5,0,8,0,1,0,0,0),(5656,9700,0,1,1,5560,0,-6680.17,-1288.17,242.05,5.51853,500,5,0,8,0,1,0,0,0),(5655,9699,0,1,1,8971,0,-6640.99,-861.639,244.288,4.79905,500,10,0,8,0,1,0,0,0),(5654,9700,0,1,1,5560,0,-6806.16,-1340.15,167.392,5.14222,500,5,0,8,0,1,0,0,0),(5653,5856,0,1,1,4456,0,-6373.71,-1909.9,273.042,0,500,5,0,2059,0,1,0,0,0),(5652,5857,0,1,1,4457,0,-7172.48,-1605.04,245.876,3.88414,500,5,0,2310,0,1,0,0,0),(5651,5857,0,1,1,4457,0,-7075.7,-1577.81,249.075,2.03526,500,0,0,2310,0,0,0,0,0),(5650,5856,0,1,1,4456,0,-7119.99,-1837.24,301.815,4.23738,500,5,0,2059,0,1,0,0,0),(5649,5857,0,1,1,4457,0,-7168.66,-1395.6,240.517,3.36085,500,10,0,2310,0,1,0,0,0),(5648,9699,0,1,1,8971,0,-7118.4,-1386.66,240.512,0.521326,500,10,0,8,0,1,0,0,0),(5647,9700,0,1,1,5560,0,-7008.47,-1353.99,239.511,0.832025,500,5,0,8,0,1,0,0,0),(5646,9700,0,1,1,5560,0,-7148.84,-1054.65,238.509,0.69208,500,10,0,8,0,1,0,0,0),(5645,9700,0,1,1,5560,0,-7190.12,-1184.59,246.507,4.15255,500,5,0,8,0,1,0,0,0),(5644,9699,0,1,1,8971,0,-7005.91,-1635.41,244.679,4.78078,500,10,0,8,0,1,0,0,0),(5643,9700,0,1,1,5560,0,-6688.06,-1575.92,190.271,0.835028,500,5,0,8,0,1,0,0,0),(5642,9699,0,1,1,8971,0,-7159.83,-1292.28,249.094,0.099532,500,10,0,8,0,1,0,0,0),(5641,5843,0,1,1,7816,1,-6663.86,-1236.65,179.567,4.2237,500,0,0,2310,0,0,0,0,0),(5640,5857,0,1,1,4457,0,-7183.71,-1487.96,240.443,4.86268,500,10,0,2310,0,1,0,0,0),(5639,9699,0,1,1,8971,0,-7032.07,-1442.25,241.75,4.07513,500,10,0,8,0,1,0,0,0),(5638,9699,0,1,1,8971,0,-6710.32,-1323.34,144.933,5.03093,500,10,0,8,0,1,0,0,0),(5637,9699,0,1,1,8971,0,-7149.89,-1715.14,243.027,5.10958,500,10,0,8,0,1,0,0,0),(5636,9699,0,1,1,8971,0,-6489.36,-1608.56,309.516,2.29624,500,0,0,8,0,0,0,0,0),(5635,9700,0,1,1,5560,0,-7193.46,-1621.02,243.978,3.80932,500,5,0,8,0,1,0,0,0),(5634,9699,0,1,1,8971,0,-6917.55,-1854.68,251.073,6.06628,500,10,0,8,0,1,0,0,0),(5633,9699,0,1,1,8971,0,-7170.49,-1113.87,242.833,0.655219,500,10,0,8,0,1,0,0,0),(5632,9699,0,1,1,8971,0,-6644.32,-1845.19,246.999,4.82779,500,10,0,8,0,1,0,0,0),(5631,9700,0,1,1,5560,0,-7029.85,-1495.16,241.199,4.02515,500,5,0,8,0,1,0,0,0),(5630,5843,0,1,1,7816,1,-6410.04,-1235.76,181.021,0.680678,500,0,0,2310,0,0,0,0,0),(5629,5843,0,1,1,7818,1,-6682.63,-1229.59,181.794,4.32842,500,0,0,2310,0,0,0,0,0),(5628,5843,0,1,1,7816,1,-6627.38,-1220.86,181.753,3.92699,500,0,0,2310,0,0,0,0,0),(5627,5856,0,1,1,4456,0,-7140.2,-1662.65,241.595,1.10104,500,10,0,2059,0,1,0,0,0),(5626,5855,0,1,1,2075,0,-7243.06,-1122.94,274.63,5.3967,500,5,0,2399,0,1,0,0,0),(5625,8837,0,1,1,5561,0,-6657.24,-673.27,233.754,5.33567,500,0,0,2488,0,2,0,0,0),(5624,9699,0,1,1,8971,0,-7351.07,-1642.97,292.563,3.22748,500,10,0,8,0,1,0,0,0),(5623,9700,0,1,1,5560,0,-7259.47,-1129.93,275.505,4.1513,500,5,0,8,0,1,0,0,0),(5622,9700,0,1,1,5560,0,-7243.07,-1175.58,268.069,1.77389,500,5,0,8,0,1,0,0,0),(5621,9700,0,1,1,5560,0,-6906.64,-1511.54,193.232,3.14513,500,5,0,8,0,1,0,0,0),(5620,9700,0,1,1,5560,0,-6611.78,-1292.62,264.735,1.43331,500,5,0,8,0,1,0,0,0),(5619,9699,0,1,1,8971,0,-7136.93,-1537.65,241.134,6.09844,500,10,0,8,0,1,0,0,0),(5618,9700,0,1,1,5560,0,-7046.98,-1009.49,241.026,5.58977,500,0,0,8,0,0,0,0,0),(5617,9699,0,1,1,8971,0,-6925.67,-1367.18,169.432,5.21222,500,10,0,8,0,1,0,0,0),(5616,5843,0,1,1,7816,1,-6634.9,-1171.01,185.475,2.33874,500,0,0,2310,0,0,0,0,0),(5615,5843,0,1,1,7818,1,-6406.28,-1258.15,181.021,5.72468,500,0,0,2310,0,0,0,0,0),(5614,5843,0,1,1,7817,1,-6601.63,-1250.75,188.064,4.18879,500,0,0,2310,0,0,0,0,0),(5613,5843,0,1,1,487,1,-6647.54,-1234.38,180.481,5.53269,500,0,0,2310,0,0,0,0,0),(5612,5857,0,1,1,4457,0,-7193.32,-1438.79,240.458,5.41199,500,10,0,2310,0,1,0,0,0),(5611,5857,0,1,1,4457,0,-7142.74,-1523.48,240.484,3.21119,500,10,0,2310,0,1,0,0,0),(5610,5855,0,1,1,2075,0,-7213.85,-1624.88,246.92,1.65686,500,5,0,2399,0,1,0,0,0),(5609,5850,0,1,1,1070,0,-7245.15,-1623.73,272.77,5.76225,500,5,0,2310,0,1,0,0,0),(5608,5854,0,1,1,10801,0,-6665.33,-1359.43,146.229,3.65097,500,5,0,2488,0,1,0,0,0),(5607,9700,0,1,1,5560,0,-6959.71,-1220.75,144.506,4.97301,500,10,0,8,0,1,0,0,0),(5606,9699,0,1,1,8971,0,-7094.21,-1713.58,242.803,3.31379,500,10,0,8,0,1,0,0,0),(5605,9700,0,1,1,5560,0,-7038.68,-944.263,264.769,2.29533,500,5,0,8,0,1,0,0,0),(5604,9700,0,1,1,5560,0,-6865.49,-1430.63,160.303,0.959993,500,5,0,8,0,1,0,0,0),(5603,9699,0,1,1,8971,0,-6392.49,-1989.17,247.089,2.08244,500,10,0,8,0,1,0,0,0),(5602,9700,0,1,1,5560,0,-6885.86,-1581.1,244.069,2.94113,500,5,0,8,0,1,0,0,0),(5601,9699,0,1,1,8971,0,-6759.42,-1543.42,195.991,3.41264,500,10,0,8,0,1,0,0,0),(5600,9699,0,1,1,8971,0,-7220.62,-800.581,309.218,2.95685,500,10,0,8,0,1,0,0,0),(5599,9700,0,1,1,5560,0,-7210.74,-1022.39,239.993,5.12625,500,5,0,8,0,1,0,0,0),(5598,8509,0,1,1,7842,1,-6680.07,-1196.85,240.329,1.59286,500,0,0,3082,0,0,0,0,0),(5597,2941,0,1,1,5091,1,-6559.06,-1169.38,309.809,0.10472,900,0,0,10572,0,0,0,0,0),(5596,3305,0,1,1,1874,1,-6559.26,-1100.23,310.353,0.10472,900,0,0,10572,0,0,0,0,0),(5595,14622,0,1,1,14671,1,-6500.42,-1131.48,307.244,5.2709,500,0,0,2215,0,0,0,0,0),(5594,14622,0,1,1,14669,1,-6488.87,-1165.86,324.619,2.26893,500,0,0,2215,0,0,0,0,0),(5593,14622,0,1,1,14672,1,-6510.46,-1181.04,326.934,1.95477,500,0,0,2215,0,0,0,0,0),(5592,14622,0,1,1,14669,1,-6531.8,-1179.24,312.19,1.5708,500,0,0,2215,0,0,0,0,0),(5591,14622,0,1,1,14670,1,-6478.29,-1100.69,301.878,2.21657,500,0,0,2215,0,0,0,0,0),(5590,14622,0,1,1,14670,1,-6494.71,-1158.48,309.366,2.07694,500,0,0,2215,0,0,0,0,0),(5589,14624,0,1,1,14652,1,-6524.04,-1188.72,309.338,3.42085,500,0,0,3201,0,0,0,0,0),(5588,14628,0,1,1,14656,1,-6512.7,-1178.62,309.335,2.00713,500,0,0,3094,0,0,0,0,0),(5587,14627,0,1,1,14655,1,-6513.62,-1183.78,309.338,2.18166,500,0,0,3312,0,0,0,0,0),(5586,14625,0,1,1,14653,1,-6501.13,-1173.36,325.947,2.30383,500,0,0,4120,0,0,0,0,0),(5585,14626,0,1,1,14654,1,-6509.16,-1192.52,309.338,5.70723,500,0,0,3420,0,0,0,0,0),(5584,14634,0,1,1,14662,1,-6495.11,-1164.92,309.276,2.89725,500,0,0,3997,0,0,0,0,0),(5583,5843,0,1,1,7816,1,-6570.28,-1142.16,185.654,1.15192,500,0,0,2310,0,0,0,0,0),(5582,5843,0,1,1,7817,1,-6424.22,-1210.08,181.013,1.0472,500,0,0,2310,0,0,0,0,0),(5581,5843,0,1,1,7818,1,-6513.98,-1213.45,180.978,2.53073,500,0,0,2310,0,0,0,0,0),(5580,5856,0,1,1,4456,0,-7122.66,-1674.65,241.234,1.45129,500,10,0,2059,0,1,0,0,0),(5579,8439,0,1,1,7834,0,-7214.83,-1237.47,254.776,5.81195,500,0,0,1804,4140,0,0,0,0),(5578,9699,0,1,1,8971,0,-6538.29,-1963.08,245.983,5.10391,500,10,0,8,0,1,0,0,0),(5577,9700,0,1,1,5560,0,-7209.55,-1096.09,248.837,1.51216,500,5,0,8,0,1,0,0,0),(5576,9700,0,1,1,5560,0,-7243.91,-1637.16,267.854,4.81614,500,5,0,8,0,1,0,0,0),(5575,9699,0,1,1,8971,0,-6654.73,-1572.87,243.979,1.1638,500,10,0,8,0,1,0,0,0),(5574,9699,0,1,1,8971,0,-6706.48,-1478.28,240.825,5.95093,500,10,0,8,0,1,0,0,0),(5573,9700,0,1,1,5560,0,-6748.43,-1012.36,238.115,1.51934,500,5,0,8,0,1,0,0,0),(5572,9699,0,1,1,8971,0,-7139.2,-1423.64,242.594,2.17449,500,10,0,8,0,1,0,0,0),(5571,9699,0,1,1,8971,0,-7095.51,-1056.34,240.916,4.01139,500,10,0,8,0,1,0,0,0),(5570,9700,0,1,1,5560,0,-6800.74,-1519.62,176.941,4.36355,500,5,0,8,0,1,0,0,0),(5569,8417,0,1,1,7758,0,-6480.21,-1240.93,180.21,5.2709,500,0,0,2399,0,0,0,0,0),(5568,11703,0,1,1,11666,1,-7215.12,-1248.97,254.75,0.837758,500,0,0,3876,0,0,0,0,0),(5567,7868,0,1,1,7030,1,-7230.06,-1741.08,244.53,0.226893,500,0,0,2769,0,0,0,0,0),(5566,8436,0,1,1,7749,0,-6491.07,-982.717,335.561,0.907571,500,0,0,2769,0,0,0,0,0),(5565,8917,0,1,1,8891,1,-7466.74,-1002.32,172.907,3.40339,500,0,0,1919,1587,0,0,0,0),(5564,7039,0,1,1,10806,0,-7764.63,-2241.76,133.567,3.71761,500,5,0,3189,0,1,0,0,0),(5563,7041,0,1,1,8249,1,-8233.13,-2526.21,138.866,5.41052,500,0,0,2146,4765,0,0,0,0),(5562,7039,0,1,1,10806,0,-7821.13,-2086.77,133.466,1.55047,500,5,0,3189,0,1,0,0,0),(5561,9699,0,1,1,8971,0,-8250.17,-1963.88,147.685,3.44296,500,10,0,8,0,1,0,0,0),(5560,7036,0,1,1,6649,1,-7866.09,-2199.17,133.439,3.53175,500,5,0,3189,0,1,0,0,0),(5559,7036,0,1,1,6649,1,-7855.8,-2191.57,133.189,4.54922,500,5,0,3189,0,1,0,0,0),(5558,7027,0,1,1,6047,1,-8091.44,-1780.24,133.251,2.38508,500,0,0,3644,0,2,0,0,0),(5557,7041,0,1,1,8249,1,-8213.39,-1953.58,142.58,0.118421,500,5,0,2146,4765,1,0,0,0),(5556,7043,0,1,1,8309,1,-7979.36,-1323.79,133.33,2.84054,500,5,0,2436,5340,1,0,0,0),(5555,7043,0,1,1,8309,1,-7989.26,-1313.79,133.705,2.36685,500,5,0,2436,5340,1,0,0,0),(5554,7025,0,1,1,6045,1,-8092.66,-1889.33,137.358,1.40586,500,5,0,3529,0,1,0,0,0),(5553,9699,0,1,1,8971,0,-7610.8,-2562.51,133.067,1.02669,500,5,0,8,0,1,0,0,0),(5552,9778,0,1,1,10817,0,-7647.05,-2326.45,131.403,3.69132,500,5,0,810,2041,1,0,0,0),(5551,9778,0,1,1,10817,0,-7648.73,-2334.13,130.862,5.58181,500,5,0,810,2041,1,0,0,0),(5550,9778,0,1,1,10817,0,-7641.64,-2346.07,132.307,3.60561,500,5,0,810,2041,1,0,0,0),(5549,9779,0,1,1,10814,0,-7654.74,-2342.12,132.237,2.68294,500,5,0,1013,0,1,0,0,0),(5548,9779,0,1,1,10814,0,-7645.92,-2341.66,131.737,5.75626,500,5,0,1013,0,1,0,0,0),(5547,9699,0,1,1,8971,0,-7969.92,-2888.88,135.217,5.65023,500,0,0,8,0,0,0,0,0),(5546,7040,0,1,1,143,1,-7544.74,-2809.85,151.904,1.11783,500,5,0,3556,0,1,0,0,0),(5545,7033,0,1,1,11549,1,-8122.61,-2502.55,140.039,3.20293,500,5,0,3322,0,1,0,0,0),(5544,7033,0,1,1,11549,1,-8131.44,-2494.45,140.027,1.10868,500,5,0,3322,0,1,0,0,0),(5543,7026,0,1,1,6046,1,-8149.51,-1577.2,135.402,2.7993,500,0,0,2470,5013,0,0,0,0),(5542,7025,0,1,1,6045,1,-8139.96,-1585.32,133.966,3.91318,500,5,0,3529,0,1,0,0,0),(5541,7027,0,1,1,6047,1,-8110.05,-1473.4,132.762,4.71629,500,5,0,3644,0,1,0,0,0),(5540,7055,0,1,1,741,0,-8163.94,-1572.7,133.097,3.10603,500,5,0,3293,0,1,0,0,0),(5539,9695,0,1,1,10984,0,-7913.73,-2345.59,129.291,1.53175,500,5,0,3293,0,1,0,0,0),(5538,7043,0,1,1,8309,1,-7956.66,-900.751,131.266,0.81365,500,5,0,2436,5340,1,0,0,0),(5537,9699,0,1,1,8971,0,-7998.59,-817.519,131.262,3.77728,500,5,0,8,0,1,0,0,0),(5536,7028,0,1,1,6048,1,-7690.22,-1475.54,140.836,0.593412,500,0,0,2550,5206,0,0,0,0),(5535,9698,0,1,1,10985,0,-8210.74,-1048.11,143.117,0.384131,500,10,0,3644,0,1,0,0,0),(5534,7049,0,1,1,457,0,-8111.89,-763.338,133.25,5.11405,500,10,0,2823,2117,1,0,0,0),(5533,7027,0,1,1,6047,1,-7686.09,-1472.42,140.837,3.83972,500,0,0,3644,0,0,0,0,0),(5532,7029,0,1,1,6049,1,-7705.71,-1433.95,140.936,3.25147,500,3,0,3758,0,1,0,0,0),(5531,7029,0,1,1,6049,1,-7710.43,-1445.35,141.019,3.80482,500,3,0,3758,0,1,0,0,0),(5530,7029,0,1,1,6049,1,-7695.15,-1455.44,140.936,5.01991,500,3,0,3758,0,1,0,0,0),(5529,7029,0,1,1,6049,1,-7691.83,-1439.55,140.936,3.97812,500,3,0,3758,0,1,0,0,0),(5528,7027,0,1,1,6047,1,-7666.49,-1435.28,140.845,2.72271,500,0,0,3644,0,0,0,0,0),(5527,7028,0,1,1,6048,1,-7709.42,-1413.03,140.763,3.26377,500,0,0,2550,5206,0,0,0,0),(5526,7028,0,1,1,6048,1,-7726.08,-1432.56,140.753,5.27128,500,5,0,2550,5206,1,0,0,0),(5525,7026,0,1,1,6046,1,-7667.62,-1453.69,140.74,0.684249,500,0,0,2470,5013,2,0,0,0),(5524,7029,0,1,1,6049,1,-7675.59,-1455.6,140.767,2.58363,500,3,0,3758,0,1,0,0,0),(5523,7029,0,1,1,6049,1,-7671.49,-1433.11,140.845,5.88176,500,0,0,3758,0,0,0,0,0),(5522,7029,0,1,1,6049,1,-7714.22,-1413.93,140.762,0.279253,500,0,0,3758,0,0,0,0,0),(5521,7027,0,1,1,6047,1,-7680.34,-1469,140.741,3.84328,500,0,0,3644,0,2,0,0,0),(5520,7027,0,1,1,6047,1,-7682.9,-1470.72,140.768,0.195068,500,0,0,3644,0,2,0,0,0),(5519,7028,0,1,1,6048,1,-7731.44,-1457.13,140.835,0.977384,500,0,0,2550,5206,0,0,0,0),(5518,7028,0,1,1,6048,1,-7727.99,-1452.02,140.837,4.11898,500,0,0,2550,5206,0,0,0,0),(5517,7029,0,1,1,6049,1,-7712.94,-1471.64,140.802,2.86352,500,5,0,3758,0,1,0,0,0),(5516,7027,0,1,1,6047,1,-7749.09,-1550.17,133.117,1.24318,500,5,0,3644,0,1,0,0,0),(5515,7028,0,1,1,6048,1,-7751.6,-1523.23,132.035,4.2237,500,0,0,2550,5206,0,0,0,0),(5514,7028,0,1,1,6048,1,-7782.6,-1516.78,132.835,4.07634,500,5,0,2550,5206,1,0,0,0),(5513,7026,0,1,1,6046,1,-7754.19,-1527.7,132.022,1.01229,500,0,0,2470,5013,0,0,0,0),(5512,9699,0,1,1,8971,0,-7755.56,-1541.56,132.365,2.03142,500,5,0,8,0,1,0,0,0),(5511,7028,0,1,1,6048,1,-7720.38,-1488.76,138.558,1.15342,500,0,0,2550,5206,2,0,0,0),(5510,9699,0,1,1,8971,0,-8162.2,-2649.53,133.812,3.19633,500,5,0,8,0,1,0,0,0),(5509,7027,0,1,1,6047,1,-7721.64,-1541.94,133.98,1.32622,500,5,0,3644,0,1,0,0,0),(5508,7027,0,1,1,6047,1,-7728.27,-1508.29,133.012,6.09232,500,5,0,3644,0,1,0,0,0),(5507,7028,0,1,1,6048,1,-7689.83,-1541.25,132.24,3.71755,500,0,0,2550,5206,0,0,0,0),(5506,7027,0,1,1,6047,1,-7697,-1545.76,131.629,0.558505,500,0,0,3644,0,0,0,0,0),(5505,7044,0,1,1,6374,0,-8143.2,-2888.34,135.543,2.7803,500,0,0,2964,0,0,0,0,0),(5504,7039,0,1,1,10806,0,-7790.35,-2277.33,136.814,2.88519,500,5,0,3189,0,1,0,0,0),(5503,7041,0,1,1,8249,1,-7762.67,-2852.92,133.457,0.373456,500,5,0,2146,4765,1,0,0,0),(5502,9690,0,1,1,9371,0,-8040.81,-2900.79,133.851,4.38199,500,10,0,2980,0,1,0,0,0),(5501,9690,0,1,1,9371,0,-8189.02,-2957.34,134.617,0.771587,500,5,0,2980,0,1,0,0,0),(5500,7047,0,1,1,397,0,-8243.41,-2744.53,136.316,1.85062,500,5,0,2384,1864,1,0,0,0),(5499,7047,0,1,1,397,0,-7956.37,-2919.74,131.58,3.39414,500,10,0,2384,1864,1,0,0,0),(5498,7040,0,1,1,143,1,-8051.72,-2916.74,134.439,4.00432,500,10,0,3556,0,1,0,0,0),(5497,7040,0,1,1,143,1,-8214.36,-1916.62,142.682,1.76267,500,10,0,3556,0,1,0,0,0),(13996,3397,1,1,1,9447,1,-1147.34,-2797.74,92.0417,1.04386,275,3,0,235,295,1,0,0,0),(47656,8895,230,1,1,8753,1,650.016,-184.77,-36.9107,3.22886,7200,0,0,5502,3728,0,0,0,0),(607,1382,0,1,1,4376,1,-12358.8,220.811,4.14172,5.0091,300,0,0,1753,0,0,0,0,0),(13995,3397,1,1,1,9447,1,-1127.29,-2796.91,92.0417,0.976338,275,0,0,235,295,0,0,0,0),(5496,7040,0,1,1,143,1,-8091.07,-2917.47,134.283,2.74367,500,10,0,3556,0,1,0,0,0),(5495,7040,0,1,1,143,1,-8154.19,-2984.48,137.458,3.53067,500,10,0,3556,0,1,0,0,0),(5494,9691,0,1,1,8970,0,-8114.72,-2894.73,134.872,4.98759,500,10,0,3082,0,1,0,0,0),(5493,7026,0,1,1,6046,1,-8093.8,-1772.7,133.044,1.0195,500,5,0,2470,5013,1,0,0,0),(5492,7055,0,1,1,741,0,-8073.71,-1761.39,133.408,3.29867,500,0,0,3293,0,0,0,0,0),(49063,15111,309,1,1,568,1,-11880.4,-1891.24,63.6149,4.09184,7200,5,0,12575,9944,1,0,0,0),(13994,3397,1,1,1,9447,1,-1394.55,-2734.76,91.7917,2.35791,275,0,0,235,295,0,0,0,0),(13993,3397,1,1,1,9447,1,-1210.58,-2725.92,106.76,5.34415,275,0,0,235,295,0,0,0,0),(31968,7327,129,1,1,0,1,2573.84,937.473,54.2629,4.00769,86400,0,0,3489,0,0,0,0,0),(13992,3397,1,1,1,9447,1,-1168.91,-2043.24,92.2584,0.481511,275,0,0,235,295,0,0,0,0),(45501,8666,0,1,1,0,0,-8634.51,918.961,99.355,3.83299,5400,0,0,102,0,2,0,0,0),(13991,3397,1,1,1,9447,1,-1168.06,-2040.54,92.2584,0.481264,275,0,0,235,295,0,0,0,0),(13990,3396,1,1,1,9448,1,-1167.06,-2042.27,92.2584,0.481288,275,0,0,449,0,0,0,0,0),(13989,12866,1,1,1,12964,1,-4801.73,-2343.74,116.104,1.32645,275,0,0,1110,1067,0,0,0,0),(13988,3394,1,1,1,4874,1,23.4936,-1714.62,101.474,0.41741,275,0,0,356,0,2,0,0,0),(13987,12865,1,1,1,12909,1,-4847.45,-2294.25,86.7429,5.70723,275,0,0,1261,2134,0,0,0,0),(13986,3393,1,1,1,1855,1,-2079.88,-3644.3,96.2664,3.08923,275,0,0,484,0,0,0,0,0),(13985,7233,1,1,1,5986,1,1236.78,-2994.62,91.7917,4.46804,600,0,0,7640,0,0,0,0,0),(15351,2356,0,1,1,3201,0,-845.23,-136.44,33.2369,5.75047,300,5,0,944,0,1,0,0,0),(13984,3392,1,1,1,1400,1,-4212.91,-2274.4,50.3081,3.14864,275,0,0,600,618,0,0,0,0),(606,16096,0,1,1,7102,1,-12420.3,200.855,31.3747,2.61799,1800,0,0,31905,0,0,0,0,0),(605,1149,0,1,1,4388,0,-12358,207.355,4.23162,3.735,300,0,0,1753,0,0,0,0,0),(604,7485,0,1,1,6308,1,-12414,166.158,3.4752,2.33874,300,0,0,1753,0,0,0,0,0),(603,1064,0,1,1,4368,1,-12389.2,131.967,3.55804,4.64258,300,0,0,11828,0,0,0,0,0),(602,781,0,1,1,4635,1,-13106.9,-560.801,100.066,1.45323,300,5,0,2059,0,1,0,0,0),(599,4624,0,1,1,7102,1,-14321.4,403.516,23.9726,4.55976,300,0,0,22758,0,0,0,0,0),(598,4624,0,1,1,7103,1,-14313,501.729,8.61018,3.95405,300,0,0,22758,0,0,0,0,0),(597,4624,0,1,1,7103,1,-14451,454.715,20.4486,0.746927,300,0,0,22758,0,0,0,0,0),(596,4624,0,1,1,7103,1,-14366.2,426.889,7.35109,1.78024,300,0,0,22758,0,0,0,0,0),(594,4624,0,1,1,7104,1,-14273.2,422.922,36.1004,2.03294,300,0,0,22758,0,0,0,0,0),(593,4624,0,1,1,7104,1,-14292.7,434.085,32.0606,5.74677,300,0,0,22758,0,2,0,0,0),(592,4624,0,1,1,7102,1,-14303.2,442.825,28.2472,4.36332,300,0,0,22758,0,0,0,0,0),(13983,3391,1,1,1,7052,1,-835.563,-3728.66,26.3746,3.21141,275,0,0,4120,0,0,0,0,0),(591,4624,0,1,1,7102,1,-14434.2,440.58,5.78022,5.21101,300,0,0,22758,0,0,0,0,0),(31967,4076,129,1,1,0,0,2478.18,1057.62,48.1482,0.921798,86400,5,0,8,0,1,0,0,0),(590,4624,0,1,1,7104,1,-14465.1,474.928,14.9733,6.03884,300,0,0,22758,0,0,0,0,0),(589,4624,0,1,1,7103,1,-14386,399.288,6.56251,2.40855,300,0,0,22758,0,0,0,0,0),(588,2544,0,1,1,9573,0,-14669.2,353.523,1.13563,6.18683,300,10,0,1829,0,1,0,0,0),(587,2544,0,1,1,9573,0,-14871.5,199.849,-0.578857,0.603538,300,5,0,1829,0,1,0,0,0),(586,2544,0,1,1,9573,0,-14757.7,503.245,1.81095,4.92418,300,10,0,1829,0,1,0,0,0),(585,2544,0,1,1,9573,0,-14797,252.215,-7.23766,5.97688,300,5,0,1829,0,1,0,0,0),(584,2544,0,1,1,9573,0,-14903.5,-20.0375,2.2762,5.28066,300,5,0,1829,0,1,0,0,0),(583,2544,0,1,1,9573,0,-14824.1,54.907,3.0769,3.92266,300,10,0,1829,0,1,0,0,0),(582,2544,0,1,1,9573,0,-14892.6,382.394,3.04921,0.012038,300,5,0,1829,0,1,0,0,0),(581,2544,0,1,1,9573,0,-14821.8,463.619,1.69026,1.67563,300,10,0,1829,0,1,0,0,0),(580,2834,0,1,1,7172,1,-14449.2,468.424,15.3565,0.087266,300,0,0,2059,0,0,0,0,0),(579,7389,0,1,1,6190,0,-14336,427.171,6.64303,5.72989,300,0,0,42,0,0,0,0,0),(578,2847,0,1,1,4479,1,-14380,365.551,24.0385,1.15192,300,0,0,2672,0,0,0,0,0),(577,908,0,1,1,4488,1,-14481.1,451.732,30.6957,6.03884,300,0,0,2138,0,0,0,0,0),(576,2670,0,1,1,7177,0,-14439.6,388.911,32.398,6.21337,300,0,0,2059,0,0,0,0,0),(575,2685,0,1,1,7179,1,-14364.5,402.075,6.71338,1.62316,300,0,0,1469,0,0,0,0,0),(574,2845,0,1,1,4476,1,-14359.1,367.467,24.4626,1.64061,300,0,0,1981,0,0,0,0,0),(573,2859,0,1,1,12945,1,-14477.9,464.101,36.4656,0.331613,1800,0,0,10572,0,0,0,0,0),(572,2842,0,1,1,7184,1,-14444,433.765,4.27238,6.14356,300,0,0,2059,0,0,0,0,0),(571,2849,0,1,1,7187,0,-14468.3,424.603,25.4592,4.66003,300,0,0,2138,0,0,0,0,0),(570,15681,0,1,1,7993,0,-14416.8,524.1,7.66655,4.13643,300,0,0,2769,0,0,0,0,0),(569,15677,0,1,1,7993,0,-14398.5,406.925,9.50589,1.51844,300,0,0,2769,0,0,0,0,0),(13982,3390,1,1,1,1965,1,-424.542,-2589.88,95.9052,6.23082,275,0,0,573,0,0,0,0,0),(13981,20797,1,1,1,19793,0,-728.396,-2105.2,74.3346,0.994838,275,0,0,222,0,0,0,0,0),(13980,14909,1,1,1,15002,1,1014.84,-2227.66,93.1511,5.57252,275,0,0,361,0,0,0,0,0),(63522,22991,530,1,1,0,0,-4077.92,3412.57,334.768,-0.733038,180,0,0,4120,0,0,0,0,0),(13979,3389,1,1,1,3847,1,-307.136,-1971.95,96.48,4.64258,275,0,0,896,0,0,0,0,0),(13978,2620,1,1,1,1072,0,-2472.95,-2041.59,92.365,3.30932,275,20,0,8,0,1,0,0,0),(13977,2620,1,1,1,1072,0,483.333,-2783.33,93.7676,0.705569,275,20,0,8,0,1,0,0,0),(13976,2620,1,1,1,1072,0,234.225,-1867.35,92.1805,0.349066,275,0,0,8,0,0,0,0,0),(13975,2620,1,1,1,1072,0,-1941.82,-3384.47,60.4097,5.76113,275,20,0,8,0,1,0,0,0),(13974,2620,1,1,1,1072,0,747.434,-2777.88,93.6922,5.91138,275,20,0,8,0,1,0,0,0),(13973,2620,1,1,1,1072,0,-1558.38,-2724.95,91.9749,1.00557,275,20,0,8,0,1,0,0,0),(13972,2620,1,1,1,1072,0,667.883,-1334.32,92.6511,5.5254,275,20,0,8,0,1,0,0,0),(13971,2620,1,1,1,1072,0,-67.3944,-1613.49,92.042,6.03013,275,20,0,8,0,1,0,0,0),(13970,2620,1,1,1,1072,0,-3899.39,-1752.01,93.2426,2.7541,275,20,0,8,0,1,0,0,0),(13969,2620,1,1,1,1072,0,-1316.92,-1916.8,82.4067,2.42972,275,20,0,8,0,1,0,0,0),(13968,2620,1,1,1,1072,0,336.312,-1532.2,94.5918,0.472241,275,20,0,8,0,1,0,0,0),(13967,2620,1,1,1,1072,0,-1691.41,-3552.41,95.6794,1.30831,275,20,0,8,0,1,0,0,0),(13966,2620,1,1,1,1072,0,-974.754,-2982.22,92.3395,0.766638,275,20,0,8,0,1,0,0,0),(13965,2620,1,1,1,1072,0,-1014.78,-2784.56,93.993,0.129198,275,20,0,8,0,1,0,0,0),(13964,14908,1,1,1,14589,0,1035.2,-2251.75,92.958,2.59045,275,0,0,42,0,2,0,0,0),(13963,2620,1,1,1,1072,0,-1179.01,-1765.52,88.189,2.78462,275,20,0,8,0,1,0,0,0),(13962,2620,1,1,1,1072,0,-752.698,-3311.46,92.3753,0.944853,275,20,0,8,0,1,0,0,0),(13961,2620,1,1,1,1072,0,-1447,-1627,92.0196,0.226506,275,20,0,8,0,1,0,0,0),(13960,2620,1,1,1,1072,0,-1712.46,-1701.31,91.927,4.19439,275,20,0,8,0,1,0,0,0),(13959,2620,1,1,1,1072,0,-3787.27,-1576.56,92.3558,2.04144,275,20,0,8,0,1,0,0,0),(13958,2620,1,1,1,1072,0,-1259.92,-2173.78,91.932,3.03007,275,20,0,8,0,1,0,0,0),(13957,2620,1,1,1,1072,0,720.811,-2245.91,92.767,0.86831,275,20,0,8,0,1,0,0,0),(13956,2620,1,1,1,1072,0,-403.389,-2337.43,96.6765,2.02044,275,20,0,8,0,1,0,0,0),(13955,2620,1,1,1,1072,0,569.126,-1631.37,91.7917,1.76022,275,20,0,8,0,1,0,0,0),(13954,2620,1,1,1,1072,0,-2264.5,-2323.76,94.3514,2.72773,275,20,0,8,0,1,0,0,0),(13953,2620,1,1,1,1072,0,-2019.21,-2731.06,91.9898,1.5298,275,20,0,8,0,1,0,0,0),(13952,2620,1,1,1,1072,0,-625.659,-2608.47,92.2445,5.5627,275,20,0,8,0,1,0,0,0),(13951,2620,1,1,1,1072,0,-724.921,-2947.51,96.5691,2.99859,275,20,0,8,0,1,0,0,0),(13950,3388,1,1,1,3848,1,-1350.74,-4048.38,6.23952,5.3058,275,0,0,1163,0,0,0,0,0),(13949,3387,1,1,1,3845,1,-2382.81,-1922.69,95.8663,0.017453,275,0,0,1163,0,0,0,0,0),(13948,3386,1,1,1,1857,1,-2080.84,-3642.75,96.1716,4.78062,275,0,0,325,357,0,0,0,0),(13947,3386,1,1,1,1856,1,-1998.05,-3633.93,23.1615,2.34987,275,3,0,325,357,1,0,0,0),(13946,3386,1,1,1,1857,1,-2220.71,-3770.01,95.7766,5.32644,275,0,0,325,357,0,0,0,0),(13945,3386,1,1,1,1857,1,-2098.35,-3641.68,61.716,4.97756,275,3,0,325,357,1,0,0,0),(13944,3386,1,1,1,1856,1,-2017.57,-3562.02,23.1343,2.89181,275,3,0,325,357,1,0,0,0),(13943,3386,1,1,1,1856,1,-1997.42,-3589.75,22.2593,3.43819,275,2,0,325,357,1,0,0,0),(13942,3386,1,1,1,1857,1,-2201.4,-3678.58,92.9473,4.55901,275,0,0,325,357,0,0,0,0),(13941,3386,1,1,1,1856,1,-2091.77,-3502.5,94.9972,4.0438,275,0,0,325,357,0,0,0,0),(13940,3386,1,1,1,1856,1,-2093.81,-3509.29,130.084,0.009634,275,2,0,325,357,1,0,0,0),(13939,3386,1,1,1,1856,1,-2045.33,-3680.98,21.8843,5.27978,275,0,0,325,357,0,0,0,0),(13938,3386,1,1,1,1856,1,-2134.64,-3506.05,92.4534,5.98842,275,5,0,325,357,1,0,0,0),(13937,3386,1,1,1,1856,1,-2117.84,-3659.22,61.0679,0.131016,275,3,0,325,357,1,0,0,0),(13936,3386,1,1,1,1857,1,-2150.59,-3596.17,92.277,5.79597,275,0,0,325,357,0,0,0,0),(13935,3386,1,1,1,1857,1,-2011.42,-3601.86,21.8843,5.9262,275,5,0,325,357,1,0,0,0),(13934,3385,1,1,1,1858,1,-2089.48,-3631.79,96.2149,4.40373,275,0,0,328,0,0,0,0,0),(13933,3385,1,1,1,1858,1,-2099.32,-3651.84,61.7993,0.715585,275,0,0,328,0,0,0,0,0),(13932,3385,1,1,1,1858,1,-2111.08,-3649.55,87.4044,0.392215,275,0,0,328,0,0,0,0,0),(13931,3385,1,1,1,1858,1,-2099.77,-3634.95,87.3654,3.42484,275,0,0,328,0,2,0,0,0),(13930,3385,1,1,1,1858,1,-2110.61,-3635.96,96.1894,0.617702,275,0,0,328,0,0,0,0,0),(13929,3385,1,1,1,1858,1,-2106.81,-3640.48,87.3589,3.95535,275,0,0,328,0,2,0,0,0),(13928,3385,1,1,1,1858,1,-2037.48,-3678.57,21.9316,0.949582,275,0,0,328,0,2,0,0,0),(13927,3385,1,1,1,1858,1,-2094.75,-3644.64,72.4356,3.31713,275,0,0,328,0,2,0,0,0),(13926,3385,1,1,1,1858,1,-1990.74,-3695.62,18.3887,6.20817,275,3,0,328,0,1,0,0,0),(13925,3385,1,1,1,1858,1,-2005.04,-3667.33,22.3008,5.34071,275,0,0,328,0,0,0,0,0),(13924,3385,1,1,1,1858,1,-2010.92,-3675.91,22.1733,5.96903,275,0,0,328,0,0,0,0,0),(13923,3385,1,1,1,1858,1,-1928.6,-3653.89,15.0444,3.48066,275,2,0,328,0,1,0,0,0),(13922,3385,1,1,1,1858,1,-1977.61,-3674.55,17.7637,2.36234,275,3,0,328,0,1,0,0,0),(13921,3385,1,1,1,1858,1,-1907.38,-3616.16,11.7975,4.62438,275,0,0,328,0,2,0,0,0),(13920,3385,1,1,1,1858,1,-1923.51,-3514.79,30.0445,1.86599,275,0,0,328,0,2,0,0,0),(13919,3385,1,1,1,1858,1,-1906.11,-3578.02,19.4245,0.530097,275,3,0,328,0,1,0,0,0),(13918,3385,1,1,1,1858,1,-1940.88,-3538.09,26.2773,2.00904,275,5,0,328,0,1,0,0,0),(13917,3385,1,1,1,1858,1,-1905.31,-3481.39,41.3597,0.193798,275,3,0,328,0,1,0,0,0),(13916,3385,1,1,1,1858,1,-1877.66,-3660.91,10.4404,3.61516,275,5,0,328,0,1,0,0,0),(13915,3641,1,1,1,1752,0,-585.333,-2113,40.8668,4.25881,275,5,0,356,0,1,0,0,0),(13914,3641,1,1,1,1752,0,-645.988,-2296.02,14.0147,0.090112,275,5,0,356,0,1,0,0,0),(13913,3641,1,1,1,1752,0,-626.358,-2277.41,15.2251,3.77782,275,5,0,356,0,1,0,0,0),(13912,3641,1,1,1,1752,0,-645.486,-2233.58,12.6982,5.04233,275,5,0,356,0,1,0,0,0),(13911,3641,1,1,1,1752,0,-626.137,-2250.59,12.6655,1.54253,275,5,0,356,0,1,0,0,0),(13910,3641,1,1,1,1752,0,-650.032,-2269.3,12.6655,3.50359,275,5,0,356,0,1,0,0,0),(13909,3641,1,1,1,1752,0,-659.187,-2244.31,12.9283,2.14437,275,5,0,356,0,1,0,0,0),(568,9858,0,1,1,10754,0,-14446.5,448.414,4.12501,2.9147,300,0,0,6645,0,0,0,0,0),(45707,8856,0,1,1,0,0,-8408,450.74,123.76,2.251,250,0,0,713,0,0,0,0,0),(81589,5649,209,1,1,6424,1,1666.97,1233.6,9.40873,4.71239,86400,2,0,5346,0,1,0,0,0),(13908,3641,1,1,1,1752,0,-575.642,-2113.77,38.6434,4.78286,275,5,0,356,0,1,0,0,0),(13907,3385,1,1,1,1858,1,-2041.75,-3495.95,92.2907,0.116608,275,0,0,328,0,0,0,0,0),(13906,3385,1,1,1,1858,1,-2046.68,-3693.21,21.8843,1.44959,275,0,0,328,0,0,0,0,0),(13905,3385,1,1,1,1858,1,-2192.42,-3677.57,91.747,1.12606,275,0,0,328,0,0,0,0,0),(18679,5055,43,1,1,0,0,-193.302,63.3435,-47.9201,5.6868,86400,1,0,135,0,1,0,0,0),(13904,3385,1,1,1,1858,1,-2011.81,-3564.49,22.5093,0.56363,275,3,0,328,0,1,0,0,0),(18678,5053,43,1,1,0,0,-161.456,51.8247,-106.014,1.03789,86400,5,0,417,0,1,0,0,0),(18677,3835,43,1,1,0,0,-152.71,50.6044,-105.733,4.77731,86400,5,0,8,0,1,0,0,0),(18676,2914,43,1,1,0,0,-192.926,60.6825,-47.9713,1.85553,86400,10,0,8,0,1,0,0,0),(18675,3678,43,1,1,0,1,-134.965,125.402,-78.0945,3.07178,300,0,0,1299,980,0,0,0,0),(5491,7027,0,1,1,6047,1,-8076.25,-1761.53,132.031,4.32645,500,0,0,3644,0,2,0,0,0),(5490,7040,0,1,1,143,1,-8112.08,-3016.08,134.546,0.003226,500,5,0,3556,0,1,0,0,0),(5489,7047,0,1,1,397,0,-8025.25,-2917.08,132.895,6.2055,500,10,0,2384,1864,1,0,0,0),(5488,9691,0,1,1,8970,0,-7753.41,-2977.46,134.872,2.79253,500,0,0,3082,0,0,0,0,0),(5487,7040,0,1,1,143,1,-8097.19,-2967.14,135.001,2.24038,500,5,0,3556,0,1,0,0,0),(5486,9691,0,1,1,8970,0,-8196.23,-2810.19,136.857,0.015624,500,10,0,3082,0,1,0,0,0),(5485,7041,0,1,1,8249,1,-8014.03,-2949.8,131.403,2.07448,500,5,0,2146,4765,1,0,0,0),(5484,7043,0,1,1,8309,1,-7953.6,-1347.47,134.1,2.10507,500,10,0,2436,5340,1,0,0,0),(5483,7041,0,1,1,8249,1,-8080.6,-2984.09,134.251,2.57238,500,5,0,2146,4765,1,0,0,0),(5482,7041,0,1,1,8249,1,-8068.97,-2955.6,134.964,4.97585,500,5,0,2146,4765,1,0,0,0),(5481,7041,0,1,1,8249,1,-8123.01,-2943.25,133.596,2.88672,500,10,0,2146,4765,1,0,0,0),(5480,9691,0,1,1,8970,0,-7616.54,-2792.79,134.091,4.72186,500,10,0,3082,0,1,0,0,0),(5479,7041,0,1,1,8249,1,-7556.41,-2726.92,136.111,2.16104,500,5,0,2146,4765,1,0,0,0),(5478,7041,0,1,1,8249,1,-7556.16,-2748.01,136.04,4.79555,500,5,0,2146,4765,1,0,0,0),(5477,9690,0,1,1,9371,0,-8019.97,-2883.63,135.952,3.89507,500,10,0,2980,0,1,0,0,0),(48911,4075,289,1,1,1418,0,74.3941,140.642,83.5827,5.16617,86400,0,0,8,0,0,0,0,0),(48910,11622,289,1,1,12073,0,137.145,171.676,95.9664,3.28122,86400,0,0,30180,7458,0,0,0,0),(48909,2110,289,1,1,1141,0,197.831,-30.3793,95.3396,1.65806,86400,0,0,1,0,0,0,0,0),(48908,10500,289,1,1,3942,0,35.6058,129.759,83.629,3.9619,86400,0,0,6891,6867,0,0,0,0),(48907,10500,289,1,1,3942,0,18.9446,156.26,83.629,1.5708,86400,0,0,6891,6867,0,0,0,0),(48906,10469,289,1,1,11161,1,35.9159,126.749,83.629,1.64061,86400,0,0,6891,6867,0,0,0,0),(48905,10477,289,1,1,11155,1,41.6745,157.622,83.629,1.79769,86400,0,0,6891,6867,0,0,0,0),(48904,10471,289,1,1,11157,1,21.9201,156.961,83.629,2.87979,86400,0,0,6681,6723,0,0,0,0),(48903,10470,289,1,1,11133,1,31.7421,131.25,83.629,5.65487,86400,0,0,5847,16020,0,0,0,0),(48902,10500,289,1,1,3942,0,40.0598,159.537,83.629,0.698132,86400,0,0,6891,6867,0,0,0,0),(48901,10477,289,1,1,11154,1,16.6317,157.114,83.629,6.14356,86400,0,0,6891,6867,0,0,0,0),(48900,10471,289,1,1,11146,1,38.0603,161.109,83.629,6.24828,86400,0,0,6681,6723,0,0,0,0),(48899,10472,289,1,1,11125,1,126.473,4.88129,85.3117,3.85718,86400,0,0,6891,6867,0,0,0,0),(48898,10469,289,1,1,11148,1,123.306,3.93283,85.3117,6.05629,86400,0,0,6891,6867,0,0,0,0),(48897,10472,289,1,1,11125,1,113.736,-7.09679,85.3117,2.56563,86400,0,0,6891,6867,0,0,0,0),(48896,10477,289,1,1,11156,1,112.921,-4.45095,85.4598,4.57276,86400,0,0,6891,6867,0,0,0,0),(48871,10472,289,1,1,11157,1,110.892,-6.46278,85.3117,0.436332,86400,0,0,6891,6867,0,0,0,0),(48870,10469,289,1,1,11149,1,102.454,4.37424,85.3117,2.18166,86400,0,0,6891,6867,0,0,0,0),(48869,10472,289,1,1,11157,1,101.082,6.40191,85.3117,5.2709,86400,0,0,6891,6867,0,0,0,0),(48868,10472,289,1,1,11176,1,125.396,2.59597,85.4379,2.72271,86400,0,0,6891,6867,0,0,0,0),(48867,10505,289,1,1,20981,1,86.6634,-1.96039,85.3117,0.017453,86400,0,0,34188,7302,0,0,0,0),(48866,10486,289,1,1,7847,1,176.662,-57.9338,75.4812,1.41372,86400,0,0,14805,0,0,0,0,0),(48865,10486,289,1,1,7847,1,187.295,-57.8065,75.4812,1.76278,86400,0,0,14805,0,0,0,0,0),(48864,10489,289,1,1,7848,1,183.088,-88.0234,70.8568,1.53589,86400,0,0,8352,0,0,0,0,0),(48863,10504,289,1,1,11072,1,178.724,-91.0232,70.8568,1.64061,86400,0,0,27468,0,0,0,0,0),(48862,10489,289,1,1,7848,1,175.266,-88.1815,70.8568,1.5708,86400,0,0,8352,0,0,0,0,0),(48861,10491,289,1,1,11397,1,240.808,8.76485,72.673,1.5994,86400,5,0,6891,6867,1,0,0,0),(48860,10491,289,1,1,11397,1,235.207,7.2959,72.673,1.55028,86400,5,0,6891,6867,1,0,0,0),(48859,10491,289,1,1,11397,1,226.854,0.261588,72.673,3.16098,86400,5,0,6891,6867,1,0,0,0),(48858,10491,289,1,1,11397,1,248.115,2.80921,72.6684,4.66764,86400,5,0,6891,6867,1,0,0,0),(48857,10502,289,1,1,11835,1,265.956,0.903429,75.3334,3.07178,86400,0,0,26862,7302,0,0,0,0),(48856,10478,289,1,1,9790,0,130.986,-13.6734,75.4812,2.61799,86400,0,0,8883,0,0,0,0,0),(48855,10478,289,1,1,9789,0,124.162,5.8157,75.4812,5.06145,86400,0,0,8883,0,0,0,0,0),(48854,10507,289,1,1,10433,0,103.305,-1.67752,75.2183,6.17846,86400,0,0,36624,0,0,0,0,0),(48853,10478,289,1,1,11401,0,124.807,-7.8737,75.4812,5.61996,86400,0,0,8883,0,0,0,0,0),(48852,10478,289,1,1,9788,0,130.415,-1.1135,75.4812,2.68781,86400,0,0,8883,0,0,0,0,0),(48851,10478,289,1,1,9788,0,130.625,10.5451,75.4812,3.63029,86400,0,0,8883,0,0,0,0,0),(48850,10508,289,1,1,7919,0,-25.1079,141.284,83.9083,0.034907,86400,0,0,33670,15408,0,0,0,0),(48849,10471,289,1,1,11157,1,239.281,53.6591,115.791,6.10865,86400,0,0,6681,6723,0,0,0,0),(48848,10470,289,1,1,11131,1,229.563,17.8128,115.808,0.593412,86400,0,0,5847,16020,0,0,0,0),(48847,10470,289,1,1,11132,1,172.029,3.3354,115.791,0.750492,86400,0,0,5847,16020,0,0,0,0),(48846,10489,289,1,1,7848,1,186.864,34.2006,115.708,3.16734,86400,0,0,8352,0,2,0,0,0),(48845,10470,289,1,1,11131,1,209.375,12.4372,115.791,5.32325,86400,0,0,5847,16020,0,0,0,0),(48844,10470,289,1,1,11132,1,242.78,32.143,115.791,5.16617,86400,0,0,5847,16020,0,0,0,0),(48843,10470,289,1,1,11131,1,217.224,-7.79726,115.791,5.65487,86400,0,0,5847,16020,0,0,0,0),(48842,10471,289,1,1,11146,1,221.768,-18.4839,115.791,6.21337,86400,0,0,6681,6723,0,0,0,0),(48841,10471,289,1,1,11173,1,230.72,19.9185,115.809,4.67748,86400,0,0,6681,6723,0,0,0,0),(48840,10470,289,1,1,11132,1,232.433,0.477431,115.791,4.46804,86400,0,0,5847,16020,0,0,0,0),(48839,10485,289,1,1,9786,0,245.972,113.52,95.8225,3.00302,86400,5,0,2088,0,1,0,0,0),(48838,10485,289,1,1,9786,0,259.24,144.555,95.9059,3.07471,86400,5,0,2088,0,1,0,0,0),(48837,10495,289,1,1,519,0,248.675,148.015,95.9059,6.24893,86400,5,0,8613,0,1,0,0,0),(48836,10495,289,1,1,519,0,231.402,138.164,95.9059,5.61193,86400,5,0,8613,0,1,0,0,0),(48835,10485,289,1,1,9786,0,237.709,137.717,95.9059,0.231746,86400,5,0,2088,0,1,0,0,0),(48834,10485,289,1,1,9786,0,237.726,149.281,95.9059,2.05128,86400,5,0,2088,0,1,0,0,0),(48833,10481,289,1,1,10976,0,229.919,146.578,95.9059,2.82045,86400,5,0,1436,0,1,0,0,0),(48832,10495,289,1,1,519,0,271.169,169.307,95.906,4.45059,86400,0,0,8613,0,0,0,0,0),(48831,10485,289,1,1,9786,0,275.854,166.85,95.906,1.71042,86400,0,0,2088,0,0,0,0,0),(48830,10485,289,1,1,7550,0,280.934,171.916,95.8225,0.631015,86400,5,0,2088,0,1,0,0,0),(48829,10485,289,1,1,9786,0,280.562,178.524,95.8225,2.77441,86400,0,0,2088,0,0,0,0,0),(48828,10481,289,1,1,10975,0,274.421,171.791,95.906,3.52556,86400,0,0,1436,0,0,0,0,0),(48827,10495,289,1,1,519,0,270.265,102.134,95.9061,0.883407,86400,5,0,8613,0,1,0,0,0),(48826,10485,289,1,1,9786,0,267.353,96.3076,95.9062,0.032736,86400,5,0,2088,0,1,0,0,0),(48825,10485,289,1,1,9786,0,271.305,90.3076,95.9061,2.87892,86400,5,0,2088,0,1,0,0,0),(48824,10485,289,1,1,9786,0,278.551,93.9564,95.8226,3.25042,86400,5,0,2088,0,1,0,0,0),(48823,10481,289,1,1,10975,0,278.477,102.834,95.906,2.64623,86400,5,0,1436,0,1,0,0,0),(48822,10481,289,1,1,10976,0,272.728,96.8769,95.9061,5.8101,86400,5,0,1436,0,1,0,0,0),(48821,10485,289,1,1,9786,0,240.527,121.551,95.9059,3.05655,86400,5,0,2088,0,1,0,0,0),(48820,10485,289,1,1,9786,0,234.086,125.653,95.9059,3.02623,86400,5,0,2088,0,1,0,0,0),(48819,10485,289,1,1,9786,0,229.745,118.932,95.9059,3.36618,86400,5,0,2088,0,1,0,0,0),(48818,10495,289,1,1,519,0,231.767,112.516,95.9059,0.031724,86400,5,0,8613,0,1,0,0,0),(48817,10481,289,1,1,10975,0,235.489,118.388,95.9059,2.45582,86400,5,0,1436,0,1,0,0,0),(48816,10495,289,1,1,519,0,260.015,113.97,95.9059,0.133371,86400,5,0,8613,0,1,0,0,0),(5476,7047,0,1,1,397,0,-7913.89,-2918.32,132.048,5.73038,500,10,0,2384,1864,1,0,0,0),(48815,10485,289,1,1,9786,0,253.803,113.747,95.9059,5.45107,86400,5,0,2088,0,1,0,0,0),(48814,10485,289,1,1,9786,0,263.208,121.969,95.9059,0.267297,86400,5,0,2088,0,1,0,0,0),(48813,10485,289,1,1,7550,0,256.427,124.66,95.9059,4.32302,86400,5,0,2088,0,1,0,0,0),(48812,10495,289,1,1,519,0,264.373,164.305,95.906,6.19443,86400,0,0,8613,0,2,0,0,0),(48811,10485,289,1,1,7550,0,257.031,101.056,95.9061,5.5676,86400,0,0,2088,0,0,0,0,0),(48810,10485,289,1,1,9786,0,249.692,98.6988,95.9062,2.74121,86400,5,0,2088,0,1,0,0,0),(48809,10495,289,1,1,519,0,250.887,90.5535,95.9062,1.65319,86400,5,0,8613,0,1,0,0,0),(48808,10481,289,1,1,10975,0,254.893,94.7349,95.9063,3.18587,86400,5,0,1436,0,1,0,0,0),(48807,10503,289,1,1,11073,1,268.223,73.633,95.9245,1.64061,86400,0,0,30180,7458,0,0,0,0),(48806,10433,289,1,1,10248,1,150.368,116.22,104.661,3.83972,86400,0,0,22970,4578,0,0,0,0),(48805,10432,289,1,1,2606,0,143.481,99.0964,104.659,3.26377,86400,0,0,24420,4868,2,0,0,0),(48804,10488,289,1,1,12074,0,137.237,140.411,93.1367,4.42364,86400,3,0,14355,0,1,0,0,0),(48803,10488,289,1,1,12074,0,136.959,193.95,93.5453,6.13,86400,3,0,14355,0,1,0,0,0),(48802,10488,289,1,1,12074,0,119.188,176.658,92.726,0.597001,86400,3,0,14355,0,1,0,0,0),(48801,10488,289,1,1,12074,0,144.123,176.198,95.0619,0.460671,86400,10,0,14355,0,1,0,0,0),(48800,10488,289,1,1,12074,0,121.364,195.332,95.1691,4.18879,86400,3,0,14355,0,1,0,0,0),(48799,10488,289,1,1,12074,0,157.462,144.66,93.1686,4.77398,86400,3,0,14355,0,1,0,0,0),(48798,10488,289,1,1,12074,0,146.173,157.926,93.1154,4.14954,86400,5,0,14355,0,1,0,0,0),(48797,10488,289,1,1,12074,0,119.052,156.77,92.2423,2.92533,86400,5,0,14355,0,1,0,0,0),(48796,10488,289,1,1,12074,0,108.287,136.514,97.6448,1.31211,86400,3,0,14355,0,1,0,0,0),(48795,10488,289,1,1,12074,0,153.619,192.119,93.1686,4.82485,86400,3,0,14355,0,1,0,0,0),(48794,11551,289,1,1,11178,0,247.555,91.3432,110.055,3.16881,86400,0,0,8613,0,2,0,0,0),(48793,11582,289,1,1,11177,1,249.223,121.483,110.002,3.56047,86400,0,0,6891,6867,0,0,0,0),(5475,7043,0,1,1,8309,1,-8228.43,-1187.51,142.674,4.4908,500,5,0,2436,5340,1,0,0,0),(5474,9690,0,1,1,9371,0,-8214.5,-2729.06,133.967,1.11327,500,10,0,2980,0,1,0,0,0),(5473,7043,0,1,1,8309,1,-8248.08,-1172.07,143.775,3.10019,500,5,0,2436,5340,1,0,0,0),(5472,7036,0,1,1,6649,1,-7785.22,-2302.36,134.439,5.94966,500,5,0,3189,0,1,0,0,0),(5471,7037,0,1,1,8170,1,-7819.5,-2206.46,133.564,4.54676,500,5,0,3189,0,1,0,0,0),(48792,10476,289,1,1,11151,1,276.647,106.101,109.758,4.69494,86400,0,0,6681,6723,0,0,0,0),(48791,11582,289,1,1,11129,1,249.179,99.3561,109.806,2.68781,86400,0,0,6891,6867,0,0,0,0),(48790,10476,289,1,1,11175,1,273.738,120.894,109.849,0.034907,86400,0,0,6681,6723,0,0,0,0),(48789,10489,289,1,1,7848,1,281.938,121.338,109.973,4.76191,86400,0,0,8352,0,2,0,0,0),(48788,11582,289,1,1,11177,1,279.979,78.9085,109.842,2.44346,86400,0,0,6891,6867,0,0,0,0),(48787,10469,289,1,1,11150,1,220.098,175.74,109.723,2.28638,86400,0,0,6891,6867,0,0,0,0),(48786,10477,289,1,1,11156,1,175.721,133.102,109.664,2.58309,86400,0,0,6891,6867,0,0,0,0),(48785,10469,289,1,1,11161,1,171.38,136.536,109.638,5.49779,86400,0,0,6891,6867,0,0,0,0),(48784,10469,289,1,1,11149,1,175.234,136.705,109.637,3.92699,86400,0,0,6891,6867,0,0,0,0),(48783,10498,289,1,1,3942,0,187.714,173.996,109.791,4.64258,86400,0,0,6891,6867,0,0,0,0),(48782,10477,289,1,1,11163,1,181.724,115.292,109.723,5.3058,86400,0,0,6891,6867,0,0,0,0),(48781,10487,289,1,1,11489,1,177.948,152.809,109.523,6.25529,86400,0,0,6891,6867,2,0,0,0),(48780,10487,289,1,1,11489,1,173.16,127.189,109.709,0.680678,86400,0,0,6891,6867,0,0,0,0),(48779,10498,289,1,1,3942,0,276.712,153.875,109.869,3.14159,86400,0,0,6891,6867,0,0,0,0),(48778,10498,289,1,1,3942,0,171.983,172.568,109.667,5.74213,86400,0,0,6891,6867,0,0,0,0),(48777,10477,289,1,1,11156,1,215.032,123.275,109.733,3.36848,86400,0,0,6891,6867,0,0,0,0),(48776,10477,289,1,1,11163,1,221.318,123.231,109.724,6.14356,86400,0,0,6891,6867,0,0,0,0),(48775,10469,289,1,1,11149,1,221.687,121.072,109.723,5.84685,86400,0,0,6891,6867,0,0,0,0),(47300,10116,230,1,1,9332,0,463.572,-14.4215,-66.7948,1.32645,7200,0,0,42,0,0,0,0,0),(207570,15105,530,1,1,0,0,-1812.39,5364.03,-12.3448,0.698132,120,0,0,1,0,0,0,0,0),(13903,3385,1,1,1,1858,1,-2230.87,-3729.8,92.068,2.29312,275,0,0,328,0,0,0,0,0),(13902,3385,1,1,1,1858,1,-2135.97,-3595.74,92.652,1.24138,275,5,0,328,0,1,0,0,0),(13901,3385,1,1,1,1858,1,-2118.53,-3525.12,92.2578,4.63096,275,0,0,328,0,0,0,0,0),(13900,3385,1,1,1,1858,1,-2174.74,-3622.77,91.9471,4.60728,275,2,0,328,0,1,0,0,0),(13899,3385,1,1,1,1858,1,-2228.27,-3712.82,91.943,2.53004,275,0,0,328,0,0,0,0,0),(13898,3385,1,1,1,1858,1,-2123.88,-3515.17,92.5272,5.92259,275,0,0,328,0,0,0,0,0),(13897,3385,1,1,1,1858,1,-2093.11,-3638.3,61.716,1.71153,275,0,0,328,0,2,0,0,0),(13896,3385,1,1,1,1858,1,-2142.53,-3527.31,91.9534,4.53173,275,0,0,328,0,0,0,0,0),(13895,3385,1,1,1,1858,1,-2096.57,-3653.64,61.716,0.942478,275,0,0,328,0,0,0,0,0),(13894,3385,1,1,1,1858,1,-2031.88,-3607.08,22.1949,2.94866,275,0,0,328,0,0,0,0,0),(13893,3385,1,1,1,1858,1,-2095.53,-3543.93,92.4939,2.78322,275,0,0,328,0,0,0,0,0),(13892,3385,1,1,1,1858,1,-2106.93,-3620.33,61.0757,4.85111,275,0,0,328,0,0,0,0,0),(13891,3385,1,1,1,1858,1,-1998.96,-3582.29,22.0093,1.19337,275,2,0,328,0,1,0,0,0),(13890,3385,1,1,1,1858,1,-2211.22,-3766.09,95.7716,2.50998,275,0,0,328,0,0,0,0,0),(13889,3385,1,1,1,1858,1,-2040.09,-3683.91,22.0093,3.03726,275,0,0,328,0,0,0,0,0),(13888,3385,1,1,1,1858,1,-2145.71,-3556.55,91.7034,1.24178,275,0,0,328,0,2,0,0,0),(13887,3385,1,1,1,1858,1,-2013.44,-3622.13,21.8843,0.974825,275,5,0,328,0,1,0,0,0),(13886,3385,1,1,1,1858,1,-2201.31,-3686.65,92.5723,1.89485,275,0,0,328,0,0,0,0,0),(13885,3385,1,1,1,1858,1,-2086.35,-3660.21,96.2157,3.84519,275,0,0,328,0,0,0,0,0),(13884,3385,1,1,1,1858,1,-2098.78,-3500.2,94.9946,3.34538,275,0,0,328,0,0,0,0,0),(13883,3385,1,1,1,1858,1,-1975.95,-3594.04,21.8843,0.075859,275,2,0,328,0,1,0,0,0),(13882,3385,1,1,1,1858,1,-2205.21,-3736.46,92.7907,3.25012,275,0,0,328,0,0,0,0,0),(13881,3385,1,1,1,1858,1,-2021.26,-3628.24,21.8637,4.79745,275,0,0,328,0,2,0,0,0),(13880,3385,1,1,1,1858,1,-2060.42,-3506.78,91.7265,2.74872,275,2,0,328,0,1,0,0,0),(13879,3385,1,1,1,1858,1,-2108.07,-3660.6,96.1894,2.83512,275,0,0,328,0,2,0,0,0),(13878,3385,1,1,1,1858,1,-2145.21,-3535.41,91.8284,6.25357,275,0,0,328,0,0,0,0,0),(13877,3385,1,1,1,1858,1,-1912.53,-3687.93,9.46631,5.50055,275,0,0,328,0,2,0,0,0),(13876,3385,1,1,1,1858,1,-2032.23,-3618.07,22.2906,1.80797,275,0,0,328,0,0,0,0,0),(13875,3385,1,1,1,1858,1,-2063.93,-3645.5,66.1376,5.03229,275,2,0,328,0,1,0,0,0),(13874,3385,1,1,1,1858,1,-2004.69,-3638.1,23.0931,1.13588,275,3,0,328,0,1,0,0,0),(13873,3385,1,1,1,1858,1,-1999.21,-3611.73,23.5696,2.06045,275,0,0,328,0,0,0,0,0),(13872,3385,1,1,1,1858,1,-2214.54,-3773.77,95.7741,5.04926,275,0,0,328,0,0,0,0,0),(13871,3385,1,1,1,1858,1,-2122.1,-3653.21,61.3179,5.84166,275,0,0,328,0,0,0,0,0),(13870,3385,1,1,1,1858,1,-2112.75,-3667.29,61.3254,1.92946,275,0,0,328,0,0,0,0,0),(13869,3385,1,1,1,1858,1,-1996.04,-3604.83,23.5696,0.795989,275,0,0,328,0,0,0,0,0),(13868,3385,1,1,1,1858,1,-1938.34,-3713.84,7.20031,2.56931,275,5,0,328,0,1,0,0,0),(13867,3385,1,1,1,1858,1,-2191.69,-3698.57,90.6591,3.98492,275,0,0,328,0,2,0,0,0),(13866,3385,1,1,1,1858,1,-2150.47,-3585.64,91.777,0.829631,275,0,0,328,0,0,0,0,0),(13865,3385,1,1,1,1858,1,-2102.72,-3547.09,93.5763,1.03446,275,0,0,328,0,0,0,0,0),(13864,3385,1,1,1,1858,1,-2047.22,-3469,99.9157,2.12752,275,0,0,328,0,0,0,0,0),(13863,3384,1,1,1,3834,1,-1644.85,-3648.26,91.9672,5.67541,275,5,0,300,0,1,0,0,0),(13862,3384,1,1,1,3833,1,-1542.27,-3713.02,92.0002,0.405506,275,5,0,300,0,1,0,0,0),(13861,3384,1,1,1,3833,1,-1481.86,-3709.45,93.8452,2.80532,275,5,0,300,0,1,0,0,0),(13860,3384,1,1,1,3834,1,-1415.42,-3681.08,93.8858,3.89734,275,15,0,300,0,1,0,0,0),(13859,3384,1,1,1,3833,1,-1713.15,-3609.62,92.0634,1.11498,275,15,0,300,0,1,0,0,0),(13858,3384,1,1,1,3834,1,-1679.05,-3584.12,93.2891,0.212183,275,5,0,300,0,1,0,0,0),(13857,3384,1,1,1,3833,1,-1498.93,-3680.29,91.8797,1.29545,275,0,0,300,0,0,0,0,0),(13856,3384,1,1,1,3834,1,-1467.05,-3661.02,92.2071,5.79127,275,0,0,300,0,0,0,0,0),(13855,3384,1,1,1,3834,1,-1365.35,-3667.45,93.1633,0.753877,275,0,0,300,0,0,0,0,0),(13854,3384,1,1,1,3833,1,-1695.83,-3617.48,91.9875,3.14334,275,5,0,300,0,1,0,0,0),(13853,3384,1,1,1,3833,1,-1388.78,-3648.11,93.3095,3.16945,275,5,0,300,0,1,0,0,0),(13852,3384,1,1,1,3834,1,-1462.93,-3638.82,92.164,1.24317,275,0,0,300,0,0,0,0,0),(13851,3384,1,1,1,3833,1,-1694.16,-3605.53,92.1125,5.54986,275,0,0,300,0,0,0,0,0),(13850,3384,1,1,1,3834,1,-1590.6,-3680.03,91.9167,1.9592,275,0,0,300,0,0,0,0,0),(13849,3384,1,1,1,3833,1,-1628.84,-3619.29,91.7791,3.49144,275,0,0,300,0,0,0,0,0),(13848,5944,1,1,1,4614,1,-2396.19,-1937.91,96.8255,1.62316,275,0,0,713,0,0,0,0,0),(13847,3384,1,1,1,3833,1,-1547.45,-3680.81,100.81,6.27123,275,0,0,300,0,0,0,0,0),(13846,3384,1,1,1,3834,1,-1372.47,-3597.1,91.7973,1.43257,275,0,0,300,0,0,0,0,0),(13845,3383,1,1,1,4640,1,-1614.56,-3655.39,94.3884,5.05761,275,5,0,270,0,1,0,0,0),(13844,3383,1,1,1,3836,1,-1580.98,-3704.66,91.7976,0.743618,275,5,0,270,0,1,0,0,0),(13843,3383,1,1,1,3835,1,-1605.69,-3688.5,91.6631,5.11785,275,5,0,270,0,1,0,0,0),(13842,3383,1,1,1,4638,1,-1512.1,-3715.74,92.0046,0.465637,275,5,0,270,0,1,0,0,0),(13841,3383,1,1,1,3835,1,-1418.62,-3707.99,93.7039,5.51736,275,0,0,270,0,0,0,0,0),(13840,3383,1,1,1,3836,1,-1359.43,-3677.66,92.9133,0.121495,275,0,0,270,0,0,0,0,0),(13839,3383,1,1,1,4640,1,-1492.01,-3658.11,92.2071,4.97259,275,0,0,270,0,0,0,0,0),(13838,3383,1,1,1,4638,1,-1647.02,-3584.82,94.2038,1.85839,275,5,0,270,0,1,0,0,0),(13837,3383,1,1,1,4640,1,-1504.79,-3685.6,91.81,4.80416,275,0,0,270,0,0,0,0,0),(13836,3383,1,1,1,4640,1,-1717.36,-3586.68,91.7917,0.442002,275,5,0,270,0,1,0,0,0),(13835,3383,1,1,1,4638,1,-1354.75,-3609.21,95.0417,1.40191,275,3,0,270,0,1,0,0,0),(13833,3383,1,1,1,3836,1,-1689.12,-3609.2,92.6125,0.986458,275,0,0,270,0,0,0,0,0),(13832,3383,1,1,1,4638,1,-1466.42,-3654.79,92.164,4.82182,275,0,0,270,0,0,0,0,0),(13831,3383,1,1,1,3835,1,-1632.72,-3611.71,91.7791,4.81137,275,0,0,270,0,0,0,0,0),(13830,3383,1,1,1,4640,1,-1435.13,-3655.66,92.164,0.707225,275,0,0,270,0,0,0,0,0),(13829,3383,1,1,1,4640,1,-1377.99,-3621.68,93.0595,4.8394,275,15,0,270,0,1,0,0,0),(13828,3383,1,1,1,4638,1,-1343.98,-3655.04,94.2917,5.24186,275,5,0,270,0,1,0,0,0),(13827,3383,1,1,1,4640,1,-1454.21,-3678.04,94.2608,2.46724,275,5,0,270,0,1,0,0,0),(13826,3383,1,1,1,3836,1,-1380.79,-3598.68,91.9223,4.4005,275,0,0,270,0,0,0,0,0),(13825,3383,1,1,1,3835,1,-1476.24,-3680.36,93.3553,3.91796,275,0,0,270,0,2,0,0,0),(13824,3383,1,1,1,4638,1,-1319.45,-3680.38,94.4891,1.42223,275,5,0,270,0,1,0,0,0),(13823,3383,1,1,1,4638,1,-1383.15,-3687.65,93.5383,4.19021,275,15,0,270,0,1,0,0,0),(13822,3382,1,1,1,3828,1,-1348.52,-3848.37,17.9376,0.617578,275,15,0,273,0,1,0,0,0),(13821,3382,1,1,1,3827,1,-1778.44,-3724.77,10.1538,6.2148,275,5,0,273,0,1,0,0,0),(13820,3382,1,1,1,3828,1,-1731.59,-3715.31,16.9736,5.86292,275,0,0,273,0,0,0,0,0),(13819,3382,1,1,1,3827,1,-1745.06,-3755.27,10.4459,2.73388,275,5,0,273,0,1,0,0,0),(13818,3382,1,1,1,3828,1,-1751.15,-3732.45,12.8897,2.18992,275,0,0,273,0,0,0,0,0),(13817,3382,1,1,1,3827,1,-1714.95,-3773.84,13.0647,4.02789,275,5,0,273,0,1,0,0,0),(13816,3382,1,1,1,3827,1,-1715.62,-3828.13,12.1143,2.35616,275,0,0,273,0,0,0,0,0),(13815,3382,1,1,1,4637,1,-1685.82,-3849.45,12.5808,3.78859,275,10,0,273,0,1,0,0,0),(13814,3382,1,1,1,4637,1,-1729.21,-3839.87,10.4943,0.205792,275,5,0,273,0,1,0,0,0),(13813,3638,1,1,1,4266,0,-641.45,-2024.57,64.999,3.20455,275,5,0,356,0,1,0,0,0),(13812,3638,1,1,1,4266,0,-677.419,-2049.47,67.1401,3.35103,275,0,0,356,0,0,0,0,0),(13811,3382,1,1,1,4637,1,-1519.15,-3850.85,21.0148,3.94356,275,5,0,273,0,1,0,0,0),(13810,3638,1,1,1,4266,0,-620.707,-2198.56,49.8051,4.4277,275,5,0,356,0,1,0,0,0),(13809,3382,1,1,1,3828,1,-1541.96,-3819.97,19.0987,2.02569,275,5,0,273,0,1,0,0,0),(13808,3382,1,1,1,4637,1,-1488.66,-3812.55,25.2301,1.2821,275,5,0,273,0,1,0,0,0),(13807,3638,1,1,1,4266,0,-703.857,-2195.14,26.31,2.89072,275,0,0,356,0,2,0,0,0),(13806,3638,1,1,1,4266,0,-682.4,-2232.42,17.3706,5.89921,275,0,0,356,0,0,0,0,0),(13805,3638,1,1,1,4266,0,-674.48,-2371.77,24.0559,3.28122,275,0,0,356,0,0,0,0,0),(13804,3638,1,1,1,4266,0,-642.9,-2353.11,19.7135,1.81058,275,5,0,356,0,1,0,0,0),(13803,3638,1,1,1,4266,0,-565.809,-2266.46,34.8986,3.56449,275,5,0,356,0,1,0,0,0),(13802,3638,1,1,1,4266,0,-556.093,-2315.58,29.8233,4.80549,275,5,0,356,0,1,0,0,0),(13801,3638,1,1,1,4266,0,-588.715,-2200.04,45.6285,5.36316,275,0,0,356,0,2,0,0,0),(13800,3382,1,1,1,3827,1,-1563.96,-3906.81,12.5768,4.07916,275,5,0,273,0,1,0,0,0),(13799,3382,1,1,1,3828,1,-1614.85,-3881.7,14.5977,5.25441,275,15,0,273,0,1,0,0,0),(13798,3382,1,1,1,4637,1,-1584.63,-3893.37,13.8423,0.76581,275,5,0,273,0,1,0,0,0),(13797,3382,1,1,1,3827,1,-1364.4,-3922.69,10.464,4.67184,275,0,0,273,0,0,0,0,0),(13796,3382,1,1,1,3828,1,-1551.75,-3879.11,17.9673,2.60781,275,10,0,273,0,1,0,0,0),(13795,3382,1,1,1,3828,1,-1500.4,-3819.95,23.7305,4.44864,275,0,0,273,0,0,0,0,0),(13794,3382,1,1,1,4637,1,-1362.63,-3753.26,59.8992,2.50069,275,3,0,273,0,1,0,0,0),(13793,3381,1,1,1,4639,1,-1387.12,-3820.48,23.6107,4.45402,275,2,0,247,0,1,0,0,0),(13792,3381,1,1,1,3830,1,-1316.59,-3819.8,18.2767,5.45288,275,15,0,247,0,1,0,0,0),(13791,3381,1,1,1,4639,1,-1779.11,-3746.11,6.99488,1.16129,275,5,0,247,0,1,0,0,0),(13790,3381,1,1,1,374,1,-1719.14,-3822.49,12.2393,2.11395,275,0,0,247,0,0,0,0,0),(13789,3381,1,1,1,4639,1,-1742.9,-3730.12,13.7647,5.00424,275,0,0,247,0,0,0,0,0),(13788,3381,1,1,1,374,1,-1710.5,-3815.38,13.1143,1.58423,275,0,0,247,0,2,0,0,0),(13787,3381,1,1,1,4639,1,-1652.93,-3845.09,13.9604,2.23863,275,15,0,247,0,1,0,0,0),(13786,3381,1,1,1,374,1,-1710.46,-3853.85,9.36928,4.64775,275,5,0,247,0,1,0,0,0),(13785,3381,1,1,1,3830,1,-1585.06,-3863.53,16.6472,2.09521,275,15,0,247,0,1,0,0,0),(13784,3381,1,1,1,374,1,-1556.19,-3844.3,19.3562,2.11123,275,15,0,247,0,1,0,0,0),(13783,3381,1,1,1,3829,1,-1484.97,-3845.57,22.3606,6.11632,275,15,0,247,0,1,0,0,0),(13782,3381,1,1,1,4639,1,-1475.19,-3824.18,23.9217,0.29135,275,15,0,247,0,1,0,0,0),(13781,3381,1,1,1,3830,1,-1420.13,-3851.93,18.3638,4.48549,275,15,0,247,0,1,0,0,0),(13780,3381,1,1,1,374,1,-1449.32,-3851.92,19.6078,1.12461,275,15,0,247,0,1,0,0,0),(13779,3381,1,1,1,3829,1,-1379.15,-3878.25,15.4789,0.994576,275,15,0,247,0,1,0,0,0),(13778,3381,1,1,1,3829,1,-1356.29,-3871.02,16.3233,1.28062,275,15,0,247,0,1,0,0,0),(13777,3381,1,1,1,3830,1,-1322.96,-3884.7,11.2829,4.5612,275,5,0,247,0,1,0,0,0),(13776,14901,1,1,1,10038,1,-614.354,-3171.92,91.6669,3.83255,275,0,0,86,0,0,0,0,0),(13775,14901,1,1,1,10038,1,-628.982,-3160.92,92.2917,1.20787,275,0,0,86,0,0,0,0,0),(13773,14901,1,1,1,10038,1,-14.359,-3596.14,29.4378,6.10608,275,0,0,86,0,0,0,0,0),(13772,14901,1,1,1,10038,1,-627.443,-3180.37,91.75,0.837758,275,0,0,86,0,0,0,0,0),(13771,3381,1,1,1,3830,1,-1694.18,-3822.89,14.0629,3.16988,275,10,0,247,0,1,0,0,0),(13770,14901,1,1,1,10038,1,-2405.6,-1630.36,91.3014,1.80851,275,0,0,86,0,0,0,0,0),(13769,14901,1,1,1,10038,1,-523.563,-3138.01,94.5256,0.855211,275,0,0,86,0,0,0,0,0),(13768,3381,1,1,1,3830,1,-1575.23,-3890.42,14.9673,4.81056,275,0,0,247,0,0,0,0,0),(13767,3381,1,1,1,3830,1,-1503.98,-3828.93,23.4805,4.1928,275,0,0,247,0,0,0,0,0),(13766,3381,1,1,1,374,1,-1511.47,-3820.35,22.8555,3.83987,275,0,0,247,0,0,0,0,0),(13765,14901,1,1,1,10038,1,-637.907,-3183.19,91.7917,4.67215,275,0,0,86,0,0,0,0,0),(13764,14901,1,1,1,10038,1,-545.446,-3158.18,94.4741,1.88496,275,0,0,86,0,0,0,0,0),(13763,14901,1,1,1,10038,1,-558.887,-3163.22,94.3713,3.61283,275,0,0,86,0,0,0,0,0),(13762,14901,1,1,1,10038,1,-510.429,-3155.92,95.2224,0.314159,275,0,0,86,0,0,0,0,0),(13761,14901,1,1,1,10038,1,-559.173,-3152.34,95.5284,0.383972,275,0,0,86,0,0,0,0,0),(13760,3381,1,1,1,374,1,-1355.43,-3909.21,9.08899,3.40444,275,0,0,247,0,0,0,0,0),(13759,14901,1,1,1,10038,1,-3.25799,-3652.25,27.4868,0.907133,275,0,0,86,0,0,0,0,0),(13758,3381,1,1,1,4639,1,-1364.86,-3902.58,10.714,5.93721,275,0,0,247,0,0,0,0,0),(13757,14901,1,1,1,10038,1,-510.815,-3162.06,94.881,5.32325,275,0,0,86,0,0,0,0,0),(13756,14901,1,1,1,10038,1,-573.482,-3157.51,94.8628,4.60767,275,0,0,86,0,0,0,0,0),(13755,3381,1,1,1,3830,1,-1543.04,-3905.79,13.8268,1.37915,275,0,0,247,0,2,0,0,0),(13754,14901,1,1,1,10038,1,-527.328,-3155.94,96.5555,2.70526,275,0,0,86,0,0,0,0,0),(13753,14901,1,1,1,10038,1,-545.502,-3163.96,93.6604,5.44543,275,0,0,86,0,0,0,0,0),(13752,14901,1,1,1,10038,1,-576.141,-3149.49,95.0499,2.37365,275,0,0,86,0,0,0,0,0),(13751,14901,1,1,1,10038,1,-623.98,-3180.06,91.75,2.40855,275,0,0,86,0,0,0,0,0),(13750,3380,1,1,1,4196,1,305.66,-2255.47,244.234,3.45575,275,0,0,199,459,0,0,0,0),(13749,3380,1,1,1,4197,1,326.662,-2287.95,243.058,2.01997,275,0,0,199,459,0,0,0,0),(13748,3380,1,1,1,4196,1,310.424,-2173.85,214.548,4.25947,275,3,0,199,459,1,0,0,0),(13747,3380,1,1,1,4197,1,543.371,-2130.23,92.1667,1.18613,275,5,0,199,459,1,0,0,0),(13746,3380,1,1,1,4197,1,343.56,-2203.23,219.577,0.655561,275,0,0,199,459,0,0,0,0),(13745,3380,1,1,1,4196,1,571.659,-2196.09,100.656,1.10426,275,0,0,199,459,0,0,0,0),(13744,3380,1,1,1,4197,1,392.509,-2223.86,184.363,5.55611,275,0,0,199,459,0,0,0,0),(13743,3380,1,1,1,4197,1,296.875,-2209.38,213.065,1.48674,275,0,0,199,459,0,0,0,0),(13742,3380,1,1,1,4196,1,388.859,-2093.44,132.199,3.52428,275,0,0,199,459,0,0,0,0),(13741,3380,1,1,1,4196,1,315.606,-2246.67,214.393,4.74649,275,0,0,199,459,0,0,0,0),(13740,3380,1,1,1,4197,1,402.647,-2228.35,185.386,1.7662,275,0,0,199,459,0,0,0,0),(13739,3380,1,1,1,4196,1,374.69,-2161.41,212.271,2.13908,275,0,0,199,459,0,0,0,0),(13738,3380,1,1,1,4196,1,395.265,-2206.66,183.738,0.064694,275,0,0,199,459,0,0,0,0),(13737,3380,1,1,1,4196,1,572.237,-2233.42,94.1149,2.93898,275,5,0,199,459,1,0,0,0),(13736,3380,1,1,1,4197,1,568.561,-2267.84,95.5417,0.265934,275,3,0,199,459,1,0,0,0),(13735,3380,1,1,1,4196,1,326.624,-2244.81,241.131,3.55063,275,0,0,199,459,0,0,0,0),(13734,3380,1,1,1,4196,1,327.431,-2192.19,212.423,4.56637,275,3,0,199,459,1,0,0,0),(13733,3380,1,1,1,4196,1,298.438,-2189.37,213.322,2.41297,275,0,0,199,459,0,0,0,0),(207575,15105,530,1,1,0,0,-1912.37,5497.59,-12.3448,3.66519,120,0,0,1,0,0,0,0,0),(5470,7038,0,1,1,6668,1,-7813.25,-2192.52,133.482,3.6382,500,5,0,3293,0,1,0,0,0),(5469,10119,0,1,1,12232,0,-7769.58,-2443.03,143.711,2.70171,43200,0,0,12210,4868,2,0,0,0),(5468,7049,0,1,1,457,0,-7924.09,-1009.81,133.182,1.29974,500,5,0,2823,2117,1,0,0,0),(5467,7036,0,1,1,6649,1,-7789.15,-2114.38,133.473,2.1608,500,5,0,3189,0,1,0,0,0),(5466,9698,0,1,1,10985,0,-8111.71,-1067.56,129.572,1.36624,500,10,0,3644,0,1,0,0,0),(5465,7038,0,1,1,6668,1,-7801.48,-2109.99,133.443,5.45969,500,5,0,3293,0,1,0,0,0),(565,17249,0,1,1,16941,0,-14397.5,426.08,7.97355,5.51524,300,0,0,4979,0,0,0,0,0),(13732,3380,1,1,1,4197,1,352.614,-2278.37,244.634,5.91114,275,0,0,199,459,0,0,0,0),(13731,3379,1,1,1,4199,0,380.776,-2105.6,135.118,2.02733,275,2,0,198,0,1,0,0,0),(13730,3379,1,1,1,4199,0,380.576,-2086.33,134.074,4.75078,275,0,0,198,0,0,0,0,0),(47299,10117,230,1,1,7550,0,444.033,-101.511,-53.6503,1.53589,7200,0,0,42,0,0,0,0,0),(47298,10117,230,1,1,9334,0,480.025,-60.3235,-64.3413,0.959931,7200,0,0,42,0,0,0,0,0),(47297,10117,230,1,1,9335,0,329.558,-208.256,-79.9446,3.97935,7200,0,0,42,0,0,0,0,0),(47296,10116,230,1,1,9333,0,463.203,-12.0987,-66.921,6.07375,7200,0,0,42,0,0,0,0,0),(47295,8900,230,1,1,8815,1,756.804,55.0023,-53.5866,0.715585,7200,0,0,2305,4896,0,0,0,0),(47294,8920,230,1,1,8897,1,781.288,-46.3105,-53.7467,4.25302,7200,3,0,2453,0,1,0,0,0),(5464,9694,0,1,1,11420,0,-8279.38,-1977.32,146.801,2.80025,500,10,0,3189,0,1,0,0,0),(47293,8920,230,1,1,8894,1,781.008,46.79,-53.6518,3.52556,7200,0,0,2453,0,0,0,0,0),(47292,8920,230,1,1,8896,1,756.6,52.5513,-53.5831,3.90954,7200,0,0,2453,0,0,0,0,0),(47260,8920,230,1,1,8894,1,776.288,43.6711,-53.6518,0.418879,7200,0,0,2453,0,0,0,0,0),(47259,8920,230,1,1,8895,1,809.952,49.7623,-53.559,1.22173,7200,0,0,2453,0,0,0,0,0),(47258,8900,230,1,1,8815,1,763.312,1.81586,-53.7168,3.26041,7200,3,0,2305,4896,1,0,0,0),(47257,8920,230,1,1,8897,1,778.728,42.3766,-53.6518,2.19912,7200,0,0,2453,0,0,0,0,0),(47256,8906,230,1,1,8177,0,789.356,-42.4263,-53.6514,1.95477,7200,0,0,7599,0,0,0,0,0),(5463,7038,0,1,1,6668,1,-7745.56,-2154.35,133.389,1.41007,500,5,0,3293,0,1,0,0,0),(5462,7055,0,1,1,741,0,-8095.52,-1399.87,130.93,4.25158,500,5,0,3293,0,1,0,0,0),(5461,7038,0,1,1,6668,1,-7700.1,-2160.54,131.126,4.22864,500,0,0,3293,0,2,0,0,0),(49062,15111,309,1,1,568,1,-11880,-1894.01,63.6083,5.37942,7200,5,0,12575,9944,1,0,0,0),(5460,7039,0,1,1,10806,0,-7820.84,-2072.66,133.466,1.55047,500,5,0,3189,0,1,0,0,0),(47255,8900,230,1,1,8814,1,777.615,-18.1981,-53.71,5.23021,7200,3,0,2305,4896,1,0,0,0),(13729,3379,1,1,1,4199,0,394.449,-2071.46,132.199,2.98646,275,0,0,198,0,2,0,0,0),(5459,7027,0,1,1,6047,1,-8089.65,-1402.06,136.792,5.34847,500,2,0,3644,0,1,0,0,0),(5458,9176,0,1,1,11553,0,-8110.83,-1418.6,133.21,5.80481,500,0,0,3293,0,2,0,0,0),(5457,7027,0,1,1,6047,1,-8116.27,-1418.61,131.726,2.07229,500,5,0,3644,0,1,0,0,0),(5456,7043,0,1,1,8309,1,-8387.39,-1212.86,187.901,4.24222,500,5,0,2436,5340,1,0,0,0),(5455,7042,0,1,1,2554,1,-8376.6,-1276.28,208.771,0.578257,500,5,0,3374,0,1,0,0,0),(49061,15111,309,1,1,568,1,-11958.3,-1848.26,56.4179,1.76084,7200,0,0,12575,9944,0,0,0,0),(49060,15111,309,1,1,6811,1,-11968,-1842.86,56.0263,0,7200,0,0,12575,9944,0,0,0,0),(49059,15111,309,1,1,568,1,-11969.1,-1830.27,56.0987,3.38812,7200,0,0,12575,9944,0,0,0,0),(13728,3379,1,1,1,4199,0,404.072,-2219.44,183.636,5.46074,275,0,0,198,0,0,0,0,0),(13727,3379,1,1,1,4198,0,597.596,-2198.71,91.7917,3.30767,275,5,0,198,0,1,0,0,0),(13726,3379,1,1,1,4198,0,314.15,-2194.63,213.048,3.76847,275,3,0,198,0,1,0,0,0),(13725,3379,1,1,1,4199,0,323.201,-2177.82,213.923,4.15639,275,0,0,198,0,2,0,0,0),(13724,3379,1,1,1,4199,0,400.656,-2088.59,133.726,0.878769,275,0,0,198,0,0,0,0,0),(13723,3379,1,1,1,4199,0,350.552,-2177.84,210.553,5.83003,275,0,0,198,0,2,0,0,0),(13722,3379,1,1,1,4199,0,393.371,-2107.34,136.743,0.866531,275,0,0,198,0,0,0,0,0),(13721,3379,1,1,1,4198,0,542.827,-2139.62,92.1667,5.44498,275,5,0,198,0,1,0,0,0),(13720,3379,1,1,1,4199,0,393.528,-2236.48,188.572,4.16879,275,0,0,198,0,0,0,0,0),(13719,3379,1,1,1,4199,0,604.197,-2231.59,91.7917,0.388831,275,5,0,198,0,1,0,0,0),(13718,3379,1,1,1,4198,0,331.321,-2289.56,241.433,3.39171,275,0,0,198,0,0,0,0,0),(13717,3379,1,1,1,4198,0,298.653,-2178.85,213.197,3.57518,275,0,0,198,0,0,0,0,0),(13716,3379,1,1,1,4198,0,589.491,-2264.52,91.7917,3.2918,275,5,0,198,0,1,0,0,0),(13715,3379,1,1,1,4198,0,351.639,-2160.61,213.542,3.54302,275,0,0,198,0,0,0,0,0),(13714,3379,1,1,1,4199,0,387.361,-2067.34,133.031,3.50722,275,0,0,198,0,2,0,0,0),(13713,3379,1,1,1,4199,0,338.578,-2248.21,240.117,5.96469,275,0,0,198,0,0,0,0,0),(13712,3379,1,1,1,4198,0,316.669,-2211.67,213.354,2.71823,275,0,0,198,0,0,0,0,0),(13711,3379,1,1,1,4198,0,318.887,-2225.73,212.504,5.68724,275,0,0,198,0,2,0,0,0),(13710,3379,1,1,1,4198,0,404.083,-2204.68,182.761,5.628,275,0,0,198,0,0,0,0,0),(13709,3379,1,1,1,4199,0,542.434,-2228.31,92.4059,1.53639,275,5,0,198,0,1,0,0,0),(13708,3379,1,1,1,4199,0,389.586,-2218.86,184.238,4.9167,275,0,0,198,0,0,0,0,0),(13707,3379,1,1,1,4199,0,322.296,-2156.63,212.436,1.34358,275,5,0,198,0,1,0,0,0),(13706,3379,1,1,1,4199,0,345.156,-2276.85,242.759,3.00494,275,0,0,198,0,0,0,0,0),(13705,3634,1,1,1,1746,0,-752.352,-2086.72,75.123,5.96912,275,0,0,328,0,2,0,0,0),(13704,3634,1,1,1,1746,0,-669.561,-1996.79,62.1532,0.009996,275,0,0,328,0,2,0,0,0),(13703,3634,1,1,1,1746,0,-685.966,-2248.91,17.2685,4.31427,275,5,0,328,0,1,0,0,0),(13702,3634,1,1,1,1746,0,-554.679,-2228.17,46.7477,0.69493,275,5,0,328,0,1,0,0,0),(13701,3378,1,1,1,3870,1,-4071.59,-2382.75,126.13,4.86794,275,0,0,787,0,0,0,0,0),(13700,3378,1,1,1,3870,1,-4079.03,-2305.74,125.778,1.81514,275,0,0,787,0,0,0,0,0),(13699,3378,1,1,1,3871,1,-4059.56,-2393.52,126.13,6.03654,275,0,0,787,0,0,0,0,0),(13698,3378,1,1,1,3871,1,-4033.32,-2403.64,126.131,0.156323,275,0,0,787,0,0,0,0,0),(13697,3378,1,1,1,3871,1,-4056.48,-2356.24,135.855,0.057369,275,2,0,787,0,1,0,0,0),(13696,3378,1,1,1,3871,1,-4085.39,-2395.63,124.742,4.35946,275,0,0,787,0,0,0,0,0),(13695,3378,1,1,1,3871,1,-4083.7,-2363.32,108.909,1.82801,275,2,0,787,0,1,0,0,0),(13694,3378,1,1,1,3871,1,-4068.6,-2419.86,135.853,6.07644,275,2,0,787,0,1,0,0,0),(13693,3378,1,1,1,3871,1,-4068.24,-2364.63,108.992,2.46091,275,0,0,787,0,0,0,0,0),(13692,3378,1,1,1,3871,1,-4050.22,-2368.29,118.076,5.21282,275,2,0,787,0,1,0,0,0),(13691,3377,1,1,1,3837,1,-4043.01,-2379.94,135.857,1.5438,275,2,0,664,0,1,0,0,0),(13690,3377,1,1,1,3838,1,-4069.81,-2299.57,124.815,1.40607,275,0,0,664,0,0,0,0,0),(13689,3377,1,1,1,3837,1,-4056.12,-2305.36,127.175,2.25591,275,2,0,664,0,1,0,0,0),(13688,3633,1,1,1,949,0,-643.7,-2181.51,45.0998,1.81398,275,5,0,356,0,1,0,0,0),(13687,3633,1,1,1,949,0,-694.132,-2193.38,30.9833,5.50887,275,5,0,356,0,1,0,0,0),(13686,3633,1,1,1,949,0,-701.556,-2275.48,16.4813,5.27352,275,5,0,356,0,1,0,0,0),(13685,3633,1,1,1,949,0,-682.315,-2338.5,18.083,4.43314,275,0,0,356,0,0,0,0,0),(13684,3633,1,1,1,949,0,-548.19,-2325.85,31.8243,5.56724,275,5,0,356,0,1,0,0,0),(13683,3633,1,1,1,949,0,-568.798,-2286.27,31.869,2.01627,275,5,0,356,0,1,0,0,0),(13682,3633,1,1,1,949,0,-597.991,-2361.27,24.1485,3.45914,275,5,0,356,0,1,0,0,0),(13681,3633,1,1,1,949,0,-637.737,-2359.97,20.6555,4.54861,275,5,0,356,0,1,0,0,0),(13680,3633,1,1,1,949,0,-605.579,-2202.85,47.1908,2.80694,275,5,0,356,0,1,0,0,0),(13679,3633,1,1,1,949,0,-558.996,-2245.18,40.3244,0.697156,275,5,0,356,0,1,0,0,0),(13678,3633,1,1,1,949,0,-587.023,-2320.77,27.0485,3.32951,275,5,0,356,0,1,0,0,0),(13677,3633,1,1,1,949,0,-602.303,-2177.95,49.7213,3.32647,275,5,0,356,0,1,0,0,0),(13676,3633,1,1,1,949,0,-591.547,-2231.25,42.0023,2.18189,275,5,0,356,0,1,0,0,0),(13675,3633,1,1,1,949,0,-574.995,-2202.39,46.3733,4.95041,275,5,0,356,0,1,0,0,0),(13674,3377,1,1,1,3838,1,-4054.32,-2352.61,126.13,2.5463,275,0,0,664,0,2,0,0,0),(13673,3377,1,1,1,3837,1,-4064.48,-2333.4,127.519,4.49862,275,3,0,664,0,1,0,0,0),(13672,3377,1,1,1,3838,1,-4085.55,-2348.75,126.13,4.36414,275,0,0,664,0,0,0,0,0),(13671,3377,1,1,1,3838,1,-4124.23,-2334.84,128.679,4.72586,275,0,0,664,0,0,0,0,0),(13670,3377,1,1,1,3838,1,-4085.58,-2336.61,126.13,2.76589,275,0,0,664,0,2,0,0,0),(13669,3377,1,1,1,3837,1,-4106.18,-2294.98,126.465,3.19993,275,0,0,664,0,0,0,0,0),(13668,3377,1,1,1,3838,1,-4072.65,-2391.81,118.076,0.636946,275,0,0,664,0,2,0,0,0),(13667,3377,1,1,1,3837,1,-4056.19,-2380.15,118.076,2.24807,275,0,0,664,0,2,0,0,0),(13666,3377,1,1,1,3838,1,-4082.9,-2398.66,135.856,2.3115,275,2,0,664,0,1,0,0,0),(13665,3377,1,1,1,3838,1,-4078.41,-2369.83,108.992,1.67552,275,0,0,664,0,0,0,0,0),(13664,3377,1,1,1,3838,1,-4086.65,-2389.44,118.076,3.97791,275,2,0,664,0,1,0,0,0),(13663,3377,1,1,1,3838,1,-4092.78,-2378.36,135.855,3.3581,275,2,0,664,0,1,0,0,0),(13662,3376,1,1,1,3839,1,-4036.3,-2397.58,135.856,5.07047,275,2,0,617,0,1,0,0,0),(13661,3632,1,1,1,1744,0,-690.418,-2016.85,65.7357,4.09559,275,5,0,328,0,1,0,0,0),(13660,3632,1,1,1,1744,0,-737.278,-2098.99,74.9887,5.88898,275,5,0,328,0,1,0,0,0),(13659,3632,1,1,1,1744,0,-770.182,-2056.52,75.0576,4.20922,275,0,0,328,0,2,0,0,0),(13658,3632,1,1,1,1744,0,-792.941,-2028.69,79.6854,4.59415,275,5,0,328,0,1,0,0,0),(13657,3632,1,1,1,1744,0,-756.016,-2068.75,70.8579,3.3913,275,5,0,328,0,1,0,0,0),(13656,3632,1,1,1,1744,0,-584.58,-2047.01,57.6679,5.14236,275,5,0,328,0,1,0,0,0),(13655,3632,1,1,1,1744,0,-738.699,-2058.32,70.5042,1.71042,275,0,0,328,0,0,0,0,0),(13654,3632,1,1,1,1744,0,-654.005,-2029.85,65.9875,0.434632,275,5,0,328,0,1,0,0,0),(13653,3632,1,1,1,1744,0,-702.455,-2057.59,65.516,2.0034,275,5,0,328,0,1,0,0,0),(13652,3632,1,1,1,1744,0,-620.265,-2026.42,62.9523,4.24967,275,0,0,328,0,2,0,0,0),(13651,3632,1,1,1,1744,0,-699.78,-2096.64,65.7264,1.71005,275,5,0,328,0,1,0,0,0),(13650,3632,1,1,1,1744,0,-586.087,-2071.17,56.5537,-2.25764,275,0,0,328,0,0,0,0,0),(13649,3376,1,1,1,3839,1,-4045.87,-2288.26,119.641,4.16589,275,2,0,617,0,1,0,0,0),(13648,3376,1,1,1,3839,1,-4073.13,-2275.63,123.19,3.43134,275,0,0,617,0,0,0,0,0),(13647,3376,1,1,1,3839,1,-4080.39,-2368.03,126.13,4.17354,275,2,0,617,0,1,0,0,0),(13646,3376,1,1,1,3840,1,-4098.33,-2373.1,126.13,6.23739,275,3,0,617,0,1,0,0,0),(13645,3376,1,1,1,3840,1,-4071.5,-2360.22,126.13,1.78653,275,5,0,617,0,1,0,0,0),(13644,3376,1,1,1,3839,1,-4108.06,-2353.78,127.52,1.74922,275,2,0,617,0,1,0,0,0),(13643,3376,1,1,1,3840,1,-4086.07,-2322.53,126.131,2.04204,275,0,0,617,0,0,0,0,0),(13642,3376,1,1,1,3840,1,-4099.82,-2328.2,126.129,1.88496,275,0,0,617,0,0,0,0,0),(13641,3376,1,1,1,3839,1,-4117.55,-2311.4,127.675,0.217328,275,0,0,617,0,0,0,0,0),(13640,3376,1,1,1,3840,1,-4050.95,-2409.87,135.854,2.81914,275,2,0,617,0,1,0,0,0),(13639,3376,1,1,1,3840,1,-4059.14,-2417.05,126.133,4.1868,275,2,0,617,0,1,0,0,0),(13638,3376,1,1,1,3839,1,-4091.6,-2385.19,124.743,0.917954,275,0,0,617,0,2,0,0,0),(13637,8496,1,1,1,7909,1,-1004.47,-3705.17,4.64174,5.70723,275,0,0,386,0,0,0,0,0),(13636,3376,1,1,1,3840,1,-4068.98,-2377.65,110.381,2.1293,275,0,0,617,0,0,0,0,0),(13635,3376,1,1,1,3840,1,-4058.86,-2412.24,135.854,1.32954,275,0,0,617,0,0,0,0,0),(13634,3376,1,1,1,3840,1,-4070.94,-2357.54,108.909,0.003681,275,2,0,617,0,1,0,0,0),(13633,3376,1,1,1,3840,1,-4059,-2386.02,126.13,6.23289,275,0,0,617,0,0,0,0,0),(13632,3375,1,1,1,1970,1,-4164.1,-2184.44,50.8827,6.0912,275,0,0,573,0,0,0,0,0),(13631,3375,1,1,1,1970,1,-4157.34,-2189.23,50.3081,1.16312,275,5,0,573,0,1,0,0,0),(13630,3375,1,1,1,1970,1,-4125.4,-2210.24,50.341,2.10908,275,5,0,573,0,1,0,0,0),(13629,3375,1,1,1,1970,1,-4086.57,-2190.37,50.5521,6.00131,275,5,0,573,0,1,0,0,0),(13628,3375,1,1,1,1970,1,-4078.73,-2158.83,50.3654,2.59044,275,0,0,573,0,2,0,0,0),(13627,3375,1,1,1,1970,1,-4148.83,-2202.24,50.3081,6.08441,275,0,0,573,0,0,0,0,0),(13626,3375,1,1,1,1970,1,-4135.51,-2158.88,50.699,1.52386,275,0,0,573,0,0,0,0,0),(13625,3375,1,1,1,1970,1,-4124.47,-2194.2,50.3896,5.00217,275,0,0,573,0,0,0,0,0),(13624,3631,1,1,1,4091,0,-588.815,-2179.65,48.4941,3.5211,275,5,0,356,0,1,0,0,0),(13623,3631,1,1,1,4091,0,-709.715,-2259.26,15.0438,2.3403,275,5,0,356,0,1,0,0,0),(13622,3631,1,1,1,4091,0,-683.101,-2291.08,16.4169,2.02506,275,5,0,356,0,1,0,0,0),(13621,3631,1,1,1,4091,0,-715.282,-2290.64,16.5748,5.02594,275,5,0,356,0,1,0,0,0),(13620,3631,1,1,1,4091,0,-628.441,-2383.79,26.9375,0.169598,275,5,0,356,0,1,0,0,0),(13619,3631,1,1,1,4091,0,-555.096,-2307.4,31.0662,0.503856,275,5,0,356,0,1,0,0,0),(13618,3631,1,1,1,4091,0,-593.004,-2200.08,45.8833,4.61233,275,5,0,356,0,1,0,0,0),(13617,3374,1,1,1,1969,1,-4105,-2211.54,53.2454,0.314159,275,0,0,531,0,0,0,0,0),(13616,3374,1,1,1,1969,1,-4151.9,-2179.89,50.6746,5.18363,275,0,0,531,0,0,0,0,0),(13615,3374,1,1,1,1969,1,-4146.53,-2160.73,51.4417,4.45059,275,0,0,531,0,0,0,0,0),(13614,3374,1,1,1,1968,1,-4114.86,-2186.04,50.3966,5.74213,275,0,0,531,0,0,0,0,0),(13613,3374,1,1,1,1969,1,-4161.41,-2223.22,51.5581,5.87214,275,5,0,531,0,1,0,0,0),(13612,3374,1,1,1,1969,1,-4179.5,-2197.13,50.3081,2.42294,275,5,0,531,0,1,0,0,0),(13611,3374,1,1,1,1968,1,-4126.74,-2161.65,50.8614,0.15708,275,0,0,531,0,0,0,0,0),(13610,3374,1,1,1,1968,1,-4063.82,-2175.99,51.0358,3.29068,275,0,0,531,0,0,0,0,0),(13609,3374,1,1,1,1969,1,-4081.97,-2128.28,53.2427,2.18166,275,0,0,531,0,0,0,0,0),(13608,3374,1,1,1,1969,1,-4067.38,-2143.3,51.6791,5.81195,275,0,0,531,0,0,0,0,0),(13607,3374,1,1,1,1968,1,-4187.13,-2147.34,70.1343,2.75535,275,0,0,531,0,0,0,0,0),(13606,3374,1,1,1,1969,1,-4169.54,-2125.04,70.5858,2.04908,275,3,0,531,0,1,0,0,0),(13605,3374,1,1,1,1969,1,-4188.96,-2131.35,71.3358,5.86174,275,0,0,531,0,0,0,0,0),(13604,3374,1,1,1,1969,1,-4184.92,-2262.35,51.035,5.61996,275,0,0,531,0,0,0,0,0),(13603,3374,1,1,1,1969,1,-4162.53,-2246.74,59.3965,5.16617,275,0,0,531,0,0,0,0,0),(13602,3374,1,1,1,1969,1,-4143.26,-2243.15,53.1644,4.72984,275,0,0,531,0,0,0,0,0),(13601,3630,1,1,1,1742,0,-769.856,-2052.69,74.8799,4.6311,275,3,0,328,0,1,0,0,0),(13600,3374,1,1,1,1968,1,-4168.84,-2177.13,50.3081,2.88804,275,0,0,531,0,0,0,0,0),(13599,3374,1,1,1,1969,1,-4122.04,-2237.25,51.2195,5.3058,275,0,0,531,0,0,0,0,0),(13598,3374,1,1,1,1969,1,-4069.71,-2180.49,50.5461,3.16957,275,0,0,531,0,0,0,0,0),(13597,3630,1,1,1,1742,0,-686.555,-2010.41,64.9932,1.19007,275,5,0,328,0,1,0,0,0),(13596,3630,1,1,1,1742,0,-719.266,-2116.27,67.2122,3.54302,275,0,0,328,0,0,0,0,0),(13595,3630,1,1,1,1742,0,-619.786,-2025.69,62.9112,2.80845,275,5,0,328,0,1,0,0,0),(13594,3374,1,1,1,1968,1,-4121.3,-2175.81,50.3081,0.220147,275,0,0,531,0,0,0,0,0),(13593,3374,1,1,1,1969,1,-4052.7,-2145.54,90.1713,0.614874,275,5,0,531,0,1,0,0,0),(13592,3374,1,1,1,1969,1,-4223.21,-2260.73,53.3923,2.79253,275,0,0,531,0,0,0,0,0),(13591,3374,1,1,1,1968,1,-4192.03,-2214.28,53.3081,2.58911,275,5,0,531,0,1,0,0,0),(13590,3374,1,1,1,1969,1,-4201.58,-2240.32,52.5536,2.56563,275,0,0,531,0,0,0,0,0),(13589,14894,1,1,1,14985,0,181.763,-2878.53,92.3009,6.25945,275,0,0,1,0,2,0,0,0),(13588,14894,1,1,1,14985,0,178.04,-2878.44,92.3464,0.227594,275,0,0,1,0,2,0,0,0),(13587,14894,1,1,1,14985,0,181.584,-2874.58,92.5366,4.75777,275,0,0,1,0,2,0,0,0),(13586,14894,1,1,1,14985,0,186.99,-2876.54,92.3946,2.40786,275,0,0,1,0,2,0,0,0),(13585,3374,1,1,1,1968,1,-4180.62,-2166.62,54.9298,2.40855,275,0,0,531,0,0,0,0,0),(13584,3374,1,1,1,1969,1,-4219.26,-2282.07,52.3081,3.8863,275,0,0,531,0,0,0,0,0),(13583,3374,1,1,1,1968,1,-4065.9,-2188.94,54.2709,1.309,275,0,0,531,0,0,0,0,0),(13582,3374,1,1,1,1969,1,-4080.26,-2195.02,53.0787,5.39307,275,0,0,531,0,0,0,0,0),(13581,3374,1,1,1,1969,1,-4198.33,-2283.81,55.44,5.55015,275,0,0,531,0,0,0,0,0),(13580,4397,1,1,1,7836,0,-2350.69,-3918.57,-10.4931,1.36135,275,5,0,1403,0,1,0,0,0),(13579,14893,1,1,1,14972,1,52.7833,-2696.62,92.0416,6.04953,275,0,0,3048,0,0,0,0,0),(13578,14892,1,1,1,10209,0,-26.3665,-2618.95,97.31,5.43324,275,0,0,42,0,2,0,0,0),(13577,8236,1,1,1,7449,0,-1679.54,-4284.89,-9.54847,4.82538,275,5,0,300,0,1,0,0,0),(13576,8236,1,1,1,7449,0,-1678.3,-4263.1,-8.5369,6.1828,275,5,0,300,0,1,0,0,0),(13575,8236,1,1,1,7449,0,-1678.81,-4328.9,-8.70404,4.05111,275,5,0,300,0,1,0,0,0),(13574,8236,1,1,1,7449,0,-1678.16,-4323.39,-8.4926,1.3953,275,5,0,300,0,1,0,0,0),(13573,8236,1,1,1,7449,0,-1680.04,-4307.64,-7.71996,4.55591,275,5,0,300,0,1,0,0,0),(13572,3110,1,1,1,1250,0,-214.576,-3853.52,21.3208,3.70535,275,5,0,176,0,1,0,0,0),(13571,3110,1,1,1,1250,0,12.6142,-3732.27,17.2314,6.26419,275,5,0,176,0,1,0,0,0),(13570,3110,1,1,1,1250,0,251.447,-3780.23,21.2629,0.634115,275,5,0,176,0,1,0,0,0),(13569,3110,1,1,1,1250,0,-146.488,-3781.52,14.2056,3.30413,275,5,0,176,0,1,0,0,0),(13568,3110,1,1,1,1250,0,-384.928,-3911.26,15.787,5.42038,275,5,0,176,0,1,0,0,0),(13567,3110,1,1,1,1250,0,-713.083,-3997.5,15.4585,4.83616,275,5,0,176,0,1,0,0,0),(13566,3110,1,1,1,1250,0,201.138,-3748.54,15.0297,3.09772,275,5,0,176,0,1,0,0,0),(13565,3110,1,1,1,1250,0,566.883,-3729.24,20.1244,1.91986,275,0,0,176,0,0,0,0,0),(13564,23452,530,1,1,0,1,-3023.1,793.828,-8.82144,2.63891,300,0,0,71810,0,0,0,0,0),(13563,3110,1,1,1,1250,0,1049.17,-3840.36,15.0622,4.21788,275,5,0,176,0,1,0,0,0),(13562,3110,1,1,1,1250,0,-592.96,-3953.02,16.5175,2.70064,275,5,0,176,0,1,0,0,0),(13561,3110,1,1,1,1250,0,1250.89,-3922.28,15.1088,5.4125,275,5,0,176,0,1,0,0,0),(13560,3110,1,1,1,1250,0,1201.58,-3906.99,15.8521,0.433018,275,5,0,176,0,1,0,0,0),(13559,3110,1,1,1,1250,0,-345.174,-3891.57,16.5222,4.7202,275,5,0,176,0,1,0,0,0),(13558,3110,1,1,1,1250,0,-520.066,-3942.33,22.8473,4.67941,275,5,0,176,0,1,0,0,0),(13557,3110,1,1,1,1250,0,901.132,-3779.37,15.6839,2.98171,275,5,0,176,0,1,0,0,0),(13556,3110,1,1,1,1250,0,-653.088,-3961.34,17.0594,2.36448,275,5,0,176,0,1,0,0,0),(13555,3110,1,1,1,1250,0,579.723,-3768.4,16.6287,2.74163,275,5,0,176,0,1,0,0,0),(13554,3110,1,1,1,1250,0,850.161,-3790.45,16.3887,1.54309,275,5,0,176,0,1,0,0,0),(13553,3110,1,1,1,1250,0,670.975,-3782.76,15.8008,1.32582,275,5,0,176,0,1,0,0,0),(13552,8738,1,1,1,8009,1,-836.957,-3729.88,19.9708,4.13643,275,0,0,1753,0,0,0,0,0),(13551,16418,1,1,1,16171,1,-944.93,-3580.12,27.5845,3.68265,275,0,0,484,0,0,0,0,0),(13550,7714,1,1,1,6550,1,-2376.27,-1995.74,96.7881,1.06465,275,0,0,1003,0,0,0,0,0),(13549,4129,1,1,1,2711,0,-2144.16,-2125.37,92.0891,5.18648,275,20,0,417,0,1,0,0,0),(13548,4129,1,1,1,2711,0,-1931.8,-1982.75,92.1049,5.96329,275,20,0,417,0,1,0,0,0),(13547,4129,1,1,1,2711,0,-1956.48,-1907.33,94.2019,0.593076,275,20,0,417,0,1,0,0,0),(13546,4129,1,1,1,2711,0,-2181.17,-2477.37,95.7301,2.31833,275,20,0,417,0,1,0,0,0),(13545,4129,1,1,1,2711,0,-1453.4,-1912.13,93.211,2.83923,275,20,0,417,0,1,0,0,0),(13544,4129,1,1,1,2711,0,-1720.64,-2072.25,93.2917,2.10583,275,20,0,417,0,1,0,0,0),(13543,4129,1,1,1,2711,0,-1661.2,-2024.72,92.9167,3.55732,275,20,0,417,0,1,0,0,0),(13542,4129,1,1,1,2711,0,-2277.25,-1721.38,92.8075,5.70412,275,15,0,417,0,1,0,0,0),(13541,4129,1,1,1,2711,0,-1407.36,-1979.16,82.7522,3.00052,275,20,0,417,0,1,0,0,0),(13540,4129,1,1,1,2711,0,-1481.41,-2183.13,88.5757,1.37034,275,20,0,417,0,1,0,0,0),(13539,4129,1,1,1,2711,0,-1716.88,-1983.83,92.6667,5.60603,275,20,0,417,0,1,0,0,0),(13538,4129,1,1,1,2711,0,-2115,-2423.53,91.9167,0.269462,275,20,0,417,0,1,0,0,0),(13537,4129,1,1,1,2711,0,-1482.3,-1783.05,91.8475,3.15801,275,20,0,417,0,1,0,0,0),(13536,4129,1,1,1,2711,0,-1578.82,-2094.38,91.7246,1.11831,275,20,0,417,0,1,0,0,0),(13535,4129,1,1,1,2711,0,-1616.6,-2185.71,90.8282,3.51337,275,20,0,417,0,1,0,0,0),(5454,7043,0,1,1,8309,1,-8394.68,-1253.7,206.481,3.0552,500,5,0,2436,5340,1,0,0,0),(47254,8921,230,1,1,8180,0,310.636,-163.913,-70.3029,0.942478,7200,0,0,2672,0,0,0,0,0),(5453,7039,0,1,1,10806,0,-7739.3,-2219.71,133.581,4.41634,500,5,0,3189,0,1,0,0,0),(17649,6491,0,1,4294967295,0,0,-11103,-1833.2,71.8642,3.04545,60,0,0,4120,0,0,0,0,0),(49057,15111,309,1,1,568,1,-11864.9,-1875.09,64.1322,5.98589,7200,0,0,12575,9944,0,0,0,0),(152157,29720,571,1,2,0,0,8238,2798.22,638.909,2.10867,300,0,0,12175,0,0,0,0,0),(49055,15111,309,1,1,6811,1,-11855.9,-1865.49,64.4351,4.99243,7200,5,0,12575,9944,1,0,0,0),(49054,15111,309,1,1,12345,1,-11859.5,-1862.59,64.4351,4.88031,7200,5,0,12575,9944,1,0,0,0),(49053,15111,309,1,1,12345,1,-11856.7,-1871.74,64.2785,4.6087,7200,5,0,12575,9944,1,0,0,0),(49052,11340,309,1,1,11222,1,-11875.6,-1892,63.7767,4.01426,7200,0,0,15090,12430,0,0,0,0),(13534,4129,1,1,1,2711,0,-2382.54,-2484.64,91.7917,4.73417,275,20,0,417,0,1,0,0,0),(49051,11340,309,1,1,11223,1,-11888.9,-1881.35,63.587,3.87463,7200,0,0,15090,12430,0,0,0,0),(49050,11371,309,1,1,15182,0,-11583,-1793.24,50.0265,4.66155,7200,5,0,15260,0,1,0,0,0),(49049,11371,309,1,1,15182,0,-11583.6,-1805.16,43.5651,4.66155,7200,5,0,15260,0,1,0,0,0),(49048,11371,309,1,1,15182,0,-11649.5,-1565.6,41.0883,2.75762,7200,0,0,15260,0,0,0,0,0),(46633,9256,530,1,1,0,0,-2079.87,5368.52,-32.3803,0.555238,300,5,0,42,0,1,0,0,0),(46634,9256,530,1,1,0,0,-2075.46,5377.25,-30.7455,3.99447,300,5,0,42,0,1,0,0,0),(46635,9256,530,1,1,0,0,-2084.58,5371.21,-31.2392,2.46437,300,5,0,42,0,1,0,0,0),(46636,9256,530,1,1,0,0,-2080.47,5371.37,-31.6315,4.30488,300,5,0,42,0,1,0,0,0),(46637,9256,530,1,1,0,0,-2083.89,5364.38,-32.9552,3.98045,300,5,0,42,0,1,0,0,0),(49047,11372,309,1,1,15150,0,-11643,-1573.21,39.7114,4.88692,7200,0,0,15260,0,0,0,0,0),(49046,11371,309,1,1,15182,0,-11558.3,-1801.05,59.2151,2.86234,7200,0,0,15260,0,0,0,0,0),(49045,11372,309,1,1,15150,0,-11555.2,-1788.64,59.7608,4.85202,7200,0,0,15260,0,0,0,0,0),(49044,2914,309,1,1,6303,0,-11958.1,-1646.27,37.9205,3.51339,7200,5,0,8,0,1,0,0,0),(49043,2914,309,1,1,6303,0,-11635.9,-1671,40.3503,3.12784,7200,5,0,8,0,1,0,0,0),(49042,2914,309,1,1,2958,0,-11903.1,-1516.69,20.9819,0.628319,7200,0,0,8,0,0,0,0,0),(49041,2914,309,1,1,2957,0,-12207.6,-1959.89,132.334,2.74238,7200,5,0,8,0,1,0,0,0),(49040,2914,309,1,1,1206,0,-11590.2,-1510.71,50.1497,3.97508,7200,5,0,8,0,1,0,0,0),(49039,14881,309,1,1,1160,0,-12312.3,-1653.33,130.38,0.057898,7200,5,0,8,0,1,0,0,0),(49038,2914,309,1,1,2958,0,-11721,-1391.06,46.1644,0.021481,7200,5,0,8,0,1,0,0,0),(49037,2914,309,1,1,6303,0,-11968.2,-1835.49,55.935,1.49037,7200,5,0,8,0,1,0,0,0),(49036,14881,309,1,1,2536,0,-12312.2,-1620.22,130.89,5.96685,7200,5,0,8,0,1,0,0,0),(49035,2914,309,1,1,1206,0,-11984.9,-1625.89,34.3907,4.41906,7200,5,0,8,0,1,0,0,0),(49034,11357,309,1,1,15275,0,-11836.5,-1599.98,40.7501,1.51519,7200,5,0,15260,0,2,0,0,0),(49033,11357,309,1,1,15275,0,-11746,-1620.6,36.9961,1.59794,7200,5,0,15260,0,2,0,0,0),(49032,13321,309,1,1,6297,0,-11605.9,-1375.77,73.5189,3.28122,7200,0,0,42,0,0,0,0,0),(49031,13321,309,1,1,901,0,-11553.9,-1235.25,79.3206,0.471239,7200,0,0,42,0,0,0,0,0),(49030,4075,309,1,1,1141,0,-11568.8,-1255.72,77.6191,0.087266,7200,0,0,8,0,0,0,0,0),(13533,4129,1,1,1,2711,0,-1436.23,-1754.84,92.5058,5.97378,275,20,0,417,0,1,0,0,0),(13532,4129,1,1,1,2711,0,-1547.92,-1771.94,92.2447,2.175,275,20,0,417,0,1,0,0,0),(13531,4129,1,1,1,2711,0,-1546.04,-2120.59,82.9506,1.61942,275,20,0,417,0,1,0,0,0),(13530,4129,1,1,1,2711,0,-2004.94,-1781.69,91.9746,0.136161,275,20,0,417,0,1,0,0,0),(5452,7039,0,1,1,10806,0,-7744.65,-2196.21,133.564,3.98961,500,5,0,3189,0,1,0,0,0),(13529,4129,1,1,1,2711,0,-1487.26,-1823.76,95.412,3.01254,275,20,0,417,0,1,0,0,0),(5451,7042,0,1,1,2554,1,-8185.05,-1180.39,143.215,4.58202,500,5,0,3374,0,1,0,0,0),(13528,4129,1,1,1,2711,0,-1507.86,-1927.57,91.791,5.17499,275,20,0,417,0,1,0,0,0),(13527,4129,1,1,1,2711,0,-2081.27,-2381,91.7917,4.00553,275,20,0,417,0,1,0,0,0),(13526,4129,1,1,1,2711,0,-1975.24,-1876.08,93.4562,2.87483,275,20,0,417,0,1,0,0,0),(13525,4129,1,1,1,2711,0,-1510.68,-1906.12,92.9254,4.31339,275,20,0,417,0,1,0,0,0),(13524,4129,1,1,1,2711,0,-2227.48,-1758.61,91.7917,4.93918,275,20,0,417,0,1,0,0,0),(13523,4129,1,1,1,2711,0,-1653.7,-2183.39,91.4495,4.87529,275,20,0,417,0,1,0,0,0),(13522,4129,1,1,1,2711,0,-2119.74,-2088.68,94.0417,4.17156,275,20,0,417,0,1,0,0,0),(13521,4128,1,1,1,2712,0,-3742.11,-2335.98,94.8468,2.01085,275,20,0,573,0,1,0,0,0),(13520,4128,1,1,1,2712,0,-3764.4,-2284.94,91.8808,0.018613,275,20,0,573,0,1,0,0,0),(13519,4128,1,1,1,2712,0,-3856.51,-2274.9,91.7917,2.22972,275,20,0,573,0,1,0,0,0),(13518,4128,1,1,1,2712,0,-3615.28,-2150.61,91.8202,2.55392,275,20,0,573,0,1,0,0,0),(13517,4128,1,1,1,2712,0,-3856.93,-2077.45,91.8449,2.18619,275,20,0,573,0,1,0,0,0),(13516,4128,1,1,1,2712,0,-3894.34,-2176.36,91.9167,2.66903,275,20,0,573,0,1,0,0,0),(13515,4128,1,1,1,2712,0,-3787.51,-2111.85,92.9471,5.44666,275,20,0,573,0,1,0,0,0),(13514,4128,1,1,1,2712,0,-3914.34,-2080.18,95.2917,0.851109,275,20,0,573,0,1,0,0,0),(47253,8921,230,1,1,8180,0,313.34,-166.229,-70.3029,1.06465,7200,0,0,2672,0,0,0,0,0),(47252,8890,230,1,1,8758,1,314.03,-162.339,-70.3029,1.01229,7200,0,0,6414,0,0,0,0,0),(47251,8912,230,1,1,9350,1,312.751,-149.018,-70.3029,2.47837,7200,0,0,5316,3614,0,0,0,0),(47250,9018,230,1,1,8761,1,310.558,-146.251,-70.3029,5.51524,43200,0,0,9485,9615,0,0,0,0),(47217,8929,230,1,1,8705,0,1384.64,-831.486,-87.5893,1.62316,43200,0,0,13592,6351,0,0,0,0),(47216,8901,230,1,1,9289,1,1376.17,-403.741,-94.5913,4.46804,300,0,0,711,0,0,0,0,0),(47215,8901,230,1,1,9288,1,1389.44,-417.704,-94.5913,1.09956,300,0,0,711,0,0,0,0,0),(47214,8901,230,1,1,8755,1,1372.98,-402.285,-94.5913,1.29154,300,0,0,711,0,0,0,0,0),(47213,8901,230,1,1,8755,1,1386.06,-415.762,-94.5913,2.56563,300,0,0,711,0,0,0,0,0),(47212,8901,230,1,1,9290,1,1387.97,-398.803,-94.5913,1.13446,300,0,0,711,0,0,0,0,0),(47211,8901,230,1,1,8755,1,1389.48,-415.882,-94.5913,5.72468,300,0,0,711,0,0,0,0,0),(47210,8901,230,1,1,9288,1,1388.55,-401.502,-94.5913,4.69494,300,0,0,711,0,0,0,0,0),(5450,7039,0,1,1,10806,0,-7714.19,-2105.28,133.442,0.581701,500,5,0,3189,0,1,0,0,0),(5449,9699,0,1,1,8971,0,-7967.32,-2380.17,124.041,3.18852,500,5,0,8,0,1,0,0,0),(5448,7033,0,1,1,11549,1,-8102.46,-2543.7,133.82,6.09946,500,5,0,3322,0,1,0,0,0),(5447,7032,0,1,1,5781,0,-7647.09,-2210.02,131.844,1.84117,500,5,0,2875,0,1,0,0,0),(5446,7036,0,1,1,6649,1,-7738.41,-2346.71,136.35,1.90891,500,5,0,3189,0,1,0,0,0),(5445,9776,0,1,1,10815,0,-8489.58,-2539.58,131.087,5.5821,500,5,0,917,0,1,0,0,0),(5444,9776,0,1,1,10815,0,-8500.45,-2539.52,131.087,5.56233,500,5,0,917,0,1,0,0,0),(5443,9777,0,1,1,10816,0,-8493.42,-2568.01,131.087,1.36486,500,5,0,917,0,1,0,0,0),(5442,9777,0,1,1,10816,0,-8463.52,-2566.83,131.087,1.33879,500,5,0,917,0,1,0,0,0),(5441,9777,0,1,1,10816,0,-8501.92,-2549.26,131.087,3.06896,500,5,0,917,0,1,0,0,0),(5440,7047,0,1,1,397,0,-7887.98,-2887.42,135.936,3.4764,500,5,0,2384,1864,1,0,0,0),(5439,7033,0,1,1,11549,1,-7781.69,-2447.06,143.591,1.80427,500,5,0,3322,0,1,0,0,0),(5438,7033,0,1,1,11549,1,-7952.06,-2533.34,130.588,1.84419,500,3,0,3322,0,1,0,0,0),(5437,7034,0,1,1,11550,1,-8050.44,-2713.23,152.43,0.555039,500,5,0,2751,1864,1,0,0,0),(5436,7034,0,1,1,11550,1,-7711.6,-2515.92,143.971,4.00521,500,5,0,2751,1864,1,0,0,0),(5435,7034,0,1,1,11550,1,-7803.35,-2671.4,173.683,6.0089,500,2,0,2751,1864,1,0,0,0),(5434,7035,0,1,1,10707,1,-7855.76,-2595.18,211.648,2.82973,500,5,0,3556,0,1,0,0,0),(5433,9700,0,1,1,5560,0,-7676.99,-1330.57,123.812,3.55038,500,5,0,8,0,1,0,0,0),(5432,7033,0,1,1,11549,1,-7978.38,-2807.65,142.623,1.27302,500,5,0,3322,0,1,0,0,0),(5431,7035,0,1,1,10707,1,-7948.58,-2746.76,158.321,0.356604,500,5,0,3556,0,1,0,0,0),(5430,7035,0,1,1,10707,1,-7941.2,-2640.26,218.238,4.87711,500,5,0,3556,0,1,0,0,0),(5429,7035,0,1,1,10707,1,-7911.77,-2621.47,177.223,0.466273,500,2,0,3556,0,1,0,0,0),(5428,7033,0,1,1,11549,1,-7881.36,-2560.27,126.379,4.8014,500,3,0,3322,0,1,0,0,0),(5427,7033,0,1,1,11549,1,-8077.72,-2722.1,142.767,2.48513,500,5,0,3322,0,1,0,0,0),(5426,7033,0,1,1,11549,1,-7937.81,-2612.82,173.975,5.83788,500,5,0,3322,0,1,0,0,0),(5425,7034,0,1,1,11550,1,-7846.59,-2631.44,120.791,0.83621,500,3,0,2751,1864,1,0,0,0),(5424,7034,0,1,1,11550,1,-7721.52,-2586.29,159.832,0.758972,500,5,0,2751,1864,1,0,0,0),(5423,7034,0,1,1,11550,1,-7893.94,-2650.9,168.062,1.75864,500,2,0,2751,1864,1,0,0,0),(5422,9700,0,1,1,5560,0,-7542.71,-2186.46,131.789,6.28206,500,5,0,8,0,1,0,0,0),(5421,9700,0,1,1,5560,0,-7985.37,-1879.05,129.811,4.69635,500,5,0,8,0,1,0,0,0),(5420,9699,0,1,1,8971,0,-7701.44,-2888.78,131.83,3.38671,500,5,0,8,0,1,0,0,0),(5419,9700,0,1,1,5560,0,-8491.9,-2571.07,131.087,3.12154,500,5,0,8,0,1,0,0,0),(5418,9699,0,1,1,8971,0,-8152.01,-1456.15,136.175,4.33007,500,5,0,8,0,1,0,0,0),(5417,9700,0,1,1,5560,0,-7614.53,-700.916,177.863,4.66905,500,5,0,8,0,1,0,0,0),(5416,9700,0,1,1,5560,0,-8156.01,-1290.21,131.622,1.88863,500,5,0,8,0,1,0,0,0),(5415,9699,0,1,1,8971,0,-8141.33,-1872.63,135.8,3.0849,500,5,0,8,0,1,0,0,0),(5414,7033,0,1,1,11549,1,-7952.39,-2814.98,138.272,5.07312,500,5,0,3322,0,1,0,0,0),(5413,7034,0,1,1,11550,1,-7943.01,-2710.04,161.451,5.92873,500,2,0,2751,1864,1,0,0,0),(5412,7033,0,1,1,11549,1,-7883,-2525.8,128.062,5.1506,500,3,0,3322,0,1,0,0,0),(5411,7035,0,1,1,10707,1,-7917.51,-2714.65,164.614,1.25955,500,2,0,3556,0,1,0,0,0),(5410,7033,0,1,1,11549,1,-7915.39,-2468.36,137.511,4.83446,500,5,0,3322,0,1,0,0,0),(5409,7033,0,1,1,11549,1,-7965.14,-2516.46,134.184,2.62624,500,3,0,3322,0,1,0,0,0),(5408,7035,0,1,1,10707,1,-7846.71,-2652.8,221.182,5.02125,500,5,0,3556,0,1,0,0,0),(13513,4128,1,1,1,2712,0,-3880.7,-2116.49,93.4198,0.616029,275,20,0,573,0,1,0,0,0),(13512,4128,1,1,1,2712,0,-3852.04,-2158.06,93.9873,4.63622,275,20,0,573,0,1,0,0,0),(13511,4128,1,1,1,2712,0,-3490.44,-2250.83,92.7009,4.14985,275,20,0,573,0,1,0,0,0),(13510,4128,1,1,1,2712,0,-3722.8,-1965.37,95.2059,5.08419,275,20,0,573,0,1,0,0,0),(5407,7034,0,1,1,11550,1,-7863.14,-2611.26,174.235,5.54497,500,2,0,2751,1864,1,0,0,0),(13509,4128,1,1,1,2712,0,-3619.55,-1945.36,94.1575,4.2305,275,20,0,573,0,1,0,0,0),(13508,4128,1,1,1,2712,0,-3568.31,-1989.8,91.7917,4.50436,275,20,0,573,0,1,0,0,0),(13507,4128,1,1,1,2712,0,-3655.84,-1952.2,92.2036,1.03984,275,20,0,573,0,1,0,0,0),(13506,4128,1,1,1,2712,0,-3571.46,-1897.01,93.251,1.21853,275,20,0,573,0,1,0,0,0),(13505,4128,1,1,1,2712,0,-3605.52,-1981.64,91.7917,1.3049,275,20,0,573,0,1,0,0,0),(13504,4128,1,1,1,2712,0,-3435.62,-2218.97,92.6983,0.363899,275,20,0,573,0,1,0,0,0),(13503,4128,1,1,1,2712,0,-3559.2,-1824.44,91.8326,0.159715,275,20,0,573,0,1,0,0,0),(13502,4128,1,1,1,2712,0,-3432.49,-1987.82,92.9167,2.09027,275,20,0,573,0,1,0,0,0),(13501,4128,1,1,1,2712,0,-3450.21,-1930.48,94.324,4.59699,275,20,0,573,0,1,0,0,0),(13500,4128,1,1,1,2712,0,-3382.76,-2154.74,92.3367,5.39963,275,20,0,573,0,1,0,0,0),(13499,4128,1,1,1,2712,0,-3520.72,-1979.54,94.3689,4.39886,275,20,0,573,0,1,0,0,0),(13498,4128,1,1,1,2712,0,-3588.48,-2418.25,98.5417,1.16221,275,20,0,573,0,1,0,0,0),(13497,4128,1,1,1,2712,0,-3317.96,-2193.26,91.9502,4.70899,275,20,0,573,0,1,0,0,0),(13496,4128,1,1,1,2712,0,-3725.73,-2445.07,95.5917,4.39064,275,3,0,573,0,1,0,0,0),(13495,4128,1,1,1,2712,0,-3454.79,-1896.77,95.5229,4.61082,275,20,0,573,0,1,0,0,0),(13494,4128,1,1,1,2712,0,-3449.58,-1833.96,91.9647,4.87423,275,20,0,573,0,1,0,0,0),(13493,4128,1,1,1,2712,0,-3495.31,-2389.94,91.8233,4.98163,275,20,0,573,0,1,0,0,0),(13492,4128,1,1,1,2712,0,-3356.7,-2186.16,92.1667,0.159168,275,20,0,573,0,1,0,0,0),(13491,4128,1,1,1,2712,0,-3518.73,-2406.33,92.9157,3.01245,275,20,0,573,0,1,0,0,0),(13490,4128,1,1,1,2712,0,-3753.76,-1847.93,94.4521,2.66518,275,15,0,573,0,1,0,0,0),(84084,15303,530,1,1,15368,1,-1746.85,5456.26,-12.3448,3.92699,180,0,0,1220,0,0,0,0,0),(13489,4128,1,1,1,2712,0,-3363.92,-2225.28,92.2683,3.94535,275,20,0,573,0,1,0,0,0),(13488,4128,1,1,1,2712,0,-3420.05,-1862.57,92.0861,4.72997,275,20,0,573,0,1,0,0,0),(47209,8901,230,1,1,9289,1,1374.03,-405.698,-94.5913,0.977384,300,0,0,711,0,0,0,0,0),(56348,14823,530,1,1,14855,1,-2289.02,5223.01,-9.86383,2.92548,180,0,0,2515,2486,2,0,0,0),(55089,14845,530,1,1,14881,0,-2276.6,5208.18,-9.83695,0.541052,180,0,0,1220,0,0,0,0,0),(49446,14847,530,1,1,14883,1,-2238.64,5232.86,-9.89205,3.66519,180,0,0,1220,0,2,0,0,0),(45476,14822,530,1,1,491,1,-2259.21,5197.81,-9.90456,1.20428,180,0,0,2091,2117,2,0,0,0),(45475,14844,530,1,1,14880,1,-2274.44,5204.9,-9.78773,0.680678,180,0,0,1220,0,0,0,0,0),(45474,14829,530,1,1,14856,1,-2286.25,5229.44,-9.90171,3.76991,180,0,0,2614,0,0,0,0,0),(43680,14869,530,1,1,14941,0,-2297.34,5241.3,-9.90917,5.11241,180,5,0,42,0,1,0,0,0),(43679,14828,530,1,1,14854,1,-2236.82,5210.82,-9.90524,3.14159,180,0,0,699,0,2,0,0,0),(43678,14865,530,1,1,14935,0,-2314.78,5231.38,-9.89202,4.24115,180,0,0,594,0,0,0,0,0),(43677,14841,530,1,1,14877,0,-2253.41,5245.01,-9.89211,4.46804,180,0,0,2614,0,0,0,0,0),(43676,14832,530,1,1,14876,0,-2265.31,5201.85,-9.90473,0.785398,180,0,0,2614,0,0,0,0,0),(43675,10445,530,1,1,9810,0,-2250.56,5216.54,-9.90925,5.41052,180,0,0,955,0,0,0,0,0),(43674,14869,530,1,1,14941,0,-2304.51,5220.17,-9.86279,0.583415,180,5,0,42,0,1,0,0,0),(43673,14860,530,1,1,14589,0,-2263.46,5230.25,-9.93289,2.28559,180,0,0,86,0,2,0,0,0),(43672,14866,530,1,1,14936,0,-2276.65,5243.18,-9.90917,2.09177,180,0,0,102,0,2,0,0,0),(43671,14846,530,1,1,14882,0,-2236.82,5230.13,-9.89211,3.64774,180,0,0,1220,0,2,0,0,0),(13487,4128,1,1,1,2712,0,-3420.06,-2272.54,94.8075,5.94845,275,20,0,573,0,1,0,0,0),(13486,4127,1,1,1,2710,0,-1225,-3175,93.3676,2.35086,275,20,0,328,0,1,0,0,0),(13485,4127,1,1,1,2710,0,-731.679,-3240.54,94.1398,6.07851,275,20,0,328,0,1,0,0,0),(13484,4127,1,1,1,2710,0,-449.494,-3402.98,92.2559,1.58642,275,20,0,328,0,1,0,0,0),(13483,4127,1,1,1,2710,0,-1424.34,-2972.37,93.0294,3.14944,275,20,0,328,0,1,0,0,0),(13482,4127,1,1,1,2710,0,-1494.69,-2845.83,94.6654,0.191184,275,20,0,328,0,1,0,0,0),(47207,8901,230,1,1,8755,1,1376.22,-401.085,-94.5913,0.017453,300,0,0,711,0,0,0,0,0),(47206,8901,230,1,1,9290,1,1390.24,-399.631,-94.5913,3.07178,300,0,0,711,0,0,0,0,0),(13481,4127,1,1,1,2710,0,-1280.52,-2548.56,91.8941,4.79354,275,20,0,328,0,1,0,0,0),(5406,9700,0,1,1,5560,0,-7848.3,-907.117,123.674,0.557227,500,5,0,8,0,1,0,0,0),(13480,4127,1,1,1,2710,0,-1003.14,-2975.27,92.1667,0.50928,275,20,0,328,0,1,0,0,0),(13479,4127,1,1,1,2710,0,-1086.59,-3101.16,94.5496,3.72255,275,20,0,328,0,1,0,0,0),(13478,4127,1,1,1,2710,0,-1374.52,-2550.41,98.4413,5.78078,275,20,0,328,0,1,0,0,0),(13477,4127,1,1,1,2710,0,-1189.35,-3086.35,93.6473,2.43057,275,20,0,328,0,1,0,0,0),(13476,4127,1,1,1,2710,0,-1072.59,-3004.06,92.9624,5.13875,275,20,0,328,0,1,0,0,0),(13475,4127,1,1,1,2710,0,-1195.95,-2342.03,91.7917,2.35544,275,20,0,328,0,1,0,0,0),(13474,4127,1,1,1,2710,0,-1123.95,-2343.22,94.49,1.89687,275,20,0,328,0,1,0,0,0),(13473,4127,1,1,1,2710,0,-1213.13,-2388.54,92.2819,5.95511,275,20,0,328,0,1,0,0,0),(13472,4127,1,1,1,2710,0,-921.949,-3279.76,95.7527,2.82601,275,20,0,328,0,1,0,0,0),(13471,4127,1,1,1,2710,0,-1372.44,-2584.5,94.7541,0.049967,275,20,0,328,0,1,0,0,0),(13470,4127,1,1,1,2710,0,651.987,-2649.92,94.3128,0.121447,275,20,0,328,0,1,0,0,0),(13469,4127,1,1,1,2710,0,713.162,-2918.51,92.078,3.79793,275,20,0,328,0,1,0,0,0),(13468,4127,1,1,1,2710,0,-224.605,-3470.76,92.3681,1.94078,275,20,0,328,0,1,0,0,0),(13467,4127,1,1,1,2710,0,-1088.51,-1916.01,91.8147,2.76155,275,20,0,328,0,1,0,0,0),(13466,4127,1,1,1,2710,0,-351.366,-3380.44,91.8163,1.81344,275,3,0,328,0,1,0,0,0),(13465,4127,1,1,1,2710,0,-421.103,-3540.48,93.5497,5.14807,275,20,0,328,0,1,0,0,0),(13464,4127,1,1,1,2710,0,182.123,-1647.79,93.5687,2.91097,275,20,0,328,0,1,0,0,0),(13463,4127,1,1,1,2710,0,-1228.47,-2042.08,91.7917,5.30613,275,20,0,328,0,1,0,0,0),(13462,4127,1,1,1,2710,0,-1554.56,-3051.54,95.8767,4.84388,275,20,0,328,0,1,0,0,0),(13461,4127,1,1,1,2710,0,-942.238,-3386.48,92.7336,3.28289,275,20,0,328,0,1,0,0,0),(13460,4127,1,1,1,2710,0,-1208.34,-3490.25,92.4167,0.769749,275,20,0,328,0,1,0,0,0),(13459,4127,1,1,1,2710,0,-792.711,-1672.45,98.9027,3.66461,275,20,0,328,0,1,0,0,0),(13458,4127,1,1,1,2710,0,-1431.57,-2841.5,94.1848,6.04863,275,20,0,328,0,1,0,0,0),(13457,4127,1,1,1,2710,0,-1215.72,-2113.73,89.6058,0.610865,275,0,0,328,0,0,0,0,0),(13456,4127,1,1,1,2710,0,-1281.28,-2021.61,94.0151,4.65765,275,20,0,328,0,1,0,0,0),(13455,4127,1,1,1,2710,0,-1361.19,-2776.54,93.8477,4.06172,275,20,0,328,0,1,0,0,0),(13454,4127,1,1,1,2710,0,-1105.7,-2864.98,93.9313,1.2729,275,20,0,328,0,1,0,0,0),(13453,4127,1,1,1,2710,0,-1036.89,-3044,92.1667,4.07171,275,20,0,328,0,1,0,0,0),(13452,4127,1,1,1,2710,0,-1074.31,-2859.01,92.3204,2.71975,275,20,0,328,0,1,0,0,0),(5405,9699,0,1,1,8971,0,-8087.22,-1730.17,132.075,4.93002,500,5,0,8,0,1,0,0,0),(47205,8901,230,1,1,9290,1,1389.34,-360.419,-91.9397,3.85718,300,0,0,711,0,0,0,0,0),(47087,8901,230,1,1,9290,1,1407.44,-358.209,-91.9285,4.66003,300,0,0,711,0,0,0,0,0),(47086,8901,230,1,1,9288,1,1387.21,-374.719,-91.9319,1.79769,300,0,0,711,0,0,0,0,0),(13451,4127,1,1,1,2710,0,-1069.5,-1812.31,91.8781,3.45833,275,20,0,328,0,1,0,0,0),(46973,9550,1,1,1,8669,1,1663.45,-4393.85,22.234,4.45059,180,0,0,1902,0,0,0,0,0),(13450,4127,1,1,1,2710,0,-1239.65,-1882.52,82.0707,0.147924,275,20,0,328,0,1,0,0,0),(47081,8901,230,1,1,8755,1,1402.7,-378.604,-91.9482,4.53786,300,0,0,711,0,0,0,0,0),(47080,8901,230,1,1,8755,1,1391.63,-362.48,-91.9282,0.279253,300,0,0,711,0,0,0,0,0),(5404,9700,0,1,1,5560,0,-8018.15,-1774.78,130.105,6.26123,500,5,0,8,0,1,0,0,0),(564,21045,0,1,1,20016,1,-14398.4,424.36,8.02625,0.05236,300,0,0,5568,0,0,0,0,0),(5403,9700,0,1,1,5560,0,-7529.97,-2116.63,130.127,1.80198,500,5,0,8,0,1,0,0,0),(5402,9700,0,1,1,5560,0,-8244.11,-1112.74,141.326,0.839861,500,5,0,8,0,1,0,0,0),(13449,4127,1,1,1,2710,0,-1404.84,-3031.45,92.375,1.8802,275,20,0,328,0,1,0,0,0),(5401,9699,0,1,1,8971,0,-7735.62,-2244.59,135.683,2.45311,500,5,0,8,0,1,0,0,0),(49029,4075,309,1,1,1418,0,-11607.7,-1225.59,82.4461,0.314159,7200,0,0,8,0,0,0,0,0),(49028,13321,309,1,1,6297,0,-11600.7,-1403.8,67.741,2.74017,7200,0,0,42,0,0,0,0,0),(13448,4127,1,1,1,2710,0,-1188.69,-3218.61,92.2917,5.59777,275,20,0,328,0,1,0,0,0),(13447,4127,1,1,1,2710,0,-1182.22,-2149.02,92.5774,1.11701,275,0,0,328,0,0,0,0,0),(13446,4127,1,1,1,2710,0,-884.329,-1734.93,95.1329,1.65102,275,20,0,328,0,1,0,0,0),(13445,4127,1,1,1,2710,0,-362.071,-1487.59,92.1504,0.256826,275,20,0,328,0,1,0,0,0),(13444,4127,1,1,1,2710,0,-1129.5,-3045.02,93.1445,0.135494,275,20,0,328,0,1,0,0,0),(13443,4127,1,1,1,2710,0,-1423.18,-2447.53,95.9034,4.71096,275,20,0,328,0,1,0,0,0),(13442,4127,1,1,1,2710,0,-942.436,-1651.95,92.6606,4.52396,275,0,0,328,0,0,0,0,0),(13441,4127,1,1,1,2710,0,-317.225,-1480.71,91.8791,2.00825,275,20,0,328,0,1,0,0,0),(13440,4127,1,1,1,2710,0,-578.211,-1545.61,93.3424,3.86208,275,3,0,328,0,1,0,0,0),(13439,4127,1,1,1,2710,0,-1418.06,-2835.85,93.696,3.44449,275,20,0,328,0,1,0,0,0),(13438,4127,1,1,1,2710,0,-87.4176,-1550.03,91.7917,0.220659,275,20,0,328,0,1,0,0,0),(13437,4127,1,1,1,2710,0,-844.103,-1738.39,93.9739,1.81151,275,20,0,328,0,1,0,0,0),(13436,4127,1,1,1,2710,0,-1155.36,-1884.43,94.646,1.68426,275,20,0,328,0,1,0,0,0),(13435,4127,1,1,1,2710,0,-1205.87,-1770.79,91.6968,0.742563,275,20,0,328,0,1,0,0,0),(5400,9700,0,1,1,5560,0,-7795.37,-2520.19,140.692,3.99378,500,5,0,8,0,1,0,0,0),(5399,9699,0,1,1,8971,0,-7872.1,-2596.21,225.053,4.98532,500,5,0,8,0,1,0,0,0),(13434,4127,1,1,1,2710,0,-55.3077,-1551.39,91.8642,2.86936,275,20,0,328,0,1,0,0,0),(13433,4127,1,1,1,2710,0,-1247.74,-2259.12,94.4242,1.98902,275,20,0,328,0,1,0,0,0),(70026,21635,530,1,1,21268,0,-2302.26,5234.01,-9.93442,3.27864,180,0,0,6986,0,0,0,0,0),(70025,14849,530,1,1,14912,0,-2264.53,5222.15,-9.93538,4.46914,180,0,0,699,0,2,0,0,0),(70024,14827,530,1,1,536,1,-2284.5,5222.02,-9.86383,2.92549,180,0,0,3052,0,2,0,0,0),(13432,4127,1,1,1,2710,0,-1151.2,-3215.3,91.9167,1.59036,275,20,0,328,0,1,0,0,0),(5398,9700,0,1,1,5560,0,-8018.46,-1622.14,129.745,4.79243,500,5,0,8,0,1,0,0,0),(47079,8901,230,1,1,9289,1,1406.14,-375.048,-91.9306,3.07178,300,0,0,711,0,0,0,0,0),(47078,8901,230,1,1,9288,1,1417.7,-379.877,-91.9144,3.08923,300,0,0,711,0,0,0,0,0),(47077,8901,230,1,1,8755,1,1385.36,-377.301,-91.9401,3.00197,300,0,0,711,0,0,0,0,0),(47051,8901,230,1,1,8755,1,1411.47,-360.961,-91.9245,4.81711,300,0,0,711,0,0,0,0,0),(13431,4127,1,1,1,2710,0,450.785,-3204.42,91.7917,4.39967,275,20,0,328,0,1,0,0,0),(13430,4127,1,1,1,2710,0,108.688,-1580.55,94.5806,5.33564,275,20,0,328,0,1,0,0,0),(13422,4127,1,1,1,2710,0,-298.398,-1633.68,94.4124,0.756361,275,20,0,328,0,1,0,0,0),(13421,4127,1,1,1,2710,0,-831.079,-1848.48,92.6014,3.94909,275,20,0,328,0,1,0,0,0),(13420,4127,1,1,1,2710,0,185.964,-1580.81,93.0799,1.17187,275,20,0,328,0,1,0,0,0),(13419,3615,1,1,1,1652,1,-437.137,-2596,95.8708,3.7001,600,0,0,10572,0,0,0,0,0),(5397,9700,0,1,1,5560,0,-8223.8,-1313.38,141.734,5.42242,500,5,0,8,0,1,0,0,0),(5396,7034,0,1,1,11550,1,-7938.33,-2669.91,159.068,0.03919,500,2,0,2751,1864,1,0,0,0),(5395,7035,0,1,1,10707,1,-7852.17,-2664.94,172.833,2.01567,500,2,0,3556,0,1,0,0,0),(5394,7034,0,1,1,11550,1,-7836.33,-2655.79,171.177,3.33983,500,2,0,2751,1864,1,0,0,0),(5393,7033,0,1,1,11549,1,-7871.62,-2657.76,169.085,5.90042,500,2,0,3322,0,1,0,0,0),(5392,7034,0,1,1,11550,1,-8031.48,-2522.56,137.601,4.57342,500,5,0,2751,1864,1,0,0,0),(5391,7033,0,1,1,11549,1,-7914.38,-2819.09,138.741,3.50905,500,10,0,3322,0,1,0,0,0),(49027,13321,309,1,1,6295,0,-11594.5,-1344.47,77.6063,0.261799,7200,0,0,42,0,0,0,0,0),(49026,4075,309,1,1,1141,0,-11622.7,-1279.65,81.7466,5.70723,7200,0,0,8,0,0,0,0,0),(49025,13321,309,1,1,6295,0,-11618.3,-1331.68,78.0521,3.61283,7200,0,0,42,0,0,0,0,0),(5390,7033,0,1,1,11549,1,-7837.69,-2557.82,126.205,6.1652,500,3,0,3322,0,1,0,0,0),(5389,7035,0,1,1,10707,1,-7740.38,-2779.93,164.432,0.893032,500,5,0,3556,0,1,0,0,0),(49024,4075,309,1,1,1418,0,-11537.6,-1289.94,78.8465,5.34071,7200,0,0,8,0,0,0,0,0),(16199,22885,564,1,1,21457,0,302.268,986.683,-62.3218,2.32129,604800,0,0,73353,0,0,0,0,0),(5388,7033,0,1,1,11549,1,-7814.13,-2447.99,141.743,4.88031,500,5,0,3322,0,1,0,0,0),(5387,7035,0,1,1,10707,1,-7901.01,-2609.93,221.258,0.619456,500,5,0,3556,0,1,0,0,0),(5386,9700,0,1,1,5560,0,-7716.94,-1761.92,131.281,0.164755,500,5,0,8,0,1,0,0,0),(5385,9699,0,1,1,8971,0,-8207.17,-2162.5,135.655,1.85365,500,5,0,8,0,1,0,0,0),(5384,9699,0,1,1,8971,0,-7989.52,-2200.69,129.698,4.52764,500,5,0,8,0,1,0,0,0),(5383,9700,0,1,1,5560,0,-8252.91,-1710.98,139.94,3.6285,500,5,0,8,0,1,0,0,0),(5382,9700,0,1,1,5560,0,-7643.66,-2194.57,131.89,6.20324,500,5,0,8,0,1,0,0,0),(5381,9700,0,1,1,5560,0,-8020.66,-2546.32,150.001,0.505581,500,5,0,8,0,1,0,0,0),(5380,9700,0,1,1,5560,0,-7654.86,-733.841,176.238,2.38635,500,5,0,8,0,1,0,0,0),(5379,9700,0,1,1,5560,0,-7945.89,-1240.79,123.812,0.519371,500,5,0,8,0,1,0,0,0),(5378,7041,0,1,1,8249,1,-7590.87,-2746.88,132.709,2.80639,500,10,0,2146,4765,1,0,0,0),(5377,7041,0,1,1,8249,1,-8245.24,-1951.23,146.655,0.18938,500,5,0,2146,4765,1,0,0,0),(5376,7041,0,1,1,8249,1,-7724.13,-2879.32,132.793,2.53889,500,10,0,2146,4765,1,0,0,0),(5375,8917,0,1,1,8891,1,-7423.08,-961.669,173.499,2.89725,500,0,0,1919,1587,0,0,0,0),(5374,9695,0,1,1,10984,0,-8316.11,-1882.17,150.999,6.2304,500,5,0,3293,0,1,0,0,0),(5373,7048,0,1,1,400,0,-8214.48,-2151.89,136.604,5.04508,500,5,0,2232,4765,1,0,0,0),(5372,7048,0,1,1,400,0,-7661.54,-2000.53,132.553,3.56418,500,10,0,2232,4765,1,0,0,0),(5371,9694,0,1,1,11420,0,-8091.92,-2113.65,132.375,4.82779,500,10,0,3189,0,1,0,0,0),(5370,7025,0,1,1,6045,1,-8144.58,-1702.07,134.998,1.72462,500,5,0,3529,0,1,0,0,0),(5369,7055,0,1,1,741,0,-8172.86,-1706.69,140.054,1.55334,500,0,0,3293,0,0,0,0,0),(5368,7025,0,1,1,6045,1,-8028.29,-1586.28,132.753,2.54655,500,10,0,3529,0,1,0,0,0),(5367,7028,0,1,1,6048,1,-8095.66,-1897.66,134.175,3.15905,500,0,0,2550,5206,0,0,0,0),(5366,7055,0,1,1,741,0,-8087.78,-1898.13,134.175,0.523599,500,0,0,3293,0,0,0,0,0),(5365,7025,0,1,1,6045,1,-8126.3,-1511.73,133.369,1.309,500,0,0,3529,0,0,0,0,0),(5364,7027,0,1,1,6047,1,-8081.64,-1894.14,182.581,6.10865,500,0,0,3644,0,0,0,0,0),(5363,8888,0,1,1,0,0,-7596,-1115,252.791,0.471,500,0,0,4120,0,0,0,0,0),(5362,7026,0,1,1,6046,1,-8219.47,-1751.62,147.735,2.51327,500,0,0,2470,5013,0,0,0,0),(5361,7033,0,1,1,11549,1,-8114.04,-2570.38,133.445,5.92752,500,5,0,3322,0,1,0,0,0),(5360,7034,0,1,1,11550,1,-7786.63,-2715.5,173.058,0.833148,500,5,0,2751,1864,1,0,0,0),(5359,7035,0,1,1,10707,1,-7721.93,-2584,159.614,4.16828,500,0,0,3556,0,2,0,0,0),(5358,7034,0,1,1,11550,1,-7922.57,-2683.03,160.381,0.746173,500,2,0,2751,1864,1,0,0,0),(5357,7034,0,1,1,11550,1,-7876.51,-2451.9,135.053,6.16219,500,5,0,2751,1864,1,0,0,0),(5356,7035,0,1,1,10707,1,-7901,-2596.92,176.833,2.33523,500,2,0,3556,0,1,0,0,0),(5355,7034,0,1,1,11550,1,-7927.92,-2657.54,159.626,0.053177,500,2,0,2751,1864,1,0,0,0),(5354,7033,0,1,1,11549,1,-7682.55,-2549.17,142.574,4.08704,500,5,0,3322,0,1,0,0,0),(5353,7034,0,1,1,11550,1,-7779.66,-2553.96,170.858,0.678443,500,5,0,2751,1864,1,0,0,0),(5352,7039,0,1,1,10806,0,-7819.29,-2222.72,133.559,6.19292,500,5,0,3189,0,1,0,0,0),(5351,7039,0,1,1,10806,0,-7731.33,-1865.9,133.899,5.59478,500,5,0,3189,0,1,0,0,0),(5350,7039,0,1,1,10806,0,-7707.46,-1933.75,136.564,0.869546,500,0,0,3189,0,2,0,0,0),(5349,7036,0,1,1,6649,1,-7739.74,-2118.82,133.473,5.95013,500,5,0,3189,0,1,0,0,0),(5348,9700,0,1,1,5560,0,-7642.04,-2342.29,131.487,6.02661,500,5,0,8,0,1,0,0,0),(5347,9700,0,1,1,5560,0,-7651.66,-2082.23,124.189,3.64834,500,5,0,8,0,1,0,0,0),(5346,9699,0,1,1,8971,0,-8079.5,-1581.14,139.286,3.6944,500,5,0,8,0,1,0,0,0),(5345,9700,0,1,1,5560,0,-7915.57,-1302.62,123.812,0.554931,500,5,0,8,0,1,0,0,0),(5344,9699,0,1,1,8971,0,-7945.44,-1424.18,135.828,5.22499,500,0,0,8,0,0,0,0,0),(5343,9700,0,1,1,5560,0,-7777.56,-2083.17,131.236,3.69543,500,5,0,8,0,1,0,0,0),(5342,9700,0,1,1,5560,0,-8344.92,-1288.95,207.804,1.88147,500,5,0,8,0,1,0,0,0),(5341,7042,0,1,1,2554,1,-7959.94,-952.5,133.423,4.71566,500,10,0,3374,0,1,0,0,0),(5340,7042,0,1,1,2554,1,-8418.43,-1221.26,196.795,4.45553,500,5,0,3374,0,1,0,0,0),(5339,7042,0,1,1,2554,1,-8329.19,-1194.95,183.799,0.034907,500,0,0,3374,0,0,0,0,0),(5338,7043,0,1,1,8309,1,-7916.74,-849.765,129.621,2.09974,500,5,0,2436,5340,1,0,0,0),(5337,7043,0,1,1,8309,1,-7937.66,-894.705,130.835,5.01804,500,5,0,2436,5340,1,0,0,0),(5336,7040,0,1,1,143,1,-8287.42,-1909.95,141.512,1.64248,500,10,0,3556,0,1,0,0,0),(5335,7040,0,1,1,143,1,-7742.75,-2858.46,133.457,1.95244,500,5,0,3556,0,1,0,0,0),(5334,7040,0,1,1,143,1,-7584.55,-2814.06,134.333,0.12857,500,5,0,3556,0,1,0,0,0),(5333,7040,0,1,1,143,1,-8251.72,-2479.46,150.727,5.57795,500,5,0,3556,0,1,0,0,0),(5332,7040,0,1,1,143,1,-7781.54,-2915.87,131.943,6.00348,500,10,0,3556,0,1,0,0,0),(19350,23971,0,1,1,14616,0,2238.27,281.674,35.0613,0.855211,5,0,0,42,0,0,0,0,0),(48774,10469,289,1,1,11148,1,210.321,148.933,109.807,5.13127,86400,0,0,6891,6867,0,0,0,0),(48773,10485,289,1,1,7550,0,217.536,99.4131,104.798,5.86525,86400,3,0,2088,0,1,0,0,0),(48772,10495,289,1,1,519,0,215.996,91.7486,104.798,5.54672,86400,3,0,8613,0,1,0,0,0),(48771,10481,289,1,1,10976,0,221.956,103.89,104.798,3.64813,86400,3,0,1436,0,1,0,0,0),(48770,10485,289,1,1,9786,0,221.917,96.4046,104.798,4.38522,86400,3,0,2088,0,1,0,0,0),(5331,7040,0,1,1,143,1,-7717.38,-2820.81,145.161,6.10991,500,5,0,3556,0,1,0,0,0),(5330,7040,0,1,1,143,1,-8290.28,-1973.31,145.301,2.19494,500,5,0,3556,0,1,0,0,0),(5329,7040,0,1,1,143,1,-7550.91,-2678.87,135.888,1.32236,500,10,0,3556,0,1,0,0,0),(5328,24819,0,1,1,8758,1,-7181.06,-875.744,164.021,4.93928,500,0,0,2672,0,0,0,0,0),(5327,24819,0,1,1,8758,1,-7179.41,-881.279,164.021,2.04204,500,0,0,2672,0,0,0,0,0),(5326,24819,0,1,1,8758,1,-7398.65,-1000.6,175.555,5.35164,500,5,0,2672,0,1,0,0,0),(5325,24818,0,1,1,8754,1,-7232.07,-905.44,165.378,5.17778,500,5,0,2576,0,1,0,0,0),(5324,24819,0,1,1,8758,1,-7276.64,-879.587,170.056,2.84489,500,0,0,2672,0,0,0,0,0),(5323,8917,0,1,1,8891,1,-7340.1,-1025.45,179.645,4.39823,500,0,0,1919,1587,0,0,0,0),(5322,8917,0,1,1,8892,1,-7438.75,-933.619,172.115,3.36848,500,0,0,1919,1587,0,0,0,0),(5321,8917,0,1,1,487,1,-7365.06,-965.985,170.796,0.226893,500,0,0,1919,1587,0,0,0,0),(5320,8917,0,1,1,487,1,-7327.97,-967.319,173.452,1.13446,500,0,0,1919,1587,0,0,0,0),(5319,8917,0,1,1,8892,1,-7445.62,-975.489,171.975,2.68781,500,0,0,1919,1587,0,0,0,0),(5318,8917,0,1,1,8892,1,-7395.85,-1051.48,177.641,4.93928,500,0,0,1919,1587,0,0,0,0),(5317,8917,0,1,1,8893,1,-7351.24,-970.982,171.16,1.90241,500,0,0,1919,1587,0,0,0,0),(5316,8917,0,1,1,487,1,-7386.42,-1057.58,177.617,3.75246,500,0,0,1919,1587,0,0,0,0),(13237,4127,1,1,1,2710,0,-1078.31,-2370.97,91.7917,1.73053,275,20,0,328,0,1,0,0,0),(48769,10495,289,1,1,519,0,204.37,92.5006,104.327,4.0093,86400,3,0,8613,0,1,0,0,0),(48768,10495,289,1,1,519,0,197.118,98.0816,104.798,2.56765,86400,3,0,8613,0,1,0,0,0),(48767,10485,289,1,1,7550,0,203.038,98.6992,104.798,0.305482,86400,3,0,2088,0,1,0,0,0),(48766,10485,289,1,1,7550,0,196.721,91.9017,104.327,3.12665,86400,3,0,2088,0,1,0,0,0),(48765,10495,289,1,1,519,0,211.762,82.7032,104.327,3.23844,86400,3,0,8613,0,1,0,0,0),(13229,4127,1,1,1,2710,0,-1263.91,-1948.74,93.6207,3.28363,275,20,0,328,0,1,0,0,0),(563,21045,0,1,1,20016,1,-14395.2,426.953,7.77684,5.20108,300,0,0,5568,0,0,0,0,0),(13228,4127,1,1,1,2710,0,517.578,-3186.66,91.8655,4.21117,275,20,0,328,0,1,0,0,0),(13227,4127,1,1,1,2710,0,807.147,-2957.2,91.7916,3.17803,275,20,0,328,0,1,0,0,0),(13226,4127,1,1,1,2710,0,-802.82,-1743.34,94.8597,4.15793,275,20,0,328,0,1,0,0,0),(13225,4127,1,1,1,2710,0,379.388,-1900.66,93.5143,1.78579,275,20,0,328,0,1,0,0,0),(13224,4127,1,1,1,2710,0,-550.529,-1517.81,93.2917,5.21524,275,20,0,328,0,1,0,0,0),(5315,8917,0,1,1,487,1,-7326.05,-994.333,175.061,4.7822,500,0,0,1919,1587,0,0,0,0),(13223,4127,1,1,1,2710,0,82.2374,-1478.04,91.7917,2.2793,275,20,0,328,0,1,0,0,0),(13222,4127,1,1,1,2710,0,-1205.3,-3649.5,94.8356,0.909598,275,20,0,328,0,1,0,0,0),(13221,4127,1,1,1,2710,0,-1217.84,-3571.1,93.8073,4.74558,275,20,0,328,0,1,0,0,0),(13220,4127,1,1,1,2710,0,-1275.13,-2021.93,94.0313,2.56206,275,20,0,328,0,1,0,0,0),(13219,4127,1,1,1,2710,0,817.35,-2893.1,91.7916,3.18628,275,20,0,328,0,1,0,0,0),(13218,4127,1,1,1,2710,0,565.375,-3084.23,93.1667,5.08237,275,20,0,328,0,1,0,0,0),(13217,4127,1,1,1,2710,0,752.075,-2919.17,94.4301,5.38362,275,20,0,328,0,1,0,0,0),(47050,8901,230,1,1,9290,1,1422.15,-375.493,-91.922,6.03884,300,0,0,711,0,0,0,0,0),(47049,8901,230,1,1,9289,1,1377.4,-487.763,-91.9488,3.19395,300,0,0,711,0,0,0,0,0),(47048,8901,230,1,1,9288,1,1391.24,-477.011,-91.9299,3.735,300,0,0,711,0,0,0,0,0),(47047,8901,230,1,1,9289,1,1379.92,-484.066,-91.9651,0.453786,300,0,0,711,0,0,0,0,0),(47046,8901,230,1,1,9290,1,1394.31,-493.644,-91.9296,0.296706,300,0,0,711,0,0,0,0,0),(47045,8901,230,1,1,8755,1,1400.04,-493.942,-91.9285,5.23599,300,0,0,711,0,0,0,0,0),(46994,8901,230,1,1,9290,1,1388.29,-472.503,-91.938,0.383972,300,0,0,711,0,0,0,0,0),(562,689,0,1,1,601,0,-11515.5,-855.115,69.0221,6.06282,300,3,0,1279,0,1,0,0,0),(15349,2348,0,1,1,8014,0,-1111.19,-961.218,59.3508,0.910866,300,10,0,787,0,1,0,0,0),(15350,2385,0,1,1,1056,0,-1077.51,-1009.13,55.4019,4.30724,300,5,0,840,0,1,0,0,0),(13216,4127,1,1,1,2710,0,1300.44,-3867.26,23.1729,2.34791,275,3,0,328,0,1,0,0,0),(13215,4127,1,1,1,2710,0,-339.063,-3714.37,27.3163,2.91703,275,20,0,328,0,1,0,0,0),(13214,4127,1,1,1,2710,0,-783.331,-3493.09,91.789,4.19417,275,20,0,328,0,1,0,0,0),(5314,9779,0,1,1,10814,0,-8177.82,-1297.7,131.622,1.71142,500,5,0,1013,0,1,0,0,0),(13213,4127,1,1,1,2710,0,-1252.15,-2247.36,95.0636,5.41014,275,20,0,328,0,1,0,0,0),(13212,4127,1,1,1,2710,0,376.213,-3184.68,91.8852,3.5221,275,3,0,328,0,1,0,0,0),(13211,4127,1,1,1,2710,0,862.623,-2845.98,94.7871,3.35006,275,20,0,328,0,1,0,0,0),(13210,4127,1,1,1,2710,0,725.939,-2654.46,91.7917,5.90742,275,20,0,328,0,1,0,0,0),(13209,4127,1,1,1,2710,0,156.6,-1657.99,91.9167,1.3531,275,20,0,328,0,1,0,0,0),(13208,4127,1,1,1,2710,0,-1211.6,-3410.92,91.8979,4.29398,275,20,0,328,0,1,0,0,0),(13207,4127,1,1,1,2710,0,-1454.43,-2873.57,94.9874,4.12387,275,20,0,328,0,1,0,0,0),(13206,4127,1,1,1,2710,0,435.631,-3116.38,92.9462,3.34058,275,20,0,328,0,1,0,0,0),(13205,4127,1,1,1,2710,0,953.017,-3021.55,91.7916,4.71448,275,20,0,328,0,1,0,0,0),(13204,4127,1,1,1,2710,0,675.502,-2687.36,93.7302,0.238815,275,20,0,328,0,1,0,0,0),(13203,4127,1,1,1,2710,0,-169.682,-1585.66,91.8784,2.92478,275,20,0,328,0,1,0,0,0),(13202,4127,1,1,1,2710,0,213.534,-1680.84,91.7917,2.0069,275,20,0,328,0,1,0,0,0),(13201,4127,1,1,1,2710,0,-284.576,-3727.71,27.552,1.90305,275,20,0,328,0,1,0,0,0),(13200,4127,1,1,1,2710,0,926.197,-2920.88,91.7917,1.49206,275,20,0,328,0,1,0,0,0),(13199,4127,1,1,1,2710,0,427.119,-3074.8,91.7917,4.79428,275,20,0,328,0,1,0,0,0),(13198,4127,1,1,1,2710,0,-218.237,-3741.27,28.9453,4.55159,275,20,0,328,0,1,0,0,0),(13197,4127,1,1,1,2710,0,1043.5,-3614.22,49.8898,0.190689,275,20,0,328,0,1,0,0,0),(13196,4127,1,1,1,2710,0,-1121.63,-1765.23,92.7848,1.7973,275,20,0,328,0,1,0,0,0),(13195,4127,1,1,1,2710,0,785.277,-2921.97,91.7916,5.70688,275,20,0,328,0,1,0,0,0),(13194,4127,1,1,1,2710,0,388.732,-3380.19,92.7932,6.06664,275,3,0,328,0,1,0,0,0),(13193,4127,1,1,1,2710,0,212.124,-1827.45,95.8954,4.12601,275,20,0,328,0,1,0,0,0),(13192,4127,1,1,1,2710,0,278.975,-1686.37,91.8328,2.86244,275,20,0,328,0,1,0,0,0),(13191,4127,1,1,1,2710,0,1097.96,-3807.25,28.1157,2.58286,275,20,0,328,0,1,0,0,0),(13190,4127,1,1,1,2710,0,-1424.16,-2869.49,92.936,2.91268,275,20,0,328,0,1,0,0,0),(13189,4127,1,1,1,2710,0,-1227.67,-2097.51,92.2898,0.816746,275,15,0,328,0,1,0,0,0),(13188,4127,1,1,1,2710,0,378.826,-3283.18,102.065,1.54151,275,3,0,328,0,1,0,0,0),(13187,4127,1,1,1,2710,0,783.177,-2817.77,92.0244,1.55734,275,20,0,328,0,1,0,0,0),(13186,4127,1,1,1,2710,0,-852.479,-1828.15,93.6669,4.28722,275,20,0,328,0,1,0,0,0),(13185,4127,1,1,1,2710,0,1025.49,-3689.71,29.8651,2.17212,275,20,0,328,0,1,0,0,0),(13184,4127,1,1,1,2710,0,350.189,-1923.54,93.0029,1.55718,275,20,0,328,0,1,0,0,0),(13183,4127,1,1,1,2710,0,-484.568,-1649.33,92.2822,5.91391,275,20,0,328,0,1,0,0,0),(13182,5406,1,1,1,2408,0,-2057.99,-3692.92,21.8427,3.89208,275,0,0,42,0,0,0,0,0),(13181,5403,1,1,1,2410,0,-2057.41,-3701.85,21.8427,0.820305,275,0,0,42,0,0,0,0,0),(13180,14874,1,1,1,14616,0,240.791,-2901.43,98.0385,5.77704,275,0,0,42,0,0,0,0,0),(13179,14873,1,1,1,14616,1,210.989,-3156.73,90.8194,0.895064,275,0,0,42,0,0,0,0,0),(13178,14872,1,1,1,14589,0,180.182,-2862.82,93.2346,4.49849,275,0,0,55,0,2,0,0,0),(13177,15384,1,1,1,11686,0,-988.422,-3835.92,8.23931,5.02655,275,0,0,4120,0,0,0,0,0),(13176,5911,1,1,1,4547,1,-2392.16,-1898.79,95.9604,0.244346,275,0,0,484,0,0,0,0,0),(13175,5908,1,1,1,4544,1,-1622.75,-1765.32,91.75,4.01426,275,0,0,484,0,0,0,0,0),(13174,5907,1,1,1,4543,1,268.899,-3055.15,97.1642,5.48952,275,0,0,328,0,2,0,0,0),(13173,3341,1,1,1,3844,1,-3589.96,-2027.71,91.7917,5.78916,275,0,0,417,0,2,0,0,0),(13172,5901,1,1,1,4538,1,-1345.12,-4047.61,5.97224,4.34587,275,0,0,1536,0,0,0,0,0),(13171,6668,1,1,1,5385,1,-4182.04,-2146.93,69.5093,0.279797,275,0,0,617,0,0,0,0,0),(13170,14859,1,1,1,14894,1,-532.145,-2988.94,93.5285,2.60054,275,0,0,3048,0,0,0,0,0),(13169,3339,1,1,1,19801,1,-1024.59,-3688.91,23.1962,2.26893,275,0,0,713,0,0,0,0,0),(13168,5899,1,1,1,4536,1,-3617.51,-1776.77,135.658,3.54302,275,0,0,544,581,0,0,0,0),(13167,3338,1,1,1,3850,1,-482.475,-2670.19,97.522,0.733038,600,0,0,61040,0,0,0,0,0),(13166,14857,1,1,1,14589,1,-29.1102,-2617.33,97.2083,5.59088,275,0,0,55,0,2,0,0,0),(13165,3337,1,1,1,3852,1,303.432,-3686.16,27.1502,5.09636,275,0,0,328,0,0,0,0,0),(13164,12296,1,1,1,14951,0,151.258,-3483.96,29.8975,0.705015,275,20,0,14,0,1,0,0,0),(13163,12296,1,1,1,14951,0,118.227,-3327.25,51.5959,3.40501,275,20,0,14,0,1,0,0,0),(8018,6546,1,1,1,5375,1,-4031.56,-3392.97,38.9974,2.1293,360,0,0,3059,6015,0,0,0,0),(8017,2914,1,1,1,2957,0,-3107.69,-3933.37,38.1539,4.41606,360,10,0,8,0,1,0,0,0),(8016,6145,1,1,1,4878,0,-4191.63,-4181.22,-9.1274,2.87467,360,5,0,8,0,1,0,0,0),(8015,2914,1,1,1,2957,0,-4487.84,-3886.27,35.2164,5.08854,360,10,0,8,0,1,0,0,0),(8014,6145,1,1,1,4878,0,-2485.54,-3940.06,-2.42383,2.3161,360,5,0,8,0,1,0,0,0),(7896,2616,1,1,1,1926,1,-3896.16,-4588.84,9.22015,3.89208,360,0,0,1981,0,0,0,0,0),(7895,4968,1,1,1,2970,1,-3749.69,-4454.15,64.9879,1.15777,43200,0,0,5907158,746240,0,0,0,0),(7894,4374,1,1,1,2423,0,-2749.06,-4614.49,-14.6502,2.33693,1200,10,0,8883,0,1,0,0,0),(7893,4370,1,1,1,11266,1,-2809.82,-4993.07,56.7292,2.10787,1200,0,0,7326,4868,0,0,0,0),(7892,4368,1,1,1,11258,1,-2717.16,-5021.07,22.5459,1.69876,1200,0,0,9156,0,0,0,0,0),(561,689,0,1,1,601,0,-11417,-750.643,77.8559,5.59195,300,5,0,1279,0,1,0,0,0),(560,689,0,1,1,601,0,-11418.8,-804.184,88.9124,1.70921,300,5,0,1279,0,1,0,0,0),(559,689,0,1,1,601,0,-11613,-889.063,68.5383,5.49755,300,2,0,1279,0,1,0,0,0),(83350,14849,530,1,1,21669,0,-2241.51,5209.69,-9.97863,1.91645,180,0,0,699,0,2,0,0,0),(83349,14833,530,1,1,14875,0,-2294.49,5256.95,-9.89211,0.20944,180,0,0,2614,0,0,0,0,0),(70027,14868,530,1,1,14937,0,-2314.61,5221.66,-9.89525,0.383972,180,0,0,156,0,0,0,0,0),(46992,8901,230,1,1,8755,1,1387.1,-476.032,-91.9387,5.39307,300,0,0,711,0,0,0,0,0),(558,689,0,1,1,601,0,-11443.7,-841.505,74.9564,3.82609,300,5,0,1279,0,1,0,0,0),(13162,12296,1,1,1,14951,0,228.128,-3213,78.0607,2.97869,275,0,0,14,0,2,0,0,0),(13161,12296,1,1,1,14951,0,141.301,-2879.71,92.2847,2.41835,275,20,0,14,0,1,0,0,0),(15348,2368,0,1,1,4763,1,-1457.81,-1084.31,8.63779,3.24631,300,0,0,896,0,0,0,0,0),(5313,9779,0,1,1,10814,0,-8162.97,-1277.35,131.622,0.436014,500,5,0,1013,0,1,0,0,0),(5312,9779,0,1,1,10814,0,-8149.67,-1292.55,131.622,1.99659,500,5,0,1013,0,1,0,0,0),(557,689,0,1,1,601,0,-11578.9,-920.47,68.8936,6.28123,300,2,0,1279,0,1,0,0,0),(13160,12296,1,1,1,14951,0,-20.3283,-2874.87,91.7916,4.96876,275,20,0,14,0,1,0,0,0),(5311,9778,0,1,1,10817,0,-8169.3,-1307.83,131.636,4.05311,500,5,0,810,2041,1,0,0,0),(48764,10485,289,1,1,7550,0,206.582,85.9061,104.327,3.7241,86400,3,0,2088,0,1,0,0,0),(13159,12296,1,1,1,14951,0,-880.562,-2313.22,91.7502,2.42601,275,0,0,14,0,0,0,0,0),(13158,12296,1,1,1,14951,0,-814.521,-2514.7,94.5681,3.86912,275,20,0,14,0,1,0,0,0),(46991,8901,230,1,1,9289,1,1392.41,-473.066,-91.9285,1.62316,300,0,0,711,0,0,0,0,0),(54722,11790,349,1,1,11345,1,601.067,-402.522,-51.936,2.6529,86400,0,0,4953,0,0,0,0,0),(54721,11792,349,1,1,2021,1,665.035,-340.498,-52.4856,0.919615,86400,5,0,4953,0,1,0,0,0),(13157,12296,1,1,1,14951,0,-484.997,-2440.04,93.5729,1.74366,275,20,0,14,0,1,0,0,0),(13156,12296,1,1,1,14951,0,-0.713121,-3277.15,91.8039,0.836425,275,20,0,14,0,1,0,0,0),(13155,12296,1,1,1,14951,0,-952.037,-2775.86,93.3972,1.48668,275,20,0,14,0,1,0,0,0),(13154,12296,1,1,1,14951,0,-1002.28,-2949.58,92.9167,0.041183,275,20,0,14,0,1,0,0,0),(13153,12296,1,1,1,14951,0,-781.887,-2959.77,94.1294,4.46964,275,20,0,14,0,1,0,0,0),(13152,12296,1,1,1,14951,0,-384.217,-2319.49,95.8697,2.54818,275,0,0,14,0,0,0,0,0),(13151,12296,1,1,1,14951,0,-492.237,-2444.31,93.5025,2.46134,275,20,0,14,0,1,0,0,0),(13150,12296,1,1,1,14951,0,-803.19,-2491.33,92.1717,5.1935,275,0,0,14,0,0,0,0,0),(13149,12296,1,1,1,14951,0,-200.733,-2792.22,93.801,3.59973,275,20,0,14,0,1,0,0,0),(13148,12296,1,1,1,14951,0,-555.262,-2899.86,92.1657,1.45323,275,20,0,14,0,1,0,0,0),(13147,12296,1,1,1,14951,0,-683.209,-3197.04,93.1298,0.252554,275,20,0,14,0,1,0,0,0),(13146,12296,1,1,1,14951,0,574.142,-2483.52,95.8737,6.26655,275,20,0,14,0,1,0,0,0),(13145,12296,1,1,1,14951,0,297.827,-2547.03,91.7917,3.33394,275,20,0,14,0,1,0,0,0),(13144,12296,1,1,1,14951,0,-770.23,-3489.79,92.4315,3.41641,275,20,0,14,0,1,0,0,0),(13143,12296,1,1,1,14951,0,616.046,-1991.18,93.3509,4.78467,275,20,0,14,0,1,0,0,0),(13142,12296,1,1,1,14951,0,-730.274,-3298.76,96.2657,0.705238,275,20,0,14,0,1,0,0,0),(13141,12296,1,1,1,14951,0,-19.5105,-2139.65,93.4409,3.76451,275,20,0,14,0,1,0,0,0),(13140,12296,1,1,1,14951,0,711.115,-2949.51,94.8996,5.81954,275,20,0,14,0,1,0,0,0),(13139,12296,1,1,1,14951,0,-227.462,-2368.57,92.8337,0.673215,275,20,0,14,0,1,0,0,0),(13138,12296,1,1,1,14951,0,-1044.52,-1809.25,91.8003,0.659114,275,20,0,14,0,1,0,0,0),(13137,12296,1,1,1,14951,0,751.815,-2688.48,92.1101,4.70397,275,20,0,14,0,1,0,0,0),(13136,12296,1,1,1,14951,0,-852.224,-2318.1,93.2945,3.58777,275,0,0,14,0,0,0,0,0),(13135,12296,1,1,1,14951,0,-287.367,-1762.14,92.418,1.62358,275,20,0,14,0,1,0,0,0),(13134,12296,1,1,1,14951,0,-482.937,-3450.76,92.7981,4.68747,275,20,0,14,0,1,0,0,0),(13133,12296,1,1,1,14951,0,215.654,-1512.44,91.995,1.11701,275,0,0,14,0,0,0,0,0),(13132,12296,1,1,1,14951,0,423.04,-1888.46,93.2928,5.89036,275,20,0,14,0,1,0,0,0),(13131,12296,1,1,1,14951,0,-166.768,-2273.45,92.2056,3.65856,275,20,0,14,0,1,0,0,0),(13130,12296,1,1,1,14951,0,388.409,-3117.62,91.7919,3.13335,275,20,0,14,0,1,0,0,0),(13129,12296,1,1,1,14951,0,358.173,-2724.31,94.3818,2.37155,275,20,0,14,0,1,0,0,0),(13128,12296,1,1,1,14951,0,490.491,-3113.94,94.4204,2.99569,275,20,0,14,0,1,0,0,0),(13127,12296,1,1,1,14951,0,277.451,-1856.28,91.9167,4.09178,275,20,0,14,0,1,0,0,0),(13126,12296,1,1,1,14951,0,898.401,-2917.14,92.2547,3.14941,275,20,0,14,0,1,0,0,0),(13125,12296,1,1,1,14951,0,78.9691,-1581.7,94.5038,2.53073,275,0,0,14,0,0,0,0,0),(13124,12296,1,1,1,14951,0,386.961,-3189.06,91.7055,3.39076,275,15,0,14,0,1,0,0,0),(13123,12296,1,1,1,14951,0,786.244,-2830.19,91.7917,4.49704,275,20,0,14,0,1,0,0,0),(13122,12296,1,1,1,14951,0,-891.549,-3257.78,93.0416,4.04977,275,20,0,14,0,1,0,0,0),(13121,12296,1,1,1,14951,0,-287.931,-3486.74,93.0438,4.86147,275,20,0,14,0,1,0,0,0),(13120,12296,1,1,1,14951,0,40.7164,-2462.06,92.4958,1.52754,275,0,0,14,0,2,0,0,0),(13119,12296,1,1,1,14951,0,-668.229,-1907.38,91.9167,2.42999,275,20,0,14,0,1,0,0,0),(13118,12296,1,1,1,14951,0,-1020.34,-3146.37,91.7917,2.91483,275,20,0,14,0,1,0,0,0),(13117,12296,1,1,1,14951,0,-188.935,-1981.7,93.2949,1.72344,275,20,0,14,0,1,0,0,0),(13116,12296,1,1,1,14951,0,207.06,-2792.86,92.5197,1.59895,275,20,0,14,0,1,0,0,0),(13115,12296,1,1,1,14951,0,-411.537,-2046.71,91.7917,0.502608,275,20,0,14,0,1,0,0,0),(13114,12296,1,1,1,14951,0,647.393,-2686.95,95.296,5.90438,275,20,0,14,0,1,0,0,0),(13113,12296,1,1,1,14951,0,731.682,-2496.07,91.8909,3.78628,275,20,0,14,0,1,0,0,0),(13112,12296,1,1,1,14951,0,207.635,-3221.62,76.2662,3.87282,275,20,0,14,0,1,0,0,0),(13111,12296,1,1,1,14951,0,231.333,-2619.72,92.0426,3.30835,275,20,0,14,0,1,0,0,0),(13110,12296,1,1,1,14951,0,-412.769,-2916.86,93.2666,6.25,275,20,0,14,0,1,0,0,0),(13109,12296,1,1,1,14951,0,130.578,-2890.14,92.3712,5.98752,275,0,0,14,0,2,0,0,0),(13108,12296,1,1,1,14951,0,-122.425,-1549.66,91.7917,5.9045,275,20,0,14,0,1,0,0,0),(13107,12296,1,1,1,14951,0,-820.8,-1708.22,93.966,2.63149,275,20,0,14,0,1,0,0,0),(13106,12296,1,1,1,14951,0,413.53,-3373.89,91.9167,5.00291,275,20,0,14,0,1,0,0,0),(13105,12296,1,1,1,14951,0,580.354,-1715.06,91.9904,3.61283,275,0,0,14,0,0,0,0,0),(13104,12296,1,1,1,14951,0,632.261,-2252.25,92,3.09521,275,20,0,14,0,1,0,0,0),(13103,12296,1,1,1,14951,0,-990.866,-2560.16,92.4236,2.92504,275,20,0,14,0,1,0,0,0),(13102,12296,1,1,1,14951,0,228.093,-1680.61,92.142,6.24804,275,20,0,14,0,1,0,0,0),(48763,10485,289,1,1,7550,0,211.313,88.8732,104.327,3.96787,86400,3,0,2088,0,1,0,0,0),(48762,10485,289,1,1,7550,0,215.633,79.811,104.798,6.26976,86400,3,0,2088,0,1,0,0,0),(48761,10495,289,1,1,519,0,220.372,73.5207,104.798,5.64305,86400,3,0,8613,0,1,0,0,0),(48760,10481,289,1,1,10975,0,222.002,82.2615,104.798,1.62244,86400,3,0,1436,0,1,0,0,0),(15347,2386,0,1,1,3705,1,-889.39,-580.6,7.18159,5.40061,300,3,0,2310,0,1,0,0,0),(13101,12296,1,1,1,14951,0,4.2843,-2322.3,92.2618,4.40534,275,20,0,14,0,1,0,0,0),(52053,12129,249,3,1,0,1,-203.672,-208.228,-69.1446,0.973074,6300,5,0,213640,0,1,0,0,0),(13100,9990,1,1,1,9574,1,-290.488,-1913.03,91.7916,4.24696,275,0,0,86,0,0,0,0,0),(13099,4099,1,1,1,9415,1,-4913.14,-2264.11,-70.1497,2.27025,275,5,0,787,0,1,0,0,0),(13098,4099,1,1,1,9415,1,-4889.61,-2355.93,-55.0498,3.19425,275,5,0,787,0,1,0,0,0),(13097,4099,1,1,1,9415,1,-4926.5,-2368.05,-50.981,0.133784,275,5,0,787,0,1,0,0,0),(47582,10204,530,1,1,0,0,2301.16,6037,142.485,2.33031,6300,0,0,369000,0,0,0,0,0),(13096,4099,1,1,1,9415,1,-4881.34,-2353.11,-55.0591,2.24497,275,5,0,787,0,1,0,0,0),(48586,10485,289,1,1,7550,0,214.38,73.1017,104.798,1.15192,86400,3,0,2088,0,1,0,0,0),(48585,10495,289,1,1,519,0,180.356,102.901,104.798,0.181816,86400,3,0,8613,0,1,0,0,0),(48575,10485,289,1,1,9786,0,187.086,92.537,104.767,3.50555,86400,3,0,2088,0,1,0,0,0),(48570,10485,289,1,1,7550,0,179.126,94.6681,104.8,0.762391,86400,3,0,2088,0,1,0,0,0),(48563,10495,289,1,1,519,0,187.034,86.5012,104.798,1.70667,86400,3,0,8613,0,1,0,0,0),(5310,9778,0,1,1,10817,0,-8163.3,-1294,131.622,3.3223,500,5,0,810,2041,1,0,0,0),(48548,10481,289,1,1,10975,0,191.688,90.8574,104.327,5.79797,86400,3,0,1436,0,1,0,0,0),(48479,10485,289,1,1,9786,0,191.343,83.4603,104.327,2.59332,86400,3,0,2088,0,1,0,0,0),(13095,4099,1,1,1,9415,1,-4874.19,-2323.64,-54.8132,4.02008,275,5,0,787,0,1,0,0,0),(5309,9776,0,1,1,10815,0,-7933.67,-2579.61,213.555,4.05599,500,5,0,917,0,1,0,0,0),(48478,10481,289,1,1,10975,0,179.384,83.667,104.8,1.40979,86400,3,0,1436,0,1,0,0,0),(13094,4099,1,1,1,9415,1,-4897.38,-2300.09,-59.5308,4.68063,275,5,0,787,0,1,0,0,0),(48477,10495,289,1,1,519,0,204.191,73.0652,104.798,5.23599,86400,3,0,8613,0,1,0,0,0),(13093,14850,1,1,1,14589,0,-537.488,-2986.61,92.9323,2.40044,275,0,0,42,0,0,0,0,0),(13092,12034,1,1,1,5233,0,-390.928,-2182.54,158.68,3.36848,275,0,0,4120,0,0,0,0,0),(13091,6145,1,1,1,4878,0,-1113.12,-3850.49,-27.7106,3.32077,275,5,0,8,0,1,0,0,0),(48476,10481,289,1,1,10975,0,197.559,79.5891,104.327,1.99957,86400,3,0,1436,0,1,0,0,0),(48470,10485,289,1,1,9786,0,198.144,73.889,104.666,0.058792,86400,3,0,2088,0,1,0,0,0),(48469,11551,289,1,1,11178,0,209.233,73.2819,104.798,3.4958,86400,0,0,8613,0,2,0,0,0),(48468,10475,289,1,1,11161,1,109.245,68.8032,98.9383,5.8294,86400,0,0,17226,0,0,0,0,0),(7891,4364,1,1,1,9135,1,-2562.5,-4901.34,31.6963,4.55558,1200,5,0,8883,0,1,0,0,0),(13090,6145,1,1,1,4878,0,-981.84,-3952.1,-44.8364,3.20661,275,5,0,8,0,1,0,0,0),(48467,10475,289,1,1,11135,1,97.1261,97.5603,97.8059,5.044,86400,0,0,17226,0,0,0,0,0),(15346,2386,0,1,1,3708,1,-842.243,-636.948,15.2535,2.09648,300,10,0,2310,0,1,0,0,0),(5308,9776,0,1,1,10815,0,-7941.22,-2587.76,213.555,2.57303,500,5,0,917,0,1,0,0,0),(13089,6145,1,1,1,4878,0,-1792.83,-3840.65,-5.60623,1.05471,275,5,0,8,0,1,0,0,0),(48466,10475,289,1,1,11136,1,110.322,84.9862,99.9234,0.453786,86400,0,0,17226,0,0,0,0,0),(48465,10475,289,1,1,11135,1,97.9246,75.0885,97.9626,3.40339,86400,0,0,17226,0,0,0,0,0),(30396,6206,90,1,1,830,1,-499.676,43.3165,-156.403,1.44862,86400,3,0,2272,0,1,0,0,0),(135695,16525,532,1,1,16241,0,-11217.7,-1830.98,224.027,5.51524,604800,0,0,30160,0,0,0,0,0),(48464,10475,289,1,1,11161,1,136.103,87.3239,102.13,3.94444,86400,0,0,17226,0,0,0,0,0),(47471,25851,580,1,1,0,0,1878.35,647.893,32.1155,1.22173,604800,0,0,8042,3231,0,0,0,0),(48463,10475,289,1,1,11135,1,111.239,64.8379,99.035,1.46608,86400,0,0,17226,0,0,0,0,0),(48462,10475,289,1,1,11134,1,123.59,79.7615,101.698,0.383972,86400,0,0,17226,0,0,0,0,0),(48461,10475,289,1,1,11135,1,103.822,106.933,98.6173,0.558505,86400,0,0,17226,0,0,0,0,0),(13088,6145,1,1,1,4878,0,-1397.8,-4039.25,-4.3446,0.470641,275,5,0,8,0,1,0,0,0),(13087,6145,1,1,1,4878,0,-1149.55,-3982.92,-59.4034,1.90392,275,5,0,8,0,1,0,0,0),(137879,9818,229,1,1,0,1,217.2,-259.564,82.1871,6.26573,7200,0,0,1,0,0,0,0,0),(137880,9818,229,1,1,0,1,223.704,-297.484,77.0515,5.46288,7200,0,0,1,0,0,0,0,0),(137943,9817,229,1,1,0,1,234.324,-306.764,77.0605,2.44346,7200,0,0,1,0,0,0,0,0),(137942,9817,229,1,1,0,1,232.84,-297.491,77.0546,4.08407,7200,0,0,1,0,0,0,0,0),(137941,9817,229,1,1,0,1,225.861,-266.147,82.0873,3.30034,7200,0,0,1,0,0,0,0,0),(137940,9817,229,1,1,0,1,221.518,-258.424,82.1293,3.04174,7200,0,0,1,0,0,0,0,0),(137939,9817,229,1,1,0,1,215.519,-337.733,76.9524,3.10669,7200,0,0,1,0,0,0,0,0),(137938,9817,229,1,1,0,1,190.633,-263.959,77.0332,0.959931,7200,0,0,1,0,0,0,0,0),(137937,9817,229,1,1,0,1,177.831,-367.561,116.926,1.15192,7200,0,0,1,0,0,0,0,0),(137936,9817,229,1,1,0,1,169.916,-367.141,116.926,1.13446,7200,0,0,1,0,0,0,0,0),(137935,9817,229,1,1,0,1,163.503,-247.514,111.026,2.0944,7200,0,0,1,0,0,0,0,0),(137934,9817,229,1,1,0,1,159.043,-288.596,71.0319,3.64774,7200,0,0,1,0,0,0,0,0),(137933,9817,229,1,1,0,1,156.027,-256.98,110.873,0.802851,7200,0,0,1,0,2,0,0,0),(137898,9819,229,1,1,0,1,157.88,-359.291,71.0256,1.53589,7200,0,0,1,0,0,0,0,0),(137894,9819,229,1,1,0,1,151.986,-343.381,110.952,1.20428,7200,0,0,1,0,2,0,0,0),(137895,9819,229,1,1,0,1,149.248,-249.037,110.908,4.86947,7200,0,0,1,0,0,0,0,0),(137896,9819,229,1,1,0,1,150.514,-354.058,71.0197,5.21853,7200,0,0,1,0,0,0,0,0),(137897,9819,229,1,1,0,1,157.249,-291.752,71.0334,1.69297,7200,0,0,1,0,0,0,0,0),(137818,9096,229,1,1,0,1,100.743,-246.005,106.519,2.6529,7200,0,0,1,0,0,0,0,0),(137819,9096,229,1,1,0,1,101.678,-237.667,106.519,3.54302,7200,0,0,1,0,0,0,0,0),(137847,10083,229,1,1,0,1,81.0064,-284.353,91.5332,5.95157,7200,7,0,1,0,1,0,0,0),(137848,10366,229,1,1,0,1,11.3329,-492.122,111.023,0.733038,7200,0,0,1,0,0,0,0,0),(137849,10366,229,1,1,0,1,137.109,-474.652,116.842,0.0125515,7200,0,0,1,0,2,0,0,0),(137850,10366,229,1,1,0,1,27.6827,-426.067,111.009,5.48033,7200,0,0,1,0,0,0,0,0),(137851,10366,229,1,1,0,1,31.2498,-497.101,111.035,1.27409,7200,0,0,1,0,0,0,0,0),(137901,9819,229,1,1,0,1,161.471,-314.998,111.022,3.19395,7200,0,0,1,0,0,0,0,0),(137900,9819,229,1,1,0,1,161.448,-317.886,111.023,3.1765,7200,0,0,1,0,0,0,0,0),(137899,9819,229,1,1,0,1,159.269,-245.613,111.026,6.23083,7200,0,0,1,0,0,0,0,0),(137878,9818,229,1,1,0,1,212.137,-339.792,76.9863,1.15192,7200,0,0,1,0,0,0,0,0),(137877,9818,229,1,1,0,1,188.856,-258.877,77.0358,6.07375,7200,0,0,1,0,0,0,0,0),(137876,9818,229,1,1,0,1,179.995,-365.894,116.926,3.19395,7200,0,0,1,0,0,0,0,0),(137875,9818,229,1,1,0,1,170.606,-362.353,116.924,4.86947,7200,0,0,1,0,0,0,0,0),(137873,9818,229,1,1,0,1,156.815,-283.34,71.0354,1.98968,7200,0,0,1,0,0,0,0,0),(137874,9818,229,1,1,0,1,162.63,-243.073,111.034,4.32842,7200,0,0,1,0,0,0,0,0),(137931,9817,229,1,1,0,1,154.429,-289.456,71.0298,6.17847,7200,0,0,1,0,0,0,0,0),(137930,9817,229,1,1,0,1,125.033,-346.358,71.0462,1.6057,7200,0,0,1,0,0,0,0,0),(137929,9817,229,1,1,0,1,122.052,-293.157,71.0618,5.49779,7200,0,0,1,0,0,0,0,0),(137928,9817,229,1,1,0,1,119.028,-340.441,71.046,0.0349066,7200,0,0,1,0,0,0,0,0),(137927,16048,229,1,1,11686,0,50.1154,-534.537,111.32,6.16101,7200,0,0,57,0,0,0,0,0),(137926,10316,229,1,1,0,1,162.46,-258.961,91.6177,3.08923,7200,0,0,1,0,0,0,0,0),(137924,10316,229,1,1,0,1,162.216,-240.971,91.6895,3.89208,7200,0,0,1,0,0,0,0,0),(137925,10316,229,1,1,0,1,162.327,-276.759,91.6961,2.32129,7200,0,0,1,0,0,0,0,0),(137945,9817,229,1,1,0,1,93.9204,-417.965,111.006,2.79253,7200,0,0,1,0,0,0,0,0),(13086,6145,1,1,1,4878,0,-878.792,-3997.69,-42.3498,1.87903,275,5,0,8,0,1,0,0,0),(48460,10475,289,1,1,11161,1,94.8988,73.5054,97.7763,0.872665,86400,0,0,17226,0,0,0,0,0),(48459,10475,289,1,1,11161,1,110.053,98.8023,99.7995,1.64061,86400,0,0,17226,0,0,0,0,0),(13085,4097,1,1,1,9416,1,-4890.35,-2293.54,-59.587,1.73335,275,5,0,586,693,1,0,0,0),(46990,8901,230,1,1,9290,1,1397.72,-490.442,-91.9295,5.18363,300,0,0,711,0,0,0,0,0),(137944,9817,229,1,1,0,1,85.6391,-366.95,116.926,0.802851,7200,0,0,1,0,0,0,0,0),(137923,10316,229,1,1,0,1,144.283,-240.994,91.6227,4.72984,7200,0,0,1,0,0,0,0,0),(137922,10316,229,1,1,0,1,126.508,-240.895,91.6215,5.53269,7200,0,0,1,0,0,0,0,0),(137921,10316,229,1,1,0,1,126.447,-276.597,91.6376,0.820305,7200,0,0,1,0,0,0,0,0),(137920,10316,229,1,1,0,1,126.307,-258.625,91.6371,0.0349066,7200,0,0,1,0,0,0,0,0),(137918,9819,229,1,1,0,1,106.929,-367.276,116.926,2.30383,7200,0,0,1,0,0,0,0,0),(137919,10740,229,1,1,0,0,70.5436,-420.443,110.847,0.750492,7200,0,0,1,0,0,0,0,0),(137917,9819,229,1,1,0,1,92.1094,-415.175,111.006,4.59022,7200,0,0,1,0,0,0,0,0),(13084,6145,1,1,1,4878,0,-2046.64,-3815.71,-7.00129,1.25541,275,5,0,8,0,1,0,0,0),(46979,8901,230,1,1,9289,1,1380.52,-486.215,-91.9691,1.91986,300,0,0,711,0,0,0,0,0),(46978,8901,230,1,1,8755,1,1414.05,-462.921,-91.9273,3.52556,300,0,0,711,0,0,0,0,0),(46977,8901,230,1,1,8755,1,1433.52,-476.816,-91.9285,2.84489,300,0,0,711,0,0,0,0,0),(46970,8901,230,1,1,9288,1,1411.6,-458.339,-91.926,0.191986,300,0,0,711,0,0,0,0,0),(46969,8901,230,1,1,8755,1,1435.07,-479.063,-91.9285,0.349066,300,0,0,711,0,0,0,0,0),(46967,8901,230,1,1,9288,1,1429.66,-460.304,-91.9356,4.97419,300,0,0,711,0,0,0,0,0),(46966,8901,230,1,1,9288,1,1410.2,-479.192,-91.9359,5.72468,300,0,0,711,0,0,0,0,0),(46965,8901,230,1,1,9288,1,1415.55,-458.489,-91.9244,1.8326,300,0,0,711,0,0,0,0,0),(46963,8901,230,1,1,9289,1,1431.05,-463.523,-91.935,2.11185,300,0,0,711,0,0,0,0,0),(46962,8901,230,1,1,8755,1,1432.38,-482.364,-91.9285,5.41052,300,0,0,711,0,0,0,0,0),(46960,8901,230,1,1,9289,1,1413.19,-483.049,-91.9285,0.506145,300,0,0,711,0,0,0,0,0),(46896,8901,230,1,1,9288,1,1348.78,-543.973,-91.9493,0.226893,300,0,0,711,0,0,0,0,0),(46895,8901,230,1,1,9290,1,1363.66,-538.363,-91.9332,0.069813,300,0,0,711,0,0,0,0,0),(46893,8901,230,1,1,9289,1,1345.51,-540.331,-91.9502,3.01942,300,0,0,711,0,0,0,0,0),(46892,8901,230,1,1,9290,1,1362.16,-515.5,-91.94,1.8675,300,0,0,711,0,0,0,0,0),(46856,8901,230,1,1,9290,1,1349.19,-540.453,-91.9392,4.32842,300,0,0,711,0,0,0,0,0),(46745,8901,230,1,1,9289,1,1365.7,-510.821,-91.9553,3.05433,300,0,0,711,0,0,0,0,0),(46744,8901,230,1,1,9288,1,1363.27,-510.026,-91.9488,3.83972,300,0,0,711,0,0,0,0,0),(46743,8901,230,1,1,9288,1,1359.07,-514.234,-91.9337,0.418879,300,0,0,711,0,0,0,0,0),(46742,8901,230,1,1,9290,1,1363.42,-535.53,-91.9285,1.37881,300,0,0,711,0,0,0,0,0),(46741,8901,230,1,1,9290,1,1360.5,-537.29,-91.9301,1.16937,300,0,0,711,0,0,0,0,0),(46740,8901,230,1,1,9288,1,1312.92,-509.111,-91.9579,0.663225,300,0,0,711,0,0,0,0,0),(46739,8901,230,1,1,9290,1,1330.17,-522.761,-91.9542,5.35816,300,0,0,711,0,0,0,0,0),(46738,8901,230,1,1,9289,1,1311.32,-524.999,-91.963,2.25148,300,0,0,711,0,0,0,0,0),(13083,4097,1,1,1,9416,1,-4875.31,-2334.52,-53.3456,1.83979,275,5,0,586,693,1,0,0,0),(13082,6145,1,1,1,4878,0,-1945.04,-3793,-6.01435,4.47599,275,5,0,8,0,1,0,0,0),(13081,3124,1,1,1,2485,0,-311.728,-4383.49,55.4956,4.99568,200,10,0,71,0,1,0,0,0),(13080,3101,1,1,1,1185,1,-252.915,-4381.57,62.5709,1.92834,200,10,0,69,79,1,0,0,0),(13079,3124,1,1,1,2485,0,-283.734,-4353.08,54.2889,2.46091,200,10,0,71,0,1,0,0,0),(13078,3124,1,1,1,2485,0,-284.146,-4386.08,57.6236,4.70264,200,10,0,71,0,1,0,0,0),(13077,3098,1,1,1,503,0,-349.288,-4184.41,59.1999,0.802851,120,10,0,42,0,1,0,0,0),(13076,3101,1,1,1,1185,1,-213.201,-4382.11,63.6607,0.564076,200,10,0,69,79,1,0,0,0),(137916,9819,229,1,1,0,1,90.0266,-367.406,117.518,2.51327,7200,0,0,1,0,0,0,0,0),(13075,3124,1,1,1,2485,0,-354.449,-4152.44,53.0701,5.65346,200,10,0,71,0,1,0,0,0),(5307,9776,0,1,1,10815,0,-7923.15,-2570.37,213.531,1.81775,500,5,0,917,0,1,0,0,0),(5306,9777,0,1,1,10816,0,-7952.52,-2605.25,212.738,2.82641,500,5,0,917,0,1,0,0,0),(13074,3124,1,1,1,2485,0,-379.151,-4149.79,52.1301,3.63162,200,10,0,71,0,1,0,0,0),(48458,10480,289,1,1,10978,0,230.05,-9.94596,85.3117,5.84685,86400,0,0,3876,0,0,0,0,0),(13073,3101,1,1,1,1185,1,-198.088,-4333.76,68.3462,5.83675,200,10,0,69,79,1,0,0,0),(48457,10480,289,1,1,10972,0,259.328,-5.06033,84.9242,2.96706,86400,0,0,3876,0,0,0,0,0),(5305,9777,0,1,1,10816,0,-7948.33,-2597.33,213.555,0.120314,500,5,0,917,0,1,0,0,0),(5304,7032,0,1,1,5781,0,-7988.23,-1891.53,129.745,2.91287,500,5,0,2875,0,1,0,0,0),(5302,7032,0,1,1,5781,0,-7880.42,-1470.08,141.189,3.44607,500,5,0,2875,0,1,0,0,0),(5301,7048,0,1,1,400,0,-7539.65,-1809.49,231.164,4.9872,500,5,0,2232,4765,1,0,0,0),(5300,9694,0,1,1,11420,0,-8199.68,-2068.04,146.506,0.475011,500,5,0,3189,0,1,0,0,0),(5299,7048,0,1,1,400,0,-7984,-1465.4,134.545,5.95088,500,5,0,2232,4765,1,0,0,0),(46850,17814,560,3,1,17959,1,2323,883.376,57.6724,1.13254,86400,0,0,17151,0,0,0,0,0),(46842,17814,560,3,1,17959,1,2327.93,880.303,57.6718,1.21893,86400,0,0,17151,0,0,0,0,0),(13072,3124,1,1,1,2485,0,-425.434,-4150.13,52.0528,3.52404,200,10,0,71,0,1,0,0,0),(13071,3124,1,1,1,2485,0,-448.941,-4118.7,51.1081,6.04742,200,10,0,71,0,1,0,0,0),(13070,3101,1,1,1,1185,1,-211.553,-4351.95,64.4947,5.57668,200,10,0,69,79,1,0,0,0),(13069,3124,1,1,1,2485,0,-457.278,-4156.35,47.5627,4.24282,200,5,0,71,0,1,0,0,0),(13068,3102,1,1,1,850,0,-155.104,-4357.65,66.8764,2.73135,200,3,0,71,0,1,0,0,0),(13067,3101,1,1,1,1185,1,-166.438,-4320.16,71.1002,0.3446,200,5,0,69,79,1,0,0,0),(13066,3102,1,1,1,850,0,-142.261,-4370.21,66.9266,3.31496,200,3,0,71,0,1,0,0,0),(13065,3101,1,1,1,1185,1,-176.948,-4360.68,68.4505,1.53969,200,5,0,69,79,1,0,0,0),(13064,3101,1,1,1,1185,1,-132.968,-4349.6,67.1474,2.61551,200,3,0,69,79,1,0,0,0),(13063,3101,1,1,1,1185,1,-195.434,-4376.55,66.5687,1.37608,200,10,0,69,79,1,0,0,0),(13062,3101,1,1,1,1185,1,-127.627,-4337.51,64.192,3.49807,200,3,0,69,79,1,0,0,0),(13061,3102,1,1,1,850,0,-114.123,-4328.78,66.0343,0.207349,200,3,0,71,0,1,0,0,0),(13060,3101,1,1,1,1185,1,-86.673,-4328.19,65.8605,3.87065,200,3,0,69,79,1,0,0,0),(13059,3101,1,1,1,1185,1,-200.79,-4295.73,64.2941,2.58129,200,10,0,69,79,1,0,0,0),(13058,3101,1,1,1,1185,1,-49.3166,-4222.96,62.2687,2.78015,200,3,0,69,79,1,0,0,0),(13057,3101,1,1,1,1185,1,-207.922,-4309.4,63.9191,0.825043,200,10,0,69,79,1,0,0,0),(13056,3101,1,1,1,1185,1,-244.718,-4342.81,62.7066,3.59214,200,10,0,69,79,1,0,0,0),(13055,3101,1,1,1,1185,1,-253.593,-4316.13,56.0352,4.1604,200,5,0,69,79,1,0,0,0),(13054,3101,1,1,1,1185,1,-246.558,-4279.26,61.6414,0.255442,200,10,0,69,79,1,0,0,0),(13053,3124,1,1,1,2485,0,-287.857,-4286.79,60.4528,5.24688,200,5,0,71,0,1,0,0,0),(13052,3124,1,1,1,2485,0,-379.617,-4088.91,49.3236,4.62413,200,10,0,71,0,1,0,0,0),(15345,2356,0,1,1,3201,0,-913.083,-62.5935,20.6685,1.84806,300,10,0,944,0,1,0,0,0),(13051,3102,1,1,1,850,0,-29.4838,-4265.14,66.5683,5.17441,200,3,0,71,0,1,0,0,0),(43598,24222,530,1,1,0,0,-965.405,7976.56,32.7939,1.14893,600,0,0,4979,0,2,0,0,0),(48436,10481,289,1,1,10976,0,233.743,-4.85362,84.9242,4.18879,86400,0,0,1436,0,0,0,0,0),(13049,3124,1,1,1,2485,0,-386.839,-4051.39,51.8339,-1.09711,200,10,0,71,0,1,0,0,0),(13048,3124,1,1,1,2485,0,-355.606,-4075.84,51.8144,2.16719,200,5,0,71,0,1,0,0,0),(13047,3098,1,1,1,503,0,-519.185,-4314.91,39.3783,1.54976,120,5,0,42,0,1,0,0,0),(13046,3207,1,1,1,4080,1,-1118.81,-5485.68,7.90532,3.88268,300,10,0,148,165,1,0,0,0),(13045,3206,1,1,1,4077,1,-1251.9,-5508.89,5.85606,3.98105,300,0,0,148,165,0,0,0,0),(13044,3124,1,1,1,2485,0,-279.493,-4214.26,55.2843,5.68814,200,10,0,71,0,1,0,0,0),(13043,3102,1,1,1,850,0,-44.0381,-4332.91,68.5392,2.92865,200,3,0,71,0,1,0,0,0),(13042,3206,1,1,1,4077,1,-1264.6,-5498.64,4.98397,2.66075,300,0,0,148,165,0,0,0,0),(13041,3102,1,1,1,850,0,-63.8178,-4334.02,68.1422,0.654413,200,3,0,71,0,1,0,0,0),(13040,3122,1,1,1,1960,0,-969.792,-5184.38,1.96031,1.15182,300,5,0,120,0,1,0,0,0),(5298,7048,0,1,1,400,0,-7568.08,-2562.76,135.583,6.17162,500,10,0,2232,4765,1,0,0,0),(5297,9695,0,1,1,10984,0,-7551.35,-1942.55,184.763,1.45323,500,5,0,3293,0,1,0,0,0),(5296,9695,0,1,1,10984,0,-7557.34,-2491.62,136.5,1.58018,500,5,0,3293,0,1,0,0,0),(5295,7048,0,1,1,400,0,-8113.26,-1280.81,133.636,3.75183,500,10,0,2232,4765,1,0,0,0),(5294,7048,0,1,1,400,0,-7581.13,-2387.28,140.692,1.96799,500,10,0,2232,4765,1,0,0,0),(5293,7048,0,1,1,400,0,-8251.44,-1374.19,160.368,3.75776,500,10,0,2232,4765,1,0,0,0),(5292,9691,0,1,1,8970,0,-7918.47,-2869.78,134.56,1.4416,500,10,0,3082,0,1,0,0,0),(5291,7047,0,1,1,397,0,-7682.49,-2949.51,132.367,3.40658,500,10,0,2384,1864,1,0,0,0),(5290,7047,0,1,1,397,0,-7684.17,-2838.58,133.918,2.83616,500,10,0,2384,1864,1,0,0,0),(5289,7047,0,1,1,397,0,-7612.6,-2853.61,133.9,6.26952,500,10,0,2384,1864,1,0,0,0),(5288,9691,0,1,1,8970,0,-7474.67,-2748.45,180.646,3.4348,500,5,0,3082,0,1,0,0,0),(40250,10221,229,1,1,0,0,-192.129,-317.311,64.4244,0.261964,3600,0,0,3082,0,0,0,0,0),(40249,10221,229,1,1,0,0,-188.584,-319.751,64.4244,1.77778,3600,0,0,3082,0,0,0,0,0),(5287,9691,0,1,1,8970,0,-8154.94,-2799.23,135.872,3.88688,500,10,0,3082,0,1,0,0,0),(5286,7055,0,1,1,741,0,-8156.33,-1693.23,136.154,4.72984,500,0,0,3293,0,0,0,0,0),(5285,7026,0,1,1,6046,1,-8228.58,-1744.55,148.666,2.98451,500,0,0,2470,5013,0,0,0,0),(5284,7025,0,1,1,6045,1,-8098.66,-1509.88,133.178,0.488692,500,0,0,3529,0,0,0,0,0),(5283,7027,0,1,1,6047,1,-8084.57,-1886.15,182.641,0.523599,500,0,0,3644,0,0,0,0,0),(5282,7025,0,1,1,6045,1,-8124.89,-1506.49,133.263,4.20624,500,0,0,3529,0,0,0,0,0),(5281,7026,0,1,1,6046,1,-8085.09,-1885.29,134.092,1.22173,500,5,0,2470,5013,1,0,0,0),(31799,17815,560,3,1,17947,1,2014.05,304.842,66.0949,1.01042,86400,0,0,17151,0,2,0,0,0),(13039,3206,1,1,1,4077,1,-1247.7,-5448.08,5.47132,0.555686,300,5,0,148,165,1,0,0,0),(13038,3098,1,1,1,503,0,-382.127,-4181.93,56.4121,1.58156,120,5,0,42,0,1,0,0,0),(13037,3098,1,1,1,503,0,-415.534,-4188.62,51.1441,4.005,120,5,0,42,0,1,0,0,0),(13036,3207,1,1,1,4080,1,-1287.27,-5481.16,4.22497,2.13658,300,5,0,148,165,1,0,0,0),(13035,6145,1,1,1,4878,0,-931.857,-5136.39,-6.90581,3.69709,120,10,0,8,0,1,0,0,0),(13034,3124,1,1,1,2485,0,-410.204,-4120.98,50.2176,4.26844,200,10,0,71,0,1,0,0,0),(13033,3207,1,1,1,4079,1,-1248.95,-5480.5,5.21741,3.41997,300,3,0,148,165,1,0,0,0),(13032,3206,1,1,1,4076,1,-1084.12,-5548.47,10.2811,1.85226,300,0,0,148,165,0,0,0,0),(13031,3124,1,1,1,2485,0,-448.071,-4082.53,53.1445,5.99819,200,5,0,71,0,1,0,0,0),(13030,3206,1,1,1,4076,1,-1094.85,-5579.36,11.1797,0.53464,300,5,0,148,165,1,0,0,0),(13029,3124,1,1,1,2485,0,-415.359,-4055.64,52.2608,4.64114,200,5,0,71,0,1,0,0,0),(13028,3124,1,1,1,2485,0,-427.062,-4080.09,49.5018,2.75415,200,10,0,71,0,1,0,0,0),(13027,3206,1,1,1,4077,1,-1102.46,-5526.49,11.773,5.0943,300,0,0,148,165,0,0,0,0),(48428,10480,289,1,1,10978,0,262.456,5.07677,84.9242,2.35619,86400,0,0,3876,0,0,0,0,0),(13026,3207,1,1,1,4079,1,-1138.31,-5597.88,7.7215,3.24477,300,0,0,148,165,0,0,0,0),(13025,3098,1,1,1,503,0,-308.834,-4217.85,52.5989,2.77551,120,5,0,42,0,1,0,0,0),(13024,3207,1,1,1,4079,1,-1152.97,-5446.21,8.70802,4.72997,300,10,0,148,165,1,0,0,0),(13023,3106,1,1,1,1307,0,-1088.46,-4820.06,4.84342,4.39695,200,10,0,102,0,1,0,0,0),(13022,3125,1,1,1,2486,0,-886.264,-4782.01,20.216,3.31259,200,5,0,102,0,1,0,0,0),(13021,3206,1,1,1,4077,1,-1110.47,-5447.91,9.71767,1.55628,300,5,0,148,165,1,0,0,0),(13020,3207,1,1,1,4080,1,-1187.5,-5512.5,5.6852,2.17714,300,5,0,148,165,1,0,0,0),(13019,3207,1,1,1,4080,1,-1221.02,-5512.09,5.60975,3.18255,300,5,0,148,165,1,0,0,0),(13018,3207,1,1,1,4079,1,-1220.26,-5552.95,5.53587,5.84137,300,3,0,148,165,1,0,0,0),(13017,3119,1,1,1,9442,1,-916.154,-4749.1,21.2628,2.42722,300,10,0,120,0,1,0,0,0),(13016,3207,1,1,1,4080,1,-1251.06,-5582.51,8.08332,5.48795,300,3,0,148,165,1,0,0,0),(13015,3106,1,1,1,1307,0,149.939,-5152.86,1.02443,6.19592,200,0,0,102,0,0,0,0,0),(13014,3106,1,1,1,1307,0,-987.052,-4920.34,0.995402,6.19976,200,10,0,102,0,1,0,0,0),(13013,5951,1,1,1,1560,0,-292.734,-4178.04,52.6329,1.31399,120,10,0,8,0,1,0,0,0),(13012,3121,1,1,1,598,0,-1413.26,-5152.44,2.84778,6.11791,300,5,0,137,0,1,0,0,0),(13011,3106,1,1,1,1307,0,-1082.13,-4850.85,3.17436,6.10263,200,10,0,102,0,1,0,0,0),(13010,3121,1,1,1,598,0,-1411.09,-5210.54,4.25019,1.26129,300,5,0,137,0,1,0,0,0),(13009,3106,1,1,1,1307,0,80.2951,-5152.26,-1.02294,3.57418,200,10,0,102,0,1,0,0,0),(13008,3121,1,1,1,598,0,-1384.28,-5185.67,2.32902,3.91514,300,10,0,137,0,1,0,0,0),(13007,3207,1,1,1,4079,1,-1317.58,-5520.55,4.22827,4.96224,300,5,0,148,165,1,0,0,0),(13006,3121,1,1,1,598,0,-1350.45,-5215.19,3.8588,2.02042,300,5,0,137,0,1,0,0,0),(13005,3103,1,1,1,1940,0,151.385,-5280.08,-10.2197,1.57372,300,10,0,120,0,1,0,0,0),(13004,3106,1,1,1,1307,0,-1015.59,-4946.77,-4.43157,2.16484,200,10,0,102,0,1,0,0,0),(13003,3122,1,1,1,1960,0,-1349.64,-5127.29,2.48994,4.06915,300,10,0,120,0,1,0,0,0),(13002,3125,1,1,1,2486,0,-327.766,-4760.08,36.7095,6.08023,200,5,0,102,0,1,0,0,0),(13001,3205,1,1,1,4078,1,-1286.96,-5534.33,15.202,2.68693,300,0,0,186,191,2,0,0,0),(13000,3129,1,1,1,1860,1,-191.896,-5092.67,22.1366,1.48353,300,0,0,120,0,0,0,0,0),(12999,3106,1,1,1,1307,0,88.5314,-5352.77,-12.5145,5.77773,200,10,0,102,0,1,0,0,0),(12998,3129,1,1,1,1860,1,-230.775,-5123.68,42.5604,4.53786,300,0,0,120,0,0,0,0,0),(12997,3122,1,1,1,1960,0,-1148.28,-5102.96,4.25242,3.70393,300,5,0,120,0,1,0,0,0),(48389,10480,289,1,1,10972,0,257.6,4.96115,84.9242,1.65806,86400,0,0,3876,0,0,0,0,0),(48385,10480,289,1,1,10972,0,228.171,9.47472,85.3117,5.63741,86400,0,0,3876,0,0,0,0,0),(48375,10480,289,1,1,10972,0,255.595,10.3763,85.3117,5.58505,86400,0,0,3876,0,0,0,0,0),(5278,7033,0,1,1,11549,1,-8014.41,-2494.37,134.819,3.08623,500,5,0,3322,0,1,0,0,0),(5279,7034,0,1,1,11550,1,-7831.32,-2625.75,121.743,6.01546,500,3,0,2751,1864,1,0,0,0),(5280,7033,0,1,1,11549,1,-7974.79,-2475.78,135.254,2.27782,500,5,0,3322,0,1,0,0,0),(5277,7035,0,1,1,10707,1,-7916.41,-2756.47,157.527,6.05672,500,5,0,3556,0,1,0,0,0),(5276,7035,0,1,1,10707,1,-7973.79,-2620.53,174.869,4.48588,500,5,0,3556,0,1,0,0,0),(5275,7035,0,1,1,10707,1,-7867.1,-2626.27,172.87,0.739954,500,2,0,3556,0,1,0,0,0),(5274,7034,0,1,1,11550,1,-7880.87,-2591.19,175.665,0.651014,500,5,0,2751,1864,1,0,0,0),(48107,10779,530,1,1,0,0,-2649.68,-12091.2,24.5167,1.24753,300,5,0,8,0,1,0,0,0),(48108,10779,530,1,1,0,0,-2313.18,-12112.1,30.9286,4.85732,300,5,0,8,0,1,0,0,0),(48109,10779,530,1,1,0,0,-2288.14,-11884.1,25.4776,0.452978,300,5,0,8,0,1,0,0,0),(48110,10779,530,1,1,0,0,-2307.23,-11744,22.3088,2.99642,300,5,0,8,0,1,0,0,0),(48111,10779,530,1,1,0,0,-2638.82,-11560,21.0045,4.05717,300,5,0,8,0,1,0,0,0),(48112,10779,530,1,1,0,0,-2024.33,-12036.7,29.991,2.92036,300,5,0,8,0,1,0,0,0),(48113,10779,530,1,1,0,0,-1947.98,-11752.7,36.4621,4.55926,300,5,0,8,0,1,0,0,0),(48114,10779,530,1,1,0,0,-1684.99,-11954.5,9.727,3.96698,300,5,0,8,0,1,0,0,0),(48115,10779,530,1,1,0,0,-1279.32,-11940.9,10.8539,3.00633,300,5,0,8,0,1,0,0,0),(48116,10779,530,1,1,0,0,-1410.87,-11284.2,10.4712,2.87671,300,5,0,8,0,1,0,0,0),(48117,10779,530,1,1,0,0,-1645.51,-11285,65.6313,1.50241,300,5,0,8,0,1,0,0,0),(48118,10779,530,1,1,0,0,-2086.58,-10915.2,69.8381,2.18809,300,5,0,8,0,1,0,0,0),(17699,1958,0,1,1,2597,0,876.242,126.503,33.8201,1.45129,275,10,0,350,390,1,0,0,0),(15343,2385,0,1,1,1056,0,-1157.18,-1016.31,52.8875,5.56821,300,10,0,840,0,1,0,0,0),(15344,2385,0,1,1,1056,0,-1123.78,-937.332,60.3508,4.76106,300,5,0,840,0,1,0,0,0),(15340,2350,0,1,1,1989,0,-739.838,437.633,76.247,1.11897,300,5,0,494,0,1,0,0,0),(15341,2348,0,1,1,8014,0,-1255.49,-1056.74,32.7343,2.02134,300,3,0,787,0,1,0,0,0),(15342,2348,0,1,1,8014,0,-1118.27,-1036,51.3854,2.84617,300,10,0,787,0,1,0,0,0),(15337,2349,0,1,1,6808,0,-675.074,-1638.41,54.9762,4.81429,300,10,0,664,0,1,0,0,0),(15338,2349,0,1,1,6808,0,-644.674,-1638.12,59.2541,5.86496,300,10,0,664,0,1,0,0,0),(15339,2349,0,1,1,6808,0,-277.077,-1461.78,90.127,2.08606,300,10,0,664,0,1,0,0,0),(5272,7034,0,1,1,11550,1,-7743.11,-2680.16,173.983,1.28907,500,5,0,2751,1864,1,0,0,0),(5273,7033,0,1,1,11549,1,-7901.92,-2607.4,176.386,0.94323,500,2,0,3322,0,1,0,0,0),(5271,7033,0,1,1,11549,1,-7913.66,-2529.05,128.703,5.91255,500,3,0,3322,0,1,0,0,0),(5265,7036,0,1,1,6649,1,-7751.8,-1889.23,133.564,0.339795,500,5,0,3189,0,1,0,0,0),(5266,7039,0,1,1,10806,0,-7770.07,-2006.65,134.175,4.71044,500,5,0,3189,0,1,0,0,0),(5267,7039,0,1,1,10806,0,-7715.49,-2049.14,133.439,3.07481,500,0,0,3189,0,2,0,0,0),(5268,7039,0,1,1,10806,0,-7778.58,-1974.06,135.969,4.01965,500,5,0,3189,0,1,0,0,0),(5269,7039,0,1,1,10806,0,-7821.92,-1898.25,135.187,4.90489,500,5,0,3189,0,1,0,0,0),(5270,7037,0,1,1,8170,1,-7893.7,-2206.82,133.507,0.129818,500,5,0,3189,0,1,0,0,0),(5264,7037,0,1,1,8170,1,-7842.03,-2181.88,133.439,4.911,500,5,0,3189,0,1,0,0,0),(48145,10780,530,1,1,0,0,-2107.84,-12112.6,29.7135,6.00408,300,5,0,20,0,1,0,0,0),(48146,10780,530,1,1,0,0,-1382.9,-11586.4,9.4341,4.99337,300,5,0,20,0,1,0,0,0),(48147,10780,530,1,1,0,0,-1658.92,-11178,73.5306,6.15734,300,5,0,20,0,1,0,0,0),(48148,10780,530,1,1,0,0,-1488.13,-10943.6,62.7173,0.307545,300,5,0,20,0,1,0,0,0),(48149,10780,530,1,1,0,0,-2012.96,-11524.6,59.0319,4.55335,300,5,0,20,0,1,0,0,0),(15336,2349,0,1,1,6808,0,-693.396,-1416.79,63.5335,4.34676,300,10,0,664,0,1,0,0,0),(48374,10480,289,1,1,10978,0,268.144,-7.63108,85.3117,4.17134,86400,0,0,3876,0,0,0,0,0),(5263,7039,0,1,1,10806,0,-7694.34,-1921.38,135.914,5.11138,500,5,0,3189,0,1,0,0,0),(5262,2719,0,1,1,1120,1,-7392.65,-2241.63,235.011,3.41283,500,5,0,2138,0,1,0,0,0),(5261,9700,0,1,1,5560,0,-8228.08,-2327.05,148.543,3.15878,500,5,0,8,0,1,0,0,0),(12996,3121,1,1,1,598,0,-1319.94,-5180,1.356,3.81678,300,5,0,137,0,1,0,0,0),(47470,25851,580,1,1,0,0,1870.3,577.398,71.373,1.51844,604800,0,0,8042,3231,0,0,0,0),(47454,25851,580,1,1,0,0,1911.64,490.78,32.1155,2.58309,604800,0,0,8042,3231,0,0,0,0),(40248,10221,229,1,1,0,0,-191.883,-323.207,64.4244,3.14202,3600,0,0,3082,0,0,0,0,0),(40247,10221,229,1,1,0,0,-185.807,-316.438,64.4244,2.69277,3600,0,0,3082,0,0,0,0,0),(40169,10221,229,1,1,0,0,-195.348,-325.77,64.4244,1.59871,3600,0,0,3082,0,0,0,0,0),(40245,10220,229,1,1,0,0,-193.914,-338.148,64.4879,0.657799,1000000,0,0,23688,0,0,0,0,0),(40246,10221,229,1,1,0,0,-195.647,-320.721,64.4244,4.7403,3600,0,0,3082,0,0,0,0,0),(5260,9700,0,1,1,5560,0,-7579.82,-840.943,174.28,5.6802,500,5,0,8,0,1,0,0,0),(5259,9699,0,1,1,8971,0,-8164.83,-1649.51,138.48,4.27234,500,5,0,8,0,1,0,0,0),(5258,9700,0,1,1,5560,0,-7702.3,-2635.78,140.147,4.39867,500,5,0,8,0,1,0,0,0),(5257,9700,0,1,1,5560,0,-7906.26,-954.648,124.153,2.01877,500,5,0,8,0,1,0,0,0),(5256,9700,0,1,1,5560,0,-8253.52,-1861.73,143.751,2.45883,500,5,0,8,0,1,0,0,0),(5255,9700,0,1,1,5560,0,-7613.47,-1393.54,139.782,6.2548,500,5,0,8,0,1,0,0,0),(5254,9700,0,1,1,5560,0,-8402.36,-2473.42,131.462,2.88983,500,5,0,8,0,1,0,0,0),(5253,9700,0,1,1,5560,0,-7577.89,-1417.89,166.185,4.36282,500,5,0,8,0,1,0,0,0),(12995,3121,1,1,1,598,0,-1127.64,-5126.02,3.52817,0.390639,300,10,0,137,0,1,0,0,0),(207571,15105,530,1,1,0,0,-1865.91,5144.91,-42.5324,1.8675,120,0,0,1,0,0,0,0,0),(12994,3121,1,1,1,598,0,-1177.98,-5114.76,3.25374,0.668331,300,5,0,137,0,1,0,0,0),(12993,3099,1,1,1,381,0,-397.917,-4812.84,37.283,1.5708,300,10,0,120,0,1,0,0,0),(5252,9699,0,1,1,8971,0,-8193.46,-768.238,125.792,2.81382,500,5,0,8,0,1,0,0,0),(12992,3121,1,1,1,598,0,-1092.71,-5170.71,1.18827,2.76661,300,5,0,137,0,1,0,0,0),(40154,9240,229,1,1,0,1,-47.73,-460.24,16.58,6,10800,0,0,6273,2117,0,0,0,0),(12991,3122,1,1,1,1960,0,-945.296,-5210.26,2.34282,5.01002,300,5,0,120,0,1,0,0,0),(12990,3121,1,1,1,598,0,-1012.25,-5144.59,2.50305,5.90115,300,5,0,137,0,1,0,0,0),(12989,3106,1,1,1,1307,0,82.8563,-5284.09,-21.841,4.65565,200,10,0,102,0,1,0,0,0),(12988,3125,1,1,1,2486,0,208.736,-4882.42,14.6597,6.22455,200,10,0,102,0,1,0,0,0),(5251,7042,0,1,1,2554,1,-7980.95,-1282.44,133.456,5.47537,500,5,0,3374,0,1,0,0,0),(5250,7043,0,1,1,8309,1,-8257.26,-1146.35,146.409,3.57823,500,5,0,2436,5340,1,0,0,0),(556,11346,0,1,1,11159,1,-11950.2,-1073.28,92.9322,1.18397,1800,0,0,6273,6351,0,0,0,0),(555,11355,0,1,1,11167,1,-11880.7,-1052.26,116.184,1.64061,1800,0,0,7599,0,0,0,0,0),(554,16399,0,1,1,2557,1,-14184.4,192.764,20.6905,3.735,300,0,0,2059,0,0,0,0,0),(553,2495,0,1,1,7166,0,-14469.6,415.382,25.452,1.58825,300,0,0,2218,0,0,0,0,0),(552,2502,0,1,1,1929,1,-14299.4,504.577,9.12108,4.38078,300,0,0,2138,0,0,0,0,0),(12173,5890,1,1,1,0,0,-3018.78,-687.172,42.187,5.45912,120,20,0,42,0,1,0,0,0),(12172,5890,1,1,1,0,0,-3024.69,-739.484,46.2851,6.17854,120,0,0,42,0,2,0,0,0),(12171,5890,1,1,1,0,0,-3011.84,-689.38,42.6605,6.28066,120,0,0,42,0,2,0,0,0),(12170,5891,1,1,1,12110,0,-3031.36,-720.833,44.8901,3.04866,120,0,0,328,0,0,0,0,0),(12166,3455,1,1,1,0,1,-2093.53,-3496.47,130.084,3.008,180,0,0,449,0,0,0,0,0),(12165,3454,1,1,1,0,1,-2210,-3778,130.862,2.428,180,0,0,449,0,0,0,0,0),(12164,6489,189,1,1,0,1,1749.61,1247.4,18.1576,0.051613,86400,0,0,3171,0,0,0,0,0),(35868,18327,556,3,1,0,1,-82.83,113.978,0.00720952,4.3935,86400,0,0,12844,33745,0,0,0,0),(36693,18327,556,3,1,0,1,-65.603,168.41,0.00872061,2.71274,86400,0,0,12844,33745,0,0,0,0),(38664,18327,556,3,1,0,1,-249.149,159.94,0.071156,0.735888,86400,0,0,12844,33745,0,0,0,0),(12159,24437,530,1,1,0,1,-1792.79,5163.11,-40.2088,1.28676,25,0,0,3331,0,0,0,0,0),(10200,23719,530,1,1,0,0,-1731.36,5148.42,-37.1216,3.35103,25,0,0,26946,0,0,0,0,0),(10161,23263,530,1,1,0,1,-2076.77,5343.28,-37.1501,4.10779,25,0,0,4906,0,0,0,0,0),(245557,16592,0,1,1,11686,0,-10704.8,-1146.38,24.7909,2.09439,300,0,0,42,0,0,0,0,0),(7458,23270,530,1,1,0,1,-1701.44,5518.75,-9.79954,3.76851,25,0,0,5589,3155,0,0,0,0),(143194,23929,571,1,1,0,0,2386.74,-6067.29,-0.0482798,5.71414,120,5,0,1,0,1,0,0,0),(245556,16592,1,1,1,11686,0,-3447.55,-4231.67,10.6645,0.802851,300,0,0,42,0,0,0,0,0),(245555,16592,0,1,1,11686,0,-9394.21,37.5017,59.882,1.15192,300,0,0,42,0,0,0,0,0),(245554,16592,530,1,1,11686,0,-528.509,2339.11,38.7252,2.14675,300,0,0,42,0,0,0,0,0),(2196,23272,530,1,1,0,0,-1728.36,5145.19,-36.867,1.8544,25,0,0,5589,3155,0,0,0,0),(2189,6118,1,1,1,0,0,2832.88,-3947.98,97.0875,4.2604,600,0,0,2576,0,2,0,0,0),(2072,19719,530,1,1,0,0,-1741.03,5150.08,-37.2043,6.2029,180,0,0,4126,2486,0,0,0,0),(2070,23858,530,1,1,0,1,6764.76,-7610.55,128.535,5.18269,25,0,1,6287,0,2,0,0,0),(2065,6491,0,1,4294967295,0,0,1819.41,219.233,60.0732,0.337883,60,0,0,4120,0,0,0,0,0),(5249,7042,0,1,1,2554,1,-8329.02,-1230.99,188.097,0.122173,500,0,0,3374,0,0,0,0,0),(5248,7043,0,1,1,8309,1,-8214.13,-1214.54,142.682,3.02715,500,5,0,2436,5340,1,0,0,0),(5247,7042,0,1,1,2554,1,-8421.2,-1256.81,211.804,0.356943,500,5,0,3374,0,1,0,0,0),(12987,3124,1,1,1,2485,0,-350.135,-4113.14,50.8045,0.226893,200,10,0,71,0,1,0,0,0),(48268,10942,369,1,1,0,0,-93.361,1246.15,-123.506,0.685659,6300,8,0,333100,0,1,0,0,0),(16213,23398,564,1,1,11686,0,528.981,34.6043,113.283,2.58436,10,5,0,3912,3155,1,0,0,0),(11601,20424,560,3,1,341,1,1730.89,600.839,30.348,0.594935,86400,0,0,198,0,0,0,0,0),(11600,20424,560,3,1,341,1,1730.65,589.524,30.348,3.25743,86400,0,0,198,0,0,0,0,0),(5246,7042,0,1,1,2554,1,-7983.66,-857.367,133.268,6.11258,500,10,0,3374,0,1,0,0,0),(6748,721,0,1,1,4626,0,-9763.29,-3236.58,58.7338,4.72915,300,5,0,1,0,1,0,0,0),(5245,7040,0,1,1,143,1,-7760.19,-2916.65,131.693,3.05313,500,10,0,3556,0,1,0,0,0),(5244,7041,0,1,1,8249,1,-8251.27,-2513.37,140.918,3.75354,500,5,0,2146,4765,1,0,0,0),(5243,7040,0,1,1,143,1,-7807.91,-2821.16,133.564,5.96722,500,5,0,3556,0,1,0,0,0),(5242,7040,0,1,1,143,1,-8230.74,-1935.12,144.33,3.08858,500,5,0,3556,0,1,0,0,0),(5241,7040,0,1,1,143,1,-7589.57,-2714.5,134.192,4.0518,500,10,0,3556,0,1,0,0,0),(5240,7041,0,1,1,8249,1,-8239.67,-2531.44,139.964,0.779789,500,0,0,2146,4765,0,0,0,0),(5239,24819,0,1,1,8758,1,-7363.01,-925.978,166.981,2.84473,500,5,0,2672,0,1,0,0,0),(5238,24819,0,1,1,8758,1,-7382.71,-1039.88,177.294,4.52485,500,5,0,2672,0,1,0,0,0),(5237,24819,0,1,1,8758,1,-7248.04,-941.054,168.362,1.29154,500,0,0,2672,0,0,0,0,0),(5236,24819,0,1,1,8758,1,-7395.95,-942.803,170.077,0.594593,500,5,0,2672,0,1,0,0,0),(48296,10956,369,1,1,0,0,51.5322,1190.49,-121.348,5.06493,430,10,0,2614,0,1,0,0,0),(5235,24819,0,1,1,8758,1,-7344.79,-990.43,172.587,5.99697,500,5,0,2672,0,1,0,0,0),(12986,6145,1,1,1,4878,0,142.716,-5281.61,-9.99255,0.422947,120,10,0,8,0,1,0,0,0),(5234,24818,0,1,1,8754,1,-7285.67,-908.54,165.378,3.82758,500,5,0,2576,0,1,0,0,0),(5233,24819,0,1,1,8758,1,-7425.08,-873.404,173.762,3.92699,500,0,0,2672,0,0,0,0,0),(135694,16525,532,1,1,16241,0,-11229.7,-1839.18,224.027,4.08407,604800,0,0,30160,0,0,0,0,0),(135693,16525,532,1,1,16241,0,-11239.2,-1817.88,224.027,1.81514,604800,0,0,30160,0,0,0,0,0),(135692,16524,532,1,1,0,1,-11165.5,-1911.71,232.009,2.29267,604800,5,0,594832,168388,2,0,0,0),(135691,16504,532,1,1,0,0,-11384.1,-1832.35,179.383,5.36884,604800,5,0,82656,0,2,0,0,0),(135690,16504,532,1,1,0,0,-11192.6,-1730.28,136.022,0.721762,604800,5,0,82656,0,2,0,0,0),(135689,16504,532,1,1,16841,0,-11269.4,-1844.98,135.709,5.43256,604800,5,0,82656,0,1,0,0,0),(135688,16504,532,1,1,0,0,-11278.1,-1756.36,135.854,5.18112,604800,5,0,82656,0,2,0,0,0),(135687,16504,532,1,1,0,0,-11199.1,-1826.45,136.024,2.66512,604800,5,0,82656,0,2,0,0,0),(135686,16504,532,1,1,0,0,-11235.9,-1820.59,136.024,0.72756,604800,5,0,82656,0,2,0,0,0),(135685,16504,532,1,1,0,0,-11244.6,-1858.94,136.013,0.787088,604800,5,0,82656,0,2,0,0,0),(135684,16504,532,1,1,0,0,-11277.4,-1727.53,136.031,2.28302,604800,5,0,82656,0,2,0,0,0),(135682,17518,532,1,1,19251,0,-11154.2,-1849.03,238.25,4.34587,604800,0,0,4890,0,0,0,0,0),(135681,17260,532,1,1,15435,0,-11167.1,-1976.35,109.912,3.24631,604800,0,0,29,0,0,0,0,0),(135680,17260,532,1,1,15435,0,-11118.5,-1883.92,91.556,5.16617,604800,0,0,29,0,0,0,0,0),(135679,17260,532,1,1,15435,0,-11094.6,-1866.08,108.175,4.64258,604800,0,0,29,0,0,0,0,0),(135678,17260,532,1,1,15435,0,-11194.5,-1921.32,108.253,6.14356,604800,0,0,29,0,0,0,0,0),(135677,17260,532,1,1,15435,0,-11167,-1916.78,91.556,2.42601,604800,0,0,29,0,0,0,0,0),(135676,17260,532,1,1,15435,0,-11125,-1908.32,110.124,5.86431,604800,0,0,29,0,0,0,0,0),(135675,17260,532,1,1,15435,0,-11154.9,-1850.67,103.265,3.12414,604800,0,0,29,0,0,0,0,0),(135674,16492,532,1,1,19331,0,-11058.6,-1805.66,165.765,0.669063,604800,0,0,7825,3155,0,0,0,0),(12985,3124,1,1,1,2485,0,-320.45,-4153.63,53.2861,0.893706,200,10,0,71,0,1,0,0,0),(12984,3099,1,1,1,381,0,-945.482,-4698.85,22.708,3.05169,300,10,0,120,0,1,0,0,0),(12983,3106,1,1,1,1307,0,-943.098,-4986.07,6.46365,1.3696,200,10,0,102,0,1,0,0,0),(135673,16492,532,1,1,19331,0,-11060.3,-1805.33,165.765,0.715072,604800,0,0,7825,3155,0,0,0,0),(135672,16492,532,1,1,19331,0,-11061.5,-1804.06,165.765,0.775039,604800,0,0,7825,3155,0,0,0,0),(135671,16492,532,1,1,19331,0,-11061.7,-1802.32,165.765,0.824204,604800,0,0,7825,3155,0,0,0,0),(135670,16492,532,1,1,19331,0,-11060.8,-1800.82,165.765,0.851346,604800,0,0,7825,3155,0,0,0,0),(135669,16492,532,1,1,19331,0,-11106.6,-1874.49,165.765,1.86827,604800,0,0,7825,3155,0,0,0,0),(49152,14492,0,1,1,0,1,-13596,-109.704,41.3135,1.57607,25200,0,0,1981,0,0,0,0,0),(12982,3099,1,1,1,381,0,121.255,-4722.92,20.2642,0.626107,300,10,0,120,0,1,0,0,0),(137881,9818,229,1,1,0,1,224.405,-307.493,77.0506,0.785398,7200,0,0,1,0,0,0,0,0),(12981,3106,1,1,1,1307,0,-985.224,-4987.36,-0.373544,2.40863,200,10,0,102,0,1,0,0,0),(12980,3125,1,1,1,2486,0,-1021.26,-4858.54,10.0914,4.92695,200,10,0,102,0,1,0,0,0),(5232,24819,0,1,1,8758,1,-7453.1,-1015.92,171.704,1.98647,500,5,0,2672,0,1,0,0,0),(12979,3103,1,1,1,1940,0,-1012.46,-4994.26,-6.20651,5.09201,300,10,0,120,0,1,0,0,0),(48358,11026,0,1,1,0,1,-8350,647.613,95.874,4.276,190,0,0,664,0,0,0,0,0),(15335,2349,0,1,1,6808,0,-711.86,-1512,57.919,4.32826,300,10,0,664,0,1,0,0,0),(5231,24819,0,1,1,8758,1,-7246.88,-938.227,168.398,4.24115,500,0,0,2672,0,0,0,0,0),(5230,24818,0,1,1,8754,1,-7328.85,-986.579,173.503,3.94444,500,0,0,2576,0,0,0,0,0),(12978,3103,1,1,1,1940,0,-1183.86,-4680.59,-10.2516,1.93137,300,10,0,120,0,1,0,0,0),(5229,8917,0,1,1,8891,1,-7382.35,-868.261,179.248,5.89921,500,0,0,1919,1587,0,0,0,0),(551,2501,0,1,1,1925,1,-14447.4,448.001,15.8283,2.56563,300,0,0,2138,0,0,0,0,0),(12977,3125,1,1,1,2486,0,-451.499,-4820.5,38.2678,4.0887,200,10,0,102,0,1,0,0,0),(15334,2349,0,1,1,6808,0,-645.327,-1592.3,58.0816,4.69481,300,10,0,664,0,1,0,0,0),(5228,8917,0,1,1,8891,1,-7385,-902.755,168.498,1.15192,500,0,0,1919,1587,0,0,0,0),(5227,8917,0,1,1,8892,1,-7411.07,-863.725,173.036,2.19912,500,0,0,1919,1587,0,0,0,0),(5226,8917,0,1,1,8893,1,-7324.45,-1009.39,178.002,1.67552,500,0,0,1919,1587,0,0,0,0),(48405,17932,534,1,1,0,1,5559.15,-2616.35,1484.55,1.34302,120,0,0,55888,0,0,0,0,0),(48406,17932,534,1,1,0,1,5552.78,-2614.92,1482.22,1.45298,120,0,0,55888,0,0,0,0,0),(48407,17932,534,1,1,0,1,5537.06,-2611.66,1481.15,1.47261,120,0,0,55888,0,0,0,0,0),(48408,17932,534,1,1,0,1,5530.29,-2647.56,1480.16,1.11134,120,0,0,55888,0,0,0,0,0),(48409,17934,534,1,1,0,1,5555.52,-2620.54,1484.14,1.43334,120,0,0,41916,0,0,0,0,0),(48410,17932,534,1,1,0,1,5432.84,-2711.64,1493.39,5.72241,120,0,0,55888,0,0,0,0,0),(48411,17935,534,1,1,0,1,5526.86,-2648.18,1480.16,1.0485,120,0,0,33534,25240,0,0,0,0),(48412,17936,534,1,1,0,1,5525.9,-2650.37,1480.11,1.07992,120,0,0,33534,25240,0,0,0,0),(48413,17934,534,1,1,0,1,5527.75,-2652.45,1479.96,1.09562,120,0,0,41916,0,0,0,0,0),(48414,17934,534,1,1,0,1,5530.14,-2653.68,1480.12,1.09562,120,0,0,41916,0,0,0,0,0),(48415,17932,534,1,1,0,1,5531.81,-2650.44,1480.21,1.09562,120,0,0,55888,0,0,0,0,0),(48416,17932,534,1,1,0,1,5530.92,-2611.14,1482.3,1.48402,120,0,0,55888,0,0,0,0,0),(48417,17934,534,1,1,0,1,5532.94,-2616.7,1481.61,1.45691,120,0,0,41916,0,0,0,0,0),(48418,17932,534,1,1,0,1,5429.91,-2719.37,1493.32,5.7287,120,0,0,55888,0,0,0,0,0),(48419,17772,534,1,1,0,1,5083.91,-1789.04,1322.57,3.16912,43200,0,0,568500,0,0,0,0,0),(48420,17922,534,1,1,0,0,5077.16,-1783.66,1320.97,3.25944,120,0,0,33534,15775,0,0,0,0),(12976,3098,1,1,1,503,0,-414.492,-4277.36,42.9012,0.83101,120,5,0,42,0,1,0,0,0),(15333,2356,0,1,1,3201,0,-716.667,-1450,64.7344,1.3221,300,10,0,944,0,1,0,0,0),(48423,17928,534,1,1,0,1,5076.89,-1781.33,1321.34,3.25944,120,0,0,33534,15775,0,0,0,0),(48424,11069,0,1,1,0,0,-8433,554.681,95.35,1.641,430,0,0,1003,0,0,0,0,0),(48425,17922,534,1,1,0,0,5078.84,-1795.86,1320.79,3.16519,120,0,0,33534,15775,0,0,0,0),(48427,17928,534,1,1,0,1,5079.15,-1798.21,1321.34,3.16519,120,0,0,33534,15775,0,0,0,0),(12975,3106,1,1,1,1307,0,-980.695,-4951.13,2.18266,3.89823,200,10,0,102,0,1,0,0,0),(5225,8917,0,1,1,487,1,-7435.09,-869.561,176.155,2.51327,500,0,0,1919,1587,0,0,0,0),(5224,8917,0,1,1,8891,1,-7456.12,-925.061,171.324,5.02655,500,0,0,1919,1587,0,0,0,0),(48435,17921,534,1,1,0,1,5058.31,-1761.69,1329.11,2.75678,120,0,0,41916,0,0,0,0,0),(48437,17921,534,1,1,0,1,5058.73,-1758.24,1328.36,3.65606,120,0,0,41916,0,0,0,0,0),(12974,3098,1,1,1,503,0,-412.563,-4382.79,39.2734,4.54908,120,5,0,42,0,1,0,0,0),(48439,17928,534,1,1,0,1,5060.61,-1755.66,1328.2,3.23587,120,0,0,33534,15775,0,0,0,0),(5223,8917,0,1,1,8893,1,-7433.47,-1049.26,177.515,5.37561,500,0,0,1919,1587,0,0,0,0),(5222,8917,0,1,1,8893,1,-7352.28,-1045.89,180.045,4.93928,500,0,0,1919,1587,0,0,0,0),(5221,8917,0,1,1,487,1,-7460.21,-881.148,172.428,1.15192,500,0,0,1919,1587,0,0,0,0),(5220,8917,0,1,1,8891,1,-7369.12,-1058.19,178.819,3.80482,500,0,0,1919,1587,0,0,0,0),(12973,3098,1,1,1,503,0,-385.317,-4351.71,41.3647,2.38644,120,5,0,42,0,1,0,0,0),(12972,3099,1,1,1,381,0,181.171,-4787.45,14.7097,4.91619,300,5,0,120,0,1,0,0,0),(12971,3106,1,1,1,1307,0,-1073.27,-4881.63,-3.47997,5.45913,200,10,0,102,0,1,0,0,0),(12970,3125,1,1,1,2486,0,-815.818,-4781.79,23.1941,3.73485,200,5,0,102,0,1,0,0,0),(40108,4291,189,1,1,2507,1,216.476,-418.544,18.6147,4.34587,86400,0,0,2901,2014,0,0,0,0),(40107,4291,189,1,1,2508,1,231.985,-425.421,18.6153,1.51844,86400,0,0,2901,2014,0,0,0,0),(12969,3125,1,1,1,2486,0,41.419,-4856.5,18.8172,0.117801,200,5,0,102,0,1,0,0,0),(12968,3125,1,1,1,2486,0,249.331,-4915.08,20.4446,1.65686,200,10,0,102,0,1,0,0,0),(5219,9044,0,1,1,9606,1,-7585.46,-1284.79,245.394,2.77507,500,0,0,3189,0,0,0,0,0),(48480,17921,534,1,1,0,1,5056.29,-1753.69,1328.46,3.0356,120,0,0,41916,0,0,0,0,0),(48481,17921,534,1,1,0,1,5057.19,-1748.47,1328.12,2.70573,120,0,0,41916,0,0,0,0,0),(5218,9044,0,1,1,9606,1,-7584.25,-1241.37,284.846,5.16617,500,0,0,3189,0,0,0,0,0),(5217,9043,0,1,1,8899,1,-7572.95,-1303.86,245.537,4.26253,500,5,0,3189,0,1,0,0,0),(51893,14342,1,1,1,0,1,3565.93,-1103.12,221.943,1.35082,9900,0,0,2865,0,0,0,0,0),(12966,3098,1,1,1,503,0,-449.98,-4314.05,45.8115,0.31945,120,10,0,42,0,1,0,0,0),(12965,3098,1,1,1,503,0,-486.307,-4314.94,43.5488,3.98066,120,5,0,42,0,1,0,0,0),(12964,3115,1,1,1,3012,0,923.345,-4614.37,18.1378,4.06662,300,0,0,137,0,0,0,0,0),(12963,3103,1,1,1,1940,0,14.311,-5219.2,-13.0752,6.03824,300,10,0,120,0,1,0,0,0),(12962,3106,1,1,1,1307,0,-1150.91,-4852.97,-9.56159,4.63622,200,10,0,102,0,1,0,0,0),(12961,3106,1,1,1,1307,0,-1021.34,-4915.17,-3.78212,5.97744,200,10,0,102,0,1,0,0,0),(12960,3098,1,1,1,503,0,-516.59,-4286.81,40.0634,5.20659,120,10,0,42,0,1,0,0,0),(12959,3104,1,1,1,1246,0,-714.954,-5151.59,-2.91735,4.68708,300,10,0,120,0,1,0,0,0),(12958,3106,1,1,1,1307,0,-1009.4,-4890.24,1.63781,0.477747,200,10,0,102,0,1,0,0,0),(12957,3106,1,1,1,1307,0,-1153.62,-4687.12,-5.44698,3.83381,200,10,0,102,0,1,0,0,0),(12956,3196,1,1,1,4187,1,861.024,-4715.78,32.4921,2.41886,300,0,0,166,178,0,0,0,0),(12955,3104,1,1,1,1246,0,-1112.06,-4874.9,-11.5298,1.0904,300,10,0,120,0,1,0,0,0),(12953,3103,1,1,1,1940,0,-1184.38,-4748.11,-8.84738,2.54383,300,10,0,120,0,1,0,0,0),(12952,3098,1,1,1,503,0,-487.311,-4213.77,50.1885,2.7969,120,5,0,42,0,1,0,0,0),(12951,3196,1,1,1,4186,1,848.081,-4771.15,37.3687,0.915698,300,0,0,166,178,0,0,0,0),(12950,3106,1,1,1,1307,0,-1121.4,-4723.77,0.891993,5.32343,200,10,0,102,0,1,0,0,0),(12949,3103,1,1,1,1940,0,-1256.84,-5110.69,-2.76829,5.13803,300,10,0,120,0,1,0,0,0),(12948,3106,1,1,1,1307,0,-1117.79,-4813.51,-0.318909,1.95517,200,10,0,102,0,1,0,0,0),(12947,3125,1,1,1,2486,0,-17.9669,-4769.81,25.2121,3.4207,200,5,0,102,0,1,0,0,0),(12946,3106,1,1,1,1307,0,263.487,-5184.92,-8.68706,5.76622,200,10,0,102,0,1,0,0,0),(12945,3106,1,1,1,1307,0,-1151.48,-4718.65,-7.07198,3.81715,200,10,0,102,0,1,0,0,0),(5216,9043,0,1,1,8899,1,-7549,-1303.84,250.251,0.662354,500,5,0,3189,0,1,0,0,0),(5215,9044,0,1,1,9861,1,-7655.13,-1227,287.74,5.96903,500,0,0,3189,0,0,0,0,0),(5214,9044,0,1,1,9606,1,-7652.35,-1221.21,287.671,5.63741,500,0,0,3189,0,0,0,0,0),(5213,9698,0,1,1,10985,0,-8110.97,-1224.27,133.148,5.22902,500,10,0,3644,0,1,0,0,0),(5212,7049,0,1,1,457,0,-8180.5,-920.335,133.597,4.32515,500,10,0,2823,2117,1,0,0,0),(5211,7049,0,1,1,457,0,-8408.87,-950.523,204.492,6.04058,500,10,0,2823,2117,1,0,0,0),(5210,9698,0,1,1,10985,0,-8114.62,-1216.12,136.202,5.48709,500,10,0,3644,0,1,0,0,0),(5209,9698,0,1,1,10985,0,-8116.12,-1123.55,133.461,3.15526,500,10,0,3644,0,1,0,0,0),(550,2500,0,1,1,797,0,-14300.4,517.43,8.96768,4.17134,300,0,0,1536,0,0,0,0,0),(549,2498,0,1,1,7168,0,-14453.4,490.262,15.2131,2.30383,300,0,0,1279,0,0,0,0,0),(548,2494,0,1,1,1928,0,-14418.2,513.462,4.95955,5.02655,300,0,0,1753,0,0,0,0,0),(547,2493,0,1,1,1403,0,-14397.6,396.286,22.7223,0.855211,300,0,0,1902,0,0,0,0,0),(546,2491,0,1,1,4717,1,-14463.6,489.274,15.205,0.750492,300,0,0,1604,0,0,0,0,0),(5208,9698,0,1,1,10985,0,-8220.08,-1015.91,145.968,1.22371,500,10,0,3644,0,1,0,0,0),(12944,3106,1,1,1,1307,0,-1118.72,-4748.75,1.60479,2.88565,200,10,0,102,0,1,0,0,0),(46737,8901,230,1,1,9290,1,1328.29,-525.436,-91.9566,4.86947,300,0,0,711,0,0,0,0,0),(12943,3099,1,1,1,381,0,-176.27,-4848.81,21.6146,3.59203,300,5,0,120,0,1,0,0,0),(48565,17921,534,1,1,0,1,5060.77,-1741.47,1329.56,2.75678,120,0,0,41916,0,0,0,0,0),(48566,17921,534,1,1,0,1,5059.54,-1745.48,1328.68,2.745,120,0,0,41916,0,0,0,0,0),(48567,17922,534,1,1,0,0,5060.94,-1750.13,1328.24,2.5997,120,0,0,33534,15775,0,0,0,0),(48568,17919,534,1,1,0,1,5017.48,-1737.11,1324.66,2.52227,120,0,0,41916,0,0,0,0,0),(48569,17919,534,1,1,0,1,5015.64,-1739.65,1324.49,2.52227,120,0,0,41916,0,0,0,0,0),(52052,12129,249,3,1,0,1,-131.203,-137.47,-52.5151,0.641988,6300,5,0,213640,0,1,0,0,0),(52051,12129,249,3,1,0,1,-128.604,-135.78,-51.6803,0.028522,6300,0,0,213640,0,2,0,0,0),(52050,12129,249,3,1,0,1,49.8206,-114.607,-24.3112,1.24193,6300,5,0,213640,0,1,0,0,0),(52049,12129,249,3,1,0,1,-141.022,-144.287,-53.7859,5.66711,6300,0,0,213640,0,2,0,0,0),(12942,3119,1,1,1,9442,1,-1083.06,-4716.26,15.5697,0.097727,300,10,0,120,0,1,0,0,0),(5207,9697,0,1,1,9370,0,-8192.04,-959.251,133.944,6.19774,500,5,0,3529,0,1,0,0,0),(5206,9776,0,1,1,10815,0,-8027.27,-2552.17,148.251,4.89327,500,5,0,917,0,1,0,0,0),(5205,9776,0,1,1,10815,0,-8035.7,-2543.18,141.609,0.954237,500,5,0,917,0,1,0,0,0),(46736,8901,230,1,1,9290,1,1315.83,-528.045,-91.9621,4.15388,300,0,0,711,0,0,0,0,0),(5204,9776,0,1,1,10815,0,-8023.2,-2556.16,150.752,3.19438,500,5,0,917,0,1,0,0,0),(5203,9777,0,1,1,10816,0,-8027.25,-2536.48,143.751,0.949596,500,5,0,917,0,1,0,0,0),(5202,9777,0,1,1,10816,0,-8015.73,-2565,155.861,0.418648,500,5,0,917,0,1,0,0,0),(5201,7031,0,1,1,2075,0,-7760.74,-2587.51,140.233,1.14656,500,5,0,2608,0,1,0,0,0),(5200,7031,0,1,1,2075,0,-8381.24,-2465.65,131.506,0.083221,500,5,0,2608,0,1,0,0,0),(5167,7031,0,1,1,2075,0,-7778.47,-2511.29,140.192,2.25944,500,5,0,2608,0,1,0,0,0),(4651,9778,0,1,1,10817,0,-7713.65,-1759.77,131.236,1.63273,500,5,0,810,2041,1,0,0,0),(4650,9778,0,1,1,10817,0,-7721.45,-1765.91,131.236,3.30541,500,5,0,810,2041,1,0,0,0),(4649,9778,0,1,1,10817,0,-7711.5,-1766.2,131.236,3.24037,500,5,0,810,2041,1,0,0,0),(4648,9779,0,1,1,10814,0,-7715.62,-1759.38,131.236,1.57056,500,5,0,1013,0,1,0,0,0),(4647,9779,0,1,1,10814,0,-7712.85,-1764.88,131.236,5.12419,500,5,0,1013,0,1,0,0,0),(4646,7032,0,1,1,5781,0,-7652.39,-2080.91,124.189,1.37062,500,5,0,2875,0,1,0,0,0),(4645,7031,0,1,1,2075,0,-8019.81,-2628.6,153.933,0.355163,500,5,0,2608,0,1,0,0,0),(4644,9778,0,1,1,10817,0,-7603.2,-2179.54,131.9,0.488133,500,5,0,810,2041,1,0,0,0),(4643,9778,0,1,1,10817,0,-7598.78,-2180.59,131.9,3.31034,500,5,0,810,2041,1,0,0,0),(4642,9778,0,1,1,10817,0,-7603.36,-2184.98,131.9,2.5014,500,5,0,810,2041,1,0,0,0),(4641,9779,0,1,1,10814,0,-7596.87,-2192.71,131.9,3.98883,500,5,0,1013,0,1,0,0,0),(4640,9779,0,1,1,10814,0,-7610.62,-2181.11,131.9,1.687,500,5,0,1013,0,1,0,0,0),(4639,7032,0,1,1,5781,0,-8223.49,-1311.3,141.734,0.15375,500,5,0,2875,0,1,0,0,0),(4638,9694,0,1,1,11420,0,-8221.29,-2263.31,142.976,2.09733,500,5,0,3189,0,1,0,0,0),(4637,9695,0,1,1,10984,0,-8220.35,-2169.36,133.351,1.58697,500,10,0,3293,0,1,0,0,0),(4636,9695,0,1,1,10984,0,-7600.71,-1674.68,197.68,0.973038,500,5,0,3293,0,1,0,0,0),(4635,7048,0,1,1,400,0,-8278.75,-2020.17,148.05,3.05309,500,5,0,2232,4765,1,0,0,0),(4634,9695,0,1,1,10984,0,-8156.81,-2089.5,134.833,2.26203,500,10,0,3293,0,1,0,0,0),(4633,9695,0,1,1,10984,0,-8338.78,-1854.06,166.967,5.41488,500,5,0,3293,0,1,0,0,0),(12941,3106,1,1,1,1307,0,-1115.69,-4787.79,2.79105,5.54892,200,10,0,102,0,1,0,0,0),(48708,11323,389,1,1,0,1,-283.586,143.856,-25.2988,2.44346,86400,0,0,819,0,0,0,0,0),(48707,11323,389,1,1,0,1,-263.519,150.466,-18.9955,0.106006,86400,0,1,819,0,2,0,0,0),(48706,11520,389,1,1,0,1,-244.743,150.085,-18.7494,4.28461,86400,0,0,1869,0,0,0,0,0),(48705,11322,389,1,1,0,1,-265.208,100.599,-24.9443,2.75762,86400,2,0,759,396,1,0,0,0),(48704,11323,389,1,1,0,1,-267.366,110.757,-24.9361,4.76475,86400,0,0,819,0,0,0,0,0),(48703,11323,389,1,1,0,1,-257.459,106.184,-24.9368,3.85718,86400,5,0,819,0,1,0,0,0),(48702,11324,389,1,1,0,1,-183.648,160.15,-25.2199,2.14356,86400,2,0,723,902,1,0,0,0),(48701,11322,389,1,1,0,1,-187.521,153.224,-25.1366,2.9147,86400,2,0,759,396,1,0,0,0),(48700,11323,389,1,1,0,1,-199.194,159.015,-25.1366,5.51524,86400,0,0,819,0,0,0,0,0),(48699,11323,389,1,1,0,1,-198.964,151.226,-25.1366,0.907571,86400,0,0,819,0,0,0,0,0),(48698,11321,389,1,1,0,0,-74.6995,89.9573,-7.32838,2.48512,86400,5,0,819,0,1,0,0,0),(48697,11321,389,1,1,0,0,-85.7455,97.3632,-7.39686,2.99045,86400,3,0,819,0,1,0,0,0),(48696,11323,389,1,1,0,1,-208.058,95.3564,-25.3951,3.84374,86400,1,0,819,0,1,0,0,0),(48695,11323,389,1,1,0,1,-203.218,107.389,-25,5.32325,86400,0,0,819,0,0,0,0,0),(48694,11323,389,1,1,0,1,-219.3,94.5484,-24.9351,5.42797,86400,0,0,819,0,0,0,0,0),(48693,11324,389,1,1,0,1,-261.428,94.8909,-24.9335,3.9619,86400,0,0,723,902,0,0,0,0),(48692,11322,389,1,1,0,1,-269.254,91.9884,-24.9291,1.39626,86400,1,0,759,396,1,0,0,0),(48691,11323,389,1,1,0,1,-195.347,108.507,-24.2915,4.36332,86400,0,0,819,0,0,0,0,0),(48690,11323,389,1,1,0,1,-203.185,99.4132,-25.4712,4.40747,86400,1,0,819,0,1,0,0,0),(48689,11322,389,1,1,0,1,-193.884,94.2191,-24.6305,5.48868,86400,0,0,759,396,0,0,0,0),(48688,11323,389,1,1,0,1,-223.454,87.2837,-24.9351,5.93412,86400,0,0,819,0,0,0,0,0),(48687,11322,389,1,1,0,1,-210.008,85.9401,-24.852,3.58789,86400,1,0,759,396,1,0,0,0),(48686,11321,389,1,1,0,0,-127.906,75.5442,-21.8833,6.0452,86400,5,0,819,0,1,0,0,0),(48685,11321,389,1,1,0,0,-111.204,76.3607,-20.1425,3.19314,86400,5,0,819,0,1,0,0,0),(48684,11320,389,1,1,0,0,-125.112,80.0961,-21.3202,5.45818,86400,5,0,819,0,1,0,0,0),(48683,11321,389,1,1,0,0,-144.941,79.1501,-20.9783,3.0239,86400,5,0,819,0,1,0,0,0),(48682,11321,389,1,1,0,0,-198.621,60.1696,-13.8611,0.541052,86400,2,0,819,0,1,0,0,0),(48681,11321,389,1,1,0,0,-176.654,75.2942,-21.8957,0.992464,86400,5,0,819,0,1,0,0,0),(48680,11321,389,1,1,0,0,-124.161,63.9612,-21.2143,3.13162,86400,5,0,819,0,1,0,0,0),(48679,11320,389,1,1,0,0,-296.563,7.55345,-47.5269,1.92697,86400,3,0,819,0,1,0,0,0),(48678,11318,389,1,1,0,1,-306.314,-29.1276,-60.1744,1.22173,86400,0,0,819,0,0,0,0,0),(48677,11318,389,1,1,0,1,-300.512,-28.4078,-60.4574,2.53073,86400,0,0,819,0,0,0,0,0),(48676,11321,389,1,1,0,0,-208.558,55.8574,-13.9447,5.91302,86400,2,0,819,0,1,0,0,0),(48675,11320,389,1,1,0,0,-272.518,8.65636,-49.9972,5.8991,86400,2,0,819,0,1,0,0,0),(48674,11318,389,1,1,0,1,-264.196,-92.5713,-61.7963,2.57623,86400,2,0,819,0,1,0,0,0),(48673,11318,389,1,1,0,1,-290.812,-47.0829,-60.89,0.231919,86400,5,0,819,0,1,0,0,0),(48672,11318,389,1,1,0,1,-285.522,-20.8822,-60.4145,3.38594,86400,2,0,819,0,1,0,0,0),(48671,11319,389,1,1,0,0,-271.827,-64.4,-60.3566,2.04204,86400,0,0,759,264,0,0,0,0),(48670,11319,389,1,1,0,0,-280.902,-49.179,-60.9322,3.31393,86400,5,0,759,264,1,0,0,0),(48669,11319,389,1,1,0,0,-287.744,-73.9324,-60.5234,4.84725,86400,0,1,759,264,2,0,0,0),(48668,11319,389,1,1,0,0,-270.089,-96.8868,-61.9013,4.87834,86400,2,0,759,264,1,0,0,0),(48667,11318,389,1,1,0,1,-269.28,-60.0032,-60.3566,2.26893,86400,0,0,819,0,0,0,0,0),(48666,11318,389,1,1,0,1,-270.127,-31.8806,-60.6085,5.11381,86400,0,0,819,0,0,0,0,0),(48665,11318,389,1,1,0,1,-276.93,-63.3295,-60.3566,1.58825,86400,0,0,819,0,0,0,0,0),(48664,11321,389,1,1,0,0,-252.09,7.15975,-50.0273,4.56215,86400,3,0,819,0,1,0,0,0),(48663,11318,389,1,1,0,1,-255.431,-66.4518,-62.1072,1.43574,86400,0,0,819,0,0,0,0,0),(48662,11319,389,1,1,0,0,-253.886,-38.8841,-60.4593,2.17095,86400,5,0,759,264,1,0,0,0),(48661,11318,389,1,1,0,1,-240.714,-8.03152,-61.5235,0.060824,86400,2,0,819,0,1,0,0,0),(48660,11318,389,1,1,0,1,-262.216,-29.8943,-60.6085,4.76475,86400,0,0,819,0,0,0,0,0),(48659,11318,389,1,1,0,1,-261.781,-5.76433,-63.9288,0.762733,86400,2,0,819,0,1,0,0,0),(48658,11318,389,1,1,0,1,-266.61,-44.4024,-60.8488,0.279253,86400,5,0,819,0,1,0,0,0),(48657,11319,389,1,1,0,0,-266.73,-28.0281,-60.6085,5.02655,86400,0,0,759,264,0,0,0,0),(48656,11318,389,1,1,0,1,-217.669,-5.11624,-61.7999,4.29193,86400,2,0,819,0,1,0,0,0),(48655,11318,389,1,1,0,1,-215.446,-15.9344,-61.8032,1.9232,86400,0,1,819,0,2,0,0,0),(48654,11318,389,1,1,0,1,-238.656,-31.5648,-56.6214,5.07891,86400,0,0,819,0,0,0,0,0),(48653,11318,389,1,1,0,1,-237.985,-40.3476,-56.2706,1.3439,86400,0,0,819,0,0,0,0,0),(48652,11319,389,1,1,0,0,-211.07,-7.25025,-61.8044,4.81248,86400,2,0,759,264,1,0,0,0),(48651,11318,389,1,1,0,1,-229.281,-59.7834,-61.3117,4.95529,86400,2,0,819,0,1,0,0,0),(48650,11318,389,1,1,0,1,-183.393,2.79912,-56.8092,5.4162,86400,2,0,819,0,1,0,0,0),(48649,11318,389,1,1,0,1,-204.723,-1.24259,-61.6764,3.33479,86400,2,0,819,0,1,0,0,0),(48648,11318,389,1,1,0,1,-181.511,-32.0671,-44.4307,3.20698,86400,0,1,819,0,2,0,0,0),(48647,11318,389,1,1,0,1,-200.409,-69.7984,-63.2233,1.13289,86400,2,0,819,0,1,0,0,0),(48646,11321,389,1,1,0,0,-111.344,52.0495,-18.6906,5.17827,86400,5,0,819,0,1,0,0,0),(48645,11318,389,1,1,0,1,-154.037,27.9676,-38.5669,2.3911,86400,0,0,819,0,0,0,0,0),(48644,11517,389,1,1,0,1,-147.548,38.7127,-38.8039,4.39823,86400,0,0,1424,0,0,0,0,0),(48643,11319,389,1,1,0,0,-148.041,27.1943,-38.8538,3.74643,86400,2,0,759,264,1,0,0,0),(48642,11320,389,1,1,0,0,-168.542,13.3261,-29.6158,0.190191,86400,2,0,819,0,1,0,0,0),(48641,11834,389,1,1,0,0,-148.075,23.5742,-38.6318,4.11898,86400,0,0,300,0,0,0,0,0),(48640,11318,389,1,1,0,1,-160.754,-65.051,-59.4342,0.041957,86400,2,0,819,0,1,0,0,0),(48639,11319,389,1,1,0,0,-174.416,-65.4036,-57.8333,1.31717,86400,2,0,759,264,1,0,0,0),(48638,11318,389,1,1,0,1,-162.128,-43.5051,-59.124,2.21657,86400,2,0,819,0,1,0,0,0),(48637,11319,389,1,1,0,0,-162.553,-26.8425,-57.8494,4.35569,86400,2,0,759,264,1,0,0,0),(44184,11321,389,1,1,0,0,-94.604,54.1892,-17.9829,5.00078,86400,5,0,819,0,1,0,0,0),(43583,11318,389,1,1,0,1,-152.453,3.90943,-40.59,2.53152,86400,2,0,819,0,1,0,0,0),(43582,11319,389,1,1,0,0,-147.681,0.443873,-39.1503,5.74279,86400,2,0,759,264,1,0,0,0),(43581,11318,389,1,1,0,1,-142.297,-6.18364,-53.1894,0.975298,86400,2,0,819,0,1,0,0,0),(43580,11319,389,1,1,0,0,-141.863,-18.6146,-54.7477,0.715585,86400,2,0,759,264,1,0,0,0),(43579,11318,389,1,1,0,1,-148.183,-52.4618,-57.7852,2.93215,86400,2,0,819,0,1,0,0,0),(42629,11319,389,1,1,0,0,-145.738,-57.7801,-58.4145,2.6529,86400,2,0,759,264,1,0,0,0),(38050,11318,389,1,1,0,1,-157.268,-21.7249,-57.2708,5.39606,86400,2,0,819,0,1,0,0,0),(38049,11319,389,1,1,0,0,-136.804,-3.84714,-53.0579,5.37443,86400,2,0,759,264,1,0,0,0),(38048,11320,389,1,1,0,0,-95.8062,45.3441,-17.4092,1.72232,86400,2,0,819,0,1,0,0,0),(38047,11320,389,1,1,0,0,-129.135,-35.1578,-33.2627,3.7001,86400,5,0,819,0,1,0,0,0),(38046,11320,389,1,1,0,0,-106.32,-37.6574,-30.0448,5.36449,86400,5,0,819,0,1,0,0,0),(38045,11320,389,1,1,0,0,-23.8034,-62.1556,-21.3704,4.06767,86400,5,0,819,0,1,0,0,0),(48753,17919,534,1,1,0,1,5013.85,-1742.17,1324.35,2.52227,120,0,0,41916,0,0,0,0,0),(48754,17919,534,1,1,0,1,5011.98,-1744.78,1324.25,2.52227,120,0,0,41916,0,0,0,0,0),(48755,17919,534,1,1,0,1,5014.71,-1744.86,1323.45,2.56154,120,0,0,41916,0,0,0,0,0),(48756,17919,534,1,1,0,1,5018.39,-1739.24,1324.01,2.62437,120,0,0,41916,0,0,0,0,0),(48757,17920,534,1,1,0,1,5021.74,-1775.46,1322.52,1.9602,120,0,0,83832,0,0,0,0,0),(48758,17920,534,1,1,0,1,5031.68,-1769.41,1323.26,2.02382,120,0,0,83832,0,0,0,0,0),(48759,17920,534,1,1,0,1,5035.63,-1766.39,1324.29,2.24684,120,0,0,83832,0,0,0,0,0),(46735,8901,230,1,1,9289,1,1317.54,-507.65,-91.4042,6.0912,300,0,0,711,0,0,0,0,0),(46734,8901,230,1,1,9290,1,1317.83,-510.373,-91.2501,4.83456,300,0,0,711,0,0,0,0,0),(46733,8901,230,1,1,9290,1,1312.02,-528.101,-91.9644,2.26893,300,0,0,711,0,0,0,0,0),(46732,8901,230,1,1,9289,1,1409.57,-438.247,-92.0134,2.93482,300,5,0,711,0,1,0,0,0),(46731,8901,230,1,1,9289,1,1412.36,-440.384,-91.9685,2.98113,300,5,0,711,0,1,0,0,0),(46730,8901,230,1,1,8755,1,1408.04,-440.49,-92.0155,2.88517,300,5,0,711,0,1,0,0,0),(46729,8901,230,1,1,9290,1,1406.67,-437.559,-92.0174,3.05489,300,5,0,711,0,1,0,0,0),(46728,8901,230,1,1,9289,1,1408.73,-441.652,-92.0163,2.67557,300,5,0,711,0,1,0,0,0),(46727,8901,230,1,1,9288,1,1375.97,-314.035,-91.9711,6.26573,300,0,0,711,0,0,0,0,0),(46726,8901,230,1,1,8755,1,1364.15,-322.884,-91.9711,0.383972,300,0,0,711,0,0,0,0,0),(46725,8901,230,1,1,9288,1,1358.37,-320.16,-91.9711,4.55531,300,0,0,711,0,0,0,0,0),(46724,8901,230,1,1,9290,1,1358.59,-325.582,-91.9711,5.044,300,0,0,711,0,0,0,0,0),(46690,8901,230,1,1,9288,1,1377.86,-318.819,-91.9711,5.95157,300,0,0,711,0,0,0,0,0),(46673,8901,230,1,1,9290,1,1361.85,-330.713,-91.9711,4.95674,300,0,0,711,0,0,0,0,0),(46672,8901,230,1,1,9288,1,1356.39,-324.415,-91.9711,5.41052,300,0,0,711,0,0,0,0,0),(46671,8901,230,1,1,8755,1,1374.57,-320.029,-91.9711,3.21141,300,0,0,711,0,0,0,0,0),(46670,8901,230,1,1,9290,1,1366.39,-329.734,-91.9711,1.53589,300,0,0,711,0,0,0,0,0),(46669,8901,230,1,1,8755,1,1372.49,-314.385,-91.9711,1.39626,300,0,0,711,0,0,0,0,0),(46668,8901,230,1,1,9289,1,1313.41,-490.423,-91.9468,1.02974,300,0,0,711,0,0,0,0,0),(46667,8901,230,1,1,8755,1,1327.05,-476.426,-91.9285,2.9147,300,0,0,711,0,0,0,0,0),(46666,8901,230,1,1,9288,1,1328.44,-479.934,-91.9285,2.51327,300,0,0,711,0,0,0,0,0),(46665,8901,230,1,1,8755,1,1360.74,-476.122,-91.9301,2.68781,300,0,0,711,0,0,0,0,0),(46664,8901,230,1,1,9289,1,1359.9,-474.131,-91.9295,0.645772,300,0,0,711,0,0,0,0,0),(46663,8901,230,1,1,9290,1,1340.14,-473.729,-91.9285,1.01229,300,0,0,711,0,0,0,0,0),(46662,8901,230,1,1,9290,1,1350.09,-490.05,-91.9285,5.58505,300,0,0,711,0,0,0,0,0),(46661,8901,230,1,1,9288,1,1312.22,-488.184,-91.9508,0.05236,300,0,0,711,0,0,0,0,0),(46660,8901,230,1,1,9288,1,1343.19,-469.666,-91.9285,1.48353,300,0,0,711,0,0,0,0,0),(46659,8901,230,1,1,9289,1,1348.49,-487.341,-91.9285,4.60767,300,0,0,711,0,0,0,0,0),(46658,8901,230,1,1,9290,1,1303.38,-404.172,-92.0316,4.15168,300,0,0,711,0,0,0,0,0),(46657,8901,230,1,1,9288,1,1302.82,-408.022,-92.0343,4.21156,300,0,0,711,0,0,0,0,0),(46655,8901,230,1,1,9289,1,1301.41,-405.286,-92.038,4.1211,300,0,0,711,0,0,0,0,0),(46654,8901,230,1,1,9288,1,1299.71,-418.995,-92.0102,5.0075,300,5,0,711,0,1,0,0,0),(46653,8908,230,1,1,8179,0,1188.54,-159.79,-74.2803,0.10472,7200,0,0,11500,4234,0,0,0,0),(46652,8908,230,1,1,8179,0,1154.04,-132.777,-74.2814,3.4383,7200,0,0,11500,4234,0,0,0,0),(46651,8900,230,1,1,8813,1,1102.28,-177.753,-65.2253,2.23402,7200,0,0,2305,4896,0,0,0,0),(46650,8900,230,1,1,8813,1,1115.12,-178.39,-65.2253,1.02974,7200,0,0,2305,4896,0,0,0,0),(46649,8900,230,1,1,8815,1,1109.63,-186.832,-65.2253,3.28122,7200,0,0,2305,4896,0,0,0,0),(46648,8908,230,1,1,8179,0,1129.35,-155.306,-74.8279,3.21141,7200,0,0,11500,4234,0,0,0,0),(46647,8908,230,1,1,8179,0,1108.47,-179.58,-65.2253,2.30383,7200,0,0,11500,4234,0,0,0,0),(46646,8900,230,1,1,8813,1,1164.66,-190.199,-65.2258,3.36848,7200,0,0,2305,4896,0,0,0,0),(46645,8900,230,1,1,8815,1,1175.66,-187.799,-65.3796,5.20513,7200,5,0,2305,4896,1,0,0,0),(46644,8900,230,1,1,8812,1,1171.13,-197.181,-65.3385,3.97288,7200,5,0,2305,4896,1,0,0,0),(46643,8900,230,1,1,8815,1,1151.85,-136.934,-74.28,0.593412,7200,0,0,2305,4896,0,0,0,0),(46642,8900,230,1,1,8812,1,1149.71,-126.622,-74.3665,4.85309,7200,5,0,2305,4896,1,0,0,0),(46641,8908,230,1,1,8179,0,1170.21,-190.345,-65.3693,0.314159,7200,0,0,11500,4234,0,0,0,0),(46640,8900,230,1,1,8815,1,1135.4,-154.116,-74.9148,2.00465,7200,5,0,2305,4896,1,0,0,0),(46639,8900,230,1,1,8812,1,1128.28,-164.158,-74.8325,3.89208,7200,0,0,2305,4896,0,0,0,0),(46638,8900,230,1,1,8814,1,1184.31,-153.947,-74.2816,0.436332,7200,0,0,2305,4896,0,0,0,0),(46632,8900,230,1,1,8815,1,1194.82,-160.041,-74.3724,5.54385,7200,5,0,2305,4896,1,0,0,0),(46631,8900,230,1,1,8812,1,1186.99,-165.436,-74.2779,2.87979,7200,0,0,2305,4896,0,0,0,0),(46630,9554,230,1,1,8684,1,866.374,-162.741,-49.673,0.562199,7200,0,0,6183,0,0,0,0,0),(46629,9545,230,1,1,8675,1,892.558,-205.468,-43.6204,2.85076,7200,0,0,2061,0,0,0,0,0),(46628,9547,230,1,1,8679,1,823.385,-180.029,-49.6699,0.888466,7200,0,0,1443,4140,0,0,0,0),(46627,9545,230,1,1,8675,1,864.622,-175.079,-49.6731,1.99312,7200,0,0,2061,0,0,0,0,0),(46626,9554,230,1,1,8682,1,840.683,-190.213,-49.6699,5.73082,7200,0,0,6183,0,0,0,0,0),(545,2490,0,1,1,7165,1,-14411.1,427.967,8.95735,0.698132,300,0,0,2138,0,0,0,0,0),(544,2488,0,1,1,1282,1,-14459.2,503,26.3593,4.67748,300,0,0,1279,0,0,0,0,0),(543,2487,0,1,1,1667,0,-14444.8,486.81,28.809,0.506145,300,0,0,4120,0,0,0,0,0),(542,2486,0,1,1,7162,1,-14433.2,458.988,15.5349,4.60767,300,0,0,1981,0,0,0,0,0),(541,2465,0,1,1,4366,1,-12412.8,171.235,3.41187,5.53269,300,0,0,2218,0,0,0,0,0),(540,7871,0,1,1,7042,1,-12619,-111.231,18.5,3.49066,300,0,0,2769,0,0,0,0,0),(539,8679,0,1,1,7952,1,-12667.6,-1037.03,97.705,0,300,0,0,1981,0,0,0,0,0),(538,2687,0,1,1,4493,1,-12666.6,-1032.14,97.9603,0.994838,300,0,0,1981,0,0,0,0,0),(537,6807,0,1,1,7105,0,-14457.7,495.348,15.2129,3.97935,300,0,0,2399,0,0,0,0,0),(536,10060,0,1,1,9284,0,-14454,479.107,15.1179,5.41052,300,0,0,2399,0,0,0,0,0),(535,737,0,1,1,7163,0,-14449.8,497.925,26.3693,3.24631,300,0,0,1342,0,0,0,0,0),(534,469,0,1,1,2593,1,-11296.9,-206.689,75.8833,2.77507,1800,0,0,61040,0,0,0,0,0),(533,718,0,1,1,1659,1,-11617.4,-48.0135,11.0552,4.59022,300,0,0,1753,0,0,0,0,0),(46625,9554,230,1,1,8682,1,843.22,-188.302,-49.6703,3.78738,7200,0,0,6183,0,0,0,0,0),(46624,9547,230,1,1,8680,1,878.769,-147.397,-49.6759,4.30297,7200,0,0,1443,4140,0,0,0,0),(46622,9547,230,1,1,8680,1,859.402,-142.498,-49.6721,4.63184,7200,0,0,1443,4140,0,0,0,0),(46621,9545,230,1,1,8674,1,818.89,-180.504,-49.6699,0.105216,7200,0,0,2061,0,0,0,0,0),(46620,9554,230,1,1,8683,1,875.497,-216.125,-42.5926,2.13984,7200,0,0,6183,0,0,0,0,0),(46619,9543,230,1,1,8667,1,878.471,-167.726,-49.6751,2.51327,43200,0,0,7359,0,0,0,0,0),(46618,10043,230,1,1,9233,1,877.042,-166.488,-49.6748,5.77704,7200,0,0,6183,0,0,0,0,0),(46617,10043,230,1,1,9235,1,875.615,-168.167,-49.6746,0.418879,7200,0,0,6183,0,0,0,0,0),(46616,10043,230,1,1,9235,1,880.844,-167.852,-49.673,2.6529,7200,0,0,6183,0,0,0,0,0),(46615,9502,230,1,1,8177,0,868.97,-224.979,-43.7191,2.1145,43200,0,0,18298,0,0,0,0,0),(46614,9503,230,1,1,8654,1,891.198,-197.924,-43.6204,3.21141,7200,0,0,3082,0,0,0,0,0),(46613,9500,230,1,1,2834,0,867.078,-201.304,-43.7037,3.54772,7200,0,0,7599,0,2,0,0,0),(46612,8905,230,1,1,8289,0,807.998,-345.878,-50.4947,3.29867,7200,0,0,7359,0,0,0,0,0),(46611,8905,230,1,1,8289,0,813.551,-353.742,-50.4947,4.86947,7200,0,0,7359,0,0,0,0,0),(46610,8905,230,1,1,8289,0,819.453,-348.958,-50.4947,0.349066,7200,0,0,7359,0,0,0,0,0),(46608,8905,230,1,1,8289,0,813.64,-341.803,-50.4947,1.46608,7200,0,0,7359,0,0,0,0,0),(46607,8921,230,1,1,8180,0,581.38,-175.372,-84.4117,1.44862,7200,0,0,2672,0,0,0,0,0),(46309,8921,230,1,1,8180,0,576.286,-184.65,-84.4119,3.735,7200,0,0,2672,0,0,0,0,0),(46302,8921,230,1,1,8180,0,581.101,-190.509,-84.4085,2.16421,7200,0,0,2672,0,0,0,0,0),(46301,8921,230,1,1,8180,0,574.727,-196.646,-84.4187,2.84489,7200,0,0,2672,0,0,0,0,0),(46300,8921,230,1,1,8180,0,580.26,-202.699,-84.4234,0.349066,7200,0,0,2672,0,0,0,0,0),(46299,8921,230,1,1,8180,0,587.25,-201.465,-84.5078,2.52397,7200,5,0,2672,0,1,0,0,0),(46298,8921,230,1,1,8180,0,611.45,-178.513,-84.4869,2.05198,7200,5,0,2672,0,1,0,0,0),(46297,8921,230,1,1,8180,0,609.918,-177.402,-84.4864,2.08212,7200,5,0,2672,0,1,0,0,0),(46284,9319,230,1,1,9212,1,607.671,-174.768,-84.4864,2.30979,43200,0,0,10670,0,0,0,0,0),(46281,8921,230,1,1,8180,0,606.222,-168.193,-84.4068,5.72468,7200,0,0,2672,0,0,0,0,0),(46273,8921,230,1,1,8180,0,604.812,-177.6,-84.4021,0.506145,7200,0,0,2672,0,0,0,0,0),(46272,8921,230,1,1,8180,0,606.907,-193.305,-84.4048,1.8326,7200,0,0,2672,0,0,0,0,0),(46271,8921,230,1,1,8180,0,612.43,-173.572,-84.4067,0.191986,7200,0,0,2672,0,0,0,0,0),(46270,8921,230,1,1,8180,0,614.706,-184.568,-84.4061,3.52556,7200,0,0,2672,0,0,0,0,0),(46269,8921,230,1,1,8180,0,613.94,-197.911,-84.4086,0.261799,7200,0,0,2672,0,0,0,0,0),(46268,8911,230,1,1,5488,0,849.381,-243.453,-115.923,2.75549,7200,5,0,7599,0,1,0,0,0),(46267,8911,230,1,1,5488,0,1027.69,-245.993,-111.134,6.25596,7200,5,0,7599,0,1,0,0,0),(46266,8911,230,1,1,5488,0,926.193,-352.366,-116.112,2.25605,7200,5,0,7599,0,1,0,0,0),(46265,8911,230,1,1,5488,0,1211.19,-371.824,-92.7095,0.837758,7200,0,0,7599,0,0,0,0,0),(46264,8911,230,1,1,5488,0,1203.86,-372.471,-91.9976,0.715585,7200,0,0,7599,0,0,0,0,0),(46263,8911,230,1,1,5488,0,1204.43,-364.392,-92.7734,0.593412,7200,0,0,7599,0,0,0,0,0),(46262,8911,230,1,1,5488,0,829.611,-72.7661,-54.1954,2.26893,7200,0,0,7599,0,0,0,0,0),(46261,8911,230,1,1,5488,0,819.303,-75.9035,-54.1882,1.46608,7200,0,0,7599,0,0,0,0,0),(46260,8920,230,1,1,8895,1,934.78,-242.939,-50.2242,5.74213,7200,0,0,2453,0,0,0,0,0),(46259,8899,230,1,1,8823,1,940.441,-246.455,-50.2505,2.56563,7200,0,0,7359,0,0,0,0,0),(46258,8899,230,1,1,8821,1,927.385,-260.026,-49.8526,0.767945,7200,0,0,7359,0,0,0,0,0),(46256,8902,230,1,1,8801,1,929.761,-256.317,-49.8526,5.23599,7200,0,0,1834,1864,0,0,0,0),(46255,8902,230,1,1,8799,1,933.663,-258.504,-49.8526,2.77507,7200,0,0,1834,1864,0,0,0,0),(46254,8902,230,1,1,8798,1,935.763,-246.896,-50.114,0.314159,7200,0,0,1834,1864,0,0,0,0),(46253,8911,230,1,1,5488,0,934.519,-292.655,-49.8605,1.55334,7200,0,0,7599,0,0,0,0,0),(46252,8900,230,1,1,8812,1,929.067,-287.174,-49.8526,6.0912,7200,0,0,2305,4896,0,0,0,0),(46251,8900,230,1,1,8815,1,936.359,-285.072,-49.8526,4.20624,7200,0,0,2305,4896,0,0,0,0),(46250,8898,230,1,1,8751,1,939.377,-288.623,-49.8552,3.05433,7200,0,0,5886,3964,0,0,0,0),(46249,8902,230,1,1,8798,1,931.526,-284.472,-49.8526,5.41052,7200,0,0,1834,1864,0,0,0,0),(46248,8902,230,1,1,8799,1,931.065,-289.693,-49.8563,0.383972,7200,0,0,1834,1864,0,0,0,0),(46247,8911,230,1,1,5488,0,840.473,-106.465,-53.8818,2.18166,7200,0,0,7599,0,0,0,0,0),(46246,8911,230,1,1,5488,0,828.983,-110.763,-54.0495,1.55334,7200,0,0,7599,0,0,0,0,0),(46245,8911,230,1,1,5488,0,1161.94,-315.639,-105.112,4.14595,7200,3,0,7599,0,1,0,0,0),(46236,8911,230,1,1,5488,0,1022.1,-303.398,-116.355,1.51979,7200,5,0,7599,0,1,0,0,0),(45959,8901,230,1,1,8755,1,654.966,24.1877,-59.9753,4.17134,300,0,0,711,0,0,0,0,0),(45958,8901,230,1,1,8755,1,656.37,22.6035,-59.9749,3.49066,300,0,0,711,0,0,0,0,0),(45956,8901,230,1,1,8755,1,656.497,19.4238,-59.9749,2.56563,300,0,0,711,0,0,0,0,0),(45955,8901,230,1,1,9288,1,654.28,17.6029,-59.9755,1.79769,300,0,0,711,0,0,0,0,0),(45954,9033,230,1,1,8756,1,652.39,21.3737,-59.976,0.087266,43200,0,0,20912,0,0,0,0,0),(45953,8898,230,1,1,8751,1,679.312,-5.77373,-59.9752,5.41052,7200,0,0,5886,3964,0,0,0,0),(45952,8898,230,1,1,8751,1,760.401,-45.5855,-46.1504,5.37561,7200,0,0,5886,3964,0,0,0,0),(45951,8899,230,1,1,8820,1,692.489,57.5112,-45.3842,3.50811,7200,0,0,7359,0,0,0,0,0),(45950,8899,230,1,1,8821,1,692.283,-16.0764,-45.5909,1.71042,7200,0,0,7359,0,0,0,0,0),(45949,8911,230,1,1,5488,0,688.132,54.0359,-45.3838,1.01229,7200,0,0,7599,0,0,0,0,0),(45948,8898,230,1,1,8751,1,752.979,-48.4012,-46.1504,5.3058,7200,0,0,5886,3964,0,0,0,0),(45947,8898,230,1,1,8751,1,719.831,57.1718,-44.9377,1.74533,7200,0,0,5886,3964,0,0,0,0),(45946,8898,230,1,1,8751,1,717.922,36.237,-45.3848,3.9619,7200,0,0,5886,3964,0,0,0,0),(45945,8911,230,1,1,5488,0,711.948,33.2579,-45.3835,0.418879,7200,0,0,7599,0,0,0,0,0),(45944,8911,230,1,1,5488,0,682.926,55.1231,-59.9582,4.72984,7200,0,0,7599,0,0,0,0,0),(45943,8909,230,1,1,2172,0,590.8,-89.0486,-45.4405,3.15009,7200,0,0,5316,3614,2,0,0,0),(45942,8891,230,1,1,8750,1,590.742,-56.0564,-59.9498,6.12611,7200,0,0,6645,0,0,0,0,0),(45941,8891,230,1,1,8750,1,568.427,-81.7641,-44.9377,3.12414,7200,0,0,6645,0,0,0,0,0),(45940,8891,230,1,1,8750,1,558.476,-84.2628,-44.9377,4.55531,7200,0,0,6645,0,0,0,0,0),(45939,8892,230,1,1,8718,1,564.076,-81.6126,-44.9377,6.23082,7200,0,0,6645,0,0,0,0,0),(45938,8891,230,1,1,8750,1,697.92,-140.543,-45.8958,5.89921,7200,0,0,6645,0,0,0,0,0),(45937,8892,230,1,1,8718,1,688.344,-130.237,-46.3466,2.14675,7200,0,0,6645,0,0,0,0,0),(45936,8891,230,1,1,8750,1,626.941,-54.9923,-59.9761,0.715585,7200,0,0,6645,0,0,0,0,0),(45935,8892,230,1,1,8718,1,627.185,-122.955,-46.1504,2.70526,7200,0,0,6645,0,0,0,0,0),(45934,8892,230,1,1,8718,1,614.047,-39.4023,-59.9753,3.61283,7200,0,0,6645,0,0,0,0,0),(45933,8907,230,1,1,8178,0,856.701,17.871,-53.6308,2.53073,7200,0,0,7599,0,0,0,0,0),(45932,8906,230,1,1,8177,0,851.842,13.2664,-53.6419,2.28638,7200,0,0,7599,0,0,0,0,0),(45931,8983,230,1,1,8759,1,846.801,16.2806,-53.6395,3.14159,43200,0,0,12546,16936,0,0,0,0),(45930,8890,230,1,1,8758,1,499.568,-57.4589,-62.7666,3.05433,7200,0,0,6414,0,0,0,0,0),(45929,8890,230,1,1,8758,1,508.805,-117.66,-62.8238,5.13127,7200,0,0,6414,0,0,0,0,0),(40507,9216,229,1,1,0,1,-44.3139,-364.787,52.0571,1.8326,10800,5,0,1,0,1,0,0,0),(45843,9596,229,1,1,0,1,-26.6918,-428.557,-18.935,2.25881,3600,0,0,8883,0,0,0,0,0),(45841,16044,229,1,1,11686,0,-15.9034,-455.282,-18.6442,3.15971,450,0,0,4120,0,0,0,0,0),(45840,9237,229,1,1,0,1,-16.9764,-459.149,-18.6442,3.19856,1000000,0,0,28710,0,0,0,0,0),(45839,10221,229,1,1,0,0,-189.877,-314.318,64.4244,5.66943,3600,0,0,3082,0,0,0,0,0),(137992,10319,229,1,1,0,1,32.9856,-441.198,110.948,4.68553,7200,0,0,1,0,0,0,0,0),(45837,10221,229,1,1,0,0,-191.318,-327.289,64.4237,0.0946771,3600,0,0,3082,0,0,0,0,0),(45836,10221,229,1,1,0,0,-189.506,-338.428,64.4237,0.781901,3600,0,0,3082,0,0,0,0,0),(45835,10221,229,1,1,0,0,-193.167,-333.018,64.4237,0.774047,3600,0,0,3082,0,0,0,0,0),(137832,9096,229,1,1,0,1,165.521,-394.921,122.059,4.67748,7200,0,0,1,0,0,0,0,0),(137831,9096,229,1,1,0,1,161.09,-316.202,70.9563,1.91313,7200,10,0,1,0,1,0,0,0),(137833,9096,229,1,1,0,1,167.774,-338.655,111.034,2.79253,7200,0,0,1,0,0,0,0,0),(137829,9096,229,1,1,0,1,147.042,-312.391,71.0397,5.55015,7200,10,0,1,0,1,0,0,0),(137828,9096,229,1,1,0,1,142.593,-342.274,111.041,1.39626,7200,0,0,1,0,0,0,0,0),(137827,9096,229,1,1,0,1,138.316,-395.086,122.059,4.76475,7200,0,0,1,0,0,0,0,0),(137826,9096,229,1,1,0,1,136.424,-316.189,111.064,0.0174533,7200,0,0,1,0,0,0,0,0),(137825,9096,229,1,1,0,1,136.282,-308.682,111.073,0.279253,7200,0,0,1,0,0,0,0,0),(137824,9096,229,1,1,0,1,136.037,-338.207,111.044,0.645772,7200,0,0,1,0,0,0,0,0),(137823,9096,229,1,1,0,1,128.02,-315.29,111.029,2.98451,7200,0,0,1,0,0,0,0,0),(45822,10442,229,1,1,0,0,-72.22,-522.59,82.52,0.89,10800,0,0,3340,6723,0,0,0,0),(45821,10442,229,1,1,0,0,-80.7,-515.13,81.5,5.96,10800,0,0,3340,6723,0,0,0,0),(45820,10442,229,1,1,0,0,-78.7,-498.2,78.28,4.78,10800,0,0,3340,6723,0,0,0,0),(45819,10442,229,1,1,0,0,-68.31,-477.43,78.09,3.68,10800,0,0,3340,6723,0,0,0,0),(45818,10442,229,1,1,0,0,-27.7,-504.27,81.92,2.9,10800,0,0,3340,6723,0,0,0,0),(45817,10442,229,1,1,0,0,-50.98,-454.08,77.99,4.16,10800,0,0,3340,6723,0,0,0,0),(45816,10447,229,1,1,0,1,-48.38,-425.97,77.93,1.55,7200,0,0,14805,0,0,0,0,0),(45815,10447,229,1,1,0,1,-58.4069,-425.825,77.7506,1.59715,7200,0,0,14805,0,0,0,0,0),(45814,10447,229,1,1,0,1,-48.1343,-389.362,77.7707,4.70733,7200,0,0,14805,0,0,0,0,0),(45813,10447,229,1,1,0,1,-58.51,-389,77.95,4.75,7200,0,0,14805,0,0,0,0,0),(45812,10447,229,1,1,0,1,-55.66,-525.15,85.01,2.49,7200,0,0,14805,0,0,0,0,0),(45811,10447,229,1,1,0,1,-77.57,-489.59,78.1,1.21,7200,0,0,14805,0,0,0,0,0),(45810,10447,229,1,1,0,1,-36.17,-501.62,80.34,2.73,7200,0,0,14805,0,0,0,0,0),(45809,10447,229,1,1,0,1,-52.73,-478.49,78.1,2.01,7200,0,0,14805,0,0,0,0,0),(45808,10263,229,1,1,0,1,-112.45,-324.33,64.35,4.72,1000000,0,0,10796,0,0,0,0,0),(45807,9708,229,1,1,0,0,-84.34,-316.24,71.13,1.47,10800,0,0,1266,0,0,0,0,0),(45806,9708,229,1,1,0,0,-52.5,-301.47,71.12,4.54,10800,0,0,1266,0,0,0,0,0),(45805,9583,229,1,1,0,1,-57.87,-344.53,71.12,1.57,10800,0,0,8613,0,0,0,0,0),(45804,9716,229,1,1,0,1,-49.81,-343.91,71.12,1.73,10800,0,0,8352,0,0,0,0,0),(45803,9716,229,1,1,0,1,-125.05,-311.78,71.13,4.17,10800,0,0,8352,0,0,0,0,0),(45802,9583,229,1,1,0,1,-94.97,-325.34,71.13,2.11,10800,0,0,8613,0,0,0,0,0),(45801,9583,229,1,1,0,1,-101.32,-307.14,71.13,2.89,10800,0,0,8613,0,0,0,0,0),(45800,9716,229,1,1,0,1,-73.14,-303.41,71.14,4.72,10800,0,0,8352,0,0,0,0,0),(45799,9716,229,1,1,0,1,-47.31,-317.95,71.13,3.46,10800,0,0,8352,0,0,0,0,0),(45798,9716,229,1,1,0,1,-48.01,-310.7,71.14,3.76,10800,0,0,8352,0,0,0,0,0),(45797,9693,229,1,1,0,1,-45.36,-304.61,71.13,3.24,10800,0,0,6891,2289,0,0,0,0),(45796,9717,229,1,1,0,1,-50.63,-301.02,71.12,4.56,10800,0,0,6681,2241,0,0,0,0),(45795,9717,229,1,1,0,1,-52.29,-317.55,71.15,2.34,10800,0,0,6681,2241,0,0,0,0),(45794,9717,229,1,1,0,1,-86.13,-315.54,71.13,0.68,10800,0,0,6681,2241,0,0,0,0),(45793,9717,229,1,1,0,1,-86.16,-310.31,71.13,5.38,10800,0,0,6681,2241,0,0,0,0),(45792,9717,229,1,1,0,1,-111.72,-292.94,71.13,4.66,10800,0,0,6681,2241,0,0,0,0),(45791,9717,229,1,1,0,1,-141.21,-303.18,71.13,1.44,10800,0,0,6681,2241,0,0,0,0),(45790,9717,229,1,1,0,1,-123.64,-295.36,71.13,3.24,10800,0,0,6681,2241,0,0,0,0),(45789,9693,229,1,1,0,1,-126.41,-298.89,71.13,1.24,10800,0,0,6891,2289,0,0,0,0),(45788,9693,229,1,1,0,1,-84.83,-350.11,71.13,2.34,10800,0,0,6891,2289,0,0,0,0),(45787,9693,229,1,1,0,1,-109.32,-293.38,71.13,4.5,10800,0,0,6891,2289,0,0,0,0),(45786,9693,229,1,1,0,1,-139.37,-300.34,71.13,3.28,10800,0,0,6891,2289,0,0,0,0),(45785,9693,229,1,1,0,1,-142.34,-300.78,71.13,6.17,10800,0,0,6891,2289,0,0,0,0),(45784,9583,229,1,1,0,1,-72.07,-322.15,71.15,3.22,10800,0,0,8613,0,0,0,0,0),(45783,9583,229,1,1,0,1,-72.31,-319.25,71.15,3.26,10800,0,0,8613,0,0,0,0,0),(45782,9583,229,1,1,0,1,-93.4,-345.73,71.13,1.83,10800,0,0,8613,0,0,0,0,0),(45781,9716,229,1,1,0,1,-87.88,-344.27,71.13,1.82,10800,0,0,8352,0,0,0,0,0),(45780,9716,229,1,1,0,1,-128.17,-294.49,71.13,5.73,10800,0,0,8352,0,0,0,0,0),(45779,9716,229,1,1,0,1,-125.2,-289.26,71.13,5.31,10800,0,0,8352,0,0,0,0,0),(45778,9583,229,1,1,0,1,-117.03,-288.6,71.13,4.54,10800,0,0,8613,0,0,0,0,0),(45777,9583,229,1,1,0,1,-120.92,-329.09,71.13,3.55,10800,0,0,8613,0,0,0,0,0),(45776,9583,229,1,1,0,1,-118.69,-329.8,71.13,3.64,10800,0,0,8613,0,0,0,0,0),(45775,9583,229,1,1,0,1,-120.09,-327.22,71.13,3.64,10800,0,0,8613,0,0,0,0,0),(45774,10221,229,1,1,0,0,-89.34,-294.39,71.13,4.21,3600,0,0,3082,0,0,0,0,0),(45773,10221,229,1,1,0,0,-93.34,-292.29,71.13,3.99,3600,0,0,3082,0,0,0,0,0),(45772,10221,229,1,1,0,0,-139.37,-315.74,71.13,0.01,3600,0,0,3082,0,0,0,0,0),(45771,10221,229,1,1,0,0,-138.83,-321.97,71.13,6.22,3600,0,0,3082,0,0,0,0,0),(45770,10221,229,1,1,0,0,-124.68,-351.63,71.13,2.12,3600,0,0,3082,0,0,0,0,0),(45769,10221,229,1,1,0,0,-122.66,-346.86,71.13,2.35,3600,0,0,3082,0,0,0,0,0),(532,715,0,1,1,1410,1,-11628.6,-54.5569,11.0223,0.069813,300,0,0,1753,0,0,0,0,0),(49163,17919,534,1,1,0,1,5038.07,-1828.53,1323.22,0.0131984,120,0,0,41916,0,0,0,0,0),(49164,17919,534,1,1,0,1,5039.15,-1833.28,1323.65,0.295942,120,0,0,41916,0,0,0,0,0),(12940,3104,1,1,1,1246,0,-861.486,-5146.85,-6.32345,2.57907,300,10,0,120,0,1,0,0,0),(12939,3116,1,1,1,6814,0,866.723,-4633.01,13.9123,1.309,300,0,0,137,0,0,0,0,0),(12938,3117,1,1,1,2166,0,1072.86,-4681.6,13.8102,0.597732,300,5,0,176,0,1,0,0,0),(12937,3117,1,1,1,2166,0,935.446,-4781.74,21.9261,1.02392,300,5,0,176,0,1,0,0,0),(12936,3118,1,1,1,6815,0,953.471,-4771.75,23.5511,2.39116,300,5,0,186,191,1,0,0,0),(12935,3117,1,1,1,2166,0,880.661,-4815.5,14.807,2.80792,300,3,0,176,0,1,0,0,0),(12934,3115,1,1,1,3012,0,661.947,-4599.93,-0.391483,1.62726,300,5,0,137,0,1,0,0,0),(12933,3116,1,1,1,6814,0,1121,-4544.22,18.1416,1.65747,300,10,0,137,0,1,0,0,0),(12932,3119,1,1,1,9442,1,-964.186,-4481.59,25.8882,1.91045,300,3,0,120,0,1,0,0,0),(12931,3104,1,1,1,1246,0,-1175.52,-5189.02,-7.37558,4.27219,300,10,0,120,0,1,0,0,0),(30395,6329,90,1,1,976,0,-425.039,178.295,-154.66,5.74213,86400,5,0,1830,655,1,0,0,0),(30394,6329,90,1,1,976,0,-512.154,175.506,-155.153,2.53073,86400,3,0,1830,655,1,0,0,0),(30393,6224,90,1,1,6936,1,-826.708,425.943,-272.592,6.18491,86400,2,0,787,0,1,0,0,0),(30392,6226,90,1,1,6890,0,-797.69,538.168,-295.578,0.679326,86400,2,0,2388,0,1,0,0,0),(30391,6226,90,1,1,6890,0,-788.414,420.179,-272.578,3.00892,86400,3,0,2388,0,1,0,0,0),(30390,6227,90,1,1,6891,0,-743.622,238.119,-273.08,2.5883,86400,5,0,2550,878,1,0,0,0),(30389,6224,90,1,1,6936,1,-798.065,382.68,-316.433,1.66084,86400,2,0,787,0,1,0,0,0),(30388,6227,90,1,1,6891,0,-822.527,425.77,-272.59,0.008276,86400,5,0,2550,878,1,0,0,0),(30387,6224,90,1,1,6936,1,-840.707,290.14,-272.607,5.71985,86400,2,0,787,0,1,0,0,0),(12930,3122,1,1,1,1960,0,151.262,-4162.34,49.6573,0.283403,300,10,0,120,0,1,0,0,0),(12929,3125,1,1,1,2486,0,132.915,-4918.65,12.9131,0.240713,200,5,0,102,0,1,0,0,0),(12928,3106,1,1,1,1307,0,-206.62,-5343.49,-8.28776,3.5047,200,10,0,102,0,1,0,0,0),(12927,3104,1,1,1,1246,0,-648.596,-5211.55,-9.31795,5.54616,300,10,0,120,0,1,0,0,0),(12926,3120,1,1,1,9443,1,-956.766,-4504.15,26.2437,3.67364,300,5,0,131,138,1,0,0,0),(43472,25075,647,1,1,0,0,-3.3964,-7.90545,-23.6967,6.24828,180,0,0,1,0,0,0,0,0),(30386,6226,90,1,1,6890,0,-858.712,391.157,-316.43,2.59422,86400,3,0,2388,0,1,0,0,0),(30385,6226,90,1,1,6890,0,-844.277,432.41,-312.281,0.644145,86400,2,0,2388,0,1,0,0,0),(30384,6226,90,1,1,6890,0,-837.74,291.732,-272.605,0.783807,86400,5,0,2388,0,1,0,0,0),(30383,6222,90,1,1,6934,1,-487.225,549.376,-230.602,2.94272,86400,0,0,787,0,0,0,0,0),(30382,6222,90,1,1,6934,1,-592.991,578.047,-230.517,5.3058,86400,2,0,787,0,1,0,0,0),(30381,7603,90,1,1,6968,0,-599.175,579.219,-230.602,0.809533,86400,2,0,787,0,1,0,0,0),(30380,7603,90,1,1,6967,0,-593.291,589.403,-230.517,0,86400,2,0,787,0,1,0,0,0),(30379,7603,90,1,1,6967,0,-596.914,584.571,-230.601,4.46223,86400,2,0,787,0,1,0,0,0),(30378,7603,90,1,1,6968,0,-591.288,583.902,-230.517,6.24828,86400,2,0,787,0,1,0,0,0),(30377,6222,90,1,1,6932,1,-461.171,464.069,-230.601,0.802967,86400,2,0,787,0,1,0,0,0),(30376,7603,90,1,1,6967,0,-460.763,451.258,-230.517,6.26573,86400,2,0,787,0,1,0,0,0),(30375,7603,90,1,1,6968,0,-467.127,458.6,-230.518,0,86400,2,0,787,0,1,0,0,0),(30374,7603,90,1,1,6967,0,-464.134,453.529,-230.518,1.22173,86400,2,0,787,0,1,0,0,0),(30373,7603,90,1,1,6967,0,-456.864,466.615,-230.601,1.93866,86400,2,0,787,0,1,0,0,0),(30372,6222,90,1,1,6933,1,-523.229,538.753,-273.073,5.75422,86400,2,0,787,0,1,0,0,0),(30371,7603,90,1,1,6967,0,-522.211,541.392,-273.074,5.98327,86400,2,0,787,0,1,0,0,0),(30370,7603,90,1,1,6967,0,-519.572,540.375,-273.075,5.7171,86400,2,0,787,0,1,0,0,0),(30369,7603,90,1,1,6967,0,-520.59,537.735,-273.074,5.46984,86400,2,0,787,0,1,0,0,0),(30368,7603,90,1,1,6967,0,-519.763,535.871,-273.074,5.12976,86400,2,0,787,0,1,0,0,0),(30367,6222,90,1,1,6935,1,-585.701,464.577,-273.081,3.43791,86400,2,0,787,0,1,0,0,0),(30366,6222,90,1,1,6932,1,-539.803,554.096,-273.079,3.99421,86400,2,0,787,0,1,0,0,0),(30365,6222,90,1,1,6933,1,-615.486,440.103,-273.061,5.49537,86400,2,0,787,0,1,0,0,0),(30364,6222,90,1,1,6934,1,-531.995,416.335,-230.518,0.349066,86400,2,0,787,0,1,0,0,0),(30363,7603,90,1,1,6968,0,-544.422,421.018,-230.518,3.80482,86400,2,0,787,0,1,0,0,0),(30362,7603,90,1,1,6967,0,-538.575,416.534,-230.518,2.82743,86400,2,0,787,0,1,0,0,0),(30361,7603,90,1,1,6968,0,-532.556,421.27,-230.518,4.95674,86400,2,0,787,0,1,0,0,0),(30360,7603,90,1,1,6968,0,-539.432,425.888,-230.519,0,86400,0,0,787,0,0,0,0,0),(30358,6222,90,1,1,6933,1,-635.625,513.175,-230.602,1.09437,86400,2,0,787,0,1,0,0,0),(30357,6233,90,1,1,6978,0,-637.756,516.192,-230.518,0,86400,2,0,3412,0,1,0,0,0),(30356,7603,90,1,1,6967,0,-646.904,505.615,-230.601,2.21234,86400,2,0,787,0,1,0,0,0),(30355,7603,90,1,1,6967,0,-641.537,508.083,-230.518,5.34071,86400,2,0,787,0,1,0,0,0),(30354,7603,90,1,1,6967,0,-645.176,512.149,-230.601,3.99623,86400,2,0,787,0,1,0,0,0),(30353,7603,90,1,1,6967,0,-640.209,514.683,-230.602,1.01504,86400,2,0,787,0,1,0,0,0),(30352,6211,90,1,1,10285,1,-569.925,231.347,-159.345,1.88496,86400,2,0,2400,0,1,0,0,0),(30351,6206,90,1,1,830,1,-547.073,78.8734,-201.248,3.38594,86400,5,0,2272,0,1,0,0,0),(30350,6211,90,1,1,10285,1,-635.808,89.3161,-183.187,4.50295,86400,5,0,2400,0,1,0,0,0),(30349,6329,90,1,1,976,0,-555.28,20.0494,-179.653,2.26893,86400,2,0,1830,655,1,0,0,0),(30348,6329,90,1,1,976,0,-577.393,139.893,-202.054,5.2709,86400,5,0,1830,655,1,0,0,0),(30346,6329,90,1,1,976,0,-577.057,35.9964,-197.327,2.93215,86400,0,0,1830,655,0,0,0,0),(30345,6329,90,1,1,976,0,-582.384,137.274,-202.052,5.58505,86400,3,0,1830,655,1,0,0,0),(30344,6206,90,1,1,830,1,-651.76,88.2629,-179.263,5.49779,86400,1,0,2272,0,1,0,0,0),(30343,6211,90,1,1,10285,1,-560.054,22.1415,-179.654,2.77507,86400,2,0,2400,0,1,0,0,0),(30342,6329,90,1,1,976,0,-641.7,101.709,-192.37,0.017453,86400,0,0,1830,655,0,0,0,0),(30341,6212,90,1,1,3456,1,-712.112,550.954,-298.008,6.05503,86400,0,0,2400,0,0,0,0,0),(30340,6232,90,1,1,6889,0,-754.444,574.93,-303.699,5.3058,86400,5,0,4000,0,1,0,0,0),(30339,6212,90,1,1,3456,1,-743.108,622.601,-312.699,2.80998,86400,2,0,2400,0,1,0,0,0),(30338,6234,90,1,1,6979,0,-758.873,640.617,-304.039,4.48742,86400,1,0,3018,0,1,0,0,0),(30337,6234,90,1,1,6979,0,-664.285,697.697,-331.711,3.4383,86400,5,0,3018,0,1,0,0,0),(30336,6212,90,1,1,3456,1,-735.093,713.3,-317.977,5.67232,86400,2,0,2400,0,1,0,0,0),(30335,6234,90,1,1,6979,0,-701.913,547.059,-294.699,0.383972,86400,3,0,3018,0,1,0,0,0),(30334,6212,90,1,1,3456,1,-727.748,648.272,-308.977,0.226893,86400,0,0,2400,0,0,0,0,0),(30333,6212,90,1,1,3456,1,-754.458,657.834,-308.977,2.3911,86400,5,0,2400,0,1,0,0,0),(30332,6234,90,1,1,6979,0,-593.833,679.447,-326.956,2.84489,86400,5,0,3018,0,1,0,0,0),(30331,6233,90,1,1,6978,0,-639.68,402.122,-233.581,5.41393,86400,2,0,3412,0,1,0,0,0),(30330,6233,90,1,1,6978,0,-442.733,219.312,-207.906,2.23402,86400,0,0,3412,0,2,0,0,0),(30329,6233,90,1,1,6978,0,-653.546,420.784,-230.541,4.39823,86400,5,0,3412,0,1,0,0,0),(30328,6223,90,1,1,6981,1,-427.261,238.569,-211.461,3.29867,86400,2,0,2250,0,1,0,0,0),(30327,6223,90,1,1,6982,1,-440.169,267.683,-211.46,1.27409,86400,5,0,2250,0,1,0,0,0),(30326,6223,90,1,1,6982,1,-561.423,306.01,-212.839,1.79769,86400,2,0,2250,0,1,0,0,0),(30325,6233,90,1,1,6978,0,-538.47,370.845,-231.387,3.64774,86400,5,0,3412,0,1,0,0,0),(30324,6391,90,1,1,6610,1,-513.335,177.048,-193.637,2.61799,86400,0,0,2250,0,0,0,0,0),(30323,6392,90,1,1,6609,1,-501.96,222.333,-193.613,0.279253,86400,0,0,2319,811,0,0,0,0),(30322,6391,90,1,1,6611,1,-503.532,221.496,-193.613,2.84489,86400,0,0,2250,0,0,0,0,0),(30321,6391,90,1,1,6610,1,-500.113,223.078,-193.612,4.38078,86400,0,0,2250,0,0,0,0,0),(30320,6391,90,1,1,6610,1,-543.691,167.098,-193.654,4.17134,86400,0,0,2250,0,0,0,0,0),(30319,6206,90,1,1,830,1,-451.295,40.3806,-154.66,0.890118,86400,3,0,2272,0,1,0,0,0),(30318,6206,90,1,1,830,1,-522.26,44.992,-153.692,1.16937,86400,5,0,2272,0,1,0,0,0),(30317,6206,90,1,1,830,1,-528.462,205.603,-155.156,5.93412,86400,5,0,2272,0,1,0,0,0),(30316,6329,90,1,1,976,0,-497.042,67.753,-154.716,2.98451,86400,3,0,1830,655,1,0,0,0),(30315,6206,90,1,1,830,1,-425.096,111.061,-156.425,3.29867,86400,0,0,2272,0,0,0,0,0),(30314,6329,90,1,1,976,0,-465.155,179.25,-154.745,0.047407,86400,5,0,1830,655,1,0,0,0),(30313,6329,90,1,1,976,0,-434.69,84.9587,-151.747,5.93412,86400,0,0,1830,655,0,0,0,0),(30312,6329,90,1,1,976,0,-506.921,119.416,-154.66,3.54302,86400,5,0,1830,655,1,0,0,0),(30311,6329,90,1,1,976,0,-555.872,176.441,-155.154,6.16101,86400,5,0,1830,655,1,0,0,0),(30310,6329,90,1,1,976,0,-500.517,145.52,-154.633,0.837758,86400,5,0,1830,655,1,0,0,0),(30309,6226,90,1,1,6890,0,-758.346,52.8884,-256.668,4.72984,86400,2,0,2388,0,1,0,0,0),(30308,6224,90,1,1,6936,1,-763.52,358.724,-272.596,1.43922,86400,2,0,787,0,1,0,0,0),(30307,6227,90,1,1,6891,0,-767.642,346.271,-272.596,5.21228,86400,5,0,2550,878,1,0,0,0),(30306,6224,90,1,1,6936,1,-823.79,401.27,-316.433,6.02521,86400,2,0,787,0,1,0,0,0),(30305,6227,90,1,1,6891,0,-795.208,283.37,-272.596,6.13951,86400,3,0,2550,878,1,0,0,0),(30304,6227,90,1,1,6891,0,-781.462,200.618,-273.081,5.06208,86400,5,0,2550,878,1,0,0,0),(30303,6224,90,1,1,6936,1,-760.483,56.4322,-257.402,4.5204,86400,0,0,787,0,0,0,0,0),(30302,6227,90,1,1,6891,0,-823.162,402.095,-316.433,0.206138,86400,3,0,2550,878,1,0,0,0),(30301,6224,90,1,1,6936,1,-817.881,161.435,-271.241,1.46608,86400,3,0,787,0,1,0,0,0),(30300,7603,90,1,1,6967,0,-814.842,167.411,-272.673,6.12611,86400,3,0,787,0,1,0,0,0),(30299,7603,90,1,1,6968,0,-814.707,172.722,-272.996,0.20944,86400,3,0,787,0,1,0,0,0),(30298,7603,90,1,1,6967,0,-810.541,167.407,-272.674,0.418879,86400,3,0,787,0,1,0,0,0),(30297,7603,90,1,1,6968,0,-812.808,161.384,-271.228,3.61283,86400,3,0,787,0,1,0,0,0),(30296,6224,90,1,1,6936,1,-838.863,289.553,-272.606,3.08878,86400,2,0,787,0,1,0,0,0),(30295,6222,90,1,1,6933,1,-502.385,483.743,-273.08,6.06902,86400,5,0,787,0,1,0,0,0),(30294,6222,90,1,1,6932,1,-468.093,468.025,-230.601,5.24667,86400,2,0,787,0,1,0,0,0),(30293,6225,90,1,1,5926,0,-586.658,464.285,-273.081,4.12239,86400,5,0,2715,0,1,0,0,0),(12921,3119,1,1,1,9442,1,-984.496,-4614.14,25.4188,2.44212,300,10,0,120,0,1,0,0,0),(12920,3119,1,1,1,9442,1,-984.816,-4503.66,26.8016,2.35067,300,3,0,120,0,1,0,0,0),(12919,3106,1,1,1,1307,0,-396.503,-5279.09,-11.1467,3.38603,200,10,0,102,0,1,0,0,0),(12918,3100,1,1,1,193,0,1252.83,-4850.85,17.2145,0.044936,300,10,0,156,0,1,0,0,0),(38044,11320,389,1,1,0,0,-70.6122,-32.8292,-18.4872,2.57425,86400,2,0,819,0,1,0,0,0),(38043,11320,389,1,1,0,0,-15.9865,-50.1693,-21.7804,3.57792,86400,5,0,819,0,1,0,0,0),(38042,11321,389,1,1,0,0,-36.4604,-42.0863,-21.773,0.809754,86400,5,0,819,0,1,0,0,0),(12917,3119,1,1,1,9442,1,-999.198,-4554.26,25.6802,3.42161,300,3,0,120,0,1,0,0,0),(12916,3100,1,1,1,193,0,283.734,-3812.65,26.2332,1.33498,300,5,0,156,0,1,0,0,0),(45928,8889,230,1,1,8754,1,470.46,-23.0012,-67.8432,1.78024,7200,0,0,6183,0,0,0,0,0),(12915,3106,1,1,1,1307,0,282.905,-5152.91,0.894415,0.982643,200,10,0,102,0,1,0,0,0),(12914,3125,1,1,1,2486,0,-554.579,-4777.85,36.107,5.90087,200,10,0,102,0,1,0,0,0),(12913,3106,1,1,1,1307,0,145.836,-5349.61,-10.6658,4.35319,200,10,0,102,0,1,0,0,0),(12836,3106,1,1,1,1307,0,415.779,-5213.34,-15.7766,1.62749,200,10,0,102,0,1,0,0,0),(12602,3122,1,1,1,1960,0,-1104.86,-5148.86,1.4629,5.63553,300,5,0,120,0,1,0,0,0),(12409,3125,1,1,1,2486,0,-677.986,-4930.12,25.1055,5.28631,200,10,0,102,0,1,0,0,0),(12408,3226,1,1,1,2488,0,1310.66,-4679.15,21.7369,4.88692,300,0,0,198,0,0,0,0,0),(12407,3125,1,1,1,2486,0,80.1492,-4814.94,18.7142,1.11149,200,5,0,102,0,1,0,0,0),(12406,3125,1,1,1,2486,0,-79.0009,-4787.46,24.0587,1.52928,200,5,0,102,0,1,0,0,0),(12405,3106,1,1,1,1307,0,69.8332,-5423.17,-28.5528,5.94042,200,10,0,102,0,1,0,0,0),(43473,34715,647,1,1,0,1,-9.18316,-7.77573,-17.217,3.28122,180,0,0,1,0,0,0,0,0),(12400,3125,1,1,1,2486,0,-138.576,-4819.18,23.9827,2.97676,200,5,0,102,0,1,0,0,0),(12399,3125,1,1,1,2486,0,-781.648,-4611.14,45.3457,1.09142,200,10,0,102,0,1,0,0,0),(12398,3105,1,1,1,1248,0,1079.11,-5149.71,-9.53212,3.30547,300,5,0,156,0,1,0,0,0),(12397,3125,1,1,1,2486,0,-747.245,-4649.64,41.1089,1.13075,200,5,0,102,0,1,0,0,0),(12395,3227,1,1,1,787,0,1154.61,-4016.37,16.6161,4.09702,300,10,0,198,0,1,0,0,0),(12394,3098,1,1,1,503,0,-514.337,-4344.96,38.308,1.7611,120,10,0,42,0,1,0,0,0),(12393,3098,1,1,1,503,0,-488.73,-4352.5,40.1998,3.52405,120,10,0,42,0,1,0,0,0),(12392,3129,1,1,1,1862,1,-253.491,-5052.29,21.317,1.24354,300,5,0,120,0,1,0,0,0),(12391,3098,1,1,1,503,0,-447.311,-4355.99,46.1737,4.66552,120,5,0,42,0,1,0,0,0),(12390,3128,1,1,1,3735,1,-272.464,-5110.77,25.2435,3.34615,200,5,0,102,0,1,0,0,0),(12389,3103,1,1,1,1940,0,-555.171,-5250.68,-13.7383,4.22691,300,10,0,120,0,1,0,0,0),(12388,3098,1,1,1,503,0,-456.403,-4280.85,41.6329,2.91952,120,5,0,42,0,1,0,0,0),(12387,3300,1,1,1,1987,0,1198.32,-4202.5,24.9285,3.9111,120,5,0,1,0,1,0,0,0),(12386,3127,1,1,1,2732,0,1149.78,-4282.23,21.1547,0.960805,300,10,0,176,0,1,0,0,0),(12385,3098,1,1,1,503,0,-479.686,-4280.64,43.8398,6.08916,120,5,0,42,0,1,0,0,0),(12384,5826,1,1,1,6113,1,424.321,-4245.13,26.3462,1.74533,14400,0,0,166,178,0,0,0,0),(12383,3106,1,1,1,1307,0,-657.209,-5185.14,-2.7149,0.11152,200,10,0,102,0,1,0,0,0),(12382,3207,1,1,1,4080,1,-1136.2,-5563.91,9.90795,1.54613,300,0,0,148,165,0,0,0,0),(12381,3100,1,1,1,193,0,1119.3,-4317.4,24.9811,5.56757,300,5,0,156,0,1,0,0,0),(12380,3206,1,1,1,4076,1,-1135.93,-5585.65,10.5047,4.90739,300,0,0,148,165,0,0,0,0),(12379,3100,1,1,1,193,0,1222.19,-4367.85,28.1284,5.0174,300,5,0,156,0,1,0,0,0),(12378,3207,1,1,1,4079,1,-1144.54,-5566.72,9.90789,1.19876,300,0,0,148,165,0,0,0,0),(12377,3207,1,1,1,4079,1,-1125.52,-5573.58,9.90778,5.45052,300,0,0,148,165,0,0,0,0),(12376,3125,1,1,1,2486,0,250.882,-4982.37,19.254,0.367454,200,10,0,102,0,1,0,0,0),(12375,3192,1,1,1,1276,1,-245.52,-5119.95,42.6406,5.88537,300,0,0,156,0,0,0,0,0),(12374,3207,1,1,1,4079,1,-1141.04,-5542.15,7.372,0.599164,300,0,0,148,165,0,0,0,0),(12373,3100,1,1,1,193,0,1153.37,-4349.22,26.3771,6.25784,300,0,0,156,0,0,0,0,0),(12372,3300,1,1,1,1986,0,1206.22,-4340.18,21.3167,1.542,120,5,0,1,0,1,0,0,0),(12371,3127,1,1,1,2732,0,1382.05,-4917.68,7.82264,4.59099,300,10,0,176,0,1,0,0,0),(12370,3127,1,1,1,2732,0,1191.04,-4591.65,18.4584,1.81341,300,10,0,176,0,1,0,0,0),(12369,3100,1,1,1,193,0,1182.31,-4325.72,21.4531,0.180981,300,10,0,156,0,1,0,0,0),(12368,3127,1,1,1,2732,0,1185.49,-4016.61,16.5608,-2.05866,300,10,0,176,0,1,0,0,0),(12367,3207,1,1,1,4080,1,-1134.72,-5544.55,10.623,4.16657,300,0,0,148,165,0,0,0,0),(12366,3129,1,1,1,1860,1,-242.195,-5114.24,25.2436,3.55657,300,0,0,120,0,0,0,0,0),(12365,3123,1,1,1,1959,0,1120.63,-4034.2,14.3587,4.55944,300,10,0,156,0,1,0,0,0),(12364,3128,1,1,1,3735,1,-218.587,-5056.1,21.2766,3.38166,200,5,0,102,0,1,0,0,0),(12363,3123,1,1,1,1959,0,430.074,-3899.37,25.4312,2.96873,300,10,0,156,0,1,0,0,0),(12362,3128,1,1,1,3734,1,-266.264,-5126.95,24.3417,0.520071,200,5,0,102,0,1,0,0,0),(12361,3206,1,1,1,4077,1,-1270.25,-5516.54,4.98094,4.35964,300,0,0,148,165,0,0,0,0),(12360,3123,1,1,1,1959,0,502.811,-3867.73,19.9907,5.93425,300,10,0,156,0,1,0,0,0),(12359,3127,1,1,1,2732,0,1270.69,-4917.01,9.88924,6.2324,300,10,0,176,0,1,0,0,0),(12358,3206,1,1,1,4076,1,-1253.65,-5534.9,5.25236,5.29332,300,0,0,148,165,0,0,0,0),(12357,3206,1,1,1,4077,1,-1243.89,-5513.5,9.4805,0.94187,300,0,0,148,165,0,0,0,0),(12356,3100,1,1,1,193,0,548.732,-3881.98,20.2963,4.56939,300,10,0,156,0,1,0,0,0),(12355,3127,1,1,1,2732,0,1256.58,-4793.38,20.5,0.849024,300,10,0,176,0,1,0,0,0),(12354,3128,1,1,1,3734,1,-85.9882,-5052.96,16.3209,6.20669,200,10,0,102,0,1,0,0,0),(12353,3123,1,1,1,1959,0,1333.96,-4814.29,24.4838,5.58094,300,5,0,156,0,1,0,0,0),(12352,3121,1,1,1,598,0,-1286.12,-5415.65,5.032,2.31512,300,5,0,137,0,1,0,0,0),(12351,3100,1,1,1,193,0,1018.98,-4285.32,21.7484,5.56984,300,5,0,156,0,1,0,0,0),(12350,3128,1,1,1,3735,1,-47.2603,-5019.83,13.3476,5.72347,200,10,0,102,0,1,0,0,0),(12349,3128,1,1,1,3734,1,-193.487,-5039.54,21.1663,3.41265,200,10,0,102,0,1,0,0,0),(12348,3128,1,1,1,3735,1,-48.0292,-5080.86,10.2239,0.825444,200,10,0,102,0,1,0,0,0),(12347,3128,1,1,1,3735,1,-18.868,-4917.26,16.7475,2.3986,200,5,0,102,0,1,0,0,0),(12346,3129,1,1,1,1862,1,17.5113,-4951.48,14.3885,4.69752,300,10,0,120,0,1,0,0,0),(12345,3300,1,1,1,1987,0,-409.7,-4823.61,37.2846,5.9135,120,10,0,1,0,1,0,0,0),(12344,3119,1,1,1,9442,1,-1054.21,-4745.53,16.6612,5.2394,300,10,0,120,0,1,0,0,0),(12343,3119,1,1,1,9442,1,-1005.58,-4766.97,12.6655,1.1689,300,10,0,120,0,1,0,0,0),(12342,3128,1,1,1,3734,1,-7.65502,-4982.83,13.485,5.8889,200,10,0,102,0,1,0,0,0),(12341,3129,1,1,1,1860,1,-252.959,-5104.31,41.3467,1.31538,300,3,0,120,0,1,0,0,0),(12340,3100,1,1,1,193,0,1176.96,-4412.65,21.6106,3.62086,300,5,0,156,0,1,0,0,0),(12339,3099,1,1,1,381,0,88.5582,-4780.85,20.1313,0.058641,300,5,0,120,0,1,0,0,0),(12338,3128,1,1,1,3735,1,-208.333,-5025,21.7622,4.82745,200,10,0,102,0,1,0,0,0),(12337,3099,1,1,1,381,0,33.6282,-4164.96,67.9828,3.89937,300,5,0,120,0,1,0,0,0),(12336,3129,1,1,1,1860,1,-252.393,-5118.68,42.6406,4.48888,300,0,0,120,0,0,0,0,0),(12335,3100,1,1,1,193,0,1015.87,-5012.18,13.9331,3.43277,300,5,0,156,0,1,0,0,0),(12334,3125,1,1,1,2486,0,286.425,-4947.95,22.0564,0.37362,200,5,0,102,0,1,0,0,0),(12333,3114,1,1,1,1964,1,380.718,-4248.74,24.6459,2.59745,300,5,0,176,0,1,0,0,0),(12332,3114,1,1,1,1964,1,348.268,-4282.86,23.7379,3.7854,300,10,0,176,0,1,0,0,0),(12331,3128,1,1,1,3734,1,-243.801,-4996.51,21.3111,4.89723,200,0,0,102,0,0,0,0,0),(12330,3113,1,1,1,6088,1,424.512,-4228.85,25.1545,1.2222,300,3,0,148,165,1,0,0,0),(45927,8889,230,1,1,8754,1,479.119,-20.5286,-67.4096,1.93731,7200,0,0,6183,0,0,0,0,0),(135668,16492,532,1,1,19331,0,-11107.8,-1875.88,165.765,1.63355,604800,0,0,7825,3155,0,0,0,0),(135667,16492,532,1,1,19331,0,-11109.6,-1876.3,165.765,1.73465,604800,0,0,7825,3155,0,0,0,0),(135666,16492,532,1,1,19331,0,-11111,-1875.08,165.765,1.9729,604800,0,0,7825,3155,0,0,0,0),(135665,16492,532,1,1,19331,0,-11111.8,-1873.98,165.765,1.61175,604800,0,0,7825,3155,0,0,0,0),(135664,16492,532,1,1,19331,0,-11062.9,-1844.28,165.765,5.42682,604800,0,0,7825,3155,0,0,0,0),(135663,16492,532,1,1,19331,0,-11061.5,-1843.08,165.765,5.44006,604800,0,0,7825,3155,0,0,0,0),(135662,16492,532,1,1,19331,0,-11060.3,-1842.51,166.071,4.56637,604800,0,0,7825,3155,0,0,0,0),(135661,16492,532,1,1,19331,0,-11043.6,-1822.42,165.765,5.68794,604800,0,0,7825,3155,0,0,0,0),(4632,7048,0,1,1,400,0,-8244.05,-2344.69,157.761,4.34493,500,10,0,2232,4765,1,0,0,0),(4631,9695,0,1,1,10984,0,-8296.86,-2413.35,182.653,1.85608,500,5,0,3293,0,1,0,0,0),(4630,9691,0,1,1,8970,0,-7895.84,-2959.13,139.424,5.8108,500,5,0,3082,0,1,0,0,0),(4629,7047,0,1,1,397,0,-7548.09,-2650.04,136.896,1.90821,500,10,0,2384,1864,1,0,0,0),(4628,9690,0,1,1,9371,0,-7628.96,-2589.5,132.739,0.168679,500,10,0,2980,0,1,0,0,0),(4627,9691,0,1,1,8970,0,-7642.49,-2875.51,134.971,1.54058,500,10,0,3082,0,1,0,0,0),(4626,7047,0,1,1,397,0,-7724.97,-2951.71,133.214,0.189274,500,10,0,2384,1864,1,0,0,0),(4625,9691,0,1,1,8970,0,-7610.27,-2904.29,133.446,6.20686,500,10,0,3082,0,1,0,0,0),(45926,8921,230,1,1,8180,0,480.469,-111.473,-62.9548,1.34979,7200,5,0,2672,0,1,0,0,0),(11599,20424,560,3,1,341,1,1757.47,631.98,30.348,5.99455,86400,0,0,198,0,0,0,0,0),(11569,20424,560,3,1,341,1,1742.72,628.741,30.348,1.96624,86400,0,0,198,0,0,0,0,0),(12329,3300,1,1,1,1987,0,298.04,-4268.98,31.1493,4.05979,120,5,0,1,0,1,0,0,0),(12328,3114,1,1,1,1964,1,427.358,-4215.38,24.5284,3.59049,300,3,0,176,0,1,0,0,0),(531,716,0,1,1,1413,0,-11616.7,-54.8325,11.1371,2.86234,300,0,0,1753,0,0,0,0,0),(4624,7025,0,1,1,6045,1,-8018.7,-1571.15,132.595,3.52556,500,0,0,3529,0,0,0,0,0),(12327,3100,1,1,1,193,0,1353.44,-4616.96,26.4937,2.70591,300,5,0,156,0,1,0,0,0),(12326,3113,1,1,1,6088,1,413.141,-4243.35,27.0356,2.38263,300,3,0,148,165,1,0,0,0),(12325,6466,1,1,1,5205,0,1637.52,-4438.05,15.4898,2.07694,300,0,0,247,0,0,0,0,0),(12324,3113,1,1,1,6088,1,380.849,-4282.82,25.978,2.69221,300,10,0,148,165,1,0,0,0),(12323,3113,1,1,1,6088,1,406.918,-4288.94,30.3293,2.10131,300,5,0,148,165,1,0,0,0),(12322,5823,1,1,1,2491,0,7.38613,-3980.17,51.9434,0.606317,14400,0,0,222,0,0,0,0,0),(12321,3125,1,1,1,2486,0,-706.37,-5014.12,17.3949,3.1391,200,10,0,102,0,1,0,0,0),(12320,3112,1,1,1,1252,1,52.693,-4613.99,46.7336,0.742624,300,5,0,137,0,1,0,0,0),(12319,3125,1,1,1,2486,0,19.2551,-4813.54,23.2508,2.94343,200,5,0,102,0,1,0,0,0),(12318,3111,1,1,1,1218,1,110.593,-4572.87,58.2189,3.74363,300,5,0,120,0,1,0,0,0),(12317,3112,1,1,1,1252,1,121.581,-4477.19,37.9417,0.57122,300,5,0,137,0,1,0,0,0),(12316,3112,1,1,1,1252,1,124.53,-4582.72,63.7189,0.157053,300,5,0,137,0,1,0,0,0),(12315,3111,1,1,1,1218,1,85.4167,-4543.75,58.0721,0.172791,300,5,0,120,0,1,0,0,0),(12314,3112,1,1,1,1252,1,77.7998,-4562.97,55.3221,0.793935,300,5,0,137,0,1,0,0,0),(12313,3111,1,1,1,1218,1,89.8585,-4548.56,56.8221,5.77515,300,5,0,120,0,1,0,0,0),(34479,8311,109,1,1,0,0,-372.954,87.8929,-147.426,5.07171,86400,0,0,1386,0,0,0,0,0),(34478,8311,109,1,1,0,0,-375.648,85.2238,-148.802,0.980567,86400,0,0,1386,0,0,0,0,0),(34477,8311,109,1,1,0,0,-376.929,84.2918,-148.802,4.8675,86400,0,0,1386,0,0,0,0,0),(34476,5226,109,1,1,0,0,-417.444,88.5238,-148.743,0.361671,86400,0,0,5970,0,0,0,0,0),(34475,8384,109,1,1,0,0,-411.052,100.104,-148.743,5.08113,86400,0,0,5970,0,0,0,0,0),(34474,8311,109,1,1,0,0,-413.32,91.8947,-148.742,4.31616,86400,0,0,1386,0,0,0,0,0),(34473,8311,109,1,1,0,0,-415.212,99.3122,-147.77,5.45891,86400,0,0,1386,0,0,0,0,0),(34472,5228,109,1,1,0,0,-442.549,144.445,-148.743,5.47225,86400,0,0,5970,0,0,0,0,0),(34471,8311,109,1,1,0,0,-439.041,144.648,-147.602,5.47225,86400,0,0,1386,0,0,0,0,0),(34470,8311,109,1,1,0,0,-444.126,140.309,-148.741,1.05361,86400,0,0,1386,0,0,0,0,0),(34469,8384,109,1,1,0,0,-434.538,137.705,-148.742,2.60241,86400,0,0,5970,0,0,0,0,0),(34453,8384,109,1,1,0,0,-418.784,171.724,-148.802,6.15084,86400,0,0,5970,0,0,0,0,0),(34452,8384,109,1,1,0,0,-412.017,168.428,-148.802,1.38111,86400,0,0,5970,0,0,0,0,0),(34451,8311,109,1,1,0,0,-406.115,168.452,-148.802,2.86159,86400,0,0,1386,0,0,0,0,0),(34450,8311,109,1,1,0,0,-404.538,162.317,-148.802,2.86159,86400,0,0,1386,0,0,0,0,0),(34175,8311,109,1,1,0,0,-407.55,170.645,-147.236,3.29984,86400,0,0,1386,0,0,0,0,0),(34174,8311,109,1,1,0,0,-413.007,176.775,-148.802,5.58064,86400,0,0,1386,0,0,0,0,0),(34173,5226,109,1,1,0,0,-502.89,134.435,-148.742,0.854892,86400,0,0,5970,0,0,0,0,0),(34172,8311,109,1,1,0,0,-498.664,140.685,-148.743,6.18775,86400,0,0,1386,0,0,0,0,0),(34171,5226,109,1,1,0,0,-288.895,108.466,-173.003,2.81487,86400,0,0,5970,0,0,0,0,0),(34170,8311,109,1,1,0,0,-301.55,109.374,-173.003,0.313375,86400,0,0,1386,0,0,0,0,0),(34169,8311,109,1,1,0,0,-295.638,111.639,-173.003,1.25585,86400,0,0,1386,0,0,0,0,0),(34168,5226,109,1,1,0,0,-306.301,95.8346,-172.98,3.15259,86400,0,0,5970,0,0,0,0,0),(34167,8384,109,1,1,0,0,-372.958,90.3818,-172.937,0.592196,86400,0,0,5970,0,0,0,0,0),(34166,8384,109,1,1,0,0,-405.939,99.1431,-172.934,5.87635,86400,0,0,5970,0,0,0,0,0),(34165,8384,109,1,1,0,0,-425.686,88.5654,-176.075,0.649529,86400,0,0,5970,0,0,0,0,0),(33997,8311,109,1,1,0,0,-398.033,93.8167,-172.932,0.596907,86400,0,0,1386,0,0,0,0,0),(33996,8311,109,1,1,0,0,-404.685,89.4919,-172.932,2.41039,86400,0,0,1386,0,0,0,0,0),(33838,8311,109,1,1,0,0,-409.898,94.0353,-172.938,1.41765,86400,0,0,1386,0,0,0,0,0),(33837,8311,109,1,1,0,0,-402.951,95.0555,-172.932,4.60008,86400,0,0,1386,0,0,0,0,0),(33836,5228,109,1,1,0,0,-469.266,104.372,-189.73,2.66565,86400,0,0,5970,0,0,0,0,0),(33835,5226,109,1,1,0,0,-467.428,96.7557,-189.73,3.79191,86400,0,0,5970,0,0,0,0,0),(33763,5226,109,1,1,0,0,-463.148,92.9039,-189.73,0.109954,86400,0,0,5970,0,0,0,0,0),(33751,5228,109,1,1,0,0,-440.719,53.7378,-173.655,4.04951,86400,0,0,5970,0,0,0,0,0),(33750,8384,109,1,1,0,0,-466.495,39.6715,-172.939,4.24194,86400,0,0,5970,0,0,0,0,0),(33749,8311,109,1,1,0,0,-480.789,47.3489,-173.862,3.38742,86400,0,0,1386,0,0,0,0,0),(33748,8311,109,1,1,0,0,-484.906,47.7435,-173.594,4.62442,86400,0,0,1386,0,0,0,0,0),(33747,8311,109,1,1,0,0,-478.183,41.077,-173.081,1.37051,86400,0,0,1386,0,0,0,0,0),(33746,8311,109,1,1,0,0,-474.082,44.395,-173.589,1.47105,86400,0,0,1386,0,0,0,0,0),(33745,5228,109,1,1,0,0,-495.708,51.8927,-173.313,0.8922,86400,0,0,5970,0,0,0,0,0),(33744,8384,109,1,1,0,0,-516.026,66.2658,-172.939,0.0455403,86400,0,0,5970,0,0,0,0,0),(33743,8311,109,1,1,0,0,-508.668,61.9109,-173.368,2.67427,86400,0,0,1386,0,0,0,0,0),(33742,8311,109,1,1,0,0,-513.006,69.0376,-173.357,1.54015,86400,0,0,1386,0,0,0,0,0),(33739,8311,109,1,1,0,0,-507.2,67.0389,-173.854,3.48009,86400,0,0,1386,0,0,0,0,0),(33738,8384,109,1,1,0,0,-421.219,125.943,-172.939,4.51681,86400,0,0,5970,0,0,0,0,0),(33737,8384,109,1,1,0,0,-415.387,117.089,-172.939,2.93816,86400,0,0,5970,0,0,0,0,0),(33736,8311,109,1,1,0,0,-422.839,117.392,-173.622,1.20478,86400,0,0,1386,0,0,0,0,0),(33735,8311,109,1,1,0,0,-418.175,120.787,-172.939,2.04909,86400,0,0,1386,0,0,0,0,0),(33734,8311,109,1,1,0,0,-424.676,122.525,-173.485,0.439019,86400,0,0,1386,0,0,0,0,0),(33733,8384,109,1,1,0,0,-468.431,151.671,-172.939,5.08858,86400,0,0,5970,0,0,0,0,0),(33732,8311,109,1,1,0,0,-461.322,145.554,-173.521,2.12763,86400,0,0,1386,0,0,0,0,0),(33731,8311,109,1,1,0,0,-466.626,145.242,-173.551,3.13686,86400,0,0,1386,0,0,0,0,0),(33730,8311,109,1,1,0,0,-471.406,150.717,-172.939,5.11999,86400,0,0,1386,0,0,0,0,0),(33729,8311,109,1,1,0,0,-463.926,156.711,-172.294,4.63305,86400,0,0,1386,0,0,0,0,0),(33728,5228,109,1,1,0,0,-494.243,141.354,-172.939,5.34383,86400,0,0,5970,0,0,0,0,0),(33727,8384,109,1,1,0,0,-515.758,123.722,-172.939,5.88575,86400,0,0,5970,0,0,0,0,0),(33726,8311,109,1,1,0,0,-509.183,125.616,-173.458,3.47065,86400,0,0,1386,0,0,0,0,0),(33725,8311,109,1,1,0,0,-510.294,114.76,-174.013,0.925957,86400,0,0,1386,0,0,0,0,0),(33724,8311,109,1,1,0,0,-513.666,120.161,-173.293,0.628289,86400,0,0,1386,0,0,0,0,0),(33723,5280,109,1,1,0,1,-301.045,77.3152,-91.4671,0.365127,86400,0,0,4950,1695,0,0,0,0),(33722,5283,109,1,1,0,1,-293.544,74.1209,-91.4671,1.51573,86400,0,0,6183,0,0,0,0,0),(33721,8319,109,1,1,0,0,-288.008,76.4924,-91.4671,2.98836,86400,0,0,2576,0,0,0,0,0),(33719,5277,109,1,1,0,1,-293.655,80.4138,-91.4671,2.16369,86400,0,0,6414,0,0,0,0,0),(33718,8319,109,1,1,0,0,-385.835,91.1061,-90.8747,3.69522,86400,0,0,2576,0,0,0,0,0),(33717,8319,109,1,1,0,0,-391.624,98.5669,-90.8776,0.33371,86400,0,0,2576,0,0,0,0,0),(33716,8319,109,1,1,0,0,-398.212,91.0003,-90.9189,2.43072,86400,0,0,2576,0,0,0,0,0),(33715,8319,109,1,1,0,0,-404.823,98.7564,-91.0953,2.43858,86400,0,0,2576,0,0,0,0,0),(33714,8319,109,1,1,0,0,-409.042,87.9432,-91.1964,0.466443,86400,0,0,2576,0,0,0,0,0),(33713,5280,109,1,1,0,1,-524.726,16.4706,-90.8805,4.6212,86400,0,0,4950,1695,0,0,0,0),(33712,5277,109,1,1,0,1,-529.762,10.1713,-90.8782,6.17628,86400,0,0,6414,0,0,0,0,0),(33680,8319,109,1,1,0,0,-517.08,8.97851,-90.8829,0.603882,86400,0,0,2576,0,0,0,0,0),(33679,8319,109,1,1,0,0,-512.418,4.69133,-90.8829,4.82933,86400,0,0,2576,0,0,0,0,0),(33678,8319,109,1,1,0,0,-516.262,-5.21464,-90.8829,2.1197,86400,0,0,2576,0,0,0,0,0),(33677,8311,109,1,1,0,0,-301.759,115.811,-173.003,0.450819,86400,0,0,1386,0,0,0,0,0),(33676,5226,109,1,1,0,0,-328.677,133.218,-156.731,2.07267,86400,0,0,5970,0,0,0,0,0),(33675,5226,109,1,1,0,0,-286.726,117.319,-173.003,5.52842,86400,0,0,5970,0,0,0,0,0),(33674,8311,109,1,1,0,0,-505.355,180.341,-148.802,1.9144,86400,0,0,1386,0,0,0,0,0),(33673,8319,109,1,1,0,0,-556.717,-58.0294,-90.844,5.50344,86400,0,0,2576,0,0,0,0,0),(33672,8319,109,1,1,0,0,-561.843,-75.0713,-90.8384,0.712507,86400,0,0,2576,0,0,0,0,0),(33671,8319,109,1,1,0,0,-556.189,-75.0474,-90.8371,1.78458,86400,0,0,2576,0,0,0,0,0),(33670,8319,109,1,1,0,0,-541.35,-67.5494,-90.8367,2.08617,86400,0,0,2576,0,0,0,0,0),(33669,5277,109,1,1,0,1,-543.934,-72.9843,-90.8326,3.44334,86400,0,0,6414,0,0,0,0,0),(33668,5280,109,1,1,0,1,-561.332,-66.583,-90.8419,5.882,86400,0,0,4950,1695,0,0,0,0),(33667,5277,109,1,1,0,1,-543.298,101.722,-90.8697,0.0504134,86400,0,0,6414,0,0,0,0,0),(33666,5277,109,1,1,0,1,-542.652,94.2902,-90.8689,0.0582671,86400,0,0,6414,0,0,0,0,0),(33665,5283,109,1,1,0,1,-542.852,86.9069,-90.8667,0.0111437,86400,0,0,6183,0,0,0,0,0),(33664,5283,109,1,1,0,1,-587.545,92.7379,-90.8894,3.17708,86400,0,0,6183,0,0,0,0,0),(33663,8319,109,1,1,0,0,-588.77,97.1348,-90.8871,3.40642,86400,0,0,2576,0,0,0,0,0),(33662,8319,109,1,1,0,0,-597.511,84.3774,-90.8899,2.34299,86400,0,0,2576,0,0,0,0,0),(33661,8319,109,1,1,0,0,-605.791,97.6143,-90.8848,5.9676,86400,0,0,2576,0,0,0,0,0),(33660,8319,109,1,1,0,0,-599.345,87.0457,-90.8871,0.311951,86400,0,0,2576,0,0,0,0,0),(33659,5277,109,1,1,0,1,-598.944,99.2307,-90.8849,1.0031,86400,0,0,6414,0,0,0,0,0),(33658,5722,109,1,1,0,0,-667.359,80.803,-90.8326,0.112455,86400,0,0,11075,0,2,0,0,0),(33657,5719,109,1,1,0,0,-667.59,103.111,-90.8313,6.18358,86400,0,0,11075,0,0,0,0,0),(33656,5283,109,1,1,0,1,-497.614,164.865,-90.8902,5.23897,86400,0,0,6183,0,0,0,0,0),(33655,5283,109,1,1,0,1,-507.281,159.062,-90.8874,5.26646,86400,0,0,6183,0,0,0,0,0),(33654,5280,109,1,1,0,1,-511.836,156.322,-90.8862,5.19577,86400,0,0,4950,1695,0,0,0,0),(33653,5277,109,1,1,0,1,-502.226,161.997,-90.8876,5.24682,86400,0,0,6414,0,0,0,0,0),(33652,5291,109,1,1,0,0,-535.628,203.112,-90.9058,1.4667,86400,0,0,4950,1695,0,0,0,0),(33651,5291,109,1,1,0,0,-555.544,270.643,-90.8346,5.27195,86400,0,0,4950,1695,0,0,0,0),(33650,5291,109,1,1,0,0,-471.309,297.133,-90.6995,5.01434,86400,0,0,4950,1695,0,0,0,0),(33649,5291,109,1,1,0,0,-488.499,273.113,-90.7271,5.83116,86400,0,0,4950,1695,0,0,0,0),(33648,5291,109,1,1,0,0,-380.593,270.517,-90.83,3.83625,86400,0,0,4950,1695,0,0,0,0),(33647,5291,109,1,1,0,0,-378.717,251.202,-90.8439,2.56862,86400,0,0,4950,1695,0,0,0,0),(33646,5291,109,1,1,0,0,-399.046,209.403,-90.8796,3.34538,86400,0,0,4950,1695,0,0,0,0),(33645,5267,109,1,1,0,1,-367.467,83.5495,-131.849,0.520293,86400,0,0,5970,0,0,0,0,0),(33644,5259,109,1,3,0,1,-370.639,90.6568,-131.849,2.3945,86400,0,0,4776,1640,0,0,0,0),(33643,5259,109,1,1,0,1,-366.303,20.705,-148.657,4.0923,86400,0,0,4776,1640,0,0,0,0),(33642,5259,109,1,1,0,1,-376.555,5.47187,-148.677,1.41801,86400,0,0,4776,1640,0,0,0,0),(33641,5267,109,1,1,0,1,-373.987,8.44981,-148.719,1.63792,86400,0,0,5970,0,0,0,0,0),(33640,8318,109,1,1,0,0,-375.791,12.885,-148.793,1.31984,86400,0,0,2399,0,0,0,0,0),(33639,8318,109,1,1,0,0,-367.639,12.3524,-148.713,1.81071,86400,0,0,2399,0,0,0,0,0),(239020,5721,109,1,2,0,0,-453.45,137.17,-90.75,5.72,86400,0,0,11075,0,2,0,0,0),(33637,8311,109,1,1,0,0,-398.828,26.548,-148.802,3.30533,86400,0,0,1386,0,0,0,0,0),(33636,8311,109,1,1,0,0,-426.633,3.14311,-148.802,2.9896,86400,0,0,1386,0,0,0,0,0),(33635,8311,109,1,1,0,0,-433.708,7.27427,-148.802,0.947562,86400,0,0,1386,0,0,0,0,0),(33634,8311,109,1,1,0,0,-431.558,8.57298,-148.802,0.821899,86400,0,0,1386,0,0,0,0,0),(33633,8311,109,1,1,0,0,-425.072,9.87226,-148.802,2.36521,86400,0,0,1386,0,0,0,0,0),(33632,8311,109,1,1,0,0,-434.003,1.58256,-148.802,0.782628,86400,0,0,1386,0,0,0,0,0),(33631,8384,109,1,1,0,0,-430.339,4.36264,-148.802,0.998612,86400,0,0,5970,0,0,0,0,0),(33630,5226,109,1,1,0,0,-398.737,33.2352,-148.802,4.22267,86400,0,0,5970,0,0,0,0,0),(33629,5228,109,1,1,0,0,-446.256,43.6092,-148.744,5.58535,86400,0,0,5970,0,0,0,0,0),(33628,5228,109,1,1,0,0,-434.107,53.8109,-148.742,4.15671,86400,0,0,5970,0,0,0,0,0),(33627,8311,109,1,1,0,0,-526.129,15.5934,-148.802,2.11938,86400,0,0,1386,0,0,0,0,0),(33626,8311,109,1,1,0,0,-527.713,20.5194,-148.802,1.79422,86400,0,0,1386,0,0,0,0,0),(33625,8311,109,1,1,0,0,-522.688,18.6743,-148.802,6.27964,86400,0,0,1386,0,0,0,0,0),(33624,8311,109,1,1,0,0,-519.67,16.1979,-147.236,2.69036,86400,0,0,1386,0,0,0,0,0),(33623,8311,109,1,1,0,0,-520.316,26.81,-148.802,4.21953,86400,0,0,1386,0,0,0,0,0),(33622,8384,109,1,1,0,0,-527.568,18.2762,-148.802,0.469254,86400,0,0,5970,0,0,0,0,0),(33621,5708,109,1,1,0,0,-530.971,23.9701,-148.802,5.95448,86400,0,0,6414,0,2,0,0,0),(33620,5226,109,1,1,0,0,-491.895,46.3545,-148.743,3.41607,86400,0,0,5970,0,0,0,0,0),(33619,5226,109,1,1,0,0,-501.895,52.2439,-148.744,4.71197,86400,0,0,5970,0,0,0,0,0),(33618,8311,109,1,1,0,0,-499.616,46.49,-148.744,0.113466,86400,0,0,1386,0,0,0,0,0),(33617,8311,109,1,1,0,0,-490.3,42.7803,-148.744,2.90556,86400,0,0,1386,0,0,0,0,0),(33616,8311,109,1,1,0,0,-566.167,104.666,-148.802,0.725287,86400,0,0,1386,0,0,0,0,0),(33615,8311,109,1,1,0,0,-558.676,107.74,-147.236,2.93383,86400,0,0,1386,0,0,0,0,0),(33614,8311,109,1,1,0,0,-568.104,106.208,-148.802,5.94583,86400,0,0,1386,0,0,0,0,0),(33613,8311,109,1,1,0,0,-562.351,101.242,-148.802,1.35204,86400,0,0,1386,0,0,0,0,0),(33612,8384,109,1,1,0,0,-563.259,109.207,-148.802,4.29571,86400,0,0,5970,0,0,0,0,0),(33611,8384,109,1,1,0,0,-569.687,101.871,-148.802,6.16495,86400,0,0,5970,0,0,0,0,0),(33610,8384,109,1,1,0,0,-521.044,102.285,-148.743,3.88653,86400,0,0,5970,0,0,0,0,0),(33609,8384,109,1,1,0,0,-521.151,90.4728,-148.741,2.20734,86400,0,0,5970,0,0,0,0,0),(33608,8311,109,1,1,0,0,-524.655,90.3218,-148.743,1.44944,86400,0,0,1386,0,0,0,0,0),(33607,8311,109,1,1,0,0,-517.782,98.4696,-148.742,3.21658,86400,0,0,1386,0,0,0,0,0),(33606,8311,109,1,1,0,0,-533.006,115.369,-148.805,2.70607,86400,0,0,1386,0,0,0,0,0),(33605,8311,109,1,1,0,0,-555.539,131.459,-148.802,0.993906,86400,0,0,1386,0,0,0,0,0),(33604,8311,109,1,1,0,0,-546.35,151.003,-147.526,4.48893,86400,0,0,1386,0,0,0,0,0),(33603,8311,109,1,1,0,0,-510.948,181.021,-148.802,6.10999,86400,0,0,1386,0,0,0,0,0),(33602,8311,109,1,1,0,0,-490.377,149.741,-147.768,3.69646,86400,0,0,1386,0,0,0,0,0),(33601,8384,109,1,1,0,0,-510.957,186.878,-148.802,5.14474,86400,0,0,5970,0,0,0,0,0),(33599,8311,109,1,1,0,0,-506.616,183.867,-147.307,1.93089,86400,0,0,1386,0,0,0,0,0),(33598,5226,109,1,1,0,0,-491.134,141.045,-148.742,2.54743,86400,0,0,5970,0,0,0,0,0),(30292,6222,90,1,1,6935,1,-600.478,425.647,-230.518,5.3058,86400,2,0,787,0,1,0,0,0),(30291,7603,90,1,1,6967,0,-601.673,418.79,-230.518,3.92699,86400,2,0,787,0,1,0,0,0),(30290,7603,90,1,1,6968,0,-595.935,423.398,-230.518,0,86400,2,0,787,0,1,0,0,0),(135660,16492,532,1,1,19331,0,-11043.6,-1820.46,165.765,5.89728,604800,0,0,7825,3155,0,0,0,0),(135659,16492,532,1,1,19331,0,-11042.5,-1819.17,165.765,5.64878,604800,0,0,7825,3155,0,0,0,0),(135658,16492,532,1,1,19331,0,-11041.1,-1818.5,165.765,5.9485,604800,0,0,7825,3155,0,0,0,0),(135657,16492,532,1,1,19331,0,-11039.2,-1818.78,165.765,5.85339,604800,0,0,7825,3155,0,0,0,0),(12312,3099,1,1,1,381,0,-61.8657,-4828.86,22.8456,1.96017,300,5,0,120,0,1,0,0,0),(12311,3111,1,1,1,1218,1,78.5015,-4623.69,44.1086,5.08336,300,5,0,120,0,1,0,0,0),(12310,3300,1,1,1,1986,0,101.863,-4664.55,33.3511,4.62611,120,5,0,1,0,1,0,0,0),(12309,3112,1,1,1,1252,1,92.4038,-4572.77,56.7136,1.49199,300,5,0,137,0,1,0,0,0),(12308,3128,1,1,1,3735,1,-192.284,-4996.99,22.5548,0.237846,200,0,0,102,0,0,0,0,0),(12307,3112,1,1,1,1252,1,76.3949,-4578.71,56.6506,0.64357,300,5,0,137,0,1,0,0,0),(12306,3112,1,1,1,1252,1,70.3385,-4597.89,52.774,6.1741,300,5,0,137,0,1,0,0,0),(12305,3111,1,1,1,1218,1,82.9627,-4643.34,37.4577,0.69553,300,5,0,120,0,1,0,0,0),(12304,3128,1,1,1,3735,1,-119.671,-4988.08,19.4948,4.19106,200,10,0,102,0,1,0,0,0),(12303,3183,1,1,1,1876,1,-58.1846,-4220.64,62.3418,4.98307,200,0,0,98,138,0,0,0,0),(12302,3129,1,1,1,1860,1,-87.9146,-5018.34,16.5591,3.86208,300,10,0,120,0,1,0,0,0),(12301,3113,1,1,1,6088,1,483.502,-4148.08,24.8225,6.03896,300,5,0,148,165,1,0,0,0),(12300,3129,1,1,1,1862,1,-151.218,-5087.12,21.4715,4.39797,300,10,0,120,0,1,0,0,0),(12299,3113,1,1,1,6088,1,495.607,-4170.69,25.7837,5.75703,300,5,0,148,165,1,0,0,0),(12298,3129,1,1,1,1862,1,-141.465,-5003.08,22.1861,4.44902,300,5,0,120,0,1,0,0,0),(12297,3126,1,1,1,2487,0,446.878,-4518.25,51.6458,2.99251,300,5,0,137,0,1,0,0,0),(12296,3129,1,1,1,1862,1,-149.138,-5035.27,21.9753,1.76718,300,0,0,120,0,0,0,0,0),(12295,3129,1,1,1,1860,1,-191.936,-5113.18,22.104,1.83978,300,0,0,120,0,0,0,0,0),(12294,3129,1,1,1,1862,1,-178.005,-5108.49,22.1404,3.964,300,0,0,120,0,0,0,0,0),(12293,3128,1,1,1,3734,1,-259.423,-5018.76,22.1559,2.13929,200,0,0,102,0,0,0,0,0),(12292,3128,1,1,1,3735,1,-87.4879,-4920.75,18.605,0.759671,200,5,0,102,0,1,0,0,0),(12291,3128,1,1,1,3735,1,-255.313,-5010.76,22.1318,2.83695,200,0,0,102,0,0,0,0,0),(12290,3101,1,1,1,1185,1,-88.303,-4285.01,62.0652,4.09696,200,3,0,69,79,1,0,0,0),(12289,3110,1,1,1,1250,0,-348.614,-3888.38,16.8497,5.1935,300,10,0,176,0,1,0,0,0),(12288,3128,1,1,1,3735,1,-209.532,-4982.4,21.5041,0.752623,200,5,0,102,0,1,0,0,0),(12287,3126,1,1,1,2487,0,123.5,-4057.29,49.4281,2.25814,300,10,0,137,0,1,0,0,0),(12286,3102,1,1,1,850,0,-101.987,-4304.45,62.3086,3.38476,200,3,0,71,0,1,0,0,0),(12285,3126,1,1,1,2487,0,212.425,-4081.03,44.7797,2.6535,300,5,0,137,0,1,0,0,0),(12284,3116,1,1,1,6814,0,846.324,-4677.83,10.7134,1.21235,300,10,0,137,0,1,0,0,0),(12283,3118,1,1,1,6815,0,1096.48,-4676.93,16.547,5.19715,300,3,0,186,191,1,0,0,0),(12282,3115,1,1,1,3012,0,836.883,-4604.06,4.14846,3.06609,300,5,0,137,0,1,0,0,0),(12281,3117,1,1,1,2166,0,1036.55,-4801.56,13.5467,2.01694,300,5,0,176,0,1,0,0,0),(12280,3117,1,1,1,2166,0,826.808,-4813.78,11.2454,1.93247,300,5,0,176,0,1,0,0,0),(12279,3117,1,1,1,2166,0,1008.14,-4812.83,16.3155,2.89725,300,3,0,176,0,1,0,0,0),(12278,3118,1,1,1,6815,0,1137.51,-4689.39,18.0381,3.0203,300,3,0,186,191,1,0,0,0),(12277,3125,1,1,1,2486,0,65.0834,-5017.19,10.4039,3.16893,200,5,0,102,0,1,0,0,0),(12276,3129,1,1,1,1862,1,-146.828,-5106.02,21.3111,5.58744,300,10,0,120,0,1,0,0,0),(12275,3129,1,1,1,1860,1,-120.032,-5131.44,21.6015,5.32546,300,5,0,120,0,1,0,0,0),(29049,22863,530,1,1,0,1,-3575.28,565.114,12.9522,4.88984,25,0,0,5589,3155,0,0,0,0),(23710,22863,530,1,1,0,1,-3585.51,574.27,13.5938,4.88984,25,0,0,5589,3155,0,0,0,0),(22307,22863,530,1,1,0,1,-3592.34,573.365,13.9324,4.88984,25,0,0,5589,3155,0,0,0,0),(18492,22863,530,1,1,0,1,-3570.92,512.474,19.5222,4.68217,25,0,0,5589,3155,0,0,0,0),(18490,22863,530,1,1,0,1,-3547.43,509.659,20.1016,4.68217,25,0,0,5589,3155,0,0,0,0),(18278,22864,530,1,1,0,1,-3576.74,586.046,11.5141,4.73198,25,0,0,5233,2991,0,0,0,0),(18121,22862,530,1,1,0,1,-3546.75,586.648,12.3347,4.83565,25,0,0,27945,3155,0,0,0,0),(12267,3129,1,1,1,1860,1,-78.0601,-5110.51,17.0959,0.738431,300,10,0,120,0,1,0,0,0),(12266,3128,1,1,1,3734,1,-128.271,-4958.23,20.2083,4.00808,200,10,0,102,0,1,0,0,0),(12265,3099,1,1,1,381,0,-191.507,-4670.98,33.6052,3.12011,300,10,0,120,0,1,0,0,0),(12264,3125,1,1,1,2486,0,-121.162,-4709.15,28.195,0.263307,200,5,0,102,0,1,0,0,0),(12263,3281,1,1,1,2864,0,-547.335,-4103.85,70.0987,6.07659,200,0,0,86,0,0,0,0,0),(12262,3098,1,1,1,503,0,-509.872,-4377.28,45.7495,3.56854,120,5,0,42,0,1,0,0,0),(12261,3117,1,1,1,2166,0,844.778,-4821.34,11.3737,3.90942,300,5,0,176,0,1,0,0,0),(12260,5808,1,1,1,9444,1,-918.928,-4494.03,29.6457,3.01942,14400,0,0,176,0,0,0,0,0),(12259,3100,1,1,1,193,0,620.225,-4003.89,5.77349,1.21853,300,5,0,156,0,1,0,0,0),(12258,3117,1,1,1,2166,0,925.645,-4810.8,14.9581,6.14487,300,5,0,176,0,1,0,0,0),(12257,3118,1,1,1,6815,0,1131.94,-4673.4,17.7543,2.27283,300,3,0,186,191,1,0,0,0),(12256,3117,1,1,1,2166,0,1076.21,-4718.31,13.8847,1.65542,300,5,0,176,0,1,0,0,0),(12255,3117,1,1,1,2166,0,977.91,-4819.45,17.3065,3.53275,300,3,0,176,0,1,0,0,0),(12254,3117,1,1,1,2166,0,1055.75,-4751.77,16.2219,4.43359,300,5,0,176,0,1,0,0,0),(12253,3118,1,1,1,6815,0,1103.62,-4698.06,17.3793,2.96546,300,3,0,186,191,1,0,0,0),(12252,3118,1,1,1,6815,0,1053.67,-4712.36,16.1625,5.47776,300,5,0,186,191,1,0,0,0),(12251,3117,1,1,1,2166,0,945.736,-4820.83,16.8331,3.90105,300,3,0,176,0,1,0,0,0),(12250,3118,1,1,1,6815,0,1046.03,-4778.52,14.0468,6.05371,300,5,0,186,191,1,0,0,0),(12249,3118,1,1,1,6815,0,1020.36,-4823.5,15.9218,2.51941,300,3,0,186,191,1,0,0,0),(12248,3227,1,1,1,787,0,1107.78,-4065.56,14.6708,0.796682,300,10,0,198,0,1,0,0,0),(12247,3115,1,1,1,3012,0,711.49,-4486.62,15.6357,3.22314,300,5,0,137,0,1,0,0,0),(12246,3115,1,1,1,3012,0,697.126,-4505.01,13.0807,2.91775,300,5,0,137,0,1,0,0,0),(12245,3115,1,1,1,3012,0,669.175,-4535.78,8.95567,4.59208,300,5,0,137,0,1,0,0,0),(12244,3115,1,1,1,3012,0,716.682,-4353.27,18.8379,4.46779,300,10,0,137,0,1,0,0,0),(12243,3115,1,1,1,3012,0,678.607,-4510.79,14.9557,2.71529,300,5,0,137,0,1,0,0,0),(12242,3116,1,1,1,6814,0,730.406,-4471.12,15.7607,4.34448,300,5,0,137,0,1,0,0,0),(12241,3116,1,1,1,6814,0,736.727,-4435.51,18.4716,5.88955,300,5,0,137,0,1,0,0,0),(12240,3116,1,1,1,6814,0,743.619,-4421.42,19.2064,1.54129,300,5,0,137,0,1,0,0,0),(12239,3116,1,1,1,6814,0,746.422,-4454.22,15.7935,5.06903,300,5,0,137,0,1,0,0,0),(12238,3115,1,1,1,3012,0,748.51,-4387.57,19.2612,4.1323,300,10,0,137,0,1,0,0,0),(12237,3227,1,1,1,787,0,692.011,-4274.71,17.3082,6.18934,300,5,0,198,0,1,0,0,0),(51892,10200,1,1,1,0,0,7911.35,-3887.44,694.67,2.82417,9900,0,0,3758,0,0,0,0,0),(51891,10196,1,1,1,0,1,6175.73,-4245.79,653.705,2.09427,43200,0,0,8097,0,0,0,0,0),(51890,10202,1,1,1,0,0,6487.25,-4542.47,717.283,2.51446,43200,0,0,8883,0,0,0,0,0),(12233,3118,1,1,1,6815,0,988.622,-4670.71,27.0107,3.62704,300,5,0,186,191,1,0,0,0),(12232,3130,1,1,1,2179,0,803.238,-4035.98,-11.3491,3.68179,300,3,0,176,0,1,0,0,0),(12231,3115,1,1,1,3012,0,644.679,-4509.12,29.0872,2.24459,300,0,0,137,0,0,0,0,0),(12230,3110,1,1,1,1250,0,499.038,-3779.24,17.1513,0.013957,300,10,0,176,0,1,0,0,0),(12229,5951,1,1,1,1560,0,395.378,-3991.95,31.7945,3.5047,120,5,0,8,0,1,0,0,0),(12228,3130,1,1,1,2179,0,723.438,-4030.15,-6.24065,4.61115,300,5,0,176,0,1,0,0,0),(12227,3116,1,1,1,6814,0,742.712,-4485.95,39.666,5.31496,300,5,0,137,0,1,0,0,0),(12226,3130,1,1,1,2179,0,704.714,-4029.92,-6.47961,0.060297,300,5,0,176,0,1,0,0,0),(12225,3130,1,1,1,2179,0,745.847,-4029.78,-6.55799,2.38135,300,5,0,176,0,1,0,0,0),(12224,3123,1,1,1,1959,0,1056.48,-4187.47,20.9068,2.95353,300,10,0,156,0,1,0,0,0),(12223,3131,1,1,1,1532,0,930.449,-4043.55,-13.3189,0.414402,300,3,0,198,0,1,0,0,0),(12222,3130,1,1,1,2179,0,817.613,-4057.75,-12.9741,5.25093,300,5,0,176,0,1,0,0,0),(12221,5951,1,1,1,1560,0,-588.684,-4387.13,43.235,0.542422,120,5,0,8,0,1,0,0,0),(12220,3130,1,1,1,2179,0,776.012,-4032.4,-6.29539,2.12497,300,5,0,176,0,1,0,0,0),(12219,3131,1,1,1,1533,0,978.62,-4052.36,-12.9618,1.05231,300,3,0,198,0,1,0,0,0),(12218,5824,1,1,1,1346,1,-94.3403,-4010.99,62.5894,0.418879,14400,0,0,666,0,0,0,0,0),(7890,4374,1,1,1,2423,0,-2683.77,-4615.72,-21.2543,5.61709,1200,10,0,8883,0,1,0,0,0),(49988,17921,534,1,1,0,1,5028.29,-1840.21,1322.5,5.22843,120,0,0,41916,0,0,0,0,0),(4623,7026,0,1,1,6046,1,-8061.63,-1835.2,132.376,0.750492,500,0,0,2470,5013,0,0,0,0),(12217,3131,1,1,1,1533,0,917.586,-4018.24,-13.5464,1.96244,300,3,0,198,0,1,0,0,0),(12216,3131,1,1,1,1533,0,955.581,-4086.62,-11.3931,1.40597,300,3,0,198,0,1,0,0,0),(49995,17921,534,1,1,0,1,5026.87,-1841.01,1322.42,5.12241,120,0,0,41916,0,0,0,0,0),(4622,7026,0,1,1,6046,1,-8056.56,-1830.89,132.363,3.80482,500,0,0,2470,5013,0,0,0,0),(12215,3130,1,1,1,2179,0,870.653,-4037.13,-13.2415,4.64142,300,3,0,176,0,1,0,0,0),(12214,3131,1,1,1,1533,0,950.408,-4151.12,-9.04927,0.658552,300,5,0,198,0,1,0,0,0),(12213,3098,1,1,1,503,0,-420.536,-4246.93,50.6249,3.34924,120,5,0,42,0,1,0,0,0),(12212,3098,1,1,1,503,0,-420.524,-4319.37,44.686,3.76086,120,10,0,42,0,1,0,0,0),(12211,3098,1,1,1,503,0,-448.447,-4240.06,51.5052,1.43251,120,10,0,42,0,1,0,0,0),(12210,3131,1,1,1,1533,0,957.349,-4269.43,-8.19251,2.86512,300,5,0,198,0,1,0,0,0),(12209,5822,1,1,1,4594,1,1492.44,-4753.37,21.1028,4.04916,14400,0,0,624,308,0,0,0,0),(12208,3098,1,1,1,503,0,-389.932,-4374.94,40.1369,1.75657,120,0,0,42,0,0,0,0,0),(12207,3098,1,1,1,503,0,-414.888,-4341.82,43.1272,2.55533,120,5,0,42,0,1,0,0,0),(12206,3131,1,1,1,1532,0,971.703,-4229,-8.27848,3.7697,300,5,0,198,0,1,0,0,0),(12205,3131,1,1,1,1532,0,947.709,-4249.95,-6.30324,3.30208,300,5,0,198,0,1,0,0,0),(12204,3199,1,1,1,4194,1,901.917,-4705.98,23.7635,3.80687,300,0,0,178,382,0,0,0,0),(12203,3098,1,1,1,503,0,-320.586,-4354.29,54.8292,3.9594,120,10,0,42,0,1,0,0,0),(12202,3196,1,1,1,4187,1,880.983,-4705.74,28.8841,3.93944,300,0,0,166,178,0,0,0,0),(12201,3098,1,1,1,503,0,-351.906,-4384.64,48.7124,1.36532,120,10,0,42,0,1,0,0,0),(12200,3131,1,1,1,1533,0,945.767,-4112.83,-11.6364,3.24927,300,3,0,198,0,1,0,0,0),(12199,3124,1,1,1,2485,0,-261.13,-4373.69,61.5519,0.317264,200,10,0,71,0,1,0,0,0),(12198,3131,1,1,1,1532,0,947.264,-4206.73,-8.29875,2.17691,300,5,0,198,0,1,0,0,0),(12197,3131,1,1,1,1533,0,948.611,-4182.74,-8.25159,4.02534,300,5,0,198,0,1,0,0,0),(12196,3125,1,1,1,2486,0,-646.478,-4928.2,30.3386,0.305683,200,10,0,102,0,1,0,0,0),(12195,3196,1,1,1,4187,1,862.303,-4755.56,39.0076,1.88079,300,0,0,166,178,0,0,0,0),(12194,3101,1,1,1,1185,1,-210.927,-4448.35,68.2828,1.36713,200,5,0,69,79,1,0,0,0),(12193,3101,1,1,1,1185,1,-210.65,-4419.36,64.7843,5.70493,200,10,0,69,79,1,0,0,0),(12192,3101,1,1,1,1185,1,-193.396,-4403.29,68.6726,6.21113,200,10,0,69,79,1,0,0,0),(12191,3126,1,1,1,2487,0,920.937,-5048.43,4.45522,1.00392,300,10,0,137,0,1,0,0,0),(12190,3199,1,1,1,4194,1,877.988,-4745.62,30.4963,4.67472,300,0,0,178,382,0,0,0,0),(12189,3098,1,1,1,503,0,-281.01,-4322.8,61.7573,5.29926,120,5,0,42,0,1,0,0,0),(12188,3196,1,1,1,4186,1,804.402,-4753.21,36.8738,0.407807,300,0,0,166,178,0,0,0,0),(12187,3195,1,1,1,4189,1,779.311,-4738.29,38.5627,0.699011,300,5,0,156,0,1,0,0,0),(12186,3195,1,1,1,4188,1,828.064,-4766.75,36.8359,0.748984,300,0,0,156,0,0,0,0,0),(12185,3195,1,1,1,4188,1,858.907,-4786.1,37.0383,0.450417,300,0,0,156,0,0,0,0,0),(12184,3199,1,1,1,4195,1,863.606,-4733.89,34.1155,1.94788,300,0,0,178,382,0,0,0,0),(12183,3195,1,1,1,4189,1,823.937,-4747.32,36.0367,3.24997,300,0,0,156,0,0,0,0,0),(12182,3195,1,1,1,4188,1,776.376,-4756.83,37.4377,4.89759,300,5,0,156,0,1,0,0,0),(12181,3098,1,1,1,503,0,-476.114,-4255.08,46.1353,5.24222,120,10,0,42,0,1,0,0,0),(12180,3300,1,1,1,1206,0,-296.813,-4287.95,61.4483,0.187595,120,5,0,1,0,1,0,0,0),(12179,3300,1,1,1,1206,0,-432.987,-4234.34,53.3792,5.87815,120,5,0,1,0,1,0,0,0),(12178,3098,1,1,1,503,0,-319.209,-4317.22,54.7874,4.13306,120,5,0,42,0,1,0,0,0),(51889,4030,1,1,1,0,0,699.81,1758.93,-17.8566,3.10524,9900,0,0,950,0,0,0,0,0),(12176,3099,1,1,1,381,0,-721.736,-4630.73,39.8793,5.20051,300,10,0,120,0,1,0,0,0),(18054,22861,530,1,1,0,1,-3528.83,571.512,14.6886,4.83565,25,0,0,5589,3155,0,0,0,0),(18053,22861,530,1,1,0,1,-3545.1,573.284,13.6173,4.83565,25,0,0,5589,3155,0,0,0,0),(51888,5916,1,1,1,0,1,2427.03,1524.3,270.621,5.08935,43200,0,0,2070,732,0,0,0,0),(51885,10644,1,1,1,0,0,3253.97,493.319,-0.0726189,5.05556,9900,0,0,573,0,0,0,0,0),(12169,3101,1,1,1,1185,1,-126.712,-4281.11,64.8422,6.04921,200,5,0,69,79,1,0,0,0),(12168,3100,1,1,1,193,0,449.76,-3889.83,23.7893,4.71044,300,10,0,156,0,1,0,0,0),(12167,3125,1,1,1,2486,0,284.559,-5082.87,9.10461,5.91688,200,10,0,102,0,1,0,0,0),(51883,3773,1,1,1,0,1,2230.63,222.503,134.671,2.16137,9900,0,1,684,693,2,0,0,0),(51884,10643,1,1,1,0,1,3030.43,582.659,6.15439,3.71646,9900,0,0,908,0,0,0,0,0),(18051,22861,530,1,1,0,1,-3552.29,572.393,12.8211,4.83565,25,0,0,5589,3155,0,0,0,0),(18044,22861,530,1,1,0,1,-3544.19,566.345,14.3577,4.83565,25,0,0,5589,3155,0,0,0,0),(17579,22861,530,1,1,0,1,-3551.43,565.449,13.6617,4.83565,25,0,0,5589,3155,0,0,0,0),(17577,22861,530,1,1,0,1,-3576.09,505.557,21.4638,4.68217,25,0,0,5589,3155,0,0,0,0),(17566,22861,530,1,1,0,1,-3556.84,501.317,20.33,4.68217,25,0,0,5589,3155,0,0,0,0),(12157,10685,1,1,1,10015,0,744.463,-4272.11,17.5349,2.67798,200,3,0,14,0,1,0,0,0),(12156,10685,1,1,1,10015,0,1264.97,-4220.59,26.6097,1.38081,200,5,0,14,0,1,0,0,0),(12155,3300,1,1,1,1987,0,903.469,-4994.7,7.56755,0.108174,120,10,0,1,0,1,0,0,0),(12154,10685,1,1,1,10015,0,746.692,-4268.77,17.4099,4.66608,200,3,0,14,0,1,0,0,0),(12153,5951,1,1,1,1560,0,-562.988,-4832.2,35.9989,1.94487,120,10,0,8,0,1,0,0,0),(12152,3300,1,1,1,1986,0,192.992,-4035.16,46.1641,0.324484,120,5,0,1,0,1,0,0,0),(12151,5951,1,1,1,1560,0,304.09,-5070.64,8.58249,5.45599,120,5,0,8,0,1,0,0,0),(12150,3300,1,1,1,1987,0,1029.39,-4047.15,18.6835,3.76967,120,5,0,1,0,1,0,0,0),(12149,5951,1,1,1,1560,0,-630.041,-4896.66,30.26,0.805863,120,10,0,8,0,1,0,0,0),(12148,5951,1,1,1,1560,0,205.012,-5060.46,13.6258,0.796973,120,5,0,8,0,1,0,0,0),(12147,10685,1,1,1,10015,0,1252.73,-4543.59,20.8351,1.43647,200,3,0,14,0,1,0,0,0),(12146,3300,1,1,1,1206,0,1046.83,-4103.85,18.2137,3.94088,120,5,0,1,0,1,0,0,0),(12145,6145,1,1,1,4878,0,432.397,-5225.85,-17.8752,1.54137,120,10,0,8,0,1,0,0,0),(12144,5951,1,1,1,1560,0,198.329,-4231.71,45.0838,4.98869,120,5,0,8,0,1,0,0,0),(12143,3300,1,1,1,1986,0,-452.442,-4429.01,51.3504,2.99708,120,10,0,1,0,1,0,0,0),(12142,6145,1,1,1,4878,0,249.882,-5201.97,-13.2683,2.87646,120,10,0,8,0,1,0,0,0),(12141,10685,1,1,1,10015,0,1244.47,-4551.34,20.9601,4.2353,200,3,0,14,0,1,0,0,0),(12140,3300,1,1,1,1206,0,-734.956,-5018.11,17.2524,5.56693,120,5,0,1,0,1,0,0,0),(12139,5951,1,1,1,1560,0,-494.774,-4337.04,38.654,6.04483,120,5,0,8,0,1,0,0,0),(12138,6145,1,1,1,4878,0,-84.6329,-5286.65,-12.4048,3.94196,120,10,0,8,0,1,0,0,0),(12137,3300,1,1,1,1206,0,1142.5,-4105.74,18.8877,0.898303,120,5,0,1,0,1,0,0,0),(12136,5951,1,1,1,1560,0,509.314,-4072.79,27.6293,5.18651,120,5,0,8,0,1,0,0,0),(12135,10685,1,1,1,10015,0,1247.96,-4514.62,21.7191,2.28008,200,5,0,14,0,1,0,0,0),(12134,5951,1,1,1,1560,0,748.274,-4860.77,31.8674,0.919091,120,5,0,8,0,1,0,0,0),(12133,3300,1,1,1,1987,0,808.906,-4992.82,11.6878,0.624675,120,5,0,1,0,1,0,0,0),(12132,6145,1,1,1,4878,0,-13.8299,-5387.71,-13.719,4.2146,120,10,0,8,0,1,0,0,0),(12131,6145,1,1,1,4878,0,-1047.87,-5041.03,-9.89081,1.80774,120,10,0,8,0,1,0,0,0),(12130,5951,1,1,1,1560,0,-841.311,-4798.64,21.4665,0.875308,120,5,0,8,0,1,0,0,0),(12129,3100,1,1,1,193,0,1022.03,-4330.38,16.8225,4.51826,300,5,0,156,0,1,0,0,0),(12128,3100,1,1,1,193,0,1158.73,-4491.68,20.7351,0.430301,300,10,0,156,0,1,0,0,0),(12127,3100,1,1,1,193,0,1188.5,-4219.9,24.6479,0.246637,300,10,0,156,0,1,0,0,0),(12126,3100,1,1,1,193,0,-12.8648,-4047.54,60.3533,5.32106,300,5,0,156,0,1,0,0,0),(12125,3099,1,1,1,381,0,457.622,-4376.38,36.3021,6.0183,300,5,0,120,0,1,0,0,0),(12124,3099,1,1,1,381,0,-17.9955,-4661.04,37.2567,2.46242,300,10,0,120,0,1,0,0,0),(12123,3099,1,1,1,381,0,544.057,-3977.39,19.0682,5.47293,300,10,0,120,0,1,0,0,0),(12122,6145,1,1,1,4878,0,-719.988,-5426.94,-4.14204,1.26665,120,10,0,8,0,1,0,0,0),(12121,3300,1,1,1,1986,0,185.165,-4155.59,46.022,2.55418,120,10,0,1,0,1,0,0,0),(12120,5951,1,1,1,1560,0,1181.05,-4219.46,23.9175,2.40812,120,0,0,8,0,0,0,0,0),(12119,10685,1,1,1,10015,0,748.166,-4279.31,18.1599,2.7973,200,3,0,14,0,1,0,0,0),(12118,10685,1,1,1,10015,0,742.637,-4265.6,17.4099,4.1675,200,3,0,14,0,1,0,0,0),(12117,6145,1,1,1,4878,0,287.644,-5286.85,-16.7941,0.323954,120,10,0,8,0,1,0,0,0),(12116,5951,1,1,1,1560,0,1326.23,-4676.07,24.9263,6.22927,120,5,0,8,0,1,0,0,0),(12115,6145,1,1,1,4878,0,-673.017,-5250.22,-12.9315,1.66661,120,10,0,8,0,1,0,0,0),(12114,3300,1,1,1,1206,0,219.689,-4614.9,17.0433,4.46362,120,5,0,1,0,1,0,0,0),(12113,3100,1,1,1,193,0,1456.47,-4913.08,8.27247,6.03408,300,5,0,156,0,1,0,0,0),(12112,3100,1,1,1,193,0,1052.25,-4248.49,18.9622,2.40798,300,10,0,156,0,1,0,0,0),(12111,3100,1,1,1,193,0,1207.81,-4931.38,17.1661,1.749,300,5,0,156,0,1,0,0,0),(12110,3100,1,1,1,193,0,86.0148,-3999.21,46.5746,2.56442,300,5,0,156,0,1,0,0,0),(12109,3100,1,1,1,193,0,1141.19,-4818.62,17.9146,1.17996,300,5,0,156,0,1,0,0,0),(12108,3100,1,1,1,193,0,1360.49,-4484.77,27.7505,2.03444,300,5,0,156,0,1,0,0,0),(12107,3100,1,1,1,193,0,716.31,-3847.78,19.8554,2.24447,300,5,0,156,0,1,0,0,0),(12106,3100,1,1,1,193,0,790.821,-3985.48,24.7213,4.96009,300,5,0,156,0,1,0,0,0),(12105,3100,1,1,1,193,0,1127,-4983.91,19.5138,6.24022,300,5,0,156,0,1,0,0,0),(12104,3100,1,1,1,193,0,984.351,-4974.47,15.0182,1.60106,300,5,0,156,0,1,0,0,0),(12103,3099,1,1,1,381,0,-686.186,-4821.91,35.702,3.83509,300,10,0,120,0,1,0,0,0),(12102,3099,1,1,1,381,0,127.476,-4226.04,51.0778,4.8509,300,10,0,120,0,1,0,0,0),(12101,3099,1,1,1,381,0,258.573,-4890.93,18.0308,3.56676,300,5,0,120,0,1,0,0,0),(12097,3099,1,1,1,381,0,176.708,-4444.47,35.632,5.5116,300,10,0,120,0,1,0,0,0),(12096,3099,1,1,1,381,0,515.935,-4516.2,49.7147,2.98255,300,5,0,120,0,1,0,0,0),(12094,3099,1,1,1,381,0,-173.371,-4812.66,27.0133,1.28981,300,5,0,120,0,1,0,0,0),(12092,3099,1,1,1,381,0,-513.408,-4696.69,36.5647,5.46724,300,10,0,120,0,1,0,0,0),(12091,3099,1,1,1,381,0,544.12,-4838.42,33.1617,4.18067,300,5,0,120,0,1,0,0,0),(12090,3099,1,1,1,381,0,-497.03,-4690.69,37.2641,2.6358,300,10,0,120,0,1,0,0,0),(12089,3099,1,1,1,381,0,428.823,-4405.92,40.966,2.19322,300,5,0,120,0,1,0,0,0),(12087,6145,1,1,1,4878,0,112.299,-5199.4,-14.1885,4.50705,120,10,0,8,0,1,0,0,0),(12086,5951,1,1,1,1560,0,1227.76,-4024.97,19.3046,2.61254,120,5,0,8,0,1,0,0,0),(12085,3300,1,1,1,1986,0,627.793,-4295.55,17.8019,4.77883,120,10,0,1,0,1,0,0,0),(12084,10685,1,1,1,10015,0,1266.92,-4234.52,26.5877,2.88785,200,5,0,14,0,1,0,0,0),(12083,3300,1,1,1,1206,0,130.686,-4076.38,51.5468,5.96329,120,5,0,1,0,1,0,0,0),(12082,6145,1,1,1,4878,0,1463.23,-5013.32,-24.2837,2.38451,120,10,0,8,0,1,0,0,0),(12068,5951,1,1,1,1560,0,20.9083,-4808.78,23.6258,3.4437,120,5,0,8,0,1,0,0,0),(12066,10685,1,1,1,10015,0,1238.59,-4538.64,20.8351,3.17099,200,3,0,14,0,1,0,0,0),(12065,3100,1,1,1,193,0,1154.45,-5003.49,13.682,1.21759,300,5,0,156,0,1,0,0,0),(12064,3100,1,1,1,193,0,924.659,-4363.43,16.4217,2.47834,300,10,0,156,0,1,0,0,0),(11997,3100,1,1,1,193,0,1348.4,-4785.8,24.7409,5.74089,300,5,0,156,0,1,0,0,0),(11996,3100,1,1,1,193,0,811.604,-4223.2,21.5221,1.21911,300,5,0,156,0,1,0,0,0),(11995,3100,1,1,1,193,0,1352.54,-4901.31,10.917,0.573919,300,10,0,156,0,1,0,0,0),(11992,3100,1,1,1,193,0,1194.27,-4831.29,17.4248,1.38605,300,10,0,156,0,1,0,0,0),(11901,3100,1,1,1,193,0,-38.2486,-3925.65,56.0989,0.448789,300,5,0,156,0,1,0,0,0),(11900,3100,1,1,1,193,0,1060.85,-4010.61,20.3246,6.00371,300,5,0,156,0,1,0,0,0),(11899,3100,1,1,1,193,0,953.786,-5084.64,6.11703,5.65865,300,10,0,156,0,1,0,0,0),(11898,3100,1,1,1,193,0,1391.2,-4702.03,29.9044,1.06178,300,5,0,156,0,1,0,0,0),(11896,3099,1,1,1,381,0,146.589,-4184.84,49.4646,0.159692,300,10,0,120,0,1,0,0,0),(11895,3099,1,1,1,381,0,-173.753,-4908.61,19.3733,4.78861,300,10,0,120,0,1,0,0,0),(11894,3099,1,1,1,381,0,-90.137,-4646.95,36.1969,2.20175,300,10,0,120,0,1,0,0,0),(11892,3099,1,1,1,381,0,391.575,-4512.24,51.3053,3.90489,300,5,0,120,0,1,0,0,0),(11890,3099,1,1,1,381,0,442.683,-4845.96,27.7442,3.23543,300,5,0,120,0,1,0,0,0),(11889,3099,1,1,1,381,0,-380.167,-4687.84,43.2321,5.77078,300,10,0,120,0,1,0,0,0),(11888,3099,1,1,1,381,0,236.645,-4380.86,34.0282,4.3263,300,10,0,120,0,1,0,0,0),(11887,10685,1,1,1,10015,0,1238.6,-4528.63,20.8441,4.31817,200,3,0,14,0,1,0,0,0),(11886,10685,1,1,1,10015,0,1245.43,-4528.42,20.8441,3.1899,200,5,0,14,0,1,0,0,0),(11885,3300,1,1,1,1206,0,660.648,-3895.62,16.6228,2.60746,120,5,0,1,0,1,0,0,0),(11884,6145,1,1,1,4878,0,-843.322,-5238.01,-19.9319,0.982266,120,10,0,8,0,1,0,0,0),(11883,3300,1,1,1,1206,0,662.525,-4198.51,15.4996,0.077106,120,5,0,1,0,1,0,0,0),(11882,6145,1,1,1,4878,0,85.0317,-5320.08,-14.8261,5.73573,120,10,0,8,0,1,0,0,0),(11881,10685,1,1,1,10015,0,1255.83,-4529.67,20.8441,4.11942,200,5,0,14,0,1,0,0,0),(11880,3100,1,1,1,193,0,844.863,-4360.83,14.202,1.83868,300,5,0,156,0,1,0,0,0),(11879,3100,1,1,1,193,0,182.609,-3912.88,43.0926,5.94476,300,10,0,156,0,1,0,0,0),(11878,3100,1,1,1,193,0,941.068,-4969.79,9.10522,2.62463,300,10,0,156,0,1,0,0,0),(11876,3100,1,1,1,193,0,1024.98,-4394.06,17.0952,2.89322,300,0,0,156,0,0,0,0,0),(11875,3100,1,1,1,193,0,1094.51,-5012.36,24.917,6.04864,300,5,0,156,0,1,0,0,0),(11874,3100,1,1,1,193,0,1048.04,-4102.8,18.1339,5.6014,300,10,0,156,0,1,0,0,0),(11873,3100,1,1,1,193,0,1207.23,-4084.26,20.9636,5.71896,300,10,0,156,0,1,0,0,0),(11872,3099,1,1,1,381,0,353.604,-4353.5,24.9207,0.001953,300,10,0,120,0,1,0,0,0),(11871,3099,1,1,1,381,0,223.729,-4004.62,41.4051,1.87461,300,10,0,120,0,1,0,0,0),(11870,3099,1,1,1,381,0,243.812,-4404.4,30.0523,0.39369,300,10,0,120,0,1,0,0,0),(11869,3099,1,1,1,381,0,481.357,-4679.16,36.8019,1.42291,300,10,0,120,0,1,0,0,0),(11868,3099,1,1,1,381,0,653.632,-4101.06,11.7635,4.42523,300,5,0,120,0,1,0,0,0),(11867,3099,1,1,1,381,0,-262.383,-4904.76,27.8355,2.35896,300,10,0,120,0,1,0,0,0),(11866,3099,1,1,1,381,0,520.16,-4045.76,23.5679,0.251142,300,10,0,120,0,1,0,0,0),(11865,3099,1,1,1,381,0,-551.221,-4706.09,37.0685,1.86879,300,10,0,120,0,1,0,0,0),(11864,3099,1,1,1,381,0,413.197,-4890.04,20.6314,5.84652,300,10,0,120,0,1,0,0,0),(11863,3099,1,1,1,381,0,-272.57,-4696.94,40.8646,0.67509,300,5,0,120,0,1,0,0,0),(11862,3104,1,1,1,1246,0,-720.453,-5438.75,-3.92819,1.87614,300,10,0,120,0,1,0,0,0),(11861,3103,1,1,1,1940,0,-345.864,-5282.59,-9.81598,3.15336,300,10,0,120,0,1,0,0,0),(11860,3103,1,1,1,1940,0,220.364,-5285.17,-10.3533,4.72704,300,10,0,120,0,1,0,0,0),(11859,3103,1,1,1,1940,0,-911.47,-5379.71,-3.0263,1.26104,300,10,0,120,0,1,0,0,0),(11858,3141,1,1,1,1818,0,445.538,-5186.74,-12.199,3.93747,300,10,0,156,0,1,0,0,0),(11857,3103,1,1,1,1940,0,379.342,-5247.86,-18.7021,2.94119,300,10,0,120,0,1,0,0,0),(11856,6145,1,1,1,4878,0,-236.482,-5440.27,-10.6801,2.94431,120,10,0,8,0,1,0,0,0),(11855,5951,1,1,1,1560,0,-246.927,-4442.23,64.0354,3.71821,120,5,0,8,0,1,0,0,0),(11854,3300,1,1,1,1987,0,1368.4,-4765.38,27.5577,4.85442,120,5,0,1,0,1,0,0,0),(11853,5951,1,1,1,1560,0,131.286,-4794.66,14.8704,1.82259,120,5,0,8,0,1,0,0,0),(11852,5951,1,1,1,1560,0,-339.386,-4730.74,36.9125,4.19651,120,5,0,8,0,1,0,0,0),(11851,3300,1,1,1,1986,0,1120.18,-4775.96,54.8817,1.90738,120,5,0,1,0,1,0,0,0),(11850,3300,1,1,1,1206,0,-389.318,-4358.72,40.8954,3.86887,120,5,0,1,0,1,0,0,0),(11849,3300,1,1,1,1987,0,762.717,-4296.78,18.7849,0.771513,120,0,0,1,0,0,0,0,0),(11848,3100,1,1,1,193,0,1314.01,-4880.69,12.8864,0.270265,300,10,0,156,0,1,0,0,0),(11847,3100,1,1,1,193,0,818.712,-3918.78,19.3186,2.52342,300,5,0,156,0,1,0,0,0),(11846,3100,1,1,1,193,0,-153.509,-3836.66,29.049,1.89993,300,5,0,156,0,1,0,0,0),(11845,3100,1,1,1,193,0,1116.56,-4041.96,14.5495,6.01428,300,10,0,156,0,1,0,0,0),(11844,3100,1,1,1,193,0,759.396,-4978.06,15.5497,5.06502,300,10,0,156,0,1,0,0,0),(11843,3100,1,1,1,193,0,1048.93,-4285.95,16.6591,1.33384,300,5,0,156,0,1,0,0,0),(11842,3100,1,1,1,193,0,1005.81,-4186.09,22.4068,5.0773,300,5,0,156,0,1,0,0,0),(11841,3100,1,1,1,193,0,69.0059,-3820.44,33.1902,6.07742,300,10,0,156,0,1,0,0,0),(11840,3100,1,1,1,193,0,1040.28,-4087.09,17.525,1.51059,300,10,0,156,0,1,0,0,0),(11839,3099,1,1,1,381,0,514.352,-4952.17,41.5337,3.46558,300,5,0,120,0,1,0,0,0),(11836,3099,1,1,1,381,0,704.63,-4768.71,26.5982,2.43085,300,5,0,120,0,1,0,0,0),(11835,3099,1,1,1,381,0,226.966,-4118.4,41.3173,2.72079,300,5,0,120,0,1,0,0,0),(11834,3099,1,1,1,381,0,516.177,-4641.42,36.3581,1.35515,300,10,0,120,0,1,0,0,0),(11833,3099,1,1,1,381,0,185.393,-4696.78,18.2125,4.27234,300,10,0,120,0,1,0,0,0),(11832,3099,1,1,1,381,0,106.738,-4393.27,41.7143,3.68003,300,10,0,120,0,1,0,0,0),(11831,3099,1,1,1,381,0,95.6387,-4362.22,51.018,1.67649,300,5,0,120,0,1,0,0,0),(11830,3099,1,1,1,381,0,-257.892,-4773.12,29.4216,1.34004,300,10,0,120,0,1,0,0,0),(11829,3099,1,1,1,381,0,248.372,-4188.16,36.981,2.31613,300,10,0,120,0,1,0,0,0),(11796,3296,1,1,1,4602,1,1696.02,-4463.71,20.1522,2.3911,300,0,0,15952,0,0,0,0,0),(11795,3296,1,1,1,4259,1,1876.84,-4265.46,31.9919,2.3029,300,0,0,15952,0,2,0,0,0),(11794,3296,1,1,1,4259,1,1817.08,-4357.14,-9.81641,2.30383,300,0,0,15952,0,0,0,0,0),(11793,3296,1,1,1,4259,1,1882.15,-4483.99,20.6388,2.09439,300,0,0,15952,0,0,0,0,0),(11792,3296,1,1,1,4260,1,1920.62,-4365.93,22.804,0.296706,300,0,0,15952,0,0,0,0,0),(11791,3296,1,1,1,4260,1,1689.99,-4279.85,32.1304,4.11898,300,0,0,15952,0,0,0,0,0),(11790,3296,1,1,1,4602,1,1566.45,-4179.18,41.0285,5.42797,300,0,0,15952,0,0,0,0,0),(11789,3296,1,1,1,4260,1,1908.35,-4412.74,47.9468,1.38462,300,0,0,15952,0,0,0,0,0),(11788,3105,1,1,1,1248,0,1156.57,-5158.04,-6.94557,5.64279,300,5,0,156,0,1,0,0,0),(11787,3103,1,1,1,1940,0,-93.9309,-5426.42,-16.5996,4.0419,300,10,0,120,0,1,0,0,0),(11786,3103,1,1,1,1940,0,-751.566,-5752.4,-6.41139,2.77507,300,0,0,120,0,0,0,0,0),(11785,3105,1,1,1,1248,0,752.531,-5147.15,-7.33846,0.371605,300,5,0,156,0,1,0,0,0),(11784,3104,1,1,1,1246,0,89.6418,-5213.35,-17.229,3.38228,300,10,0,120,0,1,0,0,0),(11783,3103,1,1,1,1940,0,291.451,-5284.86,-16.5794,6.2746,300,10,0,120,0,1,0,0,0),(11782,5951,1,1,1,1560,0,154.859,-4394.59,38.0822,3.64717,120,5,0,8,0,1,0,0,0),(11781,5951,1,1,1,1560,0,475.596,-3891.98,21.2888,0.336315,120,5,0,8,0,1,0,0,0),(11780,3300,1,1,1,1986,0,780.811,-4185.62,20.9119,0.688046,120,5,0,1,0,1,0,0,0),(11779,3300,1,1,1,1987,0,192.268,-4961.57,13.0391,4.79894,120,10,0,1,0,1,0,0,0),(11778,5951,1,1,1,1560,0,-197.35,-4701.16,32.3841,6.11225,120,10,0,8,0,1,0,0,0),(11777,6145,1,1,1,4878,0,-146.757,-5355.17,-20.1626,0.086061,120,10,0,8,0,1,0,0,0),(11776,3300,1,1,1,1986,0,-88.7794,-4780.53,22.8267,2.4934,120,5,0,1,0,1,0,0,0),(11775,6145,1,1,1,4878,0,1078.4,-5217.97,-5.65915,6.11687,120,10,0,8,0,1,0,0,0),(11774,5951,1,1,1,1560,0,-562.347,-4092.51,71.2573,3.30642,120,10,0,8,0,1,0,0,0),(11773,3107,1,1,1,1938,0,-750.315,-5405.99,-2.86913,1.4882,300,5,0,137,0,1,0,0,0),(11772,3107,1,1,1,1938,0,-1058,-5115.31,-6.8831,3.40408,300,5,0,137,0,1,0,0,0),(11771,3107,1,1,1,1938,0,-857.67,-5448.66,-4.81423,2.95525,300,5,0,137,0,1,0,0,0),(11770,3107,1,1,1,1938,0,-1044.68,-5244.82,-7.59438,5.0889,300,5,0,137,0,1,0,0,0),(11769,3107,1,1,1,1938,0,975.653,-5123.24,-0.210044,2.93183,300,5,0,137,0,1,0,0,0),(11768,3126,1,1,1,2487,0,814.095,-4353.96,14.1164,0.126423,300,10,0,137,0,1,0,0,0),(11767,3126,1,1,1,2487,0,703.195,-4369.4,19.572,2.49507,300,10,0,137,0,1,0,0,0),(11766,3126,1,1,1,2487,0,191.695,-4213.88,44.9269,3.38799,300,10,0,137,0,1,0,0,0),(11765,3100,1,1,1,193,0,1287.12,-4723.31,19.0129,4.11235,300,10,0,156,0,1,0,0,0),(11764,3100,1,1,1,193,0,1420.02,-4845,16.0309,4.88921,300,5,0,156,0,1,0,0,0),(11667,3100,1,1,1,193,0,1051.5,-4217.67,18.8802,0.892691,300,10,0,156,0,1,0,0,0),(11602,3100,1,1,1,193,0,891.443,-3868.43,23.1061,1.1466,300,5,0,156,0,1,0,0,0),(11566,3100,1,1,1,193,0,751.511,-3954.12,18.9971,1.82335,300,5,0,156,0,1,0,0,0),(11389,3100,1,1,1,193,0,808.545,-4970.58,14.4481,5.61119,300,5,0,156,0,1,0,0,0),(11378,3100,1,1,1,193,0,1221,-4692.24,16.9644,2.78205,300,10,0,156,0,1,0,0,0),(11343,3100,1,1,1,193,0,1021.37,-4214.88,21.6896,1.07309,300,10,0,156,0,1,0,0,0),(11340,3100,1,1,1,193,0,1125.54,-4858.68,19.4236,5.66862,300,5,0,156,0,1,0,0,0),(11243,3100,1,1,1,193,0,683.26,-3875.76,18.8849,1.70315,300,5,0,156,0,1,0,0,0),(11239,3098,1,1,1,503,0,-317.835,-4243.54,61.7041,2.80837,120,5,0,42,0,1,0,0,0),(11030,3098,1,1,1,503,0,-453.709,-4222.64,49.1813,2.86118,120,10,0,42,0,1,0,0,0),(11029,3098,1,1,1,503,0,-550.962,-4351.29,41.2188,3.9879,120,5,0,42,0,1,0,0,0),(11014,3098,1,1,1,503,0,-619.219,-4382.64,43.2194,1.614,120,5,0,42,0,1,0,0,0),(10884,3099,1,1,1,381,0,586.392,-4848.33,25.2785,0.295589,300,5,0,120,0,1,0,0,0),(10881,3099,1,1,1,381,0,610.45,-4277.99,15.8049,1.18307,300,10,0,120,0,1,0,0,0),(10863,3099,1,1,1,381,0,-331.918,-4724.17,36.5575,5.22233,300,5,0,120,0,1,0,0,0),(10843,3099,1,1,1,381,0,224.826,-4135.44,41.5693,2.7756,300,5,0,120,0,1,0,0,0),(10529,3099,1,1,1,381,0,641.337,-4664.37,22.1062,3.67171,300,5,0,120,0,1,0,0,0),(10505,3099,1,1,1,381,0,149.435,-4020.74,48.94,6.02019,300,10,0,120,0,1,0,0,0),(10503,3099,1,1,1,381,0,580.153,-4580.05,35.279,1.0364,300,5,0,120,0,1,0,0,0),(10480,3099,1,1,1,381,0,-275.812,-4809.69,29.7265,3.54315,300,10,0,120,0,1,0,0,0),(10479,3099,1,1,1,381,0,18.7963,-4114.17,68.1918,0.957353,300,5,0,120,0,1,0,0,0),(10478,3125,1,1,1,2486,0,189.8,-5111.89,5.41148,4.58126,200,10,0,102,0,1,0,0,0),(10477,3125,1,1,1,2486,0,-622.387,-4837.24,26.4352,2.81737,200,5,0,102,0,1,0,0,0),(10476,3125,1,1,1,2486,0,-725.941,-4613.79,41.1353,2.89472,200,10,0,102,0,1,0,0,0),(10475,3125,1,1,1,2486,0,-478.389,-4839.04,37.4476,5.6407,200,10,0,102,0,1,0,0,0),(10474,3125,1,1,1,2486,0,-405.919,-4717.56,44.4453,1.7138,200,10,0,102,0,1,0,0,0),(10473,3125,1,1,1,2486,0,-823.612,-4577.57,51.0542,2.32748,200,10,0,102,0,1,0,0,0),(10472,3125,1,1,1,2486,0,-188.732,-4844.76,24.6295,0.350773,200,5,0,102,0,1,0,0,0),(10471,3125,1,1,1,2486,0,-432.512,-4854.03,37.6829,3.34396,200,5,0,102,0,1,0,0,0),(10470,3296,1,1,1,4602,1,1908.22,-4560.1,33.8923,5.33948,300,0,0,15952,0,2,0,0,0),(10469,3296,1,1,1,4601,1,1698.85,-3902.94,51.6336,3.66519,300,0,0,15952,0,0,0,0,0),(10468,3296,1,1,1,4601,1,1910.24,-4623.92,33.9762,3.735,300,0,0,15952,0,0,0,0,0),(10467,3296,1,1,1,4259,1,1717.29,-4359.8,27.4567,1.49299,300,0,0,15952,0,2,0,0,0),(10466,3296,1,1,1,4601,1,1596.65,-4388.67,9.98323,5.98648,300,0,0,15952,0,0,0,0,0),(10465,3296,1,1,1,4602,1,1639.98,-3841.02,51.4255,2.30383,300,0,0,15952,0,0,0,0,0),(10464,3296,1,1,1,4260,1,1953.01,-4431.15,25.1469,3.31613,300,0,0,15952,0,0,0,0,0),(10463,3296,1,1,1,4259,1,1566.22,-4194.07,42.6709,0.15708,300,0,0,15952,0,0,0,0,0),(10462,3296,1,1,1,4259,1,1886.2,-4546.68,28.5148,1.09956,300,0,0,15952,0,0,0,0,0),(10450,3296,1,1,1,4602,1,1523.92,-4429.44,16.7349,0.506145,300,0,0,15952,0,0,0,0,0),(10449,3103,1,1,1,1940,0,-125.069,-5381.75,-20.7173,2.52907,300,10,0,120,0,1,0,0,0),(10448,3103,1,1,1,1940,0,293.246,-5217.67,-14.8444,6.06281,300,10,0,120,0,1,0,0,0),(10447,3103,1,1,1,1940,0,-913.74,-5521.05,-2.1964,1.14155,300,10,0,120,0,1,0,0,0),(10445,3103,1,1,1,1940,0,-252.989,-5315.19,-7.42286,4.9531,300,10,0,120,0,1,0,0,0),(10444,3104,1,1,1,1246,0,382.685,-5183.32,-8.17548,0.257544,300,10,0,120,0,1,0,0,0),(10443,3104,1,1,1,1246,0,-157.369,-5317.58,-10.988,0.657328,300,10,0,120,0,1,0,0,0),(10442,3103,1,1,1,1940,0,-619.458,-5245.9,-13.7097,5.82652,300,10,0,120,0,1,0,0,0),(10441,3103,1,1,1,1940,0,-747.651,-5190.88,-9.43668,0.091213,300,10,0,120,0,1,0,0,0),(10440,3103,1,1,1,1940,0,18.1143,-5320.35,-21.7979,2.55494,300,10,0,120,0,1,0,0,0),(10439,5951,1,1,1,1560,0,-1037.11,-4779.67,15.0982,1.31023,120,10,0,8,0,1,0,0,0),(10438,5951,1,1,1,1560,0,-723.068,-4169.88,30.0904,3.54699,120,5,0,8,0,1,0,0,0),(10437,6145,1,1,1,4878,0,-1384.97,-5288.2,-15.1388,4.45802,120,10,0,8,0,1,0,0,0),(10436,5951,1,1,1,1560,0,1134.9,-4428.62,23.1947,3.27673,120,5,0,8,0,1,0,0,0),(10435,3300,1,1,1,1987,0,533.498,-4173.89,18.0563,3.62707,120,5,0,1,0,1,0,0,0),(10434,5951,1,1,1,1560,0,341.76,-3908.22,32.9658,5.55506,120,5,0,8,0,1,0,0,0),(10433,10685,1,1,1,10015,0,744.991,-4280.11,18.1599,2.0485,200,3,0,14,0,1,0,0,0),(10432,5951,1,1,1,1560,0,1155.71,-4832.39,19.1646,3.45463,120,5,0,8,0,1,0,0,0),(10431,3300,1,1,1,1206,0,65.846,-5008.04,11.505,5.9219,120,5,0,1,0,1,0,0,0),(10430,5953,1,1,1,9799,1,256.351,-4644.71,11.9089,2.07694,300,0,0,1706,0,0,0,0,0),(10429,3706,1,1,1,1897,1,294.884,-4831.49,10.6074,0.645772,300,0,0,417,0,0,0,0,0),(10428,5953,1,1,1,9801,1,244.253,-4730.2,10.1855,3.14159,300,0,0,1706,0,0,0,0,0),(10427,5953,1,1,1,9800,1,412.868,-4586.3,53.4592,0.103752,300,0,0,1706,0,0,0,0,0),(10426,5953,1,1,1,9801,1,383.786,-4598.72,69.7285,4.20624,300,0,0,1706,0,0,0,0,0),(10425,3881,1,1,1,3755,1,305.722,-4665.87,16.527,4.95674,300,0,0,300,0,0,0,0,0),(10424,3118,1,1,1,6815,0,971.102,-4783.22,42.5103,4.27378,300,0,0,186,191,0,0,0,0),(10423,3118,1,1,1,6815,0,967.296,-4765.49,39.5934,5.66092,300,0,0,186,191,0,0,0,0),(10422,3115,1,1,1,3012,0,653.016,-4343.42,18.4986,5.76174,300,10,0,137,0,1,0,0,0),(10421,3116,1,1,1,6814,0,692.844,-4518.25,25.5056,5.53212,300,5,0,137,0,1,0,0,0),(10411,3116,1,1,1,6814,0,1077.13,-4522.47,17.7387,0.805437,300,10,0,137,0,1,0,0,0),(10410,3115,1,1,1,3012,0,1026.84,-4560.86,19.3892,1.6048,300,5,0,137,0,1,0,0,0),(10409,3107,1,1,1,1938,0,-1654.57,-5378.45,-2.87589,2.44239,300,5,0,137,0,1,0,0,0),(10408,3107,1,1,1,1938,0,-950.246,-5625.07,-9.9581,4.68198,300,5,0,137,0,1,0,0,0),(10407,3107,1,1,1,1938,0,-822.853,-5425.31,-8.38241,3.9793,300,5,0,137,0,1,0,0,0),(10406,3107,1,1,1,1938,0,-623.455,-5691.47,-4.31615,4.15588,300,5,0,137,0,1,0,0,0),(10405,3107,1,1,1,1938,0,913.37,-5177.98,-6.04051,1.32297,300,5,0,137,0,1,0,0,0),(10404,3107,1,1,1,1938,0,-614.52,-5552.22,-0.5282,5.98092,300,5,0,137,0,1,0,0,0),(10403,3107,1,1,1,1938,0,-1383.3,-5244.66,-2.5659,2.79082,300,5,0,137,0,1,0,0,0),(10402,3107,1,1,1,1938,0,-1276.97,-5639.94,-2.56702,3.82183,300,5,0,137,0,1,0,0,0),(10401,3126,1,1,1,2487,0,322.829,-4036.32,33.1214,0.532714,300,5,0,137,0,1,0,0,0),(10400,3126,1,1,1,2487,0,112.752,-4254.03,51.0269,5.59419,300,10,0,137,0,1,0,0,0),(10399,3126,1,1,1,2487,0,238.143,-4318.42,37.9371,3.34797,300,10,0,137,0,1,0,0,0),(10398,3126,1,1,1,2487,0,1120.85,-4632.31,58.4326,4.70568,300,5,0,137,0,1,0,0,0),(10397,3126,1,1,1,2487,0,872.585,-4356.52,17.8088,3.66946,300,10,0,137,0,1,0,0,0),(10396,3126,1,1,1,2487,0,516.81,-4857.93,29.302,1.2262,300,5,0,137,0,1,0,0,0),(10395,3126,1,1,1,2487,0,311.612,-3954.06,34.3623,2.94075,300,10,0,137,0,1,0,0,0),(10394,3126,1,1,1,2487,0,21.6208,-4151.76,71.1454,3.33018,300,5,0,137,0,1,0,0,0),(10393,3100,1,1,1,193,0,310.81,-4113.59,32.4873,2.93118,300,5,0,156,0,1,0,0,0),(10392,3100,1,1,1,193,0,-157.508,-3960.32,55.2023,1.81341,300,10,0,156,0,1,0,0,0),(10391,3100,1,1,1,193,0,986.871,-4313.26,23.9862,2.57512,300,5,0,156,0,1,0,0,0),(10390,3100,1,1,1,193,0,793.892,-4849.49,37.9546,0.329637,300,5,0,156,0,1,0,0,0),(10389,3100,1,1,1,193,0,63.9385,-4054.78,53.6712,0.015624,300,5,0,156,0,1,0,0,0),(10388,3100,1,1,1,193,0,817.242,-4879.1,36.543,4.15993,300,5,0,156,0,1,0,0,0),(10387,3100,1,1,1,193,0,1148.27,-4053.48,15.6102,4.97538,300,10,0,156,0,1,0,0,0),(10386,3100,1,1,1,193,0,617.739,-4084.65,10.2801,0.034907,300,0,0,156,0,0,0,0,0),(10385,3100,1,1,1,193,0,1079.04,-4529.97,17.898,0.283681,300,10,0,156,0,1,0,0,0),(10384,3100,1,1,1,193,0,350.821,-3925.56,32.0908,2.78896,300,10,0,156,0,1,0,0,0),(10383,3124,1,1,1,2485,0,-607.076,-4113.04,74.9527,3.32366,200,5,0,71,0,1,0,0,0),(10382,3124,1,1,1,2485,0,-548.718,-4080.81,70.8147,0.494206,200,5,0,71,0,1,0,0,0),(10381,3124,1,1,1,2485,0,-511.388,-4174.16,77.2973,5.16868,200,5,0,71,0,1,0,0,0),(10380,3124,1,1,1,2485,0,-546.414,-4148.11,73.5143,3.45665,200,5,0,71,0,1,0,0,0),(10379,3124,1,1,1,2485,0,-252.066,-4227.22,62.8692,5.16003,200,5,0,71,0,1,0,0,0),(10378,3124,1,1,1,2485,0,-585.422,-4151.6,76.4519,5.23609,200,5,0,71,0,1,0,0,0),(10377,3098,1,1,1,503,0,-749.724,-4281.92,43.2103,6.19323,120,5,0,42,0,1,0,0,0),(10376,3098,1,1,1,503,0,-715.746,-4320.25,43.4214,6.15125,120,5,0,42,0,1,0,0,0),(10375,3098,1,1,1,503,0,-346.066,-4290.66,57.4324,0.619598,120,5,0,42,0,1,0,0,0),(10374,3098,1,1,1,503,0,-647.283,-4353.27,44.5734,5.67901,120,5,0,42,0,1,0,0,0),(10373,3098,1,1,1,503,0,-381.385,-4256.06,56.0754,5.86932,120,5,0,42,0,1,0,0,0),(10372,3098,1,1,1,503,0,-616.183,-4417.66,45.7873,4.53689,120,10,0,42,0,1,0,0,0),(10371,3098,1,1,1,503,0,-514.764,-4414.54,52.1484,4.56331,120,5,0,42,0,1,0,0,0),(10370,3099,1,1,1,381,0,501.369,-4318.61,21.9166,6.19129,300,10,0,120,0,1,0,0,0),(10369,3099,1,1,1,381,0,-186.539,-4732.15,30.682,2.19241,300,10,0,120,0,1,0,0,0),(10368,3099,1,1,1,381,0,387.021,-4883.43,17.1592,0.692683,300,10,0,120,0,1,0,0,0),(10367,3099,1,1,1,381,0,258.896,-4241.86,35.2909,0.863459,300,10,0,120,0,1,0,0,0),(10366,3099,1,1,1,381,0,693.534,-4813.27,28.1343,0.400325,300,5,0,120,0,1,0,0,0),(10365,3099,1,1,1,381,0,-482.757,-4750.06,35.2596,3.03344,300,10,0,120,0,1,0,0,0),(10364,3099,1,1,1,381,0,585.429,-4653.6,29.3109,3.32022,300,10,0,120,0,1,0,0,0),(10363,3099,1,1,1,381,0,562.059,-4914.65,27.6581,5.48398,300,5,0,120,0,1,0,0,0),(10362,3099,1,1,1,381,0,276.336,-4343.16,35.3487,1.73562,300,5,0,120,0,1,0,0,0),(10361,3099,1,1,1,381,0,605.423,-4686.46,22.6738,3.70085,300,5,0,120,0,1,0,0,0),(10360,3125,1,1,1,2486,0,-832.27,-4638.75,41.8502,0.36212,200,10,0,102,0,1,0,0,0),(10359,3125,1,1,1,2486,0,-588.754,-4895.5,34.1713,5.79334,200,10,0,102,0,1,0,0,0),(10358,3125,1,1,1,2486,0,158.573,-5011.06,9.11651,0.315578,200,10,0,102,0,1,0,0,0),(10357,3125,1,1,1,2486,0,318.62,-5042.76,12.2757,1.22002,200,5,0,102,0,1,0,0,0),(10356,3125,1,1,1,2486,0,-622.742,-4823.74,26.245,5.37773,200,5,0,102,0,1,0,0,0),(10355,3125,1,1,1,2486,0,-658.536,-4858.06,40.104,6.23604,200,5,0,102,0,1,0,0,0),(10354,3125,1,1,1,2486,0,-761.495,-4582.7,51.4225,2.88905,200,5,0,102,0,1,0,0,0),(10353,3296,1,1,1,4260,1,2131.15,-4729.88,50.4302,2.60054,300,0,0,15952,0,0,0,0,0),(10352,3296,1,1,1,4260,1,1748.53,-4260.13,27.0722,2.33874,300,0,0,15952,0,0,0,0,0),(10351,3296,1,1,1,4259,1,1384.62,-4358.56,27.0983,3.38594,300,0,0,15952,0,0,0,0,0),(10350,3296,1,1,1,4602,1,1603.48,-4449.95,8.1165,2.3911,300,0,0,15952,0,0,0,0,0),(10349,16096,1,1,1,10747,1,1354.36,-4658.82,53.6269,2.54818,600,0,0,31905,0,0,0,0,0),(10348,3296,1,1,1,4602,1,1615.63,-4376.11,12.4018,4.24115,300,0,0,15952,0,0,0,0,0),(10347,3296,1,1,1,4259,1,1579.4,-4177.05,38.0978,1.43262,300,0,0,15952,0,2,0,0,0),(10299,3296,1,1,1,4602,1,3333.93,-1773.21,88.8737,3.7001,300,0,0,15952,0,2,0,0,0),(10298,3296,1,1,1,4602,1,1684.94,-3911.59,51.6336,0.628319,300,0,0,15952,0,0,0,0,0),(10297,3296,1,1,1,4260,1,2126.41,-4738.09,50.4491,2.74017,300,0,0,15952,0,0,0,0,0),(10296,3106,1,1,1,1307,0,-35.1875,-5185.78,-6.03879,0.386561,200,10,0,102,0,1,0,0,0),(10295,3106,1,1,1,1307,0,217.904,-5151.4,-1.13319,5.72889,200,10,0,102,0,1,0,0,0),(10294,3105,1,1,1,1248,0,1275.76,-5072.65,-4.58265,2.16978,300,5,0,156,0,1,0,0,0),(10293,3103,1,1,1,1940,0,-8.08803,-5412.46,-13.7311,4.35496,300,10,0,120,0,1,0,0,0),(10292,3104,1,1,1,1246,0,-1193.34,-5040.05,-11.3024,2.04779,300,10,0,120,0,1,0,0,0),(10291,3104,1,1,1,1246,0,-793.518,-5317.13,0.298935,1.76398,300,10,0,120,0,1,0,0,0),(10290,3103,1,1,1,1940,0,89.062,-5380.92,-15.7342,3.79949,300,10,0,120,0,1,0,0,0),(10289,3104,1,1,1,1246,0,-945.453,-5486.17,-6.2602,1.85519,300,10,0,120,0,1,0,0,0),(10288,3141,1,1,1,1818,0,984.694,-5192.07,-7.13118,4.98106,300,10,0,156,0,1,0,0,0),(10287,3104,1,1,1,1246,0,-222.912,-5345.09,-7.40329,1.73439,300,10,0,120,0,1,0,0,0),(10286,5951,1,1,1,1560,0,-726.128,-4630.69,40.2089,1.25585,120,5,0,8,0,1,0,0,0),(10285,5951,1,1,1,1560,0,224.848,-4507.94,15.074,0.527757,120,5,0,8,0,1,0,0,0),(10284,5951,1,1,1,1560,0,-733.915,-4896.72,20.8722,5.18456,120,5,0,8,0,1,0,0,0),(10283,10685,1,1,1,10015,0,1284.28,-4214.69,26.7512,4.61843,200,5,0,14,0,1,0,0,0),(10282,3300,1,1,1,1986,0,-59.8748,-4767.93,22.9728,2.7426,120,5,0,1,0,1,0,0,0),(10281,3300,1,1,1,1206,0,-63.299,-3871.44,44.4826,5.28475,120,5,0,1,0,1,0,0,0),(10280,3174,1,1,1,3747,1,373.106,-4713.63,15.8902,5.18363,300,0,0,840,0,0,0,0,0),(10279,5953,1,1,1,9801,1,273.009,-4592.76,21.0327,0.330848,300,0,0,1706,0,0,0,0,0),(10278,5953,1,1,1,9800,1,257.462,-4675.47,15.0878,0.986645,300,0,0,1706,0,0,0,0,0),(10277,5953,1,1,1,9800,1,369.885,-4818.79,12.303,5.53269,300,0,0,1706,0,0,0,0,0),(10276,5953,1,1,1,9801,1,311.827,-4924.32,17.7045,4.26167,300,0,0,1706,0,0,0,0,0),(10275,5953,1,1,1,9800,1,300.146,-4770.21,9.58312,1.41372,300,0,0,1706,0,0,0,0,0),(10274,5953,1,1,1,9799,1,417.89,-4616.26,53.9566,5.47325,300,0,0,1706,0,0,0,0,0),(10273,5953,1,1,1,9798,1,376.554,-4553.53,53.3642,3.8604,300,0,0,1706,0,0,0,0,0),(10272,3163,1,1,1,3738,1,382.365,-4713.01,16.1009,3.56047,300,0,0,328,0,0,0,0,0),(10271,5953,1,1,1,9801,1,379.145,-4665.41,16.1352,4.70528,300,0,0,1706,0,0,0,0,0),(10270,3118,1,1,1,6815,0,975.515,-4677.04,27.0107,5.86604,300,5,0,186,191,1,0,0,0),(10260,3115,1,1,1,3012,0,641.431,-4485.48,30.728,3.2016,300,0,0,137,0,0,0,0,0),(10209,3128,1,1,1,3734,1,-253.261,-4945.05,23.1006,5.31719,200,5,0,102,0,1,0,0,0),(10206,3128,1,1,1,3734,1,-58.7476,-4955.55,21.4143,4.69806,200,0,0,102,0,0,0,0,0),(10190,3107,1,1,1,1938,0,-1086.5,-5211.26,-5.25851,1.24039,300,5,0,137,0,1,0,0,0),(10189,3107,1,1,1,1938,0,-1272.3,-5216.3,-2.94252,6.15399,300,5,0,137,0,1,0,0,0),(10188,3107,1,1,1,1938,0,-1249.54,-5187.26,-0.994212,0.560637,300,5,0,137,0,1,0,0,0),(10187,3107,1,1,1,1938,0,-1015.17,-5687.38,-3.67909,5.20281,300,5,0,137,0,1,0,0,0),(10186,3107,1,1,1,1938,0,-1645.65,-5309.75,1.41598,0.844803,300,5,0,137,0,1,0,0,0),(10185,3107,1,1,1,1938,0,-657.773,-5457.19,-3.84413,3.96715,300,5,0,137,0,1,0,0,0),(10184,3107,1,1,1,1938,0,-1416.03,-5449.03,-14.8445,3.35969,300,5,0,137,0,1,0,0,0),(10183,3107,1,1,1,1938,0,-892.788,-5246.16,-9.60551,3.32634,300,10,0,137,0,1,0,0,0),(10182,3107,1,1,1,1938,0,-1136.39,-5044.12,-4.92716,6.06473,300,5,0,137,0,1,0,0,0),(10181,3126,1,1,1,2487,0,439.81,-4113.13,29.0612,2.58924,300,5,0,137,0,1,0,0,0),(10180,3126,1,1,1,2487,0,479.54,-4658.7,41.7243,1.27672,300,10,0,137,0,1,0,0,0),(10179,3126,1,1,1,2487,0,988.543,-5052.46,8.54728,5.81179,300,10,0,137,0,1,0,0,0),(8787,3126,1,1,1,2487,0,93.5152,-4210.62,56.2072,0.305683,300,5,0,137,0,1,0,0,0),(8740,3126,1,1,1,2487,0,779.892,-5055.18,4.57275,4.32059,300,10,0,137,0,1,0,0,0),(8739,3126,1,1,1,2487,0,615.273,-3932.5,20.0922,2.63866,300,5,0,137,0,1,0,0,0),(8729,3126,1,1,1,2487,0,508.686,-3852.1,20.3784,3.35701,300,10,0,137,0,1,0,0,0),(8708,3126,1,1,1,2487,0,160.705,-4375.37,39.7452,3.79408,300,5,0,137,0,1,0,0,0),(8703,3126,1,1,1,2487,0,941.952,-4984.88,8.67157,3.06535,300,10,0,137,0,1,0,0,0),(8680,3126,1,1,1,2487,0,767.878,-4998.12,13.1251,2.80902,300,10,0,137,0,1,0,0,0),(8679,3100,1,1,1,193,0,1250.48,-4515.17,19.1968,5.09636,300,0,0,156,0,0,0,0,0),(8678,3100,1,1,1,193,0,1138.53,-3930.24,20.0965,1.99927,300,5,0,156,0,1,0,0,0),(8677,3100,1,1,1,193,0,1219.03,-4178.16,24.1252,5.4531,300,10,0,156,0,1,0,0,0),(8675,3100,1,1,1,193,0,1343.24,-4949.2,6.45251,2.61106,300,5,0,156,0,1,0,0,0),(8674,3100,1,1,1,193,0,824.101,-4244.03,21.4591,2.96396,300,5,0,156,0,1,0,0,0),(8668,3100,1,1,1,193,0,1190.81,-4761.39,18.3047,4.29158,300,5,0,156,0,1,0,0,0),(8667,3100,1,1,1,193,0,1156.5,-4202.82,23.2881,0.872079,300,5,0,156,0,1,0,0,0),(8666,3100,1,1,1,193,0,1097.25,-4453.69,20.6646,2.87483,300,10,0,156,0,1,0,0,0),(8665,3100,1,1,1,193,0,1308.42,-4761.22,22.5638,5.57419,300,5,0,156,0,1,0,0,0),(8664,3100,1,1,1,193,0,576.57,-3862.04,20.7616,3.83957,300,5,0,156,0,1,0,0,0),(8663,3124,1,1,1,2485,0,-787.391,-4246.54,52.6586,6.20025,200,5,0,71,0,1,0,0,0),(8662,3124,1,1,1,2485,0,-212.5,-4170.83,64.5858,1.5979,200,5,0,71,0,1,0,0,0),(8661,3124,1,1,1,2485,0,-353.203,-4452.88,53.6991,4.17099,200,10,0,71,0,1,0,0,0),(8660,3124,1,1,1,2485,0,-707.628,-4346.49,47.975,1.85982,200,5,0,71,0,1,0,0,0),(8659,3124,1,1,1,2485,0,-509.617,-4117.39,59.5013,2.42814,200,5,0,71,0,1,0,0,0),(8658,3124,1,1,1,2485,0,-579.552,-4114.32,74.1403,5.62348,200,10,0,71,0,1,0,0,0),(8552,3124,1,1,1,2485,0,-680.309,-4145.69,36.0694,1.65108,200,5,0,71,0,1,0,0,0),(8551,3124,1,1,1,2485,0,-676.942,-4114.47,39.304,3.65357,200,5,0,71,0,1,0,0,0),(8550,3098,1,1,1,503,0,-612.622,-4448.09,45.5919,6.14394,120,10,0,42,0,1,0,0,0),(8549,3098,1,1,1,503,0,-555.417,-4384.57,45.3301,5.6643,120,10,0,42,0,1,0,0,0),(8548,3098,1,1,1,503,0,-317.699,-4281.69,59.5233,1.63676,120,5,0,42,0,1,0,0,0),(8547,3098,1,1,1,503,0,-714.713,-4286.47,43.2732,3.9581,120,10,0,42,0,1,0,0,0),(8546,3098,1,1,1,503,0,-726.486,-4188.09,30.2252,2.59936,120,10,0,42,0,1,0,0,0),(8545,3098,1,1,1,503,0,-453.527,-4182.39,46.4166,0.808659,120,10,0,42,0,1,0,0,0),(8544,3099,1,1,1,381,0,510.304,-4134.23,24.7646,4.25572,300,5,0,120,0,1,0,0,0),(8543,3099,1,1,1,381,0,81.3329,-4088.64,58.3462,1.61773,300,5,0,120,0,1,0,0,0),(8542,3099,1,1,1,381,0,-162.008,-4645.55,39.3934,2.79481,300,10,0,120,0,1,0,0,0),(8541,3099,1,1,1,381,0,352.12,-4935.23,23.7035,2.48792,300,5,0,120,0,1,0,0,0),(8540,3099,1,1,1,381,0,283.609,-4229.75,33.9136,4.57906,300,10,0,120,0,1,0,0,0),(8539,3099,1,1,1,381,0,-214.372,-4845.64,29.1739,1.79037,300,10,0,120,0,1,0,0,0),(8538,3099,1,1,1,381,0,-592.132,-4792.75,32.6171,1.85909,300,10,0,120,0,1,0,0,0),(8537,3099,1,1,1,381,0,653.533,-4889.87,23.8089,3.02855,300,10,0,120,0,1,0,0,0),(8536,3099,1,1,1,381,0,374.988,-4112.86,33.3129,4.86919,300,5,0,120,0,1,0,0,0),(8535,3125,1,1,1,2486,0,-553.688,-4840.2,36.8342,0.307318,200,10,0,102,0,1,0,0,0),(8534,3125,1,1,1,2486,0,-731.343,-5038.89,15.7219,0.526424,200,10,0,102,0,1,0,0,0),(8533,3125,1,1,1,2486,0,244.559,-5122.25,5.86734,4.03674,200,10,0,102,0,1,0,0,0),(8532,3125,1,1,1,2486,0,104.669,-4977.64,11.5578,5.67838,200,5,0,102,0,1,0,0,0),(8531,3125,1,1,1,2486,0,77.7985,-4921.86,12.4946,4.80623,200,5,0,102,0,1,0,0,0),(8530,3296,1,1,1,4602,1,1672.28,-4473.2,20.1537,1.44862,300,0,0,15952,0,0,0,0,0),(8529,3296,1,1,1,4260,1,1829.26,-4507.27,21.4564,4.95674,300,0,0,15952,0,0,0,0,0),(8528,3296,1,1,1,4260,1,1561.79,-4360.5,1.19455,4.85202,300,0,0,15952,0,0,0,0,0),(8527,3296,1,1,1,4602,1,1402.14,-4367.3,25.2354,0.110254,300,0,0,15952,0,2,0,0,0),(8526,3296,1,1,1,4259,1,1518.15,-4425.35,18.7986,1.27409,300,0,0,15952,0,0,0,0,0),(8525,3296,1,1,1,4260,1,1913.71,-4559.36,33.9759,3.71755,300,0,0,15952,0,0,0,0,0),(8524,3296,1,1,1,4601,1,1751.45,-4208.82,42.7326,5.34071,300,0,0,15952,0,0,0,0,0),(8523,3296,1,1,1,4260,1,1923.98,-4447.8,44.9684,0.715585,300,0,0,15952,0,0,0,0,0),(8522,3296,1,1,1,4601,1,1950.89,-4374.69,22.043,2.70526,300,0,0,15952,0,0,0,0,0),(8521,3296,1,1,1,4601,1,1902.14,-4275.21,31.7987,4.17134,300,0,0,15952,0,0,0,0,0),(8520,3106,1,1,1,1307,0,-10.1825,-5282.24,-12.3681,3.42747,200,10,0,102,0,1,0,0,0),(8519,3106,1,1,1,1307,0,-130.132,-5392.05,-18.3684,4.01139,200,10,0,102,0,1,0,0,0),(8518,3106,1,1,1,1307,0,-120.58,-5305.61,-11.0429,2.19181,200,10,0,102,0,1,0,0,0),(8517,3106,1,1,1,1307,0,14.0715,-5446.72,-25.3549,0.405876,200,10,0,102,0,1,0,0,0),(8516,3106,1,1,1,1307,0,-368.552,-5204.55,1.60823,0.395653,200,10,0,102,0,1,0,0,0),(8515,3141,1,1,1,1818,0,1239.39,-5124.41,-6.96037,3.69467,300,10,0,156,0,1,0,0,0),(8514,3105,1,1,1,1248,0,1448.58,-5054.85,-14.1117,4.28971,300,5,0,156,0,1,0,0,0),(8513,3104,1,1,1,1246,0,14.4124,-5387.74,-8.56462,5.72065,300,10,0,120,0,1,0,0,0),(8512,3103,1,1,1,1940,0,-918.012,-5190.05,-1.41376,1.61495,300,10,0,120,0,1,0,0,0),(8511,3103,1,1,1,1940,0,-911.796,-5594.51,-10.0736,5.21163,300,10,0,120,0,1,0,0,0),(8469,3103,1,1,1,1940,0,-1087.16,-5080.06,-3.05925,1.58549,300,10,0,120,0,1,0,0,0),(8443,3103,1,1,1,1940,0,-744.021,-5118.75,-0.680583,6.21795,300,10,0,120,0,1,0,0,0),(8442,6145,1,1,1,4878,0,48.6827,-5250.64,-17.3013,4.5359,120,10,0,8,0,1,0,0,0),(8441,10685,1,1,1,10015,0,1256.38,-4515.99,21.0941,5.10794,200,3,0,14,0,1,0,0,0),(8440,10685,1,1,1,10015,0,1281.58,-4226.79,26.3762,0.000947,200,5,0,14,0,1,0,0,0),(8439,3300,1,1,1,1206,0,1273.78,-4829.16,17.3572,4.41752,120,5,0,1,0,1,0,0,0),(8438,3300,1,1,1,1987,0,-133.916,-3924.15,49.7274,6.00837,120,10,0,1,0,1,0,0,0),(8437,3300,1,1,1,1987,0,600.437,-4066.6,9.27573,1.16937,120,0,0,1,0,0,0,0,0),(8436,3300,1,1,1,1987,0,-712.476,-4722.72,34.5482,1.51841,120,5,0,1,0,1,0,0,0),(8435,3122,1,1,1,1960,0,-1311.75,-5567.6,7.2208,0.104594,300,5,0,120,0,1,0,0,0),(8434,3122,1,1,1,1960,0,-653.125,-5544.12,4.45992,5.14691,300,5,0,120,0,1,0,0,0),(8433,3122,1,1,1,1960,0,-818.032,-5319.66,3.73925,3.88806,300,10,0,120,0,1,0,0,0),(8432,3122,1,1,1,1960,0,-1029.9,-5561.69,4.82141,4.11951,300,10,0,120,0,1,0,0,0),(8431,3122,1,1,1,1960,0,-1519.97,-5298.45,7.61597,1.43593,300,5,0,120,0,1,0,0,0),(8430,3114,1,1,1,1964,1,385.936,-4221.34,25.6301,6.01415,300,3,0,176,0,1,0,0,0),(8429,3198,1,1,1,4190,1,1518.48,-4743.73,15.1645,1.14649,300,0,0,178,382,0,0,0,0),(8428,3197,1,1,1,4193,1,1529.11,-4749.48,13.8338,2.70923,300,0,0,166,178,0,0,0,0),(8427,3111,1,1,1,1218,1,107.173,-4552.57,56.8097,1.06049,300,5,0,120,0,1,0,0,0),(8426,3112,1,1,1,1252,1,37.5445,-4270.67,68.5036,2.9238,300,5,0,137,0,1,0,0,0),(8425,3112,1,1,1,1252,1,22.1264,-4314.94,71.1994,3.51712,300,3,0,137,0,1,0,0,0),(8424,5953,1,1,1,9800,1,217.875,-4650.91,16.4066,6.08567,300,0,0,1706,0,0,0,0,0),(8423,5953,1,1,1,9800,1,368.937,-4761.18,12.2796,0.820305,300,0,0,1706,0,0,0,0,0),(8422,3170,1,1,1,3749,1,268.13,-4710.94,17.572,3.87463,300,0,0,300,0,0,0,0,0),(8421,5953,1,1,1,9801,1,256.624,-4831.34,11.1914,3.7001,300,0,0,1706,0,0,0,0,0),(8420,5953,1,1,1,9800,1,306.286,-4772.54,9.41494,1.88806,300,0,0,1706,0,2,0,0,0),(8419,3173,1,1,1,3746,1,307.114,-4839.91,10.6075,1.27409,300,0,0,328,0,0,0,0,0),(8418,5953,1,1,1,9800,1,243.619,-4742.1,10.1855,3.14159,300,0,0,1706,0,0,0,0,0),(8417,5953,1,1,1,9801,1,247.37,-4857.42,14.023,5.03274,300,0,0,1706,0,0,0,0,0),(8416,5953,1,1,1,9799,1,365.533,-4827.24,11.4965,6.21337,300,0,0,1706,0,0,0,0,0),(8415,5953,1,1,1,9801,1,302.014,-4815.57,10.6028,5.21853,300,0,0,1706,0,0,0,0,0),(8414,3118,1,1,1,6815,0,1118.89,-4657.44,39.0227,1.93923,300,5,0,186,191,1,0,0,0),(8413,3118,1,1,1,6815,0,983.955,-4686.89,27.0107,5.23543,300,5,0,186,191,1,0,0,0),(8412,3122,1,1,1,1960,0,623.504,-4298.57,17.8049,4.93152,300,10,0,120,0,1,0,0,0),(8411,3128,1,1,1,3734,1,-182.394,-4942.46,21.1166,6.04668,200,5,0,102,0,1,0,0,0),(8410,3128,1,1,1,3734,1,-64.9716,-4961.5,21.4108,2.54243,200,0,0,102,0,0,0,0,0),(8409,3128,1,1,1,3734,1,-312.365,-5070.01,21.6341,4.78691,200,5,0,102,0,1,0,0,0),(8408,3129,1,1,1,1862,1,-284.439,-5174.54,21.2768,1.66599,300,5,0,120,0,1,0,0,0),(8407,3107,1,1,1,1938,0,-735.358,-5352.52,-5.66184,5.23897,300,5,0,137,0,1,0,0,0),(8406,3107,1,1,1,1938,0,-852.655,-5519.09,-1.75894,3.79247,300,5,0,137,0,1,0,0,0),(8405,3107,1,1,1,1938,0,-1359.53,-5402.94,-4.94379,1.62554,300,5,0,137,0,1,0,0,0),(8404,3107,1,1,1,1938,0,-879.573,-5610.25,-6.08767,0.892426,300,10,0,137,0,1,0,0,0),(8403,3107,1,1,1,1938,0,-1443.96,-5150.13,-3.77407,1.63139,300,5,0,137,0,1,0,0,0),(8402,3107,1,1,1,1938,0,-1593.28,-5380.13,-0.242896,3.02619,300,5,0,137,0,1,0,0,0),(8401,3107,1,1,1,1938,0,-1476.89,-5328.13,-3.03193,1.20951,300,5,0,137,0,1,0,0,0),(8400,3107,1,1,1,1938,0,850.432,-5128.96,-2.25513,4.6257,300,5,0,137,0,1,0,0,0),(8320,3123,1,1,1,1959,0,912.044,-3906.22,20.2188,3.44728,300,5,0,156,0,1,0,0,0),(8319,3123,1,1,1,1959,0,1296.4,-4702.9,20.3528,2.12629,300,5,0,156,0,1,0,0,0),(8318,3127,1,1,1,2732,0,-186.969,-3862.59,32.9047,1.42365,300,5,0,176,0,1,0,0,0),(8013,3127,1,1,1,2732,0,1030.95,-4047.37,18.5481,2.37621,300,5,0,176,0,1,0,0,0),(8012,3127,1,1,1,2732,0,1211.74,-4131.34,23.4459,0.260854,300,10,0,176,0,1,0,0,0),(8011,3127,1,1,1,2732,0,1096.01,-3979.64,19.9407,2.45094,300,10,0,176,0,1,0,0,0),(8010,3127,1,1,1,2732,0,52.057,-3855.7,37.6042,2.88593,300,10,0,176,0,1,0,0,0),(8009,3127,1,1,1,2732,0,742.509,-3893.23,19.4178,3.99063,300,5,0,176,0,1,0,0,0),(8008,3127,1,1,1,2732,0,84.8203,-3917.05,43.5674,1.80915,300,5,0,176,0,1,0,0,0),(8007,3127,1,1,1,2732,0,1100.8,-4152.94,17.1562,4.25297,300,10,0,176,0,1,0,0,0),(8006,3127,1,1,1,2732,0,641.999,-3838.74,21.2052,2.11414,300,5,0,176,0,1,0,0,0),(8005,3126,1,1,1,2487,0,348.125,-4151.63,31.3764,4.6479,300,5,0,137,0,1,0,0,0),(8004,3126,1,1,1,2487,0,356.249,-3882.48,32.6063,5.74612,300,5,0,137,0,1,0,0,0),(8003,3126,1,1,1,2487,0,417.942,-4089.58,32.1657,1.59813,300,5,0,137,0,1,0,0,0),(8002,3126,1,1,1,2487,0,615.995,-4839.65,25.7154,4.52752,300,5,0,137,0,1,0,0,0),(8001,3126,1,1,1,2487,0,552.9,-4477.65,40.8258,5.10845,300,5,0,137,0,1,0,0,0),(8000,3126,1,1,1,2487,0,843.415,-4986.65,9.65833,4.91091,300,5,0,137,0,1,0,0,0),(7999,3126,1,1,1,2487,0,1030.38,-4872.93,56.8278,4.65692,300,5,0,137,0,1,0,0,0),(7998,3126,1,1,1,2487,0,1180.45,-4664.57,55.6671,5.30893,300,5,0,137,0,1,0,0,0),(7997,3100,1,1,1,193,0,1249.14,-4739,17.5909,1.64907,300,5,0,156,0,1,0,0,0),(7996,3100,1,1,1,193,0,1481.16,-4812.48,38.1654,4.19457,300,5,0,156,0,1,0,0,0),(7995,3100,1,1,1,193,0,-153.058,-3947.95,54.2896,0.319747,300,10,0,156,0,1,0,0,0),(7994,3100,1,1,1,193,0,1043.42,-4921.25,14.9446,2.8825,300,10,0,156,0,1,0,0,0),(7993,3100,1,1,1,193,0,1186.37,-4046.63,14.7298,2.58271,300,5,0,156,0,1,0,0,0),(7992,3100,1,1,1,193,0,246.015,-4001.79,39.2477,4.51398,300,10,0,156,0,1,0,0,0),(7991,3100,1,1,1,193,0,1287,-4614.38,20.4332,1.14385,300,5,0,156,0,1,0,0,0),(7990,3100,1,1,1,193,0,1062.02,-4322.98,20.0218,4.08646,300,5,0,156,0,1,0,0,0),(7989,3100,1,1,1,193,0,1342.82,-4688.55,33.3423,5.29958,300,5,0,156,0,1,0,0,0),(7988,3102,1,1,1,850,0,-77.6159,-4210.9,50.596,2.91483,200,10,0,71,0,1,0,0,0),(7986,3102,1,1,1,850,0,-101.482,-4206.17,52.5035,5.59085,200,3,0,71,0,1,0,0,0),(7985,3102,1,1,1,850,0,-127.806,-4315.17,66.3736,0.499695,200,3,0,71,0,1,0,0,0),(7984,3124,1,1,1,2485,0,-346.629,-4045.22,51.1096,5.92702,200,5,0,71,0,1,0,0,0),(7983,3124,1,1,1,2485,0,-354.141,-4421.33,50.6012,3.11921,200,10,0,71,0,1,0,0,0),(7982,3124,1,1,1,2485,0,-544.639,-4116.73,65.7142,5.70841,200,10,0,71,0,1,0,0,0),(7981,3098,1,1,1,503,0,-411.091,-4411.85,45.83,0.517397,120,10,0,42,0,1,0,0,0),(7980,3098,1,1,1,503,0,-754.894,-4219.76,42.8502,3.31808,120,10,0,42,0,1,0,0,0),(7979,3098,1,1,1,503,0,-680.794,-4317.67,47.2347,1.83299,120,5,0,42,0,1,0,0,0),(7977,3098,1,1,1,503,0,-716.996,-4150.75,30.0694,4.95713,120,10,0,42,0,1,0,0,0),(7976,3098,1,1,1,503,0,-391.309,-4283.43,49.0554,2.41323,120,5,0,42,0,1,0,0,0),(7975,3098,1,1,1,503,0,-714.937,-4221.35,40.2762,1.49268,120,5,0,42,0,1,0,0,0),(7974,3098,1,1,1,503,0,-477.985,-4182.53,50.7865,0.662395,120,5,0,42,0,1,0,0,0),(7973,3356,1,1,1,1378,1,2049.79,-4839.13,24.4342,0.174533,300,0,0,1003,0,0,0,0,0),(7972,3406,1,1,1,4239,1,2084.96,-4623.77,58.6761,0.15708,300,0,0,2769,0,0,0,0,0),(7971,3353,1,1,1,1374,1,1980,-4799.74,55.8813,1.00836,300,0,0,4120,0,0,0,0,0),(7970,1383,1,1,1,4382,0,2055.83,-4797.07,22.9063,5.44543,300,0,0,1107,0,0,0,0,0),(7969,11017,1,1,1,10472,1,2038.4,-4748.98,29.2431,4.27606,300,0,0,2399,0,0,0,0,0),(7968,3413,1,1,1,7136,1,2036.63,-4739.49,29.2431,3.83972,300,0,0,1003,0,0,0,0,0),(7967,3099,1,1,1,381,0,575.451,-4792.15,26.0777,3.97514,300,10,0,120,0,1,0,0,0),(7966,3099,1,1,1,381,0,233.277,-4431.73,26.743,1.87461,300,5,0,120,0,1,0,0,0),(7965,3099,1,1,1,381,0,433.768,-4924.7,24.665,1.93643,300,10,0,120,0,1,0,0,0),(7964,3099,1,1,1,381,0,577.883,-4393.72,21.9884,4.61855,300,5,0,120,0,1,0,0,0),(7963,3099,1,1,1,381,0,653.326,-4783.98,24.6785,2.94046,300,5,0,120,0,1,0,0,0),(7962,3099,1,1,1,381,0,185.981,-4221.18,45.954,4.0642,300,10,0,120,0,1,0,0,0),(7961,3099,1,1,1,381,0,281.87,-4286.22,35.33,1.28613,300,5,0,120,0,1,0,0,0),(7960,3099,1,1,1,381,0,457.497,-4460.24,46.6362,1.62749,300,5,0,120,0,1,0,0,0),(7959,3099,1,1,1,381,0,511.293,-4773.91,30.6922,1.922,300,5,0,120,0,1,0,0,0),(7958,3099,1,1,1,381,0,41.4945,-4232.38,66.6346,2.92123,300,0,0,120,0,0,0,0,0),(7957,3125,1,1,1,2486,0,-788.5,-4724.95,30.19,5.00945,200,5,0,102,0,1,0,0,0),(7956,3125,1,1,1,2486,0,114.34,-5121.52,1.79737,1.3141,200,5,0,102,0,1,0,0,0),(7955,3125,1,1,1,2486,0,27.9387,-5073.43,8.73164,1.389,200,5,0,102,0,1,0,0,0),(7954,3125,1,1,1,2486,0,326.787,-5118.37,3.74095,5.82804,200,10,0,102,0,1,0,0,0),(7953,3125,1,1,1,2486,0,-103.086,-4657.6,33.676,5.68737,200,10,0,102,0,1,0,0,0),(7952,3125,1,1,1,2486,0,210.404,-4972.72,14.4258,4.35227,200,10,0,102,0,1,0,0,0),(7951,3125,1,1,1,2486,0,345.725,-5016.48,19.2973,3.53756,200,5,0,102,0,1,0,0,0),(7950,3296,1,1,1,4601,1,1696.31,-4096.76,39.3368,1.51844,300,0,0,15952,0,0,0,0,0),(7949,3296,1,1,1,4602,1,1688.53,-4474.58,20.1537,1.95477,300,0,0,15952,0,0,0,0,0),(7948,3296,1,1,1,4601,1,1552.41,-4324.75,21.8029,5.51524,300,0,0,15952,0,0,0,0,0),(7947,16096,1,1,1,11375,1,1339.43,-4663.11,53.6269,1.36136,600,0,0,31905,0,0,0,0,0),(7946,3296,1,1,1,4602,1,2004.18,-4719.8,26.2996,0.959931,300,0,0,15952,0,0,0,0,0),(7945,3296,1,1,1,4601,1,1768.53,-4307.2,6.96165,4.14839,300,0,0,15952,0,2,0,0,0),(7944,16096,1,1,1,11375,1,1340.38,-4638.02,53.6269,4.90438,600,0,0,31905,0,0,0,0,0),(7943,3296,1,1,1,4602,1,1668.56,-4323.66,61.3295,5.96903,300,0,0,15952,0,0,0,0,0),(7942,3296,1,1,1,4602,1,1759.03,-4301.89,7.01614,5.46288,300,0,0,15952,0,0,0,0,0),(7941,3296,1,1,1,4602,1,1936.76,-4407.65,21.5679,1.77517,300,0,0,15952,0,2,0,0,0),(7940,3106,1,1,1,1307,0,115.517,-5197.6,-14.76,4.78078,200,10,0,102,0,1,0,0,0),(7939,3106,1,1,1,1307,0,249.011,-5303.71,-14.8436,1.62138,200,10,0,102,0,1,0,0,0),(7938,3106,1,1,1,1307,0,41.1562,-5185.72,-8.72162,5.7421,200,10,0,102,0,1,0,0,0),(7937,3106,1,1,1,1307,0,-1116.24,-4844.35,-5.00127,2.85631,200,10,0,102,0,1,0,0,0),(7936,3106,1,1,1,1307,0,-969.564,-5039.14,-4.73749,4.08646,200,10,0,102,0,1,0,0,0),(7935,3106,1,1,1,1307,0,-76.0647,-5224.97,-7.04592,2.6221,200,10,0,102,0,1,0,0,0),(7934,3104,1,1,1,1246,0,-107.572,-5212.53,-1.12561,3.63816,300,10,0,120,0,1,0,0,0),(7933,3103,1,1,1,1940,0,-1280.95,-5085.2,-4.87893,5.52264,300,10,0,120,0,1,0,0,0),(7932,3103,1,1,1,1940,0,-1416.87,-5090.03,-3.21669,0.918631,300,10,0,120,0,1,0,0,0),(7931,3105,1,1,1,1248,0,1477.16,-5004.15,-25.3573,0.558267,300,5,0,156,0,1,0,0,0),(7930,3104,1,1,1,1246,0,-786.658,-5446.35,-5.16885,2.26263,300,10,0,120,0,1,0,0,0),(7929,3103,1,1,1,1940,0,-178.758,-5291.73,-6.77493,5.35679,300,10,0,120,0,1,0,0,0),(7928,3103,1,1,1,1940,0,-310.844,-5319.98,-10.4259,6.16528,300,10,0,120,0,1,0,0,0),(7927,3110,1,1,1,1250,0,982.749,-3850.66,16.2294,5.63744,300,10,0,176,0,1,0,0,0),(7926,3110,1,1,1,1250,0,185.579,-3767.86,17.1535,1.22988,300,10,0,176,0,1,0,0,0),(7925,3110,1,1,1,1250,0,-27.7077,-3793.91,24.634,4.74961,300,10,0,176,0,1,0,0,0),(7924,3110,1,1,1,1250,0,1070.63,-3882.36,17.0437,3.27695,300,10,0,176,0,1,0,0,0),(7923,5951,1,1,1,1560,0,-648.15,-4768.83,28.2864,5.54196,120,5,0,8,0,1,0,0,0),(7922,5951,1,1,1,1560,0,222.988,-3967.91,41.5509,4.82207,120,5,0,8,0,1,0,0,0),(7921,5951,1,1,1,1560,0,824.178,-3922.6,19.3718,2.47173,120,5,0,8,0,1,0,0,0),(7920,3300,1,1,1,1987,0,520.532,-3993.46,19.1736,3.08101,120,5,0,1,0,1,0,0,0),(7919,3300,1,1,1,1987,0,1266.15,-4542.36,20.8351,1.5708,120,10,0,1,0,1,0,0,0),(7918,6145,1,1,1,4878,0,-1478.9,-5451.51,-17.1755,1.6137,120,10,0,8,0,1,0,0,0),(7917,6145,1,1,1,4878,0,-973.913,-5673.6,-6.26644,4.154,120,10,0,8,0,1,0,0,0),(7916,3300,1,1,1,1986,0,989.929,-3973.73,23.1841,5.65029,120,5,0,1,0,1,0,0,0),(7915,3122,1,1,1,1960,0,-702.447,-5513.37,7.68584,5.47556,300,10,0,120,0,1,0,0,0),(7914,3122,1,1,1,1960,0,-776.658,-5377.5,4.60076,4.54468,300,5,0,120,0,1,0,0,0),(7913,3122,1,1,1,1960,0,-1251.62,-5345.36,4.86702,0.428786,300,5,0,120,0,1,0,0,0),(7912,3122,1,1,1,1960,0,-721.791,-5573.39,27.9249,5.44706,300,10,0,120,0,1,0,0,0),(7911,3122,1,1,1,1960,0,-1084.46,-5622.65,3.96953,1.02683,300,5,0,120,0,1,0,0,0),(7910,3122,1,1,1,1960,0,-1093.47,-5393.64,10.5502,1.12573,300,5,0,120,0,1,0,0,0),(7909,3122,1,1,1,1960,0,-673.941,-5652.9,9.65711,2.53073,300,0,0,120,0,0,0,0,0),(7908,3206,1,1,1,4076,1,-1285.31,-5508.77,8.46731,0.929717,300,0,0,148,165,0,0,0,0),(7907,3114,1,1,1,1964,1,342.624,-4230.38,23.6101,4.63357,300,5,0,176,0,1,0,0,0),(7906,3114,1,1,1,1964,1,495.711,-4196.06,24.1587,2.80727,300,5,0,176,0,1,0,0,0),(7905,3113,1,1,1,6088,1,439.975,-4229.21,25.4114,2.50876,300,3,0,148,165,1,0,0,0),(7904,3114,1,1,1,1964,1,484.674,-4348.81,27.1747,0.566512,300,5,0,176,0,1,0,0,0),(7903,3113,1,1,1,6088,1,449.461,-4169.09,25.951,3.51752,300,5,0,148,165,1,0,0,0),(7902,3114,1,1,1,1964,1,462.983,-4234.37,24.7492,1.92355,300,3,0,176,0,1,0,0,0),(7901,3197,1,1,1,4192,1,1492.96,-4762.44,5.7537,1.90486,300,0,0,166,178,0,0,0,0),(7900,3197,1,1,1,4192,1,1502.88,-4679.02,11.9689,1.75869,300,0,0,166,178,0,0,0,0),(7899,3197,1,1,1,4192,1,1519.5,-4783.29,11.0798,0.093742,300,0,0,166,178,0,0,0,0),(7898,3197,1,1,1,4192,1,1419.02,-4749.12,2.2756,3.60804,300,0,0,166,178,0,0,0,0),(7897,3198,1,1,1,4190,1,1540.54,-4759.55,11.1785,0.295789,300,0,0,178,382,0,0,0,0),(7885,3198,1,1,1,4191,1,1454.97,-4778.24,9.32472,0.73731,300,0,0,178,382,0,0,0,0),(7884,3198,1,1,1,4191,1,1436.21,-4692.01,-5.35309,3.36368,300,0,0,178,382,0,0,0,0),(7883,3198,1,1,1,4191,1,1506.92,-4793.95,9.31567,4.39168,300,0,0,178,382,0,0,0,0),(7882,3198,1,1,1,4190,1,1461.35,-4716.99,-2.47625,2.24259,300,0,0,178,382,0,0,0,0),(7880,3198,1,1,1,4191,1,1522.88,-4691.65,11.2139,3.03297,300,0,0,178,382,0,0,0,0),(7879,3111,1,1,1,1218,1,92.6001,-4458.62,41.2049,5.86771,300,5,0,120,0,1,0,0,0),(7878,3111,1,1,1,1218,1,95.0306,-4476.37,40.7528,3.01627,300,5,0,120,0,1,0,0,0),(7877,3111,1,1,1,1218,1,58.2777,-4478.91,48.9058,4.33877,300,3,0,120,0,1,0,0,0),(7876,3112,1,1,1,1252,1,60.082,-4298.42,64.1204,1.94442,300,10,0,137,0,1,0,0,0),(7742,3111,1,1,1,1218,1,128.805,-4583.54,63.5881,5.48767,300,5,0,120,0,1,0,0,0),(7740,3121,1,1,1,598,0,-1056.33,-5446.19,8.03804,2.79547,300,5,0,137,0,1,0,0,0),(7679,3121,1,1,1,598,0,-1186.91,-5380.54,8.47154,1.68448,300,10,0,137,0,1,0,0,0),(7678,3121,1,1,1,598,0,-793.014,-5540.35,4.6598,5.6284,300,5,0,137,0,1,0,0,0),(7677,3121,1,1,1,598,0,-1181.88,-5618.09,5.26861,3.54762,300,5,0,137,0,1,0,0,0),(7676,3121,1,1,1,598,0,-1546.26,-5262.28,6.85467,3.0385,300,10,0,137,0,1,0,0,0),(7675,3121,1,1,1,598,0,-788.724,-5623.24,13.0798,3.89904,300,5,0,137,0,1,0,0,0),(7674,3175,1,1,1,3748,1,367.18,-4702.14,16.3944,3.90954,300,0,0,356,0,0,0,0,0),(7673,3620,1,1,1,4296,1,273.274,-4713.46,11.7121,1.27409,300,0,0,1753,0,0,0,0,0),(7672,3166,1,1,1,3740,0,367.885,-4770.91,12.5988,2.61799,300,0,0,300,0,0,0,0,0),(7671,6928,1,1,1,5705,1,340.362,-4686.29,16.5411,4.18879,300,0,0,1003,0,0,0,0,0),(7670,3164,1,1,1,3737,1,321.548,-4838.4,10.6074,2.05949,300,0,0,300,0,0,0,0,0),(7669,5953,1,1,1,9798,1,383.808,-4619.08,52.9673,2.64986,300,0,0,1706,0,0,0,0,0),(7668,5953,1,1,1,9799,1,384.548,-4851.25,13.9003,2.80291,300,0,0,1706,0,0,0,0,0),(7667,3165,1,1,1,3739,1,362.105,-4763.84,12.5525,4.57276,300,0,0,273,0,0,0,0,0),(7666,11025,1,1,1,10570,1,370.195,-4721.57,13.359,4.67748,300,0,0,787,0,0,0,0,0),(7665,9987,1,1,1,9262,1,333.313,-4711.64,14.614,2.79253,300,0,0,1003,0,0,0,0,0),(7664,5952,1,1,1,9795,1,-598.932,-4583.58,40.3863,4.52526,300,0,0,11828,0,2,0,0,0),(7660,3882,1,1,1,3753,1,-560.125,-4217.2,41.6737,3.33358,300,0,0,176,0,0,0,0,0),(7656,5952,1,1,1,9795,1,-604.891,-4540.98,41.8096,1.11138,300,0,0,11828,0,0,0,0,0),(7651,3153,1,1,1,1880,1,-639.344,-4230.19,38.5605,5.72468,300,0,0,222,0,0,0,0,0),(7650,5952,1,1,1,9794,1,-645.423,-4260.63,38.163,5.14872,300,0,0,11828,0,0,0,0,0),(7649,3154,1,1,1,1882,1,-635.462,-4227.52,38.371,5.09636,300,0,0,156,0,0,0,0,0),(7648,5952,1,1,1,9797,1,-599.939,-4191.99,41.1824,4.17134,300,0,0,11828,0,0,0,0,0),(7647,3116,1,1,1,6814,0,1081.7,-4549.16,18.5441,4.67407,300,10,0,137,0,1,0,0,0),(7646,3118,1,1,1,6815,0,978.974,-4705.17,46.4214,5.42478,300,0,0,186,191,0,0,0,0),(7645,3116,1,1,1,6814,0,1057.88,-4555.91,17.0987,5.43642,300,10,0,137,0,1,0,0,0),(7644,3115,1,1,1,3012,0,785.479,-4341.53,16.2496,2.69936,300,10,0,137,0,1,0,0,0),(7643,3116,1,1,1,6814,0,763.479,-4458.79,15.7935,2.91207,300,5,0,137,0,1,0,0,0),(7642,3122,1,1,1,1960,0,611.027,-4312.82,18.6202,5.79334,300,10,0,120,0,1,0,0,0),(7641,3122,1,1,1,1960,0,864.631,-4969.7,8.45053,5.98081,300,5,0,120,0,1,0,0,0),(7640,3122,1,1,1,1960,0,504.167,-4595.83,49.1586,5.85217,300,10,0,120,0,1,0,0,0),(7637,3122,1,1,1,1960,0,493.719,-4887.28,24.0111,1.21385,300,10,0,120,0,1,0,0,0),(7636,3122,1,1,1,1960,0,582.534,-4115.9,22.7451,3.92664,300,5,0,120,0,1,0,0,0),(530,717,0,1,1,1658,1,-11620.5,-51.9023,11.2262,5.3058,300,0,0,1753,0,0,0,0,0),(7635,3122,1,1,1,1960,0,461.779,-4104.26,29.4362,4.95814,300,5,0,120,0,1,0,0,0),(7634,3122,1,1,1,1960,0,34.0617,-4139.97,68.2903,3.65856,300,5,0,120,0,1,0,0,0),(7633,3122,1,1,1,1960,0,593.222,-4865.46,24.5547,5.62141,300,5,0,120,0,1,0,0,0),(7631,3122,1,1,1,1960,0,511.469,-4480.06,47.7049,2.5861,300,5,0,120,0,1,0,0,0),(7628,3122,1,1,1,1960,0,993.052,-5028.1,12.1355,5.49779,300,5,0,120,0,1,0,0,0),(7627,3128,1,1,1,3734,1,-220.082,-4908.83,26.9168,4.63994,200,5,0,102,0,1,0,0,0),(7625,6145,1,1,1,4878,0,-865.093,-4001.66,-38.713,5.40944,120,10,0,8,0,1,0,0,0),(7624,3107,1,1,1,1938,0,-988.221,-5245.89,-5.17295,1.65325,300,5,0,137,0,1,0,0,0),(7619,3107,1,1,1,1938,0,-1230.31,-5076.37,-9.22163,0.052654,300,5,0,137,0,1,0,0,0),(7617,3107,1,1,1,1938,0,-905.512,-5327.26,-4.39526,5.54747,300,5,0,137,0,1,0,0,0),(7611,3107,1,1,1,1938,0,-1330.08,-5341.29,-4.08426,0.541424,300,5,0,137,0,1,0,0,0),(40092,4291,189,1,1,2508,1,253.912,-332.617,18.6172,4.69494,86400,0,0,2901,2014,0,0,0,0),(40093,4291,189,1,1,2507,1,247.954,-335.179,18.6174,0.349066,86400,0,0,2901,2014,0,0,0,0),(7606,3107,1,1,1,1938,0,-971.17,-5354.41,-2.77355,5.50493,300,5,0,137,0,1,0,0,0),(7605,3107,1,1,1,1938,0,-1482.23,-5408.15,-11.436,1.28552,300,5,0,137,0,1,0,0,0),(40077,4287,189,1,1,2474,1,211.489,-312.366,18.6126,1.6057,86400,0,0,2784,1926,0,0,0,0),(40075,4287,189,1,1,2463,1,195.12,-305.447,18.6126,5.48033,86400,0,0,2784,1926,0,0,0,0),(40076,4287,189,1,1,2474,1,197.446,-307.527,18.6126,2.56563,86400,0,0,2784,1926,0,0,0,0),(7604,3107,1,1,1,1938,0,1184.18,-5183.25,-7.50019,0.593206,300,5,0,137,0,1,0,0,0),(7603,3107,1,1,1,1938,0,-798.381,-5715.48,-2.34845,2.74357,300,5,0,137,0,1,0,0,0),(89075,4292,189,1,1,2476,1,1878.24,-410.778,18.7612,3.26377,86400,0,0,3027,2134,0,0,0,0),(7602,3107,1,1,1,1938,0,-1215.61,-5145.7,-9.53559,3.55546,300,5,0,137,0,1,0,0,0),(7601,3107,1,1,1,1938,0,937.858,-5149.32,-3.69777,3.18984,300,5,0,137,0,1,0,0,0),(7600,3123,1,1,1,1959,0,763.151,-3913.08,18.5097,4.34767,300,5,0,156,0,1,0,0,0),(7599,3123,1,1,1,1959,0,1249.48,-4916.13,9.44487,5.42564,300,10,0,156,0,1,0,0,0),(7598,3123,1,1,1,1959,0,851.198,-3905.79,20.0902,2.06414,300,5,0,156,0,1,0,0,0),(40065,4296,189,1,1,5725,1,221.084,-226.658,18.614,5.14872,86400,0,0,2784,1926,0,0,0,0),(40066,4287,189,1,1,2463,1,240.929,-233.45,18.6141,1.53589,86400,0,0,2784,1926,0,0,0,0),(40062,4296,189,1,1,5726,1,192.738,-226.783,18.614,4.99164,86400,0,0,2784,1926,0,0,0,0),(40061,4287,189,1,1,2463,1,210.71,-222.668,18.614,4.67748,86400,0,0,2784,1926,0,0,0,0),(40053,4288,189,1,1,2497,1,181.396,-273.576,18.6779,0.837758,86400,3,0,3489,0,1,0,0,0),(40054,4304,189,1,1,2709,0,183.415,-275.71,18.8943,3.22886,86400,0,0,3330,0,0,0,0,0),(40047,4287,189,1,1,2463,1,199.244,-287.587,19.2011,4.34587,86400,0,1,2784,1926,2,0,0,0),(7597,3123,1,1,1,1959,0,688.322,-3866.52,21.1147,3.10641,300,5,0,156,0,1,0,0,0),(7595,3123,1,1,1,1959,0,1206.02,-4038.88,18.3657,3.85231,300,10,0,156,0,1,0,0,0),(7593,3123,1,1,1,1959,0,1243.33,-4776.68,15.9428,1.99764,300,10,0,156,0,1,0,0,0),(7592,3123,1,1,1,1959,0,600.708,-3905.59,21.6422,4.83242,300,5,0,156,0,1,0,0,0),(7591,3123,1,1,1,1959,0,1155.25,-4228.23,21.5566,0.046886,300,10,0,156,0,1,0,0,0),(7582,3123,1,1,1,1959,0,398.411,-3968.33,31.2429,5.6057,300,10,0,156,0,1,0,0,0),(51475,17921,534,1,1,0,1,5011.76,-1840.95,1322.08,0.76737,120,0,0,41916,0,0,0,0,0),(7581,3127,1,1,1,2732,0,1361.13,-4797.83,26.937,1.94604,300,5,0,176,0,1,0,0,0),(4621,7027,0,1,1,6047,1,-8098.42,-1724.36,131.782,2.06602,500,5,0,3644,0,1,0,0,0),(7580,3127,1,1,1,2732,0,-89.5839,-3908.08,48.8087,5.34552,300,5,0,176,0,1,0,0,0),(7579,3127,1,1,1,2732,0,-45.3741,-3882.7,46.9387,1.7414,300,10,0,176,0,1,0,0,0),(7578,3127,1,1,1,2732,0,28.6475,-3901.26,44.2482,3.98639,300,10,0,176,0,1,0,0,0),(7577,3127,1,1,1,2732,0,1186.25,-4625.29,18.4965,3.29215,300,5,0,176,0,1,0,0,0),(7576,3127,1,1,1,2732,0,922.277,-3898.09,19.328,2.25027,300,5,0,176,0,1,0,0,0),(7574,3127,1,1,1,2732,0,1393.98,-4838.57,19.1535,0.838537,300,5,0,176,0,1,0,0,0),(7573,3127,1,1,1,2732,0,1159.91,-4067.91,16.9003,2.51135,300,10,0,176,0,1,0,0,0),(7572,3127,1,1,1,2732,0,1162.1,-4923.65,16.607,3.48566,300,10,0,176,0,1,0,0,0),(7571,3126,1,1,1,2487,0,167.265,-4132.29,48.74,5.32423,300,5,0,137,0,1,0,0,0),(7570,3126,1,1,1,2487,0,508.755,-4476.79,47.816,2.57471,300,5,0,137,0,1,0,0,0),(7569,3126,1,1,1,2487,0,508.883,-3878.33,19.1456,0.180762,300,10,0,137,0,1,0,0,0),(7568,3126,1,1,1,2487,0,784.755,-4952.48,17.0766,5.06379,300,10,0,137,0,1,0,0,0),(7567,3126,1,1,1,2487,0,516.452,-4569.28,51.2529,0.163572,300,5,0,137,0,1,0,0,0),(7557,3126,1,1,1,2487,0,731.237,-4530.49,41.9796,4.92703,300,5,0,137,0,1,0,0,0),(7556,3126,1,1,1,2487,0,196.804,-4319.27,45.0519,6.22259,300,10,0,137,0,1,0,0,0),(7555,3126,1,1,1,2487,0,1048.4,-4640.38,56.7653,0.513849,300,5,0,137,0,1,0,0,0),(7554,3126,1,1,1,2487,0,719.271,-5005.74,14.2681,4.71133,300,5,0,137,0,1,0,0,0),(7539,3126,1,1,1,2487,0,613.725,-3987.51,8.12993,3.93219,300,5,0,137,0,1,0,0,0),(7538,3100,1,1,1,193,0,150.001,-3850.14,34.7701,2.60815,300,10,0,156,0,1,0,0,0),(7537,3100,1,1,1,193,0,438.843,-3883.92,24.4023,0.143001,300,10,0,156,0,1,0,0,0),(7536,3100,1,1,1,193,0,1087.76,-4495.67,19.1597,4.96681,300,10,0,156,0,1,0,0,0),(7535,3100,1,1,1,193,0,1087.55,-4883.97,14.7821,2.03451,300,5,0,156,0,1,0,0,0),(7534,3100,1,1,1,193,0,170.342,-3814.81,30.2373,6.13217,300,10,0,156,0,1,0,0,0),(7533,3100,1,1,1,193,0,689.869,-3920.57,15.8479,1.71545,300,5,0,156,0,1,0,0,0),(7532,3100,1,1,1,193,0,323.819,-3985.72,35.9289,1.85062,300,10,0,156,0,1,0,0,0),(7530,3100,1,1,1,193,0,420.817,-3842.8,24.1288,0.83192,300,5,0,156,0,1,0,0,0),(7529,3100,1,1,1,193,0,846.225,-5049.74,5.19411,4.77546,300,5,0,156,0,1,0,0,0),(7528,3100,1,1,1,193,0,246.518,-4053.72,39.6223,0.119507,300,5,0,156,0,1,0,0,0),(7527,3101,1,1,1,1185,1,-43.8409,-4274.3,68.2898,0.919327,200,3,0,69,79,1,0,0,0),(7509,3101,1,1,1,1185,1,-140.697,-4282.97,64.2632,1.78955,200,3,0,69,79,1,0,0,0),(7508,3101,1,1,1,1185,1,-76.6151,-4266.42,52.2091,4.67274,200,3,0,69,79,1,0,0,0),(7507,3101,1,1,1,1185,1,-104.777,-4285.94,62.7633,2.47363,200,3,0,69,79,1,0,0,0),(7506,3102,1,1,1,850,0,-89.8741,-4249.98,51.7437,1.35716,200,3,0,71,0,1,0,0,0),(7505,3101,1,1,1,1185,1,-106.37,-4247.68,53.6425,2.3254,200,3,0,69,79,1,0,0,0),(7504,3102,1,1,1,850,0,-142.249,-4236.41,58.2515,0.713284,200,3,0,71,0,1,0,0,0),(7498,3124,1,1,1,2485,0,-518.958,-4076.93,69.8705,6.11225,200,5,0,71,0,1,0,0,0),(7497,3124,1,1,1,2485,0,-448.264,-4459.52,50.2802,4.84749,200,10,0,71,0,1,0,0,0),(529,2483,0,1,1,4394,1,-11622.1,-60.6165,11.038,1.46608,300,0,0,1678,0,0,0,0,0),(528,710,0,1,1,6704,1,-12308.2,-1047.11,7.45672,0.818608,1800,0,0,1381,3575,0,0,0,0),(527,710,0,1,1,6704,1,-12333.4,-1082,4.78021,0.615605,1800,0,0,1381,3575,0,0,0,0),(526,680,0,1,1,11569,1,-12302.7,-1105.11,5.84407,1.55334,1800,0,0,2125,0,0,0,0,0),(525,679,0,1,1,536,1,-12344.1,-1108.29,1.39615,2.14183,1800,0,0,1579,1432,0,0,0,0),(524,678,0,1,1,416,1,-12382.8,-1065.56,3.4339,5.51778,1800,0,0,1973,0,0,0,0,0),(45768,9696,229,1,1,0,0,-118.69,-348.73,71.13,2.27,10800,0,0,2699,0,0,0,0,0),(45767,9696,229,1,1,0,0,-136.43,-318.62,71.13,6.26,10800,0,0,2699,0,0,0,0,0),(45766,9696,229,1,1,0,0,-86.7,-292.69,71.13,3.76,10800,0,0,2699,0,0,0,0,0),(45765,9696,229,1,1,0,0,-92.7,-288.15,71.13,4.01,10800,0,0,2699,0,0,0,0,0),(45764,9692,229,1,1,0,1,-138.96,-318.67,71.13,6.28,10800,0,0,8352,0,0,0,0,0),(45763,9692,229,1,1,0,1,-89.99,-291.27,71.13,4.05,10800,0,0,8352,0,0,0,0,0),(45762,9692,229,1,1,0,1,-121.12,-350.35,71.13,1.67,10800,0,0,8352,0,0,0,0,0),(137905,9819,229,1,1,0,1,168.53,-282.207,111.025,3.38594,7200,0,0,1,0,0,0,0,0),(137904,9819,229,1,1,0,1,168.467,-285.357,111.025,3.15905,7200,0,0,1,0,0,0,0,0),(137903,9819,229,1,1,0,1,168.431,-288.574,111.025,2.9147,7200,0,0,1,0,0,0,0,0),(137902,9819,229,1,1,0,1,161.538,-320.877,111.025,3.12414,7200,0,0,1,0,0,0,0,0),(45757,9568,229,1,1,0,1,-27.67,-486.62,90.81,3.87,1000000,0,0,33572,0,0,0,0,0),(45756,9583,229,1,1,0,1,-174.75,-460.94,87.57,0.88,10800,0,0,8613,0,0,0,0,0),(45755,9583,229,1,1,0,1,-202.92,-478.59,87.57,0,10800,0,0,8613,0,0,0,0,0),(45754,9716,229,1,1,0,1,-205.84,-481.45,87.57,0.16,10800,0,0,8352,0,0,0,0,0),(45753,9717,229,1,1,0,1,-205.37,-475.69,87.57,6.26,10800,0,0,6681,2241,0,0,0,0),(45752,9717,229,1,1,0,1,-205.79,-455.13,87.57,6.25,10800,0,0,6681,2241,0,0,0,0),(45751,9716,229,1,1,0,1,-202.76,-459.09,87.57,6.27,10800,0,0,8352,0,0,0,0,0),(45750,9716,229,1,1,0,1,-206.65,-462.16,87.57,0.01,10800,0,0,8352,0,0,0,0,0),(45749,9736,229,1,1,0,1,-194.19,-458.27,87.57,0.03,1000000,0,0,23688,0,0,0,0,0),(45748,9717,229,1,1,0,1,-164.47,-453.32,87.57,1.61,10800,0,0,6681,2241,0,0,0,0),(45747,9696,229,1,1,0,0,-163.2,-458.92,87.57,2.34,10800,0,0,2699,0,0,0,0,0),(45746,9696,229,1,1,0,0,-166.59,-462.11,87.57,2.31,10800,0,0,2699,0,0,0,0,0),(45745,9692,229,1,1,0,1,-165.81,-459.49,87.57,2.31,10800,0,0,8352,0,0,0,0,0),(45744,9716,229,1,1,0,1,-172.91,-462.61,87.57,1.4,10800,0,0,8352,0,0,0,0,0),(45743,9717,229,1,1,0,1,-174.61,-450.76,87.57,0.13,10800,0,0,6681,2241,0,0,0,0),(45742,9583,229,1,1,0,1,-168.52,-410.9,76.33,1.55,10800,0,0,8613,0,0,0,0,0),(45741,9716,229,1,1,0,1,-168.48,-418.68,76.33,1.66,10800,0,0,8352,0,0,0,0,0),(45734,9693,229,1,1,0,1,-162.72,-414.17,76.33,1.59,10800,0,0,6891,2289,0,0,0,0),(45492,9716,229,1,1,0,1,-166.85,-325.64,64.58,4.67,10800,0,0,8352,0,0,0,0,0),(45491,9583,229,1,1,0,1,-155.79,-343.82,64.63,3.04,10800,0,0,8613,0,0,0,0,0),(45490,9583,229,1,1,0,1,-138.15,-369.2,58.17,0,10800,0,0,8613,0,0,0,0,0),(44456,9197,229,1,1,0,1,-40.6361,-372.216,50.5612,0.855211,10800,5,0,1,0,1,0,0,0),(45095,9197,229,1,1,0,1,-22.8555,-377.87,49.0487,6.16101,10800,5,0,1,0,1,0,0,0),(44422,10376,229,1,1,0,0,-105.64,-402.17,34.1,0.2,1000000,0,0,9156,0,0,0,0,0),(44416,10374,229,1,1,0,0,-115.22,-520.43,11.22,3.26,10800,0,0,8352,0,0,0,0,0),(44415,10374,229,1,1,0,0,-141.41,-520.05,11.53,6.25,10800,0,0,8352,0,0,0,0,0),(44378,10375,229,1,1,0,0,-136.79,-464.29,15.68,2.15,10800,0,0,2614,0,0,0,0,0),(44377,10374,229,1,1,0,0,-120.65,-401.7,30.47,6,10800,0,0,8352,0,0,0,0,0),(44376,10375,229,1,1,0,0,-121.65,-407.25,30.05,6.1,10800,0,0,2614,0,0,0,0,0),(44375,10374,229,1,1,0,0,-128.55,-423.43,27.36,0.79,10800,0,0,8352,0,0,0,0,0),(44374,10374,229,1,1,0,0,-134.22,-429.24,25.09,0.75,10800,0,0,8352,0,0,0,0,0),(7496,3124,1,1,1,2485,0,-788.542,-4286.46,52.8241,4.1216,200,5,0,71,0,1,0,0,0),(15332,2368,0,1,1,4763,1,-1277.74,-906.294,-3.93388,3.29017,300,10,0,896,0,1,0,0,0),(135656,16492,532,1,1,19331,0,-11138.6,-1880.62,165.765,3.4818,604800,0,0,7825,3155,0,0,0,0),(135655,16492,532,1,1,19331,0,-11105.4,-1848.77,165.765,2.43677,604800,0,0,7825,3155,0,0,0,0),(135654,16492,532,1,1,19331,0,-11104.8,-1847.46,165.765,2.08226,604800,0,0,7825,3155,0,0,0,0),(135653,16492,532,1,1,19331,0,-11103.5,-1846.73,165.765,1.78788,604800,0,0,7825,3155,0,0,0,0),(7495,3124,1,1,1,2485,0,-310.417,-4414.58,56.9974,6.09144,200,10,0,71,0,1,0,0,0),(87044,6491,0,1,4294967295,0,0,-5165,-876,507.245,0.929,60,0,0,4120,0,0,0,0,0),(7493,3124,1,1,1,2485,0,-282.794,-4416.63,56.6823,1.39555,200,10,0,71,0,1,0,0,0),(48363,10481,289,1,1,10976,0,267.646,8.46495,85.3117,3.50811,86400,0,0,1436,0,0,0,0,0),(30289,7603,90,1,1,6968,0,-603.907,422.628,-230.518,3.42085,86400,2,0,787,0,1,0,0,0),(30288,7603,90,1,1,6968,0,-596.179,418.708,-230.518,4.97419,86400,2,0,787,0,1,0,0,0),(7491,3098,1,1,1,503,0,-348.51,-4212.4,60.171,4.11747,120,5,0,42,0,1,0,0,0),(7490,3098,1,1,1,503,0,-344.253,-4260.39,61.6241,5.09684,120,5,0,42,0,1,0,0,0),(51639,17921,534,1,1,0,1,5016.08,-1839.81,1321.94,2.8958,120,0,0,41916,0,0,0,0,0),(51640,17921,534,1,1,0,1,5013.06,-1836.75,1322,4.94569,120,0,0,41916,0,0,0,0,0),(51641,17931,534,1,1,0,1,5079.8,-1866.08,1332.59,5.39729,120,0,0,6761,0,0,0,0,0),(7488,3098,1,1,1,503,0,-744.55,-4255.23,43.5246,6.14916,120,10,0,42,0,1,0,0,0),(7487,3098,1,1,1,503,0,-360.833,-4312.15,49.0128,3.09699,120,5,0,42,0,1,0,0,0),(4620,7028,0,1,1,6048,1,-8094.87,-1882.31,147.961,5.77704,500,0,0,2550,5206,0,0,0,0),(4619,7027,0,1,1,6047,1,-8067.69,-1907.75,133.893,5.48033,500,0,0,3644,0,0,0,0,0),(523,818,0,1,1,11546,1,-12342.7,-1156.72,2.48357,2.25148,1800,0,0,2217,1534,0,0,0,0),(86847,19178,0,1,1,22380,0,1574.55,267.583,-43.0193,3.76991,5,0,0,42,0,0,0,0,0),(7484,3098,1,1,1,503,0,-486.279,-4144.73,54.7459,3.74728,120,5,0,42,0,1,0,0,0),(7482,3098,1,1,1,503,0,-486.181,-4454.21,50.132,3.11397,120,10,0,42,0,1,0,0,0),(7481,3364,1,1,1,1386,1,1792.65,-4565.39,22.8627,0.977384,300,0,0,1003,0,0,0,0,0),(7480,3372,1,1,1,1394,0,1836.77,-4461.59,47.4541,1.50098,300,0,0,1003,0,0,0,0,0),(7479,11066,1,1,1,10589,1,1913.25,-4430.54,24.6477,3.68265,300,0,0,787,0,0,0,0,0),(7478,3316,1,1,1,1316,0,1855.82,-4562.49,24.8434,2.26893,300,0,0,1003,0,0,0,0,0),(7463,7230,1,1,1,6005,1,2054.63,-4805.99,22.4195,3.31613,300,0,0,4120,0,0,0,0,0),(7453,3409,1,1,1,4363,1,2099.23,-4818.85,24.1587,3.68265,300,0,0,1003,0,0,0,0,0),(7451,3410,1,1,1,4359,1,1914.16,-4775.87,36.3381,1.11701,300,0,0,1003,0,0,0,0,0),(7449,3352,1,1,1,1373,1,2100.58,-4606.96,58.7863,4.5204,300,0,0,4120,0,0,0,0,0),(7448,5812,1,1,1,4351,1,2053.4,-4838.88,24.4342,3.08923,300,0,0,1003,0,0,0,0,0),(7447,3362,1,1,1,1384,1,2159.36,-4653.74,49.7412,2.80998,300,0,0,2218,0,0,0,0,0),(7446,2704,1,1,1,12989,1,2090.27,-4824.21,24.2055,0.541052,300,0,0,15505,0,0,0,0,0),(7445,3360,1,1,1,1382,1,2098.59,-4823.44,34.1185,2.86234,300,0,0,1003,0,0,0,0,0),(7444,4043,1,1,1,4612,1,2097.44,-4834.81,24.1196,0.017453,300,0,0,156,0,0,0,0,0),(7443,3354,1,1,1,1375,1,1970.95,-4808.17,56.848,0.837758,300,0,0,2769,0,0,0,0,0),(7442,3323,1,1,1,1323,1,1744.9,-4317.86,33.3935,4.2237,300,0,0,1003,0,0,0,0,0),(7441,3119,1,1,1,9442,1,-1027.43,-4589.02,26.4615,0.824254,300,3,0,120,0,1,0,0,0),(7440,3120,1,1,1,9443,1,-944.713,-4481.49,28.5132,4.23487,300,5,0,131,138,1,0,0,0),(7439,3119,1,1,1,9442,1,-887.45,-4713.57,25.6345,1.20702,300,10,0,120,0,1,0,0,0),(7438,3119,1,1,1,9442,1,-994.767,-4418.23,29.374,0.111486,300,3,0,120,0,1,0,0,0),(7437,3119,1,1,1,9442,1,-959.571,-4608.54,25.6792,4.07964,300,5,0,120,0,1,0,0,0),(7436,3099,1,1,1,381,0,301.101,-4447.74,25.3546,3.24146,300,10,0,120,0,1,0,0,0),(7435,3099,1,1,1,381,0,243.958,-4995.52,19.0482,1.46931,300,5,0,120,0,1,0,0,0),(7434,3099,1,1,1,381,0,-410.943,-4724.38,41.8735,0.123386,300,10,0,120,0,1,0,0,0),(7433,3099,1,1,1,381,0,411.135,-4931.82,31.039,2.44335,300,5,0,120,0,1,0,0,0),(7432,3099,1,1,1,381,0,138.558,-4077.7,51.1614,2.97649,300,10,0,120,0,1,0,0,0),(7431,3099,1,1,1,381,0,587.507,-4311.35,17.6603,1.61374,300,10,0,120,0,1,0,0,0),(7430,3099,1,1,1,381,0,-568.891,-4848.4,36.6668,5.38987,300,10,0,120,0,1,0,0,0),(7429,3099,1,1,1,381,0,171.961,-4274.22,50.0297,2.86895,300,10,0,120,0,1,0,0,0),(7428,3125,1,1,1,2486,0,-781.204,-4705.88,32.8319,0.871088,200,5,0,102,0,1,0,0,0),(7427,3125,1,1,1,2486,0,236.772,-5057.58,11.2487,3.62075,200,10,0,102,0,1,0,0,0),(7426,3125,1,1,1,2486,0,-680.672,-4655.35,38.1271,5.48074,200,10,0,102,0,1,0,0,0),(7425,3125,1,1,1,2486,0,-786.505,-4714.73,31.3035,0.391032,200,5,0,102,0,1,0,0,0),(7424,3125,1,1,1,2486,0,-591.821,-4809.46,32.2656,6.02258,200,10,0,102,0,1,0,0,0),(7423,3125,1,1,1,2486,0,-688.767,-5045.84,17.2011,5.91665,200,10,0,102,0,1,0,0,0),(7422,3125,1,1,1,2486,0,-486.359,-4824.19,36.5391,3.16307,200,10,0,102,0,1,0,0,0),(7421,3296,1,1,1,4259,1,1910.66,-4754.65,33.3433,1.76827,300,0,0,15952,0,2,0,0,0),(7420,3296,1,1,1,4601,1,1886.46,-4415.86,11.7157,3.76991,300,0,0,15952,0,0,0,0,0),(7419,3296,1,1,1,4259,1,1637.63,-3829.64,50.7225,2.22586,300,0,0,15952,0,2,0,0,0),(7418,3296,1,1,1,4259,1,1909.78,-4633.55,32.12,2.23512,300,0,0,15952,0,2,0,0,0),(7417,3296,1,1,1,4602,1,1557.74,-4364.25,1.07971,0.226893,300,0,0,15952,0,0,0,0,0),(7416,3296,1,1,1,4259,1,1906.25,-4564.21,33.9758,0.628319,300,0,0,15952,0,0,0,0,0),(7415,3296,1,1,1,4601,1,1928.32,-4424.41,23.7505,0.558505,300,0,0,15952,0,0,0,0,0),(7399,3296,1,1,1,4259,1,1696.56,-3929.77,51.6336,0.663225,300,0,0,15952,0,0,0,0,0),(7398,3296,1,1,1,4259,1,1628.89,-4274.76,24.0855,5.13127,300,0,0,15952,0,0,0,0,0),(7397,3296,1,1,1,4259,1,1648.13,-3834.6,51.7923,2.44346,300,0,0,15952,0,0,0,0,0),(4618,7028,0,1,1,6048,1,-8234.47,-1744.39,148.666,0.10472,500,0,0,2550,5206,0,0,0,0),(4617,7027,0,1,1,6047,1,-8072.49,-1913.03,133.791,5.5676,500,0,0,3644,0,0,0,0,0),(4616,7035,0,1,1,10707,1,-7752.77,-2739.28,163.923,2.9049,500,5,0,3556,0,1,0,0,0),(4615,7035,0,1,1,10707,1,-7972.3,-2680.74,156.854,1.83402,500,2,0,3556,0,1,0,0,0),(4613,7033,0,1,1,11549,1,-7911.2,-2585.44,124.381,3.02145,500,3,0,3322,0,1,0,0,0),(4614,7034,0,1,1,11550,1,-7686.85,-2687.21,142.845,2.49554,500,5,0,2751,1864,1,0,0,0),(18035,1913,0,1,1,3593,1,-78.2065,804.409,64.9756,0.017453,275,0,0,356,0,0,0,0,0),(18034,1914,0,1,1,3559,1,-200.063,912.968,71.4727,3.55849,275,3,0,285,790,1,0,0,0),(4612,7035,0,1,1,10707,1,-7819.23,-2556.31,186.233,0.974977,500,0,0,3556,0,2,0,0,0),(7396,14304,1,1,1,14360,1,1941.71,-4124.25,43.543,3.90954,300,0,0,25200,0,0,0,0,0),(7395,14304,1,1,1,14362,1,1924.73,-4245.42,41.9408,6.24828,300,0,0,25200,0,0,0,0,0),(7394,14304,1,1,1,14362,1,1927.04,-4123.48,43.0489,4.45059,300,0,0,25200,0,0,0,0,0),(7393,14304,1,1,1,14361,1,1914.56,-4136.63,40.4915,4.69494,300,0,0,25200,0,0,0,0,0),(7392,3106,1,1,1,1307,0,-785.422,-5122.69,-2.48281,5.65413,200,10,0,102,0,1,0,0,0),(7391,3103,1,1,1,1940,0,-1587.39,-5183.62,-2.90685,2.4835,300,10,0,120,0,1,0,0,0),(7390,3105,1,1,1,1248,0,789.085,-5126.38,-8.9907,5.33876,300,5,0,156,0,1,0,0,0),(7389,3103,1,1,1,1940,0,-1320.08,-5659.41,-4.26491,4.13143,300,10,0,120,0,1,0,0,0),(7388,3141,1,1,1,1818,0,1349.02,-5083.3,-11.2597,6.05131,300,10,0,156,0,1,0,0,0),(7387,3103,1,1,1,1940,0,-843.956,-5703.44,-2.45975,1.10942,300,10,0,120,0,1,0,0,0),(7386,3104,1,1,1,1246,0,55.4818,-5247.92,-19.3946,4.21175,300,10,0,120,0,1,0,0,0),(7385,3110,1,1,1,1250,0,247.797,-3785.48,24.2875,3.89109,300,10,0,176,0,1,0,0,0),(7384,3110,1,1,1,1250,0,1029.46,-3909.23,18.2572,5.4916,300,10,0,176,0,1,0,0,0),(7383,3110,1,1,1,1250,0,111.849,-3777.91,20.556,6.2116,300,10,0,176,0,1,0,0,0),(7382,3110,1,1,1,1250,0,916.199,-3850.16,18.8256,6.05629,300,0,0,176,0,0,0,0,0),(7381,3110,1,1,1,1250,0,1024.93,-3891.26,18.1148,4.56706,300,10,0,176,0,1,0,0,0),(7380,3110,1,1,1,1250,0,-173.849,-3827.64,21.4363,2.09648,300,10,0,176,0,1,0,0,0),(7379,3110,1,1,1,1250,0,810.259,-3828.33,18.2792,4.35487,300,10,0,176,0,1,0,0,0),(7378,3110,1,1,1,1250,0,-42.1534,-3747.41,16.613,2.72219,300,10,0,176,0,1,0,0,0),(7377,3110,1,1,1,1250,0,786.578,-3790.09,16.6458,0.316323,300,10,0,176,0,1,0,0,0),(7376,10556,1,1,1,10038,1,-499.022,-4457.01,51.1389,2.32195,200,0,0,86,0,0,0,0,0),(7375,10556,1,1,1,10038,1,-263.542,-4143.64,56.5239,5.45391,200,5,0,86,0,1,0,0,0),(7374,10556,1,1,1,10038,1,-628.478,-4340.7,41.7989,2.2137,200,0,0,86,0,0,0,0,0),(7373,10556,1,1,1,10038,1,-773.458,-4201.37,45.3903,4.90095,200,5,0,86,0,1,0,0,0),(7372,10556,1,1,1,10038,1,-214.149,-4220.71,62.1667,1.82114,200,5,0,86,0,1,0,0,0),(7371,6020,1,1,1,2835,0,-916.678,-4039.06,-47.3603,3.9881,300,5,0,417,0,1,0,0,0),(7370,3127,1,1,1,2732,0,1218.23,-4293.08,21.3825,6.1111,300,10,0,176,0,1,0,0,0),(7369,3127,1,1,1,2732,0,1165.86,-4266.76,21.9886,-2.67167,300,10,0,176,0,1,0,0,0),(7368,10685,1,1,1,10015,0,1274.96,-4218.34,27.0012,1.63188,200,5,0,14,0,1,0,0,0),(7367,3300,1,1,1,1206,0,-125.057,-4808.86,24.6767,3.20729,120,5,0,1,0,1,0,0,0),(7366,5951,1,1,1,1560,0,597.528,-4864.34,24.7242,2.41284,120,5,0,8,0,1,0,0,0),(7365,3300,1,1,1,1986,0,-935.408,-4827.64,14.7627,5.6756,120,10,0,1,0,1,0,0,0),(7364,10685,1,1,1,10015,0,1274.09,-4227.71,26.7512,4.11377,200,5,0,14,0,1,0,0,0),(7363,3300,1,1,1,1986,0,260.763,-4937.98,20.0156,0.236456,120,5,0,1,0,1,0,0,0),(7362,10685,1,1,1,10015,0,749.569,-4261.16,17.5349,0.062147,200,3,0,14,0,1,0,0,0),(7361,5951,1,1,1,1560,0,1364.04,-4907.81,9.0159,4.52284,120,5,0,8,0,1,0,0,0),(7360,5951,1,1,1,1560,0,401.143,-4861.65,17.0926,4.70278,120,10,0,8,0,1,0,0,0),(7359,3122,1,1,1,1960,0,-824.783,-5591.58,4.33208,4.60767,300,0,0,120,0,0,0,0,0),(7358,3122,1,1,1,1960,0,-697.752,-5605.07,26.8175,0.122868,300,5,0,120,0,1,0,0,0),(7357,3122,1,1,1,1960,0,-1144.04,-5339.8,5.29149,1.51135,300,5,0,120,0,1,0,0,0),(7356,3122,1,1,1,1960,0,-1261.3,-5584.93,7.85018,1.11152,300,10,0,120,0,1,0,0,0),(7355,3231,1,1,1,1034,0,-49.238,-3773.76,16.5083,3.29816,300,0,0,222,0,0,0,0,0),(7354,3114,1,1,1,1964,1,387.255,-4175.69,27.1643,2.82014,300,5,0,176,0,1,0,0,0),(7353,3114,1,1,1,1964,1,437.596,-4239.34,25.1242,5.97648,300,0,0,176,0,0,0,0,0),(7352,3114,1,1,1,1964,1,420.398,-4197.62,25.4994,5.33523,300,5,0,176,0,1,0,0,0),(7351,3114,1,1,1,1964,1,435.848,-4211.84,24.6614,2.30432,300,0,0,176,0,0,0,0,0),(7350,3114,1,1,1,1964,1,410.892,-4314.54,25.1954,4.60914,300,5,0,176,0,1,0,0,0),(7349,3114,1,1,1,1964,1,492.111,-4323.12,22.4243,5.85954,300,10,0,176,0,1,0,0,0),(7348,3113,1,1,1,6088,1,431.878,-4251.52,25.5356,0.165809,300,0,0,148,165,0,0,0,0),(7347,3114,1,1,1,1964,1,425.345,-4295.34,29.0014,5.70493,300,5,0,176,0,1,0,0,0),(7345,3114,1,1,1,1964,1,-58.5116,-4029.94,66.5457,4.9383,300,5,0,176,0,1,0,0,0),(7344,3195,1,1,1,4189,1,781.005,-4772.92,36.7114,1.45235,300,5,0,156,0,1,0,0,0),(7343,3199,1,1,1,4194,1,927.625,-4745.27,20.7256,4.04846,300,5,0,178,382,1,0,0,0),(7342,3197,1,1,1,4192,1,1478.44,-4855.39,10.9293,2.87519,300,0,0,166,178,0,0,0,0),(7341,3197,1,1,1,4192,1,1483,-4736.77,-3.46713,4.38322,300,0,0,166,178,0,0,0,0),(7340,3197,1,1,1,4193,1,1425.93,-4704.94,-2.13797,1.81685,300,0,0,166,178,0,0,0,0),(7339,3198,1,1,1,4191,1,1477.1,-4808.38,10.4719,1.62391,300,0,0,178,382,0,0,0,0),(7338,3197,1,1,1,4192,1,1484.82,-4683.48,7.90963,5.35261,300,0,0,166,178,0,0,0,0),(7337,3197,1,1,1,4192,1,1495.84,-4806.1,10.1796,1.95768,300,0,0,166,178,0,0,0,0),(7336,3198,1,1,1,4191,1,1418.35,-4770.97,4.41271,0.934965,300,0,0,178,382,0,0,0,0),(7335,3197,1,1,1,4192,1,1495.63,-4834.51,11.4586,5.77765,300,0,0,166,178,0,0,0,0),(7334,3197,1,1,1,4193,1,1518.22,-4716.15,11.8973,4.03466,300,0,0,166,178,0,0,0,0),(4611,7035,0,1,1,10707,1,-7871.06,-2585.14,122.891,4.95451,500,3,0,3556,0,1,0,0,0),(84744,21795,530,1,1,0,0,-3873.62,2098.7,95.064,2.33731,480,5,0,1,0,1,0,0,0),(7333,3197,1,1,1,4193,1,1463.08,-4871,12.7991,0.034462,300,0,0,166,178,0,0,0,0),(51859,17931,534,1,1,0,1,5129.56,-1838.59,1336.51,5.39622,120,0,0,6761,0,0,0,0,0),(51860,17920,534,1,1,0,1,5020.39,-1896.6,1328.28,3.07026,120,0,0,83832,0,0,0,0,0),(51861,23437,534,1,1,0,1,4206.96,-4174.64,870.099,1.40248,120,0,0,6986,0,0,0,0,0),(7332,3111,1,1,1,1218,1,92.7794,-4557.56,54.6971,4.50553,300,5,0,120,0,1,0,0,0),(135652,16492,532,1,1,19331,0,-11101.6,-1847.47,165.765,0.372603,604800,0,0,7825,3155,0,0,0,0),(135651,16491,532,1,1,19330,0,-11197.4,-1784.21,136.091,4.38078,604800,0,0,9780,0,0,0,0,0),(135650,16491,532,1,1,19330,0,-11201,-1792.76,136.107,2.23402,604800,0,0,9780,0,0,0,0,0),(7331,3112,1,1,1,1252,1,30.8559,-4335.03,71.3453,5.42057,300,3,0,137,0,1,0,0,0),(51871,23381,534,1,1,0,1,4210.19,-4120.24,877.038,1.95005,120,0,0,5715,0,0,0,0,0),(30287,6225,90,1,1,5926,0,-584.71,548.082,-273.078,1.99953,86400,5,0,2715,0,1,0,0,0),(30286,6225,90,1,1,5926,0,-538.906,449.608,-273.08,4.82357,86400,5,0,2715,0,1,0,0,0),(88900,20780,530,1,1,0,0,4036.13,3547.31,121.384,5.81718,25,0,0,6761,0,0,0,0,0),(51877,17920,534,1,1,0,1,5021.76,-1892.73,1327.69,3.30588,120,0,0,83832,0,0,0,0,0),(135649,16491,532,1,1,19330,0,-11194.6,-1793.05,136.107,5.044,604800,0,0,9780,0,0,0,0,0),(7330,3112,1,1,1,1252,1,19.0145,-4251.52,72.9204,5.55443,300,5,0,137,0,1,0,0,0),(7329,3112,1,1,1,1252,1,44.381,-4312.11,65.3864,5.25649,300,5,0,137,0,1,0,0,0),(7328,3111,1,1,1,1218,1,69.3384,-4468.37,45.4963,2.64105,300,3,0,120,0,1,0,0,0),(7327,3111,1,1,1,1218,1,111.28,-4446.82,38.8782,1.45769,300,10,0,120,0,1,0,0,0),(7326,3112,1,1,1,1252,1,34.2625,-4290.57,69.2536,4.9251,300,0,0,137,0,0,0,0,0),(7325,3933,1,1,1,4082,1,-786.558,-4903.8,19.6826,3.61283,300,0,0,300,0,0,0,0,0),(7324,3297,1,1,1,4084,1,-789.483,-4944.22,38.2811,2.03416,300,0,0,1398,0,0,0,0,0),(7323,10369,1,1,1,9768,1,-769.15,-4948.53,22.9324,2.79253,300,0,0,259,0,0,0,0,0),(7322,3187,1,1,1,4087,1,-792.59,-4945.02,22.3297,0.453786,300,0,0,247,0,0,0,0,0),(7321,3185,1,1,1,4085,1,-838.362,-4893.98,23.5962,5.35816,300,0,0,300,0,0,0,0,0),(51901,17920,534,1,1,0,1,5012.74,-1894.19,1326.74,3.0624,120,0,0,83832,0,0,0,0,0),(135648,16491,532,1,1,19330,0,-11235.9,-1750.59,136.064,6.12611,604800,0,0,9780,0,0,0,0,0),(135647,16491,532,1,1,19330,0,-11246.6,-1748.8,136.056,2.75762,604800,0,0,9780,0,0,0,0,0),(135646,16491,532,1,1,19330,0,-11242.2,-1751.61,136.058,2.87979,604800,0,0,9780,0,0,0,0,0),(135645,16491,532,1,1,19330,0,-11236.6,-1839.74,136.024,5.44744,604800,5,0,9780,0,1,0,0,0),(135644,16491,532,1,1,19330,0,-11236.2,-1844.06,136.107,5.07891,604800,0,0,9780,0,0,0,0,0),(135643,16491,532,1,1,19330,0,-11232,-1837.16,136.024,4.70359,604800,5,0,9780,0,1,0,0,0),(135642,16491,532,1,1,19330,0,-11251.9,-1789.15,135.765,1.95477,604800,0,0,9780,0,0,0,0,0),(135641,16491,532,1,1,19330,0,-11254.6,-1801.98,135.769,2.82743,604800,0,0,9780,0,0,0,0,0),(135640,16491,532,1,1,19330,0,-11250.5,-1795.53,135.781,1.13446,604800,0,0,9780,0,0,0,0,0),(135639,16491,532,1,1,19330,0,-11153.8,-1790.6,135.996,6.15246,604800,5,0,9780,0,1,0,0,0),(135638,16491,532,1,1,19330,0,-11153.4,-1802.4,136.107,2.28638,604800,0,0,9780,0,0,0,0,0),(135637,16491,532,1,1,19330,0,-11143.6,-1796.4,136.107,5.63741,604800,0,0,9780,0,0,0,0,0),(135636,16491,532,1,1,19330,0,-11180.4,-1833.8,136.107,0.698132,604800,0,0,9780,0,0,0,0,0),(135635,16491,532,1,1,19330,0,-11181.6,-1842.06,136.107,2.94961,604800,0,0,9780,0,0,0,0,0),(135634,16491,532,1,1,19330,0,-11174,-1843.68,136.107,5.18363,604800,0,0,9780,0,0,0,0,0),(135633,16491,532,1,1,19330,0,-11270,-1834.83,135.796,3.52556,604800,0,0,9780,0,0,0,0,0),(135632,16491,532,1,1,19330,0,-11270.1,-1846.86,135.802,1.16937,604800,0,0,9780,0,0,0,0,0),(135631,16491,532,1,1,19330,0,-11277.1,-1841.19,135.739,3.28122,604800,0,0,9780,0,0,0,0,0),(135630,16491,532,1,1,19330,0,-11203.4,-1729.84,136.107,0.418879,604800,0,0,9780,0,0,0,0,0),(135629,16491,532,1,1,19330,0,-11203.2,-1723.92,136.107,5.42797,604800,0,0,9780,0,0,0,0,0),(135628,16491,532,1,1,19330,0,-11210.4,-1724.93,136.107,3.31613,604800,0,0,9780,0,0,0,0,0),(135627,16491,532,1,1,19330,0,-11280.4,-1727.53,136.112,5.55015,604800,0,0,9780,0,0,0,0,0),(135626,16491,532,1,1,19330,0,-11268.8,-1719.3,136.103,0.069813,604800,0,0,9780,0,0,0,0,0),(135625,16491,532,1,1,19330,0,-11278.6,-1718.21,136.111,0.628319,604800,0,0,9780,0,0,0,0,0),(135624,16491,532,1,1,19330,0,-11216.8,-1772.28,136.071,3.9968,604800,0,0,9780,0,0,0,0,0),(135623,16491,532,1,1,19330,0,-11213.7,-1759.14,136.086,0.261799,604800,0,0,9780,0,0,0,0,0),(135622,16491,532,1,1,19330,0,-11217.5,-1766.16,136.083,2.04204,604800,0,0,9780,0,0,0,0,0),(135621,16489,532,1,1,14254,0,-11193.9,-1745.98,136.107,2.60054,604800,0,0,40214,0,0,0,0,0),(135620,16489,532,1,1,14254,0,-11197.1,-1788.18,136.093,0.366519,604800,0,0,40214,0,0,0,0,0),(135619,16489,532,1,1,14254,0,-11272,-1841.6,135.766,3.82227,604800,0,0,40214,0,0,0,0,0),(135618,16489,532,1,1,14254,0,-11157.9,-1797.88,136.097,0.575959,604800,0,0,40214,0,0,0,0,0),(135617,16489,532,1,1,14254,0,-11284.5,-1725.05,136.115,5.46288,604800,0,0,40214,0,0,0,0,0),(135616,16488,532,1,1,16216,0,-11064.2,-1806.26,165.849,3.9968,604800,5,0,704,51324,1,0,0,0),(135615,16488,532,1,1,16216,0,-11111.1,-1865.82,165.765,5.34647,604800,5,0,704,51324,1,0,0,0),(135614,16488,532,1,1,16216,0,-11067.6,-1833.11,165.765,1.11293,604800,5,0,704,51324,1,0,0,0),(135613,16488,532,1,1,16216,0,-11043.5,-1819.42,165.849,3.07178,604800,5,0,704,51324,1,0,0,0),(30285,6225,90,1,1,5926,0,-605.78,507.486,-273.063,2.93658,86400,0,0,2715,0,0,0,0,0),(30284,6233,90,1,1,6978,0,-547.883,600.839,-230.518,0.279253,86400,2,0,3412,0,1,0,0,0),(30283,7603,90,1,1,6967,0,-549.483,604.408,-230.601,1.01299,86400,2,0,787,0,1,0,0,0),(30282,7603,90,1,1,6967,0,-544.425,597.219,-230.518,0,86400,2,0,787,0,1,0,0,0),(30281,7603,90,1,1,6968,0,-554.885,600.666,-230.601,0.612689,86400,2,0,787,0,1,0,0,0),(30280,7603,90,1,1,6967,0,-552.396,597.662,-230.601,5.71414,86400,2,0,787,0,1,0,0,0),(135612,16492,532,1,1,0,0,-11138.6,-1874.25,165.765,6.03787,604800,0,0,704,51324,0,0,0,0),(30279,6230,90,1,1,8369,0,-587.104,508.355,-273.063,5.89842,86400,5,0,2400,0,1,0,0,0),(30278,6230,90,1,1,8369,0,-531.531,481.758,-273.068,0.901391,86400,5,0,2400,0,1,0,0,0),(30277,6329,90,1,1,976,0,-556.832,96.8535,-201.481,2.21657,86400,2,0,1830,655,1,0,0,0),(30276,6211,90,1,1,10285,1,-591.135,25.0292,-179.599,1.06465,86400,3,0,2400,0,1,0,0,0),(30275,6211,90,1,1,10285,1,-536.721,40.5053,-199.526,3.92699,86400,2,0,2400,0,1,0,0,0),(30274,6206,90,1,1,830,1,-571.131,114.998,-201.73,1.74533,86400,5,0,2272,0,1,0,0,0),(30273,6211,90,1,1,10285,1,-542.011,44.5614,-200.109,0.174533,86400,2,0,2400,0,1,0,0,0),(30272,6211,90,1,1,10285,1,-612.973,143.538,-199.573,0.820305,86400,5,0,2400,0,1,0,0,0),(30271,6211,90,1,1,10285,1,-534.307,121.363,-204.515,1.83548,86400,2,0,2400,0,1,0,0,0),(30270,6211,90,1,1,10285,1,-569.119,119.554,-201.877,4.15388,86400,5,0,2400,0,1,0,0,0),(30269,6206,90,1,1,830,1,-632.206,125.874,-183.795,0.436332,86400,3,0,2272,0,1,0,0,0),(135611,16488,532,1,1,16216,0,-11102.2,-1848.3,165.765,4.92459,604800,5,0,704,51324,1,0,0,0),(135610,16485,532,1,1,16838,0,-11220.3,-1852.31,152.138,5.72468,604800,0,0,61992,0,0,0,0,0),(15331,2368,0,1,1,4763,1,-1253.13,-886.391,-3.63164,3.91644,300,10,0,896,0,1,0,0,0),(15330,2356,0,1,1,3201,0,-287.524,124.381,72.8622,1.65296,300,10,0,944,0,1,0,0,0),(15329,2378,0,1,1,3660,1,-858.971,-489.688,13.3579,3.9968,300,0,0,1279,0,0,0,0,0),(15328,2263,0,1,1,1861,1,-852.928,-516.48,12.185,4.67748,300,0,0,1902,0,0,0,0,0),(15327,2386,0,1,1,3705,1,-869.167,-513.7,11.7194,4.76475,300,0,0,2310,0,0,0,0,0),(15326,2352,0,1,1,3688,1,-857.096,-570.751,11.0649,1.55334,300,0,0,1003,0,0,0,0,0),(15324,2432,0,1,1,4349,1,-715.146,-512.134,26.6793,4.74729,600,0,0,10572,0,0,0,0,0),(15325,2711,0,1,1,3666,1,-859.667,-544.376,9.9764,1.15192,300,0,0,1469,0,0,0,0,0),(15322,2276,0,1,1,3665,1,-860.984,-473.702,13.3554,3.52556,600,0,0,48840,24340,0,0,0,0),(15323,2386,0,1,1,3708,1,-670.167,-432.392,66.7262,1.02825,300,0,0,2310,0,0,0,0,0),(15320,2365,0,1,1,3690,1,-820.298,-493.174,16.5359,4.27606,300,0,0,1678,0,0,0,0,0),(15321,2367,0,1,1,3693,1,-902.066,-558.307,6.96295,2.68781,300,0,0,1107,0,0,0,0,0),(7320,3297,1,1,1,4083,1,-780.758,-4890.76,19.6926,1.53589,300,0,0,1398,0,0,0,0,0),(7319,3297,1,1,1,4083,1,-832.469,-4936.41,21.019,1.29154,300,0,0,1398,0,0,0,0,0),(7318,3297,1,1,1,4084,1,-751.532,-4937.42,22.0626,1.39087,300,0,0,1398,0,0,0,0,0),(7317,3121,1,1,1,598,0,-1020.3,-5413.44,3.54369,4.88095,300,5,0,137,0,1,0,0,0),(7316,3121,1,1,1,598,0,-1383.46,-5082.28,1.35365,5.26371,300,5,0,137,0,1,0,0,0),(7315,3121,1,1,1,598,0,-1621.3,-5345.82,7.22336,2.71226,300,5,0,137,0,1,0,0,0),(7314,3121,1,1,1,598,0,-684.319,-5516.27,5.70708,2.20272,300,10,0,137,0,1,0,0,0),(7302,3121,1,1,1,598,0,-757.669,-5651.24,15.7503,3.02203,300,10,0,137,0,1,0,0,0),(7301,3121,1,1,1,598,0,-780.59,-5680.04,7.83769,0.833484,300,5,0,137,0,1,0,0,0),(7300,3121,1,1,1,598,0,-1312.22,-5379.77,1.86377,1.67066,300,5,0,137,0,1,0,0,0),(7299,3121,1,1,1,598,0,-1047.05,-5383.41,8.13052,1.60108,300,5,0,137,0,1,0,0,0),(7298,5953,1,1,1,9799,1,382.72,-4582.98,76.1647,2.16421,300,0,0,1706,0,0,0,0,0),(42939,17815,560,3,1,17947,1,2069.56,533.01,100.531,5.98592,86400,0,0,17151,0,0,0,0,0),(135609,16485,532,1,1,16838,0,-11209.5,-1845.21,152.138,5.18363,604800,0,0,61992,0,0,0,0,0),(135608,16485,532,1,1,16838,0,-11001.5,-1902.51,161.433,3.90954,604800,0,0,61992,0,0,0,0,0),(135607,16485,532,1,1,16838,0,-11040.1,-1898.43,161.433,5.39307,604800,0,0,61992,0,0,0,0,0),(135606,16482,532,1,1,14365,0,-11063.4,-1947.76,124.578,1.14371,604800,5,0,41300,33090,1,0,0,0),(135605,16482,532,1,1,14365,0,-11044.9,-1973.42,143.162,4.18879,604800,0,0,41300,33090,0,0,0,0),(135604,16482,532,1,1,14365,0,-11038.1,-1948.53,113.325,1.8208,604800,5,0,41300,33090,1,0,0,0),(52048,12129,249,3,1,0,1,-117.299,-214.046,-72.4988,4.06886,6300,0,0,213640,0,2,0,0,0),(52047,12129,249,3,1,0,1,-90.718,-106.234,-38.1972,0.603836,6300,5,0,213640,0,1,0,0,0),(248433,13022,429,1,1,0,0,115.228,-195.967,-55.6115,3.54147,86400,2,0,1900,0,1,0,0,0),(47572,10184,249,3,1,0,0,-10.6155,-219.357,-87.7344,3.03578,604800,0,0,1165850,0,0,0,0,0),(7297,5953,1,1,1,9799,1,394.053,-4599.19,76.1657,5.44543,300,0,0,1706,0,0,0,0,0),(522,680,0,1,1,11569,1,-12353.4,-1153.67,1.81628,1.71042,1800,0,0,2125,0,0,0,0,0),(52056,17945,534,1,1,0,1,5215.05,-3375.56,1642.57,0.270668,120,0,0,41916,0,0,0,0,0),(52057,17945,534,1,1,0,1,5222.52,-3394.19,1641.81,0.647659,120,0,0,41916,0,0,0,0,0),(52058,17945,534,1,1,0,1,5217.57,-3393.47,1641.4,0.380623,120,0,0,41916,0,0,0,0,0),(30268,6329,90,1,1,976,0,-601.919,197.694,-171.666,4.60767,86400,2,0,1830,655,1,0,0,0),(52060,17945,534,1,1,0,1,5218.9,-3389.01,1642.49,0.219617,120,0,0,41916,0,0,0,0,0),(7296,5953,1,1,1,9798,1,400.766,-4741.05,10.6397,2.18166,300,0,0,1706,0,0,0,0,0),(135603,16482,532,1,1,14365,0,-11010.4,-1964.47,110.108,0.797895,604800,5,0,41300,33090,1,0,0,0),(135602,16482,532,1,1,14365,0,-11061.9,-2032.95,115.235,4.92807,604800,5,0,41300,33090,1,0,0,0),(52066,17945,534,1,1,0,1,5216.2,-3382.04,1642.38,0.231398,120,0,0,41916,0,0,0,0,0),(52067,17945,534,1,1,0,1,5215.26,-3387.42,1641.96,0.302083,120,0,0,41916,0,0,0,0,0),(52068,17945,534,1,1,0,1,5212.5,-3370.39,1643.02,0.247106,120,0,0,41916,0,0,0,0,0),(52069,17945,534,1,1,0,1,5213.56,-3366.23,1643.88,6.24362,120,0,0,41916,0,0,0,0,0),(52070,3795,534,1,1,0,0,5214.91,-3390.72,1641.51,0.47408,120,0,0,33534,18930,0,0,0,0),(52071,3795,534,1,1,0,0,5210.22,-3373.52,1642.28,0.218825,120,0,0,33534,18930,0,0,0,0),(52072,3795,534,1,1,0,0,5209.61,-3367.9,1643.25,6.26246,120,0,0,33534,18930,0,0,0,0),(52073,17944,534,1,1,0,1,5199.1,-3354.79,1642.78,5.44565,120,0,0,33534,18930,0,0,0,0),(52074,3794,534,1,1,0,1,5196.93,-3357.22,1642.4,5.49592,120,0,0,33534,18930,0,0,0,0),(52075,3794,534,1,1,0,1,5194.23,-3359.91,1642.25,5.49592,120,0,0,33534,18930,0,0,0,0),(52076,17944,534,1,1,0,1,5188.06,-3361.41,1642.3,5.98208,120,0,0,33534,18930,0,0,0,0),(52077,18485,534,1,1,0,0,5165.41,-3345.67,1641.28,5.76217,120,0,0,41916,0,0,0,0,0),(52078,17943,534,1,1,0,1,5169.74,-3361.99,1639.73,6.07476,120,0,0,41916,0,0,0,0,0),(52079,17943,534,1,1,0,1,5169.66,-3367.56,1639.51,6.17843,120,0,0,41916,0,0,0,0,0),(52080,17948,534,1,1,0,0,5183.02,-3382.98,1638.14,6.03443,7200,0,0,2274000,0,0,0,0,0),(52081,17943,534,1,1,0,1,5183.73,-3380.16,1638.63,6.03443,120,0,0,41916,0,0,0,0,0),(52082,3794,534,1,1,0,1,5184.17,-3377.67,1639.05,5.89231,120,0,0,33534,18930,0,0,0,0),(7295,6027,1,1,1,4728,1,345.426,-4855.27,10.4265,1.29154,300,0,0,330,938,0,0,0,0),(7294,5953,1,1,1,9800,1,295.851,-4645.38,16.5149,3.3721,300,0,0,1706,0,0,0,0,0),(7293,3171,1,1,1,3744,1,275.341,-4704,11.7122,4.62512,300,0,0,356,0,0,0,0,0),(7292,5953,1,1,1,9801,1,265.272,-4639.39,11.8796,2.37365,300,0,0,1706,0,0,0,0,0),(7291,3169,1,1,1,3743,1,311.352,-4827.79,9.66294,1.62316,300,0,0,2059,0,0,0,0,0),(7290,5953,1,1,1,9800,1,310.868,-4768.06,9.64285,1.85005,300,0,0,1706,0,0,0,0,0),(7289,3167,1,1,1,3742,1,358.128,-4706.73,14.4772,4.50295,300,0,0,356,0,0,0,0,0),(7288,5952,1,1,1,9796,1,-597.633,-4604.42,41.2763,4.50295,300,0,0,11828,0,0,0,0,0),(7287,5952,1,1,1,9796,1,-606.797,-4193.87,41.1824,4.69494,300,0,0,11828,0,0,0,0,0),(7286,5952,1,1,1,9794,1,-582.795,-4550.96,42.7249,1.74533,300,0,0,11828,0,0,0,0,0),(7285,3161,1,1,1,1885,1,-582.434,-4102.68,42.7049,4.01426,300,0,0,198,0,0,0,0,0),(7284,3155,1,1,1,1886,1,-588.703,-4144.94,41.1033,3.63029,300,0,0,156,0,0,0,0,0),(52098,17943,534,1,1,0,1,5182,-3385.53,1637.67,5.90487,120,0,0,41916,0,0,0,0,0),(7283,5952,1,1,1,9797,1,-618.247,-4222.78,38.1343,0.277248,300,0,0,11828,0,2,0,0,0),(7282,3158,1,1,1,1879,1,-565.428,-4214.2,41.6737,5.18363,300,0,0,198,0,0,0,0,0),(40046,4540,189,1,1,2604,0,263.371,-302.978,20.1611,6.10865,86400,0,0,3489,0,0,0,0,0),(7281,3157,1,1,1,1878,1,-623.939,-4203.88,38.4285,5.48033,300,0,0,198,0,0,0,0,0),(7280,5952,1,1,1,9794,1,-582.478,-4262.37,37.9499,4.31222,300,0,0,11828,0,2,0,0,0),(7279,5952,1,1,1,9795,1,-603.613,-4218.63,38.655,1.58411,300,0,0,11828,0,2,0,0,0),(7278,3118,1,1,1,6815,0,1100.94,-4713.27,32.2506,2.66671,300,0,0,186,191,0,0,0,0),(7277,3115,1,1,1,3012,0,890.98,-4636.45,17.1632,1.93447,300,5,0,137,0,1,0,0,0),(40044,4540,189,1,1,2603,0,1166.93,1340.42,31.6328,6.26573,86400,0,0,3489,0,0,0,0,0),(40045,4540,189,1,1,2604,0,243.046,-303.767,20.1611,2.23402,86400,0,0,3489,0,0,0,0,0),(40043,4540,189,1,1,2603,0,1165.83,1456.84,31.6319,0.10472,86400,0,0,3489,0,0,0,0,0),(40041,4540,189,1,1,2604,0,1165.88,1437.27,31.6319,0.279253,86400,0,0,3489,0,0,0,0,0),(40040,4540,189,1,1,2603,0,1165.94,1439.46,31.6319,5.8294,86400,0,0,3489,0,0,0,0,0),(40035,4301,189,1,1,2499,1,1140.97,1336.32,30.3851,1.5708,86400,0,0,4185,0,0,0,0,0),(40036,4301,189,1,1,2500,1,1141.36,1462.66,30.3821,4.69494,86400,0,0,4185,0,0,0,0,0),(40033,4300,189,1,1,2526,1,1136.41,1451.23,30.3863,3.59538,86400,0,0,3514,5950,0,0,0,0),(39847,5717,109,1,1,0,1,-406.189,131.068,-66.9138,3.68072,86400,0,0,10260,4375,0,0,0,0),(39846,5715,109,1,1,0,1,-405.506,60.4569,-67.0678,2.57409,86400,0,0,7485,6422,0,0,0,0),(39845,5714,109,1,1,0,1,-466.655,24.4261,-66.7908,1.5515,86400,0,0,6414,0,0,0,0,0),(39844,5713,109,1,1,0,1,-527.969,59.4516,-66.7188,0.397759,86400,0,0,6414,0,0,0,0,0),(39843,5712,109,1,1,0,1,-528.646,130.163,-66.7533,5.66229,86400,0,0,8550,2625,0,0,0,0),(39842,5709,109,1,1,0,0,-658.379,-35.7623,-90.8352,1.57592,86400,0,0,28795,0,0,0,0,0),(39841,5263,109,1,1,0,0,-466.663,-97.4965,-90.8275,0.122803,86400,0,0,2399,0,0,0,0,0),(39840,5263,109,1,1,0,0,-447.073,-52.2468,-90.8275,5.03312,86400,0,0,2399,0,0,0,0,0),(39839,5263,109,1,1,0,0,-467.583,-76.3734,-90.8275,0.146237,86400,0,0,2399,0,0,0,0,0),(39838,5263,109,1,1,0,0,-482.958,-116.101,-90.8275,2.75782,86400,0,0,2399,0,0,0,0,0),(39837,5271,109,1,1,0,1,-444.604,-116.482,-90.8275,2.26697,86400,0,0,4950,1695,0,0,0,0),(39836,5271,109,1,1,0,1,-457.244,-97.7436,-90.8275,6.16061,86400,0,0,4950,1695,0,0,0,0),(39835,5271,109,1,1,0,1,-457.172,-90.0466,-90.8275,0.131107,86400,0,0,4950,1695,0,0,0,0),(39834,5271,109,1,1,0,1,-477.84,-97.6526,-90.8275,0.113043,86400,0,0,4950,1695,0,0,0,0),(39833,5263,109,1,1,0,0,-477.877,-93.8933,-90.8275,0.220976,86400,0,0,2399,0,0,0,0,0),(39832,5271,109,1,1,0,1,-449.994,-79.4681,-90.8274,0.0975781,86400,0,0,4950,1695,0,0,0,0),(39831,5271,109,1,1,0,1,-450.099,-74.562,-90.8274,0.0975781,86400,0,0,4950,1695,0,0,0,0),(39830,5271,109,1,1,0,1,-491.812,-61.1224,-90.8281,1.33301,86400,0,0,4950,1695,0,0,0,0),(39829,5271,109,1,1,0,1,-487.119,-54.2088,-90.8281,3.87692,86400,0,0,4950,1695,0,0,0,0),(39828,5263,109,1,1,0,0,-492.77,-54.5658,-90.8275,5.42032,86400,0,0,2399,0,0,0,0,0),(39827,5711,109,1,1,0,1,-425.694,-93.5241,-88.224,2.51817,86400,0,0,5130,3500,0,0,0,0),(39826,5277,109,1,1,0,1,-511.852,125.178,-91.3058,4.54586,86400,0,0,6414,0,0,0,0,0),(39825,5283,109,1,1,0,1,-516.074,124.92,-91.2108,4.82409,86400,0,0,6183,0,0,0,0,0),(39824,8319,109,1,1,0,0,-431.067,78.404,-91.0223,2.7465,86400,0,0,2576,0,0,0,0,0),(39823,8319,109,1,1,0,0,-438.66,69.3605,-91.1803,1.80403,86400,0,0,2576,0,0,0,0,0),(39812,5283,109,1,1,0,1,-433.442,73.5839,-90.9951,2.69153,86400,0,0,6183,0,0,0,0,0),(39811,8319,109,1,1,0,0,-435.116,117.833,-91.0713,1.7412,86400,0,0,2576,0,0,0,0,0),(39810,8319,109,1,1,0,0,-423.83,121.451,-91.4011,3.00176,86400,0,0,2576,0,0,0,0,0),(39809,5283,109,1,1,0,1,-431.411,163.683,-90.8687,4.19556,86400,0,0,6183,0,0,0,0,0),(39808,5277,109,1,1,0,1,-433.421,127.433,-90.9162,4.91028,86400,0,0,6414,0,0,0,0,0),(39807,8319,109,1,1,0,0,-472.985,134.801,-91.024,5.11055,86400,0,0,2576,0,0,0,0,0),(39806,8319,109,1,1,0,0,-480.66,129.907,-91.2338,6.23525,86400,0,0,2576,0,0,0,0,0),(39805,8319,109,1,1,0,0,-481.148,123.774,-91.8459,2.99626,86400,0,0,2576,0,0,0,0,0),(39804,8319,109,1,1,0,0,-472.142,123.972,-92.615,3.37247,86400,0,0,2576,0,0,0,0,0),(39803,5283,109,1,1,0,1,-474.494,130.007,-91.3932,3.5884,86400,0,0,6183,0,0,0,0,0),(39802,5277,109,1,1,0,1,-498.945,37.5312,-90.9851,0.39055,86400,0,0,6414,0,0,0,0,0),(39801,8319,109,1,1,0,0,-496.09,75.8476,-91.3849,1.91344,86400,0,0,2576,0,0,0,0,0),(39800,8319,109,1,1,0,0,-504.561,76.132,-90.8308,4.03873,86400,0,0,2576,0,0,0,0,0),(39799,8319,109,1,1,0,0,-506.202,65.4164,-91.4387,4.70553,86400,0,0,2576,0,0,0,0,0),(39798,8319,109,1,1,0,0,-420.157,33.1005,-90.8658,2.14327,86400,0,0,2576,0,0,0,0,0),(39797,8319,109,1,1,0,0,-436.735,21.87,-90.8716,2.18097,86400,0,0,2576,0,0,0,0,0),(39796,5283,109,1,1,0,1,-431.212,8.95485,-90.8681,1.28512,86400,0,0,6183,0,0,0,0,0),(39795,5277,109,1,1,0,1,-420.452,15.5113,-90.8588,2.17262,86400,0,0,6414,0,0,0,0,0),(39794,8318,109,1,1,0,0,-374.295,77.534,-53.9455,1.46891,86400,0,0,2399,0,0,0,0,0),(39793,8318,109,1,1,0,0,-367.877,78.0381,-53.9455,1.95193,86400,0,0,2399,0,0,0,0,0),(39792,5259,109,1,1,0,1,-371.111,73.6491,-53.9455,1.95193,86400,0,0,4776,1640,0,0,0,0),(39791,8318,109,1,1,0,0,-385.074,49.8669,-53.9455,4.25551,86400,0,0,2399,0,0,0,0,0),(39790,8318,109,1,1,0,0,-380.064,43.3977,-53.9455,4.25551,86400,0,0,2399,0,0,0,0,0),(39789,5270,109,1,1,0,1,-380.9,48.948,-53.9455,4.39688,86400,0,0,6183,0,0,0,0,0),(39788,8318,109,1,1,0,0,-359.015,-3.4845,-69.3923,1.82862,86400,0,0,2399,0,0,0,0,0),(39787,5270,109,1,1,0,1,-359.358,6.96094,-69.3923,1.15946,86400,0,0,6183,0,0,0,0,0),(39786,5270,109,1,1,0,1,-475.277,0.586998,-53.9463,0.0261377,86400,0,0,6183,0,0,0,0,0),(39785,8318,109,1,1,0,0,-481.459,-4.11243,-53.9463,0.0402737,86400,0,0,2399,0,0,0,0,0),(39784,5259,109,1,3,0,1,-480.808,4.69983,-53.9463,1.29494,86400,0,0,4776,1640,0,0,0,0),(39783,5256,109,1,1,0,0,-522.858,9.78118,-53.9463,1.44928,86400,0,0,6183,0,0,0,0,0),(39782,5270,109,1,1,0,1,-521.466,22.2492,-53.9463,4.55947,86400,0,0,6183,0,0,0,0,0),(39781,8318,109,1,1,0,0,-603.445,51.9793,-69.3528,5.53965,86400,0,0,2399,0,0,0,0,0),(39780,8318,109,1,1,0,0,-596.048,45.1776,-69.3528,5.53965,86400,0,0,2399,0,0,0,0,0),(39779,5259,109,1,1,0,1,-602.902,55.1722,-69.3528,5.53965,86400,0,0,4776,1640,0,0,0,0),(39778,5256,109,1,1,0,0,-555.874,82.1068,-53.9465,3.32405,86400,0,0,6183,0,0,0,0,0),(39777,8318,109,1,1,0,0,-557.234,133.695,-53.9465,0.81234,86400,0,0,2399,0,0,0,0,0),(39776,8318,109,1,1,0,0,-552.025,135.648,-53.9465,0.792705,86400,0,0,2399,0,0,0,0,0),(39775,8318,109,1,1,0,0,-559.446,136.579,-53.9465,0.682749,86400,0,0,2399,0,0,0,0,0),(39774,5259,109,1,3,0,1,-560.12,131.074,-53.9463,2.905,86400,0,0,4776,1640,0,0,0,0),(39773,5259,109,1,3,0,1,-556.768,142.324,-53.9462,2.70865,86400,0,0,4776,1640,0,0,0,0),(39772,5256,109,1,1,0,0,-550.794,130.856,-53.9465,1.49243,86400,0,0,6183,0,0,0,0,0),(39771,5267,109,1,1,0,1,-578.509,184.885,-69.4013,4.43217,86400,0,0,5970,0,0,0,0,0),(39770,8318,109,1,1,0,0,-574.913,189.46,-69.4013,4.64187,86400,0,0,2399,0,0,0,0,0),(39769,8318,109,1,1,0,0,-578.834,193.659,-69.4013,4.69292,86400,0,0,2399,0,0,0,0,0),(39768,5259,109,1,1,0,1,-570.254,190.228,-69.4013,4.66544,86400,0,0,4776,1640,0,0,0,0),(39767,5267,109,1,1,0,1,-524.792,175.692,-54.0949,3.12527,86400,0,0,5970,0,0,0,0,0),(39766,8318,109,1,1,0,0,-526.877,167.686,-54.0949,2.548,86400,0,0,2399,0,0,0,0,0),(39765,8318,109,1,1,0,0,-521.721,176.216,-54.0949,3.62871,86400,0,0,2399,0,0,0,0,0),(39764,5259,109,1,1,0,1,-523.055,172.089,-54.0949,3.22816,86400,0,0,4776,1640,0,0,0,0),(39763,8318,109,1,1,0,0,-483.168,189.219,-53.9463,3.25722,86400,0,0,2399,0,0,0,0,0),(39762,8318,109,1,1,0,0,-478.726,188.278,-53.9463,3.33497,86400,0,0,2399,0,0,0,0,0),(39761,5259,109,1,3,0,1,-475.056,187.415,-53.9463,4.96275,86400,0,0,4776,1640,0,0,0,0),(39760,5256,109,1,1,0,0,-481.784,193.587,-53.9463,5.30475,86400,0,0,6183,0,0,0,0,0),(39759,5256,109,1,1,0,0,-483.288,183.85,-53.9463,1.3809,86400,0,0,6183,0,0,0,0,0),(39758,8318,109,1,1,0,0,-394.102,156.187,-53.9463,5.62754,86400,0,0,2399,0,0,0,0,0),(39757,8318,109,1,1,0,0,-388.048,158.154,-53.9463,5.62754,86400,0,0,2399,0,0,0,0,0),(39756,5259,109,1,1,0,1,-393.419,159.956,-53.9463,5.27019,86400,0,0,4776,1640,0,0,0,0),(39755,5259,109,1,3,0,1,-394.878,151.322,-53.9453,3.92995,86400,0,0,4776,1640,0,0,0,0),(39754,5256,109,1,1,0,0,-374.577,108.976,-53.9463,0.332726,86400,0,0,6183,0,0,0,0,0),(7276,3118,1,1,1,6815,0,995.057,-4678.42,46.6831,4.40175,300,0,0,186,191,0,0,0,0),(7275,3117,1,1,1,2166,0,951.958,-4754.93,23.7635,4.42527,300,5,0,176,0,1,0,0,0),(39753,8318,109,1,1,0,0,-338.75,143.612,-69.4879,2.08416,86400,0,0,2399,0,0,0,0,0),(39752,5259,109,1,1,0,1,-345.302,145.317,-69.4879,0.606829,86400,0,0,4776,1640,0,0,0,0),(39751,5259,109,1,1,0,1,-329.324,141.748,-69.4879,2.60411,86400,0,0,4776,1640,0,0,0,0),(7274,3130,1,1,1,2179,0,818.703,-4088.31,-12.9096,3.02428,300,5,0,176,0,1,0,0,0),(4610,7035,0,1,1,10707,1,-7878.13,-2697.44,170.662,2.29243,500,2,0,3556,0,1,0,0,0),(4609,7037,0,1,1,8170,1,-7850.21,-2056.63,136.276,0.131564,500,5,0,3189,0,1,0,0,0),(4608,7037,0,1,1,8170,1,-7752.72,-2061.73,133.564,3.05143,500,5,0,3189,0,1,0,0,0),(4607,7039,0,1,1,10806,0,-7845.96,-2155.29,133.538,3.97111,500,5,0,3189,0,1,0,0,0),(4606,7038,0,1,1,6668,1,-7733.05,-1929.16,134.29,6.10648,500,0,0,3293,0,0,0,0,0),(39750,5271,109,1,1,0,1,-466.791,-92.1131,-90.8274,6.26874,86400,0,0,4950,1695,0,0,0,0),(4605,7039,0,1,1,10806,0,-7870.81,-2047.42,132.04,0.844803,500,5,0,3189,0,1,0,0,0),(4604,7037,0,1,1,8170,1,-7814.53,-1847.89,133.627,0.020379,500,5,0,3189,0,1,0,0,0),(4603,8887,0,1,1,8175,0,-7442.29,-2257.15,347.476,5.51524,500,0,0,2769,0,0,0,0,0),(4602,14529,0,1,1,14586,0,-8316.99,-1006.56,177.672,5.88163,900,0,0,24416,0,0,0,0,0),(7273,3122,1,1,1,1960,0,879.705,-5041.08,4.46972,4.81922,300,10,0,120,0,1,0,0,0),(7272,3122,1,1,1,1960,0,208.815,-4300.84,43.8047,0.226506,300,10,0,120,0,1,0,0,0),(7271,3122,1,1,1,1960,0,803.126,-5009.11,10.4341,2.40457,300,10,0,120,0,1,0,0,0),(7270,3122,1,1,1,1960,0,733.031,-4886.37,28.3956,1.7138,300,10,0,120,0,1,0,0,0),(7269,3122,1,1,1,1960,0,561.871,-4629.33,38.2371,0.85002,300,5,0,120,0,1,0,0,0),(7268,3122,1,1,1,1960,0,168.14,-4252.11,49.4872,5.95093,300,10,0,120,0,1,0,0,0),(7267,3122,1,1,1,1960,0,508.203,-4548.33,50.2061,3.77078,300,5,0,120,0,1,0,0,0),(7266,3122,1,1,1,1960,0,167.115,-4103.98,49.6889,1.38631,300,5,0,120,0,1,0,0,0),(7265,3122,1,1,1,1960,0,149.9,-4035.82,48.9886,4.4114,300,10,0,120,0,1,0,0,0),(7264,3122,1,1,1,1960,0,946.397,-4977.17,9.32296,1.99556,300,10,0,120,0,1,0,0,0),(7263,3129,1,1,1,1860,1,-312.696,-5145.91,21.4262,0.515886,300,10,0,120,0,1,0,0,0),(7262,3128,1,1,1,3734,1,-51.3995,-4961.7,21.4127,5.99301,200,0,0,102,0,0,0,0,0),(7261,3128,1,1,1,3735,1,-64.1312,-4982.18,19.6142,4.30752,200,0,0,102,0,0,0,0,0),(7260,3107,1,1,1,1938,0,-1391.8,-5504.85,-12.3106,4.35293,300,5,0,137,0,1,0,0,0),(7259,3107,1,1,1,1938,0,-1511.35,-5376.41,2.6803,1.14385,300,10,0,137,0,1,0,0,0),(7258,3107,1,1,1,1938,0,-710.822,-5723.1,-1.67147,5.72244,300,5,0,137,0,1,0,0,0),(7257,3107,1,1,1,1938,0,917.165,-5132.88,-4.89163,4.7323,300,5,0,137,0,1,0,0,0),(7256,3107,1,1,1,1938,0,-969.116,-5648.95,-5.54658,0.309366,300,5,0,137,0,1,0,0,0),(6969,3107,1,1,1,1938,0,-868.156,-5688.42,-2.09878,6.01674,300,5,0,137,0,1,0,0,0),(6689,3107,1,1,1,1938,0,1005.01,-5144.69,-3.25583,2.83187,300,5,0,137,0,1,0,0,0),(6688,3107,1,1,1,1938,0,-961.545,-5556.51,-2.59561,3.71558,300,5,0,137,0,1,0,0,0),(6687,3107,1,1,1,1938,0,-1538.25,-5234.88,4.21149,5.12625,300,5,0,137,0,1,0,0,0),(6686,3123,1,1,1,1959,0,1434.07,-4717.99,32.3669,5.42313,300,5,0,156,0,1,0,0,0),(6685,3123,1,1,1,1959,0,1279.63,-4973.57,3.43435,2.1236,300,5,0,156,0,1,0,0,0),(6684,3123,1,1,1,1959,0,1394.49,-4820.22,23.915,1.9593,300,5,0,156,0,1,0,0,0),(6683,3123,1,1,1,1959,0,141.591,-3923.81,45.7105,0.229185,300,10,0,156,0,1,0,0,0),(6682,3123,1,1,1,1959,0,534.862,-3944.88,19.4005,5.3548,300,10,0,156,0,1,0,0,0),(6681,3123,1,1,1,1959,0,1136.23,-4035.16,14.2331,-2.20479,300,10,0,156,0,1,0,0,0),(6680,3123,1,1,1,1959,0,1174.51,-4841.17,19.0334,3.26186,300,5,0,156,0,1,0,0,0),(6679,3123,1,1,1,1959,0,1241.82,-4100.96,24.477,-0.181695,300,10,0,156,0,1,0,0,0),(6678,3123,1,1,1,1959,0,-127.479,-3929.17,51.2787,3.14159,300,10,0,156,0,1,0,0,0),(6677,3123,1,1,1,1959,0,665.598,-3946.56,13.8067,3.05943,300,5,0,156,0,1,0,0,0),(6676,3127,1,1,1,2732,0,49.6605,-3968.14,46.4412,0.604804,300,10,0,176,0,1,0,0,0),(6675,3127,1,1,1,2732,0,-155.267,-3907.38,45.5747,0.019529,300,10,0,176,0,1,0,0,0),(6674,3127,1,1,1,2732,0,1390.54,-4783.11,26.4654,2.58854,300,5,0,176,0,1,0,0,0),(6673,3127,1,1,1,2732,0,1086.31,-4336.55,24.309,0.991801,300,5,0,176,0,1,0,0,0),(6672,3127,1,1,1,2732,0,1013.18,-4013.28,26.567,3.51956,300,5,0,176,0,1,0,0,0),(6671,3127,1,1,1,2732,0,716.864,-3924.58,14.8461,5.9602,300,5,0,176,0,1,0,0,0),(6670,3127,1,1,1,2732,0,1081.5,-4183.44,20.8084,4.91272,300,10,0,176,0,1,0,0,0),(6669,3127,1,1,1,2732,0,23.2439,-3947.88,47.391,1.13948,300,10,0,176,0,1,0,0,0),(6668,3127,1,1,1,2732,0,1209.35,-4184.02,24.3287,3.0084,300,10,0,176,0,1,0,0,0),(6667,3127,1,1,1,2732,0,149.93,-3850,34.6387,6.25099,300,10,0,176,0,1,0,0,0),(6666,3126,1,1,1,2487,0,1055.27,-4948.55,14.6178,4.27707,300,10,0,137,0,1,0,0,0),(6665,3126,1,1,1,2487,0,169.66,-3968.09,46.1483,0.512622,300,10,0,137,0,1,0,0,0),(6664,3126,1,1,1,2487,0,371.599,-3984.99,32.4619,5.51988,300,10,0,137,0,1,0,0,0),(6663,3126,1,1,1,2487,0,995.23,-4867.07,55.7516,0.807494,300,5,0,137,0,1,0,0,0),(6662,3126,1,1,1,2487,0,555.863,-4439.33,30.2038,2.36448,300,5,0,137,0,1,0,0,0),(6661,3126,1,1,1,2487,0,1126.08,-4756.21,53.4932,3.71256,300,5,0,137,0,1,0,0,0),(6660,3126,1,1,1,2487,0,102.895,-4134.6,54.6121,5.55865,300,5,0,137,0,1,0,0,0),(6659,3126,1,1,1,2487,0,549.336,-4022.86,17.8119,4.6831,300,5,0,137,0,1,0,0,0),(6658,3126,1,1,1,2487,0,595.226,-4209.57,14.1492,0.611846,300,10,0,137,0,1,0,0,0),(6657,3126,1,1,1,2487,0,1004.63,-4928.55,14.4181,2.16584,300,10,0,137,0,1,0,0,0),(6656,3100,1,1,1,193,0,953.472,-3874.6,18.5725,1.20203,300,10,0,156,0,1,0,0,0),(6655,3100,1,1,1,193,0,1240.33,-4894.29,11.7185,0.376152,300,10,0,156,0,1,0,0,0),(6654,3100,1,1,1,193,0,107.606,-3911.93,45.3509,2.63507,300,10,0,156,0,1,0,0,0),(6653,3100,1,1,1,193,0,855.287,-4322.91,21.0991,4.97267,300,5,0,156,0,1,0,0,0),(6652,3100,1,1,1,193,0,878.71,-3929.26,22.0116,3.76048,300,5,0,156,0,1,0,0,0),(6651,3100,1,1,1,193,0,1181.82,-4978.9,11.5814,1.7703,300,5,0,156,0,1,0,0,0),(6650,3100,1,1,1,193,0,882.518,-4285.03,26.7538,2.87832,300,5,0,156,0,1,0,0,0),(6649,3100,1,1,1,193,0,1151.27,-4878.34,21.4794,1.95747,300,10,0,156,0,1,0,0,0),(6648,3100,1,1,1,193,0,202.218,-3842.42,35.3245,4.53723,300,5,0,156,0,1,0,0,0),(6647,3100,1,1,1,193,0,215.747,-3953.06,41.9481,4.69676,300,10,0,156,0,1,0,0,0),(6646,3101,1,1,1,1185,1,-149.295,-4259.93,60.8065,5.21439,200,3,0,69,79,1,0,0,0),(6645,3101,1,1,1,1185,1,-43.4144,-4226.15,63.7573,1.62159,200,3,0,69,79,1,0,0,0),(6644,3101,1,1,1,1185,1,-139.632,-4301.54,65.8615,5.17426,200,3,0,69,79,1,0,0,0),(6643,3101,1,1,1,1185,1,-47.9176,-4312.65,68.7943,6.19661,200,3,0,69,79,1,0,0,0),(6642,3101,1,1,1,1185,1,-79.5128,-4235.76,53.5811,5.98719,200,3,0,69,79,1,0,0,0),(6641,3124,1,1,1,2485,0,-414.235,-4455.12,50.3399,4.02693,200,10,0,71,0,1,0,0,0),(6640,3124,1,1,1,2485,0,-610.693,-4084.09,77.4566,2.75703,200,5,0,71,0,1,0,0,0),(6639,3124,1,1,1,2485,0,-248.622,-4252.35,63.0932,5.3856,200,10,0,71,0,1,0,0,0),(6638,3124,1,1,1,2485,0,-289.924,-4246.46,65.532,5.04897,200,5,0,71,0,1,0,0,0),(6637,3124,1,1,1,2485,0,-582.936,-4082.73,72.6444,2.28972,200,10,0,71,0,1,0,0,0),(6636,3124,1,1,1,2485,0,-380.768,-4449.68,52.4944,4.51997,200,10,0,71,0,1,0,0,0),(6635,3124,1,1,1,2485,0,-756.204,-4352.79,52.2143,1.72013,200,5,0,71,0,1,0,0,0),(6634,3098,1,1,1,503,0,-375.04,-4314.96,51.8979,5.99972,120,5,0,42,0,1,0,0,0),(6633,3098,1,1,1,503,0,-452.91,-4421.99,50.3803,4.97336,120,10,0,42,0,1,0,0,0),(6632,3098,1,1,1,503,0,-747.256,-4181.42,30.2402,5.9414,120,10,0,42,0,1,0,0,0),(6631,3400,1,1,1,2735,1,1779.08,-4488.08,45.5038,4.69494,300,0,0,1003,0,0,0,0,0),(6630,3365,1,1,1,1387,0,1860.9,-4561.51,24.8434,2.58309,300,0,0,1342,0,0,0,0,0),(6629,3363,1,1,1,1385,1,1806.85,-4573.32,22.8627,1.6057,300,0,0,1342,0,0,0,0,0),(6628,3369,1,1,1,1391,1,1780.63,-4505.51,27.6019,3.76991,300,0,0,1003,0,0,0,0,0),(6626,3345,1,1,1,1366,1,1912.18,-4436.61,24.6554,2.86234,300,0,0,1342,0,0,0,0,0),(6625,3404,1,1,1,4358,1,1904.76,-4460.69,53.2776,2.86234,300,0,0,1342,0,0,0,0,0),(6624,11046,1,1,1,10578,1,1966.15,-4463.1,25.7796,1.5708,300,0,0,617,0,0,0,0,0),(6623,3315,1,1,1,1315,1,1802.08,-4561.55,22.8627,1.51844,300,0,0,1003,0,0,0,0,0),(6622,7088,1,1,1,5846,1,1849.04,-4569.23,24.8434,4.72984,300,0,0,1342,0,0,0,0,0),(6621,3405,1,1,1,4362,1,1904.86,-4451.63,53.2776,3.68265,300,0,0,1003,0,0,0,0,0),(6620,3407,1,1,1,4241,1,2107.35,-4633.78,58.7371,2.11185,300,0,0,1753,0,0,0,0,0),(6619,5195,1,1,1,2328,0,2158.74,-4661.51,49.7,2.00713,300,0,0,198,0,0,0,0,0),(6618,14541,1,1,1,14574,0,2155.59,-4649.18,50.0618,5.3058,300,0,0,198,0,0,0,0,0),(6617,14539,1,1,1,14575,0,2153.65,-4657.14,49.9992,1.51844,300,0,0,198,0,0,0,0,0),(6616,12351,1,1,1,2327,0,2162.76,-4659.62,49.7548,2.25148,300,0,0,198,0,0,0,0,0),(6615,12353,1,1,1,247,0,2165,-4653.57,50.5475,3.1765,300,0,0,198,0,0,0,0,0),(6614,14540,1,1,1,14573,0,2161.67,-4648.08,50.3632,4.18879,300,0,0,198,0,0,0,0,0),(6613,7231,1,1,1,6006,1,2105.33,-4829.99,24.0865,4.5204,300,0,0,4120,0,0,0,0,0),(6612,3361,1,1,1,1383,1,2097.42,-4824.92,24.1042,3.47321,300,0,0,1003,0,0,0,0,0),(6611,3359,1,1,1,1381,0,1878.64,-4708.13,39.351,0.523599,300,0,0,1003,0,0,0,0,0),(6610,3408,1,1,1,4242,1,1997.93,-4807.95,56.848,2.44346,300,0,0,1753,0,0,0,0,0),(6609,11871,1,1,1,782,0,2091.5,-4828.94,24.1904,0.610865,600,0,0,14427,0,0,0,0,0),(6608,9988,1,1,1,9261,1,2133.44,-4667.45,46.5122,1.51844,300,0,0,1003,0,0,0,0,0),(6607,7294,1,1,1,6064,1,2067.86,-4598.88,54.3227,5.02655,300,0,0,1342,0,0,0,0,0),(6606,10088,1,1,1,9336,1,2135.33,-4610.78,54.3865,4.17134,300,0,0,1753,0,0,0,0,0),(6605,3321,1,1,1,1321,0,1589.02,-4469.48,7.74864,2.07694,300,0,0,1003,0,0,0,0,0),(6604,3313,1,1,1,1313,1,1520.54,-4355.58,18.8509,6.02139,300,0,0,1003,0,0,0,0,0),(6603,3314,1,1,1,1314,1,1634.23,-4347.62,4.3796,2.6529,300,0,0,1003,0,0,0,0,0),(6602,3370,1,1,1,1392,1,1575.8,-4292.67,26.0391,4.38078,300,0,0,2218,0,0,0,0,0),(6601,9856,1,1,1,9133,0,1695.92,-4455.55,20.1475,2.00713,300,0,0,6645,0,0,0,0,0),(6600,3310,1,1,1,1311,1,1676.25,-4313.45,61.7176,5.25344,600,0,0,10572,0,0,0,0,0),(6599,3319,1,1,1,1319,1,1593.54,-4465.65,7.75103,2.3911,300,0,0,1003,0,0,0,0,0),(6598,3309,1,1,1,1310,1,1627.32,-4376.07,11.814,3.4383,300,0,0,5544,0,0,0,0,0),(6597,3373,1,1,1,1395,1,1482.72,-4159.95,43.8771,0.837758,300,0,0,1342,0,0,0,0,0),(6596,3326,1,1,1,1326,1,1848.96,-4360.43,-14.7982,0.855211,300,0,0,2769,0,0,0,0,0),(6595,3402,1,1,1,4361,1,1778.55,-4279.88,7.59196,4.62512,300,0,0,1342,0,0,0,0,0),(6594,3401,1,1,1,4360,1,1771.21,-4284.42,7.84054,5.75959,300,0,0,4120,0,0,0,0,0),(6593,3328,1,1,1,1328,1,1762.88,-4296.38,7.53086,5.41052,300,0,0,2769,0,0,0,0,0),(6592,3119,1,1,1,9442,1,-1011.17,-4511.45,25.7319,5.39772,300,5,0,120,0,1,0,0,0),(6591,3119,1,1,1,9442,1,-1030.65,-4432.2,26.1578,3.4357,300,5,0,120,0,1,0,0,0),(6590,3120,1,1,1,9443,1,-986.968,-4410,29.374,5.83829,300,3,0,131,138,1,0,0,0),(6589,3120,1,1,1,9443,1,-1030.43,-4609.78,25.6606,1.80301,300,3,0,131,138,1,0,0,0),(6588,3120,1,1,1,9443,1,-983.211,-4425.96,29.374,3.36949,300,3,0,131,138,1,0,0,0),(6587,3119,1,1,1,9442,1,-1012.65,-4600.56,25.663,4.256,300,3,0,120,0,1,0,0,0),(6586,3119,1,1,1,9442,1,-928.932,-4505.76,29.6424,3.90473,300,3,0,120,0,1,0,0,0),(6585,3099,1,1,1,381,0,158.545,-5025.47,9.16172,3.98915,300,10,0,120,0,1,0,0,0),(6584,3099,1,1,1,381,0,-203.557,-4743.34,28.9322,2.04318,300,10,0,120,0,1,0,0,0),(6583,3099,1,1,1,381,0,124.993,-4075.51,51.9981,1.65133,300,10,0,120,0,1,0,0,0),(6582,3099,1,1,1,381,0,-746.004,-4692.73,36.4169,2.28302,300,5,0,120,0,1,0,0,0),(6581,3099,1,1,1,381,0,-80.2372,-4695.25,31.092,1.89687,300,5,0,120,0,1,0,0,0),(6580,3099,1,1,1,381,0,-366.239,-4712.35,40.6338,2.74875,300,10,0,120,0,1,0,0,0),(6579,3099,1,1,1,381,0,190.843,-4516.5,27.1425,3.42687,300,5,0,120,0,1,0,0,0),(6578,3099,1,1,1,381,0,278.605,-4482.53,20.8936,4.60075,300,10,0,120,0,1,0,0,0),(6577,3099,1,1,1,381,0,697.205,-4182.74,16.444,0.017576,300,5,0,120,0,1,0,0,0),(6576,3108,1,1,1,999,0,1383.85,-5035.62,-9.95541,1.51895,300,5,0,176,0,1,0,0,0),(6575,3108,1,1,1,999,0,1406.53,-5019.38,-12.1501,3.45479,300,5,0,176,0,1,0,0,0),(4601,14437,0,1,1,14566,1,-7648.77,-630.917,200.577,5.23599,500,0,0,2614,0,0,0,0,0),(52472,12336,0,1,1,0,0,-8498,809.271,96.672,2.26,540,0,0,2138,0,0,0,0,0),(4600,16043,0,1,1,16021,0,-8158.69,-1303.3,131.595,4.06662,500,0,0,4120,0,0,0,0,0),(4599,13177,0,1,1,1652,1,-7504.06,-2190.77,165.302,2.18166,900,0,0,10572,0,0,0,0,0),(4598,3708,0,1,1,13970,1,-7498.05,-2191.42,165.738,1.78024,500,0,0,2964,0,0,0,0,0),(4597,9836,0,1,1,21011,0,-7491.63,-2170.43,165.394,2.53073,500,0,0,4120,0,0,0,0,0),(6574,3108,1,1,1,999,0,1344.83,-5015.87,-1.6721,2.86017,300,5,0,176,0,1,0,0,0),(6573,3125,1,1,1,2486,0,-746.218,-4744.62,31.5489,5.28711,200,5,0,102,0,1,0,0,0),(6572,3125,1,1,1,2486,0,-691.481,-4957.31,23.1926,2.13768,200,10,0,102,0,1,0,0,0),(6571,3125,1,1,1,2486,0,232.716,-5084.86,11.0905,0.00069,200,10,0,102,0,1,0,0,0),(6570,3125,1,1,1,2486,0,294.561,-5019.29,13.4365,5.79937,200,10,0,102,0,1,0,0,0),(6569,3125,1,1,1,2486,0,304.512,-4987.1,17.1312,0.056691,200,5,0,102,0,1,0,0,0),(6568,3101,1,1,1,1185,1,-151.647,-4278.49,81.3672,0.256826,200,5,0,69,79,1,0,0,0),(6567,3296,1,1,1,4602,1,1576.2,-4394.43,6.55505,4.57276,300,0,0,15952,0,0,0,0,0),(6566,3296,1,1,1,4260,1,1889.53,-4485.08,21.3103,1.44862,300,0,0,15952,0,0,0,0,0),(4596,8977,0,1,1,11543,1,-7957.11,-2600.06,173.93,2.1084,500,0,0,2634,2041,0,0,0,0),(6565,3296,1,1,1,4601,1,1387.28,-4379.89,27.0983,3.29867,300,0,0,15952,0,0,0,0,0),(15319,2381,0,1,1,3692,1,-773.919,-499.294,18.9325,3.08923,300,0,0,1753,0,0,0,0,0),(15317,2430,0,1,1,1664,1,-851.781,-593.688,11.6743,1.27409,300,0,0,1342,0,0,0,0,0),(6564,3296,1,1,1,4259,1,1921.7,-4375.67,22.5724,5.84685,300,0,0,15952,0,0,0,0,0),(6563,3296,1,1,1,4601,1,1623.15,-4279.64,22.5694,6.16101,300,0,0,15952,0,0,0,0,0),(6562,3296,1,1,1,4601,1,1729.87,-4401.11,34.4732,2.48023,300,0,0,15952,0,2,0,0,0),(4595,9544,0,1,1,8665,1,-7459.77,-2201.64,165.37,2.54818,500,0,0,3189,0,0,0,0,0),(4594,9536,0,1,1,8656,0,-7497.99,-2175.15,165.61,5.42797,500,0,0,1981,0,0,0,0,0),(4593,9026,0,1,1,1070,0,-7230.64,-880.765,165.942,0.175368,900,0,0,11004,3728,2,0,0,0),(4592,9699,0,1,1,8971,0,-8112.74,-2383.58,129.994,2.559,500,5,0,8,0,1,0,0,0),(4591,9700,0,1,1,5560,0,-7930.94,-2574.26,213.541,3.04952,500,5,0,8,0,1,0,0,0),(4590,9700,0,1,1,5560,0,-8148.52,-2014.99,129.745,3.76767,500,5,0,8,0,1,0,0,0),(4589,9700,0,1,1,5560,0,-7535.62,-2177.22,131.789,2.61061,500,5,0,8,0,1,0,0,0),(4588,9699,0,1,1,8971,0,-8384.9,-951.777,198.639,2.17832,500,5,0,8,0,1,0,0,0),(4587,9699,0,1,1,8971,0,-7639.2,-2746.94,132.356,0.033191,500,5,0,8,0,1,0,0,0),(4586,9700,0,1,1,5560,0,-7882.11,-1561.79,131.174,4.35345,500,5,0,8,0,1,0,0,0),(6561,3296,1,1,1,4602,1,1673.2,-4250,51.8765,5.044,300,0,0,15952,0,0,0,0,0),(6560,3296,1,1,1,4601,1,1952.53,-4368.57,22.659,3.68265,300,0,0,15952,0,0,0,0,0),(52523,3794,534,1,1,0,1,5181.02,-3387.98,1637.11,5.90487,120,0,0,33534,18930,0,0,0,0),(52524,17943,534,1,1,0,1,5157.66,-3425.87,1627.34,0.224045,120,0,0,41916,0,0,0,0,0),(52525,17943,534,1,1,0,1,5159.15,-3432.4,1627.06,0.224045,120,0,0,41916,0,0,0,0,0),(52526,18486,534,1,1,0,0,5163.66,-3459.14,1621.38,1.002,120,0,0,41916,0,0,0,0,0),(6559,3296,1,1,1,4601,1,1845.49,-4395.95,5.19264,3.80482,300,0,0,15952,0,0,0,0,0),(52528,18487,534,1,1,0,0,5188.31,-3463.48,1614.05,1.61854,120,0,0,13972,0,0,0,0,0),(52529,18487,534,1,1,0,0,5218.43,-3529.47,1596.19,1.77955,120,0,0,13972,0,0,0,0,0),(52530,18487,534,1,1,0,0,5254.09,-3526.07,1593.93,2.3686,120,0,0,13972,0,0,0,0,0),(52531,18487,534,1,1,0,0,5268.04,-3649.55,1593.13,1.58712,120,0,0,13972,0,0,0,0,0),(52532,17945,534,1,1,0,1,5288.7,-3617.41,1591.5,2.45499,120,0,0,41916,0,0,0,0,0),(52533,17945,534,1,1,0,1,5292.04,-3619.91,1590.74,2.58851,120,0,0,41916,0,0,0,0,0),(52534,17943,534,1,1,0,1,5328.59,-3518.05,1575.39,0.62737,120,0,0,41916,0,0,0,0,0),(47449,25851,580,1,1,0,0,1859.92,477.488,32.1154,5.98648,604800,0,0,8042,3231,0,0,0,0),(52536,17943,534,1,1,0,1,5325.56,-3513.65,1575.65,0.639159,120,0,0,41916,0,0,0,0,0),(52537,17943,534,1,1,0,1,5288.62,-3476.77,1571.61,5.68652,120,0,0,41916,0,0,0,0,0),(52538,17943,534,1,1,0,1,5295.33,-3466.9,1571.23,5.68652,120,0,0,41916,0,0,0,0,0),(52539,3794,534,1,1,0,1,5324.77,-3478.7,1571.16,5.15245,120,0,0,33534,18930,0,0,0,0),(52540,3795,534,1,1,0,0,5321.83,-3478.27,1571.01,5.15245,120,0,0,33534,18930,0,0,0,0),(52541,17944,534,1,1,0,1,5340.53,-3474.99,1570.31,4.49664,120,0,0,33534,18930,0,0,0,0),(4585,7042,0,1,1,2554,1,-7913.1,-919.873,136.472,4.99569,500,5,0,3374,0,1,0,0,0),(52544,18487,534,1,1,0,0,5311.74,-3502.62,1574.35,0.404715,120,0,0,13972,0,0,0,0,0),(4584,7043,0,1,1,8309,1,-8248.81,-1219.71,142.813,3.41591,500,5,0,2436,5340,1,0,0,0),(521,680,0,1,1,11569,1,-12346.2,-1147.67,0.704383,2.54818,1800,0,0,2125,0,0,0,0,0),(520,773,0,1,1,7164,0,-14453.3,501.465,26.3593,4.38078,300,0,0,1342,0,0,0,0,0),(519,4505,0,1,1,2557,1,-15001,274.763,0.197927,3.96808,300,0,0,1902,0,0,0,0,0),(447,1565,0,1,1,796,1,-14958.1,354.254,0.220538,2.05083,300,0,0,1902,0,0,0,0,0),(446,1565,0,1,1,796,1,-14955.8,342.362,0.220538,0.227723,300,0,0,1902,0,0,0,0,0),(445,1565,0,1,1,796,1,-14938.9,346.107,0.220537,0.095112,300,0,0,1902,0,0,0,0,0),(444,1653,0,1,1,2563,1,-14946.1,344.773,0.220533,3.55085,300,0,0,1110,3293,0,0,0,0),(443,4505,0,1,1,2558,1,-14968,347.681,0.223372,2.29114,300,2,0,1902,0,1,0,0,0),(442,905,0,1,1,705,0,-12021.3,-453.707,-7.29134,3.82041,300,5,0,1107,0,1,0,0,0),(441,905,0,1,1,705,0,-11885.1,-390.121,-14.0914,4.56714,300,5,0,1107,0,1,0,0,0),(440,877,0,1,1,4920,1,-12247,686.78,-70.1439,5.78434,1800,5,0,1403,0,1,0,0,0),(439,871,0,1,1,506,1,-12221.9,663.417,-68.8666,3.22905,1800,5,0,1403,0,1,0,0,0),(438,873,0,1,1,11293,1,-12201.6,670.672,-69.9821,0.384944,1800,5,0,1208,1097,1,0,0,0),(437,873,0,1,1,11293,1,-12189.2,653.294,-66.6704,4.72304,1800,5,0,1208,1097,1,0,0,0),(436,15076,0,1,1,15210,1,-14449.9,479.185,15.1874,5.35816,1800,0,0,7842,0,0,0,0,0),(395,1094,0,1,1,7201,1,-11457.6,377.95,77.6057,6.16101,300,0,0,1279,0,0,0,0,0),(394,1094,0,1,1,7201,1,-11498.9,446.148,65.999,2.3911,300,0,0,1279,0,0,0,0,0),(393,1094,0,1,1,7201,1,-11460.3,385.785,77.5294,1.20428,300,0,0,1279,0,0,0,0,0),(392,1114,0,1,1,845,0,-12674.5,-914.881,54.0896,5.12293,300,5,0,1804,0,1,0,0,0),(391,14875,0,1,1,14993,1,-11812.3,1260.91,6.08752,4.27606,1800,0,0,9156,0,0,0,0,0),(390,2634,0,1,1,2178,0,-14596.7,-237.967,24.8758,1.74533,300,0,0,1981,0,0,0,0,0),(389,2594,0,1,1,7212,1,-14301.7,519.787,8.87545,4.43314,300,0,0,1536,0,0,0,0,0),(388,2496,0,1,1,7167,1,-14439,483.483,28.9285,2.33874,300,0,0,4120,0,0,0,0,0),(387,7406,0,1,1,6710,1,-14417,411.288,22.7816,1.25664,300,0,0,2769,0,0,0,0,0),(386,15070,0,1,1,15205,0,-11842.3,1295.52,0.794699,4.46804,1800,0,0,9156,0,0,0,0,0),(385,15080,0,1,1,15210,0,-11817.4,1336.96,1.11529,4.41568,1800,0,0,9156,0,0,0,0,0),(384,7802,0,1,1,6846,1,-12033.4,-1003.86,49.7795,3.91088,300,0,0,4120,0,0,0,0,0),(383,7794,0,1,1,6853,0,-14377.2,378.481,23.465,3.29867,300,0,0,3398,0,0,0,0,0),(382,2672,0,1,1,4397,0,-14677.5,497.89,1.76032,3.01942,300,0,0,1753,0,0,0,0,0),(381,1565,0,1,1,1768,1,-13484.4,180.311,42.7499,2.09439,300,0,0,1902,0,0,0,0,0),(380,1565,0,1,1,796,1,-13477.1,209.896,37.3109,3.91042,300,3,0,1902,0,1,0,0,0),(379,1653,0,1,1,2563,1,-13483.3,182.835,42.852,3.4383,300,0,0,1110,3293,0,0,0,0),(4583,7042,0,1,1,2554,1,-8230.62,-1165.48,142.639,1.16056,500,5,0,3374,0,1,0,0,0),(378,1653,0,1,1,2564,1,-13487.7,191.848,43.1105,5.28265,300,0,0,1110,3293,0,0,0,0),(377,1653,0,1,1,2564,1,-13478.1,178.634,42.8208,4.50553,300,0,0,1110,3293,0,0,0,0),(376,1653,0,1,1,2563,1,-13492.2,174.07,43.4458,0.415917,300,0,0,1110,3293,0,0,0,0),(375,1653,0,1,1,2563,1,-13461.9,186.569,45.1735,2.32945,300,5,0,1110,3293,1,0,0,0),(374,1551,0,1,1,2174,0,-13206.3,-548.123,4.64249,3.18943,300,3,0,2059,0,1,0,0,0),(373,1551,0,1,1,2174,0,-13228,-484.749,4.83109,5.74213,300,0,0,2059,0,0,0,0,0),(372,1551,0,1,1,2174,0,-13203.3,-501.962,4.54984,4.41568,300,2,0,2059,0,1,0,0,0),(371,1550,0,1,1,8802,0,-13273.9,-274.412,29.0968,4.73055,300,5,0,1902,0,1,0,0,0),(369,12137,0,1,1,12230,1,-12417.8,208.329,31.3224,3.19395,300,0,0,2218,0,0,0,0,0),(370,3945,0,1,1,11353,0,-14320.3,474.437,8.61459,2.6529,300,0,0,955,0,0,0,0,0),(30267,6218,90,1,1,358,0,-429.852,137.976,-211.669,1.29154,86400,5,0,2250,0,1,0,0,0),(30266,6218,90,1,1,358,0,-401.565,51.417,-209.094,3.66783,86400,3,0,2250,0,1,0,0,0),(30265,6219,90,1,1,11137,0,-491.239,82.373,-206.368,0.750492,86400,5,0,2250,0,1,0,0,0),(6558,3296,1,1,1,4601,1,1963.01,-4730.91,48.9608,2.49582,300,0,0,15952,0,0,0,0,0),(6557,14304,1,1,1,14362,1,1931.52,-4244.78,41.921,2.98451,300,0,0,25200,0,0,0,0,0),(6556,14304,1,1,1,14360,1,1944.36,-4146.45,40.958,3.26377,300,0,0,25200,0,0,0,0,0),(30264,6219,90,1,1,11137,0,-430.123,94.1727,-209.397,4.20624,86400,5,0,2250,0,1,0,0,0),(30263,6218,90,1,1,358,0,-407.507,159.097,-209.509,6.19592,86400,5,0,2250,0,1,0,0,0),(30262,6220,90,1,1,4907,0,-477.542,165.387,-208.442,4.95674,86400,5,0,2196,756,1,0,0,0),(30261,6218,90,1,1,358,0,-475.912,108.416,-210.486,2.47837,86400,5,0,2250,0,1,0,0,0),(30260,6220,90,1,1,4907,0,-398.085,137.244,-210.625,5.39307,86400,5,0,2196,756,1,0,0,0),(30259,6218,90,1,1,358,0,-409.037,107.892,-210.274,4.24115,86400,5,0,2250,0,1,0,0,0),(52624,17943,534,1,1,0,1,5296.32,-3726.07,1593.71,1.30793,120,0,0,41916,0,0,0,0,0),(4582,7043,0,1,1,8309,1,-7989.74,-1356.38,132.611,3.37552,500,10,0,2436,5340,1,0,0,0),(52626,17944,534,1,1,0,1,5298.69,-3712.77,1593.35,6.2795,120,0,0,33534,18930,0,0,0,0),(15316,2361,0,1,1,3647,0,-846.431,-562.743,18.6293,3.57792,300,0,0,328,0,0,0,0,0),(52628,17944,534,1,1,0,1,5295.16,-3713.49,1593.35,0.231932,120,0,0,33534,18930,0,0,0,0),(6555,14304,1,1,1,14360,1,1919.36,-4176.05,41.005,0.05236,300,0,0,25200,0,0,0,0,0),(15314,2705,0,1,1,1663,1,-853.016,-601.581,4.5201,6.0494,300,0,0,1221,0,0,0,0,0),(15315,3980,0,1,1,2048,1,-844.878,-580.284,18.5459,2.3911,300,0,0,1003,0,0,0,0,0),(17698,1958,0,1,1,2597,0,848.003,153.166,33.7583,0.334196,275,5,0,350,390,1,0,0,0),(17697,1958,0,1,1,2597,0,825.691,184.896,31.864,6.09786,275,5,0,350,390,1,0,0,0),(15312,3542,0,1,1,3699,1,-859.126,-559.593,18.6293,4.34587,300,0,0,1753,0,0,0,0,0),(15313,2366,0,1,1,3691,1,-849.45,-583.486,11.6872,2.05949,300,0,0,1753,0,0,0,0,0),(15310,2405,0,1,1,3663,1,-62.0452,-967.522,54.3645,2.94961,300,0,0,3696,0,0,0,0,0),(15311,2362,0,1,1,3648,0,-849.358,-561.279,18.6293,4.69494,300,0,0,328,0,0,0,0,0),(30258,6234,90,1,1,6979,0,-753.224,655.041,-308.977,5.2709,86400,3,0,3018,0,1,0,0,0),(30257,6224,90,1,1,6936,1,-590.177,681.183,-326.956,2.82743,86400,2,0,787,0,1,0,0,0),(30256,6232,90,1,1,6889,0,-626.68,702.281,-326.978,2.30383,86400,0,0,4000,0,0,0,0,0),(30255,6232,90,1,1,6889,0,-762.838,625.098,-299.977,2.86234,86400,2,0,4000,0,1,0,0,0),(30254,6232,90,1,1,6889,0,-735.933,556.045,-303.699,0.034907,86400,3,0,4000,0,1,0,0,0),(6554,14304,1,1,1,14362,1,1928.03,-4246.21,41.6868,4.75941,300,0,0,25200,0,2,0,0,0),(6553,14304,1,1,1,14363,1,1910.21,-4169.48,41.0084,0.837758,300,0,0,25200,0,0,0,0,0),(4581,7043,0,1,1,8309,1,-8212.86,-1144.88,143.389,3.63149,500,5,0,2436,5340,1,0,0,0),(4580,7042,0,1,1,2554,1,-7910.42,-877.084,130.869,1.54978,500,5,0,3374,0,1,0,0,0),(4579,9562,0,1,1,8694,1,-8377.17,-2780.48,193.691,1.15192,500,0,0,2718,2117,0,0,0,0),(4578,7041,0,1,1,8249,1,-7766.02,-2871.43,133.518,5.31486,500,5,0,2146,4765,1,0,0,0),(4577,7041,0,1,1,8249,1,-8218.43,-1978.39,143.098,1.51668,500,10,0,2146,4765,1,0,0,0),(4576,7041,0,1,1,8249,1,-8245.96,-2547.48,138.524,4.01007,500,10,0,2146,4765,1,0,0,0),(4575,7040,0,1,1,143,1,-7562.26,-2768.33,135.802,0.850011,500,5,0,3556,0,1,0,0,0),(4574,7041,0,1,1,8249,1,-7811.43,-2855.24,133.564,1.34804,500,10,0,2146,4765,1,0,0,0),(4573,9177,0,1,1,8872,1,-8371.9,-2743.43,186.183,5.58505,500,0,0,3398,0,0,0,0,0),(4572,1296,0,1,1,1426,1,-8366.36,-2762.51,187.616,0.959931,500,0,0,3293,0,0,0,0,0),(4571,2299,0,1,1,1626,1,-8365.08,-2736.93,185.691,5.65487,900,0,0,10572,0,0,0,0,0),(4570,3298,0,1,1,1442,1,-8354.43,-2734.1,185.179,4.66003,500,0,0,3066,0,0,0,0,0),(4569,10267,0,1,1,9791,1,-7499.82,-2177.6,165.759,5.60251,500,0,0,3189,0,0,0,0,0),(4568,10260,0,1,1,9561,0,-7459.08,-2196.61,165.109,3.00197,500,0,0,3644,0,0,0,0,0),(4567,10262,0,1,1,0,0,-7455.58,-2194.28,165.373,3.40339,500,0,0,1753,0,0,0,0,0),(4566,24818,0,1,1,8754,1,-7184.78,-877.7,164.021,5.86431,500,0,0,2576,0,0,0,0,0),(4565,24818,0,1,1,8754,1,-7436.1,-894.519,172.313,0.558505,500,0,0,2576,0,0,0,0,0),(4564,24819,0,1,1,8758,1,-7427.55,-877.004,173.302,1.15192,500,0,0,2672,0,0,0,0,0),(4563,24819,0,1,1,8758,1,-7451.71,-908.336,170.535,5.91814,500,5,0,2672,0,1,0,0,0),(4562,24818,0,1,1,8754,1,-7350.84,-1014.14,177.173,5.42153,500,5,0,2576,0,1,0,0,0),(52678,18487,534,1,1,0,0,5354.84,-3735.44,1593.88,2.59598,120,0,0,13972,0,0,0,0,0),(52679,17945,534,1,1,0,1,5380.58,-3724.25,1593.36,2.92585,120,5,0,41916,0,1,0,0,0),(3953,24819,0,1,1,8758,1,-7331.13,-988.809,173.675,0.767945,500,0,0,2672,0,0,0,0,0),(6552,14304,1,1,1,14361,1,1933.29,-4168.81,41.0098,2.37365,300,0,0,25200,0,0,0,0,0),(30253,6234,90,1,1,6979,0,-629.39,688.504,-326.973,0.314159,86400,0,0,3018,0,0,0,0,0),(6551,14304,1,1,1,14360,1,1944.79,-4168.14,43.5445,2.3911,300,0,0,25200,0,0,0,0,0),(6550,14304,1,1,1,14362,1,1928.19,-4203.37,42.0497,4.69494,300,0,0,25200,0,0,0,0,0),(6549,14304,1,1,1,14361,1,1926.54,-4135.56,40.4858,4.7822,300,0,0,25200,0,0,0,0,0),(6548,14304,1,1,1,14363,1,1924.79,-4238.43,42.0145,5.20108,300,0,0,25200,0,0,0,0,0),(6547,3106,1,1,1,1307,0,-244.156,-5275.92,-6.42236,0.35117,200,10,0,102,0,1,0,0,0),(6546,3106,1,1,1,1307,0,-128.692,-5289.08,-9.75062,6.14005,200,10,0,102,0,1,0,0,0),(6545,3106,1,1,1,1307,0,116.822,-5299.04,-14.484,4.91515,200,10,0,102,0,1,0,0,0),(52695,17945,534,1,1,0,1,5384.23,-3726.05,1593.22,2.62347,120,5,0,41916,0,1,0,0,0),(6544,3106,1,1,1,1307,0,210.615,-5317.22,-15.0752,3.15917,200,10,0,102,0,1,0,0,0),(3952,24819,0,1,1,8758,1,-7415.18,-885.502,171.959,2.40898,500,5,0,2672,0,1,0,0,0),(3757,24818,0,1,1,8754,1,-7453.74,-919.423,170.908,3.12414,500,0,0,2576,0,0,0,0,0),(6543,3106,1,1,1,1307,0,-76.1168,-5453.05,-28.3831,3.36203,200,10,0,102,0,1,0,0,0),(6542,3106,1,1,1,1307,0,257.787,-5265.34,-15.4273,4.62244,200,10,0,102,0,1,0,0,0),(7889,4366,1,1,1,9134,1,-2803.68,-4945.23,68.3132,5.5478,1200,0,0,9432,0,0,0,0,0),(6541,3105,1,1,1,1248,0,1200.39,-5153.47,-8.24905,3.29686,300,5,0,156,0,1,0,0,0),(6540,3103,1,1,1,1940,0,-145.727,-5347.04,-15.5414,0.507353,300,10,0,120,0,1,0,0,0),(6539,3103,1,1,1,1940,0,-1024.7,-5228.54,-7.43464,3.83286,300,10,0,120,0,1,0,0,0),(6538,3104,1,1,1,1246,0,308.333,-5191.67,-6.44524,4.28275,300,10,0,120,0,1,0,0,0),(6537,3103,1,1,1,1940,0,-1092.15,-5689.7,-1.77134,5.05747,300,10,0,120,0,1,0,0,0),(52718,17932,534,1,1,0,1,5447.74,-2730.38,1486.16,5.64623,120,0,0,55888,0,0,0,0,0),(6536,3104,1,1,1,1246,0,228.761,-5211.39,-14.3357,0.463958,300,10,0,120,0,1,0,0,0),(6535,3104,1,1,1,1246,0,-782.621,-5149.96,-7.58769,5.28467,300,10,0,120,0,1,0,0,0),(135707,16525,532,1,1,16241,0,-11234.9,-1694.95,210.879,4.80647,604800,5,0,30160,0,1,0,0,0),(6534,3104,1,1,1,1246,0,-1181.96,-4811.86,-10.2187,0.256981,300,10,0,120,0,1,0,0,0),(6533,3110,1,1,1,1250,0,-274.501,-3850.62,16.3609,0.647013,300,10,0,176,0,1,0,0,0),(6532,3110,1,1,1,1250,0,-210.053,-3845.67,20.401,4.64011,300,10,0,176,0,1,0,0,0),(6531,3110,1,1,1,1250,0,3.92897,-3745.33,13.8359,6.22634,300,10,0,176,0,1,0,0,0),(6530,3110,1,1,1,1250,0,425.915,-3817.55,19.5345,0.224568,300,10,0,176,0,1,0,0,0),(6529,3110,1,1,1,1250,0,940.631,-3825.67,17.1279,4.31137,300,10,0,176,0,1,0,0,0),(6528,3110,1,1,1,1250,0,144.051,-3753.78,17.4501,3.39226,300,10,0,176,0,1,0,0,0),(6527,10556,1,1,1,10038,1,-753.618,-4143.19,38.7636,5.13687,200,0,0,86,0,0,0,0,0),(6526,10556,1,1,1,10038,1,-371.838,-4015.88,50.6355,0.915577,200,0,0,86,0,0,0,0,0),(6525,10556,1,1,1,10038,1,-758.431,-4324.78,45.6586,3.78307,200,0,0,86,0,0,0,0,0),(6524,10556,1,1,1,10038,1,-636.336,-4477.29,46.6977,2.48908,200,0,0,86,0,0,0,0,0),(6523,10556,1,1,1,10038,1,-321.195,-4126.73,51.7626,2.43894,200,0,0,86,0,0,0,0,0),(6522,6020,1,1,1,2835,0,-838.969,-4041.83,-21.08,0.837024,300,5,0,417,0,1,0,0,0),(6521,6020,1,1,1,2835,0,-815.378,-4011.51,-17.75,1.88749,300,5,0,417,0,1,0,0,0),(6520,15761,1,1,1,15731,0,1945.32,-4330.31,22.1011,3.50811,300,0,0,2614,0,0,0,0,0),(6519,15765,1,1,1,15724,1,1911.7,-4276.77,31.6557,4.88692,300,0,0,2614,0,0,0,0,0),(6518,14499,1,1,1,14616,0,2063.66,-4677.23,25.4659,4.24657,200,3,0,42,0,1,0,0,0),(6517,14499,1,1,1,14589,0,2028.51,-4660.47,26.5089,6.18222,200,0,0,42,0,2,0,0,0),(6516,14498,1,1,1,3850,1,2052.27,-4670.94,25.5492,5.28835,300,0,0,1279,0,0,0,0,0),(6515,14499,1,1,1,14589,0,2064.18,-4673.23,25.4659,3.24586,200,3,0,42,0,1,0,0,0),(6514,14499,1,1,1,14616,0,2055.98,-4678.32,25.4659,5.24283,200,3,0,42,0,1,0,0,0),(6513,14499,1,1,1,14616,0,2061.85,-4668.64,25.4659,5.55897,200,3,0,42,0,1,0,0,0),(6512,14451,1,1,1,14499,0,2038.21,-4672.55,25.1536,3.9968,300,0,0,198,0,0,0,0,0),(6511,3100,1,1,1,193,0,1237.44,-4337.45,24.8574,5.5992,300,5,0,156,0,1,0,0,0),(6510,3100,1,1,1,193,0,1260.82,-4387.59,28.5276,3.3681,300,5,0,156,0,1,0,0,0),(6509,3100,1,1,1,193,0,1170.5,-4253.13,22.6952,3.73231,300,10,0,156,0,1,0,0,0),(6508,3100,1,1,1,193,0,1123.9,-4393.71,24.9768,5.71978,300,0,0,156,0,0,0,0,0),(6507,3100,1,1,1,193,0,1270.51,-4287.87,24.8377,6.09709,300,5,0,156,0,1,0,0,0),(6506,17098,1,1,1,16850,0,1914.83,-4123.96,43.0767,5.32325,300,0,0,2243,5751,0,0,0,0),(6505,15350,1,1,1,15387,1,1991.28,-4797.15,56.1305,2.77507,300,0,0,126000,0,0,0,0,0),(6504,15188,1,1,1,15322,0,1658.71,-4348.8,29.2574,4.39823,300,0,0,1830,5013,0,0,0,0),(6503,23128,1,1,1,21264,1,1939.69,-4133.33,41.0008,4.17134,300,0,0,6986,0,0,0,0,0),(6502,23131,1,1,1,17552,1,1942.32,-4133.69,41.005,3.82227,120,0,0,5589,3155,0,0,0,0),(6501,23131,1,1,1,17552,1,1938.95,-4130.73,40.9933,4.01426,120,0,0,5589,3155,0,0,0,0),(6500,14392,1,1,1,14429,1,1568,-4405.87,8.13371,3.31613,600,0,0,48832,0,0,0,0,0),(6498,16069,1,1,1,15984,0,1989.83,-4656.83,27.4343,0.628319,120,0,0,42,0,0,0,0,0),(6497,16076,1,1,1,15988,1,1989.31,-4655.91,27.5285,0.15708,300,0,0,1220,0,0,0,0,0),(6496,14375,1,1,1,14413,1,1602.45,-4391.57,9.76626,4.31457,600,0,0,50400,0,2,0,0,0),(6495,14376,1,1,1,14414,1,1699.08,-3925.13,51.5505,5.2951,600,0,0,50400,0,2,0,0,0),(6494,14377,1,1,1,14415,1,1735.91,-4452.66,36.8017,4.39755,600,0,0,50400,0,2,0,0,0),(6493,15186,1,1,1,15369,0,1992.19,-4651.05,27.0636,6.14356,120,0,0,42,0,0,0,0,0),(6492,7951,1,1,1,21769,1,1991.32,-4652.35,27.1365,0.10472,300,0,0,1220,0,0,0,0,0),(6491,16012,1,1,1,15966,1,1915.67,-4170.77,41.0061,0.750492,300,0,0,6104,0,0,0,0,0),(6490,6408,1,1,1,5370,1,-811.913,-4940.15,20.6154,3.45575,300,0,0,1342,0,0,0,0,0),(6489,5951,1,1,1,1560,0,-425.309,-4108.64,49.3768,0.872555,120,5,0,8,0,1,0,0,0),(6488,5951,1,1,1,1560,0,-731.932,-4270.77,42.2732,2.468,120,5,0,8,0,1,0,0,0),(6487,6145,1,1,1,4878,0,-257.392,-5325.94,-7.69238,6.19109,120,10,0,8,0,1,0,0,0),(6486,3300,1,1,1,1987,0,906.414,-4367.44,16.4816,3.75504,120,10,0,1,0,1,0,0,0),(6485,6145,1,1,1,4878,0,1299.74,-5172.93,-12.1661,4.68452,120,10,0,8,0,1,0,0,0),(6484,3300,1,1,1,1206,0,1105.35,-4309.69,23.0429,1.35943,120,5,0,1,0,1,0,0,0),(6483,10685,1,1,1,10015,0,1284.41,-4237.23,25.9627,2.54944,200,5,0,14,0,1,0,0,0),(6482,6145,1,1,1,4878,0,-330.21,-5428.93,-7.69427,1.31428,120,10,0,8,0,1,0,0,0),(52810,17932,534,1,1,0,1,5452.49,-2716.58,1485.52,5.80017,120,0,0,55888,0,0,0,0,0),(6481,5951,1,1,1,1560,0,24.2772,-3886.57,42.7989,2.40486,120,5,0,8,0,1,0,0,0),(6480,10685,1,1,1,10015,0,1256.44,-4234.81,26.3166,0.006402,200,5,0,14,0,1,0,0,0),(6479,3293,1,1,1,7129,1,999.763,-4414.4,14.4718,5.42797,200,0,0,102,0,0,0,0,0),(6478,3122,1,1,1,1960,0,-1147.91,-5580.94,8.62285,0.341721,300,0,0,120,0,0,0,0,0),(6477,3122,1,1,1,1960,0,-691.501,-5676.06,6.38531,3.85605,300,5,0,120,0,1,0,0,0),(6476,3122,1,1,1,1960,0,-823.853,-5653.07,4.77193,5.81016,300,10,0,120,0,1,0,0,0),(6475,3122,1,1,1,1960,0,-1586,-5242.36,6.00324,2.91418,300,10,0,120,0,1,0,0,0),(6474,3122,1,1,1,1960,0,-1294.94,-5129.05,2.11107,1.63687,300,10,0,120,0,1,0,0,0),(6473,3122,1,1,1,1960,0,-1029.89,-5516.54,7.27228,5.73885,300,10,0,120,0,1,0,0,0),(6472,3122,1,1,1,1960,0,-1328.27,-5490.06,5.9713,1.30592,300,5,0,120,0,1,0,0,0),(6471,3287,1,1,1,2025,1,-397.761,-4108.99,50.2876,1.41372,120,0,0,55,0,0,0,0,0),(6470,3228,1,1,1,1000,0,1040.59,-5153.78,-7.83558,3.29606,300,5,0,198,0,1,0,0,0),(6469,3228,1,1,1,1000,0,1431.48,-4970.27,-5.57264,0.6342,300,5,0,198,0,1,0,0,0),(6468,3226,1,1,1,2488,0,101.942,-3887.27,42.142,2.10496,300,10,0,198,0,1,0,0,0),(6467,3225,1,1,1,744,0,395.885,-3911.89,28.8793,2.8464,300,5,0,198,0,1,0,0,0),(6466,3227,1,1,1,787,0,-170.072,-3951.13,54.1506,5.14039,300,10,0,198,0,1,0,0,0),(6465,3226,1,1,1,2488,0,776.656,-3895.71,18.0722,6.01083,300,5,0,198,0,1,0,0,0),(6464,3208,1,1,1,3752,1,1102.09,-4945.36,15.6857,2.35619,300,0,0,417,0,0,0,0,0),(6463,3194,1,1,1,4074,1,-797.523,-4921.17,22.9571,2.26893,300,0,0,137,0,0,0,0,0),(54720,11791,349,1,1,11338,1,691.346,-349.297,-51.1676,2.93215,86400,0,0,5148,0,0,0,0,0),(6462,3188,1,1,1,4072,1,-825.636,-4920.76,19.7409,0.261799,300,0,0,247,0,0,0,0,0),(6461,3193,1,1,1,3750,1,742.385,-4241.65,18.762,2.75762,200,0,0,102,0,0,0,0,0),(6460,3191,1,1,1,3751,0,312.099,-4664.95,16.4254,4.17134,300,0,0,120,0,0,0,0,0),(6459,3190,1,1,1,4075,1,1279.03,-4188.68,28.0245,3.52557,300,0,0,156,0,0,0,0,0),(3756,24819,0,1,1,8758,1,-7280.33,-879.17,169.628,0.034907,500,0,0,2672,0,0,0,0,0),(368,3149,0,1,1,9352,1,-12441.3,215.018,31.3224,5.5676,300,0,0,2218,0,0,0,0,0),(54699,2914,349,1,1,2958,0,702.582,-357.157,-51.9441,0.506145,86400,10,0,8,0,1,0,0,0),(54698,13142,349,1,1,13098,0,697.088,-372.955,-51.936,1.06465,86400,5,0,5148,0,1,0,0,0),(6458,3189,1,1,1,4073,1,1772.72,-4343.18,-7.81578,0.715585,300,0,0,137,0,0,0,0,0),(6457,3206,1,1,1,4076,1,-1165.43,-5588.42,13.7373,3.90321,300,0,0,148,165,0,0,0,0),(6456,3204,1,1,1,240,1,1469.35,-4705.08,2.23116,1.0276,300,0,0,178,382,0,0,0,0),(6455,3203,1,1,1,7128,1,868.614,-4189.56,-14.0285,1.39128,300,0,0,219,537,0,0,0,0),(6454,3113,1,1,1,6088,1,484.983,-4293.99,22.3683,4.03371,300,10,0,148,165,1,0,0,0),(6453,3114,1,1,1,1964,1,461.623,-4169.47,26.8051,5.69883,300,5,0,176,0,1,0,0,0),(6452,3113,1,1,1,6088,1,461.106,-4298.42,25.2114,4.92346,300,5,0,148,165,1,0,0,0),(6451,3114,1,1,1,1964,1,438.009,-4179.61,25.1933,0.712101,300,5,0,176,0,1,0,0,0),(6450,3113,1,1,1,6088,1,493.807,-4256.06,21.1464,4.68197,300,10,0,148,165,1,0,0,0),(6449,3114,1,1,1,1964,1,463.713,-4273.01,23.3364,4.47231,300,5,0,176,0,1,0,0,0),(6448,3114,1,1,1,1964,1,491.18,-4222.48,24.282,0.003392,300,10,0,176,0,1,0,0,0),(6447,3114,1,1,1,1964,1,-137.058,-4010.05,59.3378,5.06668,300,5,0,176,0,1,0,0,0),(6446,3114,1,1,1,1964,1,-93.6433,-3984.71,61.0635,4.01332,300,5,0,176,0,1,0,0,0),(6445,3114,1,1,1,1964,1,-87.4558,-4045.82,64.5018,4.33219,300,0,0,176,0,0,0,0,0),(367,943,0,1,1,4438,1,-11610.5,-698.739,31.0895,1.0472,300,0,0,1064,1007,0,0,0,0),(3755,24819,0,1,1,8758,1,-7341.18,-1023.78,179.282,3.85718,500,0,0,2672,0,0,0,0,0),(51882,10641,1,1,1,0,0,2971.35,-982.098,198.683,1.72311,9900,0,1,713,0,2,0,0,0),(51870,3792,1,1,1,0,0,3150.4,-1170.14,217.299,5.14352,9900,0,1,1107,0,2,0,0,0),(51869,12037,1,1,1,0,0,2808.17,-3107.65,177.759,6.09464,9900,0,0,1258,0,0,0,0,0),(51862,6646,1,1,1,0,1,4483.47,-7141.17,108.877,3.90305,43200,0,0,7359,0,0,0,0,0),(51858,6652,1,1,1,0,0,4521.84,-6398.31,125.474,5.28142,9900,0,0,2980,0,0,0,0,0),(51855,6647,1,1,1,0,1,4297.21,-6241.33,107.229,4.71908,9900,0,0,2980,0,0,0,0,0),(51853,6650,1,1,1,0,1,3517.3,-5371.97,107.517,6.07781,9900,0,0,2880,0,0,0,0,0),(51852,6649,1,1,1,0,1,3458.51,-5071.87,84.7132,4.53136,9900,0,0,2384,1864,0,0,0,0),(51851,6648,1,1,1,0,0,3512.53,-4118.76,103.765,0.553323,9900,0,0,2769,0,0,0,0,0),(51850,14226,1,1,1,0,1,-2130.13,1933.63,62.932,4.77918,9900,0,0,1753,0,0,0,0,0),(51849,14227,1,1,1,0,0,-1049.27,1856.88,63.727,4.44931,9900,0,0,1603,0,0,0,0,0),(51848,14225,1,1,1,0,1,-184.959,684.984,91.3339,2.56435,9900,0,0,1221,0,0,0,0,0),(51847,14228,1,1,1,0,0,-414.566,1477.82,90.7611,4.68571,9900,0,0,1279,0,0,0,0,0),(51846,14229,1,1,1,0,0,-117.75,2337.5,-24.0244,6.12535,9900,0,0,1342,0,0,0,0,0),(51845,3056,1,1,1,0,0,-758.331,132.167,2.77833,6.16915,9900,0,0,247,0,2,0,0,0),(51844,5349,1,1,1,0,0,-3525.88,2328.92,63.964,2.02379,9900,0,0,2672,0,0,0,0,0),(51843,5345,1,1,1,0,0,-4748.69,2897.92,-39.7154,1.49365,9900,0,0,2218,0,0,0,0,0),(51842,5354,1,1,1,0,0,-5022.19,629.697,33.8359,4.09332,9900,0,1,2138,0,2,0,0,0),(51841,5346,1,1,1,0,0,-5043.28,1615.39,70.4387,1.53842,9900,0,0,2576,0,0,0,0,0),(51840,5347,1,1,1,0,0,-5750.38,1687.03,102.643,0.756947,9900,0,1,2576,0,2,0,0,0),(51839,5352,1,1,1,0,0,-5120.65,1308.87,37.6403,0.760874,9900,0,0,2574,0,0,0,0,0),(51838,14471,1,1,1,0,0,-7970.9,1507.22,-1.55187,3.46744,43200,0,0,31440,0,2,0,0,0),(51837,14476,1,1,1,0,0,-6346.24,335.595,8.96532,6.11109,9900,0,0,3509,0,0,0,0,0),(51836,14475,1,1,1,0,0,-6611.16,943.311,-52.696,1.90135,43200,0,0,8352,0,0,0,0,0),(51835,14474,1,1,1,0,0,-7381.48,1805.67,-32.5482,1.35315,43200,0,0,8883,0,0,0,0,0),(51834,8203,1,1,1,0,1,-8115.78,-5270.91,1.67574,5.1899,9900,0,0,2488,0,0,0,0,0),(51833,8205,1,1,1,0,0,-9269.3,-3896.64,10.1017,3.20755,9900,0,0,2769,0,0,0,0,0),(51832,8202,1,1,1,0,1,-8390.99,-3065.61,8.62665,0.639302,9900,0,0,1804,4140,0,0,0,0),(51831,8201,1,1,1,0,1,-8431.95,-2890.55,8.62454,4.42492,9900,0,0,2769,0,0,0,0,0),(51830,8204,1,1,1,0,0,-7932,-2569.26,8.79678,2.98372,9900,0,0,2769,0,0,0,0,0),(51829,8200,1,1,1,0,1,-7007.29,-2742.31,10.3951,3.86336,43200,0,0,4605,3174,0,0,0,0),(51828,8199,1,1,1,0,1,-6874.17,-2895.55,9.76224,4.69274,43200,0,0,5544,0,0,0,0,0),(7888,4346,1,1,1,2700,0,-2482.07,-3736.57,46.8086,2.11185,360,0,0,1403,0,0,0,0,0),(7887,4414,1,1,1,2542,0,-2572.63,-3742.22,23.0639,2.47837,360,0,0,1469,0,0,0,0,0),(6444,3113,1,1,1,6088,1,-68.2943,-4052.45,67.3768,0.826492,300,5,0,148,165,1,0,0,0),(3754,8917,0,1,1,8893,1,-7356.39,-898.963,168.811,2.74017,500,0,0,1919,1587,0,0,0,0),(6443,3113,1,1,1,6088,1,-57.1798,-4040.56,67.3281,2.90567,300,5,0,148,165,1,0,0,0),(3753,8917,0,1,1,487,1,-7388.94,-873.726,171.725,5.75959,500,0,0,1919,1587,0,0,0,0),(6442,3113,1,1,1,6088,1,-57.7837,-3979.82,62.8262,2.70352,300,5,0,148,165,1,0,0,0),(6441,3113,1,1,1,6088,1,-86.0457,-4025.48,63.4506,1.03399,300,5,0,148,165,1,0,0,0),(52942,17852,534,1,1,0,1,5449.97,-2723.77,1485.67,5.8858,43200,0,0,568500,0,0,0,0,0),(52943,17936,534,1,1,0,1,5454.07,-2713.43,1485.8,5.6903,120,0,0,33534,25240,0,0,0,0),(52944,17936,534,1,1,0,1,5446.1,-2733.18,1486.31,5.76413,120,0,0,33534,25240,0,0,0,0),(52945,17937,534,1,1,0,0,5443.86,-2640.63,1486.14,0.55313,120,0,0,40566,0,0,0,0,0),(52946,17932,534,1,1,0,1,5397.4,-2634.8,1486.36,2.7601,120,0,0,55888,0,0,0,0,0),(52947,17932,534,1,1,0,1,5398.26,-2638,1486.06,4.25236,120,0,0,55888,0,0,0,0,0),(52948,17936,534,1,1,0,1,5400.59,-2633.33,1486.1,3.63189,120,0,0,33534,25240,0,0,0,0),(52949,17937,534,1,1,0,0,5382.12,-2780.26,1499.33,4.39766,120,0,0,40566,0,0,0,0,0),(52950,17932,534,1,1,0,1,5294.63,-2918.31,1528.63,5.93311,120,0,0,55888,0,0,0,0,0),(52951,17932,534,1,1,0,1,5296.86,-2912.2,1528.59,5.93311,120,0,0,55888,0,0,0,0,0),(52952,17937,534,1,1,0,0,5463.34,-3021.03,1550.3,4.63055,120,0,0,40566,0,0,0,0,0),(52953,17932,534,1,1,0,1,5476.62,-2960.32,1538.53,4.48133,120,0,0,55888,0,0,0,0,0),(52954,12996,0,1,1,0,1,-4460,-1593,490.022,4.122,310,0,0,1910,0,0,0,0,0),(52955,12996,0,1,1,0,1,-4395,-1511,477.061,2.464,310,0,0,1910,0,0,0,0,0),(52957,12997,369,1,1,0,0,-19.6312,40.0752,-4.21403,4.79965,180,0,0,247,0,0,0,0,0),(3752,8917,0,1,1,8891,1,-7445.86,-877.988,171.799,2.6529,500,0,0,1919,1587,0,0,0,0),(3751,8917,0,1,1,8891,1,-7431.54,-912.519,171.774,0.890118,500,0,0,1919,1587,0,0,0,0),(3750,8917,0,1,1,487,1,-7424.38,-904.418,172.948,4.46804,500,0,0,1919,1587,0,0,0,0),(3749,8917,0,1,1,487,1,-7477.86,-916.018,173.522,4.15388,500,0,0,1919,1587,0,0,0,0),(3748,8917,0,1,1,8891,1,-7468.06,-980.512,173.567,1.0821,500,0,0,1919,1587,0,0,0,0),(3747,8917,0,1,1,8893,1,-7471.42,-927.598,174.644,4.66003,500,0,0,1919,1587,0,0,0,0),(52969,12999,530,1,1,0,0,-742.603,3772.26,19.3709,4.10152,300,0,0,4120,0,0,0,0,0),(52970,12999,530,1,1,0,0,-728.26,3784.94,22.503,5.68977,300,0,0,4120,0,0,0,0,0),(52971,12999,530,1,1,0,0,-737.228,3797.9,23.3401,6.19592,300,0,0,4120,0,0,0,0,0),(52972,12999,530,1,1,0,0,-711.516,3785.84,22.6245,1.62316,300,0,0,4120,0,0,0,0,0),(52973,12999,530,1,1,0,0,-756.985,3794.23,21.3038,5.74213,300,0,0,4120,0,0,0,0,0),(52974,12999,530,1,1,0,0,-751.824,3832.66,19.097,5.23599,300,0,0,4120,0,0,0,0,0),(52975,12999,530,1,1,0,0,-730.178,3811.98,22.5057,4.50295,300,0,0,4120,0,0,0,0,0),(52976,12999,530,1,1,0,0,-740.271,3852.15,17.9183,4.57276,300,0,0,4120,0,0,0,0,0),(52977,12999,530,1,1,0,0,-742.034,3812.18,21.4338,1.32645,300,0,0,4120,0,0,0,0,0),(52978,12999,530,1,1,0,0,-763.942,3799.24,21.8864,4.13643,300,0,0,4120,0,0,0,0,0),(52979,12999,530,1,1,0,0,-769.694,3792.51,21.5979,1.39626,300,0,0,4120,0,0,0,0,0),(52980,12999,530,1,1,0,0,-762.752,3837.38,19.8125,0.331613,300,0,0,4120,0,0,0,0,0),(52981,17932,534,1,1,0,1,5475.31,-2958.82,1538.5,3.57431,120,0,0,55888,0,0,0,0,0),(52982,17936,534,1,1,0,1,5479.47,-2960.35,1538.43,5.6242,120,0,0,33534,25240,0,0,0,0),(52983,17937,534,1,1,0,0,5569.84,-2809.79,1496.8,5.8072,120,0,0,40566,0,0,0,0,0),(52984,17937,534,1,1,0,0,5583.76,-2800.96,1496.93,4.09896,120,0,0,40566,0,0,0,0,0),(52985,17933,534,1,1,0,1,5574.97,-2764.2,1495.94,1.97525,120,0,0,83832,0,0,0,0,0),(52986,17933,534,1,1,0,1,5566.79,-2767.07,1495.93,1.83073,120,0,0,83832,0,0,0,0,0),(52987,17933,534,1,1,0,1,5565.96,-2750.46,1492.98,0.574997,120,0,0,83832,0,0,0,0,0),(52988,13016,369,1,1,0,0,-47.1974,41.9389,-13.8634,0.139822,1,10,0,1,0,1,0,0,0),(52989,13017,369,1,1,0,0,5.60166,52.1178,-13.8634,1.58004,180,0,0,1,0,0,0,0,0),(52990,13018,369,1,1,0,1,-20.9837,2459.93,-4.297,1.57042,180,0,0,247,0,0,0,0,0),(30252,6212,90,1,1,3456,1,-643.658,531.464,-272.977,2.16421,86400,3,0,2400,0,1,0,0,0),(30251,6224,90,1,1,6936,1,-592.591,684.311,-326.979,2.87979,86400,2,0,787,0,1,0,0,0),(30250,6212,90,1,1,3456,1,-739.926,655.718,-321.699,3.28122,86400,3,0,2400,0,1,0,0,0),(30249,6212,90,1,1,3456,1,-770.363,594.709,-290.977,2.68781,86400,2,0,2400,0,1,0,0,0),(30248,6233,90,1,1,6978,0,-446.372,233.008,-207.908,4.77612,86400,2,0,3412,0,1,0,0,0),(30247,6223,90,1,1,6982,1,-555.465,369.512,-231.596,5.51524,86400,5,0,2250,0,1,0,0,0),(30246,6233,90,1,1,6978,0,-455.033,257.621,-207.823,0.122173,86400,5,0,3412,0,1,0,0,0),(30245,6233,90,1,1,6978,0,-423.485,226.97,-211.55,4.7026,86400,2,0,3412,0,1,0,0,0),(30244,6233,90,1,1,6978,0,-545.239,274.565,-207.823,4.39823,86400,3,0,3412,0,1,0,0,0),(53012,17933,534,1,1,0,1,5588.66,-2747.19,1494.72,2.72228,120,0,0,83832,0,0,0,0,0),(53013,17933,534,1,1,0,1,5591.99,-2714.14,1493.23,1.57464,120,0,0,83832,0,0,0,0,0),(53014,17933,534,1,1,0,1,5591.91,-2711.96,1493.24,0.176628,120,0,0,83832,0,0,0,0,0),(53015,17934,534,1,1,0,1,5619.97,-2838.4,1509.99,3.42425,120,0,0,41916,0,0,0,0,0),(53016,17934,534,1,1,0,1,5622.04,-2852.36,1510.75,3.42425,120,0,0,41916,0,0,0,0,0),(53017,17935,534,1,1,0,1,5631.3,-2837.96,1510.68,4.47689,120,0,0,33534,25240,0,0,0,0),(53018,17935,534,1,1,0,1,5634.15,-2845.68,1510.69,2.38773,120,0,0,33534,25240,0,0,0,0),(53019,17935,534,1,1,0,1,5621.74,-2872.24,1516.51,2.38381,120,0,0,33534,25240,0,0,0,0),(53020,17934,534,1,1,0,1,5583.98,-2872.57,1509.52,1.55128,120,0,0,41916,0,0,0,0,0),(53021,17934,534,1,1,0,1,5598.32,-2872.79,1510.52,1.37536,120,0,0,41916,0,0,0,0,0),(53022,17935,534,1,1,0,1,5594.75,-2883.25,1510.54,2.81106,120,0,0,33534,25240,0,0,0,0),(53023,17935,534,1,1,0,1,5587.29,-2883.04,1510.35,0.207466,120,0,0,33534,25240,0,0,0,0),(53024,18502,534,1,1,0,0,5194.32,-3444.63,1637.23,0.141486,120,0,0,16902,0,0,0,0,0),(53025,18502,534,1,1,0,0,5334.16,-3740.88,1603.83,4.93242,120,0,0,16902,0,0,0,0,0),(6440,3113,1,1,1,6088,1,-52.5952,-4017.01,65.3598,5.78543,300,5,0,148,165,1,0,0,0),(3746,8917,0,1,1,8892,1,-7342.71,-1044.4,180.434,4.43314,500,0,0,1919,1587,0,0,0,0),(135601,16481,532,1,1,14366,0,-11051.3,-1982.27,158.296,4.31096,604800,0,0,51660,0,0,0,0,0),(135600,16481,532,1,1,14366,0,-11057.7,-1997.75,115.226,2.9081,604800,5,0,51660,0,1,0,0,0),(135599,16481,532,1,1,14366,0,-11090.5,-1969.23,92.6019,1.52474,604800,5,0,51660,0,1,0,0,0),(11416,20424,560,3,1,341,1,2318.87,912.879,54.6212,5.06031,86400,0,0,198,0,0,0,0,0),(6438,3114,1,1,1,1964,1,-118.588,-3985.38,58.9729,1.79979,300,5,0,176,0,1,0,0,0),(6437,3114,1,1,1,1964,1,-78.1084,-4012.51,63.6847,3.22944,300,5,0,176,0,1,0,0,0),(6436,3199,1,1,1,4194,1,929.706,-4719.18,19.9841,1.0005,300,0,0,178,382,0,0,0,0),(6435,3196,1,1,1,4187,1,923.904,-4707.81,22.9414,5.72971,300,0,0,166,178,0,0,0,0),(6434,3199,1,1,1,4194,1,943.456,-4724.34,21.3917,4.66289,300,5,0,178,382,1,0,0,0),(6433,3199,1,1,1,4194,1,914.509,-4747.24,19.6063,3.66224,300,5,0,178,382,1,0,0,0),(6432,3197,1,1,1,4192,1,846.259,-4200.13,-10.6926,4.34767,300,0,0,166,178,0,0,0,0),(6431,3198,1,1,1,4190,1,876.708,-4229.61,-11.1555,5.044,300,0,0,178,382,0,0,0,0),(6430,3198,1,1,1,4190,1,861.762,-4177.55,-14.0174,0.122173,300,0,0,178,382,0,0,0,0),(6429,3197,1,1,1,4192,1,881.009,-4196.7,-14.0806,0.994838,300,0,0,166,178,0,0,0,0),(6428,3197,1,1,1,4192,1,860.271,-4198.58,-13.9487,0.925025,300,0,0,166,178,0,0,0,0),(6427,3197,1,1,1,4192,1,871.684,-4183.83,-13.9273,4.03171,300,0,0,166,178,0,0,0,0),(6426,3197,1,1,1,4193,1,1504.83,-4735.84,15.6554,0.989693,300,0,0,166,178,0,0,0,0),(6425,3198,1,1,1,4190,1,1420.28,-4728.08,-0.710633,4.48445,300,0,0,178,382,0,0,0,0),(6424,3198,1,1,1,4190,1,1535.37,-4783.95,12.4727,2.08328,300,0,0,178,382,0,0,0,0),(6423,3198,1,1,1,4191,1,1477.11,-4769.06,6.44096,0.847762,300,0,0,178,382,0,0,0,0),(6422,3197,1,1,1,4193,1,1483.43,-4779.73,5.94835,1.30609,300,0,0,166,178,0,0,0,0),(6421,3197,1,1,1,4192,1,1458.77,-4804.13,10.7312,2.95202,300,0,0,166,178,0,0,0,0),(135598,16481,532,1,1,14366,0,-11060.2,-2014.64,97.019,5.98857,604800,5,0,51660,0,1,0,0,0),(135597,16481,532,1,1,14366,0,-11053,-1949.28,96.472,2.12436,604800,5,0,51660,0,1,0,0,0),(39749,5271,109,1,1,0,1,-440.499,-120.2,-90.8275,2.34569,86400,0,0,4950,1695,0,0,0,0),(39748,5271,109,1,1,0,1,-486.837,-112.27,-90.8275,4.87075,86400,0,0,4950,1695,0,0,0,0),(39747,5271,109,1,1,0,1,-488.346,-116.971,-90.8275,0.749854,86400,0,0,4950,1695,0,0,0,0),(39746,5271,109,1,1,0,1,-448.944,-93.9112,-90.8275,6.11177,86400,0,0,4950,1695,0,0,0,0),(39745,5269,109,1,1,0,1,-448.423,-91.5326,-90.8275,5.98973,86400,0,0,1919,1587,0,0,0,0),(39744,5273,109,1,1,0,1,-466.5,-94.7733,-90.8275,6.212,86400,0,0,4950,1695,0,0,0,0),(39743,5271,109,1,1,0,1,-449.691,-55.0559,-90.8275,5.98769,86400,0,0,4950,1695,0,0,0,0),(39742,5271,109,1,1,0,1,-442.985,-53.7109,-90.8275,3.67469,86400,0,0,4950,1695,0,0,0,0),(39741,5271,109,1,1,0,1,-459.757,-74.6776,-90.8275,5.61186,86400,0,0,4950,1695,0,0,0,0),(39740,5271,109,1,1,0,1,-476.669,-74.2078,-90.8275,0.0630307,86400,0,0,4950,1695,0,0,0,0),(39739,5273,109,1,1,0,1,-459.898,-77.7837,-90.8275,6.26499,86400,0,0,4950,1695,0,0,0,0),(39738,5271,109,1,1,0,1,-476.251,-80.8728,-90.8275,0.275089,86400,0,0,4950,1695,0,0,0,0),(39737,5710,109,1,1,0,1,-425.894,-86.0747,-88.224,3.11157,86400,0,0,8860,1807,0,0,0,0),(39736,5283,109,1,1,0,1,-502.888,122.757,-90.6196,5.14026,86400,0,0,6183,0,0,0,0,0),(39735,5277,109,1,1,0,1,-436.859,164.875,-90.866,4.16098,86400,0,0,6414,0,0,0,0,0),(39734,5277,109,1,1,0,1,-422.242,156.176,-90.8708,4.17668,86400,0,0,6414,0,0,0,0,0),(135596,16473,532,1,1,16569,0,-10871.7,-1727.13,90.5517,2.11185,604800,0,0,40214,0,0,0,0,0),(135595,16473,532,1,1,16567,0,-10872.8,-1725.18,90.552,5.2709,604800,0,0,40214,0,0,0,0,0),(135594,16473,532,1,1,16569,0,-10852.9,-1745.39,89.5654,3.82227,604800,0,0,40214,0,0,0,0,0),(135593,16473,532,1,1,18979,0,-10854.3,-1747.9,89.5583,0.296706,604800,0,0,40214,0,0,0,0,0),(135592,16473,532,1,1,18979,0,-10890.5,-1738.73,90.5533,4.53786,604800,0,0,40214,0,0,0,0,0),(30243,6223,90,1,1,6982,1,-468.047,262.68,-207.823,4.2237,86400,2,0,2250,0,1,0,0,0),(30242,6223,90,1,1,6982,1,-490.481,272.661,-211.014,5.72468,86400,0,0,2250,0,0,0,0,0),(30241,6223,90,1,1,6981,1,-549.057,278.595,-207.931,4.79965,86400,2,0,2250,0,1,0,0,0),(30240,6233,90,1,1,6978,0,-516.385,281.052,-211.46,5.95157,86400,5,0,3412,0,1,0,0,0),(30239,6233,90,1,1,6978,0,-432.397,238.449,-211.538,4.7055,86400,2,0,3412,0,1,0,0,0),(30238,6407,90,1,1,6628,1,-565.122,184.7,-193.653,5.06145,86400,0,0,2715,0,0,0,0,0),(135591,16473,532,1,1,16569,0,-10887,-1738.21,90.5533,0.977384,604800,0,0,40214,0,0,0,0,0),(3344,8964,0,1,1,6374,0,-7587.61,-1127.06,299.039,4.70997,900,0,0,6645,0,2,0,0,0),(135590,16473,532,1,1,18979,0,-10855.9,-1717.56,96.2783,6.19592,604800,0,0,40214,0,0,0,0,0),(30237,6391,90,1,1,6611,1,-526.82,202.067,-193.631,0.907571,86400,0,0,2250,0,0,0,0,0),(30236,6392,90,1,1,6608,1,-566.097,182.016,-193.654,0.715585,86400,0,0,2319,811,0,0,0,0),(30235,6391,90,1,1,6611,1,-531.838,207.829,-193.631,0.645772,86400,0,0,2250,0,0,0,0,0),(30234,6392,90,1,1,6609,1,-517.134,178.266,-193.638,6.16101,86400,0,0,2319,811,0,0,0,0),(30233,6391,90,1,1,6610,1,-549.924,170.193,-193.654,4.45059,86400,0,0,2250,0,0,0,0,0),(30232,6392,90,1,1,6608,1,-563.7,183.698,-193.653,3.36848,86400,0,0,2319,811,0,0,0,0),(30231,6407,90,1,1,6629,1,-491.399,198.038,-193.618,4.08407,86400,0,0,2715,0,0,0,0,0),(135589,16472,532,1,1,16566,1,-10841.2,-1718.05,96.1949,3.88073,604800,5,0,45240,0,1,0,0,0),(15309,2349,0,1,1,6808,0,-784.152,-163.407,34.6365,1.66464,300,5,0,664,0,1,0,0,0),(6420,3198,1,1,1,4191,1,1499.2,-4855.49,10.7803,3.06868,300,0,0,178,382,0,0,0,0),(135588,16472,532,1,1,16563,1,-10854,-1735.47,90.4665,5.24363,604800,0,0,45240,0,2,0,0,0),(30230,6407,90,1,1,6629,1,-492.279,195.693,-193.619,1.43117,86400,0,0,2715,0,0,0,0,0),(30229,9676,90,1,1,9027,1,-559.508,195.829,-193.647,5.93412,86400,0,0,664,0,0,0,0,0),(30228,6329,90,1,1,976,0,-524.084,17.8809,-156.404,2.87979,86400,3,0,1830,655,1,0,0,0),(7886,4346,1,1,1,2700,0,-2633.17,-3748.08,53.6637,5.81195,360,0,0,1403,0,0,0,0,0),(3343,8964,0,1,1,6374,0,-7502.98,-1091.51,286.44,4.37475,900,0,0,6645,0,2,0,0,0),(3342,9044,0,1,1,9606,1,-7578.5,-1240.42,284.846,4.53786,500,0,0,3189,0,0,0,0,0),(3341,9044,0,1,1,9862,1,-7532.29,-1277.22,250.551,2.47837,500,0,0,3189,0,0,0,0,0),(3340,9043,0,1,1,9599,1,-7534.65,-1274.3,250.552,5.02655,500,0,0,3189,0,0,0,0,0),(3339,9043,0,1,1,9855,1,-7549.88,-1243.63,285.441,2.58309,500,0,0,3189,0,0,0,0,0),(3338,9044,0,1,1,9862,1,-7552.64,-1239.98,285.404,5.37561,500,0,0,3189,0,0,0,0,0),(135587,16180,532,1,1,0,0,-10937.6,-2043.51,49.4749,1.35787,604800,7,0,185906,0,1,0,0,0),(30227,6329,90,1,1,976,0,-367.322,126.659,-154.66,3.40339,86400,3,0,1830,655,1,0,0,0),(30226,6329,90,1,1,976,0,-532.052,164.641,-155.236,2.6529,86400,0,0,1830,655,2,0,0,0),(30225,6329,90,1,1,976,0,-436.441,122.539,-156.443,6.23082,86400,0,0,1830,655,0,0,0,0),(30224,6329,90,1,1,976,0,-554.399,169.332,-155.153,1.01229,86400,0,0,1830,655,0,0,0,0),(30223,6329,90,1,1,976,0,-468.348,177.182,-154.653,6.0912,86400,5,0,1830,655,1,0,0,0),(30222,6329,90,1,1,976,0,-463.033,110.822,-151.173,3.08923,86400,0,0,1830,655,0,0,0,0),(30221,6329,90,1,1,976,0,-507.402,78.9238,-154.669,2.1293,86400,5,0,1830,655,1,0,0,0),(135586,16471,532,1,1,2606,0,-10905.4,-1892.48,92.2654,4.72984,604800,0,0,49560,33090,0,0,0,0),(135585,16471,532,1,1,2606,0,-10910,-1891.91,92.275,4.83456,604800,0,0,49560,33090,0,0,0,0),(135584,16471,532,1,1,2606,0,-10898.2,-1869.8,94.7619,3.24631,604800,0,0,49560,33090,0,0,0,0),(6419,3197,1,1,1,4192,1,1449.92,-4738.28,-1.99017,1.06659,300,0,0,166,178,0,0,0,0),(6418,3197,1,1,1,4192,1,1436.69,-4785.35,7.73808,4.94512,300,0,0,166,178,0,0,0,0),(6417,3197,1,1,1,4192,1,1450.39,-4691.18,-5.0319,1.42394,300,0,0,166,178,0,0,0,0),(6416,3111,1,1,1,1218,1,80.3499,-4406.12,43.4788,1.72691,300,5,0,120,0,1,0,0,0),(6415,3111,1,1,1,1218,1,18.2329,-4617.23,44.7297,0.307545,300,5,0,120,0,1,0,0,0),(6414,3112,1,1,1,1252,1,51.0283,-4468.06,48.8177,3.98646,300,3,0,137,0,1,0,0,0),(135583,16471,532,1,1,2606,0,-10912.2,-1868.5,94.7804,5.86431,604800,0,0,49560,33090,0,0,0,0),(135582,16471,532,1,1,2606,0,-10930.3,-1800.14,91.5103,6.16101,604800,0,0,49560,33090,0,0,0,0),(135581,16471,532,1,1,2606,0,-10865.3,-1808.12,91.5327,3.01942,604800,0,0,49560,33090,0,0,0,0),(135580,16471,532,1,1,0,0,-10903,-1854,96.3698,2.29487,604800,5,0,49560,33090,2,0,0,0),(135579,16470,532,1,1,16562,0,-10893.9,-1879.73,125.42,3.55025,604800,0,0,33040,16545,0,0,0,0),(6413,3112,1,1,1,1252,1,62.1836,-4454.37,46.8297,2.5243,300,3,0,137,0,1,0,0,0),(6412,3112,1,1,1,1252,1,117.878,-4459.38,37.6442,0.088007,300,10,0,137,0,1,0,0,0),(6411,3112,1,1,1,1252,1,58.3333,-4291.67,64.8786,5.32869,300,10,0,137,0,1,0,0,0),(6410,3186,1,1,1,4089,1,-779.031,-4938.93,22.3297,3.31613,300,0,0,222,0,0,0,0,0),(6409,14544,1,1,1,14342,0,-855.627,-4884.4,22.1798,1.32645,120,0,0,42,0,0,0,0,0),(6408,12350,1,1,1,6473,0,-862.748,-4878.5,20.6181,0.610865,120,0,0,55,0,0,0,0,0),(44356,10374,229,1,1,0,0,-137.77,-446.76,20.68,4.26,10800,0,0,8352,0,0,0,0,0),(44355,10374,229,1,1,0,0,-137.85,-474.1,13.46,1.53,10800,0,0,8352,0,0,0,0,0),(44354,10374,229,1,1,0,0,-148.33,-550.61,8.4,0.72,10800,0,0,8352,0,0,0,0,0),(44353,10374,229,1,1,0,0,-149.97,-568.92,9.78,1,10800,0,0,8352,0,0,0,0,0),(44352,10374,229,1,1,0,0,-111.31,-571.87,10.95,2.08,10800,0,0,8352,0,0,0,0,0),(44351,10374,229,1,1,0,0,-116.52,-553.68,5.15,1.03,10800,0,0,8352,0,0,0,0,0),(44350,10374,229,1,1,0,0,-107.82,-549.12,2.78,1.54,10800,0,0,8352,0,0,0,0,0),(44349,10375,229,1,1,0,0,-128.26,-511.17,11.54,4.56,10800,0,0,2614,0,0,0,0,0),(44348,10375,229,1,1,0,0,-146.45,-452.6,18.89,5.44,10800,0,0,2614,0,0,0,0,0),(44347,10375,229,1,1,0,0,-143.34,-480.68,12.66,0.95,10800,0,0,2614,0,0,0,0,0),(44346,10375,229,1,1,0,0,-141.77,-536.42,7.12,0.57,10800,0,0,2614,0,0,0,0,0),(44345,10375,229,1,1,0,0,-146.19,-539.25,7.68,1.03,10800,0,0,2614,0,0,0,0,0),(44344,10375,229,1,1,0,0,-124.27,-572.77,13.46,2.16,10800,0,0,2614,0,0,0,0,0),(44343,10375,229,1,1,0,0,-106.24,-565.05,8.79,2.02,10800,0,0,2614,0,0,0,0,0),(44342,10596,229,1,1,0,0,-135.51,-565.85,10.17,0.67,1000000,0,0,23688,0,0,0,0,0),(44341,10375,229,1,1,0,0,-109.84,-530.19,-6.15,1.65,10800,0,0,2614,0,0,0,0,0),(44340,10375,229,1,1,0,0,-116,-537.32,-2.11,1.55,10800,0,0,2614,0,0,0,0,0),(44339,9260,229,1,1,0,1,-87.19,-430.12,-18.76,0.26,10800,0,0,8352,0,0,0,0,0),(44338,9263,229,1,1,0,1,-55.51,-429.36,-18.76,2.97,10800,0,0,6681,2241,0,0,0,0),(44337,9264,229,1,1,0,1,-60.83,-426.5,-18.76,5.46,10800,0,0,6681,2241,0,0,0,0),(44336,9264,229,1,1,0,1,-102.52,-470.81,-18.57,2.56,10800,0,0,6681,2241,0,0,0,0),(44335,9263,229,1,1,0,1,-118.3,-456.93,-18.75,0.02,10800,0,0,6681,2241,0,0,0,0),(44334,9260,229,1,1,0,1,-119.74,-458.4,-18.75,0.07,10800,0,0,8352,0,0,0,0,0),(44333,9260,229,1,1,0,1,-119.91,-456.06,-18.75,0.14,10800,0,0,8352,0,0,0,0,0),(44332,9260,229,1,1,0,1,-103.05,-472.96,-18.46,3.15,10800,0,0,8352,0,0,0,0,0),(44331,9260,229,1,1,0,1,-100.69,-469.04,-18.66,2.95,10800,0,0,8352,0,0,0,0,0),(44330,9263,229,1,1,0,1,-114.18,-481.15,-18.28,3.05,10800,0,0,6681,2241,0,0,0,0),(44329,9264,229,1,1,0,1,-116.41,-477.59,-18.28,4.33,10800,0,0,6681,2241,0,0,0,0),(44327,9264,229,1,1,0,1,-117.38,-484.87,-18.28,1.53,10800,0,0,6681,2241,0,0,0,0),(44326,9264,229,1,1,0,1,-144.59,-509.5,-18.28,5.61,10800,0,0,6681,2241,0,0,0,0),(44325,9264,229,1,1,0,1,-142.5,-495.04,-18.28,3.63,10800,0,0,6681,2241,0,0,0,0),(44324,9263,229,1,1,0,1,-143.86,-499.87,-18.28,2.31,10800,0,0,6681,2241,0,0,0,0),(44323,9263,229,1,1,0,1,-145.35,-512.9,-18.28,0.56,10800,0,0,6681,2241,0,0,0,0),(44322,9260,229,1,1,0,1,-140.4,-509.28,-18.28,3.94,10800,0,0,8352,0,0,0,0,0),(44321,9260,229,1,1,0,1,-149.41,-497.44,-18.28,0.09,10800,0,0,8352,0,0,0,0,0),(44320,9263,229,1,1,0,1,-158.69,-497.32,-18.28,4.67,10800,0,0,6681,2241,0,0,0,0),(44319,9264,229,1,1,0,1,-158.71,-501.28,-18.28,1.59,10800,0,0,6681,2241,0,0,0,0),(44318,9260,229,1,1,0,1,-88.41,-463.18,-18.76,2.93,10800,0,0,8352,0,0,0,0,0),(44317,9259,229,1,1,0,1,-120.23,-431.55,-18.76,6.19,10800,0,0,8097,0,0,0,0,0),(44316,9259,229,1,1,0,1,-115.92,-426.04,-18.76,4.64,10800,0,0,8097,0,0,0,0,0),(44315,9261,229,1,1,0,1,-115.17,-421.78,-18.76,4.58,10800,0,0,6477,2163,0,0,0,0),(44314,9261,229,1,1,0,1,-119.32,-434.29,-18.76,1.07,10800,0,0,6477,2163,0,0,0,0),(44313,9262,229,1,1,0,1,-109.82,-434.25,-18.76,5.5,10800,0,0,6477,3244,0,0,0,0),(44312,9261,229,1,1,0,1,-95.01,-424.49,-18.76,6.2,10800,0,0,6477,2163,0,0,0,0),(44311,9259,229,1,1,0,1,-94.49,-421.04,-18.76,6.28,10800,0,0,8097,0,0,0,0,0),(44310,9262,229,1,1,0,1,-97.42,-434.12,-18.76,4.79,10800,0,0,6477,3244,0,0,0,0),(44309,9261,229,1,1,0,1,-100.27,-437.4,-18.76,0.15,10800,0,0,6477,2163,0,0,0,0),(44308,9259,229,1,1,0,1,-94.53,-436.52,-18.76,3.39,10800,0,0,8097,0,0,0,0,0),(44307,9261,229,1,1,0,1,-80.86,-451.33,-18.76,5.05,10800,0,0,6477,2163,0,0,0,0),(44306,9259,229,1,1,0,1,-82.95,-454.51,-18.76,0.24,10800,0,0,8097,0,0,0,0,0),(44305,9262,229,1,1,0,1,-79.03,-456.38,-18.75,1.67,10800,0,0,6477,3244,0,0,0,0),(44304,9259,229,1,1,0,1,-77.78,-452.02,-18.75,4,10800,0,0,8097,0,0,0,0,0),(44272,9259,229,1,1,0,1,-87.34,-427.56,-18.75,0.36,10800,0,0,8097,0,0,0,0,0),(39451,8319,109,1,1,0,0,-464.338,74.5981,-93.5441,5.78026,86400,0,0,2576,0,0,0,0,0),(39450,8319,109,1,1,0,0,-457.126,64.4411,-91.9397,1.41031,86400,0,0,2576,0,0,0,0,0),(39449,5283,109,1,1,0,1,-459.465,70.2193,-92.9899,0.92493,86400,0,0,6183,0,0,0,0,0),(39448,8319,109,1,1,0,0,-452.109,70.0397,-92.5483,3.32589,86400,0,0,2576,0,0,0,0,0),(39044,8319,109,1,1,0,0,-458.554,77.423,-93.6562,4.09951,86400,0,0,2576,0,0,0,0,0),(39043,8319,109,1,1,0,0,-414.779,22.272,-90.8588,2.42583,86400,0,0,2576,0,0,0,0,0),(39042,8319,109,1,1,0,0,-425.666,25.6628,-90.8678,2.11245,86400,0,0,2576,0,0,0,0,0),(39041,8319,109,1,1,0,0,-504.523,62.5946,-91.4398,0.431703,86400,0,0,2576,0,0,0,0,0),(39040,8319,109,1,1,0,0,-500.911,57.4209,-91.417,1.4378,86400,0,0,2576,0,0,0,0,0),(38086,8318,109,1,1,0,0,-596.574,44.2668,-69.3528,2.95519,86400,0,0,2399,0,0,0,0,0),(53301,13321,530,1,1,0,0,-278.645,5404.85,17.7989,0.427294,300,5,0,42,0,1,0,0,0),(53302,13321,530,1,1,0,0,-1006.33,5358.3,18.0053,0.959674,300,5,0,42,0,1,0,0,0),(53303,13321,530,1,1,0,0,-1023.42,5174.44,17.6275,6.14602,300,5,0,42,0,1,0,0,0),(53304,13321,530,1,1,0,0,-1027.6,5097.48,18.0527,3.86015,300,5,0,42,0,1,0,0,0),(53305,13321,530,1,1,0,0,-892.299,5145.5,17.8831,5.46264,300,5,0,42,0,1,0,0,0),(53306,13321,530,1,1,0,0,-958.186,5208.35,18.6825,2.80106,300,5,0,42,0,1,0,0,0),(53307,13321,530,1,1,0,0,-797.439,5139.89,18.3158,4.33962,300,5,0,42,0,1,0,0,0),(53308,13321,530,1,1,0,0,-735.952,5316.67,17.7496,3.14159,300,5,0,42,0,1,0,0,0),(53309,13321,530,1,1,0,0,-637.371,5337.95,17.7775,2.08316,300,5,0,42,0,1,0,0,0),(53310,13321,530,1,1,0,0,-545.695,5345.41,17.6607,4.35241,300,5,0,42,0,1,0,0,0),(53311,13321,530,1,1,0,0,-474.25,5373.49,19.2377,0.282857,300,5,0,42,0,1,0,0,0),(53312,13321,530,1,1,0,0,-314.269,5433.96,18.8303,3.82183,300,5,0,42,0,1,0,0,0),(53313,13321,530,1,1,0,0,-177.48,5423.69,17.9725,5.63142,300,5,0,42,0,1,0,0,0),(53314,13321,530,1,1,0,0,-215.677,5453.14,18.3632,4.90902,300,5,0,42,0,1,0,0,0),(53315,13321,530,1,1,0,0,-262.275,5445.42,19.0458,4.31926,300,5,0,42,0,1,0,0,0),(53316,13321,530,1,1,0,0,-116.167,5522.5,17.8191,2.62814,300,5,0,42,0,1,0,0,0),(53317,13321,530,1,1,0,0,-419.92,5515.93,17.732,3.79328,300,5,0,42,0,1,0,0,0),(53318,13321,530,1,1,0,0,-490.277,5475.79,17.5959,1.48084,300,5,0,42,0,1,0,0,0),(53319,13321,530,1,1,0,0,-545.85,5461.76,18.6937,5.8038,300,5,0,42,0,1,0,0,0),(53320,13321,530,1,1,0,0,-598.418,5401.71,21.8741,2.36036,300,5,0,42,0,1,0,0,0),(53321,13321,530,1,1,0,0,-719.558,5418.94,17.5927,4.67745,300,5,0,42,0,1,0,0,0),(53322,13321,530,1,1,0,0,-792.304,5326.87,18.0999,1.78121,300,5,0,42,0,1,0,0,0),(53323,13321,530,1,1,0,0,-825.575,5298.39,17.6064,4.74543,300,5,0,42,0,1,0,0,0),(53324,13321,530,1,1,0,0,-840.141,5353.4,17.9584,4.69068,300,5,0,42,0,1,0,0,0),(53325,13321,530,1,1,0,0,-932.291,5343.42,17.7638,2.47387,300,5,0,42,0,1,0,0,0),(53326,13321,530,1,1,0,0,-995.595,5408.98,17.3583,1.14379,300,5,0,42,0,1,0,0,0),(53327,13321,530,1,1,0,0,-913.141,5583.57,17.4991,0.921317,300,5,0,42,0,1,0,0,0),(53328,13321,530,1,1,0,0,-939.895,5709.62,17.7847,5.87201,300,5,0,42,0,1,0,0,0),(53329,13321,530,1,1,0,0,-904.871,5653.1,18.1291,5.4439,300,5,0,42,0,1,0,0,0),(53330,13321,530,1,1,0,0,-997.597,5793.85,18.7844,4.69068,300,5,0,42,0,1,0,0,0),(53331,13321,530,1,1,0,0,-950.489,5843.81,17.6082,3.34207,300,5,0,42,0,1,0,0,0),(53332,13321,530,1,1,0,0,-874.526,5809.68,18.2416,0.534557,300,5,0,42,0,1,0,0,0),(53333,13321,530,1,1,0,0,-885.132,5971.89,17.4991,6.08056,300,5,0,42,0,1,0,0,0),(53334,13321,530,1,1,0,0,-942.142,6006.56,17.4992,3.67737,300,5,0,42,0,1,0,0,0),(53335,13321,530,1,1,0,0,-1015.99,6071.15,17.6241,1.74983,300,5,0,42,0,1,0,0,0),(53336,13321,530,1,1,0,0,-888.893,6073.54,17.9368,1.79465,300,5,0,42,0,1,0,0,0),(53337,13321,530,1,1,0,0,-702.478,5953.87,17.4991,2.56197,300,5,0,42,0,1,0,0,0),(53338,13321,530,1,1,0,0,-577.675,5929.86,17.5799,1.34743,300,5,0,42,0,1,0,0,0),(53339,13321,530,1,1,0,0,-470.424,5911.19,21.9848,3.73041,300,5,0,42,0,1,0,0,0),(53340,13321,530,1,1,0,0,-409.555,5979.35,17.7782,3.14648,300,5,0,42,0,1,0,0,0),(53341,13321,530,1,1,0,0,-301.353,5957.77,17.8741,1.63694,300,5,0,42,0,1,0,0,0),(53342,13321,530,1,1,0,0,-390.511,6036.6,21.1441,2.76038,300,5,0,42,0,1,0,0,0),(53343,13321,530,1,1,0,0,-241.917,5985.46,17.5521,5.7006,300,5,0,42,0,1,0,0,0),(53344,13321,530,1,1,0,0,-247.728,6004.88,18.094,3.67431,300,5,0,42,0,1,0,0,0),(53345,13321,530,1,1,0,0,-260.679,6092.09,19.315,3.43772,300,5,0,42,0,1,0,0,0),(53346,13321,530,1,1,0,0,-84.4359,5989.37,18.0899,5.54899,300,5,0,42,0,1,0,0,0),(53347,13321,530,1,1,0,0,101.088,5910.07,17.4991,3.9174,300,5,0,42,0,1,0,0,0),(53348,13321,530,1,1,0,0,-57.8492,5922.4,18.4611,1.55712,300,5,0,42,0,1,0,0,0),(53349,13321,530,1,1,0,0,-47.9437,5868.74,17.9991,2.10095,300,5,0,42,0,1,0,0,0),(53350,13321,530,1,1,0,0,-57.5821,5775.46,17.4991,1.41683,300,5,0,42,0,1,0,0,0),(53351,13321,530,1,1,0,0,-43.4254,5797.14,18.5088,4.57532,300,5,0,42,0,1,0,0,0),(53352,13321,530,1,1,0,0,86.0864,5793.42,18.135,2.10351,300,5,0,42,0,1,0,0,0),(53353,13321,530,1,1,0,0,-4.01118,5754.31,22.0616,2.81665,300,5,0,42,0,1,0,0,0),(53354,13321,530,1,1,0,0,-55.9577,5646.66,17.8741,2.34474,300,5,0,42,0,1,0,0,0),(53355,13321,530,1,1,0,0,-109.821,5653.85,19.4748,5.29856,300,5,0,42,0,1,0,0,0),(53356,13321,530,1,1,0,0,-822.909,5557.66,17.4991,5.43143,300,5,0,42,0,1,0,0,0),(53357,13321,530,1,1,0,0,-840.085,5489.35,17.4991,1.17374,300,5,0,42,0,1,0,0,0),(53358,13321,530,1,1,0,0,-735.718,5449.67,18.3741,5.98599,300,5,0,42,0,1,0,0,0),(53359,13321,530,1,1,0,0,-694.601,5505.47,17.4793,3.78187,300,5,0,42,0,1,0,0,0),(53360,13321,530,1,1,0,0,-89.0631,5456.87,17.8947,3.51994,300,5,0,42,0,1,0,0,0),(53361,13321,530,1,1,0,0,-24.7743,5557.79,17.4395,3.57559,300,5,0,42,0,1,0,0,0),(53362,13321,530,1,1,0,0,10.0769,5574.56,17.4991,6.20605,300,5,0,42,0,1,0,0,0),(53363,13321,530,1,1,0,0,-93.0321,5414.25,18.8664,3.97878,300,5,0,42,0,1,0,0,0),(53364,13321,530,1,1,0,0,-5.98214,5438.64,17.4991,3.78051,300,5,0,42,0,1,0,0,0),(53365,13321,530,1,1,0,0,62.6563,5147.91,18.9641,0.116805,300,5,0,42,0,1,0,0,0),(53366,13321,530,1,1,0,0,133.617,5499.03,17.4872,4.18653,300,5,0,42,0,1,0,0,0),(53367,13321,530,1,1,0,0,196.167,5557.47,17.9928,1.29737,300,5,0,42,0,1,0,0,0),(53368,13321,530,1,1,0,0,214.492,5616.44,17.6241,1.91219,300,5,0,42,0,1,0,0,0),(53369,13321,530,1,1,0,0,143.855,5544.9,17.4991,1.03361,300,5,0,42,0,1,0,0,0),(53370,13321,530,1,1,0,0,73.9218,5556.99,17.5801,3.07049,300,5,0,42,0,1,0,0,0),(53371,13321,530,1,1,0,0,91.5488,5668.34,18.5421,2.55711,300,5,0,42,0,1,0,0,0),(53372,13321,530,1,1,0,0,218.173,5709.97,19.4991,6.13773,300,5,0,42,0,1,0,0,0),(53373,13321,530,1,1,0,0,180.586,5734.18,17.6249,0.169407,300,5,0,42,0,1,0,0,0),(53374,13321,530,1,1,0,0,216.196,5780.9,17.4991,1.90129,300,5,0,42,0,1,0,0,0),(53375,13321,530,1,1,0,0,232.165,5761.17,17.9991,1.05237,300,5,0,42,0,1,0,0,0),(53376,13321,530,1,1,0,0,308.72,5652.54,17.4991,2.5849,300,5,0,42,0,1,0,0,0),(53377,13321,530,1,1,0,0,250.516,5811.74,19.8741,2.685,300,5,0,42,0,1,0,0,0),(53378,13321,530,1,1,0,0,319.635,5748.23,18.4074,6.13531,300,5,0,42,0,1,0,0,0),(53379,13321,530,1,1,0,0,457.115,5727.37,17.4264,1.81024,300,5,0,42,0,1,0,0,0),(53380,13321,530,1,1,0,0,510.363,5819.89,19.2111,1.77199,300,5,0,42,0,1,0,0,0),(53381,13321,530,1,1,0,0,645.25,6020.6,17.5591,5.70809,300,5,0,42,0,1,0,0,0),(53382,13321,530,1,1,0,0,585.642,5952.64,17.7474,2.38721,300,5,0,42,0,1,0,0,0),(53383,13321,530,1,1,0,0,381.538,5956.67,17.499,1.28467,300,5,0,42,0,1,0,0,0),(53384,13321,530,1,1,0,0,259.24,5890.83,19.6071,2.51136,300,5,0,42,0,1,0,0,0),(53385,13321,530,1,1,0,0,251.025,5938.06,17.8741,1.28706,300,5,0,42,0,1,0,0,0),(53386,13321,530,1,1,0,0,240.041,5977.96,21.3509,5.30778,300,0,0,42,0,0,0,0,0),(53387,13321,530,1,1,0,0,315.583,5979.11,18.117,0.896739,300,5,0,42,0,1,0,0,0),(53388,13321,530,1,1,0,0,263.874,6080.55,19.0762,3.88695,300,5,0,42,0,1,0,0,0),(53389,13321,530,1,1,0,0,206.943,6148.66,18.2749,5.8108,300,5,0,42,0,1,0,0,0),(53390,13321,530,1,1,0,0,209.24,6261.94,17.6883,1.46316,300,5,0,42,0,1,0,0,0),(53391,13321,530,1,1,0,0,109.859,6282.29,18.8355,3.07948,300,5,0,42,0,1,0,0,0),(53392,13321,530,1,1,0,0,77.9826,6210.65,18.2195,3.91248,300,5,0,42,0,1,0,0,0),(53393,13321,530,1,1,0,0,115.909,6176.21,18.2491,2.71339,300,5,0,42,0,1,0,0,0),(53394,13321,530,1,1,0,0,86.5793,6284.62,18.1107,4.88347,300,5,0,42,0,1,0,0,0),(53395,13321,530,1,1,0,0,24.5149,6311.01,18.2945,5.52328,300,5,0,42,0,1,0,0,0),(53396,13321,530,1,1,0,0,-86.8705,6270.36,17.5045,2.56051,300,5,0,42,0,1,0,0,0),(53397,13321,530,1,1,0,0,-193.116,6211.1,20.6418,2.96028,300,5,0,42,0,1,0,0,0),(53398,13321,530,1,1,0,0,-168.01,6247.8,17.737,2.63109,300,5,0,42,0,1,0,0,0),(53399,13321,530,1,1,0,0,-310.57,6182.97,17.4991,2.41367,300,5,0,42,0,1,0,0,0),(53400,13321,530,1,1,0,0,-382.553,6085.53,18.0804,1.06955,300,5,0,42,0,1,0,0,0),(53401,13321,530,1,1,0,0,-388.424,6151.05,20.8186,1.33624,300,5,0,42,0,1,0,0,0),(53402,13321,530,1,1,0,0,-456.614,6104.1,18.2959,4.33479,300,5,0,42,0,1,0,0,0),(53403,13321,530,1,1,0,0,-416.186,6220.86,19.3741,0.887788,300,5,0,42,0,1,0,0,0),(53404,13321,530,1,1,0,0,-468.885,6157.83,17.4269,5.39378,300,5,0,42,0,1,0,0,0),(53405,13321,530,1,1,0,0,-695.268,6062.15,17.4991,2.34527,300,5,0,42,0,1,0,0,0),(53406,13321,530,1,1,0,0,-677.223,6135.42,17.9332,2.28712,300,5,0,42,0,1,0,0,0),(53407,13321,530,1,1,0,0,-705.242,6101.58,17.4817,1.89832,300,5,0,42,0,1,0,0,0),(53408,13321,530,1,1,0,0,-813.763,6059.25,17.4991,3.32887,300,5,0,42,0,1,0,0,0),(53409,13321,530,1,1,0,0,-483.112,6300.16,19.7754,6.10263,300,5,0,42,0,1,0,0,0),(53410,13321,530,1,1,0,0,-522.754,6327.56,17.696,6.06689,300,5,0,42,0,1,0,0,0),(53411,13321,530,1,1,0,0,-421.433,6476.88,17.788,0.326999,300,5,0,42,0,1,0,0,0),(53412,13321,530,1,1,0,0,92.4507,6417.22,19.3273,5.62784,300,5,0,42,0,1,0,0,0),(53413,13321,530,1,1,0,0,201.676,6391.67,17.7491,1.99428,300,5,0,42,0,1,0,0,0),(53414,13321,530,1,1,0,0,258.677,6451,17.8023,1.50625,300,5,0,42,0,1,0,0,0),(53415,13321,530,1,1,0,0,124.561,6467.58,17.6441,4.99684,300,5,0,42,0,1,0,0,0),(53416,13321,530,1,1,0,0,134.309,6559.74,19.949,2.69032,300,5,0,42,0,1,0,0,0),(53417,13321,530,1,1,0,0,210.207,6577.71,17.8241,3.30212,300,5,0,42,0,1,0,0,0),(53418,13321,530,1,1,0,0,255.061,6624.93,20.5956,4.16299,300,5,0,42,0,1,0,0,0),(53419,13321,530,1,1,0,0,171.309,6675.3,19.2343,0.861506,300,5,0,42,0,1,0,0,0),(53420,13321,530,1,1,0,0,72.0712,6665.8,18.0366,4.36345,300,5,0,42,0,1,0,0,0),(53421,13321,530,1,1,0,0,144.843,6759.88,17.5816,3.00127,300,5,0,42,0,1,0,0,0),(53422,13321,530,1,1,0,0,41.4453,6715.99,17.5756,3.01993,300,5,0,42,0,1,0,0,0),(53423,13321,530,1,1,0,0,-37.3368,6809.42,17.499,0.105848,300,5,0,42,0,1,0,0,0),(53424,13321,530,1,1,0,0,-111.749,6851.71,17.7491,0.040469,300,5,0,42,0,1,0,0,0),(53425,13321,530,1,1,0,0,-235.819,6876.81,18.2621,4.98935,300,5,0,42,0,1,0,0,0),(53426,13321,530,1,1,0,0,-194.901,6929.95,17.663,1.74943,300,5,0,42,0,1,0,0,0),(53427,13321,530,1,1,0,0,-287.84,6945.65,17.5458,3.6442,300,5,0,42,0,1,0,0,0),(53428,13321,530,1,1,0,0,-205.785,6993.75,19.1097,1.14207,300,5,0,42,0,1,0,0,0),(53429,13321,530,1,1,0,0,-101.331,6955.53,17.8253,3.58861,300,5,0,42,0,1,0,0,0),(53430,13321,530,1,1,0,0,-17.6229,6911.3,17.7941,5.3035,300,5,0,42,0,1,0,0,0),(53431,13321,530,1,1,0,0,3.62641,6846.12,17.0886,4.46163,300,5,0,42,0,1,0,0,0),(53432,13321,530,1,1,0,0,86.597,6912.22,17.833,5.35023,300,5,0,42,0,1,0,0,0),(53433,13321,530,1,1,0,0,-60.4495,7031.68,20.4616,0.2134,300,5,0,42,0,1,0,0,0),(53434,13321,530,1,1,0,0,-169.263,7031.07,17.73,1.10001,300,5,0,42,0,1,0,0,0),(53435,13321,530,1,1,0,0,-206.944,7091.88,18.8169,1.92374,300,5,0,42,0,1,0,0,0),(53436,13321,530,1,1,0,0,-168.918,7126.2,20.026,2.91164,300,5,0,42,0,1,0,0,0),(53437,13321,530,1,1,0,0,-195.068,7199.95,18.5231,3.92917,300,5,0,42,0,1,0,0,0),(53438,13321,530,1,1,0,0,-57.5729,7108.9,17.6681,2.50908,300,5,0,42,0,1,0,0,0),(53439,13321,530,1,1,0,0,-92.2149,7184.58,17.7671,4.87458,300,5,0,42,0,1,0,0,0),(53440,13321,530,1,1,0,0,-37.8549,7165.3,17.5501,0.129908,300,5,0,42,0,1,0,0,0),(53441,13321,530,1,1,0,0,-21.2125,7087.24,17.462,3.7109,300,5,0,42,0,1,0,0,0),(53442,13321,530,1,1,0,0,14.9278,7215.17,17.4991,4.96802,300,5,0,42,0,1,0,0,0),(53443,13321,530,1,1,0,0,-43.6903,7228.73,18.3155,1.9803,300,5,0,42,0,1,0,0,0),(53444,13321,530,1,1,0,0,-181.895,7380.16,17.6417,5.35355,300,5,0,42,0,1,0,0,0),(53445,13321,530,1,1,0,0,-68.3136,7380.98,19.3059,3.97326,300,5,0,42,0,1,0,0,0),(53446,13321,530,1,1,0,0,-222.812,7408.55,17.756,1.43707,300,5,0,42,0,1,0,0,0),(53447,13321,530,1,1,0,0,-143.893,7505.9,17.4991,0.429695,300,5,0,42,0,1,0,0,0),(53448,13321,530,1,1,0,0,-74.8621,7540.67,19.7491,5.53279,300,5,0,42,0,1,0,0,0),(53449,13321,530,1,1,0,0,24.4647,7509.37,17.6038,6.08676,300,5,0,42,0,1,0,0,0),(53450,13321,530,1,1,0,0,49.1666,7568.65,18.1979,5.56417,300,5,0,42,0,1,0,0,0),(53451,13321,530,1,1,0,0,-82.4947,7593.44,17.9694,0.182471,300,5,0,42,0,1,0,0,0),(53452,13321,530,1,1,0,0,-35.7782,7625.57,17.5044,1.00151,300,5,0,42,0,1,0,0,0),(53453,13321,530,1,1,0,0,-162.524,7647.02,17.7904,5.65188,300,5,0,42,0,1,0,0,0),(53454,13321,530,1,1,0,0,-225.44,7707.21,17.7099,4.8328,300,5,0,42,0,1,0,0,0),(53455,13321,530,1,1,0,0,-109.906,7727.2,19.4709,4.1867,300,5,0,42,0,1,0,0,0),(53456,13321,530,1,1,0,0,-32.3878,7757.49,21.5234,0.410454,300,5,0,42,0,1,0,0,0),(53457,13321,530,1,1,0,0,80.0049,7652.44,18.443,5.05298,300,5,0,42,0,1,0,0,0),(53458,13321,530,1,1,0,0,46.2633,7797.13,19.6007,2.6877,300,5,0,42,0,1,0,0,0),(53459,13321,530,1,1,0,0,136.255,7813.57,18.3619,4.54558,300,5,0,42,0,1,0,0,0),(53460,13321,530,1,1,0,0,98.0417,7879.22,17.6962,0.332418,300,5,0,42,0,1,0,0,0),(53461,13321,530,1,1,0,0,-56.1884,8216.22,18.3435,1.12461,300,5,0,42,0,1,0,0,0),(53462,13321,530,1,1,0,0,-222.708,8244.17,20.5605,4.67577,300,5,0,42,0,1,0,0,0),(53463,13321,530,1,1,0,0,-273.246,8286.96,18.1779,1.84159,300,5,0,42,0,1,0,0,0),(53464,13321,530,1,1,0,0,-378.596,8264.19,17.361,2.05282,300,5,0,42,0,1,0,0,0),(53465,13321,530,1,1,0,0,-263.582,8365.5,17.4991,2.727,300,5,0,42,0,1,0,0,0),(53466,13321,530,1,1,0,0,-248.135,8419.39,17.5085,4.32189,300,5,0,42,0,1,0,0,0),(53467,13321,530,1,1,0,0,581.683,6149.42,17.765,2.46692,300,5,0,42,0,1,0,0,0),(53468,13321,530,1,1,0,0,649.807,6129.48,17.6671,4.98214,300,5,0,42,0,1,0,0,0),(53469,13321,530,1,1,0,0,628.071,6191.53,17.673,4.73035,300,5,0,42,0,1,0,0,0),(53470,13321,530,1,1,0,0,697.436,6172.18,18.3084,2.91604,300,5,0,42,0,1,0,0,0),(53471,13321,530,1,1,0,0,774.256,6321.76,18.1653,1.88143,300,5,0,42,0,1,0,0,0),(53472,13321,530,1,1,0,0,681.744,6286.17,17.9356,0.517683,300,5,0,42,0,1,0,0,0),(53473,13321,530,1,1,0,0,654.327,6387.34,18.0813,1.1091,300,5,0,42,0,1,0,0,0),(53474,13321,530,1,1,0,0,728.619,6383.45,17.2165,2.46273,300,5,0,42,0,1,0,0,0),(53475,13321,530,1,1,0,0,624.937,6402.28,17.9206,0.445306,300,5,0,42,0,1,0,0,0),(53476,13321,530,1,1,0,0,774.8,6438.44,19.6301,5.30743,300,5,0,42,0,1,0,0,0),(53477,13321,530,1,1,0,0,797.68,6635.95,17.9681,5.34089,300,5,0,42,0,1,0,0,0),(53478,13321,530,1,1,0,0,310.839,6718.21,18.0173,5.12622,300,5,0,42,0,1,0,0,0),(53479,13321,530,1,1,0,0,247.518,6751.91,17.8832,1.4929,300,5,0,42,0,1,0,0,0),(53480,13321,530,1,1,0,0,789.826,6760.56,19.9915,5.75399,300,5,0,42,0,1,0,0,0),(53481,13321,530,1,1,0,0,814.634,6724.35,17.5663,0.929995,300,5,0,42,0,1,0,0,0),(53482,13321,530,1,1,0,0,205.219,6829.56,18.6515,5.53325,300,5,0,42,0,1,0,0,0),(53483,13321,530,1,1,0,0,94.6018,6845.03,18.4724,2.6225,300,5,0,42,0,1,0,0,0),(53484,13321,530,1,1,0,0,204.229,6922.27,17.8389,3.98276,300,5,0,42,0,1,0,0,0),(53485,13321,530,1,1,0,0,91.3351,7010.08,22.3668,3.02872,300,5,0,42,0,1,0,0,0),(53486,13321,530,1,1,0,0,136.314,7200.81,18.5109,3.81068,300,5,0,42,0,1,0,0,0),(53487,13321,530,1,1,0,0,128.06,7286.78,20.5373,2.10351,300,5,0,42,0,1,0,0,0),(53488,13321,530,1,1,0,0,238.483,7253.4,18.5973,6.17473,300,5,0,42,0,1,0,0,0),(53489,13321,530,1,1,0,0,141,7393.68,19.2491,2.96245,300,5,0,42,0,1,0,0,0),(53490,13321,530,1,1,0,0,288.653,7473.4,17.2175,5.88989,300,5,0,42,0,1,0,0,0),(53491,13321,530,1,1,0,0,313.049,7538.38,17.6005,4.1395,300,5,0,42,0,1,0,0,0),(53492,13321,530,1,1,0,0,868.865,6954.8,17.3492,4.50929,300,5,0,42,0,1,0,0,0),(53493,13321,530,1,1,0,0,819.775,7079.42,17.7968,0.966548,300,5,0,42,0,1,0,0,0),(53494,13321,530,1,1,0,0,794.387,7213.44,17.5661,5.12185,300,5,0,42,0,1,0,0,0),(53495,13321,530,1,1,0,0,746.906,7255.31,18.8283,5.69247,300,5,0,42,0,1,0,0,0),(53496,13321,530,1,1,0,0,893.997,7256.37,17.8962,1.57716,300,5,0,42,0,1,0,0,0),(53497,13321,530,1,1,0,0,820.361,7419.94,17.7883,1.49891,300,5,0,42,0,1,0,0,0),(53498,13321,530,1,1,0,0,774.243,7571.87,18.8717,1.94796,300,5,0,42,0,1,0,0,0),(53499,13321,530,1,1,0,0,504.148,7641.89,17.8483,1.72591,300,5,0,42,0,1,0,0,0),(53500,13321,530,1,1,0,0,515.403,7716.41,17.3831,4.87329,300,5,0,42,0,1,0,0,0),(53501,13321,530,1,1,0,0,385.059,7675.01,17.6713,4.59932,300,5,0,42,0,1,0,0,0),(53502,13321,530,1,1,0,0,243.159,7581.21,18.96,2.40375,300,5,0,42,0,1,0,0,0),(53503,13321,530,1,1,0,0,241.639,7624.37,19.2346,4.21117,300,5,0,42,0,1,0,0,0),(53504,13321,530,1,1,0,0,132.189,7637.75,19.9526,3.40314,300,5,0,42,0,1,0,0,0),(53505,13321,530,1,1,0,0,171.887,7679.18,17.7993,4.65359,300,5,0,42,0,1,0,0,0),(53506,13321,530,1,1,0,0,187.559,7758.15,18.0385,1.68631,300,5,0,42,0,1,0,0,0),(53507,13321,530,1,1,0,0,243.267,7815.28,17.9203,2.82262,300,5,0,42,0,1,0,0,0),(53508,13321,530,1,1,0,0,361.4,7759.25,18.9249,0.947579,300,5,0,42,0,1,0,0,0),(53509,13321,530,1,1,0,0,309.256,7828.23,17.4991,3.68945,300,5,0,42,0,1,0,0,0),(53510,13321,530,1,1,0,0,210.289,7884.91,18.8265,0.213687,300,5,0,42,0,1,0,0,0),(53511,13321,530,1,1,0,0,314.015,7872.79,17.4682,3.61633,300,5,0,42,0,1,0,0,0),(53512,13321,530,1,1,0,0,244.863,7963.28,18.0366,4.47097,300,5,0,42,0,1,0,0,0),(53513,13321,530,1,1,0,0,313.541,7920.08,17.9138,2.87736,300,5,0,42,0,1,0,0,0),(53514,13321,530,1,1,0,0,299.507,7983.1,19.1553,5.40788,300,5,0,42,0,1,0,0,0),(53515,13321,530,1,1,0,0,441.524,7773.45,18.0171,1.53106,300,5,0,42,0,1,0,0,0),(53516,13321,530,1,1,0,0,503.552,7761.78,17.9991,4.54197,300,5,0,42,0,1,0,0,0),(53517,13321,530,1,1,0,0,586.447,7836.8,21.4314,1.46715,300,5,0,42,0,1,0,0,0),(53518,13321,530,1,1,0,0,676.722,7861.11,18.2216,2.40936,300,5,0,42,0,1,0,0,0),(53519,13321,530,1,1,0,0,757.355,7846.12,17.6241,5.23757,300,5,0,42,0,1,0,0,0),(53520,13321,530,1,1,0,0,653.166,7708.39,17.6918,5.01016,300,5,0,42,0,1,0,0,0),(53521,13321,530,1,1,0,0,974.376,7526.78,22.8513,6.25745,300,5,0,42,0,1,0,0,0),(53522,13321,530,1,1,0,0,1076.16,7675.34,17.7854,3.2276,300,5,0,42,0,1,0,0,0),(53523,13321,530,1,1,0,0,1023.9,7741.01,18.104,2.62027,300,5,0,42,0,1,0,0,0),(53524,13321,530,1,1,0,0,983.164,7717.27,19.2885,2.91413,300,5,0,42,0,1,0,0,0),(53525,13321,530,1,1,0,0,886.863,7683.75,19.0204,5.47309,300,5,0,42,0,1,0,0,0),(53526,13321,530,1,1,0,0,1000.93,7912.28,18.1643,4.30055,300,5,0,42,0,1,0,0,0),(53527,13321,530,1,1,0,0,1077.08,7898.71,18.0363,5.04675,300,5,0,42,0,1,0,0,0),(53528,13321,530,1,1,0,0,1158.25,8017.62,18.0883,2.04581,300,5,0,42,0,1,0,0,0),(53529,13321,530,1,1,0,0,1158.27,8124.01,17.7223,5.50703,300,5,0,42,0,1,0,0,0),(53530,13321,530,1,1,0,0,1250.68,8194.72,18.2872,0.68298,300,5,0,42,0,1,0,0,0),(53531,13321,530,1,1,0,0,1037.51,8207.91,18.1241,0.604008,300,5,0,42,0,1,0,0,0),(53532,13321,530,1,1,0,0,953.89,8002.36,18.8862,6.00245,300,5,0,42,0,1,0,0,0),(53533,13321,530,1,1,0,0,830.371,7879.75,19.0239,0.443117,300,5,0,42,0,1,0,0,0),(53534,13321,530,1,1,0,0,746.926,7936.57,18.9467,0.93999,300,5,0,42,0,1,0,0,0),(53535,13321,530,1,1,0,0,722.629,8023.65,18.6591,2.82078,300,5,0,42,0,1,0,0,0),(53536,13321,530,1,1,0,0,760.544,8095.51,17.5909,3.32249,300,5,0,42,0,1,0,0,0),(53537,13321,530,1,1,0,0,831.236,8132.6,19.9085,0.380803,300,5,0,42,0,1,0,0,0),(53538,13321,530,1,1,0,0,842.187,8173.44,19.5872,2.45468,300,5,0,42,0,1,0,0,0),(53539,13321,530,1,1,0,0,1241.72,8358.24,19.1436,2.14934,300,5,0,42,0,1,0,0,0),(53540,13321,530,1,1,0,0,1260.74,8537.99,18.8786,1.3312,300,5,0,42,0,1,0,0,0),(53541,13321,530,1,1,0,0,983.898,8326.56,19.3399,3.75072,300,5,0,42,0,1,0,0,0),(53542,13321,530,1,1,0,0,577.083,8127.08,20.7861,1.56051,300,5,0,42,0,1,0,0,0),(53543,13321,530,1,1,0,0,589.89,8064.94,19.1296,1.03922,300,5,0,42,0,1,0,0,0),(53544,13321,530,1,1,0,0,460.154,7941.12,20.8741,5.78005,300,5,0,42,0,1,0,0,0),(53545,13321,530,1,1,0,0,430.019,8135,18.1856,2.40936,300,5,0,42,0,1,0,0,0),(53546,13321,530,1,1,0,0,405.045,8133.81,21.7515,3.44098,300,5,0,42,0,1,0,0,0),(53547,13321,530,1,1,0,0,773.753,8444.22,17.889,3.95572,300,5,0,42,0,1,0,0,0),(53548,13321,530,1,1,0,0,991.855,8594.08,23.0187,6.15977,300,5,0,42,0,1,0,0,0),(53549,13321,530,1,1,0,0,1019.72,8640.46,17.3124,6.10214,300,5,0,42,0,1,0,0,0),(53550,13321,530,1,1,0,0,721.001,8637.35,18.1241,2.83383,300,5,0,42,0,1,0,0,0),(53551,13321,530,1,1,0,0,64.271,8368.08,17.8161,3.55855,300,5,0,42,0,1,0,0,0),(53552,13321,530,1,1,0,0,143.895,8356.37,19.0996,6.14714,300,5,0,42,0,1,0,0,0),(53553,13321,530,1,1,0,0,80.4474,8277.24,18.2179,2.08289,300,5,0,42,0,1,0,0,0),(53554,13321,530,1,1,0,0,93.9363,8185.54,17.7306,6.07323,300,5,0,42,0,1,0,0,0),(53555,13321,530,1,1,0,0,168.861,8129.05,17.7763,2.65701,300,5,0,42,0,1,0,0,0),(53556,13321,530,1,1,0,0,228.636,8181.06,18.1772,4.26839,300,5,0,42,0,1,0,0,0),(53557,13321,530,1,1,0,0,212.278,8081.55,21.1338,4.69481,300,5,0,42,0,1,0,0,0),(53558,13321,530,1,1,0,0,211.145,8027.97,20.3741,3.12973,300,5,0,42,0,1,0,0,0),(53559,13321,530,1,1,0,0,292.433,8161.99,17.8312,0.855989,300,5,0,42,0,1,0,0,0),(53560,13321,530,1,1,0,0,48.0616,8436.72,17.7056,3.70616,300,5,0,42,0,1,0,0,0),(53561,13321,530,1,1,0,0,47.2435,8508.66,17.6274,5.33681,300,5,0,42,0,1,0,0,0),(53562,13321,530,1,1,0,0,-51.6398,8468.72,17.4872,0.812723,300,5,0,42,0,1,0,0,0),(53563,13321,530,1,1,0,0,118.18,8543.37,19.0854,4.51335,300,5,0,42,0,1,0,0,0),(53564,13321,530,1,1,0,0,154.402,8589.26,18.1083,5.92623,300,5,0,42,0,1,0,0,0),(53565,13321,530,1,1,0,0,104.209,8916.24,18.8323,3.10813,300,5,0,42,0,1,0,0,0),(53566,13321,530,1,1,0,0,-116.123,8451.1,18.3879,0.994604,300,5,0,42,0,1,0,0,0),(53567,13321,530,1,1,0,0,-126.99,8382.16,17.8464,2.8312,300,5,0,42,0,1,0,0,0),(53568,13321,530,1,1,0,0,-137.877,8448.67,19.3239,0.017576,300,5,0,42,0,1,0,0,0),(53569,13321,530,1,1,0,0,-117.448,8305.94,17.415,1.58559,300,5,0,42,0,1,0,0,0),(53570,13321,530,1,1,0,0,-62.4788,8330.26,18.7489,5.51314,300,5,0,42,0,1,0,0,0),(53571,13321,530,1,1,0,0,-156.72,8277.19,17.5949,5.63189,300,5,0,42,0,1,0,0,0),(53572,13321,530,1,1,0,0,-53.1601,8284.19,18.6957,2.74966,300,5,0,42,0,1,0,0,0),(53573,13321,530,1,1,0,0,-231.679,8484.82,19.5742,2.70154,300,5,0,42,0,1,0,0,0),(53574,13321,530,1,1,0,0,-251.199,8577.92,17.4991,0.671409,300,5,0,42,0,1,0,0,0),(53575,13321,530,1,1,0,0,-445.153,8495.02,16.7191,3.25343,300,5,0,42,0,1,0,0,0),(53576,13321,530,1,1,0,0,9277.58,-6189.69,0.58448,4.02667,300,5,0,42,0,1,0,0,0),(53577,13321,530,1,1,0,0,9005.43,-6342.88,1.93668,3.62905,300,5,0,42,0,1,0,0,0),(53578,13321,530,1,1,0,0,9246.44,-7179.31,13.7833,0.32387,300,5,0,42,0,1,0,0,0),(53579,13321,530,1,1,0,0,9138.43,-7295.21,36.0768,3.36619,300,5,0,42,0,1,0,0,0),(53580,13321,530,1,1,0,0,8997.64,-7377.13,68.9253,4.96589,300,5,0,42,0,1,0,0,0),(53581,13321,530,1,1,0,0,8323.96,-7777.61,146.009,4.16918,300,5,0,42,0,1,0,0,0),(53582,13321,530,1,1,0,0,8444.39,-7743.07,144.049,5.26519,300,5,0,42,0,1,0,0,0),(53583,13321,530,1,1,0,0,8854.19,-5852.16,1.5216,0.517799,300,5,0,42,0,1,0,0,0),(53584,13321,530,1,1,0,0,9239.96,-7180.54,12.6583,6.15883,300,5,0,42,0,1,0,0,0),(6407,12346,1,1,1,4806,0,-860.494,-4881.54,21.8775,1.55334,120,0,0,55,0,0,0,0,0),(38085,8318,109,1,1,0,0,-601.994,52.978,-69.3528,5.3216,86400,0,0,2399,0,0,0,0,0),(38084,5259,109,1,1,0,1,-606.221,46.1259,-69.3528,5.56428,86400,0,0,4776,1640,0,0,0,0),(38082,8318,109,1,1,0,0,-356.844,13.1748,-69.3923,4.61004,86400,0,0,2399,0,0,0,0,0),(38081,5267,109,1,1,0,1,-362.514,3.44433,-69.3923,0.64142,86400,0,0,5970,0,0,0,0,0),(38080,5259,109,1,1,0,1,-350.239,4.82687,-69.3923,2.37323,86400,0,0,4776,1640,0,0,0,0),(38079,8318,109,1,1,0,0,-572.55,187.132,-69.4013,4.07982,86400,0,0,2399,0,0,0,0,0),(38078,8318,109,1,1,0,0,-578.458,179.905,-69.4013,3.89918,86400,0,0,2399,0,0,0,0,0),(38077,5256,109,1,1,0,0,-412.033,176.179,-53.9463,5.23434,86400,0,0,6183,0,0,0,0,0),(38076,8318,109,1,1,0,0,-444.5,185.774,-53.9463,2.84594,86400,0,0,2399,0,0,0,0,0),(38075,5267,109,1,1,0,1,-442.403,187.482,-53.9463,3.01794,86400,0,0,5970,0,0,0,0,0),(38074,8318,109,1,1,0,0,-438.18,189.796,-53.9463,3.10119,86400,0,0,2399,0,0,0,0,0),(35236,5259,109,1,1,0,1,-438.791,185.074,-53.9463,2.89071,86400,0,0,4776,1640,0,0,0,0),(34757,5259,109,1,1,0,1,-446.649,191.083,-53.9463,5.62382,86400,0,0,4776,1640,0,0,0,0),(34660,5256,109,1,1,0,0,-560.695,109.257,-53.9463,5.22798,86400,0,0,6183,0,0,0,0,0),(34659,8318,109,1,1,0,0,-557.19,54.4363,-53.9463,4.79208,86400,0,0,2399,0,0,0,0,0),(135578,16470,532,1,1,16561,0,-10944.8,-1822.43,109.262,1.55342,604800,0,0,33040,16545,0,0,0,0),(135577,16470,532,1,1,16562,0,-10922.9,-1856.32,124.556,0.221856,604800,0,0,33040,16545,0,0,0,0),(135576,16470,532,1,1,16561,0,-10927.2,-1862.6,110.599,4.29351,604800,0,0,33040,16545,0,0,0,0),(135575,16470,532,1,1,16560,0,-10926.5,-1865.88,110.599,2.1293,604800,0,0,33040,16545,0,0,0,0),(135574,16470,532,1,1,16560,0,-10884.3,-1873.28,110.599,1.20428,604800,0,0,33040,16545,0,0,0,0),(135573,16470,532,1,1,16562,0,-10880.7,-1885.19,110.602,2.93215,604800,0,0,33040,16545,0,0,0,0),(135572,16470,532,1,1,16561,0,-10934.2,-1818.35,121.724,-0.229183,604800,0,0,33040,16545,0,0,0,0),(135571,16470,532,1,1,16560,0,-10883.3,-1863.06,124.537,1.96886,604800,0,0,33040,16545,0,0,0,0),(53618,13418,1,1,1,13342,0,1651.95,-4428.67,16.9219,2.07694,180,0,0,1003,0,0,0,0,0),(135570,16470,532,1,1,16562,0,-10865.5,-1826.61,121.673,2.47682,604800,0,0,33040,16545,0,0,0,0),(135569,16468,532,1,1,16556,0,-10886.3,-1815.13,92.0542,1.95477,604800,0,0,9780,0,0,0,0,0),(135568,16468,532,1,1,16556,0,-10874.5,-1813.23,91.8655,1.79769,604800,0,0,9780,0,0,0,0,0),(135567,16468,532,1,1,16555,0,-10883,-1814.47,91.9863,1.8326,604800,0,0,9780,0,0,0,0,0),(135566,16468,532,1,1,16555,0,-10886.7,-1824.9,92.5729,2.02458,604800,0,0,9780,0,0,0,0,0),(135565,16468,532,1,1,16557,0,-10890.9,-1825.88,92.6185,1.50098,604800,0,0,9780,0,0,0,0,0),(135564,16468,532,1,1,16557,0,-10875.7,-1818.04,92.1021,1.78024,604800,0,0,9780,0,0,0,0,0),(135563,16468,532,1,1,16557,0,-10877.2,-1823.27,92.3947,1.91986,604800,0,0,9780,0,0,0,0,0),(135562,16468,532,1,1,16558,0,-10879.5,-1823.44,92.4277,1.71042,604800,0,0,9780,0,0,0,0,0),(86235,19178,0,1,1,18810,0,1627.8,224.57,-43.0193,4.15388,180,0,0,42,0,0,3,0,0),(135561,16468,532,1,1,16557,0,-10887.9,-1840.6,93.3418,1.5708,604800,0,0,9780,0,0,0,0,0),(63504,22991,530,1,1,0,0,-4044.66,3287.29,348.362,0.349066,180,0,0,4120,0,0,0,0,0),(135560,16468,532,1,1,16558,0,-10887.3,-1835.48,93.0838,1.64061,604800,0,0,9780,0,0,0,0,0),(51854,22991,530,1,1,0,0,-3965.16,3232.7,347.552,-0.122173,180,0,0,4120,0,0,0,0,0),(135559,16468,532,1,1,16556,0,-10878.5,-1833.15,92.9463,1.78024,604800,0,0,9780,0,0,0,0,0),(135558,16468,532,1,1,16558,0,-10890.7,-1836.26,93.1279,2.1293,604800,0,0,9780,0,0,0,0,0),(135557,16468,532,1,1,16558,0,-10879.5,-1828.98,92.7314,1.48353,604800,0,0,9780,0,0,0,0,0),(135556,16468,532,1,1,16555,0,-10872.7,-1832.29,92.83,2.54818,604800,0,0,9780,0,0,0,0,0),(53646,13445,1,1,1,13370,1,1626.74,-4416.81,15.5537,5.84685,180,0,0,1003,0,0,0,0,0),(135555,16468,532,1,1,16556,0,-10873.3,-1827.71,92.5919,2.00713,604800,0,0,9780,0,0,0,0,0),(135554,16468,532,1,1,16558,0,-10892,-1844.92,93.5331,1.76278,604800,0,0,9780,0,0,0,0,0),(34658,8318,109,1,1,0,0,-557.775,61.763,-53.9463,4.79208,86400,0,0,2399,0,0,0,0,0),(135553,16468,532,1,1,16556,0,-10915.3,-1808.43,91.8576,0.942478,604800,0,0,9780,0,0,0,0,0),(135552,16468,532,1,1,16557,0,-10923.2,-1805.11,91.7259,0.628319,604800,0,0,9780,0,0,0,0,0),(34657,5256,109,1,1,0,0,-553.639,62.564,-53.9463,4.97037,86400,0,0,6183,0,0,0,0,0),(135551,16468,532,1,1,16555,0,-10903.2,-1812.5,92.0185,1.44862,604800,0,0,9780,0,0,0,0,0),(135550,16468,532,1,1,16558,0,-10913.2,-1809.57,91.9118,1.5708,604800,0,0,9780,0,0,0,0,0),(135549,16468,532,1,1,16557,0,-10908.4,-1821.69,92.5079,1.37881,604800,0,0,9780,0,0,0,0,0),(135548,16468,532,1,1,16558,0,-10911.5,-1820.37,92.4817,0.942478,604800,0,0,9780,0,0,0,0,0),(135547,16468,532,1,1,16555,0,-10917.9,-1818.73,92.4174,1.06465,604800,0,0,9780,0,0,0,0,0),(135546,16468,532,1,1,16556,0,-10916.1,-1813.07,92.107,1.16937,604800,0,0,9780,0,0,0,0,0),(135545,16468,532,1,1,16556,0,-10911.6,-1828.14,92.849,1.3439,604800,0,0,9780,0,0,0,0,0),(135544,16468,532,1,1,16557,0,-10914.2,-1827.05,92.8276,1.22173,604800,0,0,9780,0,0,0,0,0),(59471,22991,530,1,1,0,0,-3953.3,3227.94,347.564,-0.244346,180,0,0,4120,0,0,0,0,0),(34656,5259,109,1,3,0,1,-560.564,61.5475,-53.9463,3.36054,86400,0,0,4776,1640,0,0,0,0),(135543,16468,532,1,1,16558,0,-10923.8,-1829.04,93.0004,0.750492,604800,0,0,9780,0,0,0,0,0),(34655,5259,109,1,3,0,1,-551.718,58.2144,-53.9463,0.246433,86400,0,0,4776,1640,0,0,0,0),(34654,8318,109,1,1,0,0,-529.816,18.2607,-53.9463,2.16687,86400,0,0,2399,0,0,0,0,0),(34653,8318,109,1,1,0,0,-529.98,24.9148,-53.9463,5.97527,86400,0,0,2399,0,0,0,0,0),(34652,5270,109,1,1,0,1,-530.902,21.5278,-53.9463,5.97527,86400,0,0,6183,0,0,0,0,0),(34645,8318,109,1,1,0,0,-486.34,6.38944,-53.9463,3.60416,86400,0,0,2399,0,0,0,0,0),(34644,8318,109,1,1,0,0,-481.333,-0.0372205,-53.9463,0.266214,86400,0,0,2399,0,0,0,0,0),(34643,8318,109,1,1,0,0,-430.725,3.5262,-53.9463,1.63673,86400,0,0,2399,0,0,0,0,0),(135542,16468,532,1,1,16556,0,-10928,-1820.46,92.5328,0.191986,604800,0,0,9780,0,0,0,0,0),(135541,16468,532,1,1,16556,0,-10913.4,-1833.96,93.1516,1.46608,604800,0,0,9780,0,0,0,0,0),(135540,16468,532,1,1,16558,0,-10914.7,-1838.07,93.3604,1.27409,604800,0,0,9780,0,0,0,0,0),(135539,16468,532,1,1,16557,0,-10924.8,-1834.79,93.3147,0.244346,604800,0,0,9780,0,0,0,0,0),(135538,16468,532,1,1,16558,0,-10921,-1824.55,92.75,0.575959,604800,0,0,9780,0,0,0,0,0),(6733,485,0,1,1,6034,1,-9655.76,-3152.79,48.9073,1.81288,300,5,0,494,0,1,0,0,0),(6406,12349,1,1,1,6472,0,-845.084,-4880,20.6724,2.46091,120,0,0,42,0,0,0,0,0),(135537,16468,532,1,1,16555,0,-10895.9,-1879.62,125.418,3.31694,604800,0,0,9780,0,0,0,0,0),(34642,8318,109,1,1,0,0,-438.797,8.83912,-53.9463,5.81977,86400,0,0,2399,0,0,0,0,0),(34602,5259,109,1,1,0,1,-432.846,9.76502,-53.9463,4.27489,86400,0,0,4776,1640,0,0,0,0),(34593,5256,109,1,1,0,0,-442.327,5.6199,-53.9463,0.0376612,86400,0,0,6183,0,0,0,0,0),(34592,5256,109,1,1,0,0,-436.797,2.26111,-53.9463,0.797142,86400,0,0,6183,0,0,0,0,0),(34591,5259,109,1,1,0,1,-394.658,29.7623,-53.9463,2.3483,86400,0,0,4776,1640,0,0,0,0),(34590,5270,109,1,1,0,1,-396.341,35.9445,-53.9463,4.07932,86400,0,0,6183,0,0,0,0,0),(34589,5270,109,1,1,0,1,-400.084,30.8435,-53.9463,4.07932,86400,0,0,6183,0,0,0,0,0),(34588,8318,109,1,1,0,0,-381.674,55.3761,-53.9463,0.998201,86400,0,0,2399,0,0,0,0,0),(6405,14543,1,1,1,14344,0,-846.074,-4884.12,21.2854,2.54818,120,0,0,42,0,0,0,0,0),(34587,5267,109,1,1,0,1,-380.837,143.681,-53.9463,4.85938,86400,0,0,5970,0,0,0,0,0),(6404,14545,1,1,1,14339,0,-849.765,-4885.79,21.8995,1.15192,120,0,0,42,0,0,0,0,0),(6403,7952,1,1,1,7037,1,-858.232,-4882.66,22.1158,1.41372,300,0,0,2218,0,0,0,0,0),(67863,22991,530,1,1,0,0,-4108.31,3123.66,357.633,-0.680679,180,0,0,4120,0,0,0,0,0),(34586,8318,109,1,1,0,0,-382.535,141.908,-53.9463,4.7832,86400,0,0,2399,0,0,0,0,0),(34585,8318,109,1,1,0,0,-378.075,141.524,-53.9463,4.75178,86400,0,0,2399,0,0,0,0,0),(34584,8318,109,1,1,0,0,-329.908,149.089,-69.4878,2.67134,86400,0,0,2399,0,0,0,0,0),(34524,5259,109,1,3,0,1,-402.33,145.03,-131.85,3.08,86400,0,0,4776,1640,0,0,0,0),(6402,7953,1,1,1,7040,0,-852.558,-4885.32,22.0868,1.64061,300,0,0,2769,0,0,0,0,0),(6401,3297,1,1,1,4084,1,-821.04,-4941.13,21.4013,3.33843,300,0,0,1398,0,0,0,0,0),(34523,5267,109,1,1,0,1,-397.082,144.273,-131.857,5.92995,86400,0,0,5970,0,0,0,0,0),(34522,5716,109,1,1,0,1,-467.396,165.997,-66.7027,4.7096,86400,0,0,16035,0,0,0,0,0),(6400,3297,1,1,1,4083,1,-827.497,-4881.53,19.7186,1.02974,300,0,0,1398,0,0,0,0,0),(6399,3297,1,1,1,4084,1,-844.133,-4924.52,20.9509,6.16101,300,0,0,1398,0,0,0,0,0),(63520,22991,530,1,1,0,0,-4076.99,3415.22,334.008,-2.33874,180,0,0,4120,0,0,0,0,0),(6398,5880,1,1,1,10171,1,-839.287,-4939.83,21.0857,1.97222,300,0,0,300,0,0,0,0,0),(6397,5942,1,1,1,4610,1,-778.514,-4926.86,22.9971,4.31096,300,0,0,300,0,0,0,0,0),(34521,8580,109,1,2,0,0,-480.4,96.5663,-189.73,6.19797,86400,0,0,16035,0,2,0,0,0),(34520,5708,109,1,1,0,0,-369.819,85.5733,-148.802,3.21424,86400,0,0,6414,0,2,0,0,0),(34519,8384,109,1,1,0,0,-373.072,77.3239,-148.802,1.41254,86400,0,0,5970,0,0,0,0,0),(34518,8311,109,1,1,0,0,-371.254,81.8927,-147.738,6.25452,86400,0,0,1386,0,0,0,0,0),(3337,9043,0,1,1,9599,1,-7554.02,-1306.98,249.36,0.903905,500,5,0,3189,0,1,0,0,0),(135536,16468,532,1,1,16555,0,-10893.1,-1881.57,125.421,3.55027,604800,0,0,9780,0,2,0,0,0),(3335,9043,0,1,1,8899,1,-7570.05,-1319.04,245.618,2.72271,500,0,0,3189,0,0,0,0,0),(3336,9044,0,1,1,8901,1,-7574.09,-1318.32,245.617,6.24828,500,0,0,3189,0,0,0,0,0),(15307,2405,0,1,1,3662,1,-40.6804,-1024.49,55.4482,4.51027,300,0,0,3696,0,0,0,0,0),(15306,2405,0,1,1,3662,1,-76.6222,-982.212,56.2737,3.8623,300,0,0,3696,0,0,0,0,0),(15305,2228,0,1,1,1769,1,-845.604,-580.169,11.6872,4.69494,300,0,0,713,0,0,0,0,0),(15304,2386,0,1,1,3705,1,-801.281,-482.328,17.4128,5.92971,300,5,0,2310,0,1,0,0,0),(15303,2405,0,1,1,3662,1,-76.0431,-943.101,56.2815,3.89519,300,0,0,3696,0,0,0,0,0),(15302,2392,0,1,1,3651,1,-14.5396,-936.531,57.1723,3.73869,300,0,0,1163,0,0,0,0,0),(15301,2216,0,1,1,1660,1,-6.60232,-899.436,57.6278,0.191986,300,0,0,1342,0,0,0,0,0),(15300,2410,0,1,1,3682,1,-44.7427,-904.614,57.3454,0.279253,300,0,0,1981,0,0,0,0,0),(15299,2389,0,1,1,2037,1,2.67557,-857.919,58.889,3.80482,600,0,0,10572,0,0,0,0,0),(3334,9044,0,1,1,8901,1,-7579.89,-1280.52,245.605,3.12414,500,0,0,3189,0,0,0,0,0),(6396,3184,1,1,1,4071,1,-798.274,-4892.27,22.983,3.90954,300,0,0,713,0,0,0,0,0),(6395,3121,1,1,1,598,0,-1022.93,-5614.99,4.98502,3.67255,300,5,0,137,0,1,0,0,0),(135535,16468,532,1,1,16557,0,-10944.9,-1824.43,109.263,1.55343,604800,0,0,9780,0,2,0,0,0),(135534,16468,532,1,1,16557,0,-10946.8,-1822.39,109.262,1.55308,604800,0,0,9780,0,0,0,0,0),(135533,16468,532,1,1,16556,0,-10921.1,-1859.95,124.565,0.451319,604800,0,0,9780,0,0,0,0,0),(135532,16468,532,1,1,16555,0,-10924.1,-1853.04,124.528,0.780341,604800,0,0,9780,0,0,0,0,0),(135531,16468,532,1,1,16555,0,-10935.8,-1871.22,110.6,4.81711,604800,0,0,9780,0,0,0,0,0),(135530,16468,532,1,1,16558,0,-10939.4,-1867.83,110.6,3.05433,604800,0,0,9780,0,0,0,0,0),(135529,16468,532,1,1,16557,0,-10941.3,-1869.12,110.601,0.994838,604800,0,0,9780,0,0,0,0,0),(135528,16468,532,1,1,16558,0,-10935.7,-1875.22,110.602,1.309,604800,0,0,9780,0,0,0,0,0),(135527,16468,532,1,1,16555,0,-10875,-1878.74,110.601,4.01426,604800,0,0,9780,0,0,0,0,0),(135526,16468,532,1,1,16558,0,-10875.8,-1881.21,110.602,2.35619,604800,0,0,9780,0,0,0,0,0),(30220,6329,90,1,1,976,0,-558.493,172.266,-155.153,2.11185,86400,0,0,1830,655,0,0,0,0),(30219,6206,90,1,1,830,1,-455.935,178.529,-154.66,3.66519,86400,5,0,2272,0,1,0,0,0),(30218,6207,90,1,1,764,1,-583.11,82.3299,-202.996,4.52782,86400,5,0,629,0,1,0,0,0),(30217,6207,90,1,1,764,1,-508.743,36.3295,-156.485,0.787366,86400,5,0,629,0,1,0,0,0),(30216,6207,90,1,1,764,1,-509.529,100.519,-154.744,5.60004,86400,0,0,629,0,2,0,0,0),(30215,6207,90,1,1,764,1,-606.302,124.539,-188.085,3.02382,86400,0,0,629,0,0,0,0,0),(53788,14041,369,1,1,0,0,-18.4973,-17.03,-4.297,1.46808,190,0,0,484,0,0,0,0,0),(53789,14121,369,1,1,0,0,95.8035,1375.94,-122.222,1.47555,190,5,0,484,0,1,0,0,0),(53790,14121,369,1,1,0,0,49.3074,1205.64,-121.838,3.01425,190,0,0,484,0,0,0,0,0),(53791,14121,369,1,1,0,0,53.5573,1303.29,-121.098,1.21121,190,5,0,484,0,1,0,0,0),(44271,9262,229,1,1,0,1,-82.94,-422.2,-18.75,4.7,10800,0,0,6477,3244,0,0,0,0),(6394,3121,1,1,1,598,0,-648.184,-5618.89,7.47856,5.19248,300,5,0,137,0,1,0,0,0),(6393,3121,1,1,1,598,0,-1614.27,-5287.68,7.52334,3.00841,300,5,0,137,0,1,0,0,0),(6392,3121,1,1,1,598,0,-744.585,-5611.71,24.5514,3.47539,300,10,0,137,0,1,0,0,0),(6391,3121,1,1,1,598,0,-1584.37,-5307.1,9.23512,1.78176,300,10,0,137,0,1,0,0,0),(6390,3121,1,1,1,598,0,-1553.21,-5350.96,4.72484,4.27125,300,5,0,137,0,1,0,0,0),(6389,3172,1,1,1,3745,1,356.192,-4837.95,11.172,2.04204,300,0,0,1536,0,0,0,0,0),(6388,5953,1,1,1,9800,1,217.065,-4716.41,15.4771,0.366338,300,0,0,1706,0,0,0,0,0),(6387,5953,1,1,1,9800,1,319.097,-4812.88,10.6054,4.60767,300,0,0,1706,0,0,0,0,0),(6386,5953,1,1,1,9798,1,392.519,-4582.6,69.7285,0.977384,300,0,0,1706,0,0,0,0,0),(6385,5953,1,1,1,9800,1,358.329,-4791.56,12.6601,1.0426,300,0,0,1706,0,0,0,0,0),(6384,5943,1,1,1,4611,0,330.355,-4826.93,10.6074,2.79253,300,0,0,328,0,0,0,0,0),(6383,5953,1,1,1,9799,1,390.671,-4591.46,55.2134,4.02328,300,0,0,1706,0,0,0,0,0),(6382,5953,1,1,1,9798,1,398.973,-4707.58,9.7528,5.48033,300,0,0,1706,0,0,0,0,0),(6381,3168,1,1,1,3741,1,328.73,-4763.78,12.6269,2.09439,300,0,0,328,0,0,0,0,0),(6380,5953,1,1,1,9799,1,261.857,-4645.88,11.763,5.3713,300,0,0,1706,0,2,0,0,0),(6379,5952,1,1,1,9797,1,-610.798,-4599.89,41.4444,4.72984,300,0,0,11828,0,0,0,0,0),(6378,5952,1,1,1,9796,1,-641.489,-4561.34,42.9932,6.05629,300,0,0,11828,0,0,0,0,0),(5303,5952,1,1,1,9795,1,-560.155,-4589.4,42.7146,1.8675,300,0,0,11828,0,0,0,0,0),(4912,3707,1,1,1,4068,1,-617.395,-4202.4,38.2966,4.86947,300,0,0,198,0,0,0,0,0),(4800,3156,1,1,1,1884,1,-606.874,-4111.87,43.028,0.244346,300,0,0,176,0,0,0,0,0),(4799,12776,1,1,1,14371,1,-604.013,-4107.27,43.5945,5.60251,300,0,0,176,0,0,0,0,0),(4798,5884,1,1,1,4526,1,-625.296,-4210.17,38.2966,0.802851,300,0,0,198,0,0,0,0,0),(4797,3159,1,1,1,1883,1,-588.829,-4102.27,43.5465,4.67748,300,0,0,1279,0,0,0,0,0),(4796,3160,1,1,1,1881,0,-581.734,-4109.51,43.6077,3.75246,300,0,0,222,0,0,0,0,0),(4795,5952,1,1,1,9794,1,-565.985,-4269.39,38.488,4.2237,300,0,0,11828,0,0,0,0,0),(4794,3118,1,1,1,6815,0,1045.19,-4688.98,40.8734,2.18687,300,0,0,186,191,0,0,0,0),(135525,16468,532,1,1,16555,0,-10882.7,-1886.03,110.601,0.802851,604800,0,0,9780,0,0,0,0,0),(135524,16468,532,1,1,16557,0,-10883.4,-1869.55,110.599,4.46804,604800,0,0,9780,0,0,0,0,0),(3332,9044,0,1,1,9862,1,-7575.96,-1279.52,278.272,4.66003,500,0,0,3189,0,0,0,0,0),(3333,9044,0,1,1,9861,1,-7540.21,-1274.36,273.235,5.55015,500,0,0,3189,0,0,0,0,0),(3331,9043,0,1,1,9856,1,-7576.59,-1282.92,278.27,1.22173,500,0,0,3189,0,0,0,0,0),(4793,3117,1,1,1,2166,0,965.025,-4732.44,28.8712,4.02875,300,5,0,176,0,1,0,0,0),(7881,4503,1,1,1,655,0,-3372.29,-2820.57,33.5242,2.32129,360,0,0,1981,0,0,0,0,0),(4354,4502,1,1,1,3193,0,-3131.99,-2936.71,35.5506,1.37881,360,0,0,2138,0,0,0,0,0),(3602,4501,1,1,1,11539,0,-3191.32,-2925.55,33.4429,0.698132,360,0,0,1753,0,0,0,0,0),(3601,4343,1,1,1,814,0,-3409.38,-3309.92,33.6687,0.180552,360,10,0,1536,0,1,0,0,0),(1734,4343,1,1,1,814,0,-3618.52,-3176.49,29.1474,0.582522,360,10,0,1536,0,1,0,0,0),(30214,6207,90,1,1,764,1,-546.168,216.54,-156.761,2.42968,86400,2,0,629,0,1,0,0,0),(3330,9044,0,1,1,8901,1,-7543.94,-1280.48,273.24,0.366519,500,0,0,3189,0,0,0,0,0),(366,14921,0,1,1,15012,1,-11849.5,1259.08,6.88076,4.41568,1800,0,0,8097,0,0,0,0,0),(365,1064,0,1,1,4369,1,-12349.7,194.657,4.29848,3.15905,300,0,0,11828,0,0,0,0,0),(364,1404,0,1,1,4372,1,-12388.9,227.696,2.40931,4.39823,300,0,0,1753,0,0,0,0,0),(363,1064,0,1,1,4369,1,-12334.5,176.827,3.29848,6.23082,300,0,0,11828,0,0,0,0,0),(3328,14387,0,1,1,21009,0,-7508.63,-1039.84,180.995,3.85718,900,0,0,2442,2434,0,0,0,0),(3329,14436,0,1,1,14565,0,-7648.9,-638.269,200.981,4.97419,500,0,0,2515,2486,0,0,0,0),(3326,9697,0,1,1,9370,0,-8382.7,-983.502,187.957,5.58345,500,10,0,3529,0,1,0,0,0),(3327,7049,0,1,1,457,0,-8376.17,-925.061,208.649,5.56968,500,10,0,2823,2117,1,0,0,0),(3325,7049,0,1,1,457,0,-8159.94,-1106.07,138.177,0.910096,500,10,0,2823,2117,1,0,0,0),(135523,16468,532,1,1,16555,0,-10932.9,-1811.79,121.696,-0.618266,604800,0,0,9780,0,0,0,0,0),(135522,16468,532,1,1,16556,0,-10933.1,-1814.89,121.759,0.650337,604800,0,0,9780,0,0,0,0,0),(135521,16468,532,1,1,16555,0,-10880.4,-1860.07,124.537,2.29207,604800,0,0,9780,0,0,0,0,0),(135520,16468,532,1,1,16557,0,-10882.4,-1860.88,124.537,2.29207,604800,0,0,9780,0,0,0,0,0),(135519,16468,532,1,1,16555,0,-10864.2,-1819.36,121.706,-2.61533,604800,0,0,9780,0,0,0,0,0),(15298,2563,0,1,1,1103,0,-994.444,-1564.45,47.5073,3.31726,300,5,0,1163,0,1,0,0,0),(135518,16468,532,1,1,16556,0,-10864.8,-1822.41,121.673,2.39925,604800,0,0,9780,0,0,0,0,0),(135517,16461,532,1,1,16552,0,-10870.9,-2080.61,90.5791,0.034907,604800,0,0,40214,0,0,0,0,0),(135516,16461,532,1,1,16552,0,-10896.8,-2012.68,92.2582,2.19912,604800,0,0,40214,0,0,0,0,0),(135514,16461,532,1,1,16551,0,-10851.5,-2107.48,92.2457,2.14675,604800,0,0,40214,0,0,0,0,0),(135513,16461,532,1,1,16554,0,-10835,-2027.94,91.0082,3.52556,604800,0,0,40214,0,0,0,0,0),(135512,16461,532,1,1,16553,0,-10851,-2020.34,92.2582,3.33358,604800,0,0,40214,0,0,0,0,0),(135511,16461,532,1,1,16553,0,-10857.7,-2032.1,92.2582,3.00197,604800,0,0,40214,0,0,0,0,0),(135510,16461,532,1,1,16553,0,-10849.1,-1986.83,92.243,1.8675,604800,0,0,40214,0,0,0,0,0),(135509,16461,532,1,1,16552,0,-10902.6,-2049.56,92.173,4.219,604800,0,0,40214,0,2,0,0,0),(135508,16461,532,1,1,16552,0,-10886.2,-2068.82,92.2457,4.46804,604800,0,0,40214,0,0,0,0,0),(135507,16461,532,1,1,16551,0,-10827.6,-1958.63,93.442,3.33358,604800,0,0,40214,0,0,0,0,0),(135506,16461,532,1,1,16551,0,-10837.5,-1958.96,93.442,2.14675,604800,0,0,40214,0,0,0,0,0),(135505,16461,532,1,1,16552,0,-10829,-2005.42,92.243,3.9619,604800,0,0,40214,0,0,0,0,0),(135504,16461,532,1,1,16552,0,-10825.5,-2002.57,92.243,2.33874,604800,0,0,40214,0,0,0,0,0),(4792,3117,1,1,1,2166,0,968.545,-4702.7,30.2607,4.56841,300,5,0,176,0,1,0,0,0),(30213,6207,90,1,1,764,1,-367.842,79.4234,-154.728,4.66982,86400,5,0,629,0,1,0,0,0),(30212,6233,90,1,1,6978,0,-834.252,423.218,-272.513,1.309,86400,3,0,3412,0,1,0,0,0),(30211,7603,90,1,1,6968,0,-829.622,421.078,-272.513,4.90438,86400,2,0,787,0,1,0,0,0),(30210,7603,90,1,1,6968,0,-833.532,415.708,-272.513,2.25148,86400,2,0,787,0,1,0,0,0),(30209,7603,90,1,1,6967,0,-820.316,421.994,-272.513,0,86400,2,0,787,0,1,0,0,0),(30208,7603,90,1,1,6968,0,-824.891,419.662,-272.513,0.383972,86400,2,0,787,0,1,0,0,0),(4791,3115,1,1,1,3012,0,615.411,-4387,17.1267,5.10571,300,10,0,137,0,1,0,0,0),(4790,3130,1,1,1,2179,0,787.5,-4104.17,-9.39556,6.04683,300,3,0,176,0,1,0,0,0),(4789,3130,1,1,1,2179,0,746.786,-4111.69,-10.1845,3.25886,300,3,0,176,0,1,0,0,0),(4788,3130,1,1,1,2179,0,759.487,-4101.67,-10.1845,1.97032,300,3,0,176,0,1,0,0,0),(4787,6786,1,1,1,5729,1,-599.449,-4715.32,35.2296,1.20428,200,0,0,86,0,0,0,0,0),(4786,6787,1,1,1,5730,0,344.605,-4675.81,16.5411,4.10152,300,0,0,356,0,0,0,0,0),(4785,5597,1,1,1,3546,1,1568.65,-4386.24,5.3955,3.03687,300,0,0,1604,0,0,0,0,0),(4784,3122,1,1,1,1960,0,-19.6653,-4050.76,62.2565,2.08576,300,5,0,120,0,1,0,0,0),(4783,3122,1,1,1,1960,0,777.325,-4928.43,21.6668,0.215905,300,5,0,120,0,1,0,0,0),(4782,3122,1,1,1,1960,0,595.818,-4201.23,13.8938,5.64964,300,10,0,120,0,1,0,0,0),(4781,3122,1,1,1,1960,0,125.764,-4091.38,53.872,3.8731,300,10,0,120,0,1,0,0,0),(4780,3122,1,1,1,1960,0,962.5,-4952.53,11.6496,4.71239,300,10,0,120,0,1,0,0,0),(30207,6227,90,1,1,6891,0,-876.693,363.197,-316.433,4.18204,86400,3,0,2550,878,1,0,0,0),(30206,6233,90,1,1,6978,0,-766.442,53.0244,-256.694,4.72984,86400,2,0,3412,0,1,0,0,0),(30205,6224,90,1,1,6936,1,-798.383,192.561,-273.081,3.77095,86400,5,0,787,0,1,0,0,0),(30204,6224,90,1,1,6936,1,-768.508,347.22,-272.596,1.75239,86400,2,0,787,0,1,0,0,0),(53940,14337,451,1,1,0,0,16397.2,-16136,41.0866,4.31874,180,0,0,2215,0,0,0,0,0),(207617,34949,530,1,1,0,0,-1797.06,5479.81,-12.3448,2.1293,120,0,0,1,0,0,0,0,0),(4779,3122,1,1,1,1960,0,1130.52,-4572.23,17.2368,3.07753,300,10,0,120,0,1,0,0,0),(4778,3122,1,1,1,1960,0,664.271,-4838.06,26.4969,1.36104,300,5,0,120,0,1,0,0,0),(4777,3122,1,1,1,1960,0,77.7896,-4196.88,60.786,3.14159,300,5,0,120,0,1,0,0,0),(4776,3122,1,1,1,1960,0,481.397,-4410.52,40.3712,5.01022,300,5,0,120,0,1,0,0,0),(30203,6233,90,1,1,6978,0,-758.589,358.368,-272.513,0,86400,5,0,3412,0,1,0,0,0),(30202,7603,90,1,1,6967,0,-761.42,345.627,-272.596,4.43788,86400,2,0,787,0,1,0,0,0),(4775,3122,1,1,1,1960,0,519.162,-4383.35,33.6531,0.141069,300,5,0,120,0,1,0,0,0),(362,1064,0,1,1,4368,1,-12395.1,131.913,3.55804,4.60767,300,0,0,11828,0,0,0,0,0),(361,1387,0,1,1,1868,1,-12417.5,144.474,3.36881,0.610865,1800,0,0,17742,0,0,0,0,0),(360,1148,0,1,1,4377,0,-12412.3,134.007,3.94486,1.3439,300,0,0,1753,0,0,0,0,0),(359,1064,0,1,1,4369,1,-12375.3,130.875,21.1785,4.85202,300,0,0,11828,0,0,0,0,0),(316,1146,0,1,1,4389,1,-12357.8,155.552,4.32853,1.29154,300,0,0,1753,0,0,0,0,0),(30201,7603,90,1,1,6967,0,-756.644,340.992,-272.596,1.35328,86400,2,0,787,0,1,0,0,0),(30200,7603,90,1,1,6968,0,-761.55,355.004,-272.596,4.64483,86400,2,0,787,0,1,0,0,0),(4774,3128,1,1,1,3734,1,-277.769,-5146.6,21.436,2.28441,200,5,0,102,0,1,0,0,0),(4773,3128,1,1,1,3734,1,-273.242,-4919.18,27.1867,4.78078,200,5,0,102,0,1,0,0,0),(30199,7603,90,1,1,6968,0,-763.268,346.868,-272.596,5.02194,86400,2,0,787,0,1,0,0,0),(30198,6224,90,1,1,6936,1,-811.597,100.217,-264.648,6.03884,86400,2,0,787,0,1,0,0,0),(30197,7603,90,1,1,6968,0,-811.106,103.936,-264.648,1.41372,86400,2,0,787,0,1,0,0,0),(30196,7603,90,1,1,6967,0,-810.912,95.8048,-264.648,3.85718,86400,2,0,787,0,1,0,0,0),(30195,7603,90,1,1,6967,0,-806.775,99.9191,-264.648,4.92183,86400,2,0,787,0,1,0,0,0),(30194,7603,90,1,1,6968,0,-816.426,101.189,-264.648,0.139626,86400,2,0,787,0,1,0,0,0),(30193,6227,90,1,1,6891,0,-811.979,179.635,-273.079,1.09651,86400,3,0,2550,878,1,0,0,0),(3324,9698,0,1,1,10985,0,-8160.42,-1081.25,138.819,5.35104,500,10,0,3644,0,1,0,0,0),(53996,14388,0,1,1,0,0,-8217,-499,197.379,2.145,430,5,0,3322,0,1,0,0,0),(53997,14388,0,1,1,0,0,-8205,-483,193.823,2.678,430,5,0,3322,0,1,0,0,0),(53998,14388,0,1,1,0,0,-8184,-577,200.644,4.471,430,5,0,3322,0,1,0,0,0),(53999,14388,0,1,1,0,0,-8150,-540,200.85,1.866,430,5,0,3322,0,1,0,0,0),(54000,14390,0,1,1,0,1,-8208,-485,193.739,5.354,310,5,0,3831,0,1,0,0,0),(54001,14390,0,1,1,0,1,-8159,-597,199.913,2.554,310,5,0,3831,0,1,0,0,0),(4772,3128,1,1,1,3734,1,-262.554,-5188.37,21.1489,4.32635,200,5,0,102,0,1,0,0,0),(54003,14393,0,1,1,0,1,-8177,-594,200.167,0.811,540,0,0,3279,1142,0,0,0,0),(30192,6224,90,1,1,6936,1,-768.453,349.162,-272.596,4.49674,86400,2,0,787,0,1,0,0,0),(30191,6233,90,1,1,6978,0,-859.42,317.601,-316.407,5.21927,86400,5,0,3412,0,1,0,0,0),(30190,7603,90,1,1,6968,0,-858.642,320.32,-316.407,5.21926,86400,3,0,787,0,1,0,0,0),(30189,7603,90,1,1,6968,0,-855.923,319.543,-316.408,5.21929,86400,3,0,787,0,1,0,0,0),(15297,2559,0,1,1,11316,0,-1158.26,-1485.18,53.2455,3.13723,300,5,0,1050,0,1,0,0,0),(4771,3144,1,1,1,1619,1,1905.75,-4161.37,41.0035,0.488692,300,0,0,484,0,0,0,0,0),(4770,4949,1,1,1,4527,1,1920.01,-4123.95,43.3733,4.79965,7200,0,0,5578000,127740,0,0,0,0),(4769,5603,1,1,1,3564,1,1594.38,-4378.3,9.69994,3.45575,300,0,0,1604,0,0,0,0,0),(3323,7049,0,1,1,457,0,-8346.38,-979.194,185.32,0.557152,500,10,0,2823,2117,1,0,0,0),(4768,4311,1,1,1,4515,1,1352.45,-4395.7,29.2713,2.28638,300,0,0,1003,0,0,0,0,0),(3322,9697,0,1,1,9370,0,-8256.4,-1042.67,147.307,2.0834,500,5,0,3529,0,1,0,0,0),(70168,20520,530,1,1,0,0,3726.24,2443.04,104.157,4.55208,600,0,0,7181,0,0,0,0,0),(3321,7049,0,1,1,457,0,-7952.33,-993.707,132.886,4.39405,500,10,0,2823,2117,1,0,0,0),(315,16096,0,1,1,10747,1,-12435.6,217.448,31.2913,5.02655,1800,0,0,31905,0,0,0,0,0),(4767,6987,1,1,1,5770,1,1928.33,-4517.21,29.1426,0.959931,300,0,0,1753,0,0,0,0,0),(4766,6986,1,1,1,5769,1,1931.78,-4514.99,29.1426,3.40339,300,0,0,2218,0,0,0,0,0),(3413,17076,530,1,1,0,0,-1883.62,5420.01,-12.4279,0.519128,25,0,0,1117800,31550,0,0,0,0),(3248,22823,530,1,1,0,0,203.588,8550.11,22.3256,4.47675,25,0,0,41,60,0,0,0,0),(1885,28132,560,3,1,0,1,2280.83,814.708,54.5895,4.14046,86400,0,0,76846,0,2,0,0,0),(314,14911,0,1,1,15004,1,-11834.7,1257.75,2.15351,5.56803,1800,0,0,7326,2434,0,0,0,0),(313,14994,0,1,1,13069,0,-11847,1280.86,3.16509,6.17846,300,0,0,42,0,0,0,0,0),(150156,28048,0,1,1,0,1,-14422.6,523.259,26.3886,5.16617,120,0,0,1,0,0,0,0,0),(150157,28049,0,1,1,0,1,-14420.5,525.486,26.0714,4.67748,120,0,0,1,0,0,0,0,0),(150158,28050,0,1,1,0,1,-14430.4,520.976,25.9306,2.56563,120,0,0,1,0,0,0,0,0),(30188,7603,90,1,1,6967,0,-860.844,330.92,-316.433,1.86691,86400,3,0,787,0,1,0,0,0),(30187,7603,90,1,1,6968,0,-860.153,328.662,-316.413,1.86721,86400,3,0,787,0,1,0,0,0),(30186,6230,90,1,1,8369,0,-503.135,582.624,-230.601,2.74118,86400,2,0,2400,0,1,0,0,0),(30185,6222,90,1,1,6933,1,-505.07,482.81,-273.08,6.21937,86400,2,0,787,0,1,0,0,0),(30184,6222,90,1,1,6932,1,-493.585,591.612,-230.517,1.0821,86400,2,0,787,0,1,0,0,0),(4762,19912,1,1,1,18290,0,1987.4,-4813.11,56.8491,1.62316,300,0,0,6986,0,0,0,0,0),(4760,14182,1,1,1,14216,1,2057.53,-4733.22,25.15,2.60812,300,0,0,2442,2434,2,0,0,0),(4759,5765,1,1,1,4209,1,-624.024,-4214.41,38.2173,5.61996,300,0,0,198,0,0,0,0,0),(4758,3107,1,1,1,1938,0,-686.708,-5462.52,-0.809426,1.86903,300,5,0,137,0,1,0,0,0),(4757,3107,1,1,1,1938,0,-873.053,-5278.66,-9.99352,4.62633,300,10,0,137,0,1,0,0,0),(312,14910,0,1,1,15003,1,-11828.3,1246.78,2.3936,5.82184,1800,0,0,9156,0,0,0,0,0),(4756,3107,1,1,1,1938,0,-1059.25,-5285.51,-5.73464,0.844803,300,5,0,137,0,1,0,0,0),(4755,3107,1,1,1,1938,0,-885.142,-5507.15,-2.12263,4.85539,300,5,0,137,0,1,0,0,0),(4754,3107,1,1,1,1938,0,-1477.05,-5301.59,-1.2612,5.10087,300,5,0,137,0,1,0,0,0),(4753,3107,1,1,1,1938,0,-760.886,-5470.73,-1.76081,2.23607,300,10,0,137,0,1,0,0,0),(4752,3107,1,1,1,1938,0,-1463.44,-5314.72,-5.68222,2.49887,300,5,0,137,0,1,0,0,0),(4751,3107,1,1,1,1938,0,-801.224,-5301.3,-2.88575,5.14036,300,10,0,137,0,1,0,0,0),(30183,7603,90,1,1,6968,0,-505.002,596.776,-230.601,3.60776,86400,2,0,787,0,1,0,0,0),(30182,7603,90,1,1,6967,0,-498.561,589.783,-230.518,5.07891,86400,2,0,787,0,1,0,0,0),(30181,7603,90,1,1,6967,0,-503.62,588.685,-230.518,0,86400,5,0,787,0,1,0,0,0),(30180,7603,90,1,1,6967,0,-504.026,592.853,-230.518,4.5204,86400,2,0,787,0,1,0,0,0),(30179,6233,90,1,1,6978,0,-466.97,475.331,-230.601,5.81475,86400,2,0,3412,0,1,0,0,0),(30178,7603,90,1,1,6967,0,-469.989,486.403,-230.602,5.99827,86400,2,0,787,0,1,0,0,0),(3320,9697,0,1,1,9370,0,-8158.09,-1043.28,134.523,0.98713,500,10,0,3529,0,1,0,0,0),(311,14904,0,1,1,14996,1,-11850.2,1244.7,4.65736,5.95157,1800,0,0,9156,0,0,0,0,0),(3319,7031,0,1,1,2075,0,-8200.68,-2311.91,131.522,1.81837,500,5,0,2608,0,1,0,0,0),(4750,3107,1,1,1,1938,0,809.335,-5074.06,2.624,2.07261,300,5,0,137,0,1,0,0,0),(4749,3107,1,1,1,1938,0,-990.279,-5455.54,2.89134,5.6182,300,5,0,137,0,1,0,0,0),(30177,7603,90,1,1,6967,0,-473.96,471.998,-230.518,3.85718,86400,2,0,787,0,1,0,0,0),(30176,7603,90,1,1,6967,0,-469.306,480.047,-230.602,3.47808,86400,2,0,787,0,1,0,0,0),(44154,9261,229,1,1,0,1,30.32,-486.71,-18.56,5.25,10800,0,0,6477,2163,0,0,0,0),(44269,9262,229,1,1,0,1,33.56,-487.29,-18.66,3.63,10800,0,0,6477,3244,0,0,0,0),(44270,9259,229,1,1,0,1,29.66,-489.79,-18.58,0.7,10800,0,0,8097,0,0,0,0,0),(44152,9262,229,1,1,0,1,26.95,-471.63,-18.3,4.48,10800,0,0,6477,3244,0,0,0,0),(44153,9261,229,1,1,0,1,25.39,-477.23,-18.32,1.32,10800,0,0,6477,2163,0,0,0,0),(44149,9262,229,1,1,0,1,-41.88,-430.44,-18.76,1.09,10800,0,0,6477,3244,0,0,0,0),(44150,9262,229,1,1,0,1,-55.33,-414.23,-18.76,1.53,10800,0,0,6477,3244,0,0,0,0),(44151,9262,229,1,1,0,1,-29.32,-412.75,-18.76,4.89,10800,0,0,6477,3244,0,0,0,0),(4748,3123,1,1,1,1959,0,84.7999,-3990.47,45.812,0.10152,300,5,0,156,0,1,0,0,0),(4747,3123,1,1,1,1959,0,173.04,-3919.43,44.1306,4.58625,300,10,0,156,0,1,0,0,0),(4746,3123,1,1,1,1959,0,1369.98,-4763.24,27.5002,3.88385,300,5,0,156,0,1,0,0,0),(84714,22899,530,1,1,0,1,4107.49,2930.08,354.534,6.23883,180,0,0,6986,0,0,0,0,0),(3318,7031,0,1,1,2075,0,-7699.67,-2620.82,138.439,6.13922,500,5,0,2608,0,1,0,0,0),(4745,3123,1,1,1,1959,0,1385.33,-4911.25,8.47098,3.76957,300,10,0,156,0,1,0,0,0),(44078,9261,229,1,1,0,1,-40.06,-425.21,-18.76,4.45,10800,0,0,6477,2163,0,0,0,0),(44020,9259,229,1,1,0,1,-74.91,-405.03,-18.76,5.22,10800,0,0,8097,0,0,0,0,0),(44019,9259,229,1,1,0,1,-34.91,-407.28,-18.76,4.67,10800,0,0,8097,0,0,0,0,0),(44009,9261,229,1,1,0,1,-51.25,-413.27,-18.75,5.99,10800,0,0,6477,2163,0,0,0,0),(44008,9261,229,1,1,0,1,-47.39,-406.25,-18.75,5.66,10800,0,0,6477,2163,0,0,0,0),(44007,9261,229,1,1,0,1,-25.34,-408.58,-18.75,4.92,10800,0,0,6477,2163,0,0,0,0),(43771,9261,229,1,1,0,1,18.59,-441.58,-18.69,4.72,10800,0,0,6477,2163,0,0,0,0),(43768,9259,229,1,1,0,1,-42.63,-426.17,-18.76,5.39,10800,0,0,8097,0,0,0,0,0),(43767,9259,229,1,1,0,1,-37.48,-426.83,-18.76,3.6,10800,0,0,8097,0,0,0,0,0),(43766,9259,229,1,1,0,1,-42.45,-411.02,-18.76,5.73,10800,0,0,8097,0,0,0,0,0),(43765,9259,229,1,1,0,1,-16.19,-406.75,-18.76,4.54,10800,0,0,8097,0,0,0,0,0),(4744,3123,1,1,1,1959,0,1345.02,-4882.5,12.6827,0.137286,300,10,0,156,0,1,0,0,0),(3317,7031,0,1,1,2075,0,-8162.29,-2020.21,131.37,2.90207,500,0,0,2608,0,0,0,0,0),(63518,22991,530,1,1,0,0,-4041.39,3271,346.642,-2.09439,180,0,0,4120,0,0,0,0,0),(4743,3123,1,1,1,1959,0,-68.5253,-3869.09,43.5474,4.12943,300,10,0,156,0,1,0,0,0),(4742,3123,1,1,1,1959,0,1128.83,-4863.97,20.2508,6.17076,300,5,0,156,0,1,0,0,0),(4741,3123,1,1,1,1959,0,833.373,-3881.34,18.7598,4.73303,300,5,0,156,0,1,0,0,0),(4740,3123,1,1,1,1959,0,84.0344,-3858.26,38.197,1.39955,300,10,0,156,0,1,0,0,0),(4739,3123,1,1,1,1959,0,491.172,-3996.12,21.4062,5.15761,300,10,0,156,0,1,0,0,0),(4738,3127,1,1,1,2732,0,18.7356,-3814.1,34.054,5.59471,300,10,0,176,0,1,0,0,0),(88077,15276,531,1,1,0,0,-8868.31,1205.97,-104.231,2.70526,604800,0,0,1,0,0,0,0,0),(15296,2356,0,1,1,3201,0,-809.068,-207.296,35.9963,2.03183,300,5,0,944,0,1,0,0,0),(54187,17724,546,3,1,0,0,74.9491,-57.4098,-2.75561,4.62677,7200,0,0,15489,0,0,0,0,0),(54189,17724,546,3,1,0,0,71.087,-58.3801,-2.75326,5.65408,7200,0,0,15489,0,0,0,0,0),(3316,9779,0,1,1,10814,0,-8290.62,-1315.65,177.86,0.768825,500,5,0,1013,0,1,0,0,0),(54191,17724,546,3,1,0,0,72.2916,-66.0613,-2.75166,2.78659,7200,0,0,15489,0,0,0,0,0),(3315,9779,0,1,1,10814,0,-8277.72,-1310.28,165.61,4.69593,500,5,0,1013,0,1,0,0,0),(3314,9779,0,1,1,10814,0,-8277.07,-1318.92,167.985,6.25093,500,5,0,1013,0,1,0,0,0),(3313,9778,0,1,1,10817,0,-8264.12,-1320.17,164.998,3.12159,500,5,0,810,2041,1,0,0,0),(3312,9778,0,1,1,10817,0,-8274.9,-1321.57,167.86,0.688354,500,5,0,810,2041,1,0,0,0),(54203,17725,546,3,1,0,0,75.0757,-62.2422,-2.75484,2.4363,7200,0,0,15489,0,0,0,0,0),(4737,3127,1,1,1,2732,0,1146.68,-4188.94,22.8695,3.17431,300,10,0,176,0,1,0,0,0),(4736,3127,1,1,1,2732,0,1286.64,-4905.52,11.2412,1.1727,300,10,0,176,0,1,0,0,0),(4735,3127,1,1,1,2732,0,855.374,-3909.67,19.9425,2.44885,300,5,0,176,0,1,0,0,0),(54210,17734,546,3,1,17758,0,44.9528,-113.584,-3.38156,2.79235,7200,0,0,45720,0,2,0,0,0),(54211,17724,546,3,1,0,0,64.5184,-173.445,-3.42009,1.84778,7200,0,0,15489,0,0,0,0,0),(54212,17724,546,3,1,0,0,68.2495,-170.507,-3.23913,2.90335,7200,0,0,15489,0,0,0,0,0),(54213,17724,546,3,1,0,0,67.257,-163.872,-2.85925,3.2073,7200,0,0,15489,0,0,0,0,0),(54214,17724,546,3,1,0,0,63.5906,-163.986,-2.87705,4.57704,7200,0,0,15489,0,0,0,0,0),(54215,17724,546,3,1,0,0,60.9912,-169.612,-3.20813,0.616276,7200,0,0,15489,0,0,0,0,0),(54216,17725,546,3,1,0,0,45.1816,-198.854,-4.31001,2.19466,7200,0,0,15489,0,0,0,0,0),(54217,17725,546,3,1,0,0,49.1828,-194.482,-4.23965,2.53396,7200,0,0,15489,0,0,0,0,0),(54218,17725,546,3,1,0,0,22.4198,-176.602,-4.36346,4.94592,7200,0,0,15489,0,0,0,0,0),(4734,3127,1,1,1,2732,0,143.211,-3883.41,39.5411,5.24734,300,10,0,176,0,1,0,0,0),(4733,3127,1,1,1,2732,0,-81.0895,-3828.82,32.4952,4.06694,300,10,0,176,0,1,0,0,0),(4732,3127,1,1,1,2732,0,1182.86,-4022.2,15.451,1.33915,300,10,0,176,0,1,0,0,0),(4731,3127,1,1,1,2732,0,806.07,-3877.45,18.5046,2.65392,300,5,0,176,0,1,0,0,0),(4730,3127,1,1,1,2732,0,1064.04,-4212.57,18.9224,3.23654,300,10,0,176,0,1,0,0,0),(4729,3127,1,1,1,2732,0,1294.18,-4970.53,2.84001,3.6976,300,5,0,176,0,1,0,0,0),(4728,4485,1,1,1,5535,1,1953.59,-4735.77,48.5105,1.09956,300,0,0,1110,1067,0,0,0,0),(4727,3126,1,1,1,2487,0,204.414,-4272.58,38.2886,1.71147,300,5,0,137,0,1,0,0,0),(4726,3126,1,1,1,2487,0,623.757,-4312.75,18.4193,5.32152,300,10,0,137,0,1,0,0,0),(4725,3126,1,1,1,2487,0,794.855,-4179.5,20.3199,0.336352,300,10,0,137,0,1,0,0,0),(4724,3126,1,1,1,2487,0,595.673,-3922.84,19.8631,5.82392,300,5,0,137,0,1,0,0,0),(4723,3126,1,1,1,2487,0,510.582,-4548.97,50.2268,2.98257,300,5,0,137,0,1,0,0,0),(4722,3126,1,1,1,2487,0,495.384,-3918.39,22.271,0.716256,300,5,0,137,0,1,0,0,0),(54246,17725,546,3,1,0,0,3.60895,-198.344,-4.53321,3.55288,7200,0,0,15489,0,2,0,0,0),(54247,17725,546,3,1,0,0,7.23024,-206.647,-4.53321,3.55288,7200,0,0,15489,0,2,0,0,0),(54248,20465,546,3,1,0,0,107.908,-272.499,-8.34876,0.462337,7200,0,0,19422,0,0,0,0,0),(54249,20465,546,3,1,0,0,119.956,-278.698,-8.47496,5.61691,7200,0,0,19422,0,0,0,0,0),(54250,20465,546,3,1,0,0,126.442,-272.389,-8.47496,1.37183,7200,0,0,19422,0,0,0,0,0),(4721,3126,1,1,1,2487,0,-13.5858,-4136.24,78.1668,4.87374,300,5,0,137,0,1,0,0,0),(3311,7032,0,1,1,5781,0,-8251.78,-1872.77,143.699,1.44349,500,5,0,2875,0,1,0,0,0),(3310,7032,0,1,1,5781,0,-7883.22,-1558.22,131.612,2.30199,500,5,0,2875,0,1,0,0,0),(3309,9779,0,1,1,10814,0,-8213.54,-1345.89,141.734,2.50413,500,5,0,1013,0,1,0,0,0),(3308,9779,0,1,1,10814,0,-8214.52,-1351.61,141.734,3.54111,500,5,0,1013,0,1,0,0,0),(3307,9779,0,1,1,10814,0,-8208.15,-1344.75,141.734,5.47941,500,5,0,1013,0,1,0,0,0),(3306,9778,0,1,1,10817,0,-8222.71,-1353.26,141.734,3.99477,500,5,0,810,2041,1,0,0,0),(3305,9778,0,1,1,10817,0,-8215.35,-1345.94,141.734,0.523303,500,5,0,810,2041,1,0,0,0),(4720,3126,1,1,1,2487,0,691.491,-4908.61,23.3928,3.16744,300,10,0,137,0,1,0,0,0),(3304,7032,0,1,1,5781,0,-8248.07,-1117.93,141.206,1.46878,500,5,0,2875,0,1,0,0,0),(3303,7046,0,1,1,6377,0,-8342.42,-985.418,183.41,5.5862,500,10,0,3374,0,1,0,0,0),(3302,7045,0,1,1,9585,0,-8171.75,-2133.57,135.51,0.900328,500,0,0,3066,0,2,0,0,0),(18033,1914,0,1,1,3562,1,-196.477,912.855,66.8764,1.20428,275,0,0,285,790,0,0,0,0),(43764,9259,229,1,1,0,1,-1.39,-421.36,-18.72,3.83,10800,0,0,8097,0,0,0,0,0),(43763,9259,229,1,1,0,1,24.54,-444.81,-18.75,4.28,10800,0,0,8097,0,0,0,0,0),(43762,9259,229,1,1,0,1,22.03,-504.63,-18.35,4.8,10800,0,0,8097,0,0,0,0,0),(43761,9239,229,1,1,0,1,-30.71,-576.92,-18.66,0.63,10800,0,0,6273,2117,0,0,0,0),(43760,9239,229,1,1,0,1,-6.07,-558.05,-18.59,0.57,10800,0,0,6273,2117,0,0,0,0),(43759,9267,229,1,1,0,1,-65.98,-578.27,-18.68,2.33,10800,0,0,7842,0,0,0,0,0),(43758,9265,229,1,1,0,1,-68.89,-573.58,-18.67,5.16,10800,0,0,6477,2163,0,0,0,0),(4719,3126,1,1,1,2487,0,471.891,-3851.64,21.2425,6.10655,300,10,0,137,0,1,0,0,0),(3301,7046,0,1,1,6377,0,-8240.96,-1204.55,142.663,4.70984,500,5,0,3374,0,1,0,0,0),(135503,16460,532,1,1,16547,0,-10869.3,-2077.77,90.579,4.90438,604800,0,0,32166,16155,0,0,0,0),(135502,16460,532,1,1,16547,0,-10899.6,-2018.59,92.2582,0.890118,604800,0,0,32166,16155,0,0,0,0),(135501,16460,532,1,1,16549,0,-10854,-2101.29,92.2457,0.139626,604800,0,0,32166,16155,0,0,0,0),(135500,16460,532,1,1,16547,0,-10833.2,-2030.69,91.0082,2.67035,604800,0,0,32166,16155,0,0,0,0),(135499,16460,532,1,1,16548,0,-10855.2,-2020.88,92.2582,6.03884,604800,0,0,32166,16155,0,0,0,0),(135498,16460,532,1,1,16547,0,-10853,-1986.83,92.243,1.58825,604800,0,0,32166,16155,0,0,0,0),(135497,16460,532,1,1,16547,0,-10884.1,-2070.94,92.2457,2.63545,604800,0,0,32166,16155,0,0,0,0),(4718,3126,1,1,1,2487,0,665.084,-4255.48,15.8818,3.39653,300,10,0,137,0,1,0,0,0),(43757,9265,229,1,1,0,1,-34.18,-477.49,-18.6,4.72,10800,0,0,6477,2163,0,0,0,0),(43756,9267,229,1,1,0,1,-30.19,-477.67,-18.6,4.73,10800,0,0,7842,0,0,0,0,0),(43755,9269,229,1,1,0,1,-31.89,-473.5,-18.59,4.8,10800,0,0,6477,2163,0,0,0,0),(43754,9269,229,1,1,0,1,-38.25,-514.12,-18.63,4.72,10800,0,0,6477,2163,0,0,0,0),(43753,9269,229,1,1,0,1,-33.38,-519.36,-18.63,3.09,10800,0,0,6477,2163,0,0,0,0),(43752,9269,229,1,1,0,1,-43.84,-519.52,-18.63,0,10800,0,0,6477,2163,0,0,0,0),(43751,9269,229,1,1,0,1,-38.63,-525.21,-18.63,1.59,10800,0,0,6477,2163,0,0,0,0),(43750,9269,229,1,1,0,1,-5.73,-554.13,-18.59,5.73,10800,0,0,6477,2163,0,0,0,0),(43749,9266,229,1,1,0,1,-1.49,-556.58,-18.59,2.99,10800,0,0,6477,2163,0,0,0,0),(43748,9266,229,1,1,0,1,-64.75,-575.12,-18.68,3.45,10800,0,0,6477,2163,0,0,0,0),(43707,9266,229,1,1,0,1,-30.8,-573.34,-18.64,5.39,10800,0,0,6477,2163,0,0,0,0),(43578,9266,229,1,1,0,1,-26.77,-573.81,-18.64,3.43,10800,0,0,6477,2163,0,0,0,0),(43577,9241,229,1,1,0,1,-27.28,-577.19,-18.67,2.27,10800,0,0,8097,0,0,0,0,0),(43576,9241,229,1,1,0,1,-71.81,-577.15,-18.68,0.11,10800,0,0,8097,0,0,0,0,0),(43575,9241,229,1,1,0,1,-35.61,-473.69,-18.59,4.94,10800,0,0,8097,0,0,0,0,0),(43574,9241,229,1,1,0,1,-28.05,-473.79,-18.58,4.71,10800,0,0,8097,0,0,0,0,0),(43573,9268,229,1,1,0,0,-41.33,-448.37,-18.46,4.76,10800,0,0,8352,0,0,0,0,0),(43572,9269,229,1,1,0,1,-61.82,-449.36,-18.46,5.17,10800,0,0,6477,2163,0,0,0,0),(43571,9241,229,1,1,0,1,-62.05,-457.34,-18.46,1.3,10800,0,0,8097,0,0,0,0,0),(43570,9266,229,1,1,0,1,-57.48,-454.82,-18.46,2.55,10800,0,0,6477,2163,0,0,0,0),(43569,9241,229,1,1,0,1,-7.31,-475.22,-18.6,5.03,10800,0,0,8097,0,0,0,0,0),(43568,9240,229,1,1,0,1,-3.22,-475.15,-18.61,4.85,10800,0,0,6273,2117,0,0,0,0),(43567,9269,229,1,1,0,1,0.02,-475.11,-18.61,3.82,10800,0,0,6477,2163,0,0,0,0),(43566,9268,229,1,1,0,0,-0.63,-482,-18.62,4.06,10800,0,0,8352,0,0,0,0,0),(43565,9268,229,1,1,0,0,-4.77,-517.7,-6.96,2.78,10800,0,0,8352,0,0,0,0,0),(43564,9268,229,1,1,0,0,-15.43,-528.19,-18.63,3.31,10800,0,0,8352,0,0,0,0,0),(43563,9268,229,1,1,0,0,-67.24,-483.41,-18.59,5.53,10800,0,0,8352,0,0,0,0,0),(43562,9268,229,1,1,0,0,-62.94,-524.7,-18.63,6.2,10800,0,0,8352,0,0,0,0,0),(54337,20465,546,3,1,0,0,122.934,-261.657,-8.47496,2.15173,7200,0,0,19422,0,0,0,0,0),(137673,14844,1,1,1,0,1,-1585.4,163.72,-7.31547,6.10865,120,0,0,1,0,0,0,0,0),(54339,20465,546,3,1,0,0,114.304,-257.094,-8.47496,3.01645,7200,0,0,19422,0,0,0,0,0),(137672,14841,1,1,1,0,0,-1550.86,141.069,-7.68689,2.25147,120,0,0,1,0,0,0,0,0),(43561,9268,229,1,1,0,0,-77.47,-513.12,-6.96,6.1,10800,0,0,8352,0,0,0,0,0),(43560,9241,229,1,1,0,1,-80,-521.34,-6.96,0.08,10800,0,0,8097,0,0,0,0,0),(43559,9239,229,1,1,0,1,-42.01,-541.49,16.34,1.56,10800,0,0,6273,2117,0,0,0,0),(43558,9240,229,1,1,0,1,-37.75,-548.74,16.3,1.57,10800,0,0,6273,2117,0,0,0,0),(43557,9267,229,1,1,0,1,-41.98,-553.8,16.3,1.48,10800,0,0,7842,0,0,0,0,0),(43556,9267,229,1,1,0,1,-29.19,-550.7,16.29,0.1,10800,0,0,7842,0,0,0,0,0),(43555,9240,229,1,1,0,1,-35.05,-521.75,4.69,2.48,10800,0,0,6273,2117,0,0,0,0),(43554,9240,229,1,1,0,1,-44.24,-513.41,4.69,5.68,10800,0,0,6273,2117,0,0,0,0),(43553,9265,229,1,1,0,1,-44.55,-521.68,4.69,0.82,10800,0,0,6477,2163,0,0,0,0),(43552,9265,229,1,1,0,1,-35.08,-513.08,4.69,3.82,10800,0,0,6477,2163,0,0,0,0),(43551,9240,229,1,1,0,1,-125.34,-489.88,24.44,6.26,10800,0,0,6273,2117,0,0,0,0),(43550,9240,229,1,1,0,1,-125.67,-473.79,24.44,6.24,10800,0,0,6273,2117,0,0,0,0),(43549,9240,229,1,1,0,1,-100.22,-472.5,24.43,4.61,10800,0,0,6273,2117,0,0,0,0),(43548,9239,229,1,1,0,1,-104.08,-473.19,24.43,4.74,10800,0,0,6273,2117,0,0,0,0),(43547,9265,229,1,1,0,1,-103.79,-491.78,24.43,1.43,10800,0,0,6477,2163,0,0,0,0),(43546,9269,229,1,1,0,1,-100.07,-491.54,24.43,1.5,10800,0,0,6477,2163,0,0,0,0),(43545,9239,229,1,1,0,1,-93.27,-483.15,24.42,6.28,10800,0,0,6273,2117,0,0,0,0),(43544,9240,229,1,1,0,1,-93.2,-477.9,24.42,6.21,10800,0,0,6273,2117,0,0,0,0),(43543,9267,229,1,1,0,1,-57.92,-488.23,16.42,5.63,10800,0,0,7842,0,0,0,0,0),(43542,9240,229,1,1,0,1,-57.66,-490.86,16.41,0.63,10800,0,0,6273,2117,0,0,0,0),(43541,9267,229,1,1,0,1,-53.59,-491.35,16.37,2.89,10800,0,0,7842,0,0,0,0,0),(43540,9240,229,1,1,0,1,-53.81,-488.18,16.42,3.92,10800,0,0,6273,2117,0,0,0,0),(43539,9240,229,1,1,0,1,-29.88,-474.56,16.57,6.19,10800,0,0,6273,2117,0,0,0,0),(43538,9240,229,1,1,0,1,-56.52,-471.59,16.48,6.26,10800,0,0,6273,2117,0,0,0,0),(43537,9267,229,1,1,0,1,-53.76,-450.59,16.56,4,10800,0,0,7842,0,0,0,0,0),(43536,9239,229,1,1,0,1,-57.56,-450.45,16.53,5.57,10800,0,0,6273,2117,0,0,0,0),(43535,9240,229,1,1,0,1,-57.63,-454.18,16.52,0.69,10800,0,0,6273,2117,0,0,0,0),(43534,9240,229,1,1,0,1,-53.5,-454.29,16.54,2.25,10800,0,0,6273,2117,0,0,0,0),(43533,9239,229,1,1,0,1,-37.54,-450.66,16.66,5.75,10800,0,0,6273,2117,0,0,0,0),(43532,9265,229,1,1,0,1,-37.39,-453.54,16.64,0.64,10800,0,0,6477,2163,0,0,0,0),(43531,9269,229,1,1,0,1,-33.64,-453.58,16.65,2.4,10800,0,0,6477,2163,0,0,0,0),(43530,9240,229,1,1,0,1,-33.19,-450.39,16.67,3.75,10800,0,0,6273,2117,0,0,0,0),(43529,9239,229,1,1,0,1,-22.12,-447.82,16.64,5.84,10800,0,0,6273,2117,0,0,0,0),(43528,9239,229,1,1,0,1,-17.9,-446.31,16.6,4.66,10800,0,0,6273,2117,0,0,0,0),(43527,9240,229,1,1,0,1,-2.39843,-461.126,16.1409,3.03,10800,0,0,6273,2117,2,0,0,0),(43526,9239,229,1,1,0,1,-4.35,-462.66,16.34,6.28,10800,0,0,6273,2117,0,0,0,0),(43525,9267,229,1,1,0,1,-4.32,-459.09,16.34,0.14,10800,0,0,7842,0,0,0,0,0),(43524,9267,229,1,1,0,1,3.42,-456.99,16.19,4.66,10800,0,0,7842,0,0,0,0,0),(43523,9219,229,1,1,0,0,-36.5849,-441.918,31.8323,1.6,1000000,0,0,16704,0,2,0,0,0),(43522,9236,229,1,1,0,1,-121.19,-482.18,24.71,6.28,1000000,0,0,20673,2289,0,0,0,0),(54381,20465,546,3,1,0,0,103.352,-263.732,-8.47496,3.794,7200,0,0,19422,0,0,0,0,0),(137671,14833,1,1,1,0,0,-1477.94,190.359,-7.70947,5.37561,120,0,0,1,0,0,0,0,0),(54383,20465,546,3,1,0,0,51.3572,-270.563,-6.70419,3.04944,7200,0,0,19422,0,0,0,0,0),(137670,14832,1,1,1,0,0,-1637.21,102.255,-17.8649,0.785398,120,0,0,1,0,0,0,0,0),(54385,20465,546,3,1,0,0,36.7584,-272.223,-6.70419,3.32747,7200,0,0,19422,0,0,0,0,0),(137669,14829,1,1,1,0,1,-1630.16,119.184,-17.8649,5.93412,120,0,0,1,0,0,0,0,0),(54387,20465,546,3,1,0,0,24.8345,-267.902,-6.70419,2.45097,7200,0,0,19422,0,0,0,0,0),(137668,14828,1,1,1,0,1,-1565.04,131.113,-7.64821,2.05949,120,0,0,1,0,0,0,0,0),(54389,17734,546,3,1,17758,0,-65.0731,-265.768,-4.53725,3.89427,7200,0,0,45720,0,2,0,0,0),(137667,14827,1,1,1,0,1,-1574.78,137.524,-7.71154,4.46804,120,0,0,1,0,0,0,0,0),(43521,9217,229,1,1,0,1,-30.73,-360.53,31.8,4.56,1000000,0,0,13782,13734,0,0,0,0),(54392,17770,546,3,1,0,0,-124.404,-382.909,37.1369,0.736444,43200,0,0,65054,0,0,0,0,0),(137666,14823,1,1,1,0,1,-1575.64,134.255,-7.83654,4.49917,120,0,0,1,0,2,0,0,0),(54394,17734,546,3,1,17758,0,-35.4765,-387.933,31.5182,0.131425,7200,0,0,45720,0,2,0,0,0),(54395,14843,1,1,1,0,0,1651.27,-4422.53,15.9153,6.28295,370,0,0,955,0,0,0,0,0),(54396,17724,546,3,1,0,0,-35.5711,-331.153,31.1764,5.97348,7200,0,0,15489,0,0,0,0,0),(54397,17724,546,3,1,0,0,-34.5451,-334.682,31.2776,6.27978,7200,0,0,15489,0,0,0,0,0),(137665,14822,1,1,1,0,1,-1586.9,151.369,-7.4929,0.488692,120,0,0,1,0,0,0,0,0),(54399,17724,546,3,1,0,0,-31.2937,-328.382,30.965,5.27604,7200,0,0,15489,0,0,0,0,0),(137664,10445,1,1,1,0,0,-1562.91,152.304,-7.70948,4.03171,120,0,0,1,0,0,0,0,0),(54401,17724,546,3,1,0,0,-29.2547,-331.03,30.9921,3.2293,7200,0,0,15489,0,0,0,0,0),(54403,17724,546,3,1,0,0,-29.8847,-334.97,31.1387,2.44233,7200,0,0,15489,0,0,0,0,0),(137663,14849,1,1,1,14913,0,-1569.8,175.421,-7.7124,3.69817,120,0,0,1,0,2,0,0,0),(54405,17725,546,3,1,0,0,-22.5311,-329.192,30.8175,5.71744,7200,0,0,15489,0,0,0,0,0),(54406,17725,546,3,1,0,0,90.9306,-273.257,31.8613,4.66657,7200,0,0,15489,0,0,0,0,0),(54407,17725,546,3,1,0,0,97.7582,-282.31,32.2572,3.71153,7200,0,0,15489,0,0,0,0,0),(54408,17725,546,3,1,0,0,88.8852,-282.178,32.2141,0.706595,7200,0,0,15489,0,0,0,0,0),(54409,17735,546,3,1,0,1,161.803,-447.268,48.1954,1.7297,7200,0,0,16574,0,0,0,0,0),(54410,17728,546,3,1,0,1,159.849,-445.456,48.1611,1.37313,7200,0,0,16028,0,0,0,0,0),(54411,17729,546,3,1,0,1,157.507,-446.978,48.1306,1.37313,7200,0,0,12824,2620,0,0,0,0),(54412,17726,546,3,1,0,1,160.87,-441.239,48.1566,4.50425,7200,0,0,16574,0,0,0,0,0),(4717,3100,1,1,1,193,0,1215.96,-4799.11,15.9298,2.18951,300,5,0,156,0,1,0,0,0),(4716,3100,1,1,1,193,0,-146.719,-3888.08,41.2559,3.18775,300,10,0,156,0,1,0,0,0),(137662,15303,1,1,1,0,1,-1319.51,86.0894,129.79,6.14356,120,0,0,1,0,0,0,0,0),(45925,8921,230,1,1,8180,0,480.396,-113.96,-62.7327,1.59768,7200,5,0,2672,0,1,0,0,0),(54420,17735,546,3,1,0,1,168.467,-411.5,48.0978,0.988811,7200,0,0,16574,0,2,0,0,0),(54421,17735,546,3,1,0,1,173.473,-414.793,48.1556,0.988811,7200,0,0,16574,0,2,0,0,0),(137661,14869,1,1,1,0,0,-1636.59,106.192,-17.8232,5.16561,120,5,0,1,0,1,0,0,0),(54424,17726,546,3,1,0,1,233.216,-375.234,48.1964,0.231165,7200,0,0,16574,0,0,0,0,0),(137660,14869,1,1,1,0,0,-1624.5,85.9156,-17.8232,5.20457,120,5,0,1,0,1,0,0,0),(54427,17727,546,3,1,0,1,211.262,-376.829,48.1396,3.43193,7200,0,0,16574,0,0,0,0,0),(137659,14869,1,1,1,0,0,-1623.69,111.386,-17.8232,1.23863,120,5,0,1,0,1,0,0,0),(137658,14869,1,1,1,0,0,-1623.37,92.5416,-17.8232,5.51952,120,5,0,1,0,1,0,0,0),(137657,33068,1,1,1,0,0,-2183.55,-250.115,-16.082,0,120,0,0,1,0,0,0,0,0),(4715,3100,1,1,1,193,0,73.4153,-3879.27,42.0055,2.79734,300,10,0,156,0,1,0,0,0),(310,14905,0,1,1,14997,1,-11752.3,1322.07,5.20288,5.21853,1800,0,0,9156,0,0,0,0,0),(309,14903,0,1,1,14995,1,-11854.5,1242.12,21.7965,0.331613,1800,0,0,9156,0,0,0,0,0),(288,14902,0,1,1,14994,0,-11782.7,1244.03,3.08304,2.47837,1800,0,0,9156,0,0,0,0,0),(287,14876,0,1,1,0,0,-11829.6,1269.25,1.43071,1.84299,1800,0,0,1,0,2,0,0,0),(286,14876,0,1,1,0,0,-11832.4,1271.94,1.45981,1.84299,1800,0,0,1,0,2,0,0,0),(285,14876,0,1,1,0,0,-11786.9,1253.67,0.959927,2.35735,1800,0,0,1,0,0,0,0,0),(43520,9197,229,1,1,0,1,-44.41,-432.86,31.98,6.24,10800,0,0,11135,11205,0,0,0,0),(43519,9218,229,1,1,0,0,-34.89,-417.09,31.76,4.76,1000000,0,0,17226,0,0,0,0,0),(43518,9196,229,1,1,0,1,-22.79,-300.68,31.8,4.65,1000000,0,0,22272,0,0,0,0,0),(43517,9200,229,1,1,0,1,-52.41,-306.9,43.34,5.53,10800,0,0,13070,0,0,0,0,0),(43516,9201,229,1,1,0,1,-58.87,-320.75,44.13,5.53,10800,0,0,10130,10205,0,0,0,0),(43515,9201,229,1,1,0,1,-19.17,-304.5,31.8,3.1,10800,0,0,10130,10205,0,0,0,0),(43514,9198,229,1,1,0,1,-26.74,-304.02,31.8,6.17,10800,0,0,10455,10585,0,0,0,0),(43513,9198,229,1,1,0,1,-47.66,-316.76,43.24,5.57,10800,0,0,10455,10585,0,0,0,0),(43512,9200,229,1,1,0,1,-14.17,-326.66,31.75,3.11,10800,0,0,13070,0,0,0,0,0),(43511,9216,229,1,1,0,1,-23.51,-341.57,31.8,4.67,10800,0,0,13920,0,0,0,0,0),(43510,9201,229,1,1,0,1,-14.58,-352.69,31.8,3.1,10800,0,0,10130,10205,0,0,0,0),(43509,9216,229,1,1,0,1,-43.4,-362.38,31.8,4.73,10800,0,0,13920,0,0,0,0,0),(43508,9198,229,1,1,0,1,-41.34,-380.41,31.8,4.82,10800,0,0,10455,10585,0,0,0,0),(43507,9200,229,1,1,0,1,-37.05,-387.07,31.8,4.65,10800,0,0,13070,0,0,0,0,0),(43506,9199,229,1,1,0,1,-30.98,-432.96,31.98,3.23,10800,0,0,12665,0,0,0,0,0),(43505,9199,229,1,1,0,1,-32.96,-497.65,29.32,4.73,10800,0,0,12665,0,0,0,0,0),(43504,9199,229,1,1,0,1,-40.56,-497.78,29.33,4.66,10800,0,0,12665,0,0,0,0,0),(43503,9201,229,1,1,0,1,-25.12,-514.43,29.34,2.98,10800,0,0,10130,10205,0,0,0,0),(137974,10318,229,1,1,0,1,23.5067,-470.538,111.039,3.56047,7200,0,0,1,0,0,0,0,0),(137975,10318,229,1,1,0,1,31.8535,-490.663,111.036,4.32842,7200,0,0,1,0,0,0,0,0),(137989,10319,229,1,1,0,1,25.9504,-431.148,111.036,3.45575,7200,0,0,1,0,0,0,0,0),(137979,10318,229,1,1,0,1,71.4935,-474.606,115.779,6.27849,7200,0,0,1,0,0,0,0,0),(137980,10318,229,1,1,0,1,99.7287,-479.423,116.926,2.75762,7200,0,0,1,0,0,0,0,0),(137966,10317,229,1,1,0,1,97.2168,-476.818,116.926,5.23599,7200,0,0,1,0,0,0,0,0),(137965,10317,229,1,1,0,1,-5.02656,-352.543,111.027,0.959931,7200,0,0,1,0,0,0,0,0),(43493,10261,229,1,1,0,0,-16.62,-579.63,29.37,6.26,10800,0,0,2533,0,0,0,0,0),(137964,10317,229,1,1,0,1,37.9199,-451.057,111.029,0.0872665,7200,0,0,1,0,0,0,0,0),(137955,10317,229,1,1,0,1,164.434,-285.266,111.026,0,7200,0,0,1,0,0,0,0,0),(137956,10317,229,1,1,0,1,-18.4047,-338.186,111.027,0.593412,7200,0,0,1,0,0,0,0,0),(137957,10317,229,1,1,0,1,20.7244,-468.802,111.035,4.83456,7200,0,0,1,0,0,0,0,0),(137958,10317,229,1,1,0,1,24.4352,-268.222,111.027,2.83062,7200,0,0,1,0,0,0,0,0),(137959,10317,229,1,1,0,1,29.507,-385.555,110.748,5.42797,7200,0,0,1,0,0,0,0,0),(137960,10317,229,1,1,0,1,-3.29208,-259.911,111.027,5.48033,7200,0,0,1,0,0,0,0,0),(137961,10317,229,1,1,0,1,30.4171,-332.907,111.027,4.76475,7200,0,0,1,0,0,0,0,0),(137962,10317,229,1,1,0,1,35.4868,-492.95,111.036,3.05433,7200,0,0,1,0,0,0,0,0),(137963,10317,229,1,1,0,1,37.3332,-333.779,111.027,4.66003,7200,0,0,1,0,0,0,0,0),(135444,17208,532,1,1,16925,0,-11066.5,-1890.11,220.75,6.19592,604800,0,0,42,0,0,0,0,0),(135443,17208,532,1,1,16925,0,-11056.8,-1875.3,220.75,5.32325,604800,0,0,42,0,0,0,0,0),(135442,17208,532,1,1,16925,0,-11088.1,-1871.64,220.75,1.3439,604800,0,0,42,0,0,0,0,0),(135441,17208,532,1,1,16925,0,-11071.6,-1865.49,220.75,0.174533,604800,0,0,42,0,0,0,0,0),(135440,17208,532,1,1,16925,0,-11081.1,-1880.39,220.75,5.79449,604800,0,0,42,0,0,0,0,0),(135439,17459,532,1,1,11686,0,-11107.2,-1842.88,229.708,3.36848,604800,0,0,42,0,0,0,0,0),(135438,16178,532,1,1,16049,0,-10880.8,-2027.28,49.4742,1.12368,604800,5,0,17116,0,1,0,0,0),(135437,16178,532,1,1,16049,0,-10885.8,-2032.12,49.5575,2.90674,604800,0,0,17116,0,0,0,0,0),(135436,16178,532,1,1,16049,0,-10897.8,-2071.4,49.4742,6.00787,604800,0,0,17116,0,0,0,0,0),(135435,16178,532,1,1,16049,0,-10896.9,-2073.14,49.4742,1.29596,604800,0,0,17116,0,2,0,0,0),(135434,16178,532,1,1,16049,0,-10899.2,-2052,49.5575,1.15797,604800,0,0,17116,0,0,0,0,0),(135433,16178,532,1,1,16049,0,-10901.6,-2047.8,49.5575,5.96903,604800,0,0,17116,0,0,0,0,0),(135432,16177,532,1,1,7893,0,-10886.2,-2056.85,49.5575,3.76567,604800,0,0,35187,0,0,0,0,0),(135431,16177,532,1,1,7893,0,-10881,-2033.25,49.5575,1.66992,604800,0,0,35187,0,0,0,0,0),(135430,16177,532,1,1,7893,0,-10902.3,-2029.58,49.4742,2.57391,604800,5,0,35187,0,1,0,0,0),(135429,16177,532,1,1,7893,0,-10894.2,-2076.76,49.5575,3.48158,604800,0,0,35187,0,0,0,0,0),(135428,16177,532,1,1,7893,0,-10902.9,-2051.85,49.5575,3.22753,604800,0,0,35187,0,0,0,0,0),(135427,16177,532,1,1,7893,0,-10900.5,-2026.63,49.5575,1.26113,604800,0,0,35187,0,0,0,0,0),(135426,16176,532,1,1,16052,0,-10882.5,-2050.61,49.5575,2.19912,604800,0,0,28396,0,0,0,0,0),(135425,16176,532,1,1,16052,0,-10883.1,-2036.8,49.5575,2.16287,604800,0,0,28396,0,0,0,0,0),(135424,16176,532,1,1,16052,0,-10901.9,-2075.27,49.5575,1.56024,604800,0,0,28396,0,0,0,0,0),(135423,16176,532,1,1,16052,0,-10901.7,-2055.41,49.4742,5.0787,604800,5,0,28396,0,1,0,0,0),(135422,16176,532,1,1,16052,0,-10898.6,-2030.93,49.5575,0.401426,604800,0,0,28396,0,0,0,0,0),(135421,16175,532,1,1,7897,0,-10925.9,-1955.59,49.5618,5.95157,604800,8,0,30160,0,1,0,0,0),(135420,16175,532,1,1,7897,0,-10929.6,-1993.58,49.5825,3.71755,604800,8,0,30160,0,1,0,0,0),(135419,16174,532,1,1,9074,0,-10925.9,-1958.84,49.4778,4.41891,604800,8,0,40214,0,1,0,0,0),(135418,16174,532,1,1,9074,0,-10933.2,-2000.68,49.4742,3.06169,604800,8,0,40214,0,1,0,0,0),(135417,16174,532,1,1,9074,0,-10889.2,-2002.14,49.5575,0.890118,604800,8,0,40214,0,1,0,0,0),(135416,16174,532,1,1,9074,0,-10932.5,-2040.53,49.5575,5.96903,604800,8,0,40214,0,1,0,0,0),(135415,16173,532,1,1,1954,0,-10914,-1952.36,49.4798,6.14953,604800,8,0,14198,0,1,0,0,0),(135414,16173,532,1,1,1954,0,-10930.7,-1952.67,49.5603,3.29867,604800,8,0,14198,0,1,0,0,0),(135413,16173,532,1,1,1954,0,-10935.3,-1970.61,49.5586,2.60054,604800,8,0,14198,0,1,0,0,0),(135412,16173,532,1,1,1954,0,-10918.9,-1968.2,49.558,3.54302,604800,8,0,14198,0,1,0,0,0),(135411,16173,532,1,1,1954,0,-10960.6,-2000.3,46.0017,6.15867,604800,0,0,14198,0,2,0,0,0),(135410,16173,532,1,1,1954,0,-10920.1,-1998.77,49.5575,4.60767,604800,8,0,14198,0,1,0,0,0),(54538,14881,555,3,1,0,0,-20.8387,-7.04335,-1.12801,6.15025,86400,5,0,8,0,1,0,0,0),(54539,14881,555,3,1,0,0,-26.5121,-28.8336,-1.12819,4.66636,86400,5,0,8,0,1,0,0,0),(54540,14881,555,3,1,0,0,-94.6801,-7.57021,-1.13702,1.11868,86400,5,0,8,0,1,0,0,0),(54541,14881,555,3,1,0,0,-28.2511,-3.24632,-1.12806,0.177229,86400,5,0,8,0,1,0,0,0),(54542,14881,555,3,1,0,0,-27.9937,-67.1583,-1.12676,0.956257,86400,5,0,8,0,1,0,0,0),(54543,14881,555,3,1,0,0,-121.312,-10.0431,8.07306,0.980132,86400,5,0,8,0,1,0,0,0),(54544,14881,555,3,1,0,0,-110.499,53.3226,3.44767,6.17134,86400,5,0,8,0,1,0,0,0),(54545,14881,555,3,1,0,0,-123.006,-49.5395,8.07307,1.29421,86400,5,0,8,0,1,0,0,0),(54546,14881,555,3,1,0,0,-122.996,-70.0366,8.07309,4.90915,86400,5,0,8,0,1,0,0,0),(54547,14881,555,3,1,0,0,-60.4636,-111.992,-0.613587,1.3907,86400,5,0,8,0,1,0,0,0),(54548,14881,555,3,1,0,0,-113.517,-128.532,3.4484,5.3098,86400,5,0,8,0,1,0,0,0),(54549,14881,555,3,1,0,0,-105.525,-130.573,3.44826,1.84181,86400,5,0,8,0,1,0,0,0),(54550,14881,555,3,1,0,0,-107.508,-148.042,3.44814,0.152013,86400,5,0,8,0,1,0,0,0),(54551,14881,555,3,1,0,0,-188.628,-31.899,8.07303,6.1875,86400,5,0,8,0,1,0,0,0),(54552,14881,555,3,1,0,0,-192.078,-68.7532,8.06968,6.10362,86400,5,0,8,0,1,0,0,0),(54553,14881,555,3,1,0,0,-71.5911,-65.7899,-1.12829,4.32384,86400,5,0,8,0,1,0,0,0),(54554,14881,555,3,1,0,0,-191.763,-10.9753,8.07311,0.27052,86400,5,0,8,0,1,0,0,0),(54555,14881,555,3,1,0,0,-387.193,-45.3832,12.6877,2.93849,86400,5,0,8,0,1,0,0,0),(54556,14881,555,3,1,0,0,-423.669,-94.403,12.6888,4.4513,86400,5,0,8,0,1,0,0,0),(54557,14881,555,3,1,0,0,-388.155,-32.1794,12.6875,5.99876,86400,5,0,8,0,1,0,0,0),(54558,14881,555,3,1,0,0,-388.806,-270.687,12.6871,3.41939,86400,5,0,8,0,1,0,0,0),(54559,14881,555,3,1,0,0,-217.141,-270.72,17.0863,3.77055,86400,5,0,8,0,1,0,0,0),(54560,14881,555,3,1,0,0,-162.352,-307.69,17.085,4.52662,86400,5,0,8,0,1,0,0,0),(54561,14881,555,3,1,0,0,-149.242,-308.746,17.0853,4.14094,86400,5,0,8,0,1,0,0,0),(54563,14881,555,3,1,0,0,-162.248,-306.623,17.1683,5.25344,86400,5,0,8,0,1,0,0,0),(54564,14881,555,3,1,0,0,-107.903,-509.374,21.4761,1.04233,86400,5,0,8,0,1,0,0,0),(54565,14881,555,3,1,0,0,-200.733,-518.375,21.4759,1.61224,86400,5,0,8,0,1,0,0,0),(137988,10319,229,1,1,0,1,172.211,-479.126,116.923,2.77507,7200,0,0,1,0,0,0,0,0),(137987,10319,229,1,1,0,1,172.06,-470.118,116.908,3.38594,7200,0,0,1,0,0,0,0,0),(137986,10319,229,1,1,0,1,137.438,-458.164,121.874,1.61019,7200,0,0,1,0,0,0,0,0),(137985,10319,229,1,1,0,1,-13.7762,-274.926,111.027,5.89921,7200,0,0,1,0,0,0,0,0),(137984,10319,229,1,1,0,1,124.094,-478.258,116.926,2.37365,7200,0,0,1,0,0,0,0,0),(137983,10319,229,1,1,0,1,124.058,-470.959,116.926,3.85718,7200,0,0,1,0,0,0,0,0),(137973,10318,229,1,1,0,1,18.2124,-471.4,111.031,6.17847,7200,0,0,1,0,0,0,0,0),(137972,10318,229,1,1,0,1,117.291,-562.613,107.403,5.98648,7200,0,0,1,0,2,0,0,0),(137970,10509,229,1,1,0,1,165.094,-341.963,110.951,1.58882,7200,0,0,1,0,2,0,0,0),(137971,10363,229,1,1,0,1,36.4509,-285.994,111.036,3.14159,7200,0,0,1,0,0,0,0,0),(137981,10319,229,1,1,0,1,10.1527,-457.007,111.021,4.50295,7200,0,0,1,0,0,0,0,0),(137982,10319,229,1,1,0,1,11.7395,-460.466,111.022,2.80998,7200,0,0,1,0,0,0,0,0),(137954,10317,229,1,1,0,1,11.4636,-262.668,110.943,3.70086,7200,0,0,1,0,0,0,0,0),(137948,10317,229,1,1,0,1,119.342,-567.141,107.251,5.91667,7200,0,0,1,0,0,0,0,0),(137949,10317,229,1,1,0,1,120.007,-563.247,107.453,5.84685,7200,0,0,1,0,0,0,0,0),(137950,10317,229,1,1,0,1,144.601,-299.439,110.735,3.08923,7200,0,0,1,0,0,0,0,0),(137951,10317,229,1,1,0,1,146.275,-275.064,111.027,3.10669,7200,0,0,1,0,0,0,0,0),(137952,10317,229,1,1,0,1,15.7086,-269.449,110.943,3.70087,7200,0,0,1,0,0,0,0,0),(137953,10317,229,1,1,0,1,158.335,-317.906,110.735,0.0349066,7200,0,0,1,0,0,0,0,0),(137947,10762,229,1,1,0,1,71.7459,-419.106,111.144,4.69494,7200,0,0,1,0,0,0,0,0),(137946,10762,229,1,1,0,1,71.6325,-421.346,110.795,1.74533,7200,0,0,1,0,0,0,0,0),(4714,3100,1,1,1,193,0,1420.91,-4875.81,12.426,1.02779,300,5,0,156,0,1,0,0,0),(4713,3100,1,1,1,193,0,944.079,-5016.22,4.9122,5.32232,300,5,0,156,0,1,0,0,0),(284,14876,0,1,1,0,0,-11870.5,1214.86,7.8051,5.07891,1800,0,0,1,0,0,0,0,0),(283,14876,0,1,1,0,0,-11750.4,1309.48,2.55124,4.99851,1800,0,0,1,0,0,0,0,0),(4712,3100,1,1,1,193,0,226.015,-3913.86,39.9833,3.42687,300,10,0,156,0,1,0,0,0),(282,14876,0,1,1,0,0,-11828.3,1234.46,0.780894,5.26192,1800,0,0,1,0,2,0,0,0),(281,14876,0,1,1,0,0,-11747.5,1263.67,6.13123,4.85202,1800,0,0,1,0,0,0,0,0),(135496,16460,532,1,1,16549,0,-10893.2,-2081.11,92.2459,6.26573,604800,0,0,32166,16155,0,0,0,0),(15295,2369,0,1,1,11255,1,-1220.21,-783.002,-10.1712,5.08925,300,10,0,1050,0,1,0,0,0),(3300,7045,0,1,1,9585,0,-8183.42,-2032.31,146.48,5.37468,500,0,0,3066,0,2,0,0,0),(137967,10162,229,1,1,0,1,163.168,-444.165,122.059,3.12414,7200,0,0,1,0,0,0,0,0),(54615,17727,546,3,1,0,1,149.225,-415.553,48.5462,2.71407,7200,0,0,16574,0,0,0,0,0),(3299,7044,0,1,1,6374,0,-7587,-2753.57,133.237,4.64548,500,0,0,2964,0,2,0,0,0),(137991,10319,229,1,1,0,1,30.4782,-381.184,110.766,4.97419,7200,0,0,1,0,0,0,0,0),(207625,34949,530,1,1,0,0,-1912.37,5497.59,-12.3448,3.66519,120,0,0,1,0,0,0,0,0),(207621,34949,530,1,1,0,0,-1865.91,5144.91,-42.5324,1.8675,120,0,0,1,0,0,0,0,0),(54622,17727,546,3,1,0,1,144.107,-428.176,48.5668,2.78633,7200,0,0,16574,0,0,0,0,0),(4711,3100,1,1,1,193,0,-116.23,-3945.95,53.745,0.487601,300,10,0,156,0,1,0,0,0),(15294,2349,0,1,1,6808,0,-703.476,-223.847,37.6781,2.99058,300,5,0,664,0,1,0,0,0),(207582,15105,530,1,1,0,0,-2039.33,5327.61,-39.8431,1.55334,120,0,0,1,0,0,0,0,0),(137977,10318,229,1,1,0,1,40.4204,-453.613,111.024,1.3439,7200,0,0,1,0,0,0,0,0),(137978,10318,229,1,1,0,1,-6.88011,-252.37,111.027,5.42797,7200,0,0,1,0,0,0,0,0),(137976,10318,229,1,1,0,1,38.164,-385.48,110.798,4.18879,7200,0,0,1,0,0,0,0,0),(137968,10429,229,1,1,0,1,159.276,-443.619,122.059,6.26573,7200,0,0,1,0,0,0,0,0),(137969,10430,229,1,1,0,0,124.21,-563.799,107.425,2.75762,7200,0,0,1,0,0,0,0,0),(42798,10299,229,1,1,0,0,56.85,-413.32,64.53,3.08,10800,0,0,7599,0,0,0,0,0),(42797,10296,229,1,1,0,0,111.61,-402.01,64.53,3.92,10800,0,0,60780,122460,0,0,0,0),(137889,9819,229,1,1,0,1,141.792,-296.81,111.031,6.23083,7200,0,0,1,0,0,0,0,0),(137888,9819,229,1,1,0,1,141.763,-302.243,111.032,0.122173,7200,0,0,1,0,0,0,0,0),(137887,9819,229,1,1,0,1,141.709,-299.483,111.032,0.0349066,7200,0,0,1,0,0,0,0,0),(54637,17735,546,3,1,0,1,235.852,-372.783,48.1835,3.86102,7200,0,0,16574,0,0,0,0,0),(3298,7044,0,1,1,6374,0,-7887.52,-2901.16,133.264,0.286463,500,0,0,2964,0,2,0,0,0),(137886,9819,229,1,1,0,1,121.719,-301.577,71.056,0.750492,7200,0,0,1,0,0,0,0,0),(137884,9819,229,1,1,0,1,113.709,-366.072,116.932,5.8294,7200,0,0,1,0,0,0,0,0),(137885,9819,229,1,1,0,1,137.681,-374.135,116.807,5.49779,7200,0,0,1,0,2,0,0,0),(42637,10776,229,1,1,0,0,131.62,-573.62,107.36,2.7,10800,0,0,4120,0,0,0,0,0),(137834,9096,229,1,1,0,1,193.48,-314.875,77.0208,5.37561,7200,10,0,1,0,1,0,0,0),(137872,9818,229,1,1,0,1,151.103,-358.37,71.0217,1.20428,7200,0,0,1,0,0,0,0,0),(137852,10366,229,1,1,0,1,39.7524,-426.769,111.011,3.9619,7200,0,0,1,0,0,0,0,0),(137846,10083,229,1,1,0,1,74.9968,-316.266,91.5203,5.8618,7200,7,0,1,0,1,0,0,0),(137844,10083,229,1,1,0,1,161.314,-393.649,122.059,4.86947,7200,0,0,1,0,0,0,0,0),(137845,10083,229,1,1,0,1,161.34,-343.435,111.039,1.85005,7200,0,0,1,0,0,0,0,0),(137893,9819,229,1,1,0,1,144.939,-257.132,110.92,5.8294,7200,0,0,1,0,0,0,0,0),(137892,9819,229,1,1,0,1,142.973,-277.891,111.027,0.139626,7200,0,0,1,0,0,0,0,0),(137891,9819,229,1,1,0,1,142.902,-275.03,111.027,0.0349066,7200,0,0,1,0,0,0,0,0),(137890,9819,229,1,1,0,1,142.862,-272.084,111.027,6.21337,7200,0,0,1,0,0,0,0,0),(137871,9818,229,1,1,0,1,130.432,-340.068,71.0431,3.1765,7200,0,0,1,0,0,0,0,0),(137870,9818,229,1,1,0,1,128.321,-295.045,71.0612,3.87463,7200,0,0,1,0,0,0,0,0),(137869,9818,229,1,1,0,1,124.872,-334.523,71.0431,4.69494,7200,0,0,1,0,0,0,0,0),(137868,10372,229,1,1,0,1,86.684,-480.174,116.926,0.855211,7200,0,0,1,0,0,0,0,0),(137867,10372,229,1,1,0,1,6.64531,-460.465,111.016,0.418879,7200,0,0,1,0,0,0,0,0),(137866,10372,229,1,1,0,1,26.4126,-327.414,111.027,4.79966,7200,0,0,1,0,0,0,0,0),(137864,10372,229,1,1,0,1,21.4283,-475.195,111.038,1.76278,7200,0,0,1,0,0,0,0,0),(137865,10372,229,1,1,0,1,23.718,-258.244,111.031,3.46037,7200,0,0,1,0,0,0,0,0),(137883,9818,229,1,1,0,1,90.1016,-419.204,111.006,0.994838,7200,0,0,1,0,0,0,0,0),(137843,10083,229,1,1,0,1,159.69,-366.065,116.844,6.27482,7200,0,0,1,0,2,0,0,0),(137839,9096,229,1,1,0,1,97.9175,-333.681,106.519,1.93732,7200,0,0,1,0,0,0,0,0),(137840,10083,229,1,1,0,1,102.802,-332.121,106.519,2.21657,7200,0,0,1,0,0,0,0,0),(137841,10083,229,1,1,0,1,141.698,-394.829,122.059,4.86947,7200,0,0,1,0,0,0,0,0),(137842,10083,229,1,1,0,1,151.43,-299.848,110.655,1.58379,7200,0,0,1,0,2,0,0,0),(11006,24519,0,1,1,22504,0,-9429.92,56.1355,56.7913,2.98451,30,0,0,247,0,0,0,0,0),(137882,9818,229,1,1,0,1,87.1749,-363.085,117.796,4.72984,7200,0,0,1,0,0,0,0,0),(137838,9096,229,1,1,0,1,96.1789,-268.54,91.5311,1.37881,7200,0,0,1,0,0,0,0,0),(137830,9096,229,1,1,0,1,141.415,-328.32,70.9563,3.14905,7200,0,0,1,0,2,0,0,0),(137822,9096,229,1,1,0,1,105.175,-327.111,106.519,2.53073,7200,0,0,1,0,0,0,0,0),(137820,9096,229,1,1,0,1,102.111,-255.036,106.436,4.7232,7200,0,0,1,0,2,0,0,0),(137821,9096,229,1,1,0,1,103.098,-364.339,116.926,5.86431,7200,0,0,1,0,0,0,0,0),(280,14876,0,1,1,0,0,-11899.4,1248.5,3.3889,3.45575,1800,0,0,1,0,0,0,0,0),(54687,15078,0,1,1,0,1,-14416.6,514.355,4.99444,5.08304,550,0,0,2215,0,0,0,0,0),(54688,15079,0,1,1,0,0,-14424.1,511.091,4.94446,0.714783,550,0,0,2215,0,0,0,0,0),(279,9559,0,1,1,8847,1,-14289.1,556.613,8.97114,4.55531,300,0,0,2218,0,0,0,0,0),(137915,9819,229,1,1,0,1,87.5,-426.621,111.006,5.91667,7200,0,0,1,0,0,0,0,0),(137914,9819,229,1,1,0,1,85.7341,-373.624,116.926,0.680678,7200,0,0,1,0,0,0,0,0),(137913,9819,229,1,1,0,1,225.916,-261.532,82.1132,4.10386,7200,0,0,1,0,0,0,0,0),(137862,10372,229,1,1,0,1,-15.5815,-344.315,111.027,0.715585,7200,0,0,1,0,0,0,0,0),(137863,10372,229,1,1,0,1,16.306,-449.323,111.029,4.46804,7200,0,0,1,0,0,0,0,0),(137912,9819,229,1,1,0,1,222.666,-334.586,77.013,3.07178,7200,0,0,1,0,0,0,0,0),(137861,10371,229,1,1,0,1,8.80271,-450.548,111.02,5.68977,7200,0,0,1,0,0,0,0,0),(54700,17735,546,3,1,0,1,236.971,-374.85,48.2073,3.2471,7200,0,0,16574,0,0,0,0,0),(54701,17735,546,3,1,0,1,236.159,-376.74,48.2287,2.60935,7200,0,0,16574,0,0,0,0,0),(54703,17771,546,3,1,0,1,264.942,-370.013,72.1627,6.13055,7200,0,0,12824,13100,0,0,0,0),(207610,20269,530,1,1,0,1,-1964.78,5259.32,-38.7629,4.43314,120,0,0,1,0,0,0,0,0),(207609,15102,530,1,1,0,0,-2049.34,5348.6,-40.9915,5.51524,120,0,0,1,0,0,0,0,0),(207608,15102,530,1,1,0,0,-2047.45,5346.7,-40.705,2.61799,120,0,0,1,0,0,0,0,0),(207607,15102,530,1,1,0,0,-2033.21,5224.99,-41.0004,0.366519,120,0,0,1,0,0,0,0,0),(207606,15102,530,1,1,0,0,-2030.25,5224.99,-41.3888,3.29867,120,0,0,1,0,0,0,0,0),(207605,15102,530,1,1,0,0,-1944.16,5411.71,-12.3448,4.81711,120,0,0,1,0,0,0,0,0),(207604,15102,530,1,1,0,0,-1943.89,5408,-12.3448,1.50098,120,0,0,1,0,0,0,0,0),(207603,15102,530,1,1,0,0,-1885.31,5510.87,-12.3448,0.453786,120,0,0,1,0,0,0,0,0),(207602,15102,530,1,1,0,0,-1881.62,5512.39,-12.3448,3.90954,120,0,0,1,0,0,0,0,0),(207601,15102,530,1,1,0,0,-1850.34,5346.85,-12.3448,6.14356,120,0,0,1,0,0,0,0,0),(207600,15102,530,1,1,0,0,-1846.33,5347.47,-12.3448,3.83972,120,0,0,1,0,0,0,0,0),(207599,15102,530,1,1,0,0,-1840.23,5146.01,-42.2827,0.959931,120,0,0,1,0,0,0,0,0),(207596,15102,530,1,1,0,0,-1817.3,5431.37,-12.3449,1.74533,120,0,0,1,0,0,0,0,0),(15293,2391,0,1,1,3678,1,-9.28586,-905.473,57.5575,1.37881,300,0,0,1163,0,0,0,0,0),(137860,10371,229,1,1,0,1,33.9682,-327.537,111.027,4.72984,7200,0,0,1,0,0,0,0,0),(137859,10371,229,1,1,0,1,17.7263,-263.467,110.943,3.65105,7200,0,0,1,0,2,0,0,0),(137836,9096,229,1,1,0,1,92.245,-427.635,111.006,3.15905,7200,0,0,1,0,0,0,0,0),(137837,9096,229,1,1,0,1,94.5187,-256.703,91.5369,6.26573,7200,0,0,1,0,0,0,0,0),(137911,9819,229,1,1,0,1,212.101,-336.132,76.9559,5.09636,7200,0,0,1,0,0,0,0,0),(137910,9819,229,1,1,0,1,195.222,-271.913,77.0306,3.78736,7200,0,0,1,0,0,0,0,0),(137909,9819,229,1,1,0,1,194.615,-255.948,77.0195,4.31096,7200,0,0,1,0,0,0,0,0),(137908,9819,229,1,1,0,1,191.329,-272.01,77.0306,5.61996,7200,0,0,1,0,0,0,0,0),(137835,9096,229,1,1,0,1,195.986,-291.863,76.933,2.74624,7200,10,0,1,0,1,0,0,0),(137990,10319,229,1,1,0,1,70.9019,-474.603,115.496,5.92132,7200,0,0,1,0,2,0,0,0),(137906,9819,229,1,1,0,1,172.879,-365.446,116.926,2.84489,7200,0,0,1,0,0,0,0,0),(137907,9819,229,1,1,0,1,178.113,-364.09,116.926,4.95674,7200,0,0,1,0,0,0,0,0),(137858,10371,229,1,1,0,1,-16.0222,-263.335,111.027,5.70723,7200,0,0,1,0,0,0,0,0),(137856,10899,229,1,1,0,1,145.179,-242.707,110.871,1.7653,7200,0,0,1,0,2,0,0,0),(137857,10371,229,1,1,0,1,-10.6943,-350.008,111.027,0.855211,7200,0,0,1,0,0,0,0,0),(137855,10366,229,1,1,0,1,92.8477,-489.693,116.926,1.58825,7200,0,0,1,0,0,0,0,0),(137854,10366,229,1,1,0,1,8.27626,-487.534,111.014,0.436332,7200,0,0,1,0,0,0,0,0),(54742,15116,1,1,1,0,1,1612.98,-4427.43,11.4343,2.76668,550,0,0,2215,0,0,0,0,0),(3297,7046,0,1,1,6377,0,-8055.33,-777.452,131.311,2.8381,500,0,0,3374,0,2,0,0,0),(3296,7048,0,1,1,400,0,-7560.62,-2410.15,151.561,3.02486,500,5,0,2232,4765,1,0,0,0),(3295,9695,0,1,1,10984,0,-7577.33,-2332.1,147.215,0.42954,500,5,0,3293,0,1,0,0,0),(3294,7048,0,1,1,400,0,-8149.2,-2135.01,135.623,4.1884,500,10,0,2232,4765,1,0,0,0),(3293,7048,0,1,1,400,0,-8289.25,-1898.97,141.571,4.20852,500,10,0,2232,4765,1,0,0,0),(3292,7048,0,1,1,400,0,-7641.02,-2057.19,127.03,3.39085,500,10,0,2232,4765,1,0,0,0),(3291,7048,0,1,1,400,0,-7932.16,-1401.41,138.654,5.50638,500,5,0,2232,4765,1,0,0,0),(3290,9694,0,1,1,11420,0,-7946.29,-2388.53,122.973,5.03025,500,5,0,3189,0,1,0,0,0),(3289,9695,0,1,1,10984,0,-7581.36,-1725.4,215.717,2.69043,500,5,0,3293,0,1,0,0,0),(3288,9695,0,1,1,10984,0,-8116.18,-2098.51,132.391,3.4207,500,10,0,3293,0,1,0,0,0),(3287,7048,0,1,1,400,0,-7648.67,-1953.5,133.434,0.682884,500,10,0,2232,4765,1,0,0,0),(137853,10366,229,1,1,0,1,43.2278,-449.183,111.027,3.85718,7200,0,0,1,0,0,0,0,0),(3286,9690,0,1,1,9371,0,-8115.59,-2805.98,133.871,3.38657,500,10,0,2980,0,1,0,0,0),(4710,3100,1,1,1,193,0,99.8162,-3973.65,43.3172,5.97674,300,5,0,156,0,1,0,0,0),(4709,3100,1,1,1,193,0,918.541,-4320.35,24.0849,6.05668,300,5,0,156,0,1,0,0,0),(4708,3100,1,1,1,193,0,1259.58,-4654.98,17.217,2.92102,300,5,0,156,0,1,0,0,0),(4707,3102,1,1,1,850,0,-55.4544,-4295.25,70.7236,4.50468,200,3,0,71,0,1,0,0,0),(4706,3101,1,1,1,1185,1,-79.4423,-4284.5,76.0449,5.13539,200,3,0,69,79,1,0,0,0),(4705,3101,1,1,1,1185,1,-146.677,-4244.95,58.6887,1.04177,200,3,0,69,79,1,0,0,0),(4704,3102,1,1,1,850,0,-41.6024,-4332.2,68.5942,4.94145,200,5,0,71,0,1,0,0,0),(4703,3102,1,1,1,850,0,-125.343,-4279.79,64.8964,3.04934,200,5,0,71,0,1,0,0,0),(4702,3101,1,1,1,1185,1,-117.284,-4217.52,54.4782,5.72857,200,3,0,69,79,1,0,0,0),(4701,3101,1,1,1,1185,1,-23.6165,-4258.85,66.6637,3.89663,200,3,0,69,79,1,0,0,0),(4700,3102,1,1,1,850,0,-28.3296,-4234.66,67.7067,6.23747,200,3,0,71,0,1,0,0,0),(4699,3140,1,1,1,4070,1,-774.774,-4830.36,19.8326,1.29704,300,0,0,137,0,2,0,0,0),(4698,3124,1,1,1,2485,0,-448.054,-4486.25,54.7562,4.39538,200,5,0,71,0,1,0,0,0),(4697,3124,1,1,1,2485,0,-248.867,-4181.38,55.9118,4.10963,200,10,0,71,0,1,0,0,0),(4696,3124,1,1,1,2485,0,-513.156,-4156.63,77.3819,4.34319,200,5,0,71,0,1,0,0,0),(54799,17729,546,3,1,0,1,267.232,-369.138,72.1627,3.4081,7200,0,0,12824,2620,0,0,0,0),(4695,3124,1,1,1,2485,0,-304.944,-4437.49,59.0555,0.551751,200,10,0,71,0,1,0,0,0),(4694,3124,1,1,1,2485,0,-180.7,-4243.65,56.9324,0.313795,200,5,0,71,0,1,0,0,0),(4693,3124,1,1,1,2485,0,-378.179,-4125.45,50.7667,4.83762,200,10,0,71,0,1,0,0,0),(4692,3139,1,1,1,3736,1,274.988,-4709.3,17.5719,5.67232,300,0,0,198,0,0,0,0,0),(15292,2393,0,1,1,3672,1,-6.24961,-926.643,57.1723,3.81366,300,0,0,1163,0,0,0,0,0),(4691,3098,1,1,1,503,0,-680.926,-4284.82,39.9806,1.84971,120,5,0,42,0,1,0,0,0),(4690,3098,1,1,1,503,0,-485.464,-4381.5,48.2731,4.27681,120,5,0,42,0,1,0,0,0),(4689,3098,1,1,1,503,0,-549.241,-4421.25,42.1042,5.20731,120,5,0,42,0,1,0,0,0),(4688,3098,1,1,1,503,0,-675.722,-4350.36,44.603,0.498482,120,5,0,42,0,1,0,0,0),(4687,3348,1,1,1,1369,1,1954.75,-4466.79,25.7916,3.50811,300,0,0,1003,0,0,0,0,0),(4686,5811,1,1,1,4350,1,1855.31,-4568.12,24.8434,2.1293,300,0,0,787,0,0,0,0,0),(4685,3399,1,1,1,2734,1,1769.16,-4485.63,45.5038,1.79769,300,0,0,1342,0,0,0,0,0),(4684,3368,1,1,1,1390,1,1775.1,-4482.91,45.5038,2.18166,300,0,0,1003,0,0,0,0,0),(4683,3367,1,1,1,1389,1,1816.21,-4530.52,19.9835,0.014587,300,0,0,1003,0,2,0,0,0),(4682,3366,1,1,1,1388,1,1848.01,-4564.89,24.8434,1.41372,300,0,0,1003,0,0,0,0,0),(4681,3347,1,1,1,1368,1,1964.88,-4477.84,25.7814,5.25344,300,0,0,1342,0,0,0,0,0),(4680,2855,1,1,1,4384,1,1813.26,-4563.33,22.8627,2.53073,300,0,0,664,0,0,0,0,0),(4679,3346,1,1,1,1367,1,1918.26,-4436.26,24.6302,1.98968,300,0,0,1342,0,0,0,0,0),(4678,3371,1,1,1,1393,0,1843.11,-4468.53,47.5248,0.959931,300,0,0,1003,0,0,0,0,0),(4677,4752,1,1,1,4464,1,2151.36,-4654.14,50.1143,1.93731,300,0,0,2769,0,0,0,0,0),(4676,2857,1,1,1,4386,1,2047.99,-4746.01,29.2431,4.62512,300,0,0,617,0,0,0,0,0),(4675,11868,1,1,1,11801,1,2091.02,-4826.49,24.1938,0.261799,600,0,0,15505,0,0,0,0,0),(4674,3333,1,1,1,1333,1,1995.41,-4662.32,26.8906,1.36136,300,0,0,1003,0,0,0,0,0),(4673,3332,1,1,1,1332,1,2000.62,-4659.66,26.4954,5.3058,300,0,0,1342,0,0,0,0,0),(4672,3412,1,1,1,7135,1,2036.22,-4746.5,29.2431,4.67748,300,0,0,1342,0,0,0,0,0),(4671,3357,1,1,1,1379,1,2029.91,-4706.16,26.8865,3.35103,300,0,0,1342,0,0,0,0,0),(4670,3355,1,1,1,1377,1,2058.97,-4835.58,24.4342,3.31613,300,0,0,2218,0,0,0,0,0),(54840,15242,530,1,1,0,0,156.903,2554.78,170.895,5.15224,300,0,0,13972,0,2,0,0,0),(54841,15242,530,1,1,0,0,65.9778,2661.21,163.675,0.511107,300,0,0,13972,0,2,0,0,0),(54842,15242,530,1,1,0,0,263.597,2694.82,169.731,1.23918,300,0,0,13972,0,2,0,0,0),(54843,15242,530,1,1,0,0,62.4202,2785.72,192.112,4.43018,300,0,0,13972,0,2,0,0,0),(54846,15242,530,1,1,0,0,-3013,2633,126,5,300,5,0,13972,0,1,0,0,0),(54847,15242,530,1,1,0,0,-3101,2598,109,1,300,5,0,13972,0,1,0,0,0),(54848,15242,530,1,1,0,0,77.5297,5191.24,74.6276,1.8675,300,5,0,13972,0,1,0,0,0),(54849,15242,530,1,1,0,0,-2581.9,4322.99,91.8055,0.314159,300,5,0,13972,0,1,0,0,0),(54850,15242,530,1,1,0,0,-2551.02,4394.72,97.3171,2.58309,300,5,0,13972,0,1,0,0,0),(54851,15242,530,1,1,0,0,-2666.96,4373.86,83.3874,2.18166,300,5,0,13972,0,1,0,0,0),(54852,15242,530,1,1,0,0,-2619.77,4461.25,107.299,5.07891,300,5,0,13972,0,1,0,0,0),(54853,15242,530,1,1,0,0,-2698.74,4431.72,91.5835,3.7001,300,5,0,13972,0,1,0,0,0),(54854,15242,530,1,1,0,0,-1256.81,7064.48,110.597,5.61996,300,5,0,13972,0,1,0,0,0),(54855,15242,530,1,1,0,0,-1280.78,7400.27,96.1799,5.02655,300,5,0,13972,0,1,0,0,0),(54856,15242,530,1,1,0,0,-1236.64,7242.07,106.163,1.0821,300,5,0,13972,0,1,0,0,0),(54857,15242,530,1,1,0,0,-1423.27,7268.78,106.089,1.09956,300,5,0,13972,0,1,0,0,0),(4669,10266,1,1,1,9739,1,2052.21,-4813.46,22.4975,0.296706,300,0,0,713,0,0,0,0,0),(54861,15271,530,1,1,0,0,10105.3,-6423.38,30.8718,4.71434,300,5,0,55,0,1,0,0,0),(54862,15271,530,1,1,0,0,10082.7,-6381.62,10.7393,1.03133,300,5,0,55,0,1,0,0,0),(54863,15271,530,1,1,0,0,10101,-6363.83,15.734,4.34328,300,5,0,55,0,1,0,0,0),(54864,15271,530,1,1,0,0,10106.2,-6382.96,20.0423,4.24874,300,5,0,55,0,1,0,0,0),(54865,15271,530,1,1,0,0,10058.5,-6284.86,10.8042,5.08191,300,5,0,55,0,1,0,0,0),(54866,15271,530,1,1,0,0,10075.5,-6282.92,13.7183,3.50368,300,5,0,55,0,1,0,0,0),(54867,15271,530,1,1,0,0,10057.3,-6252.72,11.758,2.81966,300,5,0,55,0,1,0,0,0),(54868,15271,530,1,1,0,0,10124.4,-6258.69,16.519,5.21832,300,5,0,55,0,1,0,0,0),(54869,15271,530,1,1,0,0,10131.1,-6252.36,15.7178,0.982794,300,5,0,55,0,1,0,0,0),(54870,15271,530,1,1,0,0,10073.1,-6215.01,13.9764,3.99474,300,5,0,55,0,1,0,0,0),(54871,15271,530,1,1,0,0,10064.2,-6232.65,13.9669,1.81672,300,5,0,55,0,1,0,0,0),(54872,15271,530,1,1,0,0,10148.4,-6216.19,18.4256,6.16101,300,0,0,55,0,0,0,0,0),(54873,15271,530,1,1,0,0,10360.7,-6077.47,23.3085,6.25009,300,5,0,55,0,1,0,0,0),(54874,15271,530,1,1,0,0,10308.2,-6053.34,28.5,3.82892,300,0,0,55,0,0,0,0,0),(54875,15271,530,1,1,0,0,10307.1,-6079.24,26.3825,5.4714,300,5,0,55,0,1,0,0,0),(54876,15271,530,1,1,0,0,10351.2,-6044.3,26.0666,0.968193,300,5,0,55,0,1,0,0,0),(54877,15271,530,1,1,0,0,10274.2,-6093.31,23.6834,3.72197,300,5,0,55,0,1,0,0,0),(54878,15271,530,1,1,0,0,10283.2,-6016.56,28.35,3.2103,300,0,0,55,0,0,0,0,0),(54879,15271,530,1,1,0,0,10280.7,-6051.68,29.3,0.63707,300,0,0,55,0,0,0,0,0),(54880,15271,530,1,1,0,0,10314,-6013.79,29.6845,5.81954,300,5,0,55,0,1,0,0,0),(54881,15271,530,1,1,0,0,10316.3,-5975.37,43.7117,5.5807,300,5,0,55,0,1,0,0,0),(54882,15271,530,1,1,0,0,10361.6,-5948.56,47.8336,1.46244,300,5,0,55,0,1,0,0,0),(54883,15271,530,1,1,0,0,10415.9,-5982.1,45.4501,2.1293,300,0,0,55,0,0,0,0,0),(54884,15271,530,1,1,0,0,10441.6,-5902.42,31.0985,3.0687,300,5,0,55,0,1,0,0,0),(54885,15271,530,1,1,0,0,10458.2,-5847.34,4.74865,0.411879,300,5,0,55,0,1,0,0,0),(54886,15271,530,1,1,0,0,10220.3,-6062.95,11.3042,3.5464,300,5,0,55,0,1,0,0,0),(54887,15271,530,1,1,0,0,10243,-5956.66,10.2547,2.62642,300,5,0,55,0,1,0,0,0),(54888,15271,530,1,1,0,0,10240.4,-6145.16,20.2531,2.8529,300,5,0,55,0,1,0,0,0),(54889,15271,530,1,1,0,0,10158.4,-6143.51,17.5443,3.72095,300,5,0,55,0,1,0,0,0),(54890,15271,530,1,1,0,0,10171.1,-6181.18,21.0472,1.62998,300,5,0,55,0,1,0,0,0),(54891,15271,530,1,1,0,0,10184.5,-6155.89,21.0278,5.65571,300,5,0,55,0,1,0,0,0),(54892,15271,530,1,1,0,0,10148.5,-6119.29,9.4243,5.69762,300,5,0,55,0,1,0,0,0),(54893,15271,530,1,1,0,0,10248.3,-6050.03,22.8571,2.23983,300,5,0,55,0,1,0,0,0),(54894,15271,530,1,1,0,0,10087.2,-6154.03,8.84368,5.22499,300,5,0,55,0,1,0,0,0),(54895,15271,530,1,1,0,0,10118.6,-6152.21,14.1553,0.922959,300,5,0,55,0,1,0,0,0),(54896,15271,530,1,1,0,0,10151.5,-6169.89,18.6875,0,300,5,0,55,0,1,0,0,0),(54897,15271,530,1,1,0,0,10243.8,-6106.25,22.5545,1.72048,300,5,0,55,0,1,0,0,0),(54898,15271,530,1,1,0,0,10242.9,-6083.28,23.35,3.25317,300,0,0,55,0,0,0,0,0),(54899,15271,530,1,1,0,0,10241.7,-6024.8,16.2272,3.47168,300,5,0,55,0,1,0,0,0),(54900,15271,530,1,1,0,0,10112.5,-6182.77,14.6097,3.73447,300,5,0,55,0,1,0,0,0),(54901,15271,530,1,1,0,0,10090.8,-6186.18,14.822,4.07599,300,5,0,55,0,1,0,0,0),(54902,15271,530,1,1,0,0,10076.8,-6216.02,13.7204,1.03587,300,5,0,55,0,1,0,0,0),(54903,15271,530,1,1,0,0,10178.6,-6435.67,38.3996,1.94585,300,5,0,55,0,1,0,0,0),(54904,15271,530,1,1,0,0,10180.5,-6420.12,43.5997,3.24674,300,5,0,55,0,1,0,0,0),(54905,15271,530,1,1,0,0,10245.6,-6449.38,72.6802,3.59953,300,5,0,55,0,1,0,0,0),(54906,15271,530,1,1,0,0,10206.6,-6475.9,29.6341,0.660101,300,5,0,55,0,1,0,0,0),(54907,15271,530,1,1,0,0,10215.3,-6513.73,30.9919,2.88124,300,5,0,55,0,1,0,0,0),(54908,15271,530,1,1,0,0,10230.5,-6552.29,35.2239,1.09109,300,5,0,55,0,1,0,0,0),(54909,15271,530,1,1,0,0,10285.1,-6522.59,63.5309,3.41037,300,5,0,55,0,1,0,0,0),(54910,15273,530,1,1,0,0,10235.4,-5984.8,38.944,3.68127,300,5,0,69,79,1,0,0,0),(54911,15273,530,1,1,0,0,10214.1,-5973.8,38.9443,3.81821,300,5,0,69,79,1,0,0,0),(54912,15273,530,1,1,0,0,10217.6,-5999.77,38.9439,4.34503,300,5,0,69,79,1,0,0,0),(54913,15273,530,1,1,0,0,10226.7,-5982.19,38.9441,0.824669,300,0,0,69,79,2,0,0,0),(54914,15273,530,1,1,0,0,10189.6,-6043.44,25.9605,0.114568,300,5,0,69,79,1,0,0,0),(54915,15273,530,1,1,0,0,10129.1,-6065.56,25.5708,1.62069,300,5,0,69,79,1,0,0,0),(54916,15273,530,1,1,0,0,10119.8,-6049,26.0172,2.62189,300,5,0,69,79,1,0,0,0),(54917,15273,530,1,1,0,0,10098.4,-6085.73,32.2173,3.35248,300,0,0,69,79,2,0,0,0),(54918,15273,530,1,1,0,0,10180,-5967.25,63.5704,2.75787,300,5,0,69,79,1,0,0,0),(54919,15273,530,1,1,0,0,10143.8,-5986.14,63.5704,3.55064,300,0,0,69,79,2,0,0,0),(54920,15273,530,1,1,0,0,10158.9,-5984.66,63.5704,4.46418,300,5,0,69,79,1,0,0,0),(54921,15273,530,1,1,0,0,10155.4,-5958.16,63.5704,4.14918,300,5,0,69,79,1,0,0,0),(54923,15273,530,1,1,0,0,10088.2,-5972.94,63.5749,1.86263,300,5,0,69,79,1,0,0,0),(54924,15273,530,1,1,0,0,10133.2,-5978.14,104.986,0.924436,300,0,0,69,79,2,0,0,0),(54925,15273,530,1,1,0,0,10079.9,-5981.95,63.3254,2.75428,300,5,0,69,79,1,0,0,0),(54926,15273,530,1,1,0,0,10064,-6030.52,42.458,2.07835,300,5,0,69,79,1,0,0,0),(54927,15273,530,1,1,0,0,10162.7,-6054.5,25.5393,5.81585,300,0,0,69,79,0,0,0,0),(54928,15273,530,1,1,0,0,10164.2,-6042.69,25.5394,4.81803,300,0,0,69,79,0,0,0,0),(54929,15273,530,1,1,0,0,10084.6,-6003.66,63.7155,4.17532,300,5,0,69,79,1,0,0,0),(54930,15273,530,1,1,0,0,10156.1,-6021.28,110.237,5.48033,300,0,0,69,79,0,0,0,0),(54931,15274,530,1,1,0,0,10187.8,-6347.56,30.459,5.23357,300,5,0,41,60,1,0,0,0),(54932,15274,530,1,1,0,0,10195,-6320.27,28.3769,5.67894,300,5,0,41,60,1,0,0,0),(54933,15274,530,1,1,0,0,10206.3,-6307.28,26.9459,4.83577,300,5,0,41,60,1,0,0,0),(54934,15274,530,1,1,0,0,10213.5,-6351.58,29.3,2.96985,300,0,0,41,60,0,0,0,0),(54935,15274,530,1,1,0,0,10214.2,-6337.41,30.85,5.40648,300,0,0,41,60,0,0,0,0),(54936,15274,530,1,1,0,0,10220.9,-6328.75,30.85,0.270795,300,0,0,41,60,0,0,0,0),(54937,15274,530,1,1,0,0,10202.1,-6368.75,29.8369,2.67794,300,5,0,41,60,1,0,0,0),(54938,15274,530,1,1,0,0,10220.6,-6361.77,30.85,3.53896,300,0,0,41,60,0,0,0,0),(54939,15274,530,1,1,0,0,10242.9,-6339.76,30.85,4.50934,300,0,0,41,60,0,0,0,0),(54940,15274,530,1,1,0,0,10235.6,-6329.73,29.01,4.23421,300,0,0,41,60,0,0,0,0),(54941,15274,530,1,1,0,0,10226.8,-6324.62,31.6,3.05619,300,0,0,41,60,0,0,0,0),(54942,15274,530,1,1,0,0,10252.9,-6317.51,27.268,2.73537,300,5,0,41,60,1,0,0,0),(54943,15274,530,1,1,0,0,10220.6,-6375.35,30.01,2.95114,300,0,0,41,60,0,0,0,0),(54944,15274,530,1,1,0,0,10244.6,-6354.78,30.85,4.13997,300,0,0,41,60,0,0,0,0),(54945,15274,530,1,1,0,0,10233.7,-6363.59,30.85,3.92608,300,0,0,41,60,0,0,0,0),(54946,15274,530,1,1,0,0,10236.9,-6376.41,29.1694,2.6053,300,5,0,41,60,1,0,0,0),(54947,15274,530,1,1,0,0,10264.4,-6352.73,28.4061,1.3033,300,5,0,41,60,1,0,0,0),(54948,15274,530,1,1,0,0,10288.8,-6348.18,22.8092,1.49109,300,5,0,41,60,1,0,0,0),(54949,15274,530,1,1,0,0,10287.5,-6329.06,24.26,6.26714,300,0,0,41,60,0,0,0,0),(54950,15274,530,1,1,0,0,10268.7,-6338.53,25.514,2.06328,300,5,0,41,60,1,0,0,0),(54951,15274,530,1,1,0,0,10316.1,-6385.99,33.5537,0.661538,300,5,0,41,60,1,0,0,0),(54952,15274,530,1,1,0,0,10322.5,-6278.41,27.4252,5.88421,300,5,0,41,60,1,0,0,0),(54953,15274,530,1,1,0,0,10320.7,-6304.07,26.5047,0.889573,300,5,0,41,60,1,0,0,0),(54954,15274,530,1,1,0,0,10381.3,-6280.15,25.9887,3.03687,300,0,0,41,60,0,0,0,0),(54955,15274,530,1,1,0,0,10394.6,-6298.56,31.5826,0.184843,300,0,0,41,60,0,0,0,0),(54956,15274,530,1,1,0,0,10389.5,-6277.85,25.8582,3.7803,300,0,0,41,60,0,0,0,0),(54957,15274,530,1,1,0,0,10421.5,-6270.83,31.284,5.17738,300,5,0,41,60,1,0,0,0),(54958,15274,530,1,1,0,0,10379.3,-6248.68,27.7107,2.2986,300,5,0,41,60,1,0,0,0),(54959,15274,530,1,1,0,0,10421.9,-6260.09,31.8684,2.98067,300,5,0,41,60,1,0,0,0),(54960,15274,530,1,1,0,0,10381.5,-6309.75,31.9387,2.05824,300,5,0,41,60,1,0,0,0),(54961,15274,530,1,1,0,0,10367.6,-6290.7,25.6282,3.59495,300,5,0,41,60,1,0,0,0),(54963,15274,530,1,1,0,0,10414.6,-6250.08,32.2969,6.00393,300,0,0,41,60,0,0,0,0),(54964,15274,530,1,1,0,0,10387.6,-6219.06,31.0115,5.18098,300,5,0,41,60,1,0,0,0),(54965,15274,530,1,1,0,0,10389.8,-6194.06,32.2,0.574418,300,0,0,41,60,0,0,0,0),(54966,15274,530,1,1,0,0,10372.5,-6201.21,30.018,5.2381,300,5,0,41,60,1,0,0,0),(54967,15274,530,1,1,0,0,10429,-6214.86,35.1157,6.10964,300,5,0,41,60,1,0,0,0),(54968,15274,530,1,1,0,0,10407.2,-6194.9,32.2,2.16676,300,0,0,41,60,0,0,0,0),(54969,15274,530,1,1,0,0,10430.5,-6190.26,32.6618,3.77728,300,5,0,41,60,1,0,0,0),(54970,15274,530,1,1,0,0,10400.4,-6206.25,32.2,2.35005,300,0,0,41,60,0,0,0,0),(54971,15274,530,1,1,0,0,10367.7,-6188.13,31.8612,4.62326,300,5,0,41,60,1,0,0,0),(54972,15274,530,1,1,0,0,10376.4,-6185.34,32.2,2.06293,300,0,0,41,60,0,0,0,0),(54973,15274,530,1,1,0,0,10369.9,-6151.3,31.2451,2.03869,300,5,0,41,60,1,0,0,0),(54974,15274,530,1,1,0,0,10380.8,-6154.57,32.3634,3.74374,300,5,0,41,60,1,0,0,0),(54975,15274,530,1,1,0,0,10392.5,-6169.48,32.2,5.32085,300,0,0,41,60,0,0,0,0),(54976,15274,530,1,1,0,0,10366.6,-6200.3,30.2354,5.00618,300,5,0,41,60,1,0,0,0),(54977,15274,530,1,1,0,0,10362.8,-6173.34,32.447,3.93003,300,5,0,41,60,1,0,0,0),(54978,15274,530,1,1,0,0,10423.4,-6180.09,32.2,2.211,300,0,0,41,60,0,0,0,0),(54979,15274,530,1,1,0,0,10415.6,-6151.67,34.5274,0.325153,300,5,0,41,60,1,0,0,0),(54980,15274,530,1,1,0,0,10412.7,-6176.1,32.1889,1.64829,300,5,0,41,60,1,0,0,0),(54981,15274,530,1,1,0,0,10403.2,-6161.4,32.1889,5.34657,300,5,0,41,60,1,0,0,0),(54982,15274,530,1,1,0,0,10298.5,-6350.43,23.8341,6.23046,300,5,0,41,60,1,0,0,0),(54983,15274,530,1,1,0,0,10222.3,-6314.16,28.1915,4.87942,300,5,0,41,60,1,0,0,0),(54984,15278,530,1,1,0,1,10352,-6359.93,34.1146,2.07694,300,0,0,100,230,0,0,0,0),(54985,15279,530,1,1,0,1,10337.2,-6419.45,38.6156,6.10865,300,0,0,100,230,0,0,0,0),(54986,15280,530,1,1,0,1,10366.7,-6431.53,38.6157,0.733038,300,0,0,103,115,0,0,0,0),(54987,15281,530,1,1,0,1,10302.3,-6229.3,26.7049,6.19592,300,0,0,100,230,0,0,0,0),(4668,3358,1,1,1,1380,1,2025.08,-4708.91,26.8865,1.81514,300,0,0,1003,0,0,0,0,0),(54989,15283,530,1,1,0,1,10337.6,-6405.03,38.6156,5.98648,300,0,0,95,230,0,0,0,0),(54990,15284,530,1,1,0,1,10372.4,-6428.84,38.6155,3.33358,300,0,0,95,230,0,0,0,0),(54991,15285,530,1,1,0,1,10384.5,-6404.99,38.6156,3.42085,300,0,0,102,0,0,0,0,0),(4667,3351,1,1,1,1372,1,1890.9,-4322.09,23.253,4.10152,300,0,0,1003,0,0,0,0,0),(54993,15287,530,1,1,0,1,10374.1,-6391.75,38.6156,4.11898,300,0,0,102,0,0,0,0,0),(54995,15289,530,1,1,0,1,10407.7,-6351.81,37.0533,0.593412,300,0,0,102,0,0,0,0,0),(4666,3350,1,1,1,1371,1,1891.6,-4326.75,23.253,0.261799,300,0,0,1003,0,0,0,0,0),(54997,15291,530,1,1,0,0,10416.8,-6316.6,35.5763,4.01426,300,0,0,111,259,0,0,0,0),(54998,15292,530,1,1,0,1,10423.7,-6342.21,37.0533,3.66519,300,0,0,98,115,0,0,0,0),(55000,15294,530,1,1,0,0,10096,-6354.86,11.5868,1.99096,300,5,0,69,79,1,0,0,0),(55001,15294,530,1,1,0,0,10102.6,-6363.13,16.1144,3.97598,300,5,0,69,79,1,0,0,0),(55002,15294,530,1,1,0,0,10067.2,-6267.55,13.0933,3.84072,300,5,0,69,79,1,0,0,0),(55003,15294,530,1,1,0,0,10073.9,-6280.82,13.9683,1.30251,300,5,0,69,79,1,0,0,0),(55004,15294,530,1,1,0,0,10085.1,-6280.95,12.8433,2.8762,300,5,0,69,79,1,0,0,0),(55005,15294,530,1,1,0,0,10087.8,-6265.42,13.0938,4.41306,300,5,0,69,79,1,0,0,0),(55006,15294,530,1,1,0,0,10076.8,-6250.77,12.7188,4.13442,300,5,0,69,79,1,0,0,0),(55007,15294,530,1,1,0,0,10063.9,-6255.35,12.5753,4.74055,300,5,0,69,79,1,0,0,0),(55008,15294,530,1,1,0,0,10057.9,-6241.84,12.9503,0.845142,300,5,0,69,79,1,0,0,0),(55009,15294,530,1,1,0,0,10069.8,-6237.32,13.7188,4.7293,300,5,0,69,79,1,0,0,0),(55010,15294,530,1,1,0,0,10122.4,-6253.81,14.894,4.34164,300,5,0,69,79,1,0,0,0),(55011,15294,530,1,1,0,0,10073.6,-6221.38,13.8949,4.59495,300,5,0,69,79,1,0,0,0),(55012,15294,530,1,1,0,0,10136,-6226.06,14.3941,0.361304,300,5,0,69,79,1,0,0,0),(55013,15294,530,1,1,0,0,10355.4,-6079.06,23.4625,4.52668,300,5,0,69,79,1,0,0,0),(55014,15294,530,1,1,0,0,10299.7,-6079.46,26.6834,5.73055,300,5,0,69,79,1,0,0,0),(55015,15294,530,1,1,0,0,10335.8,-6045,26.5666,1.0872,300,5,0,69,79,1,0,0,0),(55016,15294,530,1,1,0,0,10332.6,-6031.05,29.0105,0.599008,300,5,0,69,79,1,0,0,0),(55017,15294,530,1,1,0,0,10378.8,-6028.77,30.0104,1.85061,300,5,0,69,79,1,0,0,0),(55018,15294,530,1,1,0,0,10385.6,-6044.25,27.6088,3.7762,300,5,0,69,79,1,0,0,0),(55019,15294,530,1,1,0,0,10314.4,-6074.42,26.5075,4.79641,300,5,0,69,79,1,0,0,0),(55020,15294,530,1,1,0,0,10385.4,-6014.68,31.2604,3.38574,300,5,0,69,79,1,0,0,0),(55021,15294,530,1,1,0,0,10360.2,-6088.3,22.4335,1.91234,300,0,0,69,79,0,0,0,0),(55022,15294,530,1,1,0,0,10393.8,-6029.07,33.8854,4.0955,300,5,0,69,79,1,0,0,0),(55023,15294,530,1,1,0,0,10284.2,-6009.75,28.3689,4.73832,300,5,0,69,79,1,0,0,0),(55024,15294,530,1,1,0,0,10322,-6021.5,29.2605,3.88532,300,5,0,69,79,1,0,0,0),(55025,15294,530,1,1,0,0,10328.1,-5998.76,35.6437,4.69638,300,5,0,69,79,1,0,0,0),(55026,15294,530,1,1,0,0,10325.2,-5985.96,40.1667,3.77678,300,5,0,69,79,1,0,0,0),(55027,15294,530,1,1,0,0,10335,-5980.26,41.7401,4.09811,300,5,0,69,79,1,0,0,0),(55028,15294,530,1,1,0,0,10348.5,-5977.09,41.6345,3.89529,300,5,0,69,79,1,0,0,0),(55029,15294,530,1,1,0,0,10355.1,-5994.4,37.1151,4.63041,300,5,0,69,79,1,0,0,0),(55030,15294,530,1,1,0,0,10477.8,-5871.97,2.58401,0.238245,300,5,0,69,79,1,0,0,0),(55031,15294,530,1,1,0,0,10486.1,-5873.3,0.83401,5.12866,300,5,0,69,79,1,0,0,0),(55032,15294,530,1,1,0,0,10489.2,-5886.31,2.33401,0.861319,300,5,0,69,79,1,0,0,0),(55033,15294,530,1,1,0,0,10461.9,-5830.98,2.43055,5.72334,300,5,0,69,79,1,0,0,0),(55034,15294,530,1,1,0,0,10473.5,-5828.57,1.1696,4.45034,300,5,0,69,79,1,0,0,0),(55035,15294,530,1,1,0,0,10460.3,-5820.44,1.43055,4.05893,300,5,0,69,79,1,0,0,0),(55036,15294,530,1,1,0,0,10400.1,-6044.57,29.7529,4.69251,300,5,0,69,79,1,0,0,0),(55037,15294,530,1,1,0,0,10210.3,-6061.23,5.92924,0.350742,300,5,0,69,79,1,0,0,0),(55038,15294,530,1,1,0,0,10225.7,-6127.48,20.4396,0.261799,300,0,0,69,79,0,0,0,0),(55039,15294,530,1,1,0,0,10263.1,-6142.93,20.0031,4.81213,300,5,0,69,79,1,0,0,0),(55040,15294,530,1,1,0,0,10242.3,-6130.63,20.8045,2.81716,300,5,0,69,79,1,0,0,0),(55041,15294,530,1,1,0,0,10153.9,-6160.9,19.1827,0.296338,300,5,0,69,79,1,0,0,0),(55042,15294,530,1,1,0,0,10170.9,-6176.51,21.2249,0.903882,300,5,0,69,79,1,0,0,0),(55043,15294,530,1,1,0,0,10171.3,-6160.62,20.9028,1.62199,300,5,0,69,79,1,0,0,0),(55044,15294,530,1,1,0,0,10245.8,-6100.63,22.9272,1.78024,300,0,0,69,79,0,0,0,0),(55045,15294,530,1,1,0,0,10259.5,-6052.03,25.9821,1.55457,300,5,0,69,79,1,0,0,0),(55046,15294,530,1,1,0,0,10134.5,-6167.39,17.2542,4.28154,300,5,0,69,79,1,0,0,0),(55047,15294,530,1,1,0,0,10262.5,-6061.62,25.4821,3.0124,300,5,0,69,79,1,0,0,0),(55048,15294,530,1,1,0,0,10257.5,-6042.4,25.4821,1.13664,300,5,0,69,79,1,0,0,0),(55049,15294,530,1,1,0,0,10146.7,-6207.62,19.1119,4.20945,300,0,0,69,79,0,0,0,0),(55050,15294,530,1,1,0,0,10135.1,-6179.91,16.6197,3.14052,300,5,0,69,79,1,0,0,0),(55051,15294,530,1,1,0,0,10092.7,-6195,14.947,0.609501,300,5,0,69,79,1,0,0,0),(55052,15294,530,1,1,0,0,10072.4,-6220.3,13.8949,2.30935,300,5,0,69,79,1,0,0,0),(55053,15295,530,1,1,0,1,10406,-6396.24,52.1757,5.18363,300,0,0,774,2175,0,0,0,0),(55054,15296,530,1,1,0,1,10413.7,-6372.46,35.7242,5.14872,300,0,0,117,259,0,0,0,0),(55055,15297,530,1,1,0,1,10419.7,-6318.62,35.6568,1.32645,300,0,0,117,259,0,0,0,0),(55056,15298,530,1,1,0,0,10158,-6026.5,63.7448,1.8946,300,5,0,83,104,1,0,0,0),(55057,15298,530,1,1,0,0,10156.3,-5992.24,110.237,3.4383,300,0,0,83,104,0,0,0,0),(55058,15298,530,1,1,0,0,10083.7,-6034.95,42.2431,1.31091,300,5,0,83,104,1,0,0,0),(55060,15298,530,1,1,0,0,10131.4,-6011.43,110.154,0.557687,300,0,0,83,104,0,0,0,0),(55061,15301,530,1,1,0,1,9984.04,-6478.02,1.07989,5.5676,300,0,0,103,115,0,0,0,0),(4665,3403,1,1,1,4231,1,1932.88,-4211.3,42.1782,6.24828,300,0,0,1753,0,0,0,0,0),(4664,13417,1,1,1,13341,1,1937.84,-4222.84,42.1781,3.78736,300,0,0,2769,0,0,0,0,0),(4663,3344,1,1,1,1360,1,1933.69,-4224.86,42.1782,0.05236,300,0,0,4120,0,0,0,0,0),(55068,17728,546,3,1,0,1,267.009,-371.311,72.1627,2.59862,7200,0,0,16028,0,0,0,0,0),(4662,3342,1,1,1,1358,1,1784.44,-4205.35,40.0903,4.53786,300,0,0,1342,0,0,0,0,0),(30175,7603,90,1,1,6967,0,-464.858,487.472,-230.601,0.360909,86400,2,0,787,0,1,0,0,0),(30174,6225,90,1,1,5926,0,-503.192,479.869,-273.08,5.01041,86400,5,0,2715,0,1,0,0,0),(30173,6222,90,1,1,6932,1,-586.3,596.17,-230.601,1.44707,86400,0,0,787,0,0,0,0,0),(30172,6222,90,1,1,6932,1,-634.829,441.079,-273.063,0.601507,86400,0,0,787,0,0,0,0,0),(30171,6225,90,1,1,5926,0,-539.224,556.1,-273.08,4.43745,86400,5,0,2715,0,1,0,0,0),(30170,6233,90,1,1,6978,0,-472.927,439.53,-230.518,1.11701,86400,2,0,3412,0,1,0,0,0),(30169,7603,90,1,1,6967,0,-486.311,435.922,-230.518,0,86400,2,0,787,0,1,0,0,0),(30168,7603,90,1,1,6968,0,-481.016,430.803,-230.518,2.33874,86400,2,0,787,0,1,0,0,0),(30167,7603,90,1,1,6968,0,-480.313,440.908,-230.518,1.76278,86400,2,0,787,0,1,0,0,0),(30166,7603,90,1,1,6968,0,-474.927,443.173,-230.518,3.15905,86400,5,0,787,0,1,0,0,0),(30165,6222,90,1,1,6933,1,-613.609,433.56,-230.601,4.0887,86400,2,0,787,0,1,0,0,0),(30164,6206,90,1,1,830,1,-573.965,77.0107,-203.874,5.88176,86400,5,0,2272,0,1,0,0,0),(30163,6329,90,1,1,976,0,-540.361,33.9657,-196.964,0.122173,86400,2,0,1830,655,1,0,0,0),(30162,6329,90,1,1,976,0,-636.738,135.03,-183.794,0.139626,86400,3,0,1830,655,1,0,0,0),(30161,6329,90,1,1,976,0,-634.547,73.0335,-195.492,5.06145,86400,3,0,1830,655,1,0,0,0),(55102,17728,546,3,1,0,1,223.532,-390.343,72.6483,2.71957,7200,0,0,16028,0,0,0,0,0),(30160,6329,90,1,1,976,0,-550.351,137.763,-202.068,5.48033,86400,5,0,1830,655,1,0,0,0),(32075,15350,0,1,1,15387,1,1316.82,291.133,-63.6295,2.04204,120,0,0,126000,0,0,0,0,0),(55106,17728,546,3,1,0,1,223.948,-388.177,72.6164,3.45313,7200,0,0,16028,0,0,0,0,0),(30159,6329,90,1,1,976,0,-588.034,18.7032,-179.596,5.51524,86400,3,0,1830,655,1,0,0,0),(30158,6211,90,1,1,10285,1,-598.314,201.79,-169.966,0.907571,86400,0,0,2400,0,0,0,0,0),(30157,6329,90,1,1,976,0,-642.76,76.9467,-183.17,0.890118,86400,2,0,1830,655,1,0,0,0),(30156,6206,90,1,1,830,1,-619.84,58.4296,-199.565,3.1765,86400,5,0,2272,0,1,0,0,0),(30155,6206,90,1,1,830,1,-570.635,80.1587,-204.094,3.735,86400,5,0,2272,0,1,0,0,0),(30154,6220,90,1,1,4907,0,-452.865,118.505,-210.293,4.93928,86400,5,0,2196,756,1,0,0,0),(30153,6219,90,1,1,11137,0,-472.893,49.6316,-207.855,0.282745,86400,3,0,2250,0,1,0,0,0),(30152,6218,90,1,1,358,0,-497.661,130.632,-209.168,3.9619,86400,5,0,2250,0,1,0,0,0),(30151,6220,90,1,1,4907,0,-380.697,97.865,-210.394,3.05433,86400,5,0,2196,756,1,0,0,0),(30150,6219,90,1,1,11137,0,-409.443,73.7753,-211.022,5.75959,86400,5,0,2250,0,1,0,0,0),(30149,6220,90,1,1,4907,0,-444.961,174.409,-208.732,3.26377,86400,5,0,2196,756,1,0,0,0),(4661,6929,1,1,1,5706,1,1633.99,-4439.37,15.5167,2.75762,300,0,0,1003,0,0,0,0,0),(55135,15366,530,1,1,0,0,10286.7,-6295.87,25.6512,5.31054,300,5,0,42,0,1,0,0,0),(55136,15366,530,1,1,0,0,10276.8,-6268.98,26.1512,4.40582,300,5,0,42,0,1,0,0,0),(55137,15366,530,1,1,0,0,10291.6,-6279.82,26.7762,1.67294,300,5,0,42,0,1,0,0,0),(55138,15366,530,1,1,0,0,10269.2,-6410.45,40.2181,2.49899,300,5,0,42,0,1,0,0,0),(55139,15366,530,1,1,0,0,10316.2,-6415.58,37.8301,5.334,300,5,0,42,0,1,0,0,0),(55140,15366,530,1,1,0,0,10308.9,-6246.58,28.1924,4.8512,300,5,0,42,0,1,0,0,0),(55141,15366,530,1,1,0,0,10378,-6454.66,36.6107,5.34298,300,5,0,42,0,1,0,0,0),(55142,15366,530,1,1,0,0,10305.5,-6451.96,45.4285,5.87355,300,5,0,42,0,1,0,0,0),(55143,15366,530,1,1,0,0,10424.7,-6429.96,42.5668,4.66894,300,5,0,42,0,1,0,0,0),(55144,15366,530,1,1,0,0,10447.8,-6313.91,42.8548,2.07665,300,5,0,42,0,1,0,0,0),(55145,15366,530,1,1,0,0,10424.9,-6290.69,35.0849,5.14784,300,5,0,42,0,1,0,0,0),(55146,15366,530,1,1,0,0,10354.7,-6470.09,37.5364,4.98442,300,5,0,42,0,1,0,0,0),(55147,15366,530,1,1,0,0,10413.3,-6452.52,39.5459,3.56854,300,5,0,42,0,1,0,0,0),(55148,15366,530,1,1,0,0,10334.6,-6493.67,58.3247,6.20297,300,5,0,42,0,1,0,0,0),(55149,15366,530,1,1,0,0,10388.5,-6494.75,29.1993,5.55487,300,5,0,42,0,1,0,0,0),(55150,15366,530,1,1,0,0,10462.5,-6411.66,46.6391,0.616452,300,5,0,42,0,1,0,0,0),(55151,15366,530,1,1,0,0,10450.9,-6457.09,29.405,3.96519,300,5,0,42,0,1,0,0,0),(55152,15366,530,1,1,0,0,10429.7,-6475.94,28.4295,1.04862,300,5,0,42,0,1,0,0,0),(55153,15366,530,1,1,0,0,10441.4,-6489.24,17.4576,2.04405,300,5,0,42,0,1,0,0,0),(55154,15366,530,1,1,0,0,10472.7,-6460.99,22.0232,3.55367,300,5,0,42,0,1,0,0,0),(55155,15366,530,1,1,0,0,10476.2,-6374.27,44.1991,5.41713,300,5,0,42,0,1,0,0,0),(55156,15366,530,1,1,0,0,10446.1,-6222.89,39.9475,3.94565,300,5,0,42,0,1,0,0,0),(55157,15366,530,1,1,0,0,10445.4,-6140.47,43.6907,1.76333,300,5,0,42,0,1,0,0,0),(55158,15366,530,1,1,0,0,10358.3,-6143.92,29.2,0.6229,300,5,0,42,0,1,0,0,0),(55159,15366,530,1,1,0,0,10476.3,-6153.04,53.0026,0.326305,300,5,0,42,0,1,0,0,0),(55160,15366,530,1,1,0,0,10388.7,-6116.43,29.1342,4.38199,300,5,0,42,0,1,0,0,0),(55161,15366,530,1,1,0,0,10425.5,-6111.07,35.4912,4.3921,300,5,0,42,0,1,0,0,0),(55162,15366,530,1,1,0,0,10325.4,-6175.41,28.2338,1.39942,300,5,0,42,0,1,0,0,0),(55163,15366,530,1,1,0,0,10490,-6109.25,62.8503,4.40717,300,5,0,42,0,1,0,0,0),(55164,15366,530,1,1,0,0,10200.7,-6241.44,15.6028,0.621003,300,5,0,42,0,1,0,0,0),(55165,15367,530,1,1,0,1,10150.9,-6006.24,110.237,3.49066,300,0,0,98,115,0,0,0,0),(30148,6218,90,1,1,358,0,-456.826,92.256,-210.002,3.59538,86400,5,0,2250,0,1,0,0,0),(55168,15371,530,1,1,0,0,9997.19,-6460.29,1.11517,3.97935,300,0,0,9462,5580,0,0,0,0),(55169,15371,530,1,1,0,0,10009.2,-6469.21,1.17023,3.92699,300,0,0,9462,5580,0,0,0,0),(55170,15371,530,1,1,0,0,10057.6,-6404.46,2.20626,1.15192,300,0,0,9462,5580,0,0,0,0),(55171,15371,530,1,1,0,0,10046.5,-6395,1.9711,0.890118,300,0,0,9462,5580,0,0,0,0),(55172,15371,530,1,1,0,0,10357.2,-6381.62,38.5975,1.91986,300,0,0,9462,5580,0,0,0,0),(55173,15371,530,1,1,0,0,10345.1,-6385.63,38.6109,1.8675,300,0,0,9462,5580,0,0,0,0),(55174,15371,530,1,1,0,0,10394.4,-6348.86,35.5961,3.08923,300,0,0,9462,5580,0,0,0,0),(55175,15371,530,1,1,0,0,10396.6,-6337.69,35.6224,3.10669,300,0,0,9462,5580,0,0,0,0),(55176,15371,530,1,1,0,0,10346.6,-6256.76,24.9929,4.70711,300,0,0,9462,5580,2,0,0,0),(55177,15372,530,1,1,0,0,10120,-6313.99,14.0731,4.22963,300,5,0,55,0,1,0,0,0),(55178,15372,530,1,1,0,0,10153.5,-6304.2,15.935,4.84592,300,5,0,55,0,1,0,0,0),(55179,15372,530,1,1,0,0,10161.5,-6352.9,25.9427,1.43408,300,5,0,55,0,1,0,0,0),(55180,15372,530,1,1,0,0,10186.2,-6252.53,16.4271,4.45836,300,5,0,55,0,1,0,0,0),(55181,15372,530,1,1,0,0,10245.9,-6276.01,21.1065,2.75131,300,5,0,55,0,1,0,0,0),(55182,15372,530,1,1,0,0,10253.5,-6255.89,20.6444,5.73761,300,5,0,55,0,1,0,0,0),(55183,15372,530,1,1,0,0,10224.3,-6220.82,17.7391,0.634448,300,5,0,55,0,1,0,0,0),(55184,15372,530,1,1,0,0,10291.4,-6277.55,26.6735,1.67309,300,5,0,55,0,1,0,0,0),(55185,15372,530,1,1,0,0,10245.3,-6219.46,19.0852,0.088184,300,5,0,55,0,1,0,0,0),(55186,15372,530,1,1,0,0,10239.3,-6211.01,19.3874,3.78216,300,5,0,55,0,1,0,0,0),(55187,15372,530,1,1,0,0,10470.2,-6462.07,22.6482,3.54742,300,5,0,55,0,1,0,0,0),(55188,15372,530,1,1,0,0,10507.4,-6479.38,6.98172,5.28658,300,5,0,55,0,1,0,0,0),(55189,15372,530,1,1,0,0,10505.5,-6447.41,7.29894,2.34825,300,5,0,55,0,1,0,0,0),(55190,15372,530,1,1,0,0,10351.9,-6513.22,27.8206,6.21828,300,5,0,55,0,1,0,0,0),(55191,15372,530,1,1,0,0,10318.8,-6118.27,20.8069,6.25358,300,5,0,55,0,1,0,0,0),(55192,15372,530,1,1,0,0,10437,-6013.72,59.1867,0.006625,300,5,0,55,0,1,0,0,0),(55193,15372,530,1,1,0,0,10276.4,-6116.62,22.6364,3.11459,300,5,0,55,0,1,0,0,0),(55194,15372,530,1,1,0,0,10441.6,-6009.25,62.4046,3.49671,300,5,0,55,0,1,0,0,0),(55195,15372,530,1,1,0,0,10424.3,-5885.35,27.4602,2.66465,300,5,0,55,0,1,0,0,0),(55196,15372,530,1,1,0,0,10453.1,-5882.98,24.0127,5.76622,300,5,0,55,0,1,0,0,0),(55197,15372,530,1,1,0,0,10284,-6150.04,21.7778,3.4904,300,5,0,55,0,1,0,0,0),(55198,15384,530,1,1,0,0,3511.21,3946.77,141.285,1.44862,300,0,0,4120,0,0,0,0,0),(55199,15384,530,1,1,0,0,3437.92,3822.86,144.011,5.79449,300,0,0,4120,0,0,0,0,0),(55200,15384,530,1,1,0,0,3155.93,3344.02,107.153,2.11185,300,0,0,4120,0,0,0,0,0),(55201,15384,530,1,1,0,0,3108.71,3305.57,110.144,5.20108,300,0,0,4120,0,0,0,0,0),(55202,15384,530,1,1,0,0,3061.44,3244.51,115.284,1.85005,300,0,0,4120,0,0,0,0,0),(55203,15384,530,1,1,0,0,3011.23,3367.29,104.36,4.36332,300,0,0,4120,0,0,0,0,0),(55204,15384,530,1,1,0,0,3242.83,3595.9,125.769,1.8326,300,0,0,4120,0,0,0,0,0),(55205,15384,530,1,1,0,0,3165.38,3612.01,134.513,6.14356,300,0,0,4120,0,0,0,0,0),(55206,15384,530,1,1,0,0,3197.25,3628.12,130.606,3.42085,300,0,0,4120,0,0,0,0,0),(55207,15384,530,1,1,0,0,3416.24,3834.31,144.571,1.11701,300,0,0,4120,0,0,0,0,0),(55208,15384,530,1,1,0,0,3178.38,3811.32,140.452,4.20624,300,0,0,4120,0,0,0,0,0),(55209,15384,530,1,1,0,0,3221.8,3662.72,129.203,0.558505,300,0,0,4120,0,0,0,0,0),(55210,15384,530,1,1,0,0,3145.85,3764.48,139.83,1.85005,300,0,0,4120,0,0,0,0,0),(55211,15384,530,1,1,0,0,2930.61,3791.23,151.337,4.20624,300,0,0,4120,0,0,0,0,0),(55212,15384,530,1,1,0,0,2940.78,3800.57,152.29,5.06145,300,0,0,4120,0,0,0,0,0),(55213,15384,530,1,1,0,0,3129.76,3812.29,143.48,3.03687,300,0,0,4120,0,0,0,0,0),(55214,15384,530,1,1,0,0,3108.82,3869.15,143.995,3.01942,300,0,0,4120,0,0,0,0,0),(55215,15384,530,1,1,0,0,3124.83,3928.35,179.299,0.244346,300,0,0,4120,0,0,0,0,0),(55216,15384,530,1,1,0,0,3117.77,3983.2,163.034,6.05629,300,0,0,4120,0,0,0,0,0),(55217,15384,530,1,1,0,0,3161.77,3973.21,160.969,1.58825,300,0,0,4120,0,0,0,0,0),(55218,15384,530,1,1,0,0,3171.9,3927.15,179.301,5.41052,300,0,0,4120,0,0,0,0,0),(55219,15384,530,1,1,0,0,3121.59,4021.25,149.906,3.9968,300,0,0,4120,0,0,0,0,0),(55220,15384,530,1,1,0,0,3183.31,3917.88,184.095,3.19395,300,0,0,4120,0,0,0,0,0),(55221,15384,530,1,1,0,0,3209.59,3893.25,196.428,5.46288,300,0,0,4120,0,0,0,0,0),(55222,15384,530,1,1,0,0,3221.48,3940.42,171.655,4.60767,300,0,0,4120,0,0,0,0,0),(55223,15384,530,1,1,0,0,3212.7,3997.93,149.76,6.05629,300,0,0,4120,0,0,0,0,0),(55224,15384,530,1,1,0,0,3194.91,4004.26,147.42,1.6057,300,0,0,4120,0,0,0,0,0),(55225,15384,530,1,1,0,0,3272.76,3892.85,196.631,2.74017,300,0,0,4120,0,0,0,0,0),(55226,15384,530,1,1,0,0,3281.09,3965.86,166.65,1.48353,300,0,0,4120,0,0,0,0,0),(55227,15384,530,1,1,0,0,3309.46,3908.74,192.89,0.837758,300,0,0,4120,0,0,0,0,0),(55228,15384,530,1,1,0,0,3358.58,3975.39,184.707,2.00713,300,0,0,4120,0,0,0,0,0),(55229,15384,530,1,1,0,0,3292.89,4004.15,159.657,4.20624,300,0,0,4120,0,0,0,0,0),(55230,15384,530,1,1,0,0,3386.28,3964.8,200.364,3.10669,300,0,0,4120,0,0,0,0,0),(55231,15384,530,1,1,0,0,3339.04,4050.89,160.15,5.65487,300,0,0,4120,0,0,0,0,0),(55232,15384,530,1,1,0,0,3385.87,4013.25,179.124,0.383972,300,0,0,4120,0,0,0,0,0),(55233,15384,530,1,1,0,0,2915.86,3896.56,128.198,2.09439,300,0,0,4120,0,0,0,0,0),(55234,15384,530,1,1,0,0,2895.88,3796.43,165.167,1.90241,300,0,0,4120,0,0,0,0,0),(55235,15384,530,1,1,0,0,2853.37,3772.12,177.01,4.4855,300,0,0,4120,0,0,0,0,0),(55236,15384,530,1,1,0,0,2877.1,3752.07,159.493,3.9968,300,0,0,4120,0,0,0,0,0),(55237,15384,530,1,1,0,0,2773.4,3596.54,143.782,0.610865,300,0,0,4120,0,0,0,0,0),(55238,15384,530,1,1,0,0,2718.28,3492.37,139.009,3.26377,300,0,0,4120,0,0,0,0,0),(55239,15384,530,1,1,0,0,2683.65,3480.46,142.106,2.00713,300,0,0,4120,0,0,0,0,0),(55240,15384,530,1,1,0,0,2768.8,3533.34,139.759,1.76278,300,0,0,4120,0,0,0,0,0),(55241,15384,530,1,1,0,0,2750.54,3516.85,136.684,3.42085,300,0,0,4120,0,0,0,0,0),(55242,15384,530,1,1,0,0,2778.02,3531.43,139.875,1.76278,300,0,0,4120,0,0,0,0,0),(55243,15384,530,1,1,0,0,2746.4,3547.91,137.5,4.67748,300,0,0,4120,0,0,0,0,0),(55244,15384,530,1,1,0,0,2821.03,3536.39,148.737,0.261799,300,0,0,4120,0,0,0,0,0),(55245,15384,530,1,1,0,0,2703.82,3447.18,143.365,4.36332,300,0,0,4120,0,0,0,0,0),(55246,15384,530,1,1,0,0,2673.62,3443.73,143.577,3.08923,300,0,0,4120,0,0,0,0,0),(55247,15384,530,1,1,0,0,2675.31,3338.71,135.534,3.36848,300,0,0,4120,0,0,0,0,0),(55248,15384,530,1,1,0,0,2605.27,3376.32,144.798,5.93412,300,0,0,4120,0,0,0,0,0),(55249,15384,530,1,1,0,0,2633.44,3417.72,145.479,5.72468,300,0,0,4120,0,0,0,0,0),(55250,15384,530,1,1,0,0,2291.42,2064.48,72.5672,5.68977,300,0,0,4120,0,0,0,0,0),(55251,15384,530,1,1,0,0,4204.33,2403.44,113.081,5.65487,300,0,0,4120,0,0,0,0,0),(55252,15384,530,1,1,0,0,4264.92,2428.4,104.054,2.00713,300,0,0,4120,0,0,0,0,0),(55253,15384,530,1,1,0,0,4225.48,2447.45,99.258,0.383972,300,0,0,4120,0,0,0,0,0),(55254,15384,530,1,1,0,0,4264.9,2366.44,123.169,3.10669,300,0,0,4120,0,0,0,0,0),(55255,15384,530,1,1,0,0,4230.36,2344.17,138.599,4.20624,300,0,0,4120,0,0,0,0,0),(55256,15384,530,1,1,0,0,4163.1,2237.65,171.787,1.48353,300,0,0,4120,0,0,0,0,0),(55257,15384,530,1,1,0,0,4298.24,2083.09,135.33,3.19395,300,0,0,4120,0,0,0,0,0),(55258,15384,530,1,1,0,0,4228.78,2003.39,140.901,3.9968,300,0,0,4120,0,0,0,0,0),(55259,15384,530,1,1,0,0,4233.84,1926.05,143.964,6.05629,300,0,0,4120,0,0,0,0,0),(55260,15384,530,1,1,0,0,4316.38,1905.83,124.327,3.01942,300,0,0,4120,0,0,0,0,0),(55261,15384,530,1,1,0,0,4299.98,1849.44,126.888,3.03687,300,0,0,4120,0,0,0,0,0),(55262,15384,530,1,1,0,0,4310.38,1879.45,127.188,0.244346,300,0,0,4120,0,0,0,0,0),(55263,15384,530,1,1,0,0,4236.21,1798.6,135.079,0.558505,300,0,0,4120,0,0,0,0,0),(55264,15384,530,1,1,0,0,4248.51,1824.35,142.105,6.14356,300,0,0,4120,0,0,0,0,0),(55265,15384,530,1,1,0,0,4182.63,1840.25,149.749,4.31096,300,0,0,4120,0,0,0,0,0),(55266,15384,530,1,1,0,0,4281.46,1760.35,118.762,1.8326,300,0,0,4120,0,0,0,0,0),(55267,15384,530,1,1,0,0,4336.43,1805.49,110.99,1.85005,300,0,0,4120,0,0,0,0,0),(55268,15384,530,1,1,0,0,4308,1761.72,114.952,3.42085,300,0,0,4120,0,0,0,0,0),(55269,15384,530,1,1,0,0,4214.23,1743.65,128.275,3.61283,300,0,0,4120,0,0,0,0,0),(55270,15384,530,1,1,0,0,4165,1793.92,141.435,0.558505,300,0,0,4120,0,0,0,0,0),(55271,15384,530,1,1,0,0,4155.22,1832.59,155.068,2.11185,300,0,0,4120,0,0,0,0,0),(55272,15384,530,1,1,0,0,4138.19,1716.05,126.639,5.20108,300,0,0,4120,0,0,0,0,0),(55273,15384,530,1,1,0,0,4076.81,1690.02,136.207,2.74017,300,0,0,4120,0,0,0,0,0),(55274,15384,530,1,1,0,0,4080.43,1730.67,142.906,0.837758,300,0,0,4120,0,0,0,0,0),(55275,15384,530,1,1,0,0,4076.27,1778.82,146.993,5.46288,300,0,0,4120,0,0,0,0,0),(55276,15384,530,1,1,0,0,3929.3,1662.6,130.547,5.79449,300,0,0,4120,0,0,0,0,0),(55277,15384,530,1,1,0,0,3956.14,1640.25,121.745,1.11701,300,0,0,4120,0,0,0,0,0),(55278,15384,530,1,1,0,0,3874.57,1647.98,128.717,1.44862,300,0,0,4120,0,0,0,0,0),(55279,15384,530,1,1,0,0,3842.29,1601.51,123.229,1.69297,300,0,0,4120,0,0,0,0,0),(55280,15384,530,1,1,0,0,3742.96,1676.05,137.986,2.09439,300,0,0,4120,0,0,0,0,0),(55281,15384,530,1,1,0,0,3764.68,1618.68,131.74,2.00713,300,0,0,4120,0,0,0,0,0),(55282,15384,530,1,1,0,0,3786.35,1603.65,128.219,4.36332,300,0,0,4120,0,0,0,0,0),(55283,15384,530,1,1,0,0,3751.98,1575.35,116.699,1.85005,300,0,0,4120,0,0,0,0,0),(55284,15384,530,1,1,0,0,3707.97,1638.3,127.039,3.08923,300,0,0,4120,0,0,0,0,0),(55285,15384,530,1,1,0,0,3725.71,1684.35,135.974,1.41372,300,0,0,4120,0,0,0,0,0),(55286,15384,530,1,1,0,0,3742.47,1730.82,144.825,4.20624,300,0,0,4120,0,0,0,0,0),(55287,15384,530,1,1,0,0,3750.51,1718.03,145.688,1.90241,300,0,0,4120,0,0,0,0,0),(55288,15384,530,1,1,0,0,3701.22,1734.5,131.812,0.261799,300,0,0,4120,0,0,0,0,0),(55289,15384,530,1,1,0,0,3661.54,1784.49,125.884,5.06145,300,0,0,4120,0,0,0,0,0),(55290,15384,530,1,1,0,0,3652.16,1751.97,120.961,2.44346,300,0,0,4120,0,0,0,0,0),(55291,15384,530,1,1,0,0,3598.93,1803.46,110.565,4.4855,300,0,0,4120,0,0,0,0,0),(55292,15384,530,1,1,0,0,3571.23,1814.91,109.08,0.610865,300,0,0,4120,0,0,0,0,0),(55293,15384,530,1,1,0,0,3618.19,1862.13,114.699,3.9968,300,0,0,4120,0,0,0,0,0),(55294,15384,530,1,1,0,0,3508.21,1801.34,85.8221,4.67748,300,0,0,4120,0,0,0,0,0),(55295,15384,530,1,1,0,0,3554.26,1903.28,96.9216,3.42085,300,0,0,4120,0,0,0,0,0),(55296,15384,530,1,1,0,0,3602.28,1917.59,108.538,3.26377,300,0,0,4120,0,0,0,0,0),(55297,15384,530,1,1,0,0,3594.84,1971.79,106.606,2.00713,300,0,0,4120,0,0,0,0,0),(55298,15384,530,1,1,0,0,3581.34,1996.06,100.04,4.36332,300,0,0,4120,0,0,0,0,0),(55299,15384,530,1,1,0,0,3595.55,2041.67,102.077,5.93412,300,0,0,4120,0,0,0,0,0),(55300,15384,530,1,1,0,0,3584.12,2006.44,95.8109,5.72468,300,0,0,4120,0,0,0,0,0),(55301,15384,530,1,1,0,0,3610.81,2034.81,106.618,3.36848,300,0,0,4120,0,0,0,0,0),(55302,15384,530,1,1,0,0,3574.86,2180.22,89.2956,0.523599,300,0,0,4120,0,0,0,0,0),(55303,15384,530,1,1,0,0,3642.72,2153.94,116.961,2.26893,300,0,0,4120,0,0,0,0,0),(55304,15384,530,1,1,0,0,3576,2224.02,94.8082,5.13127,300,0,0,4120,0,0,0,0,0),(55305,15384,530,1,1,0,0,3635.48,2216.86,111.408,1.79769,300,0,0,4120,0,0,0,0,0),(55306,15384,530,1,1,0,0,3604.35,2218.27,102.062,3.29867,300,0,0,4120,0,0,0,0,0),(55307,15384,530,1,1,0,0,3624.41,2256.78,94.6727,3.9968,300,0,0,4120,0,0,0,0,0),(55308,15384,530,1,1,0,0,3592.06,2261.43,88.1007,2.53073,300,0,0,4120,0,0,0,0,0),(55309,15384,530,1,1,0,0,3677.13,2241.53,117.82,5.51524,300,0,0,4120,0,0,0,0,0),(55310,15384,530,1,1,0,0,3572.47,2299.47,76.1583,6.03884,300,0,0,4120,0,0,0,0,0),(55311,15384,530,1,1,0,0,3608.34,2282.89,85.5651,0.139626,300,0,0,4120,0,0,0,0,0),(55312,15384,530,1,1,0,0,3663.45,2278.07,107.555,3.735,300,0,0,4120,0,0,0,0,0),(55313,15384,530,1,1,0,0,3636.13,2300.74,94.1242,2.16421,300,0,0,4120,0,0,0,0,0),(55314,15384,530,1,1,0,0,3715.55,2261.44,122.036,4.64258,300,0,0,4120,0,0,0,0,0),(55315,15384,530,1,1,0,0,3725.78,2222.45,128.719,0.418879,300,0,0,4120,0,0,0,0,0),(55316,15384,530,1,1,0,0,3594.02,2313.55,83.3883,1.98968,300,0,0,4120,0,0,0,0,0),(55317,15384,530,1,1,0,0,3704.34,2271.94,118.668,6.16101,300,0,0,4120,0,0,0,0,0),(55318,15384,530,1,1,0,0,3629.95,2337.43,90.3591,1.39626,300,0,0,4120,0,0,0,0,0),(55319,15384,530,1,1,0,0,3656.22,2379.05,86.9641,1.13446,300,0,0,4120,0,0,0,0,0),(55320,15384,530,1,1,0,0,3633.44,2399.54,79.1347,5.91667,300,0,0,4120,0,0,0,0,0),(55321,15384,530,1,1,0,0,4125.67,2186.57,180.332,1.6057,300,0,0,4120,0,0,0,0,0),(55322,15384,530,1,1,0,0,4151.31,2173.48,166.581,6.05629,300,0,0,4120,0,0,0,0,0),(55323,15384,530,1,1,0,0,253.418,7083.82,37.1947,2.9147,300,0,0,4120,0,0,0,0,0),(55324,15384,530,1,1,0,0,-1823.29,8014.12,-25.6075,1.37881,300,0,0,4120,0,0,0,0,0),(55325,15384,530,1,1,0,0,-1657.35,7992.02,-26.7539,0.069813,300,0,0,4120,0,0,0,0,0),(55326,15384,530,1,1,0,0,-1601.29,7856.43,-22.4232,1.43117,300,0,0,4120,0,0,0,0,0),(55327,15384,530,1,1,0,0,-1542.43,7999.55,-20.6299,5.60251,300,0,0,4120,0,0,0,0,0),(55328,15384,530,1,1,0,0,-1484.12,7904.21,-19.2679,0.087266,300,0,0,4120,0,0,0,0,0),(55329,15384,530,1,1,0,0,-1631.31,7718.4,-15.4645,1.29154,300,0,0,4120,0,0,0,0,0),(55330,15384,530,1,1,0,0,-1380.71,7804.94,-12.4931,4.11898,300,0,0,4120,0,0,0,0,0),(55331,15384,530,1,1,0,0,-1490.79,8143.11,-17.7771,2.56563,300,0,0,4120,0,0,0,0,0),(135409,16173,532,1,1,1954,0,-10936.3,-1997.87,49.5575,3.71755,604800,8,0,14198,0,1,0,0,0),(135408,16173,532,1,1,1954,0,-10939.2,-2008.79,49.5575,3.1765,604800,8,0,14198,0,1,0,0,0),(30147,6220,90,1,1,4907,0,-472.186,67.6719,-208.471,4.62512,86400,5,0,2196,756,1,0,0,0),(30146,6218,90,1,1,358,0,-373.518,131.856,-208.89,3.52556,86400,5,0,2250,0,1,0,0,0),(30145,6219,90,1,1,11137,0,-392.84,66.0599,-209.767,5.11381,86400,5,0,2250,0,1,0,0,0),(30144,7849,90,1,1,6888,0,-804.261,531.519,-297.366,0.629426,86400,5,0,70,0,1,0,0,0),(30143,7849,90,1,1,6888,0,-738.311,655.926,-321.81,3.69665,86400,0,0,70,0,2,0,0,0),(30142,7849,90,1,1,6888,0,-428.066,223.896,-211.543,4.84694,86400,5,0,70,0,1,0,0,0),(30141,7849,90,1,1,6888,0,-759.105,399.505,-272.578,4.93887,86400,5,0,70,0,1,0,0,0),(30140,7849,90,1,1,6888,0,-446.134,224.381,-207.907,4.68705,86400,5,0,70,0,1,0,0,0),(55353,15397,530,1,1,0,0,8700.38,-6638.36,72.8276,5.51524,300,0,0,102,0,0,0,0,0),(55354,15398,530,1,1,0,0,8414.19,-6165,61.3986,1.8675,300,0,0,774,2175,0,0,0,0),(55355,15399,530,1,1,0,1,8980.84,-7458.36,86.7743,2.40855,300,0,0,852,852,0,0,0,0),(55356,15400,530,1,1,0,1,8986.43,-7419.07,89.4855,2.21657,300,0,0,299,790,0,0,0,0),(55357,15401,530,1,1,0,1,9155.78,-6294.84,21.1295,3.7001,300,0,0,774,2175,0,0,0,0),(55358,15402,530,1,1,0,1,8711.23,-7160.89,43.6012,1.02974,300,0,0,328,350,0,0,0,0),(55359,15403,530,1,1,0,1,9531.33,-6859.75,18.7898,1.81514,300,0,0,774,2175,0,0,0,0),(55360,15404,530,1,1,0,0,8849.25,-6278.24,8.02033,2.28638,300,0,0,230,537,0,0,0,0),(55361,15405,530,1,1,0,1,9297.13,-6685.43,22.5423,3.78736,300,0,0,774,2175,0,0,0,0),(55362,15406,530,1,1,0,0,8666.61,-7960.89,151.876,2.84489,300,0,0,187,382,0,0,0,0),(31822,14864,530,1,1,14939,0,-2294.36,5218.19,-9.86383,3.73853,180,5,0,102,0,1,0,0,0),(55364,15407,530,1,1,0,1,8425.4,-7566.3,174.681,5.06145,300,0,0,208,205,0,0,0,0),(55365,15408,530,1,1,0,1,8668.46,-7939.93,153.41,1.79769,300,0,0,186,191,0,0,0,0),(55366,15409,530,1,1,0,0,8279.69,-6215.24,54.5363,2.15799,300,0,0,257,0,0,0,0,0),(55367,15416,530,1,1,0,1,9374.84,-6966.58,18.1612,3.40339,300,0,0,774,2175,0,0,0,0),(55368,15417,530,1,1,0,1,8755.61,-6690.05,69.6853,2.18166,300,0,0,774,2175,0,0,0,0),(55369,15418,530,1,1,0,1,9521.17,-6814.85,16.5752,1.69297,300,0,0,774,2175,0,0,0,0),(4660,5188,1,1,1,3128,1,1579.36,-4294.5,26.1046,3.75246,300,0,0,1003,0,0,0,0,0),(55371,15420,530,1,1,0,0,9291.54,-6682.77,22.5366,5.75959,300,0,0,171,0,0,0,0,0),(55372,15433,530,1,1,0,1,9476.91,-6859.21,17.4246,1.72788,300,0,0,737,2175,0,0,0,0),(4659,8673,1,1,1,8001,0,1687.26,-4464.71,20.1476,2.00713,300,0,0,6645,0,0,0,0,0),(4658,3312,1,1,1,1312,1,1618.96,-4307.28,3.19029,5.41052,300,0,0,2769,0,0,0,0,0),(30139,7800,90,1,1,6980,0,-531.324,670.159,-325.185,2.9147,86400,0,0,6824,0,0,0,0,0),(30138,13876,90,1,1,11686,0,-617.377,715.521,-326.969,2.67035,86400,0,0,42,0,0,0,0,0),(30137,7079,90,1,1,5497,0,-430.182,42.5239,-208.719,0.207327,86400,20,0,2559,0,1,0,0,0),(30136,7998,90,1,1,7138,0,-514.935,-138.544,-152.399,1.65806,86400,0,0,1040,0,0,0,0,0),(30135,7850,90,1,1,7132,0,-639.869,71.6499,-183.184,2.47837,86400,0,0,896,0,0,0,0,0),(30134,7897,90,1,1,6888,0,-560.593,147.863,-202.15,1.34477,86400,0,0,484,0,2,0,0,0),(30133,6235,90,1,1,6915,0,-552.048,502.902,-216.727,5.75959,86400,20,0,4265,0,1,0,0,0),(30132,6212,90,1,1,3456,1,-718.106,565.242,-289.116,6.03311,86400,0,0,2400,0,0,0,0,0),(55391,17771,546,3,1,0,1,220.948,-389.46,72.6139,0.311539,7200,0,0,12824,13100,0,0,0,0),(55392,15476,530,1,1,0,0,321.145,2352.56,79.6551,1.78925,300,5,0,8,0,1,0,0,0),(55393,15476,530,1,1,0,0,60.4125,2461.89,53.638,0.768123,300,5,0,8,0,1,0,0,0),(55394,15476,530,1,1,0,0,449.38,2651.17,182.148,0.734992,300,5,0,8,0,1,0,0,0),(55395,15476,530,1,1,0,0,452.996,3035.07,17.4923,5.89114,300,5,0,8,0,1,0,0,0),(55396,15476,530,1,1,0,0,-75.3949,2777.09,54.1107,5.71713,300,5,0,8,0,1,0,0,0),(55397,15476,530,1,1,0,0,-53.1727,2942.12,23.3131,5.83621,300,5,0,8,0,1,0,0,0),(55398,15476,530,1,1,0,0,-99.6045,3322.32,28.9641,2.5389,300,5,0,8,0,1,0,0,0),(55399,15476,530,1,1,0,0,-59.8271,2555.91,55.156,0.028313,300,5,0,8,0,1,0,0,0),(55400,15476,530,1,1,0,0,-1213.1,2187.09,63.0929,3.94976,300,5,0,8,0,1,0,0,0),(55401,15476,530,1,1,0,0,-449.434,2016.53,91.9066,1.45415,300,5,0,8,0,1,0,0,0),(55402,15476,530,1,1,0,0,-654.338,1978.76,59.2772,0.891178,300,5,0,8,0,1,0,0,0),(55403,15476,530,1,1,0,0,-783.174,1893.41,56.951,1.45141,300,5,0,8,0,1,0,0,0),(55404,15476,530,1,1,0,0,-1159.27,3044.15,20.5176,0.481032,300,5,0,8,0,1,0,0,0),(55405,15476,530,1,1,0,0,-1007.84,3325.46,75.6695,4.3686,300,5,0,8,0,1,0,0,0),(55406,15476,530,1,1,0,0,-738.735,3539.17,108.115,5.04248,300,5,0,8,0,1,0,0,0),(55407,15476,530,1,1,0,0,-953.491,4019.87,85.1871,6.28071,300,5,0,8,0,1,0,0,0),(55408,15476,530,1,1,0,0,-556.97,4343.29,49.3953,4.82596,300,5,0,8,0,1,0,0,0),(55409,15476,530,1,1,0,0,-376.806,4216.76,102.631,3.41882,300,5,0,8,0,1,0,0,0),(55410,15476,530,1,1,0,0,-384.371,4631.63,31.8398,4.67917,300,5,0,8,0,1,0,0,0),(55411,15476,530,1,1,0,0,130.757,4118.06,64.3516,6.10552,300,5,0,8,0,1,0,0,0),(55412,15476,530,1,1,0,0,48.6061,3952.3,81.6802,2.11333,300,5,0,8,0,1,0,0,0),(55413,15476,530,1,1,0,0,263.504,3772.86,184.174,0.229359,300,5,0,8,0,1,0,0,0),(55415,15493,530,1,1,0,0,10382,-6379.56,37.6876,0.31914,300,0,0,102,0,0,0,0,0),(55416,15494,530,1,1,0,1,10339.2,-6401.47,38.6156,5.8294,300,0,0,95,230,0,0,0,0),(4657,3322,1,1,1,1322,1,1692.69,-4412.03,21.7019,3.89208,300,0,0,1003,0,0,0,0,0),(4656,8724,1,1,1,8000,0,1667.62,-4463.76,20.1475,1.71042,300,0,0,6645,0,0,0,0,0),(55420,15501,530,1,1,0,1,9484.79,-6876.58,17.5029,1.27409,300,0,0,852,852,0,0,0,0),(4655,3320,1,1,1,1320,1,1622.9,-4369.06,11.8099,3.57792,300,0,0,5544,0,0,0,0,0),(30131,6212,90,1,1,3456,1,-731.227,710.28,-317.977,2.42601,86400,2,0,2400,0,1,0,0,0),(30130,6234,90,1,1,6979,0,-591.665,689.392,-326.961,2.98451,86400,5,0,3018,0,1,0,0,0),(30129,6212,90,1,1,3456,1,-708.767,693.423,-317.977,5.5676,86400,0,0,2400,0,0,0,0,0),(55431,15513,530,1,1,0,1,10384.7,-6410.67,38.6156,3.19395,300,0,0,103,115,0,0,0,0),(30128,6234,90,1,1,6979,0,-672.532,539.306,-285.699,0.610865,86400,3,0,3018,0,1,0,0,0),(30127,6212,90,1,1,3456,1,-705.796,692.904,-317.977,2.26893,86400,0,0,2400,0,0,0,0,0),(30126,6234,90,1,1,6979,0,-751.043,599.917,-304.005,5.5676,86400,2,0,3018,0,1,0,0,0),(30125,6212,90,1,1,3456,1,-626.563,695.14,-326.978,1.39626,86400,3,0,2400,0,1,0,0,0),(30124,6212,90,1,1,3456,1,-743.592,584.593,-290.977,5.25344,86400,0,0,2400,0,0,0,0,0),(30123,6234,90,1,1,6979,0,-733.908,539.547,-291.06,6.05298,86400,2,0,3018,0,1,0,0,0),(30122,6224,90,1,1,6936,1,-592.17,675.474,-326.956,2.68781,86400,2,0,787,0,1,0,0,0),(30121,6229,90,1,1,6774,0,-889.137,360.668,-272.513,6.24828,86400,0,0,5285,0,0,0,0,0),(30120,6233,90,1,1,6978,0,-451.578,254.518,-207.823,1.37881,86400,2,0,3412,0,1,0,0,0),(30119,6233,90,1,1,6978,0,-473.89,262.926,-207.823,0.645772,86400,3,0,3412,0,1,0,0,0),(27458,7078,70,1,1,5985,0,-174.716,292.83,-53.5736,3.00687,86400,1,0,958,0,1,0,0,0),(27457,7078,70,1,1,5985,0,-170.324,292.19,-53.7022,4.04997,86400,1,0,958,0,1,0,0,0),(27456,7078,70,1,1,5985,0,-169.48,293.443,-53.8783,4.11476,86400,1,0,958,0,1,0,0,0),(27455,7078,70,1,1,5985,0,-172.616,291.724,-53.5781,2.678,86400,1,0,958,0,1,0,0,0),(27454,7078,70,1,1,5985,0,-171.537,295.822,-54.1522,3.62543,86400,1,0,958,0,1,0,0,0),(27453,7078,70,1,1,5985,0,-172.551,288.582,-53.1762,0,86400,1,0,958,0,1,0,0,0),(27452,7078,70,1,1,5985,0,-164.843,286.351,-53.267,5.39362,86400,1,0,958,0,1,0,0,0),(27451,7078,70,1,1,5985,0,-166.365,289.748,-53.4556,2.28638,86400,1,0,958,0,1,0,0,0),(27450,6908,70,1,1,5709,1,-356.985,132.094,-47.6973,1.3439,86400,0,0,5334,0,0,0,0,0),(27449,6907,70,1,1,5708,0,-358.335,118.947,-44.3836,0.942478,86400,0,0,4572,0,0,0,0,0),(4654,5817,1,1,1,4356,1,1522.3,-4352.53,18.9047,5.48033,300,0,0,1003,0,0,0,0,0),(4653,3318,1,1,1,1318,1,1632.39,-4381.97,11.8003,3.57792,300,0,0,5544,0,0,0,0,0),(4652,3317,1,1,1,1317,0,1583.8,-4473.31,7.81271,3.7001,300,0,0,1003,0,0,0,0,0),(3648,7311,1,1,1,6060,1,1466.88,-4229.92,43.0424,1.18682,300,0,0,1753,0,0,0,0,0),(55479,15635,530,1,1,0,0,9329.77,-6469.09,46.3972,2.70591,300,5,0,102,0,1,0,0,0),(55480,15635,530,1,1,0,0,9212.7,-6799.46,28.7963,5.99843,300,5,0,102,0,1,0,0,0),(55481,15635,530,1,1,0,0,9003.65,-7319.95,91.0309,5.68381,300,5,0,102,0,1,0,0,0),(55482,15635,530,1,1,0,0,8986.87,-6809.23,16.6591,2.65347,300,5,0,102,0,1,0,0,0),(55483,15635,530,1,1,0,0,8816.7,-6836.86,47.3229,0.862498,300,5,0,102,0,1,0,0,0),(55484,15635,530,1,1,0,0,8852.79,-6622.74,51.0631,6.28123,300,5,0,102,0,1,0,0,0),(55485,15635,530,1,1,0,0,8913.62,-6767.78,29.1726,0.097565,300,5,0,102,0,1,0,0,0),(55486,15636,530,1,1,0,0,9060.64,-7979.83,137.519,0.588183,300,5,0,137,0,1,0,0,0),(55487,15636,530,1,1,0,0,8952.34,-7653.97,138.6,3.23743,300,5,0,137,0,1,0,0,0),(55488,15636,530,1,1,0,0,8616.11,-7518.6,115.368,3.69005,300,5,0,137,0,1,0,0,0),(55489,15636,530,1,1,0,0,8656.29,-7482.84,114.61,0.125324,300,5,0,137,0,1,0,0,0),(55490,15636,530,1,1,0,0,8681.44,-7512.14,105.764,1.92258,300,5,0,137,0,1,0,0,0),(55491,15636,530,1,1,0,0,8702.6,-7512.08,102.766,4.66329,300,5,0,137,0,1,0,0,0),(55492,15636,530,1,1,0,0,8743.58,-7523.17,94.6304,4.67896,300,5,0,137,0,1,0,0,0),(55493,15636,530,1,1,0,0,8616.38,-7430.85,130.832,3.05553,300,5,0,137,0,1,0,0,0),(55494,15636,530,1,1,0,0,8633.23,-7432.11,125.601,5.42387,300,5,0,137,0,1,0,0,0),(55495,15636,530,1,1,0,0,8640.74,-7430.22,123.301,0.925781,300,5,0,137,0,1,0,0,0),(55496,15636,530,1,1,0,0,8699.11,-7399.33,108.662,3.64935,300,5,0,137,0,1,0,0,0),(55497,15636,530,1,1,0,0,8682.21,-7404.87,112.19,1.65004,300,5,0,137,0,1,0,0,0),(55498,15636,530,1,1,0,0,8675.69,-7441.18,115.068,1.76792,300,5,0,137,0,1,0,0,0),(55499,15636,530,1,1,0,0,8777.65,-7469.52,96.1031,0.490302,300,5,0,137,0,1,0,0,0),(55500,15636,530,1,1,0,0,8776.16,-7455.48,95.6136,3.0634,300,5,0,137,0,1,0,0,0),(55501,15636,530,1,1,0,0,8702.41,-7346.74,102.314,5.77761,300,5,0,137,0,1,0,0,0),(55502,15636,530,1,1,0,0,8688.45,-7325.82,104.654,0.240481,300,5,0,137,0,1,0,0,0),(55503,15636,530,1,1,0,0,8588.46,-7381.96,146.757,5.019,300,5,0,137,0,1,0,0,0),(55504,15636,530,1,1,0,0,8594.95,-7370.32,143.175,1.24565,300,5,0,137,0,1,0,0,0),(55505,15636,530,1,1,0,0,8633.47,-7345.42,124.018,6.10246,300,5,0,137,0,1,0,0,0),(55506,15636,530,1,1,0,0,8621.94,-7319.59,126.221,5.20487,300,5,0,137,0,1,0,0,0),(55507,15636,530,1,1,0,0,8644.53,-7279.81,112.564,3.16112,300,5,0,137,0,1,0,0,0),(55508,15636,530,1,1,0,0,8536.51,-7336.44,188.238,2.36172,300,5,0,137,0,1,0,0,0),(55509,15636,530,1,1,0,0,8613.23,-7220.81,116.329,3.35221,300,5,0,137,0,1,0,0,0),(55510,15636,530,1,1,0,0,8610.51,-7224.61,117.309,0.667725,300,5,0,137,0,1,0,0,0),(55511,15636,530,1,1,0,0,8756.15,-7286.69,83.0795,2.88477,300,5,0,137,0,1,0,0,0),(55512,15636,530,1,1,0,0,8761.44,-7306.59,84.0021,5.14754,300,5,0,137,0,1,0,0,0),(55513,15636,530,1,1,0,0,8605.75,-7196.41,114.62,4.69635,300,5,0,137,0,1,0,0,0),(55514,15636,530,1,1,0,0,8574.97,-7174.72,117.309,5.63572,300,5,0,137,0,1,0,0,0),(55515,15636,530,1,1,0,0,8504.61,-7109.27,115.659,3.27673,300,5,0,137,0,1,0,0,0),(55516,15636,530,1,1,0,0,8560.83,-7114.68,106.877,5.61387,300,5,0,137,0,1,0,0,0),(55517,15636,530,1,1,0,0,8497.95,-7151.96,129.979,3.46009,300,5,0,137,0,1,0,0,0),(55518,15636,530,1,1,0,0,8536.64,-7203.19,132.638,1.8172,300,5,0,137,0,1,0,0,0),(55519,15636,530,1,1,0,0,8452.02,-7147.84,131.189,3.41891,300,5,0,137,0,1,0,0,0),(55520,15636,530,1,1,0,0,8386.41,-7135.92,125.807,1.91356,300,5,0,137,0,1,0,0,0),(55521,15636,530,1,1,0,0,8377.06,-7116.22,119.797,2.71224,300,5,0,137,0,1,0,0,0),(55522,15636,530,1,1,0,0,8417.87,-7166.97,138.04,1.05734,300,5,0,137,0,1,0,0,0),(55523,15636,530,1,1,0,0,8327.97,-7128.3,122.669,2.8869,300,5,0,137,0,1,0,0,0),(55524,15637,530,1,1,0,0,8357.44,-6186.64,61.6855,6.14317,300,5,0,176,0,1,0,0,0),(55525,15637,530,1,1,0,0,8310.69,-6160.47,47.0399,4.70165,300,5,0,176,0,1,0,0,0),(55526,15637,530,1,1,0,0,8287.62,-6173.84,46.4004,4.36437,300,5,0,176,0,1,0,0,0),(55527,15637,530,1,1,0,0,8269.31,-6065.89,25.908,5.27313,300,0,0,176,0,0,0,0,0),(55528,15637,530,1,1,0,0,8251.28,-6029.09,19.8069,5.0213,300,0,0,176,0,0,0,0,0),(55529,15637,530,1,1,0,0,8286.67,-6000.63,21.5916,0.640566,300,0,0,176,0,0,0,0,0),(55530,15637,530,1,1,0,0,8187.09,-6014.97,12.3833,4.97727,300,5,0,176,0,1,0,0,0),(55531,15637,530,1,1,0,0,8202.4,-6074.57,17.5055,4.93637,300,5,0,176,0,1,0,0,0),(55532,15637,530,1,1,0,0,8213.86,-6048.93,14.9067,0.621044,300,0,0,176,0,0,0,0,0),(55533,15637,530,1,1,0,0,8207.28,-6137.89,28.6348,1.43954,300,0,0,176,0,0,0,0,0),(55534,15637,530,1,1,0,0,8208.41,-6139.34,28.9575,2.16249,300,0,0,176,0,0,0,0,0),(55535,15637,530,1,1,0,0,8214.44,-6104.4,23.4909,1.66172,300,0,0,176,0,0,0,0,0),(55536,17729,546,3,1,0,1,174.781,-395.409,72.2172,5.0598,7200,0,0,12824,2620,0,0,0,0),(55537,15637,530,1,1,0,0,8260.09,-6222.38,52.6629,6.07468,300,5,0,176,0,1,0,0,0),(55538,15637,530,1,1,0,0,8193.52,-6277.47,59.1218,5.09561,300,5,0,176,0,1,0,0,0),(55539,15637,530,1,1,0,0,8230.01,-6291.58,63.8122,4.7368,300,5,0,176,0,1,0,0,0),(55540,15637,530,1,1,0,0,8233.89,-6250.77,55.6102,5.94748,300,5,0,176,0,1,0,0,0),(55541,15637,530,1,1,0,0,8319.84,-6217.23,62.4674,0.023433,300,5,0,176,0,1,0,0,0),(55542,15637,530,1,1,0,0,8289.87,-6233.58,59.8478,4.47688,300,5,0,176,0,1,0,0,0),(55543,15637,530,1,1,0,0,8308.77,-6242.13,67.1629,1.72733,300,5,0,176,0,1,0,0,0),(55544,15637,530,1,1,0,0,8349.65,-6247.23,72.3962,0.489487,300,5,0,176,0,1,0,0,0),(55545,15637,530,1,1,0,0,8288.97,-6328.43,77.5312,3.94286,300,5,0,176,0,1,0,0,0),(55546,15637,530,1,1,0,0,8382.29,-6300.74,121.416,4.39681,300,5,0,176,0,1,0,0,0),(55547,15637,530,1,1,0,0,8314.65,-6352.95,87.0897,0.012459,300,5,0,176,0,1,0,0,0),(55548,15637,530,1,1,0,0,8341.29,-6385.53,94.7265,4.12168,300,5,0,176,0,1,0,0,0),(55549,15637,530,1,1,0,0,8279.9,-6381.74,82.3998,2.8362,300,5,0,176,0,1,0,0,0),(55550,15637,530,1,1,0,0,8238.11,-6409.72,79.316,1.89162,300,5,0,176,0,1,0,0,0),(55551,15637,530,1,1,0,0,8151.04,-6319.79,65.7029,6.03201,300,5,0,176,0,1,0,0,0),(55552,17729,546,3,1,0,1,173.035,-397.019,72.2092,0.0822019,7200,0,0,12824,2620,0,0,0,0),(55553,17729,546,3,1,0,1,176.281,-398.657,72.2623,2.28524,7200,0,0,12824,2620,0,0,0,0),(55554,15637,530,1,1,0,0,8178.69,-6420.16,76.6961,4.91802,300,5,0,176,0,1,0,0,0),(55555,15637,530,1,1,0,0,8154.34,-6433.57,76.6937,4.64303,300,5,0,176,0,1,0,0,0),(55556,15637,530,1,1,0,0,8161.04,-6488.28,77.643,4.35469,300,5,0,176,0,1,0,0,0),(55557,15637,530,1,1,0,0,8231.69,-6468.44,80.7075,5.59509,300,5,0,176,0,1,0,0,0),(55558,15637,530,1,1,0,0,8162.36,-6524.4,78.435,5.49296,300,5,0,176,0,1,0,0,0),(55559,15637,530,1,1,0,0,8239.65,-6508.14,82.2797,6.22152,300,5,0,176,0,1,0,0,0),(55560,15637,530,1,1,0,0,8255.76,-6430.47,80.3978,1.81341,300,5,0,176,0,1,0,0,0),(55561,15637,530,1,1,0,0,8186.6,-6579.77,79.8917,5.04648,300,5,0,176,0,1,0,0,0),(55562,15637,530,1,1,0,0,8287.98,-6549.56,85.6612,1.75672,300,5,0,176,0,1,0,0,0),(55563,15637,530,1,1,0,0,8273.29,-6536.24,85.3233,5.7575,300,5,0,176,0,1,0,0,0),(55564,15637,530,1,1,0,0,8263.95,-6507.27,83.389,2.02046,300,5,0,176,0,1,0,0,0),(55565,15637,530,1,1,0,0,8280.98,-6460.85,82.4253,2.40712,300,5,0,176,0,1,0,0,0),(55566,15637,530,1,1,0,0,8311.58,-6554.66,88.7027,6.04042,300,5,0,176,0,1,0,0,0),(55567,15637,530,1,1,0,0,8323.69,-6443.43,93.9316,0.864876,300,5,0,176,0,1,0,0,0),(55568,15637,530,1,1,0,0,8281.09,-6048.51,27.1768,1.46609,300,5,0,176,0,1,0,0,0),(55569,15637,530,1,1,0,0,8346,-6116.6,44.142,3.64774,300,0,0,176,0,0,0,0,0),(55570,15637,530,1,1,0,0,8247.9,-6082.57,23.3093,5.70723,300,0,0,176,0,0,0,0,0),(55571,15638,530,1,1,0,0,9533.15,-6657.62,12.7572,5.94676,300,0,0,98,115,2,0,0,0),(55572,15638,530,1,1,0,0,9646.82,-6800.99,11.3963,6.24161,300,0,0,98,115,2,0,0,0),(55575,15638,530,1,1,0,0,9805.17,-6490.02,9.4958,0.103835,300,0,0,98,115,2,0,0,0),(55576,15638,530,1,1,0,0,9866.35,-6617.36,9.0531,2.39006,300,0,0,98,115,2,0,0,0),(55577,15638,530,1,1,0,0,9896.41,-6713.59,12.1371,4.66838,300,0,0,98,115,2,0,0,0),(55578,15638,530,1,1,0,0,9824.36,-6736.01,19.2058,0.230006,300,0,0,98,115,2,0,0,0),(55579,15638,530,1,1,0,0,9814.6,-6813.99,14.8187,4.93466,300,0,0,98,115,2,0,0,0),(55580,15638,530,1,1,0,0,9758.31,-6852.84,19.0946,4.75018,300,0,0,98,115,2,0,0,0),(55581,15638,530,1,1,0,0,9766.16,-6716.44,0.061868,1.9953,300,0,0,98,115,2,0,0,0),(55582,15638,530,1,1,0,0,9668.75,-6741.76,-1.00324,5.44905,300,0,0,98,115,2,0,0,0),(55583,15638,530,1,1,0,0,9601.2,-6799.55,11.646,3.12987,300,0,0,98,115,2,0,0,0),(55584,15638,530,1,1,0,0,9560.22,-6665.55,6.93731,4.60916,300,0,0,98,115,2,0,0,0),(55585,15638,530,1,1,0,0,9627.96,-6556.09,5.60891,4.78149,300,0,0,98,115,2,0,0,0),(55586,15638,530,1,1,0,0,9695.07,-6515.88,6.59313,4.73971,300,0,0,98,115,2,0,0,0),(55587,15638,530,1,1,0,0,9725.12,-6570.68,2.47066,2.95694,300,0,0,98,115,2,0,0,0),(55588,15638,530,1,1,0,0,9698.13,-6534.41,5.67066,1.51064,300,0,0,98,115,2,0,0,0),(55589,15638,530,1,1,0,0,9507.95,-6591.95,18.0332,4.79319,300,0,0,98,115,2,0,0,0),(55590,15641,530,1,1,0,1,8648.74,-7855.22,159.849,0.703599,300,5,0,156,0,1,0,0,0),(55591,15641,530,1,1,0,1,8650.58,-7916.69,153.996,4.03702,300,5,0,156,0,1,0,0,0),(55592,15641,530,1,1,0,1,8687.24,-7944.7,152.838,2.67035,300,0,0,156,0,0,0,0,0),(55593,15641,530,1,1,0,1,8512.94,-7948.96,155.71,3.03401,300,5,0,156,0,1,0,0,0),(55594,15641,530,1,1,0,1,8480.7,-7978.5,157.333,5.98648,300,0,0,156,0,0,0,0,0),(55595,15641,530,1,1,0,1,8485.2,-7945.04,158.537,0.529478,300,5,0,156,0,1,0,0,0),(55596,15641,530,1,1,0,1,8484.32,-8001.73,156.178,0.785398,300,0,0,156,0,0,0,0,0),(55597,15641,530,1,1,0,1,8448.97,-8017.25,165.476,1.06604,300,5,0,156,0,1,0,0,0),(55598,15641,530,1,1,0,1,8310.61,-7923.15,182.249,4.16662,300,5,0,156,0,1,0,0,0),(55599,15641,530,1,1,0,1,8448.99,-7585.26,158.096,0.876211,300,5,0,156,0,1,0,0,0),(55600,15641,530,1,1,0,1,8475.36,-7567.51,153.221,4.67748,300,0,0,156,0,0,0,0,0),(55601,15641,530,1,1,0,1,8417.52,-7566.92,174.598,4.39823,300,0,0,156,0,0,0,0,0),(55602,15641,530,1,1,0,1,8446.18,-7518.39,160.871,2.45488,300,5,0,156,0,1,0,0,0),(55603,15641,530,1,1,0,1,8388.96,-7522.87,167.449,2.34584,300,5,0,156,0,1,0,0,0),(55604,15642,530,1,1,0,1,8723.71,-7845.46,168.931,0.135013,300,5,0,148,165,1,0,0,0),(55605,15642,530,1,1,0,1,8696.63,-7860.8,159.87,5.48033,300,0,0,148,165,0,0,0,0),(55606,15642,530,1,1,0,1,8723.75,-7917,160.286,0.645338,300,5,0,148,165,1,0,0,0),(55607,15642,530,1,1,0,1,8586.07,-7911.48,155.024,3.09916,300,5,0,148,165,1,0,0,0),(55608,15642,530,1,1,0,1,8643.56,-7963.55,151.685,0.174533,300,0,0,148,165,0,0,0,0),(55609,15642,530,1,1,0,1,8665.7,-7963.59,152.297,5.44543,300,0,0,148,165,0,0,0,0),(55610,15642,530,1,1,0,1,8639.19,-7948.59,152.241,3.735,300,0,0,148,165,0,0,0,0),(55611,15642,530,1,1,0,1,8687.61,-7979.31,156.285,1.37024,300,5,0,148,165,1,0,0,0),(55612,15642,530,1,1,0,1,8545.53,-7982.45,154.376,2.12805,300,5,0,148,165,1,0,0,0),(55613,15642,530,1,1,0,1,8521.03,-7925.96,155.037,0.003732,300,5,0,148,165,1,0,0,0),(55614,15642,530,1,1,0,1,8517.79,-8015.47,159.787,4.04573,300,5,0,148,165,1,0,0,0),(55615,15642,530,1,1,0,1,8386.54,-7946.02,182.811,1.53367,300,5,0,148,165,1,0,0,0),(55616,15642,530,1,1,0,1,8367.4,-7959.31,183.98,2.02458,300,0,0,148,165,0,0,0,0),(55617,15642,530,1,1,0,1,8303.66,-7876.77,173.239,5.70723,300,0,0,148,165,0,0,0,0),(55618,15642,530,1,1,0,1,8451.74,-7619.32,155.348,4.34861,300,5,0,148,165,1,0,0,0),(55619,15642,530,1,1,0,1,8473.3,-7632.87,151.745,4.88707,300,5,0,148,165,1,0,0,0),(55620,15642,530,1,1,0,1,8526.38,-7581.07,146.942,0.090084,300,5,0,148,165,1,0,0,0),(55621,15642,530,1,1,0,1,8489.86,-7542.75,148.342,3.30983,300,5,0,148,165,1,0,0,0),(55622,15642,530,1,1,0,1,8422.96,-7547.01,161.623,4.95674,300,0,0,148,165,0,0,0,0),(55623,15643,530,1,1,0,1,8857.26,-7679.81,137.108,3.05433,300,0,0,176,0,0,0,0,0),(55624,15643,530,1,1,0,1,8809.12,-7716.11,144.593,3.70667,300,5,0,176,0,1,0,0,0),(55625,15643,530,1,1,0,1,8714.87,-7879.51,164.727,0.362133,300,5,0,176,0,1,0,0,0),(55626,15643,530,1,1,0,1,8610.73,-7886.85,154.978,2.99051,300,5,0,176,0,1,0,0,0),(55627,15643,530,1,1,0,1,8683.02,-7933.14,153.04,3.07178,300,0,0,176,0,0,0,0,0),(55628,15643,530,1,1,0,1,8657.34,-8007.05,159.211,1.03382,300,5,0,176,0,1,0,0,0),(55629,15643,530,1,1,0,1,8591.34,-7956.14,153.148,0.936121,300,5,0,176,0,1,0,0,0),(55630,15643,530,1,1,0,1,8529.78,-7905.32,154.995,5.8294,300,0,0,176,0,0,0,0,0),(55631,15643,530,1,1,0,1,8551.49,-7886.43,155.979,2.03881,300,5,0,176,0,1,0,0,0),(55632,15643,530,1,1,0,1,8584.76,-7865.79,154.498,0.40202,300,5,0,176,0,1,0,0,0),(55633,15643,530,1,1,0,1,8456.77,-7950.52,163.074,6.2815,300,5,0,176,0,1,0,0,0),(55634,15643,530,1,1,0,1,8329.4,-7956.41,184.043,0.855211,300,0,0,176,0,0,0,0,0),(55635,15643,530,1,1,0,1,8350.46,-7881.81,171.735,0.54404,300,5,0,176,0,1,0,0,0),(55636,15643,530,1,1,0,1,8478.82,-7619.3,153.246,2.66249,300,5,0,176,0,1,0,0,0),(55637,15643,530,1,1,0,1,8417.47,-7590.81,157.816,0.203296,300,5,0,176,0,1,0,0,0),(55638,15643,530,1,1,0,1,8386.17,-7580.2,162.335,1.94888,300,5,0,176,0,1,0,0,0),(55639,15643,530,1,1,0,1,8432.29,-7545.81,174.458,1.72964,300,0,0,176,0,0,0,0,0),(55640,15643,530,1,1,0,1,8418.92,-7541.28,161.26,5.56011,300,0,0,176,0,0,0,0,0),(55641,15644,530,1,1,0,1,9587.34,-6764.9,7.07273,3.5087,300,10,0,83,104,1,0,0,0),(55642,15644,530,1,1,0,1,9592.95,-6825.7,13.5743,5.04085,300,5,0,83,104,1,0,0,0),(55643,15644,530,1,1,0,1,9507.69,-6680.85,14.8881,5.74562,300,5,0,83,104,1,0,0,0),(55644,15644,530,1,1,0,1,9617.51,-6753.59,0.00232,0.044936,300,5,0,83,104,1,0,0,0),(55645,15644,530,1,1,0,1,9653.68,-6754.53,-2.0103,1.15523,300,5,0,83,104,1,0,0,0),(55646,15644,530,1,1,0,1,9639.93,-6776.86,1.74862,3.49237,300,5,0,83,104,1,0,0,0),(55647,15644,530,1,1,0,1,9610.29,-6680.91,-5.53591,3.29601,300,5,0,83,104,1,0,0,0),(55648,15644,530,1,1,0,1,9678.54,-6750,0.68725,5.73611,300,5,0,83,104,1,0,0,0),(55649,15644,530,1,1,0,1,9699.43,-6701.36,-0.207604,4.11504,300,5,0,83,104,1,0,0,0),(55650,15644,530,1,1,0,1,9684.49,-6715.19,-2.37128,2.49186,300,5,0,83,104,1,0,0,0),(55651,15644,530,1,1,0,1,9657.07,-6630.81,1.87549,1.7337,300,5,0,83,104,1,0,0,0),(55652,15644,530,1,1,0,1,9746.03,-6718,0.58184,0.61458,300,5,0,83,104,1,0,0,0),(55653,15644,530,1,1,0,1,9752.47,-6687.47,0.63191,2.67064,300,5,0,83,104,1,0,0,0),(55654,15644,530,1,1,0,1,9770.75,-6664.29,0.34397,1.97537,300,5,0,83,104,1,0,0,0),(55655,15644,530,1,1,0,1,9810.93,-6673.77,19.1589,1.11325,300,5,0,83,104,1,0,0,0),(55656,15644,530,1,1,0,1,9795.42,-6706.46,2.58348,1.7154,300,5,0,83,104,1,0,0,0),(55657,15644,530,1,1,0,1,9805.49,-6693,2.55391,2.01963,300,5,0,83,104,1,0,0,0),(55658,15644,530,1,1,0,1,9831.59,-6677.74,2.95679,3.63385,300,5,0,83,104,1,0,0,0),(55659,15644,530,1,1,0,1,9822,-6694.37,2.59455,4.76804,300,5,0,83,104,1,0,0,0),(55660,15644,530,1,1,0,1,9747.7,-6523.59,4.77732,2.7126,300,5,0,83,104,1,0,0,0),(55661,15644,530,1,1,0,1,9849.32,-6674.48,5.3233,0.271103,300,5,0,83,104,1,0,0,0),(55662,15644,530,1,1,0,1,9858.66,-6616.63,8.64822,3.59869,300,5,0,83,104,1,0,0,0),(55663,15644,530,1,1,0,1,9891.05,-6657.09,11.328,1.6421,300,5,0,83,104,1,0,0,0),(55664,15644,530,1,1,0,1,9920.72,-6621.19,16.0176,2.04087,300,5,0,83,104,1,0,0,0),(55665,15644,530,1,1,0,1,9775.18,-6481.96,10.0012,3.56001,300,5,0,83,104,1,0,0,0),(55666,15644,530,1,1,0,1,9823.08,-6532.5,8.4987,4.08242,300,5,0,83,104,1,0,0,0),(55667,15644,530,1,1,0,1,9781.87,-6565.17,2.16655,2.11521,300,5,0,83,104,1,0,0,0),(55668,15644,530,1,1,0,1,9840.48,-6699.97,2.95261,5.47579,300,5,0,83,104,1,0,0,0),(55669,15644,530,1,1,0,1,9840.52,-6689.81,3.90351,4.94425,300,5,0,83,104,1,0,0,0),(55670,15644,530,1,1,0,1,9855.77,-6688.33,5.32295,0.143794,300,5,0,83,104,1,0,0,0),(55671,15644,530,1,1,0,1,9882.54,-6714.28,10.9409,6.17846,300,5,0,83,104,1,0,0,0),(55672,15644,530,1,1,0,1,9832.9,-6720.88,19.2015,4.60767,300,5,0,83,104,1,0,0,0),(55673,15644,530,1,1,0,1,9823.3,-6737.28,19.2055,1.24072,300,5,0,83,104,1,0,0,0),(55674,15644,530,1,1,0,1,9809.16,-6729.04,19.1218,6.22438,300,5,0,83,104,1,0,0,0),(55675,15644,530,1,1,0,1,9821.05,-6730.13,2.58377,0.12578,300,5,0,83,104,1,0,0,0),(55676,15644,530,1,1,0,1,9812.98,-6712.53,2.57152,5.38431,300,5,0,83,104,1,0,0,0),(55677,15644,530,1,1,0,1,9887.71,-6770.52,12.4033,5.91413,300,5,0,83,104,1,0,0,0),(55678,15644,530,1,1,0,1,9886.36,-6786.65,12.2456,2.45742,300,5,0,83,104,1,0,0,0),(55679,15644,530,1,1,0,1,9840,-6810.2,14.7495,0.101758,300,5,0,83,104,1,0,0,0),(55680,15644,530,1,1,0,1,9814.92,-6785.46,8.44809,3.98437,300,5,0,83,104,1,0,0,0),(55681,15644,530,1,1,0,1,9820.9,-6852.16,17.9573,4.80507,300,5,0,83,104,1,0,0,0),(55682,15644,530,1,1,0,1,9783.6,-6815.39,15.1243,5.38723,300,0,0,83,104,0,0,0,0),(55683,15644,530,1,1,0,1,9752.92,-6789.37,15.6324,4.06976,300,10,0,83,104,1,0,0,0),(55684,15644,530,1,1,0,1,9717.65,-6816.26,16.5551,3.19526,300,10,0,83,104,1,0,0,0),(55685,15644,530,1,1,0,1,9641.67,-6791.67,7.70287,1.80398,300,5,0,83,104,1,0,0,0),(55686,15644,530,1,1,0,1,9582.53,-6802.03,13.1006,2.87869,300,5,0,83,104,1,0,0,0),(55687,15644,530,1,1,0,1,9759.61,-6749.2,1.68565,2.81143,300,10,0,83,104,1,0,0,0),(55688,15644,530,1,1,0,1,9720.39,-6753.69,2.69728,4.17134,300,10,0,83,104,1,0,0,0),(55689,15644,530,1,1,0,1,9501.63,-6551.64,21.6958,1.58405,300,5,0,83,104,1,0,0,0),(55690,15644,530,1,1,0,1,9507.56,-6539.3,21.6958,1.39715,300,5,0,83,104,1,0,0,0),(55691,15644,530,1,1,0,1,9475.99,-6560.91,29.2245,1.8883,300,5,0,83,104,1,0,0,0),(55692,15644,530,1,1,0,1,9562.23,-6579.71,1.56963,0.867486,300,5,0,83,104,1,0,0,0),(55693,15644,530,1,1,0,1,9484,-6469.17,28.8707,1.62489,300,5,0,83,104,1,0,0,0),(55694,15644,530,1,1,0,1,9558.45,-6508.36,20.6528,1.63191,300,5,0,83,104,1,0,0,0),(55695,15644,530,1,1,0,1,9583.91,-6551.01,8.64508,0,300,0,0,83,104,0,0,0,0),(55696,15644,530,1,1,0,1,9557.75,-6589.51,1.56905,2.2955,300,5,0,83,104,1,0,0,0),(55697,15644,530,1,1,0,1,9554.71,-6592.51,10.9634,1.51574,300,5,0,83,104,1,0,0,0),(55698,15644,530,1,1,0,1,9670.54,-6541.03,28.238,0.913078,300,5,0,83,104,1,0,0,0),(55699,15644,530,1,1,0,1,9626.49,-6537.27,28.2213,2.92251,300,5,0,83,104,1,0,0,0),(55700,15644,530,1,1,0,1,9611.87,-6581.69,4.49606,2.97082,300,5,0,83,104,1,0,0,0),(55701,15644,530,1,1,0,1,9659.93,-6567.19,17.5813,5.97676,300,5,0,83,104,1,0,0,0),(55702,15644,530,1,1,0,1,9665.26,-6558.17,28.2098,0.891859,300,5,0,83,104,1,0,0,0),(55703,15644,530,1,1,0,1,9688.86,-6534.62,7.55219,0.127467,300,5,0,83,104,1,0,0,0),(55704,15644,530,1,1,0,1,9705.67,-6501.59,5.9915,2.59531,300,5,0,83,104,1,0,0,0),(55705,15644,530,1,1,0,1,9648.85,-6550.55,6.8196,5.48033,300,0,0,83,104,0,0,0,0),(55706,15644,530,1,1,0,1,9710.16,-6598.14,1.63148,3.72532,300,5,0,83,104,1,0,0,0),(55707,15644,530,1,1,0,1,9614.05,-6507.81,12.2962,0.932749,300,5,0,83,104,1,0,0,0),(55708,15645,530,1,1,0,1,8775.06,-6142.58,4.53183,0.847424,300,5,0,131,138,1,0,0,0),(55709,15645,530,1,1,0,1,8749.94,-6090.6,20.1055,0.751597,300,5,0,131,138,1,0,0,0),(55710,15645,530,1,1,0,1,8710.01,-6089.42,15.5152,4.70047,300,5,0,131,138,1,0,0,0),(55711,15645,530,1,1,0,1,8721.58,-6102.61,20.0914,2.38866,300,5,0,131,138,1,0,0,0),(55712,15645,530,1,1,0,1,8718.77,-6102.02,49.0517,1.96192,300,5,0,131,138,1,0,0,0),(55713,15645,530,1,1,0,1,8801.83,-6100.46,4.7371,2.8798,300,5,0,131,138,1,0,0,0),(55714,15645,530,1,1,0,1,8805.57,-6101.52,20.2536,3.23907,300,5,0,131,138,1,0,0,0),(55715,15645,530,1,1,0,1,8761.53,-6048.44,4.7473,1.43889,300,5,0,131,138,1,0,0,0),(55716,15645,530,1,1,0,1,8768.59,-6051.16,4.74032,2.24342,300,5,0,131,138,1,0,0,0),(55717,15645,530,1,1,0,1,8722.6,-6020.02,7.69824,6.18154,300,5,0,131,138,1,0,0,0),(55718,15645,530,1,1,0,1,8748.49,-5953.64,6.3631,6.18205,300,5,0,131,138,1,0,0,0),(55719,15645,530,1,1,0,1,8802.34,-5896.48,11.0349,1.18596,300,5,0,131,138,1,0,0,0),(55720,15645,530,1,1,0,1,8757.99,-6096.89,73.0241,4.98083,300,5,0,131,138,1,0,0,0),(55721,15647,530,1,1,0,0,9146.17,-6248.99,17.6942,4.57851,300,5,0,98,115,1,0,0,0),(55722,15647,530,1,1,0,0,9119,-6258.14,18.5601,4.99384,300,5,0,98,115,1,0,0,0),(55723,15647,530,1,1,0,0,9124.06,-6222.43,45.961,4.72183,300,5,0,98,115,1,0,0,0),(55724,15647,530,1,1,0,0,9179.39,-6211.8,18.6498,2.79722,300,5,0,98,115,1,0,0,0),(55725,15647,530,1,1,0,0,9073.05,-6255.76,17.1847,3.78657,300,5,0,98,115,1,0,0,0),(55726,15647,530,1,1,0,0,9119.6,-6175.79,34.9625,1.32724,300,5,0,98,115,1,0,0,0),(55727,15647,530,1,1,0,0,8989.93,-6104.47,36.0627,4.5999,300,5,0,98,115,1,0,0,0),(55728,15647,530,1,1,0,0,9017.94,-6115.98,30.933,0,300,5,0,98,115,1,0,0,0),(55729,15647,530,1,1,0,0,8998.57,-6123.89,30.0627,2.23975,300,5,0,98,115,1,0,0,0),(55730,15647,530,1,1,0,0,8999.34,-6127.96,29.9493,2.09999,300,5,0,98,115,1,0,0,0),(55731,15647,530,1,1,0,0,9009.34,-6151.74,26.9538,1.54054,300,5,0,98,115,1,0,0,0),(55732,15647,530,1,1,0,0,9046.75,-6280.65,24.7844,2.64685,300,5,0,98,115,1,0,0,0),(55733,15648,530,1,1,0,0,9080.07,-6286.61,25.2798,3.705,300,5,0,115,126,1,0,0,0),(55734,15648,530,1,1,0,0,9125,-6202.78,46.7797,4.16124,300,5,0,115,126,1,0,0,0),(55735,15648,530,1,1,0,0,9152.9,-6222.26,17.1799,5.85456,300,5,0,115,126,1,0,0,0),(55736,15648,530,1,1,0,0,9099.81,-6230.37,29.1046,3.99482,300,5,0,115,126,1,0,0,0),(55737,15648,530,1,1,0,0,9135.42,-6207.08,19.4463,3.17818,300,5,0,115,126,1,0,0,0),(55738,15648,530,1,1,0,0,9153.88,-6182.6,35.579,6.21337,300,0,0,115,126,0,0,0,0),(55739,15648,530,1,1,0,0,8979.27,-6131.83,28.1877,0,300,5,0,115,126,1,0,0,0),(55740,15648,530,1,1,0,0,9023.84,-6288.33,19.5904,5.15834,300,5,0,115,126,1,0,0,0),(55741,15648,530,1,1,0,0,9054.97,-6186.51,19.3625,0.082141,300,5,0,115,126,1,0,0,0),(55742,15648,530,1,1,0,0,9018.81,-6245.51,22.6917,1.83345,300,5,0,115,126,1,0,0,0),(55743,15648,530,1,1,0,0,9045.38,-6212.36,17.9363,2.33918,300,5,0,115,126,1,0,0,0),(55744,15648,530,1,1,0,0,9048.03,-6246.48,17.5183,3.2415,300,5,0,115,126,1,0,0,0),(55745,15648,530,1,1,0,0,9072.3,-6175.09,32.8583,4.25442,300,5,0,115,126,1,0,0,0),(55746,15649,530,1,1,0,0,9358.84,-7359.51,14.6765,6.24608,300,5,0,98,115,1,0,0,0),(55747,15649,530,1,1,0,0,9297.97,-7270.81,15.816,0.152946,300,5,0,98,115,1,0,0,0),(55748,15649,530,1,1,0,0,9307.13,-7312.63,18.4756,4.47498,300,5,0,98,115,1,0,0,0),(55749,15649,530,1,1,0,0,9275.81,-7147.7,18.2278,3.60331,300,0,0,98,115,0,0,0,0),(55750,15649,530,1,1,0,0,9343.45,-7079.79,16.5075,5.90176,300,5,0,98,115,1,0,0,0),(55751,15649,530,1,1,0,0,9314.96,-7054.91,14.1062,2.4254,300,5,0,98,115,1,0,0,0),(55752,15649,530,1,1,0,0,9316.62,-6801.44,18.369,1.78365,300,5,0,98,115,1,0,0,0),(55753,15649,530,1,1,0,0,9342.71,-6789.71,17.1001,4.1107,300,5,0,98,115,1,0,0,0),(55754,15649,530,1,1,0,0,10047.2,-6710.27,29.4844,1.67997,300,5,0,98,115,1,0,0,0),(55755,15649,530,1,1,0,0,10013.9,-6673.62,32.5211,2.0551,300,5,0,98,115,1,0,0,0),(55756,15649,530,1,1,0,0,9346.78,-6721.57,20.7182,5.62543,300,5,0,98,115,1,0,0,0),(55757,15649,530,1,1,0,0,9246.87,-6694.93,29.9093,4.28671,300,5,0,98,115,1,0,0,0),(55758,15649,530,1,1,0,0,9315.54,-6626.28,25.2025,1.48727,300,5,0,98,115,1,0,0,0),(55759,15649,530,1,1,0,0,9343.02,-6644.57,23.9236,2.4599,300,5,0,98,115,1,0,0,0),(55760,15649,530,1,1,0,0,9244.76,-6613.27,38.7847,5.2503,300,5,0,98,115,1,0,0,0),(55761,15649,530,1,1,0,0,9190.4,-6683.17,34.0746,0.519444,300,5,0,98,115,1,0,0,0),(55762,15649,530,1,1,0,0,9217.88,-6797.88,28.27,4.05049,300,5,0,98,115,1,0,0,0),(55763,15649,530,1,1,0,0,9141.65,-6642.15,30.5605,4.90806,300,5,0,98,115,1,0,0,0),(55764,15649,530,1,1,0,0,9093.24,-6778.72,16.2073,3.96984,300,5,0,98,115,1,0,0,0),(55765,15649,530,1,1,0,0,9080.24,-6645.35,24.5408,4.54371,300,5,0,98,115,1,0,0,0),(55766,15649,530,1,1,0,0,9111.81,-6611.99,26.583,2.24959,300,5,0,98,115,1,0,0,0),(55767,15649,530,1,1,0,0,9084.72,-6580,16.8621,0.986315,300,5,0,98,115,1,0,0,0),(55768,15649,530,1,1,0,0,9189.63,-6603.42,32.9095,1.29622,300,0,0,98,115,0,0,0,0),(55769,15649,530,1,1,0,0,9143.82,-6590.72,33.8403,3.01627,300,5,0,98,115,1,0,0,0),(55770,15649,530,1,1,0,0,9180.91,-6555.53,34.6518,5.95198,300,5,0,98,115,1,0,0,0),(55771,15649,530,1,1,0,0,9280.71,-6515.25,38.4671,1.74754,300,5,0,98,115,1,0,0,0),(55772,15649,530,1,1,0,0,9255.65,-6484.66,39.2554,0.557296,300,5,0,98,115,1,0,0,0),(55773,15649,530,1,1,0,0,9296.45,-6446.12,37.7148,0.72584,300,5,0,98,115,1,0,0,0),(55774,15649,530,1,1,0,0,9223.33,-6444.11,12.9587,1.59169,300,5,0,98,115,1,0,0,0),(55775,15649,530,1,1,0,0,9146.65,-6509.75,16.2678,2.5452,300,0,0,98,115,0,0,0,0),(55776,15649,530,1,1,0,0,9261.27,-6429.78,14.8103,6.11241,300,5,0,98,115,1,0,0,0),(55777,15649,530,1,1,0,0,9313.56,-6750.89,25.5492,3.35741,300,5,0,98,115,1,0,0,0),(55778,15649,530,1,1,0,0,9267.56,-6782.06,23.1697,2.87343,300,0,0,98,115,0,0,0,0),(55779,15649,530,1,1,0,0,9275.77,-6844.89,17.3508,3.87093,300,5,0,98,115,1,0,0,0),(55780,15649,530,1,1,0,0,9168.29,-6814.41,20.1245,2.92504,300,5,0,98,115,1,0,0,0),(55781,15649,530,1,1,0,0,9246.53,-7063.08,13.5166,2.27247,300,5,0,98,115,1,0,0,0),(55782,15649,530,1,1,0,0,9255.7,-7121.51,19.3832,3.18665,300,5,0,98,115,1,0,0,0),(55783,15649,530,1,1,0,0,9219.24,-7115.31,20.2981,4.84157,300,5,0,98,115,1,0,0,0),(55784,15649,530,1,1,0,0,9313.54,-7390.91,24.3707,1.98788,300,5,0,98,115,1,0,0,0),(55785,15649,530,1,1,0,0,9352.43,-7474.94,26.0031,4.39577,300,5,0,98,115,1,0,0,0),(55786,15649,530,1,1,0,0,9185.31,-7381.72,52.0335,1.09956,300,0,0,98,115,0,0,0,0),(55787,15649,530,1,1,0,0,8978.66,-6754.75,13.4756,2.86176,300,5,0,98,115,1,0,0,0),(55788,15649,530,1,1,0,0,8951.22,-6844.6,22.7488,0.942284,300,5,0,98,115,1,0,0,0),(55789,15649,530,1,1,0,0,8953.01,-6722.21,27.3128,1.1281,300,5,0,98,115,1,0,0,0),(55790,15649,530,1,1,0,0,8881.04,-6840.58,39.5731,4.15103,300,5,0,98,115,1,0,0,0),(55791,15649,530,1,1,0,0,8865.25,-6809.35,37.233,0.120303,300,5,0,98,115,1,0,0,0),(55792,15649,530,1,1,0,0,8821.83,-6856.24,46.8171,2.71861,300,5,0,98,115,1,0,0,0),(55793,15649,530,1,1,0,0,8916.86,-6733.4,30.812,1.69204,300,5,0,98,115,1,0,0,0),(55794,15649,530,1,1,0,0,8942.19,-6577.99,36.6894,3.64372,300,5,0,98,115,1,0,0,0),(55795,15649,530,1,1,0,0,8943.41,-6529.64,44.2238,3.10448,300,5,0,98,115,1,0,0,0),(55796,15649,530,1,1,0,0,8979.99,-6495.04,13.0539,4.36292,300,5,0,98,115,1,0,0,0),(55797,15649,530,1,1,0,0,8947.44,-6453.39,11.7413,3.86615,300,5,0,98,115,1,0,0,0),(55798,15649,530,1,1,0,0,8980.74,-6605,19.0223,1.33678,300,5,0,98,115,1,0,0,0),(55799,15649,530,1,1,0,0,9184.13,-6618.46,32.8977,6.01955,300,5,0,98,115,1,0,0,0),(55800,15649,530,1,1,0,0,9249.12,-6684.52,28.9352,2.51079,300,5,0,98,115,1,0,0,0),(55801,15649,530,1,1,0,0,9314.84,-6812.05,18.4773,2.74888,300,5,0,98,115,1,0,0,0),(55802,15649,530,1,1,0,0,9254.48,-7053.56,12.3916,0.788483,300,5,0,98,115,1,0,0,0),(55803,15649,530,1,1,0,0,9309.19,-7043.62,13.1989,0.123143,300,5,0,98,115,1,0,0,0),(55804,15649,530,1,1,0,0,9191.33,-7083.7,19.6057,0.095878,300,5,0,98,115,1,0,0,0),(55805,15649,530,1,1,0,0,9252.57,-7117.21,20.1514,4.62412,300,5,0,98,115,1,0,0,0),(55806,15649,530,1,1,0,0,9285.27,-7140.96,18.4478,4.22076,300,5,0,98,115,1,0,0,0),(55807,15649,530,1,1,0,0,9296.38,-7279.76,15.7142,3.09791,300,5,0,98,115,1,0,0,0),(55808,15650,530,1,1,0,0,9123.59,-6335.13,16.2121,1.15168,300,5,0,131,138,1,0,0,0),(55809,15650,530,1,1,0,0,9181.61,-6278.15,20.7797,1.47436,300,5,0,131,138,1,0,0,0),(55810,15650,530,1,1,0,0,9216.29,-6247.13,11.9929,3.28073,300,5,0,131,138,1,0,0,0),(55811,15650,530,1,1,0,0,9226.3,-6177.09,23.6866,0.714205,300,5,0,131,138,1,0,0,0),(55812,15650,530,1,1,0,0,9260.51,-6016.61,28.219,0.527864,300,5,0,131,138,1,0,0,0),(55813,15650,530,1,1,0,0,9259.48,-5986.53,19.4854,0.041033,300,5,0,131,138,1,0,0,0),(55814,15650,530,1,1,0,0,9257.55,-5923.85,4.09483,5.81672,300,0,0,131,138,0,0,0,0),(55815,15650,530,1,1,0,0,9204.63,-5982.29,33.199,0.534561,300,5,0,131,138,1,0,0,0),(55816,15650,530,1,1,0,0,8926.06,-6112.51,12.086,3.41641,300,5,0,131,138,1,0,0,0),(55817,15650,530,1,1,0,0,9046.98,-6348.87,9.3331,2.00623,300,5,0,131,138,1,0,0,0),(55818,15650,530,1,1,0,0,9142.09,-7087.64,24.5515,4.44197,300,5,0,131,138,1,0,0,0),(55819,15650,530,1,1,0,0,9091.76,-7330.15,63.6165,2.51351,300,5,0,131,138,1,0,0,0),(55820,15650,530,1,1,0,0,9110.76,-7449.64,79.6485,0.025398,300,5,0,131,138,1,0,0,0),(55821,15650,530,1,1,0,0,9086.91,-7541.14,97.4824,4.85104,300,5,0,131,138,1,0,0,0),(55822,15650,530,1,1,0,0,8900.35,-7548.3,109.018,1.96237,300,5,0,131,138,1,0,0,0),(55823,15650,530,1,1,0,0,8879.13,-7513.11,99.828,5.4379,300,5,0,131,138,1,0,0,0),(55824,15650,530,1,1,0,0,9072.28,-7769.33,141.65,1.2756,300,5,0,131,138,1,0,0,0),(55825,15650,530,1,1,0,0,9148.56,-7848.15,109.381,5.53238,300,5,0,131,138,1,0,0,0),(55826,15650,530,1,1,0,0,9188.97,-7788.29,115.227,1.26605,300,5,0,131,138,1,0,0,0),(55827,15650,530,1,1,0,0,9116.13,-7853.58,121.315,1.53371,300,5,0,131,138,1,0,0,0),(55828,15650,530,1,1,0,0,9686.08,-7889.56,3.54982,0.821294,300,5,0,131,138,1,0,0,0),(55829,15650,530,1,1,0,0,9614.9,-7995.76,1.4522,4.49823,300,5,0,131,138,1,0,0,0),(55830,15650,530,1,1,0,0,9743.34,-7894.45,27.3577,2.4386,300,5,0,131,138,1,0,0,0),(55831,15650,530,1,1,0,0,9756.8,-7932.28,5.73442,1.51801,300,5,0,131,138,1,0,0,0),(55832,15650,530,1,1,0,0,9809.32,-7893.8,25.1391,3.64959,300,5,0,131,138,1,0,0,0),(55833,15650,530,1,1,0,0,9480.61,-8057.12,2.45833,4.65193,300,5,0,131,138,1,0,0,0),(55834,15650,530,1,1,0,0,9085.23,-7912.93,127.305,1.29331,300,5,0,131,138,1,0,0,0),(55835,15650,530,1,1,0,0,9070.86,-7866.83,129.236,5.37386,300,5,0,131,138,1,0,0,0),(55836,15650,530,1,1,0,0,9065.84,-7964.85,134.272,3.85234,300,5,0,131,138,1,0,0,0),(55837,15650,530,1,1,0,0,9015.04,-7851.34,145.791,5.8947,300,5,0,131,138,1,0,0,0),(55838,15650,530,1,1,0,0,9052.19,-7997.47,142.434,0.433335,300,5,0,131,138,1,0,0,0),(55839,15650,530,1,1,0,0,9080.92,-7718.35,134.734,2.38696,300,5,0,131,138,1,0,0,0),(55840,15650,530,1,1,0,0,9015.34,-7710.11,149.596,1.47355,300,5,0,131,138,1,0,0,0),(55841,15650,530,1,1,0,0,8994.08,-7663.51,140.874,3.25455,300,5,0,131,138,1,0,0,0),(55842,15650,530,1,1,0,0,9083.41,-7618.84,117.051,5.76404,300,5,0,131,138,1,0,0,0),(55843,15650,530,1,1,0,0,8988.79,-7639.88,135.168,5.37166,300,5,0,131,138,1,0,0,0),(55844,15650,530,1,1,0,0,8870.15,-7652.32,131.949,3.172,300,5,0,131,138,1,0,0,0),(55845,15650,530,1,1,0,0,8853.04,-7613.98,120.283,5.95526,300,5,0,131,138,1,0,0,0),(55846,15650,530,1,1,0,0,8886.77,-7589.37,119.309,0.152946,300,5,0,131,138,1,0,0,0),(55847,15650,530,1,1,0,0,8841.97,-7647.27,129.345,3.23553,300,5,0,131,138,1,0,0,0),(55848,15650,530,1,1,0,0,8848.45,-7749.93,159.492,4.27234,300,5,0,131,138,1,0,0,0),(55849,15650,530,1,1,0,0,8798.35,-7666.67,128.475,3.47168,300,5,0,131,138,1,0,0,0),(55850,15650,530,1,1,0,0,8852.02,-7803.22,177.403,3.75992,300,5,0,131,138,1,0,0,0),(55851,15650,530,1,1,0,0,8788.13,-7810.61,171.978,5.52456,300,5,0,131,138,1,0,0,0),(55852,15650,530,1,1,0,0,8775.06,-7877.09,173.402,2.935,300,5,0,131,138,1,0,0,0),(55853,15650,530,1,1,0,0,8638.63,-7745.97,152.146,0.589766,300,5,0,131,138,1,0,0,0),(55854,15650,530,1,1,0,0,8715.12,-7715.3,136.763,3.29454,300,5,0,131,138,1,0,0,0),(55855,15650,530,1,1,0,0,8192.26,-7781.87,163.154,0.578257,300,5,0,131,138,1,0,0,0),(55856,15650,530,1,1,0,0,8180.43,-7826.27,175.301,4.2634,300,5,0,131,138,1,0,0,0),(55857,15650,530,1,1,0,0,8311.37,-7539.31,158.8,1.95628,300,5,0,131,138,1,0,0,0),(55858,15650,530,1,1,0,0,8583.86,-7574.59,133.625,3.75457,300,5,0,131,138,1,0,0,0),(55859,15650,530,1,1,0,0,8626.91,-7476.75,119.762,6.17361,300,5,0,131,138,1,0,0,0),(55860,15650,530,1,1,0,0,8753.82,-7495.12,97.5502,0.93941,300,5,0,131,138,1,0,0,0),(55861,15650,530,1,1,0,0,8706.61,-7361.92,102.266,4.52093,300,5,0,131,138,1,0,0,0),(55862,15650,530,1,1,0,0,8590.55,-7367.6,144.973,6.03063,300,5,0,131,138,1,0,0,0),(55863,15650,530,1,1,0,0,8742.61,-7279.41,83.868,6.2187,300,5,0,131,138,1,0,0,0),(55864,15650,530,1,1,0,0,8675.08,-7223.32,92.9325,6.04673,300,5,0,131,138,1,0,0,0),(55865,15650,530,1,1,0,0,8588.53,-7185.53,116.683,4.99145,300,5,0,131,138,1,0,0,0),(55866,15650,530,1,1,0,0,8752.8,-6581.48,65.0309,4.83287,300,5,0,131,138,1,0,0,0),(55867,15650,530,1,1,0,0,8740.55,-6777.04,95.5951,3.63362,300,5,0,131,138,1,0,0,0),(55868,15650,530,1,1,0,0,8752.31,-6524.98,58.8273,1.63627,300,5,0,131,138,1,0,0,0),(55869,15650,530,1,1,0,0,8821.17,-6460.65,57.8447,5.56206,300,5,0,131,138,1,0,0,0),(55870,15650,530,1,1,0,0,8878.95,-6320.1,8.74682,2.77814,300,5,0,131,138,1,0,0,0),(55871,15650,530,1,1,0,0,8831.58,-6239.92,7.41484,3.67431,300,5,0,131,138,1,0,0,0),(55872,15650,530,1,1,0,0,8736.84,-6247.83,31.8392,2.50154,300,5,0,131,138,1,0,0,0),(55873,15650,530,1,1,0,0,8685.24,-6037.51,27.9058,4.2476,300,5,0,131,138,1,0,0,0),(55874,15650,530,1,1,0,0,8684.77,-5992.8,33.5949,5.42387,300,5,0,131,138,1,0,0,0),(55875,15650,530,1,1,0,0,8707.21,-5859.29,27.4107,5.05607,300,5,0,131,138,1,0,0,0),(55876,15650,530,1,1,0,0,8709.65,-5828.38,25.2641,5.31096,300,5,0,131,138,1,0,0,0),(55877,15650,530,1,1,0,0,8739.52,-5840.47,23.8481,2.27098,300,5,0,131,138,1,0,0,0),(55878,15650,530,1,1,0,0,8657.76,-5751.27,8.20224,1.18322,300,5,0,131,138,1,0,0,0),(55879,15650,530,1,1,0,0,8582.42,-5747.16,9.4706,5.84532,300,5,0,131,138,1,0,0,0),(55880,15650,530,1,1,0,0,8534.44,-5750.4,10.9998,2.72952,300,5,0,131,138,1,0,0,0),(55881,15650,530,1,1,0,0,8457.65,-5718.78,13.1203,0.05474,300,5,0,131,138,1,0,0,0),(55882,15650,530,1,1,0,0,8438.74,-5715.3,11.4506,6.22064,300,5,0,131,138,1,0,0,0),(55883,15650,530,1,1,0,0,8315.15,-5747.13,3.24366,3.00822,300,5,0,131,138,1,0,0,0),(55884,15650,530,1,1,0,0,8518.36,-5814.61,28.6589,2.75899,300,5,0,131,138,1,0,0,0),(55885,15650,530,1,1,0,0,8578.23,-5823.42,60.6247,1.31586,300,5,0,131,138,1,0,0,0),(55886,15650,530,1,1,0,0,8525.71,-5875.66,52.8616,1.33435,300,5,0,131,138,1,0,0,0),(55887,15650,530,1,1,0,0,8407.76,-5810.5,20.4419,4.34241,300,5,0,131,138,1,0,0,0),(55888,15650,530,1,1,0,0,8608.01,-6021.3,70.1143,0.418224,300,5,0,131,138,1,0,0,0),(55889,15650,530,1,1,0,0,8587.85,-6150.22,50.8788,5.83335,300,5,0,131,138,1,0,0,0),(55890,15650,530,1,1,0,0,8646.85,-6214.67,58.4839,1.08109,300,5,0,131,138,1,0,0,0),(55891,15650,530,1,1,0,0,8608.57,-6311.98,56.5693,4.97751,300,5,0,131,138,1,0,0,0),(55892,15650,530,1,1,0,0,8647.35,-6295.88,54.8138,3.62033,300,5,0,131,138,1,0,0,0),(55893,15650,530,1,1,0,0,8586.96,-6352.42,62.9827,5.35706,300,5,0,131,138,1,0,0,0),(55894,15650,530,1,1,0,0,8720.33,-6355.3,57.0322,3.0359,300,5,0,131,138,1,0,0,0),(55895,15650,530,1,1,0,0,8755.28,-6455.11,56.2732,0.978599,300,5,0,131,138,1,0,0,0),(55896,15650,530,1,1,0,0,8464.54,-6077.62,53.0357,0.460812,300,5,0,131,138,1,0,0,0),(55897,15650,530,1,1,0,0,8331.04,-5954.19,20.4772,3.46334,300,0,0,131,138,0,0,0,0),(55898,15650,530,1,1,0,0,8393.04,-5987.41,34.5126,0.107637,300,5,0,131,138,1,0,0,0),(55899,15650,530,1,1,0,0,8378.57,-5961.52,29.1669,1.47779,300,5,0,131,138,1,0,0,0),(55900,15650,530,1,1,0,0,8215.31,-6049.14,15.0763,1.25615,300,5,0,131,138,1,0,0,0),(55901,15650,530,1,1,0,0,8198.53,-6301.23,64.487,6.03441,300,5,0,131,138,1,0,0,0),(55902,15650,530,1,1,0,0,8224.7,-6366.62,64.6347,4.20293,300,5,0,131,138,1,0,0,0),(55903,17729,546,3,1,0,1,178.167,-427.114,72.5992,1.83364,7200,0,0,12824,2620,0,0,0,0),(55904,15650,530,1,1,0,0,8306.18,-6506.82,86.6091,1.86835,300,5,0,131,138,1,0,0,0),(55905,15650,530,1,1,0,0,8241.44,-6603.43,86.1435,6.01145,300,5,0,131,138,1,0,0,0),(55906,15650,530,1,1,0,0,8213.07,-6980.23,90.2014,5.41752,300,5,0,131,138,1,0,0,0),(55907,15650,530,1,1,0,0,8330.66,-7339.84,184.426,1.32576,300,5,0,131,138,1,0,0,0),(55908,15650,530,1,1,0,0,8358.61,-7314.59,180.255,3.29261,300,5,0,131,138,1,0,0,0),(55909,15650,530,1,1,0,0,8247.43,-7346.3,161.419,2.2303,300,5,0,131,138,1,0,0,0),(55910,15650,530,1,1,0,0,8263.46,-7374.61,169.508,1.13511,300,5,0,131,138,1,0,0,0),(55911,15650,530,1,1,0,0,8218.21,-7303.65,150.652,2.79168,300,5,0,131,138,1,0,0,0),(55912,15650,530,1,1,0,0,8179.24,-7342.01,141.161,2.85846,300,5,0,131,138,1,0,0,0),(55913,15650,530,1,1,0,0,8218.71,-7382.79,156.133,5.17258,300,5,0,131,138,1,0,0,0),(55914,15650,530,1,1,0,0,8182.68,-7287.85,142.727,3.89085,300,5,0,131,138,1,0,0,0),(55915,15650,530,1,1,0,0,8245.41,-7483.1,153.733,4.30031,300,5,0,131,138,1,0,0,0),(55916,15650,530,1,1,0,0,8181.12,-7203.88,139.259,5.25918,300,5,0,131,138,1,0,0,0),(55917,15650,530,1,1,0,0,8157.89,-7122.88,144.416,5.63011,300,5,0,131,138,1,0,0,0),(55918,15650,530,1,1,0,0,8250.96,-7085.37,114.217,4.41195,300,5,0,131,138,1,0,0,0),(55919,15651,530,1,1,0,0,10113.8,-6714.72,22.3297,0.108284,300,5,0,120,0,1,0,0,0),(55920,15651,530,1,1,0,0,10085.2,-6721.67,32.2934,5.37386,300,5,0,120,0,1,0,0,0),(55921,15651,530,1,1,0,0,9214.48,-6655.06,37.9443,3.74225,300,5,0,120,0,1,0,0,0),(55922,15651,530,1,1,0,0,9098.89,-6710.81,22.8928,0.828362,300,0,0,120,0,0,0,0,0),(55923,15651,530,1,1,0,0,9346.69,-6587.55,38.0384,3.76973,300,5,0,120,0,1,0,0,0),(55924,15651,530,1,1,0,0,9379.91,-6540.06,44.5011,4.84717,300,5,0,120,0,1,0,0,0),(55925,15651,530,1,1,0,0,9254.28,-6145.02,20.5942,1.74837,300,5,0,120,0,1,0,0,0),(55926,15651,530,1,1,0,0,9278.98,-6114.78,18.3756,1.11198,300,5,0,120,0,1,0,0,0),(55927,15651,530,1,1,0,0,9299.51,-6046.11,16.5992,0.226726,300,5,0,120,0,1,0,0,0),(55928,15651,530,1,1,0,0,9250.33,-5952.17,13.3579,5.85405,300,5,0,120,0,1,0,0,0),(55929,15651,530,1,1,0,0,8944.83,-6205.64,9.2919,2.17104,300,5,0,120,0,1,0,0,0),(55930,15651,530,1,1,0,0,9015.81,-6312.23,12.9158,4.20596,300,5,0,120,0,1,0,0,0),(55931,15651,530,1,1,0,0,9073.04,-6389.65,2.76829,3.75224,300,5,0,120,0,1,0,0,0),(55932,15651,530,1,1,0,0,9380.26,-6671.18,38.02,4.80722,300,5,0,120,0,1,0,0,0),(55933,15651,530,1,1,0,0,9378,-6616.88,32.8342,0.552806,300,5,0,120,0,1,0,0,0),(55934,15651,530,1,1,0,0,9184.75,-6751.35,30.3407,1.17334,300,5,0,120,0,1,0,0,0),(55935,15651,530,1,1,0,0,9122.11,-6823.03,20.3168,4.95343,300,5,0,120,0,1,0,0,0),(55936,15651,530,1,1,0,0,9162.06,-7143.24,25.7872,5.23807,300,5,0,120,0,1,0,0,0),(55937,15651,530,1,1,0,0,9220.37,-7348.73,38.5164,0.287154,300,5,0,120,0,1,0,0,0),(55938,15651,530,1,1,0,0,9187.58,-7312.68,44.8276,0.962471,300,5,0,120,0,1,0,0,0),(55939,15651,530,1,1,0,0,9338.81,-7406.43,20.8941,0.236532,300,5,0,120,0,1,0,0,0),(55940,15651,530,1,1,0,0,9319.63,-7464.2,29.2843,4.94693,300,5,0,120,0,1,0,0,0),(55941,15651,530,1,1,0,0,9161.81,-7406.78,63.4051,0.673535,300,5,0,120,0,1,0,0,0),(55942,15651,530,1,1,0,0,9109.33,-7523.67,87.6303,3.09011,300,0,0,120,0,0,0,0,0),(55943,15651,530,1,1,0,0,8994.19,-7333.22,85.5703,4.11111,300,5,0,120,0,1,0,0,0),(55944,15651,530,1,1,0,0,9019.4,-7581.72,119.936,0.723238,300,5,0,120,0,1,0,0,0),(55945,15651,530,1,1,0,0,9154.81,-7610.98,101.755,5.1834,300,0,0,120,0,0,0,0,0),(55946,15651,530,1,1,0,0,9114.64,-7521.83,86.1535,0.017453,300,0,0,120,0,0,0,0,0),(55947,15651,530,1,1,0,0,9022.03,-6854.55,24.5002,3.31719,300,5,0,120,0,1,0,0,0),(55948,15651,530,1,1,0,0,8989.75,-6808.94,16.2783,3.48403,300,5,0,120,0,1,0,0,0),(55949,15651,530,1,1,0,0,8937.1,-6778.7,26.1857,2.55576,300,5,0,120,0,1,0,0,0),(55950,15651,530,1,1,0,0,9069,-6707.34,19.3858,2.48382,300,5,0,120,0,1,0,0,0),(55951,15651,530,1,1,0,0,8884.39,-6779.15,32.1918,2.41252,300,5,0,120,0,1,0,0,0),(55952,15651,530,1,1,0,0,8790.55,-6817.58,54.4198,5.71848,300,5,0,120,0,1,0,0,0),(55953,15651,530,1,1,0,0,8819.43,-6784.36,43.9996,5.81736,300,5,0,120,0,1,0,0,0),(55954,15651,530,1,1,0,0,8853.9,-6757.84,35.8627,2.33962,300,5,0,120,0,1,0,0,0),(55955,15651,530,1,1,0,0,8808.1,-6717.39,49.4286,6.02044,300,5,0,120,0,1,0,0,0),(55956,15651,530,1,1,0,0,8884.54,-6718.31,36.8212,5.11661,300,5,0,120,0,1,0,0,0),(55957,15651,530,1,1,0,0,8902.93,-6620.97,31.5895,3.03003,300,5,0,120,0,1,0,0,0),(55958,15651,530,1,1,0,0,8854.49,-6548.3,43.1572,1.88107,300,5,0,120,0,1,0,0,0),(55959,15651,530,1,1,0,0,8881.25,-6589.58,36.4784,3.08391,300,5,0,120,0,1,0,0,0),(55960,15651,530,1,1,0,0,8647.66,-6553.85,83.556,2.97975,300,5,0,120,0,1,0,0,0),(55961,15651,530,1,1,0,0,8746.39,-6556.92,65.1236,4.99064,300,5,0,120,0,1,0,0,0),(55962,15651,530,1,1,0,0,8885.98,-6521.18,34.5399,4.81177,300,5,0,120,0,1,0,0,0),(55963,15651,530,1,1,0,0,8853.21,-6486.6,35.7035,3.85582,300,5,0,120,0,1,0,0,0),(55964,15651,530,1,1,0,0,8885.47,-6454.98,25.4347,5.5575,300,5,0,120,0,1,0,0,0),(55965,15651,530,1,1,0,0,8913.3,-6482.37,20.2156,3.43679,300,5,0,120,0,1,0,0,0),(55966,15651,530,1,1,0,0,8915.97,-6413.58,12.6782,1.70896,300,5,0,120,0,1,0,0,0),(55967,15651,530,1,1,0,0,8892.33,-6388.13,15.2517,2.53951,300,5,0,120,0,1,0,0,0),(55968,15651,530,1,1,0,0,8858.53,-6355.35,19.2532,2.26101,300,5,0,120,0,1,0,0,0),(55969,15651,530,1,1,0,0,8819.22,-6399.32,63.2349,4.64206,300,5,0,120,0,1,0,0,0),(55970,15651,530,1,1,0,0,8691.18,-6190.9,26.2893,3.66791,300,5,0,120,0,1,0,0,0),(55971,15651,530,1,1,0,0,8676.92,-5917.71,36.3103,5.86932,300,5,0,120,0,1,0,0,0),(55972,15651,530,1,1,0,0,8675.74,-5864.67,35.5765,4.67725,300,5,0,120,0,1,0,0,0),(55973,15651,530,1,1,0,0,8687.99,-5783.97,18.3655,3.12402,300,5,0,120,0,1,0,0,0),(55974,15651,530,1,1,0,0,8601.87,-5754.05,11.3717,4.96733,300,5,0,120,0,1,0,0,0),(55975,15651,530,1,1,0,0,8612.52,-5837.03,68.8427,5.02889,300,5,0,120,0,1,0,0,0),(55976,15651,530,1,1,0,0,8647.3,-6148.59,34.3646,4.30633,300,5,0,120,0,1,0,0,0),(55977,15651,530,1,1,0,0,8598.59,-6213.61,55.5493,5.88163,300,5,0,120,0,1,0,0,0),(55978,15651,530,1,1,0,0,8617.39,-6201.97,57.0316,2.11138,300,5,0,120,0,1,0,0,0),(55979,15651,530,1,1,0,0,8679.45,-6258.34,53.9247,4.95043,300,5,0,120,0,1,0,0,0),(55980,15651,530,1,1,0,0,8709.63,-6294.96,58.0046,3.85034,300,0,0,120,0,0,0,0,0),(55981,15651,530,1,1,0,0,8735.03,-6492,61.3388,4.31415,300,0,0,120,0,0,0,0,0),(55982,15651,530,1,1,0,0,8880.79,-6648.11,43.0786,5.72552,300,5,0,120,0,1,0,0,0),(55983,15651,530,1,1,0,0,8882.99,-6714.7,37.3723,1.18682,300,0,0,120,0,0,0,0,0),(55984,15651,530,1,1,0,0,9089.66,-6717.25,21.641,5.95711,300,0,0,120,0,0,0,0,0),(55986,15651,530,1,1,0,0,9215.32,-6653.67,37.965,3.15334,300,5,0,120,0,1,0,0,0),(55987,15652,530,1,1,0,0,9079.72,-7716.5,134.764,0.052048,300,0,0,156,0,0,0,0,0),(55988,15652,530,1,1,0,0,9080.42,-7713.47,134.614,5.04851,300,0,0,156,0,0,0,0,0),(55989,15652,530,1,1,0,0,9149.04,-7751.16,132.434,2.75927,300,0,0,156,0,0,0,0,0),(55990,15652,530,1,1,0,0,9120.6,-7814.69,121.09,0.812563,300,0,0,156,0,0,0,0,0),(55991,15652,530,1,1,0,0,9127.92,-7880.39,115.595,0.282993,300,5,0,156,0,1,0,0,0),(55992,15652,530,1,1,0,0,9785.11,-7919.97,8.19493,2.1783,300,5,0,156,0,1,0,0,0),(55993,15652,530,1,1,0,0,9371.24,-8059.13,2.01914,4.41667,300,5,0,156,0,1,0,0,0),(55994,15652,530,1,1,0,0,9114.77,-7813.72,123.278,1.98198,300,5,0,156,0,1,0,0,0),(55995,15652,530,1,1,0,0,9057.74,-7954.18,133.333,5.22318,300,5,0,156,0,1,0,0,0),(55996,15652,530,1,1,0,0,9024.54,-7764.68,183.272,5.837,300,5,0,156,0,1,0,0,0),(55997,15652,530,1,1,0,0,9151.06,-7752.18,132.073,0.063719,300,5,0,156,0,1,0,0,0),(55998,15652,530,1,1,0,0,9048.11,-7679.68,136.379,1.41118,300,5,0,156,0,1,0,0,0),(55999,15652,530,1,1,0,0,8944.83,-7641.83,135.932,5.24862,300,5,0,156,0,1,0,0,0),(56000,15652,530,1,1,0,0,8919.94,-7603.25,120.634,5.20401,300,5,0,156,0,1,0,0,0),(56001,15652,530,1,1,0,0,8959.63,-7599.87,128.773,5.05423,300,5,0,156,0,1,0,0,0),(56002,15652,530,1,1,0,0,8796.19,-7621.22,111.496,5.75701,300,5,0,156,0,1,0,0,0),(56003,15652,530,1,1,0,0,8816.44,-7798.58,168.525,4.85152,300,5,0,156,0,1,0,0,0),(56004,15652,530,1,1,0,0,8747.94,-7717.4,139.492,2.56984,300,5,0,156,0,1,0,0,0),(56005,15652,530,1,1,0,0,8824.74,-7842.27,178.648,0.717649,300,5,0,156,0,1,0,0,0),(56006,15652,530,1,1,0,0,8813.54,-7936.57,184.558,0.53694,300,5,0,156,0,1,0,0,0),(56007,15652,530,1,1,0,0,8249.99,-7816.5,163.846,6.12611,300,0,0,156,0,0,0,0,0),(56008,15652,530,1,1,0,0,8183.69,-7750.58,155.087,5.85191,300,0,0,156,0,0,0,0,0),(56009,15652,530,1,1,0,0,8188.16,-7876.23,184.97,5.10613,300,5,0,156,0,1,0,0,0),(56010,15652,530,1,1,0,0,8490.05,-5637.53,2.11763,1.57177,300,5,0,156,0,1,0,0,0),(56011,15652,530,1,1,0,0,8452.52,-5653.11,8.20062,5.21361,300,5,0,156,0,1,0,0,0),(56012,15652,530,1,1,0,0,8384.67,-5726.63,9.2614,1.16924,300,5,0,156,0,1,0,0,0),(56013,15652,530,1,1,0,0,8332.1,-5722.98,4.74121,3.36005,300,5,0,156,0,1,0,0,0),(56014,15652,530,1,1,0,0,8490.49,-5855.31,34.1858,3.23941,300,5,0,156,0,1,0,0,0),(56015,15652,530,1,1,0,0,8495.22,-6064.14,64.9112,5.04124,300,5,0,156,0,1,0,0,0),(56016,15652,530,1,1,0,0,8372.83,-6006.77,34.3702,1.96709,300,5,0,156,0,1,0,0,0),(56017,15652,530,1,1,0,0,8178.25,-7157.27,138.672,5.46824,300,5,0,156,0,1,0,0,0),(56018,15652,530,1,1,0,0,8206.42,-7127.13,130.754,3.65856,300,5,0,156,0,1,0,0,0),(56019,15652,530,1,1,0,0,8184.43,-7025.08,87.8179,0.646067,300,5,0,156,0,1,0,0,0),(56020,15654,530,1,1,0,1,9319.04,-6990.06,16.2523,5.08793,300,5,0,102,0,1,0,0,0),(56021,15654,530,1,1,0,1,9271.21,-6972.31,5.07716,5.36213,300,5,0,102,0,1,0,0,0),(56022,15654,530,1,1,0,1,9293.16,-6938.06,6.21783,4.56407,300,5,0,102,0,1,0,0,0),(56023,15654,530,1,1,0,1,9291.61,-6908.02,8.71436,0.744426,300,5,0,102,0,1,0,0,0),(56024,15654,530,1,1,0,1,9163.88,-6914.03,6.75988,2.68817,300,5,0,102,0,1,0,0,0),(56025,15654,530,1,1,0,1,9151.8,-6934.35,7.89254,2.47355,300,5,0,102,0,1,0,0,0),(56026,15654,530,1,1,0,1,9219.43,-6948.79,5.14168,4.56372,300,5,0,102,0,1,0,0,0),(56027,15654,530,1,1,0,1,9179.03,-6955.35,5.60008,3.85172,300,5,0,102,0,1,0,0,0),(56028,15654,530,1,1,0,1,9286.05,-6945.61,6.09314,0.191349,300,0,0,102,0,0,0,0,0),(56029,15654,530,1,1,0,1,9218.02,-6981.94,5.36552,3.99081,300,5,0,102,0,1,0,0,0),(56030,15654,530,1,1,0,1,9280.34,-6950.11,5.61648,0.673826,300,0,0,102,0,0,0,0,0),(56031,15654,530,1,1,0,1,9258.58,-7013.44,4.97284,5.57731,300,5,0,102,0,1,0,0,0),(56032,15654,530,1,1,0,1,9188.39,-6979.81,5.26862,0.694225,300,5,0,102,0,1,0,0,0),(56033,15654,530,1,1,0,1,9189,-6985.14,5.25677,1.97851,300,5,0,102,0,1,0,0,0),(56034,15654,530,1,1,0,1,9172.32,-6972.3,6.09343,6.16768,300,5,0,102,0,1,0,0,0),(56035,15654,530,1,1,0,1,9196.79,-7011.84,5.35917,2.45404,300,5,0,102,0,1,0,0,0),(56036,15654,530,1,1,0,1,9158.04,-6969.49,8.43188,2.82542,300,5,0,102,0,1,0,0,0),(56037,15654,530,1,1,0,1,9161.21,-7017.29,11.3093,5.09561,300,5,0,102,0,1,0,0,0),(56038,15654,530,1,1,0,1,9149.5,-6951.15,8.28381,0.170768,300,5,0,102,0,1,0,0,0),(56039,15654,530,1,1,0,1,9029.55,-6985.56,14.9208,5.40168,300,5,0,102,0,1,0,0,0),(56040,15654,530,1,1,0,1,9012.68,-7012.64,14.8639,3.81489,300,5,0,102,0,1,0,0,0),(56041,15654,530,1,1,0,1,9096.92,-6965.86,15.7206,3.72987,300,5,0,102,0,1,0,0,0),(56042,15654,530,1,1,0,1,9074.53,-6945.35,17.9201,0.899255,300,5,0,102,0,1,0,0,0),(56043,15654,530,1,1,0,1,9119.38,-6955.26,13.0235,2.0348,300,5,0,102,0,1,0,0,0),(56044,15654,530,1,1,0,1,9196.29,-6964.6,5.12489,1.95035,300,5,0,102,0,1,0,0,0),(56045,15654,530,1,1,0,1,9183.58,-6981.34,5.66675,2.59987,300,5,0,102,0,1,0,0,0),(56046,15654,530,1,1,0,1,9180.26,-6948.15,5.60008,3.1833,300,5,0,102,0,1,0,0,0),(56047,15654,530,1,1,0,1,9186.16,-6973.91,5.18724,6.16768,300,5,0,102,0,1,0,0,0),(56048,15654,530,1,1,0,1,9154.51,-6932.08,6.78327,5.15284,300,5,0,102,0,1,0,0,0),(56049,15654,530,1,1,0,1,9174.8,-6927.88,5.20886,5.56968,300,5,0,102,0,1,0,0,0),(56050,15654,530,1,1,0,1,9240.04,-7015.64,4.9094,3.57928,300,5,0,102,0,1,0,0,0),(56051,15654,530,1,1,0,1,9215.19,-6984.31,5.01808,4.6922,300,5,0,102,0,1,0,0,0),(56052,15654,530,1,1,0,1,9261.25,-6974.39,4.22272,6.18342,300,5,0,102,0,1,0,0,0),(56053,15654,530,1,1,0,1,9261.87,-6980.25,4.46307,0.556245,300,5,0,102,0,1,0,0,0),(56054,15654,530,1,1,0,1,9251.11,-6949.5,4.3616,1.39544,300,5,0,102,0,1,0,0,0),(56055,15654,530,1,1,0,1,9322.33,-6975.69,12.0198,3.7745,300,5,0,102,0,1,0,0,0),(56056,15654,530,1,1,0,1,9291.77,-6935.66,5.92013,1.57275,300,5,0,102,0,1,0,0,0),(56057,15654,530,1,1,0,1,9283.76,-6917.03,4.01959,3.8322,300,5,0,102,0,1,0,0,0),(56058,15654,530,1,1,0,1,9182.36,-6968.64,6.01698,5.00987,300,0,0,102,0,0,0,0,0),(56059,15654,530,1,1,0,1,9185.64,-6970.17,5.63833,3.80297,300,0,0,102,0,0,0,0,0),(56060,15654,530,1,1,0,1,9152.61,-6942.42,7.89779,0.922995,300,5,0,102,0,1,0,0,0),(56061,15654,530,1,1,0,1,9214.73,-6980.27,5.32865,1.25187,300,5,0,102,0,1,0,0,0),(56062,15654,530,1,1,0,1,9300.4,-6930.35,6.31437,6.18931,300,0,0,102,0,0,0,0,0),(56063,15654,530,1,1,0,1,9153.92,-6981.7,8.43188,4.5309,300,5,0,102,0,1,0,0,0),(56064,15654,530,1,1,0,1,9198.3,-7024.26,5.96571,1.7703,300,5,0,102,0,1,0,0,0),(56065,15654,530,1,1,0,1,9123.7,-6954.87,12.2723,6.1602,300,5,0,102,0,1,0,0,0),(56066,15654,530,1,1,0,1,9124.74,-6929.13,12.8444,5.84771,300,5,0,102,0,1,0,0,0),(56067,15655,530,1,1,0,0,9155.79,-6941.92,6.96741,1.45928,300,5,0,120,0,1,0,0,0),(56068,15655,530,1,1,0,0,9144.49,-6977.13,9.4319,2.85875,300,5,0,120,0,1,0,0,0),(56069,15655,530,1,1,0,0,9000.83,-6958.27,19.4285,6.1182,300,5,0,120,0,1,0,0,0),(56070,15655,530,1,1,0,0,8989.54,-6970.66,18.0772,4.95784,300,5,0,120,0,1,0,0,0),(56071,15655,530,1,1,0,0,9055.8,-6992.49,18.2633,2.66703,300,5,0,120,0,1,0,0,0),(56072,15655,530,1,1,0,0,9028.34,-6952.62,14.8762,6.00277,300,5,0,120,0,1,0,0,0),(56073,15655,530,1,1,0,0,9054.1,-6954.61,15.869,3.16548,300,5,0,120,0,1,0,0,0),(56074,15655,530,1,1,0,0,9082.79,-6981.04,18.603,3.20412,300,5,0,120,0,1,0,0,0),(56075,15655,530,1,1,0,0,9115.77,-6982.59,11.3584,5.47222,300,5,0,120,0,1,0,0,0),(56076,15655,530,1,1,0,0,9105.61,-6954.32,14.1485,2.49858,300,5,0,120,0,1,0,0,0),(56077,15655,530,1,1,0,0,9077.79,-6944.43,18.1965,5.01143,300,5,0,120,0,1,0,0,0),(56078,15655,530,1,1,0,0,9043.34,-6911.66,14.2355,3.24732,300,5,0,120,0,1,0,0,0),(56079,15655,530,1,1,0,0,9125.78,-6948.65,12.0318,4.71727,300,5,0,120,0,1,0,0,0),(56080,15655,530,1,1,0,0,9152.46,-6951.83,7.66537,6.07266,300,5,0,120,0,1,0,0,0),(56081,15655,530,1,1,0,0,9158.23,-6951.91,7.37131,6.19124,300,5,0,120,0,1,0,0,0),(56082,15655,530,1,1,0,0,9146.57,-6981.11,8.96489,0.020106,300,5,0,120,0,1,0,0,0),(56083,15656,530,1,1,0,0,8700.93,-7094.75,38.3273,3.66069,300,5,0,139,289,1,0,0,0),(56084,15656,530,1,1,0,0,8731.41,-7034.46,44.85,2.8809,300,5,0,139,289,1,0,0,0),(56085,15656,530,1,1,0,0,8754.58,-7051.56,38.6524,2.12898,300,5,0,139,289,1,0,0,0),(56086,15656,530,1,1,0,0,8774.16,-7057.97,35.7878,5.24963,300,0,0,139,289,0,0,0,0),(56087,15656,530,1,1,0,0,8644.08,-7033.54,64.0654,4.53836,300,5,0,139,289,1,0,0,0),(56088,15656,530,1,1,0,0,8739.34,-7029.13,44.1855,3.88072,300,5,0,139,289,1,0,0,0),(56089,15656,530,1,1,0,0,8689.79,-7009.06,54.6827,1.05894,300,5,0,139,289,1,0,0,0),(56090,15656,530,1,1,0,0,8716,-6978.52,50.4338,5.77583,300,5,0,139,289,1,0,0,0),(56091,15656,530,1,1,0,0,8794.57,-6969.53,38.4437,5.83889,300,5,0,139,289,1,0,0,0),(56092,15656,530,1,1,0,0,8787.61,-6983.05,41.1063,2.28719,300,5,0,139,289,1,0,0,0),(56093,15656,530,1,1,0,0,8807.92,-7009.9,33.751,3.03564,300,5,0,139,289,1,0,0,0),(56094,15656,530,1,1,0,0,8878.3,-7001.66,24.4983,0.446106,300,5,0,139,289,1,0,0,0),(56095,15656,530,1,1,0,0,8877.62,-6983.87,26.7236,3.87521,300,5,0,139,289,1,0,0,0),(56096,15656,530,1,1,0,0,8860.79,-6999.53,26.7648,4.25407,300,5,0,139,289,1,0,0,0),(56097,15656,530,1,1,0,0,8819.83,-6952.84,36.0926,0.669831,300,5,0,139,289,1,0,0,0),(56098,15656,530,1,1,0,0,8856.03,-6976.94,30.0872,1.22639,300,5,0,139,289,1,0,0,0),(56099,15656,530,1,1,0,0,8908.56,-6971.19,23.599,2.64652,300,5,0,139,289,1,0,0,0),(56100,15656,530,1,1,0,0,8956.73,-6983.49,21.1365,5.05568,300,5,0,139,289,1,0,0,0),(56101,15656,530,1,1,0,0,8570.65,-6985.18,77.3339,3.0771,300,5,0,139,289,1,0,0,0),(56102,15656,530,1,1,0,0,8617.34,-6970.95,68.7604,1.48491,300,5,0,139,289,1,0,0,0),(56103,15656,530,1,1,0,0,8654.17,-7029.17,61.4935,0.362163,300,5,0,139,289,1,0,0,0),(56104,15656,530,1,1,0,0,8767.74,-7102.48,35.2301,1.08023,300,5,0,139,289,1,0,0,0),(56105,15656,530,1,1,0,0,8758.6,-7140.92,35.6037,1.64178,300,5,0,139,289,1,0,0,0),(56106,15656,530,1,1,0,0,8748.43,-7034.59,41.985,2.14388,300,5,0,139,289,1,0,0,0),(56107,15656,530,1,1,0,0,8740.41,-7024.27,44.3618,4.56234,300,5,0,139,289,1,0,0,0),(56108,15656,530,1,1,0,0,8785.52,-7044.2,35.0953,4.08453,300,5,0,139,289,1,0,0,0),(56109,17729,546,3,1,0,1,176.877,-428.459,72.596,2.28289,7200,0,0,12824,2620,0,0,0,0),(56110,15657,530,1,1,0,0,8189.91,-6822.08,78.3389,0.369627,300,5,0,184,350,1,0,0,0),(56111,18105,546,3,1,0,0,252.492,-460.927,81.3728,3.54346,43200,0,0,59140,0,0,0,0,0),(56112,17731,546,3,1,0,0,348.366,-417.396,45.8379,2.31876,7200,0,0,16574,0,2,0,0,0),(56113,15657,530,1,1,0,0,8221.09,-6850.13,82.4023,1.26139,300,5,0,184,350,1,0,0,0),(56114,15657,530,1,1,0,0,8250.97,-6858.74,87.6049,2.83405,300,5,0,184,350,1,0,0,0),(56115,15657,530,1,1,0,0,8313.02,-6954.12,93.5131,0.905043,300,5,0,184,350,1,0,0,0),(56116,15657,530,1,1,0,0,8310.35,-6982.76,93.5487,3.58468,300,5,0,184,350,1,0,0,0),(56117,15657,530,1,1,0,0,8287.24,-6954.03,93.2212,4.6518,300,5,0,184,350,1,0,0,0),(56118,15657,530,1,1,0,0,8350.59,-7010.49,94.0418,1.94983,300,5,0,184,350,1,0,0,0),(56119,15657,530,1,1,0,0,8412.99,-6995.7,93.7068,4.85652,300,5,0,184,350,1,0,0,0),(56120,15657,530,1,1,0,0,8460.11,-6992.96,93.1645,3.04158,300,5,0,184,350,1,0,0,0),(56121,15657,530,1,1,0,0,8413.13,-7015.6,92.8394,2.30782,300,5,0,184,350,1,0,0,0),(56122,15657,530,1,1,0,0,8554.99,-6986.42,80.101,6.10857,300,5,0,184,350,1,0,0,0),(56123,15658,530,1,1,0,0,8750.13,-7134.96,35.3793,3.50461,300,0,0,156,0,0,0,0,0),(56124,15658,530,1,1,0,0,8688.45,-7078.42,44.3085,1.76443,300,5,0,156,0,1,0,0,0),(56125,15658,530,1,1,0,0,8743.88,-7145.57,35.3512,2.6058,300,0,0,156,0,0,0,0,0),(56126,15658,530,1,1,0,0,8692.87,-7059,47.5174,2.2362,300,5,0,156,0,1,0,0,0),(56127,15658,530,1,1,0,0,8737.21,-7051.51,40.7471,5.30743,300,0,0,156,0,0,0,0,0),(56128,15658,530,1,1,0,0,8651.69,-7048.54,59.3636,2.57802,300,5,0,156,0,1,0,0,0),(56129,15658,530,1,1,0,0,8629,-7045.69,65.6301,0.658505,300,5,0,156,0,1,0,0,0),(56130,15658,530,1,1,0,0,8780.38,-7000.49,39.7555,2.07552,300,5,0,156,0,1,0,0,0),(56131,15658,530,1,1,0,0,8766.03,-6978.25,42.2881,3.00646,300,5,0,156,0,1,0,0,0),(56132,15658,530,1,1,0,0,8850.89,-7045.91,22.5728,5.85842,300,5,0,156,0,1,0,0,0),(56133,15658,530,1,1,0,0,8820.7,-7047.02,28.3293,0.682364,300,5,0,156,0,1,0,0,0),(56134,15658,530,1,1,0,0,8832.98,-6979.37,32.2664,3.20608,300,5,0,156,0,1,0,0,0),(56135,15658,530,1,1,0,0,8903.7,-6959.92,24.9459,3.04898,300,5,0,156,0,1,0,0,0),(56136,15658,530,1,1,0,0,8889.85,-6957.52,26.6641,2.12874,300,5,0,156,0,1,0,0,0),(56137,15658,530,1,1,0,0,8859.64,-6941.18,31.6333,0.8134,300,5,0,156,0,1,0,0,0),(56138,15658,530,1,1,0,0,8948.94,-6947.99,23.0832,2.88492,300,5,0,156,0,1,0,0,0),(56139,15658,530,1,1,0,0,8224.6,-6806.89,85.6217,5.52305,300,5,0,156,0,1,0,0,0),(56140,15658,530,1,1,0,0,8174.76,-6774.94,77.4627,1.91114,300,5,0,156,0,1,0,0,0),(56141,15658,530,1,1,0,0,8150.8,-6806.06,73.4584,5.00141,300,5,0,156,0,1,0,0,0),(56142,17731,546,3,1,0,0,351.301,-414.672,45.9699,2.31876,7200,0,0,16574,0,2,0,0,0),(56143,17723,546,3,1,0,0,330.847,-379.13,42.6914,0.959484,7200,0,0,36478,0,2,0,0,0),(56144,17731,546,3,1,0,0,256.489,-202.046,27.3741,0.766799,7200,0,0,16574,0,0,0,0,0),(56145,17731,546,3,1,0,0,248.249,-186.084,26.977,0.389022,7200,0,0,16574,0,0,0,0,0),(56146,15658,530,1,1,0,0,8251.47,-6918.68,87.9022,3.12072,300,5,0,156,0,1,0,0,0),(56147,15658,530,1,1,0,0,8283.92,-6921.83,91.9458,3.81339,300,5,0,156,0,1,0,0,0),(56148,15658,530,1,1,0,0,8344.9,-6980.97,93.5487,2.34781,300,5,0,156,0,1,0,0,0),(56149,15658,530,1,1,0,0,8391.01,-7009.49,93.4265,0.771116,300,5,0,156,0,1,0,0,0),(56150,15658,530,1,1,0,0,8324.6,-7010.98,93.508,2.32129,300,0,0,156,0,0,0,0,0),(56151,15658,530,1,1,0,0,8442.5,-7026.56,92.3658,6.04273,300,5,0,156,0,1,0,0,0),(56152,15658,530,1,1,0,0,8457.3,-7012.92,92.8804,3.2749,300,5,0,156,0,1,0,0,0),(56153,15658,530,1,1,0,0,8549.84,-7010.54,81.7725,3.03007,300,5,0,156,0,1,0,0,0),(56154,15658,530,1,1,0,0,8614.19,-7021.54,70.6863,0.477211,300,5,0,156,0,1,0,0,0),(56155,15658,530,1,1,0,0,8591,-7026.19,76.0155,4.36916,300,5,0,156,0,1,0,0,0),(56156,15658,530,1,1,0,0,8652.52,-7047.25,59.489,6.02233,300,5,0,156,0,1,0,0,0),(56157,15658,530,1,1,0,0,8678.84,-7040.16,54.0174,3.62052,300,5,0,156,0,1,0,0,0),(56158,15658,530,1,1,0,0,8684.38,-6987,56.5573,3.37425,300,5,0,156,0,1,0,0,0),(56159,15658,530,1,1,0,0,8730.07,-7060.55,40.4244,1.62749,300,5,0,156,0,1,0,0,0),(56160,15658,530,1,1,0,0,8765.14,-7107.68,35.3671,4.64229,300,0,0,156,0,0,0,0,0),(56161,15658,530,1,1,0,0,8811.16,-7049.15,30.2662,1.05819,300,5,0,156,0,1,0,0,0),(56162,15658,530,1,1,0,0,8687.46,-7080.39,43.9091,1.69297,300,0,0,156,0,0,0,0,0),(56163,15658,530,1,1,0,0,8159.84,-6829.57,75.0952,5.53069,300,5,0,156,0,1,0,0,0),(56164,17731,546,3,1,0,0,243.284,-166.165,27.2673,0.136909,7200,0,0,16574,0,0,0,0,0),(56165,15658,530,1,1,0,0,8382.85,-6980.27,93.704,2.26625,300,5,0,156,0,1,0,0,0),(56166,15658,530,1,1,0,0,8502.36,-6985.93,89.3531,1.51524,300,0,0,156,0,0,0,0,0),(56167,15658,530,1,1,0,0,8485.56,-7017.75,91.7145,0.503399,300,5,0,156,0,1,0,0,0),(56168,17731,546,3,1,0,0,264.026,-161.836,29.5811,3.85132,7200,0,0,16574,0,0,0,0,0),(56169,15668,530,1,1,0,1,8896.9,-5777.99,-3.44298,3.69561,300,0,0,137,0,0,0,0,0),(56170,15668,530,1,1,0,1,8883.25,-5787.77,-2.17818,5.49031,300,5,0,137,0,1,0,0,0),(56171,15668,530,1,1,0,1,8876.48,-5739.55,0.42365,4.42256,300,0,0,137,0,0,0,0,0),(56172,15668,530,1,1,0,1,8787.04,-5782.95,1.43811,1.35394,300,5,0,137,0,1,0,0,0),(56173,15668,530,1,1,0,1,8781.93,-5755.96,0.50774,4.08529,300,5,0,137,0,1,0,0,0),(56174,15668,530,1,1,0,1,8811.12,-5746.9,-0.673102,2.97684,300,5,0,137,0,1,0,0,0),(56175,15668,530,1,1,0,1,8811.2,-5706.32,-3.32496,1.67492,300,5,0,137,0,1,0,0,0),(56176,15668,530,1,1,0,1,8826.68,-5726.33,1.1833,1.3762,300,5,0,137,0,1,0,0,0),(56177,15668,530,1,1,0,1,8872.57,-5727.32,0.3899,3.97938,300,0,0,137,0,0,0,0,0),(56178,15668,530,1,1,0,1,8867.26,-5727.75,0.44028,5.60591,300,0,0,137,0,0,0,0,0),(56179,15668,530,1,1,0,1,8864.77,-5693.92,-2.48604,6.06916,300,5,0,137,0,1,0,0,0),(56180,15668,530,1,1,0,1,8727.13,-5704,-2.78401,1.45647,300,0,0,137,0,0,0,0,0),(56181,15668,530,1,1,0,1,8745.4,-5696.63,0.56078,5.1552,300,0,0,137,0,0,0,0,0),(56182,15668,530,1,1,0,1,8724.67,-5687.52,-3.19648,0.767053,300,0,0,137,0,0,0,0,0),(56183,15668,530,1,1,0,1,8684.06,-5709.82,1.16874,0.835644,300,0,0,137,0,0,0,0,0),(56184,15668,530,1,1,0,1,8673.6,-5698.64,1.0359,1.12689,300,0,0,137,0,0,0,0,0),(56185,15668,530,1,1,0,1,8809.75,-5656.05,-4.53762,0.382426,300,5,0,137,0,1,0,0,0),(56186,15668,530,1,1,0,1,8658.15,-5684.02,1.31772,4.90923,300,0,0,137,0,0,0,0,0),(56187,15668,530,1,1,0,1,8665.52,-5683.09,0.94272,1.73904,300,0,0,137,0,0,0,0,0),(56188,15668,530,1,1,0,1,8632.45,-5668.56,0.26229,3.40069,300,0,0,137,0,0,0,0,0),(56189,15668,530,1,1,0,1,8640.42,-5678.47,1.0507,0.091472,300,5,0,137,0,1,0,0,0),(56190,15668,530,1,1,0,1,8599.8,-5645.76,-2.44307,4.13938,300,0,0,137,0,0,0,0,0),(56191,15668,530,1,1,0,1,8663.05,-5627.8,-7.00466,1.56787,300,0,0,137,0,0,0,0,0),(56192,15668,530,1,1,0,1,8822.04,-5719.6,-0.537056,2.81552,300,5,0,137,0,1,0,0,0),(56193,15668,530,1,1,0,1,8878.02,-5736.25,0.42365,0.274663,300,5,0,137,0,1,0,0,0),(56194,15668,530,1,1,0,1,8881.18,-5720.12,-0.305476,5.79587,300,5,0,137,0,1,0,0,0),(56195,15668,530,1,1,0,1,8876.05,-5716,-0.22284,4.81989,300,5,0,137,0,1,0,0,0),(56196,15668,530,1,1,0,1,8782.68,-5754.65,0.50774,3.14325,300,5,0,137,0,1,0,0,0),(56197,15668,530,1,1,0,1,8785.49,-5772.97,1.04208,0.831731,300,5,0,137,0,1,0,0,0),(56198,15668,530,1,1,0,1,8809.38,-5744.79,-1.41,5.50923,300,0,0,137,0,0,0,0,0),(56199,15668,530,1,1,0,1,8665.44,-5684.2,0.94272,1.208,300,5,0,137,0,1,0,0,0),(56200,15668,530,1,1,0,1,8709.55,-5669.38,-4.46095,5.68621,300,5,0,137,0,1,0,0,0),(56201,15668,530,1,1,0,1,8779.26,-5724.76,0.74941,4.88629,300,5,0,137,0,1,0,0,0),(56202,15668,530,1,1,0,1,8769.21,-5685.38,0.29078,5.92433,300,5,0,137,0,1,0,0,0),(56203,15668,530,1,1,0,1,8714.5,-5718.38,-2.90901,4.86388,300,5,0,137,0,1,0,0,0),(56204,15668,530,1,1,0,1,8680.05,-5703.05,1.04374,5.11916,300,5,0,137,0,1,0,0,0),(56205,15668,530,1,1,0,1,8685.51,-5713.54,1.04374,3.91015,300,5,0,137,0,1,0,0,0),(56206,15668,530,1,1,0,1,8743.23,-5697.4,0.31078,0.785398,300,5,0,137,0,1,0,0,0),(56207,15668,530,1,1,0,1,8804.69,-5702.13,-1.8167,2.08394,300,5,0,137,0,1,0,0,0),(56208,15668,530,1,1,0,1,8627.02,-5689.28,0.80118,6.19156,300,5,0,137,0,1,0,0,0),(56209,15668,530,1,1,0,1,8658.88,-5659.25,-1.95885,3.05449,300,5,0,137,0,1,0,0,0),(56210,15668,530,1,1,0,1,8645.71,-5657.66,-1.20885,1.23398,300,5,0,137,0,1,0,0,0),(56211,15668,530,1,1,0,1,8617.83,-5680.54,0.76649,3.23304,300,5,0,137,0,1,0,0,0),(56212,15668,530,1,1,0,1,8663.66,-5618.97,-8.72419,4.8724,300,5,0,137,0,1,0,0,0),(56213,15668,530,1,1,0,1,8764.75,-5639.12,-5.11916,5.82129,300,5,0,137,0,1,0,0,0),(56214,15668,530,1,1,0,1,8839.18,-5714.95,0.80824,0.694263,300,5,0,137,0,1,0,0,0),(56215,15668,530,1,1,0,1,8808.85,-5644.58,-4.53762,2.07256,300,5,0,137,0,1,0,0,0),(56216,15668,530,1,1,0,1,8891.5,-5788.26,-2.17818,1.33757,300,5,0,137,0,1,0,0,0),(56217,15668,530,1,1,0,1,8886.75,-5780.47,-2.17818,1.36115,300,5,0,137,0,1,0,0,0),(56219,15668,530,1,1,0,1,8863.68,-5687.76,-3.81822,5.56427,300,5,0,137,0,1,0,0,0),(56220,15669,530,1,1,0,1,8781.7,-5743.41,0.50774,2.02763,300,5,0,131,138,1,0,0,0),(56221,15669,530,1,1,0,1,8781.3,-5710.75,0.75377,1.27695,300,5,0,131,138,1,0,0,0),(56222,15669,530,1,1,0,1,8678.38,-5691.57,0.2859,6.2521,300,0,0,131,138,0,0,0,0),(56223,15669,530,1,1,0,1,8695.42,-5653.08,-5.92716,3.19628,300,0,0,131,138,0,0,0,0),(56224,15669,530,1,1,0,1,8584.51,-5665.94,0.69661,0.695489,300,0,0,131,138,0,0,0,0),(56225,15669,530,1,1,0,1,8604.27,-5686.16,0.33681,2.05368,300,0,0,131,138,0,0,0,0),(56226,15669,530,1,1,0,1,8698.56,-5646.19,-5.13468,2.54378,300,5,0,131,138,1,0,0,0),(56227,15669,530,1,1,0,1,8779.73,-5687.94,0.54078,2.81435,300,5,0,131,138,1,0,0,0),(56228,15669,530,1,1,0,1,8676.65,-5691.27,0.5359,5.39239,300,5,0,131,138,1,0,0,0),(56229,15669,530,1,1,0,1,8749.33,-5699.08,0.65378,0.872086,300,5,0,131,138,1,0,0,0),(56230,15669,530,1,1,0,1,8607.83,-5690.18,0.76229,4.86051,300,5,0,131,138,1,0,0,0),(56231,15669,530,1,1,0,1,8591.72,-5652.16,-1.19307,0.575383,300,5,0,131,138,1,0,0,0),(56232,15669,530,1,1,0,1,8771.16,-5697.67,0.66578,2.57187,300,5,0,131,138,1,0,0,0),(56233,15669,530,1,1,0,1,8848.88,-5708.98,0.43324,2.68172,300,5,0,131,138,1,0,0,0),(56234,15669,530,1,1,0,1,8879.94,-5719.27,-0.4174,4.49739,300,5,0,131,138,1,0,0,0),(56235,15669,530,1,1,0,1,8885.28,-5712.6,-1.68048,0.889519,300,5,0,131,138,1,0,0,0),(56236,15669,530,1,1,0,1,8589.01,-5653.44,-0.693074,0.730825,300,5,0,131,138,1,0,0,0),(56237,15670,530,1,1,0,1,9177.52,-5871.64,4.8448,0.707991,300,0,0,120,0,0,0,0,0),(56238,15670,530,1,1,0,1,9092.82,-5880.14,0.7819,1.62981,300,5,0,120,0,1,0,0,0),(56239,15670,530,1,1,0,1,9106.41,-5856.9,0.93634,1.83618,300,0,0,120,0,0,0,0,0),(56240,15670,530,1,1,0,1,9178.66,-5830.06,-0.135822,6.12545,300,0,0,120,0,0,0,0,0),(56241,15670,530,1,1,0,1,9225.75,-5813.89,-2.98253,3.18067,300,0,0,120,0,0,0,0,0),(56242,15670,530,1,1,0,1,9084.79,-5871.37,0.5319,2.55183,300,5,0,120,0,1,0,0,0),(56243,15670,530,1,1,0,1,9090.96,-5824.69,0.91448,3.06191,300,0,0,120,0,0,0,0,0),(56244,15670,530,1,1,0,1,9090.65,-5804.69,0.49034,4.98414,300,0,0,120,0,0,0,0,0),(56245,15670,530,1,1,0,1,9130.53,-5809.23,0.58974,4.3319,300,0,0,120,0,0,0,0,0),(56246,15670,530,1,1,0,1,9144.81,-5797.25,0.00316,5.23878,300,0,0,120,0,0,0,0,0),(56247,15670,530,1,1,0,1,9159.45,-5798.19,-0.496843,0.395978,300,0,0,120,0,0,0,0,0),(56248,15670,530,1,1,0,1,9123.01,-5807.82,0.58165,6.11498,300,5,0,120,0,1,0,0,0),(56249,15670,530,1,1,0,1,9046.55,-5869.85,0.58095,2.01364,300,0,0,120,0,0,0,0,0),(56250,15670,530,1,1,0,1,9028.77,-5869.87,0.56994,1.19159,300,0,0,120,0,0,0,0,0),(56251,15670,530,1,1,0,1,9054.43,-5780.51,0.27976,1.57399,300,0,0,120,0,0,0,0,0),(56252,15670,530,1,1,0,1,9043.87,-5792.07,0.84478,4.57565,300,0,0,120,0,0,0,0,0),(56253,15670,530,1,1,0,1,9075.89,-5781.67,-3.19705,5.51943,300,0,0,120,0,0,0,0,0),(56254,15670,530,1,1,0,1,9023.63,-5826.99,0.67421,1.499,300,0,0,120,0,0,0,0,0),(56255,15670,530,1,1,0,1,9056.05,-5748.71,-1.40402,0.955885,300,0,0,120,0,0,0,0,0),(56256,15670,530,1,1,0,1,9032.82,-5751.79,0.16165,1.51759,300,0,0,120,0,0,0,0,0),(56257,15670,530,1,1,0,1,9022.29,-5855.32,1.04553,3.00676,300,0,0,120,0,0,0,0,0),(56258,15670,530,1,1,0,1,9125.31,-5737.84,-9.71689,1.33056,300,0,0,120,0,0,0,0,0),(56259,15670,530,1,1,0,1,9080.71,-5746.14,-3.52091,6.07066,300,0,0,120,0,0,0,0,0),(56260,15670,530,1,1,0,1,8940.93,-5791.96,0.67374,1.46566,300,0,0,120,0,0,0,0,0),(56261,15670,530,1,1,0,1,8949.41,-5756.58,0.6731,3.31805,300,0,0,120,0,0,0,0,0),(56262,15670,530,1,1,0,1,8945.57,-5745.09,0.4231,1.16113,300,0,0,120,0,0,0,0,0),(56263,15670,530,1,1,0,1,8989.82,-5733.56,0.41932,1.89351,300,0,0,120,0,0,0,0,0),(56264,15670,530,1,1,0,1,8970.07,-5732.65,0.50375,1.03109,300,0,0,120,0,0,0,0,0),(56265,15670,530,1,1,0,1,8975.4,-5743.66,0.82128,2.935,300,5,0,120,0,1,0,0,0),(56266,15670,530,1,1,0,1,8983.77,-5717.58,-1.87125,2.7745,300,5,0,120,0,1,0,0,0),(56267,15670,530,1,1,0,1,9027.35,-5718.97,-1.27409,2.63792,300,0,0,120,0,0,0,0,0),(56268,15670,530,1,1,0,1,8919.32,-5726.39,-2.83307,3.97002,300,0,0,120,0,0,0,0,0),(56269,15670,530,1,1,0,1,8912.87,-5709.37,-3.89072,6.2187,300,0,0,120,0,0,0,0,0),(56270,15670,530,1,1,0,1,8987.07,-5681.84,-10.8168,4.36345,300,0,0,120,0,0,0,0,0),(56271,15670,530,1,1,0,1,9006.38,-5708.53,-1.52409,1.02236,300,0,0,120,0,0,0,0,0),(56272,15670,530,1,1,0,1,8905.28,-5692.64,-7.20028,2.56497,300,0,0,120,0,0,0,0,0),(56273,15670,530,1,1,0,1,8926.04,-5746.88,-1,4.39054,300,5,0,120,0,1,0,0,0),(56274,15670,530,1,1,0,1,8916.84,-5775.12,-1.45697,4.20892,300,5,0,120,0,1,0,0,0),(56275,15670,530,1,1,0,1,8923.67,-5714.96,-3.58096,5.46989,300,5,0,120,0,1,0,0,0),(56276,15670,530,1,1,0,1,8938.48,-5714.02,-2.28599,1.52441,300,5,0,120,0,1,0,0,0),(56277,15670,530,1,1,0,1,8946.56,-5747.36,0.6731,5.95428,300,5,0,120,0,1,0,0,0),(56278,15670,530,1,1,0,1,8978.26,-5758.94,0.54432,5.66512,300,5,0,120,0,1,0,0,0),(56279,15670,530,1,1,0,1,8991.63,-5740.4,0.91932,5.20923,300,5,0,120,0,1,0,0,0),(56280,15670,530,1,1,0,1,8968.15,-5734.8,0.66932,4.36306,300,5,0,120,0,1,0,0,0),(56282,15670,530,1,1,0,1,9008.63,-5740.87,0.82108,3.28411,300,5,0,120,0,1,0,0,0),(56283,15670,530,1,1,0,1,9015.86,-5740.82,0.77489,1.1879,300,5,0,120,0,1,0,0,0),(56284,15670,530,1,1,0,1,9052.3,-5746.94,-1.40402,1.73986,300,5,0,120,0,1,0,0,0),(56285,15670,530,1,1,0,1,9029.85,-5749.27,0.30628,4.30862,300,5,0,120,0,1,0,0,0),(56286,15670,530,1,1,0,1,9043.06,-5796.18,0.95617,4.50158,300,5,0,120,0,1,0,0,0),(56287,15670,530,1,1,0,1,9015.12,-5716.61,-0.774088,0.449084,300,5,0,120,0,1,0,0,0),(56288,15670,530,1,1,0,1,8958.38,-5663.26,-18.8801,4.76225,300,5,0,120,0,1,0,0,0),(56289,15670,530,1,1,0,1,9045.74,-5710.33,-4.51326,0.650731,300,5,0,120,0,1,0,0,0),(56290,15670,530,1,1,0,1,9059.68,-5783.23,-0.970239,5.1983,300,5,0,120,0,1,0,0,0),(56291,15670,530,1,1,0,1,9055.88,-5797.65,-0.345239,6.26659,300,5,0,120,0,1,0,0,0),(56292,15670,530,1,1,0,1,9026.51,-5824.23,0.90724,1.45588,300,5,0,120,0,1,0,0,0),(56293,15670,530,1,1,0,1,8997.04,-5657.22,-24.1604,4.08726,300,5,0,120,0,1,0,0,0),(56294,15670,530,1,1,0,1,9073.46,-5775.03,-2.44705,3.09512,300,5,0,120,0,1,0,0,0),(56295,15670,530,1,1,0,1,9071.21,-5805.22,-1.38466,3.15966,300,5,0,120,0,1,0,0,0),(56296,15670,530,1,1,0,1,9079.33,-5796.29,-1.69705,3.53783,300,5,0,120,0,1,0,0,0),(56297,15670,530,1,1,0,1,9097.29,-5747.89,-4.80094,3.48219,300,5,0,120,0,1,0,0,0),(56298,15670,530,1,1,0,1,9025.47,-5848.16,0.79553,1.42613,300,5,0,120,0,1,0,0,0),(56299,15670,530,1,1,0,1,9114.64,-5749.33,-5.42265,5.17429,300,5,0,120,0,1,0,0,0),(56300,15670,530,1,1,0,1,9047.31,-5873.71,0.83095,4.98147,300,5,0,120,0,1,0,0,0),(56301,15670,530,1,1,0,1,9027.65,-5870.85,0.56994,1.9384,300,5,0,120,0,1,0,0,0),(56302,15670,530,1,1,0,1,9059.57,-5861.08,-3.77318,4.99688,300,5,0,120,0,1,0,0,0),(56303,15670,530,1,1,0,1,9134.57,-5786.57,-0.857025,1.69418,300,5,0,120,0,1,0,0,0),(56304,15670,530,1,1,0,1,9092.28,-5850.04,0.5657,2.63997,300,5,0,120,0,1,0,0,0),(56305,15670,530,1,1,0,1,9090.01,-5880.84,0.9069,3.74592,300,5,0,120,0,1,0,0,0),(56306,15670,530,1,1,0,1,9095.4,-5882.23,0.99584,3.43277,300,5,0,120,0,1,0,0,0),(56307,15670,530,1,1,0,1,9172.35,-5788.84,-1.68867,3.96927,300,5,0,120,0,1,0,0,0),(56308,15670,530,1,1,0,1,9150.4,-5785.03,-1.37184,0.794117,300,5,0,120,0,1,0,0,0),(56309,15670,530,1,1,0,1,9183.74,-5855.76,0.86931,1.59032,300,5,0,120,0,1,0,0,0),(56310,15670,530,1,1,0,1,9154.68,-5806.94,0.39732,2.52195,300,5,0,120,0,1,0,0,0),(56311,15670,530,1,1,0,1,9222.75,-5831.14,-1.77156,5.07741,300,5,0,120,0,1,0,0,0),(15291,2229,0,1,1,3685,1,-40.6782,-956.998,56.2796,2.05949,300,0,0,713,0,0,0,0,0),(278,709,0,1,1,655,1,-12222.6,-786.589,15.2063,3.82823,1800,5,0,1823,0,1,0,0,0),(68540,22991,530,1,1,0,0,-3835.3,3344.77,338.155,-0.767945,180,0,0,4120,0,0,0,0,0),(56316,17731,546,3,1,0,0,269.126,-177.911,29.4993,3.85132,7200,0,0,16574,0,0,0,0,0),(15290,2429,0,1,1,3674,1,-19.4786,-977.401,55.9044,2.07694,300,0,0,1003,0,0,0,0,0),(15289,2395,0,1,1,3650,1,-23.8614,-960.033,55.3987,5.65594,300,0,0,1163,0,2,0,0,0),(135407,16173,532,1,1,1954,0,-10882.4,-1999.13,49.5575,5.63741,604800,8,0,14198,0,1,0,0,0),(56328,17731,546,3,1,0,0,276.543,-191.253,28.6538,3.58743,7200,0,0,16574,0,0,0,0,0),(3646,5958,1,1,1,12849,1,1474.97,-4223.14,59.0771,2.96706,300,0,0,2218,0,0,0,0,0),(3616,5883,1,1,1,4522,1,1472.48,-4224.6,43.0424,2.05949,300,0,0,2769,0,0,0,0,0),(3615,5994,1,1,1,4690,1,1461.02,-4181.68,61.4171,2.82743,300,0,0,4120,0,0,0,0,0),(56334,15882,530,1,1,0,0,8687.08,-6351.65,56.0065,5.30292,300,0,0,4120,0,0,0,0,0),(56335,15882,530,1,1,0,0,8662.34,-6326.68,56.0194,2.53936,300,0,0,4120,0,0,0,0,0),(56336,15883,530,1,1,0,0,8663.13,-6319.44,56.0366,3.12379,300,0,0,4120,0,0,0,0,0),(3571,7567,1,1,1,6303,0,1527.53,-4154.75,40.6335,3.23332,120,0,1,42,0,2,0,0,0),(56338,15920,530,1,1,0,0,9123.11,-5959.77,32.6951,0.383692,300,0,0,247,0,0,0,0,0),(56339,15921,530,1,1,0,0,8854.16,-6278.03,7.87398,1.98968,300,0,0,222,0,0,0,0,0),(56340,15924,530,1,1,0,1,9186.27,-7827.28,98.2947,2.54818,300,0,0,120,0,0,0,0,0),(207616,34949,530,1,1,0,0,-1738.01,5147.58,-37.1216,4.04916,120,0,0,1,0,0,0,0,0),(47650,8902,230,1,1,8799,1,545.488,-162.486,-35.4606,5.86431,7200,0,0,1834,1864,0,0,0,0),(56349,15938,530,1,1,0,1,9368.59,-6961.58,17.6417,3.38594,300,0,0,230,537,0,0,0,0),(56350,15938,530,1,1,0,1,9370.34,-6972.87,18.571,3.40339,300,0,0,230,537,0,0,0,0),(56351,15938,530,1,1,0,1,9367.09,-6970.17,18.321,3.35103,300,0,0,230,537,0,0,0,0),(56352,15938,530,1,1,0,1,9366.47,-6963.99,17.6555,3.54302,300,0,0,230,537,0,0,0,0),(56353,15938,530,1,1,0,1,9365.43,-6966.8,17.8589,3.28122,300,0,0,230,537,0,0,0,0),(56354,15938,530,1,1,0,1,9371.2,-6959.4,17.8917,3.15905,300,0,0,230,537,0,0,0,0),(56355,15938,530,1,1,0,1,8672.19,-6776.32,93.5634,2.93215,300,0,0,230,537,0,0,0,0),(56356,15938,530,1,1,0,1,8671.98,-6780.06,93.8134,2.75762,300,0,0,230,537,0,0,0,0),(56357,15938,530,1,1,0,1,8671.75,-6772.27,93.4384,3.4383,300,0,0,230,537,0,0,0,0),(56358,15938,530,1,1,0,1,8671.61,-6768.23,93.4384,3.19395,300,0,0,230,537,0,0,0,0),(56359,15938,530,1,1,0,1,8681.41,-6801.34,94.528,2.78184,300,0,0,230,537,0,0,0,0),(56360,15938,530,1,1,0,1,8683.48,-6807.89,95.528,2.79253,300,0,0,230,537,0,0,0,0),(56361,15938,530,1,1,0,1,8859.93,-6276.41,7.37629,1.95477,300,0,0,230,537,0,0,0,0),(56362,15938,530,1,1,0,1,8843.42,-6271.9,7.87629,1.67552,300,0,0,230,537,0,0,0,0),(56363,15938,530,1,1,0,1,8842.62,-6275.16,8.25129,1.8675,300,0,0,230,537,0,0,0,0),(56364,15938,530,1,1,0,1,8859.4,-6272.27,7.00129,2.32129,300,0,0,230,537,0,0,0,0),(56365,15938,530,1,1,0,1,8849.42,-6269.06,7.00129,2.02458,300,0,0,230,537,0,0,0,0),(56366,15938,530,1,1,0,1,8855.46,-6269.57,6.75129,2.14675,300,0,0,230,537,0,0,0,0),(56367,15939,530,1,1,0,1,8716.27,-6622.22,80.7642,4.85202,300,0,0,774,2175,0,0,0,0),(56368,15940,530,1,1,0,1,9224.67,-6866.23,11.2325,0.982794,300,0,0,774,2175,2,0,0,0),(56369,15941,530,1,1,0,0,9188.76,-6712.91,25.997,3.87463,300,0,0,150,319,0,0,0,0),(56370,15942,530,1,1,0,1,8684.63,-6798.71,94.0984,2.35619,300,0,0,316,326,0,0,0,0),(56371,15945,530,1,1,0,0,9037.79,-6697.62,12.6447,2.16421,300,0,0,150,319,0,0,0,0),(56372,15946,530,1,1,0,1,9279.7,-6735.83,27.4135,2.25148,300,0,0,774,2175,0,0,0,0),(56373,15949,530,1,1,0,1,9804.5,-6704.95,2.69485,3.29867,300,0,0,115,126,0,0,0,0),(56374,15950,530,1,1,0,1,9164.12,-5818.85,0.39732,0.254135,300,0,0,115,126,0,0,0,0),(56375,15950,530,1,1,0,1,9094.27,-5850.71,0.5657,1.78379,300,0,0,115,126,0,0,0,0),(56376,15950,530,1,1,0,1,9109.91,-5795.53,0.55217,0.309862,300,0,0,115,126,0,0,0,0),(56377,15950,530,1,1,0,1,9119.86,-5817.09,0.50049,1.62994,300,0,0,115,126,0,0,0,0),(56378,15950,530,1,1,0,1,9069.26,-5839.14,-2.6843,1.42565,300,0,0,115,126,0,0,0,0),(56379,15950,530,1,1,0,1,9031.16,-5874.61,0.56994,3.40914,300,0,0,115,126,0,0,0,0),(56380,15950,530,1,1,0,1,9045.09,-5806.63,1.04117,4.81799,300,0,0,115,126,0,0,0,0),(56381,15950,530,1,1,0,1,9013.99,-5789.25,3.64681,2.90301,300,0,0,115,126,0,0,0,0),(56382,15950,530,1,1,0,1,9001.71,-5757.33,0.55628,5.50483,300,0,0,115,126,0,0,0,0),(56383,15950,530,1,1,0,1,9025.4,-5739.7,0.55628,0.006849,300,0,0,115,126,0,0,0,0),(56384,15950,530,1,1,0,1,8934.1,-5753.42,0.0481,3.02362,300,0,0,115,126,0,0,0,0),(56385,15950,530,1,1,0,1,8985.05,-5733.11,1.21521,0.417878,300,0,0,115,126,0,0,0,0),(56386,15950,530,1,1,0,1,9018.16,-5713.58,-1.14909,1.82053,300,0,0,115,126,0,0,0,0),(56387,15950,530,1,1,0,1,8937.01,-5755.03,0.4231,0.644543,300,5,0,115,126,1,0,0,0),(56388,15950,530,1,1,0,1,8981.33,-5734.77,0.29432,5.29099,300,5,0,115,126,1,0,0,0),(56389,15950,530,1,1,0,1,9021.62,-5740.87,0.93128,3.31029,300,5,0,115,126,1,0,0,0),(56390,15950,530,1,1,0,1,9005.18,-5818.43,0.85852,1.21086,300,5,0,115,126,1,0,0,0),(56391,15950,530,1,1,0,1,9040.09,-5770.79,0.47742,5.24159,300,5,0,115,126,1,0,0,0),(56392,15950,530,1,1,0,1,9044.78,-5804.85,1.16617,0.213718,300,5,0,115,126,1,0,0,0),(56393,15950,530,1,1,0,1,9094.03,-5817.63,0.84399,1.88405,300,5,0,115,126,1,0,0,0),(56394,15950,530,1,1,0,1,9035.35,-5873.69,0.83095,3.64754,300,5,0,115,126,1,0,0,0),(56395,15950,530,1,1,0,1,9124.19,-5819.88,0.7847,5.23892,300,5,0,115,126,1,0,0,0),(56396,15950,530,1,1,0,1,9092.26,-5857.76,0.4407,3.4893,300,5,0,115,126,1,0,0,0),(56397,15950,530,1,1,0,1,9163.21,-5819.95,0.52232,6.19798,300,5,0,115,126,1,0,0,0),(56398,15951,530,1,1,0,1,9024.56,-7452.57,103.359,5.14872,300,0,0,322,856,0,0,0,0),(56403,15965,530,1,1,0,1,9312.95,-7881.23,159.206,4.24162,300,5,0,178,382,1,0,0,0),(56404,15965,530,1,1,0,1,9333.18,-7885.8,142.246,5.65996,300,5,0,178,382,1,0,0,0),(56405,15965,530,1,1,0,1,9343.02,-7891.35,148.228,0.844481,300,5,0,178,382,1,0,0,0),(56406,15965,530,1,1,0,1,9297.52,-7921.97,176.762,5.5676,300,0,0,178,382,0,0,0,0),(56407,15966,530,1,1,0,0,9317.49,-7868.12,159.206,2.33946,300,5,0,166,178,1,0,0,0),(56408,15966,530,1,1,0,0,9329.17,-7861.92,159.206,4.18239,300,5,0,166,178,1,0,0,0),(56409,15966,530,1,1,0,0,9345.83,-7837.5,62.3838,1.33407,300,5,0,166,178,1,0,0,0),(56410,15966,530,1,1,0,0,9349.89,-7822.45,136.569,1.78035,300,5,0,166,178,1,0,0,0),(56411,15966,530,1,1,0,0,9416.77,-7839.91,45.8224,0.230532,300,5,0,166,178,1,0,0,0),(56412,15966,530,1,1,0,0,9408.42,-7774.49,62.2007,2.00556,300,5,0,166,178,1,0,0,0),(56413,15966,530,1,1,0,0,9441.35,-7858.44,33.0312,3.23509,300,5,0,166,178,1,0,0,0),(56414,15966,530,1,1,0,0,9480.15,-7785.7,45.7136,5.18375,300,5,0,166,178,1,0,0,0),(56415,15966,530,1,1,0,0,9471.31,-7846.7,22.0407,2.29603,300,5,0,166,178,1,0,0,0),(56416,15966,530,1,1,0,0,9494.03,-7889.02,15.932,1.12355,300,5,0,166,178,1,0,0,0),(56417,15966,530,1,1,0,0,9547.09,-7874.77,15.2383,0.976156,300,5,0,166,178,1,0,0,0),(56418,15966,530,1,1,0,0,9559.97,-7851.81,18.701,2.40457,300,5,0,166,178,1,0,0,0),(56419,15966,530,1,1,0,0,9536.54,-7812.48,32.5578,3.57819,300,5,0,166,178,1,0,0,0),(56420,15966,530,1,1,0,0,9454.04,-7942.86,11.0795,2.8708,300,5,0,166,178,1,0,0,0),(56421,15966,530,1,1,0,0,9552.32,-7926.95,8.50875,4.1586,300,0,0,166,178,0,0,0,0),(56422,15966,530,1,1,0,0,9560.79,-7884.86,13.9455,4.23055,300,5,0,166,178,1,0,0,0),(56423,15966,530,1,1,0,0,9578.01,-7881.94,11.9481,4.87782,300,5,0,166,178,1,0,0,0),(56424,15966,530,1,1,0,0,9468.36,-7920.47,15.0881,1.58098,300,5,0,166,178,1,0,0,0),(56425,15966,530,1,1,0,0,9577.35,-7845.12,17.5466,2.05368,300,5,0,166,178,1,0,0,0),(56426,15966,530,1,1,0,0,9587.25,-7816.53,27.6161,1.61936,300,5,0,166,178,1,0,0,0),(56427,15966,530,1,1,0,0,9448.09,-7955.61,8.3504,4.26301,300,5,0,166,178,1,0,0,0),(56428,15966,530,1,1,0,0,9398.72,-7939.26,10.1441,0.094258,300,5,0,166,178,1,0,0,0),(56429,15966,530,1,1,0,0,9355.8,-7918.29,14.9772,2.34215,300,5,0,166,178,1,0,0,0),(56430,15966,530,1,1,0,0,9388.43,-7923.97,11.8263,5.55535,300,5,0,166,178,1,0,0,0),(56431,15966,530,1,1,0,0,9385,-7889.33,17.564,5.46634,300,5,0,166,178,1,0,0,0),(56432,15967,530,1,1,0,0,9266.1,-7847.47,74.9413,3.56448,300,0,0,166,178,0,0,0,0),(56433,15967,530,1,1,0,0,9332.83,-7837.41,63.8626,0.007812,300,5,0,166,178,1,0,0,0),(56434,15967,530,1,1,0,0,9309.99,-7881.6,159.206,3.37281,300,5,0,166,178,1,0,0,0),(56435,15967,530,1,1,0,0,9321.98,-7875.84,142.245,1.64537,300,5,0,166,178,1,0,0,0),(56436,15967,530,1,1,0,0,9337.4,-7868.27,142.246,2.42889,300,5,0,166,178,1,0,0,0),(56437,15967,530,1,1,0,0,9329.31,-7834.99,136.569,3.03406,300,5,0,166,178,1,0,0,0),(56438,15967,530,1,1,0,0,9377.63,-7844.6,53.6287,4.62427,300,5,0,166,178,1,0,0,0),(56439,15967,530,1,1,0,0,9351.82,-7881.88,142.246,5.21459,300,5,0,166,178,1,0,0,0),(56440,15967,530,1,1,0,0,9344.25,-7861.55,159.206,0.127613,300,5,0,166,178,1,0,0,0),(56441,15967,530,1,1,0,0,9389.17,-7799.69,58.5235,1.8044,300,5,0,166,178,1,0,0,0),(56442,15967,530,1,1,0,0,9451.24,-7784.8,49.6348,1.09588,300,5,0,166,178,1,0,0,0),(56443,15967,530,1,1,0,0,9406.02,-7887.66,18.4817,3.14971,300,5,0,166,178,1,0,0,0),(56444,15967,530,1,1,0,0,9453.35,-7880.87,23.1308,1.54102,300,5,0,166,178,1,0,0,0),(56445,15967,530,1,1,0,0,9518.01,-7817.9,34.1007,2.78225,300,5,0,166,178,1,0,0,0),(56446,15967,530,1,1,0,0,9489.8,-7805.53,38.4669,1.98813,300,5,0,166,178,1,0,0,0),(56447,15967,530,1,1,0,0,9453.11,-7908.09,16.3259,1.44752,300,5,0,166,178,1,0,0,0),(56448,15967,530,1,1,0,0,9525.78,-7895.16,14.5776,3.12186,300,5,0,166,178,1,0,0,0),(56449,15967,530,1,1,0,0,9537.1,-7858.65,15.9609,0.116815,300,5,0,166,178,1,0,0,0),(56450,15967,530,1,1,0,0,9513.86,-7943.28,9.3318,0.990108,300,5,0,166,178,1,0,0,0),(56451,15967,530,1,1,0,0,9485.86,-7954.1,8.86102,5.43416,300,5,0,166,178,1,0,0,0),(56452,15967,530,1,1,0,0,9585.94,-7911.06,5.86156,0.033138,300,5,0,166,178,1,0,0,0),(56453,15967,530,1,1,0,0,9613.01,-7882.61,6.32785,1.76219,300,5,0,166,178,1,0,0,0),(56454,15967,530,1,1,0,0,9607.48,-7849.75,12.0199,5.69952,300,5,0,166,178,1,0,0,0),(56455,15967,530,1,1,0,0,9344.41,-7897.29,142.246,0.913734,300,5,0,166,178,1,0,0,0),(56456,15968,530,1,1,0,1,9121.22,-6171.12,35.5665,4.99164,300,0,0,120,0,0,0,0,0),(56457,15968,530,1,1,0,1,9005.09,-6194.03,23.3583,6.23082,300,0,0,120,0,0,0,0,0),(56458,15968,530,1,1,0,1,9045.06,-6164.24,30.2885,4.67748,300,0,0,120,0,0,0,0,0),(56459,15968,530,1,1,0,1,9089.52,-6126.73,35.8958,4.53786,300,0,0,120,0,0,0,0,0),(56460,15968,530,1,1,0,1,9039.11,-6298.55,22.6258,0.680678,300,0,0,120,0,0,0,0,0),(56461,15969,530,1,1,0,1,9500.11,-7871.48,16.2059,1.98968,300,0,0,234,0,0,0,0,0),(56462,15970,530,1,1,0,1,9251.98,-7230.74,16.4737,6.07375,300,0,0,774,2175,0,0,0,0),(56463,15971,530,1,1,0,0,9256.97,-7230.54,16.4837,3.36848,300,0,0,150,319,0,0,0,0),(56464,15971,530,1,1,0,0,9258,-7228.54,16.4844,2.1293,300,0,0,150,319,0,0,0,0),(56465,15971,530,1,1,0,0,9254.13,-7235.83,16.4832,2.9147,300,0,0,150,319,0,0,0,0),(56466,15971,530,1,1,0,0,9255.61,-7232.89,16.4824,3.08923,300,0,0,150,319,0,0,0,0),(56467,15971,530,1,1,0,0,9252.07,-7238.42,16.4831,2.40855,300,0,0,150,319,0,0,0,0),(56548,15991,530,1,1,0,0,-3016.63,3963.4,3.18861,0.575959,300,0,0,9156,0,0,0,0,0),(56551,17826,546,3,1,0,1,288.582,-121.831,29.7033,3.94975,43200,0,0,53224,55800,2,0,0,0),(3560,7562,1,1,1,2957,0,1527.53,-4154.75,40.6335,3.12222,120,0,1,42,0,2,0,0,0),(3285,9690,0,1,1,9371,0,-7811.14,-2920.99,132.634,5.54995,500,10,0,2980,0,1,0,0,0),(26141,4798,48,1,1,2014,0,-608.954,185.118,-53.7561,2.82743,86400,2,0,1494,544,1,0,0,0),(26140,4798,48,1,1,2014,0,-618.36,187.783,-53.2986,6.03884,86400,2,0,1494,544,1,0,0,0),(26138,4807,48,1,1,4762,1,-614.558,248.205,-50.1774,3.50811,86400,1,0,2529,0,1,0,0,0),(26137,4798,48,1,1,2014,0,-597.49,243.5,-50.8316,3.94444,86400,1,0,1494,544,1,0,0,0),(26120,4805,48,1,1,4982,1,-306.948,343.98,-53.4562,5.23599,86400,1,0,1494,1088,1,0,0,0),(26119,4805,48,1,1,4982,1,-301.391,328.967,-53.245,0.296706,86400,2,0,1494,1088,1,0,0,0),(26117,4805,48,1,1,4982,1,-342.579,353.981,-53.9403,3.45575,86400,2,0,1494,1088,1,0,0,0),(26116,4807,48,1,1,4762,1,-327.164,342.266,-53.798,0.820305,86400,1,0,2529,0,1,0,0,0),(26114,4807,48,1,1,4762,1,-345.512,299.173,-69.9888,4.59022,86400,3,0,2529,0,1,0,0,0),(26113,4805,48,1,1,4982,1,-413.19,322.003,-68.2355,4.72522,86400,5,0,1494,1088,1,0,0,0),(26111,4822,48,1,1,1001,0,-357.921,284.178,-76.6433,0.628319,86400,5,0,1686,0,1,0,0,0),(26110,4805,48,1,1,4982,1,-412.253,314.845,-68.2253,6.17846,86400,5,0,1494,1088,1,0,0,0),(26028,4822,48,1,1,1001,0,-401.973,274.306,-71.1146,4.11898,86400,5,0,1686,0,1,0,0,0),(26051,4807,48,1,1,4762,1,-436.678,289.788,-66.2031,1.97222,86400,5,0,2529,0,1,0,0,0),(3284,7047,0,1,1,397,0,-7581.64,-2639.73,135.813,1.08968,500,10,0,2384,1864,1,0,0,0),(30118,6233,90,1,1,6978,0,-517.389,262.573,-207.823,5.55015,86400,2,0,3412,0,1,0,0,0),(30117,6233,90,1,1,6978,0,-538.958,299.669,-213.308,4.88692,86400,3,0,3412,0,1,0,0,0),(26014,4807,48,1,1,4762,1,-516.048,223.751,-62.8056,0.593412,86400,5,0,2529,0,1,0,0,0),(26015,4822,48,1,1,1001,0,-502.018,257.282,-64.833,2.93215,86400,5,0,1686,0,1,0,0,0),(26013,4822,48,1,1,1001,0,-511.647,242.16,-63.9222,2.82743,86400,5,0,1686,0,1,0,0,0),(3477,7565,1,1,1,1206,0,1527.53,-4154.75,40.6335,3.12881,120,0,1,42,0,2,0,0,0),(3283,9691,0,1,1,8970,0,-7673.33,-2928.12,132.117,5.42386,500,10,0,3082,0,1,0,0,0),(3282,7047,0,1,1,397,0,-7782.45,-2957.47,131.602,3.36769,500,10,0,2384,1864,1,0,0,0),(3281,7047,0,1,1,397,0,-7653.28,-2752.51,131.266,5.71453,500,10,0,2384,1864,1,0,0,0),(3280,7047,0,1,1,397,0,-7627.55,-2812.74,133.833,3.65616,500,10,0,2384,1864,1,0,0,0),(3279,7028,0,1,1,6048,1,-7603.22,-763.992,190.921,4.36332,500,0,0,2550,5206,0,0,0,0),(56698,16144,530,1,1,0,0,8626.61,-6366.06,55.4326,5.91667,300,0,0,377,408,0,0,0,0),(26010,4807,48,1,1,4762,1,-508.143,167.619,-72.6948,2.30383,86400,5,0,2529,0,1,0,0,0),(26011,4807,48,1,1,4762,1,-495.374,213.27,-59.6439,1.27409,86400,5,0,2529,0,1,0,0,0),(26006,4822,48,1,1,1001,0,-376.973,251.511,-68.8261,3.28122,86400,5,0,1686,0,1,0,0,0),(26005,4824,48,1,1,1244,0,-469.985,201.098,-53.1577,2.04204,86400,2,0,1686,0,1,0,0,0),(25904,4824,48,1,1,1244,0,-445.497,237.761,-53.6908,5.21853,86400,2,0,1686,0,1,0,0,0),(25737,4807,48,1,1,4762,1,-486.54,152.893,-71.281,6.14356,86400,5,0,2529,0,1,0,0,0),(56725,16147,530,1,1,0,0,8624.73,-6367.11,55.4327,6.05629,300,0,0,176,0,0,0,0,0),(135406,16173,532,1,1,1954,0,-10894.9,-2005.82,49.5575,1.16937,604800,8,0,14198,0,1,0,0,0),(25736,4805,48,1,1,4982,1,-374.643,237.531,-67.0627,1.95477,86400,5,0,1494,1088,1,0,0,0),(25733,4824,48,1,1,1244,0,-444.589,188.267,-53.0321,1.69297,86400,2,0,1686,0,1,0,0,0),(25734,4824,48,1,1,1244,0,-416.546,233.597,-53.7553,2.04204,86400,2,0,1686,0,1,0,0,0),(25067,4824,48,1,1,1244,0,-414.245,204.658,-53.3232,0.261799,86400,2,0,1686,0,1,0,0,0),(16295,3875,33,1,1,3229,1,-256.982,2249.59,100.976,1.50098,86400,0,0,1251,0,0,0,0,0),(56753,16160,530,1,1,0,0,8657.6,-6366.7,53.5858,0.139626,300,0,0,322,856,0,0,0,0),(56754,16161,530,1,1,0,1,8661.36,-6367,53.6323,3.07178,300,0,0,299,790,0,0,0,0),(56755,16162,530,1,1,0,1,8790.93,-6195.75,7.70431,1.41483,300,5,0,115,126,1,0,0,0),(56756,16162,530,1,1,0,1,8772.45,-6181.39,7.45171,6.18032,300,5,0,115,126,1,0,0,0),(56757,16162,530,1,1,0,1,8818.35,-6193.96,6.95155,1.43117,300,0,0,115,126,0,0,0,0),(56758,16162,530,1,1,0,1,8795.21,-6134.73,4.81151,0.919557,300,5,0,115,126,1,0,0,0),(56759,16162,530,1,1,0,1,8768.84,-6145.84,4.99472,1.22598,300,5,0,115,126,1,0,0,0),(56760,16162,530,1,1,0,1,8769.32,-6118.63,20.0321,3.90548,300,5,0,115,126,1,0,0,0),(56761,16162,530,1,1,0,1,8737.49,-6118.92,20.0686,1.51165,300,5,0,115,126,1,0,0,0),(56762,16162,530,1,1,0,1,8709.5,-6127.77,15.1403,5.25771,300,5,0,115,126,1,0,0,0),(56763,16162,530,1,1,0,1,8757.77,-6110.07,73.0156,3.9914,300,5,0,115,126,1,0,0,0),(56764,16162,530,1,1,0,1,8786.89,-6062.57,4.7184,5.76099,300,5,0,115,126,1,0,0,0),(56765,16162,530,1,1,0,1,8762.82,-6083.95,20.0108,4.65071,300,5,0,115,126,1,0,0,0),(56766,16162,530,1,1,0,1,8755.79,-6070.63,35.4684,0.234286,300,5,0,115,126,1,0,0,0),(56767,16162,530,1,1,0,1,8774.84,-6099.74,48.8475,2.30703,300,5,0,115,126,1,0,0,0),(56768,16162,530,1,1,0,1,8752.08,-6022.92,6.33767,5.36391,300,5,0,115,126,1,0,0,0),(56769,16162,530,1,1,0,1,8719.15,-6041.94,9.5426,0.531801,300,5,0,115,126,1,0,0,0),(56770,16162,530,1,1,0,1,8761.28,-6045.26,4.74465,1.59326,300,5,0,115,126,1,0,0,0),(56771,16162,530,1,1,0,1,8768.51,-5973.04,5.33289,3.21696,300,5,0,115,126,1,0,0,0),(56772,16162,530,1,1,0,1,8743.23,-5990.1,7.73117,2.04334,300,5,0,115,126,1,0,0,0),(56773,16162,530,1,1,0,1,8760.99,-5918.11,7.8946,0.041928,300,5,0,115,126,1,0,0,0),(56774,16162,530,1,1,0,1,8792.25,-6100.99,49.1897,4.21466,300,5,0,115,126,1,0,0,0),(16294,3877,33,1,1,3226,1,-241.655,2256.07,100.977,6.0912,86400,3,0,1563,0,1,0,0,0),(16293,3877,33,1,1,3226,1,-221.775,2252.1,102.841,4.2237,86400,2,0,1563,0,1,0,0,0),(16292,3875,33,1,1,3229,1,-262.139,2296.84,75.4708,2.87979,86400,0,0,1251,0,0,0,0,0),(16291,3875,33,1,1,3230,1,-230.603,2284.89,75.0827,1.44862,86400,0,0,1251,0,0,0,0,0),(16290,3875,33,1,1,3230,1,-254.424,2283.28,75.0826,4.2586,86400,0,0,1251,0,0,0,0,0),(16289,3857,33,1,1,202,0,-245.364,2280.52,75.0826,0.139626,86400,5,0,1347,0,1,0,0,0),(16288,3857,33,1,1,202,0,-226.455,2278.76,74.9993,4.36755,86400,2,0,1347,0,2,0,0,0),(16286,3875,33,1,1,3230,1,-229.406,2272.55,75.0827,0.977384,86400,0,0,1251,0,0,0,0,0),(16285,3857,33,1,1,202,0,-251.413,2294.92,75.0826,1.88496,86400,2,0,1347,0,1,0,0,0),(16284,3857,33,1,1,202,0,-235.827,2276.78,75.0827,3.45575,86400,5,0,1347,0,1,0,0,0),(16283,3875,33,1,1,3229,1,-239.912,2289.25,75.0827,0.715585,86400,0,0,1251,0,0,0,0,0),(16282,3875,33,1,1,3230,1,-261.486,2287.64,75.0826,5.3058,86400,0,0,1251,0,0,0,0,0),(135405,16173,532,1,1,1954,0,-10922.5,-2012.35,49.5575,1.16937,604800,8,0,14198,0,1,0,0,0),(135404,16173,532,1,1,1954,0,-10924,-2037.51,49.5575,2.74017,604800,8,0,14198,0,1,0,0,0),(135403,16173,532,1,1,1954,0,-10941.1,-2035.7,49.5575,3.68265,604800,8,0,14198,0,1,0,0,0),(135402,16171,532,1,1,16050,0,-10993.3,-2011.66,46.0203,4.35758,604800,0,0,35187,0,0,0,0,0),(135401,16171,532,1,1,16050,0,-10986.6,-1942.11,46.7716,5.59471,604800,0,0,35187,0,0,0,0,0),(135400,16171,532,1,1,16050,0,-10981.6,-1937.74,46.5865,5.58505,604800,0,0,35187,0,0,0,0,0),(135399,16171,532,1,1,16050,0,-10960.5,-1970.18,46.0339,5.96449,604800,0,0,35187,0,0,0,0,0),(135398,16171,532,1,1,16050,0,-10964.8,-1973.85,45.9307,5.32345,604800,0,0,35187,0,0,0,0,0),(135397,16171,532,1,1,16050,0,-11012.2,-1991.97,49.8538,2.15512,604800,0,0,35187,0,0,0,0,0),(135396,16171,532,1,1,16050,0,-11024.4,-1970.27,48.5279,4.59422,604800,0,0,35187,0,0,0,0,0),(135395,16171,532,1,1,16050,0,-11020.8,-1967.61,48.5279,4.78999,604800,0,0,35187,0,0,0,0,0),(135394,16171,532,1,1,16050,0,-11030,-1992.86,48.5279,3.18336,604800,0,0,35187,0,0,0,0,0),(135393,16171,532,1,1,16050,0,-11045.1,-2005.39,49.8933,5.20883,604800,0,0,35187,0,0,0,0,0),(135392,16170,532,1,1,16051,0,-10977.3,-1937.69,46.1455,6.13386,604800,0,0,14671,0,0,0,0,0),(135391,16170,532,1,1,16051,0,-10982.5,-1941.77,46.1177,6.04119,604800,0,0,14671,0,0,0,0,0),(135390,16170,532,1,1,16051,0,-10961,-1977.08,46.1327,5.17311,604800,0,0,14671,0,0,0,0,0),(135389,16170,532,1,1,16051,0,-10965.8,-1968.36,45.8687,6.10089,604800,0,0,14671,0,0,0,0,0),(135388,16170,532,1,1,16051,0,-11015.7,-1993.86,48.9893,5.91822,604800,0,0,14671,0,0,0,0,0),(135387,16170,532,1,1,16051,0,-11009.1,-1988.14,48.5279,0.976611,604800,0,0,14671,0,0,0,0,0),(135386,16170,532,1,1,16051,0,-11020.3,-1970.29,48.5279,1.23049,604800,0,0,14671,0,0,0,0,0),(135385,16170,532,1,1,16051,0,-11025.7,-1973.24,48.5279,1.64263,604800,0,0,14671,0,0,0,0,0),(135384,16426,532,1,1,16453,0,-11104,-1889.98,74.3916,2.70168,604800,0,0,4890,0,0,0,0,0),(135383,16170,532,1,1,16051,0,-10991.3,-2012.65,46.03,1.36,604800,0,0,14671,0,0,0,0,0),(135382,16170,532,1,1,16051,0,-11048,-2006.67,49.8868,1.85279,604800,0,0,14671,0,0,0,0,0),(135381,16425,532,1,1,16454,1,-10888.8,-1983.98,92.2563,6.03884,604800,0,0,30160,0,0,0,0,0),(135380,16425,532,1,1,16455,1,-10889.7,-1988.7,92.2569,6.21337,604800,0,0,30160,0,0,0,0,0),(135379,16425,532,1,1,16455,1,-10880.6,-2022.46,92.18,2.6,604800,0,0,30160,0,0,0,0,0),(135378,16425,532,1,1,16456,1,-10878,-2014.22,92.18,2.99,604800,0,0,30160,0,0,0,0,0),(135377,16425,532,1,1,16455,1,-11096.2,-1910.6,74.5005,2.86234,604800,0,0,30160,0,0,0,0,0),(135376,16425,532,1,1,16455,1,-11109.3,-1890.32,74.4884,2.82743,604800,0,0,30160,0,0,0,0,0),(135375,16425,532,1,1,16455,1,-10919.8,-2067.72,92.2621,0.925025,604800,0,0,30160,0,0,0,0,0),(135374,16425,532,1,1,16456,1,-10915.2,-2071.24,92.2597,1.01229,604800,0,0,30160,0,0,0,0,0),(135373,16425,532,1,1,16454,1,-11104.5,-1893.58,74.4882,2.30383,604800,0,0,30160,0,0,0,0,0),(135372,16425,532,1,1,16456,1,-11138.4,-1947.18,74.4901,2.19912,604800,0,0,30160,0,0,0,0,0),(135371,16425,532,1,1,16457,1,-11137.4,-1945.6,74.4871,3.24631,604800,0,0,30160,0,0,0,0,0),(135370,16425,532,1,1,16456,1,-11109.1,-1906.57,74.4892,1.81514,604800,0,0,30160,0,0,0,0,0),(135901,16181,532,1,1,0,0,-10896,-2084.92,49.4749,1.63669,604800,7,0,159348,0,1,0,0,0),(135368,16425,532,1,1,16455,1,-11113,-1902.53,74.4902,3.10669,604800,0,0,30160,0,0,0,0,0),(56862,17827,546,3,1,0,0,284.842,-119.486,29.7667,4.56551,7200,0,0,53226,0,0,0,0,0),(56863,16185,530,1,1,0,1,9487.6,-6830.59,16.7051,0.767945,300,0,0,178,382,0,0,0,0),(56864,16186,530,1,1,0,0,9473.87,-6845.84,28.4612,3.21141,300,0,0,160,350,0,0,0,0),(56865,16191,530,1,1,0,0,9580.71,-7054.05,18.7269,4.69494,300,0,0,1003,0,0,0,0,0),(56866,16192,530,1,1,0,1,9376.4,-7164.92,9.0194,3.1765,300,0,0,10572,0,0,0,0,0),(56868,17723,546,3,1,0,0,176.932,-130.388,27.2638,2.12999,7200,0,0,36478,0,2,0,0,0),(56869,16210,530,1,1,0,0,8718.34,-6655.9,72.8381,5.65487,300,0,0,247,0,0,0,0,0),(56870,16221,530,1,1,0,0,9326.29,-7286.83,11.316,5.25683,300,0,0,1124,0,0,0,0,0),(56871,16221,530,1,1,0,0,9313.12,-7261.06,13.1937,4.66828,300,0,0,1124,0,0,0,0,0),(56872,16221,530,1,1,0,0,9487.82,-6836.69,17.3389,0.698132,300,0,0,1124,0,0,0,0,0),(56873,16221,530,1,1,0,0,9491.68,-6840.8,17.364,0.767945,300,0,0,1124,0,0,0,0,0),(56874,16221,530,1,1,0,0,9509.01,-6840.63,16.6175,1.0821,300,0,0,1124,0,0,0,0,0),(56875,16221,530,1,1,0,0,9513.57,-6842.83,16.6175,1.16937,300,0,0,1124,0,0,0,0,0),(56876,16221,530,1,1,0,0,9713.32,-6647.2,6.5236,0.551163,300,0,0,1124,0,2,0,0,0),(56877,16221,530,1,1,0,0,9073.77,-7454.55,83.0705,5.81029,300,0,0,1124,0,0,0,0,0),(56878,16221,530,1,1,0,0,9102.46,-7482.04,78.3552,5.81037,300,0,0,1124,0,2,0,0,0),(56879,16221,530,1,1,0,0,9007.96,-7439.17,87.0584,1.5708,300,0,0,1124,0,0,0,0,0),(56880,16221,530,1,1,0,0,9027.52,-7454.77,86.7733,6.21337,300,0,0,1124,0,0,0,0,0),(56881,16221,530,1,1,0,0,9027.74,-7461.45,86.7734,0.174533,300,0,0,1124,0,0,0,0,0),(56882,16221,530,1,1,0,0,9003.05,-7484.42,87.2055,4.55531,300,0,0,1124,0,0,0,0,0),(56883,16221,530,1,1,0,0,8971.43,-7486.72,87.1193,4.93928,300,0,0,1124,0,0,0,0,0),(56884,16221,530,1,1,0,0,8943.84,-7468.98,86.6906,2.98451,300,0,0,1124,0,0,0,0,0),(56885,16221,530,1,1,0,0,8959.52,-7444.48,87.1626,1.5708,300,0,0,1124,0,0,0,0,0),(56886,16221,530,1,1,0,0,8943.24,-7461.8,86.6906,3.19395,300,0,0,1124,0,0,0,0,0),(56887,16221,530,1,1,0,0,8729.28,-6678.12,69.9277,2.89892,300,0,0,1124,0,0,0,0,0),(56888,16221,530,1,1,0,0,8729.76,-6676.18,69.9305,2.89898,300,0,0,1124,0,0,0,0,0),(56889,16221,530,1,1,0,0,8716.68,-6642.51,72.7422,5.48033,300,0,0,1124,0,0,0,0,0),(56890,16221,530,1,1,0,0,8704.85,-6652.93,72.8334,5.68977,300,0,0,1124,0,0,0,0,0),(56891,16222,530,1,1,0,0,9617.15,-7372.34,14.9528,5.87726,300,0,0,6978,0,2,0,0,0),(56892,16222,530,1,1,0,0,9797.03,-7418.94,14.026,3.06461,300,0,0,6978,0,2,0,0,0),(56893,16222,530,1,1,0,0,9687.07,-7239.11,14.5624,4.55531,300,0,0,6978,0,0,0,0,0),(56894,16222,530,1,1,0,0,9667.46,-7238.75,14.5916,4.76475,300,0,0,6978,0,0,0,0,0),(56895,16222,530,1,1,0,0,9797.96,-7271.35,26.463,0.610865,300,0,0,6978,0,0,0,0,0),(56896,16222,530,1,1,0,0,9808.85,-7287.31,26.4707,0.663225,300,0,0,6978,0,0,0,0,0),(56897,16222,530,1,1,0,0,9582.39,-7423.01,13.5905,6.12611,300,0,0,6978,0,0,0,0,0),(56898,16222,530,1,1,0,0,9697.57,-7493.35,15.8963,1.71042,300,0,0,6978,0,0,0,0,0),(56899,16222,530,1,1,0,0,9669.24,-7493.15,15.8959,1.58825,300,0,0,6978,0,0,0,0,0),(56900,16222,530,1,1,0,0,9582.14,-7476.4,13.5866,0.017453,300,0,0,6978,0,0,0,0,0),(56901,16222,530,1,1,0,0,9581.91,-7449.88,13.5866,6.16101,300,0,0,6978,0,0,0,0,0),(56902,16222,530,1,1,0,0,9595.75,-7366.75,13.5013,6.22457,300,0,0,6978,0,2,0,0,0),(56903,16222,530,1,1,0,0,9465.92,-7271.86,14.2312,6.19592,300,0,0,6978,0,0,0,0,0),(56904,16222,530,1,1,0,0,9465.75,-7284.91,14.2885,0.017453,300,0,0,6978,0,0,0,0,0),(56905,16222,530,1,1,0,0,9473.46,-7268.09,14.3136,1.81514,300,0,0,6978,0,0,0,0,0),(56906,16222,530,1,1,0,0,9475.94,-7266.25,14.3209,2.6529,300,0,0,6978,0,0,0,0,0),(56907,16222,530,1,1,0,0,9411.22,-7270.27,14.2659,3.19395,300,0,0,6978,0,0,0,0,0),(56908,16222,530,1,1,0,0,9411.07,-7285.72,14.3041,3.07178,300,0,0,6978,0,0,0,0,0),(56909,16222,530,1,1,0,0,9515,-7190.12,16.1918,1.44862,300,0,0,6978,0,0,0,0,0),(56910,16222,530,1,1,0,0,9764.68,-7487.69,13.6072,3.01942,300,0,0,6978,0,0,0,0,0),(56911,16222,530,1,1,0,0,9764.81,-7475.14,13.6419,3.12414,300,0,0,6978,0,0,0,0,0),(56912,16222,530,1,1,0,0,9764.93,-7500.07,13.6402,2.96706,300,0,0,6978,0,0,0,0,0),(56913,16222,530,1,1,0,0,9847.56,-7475.26,15.0341,1.51844,300,0,0,6978,0,0,0,0,0),(56914,16222,530,1,1,0,0,9854.24,-7475.04,15.0317,1.62316,300,0,0,6978,0,0,0,0,0),(56915,16222,530,1,1,0,0,9859.82,-7298.64,26.3121,1.79769,300,0,0,6978,0,0,0,0,0),(56916,16222,530,1,1,0,0,9841.5,-7298.06,26.4707,1.50098,300,0,0,6978,0,0,0,0,0),(56917,16222,530,1,1,0,0,9938.32,-7127.48,47.7922,2.49582,300,0,0,6978,0,0,0,0,0),(56918,16222,530,1,1,0,0,9944.94,-7119.78,47.7922,2.44346,300,0,0,6978,0,0,0,0,0),(56919,16222,530,1,1,0,0,9941.58,-7123.61,47.7922,2.44346,300,0,0,6978,0,0,0,0,0),(56920,16222,530,1,1,0,0,9935.37,-7131.14,47.7922,2.42601,300,0,0,6978,0,0,0,0,0),(56921,16222,530,1,1,0,0,9925.44,-7122.84,47.7922,5.61996,300,0,0,6978,0,0,0,0,0),(56922,16222,530,1,1,0,0,9928.54,-7119.3,47.7922,5.60251,300,0,0,6978,0,0,0,0,0),(56923,16222,530,1,1,0,0,9951.49,-7112,47.7922,2.40855,300,0,0,6978,0,0,0,0,0),(56924,16222,530,1,1,0,0,9931.75,-7115.46,47.7922,5.63741,300,0,0,6978,0,0,0,0,0),(56925,16222,530,1,1,0,0,9948.28,-7115.82,47.7922,2.40855,300,0,0,6978,0,0,0,0,0),(56926,16222,530,1,1,0,0,9938.62,-7107.83,47.7922,5.60251,300,0,0,6978,0,0,0,0,0),(56927,16222,530,1,1,0,0,9941.92,-7103.99,47.7922,5.58505,300,0,0,6978,0,0,0,0,0),(56928,16222,530,1,1,0,0,9935.22,-7111.65,47.7922,5.60251,300,0,0,6978,0,0,0,0,0),(56929,16222,530,1,1,0,0,9689.49,-7056.73,14.4741,4.74729,300,0,0,6978,0,0,0,0,0),(56930,16222,530,1,1,0,0,9707.21,-7056.95,14.5206,4.57276,300,0,0,6978,0,0,0,0,0),(56931,16222,530,1,1,0,0,9535.62,-7190.27,16.1909,1.6057,300,0,0,6978,0,0,0,0,0),(56932,16225,530,1,1,0,0,-4696.18,-12382.8,11.9448,1.76278,300,0,0,42,0,0,0,0,0),(16281,3875,33,1,1,3229,1,-179.083,2236.49,76.3246,0.541052,86400,0,0,1251,0,0,0,0,0),(16280,3875,33,1,1,3229,1,-193.134,2257.3,76.2846,4.95674,86400,0,0,1251,0,0,0,0,0),(16279,3875,33,1,1,3230,1,-182.096,2231.79,76.3246,1.71042,86400,0,0,1251,0,0,0,0,0),(16278,3875,33,1,1,3229,1,-192.787,2249.88,76.2846,3.19395,86400,0,0,1251,0,0,0,0,0),(16277,3875,33,1,1,3230,1,-162.57,2222.21,82.0461,4.21227,86400,0,0,1251,0,2,0,0,0),(16276,3875,33,1,1,3229,1,-205.234,2208.91,79.7644,1.31889,86400,0,0,1251,0,2,0,0,0),(16275,3875,33,1,1,3229,1,-222.213,2159.76,79.8473,0.890118,86400,0,0,1251,0,2,0,0,0),(16274,3875,33,1,1,3229,1,-157.688,2228.26,82.8521,1.32299,86400,0,0,1251,0,2,0,0,0),(16273,3875,33,1,1,3230,1,-203.744,2214.27,79.7623,5.98658,86400,0,0,1251,0,2,0,0,0),(16272,3853,33,1,1,729,0,-199.144,2220.97,79.8411,6.26573,86400,0,0,1212,912,0,0,0,0),(16271,3853,33,1,1,729,0,-223.387,2202.71,79.8452,1.46608,86400,0,0,1212,912,0,0,0,0),(16270,3853,33,1,1,729,0,-177.16,2212.52,80.0965,1.50098,86400,0,0,1212,912,0,0,0,0),(16269,3853,33,1,1,729,0,-230.152,2158.71,81.2356,0.191986,86400,0,0,1212,912,0,0,0,0),(16268,3862,33,1,1,11421,0,-214.404,2146.14,80.9466,2.11928,86400,0,0,1251,0,2,0,0,0),(16267,3862,33,1,1,11421,0,-220.82,2153.53,81.2106,4.72984,86400,0,0,1251,0,0,0,0,0),(16266,3853,33,1,1,729,0,-209.369,2242.35,79.8495,5.86431,86400,0,0,1212,912,0,0,0,0),(16265,3862,33,1,1,11421,0,-205.823,2213.78,79.7605,4.8275,86400,5,0,1251,0,2,0,0,0),(56968,16257,530,1,1,0,1,9534.38,-6875.67,18.8333,2.80998,300,0,0,253,264,0,0,0,0),(56969,16258,530,1,1,0,1,9527.11,-6882.95,18.8333,1.6057,300,0,0,208,205,0,0,0,0),(56970,16259,530,1,1,0,0,9491.64,-6856.79,17.5121,3.97935,300,0,0,186,191,0,0,0,0),(56971,16260,530,1,1,0,1,8980.71,-7411.2,89.4855,4.81711,300,0,0,178,382,0,0,0,0),(56972,16261,530,1,1,0,0,8682.65,-6694.99,73.2215,0.226893,300,0,0,178,382,0,0,0,0),(56973,16262,530,1,1,0,1,9498.86,-6901.32,28.4306,2.18166,300,0,0,199,459,0,0,0,0),(56974,16263,530,1,1,0,1,8983.74,-7443.48,87.1626,4.83456,300,0,0,176,0,0,0,0,0),(56975,16264,530,1,1,0,1,9243.97,-7496.22,37.1339,1.62316,300,0,0,301,326,0,0,0,0),(56976,16266,530,1,1,0,1,9467.63,-6862.82,28.4144,5.23599,300,0,0,219,537,0,0,0,0),(56977,16267,530,1,1,0,1,9467.32,-6868.37,28.4038,0.994838,300,0,0,219,537,0,0,0,0),(56978,16269,530,1,1,0,1,9462.24,-6853.45,28.4612,6.23082,300,0,0,219,537,0,0,0,0),(56979,16270,530,1,1,0,1,9529.21,-6864.58,18.8327,3.85718,300,0,0,230,249,0,0,0,0),(56980,16271,530,1,1,0,0,9534.17,-6851.21,16.5768,2.68781,300,0,0,230,249,0,0,0,0),(56981,16272,530,1,1,0,1,9479.53,-6880.07,28.4266,1.36136,300,0,0,148,165,0,0,0,0),(56982,16273,530,1,1,0,1,9362.89,-7134.58,8.66731,1.46608,300,0,0,222,0,0,0,0,0),(56983,16275,530,1,1,0,1,9516.05,-6870.96,18.8333,6.14356,300,0,0,230,249,0,0,0,0),(56984,16276,530,1,1,0,1,9466.62,-6844.23,28.4612,4.64258,300,0,0,219,537,0,0,0,0),(56985,16277,530,1,1,0,0,9494.86,-6879.45,28.4306,4.55531,300,0,0,276,295,0,0,0,0),(56986,16278,530,1,1,0,1,9363.75,-7130.75,8.68478,4.39823,300,0,0,222,0,0,0,0,0),(56987,16279,530,1,1,0,1,9534.15,-6876,26.2321,3.82227,300,0,0,247,0,0,0,0,0),(56988,16280,530,1,1,0,0,9269.23,-7510.49,37.9325,1.91986,300,0,0,301,326,0,0,0,0),(16264,3853,33,1,1,729,0,-200.86,2191.01,79.8479,3.28122,86400,0,0,1212,912,0,0,0,0),(56994,16294,530,1,1,0,1,8763.01,-6103.01,73.159,2.14675,300,0,0,148,825,0,0,0,0),(16263,3853,33,1,1,729,0,-195.475,2203.13,79.8469,4.43314,86400,0,0,1212,912,0,0,0,0),(16262,3850,33,1,1,2005,0,-240.904,2122.55,81.2629,2.47837,86400,0,0,1062,2040,0,0,0,0),(16261,3849,33,1,1,2006,1,-243.712,2113.72,81.2629,2.86234,86400,0,0,1131,408,0,0,0,0),(16260,4444,33,1,1,2689,0,-217.991,2150.77,81.1327,2.79253,86400,0,0,531,0,0,0,0,0),(16259,3866,33,1,1,8808,0,-243.174,2126.93,100.112,6.07375,86400,0,0,1452,0,0,0,0,0),(16258,3868,33,1,1,1955,0,-248.788,2122.86,100.112,1.58825,86400,0,0,1452,0,0,0,0,0),(16257,4279,33,1,1,522,0,-236.708,2146.08,100.112,4.46804,86400,0,0,2605,0,0,0,0,0),(16256,4278,33,1,1,3223,1,-222.592,2259.44,102.839,3.47321,86400,0,0,2165,980,0,0,0,0),(57012,17882,546,3,1,0,0,150.509,14.0001,26.8266,0.0298287,43200,0,0,75696,27900,0,0,0,0),(57013,17871,546,3,1,0,0,-56.5687,-281.541,-4.53601,0.85292,7200,0,0,12395,5136,0,0,0,0),(95028,17527,530,1,1,0,0,-2093.75,-11067,59.7863,2.10769,300,5,0,356,0,1,0,0,0),(57015,17871,546,3,1,0,0,-58.6292,-248.558,-4.53601,0.321467,7200,0,0,12395,5136,0,0,0,0),(57016,16353,530,1,1,0,0,9062.25,-7433.34,84.1491,0.446182,300,5,0,176,0,1,0,0,0),(79411,17962,547,3,1,0,1,-292.963,-382.576,30.4961,6.27707,86400,0,0,15489,0,2,0,0,0),(79428,17962,547,3,1,0,1,128.635,-467.288,3.0339,1.63872,86400,5,0,15489,0,1,0,0,0),(6759,721,0,1,1,328,0,-9625.32,-2916.41,52.3696,0.668232,300,5,0,1,0,1,0,0,0),(57020,16362,530,1,1,0,1,8235.5,-6664.06,84.5585,4.43314,300,0,0,774,2175,0,0,0,0),(16255,4275,33,1,1,2353,1,-76.7541,2152.41,155.792,2.49582,86400,0,0,4640,2040,0,0,0,0),(57022,16366,530,1,1,0,0,8680.36,-6327.51,56.0313,3.9619,300,0,0,299,790,0,0,0,0),(57023,16367,530,1,1,0,1,8678.92,-6329.09,56.0269,0.837758,300,0,0,299,790,0,0,0,0),(3278,7028,0,1,1,6048,1,-7620.51,-768.226,190.877,5.5676,500,0,0,2550,5206,0,0,0,0),(135367,16425,532,1,1,16457,1,-11101.7,-1914.14,74.4909,0.069813,604800,0,0,30160,0,0,0,0,0),(57027,16397,530,1,1,0,0,8703.9,-6633.56,72.8276,5.18363,300,0,0,230,537,0,0,0,0),(135366,16425,532,1,1,16457,1,-11115.4,-1944.76,74.4815,6.10865,604800,0,0,30160,0,0,0,0,0),(135365,16425,532,1,1,16454,1,-11113.8,-1943.01,74.4811,4.60767,604800,0,0,30160,0,0,0,0,0),(135364,16425,532,1,1,16457,1,-11163.1,-1941.51,74.4837,4.5204,604800,0,0,30160,0,0,0,0,0),(135363,16169,532,1,1,16166,1,-11076.2,-2011.3,49.9707,1.5708,604800,0,0,4890,0,0,0,0,0),(135362,16424,532,1,1,16458,1,-11098.3,-1909.38,74.4992,0.034907,604800,0,0,30160,0,0,0,0,0),(57037,16442,530,1,1,0,1,9681.59,-7363.88,12.0154,0.069813,300,0,0,1003,0,0,0,0,0),(57038,16443,530,1,1,0,1,8990.88,-7462.58,86.7742,0.750492,300,0,0,185,0,0,0,0,0),(57039,16444,530,1,1,0,0,8731.69,-6656.5,70.6696,5.60251,300,0,0,344,0,0,0,0,0),(135361,16424,532,1,1,16461,1,-11163.7,-1919.94,74.4993,1.27409,604800,0,0,30160,0,0,0,0,0),(3476,8404,1,1,1,7631,1,1527.53,-4154.75,40.6335,0.069843,300,0,1,1003,0,2,0,0,0),(135360,16424,532,1,1,16461,1,-11153.9,-1921.49,74.5096,1.58825,604800,0,0,30160,0,0,0,0,0),(135359,16424,532,1,1,16459,1,-11110.8,-1890.15,74.4901,6.21337,604800,0,0,30160,0,0,0,0,0),(135358,16424,532,1,1,0,1,-10877,-1972.51,92.1719,4.6125,604800,0,0,30160,0,0,0,0,0),(135357,16424,532,1,1,0,1,-10878.2,-1964.8,92.1707,1.47146,604800,0,0,30160,0,2,0,0,0),(135356,16424,532,1,1,16458,1,-11105.6,-1892.33,74.4876,5.60251,604800,0,0,30160,0,0,0,0,0),(135355,16424,532,1,1,16461,1,-11139.9,-1944.54,74.488,5.28835,604800,0,0,30160,0,0,0,0,0),(135354,16424,532,1,1,16460,1,-11109.8,-1904.89,74.4905,5.14872,604800,0,0,30160,0,0,0,0,0),(135353,16424,532,1,1,16458,1,-11140.6,-1946.36,74.4178,0.191986,604800,0,0,30160,0,0,0,0,0),(135352,16424,532,1,1,16458,1,-11114.6,-1902.83,74.4883,0.383972,604800,0,0,30160,0,0,0,0,0),(135351,16424,532,1,1,16459,1,-11100.2,-1914.07,74.4925,3.01942,604800,0,0,30160,0,0,0,0,0),(135350,16424,532,1,1,16461,1,-11137.9,-1894.65,74.391,3.81298,604800,0,0,30160,0,0,0,0,0),(135349,16424,532,1,1,16460,1,-11141.5,-1897.53,74.4216,3.82578,604800,0,0,30160,0,2,0,0,0),(135348,16424,532,1,1,16458,1,-11114,-1945.94,74.4815,1.18682,604800,0,0,30160,0,0,0,0,0),(135347,16424,532,1,1,16461,1,-11112.3,-1945.32,74.4811,2.80998,604800,0,0,30160,0,0,0,0,0),(135346,16424,532,1,1,16461,1,-11162.9,-1944.72,74.4793,2.05949,604800,0,0,30160,0,0,0,0,0),(135345,16424,532,1,1,16458,1,-11164.6,-1943.54,74.4773,0.139626,604800,0,0,30160,0,0,0,0,0),(135344,14881,532,1,1,9829,0,-10939.7,-1982.73,49.4898,5.88924,604800,5,0,8,0,1,0,0,0),(135343,14881,532,1,1,14952,0,-10961.5,-1959.48,45.9367,0.581299,604800,5,0,8,0,1,0,0,0),(135342,14881,532,1,1,1160,0,-10935.6,-1819.07,121.705,0.546953,604800,5,0,8,0,1,0,0,0),(135341,14881,532,1,1,9829,0,-10948.3,-1850.57,96.5483,1.29764,604800,5,0,8,0,1,0,0,0),(135340,14881,532,1,1,1160,0,-10994,-2017.65,93.8246,1.38252,604800,5,0,8,0,1,0,0,0),(135339,14881,532,1,1,1160,0,-10898.9,-1993.73,49.4742,0.074805,604800,5,0,8,0,1,0,0,0),(135338,14881,532,1,1,9829,0,-10999.3,-1984.67,47.2114,1.9749,604800,5,0,8,0,1,0,0,0),(135337,14881,532,1,1,1160,0,-10969.9,-1889.05,78.8998,6.03488,604800,5,0,8,0,1,0,0,0),(135336,14881,532,1,1,1160,0,-10842.5,-1814.86,121.705,2.65246,604800,5,0,8,0,1,0,0,0),(135335,14881,532,1,1,1160,0,-11149.5,-1894.21,49.8903,3.29504,604800,5,0,8,0,1,0,0,0),(135334,14881,532,1,1,14952,0,-10987.2,-1959.58,79.974,3.53291,604800,5,0,8,0,1,0,0,0),(135333,14881,532,1,1,9829,0,-10937,-1943.64,49.4447,5.78433,604800,5,0,8,0,1,0,0,0),(135332,14881,532,1,1,1160,0,-10865.7,-1872.47,70.7718,1.8675,604800,0,0,8,0,0,0,0,0),(135331,14881,532,1,1,14952,0,-10920.1,-2024.01,49.4742,5.43348,604800,5,0,8,0,1,0,0,0),(135330,14881,532,1,1,1160,0,-10901.8,-2016.16,92.1749,5.80847,604800,5,0,8,0,1,0,0,0),(135329,14881,532,1,1,1160,0,-10984.4,-1957,79.9735,2.85534,604800,5,0,8,0,1,0,0,0),(135328,14881,532,1,1,9829,0,-11099.5,-1960.67,49.8903,0.046382,604800,5,0,8,0,1,0,0,0),(135327,14881,532,1,1,9829,0,-10951.1,-1864.67,124.558,2.22051,604800,5,0,8,0,1,0,0,0),(135326,14881,532,1,1,14952,0,-10993.2,-2003.01,79.9739,5.82125,604800,5,0,8,0,1,0,0,0),(135325,14881,532,1,1,1160,0,-10913.6,-2082.22,49.4742,1.45887,604800,5,0,8,0,1,0,0,0),(135324,14881,532,1,1,1160,0,-11055.5,-2028.62,49.8798,3.28005,604800,5,0,8,0,1,0,0,0),(135323,14881,532,1,1,1160,0,-10896.8,-2005.95,92.1749,6.1295,604800,5,0,8,0,1,0,0,0),(135322,14881,532,1,1,2536,0,-11056.6,-1991.79,49.909,6.05743,604800,5,0,8,0,1,0,0,0),(135321,14881,532,1,1,9829,0,-10954.3,-1852.31,123.303,1.24969,604800,5,0,8,0,1,0,0,0),(135320,14881,532,1,1,2536,0,-11013.7,-1972.78,48.5279,1.47648,604800,5,0,8,0,1,0,0,0),(135319,14881,532,1,1,9829,0,-11000.9,-1979.8,48.8205,3.26488,604800,5,0,8,0,1,0,0,0),(135318,14881,532,1,1,2536,0,-10946.5,-2030.37,49.5575,5.53269,604800,0,0,8,0,0,0,0,0),(135317,14881,532,1,1,2536,0,-10851,-1845.03,95.7725,4.33707,604800,5,0,8,0,1,0,0,0),(135316,14881,532,1,1,9829,0,-10963.6,-1984.83,46.0342,2.25554,604800,5,0,8,0,1,0,0,0),(135315,16415,532,1,1,7550,0,-11069.2,-2007.05,77.3515,4.7822,604800,0,0,30160,0,0,0,0,0),(135314,16415,532,1,1,7550,0,-11072.2,-2007.96,77.3515,0.034907,604800,0,0,30160,0,0,0,0,0),(135313,16415,532,1,1,7550,0,-11040.9,-1943.36,77.3515,4.39823,604800,0,0,30160,0,0,0,0,0),(135312,16415,532,1,1,7550,0,-11044.5,-1946.31,77.3515,1.44862,604800,0,0,30160,0,0,0,0,0),(135311,16415,532,1,1,0,0,-10958.1,-1911.15,78.8878,1.67135,604800,0,0,30160,0,2,0,0,0),(135310,16415,532,1,1,0,0,-10982.1,-1917.61,78.868,3.02809,604800,5,0,30160,0,2,0,0,0),(135309,16415,532,1,1,7550,0,-11050.7,-1949.32,77.2681,4.62807,604800,5,0,30160,0,1,0,0,0),(135308,16415,532,1,1,0,0,-10973.6,-1913.26,78.8654,3.00604,604800,0,0,30160,0,2,0,0,0),(135307,16159,532,1,1,16048,1,-11108.2,-1945.88,49.8824,3.76087,604800,0,0,4890,0,2,0,0,0),(135306,16414,532,1,1,16538,1,-11059.8,-1992.05,77.3515,5.60251,604800,0,0,40214,0,0,0,0,0),(135305,16414,532,1,1,16537,1,-11057.8,-1994.26,77.3515,1.93731,604800,0,0,40214,0,0,0,0,0),(135304,16414,532,1,1,16537,1,-11060.3,-1936.51,77.3515,5.41052,604800,0,0,40214,0,0,0,0,0),(135303,16414,532,1,1,16538,1,-11059.6,-1939.02,77.3515,1.5708,604800,0,0,40214,0,0,0,0,0),(135302,16414,532,1,1,16538,1,-10948.3,-1919.07,78.9514,2.94961,604800,0,0,40214,0,0,0,0,0),(135301,16414,532,1,1,16537,1,-10947.4,-1913.48,78.9514,3.08923,604800,0,0,40214,0,0,0,0,0),(135300,16414,532,1,1,16538,1,-11022.8,-1899.42,78.9514,6.17846,604800,0,0,40214,0,0,0,0,0),(135299,16414,532,1,1,16538,1,-11023.9,-1907.72,78.9514,6.17846,604800,0,0,40214,0,0,0,0,0),(135298,16412,532,1,1,16532,1,-11057.7,-1919.83,77.3515,4.01426,604800,0,0,30160,0,0,0,0,0),(135297,16412,532,1,1,16531,1,-11053.3,-1951.09,77.3515,3.54302,604800,0,0,30160,0,0,0,0,0),(135296,16412,532,1,1,16531,1,-11053.4,-1957.66,77.3515,1.72788,604800,0,0,30160,0,0,0,0,0),(135295,16412,532,1,1,16529,1,-11072.7,-1986.1,77.3515,1.79769,604800,0,0,30160,0,0,0,0,0),(135294,16411,532,1,1,16527,1,-11060.7,-1921.2,77.3515,1.41372,604800,0,0,30160,0,0,0,0,0),(135293,16411,532,1,1,16525,1,-11063.4,-1919.51,77.3515,0.855211,604800,0,0,30160,0,0,0,0,0),(135292,16411,532,1,1,16525,1,-11052.7,-1954.5,77.3515,2.68781,604800,0,0,30160,0,0,0,0,0),(135291,16411,532,1,1,16527,1,-11071.1,-1983.6,77.3515,2.61799,604800,0,0,30160,0,0,0,0,0),(135290,16411,532,1,1,16524,1,-11071.6,-1980.46,77.3515,3.31613,604800,0,0,30160,0,0,0,0,0),(135289,16410,532,1,1,16509,1,-10936,-1933.27,93.9036,3.03687,604800,0,0,41328,0,0,0,0,0),(135288,16410,532,1,1,16511,1,-10929.9,-1969.78,92.2645,3.68265,604800,0,0,41328,0,0,0,0,0),(135287,16410,532,1,1,16509,1,-10967.7,-1997.78,80.0562,3.97935,604800,0,0,41328,0,0,0,0,0),(135286,16410,532,1,1,16509,1,-10954.3,-1970.09,80.0568,3.45575,604800,0,0,41328,0,0,0,0,0),(135285,16409,532,1,5,16467,1,-10949.5,-2013.09,93.8216,3.09862,604800,0,0,7825,15775,0,0,0,0),(135284,16409,532,1,5,16464,1,-10950.8,-2022.06,93.8216,2.44932,604800,0,0,7825,15775,0,0,0,0),(57173,16475,530,1,1,0,1,-3961.7,-13926.9,100.972,4.53786,300,0,0,86,0,0,0,0,0),(57174,16476,530,1,1,0,0,-4083.05,-13757.8,74.8751,5.77704,300,0,0,71,0,0,0,0,0),(57175,16477,530,1,1,0,1,-4039.4,-13773.7,75.3083,5.18363,300,0,0,120,0,0,0,0,0),(135283,16409,532,1,5,16465,1,-10945.1,-1969.73,93.8216,2.13963,604800,0,0,7825,15775,0,0,0,0),(135282,16409,532,1,5,16467,1,-10992.3,-2005.77,93.8216,-0.292494,604800,0,0,7825,15775,0,0,0,0),(135281,16409,532,1,5,16464,1,-10947,-1989.35,93.8216,-1.50386,604800,0,0,7825,15775,0,0,0,0),(135280,16409,532,1,5,16464,1,-10947,-1992.18,93.8216,1.16737,604800,0,0,7825,15775,0,0,0,0),(135279,16409,532,1,5,16464,1,-10947,-2002.99,79.9729,-2.89151,604800,0,0,7825,15775,0,0,0,0),(135278,16409,532,1,3,16465,1,-10957.8,-1982.62,80.0568,5.11381,604800,0,0,7825,15775,0,0,0,0),(135277,16409,532,1,3,16466,1,-10959.7,-1987.43,80.0567,0.453786,604800,0,0,7825,15775,0,0,0,0),(135276,16409,532,1,3,16467,1,-10960.1,-1985.45,80.0566,6.17846,604800,0,0,7825,15775,0,0,0,0),(135275,16409,532,1,3,16465,1,-10953.8,-1987.85,80.0571,0.905114,604800,0,0,7825,15775,0,0,0,0),(57188,16483,530,1,1,0,0,-4395.52,-13349.5,50.3295,3.735,300,0,0,50,0,0,0,0,0),(57189,16483,530,1,1,0,0,-4500.6,-13520.9,60.8727,0.383972,300,0,0,50,0,0,0,0,0),(57190,16483,530,1,1,0,0,-4451.14,-13549.8,49.6751,4.92183,300,0,0,50,0,0,0,0,0),(57191,16483,530,1,1,0,0,-4440.35,-13605.4,46.1065,6.10865,300,0,0,50,0,0,0,0,0),(57192,16483,530,1,1,0,0,-4400.71,-13688.8,50.4839,1.0472,300,0,0,50,0,0,0,0,0),(57193,16483,530,1,1,0,0,-4149.65,-13885.1,78.8713,1.55334,300,0,0,50,0,0,0,0,0),(57194,16483,530,1,1,0,0,-4062.29,-13669.5,71.5797,6.24828,300,0,0,50,0,0,0,0,0),(57195,16483,530,1,1,0,0,-4290.41,-13703.7,56.7776,5.32325,300,0,0,50,0,0,0,0,0),(57196,16483,530,1,1,0,0,-4319.21,-13652.2,50.6171,1.98968,300,0,0,50,0,0,0,0,0),(57197,16483,530,1,1,0,0,-4284.38,-13489.6,47.8416,1.90241,300,0,0,50,0,0,0,0,0),(57198,16483,530,1,1,0,0,-4068.4,-13560.1,53.0503,1.8326,300,0,0,50,0,0,0,0,0),(57199,16483,530,1,1,0,0,-4119.94,-13413.6,53.8843,0.785398,300,0,0,50,0,0,0,0,0),(57200,16483,530,1,1,0,0,-3979.17,-13538.2,53.0914,5.49779,300,0,0,50,0,0,0,0,0),(57201,16483,530,1,1,0,0,-3915.55,-13720.7,64.4439,1.01229,300,0,0,50,0,0,0,0,0),(57202,16483,530,1,1,0,0,-3944.69,-13770.1,65.4194,2.58309,300,0,0,50,0,0,0,0,0),(57203,16483,530,1,1,0,0,-3884.84,-13844.6,89.2872,0.15708,300,0,0,50,0,0,0,0,0),(57204,16483,530,1,1,0,0,-4234.76,-13382.2,42.8695,3.52556,300,0,0,50,0,0,0,0,0),(57205,16483,530,1,1,0,0,-4317.74,-13417.1,43.9235,3.56047,300,0,0,50,0,0,0,0,0),(135274,16409,532,1,3,16465,1,-10955.7,-1988.82,80.057,1.8326,604800,0,0,7825,15775,0,0,0,0),(135273,16409,532,1,3,16467,1,-10959.3,-1983.77,80.0567,5.65487,604800,0,0,7825,15775,0,0,0,0),(135272,16409,532,1,3,16464,1,-10958.1,-1988.95,80.0568,1.09956,604800,0,0,7825,15775,0,0,0,0),(135271,16409,532,1,3,16466,1,-10955.7,-1982.6,80.0569,4.46804,604800,0,0,7825,15775,0,0,0,0),(135270,16409,532,1,3,16464,1,-10978.9,-2015.48,80.0564,3.05433,604800,0,0,7825,15775,0,0,0,0),(135269,16409,532,1,3,16467,1,-10986.9,-2015.3,80.0569,0.034907,604800,0,0,7825,15775,0,0,0,0),(57212,16501,530,1,1,0,1,-4103.19,-13744.2,74.621,3.75246,300,0,0,115,126,0,0,0,0),(57213,16502,530,1,1,0,1,-4120.99,-13762.1,73.588,0.511774,300,0,0,111,259,2,0,0,0),(16254,3887,33,1,1,3222,1,-275.342,2297.35,76.2365,5.89921,86400,0,0,2420,0,0,0,0,0),(16253,3886,33,1,1,524,0,-202.596,2257.96,76.2846,3.97935,86400,0,0,1936,0,0,0,0,0),(57220,16507,540,3,1,0,1,65.572,39.0145,-13.2211,4.76371,86400,0,0,19607,0,0,0,0,0),(57221,16507,540,3,1,0,1,74.3971,39.177,-13.2211,4.3341,86400,0,0,19607,0,0,0,0,0),(57222,16507,540,3,1,0,1,64.9133,95.2946,-13.2228,4.8577,86400,0,0,19607,0,0,0,0,0),(57223,16507,540,3,1,0,1,75.3152,95.737,-13.2228,4.45951,86400,0,0,19607,0,0,0,0,0),(57224,16514,530,1,1,0,1,-4057.03,-13721.6,72.9162,0.314159,300,0,0,86,0,0,0,0,0),(57225,16516,530,1,1,0,0,-4355.77,-13380.8,47.9666,4.72143,300,5,0,42,0,1,0,0,0),(57226,16516,530,1,1,0,0,-4370.09,-13373.7,50.9291,5.91838,300,5,0,42,0,1,0,0,0),(57227,16516,530,1,1,0,0,-4398.12,-13444.7,48.8726,5.03874,300,5,0,42,0,1,0,0,0),(57228,16516,530,1,1,0,0,-4385.96,-13450.8,47.6226,4.77257,300,5,0,42,0,1,0,0,0),(57229,16516,530,1,1,0,0,-4455.21,-13557.3,48.6,2.88072,300,0,0,42,0,0,0,0,0),(57230,16516,530,1,1,0,0,-4447.93,-13579.9,48.3041,2.75762,300,5,0,42,0,1,0,0,0),(57231,16516,530,1,1,0,0,-4339.07,-13713,56.3399,2.15302,300,5,0,42,0,1,0,0,0),(57232,16516,530,1,1,0,0,-4344.96,-13717,55.9607,1.01488,300,5,0,42,0,1,0,0,0),(57233,16516,530,1,1,0,0,-4328.63,-13697.9,55.8183,3.67916,300,5,0,42,0,1,0,0,0),(57234,16516,530,1,1,0,0,-4326.44,-13683.6,54.0683,0.799863,300,5,0,42,0,1,0,0,0),(57235,16516,530,1,1,0,0,-4221.31,-13908.9,86.8839,1.24039,300,5,0,42,0,1,0,0,0),(57236,16516,530,1,1,0,0,-4219.47,-13842.9,67.0078,5.36671,300,5,0,42,0,1,0,0,0),(57237,16516,530,1,1,0,0,-4207.4,-13861.9,65.9779,3.15458,300,5,0,42,0,1,0,0,0),(57238,16516,530,1,1,0,0,-4127.22,-13811.6,73.8173,0.234557,300,5,0,42,0,1,0,0,0),(57239,16516,530,1,1,0,0,-4102.82,-13807.7,73.4366,0.549117,300,5,0,42,0,1,0,0,0),(57240,16516,530,1,1,0,0,-3919.93,-13813.7,81.5631,0.66627,300,5,0,42,0,1,0,0,0),(57241,16516,530,1,1,0,0,-3910.15,-13809.1,81.7458,4.98471,300,5,0,42,0,1,0,0,0),(57242,16516,530,1,1,0,0,-3969.36,-13732,63.317,4.0316,300,5,0,42,0,1,0,0,0),(57243,16516,530,1,1,0,0,-3990.58,-13679.5,62.205,0.63374,300,5,0,42,0,1,0,0,0),(57244,16516,530,1,1,0,0,-3972.72,-13680.1,63.58,0.418142,300,5,0,42,0,1,0,0,0),(57245,16516,530,1,1,0,0,-4198.66,-13684.5,70.2773,3.09827,300,5,0,42,0,1,0,0,0),(57246,16516,530,1,1,0,0,-4181.45,-13678.7,71.4023,4.057,300,5,0,42,0,1,0,0,0),(57247,16516,530,1,1,0,0,-4248.33,-13647.2,54.3719,4.27358,300,5,0,42,0,1,0,0,0),(57248,16516,530,1,1,0,0,-4243.23,-13621.4,56,4.82731,300,5,0,42,0,1,0,0,0),(57249,16516,530,1,1,0,0,-4320.3,-13516.2,43.7465,4.78694,300,5,0,42,0,1,0,0,0),(57250,16516,530,1,1,0,0,-4244.82,-13551.1,50.2716,1.18903,300,5,0,42,0,1,0,0,0),(57251,16516,530,1,1,0,0,-4272.59,-13484.9,47.2743,0.980569,300,5,0,42,0,1,0,0,0),(57252,16516,530,1,1,0,0,-4146.08,-13506.7,49.9846,2.99782,300,5,0,42,0,1,0,0,0),(57253,16516,530,1,1,0,0,-4160.32,-13528.1,50.2346,0.670229,300,5,0,42,0,1,0,0,0),(57254,16516,530,1,1,0,0,-4155.83,-13557.4,50.7257,5.46058,300,5,0,42,0,1,0,0,0),(57255,16516,530,1,1,0,0,-4142.13,-13575.4,52.7587,2.38348,300,5,0,42,0,1,0,0,0),(57256,16516,530,1,1,0,0,-4188.27,-13487.5,44.801,5.18369,300,5,0,42,0,1,0,0,0),(57257,16516,530,1,1,0,0,-4121.81,-13488.3,48.6294,5.48971,300,5,0,42,0,1,0,0,0),(57258,16516,530,1,1,0,0,-4222.23,-13455.7,45.4254,2.84158,300,5,0,42,0,1,0,0,0),(57259,16516,530,1,1,0,0,-4076.92,-13549.8,54.6255,2.56321,300,5,0,42,0,1,0,0,0),(57260,16516,530,1,1,0,0,-4090,-13578,55.0273,3.89328,300,5,0,42,0,1,0,0,0),(57261,16516,530,1,1,0,0,-4115,-13425.3,52.0159,4.29158,300,5,0,42,0,1,0,0,0),(57262,16516,530,1,1,0,0,-4076.98,-13588.4,55.2629,1.21102,300,5,0,42,0,1,0,0,0),(57263,16516,530,1,1,0,0,-3964.47,-13510.1,57.222,2.6276,300,5,0,42,0,1,0,0,0),(57264,16516,530,1,1,0,0,-3968.75,-13527.1,57,2.88511,300,5,0,42,0,1,0,0,0),(57265,16516,530,1,1,0,0,-3919.58,-13541.7,56.8901,2.66732,300,5,0,42,0,1,0,0,0),(57266,16516,530,1,1,0,0,-3922.5,-13564.7,59.3901,3.86437,300,5,0,42,0,1,0,0,0),(57267,16516,530,1,1,0,0,-3912.72,-13590,59.9085,3.42664,300,5,0,42,0,1,0,0,0),(57268,16516,530,1,1,0,0,-3928.39,-13588.7,60.4499,2.54415,300,5,0,42,0,1,0,0,0),(57269,16516,530,1,1,0,0,-3955.95,-13669.7,57.6589,1.38723,300,5,0,42,0,1,0,0,0),(57270,16516,530,1,1,0,0,-3934.26,-13675,57.1589,0.999466,300,5,0,42,0,1,0,0,0),(57271,16516,530,1,1,0,0,-3919.93,-13648.7,60.2421,0.613633,300,5,0,42,0,1,0,0,0),(57272,16516,530,1,1,0,0,-3901.44,-13698.9,64.1719,2.46143,300,5,0,42,0,1,0,0,0),(57273,16516,530,1,1,0,0,-3955.28,-13699,57.9089,4.5275,300,5,0,42,0,1,0,0,0),(57274,16516,530,1,1,0,0,-3887.16,-13746.4,70.7919,4.68331,300,5,0,42,0,1,0,0,0),(57275,16516,530,1,1,0,0,-4026.61,-13707.7,71.6013,4.40152,300,5,0,42,0,1,0,0,0),(57276,16516,530,1,1,0,0,-4031.43,-13612.3,54.4635,6.23756,300,5,0,42,0,1,0,0,0),(57277,16516,530,1,1,0,0,-4056.13,-13610.4,52.1854,1.3449,300,5,0,42,0,1,0,0,0),(57278,16516,530,1,1,0,0,-4244.53,-13370.1,44.151,0.78312,300,5,0,42,0,1,0,0,0),(57279,16516,530,1,1,0,0,-4237.36,-13395.9,44.2447,5.50462,300,5,0,42,0,1,0,0,0),(57280,16517,530,1,1,0,0,-4260.52,-13531.3,49.5508,3.64245,300,5,0,71,0,1,0,0,0),(57281,16517,530,1,1,0,0,-4222.59,-13545.7,47.9533,2.07467,300,5,0,71,0,1,0,0,0),(57282,16517,530,1,1,0,0,-4254.98,-13489.7,47.5988,0.585146,300,5,0,71,0,1,0,0,0),(57283,16517,530,1,1,0,0,-4226.98,-13507.9,46.7997,2.34799,300,5,0,71,0,1,0,0,0),(57284,16517,530,1,1,0,0,-4196.08,-13512.4,48.63,2.41394,300,5,0,71,0,1,0,0,0),(57285,16517,530,1,1,0,0,-4186.08,-13548.6,49.9265,5.39944,300,5,0,71,0,1,0,0,0),(57286,16517,530,1,1,0,0,-4191.81,-13480.6,44.7757,1.53357,300,5,0,71,0,1,0,0,0),(57287,16517,530,1,1,0,0,-4153.9,-13479.9,45.7566,5.73308,300,5,0,71,0,1,0,0,0),(57288,16517,530,1,1,0,0,-4218.33,-13487,46.2243,1.59665,300,5,0,71,0,1,0,0,0),(57289,16517,530,1,1,0,0,-4180.32,-13473.7,43.8043,0.301073,300,5,0,71,0,1,0,0,0),(57290,16517,530,1,1,0,0,-4150.77,-13538.5,51.3969,0.275198,300,5,0,71,0,1,0,0,0),(57291,16517,530,1,1,0,0,-4150.69,-13459.7,46.794,5.12231,300,5,0,71,0,1,0,0,0),(57292,16517,530,1,1,0,0,-4210.1,-13450.1,44.9254,0.62123,300,5,0,71,0,1,0,0,0),(57293,16517,530,1,1,0,0,-4178.67,-13462,45.1068,4.77012,300,5,0,71,0,1,0,0,0),(57294,16517,530,1,1,0,0,-4097.85,-13485.3,48.9356,2.36972,300,5,0,71,0,1,0,0,0),(57295,16517,530,1,1,0,0,-4083.2,-13515,52.8934,2.27869,300,5,0,71,0,1,0,0,0),(57296,16517,530,1,1,0,0,-4083.47,-13503.1,52.0338,3.91042,300,5,0,71,0,1,0,0,0),(57297,16517,530,1,1,0,0,-4100.8,-13543.5,53.1511,5.15421,300,5,0,71,0,1,0,0,0),(57298,16517,530,1,1,0,0,-4190.53,-13419.2,45.2168,5.0648,300,5,0,71,0,1,0,0,0),(57299,16517,530,1,1,0,0,-4205.09,-13425.5,44.4254,0.26968,300,5,0,71,0,1,0,0,0),(57300,16517,530,1,1,0,0,-4159.2,-13421.9,49.3544,2.93447,300,5,0,71,0,1,0,0,0),(57301,16517,530,1,1,0,0,-4093.57,-13441.2,52.332,2.70677,300,5,0,71,0,1,0,0,0),(57302,16517,530,1,1,0,0,-4122.47,-13447.1,47.7064,4.14837,300,5,0,71,0,1,0,0,0),(57303,16517,530,1,1,0,0,-4046.68,-13478.8,53.5748,1.97394,300,5,0,71,0,1,0,0,0),(57304,16517,530,1,1,0,0,-4072.8,-13457.4,53.739,0.7673,300,5,0,71,0,1,0,0,0),(57305,16517,530,1,1,0,0,-4104.09,-13408.2,52.8844,0.074587,300,5,0,71,0,1,0,0,0),(57306,16517,530,1,1,0,0,-4113.85,-13546.8,52.5578,0.004461,300,5,0,71,0,1,0,0,0),(57307,16517,530,1,1,0,0,-4109.98,-13523.9,51.9585,0.681697,300,5,0,71,0,1,0,0,0),(57308,16517,530,1,1,0,0,-4256.15,-13460.1,45.3121,4.35878,300,5,0,71,0,1,0,0,0),(57472,16537,530,1,1,0,0,-4618.05,-13941.7,84.0538,4.26699,300,0,0,71,0,0,0,0,0),(57473,16537,530,1,1,0,0,-4650.98,-13956.6,85.9617,2.37365,300,0,0,71,0,0,0,0,0),(57471,16537,530,1,1,0,0,-4667.77,-14004.5,89.4598,0.523599,300,0,0,71,0,0,0,0,0),(57470,16537,530,1,1,0,0,-4618.65,-13987.1,83.2991,1.43117,300,0,0,71,0,0,0,0,0),(57469,16537,530,1,1,0,0,-4578.86,-13946.5,83.8755,0.939468,300,5,0,71,0,1,0,0,0),(57468,16537,530,1,1,0,0,-4559.14,-13963.2,86.5855,0.541052,300,0,0,71,0,0,0,0,0),(57466,16537,530,1,1,0,0,-4579.45,-14002.4,86.1748,2.94961,300,0,0,71,0,0,0,0,0),(57467,16537,530,1,1,0,0,-4547.3,-13956,86.4308,3.49066,300,0,0,71,0,0,0,0,0),(57465,16537,530,1,1,0,0,-4465.75,-14084.7,109.47,3.4383,300,0,0,71,0,0,0,0,0),(57322,16519,530,1,1,0,1,-2472.22,4856.3,42.532,3.81456,300,0,0,5527,0,0,0,0,0),(57324,16519,530,1,1,0,1,-2456.92,4890,33.7065,2.08318,300,0,0,5527,0,0,0,0,0),(57325,16519,530,1,1,0,1,-2507.23,4901.47,39.0388,5.30037,300,0,0,5527,0,0,0,0,0),(57326,16519,530,1,1,0,1,-2517.95,4930.26,41.2299,0.606185,300,0,0,5527,0,0,0,0,0),(57327,16519,530,1,1,0,1,-2565.11,4901.04,38.4706,5.87983,300,0,0,5527,0,0,0,0,0),(57328,16519,530,1,1,0,1,-2465.62,5009.82,28.1981,1.40003,300,0,0,5527,0,0,0,0,0),(57329,16519,530,1,1,0,1,-2473,4977,31.8176,5.24804,300,0,0,5527,0,0,0,0,0),(57330,16519,530,1,1,0,1,-2408.9,5017.77,30.2313,5.72558,300,0,0,5527,0,0,0,0,0),(57331,16519,530,1,1,0,1,-2492.6,5023.52,24.8203,2.04022,300,0,0,5527,0,0,0,0,0),(57332,16519,530,1,1,0,1,-2443.98,5016.61,27.6523,0.95679,300,0,0,5527,0,0,0,0,0),(57333,16519,530,1,1,0,1,-2482.16,5035.67,23.2625,3.7356,300,0,0,5527,0,0,0,0,0),(57334,16519,530,1,1,0,1,-2476.27,5080.76,13.8029,2.07186,300,0,0,5527,0,0,0,0,0),(57335,16520,530,1,1,0,0,-4289.7,-13295.4,48.262,2.29056,300,5,0,42,0,1,0,0,0),(57336,16520,530,1,1,0,0,-4318.07,-13349.1,47.098,1.34408,300,5,0,42,0,1,0,0,0),(57337,16520,530,1,1,0,0,-4237.35,-13345.7,43.8194,0.128493,300,5,0,42,0,1,0,0,0),(57338,16520,530,1,1,0,0,-4291.31,-13381.6,47.0983,5.13943,300,5,0,42,0,1,0,0,0),(57339,16520,530,1,1,0,0,-4366.26,-13342.8,49.9554,0.093841,300,5,0,42,0,1,0,0,0),(57340,16520,530,1,1,0,0,-4450.97,-13366.1,50.9163,3.99338,300,5,0,42,0,1,0,0,0),(57341,16520,530,1,1,0,0,-4407.35,-13374.3,49.9438,0.027244,300,5,0,42,0,1,0,0,0),(57342,16520,530,1,1,0,0,-4328.82,-13412.6,44.3863,5.67882,300,5,0,42,0,1,0,0,0),(57343,16520,530,1,1,0,0,-4413.25,-13414.2,48.6313,2.99395,300,5,0,42,0,1,0,0,0),(57344,16520,530,1,1,0,0,-4439.6,-13441.1,48.5525,0.42035,300,5,0,42,0,1,0,0,0),(57345,16520,530,1,1,0,0,-4474.65,-13422.1,51.0028,2.40646,300,5,0,42,0,1,0,0,0),(57346,16520,530,1,1,0,0,-4410.35,-13488.3,44.3246,5.99602,300,5,0,42,0,1,0,0,0),(57347,16520,530,1,1,0,0,-4455.86,-13479,50.5941,0.956774,300,5,0,42,0,1,0,0,0),(57348,16520,530,1,1,0,0,-4380.25,-13479.2,43.1146,3.44478,300,5,0,42,0,1,0,0,0),(57349,16520,530,1,1,0,0,-4438.23,-13537.2,48.9434,4.7714,300,5,0,42,0,1,0,0,0),(57350,16520,530,1,1,0,0,-4458.95,-13611.5,49.0865,1.72854,300,5,0,42,0,1,0,0,0),(57351,16520,530,1,1,0,0,-4479.94,-13588.8,52.8992,1.90739,300,5,0,42,0,1,0,0,0),(57352,16520,530,1,1,0,0,-4327.89,-13739.4,58.1275,0.201654,300,5,0,42,0,1,0,0,0),(57353,16520,530,1,1,0,0,-4256.6,-13843,67.9517,6.15398,300,5,0,42,0,1,0,0,0),(57354,16520,530,1,1,0,0,-4138.44,-13872.6,75.7742,4.93173,300,5,0,42,0,1,0,0,0),(57355,16520,530,1,1,0,0,-4110.74,-13923.8,87.6767,4.36987,300,5,0,42,0,1,0,0,0),(57356,16520,530,1,1,0,0,-4060.51,-13922.3,86.7205,4.16481,300,5,0,42,0,1,0,0,0),(57357,16520,530,1,1,0,0,-4084.13,-13934.2,86.5774,3.96443,300,5,0,42,0,1,0,0,0),(57358,16520,530,1,1,0,0,-3978.88,-13824.7,82.2668,1.64183,300,5,0,42,0,1,0,0,0),(57359,16520,530,1,1,0,0,-3962.55,-13844.5,84.7597,3.0961,300,5,0,42,0,1,0,0,0),(57360,16520,530,1,1,0,0,-3944.23,-13779.4,65.692,4.12231,300,5,0,42,0,1,0,0,0),(57361,16520,530,1,1,0,0,-3967.04,-13758,65.5806,5.97106,300,5,0,42,0,1,0,0,0),(57362,16520,530,1,1,0,0,-4009.25,-13751.6,69.9944,1.27151,300,5,0,42,0,1,0,0,0),(57363,16520,530,1,1,0,0,-3957.74,-13725.5,63.0968,3.87747,300,5,0,42,0,1,0,0,0),(57364,16520,530,1,1,0,0,-4002.97,-13721.7,66.998,5.46789,300,5,0,42,0,1,0,0,0),(75961,16537,530,1,1,0,0,-4594.7,-14003.5,86.0174,1.36692,300,0,0,71,0,2,0,0,0),(57366,16520,530,1,1,0,0,-4095.74,-13655.3,76.4186,4.84959,300,5,0,42,0,1,0,0,0),(75960,16537,530,1,1,0,0,-4589.24,-13965.9,82.7032,3.97444,300,0,0,71,0,2,0,0,0),(57368,16520,530,1,1,0,0,-3934.23,-13759.9,66.1094,5.03975,300,5,0,42,0,1,0,0,0),(57369,16520,530,1,1,0,0,-4236.17,-13680.5,56.0785,1.83756,300,5,0,42,0,1,0,0,0),(57370,16520,530,1,1,0,0,-4174.77,-13625,56.9268,5.30472,300,5,0,42,0,1,0,0,0),(57371,16520,530,1,1,0,0,-4243.74,-13584.9,51.7205,0.456033,300,5,0,42,0,1,0,0,0),(57372,16520,530,1,1,0,0,-4279.26,-13545,48.1582,0.27764,300,5,0,42,0,1,0,0,0),(57373,16520,530,1,1,0,0,-4128.29,-13593.1,55.3632,3.24128,300,5,0,42,0,1,0,0,0),(57374,16520,530,1,1,0,0,-4024.71,-13568.3,54.7915,3.46369,300,5,0,42,0,1,0,0,0),(57375,16520,530,1,1,0,0,-4059.08,-13585.3,51.4723,1.76814,300,5,0,42,0,1,0,0,0),(57376,16520,530,1,1,0,0,-4016.13,-13486.8,54.325,2.54227,300,5,0,42,0,1,0,0,0),(57377,16520,530,1,1,0,0,-3996.3,-13528.2,55.097,3.21453,300,5,0,42,0,1,0,0,0),(57378,16520,530,1,1,0,0,-4004.79,-13559.8,55.0792,2.53951,300,5,0,42,0,1,0,0,0),(57379,16520,530,1,1,0,0,-3980.83,-13488.6,54.6746,1.2756,300,5,0,42,0,1,0,0,0),(57380,16520,530,1,1,0,0,-3951.45,-13488.2,60.2778,5.5581,300,5,0,42,0,1,0,0,0),(57381,16520,530,1,1,0,0,-3938.67,-13520.3,55.0427,1.73853,300,5,0,42,0,1,0,0,0),(57382,16520,530,1,1,0,0,-3990.16,-13550.1,53.7874,0.766586,300,5,0,42,0,1,0,0,0),(57383,16520,530,1,1,0,0,-3976.93,-13461,67.6881,0.371565,300,5,0,42,0,1,0,0,0),(57384,16520,530,1,1,0,0,-3888.57,-13565.2,57.6563,0.554883,300,5,0,42,0,1,0,0,0),(57385,16520,530,1,1,0,0,-3929.3,-13540.6,55.0598,4.71934,300,5,0,42,0,1,0,0,0),(57386,16520,530,1,1,0,0,-3939.59,-13581.3,56.1606,2.02462,300,5,0,42,0,1,0,0,0),(57387,16520,530,1,1,0,0,-3940.23,-13609.4,57.3111,0.387932,300,5,0,42,0,1,0,0,0),(57388,16520,530,1,1,0,0,-3984.23,-13605.1,54.9732,4.69023,300,5,0,42,0,1,0,0,0),(57389,16520,530,1,1,0,0,-3892.46,-13592.1,60.694,1.89276,300,5,0,42,0,1,0,0,0),(57390,16520,530,1,1,0,0,-3905.72,-13618.6,60.0588,3.28624,300,5,0,42,0,1,0,0,0),(57391,16520,530,1,1,0,0,-3884.31,-13656,63.0053,6.03679,300,5,0,42,0,1,0,0,0),(75959,16537,530,1,1,0,0,-4447.7,-13871.1,100.039,0.550673,300,0,0,71,0,2,0,0,0),(57393,16520,530,1,1,0,0,-3951.81,-13649.5,61.3875,0.790082,300,5,0,42,0,1,0,0,0),(57394,16520,530,1,1,0,0,-3912.96,-13664.6,62.1635,5.00425,300,5,0,42,0,1,0,0,0),(57395,16520,530,1,1,0,0,-3975.17,-13651.9,60.1801,0.563583,300,5,0,42,0,1,0,0,0),(57396,16520,530,1,1,0,0,-3972.69,-13636.8,58.5069,5.27478,300,5,0,42,0,1,0,0,0),(57397,16520,530,1,1,0,0,-3849.15,-13641.9,63.6733,4.01965,300,5,0,42,0,1,0,0,0),(57398,16520,530,1,1,0,0,-4006.28,-13627.6,57.5356,2.14472,300,5,0,42,0,1,0,0,0),(57399,16520,530,1,1,0,0,-4022.59,-13680.7,68.7543,0.088087,300,5,0,42,0,1,0,0,0),(57400,16520,530,1,1,0,0,-4056.17,-13679.8,70.1951,2.89415,300,5,0,42,0,1,0,0,0),(75958,16537,530,1,1,0,0,-4434.66,-13759.4,56.6934,6.16494,300,0,0,71,0,2,0,0,0),(57402,16520,530,1,1,0,0,-3880.48,-13687.5,65.5784,1.78353,300,5,0,42,0,1,0,0,0),(57403,16520,530,1,1,0,0,-3917.07,-13711.2,62.5648,1.2454,300,5,0,42,0,1,0,0,0),(57404,16520,530,1,1,0,0,-3874.91,-13724.3,68.729,0.10586,300,5,0,42,0,1,0,0,0),(57405,16520,530,1,1,0,0,-3982.21,-13717.7,64.0884,4.11734,300,5,0,42,0,1,0,0,0),(57406,16520,530,1,1,0,0,-3848.81,-13677.6,69.4028,6.11152,300,5,0,42,0,1,0,0,0),(57407,16520,530,1,1,0,0,-3906.59,-13781.7,74.245,0.465936,300,5,0,42,0,1,0,0,0),(57408,16520,530,1,1,0,0,-3874.97,-13785.4,77.2556,2.81761,300,5,0,42,0,1,0,0,0),(57409,16520,530,1,1,0,0,-3869.21,-13757.2,73.9271,2.52707,300,5,0,42,0,1,0,0,0),(57410,16520,530,1,1,0,0,-3884.29,-13821.7,86.9822,3.36772,300,5,0,42,0,1,0,0,0),(57411,16520,530,1,1,0,0,-4050.89,-13509.5,53.464,5.7575,300,5,0,42,0,1,0,0,0),(57412,16520,530,1,1,0,0,-4276.75,-13465.8,46.9142,1.45789,300,5,0,42,0,1,0,0,0),(57413,16520,530,1,1,0,0,-4257.33,-13415,42.7701,3.78531,300,5,0,42,0,1,0,0,0),(57414,16520,530,1,1,0,0,-4349.98,-13454.9,42.5915,5.57473,300,5,0,42,0,1,0,0,0),(57415,16521,530,1,1,0,1,-4558.07,-13383,84.0283,0.980421,300,0,0,69,79,0,0,0,0),(31456,4344,1,1,1,2548,0,-3843.26,-3343.89,29.1474,5.26893,360,10,0,1305,1186,1,0,0,0),(57417,16521,530,1,1,0,1,-4541.05,-13310.2,78.3192,5.89921,300,0,0,69,79,0,0,0,0),(57418,16521,530,1,1,0,1,-4552.73,-13322.7,78.282,5.25344,300,0,0,69,79,0,0,0,0),(57419,16521,530,1,1,0,1,-4528.21,-13318.1,78.1211,3.05433,300,0,0,69,79,0,0,0,0),(57420,16521,530,1,1,0,1,-4565.62,-13343.3,78.5349,0.174533,300,0,0,69,79,2,0,0,0),(57421,16521,530,1,1,0,1,-4468.98,-13331.2,64.6254,0.360784,300,5,0,69,79,1,0,0,0),(57422,16521,530,1,1,0,1,-4464.95,-13363.5,52.1415,0.722918,300,5,0,69,79,1,0,0,0),(57423,16521,530,1,1,0,1,-4454.48,-13376.6,51.6823,3.26121,300,5,0,69,79,1,0,0,0),(57424,16521,530,1,1,0,1,-4494.92,-13426.4,50.0208,0.199758,300,5,0,69,79,1,0,0,0),(57425,16521,530,1,1,0,1,-4510.43,-13400.2,53.6066,5.48033,300,0,0,69,79,0,0,0,0),(57426,16521,530,1,1,0,1,-4493.67,-13412.1,49.7117,5.91039,300,5,0,69,79,1,0,0,0),(57427,16521,530,1,1,0,1,-4457.09,-13345.6,52.298,3.06849,300,5,0,69,79,1,0,0,0),(57428,16521,530,1,1,0,1,-4497.39,-13372.4,54.1443,3.51087,300,5,0,69,79,1,0,0,0),(57429,16521,530,1,1,0,1,-4542.06,-13348.2,76.2419,3.1765,300,0,0,69,79,0,0,0,0),(57430,16521,530,1,1,0,1,-4541.22,-13373.3,74.4768,2.38996,300,5,0,69,79,1,0,0,0),(57431,16521,530,1,1,0,1,-4494.6,-13336,57.1758,4.86947,300,0,0,69,79,0,0,0,0),(57432,16521,530,1,1,0,1,-4495.07,-13341.3,54.9482,0.872046,300,0,0,69,79,2,0,0,0),(57433,16521,530,1,1,0,1,-4489,-13347.7,55.1236,1.0971,300,5,0,69,79,1,0,0,0),(57434,16521,530,1,1,0,1,-4509.1,-13355.9,52.6516,2.39644,300,5,0,69,79,1,0,0,0),(57435,16521,530,1,1,0,1,-4535.66,-13327.2,77.8384,1.74533,300,0,0,69,79,0,0,0,0),(57436,16521,530,1,1,0,1,-4543.68,-13322.2,77.9086,0.769462,300,0,0,69,79,2,0,0,0),(57437,16521,530,1,1,0,1,-4507.94,-13308.2,73.5159,3.89441,300,5,0,69,79,1,0,0,0),(57438,16521,530,1,1,0,1,-4561.61,-13332,78.297,4.36313,300,0,0,69,79,0,0,0,0),(57439,16522,530,1,1,0,1,-4579.39,-13319.9,88.0798,6.10865,300,0,0,114,230,0,0,0,0),(57442,16535,530,1,1,0,1,-4195.09,-13735.8,73.8058,0.523599,300,0,0,120,0,0,0,0,0),(57464,16537,530,1,1,0,0,-4471.01,-14096.7,109.848,2.72591,300,0,0,71,0,0,0,0,0),(57463,16537,530,1,1,0,0,-4461.88,-14118.2,109.416,3.05433,300,0,0,71,0,0,0,0,0),(57461,16537,530,1,1,0,0,-4512.1,-14093.7,109.204,0.226893,300,0,0,71,0,0,0,0,0),(57462,16537,530,1,1,0,0,-4494.95,-14105.3,109.317,1.44862,300,0,0,71,0,0,0,0,0),(57460,16537,530,1,1,0,0,-4511.49,-14061,108.563,2.25227,300,5,0,71,0,1,0,0,0),(57459,16537,530,1,1,0,0,-4555.17,-14007.8,88.8867,5.62523,300,5,0,71,0,1,0,0,0),(57458,16537,530,1,1,0,0,-4356.12,-13969.8,160.532,3.92699,300,0,0,71,0,0,0,0,0),(57456,16537,530,1,1,0,0,-4422.29,-13971.9,162.139,5.06337,300,5,0,71,0,1,0,0,0),(57457,16537,530,1,1,0,0,-4383.27,-13957,162.387,4.18879,300,0,0,71,0,0,0,0,0),(57455,16537,530,1,1,0,0,-4360.26,-13790,52.2443,2.91439,300,0,0,71,0,0,0,0,0),(57454,16537,530,1,1,0,0,-4461.84,-13873,103.199,0.417372,300,5,0,71,0,1,0,0,0),(57453,16537,530,1,1,0,0,-4352.53,-13836.9,69.5407,1.88606,300,0,0,71,0,0,0,0,0),(57452,16537,530,1,1,0,0,-4410.76,-13845.9,71.7847,2.61702,300,5,0,71,0,1,0,0,0),(57451,16537,530,1,1,0,0,-4373.12,-13783.1,52.5146,4.27606,300,0,0,71,0,0,0,0,0),(57450,16537,530,1,1,0,0,-4431.08,-13800,82.3504,4.7822,300,0,0,71,0,0,0,0,0),(57449,16537,530,1,1,0,0,-4453.54,-13712.9,49.8041,2.34409,300,5,0,71,0,1,0,0,0),(57448,16537,530,1,1,0,0,-4375.27,-13733.7,50.5346,3.26377,300,5,0,71,0,1,0,0,0),(57447,16537,530,1,1,0,0,-4439.46,-13745.8,56.7538,5.42797,300,0,0,71,0,0,0,0,0),(57321,16518,530,1,1,0,0,-4606.72,-14004.6,86.4993,0.652972,300,0,0,71,0,0,0,0,0),(57320,16518,530,1,1,0,0,-4550.52,-13962.4,86.1514,2.58309,300,0,0,71,0,0,0,0,0),(57319,16518,530,1,1,0,0,-4589.92,-14009.4,86.0994,1.5708,300,0,0,71,0,0,0,0,0),(57318,16518,530,1,1,0,0,-4474.77,-14121.8,109.232,1.23918,300,0,0,71,0,0,0,0,0),(57317,16518,530,1,1,0,0,-4426.91,-13883.5,115.963,3.60216,300,0,0,71,0,0,0,0,0),(57316,16518,530,1,1,0,0,-4392.36,-13956.8,162.509,5.3058,300,0,0,71,0,0,0,0,0),(57314,16518,530,1,1,0,0,-4355.71,-13824.2,69.2242,4.33258,300,0,0,71,0,0,0,0,0),(57313,16518,530,1,1,0,0,-4393.52,-13789.4,52.9278,1.94567,300,0,0,71,0,2,0,0,0),(57312,16518,530,1,1,0,0,-4442.27,-13764,56.9617,0.942478,300,0,0,71,0,0,0,0,0),(57311,16518,530,1,1,0,0,-4391.99,-13710.9,50.5664,5.2709,300,0,0,71,0,0,0,0,0),(57310,16518,530,1,1,0,0,-4435.78,-13684.2,44.03,5.189,300,0,0,71,0,2,0,0,0),(57309,16518,530,1,1,0,0,-4472.5,-13675.6,47.4288,6.26573,300,0,0,71,0,0,0,0,0),(57475,16546,530,1,1,0,0,-4445.66,-13430.9,51.337,5.58505,300,0,0,86,0,0,0,0,0),(57476,16551,530,1,1,0,1,-4158.32,-12483.1,45.4554,3.85718,300,0,0,484,0,0,0,0,0),(57477,16554,530,1,1,0,1,-4260.66,-13125.4,37.1331,4.69494,300,0,0,102,0,0,0,0,0),(57478,16568,530,1,1,0,0,9474.5,-7345.44,16.183,3.14159,300,0,0,1910,0,0,0,0,0),(57479,16574,530,1,1,0,1,176.157,2738.78,88.2966,4.72984,300,0,0,7326,7302,0,0,0,0),(57480,16575,530,1,1,0,1,230.405,2696.49,89.8182,0.20944,300,0,0,7326,7302,0,0,0,0),(57481,16576,530,1,1,0,1,-42.6752,2181.09,108.602,2.70526,300,0,0,34853,0,0,0,0,0),(57482,16577,530,1,1,0,0,134.006,2689.84,85.8942,5.33909,300,0,0,17605,2486,0,0,0,0),(57483,16578,530,1,1,0,0,132.591,2686.06,85.3692,1.44862,300,0,0,2227,2241,0,0,0,0),(57484,16578,530,1,1,0,0,131.621,2688.19,85.7238,0.942478,300,0,0,2227,2241,0,0,0,0),(57485,16578,530,1,1,0,0,136.761,2686.04,85.3752,2.44346,300,0,0,2227,2241,0,0,0,0),(57486,16578,530,1,1,0,0,134.941,2686.16,85.3987,1.91986,300,0,0,2227,2241,0,0,0,0),(57487,16578,530,1,1,0,0,136.01,2687.86,85.5909,2.61799,300,0,0,2227,2241,0,0,0,0),(57488,16578,530,1,1,0,0,138.106,2687.44,85.5139,2.80998,300,0,0,2227,2241,0,0,0,0),(57489,16578,530,1,1,0,0,137.801,2690.07,85.8097,3.42085,300,0,0,2227,2241,0,0,0,0),(57490,16579,530,1,1,0,1,130.527,2690.21,86.0799,5.14872,300,0,0,4738,2369,0,0,0,0),(57491,16579,530,1,1,0,1,134.889,2692.55,86.1409,5.044,300,0,0,4738,2369,0,0,0,0),(57492,16580,530,1,1,0,1,-229.83,1027.49,54.411,3.76991,300,0,0,9156,0,0,0,0,0),(57493,16580,530,1,1,0,1,-49.835,2191.28,105.987,5.28835,300,0,0,9156,0,0,0,0,0),(57494,16580,530,1,1,0,1,100.277,2535.69,63.7927,3.92688,300,5,0,9156,0,1,0,0,0),(57495,16580,530,1,1,0,1,189.148,2593.56,88.4363,0.034907,300,0,0,9156,0,0,0,0,0),(57496,16580,530,1,1,0,1,182.12,2597.01,88.4016,1.79769,300,0,0,9156,0,0,0,0,0),(57497,16580,530,1,1,0,1,228.944,2620.9,87.9013,2.67035,300,0,0,9156,0,0,0,0,0),(57498,16580,530,1,1,0,1,295.025,2742.74,89.4577,1.71042,300,0,0,9156,0,0,0,0,0),(57499,16580,530,1,1,0,1,252.979,2739.62,87.164,0.942478,300,0,0,9156,0,0,0,0,0),(57500,16580,530,1,1,0,1,266.068,2763.73,85.914,0.558505,300,0,0,9156,0,0,0,0,0),(57501,16580,530,1,1,0,1,268.616,2729.33,86.7224,0.907571,300,0,0,9156,0,0,0,0,0),(57502,16580,530,1,1,0,1,268.073,2768.11,85.8667,0.331613,300,0,0,9156,0,0,0,0,0),(57503,16580,530,1,1,0,1,297.892,2748.78,89.0827,1.64061,300,0,0,9156,0,0,0,0,0),(57504,16580,530,1,1,0,1,226.749,2810.84,129.788,4.64258,300,0,0,9156,0,0,0,0,0),(57505,16580,530,1,1,0,1,168.395,2641.36,86.3208,5.20183,300,0,0,9156,0,2,0,0,0),(57506,16580,530,1,1,0,1,160.068,2783.14,111.337,3.5511,300,0,0,9156,0,2,0,0,0),(57507,16580,530,1,1,0,1,200.023,2782.73,116.564,3.53969,300,5,0,9156,0,1,0,0,0),(57508,16580,530,1,1,0,1,212.709,2822.29,129.765,3.24631,300,0,0,9156,0,0,0,0,0),(57509,16580,530,1,1,0,1,218.603,2661.09,87.1513,4.59022,300,0,0,9156,0,0,0,0,0),(57510,16580,530,1,1,0,1,220.223,2658.19,87.5263,4.55531,300,0,0,9156,0,0,0,0,0),(57511,16580,530,1,1,0,1,211.593,2661.42,87.4013,4.67748,300,0,0,9156,0,0,0,0,0),(57512,16580,530,1,1,0,1,214.863,2661.26,87.2763,4.79965,300,0,0,9156,0,0,0,0,0),(57513,16580,530,1,1,0,1,216.558,2658.25,87.6513,4.66003,300,0,0,9156,0,0,0,0,0),(57514,16580,530,1,1,0,1,206.357,2658.84,88.0263,4.7822,300,0,0,9156,0,0,0,0,0),(57515,16580,530,1,1,0,1,209.689,2658.63,87.7763,4.72984,300,0,0,9156,0,0,0,0,0),(57516,16580,530,1,1,0,1,213.149,2658.58,87.6513,4.59022,300,0,0,9156,0,0,0,0,0),(57517,16580,530,1,1,0,1,204.288,2661.76,88.0263,4.81711,300,0,0,9156,0,0,0,0,0),(57518,16580,530,1,1,0,1,207.906,2661.65,87.6513,4.69494,300,0,0,9156,0,0,0,0,0),(57519,16580,530,1,1,0,1,132.716,2791.12,107.033,5.21853,300,0,0,9156,0,0,0,0,0),(57520,16580,530,1,1,0,1,194.918,2688.6,90.5939,3.07178,300,0,0,9156,0,0,0,0,0),(57521,16580,530,1,1,0,1,194.086,2694.96,90.6115,3.36848,300,0,0,9156,0,0,0,0,0),(57522,16580,530,1,1,0,1,232.147,2640.48,88.4013,3.12414,300,0,0,9156,0,0,0,0,0),(57523,16580,530,1,1,0,1,181.387,2634.12,87.1958,2.60054,300,0,0,9156,0,0,0,0,0),(57524,16580,530,1,1,0,1,173.539,2625.9,87.2327,2.07694,300,0,0,9156,0,0,0,0,0),(57525,16580,530,1,1,0,1,122.247,2783.41,104.982,5.39307,300,0,0,9156,0,0,0,0,0),(57526,16580,530,1,1,0,1,82.6646,2722.38,87.1163,5.49779,300,0,0,9156,0,0,0,0,0),(57527,16580,530,1,1,0,1,106.711,2745.01,93.9653,0.588003,300,5,0,9156,0,1,0,0,0),(57528,16580,530,1,1,0,1,132.343,2762.99,102.383,0.619104,300,0,0,9156,0,2,0,0,0),(57529,16580,530,1,1,0,1,103.438,2637.22,79.0783,1.11701,300,0,0,9156,0,0,0,0,0),(57530,16580,530,1,1,0,1,92.0412,2647,80.2713,0.802851,300,0,0,9156,0,0,0,0,0),(57531,16580,530,1,1,0,1,78.3491,2688.36,82.9282,0.471239,300,0,0,9156,0,0,0,0,0),(57533,16580,530,1,1,0,1,32.2664,2669.16,77.5695,4.08407,300,0,0,9156,0,0,0,0,0),(57534,16580,530,1,1,0,1,36.1545,2668.6,77.9735,3.97935,300,0,0,9156,0,0,0,0,0),(57535,16580,530,1,1,0,1,39.6387,2654.66,76.7756,2.72271,300,0,0,9156,0,0,0,0,0),(57536,16580,530,1,1,0,1,40.8047,2659.18,77.9006,2.84489,300,0,0,9156,0,0,0,0,0),(57537,16580,530,1,1,0,1,-1339.9,2370.44,89.0748,4.01511,300,5,0,9156,0,1,0,0,0),(57538,16580,530,1,1,0,1,-1322.69,2393.77,88.481,0.977384,300,0,0,9156,0,0,0,0,0),(57539,16580,530,1,1,0,1,-1326,2377.83,88.981,0.488692,300,0,0,9156,0,0,0,0,0),(57540,16580,530,1,1,0,1,-1325.98,2381.36,88.856,5.89921,300,0,0,9156,0,0,0,0,0),(57541,16580,530,1,1,0,1,-1323.67,2397.49,88.731,6.19592,300,0,0,9156,0,0,0,0,0),(57542,16582,530,1,1,0,1,-233.293,1030.99,54.4062,4.2237,300,0,0,9156,0,0,0,0,0),(57543,16582,530,1,1,0,1,-230.368,1030.42,54.4091,3.89208,300,0,0,9156,0,0,0,0,0),(57544,16582,530,1,1,0,1,-60.9339,2176.35,104.616,5.0091,300,0,0,9156,0,0,0,0,0),(57545,16582,530,1,1,0,1,-52.8237,2179.58,105.804,4.64258,300,0,0,9156,0,0,0,0,0),(57546,16582,530,1,1,0,1,-38.6513,2180.89,108.078,2.89725,300,0,0,9156,0,0,0,0,0),(57547,16582,530,1,1,0,1,-49.4437,2196.99,106.489,3.00197,300,0,0,9156,0,0,0,0,0),(57548,16582,530,1,1,0,1,130.186,2799.13,127.523,6.12611,300,0,0,9156,0,0,0,0,0),(57549,16582,530,1,1,0,1,126.955,2790.63,121.076,5.3058,300,0,0,9156,0,0,0,0,0),(57550,16582,530,1,1,0,1,85.4709,2641.04,92.4221,2.21657,300,0,0,9156,0,0,0,0,0),(57551,16582,530,1,1,0,1,97.0264,2641.27,98.9046,0.820305,300,0,0,9156,0,0,0,0,0),(57552,16582,530,1,1,0,1,116.173,2805.67,127.522,2.28638,300,0,0,9156,0,0,0,0,0),(57553,16582,530,1,1,0,1,-33.2973,2342.85,78.2987,3.15905,300,0,0,9156,0,0,0,0,0),(57554,16582,530,1,1,0,1,-26.0716,2350.47,84.752,2.28638,300,0,0,9156,0,0,0,0,0),(57555,16582,530,1,1,0,1,-15.8773,2350.96,78.3019,1.27409,300,0,0,9156,0,0,0,0,0),(57556,16583,530,1,1,0,1,167.278,2795.67,113.449,2.61799,300,0,0,9156,0,0,0,0,0),(57557,16584,530,1,1,0,1,130.683,2705.74,88.2342,0.062417,300,0,0,8883,0,2,0,0,0),(57558,16585,530,1,1,0,1,62.0795,2719.01,85.2474,1.88496,300,0,0,8613,0,0,0,0,0),(57559,16586,530,1,1,0,1,68.5132,2731.53,85.3428,5.37561,300,0,0,7107,2369,0,0,0,0),(57560,16587,530,1,1,0,1,233.137,2632.3,88.3007,2.67035,300,0,0,14193,2790,0,0,0,0),(57561,16588,530,1,1,0,1,225.656,2839.38,131.424,2.00713,300,0,0,11952,2434,0,0,0,0),(57562,16589,530,1,1,0,1,103.499,2700.76,86.7292,3.90954,300,0,0,9156,0,0,0,0,0),(57563,16590,530,1,1,0,0,95.0282,2700.2,86.6163,0.261799,300,0,0,8352,0,0,0,0,0),(57564,16590,530,1,1,0,0,104.913,2696.87,86.5575,1.71042,300,0,0,8352,0,0,0,0,0),(57565,16590,530,1,1,0,0,103.587,2693.37,86.4325,1.44862,300,0,0,8352,0,0,0,0,0),(57566,16590,530,1,1,0,0,99.1168,2701.81,86.7413,6.02139,300,0,0,8352,0,0,0,0,0),(57567,16591,530,1,1,0,1,133.33,2709.34,88.6784,0.541052,300,0,0,2215,0,0,0,0,0),(57568,16591,530,1,1,0,1,150.564,2711.84,88.424,3.12414,300,0,0,2215,0,0,0,0,0),(57569,16591,530,1,1,0,1,140.514,2708.37,88.4906,1.88496,300,0,0,2215,0,0,0,0,0),(57570,16591,530,1,1,0,1,160.602,2799.82,113.514,5.74213,300,0,0,2215,0,0,0,0,0),(57571,16591,530,1,1,0,1,136.946,2716.61,89.2173,5.42797,300,0,0,2215,0,0,0,0,0),(57572,16591,530,1,1,0,1,158.004,2796.48,113.591,4.5204,300,0,0,2215,0,0,0,0,0),(57573,16591,530,1,1,0,1,147.272,2715.06,88.875,4.06662,300,0,0,2215,0,0,0,0,0),(57574,16591,530,1,1,0,1,170.113,2800.28,113.818,5.44543,300,0,0,2215,0,0,0,0,0),(57575,16591,530,1,1,0,1,55.2731,2654.04,78.4207,4.05765,300,0,0,2215,0,2,0,0,0),(57576,16591,530,1,1,0,1,25.7915,2681.9,77.1945,0.139626,300,0,0,2215,0,0,0,0,0),(57577,16591,530,1,1,0,1,48.195,2622.35,73.6076,1.20428,300,0,0,2215,0,0,0,0,0),(57578,16591,530,1,1,0,1,58.2248,2652.5,78.4148,4.67748,300,0,0,2215,0,0,0,0,0),(57579,16591,530,1,1,0,1,-1346.07,2369.7,89.0358,6.17846,300,0,0,2215,0,0,0,0,0),(57580,16591,530,1,1,0,1,-1346.72,2366.22,89.0336,5.74213,300,0,0,2215,0,0,0,0,0),(57581,16594,540,3,1,0,0,89.4202,68.746,-13.2226,2.63084,86400,0,0,14181,16191,0,0,0,0),(57582,16594,540,3,1,0,0,52.0514,66.2922,-13.2226,0.243752,86400,0,0,14181,16191,0,0,0,0),(57583,16594,540,3,1,0,0,54.9287,63.6639,-13.2226,1.19016,86400,0,0,14181,16191,0,0,0,0),(57584,16594,540,3,1,0,0,50.5671,87.1189,-13.2226,2.46591,86400,0,0,14181,16191,0,0,0,0),(57585,16598,530,1,1,0,0,203.191,2850.29,160.426,0.553436,300,0,0,2061,0,2,0,0,0),(57586,16598,530,1,1,0,0,210.625,2809.28,208.728,6.14692,300,0,0,2061,0,2,0,0,0),(57587,16598,530,1,1,0,0,236.186,2813.75,200.971,3.54279,300,0,0,2061,0,2,0,0,0),(57588,16598,530,1,1,0,0,245.926,2829.09,177.804,0.403725,300,0,0,2061,0,2,0,0,0),(40515,30215,571,1,4,0,0,7388.42,-2724.91,869.864,0.593412,300,0,0,4979,0,0,0,0,0),(57590,16599,530,1,1,0,1,-59.2826,2186.38,105.364,0.436332,300,0,0,9156,0,0,0,0,0),(57591,16599,530,1,1,0,1,-40.3117,2169.56,108.544,2.33874,300,0,0,9156,0,0,0,0,0),(57592,16599,530,1,1,0,1,-57.0331,2197.49,108.05,1.81514,300,0,0,9156,0,0,0,0,0),(57593,16599,530,1,1,0,1,-46.2196,2199.13,107.239,0.942478,300,0,0,9156,0,0,0,0,0),(57594,16599,530,1,1,0,1,196.28,2781.24,115.964,0.81062,300,0,0,9156,0,2,0,0,0),(57595,16599,530,1,1,0,1,42.1043,2664.62,77.4108,0.81062,300,0,0,9156,0,2,0,0,0),(57596,16599,530,1,1,0,1,45.7034,2666.53,77.6521,0.81062,300,0,0,9156,0,2,0,0,0),(57597,16599,530,1,1,0,1,44.7449,2669.55,77.7201,0.81062,300,0,0,9156,0,2,0,0,0),(57598,16600,530,1,1,0,0,43.4966,2737.44,85.3176,0.942478,300,0,0,2614,0,0,0,0,0),(57599,16600,530,1,1,0,0,47.3339,2733.44,85.3341,0.942478,300,0,0,2614,0,0,0,0,0),(57600,16600,530,1,1,0,0,51.7679,2729.84,85.3341,0.837758,300,0,0,2614,0,0,0,0,0),(57601,16600,530,1,1,0,0,55.9365,2726.14,85.3341,0.907571,300,0,0,2614,0,0,0,0,0),(57602,16600,530,1,1,0,0,64.9296,2737.37,85.3774,3.92699,300,0,0,2614,0,0,0,0,0),(57603,16600,530,1,1,0,0,60.8511,2741.4,85.3605,3.94444,300,0,0,2614,0,0,0,0,0),(57604,16600,530,1,1,0,0,56.6567,2744.98,85.398,4.10152,300,0,0,2614,0,0,0,0,0),(57605,16600,530,1,1,0,0,52.5801,2748.53,85.4685,3.9968,300,0,0,2614,0,0,0,0,0),(57606,16602,530,1,1,0,1,190.876,2610.93,87.3669,2.42601,300,0,0,7326,2434,0,0,0,0),(57607,16610,530,1,1,0,0,9469.99,-7353.41,16.1837,1.5708,300,0,0,737,2175,0,0,0,0),(57608,16611,530,1,1,0,0,9572.41,-7060.69,18.6436,0.178202,300,0,0,737,2175,0,0,0,0),(57609,16612,530,1,1,0,0,9614.59,-7236.28,15.3298,5.21853,300,0,0,737,2175,0,0,0,0),(57610,16613,530,1,1,0,0,9631.87,-7186.75,14.407,1.5708,300,0,0,737,2175,0,0,0,0),(57611,16615,530,1,1,0,0,9808.63,-7478.64,13.6369,3.40339,300,0,0,737,2175,0,0,0,0),(57612,16616,530,1,1,0,0,9808.54,-7488.17,13.6369,3.15905,300,0,0,737,2175,0,0,0,0),(57613,16617,530,1,1,0,0,9808.42,-7497.64,13.6369,3.26377,300,0,0,737,2175,0,0,0,0),(57614,16618,530,1,1,0,0,9684.1,-7363.6,12.0145,4.4855,300,0,0,737,2175,0,0,0,0),(57615,16619,530,1,1,0,0,9867.72,-7445.44,13.7193,2.18166,300,0,0,737,2175,0,0,0,0),(57616,16620,530,1,1,0,0,9834.5,-7446.23,13.7208,1.01229,300,0,0,737,2175,0,0,0,0),(57617,16621,530,1,1,0,0,9841.1,-7506.1,15.0275,1.65806,300,0,0,737,2175,0,0,0,0),(57618,16623,530,1,1,0,0,9768.83,-7183.23,16.6016,4.41568,300,0,0,737,2175,0,0,0,0),(57619,16624,530,1,1,0,0,9562.02,-7502.16,16.3403,3.1765,300,0,0,737,2175,0,0,0,0),(57620,16625,530,1,1,0,0,9454.48,-7144.83,16.2229,0.471239,300,0,0,737,2175,0,0,0,0),(57621,16626,530,1,1,0,0,9453.93,-7134.74,16.1424,2.75201,300,0,0,737,2175,0,0,0,0),(57622,16627,530,1,1,0,0,9682.83,-7524.37,18.2629,1.62316,300,0,0,737,2175,0,0,0,0),(57623,16628,530,1,1,0,0,9672.64,-7529.15,18.2666,1.62316,300,0,0,737,2175,0,0,0,0),(57624,16629,530,1,1,0,0,9693.63,-7529.28,18.2669,1.6057,300,0,0,811,852,0,0,0,0),(57625,16631,530,1,1,0,0,9774.21,-7192.69,16.5516,2.79253,300,0,0,737,2175,0,0,0,0),(57626,16632,530,1,1,0,0,-4051.54,-11552.8,-138.392,5.21853,120,0,0,737,2175,0,0,0,0),(57627,16633,530,1,1,0,0,9962.51,-7247.43,32.1599,2.42601,300,0,0,811,852,0,0,0,0),(57628,16634,530,1,1,0,0,9958.51,-7239.73,32.1599,3.26377,300,0,0,811,852,0,0,0,0),(57629,16635,530,1,1,0,0,9953.88,-7250.98,32.1598,1.53589,300,0,0,737,2175,0,0,0,0),(57630,16636,530,1,1,0,0,9629.07,-7240.86,15.3287,4.24115,300,0,0,737,2175,0,0,0,0),(57631,16637,530,1,1,0,0,9662.24,-7078.38,14.3211,4.83861,300,0,0,737,2175,0,0,0,0),(57632,16638,530,1,1,0,0,9741.92,-7074.09,16.8387,4.95674,300,0,0,737,2175,0,0,0,0),(57633,16639,530,1,1,0,0,9743.39,-7097.09,16.7743,1.76278,300,0,0,811,852,0,0,0,0),(57634,16640,530,1,1,0,0,9749.56,-7095.87,16.7743,1.71042,300,0,0,811,852,0,0,0,0),(57635,16641,530,1,1,0,0,9996.41,-7214.27,32.1598,0.855211,300,0,0,737,2175,0,0,0,0),(57636,16642,530,1,1,0,1,10018.3,-7209.14,32.1599,2.63545,300,0,0,811,852,0,0,0,0),(57637,16643,530,1,1,0,0,10016.4,-7218.07,32.0797,5.98026,300,0,0,811,852,0,0,0,0),(57638,16644,530,1,1,0,0,10005.3,-7217.5,32.1598,0.942478,300,0,0,811,852,0,0,0,0),(57639,16646,530,1,1,0,0,9775.05,-7286.25,14.752,5.42797,300,0,0,1551,4393,0,0,0,0),(57640,16647,530,1,1,0,0,9773.28,-7301.98,14.7505,0.820305,300,0,0,1077,3191,0,0,0,0),(57641,16648,530,1,1,0,0,9788.51,-7285.7,14.7506,4.17134,300,0,0,2136,5751,0,0,0,0),(57642,16649,530,1,1,0,0,9792.58,-7296.86,14.3382,3.07178,300,0,0,1717,4765,0,0,0,0),(57643,16650,530,1,1,0,0,9738.16,-7161.36,14.3237,3.6752,300,0,0,737,2175,2,0,0,0),(57644,16651,530,1,1,0,0,10001.5,-7093.24,47.7883,4.46804,300,0,0,1077,3191,0,0,0,0),(57645,16652,530,1,1,0,0,10010.5,-7108.83,47.7883,2.94961,300,0,0,1551,4393,0,0,0,0),(57646,16653,530,1,1,0,0,9994.69,-7117.56,47.7883,1.25664,300,0,0,2136,5751,0,0,0,0),(57647,16654,530,1,1,0,0,9985.45,-7104.24,47.7883,6.10865,300,0,0,737,2175,0,0,0,0),(57648,16655,530,1,1,0,0,9706.56,-7261.66,16.3241,0.595148,300,0,0,2442,2434,0,0,0,0),(57649,16656,530,1,1,0,0,9905.46,-7402.82,13.7118,3.45575,300,0,0,737,2175,0,0,0,0),(57650,16658,530,1,1,0,0,9938.6,-7043.93,47.7986,1.76278,300,0,0,2136,5751,0,0,0,0),(57651,16659,530,1,1,0,0,9937.81,-7071.59,47.7986,1.48353,300,0,0,1551,4393,0,0,0,0),(57652,16660,530,1,1,0,0,9924.93,-7054.94,47.7986,6.00393,300,0,0,1077,3191,0,0,0,0),(57653,16662,530,1,1,0,0,9580.31,-7343.42,14.5367,0.907571,300,0,0,811,852,0,0,0,0),(57654,16663,530,1,1,0,0,9804.84,-7356.56,20.7757,6.10865,300,0,0,811,852,0,0,0,0),(57655,16664,530,1,1,0,0,9810.58,-7350.65,20.7625,4.69494,300,0,0,955,0,0,0,0,0),(57656,16666,530,1,1,0,0,9644.87,-7037.51,15.2466,4.28557,300,0,0,737,2175,0,0,0,0),(57657,16667,530,1,1,0,1,9822.16,-7333.16,26.3,0.8303,300,0,0,811,852,0,0,0,0),(57658,16668,530,1,1,0,0,9820.45,-7324.65,26.3649,6.0912,300,0,0,811,852,0,0,0,0),(57659,16669,530,1,1,0,1,9841.98,-7362.39,18.5945,4.79965,300,0,0,737,2175,0,0,0,0),(57660,16670,530,1,1,0,0,9862.26,-7374.1,18.6934,3.1765,300,0,0,5228,0,0,0,0,0),(57661,16671,530,1,1,0,1,9859.67,-7361.79,18.5932,4.66003,300,0,0,811,852,0,0,0,0),(57662,16672,530,1,1,0,0,9943.68,-7398.71,12.4643,3.75246,300,0,0,1226,1283,0,0,0,0),(57663,16673,530,1,1,0,0,9943.71,-7423.08,12.4643,2.87979,300,0,0,1772,1807,0,0,0,0),(57664,16674,530,1,1,0,0,9927.69,-7425.2,13.3079,0.750492,300,0,0,2442,2434,0,0,0,0),(57665,16675,530,1,1,0,0,9926.74,-7396.38,13.7191,5.58505,300,0,0,737,2175,0,0,0,0),(57666,16676,530,1,1,0,0,9576.28,-7244.55,27.1145,0.733038,300,0,0,811,852,0,0,0,0),(57667,16677,530,1,1,0,0,9585.85,-7240.29,27.1144,2.75762,300,0,0,737,2175,0,0,0,0),(57668,16678,530,1,1,0,0,9630.69,-7032.97,15.2687,4.7088,300,0,0,955,0,0,0,0,0),(57669,16679,530,1,1,0,0,9846.36,-7504.87,19.7368,4.97419,300,0,0,1226,1283,0,0,0,0),(57670,16680,530,1,1,0,0,9855.74,-7505.35,19.7501,4.60767,300,0,0,1772,1807,0,0,0,0),(57671,16681,530,1,1,0,0,9850.97,-7517.68,19.8144,1.5708,300,0,0,3984,2434,0,0,0,0),(57672,16683,530,1,1,0,1,9742.54,-7375.3,24.3565,5.23599,300,0,0,737,2175,0,0,0,0),(57673,16684,530,1,1,0,0,9732.89,-7366.4,24.4147,1.58825,300,0,0,3052,0,0,0,0,0),(57674,16685,530,1,1,0,0,9754.17,-7371.31,24.4369,0.977384,300,0,0,2215,0,0,0,0,0),(57675,16686,530,1,1,0,0,9745.94,-7363.87,24.4207,1.55334,300,0,0,1524,0,0,0,0,0),(57676,16687,530,1,1,0,0,9498.67,-7428.08,14.3003,0.820305,300,0,0,811,852,0,0,0,0),(57677,16688,530,1,1,0,0,9503.61,-7430.97,14.2317,1.39626,300,0,0,811,852,0,0,0,0),(57678,16689,530,1,1,0,0,9519.7,-7427.59,14.2642,1.78024,300,0,0,737,2175,0,0,0,0),(57679,16690,530,1,1,0,0,9765.38,-7198.92,16.5111,1.44862,300,0,0,737,2175,0,0,0,0),(57680,16691,530,1,1,0,0,9648.21,-7071.54,14.3092,4.22748,300,0,0,737,2175,0,0,0,0),(57681,16692,530,1,1,0,0,9520.33,-7433.28,14.1588,0.902319,300,0,0,811,852,0,0,0,0),(57682,16693,530,1,1,0,0,9453,-7126.1,16.1476,5.94105,300,0,0,737,2175,0,0,0,0),(207581,15105,530,1,1,0,0,-2039.23,5331.15,-40.4661,4.81711,120,0,0,1,0,0,0,0,0),(207580,15105,530,1,1,0,0,-1955.67,5251.03,-42.389,5.32325,120,0,0,1,0,0,0,0,0),(207579,15105,530,1,1,0,0,-1953.4,5248.49,-42.6463,2.11185,120,0,0,1,0,0,0,0,0),(57686,16699,540,3,1,0,1,15.7191,8.24645,-13.2035,3.55865,86400,0,0,19607,0,0,0,0,0),(57687,16699,540,3,1,0,1,32.4758,7.97866,-13.2202,3.28428,86400,0,0,19607,0,0,0,0,0),(57688,16699,540,3,1,0,1,71.5349,130.864,-13.1991,4.62365,86400,0,0,19607,0,0,0,0,0),(57689,16699,540,3,1,0,1,63.2694,185.208,-13.2393,4.73753,86400,0,0,19607,0,0,0,0,0),(57690,16699,540,3,1,0,1,72.4708,184.452,-13.238,4.72051,86400,0,0,19607,0,0,0,0,0),(57691,16699,540,3,1,0,1,75.3563,271.026,-13.2073,3.96443,86400,0,0,19607,0,0,0,0,0),(57692,16699,540,3,1,0,1,80.3887,270.649,-13.2087,3.96182,86400,0,0,19607,0,0,0,0,0),(57693,16700,540,3,1,0,1,16.4305,1.9132,-13.2014,3.16464,86400,0,0,27245,0,2,0,0,0),(57694,16700,540,3,1,0,1,68.7698,133.221,-13.1937,4.72575,86400,0,0,27245,0,0,0,0,0),(57695,16700,540,3,1,0,1,69.5766,186.23,-13.2424,4.69381,86400,0,0,27245,0,0,0,0,0),(57696,16700,540,3,1,0,1,72.8199,262.495,-13.2006,0.778338,86400,0,0,27245,0,0,0,0,0),(57697,16703,530,1,1,0,0,9553.01,-7507.7,16.3404,1.50098,300,0,0,811,852,0,0,0,0),(57698,16704,540,3,1,0,1,74.8027,130.074,-13.2007,4.62365,86400,0,0,19607,0,0,0,0,0),(57699,16704,540,3,1,0,1,62.9769,129.768,-13.1948,5.01111,86400,0,0,19607,0,0,0,0,0),(57700,16704,540,3,1,0,1,76.022,183.854,-13.2361,4.65506,86400,0,0,19607,0,0,0,0,0),(57701,16706,530,1,1,0,0,-4055,-11539.5,-138.465,1.8326,300,0,0,737,2175,0,0,0,0),(57702,16708,530,1,1,0,1,-3750.26,-11376.6,-136.976,4.11732,300,0,0,955,0,0,0,0,0),(57703,16713,530,1,1,0,0,-4238.81,-11714.4,-143.957,0.959931,300,0,0,3696,0,0,0,0,0),(57704,16714,530,1,1,0,0,-4249.38,-11805.6,-133.102,0.575959,300,0,0,737,2175,0,0,0,0),(57705,16715,530,1,1,0,0,-4242.41,-11572.7,-126.205,2.75762,300,0,0,1220,0,0,0,0,0),(57706,16716,530,1,1,0,0,-4255.84,-11821.9,-99.5113,2.33874,300,0,0,737,2175,0,0,0,0),(57707,16718,530,1,1,0,0,-3794.7,-11641.7,-105.972,3.82227,300,0,0,737,2175,0,0,0,0),(57708,16721,530,1,1,0,0,-4274.81,-11495.3,9.4874,0.017453,300,0,0,2442,2434,0,0,0,0),(57709,16722,530,1,1,0,0,-3892.98,-11487.5,-136.142,1.27409,300,0,0,737,2175,0,0,0,0),(57710,16723,530,1,1,0,0,-4037.06,-11361,-138.836,4.79965,300,0,0,811,852,0,0,0,0),(57711,16729,530,1,1,0,0,-4095.78,-11747,-139.578,3.68265,300,0,0,811,852,0,0,0,0),(57712,16732,530,1,1,0,0,-3934.23,-11628.1,-138.39,1.43117,300,0,0,737,2175,0,0,0,0),(57713,16733,530,1,1,0,1,-4016.34,-11659.1,-134.802,3.26377,300,0,0,15952,0,0,0,0,0),(57714,16733,530,1,1,0,1,-3964.51,-11623.7,-138.837,5.21853,300,0,0,15952,0,0,0,0,0),(57715,16733,530,1,1,0,1,-3939.51,-11607.2,-138.45,5.06145,300,0,0,15952,0,0,0,0,0),(57716,16733,530,1,1,0,1,-4126.2,-11549.7,-135.903,1.23918,300,0,0,15952,0,0,0,0,0),(57717,16733,530,1,1,0,1,-4116.54,-11554.4,-135.81,0.994838,300,0,0,15952,0,0,0,0,0),(57718,16733,530,1,1,0,1,-3984.38,-11596.7,-134.286,2.04204,300,0,0,15952,0,0,0,0,0),(57719,16733,530,1,1,0,1,-3956.52,-11578.9,-133.936,2.05949,300,0,0,15952,0,0,0,0,0),(57720,16733,530,1,1,0,1,-3960.06,-11549.8,-134.221,1.86323,300,0,0,15952,0,0,0,0,0),(57721,16733,530,1,1,0,1,-3957.43,-11548,-134.184,1.76642,300,0,0,15952,0,0,0,0,0),(57722,16733,530,1,1,0,1,-3996.9,-11596.1,-134.757,0.39536,300,0,0,15952,0,0,0,0,0),(57723,16733,530,1,1,0,1,-3998.35,-11598.2,-134.748,6.06874,300,0,0,15952,0,0,0,0,0),(57724,16733,530,1,1,0,1,-4143.59,-11587.3,-139.185,4.29351,300,0,0,15952,0,0,0,0,0),(57725,16733,530,1,1,0,1,-4133.97,-11591.7,-139.086,4.20624,300,0,0,15952,0,0,0,0,0),(57726,16733,530,1,1,0,1,-3981.64,-11688.8,-139.163,0.034907,300,0,0,15952,0,0,0,0,0),(57727,16733,530,1,1,0,1,-3639.35,-11471.3,-118.683,2.77507,300,0,0,15952,0,0,0,0,0),(57728,16733,530,1,1,0,1,-3651.93,-11488.6,-118.952,2.11185,300,0,0,15952,0,0,0,0,0),(57729,16733,530,1,1,0,1,-3960.45,-11721.8,-138.974,0.767945,300,0,0,15952,0,0,0,0,0),(57730,16733,530,1,1,0,1,-3933,-11735.5,-138.733,1.32645,300,0,0,15952,0,0,0,0,0),(57731,16733,530,1,1,0,1,-4144.78,-11719.8,-136.31,2.51777,300,0,0,15952,0,0,0,0,0),(57732,16733,530,1,1,0,1,-4161.87,-11633,-101.065,5.27931,300,0,0,15952,0,0,0,0,0),(57733,16733,530,1,1,0,1,-4166.36,-11736.5,-137.094,1.63017,300,0,0,15952,0,0,0,0,0),(57734,16733,530,1,1,0,1,-4205.1,-11790.9,-132.997,1.09956,300,0,0,15952,0,0,0,0,0),(57735,16733,530,1,1,0,1,-4273.51,-11832.6,-105.403,2.11745,300,0,0,15952,0,0,0,0,0),(57736,16734,530,1,1,0,0,-4092.43,-11626.6,-138.665,4.2237,300,0,0,5228,0,0,0,0,0),(57737,16738,530,1,1,0,0,-4222.3,-11563.9,-125.935,3.05433,300,0,0,1772,1807,0,0,0,0),(57738,16740,530,1,1,0,0,-4229.6,-11715.2,-143.55,0.977384,300,0,0,811,852,0,0,0,0),(57739,16741,530,1,1,0,0,-4042.37,-11366.3,-138.917,2.87979,300,0,0,811,852,0,0,0,0),(57740,16742,530,1,1,0,0,-3892.32,-11486.5,-136.214,6.23828,300,0,0,811,852,0,0,0,0),(57741,16748,530,1,1,0,0,-4128.88,-11769.8,-136.695,3.38594,300,0,0,811,852,0,0,0,0),(57742,16749,530,1,1,0,0,-4048.73,-11565.5,-138.407,0.401426,300,0,0,2136,5751,0,0,0,0),(57743,16750,530,1,1,0,0,-4280.97,-11778.2,-93.9534,5.08939,300,0,0,737,2175,0,0,0,0),(57744,16752,530,1,1,0,0,-4228.17,-11697.1,-143.465,5.25344,300,0,0,811,852,0,0,0,0),(57745,16753,530,1,1,0,0,-4286.98,-11771.5,-132.132,5.61996,300,0,0,737,2175,0,0,0,0),(57746,16755,530,1,1,0,0,-4043.18,-11556.4,-138.307,5.41052,120,0,0,737,2175,0,0,0,0),(57747,16757,530,1,1,0,0,-3698.27,-11485.3,-119.522,5.54917,300,0,0,737,2175,0,0,0,0),(57748,16761,530,1,1,0,0,-4207.31,-11477.9,-131.556,0.087266,300,0,0,2442,2434,0,0,0,0),(57749,16762,530,1,1,0,0,-4290.35,-11789.9,-132.246,0.802851,300,0,0,737,2175,0,0,0,0),(57750,16764,530,1,1,0,0,-3787.01,-11702.7,-105.135,2.58309,300,0,0,955,0,0,0,0,0),(57751,16767,530,1,1,0,0,-4092.13,-11750,-139.629,4.42093,300,0,0,811,852,0,0,0,0),(57752,16768,530,1,1,0,0,-3962.58,-11668.9,-138.778,2.35619,300,0,0,737,2175,0,0,0,0),(57753,16769,530,1,1,0,1,-2414.79,3183.67,2.19594,2.2292,300,5,0,4422,2620,1,0,0,0),(57754,16769,530,1,1,0,1,-2415.1,3188.59,18.1726,1.67552,300,0,0,4422,2620,0,0,0,0),(57755,16769,530,1,1,0,1,-2369.74,3244.58,-3.29226,0.977384,300,0,0,4422,2620,0,0,0,0),(57756,16769,530,1,1,0,1,-2364.04,3213.52,-3.0831,5.81195,300,0,0,4422,2620,0,0,0,0),(57757,16769,530,1,1,0,1,-2346.05,3182.74,-0.359708,6.21337,300,0,0,4422,2620,0,0,0,0),(57758,16769,530,1,1,0,1,-2334.99,3183.9,-0.656252,3.38594,300,0,0,4422,2620,0,0,0,0),(57759,16769,530,1,1,0,1,-2357.14,3249.92,-3.13053,0.980627,300,0,0,4422,2620,0,0,0,0),(57760,16769,530,1,1,0,1,-2325.4,3215.8,-3.29226,0.942478,300,0,0,4422,2620,0,0,0,0),(57761,16769,530,1,1,0,1,-2363.62,3252.71,-3.29226,4.04916,300,0,0,4422,2620,0,0,0,0),(57762,16769,530,1,1,0,1,-2354.91,3208.29,-3.29226,2.56563,300,0,0,4422,2620,0,0,0,0),(57763,16769,530,1,1,0,1,-2352.87,3240.68,-3.30468,5.65487,300,0,0,4422,2620,0,0,0,0),(57764,16769,530,1,1,0,1,-2337.63,3229.24,-3.28385,2.49582,300,0,0,4422,2620,0,0,0,0),(57765,16769,530,1,1,0,1,-2350.7,3227.22,-3.22727,1.02974,300,0,0,4422,2620,0,0,0,0),(57766,16769,530,1,1,0,1,-2339.74,3242.62,-3.22727,4.01426,300,0,0,4422,2620,0,0,0,0),(57767,16769,530,1,1,0,1,-2319.32,3224.02,-3.29226,4.10152,300,0,0,4422,2620,0,0,0,0),(57768,16769,530,1,1,0,1,-2260.35,3214.4,-4.05378,1.47061,300,5,0,4422,2620,1,0,0,0),(57769,16769,530,1,1,0,1,-2290.05,3247.82,-1.02317,1.53562,300,0,0,4422,2620,0,0,0,0),(57770,16769,530,1,1,0,1,-2298,3241.28,-0.81581,1.44862,300,0,0,4422,2620,0,0,0,0),(57771,16769,530,1,1,0,1,-2300.23,3251.94,-0.804075,4.92183,300,0,0,4422,2620,0,0,0,0),(57772,16769,530,1,1,0,1,-2329.17,3276.49,-0.365191,1.14127,300,0,0,4422,2620,0,0,0,0),(57773,16769,530,1,1,0,1,-2336.07,3257.75,-3.29226,5.77704,300,0,0,4422,2620,0,0,0,0),(57774,16769,530,1,1,0,1,-2326.52,3252.05,-2.71682,2.58309,300,0,0,4422,2620,0,0,0,0),(57775,16769,530,1,1,0,1,-2394.57,3221.12,-0.56091,1.36136,300,0,0,4422,2620,0,0,0,0),(57776,16772,530,1,1,0,1,-2881.16,3510.65,-30.9113,4.14145,300,5,0,5527,0,1,0,0,0),(57777,16772,530,1,1,0,1,-2849.12,3514.62,-32.9732,4.09561,300,5,0,5527,0,1,0,0,0),(57778,16772,530,1,1,0,1,-2861.87,3546.37,-26.5565,2.92927,300,5,0,5527,0,1,0,0,0),(57779,16772,530,1,1,0,1,-2903.26,3551.59,-8.54725,5.91659,300,5,0,5527,0,1,0,0,0),(57780,16772,530,1,1,0,1,-2890.83,3655.7,-16.6741,0.269531,300,5,0,5527,0,1,0,0,0),(57781,16772,530,1,1,0,1,-2980.95,3589.29,-3.29557,4.83771,300,5,0,5527,0,1,0,0,0),(57782,16772,530,1,1,0,1,-3012.03,3597.95,-1.88491,1.15039,300,5,0,5527,0,1,0,0,0),(57783,16772,530,1,1,0,1,-2951.62,3555.02,-9.75119,4.10378,300,5,0,5527,0,1,0,0,0),(57784,16772,530,1,1,0,1,-2979.45,3526.72,-5.10162,1.54777,300,0,0,5527,0,2,0,0,0),(57785,16772,530,1,1,0,1,-2987.23,3454.06,0.05718,1.99589,300,5,0,5527,0,1,0,0,0),(57786,16772,530,1,1,0,1,-2987.68,3470.8,0.24287,3.71252,300,5,0,5527,0,1,0,0,0),(57787,16772,530,1,1,0,1,-2987.08,3381.06,-2.38951,0.988472,300,5,0,5527,0,1,0,0,0),(57788,16772,530,1,1,0,1,-2979.88,3418.96,0.26503,4.91569,300,5,0,5527,0,1,0,0,0),(57789,16772,530,1,1,0,1,-2851.14,3416.11,-39.616,3.88706,300,5,0,5527,0,1,0,0,0),(57790,16780,530,1,1,0,0,9607.08,-7324.33,15.0517,3.80482,300,0,0,811,852,0,0,0,0),(57791,16782,530,1,1,0,0,9825.22,-7316.7,26.3649,6.10865,300,0,0,737,2175,0,0,0,0),(57792,16789,530,1,1,0,1,-593.242,4068.19,143.341,4.39823,300,0,0,6210,0,0,0,0,0),(57793,16790,530,1,1,0,0,-596.347,4108.47,91.0061,4.10152,300,0,0,3331,0,2,0,0,0),(57794,16791,530,1,1,0,0,-569.171,4145.86,68.2169,2.79253,300,0,0,2266,6015,0,0,0,0),(57795,16792,530,1,1,0,0,-577.381,4142.51,68.2169,1.91986,300,0,0,2266,6015,0,0,0,0),(57796,16793,530,1,1,0,0,-596.007,4177.39,64.9726,3.76991,300,0,0,2332,6156,0,0,0,0),(57797,16794,530,1,1,0,1,-574.945,4156.21,68.1785,4.06662,300,0,0,3144,0,0,0,0,0),(57798,16795,530,1,1,0,0,-576.653,4157.49,68.2171,4.72984,300,0,0,2136,5751,0,0,0,0),(57799,16796,530,1,1,0,1,222.804,4330.04,119.083,2.72271,300,0,0,4731,2790,0,0,0,0),(57800,16797,530,1,1,0,1,74.0635,4333.11,101.473,3.12649,300,0,0,2136,5751,2,0,0,0),(57801,16798,530,1,1,0,1,95.0439,4292.25,101.97,0.628319,300,0,0,2136,5751,0,0,0,0),(57802,16799,530,1,1,0,1,96.1441,4347.31,102.357,4.10152,300,0,0,3367,2568,0,0,0,0),(57803,16800,530,1,1,0,1,9990.12,-7055.93,45.4464,2.50671,300,0,0,1117800,63100,0,0,0,0),(57804,16801,530,1,1,0,1,9987.2,-7053.78,45.4464,5.6483,300,0,0,558900,25240,0,0,0,0),(57805,16802,530,1,1,0,1,9990.5,-7052.52,45.4464,4.60241,7200,0,0,1,127740,0,0,0,0),(16252,3863,33,1,1,2446,0,-129.732,2176.27,94.1285,2.54818,86400,2,0,1452,0,1,0,0,0),(57810,16805,530,1,1,0,0,-3832.21,5112.91,-33.4745,2.0742,300,5,0,5715,0,1,0,0,0),(57811,16805,530,1,1,0,0,-3781.93,5050.26,-19.3966,5.6182,300,5,0,5715,0,1,0,0,0),(57812,16805,530,1,1,0,0,-3837.83,4928,-24.7079,3.73664,300,5,0,5715,0,1,0,0,0),(57813,16805,530,1,1,0,0,-3874.44,4890.42,-35.5017,4.15675,300,5,0,5715,0,1,0,0,0),(57814,16805,530,1,1,0,0,-3907.5,5003.31,-68.3106,6.0273,300,5,0,5715,0,1,0,0,0),(57815,16805,530,1,1,0,0,-3778.87,4879.63,-19.962,2.91491,300,5,0,5715,0,1,0,0,0),(57816,16805,530,1,1,0,0,-3820.09,4851.99,-25.169,5.16724,300,5,0,5715,0,1,0,0,0),(57817,16805,530,1,1,0,0,-3784.72,4915.4,-19.9168,2.94912,300,5,0,5715,0,1,0,0,0),(57818,16805,530,1,1,0,0,-3726.91,4854.72,-18.2601,5.00141,300,5,0,5715,0,1,0,0,0),(57819,16805,530,1,1,0,0,-3485.82,4485.81,-21.133,5.49061,300,5,0,5715,0,1,0,0,0),(57820,16805,530,1,1,0,0,-3374.26,4359.57,-20.9522,5.6182,300,5,0,5715,0,1,0,0,0),(57821,16805,530,1,1,0,0,-3103.52,4624.04,-19.9635,1.22072,300,5,0,5715,0,1,0,0,0),(57822,16805,530,1,1,0,0,-3207.03,4493.58,-21.9009,4.67331,300,5,0,5715,0,1,0,0,0),(57823,16805,530,1,1,0,0,-3261.79,4512.54,-21.7254,2.03705,300,5,0,5715,0,1,0,0,0),(57824,16805,530,1,1,0,0,-3286.05,4483.79,-21.7164,0.607178,300,5,0,5715,0,1,0,0,0),(57825,16805,530,1,1,0,0,-3253.14,4448.13,-22.8758,5.98712,300,5,0,5715,0,1,0,0,0),(57826,16805,530,1,1,0,0,-3249.86,4349.7,-19.9777,0.234209,300,5,0,5715,0,1,0,0,0),(57827,16805,530,1,1,0,0,-3249.19,4383.46,-21.491,3.038,300,5,0,5715,0,1,0,0,0),(57828,16805,530,1,1,0,0,-3388.76,4314.64,-19.9673,0.415545,300,5,0,5715,0,1,0,0,0),(57829,16805,530,1,1,0,0,-3352.95,4316.68,-20.5084,0.707368,300,5,0,5715,0,1,0,0,0),(57830,16805,530,1,1,0,0,-3314.75,4284.14,-19.5328,5.62878,300,5,0,5715,0,1,0,0,0),(57831,16805,530,1,1,0,0,-3366.45,4249.73,-15.7578,4.07883,300,5,0,5715,0,1,0,0,0),(57832,16805,530,1,1,0,0,-3412.83,4250.74,-12.2091,2.784,300,5,0,5715,0,1,0,0,0),(57833,16805,530,1,1,0,0,-3389.29,4276.82,-16.0954,4.58513,300,5,0,5715,0,1,0,0,0),(57834,16805,530,1,1,0,0,-3488.03,4321.13,-13.0724,3.90968,300,5,0,5715,0,1,0,0,0),(57835,16805,530,1,1,0,0,-3454.03,4271.48,-12.7572,4.80814,300,5,0,5715,0,1,0,0,0),(57836,16805,530,1,1,0,0,-3557.18,4324.94,-8.80024,5.7575,300,5,0,5715,0,1,0,0,0),(57837,16805,530,1,1,0,0,-3513.91,4284.14,-8.59822,4.84583,300,5,0,5715,0,1,0,0,0),(57838,16805,530,1,1,0,0,-3553.28,4387.7,-14.7455,0.198573,300,5,0,5715,0,1,0,0,0),(57839,16805,530,1,1,0,0,-3580.59,4361.81,-11.2503,4.34059,300,5,0,5715,0,1,0,0,0),(57840,16805,530,1,1,0,0,-3592.58,4292.49,-5.34144,3.04775,300,5,0,5715,0,1,0,0,0),(57841,16805,530,1,1,0,0,-3634.37,4348.96,-8.35268,5.92409,300,5,0,5715,0,1,0,0,0),(57842,16805,530,1,1,0,0,-3609.81,4333.02,-6.69161,1.5708,300,5,0,5715,0,1,0,0,0),(57843,16805,530,1,1,0,0,-3607.61,4367.41,-11.827,5.08169,300,5,0,5715,0,1,0,0,0),(57844,16805,530,1,1,0,0,-3579.09,4421.45,-16.7549,0.61783,300,5,0,5715,0,1,0,0,0),(57845,16805,530,1,1,0,0,-3679.17,4358.51,-3.70537,1.01574,300,5,0,5715,0,1,0,0,0),(57846,16805,530,1,1,0,0,-3694.6,4386.38,-4.48885,1.43566,300,5,0,5715,0,1,0,0,0),(57847,16805,530,1,1,0,0,-3653.73,4406.96,-12.1193,0.96175,300,5,0,5715,0,1,0,0,0),(57848,16805,530,1,1,0,0,-3603.78,4451.49,-17.4062,2.84624,300,5,0,5715,0,1,0,0,0),(57849,16805,530,1,1,0,0,-3545.4,4451.75,-20.0056,5.64494,300,5,0,5715,0,1,0,0,0),(57850,16805,530,1,1,0,0,-3705.58,4429.6,-7.61746,3.86759,300,5,0,5715,0,1,0,0,0),(57851,16805,530,1,1,0,0,-3586.55,4504.31,-18.5395,0.535837,300,5,0,5715,0,1,0,0,0),(135268,16409,532,1,3,16465,1,-10979.3,-2017.42,80.0564,2.56563,604800,0,0,7825,15775,0,0,0,0),(57853,16807,540,3,1,0,1,178.928,289.487,-8.18744,4.70166,86400,0,0,107700,60581,0,0,0,0),(57854,16808,540,3,1,0,0,228.513,-84.9949,4.94008,0.0183166,86400,0,0,167895,0,0,0,0,0),(57855,16809,540,3,1,0,1,373.489,56.7953,-7.29401,0.730151,86400,0,0,153135,0,0,0,0,0),(57856,16810,530,1,1,0,1,-2848.2,3483.05,-35.6463,1.99695,300,5,0,4422,2620,1,0,0,0),(57857,16810,530,1,1,0,1,-2848.9,3581.72,-18.1347,6.09172,300,5,0,4422,2620,1,0,0,0),(57858,16810,530,1,1,0,1,-2912.97,3599.74,-7.84152,1.08295,300,5,0,4422,2620,1,0,0,0),(57859,16810,530,1,1,0,1,-2906.18,3650.95,-14.3087,3.91594,300,5,0,4422,2620,1,0,0,0),(57860,16810,530,1,1,0,1,-2926.86,3576.97,-8.3294,4.41463,300,5,0,4422,2620,1,0,0,0),(57861,16810,530,1,1,0,1,-2972.53,3617.43,-8.52873,3.23483,300,5,0,4422,2620,1,0,0,0),(57862,16810,530,1,1,0,1,-2967.66,3617.5,-8.8631,6.10055,300,5,0,4422,2620,1,0,0,0),(57863,16810,530,1,1,0,1,-2953.48,3570.46,-7.80411,1.32706,300,5,0,4422,2620,1,0,0,0),(57864,16810,530,1,1,0,1,-2994.31,3542.96,-2.24324,2.37249,300,5,0,4422,2620,1,0,0,0),(57865,16810,530,1,1,0,1,-3015.66,3544.64,2.99389,3.59126,300,5,0,4422,2620,1,0,0,0),(57866,16810,530,1,1,0,1,-2951.77,3505.9,-3.32282,2.13792,300,5,0,4422,2620,1,0,0,0),(57867,16810,530,1,1,0,1,-2956.88,3491.72,-2.92502,2.39708,300,5,0,4422,2620,1,0,0,0),(57868,16810,530,1,1,0,1,-2915.93,3519.06,-22.5029,5.50241,300,5,0,4422,2620,1,0,0,0),(57869,16810,530,1,1,0,1,-2937.02,3432.81,1.76415,1.47268,300,5,0,4422,2620,1,0,0,0),(57870,16810,530,1,1,0,1,-2889.6,3393.64,-18.795,2.01332,300,5,0,4422,2620,1,0,0,0),(57871,16810,530,1,1,0,1,-2918.87,3347.83,-5.89065,4.41424,300,5,0,4422,2620,1,0,0,0),(57872,16810,530,1,1,0,1,-2887.03,3492.76,-28.5982,1.83773,300,0,0,4422,2620,0,0,0,0),(57873,16810,530,1,1,0,1,-2882,3490.71,-30.7948,5.97727,300,5,0,4422,2620,1,0,0,0),(135267,16409,532,1,3,16467,1,-10985.9,-2017.87,80.0569,0.733038,604800,0,0,7825,15775,0,0,0,0),(57876,16819,530,1,1,0,0,-815.609,2614.2,124.472,0.558505,300,0,0,946200,27900,0,0,0,0),(57877,16820,530,1,1,0,0,-591.543,2910.22,59.2956,4.76475,300,0,0,3052,0,0,0,0,0),(52379,17964,547,3,1,0,0,-94.142,-721.347,38.1964,2.82743,86400,0,0,1,0,0,0,0,0),(57879,16821,530,1,1,0,0,-811.135,2621.08,124.389,2.09458,300,0,0,2442,7302,0,0,0,0),(57880,16822,530,1,1,0,0,-665.804,2715.48,94.1981,3.35103,300,0,0,10572,0,0,0,0,0),(57881,16823,530,1,1,0,1,-717.317,2607.58,91.0112,2.04204,300,0,0,3052,0,0,0,0,0),(57882,16824,530,1,1,0,0,-677.376,2727.67,94.0169,5.02655,300,0,0,2297,6867,0,0,0,0),(57883,16825,530,1,1,0,1,-708.297,2735.74,94.8168,1.81514,300,0,0,9768,7302,0,0,0,0),(57884,16826,530,1,1,0,0,-708.871,2739.13,94.8168,5.044,300,0,0,2614,0,0,0,0,0),(57885,16827,530,1,1,0,0,-597.186,2912.03,59.2966,5.42797,300,0,0,3052,0,0,0,0,0),(57886,16828,530,1,1,0,0,-699.722,2712.77,102.459,1.5708,300,0,0,3052,0,0,0,0,0),(57887,16829,530,1,1,0,0,-782.802,2757.77,120.93,5.28835,300,0,0,2442,7302,0,0,0,0),(57888,16830,530,1,1,0,0,-678.616,2604.23,86.7149,0.314159,300,0,0,2590,25680,0,0,0,0),(57889,16831,530,1,1,0,1,-785.971,2655.97,109.172,0.331712,300,5,0,2871,0,1,0,0,0),(57890,16831,530,1,1,0,1,-267.561,1030.86,54.4068,5.63741,300,0,0,2871,0,0,0,0,0),(57891,16831,530,1,1,0,1,-265.926,1032.88,54.4051,5.34071,300,0,0,2871,0,0,0,0,0),(57892,16831,530,1,1,0,1,-625.483,1844.08,75.8737,0.401426,300,0,0,2871,0,0,0,0,0),(57893,16831,530,1,1,0,1,-617.559,1870.62,72.8241,5.06145,300,0,0,2871,0,0,0,0,0),(57894,16831,530,1,1,0,1,-315.071,2189.21,68.7515,5.93517,300,5,0,2871,0,1,0,0,0),(57895,16831,530,1,1,0,1,-753.524,2670.38,99.664,2.28638,300,0,0,2871,0,0,0,0,0),(57896,16831,530,1,1,0,1,-706.337,2726.19,94.1936,3.03687,300,0,0,2871,0,0,0,0,0),(57897,16831,530,1,1,0,1,-711.224,2726.41,94.1936,5.98648,300,0,0,2871,0,0,0,0,0),(57898,16831,530,1,1,0,1,-711.314,2723.37,94.1936,0.139626,300,0,0,2871,0,0,0,0,0),(57899,16831,530,1,1,0,1,-707,2721.95,94.1936,2.21657,300,0,0,2871,0,0,0,0,0),(57900,16831,530,1,1,0,1,-683.923,2713.18,95.7669,6.24828,300,0,0,2871,0,0,0,0,0),(57901,16831,530,1,1,0,1,-683.479,2716.52,95.3919,6.12611,300,0,0,2871,0,0,0,0,0),(57902,16831,530,1,1,0,1,-683.385,2720.33,94.7669,0.017453,300,0,0,2871,0,0,0,0,0),(57903,16831,530,1,1,0,1,-683.374,2723.68,94.3919,0,300,0,0,2871,0,0,0,0,0),(57904,16831,530,1,1,0,1,-685.792,2613.54,86.7943,5.75959,300,0,0,2871,0,0,0,0,0),(57905,16832,530,1,1,0,0,-673.345,2594.09,86.242,2.84489,300,0,0,3144,0,0,0,0,0),(57906,16833,530,1,1,0,1,98.0885,4344.58,101.817,4.29351,300,0,0,3270,2486,0,0,0,0),(57907,16834,530,1,1,0,1,90.8384,4351.73,103.178,4.64258,300,0,0,4731,2790,0,0,0,0),(57908,16835,530,1,1,0,0,-687.47,2585.73,87.1836,5.53269,300,0,0,2533,0,0,0,0,0),(57909,16835,530,1,1,0,0,-682.524,2592.02,86.9336,4.95674,300,0,0,2533,0,0,0,0,0),(57910,16835,530,1,1,0,0,-674.304,2595.9,86.3086,4.46804,300,0,0,2533,0,0,0,0,0),(57911,16835,530,1,1,0,0,-668.832,2593.05,85.6836,5.23599,300,0,0,2533,0,0,0,0,0),(57912,16836,530,1,1,0,1,92.4689,4342.16,101.579,1.06465,300,0,0,2986,2289,0,0,0,0),(57913,16836,530,1,1,0,1,94.0573,4342.8,101.607,1.32645,300,0,0,2986,2289,0,0,0,0),(57914,16836,530,1,1,0,1,95.0567,4340.83,101.553,0.907571,300,0,0,2986,2289,0,0,0,0),(57915,16837,530,1,1,0,0,-673.345,2853.22,49.4615,1.09956,300,0,0,3144,0,0,0,0,0),(57916,16838,530,1,1,0,1,-686.326,2846.67,48.8622,4.56938,300,5,0,2453,0,1,0,0,0),(57917,16838,530,1,1,0,1,-657.245,2851.42,49.782,5.65466,300,5,0,2453,0,1,0,0,0),(57918,16838,530,1,1,0,1,-650.795,2855.71,49.907,2.68194,300,5,0,2453,0,1,0,0,0),(57919,16838,530,1,1,0,1,-678.247,2855.25,49.2372,2.85057,300,5,0,2453,0,1,0,0,0),(57920,16838,530,1,1,0,1,-666.007,2860.32,48.907,1.14638,300,5,0,2453,0,1,0,0,0),(57921,16839,530,1,1,0,0,-809.405,2611.59,124.472,2.02458,300,0,0,2590,2568,0,0,0,0),(57922,16842,530,1,1,0,1,-842.642,2658.87,111.256,2.79599,300,5,0,5922,0,1,0,0,0),(57923,16842,530,1,1,0,1,-866.125,2751.5,49.3004,4.77103,300,5,0,5922,0,1,0,0,0),(57924,16842,530,1,1,0,1,-838.685,2698.06,111.217,1.5706,300,5,0,5922,0,1,0,0,0),(57925,16842,530,1,1,0,1,-816.443,2637.09,109.255,0.890118,300,0,0,5922,0,0,0,0,0),(57926,16842,530,1,1,0,1,-812.881,2612.64,109.255,5.09636,300,0,0,5922,0,0,0,0,0),(57927,16842,530,1,1,0,1,-803.447,2650.27,109.255,5.20108,300,0,0,5922,0,0,0,0,0),(57928,16842,530,1,1,0,1,-794.656,2626.95,107.756,0.575959,300,0,0,5922,0,0,0,0,0),(57929,16842,530,1,1,0,1,-795.308,2637.02,123.179,5.34071,300,0,0,5922,0,0,0,0,0),(57930,16842,530,1,1,0,1,-778.65,2607.59,109.255,2.23402,300,0,0,5922,0,0,0,0,0),(57931,16842,530,1,1,0,1,-784.106,2633.14,123.179,3.735,300,0,0,5922,0,0,0,0,0),(57932,16842,530,1,1,0,1,-785.937,2621.61,123.179,2.1293,300,0,0,5922,0,0,0,0,0),(57933,16842,530,1,1,0,1,-684.436,1878.37,64.1349,3.9968,300,0,0,5922,0,0,0,0,0),(57934,16864,530,1,1,0,1,-702.97,1826.12,75.2493,2.99982,300,0,0,5922,0,2,0,0,0),(57935,16842,530,1,1,0,1,-677.277,1865.82,66.4225,0.418879,300,0,0,5922,0,0,0,0,0),(57936,16842,530,1,1,0,1,-615.646,1873.34,73.4491,5.61996,300,0,0,5922,0,0,0,0,0),(57937,16842,530,1,1,0,1,-872.166,2769.45,37.4432,0.218083,300,0,0,5922,0,2,0,0,0),(57938,16842,530,1,1,0,1,-761.56,2653.6,107.18,0.331613,300,0,0,5922,0,0,0,0,0),(57939,16842,530,1,1,0,1,-754.935,2643.26,107.586,0.645772,300,0,0,5922,0,0,0,0,0),(57940,16842,530,1,1,0,1,-756.463,2712.16,111.622,5.58505,300,0,0,5922,0,0,0,0,0),(57941,16842,530,1,1,0,1,-750.228,2716.35,111.868,5.25344,300,0,0,5922,0,0,0,0,0),(57942,16842,530,1,1,0,1,-724.585,2724.95,95.4476,4.5758,300,0,0,5922,0,0,0,0,0),(57943,16842,530,1,1,0,1,-737.23,2659.42,96.612,3.36339,300,0,0,5922,0,2,0,0,0),(57944,16842,530,1,1,0,1,-733.075,2659.77,95.647,3.10743,300,0,0,5922,0,2,0,0,0),(57945,16842,530,1,1,0,1,-713.606,2700.25,94.6583,4.67748,300,0,0,5922,0,0,0,0,0),(57946,16842,530,1,1,0,1,-713.693,2621.37,89.8141,1.23918,300,0,0,5922,0,0,0,0,0),(57947,16842,530,1,1,0,1,-669.269,2728.34,94.0169,4.39823,300,0,0,5922,0,0,0,0,0),(57948,16842,530,1,1,0,1,-694.58,2767.1,94.8707,3.32022,300,0,0,5922,0,2,0,0,0),(57949,16842,530,1,1,0,1,-666.344,2723.01,94.1981,3.78736,300,0,0,5922,0,0,0,0,0),(57950,16842,530,1,1,0,1,-705.956,2618.55,89.7844,1.32645,300,0,0,5922,0,0,0,0,0),(57951,16842,530,1,1,0,1,-703.308,2686.92,93.8874,2.21204,300,0,0,5922,0,2,0,0,0),(57952,16842,530,1,1,0,1,-700.425,2683.44,93.895,2.36343,300,0,0,5922,0,2,0,0,0),(57953,16842,530,1,1,0,1,-614.495,2767.16,79.9034,0.575959,300,0,0,5922,0,0,0,0,0),(57954,16842,530,1,1,0,1,-614.543,2763.24,80.2283,0.541052,300,0,0,5922,0,0,0,0,0),(57955,16842,530,1,1,0,1,-605.016,2757.08,80.7283,1.22173,300,0,0,5922,0,0,0,0,0),(57956,16842,530,1,1,0,1,-601.85,2757.36,80.1033,1.29154,300,0,0,5922,0,0,0,0,0),(57957,16842,530,1,1,0,1,-640.595,2587.59,82.8495,4.85202,300,0,0,5922,0,0,0,0,0),(57958,16842,530,1,1,0,1,-636.228,2584.77,81.9745,4.55531,300,0,0,5922,0,0,0,0,0),(57959,16842,530,1,1,0,1,-649.71,2575.72,83.3495,5.60251,300,0,0,5922,0,0,0,0,0),(57960,16842,530,1,1,0,1,-649.496,2580.22,83.4745,5.65487,300,0,0,5922,0,0,0,0,0),(57961,16842,530,1,1,0,1,-583.068,2887.39,58.8319,4.15388,300,0,0,5922,0,0,0,0,0),(57962,16842,530,1,1,0,1,-586.886,2892.84,59.204,5.11381,300,0,0,5922,0,0,0,0,0),(57963,16842,530,1,1,0,1,-593.143,2891.48,58.9914,5.044,300,0,0,5922,0,0,0,0,0),(57964,16842,530,1,1,0,1,-597.123,2883.84,59.011,5.61996,300,0,0,5922,0,0,0,0,0),(57965,16843,530,1,1,0,1,-693.643,2675.36,93.0807,4.70262,300,0,0,6104,0,2,0,0,0),(57966,16843,530,1,1,0,1,-603.414,2490.89,61.8007,4.67526,300,0,0,6104,0,2,0,0,0),(57967,16843,530,1,1,0,1,-604.829,2498.03,63.3302,4.8141,300,0,0,6104,0,2,0,0,0),(57968,16843,530,1,1,0,1,-606.552,2506.5,65.0155,4.97111,300,0,0,6104,0,2,0,0,0),(57969,16844,530,1,1,0,0,16.4503,2020.34,76.1969,5.72468,300,20,0,4142,0,1,0,0,0),(57970,16844,530,1,1,0,0,180.635,2497.2,63.8712,5.25699,300,20,0,4142,0,1,0,0,0),(57971,16844,530,1,1,0,0,722.567,2824.89,25.464,5.61996,300,20,0,4142,0,1,0,0,0),(57972,16844,530,1,1,0,0,138.567,2924.36,29.6028,1.00003,300,20,0,4142,0,1,0,0,0),(57973,16844,530,1,1,0,0,332.555,3134.76,31.7012,5.82238,300,20,0,4142,0,1,0,0,0),(57974,16844,530,1,1,0,0,-83.6749,2500.2,49.7602,0.746772,300,20,0,4142,0,1,0,0,0),(57975,16844,530,1,1,0,0,-416.268,2353.51,41.7239,5.13751,300,20,0,4142,0,1,0,0,0),(57976,16844,530,1,1,0,0,-288.878,2021.49,107.657,2.13246,300,20,0,4142,0,1,0,0,0),(57977,16844,530,1,1,0,0,-1240.25,2355.27,58.923,6.24828,300,20,0,4142,0,1,0,0,0),(57978,16844,530,1,1,0,0,-786.872,1910.16,53.3642,4.01426,300,20,0,4142,0,1,0,0,0),(57979,16844,530,1,1,0,0,-1066.29,2851.14,-6.482,5.93412,300,20,0,4142,0,1,0,0,0),(57980,16845,530,1,1,0,1,524.269,3887.2,189.957,4.27606,300,0,0,19626,0,0,0,0,0),(57981,16846,530,1,1,0,0,366.694,3868.42,146.273,3.4383,300,0,0,3144,0,0,0,0,0),(57982,16846,530,1,1,0,0,360.294,3866.98,146.338,0.087266,300,0,0,3144,0,0,0,0,0),(57983,16846,530,1,1,0,0,364.89,3776.79,197.654,2.58309,300,0,0,3144,0,0,0,0,0),(57984,16846,530,1,1,0,0,359.728,3780.15,197.604,5.68977,300,0,0,3144,0,0,0,0,0),(57985,16846,530,1,1,0,0,262.653,3677.42,185.472,3.9968,300,0,0,3144,0,0,0,0,0),(57986,16846,530,1,1,0,0,282.093,3665.93,184.57,4.55531,300,0,0,3144,0,0,0,0,0),(57987,16846,530,1,1,0,0,281.289,3658.48,184.748,1.51844,300,0,0,3144,0,0,0,0,0),(57988,16846,530,1,1,0,0,304.584,3667.61,184.016,2.18166,300,0,0,3144,0,0,0,0,0),(57989,16846,530,1,1,0,0,330.538,3663.57,183.986,1.13446,300,0,0,3144,0,0,0,0,0),(57990,16846,530,1,1,0,0,428.248,3688.06,184.755,0.610865,300,0,0,3144,0,0,0,0,0),(57991,16846,530,1,1,0,0,439.58,3669.33,188.018,1.95477,300,0,0,3144,0,0,0,0,0),(57992,16846,530,1,1,0,0,433.258,3691.35,184.821,3.7001,300,0,0,3144,0,0,0,0,0),(57993,16846,530,1,1,0,0,445.562,3681.58,188.003,1.8675,300,0,0,3144,0,0,0,0,0),(57994,16846,530,1,1,0,0,492.255,3696.19,185.312,1.02974,300,0,0,3144,0,0,0,0,0),(57995,16846,530,1,1,0,0,469.358,3795.24,186.819,5.93412,300,0,0,3144,0,0,0,0,0),(57996,16846,530,1,1,0,0,462.601,3819.98,189.388,5.95157,300,0,0,3144,0,0,0,0,0),(57997,16846,530,1,1,0,0,480.119,3823.21,189.388,4.99164,300,0,0,3144,0,0,0,0,0),(57998,16846,530,1,1,0,0,521.802,3693.55,187.808,2.44346,300,0,0,3144,0,0,0,0,0),(57999,16847,530,1,1,0,0,351.733,3858.52,146.544,2.00713,300,0,0,2871,0,0,0,0,0),(58000,16847,530,1,1,0,0,370.638,3859.49,146.577,1.58825,300,0,0,2871,0,0,0,0,0),(58001,16847,530,1,1,0,0,342.17,3782.77,198.371,3.01942,300,0,0,2871,0,0,0,0,0),(58002,16847,530,1,1,0,0,378.725,3776.19,197.544,3.14159,300,0,0,2871,0,0,0,0,0),(58003,16847,530,1,1,0,0,349.375,3786.31,198.297,5.95157,300,0,0,2871,0,0,0,0,0),(58004,16847,530,1,1,0,0,289.618,3659.97,184.929,0.959931,300,0,0,2871,0,0,0,0,0),(58005,16847,530,1,1,0,0,316.221,3658.88,191.583,4.18879,300,0,0,2871,0,0,0,0,0),(58006,16847,530,1,1,0,0,310.342,3654.95,184.332,0.15708,300,0,0,2871,0,0,0,0,0),(58007,16847,530,1,1,0,0,314.239,3647.03,191.661,1.78024,300,0,0,2871,0,0,0,0,0),(58008,16847,530,1,1,0,0,426.518,3669.21,188.051,1.98968,300,0,0,2871,0,0,0,0,0),(58009,16847,530,1,1,0,0,381.798,3767.85,196.953,4.57276,300,0,0,2871,0,0,0,0,0),(58010,16847,530,1,1,0,0,464.788,3790.19,186.585,5.42797,300,0,0,2871,0,0,0,0,0),(58011,16847,530,1,1,0,0,531.268,3675.59,187.065,3.7001,300,0,0,2871,0,0,0,0,0),(58012,16847,530,1,1,0,0,527.43,3675.24,192.974,4.85202,300,0,0,2871,0,0,0,0,0),(58013,16847,530,1,1,0,0,524.223,3684.5,187.357,3.1765,300,0,0,2871,0,0,0,0,0),(58014,16847,530,1,1,0,0,534.928,3668.19,193.037,3.63029,300,0,0,2871,0,0,0,0,0),(58015,16847,530,1,1,0,0,433.063,3683.05,186.25,5.21853,300,0,0,2871,0,0,0,0,0),(58016,16848,530,1,1,0,0,487.608,3874.94,193.825,0.226893,300,0,0,15474,0,0,0,0,0),(58017,16850,530,1,1,0,0,-1003.98,4305.97,68.0723,5.13127,300,0,0,4731,2790,0,0,0,0),(58018,16851,530,1,1,0,1,-1010.14,4301.38,68.1336,5.68977,300,0,0,4731,2790,0,0,0,0),(58019,16854,530,1,1,0,0,9402.33,-7926.69,12.2609,0.730068,3600,0,0,208,205,0,0,0,0),(58020,16855,530,1,1,0,1,8671.67,-7955.33,151.968,2.04395,3600,0,0,198,0,2,0,0,0),(58021,16856,530,1,1,0,0,-807.327,2739.82,115.447,2.611,300,0,0,7588,5769,0,0,0,0),(58022,16857,530,1,1,0,0,202.314,3022.9,-1.09752,2.99345,300,20,0,4142,0,1,0,0,0),(58023,16857,530,1,1,0,0,167.498,3001.86,-1.09752,1.60079,300,20,0,4142,0,1,0,0,0),(58024,16857,530,1,1,0,0,198.842,3041.61,-1.06148,4.25049,300,20,0,4142,0,1,0,0,0),(58025,16857,530,1,1,0,0,-21.1896,3072.54,0.80893,2.64388,300,20,0,4142,0,1,0,0,0),(58026,16857,530,1,1,0,0,11.082,3087.44,-1.09752,2.532,300,20,0,4142,0,1,0,0,0),(58027,16857,530,1,1,0,0,19.4742,3119.4,-1.09752,3.65062,300,20,0,4142,0,1,0,0,0),(58028,16857,530,1,1,0,0,5.40545,3077.54,-1.09752,1.2101,300,20,0,4142,0,1,0,0,0),(58029,16857,530,1,1,0,0,-740.631,2913.18,25.0562,1.99118,300,20,0,4142,0,1,0,0,0),(58030,16857,530,1,1,0,0,-779.429,2906.85,17.7577,4.87722,300,20,0,4142,0,1,0,0,0),(58031,16857,530,1,1,0,0,-854.467,2946.09,6.34725,1.70049,300,20,0,4142,0,1,0,0,0),(58032,16857,530,1,1,0,0,-926.265,3037.35,12.9162,5.31489,300,20,0,4142,0,1,0,0,0),(58033,16857,530,1,1,0,0,-844.35,3199.13,4.9984,5.60921,300,20,0,4142,0,1,0,0,0),(58034,16857,530,1,1,0,0,-835.394,3247.83,23.117,3.11718,300,20,0,4142,0,1,0,0,0),(58035,16857,530,1,1,0,0,-824.556,3182.27,7.17998,2.37836,300,20,0,4142,0,1,0,0,0),(58036,16857,530,1,1,0,0,-726.926,3178.73,-19.6736,4.32572,300,20,0,4142,0,1,0,0,0),(58037,16857,530,1,1,0,0,-681.951,3122.94,-2.79538,0.546592,300,20,0,4142,0,1,0,0,0),(58038,16857,530,1,1,0,0,-700.198,3111.08,-2.28862,4.14064,300,20,0,4142,0,1,0,0,0),(58039,16857,530,1,1,0,0,-723.584,3046.72,7.79903,1.26463,300,20,0,4142,0,1,0,0,0),(58040,16857,530,1,1,0,0,-766.952,3146.73,-13.3929,0.804961,300,20,0,4142,0,1,0,0,0),(58041,16857,530,1,1,0,0,-773.851,3144.34,-13.7194,0.719014,300,20,0,4142,0,1,0,0,0),(58042,16857,530,1,1,0,0,-800.792,3063.88,4.60742,1.1736,300,20,0,4142,0,1,0,0,0),(58043,16857,530,1,1,0,0,-756.919,3018.37,10.9254,1.2509,300,20,0,4142,0,1,0,0,0),(58044,16857,530,1,1,0,0,-708.764,3029.54,11.6055,0.992005,300,20,0,4142,0,1,0,0,0),(58045,16857,530,1,1,0,0,-837.985,3035.1,7.15622,5.87893,300,20,0,4142,0,1,0,0,0),(58046,16857,530,1,1,0,0,-870.322,2963.62,9.4775,1.17142,300,20,0,4142,0,1,0,0,0),(58047,16858,530,1,1,0,1,-1331.18,2392.76,89.0479,5.46288,300,0,0,1962,1982,0,0,0,0),(58048,16860,530,1,1,0,1,8713.83,-6625.3,93.5286,3.87463,300,0,0,160,350,0,0,0,0),(58049,16862,530,1,1,0,0,9322.98,-6522.91,36.4137,4.08407,300,0,0,148,165,0,0,0,0),(58050,16863,530,1,1,0,0,-950.297,2719.15,17.8437,1.34411,300,5,0,4979,0,1,0,0,0),(58051,16863,530,1,1,0,0,683.463,2873.79,23.0223,3.67866,300,5,0,4979,0,1,0,0,0),(58052,16863,530,1,1,0,0,709.234,2841.81,25.9784,3.68222,300,5,0,4979,0,1,0,0,0),(58053,16863,530,1,1,0,0,596.758,2920.44,23.4737,2.97291,300,5,0,4979,0,1,0,0,0),(58054,16863,530,1,1,0,0,467.015,2920.18,39.2654,3.63844,300,5,0,4979,0,1,0,0,0),(58055,16863,530,1,1,0,0,450,3016.67,19.5666,3.49222,300,5,0,4979,0,1,0,0,0),(58056,16863,530,1,1,0,0,461.998,2994.03,22.2556,0.682153,300,5,0,4979,0,1,0,0,0),(58057,16863,530,1,1,0,0,414.961,3012.01,19.6177,5.33487,300,5,0,4979,0,1,0,0,0),(58058,16863,530,1,1,0,0,501.355,2956.06,31.9095,0.416439,300,5,0,4979,0,1,0,0,0),(58059,16863,530,1,1,0,0,531.84,2905.03,50.3025,5.31646,300,5,0,4979,0,1,0,0,0),(58060,16863,530,1,1,0,0,524.785,2957.77,24.8628,5.46153,300,5,0,4979,0,1,0,0,0),(58061,16863,530,1,1,0,0,388.209,3056.89,16.4901,0.873083,300,5,0,4979,0,1,0,0,0),(58062,16863,530,1,1,0,0,451.295,3050.21,16.1372,5.1201,300,5,0,4979,0,1,0,0,0),(58063,16863,530,1,1,0,0,343.451,3092.4,26.8745,2.93214,300,5,0,4979,0,1,0,0,0),(58064,16863,530,1,1,0,0,280.619,3082.46,24.7819,5.43349,300,5,0,4979,0,1,0,0,0),(58065,16863,530,1,1,0,0,159.479,2945.92,23.5778,1.8397,300,5,0,4979,0,1,0,0,0),(58066,16863,530,1,1,0,0,111.851,2913.03,32.9488,4.24943,300,5,0,4979,0,1,0,0,0),(58067,16863,530,1,1,0,0,108.333,2891.67,38.3375,0.498338,300,5,0,4979,0,1,0,0,0),(58068,16863,530,1,1,0,0,83.2791,2947.19,25.0868,5.11138,300,5,0,4979,0,1,0,0,0),(58069,16863,530,1,1,0,0,-26.5709,2905.18,32.3081,3.86685,300,5,0,4979,0,1,0,0,0),(58070,16863,530,1,1,0,0,14.1806,2960.39,20.8208,0.170972,300,5,0,4979,0,1,0,0,0),(58071,16863,530,1,1,0,0,-50.0056,2882.02,36.9659,5.52291,300,5,0,4979,0,1,0,0,0),(58072,16863,530,1,1,0,0,-62.5801,2826.08,48.1874,2.67794,300,5,0,4979,0,1,0,0,0),(58073,16863,530,1,1,0,0,-88.6253,2795,49.9016,2.56051,300,5,0,4979,0,1,0,0,0),(58074,16863,530,1,1,0,0,-39.8528,2749.78,62.7044,3.69626,300,5,0,4979,0,1,0,0,0),(58075,16863,530,1,1,0,0,-54.4992,2948.73,21.9417,3.83433,300,5,0,4979,0,1,0,0,0),(58076,16863,530,1,1,0,0,-9.0231,2978.61,16.4194,2.15392,300,5,0,4979,0,1,0,0,0),(58077,16863,530,1,1,0,0,118.23,3138.08,22.0282,5.93517,300,5,0,4979,0,1,0,0,0),(58078,16863,530,1,1,0,0,209.825,3082.69,16.1485,0.042619,300,5,0,4979,0,1,0,0,0),(58079,16863,530,1,1,0,0,260.996,3119.51,33.4698,0.980627,300,5,0,4979,0,1,0,0,0),(58080,16863,530,1,1,0,0,359.833,3152.33,33.094,5.71796,300,5,0,4979,0,1,0,0,0),(58081,16863,530,1,1,0,0,-83.4834,3301.08,27.7584,4.33243,300,5,0,4979,0,1,0,0,0),(58082,16863,530,1,1,0,0,-115.62,3286.25,15.2024,5.88667,300,5,0,4979,0,1,0,0,0),(58083,16863,530,1,1,0,0,-468.044,2771.05,42.2538,2.64739,300,5,0,4979,0,1,0,0,0),(58084,16863,530,1,1,0,0,-520.818,2822.25,55.4397,2.25378,300,5,0,4979,0,1,0,0,0),(58085,16863,530,1,1,0,0,-97.0492,2500.66,48.7287,4.25426,300,5,0,4979,0,1,0,0,0),(58086,16863,530,1,1,0,0,-90.6674,2567.95,52.0969,3.94107,300,5,0,4979,0,1,0,0,0),(58087,16863,530,1,1,0,0,-82.3135,2646.66,55.323,2.93488,300,5,0,4979,0,1,0,0,0),(58088,16863,530,1,1,0,0,-481.078,2719.65,59.5444,1.54736,300,5,0,4979,0,1,0,0,0),(58089,16863,530,1,1,0,0,-487.965,2655.3,66.7834,3.00949,300,5,0,4979,0,1,0,0,0),(58090,16863,530,1,1,0,0,-1092.17,2635.94,17.0368,1.25128,300,5,0,4979,0,1,0,0,0),(58091,16863,530,1,1,0,0,-1255.53,2949.83,5.62592,4.04208,300,5,0,4979,0,1,0,0,0),(58092,16863,530,1,1,0,0,-1199.29,2886.87,-5.93631,3.6917,300,5,0,4979,0,1,0,0,0),(58093,16863,530,1,1,0,0,-1139.05,2916.02,-2.72034,0.623365,300,5,0,4979,0,1,0,0,0),(58094,16863,530,1,1,0,0,-1113.13,2890.59,-4.22241,0.900243,300,5,0,4979,0,1,0,0,0),(58095,16863,530,1,1,0,0,-955.615,2769.98,8.52978,1.45316,300,5,0,4979,0,1,0,0,0),(58096,16863,530,1,1,0,0,-1048.2,2881.98,-1.53664,5.43874,300,5,0,4979,0,1,0,0,0),(58097,16863,530,1,1,0,0,-950.43,2863.38,2.49173,5.82041,300,5,0,4979,0,1,0,0,0),(58098,16863,530,1,1,0,0,-918.035,2818.12,7.87354,2.56767,300,5,0,4979,0,1,0,0,0),(58099,16863,530,1,1,0,0,-910.951,2879.82,5.57748,2.75062,300,5,0,4979,0,1,0,0,0),(58100,16863,530,1,1,0,0,-883.153,2858.55,9.3764,1.64899,300,5,0,4979,0,1,0,0,0),(58101,16863,530,1,1,0,0,-879.284,2908.74,7.33738,3.90443,300,5,0,4979,0,1,0,0,0),(58102,16863,530,1,1,0,0,-853.634,2888.08,8.77438,2.08848,300,5,0,4979,0,1,0,0,0),(58103,16863,530,1,1,0,0,-718.402,2954.43,26.247,5.24728,300,5,0,4979,0,1,0,0,0),(58104,16863,530,1,1,0,0,-817.032,2923.01,11.3921,0.629523,300,5,0,4979,0,1,0,0,0),(58105,16863,530,1,1,0,0,-761.591,2904.89,21.4395,3.28971,300,5,0,4979,0,1,0,0,0),(58106,16863,530,1,1,0,0,-751.389,2981.86,16.8883,0.671169,300,5,0,4979,0,1,0,0,0),(58107,16863,530,1,1,0,0,-790.498,2946.7,14.0861,0.857907,300,5,0,4979,0,1,0,0,0),(58108,16863,530,1,1,0,0,-921.613,2946.73,9.2512,3.34138,300,5,0,4979,0,1,0,0,0),(58109,16863,530,1,1,0,0,-948.922,2916.95,6.4538,2.35896,300,5,0,4979,0,1,0,0,0),(58110,16863,530,1,1,0,0,-940.307,2980.97,12.5302,5.62371,300,5,0,4979,0,1,0,0,0),(58111,16863,530,1,1,0,0,-1005.3,2915.17,1.37732,4.71044,300,5,0,4979,0,1,0,0,0),(58112,16863,530,1,1,0,0,-1077.22,2913.91,-1.62951,1.0175,300,5,0,4979,0,1,0,0,0),(58113,16863,530,1,1,0,0,-1086.76,3062.04,21.9105,5.06133,300,5,0,4979,0,1,0,0,0),(58114,16863,530,1,1,0,0,-1141.92,3063.36,24.8611,3.11816,300,5,0,4979,0,1,0,0,0),(58115,16863,530,1,1,0,0,-1179.79,3009.42,17.8146,5.37045,300,5,0,4979,0,1,0,0,0),(58116,16863,530,1,1,0,0,-1212.98,3054.21,24.3064,0.954068,300,5,0,4979,0,1,0,0,0),(58117,16863,530,1,1,0,0,-1245.61,3029.5,20.228,1.63724,300,5,0,4979,0,1,0,0,0),(58118,16863,530,1,1,0,0,-1245.29,3077.2,30.27,3.09845,300,5,0,4979,0,1,0,0,0),(58119,16863,530,1,1,0,0,-992.281,3217.22,45.381,0.819963,300,5,0,4979,0,1,0,0,0),(58120,16863,530,1,1,0,0,-964.059,3237.56,45.9511,3.09661,300,5,0,4979,0,1,0,0,0),(58121,16863,530,1,1,0,0,-907.711,3278.86,46.3275,3.12987,300,5,0,4979,0,1,0,0,0),(58122,16863,530,1,1,0,0,-782.468,3218.25,16.8662,5.89996,300,5,0,4979,0,1,0,0,0),(58123,16863,530,1,1,0,0,-687.094,3119.78,-3.49548,3.81633,300,5,0,4979,0,1,0,0,0),(58124,16863,530,1,1,0,0,-691.581,3008.77,20.7205,0.909367,300,5,0,4979,0,1,0,0,0),(58125,16863,530,1,1,0,0,-688.647,3043.3,9.7347,4.488,300,5,0,4979,0,1,0,0,0),(58126,16863,530,1,1,0,0,-952.565,3094.2,20.9138,2.84964,300,5,0,4979,0,1,0,0,0),(58127,16863,530,1,1,0,0,-889.592,3118.86,14.842,0.218457,300,5,0,4979,0,1,0,0,0),(58128,16863,530,1,1,0,0,-914.798,3090.97,15.8766,1.4793,300,5,0,4979,0,1,0,0,0),(58129,16863,530,1,1,0,0,-484.216,3249.08,1.76482,0.815776,300,5,0,4979,0,1,0,0,0),(58130,16863,530,1,1,0,0,-446.393,3284.11,5.39669,5.87547,300,5,0,4979,0,1,0,0,0),(58131,16863,530,1,1,0,0,-591.221,3349.42,29.2355,3.84958,300,5,0,4979,0,1,0,0,0),(58132,16863,530,1,1,0,0,-636.487,3375.03,41.1196,3.14648,300,5,0,4979,0,1,0,0,0),(58133,16863,530,1,1,0,0,-692.904,3381.75,48.8627,2.44186,300,5,0,4979,0,1,0,0,0),(58134,16863,530,1,1,0,0,-752.766,3385.92,59.3491,1.64718,300,5,0,4979,0,1,0,0,0),(58135,16863,530,1,1,0,0,-447.768,3822.37,56.6536,0.224435,300,5,0,4979,0,1,0,0,0),(58136,16863,530,1,1,0,0,-446.578,3921.3,70.6245,1.3202,300,5,0,4979,0,1,0,0,0),(58137,16864,530,1,1,0,1,-269.162,1028.45,54.4094,5.95157,300,0,0,2784,0,0,0,0,0),(58138,16864,530,1,1,0,1,-696.879,1862.31,65.1725,5.55015,300,0,0,2784,0,0,0,0,0),(58139,16864,530,1,1,0,1,-692.502,1868.5,64.5099,4.03171,300,0,0,2784,0,0,0,0,0),(58140,16864,530,1,1,0,1,-687.488,1867,65.3849,5.61996,300,0,0,2784,0,0,0,0,0),(58141,16864,530,1,1,0,1,-685.197,2726.09,94.2669,6.02139,300,0,0,2784,0,0,0,0,0),(58142,16864,530,1,1,0,1,-693.118,2702.91,94.7669,0.436332,300,0,0,2784,0,0,0,0,0),(58143,16864,530,1,1,0,1,-685.476,2711.37,95.7669,5.93412,300,0,0,2784,0,0,0,0,0),(58144,16864,530,1,1,0,1,-684.886,2722,94.5169,6.07375,300,0,0,2784,0,0,0,0,0),(58145,16864,530,1,1,0,1,-684.927,2717.95,95.1419,6.17846,300,0,0,2784,0,0,0,0,0),(58146,16864,530,1,1,0,1,-685.151,2714.5,95.6583,6.17846,300,0,0,2784,0,0,0,0,0),(58147,16864,530,1,1,0,1,-685.005,2723.94,94.3919,6.17846,300,0,0,2784,0,0,0,0,0),(58148,16864,530,1,1,0,1,-685.188,2712.81,95.7669,6.21337,300,0,0,2784,0,0,0,0,0),(58149,16864,530,1,1,0,1,-688.837,2701.89,94.8935,2.51327,300,0,0,2784,0,0,0,0,0),(58150,16864,530,1,1,0,1,-684.901,2720.06,94.7669,6.26573,300,0,0,2784,0,0,0,0,0),(58151,16864,530,1,1,0,1,-685.078,2728.45,94.1419,6.14356,300,0,0,2784,0,0,0,0,0),(58152,16864,530,1,1,0,1,-685.053,2716.16,95.3919,6.12611,300,0,0,2784,0,0,0,0,0),(58153,16864,530,1,1,0,1,-686.385,2604.82,86.8205,0.610865,300,0,0,2784,0,0,0,0,0),(58154,16864,530,1,1,0,1,-679.032,2608.91,86.7932,2.47837,300,0,0,2784,0,0,0,0,0),(58155,16865,530,1,1,0,0,-835.281,2632.18,109.727,5.41052,300,0,0,2784,0,0,0,0,0),(58156,16865,530,1,1,0,0,-831.894,2626.16,109.72,5.23599,300,0,0,2784,0,0,0,0,0),(58157,16865,530,1,1,0,0,-820.495,2629.71,111.582,3.50811,300,0,0,2784,0,0,0,0,0),(58158,16866,530,1,1,0,0,-827.918,2638.48,111.422,5.13127,300,0,0,2871,0,0,0,0,0),(58159,16866,530,1,1,0,0,-835.162,2632.19,111.491,5.28835,300,0,0,2871,0,0,0,0,0),(58160,16866,530,1,1,0,0,-820.472,2629.49,109.741,3.49066,300,0,0,2871,0,0,0,0,0),(58161,16866,530,1,1,0,0,-827.463,2625.93,111.609,3.49066,300,0,0,2871,0,0,0,0,0),(58162,16867,530,1,1,0,1,-212.662,2889.64,-48.2852,3.50907,300,5,0,5341,0,1,0,0,0),(58163,16867,530,1,1,0,1,-229.824,3053.43,-61.8936,0.819647,300,5,0,5341,0,1,0,0,0),(58164,16867,530,1,1,0,1,-219.035,3089.39,-59.8345,1.68823,300,5,0,5341,0,1,0,0,0),(58165,16867,530,1,1,0,1,-243.028,3077.87,-64.8276,0.010943,300,5,0,5341,0,1,0,0,0),(58166,16867,530,1,1,0,1,-245.471,3008.81,-65.8252,1.79324,300,5,0,5341,0,1,0,0,0),(58167,16867,530,1,1,0,1,-245.037,2976.91,-66.0952,3.25336,300,5,0,5341,0,1,0,0,0),(58168,16867,530,1,1,0,1,-260.356,2913.15,-57.5499,4.26697,300,5,0,5341,0,1,0,0,0),(58169,16867,530,1,1,0,1,-314.945,2962.52,-65.7636,0.950083,300,5,0,5341,0,1,0,0,0),(58170,16867,530,1,1,0,1,-212.561,2941.95,-57.4106,5.4971,300,5,0,5341,0,1,0,0,0),(58171,16867,530,1,1,0,1,-253.512,2943.37,-62.4284,5.35847,300,5,0,5341,0,1,0,0,0),(58172,16867,530,1,1,0,1,-346.879,2915.14,-57.2633,0.044374,300,5,0,5341,0,1,0,0,0),(58173,16867,530,1,1,0,1,-297.882,2914,-58.3438,3.36524,300,0,0,5341,0,0,0,0,0),(58174,16867,530,1,1,0,1,-353.253,2956.75,-61.5325,5.26302,300,5,0,5341,0,1,0,0,0),(58175,16867,530,1,1,0,1,-356.62,3008.75,-65.0952,4.20766,300,5,0,5341,0,1,0,0,0),(58176,16867,530,1,1,0,1,-352.885,2979.75,-66.0952,0.887717,300,5,0,5341,0,1,0,0,0),(58177,16867,530,1,1,0,1,-428.64,3053.68,-52.4261,3.02209,300,5,0,5341,0,1,0,0,0),(58178,16867,530,1,1,0,1,-358.804,3052.1,-65.3963,0.400673,300,5,0,5341,0,1,0,0,0),(58179,16867,530,1,1,0,1,-388.663,3056.7,-60.2638,0.602213,300,5,0,5341,0,1,0,0,0),(58180,16867,530,1,1,0,1,-331.201,2871.65,-49.5684,0.927231,300,5,0,5341,0,1,0,0,0),(58181,16867,530,1,1,0,1,-312.975,2838.94,-41.7279,1.19754,300,5,0,5341,0,1,0,0,0),(58182,16867,530,1,1,0,1,-351.193,2879.65,-51.4274,0.381383,300,5,0,5341,0,1,0,0,0),(58183,16867,530,1,1,0,1,-262.844,2795.42,-37.4812,5.04047,300,0,0,5341,0,0,0,0,0),(58184,16867,530,1,1,0,1,-248.741,2685.93,-17.5059,4.32165,300,5,0,5341,0,1,0,0,0),(58185,16867,530,1,1,0,1,-253.558,2744.33,-27.8169,4.62434,300,5,0,5341,0,1,0,0,0),(58186,16867,530,1,1,0,1,-247.438,2712.77,-21.8639,1.46909,300,5,0,5341,0,1,0,0,0); +INSERT INTO `creature` VALUES (58187,16867,530,1,1,0,1,-240.968,2640.83,-10.3766,5.36336,300,5,0,5341,0,1,0,0,0),(58188,16867,530,1,1,0,1,-243.292,2618.51,-6.91208,0.203478,300,5,0,5341,0,1,0,0,0),(58189,16867,530,1,1,0,1,-232.494,2551.25,4.4695,2.28366,300,5,0,5341,0,1,0,0,0),(58190,16867,530,1,1,0,1,-239.68,2574.91,0.23837,5.59682,300,5,0,5341,0,1,0,0,0),(58191,16867,530,1,1,0,1,-218.501,2551.43,7.7157,0.3446,300,5,0,5341,0,1,0,0,0),(58192,16867,530,1,1,0,1,-231.419,2525.69,7.56921,0.973038,300,5,0,5341,0,1,0,0,0),(58193,16867,530,1,1,0,1,-237.632,2479.04,14.4941,2.5136,300,5,0,5341,0,1,0,0,0),(58194,16867,530,1,1,0,1,-231.628,2446.58,19.6222,2.06089,300,5,0,5341,0,1,0,0,0),(58195,16867,530,1,1,0,1,-224.642,2384.5,32.907,0.255285,300,5,0,5341,0,1,0,0,0),(58196,16867,530,1,1,0,1,-212.443,2357.02,39.057,4.35225,300,5,0,5341,0,1,0,0,0),(58197,16867,530,1,1,0,1,-229.508,2415.97,25.9639,1.01771,300,5,0,5341,0,1,0,0,0),(58198,16867,530,1,1,0,1,-303.203,2949.9,-64.3376,0.877675,300,5,0,5341,0,1,0,0,0),(58199,16867,530,1,1,0,1,-278.048,2986.62,-66.2195,4.37693,300,5,0,5341,0,1,0,0,0),(58200,16870,530,1,1,0,1,-232.831,3101.73,-62.6664,2.37365,300,0,0,5341,0,0,0,0,0),(58201,16870,530,1,1,0,1,-222.417,3105.29,-60.0269,1.32645,300,0,0,5341,0,0,0,0,0),(58202,16870,530,1,1,0,1,-252.053,3079.74,-65.8276,3.4383,300,0,0,5341,0,0,0,0,0),(58203,16870,530,1,1,0,1,-244.95,3090.06,-65.1446,2.84489,300,0,0,5341,0,0,0,0,0),(58204,16870,530,1,1,0,1,-196.11,3085.23,-57.6262,0.338488,300,5,0,5341,0,1,0,0,0),(58205,16870,530,1,1,0,1,-233.363,2999.07,-65.9858,1.5708,300,0,0,5341,0,0,0,0,0),(58206,16870,530,1,1,0,1,-233.579,3008.41,-65.3891,4.74729,300,0,0,5341,0,0,0,0,0),(58207,16870,530,1,1,0,1,-214.877,2922,-56.5098,3.45871,300,5,0,5341,0,1,0,0,0),(58208,16870,530,1,1,0,1,-386.439,2966.49,-63.9023,2.50678,300,5,0,5341,0,1,0,0,0),(58209,16870,530,1,1,0,1,-453.07,3079.18,-52.6512,1.59345,300,5,0,5341,0,1,0,0,0),(58210,16870,530,1,1,0,1,-291.296,2780.46,-32.3643,4.90902,300,5,0,5341,0,1,0,0,0),(58211,16870,530,1,1,0,1,-221.341,2707.11,-16.4641,1.53589,300,0,0,5341,0,0,0,0,0),(58212,16870,530,1,1,0,1,-220.932,2714.82,-17.8391,4.64258,300,0,0,5341,0,0,0,0,0),(58213,16870,530,1,1,0,1,-291.509,2650.74,-8.64388,6.14801,300,5,0,5341,0,1,0,0,0),(58214,16870,530,1,1,0,1,-214.129,2566.57,7.22862,4.48968,300,5,0,5341,0,1,0,0,0),(58215,16870,530,1,1,0,1,-260.888,2506.63,14.4682,5.34177,300,5,0,5341,0,1,0,0,0),(58216,16870,530,1,1,0,1,-192.025,2443.92,24.1562,1.18928,300,5,0,5341,0,1,0,0,0),(58217,16871,530,1,1,0,1,-1113.89,1995.36,68.5803,1.06465,300,0,0,4979,0,0,0,0,0),(58218,16871,530,1,1,0,1,-1141.79,2010.95,68.5601,0.837758,300,0,0,4979,0,0,0,0,0),(58219,16871,530,1,1,0,1,-1128.85,2004.4,68.6896,0.942478,300,0,0,4979,0,0,0,0,0),(58220,16871,530,1,1,0,1,-1105.27,1987.84,68.5348,1.13446,300,0,0,4979,0,0,0,0,0),(58221,16871,530,1,1,0,1,-1146.41,2102.84,67.5324,0.261799,300,0,0,4979,0,0,0,0,0),(58222,16871,530,1,1,0,1,-1200.08,2127.56,71.4189,1.5708,300,0,0,4979,0,0,0,0,0),(58223,16871,530,1,1,0,1,-1143.69,2117.17,67.8447,0.10472,300,0,0,4979,0,0,0,0,0),(58224,16871,530,1,1,0,1,-1132.39,2152.06,63.854,1.98968,300,0,0,4979,0,0,0,0,0),(58225,16871,530,1,1,0,1,-1153.99,2142.1,64.5957,1.79769,300,0,0,4979,0,0,0,0,0),(58226,16871,530,1,1,0,1,-1181.38,2135.51,66.6569,1.69297,300,0,0,4979,0,0,0,0,0),(58227,16871,530,1,1,0,1,-1067.78,2139.57,49.3808,1.309,300,0,0,4979,0,0,0,0,0),(58228,16871,530,1,1,0,1,-1002.43,2109.36,94.7581,0.802851,300,0,0,4979,0,0,0,0,0),(58229,16871,530,1,1,0,1,-1046.39,2132.57,46.0002,1.37881,300,0,0,4979,0,0,0,0,0),(58230,16871,530,1,1,0,1,-1009.61,2135.19,73.9402,0.994838,300,0,0,4979,0,0,0,0,0),(58231,16871,530,1,1,0,1,-971.757,2093.49,76.9353,0.628319,300,0,0,4979,0,0,0,0,0),(58232,16871,530,1,1,0,1,-956.873,2086.27,64.0821,1.09956,300,0,0,4979,0,0,0,0,0),(58233,16871,530,1,1,0,1,-976.169,2108.84,22.577,4.32842,300,0,0,4979,0,0,0,0,0),(58234,16871,530,1,1,0,1,-972.81,2106.08,21.8316,3.94444,300,0,0,4979,0,0,0,0,0),(58235,16871,530,1,1,0,1,-986.503,2163.45,22.0662,0.698132,300,0,0,4979,0,0,0,0,0),(58236,16871,530,1,1,0,1,-1000.65,2192.76,13.8965,3.04904,300,5,0,4979,0,1,0,0,0),(58237,16871,530,1,1,0,1,-984.273,2187.78,14.3755,2.94209,300,5,0,4979,0,1,0,0,0),(58238,16871,530,1,1,0,1,-935.793,2064.8,82.5641,0.558505,300,0,0,4979,0,0,0,0,0),(58239,16871,530,1,1,0,1,-917.612,2073.92,39.1346,0.767945,300,0,0,4979,0,0,0,0,0),(58240,16871,530,1,1,0,1,-931.005,2098.98,24.9954,0.575959,300,0,0,4979,0,0,0,0,0),(58241,16871,530,1,1,0,1,-862.951,1966.9,85.1755,6.17846,300,0,0,4979,0,0,0,0,0),(58242,16871,530,1,1,0,1,-863.114,1991.68,96.0067,0.15708,300,0,0,4979,0,0,0,0,0),(58243,16871,530,1,1,0,1,-881.468,2038.3,40.7794,0.420804,300,0,0,4979,0,0,0,0,0),(58244,16871,530,1,1,0,1,-896.636,2029.06,50.1018,0.863751,300,0,0,4979,0,0,0,0,0),(58245,16871,530,1,1,0,1,-984.569,1888.96,95.128,1.64061,300,0,0,4979,0,0,0,0,0),(58246,16871,530,1,1,0,1,-943.245,1875.42,88.1195,4.62827,300,5,0,4979,0,1,0,0,0),(58247,16871,530,1,1,0,1,-863.35,1926.79,80.4914,6.24828,300,0,0,4979,0,0,0,0,0),(58248,16871,530,1,1,0,1,-863.944,1862.32,78.113,0.191986,300,0,0,4979,0,0,0,0,0),(58249,16871,530,1,1,0,1,-836.485,1975.15,49.8817,6.26573,300,0,0,4979,0,0,0,0,0),(58250,16871,530,1,1,0,1,-845.039,1937.11,62.9994,6.24828,300,0,0,4979,0,0,0,0,0),(58251,16871,530,1,1,0,1,-926.212,2139.51,16.6354,0.575959,300,0,0,4979,0,0,0,0,0),(58252,16871,530,1,1,0,1,-1024.66,2275.62,28.5583,0.366519,300,0,0,4979,0,0,0,0,0),(58253,16871,530,1,1,0,1,-1053.46,2293,31.1927,1.23918,300,0,0,4979,0,0,0,0,0),(58254,16871,530,1,1,0,1,-781.265,1990.02,40.4008,5.02207,300,0,0,4979,0,0,0,0,0),(58255,16873,530,1,1,0,0,-1134.77,1925.1,81.2995,2.80998,300,0,0,3984,2434,0,0,0,0),(58256,16873,530,1,1,0,0,-1144.08,1954.74,80.5702,1.19283,300,0,0,3984,2434,2,0,0,0),(58257,16873,530,1,1,0,0,-1058.69,2123.37,51.6362,0.946996,300,0,0,3984,2434,2,0,0,0),(58258,16873,530,1,1,0,0,-1060.85,2105.12,58.1359,5.89678,300,0,0,3984,2434,2,0,0,0),(58259,16876,530,1,1,0,0,44.9381,2895.21,38.3536,0.609476,300,5,0,3989,0,1,0,0,0),(58260,16876,530,1,1,0,0,44.3271,2889.64,39.9786,3.18713,300,5,0,3989,0,1,0,0,0),(58261,16876,530,1,1,0,0,-167.048,2783.23,33.5805,4.88194,300,5,0,3989,0,1,0,0,0),(58262,16876,530,1,1,0,0,-187.848,2838.33,21.0607,6.12611,300,0,0,3989,0,0,0,0,0),(58263,16876,530,1,1,0,0,-495.112,2895.22,34.0469,1.40003,300,5,0,3989,0,1,0,0,0),(58264,16876,530,1,1,0,0,-486.959,2877.32,35.9709,2.86839,300,5,0,3989,0,1,0,0,0),(58265,16876,530,1,1,0,0,-322.711,2581.69,43.5613,1.53887,300,5,0,3989,0,1,0,0,0),(58266,16876,530,1,1,0,0,-173.135,2491.27,42.7739,1.39318,300,5,0,3989,0,1,0,0,0),(58267,16876,530,1,1,0,0,-160.024,2527.13,42.8057,4.11501,300,5,0,3989,0,1,0,0,0),(58268,16876,530,1,1,0,0,-177.528,2383.75,51.9112,0.10472,300,0,0,3989,0,0,0,0,0),(58269,16876,530,1,1,0,0,-118.75,2435.42,50.8853,2.91489,300,5,0,3989,0,1,0,0,0),(58270,16876,530,1,1,0,0,-294.615,2563.48,39.8897,3.33358,300,0,0,3989,0,0,0,0,0),(58271,16876,530,1,1,0,0,-383.04,2300.51,49.2287,4.14798,300,5,0,3989,0,1,0,0,0),(58272,16878,530,1,1,0,1,-66.1805,3132.85,-4.58131,3.80482,300,0,0,5158,0,0,0,0,0),(58273,16878,530,1,1,0,1,21.1449,3180.24,10.3897,2.07239,300,5,0,5158,0,1,0,0,0),(58274,16878,530,1,1,0,1,-5.23969,3205.32,13.557,2.53822,300,5,0,5158,0,1,0,0,0),(58275,16878,530,1,1,0,1,35.5727,3245.55,19.3068,2.23402,300,0,0,5158,0,0,0,0,0),(58276,16878,530,1,1,0,1,31.7025,3247.38,19.1851,6.05629,300,0,0,5158,0,0,0,0,0),(32686,21742,530,1,1,0,1,-3680.19,398.314,90.9739,5.19913,300,0,0,5060,2933,0,0,0,0),(58279,16878,530,1,1,0,1,-283.908,3030.28,-6.4464,3.59538,300,0,0,5158,0,0,0,0,0),(58280,16878,530,1,1,0,1,-391.065,3025.92,-16.1471,0.234449,300,5,0,5158,0,1,0,0,0),(58281,16878,530,1,1,0,1,-288.177,3027.59,-7.93347,0.645772,300,0,0,5158,0,0,0,0,0),(58282,16878,530,1,1,0,1,-1156.24,3215.76,69.3795,0.191986,300,0,0,5158,0,0,0,0,0),(58283,16878,530,1,1,0,1,-1148.76,3209.84,70.338,1.46608,300,0,0,5158,0,0,0,0,0),(58284,16878,530,1,1,0,1,-1117.56,3198.47,67.3054,1.46107,300,5,0,5158,0,1,0,0,0),(58285,16878,530,1,1,0,1,-1132.65,3254.33,67.4831,5.44543,300,0,0,5158,0,0,0,0,0),(58286,16878,530,1,1,0,1,-1143.8,3245.66,67.3405,5.60251,300,0,0,5158,0,0,0,0,0),(58287,16878,530,1,1,0,1,-1107.81,3220.59,65.949,5.85276,300,5,0,5158,0,1,0,0,0),(58288,16878,530,1,1,0,1,-1081.57,3203.49,58.5947,5.15691,300,5,0,5158,0,1,0,0,0),(58289,16878,530,1,1,0,1,-1074.2,3240.93,67.652,2.37365,300,0,0,5158,0,0,0,0,0),(58290,16878,530,1,1,0,1,-1091.2,3268.3,69.3058,2.14226,300,5,0,5158,0,1,0,0,0),(58291,16878,530,1,1,0,1,-1057.29,3207.29,56.4,3.94702,300,0,0,5158,0,0,0,0,0),(58292,16878,530,1,1,0,1,-817.918,3285.44,36.2914,3.64272,300,5,0,5158,0,1,0,0,0),(58293,16878,530,1,1,0,1,-667.816,3283.26,16.2304,2.88887,300,0,0,5158,0,0,0,0,0),(58294,16878,530,1,1,0,1,-641.66,3259.08,7.9884,1.87054,300,5,0,5158,0,1,0,0,0),(58295,16878,530,1,1,0,1,-329.489,3041.26,-16.6052,3.82206,300,0,0,5158,0,0,0,0,0),(58296,16878,530,1,1,0,1,-432.543,3016.57,-16.8429,5.48033,300,0,0,5158,0,0,0,0,0),(58297,16878,530,1,1,0,1,-653.525,3253.35,7.9884,4.57514,300,5,0,5158,0,1,0,0,0),(58298,16878,530,1,1,0,1,-963.708,3373.12,82.0843,3.93008,300,5,0,5158,0,1,0,0,0),(58299,16878,530,1,1,0,1,-1095.36,3271.3,70.9647,5.18913,300,5,0,5158,0,1,0,0,0),(58300,16879,530,1,1,0,0,-763.383,2462.7,40.2609,6.00596,300,5,0,3989,0,1,0,0,0),(58301,16879,530,1,1,0,0,-788.864,2481.2,35.7006,6.19129,300,5,0,3989,0,1,0,0,0),(58302,16879,530,1,1,0,0,-659.326,2087.71,48.5735,2.34016,300,5,0,3989,0,1,0,0,0),(58303,16879,530,1,1,0,0,-690.941,2039.76,45.6691,5.26302,300,5,0,3989,0,1,0,0,0),(58304,16879,530,1,1,0,0,-611.583,2019.17,75.6921,0.748071,300,5,0,3989,0,1,0,0,0),(58305,16879,530,1,1,0,0,-655.8,1989.12,59.1371,5.49986,300,5,0,3989,0,1,0,0,0),(58306,16879,530,1,1,0,0,-25.5059,1983.22,77.2721,1.37819,300,5,0,3989,0,1,0,0,0),(58307,16879,530,1,1,0,0,47.9962,1994.38,71.3357,5.27952,300,5,0,3989,0,1,0,0,0),(58308,16879,530,1,1,0,0,23.6385,1989.54,63.9291,3.94288,300,5,0,3989,0,1,0,0,0),(58309,16879,530,1,1,0,0,94.267,2015.86,49.3259,5.91047,300,5,0,3989,0,1,0,0,0),(58310,16879,530,1,1,0,0,118.332,2040,58.0367,5.1804,300,5,0,3989,0,1,0,0,0),(58311,16879,530,1,1,0,0,111.228,2110.43,82.6525,3.25173,300,5,0,3989,0,1,0,0,0),(58312,16879,530,1,1,0,0,128.723,2187.48,77.5973,0.532714,300,5,0,3989,0,1,0,0,0),(58313,16879,530,1,1,0,0,52.4159,2253.31,77.944,3.00827,300,5,0,3989,0,1,0,0,0),(58314,16879,530,1,1,0,0,30.1812,2273.11,77.8004,3.59912,300,5,0,3989,0,1,0,0,0),(58315,16879,530,1,1,0,0,342.043,2017.25,44.2345,2.46136,300,5,0,3989,0,1,0,0,0),(58316,16879,530,1,1,0,0,429.938,2002.67,87.463,0.413413,300,5,0,3989,0,1,0,0,0),(58317,16879,530,1,1,0,0,412.062,2052.12,81.9487,0.973038,300,5,0,3989,0,1,0,0,0),(58318,16879,530,1,1,0,0,294.82,2447.33,93.6889,2.81459,300,5,0,3989,0,1,0,0,0),(58319,16879,530,1,1,0,0,331.861,2436.34,106.444,1.81341,300,5,0,3989,0,1,0,0,0),(58320,16879,530,1,1,0,0,255.437,2485.01,95.2556,2.73478,300,5,0,3989,0,1,0,0,0),(58321,16879,530,1,1,0,0,184.103,2443.17,57.2825,1.85393,300,5,0,3989,0,1,0,0,0),(58322,16879,530,1,1,0,0,147.65,2502.67,59.5859,4.5376,300,5,0,3989,0,1,0,0,0),(58323,16879,530,1,1,0,0,-464.403,2608.83,62.4832,4.55857,300,5,0,3989,0,1,0,0,0),(58324,16879,530,1,1,0,0,-442.002,2564.7,54.6562,1.36908,300,5,0,3989,0,1,0,0,0),(58325,16879,530,1,1,0,0,-412.865,2584.28,52.8644,0.002929,300,5,0,3989,0,1,0,0,0),(58326,16879,530,1,1,0,0,-406.921,2524.39,46.7854,0.745341,300,5,0,3989,0,1,0,0,0),(58327,16879,530,1,1,0,0,-408.377,2398.25,40.1978,0.711477,300,5,0,3989,0,1,0,0,0),(58328,16879,530,1,1,0,0,-414.696,2448.33,37.8204,0.11995,300,5,0,3989,0,1,0,0,0),(58329,16879,530,1,1,0,0,-320.527,2070.06,106.714,4.6655,300,5,0,3989,0,1,0,0,0),(58330,16879,530,1,1,0,0,-279.052,2045.27,105.376,1.74349,300,5,0,3989,0,1,0,0,0),(58331,16879,530,1,1,0,0,-815.615,1914.92,54.341,3.18832,300,5,0,3989,0,1,0,0,0),(58332,16879,530,1,1,0,0,-849.441,1882.43,66.8613,1.44862,300,0,0,3989,0,0,0,0,0),(58333,16879,530,1,1,0,0,-782.898,1922.09,51.533,4.64595,300,5,0,3989,0,1,0,0,0),(58334,16879,530,1,1,0,0,-749.385,1990.31,44.4438,4.72997,300,5,0,3989,0,1,0,0,0),(58335,16879,530,1,1,0,0,-749.953,2036.62,35.0243,4.8594,300,5,0,3989,0,1,0,0,0),(58336,16879,530,1,1,0,0,-726.724,2021.32,41.9024,0.061496,300,5,0,3989,0,1,0,0,0),(58337,16879,530,1,1,0,0,-808.617,2141.8,15.1199,2.34226,300,5,0,3989,0,1,0,0,0),(58338,16879,530,1,1,0,0,-904.654,2237.67,6.2683,2.36379,300,5,0,3989,0,1,0,0,0),(58339,16879,530,1,1,0,0,-950.834,2271.98,4.39806,4.71629,300,5,0,3989,0,1,0,0,0),(58340,16879,530,1,1,0,0,-1229.32,2306.77,54.9838,1.65229,300,5,0,3989,0,1,0,0,0),(58341,16879,530,1,1,0,0,-1208.94,2386,45.841,1.05383,300,5,0,3989,0,1,0,0,0),(58342,16879,530,1,1,0,0,-1173.76,2360.57,37.9401,0.236832,300,5,0,3989,0,1,0,0,0),(58343,16879,530,1,1,0,0,-1222.22,2410.53,49.6435,5.18934,300,5,0,3989,0,1,0,0,0),(58344,16879,530,1,1,0,0,-1146.05,2396.66,30.2551,1.25306,300,5,0,3989,0,1,0,0,0),(58345,16879,530,1,1,0,0,-1187.34,2467.98,45.0116,4.94482,300,5,0,3989,0,1,0,0,0),(58346,16879,530,1,1,0,0,-1093.12,2383.47,21.9263,1.62944,300,5,0,3989,0,1,0,0,0),(58347,16879,530,1,1,0,0,-1116.24,2451.04,33.2058,2.74347,300,5,0,3989,0,1,0,0,0),(58348,16879,530,1,1,0,0,-1115.87,2413.64,26.5424,4.85346,300,5,0,3989,0,1,0,0,0),(58349,16879,530,1,1,0,0,-1028.86,2382.19,13.125,1.15786,300,5,0,3989,0,1,0,0,0),(58350,16879,530,1,1,0,0,-1083.31,2415.07,22.3802,3.15067,300,5,0,3989,0,1,0,0,0),(58351,16879,530,1,1,0,0,-981.207,2383.11,4.04907,1.4965,300,5,0,3989,0,1,0,0,0),(58352,16879,530,1,1,0,0,-1031.63,2443.62,14.0106,6.24122,300,5,0,3989,0,1,0,0,0),(58353,16879,530,1,1,0,0,-977.708,2356.43,2.01473,2.64744,300,5,0,3989,0,1,0,0,0),(58354,16879,530,1,1,0,0,-630.898,2255.96,29.5759,0.455895,300,0,0,3989,0,0,0,0,0),(58355,16879,530,1,1,0,0,-675.477,1951.62,55.1507,6.1332,300,5,0,3989,0,1,0,0,0),(58356,16879,530,1,1,0,0,-653.949,1962.97,60.2103,1.93813,300,5,0,3989,0,1,0,0,0),(58357,16879,530,1,1,0,0,-776.309,1886.64,58.9718,0.291457,300,5,0,3989,0,1,0,0,0),(58358,16879,530,1,1,0,0,-745.42,1905.48,55.0605,5.1376,300,5,0,3989,0,1,0,0,0),(58359,16879,530,1,1,0,0,-447.201,2349.08,40.5528,1.70377,300,0,0,3989,0,0,0,0,0),(58360,16879,530,1,1,0,0,-452.402,2428.8,38.4454,0.32651,300,5,0,3989,0,1,0,0,0),(58361,16879,530,1,1,0,0,-426.75,2453.9,38.3129,0.397251,300,5,0,3989,0,1,0,0,0),(58362,16879,530,1,1,0,0,-449.41,2470.57,41.3834,4.66769,300,5,0,3989,0,1,0,0,0),(58363,16879,530,1,1,0,0,-422.942,2515.6,46.6607,3.41211,300,5,0,3989,0,1,0,0,0),(58364,16880,530,1,1,0,0,-1157.23,3306.24,91.1317,1.24709,300,5,0,5158,0,1,0,0,0),(58365,16880,530,1,1,0,0,-1150.94,3321.63,98.0706,5.54819,300,5,0,5158,0,1,0,0,0),(58366,16880,530,1,1,0,0,-1115.77,3324.81,92.778,4.78078,300,5,0,5158,0,1,0,0,0),(58367,16880,530,1,1,0,0,-1214.84,3313.23,96.3906,5.69166,300,5,0,5158,0,1,0,0,0),(58368,16880,530,1,1,0,0,-1208.17,3340.53,111.796,2.38921,300,5,0,5158,0,1,0,0,0),(58369,16880,530,1,1,0,0,-1251.44,3251.42,63.9323,4.88755,300,5,0,5158,0,1,0,0,0),(58370,16880,530,1,1,0,0,-1291.34,3308.84,65.1012,4.97513,300,5,0,5158,0,1,0,0,0),(58371,16880,530,1,1,0,0,-819.778,4179.98,48.8431,3.379,300,5,0,5158,0,1,0,0,0),(58372,16880,530,1,1,0,0,-805.638,4186.34,46.599,4.15255,300,5,0,5158,0,1,0,0,0),(58373,16880,530,1,1,0,0,-649.44,4317.41,53.2838,6.25878,300,5,0,5158,0,1,0,0,0),(58374,16880,530,1,1,0,0,-618.474,4282.92,41.417,4.00257,300,5,0,5158,0,1,0,0,0),(58375,16880,530,1,1,0,0,-548.866,4352.27,49.9753,1.52957,300,5,0,5158,0,1,0,0,0),(58376,16880,530,1,1,0,0,-580.323,4314.71,47.9499,2.72248,300,5,0,5158,0,1,0,0,0),(58377,16880,530,1,1,0,0,-519.34,4380.35,50.4634,4.03005,300,5,0,5158,0,1,0,0,0),(58378,16880,530,1,1,0,0,-540.719,4269.07,42.8067,6.09748,300,5,0,5158,0,1,0,0,0),(58379,16880,530,1,1,0,0,-511.93,4279.77,44.4854,1.83563,300,5,0,5158,0,1,0,0,0),(58380,16880,530,1,1,0,0,-515.09,4318.39,43.3593,0.139135,300,5,0,5158,0,1,0,0,0),(58381,16880,530,1,1,0,0,-480.99,4348.87,37.1055,5.61465,300,5,0,5158,0,1,0,0,0),(58382,16880,530,1,1,0,0,-682.519,4259.28,49.2538,4.60085,300,5,0,5158,0,1,0,0,0),(58383,16880,530,1,1,0,0,-714.877,4227.43,50.9868,1.71974,300,5,0,5158,0,1,0,0,0),(58384,16880,530,1,1,0,0,-457.659,4259.75,64.8622,5.98368,300,5,0,5158,0,1,0,0,0),(58385,16880,530,1,1,0,0,-427.648,4297.45,63.9421,2.98479,300,5,0,5158,0,1,0,0,0),(58386,16880,530,1,1,0,0,-483.962,4286.86,42.7062,1.62886,300,5,0,5158,0,1,0,0,0),(58387,16880,530,1,1,0,0,-362.908,4238.82,94.337,5.61642,300,5,0,5158,0,1,0,0,0),(58388,16880,530,1,1,0,0,-456.541,4330.66,49.5123,0.541403,300,5,0,5158,0,1,0,0,0),(58389,16880,530,1,1,0,0,-390.072,4322.98,63.147,1.32227,300,5,0,5158,0,1,0,0,0),(58390,16880,530,1,1,0,0,-386.75,4285.97,73.1344,3.01664,300,5,0,5158,0,1,0,0,0),(58391,16880,530,1,1,0,0,-317.115,4301.24,76.5031,4.34828,300,5,0,5158,0,1,0,0,0),(58392,16880,530,1,1,0,0,-303.289,4268.64,87.3183,5.7741,300,5,0,5158,0,1,0,0,0),(58393,16880,530,1,1,0,0,-349.97,4345.93,62.1546,5.33318,300,5,0,5158,0,1,0,0,0),(58394,16880,530,1,1,0,0,-277.87,4347.5,68.6302,0.081194,300,5,0,5158,0,1,0,0,0),(58395,16880,530,1,1,0,0,-264.613,4300,83.0376,2.3341,300,5,0,5158,0,1,0,0,0),(58396,16880,530,1,1,0,0,-318.21,4379.72,59.7872,4.39646,300,5,0,5158,0,1,0,0,0),(58397,16880,530,1,1,0,0,-380.701,4382.87,53.5956,5.85488,300,5,0,5158,0,1,0,0,0),(58398,16880,530,1,1,0,0,-413.604,4416.91,49.1971,6.27147,300,5,0,5158,0,1,0,0,0),(58399,16880,530,1,1,0,0,-445.297,4384.18,46.4029,0.006836,300,5,0,5158,0,1,0,0,0),(58400,16880,530,1,1,0,0,-402.971,4508.72,48.3208,5.18695,300,5,0,5158,0,1,0,0,0),(58401,16880,530,1,1,0,0,-446.94,4445.39,50.2927,0.138167,300,5,0,5158,0,1,0,0,0),(58402,16880,530,1,1,0,0,-472.524,4504.93,49.0996,3.66478,300,5,0,5158,0,1,0,0,0),(58403,16880,530,1,1,0,0,-483.691,4488.3,53.4143,1.73359,300,5,0,5158,0,1,0,0,0),(58404,16880,530,1,1,0,0,-480.182,4414.13,45.9001,5.97225,300,5,0,5158,0,1,0,0,0),(58405,16880,530,1,1,0,0,-457.049,4556.07,46.4712,3.18356,300,5,0,5158,0,1,0,0,0),(58406,16880,530,1,1,0,0,-415.544,4556.28,40.3917,0.313767,300,5,0,5158,0,1,0,0,0),(58407,16880,530,1,1,0,0,-468.237,4575.76,48.588,1.33411,300,5,0,5158,0,1,0,0,0),(58408,16880,530,1,1,0,0,-370.172,4593.22,35.3531,0.980616,300,5,0,5158,0,1,0,0,0),(58409,16880,530,1,1,0,0,-385.619,4631.46,31.884,4.74168,300,5,0,5158,0,1,0,0,0),(58410,16880,530,1,1,0,0,-314.868,4662.3,23.6364,2.6548,300,5,0,5158,0,1,0,0,0),(58411,16880,530,1,1,0,0,-354.517,4641.5,29.6599,1.73562,300,5,0,5158,0,1,0,0,0),(58412,16880,530,1,1,0,0,15.9186,4122.04,75.4878,4.71445,300,5,0,5158,0,1,0,0,0),(58413,16880,530,1,1,0,0,62.0292,4217.78,79.2623,0.372711,300,5,0,5158,0,1,0,0,0),(58414,16880,530,1,1,0,0,191.139,4172,76.3062,1.96596,300,0,0,5158,0,0,0,0,0),(58415,16880,530,1,1,0,0,190.659,4158.64,74.4509,5.06203,300,0,0,5158,0,0,0,0,0),(58416,16880,530,1,1,0,0,122.46,4090.01,65.2058,0.787997,300,5,0,5158,0,1,0,0,0),(58417,16880,530,1,1,0,0,137.807,4129.06,64.8459,5.53525,300,5,0,5158,0,1,0,0,0),(58418,16880,530,1,1,0,0,103.366,4153.77,63.8554,6.17361,300,5,0,5158,0,1,0,0,0),(58419,16880,530,1,1,0,0,53.2314,4115.82,64.7147,3.28556,300,5,0,5158,0,1,0,0,0),(58420,16880,530,1,1,0,0,49.7548,4137.59,67.6862,1.58252,300,5,0,5158,0,1,0,0,0),(58421,16880,530,1,1,0,0,43.5734,4075.87,70.7163,1.44353,300,5,0,5158,0,1,0,0,0),(58422,16880,530,1,1,0,0,83.612,4078.48,66.3218,4.97702,300,5,0,5158,0,1,0,0,0),(58423,16880,530,1,1,0,0,-23.4748,4018.41,90.3733,3.14159,300,5,0,5158,0,1,0,0,0),(58424,16880,530,1,1,0,0,-48.8852,3915.76,94.2149,4.76318,300,5,0,5158,0,1,0,0,0),(58425,16880,530,1,1,0,0,-10.6388,3944.91,89.9222,5.52872,300,5,0,5158,0,1,0,0,0),(58426,16880,530,1,1,0,0,52.6311,3935.79,82.519,5.04063,300,5,0,5158,0,1,0,0,0),(58427,16880,530,1,1,0,0,117.699,4017.42,73.6333,1.28241,300,5,0,5158,0,1,0,0,0),(58428,16884,530,1,1,0,0,-678.229,2747.56,94.1592,4.57276,300,0,0,2614,0,0,0,0,0),(58429,16884,530,1,1,0,0,-673.372,2757.12,94.0268,4.99005,300,0,0,2614,0,0,0,0,0),(58430,16884,530,1,1,0,0,-675.431,2747.6,94.1518,4.60767,300,0,0,2614,0,0,0,0,0),(58431,16884,530,1,1,0,0,-679.179,2740.87,93.9916,1.46608,300,0,0,2614,0,0,0,0,0),(58432,16884,530,1,1,0,0,-672.541,2747.06,94.1518,4.62512,300,0,0,2614,0,0,0,0,0),(58433,16884,530,1,1,0,0,-669.472,2746.9,94.0268,4.55531,300,0,0,2614,0,0,0,0,0),(58434,16884,530,1,1,0,0,-669.985,2739.88,94.0268,4.60443,300,0,0,2614,0,0,0,0,0),(58435,16884,530,1,1,0,0,-667.281,2753.04,93.9081,0.217096,300,0,0,2614,0,0,0,0,0),(58436,16885,530,1,1,0,1,-314.819,4711.44,18.4204,1.90241,300,0,0,2665,2620,0,0,0,0),(58437,16886,530,1,1,0,0,-816.701,2616.06,124.389,5.24358,300,0,0,12576,0,2,0,0,0),(58438,16887,530,1,1,0,0,-759.964,2726.03,170.241,3.61563,300,0,0,2061,0,2,0,0,0),(58439,16888,530,1,1,0,1,-315.264,4716.16,18.2077,4.56293,300,0,0,2590,2568,2,0,0,0),(58440,16896,530,1,1,0,1,-800.528,2648.27,133.254,0.538289,300,0,0,4738,2369,2,0,0,0),(58441,16896,530,1,1,0,1,-794.132,2601.67,133.252,0.544789,300,0,0,4738,2369,2,0,0,0),(58442,16896,530,1,1,0,1,-750.128,2567.93,104.15,6.05078,300,0,0,4738,2369,2,0,0,0),(58443,16896,530,1,1,0,1,-624.284,2356.11,38.6008,5.20108,300,0,0,4738,2369,0,0,0,0),(58444,16896,530,1,1,0,1,-602.594,2357.62,37.1008,5.0091,300,0,0,4738,2369,0,0,0,0),(58445,16896,530,1,1,0,1,-604.397,2360.31,37.1008,4.72984,300,0,0,4738,2369,0,0,0,0),(58446,16896,530,1,1,0,1,-626.749,2355,38.9758,5.13127,300,0,0,4738,2369,0,0,0,0),(58447,16896,530,1,1,0,1,-624.319,2353.4,38.3508,5.16617,300,0,0,4738,2369,0,0,0,0),(58448,16896,530,1,1,0,1,-697.146,2567.73,101.437,3.36776,300,0,0,4738,2369,2,0,0,0),(58449,16896,530,1,1,0,1,-657.296,2623.76,86.442,5.79449,300,0,0,4738,2369,0,0,0,0),(58450,16896,530,1,1,0,1,-640.108,2635.91,85.2293,5.3058,300,0,0,4738,2369,0,0,0,0),(58451,16896,530,1,1,0,1,-643.654,2633.68,85.2293,5.13127,300,0,0,4738,2369,0,0,0,0),(58452,16896,530,1,1,0,1,-674.274,2787.06,109.599,2.78322,300,0,0,4738,2369,2,0,0,0),(58453,16896,530,1,1,0,1,-607.841,2612.78,99.3238,3.70575,300,0,0,4738,2369,2,0,0,0),(58454,16896,530,1,1,0,1,-619.641,2858.68,54.2481,0.750492,300,0,0,4738,2369,0,0,0,0),(58455,16897,530,1,1,0,0,-635.896,2619.54,83.5932,2.23402,300,0,0,2215,0,0,0,0,0),(58456,16897,530,1,1,0,0,9859.76,-7386.36,13.7187,4.06662,300,0,0,2215,0,0,0,0,0),(58457,16898,530,1,1,0,0,-640.769,2615.12,83.8235,2.40855,300,0,0,2215,0,0,0,0,0),(58458,16898,530,1,1,0,0,-2912.59,3931.56,2.15825,5.02655,300,0,0,2215,0,0,0,0,0),(58459,16898,530,1,1,0,0,-2640.94,4430.93,37.0515,3.92699,300,0,0,2215,0,0,0,0,0),(58460,16898,530,1,1,0,0,9943.41,-7418.76,12.4643,2.72271,300,0,0,2215,0,0,0,0,0),(58461,16899,530,1,1,0,0,-631.109,2622.13,83.4214,2.35619,300,0,0,2215,0,0,0,0,0),(58462,16899,530,1,1,0,0,-2910.86,3936.93,1.74856,4.43314,300,0,0,2215,0,0,0,0,0),(58463,16899,530,1,1,0,0,-2644.32,4435.51,37.1774,0.750492,300,0,0,2215,0,0,0,0,0),(58464,16899,530,1,1,0,0,9844.13,-7387,13.728,3.89208,300,0,0,2215,0,0,0,0,0),(58465,16901,530,1,1,0,0,382.584,3417.08,61.303,3.98153,300,5,0,4384,0,1,0,0,0),(58466,16901,530,1,1,0,0,375.464,3455.13,63.184,0.646029,300,0,0,4384,0,0,0,0,0),(58467,16901,530,1,1,0,0,363.158,3466.47,60.1982,0.515998,300,5,0,4384,0,1,0,0,0),(58468,16901,530,1,1,0,0,381.103,3465.41,62.1068,3.79945,300,0,0,4384,0,0,0,0,0),(58469,16901,530,1,1,0,0,439.696,3511.21,61.3039,3.35814,300,5,0,4384,0,1,0,0,0),(58470,16901,530,1,1,0,0,249.436,3456.09,61.7719,2.76544,300,5,0,4384,0,1,0,0,0),(58471,16901,530,1,1,0,0,281.779,3434.44,64.7609,5.98891,300,0,0,4384,0,0,0,0,0),(58472,16901,530,1,1,0,0,235.015,3492.43,62.9221,3.08055,300,5,0,4384,0,1,0,0,0),(58473,16901,530,1,1,0,0,226.794,3439.74,63.2062,5.66167,300,5,0,4384,0,1,0,0,0),(58474,16901,530,1,1,0,0,144.684,3454.96,65.8157,2.45,300,5,0,4384,0,1,0,0,0),(58475,16901,530,1,1,0,0,179.021,3448.1,63.3161,0.831668,300,5,0,4384,0,1,0,0,0),(58476,16901,530,1,1,0,0,152.243,3488.19,61.1403,5.96514,300,5,0,4384,0,1,0,0,0),(58477,16901,530,1,1,0,0,157.566,3505.72,60.3312,5.17046,300,5,0,4384,0,1,0,0,0),(58478,16901,530,1,1,0,0,112.222,3459.16,68.7152,4.30904,300,5,0,4384,0,1,0,0,0),(58479,16901,530,1,1,0,0,122.177,3521.32,61.1309,1.32411,300,5,0,4384,0,1,0,0,0),(58480,16901,530,1,1,0,0,117.212,3551.45,60.9966,5.7674,300,5,0,4384,0,1,0,0,0),(58481,16901,530,1,1,0,0,88.9694,3486.56,62.6615,3.21351,300,5,0,4384,0,1,0,0,0),(58482,16901,530,1,1,0,0,90.924,3562.99,64.8889,3.48435,300,5,0,4384,0,1,0,0,0),(58483,16901,530,1,1,0,0,51.1121,3478.62,61.5802,5.49571,300,5,0,4384,0,1,0,0,0),(58484,16901,530,1,1,0,0,132.357,3538.45,62.88,4.67747,300,5,0,4384,0,1,0,0,0),(58485,16901,530,1,1,0,0,117.948,3583.79,64.7768,2.47809,300,5,0,4384,0,1,0,0,0),(58486,16901,530,1,1,0,0,56.1809,3576.61,65.5339,1.70303,300,5,0,4384,0,1,0,0,0),(58487,16901,530,1,1,0,0,21.3155,3450.57,65.8114,3.73877,300,5,0,4384,0,1,0,0,0),(58488,16901,530,1,1,0,0,-16.3044,3518.52,62.4562,1.01276,300,5,0,4384,0,1,0,0,0),(58489,16901,530,1,1,0,0,-0.808026,3478.63,63.0788,2.98436,300,5,0,4384,0,1,0,0,0),(58490,16901,530,1,1,0,0,-1.03494,3545.59,62.1744,4.14064,300,5,0,4384,0,1,0,0,0),(58491,16901,530,1,1,0,0,15.7155,3517.61,61.2586,5.66747,300,5,0,4384,0,1,0,0,0),(58492,16901,530,1,1,0,0,16.5484,3545.27,60.1756,5.22332,300,5,0,4384,0,1,0,0,0),(58493,16901,530,1,1,0,0,452.857,3511.43,62.1941,0.555709,300,5,0,4384,0,1,0,0,0),(58494,16901,530,1,1,0,0,416.542,3486.84,60.2071,0.172134,300,5,0,4384,0,1,0,0,0),(58495,16901,530,1,1,0,0,340.11,3454.7,60.5453,1.91752,300,5,0,4384,0,1,0,0,0),(58496,16901,530,1,1,0,0,378.662,3469.12,60.8148,3.03396,300,5,0,4384,0,1,0,0,0),(58497,16901,530,1,1,0,0,379.49,3411.51,60.3599,1.4078,300,5,0,4384,0,1,0,0,0),(58498,16903,530,1,1,0,0,385.763,3417.45,62.7349,3.98196,300,5,0,258,0,1,0,0,0),(58499,16903,530,1,1,0,0,382.344,3419.99,60.8652,3.98151,300,5,0,258,0,1,0,0,0),(58500,16903,530,1,1,0,0,373.454,3452.59,63.337,0.10244,300,0,0,258,0,0,0,0,0),(58501,16903,530,1,1,0,0,377.591,3456.97,63.1532,3.35642,300,0,0,258,0,0,0,0,0),(58502,16903,530,1,1,0,0,288.476,3426.56,67.757,1.6724,300,0,0,258,0,0,0,0,0),(58503,16903,530,1,1,0,0,375.187,3459.63,62.4931,4.38403,300,0,0,258,0,0,0,0,0),(58504,16903,530,1,1,0,0,371.571,3449.51,63.3878,0.375187,300,0,0,258,0,0,0,0,0),(58505,16903,530,1,1,0,0,382.91,3479.33,62.4562,4.98535,300,0,0,258,0,0,0,0,0),(58506,16903,530,1,1,0,0,384.038,3483.17,61.0812,0.937712,300,5,0,258,0,1,0,0,0),(58507,16903,530,1,1,0,0,442.262,3509.61,60.8385,3.35801,300,5,0,258,0,1,0,0,0),(58508,16903,530,1,1,0,0,441.377,3513.76,60.5166,3.35806,300,5,0,258,0,1,0,0,0),(58509,16903,530,1,1,0,0,250.663,3453.33,60.8081,2.76546,300,5,0,258,0,1,0,0,0),(58510,16903,530,1,1,0,0,252.476,3457.14,61.3532,2.73182,300,5,0,258,0,1,0,0,0),(58511,16903,530,1,1,0,0,237.214,3494.42,62.8257,3.08038,300,5,0,258,0,1,0,0,0),(58512,16903,530,1,1,0,0,237.125,3490.18,62.7255,3.08033,300,5,0,258,0,1,0,0,0),(58513,16903,530,1,1,0,0,251.889,3515.45,64.1233,1.59812,300,0,0,258,0,0,0,0,0),(58514,16903,530,1,1,0,0,256.092,3516.03,64.1413,1.73363,300,0,0,258,0,0,0,0,0),(58515,16903,530,1,1,0,0,224.06,3439.09,63.639,5.66163,300,5,0,258,0,1,0,0,0),(58516,16903,530,1,1,0,0,226.593,3442.5,62.449,5.66168,300,5,0,258,0,1,0,0,0),(58517,16903,530,1,1,0,0,147.938,3455.02,65.2486,2.44956,300,5,0,258,0,1,0,0,0),(58518,16903,530,1,1,0,0,145.056,3451.9,67.3082,2.44957,300,5,0,258,0,1,0,0,0),(58519,16903,530,1,1,0,0,179.584,3445.57,63.7062,5.86694,300,0,0,258,0,0,0,0,0),(58520,16903,530,1,1,0,0,177.417,3448.82,63.4086,3.52642,300,5,0,258,0,1,0,0,0),(58521,16903,530,1,1,0,0,150.86,3490.87,61.7345,5.96496,300,5,0,258,0,1,0,0,0),(58522,16903,530,1,1,0,0,149.551,3486.84,61.6065,5.96513,300,5,0,258,0,1,0,0,0),(58523,16903,530,1,1,0,0,158.655,3508.31,60.0812,5.17047,300,5,0,258,0,1,0,0,0),(58524,16903,530,1,1,0,0,154.828,3506.48,60.7003,5.16978,300,5,0,258,0,1,0,0,0),(58525,16903,530,1,1,0,0,115.061,3460.41,68.2709,4.30884,300,5,0,258,0,1,0,0,0),(58526,16903,530,1,1,0,0,111.281,3462.36,67.7709,4.30904,300,5,0,258,0,1,0,0,0),(58527,16903,530,1,1,0,0,119.61,3519.82,60.4651,1.32412,300,5,0,258,0,1,0,0,0),(58528,16903,530,1,1,0,0,123.726,3518.79,60.4338,1.32412,300,5,0,258,0,1,0,0,0),(58529,16903,530,1,1,0,0,116.489,3554.3,61.5347,5.767,300,5,0,258,0,1,0,0,0),(58530,16903,530,1,1,0,0,114.099,3550.8,61.492,5.75697,300,5,0,258,0,1,0,0,0),(58531,16903,530,1,1,0,0,91.1077,3484.61,63.2258,3.22566,300,5,0,258,0,1,0,0,0),(58532,16903,530,1,1,0,0,90.8573,3488.85,62.5705,3.22567,300,5,0,258,0,1,0,0,0),(58533,16903,530,1,1,0,0,50.938,3481.8,60.8512,5.49499,300,5,0,258,0,1,0,0,0),(58534,16903,530,1,1,0,0,48.0235,3478.72,60.5802,5.49567,300,5,0,258,0,1,0,0,0),(58535,16903,530,1,1,0,0,94.0972,3562.44,64.5121,4.13718,300,5,0,258,0,1,0,0,0),(58536,16903,530,1,1,0,0,92.356,3565.76,65.1115,3.48423,300,5,0,258,0,1,0,0,0),(58537,16903,530,1,1,0,0,134.549,3540.47,62.9336,0.397605,300,0,0,258,0,0,0,0,0),(58538,16903,530,1,1,0,0,130.309,3540.62,62.4966,2.7693,300,0,0,258,0,0,0,0,0),(58539,16903,530,1,1,0,0,120.452,3584.52,65.0062,1.18982,300,0,0,258,0,0,0,0,0),(58540,16903,530,1,1,0,0,117.511,3582.4,64.4698,4.97581,300,5,0,258,0,1,0,0,0),(58541,16903,530,1,1,0,0,54.3302,3574.43,65.3872,1.70206,300,5,0,258,0,1,0,0,0),(58542,16903,530,1,1,0,0,58.5618,3574.79,64.6273,1.70206,300,5,0,258,0,1,0,0,0),(58543,16903,530,1,1,0,0,21.7777,3453.45,65.5913,3.73878,300,5,0,258,0,1,0,0,0),(58544,16903,530,1,1,0,0,24.3428,3450.1,65.9364,3.785,300,5,0,258,0,1,0,0,0),(58545,16903,530,1,1,0,0,-19.1255,3518.24,62.5103,0.861507,300,5,0,258,0,1,0,0,0),(58546,16903,530,1,1,0,0,-15.9095,3515.51,62.4562,0.880086,300,5,0,258,0,1,0,0,0),(58547,16903,530,1,1,0,0,-1.64642,3548.56,62.178,4.14065,300,5,0,258,0,1,0,0,0),(58548,16903,530,1,1,0,0,15.1752,3520.59,61.0122,5.66772,300,5,0,258,0,1,0,0,0),(58549,16903,530,1,1,0,0,12.6932,3517.15,61.4503,5.66765,300,5,0,258,0,1,0,0,0),(58550,16903,530,1,1,0,0,17.6058,3547.73,60.4178,5.22335,300,5,0,258,0,1,0,0,0),(58551,16903,530,1,1,0,0,13.9108,3545.64,60.2452,5.22329,300,5,0,258,0,1,0,0,0),(58552,16903,530,1,1,0,0,1.97321,3480.34,62.8293,2.98429,300,5,0,258,0,1,0,0,0),(58553,16903,530,1,1,0,0,1.13116,3476.18,63.1547,2.9843,300,5,0,258,0,1,0,0,0),(58554,16903,530,1,1,0,0,1.94018,3546.29,61.9256,4.14065,300,5,0,258,0,1,0,0,0),(58555,16903,530,1,1,0,0,449.845,3512.07,61.2694,0.552989,300,5,0,258,0,1,0,0,0),(58556,16903,530,1,1,0,0,451.919,3508.45,62.5298,0.514117,300,5,0,258,0,1,0,0,0),(58557,16903,530,1,1,0,0,414.795,3484.38,60.1842,0.172145,300,5,0,258,0,1,0,0,0),(58558,16903,530,1,1,0,0,413.81,3488.52,59.8979,0.172009,300,5,0,258,0,1,0,0,0),(58559,16903,530,1,1,0,0,338.857,3451.92,60.447,1.91751,300,5,0,258,0,1,0,0,0),(58560,16903,530,1,1,0,0,342.843,3453.38,60.0812,1.91753,300,5,0,258,0,1,0,0,0),(58561,16903,530,1,1,0,0,380.996,3471,60.5821,3.03397,300,5,0,258,0,1,0,0,0),(58562,16903,530,1,1,0,0,380.587,3466.78,61.7146,3.03383,300,5,0,258,0,1,0,0,0),(58563,16903,530,1,1,0,0,377.15,3410.36,60.1099,3.6318,300,0,0,258,0,0,0,0,0),(58564,16903,530,1,1,0,0,380.502,3409.88,60.7349,6.03759,300,0,0,258,0,0,0,0,0),(58565,16904,530,1,1,0,1,-1079.5,2608.61,28.7051,5.13127,300,0,0,4142,0,0,0,0,0),(58566,16904,530,1,1,0,1,-1092.64,2590.75,35.5135,5.2709,300,0,0,4142,0,0,0,0,0),(58567,16904,530,1,1,0,1,-1125.51,2545.6,48.3261,1.93731,300,0,0,4142,0,0,0,0,0),(58568,16904,530,1,1,0,1,-1109.07,2559.96,43.7398,5.32325,300,0,0,4142,0,0,0,0,0),(58569,16904,530,1,1,0,1,-1102.61,2576.19,38.9385,5.3058,300,0,0,4142,0,0,0,0,0),(58570,16904,530,1,1,0,1,-1130.39,2609.12,25.0246,3.61209,300,5,0,4142,0,1,0,0,0),(58571,16904,530,1,1,0,1,-1141.04,2538.22,50.09,4.81711,300,0,0,4142,0,0,0,0,0),(58572,16904,530,1,1,0,1,-1162.18,2658.22,8.73521,2.40128,300,5,0,4142,0,1,0,0,0),(58573,16904,530,1,1,0,0,-1193.39,2514.13,52.2331,4.97419,120,0,0,1,0,0,0,0,0),(58574,16904,530,1,1,0,1,-1255.74,2517.58,40.6434,5.13127,300,0,0,4142,0,0,0,0,0),(58575,16904,530,1,1,0,1,-1278.84,2577.41,24.2291,1.02006,300,5,0,4142,0,1,0,0,0),(58576,16904,530,1,1,0,1,-1252.17,2588.88,24.5658,1.98571,300,5,0,4142,0,1,0,0,0),(58577,16904,530,1,1,0,1,-1268.29,2653.86,9.495,4.86198,300,0,0,4142,0,0,0,0,0),(58578,16904,530,1,1,0,1,-1454.53,2679.48,-43.1195,4.05838,300,5,0,4142,0,1,0,0,0),(58579,16904,530,1,1,0,1,-1450.44,2708.8,-41.1158,2.10569,300,5,0,4142,0,1,0,0,0),(58580,16904,530,1,1,0,1,-1218.54,2685.67,1.05283,2.9189,300,5,0,4142,0,1,0,0,0),(58581,16904,530,1,1,0,1,-1190.43,2714.72,-6.09432,1.90731,300,5,0,4142,0,1,0,0,0),(58582,16904,530,1,1,0,1,-1175.12,2749.09,-15.4867,4.80983,300,5,0,4142,0,1,0,0,0),(58583,16904,530,1,1,0,1,-1179.27,2686.4,2.7332,4.25311,300,5,0,4142,0,1,0,0,0),(58584,16904,530,1,1,0,1,-1410.16,2771.15,-45.4001,4.57326,300,5,0,4142,0,1,0,0,0),(58585,16904,530,1,1,0,1,-1389.48,2785.74,-43.4488,1.68956,300,5,0,4142,0,1,0,0,0),(58586,16904,530,1,1,0,1,-1450.19,2777.2,-55.8782,4.18185,300,5,0,4142,0,1,0,0,0),(58587,16904,530,1,1,0,1,-1453.5,2751,-49.5996,0.749443,300,5,0,4142,0,1,0,0,0),(58588,16904,530,1,1,0,1,-1393.48,2824.57,-42.6993,2.43762,300,5,0,4142,0,1,0,0,0),(58589,16904,530,1,1,0,1,-1248.58,2852.5,-13.2813,2.62838,300,5,0,4142,0,1,0,0,0),(58590,16904,530,1,1,0,1,-1217.13,2840.3,-16.0238,3.8694,300,5,0,4142,0,1,0,0,0),(58591,16904,530,1,1,0,1,-1221.13,2814.5,-21.2106,3.28197,300,5,0,4142,0,1,0,0,0),(58592,16904,530,1,1,0,1,-1179.65,2819.88,-19.2244,0.183795,300,5,0,4142,0,1,0,0,0),(58593,16904,530,1,1,0,1,-1200.97,2777.36,-25.0122,5.4575,300,5,0,4142,0,1,0,0,0),(58594,16905,530,1,1,0,0,-1194.4,2619.77,22.9671,1.54224,300,5,0,3314,2369,1,0,0,0),(58595,16905,530,1,1,0,0,-1267.43,2651.65,10.0934,4.46876,300,5,0,3314,2369,1,0,0,0),(58596,16905,530,1,1,0,0,-1300.07,2654.56,5.88407,3.34802,300,0,0,3314,2369,0,0,0,0),(58597,16905,530,1,1,0,0,-1321.08,2665.72,-0.74735,6.08662,300,5,0,3314,2369,1,0,0,0),(58598,16905,530,1,1,0,0,-1336.25,2677.9,-7.10834,0.974464,300,5,0,3314,2369,1,0,0,0),(58599,16905,530,1,1,0,0,-1265.93,2684.52,-0.431907,5.19177,300,5,0,3314,2369,1,0,0,0),(58600,16905,530,1,1,0,0,-1323.44,2732.81,-21.1545,0.856621,300,5,0,3314,2369,1,0,0,0),(58601,16905,530,1,1,0,0,-1227.63,2677.32,2.07801,3.64983,300,0,0,3314,2369,2,0,0,0),(58602,16905,530,1,1,0,0,-1269.75,2737.23,-16.4188,4.72984,300,0,0,3314,2369,0,0,0,0),(58603,16905,530,1,1,0,0,-1238.63,2751.68,-20.2207,3.48684,300,5,0,3314,2369,1,0,0,0),(58604,16905,530,1,1,0,0,-1270.31,2718.17,-12.8431,2.11185,300,0,0,3314,2369,0,0,0,0),(58605,16905,530,1,1,0,0,-1291.62,2894.85,-7.94297,3.69911,300,5,0,3314,2369,1,0,0,0),(58606,16905,530,1,1,0,0,-1248.95,2795.94,-22.2124,3.71117,300,0,0,3314,2369,2,0,0,0),(58607,16905,530,1,1,0,0,-1262.28,2868.47,-9.44853,4.29377,300,5,0,3314,2369,1,0,0,0),(58608,16906,530,1,1,0,1,-1078.71,2658.08,9.17709,4.40269,300,0,0,3314,2369,2,0,0,0),(58609,16906,530,1,1,0,1,-1157.92,2633.31,16.7264,1.85178,300,0,0,3314,2369,2,0,0,0),(58610,16906,530,1,1,0,1,-1211.75,2646.54,11.587,5.21125,300,5,0,3314,2369,1,0,0,0),(58611,16906,530,1,1,0,1,-1381.01,2675.91,-22.633,4.39826,300,5,0,3314,2369,1,0,0,0),(58612,16906,530,1,1,0,1,-1381.08,2738.41,-32.4164,0.632171,300,5,0,3314,2369,1,0,0,0),(58613,16906,530,1,1,0,1,-1162.37,2607.77,29.4084,2.07063,300,0,0,3314,2369,2,0,0,0),(58614,16906,530,1,1,0,1,-1231.44,2673.48,3.21241,1.16526,300,0,0,3314,2369,2,0,0,0),(58615,16906,530,1,1,0,1,-1154.35,2673.65,3.76731,4.21335,300,0,0,3314,2369,2,0,0,0),(58616,16906,530,1,1,0,1,-1242.69,2847.19,-14.7049,4.60936,300,0,0,3314,2369,2,0,0,0),(58617,16906,530,1,1,0,1,-1478.84,2685.81,-48.819,6.06759,300,5,0,3314,2369,1,0,0,0),(58618,16906,530,1,1,0,1,-1491.25,2741.02,-60.6751,3.67091,300,5,0,3314,2369,1,0,0,0),(58619,16906,530,1,1,0,1,-1493.11,2718.15,-57.9335,0.457529,300,0,0,3314,2369,2,0,0,0),(58620,16906,530,1,1,0,1,-1386.78,2826.61,-40.3874,3.68838,300,0,0,3314,2369,2,0,0,0),(58621,16906,530,1,1,0,1,-1135.11,2786.33,-29.1325,5.92115,300,0,0,3314,2369,2,0,0,0),(58622,16907,530,1,1,0,1,-1204.8,1906.74,82.3081,3.05433,300,0,0,4142,0,0,0,0,0),(58623,16907,530,1,1,0,1,-1192.39,1901.38,81.4946,6.10865,300,0,0,4142,0,0,0,0,0),(58624,16907,530,1,1,0,1,-1188.07,1942.32,81.4366,0.628319,300,0,0,4142,0,0,0,0,0),(58625,16907,530,1,1,0,1,-1146.56,1889.42,81.4645,3.57792,300,0,0,4142,0,0,0,0,0),(58626,16907,530,1,1,0,1,-1066.96,2045.4,67.1089,0.767945,300,0,0,4142,0,0,0,0,0),(58627,16907,530,1,1,0,1,-1054.18,2047.45,67.8309,3.83972,300,0,0,4142,0,0,0,0,0),(58628,16907,530,1,1,0,1,-1065.01,2062.3,67.3909,4.86771,300,5,0,4142,0,1,0,0,0),(58629,16907,530,1,1,0,1,-1161.37,2113.09,68.5596,6.26573,300,0,0,4142,0,0,0,0,0),(58630,16907,530,1,1,0,1,-975.242,2076.79,71.1352,5.5676,300,0,0,4142,0,0,0,0,0),(58631,16907,530,1,1,0,1,-1019.98,1990.64,69.6215,3.38594,300,0,0,4142,0,0,0,0,0),(58632,16907,530,1,1,0,1,-966.617,2033.46,67.047,1.50105,300,5,0,4142,0,1,0,0,0),(58633,16907,530,1,1,0,1,-952.191,2051.46,67.0211,2.30383,300,0,0,4142,0,0,0,0,0),(58634,16907,530,1,1,0,1,-1032.9,1977.53,69.2934,0.750492,300,0,0,4142,0,0,0,0,0),(58635,16907,530,1,1,0,1,-926.346,1998.53,65.9756,2.47848,300,5,0,4142,0,1,0,0,0),(58636,16907,530,1,1,0,1,-978.398,1919.63,77.1888,1.87432,300,5,0,4142,0,1,0,0,0),(58637,16907,530,1,1,0,1,-906.179,1965.82,68.8138,4.74719,300,5,0,4142,0,1,0,0,0),(58638,16907,530,1,1,0,1,-958.098,1895.89,80.2422,3.33114,300,5,0,4142,0,1,0,0,0),(58639,16907,530,1,1,0,1,-922.891,1878.39,82.5567,0.003825,300,5,0,4142,0,1,0,0,0),(58640,16907,530,1,1,0,1,-830.116,2023.96,39.2022,0.453786,300,0,0,4142,0,0,0,0,0),(58641,16907,530,1,1,0,1,-895.832,2130.56,17.4101,5.5676,300,0,0,4142,0,0,0,0,0),(58642,16907,530,1,1,0,1,-885.114,2120.52,18.7444,2.58309,300,0,0,4142,0,0,0,0,0),(58643,16907,530,1,1,0,1,-896.722,2115.57,19.9363,6.0912,300,0,0,4142,0,0,0,0,0),(58644,16907,530,1,1,0,1,-855.637,2139.68,15.0119,3.988,300,5,0,4142,0,1,0,0,0),(58645,16907,530,1,1,0,1,-876.58,2142.91,14.8,4.01426,300,0,0,4142,0,0,0,0,0),(58646,16907,530,1,1,0,1,-944.679,2214.73,9.1277,5.58613,300,5,0,4142,0,1,0,0,0),(58647,16907,530,1,1,0,1,-1049.08,2255.82,24.091,1.78024,300,0,0,4142,0,0,0,0,0),(58648,16907,530,1,1,0,1,-1070.11,2275.37,24.9295,1.06465,300,0,0,4142,0,0,0,0,0),(58649,16907,530,1,1,0,1,-1044.79,2277.47,25.8441,3.08923,300,0,0,4142,0,0,0,0,0),(58650,16907,530,1,1,0,1,-1176.32,2257.61,43.2774,2.1293,300,0,0,4142,0,0,0,0,0),(58651,16907,530,1,1,0,1,-1186.82,2270.63,45.1477,5.46288,300,0,0,4142,0,0,0,0,0),(58652,16907,530,1,1,0,1,-1081.77,2348.19,19.8038,3.66763,300,5,0,4142,0,1,0,0,0),(58653,16907,530,1,1,0,1,-1135.26,2331.78,29.9651,0.502008,300,5,0,4142,0,1,0,0,0),(58654,16907,530,1,1,0,1,-1156.81,2430.96,35.029,0.844782,300,5,0,4142,0,1,0,0,0),(58655,16911,530,1,1,0,1,317.622,3803.33,183.365,1.48353,300,0,0,4274,2568,0,0,0,0),(58656,16911,530,1,1,0,1,242.578,3816.12,179.855,1.85005,300,0,0,4274,2568,0,0,0,0),(58657,16911,530,1,1,0,1,49.8926,3733.42,189.363,2.3911,300,0,0,4274,2568,0,0,0,0),(58658,16911,530,1,1,0,1,225.167,3642.98,165.439,3.4383,300,0,0,4274,2568,0,0,0,0),(58659,16911,530,1,1,0,1,296.017,3608.76,179.776,4.24115,300,0,0,4274,2568,0,0,0,0),(58660,16911,530,1,1,0,1,423.793,3632.38,198.621,4.01426,300,0,0,4274,2568,0,0,0,0),(58661,16911,530,1,1,0,1,501.996,3859.01,207.618,4.29351,300,0,0,4274,2568,0,0,0,0),(58662,16911,530,1,1,0,1,508.375,3855.1,207.855,3.9619,300,0,0,4274,2568,0,0,0,0),(58663,16911,530,1,1,0,1,505.979,3842.18,194.513,4.03171,300,0,0,4274,2568,0,0,0,0),(58664,16911,530,1,1,0,1,492.889,3847.81,193.655,4.38078,300,0,0,4274,2568,0,0,0,0),(58665,16911,530,1,1,0,1,517.447,3844.64,206.981,3.34243,300,0,0,4274,2568,2,0,0,0),(58666,16911,530,1,1,0,1,514.384,3932.12,206.811,0.226893,300,0,0,4274,2568,0,0,0,0),(58667,16911,530,1,1,0,1,512.16,3933.22,206.828,1.79769,300,0,0,4274,2568,0,0,0,0),(58668,16911,530,1,1,0,1,544.411,3863.16,206.479,1.0469,300,0,0,4274,2568,2,0,0,0),(58669,16911,530,1,1,0,1,577.116,3919.79,212.605,0.523599,300,0,0,4274,2568,0,0,0,0),(58670,16911,530,1,1,0,1,573.774,3921.38,212.608,1.69297,300,0,0,4274,2568,0,0,0,0),(58671,16911,530,1,1,0,1,481.707,3589.61,191.023,3.80482,300,0,0,4274,2568,0,0,0,0),(58672,16911,530,1,1,0,1,526.971,3572.09,191.4,5.0091,300,0,0,4274,2568,0,0,0,0),(58673,16912,530,1,1,0,1,266.606,3799.05,176.967,1.58601,300,5,0,5341,0,1,0,0,0),(58674,16912,530,1,1,0,1,309.205,3786.74,187.05,2.16313,300,5,0,5341,0,1,0,0,0),(58675,16912,530,1,1,0,1,193.75,3714.58,177.941,0.06598,300,5,0,5341,0,1,0,0,0),(58676,16912,530,1,1,0,1,144.154,3735.87,186.874,1.69955,300,5,0,5341,0,1,0,0,0),(58677,16912,530,1,1,0,1,103.994,3722.42,190.378,2.28473,300,5,0,5341,0,1,0,0,0),(58678,16912,530,1,1,0,1,76.8816,3680.53,182.777,4.00044,300,5,0,5341,0,1,0,0,0),(58679,16912,530,1,1,0,1,351.408,3612.65,176.017,5.86711,300,5,0,5341,0,1,0,0,0),(58680,16912,530,1,1,0,1,352.537,3730.55,186.809,2.69453,300,5,0,5341,0,1,0,0,0),(58681,16912,530,1,1,0,1,392.787,3661.38,185.088,0.869227,300,5,0,5341,0,1,0,0,0),(58682,16912,530,1,1,0,1,420.806,3784.54,195.79,0.748787,300,5,0,5341,0,1,0,0,0),(58683,16912,530,1,1,0,1,524.29,3758.78,195.981,5.09712,300,5,0,5341,0,1,0,0,0),(58684,16912,530,1,1,0,1,517.556,3890.14,189.814,4.2237,300,0,0,5341,0,0,0,0,0),(58685,16912,530,1,1,0,1,529.337,3882.82,191.161,4.41568,300,0,0,5341,0,0,0,0,0),(58686,16912,530,1,1,0,1,557.522,3687.14,195.271,4.78279,300,5,0,5341,0,1,0,0,0),(58687,16912,530,1,1,0,1,514.766,3620.82,194.235,1.11743,300,5,0,5341,0,1,0,0,0),(58688,16912,530,1,1,0,1,588.111,3620.86,210.182,5.70387,300,5,0,5341,0,1,0,0,0),(58689,16912,530,1,1,0,1,582.276,3644.67,203.278,5.33343,300,5,0,5341,0,1,0,0,0),(58690,16915,530,1,1,0,1,430.101,2886.58,52.3558,0.069813,300,0,0,4979,0,0,0,0,0),(58691,16916,530,1,1,0,0,9513.45,-6838.06,16.5768,3.9968,300,0,0,98,115,2,0,0,0),(58692,16917,530,1,1,0,1,-4072.69,-13756,74.8567,4.4855,300,0,0,102,0,0,0,0,0),(58693,16918,530,1,1,0,0,-4079.01,-13775.9,74.846,0.890118,300,0,0,95,230,0,0,0,0),(58694,16919,530,1,1,0,1,-4176.12,-13723.6,74.5118,3.21141,300,0,0,102,0,0,0,0,0),(58695,16921,530,1,1,0,1,-4268.94,-13227.2,64.5769,5.70723,300,0,0,11828,0,0,0,0,0),(58696,16922,530,1,1,0,0,-4400.16,-13633.6,41.4576,2.9147,300,0,0,6722,0,0,0,0,0),(58697,16922,530,1,1,0,0,-4402.37,-13653.1,41.505,1.0821,300,0,0,6722,0,0,0,0,0),(58698,16922,530,1,1,0,0,-4397.78,-13658,42.0599,4.60767,300,0,0,6722,0,0,0,0,0),(58699,16922,530,1,1,0,0,-4385.75,-13639.5,41.7152,0.261799,300,0,0,6722,0,0,0,0,0),(58700,16922,530,1,1,0,0,-4404.45,-13646.9,41.1993,4.88692,300,0,0,6722,0,0,0,0,0),(58701,16923,530,1,1,0,1,9520.85,-6858.46,18.7765,5.39307,300,0,0,138,138,2,0,0,0),(58702,16924,530,1,1,0,1,9512.21,-6840.16,16.4934,1.0472,300,0,0,138,138,0,0,0,0),(58703,16925,530,1,1,0,1,-173.026,2784.18,31.7306,0.46858,300,0,0,3989,0,2,0,0,0),(58704,16925,530,1,1,0,1,-404.787,2895.92,13.8526,4.59106,300,0,0,3989,0,2,0,0,0),(58705,16925,530,1,1,0,1,-394.234,2891.35,8.34191,4.99149,300,0,0,3989,0,2,0,0,0),(58706,16925,530,1,1,0,1,-372.711,2839.35,3.08586,5.23807,300,0,0,3989,0,2,0,0,0),(58707,16925,530,1,1,0,1,-180.312,2686.22,40.8126,2.14797,300,0,0,3989,0,2,0,0,0),(58708,16925,530,1,1,0,1,-314.16,2611.34,41.1205,4.5674,300,0,0,3989,0,2,0,0,0),(58709,16925,530,1,1,0,1,-280.539,2385.49,49.5167,2.42622,300,0,0,3989,0,2,0,0,0),(58710,16925,530,1,1,0,1,-173.5,2340.3,60.07,1.36818,300,0,0,3989,0,2,0,0,0),(58711,16927,530,1,1,0,0,-562.162,3606.67,29.3202,4.69896,300,0,0,4979,0,0,0,0,0),(58712,16927,530,1,1,0,0,-571.661,3615.93,29.6352,3.34021,300,0,0,4979,0,0,0,0,0),(58713,16927,530,1,1,0,0,-622.217,3609.65,30.6201,4.55188,300,5,0,4979,0,1,0,0,0),(58714,16927,530,1,1,0,0,-531.161,3640.4,29.2444,4.93458,300,0,0,4979,0,0,0,0,0),(58715,16927,530,1,1,0,0,-557.927,3619.62,29.549,5.98648,300,0,0,4979,0,0,0,0,0),(58716,16927,530,1,1,0,0,-657.941,3587.95,29.6201,5.28154,300,5,0,4979,0,1,0,0,0),(58717,16927,530,1,1,0,0,-658.822,3716.06,29.7715,2.23594,300,5,0,4979,0,1,0,0,0),(58718,16927,530,1,1,0,0,-688.119,3722.92,29.1262,5.85795,300,5,0,4979,0,1,0,0,0),(58719,16927,530,1,1,0,0,-735.73,3629.37,29.4979,4.90443,300,5,0,4979,0,1,0,0,0),(58720,16927,530,1,1,0,0,-694.631,3713.47,29.5012,3.5177,300,5,0,4979,0,1,0,0,0),(58721,16927,530,1,1,0,0,-736.833,3652.86,28.5597,2.06525,300,5,0,4979,0,1,0,0,0),(58722,16927,530,1,1,0,0,-922.031,3715.72,93.5942,3.3363,300,5,0,4979,0,1,0,0,0),(58723,16927,530,1,1,0,0,-910.338,3721.25,96.5542,0.359457,300,5,0,4979,0,1,0,0,0),(58724,16927,530,1,1,0,0,-813.133,3754.32,116.048,0.559841,300,5,0,4979,0,1,0,0,0),(58725,16927,530,1,1,0,0,-817.875,3749.65,116,0.564662,300,5,0,4979,0,1,0,0,0),(58726,16927,530,1,1,0,0,-782.719,3775.76,116.588,4.89504,300,5,0,4979,0,1,0,0,0),(58727,16927,530,1,1,0,0,-779.481,3780.92,116.963,4.74893,300,5,0,4979,0,1,0,0,0),(58728,16927,530,1,1,0,0,-750.131,3819.77,106.368,3.1123,300,5,0,4979,0,1,0,0,0),(58729,16927,530,1,1,0,0,-758.069,3822.55,108.219,5.92099,300,5,0,4979,0,1,0,0,0),(58730,16927,530,1,1,0,0,-786.997,3845.52,109.952,0.885067,300,5,0,4979,0,1,0,0,0),(58731,16927,530,1,1,0,0,-786.082,3842.18,110.387,0.837183,300,5,0,4979,0,1,0,0,0),(58732,16927,530,1,1,0,0,-586.591,3731.4,29.1597,0.253606,300,0,0,4979,0,0,0,0,0),(58733,16927,530,1,1,0,0,-606.584,3792.01,29.9849,3.66763,300,5,0,4979,0,1,0,0,0),(58734,16927,530,1,1,0,0,-616.146,3785.94,30.1099,0.811157,300,5,0,4979,0,1,0,0,0),(58735,16927,530,1,1,0,0,-551.671,3767.12,29.3701,4.44526,300,5,0,4979,0,1,0,0,0),(58736,16927,530,1,1,0,0,-539.277,3765.19,29.7451,0.296157,300,5,0,4979,0,1,0,0,0),(58737,16927,530,1,1,0,0,-600.679,3820.21,29.7451,5.80927,300,5,0,4979,0,1,0,0,0),(58738,16927,530,1,1,0,0,-542.626,3809.14,29.6549,3.27148,300,5,0,4979,0,1,0,0,0),(58739,16927,530,1,1,0,0,-553.125,3813.54,29.1549,3.2883,300,5,0,4979,0,1,0,0,0),(58740,16927,530,1,1,0,0,-512.118,3752.81,29.7451,0.110357,300,5,0,4979,0,1,0,0,0),(58741,16927,530,1,1,0,0,-596.783,3831.75,29.2451,5.98319,300,5,0,4979,0,1,0,0,0),(58742,16927,530,1,1,0,0,-635.864,3882.43,29.2292,2.84456,300,5,0,4979,0,1,0,0,0),(58743,16927,530,1,1,0,0,-627.567,3869.93,29.4951,3.86945,300,5,0,4979,0,1,0,0,0),(58744,16927,530,1,1,0,0,-620.158,3883.83,30.1201,4.3717,300,5,0,4979,0,1,0,0,0),(58745,16927,530,1,1,0,0,-712.164,3855.29,83.6431,0.280044,300,5,0,4979,0,1,0,0,0),(58746,16927,530,1,1,0,0,-709.368,3844.89,86.1144,0.401556,300,5,0,4979,0,1,0,0,0),(58747,16927,530,1,1,0,0,-789.961,3914.62,93.3448,4.60202,300,5,0,4979,0,1,0,0,0),(58748,16927,530,1,1,0,0,-794.947,3914.6,93.8448,3.72689,300,5,0,4979,0,1,0,0,0),(58749,16927,530,1,1,0,0,-820.666,3955.93,90.9285,1.94659,300,5,0,4979,0,1,0,0,0),(58750,16927,530,1,1,0,0,-804.126,3962.54,90.3291,0.516542,300,5,0,4979,0,1,0,0,0),(58751,16927,530,1,1,0,0,-742.188,3937.5,32.193,5.73719,300,5,0,4979,0,1,0,0,0),(58752,16927,530,1,1,0,0,-749.437,3936.95,32.818,5.38278,300,5,0,4979,0,1,0,0,0),(58753,16927,530,1,1,0,0,-698.706,3930.52,29.6063,2.82092,300,5,0,4979,0,1,0,0,0),(58754,16927,530,1,1,0,0,-685.228,3931.47,29.3563,0.303507,300,5,0,4979,0,1,0,0,0),(58755,16927,530,1,1,0,0,-645.088,3922.25,30.3701,0.112599,300,5,0,4979,0,1,0,0,0),(58756,16927,530,1,1,0,0,-650.728,3913.41,30.4951,4.63772,300,5,0,4979,0,1,0,0,0),(58757,16927,530,1,1,0,0,-756.771,4008.85,32.288,2.36833,300,5,0,4979,0,1,0,0,0),(58758,16927,530,1,1,0,0,-623.119,3949.31,29.4951,1.28601,300,5,0,4979,0,1,0,0,0),(58759,16927,530,1,1,0,0,-614.258,3951.22,29.1201,5.00465,300,5,0,4979,0,1,0,0,0),(58760,16927,530,1,1,0,0,-599.192,3921.93,29.4951,2.51681,300,5,0,4979,0,1,0,0,0),(58761,16927,530,1,1,0,0,-696.523,4021.36,29.8719,1.05314,300,5,0,4979,0,1,0,0,0),(58762,16927,530,1,1,0,0,-588.439,3975.8,29.495,4.75646,300,5,0,4979,0,1,0,0,0),(58763,16927,530,1,1,0,0,-584.313,3990.13,29.62,2.95689,300,5,0,4979,0,1,0,0,0),(58764,16927,530,1,1,0,0,-592.216,3918.58,29.9951,3.56491,300,5,0,4979,0,1,0,0,0),(58765,16927,530,1,1,0,0,-576.475,3975.97,29.495,4.67871,300,5,0,4979,0,1,0,0,0),(58766,16927,530,1,1,0,0,-763.65,4018.96,32.913,1.9366,300,5,0,4979,0,1,0,0,0),(58767,16927,530,1,1,0,0,-821.301,4076.8,33.9576,0.136304,300,5,0,4979,0,1,0,0,0),(58768,16927,530,1,1,0,0,-810.144,4070.4,33.2076,0.581957,300,5,0,4979,0,1,0,0,0),(58769,16927,530,1,1,0,0,-869.261,4093.12,33.2217,1.34016,300,5,0,4979,0,1,0,0,0),(58770,16927,530,1,1,0,0,-870.549,4103.74,33.0967,4.72838,300,5,0,4979,0,1,0,0,0),(58771,16927,530,1,1,0,0,-922.42,4042.56,79.1544,3.47509,300,5,0,4979,0,1,0,0,0),(58772,16927,530,1,1,0,0,-923.573,4043.59,78.9352,4.03216,300,5,0,4979,0,1,0,0,0),(58773,16927,530,1,1,0,0,-881.958,4019.25,85.8126,4.60104,300,5,0,4979,0,1,0,0,0),(58774,16927,530,1,1,0,0,-881.409,4011.95,86.1647,5.76973,300,5,0,4979,0,1,0,0,0),(58775,16927,530,1,1,0,0,-913.887,4107.74,33.8467,3.80177,300,5,0,4979,0,1,0,0,0),(58776,16927,530,1,1,0,0,-897.554,4125.75,33.2217,0.907024,300,5,0,4979,0,1,0,0,0),(58777,16927,530,1,1,0,0,-986.376,4043.57,79.4848,1.12239,300,5,0,4979,0,1,0,0,0),(58778,16927,530,1,1,0,0,-948.843,4011.33,88.0829,4.44348,300,5,0,4979,0,1,0,0,0),(58779,16927,530,1,1,0,0,-945.682,4014.83,87.0415,1.96146,300,5,0,4979,0,1,0,0,0),(58780,16927,530,1,1,0,0,-977.869,4047.69,78.2432,4.91503,300,5,0,4979,0,1,0,0,0),(58781,16927,530,1,1,0,0,-980.348,3984.14,95.6401,1.05601,300,5,0,4979,0,1,0,0,0),(58782,16927,530,1,1,0,0,-988.424,3981.95,95.5619,3.77649,300,5,0,4979,0,1,0,0,0),(58783,16927,530,1,1,0,0,-1027.18,4017.39,80.6013,4.34354,300,5,0,4979,0,1,0,0,0),(58784,16927,530,1,1,0,0,-1019.47,4018.18,80.6325,5.10741,300,5,0,4979,0,1,0,0,0),(58785,16927,530,1,1,0,0,168.354,3758.01,195.168,0.533555,300,5,0,4979,0,1,0,0,0),(58786,16928,530,1,1,0,0,-678.557,3501.6,85.8725,5.9315,300,5,0,5158,0,1,0,0,0),(58787,16928,530,1,1,0,0,-899.863,3724.5,99.701,6.28123,300,5,0,5158,0,1,0,0,0),(58788,16928,530,1,1,0,0,-1094.05,4013.54,85.3864,0.056691,300,5,0,5158,0,1,0,0,0),(58789,16929,530,1,1,0,0,-748.166,3432.45,82.8685,4.71825,300,5,0,5158,0,1,0,0,0),(58790,16929,530,1,1,0,0,-813.087,3448.68,102.021,5.07802,300,5,0,5158,0,1,0,0,0),(58791,16929,530,1,1,0,0,-911.254,3468.07,103.477,5.00356,300,5,0,5158,0,1,0,0,0),(58792,16929,530,1,1,0,0,-973.562,3542.99,136.67,5.37737,300,5,0,5158,0,1,0,0,0),(58793,16929,530,1,1,0,0,-949.037,3583.78,139.128,3.87383,300,5,0,5158,0,1,0,0,0),(58794,16929,530,1,1,0,0,-989.31,3492.69,128.88,1.68037,300,5,0,5158,0,1,0,0,0),(58795,16929,530,1,1,0,0,-922.899,3515.54,121.503,4.7331,300,5,0,5158,0,1,0,0,0),(58796,16929,530,1,1,0,0,-918.24,3624.6,117.66,1.74297,300,5,0,5158,0,1,0,0,0),(58797,16929,530,1,1,0,0,-809.955,3566.02,117.325,0.362198,300,5,0,5158,0,1,0,0,0),(58798,16929,530,1,1,0,0,-852.151,3548.21,66.2036,0.857935,300,5,0,5158,0,1,0,0,0),(58799,16929,530,1,1,0,0,-736.632,3543.24,107.376,3.25916,300,5,0,5158,0,1,0,0,0),(58800,16929,530,1,1,0,0,-723.973,3483.16,94.0949,4.08862,300,5,0,5158,0,1,0,0,0),(58801,16929,530,1,1,0,0,-677.489,3516.76,88.1239,1.5929,300,5,0,5158,0,1,0,0,0),(58802,16929,530,1,1,0,0,-673.31,3445.48,73.1717,5.05732,300,5,0,5158,0,1,0,0,0),(58803,16929,530,1,1,0,0,-609.382,3664.11,69.073,5.55473,300,5,0,5158,0,1,0,0,0),(58804,16929,530,1,1,0,0,-646.38,3651.06,35.6106,4.99164,300,0,0,5158,0,0,0,0,0),(58805,16929,530,1,1,0,0,-953.205,3724.3,104.74,1.32016,300,5,0,5158,0,1,0,0,0),(58806,16929,530,1,1,0,0,-860.057,3715.8,116.942,3.53443,300,5,0,5158,0,1,0,0,0),(58807,16929,530,1,1,0,0,-797.033,3721.25,125.106,1.63108,300,5,0,5158,0,1,0,0,0),(58808,16929,530,1,1,0,0,-865.923,3811.02,150.401,5.73928,300,5,0,5158,0,1,0,0,0),(58809,16929,530,1,1,0,0,-822.917,3822.92,126.386,1.4793,300,5,0,5158,0,1,0,0,0),(58810,16929,530,1,1,0,0,-841.495,3850.15,116.805,2.3182,300,5,0,5158,0,1,0,0,0),(58811,16929,530,1,1,0,0,-728.502,3783.85,104.655,4.69676,300,5,0,5158,0,1,0,0,0),(58812,16929,530,1,1,0,0,-722.017,3782.26,21.684,3.91212,300,0,0,5158,0,0,0,0,0),(58813,16929,530,1,1,0,0,-725.796,3803.95,22.576,0.237257,300,0,0,5158,0,0,0,0,0),(58814,16929,530,1,1,0,0,-609.133,3751.33,37.258,0.152183,300,5,0,5158,0,1,0,0,0),(58815,16929,530,1,1,0,0,-648.502,3809.48,37.1253,4.90308,300,5,0,5158,0,1,0,0,0),(58816,16929,530,1,1,0,0,-548.892,3713.24,39.6201,1.99303,300,5,0,5158,0,1,0,0,0),(58817,16929,530,1,1,0,0,-582.173,3641.09,34.7672,4.78078,300,5,0,5158,0,1,0,0,0),(58818,16929,530,1,1,0,0,-558.284,3852.52,29.2451,4.66333,300,5,0,5158,0,1,0,0,0),(58819,16929,530,1,1,0,0,-569.69,3879.33,43.1647,1.93038,300,5,0,5158,0,1,0,0,0),(58820,16929,530,1,1,0,0,-752.112,3835.6,19.4492,4.96251,300,5,0,5158,0,1,0,0,0),(58821,16929,530,1,1,0,0,-683.763,3883.17,68.9917,2.41536,300,0,0,5158,0,0,0,0,0),(58822,16929,530,1,1,0,0,-876.171,3927.22,101.845,2.55787,300,5,0,5158,0,1,0,0,0),(58823,16929,530,1,1,0,0,-949.181,3850.72,151.034,5.15293,300,5,0,5158,0,1,0,0,0),(58824,16929,530,1,1,0,0,-945.961,3888.66,129.263,3.88966,300,5,0,5158,0,1,0,0,0),(58825,16929,530,1,1,0,0,-916.707,3904.26,134.729,4.47973,300,5,0,5158,0,1,0,0,0),(58826,16929,530,1,1,0,0,-701.774,3989,61.1965,3.11816,300,5,0,5158,0,1,0,0,0),(58827,16929,530,1,1,0,0,-857.331,4023.14,95.2727,1.9012,300,5,0,5158,0,1,0,0,0),(58828,16929,530,1,1,0,0,-988.066,4093.35,84.952,4.31081,300,5,0,5158,0,1,0,0,0),(58829,16929,530,1,1,0,0,-963.792,3955.35,102.711,5.18339,300,5,0,5158,0,1,0,0,0),(58830,16929,530,1,1,0,0,-912.826,3966.53,125.792,2.78831,300,5,0,5158,0,1,0,0,0),(58831,16929,530,1,1,0,0,-1021.92,4078.96,78.0256,5.79857,300,5,0,5158,0,1,0,0,0),(58832,16929,530,1,1,0,0,-1012.54,3952.42,119.01,5.1673,300,5,0,5158,0,1,0,0,0),(58833,16929,530,1,1,0,0,-981.258,3922.06,130.197,3.42593,300,5,0,5158,0,1,0,0,0),(58834,16929,530,1,1,0,0,-1045.59,3979.45,97.419,2.5387,300,5,0,5158,0,1,0,0,0),(58835,16929,530,1,1,0,0,-1161.45,3970.37,124.244,4.2766,300,5,0,5158,0,1,0,0,0),(58836,16932,530,1,1,0,0,-1360.16,3372.9,49.5065,3.95737,300,5,0,4142,0,1,0,0,0),(58837,16932,530,1,1,0,0,-1447.33,3352.35,21.5113,4.20899,300,5,0,4142,0,1,0,0,0),(58838,16932,530,1,1,0,0,-1446.02,3379.94,27.176,1.25923,300,5,0,4142,0,1,0,0,0),(58839,16932,530,1,1,0,0,-1421.91,3384.37,35.3944,0.627669,300,5,0,4142,0,1,0,0,0),(58840,16932,530,1,1,0,0,-1481.39,3379.48,11.6456,1.81864,300,5,0,4142,0,1,0,0,0),(58841,16932,530,1,1,0,0,-1373.96,3384.38,47.2,3.91446,300,0,0,4142,0,0,0,0,0),(58842,16932,530,1,1,0,0,-1388.15,3406.68,49.2416,5.05431,300,5,0,4142,0,1,0,0,0),(58843,16932,530,1,1,0,0,-1459.07,3411.7,33.0342,2.7874,300,5,0,4142,0,1,0,0,0),(58844,16932,530,1,1,0,0,-1487.51,3445.16,30.212,2.77095,300,5,0,4142,0,1,0,0,0),(58845,16932,530,1,1,0,0,-1413.29,3453.78,47.8496,1.62096,300,5,0,4142,0,1,0,0,0),(58846,16932,530,1,1,0,0,-1392.64,3451.82,53.1601,3.72228,300,5,0,4142,0,1,0,0,0),(58847,16932,530,1,1,0,0,-1440.34,3456.65,41.3239,5.71221,300,5,0,4142,0,1,0,0,0),(58848,16932,530,1,1,0,0,-1421.74,3473.85,47.921,3.53835,300,5,0,4142,0,1,0,0,0),(58849,16932,530,1,1,0,0,-1455.2,3473.61,40.1569,5.59958,300,5,0,4142,0,1,0,0,0),(58850,16932,530,1,1,0,0,-1517.72,3455.32,24.0842,1.25874,300,5,0,4142,0,1,0,0,0),(58851,16932,530,1,1,0,0,-1544.17,3483.99,24.1827,3.33913,300,5,0,4142,0,1,0,0,0),(58852,16932,530,1,1,0,0,-1479.79,3482.46,36.2832,5.70034,300,5,0,4142,0,1,0,0,0),(58853,16932,530,1,1,0,0,-1576.04,3520.48,19.5427,4.46173,300,5,0,4142,0,1,0,0,0),(58854,16932,530,1,1,0,0,-1487.49,3552.9,48.2801,4.41693,300,5,0,4142,0,1,0,0,0),(58855,16932,530,1,1,0,0,-1511.13,3546.79,36.8912,6.14792,300,5,0,4142,0,1,0,0,0),(58856,16932,530,1,1,0,0,-1486.81,3572.18,51.8142,5.33752,300,5,0,4142,0,1,0,0,0),(58857,16932,530,1,1,0,0,-1522.58,3575.68,40.5265,4.198,300,5,0,4142,0,1,0,0,0),(58858,16932,530,1,1,0,0,-1587.72,3544.44,24.3164,4.58268,300,5,0,4142,0,1,0,0,0),(58859,16932,530,1,1,0,0,-1612.77,3576.46,21.7534,4.32022,300,5,0,4142,0,1,0,0,0),(58860,16932,530,1,1,0,0,-1597.07,3573.12,25.8366,2.88251,300,5,0,4142,0,1,0,0,0),(58861,16932,530,1,1,0,0,-1456,3564.25,66.4506,0.857296,300,5,0,4142,0,1,0,0,0),(58862,16932,530,1,1,0,0,-1551.44,3612.97,35.6841,5.91152,300,5,0,4142,0,1,0,0,0),(58863,16932,530,1,1,0,0,-1520.94,3620.72,43.6563,1.73234,300,5,0,4142,0,1,0,0,0),(58864,16932,530,1,1,0,0,-1570.53,3625.69,34.6458,0.557582,300,5,0,4142,0,1,0,0,0),(58865,16932,530,1,1,0,0,-1643.54,3621.8,26.5756,4.76613,300,5,0,4142,0,1,0,0,0),(58866,16932,530,1,1,0,0,-1621.87,3613.02,29.0622,0,300,5,0,4142,0,1,0,0,0),(58867,16932,530,1,1,0,0,-1587.65,3657.38,41.1472,3.03624,300,5,0,4142,0,1,0,0,0),(58868,16932,530,1,1,0,0,-1545.38,3643.98,35.0376,1.70005,300,5,0,4142,0,1,0,0,0),(58869,16932,530,1,1,0,0,-1647.1,3647.56,31.2215,0.754329,300,5,0,4142,0,1,0,0,0),(58870,16932,530,1,1,0,0,-1589.02,3685.89,39.0711,4.80666,300,5,0,4142,0,1,0,0,0),(58871,16932,530,1,1,0,0,-1675.52,3672.52,43.332,4.84733,300,5,0,4142,0,1,0,0,0),(58872,16932,530,1,1,0,0,-1577.73,3720.72,42.4333,1.84159,300,5,0,4142,0,1,0,0,0),(58873,16932,530,1,1,0,0,-1679.46,3724.28,47.2214,0.465393,300,5,0,4142,0,1,0,0,0),(58874,16932,530,1,1,0,0,-1679.17,3756.86,37.0262,0.672204,300,5,0,4142,0,1,0,0,0),(58875,16932,530,1,1,0,0,-1554.04,3739.94,57.5915,1.38634,300,5,0,4142,0,1,0,0,0),(58876,16932,530,1,1,0,0,-1712.5,3779.17,46.6858,4.92864,300,5,0,4142,0,1,0,0,0),(58877,16932,530,1,1,0,0,-1612.71,3817.06,43.6299,2.38032,300,5,0,4142,0,1,0,0,0),(58878,16932,530,1,1,0,0,-1681.07,3785.3,36.8841,0.334499,300,5,0,4142,0,1,0,0,0),(58879,16932,530,1,1,0,0,-1735.21,3848.36,45.0708,2.89082,300,5,0,4142,0,1,0,0,0),(58880,16932,530,1,1,0,0,-1703.52,3843.07,40.6399,5.46213,300,5,0,4142,0,1,0,0,0),(58881,16932,530,1,1,0,0,-1709.95,3815.12,45.3331,3.02865,300,5,0,4142,0,1,0,0,0),(58882,16932,530,1,1,0,0,-1710.53,3844.33,42.5149,0.786671,300,5,0,4142,0,1,0,0,0),(58883,16932,530,1,1,0,0,-1726.43,3846.3,44.1315,4.86614,300,5,0,4142,0,1,0,0,0),(58884,16933,530,1,1,0,0,-1453.84,3424.35,35.058,3.1328,300,5,0,5158,0,1,0,0,0),(58885,16933,530,1,1,0,0,-1418.44,3434.43,44.1255,4.12926,300,5,0,5158,0,1,0,0,0),(58886,16933,530,1,1,0,0,-1515.95,3494.06,32.36,5.78547,300,5,0,5158,0,1,0,0,0),(58887,16933,530,1,1,0,0,-1535.96,3504.62,29.3734,4.91093,300,5,0,5158,0,1,0,0,0),(58888,16933,530,1,1,0,0,-1590.18,3594.26,30.0657,2.22936,300,5,0,5158,0,1,0,0,0),(58889,16933,530,1,1,0,0,-1533.74,3625.26,38.5591,3.13353,300,5,0,5158,0,1,0,0,0),(58890,16933,530,1,1,0,0,-1539.01,3628.7,36.3391,5.62445,300,5,0,5158,0,1,0,0,0),(58891,16933,530,1,1,0,0,-1621.78,3717.11,32.47,0.160971,300,5,0,5158,0,1,0,0,0),(58892,16933,530,1,1,0,0,-1571.47,3731.66,48.555,3.52663,300,5,0,5158,0,1,0,0,0),(58893,16933,530,1,1,0,0,-1614.88,3771.12,42.898,5.38614,300,5,0,5158,0,1,0,0,0),(58894,16933,530,1,1,0,0,-1620.94,3758.15,34.0837,0.523995,300,5,0,5158,0,1,0,0,0),(58895,16933,530,1,1,0,0,-1699.93,3814.5,42.3885,3.1138,300,5,0,5158,0,1,0,0,0),(58896,16934,530,1,1,0,0,-816.113,4381.34,69.114,5.41562,300,5,0,5341,0,1,0,0,0),(58897,16934,530,1,1,0,0,-955.307,4411.29,89.9402,2.49692,300,5,0,5341,0,1,0,0,0),(58898,16934,530,1,1,0,0,-810.48,4429.05,90.4271,1.50436,300,5,0,5341,0,1,0,0,0),(58899,16934,530,1,1,0,0,-767.149,4325.26,52.8188,5.67758,300,5,0,5341,0,1,0,0,0),(58900,16934,530,1,1,0,0,-778.892,4416.13,82.4506,0.817868,300,5,0,5341,0,1,0,0,0),(58901,16934,530,1,1,0,0,-662.321,4369.52,65.9652,5.6884,300,5,0,5341,0,1,0,0,0),(58902,16937,530,1,1,0,0,-552.584,4868.63,37.3653,3.646,300,5,0,1889,5206,1,0,0,0),(58903,16937,530,1,1,0,0,-554.288,4868.04,37.4903,3.46659,300,5,0,1889,5206,1,0,0,0),(58904,16937,530,1,1,0,0,-444.246,4843.55,27.731,6.20682,300,5,0,1889,5206,1,0,0,0),(58905,16937,530,1,1,0,0,-450.029,4850.92,29.3022,0.791499,300,5,0,1889,5206,1,0,0,0),(58906,16938,530,1,1,0,1,-454.747,4664.57,32.4596,2.9147,300,0,0,2699,0,0,0,0,0),(58907,16938,530,1,1,0,1,-455.19,4672.42,31.2427,2.26893,300,0,0,2699,0,0,0,0,0),(58908,16938,530,1,1,0,1,-515.826,4709.41,37.084,2.02458,300,0,0,2699,0,0,0,0,0),(58909,16938,530,1,1,0,1,-509.347,4723.8,33.2703,3.71755,300,0,0,2699,0,0,0,0,0),(58910,16938,530,1,1,0,1,-453.889,4752.93,21.5825,5.37561,300,0,0,2699,0,0,0,0,0),(58911,16938,530,1,1,0,1,-447.869,4748.54,20.3074,2.70526,300,0,0,2699,0,0,0,0,0),(58912,16938,530,1,1,0,1,-500.238,4759.21,27.8443,3.76991,300,0,0,2699,0,0,0,0,0),(58913,16938,530,1,1,0,1,-559.337,4788.21,34.2141,4.03171,300,0,0,2699,0,0,0,0,0),(58914,16938,530,1,1,0,1,-500.428,4781.01,29.6773,2.84489,300,0,0,2699,0,0,0,0,0),(58915,16938,530,1,1,0,1,-498.77,4822.42,31.3741,3.08923,300,0,0,2699,0,0,0,0,0),(58916,16938,530,1,1,0,1,-617.858,4739.56,41.9087,3.38594,300,0,0,2699,0,0,0,0,0),(58917,16938,530,1,1,0,1,-614.184,4746.42,41.6088,2.14675,300,0,0,2699,0,0,0,0,0),(58918,16938,530,1,1,0,1,-613.41,4752.96,41.1707,4.64258,300,0,0,2699,0,0,0,0,0),(58919,16938,530,1,1,0,1,-567.383,4788.82,34.5954,3.64606,300,0,0,2699,0,0,0,0,0),(58920,16938,530,1,1,0,1,-524.354,4854.4,34.8745,2.89725,300,0,0,2699,0,0,0,0,0),(58921,16938,530,1,1,0,1,-503.089,4832.31,31.5171,2.70526,300,0,0,2699,0,0,0,0,0),(58922,16938,530,1,1,0,1,-504.802,4769.16,29.9351,3.42085,300,0,0,2699,0,0,0,0,0),(58923,16938,530,1,1,0,1,-681,4750.4,50.3001,0.017453,300,0,0,2699,0,0,0,0,0),(58924,16938,530,1,1,0,1,-676.249,4756.27,49.5835,4.72984,300,0,0,2699,0,0,0,0,0),(58925,16938,530,1,1,0,1,-697.291,4784.26,49.1017,2.89725,300,0,0,2699,0,0,0,0,0),(58926,16938,530,1,1,0,1,-654.284,4841.71,51.1415,0.663225,300,0,0,2699,0,0,0,0,0),(58927,16938,530,1,1,0,1,-656.356,4853.2,51.2198,1.16937,300,0,0,2699,0,0,0,0,0),(58928,16938,530,1,1,0,1,-605.441,4837.81,39.3813,4.38078,300,0,0,2699,0,0,0,0,0),(58929,16938,530,1,1,0,1,-603.261,4857.09,39.829,2.6529,300,0,0,2699,0,0,0,0,0),(58930,16938,530,1,1,0,1,-703.86,4780.12,48.8552,1.88496,300,0,0,2699,0,0,0,0,0),(58931,16938,530,1,1,0,1,-722.729,4770.45,50.98,3.22886,300,0,0,2699,0,0,0,0,0),(58932,16938,530,1,1,0,1,-513.392,4856.82,32.1861,0.785398,300,0,0,2699,0,0,0,0,0),(58933,16938,530,1,1,0,1,-509.873,4917.76,39.3743,4.5204,300,0,0,2699,0,0,0,0,0),(58934,16938,530,1,1,0,1,-506.418,4911.18,37.5868,3.45575,300,0,0,2699,0,0,0,0,0),(58935,16943,530,1,1,0,0,4760.9,3201.43,159.067,2.42601,300,0,0,6761,0,0,0,0,0),(58936,16943,530,1,1,0,0,4738.38,3262.6,185.563,3.00197,300,0,0,6761,0,0,0,0,0),(58937,16943,530,1,1,0,0,4746.53,3229.26,159.081,5.23599,300,0,0,6761,0,0,0,0,0),(58938,16943,530,1,1,0,0,4673.82,3236.35,168.348,6.23082,300,0,0,6761,0,0,0,0,0),(58939,16943,530,1,1,0,0,4683.44,3292.88,177.689,2.61799,300,5,0,6761,0,1,0,0,0),(58940,16943,530,1,1,0,0,4622.17,3189.07,157.855,2.25148,300,0,0,6761,0,0,0,0,0),(58941,16943,530,1,1,0,0,4646.64,3123.92,159.389,5.74213,300,0,0,6761,0,0,0,0,0),(58942,16943,530,1,1,0,0,4623.21,3128.54,154.198,2.12253,300,5,0,6761,0,1,0,0,0),(58943,16943,530,1,1,0,0,4678.48,3111.03,168.77,5.77704,300,0,0,6761,0,0,0,0,0),(58944,16943,530,1,1,0,0,4697.17,3081.72,177.319,0.907571,300,0,0,6761,0,0,0,0,0),(58945,16943,530,1,1,0,0,4666.22,3201.49,158.835,0.924356,300,5,0,6761,0,1,0,0,0),(58946,16943,530,1,1,0,0,4662.27,3051.54,172.814,2.05949,300,0,0,6761,0,0,0,0,0),(58947,16943,530,1,1,0,0,4622.71,3114.09,155.514,2.04204,300,0,0,6761,0,0,0,0,0),(58948,16943,530,1,1,0,0,4576.07,3236.51,153.986,1.5708,300,0,0,6761,0,0,0,0,0),(58949,16943,530,1,1,0,0,4578.69,3215.3,154.913,5.61996,300,0,0,6761,0,0,0,0,0),(58950,16943,530,1,1,0,0,4626.97,3255.65,162.977,1.6057,300,0,0,6761,0,0,0,0,0),(58951,16943,530,1,1,0,0,4618.19,3260.43,162.471,0.770683,300,5,0,6761,0,1,0,0,0),(58952,16943,530,1,1,0,0,4621.52,3287.71,168.907,5.25344,300,0,0,6761,0,0,0,0,0),(58953,16943,530,1,1,0,0,4651.65,3306.34,171.17,4.5204,300,0,0,6761,0,0,0,0,0),(58954,16943,530,1,1,0,0,4673.12,3292.59,176.733,0.139626,300,0,0,6761,0,0,0,0,0),(58955,16943,530,1,1,0,0,4696.38,3316.83,178.094,2.61799,300,0,0,6761,0,0,0,0,0),(58956,16943,530,1,1,0,0,4688.92,3352.51,192.748,5.32325,300,0,0,6761,0,0,0,0,0),(58957,16943,530,1,1,0,0,4781.16,3325.7,200.206,4.56345,300,5,0,6761,0,1,0,0,0),(58958,16944,530,1,1,0,0,3134.51,2559.99,65.5537,1.57365,300,5,0,6542,0,1,0,0,0),(58959,16944,530,1,1,0,0,3391.23,2733.32,158.67,0.433994,300,5,0,6542,0,1,0,0,0),(58960,16944,530,1,1,0,0,3397.05,2702.67,158.343,4.82086,300,5,0,6542,0,1,0,0,0),(58961,16944,530,1,1,0,0,3194.88,2758.01,150.271,2.86635,300,5,0,6542,0,1,0,0,0),(58962,16944,530,1,1,0,0,3240.91,2621.07,138.572,3.94444,300,0,0,6542,0,0,0,0,0),(58963,16945,530,1,1,0,0,-1218.83,8942.5,55.4846,1.55334,300,0,0,18978,0,0,0,0,0),(58964,16945,530,1,1,0,0,-1253.15,8966.12,56.2953,5.96903,300,0,0,18978,0,0,0,0,0),(58965,16945,530,1,1,0,0,-1337.49,8950.3,59.4901,1.09956,300,0,0,18978,0,0,0,0,0),(58966,16945,530,1,1,0,0,-1330.91,8979,58.3012,4.4855,300,0,0,18978,0,0,0,0,0),(58967,16945,530,1,1,0,0,-1364.17,9007.1,54.6472,3.08923,300,0,0,18978,0,0,0,0,0),(58968,16945,530,1,1,0,0,-1390.29,9008.05,57.7661,0.279253,300,0,0,18978,0,0,0,0,0),(58969,16945,530,1,1,0,0,-1805.3,9190.7,70.8086,1.06958,300,0,0,18978,0,0,0,0,0),(58970,16945,530,1,1,0,0,-1775.54,9254.47,73.2866,1.74533,300,0,0,18978,0,0,0,0,0),(58971,16945,530,1,1,0,0,-1781.18,9280.98,70.7511,3.38594,300,0,0,18978,0,0,0,0,0),(58972,16945,530,1,1,0,0,-1806.41,9294.68,69.6985,1.43117,300,0,0,18978,0,0,0,0,0),(58973,16945,530,1,1,0,0,-1846.78,9323.62,70.9269,5.11381,300,0,0,18978,0,0,0,0,0),(58974,16945,530,1,1,0,0,-1880.99,9265.27,75.8637,4.04916,300,0,0,18978,0,0,0,0,0),(58975,16945,530,1,1,0,0,-1884.25,9228.55,78.2637,1.15192,300,0,0,18978,0,0,0,0,0),(58976,16946,530,1,1,0,0,401.566,2174.01,118.689,6.26573,300,5,0,5158,0,1,0,0,0),(58977,16946,530,1,1,0,0,390.556,2500.09,149.807,3.31413,300,5,0,5158,0,1,0,0,0),(58978,16946,530,1,1,0,0,385.973,2541.13,149.969,2.77688,300,5,0,5158,0,1,0,0,0),(58979,16946,530,1,1,0,0,525.89,2770.73,213.006,5.5967,300,5,0,5158,0,1,0,0,0),(58980,16946,530,1,1,0,0,517.948,2799.26,214.543,3.03805,300,5,0,5158,0,1,0,0,0),(58981,16947,530,1,1,0,1,355.981,2123.5,120.472,1.5708,300,0,0,4979,0,0,0,0,0),(58982,16947,530,1,1,0,1,382.501,2098.61,116.263,2.49582,300,0,0,4979,0,0,0,0,0),(58983,16947,530,1,1,0,1,450.833,2110.62,115.364,3.21141,300,0,0,4979,0,0,0,0,0),(58984,16947,530,1,1,0,1,427.097,2122.79,114.841,0.471239,300,0,0,4979,0,0,0,0,0),(58985,16947,530,1,1,0,1,360.31,2138.83,120.726,3.69177,300,5,0,4979,0,1,0,0,0),(58986,16947,530,1,1,0,1,349.099,2139.29,120.872,5.42797,300,0,0,4979,0,0,0,0,0),(58987,16947,530,1,1,0,1,328.165,2155.35,118.146,2.02458,300,0,0,4979,0,0,0,0,0),(58988,16947,530,1,1,0,1,382.422,2225.28,119.745,4.29351,300,0,0,4979,0,0,0,0,0),(58989,16947,530,1,1,0,1,393.932,2216.16,119.473,3.64859,300,5,0,4979,0,1,0,0,0),(58990,16947,530,1,1,0,1,330.928,2232.17,118.227,4.15388,300,0,0,4979,0,0,0,0,0),(58991,16947,530,1,1,0,1,367.665,2244.89,118.933,1.28981,300,5,0,4979,0,1,0,0,0),(58992,16947,530,1,1,0,1,359.408,2262.76,119.075,0.191986,300,0,0,4979,0,0,0,0,0),(58993,16947,530,1,1,0,1,408.957,2257.16,116.56,0.453786,300,0,0,4979,0,0,0,0,0),(58994,16947,530,1,1,0,1,358.216,2463.79,156.875,5.41052,300,0,0,4979,0,0,0,0,0),(58995,16947,530,1,1,0,1,346.276,2474.79,160.781,6.0912,300,0,0,4979,0,0,0,0,0),(58996,16947,530,1,1,0,1,336.07,2504.22,163.209,1.20428,300,0,0,4979,0,0,0,0,0),(58997,16947,530,1,1,0,1,351.516,2485.37,159.511,6.26268,300,5,0,4979,0,1,0,0,0),(58998,16947,530,1,1,0,1,391.742,2521.13,150.449,2.47837,300,0,0,4979,0,0,0,0,0),(58999,16947,530,1,1,0,1,385.447,2482.14,150.578,4.24281,300,5,0,4979,0,1,0,0,0),(59000,16947,530,1,1,0,1,438.586,2502.31,149.944,4.08369,300,0,0,4979,0,0,0,0,0),(59001,16947,530,1,1,0,1,586.365,2789.43,223.899,2.00713,300,0,0,4979,0,0,0,0,0),(59002,16947,530,1,1,0,1,586.919,2809.66,222.261,4.53786,300,0,0,4979,0,0,0,0,0),(59003,16947,530,1,1,0,1,568.979,2757.45,225.864,5.44543,300,0,0,4979,0,0,0,0,0),(59004,16947,530,1,1,0,1,564.604,2774.83,219.225,6.10865,300,0,0,4979,0,0,0,0,0),(59005,16947,530,1,1,0,1,568.652,2781.46,220.437,3.80488,300,0,0,4979,0,0,0,0,0),(59006,16947,530,1,1,0,1,593.531,2841.54,217.833,5.2709,300,0,0,4979,0,0,0,0,0),(59007,16947,530,1,1,0,1,563.163,2811.82,219.968,0.261799,300,0,0,4979,0,0,0,0,0),(59008,16947,530,1,1,0,1,568.296,2818.05,220.437,3.69493,300,0,0,4979,0,0,0,0,0),(59009,16947,530,1,1,0,1,517.086,2837.65,210.894,3.64774,300,0,0,4979,0,0,0,0,0),(59010,16947,530,1,1,0,1,562.858,2841.57,216.125,0.174533,300,0,0,4979,0,0,0,0,0),(59011,16947,530,1,1,0,1,496.984,2776.01,206.518,0,300,0,0,4979,0,0,0,0,0),(59012,16947,530,1,1,0,1,482.783,2796.35,202.393,1.55334,300,5,0,4979,0,1,0,0,0),(59013,16947,530,1,1,0,1,480.448,2803.04,202.263,5.02655,300,0,0,4979,0,0,0,0,0),(59014,16947,530,1,1,0,1,497.355,2824.95,207.77,5.95157,300,0,0,4979,0,0,0,0,0),(59015,16947,530,1,1,0,1,377.902,2556.3,152.15,3.87463,300,0,0,4979,0,0,0,0,0),(59016,16947,530,1,1,0,1,350.05,2542.49,161.17,4.08407,300,0,0,4979,0,0,0,0,0),(59017,16948,530,1,1,0,1,3143.78,2544.72,65.1152,1.8675,300,0,0,6542,0,0,0,0,0),(59018,16948,530,1,1,0,1,3158.55,2541.8,64.933,0.296706,300,0,0,6542,0,0,0,0,0),(59019,16948,530,1,1,0,1,3459.29,2665.42,154.221,2.18166,300,0,0,6542,0,0,0,0,0),(59020,16948,530,1,1,0,1,3395.87,2676.12,158.838,4.88692,300,0,0,6542,0,0,0,0,0),(59021,16948,530,1,1,0,1,3420.98,2697.13,157.93,1.39626,300,0,0,6542,0,0,0,0,0),(59022,16948,530,1,1,0,1,3420.14,2710.75,157.585,4.60767,300,0,0,6542,0,0,0,0,0),(59023,16948,530,1,1,0,1,3418.55,2680,157.993,2.37365,300,0,0,6542,0,0,0,0,0),(59024,16948,530,1,1,0,1,3368.28,2696.46,159.419,4.93928,300,0,0,6542,0,0,0,0,0),(59025,16948,530,1,1,0,1,3287.24,2715.7,152.906,3.52556,300,0,0,6542,0,0,0,0,0),(59026,16948,530,1,1,0,1,3283.59,2707.21,152.781,2.02458,300,0,0,6542,0,0,0,0,0),(59027,16948,530,1,1,0,1,3291.7,2733.81,152.923,3.735,300,0,0,6542,0,0,0,0,0),(59028,16948,530,1,1,0,1,3230.85,2664.61,142.819,5.98648,300,0,0,6542,0,0,0,0,0),(59029,16948,530,1,1,0,1,3240.05,2654.57,142.86,5.61996,300,0,0,6542,0,0,0,0,0),(59030,16948,530,1,1,0,1,3255.08,2646.76,142.666,1.22173,300,0,0,6542,0,0,0,0,0),(59031,16948,530,1,1,0,1,3269,2655.24,144.271,4.20624,300,0,0,6542,0,0,0,0,0),(59032,16948,530,1,1,0,1,3266.85,2642.16,142.28,1.74533,300,0,0,6542,0,0,0,0,0),(59033,16948,530,1,1,0,1,3253.51,2664.61,144.622,4.39823,300,0,0,6542,0,0,0,0,0),(59034,16948,530,1,1,0,1,3268.37,2723.66,152.347,0.541052,300,0,0,6542,0,0,0,0,0),(59035,16948,530,1,1,0,1,3221.07,2722.72,147.716,3.82227,300,0,0,6542,0,0,0,0,0),(59036,16948,530,1,1,0,1,3216.84,2712.9,146.681,1.88496,300,0,0,6542,0,0,0,0,0),(59037,16948,530,1,1,0,1,3239.87,2677.54,145.902,4.92183,300,0,0,6542,0,0,0,0,0),(59038,16948,530,1,1,0,1,3255.44,2773.32,158.091,1.53589,300,0,0,6542,0,0,0,0,0),(59039,16948,530,1,1,0,1,3257.66,2784.86,155.894,3.85718,300,0,0,6542,0,0,0,0,0),(59040,16948,530,1,1,0,1,3189.44,2769.39,149.815,4.15388,300,0,0,6542,0,0,0,0,0),(59041,16948,530,1,1,0,1,3197.74,2722.91,145.989,0.017453,300,0,0,6542,0,0,0,0,0),(59042,16948,530,1,1,0,1,3191.26,2734.07,146.814,0.733038,300,0,0,6542,0,0,0,0,0),(59043,16948,530,1,1,0,1,3194.55,2748.36,149.17,4.4855,300,0,0,6542,0,0,0,0,0),(59044,16948,530,1,1,0,1,3225.25,2611.94,136.906,5.48033,300,0,0,6542,0,0,0,0,0),(59045,16948,530,1,1,0,1,3228.2,2599.29,134.985,0.872665,300,0,0,6542,0,0,0,0,0),(59046,16948,530,1,1,0,1,3240.81,2606.43,137.067,3.38594,300,0,0,6542,0,0,0,0,0),(59047,16948,530,1,1,0,1,3141.97,2563.37,66.0272,5.8294,300,0,0,6542,0,0,0,0,0),(59048,16948,530,1,1,0,1,3151.08,2559.28,66.9125,2.77507,300,0,0,6542,0,0,0,0,0),(59049,16948,530,1,1,0,1,3385.35,2743.88,157.942,2.09439,300,0,0,6542,0,0,0,0,0),(59050,16949,530,1,1,0,1,4339.71,3461.2,171.667,5.13127,300,0,0,6542,0,0,0,0,0),(59051,16949,530,1,1,0,1,4378.52,3502.68,182.761,3.56047,300,0,0,6542,0,0,0,0,0),(59052,16949,530,1,1,0,1,4405.65,3508.54,182.772,4.32842,300,0,0,6542,0,0,0,0,0),(59053,16949,530,1,1,0,1,4405.6,3485.7,180.464,3.29867,300,0,0,6542,0,0,0,0,0),(59054,16949,530,1,1,0,1,4465.4,3480.64,180.133,0.33131,300,0,0,6542,0,0,0,0,0),(59055,16949,530,1,1,0,1,4502.72,3475.69,181.028,2.46334,300,5,0,6542,0,1,0,0,0),(59056,16949,530,1,1,0,1,4513.8,3451.52,166.805,4.81711,300,0,0,6542,0,0,0,0,0),(59057,16949,530,1,1,0,1,4536.44,3434.85,166.752,1.51844,300,0,0,6542,0,0,0,0,0),(59058,16949,530,1,1,0,1,4531.31,3323.92,154.928,2.16421,300,0,0,6542,0,0,0,0,0),(59059,16949,530,1,1,0,1,4483.29,3362.22,156.831,6.17846,300,0,0,6542,0,0,0,0,0),(59060,16949,530,1,1,0,1,4456.49,3362.92,156.44,5.20108,300,0,0,6542,0,0,0,0,0),(59061,16949,530,1,1,0,1,4468.71,3340.61,155.23,4.41504,300,5,0,6542,0,1,0,0,0),(59062,16949,530,1,1,0,1,4422.43,3404.68,166.725,6.00393,300,0,0,6542,0,0,0,0,0),(59063,16949,530,1,1,0,1,4373.43,3408.01,168.201,5.60251,300,0,0,6542,0,0,0,0,0),(59064,16949,530,1,1,0,1,4369.3,3430.2,166.038,1.68232,300,5,0,6542,0,1,0,0,0),(59065,16949,530,1,1,0,1,4354.81,3468.34,174.765,1.4651,300,5,0,6542,0,1,0,0,0),(59066,16949,530,1,1,0,1,4303.99,3403.44,151.357,5.95157,300,0,0,6542,0,0,0,0,0),(59067,16949,530,1,1,0,1,4343.06,3392.79,154.963,4.20624,300,0,0,6542,0,0,0,0,0),(59068,16949,530,1,1,0,1,4329.54,3389.07,152.861,1.1373,300,5,0,6542,0,1,0,0,0),(59069,16949,530,1,1,0,1,4324.24,3364.47,148.386,2.46091,300,0,0,6542,0,0,0,0,0),(59070,16949,530,1,1,0,1,4413.5,3349.48,153.359,0.087266,300,0,0,6542,0,0,0,0,0),(59071,16949,530,1,1,0,1,4391.43,3296.76,143.662,1.8326,300,0,0,6542,0,0,0,0,0),(59072,16949,530,1,1,0,1,4381.17,3316.37,145.344,6.12611,300,0,0,6542,0,0,0,0,0),(59073,16949,530,1,1,0,1,4433.29,3280.28,144.528,1.64061,300,0,0,6542,0,0,0,0,0),(59074,16949,530,1,1,0,1,4461.35,3331.09,154.515,3.03687,300,0,0,6542,0,0,0,0,0),(59075,16950,530,1,1,0,0,-491.082,1846.55,71.1177,4.18237,300,0,0,1276,916,0,0,0,0),(59076,16950,530,1,1,0,0,-558.356,1894.55,84.6043,4.50295,300,0,0,1276,916,0,0,0,0),(59077,16950,530,1,1,0,0,-355.648,1708.86,55.1145,0.05354,300,5,0,1276,916,1,0,0,0),(59078,16950,530,1,1,0,0,33.2126,1634.04,42.4263,3.14149,300,0,0,1276,916,0,0,0,0),(59079,16950,530,1,1,0,0,195.463,1695.44,27.8314,2.57477,300,5,0,1276,916,1,0,0,0),(59080,16950,530,1,1,0,0,87.5382,1755.13,45.5574,5.07582,300,5,0,1276,916,1,0,0,0),(59081,16950,530,1,1,0,0,31.509,1729.95,43.1019,6.13811,300,5,0,1276,916,1,0,0,0),(59082,16950,530,1,1,0,0,198.766,1728.06,28.523,3.12694,300,0,0,1276,916,0,0,0,0),(59083,16950,530,1,1,0,0,90.8829,1817.77,37.5289,0.133797,300,0,0,1276,916,0,0,0,0),(59084,16950,530,1,1,0,0,176.193,1786.27,25.4152,3.25108,300,5,0,1276,916,1,0,0,0),(59085,16950,530,1,1,0,0,-15.8906,1761.33,54.2311,3.15038,300,5,0,1276,916,1,0,0,0),(59086,16950,530,1,1,0,0,74.1816,1834.27,34.2712,3.18356,300,5,0,1276,916,1,0,0,0),(59087,16950,530,1,1,0,0,-45.0098,1774.08,49.9095,0.020505,300,5,0,1276,916,1,0,0,0),(59088,16950,530,1,1,0,0,43.5605,1896.55,50.7177,0.332181,300,5,0,1276,916,1,0,0,0),(59089,16950,530,1,1,0,0,-115.102,1860.1,77.7695,6.2578,300,0,0,1276,916,0,0,0,0),(59090,16950,530,1,1,0,0,-51.0436,1932.59,72.8739,3.14452,300,5,0,1276,916,1,0,0,0),(59091,16950,530,1,1,0,0,-150.125,1828.63,82.0869,3.1621,300,0,0,1276,916,0,0,0,0),(59092,16950,530,1,1,0,0,-142.917,1897.76,85.9774,3.18361,300,5,0,1276,916,1,0,0,0),(59093,16950,530,1,1,0,0,-185.732,1928.62,97.1217,1.13765,300,0,0,1276,916,0,0,0,0),(59094,16950,530,1,1,0,0,-139.625,1912.2,82.9993,6.19791,300,0,0,1276,916,0,0,0,0),(59095,16950,530,1,1,0,0,-266.27,1840.69,92.1363,6.22903,300,5,0,1276,916,1,0,0,0),(59096,16950,530,1,1,0,0,-308.843,1778.78,72.3781,0.012507,300,0,0,1276,916,0,0,0,0),(59097,16950,530,1,1,0,0,-473.246,1735.06,41.3679,5.80207,300,5,0,1276,916,1,0,0,0),(59098,16950,530,1,1,0,0,-571.409,1848.45,72.8472,6.26589,300,5,0,1276,916,1,0,0,0),(59099,16950,530,1,1,0,0,-523.134,1874.15,77.1344,6.24999,300,0,0,1276,916,0,0,0,0),(59100,16950,530,1,1,0,0,-500.819,1808.85,58.8399,3.10592,300,5,0,1276,916,1,0,0,0),(59101,16950,530,1,1,0,0,-456.953,1739.48,45.4411,3.04857,300,0,0,1276,916,0,0,0,0),(59102,16950,530,1,1,0,0,-429.106,1759.96,53.2967,3.14849,300,5,0,1276,916,1,0,0,0),(59103,16950,530,1,1,0,0,-324.713,1790.92,73.3781,3.1406,300,5,0,1276,916,1,0,0,0),(59104,16951,530,1,1,0,0,339.352,3250.78,62.4316,3.18535,300,5,0,4126,2486,1,0,0,0),(59105,16951,530,1,1,0,0,144.676,3573.35,67.1821,3.77361,300,5,0,4126,2486,1,0,0,0),(59106,16951,530,1,1,0,0,192.877,3507.72,64.8315,4.18341,300,5,0,4126,2486,1,0,0,0),(59107,16951,530,1,1,0,0,446.44,3391.33,68.0362,6.07946,300,5,0,4126,2486,1,0,0,0),(59108,16951,530,1,1,0,0,321.507,3431.27,64.1772,3.16534,300,0,0,4126,2486,0,0,0,0),(59109,16951,530,1,1,0,0,261.407,3549.48,72.2611,4.40725,300,0,0,4126,2486,0,0,0,0),(59110,16951,530,1,1,0,0,345.536,3505.29,65.0577,1.4376,300,5,0,4126,2486,1,0,0,0),(59111,16951,530,1,1,0,0,279.773,3479.16,63.377,4.19519,300,0,0,4126,2486,0,0,0,0),(59112,16951,530,1,1,0,0,169.1,3465.58,62.9649,1.13071,300,0,0,4126,2486,0,0,0,0),(59113,16951,530,1,1,0,0,488.973,3526.62,66.9517,2.28917,300,5,0,4126,2486,1,0,0,0),(59114,16951,530,1,1,0,0,531.885,3483.66,78.95,1.98421,300,5,0,4126,2486,1,0,0,0),(59115,16951,530,1,1,0,0,212.302,3419.29,70.9173,5.41632,300,5,0,4126,2486,1,0,0,0),(59116,16951,530,1,1,0,0,107.221,3614.95,74.6852,5.20269,300,5,0,4126,2486,1,0,0,0),(59117,16951,530,1,1,0,0,-4.08881,3504.59,60.3879,5.96903,300,0,0,4126,2486,0,0,0,0),(59118,16951,530,1,1,0,0,520.703,3462.55,75.8622,5.20299,300,5,0,4126,2486,1,0,0,0),(59119,16951,530,1,1,0,0,92.0229,3458.39,69.6902,1.66621,300,5,0,4126,2486,1,0,0,0),(59120,16951,530,1,1,0,0,417.274,3509.7,63.4122,2.39628,300,5,0,4126,2486,1,0,0,0),(59121,16951,530,1,1,0,0,36.7982,3460.36,64.3704,2.2906,300,0,0,4126,2486,0,0,0,0),(59122,16951,530,1,1,0,0,414.768,3558.43,72.1144,0.621985,300,5,0,4126,2486,1,0,0,0),(59123,16951,530,1,1,0,0,409.408,3444.74,63.878,4.77027,300,5,0,4126,2486,1,0,0,0),(59124,16951,530,1,1,0,0,361.415,3406.21,62.1294,5.67459,300,5,0,4126,2486,1,0,0,0),(59125,16951,530,1,1,0,0,301.99,3413.91,73.554,4.82492,300,5,0,4126,2486,1,0,0,0),(59126,16951,530,1,1,0,0,350.597,3352.98,64.6198,1.69612,300,5,0,4126,2486,1,0,0,0),(59127,16951,530,1,1,0,0,462.594,3371.74,74.2846,5.07585,300,5,0,4126,2486,1,0,0,0),(59128,16951,530,1,1,0,0,71.8209,3538.55,63.91,4.63361,300,5,0,4126,2486,1,0,0,0),(59129,16951,530,1,1,0,0,456.929,3253.76,59.3012,4.4833,300,5,0,4126,2486,1,0,0,0),(59130,16951,530,1,1,0,0,484.737,3381.07,80.3107,1.97037,300,5,0,4126,2486,1,0,0,0),(59131,16952,530,1,1,0,1,2948.27,4895.21,265.405,2.14675,300,0,0,6326,0,0,0,0,0),(59132,16952,530,1,1,0,1,2992.99,4850.89,277.611,1.98968,300,0,0,6326,0,0,0,0,0),(59133,16952,530,1,1,0,1,2907.15,4888.81,266.512,1.3439,300,0,0,6326,0,0,0,0,0),(59134,16952,530,1,1,0,1,2890.39,4890.36,266.63,1.0472,300,0,0,6326,0,0,0,0,0),(59135,16952,530,1,1,0,1,2933.74,4891.41,266.068,1.85005,300,0,0,6326,0,0,0,0,0),(59136,16952,530,1,1,0,1,2892.98,4811.15,278.65,1.32645,300,0,0,6326,0,0,0,0,0),(59137,16952,530,1,1,0,1,3014.54,4830.69,284.887,2.56563,300,0,0,6326,0,0,0,0,0),(59138,16952,530,1,1,0,1,2872.99,4866.48,278.04,1.5708,300,0,0,6326,0,0,0,0,0),(59139,16952,530,1,1,0,1,2830.09,4864.54,278.587,0.837758,300,0,0,6326,0,0,0,0,0),(59140,16954,530,1,1,0,1,408.358,2341.42,110.55,0.93999,300,5,0,4979,0,1,0,0,0),(59141,16954,530,1,1,0,1,462.564,2349.99,132.941,1.82244,300,0,0,4979,0,0,0,0,0),(59142,16954,530,1,1,0,1,373.853,2451.58,153.411,3.85718,300,0,0,4979,0,0,0,0,0),(59143,16954,530,1,1,0,1,282.756,2548.17,117.409,5.03901,300,5,0,4979,0,1,0,0,0),(59144,16954,530,1,1,0,1,314.535,2585.11,124.925,3.28865,300,5,0,4979,0,1,0,0,0),(59145,16954,530,1,1,0,1,455.512,2624.2,181.082,3.9105,300,5,0,4979,0,1,0,0,0),(59146,16954,530,1,1,0,1,402.214,2480.81,147.474,5.96903,300,0,0,4979,0,0,0,0,0),(59147,16954,530,1,1,0,1,433.494,2818.37,193.963,5.85043,300,5,0,4979,0,1,0,0,0),(59148,16954,530,1,1,0,1,421.07,2587.53,161.119,1.59728,300,5,0,4979,0,1,0,0,0),(59149,16954,530,1,1,0,1,424.462,2424.54,134.789,5.66166,300,5,0,4979,0,1,0,0,0),(59150,16954,530,1,1,0,1,519.955,2518.61,189.14,1.75938,300,5,0,4979,0,1,0,0,0),(59151,16954,530,1,1,0,1,477.189,2550.86,180.203,5.86494,300,5,0,4979,0,1,0,0,0),(59152,16954,530,1,1,0,1,484.927,2493.69,165.369,3.10587,300,5,0,4979,0,1,0,0,0),(59153,16954,530,1,1,0,1,549.142,2150.82,145.728,5.88163,300,5,0,4979,0,1,0,0,0),(59154,16954,530,1,1,0,1,626.573,2777.6,228.278,4.26621,300,5,0,4979,0,1,0,0,0),(59155,16954,530,1,1,0,1,541.179,2778.6,216.093,0.470238,300,5,0,4979,0,1,0,0,0),(59156,16954,530,1,1,0,1,479.171,2780.65,199.305,2.11004,300,5,0,4979,0,1,0,0,0),(59157,16954,530,1,1,0,1,488.568,2757.93,202.83,0.865558,300,5,0,4979,0,1,0,0,0),(59158,16954,530,1,1,0,1,504.726,2750.18,207.808,4.23564,300,5,0,4979,0,1,0,0,0),(59159,16954,530,1,1,0,1,529.208,2720.16,222.444,0.312479,300,5,0,4979,0,1,0,0,0),(59160,16954,530,1,1,0,1,448.361,2778.57,194.822,1.55908,300,5,0,4979,0,1,0,0,0),(59161,16954,530,1,1,0,1,452.255,2725.13,186.813,5.67406,300,5,0,4979,0,1,0,0,0),(59162,16954,530,1,1,0,1,431.919,2704.72,176.958,4.8783,300,5,0,4979,0,1,0,0,0),(59163,16954,530,1,1,0,1,451.315,2671.75,182.933,4.24427,300,5,0,4979,0,1,0,0,0),(59164,16954,530,1,1,0,1,474.608,2679.54,192.578,3.78431,300,5,0,4979,0,1,0,0,0),(59165,16954,530,1,1,0,1,323.421,2643.16,135.311,5.82593,300,5,0,4979,0,1,0,0,0),(59166,16954,530,1,1,0,1,473.722,2639.74,189.42,3.16435,300,5,0,4979,0,1,0,0,0),(59167,16954,530,1,1,0,1,356.595,2575.55,135.946,1.34619,300,5,0,4979,0,1,0,0,0),(59168,16954,530,1,1,0,1,344.569,2611.72,133.627,2.96502,300,5,0,4979,0,1,0,0,0),(59169,16954,530,1,1,0,1,369.64,2537.32,152.952,2.04204,300,0,0,4979,0,0,0,0,0),(59170,16959,530,1,1,0,0,-306.869,1556.23,41.7384,2.96873,300,0,0,27945,3155,2,0,0,0),(59171,16959,530,1,1,0,0,-110.52,1566.89,42.314,2.39654,300,0,0,27945,3155,2,0,0,0),(59172,16960,530,1,1,0,0,405.216,2141.54,116.795,1.1818,300,5,0,3386,2434,1,0,0,0),(59173,16960,530,1,1,0,0,487.24,2187.99,129.292,3.54315,300,5,0,3386,2434,1,0,0,0),(59174,16960,530,1,1,0,0,348.449,2203.05,118.483,4.15784,300,5,0,3386,2434,1,0,0,0),(59175,16960,530,1,1,0,0,388.704,2230.77,119.89,4.1103,300,5,0,3386,2434,1,0,0,0),(59176,16960,530,1,1,0,0,376.307,2194.49,118.642,2.06957,300,5,0,3386,2434,1,0,0,0),(59177,16960,530,1,1,0,0,418.653,2215.42,116.558,5.36528,300,5,0,3386,2434,1,0,0,0),(59178,16960,530,1,1,0,0,443.975,2234.98,117.895,4.27382,300,5,0,3386,2434,1,0,0,0),(59179,16960,530,1,1,0,0,460.581,2256.08,119.297,3.4411,300,5,0,3386,2434,1,0,0,0),(59180,16960,530,1,1,0,0,441.535,2258.53,116.52,0.218483,300,5,0,3386,2434,1,0,0,0),(59181,16960,530,1,1,0,0,387.694,2292.62,99.928,0.0752,300,5,0,3386,2434,1,0,0,0),(59182,16960,530,1,1,0,0,425.584,2290.17,113.592,4.85746,300,5,0,3386,2434,1,0,0,0),(59183,16960,530,1,1,0,0,597.273,2762.82,231.43,5.11356,300,5,0,3386,2434,1,0,0,0),(59184,16960,530,1,1,0,0,532.828,2774.01,214.502,0.167716,300,5,0,3386,2434,1,0,0,0),(59185,16960,530,1,1,0,0,532.309,2832.12,213.214,3.82157,300,5,0,3386,2434,1,0,0,0),(59186,16960,530,1,1,0,0,517.517,2810.61,213.018,1.17889,300,5,0,3386,2434,1,0,0,0),(59187,16960,530,1,1,0,0,485.02,2720.56,199.08,6.12318,300,5,0,3386,2434,1,0,0,0),(59188,16960,530,1,1,0,0,460.222,2831.77,199.073,1.72444,300,5,0,3386,2434,1,0,0,0),(59189,16960,530,1,1,0,0,436.545,2744.73,186.227,4.31954,300,5,0,3386,2434,1,0,0,0),(59190,16964,530,1,1,0,1,-1173.46,1920.36,81.603,5.68977,300,0,0,5158,0,0,0,0,0),(59191,16966,530,1,1,0,0,-1218.34,4027.92,82.9614,0.795764,300,5,0,4274,2568,1,0,0,0),(59192,16966,530,1,1,0,0,-1247.35,4023.44,98.3017,0.428727,300,5,0,4274,2568,1,0,0,0),(59193,16966,530,1,1,0,0,-1288.68,4057.38,99.365,2.87148,300,5,0,4274,2568,1,0,0,0),(59194,16966,530,1,1,0,0,-1218.4,4096.42,66.9478,1.81079,300,5,0,4274,2568,1,0,0,0),(59195,16966,530,1,1,0,0,-1274.89,4073,87.9981,5.98088,300,5,0,4274,2568,1,0,0,0),(59196,16966,530,1,1,0,0,-1341.8,4045.43,117.104,0.484045,300,5,0,4274,2568,1,0,0,0),(59197,16966,530,1,1,0,0,-1320.69,4061.56,113.692,3.66728,300,5,0,4274,2568,1,0,0,0),(59198,16966,530,1,1,0,0,-1142.1,4260.76,13.6017,2.24136,300,5,0,4274,2568,1,0,0,0),(59199,16966,530,1,1,0,0,-1119.37,4257.96,14.2566,0.624212,300,5,0,4274,2568,1,0,0,0),(59200,16966,530,1,1,0,0,-1094.83,4179.03,41.6893,5.81874,300,5,0,4274,2568,1,0,0,0),(59201,16966,530,1,1,0,0,-1086.51,4202.88,17.1016,1.61922,300,5,0,4274,2568,1,0,0,0),(59202,16966,530,1,1,0,0,-1092.82,4236.89,18.0597,1.62667,300,5,0,4274,2568,1,0,0,0),(59203,16966,530,1,1,0,0,-1056.6,4202.31,15.518,3.11526,300,5,0,4274,2568,1,0,0,0),(59204,16967,530,1,1,0,1,-947.313,4205.96,29.5115,1.40296,300,5,0,5341,0,1,0,0,0),(59205,16967,530,1,1,0,1,-948.779,4176.46,31.376,5.73024,300,5,0,5341,0,1,0,0,0),(59206,16967,530,1,1,0,1,-1182.6,4050.81,74.8426,5.3856,300,5,0,5341,0,1,0,0,0),(59207,16967,530,1,1,0,1,-1257.76,4053.21,87.5287,3.35528,300,5,0,5341,0,1,0,0,0),(59208,16967,530,1,1,0,1,-1221.25,4046.7,77.3959,6.01642,300,5,0,5341,0,1,0,0,0),(59209,16967,530,1,1,0,1,-1249.3,4120.69,67.0785,2.40273,300,5,0,5341,0,1,0,0,0),(59210,16967,530,1,1,0,1,-1255.03,4079.09,79.1374,2.1867,300,5,0,5341,0,1,0,0,0),(59211,16967,530,1,1,0,1,-1158.21,4127.48,79.9326,3.85785,300,5,0,5341,0,1,0,0,0),(59212,16967,530,1,1,0,1,-1243.23,4144.38,58.2902,2.05627,300,5,0,5341,0,1,0,0,0),(59213,16967,530,1,1,0,1,-1208.84,4156.3,50.7118,0.482288,300,5,0,5341,0,1,0,0,0),(59214,16967,530,1,1,0,1,-1218.98,4184.19,40.2448,3.64376,300,5,0,5341,0,1,0,0,0),(59215,16967,530,1,1,0,1,-1227.91,4212.14,40.2181,2.38221,300,0,0,5341,0,0,0,0,0),(59216,16967,530,1,1,0,1,-1187.98,4226.16,48.254,5.52394,300,5,0,5341,0,1,0,0,0),(59217,16967,530,1,1,0,1,-1172.92,4206.25,20.7548,5.02983,300,5,0,5341,0,1,0,0,0),(59218,16967,530,1,1,0,1,-1108.02,4199.97,16.2024,4.2532,300,5,0,5341,0,1,0,0,0),(59219,16967,530,1,1,0,1,-1006.8,4151.31,56.6211,2.90278,300,5,0,5341,0,1,0,0,0),(59220,16967,530,1,1,0,1,-1057.51,4177.22,32.7839,2.64465,300,5,0,5341,0,1,0,0,0),(59221,16967,530,1,1,0,1,-1047.05,4213.84,35.8308,6.07245,300,5,0,5341,0,1,0,0,0),(59222,16967,530,1,1,0,1,-999.128,4192.24,18.9923,2.63601,300,5,0,5341,0,1,0,0,0),(59223,16967,530,1,1,0,1,-1030.1,4193.19,15.7679,3.17422,300,5,0,5341,0,1,0,0,0),(59224,16968,530,1,1,0,0,-577.326,3623.7,29.1201,0.549038,300,5,0,5158,0,1,0,0,0),(59225,16968,530,1,1,0,0,-532.51,3657.31,29.1201,3.472,300,5,0,5158,0,1,0,0,0),(59226,16968,530,1,1,0,0,-824.997,3634.2,27.5915,0.189967,300,5,0,5158,0,1,0,0,0),(59227,16968,530,1,1,0,0,-698.329,3688.14,28.802,5.91573,300,5,0,5158,0,1,0,0,0),(59228,16968,530,1,1,0,0,-586.031,3799.09,29.1201,6.0459,300,5,0,5158,0,1,0,0,0),(59229,16968,530,1,1,0,0,-576.131,3743.53,29.1738,5.17256,300,5,0,5158,0,1,0,0,0),(59230,16968,530,1,1,0,0,-628.588,3624.81,29.1201,3.15551,300,5,0,5158,0,1,0,0,0),(59231,16968,530,1,1,0,0,-563.467,3767.63,29.1201,4.00118,300,5,0,5158,0,1,0,0,0),(59232,16968,530,1,1,0,0,-730.135,3908.59,31.3563,5.63952,300,5,0,5158,0,1,0,0,0),(59233,16968,530,1,1,0,0,-701.612,4028.53,29.8035,3.19603,300,5,0,5158,0,1,0,0,0),(59234,16968,530,1,1,0,0,-877.946,4087.39,33.0967,5.60447,300,5,0,5158,0,1,0,0,0),(59235,16971,530,1,1,0,0,-4133.95,-13759.5,74.6813,0,300,0,0,71,0,0,0,0,0),(59236,16971,530,1,1,0,0,-4129.94,-13761.5,74.7103,1.15192,300,0,0,71,0,0,0,0,0),(59237,16971,530,1,1,0,0,-4105.27,-13769.9,74.7685,3.42085,300,0,0,71,0,0,0,0,0),(59238,16971,530,1,1,0,0,-4103.76,-13766.8,74.7351,0.733038,300,0,0,71,0,0,0,0,0),(59239,16971,530,1,1,0,0,-4110.53,-13770.4,74.7242,0.15708,300,0,0,71,0,0,0,0,0),(59240,16971,530,1,1,0,0,-4126.75,-13765.2,74.6918,5.23599,300,0,0,71,0,0,0,0,0),(59241,16972,530,1,1,0,0,-795.034,2360.13,11.8832,2.2165,300,5,0,3989,0,1,0,0,0),(59242,16972,530,1,1,0,0,-747.785,2324.21,14.8003,0.857376,300,5,0,3989,0,1,0,0,0),(59243,16972,530,1,1,0,0,-719.431,2254.59,13.8248,4.10528,300,5,0,3989,0,1,0,0,0),(59244,16972,530,1,1,0,0,-705.395,2159.56,26.8556,5.41663,300,5,0,3989,0,1,0,0,0),(59245,16972,530,1,1,0,0,-706.207,2205.78,20.2957,1.66177,300,5,0,3989,0,1,0,0,0),(59246,16972,530,1,1,0,0,-739.827,2175.54,19.1477,1.67271,300,5,0,3989,0,1,0,0,0),(59247,16972,530,1,1,0,0,-683.301,2185.16,29.2178,2.8288,300,5,0,3989,0,1,0,0,0),(59248,16972,530,1,1,0,0,-693.258,2210.48,23.0478,0.31604,300,5,0,3989,0,1,0,0,0),(59249,16972,530,1,1,0,0,-677.879,2116.04,39.3461,2.92504,300,5,0,3989,0,1,0,0,0),(59250,16972,530,1,1,0,0,-715.859,2114.22,29.7406,5.48163,300,5,0,3989,0,1,0,0,0),(59251,16972,530,1,1,0,0,-696.226,2139.27,31.513,1.58323,300,5,0,3989,0,1,0,0,0),(59252,16972,530,1,1,0,0,-652.202,2143.05,43.5013,6.0022,300,5,0,3989,0,1,0,0,0),(59253,16972,530,1,1,0,0,-911.343,2324.99,-4.85909,0.174077,300,5,0,3989,0,1,0,0,0),(59254,16972,530,1,1,0,0,-908.562,2352.06,-5.62374,0.035008,300,5,0,3989,0,1,0,0,0),(59255,16972,530,1,1,0,0,-881.789,2314.07,-3.87539,2.04963,300,5,0,3989,0,1,0,0,0),(59256,16972,530,1,1,0,0,-877.264,2286.04,-0.730769,1.15594,300,5,0,3989,0,1,0,0,0),(59257,16972,530,1,1,0,0,-901.586,2376.09,-4.81062,6.15105,300,5,0,3989,0,1,0,0,0),(59258,16972,530,1,1,0,0,-885.254,2352.51,-5.45177,0.354119,300,5,0,3989,0,1,0,0,0),(59259,16972,530,1,1,0,0,-855.516,2252.69,3.74782,5.6494,300,5,0,3989,0,1,0,0,0),(59260,16972,530,1,1,0,0,-823.185,2247.97,5.2599,5.30174,300,5,0,3989,0,1,0,0,0),(59261,16972,530,1,1,0,0,-850.551,2282.81,0.97745,5.4895,300,5,0,3989,0,1,0,0,0),(59262,16972,530,1,1,0,0,-848.428,2345.67,-18.8076,3.88923,300,5,0,3989,0,1,0,0,0),(59263,16972,530,1,1,0,0,-836.743,2325.52,-18.0159,4.3715,300,5,0,3989,0,1,0,0,0),(59264,16972,530,1,1,0,0,-813.042,2292.29,-17.4873,5.0363,300,5,0,3989,0,1,0,0,0),(59265,16972,530,1,1,0,0,-803.696,2236.92,7.955,4.34521,300,5,0,3989,0,1,0,0,0),(59266,16972,530,1,1,0,0,-758.554,2193.82,13.7491,0.791189,300,5,0,3989,0,1,0,0,0),(59267,16972,530,1,1,0,0,-750.65,2148.86,20.018,1.70995,300,5,0,3989,0,1,0,0,0),(59268,16972,530,1,1,0,0,-762.369,2296.95,-4.74277,1.84236,300,5,0,3989,0,1,0,0,0),(59269,16972,530,1,1,0,0,-725.223,2278.24,1.55623,4.85346,300,5,0,3989,0,1,0,0,0),(59270,16972,530,1,1,0,0,-761.83,2327.71,14.6753,2.13556,300,5,0,3989,0,1,0,0,0),(59271,16972,530,1,1,0,0,-805.527,2350.31,8.62535,4.48726,300,5,0,3989,0,1,0,0,0),(59272,16972,530,1,1,0,0,-819,2372.82,7.989,3.10386,300,5,0,3989,0,1,0,0,0),(59273,16972,530,1,1,0,0,-792.541,2358.94,12.5082,3.46572,300,5,0,3989,0,1,0,0,0),(59274,16972,530,1,1,0,0,-854.398,2382.48,-7.20478,5.86932,300,5,0,3989,0,1,0,0,0),(59275,16972,530,1,1,0,0,-894.532,2393.42,-2.91471,3.59452,300,5,0,3989,0,1,0,0,0),(59276,16972,530,1,1,0,0,-885.547,2413.05,-1.71224,1.33813,300,5,0,3989,0,1,0,0,0),(59277,16972,530,1,1,0,0,-910.321,2422.82,-1.25294,0.796447,300,5,0,3989,0,1,0,0,0),(59278,16972,530,1,1,0,0,-887.716,2446.03,-11.6016,1.31611,300,5,0,3989,0,1,0,0,0),(59279,16972,530,1,1,0,0,-907.662,2444.52,1.53035,4.46384,300,5,0,3989,0,1,0,0,0),(59280,16972,530,1,1,0,0,-878.394,2479.95,0.09566,1.28294,300,5,0,3989,0,1,0,0,0),(59281,16972,530,1,1,0,0,-915.689,2480.09,4.4677,5.15639,300,5,0,3989,0,1,0,0,0),(59282,16972,530,1,1,0,0,-917.396,2517.05,6.57371,0.754282,300,5,0,3989,0,1,0,0,0),(59283,16972,530,1,1,0,0,-895.652,2506.78,8.5919,0.281391,300,5,0,3989,0,1,0,0,0),(59284,16972,530,1,1,0,0,-853.469,2519.39,22.6695,2.93883,300,5,0,3989,0,1,0,0,0),(59285,16972,530,1,1,0,0,-876.753,2506.73,14.16,4.80801,300,5,0,3989,0,1,0,0,0),(59286,16972,530,1,1,0,0,-886.638,2529.54,15.6737,4.9177,300,5,0,3989,0,1,0,0,0),(59287,16972,530,1,1,0,0,-962.586,2518.83,5.79558,5.87827,300,5,0,3989,0,1,0,0,0),(59288,16972,530,1,1,0,0,-965.478,2541.11,4.14348,2.85107,300,5,0,3989,0,1,0,0,0),(59289,16972,530,1,1,0,0,-917.475,2550.03,10.7478,1.73161,300,5,0,3989,0,1,0,0,0),(59290,16972,530,1,1,0,0,-991.774,2612.59,5.67648,3.60437,300,5,0,3989,0,1,0,0,0),(59291,16972,530,1,1,0,0,-978.402,2541.33,4.76008,1.59539,300,5,0,3989,0,1,0,0,0),(59292,16972,530,1,1,0,0,-1012.76,2596.75,-5.29497,1.98447,300,5,0,3989,0,1,0,0,0),(59293,16972,530,1,1,0,0,-1024.7,2578.49,5.03662,1.61588,300,5,0,3989,0,1,0,0,0),(59294,16972,530,1,1,0,0,-1012.44,2557.21,5.73142,3.5328,300,5,0,3989,0,1,0,0,0),(59295,16973,530,1,1,0,0,-416.986,3981.44,75.234,3.76673,300,5,0,5158,0,1,0,0,0),(59296,16973,530,1,1,0,0,-382.581,3980.35,84.3083,5.8938,300,5,0,5158,0,1,0,0,0),(59297,16973,530,1,1,0,0,-427.216,4022.21,74.6194,1.27358,300,5,0,5158,0,1,0,0,0),(59298,16973,530,1,1,0,0,-421.756,4003.36,75.0571,2.21212,300,5,0,5158,0,1,0,0,0),(59299,16973,530,1,1,0,0,-439.236,4008.66,69.6043,4.95961,300,5,0,5158,0,1,0,0,0),(59300,16973,530,1,1,0,0,-446.536,4051.03,68.7217,2.4856,300,5,0,5158,0,1,0,0,0),(59301,16973,530,1,1,0,0,-412.166,4047.27,83.2965,2.27662,300,5,0,5158,0,1,0,0,0),(59302,16973,530,1,1,0,0,-405.55,3999.71,79.7318,3.68889,300,5,0,5158,0,1,0,0,0),(59303,16973,530,1,1,0,0,-387.411,4034.17,89.6702,4.45874,300,5,0,5158,0,1,0,0,0),(59304,16973,530,1,1,0,0,-385.838,4016.19,87.2394,4.55379,300,5,0,5158,0,1,0,0,0),(59305,16973,530,1,1,0,0,-413.594,4085.85,90.0646,4.1867,300,5,0,5158,0,1,0,0,0),(59306,16973,530,1,1,0,0,-380.966,4051.11,96.9721,4.80234,300,5,0,5158,0,1,0,0,0),(59307,16973,530,1,1,0,0,-358.609,4014.31,94.2142,1.45528,300,5,0,5158,0,1,0,0,0),(59308,16973,530,1,1,0,0,-326.858,4454.19,57.5513,6.22134,300,5,0,5158,0,1,0,0,0),(59309,16973,530,1,1,0,0,-335.328,4471.64,59.4675,3.87281,300,5,0,5158,0,1,0,0,0),(59310,16973,530,1,1,0,0,-318.672,4484.45,58.2806,1.14166,300,5,0,5158,0,1,0,0,0),(59311,16973,530,1,1,0,0,-323.218,4464.6,58.5513,3.42116,300,5,0,5158,0,1,0,0,0),(59312,16973,530,1,1,0,0,-318.474,4453.14,56.9745,5.2849,300,5,0,5158,0,1,0,0,0),(59313,16973,530,1,1,0,0,-310.894,4472.39,56.7753,4.611,300,5,0,5158,0,1,0,0,0),(59314,16973,530,1,1,0,0,-278.559,4476.48,47.8674,0.588003,300,5,0,5158,0,1,0,0,0),(59315,16973,530,1,1,0,0,-307.119,4484.24,55.5253,5.0531,300,5,0,5158,0,1,0,0,0),(59316,16973,530,1,1,0,0,-289.902,4455.18,53.4741,0.96871,300,5,0,5158,0,1,0,0,0),(59317,16973,530,1,1,0,0,-319.69,4517.1,51.2261,0.129198,300,5,0,5158,0,1,0,0,0),(59318,16973,530,1,1,0,0,-331.249,4494.11,58.6503,2.77568,300,5,0,5158,0,1,0,0,0),(59319,16973,530,1,1,0,0,-49.4016,4355.63,86.7113,5.36332,300,5,0,5158,0,1,0,0,0),(59320,16973,530,1,1,0,0,-75.2449,4324.54,79.9001,4.5098,300,5,0,5158,0,1,0,0,0),(59321,16973,530,1,1,0,0,-66.9641,4346.48,78.6056,0.27804,300,5,0,5158,0,1,0,0,0),(59322,16973,530,1,1,0,0,-87.3517,4335.45,77.6056,5.64354,300,5,0,5158,0,1,0,0,0),(59323,16973,530,1,1,0,0,-112.552,4345.38,75.9688,0.375477,300,5,0,5158,0,1,0,0,0),(59324,16973,530,1,1,0,0,-75.4487,4354.38,77.8515,4.20966,300,5,0,5158,0,1,0,0,0),(59325,16973,530,1,1,0,0,-120.806,4319.94,74.664,1.90303,300,5,0,5158,0,1,0,0,0),(59326,16973,530,1,1,0,0,-100.574,4266.5,81.0226,2.93095,300,5,0,5158,0,1,0,0,0),(59327,16973,530,1,1,0,0,-68.2614,4271.59,83.8335,3.57635,300,5,0,5158,0,1,0,0,0),(59328,16973,530,1,1,0,0,-116.206,4280.13,80.8028,5.13024,300,5,0,5158,0,1,0,0,0),(59329,16973,530,1,1,0,0,-55.5295,4321.82,81.115,5.65647,300,5,0,5158,0,1,0,0,0),(59330,16973,530,1,1,0,0,-82.315,4286.2,81.2085,1.80391,300,5,0,5158,0,1,0,0,0),(59331,16973,530,1,1,0,0,-60.4357,4221,86.4648,1.03439,300,5,0,5158,0,1,0,0,0),(59332,16973,530,1,1,0,0,-84.8958,4221.35,84.7846,2.61355,300,5,0,5158,0,1,0,0,0),(59333,16973,530,1,1,0,0,-116.489,4217.8,86.136,1.90285,300,5,0,5158,0,1,0,0,0),(59334,16973,530,1,1,0,0,-73.0168,4231.2,85.5346,4.20584,300,5,0,5158,0,1,0,0,0),(59335,16973,530,1,1,0,0,-78.8286,4254.09,83.6476,5.14186,300,5,0,5158,0,1,0,0,0),(59336,16973,530,1,1,0,0,-112.565,4260.49,82.7726,1.51233,300,5,0,5158,0,1,0,0,0),(59337,16973,530,1,1,0,0,-156.876,4213.82,91.7218,4.66325,300,5,0,5158,0,1,0,0,0),(59338,16973,530,1,1,0,0,-155.607,4180.71,85.1336,4.75272,300,5,0,5158,0,1,0,0,0),(59339,16973,530,1,1,0,0,-118.784,4198.18,84.8032,0.397939,300,5,0,5158,0,1,0,0,0),(59340,16973,530,1,1,0,0,-84.6867,4179.72,85.8921,0.164828,300,5,0,5158,0,1,0,0,0),(59341,16973,530,1,1,0,0,-81.4822,4153.26,83.0309,2.38727,300,5,0,5158,0,1,0,0,0),(59342,16973,530,1,1,0,0,-118.099,4152.2,83.978,4.28222,300,5,0,5158,0,1,0,0,0),(59343,16973,530,1,1,0,0,-106.83,4172.01,82.9282,2.47176,300,5,0,5158,0,1,0,0,0),(59344,16973,530,1,1,0,0,-124.667,4182.06,84.1782,4.57026,300,5,0,5158,0,1,0,0,0),(59345,16973,530,1,1,0,0,225.203,3903.97,82.916,2.98436,300,5,0,5158,0,1,0,0,0),(59346,16973,530,1,1,0,0,256.909,3897.8,79.3572,0.481296,300,5,0,5158,0,1,0,0,0),(59347,16973,530,1,1,0,0,253.984,3921.96,75.1585,3.94909,300,5,0,5158,0,1,0,0,0),(59348,16973,530,1,1,0,0,267.555,3911.58,75.2434,2.21943,300,5,0,5158,0,1,0,0,0),(59349,16973,530,1,1,0,0,288.108,3882.6,83.1712,0.185451,300,5,0,5158,0,1,0,0,0),(59350,16973,530,1,1,0,0,269.274,3865.18,85.785,0.127012,300,5,0,5158,0,1,0,0,0),(59351,16974,530,1,1,0,0,-1385.31,2884.22,-31.462,4.76186,300,5,0,3984,1217,1,0,0,0),(59352,16974,530,1,1,0,0,-1334.47,2918.61,-9.7032,0.023433,300,5,0,3984,1217,1,0,0,0),(59353,16974,530,1,1,0,0,-1390.14,2954.83,-20.5093,2.36172,300,5,0,3984,1217,1,0,0,0),(59354,16974,530,1,1,0,0,-1315.36,2943.92,-1.71699,6.01328,300,5,0,3984,1217,1,0,0,0),(59355,16974,530,1,1,0,0,-1354.85,3047.29,10.676,2.20707,300,5,0,3984,1217,1,0,0,0),(59356,16974,530,1,1,0,0,-1382.41,2944.98,-15.3986,5.35893,300,5,0,3984,1217,1,0,0,0),(59357,16974,530,1,1,0,0,-1426.28,3041.29,-10.021,4.63419,300,5,0,3984,1217,1,0,0,0),(59358,16974,530,1,1,0,0,-1454.56,3076.08,-19.7937,4.08646,300,5,0,3984,1217,1,0,0,0),(59359,16974,530,1,1,0,0,-1393.74,3098.59,12.9767,3.51775,300,0,0,3984,1217,0,0,0,0),(59360,16974,530,1,1,0,0,-1402.02,3198.7,26.7218,2.13985,300,5,0,3984,1217,1,0,0,0),(59361,16974,530,1,1,0,0,-1318.96,3137.37,33.5914,4.75733,300,5,0,3984,1217,1,0,0,0),(59362,16974,530,1,1,0,0,-1449.68,3282.41,18.6074,5.26285,300,5,0,3984,1217,1,0,0,0),(59363,16975,530,1,1,0,0,-1384.92,2951.7,-16.5211,2.37365,300,0,0,3984,2434,0,0,0,0),(59364,16975,530,1,1,0,0,-1324.94,3007.67,8.82726,2.81552,300,5,0,3984,2434,1,0,0,0),(59365,16975,530,1,1,0,0,-1421.55,2933.73,-32.7751,1.86715,300,5,0,3984,2434,1,0,0,0),(59366,16975,530,1,1,0,0,-1443.79,3144.86,3.90078,5.58145,300,5,0,3984,2434,1,0,0,0),(59367,16975,530,1,1,0,0,-1404.87,3135.76,17.739,5.43076,300,5,0,3984,2434,1,0,0,0),(59368,16975,530,1,1,0,0,-1379.57,3144.92,25.6761,5.50055,300,5,0,3984,2434,1,0,0,0),(59369,16975,530,1,1,0,0,-1338.73,3250.98,43.0605,1.67057,300,5,0,3984,2434,1,0,0,0),(59370,16975,530,1,1,0,0,-1451.99,3282.92,17.7324,2.21334,300,5,0,3984,2434,1,0,0,0),(59371,16975,530,1,1,0,0,-1482.26,3311.59,4.20369,3.92077,300,5,0,3984,2434,1,0,0,0),(59372,16976,530,1,1,0,0,-1312.82,2640.84,8.26951,1.81514,300,0,0,4142,0,0,0,0,0),(59373,16976,530,1,1,0,0,-1308.5,2671.28,-0.349839,1.71956,300,5,0,4142,0,1,0,0,0),(59374,16976,530,1,1,0,0,-1409.47,2657.12,-21.3902,1.43744,300,0,0,4142,0,0,0,0,0),(59375,16976,530,1,1,0,0,-1340.1,2691.67,-12.6094,3.0169,300,0,0,4142,0,0,0,0,0),(59376,16976,530,1,1,0,0,-1275.35,2678.2,0.32137,5.53992,300,0,0,4142,0,0,0,0,0),(59377,16976,530,1,1,0,0,-1303.98,2719.01,-16.4768,0.897582,300,0,0,4142,0,0,0,0,0),(59378,16976,530,1,1,0,0,-1306.62,2687.23,-6.48917,5.38774,300,5,0,4142,0,1,0,0,0),(59379,16976,530,1,1,0,0,-1314.83,2697.47,-10.6352,5.36761,300,0,0,4142,0,2,0,0,0),(59380,16976,530,1,1,0,0,-1317.63,2810.37,-26.9287,3.19133,300,0,0,4142,0,0,0,0,0),(59381,16978,530,1,1,0,1,-1402.4,2707.9,-27.4831,1.05639,300,0,0,5158,0,2,0,0,0),(59382,16991,530,1,1,0,1,-312.485,4728.77,17.3123,1.20428,300,0,0,2442,2434,0,0,0,0),(59383,16993,530,1,1,0,0,-1137.73,4272.1,14.0485,4.60767,300,0,0,7738,2620,0,0,0,0),(277,709,0,1,1,655,1,-12487.4,-985.333,46.7921,1.97851,1800,2,0,1823,0,1,0,0,0),(16251,2529,33,1,1,1098,0,-172.131,2180.1,109.786,1.52493,86400,2,0,1452,0,2,0,0,0),(59387,17005,530,1,1,0,1,9533.12,-6868.35,18.8333,3.90954,300,0,0,774,2175,0,0,0,0),(59388,17006,530,1,1,0,1,218.691,4340.88,119.084,3.76991,300,0,0,2871,0,0,0,0,0),(59389,17014,530,1,1,0,0,-687.789,1582.54,39.94,3.22571,300,5,0,5158,0,1,0,0,0),(59390,17014,530,1,1,0,0,-761.073,1582.86,48.2838,3.14355,300,5,0,5158,0,1,0,0,0),(59391,17014,530,1,1,0,0,-750.878,1582.09,47.1936,5.49779,300,0,0,5158,0,0,0,0,0),(59392,17014,530,1,1,0,0,-818.812,1585.03,50.1909,2.16368,300,5,0,5158,0,1,0,0,0),(59393,17014,530,1,1,0,0,-779.571,1552.16,38.9536,0.398096,300,5,0,5158,0,1,0,0,0),(59394,17014,530,1,1,0,0,-783.786,1616.48,59.954,5.65194,300,5,0,5158,0,1,0,0,0),(59395,17014,530,1,1,0,0,-815.149,1516.66,35.9086,0.020505,300,5,0,5158,0,1,0,0,0),(59396,17014,530,1,1,0,0,-786.025,1479.84,18.8003,4.21554,300,5,0,5158,0,1,0,0,0),(59397,17014,530,1,1,0,0,-821.165,1451.05,16.0165,3.17576,300,5,0,5158,0,1,0,0,0),(59398,17014,530,1,1,0,0,-851.464,1481.19,31.835,4.36996,300,5,0,5158,0,1,0,0,0),(59399,17014,530,1,1,0,0,-855.003,1420.73,15.9163,3.26498,300,5,0,5158,0,1,0,0,0),(59400,17014,530,1,1,0,0,-916.403,1485.35,30.047,3.31613,300,0,0,5158,0,0,0,0,0),(59401,17014,530,1,1,0,0,-919.059,1487.45,30.2878,5.55719,300,5,0,5158,0,1,0,0,0),(59402,17014,530,1,1,0,0,-949.659,1452.31,5.11415,0.118536,300,5,0,5158,0,1,0,0,0),(59403,17014,530,1,1,0,0,-885.49,1583.89,62.2154,2.52841,300,5,0,5158,0,1,0,0,0),(59404,17014,530,1,1,0,0,-917.013,1549.2,54.77,1.55128,300,5,0,5158,0,1,0,0,0),(59405,17014,530,1,1,0,0,-1018.74,1447.36,22.6441,4.25529,300,5,0,5158,0,1,0,0,0),(59406,17014,530,1,1,0,0,-985.146,1480.62,31.1787,4.3324,300,5,0,5158,0,1,0,0,0),(59407,17014,530,1,1,0,0,-1026.36,1511.74,42.9227,0.3446,300,5,0,5158,0,1,0,0,0),(59408,17014,530,1,1,0,0,-1042.64,1497.45,39.4176,1.05819,300,5,0,5158,0,1,0,0,0),(59409,17014,530,1,1,0,0,-1048.73,1546.7,60.6604,5.78984,300,5,0,5158,0,1,0,0,0),(59410,17014,530,1,1,0,0,-1068.53,1433.53,17.1791,1.59452,300,5,0,5158,0,1,0,0,0),(59411,17014,530,1,1,0,0,-1112,1451.16,28.569,3.17576,300,5,0,5158,0,1,0,0,0),(59412,17014,530,1,1,0,0,-1125.16,1508.65,49.1585,1.64734,300,5,0,5158,0,1,0,0,0),(59413,17014,530,1,1,0,0,-1112.53,1399.06,15.6349,2.68395,300,0,0,5158,0,0,0,0,0),(59414,17014,530,1,1,0,0,-1191.43,1500.53,50.265,5.03846,300,5,0,5158,0,1,0,0,0),(59415,17014,530,1,1,0,0,-1225.28,1385.45,17.7267,2.10569,300,5,0,5158,0,1,0,0,0),(59416,17015,530,1,1,0,1,-646.951,4176.91,68.5136,2.49582,300,0,0,2297,2289,0,0,0,0),(59417,17035,530,1,1,0,0,-1196.44,4117.73,62.6276,1.02666,300,5,0,5527,0,1,0,0,0),(59418,17035,530,1,1,0,0,-1325.95,4040.94,116.753,1.88222,300,5,0,5527,0,1,0,0,0),(59419,17035,530,1,1,0,0,-1168.93,4214.17,49.4332,3.48193,300,5,0,5527,0,1,0,0,0),(59420,17035,530,1,1,0,0,-1109.6,4178.94,41.1251,0.724994,300,5,0,5527,0,1,0,0,0),(59421,17035,530,1,1,0,0,-1102.45,4211.16,55.4136,4.70595,300,5,0,5527,0,1,0,0,0),(59422,17035,530,1,1,0,0,-985.416,4230.35,42.8049,5.10138,300,5,0,5527,0,1,0,0,0),(59423,17046,530,1,1,0,1,-646.5,4181.69,68.6033,4.93928,300,0,0,2871,0,0,0,0,0),(59424,17047,530,1,1,0,0,9590,-6711.51,1.01299,3.19652,300,0,0,4120,0,0,0,0,0),(59425,17052,530,1,1,0,1,255.531,4245.5,127.096,2.70526,300,0,0,2515,2486,0,0,0,0),(59426,17053,530,1,1,0,0,-1206.43,4125.3,64.2869,2.43199,300,5,0,4979,0,1,0,0,0),(59427,17053,530,1,1,0,0,-1193.87,4111.3,63.2526,4.76959,300,5,0,4979,0,1,0,0,0),(59428,17053,530,1,1,0,0,-1335.86,4060.52,117.031,2.01958,300,5,0,4979,0,1,0,0,0),(59429,17053,530,1,1,0,0,-1141.7,4213.28,51.8905,1.28375,300,5,0,4979,0,1,0,0,0),(59430,17053,530,1,1,0,0,-1117.53,4179.85,41.5512,2.93514,300,5,0,4979,0,1,0,0,0),(59431,17053,530,1,1,0,0,-1077.17,4178.28,37.4007,4.47584,300,5,0,4979,0,1,0,0,0),(59432,17053,530,1,1,0,0,-1103.19,4252.54,16.1444,0.677744,300,5,0,4979,0,1,0,0,0),(59433,17053,530,1,1,0,0,-978.365,4226.67,40.9299,5.35528,300,5,0,4979,0,1,0,0,0),(59434,17056,530,1,1,0,1,8651.06,-6329.32,56.0176,3.64774,300,0,0,100,230,0,0,0,0),(59435,17056,530,1,1,0,1,8674.13,-6319.64,56.0402,2.96706,300,0,0,100,230,0,0,0,0),(59436,17056,530,1,1,0,1,8672.41,-6319.31,56.04,6.10865,300,0,0,100,230,0,0,0,0),(59437,17056,530,1,1,0,1,8674.21,-6333.49,56.0138,3.76991,300,0,0,100,230,0,0,0,0),(59438,17056,530,1,1,0,1,8692,-6333.54,56.0431,3.26377,300,0,0,100,230,0,0,0,0),(59439,17056,530,1,1,0,1,8688.86,-6339.88,56.0663,3.49066,300,0,0,100,230,0,0,0,0),(59440,17056,530,1,1,0,1,8674.18,-6334.82,56.0115,1.64061,300,0,0,100,230,0,0,0,0),(59441,17056,530,1,1,0,1,8683.86,-6364.58,55.9866,1.32685,300,0,0,100,230,0,0,0,0),(59442,17056,530,1,1,0,1,8690.62,-6333.83,56.0402,0.366519,300,0,0,100,230,0,0,0,0),(59443,17056,530,1,1,0,1,8684.33,-6363.17,55.9617,4.4855,300,0,0,100,230,0,0,0,0),(59444,17056,530,1,1,0,1,8675.36,-6334.15,55.9307,3.12414,300,0,0,100,230,0,0,0,0),(59445,17056,530,1,1,0,1,8686.36,-6339.75,56.0663,5.68977,300,0,0,100,230,0,0,0,0),(59446,17056,530,1,1,0,1,8687.05,-6341.55,56.0663,1.50098,300,0,0,100,230,0,0,0,0),(59447,17056,530,1,1,0,1,8680.7,-6342.13,56.0663,5.07891,300,0,0,100,230,0,0,0,0),(59448,17056,530,1,1,0,1,8672.81,-6334.32,56.0109,0.506145,300,0,0,100,230,0,0,0,0),(59449,17056,530,1,1,0,1,8681.23,-6343.33,56.0663,5.32551,300,0,0,100,230,0,0,0,0),(59450,17057,530,1,1,0,0,-759.98,3816.24,20.0019,6.02914,300,0,0,27635,0,0,0,0,0),(59451,17058,530,1,1,0,1,-453.407,4671.52,31.297,2.67279,300,5,0,4422,0,1,0,0,0),(59452,17058,530,1,1,0,1,-514.534,4710.91,36.6675,4.00145,300,5,0,4422,0,1,0,0,0),(59453,17058,530,1,1,0,1,-449.242,4749.97,20.5357,5.47772,300,5,0,4422,0,1,0,0,0),(59454,17058,530,1,1,0,1,-561.194,4788.94,34.3391,5.90799,300,5,0,4422,0,1,0,0,0),(59455,17058,530,1,1,0,1,-615.867,4740.1,41.675,3.40506,300,5,0,4422,0,1,0,0,0),(59456,17058,530,1,1,0,1,-501.324,4831.37,31.3792,2.65328,300,5,0,4422,0,1,0,0,0),(59457,17058,530,1,1,0,1,-680.89,4753.16,49.1469,2.53675,300,5,0,4422,0,1,0,0,0),(59458,17058,530,1,1,0,1,-659.295,4847.75,50.6,4.366,300,0,0,4422,0,0,0,0,0),(59459,17058,530,1,1,0,1,-602.823,4855.14,39.8936,1.79227,300,5,0,4422,0,1,0,0,0),(59460,17058,530,1,1,0,1,-703.521,4778.21,48.8678,4.01773,300,5,0,4422,0,1,0,0,0),(59461,17058,530,1,1,0,1,-739.024,4706.49,59.0876,3.76144,300,0,0,4422,0,2,0,0,0),(59462,17058,530,1,1,0,1,-515.049,4857.93,32.2146,5.69172,300,5,0,4422,0,1,0,0,0),(59463,17058,530,1,1,0,1,-509.222,4915.37,38.6853,1.83687,300,5,0,4422,0,1,0,0,0),(59464,17058,530,1,1,0,1,-439.824,4845.41,27.4448,4.58302,300,5,0,4422,0,1,0,0,0),(59465,17059,530,1,1,0,0,-233.807,3103.25,-62.9566,5.37561,300,0,0,1524,0,0,0,0,0),(59466,17059,530,1,1,0,0,-253.866,3079.67,-66.0047,0.15708,300,0,0,1524,0,0,0,0,0),(59467,17059,530,1,1,0,0,-246.296,3090.68,-65.4276,5.86431,300,0,0,1524,0,0,0,0,0),(59468,17059,530,1,1,0,0,-221.868,3106.37,-59.8452,4.38078,300,0,0,1524,0,0,0,0,0),(59470,17073,530,1,1,0,0,-4121.63,-13652.4,74.7229,5.07891,300,0,0,71,0,0,0,0,0),(3475,3349,1,1,1,1370,1,1580.05,-4097.68,36.3245,5.18363,300,0,0,1003,0,0,0,0,0),(59474,17083,540,3,1,0,0,86.2934,70.2275,-13.2226,5.42659,86400,0,0,9803,0,0,0,0,0),(59475,17083,540,3,1,0,0,57.0574,68.706,-13.2226,3.75658,86400,0,0,9803,0,0,0,0,0),(59476,17083,540,3,1,0,0,78.1228,268.416,-13.2074,3.96182,86400,0,0,9803,0,0,0,0,0),(59477,17083,540,3,1,0,0,77.2164,273.552,-13.208,3.96182,86400,0,0,9803,0,0,0,0,0),(1971580,17301,540,2,1,0,1,152.863,-83.2273,1.93712,6.25962,300,0,0,27351,0,0,0,0,0),(1971577,17289,540,2,1,0,0,148.565,-77.7137,1.92007,4.71631,300,0,0,6104,0,0,0,0,0),(59482,17084,530,1,1,0,1,-1144.66,4221.21,53.5334,4.05735,300,0,0,5306,2620,2,0,0,0),(59483,17087,530,1,1,0,0,-3855.21,-13403.1,77.1313,3.82876,300,0,0,34930,0,0,0,0,0),(59484,17088,530,1,1,0,1,-2409.67,4856.31,30.9742,1.35022,300,5,0,4422,2620,1,0,0,0),(59485,17088,530,1,1,0,1,-2399.47,4886.67,36.2613,4.63573,300,5,0,4422,2620,1,0,0,0),(59486,17088,530,1,1,0,1,-2362.45,4863.9,5.63334,5.88429,300,5,0,4422,2620,1,0,0,0),(59487,17088,530,1,1,0,1,-2451.31,4911.03,33.2863,2.13116,300,5,0,4422,2620,1,0,0,0),(59488,17088,530,1,1,0,1,-2471.18,4877.16,39.4761,6.20489,300,5,0,4422,2620,1,0,0,0),(59489,17088,530,1,1,0,1,-2445.49,4860.25,36.2946,1.3981,300,5,0,4422,2620,1,0,0,0),(59490,17088,530,1,1,0,1,-2416.65,4917.63,36.2499,4.63102,300,5,0,4422,2620,1,0,0,0),(59491,17088,530,1,1,0,1,-2452.74,4890.71,33.4565,2.11845,300,5,0,4422,2620,1,0,0,0),(59492,17088,530,1,1,0,1,-2478.34,4911.17,39.4249,1.84531,300,5,0,4422,2620,1,0,0,0),(59493,17088,530,1,1,0,1,-2502.27,4875.56,41.2826,5.46741,300,5,0,4422,2620,1,0,0,0),(59494,17088,530,1,1,0,1,-2485.9,4928.1,41.044,0.223117,300,5,0,4422,2620,1,0,0,0),(59495,17088,530,1,1,0,1,-2430.32,4948.11,34.8081,3.68265,300,0,0,4422,2620,0,0,0,0),(59496,17088,530,1,1,0,1,-2435.27,4945.23,34.936,0.541052,300,0,0,4422,2620,0,0,0,0),(59497,17088,530,1,1,0,1,-2533.5,4888.87,41.9543,0.586781,300,5,0,4422,2620,1,0,0,0),(59498,17088,530,1,1,0,1,-2527.79,4914.05,40.3549,4.12375,300,5,0,4422,2620,1,0,0,0),(59499,17088,530,1,1,0,1,-2485.83,4951.04,36.1364,0,300,5,0,4422,2620,1,0,0,0),(59500,17088,530,1,1,0,1,-2451.53,4950.87,34.9152,1.58825,300,0,0,4422,2620,0,0,0,0),(59501,17088,530,1,1,0,1,-2497.91,4951.98,37.7905,5.98124,300,5,0,4422,2620,1,0,0,0),(59502,17088,530,1,1,0,1,-2430.32,4978.47,31.1421,5.39307,300,0,0,4422,2620,0,0,0,0),(59503,17088,530,1,1,0,1,-2499.82,4987.75,34.8124,0.263887,300,5,0,4422,2620,1,0,0,0),(59504,17088,530,1,1,0,1,-2438.43,5010.39,29.2272,0.411179,300,5,0,4422,2620,1,0,0,0),(59505,17088,530,1,1,0,1,-2455.77,5041.34,22.1111,4.93189,300,5,0,4422,2620,1,0,0,0),(59506,17088,530,1,1,0,1,-2404.88,4996.8,30.073,0.176598,300,5,0,4422,2620,1,0,0,0),(59507,17088,530,1,1,0,1,-2473.79,5057,18.1375,4.46609,300,5,0,4422,2620,1,0,0,0),(59508,17088,530,1,1,0,1,-2386.22,4960.88,33.6531,4.96494,300,5,0,4422,2620,1,0,0,0),(59509,17088,530,1,1,0,1,-2473.77,5098.32,10.6779,1.33371,300,5,0,4422,2620,1,0,0,0),(59510,17088,530,1,1,0,1,-2472.55,5082.8,13.4279,2.05369,300,5,0,4422,2620,1,0,0,0),(59511,17088,530,1,1,0,1,-2477.36,5105.56,9.6425,1.51844,300,0,0,4422,2620,0,0,0,0),(59512,17088,530,1,1,0,1,-2467.89,5104.29,9.5521,1.46608,300,0,0,4422,2620,0,0,0,0),(59513,17089,530,1,1,0,1,-4127.28,-13727.2,74.758,4.72984,300,0,0,115,126,0,0,0,0),(3474,5885,1,1,1,4523,1,1468.18,-4219.88,43.0424,5.95157,300,0,0,1753,0,0,0,0,0),(31455,4344,1,1,1,2548,0,-3826.84,-3319.07,30.7724,3.17936,360,10,0,1305,1186,1,0,0,0),(59517,17110,530,1,1,0,0,-4203.65,-12526.5,45.5265,4.90438,300,0,0,186,191,0,0,0,0),(59518,17114,530,1,1,0,0,-4180.54,-12509.6,44.4447,6.05629,300,0,0,156,0,0,0,0,0),(59519,17116,530,1,1,0,0,-4167.46,-12417.9,41.9126,1.0821,300,0,0,300,0,0,0,0,0),(59520,17121,530,1,1,0,0,-4188.12,-11484.9,-130.79,1.64061,300,0,0,1226,1283,0,0,0,0),(59521,17122,530,1,1,0,0,-4232.28,-11569.3,-126.073,0.872665,300,0,0,2442,2434,0,0,0,0),(59522,17123,530,1,1,0,1,504.592,3882.13,192.156,5.79449,300,0,0,16581,0,0,0,0,0),(59523,17128,530,1,1,0,0,-1288.61,6230.03,54.4388,1.0153,300,5,0,5715,0,1,0,0,0),(59524,17128,530,1,1,0,0,-2117.73,6298,55.0003,1.51606,300,5,0,5715,0,1,0,0,0),(59525,17128,530,1,1,0,0,-1747.15,6317.02,49.1154,2.22592,300,5,0,5715,0,1,0,0,0),(59526,17128,530,1,1,0,0,-1742.02,6349.35,43.8957,3.3842,300,5,0,5715,0,1,0,0,0),(59527,17128,530,1,1,0,0,-1439.16,6288.67,46.6046,3.03687,300,5,0,5715,0,1,0,0,0),(59528,17128,530,1,1,0,0,-1286.69,6246.02,48.6753,1.54666,300,5,0,5715,0,1,0,0,0),(59529,17128,530,1,1,0,0,-1347.21,6379.85,34.3765,4.59869,300,5,0,5715,0,1,0,0,0),(59530,17128,530,1,1,0,0,-1381.94,6416.65,32.9606,4.03298,300,5,0,5715,0,1,0,0,0),(59531,17128,530,1,1,0,0,-1315.11,6349.94,35.9391,2.14675,300,0,0,5715,0,0,0,0,0),(59532,17128,530,1,1,0,0,-1436.87,6457.13,30.6984,4.81731,300,0,0,5715,0,0,0,0,0),(59533,17128,530,1,1,0,0,-1427.96,6490.88,31.987,1.67179,300,5,0,5715,0,1,0,0,0),(59534,17128,530,1,1,0,0,-1543.47,6511.44,20.4314,0.172717,300,5,0,5715,0,1,0,0,0),(59535,17128,530,1,1,0,0,-1709.15,6511.51,24.6409,6.0022,300,5,0,5715,0,1,0,0,0),(59536,17128,530,1,1,0,0,-1932.18,6553.12,12.2563,3.04484,300,5,0,5715,0,1,0,0,0),(59537,17128,530,1,1,0,0,-1944.64,7177.97,-100.388,4.8722,300,5,0,5715,0,1,0,0,0),(59538,17128,530,1,1,0,0,-1935.45,7049.98,-92.8855,0.957479,300,5,0,5715,0,1,0,0,0),(59539,17128,530,1,1,0,0,-1938.8,6980.21,-89.9655,5.78896,300,5,0,5715,0,1,0,0,0),(59540,17128,530,1,1,0,0,-1787.64,7092.33,-19.1942,4.51576,300,5,0,5715,0,1,0,0,0),(59541,17128,530,1,1,0,0,-1984.97,6952.98,-88.2289,4.11727,300,5,0,5715,0,1,0,0,0),(59542,17128,530,1,1,0,0,-1983.85,7005.29,-88.0023,4.85523,300,5,0,5715,0,1,0,0,0),(59543,17128,530,1,1,0,0,-1947.78,6856.42,-73.7213,2.51919,300,5,0,5715,0,1,0,0,0),(59544,17128,530,1,1,0,0,-1863.84,6849.22,-41.8957,2.25761,300,5,0,5715,0,1,0,0,0),(59545,17128,530,1,1,0,0,-1741.8,6841.58,-27.2603,2.55917,300,0,0,5715,0,0,0,0,0),(59546,17128,530,1,1,0,0,-1685.18,6798.27,-12.8566,2.29009,300,0,0,5715,0,0,0,0,0),(59547,17128,530,1,1,0,0,-1718.1,6821.04,-20.0151,1.81374,300,0,0,5715,0,0,0,0,0),(59548,17128,530,1,1,0,0,-1705.43,6725.86,-13.7036,3.92147,300,5,0,5715,0,1,0,0,0),(59549,17128,530,1,1,0,0,-1644.28,6741.45,-1.24039,1.24783,300,5,0,5715,0,1,0,0,0),(59550,17128,530,1,1,0,0,-1901.53,6581.1,10.7109,3.80306,300,5,0,5715,0,1,0,0,0),(59551,17128,530,1,1,0,0,-1412.53,6451.67,32.0361,0.11346,300,5,0,5715,0,1,0,0,0),(59552,17128,530,1,1,0,0,-1421.31,6524.51,34.4047,3.63844,300,5,0,5715,0,1,0,0,0),(59553,17128,530,1,1,0,0,-1452.89,6509.35,33.9016,1.02401,300,5,0,5715,0,1,0,0,0),(59554,17128,530,1,1,0,0,-1455.38,6555.68,32.5426,1.58837,300,5,0,5715,0,1,0,0,0),(59555,17128,530,1,1,0,0,-1387.47,6588.65,37.7972,5.6733,300,5,0,5715,0,1,0,0,0),(59556,17128,530,1,1,0,0,-1388.96,6485.07,51.4222,1.06465,300,0,0,5715,0,0,0,0,0),(59557,17128,530,1,1,0,0,-1483.92,6602.27,23.8833,1.54895,300,5,0,5715,0,1,0,0,0),(59558,17128,530,1,1,0,0,-1457.03,6626.61,34.2788,5.53172,300,5,0,5715,0,1,0,0,0),(59559,17128,530,1,1,0,0,-1388.33,6616.08,42.5544,2.95588,300,5,0,5715,0,1,0,0,0),(59560,17128,530,1,1,0,0,-1378.86,6656.1,40.5844,4.23254,300,5,0,5715,0,1,0,0,0),(59561,17128,530,1,1,0,0,-1363.26,6686.17,39.2571,2.2016,300,5,0,5715,0,1,0,0,0),(59562,17128,530,1,1,0,0,-1408.02,6711.53,35.1675,4.57919,300,5,0,5715,0,1,0,0,0),(59563,17128,530,1,1,0,0,-1294.71,6608.38,58.9037,2.8696,300,5,0,5715,0,1,0,0,0),(59564,17128,530,1,1,0,0,-1341.71,6707.29,37.0789,6.01511,300,5,0,5715,0,1,0,0,0),(59565,17128,530,1,1,0,0,-1305.8,6681.91,43.416,4.8732,300,5,0,5715,0,1,0,0,0),(59566,17128,530,1,1,0,0,-1295.03,6720.08,41.6305,4.02175,300,5,0,5715,0,1,0,0,0),(59567,17128,530,1,1,0,0,-1306.61,6762.97,36.6702,1.89903,300,5,0,5715,0,1,0,0,0),(59568,17128,530,1,1,0,0,-1346.49,6793.27,31.9824,4.29198,300,5,0,5715,0,1,0,0,0),(59569,17128,530,1,1,0,0,-1367.55,6758.33,35.1594,0.404251,300,5,0,5715,0,1,0,0,0),(59570,17128,530,1,1,0,0,-1275.47,6796.27,33.4682,5.62523,300,5,0,5715,0,1,0,0,0),(59571,17128,530,1,1,0,0,-1308.28,6816.38,36.357,6.25927,300,5,0,5715,0,1,0,0,0),(59572,17128,530,1,1,0,0,-1253.61,6805.08,38.2172,4.56345,300,5,0,5715,0,1,0,0,0),(59573,17128,530,1,1,0,0,-1273.66,6856.81,34.5958,3.75076,300,5,0,5715,0,1,0,0,0),(59574,17128,530,1,1,0,0,-1591.7,7133.11,7.91412,4.84171,300,5,0,5715,0,1,0,0,0),(59575,17128,530,1,1,0,0,-1413.74,6901.45,16.6398,2.99569,300,5,0,5715,0,1,0,0,0),(59576,17128,530,1,1,0,0,-1402.8,6916.49,17.7056,0.561707,300,5,0,5715,0,1,0,0,0),(59577,17128,530,1,1,0,0,-1530.53,6692.4,16.9743,1.52001,300,5,0,5715,0,1,0,0,0),(59578,17128,530,1,1,0,0,-1670.82,7042.1,0.88427,2.19184,300,5,0,5715,0,1,0,0,0),(59579,17128,530,1,1,0,0,-1700.6,7083.66,1.11021,3.3771,300,5,0,5715,0,1,0,0,0),(59580,17129,530,1,1,0,0,-1057.38,8242.69,18.1341,3.86483,300,5,0,6116,0,1,0,0,0),(59581,17129,530,1,1,0,0,-1016.36,8301.35,14.8882,5.24178,300,5,0,6116,0,1,0,0,0),(59582,17129,530,1,1,0,0,-787.583,8458.14,37.8376,2.34303,300,5,0,6116,0,1,0,0,0),(59583,17129,530,1,1,0,0,-682.289,8311.17,46.4987,4.5049,300,5,0,6116,0,1,0,0,0),(59584,17129,530,1,1,0,0,-783.511,8495.77,40.8747,2.10923,300,5,0,6116,0,1,0,0,0),(59585,17129,530,1,1,0,0,-778.668,8497.02,41.0895,1.44254,300,5,0,6116,0,1,0,0,0),(59586,17129,530,1,1,0,0,-767.83,8484.52,41.1618,0.207547,300,5,0,6116,0,1,0,0,0),(59587,17129,530,1,1,0,0,-1170.34,8596.18,37.6854,0.917721,300,5,0,6116,0,1,0,0,0),(59588,17129,530,1,1,0,0,-1177.54,8599.02,38.2114,1.61768,300,5,0,6116,0,1,0,0,0),(59589,17129,530,1,1,0,0,-1206.22,8576.17,33.9147,5.47338,300,5,0,6116,0,1,0,0,0),(59590,17129,530,1,1,0,0,-1179.66,8553.33,32.4201,2.62366,300,5,0,6116,0,1,0,0,0),(59591,17129,530,1,1,0,0,-912.717,8480.66,43.1955,4.96083,300,5,0,6116,0,1,0,0,0),(59592,17129,530,1,1,0,0,-910.371,8452.44,36.4312,2.94418,300,0,0,6116,0,0,0,0,0),(59593,17130,530,1,1,0,0,-1379.51,6271.72,50.393,5.2145,300,5,0,5715,0,1,0,0,0),(59594,17130,530,1,1,0,0,-1354.34,6271.49,51.2049,4.10326,300,5,0,5715,0,1,0,0,0),(59595,17130,530,1,1,0,0,-2131.51,6197.62,83.0864,6.11129,300,5,0,5715,0,1,0,0,0),(59596,17130,530,1,1,0,0,-1753.06,6384.03,40.832,2.919,300,5,0,5715,0,1,0,0,0),(59597,17130,530,1,1,0,0,-1746.51,6283.38,54.611,4.36562,300,5,0,5715,0,1,0,0,0),(59598,17130,530,1,1,0,0,-1755.14,6235.21,73.5557,2.10497,300,0,0,5715,0,0,0,0,0),(59599,17130,530,1,1,0,0,-1723.05,6247.29,65.8218,5.75959,300,0,0,5715,0,0,0,0,0),(59600,17130,530,1,1,0,0,-1728.74,6386.93,41.4211,1.02016,300,5,0,5715,0,1,0,0,0),(59601,17130,530,1,1,0,0,-1669.29,6320.02,58.1575,0.857935,300,5,0,5715,0,1,0,0,0),(59602,17130,530,1,1,0,0,-1763.7,6419.79,40.4766,4.39201,300,5,0,5715,0,1,0,0,0),(59603,17130,530,1,1,0,0,-1725.7,6420.51,42.0231,2.0802,300,5,0,5715,0,1,0,0,0),(59604,17130,530,1,1,0,0,-1654.62,6266.75,65.8279,1.98902,300,5,0,5715,0,1,0,0,0),(59605,17130,530,1,1,0,0,-1641.8,6279.85,63.42,1.75938,300,5,0,5715,0,1,0,0,0),(59606,17130,530,1,1,0,0,-1632.15,6293.76,56.4777,4.31393,300,5,0,5715,0,1,0,0,0),(59607,17130,530,1,1,0,0,-1628.29,6317.11,49.3197,3.43346,300,5,0,5715,0,1,0,0,0),(59608,17130,530,1,1,0,0,-1510.17,6408.32,29.1054,4.96646,300,0,0,5715,0,0,0,0,0),(59609,17130,530,1,1,0,0,-1387.46,6311.04,43.1706,2.43174,300,5,0,5715,0,1,0,0,0),(59610,17130,530,1,1,0,0,-1409.66,6244.56,57.3584,3.31083,300,5,0,5715,0,1,0,0,0),(59611,17130,530,1,1,0,0,-1387.88,6244.87,51.7366,0.75849,300,5,0,5715,0,1,0,0,0),(59612,17130,530,1,1,0,0,-1359.16,6252.18,52.2969,5.09173,300,5,0,5715,0,1,0,0,0),(59613,17130,530,1,1,0,0,-1346.42,6275.82,49.9681,0.897055,300,5,0,5715,0,1,0,0,0),(59614,17130,530,1,1,0,0,-1387.54,6270.93,50.0031,2.04099,300,5,0,5715,0,1,0,0,0),(59615,17130,530,1,1,0,0,-1377.33,6214.15,60.3315,5.75459,300,5,0,5715,0,1,0,0,0),(59616,17130,530,1,1,0,0,-1533.87,6447.22,28.8481,4.55751,300,0,0,5715,0,0,0,0,0),(59617,17130,530,1,1,0,0,-1540.62,6429.5,29.6501,4.18282,300,5,0,5715,0,1,0,0,0),(59618,17130,530,1,1,0,0,-1963.29,6447.06,28.8793,3.28073,300,5,0,5715,0,1,0,0,0),(59619,17130,530,1,1,0,0,-1982.77,6395.64,37.947,0.02633,300,5,0,5715,0,1,0,0,0),(59620,17130,530,1,1,0,0,-1997.08,6442.15,27.8197,3.72861,300,5,0,5715,0,1,0,0,0),(59621,17130,530,1,1,0,0,-2025.14,6379.25,39.7005,1.41399,300,5,0,5715,0,1,0,0,0),(59622,17130,530,1,1,0,0,-2125.65,6469.02,13.5811,0.495201,300,5,0,5715,0,1,0,0,0),(59623,17130,530,1,1,0,0,-2162.69,6468.28,13.2521,4.53777,300,5,0,5715,0,1,0,0,0),(59624,17130,530,1,1,0,0,-2177.58,6297.78,52.152,0.092882,300,5,0,5715,0,1,0,0,0),(59625,17130,530,1,1,0,0,-2183.63,6273.01,54.1513,3.18259,300,5,0,5715,0,1,0,0,0),(59626,17130,530,1,1,0,0,-2165.43,6184.62,81.854,4.86407,300,5,0,5715,0,1,0,0,0),(59627,17130,530,1,1,0,0,-2282.6,6317.26,44.3806,2.47036,300,5,0,5715,0,1,0,0,0),(59628,17130,530,1,1,0,0,-2307.2,6280.79,48.1525,3.54751,300,5,0,5715,0,1,0,0,0),(59629,17130,530,1,1,0,0,-2354.9,6308.86,28.6011,3.14475,300,5,0,5715,0,1,0,0,0),(59630,17130,530,1,1,0,0,-2345.88,6362.95,28.6373,2.11205,300,5,0,5715,0,1,0,0,0),(59631,17130,530,1,1,0,0,-2341.77,6370,27.7617,2.35793,300,5,0,5715,0,1,0,0,0),(59632,17130,530,1,1,0,0,-2339.11,6362.67,27.8448,2.26829,300,5,0,5715,0,1,0,0,0),(59633,17130,530,1,1,0,0,-2387.77,6314.41,31.2904,1.70106,300,5,0,5715,0,1,0,0,0),(59634,17130,530,1,1,0,0,-2348.16,6417.33,20.0705,4.7336,300,5,0,5715,0,1,0,0,0),(59635,17130,530,1,1,0,0,-2424.88,6367.82,25.8553,2.32582,300,5,0,5715,0,1,0,0,0),(59636,17130,530,1,1,0,0,-2454.71,6358.69,29.5637,5.24258,300,5,0,5715,0,1,0,0,0),(59637,17130,530,1,1,0,0,-2474.29,6391.49,27.369,1.81589,300,5,0,5715,0,1,0,0,0),(59638,17130,530,1,1,0,0,-2629.18,6075.02,43.1716,2.04053,300,5,0,5715,0,1,0,0,0),(59639,17130,530,1,1,0,0,-2649.37,6078.56,40.95,3.53508,300,5,0,5715,0,1,0,0,0),(59640,17130,530,1,1,0,0,-2130.91,6155.63,92.3169,2.98382,300,5,0,5715,0,1,0,0,0),(59641,17130,530,1,1,0,0,-2723.53,6186,5.7262,3.41192,300,5,0,5715,0,1,0,0,0),(59642,17130,530,1,1,0,0,-2774.86,6177.08,4.3015,4.05413,300,5,0,5715,0,1,0,0,0),(59643,17130,530,1,1,0,0,-2697.34,6228.08,20.1316,4.30259,300,5,0,5715,0,1,0,0,0),(59644,17130,530,1,1,0,0,-2763.2,6178.25,5.15886,2.54878,300,5,0,5715,0,1,0,0,0),(59645,17130,530,1,1,0,0,-2738.7,6227.67,19.4993,2.93023,300,5,0,5715,0,1,0,0,0),(59646,17130,530,1,1,0,0,-2794.61,6185.46,5.9265,0.604089,300,5,0,5715,0,1,0,0,0),(59647,17130,530,1,1,0,0,-2704.72,6262.69,26.4583,4.52572,300,5,0,5715,0,1,0,0,0),(59648,17130,530,1,1,0,0,-2705.8,6513.6,34.2483,1.40805,300,5,0,5715,0,1,0,0,0),(59649,17130,530,1,1,0,0,-2721.39,6495.57,34.193,2.51839,300,5,0,5715,0,1,0,0,0),(59650,17130,530,1,1,0,0,-2675.73,6508.26,30.6853,0.973587,300,5,0,5715,0,1,0,0,0),(59651,17130,530,1,1,0,0,-2651.49,6542.42,21.7525,1.50647,300,0,0,5715,0,0,0,0,0),(59652,17130,530,1,1,0,0,-2560.77,6514.59,14.8671,1.95918,300,5,0,5715,0,1,0,0,0),(59653,17130,530,1,1,0,0,-2517.61,6521.79,11.281,0.507718,300,5,0,5715,0,1,0,0,0),(59654,17130,530,1,1,0,0,-2674.54,6648.19,1.81058,1.60207,300,5,0,5715,0,1,0,0,0),(59655,17130,530,1,1,0,0,-2717.66,6636.99,11.222,1.86815,300,5,0,5715,0,1,0,0,0),(59656,17130,530,1,1,0,0,-2759.62,6664.98,18.3071,5.75483,300,5,0,5715,0,1,0,0,0),(59657,17130,530,1,1,0,0,-2714.31,6683.92,6.52435,3.95616,300,5,0,5715,0,1,0,0,0),(59658,17130,530,1,1,0,0,-2658.82,6690.93,-2.96579,2.73298,300,5,0,5715,0,1,0,0,0),(59659,17130,530,1,1,0,0,-2777.18,6681.54,19.4595,1.18412,300,5,0,5715,0,1,0,0,0),(59660,17130,530,1,1,0,0,-2701.25,6722.48,-1.78598,3.74096,300,5,0,5715,0,1,0,0,0),(59661,17130,530,1,1,0,0,-2752.84,6692.36,12.7151,1.11806,300,5,0,5715,0,1,0,0,0),(59662,17130,530,1,1,0,0,-2712.44,6753.17,-1.93021,4.15855,300,5,0,5715,0,1,0,0,0),(59663,17130,530,1,1,0,0,-2798.54,6968.36,-20.3187,2.61688,300,5,0,5715,0,1,0,0,0),(59664,17130,530,1,1,0,0,-2671.03,6770.35,-2.06851,0.858128,300,5,0,5715,0,1,0,0,0),(59665,17130,530,1,1,0,0,-2692.3,6777.53,-3.98259,4.04767,300,5,0,5715,0,1,0,0,0),(59666,17130,530,1,1,0,0,-2647.8,6754.28,-2.28192,1.44349,300,5,0,5715,0,1,0,0,0),(59667,17130,530,1,1,0,0,-2456.56,6634.81,3.13763,4.66372,300,5,0,5715,0,1,0,0,0),(59668,17130,530,1,1,0,0,-2379.83,6618.69,0.64702,0.917745,300,5,0,5715,0,1,0,0,0),(59669,17130,530,1,1,0,0,-2460.95,6674.76,3.18968,0.513197,300,5,0,5715,0,1,0,0,0),(59670,17130,530,1,1,0,0,-2401.38,6678.85,1.32556,2.64911,300,5,0,5715,0,1,0,0,0),(59671,17130,530,1,1,0,0,-2655.16,6949.63,-0.843834,1.30001,300,5,0,5715,0,1,0,0,0),(59672,17130,530,1,1,0,0,-2280.08,7038.22,-14.6308,3.09939,300,5,0,5715,0,1,0,0,0),(59673,17130,530,1,1,0,0,-2241.71,7036.72,-12.5756,0.549277,300,5,0,5715,0,1,0,0,0),(59674,17130,530,1,1,0,0,-2362.61,7111.59,-15.3037,0.077438,300,5,0,5715,0,1,0,0,0),(59675,17130,530,1,1,0,0,-2351.61,7072.18,-13.4697,0.702486,300,5,0,5715,0,1,0,0,0),(59676,17130,530,1,1,0,0,-2403.67,7120.42,-23.2985,3.00827,300,5,0,5715,0,1,0,0,0),(59677,17130,530,1,1,0,0,-2386.33,7076.85,-9.78999,1.62944,300,5,0,5715,0,1,0,0,0),(59678,17130,530,1,1,0,0,-2218.46,6873.82,-6.9101,5.64801,300,5,0,5715,0,1,0,0,0),(59679,17130,530,1,1,0,0,-2199.03,6852.52,-8.15076,5.82392,300,5,0,5715,0,1,0,0,0),(59680,17130,530,1,1,0,0,-2176.69,6962.04,-10.4597,0.464384,300,5,0,5715,0,1,0,0,0),(59681,17130,530,1,1,0,0,-2111.86,6902.92,-13.6905,5.47224,300,5,0,5715,0,1,0,0,0),(59682,17130,530,1,1,0,0,-2105.04,6884.81,-11.7183,4.77714,300,5,0,5715,0,1,0,0,0),(59683,17130,530,1,1,0,0,-2091.23,6893.92,-15.2476,3.81283,300,5,0,5715,0,1,0,0,0),(59684,17130,530,1,1,0,0,-2106.57,6994.93,-9.58929,1.41815,300,5,0,5715,0,1,0,0,0),(59685,17130,530,1,1,0,0,-1807.37,6928.02,-38.6031,5.21011,300,5,0,5715,0,1,0,0,0),(59686,17130,530,1,1,0,0,-2137.54,6891.11,-9.53997,4.63912,300,5,0,5715,0,1,0,0,0),(59687,17130,530,1,1,0,0,-2174.74,6949.3,-10.6288,0.729052,300,5,0,5715,0,1,0,0,0),(59688,17130,530,1,1,0,0,-2186.54,6808.18,-6.00051,2.01571,300,5,0,5715,0,1,0,0,0),(59689,17130,530,1,1,0,0,-2324.87,6733.88,-1.92574,5.38103,300,5,0,5715,0,1,0,0,0),(59690,17130,530,1,1,0,0,-2281.09,6744.1,-4.82167,0.248336,300,5,0,5715,0,1,0,0,0),(59691,17130,530,1,1,0,0,-2251.22,6650.52,0.05035,0.579754,300,5,0,5715,0,1,0,0,0),(59692,17130,530,1,1,0,0,-2238.33,6643.88,-0.139633,3.27543,300,5,0,5715,0,1,0,0,0),(59693,17130,530,1,1,0,0,-2250.93,6717.78,-3.3463,4.70264,300,5,0,5715,0,1,0,0,0),(59694,17130,530,1,1,0,0,-2253.76,6680.84,-3.25631,3.87984,300,5,0,5715,0,1,0,0,0),(59695,17130,530,1,1,0,0,-2222.83,6696.71,-1.47588,4.97079,300,5,0,5715,0,1,0,0,0),(59696,17130,530,1,1,0,0,-2226.97,6727.01,-2.81895,1.37332,300,5,0,5715,0,1,0,0,0),(59697,17130,530,1,1,0,0,-2202.11,6706.41,-2.15416,2.44929,300,5,0,5715,0,1,0,0,0),(59698,17130,530,1,1,0,0,-1806.37,6773.57,-35.3791,3.96331,300,5,0,5715,0,1,0,0,0),(59699,17130,530,1,1,0,0,-1792.49,6825.18,-33.6744,2.71936,300,5,0,5715,0,1,0,0,0),(59700,17130,530,1,1,0,0,-1836.99,6617.07,-2.97804,0.925929,300,5,0,5715,0,1,0,0,0),(59701,17130,530,1,1,0,0,-1837.77,6613.68,-1.11134,1.00826,300,5,0,5715,0,1,0,0,0),(59702,17130,530,1,1,0,0,-1841.82,6620.73,-3.89916,0.865558,300,5,0,5715,0,1,0,0,0),(59703,17130,530,1,1,0,0,-2301.24,6589.87,2.26797,0.968258,300,5,0,5715,0,1,0,0,0),(59704,17130,530,1,1,0,0,-2289.07,6591.06,3.35706,1.9181,300,5,0,5715,0,1,0,0,0),(59705,17130,530,1,1,0,0,-2298.23,6550.81,5.15176,5.41989,300,5,0,5715,0,1,0,0,0),(59706,17130,530,1,1,0,0,-2206.69,6584.2,4.78048,3.33358,300,0,0,5715,0,0,0,0,0),(59707,17130,530,1,1,0,0,-2462.1,6636.84,2.76263,2.44593,300,5,0,5715,0,1,0,0,0),(59708,17130,530,1,1,0,0,-2381.71,6448.52,12.9835,2.33134,300,5,0,5715,0,1,0,0,0),(59709,17130,530,1,1,0,0,-2337.62,6443.87,14.1174,5.54955,300,5,0,5715,0,1,0,0,0),(59710,17130,530,1,1,0,0,-2198.38,6448.73,16.8714,2.62513,300,5,0,5715,0,1,0,0,0),(59711,17130,530,1,1,0,0,-1386.54,6316.02,42.3371,5.8746,300,0,0,5715,0,0,0,0,0),(59712,17130,530,1,1,0,0,-1448.37,7030.21,12.2992,0.918454,300,5,0,5715,0,1,0,0,0),(59713,17130,530,1,1,0,0,-1510.04,6905.97,-10.7848,1.03105,300,5,0,5715,0,1,0,0,0),(59714,17130,530,1,1,0,0,-1506.02,6933.33,-12.2803,0,300,5,0,5715,0,1,0,0,0),(59715,17130,530,1,1,0,0,-1552,6937.15,-9.93518,1.29384,300,5,0,5715,0,1,0,0,0),(59716,17130,530,1,1,0,0,-1420.78,6979.16,12.1644,1.64451,300,5,0,5715,0,1,0,0,0),(59717,17130,530,1,1,0,0,-1446.02,6954.38,5.22155,2.8288,300,5,0,5715,0,1,0,0,0),(59718,17130,530,1,1,0,0,-1510.85,6759.96,15.7085,0.953846,300,5,0,5715,0,1,0,0,0),(59719,17130,530,1,1,0,0,-1529.4,6871.03,-9.04753,0.417361,300,5,0,5715,0,1,0,0,0),(59720,17130,530,1,1,0,0,-1557.73,6858.03,-10.857,1.35425,300,5,0,5715,0,1,0,0,0),(59721,17130,530,1,1,0,0,-1592.45,6837.68,-5.87911,4.05629,300,5,0,5715,0,1,0,0,0),(59722,17130,530,1,1,0,0,-1599.68,6852.23,-7.12911,5.69183,300,5,0,5715,0,1,0,0,0),(59723,17130,530,1,1,0,0,-1620.21,6908.19,-8.93198,4.55723,300,5,0,5715,0,1,0,0,0),(59724,17130,530,1,1,0,0,-1591.56,6874.65,-12.0398,5.02105,300,5,0,5715,0,1,0,0,0),(59725,17130,530,1,1,0,0,-1592.71,6937.21,-10.3058,0.437439,300,5,0,5715,0,1,0,0,0),(59726,17130,530,1,1,0,0,-1594.85,6960.1,-5.16587,0.205634,300,5,0,5715,0,1,0,0,0),(59727,17130,530,1,1,0,0,-1760.4,8827.02,29.7228,6.05053,300,5,0,5715,0,1,0,0,0),(59728,17130,530,1,1,0,0,-1760.78,8819.14,29.774,5.95985,300,5,0,5715,0,1,0,0,0),(59729,17130,530,1,1,0,0,-1763.53,8837.79,28.4004,5.95284,300,5,0,5715,0,1,0,0,0),(59730,17130,530,1,1,0,0,-1762.33,8813.72,29.5579,6.21482,300,5,0,5715,0,1,0,0,0),(59731,17131,530,1,1,0,0,-2350.92,6373.81,27.7503,2.17443,300,5,0,5914,0,1,0,0,0),(59732,17131,530,1,1,0,0,-2336.12,6368.29,27.5113,2.43804,300,5,0,5914,0,1,0,0,0),(59733,17131,530,1,1,0,0,-2546.89,6973.86,-0.000105,3.08333,300,5,0,5914,0,1,0,0,0),(59734,17131,530,1,1,0,0,-2490.74,6968.52,-1.40517,2.12689,300,5,0,5914,0,1,0,0,0),(59735,17131,530,1,1,0,0,-2541.01,7006.3,-2.6873,0.37362,300,5,0,5914,0,1,0,0,0),(59736,17131,530,1,1,0,0,-2490.93,6998.05,-3.70682,6.20701,300,5,0,5914,0,1,0,0,0),(59737,17131,530,1,1,0,0,-2671.7,6969.67,-3.3886,1.56234,300,5,0,5914,0,1,0,0,0),(59738,17131,530,1,1,0,0,-2796.83,6982.19,-18.5146,4.81717,300,5,0,5914,0,1,0,0,0),(59739,17131,530,1,1,0,0,-2743.75,7056.25,-12.8532,1.72223,300,5,0,5914,0,1,0,0,0),(59740,17131,530,1,1,0,0,-2787.6,7049.46,-11.5113,2.60972,300,5,0,5914,0,1,0,0,0),(59741,17131,530,1,1,0,0,-2726.85,7068.9,-12.0178,3.95836,300,5,0,5914,0,1,0,0,0),(59742,17131,530,1,1,0,0,-2702.4,7094.93,-9.51777,6.01164,300,5,0,5914,0,1,0,0,0),(59743,17131,530,1,1,0,0,-2795.72,7087.59,-11.1661,0.773884,300,5,0,5914,0,1,0,0,0),(59744,17131,530,1,1,0,0,-2894.2,7054.39,-28.2552,4.42709,300,5,0,5914,0,1,0,0,0),(59745,17131,530,1,1,0,0,-2869.15,7069.19,-17.2994,2.36354,300,5,0,5914,0,1,0,0,0),(59746,17131,530,1,1,0,0,-2879.65,7163.37,-1.70499,4.66806,300,5,0,5914,0,1,0,0,0),(59747,17131,530,1,1,0,0,-2806.2,7118.39,-12.2223,5.55718,300,5,0,5914,0,1,0,0,0),(59748,17131,530,1,1,0,0,-2662.08,6992.68,-3.59422,6.15592,300,5,0,5914,0,1,0,0,0),(59749,17131,530,1,1,0,0,-2636.14,6988.96,-3.12923,5.72743,300,5,0,5914,0,1,0,0,0),(59750,17131,530,1,1,0,0,-2878.06,7400.99,17.9026,1.75481,300,5,0,5914,0,1,0,0,0),(59751,17131,530,1,1,0,0,-2953.46,7551.93,10.5909,2.19223,300,5,0,5914,0,1,0,0,0),(59752,17131,530,1,1,0,0,-2952.86,7531.89,9.2609,0.885067,300,5,0,5914,0,1,0,0,0),(59753,17131,530,1,1,0,0,-2985.8,7427.77,7.2875,4.01108,300,5,0,5914,0,1,0,0,0),(59754,17131,530,1,1,0,0,-2975.52,7440.1,3.05849,2.03976,300,5,0,5914,0,1,0,0,0),(59755,17131,530,1,1,0,0,-2996.35,7466.15,-1.31651,3.31618,300,5,0,5914,0,1,0,0,0),(59756,17131,530,1,1,0,0,-2878.79,7278.17,6.9176,5.26936,300,5,0,5914,0,1,0,0,0),(59757,17131,530,1,1,0,0,-2954.67,7258.38,1.01012,1.21966,300,5,0,5914,0,1,0,0,0),(59758,17131,530,1,1,0,0,-2938.53,7228.17,-1.38221,4.16176,300,5,0,5914,0,1,0,0,0),(59759,17131,530,1,1,0,0,-2888.49,7254.53,5.0118,4.97916,300,5,0,5914,0,1,0,0,0),(59760,17131,530,1,1,0,0,-1930.95,8267.75,9.4344,3.76536,300,5,0,5914,0,1,0,0,0),(59761,17131,530,1,1,0,0,-1957.62,8244.82,5.29279,5.65579,300,5,0,5914,0,1,0,0,0),(59762,17131,530,1,1,0,0,-1869.79,8125.31,-23.5942,2.53167,300,5,0,5914,0,1,0,0,0),(59763,17131,530,1,1,0,0,-1906.94,8221.23,5.03175,2.58111,300,5,0,5914,0,1,0,0,0),(59764,17131,530,1,1,0,0,-1885.42,8156.25,-26.373,1.60598,300,5,0,5914,0,1,0,0,0),(59765,17131,530,1,1,0,0,-1924.54,8071.84,-18.8529,0.492486,300,5,0,5914,0,1,0,0,0),(59767,17131,530,1,1,0,0,-1976.24,8074.85,-16.2348,1.85056,300,0,0,5914,0,0,0,0,0),(59768,17131,530,1,1,0,0,-1989.37,8050.12,-14.7067,0.645454,300,0,0,5914,0,0,0,0,0),(59769,17131,530,1,1,0,0,-2000.11,8082.62,-15.2454,2.926,300,5,0,5914,0,1,0,0,0),(59770,17131,530,1,1,0,0,-2021.41,8014.9,-15.0385,4.74397,300,5,0,5914,0,1,0,0,0),(59771,17131,530,1,1,0,0,-1988.21,8018.21,-16.2398,0.385591,300,5,0,5914,0,1,0,0,0),(59772,17131,530,1,1,0,0,-1754.5,7711.65,-14.9771,5.42415,300,5,0,5914,0,1,0,0,0),(59773,17131,530,1,1,0,0,-1710.96,7719.17,-19.5969,0.480718,300,5,0,5914,0,1,0,0,0),(59774,17131,530,1,1,0,0,-1717.6,7595.46,-11.1091,0.580144,300,5,0,5914,0,1,0,0,0),(59775,17131,530,1,1,0,0,-1709.02,7626.71,-12.7227,2.30482,300,5,0,5914,0,1,0,0,0),(59776,17131,530,1,1,0,0,-1731.2,7554.83,-6.88343,4.45985,300,5,0,5914,0,1,0,0,0),(59777,17131,530,1,1,0,0,-1664.42,7606.1,-7.91723,6.22346,300,5,0,5914,0,1,0,0,0),(59778,17131,530,1,1,0,0,-1659.81,7624.45,-10.5587,4.13143,300,5,0,5914,0,1,0,0,0),(59779,17131,530,1,1,0,0,-1886.81,7575.27,-6.84794,3.40206,300,5,0,5914,0,1,0,0,0),(59780,17131,530,1,1,0,0,-1872.98,7579.82,-7.90425,6.17944,300,5,0,5914,0,1,0,0,0),(59781,17131,530,1,1,0,0,-1752.87,7511.08,-8.56056,2.40575,300,5,0,5914,0,1,0,0,0),(59782,17131,530,1,1,0,0,-1903.83,7410.87,-19.7068,2.64931,300,5,0,5914,0,1,0,0,0),(59783,17131,530,1,1,0,0,-1906.21,7439.17,-21.9506,1.40821,300,5,0,5914,0,1,0,0,0),(59784,17131,530,1,1,0,0,-1899.11,7463.52,-14.3793,1.99753,300,5,0,5914,0,1,0,0,0),(59785,17131,530,1,1,0,0,-1910.1,7488.92,-10.4863,0.932957,300,5,0,5914,0,1,0,0,0),(59786,17131,530,1,1,0,0,-1782.61,7374.98,-4.4254,1.16308,300,5,0,5914,0,1,0,0,0),(59787,17131,530,1,1,0,0,-1790.49,7366.94,-2.94866,3.70798,300,5,0,5914,0,1,0,0,0),(59788,17131,530,1,1,0,0,-1831.74,6613.04,-2.58878,0.973587,300,5,0,5914,0,1,0,0,0),(59789,17131,530,1,1,0,0,-1378.12,7444.66,11.0646,0.65634,300,5,0,5914,0,1,0,0,0),(59790,17131,530,1,1,0,0,-1480.61,7072.04,8.7592,2.38789,300,5,0,5914,0,1,0,0,0),(59791,17131,530,1,1,0,0,-1518.39,7329.1,4.97355,6.21334,300,5,0,5914,0,1,0,0,0),(59792,17131,530,1,1,0,0,-1554.24,7277.9,1.24618,4.02639,300,5,0,5914,0,1,0,0,0),(59793,17131,530,1,1,0,0,-1556.03,7062.12,4.19639,0.537634,300,5,0,5914,0,1,0,0,0),(59794,17131,530,1,1,0,0,-1638.46,7171.93,1.54832,1.23077,300,5,0,5914,0,1,0,0,0),(59795,17131,530,1,1,0,0,-1652.28,7145.86,5.33261,1.75955,300,5,0,5914,0,1,0,0,0),(59796,17131,530,1,1,0,0,-1544.37,7022.05,4.43995,3.51557,300,5,0,5914,0,1,0,0,0),(59797,17131,530,1,1,0,0,-1573.43,7018.08,1.73655,0.811865,300,5,0,5914,0,1,0,0,0),(59798,17131,530,1,1,0,0,-1589.73,7053.8,4.50248,5.31703,300,5,0,5914,0,1,0,0,0),(59799,17131,530,1,1,0,0,-1594.71,7008.55,-2.01345,4.78659,300,5,0,5914,0,1,0,0,0),(59800,17131,530,1,1,0,0,-1692.12,7156.61,0.91671,2.32163,300,5,0,5914,0,1,0,0,0),(59801,17131,530,1,1,0,0,-1684.27,7167.32,1.6919,2.43174,300,5,0,5914,0,1,0,0,0),(59802,17131,530,1,1,0,0,-1656.77,7180.39,3.36442,4.73047,300,5,0,5914,0,1,0,0,0),(59803,17131,530,1,1,0,0,-1688.84,7189.33,1.8169,0.996401,300,5,0,5914,0,1,0,0,0),(59804,17131,530,1,1,0,0,-1665.78,7180.54,3.71958,5.73825,300,5,0,5914,0,1,0,0,0),(59805,17131,530,1,1,0,0,-1734.87,7210.76,1.5327,4.36128,300,5,0,5914,0,1,0,0,0),(59806,17131,530,1,1,0,0,-1729.8,7346.25,-3.63736,5.06723,300,5,0,5914,0,1,0,0,0),(59807,17131,530,1,1,0,0,-1712.63,7384.73,-5.66216,1.22403,300,5,0,5914,0,1,0,0,0),(59808,17131,530,1,1,0,0,-1745.24,7430.67,-6.76439,3.34279,300,5,0,5914,0,1,0,0,0),(59809,17131,530,1,1,0,0,-1746.69,7419.42,-5.23702,2.03466,300,5,0,5914,0,1,0,0,0),(59810,17131,530,1,1,0,0,-1674.55,7397.49,-4.28316,1.93483,300,5,0,5914,0,1,0,0,0),(59811,17131,530,1,1,0,0,-1662.5,7437.5,-5.77978,5.81919,300,5,0,5914,0,1,0,0,0),(59812,17131,530,1,1,0,0,-1703.12,7455.25,-8.84944,4.31339,300,5,0,5914,0,1,0,0,0),(59813,17131,530,1,1,0,0,-1755.42,7490.71,-6.92364,0.699028,300,5,0,5914,0,1,0,0,0),(59814,17131,530,1,1,0,0,-1743.9,7471.62,-5.17319,1.63682,300,5,0,5914,0,1,0,0,0),(59815,17131,530,1,1,0,0,-1623.9,7349.15,-4.54159,1.66269,300,5,0,5914,0,1,0,0,0),(59816,17131,530,1,1,0,0,-1652.91,7437.9,-5.16114,5.47439,300,5,0,5914,0,1,0,0,0),(59817,17131,530,1,1,0,0,-1627.48,7420.5,-2.11223,4.89317,300,5,0,5914,0,1,0,0,0),(59818,17131,530,1,1,0,0,-1596.42,7405.61,-2.32543,2.82742,300,5,0,5914,0,1,0,0,0),(59819,17131,530,1,1,0,0,-1544.76,7337.36,2.59873,3.26226,300,5,0,5914,0,1,0,0,0),(59820,17131,530,1,1,0,0,-1524.43,7386.31,0.70903,6.10955,300,5,0,5914,0,1,0,0,0),(59821,17131,530,1,1,0,0,-1497.65,7371.12,2.52211,3.14719,300,5,0,5914,0,1,0,0,0),(59822,17131,530,1,1,0,0,-1494.33,7413.89,0.89081,3.02292,300,5,0,5914,0,1,0,0,0),(59823,17131,530,1,1,0,0,-1512.1,7431.48,1.72777,4.49393,300,5,0,5914,0,1,0,0,0),(59824,17131,530,1,1,0,0,-1516.9,7450.46,1.9863,4.31644,300,5,0,5914,0,1,0,0,0),(59825,17131,530,1,1,0,0,-1465.07,7395.23,2.85641,3.38151,300,5,0,5914,0,1,0,0,0),(59826,17131,530,1,1,0,0,-1442.08,7469.39,4.887,5.94102,300,5,0,5914,0,1,0,0,0),(59827,17131,530,1,1,0,0,-1458.16,7489.32,3.27772,4.39867,300,5,0,5914,0,1,0,0,0),(59828,17131,530,1,1,0,0,-1476.25,7551.84,-0.336087,4.79976,300,5,0,5914,0,1,0,0,0),(59829,17131,530,1,1,0,0,-1534,7494.07,-5.0789,2.37788,300,5,0,5914,0,1,0,0,0),(59830,17131,530,1,1,0,0,-1536.32,7514.34,-4.17942,1.80706,300,5,0,5914,0,1,0,0,0),(59831,17131,530,1,1,0,0,-1428.85,7539.9,2.09635,0.832036,300,5,0,5914,0,1,0,0,0),(59832,17131,530,1,1,0,0,-1401.31,7536.57,7.55433,0.652152,300,5,0,5914,0,1,0,0,0),(59833,17131,530,1,1,0,0,-1463.54,7547,-0.634356,1.0272,300,5,0,5914,0,1,0,0,0),(59834,17131,530,1,1,0,0,-1509.92,7559.65,-3.55496,5.37594,300,5,0,5914,0,1,0,0,0),(59835,17131,530,1,1,0,0,-1573.58,7523.64,-4.78393,2.43885,300,5,0,5914,0,1,0,0,0),(59836,17131,530,1,1,0,0,-1589.13,7498.56,-2.82308,0.425733,300,5,0,5914,0,1,0,0,0),(59837,17131,530,1,1,0,0,-1628.48,7522.07,-5.42375,4.77805,300,5,0,5914,0,1,0,0,0),(59838,17131,530,1,1,0,0,-1613.88,7480.69,-5.32167,0.623431,300,5,0,5914,0,1,0,0,0),(59839,17131,530,1,1,0,0,-1544.51,7572.51,-5.31262,0.509635,300,5,0,5914,0,1,0,0,0),(59840,17131,530,1,1,0,0,-1547.4,7572.84,-5.27229,0.688685,300,5,0,5914,0,1,0,0,0),(59841,17131,530,1,1,0,0,-1520.37,7580.53,-4.73014,5.05895,300,5,0,5914,0,1,0,0,0),(59842,17131,530,1,1,0,0,-1559.59,7573.01,-5.39729,3.81755,300,5,0,5914,0,1,0,0,0),(59843,17131,530,1,1,0,0,-1582.66,7550.97,-9.49144,3.60961,300,5,0,5914,0,1,0,0,0),(59844,17131,530,1,1,0,0,-1592.11,7592.07,-7.78109,1.07317,300,5,0,5914,0,1,0,0,0),(59845,17131,530,1,1,0,0,-1657.72,7492.44,-7.34812,1.97554,300,5,0,5914,0,1,0,0,0),(59846,17131,530,1,1,0,0,-1628.07,7574.65,-8.87352,4.593,300,5,0,5914,0,1,0,0,0),(59847,17131,530,1,1,0,0,-1603.99,7607.06,-9.12641,3.03566,300,5,0,5914,0,1,0,0,0),(59848,17131,530,1,1,0,0,-1731.86,7510.94,-10.7817,5.80557,300,5,0,5914,0,1,0,0,0),(59849,17131,530,1,1,0,0,-1593.7,7664.79,-15.4585,5.49571,300,5,0,5914,0,1,0,0,0),(59850,17131,530,1,1,0,0,-1509.67,7670.07,-9.63071,2.01798,300,5,0,5914,0,1,0,0,0),(59851,17131,530,1,1,0,0,-1519.12,7690.74,-10.5057,1.87337,300,5,0,5914,0,1,0,0,0),(59852,17131,530,1,1,0,0,-1529.63,7675.82,-11.1854,4.8654,300,5,0,5914,0,1,0,0,0),(59853,17131,530,1,1,0,0,-1408.3,7553.09,3.88247,1.60597,300,5,0,5914,0,1,0,0,0),(59854,17131,530,1,1,0,0,-1313.34,7541.23,9.2371,5.57795,300,5,0,5914,0,1,0,0,0),(59855,17131,530,1,1,0,0,-1332.1,7548.97,7.87936,1.72273,300,5,0,5914,0,1,0,0,0),(59856,17131,530,1,1,0,0,-1303.56,7580.31,7.10282,1.97633,300,5,0,5914,0,1,0,0,0),(59857,17131,530,1,1,0,0,-1326.82,7586.61,6.2869,4.32391,300,5,0,5914,0,1,0,0,0),(59858,17131,530,1,1,0,0,-1429.09,7691.07,-10.3548,6.01191,300,5,0,5914,0,1,0,0,0),(59859,17131,530,1,1,0,0,-1429.17,7712.5,-12.5744,1.48631,300,5,0,5914,0,1,0,0,0),(59860,17131,530,1,1,0,0,-909.091,8128.5,21.698,4.95553,300,5,0,5914,0,1,0,0,0),(59861,17131,530,1,1,0,0,-925.714,8208.27,17.4849,3.77455,300,5,0,5914,0,1,0,0,0),(59862,17131,530,1,1,0,0,-928.495,8201.05,17.048,5.0363,300,5,0,5914,0,1,0,0,0),(59863,17131,530,1,1,0,0,-807.195,8323.42,31.6402,1.09187,300,5,0,5914,0,1,0,0,0),(59864,17131,530,1,1,0,0,-811.155,8314.03,33.5776,2.86628,300,5,0,5914,0,1,0,0,0),(59865,17131,530,1,1,0,0,-742.835,8334.63,40.0173,1.93711,300,5,0,5914,0,1,0,0,0),(59866,17131,530,1,1,0,0,-748.026,8303.92,38.8153,3.73312,300,5,0,5914,0,1,0,0,0),(59867,17131,530,1,1,0,0,-793.172,8278.25,37.1088,4.41317,300,5,0,5914,0,1,0,0,0),(59868,17131,530,1,1,0,0,-595.119,8362.49,58.84,1.39048,300,5,0,5914,0,1,0,0,0),(59869,17131,530,1,1,0,0,-593.593,8353.54,59.715,5.66012,300,5,0,5914,0,1,0,0,0),(59870,17131,530,1,1,0,0,-614.161,8322.21,60.2622,4.75368,300,5,0,5914,0,1,0,0,0),(59871,17131,530,1,1,0,0,-682.126,8207.81,56.167,3.71903,300,5,0,5914,0,1,0,0,0),(59872,17131,530,1,1,0,0,-686.828,8197.49,57.3227,6.23777,300,5,0,5914,0,1,0,0,0),(59873,17131,530,1,1,0,0,-872.769,8228.29,29.409,3.03005,300,5,0,5914,0,1,0,0,0),(59874,17131,530,1,1,0,0,-903.038,8196.91,21.3525,2.56063,300,5,0,5914,0,1,0,0,0),(59875,17131,530,1,1,0,0,-888.76,8165.79,19.7775,4.46744,300,5,0,5914,0,1,0,0,0),(59876,17131,530,1,1,0,0,-871.308,8162.87,23.9876,2.06668,300,5,0,5914,0,1,0,0,0),(59877,17131,530,1,1,0,0,-828.586,8124.99,36.0306,4.60617,300,5,0,5914,0,1,0,0,0),(59878,17131,530,1,1,0,0,-828.531,8165.1,37.8518,5.84355,300,5,0,5914,0,1,0,0,0),(59879,17131,530,1,1,0,0,-847.677,8136.33,30.7372,4.91982,300,5,0,5914,0,1,0,0,0),(59880,17131,530,1,1,0,0,-801.757,8135.35,41.9632,4.65375,300,5,0,5914,0,1,0,0,0),(59881,17131,530,1,1,0,0,-706.152,8169.04,55.1327,0.910695,300,5,0,5914,0,1,0,0,0),(59882,17131,530,1,1,0,0,-695.732,8145.72,62.2071,4.8085,300,5,0,5914,0,1,0,0,0),(59883,17131,530,1,1,0,0,-922.147,7964.32,32.1702,3.22793,300,5,0,5914,0,1,0,0,0),(59884,17131,530,1,1,0,0,-903.411,7954.35,34.7952,4.79858,300,5,0,5914,0,1,0,0,0),(59885,17131,530,1,1,0,0,-895.617,7907.85,34.1901,5.05515,300,5,0,5914,0,1,0,0,0),(59886,17131,530,1,1,0,0,-917.887,7917.84,30.5291,0.478513,300,5,0,5914,0,1,0,0,0),(59887,17131,530,1,1,0,0,-917.749,7932.04,32.7791,0.11212,300,5,0,5914,0,1,0,0,0),(59888,17131,530,1,1,0,0,-943.684,7959.84,30.0099,0.38408,300,5,0,5914,0,1,0,0,0),(59889,17131,530,1,1,0,0,-1032.68,7846.39,25.2926,4.72261,300,5,0,5914,0,1,0,0,0),(59890,17131,530,1,1,0,0,-972.397,7800.33,29.483,4.61651,300,5,0,5914,0,1,0,0,0),(59891,17131,530,1,1,0,0,-989.876,7812.98,31.8282,1.48287,300,5,0,5914,0,1,0,0,0),(59892,17131,530,1,1,0,0,-980.357,7785.05,24.8461,5.80859,300,5,0,5914,0,1,0,0,0),(59893,17131,530,1,1,0,0,-978.416,7817.84,33.7023,0.970873,300,5,0,5914,0,1,0,0,0),(59894,17131,530,1,1,0,0,-959.018,7707.56,30.9551,3.93546,300,5,0,5914,0,1,0,0,0),(59895,17131,530,1,1,0,0,-975.785,7678.11,33.5487,1.8378,300,5,0,5914,0,1,0,0,0),(59896,17131,530,1,1,0,0,-1001.56,7710.39,27.8891,5.72566,300,5,0,5914,0,1,0,0,0),(59897,17131,530,1,1,0,0,-1006.25,7689.58,31.8835,4.71123,300,5,0,5914,0,1,0,0,0),(59898,17131,530,1,1,0,0,-1098.04,7704.67,18.9759,1.5248,300,5,0,5914,0,1,0,0,0),(59899,17131,530,1,1,0,0,-1088.92,7694.92,20.7261,4.65092,300,5,0,5914,0,1,0,0,0),(59900,17131,530,1,1,0,0,-1177.57,7698.64,14.595,1.56656,300,5,0,5914,0,1,0,0,0),(59901,17131,530,1,1,0,0,-1143.96,7693.13,13.5065,4.83875,300,5,0,5914,0,1,0,0,0),(59902,17131,530,1,1,0,0,-1121.8,7673.26,14.5894,4.05238,300,5,0,5914,0,1,0,0,0),(59903,17131,530,1,1,0,0,-1161.35,7649.66,15.0057,3.32357,300,5,0,5914,0,1,0,0,0),(59904,17131,530,1,1,0,0,-1167.68,7666.98,13.47,6.06658,300,5,0,5914,0,1,0,0,0),(59905,17131,530,1,1,0,0,-1161.35,7626.17,16.7739,5.79711,300,5,0,5914,0,1,0,0,0),(59906,17131,530,1,1,0,0,-1143.65,7614.12,18.7175,1.47171,300,5,0,5914,0,1,0,0,0),(59907,17131,530,1,1,0,0,-1032.65,7658.51,28.4749,2.22542,300,5,0,5914,0,1,0,0,0),(59908,17131,530,1,1,0,0,-1041.15,7646.38,28.7185,3.66737,300,5,0,5914,0,1,0,0,0),(59909,17131,530,1,1,0,0,-1065.09,7635.49,26.3435,4.05851,300,5,0,5914,0,1,0,0,0),(59910,17131,530,1,1,0,0,-1047.67,7661.77,27.8435,5.24102,300,5,0,5914,0,1,0,0,0),(59911,17131,530,1,1,0,0,-1009.61,7645.35,36.1989,2.30063,300,5,0,5914,0,1,0,0,0),(59912,17131,530,1,1,0,0,-1034.9,7624.91,28.4035,1.6272,300,5,0,5914,0,1,0,0,0),(59913,17131,530,1,1,0,0,-1000.2,7657.91,33.6347,4.20245,300,5,0,5914,0,1,0,0,0),(59914,17131,530,1,1,0,0,-1059.73,7617.63,28.1466,3.09182,300,5,0,5914,0,1,0,0,0),(59915,17131,530,1,1,0,0,-988.76,7594.25,32.7511,5.34608,300,5,0,5914,0,1,0,0,0),(59916,17131,530,1,1,0,0,-977.224,7582.74,34.414,0.858103,300,5,0,5914,0,1,0,0,0),(59917,17131,530,1,1,0,0,-961.671,7598.57,34.7687,3.2001,300,5,0,5914,0,1,0,0,0),(59918,17131,530,1,1,0,0,-707.86,7459.81,65.3595,0.977282,300,5,0,5914,0,1,0,0,0),(59919,17131,530,1,1,0,0,-721.127,7494.44,63.4749,0.061566,300,5,0,5914,0,1,0,0,0),(59920,17131,530,1,1,0,0,-678.231,7474.98,70.554,3.56854,300,5,0,5914,0,1,0,0,0),(59921,17131,530,1,1,0,0,-736.21,7472.16,62.7707,0.86433,300,5,0,5914,0,1,0,0,0),(59922,17131,530,1,1,0,0,-825.084,7458.99,46.1146,5.71009,300,5,0,5914,0,1,0,0,0),(59923,17131,530,1,1,0,0,-830.353,7452.09,44.1602,1.668,300,5,0,5914,0,1,0,0,0),(59924,17131,530,1,1,0,0,-851.698,7437.61,43.1572,4.48475,300,5,0,5914,0,1,0,0,0),(59925,17131,530,1,1,0,0,-811.29,7413.12,44.662,3.07066,300,5,0,5914,0,1,0,0,0),(59926,17131,530,1,1,0,0,-846.44,7477.25,47.0269,5.21599,300,5,0,5914,0,1,0,0,0),(59927,17131,530,1,1,0,0,-907.837,7452.4,38.8017,4.08374,300,5,0,5914,0,1,0,0,0),(59928,17131,530,1,1,0,0,-939.735,7435.56,34.6026,6.18476,300,5,0,5914,0,1,0,0,0),(59929,17131,530,1,1,0,0,-941.043,7459.51,35.5092,5.30743,300,5,0,5914,0,1,0,0,0),(59930,17131,530,1,1,0,0,-930.935,7427.21,34.4911,1.72478,300,5,0,5914,0,1,0,0,0),(59931,17131,530,1,1,0,0,-952.848,7531.14,38.4799,1.60647,300,5,0,5914,0,1,0,0,0),(59932,17131,530,1,1,0,0,-965.572,7509.62,36.4799,2.23573,300,5,0,5914,0,1,0,0,0),(59933,17131,530,1,1,0,0,-1018.84,7556.12,32.8955,5.48344,300,5,0,5914,0,1,0,0,0),(59934,17131,530,1,1,0,0,-1112.54,7319.28,35.8958,3.09256,300,5,0,5914,0,1,0,0,0),(59935,17131,530,1,1,0,0,-1029.87,7410.54,36.9037,5.75314,300,5,0,5914,0,1,0,0,0),(59936,17131,530,1,1,0,0,-1032.76,7394.52,36.294,2.7899,300,5,0,5914,0,1,0,0,0),(59937,17131,530,1,1,0,0,-1051.16,7410.31,35.1634,5.18011,300,5,0,5914,0,1,0,0,0),(59938,17131,530,1,1,0,0,-1027.64,7394.62,36.6465,1.30608,300,5,0,5914,0,1,0,0,0),(59939,17131,530,1,1,0,0,-1074.5,7294.55,33.4224,1.94488,300,5,0,5914,0,1,0,0,0),(59940,17131,530,1,1,0,0,-1091.85,7304,33.0474,3.93548,300,5,0,5914,0,1,0,0,0),(59941,17131,530,1,1,0,0,-1025.14,7305.06,32.8498,5.4045,300,5,0,5914,0,1,0,0,0),(59942,17131,530,1,1,0,0,-1021.03,7328.58,33.0706,3.61396,300,5,0,5914,0,1,0,0,0),(59943,17131,530,1,1,0,0,-1005.08,7355.1,34.4124,0.710074,300,5,0,5914,0,1,0,0,0),(59944,17131,530,1,1,0,0,-993.444,7343.93,33.386,3.76005,300,5,0,5914,0,1,0,0,0),(59945,17131,530,1,1,0,0,-980.678,7380.77,33.6615,5.61138,300,5,0,5914,0,1,0,0,0),(59946,17131,530,1,1,0,0,-1008.72,7432.55,35.6011,1.32048,300,5,0,5914,0,1,0,0,0),(59947,17131,530,1,1,0,0,-1010.48,7414.36,35.7261,1.51179,300,5,0,5914,0,1,0,0,0),(59948,17131,530,1,1,0,0,-1026.41,7338.78,33.2279,5.37898,300,5,0,5914,0,1,0,0,0),(59949,17131,530,1,1,0,0,-943.698,7361.27,33.4366,0.612403,300,5,0,5914,0,1,0,0,0),(59950,17131,530,1,1,0,0,-889.77,7359.18,33.3569,2.14512,300,5,0,5914,0,1,0,0,0),(59951,17131,530,1,1,0,0,-909.557,7361.75,33.0267,5.98446,300,5,0,5914,0,1,0,0,0),(59952,17131,530,1,1,0,0,-874.88,7309.45,33.3546,4.72703,300,5,0,5914,0,1,0,0,0),(59953,17131,530,1,1,0,0,-824.862,7375.02,38.7875,4.62949,300,5,0,5914,0,1,0,0,0),(59954,17131,530,1,1,0,0,-877.437,7272.86,33.4708,1.68246,300,5,0,5914,0,1,0,0,0),(59955,17131,530,1,1,0,0,-847.216,7289.77,34.0471,5.69524,300,5,0,5914,0,1,0,0,0),(59956,17131,530,1,1,0,0,-804.544,7356.08,43.7525,5.77056,300,5,0,5914,0,1,0,0,0),(59957,17131,530,1,1,0,0,-785.196,7354.18,45.4998,2.90419,300,5,0,5914,0,1,0,0,0),(59958,17131,530,1,1,0,0,-780.253,7388.22,47.2445,5.20174,300,5,0,5914,0,1,0,0,0),(59959,17131,530,1,1,0,0,-724.592,7199.68,45.6509,2.50294,300,5,0,5914,0,1,0,0,0),(59960,17131,530,1,1,0,0,-809.027,7219.26,33.535,4.78056,300,5,0,5914,0,1,0,0,0),(59961,17131,530,1,1,0,0,-808.962,7239.01,33.7616,0.694158,300,5,0,5914,0,1,0,0,0),(59962,17131,530,1,1,0,0,-840.298,7254.19,33.0438,6.14116,300,5,0,5914,0,1,0,0,0),(59963,17131,530,1,1,0,0,-757.262,7224.24,43.1819,2.36517,300,5,0,5914,0,1,0,0,0),(59964,17131,530,1,1,0,0,-711.012,7230.52,48.1425,5.94568,300,5,0,5914,0,1,0,0,0),(59965,17131,530,1,1,0,0,-734.174,7202.57,43.9151,6.25682,300,5,0,5914,0,1,0,0,0),(59966,17131,530,1,1,0,0,-818.21,7178.17,33.1458,2.68319,300,5,0,5914,0,1,0,0,0),(59967,17131,530,1,1,0,0,-813.335,7153.34,33.2954,4.97187,300,5,0,5914,0,1,0,0,0),(59968,17131,530,1,1,0,0,-817.078,7111.11,33.0423,5.91532,300,5,0,5914,0,1,0,0,0),(59969,17131,530,1,1,0,0,-721.947,7094.28,37.4091,3.1495,300,5,0,5914,0,1,0,0,0),(59970,17131,530,1,1,0,0,-741.351,7107.06,37.4322,2.50396,300,5,0,5914,0,1,0,0,0),(59971,17131,530,1,1,0,0,-710.857,7118.45,46.1166,1.37459,300,5,0,5914,0,1,0,0,0),(59972,17131,530,1,1,0,0,-1754.54,8835.31,31.605,5.84137,300,5,0,5914,0,1,0,0,0),(59973,17131,530,1,1,0,0,-1765.94,8828.44,28.2994,5.96761,300,5,0,5914,0,1,0,0,0),(59974,17131,530,1,1,0,0,-1756.29,8826.99,31.286,6.00502,300,5,0,5914,0,1,0,0,0),(59975,17132,530,1,1,0,0,-2571.16,6998.35,-1.98639,0.891552,300,0,0,5914,0,0,0,0,0),(59976,17132,530,1,1,0,0,-2717.02,7021.65,-7.07346,0.884108,300,5,0,5914,0,1,0,0,0),(59977,17132,530,1,1,0,0,-2745.27,6987.17,-6.95896,2.98575,300,5,0,5914,0,1,0,0,0),(59978,17132,530,1,1,0,0,-2684.65,7084.27,-7.43008,3.93384,300,5,0,5914,0,1,0,0,0),(59979,17132,530,1,1,0,0,-2881.39,7019.21,-30.7204,0.39374,300,5,0,5914,0,1,0,0,0),(59980,17132,530,1,1,0,0,-2842.5,7092.89,-9.16345,0.784707,300,5,0,5914,0,1,0,0,0),(59981,17132,530,1,1,0,0,-2613.99,7045.13,-3.27549,3.37632,300,5,0,5914,0,1,0,0,0),(59982,17132,530,1,1,0,0,-2560.29,7075.66,-3.63933,1.88044,300,0,0,5914,0,0,0,0,0),(59983,17132,530,1,1,0,0,-2724.54,7682.18,-15.6879,6.17361,300,5,0,5914,0,1,0,0,0),(59984,17132,530,1,1,0,0,-2829.96,7564.44,-4.81653,2.39904,300,5,0,5914,0,1,0,0,0),(59985,17132,530,1,1,0,0,-2808.93,7603.67,-3.33881,1.84373,300,5,0,5914,0,1,0,0,0),(59986,17132,530,1,1,0,0,-2751.54,7772.91,-26.7453,3.15331,300,5,0,5914,0,1,0,0,0),(59987,17132,530,1,1,0,0,-2680.51,7794.92,-39.2073,0.677486,300,5,0,5914,0,1,0,0,0),(59988,17132,530,1,1,0,0,-1874.88,7553.25,-6.59103,6.13922,300,5,0,5914,0,1,0,0,0),(59989,17132,530,1,1,0,0,-2213.84,7655.56,-17.8134,4.78474,300,5,0,5914,0,1,0,0,0),(59990,17132,530,1,1,0,0,-2017.99,7354.17,-35.0629,4.5934,300,5,0,5914,0,1,0,0,0),(59991,17132,530,1,1,0,0,-1945.21,7393.19,-22.4344,6.22513,300,5,0,5914,0,1,0,0,0),(59992,17132,530,1,1,0,0,-1922.47,7345.03,-23.6929,1.82064,300,5,0,5914,0,1,0,0,0),(59993,17132,530,1,1,0,0,-1856.14,7349.95,-17.8601,6.25097,300,5,0,5914,0,1,0,0,0),(59994,17132,530,1,1,0,0,-1888.17,7512.92,-6.36821,3.30768,300,5,0,5914,0,1,0,0,0),(59995,17132,530,1,1,0,0,-1845.42,7280.38,-9.81338,0.228408,300,5,0,5914,0,1,0,0,0),(59996,17132,530,1,1,0,0,-1403.64,7448.08,9.0183,6.00743,300,5,0,5914,0,1,0,0,0),(59997,17132,530,1,1,0,0,-1120.48,7326.14,36.6003,3.70289,300,5,0,5914,0,1,0,0,0),(59998,17132,530,1,1,0,0,-1621.43,7198.19,3.07992,5.34399,300,0,0,5914,0,0,0,0,0),(59999,17132,530,1,1,0,0,-1533.73,7046.81,6.07951,1.69532,300,0,0,5914,0,0,0,0,0),(60000,17132,530,1,1,0,0,-1502.07,7016.26,6.7223,2.0129,300,0,0,5914,0,0,0,0,0),(60001,17132,530,1,1,0,0,-1649.07,7096.65,3.89229,1.35423,300,0,0,5914,0,0,0,0,0),(60002,17132,530,1,1,0,0,-1654.03,7133.54,4.26536,6.08163,300,0,0,5914,0,0,0,0,0),(60003,17132,530,1,1,0,0,-1547.34,7084.59,6.61122,4.92486,300,5,0,5914,0,1,0,0,0),(60004,17132,530,1,1,0,0,-1623.36,7183.22,1.97412,2.49825,300,0,0,5914,0,0,0,0,0),(60005,17132,530,1,1,0,0,-1541.48,7166.62,10.3686,4.70187,300,5,0,5914,0,1,0,0,0),(60006,17132,530,1,1,0,0,-1709,7292.41,1.28922,5.23048,300,0,0,5914,0,0,0,0,0),(60007,17132,530,1,1,0,0,-1579.16,7637.03,-10.002,3.79659,300,0,0,5914,0,0,0,0,0),(60008,17132,530,1,1,0,0,-1298.59,7514.98,15.3856,3.01239,300,5,0,5914,0,1,0,0,0),(60009,17132,530,1,1,0,0,-1336.69,7632.69,3.35275,2.40384,300,0,0,5914,0,0,0,0,0),(60010,17132,530,1,1,0,0,-1395.48,7617.16,-0.583637,2.17074,300,5,0,5914,0,1,0,0,0),(60011,17132,530,1,1,0,0,-1383.72,7682.61,-4.20402,1.43117,300,0,0,5914,0,0,0,0,0),(60012,17132,530,1,1,0,0,-1226.71,7809.33,4.09581,4.94292,300,5,0,5914,0,1,0,0,0),(60013,17132,530,1,1,0,0,-771.043,8077.06,47.5557,0.325149,300,5,0,5914,0,1,0,0,0),(60014,17132,530,1,1,0,0,-916.28,7884.27,35.5053,4.58113,300,5,0,5914,0,1,0,0,0),(60015,17132,530,1,1,0,0,-944.904,7863.4,37.7126,4.96092,300,5,0,5914,0,1,0,0,0),(60016,17132,530,1,1,0,0,-915.56,7848.42,39.2591,5.4971,300,5,0,5914,0,1,0,0,0),(60017,17132,530,1,1,0,0,-948.603,7904.6,32.5033,1.39216,300,5,0,5914,0,1,0,0,0),(60018,17132,530,1,1,0,0,-1042.33,7825.13,25.9118,0.619694,300,5,0,5914,0,1,0,0,0),(60019,17132,530,1,1,0,0,-1067.52,7787.29,23.292,3.20413,300,5,0,5914,0,1,0,0,0),(60020,17132,530,1,1,0,0,-982.85,7747.46,31.2089,0.070334,300,5,0,5914,0,1,0,0,0),(60021,17132,530,1,1,0,0,-941.748,7816.83,37.1319,0,300,5,0,5914,0,1,0,0,0),(60022,17132,530,1,1,0,0,-1043.12,7721.59,26.4522,5.08647,300,5,0,5914,0,1,0,0,0),(60023,17132,530,1,1,0,0,-1111.97,7769.75,17.9379,4.95097,300,5,0,5914,0,1,0,0,0),(60024,17132,530,1,1,0,0,-961.405,7644.09,32.2878,3.35555,300,5,0,5914,0,1,0,0,0),(60025,17132,530,1,1,0,0,-777.5,7481.07,55.1895,5.41982,300,5,0,5914,0,1,0,0,0),(60026,17132,530,1,1,0,0,-994.943,7486.95,34.4892,3.96013,300,5,0,5914,0,1,0,0,0),(60027,17132,530,1,1,0,0,-1048.15,7501.84,30.4944,4.6655,300,5,0,5914,0,1,0,0,0),(60028,17132,530,1,1,0,0,-1120.87,7551.78,24.6477,0.492486,300,5,0,5914,0,1,0,0,0),(60029,17132,530,1,1,0,0,-1118.39,7616.19,22.4629,3.35201,300,5,0,5914,0,1,0,0,0),(60030,17132,530,1,1,0,0,-1261.76,7515.68,19.8312,3.07823,300,0,0,5914,0,0,0,0,0),(60031,17132,530,1,1,0,0,-1119.19,7367.71,34.4315,4.37356,300,5,0,5914,0,1,0,0,0),(60032,17132,530,1,1,0,0,-1084.58,7368.8,35.6233,1.9034,300,5,0,5914,0,1,0,0,0),(60033,17133,530,1,1,0,0,-2876.31,8042.55,-26.192,5.22134,300,5,0,6116,0,1,0,0,0),(60034,17133,530,1,1,0,0,-2910.91,8016.22,-19.8124,5.49783,300,5,0,6116,0,1,0,0,0),(60035,17133,530,1,1,0,0,-2952.39,8188.09,-32.3304,4.91859,300,5,0,6116,0,1,0,0,0),(60036,17133,530,1,1,0,0,-2275.55,8536.59,-22.7788,2.09497,300,5,0,6116,0,1,0,0,0),(60037,17133,530,1,1,0,0,-2411.95,8613.67,-26.243,2.42458,300,5,0,6116,0,1,0,0,0),(60038,17133,530,1,1,0,0,-2508.96,8588.02,-30.0712,4.19404,300,5,0,6116,0,1,0,0,0),(60039,17133,530,1,1,0,0,-2895.47,8388.27,-30.4391,6.17264,300,5,0,6116,0,1,0,0,0),(60040,17133,530,1,1,0,0,-2801.83,8518.93,-31.3707,0.068386,300,5,0,6116,0,1,0,0,0),(60041,17133,530,1,1,0,0,-2584.12,8624.38,-28.4574,1.47297,300,5,0,6116,0,1,0,0,0),(60042,17133,530,1,1,0,0,-2645.18,8684.84,-19.3384,1.59423,300,5,0,6116,0,1,0,0,0),(60043,17133,530,1,1,0,0,-2158.46,8686.8,5.22632,1.56257,300,5,0,6116,0,1,0,0,0),(60044,17133,530,1,1,0,0,-1217.62,8319.8,10.7854,1.40998,300,5,0,6116,0,1,0,0,0),(60045,17133,530,1,1,0,0,-1149.51,8517.64,31.6877,0.013091,300,5,0,6116,0,1,0,0,0),(60046,17133,530,1,1,0,0,-1486.01,8759.6,28.7426,1.4789,300,5,0,6116,0,1,0,0,0),(60047,17133,530,1,1,0,0,-1853.95,8854.38,31.6931,3.58079,300,5,0,6116,0,1,0,0,0),(60048,17134,530,1,1,0,-1,-2277.46,6189.16,49.7893,3.70773,300,5,0,5715,0,1,0,0,0),(60049,17134,530,1,1,0,-1,-2263.47,6188.68,49.8257,3.27654,300,5,0,5715,0,1,0,0,0),(60050,17134,530,1,1,0,-1,-2490.53,6256,31.1707,2.47442,300,5,0,5715,0,1,0,0,0),(60051,17134,530,1,1,0,-1,-2465.63,6283.85,31.8993,4.93648,300,5,0,5715,0,1,0,0,0),(60052,17134,530,1,1,0,-1,-2533.95,6274.88,16.8373,5.58005,300,5,0,5715,0,1,0,0,0),(60053,17134,530,1,1,0,-1,-2550.31,6249.54,17.4318,1.83384,300,5,0,5715,0,1,0,0,0),(60054,17134,530,1,1,0,-1,-2566.3,6211.13,16.332,0.175747,300,5,0,5715,0,1,0,0,0),(60055,17134,530,1,1,0,-1,-2488.33,6179.86,60.1037,1.07278,300,5,0,5715,0,1,0,0,0),(60056,17134,530,1,1,0,-1,-2569.45,6268.66,18.5706,2.57811,300,5,0,5715,0,1,0,0,0),(60057,17134,530,1,1,0,-1,-2595.41,6239.24,18.8595,2.03539,300,5,0,5715,0,1,0,0,0),(60058,17134,530,1,1,0,-1,-2620.73,6188.69,28.772,5.90431,300,5,0,5715,0,1,0,0,0),(60059,17134,530,1,1,0,-1,-2399.84,6147.98,71.0633,5.16075,300,0,0,5715,0,2,0,0,0),(60060,17134,530,1,1,0,-1,-2257.55,6220.68,44.1955,3.1765,300,0,0,5715,0,2,0,0,0),(60061,17134,530,1,1,0,-1,-2316.38,6181.37,52.1258,5.95157,300,5,0,5715,0,1,0,0,0),(60062,17134,530,1,1,0,-1,-2350.43,6148.87,58.0717,1.06465,300,0,0,5715,0,0,0,0,0),(60063,17134,530,1,1,0,-1,-2172.28,6048.34,70.4355,0.372102,300,5,0,5715,0,1,0,0,0),(60064,17134,530,1,1,0,-1,-2241.65,6073,73.117,3.17431,300,0,0,5715,0,2,0,0,0),(60065,17134,530,1,1,0,-1,-2144.47,6059.04,74.0191,5.50372,300,0,0,5715,0,0,0,0,0),(60066,17134,530,1,1,0,-1,-2156.26,5981.01,66.386,3.00452,300,0,0,5715,0,0,0,0,0),(60067,17134,530,1,1,0,-1,-2139.23,6054.54,73.7816,3.94015,300,5,0,5715,0,1,0,0,0),(60068,17134,530,1,1,0,-1,-2136.47,5979.51,64.7285,1.95008,300,5,0,5715,0,1,0,0,0),(60069,17135,530,1,1,0,0,-2353.58,6196.41,49.0969,0,300,0,0,5715,0,0,0,0,0),(60070,17135,530,1,1,0,0,-2254.5,6228.21,43.0007,4.06662,300,0,0,4572,2705,0,0,0,0),(60071,17135,530,1,1,0,0,-2258.16,6223.64,43.7085,0.837758,300,0,0,4572,2705,0,0,0,0),(60072,17135,530,1,1,0,0,-2446.15,6286.02,33.7884,5.73557,300,5,0,4572,2705,1,0,0,0),(60073,17135,530,1,1,0,0,-2557.92,6289.34,14.9307,3.31572,300,5,0,4572,2705,1,0,0,0),(60074,17135,530,1,1,0,0,-2537.22,6284.38,14.4623,0.410619,300,5,0,4572,2705,1,0,0,0),(60075,17135,530,1,1,0,0,-2537.24,6313.77,14.0923,3.89208,300,0,0,4572,2705,0,0,0,0),(60076,17135,530,1,1,0,0,-2541.29,6309.98,14.2807,0.750492,300,0,0,4572,2705,0,0,0,0),(60077,17135,530,1,1,0,0,-2592.52,6173.8,21.3393,0.849808,300,5,0,4572,2705,1,0,0,0),(60078,17135,530,1,1,0,0,-2588.19,6150.32,22.8163,4.76033,300,5,0,4572,2705,1,0,0,0),(60079,17135,530,1,1,0,0,-2537.2,6159.07,60.0224,1.93731,300,0,0,4572,2705,0,0,0,0),(60080,17135,530,1,1,0,0,-2538.98,6163.36,60.0224,5.13127,300,0,0,4572,2705,0,0,0,0),(60081,17135,530,1,1,0,0,-2483.06,6105.18,92.4103,1.55334,300,0,0,4572,2705,0,0,0,0),(60082,17135,530,1,1,0,0,-2482.71,6111.47,92.1755,4.62512,300,0,0,4572,2705,0,0,0,0),(60083,17135,530,1,1,0,0,-2346.64,6195.92,49.3596,3.01942,300,0,0,4572,2705,0,0,0,0),(60084,17135,530,1,1,0,0,-2345.1,6116.98,61.4476,3.01942,300,0,0,4572,2705,0,0,0,0),(60085,17135,530,1,1,0,0,-2349.18,6117.24,61.2811,0,300,0,0,4572,2705,0,0,0,0),(60086,17135,530,1,1,0,0,-2210.77,6045.49,67.8485,2.62544,300,5,0,4572,2705,1,0,0,0),(60087,17135,530,1,1,0,0,-2206.91,6016.41,68.094,3.26599,300,5,0,4572,2705,1,0,0,0),(60088,17135,530,1,1,0,0,-2314.94,6146.58,58.8437,5.33615,300,5,0,4572,2705,1,0,0,0),(60089,17135,530,1,1,0,0,-2252.66,6114.06,74.8148,5.09636,300,5,0,4572,2705,1,0,0,0),(60090,17136,530,1,1,0,1,-1960.85,7631.74,-90.7409,4.98201,300,5,0,5914,0,1,0,0,0),(60091,17136,530,1,1,0,1,-1955.98,7581.93,-92.5143,6.02139,300,0,0,5914,0,0,0,0,0),(60092,17136,530,1,1,0,1,-2020.46,7581.1,-91.29,4.93487,300,5,0,5914,0,1,0,0,0),(60093,17136,530,1,1,0,1,-1995.83,7629.17,-88.5983,1.24289,300,5,0,5914,0,1,0,0,0),(60094,17136,530,1,1,0,1,-2018.88,7544.22,-87.0649,3.39801,300,5,0,5914,0,1,0,0,0),(60095,17136,530,1,1,0,1,-2051.84,7521.26,-93.4632,4.4856,300,5,0,5914,0,1,0,0,0),(60096,17136,530,1,1,0,1,-1989.9,7551.23,-86.66,0.777111,300,5,0,5914,0,1,0,0,0),(60097,17136,530,1,1,0,1,-2061.15,7402.47,-103.989,0.592696,300,0,0,5914,0,0,0,0,0),(60098,17136,530,1,1,0,1,-2019.61,7404.7,-99.4609,1.48321,300,5,0,5914,0,1,0,0,0),(60099,17136,530,1,1,0,1,-2033.01,7439.85,-97.8421,2.85566,300,5,0,5914,0,1,0,0,0),(60100,17136,530,1,1,0,1,-2067.68,7362,-103.177,5.47797,300,5,0,5914,0,1,0,0,0),(60101,17136,530,1,1,0,1,-2041.72,7441.4,-99.5036,0.05236,300,0,0,5914,0,0,0,0,0),(60102,17136,530,1,1,0,1,-1239.33,8009.72,-94.3593,5.39324,300,5,0,5914,0,1,0,0,0),(60103,17136,530,1,1,0,1,-1143.88,8051.77,-83.5101,5.54779,300,5,0,5914,0,1,0,0,0),(60104,17136,530,1,1,0,1,-1113.49,8044.19,-82.4029,0.026599,300,5,0,5914,0,1,0,0,0),(60105,17136,530,1,1,0,1,-1091.83,8083.81,-87.4549,4.30302,300,5,0,5914,0,1,0,0,0),(60106,17136,530,1,1,0,1,-1057.71,8071.09,-91.841,3.06498,300,5,0,5914,0,1,0,0,0),(60107,17136,530,1,1,0,1,-1037.16,8071.93,-92.4891,5.85308,300,5,0,5914,0,1,0,0,0),(60108,17136,530,1,1,0,1,-1053.13,8107.81,-89.7557,5.49221,300,5,0,5914,0,1,0,0,0),(60109,17136,530,1,1,0,1,-1030.45,8106.47,-92.8502,2.39591,300,5,0,5914,0,1,0,0,0),(60110,17137,530,1,1,0,0,-2005.87,7626.85,-87.9664,3.28984,300,5,0,4731,2790,1,0,0,0),(60111,17137,530,1,1,0,0,-2037.39,7562.22,-91.8457,5.93517,300,5,0,4731,2790,1,0,0,0),(60112,17137,530,1,1,0,0,-2061.11,7470.49,-101.392,0.590948,300,5,0,4731,2790,1,0,0,0),(60113,17137,530,1,1,0,0,-2012.74,7543.24,-86.1173,5.1437,300,5,0,4731,2790,1,0,0,0),(60114,17137,530,1,1,0,0,-2008.66,7417.52,-94.9455,0.062792,300,5,0,4731,2790,1,0,0,0),(60115,17137,530,1,1,0,0,-2044.59,7447.37,-100.365,5.2962,300,0,0,4731,2790,0,0,0,0),(60116,17137,530,1,1,0,0,-2073.38,7449.66,-102.16,2.28638,300,0,0,4731,2790,0,0,0,0),(60117,17137,530,1,1,0,0,-2078.98,7370.85,-104.174,4.95224,300,5,0,4731,2790,1,0,0,0),(60118,17137,530,1,1,0,0,-1250.89,8051.02,-95.375,3.33358,300,0,0,4731,2790,0,0,0,0),(60119,17137,530,1,1,0,0,-1214.91,8056.29,-84.8416,2.32129,300,0,0,4731,2790,0,0,0,0),(60120,17137,530,1,1,0,0,-1218.71,8059.71,-84.6944,5.65487,300,0,0,4731,2790,0,0,0,0),(60121,17137,530,1,1,0,0,-1160.49,8011.36,-79.7283,5.18363,300,0,0,4731,2790,0,0,0,0),(60122,17137,530,1,1,0,0,-1158.97,8007.8,-78.5383,1.88496,300,0,0,4731,2790,0,0,0,0),(60123,17137,530,1,1,0,0,-1192.12,8022.7,-93.1029,4.43355,300,5,0,4731,2790,1,0,0,0),(60124,17137,530,1,1,0,0,-1194.49,8046.95,-86.5461,3.70056,300,5,0,4731,2790,1,0,0,0),(60125,17137,530,1,1,0,0,-1103.03,8047.95,-85.0496,4.27895,300,5,0,4731,2790,1,0,0,0),(60126,17137,530,1,1,0,0,-1089.78,8117.36,-88.053,4.12492,300,5,0,4731,2790,1,0,0,0),(60127,17137,530,1,1,0,0,-1034.09,8057.95,-92.4338,3.37178,300,5,0,4731,2790,1,0,0,0),(60128,17137,530,1,1,0,0,-1040.87,8089.33,-93.6002,3.54436,300,5,0,4731,2790,1,0,0,0),(60129,17138,530,1,1,0,1,-796.654,8002.06,71.8553,1.09893,300,5,0,5914,0,1,0,0,0),(60130,17138,530,1,1,0,1,-800.999,7945.65,65.4607,0.208502,300,5,0,5914,0,1,0,0,0),(60131,17138,530,1,1,0,1,-761.63,7956.38,60.0356,4.74142,300,5,0,5914,0,1,0,0,0),(60132,17138,530,1,1,0,1,-749,7873.24,54.7398,1.93994,300,5,0,5914,0,1,0,0,0),(60133,17138,530,1,1,0,1,-718.05,7817.03,53.1277,0.767945,300,0,0,5914,0,0,0,0,0),(60134,17138,530,1,1,0,1,-782.101,7839.33,40.4516,2.44346,300,0,0,5914,0,0,0,0,0),(60135,17138,530,1,1,0,1,-753.258,7815.29,47.8497,5.74325,300,5,0,5914,0,1,0,0,0),(60136,17138,530,1,1,0,1,-784.966,7842.37,40.2912,5.37561,300,0,0,5914,0,0,0,0,0),(60137,17138,530,1,1,0,1,-800.246,7829.57,38.099,4.60706,300,5,0,5914,0,1,0,0,0),(60138,17138,530,1,1,0,1,-782.997,7815.76,39.8882,0.767945,300,0,0,5914,0,0,0,0,0),(60139,17138,530,1,1,0,1,-863.74,7748.44,33.0094,5.3737,300,5,0,5914,0,1,0,0,0),(60140,17138,530,1,1,0,1,-852.393,7719.73,34.5207,1.29154,300,0,0,5914,0,0,0,0,0),(60141,17138,530,1,1,0,1,-811.945,7762.78,39.8831,3.7215,300,5,0,5914,0,1,0,0,0),(60142,17138,530,1,1,0,1,-825.012,7707.42,38.7379,3.78155,300,0,0,5914,0,0,0,0,0),(60143,17138,530,1,1,0,1,-824.154,7704.12,38.7917,3.04107,300,5,0,5914,0,1,0,0,0),(60144,17138,530,1,1,0,1,-757.313,7688.39,68.1865,4.07465,300,5,0,5914,0,1,0,0,0),(60145,17138,530,1,1,0,1,-655.951,7743.83,86.8493,3.61463,300,5,0,5914,0,1,0,0,0),(60146,17138,530,1,1,0,1,-825.72,7617.24,46.2032,3.2589,300,5,0,5914,0,1,0,0,0),(60147,17138,530,1,1,0,1,-842.09,7641.23,45.1244,0.743267,300,5,0,5914,0,1,0,0,0),(60148,17138,530,1,1,0,1,-746.949,7620.73,53.5673,2.11708,300,5,0,5914,0,1,0,0,0),(60149,17138,530,1,1,0,1,-842.659,7673.02,42.5817,1.93125,300,0,0,5914,0,0,0,0,0),(60150,17138,530,1,1,0,1,-819.829,7586.32,49.9057,2.37051,300,5,0,5914,0,1,0,0,0),(60151,17138,530,1,1,0,1,-789.211,7611.85,48.6743,2.65073,300,5,0,5914,0,1,0,0,0),(60152,17138,530,1,1,0,1,-752.934,7574.5,50.3289,2.53073,300,0,0,5914,0,0,0,0,0),(60153,17139,530,1,1,0,1,-1977.13,6175.93,78.7233,6.02139,300,0,0,5715,0,0,0,0,0),(60154,17139,530,1,1,0,1,-2014.58,6183.48,86.039,5.90344,300,5,0,5715,0,1,0,0,0),(60155,17139,530,1,1,0,1,-2002.02,6181.34,79.797,0.872665,300,0,0,5715,0,0,0,0,0),(60156,17139,530,1,1,0,1,-1988.79,6201.67,78.1573,6.05629,300,0,0,5715,0,0,0,0,0),(60157,17139,530,1,1,0,1,-1973.55,6274.48,56.9322,3.42174,300,5,0,5715,0,1,0,0,0),(60158,17139,530,1,1,0,1,-2008.38,6287.67,46.6699,5.11381,300,0,0,5715,0,0,0,0,0),(60159,17139,530,1,1,0,1,-1920.54,6360.36,56.0348,3.75424,300,5,0,5715,0,1,0,0,0),(60160,17139,530,1,1,0,1,-1867.28,6286.69,47.4021,3.28122,300,0,0,5715,0,0,0,0,0),(60161,17139,530,1,1,0,1,-1896.62,6365.2,49.4106,3.05433,300,0,0,5715,0,0,0,0,0),(60162,17139,530,1,1,0,1,-1891.53,6332.33,46.4163,1.01229,300,0,0,5715,0,0,0,0,0),(60163,17139,530,1,1,0,1,-1886.67,6322.39,46.9788,4.69494,300,0,0,5715,0,0,0,0,0),(60164,17139,530,1,1,0,1,-1832.23,6318.32,47.3404,6.10865,300,0,0,5715,0,0,0,0,0),(60165,17139,530,1,1,0,1,-1843.58,6385.94,52.8416,1.82847,300,5,0,5715,0,1,0,0,0),(60166,17139,530,1,1,0,1,-1807.92,6285.82,59.2729,0.355293,300,5,0,5715,0,1,0,0,0),(60167,17139,530,1,1,0,1,-1804.16,6299.25,59.2729,4.35369,300,5,0,5715,0,1,0,0,0),(60168,17141,530,1,1,0,0,-2026.67,6214.21,77.8307,3.68315,300,5,0,4572,2705,1,0,0,0),(60169,17141,530,1,1,0,0,-2050.74,6226.42,75.3354,0.992539,300,5,0,4572,2705,1,0,0,0),(60170,17141,530,1,1,0,0,-1954.46,6341.18,48.5522,3.16157,300,5,0,4572,2705,1,0,0,0),(60171,17141,530,1,1,0,0,-1917.35,6322.86,49.158,5.19367,300,5,0,4572,2705,1,0,0,0),(60172,17141,530,1,1,0,0,-1940.24,6314.69,48.5821,4.42756,300,5,0,4572,2705,1,0,0,0),(60173,17141,530,1,1,0,0,-1957.11,6304.66,49.6852,4.14986,300,5,0,4572,2705,1,0,0,0),(60174,17141,530,1,1,0,0,-1880.77,6367.89,48.1501,5.23807,300,5,0,4572,2705,1,0,0,0),(60175,17141,530,1,1,0,0,-1893.42,6364.8,49.3678,2.2312,300,5,0,4572,2705,1,0,0,0),(60176,17141,530,1,1,0,0,-1879.51,6354.79,46.8678,0.491513,300,5,0,4572,2705,1,0,0,0),(60177,17141,530,1,1,0,0,-1857.23,6357.78,46.8591,1.99726,300,5,0,4572,2705,1,0,0,0),(60178,17141,530,1,1,0,0,-1845.37,6311.69,46.3578,3.80547,300,5,0,4572,2705,1,0,0,0),(60179,17141,530,1,1,0,0,-1826.23,6391.21,45.4728,2.62903,300,5,0,4572,2705,1,0,0,0),(60180,17141,530,1,1,0,0,-1806.96,6342.13,43.5989,0.358914,300,5,0,4572,2705,1,0,0,0),(60181,17142,530,1,1,0,1,-2236.79,4187.58,6.94661,0.925025,300,0,0,5715,0,0,0,0,0),(60182,17142,530,1,1,0,1,-2038.57,4187.79,14.5406,2.6529,300,0,0,5715,0,0,0,0,0),(60183,17142,530,1,1,0,1,-2011.54,4256.47,10.042,3.7001,300,0,0,5715,0,0,0,0,0),(60184,17142,530,1,1,0,1,-1949.88,4217.63,7.72761,5.13127,300,0,0,5715,0,0,0,0,0),(60185,17142,530,1,1,0,1,-2094.05,4260.05,10.6473,4.20624,300,0,0,5715,0,0,0,0,0),(60186,17142,530,1,1,0,1,-2191.27,4184.8,12.3468,2.67035,300,0,0,5715,0,0,0,0,0),(60187,17142,530,1,1,0,1,-2193.84,4213.03,9.8227,4.15388,300,0,0,5715,0,0,0,0,0),(60188,17143,530,1,1,0,1,-2029.11,4186.18,15.3051,0.925025,300,0,0,4422,2620,0,0,0,0),(60189,17143,530,1,1,0,1,-2038.98,4159.3,13.6174,4.29351,300,0,0,4422,2620,0,0,0,0),(60190,17143,530,1,1,0,1,-1967.89,4200.33,2.68055,5.91667,300,0,0,4422,2620,0,0,0,0),(60191,17143,530,1,1,0,1,-2026.12,4260.02,4.43881,3.08923,300,0,0,4422,2620,0,0,0,0),(60192,17143,530,1,1,0,1,-2097.91,4284.26,10.9246,4.03171,300,0,0,4422,2620,0,0,0,0),(60193,17143,530,1,1,0,1,-2157.35,4241.95,5.44478,1.44862,300,0,0,4422,2620,0,0,0,0),(60194,17143,530,1,1,0,1,-2164.6,4256.25,4.01323,2.05949,300,0,0,4422,2620,0,0,0,0),(60195,17143,530,1,1,0,1,-2164.63,4277.41,11.4914,3.97935,300,0,0,4422,2620,0,0,0,0),(60196,17143,530,1,1,0,1,-2172.65,4165.63,10.8794,2.1293,300,0,0,4422,2620,0,0,0,0),(60197,17143,530,1,1,0,1,-2183.33,4183.15,12.6957,3.87463,300,0,0,4422,2620,0,0,0,0),(60198,17146,530,1,1,0,1,-2784.44,6397.67,62.2251,2.42601,300,0,0,4892,2846,0,0,0,0),(60199,17146,530,1,1,0,1,-2798.8,6470.6,64.8018,2.02458,300,0,0,4892,2846,0,0,0,0),(60200,17146,530,1,1,0,1,-2790.54,6463.54,113.2,2.02458,300,0,0,4892,2846,0,0,0,0),(60201,17146,530,1,1,0,1,-2885.08,6455.33,82.7451,4.76475,300,0,0,4892,2846,0,0,0,0),(60202,17146,530,1,1,0,1,-2885.27,6375.4,81.826,1.92675,300,0,0,4892,2846,0,0,0,0),(60203,17146,530,1,1,0,1,-2894.21,6461.8,101.635,1.44862,300,0,0,4892,2846,0,0,0,0),(60204,17146,530,1,1,0,1,-2890.32,6479.69,87.2518,3.50811,300,0,0,4892,2846,0,0,0,0),(60205,17146,530,1,1,0,1,-2895.74,6476.68,87.2518,0.610865,300,0,0,4892,2846,0,0,0,0),(60206,17146,530,1,1,0,1,-2937.75,6326.75,89.0851,6.16524,300,0,0,4892,2846,2,0,0,0),(60207,17146,530,1,1,0,1,-2976.34,6310.46,87.794,4.2237,300,0,0,4892,2846,0,0,0,0),(60208,17146,530,1,1,0,1,-3023.47,6514.14,112.953,3.24631,300,0,0,4892,2846,0,0,0,0),(60209,17146,530,1,1,0,1,-3009.01,6509.39,99.18,4.86947,300,0,0,4892,2846,0,0,0,0),(60222,17147,530,1,1,0,1,-2787.1,6414.78,62.2411,3.24631,300,0,0,4731,2790,0,0,0,0),(60221,17147,530,1,1,0,1,-2842.27,6545.65,37.6052,4.18879,300,0,0,4731,2790,0,0,0,0),(60220,17147,530,1,1,0,1,-2807.71,6546.41,37.5118,2.51327,300,0,0,4731,2790,0,0,0,0),(60219,17147,530,1,1,0,1,-2820.76,6553.81,37.3612,1.01229,300,0,0,4731,2790,0,0,0,0),(60218,17147,530,1,1,0,1,-2805.87,6532.63,37.1154,4.99164,300,0,0,4731,2790,0,0,0,0),(60217,17147,530,1,1,0,1,-3016.45,6518.03,147.578,1.48353,300,0,0,4731,2790,0,0,0,0),(60216,17147,530,1,1,0,1,-3021.1,6521.28,99.18,2.93215,300,0,0,4731,2790,0,0,0,0),(60215,17147,530,1,1,0,1,-2936.75,6354.43,88.3589,0.139626,300,0,0,4731,2790,0,0,0,0),(60214,17147,530,1,1,0,1,-2934.69,6346.61,88.3639,4.55531,300,0,0,4731,2790,0,0,0,0),(60213,17147,530,1,1,0,1,-2902.25,6456.31,82.7451,3.82227,300,0,0,4731,2790,0,0,0,0),(60212,17147,530,1,1,0,1,-2783.24,6468.62,78.5516,0.488692,300,0,0,4731,2790,0,0,0,0),(60211,17147,530,1,1,0,1,-2852.6,6441.05,82.7555,4.71239,300,0,0,4731,2790,0,0,0,0),(60210,17147,530,1,1,0,1,-2784.06,6464.78,64.8018,0.558505,300,0,0,4731,2790,0,0,0,0),(60255,17148,530,1,1,0,1,-2882.8,6589.05,71.6223,0.087266,300,0,0,5914,0,0,0,0,0),(60254,17148,530,1,1,0,1,-3005.36,6537.17,97.6274,2.28638,300,0,0,5914,0,0,0,0,0),(60253,17148,530,1,1,0,1,-2992.26,6523.73,97.6957,5.34071,300,0,0,5914,0,0,0,0,0),(60252,17148,530,1,1,0,1,-2928.83,6498.77,82.5645,1.6057,300,0,0,5914,0,0,0,0,0),(60251,17148,530,1,1,0,1,-2940.78,6501.66,82.2424,1.23918,300,0,0,5914,0,0,0,0,0),(60250,17148,530,1,1,0,1,-3008.35,6333.46,96.155,0.907571,300,0,0,5914,0,0,0,0,0),(60249,17148,530,1,1,0,1,-3022.95,6381.06,96.2373,5.86431,300,0,0,5914,0,0,0,0,0),(60248,17148,530,1,1,0,1,-2965.67,6455.08,85.3527,6.26573,300,0,0,5914,0,0,0,0,0),(60247,17148,530,1,1,0,1,-2966.77,6446.9,84.9499,0.122173,300,0,0,5914,0,0,0,0,0),(60246,17148,530,1,1,0,1,-2976.69,6394.95,96.2292,4.15388,300,0,0,5914,0,0,0,0,0),(60245,17148,530,1,1,0,1,-3006.67,6359.98,96.4121,0.296706,300,0,0,5914,0,0,0,0,0),(60244,17148,530,1,1,0,1,-2978.76,6368.46,96.411,3.42085,300,0,0,5914,0,0,0,0,0),(60243,17148,530,1,1,0,1,-2879.42,6297.64,83.0126,1.01229,300,0,0,5914,0,0,0,0,0),(60242,17148,530,1,1,0,1,-2878.57,6301.91,106.698,0.15708,300,0,0,5914,0,0,0,0,0),(60241,17148,530,1,1,0,1,-2962,6347.46,96.229,2.80998,300,0,0,5914,0,0,0,0,0),(60240,17148,530,1,1,0,1,-2913.37,6468.71,82.7371,2.44346,300,0,0,5914,0,0,0,0,0),(60239,17148,530,1,1,0,1,-2931.19,6390.05,87.4872,0.279253,300,0,0,5914,0,0,0,0,0),(60238,17148,530,1,1,0,1,-2926.42,6376.46,88.3357,0.383972,300,0,0,5914,0,0,0,0,0),(60237,17148,530,1,1,0,1,-2771.53,6434.06,58.5206,6.13477,300,0,0,5914,0,0,0,0,0),(60236,17148,530,1,1,0,1,-2773.41,6425.3,59.0218,5.8324,300,0,0,5914,0,0,0,0,0),(60235,17148,530,1,1,0,1,-2798.38,6487.41,61.1119,1.23918,300,0,0,5914,0,0,0,0,0),(60234,17148,530,1,1,0,1,-2876.29,6471.96,82.7175,0.349066,300,0,0,5914,0,0,0,0,0),(60233,17148,530,1,1,0,1,-2892.39,6438.34,82.5361,4.76475,300,0,0,5914,0,0,0,0,0),(60232,17148,530,1,1,0,1,-2856.58,6504.63,60.6784,2.14675,300,0,0,5914,0,0,0,0,0),(60231,17148,530,1,1,0,1,-2812.19,6495.23,61.6686,1.06465,300,0,0,5914,0,0,0,0,0),(60230,17148,530,1,1,0,1,-2808.34,6459.12,63.5396,2.56563,300,0,0,5914,0,0,0,0,0),(60229,17148,530,1,1,0,1,-2865.39,6399.41,80.6548,0.117942,300,0,0,5914,0,0,0,0,0),(60228,17148,530,1,1,0,1,-2880.97,6326.73,83.5717,5.28835,300,0,0,5914,0,0,0,0,0),(60227,17148,530,1,1,0,1,-2872.19,6331.89,83.5477,5.23599,300,0,0,5914,0,0,0,0,0),(60226,17148,530,1,1,0,1,-2897.67,6438.67,82.4528,4.5993,300,0,0,5914,0,0,0,0,0),(60225,17148,530,1,1,0,1,-2825.23,6296.94,63.5727,1.50098,300,0,0,5914,0,0,0,0,0),(60224,17148,530,1,1,0,1,-2793.03,6447.56,63.581,5.70723,300,0,0,5914,0,0,0,0,0),(60223,17148,530,1,1,0,1,-2809.61,6282.52,86.5101,5.34071,300,0,0,5914,0,0,0,0,0),(60256,17149,530,1,1,0,1,-2576.36,7984.9,-53.1471,1.22976,300,5,0,4731,2790,1,0,0,0),(60257,17149,530,1,1,0,1,-2554.99,7988.91,-53.0798,1.71042,300,0,0,4731,2790,0,0,0,0),(60258,17149,530,1,1,0,1,-2540.2,8001.49,-52.5572,3.94059,300,5,0,4731,2790,1,0,0,0),(60259,17149,530,1,1,0,1,-2627.83,8140.39,-44.2303,1.93731,300,0,0,4731,2790,0,0,0,0),(60260,17149,530,1,1,0,1,-2594.6,8165.23,-42.4789,1.88496,300,0,0,4731,2790,0,0,0,0),(60261,17149,530,1,1,0,1,-2574.75,8157.2,-41.4124,3.4383,300,0,0,4731,2790,0,0,0,0),(60262,17149,530,1,1,0,1,-2550.13,8162.66,-39.8916,1.41372,300,0,0,4731,2790,0,0,0,0),(60263,17149,530,1,1,0,1,-2419.79,8224.83,-38.6417,2.74017,300,0,0,4731,2790,0,0,0,0),(60264,17149,530,1,1,0,1,-2443.23,8254.85,-37.8694,3.54302,300,0,0,4731,2790,0,0,0,0),(60265,17149,530,1,1,0,1,-2420.6,8282.99,-39.2855,4.03171,300,0,0,4731,2790,0,0,0,0),(60266,17149,530,1,1,0,1,-2740.03,8354.35,-40.0103,5.93412,300,0,0,4731,2790,0,0,0,0),(60267,17149,530,1,1,0,1,-2747.31,8349.27,-40.1555,5.72468,300,5,0,4731,2790,1,0,0,0),(60268,17149,530,1,1,0,1,-2756.49,8323.82,-42.149,0.349066,300,0,0,4731,2790,0,0,0,0),(60269,17149,530,1,1,0,1,-2747.09,8379.64,-37.8618,5.91667,300,0,0,4731,2790,0,0,0,0),(60270,17149,530,1,1,0,1,-2320.52,8408.82,-36.6619,5.25344,300,0,0,4731,2790,0,0,0,0),(60271,17149,530,1,1,0,1,-2250.84,8349.24,-31.7084,1.03218,300,5,0,4731,2790,1,0,0,0),(60272,17149,530,1,1,0,1,-2260.85,8376.18,-32.4126,3.07178,300,0,0,4731,2790,0,0,0,0),(60273,17149,530,1,1,0,1,-2294.99,8418,-34.5187,1.39322,300,0,0,4731,2790,0,0,0,0),(60274,17149,530,1,1,0,1,-2249.91,8415.29,-30.5206,6.14255,300,0,0,4731,2790,0,0,0,0),(60275,17149,530,1,1,0,1,-2778.03,8609.34,-30.8563,1.02974,300,0,0,4731,2790,0,0,0,0),(60276,17149,530,1,1,0,1,-2753.46,8618.6,-32.1183,5.02655,300,0,0,4731,2790,0,0,0,0),(60277,17149,530,1,1,0,1,-2749.16,8587.34,-36.7648,3.89279,300,5,0,4731,2790,1,0,0,0),(60278,17149,530,1,1,0,1,-2716.23,8613.73,-34.5388,5.58738,300,5,0,4731,2790,1,0,0,0),(60279,17149,530,1,1,0,1,-2739.44,8624.76,-32.2283,4.48233,300,5,0,4731,2790,1,0,0,0),(60280,17150,530,1,1,0,1,-2538.08,7985.76,-53.5657,5.20377,300,5,0,4892,2846,1,0,0,0),(60281,17150,530,1,1,0,1,-2546.65,8020.21,-50.7799,4.00366,300,5,0,4892,2846,1,0,0,0),(60282,17150,530,1,1,0,1,-2578.16,8006.92,-51.7032,0.314519,300,5,0,4892,2846,1,0,0,0),(60283,17150,530,1,1,0,1,-2559.41,8039.68,-50.244,0.883448,300,5,0,4892,2846,1,0,0,0),(60284,17150,530,1,1,0,1,-2557.14,8143.86,-41.1126,2.61595,300,5,0,4892,2846,1,0,0,0),(60285,17150,530,1,1,0,1,-2402.09,8243.29,-39.2596,1.10299,300,5,0,4892,2846,1,0,0,0),(60286,17150,530,1,1,0,1,-2426.26,8252.64,-38.6162,2.91246,300,5,0,4892,2846,1,0,0,0),(60287,17150,530,1,1,0,1,-2408.01,8263.42,-38.1346,3.93841,300,5,0,4892,2846,1,0,0,0),(60288,17150,530,1,1,0,1,-2773.91,8341.04,-39.9991,4.90033,300,5,0,4892,2846,1,0,0,0),(60289,17150,530,1,1,0,1,-2761.69,8362.56,-38.0305,3.19405,300,5,0,4892,2846,1,0,0,0),(60290,17150,530,1,1,0,1,-2330.47,8377.75,-37.865,2.95989,300,5,0,4892,2846,1,0,0,0),(60291,17150,530,1,1,0,1,-2302.93,8424.69,-34.8805,0.441199,300,5,0,4892,2846,1,0,0,0),(60292,17150,530,1,1,0,1,-2292.75,8355.06,-35.5673,2.71339,300,5,0,4892,2846,1,0,0,0),(60293,17150,530,1,1,0,1,-2254.94,8398.26,-31.4075,0.171437,300,0,0,4892,2846,0,0,0,0),(60294,17150,530,1,1,0,1,-2265.59,8367.55,-32.9548,3.93208,300,5,0,4892,2846,1,0,0,0),(60295,17150,530,1,1,0,1,-2264.1,8438.57,-31.1787,2.27751,300,5,0,4892,2846,1,0,0,0),(60296,17150,530,1,1,0,1,-2724.18,8548.58,-39.9463,4.09551,300,5,0,4892,2846,1,0,0,0),(60297,17150,530,1,1,0,1,-2785.33,8594.29,-32.3528,1.96257,300,5,0,4892,2846,1,0,0,0),(60298,17150,530,1,1,0,1,-2794.91,8571.47,-33.8528,3.86605,300,5,0,4892,2846,1,0,0,0),(60299,17150,530,1,1,0,1,-2763.83,8627.46,-29.8533,4.53477,300,5,0,4892,2846,1,0,0,0),(60300,17150,530,1,1,0,1,-2757.75,8553.3,-39.122,2.77034,300,5,0,4892,2846,1,0,0,0),(60301,17151,530,1,1,0,0,-1338.52,8900.13,53.2665,2.09439,300,0,0,4892,2846,0,0,0,0),(60302,17151,530,1,1,0,0,-1286.56,8954.76,58.6134,5.81195,300,0,0,4892,2846,0,0,0,0),(60303,17151,530,1,1,0,0,-1273.71,8943.92,58.1989,1.85005,300,0,0,4892,2846,0,0,0,0),(60304,17151,530,1,1,0,0,-1271.87,8955.33,57.2264,3.85718,300,0,0,4892,2846,0,0,0,0),(60305,17151,530,1,1,0,0,-1227.33,8904.49,58.7728,4.08407,300,0,0,4892,2846,0,0,0,0),(60306,17151,530,1,1,0,0,-1349.2,8902.76,52.5562,0.069813,300,0,0,4892,2846,0,0,0,0),(60307,17151,530,1,1,0,0,-1347.15,8911.06,54.2005,5.21853,300,0,0,4892,2846,0,0,0,0),(60308,17151,530,1,1,0,0,-1342.04,8916.39,55.7587,4.38078,300,0,0,4892,2846,0,0,0,0),(60309,17151,530,1,1,0,0,-1242.99,8895.34,58.3708,0.261799,300,0,0,4892,2846,0,0,0,0),(60310,17151,530,1,1,0,0,-1235.87,8905.17,56.3624,6.05629,300,0,0,4892,2846,0,0,0,0),(60311,17151,530,1,1,0,0,-1403.87,8962.49,57.4454,0.855211,300,0,0,4892,2846,0,0,0,0),(60312,17151,530,1,1,0,0,-1397.13,8961.09,57.7383,2.18166,300,0,0,4892,2846,0,0,0,0),(60313,17151,530,1,1,0,0,-1400.94,8971.5,58.197,5.53269,300,0,0,4892,2846,0,0,0,0),(60314,17151,530,1,1,0,0,-1393.67,8968.82,58.0173,3.80482,300,0,0,4892,2846,0,0,0,0),(60315,17151,530,1,1,0,0,-1338.2,8863.63,53.1484,0.837758,300,0,0,4892,2846,0,0,0,0),(60316,17151,530,1,1,0,0,-1336.5,8872.03,52.6895,5.61996,300,0,0,4892,2846,0,0,0,0),(60317,17151,530,1,1,0,0,-1329.6,8861.37,51.1648,2.54818,300,0,0,4892,2846,0,0,0,0),(60318,17151,530,1,1,0,0,-1516.52,9090.52,84.0405,1.78024,300,0,0,4892,2846,0,0,0,0),(60319,17151,530,1,1,0,0,-1521.66,9091.04,83.0958,1.0821,300,0,0,4892,2846,0,0,0,0),(60320,17151,530,1,1,0,0,-1524.34,9096.23,84.5329,0.174533,300,0,0,4892,2846,0,0,0,0),(60321,17151,530,1,1,0,0,-1510.94,9092.64,85.3383,2.02458,300,0,0,4892,2846,0,0,0,0),(60322,17151,530,1,1,0,0,-1772.72,9194,77.9161,0.802851,300,0,0,4892,2846,0,0,0,0),(60323,17151,530,1,1,0,0,-1763.21,9195.39,78.6222,2.11185,300,0,0,4892,2846,0,0,0,0),(60324,17151,530,1,1,0,0,-1755.76,9236.12,75.8451,0.383972,300,0,0,4892,2846,0,0,0,0),(60325,17151,530,1,1,0,0,-1746.66,9231.98,77.1503,2.1293,300,0,0,4892,2846,0,0,0,0),(60326,17151,530,1,1,0,0,-1743.3,9241.27,77.7584,3.1765,300,0,0,4892,2846,0,0,0,0),(60327,17151,530,1,1,0,0,-1753.95,9246.26,76.5494,5.28835,300,0,0,4892,2846,0,0,0,0),(60328,17151,530,1,1,0,0,-1762.22,9205.19,77.4886,3.61283,300,0,0,4892,2846,0,0,0,0),(60329,17151,530,1,1,0,0,-1774.36,9206.35,76.6153,5.60251,300,0,0,4892,2846,0,0,0,0),(60330,17151,530,1,1,0,0,-1807.76,9191.72,70.6404,0.627375,300,0,0,4892,2846,0,0,0,0),(60331,17151,530,1,1,0,0,-1809.4,9188.07,71.5154,0.617892,300,0,0,4892,2846,0,0,0,0),(60332,17151,530,1,1,0,0,-1807.06,9184.83,71.8904,0.627299,300,0,0,4892,2846,0,0,0,0),(60333,17151,530,1,1,0,0,-1917.62,9294.54,84.0426,3.56047,300,0,0,4892,2846,0,0,0,0),(60334,17151,530,1,1,0,0,-1920.66,9282.86,88.9112,1.11701,300,0,0,4892,2846,0,0,0,0),(60335,17151,530,1,1,0,0,-1915.29,9286.43,84.721,2.44346,300,0,0,4892,2846,0,0,0,0),(60336,17151,530,1,1,0,0,-1904.55,9194.9,75.9566,0.890118,300,0,0,4892,2846,0,0,0,0),(60337,17151,530,1,1,0,0,-1895.25,9195.63,75.0234,2.70526,300,0,0,4892,2846,0,0,0,0),(60338,17151,530,1,1,0,0,-1924.48,9289.14,90.4331,5.81195,300,0,0,4892,2846,0,0,0,0),(60339,17151,530,1,1,0,0,-1893.76,9205.84,76.5052,4.17134,300,0,0,4892,2846,0,0,0,0),(60340,17151,530,1,1,0,0,-1904.23,9205.85,78.9033,5.51524,300,0,0,4892,2846,0,0,0,0),(60341,17152,530,1,1,0,1,-1265.72,8865.55,53.0176,5.37561,300,0,0,31630,0,0,0,0,0),(60342,17152,530,1,1,0,1,-1367.21,8907.32,51.6001,4.06662,300,0,0,31630,0,0,0,0,0),(60343,17152,530,1,1,0,1,-1499.24,9104.6,88.6032,3.50814,300,5,0,31630,0,1,0,0,0),(60344,17152,530,1,1,0,1,-1538.6,9113.84,87.4405,0.818351,300,5,0,31630,0,1,0,0,0),(60345,17152,530,1,1,0,1,-1789.7,9167.62,73.4894,5.044,300,0,0,31630,0,0,0,0,0),(60346,17152,530,1,1,0,1,-1825.57,9158.71,72.1631,4.60767,300,0,0,31630,0,0,0,0,0),(60347,17152,530,1,1,0,1,-1868.58,9170.32,72.2204,4.24115,300,0,0,31630,0,0,0,0,0),(60348,17153,530,1,1,0,0,-1219.24,6891.85,25.8695,6.24934,300,5,0,4572,2705,1,0,0,0),(60349,17153,530,1,1,0,0,-1159.99,6878.93,7.58468,3.22473,300,5,0,4572,2705,1,0,0,0),(60350,17153,530,1,1,0,0,-1168.93,6917.02,15.37,3.12304,300,5,0,4572,2705,1,0,0,0),(60351,17153,530,1,1,0,0,-1083.61,6912.01,3.00259,1.56242,300,5,0,4572,2705,1,0,0,0),(60352,17153,530,1,1,0,0,-1104.07,6914.45,-8.48966,0.225554,300,5,0,4572,2705,1,0,0,0),(60353,17153,530,1,1,0,0,-1078.11,6883.06,4.05237,4.9389,300,5,0,4572,2705,1,0,0,0),(60354,17153,530,1,1,0,0,-1060.11,6922.84,5.4915,1.6091,300,5,0,4572,2705,1,0,0,0),(60355,17153,530,1,1,0,0,-1002.13,6929.6,22.6464,0.828909,300,5,0,4572,2705,1,0,0,0),(60356,17153,530,1,1,0,0,-1083.9,6947.62,-12.8347,2.92218,300,5,0,4572,2705,1,0,0,0),(60357,17153,530,1,1,0,0,-969.225,6920.51,30.9305,1.70993,300,5,0,4572,2705,1,0,0,0),(60358,17153,530,1,1,0,0,-989.519,6972.51,19.7191,3.76676,300,5,0,4572,2705,1,0,0,0),(60359,17153,530,1,1,0,0,-927.835,7021.32,28.3944,0.270164,300,5,0,4572,2705,1,0,0,0),(60360,17153,530,1,1,0,0,-937.069,7027.82,26.9517,3.06542,300,5,0,4572,2705,1,0,0,0),(60361,17153,530,1,1,0,0,-927.579,7036.96,27.5889,2.76635,300,5,0,4572,2705,1,0,0,0),(60362,17153,530,1,1,0,0,-985.996,7042.06,16.6375,3.70342,300,5,0,4572,2705,1,0,0,0),(60363,17153,530,1,1,0,0,-935.851,7057.09,22.944,0.922606,300,5,0,4572,2705,1,0,0,0),(60364,17153,530,1,1,0,0,-1020.12,7013.37,3.98211,4.53173,300,5,0,4572,2705,1,0,0,0),(60365,17153,530,1,1,0,0,-1032.01,7056.07,3.45727,3.22279,300,5,0,4572,2705,1,0,0,0),(60366,17153,530,1,1,0,0,-985.564,7125.56,-2.99378,3.33828,300,5,0,4572,2705,1,0,0,0),(60367,17153,530,1,1,0,0,-1027.26,7085.06,0.33476,2.83066,300,5,0,4572,2705,1,0,0,0),(60368,17153,530,1,1,0,0,-1084.01,7117.99,9.9751,1.90305,300,5,0,4572,2705,1,0,0,0),(60369,17153,530,1,1,0,0,-989.542,7151.99,-8.02861,6.19831,300,5,0,4572,2705,1,0,0,0),(60370,17153,530,1,1,0,0,-1043.58,7137.58,4.77357,1.98248,300,5,0,4572,2705,1,0,0,0),(60371,17153,530,1,1,0,0,-1050.98,7156.97,9.9676,1.83756,300,5,0,4572,2705,1,0,0,0),(60372,17153,530,1,1,0,0,-1115.62,7046.91,-0.741695,3.10194,300,5,0,4572,2705,1,0,0,0),(60373,17153,530,1,1,0,0,-1078.11,7177.85,21.1653,1.90094,300,5,0,4572,2705,1,0,0,0),(60374,17153,530,1,1,0,0,-1054.1,7192.96,11.7069,3.50105,300,5,0,4572,2705,1,0,0,0),(60375,17153,530,1,1,0,0,-1125.83,7223.93,31.8341,3.70711,300,5,0,4572,2705,1,0,0,0),(60376,17153,530,1,1,0,0,-978.609,7292.55,30.3003,4.85437,300,5,0,4572,2705,1,0,0,0),(60377,17153,530,1,1,0,0,-914.643,7306.71,30.1146,4.57055,300,5,0,4572,2705,1,0,0,0),(60378,17153,530,1,1,0,0,-919.488,7283.89,25.2624,2.95396,300,5,0,4572,2705,1,0,0,0),(60379,17153,530,1,1,0,0,-845.77,7180.89,27.8364,2.37001,300,5,0,4572,2705,1,0,0,0),(60380,17153,530,1,1,0,0,-850.771,7146.04,23.4049,1.35776,300,5,0,4572,2705,1,0,0,0),(60381,17154,530,1,1,0,0,-1703.29,7960.44,-106.078,4.19834,300,5,0,5715,0,1,0,0,0),(60382,17154,530,1,1,0,0,-1667.41,8077.63,-103.329,3.21735,300,5,0,5715,0,1,0,0,0),(60383,17154,530,1,1,0,0,-1605.88,8105.39,-102.992,4.901,300,5,0,5715,0,1,0,0,0),(60384,17154,530,1,1,0,0,-1601.07,8085.68,-104.087,1.27148,300,5,0,5715,0,1,0,0,0),(60385,17154,530,1,1,0,0,-1586.35,8090.55,-103.337,1.31434,300,5,0,5715,0,1,0,0,0),(60386,17154,530,1,1,0,0,-1486.41,8011.26,-107.799,3.16435,300,5,0,5715,0,1,0,0,0),(60387,17154,530,1,1,0,0,-1448.99,7882.41,-103.886,3.15854,300,5,0,5715,0,1,0,0,0),(60388,17154,530,1,1,0,0,-1576.65,7817.68,-104.3,1.64751,300,5,0,5715,0,1,0,0,0),(60389,17154,530,1,1,0,0,-1659.16,7824.54,-103.2,2.70289,300,5,0,5715,0,1,0,0,0),(60390,17154,530,1,1,0,0,-1520.22,7833.92,-104.719,3.25309,300,5,0,5715,0,1,0,0,0),(60391,17154,530,1,1,0,0,-1541.55,7791.61,-103.208,1.40303,300,5,0,5715,0,1,0,0,0),(60392,17154,530,1,1,0,0,-1488.5,7818.89,-97.4914,6.1598,300,5,0,5715,0,1,0,0,0),(60393,17154,530,1,1,0,0,-1520.03,7818.51,-102.259,0.08898,300,5,0,5715,0,1,0,0,0),(60394,17154,530,1,1,0,0,-1516.54,7763.64,-95.6363,1.22219,300,5,0,5715,0,1,0,0,0),(60395,17154,530,1,1,0,0,-1693.89,7820.07,-103.532,1.03906,300,5,0,5715,0,1,0,0,0),(60396,17154,530,1,1,0,0,-1713.93,7879.4,-103.88,1.38221,300,5,0,5715,0,1,0,0,0),(60397,17154,530,1,1,0,0,-1782.06,7849.4,-101.631,4.47973,300,5,0,5715,0,1,0,0,0),(60398,17154,530,1,1,0,0,-1755.03,7911.22,-102.718,3.90683,300,5,0,5715,0,1,0,0,0),(60399,17154,530,1,1,0,0,-1358.52,7982.73,-103.494,2.79253,300,0,0,5715,0,0,0,0,0),(60400,17154,530,1,1,0,0,-1312.02,7993.84,-96.8003,2.39761,300,5,0,5715,0,1,0,0,0),(60401,17154,530,1,1,0,0,-1351.45,8047.65,-103.486,4.52784,300,0,0,5715,0,0,0,0,0),(60402,17154,530,1,1,0,0,-1420.36,8071.48,-98.2885,6.03109,300,5,0,5715,0,1,0,0,0),(60403,17154,530,1,1,0,0,-1374.81,8108.58,-98.7793,5.9541,300,5,0,5715,0,1,0,0,0),(60404,17154,530,1,1,0,0,-1351.39,8052.42,-103.423,1.83756,300,5,0,5715,0,1,0,0,0),(60405,17155,530,1,1,0,0,-1952.26,8580.24,-33.8342,3.61052,300,5,0,4731,2790,1,0,0,0),(60406,17155,530,1,1,0,0,-1947.77,8513.36,-42.5614,5.37635,300,5,0,4731,2790,1,0,0,0),(60407,17155,530,1,1,0,0,-1782.8,8591.59,-31.7822,0.139027,300,5,0,4731,2790,1,0,0,0),(60408,17155,530,1,1,0,0,-1843.97,8540.66,-42.592,1.49882,300,0,0,4731,2790,0,0,0,0),(60409,17155,530,1,1,0,0,-1842.61,8550.11,-51.4066,0.646234,300,5,0,4731,2790,1,0,0,0),(60410,17155,530,1,1,0,0,-1786.79,8545.93,-45.6025,3.6301,300,5,0,4731,2790,1,0,0,0),(60411,17155,530,1,1,0,0,-1640.27,8327.07,-40.0108,3.7281,300,5,0,4731,2790,1,0,0,0),(60412,17155,530,1,1,0,0,-1748.91,8400.82,-55.1375,1.52976,300,5,0,4731,2790,1,0,0,0),(60413,17155,530,1,1,0,0,-1765.45,8418.47,-56.354,3.09768,300,5,0,4731,2790,1,0,0,0),(60414,17155,530,1,1,0,0,-1812.16,8352.23,-48.4785,3.54931,300,5,0,4731,2790,1,0,0,0),(60415,17155,530,1,1,0,0,-1841.99,8391.22,-48.5294,3.86832,300,5,0,4731,2790,1,0,0,0),(60416,17155,530,1,1,0,0,-1794.07,8454.19,-62.6284,2.73824,300,5,0,4731,2790,1,0,0,0),(60417,17155,530,1,1,0,0,-1815.06,8417.23,-51.3337,0.027976,300,5,0,4731,2790,1,0,0,0),(60418,17155,530,1,1,0,0,-1850.12,8449.99,-62.4248,4.57091,300,5,0,4731,2790,1,0,0,0),(60419,17155,530,1,1,0,0,-1882.61,8382.23,-38.7867,5.95527,300,5,0,4731,2790,1,0,0,0),(60420,17155,530,1,1,0,0,-1857.07,8350.36,-43.367,2.93214,300,5,0,4731,2790,1,0,0,0),(60421,17155,530,1,1,0,0,-1920.54,8407.84,-39.1227,4.22037,300,5,0,4731,2790,1,0,0,0),(60422,17155,530,1,1,0,0,-1895.68,8448.09,-47.1184,3.26528,300,5,0,4731,2790,1,0,0,0),(60423,17155,530,1,1,0,0,-1918.46,8350.08,-23.488,3.15331,300,5,0,4731,2790,1,0,0,0),(60424,17155,530,1,1,0,0,-1837.08,8294.37,-23.5153,3.81938,300,5,0,4731,2790,1,0,0,0),(60425,17155,530,1,1,0,0,-1963.08,8454.49,-25.1548,3.01602,300,5,0,4731,2790,1,0,0,0),(60426,17155,530,1,1,0,0,-1788.38,8281.77,-23.5605,1.78994,300,5,0,4731,2790,1,0,0,0),(60427,17155,530,1,1,0,0,-1753.66,8290.04,-23.6473,1.26541,300,5,0,4731,2790,1,0,0,0),(60428,17155,530,1,1,0,0,-1722.35,8318.25,-54.4827,2.77784,300,5,0,4731,2790,1,0,0,0),(60429,17155,530,1,1,0,0,-1724.25,8285.71,-29.7688,5.78591,300,5,0,4731,2790,1,0,0,0),(60430,17155,530,1,1,0,0,-1699.38,8260.25,-29.1885,2.34998,300,5,0,4731,2790,1,0,0,0),(60431,17155,530,1,1,0,0,-1596.81,8249.73,-27.2882,4.0829,300,5,0,4731,2790,1,0,0,0),(60432,17155,530,1,1,0,0,-1692.69,8308.84,-52.4017,3.22152,300,5,0,4731,2790,1,0,0,0),(60433,17156,530,1,1,0,0,-2047.92,6351.75,44.761,1.21074,300,5,0,5715,0,1,0,0,0),(60434,17156,530,1,1,0,0,-1633.24,6243.69,72.2056,3.14257,300,5,0,5715,0,1,0,0,0),(60435,17156,530,1,1,0,0,-1588.29,6332.51,32.4972,3.73393,300,5,0,5715,0,1,0,0,0),(60436,17156,530,1,1,0,0,-1556.58,6255,70.038,3.10255,300,5,0,5715,0,1,0,0,0),(60437,17156,530,1,1,0,0,-1522.02,6339.84,62.8465,0.467143,300,5,0,5715,0,1,0,0,0),(60438,17156,530,1,1,0,0,-1477.29,6238.63,71.452,4.06096,300,5,0,5715,0,1,0,0,0),(60439,17156,530,1,1,0,0,-1355.44,6471.59,80.5216,3.03512,300,5,0,5715,0,1,0,0,0),(60440,17156,530,1,1,0,0,-1572.03,6475.11,44.3124,2.54812,300,5,0,5715,0,1,0,0,0),(60441,17156,530,1,1,0,0,-1646.18,6583.12,5.94958,3.23503,300,5,0,5715,0,1,0,0,0),(60442,17156,530,1,1,0,0,-1759.44,6454.71,41.2405,2.68319,300,5,0,5715,0,1,0,0,0),(60443,17156,530,1,1,0,0,-1754.44,6461.03,44.2589,2.51646,300,5,0,5715,0,1,0,0,0),(60444,17156,530,1,1,0,0,-2120.05,6425.32,30.6291,0.163864,300,5,0,5715,0,1,0,0,0),(60445,17156,530,1,1,0,0,-2141.47,6382.71,45.9077,3.73312,300,5,0,5715,0,1,0,0,0),(60446,17156,530,1,1,0,0,-2120.16,6367.97,43.4932,5.1721,300,5,0,5715,0,1,0,0,0),(60447,17156,530,1,1,0,0,-2187.01,6350.58,48.0126,2.86365,300,5,0,5715,0,1,0,0,0),(60448,17156,530,1,1,0,0,-2583.38,6021.2,69.6249,6.14695,300,5,0,5715,0,1,0,0,0),(60449,17156,530,1,1,0,0,-2563.8,6023.74,85.941,1.40597,300,5,0,5715,0,1,0,0,0),(60450,17156,530,1,1,0,0,-2615.12,5962.71,78.6966,4.91898,300,5,0,5715,0,1,0,0,0),(60451,17156,530,1,1,0,0,-2627.32,6750.52,0.08046,1.52186,300,5,0,5715,0,1,0,0,0),(60452,17156,530,1,1,0,0,-2613.9,6786,8.31063,6.03165,300,5,0,5715,0,1,0,0,0),(60453,17156,530,1,1,0,0,-2583.58,6748.93,27.7808,4.95767,300,5,0,5715,0,1,0,0,0),(60454,17156,530,1,1,0,0,-2604.69,6684.69,-0.125425,3.29329,300,5,0,5715,0,1,0,0,0),(60455,17156,530,1,1,0,0,-2609.32,6713.82,2.93131,4.95097,300,5,0,5715,0,1,0,0,0),(60456,17156,530,1,1,0,0,-2548.13,6734.73,24.2514,6.11451,300,5,0,5715,0,1,0,0,0),(60457,17156,530,1,1,0,0,-2516.78,6677,2.5035,4.31737,300,5,0,5715,0,1,0,0,0),(60458,17156,530,1,1,0,0,-2494.47,6687.27,5.64937,4.90646,300,5,0,5715,0,1,0,0,0),(60459,17156,530,1,1,0,0,-2468.75,6685.42,4.64937,2.22079,300,5,0,5715,0,1,0,0,0),(60460,17156,530,1,1,0,0,-2506.55,6745.08,3.33982,3.62129,300,5,0,5715,0,1,0,0,0),(60461,17156,530,1,1,0,0,-2565.52,6959.12,-0.731995,0.504211,300,5,0,5715,0,1,0,0,0),(60462,17156,530,1,1,0,0,-2423.43,7435.87,-169.516,2.76813,300,5,0,5715,0,1,0,0,0),(60463,17156,530,1,1,0,0,-2424.01,7408.46,-169.58,3.85171,300,5,0,5715,0,1,0,0,0),(60464,17156,530,1,1,0,0,-2388.87,7329.07,-167.065,1.96579,300,5,0,5715,0,1,0,0,0),(60465,17156,530,1,1,0,0,-2018.45,7120.21,3.75999,4.10871,300,5,0,5715,0,1,0,0,0),(60466,17156,530,1,1,0,0,-2034.95,7079.04,6.74739,5.11131,300,5,0,5715,0,1,0,0,0),(60467,17156,530,1,1,0,0,-2034.27,7112.53,2.86368,5.92624,300,5,0,5715,0,1,0,0,0),(60468,17156,530,1,1,0,0,-2048.93,7131.99,-1.83046,4.73973,300,5,0,5715,0,1,0,0,0),(60469,17156,530,1,1,0,0,-2077.16,7102.13,-2.69611,4.37797,300,5,0,5715,0,1,0,0,0),(60470,17156,530,1,1,0,0,-2167.36,7123.34,-19.269,2.89207,300,5,0,5715,0,1,0,0,0),(60471,17156,530,1,1,0,0,-2193.05,7091.41,-12.0787,5.49158,300,5,0,5715,0,1,0,0,0),(60472,17156,530,1,1,0,0,-2248.87,7010.29,3.34626,1.09993,300,5,0,5715,0,1,0,0,0),(60473,17156,530,1,1,0,0,-2309.73,7165.81,-12.9302,1.33727,300,5,0,5715,0,1,0,0,0),(60474,17156,530,1,1,0,0,-2357.94,7129.58,-17.6648,0.689988,300,5,0,5715,0,1,0,0,0),(60475,17156,530,1,1,0,0,-2215.81,7095.54,-12.905,4.8017,300,5,0,5715,0,1,0,0,0),(60476,17156,530,1,1,0,0,-2431.39,7173.15,-17.7238,6.05148,300,5,0,5715,0,1,0,0,0),(60477,17156,530,1,1,0,0,-2438.57,7145.35,-16.152,5.16628,300,5,0,5715,0,1,0,0,0),(60478,17156,530,1,1,0,0,-1981.3,6876.39,-84.4393,5.06099,300,5,0,5715,0,1,0,0,0),(60479,17156,530,1,1,0,0,-1920.27,6866.94,-56.2309,0.210174,300,5,0,5715,0,1,0,0,0),(60480,17156,530,1,1,0,0,-1889.46,6837.21,-56.3489,6.24414,300,5,0,5715,0,1,0,0,0),(60481,17156,530,1,1,0,0,-1863.92,6825.04,-39.5344,1.02183,300,5,0,5715,0,1,0,0,0),(60482,17156,530,1,1,0,0,-1914.72,6819.3,-71.3079,0.481978,300,5,0,5715,0,1,0,0,0),(60483,17156,530,1,1,0,0,-1965.55,6801.45,-76.39,5.16949,300,5,0,5715,0,1,0,0,0),(60484,17156,530,1,1,0,0,-1944.94,6785.08,-74.7553,0.225554,300,5,0,5715,0,1,0,0,0),(60485,17156,530,1,1,0,0,-1918.07,6754.36,-67.7854,2.54574,300,5,0,5715,0,1,0,0,0),(60486,17156,530,1,1,0,0,-1873.61,6744.62,-63.8361,1.25707,300,5,0,5715,0,1,0,0,0),(60487,17156,530,1,1,0,0,-1873.59,6756.74,-61.3537,1.89826,300,5,0,5715,0,1,0,0,0),(60488,17156,530,1,1,0,0,-1793.28,6715.38,-26.3057,3.01046,300,5,0,5715,0,1,0,0,0),(60489,17156,530,1,1,0,0,-1852.13,6711.19,-58.9286,2.86706,300,5,0,5715,0,1,0,0,0),(60490,17156,530,1,1,0,0,-2376.97,6502.19,30.777,1.38112,300,5,0,5715,0,1,0,0,0),(60491,17156,530,1,1,0,0,-1358.27,6518.88,83.5865,0.944915,300,0,0,5715,0,0,0,0,0),(60492,17156,530,1,1,0,0,-1297.16,6547.06,79.9907,0.09682,300,0,0,5715,0,0,0,0,0),(60493,17156,530,1,1,0,0,-1413.4,6645.64,49.7747,5.81613,300,0,0,5715,0,0,0,0,0),(60494,17156,530,1,1,0,0,-1344.4,6603.19,46.3392,4.77688,300,5,0,5715,0,1,0,0,0),(60495,17157,530,1,1,0,0,-2893.51,6806.41,-40.3916,2.5393,300,5,0,6116,0,1,0,0,0),(60496,17157,530,1,1,0,0,-2919.29,6829.33,-44.3609,1.63139,300,5,0,6116,0,1,0,0,0),(60497,17157,530,1,1,0,0,-2895.61,6844.59,-34.6519,6.08273,300,5,0,6116,0,1,0,0,0),(60498,17157,530,1,1,0,0,-2929.32,6869.18,-40.7861,2.15392,300,5,0,6116,0,1,0,0,0),(60499,17157,530,1,1,0,0,-2966.85,6832.03,-69.1553,4.2195,300,5,0,6116,0,1,0,0,0),(60500,17157,530,1,1,0,0,-2943.77,6910.5,-41.4613,4.93406,300,5,0,6116,0,1,0,0,0),(60501,17157,530,1,1,0,0,-2917.16,6906.95,-38.0165,5.63432,300,0,0,6116,0,0,0,0,0),(60502,17157,530,1,1,0,0,-2883.95,6912.89,-38.2565,2.34514,300,5,0,6116,0,1,0,0,0),(60503,17157,530,1,1,0,0,-2954,6950.66,-44.5588,5.15421,300,5,0,6116,0,1,0,0,0),(60504,17157,530,1,1,0,0,-2899.62,6966.02,-38.0025,2.37001,300,5,0,6116,0,1,0,0,0),(60505,17157,530,1,1,0,0,-2920.48,6970.75,-39.9576,2.66135,300,5,0,6116,0,1,0,0,0),(60506,17157,530,1,1,0,0,-2940.32,7016.74,-42.0068,0.0166,300,5,0,6116,0,1,0,0,0),(60507,17157,530,1,1,0,0,-2914.91,7068.61,-19.3423,5.13279,300,5,0,6116,0,1,0,0,0),(60508,17157,530,1,1,0,0,-2974.81,6976.95,-45.2983,4.92894,300,5,0,6116,0,1,0,0,0),(60509,17157,530,1,1,0,0,-2967.77,7056.69,-44.0965,2.45236,300,5,0,6116,0,1,0,0,0),(60510,17157,530,1,1,0,0,-2944.69,7122.47,18.2724,1.40804,300,5,0,6116,0,1,0,0,0),(60511,17157,530,1,1,0,0,-2581.68,7549.9,8.39051,4.46699,300,5,0,6116,0,1,0,0,0),(60512,17157,530,1,1,0,0,-2607.61,7581.07,14.5548,5.88223,300,5,0,6116,0,1,0,0,0),(60513,17157,530,1,1,0,0,-2640.28,7548.69,27.317,1.52196,300,5,0,6116,0,1,0,0,0),(60514,17157,530,1,1,0,0,-2781.34,7586.84,15.2337,0.285279,300,5,0,6116,0,1,0,0,0),(60515,17157,530,1,1,0,0,-2689.08,7582.09,27.6034,5.21853,300,0,0,6116,0,0,0,0,0),(60516,17157,530,1,1,0,0,-2813.34,7520.13,-3.3827,1.54346,300,5,0,6116,0,1,0,0,0),(60517,17157,530,1,1,0,0,-2753.39,7496.32,20.7914,3.50379,300,5,0,6116,0,1,0,0,0),(60518,17157,530,1,1,0,0,-2797.46,7497.32,4.91853,0.951909,300,5,0,6116,0,1,0,0,0),(60519,17157,530,1,1,0,0,-2876.47,7462.06,7.51596,0.403353,300,5,0,6116,0,1,0,0,0),(60520,17157,530,1,1,0,0,-2845.09,7403.22,32.3224,2.64825,300,5,0,6116,0,1,0,0,0),(60521,17157,530,1,1,0,0,-2997.06,7422.77,6.31374,0.29715,300,5,0,6116,0,1,0,0,0),(60522,17157,530,1,1,0,0,-2989.85,7377.57,12.1876,1.38413,300,5,0,6116,0,1,0,0,0),(60523,17157,530,1,1,0,0,-3023.78,7102.22,-27.5768,6.2578,300,5,0,6116,0,1,0,0,0),(60524,17157,530,1,1,0,0,-3048.98,7121.76,-32.1906,0.6332,300,5,0,6116,0,1,0,0,0),(60525,17157,530,1,1,0,0,-3150.64,7122.35,-32.9378,4.5238,300,5,0,6116,0,1,0,0,0),(60526,17157,530,1,1,0,0,-3133.69,7068.38,-39.4045,0.376152,300,5,0,6116,0,1,0,0,0),(60527,17157,530,1,1,0,0,-3156.39,7315.95,-26.4075,1.24472,300,5,0,6116,0,1,0,0,0),(60528,17157,530,1,1,0,0,-2999.91,7577.49,16.3805,3.45218,300,5,0,6116,0,1,0,0,0),(60529,17157,530,1,1,0,0,-2977.28,7613.53,21.452,1.09405,300,5,0,6116,0,1,0,0,0),(60530,17157,530,1,1,0,0,-2932.24,7660.53,20.802,1.99338,300,5,0,6116,0,1,0,0,0),(60531,17157,530,1,1,0,0,-2838.47,7900.91,-19.8821,0.449256,300,5,0,6116,0,1,0,0,0),(60532,17157,530,1,1,0,0,-2676.01,7938.47,-25.906,3.93736,300,5,0,6116,0,1,0,0,0),(60533,17157,530,1,1,0,0,-2793.3,7960.81,-20.0305,5.39201,300,5,0,6116,0,1,0,0,0),(60534,17157,530,1,1,0,0,-2838.16,7942.62,-22.2224,5.80899,300,5,0,6116,0,1,0,0,0),(60535,17157,530,1,1,0,0,-2961.99,7995.95,-10.6467,1.19065,300,5,0,6116,0,1,0,0,0),(60536,17157,530,1,1,0,0,-2976.31,8072.2,-20.1875,5.02213,300,5,0,6116,0,1,0,0,0),(60537,17157,530,1,1,0,0,-2979.96,8028.13,-15.4685,1.78121,300,5,0,6116,0,1,0,0,0),(60538,17157,530,1,1,0,0,-3011.7,8027.37,-13.5966,2.31544,300,5,0,6116,0,1,0,0,0),(60539,17157,530,1,1,0,0,-3026.86,8124.13,-38.7471,3.20111,300,5,0,6116,0,1,0,0,0),(60540,17157,530,1,1,0,0,-3053.2,8078.52,-27.5052,3.27369,300,5,0,6116,0,1,0,0,0),(60541,17157,530,1,1,0,0,-3058.33,8108.33,-36.9196,4.66896,300,5,0,6116,0,1,0,0,0),(60542,17157,530,1,1,0,0,-3100.55,8030.09,-32.328,2.71375,300,5,0,6116,0,1,0,0,0),(60543,17157,530,1,1,0,0,-3082.2,8131.03,-53.5547,2.85218,300,5,0,6116,0,1,0,0,0),(60544,17157,530,1,1,0,0,-3082.72,8092.14,-37.5364,1.57275,300,5,0,6116,0,1,0,0,0),(60545,17157,530,1,1,0,0,-2979.81,8150.57,-26.4425,5.77947,300,5,0,6116,0,1,0,0,0),(60546,17157,530,1,1,0,0,-3037.93,8192.5,-54.276,4.99739,300,5,0,6116,0,1,0,0,0),(60547,17157,530,1,1,0,0,-2985.3,8230.01,-32.4566,2.77688,300,5,0,6116,0,1,0,0,0),(60548,17157,530,1,1,0,0,-3036.27,8173.49,-55.9902,6.26952,300,5,0,6116,0,1,0,0,0),(60549,17157,530,1,1,0,0,-3010.51,8260.86,-47.1934,0.203187,300,5,0,6116,0,1,0,0,0),(60550,17157,530,1,1,0,0,-2978.49,8286.53,-36.6769,0.804055,300,5,0,6116,0,1,0,0,0),(60551,17157,530,1,1,0,0,-2620.68,8587.24,-13.5926,5.41562,300,5,0,6116,0,1,0,0,0),(60552,17157,530,1,1,0,0,-2914.78,8377.17,-30.3559,0.02506,300,5,0,6116,0,1,0,0,0),(60553,17157,530,1,1,0,0,-2906.2,8420.78,-28.4929,0.479381,300,5,0,6116,0,1,0,0,0),(60554,17157,530,1,1,0,0,-2921.37,8480.57,-25.4053,0.7135,300,5,0,6116,0,1,0,0,0),(60555,17157,530,1,1,0,0,-2959.82,8341.06,-28.8287,2.8696,300,5,0,6116,0,1,0,0,0),(60556,17157,530,1,1,0,0,-3023.94,8365.83,-46.7089,4.19386,300,5,0,6116,0,1,0,0,0),(60557,17157,530,1,1,0,0,-2980.65,8496.42,-46.0591,3.07029,300,5,0,6116,0,1,0,0,0),(60558,17157,530,1,1,0,0,-3002.85,8429.87,-38.6254,2.48312,300,5,0,6116,0,1,0,0,0),(60559,17157,530,1,1,0,0,-2962.37,8451.56,-31.0911,0.65251,300,5,0,6116,0,1,0,0,0),(60560,17157,530,1,1,0,0,-2945.33,8508.09,-27.3972,0.815776,300,5,0,6116,0,1,0,0,0),(60561,17157,530,1,1,0,0,-2986.81,8543.31,-43.4513,3.76945,300,5,0,6116,0,1,0,0,0),(60562,17157,530,1,1,0,0,-2924.61,8548.75,-29.5462,0.900691,300,5,0,6116,0,1,0,0,0),(60563,17157,530,1,1,0,0,-2938.7,8591.99,-32.4401,0.186668,300,5,0,6116,0,1,0,0,0),(60564,17157,530,1,1,0,0,-2950.76,8645.85,-38.0422,2.25591,300,5,0,6116,0,1,0,0,0),(60565,17157,530,1,1,0,0,-2921.26,8652.28,-34.6147,4.72411,300,5,0,6116,0,1,0,0,0),(60566,17157,530,1,1,0,0,-2861.06,8645.97,-28.9896,6.20199,300,5,0,6116,0,1,0,0,0),(60567,17157,530,1,1,0,0,-2915.43,8682.97,-36.5825,1.00688,300,5,0,6116,0,1,0,0,0),(60568,17157,530,1,1,0,0,-2342.41,8718.29,-3.96157,2.67707,300,5,0,6116,0,1,0,0,0),(60569,17157,530,1,1,0,0,-2326.03,8728.83,1.15754,4.15007,300,5,0,6116,0,1,0,0,0),(60570,17157,530,1,1,0,0,-2384.12,8681.82,-14.7322,4.69274,300,5,0,6116,0,1,0,0,0),(60571,17157,530,1,1,0,0,-2420.06,8711.33,0.3024,1.45108,300,5,0,6116,0,1,0,0,0),(60572,17157,530,1,1,0,0,-2373.37,8747.22,13.1611,5.05699,300,5,0,6116,0,1,0,0,0),(60573,17157,530,1,1,0,0,-2471.6,8718.03,-1.02497,2.61324,300,5,0,6116,0,1,0,0,0),(60574,17157,530,1,1,0,0,-2478.83,8685.87,-17.3072,3.69769,300,5,0,6116,0,1,0,0,0),(60575,17157,530,1,1,0,0,-2497.29,8699.82,3.28503,3.96565,300,5,0,6116,0,1,0,0,0),(60576,17157,530,1,1,0,0,-2542.59,8711.36,-4.33817,1.67056,300,5,0,6116,0,1,0,0,0),(60577,17157,530,1,1,0,0,-2560.01,8750.9,28.0849,1.30001,300,5,0,6116,0,1,0,0,0),(60578,17157,530,1,1,0,0,-2612.29,8717.48,-15.7712,5.88419,300,5,0,6116,0,1,0,0,0),(60579,17157,530,1,1,0,0,-2655.33,8737.31,-23.5916,1.85795,300,5,0,6116,0,1,0,0,0),(60580,17157,530,1,1,0,0,-2640.88,8773.33,-11.3166,3.33018,300,5,0,6116,0,1,0,0,0),(60581,17157,530,1,1,0,0,-2714.22,8747.06,-28.4924,5.74344,300,5,0,6116,0,1,0,0,0),(60582,17157,530,1,1,0,0,-2688,8777.4,-18.7323,4.18888,300,5,0,6116,0,1,0,0,0),(60583,17157,530,1,1,0,0,-2688.09,8739.41,-26.5123,2.60421,300,5,0,6116,0,1,0,0,0),(60584,17157,530,1,1,0,0,-2586.93,8810.07,19.7377,6.01006,300,5,0,6116,0,1,0,0,0),(60585,17157,530,1,1,0,0,-2751.61,8786.14,-41.4873,5.85187,300,5,0,6116,0,1,0,0,0),(60586,17157,530,1,1,0,0,-2750.63,8711.18,-30.7163,4.66745,300,5,0,6116,0,1,0,0,0),(60587,17157,530,1,1,0,0,-2785.87,8743.17,-28.9876,4.70458,300,5,0,6116,0,1,0,0,0),(60588,17157,530,1,1,0,0,-2654.51,8849.23,-7.50705,4.72619,300,5,0,6116,0,1,0,0,0),(60589,17157,530,1,1,0,0,-2630.87,8826.62,-12.9747,2.45236,300,5,0,6116,0,1,0,0,0),(60590,17157,530,1,1,0,0,-2615.39,8849.03,-14.4904,1.38811,300,5,0,6116,0,1,0,0,0),(60591,17157,530,1,1,0,0,-2652.27,8880.84,-10.9751,1.60342,300,5,0,6116,0,1,0,0,0),(60592,17157,530,1,1,0,0,-2599.53,8907.4,-11.1988,5.82578,300,5,0,6116,0,1,0,0,0),(60593,17157,530,1,1,0,0,-2589.76,8965.09,-5.59361,1.78735,300,5,0,6116,0,1,0,0,0),(60594,17157,530,1,1,0,0,-1769.59,8944.72,58.1419,5.91953,300,5,0,6116,0,1,0,0,0),(60595,17157,530,1,1,0,0,-1878.44,8788.99,40.2464,2.81644,300,5,0,6116,0,1,0,0,0),(60596,17158,530,1,1,0,0,-1759.75,6370.54,40.3975,2.26904,300,5,0,4572,2705,1,0,0,0),(60597,17158,530,1,1,0,0,-1591.18,6270.28,61.6115,4.72997,300,5,0,4572,2705,1,0,0,0),(60598,17158,530,1,1,0,0,-1474.52,6404.28,28.8356,3.79871,300,5,0,4572,2705,1,0,0,0),(60599,17158,530,1,1,0,0,-1614.38,6447.17,26.3975,2.29742,300,5,0,4572,2705,1,0,0,0),(60600,17158,530,1,1,0,0,-1652.48,6581.86,5.87863,3.17632,300,5,0,4572,2705,1,0,0,0),(60601,17158,530,1,1,0,0,-1813.19,6453.13,30.5312,1.43566,300,5,0,4572,2705,1,0,0,0),(60602,17158,530,1,1,0,0,-2046.01,6412.71,33.2101,2.49418,300,5,0,4572,2705,1,0,0,0),(60603,17158,530,1,1,0,0,-2137.44,6316.04,48.4922,3.41024,300,5,0,4572,2705,1,0,0,0),(60604,17158,530,1,1,0,0,-2145.56,6250.8,67.2088,1.47297,300,5,0,4572,2705,1,0,0,0),(60605,17158,530,1,1,0,0,-2354.6,6387.52,25.7617,5.51605,300,0,0,4572,2705,0,0,0,0),(60606,17158,530,1,1,0,0,-2324.11,6321.51,30.9675,3.74942,300,5,0,4572,2705,1,0,0,0),(60607,17158,530,1,1,0,0,-2583.79,6538.9,13.4237,1.99993,300,5,0,4572,2705,1,0,0,0),(60608,17158,530,1,1,0,0,-2763.72,6856.9,-9.63841,2.83498,300,5,0,4572,2705,1,0,0,0),(60609,17158,530,1,1,0,0,-1829.39,6980.7,-45.7948,4.08431,300,5,0,4572,2705,1,0,0,0),(60610,17158,530,1,1,0,0,-2182.38,7082.55,-10.5814,4.72448,300,5,0,4572,2705,1,0,0,0),(60611,17158,530,1,1,0,0,-2214.6,7101.72,-13.3947,1.78735,300,0,0,4572,2705,0,0,0,0),(60612,17158,530,1,1,0,0,-2411.65,7045.55,-7.37025,0.110935,300,5,0,4572,2705,1,0,0,0),(60613,17158,530,1,1,0,0,-2310.09,6949.85,-2.79881,6.23333,300,5,0,4572,2705,1,0,0,0),(60614,17158,530,1,1,0,0,-2248.84,6942.55,-5.2024,4.48192,300,5,0,4572,2705,1,0,0,0),(60615,17158,530,1,1,0,0,-1761.44,6774.95,-21.6742,4.93868,300,5,0,4572,2705,1,0,0,0),(60616,17158,530,1,1,0,0,-1721.77,6689.65,-17.1048,3.31027,300,5,0,4572,2705,1,0,0,0),(60617,17158,530,1,1,0,0,-1784.85,6629.97,-9.15831,4.49181,300,5,0,4572,2705,1,0,0,0),(60618,17158,530,1,1,0,0,-1881.83,6609.67,1.39477,5.90522,300,5,0,4572,2705,1,0,0,0),(60619,17158,530,1,1,0,0,-2280.45,6508.78,12.1136,3.9705,300,5,0,4572,2705,1,0,0,0),(60620,17158,530,1,1,0,0,-1325.82,6687.04,40.8139,4.03429,300,5,0,4572,2705,1,0,0,0),(60621,17158,530,1,1,0,0,-1424.12,6919.95,10.5877,3.12011,300,5,0,4572,2705,1,0,0,0),(60622,17158,530,1,1,0,0,-1527.07,6814.81,5.41164,6.13414,300,5,0,4572,2705,1,0,0,0),(60623,17159,530,1,1,0,0,-2697.92,7040.53,-6.81427,0.620493,300,5,0,4731,2790,1,0,0,0),(60624,17159,530,1,1,0,0,-2818.25,7048.97,-11.0032,2.36344,300,5,0,4731,2790,1,0,0,0),(60625,17159,530,1,1,0,0,-2784.52,7907.15,-34.792,5.0363,300,5,0,4731,2790,1,0,0,0),(60626,17159,530,1,1,0,0,-2284.43,7761.18,-25.4335,3.67201,300,5,0,4731,2790,1,0,0,0),(60627,17159,530,1,1,0,0,-2025.44,7877.23,-34.0622,0.671234,300,5,0,4731,2790,1,0,0,0),(60628,17159,530,1,1,0,0,-2014.98,7375.31,-33.0574,3.00439,300,5,0,4731,2790,1,0,0,0),(60629,17159,530,1,1,0,0,-2180.41,7449.87,-34.7481,6.23082,300,0,0,4731,2790,0,0,0,0),(60630,17159,530,1,1,0,0,-2526.47,7053.58,-7.4787,3.03007,300,5,0,4731,2790,1,0,0,0),(60631,17159,530,1,1,0,0,-1590.26,7181.33,6.30724,2.19948,300,0,0,4731,2790,0,0,0,0),(60632,17159,530,1,1,0,0,-1389.92,7483.95,6.56155,3.17283,300,5,0,4731,2790,1,0,0,0),(60633,17159,530,1,1,0,0,-1346.91,7635.51,2.38691,0.297694,300,5,0,4731,2790,1,0,0,0),(60634,17159,530,1,1,0,0,-1358.4,7628.8,3.10802,2.95013,300,0,0,4731,2790,0,0,0,0),(60635,17159,530,1,1,0,0,-978.598,7958.43,24.6485,3.17889,300,5,0,4731,2790,1,0,0,0),(60636,17159,530,1,1,0,0,-829.446,8085.04,34.6094,3.00439,300,5,0,4731,2790,1,0,0,0),(60637,17159,530,1,1,0,0,-750.979,8114.65,51.0695,3.63759,300,5,0,4731,2790,1,0,0,0),(60638,17159,530,1,1,0,0,-952.465,7785.57,31.3314,4.62827,300,5,0,4731,2790,1,0,0,0),(60639,17159,530,1,1,0,0,-911.373,7608.63,41.3711,3.21095,300,5,0,4731,2790,1,0,0,0),(60640,17159,530,1,1,0,0,-1126.66,7418.87,33.5767,2.08737,300,0,0,4731,2790,0,0,0,0),(60641,17159,530,1,1,0,0,-804.637,7327.55,42.4553,2.35896,300,5,0,4731,2790,1,0,0,0),(60642,17160,530,1,1,0,0,-2934.27,8258.85,-32.9577,4.05717,300,5,0,4892,2846,1,0,0,0),(60643,17160,530,1,1,0,0,-2182.45,8190.03,-27.116,1.60402,300,5,0,4892,2846,1,0,0,0),(60644,17160,530,1,1,0,0,-2279.8,8279.81,-32.6149,4.593,300,5,0,4892,2846,1,0,0,0),(60645,17160,530,1,1,0,0,-2221.37,8358.05,-26.2414,1.40404,300,5,0,4892,2846,1,0,0,0),(60646,17160,530,1,1,0,0,-2235.67,8569.7,-12.4099,4.57326,300,5,0,4892,2846,1,0,0,0),(60647,17160,530,1,1,0,0,-2670.24,8528.18,-37.0342,1.7954,300,5,0,4892,2846,1,0,0,0),(60648,17160,530,1,1,0,0,-2315.6,8617.14,-15.6832,3.06518,300,5,0,4892,2846,1,0,0,0),(60649,17160,530,1,1,0,0,-2235.67,8678.85,-6.68544,3.41641,300,5,0,4892,2846,1,0,0,0),(60650,17160,530,1,1,0,0,-1205,8279.31,9.8011,5.2375,300,5,0,4892,2846,1,0,0,0),(60651,17160,530,1,1,0,0,-1152.11,8310.31,22.1004,2.64388,300,5,0,4892,2846,1,0,0,0),(60652,17160,530,1,1,0,0,-786.632,8509.85,41.4289,2.66135,300,5,0,4892,2846,1,0,0,0),(60653,17160,530,1,1,0,0,-1208.82,8708.96,38.245,0.095784,300,5,0,4892,2846,1,0,0,0),(60654,17160,530,1,1,0,0,-1311.98,8728.63,30.2339,6.24317,300,5,0,4892,2846,1,0,0,0),(60655,17160,530,1,1,0,0,-1313.86,8599.33,21.8203,2.3203,300,5,0,4892,2846,1,0,0,0),(60656,17160,530,1,1,0,0,-1681.28,8826.55,36.8134,5.55995,300,5,0,4892,2846,1,0,0,0),(60657,17160,530,1,1,0,0,-1694.04,8954.35,40.0056,1.06649,300,5,0,4892,2846,1,0,0,0),(60658,17160,530,1,1,0,0,-2048.26,8878.08,32.197,3.96222,300,5,0,4892,2846,1,0,0,0),(60659,17179,530,1,1,0,0,-3813.38,-13392.9,79.8274,5.04611,300,5,0,108,0,1,0,0,0),(60660,17179,530,1,1,0,0,-3822.59,-13362.6,79.8953,4.1427,300,5,0,108,0,1,0,0,0),(60661,17179,530,1,1,0,0,-3749.16,-13356.3,81.1474,0.264022,300,5,0,108,0,1,0,0,0),(60662,17179,530,1,1,0,0,-3787.35,-13379.2,80.2762,2.52923,300,5,0,108,0,1,0,0,0),(60663,17179,530,1,1,0,0,-3787.65,-13351.4,80.2212,3.29759,300,5,0,108,0,1,0,0,0),(60664,17179,530,1,1,0,0,-3784.23,-13323.1,83.2617,2.80013,300,5,0,108,0,1,0,0,0),(60665,17179,530,1,1,0,0,-3752.25,-13327,83.2433,4.79579,300,5,0,108,0,1,0,0,0),(60666,17180,530,1,1,0,0,-3800.95,-13396.4,80.6838,1.55334,300,5,0,53,0,1,0,0,0),(60667,17180,530,1,1,0,0,-3825.08,-13367.6,79.9639,1.09956,300,5,0,53,0,1,0,0,0),(60668,17180,530,1,1,0,0,-3769.9,-13342.3,79.7947,4.10152,300,5,0,53,0,1,0,0,0),(60669,17180,530,1,1,0,0,-3798.88,-13348.1,80.1188,6.03884,300,5,0,53,0,1,0,0,0),(60670,17181,530,1,1,0,0,-3807.36,-13372.6,80.0588,4.41568,300,5,0,53,0,1,0,0,0),(60671,17181,530,1,1,0,0,-3782.17,-13355.1,79.6191,6.0912,300,5,0,53,0,1,0,0,0),(60672,17181,530,1,1,0,0,-3799.52,-13336.4,80.739,5.25344,300,5,0,53,0,1,0,0,0),(60673,17182,530,1,1,0,0,-3797.25,-13362.9,80.1512,1.62316,300,5,0,53,0,1,0,0,0),(60674,17182,530,1,1,0,0,-3735.68,-13337.3,83.8505,3.05433,300,5,0,53,0,1,0,0,0),(60675,17182,530,1,1,0,0,-3786.34,-13332.5,81.3662,5.07891,300,5,0,53,0,1,0,0,0),(60676,17183,530,1,1,0,1,-4601.54,-11487.9,16.6576,0.925342,300,5,0,137,0,1,0,0,0),(60677,17183,530,1,1,0,1,-4585.2,-11555.5,16.7298,1.51021,300,5,0,137,0,1,0,0,0),(60678,17183,530,1,1,0,1,-4621.58,-11584.8,18.1682,2.39593,300,5,0,137,0,1,0,0,0),(60679,17183,530,1,1,0,1,-4586.91,-11577.2,15.5943,0.486809,300,5,0,137,0,1,0,0,0),(60680,17183,530,1,1,0,1,-4648.55,-11583.4,18.3461,5.6795,300,5,0,137,0,1,0,0,0),(60681,17183,530,1,1,0,1,-4541.67,-11641.7,16.5,0.598152,300,0,0,137,0,0,0,0,0),(60682,17183,530,1,1,0,1,-4486.04,-11592.1,13.3159,2.46049,300,5,0,137,0,1,0,0,0),(60683,17183,530,1,1,0,1,-4479.63,-11580.9,13.7138,0.976076,300,5,0,137,0,1,0,0,0),(60684,17183,530,1,1,0,1,-4582.48,-11585.3,15.5831,5.21462,300,5,0,137,0,1,0,0,0),(60685,17183,530,1,1,0,1,-4586.5,-11564.1,16.2953,4.58202,300,5,0,137,0,1,0,0,0),(60686,17183,530,1,1,0,1,-4597.4,-11482.4,14.5317,0.774349,300,5,0,137,0,1,0,0,0),(60687,17184,530,1,1,0,1,-4654.83,-11481.7,19.5651,3.45437,300,5,0,126,289,1,0,0,0),(60688,17184,530,1,1,0,1,-4693.06,-11546,26.1713,2.81826,300,5,0,126,289,1,0,0,0),(60689,17184,530,1,1,0,1,-4556.15,-11582.2,12.494,5.39471,300,5,0,126,289,1,0,0,0),(60690,17184,530,1,1,0,1,-4639.35,-11610.7,21.6946,1.08947,300,5,0,126,289,1,0,0,0),(60691,17184,530,1,1,0,1,-4587.85,-11627.6,17.8965,5.67762,300,5,0,126,289,1,0,0,0),(60692,17184,530,1,1,0,1,-4522.19,-11635.6,13.3691,0.855211,300,5,0,126,289,1,0,0,0),(60693,17184,530,1,1,0,1,-4512.2,-11614.8,11.55,6.0254,300,5,0,126,289,1,0,0,0),(60694,17184,530,1,1,0,1,-4508.72,-11545.1,18.6361,0.670072,300,5,0,126,289,1,0,0,0),(60695,17184,530,1,1,0,1,-4448.07,-11613.2,10.4776,2.89314,300,5,0,126,289,1,0,0,0),(60696,17184,530,1,1,0,1,-4516.25,-11681,15.1601,5.63493,300,5,0,126,289,1,0,0,0),(60697,17184,530,1,1,0,1,-4462.67,-11617.3,11.5843,1.83379,300,5,0,126,289,1,0,0,0),(60698,17184,530,1,1,0,1,-4649.05,-11683.7,26.2474,2.20454,300,5,0,126,289,1,0,0,0),(60699,17184,530,1,1,0,1,-4439.13,-11622.3,9.9659,0.019285,300,5,0,126,289,1,0,0,0),(60700,17184,530,1,1,0,1,-4514.59,-11557,17.3444,5.04825,300,5,0,126,289,1,0,0,0),(60701,17184,530,1,1,0,1,-4578.76,-11519.6,19.1536,4.74558,300,5,0,126,289,1,0,0,0),(60703,17184,530,1,1,0,1,-4646.28,-11484,18.6961,1.95317,300,5,0,126,289,1,0,0,0),(60704,17185,530,1,1,0,1,-4570.54,-11529.3,18.902,5.33822,300,5,0,156,0,1,0,0,0),(60705,17185,530,1,1,0,1,-4616.27,-11601.5,18.5975,1.10502,300,5,0,156,0,1,0,0,0),(60706,17185,530,1,1,0,1,-4675.22,-11522.9,28.8371,5.52001,300,5,0,156,0,1,0,0,0),(60707,17185,530,1,1,0,1,-4554.92,-11537.1,19.5139,1.90011,300,5,0,156,0,1,0,0,0),(60708,17185,530,1,1,0,1,-4604.64,-11546,18.4642,0.966814,300,5,0,156,0,1,0,0,0),(60709,17185,530,1,1,0,1,-4640.3,-11539.8,16.8381,0.977384,300,5,0,156,0,1,0,0,0),(60710,17185,530,1,1,0,1,-4575.77,-11634.8,18.0564,2.70526,300,5,0,156,0,1,0,0,0),(60711,17185,530,1,1,0,1,-4645.16,-11651,23.5197,6.18934,300,5,0,156,0,1,0,0,0),(60712,17185,530,1,1,0,1,-4556.1,-11604.7,16.5071,6.11451,300,5,0,156,0,1,0,0,0),(60713,17185,530,1,1,0,1,-4482.93,-11619.3,11.0563,3.08923,300,5,0,156,0,1,0,0,0),(60714,17185,530,1,1,0,1,-4446.96,-11593.7,12.6575,5.05875,300,5,0,156,0,1,0,0,0),(60715,17185,530,1,1,0,1,-4451.32,-11590.1,13.03,5.09471,300,5,0,156,0,1,0,0,0),(60716,17185,530,1,1,0,1,-4510.1,-11595.3,12.3813,4.85202,300,5,0,156,0,1,0,0,0),(60717,17185,530,1,1,0,1,-4531.08,-11610.1,14.5771,6.08273,300,5,0,156,0,1,0,0,0),(60718,17185,530,1,1,0,1,-4554.64,-11545.6,18.4911,4.91833,300,5,0,156,0,1,0,0,0),(60719,17186,530,1,1,0,0,-4880.67,-10994.1,9.4735,0.014038,300,5,0,156,0,1,0,0,0),(60720,17186,530,1,1,0,0,-5086.7,-10851.1,8.90275,0.031349,300,5,0,156,0,1,0,0,0),(60721,17186,530,1,1,0,0,-5170.09,-10842.6,7.70324,3.28974,300,5,0,156,0,1,0,0,0),(60722,17186,530,1,1,0,0,-5202.93,-10904.1,11.1367,3.74207,300,5,0,156,0,1,0,0,0),(60723,17186,530,1,1,0,0,-4964.13,-10999.4,20.8955,3.74885,300,5,0,156,0,1,0,0,0),(60724,17186,530,1,1,0,0,-4948.8,-11034.1,13.5057,0,300,5,0,156,0,1,0,0,0),(60725,17186,530,1,1,0,0,-5026.89,-10977.6,21.7301,0.369627,300,5,0,156,0,1,0,0,0),(60726,17186,530,1,1,0,0,-5028.43,-11039.9,25.3248,2.29679,300,5,0,156,0,1,0,0,0),(60727,17186,530,1,1,0,0,-5014.85,-11130.4,19.9201,5.26353,300,5,0,156,0,1,0,0,0),(60728,17186,530,1,1,0,0,-5105.17,-10978.5,26.8447,2.60032,300,5,0,156,0,1,0,0,0),(60729,17186,530,1,1,0,0,-5185.26,-11088.2,20.7288,5.25649,300,5,0,156,0,1,0,0,0),(60730,17186,530,1,1,0,0,-5252.95,-11083.3,17.7755,2.60976,300,5,0,156,0,1,0,0,0),(60731,17186,530,1,1,0,0,-5101.11,-11145.6,25.971,0.61528,300,5,0,156,0,1,0,0,0),(60732,17186,530,1,1,0,0,-4977.29,-11143.5,17.8175,3.81206,300,5,0,156,0,1,0,0,0),(60733,17186,530,1,1,0,0,-5096.44,-10913.7,15.6701,2.67035,300,5,0,156,0,1,0,0,0),(60734,17187,530,1,1,0,0,-4967.94,-11250.2,24.5789,1.97851,300,5,0,148,165,1,0,0,0),(60735,17187,530,1,1,0,0,-4941.81,-11051,13.7285,1.5708,300,5,0,148,165,1,0,0,0),(60736,17187,530,1,1,0,0,-4901.18,-10951.4,12.6623,4.0044,300,5,0,148,165,1,0,0,0),(60737,17187,530,1,1,0,0,-5020.54,-10905.3,12.3429,5.02179,300,5,0,148,165,1,0,0,0),(60738,17187,530,1,1,0,0,-5025.31,-10843.3,4.04934,2.60024,300,5,0,148,165,1,0,0,0),(60739,17187,530,1,1,0,0,-5120.51,-10918.4,15.4105,1.29154,300,5,0,148,165,1,0,0,0),(60740,17187,530,1,1,0,0,-4997.35,-11072.9,23.1912,5.93425,300,5,0,148,165,1,0,0,0),(60741,17187,530,1,1,0,0,-5066.77,-11055.5,27.927,4.4855,300,5,0,148,165,1,0,0,0),(60742,17187,530,1,1,0,0,-5093.04,-11081.8,28.9992,0.139626,300,5,0,148,165,1,0,0,0),(60743,17187,530,1,1,0,0,-5045.72,-11162.3,19.1993,3.16793,300,5,0,148,165,1,0,0,0),(60744,17187,530,1,1,0,0,-5097.26,-11010.2,27.4306,0.237892,300,5,0,148,165,1,0,0,0),(60745,17187,530,1,1,0,0,-5148.67,-11047.9,29.9789,0.539692,300,5,0,148,165,1,0,0,0),(60746,17187,530,1,1,0,0,-5154.32,-11122.2,27.0415,4.56298,300,5,0,148,165,1,0,0,0),(60747,17187,530,1,1,0,0,-5169.62,-10951.2,15.6407,5.71042,300,5,0,148,165,1,0,0,0),(60748,17187,530,1,1,0,0,-5260.31,-11028.5,18.6663,5.13365,300,5,0,148,165,1,0,0,0),(60749,17187,530,1,1,0,0,-5224.88,-11058.5,21.7714,6.07724,300,5,0,148,165,1,0,0,0),(60750,17187,530,1,1,0,0,-5226.52,-11021.7,21.7736,1.59784,300,5,0,148,165,1,0,0,0),(60751,17187,530,1,1,0,0,-5220.79,-11114.4,16.8481,2.89472,300,5,0,148,165,1,0,0,0),(60752,17187,530,1,1,0,0,-5145.53,-11182.3,30.2518,0.743985,300,5,0,148,165,1,0,0,0),(60753,17187,530,1,1,0,0,-4978.81,-11192.7,16.9285,2.6529,300,5,0,148,165,1,0,0,0),(60754,17188,530,1,1,0,0,-4921.54,-11181.2,26.3964,2.39215,300,5,0,176,0,1,0,0,0),(60755,17188,530,1,1,0,0,-4979.44,-10950.8,13.763,5.77959,300,5,0,176,0,1,0,0,0),(60756,17188,530,1,1,0,0,-5034.94,-10881.6,9.6081,0.528356,300,5,0,176,0,1,0,0,0),(60757,17188,530,1,1,0,0,-5188.38,-10906.5,14.3079,1.67066,300,5,0,176,0,1,0,0,0),(60758,17188,530,1,1,0,0,-4939.58,-11006.3,17.056,2.99352,300,5,0,176,0,1,0,0,0),(60759,17188,530,1,1,0,0,-4947.48,-11117.3,24.1939,2.44873,300,5,0,176,0,1,0,0,0),(60760,17188,530,1,1,0,0,-5042.78,-10996.1,23.4983,1.0913,300,5,0,176,0,1,0,0,0),(60761,17188,530,1,1,0,0,-5075.04,-11113.9,25.2299,3.91824,300,5,0,176,0,1,0,0,0),(60762,17188,530,1,1,0,0,-5051.03,-11090.4,27.3492,2.40855,300,5,0,176,0,1,0,0,0),(60763,17188,530,1,1,0,0,-5147.42,-10987.4,22.4489,5.4314,300,5,0,176,0,1,0,0,0),(60764,17188,530,1,1,0,0,-5039.98,-10937.5,20.0215,1.9416,300,5,0,176,0,1,0,0,0),(60765,17188,530,1,1,0,0,-5202.62,-11040.7,26.873,2.61388,300,5,0,176,0,1,0,0,0),(60766,17188,530,1,1,0,0,-5213.46,-10992.3,17.054,4.88324,300,5,0,176,0,1,0,0,0),(60767,17188,530,1,1,0,0,-5256.07,-11056.9,18.8249,5.78247,300,5,0,176,0,1,0,0,0),(60768,17188,530,1,1,0,0,-5281.99,-11052.6,12.917,4.33007,300,5,0,176,0,1,0,0,0),(60769,17188,530,1,1,0,0,-5036.72,-11168.4,20.0762,4.03765,300,5,0,176,0,1,0,0,0),(60770,17189,530,1,1,0,0,-3203.73,-12384.4,20.0718,0.678333,300,5,0,202,0,1,0,0,0),(60771,17189,530,1,1,0,0,-3217.99,-12421.1,19.4682,3.57835,300,5,0,202,0,1,0,0,0),(132616,21791,530,1,1,15880,0,-3814.51,3771.36,275.908,0.261799,180,5,0,42,0,1,0,0,0),(60777,17189,530,1,1,0,0,-3193.69,-12464.9,13.668,3.92433,300,5,0,202,0,1,0,0,0),(60780,17189,530,1,1,0,0,-3150.54,-12503.2,-0.375702,1.72018,300,5,0,202,0,1,0,0,0),(60783,17189,530,1,1,0,0,-3094.6,-12515.8,1.43012,1.26753,300,5,0,202,0,1,0,0,0),(60784,17189,530,1,1,0,0,-3078.97,-12499.2,1.80123,0.821493,300,5,0,202,0,1,0,0,0),(60785,17189,530,1,1,0,0,-3237.25,-12416.4,14.2979,2.04005,300,5,0,202,0,1,0,0,0),(60787,17189,530,1,1,0,0,-3210.22,-12449.7,16.6093,2.09182,300,5,0,202,0,1,0,0,0),(60788,17189,530,1,1,0,0,-3245.69,-12445.7,24.7048,5.55753,300,5,0,202,0,1,0,0,0),(132621,21792,530,1,1,15880,0,-3812.85,3764.83,275.908,2.16421,180,5,0,42,0,1,0,0,0),(60791,17189,530,1,1,0,0,-3220.57,-12482.7,15.4368,0.316448,300,5,0,202,0,1,0,0,0),(60792,17189,530,1,1,0,0,-3242.6,-12470.3,21.7076,2.33395,300,5,0,202,0,1,0,0,0),(60795,17189,530,1,1,0,0,-3127.17,-12458.1,5.78869,0.455295,300,5,0,202,0,1,0,0,0),(60796,17189,530,1,1,0,0,-3138.15,-12438.9,9.3775,2.54688,300,5,0,202,0,1,0,0,0),(60797,17189,530,1,1,0,0,-3082.28,-12463.7,2.53857,4.68405,300,5,0,202,0,1,0,0,0),(60798,17189,530,1,1,0,0,-3067.39,-12483.9,2.25797,0.113369,300,5,0,202,0,1,0,0,0),(60801,17189,530,1,1,0,0,-3187.89,-12479.8,13.7721,1.22614,300,5,0,202,0,1,0,0,0),(60802,17189,530,1,1,0,0,-3162.54,-12470.8,-3.14679,2.25148,300,5,0,202,0,1,0,0,0),(60803,17189,530,1,1,0,0,-3242,-12377.5,10.8308,5.14872,300,5,0,202,0,1,0,0,0),(60804,17189,530,1,1,0,0,-3119.83,-12489.3,2.58276,1.79716,300,5,0,202,0,1,0,0,0),(60806,17189,530,1,1,0,0,-3207.26,-12491,14.6105,0.552175,300,5,0,202,0,1,0,0,0),(60809,17189,530,1,1,0,0,-3147.57,-12419.1,11.5721,3.90659,300,5,0,202,0,1,0,0,0),(60812,17189,530,1,1,0,0,-3151.52,-12400.4,11.8953,0.296828,300,5,0,202,0,1,0,0,0),(60813,17189,530,1,1,0,0,-3173.6,-12392.3,13.6662,3.4913,300,5,0,202,0,1,0,0,0),(60883,17191,530,1,1,0,1,-4855.55,-10833.2,-4.92065,6.08345,300,5,0,160,350,1,0,0,0),(60882,17191,530,1,1,0,1,-4798.98,-10872,-2.28248,2.81766,300,5,0,160,350,1,0,0,0),(60881,17191,530,1,1,0,1,-4800.17,-10872.8,-2.0407,1.39228,300,5,0,160,350,1,0,0,0),(60880,17191,530,1,1,0,1,-4817.61,-10882,1.32898,6.10648,300,5,0,160,350,1,0,0,0),(60879,17191,530,1,1,0,1,-4763.94,-10963.3,-0.849359,5.11804,300,5,0,160,350,1,0,0,0),(60878,17191,530,1,1,0,1,-3482.4,-11824.7,-5.27825,0.162849,300,5,0,160,350,1,0,0,0),(60877,17191,530,1,1,0,1,-3477.84,-11858.6,-1.73835,4.39772,300,5,0,160,350,1,0,0,0),(60876,17191,530,1,1,0,1,-3404.77,-11898.9,0.120021,2.00486,300,5,0,160,350,1,0,0,0),(60875,17191,530,1,1,0,1,-3338.68,-11869.1,0.33021,0.849024,300,5,0,160,350,1,0,0,0),(60874,17191,530,1,1,0,1,-3391.26,-11876.9,-2.57137,0.902948,300,5,0,160,350,1,0,0,0),(60873,17191,530,1,1,0,1,-3276.41,-11857.9,-3.43978,1.86197,300,5,0,160,350,1,0,0,0),(60872,17191,530,1,1,0,1,-3274.07,-11887.7,1.60109,4.60669,300,5,0,160,350,1,0,0,0),(60871,17191,530,1,1,0,1,-3188.98,-11863.8,-5.80274,1.31529,300,5,0,160,350,1,0,0,0),(60870,17191,530,1,1,0,1,-3212.74,-11869.8,-1.48769,1.19749,300,5,0,160,350,1,0,0,0),(60869,17191,530,1,1,0,1,-3468.11,-11872.3,0.103488,1.07809,300,5,0,160,350,1,0,0,0),(60868,17191,530,1,1,0,1,-3494.95,-11826.5,-2.35502,3.68998,300,5,0,160,350,1,0,0,0),(60867,17191,530,1,1,0,1,-3529.08,-11837,0.338427,3.22951,300,5,0,160,350,1,0,0,0),(60865,17191,530,1,1,0,1,-3377.83,-11875,-1.12912,5.46301,300,0,0,160,350,0,0,0,0),(60866,17191,530,1,1,0,1,-3346.05,-11877.2,1.20104,4.98532,300,5,0,160,350,1,0,0,0),(60863,17191,530,1,1,0,1,-3311.02,-11861.7,-0.946687,5.29809,300,5,0,160,350,1,0,0,0),(60864,17191,530,1,1,0,1,-3372.55,-11891.5,0.926316,6.13322,300,5,0,160,350,1,0,0,0),(60862,17191,530,1,1,0,1,-3288.09,-11862.7,-1.60731,2.2688,300,5,0,160,350,1,0,0,0),(60861,17191,530,1,1,0,1,-3298.39,-11871.3,0.424743,5.13438,300,5,0,160,350,1,0,0,0),(60860,17191,530,1,1,0,1,-3211.54,-11885.7,1.19361,4.9341,300,5,0,160,350,1,0,0,0),(60858,17191,530,1,1,0,1,-3116.91,-11914.5,1.44507,4.69367,300,0,0,160,350,0,0,0,0),(60859,17191,530,1,1,0,1,-3170.38,-11902.9,1.57226,5.01658,300,5,0,160,350,1,0,0,0),(60856,17191,530,1,1,0,1,-3114.87,-11925.4,0.331342,3.68837,300,0,0,160,350,0,0,0,0),(60854,17190,530,1,1,0,1,-5335.65,-10966.4,-1.29399,0.970282,300,5,0,156,0,1,0,0,0),(60853,17190,530,1,1,0,1,-5267.59,-10827.4,-2.89718,0.656217,300,5,0,156,0,1,0,0,0),(60852,17190,530,1,1,0,1,-5180.63,-10766.1,-3.79157,0.639632,300,5,0,156,0,1,0,0,0),(60848,17190,530,1,1,0,1,-5032.2,-10766.6,-0.983335,3.76918,300,5,0,156,0,1,0,0,0),(60849,17190,530,1,1,0,1,-4935.96,-10766.5,-1.57371,5.895,300,5,0,156,0,1,0,0,0),(60850,17190,530,1,1,0,1,-4935.27,-10767.8,-1.50384,1.32733,300,5,0,156,0,1,0,0,0),(60851,17190,530,1,1,0,1,-5178.84,-10765.5,-3.77696,3.17721,300,5,0,156,0,1,0,0,0),(60920,17192,530,1,1,0,1,-5335.98,-10966,-1.34048,0.462448,300,0,0,166,178,0,0,0,0),(60918,17192,530,1,1,0,1,-5178.92,-10765.9,-3.74916,2.75202,300,5,0,166,178,1,0,0,0),(60917,17192,530,1,1,0,1,-5033.05,-10768.2,-0.895013,1.52877,300,5,0,166,178,1,0,0,0),(60916,17192,530,1,1,0,1,-4935.9,-10767.4,-1.47325,0.505071,300,5,0,166,178,1,0,0,0),(60915,17192,530,1,1,0,1,-5070.42,-10785.9,0.96753,0.141069,300,5,0,166,178,1,0,0,0),(60914,17192,530,1,1,0,1,-4994.86,-10787,3.89861,6.19518,300,5,0,166,178,1,0,0,0),(60913,17192,530,1,1,0,1,-4855.54,-10833.7,-4.96329,0.272756,300,5,0,166,178,1,0,0,0),(60912,17192,530,1,1,0,1,-4799.51,-10872.6,-2.1335,2.01696,300,5,0,166,178,1,0,0,0),(60911,17192,530,1,1,0,1,-3516.46,-11876.3,1.80166,4.7038,300,5,0,166,178,1,0,0,0),(60910,17192,530,1,1,0,1,-3366.62,-11877.1,0.15664,0.238815,300,5,0,166,178,1,0,0,0),(60909,17192,530,1,1,0,1,-3392.95,-11903.3,1.00181,5.13319,300,5,0,166,178,1,0,0,0),(60908,17192,530,1,1,0,1,-3286.66,-11880.9,1.05148,3.17894,300,5,0,166,178,1,0,0,0),(60907,17192,530,1,1,0,1,-3314.3,-11875.9,0.89782,1.92115,300,5,0,166,178,1,0,0,0),(60906,17192,530,1,1,0,1,-3199.48,-11885.9,0.77867,5.64773,300,5,0,166,178,1,0,0,0),(60905,17192,530,1,1,0,1,-3508.78,-11855.4,-0.382846,2.86063,300,5,0,166,178,1,0,0,0),(60904,17192,530,1,1,0,1,-3399.44,-11888.7,-0.786027,2.02941,300,5,0,166,178,1,0,0,0),(60903,17192,530,1,1,0,1,-3309.9,-11875.5,1.02282,0.447868,300,5,0,166,178,1,0,0,0),(60902,17192,530,1,1,0,1,-3234.23,-11888.3,0.98577,6.19023,300,5,0,166,178,1,0,0,0),(60901,17192,530,1,1,0,1,-3170.79,-11883.3,-1.17139,0,300,5,0,166,178,1,0,0,0),(60900,17192,530,1,1,0,1,-3101.09,-11932.9,-2.14384,5.8455,300,5,0,166,178,1,0,0,0),(60899,17191,530,1,1,0,1,-5336.05,-10965.9,-1.34476,0.284904,300,0,0,160,350,0,0,0,0),(60898,17191,530,1,1,0,1,-5266.22,-10827.7,-2.66407,2.10362,300,5,0,160,350,1,0,0,0),(60895,17191,530,1,1,0,1,-5265.76,-10826.4,-2.83659,3.49237,300,5,0,160,350,1,0,0,0),(60894,17191,530,1,1,0,1,-5180.74,-10765.9,-3.82477,0.438989,300,5,0,160,350,1,0,0,0),(60892,17191,530,1,1,0,1,-5178.9,-10765.2,-3.79381,3.48696,300,5,0,160,350,1,0,0,0),(60891,17191,530,1,1,0,1,-4934.18,-10767.4,-1.64744,2.59641,300,5,0,160,350,1,0,0,0),(60889,17191,530,1,1,0,1,-5033.91,-10767.6,-0.906694,0.447576,300,5,0,160,350,1,0,0,0),(60888,17191,530,1,1,0,1,-4935.65,-10767.7,-1.48078,0.890332,300,5,0,160,350,1,0,0,0),(60887,17191,530,1,1,0,1,-4935.81,-10766.3,-1.61378,5.61243,300,5,0,160,350,1,0,0,0),(60886,17191,530,1,1,0,1,-4860.84,-10820.9,-5.84703,2.03109,300,5,0,160,350,1,0,0,0),(60885,17191,530,1,1,0,1,-4877.67,-10846.9,-1.07861,3.66728,300,5,0,160,350,1,0,0,0),(60884,17191,530,1,1,0,1,-4855.03,-10834.3,-4.88267,1.09985,300,5,0,160,350,1,0,0,0),(60835,17190,530,1,1,0,1,-3350.34,-11855.3,-4.84148,0.062541,300,5,0,156,0,1,0,0,0),(60834,17190,530,1,1,0,1,-3262.35,-11874.6,-0.00628574,5.03105,300,5,0,156,0,1,0,0,0),(60833,17190,530,1,1,0,1,-3301,-11886.2,1.6761,5.21784,300,5,0,156,0,1,0,0,0),(60832,17190,530,1,1,0,1,-3184.41,-11889.4,0.524309,5.06373,300,5,0,156,0,1,0,0,0),(60831,17190,530,1,1,0,1,-3224.16,-11877.3,0.44764,4.68859,300,5,0,156,0,1,0,0,0),(60830,17190,530,1,1,0,1,-3150.29,-11910.3,1.9337,2.97291,300,5,0,156,0,1,0,0,0),(60829,17190,530,1,1,0,1,-3135.98,-11922.3,2.04525,4.40397,300,5,0,156,0,1,0,0,0),(60828,17190,530,1,1,0,1,-3135.98,-11884.7,-6.47136,6.2343,300,5,0,156,0,1,0,0,0),(60827,17190,530,1,1,0,1,-3479.14,-11813.6,-5.3653,0.981115,300,5,0,156,0,1,0,0,0),(60826,17190,530,1,1,0,1,-3512.39,-11838,-0.415136,4.37619,300,5,0,156,0,1,0,0,0),(60825,17190,530,1,1,0,1,-3527.41,-11853.2,0.883493,2.24903,300,5,0,156,0,1,0,0,0),(60824,17190,530,1,1,0,1,-3411.2,-11917.1,1.60678,4.62809,300,5,0,156,0,1,0,0,0),(60823,17190,530,1,1,0,1,-3447.75,-11881.5,-0.527686,2.50604,300,5,0,156,0,1,0,0,0),(60822,17190,530,1,1,0,1,-3335.46,-11857.2,-4.04647,3.03899,300,5,0,156,0,1,0,0,0),(60821,17190,530,1,1,0,1,-3382.13,-11891.9,0.469003,5.37028,300,5,0,156,0,1,0,0,0),(60820,17190,530,1,1,0,1,-3375.25,-11904.8,2.06983,5.7811,300,5,0,156,0,1,0,0,0),(60819,17190,530,1,1,0,1,-3255.62,-11854.6,-4.27923,0.218479,300,5,0,156,0,1,0,0,0),(60818,17190,530,1,1,0,1,-3248.5,-11869.8,-0.525895,2.5974,300,5,0,156,0,1,0,0,0),(60817,17190,530,1,1,0,1,-3201.55,-11902.2,2.52011,4.56891,300,5,0,156,0,1,0,0,0),(60816,17190,530,1,1,0,1,-3194.8,-11897.3,1.55237,5.02837,300,5,0,156,0,1,0,0,0),(60815,17190,530,1,1,0,1,-3112.76,-11931.1,0.601099,3.85328,300,5,0,156,0,1,0,0,0),(61019,17195,530,1,1,0,0,-4853.25,-11785.7,15.0904,3.78258,300,5,0,126,289,1,0,0,0),(61018,17195,530,1,1,0,0,-4895.62,-12171,-1.51821,0.479241,300,5,0,126,289,1,0,0,0),(61017,17195,530,1,1,0,0,-4889.37,-12076.7,8.54773,0.648014,300,5,0,126,289,1,0,0,0),(61016,17195,530,1,1,0,0,-4986.49,-12118.9,-1.28561,3.97247,300,5,0,126,289,1,0,0,0),(61015,17195,530,1,1,0,0,-5037.65,-11953.1,-0.369246,3.3529,300,5,0,126,289,1,0,0,0),(61014,17195,530,1,1,0,0,-4973.85,-11921,5.76386,4.3907,300,5,0,126,289,1,0,0,0),(61013,17195,530,1,1,0,0,-4996.93,-12013.5,1.66003,1.33656,300,5,0,126,289,1,0,0,0),(61012,17195,530,1,1,0,0,-5037.57,-11895.4,1.66474,5.22668,300,5,0,126,289,1,0,0,0),(61011,17195,530,1,1,0,0,-5038.39,-11597.5,0.68885,4.1864,300,5,0,126,289,1,0,0,0),(61010,17195,530,1,1,0,0,-5020.19,-11614.4,3.11798,3.60174,300,5,0,126,289,1,0,0,0),(61009,17195,530,1,1,0,0,-5019.1,-11684.5,4.32411,0.340245,300,5,0,126,289,1,0,0,0),(61008,17195,530,1,1,0,0,-5035.97,-11746.6,2.50679,2.35589,300,5,0,126,289,1,0,0,0),(61007,17195,530,1,1,0,0,-4969.9,-11846.7,7.46557,2.22948,300,5,0,126,289,1,0,0,0),(61006,17195,530,1,1,0,0,-4879.38,-11820.3,22.233,1.74533,300,5,0,126,289,1,0,0,0),(61005,17195,530,1,1,0,0,-4902.51,-11716,12.9749,3.83804,300,5,0,126,289,1,0,0,0),(61004,17195,530,1,1,0,0,-4954.53,-11665,11.3985,5.26396,300,5,0,126,289,1,0,0,0),(61003,17195,530,1,1,0,0,-4748.1,-11605.8,-31.4974,4.66396,300,5,0,126,289,1,0,0,0),(61002,17195,530,1,1,0,0,-4947.79,-11554,2.95708,2.24357,300,5,0,126,289,1,0,0,0),(61001,17195,530,1,1,0,0,-4850.37,-11485.1,-36.2065,1.05796,300,5,0,126,289,1,0,0,0),(61000,17195,530,1,1,0,0,-4763.22,-11584.3,-8.15003,0.164064,300,5,0,126,289,1,0,0,0),(60999,17195,530,1,1,0,0,-4846.49,-11584.8,1.32607,4.15147,300,5,0,126,289,1,0,0,0),(60998,17195,530,1,1,0,0,-4816.64,-11583.6,-41.1851,3.43481,300,5,0,126,289,1,0,0,0),(60997,17195,530,1,1,0,0,-4763.54,-11568.2,-5.98976,4.51721,300,5,0,126,289,1,0,0,0),(60996,17195,530,1,1,0,0,-4750.17,-11530.2,-23.4801,2.74017,300,5,0,126,289,1,0,0,0),(60995,17194,530,1,1,0,1,-4868.21,-12173.2,1.56653,0.22978,300,5,0,137,0,1,0,0,0),(60994,17194,530,1,1,0,1,-4915.65,-12025,16.9912,3.07624,300,5,0,137,0,1,0,0,0),(60993,17194,530,1,1,0,1,-4984.78,-12035.8,2.81059,1.6588,300,5,0,137,0,1,0,0,0),(60992,17194,530,1,1,0,1,-5041.57,-11974.9,-0.343949,4.41227,300,5,0,137,0,1,0,0,0),(60991,17194,530,1,1,0,1,-4927.38,-11911.9,14.8222,1.5708,300,5,0,137,0,1,0,0,0),(60990,17194,530,1,1,0,1,-5014.67,-11881.9,1.44057,0.543583,300,5,0,137,0,1,0,0,0),(60989,17194,530,1,1,0,1,-4949.72,-11883.4,6.65547,4.0169,300,5,0,137,0,1,0,0,0),(60988,17194,530,1,1,0,1,-5019.71,-11815.1,2.29514,2.85444,300,5,0,137,0,1,0,0,0),(60987,17194,530,1,1,0,1,-4975.62,-11662.9,10.0949,2.21352,300,5,0,137,0,1,0,0,0),(60986,17194,530,1,1,0,1,-4881.47,-12153.1,1.82492,2.70678,300,5,0,137,0,1,0,0,0),(60985,17194,530,1,1,0,1,-4908.56,-12049.1,11.6568,0.889371,300,5,0,137,0,1,0,0,0),(60984,17194,530,1,1,0,1,-4938.49,-12008.7,12.2651,0.677393,300,5,0,137,0,1,0,0,0),(60983,17194,530,1,1,0,1,-4958.22,-12057,2.92719,0.991012,300,5,0,137,0,1,0,0,0),(60982,17194,530,1,1,0,1,-4919.01,-11872.6,14.6774,0.214095,300,5,0,137,0,1,0,0,0),(60981,17194,530,1,1,0,1,-5036.4,-11965.9,-0.146563,0.624875,300,5,0,137,0,1,0,0,0),(60980,17194,530,1,1,0,1,-4976.12,-11789.3,12.1492,1.38732,300,5,0,137,0,1,0,0,0),(60979,17194,530,1,1,0,1,-5050.46,-11659.4,-0.26306,5.34193,300,5,0,137,0,1,0,0,0),(60978,17194,530,1,1,0,1,-5044.1,-11781.4,1.76163,4.34928,300,5,0,137,0,1,0,0,0),(60977,17194,530,1,1,0,1,-4981.39,-11887.5,2.26169,3.15474,300,5,0,137,0,1,0,0,0),(60976,17194,530,1,1,0,1,-4873.05,-11876.5,20.3272,6.00562,300,5,0,137,0,1,0,0,0),(60975,17194,530,1,1,0,1,-4861.07,-11817.3,20.2238,0.246068,300,5,0,137,0,1,0,0,0),(60974,17194,530,1,1,0,1,-4897.01,-11781.7,25.4136,4.3855,300,5,0,137,0,1,0,0,0),(60973,17194,530,1,1,0,1,-4975.82,-11655.5,11.1803,3.01004,300,5,0,137,0,1,0,0,0),(60972,17194,530,1,1,0,1,-4796.47,-11626.6,-39.78,5.10708,300,5,0,137,0,1,0,0,0),(60971,17194,530,1,1,0,1,-4955.87,-11611.5,12.8254,1.97578,300,5,0,137,0,1,0,0,0),(60970,17194,530,1,1,0,1,-4922.29,-11529.4,0.07681,4.60373,300,5,0,137,0,1,0,0,0),(60969,17194,530,1,1,0,1,-4923.72,-11603.8,8.72077,3.20406,300,5,0,137,0,1,0,0,0),(60968,17194,530,1,1,0,1,-4820.94,-11580.5,-6.95739,2.40576,300,5,0,137,0,1,0,0,0),(60967,17194,530,1,1,0,1,-4823.01,-11542.6,-33.4703,4.48873,300,5,0,137,0,1,0,0,0),(60966,17194,530,1,1,0,1,-4820.37,-11467.5,-36.9997,4.85902,300,5,0,137,0,1,0,0,0),(60965,17194,530,1,1,0,1,-4715.22,-11550.9,-25.0567,0.024342,300,5,0,137,0,1,0,0,0),(60964,17194,530,1,1,0,1,-4728.62,-11541.2,-23.4161,6.24809,300,5,0,137,0,1,0,0,0),(60963,17194,530,1,1,0,1,-4760.72,-11545,-7.80945,0.687833,300,5,0,137,0,1,0,0,0),(60962,17194,530,1,1,0,1,-4690.06,-11547.4,-25.401,4.16441,300,5,0,137,0,1,0,0,0),(60961,17193,530,1,1,0,1,-4895.93,-12179.1,-1.51821,3.92118,300,5,0,137,0,1,0,0,0),(60960,17193,530,1,1,0,1,-4975,-12158.3,-1.5183,3.00743,300,5,0,137,0,1,0,0,0),(60959,17193,530,1,1,0,1,-4918.37,-12088.8,3.31046,4.6192,300,5,0,137,0,1,0,0,0),(60958,17193,530,1,1,0,1,-4910.36,-11988.7,13.9685,1.25388,300,5,0,137,0,1,0,0,0),(60957,17193,530,1,1,0,1,-4959.12,-12013.5,8.64326,3.3501,300,5,0,137,0,1,0,0,0),(60956,17193,530,1,1,0,1,-5043.92,-12007,-0.384881,3.06847,300,5,0,137,0,1,0,0,0),(60955,17193,530,1,1,0,1,-5014.15,-12073.4,-0.532939,2.92749,300,5,0,137,0,1,0,0,0),(60954,17193,530,1,1,0,1,-4977.14,-11987,3.80019,1.35056,300,5,0,137,0,1,0,0,0),(60953,17193,530,1,1,0,1,-4940.85,-11928.1,12.4759,1.09511,300,5,0,137,0,1,0,0,0),(60952,17193,530,1,1,0,1,-5044.31,-11906.5,0.79099,5.48233,300,5,0,137,0,1,0,0,0),(60951,17193,530,1,1,0,1,-5046.59,-11848.5,-0.384392,4.45179,300,5,0,137,0,1,0,0,0),(60950,17193,530,1,1,0,1,-4949.15,-11742.4,23.9453,4.78066,300,5,0,137,0,1,0,0,0),(60949,17193,530,1,1,0,1,-4935.74,-11656.8,11.647,2.39136,300,5,0,137,0,1,0,0,0),(60948,17193,530,1,1,0,1,-5047.3,-11714.1,0.84234,1.39075,300,5,0,137,0,1,0,0,0),(60947,17193,530,1,1,0,1,-4980.9,-11593.5,8.58578,1.92157,300,5,0,137,0,1,0,0,0),(60946,17193,530,1,1,0,1,-5024.19,-11543,-0.396392,2.15845,300,5,0,137,0,1,0,0,0),(60945,17193,530,1,1,0,1,-4889.89,-11788.3,24.154,6.23512,300,5,0,137,0,1,0,0,0),(60944,17193,530,1,1,0,1,-4963.99,-12155.9,-1.5183,3.47623,300,5,0,137,0,1,0,0,0),(60943,17193,530,1,1,0,1,-4923.33,-12113.3,2.42369,6.03332,300,5,0,137,0,1,0,0,0),(60942,17193,530,1,1,0,1,-4940.37,-12102.1,1.6194,4.52118,300,5,0,137,0,1,0,0,0),(60941,17193,530,1,1,0,1,-5019.96,-12088.7,-0.782939,4.25722,300,5,0,137,0,1,0,0,0),(60940,17193,530,1,1,0,1,-5029.72,-12009,0.06422,0.005888,300,5,0,137,0,1,0,0,0),(60939,17193,530,1,1,0,1,-4936.8,-11903.7,12.1986,6.24414,300,5,0,137,0,1,0,0,0),(60938,17193,530,1,1,0,1,-4948.96,-11935.8,11.6424,3.90118,300,5,0,137,0,1,0,0,0),(60937,17193,530,1,1,0,1,-5051.04,-11919.8,-1,0.935723,300,5,0,137,0,1,0,0,0),(60936,17193,530,1,1,0,1,-5015.68,-11549.1,0.36801,4.15648,300,5,0,137,0,1,0,0,0),(60935,17193,530,1,1,0,1,-5059.65,-11732.1,-1.37118,3.73302,300,5,0,137,0,1,0,0,0),(60934,17193,530,1,1,0,1,-5051.09,-11865.5,-1.58817,1.56318,300,5,0,137,0,1,0,0,0),(60933,17193,530,1,1,0,1,-5028.59,-11825.6,1.616,3.68745,300,5,0,137,0,1,0,0,0),(60932,17193,530,1,1,0,1,-4978.09,-11707.2,9.6352,2.45159,300,5,0,137,0,1,0,0,0),(60931,17193,530,1,1,0,1,-4942.58,-11761.7,23.5319,4.90488,300,5,0,137,0,1,0,0,0),(60930,17193,530,1,1,0,1,-4919.94,-11664.4,13.316,4.54949,300,5,0,137,0,1,0,0,0),(60929,17193,530,1,1,0,1,-4985.96,-11578.6,5.49289,6.09442,300,5,0,137,0,1,0,0,0),(60928,17193,530,1,1,0,1,-4818.17,-11559.8,-34.3061,1.79565,300,5,0,137,0,1,0,0,0),(60927,17193,530,1,1,0,1,-4898.89,-11534.4,1.36999,0.734601,300,5,0,137,0,1,0,0,0),(60926,17193,530,1,1,0,1,-4874.77,-11600.8,6.24845,3.09418,300,5,0,137,0,1,0,0,0),(60925,17193,530,1,1,0,1,-4770.98,-11584.5,-8.00248,1.73946,300,5,0,137,0,1,0,0,0),(60924,17193,530,1,1,0,1,-4801.25,-11591.8,-8.40795,2.16902,300,5,0,137,0,1,0,0,0),(60923,17193,530,1,1,0,1,-4777.61,-11536.9,-16.3024,6.09178,300,5,0,137,0,1,0,0,0),(60922,17193,530,1,1,0,1,-4834.7,-11511.6,-36.9759,2.78908,300,5,0,137,0,1,0,0,0),(60921,17193,530,1,1,0,1,-4727.38,-11571.6,-25.062,4.30536,300,5,0,137,0,1,0,0,0),(61032,17196,530,1,1,0,0,-4182.24,-12089.1,2.57752,4.8196,300,5,0,102,0,1,0,0,0),(61033,17196,530,1,1,0,0,-4223.92,-12207.1,5.86319,1.47696,300,5,0,102,0,1,0,0,0),(61034,17196,530,1,1,0,0,-4239.85,-12073.8,4.64187,0.797115,300,5,0,102,0,1,0,0,0),(61035,17196,530,1,1,0,0,-4241.84,-12125.6,4.35481,1.00694,300,5,0,102,0,1,0,0,0),(61036,17196,530,1,1,0,0,-4285.89,-12030.6,0.74742,4.32016,300,5,0,102,0,1,0,0,0),(61037,17196,530,1,1,0,0,-4286.01,-12059.5,1.67231,3.80023,300,5,0,102,0,1,0,0,0),(61038,17196,530,1,1,0,0,-4323.05,-11970.8,2.21044,1.81319,300,5,0,102,0,1,0,0,0),(61039,17196,530,1,1,0,0,-4365.11,-12071,5.04098,6.18351,300,5,0,102,0,1,0,0,0),(61040,17196,530,1,1,0,0,-4837.29,-12062.8,37.4834,6.24997,300,5,0,102,0,1,0,0,0),(61041,17196,530,1,1,0,0,-4750.04,-12161.9,25.9591,6.07016,300,5,0,102,0,1,0,0,0),(61042,17196,530,1,1,0,0,-4788.2,-12105.5,41.7128,0.627323,300,5,0,102,0,1,0,0,0),(61043,17196,530,1,1,0,0,-4749.42,-12023.9,46.1369,3.109,300,5,0,102,0,1,0,0,0),(61044,17196,530,1,1,0,0,-4698.68,-12008.5,42.7367,2.5802,300,5,0,102,0,1,0,0,0),(61045,17196,530,1,1,0,0,-4812.16,-11943.2,28.1432,5.41338,300,5,0,102,0,1,0,0,0),(61046,17196,530,1,1,0,0,-4709.94,-11949,33.8515,0.121447,300,5,0,102,0,1,0,0,0),(61047,17196,530,1,1,0,0,-4765.74,-12275.6,4.55552,6.06473,300,5,0,102,0,1,0,0,0),(61048,17196,530,1,1,0,0,-4793.31,-12254.2,3.35704,6.07361,300,5,0,102,0,1,0,0,0),(61049,17196,530,1,1,0,0,-4745.71,-12229,5.62726,0.730355,300,5,0,102,0,1,0,0,0),(61050,17196,530,1,1,0,0,-4582.09,-12583.3,12.3851,2.12162,300,5,0,102,0,1,0,0,0),(61051,17196,530,1,1,0,0,-4620.51,-12544.5,11.9038,1.72527,300,5,0,102,0,1,0,0,0),(61052,17196,530,1,1,0,0,-4555.89,-12600.9,14.9687,0.0104324,300,5,0,102,0,1,0,0,0),(61053,17196,530,1,1,0,0,-4606.36,-12748.1,4.5553,2.66656,300,5,0,102,0,1,0,0,0),(61054,17196,530,1,1,0,0,-4553.47,-12696.5,11.2228,1.9188,300,5,0,102,0,1,0,0,0),(61055,17196,530,1,1,0,0,-4519.82,-12816.1,16.1474,3.95461,300,5,0,102,0,1,0,0,0),(61056,17196,530,1,1,0,0,-4438.03,-12916.1,9.7029,6.09115,300,5,0,102,0,1,0,0,0),(61057,17196,530,1,1,0,0,-4360.05,-12910.5,10.9131,0.095309,300,5,0,102,0,1,0,0,0),(61058,17196,530,1,1,0,0,-4308.37,-12897.9,8.79699,3.58061,300,5,0,102,0,1,0,0,0),(61059,17196,530,1,1,0,0,-4343.57,-12863.3,8.88623,1.52645,300,5,0,102,0,1,0,0,0),(61060,17196,530,1,1,0,0,-4042.65,-13115.7,7.1284,5.49503,300,5,0,102,0,1,0,0,0),(61061,17196,530,1,1,0,0,-3988.58,-13115,7.23457,1.73565,300,5,0,102,0,1,0,0,0),(61062,17196,530,1,1,0,0,-3908.17,-13129.8,6.26058,2.23883,300,5,0,102,0,1,0,0,0),(61063,17196,530,1,1,0,0,-4179.08,-12862.6,3.0041,1.03437,300,5,0,102,0,1,0,0,0),(61064,17196,530,1,1,0,0,-4120.26,-12917.9,5.52011,5.69902,300,5,0,102,0,1,0,0,0),(61065,17196,530,1,1,0,0,-4058.9,-12833.3,1.24262,4.52994,300,5,0,102,0,1,0,0,0),(61066,17196,530,1,1,0,0,-3914.17,-12867.5,9.36204,4.81782,300,5,0,102,0,1,0,0,0),(61067,17196,530,1,1,0,0,-4107.77,-12725.1,12.1067,6.18574,300,5,0,102,0,1,0,0,0),(61068,17196,530,1,1,0,0,-4120.67,-12739.8,14.633,5.70546,300,5,0,102,0,1,0,0,0),(61069,17196,530,1,1,0,0,-4237.93,-12654.8,33.8917,1.69806,300,5,0,102,0,1,0,0,0),(61070,17196,530,1,1,0,0,-4011.06,-12754.9,10.1216,1.53175,300,5,0,102,0,1,0,0,0),(61071,17196,530,1,1,0,0,-4121.69,-12742.6,14.383,4.57935,300,5,0,102,0,1,0,0,0),(61072,17196,530,1,1,0,0,-4156.69,-12734.7,18.3475,4.50389,300,5,0,102,0,1,0,0,0),(61073,17196,530,1,1,0,0,-4178.66,-12876.2,3.58877,1.7905,300,5,0,102,0,1,0,0,0),(61074,17196,530,1,1,0,0,-4136.05,-12845.2,6.65303,5.99142,300,5,0,102,0,1,0,0,0),(61075,17196,530,1,1,0,0,-4319.57,-12752.4,16.3567,0.014063,300,5,0,102,0,1,0,0,0),(61076,17196,530,1,1,0,0,-4337.35,-12312.5,10.3775,3.30962,300,5,0,102,0,1,0,0,0),(61077,17196,530,1,1,0,0,-4255.69,-12315.9,5.67704,2.3996,300,5,0,102,0,1,0,0,0),(61078,17196,530,1,1,0,0,-4376.67,-12380.7,9.8172,0.10753,300,5,0,102,0,1,0,0,0),(61079,17196,530,1,1,0,0,-4358.84,-12282.8,10.2302,0.698589,300,5,0,102,0,1,0,0,0),(61080,17196,530,1,1,0,0,-4289.52,-12224.5,7.55623,5.13756,300,5,0,102,0,1,0,0,0),(61081,17196,530,1,1,0,0,-4259.26,-12223.7,6.1019,0.68573,300,5,0,102,0,1,0,0,0),(61082,17196,530,1,1,0,0,-4312.09,-12157.7,6.6767,3.70847,300,5,0,102,0,1,0,0,0),(61083,17196,530,1,1,0,0,-4346.68,-12215.4,5.67598,4.05443,300,5,0,102,0,1,0,0,0),(61084,17196,530,1,1,0,0,-4379.33,-12222.2,5.0187,2.26086,300,5,0,102,0,1,0,0,0),(61085,17196,530,1,1,0,0,-4230.05,-12179.8,4.35913,2.04754,300,5,0,102,0,1,0,0,0),(61086,17196,530,1,1,0,0,-4387.95,-12156.5,6.8544,0.815776,300,5,0,102,0,1,0,0,0),(61087,17196,530,1,1,0,0,-4358.71,-12079.9,5.36106,3.14375,300,5,0,102,0,1,0,0,0),(61088,17196,530,1,1,0,0,-4239.07,-12123,5.62566,1.63139,300,5,0,102,0,1,0,0,0),(61089,17196,530,1,1,0,0,-4417.7,-12115.3,5.93666,5.44913,300,5,0,102,0,1,0,0,0),(61090,17196,530,1,1,0,0,-4287.52,-12030.1,0.87242,4.60982,300,5,0,102,0,1,0,0,0),(61091,17196,530,1,1,0,0,-4315.31,-12056.5,1.45723,3.44634,300,5,0,102,0,1,0,0,0),(61092,17196,530,1,1,0,0,-4476.64,-12079.3,16.1206,5.03043,300,5,0,102,0,1,0,0,0),(61093,17196,530,1,1,0,0,-4480.41,-12002.3,30.8315,1.46899,300,5,0,102,0,1,0,0,0),(61094,17196,530,1,1,0,0,-4854.92,-12044.5,32.7586,2.79883,300,5,0,102,0,1,0,0,0),(61095,17196,530,1,1,0,0,-4794.17,-12137.4,35.3129,1.68914,300,5,0,102,0,1,0,0,0),(61096,17196,530,1,1,0,0,-4735.24,-12123.9,39.2743,3.5511,300,5,0,102,0,1,0,0,0),(61097,17196,530,1,1,0,0,-4766.42,-12110.7,43.363,1.02669,300,5,0,102,0,1,0,0,0),(61098,17196,530,1,1,0,0,-4756.83,-12239.7,4.72131,3.64775,300,5,0,102,0,1,0,0,0),(61099,17196,530,1,1,0,0,-4709.93,-12182.5,19.7856,4.0951,300,5,0,102,0,1,0,0,0),(61100,17196,530,1,1,0,0,-4755.51,-12266.8,6.25259,3.26692,300,5,0,102,0,1,0,0,0),(61101,17196,530,1,1,0,0,-4649.76,-12216.3,28.9156,1.09579,300,5,0,102,0,1,0,0,0),(61102,17196,530,1,1,0,0,-4717.69,-12098.5,44.1467,3.00827,300,5,0,102,0,1,0,0,0),(61103,17196,530,1,1,0,0,-4703.36,-12290.4,11.4582,6.25195,300,5,0,102,0,1,0,0,0),(61104,17196,530,1,1,0,0,-4558.37,-12324.5,20.6547,6.20896,300,5,0,102,0,1,0,0,0),(61105,17196,530,1,1,0,0,-4582.15,-12276.3,17.2426,4.84159,300,5,0,102,0,1,0,0,0),(61106,17196,530,1,1,0,0,-4455.18,-12382.1,16.7,2.89352,300,5,0,102,0,1,0,0,0),(61107,17196,530,1,1,0,0,-4491.67,-12360.9,16.4485,1.08968,300,5,0,102,0,1,0,0,0),(61108,17196,530,1,1,0,0,-4493.28,-12504.2,3.69297,1.16269,300,5,0,102,0,1,0,0,0),(61109,17196,530,1,1,0,0,-4622.02,-12563.3,8.59175,4.69676,300,5,0,102,0,1,0,0,0),(61110,17196,530,1,1,0,0,-4535.21,-12620.5,12.7218,5.63226,300,5,0,102,0,1,0,0,0),(61111,17196,530,1,1,0,0,-4554.11,-12648.7,17.1153,3.92423,300,5,0,102,0,1,0,0,0),(61112,17196,530,1,1,0,0,-4506.8,-12630.9,15.0733,3.20786,300,5,0,102,0,1,0,0,0),(61113,17196,530,1,1,0,0,-4465.34,-12556.7,3.73394,5.20051,300,5,0,102,0,1,0,0,0),(61114,17196,530,1,1,0,0,-4611.99,-12690.5,2.61934,5.13439,300,5,0,102,0,1,0,0,0),(61115,17196,530,1,1,0,0,-4494.13,-12770.8,17.5731,0.929354,300,5,0,102,0,1,0,0,0),(61116,17196,530,1,1,0,0,-4621.65,-12756.6,6.19021,0.184748,300,5,0,102,0,1,0,0,0),(61117,17196,530,1,1,0,0,-4544.62,-12746.7,10.1033,0.899153,300,5,0,102,0,1,0,0,0),(61118,17196,530,1,1,0,0,-4455.56,-12606.8,10.5665,3.66781,300,5,0,102,0,1,0,0,0),(61119,17196,530,1,1,0,0,-4445.36,-12644.8,17.5607,1.4554,300,5,0,102,0,1,0,0,0),(61120,17196,530,1,1,0,0,-4385.61,-12694.7,18.4697,3.35107,300,5,0,102,0,1,0,0,0),(61121,17196,530,1,1,0,0,-4449.68,-12767.4,15.595,0.324223,300,5,0,102,0,1,0,0,0),(61122,17196,530,1,1,0,0,-4312.29,-12638.5,24.2103,1.28828,300,5,0,102,0,1,0,0,0),(61123,17196,530,1,1,0,0,-4081.58,-12817.5,3.10149,4.5583,300,5,0,102,0,1,0,0,0),(61124,17196,530,1,1,0,0,-4047.37,-12820,3.90823,1.78449,300,5,0,102,0,1,0,0,0),(61125,17196,530,1,1,0,0,-3939.35,-12885.8,9.602,0.11152,300,5,0,102,0,1,0,0,0),(61126,17196,530,1,1,0,0,-3982,-12817.6,8.50556,5.05448,300,5,0,102,0,1,0,0,0),(61127,17196,530,1,1,0,0,-3963.99,-12880.9,9.20017,2.41063,300,5,0,102,0,1,0,0,0),(61128,17196,530,1,1,0,0,-4016.05,-12768.6,7.12894,6.13825,300,5,0,102,0,1,0,0,0),(61224,17197,530,1,1,0,0,-3149.05,-12369.5,38.0877,1.04244,300,5,0,137,0,1,0,0,0),(61223,17197,530,1,1,0,0,-3781.87,-12125.1,8.26522,4.64011,300,5,0,137,0,1,0,0,0),(61222,17197,530,1,1,0,0,-3722.3,-12185.1,8.41626,2.11927,300,5,0,137,0,1,0,0,0),(61221,17197,530,1,1,0,0,-3813.38,-12033.7,0.70279,1.12638,300,5,0,137,0,1,0,0,0),(61220,17197,530,1,1,0,0,-3784.75,-12082.6,7.88084,1.60984,300,5,0,137,0,1,0,0,0),(61219,17197,530,1,1,0,0,-3817.65,-12085.6,1.77728,0.271316,300,5,0,137,0,1,0,0,0),(61218,17197,530,1,1,0,0,-3829.93,-12135.7,5.61979,3.98836,300,5,0,137,0,1,0,0,0),(61217,17197,530,1,1,0,0,-3763.91,-11923.2,3.7528,4.19556,300,5,0,137,0,1,0,0,0),(61216,17197,530,1,1,0,0,-3833.91,-11868.9,3.41641,5.77422,300,5,0,137,0,1,0,0,0),(61215,17197,530,1,1,0,0,-3715.46,-11854.4,22.1204,4.27234,300,5,0,137,0,1,0,0,0),(61214,17197,530,1,1,0,0,-3666.7,-11890.7,11.0562,0.226506,300,5,0,137,0,1,0,0,0),(61213,17197,530,1,1,0,0,-3551.68,-12012,13.1249,0.084115,300,5,0,137,0,1,0,0,0),(61212,17197,530,1,1,0,0,-3665.68,-12086,20.2271,3.28073,300,5,0,137,0,1,0,0,0),(61211,17197,530,1,1,0,0,-3658.29,-12061.2,18.3577,3.20051,300,5,0,137,0,1,0,0,0),(61210,17197,530,1,1,0,0,-3674.09,-12023.7,10.9015,5.72977,300,5,0,137,0,1,0,0,0),(61209,17197,530,1,1,0,0,-3564.95,-12114,25.4111,3.86208,300,5,0,137,0,1,0,0,0),(61208,17197,530,1,1,0,0,-3522.89,-12082.9,27.7517,4.56468,300,5,0,137,0,1,0,0,0),(61207,17197,530,1,1,0,0,-3571,-12078.6,24.0603,6.01454,300,5,0,137,0,1,0,0,0),(61206,17197,530,1,1,0,0,-3589.98,-12140.1,20.0051,0.626445,300,5,0,137,0,1,0,0,0),(61205,17197,530,1,1,0,0,-3523.07,-12275.7,9.2982,1.88625,300,5,0,137,0,1,0,0,0),(61204,17197,530,1,1,0,0,-3623.05,-12314.7,2.1665,0.407102,300,5,0,137,0,1,0,0,0),(61203,17197,530,1,1,0,0,-3630.48,-12386.7,-0.610852,0.071488,300,5,0,137,0,1,0,0,0),(61202,17197,530,1,1,0,0,-3605.81,-12391.8,0.336136,1.63625,300,5,0,137,0,1,0,0,0),(61201,17197,530,1,1,0,0,-3617.89,-12412.4,-0.17633,3.29647,300,5,0,137,0,1,0,0,0),(61200,17197,530,1,1,0,0,-3413.09,-12537,42.6578,1.1754,300,5,0,137,0,1,0,0,0),(61199,17197,530,1,1,0,0,-3409.68,-12589.3,39.7578,2.76535,300,5,0,137,0,1,0,0,0),(61198,17197,530,1,1,0,0,-3541.61,-12521.9,20.6401,2.9655,300,5,0,137,0,1,0,0,0),(61197,17197,530,1,1,0,0,-3004.06,-12497.7,17.7209,1.38413,300,5,0,137,0,1,0,0,0),(61196,17197,530,1,1,0,0,-3158.34,-12519.1,49.5098,0.163155,300,5,0,137,0,1,0,0,0),(61195,17197,530,1,1,0,0,-3153.76,-12340.6,34.6542,2.42117,300,5,0,137,0,1,0,0,0),(61194,17197,530,1,1,0,0,-3372.43,-12497.1,49.2201,4.29675,300,5,0,137,0,1,0,0,0),(61193,17197,530,1,1,0,0,-3515.39,-12251.5,9.7788,2.59314,300,5,0,137,0,1,0,0,0),(61192,17197,530,1,1,0,0,-3425.16,-12125.7,31.9808,5.25838,300,5,0,137,0,1,0,0,0),(61191,17197,530,1,1,0,0,-3418.76,-12059.5,24.6744,1.65807,300,5,0,137,0,1,0,0,0),(61190,17197,530,1,1,0,0,-3416.58,-12153.1,35.4023,0.026855,300,5,0,137,0,1,0,0,0),(61189,17197,530,1,1,0,0,-3456.93,-12182.4,22.4268,2.29693,300,5,0,137,0,1,0,0,0),(61188,17197,530,1,1,0,0,-3475.58,-12160.3,23.0299,4.98176,300,5,0,137,0,1,0,0,0),(61187,17197,530,1,1,0,0,-3380.13,-12051.8,22.9224,5.39808,300,5,0,137,0,1,0,0,0),(61186,17197,530,1,1,0,0,-3237.17,-12129.8,27.6619,6.2492,300,5,0,137,0,1,0,0,0),(61185,17197,530,1,1,0,0,-3214.84,-12226.5,49.2592,4.24175,300,5,0,137,0,1,0,0,0),(61184,17197,530,1,1,0,0,-3164.23,-12285.1,36.1795,5.36442,300,5,0,137,0,1,0,0,0),(61183,17197,530,1,1,0,0,-3562.15,-11891.1,7.59186,6.04517,300,5,0,137,0,1,0,0,0),(61182,17197,530,1,1,0,0,-3547.11,-11948.6,9.813,6.23543,300,5,0,137,0,1,0,0,0),(61181,17197,530,1,1,0,0,-3585.42,-11917.6,9.3468,6.21699,300,5,0,137,0,1,0,0,0),(61180,17197,530,1,1,0,0,-3384.83,-11980.5,17.3455,1.83568,300,5,0,137,0,1,0,0,0),(61179,17197,530,1,1,0,0,-3285.47,-11940.6,10.2814,6.02874,300,5,0,137,0,1,0,0,0),(61178,17197,530,1,1,0,0,-3249.44,-11950.8,10.5686,0.984985,300,5,0,137,0,1,0,0,0),(61177,17197,530,1,1,0,0,-3187.61,-11988.2,9.1864,1.63724,300,5,0,137,0,1,0,0,0),(61176,17197,530,1,1,0,0,-3156.88,-12022.4,7.79437,2.03707,300,5,0,137,0,1,0,0,0),(61175,17197,530,1,1,0,0,-3082.64,-12119.8,12.8306,4.93275,300,5,0,137,0,1,0,0,0),(61174,17197,530,1,1,0,0,-3113.98,-12049.6,6.59144,2.58444,300,5,0,137,0,1,0,0,0),(61173,17197,530,1,1,0,0,-3011.01,-12200,14.1664,5.31143,300,5,0,137,0,1,0,0,0),(61172,17197,530,1,1,0,0,-2987,-12379.4,12.8633,3.14023,300,5,0,137,0,1,0,0,0),(61171,17197,530,1,1,0,0,-2950.45,-12422.1,11.6865,3.09271,300,5,0,137,0,1,0,0,0),(61170,17197,530,1,1,0,0,-3584.67,-12378.3,3.53783,1.61874,300,5,0,137,0,1,0,0,0),(61169,17197,530,1,1,0,0,-3508.48,-12517.3,22.4972,1.61716,300,5,0,137,0,1,0,0,0),(61168,17197,530,1,1,0,0,-3170.56,-12418.9,51.5845,0.477312,300,5,0,137,0,1,0,0,0),(61167,17197,530,1,1,0,0,-3357.91,-12500.1,50.7071,1.0744,300,5,0,137,0,1,0,0,0),(61166,17197,530,1,1,0,0,-3462.74,-12165.8,23.0125,2.82508,300,5,0,137,0,1,0,0,0),(61165,17197,530,1,1,0,0,-3427.99,-12190.1,25.6259,1.48754,300,5,0,137,0,1,0,0,0),(61164,17197,530,1,1,0,0,-3476.87,-12157.9,23.4678,2.5016,300,5,0,137,0,1,0,0,0),(61163,17197,530,1,1,0,0,-3512.5,-12312.5,12.9,4.97734,300,0,0,137,0,0,0,0,0),(61162,17197,530,1,1,0,0,-3620.02,-12230.1,2.31933,1.69034,300,5,0,137,0,1,0,0,0),(61161,17197,530,1,1,0,0,-3710.51,-12262,5.91987,2.00789,300,5,0,137,0,1,0,0,0),(61160,17197,530,1,1,0,0,-3690.17,-12256.9,3.96073,1.72324,300,5,0,137,0,1,0,0,0),(61159,17197,530,1,1,0,0,-3583.55,-12319.7,5.28039,5.48845,300,5,0,137,0,1,0,0,0),(61158,17197,530,1,1,0,0,-3642.15,-12386.5,-0.277202,6.10869,300,5,0,137,0,1,0,0,0),(61157,17197,530,1,1,0,0,-3715.48,-12052.7,11.0347,4.70232,300,5,0,137,0,1,0,0,0),(61156,17197,530,1,1,0,0,-3785.15,-12154.7,9.5684,4.62873,300,5,0,137,0,1,0,0,0),(61155,17197,530,1,1,0,0,-3828.87,-12170.7,7.83589,3.36267,300,5,0,137,0,1,0,0,0),(61154,17197,530,1,1,0,0,-3838.51,-12095.9,2.48301,3.89932,300,5,0,137,0,1,0,0,0),(61153,17197,530,1,1,0,0,-3751.22,-12027.2,4.88418,4.78954,300,5,0,137,0,1,0,0,0),(61152,17197,530,1,1,0,0,-3820.35,-12019.8,0.17406,5.74941,300,5,0,137,0,1,0,0,0),(61151,17197,530,1,1,0,0,-3781.11,-12041,4.53653,4.32875,300,5,0,137,0,1,0,0,0),(61150,17197,530,1,1,0,0,-3763.65,-11869,9.7946,1.78876,300,5,0,137,0,1,0,0,0),(61149,17197,530,1,1,0,0,-3714.38,-11854.2,21.8758,4.34353,300,5,0,137,0,1,0,0,0),(61148,17197,530,1,1,0,0,-3650.85,-11884.9,10.4886,6.13048,300,5,0,137,0,1,0,0,0),(61147,17197,530,1,1,0,0,-3570.14,-11853.2,5.17753,0.202764,300,5,0,137,0,1,0,0,0),(61146,17197,530,1,1,0,0,-3598.27,-11868.9,7.72518,5.55996,300,5,0,137,0,1,0,0,0),(61145,17197,530,1,1,0,0,-3575.94,-12035,15.8266,5.42244,300,5,0,137,0,1,0,0,0),(61144,17197,530,1,1,0,0,-3448.27,-12041.8,24.0075,2.48144,300,5,0,137,0,1,0,0,0),(61143,17197,530,1,1,0,0,-3487.76,-11938.8,3.8652,1.82493,300,5,0,137,0,1,0,0,0),(61142,17197,530,1,1,0,0,-3426.65,-11944.7,8.12677,4.98684,300,5,0,137,0,1,0,0,0),(61141,17197,530,1,1,0,0,-3322.06,-11924.3,8.13636,2.15549,300,5,0,137,0,1,0,0,0),(61140,17197,530,1,1,0,0,-3158.7,-11989.1,4.18783,5.38755,300,5,0,137,0,1,0,0,0),(61139,17197,530,1,1,0,0,-3128.73,-12022.2,5.05391,3.24535,300,5,0,137,0,1,0,0,0),(61138,17197,530,1,1,0,0,-3161.27,-12068.3,11.3016,4.81767,300,5,0,137,0,1,0,0,0),(61137,17197,530,1,1,0,0,-3037.02,-12182.6,16.1964,2.68668,300,5,0,137,0,1,0,0,0),(61136,17197,530,1,1,0,0,-3072.04,-12139,14.0604,2.64328,300,5,0,137,0,1,0,0,0),(61135,17197,530,1,1,0,0,-3201.03,-12043.5,14.3163,1.13839,300,5,0,137,0,1,0,0,0),(61134,17197,530,1,1,0,0,-2984.28,-12389.6,11.9883,4.47566,300,5,0,137,0,1,0,0,0),(61133,17197,530,1,1,0,0,-2997.65,-12469.2,18.3647,3.54956,300,5,0,137,0,1,0,0,0),(61132,17197,530,1,1,0,0,-2957.56,-12509.6,12.1755,2.34514,300,5,0,137,0,1,0,0,0),(61131,17197,530,1,1,0,0,-3015.52,-12583.7,14.0204,0.287154,300,5,0,137,0,1,0,0,0),(61130,17197,530,1,1,0,0,-3179.94,-12542.3,48.5756,1.38555,300,5,0,137,0,1,0,0,0),(61129,17197,530,1,1,0,0,-3797.26,-11886.4,3.64545,3.23689,300,5,0,137,0,1,0,0,0),(61226,17199,530,1,1,0,0,-3181.83,-12751.1,11.9036,2.32831,300,5,0,176,0,1,0,0,0),(61227,17199,530,1,1,0,0,-3120.12,-12710.9,5.13408,0.699321,300,5,0,176,0,1,0,0,0),(61228,17199,530,1,1,0,0,-3099.48,-12704.8,6.65199,1.88734,300,5,0,176,0,1,0,0,0),(61229,17199,530,1,1,0,0,-3176.76,-12719.3,15.798,2.73415,300,5,0,176,0,1,0,0,0),(61230,17199,530,1,1,0,0,-3156.42,-12709.7,12.448,0.475577,300,5,0,176,0,1,0,0,0),(61231,17199,530,1,1,0,0,-3140.3,-12697.6,12.4179,5.73741,300,5,0,176,0,1,0,0,0),(61232,17199,530,1,1,0,0,-3118.94,-12684.6,10.9932,6.11986,300,5,0,176,0,1,0,0,0),(61233,17199,530,1,1,0,0,-3074.49,-12678.3,4.8332,0.132625,300,5,0,176,0,1,0,0,0),(61234,17199,530,1,1,0,0,-3067.49,-12646.4,7.51546,5.2199,300,5,0,176,0,1,0,0,0),(61235,17199,530,1,1,0,0,-3086.95,-12644.6,12.2655,0.909341,300,5,0,176,0,1,0,0,0),(61236,17199,530,1,1,0,0,-3122.64,-12660.5,17.5142,5.30265,300,5,0,176,0,1,0,0,0),(61237,17199,530,1,1,0,0,-3212.42,-12696.5,24.7853,5.15603,300,5,0,176,0,1,0,0,0),(61238,17199,530,1,1,0,0,-3218.03,-12713.4,25.3786,2.40778,300,5,0,176,0,1,0,0,0),(61239,17199,530,1,1,0,0,-3177.96,-12697.6,19.556,4.97892,300,5,0,176,0,1,0,0,0),(61240,17199,530,1,1,0,0,-3177.94,-12647.2,30.1171,0.895806,300,5,0,176,0,1,0,0,0),(61241,17199,530,1,1,0,0,-3143.65,-12646.3,25.3452,3.01777,300,5,0,176,0,1,0,0,0),(61242,17199,530,1,1,0,0,-3248.13,-12681.1,28.8592,0.769561,300,5,0,176,0,1,0,0,0),(61243,17199,530,1,1,0,0,-3247.22,-12718,24.9263,3.33018,300,5,0,176,0,1,0,0,0),(61244,17199,530,1,1,0,0,-3245.97,-12670.3,32.0543,4.79995,300,5,0,176,0,1,0,0,0),(61245,17199,530,1,1,0,0,-3227.1,-12639,37.9063,2.3104,300,5,0,176,0,1,0,0,0),(61246,17199,530,1,1,0,0,-3108.8,-12608.5,26.3195,1.69338,300,5,0,176,0,1,0,0,0),(61247,17199,530,1,1,0,0,-3144.14,-12622.8,30.7515,4.34994,300,5,0,176,0,1,0,0,0),(61248,17199,530,1,1,0,0,-3280.49,-12681.3,24.7055,3.37199,300,5,0,176,0,1,0,0,0),(61249,17199,530,1,1,0,0,-3284.35,-12716.2,21.6305,6.22177,300,5,0,176,0,1,0,0,0),(61250,17199,530,1,1,0,0,-3324.66,-12686.6,20.7186,2.92973,300,5,0,176,0,1,0,0,0),(61251,17199,530,1,1,0,0,-3274.35,-12656.1,28.0452,5.43853,300,5,0,176,0,1,0,0,0),(61252,17199,530,1,1,0,0,-3376.5,-12681.3,18.8093,1.58074,300,5,0,176,0,1,0,0,0),(61253,17199,530,1,1,0,0,-3350.94,-12686.5,20.8501,0.151015,300,5,0,176,0,1,0,0,0),(61254,17199,530,1,1,0,0,-3355.22,-12721.8,17.309,4.65773,300,5,0,176,0,1,0,0,0),(61255,17199,530,1,1,0,0,-3342.84,-12748.9,15.5701,0.109579,300,5,0,176,0,1,0,0,0),(61256,17199,530,1,1,0,0,-3252.54,-12786.9,20.6558,5.27945,300,5,0,176,0,1,0,0,0),(61257,17199,530,1,1,0,0,-3324.29,-12716.5,23.6335,3.24535,300,5,0,176,0,1,0,0,0),(61258,17199,530,1,1,0,0,-3326.02,-12746.5,17.967,5.5877,300,5,0,176,0,1,0,0,0),(61259,17199,530,1,1,0,0,-3328.74,-12782.7,19.1798,5.76017,300,5,0,176,0,1,0,0,0),(61260,17199,530,1,1,0,0,-3281.98,-12751.6,20.3169,6.03253,300,5,0,176,0,1,0,0,0),(61261,17199,530,1,1,0,0,-3245.25,-12750.1,23.4922,0.589815,300,5,0,176,0,1,0,0,0),(61262,17199,530,1,1,0,0,-3408.07,-12777.9,13.2704,0.179832,300,5,0,176,0,1,0,0,0),(61263,17199,530,1,1,0,0,-3384.17,-12717.7,17.3745,0.048238,300,5,0,176,0,1,0,0,0),(61264,17199,530,1,1,0,0,-3387.31,-12747.5,13.377,4.85616,300,5,0,176,0,1,0,0,0),(61265,17199,530,1,1,0,0,-3417.4,-12712,16.703,4.74155,300,5,0,176,0,1,0,0,0),(61266,17199,530,1,1,0,0,-3414.23,-12691.7,21.3628,4.034,300,5,0,176,0,1,0,0,0),(61267,17199,530,1,1,0,0,-3422.76,-12745.6,11.6942,4.561,300,5,0,176,0,1,0,0,0),(61268,17199,530,1,1,0,0,-3384.97,-12781.5,14.9638,3.69838,300,5,0,176,0,1,0,0,0),(61269,17199,530,1,1,0,0,-3376.31,-12650.6,29.1723,0.583667,300,5,0,176,0,1,0,0,0),(61270,17199,530,1,1,0,0,-3387.05,-12816.2,13.067,4.12944,300,5,0,176,0,1,0,0,0),(61271,17199,530,1,1,0,0,-3076.88,-12610.2,16.9573,0.476336,300,5,0,176,0,1,0,0,0),(61272,17199,530,1,1,0,0,-3145.11,-12617,32.5336,0.867047,300,5,0,176,0,1,0,0,0),(61273,17199,530,1,1,0,0,-3113.97,-12623.5,22.9445,0.023578,300,5,0,176,0,1,0,0,0),(61274,17199,530,1,1,0,0,-3079.73,-12610,17.9235,3.66559,300,5,0,176,0,1,0,0,0),(61275,17199,530,1,1,0,0,-3126.22,-12655.4,19.4359,1.08968,300,5,0,176,0,1,0,0,0),(61276,17199,530,1,1,0,0,-3146.12,-12650,25.0693,4.56746,300,5,0,176,0,1,0,0,0),(61277,17199,530,1,1,0,0,-3067.45,-12640.4,8.76546,0.278506,300,5,0,176,0,1,0,0,0),(61278,17199,530,1,1,0,0,-3182.59,-12651.2,29.9848,3.89063,300,5,0,176,0,1,0,0,0),(61279,17199,530,1,1,0,0,-3090.59,-12655.5,11.8905,4.2916,300,5,0,176,0,1,0,0,0),(61280,17199,530,1,1,0,0,-3365.12,-12648.4,28.183,0.006568,300,5,0,176,0,1,0,0,0),(61281,17199,530,1,1,0,0,-3374.81,-12673.2,21.4849,3.50184,300,5,0,176,0,1,0,0,0),(61282,17199,530,1,1,0,0,-3382.47,-12711.1,18.5991,0.652482,300,5,0,176,0,1,0,0,0),(61283,17199,530,1,1,0,0,-3410.71,-12779.9,14.1811,0.386222,300,5,0,176,0,1,0,0,0),(61284,17199,530,1,1,0,0,-3397.77,-12752.6,13.502,4.39935,300,5,0,176,0,1,0,0,0),(61285,17199,530,1,1,0,0,-3381.65,-12779.4,14.6083,0.140354,300,5,0,176,0,1,0,0,0),(61286,17199,530,1,1,0,0,-3423.3,-12739.9,11.6829,3.90526,300,5,0,176,0,1,0,0,0),(61287,17199,530,1,1,0,0,-3415.83,-12691.5,21.2378,3.59137,300,5,0,176,0,1,0,0,0),(61288,17199,530,1,1,0,0,-3386.23,-12813.7,13.1284,4.55818,300,5,0,176,0,1,0,0,0),(61289,17199,530,1,1,0,0,-3344.07,-12732.4,17.7884,1.65181,300,5,0,176,0,1,0,0,0),(61290,17199,530,1,1,0,0,-3353.32,-12712,17.6634,1.62562,300,5,0,176,0,1,0,0,0),(61291,17199,530,1,1,0,0,-3346.5,-12678.4,20.7171,0.478639,300,5,0,176,0,1,0,0,0),(61292,17199,530,1,1,0,0,-3327.66,-12781.5,19.2012,2.11543,300,5,0,176,0,1,0,0,0),(61293,17199,530,1,1,0,0,-3316.03,-12752.2,17.1344,2.58071,300,5,0,176,0,1,0,0,0),(61294,17199,530,1,1,0,0,-3319.77,-12714.4,24.8751,0.537071,300,5,0,176,0,1,0,0,0),(61295,17199,530,1,1,0,0,-3319.67,-12689.3,21.502,0.096927,300,5,0,176,0,1,0,0,0),(61296,17199,530,1,1,0,0,-3295.32,-12715.2,21.8992,6.08656,300,5,0,176,0,1,0,0,0),(61297,17199,530,1,1,0,0,-3242.55,-12776.7,21.0456,1.35234,300,5,0,176,0,1,0,0,0),(61298,17199,530,1,1,0,0,-3292.58,-12753,16.4888,0.413864,300,5,0,176,0,1,0,0,0),(61299,17199,530,1,1,0,0,-3237.74,-12746.1,23.9903,0.624292,300,5,0,176,0,1,0,0,0),(61300,17199,530,1,1,0,0,-3253.12,-12718.3,24.3581,6.25596,300,5,0,176,0,1,0,0,0),(61301,17199,530,1,1,0,0,-3272.91,-12679.7,24.9812,0.455668,300,5,0,176,0,1,0,0,0),(61302,17199,530,1,1,0,0,-3202.27,-12721.6,19.5332,5.38262,300,5,0,176,0,1,0,0,0),(61303,17199,530,1,1,0,0,-3238.02,-12693.1,28.4397,3.36429,300,5,0,176,0,1,0,0,0),(61304,17199,530,1,1,0,0,-3213.74,-12698.6,25.6603,3.86039,300,5,0,176,0,1,0,0,0),(61305,17199,530,1,1,0,0,-3179,-12694,19.9713,1.71817,300,5,0,176,0,1,0,0,0),(61306,17199,530,1,1,0,0,-3189.43,-12748.1,13.416,3.55688,300,5,0,176,0,1,0,0,0),(61307,17199,530,1,1,0,0,-3180.17,-12720,15.4925,0.245254,300,5,0,176,0,1,0,0,0),(61308,17199,530,1,1,0,0,-3251.82,-12660,30.6583,1.22002,300,5,0,176,0,1,0,0,0),(61309,17199,530,1,1,0,0,-3119.42,-12683.4,11.4448,2.59314,300,5,0,176,0,1,0,0,0),(61310,17199,530,1,1,0,0,-3146.94,-12685.9,15.8611,5.49226,300,5,0,176,0,1,0,0,0),(61312,17199,530,1,1,0,0,-3151.66,-12713.5,11.2266,4.13962,300,5,0,176,0,1,0,0,0),(61313,17199,530,1,1,0,0,-3225.23,-12642.2,37.5313,2.43577,300,5,0,176,0,1,0,0,0),(61314,17199,530,1,1,0,0,-3270.63,-12656,26.7487,0.403353,300,5,0,176,0,1,0,0,0),(61315,17199,530,1,1,0,0,-3128.22,-12662.3,17.8892,3.91911,300,5,0,176,0,1,0,0,0),(61316,17199,530,1,1,0,0,-3091.63,-12709,6.01611,5.47875,300,5,0,176,0,1,0,0,0),(61317,17199,530,1,1,0,0,-3083.81,-12680.9,5.80764,0.13918,300,5,0,176,0,1,0,0,0),(61318,17200,530,1,1,0,0,-4197.82,-12175.7,4.37778,0.418224,300,5,0,102,0,1,0,0,0),(61319,17200,530,1,1,0,0,-4225.56,-12120.8,6.90221,2.2443,300,5,0,102,0,1,0,0,0),(61320,17200,530,1,1,0,0,-4252.51,-12167,5.56008,4.28823,300,5,0,102,0,1,0,0,0),(61321,17200,530,1,1,0,0,-4300.46,-12131.8,8.66786,3.90102,300,5,0,102,0,1,0,0,0),(61322,17200,530,1,1,0,0,-4342.26,-11853.7,3.80006,0.362234,300,5,0,102,0,1,0,0,0),(61323,17200,530,1,1,0,0,-4382.01,-11666.5,6.09987,2.49287,300,5,0,102,0,1,0,0,0),(61324,17200,530,1,1,0,0,-4453.8,-11719.9,4.03922,1.73621,300,5,0,102,0,1,0,0,0),(61325,17200,530,1,1,0,0,-4789.63,-11464.8,24.4647,0.32143,300,5,0,102,0,1,0,0,0),(61326,17200,530,1,1,0,0,-4807.03,-12106.3,39.7494,1.48219,300,5,0,102,0,1,0,0,0),(61327,17200,530,1,1,0,0,-4714.39,-12148,30.9918,4.91476,300,5,0,102,0,1,0,0,0),(61328,17200,530,1,1,0,0,-4803.19,-12021.7,44.5464,2.34238,300,5,0,102,0,1,0,0,0),(61329,17200,530,1,1,0,0,-4773.78,-12044.1,44.1364,0.714099,300,5,0,102,0,1,0,0,0),(61330,17200,530,1,1,0,0,-4753.03,-12055.4,46.6389,4.61291,300,5,0,102,0,1,0,0,0),(61331,17200,530,1,1,0,0,-4743.29,-12079.3,44.5003,2.07191,300,5,0,102,0,1,0,0,0),(61332,17200,530,1,1,0,0,-4841.72,-11992.1,34.909,5.48122,300,5,0,102,0,1,0,0,0),(61333,17200,530,1,1,0,0,-4777.33,-11991.4,36.1521,6.05243,300,5,0,102,0,1,0,0,0),(61334,17200,530,1,1,0,0,-4721.74,-11954.3,32.6904,0.733033,300,5,0,102,0,1,0,0,0),(61335,17200,530,1,1,0,0,-4718.37,-12260.7,8.82992,4.84367,300,5,0,102,0,1,0,0,0),(61336,17200,530,1,1,0,0,-4706.08,-12279.3,10.2296,0.982794,300,5,0,102,0,1,0,0,0),(61337,17200,530,1,1,0,0,-4632.96,-12330.5,14.6615,5.97475,300,5,0,102,0,1,0,0,0),(61338,17200,530,1,1,0,0,-4613.5,-12607.4,7.30919,5.45054,300,5,0,102,0,1,0,0,0),(61339,17200,530,1,1,0,0,-4613.56,-12682.9,4.24434,4.04556,300,5,0,102,0,1,0,0,0),(61340,17200,530,1,1,0,0,-4567.76,-12668.7,11.96,0.944871,300,5,0,102,0,1,0,0,0),(61341,17200,530,1,1,0,0,-4593.41,-12773.4,7.53559,5.50028,300,5,0,102,0,1,0,0,0),(61342,17200,530,1,1,0,0,-4617.1,-12816.6,7.61187,0.895524,300,5,0,102,0,1,0,0,0),(61343,17200,530,1,1,0,0,-4495.58,-12901.7,9.2849,5.79649,300,5,0,102,0,1,0,0,0),(61344,17200,530,1,1,0,0,-4439.71,-12873.5,13.6133,6.02429,300,5,0,102,0,1,0,0,0),(61345,17200,530,1,1,0,0,-4197.38,-12913.5,6.52769,1.59635,300,5,0,102,0,1,0,0,0),(61346,17200,530,1,1,0,0,-4082.01,-12881,2.84964,4.1772,300,5,0,102,0,1,0,0,0),(61347,17200,530,1,1,0,0,-3991.79,-12898.1,6.71519,0.061663,300,5,0,102,0,1,0,0,0),(61348,17200,530,1,1,0,0,-3904.02,-12924.2,6.17733,1.88266,300,5,0,102,0,1,0,0,0),(61349,17200,530,1,1,0,0,-3482.73,-12696.6,18.2492,5.15645,300,5,0,102,0,1,0,0,0),(61350,17200,530,1,1,0,0,-3875.28,-12168.2,4.81586,5.87135,300,5,0,102,0,1,0,0,0),(61351,17200,530,1,1,0,0,-3903.97,-12250.1,2.06031,5.77898,300,5,0,102,0,1,0,0,0),(61352,17200,530,1,1,0,0,-3978.59,-12321.1,0.65246,1.94135,300,5,0,102,0,1,0,0,0),(61353,17200,530,1,1,0,0,-3740.27,-12347.3,1.5132,0.49562,300,5,0,102,0,1,0,0,0),(61354,17200,530,1,1,0,0,-3991.85,-12759.4,18.205,4.75406,300,5,0,102,0,1,0,0,0),(61355,17200,530,1,1,0,0,-4054.62,-12710.8,12.0298,4.7926,300,5,0,102,0,1,0,0,0),(61356,17200,530,1,1,0,0,-4112.05,-12656.9,26.8582,5.35536,300,5,0,102,0,1,0,0,0),(61357,17200,530,1,1,0,0,-4011.18,-12543,43.0884,6.11035,300,5,0,102,0,1,0,0,0),(61358,17200,530,1,1,0,0,-4149.2,-12694.7,19.0607,4.68363,300,5,0,102,0,1,0,0,0),(61359,17200,530,1,1,0,0,-4285.43,-12597.8,28.5953,5.48674,300,5,0,102,0,1,0,0,0),(61360,17200,530,1,1,0,0,-3546.33,-12672.7,18.054,1.88195,300,5,0,102,0,1,0,0,0),(61361,17200,530,1,1,0,0,-3856.07,-12311,5.09353,4.92894,300,5,0,102,0,1,0,0,0),(61362,17200,530,1,1,0,0,-3795.75,-12223,4.96273,1.27129,300,5,0,102,0,1,0,0,0),(61363,17200,530,1,1,0,0,-3808.8,-12447.9,4.51115,6.13024,300,5,0,102,0,1,0,0,0),(61364,17200,530,1,1,0,0,-3791.58,-12551.9,3.96196,5.94476,300,5,0,102,0,1,0,0,0),(61365,17200,530,1,1,0,0,-3936.58,-12529.9,35.5505,2.36448,300,5,0,102,0,1,0,0,0),(61366,17200,530,1,1,0,0,-3920.56,-12711.2,89.3365,1.7613,300,5,0,102,0,1,0,0,0),(61367,17200,530,1,1,0,0,-4051.06,-12713.7,12.5402,0.095539,300,5,0,102,0,1,0,0,0),(61368,17200,530,1,1,0,0,-4126.23,-12692.6,20.0173,4.56085,300,5,0,102,0,1,0,0,0),(61369,17200,530,1,1,0,0,-4099.02,-12778.9,10.6215,3.33401,300,5,0,102,0,1,0,0,0),(61370,17200,530,1,1,0,0,-4187.26,-12919.2,7.00817,4.34967,300,5,0,102,0,1,0,0,0),(61371,17200,530,1,1,0,0,-4320.81,-12750.9,15.9817,4.69303,300,5,0,102,0,1,0,0,0),(61372,17200,530,1,1,0,0,-4289.41,-12701.1,22.7247,4.47973,300,5,0,102,0,1,0,0,0),(61373,17200,530,1,1,0,0,-4315.74,-12777.5,17.7262,1.54931,300,5,0,102,0,1,0,0,0),(61374,17200,530,1,1,0,0,-4243.1,-12653.6,34.9419,0.623199,300,5,0,102,0,1,0,0,0),(61375,17200,530,1,1,0,0,-4294.41,-12585.1,28.4124,1.56506,300,5,0,102,0,1,0,0,0),(61376,17200,530,1,1,0,0,-4318.89,-12358.6,14.9389,1.0153,300,5,0,102,0,1,0,0,0),(61377,17200,530,1,1,0,0,-4351.46,-12347.6,9.3372,1.58447,300,5,0,102,0,1,0,0,0),(61378,17200,530,1,1,0,0,-4316.82,-12250.3,6.42948,5.84757,300,5,0,102,0,1,0,0,0),(61379,17200,530,1,1,0,0,-4342.45,-12153,6.18512,5.03599,300,5,0,102,0,1,0,0,0),(61380,17200,530,1,1,0,0,-4320.35,-12159.8,5.82521,5.32609,300,5,0,102,0,1,0,0,0),(61381,17200,530,1,1,0,0,-4260.9,-12153.9,6.99342,1.88181,300,5,0,102,0,1,0,0,0),(61382,17200,530,1,1,0,0,-4396.29,-12124.9,6.34446,3.85167,300,5,0,102,0,1,0,0,0),(61383,17200,530,1,1,0,0,-4319.73,-12129.9,6.60665,1.75599,300,5,0,102,0,1,0,0,0),(61384,17200,530,1,1,0,0,-4417,-12149.2,5.26867,5.99737,300,5,0,102,0,1,0,0,0),(61385,17200,530,1,1,0,0,-4339.71,-12038.8,3.93106,5.69527,300,5,0,102,0,1,0,0,0),(61386,17200,530,1,1,0,0,-4384.61,-12077.3,5.40538,1.15443,300,5,0,102,0,1,0,0,0),(61387,17200,530,1,1,0,0,-4249.46,-12061.5,3.65591,2.09648,300,5,0,102,0,1,0,0,0),(61388,17200,530,1,1,0,0,-4462.7,-12049.1,17.431,0,300,5,0,102,0,1,0,0,0),(61389,17200,530,1,1,0,0,-4323.08,-11987,2.60131,0.747341,300,5,0,102,0,1,0,0,0),(61390,17200,530,1,1,0,0,-4375.89,-11810.7,8.39762,1.83944,300,5,0,102,0,1,0,0,0),(61391,17200,530,1,1,0,0,-4325.37,-11850.5,4.26203,0.386436,300,5,0,102,0,1,0,0,0),(61392,17200,530,1,1,0,0,-4293.92,-11831.3,4.60931,2.53282,300,5,0,102,0,1,0,0,0),(61393,17200,530,1,1,0,0,-4407.19,-11726.7,4.98885,3.17169,300,5,0,102,0,1,0,0,0),(61394,17200,530,1,1,0,0,-4250.38,-11619.5,9.8908,4.7495,300,5,0,102,0,1,0,0,0),(61395,17200,530,1,1,0,0,-4808.59,-12100.5,41.6385,4.43141,300,5,0,102,0,1,0,0,0),(61396,17200,530,1,1,0,0,-4708.32,-12266,10.1519,1.53566,300,5,0,102,0,1,0,0,0),(61397,17200,530,1,1,0,0,-4658.9,-12160.8,30.4493,5.62449,300,5,0,102,0,1,0,0,0),(61398,17200,530,1,1,0,0,-4652.84,-12184.5,31.4858,6.14599,300,5,0,102,0,1,0,0,0),(61399,17200,530,1,1,0,0,-4661.27,-12217.2,25.4001,0.044979,300,5,0,102,0,1,0,0,0),(61400,17200,530,1,1,0,0,-4618.75,-12335.7,15.3579,5.8451,300,5,0,102,0,1,0,0,0),(61401,17200,530,1,1,0,0,-4592.3,-12292.5,18.1261,0.386675,300,5,0,102,0,1,0,0,0),(61402,17200,530,1,1,0,0,-4539.6,-12349.6,22.4779,5.63371,300,5,0,102,0,1,0,0,0),(61403,17200,530,1,1,0,0,-4511.09,-12300.7,19.1617,1.25275,300,5,0,102,0,1,0,0,0),(61404,17200,530,1,1,0,0,-4567.07,-12511.8,7.17738,6.2617,300,5,0,102,0,1,0,0,0),(61405,17200,530,1,1,0,0,-4508.44,-12524.4,4.14568,2.86678,300,5,0,102,0,1,0,0,0),(61406,17200,530,1,1,0,0,-4550.31,-12580,13.2713,0.140339,300,5,0,102,0,1,0,0,0),(61407,17200,530,1,1,0,0,-4538.77,-12554.1,12.7926,4.41475,300,5,0,102,0,1,0,0,0),(61408,17200,530,1,1,0,0,-4484.99,-12588,5.41025,6.12831,300,5,0,102,0,1,0,0,0),(61409,17200,530,1,1,0,0,-4494.06,-12647.3,17.0808,3.472,300,5,0,102,0,1,0,0,0),(61410,17200,530,1,1,0,0,-4590.17,-12717.5,5.09201,3.17863,300,5,0,102,0,1,0,0,0),(61411,17200,530,1,1,0,0,-4615.48,-12616.8,6.47812,5.72468,300,5,0,102,0,1,0,0,0),(61412,17200,530,1,1,0,0,-4530.46,-12720.2,11.6322,3.51936,300,5,0,102,0,1,0,0,0),(61413,17200,530,1,1,0,0,-4488.62,-12734.4,12.8536,3.16511,300,5,0,102,0,1,0,0,0),(61414,17200,530,1,1,0,0,-4484.17,-12681,14.4573,1.14821,300,5,0,102,0,1,0,0,0),(61415,17200,530,1,1,0,0,-4418.97,-12611.6,17.351,1.64113,300,5,0,102,0,1,0,0,0),(61416,17200,530,1,1,0,0,-4400.07,-12651.9,19.1272,4.30031,300,5,0,102,0,1,0,0,0),(61417,17200,530,1,1,0,0,-4352.41,-12713.5,19.7412,1.19081,300,5,0,102,0,1,0,0,0),(61418,17200,530,1,1,0,0,-4374.21,-12719.6,16.317,1.04673,300,5,0,102,0,1,0,0,0),(61419,17200,530,1,1,0,0,-4300.01,-12838.3,12.1425,3.15722,300,5,0,102,0,1,0,0,0),(61420,17200,530,1,1,0,0,-4348.2,-12834.2,9.5829,5.29066,300,5,0,102,0,1,0,0,0),(61421,17200,530,1,1,0,0,-4058.36,-12883.1,5.89381,2.96681,300,5,0,102,0,1,0,0,0),(61422,17200,530,1,1,0,0,-4006.33,-12833.8,6.25559,5.1466,300,5,0,102,0,1,0,0,0),(61423,17200,530,1,1,0,0,-3996.79,-12761.4,13.0633,1.85178,300,5,0,102,0,1,0,0,0),(61424,17200,530,1,1,0,0,-3886.52,-12917.6,6.4299,0.261284,300,5,0,102,0,1,0,0,0),(61425,17200,530,1,1,0,0,-3678.38,-12619.2,8.14239,1.25533,300,5,0,102,0,1,0,0,0),(61426,17200,530,1,1,0,0,-3658.72,-12582.3,13.0918,3.15136,300,5,0,102,0,1,0,0,0),(61427,17201,530,1,1,0,0,-4160.05,-11538.2,12.5612,0.060836,300,5,0,137,0,1,0,0,0),(61428,17201,530,1,1,0,0,-4184.73,-11585.4,12.383,1.91599,300,5,0,137,0,1,0,0,0),(61429,17201,530,1,1,0,0,-4159.88,-11890.3,1.35737,2.37414,300,5,0,137,0,1,0,0,0),(61430,17201,530,1,1,0,0,-4380.33,-11941.6,13.1512,6.27928,300,5,0,137,0,1,0,0,0),(61431,17201,530,1,1,0,0,-4344.68,-11807.8,7.53954,1.3078,300,5,0,137,0,1,0,0,0),(61432,17201,530,1,1,0,0,-4363.05,-11836.7,6.09145,0.228362,300,5,0,137,0,1,0,0,0),(61433,17201,530,1,1,0,0,-4260.83,-11861.1,0.9471,3.40783,300,5,0,137,0,1,0,0,0),(61434,17201,530,1,1,0,0,-4198.94,-11842.8,5.73468,2.4728,300,5,0,137,0,1,0,0,0),(61435,17201,530,1,1,0,0,-4302.96,-11764.5,8.51111,4.08646,300,5,0,137,0,1,0,0,0),(61436,17201,530,1,1,0,0,-4229.69,-11764,10.9249,1.5708,300,5,0,137,0,1,0,0,0),(61437,17201,530,1,1,0,0,-4327.23,-11764.3,5.26917,5.84787,300,5,0,137,0,1,0,0,0),(61438,17201,530,1,1,0,0,-4319.02,-11691.5,6.27124,3.79661,300,5,0,137,0,1,0,0,0),(61439,17201,530,1,1,0,0,-4319.08,-11719.3,10.0965,2.85654,300,5,0,137,0,1,0,0,0),(61440,17201,530,1,1,0,0,-4305.58,-11646.7,5.61157,2.77382,300,5,0,137,0,1,0,0,0),(61441,17201,530,1,1,0,0,-4227.92,-11698.6,6.61031,4.86487,300,5,0,137,0,1,0,0,0),(61442,17201,530,1,1,0,0,-4296.39,-11620.2,6.42483,3.62183,300,5,0,137,0,1,0,0,0),(61443,17201,530,1,1,0,0,-4271.46,-11598.3,12.0214,4.45323,300,5,0,137,0,1,0,0,0),(61444,17201,530,1,1,0,0,-4351,-11553,7.79809,3.34301,300,5,0,137,0,1,0,0,0),(61445,17201,530,1,1,0,0,-4379.08,-11586.7,6.07344,5.09556,300,5,0,137,0,1,0,0,0),(61446,17201,530,1,1,0,0,-4414.39,-11683.7,4.87964,0.665683,300,5,0,137,0,1,0,0,0),(61447,17201,530,1,1,0,0,-4691.42,-11671.1,24.3544,5.442,300,5,0,137,0,1,0,0,0),(61448,17201,530,1,1,0,0,-4726.29,-11546.9,26.6447,3.74775,300,5,0,137,0,1,0,0,0),(61449,17201,530,1,1,0,0,-4810.32,-11557.9,33.4686,4.6644,300,5,0,137,0,1,0,0,0),(61450,17201,530,1,1,0,0,-4788.24,-11589.4,30.5189,0.085339,300,5,0,137,0,1,0,0,0),(61451,17201,530,1,1,0,0,-4777.21,-11648.7,21.8047,0.454689,300,5,0,137,0,1,0,0,0),(61452,17201,530,1,1,0,0,-4792.63,-11732.4,21.2509,5.50072,300,5,0,137,0,1,0,0,0),(61453,17201,530,1,1,0,0,-3876.58,-12886.4,6.95658,3.24039,300,5,0,137,0,1,0,0,0),(61454,17201,530,1,1,0,0,-3780.95,-12648.4,4.25335,1.71575,300,5,0,137,0,1,0,0,0),(61455,17201,530,1,1,0,0,-3760.46,-12618.3,4.21323,3.18255,300,5,0,137,0,1,0,0,0),(61456,17201,530,1,1,0,0,-3638.6,-12710.1,6.34739,3.37455,300,5,0,137,0,1,0,0,0),(61457,17201,530,1,1,0,0,-3614.52,-12750.3,6.05676,3.1455,300,5,0,137,0,1,0,0,0),(61458,17201,530,1,1,0,0,-3660.51,-12642.8,8.90834,5.74017,300,5,0,137,0,1,0,0,0),(61459,17201,530,1,1,0,0,-3517.67,-12775.1,6.8232,1.61496,300,5,0,137,0,1,0,0,0),(61460,17201,530,1,1,0,0,-3447.48,-12881.8,5.35774,1.7793,300,5,0,137,0,1,0,0,0),(61461,17201,530,1,1,0,0,-3473.72,-12745.4,12.1023,0.666754,300,5,0,137,0,1,0,0,0),(61462,17201,530,1,1,0,0,-3511.28,-12661.3,25.4426,1.63872,300,5,0,137,0,1,0,0,0),(61463,17201,530,1,1,0,0,-3537.2,-12703.4,18.2331,3.75484,300,5,0,137,0,1,0,0,0),(61464,17201,530,1,1,0,0,-3834.32,-12187.9,8.47446,5.72991,300,5,0,137,0,1,0,0,0),(61465,17201,530,1,1,0,0,-3938.82,-12185.2,2.6809,3.0038,300,5,0,137,0,1,0,0,0),(61466,17201,530,1,1,0,0,-3952.18,-12180.6,2.90532,5.07886,300,5,0,137,0,1,0,0,0),(61467,17201,530,1,1,0,0,-3946.85,-12194.8,3.24265,1.50436,300,5,0,137,0,1,0,0,0),(61468,17201,530,1,1,0,0,-3882.96,-12284.3,3.29057,5.97609,300,5,0,137,0,1,0,0,0),(61469,17201,530,1,1,0,0,-3997.97,-12165.1,1.52702,5.89043,300,5,0,137,0,1,0,0,0),(61470,17201,530,1,1,0,0,-4052.68,-12319.7,1.04529,5.28738,300,5,0,137,0,1,0,0,0),(61471,17201,530,1,1,0,0,-4046.07,-12256.1,4.05379,0.287827,300,5,0,137,0,1,0,0,0),(61472,17201,530,1,1,0,0,-3927.55,-12352.3,1.68391,0.176926,300,5,0,137,0,1,0,0,0),(61473,17201,530,1,1,0,0,-3856.11,-12280.5,3.53812,5.12508,300,5,0,137,0,1,0,0,0),(61474,17201,530,1,1,0,0,-3742.72,-12420,-0.36226,0.315288,300,5,0,137,0,1,0,0,0),(61475,17201,530,1,1,0,0,-3784.86,-12452.2,6.28197,3.37077,300,5,0,137,0,1,0,0,0),(61476,17201,530,1,1,0,0,-3760.02,-12273.3,6.42493,2.114,300,5,0,137,0,1,0,0,0),(61477,17201,530,1,1,0,0,-3742.77,-12461.2,6.47819,0.903501,300,5,0,137,0,1,0,0,0),(61479,17201,530,1,1,0,0,-3699.78,-12555.7,8.43055,3.53008,300,5,0,137,0,1,0,0,0),(61480,17201,530,1,1,0,0,-3675.56,-12575.6,10.6102,2.55149,300,5,0,137,0,1,0,0,0),(61481,17201,530,1,1,0,0,-3721.09,-12583.2,7.42392,2.76338,300,5,0,137,0,1,0,0,0),(61482,17201,530,1,1,0,0,-3816.08,-12481.5,3.17625,4.70223,300,5,0,137,0,1,0,0,0),(61483,17201,530,1,1,0,0,-3884.84,-12459.6,9.6878,5.03931,300,5,0,137,0,1,0,0,0),(61484,17201,530,1,1,0,0,-3863.71,-12456.3,4.52432,3.455,300,5,0,137,0,1,0,0,0),(61485,17201,530,1,1,0,0,-3957.37,-12615,61.7548,4.45981,300,5,0,137,0,1,0,0,0),(61486,17201,530,1,1,0,0,-3922.18,-12628.6,69.3308,2.68824,300,5,0,137,0,1,0,0,0),(61487,17201,530,1,1,0,0,-3983.81,-12550.1,45.136,1.6081,300,5,0,137,0,1,0,0,0),(61488,17201,530,1,1,0,0,-3980.48,-12544.7,43.3202,1.28714,300,5,0,137,0,1,0,0,0),(61489,17201,530,1,1,0,0,-3952.39,-12647.9,72.094,1.5708,300,5,0,137,0,1,0,0,0),(61490,17201,530,1,1,0,0,-3915.87,-12711.3,89.6613,3.03262,300,5,0,137,0,1,0,0,0),(61491,17201,530,1,1,0,0,-4039.5,-12575,46.1509,2.76353,300,5,0,137,0,1,0,0,0),(61492,17201,530,1,1,0,0,-3508.22,-12660.4,26.1845,4.47973,300,5,0,137,0,1,0,0,0),(61493,17201,530,1,1,0,0,-3591.25,-12577.3,24.1975,1.97225,300,5,0,137,0,1,0,0,0),(61494,17201,530,1,1,0,0,-3611.71,-12559.2,19.1119,4.81379,300,5,0,137,0,1,0,0,0),(61495,17201,530,1,1,0,0,-3748.24,-12421.4,1.10201,1.78121,300,5,0,137,0,1,0,0,0),(61496,17201,530,1,1,0,0,-3698.85,-12480.7,2.95108,2.74004,300,5,0,137,0,1,0,0,0),(61497,17201,530,1,1,0,0,-3911.7,-12187.1,1.03637,6.07659,300,5,0,137,0,1,0,0,0),(61498,17201,530,1,1,0,0,-3826.18,-12189.4,8.58589,1.68889,300,5,0,137,0,1,0,0,0),(61499,17201,530,1,1,0,0,-3947.97,-12180,2.30671,4.33442,300,5,0,137,0,1,0,0,0),(61500,17201,530,1,1,0,0,-3880.03,-12295.6,3.73517,4.63152,300,5,0,137,0,1,0,0,0),(61501,17201,530,1,1,0,0,-3853.85,-12258.9,4.65945,4.85317,300,5,0,137,0,1,0,0,0),(61502,17201,530,1,1,0,0,-3921.64,-12357.7,3.55891,3.20519,300,5,0,137,0,1,0,0,0),(61503,17201,530,1,1,0,0,-3973.71,-12318.5,0.96421,0.546871,300,5,0,137,0,1,0,0,0),(61504,17201,530,1,1,0,0,-3884.32,-12473.8,15.1532,1.05819,300,5,0,137,0,1,0,0,0),(61505,17201,530,1,1,0,0,-3790.91,-12488.6,3.24343,2.69978,300,5,0,137,0,1,0,0,0),(61506,17201,530,1,1,0,0,-3944.36,-12491.3,24.43,4.39064,300,5,0,137,0,1,0,0,0),(61507,17201,530,1,1,0,0,-3921.42,-12621.5,66.8158,2.79414,300,5,0,137,0,1,0,0,0),(61508,17201,530,1,1,0,0,-3949.05,-12583.1,55.5601,0.950519,300,5,0,137,0,1,0,0,0),(61509,17201,530,1,1,0,0,-3948.89,-12674.8,75.9666,4.47973,300,5,0,137,0,1,0,0,0),(61510,17201,530,1,1,0,0,-4054.31,-12565.3,42.1892,4.57132,300,5,0,137,0,1,0,0,0),(61511,17201,530,1,1,0,0,-4463.34,-11999.9,31.7261,5.63769,300,5,0,137,0,1,0,0,0),(61512,17201,530,1,1,0,0,-4450.47,-11902.2,17.6754,4.61058,300,5,0,137,0,1,0,0,0),(61513,17201,530,1,1,0,0,-4407.55,-11895,12.2382,2.06765,300,5,0,137,0,1,0,0,0),(61514,17201,530,1,1,0,0,-4477.57,-11794.3,7.49202,0.782636,300,5,0,137,0,1,0,0,0),(61515,17201,530,1,1,0,0,-4380.85,-11842.3,8.6304,1.24472,300,5,0,137,0,1,0,0,0),(61516,17201,530,1,1,0,0,-4430.07,-11754,4.7803,3.16307,300,5,0,137,0,1,0,0,0),(61517,17201,530,1,1,0,0,-4343.55,-11766.8,5.31978,1.76322,300,5,0,137,0,1,0,0,0),(61518,17201,530,1,1,0,0,-4336.55,-11788.7,7.81185,3.08685,300,5,0,137,0,1,0,0,0),(61519,17201,530,1,1,0,0,-4328.26,-11800.4,8.6383,1.18051,300,5,0,137,0,1,0,0,0),(61520,17201,530,1,1,0,0,-4423.49,-11685.6,5.93432,5.48537,300,5,0,137,0,1,0,0,0),(61521,17201,530,1,1,0,0,-4309.9,-11722.8,9.8197,5.97317,300,5,0,137,0,1,0,0,0),(61522,17201,530,1,1,0,0,-4281.3,-11686.6,6.39111,5.62952,300,5,0,137,0,1,0,0,0),(61523,17201,530,1,1,0,0,-4367.53,-11607.7,7.95182,1.00661,300,5,0,137,0,1,0,0,0),(61524,17201,530,1,1,0,0,-4313.54,-11652.1,5.47195,0.005859,300,5,0,137,0,1,0,0,0),(61525,17201,530,1,1,0,0,-4336.03,-11528.4,10.7947,1.21096,300,5,0,137,0,1,0,0,0),(61526,17201,530,1,1,0,0,-3879.51,-12881.1,8.25153,6.03252,300,5,0,137,0,1,0,0,0),(61527,17201,530,1,1,0,0,-3859.28,-12782.1,11.2259,2.52391,300,5,0,137,0,1,0,0,0),(61528,17201,530,1,1,0,0,-3819.72,-12746,9.2147,6.14601,300,5,0,137,0,1,0,0,0),(61529,17201,530,1,1,0,0,-3762.43,-12630.4,5.07558,0.204942,300,5,0,137,0,1,0,0,0),(61530,17201,530,1,1,0,0,-3800.4,-12633.6,6.06751,3.96565,300,5,0,137,0,1,0,0,0),(61531,17201,530,1,1,0,0,-3675.46,-12706,5.21902,3.86759,300,5,0,137,0,1,0,0,0),(61532,17201,530,1,1,0,0,-3735,-12614.2,5.30883,4.35641,300,5,0,137,0,1,0,0,0),(61533,17201,530,1,1,0,0,-3658.56,-12636.6,9.9188,3.29647,300,5,0,137,0,1,0,0,0),(61534,17201,530,1,1,0,0,-3620.6,-12683.2,9.2356,5.53368,300,5,0,137,0,1,0,0,0),(61535,17201,530,1,1,0,0,-3515.51,-12714,14.2218,5.21215,300,5,0,137,0,1,0,0,0),(61536,17201,530,1,1,0,0,-3563.08,-12732,7.85809,4.58678,300,5,0,137,0,1,0,0,0),(61537,17201,530,1,1,0,0,-3583.22,-12749.8,5.95002,6.20988,300,5,0,137,0,1,0,0,0),(61538,17201,530,1,1,0,0,-3540.32,-12775.8,5.06758,0.501217,300,5,0,137,0,1,0,0,0),(61636,17202,530,1,1,0,0,-3590.83,-12720.7,8.65955,0.234557,300,5,0,137,0,1,0,0,0),(61635,17202,530,1,1,0,0,-3662.75,-12675.1,6.12332,5.81954,300,5,0,137,0,1,0,0,0),(5752,6491,1,1,4294967295,0,0,6499.08,-2378.94,589.681,4.80547,60,0,0,4120,0,0,0,0,0),(61633,17202,530,1,1,0,0,-3801.06,-12705.5,10.9784,0.137545,300,5,0,137,0,1,0,0,0),(61632,17202,530,1,1,0,0,-3726.16,-12695.2,4.52092,5.48902,300,5,0,137,0,1,0,0,0),(61631,17202,530,1,1,0,0,-4657.5,-11426.3,23.4169,3.30449,300,5,0,137,0,1,0,0,0),(61630,17202,530,1,1,0,0,-4434.26,-11482.4,30.5442,4.31339,300,5,0,137,0,1,0,0,0),(61629,17202,530,1,1,0,0,-4294.15,-11551.8,15.6471,5.90522,300,5,0,137,0,1,0,0,0),(61628,17202,530,1,1,0,0,-4321.52,-11529.4,13.4475,3.1692,300,5,0,137,0,1,0,0,0),(61627,17202,530,1,1,0,0,-4318.86,-11589,12.3106,4.35905,300,5,0,137,0,1,0,0,0),(61626,17202,530,1,1,0,0,-4335.72,-11597.1,10.6374,5.51596,300,5,0,137,0,1,0,0,0),(61625,17202,530,1,1,0,0,-4290.87,-11606.6,7.94909,4.43141,300,5,0,137,0,1,0,0,0),(61624,17202,530,1,1,0,0,-4340.78,-11721.3,7.72602,5.22669,300,5,0,137,0,1,0,0,0),(61623,17202,530,1,1,0,0,-4277.08,-11745,9.3447,5.0938,300,5,0,137,0,1,0,0,0),(61622,17202,530,1,1,0,0,-4455.44,-11762.2,5.32073,4.9071,300,5,0,137,0,1,0,0,0),(61621,17202,530,1,1,0,0,-4422.15,-11826.3,8.71229,4.74558,300,5,0,137,0,1,0,0,0),(61620,17202,530,1,1,0,0,-4316.69,-11876.1,0.748052,3.16435,300,5,0,137,0,1,0,0,0),(61619,17202,530,1,1,0,0,-4376.99,-11935.2,11.6604,1.78121,300,5,0,137,0,1,0,0,0),(61618,17202,530,1,1,0,0,-4412.43,-11947.3,21.6033,0.025385,300,5,0,137,0,1,0,0,0),(61617,17202,530,1,1,0,0,-4402.04,-11976.8,18.9884,4.6166,300,5,0,137,0,1,0,0,0),(61616,17202,530,1,1,0,0,-3985.71,-12589.2,54.9955,4.31339,300,5,0,137,0,1,0,0,0),(61615,17202,530,1,1,0,0,-3924.03,-12576.6,52.6371,1.83328,300,5,0,137,0,1,0,0,0),(61614,17202,530,1,1,0,0,-3754.68,-12511.4,7.7174,5.95478,300,5,0,137,0,1,0,0,0),(61613,17202,530,1,1,0,0,-3757.64,-12578.3,4.12998,2.4452,300,5,0,137,0,1,0,0,0),(61612,17202,530,1,1,0,0,-3883.19,-12544.1,40.5555,1.53761,300,5,0,137,0,1,0,0,0),(61611,17202,530,1,1,0,0,-3911.88,-12470.4,16.0638,4.79845,300,5,0,137,0,1,0,0,0),(61610,17202,530,1,1,0,0,-3791.89,-12340.2,3.9221,3.19251,300,5,0,137,0,1,0,0,0),(61609,17202,530,1,1,0,0,-3798.57,-12349.3,4.24389,0.649746,300,5,0,137,0,1,0,0,0),(61608,17202,530,1,1,0,0,-3903.98,-12334.8,1.82219,0.046391,300,5,0,137,0,1,0,0,0),(61607,17202,530,1,1,0,0,-3916.01,-12391.5,16.0062,0,300,5,0,137,0,1,0,0,0),(61606,17202,530,1,1,0,0,-3952.13,-12283.1,1.77824,3.99989,300,5,0,137,0,1,0,0,0),(61605,17202,530,1,1,0,0,-3931.4,-12259.3,3.77823,4.01415,300,5,0,137,0,1,0,0,0),(61604,17202,530,1,1,0,0,-3843.79,-12207.7,7.03857,3.03978,300,5,0,137,0,1,0,0,0),(61603,17202,530,1,1,0,0,-3866.01,-12213.8,5.14522,0.620834,300,5,0,137,0,1,0,0,0),(61602,17202,530,1,1,0,0,-3867.65,-12171.1,6.12381,6.04284,300,5,0,137,0,1,0,0,0),(61601,17202,530,1,1,0,0,-3572.58,-12624.2,21.0553,3.29269,300,5,0,137,0,1,0,0,0),(61600,17202,530,1,1,0,0,-3576.63,-12650.6,17.0642,4.96516,300,5,0,137,0,1,0,0,0),(61599,17202,530,1,1,0,0,-3491.53,-12634,29.4265,4.49393,300,5,0,137,0,1,0,0,0),(61598,17202,530,1,1,0,0,-3927.71,-12558,44.8431,1.91172,300,5,0,137,0,1,0,0,0),(61597,17202,530,1,1,0,0,-3882.52,-12553,44.6182,5.31015,300,5,0,137,0,1,0,0,0),(61596,17202,530,1,1,0,0,-3916.7,-12480,19.8127,1.26557,300,5,0,137,0,1,0,0,0),(61595,17202,530,1,1,0,0,-3780.34,-12582,3.83046,5.7092,300,5,0,137,0,1,0,0,0),(61594,17202,530,1,1,0,0,-3785.18,-12512.2,4.73164,4.46806,300,5,0,137,0,1,0,0,0),(61593,17202,530,1,1,0,0,-3658.95,-12545.3,13.7226,1.5164,300,5,0,137,0,1,0,0,0),(61592,17202,530,1,1,0,0,-3746.7,-12481.5,6.74616,0.49994,300,5,0,137,0,1,0,0,0),(61591,17202,530,1,1,0,0,-3721.98,-12312,4.98038,2.2309,300,5,0,137,0,1,0,0,0),(61590,17202,530,1,1,0,0,-3850.55,-12346.8,4.66289,4.00237,300,5,0,137,0,1,0,0,0),(61589,17202,530,1,1,0,0,-3653.65,-12725.4,3.80987,5.06097,300,5,0,137,0,1,0,0,0),(61588,17202,530,1,1,0,0,-3802.38,-12330.1,2.4407,2.31058,300,5,0,137,0,1,0,0,0),(61587,17202,530,1,1,0,0,-3860.46,-12373.6,1.71132,1.36761,300,5,0,137,0,1,0,0,0),(61586,17202,530,1,1,0,0,-3874.04,-12318.9,3.34838,2.84902,300,5,0,137,0,1,0,0,0),(61585,17202,530,1,1,0,0,-3884.17,-12318.7,2.68079,0.748325,300,5,0,137,0,1,0,0,0),(61584,17202,530,1,1,0,0,-3938.14,-12389,15.897,4.10598,300,5,0,137,0,1,0,0,0),(61583,17202,530,1,1,0,0,-4093.01,-12279.4,0.06625,2.96849,300,5,0,137,0,1,0,0,0),(61582,17202,530,1,1,0,0,-4029.15,-12289.5,3.52213,3.83263,300,5,0,137,0,1,0,0,0),(61581,17202,530,1,1,0,0,-4017.65,-12348,2.01769,2.31903,300,5,0,137,0,1,0,0,0),(61580,17202,530,1,1,0,0,-4020.82,-12237.9,3.77701,5.03706,300,5,0,137,0,1,0,0,0),(61579,17202,530,1,1,0,0,-4043.15,-12180.6,2.30809,0.280791,300,5,0,137,0,1,0,0,0),(61578,17202,530,1,1,0,0,-3918.85,-12282.3,2.17635,2.82887,300,5,0,137,0,1,0,0,0),(61577,17202,530,1,1,0,0,-3948.86,-12282,1.64652,1.21385,300,5,0,137,0,1,0,0,0),(61576,17202,530,1,1,0,0,-3968.82,-12182.9,4.70044,6.01213,300,5,0,137,0,1,0,0,0),(61575,17202,530,1,1,0,0,-3829.5,-12209.7,6.88433,3.857,300,5,0,137,0,1,0,0,0),(61574,17202,530,1,1,0,0,-3876.35,-12193.2,4.39594,1.05439,300,5,0,137,0,1,0,0,0),(61573,17202,530,1,1,0,0,-3422.4,-12885.5,4.55555,0.946994,300,5,0,137,0,1,0,0,0),(61572,17202,530,1,1,0,0,-3519.16,-12815.2,4.5573,3.19503,300,5,0,137,0,1,0,0,0),(61571,17202,530,1,1,0,0,-3547,-12815.9,3.73923,5.4899,300,5,0,137,0,1,0,0,0),(61570,17202,530,1,1,0,0,-3565.72,-12702,15.8311,2.7951,300,5,0,137,0,1,0,0,0),(61569,17202,530,1,1,0,0,-3655.97,-12673.8,7.15591,0.121447,300,5,0,137,0,1,0,0,0),(61568,17202,530,1,1,0,0,-3755.05,-12683.8,5.52174,2.95616,300,5,0,137,0,1,0,0,0),(61567,17202,530,1,1,0,0,-3786.82,-12719.1,8.3453,4.25623,300,5,0,137,0,1,0,0,0),(61566,17202,530,1,1,0,0,-3814.88,-12796.6,7.90135,1.93148,300,5,0,137,0,1,0,0,0),(61565,17202,530,1,1,0,0,-3815.62,-12818.3,5.90009,2.57175,300,5,0,137,0,1,0,0,0),(61564,17202,530,1,1,0,0,-4739.18,-11838.8,19.3169,5.73988,300,5,0,137,0,1,0,0,0),(61563,17202,530,1,1,0,0,-4727.26,-11672,18.9422,0.707352,300,5,0,137,0,1,0,0,0),(61562,17202,530,1,1,0,0,-4742.36,-11609.4,22.504,0.998519,300,5,0,137,0,1,0,0,0),(61561,17202,530,1,1,0,0,-4788.88,-11512.6,30.3393,5.67838,300,5,0,137,0,1,0,0,0),(61560,17202,530,1,1,0,0,-4482.2,-11742.9,9.894,2.56996,300,5,0,137,0,1,0,0,0),(61559,17202,530,1,1,0,0,-4653.93,-11412.4,25.0565,0.379712,300,5,0,137,0,1,0,0,0),(61558,17202,530,1,1,0,0,-4417.41,-11548.5,8.89845,5.20924,300,5,0,137,0,1,0,0,0),(61557,17202,530,1,1,0,0,-4440.33,-11495.4,28.9851,1.20457,300,5,0,137,0,1,0,0,0),(61556,17202,530,1,1,0,0,-4287.32,-11555,16.564,3.61839,300,5,0,137,0,1,0,0,0),(61555,17202,530,1,1,0,0,-4414.23,-11632.4,8.94516,4.63111,300,5,0,137,0,1,0,0,0),(61554,17202,530,1,1,0,0,-4348.29,-11579.7,8.83321,3.22795,300,5,0,137,0,1,0,0,0),(61553,17202,530,1,1,0,0,-4295.95,-11530.6,13.6441,3.91303,300,5,0,137,0,1,0,0,0),(61552,17202,530,1,1,0,0,-4242.77,-11687.1,8.24656,5.10087,300,5,0,137,0,1,0,0,0),(61551,17202,530,1,1,0,0,-4346.89,-11709.1,6.95773,1.80297,300,5,0,137,0,1,0,0,0),(61550,17202,530,1,1,0,0,-4255.82,-11722,8.98661,5.45292,300,5,0,137,0,1,0,0,0),(61549,17202,530,1,1,0,0,-4297.41,-11721.7,8.93172,3.04907,300,5,0,137,0,1,0,0,0),(61548,17202,530,1,1,0,0,-4253.94,-11792.3,10.0542,3.00076,300,5,0,137,0,1,0,0,0),(61547,17202,530,1,1,0,0,-4216.58,-11817.5,8.05392,3.2142,300,5,0,137,0,1,0,0,0),(61546,17202,530,1,1,0,0,-4283.88,-11822.3,6.27754,1.80563,300,5,0,137,0,1,0,0,0),(61545,17202,530,1,1,0,0,-4406.02,-11843.7,8.88868,5.20573,300,5,0,137,0,1,0,0,0),(61544,17202,530,1,1,0,0,-4416.82,-11895.8,13.499,5.17812,300,5,0,137,0,1,0,0,0),(61543,17202,530,1,1,0,0,-4390.61,-11967.7,15.2738,5.0277,300,5,0,137,0,1,0,0,0),(61542,17202,530,1,1,0,0,-4353.75,-11884,3.33255,1.13226,300,5,0,137,0,1,0,0,0),(61541,17202,530,1,1,0,0,-4382.05,-11940.9,13.3928,5.11574,300,5,0,137,0,1,0,0,0),(61540,17202,530,1,1,0,0,-4153.8,-11587.5,14.947,4.02524,300,5,0,137,0,1,0,0,0),(61539,17202,530,1,1,0,0,-4095.5,-11597,16.9783,5.28308,300,5,0,137,0,1,0,0,0),(61718,17203,530,1,1,0,0,-3065.14,-12298.1,19.9738,3.98915,300,5,0,156,0,1,0,0,0),(61717,17203,530,1,1,0,0,-3016.49,-12350,15.7886,1.42858,300,5,0,156,0,1,0,0,0),(61716,17203,530,1,1,0,0,-3772.71,-12224.8,3.39669,0.151884,300,5,0,156,0,1,0,0,0),(61715,17203,530,1,1,0,0,-3842.6,-12154.2,6.38216,4.83466,300,5,0,156,0,1,0,0,0),(61714,17203,530,1,1,0,0,-3863.19,-12044.7,1.2677,6.02258,300,5,0,156,0,1,0,0,0),(61713,17203,530,1,1,0,0,-3722.3,-12185.1,8.41626,2.11927,300,5,0,156,0,1,0,0,0),(61712,17203,530,1,1,0,0,-3834.05,-11918.7,3.21265,1.42975,300,5,0,156,0,1,0,0,0),(61711,17203,530,1,1,0,0,-3695.55,-11946.9,3.89852,2.67882,300,5,0,156,0,1,0,0,0),(61710,17203,530,1,1,0,0,-3742.3,-11975.6,1.65348,5.03826,300,5,0,156,0,1,0,0,0),(61709,17203,530,1,1,0,0,-3774.88,-11948.3,5.64338,0.373264,300,5,0,156,0,1,0,0,0),(61708,17203,530,1,1,0,0,-3625.55,-11882.9,12.4195,4.12487,300,5,0,156,0,1,0,0,0),(61707,17203,530,1,1,0,0,-3680.99,-11916.7,6.10157,2.40037,300,5,0,156,0,1,0,0,0),(61706,17203,530,1,1,0,0,-3515.76,-11915,4.44907,0.564232,300,5,0,156,0,1,0,0,0),(61705,17203,530,1,1,0,0,-3666.69,-11935,4.88861,2.38657,300,5,0,156,0,1,0,0,0),(61704,17203,530,1,1,0,0,-3613.22,-12029.8,15.6725,1.95293,300,5,0,156,0,1,0,0,0),(61703,17203,530,1,1,0,0,-3619.86,-12125.2,19.352,3.17868,300,5,0,156,0,1,0,0,0),(61702,17203,530,1,1,0,0,-3477.46,-12021.9,20.5344,2.49587,300,5,0,156,0,1,0,0,0),(61701,17203,530,1,1,0,0,-3569.85,-12104.6,25.8849,5.94007,300,5,0,156,0,1,0,0,0),(61700,17203,530,1,1,0,0,-3555.25,-12221.4,4.13646,1.51411,300,5,0,156,0,1,0,0,0),(61699,17203,530,1,1,0,0,-3550.61,-12286.5,5.04372,4.64595,300,5,0,156,0,1,0,0,0),(61698,17203,530,1,1,0,0,-3634.42,-12262.6,1.4602,4.35765,300,5,0,156,0,1,0,0,0),(61697,17203,530,1,1,0,0,-3649.56,-12312.3,2.63957,1.53175,300,5,0,156,0,1,0,0,0),(61696,17203,530,1,1,0,0,-3545.86,-12546.8,21.6046,3.62368,300,5,0,156,0,1,0,0,0),(61695,17203,530,1,1,0,0,-3389.28,-12516.9,49.3007,1.07831,300,5,0,156,0,1,0,0,0),(61694,17203,530,1,1,0,0,-3451.14,-12520.6,33.7949,5.64476,300,5,0,156,0,1,0,0,0),(61693,17203,530,1,1,0,0,-3552.48,-12414.8,6.04903,4.40104,300,5,0,156,0,1,0,0,0),(61692,17203,530,1,1,0,0,-3206.51,-12576.7,44.7328,2.1413,300,5,0,156,0,1,0,0,0),(61691,17203,530,1,1,0,0,-3025.83,-12504.4,20.7411,0.320244,300,5,0,156,0,1,0,0,0),(61690,17203,530,1,1,0,0,-3036.56,-12442.6,23.6955,5.0675,300,5,0,156,0,1,0,0,0),(61689,17203,530,1,1,0,0,-3499.44,-12128.2,29.346,5.74176,300,5,0,156,0,1,0,0,0),(61688,17203,530,1,1,0,0,-3479.12,-12222.3,9.9022,2.65784,300,5,0,156,0,1,0,0,0),(61687,17203,530,1,1,0,0,-3478.2,-12092,27.2528,3.62707,300,5,0,156,0,1,0,0,0),(61686,17203,530,1,1,0,0,-3362.25,-12196.8,37.0218,1.2964,300,5,0,156,0,1,0,0,0),(61685,17203,530,1,1,0,0,-3320.46,-12006,18.463,1.85178,300,5,0,156,0,1,0,0,0),(61684,17203,530,1,1,0,0,-3223.9,-12139.5,28.9551,1.31019,300,5,0,156,0,1,0,0,0),(61683,17203,530,1,1,0,0,-3187.67,-12253.6,47.4818,6.07277,300,5,0,156,0,1,0,0,0),(61682,17203,530,1,1,0,0,-3193.05,-12292.6,56.0122,3.03994,300,5,0,156,0,1,0,0,0),(61681,17203,530,1,1,0,0,-3190.22,-12215.8,37.609,1.88637,300,5,0,156,0,1,0,0,0),(61680,17203,530,1,1,0,0,-3091.88,-12208.3,22.1583,3.05337,300,5,0,156,0,1,0,0,0),(61679,17203,530,1,1,0,0,-3186.16,-12085.1,15.524,6.09652,300,5,0,156,0,1,0,0,0),(61678,17203,530,1,1,0,0,-3339.74,-11941.9,9.3829,1.00095,300,5,0,156,0,1,0,0,0),(61677,17203,530,1,1,0,0,-3208.05,-11988.4,10.6815,1.11862,300,5,0,156,0,1,0,0,0),(61676,17203,530,1,1,0,0,-3120.19,-12104.5,13.044,1.51898,300,5,0,156,0,1,0,0,0),(61675,17203,530,1,1,0,0,-3080.35,-12088.4,7.23245,0.055882,300,5,0,156,0,1,0,0,0),(61674,17203,530,1,1,0,0,-3013.99,-12288.7,15.5189,3.98314,300,5,0,156,0,1,0,0,0),(61673,17203,530,1,1,0,0,-2971.07,-12437.4,14.2479,2.07165,300,5,0,156,0,1,0,0,0),(61672,17203,530,1,1,0,0,-3550.91,-12417.8,5.79903,4.5807,300,5,0,156,0,1,0,0,0),(61671,17203,530,1,1,0,0,-3056.64,-12467.8,29.2744,1.94794,300,5,0,156,0,1,0,0,0),(61670,17203,530,1,1,0,0,-3080.35,-12448.9,31.2978,1.54287,300,5,0,156,0,1,0,0,0),(61669,17203,530,1,1,0,0,-3380.85,-12184.9,34.2272,1.84897,300,5,0,156,0,1,0,0,0),(61668,17203,530,1,1,0,0,-3472.76,-12226.8,10.8665,6.24228,300,5,0,156,0,1,0,0,0),(61667,17203,530,1,1,0,0,-3547.72,-12195.5,6.05497,1.70819,300,5,0,156,0,1,0,0,0),(61666,17203,530,1,1,0,0,-3598.47,-12240.9,2.12966,5.94021,300,5,0,156,0,1,0,0,0),(61665,17203,530,1,1,0,0,-3554.4,-12305.7,5.7801,4.6696,300,5,0,156,0,1,0,0,0),(61664,17203,530,1,1,0,0,-3654.41,-12281,4.24456,2.13676,300,5,0,156,0,1,0,0,0),(61663,17203,530,1,1,0,0,-3678.29,-12220.3,3.05698,3.34841,300,5,0,156,0,1,0,0,0),(61662,17203,530,1,1,0,0,-3649.57,-12403.4,2.7496,2.92823,300,5,0,156,0,1,0,0,0),(61661,17203,530,1,1,0,0,-3856.69,-12120.4,3.07225,1.5713,300,5,0,156,0,1,0,0,0),(61660,17203,530,1,1,0,0,-3760.46,-12133,9.552,4.84959,300,5,0,156,0,1,0,0,0),(61659,17203,530,1,1,0,0,-3853.72,-12036.2,1.54086,1.98287,300,5,0,156,0,1,0,0,0),(61658,17203,530,1,1,0,0,-3742.29,-12043.7,8.41818,1.72609,300,5,0,156,0,1,0,0,0),(61657,17203,530,1,1,0,0,-3771.76,-11861.4,8.26126,0.106477,300,5,0,156,0,1,0,0,0),(61656,17203,530,1,1,0,0,-3905.56,-11992.2,1.49936,2.48251,300,5,0,156,0,1,0,0,0),(61655,17203,530,1,1,0,0,-3755.22,-11954.7,4.11833,6.04812,300,5,0,156,0,1,0,0,0),(61654,17203,530,1,1,0,0,-3778.92,-11914.5,4.02473,2.0406,300,5,0,156,0,1,0,0,0),(61653,17203,530,1,1,0,0,-3717.44,-11913.3,11.2635,3.30903,300,5,0,156,0,1,0,0,0),(61652,17203,530,1,1,0,0,-3607.66,-11958.4,8.29973,4.19636,300,5,0,156,0,1,0,0,0),(61651,17203,530,1,1,0,0,-3697.44,-12116.7,18.2682,5.81651,300,5,0,156,0,1,0,0,0),(61650,17203,530,1,1,0,0,-3682.41,-11949.2,4.33132,3.86855,300,5,0,156,0,1,0,0,0),(61649,17203,530,1,1,0,0,-3661.11,-11878.3,12.1069,2.21209,300,5,0,156,0,1,0,0,0),(61648,17203,530,1,1,0,0,-3522.13,-11922.4,5.51234,4.09178,300,5,0,156,0,1,0,0,0),(61647,17203,530,1,1,0,0,-3354.33,-11955.5,10.6325,3.35266,300,5,0,156,0,1,0,0,0),(61646,17203,530,1,1,0,0,-3255.65,-11942.8,9.1901,2.40097,300,5,0,156,0,1,0,0,0),(61645,17203,530,1,1,0,0,-3216.02,-11952.6,7.54109,6.06919,300,5,0,156,0,1,0,0,0),(61644,17203,530,1,1,0,0,-3104.78,-12098,8.60679,0.571258,300,5,0,156,0,1,0,0,0),(61643,17203,530,1,1,0,0,-3037.06,-12135.9,11.5147,4.42104,300,5,0,156,0,1,0,0,0),(61642,17203,530,1,1,0,0,-3078.09,-12375.6,24.5054,4.57844,300,5,0,156,0,1,0,0,0),(61641,17203,530,1,1,0,0,-2969.86,-12438.1,14.2479,0.716159,300,5,0,156,0,1,0,0,0),(61640,17203,530,1,1,0,0,-2943.9,-12460.4,9.99302,3.49459,300,5,0,156,0,1,0,0,0),(61639,17203,530,1,1,0,0,-3203.95,-12573,45.6221,2.12507,300,5,0,156,0,1,0,0,0),(61638,17203,530,1,1,0,0,-3883.96,-12010.6,0.62347,2.66219,300,5,0,156,0,1,0,0,0),(61719,17204,530,1,1,0,1,-3804.5,-11396.9,-104.253,6.011,300,0,0,5589,3155,0,0,0,0),(61720,17205,530,1,1,0,0,-3285.64,-12924.1,11.7715,3.51984,300,0,0,27945,3155,0,0,0,0),(61721,17212,530,1,1,0,1,-4162.33,-12456.1,44.3411,4.13643,300,0,0,316,326,0,0,0,0),(61722,17213,530,1,1,0,0,9679.25,-7395.64,11.6048,3.18488,300,0,0,1,0,2,0,0,0),(61723,17213,530,1,1,0,0,9606.47,-7425.93,13.3058,4.2882,300,0,0,1,0,2,0,0,0),(61724,17213,530,1,1,0,0,9758.75,-7316.7,24.4114,3.54667,300,0,0,1,0,2,0,0,0),(61725,17213,530,1,1,0,0,9505.63,-7304.47,14.097,3.16622,300,5,0,1,0,1,0,0,0),(61726,17213,530,1,1,0,0,10227.5,-6324.54,30.841,6.27767,300,0,0,1,0,2,0,0,0),(61727,17213,530,1,1,0,0,10353.3,-6395.36,38.5309,4.82783,300,0,0,1,0,2,0,0,0),(61728,17213,530,1,1,0,0,10378.6,-6425.85,47.2277,4.14093,300,0,0,1,0,2,0,0,0),(61729,17213,530,1,1,0,0,10414.9,-6354.21,36.9699,0.482276,300,0,0,1,0,2,0,0,0),(61730,17213,530,1,1,0,0,10419.7,-6195.88,32.1889,4.59173,300,0,0,1,0,2,0,0,0),(61731,17213,530,1,1,0,0,10316.6,-6044.26,28.4427,4.6553,300,0,0,1,0,2,0,0,0),(61732,17213,530,1,1,0,0,10207.2,-5985.84,38.9446,5.59597,300,0,0,1,0,2,0,0,0),(61733,17213,530,1,1,0,0,10098.1,-6084.32,32.2656,6.20534,300,0,0,1,0,2,0,0,0),(61734,17213,530,1,1,0,0,10122.7,-5997.03,65.0093,1.14215,300,0,0,1,0,2,0,0,0),(61735,17213,530,1,1,0,0,10148.6,-5984.63,110.154,0.362146,300,0,0,1,0,2,0,0,0),(61736,17213,530,1,1,0,0,9890.39,-7414.79,13.265,1.17713,300,0,0,1,0,2,0,0,0),(61737,17213,530,1,1,0,0,9681.88,-7208.1,13.9808,3.11799,300,0,0,1,0,2,0,0,0),(61738,17214,530,1,1,0,0,-4199.11,-12469.9,45.7105,3.29055,300,0,0,148,165,0,0,0,0),(61739,17215,530,1,1,0,1,-4191.15,-12470,45.6375,3.80482,300,0,0,198,0,0,0,0,0),(61740,17216,530,1,1,0,0,-4252.9,-11405.2,1.3314,3.8131,300,5,0,120,0,1,0,0,0),(61741,17216,530,1,1,0,0,-4377.85,-11447.5,-0.08474,3.84906,300,5,0,120,0,1,0,0,0),(61742,17216,530,1,1,0,0,-4415.65,-11419.2,0.89377,5.87351,300,5,0,120,0,1,0,0,0),(61743,17216,530,1,1,0,0,-4440.98,-11385,-2.47206,6.17714,300,5,0,120,0,1,0,0,0),(61744,17216,530,1,1,0,0,-4481.05,-11425.5,1.74177,5.41136,300,5,0,120,0,1,0,0,0),(61745,17216,530,1,1,0,0,-4348.18,-11377.7,-10.686,2.79265,300,5,0,120,0,1,0,0,0),(61746,17216,530,1,1,0,0,-4376.41,-11394.5,-10.4945,3.51964,300,5,0,120,0,1,0,0,0),(61747,17216,530,1,1,0,0,-4574.17,-11429,2.08072,3.19828,300,5,0,120,0,1,0,0,0),(61748,17216,530,1,1,0,0,-4522.89,-11388.3,-3.26503,3.54065,300,5,0,120,0,1,0,0,0),(61749,17216,530,1,1,0,0,-4875.78,-11516.2,3.99433,5.66945,300,5,0,120,0,1,0,0,0),(61750,17216,530,1,1,0,0,-5057.9,-11759.8,0.11434,4.22753,300,5,0,120,0,1,0,0,0),(61751,17216,530,1,1,0,0,-5038.51,-11856.2,0.74116,0.641491,300,5,0,120,0,1,0,0,0),(61752,17216,530,1,1,0,0,-5031.73,-11687.5,2.33693,3.32191,300,5,0,120,0,1,0,0,0),(61753,17216,530,1,1,0,0,-5030.73,-11582,0.62488,4.46818,300,5,0,120,0,1,0,0,0),(61754,17216,530,1,1,0,0,-5041.6,-11905.1,1.31327,3.07719,300,5,0,120,0,1,0,0,0),(61755,17216,530,1,1,0,0,-5000.14,-12075.8,0.12381,2.88579,300,5,0,120,0,1,0,0,0),(61756,17216,530,1,1,0,0,-4919.95,-12111.5,3.04869,6.27158,300,5,0,120,0,1,0,0,0),(61757,17216,530,1,1,0,0,-4831.45,-12328.6,-2.99181,2.48089,300,5,0,120,0,1,0,0,0),(61758,17216,530,1,1,0,0,-4827.1,-12372.6,-3.00833,3.74529,300,5,0,120,0,1,0,0,0),(61759,17216,530,1,1,0,0,-4821.59,-12372.6,-2.44314,3.94964,300,5,0,120,0,1,0,0,0),(61760,17216,530,1,1,0,0,-4789,-12388.9,1.1473,4.43543,300,5,0,120,0,1,0,0,0),(61761,17216,530,1,1,0,0,-4854.69,-12451.6,-7.41087,4.72722,300,5,0,120,0,1,0,0,0),(61762,17216,530,1,1,0,0,-4836.65,-12409.4,-1.54343,3.83237,300,5,0,120,0,1,0,0,0),(61763,17216,530,1,1,0,0,-4826.62,-12444.1,-0.879713,3.00798,300,5,0,120,0,1,0,0,0),(61764,17216,530,1,1,0,0,-4816.3,-12427.6,-0.858916,3.62394,300,5,0,120,0,1,0,0,0),(61765,17216,530,1,1,0,0,-4774.33,-12491.5,-0.031165,4.84193,300,5,0,120,0,1,0,0,0),(61766,17216,530,1,1,0,0,-4775.48,-12489.5,0.02499,4.68075,300,5,0,120,0,1,0,0,0),(61767,17216,530,1,1,0,0,-4860.55,-12352.8,-11.4433,2.97102,300,5,0,120,0,1,0,0,0),(61768,17216,530,1,1,0,0,-4721.77,-12551.6,-0.75181,2.93405,300,5,0,120,0,1,0,0,0),(61769,17216,530,1,1,0,0,-4785.33,-12550.9,-1.37875,5.29389,300,5,0,120,0,1,0,0,0),(61770,17216,530,1,1,0,0,-4791.64,-12541.5,-1.0059,5.24053,300,5,0,120,0,1,0,0,0),(61771,17216,530,1,1,0,0,-4693.6,-12552.1,1.63611,2.55093,300,5,0,120,0,1,0,0,0),(61772,17216,530,1,1,0,0,-4816.67,-12508.7,-2.95843,1.53091,300,5,0,120,0,1,0,0,0),(61773,17216,530,1,1,0,0,-4788.98,-12520.9,-1.03294,2.63032,300,5,0,120,0,1,0,0,0),(61774,17216,530,1,1,0,0,-4740.38,-12518.3,1.05677,4.98336,300,5,0,120,0,1,0,0,0),(61775,17216,530,1,1,0,0,-4718.68,-12520.1,1.49224,5.55712,300,5,0,120,0,1,0,0,0),(61776,17216,530,1,1,0,0,-4721.5,-12525.8,1.16112,1.63563,300,5,0,120,0,1,0,0,0),(61777,17216,530,1,1,0,0,-4844.52,-12477.2,-3.58944,3.67163,300,5,0,120,0,1,0,0,0),(61778,17216,530,1,1,0,0,-4881.49,-12380.3,-14.2123,3.91148,300,5,0,120,0,1,0,0,0),(61779,17216,530,1,1,0,0,-4836.81,-12513.1,-9.88286,3.60309,300,5,0,120,0,1,0,0,0),(61780,17216,530,1,1,0,0,-4775.61,-12576.5,-12.3525,6.20701,300,5,0,120,0,1,0,0,0),(61781,17216,530,1,1,0,0,-4745.87,-12623.1,-11.9346,1.40793,300,5,0,120,0,1,0,0,0),(61782,17216,530,1,1,0,0,-4701.21,-12581.9,-4.08629,0.098336,300,5,0,120,0,1,0,0,0),(61783,17216,530,1,1,0,0,-4753.92,-12585.2,-13.4752,2.75554,300,5,0,120,0,1,0,0,0),(61784,17216,530,1,1,0,0,-4730.08,-12606.8,-6.54082,5.37092,300,5,0,120,0,1,0,0,0),(61785,17216,530,1,1,0,0,-4748.8,-12611.6,-12.317,2.95764,300,5,0,120,0,1,0,0,0),(61786,17216,530,1,1,0,0,-4719.48,-12614.7,-3.64652,2.28523,300,5,0,120,0,1,0,0,0),(61787,17216,530,1,1,0,0,-4702.36,-12657.3,-1.95981,0.369275,300,5,0,120,0,1,0,0,0),(61788,17216,530,1,1,0,0,-4710.45,-12719.6,-7.98137,5.98417,300,5,0,120,0,1,0,0,0),(61789,17216,530,1,1,0,0,-4716.23,-12684.5,-5.84213,0.799959,300,5,0,120,0,1,0,0,0),(61790,17216,530,1,1,0,0,-4714.95,-12691.2,-6.24034,0.681758,300,5,0,120,0,1,0,0,0),(61791,17216,530,1,1,0,0,-4705.02,-12749.6,-3.7778,1.21515,300,5,0,120,0,1,0,0,0),(61792,17216,530,1,1,0,0,-4689.12,-12717,-3.98891,3.04581,300,5,0,120,0,1,0,0,0),(61793,17216,530,1,1,0,0,-4682.41,-12748.2,-1.24585,0.35412,300,5,0,120,0,1,0,0,0),(61794,17216,530,1,1,0,0,-4714.71,-12783.4,-4.11995,6.00055,300,5,0,120,0,1,0,0,0),(61795,17216,530,1,1,0,0,-4690.02,-12881.8,-2.66445,3.14063,300,5,0,120,0,1,0,0,0),(61796,17216,530,1,1,0,0,-4711.05,-12841.3,-5.44464,5.38117,300,5,0,120,0,1,0,0,0),(61797,17216,530,1,1,0,0,-4707.1,-12810.2,-3.93184,0.678082,300,5,0,120,0,1,0,0,0),(61798,17216,530,1,1,0,0,-4689.45,-12945.3,2.65664,2.65015,300,5,0,120,0,1,0,0,0),(61799,17216,530,1,1,0,0,-4713.55,-12930.5,-3.29624,5.85465,300,5,0,120,0,1,0,0,0),(61800,17216,530,1,1,0,0,-4692.84,-13017.2,-6.84159,4.1337,300,5,0,120,0,1,0,0,0),(61801,17216,530,1,1,0,0,-4708.93,-12990.8,-4.3961,5.41658,300,5,0,120,0,1,0,0,0),(61802,17216,530,1,1,0,0,-4645.6,-13027.5,-5.16192,3.60746,300,5,0,120,0,1,0,0,0),(61803,17216,530,1,1,0,0,-4658.47,-13044.1,-9.67113,4.95714,300,5,0,120,0,1,0,0,0),(61804,17216,530,1,1,0,0,-4641.7,-12987.7,0.90345,3.81742,300,5,0,120,0,1,0,0,0),(61805,17216,530,1,1,0,0,-4629.33,-13081.2,-13.4156,0.078691,300,5,0,120,0,1,0,0,0),(61806,17216,530,1,1,0,0,-4650.86,-13111.6,-4.79579,0.954605,300,5,0,120,0,1,0,0,0),(61807,17216,530,1,1,0,0,-4585.07,-13076.5,-13.8048,3.79823,300,5,0,120,0,1,0,0,0),(61808,17216,530,1,1,0,0,-4561.32,-13083,-12.9037,0.101649,300,5,0,120,0,1,0,0,0),(61809,17216,530,1,1,0,0,-4553.91,-13054.9,-15.5536,0.0984,300,5,0,120,0,1,0,0,0),(61810,17216,530,1,1,0,0,-4546.24,-13050.1,-15.1681,5.64046,300,5,0,120,0,1,0,0,0),(61811,17216,530,1,1,0,0,-4452.6,-13020.2,-11.3544,0.180552,300,5,0,120,0,1,0,0,0),(61812,17216,530,1,1,0,0,-4453.84,-13001.1,-6.35348,4.47658,300,5,0,120,0,1,0,0,0),(61813,17216,530,1,1,0,0,-4483.84,-13030.7,-12.653,4.72455,300,5,0,120,0,1,0,0,0),(61814,17216,530,1,1,0,0,-4362.83,-13017.6,-2.24692,3.32854,300,5,0,120,0,1,0,0,0),(61815,17216,530,1,1,0,0,-4383.74,-12989.6,-1.09586,1.12238,300,5,0,120,0,1,0,0,0),(61816,17216,530,1,1,0,0,-4158.91,-12993,-4.72442,5.04726,300,5,0,120,0,1,0,0,0),(61817,17216,530,1,1,0,0,-4081.94,-12999.4,-1.19237,5.26254,300,5,0,120,0,1,0,0,0),(61818,17216,530,1,1,0,0,-4056.66,-13024.5,0.69051,4.02473,300,5,0,120,0,1,0,0,0),(61819,17216,530,1,1,0,0,-4010.79,-13021.9,-3.75331,5.34069,300,5,0,120,0,1,0,0,0),(61820,17216,530,1,1,0,0,-3968.73,-13039.7,-9.15005,3.38847,300,5,0,120,0,1,0,0,0),(61821,17216,530,1,1,0,0,-3927.01,-13053,-4.61145,1.27934,300,5,0,120,0,1,0,0,0),(61822,17216,530,1,1,0,0,-3947.68,-13022.1,-7.00141,1.07831,300,5,0,120,0,1,0,0,0),(61823,17216,530,1,1,0,0,-3928.1,-13019.3,-4.22962,4.24963,300,5,0,120,0,1,0,0,0),(61824,17216,530,1,1,0,0,-3904.58,-13016.5,-5.66769,6.16525,300,5,0,120,0,1,0,0,0),(61825,17216,530,1,1,0,0,-3821.81,-13053.5,-12.5659,0.516965,300,5,0,120,0,1,0,0,0),(61826,17216,530,1,1,0,0,-3786.81,-13078,-6.29633,0.915577,300,5,0,120,0,1,0,0,0),(61827,17216,530,1,1,0,0,-3817.53,-13013.6,-20.473,0.101808,300,5,0,120,0,1,0,0,0),(61828,17216,530,1,1,0,0,-3750.27,-13050.3,-14.4967,1.49462,300,5,0,120,0,1,0,0,0),(61829,17216,530,1,1,0,0,-3787.88,-12997.1,-25.6316,4.44231,300,5,0,120,0,1,0,0,0),(61830,17216,530,1,1,0,0,-3826.5,-12996.9,-17.9454,0.699687,300,5,0,120,0,1,0,0,0),(61831,17216,530,1,1,0,0,-3992.38,-12995.5,-6.08556,1.79035,300,5,0,120,0,1,0,0,0),(61832,17216,530,1,1,0,0,-4026.5,-12945.5,-2.18793,2.27095,300,5,0,120,0,1,0,0,0),(61833,17216,530,1,1,0,0,-4146.61,-13003.8,-2.43078,3.93995,300,5,0,120,0,1,0,0,0),(61834,17216,530,1,1,0,0,-3818.06,-12961,-8.9681,3.44738,300,5,0,120,0,1,0,0,0),(61835,17216,530,1,1,0,0,-3767.74,-12830.3,1.72087,5.51988,300,5,0,120,0,1,0,0,0),(61836,17216,530,1,1,0,0,-3753.69,-12858.8,-6.1434,1.95312,300,5,0,120,0,1,0,0,0),(61837,17216,530,1,1,0,0,-3722.88,-12802.4,-1.0298,1.28056,300,5,0,120,0,1,0,0,0),(61838,17216,530,1,1,0,0,-3711.78,-12845.6,-18.5318,2.91699,300,5,0,120,0,1,0,0,0),(61839,17216,530,1,1,0,0,-4245.28,-11391.5,-2.25632,1.58056,300,5,0,120,0,1,0,0,0),(61840,17216,530,1,1,0,0,-4345.17,-11428.2,-3.01274,0.815383,300,5,0,120,0,1,0,0,0),(61841,17216,530,1,1,0,0,-4356.22,-11388.1,-10.7131,0.405882,300,5,0,120,0,1,0,0,0),(61842,17216,530,1,1,0,0,-4424.78,-11443.7,1.31931,3.98034,300,5,0,120,0,1,0,0,0),(61843,17216,530,1,1,0,0,-4555.35,-11424,-0.284676,6.16131,300,5,0,120,0,1,0,0,0),(61844,17216,530,1,1,0,0,-4512.41,-11364.8,-12.8586,1.50631,300,5,0,120,0,1,0,0,0),(61845,17216,530,1,1,0,0,-5020.59,-11546,-0.146392,2.43323,300,5,0,120,0,1,0,0,0),(61846,17216,530,1,1,0,0,-5048.06,-11752.4,1.26003,1.75507,300,5,0,120,0,1,0,0,0),(61847,17216,530,1,1,0,0,-5048.97,-11693.5,-0.036132,0.836529,300,5,0,120,0,1,0,0,0),(61848,17216,530,1,1,0,0,-5035.2,-11857.1,1.16183,5.78579,300,5,0,120,0,1,0,0,0),(61849,17216,530,1,1,0,0,-5016.24,-11888.5,1.40739,1.56682,300,5,0,120,0,1,0,0,0),(61850,17216,530,1,1,0,0,-5013.33,-12070,-0.407939,2.42093,300,5,0,120,0,1,0,0,0),(61851,17216,530,1,1,0,0,-4935.95,-12110.4,1.17369,0.831747,300,5,0,120,0,1,0,0,0),(61852,17216,530,1,1,0,0,-4692.58,-12670.5,-2.04776,4.16393,300,5,0,120,0,1,0,0,0),(61853,17216,530,1,1,0,0,-4699.36,-12617.7,-2.03758,3.06736,300,5,0,120,0,1,0,0,0),(61854,17216,530,1,1,0,0,-4014.85,-12953.7,-2.66099,2.21803,300,5,0,120,0,1,0,0,0),(61855,17216,530,1,1,0,0,-3769.83,-12832,1.59732,5.4895,300,5,0,120,0,1,0,0,0),(61856,17217,530,1,1,0,0,-4552.35,-11309.5,-24.2519,2.8943,300,5,0,137,0,1,0,0,0),(61857,17217,530,1,1,0,0,-4769.03,-11385.2,-5.50807,3.0888,300,5,0,137,0,1,0,0,0),(61858,17217,530,1,1,0,0,-4783.93,-11414.8,-0.404358,6.14698,300,5,0,137,0,1,0,0,0),(61859,17217,530,1,1,0,0,-4825.78,-11425.5,1.40606,0.735062,300,5,0,137,0,1,0,0,0),(61860,17217,530,1,1,0,0,-4943.74,-11447.2,-28.2538,4.12212,300,5,0,137,0,1,0,0,0),(61861,17217,530,1,1,0,0,-4887.38,-11373.3,-13.2935,0.099863,300,5,0,137,0,1,0,0,0),(61862,17217,530,1,1,0,0,-3682.76,-12818.3,-5.67885,1.51411,300,5,0,137,0,1,0,0,0),(61863,17217,530,1,1,0,0,-3656,-12845,-5.19183,1.40212,300,5,0,137,0,1,0,0,0),(61864,17217,530,1,1,0,0,-3632.84,-12871,-3.59648,1.88788,300,5,0,137,0,1,0,0,0),(61865,17217,530,1,1,0,0,-3689.37,-12889.1,-24.7681,2.86678,300,5,0,137,0,1,0,0,0),(61866,17217,530,1,1,0,0,-3548.57,-12884.1,0.26079,0.339488,300,5,0,137,0,1,0,0,0),(61867,17217,530,1,1,0,0,-3491.94,-12911.8,-1.0574,3.03076,300,5,0,137,0,1,0,0,0),(61868,17217,530,1,1,0,0,-3569.76,-12924.3,-4.84948,4.35545,300,5,0,137,0,1,0,0,0),(61869,17217,530,1,1,0,0,-3508.96,-12956.8,-4.7667,0.736899,300,5,0,137,0,1,0,0,0),(61870,17217,530,1,1,0,0,-3486.86,-12953.7,-1.24419,4.3029,300,5,0,137,0,1,0,0,0),(61871,17217,530,1,1,0,0,-3420.38,-12954.8,-0.256922,2.95058,300,5,0,137,0,1,0,0,0),(61872,17217,530,1,1,0,0,-3451.23,-12923.8,0.47633,0.276139,300,5,0,137,0,1,0,0,0),(61873,17217,530,1,1,0,0,-3551.68,-12963.4,-15.9967,1.51996,300,5,0,137,0,1,0,0,0),(61874,17217,530,1,1,0,0,-3386.71,-13015.4,-4.10745,1.08841,300,5,0,137,0,1,0,0,0),(61875,17217,530,1,1,0,0,-3371.38,-12982.6,-0.138557,3.55982,300,5,0,137,0,1,0,0,0),(61876,17217,530,1,1,0,0,-3426.36,-13022.9,-16.7237,3.22376,300,5,0,137,0,1,0,0,0),(61877,17217,530,1,1,0,0,-3450.43,-13010.7,-17.7131,1.8499,300,5,0,137,0,1,0,0,0),(61878,17217,530,1,1,0,0,-3274.58,-13006.6,0.74687,0.754601,300,5,0,137,0,1,0,0,0),(61879,17217,530,1,1,0,0,-3317.51,-13048.8,-11.2132,2.29257,300,5,0,137,0,1,0,0,0),(61880,17217,530,1,1,0,0,-3222.09,-13082.7,-15.6052,1.1613,300,5,0,137,0,1,0,0,0),(61881,17217,530,1,1,0,0,-3251.84,-13071.8,-13.462,4.92251,300,5,0,137,0,1,0,0,0),(61882,17217,530,1,1,0,0,-3210.65,-13025.7,0.87725,4.44751,300,5,0,137,0,1,0,0,0),(61883,17217,530,1,1,0,0,-3180.67,-12987.2,0.98871,4.57714,300,5,0,137,0,1,0,0,0),(61884,17217,530,1,1,0,0,-3155.8,-13010.4,-9.54263,6.05053,300,5,0,137,0,1,0,0,0),(61885,17217,530,1,1,0,0,-3143.18,-12945.1,1.19347,4.36007,300,5,0,137,0,1,0,0,0),(61886,17217,530,1,1,0,0,-3086.3,-12953.6,-15.241,4.0142,300,5,0,137,0,1,0,0,0),(61887,17217,530,1,1,0,0,-3123.28,-12977,-10.1331,6.15049,300,5,0,137,0,1,0,0,0),(61888,17217,530,1,1,0,0,-3123.76,-12867.7,1.34993,4.20598,300,5,0,137,0,1,0,0,0),(61889,17217,530,1,1,0,0,-3102.02,-12929.2,-8.11938,0.637259,300,5,0,137,0,1,0,0,0),(61890,17217,530,1,1,0,0,-3083.06,-12876.9,-14.9986,0.280179,300,5,0,137,0,1,0,0,0),(61891,17217,530,1,1,0,0,-3019.9,-12821.2,-15.6092,5.58633,300,5,0,137,0,1,0,0,0),(61892,17217,530,1,1,0,0,-3032.88,-12857.3,-15.6058,0.46513,300,5,0,137,0,1,0,0,0),(61893,17217,530,1,1,0,0,-3050,-12816.7,-12.9207,5.47696,300,5,0,137,0,1,0,0,0),(61894,17217,530,1,1,0,0,-3038.84,-12776.3,-9.66971,2.91509,300,5,0,137,0,1,0,0,0),(61895,17217,530,1,1,0,0,-3015.07,-12713.9,-11.8523,3.16307,300,5,0,137,0,1,0,0,0),(61896,17217,530,1,1,0,0,-3013.92,-12717,-12.3393,1.87217,300,5,0,137,0,1,0,0,0),(61897,17217,530,1,1,0,0,-3014.09,-12681.7,-2.22611,0.691845,300,5,0,137,0,1,0,0,0),(61898,17217,530,1,1,0,0,-2989.35,-12655.6,2.5254,1.26325,300,5,0,137,0,1,0,0,0),(61899,17217,530,1,1,0,0,-2952.18,-12671.3,-3.15005,5.21096,300,5,0,137,0,1,0,0,0),(61900,17217,530,1,1,0,0,-2917.9,-12658,-4.07848,4.04894,300,5,0,137,0,1,0,0,0),(61901,17217,530,1,1,0,0,-2894.33,-12686.3,-15.6603,0.689337,300,5,0,137,0,1,0,0,0),(61902,17217,530,1,1,0,0,-2892.76,-12627.7,-1.75193,1.21873,300,5,0,137,0,1,0,0,0),(61903,17217,530,1,1,0,0,-2896.4,-12591.9,0.82103,4.16739,300,5,0,137,0,1,0,0,0),(61904,17217,530,1,1,0,0,-2869.11,-12657.1,-14.7636,5.80034,300,5,0,137,0,1,0,0,0),(61905,17217,530,1,1,0,0,-2853.31,-12546.6,-14.6146,0.178631,300,5,0,137,0,1,0,0,0),(61906,17217,530,1,1,0,0,-2854.77,-12581.1,-14.9396,3.2296,300,5,0,137,0,1,0,0,0),(61907,17217,530,1,1,0,0,-2817.35,-12568.7,-16.0129,1.62161,300,5,0,137,0,1,0,0,0),(61908,17217,530,1,1,0,0,-2813,-12605.7,-16.0272,0.471648,300,5,0,137,0,1,0,0,0),(61909,17217,530,1,1,0,0,-2872.97,-12500.2,-8.80153,2.18264,300,5,0,137,0,1,0,0,0),(61910,17217,530,1,1,0,0,-2857.36,-12515.7,-15.4046,0.437453,300,5,0,137,0,1,0,0,0),(61911,17217,530,1,1,0,0,-2855.11,-12444.1,-15.7621,4.54555,300,5,0,137,0,1,0,0,0),(61912,17217,530,1,1,0,0,-2920.58,-12445.9,5.1581,5.5434,300,5,0,137,0,1,0,0,0),(61913,17217,530,1,1,0,0,-2786.67,-12485.6,-16.0122,0.339592,300,5,0,137,0,1,0,0,0),(61914,17217,530,1,1,0,0,-2850.06,-12383.3,-3.97429,1.85032,300,5,0,137,0,1,0,0,0),(61915,17217,530,1,1,0,0,-2879.66,-12408.8,-1.73187,4.92296,300,5,0,137,0,1,0,0,0),(61916,17217,530,1,1,0,0,-2917.83,-12386,2.29366,6.20297,300,5,0,137,0,1,0,0,0),(61917,17217,530,1,1,0,0,-2885.42,-12339.6,-3.65599,4.97547,300,5,0,137,0,1,0,0,0),(61918,17217,530,1,1,0,0,-2914.02,-12328.2,1.63591,4.77437,300,5,0,137,0,1,0,0,0),(61919,17217,530,1,1,0,0,-2860.96,-12310.7,-4.02637,2.89161,300,5,0,137,0,1,0,0,0),(61920,17217,530,1,1,0,0,-2859.5,-12444.6,-15.2621,4.33794,300,5,0,137,0,1,0,0,0),(61921,17217,530,1,1,0,0,-2882.43,-12489.6,-2.88027,3.73122,300,5,0,137,0,1,0,0,0),(61922,17217,530,1,1,0,0,-2908.6,-12453.9,3.27746,1.6021,300,5,0,137,0,1,0,0,0),(61923,17217,530,1,1,0,0,-2909.9,-12380.2,2.22487,1.59143,300,5,0,137,0,1,0,0,0),(61924,17217,530,1,1,0,0,-2879.23,-12349,-5.00888,6.10456,300,5,0,137,0,1,0,0,0),(61925,17217,530,1,1,0,0,-2847.47,-12391.6,-5.73225,2.93691,300,5,0,137,0,1,0,0,0),(61926,17217,530,1,1,0,0,-2895.45,-12388.1,1.46813,2.91895,300,5,0,137,0,1,0,0,0),(61927,17217,530,1,1,0,0,-2844.05,-12323.5,-2.43204,1.69823,300,5,0,137,0,1,0,0,0),(61928,17217,530,1,1,0,0,-2908.44,-12316.1,1.0145,0.168679,300,5,0,137,0,1,0,0,0),(61929,17217,530,1,1,0,0,-4560.54,-11327.2,-23.7519,3.91928,300,5,0,137,0,1,0,0,0),(61930,17217,530,1,1,0,0,-4648.73,-11314.1,-21.2932,6.28158,300,5,0,137,0,1,0,0,0),(61931,17217,530,1,1,0,0,-4756.78,-11385.4,-2.68271,6.2429,300,5,0,137,0,1,0,0,0),(61932,17217,530,1,1,0,0,-4814.83,-11320.3,-16.8075,4.91743,300,5,0,137,0,1,0,0,0),(61933,17217,530,1,1,0,0,-4755.86,-11252.5,-21.3307,4.18403,300,5,0,137,0,1,0,0,0),(61934,17217,530,1,1,0,0,-4880.39,-11250.2,1.18155,4.18839,300,5,0,137,0,1,0,0,0),(61935,17217,530,1,1,0,0,-4772.46,-11188,-12.8736,0.305683,300,5,0,137,0,1,0,0,0),(61936,17217,530,1,1,0,0,-4829.96,-11121.4,1.20842,2.03619,300,5,0,137,0,1,0,0,0),(61937,17217,530,1,1,0,0,-4716.77,-10950.2,-14.4895,1.75746,300,5,0,137,0,1,0,0,0),(61938,17217,530,1,1,0,0,-5406.27,-10945.8,-17.6782,3.28459,300,5,0,137,0,1,0,0,0),(61939,17217,530,1,1,0,0,-5383.3,-10783,-20.0817,2.08988,300,5,0,137,0,1,0,0,0),(61940,17217,530,1,1,0,0,-5449.74,-10847.8,-24.2993,2.71444,300,5,0,137,0,1,0,0,0),(61941,17217,530,1,1,0,0,-5282.71,-10746.6,-17.5298,1.0782,300,5,0,137,0,1,0,0,0),(61942,17217,530,1,1,0,0,-5221.32,-10684.9,-20.271,3.52204,300,5,0,137,0,1,0,0,0),(61943,17217,530,1,1,0,0,-5080.39,-10679.2,-24.4062,1.73217,300,5,0,137,0,1,0,0,0),(61944,17217,530,1,1,0,0,-4946.94,-10679.9,-44.5982,1.57861,300,5,0,137,0,1,0,0,0),(61945,17217,530,1,1,0,0,-4852.26,-10716.4,-24.2793,1.26139,300,5,0,137,0,1,0,0,0),(61946,17217,530,1,1,0,0,-4783.59,-10784.9,-24.2085,4.65765,300,5,0,137,0,1,0,0,0),(61947,17217,530,1,1,0,0,-4714.94,-10852.4,-21.647,5.04036,300,5,0,137,0,1,0,0,0),(61948,17217,530,1,1,0,0,-5312.88,-11119.2,5.34839,2.20021,300,5,0,137,0,1,0,0,0),(61949,17217,530,1,1,0,0,-5382.37,-11141.4,-6.77367,0.256922,300,5,0,137,0,1,0,0,0),(61950,17217,530,1,1,0,0,-5296.39,-11212.5,-6.10381,0.036038,300,5,0,137,0,1,0,0,0),(61951,17217,530,1,1,0,0,-5414.58,-11254.9,-20.8664,2.20375,300,5,0,137,0,1,0,0,0),(61952,17217,530,1,1,0,0,-4989.89,-11335.3,-0.034084,3.39298,300,5,0,137,0,1,0,0,0),(61953,17217,530,1,1,0,0,-4878.9,-11391.5,-9.0481,6.15416,300,5,0,137,0,1,0,0,0),(61954,17217,530,1,1,0,0,-5012.12,-11416.5,-40.7774,1.64312,300,5,0,137,0,1,0,0,0),(61955,17217,530,1,1,0,0,-5132.89,-11384.3,-34.4994,3.1455,300,5,0,137,0,1,0,0,0),(61956,17217,530,1,1,0,0,-5084.43,-11418,-40.6637,1.32772,300,5,0,137,0,1,0,0,0),(61957,17217,530,1,1,0,0,-5148.41,-11524.7,-28.4145,1.45734,300,5,0,137,0,1,0,0,0),(61958,17219,530,1,1,0,1,-3777.9,-11407.2,-137.934,1.06381,300,0,0,2215,1807,0,0,0,0),(61961,17226,530,1,1,0,0,-657.813,4137.41,64.4174,1.18682,300,0,0,2332,6156,0,0,0,0),(61962,17228,530,1,1,0,1,-4190.63,-12463.6,45.3419,4.15388,300,0,0,98,115,0,0,0,0),(61963,17230,530,1,1,0,0,-597.632,4176.91,64.8636,0.418879,300,0,0,42,0,0,0,0,0),(61964,17232,530,1,1,0,0,-4177.22,-12510.2,44.4447,2.79253,300,0,0,253,264,0,0,0,0),(61965,17240,530,1,1,0,0,-4699.57,-12414.8,11.6456,4.38078,300,0,0,4979,0,0,0,0,0),(61966,17243,530,1,1,0,1,-4691.14,-12527.5,2.68175,0.523995,300,0,0,166,178,2,0,0,0),(61983,17247,530,1,1,0,1,-4486.42,-12348.8,15.9627,6.19592,300,5,0,176,0,1,0,0,0),(61982,17247,530,1,1,0,1,-4638.96,-12418.1,12.7927,5.10766,300,5,0,176,0,1,0,0,0),(61981,17247,530,1,1,0,1,-4647.27,-12322.7,14.4685,3.05289,300,5,0,176,0,1,0,0,0),(61980,17247,530,1,1,0,1,-4617.68,-12449.8,14.5845,5.18228,300,5,0,176,0,1,0,0,0),(61979,17247,530,1,1,0,1,-4724.99,-12396.7,11.5594,3.23441,300,5,0,176,0,1,0,0,0),(61978,17247,530,1,1,0,1,-4673.92,-12321,13.1546,3.26377,300,5,0,176,0,1,0,0,0),(61977,17247,530,1,1,0,1,-4732.83,-12398.1,11.0996,0.279253,300,5,0,176,0,1,0,0,0),(61974,17244,530,1,1,0,1,-4485.65,-12441.7,4.38327,3.14159,300,0,0,176,0,0,0,0,0),(61975,17245,530,1,1,0,1,-4726.29,-12387,11.1737,3.24631,300,0,0,156,0,0,0,0,0),(61976,17246,530,1,1,0,1,-4708.59,-12400.3,11.9429,0.994838,300,0,0,156,0,0,0,0,0),(61973,17244,530,1,1,0,1,-4700.05,-12363,11.1799,1.23918,300,0,0,176,0,0,0,0,0),(61972,17244,530,1,1,0,1,-4708.4,-12356,11.5525,4.20624,300,0,0,176,0,0,0,0,0),(61971,17244,530,1,1,0,1,-4639.34,-12365.5,11.9371,1.62044,300,0,0,176,0,0,0,0,0),(61970,17244,530,1,1,0,1,-4661.19,-12410.3,11.5678,4.2586,300,0,0,176,0,0,0,0,0),(61969,17244,530,1,1,0,1,-4602.1,-12368.8,13.6724,1.74609,300,0,0,176,0,0,0,0,0),(61968,17244,530,1,1,0,1,-4668.68,-12413.1,11.879,1.09956,300,0,0,176,0,0,0,0,0),(61967,17244,530,1,1,0,1,-4620.15,-12344.4,14.1982,0.488692,300,0,0,176,0,0,0,0,0),(276,679,0,1,1,536,1,-12462.2,-995.415,50.3674,2.60054,1800,0,0,1579,1432,0,0,0,0),(61985,17250,530,1,1,0,0,-597.955,4112.97,90.9764,4.67748,300,0,0,42,0,0,0,0,0),(61986,17251,530,1,1,0,0,-595.368,4108.67,90.9765,4.11898,300,0,0,42,0,0,0,0,0),(138126,17398,542,3,1,0,1,437.158,201.984,11.6815,4.639,86400,0,0,6963,0,0,0,0,0),(138219,17414,542,3,1,0,1,483.48,91.8948,9.62303,1.14828,86400,0,0,10472,5875,0,0,0,0),(138223,17371,542,3,1,0,0,437.232,64.7644,9.60927,5.1656,86400,0,0,10472,5875,0,0,0,0),(138224,17371,542,3,1,0,0,442.237,56.965,9.61104,1.84965,86400,0,0,10472,5875,0,0,0,0),(138225,17414,542,3,1,0,1,445.422,63.6577,9.61209,3.54218,86400,0,0,10472,5875,0,0,0,0),(202661,17271,543,3,1,0,1,-1259.32,1597.83,92.1066,5.49779,86400,0,0,1,0,0,0,0,0),(202660,17271,543,3,1,0,1,-1244.97,1646.42,67.7663,2.51327,86400,0,0,1,0,0,0,0,0),(202659,17271,543,3,1,0,1,-1242.73,1616.46,68.5907,3.35103,86400,0,0,1,0,0,0,0,0),(202658,17271,543,3,1,0,1,-1199.85,1440.53,68.5998,0.715585,86400,0,0,1,0,0,0,0,0),(202657,17271,543,3,1,0,1,-1184.12,1485.16,68.5488,6.02139,86400,0,0,1,0,0,0,0,0),(202656,17271,543,3,1,0,1,-1159.4,1458.33,68.4912,2.42601,86400,0,0,1,0,0,0,0,0),(202655,17271,543,3,1,0,1,-1155.61,1464.45,68.4906,2.98451,86400,0,0,1,0,0,0,0,0),(202654,17271,543,3,1,0,1,-1149.79,1503.79,68.4842,2.82743,86400,0,0,1,0,0,0,0,0),(135266,16409,532,1,3,16464,1,-10982.3,-2011.39,80.0567,4.55531,604800,0,0,7825,15775,0,0,0,0),(135265,16409,532,1,3,16466,1,-10984.1,-2011.49,80.0568,5.044,604800,0,0,7825,15775,0,0,0,0),(135264,16409,532,1,3,16466,1,-10980,-2013.23,80.0565,3.735,604800,0,0,7825,15775,0,0,0,0),(62008,17263,530,1,1,0,0,-648.415,4183.95,68.6012,4.04916,300,0,0,2227,2241,0,0,0,0),(62009,17263,530,1,1,0,0,-668.388,4176.56,68.6012,0.20944,300,0,0,2227,2241,0,0,0,0),(62010,17263,530,1,1,0,0,-668.224,4179.52,68.6036,0.139626,300,0,0,2227,2241,0,0,0,0),(62011,17263,530,1,1,0,0,-667.061,4182.13,68.6069,5.96903,300,0,0,2227,2241,0,0,0,0),(202653,17270,543,3,1,0,1,-1317.64,1614.6,91.8313,5.34071,86400,0,0,1,0,0,0,0,0),(202652,17270,543,3,1,0,1,-1314.25,1622.67,91.8317,6.23083,86400,0,0,1,0,0,0,0,0),(62014,17268,530,1,1,0,0,-4156.35,-12477.5,46.1839,3.12414,300,0,0,102,0,0,0,0,0),(202651,17270,543,3,1,0,1,-1270.92,1627.81,91.7535,3.1765,86400,0,0,1,0,0,0,0,0),(202650,17270,543,3,1,0,1,-1270.05,1622.27,91.7561,3.29867,86400,0,0,1,0,0,0,0,0),(202649,17270,543,3,1,0,1,-1245.98,1643.12,68.0523,3.52557,86400,0,0,1,0,0,0,0,0),(202648,17270,543,3,1,0,1,-1242.22,1649.36,67.5017,2.02458,86400,0,0,1,0,0,0,0,0),(202647,17270,543,3,1,0,1,-1238.36,1612.97,68.5569,4.10152,86400,0,0,1,0,0,0,0,0),(202646,17270,543,3,1,0,1,-1148.55,1497.48,68.4854,3.08923,86400,0,0,1,0,0,0,0,0),(202645,17270,543,3,1,0,1,-1148.28,1511.81,68.4805,0.0349066,86400,0,0,1,0,0,0,0,0),(202644,17269,543,3,1,0,1,-1298.65,1638.98,91.8292,3.9968,86400,0,0,1,0,0,0,0,0),(202643,17269,543,3,1,0,1,-1298.64,1584.77,91.8039,1.18682,86400,0,0,1,0,0,0,0,0),(62024,17272,530,1,1,0,0,-3313.01,-12937.6,5.87659,4.36963,300,5,0,273,0,1,0,0,0),(62025,17272,530,1,1,0,0,-3342.72,-12886.7,13.3419,0.497153,300,5,0,273,0,1,0,0,0),(62026,17272,530,1,1,0,0,-3321.98,-12880.4,15.5484,5.27441,300,5,0,273,0,1,0,0,0),(62027,17272,530,1,1,0,0,-3323.33,-12924.8,8.62655,5.52723,300,5,0,273,0,1,0,0,0),(62028,17272,530,1,1,0,0,-3315.09,-12897.1,13.6734,4.09698,300,5,0,273,0,1,0,0,0),(62029,17272,530,1,1,0,0,-3286.8,-12944,7.10443,4.66741,300,5,0,273,0,1,0,0,0),(62030,17272,530,1,1,0,0,-3303.95,-12844.4,20.2674,4.43617,300,5,0,273,0,1,0,0,0),(62031,17272,530,1,1,0,0,-3272.92,-12893.8,12.0631,1.75981,300,5,0,273,0,1,0,0,0),(62032,17272,530,1,1,0,0,-3257.28,-12868.2,15.4365,5.95278,300,5,0,273,0,1,0,0,0),(62033,17272,530,1,1,0,0,-3278.54,-12845,20.0134,0.815012,300,5,0,273,0,1,0,0,0),(62034,17272,530,1,1,0,0,-3286.12,-12887.3,13.9381,0.650173,300,5,0,273,0,1,0,0,0),(62035,17272,530,1,1,0,0,-3245.9,-12957.2,6.10783,2.67709,300,5,0,273,0,1,0,0,0),(62036,17272,530,1,1,0,0,-3214.98,-12957.1,5.96124,5.33811,300,5,0,273,0,1,0,0,0),(62037,17272,530,1,1,0,0,-3231.08,-12927.5,9.4845,3.68318,300,5,0,273,0,1,0,0,0),(62038,17272,530,1,1,0,0,-3249.25,-12850.7,17.9764,2.36597,300,5,0,273,0,1,0,0,0),(62039,17272,530,1,1,0,0,-3222.8,-12886,10.5339,0.574582,300,5,0,273,0,1,0,0,0),(62040,17272,530,1,1,0,0,-3307.16,-12841.2,20.625,3.44423,300,5,0,273,0,1,0,0,0),(62041,17272,530,1,1,0,0,-3247.75,-12846.4,19.0122,0.689569,300,5,0,273,0,1,0,0,0),(62042,17274,530,1,1,0,0,-3266.3,-12928.8,11.4706,1.41372,300,0,0,6722,0,0,0,0,0),(62043,17275,530,1,1,0,0,-1110.26,-11128.9,-78.3828,5.49779,300,0,0,27945,3155,0,0,0,0),(62044,17276,530,1,1,0,0,-1174.43,-11104.8,-75.5311,1.40526,300,5,0,1110,0,1,0,0,0),(62045,17276,530,1,1,0,0,-1171.69,-11085.7,-77.3998,2.39272,300,5,0,1110,0,1,0,0,0),(62046,17276,530,1,1,0,0,-1148.66,-11127.4,-76.0074,1.87542,300,5,0,1110,0,1,0,0,0),(62047,17276,530,1,1,0,0,-1127.71,-11108,-76.586,3.24725,300,5,0,1110,0,1,0,0,0),(62048,17276,530,1,1,0,0,-1146.18,-11077.3,-78.168,2.74347,300,5,0,1110,0,1,0,0,0),(62049,17276,530,1,1,0,0,-1144.75,-11096.2,-75.043,5.26283,300,5,0,1110,0,1,0,0,0),(62050,17276,530,1,1,0,0,-1105.26,-11101.8,-79.081,1.01976,300,5,0,1110,0,1,0,0,0),(62051,17276,530,1,1,0,0,-1113.29,-11085.1,-79.1581,0.695526,300,5,0,1110,0,1,0,0,0),(62052,17276,530,1,1,0,0,-1114.57,-11151,-79.5386,3.14897,300,5,0,1110,0,1,0,0,0),(62053,17276,530,1,1,0,0,-1091.44,-11151.8,-80.1035,3.09126,300,5,0,1110,0,1,0,0,0),(62054,17277,530,1,1,0,0,-613.815,4081.38,91.6799,1.23918,300,0,0,2590,2568,0,0,0,0),(62062,17279,530,1,1,0,1,-4599.86,-12879.3,6.8246,3.42085,300,0,0,115,126,0,0,0,0),(62061,17279,530,1,1,0,1,-4626.37,-12917.9,9.05351,1.31029,300,0,0,115,126,0,0,0,0),(62060,17278,530,1,1,0,1,-4612.01,-12854.2,5.31258,2.58309,300,5,0,120,0,1,0,0,0),(62059,17278,530,1,1,0,1,-4620.29,-12887.5,10.4616,2.55516,300,5,0,120,0,1,0,0,0),(62058,17278,530,1,1,0,1,-4606.16,-12917.3,8.76173,2.41284,300,5,0,120,0,1,0,0,0),(62057,17278,530,1,1,0,1,-4631.71,-12908.4,8.53504,3.04211,300,5,0,120,0,1,0,0,0),(62056,17278,530,1,1,0,1,-4631.61,-12857,4.32489,2.94393,300,5,0,120,0,1,0,0,0),(62055,17278,530,1,1,0,1,-4580.91,-12848.5,6.88718,5.2045,300,5,0,120,0,1,0,0,0),(202642,17269,543,3,1,0,1,-1288.11,1637.25,91.816,4.95674,86400,0,0,1,0,0,0,0,0),(202641,17269,543,3,1,0,1,-1288.01,1486.65,68.6805,1.27409,86400,0,0,1,0,0,0,0,0),(202640,17269,543,3,1,0,1,-1283.74,1486.18,68.676,0.0698132,86400,0,0,1,0,0,0,0,0),(202639,17269,543,3,1,0,1,-1273.19,1654.71,69.2056,1.0472,86400,0,0,1,0,0,0,0,0),(202638,17269,543,3,1,0,1,-1268.79,1650.25,69.0301,0.488692,86400,0,0,1,0,0,0,0,0),(62069,17282,530,1,1,0,1,-586.302,4071.2,93.9127,1.74533,300,0,0,5495,2991,0,0,0,0),(62070,17282,530,1,1,0,1,-591.915,4068.39,93.9127,1.69297,300,0,0,5495,2991,0,0,0,0),(62071,17282,530,1,1,0,1,-675.975,4123.22,71.4905,5.14112,300,0,0,5495,2991,2,0,0,0),(62072,17282,530,1,1,0,1,-671.314,4117.83,73.0626,5.14102,300,5,0,5495,2991,1,0,0,0),(62073,17282,530,1,1,0,1,-705.916,4152.32,59.169,3.87463,300,0,0,5495,2991,0,0,0,0),(62074,17282,530,1,1,0,1,-606.475,4189.11,63.8878,1.91986,300,0,0,5495,2991,0,0,0,0),(62075,17282,530,1,1,0,1,-613.088,4182.41,63.6378,2.44346,300,0,0,5495,2991,0,0,0,0),(62076,17282,530,1,1,0,1,-591.111,4161.58,66.445,2.68781,300,0,0,5495,2991,0,0,0,0),(62077,17282,530,1,1,0,1,-594.784,4151.62,66.0138,1.88496,300,0,0,5495,2991,0,0,0,0),(62078,17282,530,1,1,0,1,-629.019,4192.39,57.6454,0.249558,300,0,0,5495,2991,2,0,0,0),(62079,17282,530,1,1,0,1,-627.523,4156.77,63.8662,0.249558,300,0,0,5495,2991,0,0,0,0),(62080,17282,530,1,1,0,1,-706.67,4163.33,58.169,2.33874,300,0,0,5495,2991,0,0,0,0),(62081,17285,530,1,1,0,0,-4715.01,-12401.6,12.074,5.15434,300,0,0,102,0,0,0,0,0),(62082,17298,530,1,1,0,1,-4816.57,-11497.4,-33.7684,4.32265,300,0,0,198,0,0,0,0,0),(202637,17269,543,3,1,0,1,-1241.07,1623.38,68.575,2.40855,86400,0,0,1,0,0,0,0,0),(202636,17269,543,3,1,0,1,-1197.73,1433.35,68.6011,0.994838,86400,0,0,1,0,0,0,0,0),(207615,34951,530,1,1,0,0,-1689.12,5527.93,-40.3166,1.50098,120,0,0,1,0,0,0,0,0),(202635,17269,543,3,1,0,1,-1179.86,1482.07,68.5401,1.41372,86400,0,0,1,0,0,0,0,0),(202634,17269,543,3,1,0,1,-1179.07,1488.26,68.5438,3.52557,86400,0,0,1,0,0,0,0,0),(202633,17269,543,3,1,0,1,-1167.96,1700.08,91.5627,3.68264,86400,0,0,1,0,0,0,0,0),(62090,17312,530,1,1,0,0,-4781.36,-11054.6,2.47597,2.26893,300,0,0,186,191,0,0,0,0),(62091,17320,530,1,1,0,0,-2578.32,-12182.7,28.4865,2.48846,300,5,0,186,191,1,0,0,0),(62092,17320,530,1,1,0,0,-2574.52,-12277.9,15.0784,1.43561,300,5,0,186,191,1,0,0,0),(62093,17320,530,1,1,0,0,-2581.57,-12250.6,16.2813,3.48195,300,5,0,186,191,1,0,0,0),(62094,17320,530,1,1,0,0,-2519.43,-12315.7,14.2774,0.314159,300,5,0,186,191,1,0,0,0),(62095,17320,530,1,1,0,0,-2506.02,-12344.2,15.7029,1.06846,300,5,0,186,191,1,0,0,0),(62096,17320,530,1,1,0,0,-2480.09,-12361.2,19.3715,3.89943,300,5,0,186,191,1,0,0,0),(62097,17320,530,1,1,0,0,-2479.87,-12317.3,14.4772,5.54177,300,5,0,186,191,1,0,0,0),(62098,17320,530,1,1,0,0,-2495.2,-12290,14.2774,3.03687,300,5,0,186,191,1,0,0,0),(62099,17320,530,1,1,0,0,-2476.38,-12216.6,31.2676,4.55944,300,5,0,186,191,1,0,0,0),(62100,17320,530,1,1,0,0,-2445.38,-12257.7,28.6422,4.69099,300,5,0,186,191,1,0,0,0),(62101,17320,530,1,1,0,0,-2456.89,-12207.3,33.1221,2.39338,300,5,0,186,191,1,0,0,0),(62102,17320,530,1,1,0,0,-2512.99,-12201.8,28.0172,1.41372,300,5,0,186,191,1,0,0,0),(62103,17320,530,1,1,0,0,-2548.4,-12148.2,35.4041,2.34514,300,5,0,186,191,1,0,0,0),(62104,17320,530,1,1,0,0,-2485.18,-12151.7,39.9361,0.011305,300,5,0,186,191,1,0,0,0),(62105,17320,530,1,1,0,0,-2439.31,-12159.6,32.9125,1.8675,300,5,0,186,191,1,0,0,0),(62106,17320,530,1,1,0,0,-2385.62,-12178.7,32.5432,5.25816,300,5,0,186,191,1,0,0,0),(62107,17320,530,1,1,0,0,-2445.09,-12124.9,41.2123,2.59045,300,5,0,186,191,1,0,0,0),(62108,17320,530,1,1,0,0,-2370.36,-12138,30.8157,0.632952,300,5,0,186,191,1,0,0,0),(62109,17321,530,1,1,0,1,-2575.55,-12215.4,27.6707,5.99598,300,5,0,198,0,1,0,0,0),(62110,17321,530,1,1,0,1,-2550.98,-12252.8,21.3919,0.628653,300,5,0,198,0,1,0,0,0),(62111,17321,530,1,1,0,1,-2554.98,-12322.1,12.9003,3.38234,300,5,0,198,0,1,0,0,0),(62112,17321,530,1,1,0,1,-2534.76,-12278.5,14.1946,4.15388,300,5,0,198,0,1,0,0,0),(62113,17321,530,1,1,0,1,-2454.59,-12278.7,28.7155,4.68911,300,5,0,198,0,1,0,0,0),(62114,17321,530,1,1,0,1,-2453.15,-12324,22.3154,6.24277,300,5,0,198,0,1,0,0,0),(62115,17321,530,1,1,0,1,-2473.87,-12247.4,28.9472,2.90324,300,5,0,198,0,1,0,0,0),(62116,17321,530,1,1,0,1,-2423.33,-12224.5,31.9034,2.95153,300,5,0,198,0,1,0,0,0),(62117,17321,530,1,1,0,1,-2535,-12218.4,27.9751,4.4855,300,5,0,198,0,1,0,0,0),(62118,17321,530,1,1,0,1,-2553.4,-12183.2,28.1324,1.22173,300,5,0,198,0,1,0,0,0),(62119,17321,530,1,1,0,1,-2479.64,-12173.4,33.0484,5.4983,300,5,0,198,0,1,0,0,0),(62120,17321,530,1,1,0,1,-2426.64,-12194.9,33.1445,2.40855,300,5,0,198,0,1,0,0,0),(62121,17321,530,1,1,0,1,-2454.36,-12185.6,32.9019,5.00067,300,5,0,198,0,1,0,0,0),(62122,17321,530,1,1,0,1,-2511.46,-12153.3,40.9025,3.18657,300,5,0,198,0,1,0,0,0),(62123,17321,530,1,1,0,1,-2476.68,-12122.7,39.3781,4.29375,300,5,0,198,0,1,0,0,0),(62124,17321,530,1,1,0,1,-2397.95,-12170.7,33.1445,0.436332,300,5,0,198,0,1,0,0,0),(62125,17321,530,1,1,0,1,-2417.99,-12115.9,35.3675,2.82416,300,5,0,198,0,1,0,0,0),(62126,17322,530,1,1,0,0,-1535.14,-12048.9,10.7528,1.43117,300,5,0,300,0,1,0,0,0),(62127,17322,530,1,1,0,0,-1496.82,-11991,18.4928,0.388967,300,5,0,300,0,1,0,0,0),(62128,17322,530,1,1,0,0,-1484.34,-11980.3,22.27,1.94078,300,5,0,300,0,1,0,0,0),(62129,17322,530,1,1,0,0,-1619.42,-11913.6,9.4296,2.35619,300,5,0,300,0,1,0,0,0),(62130,17322,530,1,1,0,0,-1585.32,-11904.5,14.3946,1.58056,300,5,0,300,0,1,0,0,0),(62131,17322,530,1,1,0,0,-1627.08,-11870.2,9.828,5.65638,300,5,0,300,0,1,0,0,0),(62132,17322,530,1,1,0,0,-1554.62,-11886,22.5641,0.199482,300,5,0,300,0,1,0,0,0),(62133,17322,530,1,1,0,0,-1619.72,-11750.8,33.8989,0.104063,300,5,0,300,0,1,0,0,0),(62134,17322,530,1,1,0,0,-1500.19,-11781.1,22.7072,5.64065,300,5,0,300,0,1,0,0,0),(62135,17322,530,1,1,0,0,-1495.77,-11826.9,21.4464,3.43062,300,5,0,300,0,1,0,0,0),(62136,17322,530,1,1,0,0,-1484.75,-11935.3,19.1413,3.00197,300,5,0,300,0,1,0,0,0),(62137,17322,530,1,1,0,0,-1444.6,-11820.3,19.1336,5.46288,300,5,0,300,0,1,0,0,0),(62138,17322,530,1,1,0,0,-1402.86,-11918.2,17.8151,1.38837,300,5,0,300,0,1,0,0,0),(62139,17322,530,1,1,0,0,-1410.65,-12024.2,9.5604,1.51411,300,5,0,300,0,1,0,0,0),(62140,17322,530,1,1,0,0,-1339.43,-11924.8,15.6889,1.80345,300,5,0,300,0,1,0,0,0),(62141,17322,530,1,1,0,0,-1380.08,-11935.6,15.6107,5.16427,300,5,0,300,0,1,0,0,0),(62142,17322,530,1,1,0,0,-1653.19,-11787,21.953,3.89208,300,5,0,300,0,1,0,0,0),(62143,17323,530,1,1,0,0,-1577.38,-12012.3,16.6579,3.50655,300,5,0,328,0,1,0,0,0),(62144,17323,530,1,1,0,0,-1546.4,-11943.2,19.2739,1.12166,300,5,0,328,0,1,0,0,0),(62145,17323,530,1,1,0,0,-1513.86,-11946.5,19.1452,0.890118,300,5,0,328,0,1,0,0,0),(62146,17323,530,1,1,0,0,-1631.88,-11884.9,9.453,4.60767,300,5,0,328,0,1,0,0,0),(62147,17323,530,1,1,0,0,-1582.39,-11852.4,19.1751,3.2296,300,5,0,328,0,1,0,0,0),(62148,17323,530,1,1,0,0,-1547.47,-11819.9,23.2993,5.53269,300,5,0,328,0,1,0,0,0),(62149,17323,530,1,1,0,0,-1496.76,-11861.7,23.8393,2.35102,300,5,0,328,0,1,0,0,0),(62150,17323,530,1,1,0,0,-1430.08,-11833.3,19.7556,2.96029,300,5,0,328,0,1,0,0,0),(62151,17323,530,1,1,0,0,-1425.33,-11857.5,20.3002,1.1754,300,5,0,328,0,1,0,0,0),(62152,17323,530,1,1,0,0,-1354.59,-11964.7,17.5524,2.46375,300,5,0,328,0,1,0,0,0),(62153,17323,530,1,1,0,0,-1385.99,-11952.9,15.0086,3.97935,300,5,0,328,0,1,0,0,0),(62154,17323,530,1,1,0,0,-1319.88,-11941,16.2222,4.82597,300,5,0,328,0,1,0,0,0),(62155,17324,530,1,1,0,0,-1547.66,-12019.8,10.8419,5.53269,300,5,0,300,0,1,0,0,0),(62156,17324,530,1,1,0,0,-1519.19,-12022.3,10.8391,3.82227,300,5,0,300,0,1,0,0,0),(62157,17324,530,1,1,0,0,-1626.44,-11943.2,8.97467,1.96662,300,5,0,300,0,1,0,0,0),(62158,17324,530,1,1,0,0,-1464.23,-12035.3,10.1408,5.43012,300,5,0,300,0,1,0,0,0),(62159,17324,530,1,1,0,0,-1646.63,-11910.8,9.3523,0.698132,300,5,0,300,0,1,0,0,0),(62160,17324,530,1,1,0,0,-1510.91,-11919.7,19.1336,5.32325,300,5,0,300,0,1,0,0,0),(62161,17324,530,1,1,0,0,-1670.05,-11887.7,10.436,5.03922,300,5,0,300,0,1,0,0,0),(62162,17324,530,1,1,0,0,-1655.37,-11812.7,21.9414,2.30383,300,5,0,300,0,1,0,0,0),(62163,17324,530,1,1,0,0,-1681.23,-11798.1,22.2005,6.16101,300,5,0,300,0,1,0,0,0),(62164,17324,530,1,1,0,0,-1593.08,-11783.5,29.7019,2.8217,300,5,0,300,0,1,0,0,0),(62165,17324,530,1,1,0,0,-1535.6,-11848.1,23.2542,1.41372,300,5,0,300,0,1,0,0,0),(62166,17324,530,1,1,0,0,-1520.47,-11822.3,23.3183,3.85718,300,5,0,300,0,1,0,0,0),(62167,17324,530,1,1,0,0,-1512.17,-11881.4,23.8002,4.82391,300,5,0,300,0,1,0,0,0),(62168,17324,530,1,1,0,0,-1452.98,-11912.7,18.5651,4.02064,300,5,0,300,0,1,0,0,0),(62169,17324,530,1,1,0,0,-1446.92,-11846.5,19.1752,0.820305,300,5,0,300,0,1,0,0,0),(62170,17324,530,1,1,0,0,-1415.81,-11964.6,14.9705,6.0912,300,5,0,300,0,1,0,0,0),(62171,17324,530,1,1,0,0,-1455.96,-11984.4,13.6613,5.44666,300,5,0,300,0,1,0,0,0),(62172,17324,530,1,1,0,0,-1388.74,-11980.3,14.9901,2.28638,300,5,0,300,0,1,0,0,0),(62173,17325,530,1,1,0,0,-2789.63,-11781.1,-1.90896,3.16107,300,5,0,222,0,1,0,0,0),(62174,17325,530,1,1,0,0,-2786.41,-11747.1,1.65549,1.79183,300,5,0,222,0,1,0,0,0),(62175,17325,530,1,1,0,0,-2801.38,-11766.3,-1.24976,4.50485,300,5,0,222,0,1,0,0,0),(62177,17325,530,1,1,0,0,-2842.11,-11637,-3.06321,1.97415,300,5,0,222,0,1,0,0,0),(62179,17325,530,1,1,0,0,-2843.43,-11635.1,-2.78322,6.11709,300,5,0,222,0,1,0,0,0),(62180,17325,530,1,1,0,0,-2818.52,-11611.8,1.80162,4.99808,300,5,0,222,0,1,0,0,0),(62181,17325,530,1,1,0,0,-2809.65,-11527.7,3.51251,0.936778,300,5,0,222,0,1,0,0,0),(62182,17325,530,1,1,0,0,-2841.41,-11466.6,-1.37424,2.39761,300,5,0,222,0,1,0,0,0),(62183,17325,530,1,1,0,0,-2822.74,-11443,4.29535,4.6753,300,5,0,222,0,1,0,0,0),(62184,17325,530,1,1,0,0,-2842.19,-11464.8,-1.68188,4.63655,300,5,0,222,0,1,0,0,0),(62185,17325,530,1,1,0,0,-2824.6,-11419.4,4.7141,2.39076,300,5,0,222,0,1,0,0,0),(62186,17325,530,1,1,0,0,-2861,-11369,-1.35395,2.72995,300,5,0,222,0,1,0,0,0),(62187,17325,530,1,1,0,0,-2862.04,-11367.6,-1.43366,4.84003,300,5,0,222,0,1,0,0,0),(62188,17325,530,1,1,0,0,-2840.84,-11200.8,-3.25423,1.80497,300,5,0,222,0,1,0,0,0),(62189,17325,530,1,1,0,0,-2840.1,-11199.2,-3.33341,3.70137,300,5,0,222,0,1,0,0,0),(62190,17325,530,1,1,0,0,-2841.77,-11198.9,-3.68011,5.37037,300,5,0,222,0,1,0,0,0),(62191,17325,530,1,1,0,0,-2745.29,-11181.3,-0.7074,0.647254,300,5,0,222,0,1,0,0,0),(62192,17326,530,1,1,0,0,-2717.3,-11787.3,2.56805,2.48481,300,5,0,247,0,1,0,0,0),(62193,17326,530,1,1,0,0,-2814.92,-11747.3,-0.748908,0.793685,300,5,0,247,0,1,0,0,0),(62194,17326,530,1,1,0,0,-2800.62,-11767.5,-1.28585,2.88774,300,5,0,247,0,1,0,0,0),(62195,17326,530,1,1,0,0,-2842.6,-11636.7,-3.07896,1.54543,300,5,0,247,0,1,0,0,0),(62196,17326,530,1,1,0,0,-2842.66,-11634.8,-3.06043,1.63149,300,5,0,247,0,1,0,0,0),(62197,17326,530,1,1,0,0,-2842.73,-11466.7,-1.78609,1.08677,300,5,0,247,0,1,0,0,0),(62198,17326,530,1,1,0,0,-2843.46,-11465.3,-1.92933,5.86675,300,5,0,247,0,1,0,0,0),(62199,17326,530,1,1,0,0,-2861.14,-11369.3,-1.37919,2.45743,300,5,0,247,0,1,0,0,0),(62200,17326,530,1,1,0,0,-2839.36,-11289.9,1.46383,5.06133,300,5,0,247,0,1,0,0,0),(62201,17326,530,1,1,0,0,-2804.8,-11223.4,2.33329,0.992269,300,5,0,247,0,1,0,0,0),(62202,17326,530,1,1,0,0,-2841.68,-11200.6,-3.42998,0.900291,300,5,0,247,0,1,0,0,0),(62203,17327,530,1,1,0,0,-2813.65,-11718.8,0.69418,1.63369,300,5,0,199,459,1,0,0,0),(62204,17327,530,1,1,0,0,-2791.64,-11711.6,2.36503,3.11621,300,5,0,199,459,1,0,0,0),(62205,17327,530,1,1,0,0,-2842.78,-11636.9,-3.21816,1.40597,300,5,0,199,459,1,0,0,0),(62206,17327,530,1,1,0,0,-2823.93,-11520.9,3.13751,5.83732,300,5,0,199,459,1,0,0,0),(62207,17327,530,1,1,0,0,-2828.3,-11539.5,2.08332,5.68786,300,5,0,199,459,1,0,0,0),(62208,17327,530,1,1,0,0,-2841.86,-11466.7,-1.64683,1.99232,300,5,0,199,459,1,0,0,0),(62209,17327,530,1,1,0,0,-2840.22,-11453.9,-0.721409,4.92894,300,5,0,199,459,1,0,0,0),(62210,17327,530,1,1,0,0,-2822.12,-11219.1,1.83329,3.62664,300,5,0,199,459,1,0,0,0),(62211,17327,530,1,1,0,0,-2823.3,-11236.1,2.11216,1.98601,300,5,0,199,459,1,0,0,0),(62212,17327,530,1,1,0,0,-2812.29,-11254.4,2.45361,2.60184,300,5,0,199,459,1,0,0,0),(62213,17327,530,1,1,0,0,-2818.67,-11261,2.26465,4.64985,300,5,0,199,459,1,0,0,0),(62214,17327,530,1,1,0,0,-2745.49,-11180.7,-0.687989,0.047258,300,5,0,199,459,1,0,0,0),(62215,17328,530,1,1,0,0,-1184.34,-11634.1,-1.48646,3.72423,300,5,0,301,326,1,0,0,0),(62216,17328,530,1,1,0,0,-1184.38,-11635.2,-1.40307,2.48135,300,5,0,301,326,1,0,0,0),(62217,17328,530,1,1,0,0,-1185.5,-11635.6,-1.21388,1.2274,300,5,0,301,326,1,0,0,0),(62218,17328,530,1,1,0,0,-1243.26,-11511.4,1.72264,6.24895,300,5,0,301,326,1,0,0,0),(62219,17328,530,1,1,0,0,-1184.79,-11522.4,-2.2199,6.06671,300,5,0,301,326,1,0,0,0),(62220,17328,530,1,1,0,0,-1179.72,-11481.3,-1.668,5.94381,300,5,0,301,326,1,0,0,0),(62221,17328,530,1,1,0,0,-1236.32,-11460.7,2.28607,0.26317,300,5,0,301,326,1,0,0,0),(62222,17328,530,1,1,0,0,-1191.55,-11359.4,-2.61664,1.25522,300,5,0,301,326,1,0,0,0),(62223,17328,530,1,1,0,0,-1214.13,-11248.9,-16.0582,4.86691,300,5,0,301,326,1,0,0,0),(62224,17328,530,1,1,0,0,-1356.49,-11229.8,2.07215,5.71755,300,5,0,301,326,1,0,0,0),(62225,17328,530,1,1,0,0,-1276.05,-11221.7,-3.27649,5.44487,300,5,0,301,326,1,0,0,0),(62226,17328,530,1,1,0,0,-1286.4,-11093.3,-16.2634,4.22114,300,5,0,301,326,1,0,0,0),(62227,17328,530,1,1,0,0,-1130.34,-11107.3,-75.836,3.06246,300,5,0,301,326,1,0,0,0),(62228,17328,530,1,1,0,0,-1102.42,-11111.9,-78.3352,2.58612,300,5,0,301,326,1,0,0,0),(62229,17328,530,1,1,0,0,-1107.01,-11234.2,-43.641,5.17265,300,5,0,301,326,1,0,0,0),(62230,17329,530,1,1,0,0,-1206.35,-11604.4,1.07684,6.00615,300,5,0,356,0,1,0,0,0),(62231,17329,530,1,1,0,0,-1188.78,-11500.6,-1.73783,5.73641,300,5,0,356,0,1,0,0,0),(62232,17329,530,1,1,0,0,-1193.66,-11386.1,-0.227811,4.81019,300,5,0,356,0,1,0,0,0),(62233,17329,530,1,1,0,0,-1193.79,-11405.4,0.53568,2.60685,300,5,0,356,0,1,0,0,0),(62234,17329,530,1,1,0,0,-1190.95,-11357.6,-3.15754,4.34231,300,5,0,356,0,1,0,0,0),(62235,17329,530,1,1,0,0,-1244.57,-11323.8,1.73236,6.03427,300,5,0,356,0,1,0,0,0),(62236,17329,530,1,1,0,0,-1285.32,-11263.6,-0.650893,2.94301,300,5,0,356,0,1,0,0,0),(62238,17329,530,1,1,0,0,-1317.62,-11244.7,-0.036554,1.59753,300,5,0,356,0,1,0,0,0),(62239,17329,530,1,1,0,0,-1365.57,-11202.1,-0.694898,2.26276,300,5,0,356,0,1,0,0,0),(62240,17329,530,1,1,0,0,-1286.51,-11095.1,-16.2179,1.93795,300,5,0,356,0,1,0,0,0),(62241,17329,530,1,1,0,0,-1286.32,-11093.3,-16.2701,4.13408,300,5,0,356,0,1,0,0,0),(62242,17329,530,1,1,0,0,-1104,-11110.8,-78.2581,5.6245,300,5,0,356,0,1,0,0,0),(62243,17329,530,1,1,0,0,-1128.69,-11145.9,-80.8842,2.67008,300,5,0,356,0,1,0,0,0),(62244,17329,530,1,1,0,0,-1102.79,-11112.3,-78.5805,2.04091,300,5,0,356,0,1,0,0,0),(62245,17329,530,1,1,0,0,-1097.56,-11084.2,-78.2825,4.0744,300,5,0,356,0,1,0,0,0),(62246,17329,530,1,1,0,0,-1076.99,-11205.9,-55.7047,0.350773,300,5,0,356,0,1,0,0,0),(62247,17329,530,1,1,0,0,-1146.01,-11310.7,-16.2631,0.809953,300,5,0,356,0,1,0,0,0),(62248,17330,530,1,1,0,0,-1207.56,-11554.9,0.39908,2.10112,300,5,0,285,790,1,0,0,0),(62249,17330,530,1,1,0,0,-1190.21,-11585,-1.32245,5.50832,300,5,0,285,790,1,0,0,0),(62250,17330,530,1,1,0,0,-1175.59,-11587.4,-3.48646,1.74537,300,5,0,285,790,1,0,0,0),(62251,17330,530,1,1,0,0,-1173.58,-11586.1,-4.08849,4.13927,300,5,0,285,790,1,0,0,0),(62252,17330,530,1,1,0,0,-1225.27,-11490.3,-1.81591,3.00988,300,5,0,285,790,1,0,0,0),(62253,17330,530,1,1,0,0,-1228.19,-11501.3,-1.66209,2.25169,300,5,0,285,790,1,0,0,0),(62254,17330,530,1,1,0,0,-1125.85,-11547.5,-10.3234,2.95301,300,5,0,285,790,1,0,0,0),(62255,17330,530,1,1,0,0,-1207.46,-11469.6,-1.53592,0.852387,300,5,0,285,790,1,0,0,0),(62256,17330,530,1,1,0,0,-1204.56,-11442.8,0.1337,1.95237,300,5,0,285,790,1,0,0,0),(62257,17330,530,1,1,0,0,-1177.61,-11464.1,-1.42711,1.23922,300,5,0,285,790,1,0,0,0),(62258,17330,530,1,1,0,0,-1222.09,-11427.6,3.15489,1.6355,300,5,0,285,790,1,0,0,0),(62259,17330,530,1,1,0,0,-1155.23,-11390,-9.16952,4.89906,300,5,0,285,790,1,0,0,0),(62260,17330,530,1,1,0,0,-1192.02,-11357.8,-2.8068,5.52978,300,5,0,285,790,1,0,0,0),(62261,17330,530,1,1,0,0,-1227.1,-11332.8,0.24295,0.842046,300,5,0,285,790,1,0,0,0),(62262,17330,530,1,1,0,0,-1338.36,-11324.1,7.64398,2.61644,300,5,0,285,790,1,0,0,0),(62263,17330,530,1,1,0,0,-1313.44,-11309.6,6.90126,2.80613,300,5,0,285,790,1,0,0,0),(62264,17330,530,1,1,0,0,-1285.33,-11263.7,-0.790643,2.86881,300,5,0,285,790,1,0,0,0),(62265,17330,530,1,1,0,0,-1171.7,-11290.7,-16.3971,4.49203,300,5,0,285,790,1,0,0,0),(62266,17330,530,1,1,0,0,-1338.64,-11227.1,1.36931,3.12206,300,5,0,285,790,1,0,0,0),(62267,17330,530,1,1,0,0,-1304.46,-11210,-4.87438,1.06045,300,5,0,285,790,1,0,0,0),(62268,17330,530,1,1,0,0,-1282.7,-11185.6,-19.8089,4.45791,300,5,0,285,790,1,0,0,0),(62269,17330,530,1,1,0,0,-1270.49,-11195.8,-12.667,5.4853,300,5,0,285,790,1,0,0,0),(62270,17330,530,1,1,0,0,-1286,-11094.6,-16.2918,2.63785,300,5,0,285,790,1,0,0,0),(62271,17330,530,1,1,0,0,-1286.85,-11093.2,-16.2388,4.6893,300,5,0,285,790,1,0,0,0),(62272,17330,530,1,1,0,0,-1154.55,-11033.9,-34.1135,2.11413,300,5,0,285,790,1,0,0,0),(62273,17330,530,1,1,0,0,-1103.75,-11112.2,-78.2825,1.01264,300,5,0,285,790,1,0,0,0),(62274,17330,530,1,1,0,0,-1186.17,-11247.7,-17.9755,4.66204,300,5,0,285,790,1,0,0,0),(62275,17330,530,1,1,0,0,-1147.88,-11259.1,-31.8698,5.95535,300,5,0,285,790,1,0,0,0),(62276,17330,530,1,1,0,0,-1114.48,-11425.8,-4.5673,5.66366,300,5,0,285,790,1,0,0,0),(62277,17331,530,1,1,0,1,-2302.37,-12452.4,2.88861,5.24041,300,5,0,247,0,1,0,0,0),(62278,17331,530,1,1,0,1,-2260.64,-12472.6,1.5053,0.370251,300,5,0,247,0,1,0,0,0),(62279,17331,530,1,1,0,1,-2321.7,-12390.2,17.8574,0.954773,300,5,0,247,0,1,0,0,0),(62280,17331,530,1,1,0,1,-2236.14,-12495.3,1.09238,3.26983,300,5,0,247,0,1,0,0,0),(62281,17331,530,1,1,0,1,-2321.31,-12322.1,22.8848,5.47491,300,5,0,247,0,1,0,0,0),(62282,17331,530,1,1,0,1,-2324.67,-12274.3,23.6829,2.27961,300,5,0,247,0,1,0,0,0),(62283,17331,530,1,1,0,1,-2316.18,-12215.5,29.5854,3.60617,300,5,0,247,0,1,0,0,0),(62284,17331,530,1,1,0,1,-2269.93,-12304.1,55.9644,5.50142,300,5,0,247,0,1,0,0,0),(62285,17331,530,1,1,0,1,-2221.8,-12323.2,57.3031,1.15642,300,5,0,247,0,1,0,0,0),(62286,17331,530,1,1,0,1,-2232.82,-12347.4,56.0047,1.54728,300,5,0,247,0,1,0,0,0),(62287,17331,530,1,1,0,1,-2219.62,-12412.3,13.4992,0.192428,300,5,0,247,0,1,0,0,0),(62288,17331,530,1,1,0,1,-2101.39,-12338.9,17.6825,4.10759,300,5,0,247,0,1,0,0,0),(62289,17331,530,1,1,0,1,-2056.17,-12391.6,1.54816,3.67814,300,5,0,247,0,1,0,0,0),(62290,17331,530,1,1,0,1,-2074.21,-12351.1,7.5117,1.04086,300,5,0,247,0,1,0,0,0),(62291,17331,530,1,1,0,1,-2058.99,-12285.3,33.3687,1.94078,300,5,0,247,0,1,0,0,0),(62292,17331,530,1,1,0,1,-2176.42,-12481.9,0.44394,3.27808,300,5,0,247,0,1,0,0,0),(62293,17331,530,1,1,0,1,-2067.51,-12449.3,0.08154,3.59237,300,5,0,247,0,1,0,0,0),(62294,17331,530,1,1,0,1,-2115.56,-12460.7,1.28236,4.29158,300,5,0,247,0,1,0,0,0),(62295,17331,530,1,1,0,1,-2187.68,-12506.5,-0.503745,4.70869,300,5,0,247,0,1,0,0,0),(62296,17331,530,1,1,0,1,-2123.49,-12539.4,-1.47021,5.26255,300,5,0,247,0,1,0,0,0),(62297,17331,530,1,1,0,1,-2188.62,-12320.2,53.3524,0.961948,300,5,0,247,0,1,0,0,0),(62298,17333,530,1,1,0,0,-2301.52,-12521.3,-1.39594,4.09477,300,5,0,219,537,1,0,0,0),(62299,17333,530,1,1,0,0,-2307.1,-12479.6,2.0542,0.435683,300,5,0,219,537,1,0,0,0),(62300,17333,530,1,1,0,0,-2279.31,-12427.2,4.74727,3.35433,300,5,0,219,537,1,0,0,0),(62301,17333,530,1,1,0,0,-2242.91,-12501.5,0.21984,5.06933,300,5,0,219,537,1,0,0,0),(62302,17333,530,1,1,0,0,-2249.22,-12319.5,57.2949,2.78597,300,5,0,219,537,1,0,0,0),(62303,17333,530,1,1,0,0,-2208.39,-12197.8,27.6235,1.31019,300,5,0,219,537,1,0,0,0),(62304,17333,530,1,1,0,0,-2264.62,-12340.5,56.0143,0.629697,300,5,0,219,537,1,0,0,0),(62305,17333,530,1,1,0,0,-2197.9,-12302.1,56.1733,3.54302,300,5,0,219,537,1,0,0,0),(62306,17333,530,1,1,0,0,-2292.39,-12404.1,10.8768,2.40037,300,5,0,219,537,1,0,0,0),(62307,17333,530,1,1,0,0,-2155.57,-12406.1,13.8981,5.10958,300,5,0,219,537,1,0,0,0),(62308,17333,530,1,1,0,0,-2117.47,-12274.1,33.7046,6.08375,300,5,0,219,537,1,0,0,0),(62309,17333,530,1,1,0,0,-2082.71,-12416.5,1.88236,6.04645,300,5,0,219,537,1,0,0,0),(62310,17333,530,1,1,0,0,-2118.67,-12407.9,6.31184,1.76934,300,5,0,219,537,1,0,0,0),(62311,17333,530,1,1,0,0,-2180.15,-12446.3,3.55019,0.741313,300,5,0,219,537,1,0,0,0),(62312,17333,530,1,1,0,0,-2098.33,-12492.1,-1.27506,3.77239,300,5,0,219,537,1,0,0,0),(62313,17333,530,1,1,0,0,-1994.96,-12313.5,1.07166,1.04823,300,5,0,219,537,1,0,0,0),(62314,17333,530,1,1,0,0,-2009.3,-12392.2,-1.81676,2.40186,300,5,0,219,537,1,0,0,0),(62315,17333,530,1,1,0,0,-2012.39,-12339.6,2.53548,5.13159,300,5,0,219,537,1,0,0,0),(62316,17333,530,1,1,0,0,-1987.98,-12379.6,-2.6709,5.98986,300,5,0,219,537,1,0,0,0),(62317,17333,530,1,1,0,0,-2133.13,-12278.9,32.0066,0.21655,300,5,0,219,537,1,0,0,0),(62318,17334,530,1,1,0,1,-1959.27,-12285.1,-6.40016,3.61897,300,5,0,273,0,1,0,0,0),(62319,17334,530,1,1,0,1,-1881.55,-12293.7,-2.41408,3.19833,300,5,0,273,0,1,0,0,0),(62320,17334,530,1,1,0,1,-1817.48,-12128.3,38.0841,4.70262,300,5,0,273,0,1,0,0,0),(62321,17334,530,1,1,0,1,-1854.16,-12084.3,36.4368,4.7184,300,5,0,273,0,1,0,0,0),(62322,17334,530,1,1,0,1,-1840.85,-12109.7,37.233,1.62944,300,5,0,273,0,1,0,0,0),(62323,17334,530,1,1,0,1,-1845.83,-12308.3,-5.00022,1.40019,300,5,0,273,0,1,0,0,0),(62324,17334,530,1,1,0,1,-1810.49,-12291,-1.45508,4.06579,300,5,0,273,0,1,0,0,0),(62325,17334,530,1,1,0,1,-1878.47,-12263.4,-1.09397,0.558185,300,5,0,273,0,1,0,0,0),(62326,17334,530,1,1,0,1,-1782.78,-12255.9,0.783,6.11111,300,5,0,273,0,1,0,0,0),(62327,17334,530,1,1,0,1,-1777.76,-12149.3,22.2637,5.49862,300,5,0,273,0,1,0,0,0),(62328,17334,530,1,1,0,1,-1754.62,-12142.7,16.3964,6.21051,300,5,0,273,0,1,0,0,0),(62329,17334,530,1,1,0,1,-1717.88,-12216.1,2.57211,0.068787,300,5,0,273,0,1,0,0,0),(62330,17334,530,1,1,0,1,-1680.05,-12214.8,2.51077,0.675798,300,5,0,273,0,1,0,0,0),(62331,17334,530,1,1,0,1,-1699.07,-12110.4,13.8898,1.06152,300,5,0,273,0,1,0,0,0),(62332,17334,530,1,1,0,1,-1648.24,-12046,12.7131,2.61928,300,5,0,273,0,1,0,0,0),(62333,17334,530,1,1,0,1,-1642,-12117.4,9.0106,4.81435,300,5,0,273,0,1,0,0,0),(62334,17334,530,1,1,0,1,-1626.34,-12156.9,2.45572,4.75932,300,5,0,273,0,1,0,0,0),(62335,17334,530,1,1,0,1,-1614.72,-12226.1,-1.8597,0.923303,300,5,0,273,0,1,0,0,0),(62336,17334,530,1,1,0,1,-1757.8,-12083.6,31.3835,4.40653,300,5,0,273,0,1,0,0,0),(62337,17336,530,1,1,0,0,-1879.97,-12302.1,-1.81741,4.45707,300,5,0,241,601,1,0,0,0),(62338,17336,530,1,1,0,0,-1809.86,-12227.5,2.1139,4.69958,300,5,0,241,601,1,0,0,0),(62339,17336,530,1,1,0,0,-1847.98,-12253.9,0.74371,1.69494,300,5,0,241,601,1,0,0,0),(62340,17336,530,1,1,0,0,-1844.01,-12054.1,37.5937,3.96697,300,5,0,241,601,1,0,0,0),(62341,17336,530,1,1,0,0,-1817.85,-12086.1,32.6615,3.66088,300,5,0,241,601,1,0,0,0),(62342,17336,530,1,1,0,0,-1738.05,-12277.1,-6.73091,3.34205,300,5,0,241,601,1,0,0,0),(62343,17336,530,1,1,0,0,-1739.43,-12149.5,13.5439,0.559841,300,5,0,241,601,1,0,0,0),(62344,17336,530,1,1,0,0,-1695.44,-12246.5,-0.168376,5.85021,300,5,0,241,601,1,0,0,0),(62345,17336,530,1,1,0,0,-1707.34,-12158.8,12.4613,4.95334,300,5,0,241,601,1,0,0,0),(62346,17336,530,1,1,0,0,-1781.93,-12122.5,35.6912,0.573919,300,5,0,241,601,1,0,0,0),(62347,17336,530,1,1,0,0,-1699.04,-12097.3,14.0706,5.50981,300,5,0,241,601,1,0,0,0),(62348,17336,530,1,1,0,0,-1709.02,-12042.9,16.1045,0.799209,300,5,0,241,601,1,0,0,0),(62349,17336,530,1,1,0,0,-1684.61,-12055.4,12.7887,5.4555,300,5,0,241,601,1,0,0,0),(62350,17336,530,1,1,0,0,-1646.74,-12176.4,1.71203,5.67838,300,5,0,241,601,1,0,0,0),(62351,17336,530,1,1,0,0,-1780.5,-12107,33.6956,6.23821,300,5,0,241,601,1,0,0,0),(62352,17336,530,1,1,0,0,-1608.04,-12091.4,10.4342,5.56553,300,5,0,241,601,1,0,0,0),(62353,17336,530,1,1,0,0,-1589.52,-12169.1,-2.97639,2.72952,300,5,0,241,601,1,0,0,0),(62354,17336,530,1,1,0,0,-1551.41,-12179.4,-2.77856,5.5383,300,5,0,241,601,1,0,0,0),(62355,17337,530,1,1,0,0,-2482.83,-11379.5,37.352,5.11381,300,5,0,247,0,1,0,0,0),(62356,17337,530,1,1,0,0,-2450.71,-11354.3,35.1385,4.39681,300,0,0,247,0,0,0,0,0),(62357,17337,530,1,1,0,0,-2534.99,-11244.3,36.2131,4.74729,300,0,0,247,0,0,0,0,0),(62358,17337,530,1,1,0,0,-2487.04,-11237.8,28.9223,3.59031,300,5,0,247,0,1,0,0,0),(62359,17337,530,1,1,0,0,-2440.78,-11293.6,29.8204,5.37561,300,0,0,247,0,0,0,0,0),(62360,17337,530,1,1,0,0,-2430.79,-11290.5,29.3973,4.06662,300,0,0,247,0,0,0,0,0),(62361,17337,530,1,1,0,0,-2380.99,-11345,28.0672,6.26573,300,5,0,247,0,1,0,0,0),(62362,17337,530,1,1,0,0,-2416.33,-11418.1,30.1476,6.02998,300,5,0,247,0,1,0,0,0),(62363,17337,530,1,1,0,0,-2413.14,-11217.1,24.4672,3.40339,300,0,0,247,0,0,0,0,0),(62364,17337,530,1,1,0,0,-2348.95,-11214.1,23.3706,0.532714,300,5,0,247,0,1,0,0,0),(62365,17337,530,1,1,0,0,-2310.35,-11164.9,14.0517,2.98451,300,5,0,247,0,1,0,0,0),(62366,17337,530,1,1,0,0,-2319.66,-11157.7,14.0387,4.46804,300,5,0,247,0,1,0,0,0),(62367,17337,530,1,1,0,0,-2482.76,-11120.6,16.0952,0.239737,300,5,0,247,0,1,0,0,0),(62368,17337,530,1,1,0,0,-2546.84,-11145.3,16.8516,6.21337,300,5,0,247,0,1,0,0,0),(62369,17337,530,1,1,0,0,-2344.18,-11384.4,30.628,3.78583,300,5,0,247,0,1,0,0,0),(62370,17338,530,1,1,0,1,-2571.67,-11356.4,29.496,5.98203,300,5,0,273,0,1,0,0,0),(62371,17338,530,1,1,0,1,-2498.65,-11411.7,37.449,0.941406,300,5,0,273,0,1,0,0,0),(62372,17338,530,1,1,0,1,-2489.13,-11406.9,37.3918,6.14356,300,0,0,273,0,0,0,0,0),(62373,17338,530,1,1,0,1,-2454.02,-11316.3,30.8827,0.261799,300,5,0,273,0,1,0,0,0),(62374,17338,530,1,1,0,1,-2425.44,-11239.8,24.389,2.33874,300,0,0,273,0,0,0,0,0),(62375,17338,530,1,1,0,1,-2420.8,-11278,30.3495,2.93098,300,5,0,273,0,1,0,0,0),(62376,17338,530,1,1,0,1,-2559.68,-11187.4,18.9476,3.89766,300,5,0,273,0,1,0,0,0),(62377,17338,530,1,1,0,1,-2491.83,-11176.7,18.7465,4.96733,300,5,0,273,0,1,0,0,0),(62378,17338,530,1,1,0,1,-2457.36,-11402.5,37.3594,2.56563,300,5,0,273,0,1,0,0,0),(62379,17338,530,1,1,0,1,-2426.43,-11322.5,29.7471,1.3439,300,5,0,273,0,1,0,0,0),(62380,17338,530,1,1,0,1,-2418.37,-11314.4,29.3721,2.67035,300,0,0,273,0,0,0,0,0),(62381,17338,530,1,1,0,1,-2389.93,-11309.1,29.5555,5.88855,300,5,0,273,0,1,0,0,0),(62382,17338,530,1,1,0,1,-2480.96,-11414.7,37.3923,1.15192,300,0,0,273,0,0,0,0,0),(62383,17338,530,1,1,0,1,-2383.95,-11218.2,24.7214,4.27012,300,5,0,273,0,1,0,0,0),(62384,17338,530,1,1,0,1,-2314.89,-11196.5,14.0951,2.09439,300,5,0,273,0,1,0,0,0),(62385,17338,530,1,1,0,1,-2519.93,-11124.8,16.9338,4.79965,300,5,0,273,0,1,0,0,0),(62386,17338,530,1,1,0,1,-2542.39,-11121.7,18.9584,5.05515,300,5,0,273,0,1,0,0,0),(62387,17338,530,1,1,0,1,-2358.77,-11259.2,29.042,5.0919,300,5,0,273,0,1,0,0,0),(62388,17338,530,1,1,0,1,-2344.99,-11358.5,28.0564,0.343924,300,5,0,273,0,1,0,0,0),(62389,17339,530,1,1,0,0,-2489.27,-11384.8,37.4518,5.58505,300,5,0,219,537,1,0,0,0),(62390,17339,530,1,1,0,0,-2479.52,-11348.9,35.424,5.79771,300,5,0,219,537,1,0,0,0),(62391,17339,530,1,1,0,0,-2554.99,-11265.4,36.2131,1.26519,300,5,0,219,537,1,0,0,0),(62392,17339,530,1,1,0,0,-2522.38,-11282,36.231,1.13446,300,0,0,219,537,0,0,0,0),(62393,17339,530,1,1,0,0,-2542.37,-11253,36.2131,6.14356,300,0,0,219,537,0,0,0,0),(62394,17339,530,1,1,0,0,-2503.87,-11248.1,36.3058,3.61283,300,0,0,219,537,0,0,0,0),(62395,17339,530,1,1,0,0,-2448.85,-11322.6,30.4971,0.907571,300,5,0,219,537,1,0,0,0),(62396,17339,530,1,1,0,0,-2440.13,-11211.3,24.3422,4.4855,300,0,0,219,537,0,0,0,0),(62397,17339,530,1,1,0,0,-2435.83,-11243,24.3436,1.16937,300,0,0,219,537,0,0,0,0),(62398,17339,530,1,1,0,0,-2461.01,-11392.8,37.3679,4.08407,300,0,0,219,537,0,0,0,0),(62399,17339,530,1,1,0,0,-2429.65,-11222.6,23.5922,3.70953,300,5,0,219,537,1,0,0,0),(62400,17339,530,1,1,0,0,-2346.76,-11178.5,14.0671,5.70723,300,5,0,219,537,1,0,0,0),(62401,17339,530,1,1,0,0,-2424.41,-11192.8,24.4026,1.59264,300,5,0,219,537,1,0,0,0),(62402,17339,530,1,1,0,0,-2383.9,-11178,17.8195,1.16641,300,5,0,219,537,1,0,0,0),(62403,17339,530,1,1,0,0,-2510.83,-11131.3,16.9338,3.31613,300,5,0,219,537,1,0,0,0),(62404,17339,530,1,1,0,0,-2515.02,-11162.5,16.8649,2.05949,300,5,0,219,537,1,0,0,0),(62405,17340,530,1,1,0,0,-1513.5,-11494.5,60.7178,5.50192,300,5,0,328,0,1,0,0,0),(62406,17340,530,1,1,0,0,-1505.34,-11440.7,67.0068,0.482559,300,5,0,328,0,1,0,0,0),(62407,17340,530,1,1,0,0,-1508.86,-11417.8,67.1667,0.713885,300,5,0,328,0,1,0,0,0),(62408,17340,530,1,1,0,0,-1552.47,-11394.7,64.8986,0.122173,300,0,0,328,0,0,0,0,0),(62409,17340,530,1,1,0,0,-1541.84,-11353,68.0502,6.12611,300,0,0,328,0,0,0,0,0),(62410,17340,530,1,1,0,0,-1560.19,-11322,67.1188,1.43117,300,0,0,328,0,0,0,0,0),(62411,17340,530,1,1,0,0,-1512.35,-11315.8,70.1455,5.99642,300,5,0,328,0,1,0,0,0),(62412,17340,530,1,1,0,0,-1601.67,-11254.2,69.4504,3.18696,300,5,0,328,0,1,0,0,0),(62413,17340,530,1,1,0,0,-1568.77,-11242.7,68.6051,1.06465,300,0,0,328,0,0,0,0,0),(62414,17340,530,1,1,0,0,-1597.81,-11279.6,66.5412,4.6166,300,5,0,328,0,1,0,0,0),(62415,17340,530,1,1,0,0,-1551.73,-11210.9,67.2881,3.89208,300,0,0,328,0,0,0,0,0),(62416,17340,530,1,1,0,0,-1517.19,-11258.5,69.0016,5.5434,300,5,0,328,0,1,0,0,0),(62417,17340,530,1,1,0,0,-1620.6,-11214.8,69.5788,6.02825,300,5,0,328,0,1,0,0,0),(62418,17341,530,1,1,0,1,-1453.14,-11464.1,68.4033,2.47837,300,0,0,356,0,0,0,0,0),(62419,17341,530,1,1,0,1,-1452,-11415.3,67.698,2.15086,300,5,0,356,0,1,0,0,0),(62420,17341,530,1,1,0,1,-1466.15,-11390.8,68.375,4.04916,300,5,0,356,0,1,0,0,0),(62421,17341,530,1,1,0,1,-1588.1,-11344.7,61.9977,2.40268,300,5,0,356,0,1,0,0,0),(62422,17341,530,1,1,0,1,-1512.33,-11370.9,67.6769,0.794849,300,5,0,356,0,1,0,0,0),(62423,17341,530,1,1,0,1,-1534.85,-11331,68.1862,5.80067,300,0,0,356,0,0,0,0,0),(62424,17341,530,1,1,0,1,-1551.64,-11314.5,67.7438,2.9147,300,0,0,356,0,0,0,0,0),(62425,17341,530,1,1,0,1,-1608.55,-11356.2,57.3706,1.87648,300,5,0,356,0,1,0,0,0),(62426,17341,530,1,1,0,1,-1581.46,-11322.1,63.9204,0.767945,300,0,0,356,0,0,0,0,0),(62427,17341,530,1,1,0,1,-1616.23,-11329.5,57.6562,0.269167,300,5,0,356,0,1,0,0,0),(62428,17341,530,1,1,0,1,-1573.28,-11211.3,68.0671,4.31096,300,0,0,356,0,0,0,0,0),(62429,17341,530,1,1,0,1,-1596.45,-11186.8,68.5132,0.300459,300,5,0,356,0,1,0,0,0),(62430,17342,530,1,1,0,0,-1482.81,-11504.2,53.8922,3.05018,300,5,0,350,390,1,0,0,0),(62431,17342,530,1,1,0,0,-1484.37,-11462.9,67.018,1.50098,300,0,0,350,390,0,0,0,0),(62432,17342,530,1,1,0,0,-1481.82,-11418.3,67.5926,0.90084,300,5,0,350,390,1,0,0,0),(62433,17342,530,1,1,0,0,-1521.6,-11385.8,67.9269,5.0378,300,5,0,350,390,1,0,0,0),(62434,17342,530,1,1,0,0,-1493.13,-11361.8,69.1402,3.83972,300,0,0,350,390,0,0,0,0),(62435,17342,530,1,1,0,0,-1589.62,-11376.3,58.8683,5.83264,300,5,0,350,390,1,0,0,0),(62436,17342,530,1,1,0,0,-1574.97,-11293.4,65.6107,5.55015,300,5,0,350,390,1,0,0,0),(62437,17342,530,1,1,0,0,-1520.62,-11281.1,71.8002,2.0834,300,5,0,350,390,1,0,0,0),(62438,17342,530,1,1,0,0,-1587.56,-11316.4,63.1704,0.383972,300,0,0,350,390,0,0,0,0),(62439,17342,530,1,1,0,0,-1628.14,-11290.9,63.9189,4.81225,300,5,0,350,390,1,0,0,0),(62440,17342,530,1,1,0,0,-1627.62,-11255.6,68.5997,2.35048,300,5,0,350,390,1,0,0,0),(62441,17342,530,1,1,0,0,-1554.11,-11263.7,67.2698,3.15242,300,5,0,350,390,1,0,0,0),(62442,17342,530,1,1,0,0,-1580.34,-11251.6,68.7069,4.54179,300,5,0,350,390,1,0,0,0),(62443,17343,530,1,1,0,0,-2341.02,-11922.1,22.1505,1.24185,300,5,0,222,0,1,0,0,0),(62444,17343,530,1,1,0,0,-2248.49,-11981.5,32.6236,0.632653,300,5,0,222,0,1,0,0,0),(62445,17343,530,1,1,0,0,-2409.25,-11876.7,21.0275,4.53284,300,5,0,222,0,1,0,0,0),(62446,17343,530,1,1,0,0,-2315.08,-11829.6,19.3794,0.878059,300,5,0,222,0,1,0,0,0),(62447,17343,530,1,1,0,0,-2331.6,-11843.7,16.9035,2.66048,300,5,0,222,0,1,0,0,0),(62448,17343,530,1,1,0,0,-2397.81,-11852.4,22.3866,2.56063,300,5,0,222,0,1,0,0,0),(62449,17343,530,1,1,0,0,-2395.84,-11824.4,20.6081,5.69085,300,5,0,222,0,1,0,0,0),(62450,17343,530,1,1,0,0,-2445.74,-11785,15.4687,3.6331,300,5,0,222,0,1,0,0,0),(62451,17343,530,1,1,0,0,-2470.69,-11820.8,19.3902,2.98062,300,5,0,222,0,1,0,0,0),(62452,17343,530,1,1,0,0,-2358.51,-11766.4,18.8456,5.33128,300,5,0,222,0,1,0,0,0),(62453,17343,530,1,1,0,0,-2463.03,-11736.5,13.7981,5.4577,300,5,0,222,0,1,0,0,0),(62454,17343,530,1,1,0,0,-2312.86,-11781.3,18.0373,5.34535,300,5,0,222,0,1,0,0,0),(62455,17343,530,1,1,0,0,-2288.72,-11774.2,18.5479,5.20223,300,5,0,222,0,1,0,0,0),(62456,17343,530,1,1,0,0,-2325.65,-11708.8,22.5083,3.6474,300,5,0,222,0,1,0,0,0),(62457,17343,530,1,1,0,0,-2501.89,-11754.7,12.0449,4.45984,300,5,0,222,0,1,0,0,0),(62458,17343,530,1,1,0,0,-2486.04,-11730.7,13.3514,5.83472,300,5,0,222,0,1,0,0,0),(62459,17343,530,1,1,0,0,-2571.14,-11764.3,8.258,2.25653,300,5,0,222,0,1,0,0,0),(62460,17343,530,1,1,0,0,-2613.4,-11750.8,11.5008,0.240523,300,5,0,222,0,1,0,0,0),(62461,17343,530,1,1,0,0,-2612.3,-11686.2,12.0188,3.36162,300,5,0,222,0,1,0,0,0),(62462,17343,530,1,1,0,0,-2588.23,-11686.6,14.1386,2.53194,300,5,0,222,0,1,0,0,0),(62463,17343,530,1,1,0,0,-2474.38,-11696.3,14.9888,1.51411,300,5,0,222,0,1,0,0,0),(62464,17343,530,1,1,0,0,-2684.24,-11684.2,16.6845,3.35814,300,5,0,222,0,1,0,0,0),(62465,17343,530,1,1,0,0,-2640.6,-11656.7,13.6768,5.78026,300,5,0,222,0,1,0,0,0),(62466,17343,530,1,1,0,0,-2754.72,-11622.9,10.8828,1.78547,300,5,0,222,0,1,0,0,0),(62467,17343,530,1,1,0,0,-2697.2,-11629.2,16.2325,3.77924,300,5,0,222,0,1,0,0,0),(62468,17343,530,1,1,0,0,-2752.22,-11492,13.2378,0.823968,300,5,0,222,0,1,0,0,0),(62469,17343,530,1,1,0,0,-2723.33,-11454.6,17.582,4.5238,300,5,0,222,0,1,0,0,0),(62470,17343,530,1,1,0,0,-2737.14,-11320.5,9.1511,3.09794,300,5,0,222,0,1,0,0,0),(62471,17343,530,1,1,0,0,-2742.05,-11301.3,9.7096,4.20681,300,5,0,222,0,1,0,0,0),(62472,17343,530,1,1,0,0,-2585.31,-11650,16.4506,0.42216,300,5,0,222,0,1,0,0,0),(62473,17343,530,1,1,0,0,-2673.32,-11545.8,17.4786,3.13964,300,5,0,222,0,1,0,0,0),(62474,17343,530,1,1,0,0,-2661.39,-11593.6,18.6747,4.10416,300,5,0,222,0,1,0,0,0),(62475,17343,530,1,1,0,0,-2631.66,-11493.6,26.1781,3.45286,300,5,0,222,0,1,0,0,0),(62476,17343,530,1,1,0,0,-2576.64,-11520.7,29.6969,5.73525,300,5,0,222,0,1,0,0,0),(62477,17343,530,1,1,0,0,-2611.07,-11406.4,30.0671,1.14385,300,5,0,222,0,1,0,0,0),(62478,17343,530,1,1,0,0,-2686.59,-11384.1,14.564,6.21912,300,5,0,222,0,1,0,0,0),(62479,17343,530,1,1,0,0,-2676.2,-11382.2,16.7474,5.70656,300,5,0,222,0,1,0,0,0),(62480,17343,530,1,1,0,0,-2648.91,-11318.1,22.2762,2.09915,300,5,0,222,0,1,0,0,0),(62481,17343,530,1,1,0,0,-2420.55,-11491.9,29.1237,1.30591,300,5,0,222,0,1,0,0,0),(62482,17343,530,1,1,0,0,-2367.85,-11535.8,28.3982,2.71028,300,5,0,222,0,1,0,0,0),(62483,17343,530,1,1,0,0,-2320.94,-11504,21.866,4.20626,300,5,0,222,0,1,0,0,0),(62484,17343,530,1,1,0,0,-2320.51,-11598.2,28.9961,0.056691,300,5,0,222,0,1,0,0,0),(62485,17343,530,1,1,0,0,-2260.79,-11514.5,30.0845,0.481113,300,5,0,222,0,1,0,0,0),(62486,17343,530,1,1,0,0,-2265.46,-11493.6,34.3034,2.85257,300,5,0,222,0,1,0,0,0),(62487,17343,530,1,1,0,0,-2268.62,-11620.8,28.3144,2.88099,300,5,0,222,0,1,0,0,0),(62488,17343,530,1,1,0,0,-2187.11,-11647.5,38.5219,3.92699,300,5,0,222,0,1,0,0,0),(62489,17343,530,1,1,0,0,-2180.67,-11579.4,31.9934,0.139135,300,5,0,222,0,1,0,0,0),(62490,17343,530,1,1,0,0,-2355.1,-11650.2,27.9858,4.52188,300,5,0,222,0,1,0,0,0),(62491,17343,530,1,1,0,0,-2162.12,-11686.2,46.1909,2.93511,300,5,0,222,0,1,0,0,0),(62492,17343,530,1,1,0,0,-2244.77,-11809.2,33.1644,0.149083,300,5,0,222,0,1,0,0,0),(62493,17343,530,1,1,0,0,-2234.48,-11860.8,32.6799,5.68127,300,5,0,222,0,1,0,0,0),(62494,17343,530,1,1,0,0,-2178.65,-11929,33.1845,5.59877,300,5,0,222,0,1,0,0,0),(62495,17343,530,1,1,0,0,-2212.24,-12009.9,31.7861,2.30918,300,5,0,222,0,1,0,0,0),(62496,17343,530,1,1,0,0,-2177.4,-11986.8,33.4512,0.752261,300,5,0,222,0,1,0,0,0),(62497,17343,530,1,1,0,0,-2160.08,-11982.8,32.437,1.7268,300,5,0,222,0,1,0,0,0),(62498,17343,530,1,1,0,0,-2180.17,-12041.9,32.5648,4.44022,300,5,0,222,0,1,0,0,0),(62499,17343,530,1,1,0,0,-2108.43,-11975.3,32.3525,4.06146,300,5,0,222,0,1,0,0,0),(62500,17343,530,1,1,0,0,-2069.32,-12141.1,30.2123,3.54751,300,5,0,222,0,1,0,0,0),(62501,17343,530,1,1,0,0,-2052.57,-12118.4,28.567,4.50327,300,5,0,222,0,1,0,0,0),(62502,17343,530,1,1,0,0,-2049.84,-12016.5,30.345,1.59476,300,5,0,222,0,1,0,0,0),(62503,17343,530,1,1,0,0,-2070.07,-12016,31.2458,2.91091,300,5,0,222,0,1,0,0,0),(62504,17343,530,1,1,0,0,-2009.93,-12157.5,24.3171,6.02447,300,5,0,222,0,1,0,0,0),(62505,17343,530,1,1,0,0,-1975.88,-12162.8,18.8555,1.25691,300,5,0,222,0,1,0,0,0),(62506,17343,530,1,1,0,0,-1957.01,-12147.5,16.0134,5.95397,300,5,0,222,0,1,0,0,0),(62507,17343,530,1,1,0,0,-1954.97,-12210.8,10.705,2.15241,300,5,0,222,0,1,0,0,0),(62508,17343,530,1,1,0,0,-1910.26,-12145.5,16.8352,2.95109,300,5,0,222,0,1,0,0,0),(62509,17343,530,1,1,0,0,-1879.75,-12169.6,17.9267,4.82197,300,5,0,222,0,1,0,0,0),(62510,17343,530,1,1,0,0,-1953.14,-12106.7,17.4679,3.89385,300,5,0,222,0,1,0,0,0),(62511,17343,530,1,1,0,0,-1984.89,-12081.9,21.4354,4.55956,300,5,0,222,0,1,0,0,0),(62512,17343,530,1,1,0,0,-1988.42,-12085,21.5333,0.170603,300,5,0,222,0,1,0,0,0),(62513,17343,530,1,1,0,0,-1898.4,-12021.1,19.9822,0.340919,300,5,0,222,0,1,0,0,0),(62514,17343,530,1,1,0,0,-2088.35,-11952.9,36.2123,3.18167,300,5,0,222,0,1,0,0,0),(62515,17343,530,1,1,0,0,-1936.61,-11753.8,37.8043,3.96028,300,5,0,222,0,1,0,0,0),(62516,17343,530,1,1,0,0,-2148.41,-11819.2,42.339,3.10604,300,5,0,222,0,1,0,0,0),(62517,17343,530,1,1,0,0,-1801.19,-11959.3,13.6731,5.93675,300,5,0,222,0,1,0,0,0),(62518,17343,530,1,1,0,0,-1753.02,-11947.9,15.8725,4.47397,300,5,0,222,0,1,0,0,0),(62519,17343,530,1,1,0,0,-1742.32,-11808.1,26.753,4.96921,300,5,0,222,0,1,0,0,0),(62520,17343,530,1,1,0,0,-1728.48,-11718.3,35.5539,2.99058,300,5,0,222,0,1,0,0,0),(62521,17343,530,1,1,0,0,-1810.34,-11764.7,31.7015,6.23281,300,5,0,222,0,1,0,0,0),(62522,17343,530,1,1,0,0,-1935.17,-11644.5,40.5122,4.19809,300,5,0,222,0,1,0,0,0),(62523,17343,530,1,1,0,0,-1948.12,-11617,47.8353,3.8829,300,5,0,222,0,1,0,0,0),(62524,17343,530,1,1,0,0,-1926.42,-11582.2,42.432,3.72249,300,5,0,222,0,1,0,0,0),(62525,17343,530,1,1,0,0,-1986.38,-11581.4,49.9681,3.23944,300,5,0,222,0,1,0,0,0),(62526,17343,530,1,1,0,0,-1747.6,-11743.8,30.2827,4.99767,300,5,0,222,0,1,0,0,0),(62527,17343,530,1,1,0,0,-1735.32,-11805.5,26.6055,0.52198,300,5,0,222,0,1,0,0,0),(62528,17343,530,1,1,0,0,-1801.5,-11919,19.0082,6.17361,300,5,0,222,0,1,0,0,0),(62529,17343,530,1,1,0,0,-1824.51,-11887.5,23.4191,4.59699,300,5,0,222,0,1,0,0,0),(62530,17344,530,1,1,0,0,-1259.85,-11648.9,5.94863,1.49058,300,5,0,300,0,1,0,0,0),(62531,17344,530,1,1,0,0,-1347.64,-11553.6,7.83331,3.78698,300,5,0,300,0,1,0,0,0),(62532,17344,530,1,1,0,0,-1316.03,-11516.3,9.1971,0.045557,300,5,0,300,0,1,0,0,0),(62533,17344,530,1,1,0,0,-1278.34,-11392.7,9.2183,4.55311,300,5,0,300,0,1,0,0,0),(62534,17344,530,1,1,0,0,-1330.19,-11414,19.631,0.035337,300,5,0,300,0,1,0,0,0),(62535,17344,530,1,1,0,0,-1405.39,-11318.6,13.8658,2.30238,300,5,0,300,0,1,0,0,0),(62536,17344,530,1,1,0,0,-1410.33,-11258.9,6.21974,4.05172,300,5,0,300,0,1,0,0,0),(62537,17344,530,1,1,0,0,-1349.61,-11388.4,19.0423,3.58164,300,5,0,300,0,1,0,0,0),(62538,17344,530,1,1,0,0,-1416.43,-11555.8,11.1614,4.91573,300,5,0,300,0,1,0,0,0),(62539,17344,530,1,1,0,0,-1473.45,-11547.6,35.9426,4.33188,300,5,0,300,0,1,0,0,0),(62540,17344,530,1,1,0,0,-1465.63,-11582.3,23.3853,2.49852,300,5,0,300,0,1,0,0,0),(62541,17344,530,1,1,0,0,-1544.4,-11609,26.7613,4.53953,300,5,0,300,0,1,0,0,0),(62542,17344,530,1,1,0,0,-1510.07,-11566.4,31.0553,1.86786,300,5,0,300,0,1,0,0,0),(62543,17344,530,1,1,0,0,-1682.33,-11284.5,60.6502,4.67911,300,5,0,300,0,1,0,0,0),(62544,17344,530,1,1,0,0,-1683.25,-11149.1,69.7283,1.7979,300,5,0,300,0,1,0,0,0),(62545,17344,530,1,1,0,0,-1750.56,-11140.5,69.7154,4.55366,300,5,0,300,0,1,0,0,0),(62546,17344,530,1,1,0,0,-1877.78,-11211.8,60.5516,3.95603,300,5,0,300,0,1,0,0,0),(62547,17344,530,1,1,0,0,-1808.02,-11215.4,60.1606,6.25975,300,5,0,300,0,1,0,0,0),(62548,17344,530,1,1,0,0,-1789.39,-11379.8,55.1223,3.10645,300,5,0,300,0,1,0,0,0),(62549,17344,530,1,1,0,0,-1717.71,-11382.6,52.7743,1.33019,300,5,0,300,0,1,0,0,0),(62550,17344,530,1,1,0,0,-1881.29,-11424.9,53.409,4.37147,300,5,0,300,0,1,0,0,0),(62551,17344,530,1,1,0,0,-1812.52,-11501.2,37.4012,4.11957,300,5,0,300,0,1,0,0,0),(62552,17344,530,1,1,0,0,-1907.36,-11514.1,51.4924,5.13676,300,5,0,300,0,1,0,0,0),(62553,17344,530,1,1,0,0,-1975.74,-11516.8,58.0549,6.27899,300,5,0,300,0,1,0,0,0),(62554,17344,530,1,1,0,0,-1978.64,-11460.2,64.7827,2.25378,300,5,0,300,0,1,0,0,0),(62555,17345,530,1,1,0,0,-2742.77,-12172,8.58136,1.22028,300,5,0,176,0,1,0,0,0),(62556,17345,530,1,1,0,0,-2724.6,-12242.3,7.6579,5.91144,300,5,0,176,0,1,0,0,0),(62557,17345,530,1,1,0,0,-2647.48,-12255.7,13.8951,2.02726,300,5,0,176,0,1,0,0,0),(62558,17345,530,1,1,0,0,-2643.48,-12072.9,24.754,4.14011,300,5,0,176,0,1,0,0,0),(62559,17345,530,1,1,0,0,-2727.5,-12051.9,10.2387,4.57249,300,5,0,176,0,1,0,0,0),(62560,17345,530,1,1,0,0,-2614.14,-12080,27.4378,3.9049,300,5,0,176,0,1,0,0,0),(62561,17345,530,1,1,0,0,-2607.23,-12057.5,27.0052,3.9717,300,5,0,176,0,1,0,0,0),(62562,17345,530,1,1,0,0,-2618.96,-12281.2,15.3216,0.537071,300,5,0,176,0,1,0,0,0),(62563,17345,530,1,1,0,0,-2492.92,-12418.1,10.874,3.60174,300,5,0,176,0,1,0,0,0),(62564,17345,530,1,1,0,0,-2415.15,-12402.8,12.3913,3.47326,300,5,0,176,0,1,0,0,0),(62565,17345,530,1,1,0,0,-2375.08,-12446,11.3237,0.363261,300,5,0,176,0,1,0,0,0),(62566,17345,530,1,1,0,0,-2384.2,-12403.8,15.27,1.87403,300,5,0,176,0,1,0,0,0),(62567,17345,530,1,1,0,0,-2357.16,-12410.1,13.3479,2.28154,300,5,0,176,0,1,0,0,0),(62568,17345,530,1,1,0,0,-2453.87,-12374.9,16.0014,6.11947,300,5,0,176,0,1,0,0,0),(62569,17345,530,1,1,0,0,-2407.75,-12349.5,18.3631,2.93374,300,5,0,176,0,1,0,0,0),(62570,17345,530,1,1,0,0,-2384.74,-12323.8,22.4339,1.02451,300,5,0,176,0,1,0,0,0),(62571,17345,530,1,1,0,0,-2384.13,-12263.5,26.9778,1.46742,300,5,0,176,0,1,0,0,0),(62572,17345,530,1,1,0,0,-2368.47,-12211.2,30.6669,2.19945,300,5,0,176,0,1,0,0,0),(62573,17345,530,1,1,0,0,-2323.44,-12192.3,28.9652,1.54346,300,5,0,176,0,1,0,0,0),(62574,17345,530,1,1,0,0,-2340.88,-12109.2,30.815,4.63412,300,5,0,176,0,1,0,0,0),(62575,17345,530,1,1,0,0,-2337.78,-12104.9,31.5571,0.784019,300,5,0,176,0,1,0,0,0),(62576,17345,530,1,1,0,0,-2288.88,-12145.2,32.7085,3.71551,300,5,0,176,0,1,0,0,0),(62577,17345,530,1,1,0,0,-2493.57,-12008.8,26.6555,1.72259,300,5,0,176,0,1,0,0,0),(62578,17345,530,1,1,0,0,-2380.71,-12055.2,29.7499,3.09271,300,5,0,176,0,1,0,0,0),(62579,17346,530,1,1,0,0,-2223.64,-11069.3,27.693,4.78792,300,5,0,386,0,1,0,0,0),(62580,17346,530,1,1,0,0,-2041.53,-11165.8,62.5061,1.26943,300,5,0,386,0,1,0,0,0),(62581,17346,530,1,1,0,0,-2083.11,-11081.6,58.5864,4.75932,300,5,0,386,0,1,0,0,0),(62582,17346,530,1,1,0,0,-2115.96,-11056.8,66.6515,3.92975,300,5,0,386,0,1,0,0,0),(62583,17346,530,1,1,0,0,-1745.59,-10884.9,61.7066,6.22532,300,5,0,386,0,1,0,0,0),(62584,17346,530,1,1,0,0,-1849.56,-10953.1,61.9414,1.58056,300,5,0,386,0,1,0,0,0),(62585,17346,530,1,1,0,0,-1832.77,-10951.4,64.0932,3.081,300,5,0,386,0,1,0,0,0),(62586,17346,530,1,1,0,0,-2038.63,-10959.4,61.6954,5.38011,300,5,0,386,0,1,0,0,0),(62587,17346,530,1,1,0,0,-1957.36,-11009.9,61.707,1.49058,300,5,0,386,0,1,0,0,0),(62588,17346,530,1,1,0,0,-1969.93,-10991.5,68.9382,2.92123,300,5,0,386,0,1,0,0,0),(62589,17347,530,1,1,0,0,-2353.4,-11888,23.1979,3.03824,300,5,0,247,0,1,0,0,0),(62590,17347,530,1,1,0,0,-2309.83,-11883.3,24.0062,2.99975,300,5,0,247,0,1,0,0,0),(62591,17347,530,1,1,0,0,-2227.18,-11963.5,33.5299,4.43758,300,5,0,247,0,1,0,0,0),(62592,17347,530,1,1,0,0,-2449.08,-11857.4,22.743,5.28091,300,5,0,247,0,1,0,0,0),(62593,17347,530,1,1,0,0,-2370.32,-11828,20.3897,3.38631,300,5,0,247,0,1,0,0,0),(62594,17347,530,1,1,0,0,-2423.16,-11739,15.2846,1.78735,300,5,0,247,0,1,0,0,0),(62595,17347,530,1,1,0,0,-2338.65,-11753.6,17.3088,4.25715,300,5,0,247,0,1,0,0,0),(62596,17347,530,1,1,0,0,-2430.43,-11696.8,15.8937,0.599372,300,5,0,247,0,1,0,0,0),(62597,17347,530,1,1,0,0,-2281.86,-11782.6,20.1779,3.35628,300,5,0,247,0,1,0,0,0),(62598,17347,530,1,1,0,0,-2515.39,-11799.4,13.7616,4.62827,300,5,0,247,0,1,0,0,0),(62599,17347,530,1,1,0,0,-2556.32,-11753.2,10.4442,0.611846,300,5,0,247,0,1,0,0,0),(62600,17347,530,1,1,0,0,-2560.48,-11698.3,12.6532,3.57327,300,5,0,247,0,1,0,0,0),(62601,17347,530,1,1,0,0,-2680.33,-11721.2,14.9984,3.41664,300,5,0,247,0,1,0,0,0),(62602,17347,530,1,1,0,0,-2708.7,-11667,14.9754,4.00164,300,5,0,247,0,1,0,0,0),(62603,17347,530,1,1,0,0,-2713.45,-11608.9,16.3736,1.62163,300,5,0,247,0,1,0,0,0),(62604,17347,530,1,1,0,0,-2720.43,-11510.2,14.0865,3.77025,300,5,0,247,0,1,0,0,0),(62605,17347,530,1,1,0,0,-2758.84,-11410.1,14.2714,5.39949,300,5,0,247,0,1,0,0,0),(62606,17347,530,1,1,0,0,-2746.42,-11339.3,8.75079,4.83415,300,5,0,247,0,1,0,0,0),(62607,17347,530,1,1,0,0,-2677.08,-11248.2,4.12704,3.11035,300,5,0,247,0,1,0,0,0),(62608,17347,530,1,1,0,0,-2625.31,-11624,17.8083,0.01268,300,5,0,247,0,1,0,0,0),(62609,17347,530,1,1,0,0,-2553.61,-11503.9,30.4458,1.36122,300,5,0,247,0,1,0,0,0),(62610,17347,530,1,1,0,0,-2602.24,-11459,29.361,3.93865,300,5,0,247,0,1,0,0,0),(62611,17347,530,1,1,0,0,-2684.07,-11317.8,11.1032,3.91246,300,5,0,247,0,1,0,0,0),(62612,17347,530,1,1,0,0,-2594.88,-11293.7,38.1644,0.688481,300,5,0,247,0,1,0,0,0),(62613,17347,530,1,1,0,0,-2467.69,-11510.3,31.6861,4.77688,300,5,0,247,0,1,0,0,0),(62614,17347,530,1,1,0,0,-2382.55,-11451,22.6616,4.17968,300,5,0,247,0,1,0,0,0),(62615,17347,530,1,1,0,0,-2326.39,-11496.4,22.4697,5.26788,300,5,0,247,0,1,0,0,0),(62616,17347,530,1,1,0,0,-2291.46,-11446.7,32.6399,3.17283,300,5,0,247,0,1,0,0,0),(62617,17347,530,1,1,0,0,-2237.49,-11604.8,26.3604,2.48379,300,5,0,247,0,1,0,0,0),(62618,17347,530,1,1,0,0,-2250.17,-11585.9,23.4878,0.230126,300,5,0,247,0,1,0,0,0),(62619,17347,530,1,1,0,0,-2116.86,-11616.2,48.2409,6.15435,300,5,0,247,0,1,0,0,0),(62620,17347,530,1,1,0,0,-2201.37,-11756,40.9122,3.17678,300,5,0,247,0,1,0,0,0),(62621,17347,530,1,1,0,0,-2157.53,-11951.3,33.2946,2.86801,300,5,0,247,0,1,0,0,0),(62622,17347,530,1,1,0,0,-2110.2,-12073,34.9883,4.6714,300,5,0,247,0,1,0,0,0),(62623,17347,530,1,1,0,0,-2073.68,-12065.7,32.9806,0.877287,300,5,0,247,0,1,0,0,0),(62624,17347,530,1,1,0,0,-2045.87,-12198.6,28.5443,5.7907,300,5,0,247,0,1,0,0,0),(62625,17347,530,1,1,0,0,-1994.92,-12116.1,20.1209,1.3145,300,5,0,247,0,1,0,0,0),(62626,17347,530,1,1,0,0,-1926.4,-12205.7,7.19589,2.4571,300,5,0,247,0,1,0,0,0),(62627,17347,530,1,1,0,0,-1904.1,-12021.8,18.8477,4.29853,300,5,0,247,0,1,0,0,0),(62628,17347,530,1,1,0,0,-1937.16,-12028.8,18.1827,5.50857,300,5,0,247,0,1,0,0,0),(62629,17347,530,1,1,0,0,-1873.57,-11990.7,17.8558,3.5976,300,5,0,247,0,1,0,0,0),(62630,17347,530,1,1,0,0,-2122.29,-11924.1,34.3089,3.61834,300,5,0,247,0,1,0,0,0),(62631,17347,530,1,1,0,0,-1835.39,-11797.4,33.0789,3.12011,300,5,0,247,0,1,0,0,0),(62632,17347,530,1,1,0,0,-1849.93,-11924.4,22.3868,0.382201,300,5,0,247,0,1,0,0,0),(62633,17347,530,1,1,0,0,-1783.08,-11991,19.5977,5.21096,300,5,0,247,0,1,0,0,0),(62634,17347,530,1,1,0,0,-1774.49,-11854.3,20.6574,0.098893,300,5,0,247,0,1,0,0,0),(62635,17347,530,1,1,0,0,-1847.4,-11786.4,34.0041,5.32768,300,5,0,247,0,1,0,0,0),(62636,17347,530,1,1,0,0,-1860.32,-11987,17.3745,3.77037,300,5,0,247,0,1,0,0,0),(62637,17348,530,1,1,0,0,-1221.12,-11679.4,5.4319,1.39185,300,5,0,328,0,1,0,0,0),(62638,17348,530,1,1,0,0,-1298.95,-11679.1,5.06638,4.36503,300,5,0,328,0,1,0,0,0),(62639,17348,530,1,1,0,0,-1264.42,-11621.6,5.60109,6.23625,300,5,0,328,0,1,0,0,0),(62640,17348,530,1,1,0,0,-1316.7,-11447.2,17.6549,1.5886,300,5,0,328,0,1,0,0,0),(62641,17348,530,1,1,0,0,-1454.06,-11275.1,11.1698,1.5964,300,5,0,328,0,1,0,0,0),(62642,17348,530,1,1,0,0,-1353.66,-11480.9,38.452,1.80238,300,5,0,328,0,1,0,0,0),(62643,17348,530,1,1,0,0,-1384.66,-11518.1,15.388,3.42445,300,5,0,328,0,1,0,0,0),(62644,17348,530,1,1,0,0,-1483.1,-11606,19.4926,3.61834,300,5,0,328,0,1,0,0,0),(62645,17348,530,1,1,0,0,-1553.14,-11560.8,35.2711,2.92886,300,5,0,328,0,1,0,0,0),(62646,17348,530,1,1,0,0,-1707.38,-11307.2,60.3307,0.768763,300,5,0,328,0,1,0,0,0),(62647,17348,530,1,1,0,0,-1691.02,-11216,68.0483,5.94042,300,5,0,328,0,1,0,0,0),(62648,17348,530,1,1,0,0,-1724.54,-11111.9,73.6471,0.889079,300,5,0,328,0,1,0,0,0),(62649,17348,530,1,1,0,0,-1833.6,-11178.6,60.2162,0.403353,300,5,0,328,0,1,0,0,0),(62650,17348,530,1,1,0,0,-1753.87,-11218.3,62.7023,0.721772,300,5,0,328,0,1,0,0,0),(62651,17348,530,1,1,0,0,-1861.33,-11242.1,58.7413,1.15883,300,5,0,328,0,1,0,0,0),(62652,17348,530,1,1,0,0,-1802.03,-11369.3,56.6205,6.07213,300,5,0,328,0,1,0,0,0),(62653,17348,530,1,1,0,0,-1789.99,-11448.4,47.135,1.91973,300,5,0,328,0,1,0,0,0),(62654,17348,530,1,1,0,0,-1687.13,-11480.7,41.7357,1.85994,300,5,0,328,0,1,0,0,0),(62655,17348,530,1,1,0,0,-2039.54,-11514.1,58.3124,5.88419,300,5,0,328,0,1,0,0,0),(62656,17348,530,1,1,0,0,-1980.04,-11403.6,65.448,2.57777,300,5,0,328,0,1,0,0,0),(62657,17348,530,1,1,0,0,-2073.95,-11513.7,62.9616,2.4336,300,5,0,328,0,1,0,0,0),(62658,17348,530,1,1,0,0,-1930.13,-11383.8,65.7111,3.08685,300,5,0,328,0,1,0,0,0),(62659,17349,530,1,1,0,0,-2382.7,-12359,18.6744,4.77883,300,5,0,176,0,1,0,0,0),(62660,17349,530,1,1,0,0,-2667.88,-12025.6,16.85,2.69055,300,5,0,176,0,1,0,0,0),(62661,17349,530,1,1,0,0,-2597.23,-11968.2,22.8731,0.187673,300,5,0,176,0,1,0,0,0),(62662,17350,530,1,1,0,0,-1282.67,-11502,4.80357,1.48668,300,5,0,345,0,1,0,0,0),(62663,17350,530,1,1,0,0,-1323.74,-11394.9,20.0992,4.78272,300,5,0,345,0,1,0,0,0),(62664,17350,530,1,1,0,0,-1471.39,-11630.5,26.1755,0.528356,300,5,0,345,0,1,0,0,0),(62665,17350,530,1,1,0,0,-1448.79,-11644.2,31.697,5.66753,300,5,0,345,0,1,0,0,0),(62666,17350,530,1,1,0,0,-1706.84,-11244.3,63.2921,0.861038,300,5,0,345,0,1,0,0,0),(62667,17350,530,1,1,0,0,-1715.05,-11210,64.2523,4.6518,300,5,0,345,0,1,0,0,0),(62668,17350,530,1,1,0,0,-1717.05,-11193.3,63.6725,1.30276,300,5,0,345,0,1,0,0,0),(62669,17350,530,1,1,0,0,-1686.11,-11095.7,73.1827,0.141069,300,5,0,345,0,1,0,0,0),(62670,17350,530,1,1,0,0,-1825.65,-11278.7,57.6696,6.23574,300,5,0,345,0,1,0,0,0),(62671,17350,530,1,1,0,0,-1857.5,-11272.9,57.7941,0.448789,300,5,0,345,0,1,0,0,0),(62672,17350,530,1,1,0,0,-1870.08,-11368.9,54.8797,5.1874,300,5,0,345,0,1,0,0,0),(62673,17350,530,1,1,0,0,-1870.83,-11484.7,48.8839,3.78158,300,5,0,345,0,1,0,0,0),(62674,17350,530,1,1,0,0,-1872.79,-11496.7,49.5941,3.54495,300,5,0,345,0,1,0,0,0),(62675,17350,530,1,1,0,0,-1999.93,-11548,57.7094,2.81552,300,5,0,345,0,1,0,0,0),(62676,17350,530,1,1,0,0,-2021.99,-11464.8,59.3117,4.16125,300,5,0,345,0,1,0,0,0),(62677,17350,530,1,1,0,0,-1956.06,-11359.4,66.2591,4.17744,300,5,0,345,0,1,0,0,0),(62678,17350,530,1,1,0,0,-2110.88,-11498.6,62.0528,0.583667,300,5,0,345,0,1,0,0,0),(62679,17352,530,1,1,0,0,-2371.23,-11748.2,20.2989,3.2984,300,5,0,222,0,1,0,0,0),(62680,17352,530,1,1,0,0,-2362.19,-11745.9,22.0584,4.43328,300,5,0,222,0,1,0,0,0),(62681,17352,530,1,1,0,0,-2395.57,-11716.8,18.4814,0.258715,300,5,0,222,0,1,0,0,0),(62682,17352,530,1,1,0,0,-2374.04,-11684.4,19.5645,0.572625,300,5,0,222,0,1,0,0,0),(62683,17352,530,1,1,0,0,-2339.86,-11722.9,21.1048,0.652608,300,5,0,222,0,1,0,0,0),(62684,17352,530,1,1,0,0,-2316.12,-11671.8,29.08,0.842576,300,5,0,222,0,1,0,0,0),(62685,17352,530,1,1,0,0,-2328.18,-11680.9,28.6553,5.71936,300,5,0,222,0,1,0,0,0),(62686,17352,530,1,1,0,0,-2557.06,-11793,6.58718,5.52816,300,5,0,222,0,1,0,0,0),(62687,17352,530,1,1,0,0,-2686.88,-11603,18.5095,1.18321,300,5,0,222,0,1,0,0,0),(62688,17352,530,1,1,0,0,-2738.96,-11440.5,16.8363,4.52631,300,5,0,222,0,1,0,0,0),(62689,17352,530,1,1,0,0,-2778.57,-11320.4,9.6,5.28932,300,5,0,222,0,1,0,0,0),(62690,17352,530,1,1,0,0,-2415.03,-11254.3,25.9834,6.12029,300,5,0,222,0,1,0,0,0),(62691,17352,530,1,1,0,0,-2392.41,-11288.1,30.8458,2.31478,300,5,0,222,0,1,0,0,0),(62692,17352,530,1,1,0,0,-2393.38,-11252.2,27.8491,1.28433,300,5,0,222,0,1,0,0,0),(62693,17352,530,1,1,0,0,-2380.67,-11275.6,29.2539,3.43679,300,5,0,222,0,1,0,0,0),(62694,17352,530,1,1,0,0,-2327.07,-11507.4,21.741,0.810793,300,5,0,222,0,1,0,0,0),(62695,17352,530,1,1,0,0,-2239.68,-11550.5,30.7007,3.15331,300,5,0,222,0,1,0,0,0),(62696,17352,530,1,1,0,0,-2349.16,-11661.1,26.68,5.14872,300,5,0,222,0,1,0,0,0),(62697,17352,530,1,1,0,0,-2170.51,-11936.3,34.1257,0.61565,300,5,0,222,0,1,0,0,0),(62698,17352,530,1,1,0,0,-1895.64,-12004.4,17.6194,0.475011,300,5,0,222,0,1,0,0,0),(62699,17352,530,1,1,0,0,-1714.26,-11709.7,41.9218,0.553666,300,5,0,222,0,1,0,0,0),(62700,17353,530,1,1,0,0,-2247.75,-11046.5,13.7182,2.10943,300,5,0,356,0,1,0,0,0),(62701,17353,530,1,1,0,0,-2152.47,-11152.9,60.9167,4.30437,300,5,0,356,0,1,0,0,0),(62702,17353,530,1,1,0,0,-2140.31,-11141.8,58.0003,4.03216,300,5,0,356,0,1,0,0,0),(62703,17353,530,1,1,0,0,-1720.31,-10913.7,63.7454,1.57666,300,5,0,356,0,1,0,0,0),(62704,17353,530,1,1,0,0,-1785.83,-10846.1,65.2267,2.41758,300,5,0,356,0,1,0,0,0),(62705,17353,530,1,1,0,0,-2104.2,-10961.1,66.6612,1.47307,300,5,0,356,0,1,0,0,0),(62706,17358,530,1,1,0,0,-1611.48,-11144.8,77.7214,4.77688,300,5,0,396,408,1,0,0,0),(62707,17358,530,1,1,0,0,-1611.26,-11119.5,68.5231,5.07706,300,5,0,396,408,1,0,0,0),(62708,17358,530,1,1,0,0,-1589.34,-11148,78.4939,2.91804,300,5,0,396,408,1,0,0,0),(62709,17358,530,1,1,0,0,-1559.64,-11146.9,57.6976,2.39548,300,5,0,396,408,1,0,0,0),(62710,17358,530,1,1,0,0,-1639.41,-11089.8,69.9551,0.585295,300,5,0,396,408,1,0,0,0),(62711,17358,530,1,1,0,0,-1620.32,-11083.4,63.5072,2.97291,300,5,0,396,408,1,0,0,0),(62712,17358,530,1,1,0,0,-1542.87,-11169.5,57.7002,0.977576,300,5,0,396,408,1,0,0,0),(62713,17358,530,1,1,0,0,-1583.57,-11078,54.4877,1.18953,300,5,0,396,408,1,0,0,0),(62714,17358,530,1,1,0,0,-1562.34,-11112.3,57.8146,0.168679,300,5,0,396,408,1,0,0,0),(62715,17358,530,1,1,0,0,-1550.82,-11086.1,66.4297,4.17501,300,5,0,396,408,1,0,0,0),(62716,17358,530,1,1,0,0,-1649,-11047,70.8903,5.44114,300,5,0,396,408,1,0,0,0),(62717,17358,530,1,1,0,0,-1616.5,-11048,61.4548,2.40167,300,5,0,396,408,1,0,0,0),(62718,17358,530,1,1,0,0,-1553.33,-11054.4,60.9,1.44675,300,5,0,396,408,1,0,0,0),(62719,17358,530,1,1,0,0,-1570.45,-11049.7,53.115,5.43341,300,5,0,396,408,1,0,0,0),(62720,17358,530,1,1,0,0,-1634.47,-11010.7,66.4765,2.66728,300,5,0,396,408,1,0,0,0),(62721,17358,530,1,1,0,0,-1612.96,-10987.7,61.4987,1.3481,300,5,0,396,408,1,0,0,0),(62722,17358,530,1,1,0,0,-1576.58,-11017.8,54.2324,1.74331,300,5,0,396,408,1,0,0,0),(62723,17358,530,1,1,0,0,-1560.05,-10973.5,59.7226,2.08545,300,5,0,396,408,1,0,0,0),(62724,17358,530,1,1,0,0,-1520.22,-11003.9,59.5426,1.7228,300,5,0,396,408,1,0,0,0),(62725,17358,530,1,1,0,0,-1520.91,-11047.7,58.356,0.49921,300,5,0,396,408,1,0,0,0),(62726,17358,530,1,1,0,0,-1510.65,-10995.4,61.6329,5.15337,300,5,0,396,408,1,0,0,0),(62727,17358,530,1,1,0,0,-1558.02,-11019,49.5572,0.652482,300,5,0,396,408,1,0,0,0),(62728,17358,530,1,1,0,0,-1586.94,-10988.9,58.918,0.373096,300,5,0,396,408,1,0,0,0),(62729,17358,530,1,1,0,0,-1512.29,-10950.6,63.0462,4.38012,300,5,0,396,408,1,0,0,0),(62730,17358,530,1,1,0,0,-1481.25,-11002.1,66.9086,1.07391,300,5,0,396,408,1,0,0,0),(62731,17358,530,1,1,0,0,-1510.93,-11087.5,75.7455,0.399063,300,5,0,396,408,1,0,0,0),(62732,17358,530,1,1,0,0,-1525.34,-11141.9,75.6842,2.23009,300,5,0,396,408,1,0,0,0),(62733,17358,530,1,1,0,0,-1518.82,-11113.7,76.7547,2.90355,300,5,0,396,408,1,0,0,0),(62734,17360,530,1,1,0,0,-4177.67,-12512.5,44.403,2.82743,300,0,0,198,0,0,0,0,0),(62735,17361,530,1,1,0,0,-3924.22,-12748.4,96.785,1.93731,300,0,0,198,0,0,0,0,0),(62736,17362,530,1,1,0,0,-3873.31,-13124.5,7.06856,1.72788,300,0,0,198,0,0,0,0,0),(62737,17363,530,1,1,0,0,-4636.21,-13069.5,-14.6107,0.017453,300,0,0,198,0,0,0,0,0),(62738,17364,530,1,1,0,0,-4487.45,-11644.2,11.3351,5.18363,300,0,0,198,0,0,0,0,0),(138227,17371,542,3,1,0,0,487.933,17.2848,9.55353,4.54905,86400,0,0,10472,5875,0,0,0,0),(138145,18894,542,3,1,0,1,455.793,-89.9999,9.60743,0.09548,86400,0,0,14958,0,0,0,0,0),(138146,18894,542,3,1,0,1,455.566,-79.108,9.61164,0.09548,86400,0,0,14958,0,0,0,0,0),(62743,17372,530,1,1,0,0,-4165.02,-12153.7,2.07882,3.24788,300,5,0,102,0,1,0,0,0),(62744,17372,530,1,1,0,0,-4247.77,-12065.2,4.55779,3.90391,300,5,0,102,0,1,0,0,0),(62745,17372,530,1,1,0,0,-4288.69,-12093.5,7.28781,1.08421,300,5,0,102,0,1,0,0,0),(62746,17372,530,1,1,0,0,-4342.81,-12041.4,4.19507,4.82779,300,5,0,102,0,1,0,0,0),(62747,17372,530,1,1,0,0,-4393.57,-12080.9,6.06233,5.49767,300,5,0,102,0,1,0,0,0),(62748,17372,530,1,1,0,0,-4709.61,-12173.1,23.5987,1.8641,300,5,0,102,0,1,0,0,0),(62749,17372,530,1,1,0,0,-4582.96,-12708.3,5.01102,3.37805,300,5,0,102,0,1,0,0,0),(62750,17372,530,1,1,0,0,-4544.9,-12707.3,10.4418,1.2756,300,5,0,102,0,1,0,0,0),(62751,17372,530,1,1,0,0,-4574.03,-12903.4,12.7885,2.29932,300,5,0,102,0,1,0,0,0),(62752,17372,530,1,1,0,0,-4085.95,-13080.3,7.13061,0.557993,300,5,0,102,0,1,0,0,0),(62753,17372,530,1,1,0,0,-3855.88,-13128.5,7.5117,5.09071,300,5,0,102,0,1,0,0,0),(62754,17372,530,1,1,0,0,-4068.59,-12833.7,1.52642,4.84959,300,5,0,102,0,1,0,0,0),(62755,17372,530,1,1,0,0,-4137.62,-12684.5,19.6555,1.51124,300,5,0,102,0,1,0,0,0),(62756,17372,530,1,1,0,0,-4103.61,-12738.3,14.432,5.68928,300,5,0,102,0,1,0,0,0),(62757,17372,530,1,1,0,0,-4152,-12704,20.1328,1.93933,300,5,0,102,0,1,0,0,0),(62758,17372,530,1,1,0,0,-4139.58,-12719.9,17.7775,4.64417,300,5,0,102,0,1,0,0,0),(62759,17372,530,1,1,0,0,-4072.64,-12724.4,9.8604,2.2747,300,5,0,102,0,1,0,0,0),(62760,17372,530,1,1,0,0,-4162.98,-12799.8,6.60208,2.03444,300,5,0,102,0,1,0,0,0),(62761,17372,530,1,1,0,0,-4307.93,-12283,11.9232,0.135264,300,5,0,102,0,1,0,0,0),(62762,17372,530,1,1,0,0,-4260.92,-12232.9,6.7269,0.887737,300,5,0,102,0,1,0,0,0),(62763,17372,530,1,1,0,0,-4371.28,-12182.1,7.25041,4.66942,300,5,0,102,0,1,0,0,0),(62764,17372,530,1,1,0,0,-4304.34,-12091.9,7.45388,3.44483,300,5,0,102,0,1,0,0,0),(62765,17372,530,1,1,0,0,-4438.71,-12079.5,5.67265,2.25103,300,5,0,102,0,1,0,0,0),(62766,17372,530,1,1,0,0,-4512.38,-11979.2,30.496,1.06038,300,5,0,102,0,1,0,0,0),(62767,17372,530,1,1,0,0,-4662.83,-12177.6,26.9983,5.53936,300,5,0,102,0,1,0,0,0),(62768,17372,530,1,1,0,0,-4767.28,-12287.2,3.09811,4.41252,300,5,0,102,0,1,0,0,0),(62769,17372,530,1,1,0,0,-4564.58,-12268.8,15.737,1.5708,300,5,0,102,0,1,0,0,0),(62770,17372,530,1,1,0,0,-4319.83,-12855.9,10.0542,5.52957,300,5,0,102,0,1,0,0,0),(62771,17372,530,1,1,0,0,-4176.2,-12896.3,4.60064,3.11621,300,5,0,102,0,1,0,0,0),(62772,17372,530,1,1,0,0,-4114.23,-12932.9,5.39511,5.21858,300,5,0,102,0,1,0,0,0),(62773,17373,530,1,1,0,0,-4166.05,-11781,8.88936,5.15585,300,5,0,120,0,1,0,0,0),(62774,17373,530,1,1,0,0,-4289.73,-11732,7.16202,5.27492,300,5,0,120,0,1,0,0,0),(62775,17373,530,1,1,0,0,-4378.32,-11786.7,6.88683,0.770873,300,5,0,120,0,1,0,0,0),(62776,17373,530,1,1,0,0,-4355.59,-11644.6,6.89476,1.33624,300,5,0,120,0,1,0,0,0),(62777,17373,530,1,1,0,0,-4388.4,-11729,5.86989,6.20278,300,5,0,120,0,1,0,0,0),(62778,17373,530,1,1,0,0,-4735.36,-11652.5,20.807,1.55164,300,5,0,120,0,1,0,0,0),(62779,17373,530,1,1,0,0,-3840.73,-12755.3,12.8116,0.962704,300,5,0,120,0,1,0,0,0),(62780,17373,530,1,1,0,0,-3618.32,-12682.5,9.4642,2.18444,300,5,0,120,0,1,0,0,0),(62781,17373,530,1,1,0,0,-3581.02,-12781.2,2.98417,0.950706,300,5,0,120,0,1,0,0,0),(62782,17373,530,1,1,0,0,-3468.86,-12629.7,28.9456,5.96652,300,5,0,120,0,1,0,0,0),(62783,17373,530,1,1,0,0,-3553.42,-12746.4,6.57834,1.50379,300,5,0,120,0,1,0,0,0),(62784,17373,530,1,1,0,0,-3978.97,-12288.4,-0.562641,2.89898,300,5,0,120,0,1,0,0,0),(62785,17373,530,1,1,0,0,-4008.69,-12225.2,2.44465,1.16041,300,5,0,120,0,1,0,0,0),(62786,17373,530,1,1,0,0,-3776.05,-12274,6.03165,6.23344,300,5,0,120,0,1,0,0,0),(62787,17373,530,1,1,0,0,-3745.32,-12554.1,6.17878,5.73064,300,5,0,120,0,1,0,0,0),(62788,17373,530,1,1,0,0,-3805.27,-12569.1,2.94653,4.20758,300,5,0,120,0,1,0,0,0),(62789,17373,530,1,1,0,0,-3954.71,-12475.1,22.5866,4.05992,300,5,0,120,0,1,0,0,0),(62790,17373,530,1,1,0,0,-3926.31,-12532.7,35.1127,1.50647,300,5,0,120,0,1,0,0,0),(62791,17373,530,1,1,0,0,-3925.27,-12671.3,81.2765,2.62475,300,5,0,120,0,1,0,0,0),(62792,17373,530,1,1,0,0,-3965.11,-12155.2,2.37192,0.903072,300,5,0,120,0,1,0,0,0),(62793,17373,530,1,1,0,0,-3896.62,-12253.8,2.38998,5.19153,300,5,0,120,0,1,0,0,0),(62794,17373,530,1,1,0,0,-3807.91,-12266.8,3.34826,3.30032,300,5,0,120,0,1,0,0,0),(62795,17373,530,1,1,0,0,-3867.66,-12368.1,1.29293,3.86065,300,5,0,120,0,1,0,0,0),(62796,17373,530,1,1,0,0,-3821.98,-12337.8,2.76376,3.32257,300,5,0,120,0,1,0,0,0),(62797,17373,530,1,1,0,0,-3854.82,-12451.8,4.96361,5.36467,300,5,0,120,0,1,0,0,0),(62798,17373,530,1,1,0,0,-3821.91,-12525.6,2.83856,1.90053,300,5,0,120,0,1,0,0,0),(62799,17373,530,1,1,0,0,-3941.54,-12708.1,84.7945,2.05891,300,5,0,120,0,1,0,0,0),(62800,17373,530,1,1,0,0,-4407.34,-11838.9,7.52753,5.85446,300,5,0,120,0,1,0,0,0),(62801,17373,530,1,1,0,0,-4385.86,-11647.6,8.47487,6.27922,300,5,0,120,0,1,0,0,0),(62802,17373,530,1,1,0,0,-4688.21,-11455.6,21.3881,1.42586,300,5,0,120,0,1,0,0,0),(62803,17373,530,1,1,0,0,-3722.17,-12639.5,5.11264,0.508237,300,5,0,120,0,1,0,0,0),(62804,17373,530,1,1,0,0,-3487.95,-12711.9,17.421,1.46122,300,5,0,120,0,1,0,0,0),(62835,17374,530,1,1,0,0,-3780.84,-11850.2,9.1721,5.85624,300,5,0,137,0,1,0,0,0),(62834,17374,530,1,1,0,0,-3620.23,-11916.1,9.0796,1.4377,300,5,0,137,0,1,0,0,0),(62833,17374,530,1,1,0,0,-3625.51,-11941.3,8.04973,5.87111,300,5,0,137,0,1,0,0,0),(62832,17374,530,1,1,0,0,-3600.76,-12105.2,24.2089,3.47782,300,5,0,137,0,1,0,0,0),(62831,17374,530,1,1,0,0,-3582.7,-12071.8,23.0019,4.73192,300,5,0,137,0,1,0,0,0),(62830,17374,530,1,1,0,0,-3519.55,-12098.9,28.9304,2.83836,300,5,0,137,0,1,0,0,0),(62829,17374,530,1,1,0,0,-3548.41,-12164.4,16.5613,3.24535,300,5,0,137,0,1,0,0,0),(62828,17374,530,1,1,0,0,-3053.47,-12335.2,20.7702,3.18539,300,5,0,137,0,1,0,0,0),(62827,17374,530,1,1,0,0,-3133.13,-12128,16.8421,4.71693,300,5,0,137,0,1,0,0,0),(62826,17374,530,1,1,0,0,-3038.5,-12503.4,25.2079,4.46362,300,5,0,137,0,1,0,0,0),(62825,17374,530,1,1,0,0,-3086.4,-12414.8,29.9007,2.50428,300,5,0,137,0,1,0,0,0),(62824,17374,530,1,1,0,0,-3515.28,-12392.9,11.6612,4.70458,300,5,0,137,0,1,0,0,0),(62823,17374,530,1,1,0,0,-3518.32,-12155.2,19.3757,2.52132,300,5,0,137,0,1,0,0,0),(62822,17374,530,1,1,0,0,-3457.08,-12072.6,25.5849,4.00233,300,5,0,137,0,1,0,0,0),(62821,17374,530,1,1,0,0,-3181.64,-12215.3,34.4787,3.1624,300,5,0,137,0,1,0,0,0),(62820,17374,530,1,1,0,0,-3472.9,-11947.9,6.66602,3.17335,300,5,0,137,0,1,0,0,0),(62819,17374,530,1,1,0,0,-3215.62,-11953.1,7.56243,5.95939,300,5,0,137,0,1,0,0,0),(62818,17374,530,1,1,0,0,-3098.99,-12133.4,15.0039,5.26788,300,5,0,137,0,1,0,0,0),(62817,17374,530,1,1,0,0,-3528.95,-12483.6,11.7866,2.61779,300,5,0,137,0,1,0,0,0),(62816,17374,530,1,1,0,0,-3526.58,-12382.6,9.9871,5.09745,300,5,0,137,0,1,0,0,0),(62815,17374,530,1,1,0,0,-3050.27,-12514,27.3531,3.04868,300,5,0,137,0,1,0,0,0),(62814,17374,530,1,1,0,0,-3046.87,-12444.3,25.1153,5.23638,300,5,0,137,0,1,0,0,0),(62813,17374,530,1,1,0,0,-3490.42,-12171.1,19.7837,6.03251,300,5,0,137,0,1,0,0,0),(62812,17374,530,1,1,0,0,-3504.26,-12175.9,16.3578,1.72953,300,5,0,137,0,1,0,0,0),(62811,17374,530,1,1,0,0,-3504.8,-12244.3,9.5956,2.99554,300,5,0,137,0,1,0,0,0),(62810,17374,530,1,1,0,0,-3314.89,-12038.7,18.6874,4.77913,300,5,0,137,0,1,0,0,0),(62809,17374,530,1,1,0,0,-3609.79,-12285.5,2.90289,5.92793,300,5,0,137,0,1,0,0,0),(62808,17374,530,1,1,0,0,-3778.75,-12179,8.57132,2.69558,300,5,0,137,0,1,0,0,0),(62807,17374,530,1,1,0,0,-3748.48,-11927.3,4.96621,5.99543,300,5,0,137,0,1,0,0,0),(62806,17374,530,1,1,0,0,-3103.22,-12126.6,14.794,5.37946,300,5,0,137,0,1,0,0,0),(62805,17374,530,1,1,0,0,-3011.41,-12427.6,18.3278,5.31559,300,5,0,137,0,1,0,0,0),(90998,17375,530,1,1,0,0,-4503.61,-11593.9,12.8586,4.72984,300,0,0,120,0,0,0,0,0),(90997,17375,530,1,1,0,0,-4515.76,-11639.4,13.5236,1.09956,300,0,0,120,0,0,0,0,0),(90996,17375,530,1,1,0,0,-4613.08,-11662.5,21.4769,0.69813,300,0,0,120,0,0,0,0,0),(90995,17375,530,1,1,0,0,-4569.79,-11627.8,17.9122,3.23585,300,0,0,120,0,0,0,0,0),(90994,17375,530,1,1,0,0,-4624.45,-11646.8,22.1684,0.31823,300,0,0,120,0,0,0,0,0),(14076,17378,530,1,1,0,0,748.635,6487.36,19.3371,0,3600,0,0,4979,0,0,0,0,0),(12158,17378,530,1,1,0,0,1226.87,7946.05,22.5447,0,3600,0,0,4979,0,0,0,0,0),(10196,17378,530,1,1,0,0,1257.91,8669.31,15.2213,0,3600,0,0,4979,0,0,0,0,0),(8311,17378,530,1,1,0,0,196.196,8984.76,17.2438,0,3600,0,0,4979,0,0,0,0,0),(6294,17378,530,1,1,0,0,27.0919,8239.59,23.689,0,3600,0,0,4979,0,0,0,0,0),(2606,17378,530,1,1,0,0,251.054,7964.76,17.7742,0,3600,0,0,4979,0,0,0,0,0),(2588,17378,530,1,1,0,0,511.152,7741.22,23.2331,0,3600,0,0,4979,0,0,0,0,0),(2577,17378,530,1,1,0,0,652.946,7838.43,17.4672,0,3600,0,0,4979,0,0,0,0,0),(2554,17378,530,1,1,0,0,843.678,7888.29,17.9469,0,3600,0,0,4979,0,0,0,0,0),(2212,17378,530,1,1,0,0,910.355,7831.74,20.6009,0,3600,0,0,4979,0,0,0,0,0),(138236,18894,542,3,1,0,1,475.417,-66.3289,9.54527,0,86400,0,0,14958,0,0,0,0,0),(138238,17371,542,3,1,0,0,424.675,-83.9057,9.6166,0.059993,86400,0,0,10472,5875,0,0,0,0),(138254,17371,542,3,1,0,0,329.584,-189.111,-25.5067,1.50511,86400,0,0,10472,5875,0,0,0,0),(138249,18894,542,3,1,0,1,333.631,-192.252,-25.5027,1.51768,86400,0,0,14958,0,0,0,0,0),(138147,17377,542,3,1,0,1,325.862,-87.2087,-24.6512,5.87314,86400,0,0,34830,6156,0,0,0,0),(138233,18894,542,3,1,0,1,462.905,-19.9126,9.55215,5.18053,86400,0,0,14958,0,0,0,0,0),(138213,17626,542,3,1,0,1,458.704,120.842,9.61456,3.1619,86400,0,0,14958,0,2,0,0,0),(62858,17402,530,1,1,0,1,154.82,4259.12,109.37,2.21657,300,0,0,2136,5751,0,0,0,0),(62859,17403,530,1,1,0,1,221.762,4337.15,119.083,3.36848,300,0,0,4731,2790,0,0,0,0),(29061,17407,530,1,1,17055,0,-3610.28,2556.05,79.4277,0,3600,0,0,4979,0,0,0,0,0),(29060,17407,530,1,1,17055,0,-3624.12,2526.71,75.2732,0,3600,0,0,4979,0,0,0,0,0),(26583,17407,530,1,1,17055,0,-3278.6,2648.37,61.2525,0,3600,0,0,4979,0,0,0,0,0),(26582,17407,530,1,1,17055,0,-3210.33,3020.55,137.592,0,3600,0,0,4979,0,0,0,0,0),(62864,17420,540,3,1,0,1,14.4776,-4.68048,-13.194,2.77378,86400,0,0,19607,0,0,0,0,0),(62865,17420,540,3,1,0,1,66.2363,130.973,-13.196,4.80743,86400,0,0,19607,0,0,0,0,0),(62866,17420,540,3,1,0,1,67.1698,183.923,-13.2365,4.69381,86400,0,0,19607,0,0,0,0,0),(62867,17420,540,3,1,0,1,80.754,265.962,-13.2074,3.96182,86400,0,0,19607,0,0,0,0,0),(62868,17421,530,1,1,0,0,-1219.88,-11450,1.08143,0.977384,300,0,0,356,0,0,0,0,0),(62869,17423,530,1,1,0,1,-1915.55,-11790.6,64.6045,4.32842,300,0,0,433,490,0,0,0,0),(62870,17424,530,1,1,0,1,-1931.62,-11858.3,51.4339,2.77507,300,0,0,350,390,0,0,0,0),(62871,17427,540,3,1,0,1,506.966,312.302,1.93884,3.1429,86400,0,0,20283,0,0,0,0,0),(62872,17427,540,3,1,0,1,506.957,319.043,1.93884,3.1429,86400,0,0,20283,0,0,0,0,0),(62873,17427,540,3,1,0,1,503.078,315.733,1.94145,3.1429,86400,0,0,20283,0,0,0,0,0),(62874,17432,530,1,1,0,1,-3420.99,-12310.5,14.9166,4.43314,300,5,0,176,0,1,0,0,0),(62875,17432,530,1,1,0,1,-3376.96,-12279.6,21.4627,5.13127,300,5,0,176,0,1,0,0,0),(62876,17432,530,1,1,0,1,-3364.09,-12345.2,24.9263,2.00648,300,5,0,176,0,1,0,0,0),(62877,17432,530,1,1,0,1,-3349.03,-12388.3,26.4236,1.85005,300,5,0,176,0,1,0,0,0),(62878,17432,530,1,1,0,1,-3353.72,-12391.7,25.9346,2.61799,300,5,0,176,0,1,0,0,0),(62879,17432,530,1,1,0,1,-3350.94,-12357.2,24.4263,3.2446,300,5,0,176,0,1,0,0,0),(62880,17432,530,1,1,0,1,-3352.21,-12352.6,25.3013,3.36333,300,5,0,176,0,1,0,0,0),(62881,17432,530,1,1,0,1,-3358.78,-12343.8,24.1763,1.19912,300,5,0,176,0,1,0,0,0),(62882,17432,530,1,1,0,1,-3356.77,-12354.1,24.4263,4.67346,300,5,0,176,0,1,0,0,0),(62883,17432,530,1,1,0,1,-3434.45,-12340.9,13.5634,1.57473,300,5,0,176,0,1,0,0,0),(62884,17432,530,1,1,0,1,-3428.45,-12340.5,13.5231,1.5747,300,5,0,176,0,1,0,0,0),(62885,17432,530,1,1,0,1,-3439.78,-12312.9,14.3667,5.044,300,5,0,176,0,1,0,0,0),(62887,17432,530,1,1,0,1,-3362.32,-12342.1,24.4263,5.26083,300,5,0,176,0,1,0,0,0),(62891,17432,530,1,1,0,1,-3440.67,-12365.4,13.3134,5.31173,300,5,0,176,0,1,0,0,0),(62892,17432,530,1,1,0,1,-3439.51,-12375.5,13.8888,5.76622,300,5,0,176,0,1,0,0,0),(62893,17432,530,1,1,0,1,-3395.55,-12417.2,19.137,1.8326,300,5,0,176,0,1,0,0,0),(62894,17432,530,1,1,0,1,-3409.57,-12420.5,19.1604,1.27409,300,5,0,176,0,1,0,0,0),(62895,17432,530,1,1,0,1,-3361.79,-12413,25.093,4.38078,300,5,0,176,0,1,0,0,0),(62896,17433,530,1,1,0,1,-2019.67,-11872.1,46.5847,2.40855,300,0,0,350,390,0,0,0,0),(62897,17434,530,1,1,0,1,-2014.22,-11812.1,53.9252,4.88692,300,0,0,301,326,0,0,0,0),(62898,17437,530,1,1,0,1,-3342.05,-12356.3,22.9907,6.23082,300,0,0,176,0,0,0,0,0),(62899,17437,530,1,1,0,1,-3335.11,-12335,23.3543,0.122173,300,0,0,176,0,0,0,0,0),(62900,17437,530,1,1,0,1,-3344.46,-12351.3,22.8951,1.3439,300,0,0,176,0,0,0,0,0),(62901,17437,530,1,1,0,1,-3338.78,-12357.4,23.435,0.523599,300,0,0,176,0,0,0,0,0),(62902,17437,530,1,1,0,1,-3334.75,-12330.9,24.1525,5.65487,300,0,0,176,0,0,0,0,0),(62903,17437,530,1,1,0,1,-3329.08,-12350.4,22.9491,2.9147,300,0,0,176,0,0,0,0,0),(62904,17437,530,1,1,0,1,-3329.16,-12335.3,24.451,2.18166,300,0,0,176,0,0,0,0,0),(62905,17437,530,1,1,0,1,-3287.5,-12343.8,21.5817,5.96903,300,0,0,176,0,0,0,0,0),(62906,17437,530,1,1,0,1,-3286.87,-12350.2,21.4801,6.19592,300,0,0,176,0,0,0,0,0),(62907,17438,530,1,1,0,0,-3339.37,-12349.7,22.8763,3.22886,300,0,0,176,0,0,0,0,0),(62908,17438,530,1,1,0,0,-3318.45,-12349.4,25.1441,0.15708,300,0,0,176,0,0,0,0,0),(62909,17438,530,1,1,0,0,-3331.14,-12332.7,24.6601,2.60054,300,0,0,176,0,0,0,0,0),(62910,17438,530,1,1,0,0,-3295.31,-12343,22.8674,3.4383,300,0,0,176,0,0,0,0,0),(62911,17439,530,1,1,0,1,-3372.6,-12330.8,27.8056,5.95157,300,5,0,198,0,1,0,0,0),(62912,17439,530,1,1,0,1,-3379.21,-12335.9,25.474,6.07375,300,5,0,198,0,1,0,0,0),(62913,17439,530,1,1,0,1,-3376.23,-12363,26.4221,0.331613,300,5,0,198,0,1,0,0,0),(62914,17439,530,1,1,0,1,-3366.87,-12365.6,26.9454,0.453786,300,5,0,198,0,1,0,0,0),(62915,17440,530,1,1,0,1,-3353.36,-12400.5,26.0876,2.35619,300,0,0,253,264,0,0,0,0),(62916,17441,530,1,1,0,1,-3431.17,-12316.5,14.2924,4.53786,300,0,0,166,178,0,0,0,0),(62917,17442,530,1,1,0,1,-3442.68,-12322.2,14.1547,6.12611,300,0,0,273,0,0,0,0,0),(62918,17446,530,1,1,0,1,-3391.17,-12411.6,19.8466,2.1293,300,0,0,208,205,0,0,0,0),(62919,17447,530,1,1,0,0,-3141.51,-12533.5,-2.39051,5.61197,300,0,0,247,0,0,0,0,0),(62920,17448,530,1,1,0,0,-3177.01,-12429.4,12.0782,0.401426,300,0,0,278,0,0,0,0,0),(62921,17461,540,1,1,0,1,513.24,315.927,1.93557,3.1429,86400,0,0,28006,0,0,0,0,0),(41820,33089,603,3,16,0,0,1647.01,-288.679,417.396,3.49066,10,20,0,1,0,1,0,0,0),(1970415,2283,0,1,1,0,1,-291.618,1006.67,113.599,1.59138,7200,0,0,508,545,0,0,0,0),(1975237,33244,603,3,1,0,0,2036.81,25.6646,411.359,3.74227,300,0,0,14433075,0,0,0,0,0),(136044,32780,603,3,1,11686,0,2143.09,-290.015,419.61,1.8326,180,0,0,42,0,0,0,0,0),(136043,32780,603,3,1,11686,0,2171.05,-268.252,419.392,2.89725,180,0,0,42,0,0,0,0,0),(136042,32780,603,3,1,11686,0,2171.08,-266.057,419.371,2.94961,180,0,0,42,0,0,0,0,0),(133961,37547,673,15,1,0,0,-5.60755,-6.35065,34.0036,0,604800,0,0,1,0,0,0,0,0),(62934,17464,540,3,1,0,1,480.119,236.546,0.255493,0.0840338,86400,0,0,20259,0,0,0,0,0),(62935,17464,540,3,1,0,1,480.193,230.095,0.263524,1.60875,86400,0,0,20259,0,0,0,0,0),(62936,17464,540,3,1,0,1,484.574,230.213,0.258008,3.14499,86400,0,0,20259,0,0,0,0,0),(62937,17464,540,3,1,0,1,483.936,236.63,0.250741,3.14499,86400,0,0,20259,0,0,0,0,0),(62938,17464,540,3,1,0,1,552.12,230.758,0.257336,3.13765,86400,0,0,20259,0,0,0,0,0),(62939,17464,540,3,1,0,1,558.456,230.733,0.263313,3.13765,86400,0,0,20259,0,0,0,0,0),(62940,17464,540,3,1,0,1,558.48,236.914,0.261853,3.13765,86400,0,0,20259,0,0,0,0,0),(62941,17464,540,3,1,0,1,551.403,236.942,0.252083,3.13765,86400,0,0,20259,0,0,0,0,0),(62942,17464,540,3,1,0,1,549.412,148.425,0.252306,6.15699,86400,0,0,20259,0,0,0,0,0),(62943,17464,540,3,1,0,1,548.652,142.432,0.314206,6.15699,86400,0,0,20259,0,0,0,0,0),(62944,17464,540,3,1,0,1,555.213,141.58,0.257022,2.96304,86400,0,0,20259,0,0,0,0,0),(62945,17464,540,3,1,0,1,556.141,147.322,0.251348,2.98136,86400,0,0,20259,0,0,0,0,0),(62946,17464,540,3,1,0,1,488.947,141.41,0.333759,3.41569,86400,0,0,20259,0,0,0,0,0),(62947,17464,540,3,1,0,1,487.157,147.778,0.249801,3.41569,86400,0,0,20259,0,0,0,0,0),(62948,17464,540,3,1,0,1,480.06,146.877,0.253196,3.32065,86400,0,0,20259,0,0,0,0,0),(62949,17464,540,3,1,0,1,481.582,140.2,0.260255,3.32065,86400,0,0,20259,0,0,0,0,0),(16198,23397,564,1,1,21563,1,569.282,126.173,258.442,3.50811,604800,0,0,165200,49635,0,0,0,0),(62952,17465,540,3,1,0,1,482.66,233.56,0.254553,0.0431869,86400,0,0,28006,0,2,0,0,0),(62953,17465,540,3,1,0,1,555.097,234.431,0.254016,3.13765,86400,0,0,28006,0,2,0,0,0),(62954,17465,540,3,1,0,1,552.912,145.053,0.250317,2.98136,86400,0,0,28006,0,2,0,0,0),(62955,17465,540,3,1,0,1,483.874,144.226,0.250255,3.32065,86400,0,0,28006,0,2,0,0,0),(62956,17467,530,1,1,0,0,-2523.71,3568.66,-0.625716,4.6616,300,5,0,8,0,1,0,0,0),(62957,17467,530,1,1,0,0,-2696.97,3571.96,-4.41442,2.52895,300,5,0,8,0,1,0,0,0),(62958,17467,530,1,1,0,0,-2789.39,3383.1,-27.2022,2.11925,300,5,0,8,0,1,0,0,0),(62959,17467,530,1,1,0,0,-1960.74,4031.04,3.05242,1.67843,300,5,0,8,0,1,0,0,0),(62960,17467,530,1,1,0,0,-3691.68,5876.44,-5.31228,3.09173,300,5,0,8,0,1,0,0,0),(62961,17467,530,1,1,0,0,-3395.45,5729.07,4.08782,3.97373,300,5,0,8,0,1,0,0,0),(62962,17467,530,1,1,0,0,-3184.11,4012.94,0.40714,2.6982,300,5,0,8,0,1,0,0,0),(62963,17467,530,1,1,0,0,-2505.15,5244.29,-3.9836,0.093841,300,5,0,8,0,1,0,0,0),(62964,17467,530,1,1,0,0,-3863.04,3743.39,286.76,2.03226,300,5,0,8,0,1,0,0,0),(62965,17467,530,1,1,0,0,-4311.68,-11787.5,9.1902,5.13452,300,5,0,8,0,1,0,0,0),(62966,17467,530,1,1,0,0,-3517.66,-12781.2,6.18347,5.75322,300,5,0,8,0,1,0,0,0),(62967,17467,530,1,1,0,0,-3802.41,-11897.3,2.73597,2.39785,300,5,0,8,0,1,0,0,0),(62968,17467,530,1,1,0,0,-3427.1,-12234.1,21.8504,1.38464,300,5,0,8,0,1,0,0,0),(62969,17467,530,1,1,0,0,-3976.5,-12565.5,48.5089,1.49864,300,5,0,8,0,1,0,0,0),(62970,17467,530,1,1,0,0,-3211.45,-12155.9,32.1859,1.50631,300,5,0,8,0,1,0,0,0),(62971,17467,530,1,1,0,0,-3424.79,-12227.1,22.9501,4.89714,300,5,0,8,0,1,0,0,0),(62972,17467,530,1,1,0,0,-3388.94,-12475.1,37.2491,3.58777,300,5,0,8,0,1,0,0,0),(62973,17467,530,1,1,0,0,-3924.53,-12255.1,3.27698,3.04775,300,5,0,8,0,1,0,0,0),(62974,17467,530,1,1,0,0,-4092.4,-12834.5,5.47649,0.824592,300,5,0,8,0,1,0,0,0),(62975,17467,530,1,1,0,0,-4316.72,-12252.5,6.86379,1.83328,300,5,0,8,0,1,0,0,0),(62976,17467,530,1,1,0,0,-3942.59,-12857.8,10.9318,0.195268,300,5,0,8,0,1,0,0,0),(62977,17467,530,1,1,0,0,-3032.99,-12382,19.8835,2.09812,300,5,0,8,0,1,0,0,0),(62978,17467,530,1,1,0,0,-2693.39,-11983.3,12.5921,5.94292,300,5,0,8,0,1,0,0,0),(62979,17467,530,1,1,0,0,-2452.29,-11135.4,13.3772,3.1455,300,5,0,8,0,1,0,0,0),(62980,17467,530,1,1,0,0,-1612.43,-11761.2,31.4074,0.494069,300,5,0,8,0,1,0,0,0),(62981,17467,530,1,1,0,0,-1319.33,-11853.1,15.1369,4.76323,300,5,0,8,0,1,0,0,0),(62982,17467,530,1,1,0,0,-1275.41,-11575.8,6.38415,1.56494,300,5,0,8,0,1,0,0,0),(62983,17467,530,1,1,0,0,-1360.19,-11322,9.2539,0.001953,300,5,0,8,0,1,0,0,0),(62984,17467,530,1,1,0,0,-1744.71,-11110,71.3438,2.11757,300,5,0,8,0,1,0,0,0),(62985,17467,530,1,1,0,0,-1859.23,-11352.2,52.8165,1.56103,300,5,0,8,0,1,0,0,0),(62986,17467,530,1,1,0,0,-1888.28,-11509.6,51.0052,6.22061,300,5,0,8,0,1,0,0,0),(62987,17467,530,1,1,0,0,-1791.64,-11722.9,36.9222,4.47285,300,5,0,8,0,1,0,0,0),(62989,17475,530,1,1,0,1,-3390.28,-11925,4.13674,5.86314,300,0,0,222,0,0,0,0,0),(138211,17624,542,3,1,0,1,456.429,118.903,9.61496,3.16198,86400,0,0,16023,0,0,0,0,0),(138222,17371,542,3,1,0,0,472.66,59.4292,9.6097,1.58025,86400,0,0,10472,5875,0,0,0,0),(138220,17414,542,3,1,0,1,469.409,65.9985,9.61271,5.036,86400,0,0,10843,6015,0,0,0,0),(62993,17479,530,1,1,0,1,-814.245,2626.79,124.472,5.2709,300,0,0,11828,0,0,0,0,0),(62994,17480,530,1,1,0,1,-4165.05,-12536.4,44.9161,1.69297,300,0,0,247,0,0,0,0,0),(62995,17481,530,1,1,0,1,-4149.62,-12530.1,45.1902,2.61799,300,0,0,178,382,0,0,0,0),(62996,17482,530,1,1,0,1,-4131.66,-12478.6,44.6574,1.51844,300,0,0,111,259,0,0,0,0),(62997,17484,530,1,1,0,0,-4208.56,-12537.8,46.4679,5.23599,300,0,0,222,0,0,0,0,0),(62998,17486,530,1,1,0,0,-4216.86,-12483.8,45.1202,6.26573,300,0,0,273,0,0,0,0,0),(62999,17487,530,1,1,0,0,-4711.54,-12386.7,11.9356,3.89208,300,0,0,166,178,0,0,0,0),(63000,17489,530,1,1,0,0,-4720.67,-12381.5,11.0732,4.83456,300,0,0,156,0,0,0,0,0),(63001,17490,530,1,1,0,0,-3368.89,-12290.1,21.909,3.82227,300,0,0,198,0,0,0,0,0),(63002,17493,530,1,1,0,1,241.276,2688.98,89.7267,1.95477,300,0,0,20958,0,0,0,0,0),(63003,17494,530,1,1,0,0,-1400.62,-11442.3,73.3239,3.21141,300,0,0,354,1020,0,0,0,0),(63004,17496,530,1,1,0,0,-2810.29,-11631.5,2.04978,1.84575,300,0,0,247,0,0,0,0,0),(63005,17504,530,1,1,0,0,-4203.95,-11668.4,-98.8416,1.15192,300,0,0,2215,0,0,0,0,0),(63006,17505,530,1,1,0,0,-4233.06,-11556.1,-126.032,4.32842,300,0,0,1226,1283,0,0,0,0),(63007,17509,530,1,1,0,0,-4191.51,-11471.8,-130.79,4.64258,300,0,0,1772,1807,0,0,0,0),(63008,17512,530,1,1,0,0,-3788.04,-11547.3,-134.842,2.27374,300,0,0,1772,1807,0,0,0,0),(63009,17513,530,1,1,0,0,-4053.89,-11560.6,-138.531,1.5577,300,0,0,1551,4393,0,0,0,0),(63010,17514,530,1,1,0,0,-4057,-11556.2,-138.468,0.261799,300,0,0,1077,3191,0,0,0,0),(202632,17269,543,3,1,0,1,-1162.44,1688.87,91.7811,3.54302,86400,0,0,1,0,0,0,0,0),(202631,17264,543,3,1,0,1,-1315.83,1665.73,66.9339,3.48723,86400,0,0,1,0,2,0,0,0),(63013,17519,530,1,1,0,1,-3665.56,-11436.8,-118.154,3.1648,300,0,0,4980,2434,0,0,0,0),(63014,17520,530,1,1,0,1,-3889.27,-11323,-126.291,1.86775,300,0,0,1532,1283,0,0,0,0),(63015,17522,530,1,1,0,0,-1551.42,-10907,62.2309,1.96335,300,5,0,356,0,1,0,0,0),(63016,17522,530,1,1,0,0,-1578.47,-10912.5,60.6106,5.34821,300,5,0,356,0,1,0,0,0),(63017,17522,530,1,1,0,0,-1617.19,-10818.1,52.8006,0.235676,300,5,0,356,0,1,0,0,0),(63018,17522,530,1,1,0,0,-1671.92,-10781.1,67.6683,1.17423,300,5,0,356,0,1,0,0,0),(63019,17522,530,1,1,0,0,-1588.28,-10856.5,57.924,2.28546,300,5,0,356,0,1,0,0,0),(63020,17522,530,1,1,0,0,-1577.69,-10848.5,55.299,0.89584,300,5,0,356,0,1,0,0,0),(63021,17522,530,1,1,0,0,-1476.17,-10716.5,65.3185,3.61543,300,5,0,356,0,1,0,0,0),(63022,17522,530,1,1,0,0,-1481.03,-10729.2,61.3851,3.86889,300,5,0,356,0,1,0,0,0),(63023,17522,530,1,1,0,0,-1445.57,-10685,73.2819,0.707991,300,5,0,356,0,1,0,0,0),(63024,17522,530,1,1,0,0,-1406.03,-10679,81.1566,5.65963,300,5,0,356,0,1,0,0,0),(63025,17522,530,1,1,0,0,-1414.28,-10715.6,75.6737,5.6002,300,5,0,356,0,1,0,0,0),(63026,17522,530,1,1,0,0,-1381.43,-10681,85.6416,2.51886,300,5,0,356,0,1,0,0,0),(63027,17522,530,1,1,0,0,-1413.6,-10620.8,112.836,6.26952,300,5,0,356,0,1,0,0,0),(63028,17522,530,1,1,0,0,-1412.76,-10622.2,112.5,2.78967,300,5,0,356,0,1,0,0,0),(63029,17522,530,1,1,0,0,-1586.81,-10683.4,130.02,5.2878,300,5,0,356,0,1,0,0,0),(63030,17522,530,1,1,0,0,-1552.19,-10678.7,130.147,1.34969,300,5,0,356,0,1,0,0,0),(63031,17522,530,1,1,0,0,-1575.77,-10645.2,132.864,3.19828,300,5,0,356,0,1,0,0,0),(63032,17522,530,1,1,0,0,-1613.49,-10675.9,133.927,0.508046,300,5,0,356,0,1,0,0,0),(63033,17522,530,1,1,0,0,-1686.58,-10704.5,95.722,4.75243,300,5,0,356,0,1,0,0,0),(63034,17522,530,1,1,0,0,-1712.29,-10719.4,83.9202,3.53188,300,5,0,356,0,1,0,0,0),(63035,17522,530,1,1,0,0,-1689.63,-10639.7,110.983,2.52047,300,5,0,356,0,1,0,0,0),(63036,17523,530,1,1,0,0,-1663.42,-10823.2,58.3543,5.90859,300,5,0,386,0,1,0,0,0),(63037,17523,530,1,1,0,0,-1648,-10850.5,59.3799,3.11186,300,5,0,386,0,1,0,0,0),(63038,17523,530,1,1,0,0,-1620.83,-10841.6,58.4512,1.5625,300,5,0,386,0,1,0,0,0),(63039,17523,530,1,1,0,0,-1663.15,-10809.3,58.8315,5.69457,300,5,0,386,0,1,0,0,0),(63040,17523,530,1,1,0,0,-1654.44,-10784.1,59.3617,1.86294,300,5,0,386,0,1,0,0,0),(63041,17523,530,1,1,0,0,-1680.18,-10748.8,71.5644,2.12448,300,5,0,386,0,1,0,0,0),(63042,17523,530,1,1,0,0,-1565.65,-10809.2,52.2543,4.15524,300,5,0,386,0,1,0,0,0),(63043,17523,530,1,1,0,0,-1545.46,-10887,59.0091,5.6582,300,5,0,386,0,1,0,0,0),(63044,17523,530,1,1,0,0,-1545.94,-10826.6,64.4374,1.11941,300,5,0,386,0,1,0,0,0),(63045,17523,530,1,1,0,0,-1526.66,-10885.8,56.9411,3.87862,300,5,0,386,0,1,0,0,0),(63046,17523,530,1,1,0,0,-1552.08,-10794.8,55.5163,5.28197,300,5,0,386,0,1,0,0,0),(63047,17523,530,1,1,0,0,-1512.54,-10763.9,60.014,0.948493,300,5,0,386,0,1,0,0,0),(63048,17523,530,1,1,0,0,-1447.65,-10715.7,70.2754,0.922606,300,5,0,386,0,1,0,0,0),(63049,17523,530,1,1,0,0,-1381.66,-10645.5,99.429,3.28073,300,5,0,386,0,1,0,0,0),(63050,17523,530,1,1,0,0,-1486.35,-10641.7,134.531,2.40037,300,5,0,386,0,1,0,0,0),(63051,17523,530,1,1,0,0,-1515.63,-10652.5,133.898,2.14577,300,5,0,386,0,1,0,0,0),(63052,17523,530,1,1,0,0,-1552.62,-10657.5,131.873,3.81259,300,5,0,386,0,1,0,0,0),(63053,17523,530,1,1,0,0,-1628.65,-10662,140.252,6.16312,300,5,0,386,0,1,0,0,0),(63054,17523,530,1,1,0,0,-1654.96,-10718.7,74.1011,0.583667,300,5,0,386,0,1,0,0,0),(63055,17523,530,1,1,0,0,-1710.21,-10672.2,93.0384,1.02234,300,5,0,386,0,1,0,0,0),(63056,17525,530,1,1,0,0,-2674.81,-12346.5,2.0437,5.69828,300,5,0,198,0,1,0,0,0),(63057,17525,530,1,1,0,0,-2712.37,-12314,2.84771,4.25084,300,5,0,198,0,1,0,0,0),(63058,17525,530,1,1,0,0,-2630.46,-12389.9,0.76984,1.54095,300,5,0,198,0,1,0,0,0),(63059,17525,530,1,1,0,0,-2653.85,-12356.4,1.97479,1.15707,300,5,0,198,0,1,0,0,0),(63060,17525,530,1,1,0,0,-2652.91,-12373.4,0.57149,2.78314,300,5,0,198,0,1,0,0,0),(63061,17525,530,1,1,0,0,-2611.51,-12422.3,5.09675,5.27233,300,5,0,198,0,1,0,0,0),(63062,17525,530,1,1,0,0,-2740.62,-12275,4.52212,0.836529,300,5,0,198,0,1,0,0,0),(63063,17525,530,1,1,0,0,-2689.69,-12040.7,13.4174,2.12945,300,5,0,198,0,1,0,0,0),(63064,17525,530,1,1,0,0,-2721.09,-12302.3,3.28739,5.6811,300,5,0,198,0,1,0,0,0),(63065,17525,530,1,1,0,0,-2681.96,-12324.7,4.18174,5.78634,300,5,0,198,0,1,0,0,0),(63066,17525,530,1,1,0,0,-2645.64,-12329.3,6.25877,2.6176,300,5,0,198,0,1,0,0,0),(63067,17525,530,1,1,0,0,-2638.89,-12345.7,2.4136,5.28197,300,5,0,198,0,1,0,0,0),(63068,17525,530,1,1,0,0,-2646.47,-12377,0.54221,4.99337,300,5,0,198,0,1,0,0,0),(63069,17525,530,1,1,0,0,-2642.71,-12369.1,0.82149,1.5708,300,5,0,198,0,1,0,0,0),(63070,17525,530,1,1,0,0,-2621.39,-12351.7,1.14193,2.65965,300,5,0,198,0,1,0,0,0),(63071,17525,530,1,1,0,0,-2616.2,-12445.9,2.04978,6.26447,300,5,0,198,0,1,0,0,0),(63072,17525,530,1,1,0,0,-2595.71,-12392.3,7.87293,2.64911,300,5,0,198,0,1,0,0,0),(63073,17525,530,1,1,0,0,-2586.98,-12397.4,9.5167,0.1372,300,5,0,198,0,1,0,0,0),(63074,17525,530,1,1,0,0,-2592.81,-12492.9,0.63985,3.86393,300,5,0,198,0,1,0,0,0),(63075,17525,530,1,1,0,0,-2572.11,-12453.2,6.91089,6.13825,300,5,0,198,0,1,0,0,0),(63076,17525,530,1,1,0,0,-2613.84,-12475.8,1.24774,3.58678,300,5,0,198,0,1,0,0,0),(63077,17525,530,1,1,0,0,-2546.86,-12479.4,4.4819,4.36787,300,5,0,198,0,1,0,0,0),(63078,17525,530,1,1,0,0,-2552.17,-12443.6,9.0627,1.68478,300,5,0,198,0,1,0,0,0),(63079,17525,530,1,1,0,0,-2540.55,-12410.7,9.5712,0.621565,300,5,0,198,0,1,0,0,0),(63080,17525,530,1,1,0,0,-2578.26,-12511.5,0.53272,4.73967,300,5,0,198,0,1,0,0,0),(63081,17525,530,1,1,0,0,-2552.88,-12511.8,0.65724,0.629072,300,5,0,198,0,1,0,0,0),(63082,17525,530,1,1,0,0,-2515.39,-12508.9,1.34298,3.83583,300,5,0,198,0,1,0,0,0),(63083,17525,530,1,1,0,0,-2496.38,-12479.6,4.07411,2.25982,300,5,0,198,0,1,0,0,0),(63084,17525,530,1,1,0,0,-2506.33,-12493.1,1.52149,5.60179,300,5,0,198,0,1,0,0,0),(63085,17525,530,1,1,0,0,-2497.59,-12446.4,10.5621,3.9724,300,5,0,198,0,1,0,0,0),(63086,17525,530,1,1,0,0,-2481.29,-12511.2,0.68316,5.49542,300,5,0,198,0,1,0,0,0),(63087,17525,530,1,1,0,0,-2452.25,-12510.1,1.27412,5.68419,300,5,0,198,0,1,0,0,0),(63088,17525,530,1,1,0,0,-2450.64,-12480.3,2.65161,1.89255,300,5,0,198,0,1,0,0,0),(63089,17525,530,1,1,0,0,-2585.92,-12384.6,9.0105,1.57149,300,5,0,198,0,1,0,0,0),(63090,17525,530,1,1,0,0,-2618.74,-12427.8,4.98929,5.07329,300,5,0,198,0,1,0,0,0),(63091,17525,530,1,1,0,0,-2581.74,-12419.1,11.5448,0.119507,300,5,0,198,0,1,0,0,0),(63092,17525,530,1,1,0,0,-2619.97,-12385.4,1.21285,0.147143,300,5,0,198,0,1,0,0,0),(63094,17525,530,1,1,0,0,-2676.68,-12344.1,2.26808,1.0472,300,5,0,198,0,1,0,0,0),(63095,17525,530,1,1,0,0,-2749.28,-12014.1,9.2024,4.1514,300,5,0,198,0,1,0,0,0),(63096,17525,530,1,1,0,0,-2759.02,-12051.6,7.77027,5.10526,300,5,0,198,0,1,0,0,0),(63097,17525,530,1,1,0,0,-2722.84,-12010.2,10.7052,2.28009,300,5,0,198,0,1,0,0,0),(63098,17525,530,1,1,0,0,-2690.97,-12008,14.9889,2.24401,300,5,0,198,0,1,0,0,0),(63099,17525,530,1,1,0,0,-2645.83,-12020.8,21.1292,5.48516,300,5,0,198,0,1,0,0,0),(63100,17525,530,1,1,0,0,-2614.73,-12013.2,25.9404,6.19834,300,5,0,198,0,1,0,0,0),(63101,17525,530,1,1,0,0,-2730.31,-11994.7,9.083,2.94407,300,5,0,198,0,1,0,0,0),(63102,17525,530,1,1,0,0,-2690.06,-11972.8,10.8751,3.04775,300,5,0,198,0,1,0,0,0),(63103,17525,530,1,1,0,0,-2650.41,-11982.9,17.7026,5.01072,300,5,0,198,0,1,0,0,0),(63104,17525,530,1,1,0,0,-2657.42,-11968.2,15.9526,3.84962,300,5,0,198,0,1,0,0,0),(63105,17525,530,1,1,0,0,-2551.65,-12034,28.3976,3.89937,300,5,0,198,0,1,0,0,0),(63106,17525,530,1,1,0,0,-2687.33,-11947.2,11.6683,0.685389,300,5,0,198,0,1,0,0,0),(63107,17525,530,1,1,0,0,-2617.09,-11978.4,25.7328,5.97595,300,5,0,198,0,1,0,0,0),(63108,17525,530,1,1,0,0,-2625,-11951.6,18.331,3.48619,300,5,0,198,0,1,0,0,0),(63109,17525,530,1,1,0,0,-2626.72,-11917.7,11.7751,1.5708,300,5,0,198,0,1,0,0,0),(63110,17525,530,1,1,0,0,-2581.96,-11971.8,25.2464,4.59699,300,5,0,198,0,1,0,0,0),(63111,17525,530,1,1,0,0,-2553.67,-11974.4,24.1947,4.91093,300,5,0,198,0,1,0,0,0),(63112,17525,530,1,1,0,0,-2577.26,-11920.5,19.8888,0.344399,300,5,0,198,0,1,0,0,0),(63113,17525,530,1,1,0,0,-2661.29,-11959.4,15.9639,4.10727,300,5,0,198,0,1,0,0,0),(63114,17525,530,1,1,0,0,-2517.94,-11990.1,25.6153,4.77663,300,5,0,198,0,1,0,0,0),(63115,17525,530,1,1,0,0,-2723.53,-11971.4,9.8305,2.99453,300,5,0,198,0,1,0,0,0),(63116,17525,530,1,1,0,0,-2717.48,-11943,7.23077,0.065466,300,5,0,198,0,1,0,0,0),(63117,17525,530,1,1,0,0,-2707.48,-11905.2,6.43738,1.35662,300,5,0,198,0,1,0,0,0),(63118,17525,530,1,1,0,0,-2730.79,-11973.5,10.3305,5.04424,300,5,0,198,0,1,0,0,0),(63119,17525,530,1,1,0,0,-2667.2,-11892.9,14.9729,1.11588,300,5,0,198,0,1,0,0,0),(63120,17525,530,1,1,0,0,-2736.59,-11963.2,9.6855,4.06764,300,5,0,198,0,1,0,0,0),(63121,17525,530,1,1,0,0,-2753.03,-11959,5.46235,4.16607,300,5,0,198,0,1,0,0,0),(63122,17525,530,1,1,0,0,-2755.42,-11917.4,2.20175,2.72079,300,5,0,198,0,1,0,0,0),(63123,17525,530,1,1,0,0,-2786.82,-11992.4,2.14306,2.93309,300,5,0,198,0,1,0,0,0),(94970,17527,530,1,1,0,0,-2096.21,-10893.8,71.4906,1.3275,300,5,0,356,0,1,0,0,0),(94969,17527,530,1,1,0,0,-1814.86,-11008.8,69.0146,1.91627,300,5,0,356,0,1,0,0,0),(94968,17527,530,1,1,0,0,-1784.55,-10916.6,67.4915,2.92695,300,5,0,356,0,1,0,0,0),(94967,17527,530,1,1,0,0,-2052.02,-11117.8,57.5381,3.83983,300,5,0,356,0,1,0,0,0),(94966,17527,530,1,1,0,0,-2078.45,-11171.6,67.8144,0.616658,300,5,0,356,0,1,0,0,0),(94965,17527,530,1,1,0,0,-2191.55,-11116.3,48.5118,0.138221,300,5,0,356,0,1,0,0,0),(63130,17529,530,1,1,0,0,-2541.94,-11328,22.9524,3.7001,300,0,0,42,0,0,0,0,0),(63131,17530,530,1,1,0,0,-3975.08,-11922.9,-0.391524,4.2586,300,0,0,198,0,0,0,0,0),(63132,17530,530,1,1,0,0,-3934.88,-11921.4,1.00672,0.174533,300,0,0,198,0,0,0,0,0),(63133,17530,530,1,1,0,0,-3932.17,-11928.2,1.19028,2.35619,300,0,0,198,0,0,0,0,0),(63134,17530,530,1,1,0,0,-2703.76,-12136,13.5496,1.12463,300,0,0,198,0,0,0,0,0),(63135,17530,530,1,1,0,0,-2694.3,-12137.6,13.6799,0.648327,300,0,0,198,0,0,0,0,0),(63136,17530,530,1,1,0,0,-2705.22,-12123.9,13.4712,2.22817,300,0,0,198,0,0,0,0,0),(63137,17530,530,1,1,0,0,-2692.18,-12122.8,14.3853,2.9503,300,0,0,198,0,0,0,0,0),(18027,2054,0,1,1,3554,1,-729.278,1498.41,14.7805,1.11283,275,5,0,404,456,1,0,0,0),(63139,17542,530,1,1,0,0,-2444.9,-12205.1,32.8857,4.27606,300,0,0,186,191,0,0,0,0),(63142,17545,530,1,1,0,0,-2825.48,8335.65,-91.9986,0.017453,300,0,0,6542,0,0,0,0,0),(18026,2054,0,1,1,3554,1,-750.027,1470.83,18.0828,4.83456,275,0,0,404,456,0,0,0,0),(18025,2053,0,1,1,3553,1,-750.278,1468.44,18.1722,1.50098,275,0,0,417,0,0,0,0,0),(63146,17549,530,1,1,0,1,-1969.75,-11855.6,48.9609,0.055772,300,0,0,1910,0,2,0,0,0),(63147,17549,530,1,1,0,1,-1992.07,-11877.6,47.7517,2.57202,300,0,0,1910,0,2,0,0,0),(63148,17550,530,1,1,0,0,-1292.19,-11843.3,11.759,2.83539,300,5,0,328,0,1,0,0,0),(63149,17550,530,1,1,0,0,-1212.93,-11792.6,3.64942,2.15878,300,5,0,328,0,1,0,0,0),(63150,17550,530,1,1,0,0,-1221.55,-11793.9,2.9207,5.38483,300,5,0,328,0,1,0,0,0),(63151,17550,530,1,1,0,0,-1161.92,-11816.5,2.86188,0.80995,300,5,0,328,0,1,0,0,0),(63152,17550,530,1,1,0,0,-1181.93,-11836.3,2.3229,1.32753,300,5,0,328,0,1,0,0,0),(63153,17550,530,1,1,0,0,-1192.18,-11794.3,2.34099,2.3676,300,5,0,328,0,1,0,0,0),(63154,17550,530,1,1,0,0,-1198.2,-11826.1,2.33981,4.97068,300,5,0,328,0,1,0,0,0),(63155,17550,530,1,1,0,0,-1285.1,-11777,7.69051,1.2262,300,5,0,328,0,1,0,0,0),(63156,17550,530,1,1,0,0,-1252.23,-11784.5,2.32814,3.17964,300,5,0,328,0,1,0,0,0),(63157,17550,530,1,1,0,0,-1318.91,-11791.9,13.1975,0.652482,300,5,0,328,0,1,0,0,0),(63158,17550,530,1,1,0,0,-1213.85,-11758.3,3.87472,5.53216,300,5,0,328,0,1,0,0,0),(63159,17550,530,1,1,0,0,-1263.36,-11746,8.47712,2.43807,300,5,0,328,0,1,0,0,0),(63160,17550,530,1,1,0,0,-1184.65,-11758.8,8.77778,0.289026,300,5,0,328,0,1,0,0,0),(63161,17551,530,1,1,0,0,-4120.62,-12788.8,9.4441,4.06662,300,0,0,102,0,0,0,0,0),(63162,17553,530,1,1,0,1,-2059.2,-11897,45.7415,0.959931,300,0,0,350,390,0,0,0,0),(63163,17554,530,1,1,0,0,-1930.02,-11956.8,57.4743,2.54818,300,0,0,14193,2790,0,0,0,0),(63164,17555,530,1,1,0,0,-4057.15,-11788.6,8.87662,5.59502,300,0,0,14193,2790,0,0,0,0),(63165,17557,530,1,1,0,1,-803.181,2609.96,124.472,2.09439,300,0,0,11054,0,0,0,0,0),(63166,17558,530,1,1,0,1,241.437,2705.22,89.7592,4.4855,300,0,0,20958,0,0,0,0,0),(63167,17584,530,1,1,0,0,-3972.18,-11927.5,-0.670018,3.66519,300,0,0,300,0,0,0,0,0),(63168,17585,530,1,1,0,0,179.435,2704.33,89.1009,3.38594,300,0,0,16023,0,0,0,0,0),(63169,17586,530,1,1,0,0,-2670.2,-12131.4,17.2069,4.08407,300,0,0,300,0,0,0,0,0),(63170,17587,530,1,1,0,1,-4366.61,-12204.1,6.49841,2.86416,300,0,0,780,0,0,0,0,0),(63171,17588,530,1,1,0,0,-1318.07,-12219.2,4.95209,4.14986,300,5,0,356,0,1,0,0,0),(63172,17588,530,1,1,0,0,-1284.09,-12284.3,16.5494,4.72218,300,5,0,356,0,1,0,0,0),(63173,17588,530,1,1,0,0,-1408.94,-12388.4,6.64393,3.43305,300,5,0,356,0,1,0,0,0),(63174,17588,530,1,1,0,0,-1316.12,-12316.7,18.2042,6.07658,300,5,0,356,0,1,0,0,0),(63175,17588,530,1,1,0,0,-1363.91,-12427.1,15.206,0.494206,300,5,0,356,0,1,0,0,0),(63176,17588,530,1,1,0,0,-1446.23,-12455.4,4.12725,5.44332,300,5,0,356,0,1,0,0,0),(63177,17588,530,1,1,0,0,-1363.04,-12421.9,15.8497,1.38029,300,5,0,356,0,1,0,0,0),(63178,17588,530,1,1,0,0,-1345.33,-12490.2,23.445,6.19809,300,5,0,356,0,1,0,0,0),(63179,17588,530,1,1,0,0,-1300.5,-12444.4,44.0169,3.53879,300,5,0,356,0,1,0,0,0),(63180,17588,530,1,1,0,0,-1286.8,-12476.4,52.6733,2.32992,300,5,0,356,0,1,0,0,0),(63181,17588,530,1,1,0,0,-1285.41,-12352.2,26.9772,3.15892,300,5,0,356,0,1,0,0,0),(63182,17588,530,1,1,0,0,-1292.96,-12554.9,24.7117,3.30256,300,5,0,356,0,1,0,0,0),(63183,17588,530,1,1,0,0,-1249.83,-12505.2,57.1028,3.19701,300,5,0,356,0,1,0,0,0),(63184,17588,530,1,1,0,0,-1247.26,-12444.9,94.7338,2.14037,300,5,0,356,0,1,0,0,0),(63185,17588,530,1,1,0,0,-1182.72,-12524.1,67.1082,3.96984,300,5,0,356,0,1,0,0,0),(63186,17588,530,1,1,0,0,-1210.3,-12420.1,96.4537,0.992539,300,5,0,356,0,1,0,0,0),(63187,17588,530,1,1,0,0,-1220.92,-12354.6,22.8106,3.83148,300,5,0,356,0,1,0,0,0),(63188,17588,530,1,1,0,0,-1118.37,-12588.2,9.1179,0.105575,300,5,0,356,0,1,0,0,0),(63189,17588,530,1,1,0,0,-1056.85,-12556.5,24.5203,0.244505,300,5,0,356,0,1,0,0,0),(63190,17588,530,1,1,0,0,-1079.16,-12620.2,5.0791,3.73888,300,5,0,356,0,1,0,0,0),(63191,17588,530,1,1,0,0,-1046.92,-12604,8.49958,5.13934,300,5,0,356,0,1,0,0,0),(63192,17588,530,1,1,0,0,-987.337,-12613.9,5.41356,4.41289,300,5,0,356,0,1,0,0,0),(63193,17588,530,1,1,0,0,-1013.83,-12547.3,12.6333,0.30585,300,5,0,356,0,1,0,0,0),(63194,17588,530,1,1,0,0,-906.113,-12553.7,8.64738,2.87671,300,5,0,356,0,1,0,0,0),(63195,17588,530,1,1,0,0,-933.109,-12524.3,9.2778,3.34627,300,5,0,356,0,1,0,0,0),(63196,17588,530,1,1,0,0,-954.702,-12488.4,9.3043,3.88138,300,5,0,356,0,1,0,0,0),(63197,17588,530,1,1,0,0,-888.607,-12486.4,5.11952,6.18835,300,5,0,356,0,1,0,0,0),(63198,17588,530,1,1,0,0,-1055.35,-12473.2,20.5068,5.03846,300,5,0,356,0,1,0,0,0),(63199,17588,530,1,1,0,0,-1014.68,-12482.2,17.1695,1.45129,300,5,0,356,0,1,0,0,0),(63200,17588,530,1,1,0,0,-981.615,-12386.8,5.20789,6.14041,300,5,0,356,0,1,0,0,0),(63201,17588,530,1,1,0,0,-1012.78,-12393.4,6.77556,4.55366,300,5,0,356,0,1,0,0,0),(63202,17588,530,1,1,0,0,-1051.91,-12385.9,10.8478,4.21554,300,5,0,356,0,1,0,0,0),(63203,17588,530,1,1,0,0,-1154.21,-12347.7,15.4318,2.74004,300,5,0,356,0,1,0,0,0),(63204,17588,530,1,1,0,0,-1184.51,-12282.4,4.9487,3.2611,300,5,0,356,0,1,0,0,0),(63205,17588,530,1,1,0,0,-1189.57,-12315.9,11.8798,4.54949,300,5,0,356,0,1,0,0,0),(63206,17588,530,1,1,0,0,-1244.66,-12247.7,4.92619,1.12638,300,5,0,356,0,1,0,0,0),(63207,17588,530,1,1,0,0,-1441.69,-12524.7,11.2575,6.21573,300,5,0,356,0,1,0,0,0),(63208,17588,530,1,1,0,0,-1447.98,-12587.3,7.07668,1.09232,300,5,0,356,0,1,0,0,0),(63209,17589,530,1,1,0,0,-1364.58,-12320.8,11.6827,1.03173,300,5,0,350,390,1,0,0,0),(63210,17589,530,1,1,0,0,-1352.03,-12287.1,11.9371,1.03342,300,5,0,350,390,1,0,0,0),(63211,17589,530,1,1,0,0,-1355.87,-12342.1,15.1879,3.57291,300,5,0,350,390,1,0,0,0),(63212,17589,530,1,1,0,0,-1347.95,-12414.2,18.7654,4.84323,300,5,0,350,390,1,0,0,0),(63213,17589,530,1,1,0,0,-1334.89,-12419.7,30.6404,4.76873,300,5,0,350,390,1,0,0,0),(63214,17589,530,1,1,0,0,-1213.42,-12476.8,95.8226,0.885673,300,5,0,350,390,1,0,0,0),(63215,17589,530,1,1,0,0,-1180.82,-12445.4,90.7575,0.547017,300,5,0,350,390,1,0,0,0),(63216,17589,530,1,1,0,0,-1118.56,-12514.4,20.5327,2.87671,300,5,0,350,390,1,0,0,0),(63217,17589,530,1,1,0,0,-1182.71,-12585.6,7.90305,2.1293,300,5,0,350,390,1,0,0,0),(63218,17589,530,1,1,0,0,-1058.14,-12486.7,22.1279,1.60594,300,5,0,350,390,1,0,0,0),(63219,17589,530,1,1,0,0,-1047.9,-12518.5,18.1265,5.34624,300,5,0,350,390,1,0,0,0),(63220,17589,530,1,1,0,0,-1247.98,-12614.8,8.79359,4.84206,300,5,0,350,390,1,0,0,0),(63221,17589,530,1,1,0,0,-1210.86,-12586.7,10.0245,0.097965,300,5,0,350,390,1,0,0,0),(63222,17589,530,1,1,0,0,-1017.16,-12603.4,9.7084,4.0019,300,5,0,350,390,1,0,0,0),(63223,17589,530,1,1,0,0,-950.28,-12623.1,4.37058,4.1442,300,5,0,350,390,1,0,0,0),(63224,17589,530,1,1,0,0,-1005.71,-12529.9,14.5534,3.75487,300,5,0,350,390,1,0,0,0),(63225,17589,530,1,1,0,0,-941.723,-12558.5,11.1838,3.18443,300,5,0,350,390,1,0,0,0),(63226,17589,530,1,1,0,0,-929.341,-12589.3,5.17512,5.31719,300,5,0,350,390,1,0,0,0),(63227,17589,530,1,1,0,0,-986.172,-12454.1,9.769,4.26464,300,5,0,350,390,1,0,0,0),(63228,17589,530,1,1,0,0,-1084.19,-12419.9,22.2851,3.74368,300,5,0,350,390,1,0,0,0),(63229,17589,530,1,1,0,0,-1083.59,-12350.7,11.635,0.600475,300,5,0,350,390,1,0,0,0),(63230,17589,530,1,1,0,0,-1110.15,-12370.9,22.9752,6.11258,300,5,0,350,390,1,0,0,0),(63231,17589,530,1,1,0,0,-1162.63,-12326.3,10.3013,2.49614,300,5,0,350,390,1,0,0,0),(63232,17589,530,1,1,0,0,-1247.72,-12311.5,18.6166,1.2756,300,5,0,350,390,1,0,0,0),(63233,17589,530,1,1,0,0,-1391.88,-12477.7,15.2005,6.16368,300,5,0,350,390,1,0,0,0),(63234,17589,530,1,1,0,0,-1474.47,-12558.3,5.88234,5.38618,300,5,0,350,390,1,0,0,0),(63235,17589,530,1,1,0,0,-1420.21,-12544,12.4893,2.2773,300,5,0,350,390,1,0,0,0),(37057,20619,530,1,1,0,0,3939.78,2420.69,111.89,4.89505,120,2,0,1582,0,1,0,0,0),(63237,17599,530,1,1,0,1,-2689.54,-12144.5,14.6154,0.959931,300,0,0,253,264,0,0,0,0),(63238,17604,530,1,1,0,1,-1836.31,-11617.6,35.7811,2.20704,300,5,0,273,0,1,0,0,0),(63239,17604,530,1,1,0,1,-1859.59,-11570.2,36.7488,1.40392,300,5,0,273,0,1,0,0,0),(63240,17604,530,1,1,0,1,-1762.09,-11593.3,36.1541,0.367585,300,5,0,273,0,1,0,0,0),(63241,17604,530,1,1,0,1,-1818.7,-11648.6,35.1794,5.55015,300,5,0,273,0,1,0,0,0),(63242,17604,530,1,1,0,1,-1713.55,-11624.7,34.2992,5.79449,300,0,0,273,0,0,0,0,0),(63243,17604,530,1,1,0,1,-1721.46,-11587.5,36.8853,2.72198,300,5,0,273,0,1,0,0,0),(63244,17604,530,1,1,0,1,-1779.71,-11666.9,35.5483,3.03687,300,0,0,273,0,0,0,0,0),(63245,17604,530,1,1,0,1,-1753.98,-11728.6,33.6569,5.02769,300,5,0,273,0,1,0,0,0),(63246,17604,530,1,1,0,1,-1750.56,-11662,32.567,3.14159,300,5,0,273,0,1,0,0,0),(63247,17604,530,1,1,0,1,-1765.47,-11709.6,35.2819,0.573524,300,5,0,273,0,1,0,0,0),(63248,17604,530,1,1,0,1,-1752.71,-11672.8,34.4261,1.60372,300,5,0,273,0,1,0,0,0),(63249,17604,530,1,1,0,1,-1806.94,-11679.5,34.3477,1.18682,300,5,0,273,0,1,0,0,0),(63250,17604,530,1,1,0,1,-1859.08,-11671.9,41.179,4.99525,300,5,0,273,0,1,0,0,0),(63251,17604,530,1,1,0,1,-1799.84,-11587.1,35.605,1.36136,300,5,0,273,0,1,0,0,0),(63252,17604,530,1,1,0,1,-1847.94,-11687.7,37.781,4.53304,300,5,0,273,0,1,0,0,0),(63253,17604,530,1,1,0,1,-1752.97,-11620.2,34.6891,4.18823,300,5,0,273,0,1,0,0,0),(63254,17604,530,1,1,0,1,-1760.29,-11705.8,34.6908,1.80865,300,5,0,273,0,1,0,0,0),(63255,17604,530,1,1,0,1,-1681.83,-11614.9,35.1413,3.97935,300,0,0,273,0,0,0,0,0),(63256,17604,530,1,1,0,1,-1699.84,-11653.8,35.5757,1.48353,300,0,0,273,0,0,0,0,0),(63257,17604,530,1,1,0,1,-1701.9,-11694.8,42.3321,6.16452,300,5,0,273,0,1,0,0,0),(63258,17604,530,1,1,0,1,-1680.69,-11659.4,38.2178,1.31173,300,5,0,273,0,1,0,0,0),(63259,17604,530,1,1,0,1,-1830.49,-11720.8,33.836,1.90241,300,5,0,273,0,1,0,0,0),(63260,17606,530,1,1,0,1,-2071.93,-11220.7,83.422,3.85965,300,5,0,307,856,1,0,0,0),(63261,17606,530,1,1,0,1,-2116.42,-11221.8,67.7747,4.20245,300,5,0,307,856,1,0,0,0),(63262,17606,530,1,1,0,1,-2073.03,-11286.1,65.4789,3.19551,300,5,0,307,856,1,0,0,0),(63263,17606,530,1,1,0,1,-2071.4,-11255,68.7354,3.44854,300,5,0,307,856,1,0,0,0),(63264,17606,530,1,1,0,1,-2092.06,-11278.8,65.0656,3.06783,300,5,0,307,856,1,0,0,0),(63265,17606,530,1,1,0,1,-2103.45,-11289.6,63.2742,6.09958,300,5,0,307,856,1,0,0,0),(63266,17606,530,1,1,0,1,-2050.77,-11413.1,57.8701,2.25378,300,5,0,307,856,1,0,0,0),(63267,17606,530,1,1,0,1,-2080.15,-11394.5,61.693,1.47067,300,5,0,307,856,1,0,0,0),(63268,17606,530,1,1,0,1,-2056.73,-11367,63.9216,5.73204,300,5,0,307,856,1,0,0,0),(63269,17606,530,1,1,0,1,-2079.02,-11385.8,62.992,6.27618,300,5,0,307,856,1,0,0,0),(63270,17606,530,1,1,0,1,-2056.93,-11408.9,57.9813,4.49364,300,5,0,307,856,1,0,0,0),(63271,17606,530,1,1,0,1,-2107.36,-11351,61.723,3.89064,300,5,0,307,856,1,0,0,0),(63272,17606,530,1,1,0,1,-2102.75,-11394.9,63.459,4.33191,300,5,0,307,856,1,0,0,0),(63273,17606,530,1,1,0,1,-2106.68,-11408.2,63.3071,1.31635,300,5,0,307,856,1,0,0,0),(63274,17606,530,1,1,0,1,-2101.42,-11371.3,63.5862,3.09076,300,5,0,307,856,1,0,0,0),(63275,17606,530,1,1,0,1,-2128.14,-11347.2,63.2088,3.79238,300,5,0,307,856,1,0,0,0),(63276,17606,530,1,1,0,1,-2073.45,-11371.2,63.8186,4.60357,300,5,0,307,856,1,0,0,0),(63277,17606,530,1,1,0,1,-2133.17,-11319.4,62.239,2.52939,300,5,0,307,856,1,0,0,0),(63278,17606,530,1,1,0,1,-2026.95,-11269.4,68.439,4.98908,300,5,0,307,856,1,0,0,0),(63279,17606,530,1,1,0,1,-2042.37,-11340.9,65.6191,4.24164,300,5,0,307,856,1,0,0,0),(63280,17606,530,1,1,0,1,-2031.43,-11346.6,65.7166,4.97727,300,5,0,307,856,1,0,0,0),(63281,17606,530,1,1,0,1,-2026.68,-11339.6,65.1855,5.49779,300,5,0,307,856,1,0,0,0),(63282,17606,530,1,1,0,1,-2083.57,-11333.7,62.123,0.709427,300,5,0,307,856,1,0,0,0),(63283,17606,530,1,1,0,1,-2020.09,-11301.3,67.6276,3.36279,300,5,0,307,856,1,0,0,0),(63284,17606,530,1,1,0,1,-2019.79,-11293.2,67.6267,1.5708,300,5,0,307,856,1,0,0,0),(63285,17606,530,1,1,0,1,-2100.39,-11333.1,63.173,5.02945,300,5,0,307,856,1,0,0,0),(63286,17607,530,1,1,0,1,-1846.04,-10866.6,66.6931,3.4287,300,0,0,356,0,0,0,0,0),(63287,17607,530,1,1,0,1,-1809.04,-10814.5,70.086,0.448789,300,5,0,356,0,1,0,0,0),(63288,17607,530,1,1,0,1,-1877.36,-10883.4,66.7228,3.99026,300,0,0,356,0,0,0,0,0),(63289,17607,530,1,1,0,1,-1852.53,-10905.8,65.6343,1.56164,300,5,0,356,0,1,0,0,0),(63290,17607,530,1,1,0,1,-1948.73,-10881,64.3017,5.73179,300,5,0,356,0,1,0,0,0),(63291,17607,530,1,1,0,1,-1998.5,-10890.4,63.5863,2.1053,300,0,0,356,0,0,0,0,0),(63292,17607,530,1,1,0,1,-2057.89,-10808.8,71.272,1.99378,300,5,0,356,0,1,0,0,0),(63293,17607,530,1,1,0,1,-2049.89,-10853.1,65.7648,1.19283,300,5,0,356,0,1,0,0,0),(63294,17607,530,1,1,0,1,-2121.4,-10806.6,70.3595,2.4099,300,5,0,356,0,1,0,0,0),(63295,17607,530,1,1,0,1,-2107.94,-10780.2,67.9967,1.20428,300,5,0,356,0,1,0,0,0),(63296,17607,530,1,1,0,1,-2118.77,-10748.2,68.006,5.55015,300,5,0,356,0,1,0,0,0),(63297,17607,530,1,1,0,1,-2046.36,-10879.6,64.9124,0.244884,300,5,0,356,0,1,0,0,0),(63298,17607,530,1,1,0,1,-2109.53,-10705.7,65.2974,2.59208,300,5,0,356,0,1,0,0,0),(63299,17608,530,1,1,0,1,-1815.93,-10852.7,67.4903,4.60871,300,5,0,350,390,1,0,0,0),(63300,17608,530,1,1,0,1,-1814.12,-10886.2,67.4468,0.384114,300,5,0,350,390,1,0,0,0),(63301,17608,530,1,1,0,1,-1888.82,-10845.7,66.7234,5.67494,300,0,0,350,390,0,0,0,0),(63302,17608,530,1,1,0,1,-1908.7,-10884.9,63.3555,1.96825,300,5,0,350,390,1,0,0,0),(63303,17608,530,1,1,0,1,-1901.38,-10947.5,61.5825,4.0845,300,0,0,350,390,0,0,0,0),(63304,17608,530,1,1,0,1,-1981.18,-10846.9,68.1002,4.27692,300,0,0,350,390,0,0,0,0),(63305,17608,530,1,1,0,1,-1946.32,-10838.8,74.8176,1.68276,300,5,0,350,390,1,0,0,0),(63306,17608,530,1,1,0,1,-2014.3,-10857.7,61.9258,5.67886,300,0,0,350,390,0,0,0,0),(63307,17608,530,1,1,0,1,-2015.35,-10913,59.8519,4.47783,300,5,0,350,390,1,0,0,0),(63308,17608,530,1,1,0,1,-2075.76,-10765,69.379,3.55828,300,0,0,350,390,0,0,0,0),(63309,17608,530,1,1,0,1,-2083.76,-10818,67.2313,2.33061,300,5,0,350,390,1,0,0,0),(63310,17608,530,1,1,0,1,-2096.45,-10866.4,69.5883,1.84524,300,5,0,350,390,1,0,0,0),(63311,17608,530,1,1,0,1,-2100.22,-10855,69.9093,4.26707,300,5,0,350,390,1,0,0,0),(63312,17608,530,1,1,0,1,-2111.43,-10849,70.8491,1.64308,300,5,0,350,390,1,0,0,0),(63313,17609,530,1,1,0,1,-1964.68,-10800.7,88.3288,0.977384,300,5,0,1050,390,1,0,0,0),(63314,17609,530,1,1,0,1,-1870.54,-10745.7,112.077,5.92536,300,5,0,1050,390,1,0,0,0),(63315,17609,530,1,1,0,1,-1914.03,-10725.9,112.041,3.08923,300,5,0,1050,390,1,0,0,0),(63316,17609,530,1,1,0,1,-1990.61,-10783.2,89.336,3.66031,300,5,0,1050,390,1,0,0,0),(63317,17609,530,1,1,0,1,-1962.04,-10743.8,96.4127,3.79678,300,5,0,1050,390,1,0,0,0),(63318,17609,530,1,1,0,1,-2014.2,-10756.3,88.0332,5.42797,300,5,0,1050,390,1,0,0,0),(63319,17609,530,1,1,0,1,-1996.71,-10693.5,118.289,0.750492,300,5,0,1050,390,1,0,0,0),(63320,17609,530,1,1,0,1,-1990.07,-10676.1,116.117,2.60452,300,5,0,1050,390,1,0,0,0),(63321,17609,530,1,1,0,1,-1919.88,-10702.6,110.782,3.12955,300,5,0,1050,390,1,0,0,0),(63322,17609,530,1,1,0,1,-1871.56,-10730.4,111.035,1.88496,300,5,0,1050,390,1,0,0,0),(63323,17609,530,1,1,0,1,-1824.12,-10641.2,146.447,1.5708,300,5,0,1050,390,1,0,0,0),(63324,17609,530,1,1,0,1,-2054.33,-10623.1,147.592,4.66003,300,5,0,1050,390,1,0,0,0),(63325,17609,530,1,1,0,1,-2008.55,-10605.3,156.04,0.927848,300,5,0,1050,390,1,0,0,0),(63326,17609,530,1,1,0,1,-1869.54,-10542.8,177.049,2.9147,300,5,0,1050,390,1,0,0,0),(63327,17609,530,1,1,0,1,-1893.23,-10524.2,177.049,1.88496,300,5,0,1050,390,1,0,0,0),(63328,17609,530,1,1,0,1,-1942.53,-10524.5,177.049,0.907571,300,5,0,1050,390,1,0,0,0),(63329,17609,530,1,1,0,1,-1856.68,-10574.8,168.678,2.47815,300,5,0,1050,390,1,0,0,0),(63330,17609,530,1,1,0,1,-1843.23,-10574.5,165.956,2.6686,300,5,0,1050,390,1,0,0,0),(63331,17609,530,1,1,0,1,-1808.68,-10600.1,148.537,1.81514,300,5,0,1050,390,1,0,0,0),(63332,17609,530,1,1,0,1,-1807.45,-10613.3,148.12,2.70634,300,5,0,1050,390,1,0,0,0),(63333,17609,530,1,1,0,1,-1809.75,-10595.4,149.425,5.2709,300,5,0,1050,390,1,0,0,0),(63334,17610,530,1,1,0,1,-1911.65,-10779.1,95.6996,5.4314,300,5,0,1062,3060,1,0,0,0),(63335,17610,530,1,1,0,1,-1917.83,-10725.3,111.913,6.21337,300,5,0,1062,3060,1,0,0,0),(63336,17610,530,1,1,0,1,-1962.32,-10797.8,88.3052,3.9619,300,5,0,1062,3060,1,0,0,0),(63337,17610,530,1,1,0,1,-1886.58,-10758.2,106.077,4.7522,300,5,0,1062,3060,1,0,0,0),(63338,17610,530,1,1,0,1,-2012.26,-10758.6,87.7187,2.25148,300,5,0,1062,3060,1,0,0,0),(63339,17610,530,1,1,0,1,-1943.68,-10715.5,111.079,5.72395,300,5,0,1062,3060,1,0,0,0),(63340,17610,530,1,1,0,1,-1994,-10691.8,117.466,3.83972,300,5,0,1062,3060,1,0,0,0),(63341,17610,530,1,1,0,1,-1872.44,-10726.5,111.371,4.88692,300,5,0,1062,3060,1,0,0,0),(63342,17610,530,1,1,0,1,-1894.04,-10726.7,111.752,4.24542,300,5,0,1062,3060,1,0,0,0),(63343,17610,530,1,1,0,1,-1944.94,-10677.6,110.53,2.37365,300,5,0,1062,3060,1,0,0,0),(63344,17610,530,1,1,0,1,-1949.67,-10672.8,110.404,5.46288,300,5,0,1062,3060,1,0,0,0),(63345,17610,530,1,1,0,1,-1840.45,-10691.1,121.959,0.013671,300,5,0,1062,3060,1,0,0,0),(63346,17610,530,1,1,0,1,-2023.08,-10656.6,128.449,4.57114,300,5,0,1062,3060,1,0,0,0),(63347,17610,530,1,1,0,1,-2053.86,-10626.6,146.965,1.81514,300,5,0,1062,3060,1,0,0,0),(63348,17610,530,1,1,0,1,-1984.12,-10574.4,178.224,2.26893,300,5,0,1062,3060,1,0,0,0),(63349,17610,530,1,1,0,1,-1950.78,-10586.2,172.308,5.85187,300,5,0,1062,3060,1,0,0,0),(63350,17610,530,1,1,0,1,-1986.4,-10571.6,177.993,5.35816,300,5,0,1062,3060,1,0,0,0),(63351,17610,530,1,1,0,1,-1875.16,-10542,177.049,6.24828,300,5,0,1062,3060,1,0,0,0),(63352,17610,530,1,1,0,1,-1908.74,-10548.1,177.661,3.67262,300,5,0,1062,3060,1,0,0,0),(63353,17610,530,1,1,0,1,-1898.07,-10568.7,178.32,2.93215,300,5,0,1062,3060,1,0,0,0),(63354,17610,530,1,1,0,1,-1902.59,-10567.8,178.332,6.10865,300,5,0,1062,3060,1,0,0,0),(63355,17610,530,1,1,0,1,-1894.18,-10519.4,177.049,4.79965,300,5,0,1062,3060,1,0,0,0),(63356,17610,530,1,1,0,1,-1939.96,-10521.9,177.065,3.76991,300,5,0,1062,3060,1,0,0,0),(63357,17610,530,1,1,0,1,-1824.36,-10637.1,147.243,4.92183,300,5,0,1062,3060,1,0,0,0),(63358,17614,530,1,1,0,0,-4269.01,-11484.5,8.90955,0.174533,300,0,0,433,490,0,0,0,0),(63359,17627,530,1,1,0,0,9648.25,-7129.26,16.8566,2.00713,300,0,0,737,2175,0,0,0,0),(63360,17628,530,1,1,0,0,9641.82,-7135.55,16.8566,3.19395,300,0,0,811,852,0,0,0,0),(63361,17629,530,1,1,0,0,9648.21,-7142.55,16.8566,4.60767,300,0,0,737,2175,0,0,0,0),(63362,17630,530,1,1,0,0,9565.68,-7222.8,16.4272,5.2709,300,0,0,737,2175,0,0,0,0),(63363,17631,530,1,1,0,0,9525.23,-7221.82,16.2139,1.5708,300,0,0,737,2175,0,0,0,0),(63364,17632,530,1,1,0,0,9515.41,-7221.62,16.2139,1.50098,300,0,0,737,2175,0,0,0,0),(63365,17633,530,1,1,0,0,9534.75,-7221.74,16.2139,1.62316,300,0,0,737,2175,0,0,0,0),(63366,17634,530,1,1,0,1,252.251,6023.74,131.693,1.0472,300,0,0,5914,0,0,0,0,0),(63367,17636,530,1,1,0,1,3092.56,3687.07,142.658,6.03884,300,0,0,1949,5340,0,0,0,0),(63368,17637,530,1,1,0,1,228.256,7764.29,17.5397,4.7822,300,0,0,5914,0,0,0,0,0),(63369,17642,530,1,1,0,1,-1998.1,-11897.5,50.5003,0.069813,300,0,0,301,326,0,0,0,0),(135263,16409,532,1,3,16467,1,-10983.7,-2019.47,80.0567,1.37881,604800,0,0,7825,15775,0,0,0,0),(63372,17649,530,1,1,0,1,-2662.24,-12130.1,17.4634,4.18879,300,0,0,484,0,0,0,0,0),(138221,17414,542,3,1,0,1,476.291,65.9018,9.60985,3.98357,86400,0,0,10472,5875,0,0,0,0),(138199,17414,542,3,1,0,1,346.912,193.875,9.60419,1.74602,86400,0,0,10472,5875,0,0,0,0),(138191,17371,542,3,1,0,0,343.419,102.651,9.6201,5.16709,86400,0,0,10472,5875,0,0,0,0),(138192,17626,542,3,1,0,1,356.154,108.175,9.62332,4.06125,86400,0,0,14958,0,0,0,0,0),(63378,17657,530,1,1,0,1,-676.087,2611.44,86.6955,6.10865,300,0,0,9711,0,0,0,0,0),(63379,17658,530,1,1,0,0,-1915.68,-11793.8,64.6045,3.22886,300,0,0,562,0,0,0,0,0),(63380,17659,530,1,1,0,1,-2470.41,-12053.2,30.6675,3.63529,300,5,0,330,0,1,0,0,0),(63381,17659,530,1,1,0,1,-2453.05,-12047.2,30.1865,3.68085,300,5,0,330,0,1,0,0,0),(63382,17659,530,1,1,0,1,-1937.6,-11852.5,51.5025,4.10152,300,0,0,330,0,0,0,0,0),(63383,17659,530,1,1,0,1,-1928.94,-11810,63.5157,3.78736,300,0,0,330,0,0,0,0,0),(63384,17659,530,1,1,0,1,-1934.03,-11805,63.8536,3.90954,300,0,0,330,0,0,0,0,0),(63385,17661,530,1,1,0,0,-1408.95,-11289.3,11.338,5.89408,300,0,0,482,0,0,0,0,0),(63386,17663,530,1,1,0,1,-1994.23,-11915.8,51.5202,5.35816,300,0,0,328,0,0,0,0,0),(63387,17664,530,1,1,0,1,-1936.22,-10803.3,86.3798,5.1831,300,0,0,1131,408,2,0,0,0),(63388,17666,530,1,1,0,0,-2063.81,-11870.2,48.7808,0.890118,300,0,0,273,0,0,0,0,0),(63389,17667,530,1,1,0,0,-1990.96,-11814.5,54.5837,4.2237,300,0,0,300,0,0,0,0,0),(63390,17669,540,3,1,0,0,101.729,262.265,-13.2171,3.13714,86400,0,0,9173,0,0,0,0,0),(63391,17669,540,3,1,0,0,101.762,269.832,-13.2199,3.13714,86400,0,0,9173,0,0,0,0,0),(63392,17670,540,3,1,0,1,107.029,266.682,-13.222,3.1738,86400,0,0,20259,0,0,0,0,0),(63393,17673,530,1,1,0,0,-2463.73,-11928.8,11.4502,1.92505,300,5,0,247,0,1,0,0,0),(63394,17673,530,1,1,0,0,-2317.82,-12007.1,11.1369,6.00117,300,5,0,247,0,1,0,0,0),(63395,17673,530,1,1,0,0,-2396.97,-11942.3,13.8565,1.4564,300,5,0,247,0,1,0,0,0),(63396,17673,530,1,1,0,0,-2360.28,-11968.3,14.1584,4.34858,300,5,0,247,0,1,0,0,0),(63397,17673,530,1,1,0,0,-2207.61,-12104.3,24.1004,0.124956,300,5,0,247,0,1,0,0,0),(63398,17673,530,1,1,0,0,-2180.4,-12144.9,18.2621,5.33173,300,5,0,247,0,1,0,0,0),(63399,17673,530,1,1,0,0,-2125.76,-12185.4,18.034,6.23305,300,5,0,247,0,1,0,0,0),(63400,17674,530,1,1,0,0,-1507.09,-12525.4,4.62696,4.24377,300,0,0,605,0,0,0,0,0),(63401,17676,530,1,1,0,0,-1998.69,-11812.1,54.7612,3.735,300,0,0,417,0,0,0,0,0),(63402,17678,530,1,1,0,1,-1925.59,-10539.9,177.075,4.67748,300,0,0,2165,490,0,0,0,0),(63403,17680,530,1,1,0,0,-1637.09,-10809.7,59.0988,5.77704,300,0,0,33,0,0,0,0,0),(63404,17680,530,1,1,0,0,-1628.79,-10796.5,60.7472,4.20624,300,0,0,33,0,0,0,0,0),(63405,17680,530,1,1,0,0,-1607.39,-10803,63.2724,3.00197,300,0,0,33,0,0,0,0,0),(63406,17680,530,1,1,0,0,-1626.19,-10765.1,75.7526,0.890118,300,0,0,33,0,0,0,0,0),(63407,17680,530,1,1,0,0,-1547.6,-10823.1,61.9383,5.16617,300,0,0,33,0,0,0,0,0),(63408,17680,530,1,1,0,0,-1569.95,-10787.2,50.8073,4.45059,300,0,0,33,0,0,0,0,0),(63409,17680,530,1,1,0,0,-1544.21,-10764.7,54.8984,3.03687,300,0,0,33,0,0,0,0,0),(63410,17680,530,1,1,0,0,-1616.14,-10738.1,99.798,1.37881,300,0,0,33,0,0,0,0,0),(63411,17680,530,1,1,0,0,-1489.91,-10715.1,62.6827,1.8675,300,0,0,33,0,0,0,0,0),(63412,17680,530,1,1,0,0,-1507.83,-10722.5,68.0362,1.97222,300,0,0,33,0,0,0,0,0),(63413,17680,530,1,1,0,0,-1509.94,-10744.2,59.877,1.79769,300,0,0,33,0,0,0,0,0),(63414,17680,530,1,1,0,0,-1527.61,-10752.9,56.1826,4.72984,300,0,0,33,0,0,0,0,0),(63415,17680,530,1,1,0,0,-1553.88,-10695.7,131.293,5.61996,300,0,0,33,0,0,0,0,0),(63416,17680,530,1,1,0,0,-1443.78,-10741.8,72.7757,5.23599,300,0,0,33,0,0,0,0,0),(63417,17680,530,1,1,0,0,-1463.3,-10704.8,68.545,3.80482,300,0,0,33,0,0,0,0,0),(63418,17680,530,1,1,0,0,-1461.41,-10731.5,67.0504,0.401426,300,0,0,33,0,0,0,0,0),(63419,17680,530,1,1,0,0,-1413.1,-10669.1,81.3434,2.1293,300,0,0,33,0,0,0,0,0),(63420,17680,530,1,1,0,0,-1371.79,-10694,89.8478,0.767945,300,0,0,33,0,0,0,0,0),(63421,17680,530,1,1,0,0,-1378.22,-10690.5,85.5278,1.8326,300,0,0,33,0,0,0,0,0),(63422,17680,530,1,1,0,0,-1408.95,-10690.6,78.2791,5.93412,300,0,0,33,0,0,0,0,0),(63423,17680,530,1,1,0,0,-1402.12,-10665.1,86.6284,1.0821,300,0,0,33,0,0,0,0,0),(63424,17680,530,1,1,0,0,-1438.41,-10664.3,76.5493,3.50811,300,0,0,33,0,0,0,0,0),(63425,17680,530,1,1,0,0,-1385.69,-10625.4,106.478,5.60251,300,0,0,33,0,0,0,0,0),(63426,17680,530,1,1,0,0,-1393.33,-10642.6,104.852,2.89725,300,0,0,33,0,0,0,0,0),(63427,17680,530,1,1,0,0,-1433.51,-10612.1,124.711,1.18682,300,0,0,33,0,0,0,0,0),(63428,17680,530,1,1,0,0,-1457.81,-10621.3,131.848,3.7303,300,0,0,33,0,0,0,0,0),(63429,17680,530,1,1,0,0,-1452.12,-10624.1,129.115,2.60054,300,0,0,33,0,0,0,0,0),(63430,17680,530,1,1,0,0,-1432.56,-10623,119.959,5.46288,300,0,0,33,0,0,0,0,0),(63431,17680,530,1,1,0,0,-1359.67,-10657.3,95.0549,0.925025,300,0,0,33,0,0,0,0,0),(63432,17680,530,1,1,0,0,-1514.5,-10672.3,138.527,2.11185,300,0,0,33,0,0,0,0,0),(63433,17680,530,1,1,0,0,-1507.08,-10661.5,134.411,4.64258,300,0,0,33,0,0,0,0,0),(63434,17680,530,1,1,0,0,-1608.59,-10682.4,132.747,0.471239,300,0,0,33,0,0,0,0,0),(63435,17680,530,1,1,0,0,-1594.85,-10708.7,136.791,4.15388,300,0,0,33,0,0,0,0,0),(63436,17680,530,1,1,0,0,-1561.85,-10680.8,130.263,4.92183,300,0,0,33,0,0,0,0,0),(63437,17680,530,1,1,0,0,-1582.65,-10653.8,133.492,4.20624,300,0,0,33,0,0,0,0,0),(63438,17680,530,1,1,0,0,-1586.52,-10652.8,133.859,3.28122,300,0,0,33,0,0,0,0,0),(63439,17680,530,1,1,0,0,-1541.37,-10654.2,132.901,4.47406,300,0,0,33,0,0,0,0,0),(63440,17680,530,1,1,0,0,-1611.01,-10689.6,133.387,0.593412,300,0,0,33,0,0,0,0,0),(63441,17680,530,1,1,0,0,-1628.96,-10672.1,143.517,5.75959,300,0,0,33,0,0,0,0,0),(63442,17682,530,1,1,0,1,-2519.77,-12301.9,14.2378,3.19395,120,0,0,325,357,0,0,0,0),(63443,17683,530,1,1,0,0,-1581.99,-10667.8,131.488,5.38439,300,0,0,449,0,0,0,0,0),(63444,17684,530,1,1,0,1,-1960.39,-11883.2,48.9848,4.67748,300,0,0,10208,963,0,0,0,0),(63445,17686,530,1,1,0,0,-1505.5,-10886.6,64.9206,2.28638,300,0,0,386,0,0,0,0,0),(63446,17694,540,3,1,0,0,87.2392,66.3062,-13.2226,1.85408,86400,0,0,14181,16191,0,0,0,0),(63447,17694,540,3,1,0,0,47.9386,88.9673,-13.2226,5.79442,86400,0,0,14181,16191,0,0,0,0),(63448,17701,530,1,1,0,0,-2240.85,-12318.6,57.2949,4.7298,300,0,0,369,0,0,0,0,0),(63450,17703,530,1,1,0,1,-1951.89,-11896.6,48.8616,0.419529,300,0,0,356,0,2,0,0,0),(203434,18800,530,1,1,0,1,-4192.63,-11837.5,-132.612,5.23599,120,0,0,1,0,0,0,0,0),(203433,18800,530,1,1,0,1,-4106.37,-11757.8,-139.708,4.53786,120,0,0,1,0,0,0,0,0),(203432,18800,530,1,1,0,1,-3946.41,-11857.7,1.10961,0.436332,120,0,0,1,0,0,0,0,0),(203431,16733,530,1,1,0,1,-4061.45,-11809.8,9.15494,5.27089,120,0,0,1,0,0,0,0,0),(63455,17712,530,1,1,0,0,-1251.07,-12657.3,0.88492,1.76278,300,0,0,521,0,0,0,0,0),(63456,17713,530,1,1,0,0,-1112.19,-12654,-1.34606,2.7582,300,5,0,285,790,1,0,0,0),(63457,17713,530,1,1,0,0,-1217.35,-12751.6,-16.0452,0.246406,300,5,0,285,790,1,0,0,0),(63458,17713,530,1,1,0,0,-1242.94,-12715.1,-15.8101,0.23144,300,5,0,285,790,1,0,0,0),(63459,17713,530,1,1,0,0,-1227.56,-12729.1,-11.7508,0.822725,300,5,0,285,790,1,0,0,0),(63460,17713,530,1,1,0,0,-1082.8,-12680.3,-5.76515,0.206591,300,5,0,285,790,1,0,0,0),(63461,17713,530,1,1,0,0,-1147.91,-12684.6,-13.3099,2.64948,300,5,0,285,790,1,0,0,0),(63462,17713,530,1,1,0,0,-1109.85,-12718.3,-13.2103,0.261754,300,5,0,285,790,1,0,0,0),(63463,17713,530,1,1,0,0,-1151.67,-12751.5,-15.7517,4.34541,300,5,0,285,790,1,0,0,0),(63464,17713,530,1,1,0,0,-1183.57,-12718.8,-12.1403,3.81278,300,5,0,285,790,1,0,0,0),(63465,17713,530,1,1,0,0,-1168.39,-12731.5,-15.835,0.834108,300,5,0,285,790,1,0,0,0),(63466,17713,530,1,1,0,0,-1284.04,-12756.2,-18.505,4.54536,300,5,0,285,790,1,0,0,0),(63467,17713,530,1,1,0,0,-1117.44,-12782.2,-19.2117,3.83757,300,5,0,285,790,1,0,0,0),(63468,17713,530,1,1,0,0,-1315.79,-12773.5,-18.827,0.332118,300,5,0,285,790,1,0,0,0),(63469,17713,530,1,1,0,0,-1303.28,-12736.8,-19.4918,0.760788,300,5,0,285,790,1,0,0,0),(63470,17713,530,1,1,0,0,-1316.62,-12723.6,-15.7437,4.06971,300,5,0,285,790,1,0,0,0),(63471,17713,530,1,1,0,0,-1119.83,-12753.1,-11.3029,3.94635,300,5,0,285,790,1,0,0,0),(63472,17713,530,1,1,0,0,-1077.17,-12745.7,-14.2819,5.50863,300,5,0,285,790,1,0,0,0),(63473,17713,530,1,1,0,0,-1056.84,-12716.5,-15.9582,2.73507,300,5,0,285,790,1,0,0,0),(63474,17713,530,1,1,0,0,-1054.43,-12651.1,1.1598,0.845988,300,5,0,285,790,1,0,0,0),(63475,17713,530,1,1,0,0,-1021.54,-12679.3,-4.38429,0.89453,300,5,0,285,790,1,0,0,0),(63476,17713,530,1,1,0,0,-984.373,-12685.6,-6.28125,5.61632,300,5,0,285,790,1,0,0,0),(63477,17713,530,1,1,0,0,-1748.24,-12716.5,-15.7517,4.03021,300,5,0,285,790,1,0,0,0),(63478,17713,530,1,1,0,0,-1817.23,-12671,-15.71,5.69134,300,5,0,285,790,1,0,0,0),(63479,17713,530,1,1,0,0,-1790.27,-12764.3,3.24622,4.70458,300,5,0,285,790,1,0,0,0),(63480,17713,530,1,1,0,0,-1704.25,-12752.6,-15.7112,1.28678,300,5,0,285,790,1,0,0,0),(63481,17713,530,1,1,0,0,-1812.96,-12780.9,3.67888,0.137164,300,5,0,285,790,1,0,0,0),(63482,17713,530,1,1,0,0,-1726.88,-12813.9,14.665,1.17456,300,5,0,285,790,1,0,0,0),(63483,17713,530,1,1,0,0,-1859.22,-12782.7,6.81233,0.293488,300,5,0,285,790,1,0,0,0),(63484,17713,530,1,1,0,0,-1878.07,-12701.6,-16.2434,1.51328,300,5,0,285,790,1,0,0,0),(63485,17713,530,1,1,0,0,-1896.07,-12785.3,13.7141,4.4855,300,5,0,285,790,1,0,0,0),(63486,17713,530,1,1,0,0,-1892.93,-12784.4,12.8877,3.34627,300,5,0,285,790,1,0,0,0),(63487,17713,530,1,1,0,0,-1976.72,-12828,34.4264,5.28361,300,5,0,285,790,1,0,0,0),(63488,17713,530,1,1,0,0,-1930.05,-12713.5,29.322,5.65714,300,5,0,285,790,1,0,0,0),(63489,17713,530,1,1,0,0,-1924.27,-12690.9,2.14244,3.96025,300,5,0,285,790,1,0,0,0),(63490,17713,530,1,1,0,0,-1946,-12792.6,25.9149,5.62478,300,5,0,285,790,1,0,0,0),(63491,17713,530,1,1,0,0,-2010,-12866.5,41.6599,0.855211,300,5,0,285,790,1,0,0,0),(63492,17713,530,1,1,0,0,-1999.16,-12850.8,38.209,0.928076,300,5,0,285,790,1,0,0,0),(63493,17713,530,1,1,0,0,-1992.75,-12910.7,44.3076,1.84629,300,5,0,285,790,1,0,0,0),(63494,17713,530,1,1,0,0,-1918.91,-12857.6,87.6988,2.91508,300,5,0,285,790,1,0,0,0),(63495,17713,530,1,1,0,0,-1955.86,-12932.9,58.1097,1.28177,300,5,0,285,790,1,0,0,0),(63496,17713,530,1,1,0,0,-1891.27,-12870.2,85.4716,2.51275,300,5,0,285,790,1,0,0,0),(63497,17713,530,1,1,0,0,-1886.47,-12900.2,73.9213,1.77317,300,5,0,285,790,1,0,0,0),(63498,17713,530,1,1,0,0,-1913.31,-12932.5,66.3047,4.87336,300,5,0,285,790,1,0,0,0),(63499,17714,530,1,1,0,0,-1216.78,-12776.6,-16.6522,0.616098,300,5,0,356,0,1,0,0,0),(63500,17714,530,1,1,0,0,-1226.89,-12785.7,-10.2604,5.77996,300,5,0,356,0,1,0,0,0),(63501,17714,530,1,1,0,0,-1229.12,-12786.9,-2.43311,1.81953,300,5,0,356,0,1,0,0,0),(63502,17714,530,1,1,0,0,-1213.66,-12784.9,-9.8936,3.89452,300,5,0,356,0,1,0,0,0),(63503,17717,530,1,1,0,0,9869.7,-7482.1,15.0325,4.10152,300,0,0,3984,2434,0,0,0,0),(96976,17718,530,1,1,17201,0,9861.31,-7516.01,-7.97752,2.26893,180,0,0,3484,5751,0,0,0,0),(63505,17768,530,1,1,0,0,9667.23,-7371.32,22.955,2.40855,300,0,0,230,249,0,0,0,0),(63506,17769,530,1,1,0,1,9665.91,-7372.65,22.955,5.86431,300,0,0,433,490,0,0,0,0),(63507,17769,530,1,1,0,1,9847.44,-7499.24,-3.91705,6.16101,300,0,0,433,490,0,0,0,0),(63508,17769,530,1,1,0,1,9854.45,-7499.58,-3.91712,2.94961,300,0,0,433,490,0,0,0,0),(63509,17807,530,1,1,0,1,10099.6,-6599.11,3.73867,2.16421,300,0,0,811,852,0,0,0,0),(63510,17824,530,1,1,0,0,-1937.94,-11847.3,51.4703,4.267,300,2,0,356,0,1,0,0,0),(63511,17825,530,1,1,0,0,-1942.65,-11851,51.5281,4.17134,300,0,0,404,456,0,0,0,0),(63512,17831,530,1,1,0,1,-283.861,8302.74,19.7109,0.925025,300,0,0,4731,2790,0,0,0,0),(63513,17834,530,1,1,0,1,-181.38,5527.09,29.4908,4.18879,300,0,0,4422,2620,0,0,0,0),(63514,17841,530,1,1,0,1,-143.452,5533.82,31.1488,0.191986,300,0,0,5233,2991,0,0,0,0),(63515,17843,530,1,1,0,1,-1959.44,-11890.1,49.2366,1.5708,300,0,0,10208,963,0,0,0,0),(63516,17844,530,1,1,0,1,-1963.4,-11887.4,49.0988,0.279253,300,0,0,10208,963,0,0,0,0),(63517,17845,530,1,1,0,0,9542.65,-7453.76,15.4635,3.03394,300,0,0,1551,4393,0,0,0,0),(96979,17845,530,1,1,17279,0,9848,-7527.12,-9.06941,1.15192,180,0,0,1551,4393,0,0,0,0),(96980,17845,530,1,1,17279,0,9854.31,-7524.35,-9.07447,2.16421,180,0,0,1551,4393,0,0,0,0),(96977,25223,530,1,1,22994,1,9840.6,-7515.86,-7.97756,1.15192,180,0,0,5589,3155,0,0,0,0),(96978,17845,530,1,1,17278,0,9844.77,-7522.55,-8.69915,0.907571,180,0,0,1551,4393,0,0,0,0),(63523,17847,530,1,1,0,0,9850.88,-7522.9,2.44636,4.7822,300,0,0,42,0,0,0,0,0),(63524,17850,530,1,1,0,0,-2115.63,-11415.5,66.4138,1.18682,300,5,0,42,0,1,0,0,0),(63525,17850,530,1,1,0,0,-2080.89,-11248.9,71.1372,5.91667,300,5,0,42,0,1,0,0,0),(63526,17850,530,1,1,0,0,-2116.39,-11311,63.3695,2.18166,300,5,0,42,0,1,0,0,0),(63527,17850,530,1,1,0,0,-2094,-11317.3,63.3217,0.959931,300,5,0,42,0,1,0,0,0),(63528,17850,530,1,1,0,0,-2016.81,-11316.8,65.8722,5.35816,300,5,0,42,0,1,0,0,0),(63529,17850,530,1,1,0,0,-2044.23,-11315.3,66.7371,5.20108,300,5,0,42,0,1,0,0,0),(63530,17850,530,1,1,0,0,-2049.14,-11286.9,67.5742,3.47321,300,5,0,42,0,1,0,0,0),(63531,17850,530,1,1,0,0,-2017.41,-11350.4,65.4848,5.02655,300,5,0,42,0,1,0,0,0),(63532,17855,530,1,1,0,1,-225.904,5389.86,22.9988,4.95674,300,0,0,16767,3155,0,0,0,0),(63533,17855,530,1,1,0,1,2937.5,5530.34,145.812,2.56563,300,0,0,16767,3155,0,0,0,0),(63534,17855,530,1,1,0,1,2942.99,5540.34,145.62,2.60054,300,0,0,16767,3155,0,0,0,0),(63535,17855,530,1,1,0,1,2965.42,5492.39,143.984,2.21657,300,0,0,16767,3155,0,0,0,0),(63536,17855,530,1,1,0,1,2938.88,5483.33,145.386,3.19395,300,0,0,16767,3155,0,0,0,0),(63537,17855,530,1,1,0,1,2933.82,5416.47,147.5,3.92699,300,0,0,16767,3155,0,0,0,0),(63538,17855,530,1,1,0,1,2943.08,5410.43,147.25,3.87463,300,0,0,16767,3155,0,0,0,0),(63539,17855,530,1,1,0,1,2976.48,5456.65,144.289,4.06662,300,0,0,16767,3155,0,0,0,0),(63540,17855,530,1,1,0,1,2997.91,5511.89,146.631,1.32645,300,0,0,16767,3155,0,0,0,0),(63541,17855,530,1,1,0,1,3019.93,5475.36,146.33,6.21337,300,0,0,16767,3155,0,0,0,0),(63542,17855,530,1,1,0,1,3005.74,5533.11,148.895,1.15192,300,0,0,16767,3155,0,0,0,0),(63543,17855,530,1,1,0,1,3085.57,5480.01,143.627,0.418879,300,0,0,16767,3155,0,0,0,0),(63544,17855,530,1,1,0,1,2967.57,5784.94,132.915,1.43117,300,0,0,16767,3155,0,0,0,0),(63545,17855,530,1,1,0,1,2948.06,5792.65,133.571,6.12611,300,0,0,16767,3155,0,0,0,0),(63546,17855,530,1,1,0,1,2950.68,5792.2,133.196,2.87979,300,0,0,16767,3155,0,0,0,0),(63547,17855,530,1,1,0,1,3089.18,5469.35,143.877,0.383972,300,0,0,16767,3155,0,0,0,0),(63548,17855,530,1,1,0,1,3018.66,5962.21,131.69,0.907571,300,0,0,16767,3155,0,0,0,0),(63549,17855,530,1,1,0,1,3020.35,5966.61,131.685,4.53786,300,0,0,16767,3155,0,0,0,0),(63550,17855,530,1,1,0,1,3022.65,5963.61,130.777,2.73633,300,0,0,16767,3155,2,0,0,0),(63551,17855,530,1,1,0,1,3096.95,6122.23,134.852,5.02655,300,0,0,16767,3155,0,0,0,0),(63552,17855,530,1,1,0,1,3097.9,6119.43,134.46,1.90241,300,0,0,16767,3155,0,0,0,0),(63553,17855,530,1,1,0,1,3111.82,6150.17,136.829,1.50631,300,0,0,16767,3155,0,0,0,0),(63554,17855,530,1,1,0,1,3106.6,6197.88,135.556,0.855211,300,0,0,16767,3155,0,0,0,0),(63555,17855,530,1,1,0,1,3110.28,6192.27,136.326,4.95674,300,0,0,16767,3155,0,0,0,0),(63556,17855,530,1,1,0,1,3113.49,6189.77,136.85,3.28122,300,0,0,16767,3155,0,0,0,0),(63557,17855,530,1,1,0,1,3108.37,6189.2,136.129,0.191986,300,0,0,16767,3155,0,0,0,0),(63558,17855,530,1,1,0,1,3111.82,6186.45,136.835,1.8326,300,0,0,16767,3155,0,0,0,0),(63559,17855,530,1,1,0,1,-221.303,5445.54,21.8125,4.41568,300,0,0,16767,3155,0,0,0,0),(63560,17855,530,1,1,0,1,-231.893,5445.72,21.5534,4.81711,300,0,0,16767,3155,0,0,0,0),(63561,17855,530,1,1,0,1,-218.071,5391.11,23.1238,4.7822,300,0,0,16767,3155,0,0,0,0),(63562,17855,530,1,1,0,1,-220.27,5471.64,21.901,1.6057,300,0,0,16767,3155,0,0,0,0),(63563,17855,530,1,1,0,1,-231.744,5471.54,21.776,1.51844,300,0,0,16767,3155,0,0,0,0),(63564,17855,530,1,1,0,1,-200.03,5508.86,21.9977,3.4383,300,0,0,16767,3155,0,0,0,0),(63565,17855,530,1,1,0,1,-202.651,5515.28,21.7477,3.7547,300,0,0,16767,3155,2,0,0,0),(63566,17855,530,1,1,0,1,-203.958,5521.06,22.1227,3.68265,300,0,0,16767,3155,0,0,0,0),(63567,17855,530,1,1,0,1,-159.57,5531.94,29.4907,3.7001,300,0,0,16767,3155,0,0,0,0),(63568,17855,530,1,1,0,1,-157.081,5525.07,29.4907,3.24631,300,0,0,16767,3155,0,0,0,0),(63569,17855,530,1,1,0,1,-92.917,5541.39,23.1015,6.12611,300,0,0,16767,3155,0,0,0,0),(63570,17855,530,1,1,0,1,-93.2155,5549.56,23.1653,6.19592,300,0,0,16767,3155,0,0,0,0),(63571,17855,530,1,1,0,1,-343.096,5486.51,21.1869,3.1765,300,0,0,16767,3155,0,0,0,0),(63572,17855,530,1,1,0,1,-343.147,5478.13,21.1902,2.98451,300,0,0,16767,3155,0,0,0,0),(63573,17856,530,1,1,0,1,258.056,8492.63,23.6911,2.16421,300,0,0,4731,2790,0,0,0,0),(63574,17857,530,1,1,0,1,266.85,8501.27,23.5602,2.65094,300,0,0,5527,0,0,0,0,0),(63575,17858,530,1,1,0,1,-252.359,5499.21,66.6825,5.28835,300,0,0,2699,0,0,0,0,0),(200025,36558,650,3,1,0,0,788.016,650.788,412.475,3.80482,999999,0,0,50000,0,0,0,0,0),(63577,17866,530,1,1,0,1,269.575,8486.95,26.2931,2.19912,300,0,0,4892,2846,0,0,0,0),(200022,36558,650,3,1,0,0,778.741,576.049,412.476,2.23402,999999,0,0,50000,0,0,0,0,0),(63579,17877,530,1,1,0,0,231.403,8479.94,17.9283,2.04204,300,0,0,14193,11160,0,0,0,0),(63580,17883,530,1,1,0,0,-1954.25,-11886.1,49.5417,1.98968,300,0,0,42,0,0,0,0,0),(63581,17884,530,1,1,0,1,729.38,6846.44,-66.3687,2.18166,300,0,0,4422,2620,0,0,0,0),(63582,17886,530,1,1,0,0,-2095.96,-10685.1,65.9864,2.74017,300,0,0,990,2814,0,0,0,0),(63583,17886,530,1,1,0,0,-2146.11,-10739.2,72.8098,2.1293,300,0,0,990,2814,0,0,0,0),(63584,17886,530,1,1,0,0,-2124.98,-10723.4,66.967,2.1293,300,0,0,990,2814,0,0,0,0),(63585,17886,530,1,1,0,0,-2108.27,-10702.7,65.0672,2.46091,300,0,0,990,2814,0,0,0,0),(63586,17887,530,1,1,0,0,-2084.46,-10743.4,68.5062,2.1149,300,5,0,1,79,1,0,0,0),(63587,17887,530,1,1,0,0,-2112.36,-10746,68.0234,0.407799,300,5,0,1,79,1,0,0,0),(63588,17887,530,1,1,0,0,-2098.93,-10738,68.0752,4.12021,300,5,0,1,79,1,0,0,0),(63589,17887,530,1,1,0,0,-2082.8,-10751.5,68.8674,4.47623,300,5,0,1,79,1,0,0,0),(63590,17887,530,1,1,0,0,-2094.49,-10770.9,68.0999,2.69129,300,5,0,1,79,1,0,0,0),(63591,17887,530,1,1,0,0,-2109.72,-10770,67.9967,4.42871,300,5,0,1,79,1,0,0,0),(63592,17887,530,1,1,0,0,-2154.1,-10739.5,73.7735,3.15721,300,5,0,1,79,1,0,0,0),(63593,17887,530,1,1,0,0,-2133.95,-10668.6,56.1995,2.6529,300,5,0,1,79,1,0,0,0),(63594,17887,530,1,1,0,0,-2133.51,-10680.5,55.0527,1.5708,300,5,0,1,79,1,0,0,0),(63595,17887,530,1,1,0,0,-2141.81,-10703.4,51.1493,2.63545,300,5,0,1,79,1,0,0,0),(63596,17887,530,1,1,0,0,-2142.59,-10676.1,51.8685,2.70526,300,5,0,1,79,1,0,0,0),(63597,17887,530,1,1,0,0,-2135.62,-10713.6,57.7813,1.39626,300,5,0,1,79,1,0,0,0),(63598,17887,530,1,1,0,0,-2148.24,-10712,51.6137,0.119507,300,5,0,1,79,1,0,0,0),(63599,17887,530,1,1,0,0,-2152.86,-10724,55.4578,5.63016,300,5,0,1,79,1,0,0,0),(63600,17887,530,1,1,0,0,-2159.91,-10705.1,51.099,6.07277,300,5,0,1,79,1,0,0,0),(63601,17887,530,1,1,0,0,-2141.52,-10706.9,52.2078,0.321007,300,5,0,1,79,1,0,0,0),(63602,17887,530,1,1,0,0,-2112.54,-10703.8,64.2934,5.60244,300,5,0,1,79,1,0,0,0),(63603,17887,530,1,1,0,0,-2101.53,-10710.7,66.4184,1.17813,300,5,0,1,79,1,0,0,0),(63604,17887,530,1,1,0,0,-2117.95,-10669.9,61.9045,3.15905,300,5,0,1,79,1,0,0,0),(63605,17887,530,1,1,0,0,-2115.3,-10683.5,59.0921,6.17846,300,5,0,1,79,1,0,0,0),(63606,17887,530,1,1,0,0,-2110.91,-10706.1,65.5434,6.02017,300,5,0,1,79,1,0,0,0),(63607,17887,530,1,1,0,0,-2087,-10724.4,69.1601,6.00837,300,5,0,1,79,1,0,0,0),(63608,17887,530,1,1,0,0,-2156.59,-10662.7,48.053,3.05433,300,5,0,1,79,1,0,0,0),(63609,17889,530,1,1,0,0,-2139.98,-10687.4,71.2129,4.95674,300,0,0,42,0,0,0,0,0),(63610,17889,530,1,1,0,0,-2148.17,-10696.9,70.9005,6.05629,300,0,0,42,0,0,0,0,0),(63611,17889,530,1,1,0,0,-2143.44,-10692,76.431,5.61996,300,0,0,42,0,0,0,0,0),(63612,17896,530,1,1,0,1,-221.63,5517.05,25.1817,5.11381,300,0,0,2784,0,0,0,0,0),(63613,17900,530,1,1,0,0,-205.58,5397.79,22.8087,3.61283,300,0,0,6474,0,0,0,0,0),(63614,17901,530,1,1,0,0,-325.369,5505.15,23.669,3.405,300,0,0,6474,0,2,0,0,0),(63615,17904,530,1,1,0,1,-198.97,5490.69,21.9294,3.33358,300,0,0,24416,0,0,0,0,0),(63616,17909,530,1,1,0,1,-215.543,5437.27,21.5109,3.54302,300,0,0,5233,2991,0,0,0,0),(63617,17923,530,1,1,0,0,-205.36,8516.55,22.8028,3.34133,300,0,0,5715,0,0,0,0,0),(63618,17924,530,1,1,0,0,189.901,8485.71,27.0235,0.767945,300,0,0,5715,0,0,0,0,0),(63619,17925,530,1,1,0,0,280.21,8512.68,24.2954,3.68265,300,0,0,5715,0,0,0,0,0),(63620,17926,530,1,1,0,0,-1755.93,-11061.5,77.1203,4.08407,300,0,0,377,408,0,0,0,0),(63621,17927,530,1,1,0,0,-1757.13,-11062.2,77.0563,4.38078,300,0,0,377,408,0,0,0,0),(63622,17947,530,1,1,0,0,-4574.52,-13320.3,89.2015,3.05433,300,0,0,6722,0,0,0,0,0),(63623,17953,530,1,1,0,0,-287.131,8312.12,20.0859,0.900632,300,0,0,5914,0,0,0,0,0),(63624,17956,530,1,1,0,1,-215.167,5433.43,22.0385,2.72271,300,0,0,3367,2568,0,0,0,0),(63625,17969,530,1,1,0,0,-931.885,5283.56,23.9814,1.06465,300,0,0,4781,2434,0,0,0,0),(63626,17974,530,1,1,0,0,-1934.25,-11848.4,51.6346,4.38078,300,0,0,42,0,0,0,0,0),(63627,17979,530,1,1,0,0,-1964.07,-10538.5,198.939,4.13643,300,0,0,42,0,0,0,0,0),(63628,17979,530,1,1,0,0,-1925.29,-10578.6,193.108,2.70526,300,0,0,42,0,0,0,0,0),(63629,17979,530,1,1,0,0,-1919.86,-10584.3,214.056,6.07375,300,0,0,42,0,0,0,0,0),(63630,17979,530,1,1,0,0,-1886.21,-10534.5,199.962,2.18166,300,0,0,42,0,0,0,0,0),(63631,17981,530,1,1,0,0,-2575.12,7891.8,-55.2351,3.99889,300,5,0,4731,2790,1,0,0,0),(63632,17981,530,1,1,0,0,-2598.11,7911.26,-54.4846,1.65898,300,5,0,4731,2790,1,0,0,0),(63633,17981,530,1,1,0,0,-2519.87,7885.58,-53.1157,2.32858,300,5,0,4731,2790,1,0,0,0),(63634,17981,530,1,1,0,0,-2416.7,7959,-48.855,5.57519,300,5,0,4731,2790,1,0,0,0),(63635,17981,530,1,1,0,0,-2349.42,7994.93,-43.8015,4.34587,300,0,0,4731,2790,0,0,0,0),(63636,17981,530,1,1,0,0,-2393.5,8047.3,-44.4821,4.23342,300,5,0,4731,2790,1,0,0,0),(63637,17981,530,1,1,0,0,-2546.92,8055.92,-46.7575,1.28177,300,5,0,4731,2790,1,0,0,0),(63638,17981,530,1,1,0,0,-2680.62,8057.17,-46.6199,4.40238,300,5,0,4731,2790,1,0,0,0),(63639,17981,530,1,1,0,0,-2649.75,8081.34,-45.5288,3.29613,300,5,0,4731,2790,1,0,0,0),(63640,17981,530,1,1,0,0,-2737.5,8036.14,-43.569,2.32582,300,5,0,4731,2790,1,0,0,0),(63641,17981,530,1,1,0,0,-2843.51,8076.71,-36.3955,6.17264,300,5,0,4731,2790,1,0,0,0),(63642,17981,530,1,1,0,0,-2885.36,8111.4,-33.1005,4.01824,300,5,0,4731,2790,1,0,0,0),(63643,17981,530,1,1,0,0,-2878.15,8183.31,-37.6338,1.52558,300,5,0,4731,2790,1,0,0,0),(63644,17981,530,1,1,0,0,-2854.18,8183.21,-39.3842,5.64442,300,5,0,4731,2790,1,0,0,0),(63645,17981,530,1,1,0,0,-2875.1,8246.89,-39.1978,1.97222,300,0,0,4731,2790,0,0,0,0),(63646,17981,530,1,1,0,0,-2785.31,8245.59,-45.7183,4.98747,300,5,0,4731,2790,1,0,0,0),(63647,17981,530,1,1,0,0,-2812.91,8280.19,-44.161,3.15897,300,5,0,4731,2790,1,0,0,0),(63648,17981,530,1,1,0,0,-2746.49,8205.49,-45.5506,3.68218,300,5,0,4731,2790,1,0,0,0),(63649,17981,530,1,1,0,0,-2711.5,8119.35,-46.9576,5.22135,300,5,0,4731,2790,1,0,0,0),(63650,17981,530,1,1,0,0,-2690.09,8142,-44.7551,2.70746,300,5,0,4731,2790,1,0,0,0),(63651,17981,530,1,1,0,0,-2492.69,8112.94,-43.3477,2.6771,300,5,0,4731,2790,1,0,0,0),(63652,17981,530,1,1,0,0,-2452.5,8138.39,-41.8171,2.36114,300,5,0,4731,2790,1,0,0,0),(63653,17981,530,1,1,0,0,-2352.45,8123.74,-41.9833,0.1629,300,5,0,4731,2790,1,0,0,0),(63654,17981,530,1,1,0,0,-2406.12,8222.87,-38.2251,1.46595,300,5,0,4731,2790,1,0,0,0),(63655,17981,530,1,1,0,0,-2386.5,8140.04,-42.6096,4.61846,300,5,0,4731,2790,1,0,0,0),(63656,17981,530,1,1,0,0,-2316.95,8117.2,-37.8547,4.1773,300,5,0,4731,2790,1,0,0,0),(63657,17981,530,1,1,0,0,-2285.16,7989.13,-37.7912,1.31501,300,5,0,4731,2790,1,0,0,0),(63658,17981,530,1,1,0,0,-2250.84,8109.96,-33.9398,1.16758,300,5,0,4731,2790,1,0,0,0),(63659,17981,530,1,1,0,0,-2248.21,8018.41,-33.5733,4.65375,300,5,0,4731,2790,1,0,0,0),(63660,17981,530,1,1,0,0,-2248.93,8162.35,-34.1296,0.433029,300,5,0,4731,2790,1,0,0,0),(63661,17981,530,1,1,0,0,-2290.08,8187.5,-37.8083,1.27158,300,5,0,4731,2790,1,0,0,0),(63662,17981,530,1,1,0,0,-2378.78,8217.26,-40.0361,5.62092,300,5,0,4731,2790,1,0,0,0),(63663,17981,530,1,1,0,0,-2382.69,8252.02,-39.4319,4.79907,300,5,0,4731,2790,1,0,0,0),(63664,17981,530,1,1,0,0,-2384.68,8383.2,-40.177,2.39148,300,5,0,4731,2790,1,0,0,0),(63665,17981,530,1,1,0,0,-2419.35,8414.52,-37.9455,3.29384,300,5,0,4731,2790,1,0,0,0),(63666,17981,530,1,1,0,0,-2393.42,8406.12,-39.8205,5.29164,300,5,0,4731,2790,1,0,0,0),(63667,17981,530,1,1,0,0,-2794.08,8246.22,-45.1886,4.97111,300,5,0,4731,2790,1,0,0,0),(63668,17981,530,1,1,0,0,-2785.75,8350.39,-38.9111,5.39084,300,5,0,4731,2790,1,0,0,0),(63669,17981,530,1,1,0,0,-2758.82,8396.54,-38.0001,1.28767,300,5,0,4731,2790,1,0,0,0),(63670,17981,530,1,1,0,0,-2811.98,8321.82,-42.2389,1.8074,300,5,0,4731,2790,1,0,0,0),(63671,17981,530,1,1,0,0,-2708.02,8467.08,-40.5195,5.67134,300,5,0,4731,2790,1,0,0,0),(63672,17981,530,1,1,0,0,-2422.36,8430.28,-38.5826,2.04166,300,5,0,4731,2790,1,0,0,0),(63673,17981,530,1,1,0,0,-2456.51,8472.73,-37.4893,3.35105,300,5,0,4731,2790,1,0,0,0),(63674,17981,530,1,1,0,0,-2459.15,8511.59,-33.4412,2.64216,300,5,0,4731,2790,1,0,0,0),(63675,17981,530,1,1,0,0,-2423.6,8580.04,-28.543,4.45919,300,5,0,4731,2790,1,0,0,0),(63676,17981,530,1,1,0,0,-2408.49,8571.75,-27.8598,5.57519,300,5,0,4731,2790,1,0,0,0),(63677,17981,530,1,1,0,0,-2473.02,8548.88,-32.2708,5.55296,300,5,0,4731,2790,1,0,0,0),(63678,17981,530,1,1,0,0,-2549.04,8508.58,-37.3482,3.14059,300,5,0,4731,2790,1,0,0,0),(63679,17981,530,1,1,0,0,-2515.91,8580.48,-29.7512,4.90902,300,5,0,4731,2790,1,0,0,0),(63680,17981,530,1,1,0,0,-2616.6,8516.56,-38.374,3.27417,300,5,0,4731,2790,1,0,0,0),(63681,17981,530,1,1,0,0,-2621.3,8503.74,-36.6781,5.54268,300,5,0,4731,2790,1,0,0,0),(63682,17981,530,1,1,0,0,-2677.57,8498.35,-41.1373,1.05819,300,5,0,4731,2790,1,0,0,0),(63683,17981,530,1,1,0,0,-2715.86,8542.15,-38.4218,2.90183,300,5,0,4731,2790,1,0,0,0),(63684,17981,530,1,1,0,0,-2783.5,8510.72,-33.6167,1.51684,300,5,0,4731,2790,1,0,0,0),(63685,17981,530,1,1,0,0,-2825.36,8574.86,-29.8011,4.03765,300,5,0,4731,2790,1,0,0,0),(63686,17981,530,1,1,0,0,-2679.95,8640.3,-29.225,3.83508,300,5,0,4731,2790,1,0,0,0),(63687,17981,530,1,1,0,0,-2457.45,8673.92,-17.3915,2.04754,300,5,0,4731,2790,1,0,0,0),(63688,17982,530,1,1,0,1,-1772.81,-11080.6,77.6202,4.2586,300,0,0,1299,1470,0,0,0,0),(63689,17983,530,1,1,0,0,-4189.43,-12459.4,45.4232,5.95157,300,0,0,198,0,0,0,0,0),(63690,17984,530,1,1,0,0,9323.41,-7887.82,145.177,0.327905,300,0,0,57,0,0,0,0,0),(63691,17984,530,1,1,0,0,9324.71,-7874.52,161.567,5.56862,300,0,0,57,0,0,0,0,0),(63692,17984,530,1,1,0,0,9335.93,-7883.56,145.746,5.58505,300,0,0,57,0,0,0,0,0),(63693,17984,530,1,1,0,0,9336.56,-7872.37,145.322,4.65567,300,0,0,57,0,0,0,0,0),(63694,17984,530,1,1,0,0,9348.7,-7889.25,144.975,2.72285,300,0,0,57,0,0,0,0,0),(63695,17984,530,1,1,0,0,9292.65,-7910.68,178.908,4.32847,300,0,0,57,0,0,0,0,0),(63696,17984,530,1,1,0,0,9289.95,-7917.38,179.984,1.3439,300,0,0,57,0,0,0,0,0),(63697,17984,530,1,1,0,0,9287.99,-7924.37,178.741,1.29727,300,0,0,57,0,0,0,0,0),(63698,17985,530,1,1,0,0,-146.927,5532.31,30.9357,1.8675,300,0,0,4120,0,0,0,0,0),(63699,17986,530,1,1,0,1,-1777.24,-11078.2,76.5136,4.72984,300,0,0,1212,1368,0,0,0,0),(63700,17988,530,1,1,0,0,-1925.1,-11810.4,63.9344,0.802851,300,0,0,42,0,0,0,0,0),(63701,17998,530,1,1,0,0,-755.97,5925.65,19.0132,2.18166,300,0,0,4120,0,0,0,0,0),(63702,17999,530,1,1,0,0,-213.254,6302.23,21.7091,3.9619,300,0,0,4120,0,0,0,0,0),(63703,18000,530,1,1,0,0,566.547,6359.52,23.0685,4.86947,300,0,0,4120,0,0,0,0,0),(63704,18002,530,1,1,0,0,498.568,8197.98,21.5421,4.36332,300,0,0,4120,0,0,0,0,0),(63705,18003,530,1,1,0,1,280.43,6046.59,130.391,4.4855,300,0,0,24460,14230,0,0,0,0),(63706,18004,530,1,1,0,1,256.774,6039.52,131.693,0.453786,300,0,0,4422,2620,0,0,0,0),(63707,18005,530,1,1,0,1,329.267,6066.22,138.516,2.09439,300,0,0,4422,2620,0,0,0,0),(63708,18006,530,1,1,0,1,330.868,6074.52,138.517,3.71755,300,0,0,4422,2620,0,0,0,0),(63709,18007,530,1,1,0,1,301.947,6025.05,131.693,2.14675,300,0,0,4422,2620,0,0,0,0),(63710,18008,530,1,1,0,1,1024.03,7366.4,36.4186,0.785398,300,0,0,4572,2705,0,0,0,0),(63711,18009,530,1,1,0,1,974.863,7421.65,31.9895,5.18363,300,0,0,4572,2705,0,0,0,0),(63712,18010,530,1,1,0,1,1020.84,7383.45,36.3243,3.24631,300,0,0,4572,2705,0,0,0,0),(63713,18011,530,1,1,0,1,99.9843,5188.04,21.1605,0.436332,300,0,0,2590,2568,0,0,0,0),(63714,18012,530,1,1,0,1,124.199,5204.06,22.5011,3.1765,300,0,0,2590,2568,0,0,0,0),(63715,18013,530,1,1,0,0,229.687,7929.76,41.1959,2.00713,300,0,0,48920,2846,0,0,0,0),(63716,18014,530,1,1,0,1,296.559,7821.7,25.4293,2.63545,300,0,0,2590,2568,0,0,0,0),(63717,18015,530,1,1,0,1,286.395,7884.89,26.9761,3.57792,300,0,0,2590,2568,0,0,0,0),(63718,18016,530,1,1,0,1,114.089,5234.02,25.9489,4.15388,300,0,0,2590,2568,0,0,0,0),(63719,18017,530,1,1,0,1,193.656,7847.36,25.0292,5.58505,300,0,0,2590,2568,0,0,0,0),(63720,18018,530,1,1,0,1,272.576,7853.82,24.0883,0.191986,300,0,0,2590,2568,0,0,0,0),(63721,18019,530,1,1,0,1,974.253,7403.09,29.6108,6.14356,300,0,0,5527,0,0,0,0,0),(63722,18020,530,1,1,0,1,-1892.24,-11762.8,58.9855,0.436332,300,0,0,606,1368,0,0,0,0),(63723,18021,530,1,1,0,0,-1882.44,-11811.5,60.035,6.0912,300,0,0,866,1470,0,0,0,0),(63724,18022,530,1,1,0,1,-1897.37,-11869.7,39.6608,4.88692,300,0,0,1414,1368,0,0,0,0),(63725,18023,530,1,1,0,0,-2067.84,-11863.4,50.1402,0.698132,300,0,0,1732,1470,0,0,0,0),(63726,18024,530,1,1,0,1,-1896.39,-11887.7,39.0398,1.25664,300,0,0,1414,1368,0,0,0,0),(63727,18025,530,1,1,0,0,-2032.87,-11835.4,48.1801,3.90954,300,0,0,1732,1470,0,0,0,0),(63728,18026,530,1,1,0,0,-1979.77,-11937.1,56.9436,3.97935,300,0,0,1732,1470,0,0,0,0),(63729,18028,530,1,1,0,1,-2001.4,-11877.8,49.6441,0.349066,300,0,0,1414,1368,0,0,0,0),(63730,18029,530,1,1,0,0,-2064.58,-11834.7,51.6857,5.18363,300,0,0,1732,1470,0,0,0,0),(63731,18030,530,1,1,0,1,-1990.15,-11840.9,52.0283,4.29351,300,0,0,2020,1368,0,0,0,0),(63732,18033,530,1,1,0,0,-2980.32,6430.13,87.4984,0.478111,300,5,0,5715,0,1,0,0,0),(63733,18033,530,1,1,0,0,-2984.25,6441.97,85.3554,4.59022,300,0,0,5715,0,0,0,0,0),(63734,18033,530,1,1,0,0,-3007.88,6450.29,86.1779,4.45649,300,5,0,5715,0,1,0,0,0),(63735,18033,530,1,1,0,0,-2985.12,6456.89,85.4733,5.70723,300,0,0,5715,0,0,0,0,0),(63736,18033,530,1,1,0,0,-2980.18,6457.41,85.4054,2.1293,300,0,0,5715,0,0,0,0,0),(63737,18033,530,1,1,0,0,-2982.93,6467.44,86.522,3.584,300,5,0,5715,0,1,0,0,0),(63738,18033,530,1,1,0,0,-3006.83,6427.62,86.3368,6.20676,300,5,0,5715,0,1,0,0,0),(63739,18033,530,1,1,0,0,-2826.49,6532.08,37.3571,1.13446,300,0,0,5715,0,0,0,0,0),(63740,18033,530,1,1,0,0,-2807.55,6528.48,37.6054,3.0735,300,5,0,5715,0,1,0,0,0),(63741,18033,530,1,1,0,0,-2823.81,6561.27,37.4656,2.59395,300,5,0,5715,0,1,0,0,0),(63742,18033,530,1,1,0,0,-2842.54,6552.64,37.9404,1.42859,300,5,0,5715,0,1,0,0,0),(63743,18033,530,1,1,0,0,-2805.83,6550.31,37.4656,5.68224,300,5,0,5715,0,1,0,0,0),(63744,18037,530,1,1,0,1,-711.318,8667.93,158.378,4.33187,300,5,0,4892,2846,1,0,0,0),(63745,18037,530,1,1,0,1,-673.705,8747.14,184.569,4.92682,300,5,0,4892,2846,1,0,0,0),(63746,18037,530,1,1,0,1,-643.093,8792.74,202.253,4.55972,300,5,0,4892,2846,1,0,0,0),(63747,18037,530,1,1,0,1,-639.086,8797.5,202.376,3.11775,300,5,0,4892,2846,1,0,0,0),(63748,18037,530,1,1,0,1,-754.95,8810.77,183.505,0.459867,300,5,0,4892,2846,1,0,0,0),(63749,18037,530,1,1,0,1,-785.01,8851.32,184.643,1.48353,300,5,0,4892,2846,1,0,0,0),(63750,18037,530,1,1,0,1,-814.189,8729.63,178.212,4.50789,300,5,0,4892,2846,1,0,0,0),(63751,18037,530,1,1,0,1,-843.481,8684.61,178.649,4.75825,300,5,0,4892,2846,1,0,0,0),(63752,18037,530,1,1,0,1,-883.106,8740.83,173.61,3.72594,300,5,0,4892,2846,1,0,0,0),(63753,18037,530,1,1,0,1,-875.081,8725.1,172.793,3.87112,300,5,0,4892,2846,1,0,0,0),(63754,18037,530,1,1,0,1,-853.293,8719.97,176.366,2.68818,300,5,0,4892,2846,1,0,0,0),(63755,18037,530,1,1,0,1,-860.993,8885.97,182.756,0.300296,300,0,0,4892,2846,0,0,0,0),(63756,18037,530,1,1,0,1,-1011.45,8956.18,97.3646,5.3058,300,0,0,4892,2846,0,0,0,0),(63757,18037,530,1,1,0,1,-1008.25,8951.4,97.2811,2.14675,300,0,0,4892,2846,0,0,0,0),(63758,18037,530,1,1,0,1,-1050.95,8984.82,96.2913,5.94741,300,5,0,4892,2846,1,0,0,0),(63759,18037,530,1,1,0,1,-1128.38,8990.25,103.133,4.00195,300,5,0,4892,2846,1,0,0,0),(63760,18037,530,1,1,0,1,-1086.13,8831.01,101.744,2.37686,300,5,0,4892,2846,1,0,0,0),(63761,18037,530,1,1,0,1,-1085.42,8743.75,81.3294,3.41237,300,5,0,4892,2846,1,0,0,0),(63762,18037,530,1,1,0,1,-1005.09,8745.01,122.804,6.27049,300,5,0,4892,2846,1,0,0,0),(63763,18037,530,1,1,0,1,-1006.11,8816.32,123.647,1.13948,300,5,0,4892,2846,1,0,0,0),(63764,18037,530,1,1,0,1,-1045.18,8705.05,103.934,1.7634,300,5,0,4892,2846,1,0,0,0),(63765,18037,530,1,1,0,1,-964.019,8687.68,157.809,2.16151,300,5,0,4892,2846,1,0,0,0),(63766,18037,530,1,1,0,1,-914.861,8676.4,171.059,3.28984,300,5,0,4892,2846,1,0,0,0),(63767,18037,530,1,1,0,1,-909.395,8692.31,173.483,1.57955,300,5,0,4892,2846,1,0,0,0),(63768,18037,530,1,1,0,1,-1036.35,8800.96,112.147,0.925342,300,5,0,4892,2846,1,0,0,0),(63769,18038,530,1,1,0,1,-4135.06,-12187.2,-0.981324,1.83782,300,0,0,1124,0,2,0,0,0),(63771,18038,530,1,1,0,1,-4194.68,-12479.5,45.5526,3.55546,300,0,0,1124,0,0,0,0,0),(63772,18038,530,1,1,0,1,-4171.39,-12464.3,44.4007,2.1149,300,0,0,1124,0,2,0,0,0),(63773,18038,530,1,1,0,1,-4134.13,-12506,43.889,2.61591,300,0,0,1124,0,2,0,0,0),(63774,18038,530,1,1,0,1,-4200.61,-12494.6,44.6251,0.45375,300,0,0,1124,0,2,0,0,0),(203523,32734,571,1,1,0,0,5851.43,863.388,843.812,5.91667,120,0,0,1,0,0,0,0,0),(63776,18043,530,1,1,0,0,-2096.31,8794.05,9.0361,1.21262,300,5,0,6116,0,1,0,0,0),(63777,18043,530,1,1,0,0,-2096.78,8807.24,12.7513,1.01946,300,5,0,6116,0,1,0,0,0),(63778,18043,530,1,1,0,0,-2100.43,8830.79,21.7337,5.056,300,5,0,6116,0,1,0,0,0),(63779,18043,530,1,1,0,0,-2126.78,8856.62,23.4983,5.31645,300,5,0,6116,0,1,0,0,0),(63780,18043,530,1,1,0,0,-2113.52,8826.29,21.7337,1.65355,300,5,0,6116,0,1,0,0,0),(63781,18043,530,1,1,0,0,-2180.77,8887.55,21.3625,3.90954,300,0,0,6116,0,0,0,0,0),(63782,18043,530,1,1,0,0,-2138.74,8825.58,20.4039,0.569596,300,5,0,6116,0,1,0,0,0),(63783,18043,530,1,1,0,0,-2173.83,8870.14,22.2894,4.89729,300,5,0,6116,0,1,0,0,0),(63784,18043,530,1,1,0,0,-2198.38,8884.98,21.9041,4.30652,300,5,0,6116,0,1,0,0,0),(63785,18043,530,1,1,0,0,-2154.77,8868.24,22.0505,4.97505,300,5,0,6116,0,1,0,0,0),(63786,18043,530,1,1,0,0,-2139.38,8797.25,7.24396,4.58581,300,5,0,6116,0,1,0,0,0),(63787,18043,530,1,1,0,0,-2162.17,8770.27,3.24396,4.36226,300,5,0,6116,0,1,0,0,0),(63788,18043,530,1,1,0,0,-2113.53,8784.35,7.29289,2.11843,300,5,0,6116,0,1,0,0,0),(63789,18043,530,1,1,0,0,-2201.12,8824.08,16.2549,1.63933,300,5,0,6116,0,1,0,0,0),(63790,18043,530,1,1,0,0,-2206.67,8829.41,16.2549,0.630161,300,5,0,6116,0,1,0,0,0),(63791,18043,530,1,1,0,0,-2219.79,8784.38,5.61413,2.21504,300,5,0,6116,0,1,0,0,0),(63792,18043,530,1,1,0,0,-2232.22,8788.68,5.23913,4.29824,300,5,0,6116,0,1,0,0,0),(63793,18043,530,1,1,0,0,-2242.19,8854.42,16.9532,2.75965,300,5,0,6116,0,1,0,0,0),(63794,18043,530,1,1,0,0,-2238.43,8804.58,5.2919,2.46025,300,5,0,6116,0,1,0,0,0),(63795,18043,530,1,1,0,0,-2245.32,8812.97,5.6669,0.815903,300,5,0,6116,0,1,0,0,0),(63796,18043,530,1,1,0,0,-2232.06,8844.95,17.127,2.0154,300,5,0,6116,0,1,0,0,0),(63797,18043,530,1,1,0,0,-2205.32,8873.16,20.1647,0.788749,300,5,0,6116,0,1,0,0,0),(63798,18043,530,1,1,0,0,-2226.16,8851.08,17.127,2.84286,300,5,0,6116,0,1,0,0,0),(63799,18043,530,1,1,0,0,-2271.5,8801.2,7.96083,1.09975,300,5,0,6116,0,1,0,0,0),(63800,18043,530,1,1,0,0,-2263.53,8801.23,6.9169,3.14253,300,5,0,6116,0,1,0,0,0),(63801,18044,530,1,1,0,1,564.113,6199.74,26.8482,1.64061,300,0,0,17688,7860,0,0,0,0),(63802,18062,530,1,1,0,0,-2894.57,6692.24,19.1615,3.25894,300,5,0,5914,0,1,0,0,0),(63803,18062,530,1,1,0,0,-2483.04,7477.92,-7.70372,6.16779,300,5,0,5914,0,1,0,0,0),(63804,18062,530,1,1,0,0,-2848,7617.72,1.37196,0.603999,300,5,0,5914,0,1,0,0,0),(63805,18062,530,1,1,0,0,-2982.98,7228.68,22.8879,1.4789,300,5,0,5914,0,1,0,0,0),(63806,18062,530,1,1,0,0,-2838.6,7719.7,6.25155,3.64768,300,5,0,5914,0,1,0,0,0),(63807,18062,530,1,1,0,0,-2334.51,7779.62,-26.1746,2.1756,300,5,0,5914,0,1,0,0,0),(63808,18062,530,1,1,0,0,-2248.35,7915.53,-17.1069,0.700994,300,5,0,5914,0,1,0,0,0),(63809,18062,530,1,1,0,0,-2100.92,7978.11,-19.467,1.08555,300,5,0,5914,0,1,0,0,0),(63810,18062,530,1,1,0,0,-2057.59,8037.08,-18.0764,1.80133,300,5,0,5914,0,1,0,0,0),(63811,18062,530,1,1,0,0,-2238.03,8262.64,-7.62393,4.55492,300,5,0,5914,0,1,0,0,0),(63812,18062,530,1,1,0,0,-2015.42,8384,16.0682,0.349856,300,5,0,5914,0,1,0,0,0),(63813,18062,530,1,1,0,0,-1921.21,8279.69,8.91747,4.99604,300,5,0,5914,0,1,0,0,0),(63814,18062,530,1,1,0,0,-2100.9,7967.24,-17.592,4.11311,300,5,0,5914,0,1,0,0,0),(63815,18062,530,1,1,0,0,-1877.19,7934.47,-61.4332,6.23177,300,5,0,5914,0,1,0,0,0),(63816,18062,530,1,1,0,0,-1804.98,7906.47,-96.2035,3.09631,300,5,0,5914,0,1,0,0,0),(63817,18062,530,1,1,0,0,-1916.34,7806.53,-92.3062,3.78353,300,5,0,5914,0,1,0,0,0),(63818,18062,530,1,1,0,0,-1982.95,7820.67,-41.5598,2.31268,300,5,0,5914,0,1,0,0,0),(63819,18062,530,1,1,0,0,-2058.1,7715.7,-54.9688,4.46753,300,5,0,5914,0,1,0,0,0),(63820,18062,530,1,1,0,0,-1910.11,7757.27,-93.1214,4.66355,300,5,0,5914,0,1,0,0,0),(63821,18062,530,1,1,0,0,-1837.62,7747.83,-101.022,0.967643,300,5,0,5914,0,1,0,0,0),(63822,18062,530,1,1,0,0,-1808.4,7636.46,-6.30812,1.88236,300,5,0,5914,0,1,0,0,0),(63823,18062,530,1,1,0,0,-2031.67,7676.58,-88.5979,1.7033,300,5,0,5914,0,1,0,0,0),(63824,18062,530,1,1,0,0,-2088.96,7639.19,-39.0886,1.81578,300,5,0,5914,0,1,0,0,0),(63825,18062,530,1,1,0,0,-2007.33,7263.4,-39.102,1.98942,300,5,0,5914,0,1,0,0,0),(63826,18062,530,1,1,0,0,-2444.02,7494.42,-8.62605,5.48556,300,5,0,5914,0,1,0,0,0),(63827,18062,530,1,1,0,0,-2420.28,7505.38,-5.45795,3.01143,300,5,0,5914,0,1,0,0,0),(63828,18062,530,1,1,0,0,-2356.72,7574.41,-8.13469,4.29198,300,5,0,5914,0,1,0,0,0),(63829,18062,530,1,1,0,0,-2508.04,7477.48,-5.08092,3.48209,300,5,0,5914,0,1,0,0,0),(63830,18062,530,1,1,0,0,-2393.85,7408.91,-166.417,0.868601,300,5,0,5914,0,1,0,0,0),(63831,18062,530,1,1,0,0,-2363.32,7202.16,-153.914,2.84453,300,5,0,5914,0,1,0,0,0),(63832,18062,530,1,1,0,0,-2066.43,7203.63,-112.268,3.13836,300,5,0,5914,0,1,0,0,0),(63833,18062,530,1,1,0,0,-2080.39,7255.68,-43.4792,2.92695,300,5,0,5914,0,1,0,0,0),(63834,18062,530,1,1,0,0,-1974.83,7186.69,-105.172,6.14308,300,5,0,5914,0,1,0,0,0),(63835,18062,530,1,1,0,0,-1919.82,7154.38,-95.6059,1.039,300,5,0,5914,0,1,0,0,0),(63836,18062,530,1,1,0,0,-1885.57,7179.73,-86.3156,1.2958,300,5,0,5914,0,1,0,0,0),(63837,18062,530,1,1,0,0,-1883.42,7117.62,-87.7635,3.22765,300,5,0,5914,0,1,0,0,0),(63838,18062,530,1,1,0,0,-1944.24,7081.96,-90.2418,0.029288,300,5,0,5914,0,1,0,0,0),(63839,18062,530,1,1,0,0,-1921.71,7051.36,-91.2518,3.17478,300,5,0,5914,0,1,0,0,0),(63840,18062,530,1,1,0,0,-2034.31,6943.3,-89.574,3.54677,300,5,0,5914,0,1,0,0,0),(63841,18062,530,1,1,0,0,-2012.37,6984.6,-86.757,0.059616,300,5,0,5914,0,1,0,0,0),(63842,18062,530,1,1,0,0,-1469.51,7711.65,-15.0139,3.63802,300,5,0,5914,0,1,0,0,0),(63843,18062,530,1,1,0,0,-1274.63,7732.35,-5.28719,3.75072,300,5,0,5914,0,1,0,0,0),(63844,18062,530,1,1,0,0,-1244.29,7817.98,1.40321,0.771587,300,5,0,5914,0,1,0,0,0),(63845,18062,530,1,1,0,0,-1334.45,7905.13,-95.8802,4.23346,300,5,0,5914,0,1,0,0,0),(63846,18062,530,1,1,0,0,-1095.15,7980.24,16.7604,5.0621,300,5,0,5914,0,1,0,0,0),(63847,18062,530,1,1,0,0,-1204.43,8178.34,-6.30676,3.17224,300,5,0,5914,0,1,0,0,0),(63848,18062,530,1,1,0,0,-1209.04,8094.82,-3.58575,3.4439,300,5,0,5914,0,1,0,0,0),(63849,18062,530,1,1,0,0,-1269.96,8179.2,-6.8149,5.22233,300,5,0,5914,0,1,0,0,0),(63850,18062,530,1,1,0,0,-1309.87,8219.61,-7.54601,5.99533,300,5,0,5914,0,1,0,0,0),(63851,18062,530,1,1,0,0,-1336.08,8141.5,-92.1495,6.12349,300,5,0,5914,0,1,0,0,0),(63852,18062,530,1,1,0,0,-617.634,8298.77,65.6015,2.66484,300,5,0,5914,0,1,0,0,0),(63853,18062,530,1,1,0,0,-678.701,8203.98,57.5005,3.89032,300,5,0,5914,0,1,0,0,0),(63854,18062,530,1,1,0,0,-784.274,8171.21,53.9756,5.53716,300,5,0,5914,0,1,0,0,0),(63855,18062,530,1,1,0,0,-769.287,8153.52,49.5478,4.31557,300,5,0,5914,0,1,0,0,0),(63856,18062,530,1,1,0,0,-813.486,8053.47,45.7415,0.721772,300,5,0,5914,0,1,0,0,0),(63857,18062,530,1,1,0,0,-853.646,8013.19,37.7175,2.21352,300,5,0,5914,0,1,0,0,0),(63858,18062,530,1,1,0,0,-985.721,7873.42,45.8842,3.27468,300,5,0,5914,0,1,0,0,0),(63859,18062,530,1,1,0,0,-1074.75,7853.18,20.8361,5.94909,300,5,0,5914,0,1,0,0,0),(63860,18062,530,1,1,0,0,-693.031,7525.57,74.1192,1.45244,300,5,0,5914,0,1,0,0,0),(63861,18062,530,1,1,0,0,-661.907,7604.44,113.201,5.09689,300,5,0,5914,0,1,0,0,0),(63862,18062,530,1,1,0,0,-630.111,7560.03,107.824,2.90133,300,5,0,5914,0,1,0,0,0),(63863,18062,530,1,1,0,0,-671.551,7435.94,74.1448,5.8729,300,5,0,5914,0,1,0,0,0),(63864,18062,530,1,1,0,0,-981.398,7533.78,50.7756,0.46321,300,5,0,5914,0,1,0,0,0),(63865,18062,530,1,1,0,0,-749.442,7310.29,51.7866,3.42593,300,5,0,5914,0,1,0,0,0),(63866,18062,530,1,1,0,0,-683.573,7239.2,61.6943,2.85631,300,5,0,5914,0,1,0,0,0),(63867,18062,530,1,1,0,0,-681.09,7230.54,61.9811,6.24812,300,5,0,5914,0,1,0,0,0),(63868,18062,530,1,1,0,0,-623.451,7158.26,63.2681,0.365027,300,5,0,5914,0,1,0,0,0),(63869,18062,530,1,1,0,0,-587.671,7148.41,67.7279,3.9106,300,5,0,5914,0,1,0,0,0),(63870,18063,530,1,1,0,1,-1344.67,7232.62,33.5608,5.55015,300,0,0,6986,0,0,0,0,0),(63871,18064,530,1,1,0,1,-781.755,7884.99,52.0088,1.84789,300,5,0,4731,2790,1,0,0,0),(63872,18064,530,1,1,0,1,-748.014,7861.57,53.5311,1.87648,300,5,0,4731,2790,1,0,0,0),(63873,18064,530,1,1,0,1,-782.08,7787.13,39.7141,3.05261,300,5,0,4731,2790,1,0,0,0),(63874,18064,530,1,1,0,1,-851.438,7723.71,34.2226,4.5204,300,0,0,4731,2790,0,0,0,0),(63875,18064,530,1,1,0,1,-797.598,7764.97,39.7826,2.36457,300,5,0,4731,2790,1,0,0,0),(63876,18064,530,1,1,0,1,-775.493,7715.9,49.1003,3.48231,300,0,0,4731,2790,0,0,0,0),(63877,18064,530,1,1,0,1,-687.358,7754.83,83.8131,1.48501,300,5,0,4731,2790,1,0,0,0),(63878,18064,530,1,1,0,1,-686.223,7819.11,58.5046,2.29489,300,5,0,4731,2790,1,0,0,0),(63879,18064,530,1,1,0,1,-704.887,7701.44,84.5372,5.21053,300,5,0,4731,2790,1,0,0,0),(63880,18064,530,1,1,0,1,-652.975,7767.94,88.8518,1.94377,300,5,0,4731,2790,1,0,0,0),(63881,18064,530,1,1,0,1,-794.332,7713.91,48.0558,1.51588,300,0,0,4731,2790,0,0,0,0),(63882,18064,530,1,1,0,1,-866.976,7699.83,37.6382,2.73236,300,5,0,4731,2790,1,0,0,0),(63883,18064,530,1,1,0,1,-812.222,7666.27,44.3312,2.81345,300,0,0,4731,2790,0,0,0,0),(63884,18064,530,1,1,0,1,-767.433,7605.99,51.5416,3.40266,300,5,0,4731,2790,1,0,0,0),(63885,18065,530,1,1,0,0,-642.164,8709.67,189.527,3.3268,300,5,0,6116,0,1,0,0,0),(63886,18065,530,1,1,0,0,-753.135,8754.52,183.09,1.6659,300,0,0,6116,0,0,0,0,0),(63887,18065,530,1,1,0,0,-674.225,8822.47,198.368,2.86737,300,5,0,6116,0,1,0,0,0),(63888,18065,530,1,1,0,0,-595.196,8825.78,205.696,2.93916,300,5,0,6116,0,1,0,0,0),(63889,18065,530,1,1,0,0,-576.035,8859.15,210.552,4.74306,300,5,0,6116,0,1,0,0,0),(63890,18065,530,1,1,0,0,-805.025,8862.82,184.113,6.14356,300,0,0,6116,0,0,0,0,0),(63891,18065,530,1,1,0,0,-765.962,8801.38,183.607,5.49786,300,5,0,6116,0,1,0,0,0),(63892,18065,530,1,1,0,0,-837.7,8772.1,178.733,2.40773,300,5,0,6116,0,1,0,0,0),(63893,18065,530,1,1,0,0,-801.854,8744.64,194.351,5.31504,300,5,0,6116,0,1,0,0,0),(63894,18065,530,1,1,0,0,-823.304,8806.29,184.4,0.087996,300,5,0,6116,0,1,0,0,0),(63895,18065,530,1,1,0,0,-834.918,8690.83,180.55,1.56526,300,5,0,6116,0,1,0,0,0),(63896,18065,530,1,1,0,0,-832.585,8722.68,177.824,5.60859,300,5,0,6116,0,1,0,0,0),(63897,18065,530,1,1,0,0,-857.117,8752.28,174.317,4.50482,300,5,0,6116,0,1,0,0,0),(63898,18065,530,1,1,0,0,-875.99,8710.02,173.648,2.54454,300,5,0,6116,0,1,0,0,0),(63899,18065,530,1,1,0,0,-852.811,8888.88,183.01,0.18785,300,0,0,6116,0,0,0,0,0),(63900,18065,530,1,1,0,0,-751.684,8880.96,185.152,2.48248,300,5,0,6116,0,1,0,0,0),(63901,18065,530,1,1,0,0,-972.499,8893.05,146.422,0.481978,300,5,0,6116,0,1,0,0,0),(63902,18065,530,1,1,0,0,-954.587,8953.39,99.843,0.635389,300,5,0,6116,0,1,0,0,0),(63903,18065,530,1,1,0,0,-991.613,8976.25,95.5547,3.14159,300,5,0,6116,0,1,0,0,0),(63904,18065,530,1,1,0,0,-1024.84,9009.28,93.5698,5.60083,300,5,0,6116,0,1,0,0,0),(63905,18065,530,1,1,0,0,-1078.07,8917.26,102.649,3.73503,300,5,0,6116,0,1,0,0,0),(63906,18065,530,1,1,0,0,-1101.71,8968.72,104.723,2.55758,300,5,0,6116,0,1,0,0,0),(63907,18065,530,1,1,0,0,-1018.52,8863.7,131.76,2.45815,300,5,0,6116,0,1,0,0,0),(63908,18065,530,1,1,0,0,-984.791,8716.09,137.554,1.35446,300,5,0,6116,0,1,0,0,0),(63909,18065,530,1,1,0,0,-1116.26,8686.5,54.4484,5.69446,300,5,0,6116,0,1,0,0,0),(63910,18066,530,1,1,0,0,-1409.9,7269.19,25.5191,2.6529,300,0,0,5233,2991,0,0,0,0),(63911,18067,530,1,1,0,0,-1426.77,7268.06,25.5226,0.925025,300,0,0,5233,2991,0,0,0,0),(63912,18068,530,1,1,0,0,-1430.33,7283.28,25.5055,5.8294,300,0,0,5233,2991,0,0,0,0),(49058,14490,0,1,1,0,0,-14780.4,354.116,-19.3938,3.00688,144000,5,0,2317,0,2,0,0,0),(63914,18070,530,1,1,0,1,-234.269,5434.77,22.4046,5.93412,300,0,0,1889,5206,0,0,0,0),(63915,18071,530,1,1,0,0,-792.767,6944.64,32.1774,6.23082,300,0,0,5233,2991,0,0,0,0),(63916,18072,530,1,1,0,0,-772.433,6944.55,32.3416,3.05433,300,0,0,5589,3155,0,0,0,0),(63917,18073,530,1,1,0,0,-782.63,6936.53,32.4767,1.72788,300,0,0,5589,3155,0,0,0,0),(63918,18074,530,1,1,0,0,-782.311,6953.09,32.3114,4.7822,300,0,0,5409,3080,0,0,0,0),(63919,18077,530,1,1,0,0,-1052.26,5276.69,29.1346,5.07891,300,0,0,3984,2434,0,0,0,0),(63920,18077,530,1,1,0,0,-1065.47,5260.65,22.5345,1.9679,300,5,0,3984,2434,1,0,0,0),(63921,18077,530,1,1,0,0,-1012.75,5267.67,29.9808,3.7001,300,0,0,3984,2434,0,0,0,0),(63922,18077,530,1,1,0,0,-1109.45,5194.91,31.9359,4.50142,300,5,0,3984,2434,1,0,0,0),(63923,18077,530,1,1,0,0,-1044.15,5171.61,17.5304,5.27876,300,5,0,3984,2434,1,0,0,0),(63924,18077,530,1,1,0,0,-834.183,5194.9,25.6253,5.74213,300,0,0,3984,2434,0,0,0,0),(63925,18077,530,1,1,0,0,-802.192,5160.64,21.4327,5.25561,300,5,0,3984,2434,1,0,0,0),(63926,18077,530,1,1,0,0,-733.638,5272.64,24.248,2.60054,300,0,0,3984,2434,0,0,0,0),(63927,18077,530,1,1,0,0,-756.686,5303.06,17.8746,5.63085,300,5,0,3984,2434,1,0,0,0),(63928,18077,530,1,1,0,0,-748.08,5282.47,17.6196,2.25647,300,5,0,3984,2434,1,0,0,0),(63929,18077,530,1,1,0,0,-843.722,5281.55,17.7005,4.74256,300,5,0,3984,2434,1,0,0,0),(63930,18077,530,1,1,0,0,-901.304,5282.73,24.3328,2.18166,300,0,0,3984,2434,0,0,0,0),(63931,18077,530,1,1,0,0,-906.043,5332.66,24.2396,4.15388,300,0,0,3984,2434,0,0,0,0),(63932,18077,530,1,1,0,0,-912.574,5312.43,17.7446,1.36605,300,5,0,3984,2434,1,0,0,0),(63933,18077,530,1,1,0,0,-923.378,5341.42,19.039,4.35474,300,5,0,3984,2434,1,0,0,0),(63934,18079,530,1,1,0,1,-1076.02,5237.88,23.6383,3.6681,300,5,0,3984,2434,1,0,0,0),(63935,18079,530,1,1,0,1,-1037.51,5256.37,22.5447,5.1721,300,5,0,3984,2434,1,0,0,0),(63936,18079,530,1,1,0,1,-1027.66,5219.35,22.8771,4.61681,300,5,0,3984,2434,1,0,0,0),(63937,18079,530,1,1,0,1,-970.059,5227.44,18.5656,1.72188,300,5,0,3984,2434,1,0,0,0),(63938,18079,530,1,1,0,1,-961.762,5237.52,18.5406,3.91594,300,5,0,3984,2434,1,0,0,0),(63939,18079,530,1,1,0,1,-831.062,5176.96,18.7087,2.16148,300,5,0,3984,2434,1,0,0,0),(63940,18079,530,1,1,0,1,-822.823,5242.27,17.4951,3.52933,300,5,0,3984,2434,1,0,0,0),(63941,18079,530,1,1,0,1,-812.062,5207.99,18.5784,3.64016,300,5,0,3984,2434,1,0,0,0),(63942,18079,530,1,1,0,1,-768.477,5277.62,17.6265,3.8471,300,5,0,3984,2434,1,0,0,0),(63943,18079,530,1,1,0,1,-770.207,5282.3,17.8765,4.24774,300,5,0,3984,2434,1,0,0,0),(63944,18079,530,1,1,0,1,-719.962,5384.26,17.7698,6.17863,300,5,0,3984,2434,1,0,0,0),(63945,18079,530,1,1,0,1,-785.376,5397.59,17.7028,2.9077,300,5,0,3984,2434,1,0,0,0),(63946,18079,530,1,1,0,1,-851.754,5260.27,17.528,4.52118,300,5,0,3984,2434,1,0,0,0),(63947,18079,530,1,1,0,1,-862.544,5311.03,17.6527,1.33034,300,5,0,3984,2434,1,0,0,0),(63948,18079,530,1,1,0,1,-940.691,5311.98,18.1241,2.44457,300,5,0,3984,2434,1,0,0,0),(63949,18080,530,1,1,0,0,-1112.68,5187.46,57.2815,0.837758,300,0,0,5129,3852,0,0,0,0),(63950,18086,530,1,1,0,1,-190.458,6226.33,22.3918,5.9564,300,5,0,5341,0,1,0,0,0),(63951,18086,530,1,1,0,1,-155.797,6291.84,22.7753,2.85381,300,5,0,5341,0,1,0,0,0),(63952,18086,530,1,1,0,1,-280.169,6211.21,21.8857,1.8066,300,5,0,5341,0,1,0,0,0),(63953,18086,530,1,1,0,1,-378.38,6246.07,19.5504,2.02482,300,5,0,5341,0,1,0,0,0),(63954,18086,530,1,1,0,1,-384.955,6159.58,22.3724,3.76991,300,0,0,5341,0,0,0,0,0),(63955,18086,530,1,1,0,1,-456.203,6284.95,21.3738,1.80684,300,5,0,5341,0,1,0,0,0),(63956,18086,530,1,1,0,1,-441.146,6301.51,19.8738,4.71239,300,5,0,5341,0,1,0,0,0),(63957,18086,530,1,1,0,1,-422.38,6381.49,23.0311,3.10851,300,5,0,5341,0,1,0,0,0),(63958,18086,530,1,1,0,1,-376.957,6368.96,22.0343,3.71645,300,5,0,5341,0,1,0,0,0),(63959,18086,530,1,1,0,1,-366.146,6351.56,21.8749,5.45962,300,5,0,5341,0,1,0,0,0),(63960,18086,530,1,1,0,1,-349.923,6325.53,22.2283,2.28156,300,5,0,5341,0,1,0,0,0),(63961,18086,530,1,1,0,1,-347.387,6405.86,21.1929,3.62371,300,5,0,5341,0,1,0,0,0),(63962,18086,530,1,1,0,1,-325.521,6433.85,21.2606,5.49772,300,5,0,5341,0,1,0,0,0),(63963,18086,530,1,1,0,1,-322.923,6404.82,21.8208,4.11237,300,5,0,5341,0,1,0,0,0),(63964,18086,530,1,1,0,1,-276.761,6373.38,24.1603,3.97462,300,5,0,5341,0,1,0,0,0),(63965,18086,530,1,1,0,1,-293.41,6411.59,22.3527,2.59357,300,5,0,5341,0,1,0,0,0),(63966,18086,530,1,1,0,1,-273.639,6411.02,20.4641,3.0359,300,5,0,5341,0,1,0,0,0),(63967,18086,530,1,1,0,1,-234.515,6377.62,15.1584,2.8739,300,5,0,5341,0,1,0,0,0),(63968,18086,530,1,1,0,1,-229.935,6362.17,21.6979,0.298266,300,5,0,5341,0,1,0,0,0),(63969,18086,530,1,1,0,1,-252.312,6325.22,22.9083,4.68101,300,5,0,5341,0,1,0,0,0),(63970,18087,530,1,1,0,1,-212.5,6237.5,23.2648,5.61943,300,5,0,4274,2568,1,0,0,0),(63971,18087,530,1,1,0,1,-289.404,6251.17,19.8741,2.48334,300,5,0,4274,2568,1,0,0,0),(63972,18087,530,1,1,0,1,-388.406,6167.8,22.0417,4.61945,300,5,0,4274,2568,1,0,0,0),(63973,18087,530,1,1,0,1,-389.463,6206.48,21.6902,2.72854,300,5,0,4274,2568,1,0,0,0),(63974,18087,530,1,1,0,1,-445.49,6296.89,19.1188,0.244346,300,0,0,4274,2568,0,0,0,0),(63975,18087,530,1,1,0,1,-403.941,6351.76,22.0156,3.92305,300,5,0,4274,2568,1,0,0,0),(63976,18087,530,1,1,0,1,-405.803,6372.04,23.1299,3.0613,300,5,0,4274,2568,1,0,0,0),(63977,18087,530,1,1,0,1,-375.75,6327.89,20.0048,3.28971,300,5,0,4274,2568,1,0,0,0),(63978,18087,530,1,1,0,1,-381.437,6423.65,18.2716,4.68027,300,5,0,4274,2568,1,0,0,0),(63979,18087,530,1,1,0,1,-322.963,6392.6,22.4879,6.21276,300,5,0,4274,2568,1,0,0,0),(63980,18087,530,1,1,0,1,-296.969,6382.35,23.6603,4.58089,300,5,0,4274,2568,1,0,0,0),(63981,18087,530,1,1,0,1,-263.161,6387.18,22.4224,6.21621,300,5,0,4274,2568,1,0,0,0),(63982,18087,530,1,1,0,1,-230.661,6343.95,23.5729,1.7913,300,5,0,4274,2568,1,0,0,0),(63983,18088,530,1,1,0,1,742.598,8255.96,-1.95762,1.03469,300,5,0,4422,2620,1,0,0,0),(63984,18088,530,1,1,0,1,731.574,8152.76,17.6733,3.27092,300,5,0,4422,2620,1,0,0,0),(63985,18088,530,1,1,0,1,614.978,8114.62,18.1499,2.10775,300,5,0,4422,2620,1,0,0,0),(63986,18088,530,1,1,0,1,660.527,8085.6,27.5381,5.69765,300,5,0,4422,2620,1,0,0,0),(63987,18088,530,1,1,0,1,562.615,8156.73,23.8374,3.36848,300,0,0,4422,2620,0,0,0,0),(63988,18088,530,1,1,0,1,533.192,8066.17,28.0184,1.98968,300,0,0,4422,2620,0,0,0,0),(63989,18088,530,1,1,0,1,528.409,8065.88,28.0184,0.925025,300,0,0,4422,2620,0,0,0,0),(63990,18088,530,1,1,0,1,454.167,8104.17,20.7714,2.43558,300,5,0,4422,2620,1,0,0,0),(63991,18088,530,1,1,0,1,420.299,8114.68,18.035,5.70023,300,5,0,4422,2620,1,0,0,0),(63992,18088,530,1,1,0,1,560.92,8162.95,23.971,3.49066,300,0,0,4422,2620,0,0,0,0),(63993,18088,530,1,1,0,1,460.194,8213.02,19.0582,1.88236,300,5,0,4422,2620,1,0,0,0),(63994,18088,530,1,1,0,1,552.909,8252.55,3.18135,0.61747,300,5,0,4422,2620,1,0,0,0),(63995,18088,530,1,1,0,1,517.469,8278.67,4.31524,4.10326,300,5,0,4422,2620,1,0,0,0),(63996,18088,530,1,1,0,1,579.443,8274.71,-16.3678,4.22493,300,5,0,4422,2620,1,0,0,0),(63997,18089,530,1,1,0,1,617.58,7979.29,22.4417,3.23109,300,5,0,5527,0,1,0,0,0),(63998,18089,530,1,1,0,1,665.01,8011.46,17.7507,5.8646,300,5,0,5527,0,1,0,0,0),(63999,18089,530,1,1,0,1,720.902,8023.23,18.9013,0.625673,300,5,0,5527,0,1,0,0,0),(64000,18089,530,1,1,0,1,756.4,8042.64,17.4991,0.820648,300,5,0,5527,0,1,0,0,0),(64001,18089,530,1,1,0,1,722.365,8075.13,23.3994,5.58571,300,5,0,5527,0,1,0,0,0),(64002,18089,530,1,1,0,1,702.915,8064.06,25.6751,1.63102,300,5,0,5527,0,1,0,0,0),(64003,18089,530,1,1,0,1,751.078,8118.8,18.8151,2.65129,300,5,0,5527,0,1,0,0,0),(64004,18089,530,1,1,0,1,757.384,8179.89,5.46197,2.05754,300,5,0,5527,0,1,0,0,0),(64005,18089,530,1,1,0,1,697.438,8168.95,22.3313,0.0779,300,5,0,5527,0,1,0,0,0),(64006,18089,530,1,1,0,1,715.762,8220.5,16.8812,1.66994,300,5,0,5527,0,1,0,0,0),(64007,18089,530,1,1,0,1,697.101,8223.2,22.2759,6.0113,300,5,0,5527,0,1,0,0,0),(64008,18089,530,1,1,0,1,682.899,8249.38,22.9436,4.62802,300,5,0,5527,0,1,0,0,0),(64009,18089,530,1,1,0,1,681.718,8201.1,22.8926,4.8451,300,5,0,5527,0,1,0,0,0),(64010,18089,530,1,1,0,1,659.527,8118.73,26.9294,0.336113,300,5,0,5527,0,1,0,0,0),(64011,18089,530,1,1,0,1,695.92,8111.76,25.3881,3.3525,300,5,0,5527,0,1,0,0,0),(64012,18089,530,1,1,0,1,648.958,8143.75,25.3559,4.71239,300,5,0,5527,0,1,0,0,0),(64013,18089,530,1,1,0,1,640.6,8165.35,22.8975,3.70378,300,5,0,5527,0,1,0,0,0),(64014,18089,530,1,1,0,1,620.456,8179.5,22.1512,5.1592,300,5,0,5527,0,1,0,0,0),(64015,18089,530,1,1,0,1,599.81,8095.86,17.5805,4.67635,300,5,0,5527,0,1,0,0,0),(64016,18089,530,1,1,0,1,586.287,8152,21.124,3.13964,300,5,0,5527,0,1,0,0,0),(64017,18089,530,1,1,0,1,593.219,8092.87,17.7446,3.58247,300,5,0,5527,0,1,0,0,0),(64018,18089,530,1,1,0,1,563.542,8051.04,23.0211,0.462957,300,5,0,5527,0,1,0,0,0),(64019,18089,530,1,1,0,1,621.03,8058.7,22.2597,4.73973,300,5,0,5527,0,1,0,0,0),(64020,18089,530,1,1,0,1,527.781,8084.1,22.8853,1.64061,300,0,0,5527,0,0,0,0,0),(64021,18089,530,1,1,0,1,532.551,8084.33,22.9185,1.6057,300,0,0,5527,0,0,0,0,0),(64022,18089,530,1,1,0,1,544.403,8114.12,21.6005,5.82197,300,5,0,5527,0,1,0,0,0),(64023,18089,530,1,1,0,1,588.032,8005.55,17.4587,1.84105,300,5,0,5527,0,1,0,0,0),(64024,18089,530,1,1,0,1,548.114,8074.81,22.982,4.61636,300,5,0,5527,0,1,0,0,0),(64025,18089,530,1,1,0,1,509.829,8020.12,18.1251,2.44335,300,5,0,5527,0,1,0,0,0),(64026,18089,530,1,1,0,1,501.965,8061.13,23.5327,2.59331,300,5,0,5527,0,1,0,0,0),(64027,18089,530,1,1,0,1,454.871,8021.36,20.3798,3.85799,300,5,0,5527,0,1,0,0,0),(64028,18089,530,1,1,0,1,401.012,8044.22,22.7176,3.89326,300,5,0,5527,0,1,0,0,0),(64029,18089,530,1,1,0,1,380.414,8090.22,20.2045,0.523995,300,5,0,5527,0,1,0,0,0),(64030,18089,530,1,1,0,1,483.504,8125.5,22.0914,2.24889,300,5,0,5527,0,1,0,0,0),(64031,18089,530,1,1,0,1,512.615,8104.15,20.433,5.72617,300,5,0,5527,0,1,0,0,0),(64032,18089,530,1,1,0,1,457.355,8151.04,23.0245,1.9027,300,5,0,5527,0,1,0,0,0),(64033,18089,530,1,1,0,1,397.024,8140.63,22.6467,3.13957,300,5,0,5527,0,1,0,0,0),(64034,18089,530,1,1,0,1,486.675,8169.83,21.7865,1.9426,300,5,0,5527,0,1,0,0,0),(64035,18089,530,1,1,0,1,484.392,8207.57,22.4711,5.25489,300,5,0,5527,0,1,0,0,0),(64036,18089,530,1,1,0,1,525.542,8164.16,22.5344,1.44777,300,5,0,5527,0,1,0,0,0),(64037,18089,530,1,1,0,1,512.107,8154.56,21.7355,3.03506,300,5,0,5527,0,1,0,0,0),(64038,18089,530,1,1,0,1,554.762,8167.13,23.8641,5.18989,300,5,0,5527,0,1,0,0,0),(64039,18089,530,1,1,0,1,536.458,8173.44,21.9891,3.14159,300,5,0,5527,0,1,0,0,0),(64040,18089,530,1,1,0,1,481.108,8248.38,15.5304,2.72515,300,5,0,5527,0,1,0,0,0),(64041,18089,530,1,1,0,1,527.463,8211.24,22.5698,1.07212,300,5,0,5527,0,1,0,0,0),(64042,18089,530,1,1,0,1,512.935,8233.39,20.1017,1.55127,300,5,0,5527,0,1,0,0,0),(64043,18089,530,1,1,0,1,526.072,8217.84,22.8198,5.36445,300,5,0,5527,0,1,0,0,0),(64044,18089,530,1,1,0,1,583.73,8215.54,6.31232,5.65458,300,5,0,5527,0,1,0,0,0),(64045,18089,530,1,1,0,1,618.981,8249.18,22.4975,1.07176,300,5,0,5527,0,1,0,0,0),(64046,18089,530,1,1,0,1,506.581,8355.65,11.7486,0.544105,300,5,0,5527,0,1,0,0,0),(64047,18089,530,1,1,0,1,309.51,8145.17,21.3741,2.14489,300,5,0,5527,0,1,0,0,0),(64048,18090,530,1,1,0,0,-1337.89,7236.77,33.5378,4.24115,300,0,0,5914,0,0,0,0,0),(64049,18091,530,1,1,0,0,244.917,7865.73,23.3105,6.03884,300,0,0,5527,0,0,0,0,0),(64050,18097,530,1,1,0,1,-2574.31,7270.19,15.5622,5.86431,300,0,0,4572,2705,0,0,0,0),(64051,18098,530,1,1,0,1,1957.68,6894.39,161.876,4.45059,300,0,0,5914,0,2,0,0,0),(64052,18099,530,1,1,0,0,-872.607,6907.52,33.8552,1.99775,300,0,0,3790000,0,2,0,0,0),(64053,18100,530,1,1,0,0,-712.814,6948.59,32.4907,1.30979,300,0,0,3790000,0,0,0,0,0),(64054,18101,530,1,1,0,0,-884.062,6859.02,35.0885,6.27298,300,0,0,3790000,0,0,0,0,0),(64055,18102,530,1,1,0,0,-819.069,7039.03,35.1808,2.97037,300,0,0,3790000,0,0,0,0,0),(64056,18103,530,1,1,0,0,9691.11,-7458.67,13.5916,4.24292,300,0,0,11828,0,2,0,0,0),(64057,18103,530,1,1,0,0,9478.78,-7268.42,14.3324,4.64258,300,0,0,11828,0,0,0,0,0),(64058,18103,530,1,1,0,0,9550.27,-7273.43,13.9279,3.55289,300,0,0,11828,0,2,0,0,0),(64059,18103,530,1,1,0,0,9955.83,-7200.42,30.8827,4.70961,300,0,0,11828,0,2,0,0,0),(64060,18103,530,1,1,0,0,9674.25,-7135.45,14.3233,5.90653,300,0,0,11828,0,2,0,0,0),(64061,18106,530,1,1,0,0,-1344.14,7226.02,33.5916,0.366519,300,0,0,6986,0,0,0,0,0),(64062,18110,530,1,1,0,0,-1809.12,6294.08,59.3563,5.72468,300,0,0,42,0,0,0,0,0),(64063,18113,530,1,1,0,1,-150.521,6979.69,19.8144,2.91456,300,5,0,4126,2486,1,0,0,0),(64064,18113,530,1,1,0,1,-118.986,6986.43,17.4767,3.92069,300,5,0,4126,2486,1,0,0,0),(64065,18113,530,1,1,0,1,-118.872,7018.84,17.5589,2.87877,300,5,0,4126,2486,1,0,0,0),(64066,18113,530,1,1,0,1,-153.573,7011.02,18.8223,3.35606,300,5,0,4126,2486,1,0,0,0),(64067,18113,530,1,1,0,1,-215.82,7040.29,17.7375,5.33669,300,5,0,4126,2486,1,0,0,0),(64068,18113,530,1,1,0,1,-194.305,7050.79,18.1263,6.02307,300,5,0,4126,2486,1,0,0,0),(64069,18113,530,1,1,0,1,-104.863,7120.78,17.9175,0.122068,300,5,0,4126,2486,1,0,0,0),(64070,18113,530,1,1,0,1,-119.947,7150.37,18.1134,4.73543,300,5,0,4126,2486,1,0,0,0),(64071,18113,530,1,1,0,1,-91.8684,7154.32,17.6102,0.277905,300,5,0,4126,2486,1,0,0,0),(64072,18113,530,1,1,0,1,-89.1582,7125.41,17.8966,2.60101,300,5,0,4126,2486,1,0,0,0),(64073,18113,530,1,1,0,1,-105.876,7248.4,23.1157,5.97549,300,5,0,4126,2486,1,0,0,0),(64074,18113,530,1,1,0,1,-157.759,7312.83,23.3119,0.60482,300,5,0,4126,2486,1,0,0,0),(64075,18113,530,1,1,0,1,-129.633,7320.33,23.1377,2.43676,300,5,0,4126,2486,1,0,0,0),(64076,18113,530,1,1,0,1,-179.312,7279.06,23.3941,5.08901,300,5,0,4126,2486,1,0,0,0),(64077,18113,530,1,1,0,1,-185.681,7247.79,22.9511,3.92727,300,5,0,4126,2486,1,0,0,0),(64078,18113,530,1,1,0,1,-202.676,7323.13,44.423,3.61926,300,5,0,4126,2486,1,0,0,0),(64079,18113,530,1,1,0,1,-154.884,7340.88,22.5789,1.76743,300,5,0,4126,2486,1,0,0,0),(64080,18114,530,1,1,0,0,-231.976,7018.17,24.416,0.314159,300,0,0,4126,2486,0,0,0,0),(64081,18114,530,1,1,0,0,-128.418,6967.14,23.5976,1.02974,300,0,0,4126,2486,0,0,0,0),(64082,18114,530,1,1,0,0,-101.028,7015.41,23.2452,3.36848,300,0,0,4126,2486,0,0,0,0),(64083,18114,530,1,1,0,0,-131.385,7016.44,23.6436,5.28835,300,0,0,4126,2486,0,0,0,0),(64084,18114,530,1,1,0,0,-201.502,7016.33,25.5346,2.11185,300,0,0,4126,2486,0,0,0,0),(64085,18114,530,1,1,0,0,-205.799,7066.03,23.98,4.10152,300,0,0,4126,2486,0,0,0,0),(64086,18114,530,1,1,0,0,-118.048,7134.01,24.3502,0.628319,300,0,0,4126,2486,0,0,0,0),(64087,18114,530,1,1,0,0,-116.441,7165.65,23.9783,5.79449,300,0,0,4126,2486,0,0,0,0),(64088,18114,530,1,1,0,0,-67.304,7139.39,24.1429,2.58309,300,0,0,4126,2486,0,0,0,0),(64089,18114,530,1,1,0,0,-134.578,7248.8,29.7971,2.16421,300,0,0,4126,2486,0,0,0,0),(64090,18114,530,1,1,0,0,-123.808,7285.2,29.2727,3.36848,300,0,0,4126,2486,0,0,0,0),(64091,18114,530,1,1,0,0,-165.484,7249.84,30.2422,1.27409,300,0,0,4126,2486,0,0,0,0),(64092,18114,530,1,1,0,0,-314.694,7265.77,36.0054,5.68977,300,0,0,4126,2486,0,0,0,0),(64093,18114,530,1,1,0,0,-318.478,7241.39,35.642,0.05236,300,0,0,4126,2486,0,0,0,0),(64094,18115,530,1,1,0,1,1167.74,8068.64,17.7165,5.14308,300,5,0,5341,0,1,0,0,0),(64095,18115,530,1,1,0,1,1195.73,8037.8,19.094,5.83571,300,5,0,5341,0,1,0,0,0),(64096,18115,530,1,1,0,1,1157.95,8106.13,20.4654,4.73345,300,5,0,5341,0,1,0,0,0),(64097,18115,530,1,1,0,1,1216.3,8112.82,17.6484,6.04537,300,5,0,5341,0,1,0,0,0),(64098,18115,530,1,1,0,1,1253.35,8146.55,19.1209,2.70066,300,5,0,5341,0,1,0,0,0),(64099,18115,530,1,1,0,1,1167.77,8161.12,24.1665,5.74213,300,0,0,5341,0,0,0,0,0),(64100,18115,530,1,1,0,1,1153.11,8185.61,17.7887,1.73198,300,5,0,5341,0,1,0,0,0),(64101,18115,530,1,1,0,1,1191.67,8208.33,17.6609,5.40612,300,5,0,5341,0,1,0,0,0),(64102,18115,530,1,1,0,1,1222.1,8214.55,17.578,5.82991,300,5,0,5341,0,1,0,0,0),(64103,18115,530,1,1,0,1,1256.8,8213.88,18.6055,5.98449,300,5,0,5341,0,1,0,0,0),(64104,18115,530,1,1,0,1,1083.68,8116.53,17.5015,0.708792,300,5,0,5341,0,1,0,0,0),(64105,18115,530,1,1,0,1,1099.64,8180,29.5108,2.11185,300,0,0,5341,0,0,0,0,0),(64106,18115,530,1,1,0,1,1068.2,8185.21,28.7677,1.0821,300,0,0,5341,0,0,0,0,0),(64107,18115,530,1,1,0,1,1138.14,8211.61,18.1205,3.71782,300,5,0,5341,0,1,0,0,0),(64108,18115,530,1,1,0,1,1113.87,8155.11,22.5399,2.90806,300,5,0,5341,0,1,0,0,0),(64109,18115,530,1,1,0,1,1049.75,8161.8,23.6241,1.65953,300,5,0,5341,0,1,0,0,0),(64110,18115,530,1,1,0,1,1026.79,8179.9,21.4841,6.12623,300,5,0,5341,0,1,0,0,0),(64111,18115,530,1,1,0,1,1038.15,8218.2,17.8668,3.07223,300,5,0,5341,0,1,0,0,0),(64112,18115,530,1,1,0,1,1044.41,8235.18,22.573,5.14872,300,0,0,5341,0,0,0,0,0),(64113,18115,530,1,1,0,1,1033.38,8261.06,32.4733,5.34071,300,0,0,5341,0,0,0,0,0),(64114,18115,530,1,1,0,1,1152.07,8260.34,18.5426,0.678242,300,5,0,5341,0,1,0,0,0),(64115,18115,530,1,1,0,1,1121.03,8287.02,22.2115,5.90654,300,5,0,5341,0,1,0,0,0),(64116,18115,530,1,1,0,1,1080.97,8304.32,17.4991,4.15369,300,5,0,5341,0,1,0,0,0),(64117,18115,530,1,1,0,1,1153.93,8315.23,17.4959,0.18683,300,5,0,5341,0,1,0,0,0),(64118,18115,530,1,1,0,1,1198.8,8259.62,18.1251,2.05459,300,5,0,5341,0,1,0,0,0),(64119,18115,530,1,1,0,1,1168.57,8316.62,25.2594,5.2709,300,0,0,5341,0,0,0,0,0),(64120,18115,530,1,1,0,1,1188.98,8274.29,18.1991,1.35431,300,5,0,5341,0,1,0,0,0),(64121,18115,530,1,1,0,1,1218.31,8319.26,18.1256,0.498897,300,5,0,5341,0,1,0,0,0),(64122,18115,530,1,1,0,1,1193.26,8350.35,17.5302,1.33294,300,5,0,5341,0,1,0,0,0),(64123,18116,530,1,1,0,1,1155.19,8017.35,18.077,5.98062,300,5,0,5341,0,1,0,0,0),(64124,18116,530,1,1,0,1,1214.61,8135.3,23.8861,2.67035,300,0,0,5341,0,0,0,0,0),(64125,18116,530,1,1,0,1,1215.59,8164.67,24.2244,3.7001,300,5,0,5341,0,1,0,0,0),(64126,18116,530,1,1,0,1,1182.41,8154.07,18.1759,0.34501,300,5,0,5341,0,1,0,0,0),(64127,18116,530,1,1,0,1,1177.08,8143.75,18.3696,1.91588,300,5,0,5341,0,1,0,0,0),(64128,18116,530,1,1,0,1,1114.67,8177.17,22.2693,3.00304,300,5,0,5341,0,1,0,0,0),(64129,18116,530,1,1,0,1,1078.42,8125.81,19.2807,0.094905,300,5,0,5341,0,1,0,0,0),(64130,18116,530,1,1,0,1,1055.49,8243.23,22.5908,5.53269,300,0,0,5341,0,0,0,0,0),(64131,18116,530,1,1,0,1,1090.87,8214.88,22.2845,0.395846,300,5,0,5341,0,1,0,0,0),(64132,18116,530,1,1,0,1,1109.69,8218.36,28.8853,3.4383,300,0,0,5341,0,0,0,0,0),(64133,18116,530,1,1,0,1,1118.35,8251.92,20.7372,5.92742,300,5,0,5341,0,1,0,0,0),(64134,18116,530,1,1,0,1,1171.62,8267.39,24.9867,0.994838,300,0,0,5341,0,0,0,0,0),(64135,18116,530,1,1,0,1,1188.98,8281.25,17.9491,3.76749,300,5,0,5341,0,1,0,0,0),(64136,18116,530,1,1,0,1,1190.94,8301.2,17.9613,5.50315,300,5,0,5341,0,1,0,0,0),(64137,18116,530,1,1,0,1,1198.93,8314.51,24.234,4.10152,300,0,0,5341,0,0,0,0,0),(64138,18116,530,1,1,0,1,1236.81,8293.36,21.843,1.37815,300,5,0,5341,0,1,0,0,0),(64139,18117,530,1,1,0,1,992.036,7521.36,22.8163,5.8294,300,0,0,5341,0,0,0,0,0),(64140,18117,530,1,1,0,1,585.399,7853.1,22.2222,5.3058,300,0,0,5341,0,0,0,0,0),(64141,18117,530,1,1,0,1,624.406,7857.07,22.4752,4.32842,300,0,0,5341,0,0,0,0,0),(64142,18117,530,1,1,0,1,577.584,7887.58,23.0058,2.80998,300,0,0,5341,0,0,0,0,0),(64143,18117,530,1,1,0,1,674.754,7722.04,19.6303,4.43314,300,0,0,5341,0,0,0,0,0),(64144,18117,530,1,1,0,1,752.574,7831.54,22.5965,4.04916,300,0,0,5341,0,0,0,0,0),(64145,18117,530,1,1,0,1,750.429,7806.38,22.3605,0.890118,300,0,0,5341,0,0,0,0,0),(64146,18117,530,1,1,0,1,695.434,7774.32,22.3663,4.2237,300,0,0,5341,0,0,0,0,0),(64147,18117,530,1,1,0,1,781.741,7717.05,21.8578,4.43314,300,0,0,5341,0,0,0,0,0),(64148,18117,530,1,1,0,1,765.794,7746.61,23.1388,2.02458,300,0,0,5341,0,0,0,0,0),(64149,18117,530,1,1,0,1,736.523,7658.3,23.6189,5.02655,300,0,0,5341,0,0,0,0,0),(64150,18117,530,1,1,0,1,779.305,7694.17,22.7156,1.44862,300,0,0,5341,0,0,0,0,0),(64151,18117,530,1,1,0,1,815.408,7747.87,23.1751,1.90241,300,0,0,5341,0,0,0,0,0),(64152,18117,530,1,1,0,1,759.903,7621.83,22.2174,2.77507,300,0,0,5341,0,0,0,0,0),(64153,18117,530,1,1,0,1,808.254,7588.43,23.1245,4.92183,300,0,0,5341,0,0,0,0,0),(64154,18117,530,1,1,0,1,830.208,7548.12,22.0526,4.88692,300,0,0,5341,0,0,0,0,0),(64155,18117,530,1,1,0,1,879.194,7644.03,22.5651,2.82743,300,0,0,5341,0,0,0,0,0),(64156,18117,530,1,1,0,1,918.759,7527.04,21.9374,4.95674,300,0,0,5341,0,0,0,0,0),(64157,18117,530,1,1,0,1,1012.02,7571.96,23.1714,2.35619,300,0,0,5341,0,0,0,0,0),(64158,18117,530,1,1,0,1,978.35,7582.06,22.6285,3.33976,300,5,0,5341,0,1,0,0,0),(64159,18117,530,1,1,0,1,1029.55,7604.27,21.8623,5.59051,300,5,0,5341,0,1,0,0,0),(64160,18117,530,1,1,0,1,1033.82,7654.74,22.9859,4.46804,300,0,0,5341,0,0,0,0,0),(64161,18117,530,1,1,0,1,1033.02,7629.75,22.4873,1.76278,300,0,0,5341,0,0,0,0,0),(64162,18117,530,1,1,0,1,1013.63,7676.49,23.3867,0.791501,300,0,0,5341,0,0,0,0,0),(64163,18117,530,1,1,0,1,1051.71,7716.88,22.2702,3.7572,300,5,0,5341,0,1,0,0,0),(64164,18117,530,1,1,0,1,1033.57,7854.39,23.3938,2.05949,300,0,0,5341,0,0,0,0,0),(64165,18117,530,1,1,0,1,988.176,7746.05,22.1598,2.54818,300,0,0,5341,0,0,0,0,0),(64166,18117,530,1,1,0,1,982.464,7780.46,22.5147,0.925025,300,0,0,5341,0,0,0,0,0),(64167,18117,530,1,1,0,1,917.892,7730.02,22.1771,3.08923,300,0,0,5341,0,0,0,0,0),(64168,18117,530,1,1,0,1,943.678,7662.13,22.4992,0.05236,300,0,0,5341,0,0,0,0,0),(64169,18117,530,1,1,0,1,966.765,7674.41,23.7949,4.7822,300,0,0,5341,0,0,0,0,0),(64170,18117,530,1,1,0,1,932.538,7764.6,21.4821,1.60964,300,5,0,5341,0,1,0,0,0),(64171,18117,530,1,1,0,1,962.34,7811.7,23.4413,2.02458,300,0,0,5341,0,0,0,0,0),(64172,18117,530,1,1,0,1,889.955,7695.32,22.5625,2.16421,300,0,0,5341,0,0,0,0,0),(64173,18117,530,1,1,0,1,946.821,7629.55,23.1202,1.22173,300,0,0,5341,0,0,0,0,0),(64174,18117,530,1,1,0,1,842.758,7654.29,23.3633,5.23599,300,0,0,5341,0,0,0,0,0),(64175,18117,530,1,1,0,1,869.685,7828.73,22.6429,0.034907,300,0,0,5341,0,0,0,0,0),(64176,18117,530,1,1,0,1,839.46,7811.04,23.2227,2.46091,300,0,0,5341,0,0,0,0,0),(64177,18117,530,1,1,0,1,889.794,7864.81,23.4909,5.0091,300,0,0,5341,0,0,0,0,0),(64178,18117,530,1,1,0,1,845.762,7840.83,22.3049,5.55015,300,0,0,5341,0,0,0,0,0),(64179,18117,530,1,1,0,1,911.679,7880.39,23.6075,3.31613,300,0,0,5341,0,0,0,0,0),(64180,18117,530,1,1,0,1,962.612,7876.4,21.5297,2.47837,300,0,0,5341,0,0,0,0,0),(64181,18117,530,1,1,0,1,932.323,7921.7,22.7582,1.20428,300,0,0,5341,0,0,0,0,0),(64182,18117,530,1,1,0,1,961.219,7950.26,22.2033,4.2237,300,0,0,5341,0,0,0,0,0),(64183,18117,530,1,1,0,1,1015.9,7869.54,23.8743,6.00393,300,0,0,5341,0,0,0,0,0),(64184,18117,530,1,1,0,1,968.721,7919.69,22.5096,3.87463,300,0,0,5341,0,0,0,0,0),(64185,18117,530,1,1,0,1,1033.19,7965.4,22.3987,1.09956,300,0,0,5341,0,0,0,0,0),(64186,18117,530,1,1,0,1,1046.68,7950.01,23.162,4.72263,300,5,0,5341,0,1,0,0,0),(64187,18117,530,1,1,0,1,1032.5,8010.4,22.7034,1.64061,300,0,0,5341,0,0,0,0,0),(64188,18117,530,1,1,0,1,999.46,8022.43,22.6812,0.994838,300,0,0,5341,0,0,0,0,0),(64189,18117,530,1,1,0,1,928.689,7966.65,22.1948,4.69494,300,0,0,5341,0,0,0,0,0),(64190,18117,530,1,1,0,1,825.788,7972.54,23.4548,1.72788,300,0,0,5341,0,0,0,0,0),(64191,18117,530,1,1,0,1,857.052,7976.87,23.3752,4.67345,300,5,0,5341,0,1,0,0,0),(64192,18117,530,1,1,0,1,843.819,7931.77,21.8465,1.02974,300,0,0,5341,0,0,0,0,0),(64193,18117,530,1,1,0,1,765.24,7905.98,22.7372,1.91986,300,0,0,5341,0,0,0,0,0),(64194,18117,530,1,1,0,1,751.278,7887.34,22.8577,1.50098,300,0,0,5341,0,0,0,0,0),(64195,18118,530,1,1,0,1,605.008,7910.22,24.0243,3.6905,300,5,0,5341,0,1,0,0,0),(64196,18117,530,1,1,0,1,772.104,8029.29,21.9956,1.66976,300,5,0,5341,0,1,0,0,0),(64197,18118,530,1,1,0,1,635.365,7891.39,22.6852,5.84373,300,5,0,4274,2568,1,0,0,0),(64198,18118,530,1,1,0,1,685.028,7827.3,22.1949,5.52856,300,5,0,4274,2568,1,0,0,0),(64199,18118,530,1,1,0,1,770.132,7774.85,22.6732,0.445934,300,0,0,4274,2568,2,0,0,0),(64200,18118,530,1,1,0,1,644.854,7864.84,22.3112,2.82466,300,0,0,4274,2568,2,0,0,0),(64201,18118,530,1,1,0,1,811.414,7821.9,24.4337,2.15959,300,5,0,4274,2568,1,0,0,0),(64202,18118,530,1,1,0,1,986.003,7654.36,22.0528,2.26279,300,5,0,4274,2568,1,0,0,0),(64203,18118,530,1,1,0,1,1026.03,7752.1,19.5052,1.13552,300,5,0,4274,2568,1,0,0,0),(64204,18118,530,1,1,0,1,986.488,7724.7,21.4559,1.96491,300,5,0,4274,2568,1,0,0,0),(64205,18118,530,1,1,0,1,1001.36,7678.71,22.9349,0.191326,300,5,0,4274,2568,1,0,0,0),(64206,18118,530,1,1,0,1,879.757,7735.77,24.1669,2.11356,300,5,0,4274,2568,1,0,0,0),(64207,18118,530,1,1,0,1,985.97,7837.71,21.7641,4.40484,300,5,0,4274,2568,1,0,0,0),(64208,18118,530,1,1,0,1,940.475,7914.06,23.5689,0.93999,300,5,0,4274,2568,1,0,0,0),(64209,18118,530,1,1,0,1,1033.8,7923.98,20.4459,1.29385,300,5,0,4274,2568,1,0,0,0),(64210,18118,530,1,1,0,1,952.008,7978.58,23.9164,4.01056,300,5,0,4274,2568,1,0,0,0),(64211,18118,530,1,1,0,1,785.02,7982.65,22.0528,1.11493,300,5,0,4274,2568,1,0,0,0),(64212,18118,530,1,1,0,1,805.798,7933.78,23.496,4.82984,300,5,0,4274,2568,1,0,0,0),(64213,18118,530,1,1,0,1,772.929,7908.65,20.4256,0.617525,300,5,0,4274,2568,1,0,0,0),(64214,18119,530,1,1,0,1,1249.31,8606.91,22.2359,3.57792,300,0,0,5341,0,0,0,0,0),(64215,18119,530,1,1,0,1,1192,8528.65,17.4574,6.26573,300,0,0,5341,0,0,0,0,0),(64216,18119,530,1,1,0,1,1252.02,8482.8,23.0343,3.22886,300,0,0,5341,0,0,0,0,0),(64217,18119,530,1,1,0,1,1238.49,8497.46,23.0323,4.43314,300,0,0,5341,0,0,0,0,0),(64218,18119,530,1,1,0,1,1130.21,8496.48,17.4852,4.18879,300,0,0,5341,0,0,0,0,0),(64219,18119,530,1,1,0,1,1130.25,8557.14,18.3287,3.00197,300,0,0,5341,0,0,0,0,0),(64220,18119,530,1,1,0,1,1016.39,8568.43,22.2351,5.18363,300,0,0,5341,0,0,0,0,0),(64221,18119,530,1,1,0,1,1096.15,8609.37,21.9782,3.01942,300,0,0,5341,0,0,0,0,0),(64222,18119,530,1,1,0,1,1128.72,8647.46,22.6402,5.5676,300,0,0,5341,0,0,0,0,0),(64223,18120,530,1,1,0,1,1394.52,8623.38,9.4831,3.23446,300,0,0,5527,0,2,0,0,0),(64224,18120,530,1,1,0,1,1484.3,8625.4,-22.3558,3.40339,300,0,0,5527,0,0,0,0,0),(64225,18120,530,1,1,0,1,1483.27,8607.94,-21.2415,2.75762,300,0,0,5527,0,0,0,0,0),(64226,18120,530,1,1,0,1,1657.62,8629.99,12.3098,4.50281,300,5,0,5527,0,1,0,0,0),(64227,18120,530,1,1,0,1,1666.78,8584.28,5.44218,0.790923,300,5,0,5527,0,1,0,0,0),(64228,18120,530,1,1,0,1,1764.78,8621.49,3.29565,3.50196,300,0,0,5527,0,2,0,0,0),(143199,23929,571,1,1,0,0,2440.74,-6130.04,1.54857,0.089943,120,5,0,1,0,1,0,0,0),(64231,18120,530,1,1,0,1,1622.21,8506.3,-7.91516,2.23501,300,5,0,5527,0,1,0,0,0),(64232,18120,530,1,1,0,1,1608.69,8551.91,-15.6161,2.68401,300,0,0,5527,0,2,0,0,0),(64233,18120,530,1,1,0,1,1715.04,8481.7,-4.55335,3.01942,300,0,0,5527,0,0,0,0,0),(64234,18120,530,1,1,0,1,1714.45,8396.25,-26.7423,4.65885,300,5,0,5527,0,1,0,0,0),(64235,18120,530,1,1,0,1,1762.23,8419.85,-13.0764,5.93659,300,5,0,5527,0,1,0,0,0),(64236,18120,530,1,1,0,1,1807.64,8515.62,-16.3126,0.709368,300,5,0,5527,0,1,0,0,0),(64237,18120,530,1,1,0,1,1819.48,8549.05,-15.778,4.78996,300,5,0,5527,0,1,0,0,0),(64238,18120,530,1,1,0,1,1793.71,8615.6,-3.0752,5.57795,300,5,0,5527,0,1,0,0,0),(64239,18120,530,1,1,0,1,1643.83,8612.98,-31.1259,5.05577,300,0,0,5527,0,2,0,0,0),(143198,23929,571,1,1,0,0,2436.97,-6086.43,-7.68864,2.88879,120,5,0,1,0,1,0,0,0),(64241,18120,530,1,1,0,1,1654.65,8521.53,-53.5835,3.14159,300,0,0,5527,0,2,0,0,0),(64243,18120,530,1,1,0,1,1677.2,8525.01,-0.2607,4.74729,300,0,0,5527,0,0,0,0,0),(64244,18120,530,1,1,0,1,1667.21,8525.35,0.66946,4.57276,300,0,0,5527,0,0,0,0,0),(64245,18120,530,1,1,0,1,1692.69,8474.78,-6.9911,2.09439,300,0,0,5527,0,0,0,0,0),(64246,18121,530,1,1,0,1,1483.5,8615.96,-23.3291,0.142035,300,0,0,4422,2620,2,0,0,0),(64247,18121,530,1,1,0,1,1644.03,8535.39,4.23555,0.046091,300,5,0,4422,2620,1,0,0,0),(64248,18121,530,1,1,0,1,1646.64,8487.72,-9.06787,0.264881,300,5,0,4422,2620,1,0,0,0),(64249,18121,530,1,1,0,1,1676.52,8442.01,-21.524,1.65394,300,5,0,4422,2620,1,0,0,0),(64250,18121,530,1,1,0,1,1708.92,8468.69,-5.87826,2.33874,300,0,0,4422,2620,0,0,0,0),(64251,18121,530,1,1,0,1,1752.79,8483.9,-14.4041,5.68335,300,5,0,4422,2620,1,0,0,0),(64252,18121,530,1,1,0,1,1785.24,8448.58,-12.5883,5.58148,300,5,0,4422,2620,1,0,0,0),(64253,18121,530,1,1,0,1,1828.55,8479.11,-12.7495,6.20301,300,5,0,4422,2620,1,0,0,0),(64254,18121,530,1,1,0,1,1835.25,8431.16,-12.6788,0.488656,300,5,0,4422,2620,1,0,0,0),(64255,18121,530,1,1,0,1,1860.04,8431.12,-11.8835,5.43358,300,5,0,4422,2620,1,0,0,0),(64256,18121,530,1,1,0,1,1770.36,8565.79,-4.12547,1.16285,300,5,0,4422,2620,1,0,0,0),(64257,18121,530,1,1,0,1,1751.02,8646.42,2.64672,1.50419,300,5,0,4422,2620,1,0,0,0),(64258,18121,530,1,1,0,1,1708.03,8637.59,9.2463,4.64692,300,5,0,4422,2620,1,0,0,0),(64260,18121,530,1,1,0,1,1602.79,8598.96,-31.2259,3.47197,300,5,0,4422,2620,1,0,0,0),(64261,18121,530,1,1,0,1,1819.45,8405.81,-8.42151,1.71042,300,5,0,4422,2620,1,0,0,0),(64262,18122,530,1,1,0,1,-859.447,5797.86,21.1635,1.55334,300,0,0,3868,0,0,0,0,0),(64263,18122,530,1,1,0,1,-863.031,5801.87,21.3147,6.24828,300,0,0,3868,0,0,0,0,0),(64264,18122,530,1,1,0,1,-852.591,5960.76,21.7491,2.87979,300,0,0,3868,0,0,0,0,0),(64265,18122,530,1,1,0,1,-850.813,5966.77,22.1918,3.7001,300,0,0,3868,0,0,0,0,0),(64266,18122,530,1,1,0,1,-784.134,5911.02,19.8522,1.09956,300,0,0,3868,0,0,0,0,0),(64267,18122,530,1,1,0,1,-786.815,5914.09,21.6022,0.244346,300,0,0,3868,0,0,0,0,0),(64268,18122,530,1,1,0,1,-718.748,5920.76,21.8384,3.01942,300,0,0,3868,0,0,0,0,0),(64269,18122,530,1,1,0,1,-721.536,5917.6,22.8384,1.25664,300,0,0,3868,0,0,0,0,0),(64270,18122,530,1,1,0,1,-752.406,5979.66,23.7118,1.85799,300,5,0,3868,0,1,0,0,0),(64271,18122,530,1,1,0,1,-664.72,5948.63,23.1659,0.453786,300,0,0,3868,0,0,0,0,0),(64272,18122,530,1,1,0,1,-666.344,5953.16,23.3262,6.26573,300,0,0,3868,0,0,0,0,0),(64273,18122,530,1,1,0,1,-597.818,5852.18,22.6609,2.34861,300,5,0,3868,0,1,0,0,0),(64274,18122,530,1,1,0,1,-606.273,5867.05,22.1019,4.52479,300,5,0,3868,0,1,0,0,0),(64275,18122,530,1,1,0,1,-562.426,5824.5,21.3037,2.00713,300,0,0,3868,0,0,0,0,0),(64276,18122,530,1,1,0,1,-558.422,5828.14,21.4287,2.58309,300,0,0,3868,0,0,0,0,0),(64277,18122,530,1,1,0,1,-535.25,5921.69,22.6898,3.90954,300,0,0,3868,0,0,0,0,0),(64278,18122,530,1,1,0,1,-540.037,5922.28,23.4805,5.35816,300,0,0,3868,0,0,0,0,0),(64279,18122,530,1,1,0,1,-483.478,5928.9,23.94,1.46608,300,0,0,3868,0,0,0,0,0),(64280,18122,530,1,1,0,1,-478.534,5929.29,23.567,1.98968,300,0,0,3868,0,0,0,0,0),(64281,18122,530,1,1,0,1,-658.207,5709.47,11.4555,3.89315,300,5,0,3868,0,1,0,0,0),(64282,18122,530,1,1,0,1,-652.699,5720.11,22.3363,5.59979,300,5,0,3868,0,1,0,0,0),(64283,18122,530,1,1,0,1,-416.497,5744.55,21.029,3.26595,300,5,0,3868,0,1,0,0,0),(64284,18122,530,1,1,0,1,-348.194,6117.05,22.2866,3.10623,300,5,0,3868,0,1,0,0,0),(64285,18122,530,1,1,0,1,-347.229,6240.95,22.8762,2.75762,300,0,0,3868,0,0,0,0,0),(64286,18122,530,1,1,0,1,-417.693,6192.3,23.5274,2.56563,300,0,0,3868,0,0,0,0,0),(64287,18122,530,1,1,0,1,-418.71,6197.34,23.2567,3.80482,300,0,0,3868,0,0,0,0,0),(64288,18122,530,1,1,0,1,-410.832,6144.28,23.387,5.09636,300,0,0,3868,0,0,0,0,0),(64289,18122,530,1,1,0,1,-406.068,6142.23,22.4493,3.89208,300,0,0,3868,0,0,0,0,0),(64290,18122,530,1,1,0,1,-424.806,6273.55,21.004,4.55531,300,0,0,3868,0,0,0,0,0),(64291,18122,530,1,1,0,1,-428.099,6275.18,20.879,4.88692,300,0,0,3868,0,0,0,0,0),(64292,18122,530,1,1,0,1,-379.921,6352.51,10.5854,1.11432,300,5,0,3868,0,1,0,0,0),(64293,18122,530,1,1,0,1,-391.297,6387.89,24.2251,0.383972,300,0,0,3868,0,0,0,0,0),(64294,18122,530,1,1,0,1,-391.523,6384.94,24.1102,0.261799,300,0,0,3868,0,0,0,0,0),(64295,18122,530,1,1,0,1,-343.548,6341.52,21.6315,1.18682,300,0,0,3868,0,0,0,0,0),(64296,18122,530,1,1,0,1,-345.528,6344.05,22.0081,6.23082,300,0,0,3868,0,0,0,0,0),(64297,18122,530,1,1,0,1,-288.241,6360.05,24.2996,5.09636,300,0,0,3868,0,0,0,0,0),(64298,18122,530,1,1,0,1,-285.218,6359.93,24.4246,4.18879,300,0,0,3868,0,0,0,0,0),(64299,18122,530,1,1,0,1,-254.408,6310.93,23.0333,6.17846,300,0,0,3868,0,0,0,0,0),(64300,18122,530,1,1,0,1,-253.073,6307.49,23.3408,0.820305,300,0,0,3868,0,0,0,0,0),(64301,18123,530,1,1,0,0,532.26,6254.5,23.6276,2.32129,300,0,0,4006,0,0,0,0,0),(64302,18123,530,1,1,0,0,531.999,6258.44,23.7552,3.94444,300,0,0,4006,0,0,0,0,0),(64303,18123,530,1,1,0,0,506.514,6322.06,23.533,6.23082,300,0,0,4006,0,0,0,0,0),(64304,18123,530,1,1,0,0,507.636,6318.18,24.033,1.36136,300,0,0,4006,0,0,0,0,0),(64305,18123,530,1,1,0,0,473.343,6287.1,21.7821,3.04874,300,5,0,4006,0,1,0,0,0),(64306,18123,530,1,1,0,0,549.604,6318.02,22.0162,5.21498,300,5,0,4006,0,1,0,0,0),(64307,18123,530,1,1,0,0,574.174,6282.38,22.6,0.226893,300,0,0,4006,0,0,0,0,0),(64308,18123,530,1,1,0,0,575.975,6286.29,22.425,5.37561,300,0,0,4006,0,0,0,0,0),(64309,18123,530,1,1,0,0,548.922,6139.82,23.0348,4.01426,300,0,0,4006,0,0,0,0,0),(64310,18123,530,1,1,0,0,604.341,6150.91,21.9603,6.14356,300,0,0,4006,0,0,0,0,0),(64311,18123,530,1,1,0,0,606.458,6155,21.9603,5.06145,300,0,0,4006,0,0,0,0,0),(64312,18123,530,1,1,0,0,544.438,6141.38,23.2616,5.23599,300,0,0,4006,0,0,0,0,0),(64313,18123,530,1,1,0,0,618.503,6274.85,22.9971,4.31096,300,0,0,4006,0,0,0,0,0),(64314,18123,530,1,1,0,0,622.81,6273.66,22.7686,3.68265,300,0,0,4006,0,0,0,0,0),(64315,18123,530,1,1,0,0,636.628,6324.44,22.4252,2.63902,300,5,0,4006,0,1,0,0,0),(64316,18123,530,1,1,0,0,675.07,6399.41,21.7353,0.488692,300,0,0,4006,0,0,0,0,0),(64317,18123,530,1,1,0,0,747.418,6389.41,21.9388,1.41372,300,0,0,4006,0,0,0,0,0),(64318,18123,530,1,1,0,0,596.965,6353.18,23.0467,3.76991,300,0,0,4006,0,0,0,0,0),(64319,18123,530,1,1,0,0,594.399,6356.49,23.5467,4.86947,300,0,0,4006,0,0,0,0,0),(64320,18123,530,1,1,0,0,650.965,6433.88,21.3688,0.244346,300,0,0,4006,0,0,0,0,0),(64321,18123,530,1,1,0,0,650.367,6437.26,21.3423,5.70723,300,0,0,4006,0,0,0,0,0),(64322,18123,530,1,1,0,0,675.614,6404.75,22.1034,5.60251,300,0,0,4006,0,0,0,0,0),(64323,18123,530,1,1,0,0,489.86,6354.92,22.1633,0.890118,300,0,0,4006,0,0,0,0,0),(64324,18123,530,1,1,0,0,488.88,6358.51,22.6501,0.331613,300,0,0,4006,0,0,0,0,0),(64325,18123,530,1,1,0,0,699.943,6486.5,21.7743,5.39307,300,0,0,4006,0,0,0,0,0),(64326,18123,530,1,1,0,0,703.073,6487.19,21.9172,4.74729,300,5,0,4006,0,1,0,0,0),(64327,18123,530,1,1,0,0,732.42,6438.69,22.4277,2.48889,300,5,0,4006,0,1,0,0,0),(64328,18123,530,1,1,0,0,784.085,6431.38,21.0809,6.00393,300,0,0,4006,0,0,0,0,0),(64329,18123,530,1,1,0,0,786.186,6426.94,21.3824,1.01229,300,0,0,4006,0,0,0,0,0),(64330,18123,530,1,1,0,0,778.926,6397.84,21.9175,1.50098,300,0,0,4006,0,0,0,0,0),(64331,18123,530,1,1,0,0,783.583,6399.44,21.7728,2.35619,300,0,0,4006,0,0,0,0,0),(64332,18123,530,1,1,0,0,706.796,8036.88,23.6897,3.78736,300,0,0,4006,0,0,0,0,0),(64333,18123,530,1,1,0,0,703.262,8037.8,24.2706,5.5676,300,0,0,4006,0,0,0,0,0),(64334,18123,530,1,1,0,0,736.617,8113.02,22.7702,3.735,300,0,0,4006,0,0,0,0,0),(64335,18123,530,1,1,0,0,733.028,8117.83,23.0763,4.43314,300,0,0,4006,0,0,0,0,0),(64336,18123,530,1,1,0,0,685.943,8177.75,22.2063,1.62316,300,0,0,4006,0,0,0,0,0),(64337,18123,530,1,1,0,0,689.325,8228.51,22.9009,1.62316,300,0,0,4006,0,0,0,0,0),(64338,18123,530,1,1,0,0,644.82,8172.45,22.552,0.261799,300,0,0,4006,0,0,0,0,0),(64339,18123,530,1,1,0,0,665.173,8206.49,21.9708,5.20108,300,0,0,4006,0,0,0,0,0),(64340,18123,530,1,1,0,0,651.833,8104.3,27.2807,4.53786,300,0,0,4006,0,0,0,0,0),(64341,18123,530,1,1,0,0,584.448,8133.22,22.6611,2.77507,300,0,0,4006,0,0,0,0,0),(64342,18123,530,1,1,0,0,652.767,8108.49,27.2807,0.139626,300,0,0,4006,0,0,0,0,0),(64343,18123,530,1,1,0,0,546.953,8092.44,23.0819,4.20624,300,0,0,4006,0,0,0,0,0),(64344,18123,530,1,1,0,0,575.219,8077.91,23.6745,3.05433,300,0,0,4006,0,0,0,0,0),(64345,18123,530,1,1,0,0,574.701,8081.41,23.6805,4.10152,300,0,0,4006,0,0,0,0,0),(64346,18123,530,1,1,0,0,581.911,8129.57,22.5361,1.72788,300,0,0,4006,0,0,0,0,0),(64347,18123,530,1,1,0,0,566.99,8043.75,23.1296,2.58309,300,0,0,4006,0,0,0,0,0),(64348,18123,530,1,1,0,0,512.629,8039.94,23.7827,1.51844,300,0,0,4006,0,0,0,0,0),(64349,18123,530,1,1,0,0,508.445,8042.18,24.0327,0.314159,300,0,0,4006,0,0,0,0,0),(64350,18123,530,1,1,0,0,518.198,8064.94,22.3964,0.541052,300,0,0,4006,0,0,0,0,0),(64351,18123,530,1,1,0,0,494.727,8052.29,22.8965,1.09956,300,0,0,4006,0,0,0,0,0),(64352,18123,530,1,1,0,0,516.519,8071.87,22.3674,0.296706,300,0,0,4006,0,0,0,0,0),(64353,18123,530,1,1,0,0,424.792,8059.81,24.3426,3.07178,300,0,0,4006,0,0,0,0,0),(64354,18123,530,1,1,0,0,423.662,8063.48,24.4676,3.9619,300,0,0,4006,0,0,0,0,0),(64355,18123,530,1,1,0,0,495.723,8108.9,21.2581,0.034907,300,0,0,4006,0,0,0,0,0),(64356,18123,530,1,1,0,0,458.99,8120.9,22.0214,0.139626,300,0,0,4006,0,0,0,0,0),(64357,18123,530,1,1,0,0,462.253,8118.3,22.6464,1.46608,300,0,0,4006,0,0,0,0,0),(64358,18123,530,1,1,0,0,403.828,8132.38,21.4938,2.19912,300,0,0,4006,0,0,0,0,0),(64359,18123,530,1,1,0,0,406.757,8135.51,21.6265,2.87979,300,0,0,4006,0,0,0,0,0),(64360,18123,530,1,1,0,0,483.061,8157.92,21.0674,0.314159,300,0,0,4006,0,0,0,0,0),(64361,18123,530,1,1,0,0,482.618,8161.38,21.3174,0.087266,300,0,0,4006,0,0,0,0,0),(64362,18123,530,1,1,0,0,427.423,8178.13,21.6989,5.53269,300,0,0,4006,0,0,0,0,0),(64363,18123,530,1,1,0,0,431.102,8178.92,22.1989,4.18879,300,0,0,4006,0,0,0,0,0),(64364,18123,530,1,1,0,0,564.313,8174.06,23.9863,4.2586,300,0,0,4006,0,0,0,0,0),(64365,18123,530,1,1,0,0,557.341,8174.74,23.9891,3.45575,300,0,0,4006,0,0,0,0,0),(64366,18123,530,1,1,0,0,541.737,8180.71,22.1141,4.38078,300,0,0,4006,0,0,0,0,0),(64367,18123,530,1,1,0,0,303.945,8124.58,23.6241,1.53589,300,0,0,4006,0,0,0,0,0),(64368,18123,530,1,1,0,0,308.113,8127.01,23.3741,2.21657,300,0,0,4006,0,0,0,0,0),(64369,18124,530,1,1,0,0,446.623,5231.33,11.5678,1.93332,300,5,0,5158,0,1,0,0,0),(64370,18124,530,1,1,0,0,449.046,5283.9,-0.596449,0.567702,300,5,0,5158,0,1,0,0,0),(64371,18124,530,1,1,0,0,483.446,5288.27,-2.24162,1.21124,300,5,0,5158,0,1,0,0,0),(64372,18124,530,1,1,0,0,435.946,5331.29,-1.07595,2.16151,300,5,0,5158,0,1,0,0,0),(64373,18124,530,1,1,0,0,360.964,5356.56,20.0851,3.09076,300,5,0,5158,0,1,0,0,0),(64374,18124,530,1,1,0,0,344.372,5380.39,20.0077,3.70495,300,5,0,5158,0,1,0,0,0),(64375,18124,530,1,1,0,0,454.024,5418.41,7.19058,2.17288,300,5,0,5158,0,1,0,0,0),(64376,18124,530,1,1,0,0,490.482,5390.43,-1.19875,1.17291,300,5,0,5158,0,1,0,0,0),(64377,18124,530,1,1,0,0,347.305,5486.74,18.8322,2.20259,300,5,0,5158,0,1,0,0,0),(64378,18124,530,1,1,0,0,382.704,5524.94,19.999,1.9138,300,5,0,5158,0,1,0,0,0),(64379,18124,530,1,1,0,0,383.304,5516.56,17.874,2.60464,300,5,0,5158,0,1,0,0,0),(64380,18124,530,1,1,0,0,479.254,5552.57,21.5088,2.50942,300,5,0,5158,0,1,0,0,0),(64381,18124,530,1,1,0,0,564.597,5559.48,16.184,3.23738,300,5,0,5158,0,1,0,0,0),(64382,18124,530,1,1,0,0,546.274,5517.87,4.31595,2.67445,300,5,0,5158,0,1,0,0,0),(64383,18124,530,1,1,0,0,855.438,5415.88,1.27514,2.39607,300,0,0,5158,0,0,0,0,0),(64384,18124,530,1,1,0,0,728.589,5509.84,-1.03952,4.09995,300,0,0,5158,0,0,0,0,0),(64385,18124,530,1,1,0,0,541.874,5474.41,-1.18645,1.12908,300,5,0,5158,0,1,0,0,0),(64386,18124,530,1,1,0,0,524.218,5405.04,-4.25761,1.40003,300,5,0,5158,0,1,0,0,0),(64387,18124,530,1,1,0,0,548.948,5185.06,5.09178,2.94688,300,5,0,5158,0,1,0,0,0),(64388,18124,530,1,1,0,0,533.505,5213.33,0.63056,6.15966,300,5,0,5158,0,1,0,0,0),(64389,18124,530,1,1,0,0,549.81,5248.59,-5.99025,2.59629,300,5,0,5158,0,1,0,0,0),(64390,18124,530,1,1,0,0,587.74,5212.38,1.43048,5.54496,300,5,0,5158,0,1,0,0,0),(64391,18124,530,1,1,0,0,618.651,5179.36,7.75074,4.42523,300,5,0,5158,0,1,0,0,0),(64392,18124,530,1,1,0,0,652.76,5153.86,17.6635,3.49675,300,5,0,5158,0,1,0,0,0),(64393,18124,530,1,1,0,0,682.03,5179.87,5.48352,4.76513,300,5,0,5158,0,1,0,0,0),(64394,18124,530,1,1,0,0,648.601,5279.25,-20.7336,4.07963,300,5,0,5158,0,1,0,0,0),(64395,18124,530,1,1,0,0,720.495,5282.65,-2.601,0.604735,300,5,0,5158,0,1,0,0,0),(64396,18124,530,1,1,0,0,755.695,5252.38,6.78588,0.201542,300,5,0,5158,0,1,0,0,0),(64397,18124,530,1,1,0,0,747.413,5330.35,-3.35519,0.603444,300,0,0,5158,0,0,0,0,0),(64398,18124,530,1,1,0,0,783.6,5286.43,3.89351,1.79635,300,5,0,5158,0,1,0,0,0),(64399,18124,530,1,1,0,0,823.828,5345.99,3.95957,1.74647,300,0,0,5158,0,0,0,0,0),(64400,18124,530,1,1,0,0,716.923,5216.42,3.66718,5.14872,300,0,0,5158,0,0,0,0,0),(64401,18124,530,1,1,0,0,832.031,5407.86,-1.13291,3.51482,300,0,0,5158,0,0,0,0,0),(64402,18124,530,1,1,0,0,814.265,5451.83,-0.180074,2.32096,300,5,0,5158,0,1,0,0,0),(64403,18124,530,1,1,0,0,518.609,5147.54,16.8911,4.15472,300,5,0,5158,0,1,0,0,0),(64404,18125,530,1,1,0,0,-211.944,8035.81,18.2355,4.42523,300,5,0,5527,0,1,0,0,0),(64405,18125,530,1,1,0,0,-139.759,8070.72,19.7732,5.38225,300,5,0,5527,0,1,0,0,0),(64406,18125,530,1,1,0,0,-188.259,8115.69,18.1671,4.42523,300,5,0,5527,0,1,0,0,0),(64407,18125,530,1,1,0,0,-8.98575,8551.55,18.2422,6.16162,300,5,0,5527,0,1,0,0,0),(64408,18125,530,1,1,0,0,-39.0028,8577.24,21.1305,4.59494,300,5,0,5527,0,1,0,0,0),(64409,18125,530,1,1,0,0,-37.1057,8845.9,19.2325,5.77926,300,5,0,5527,0,1,0,0,0),(64410,18125,530,1,1,0,0,-16.9975,8748.7,18.0871,2.17285,300,5,0,5527,0,1,0,0,0),(64411,18125,530,1,1,0,0,-55.7872,8779.04,18.8421,3.9758,300,5,0,5527,0,1,0,0,0),(64412,18125,530,1,1,0,0,-74.8421,8681.14,18.3234,3.03882,300,5,0,5527,0,1,0,0,0),(64413,18125,530,1,1,0,0,-114.457,8520.24,19.0449,4.51384,300,5,0,5527,0,1,0,0,0),(64414,18125,530,1,1,0,0,-151.639,8339.3,18.3617,4.53166,300,5,0,5527,0,1,0,0,0),(64415,18125,530,1,1,0,0,-112.816,8587.32,19.0815,5.30395,300,0,0,5527,0,0,0,0,0),(64416,18125,530,1,1,0,0,-99.6119,8580.4,20.4377,2.97132,300,5,0,5527,0,1,0,0,0),(64417,18125,530,1,1,0,0,-181.361,8599.79,19.01,1.53862,300,5,0,5527,0,1,0,0,0),(64418,18125,530,1,1,0,0,-163.564,8627.28,24.1309,5.71009,300,5,0,5527,0,1,0,0,0),(64419,18125,530,1,1,0,0,-96.7075,8616.62,19.135,0.840576,300,0,0,5527,0,0,0,0,0),(64420,18125,530,1,1,0,0,-154.486,8685.85,18.1503,3.93254,300,5,0,5527,0,1,0,0,0),(64421,18125,530,1,1,0,0,-100.003,8755.51,18.2506,2.01475,300,5,0,5527,0,1,0,0,0),(64422,18125,530,1,1,0,0,-115.683,8719.58,18.754,3.26885,300,5,0,5527,0,1,0,0,0),(64423,18125,530,1,1,0,0,-84.8429,8813.42,18.2588,3.94909,300,5,0,5527,0,1,0,0,0),(64424,18125,530,1,1,0,0,-81.7127,8865.81,20.3878,4.60595,300,5,0,5527,0,1,0,0,0),(64425,18125,530,1,1,0,0,-116.198,8785.09,21.2006,4.18879,300,0,0,5527,0,0,0,0,0),(64426,18125,530,1,1,0,0,-70.9031,8929.07,24.9258,4.95241,300,5,0,5527,0,1,0,0,0),(64427,18125,530,1,1,0,0,-151.811,8951.4,20.6865,3.39775,300,5,0,5527,0,1,0,0,0),(64428,18125,530,1,1,0,0,-175.667,8914.28,22.4267,2.97305,300,5,0,5527,0,1,0,0,0),(64429,18125,530,1,1,0,0,-151.714,8885.09,18.1911,2.08534,300,5,0,5527,0,1,0,0,0),(64430,18125,530,1,1,0,0,-148.196,8817.23,23.3212,1.35827,300,5,0,5527,0,1,0,0,0),(64431,18125,530,1,1,0,0,-179.418,8780.06,19.9307,5.1673,300,5,0,5527,0,1,0,0,0),(64432,18127,530,1,1,0,0,-270.896,7787.92,21.2362,4.89173,300,5,0,5715,0,1,0,0,0),(64433,18127,530,1,1,0,0,-261.173,7786.08,20.6491,5.03445,300,5,0,5715,0,1,0,0,0),(64434,18127,530,1,1,0,0,-188.893,7922.41,18.7696,5.46808,300,5,0,5715,0,1,0,0,0),(64435,18127,530,1,1,0,0,-222.854,7937.72,19.7851,4.29014,300,5,0,5715,0,1,0,0,0),(64436,18127,530,1,1,0,0,-145.871,7946.95,18.187,6.0632,300,5,0,5715,0,1,0,0,0),(64437,18127,530,1,1,0,0,-250,8083.33,18.5819,1.09212,300,5,0,5715,0,1,0,0,0),(64438,18127,530,1,1,0,0,-230.936,8101.53,20.2862,5.09598,300,5,0,5715,0,1,0,0,0),(64439,18127,530,1,1,0,0,-152.817,8096.91,18.3282,4.5971,300,5,0,5715,0,1,0,0,0),(64440,18127,530,1,1,0,0,-118.281,8051.4,20.2271,2.19448,300,5,0,5715,0,1,0,0,0),(64441,18128,530,1,1,0,0,315.26,6190.39,22.3712,3.00828,300,5,0,5158,0,1,0,0,0),(64442,18128,530,1,1,0,0,87.4699,6250.6,22.3545,3.53946,300,5,0,5158,0,1,0,0,0),(64443,18128,530,1,1,0,0,48.117,6287.7,22.0791,3.77906,300,5,0,5158,0,1,0,0,0),(64444,18128,530,1,1,0,0,60.6283,6310.03,22.7596,3.74141,300,5,0,5158,0,1,0,0,0),(64445,18128,530,1,1,0,0,18.645,6253.51,23.3053,1.92958,300,5,0,5158,0,1,0,0,0),(64446,18128,530,1,1,0,0,-1.0292,6351.13,22.2756,3.59302,300,5,0,5158,0,1,0,0,0),(64447,18128,530,1,1,0,0,16.6517,6388.77,21.7932,1.48685,300,5,0,5158,0,1,0,0,0),(64448,18128,530,1,1,0,0,213.623,6310.55,23.7205,6.12611,300,0,0,5158,0,0,0,0,0),(64449,18128,530,1,1,0,0,362.76,6445.65,22.2631,6.03063,300,5,0,5158,0,1,0,0,0),(64450,18128,530,1,1,0,0,82.2182,6513.35,22.5184,0.630391,300,5,0,5158,0,1,0,0,0),(64451,18128,530,1,1,0,0,86.4212,6583.82,22.7711,1.0253,300,5,0,5158,0,1,0,0,0),(64452,18128,530,1,1,0,0,-385.893,6588.46,23.8322,3.20316,300,5,0,5158,0,1,0,0,0),(64453,18128,530,1,1,0,0,-413.701,6628.43,24.5063,3.51248,300,5,0,5158,0,1,0,0,0),(64454,18128,530,1,1,0,0,-384.799,6718.4,23.4741,4.64758,300,5,0,5158,0,1,0,0,0),(64455,18128,530,1,1,0,0,46.6894,6649.73,21.8082,4.63809,300,5,0,5158,0,1,0,0,0),(64456,18128,530,1,1,0,0,76.7317,6723.85,22.8745,2.64003,300,0,0,5158,0,0,0,0,0),(64457,18128,530,1,1,0,0,54.425,6757.95,23.6898,5.1201,300,5,0,5158,0,1,0,0,0),(64458,18128,530,1,1,0,0,-53.1168,6769.16,22.3689,2.31137,300,5,0,5158,0,1,0,0,0),(64459,18128,530,1,1,0,0,-156.143,6870.31,21.9999,4.33284,300,5,0,5158,0,1,0,0,0),(64460,18128,530,1,1,0,0,-295.994,6887.39,20.7214,1.49897,300,5,0,5158,0,1,0,0,0),(64461,18128,530,1,1,0,0,-22.9256,6873.64,20.7133,1.57076,300,5,0,5158,0,1,0,0,0),(64462,18128,530,1,1,0,0,91.3427,7177.29,22.6249,4.39033,300,5,0,5158,0,1,0,0,0),(64463,18128,530,1,1,0,0,-12.8681,7339.98,22.2826,5.29019,300,5,0,5158,0,1,0,0,0),(64464,18128,530,1,1,0,0,-149.898,7424.43,23.996,5.71254,300,5,0,5158,0,1,0,0,0),(64465,18128,530,1,1,0,0,-145.144,7545.52,21.9169,5.05515,300,5,0,5158,0,1,0,0,0),(64466,18128,530,1,1,0,0,-19.1411,7402.6,23.0247,4.46788,300,5,0,5158,0,1,0,0,0),(64467,18128,530,1,1,0,0,38.823,7493.59,22.5419,3.03102,300,5,0,5158,0,1,0,0,0),(64468,18128,530,1,1,0,0,35.7732,7545.52,21.6338,3.68653,300,5,0,5158,0,1,0,0,0),(64469,18128,530,1,1,0,0,141.921,7445.88,21.919,3.28266,300,5,0,5158,0,1,0,0,0),(64470,18128,530,1,1,0,0,-20.923,7616.3,19.9057,2.14685,300,5,0,5158,0,1,0,0,0),(64471,18128,530,1,1,0,0,-182.911,7584.46,21.8943,1.98968,300,0,0,5158,0,0,0,0,0),(64472,18128,530,1,1,0,0,-225.838,7541.5,22.3211,3.34489,300,0,0,5158,0,0,0,0,0),(64473,18128,530,1,1,0,0,120.519,7721.2,22.8902,1.83165,300,5,0,5158,0,1,0,0,0),(64474,18128,530,1,1,0,0,411.294,6374.79,23.5279,4.83965,300,5,0,5158,0,1,0,0,0),(64475,18128,530,1,1,0,0,340.282,6610.81,23.6215,5.74524,300,5,0,5158,0,1,0,0,0),(64476,18128,530,1,1,0,0,142.61,7260.15,23.1837,0.801082,300,5,0,5158,0,1,0,0,0),(64477,18128,530,1,1,0,0,145.438,7321.54,22.859,2.62395,300,5,0,5158,0,1,0,0,0),(64478,18128,530,1,1,0,0,191.88,7341.54,22.0488,5.4103,300,5,0,5158,0,1,0,0,0),(64479,18128,530,1,1,0,0,210.662,7379.51,23.5444,1.64704,300,5,0,5158,0,1,0,0,0),(64480,18128,530,1,1,0,0,176.746,7477.17,22.3093,0.965993,300,5,0,5158,0,1,0,0,0),(64481,18128,530,1,1,0,0,347.758,7523.6,23.3429,1.28908,300,5,0,5158,0,1,0,0,0),(64482,18128,530,1,1,0,0,448.238,7613.85,22.5241,1.88923,300,5,0,5158,0,1,0,0,0),(64483,18128,530,1,1,0,0,274.161,7600.34,22.6924,4.84103,300,5,0,5158,0,1,0,0,0),(64484,18128,530,1,1,0,0,319.428,7744.71,22.7717,4.04403,300,5,0,5158,0,1,0,0,0),(64485,18128,530,1,1,0,0,292.986,7736.6,22.138,5.79103,300,5,0,5158,0,1,0,0,0),(64486,18128,530,1,1,0,0,478.398,7873.59,22.8812,0.648969,300,5,0,5158,0,1,0,0,0),(64487,18129,530,1,1,0,0,-182.478,7778.88,20.8583,4.99336,300,5,0,5341,0,1,0,0,0),(64488,18129,530,1,1,0,0,-74.8908,7750.84,22.4396,4.58321,300,5,0,5341,0,1,0,0,0),(64489,18129,530,1,1,0,0,8.9573,7716.33,23.3327,1.48668,300,5,0,5341,0,1,0,0,0),(64490,18129,530,1,1,0,0,-31.25,7772.92,23.1778,5.72184,300,5,0,5341,0,1,0,0,0),(64491,18129,530,1,1,0,0,-19.8326,7888.67,21.662,5.09594,300,5,0,5341,0,1,0,0,0),(64492,18129,530,1,1,0,0,14.2941,8045.3,21.2279,3.95944,300,5,0,5341,0,1,0,0,0),(64493,18129,530,1,1,0,0,-343.543,8210.54,24.0847,2.84642,300,5,0,5341,0,1,0,0,0),(64494,18129,530,1,1,0,0,-286.135,8410.27,23.5705,4.48278,300,5,0,5341,0,1,0,0,0),(64495,18129,530,1,1,0,0,-458.356,8257.35,17.5454,4.76708,300,5,0,5341,0,1,0,0,0),(64496,18129,530,1,1,0,0,774.86,6622.42,20.2515,1.80531,300,5,0,5341,0,1,0,0,0),(64497,18129,530,1,1,0,0,844.713,7024.13,22.4708,0.214634,300,5,0,5341,0,1,0,0,0),(64498,18129,530,1,1,0,0,854.721,7341.7,22.1273,2.55278,300,5,0,5341,0,1,0,0,0),(64499,18129,530,1,1,0,0,1093.82,7705.47,22.9554,1.75248,300,5,0,5341,0,1,0,0,0),(64500,18129,530,1,1,0,0,1112.6,7960.33,22.3741,3.53936,300,5,0,5341,0,1,0,0,0),(64501,18129,530,1,1,0,0,926.141,8074.33,22.68,6.16875,300,5,0,5341,0,1,0,0,0),(64502,18129,530,1,1,0,0,831.764,8117.27,22.7195,5.85002,300,5,0,5341,0,1,0,0,0),(64503,18129,530,1,1,0,0,842.811,8212.58,21.4105,2.71246,300,5,0,5341,0,1,0,0,0),(64504,18129,530,1,1,0,0,1235.13,8244.92,21.6661,0.707249,300,5,0,5341,0,1,0,0,0),(64505,18129,530,1,1,0,0,1288.82,8289.05,13.7539,0.239532,300,5,0,5341,0,1,0,0,0),(64506,18129,530,1,1,0,0,1311.08,8322.48,3.36268,3.84832,300,5,0,5341,0,1,0,0,0),(64507,18129,530,1,1,0,0,1292.05,8360.54,17.9329,4.29069,300,5,0,5341,0,1,0,0,0),(64508,18129,530,1,1,0,0,1284.49,8412.62,16.5903,3.7472,300,5,0,5341,0,1,0,0,0),(64509,18129,530,1,1,0,0,1318.48,8387.88,16.5434,0.073326,300,0,0,5341,0,0,0,0,0),(64510,18129,530,1,1,0,0,1351.32,8352.89,2.21968,1.18711,300,5,0,5341,0,1,0,0,0),(64511,18129,530,1,1,0,0,1323.51,8443.87,20.4572,3.76474,300,5,0,5341,0,1,0,0,0),(64512,18129,530,1,1,0,0,1352.24,8419.32,7.02764,3.34818,300,5,0,5341,0,1,0,0,0),(64513,18129,530,1,1,0,0,1381.15,8449.87,9.4152,0.678862,300,5,0,5341,0,1,0,0,0),(64514,18129,530,1,1,0,0,1400.33,8428.21,-1.03753,3.13476,300,5,0,5341,0,1,0,0,0),(64515,18129,530,1,1,0,0,1356.52,8482.55,17.9725,4.00787,300,5,0,5341,0,1,0,0,0),(64516,18129,530,1,1,0,0,1381.74,8519.16,19.7616,3.18262,300,5,0,5341,0,1,0,0,0),(64517,18129,530,1,1,0,0,1322.36,8514.66,23.5883,5.5198,300,0,0,5341,0,0,0,0,0),(64518,18129,530,1,1,0,0,1352.72,8554.11,22.0707,0.567482,300,5,0,5341,0,1,0,0,0),(64519,18129,530,1,1,0,0,1413.56,8544.73,20.4673,3.67271,300,5,0,5341,0,1,0,0,0),(64520,18129,530,1,1,0,0,1384.37,8588.68,19.7808,0.681606,300,5,0,5341,0,1,0,0,0),(64521,18129,530,1,1,0,0,1441.51,8648.8,-12.3862,3.96576,300,5,0,5341,0,1,0,0,0),(64522,18129,530,1,1,0,0,1390.21,8665.85,5.19285,1.28888,300,5,0,5341,0,1,0,0,0),(64523,18129,530,1,1,0,0,1329.14,8649.65,11.1839,5.64345,300,5,0,5341,0,1,0,0,0),(64524,18129,530,1,1,0,0,1357.05,8684.97,3.43475,0.610486,300,5,0,5341,0,1,0,0,0),(64525,18129,530,1,1,0,0,1284.17,8692.25,1.15615,2.13499,300,5,0,5341,0,1,0,0,0),(64526,18129,530,1,1,0,0,1282.91,8542.4,20.4911,3.2857,300,5,0,5341,0,1,0,0,0),(64527,18129,530,1,1,0,0,1077.56,8451.97,23.4422,1.82082,300,5,0,5341,0,1,0,0,0),(64528,18129,530,1,1,0,0,994.84,8411.28,22.0085,4.6066,300,5,0,5341,0,1,0,0,0),(64529,18129,530,1,1,0,0,914.041,8400.06,23.48,4.97401,300,5,0,5341,0,1,0,0,0),(64530,18129,530,1,1,0,0,907.666,8481.74,21.9866,3.42033,300,5,0,5341,0,1,0,0,0),(64531,18129,530,1,1,0,0,781.385,8491.57,23.6152,2.16988,300,5,0,5341,0,1,0,0,0),(64532,18129,530,1,1,0,0,987.035,8623,23.5726,3.76536,300,5,0,5341,0,1,0,0,0),(64533,18129,530,1,1,0,0,1077.21,8681.35,18.0583,1.21351,300,5,0,5341,0,1,0,0,0),(64534,18129,530,1,1,0,0,1220.41,8681.14,14.7212,2.39281,300,5,0,5341,0,1,0,0,0),(64535,18129,530,1,1,0,0,1181.4,8723.95,9.8542,1.47317,300,5,0,5341,0,1,0,0,0),(64536,18129,530,1,1,0,0,1161.14,8744.75,4.25481,5.90912,300,5,0,5341,0,1,0,0,0),(64537,18129,530,1,1,0,0,1245.73,8720.96,-0.690664,4.17968,300,5,0,5341,0,1,0,0,0),(64538,18129,530,1,1,0,0,1122.87,8724.43,12.4758,5.56344,300,5,0,5341,0,1,0,0,0),(64539,18129,530,1,1,0,0,1054.17,8706.95,11.6917,4.1354,300,5,0,5341,0,1,0,0,0),(64540,18129,530,1,1,0,0,1112.9,8779.98,-9.4461,5.6266,300,5,0,5341,0,1,0,0,0),(64541,18129,530,1,1,0,0,1087.1,8752.44,-2.65671,3.84471,300,5,0,5341,0,1,0,0,0),(64542,18129,530,1,1,0,0,1001.32,8688.01,9.0901,2.7577,300,5,0,5341,0,1,0,0,0),(64543,18129,530,1,1,0,0,1011.62,8738.59,0.60303,3.70982,300,5,0,5341,0,1,0,0,0),(64544,18129,530,1,1,0,0,948.499,8714.14,8.02681,3.41353,300,5,0,5341,0,1,0,0,0),(64545,18129,530,1,1,0,0,882.51,8638.42,20.8573,4.68853,300,0,0,5341,0,0,0,0,0),(64546,18129,530,1,1,0,0,877.699,8739.33,-6.89445,3.28957,300,5,0,5341,0,1,0,0,0),(64547,18129,530,1,1,0,0,820.981,8699.33,12.9826,1.10933,300,5,0,5341,0,1,0,0,0),(64548,18129,530,1,1,0,0,653.524,8625.15,22.3965,1.1006,300,5,0,5341,0,1,0,0,0),(64549,18129,530,1,1,0,0,449.326,8874.03,26.454,5.19786,300,5,0,5341,0,1,0,0,0),(64550,18129,530,1,1,0,0,441.365,8759.54,22.113,2.30142,300,5,0,5341,0,1,0,0,0),(64551,18129,530,1,1,0,0,390.104,8691.79,21.374,1.2452,300,0,0,5341,0,0,0,0,0),(64552,18129,530,1,1,0,0,380.735,8562.87,22.322,6.27247,300,5,0,5341,0,1,0,0,0),(64553,18129,530,1,1,0,0,175.926,8407.17,21.8999,4.13732,300,0,0,5341,0,0,0,0,0),(64554,18129,530,1,1,0,0,146.378,8319.99,22.165,3.20164,300,5,0,5341,0,1,0,0,0),(64555,18129,530,1,1,0,0,121.359,8288.58,21.4391,0.703294,300,5,0,5341,0,1,0,0,0),(64556,18129,530,1,1,0,0,53.1588,8284.37,22.7323,3.85785,300,5,0,5341,0,1,0,0,0),(64557,18129,530,1,1,0,0,30.038,8192.54,23.4941,5.73825,300,5,0,5341,0,1,0,0,0),(64558,18129,530,1,1,0,0,18.6841,8245.8,23.7458,3.62271,300,5,0,5341,0,1,0,0,0),(64559,18129,530,1,1,0,0,-26.0417,8369.79,23.2298,2.51347,300,5,0,5341,0,1,0,0,0),(64560,18129,530,1,1,0,0,6.93686,8447.01,24.0158,4.56516,300,5,0,5341,0,1,0,0,0),(64561,18129,530,1,1,0,0,59.0782,8534.52,22.4283,6.14508,300,5,0,5341,0,1,0,0,0),(64562,18129,530,1,1,0,0,285.434,8921.33,24.2995,5.15262,300,5,0,5341,0,1,0,0,0),(64563,18129,530,1,1,0,0,214.59,8916.01,20.0065,3.57067,300,5,0,5341,0,1,0,0,0),(64564,18129,530,1,1,0,0,79.0731,8979.11,24.5347,1.9036,300,5,0,5341,0,1,0,0,0),(64565,18129,530,1,1,0,0,119.741,8881.98,22.3292,4.27125,300,5,0,5341,0,1,0,0,0),(64566,18129,530,1,1,0,0,-84.1506,8381.39,22.6804,6.27003,300,5,0,5341,0,1,0,0,0),(64567,18129,530,1,1,0,0,-354.127,8621.53,22.3661,2.63151,300,5,0,5341,0,1,0,0,0),(64568,18130,530,1,1,0,0,-985.899,5148.56,22.9501,6.03835,300,5,0,3984,1217,1,0,0,0),(64569,18130,530,1,1,0,0,-891.975,5174.88,21.0435,5.00472,300,5,0,3984,1217,1,0,0,0),(64570,18130,530,1,1,0,0,-881.937,5114.7,17.9327,5.91014,300,5,0,3984,1217,1,0,0,0),(64571,18130,530,1,1,0,0,-122.416,5443.78,22.6599,0.803017,300,5,0,3984,1217,1,0,0,0),(64572,18130,530,1,1,0,0,-541.222,5513.8,21.9002,0.552877,300,5,0,3984,1217,1,0,0,0),(64573,18130,530,1,1,0,0,-1020.98,5578.16,23.3105,0.698241,300,5,0,3984,1217,1,0,0,0),(64574,18130,530,1,1,0,0,56.998,6075.21,23.714,1.46122,300,5,0,3984,1217,1,0,0,0),(64575,18130,530,1,1,0,0,53.3556,5972.62,21.875,4.93011,300,5,0,3984,1217,1,0,0,0),(64576,18130,530,1,1,0,0,180.493,6015.87,22.2911,3.4845,300,5,0,3984,1217,1,0,0,0),(64577,18130,530,1,1,0,0,179.081,5877.08,21.9535,5.0675,300,5,0,3984,1217,1,0,0,0),(64578,18130,530,1,1,0,0,-840.144,5543.26,21.2491,0.582881,300,5,0,3984,1217,1,0,0,0),(64579,18130,530,1,1,0,0,-74.0735,5488.73,22.649,0.712736,300,5,0,3984,1217,1,0,0,0),(64580,18130,530,1,1,0,0,-16.555,5418.63,22.5293,2.14337,300,5,0,3984,1217,1,0,0,0),(64581,18130,530,1,1,0,0,-18.0533,5276.97,23.0867,5.4895,300,5,0,3984,1217,1,0,0,0),(64582,18130,530,1,1,0,0,14.569,5243.43,23.6591,5.46334,300,5,0,3984,1217,1,0,0,0),(64583,18130,530,1,1,0,0,8.92122,5188.81,32.1399,2.46317,300,5,0,3984,1217,1,0,0,0),(64584,18130,530,1,1,0,0,189.403,5283.07,22.6479,4.70113,300,5,0,3984,1217,1,0,0,0),(64585,18130,530,1,1,0,0,244.708,5279.21,22.4495,4.56857,300,5,0,3984,1217,1,0,0,0),(64586,18130,530,1,1,0,0,247.947,5220.27,22.8095,0.001126,300,5,0,3984,1217,1,0,0,0),(64587,18130,530,1,1,0,0,218.978,5186.86,22.5779,3.43923,300,5,0,3984,1217,1,0,0,0),(64588,18130,530,1,1,0,0,289.619,5178.35,26.0294,3.53584,300,5,0,3984,1217,1,0,0,0),(64589,18130,530,1,1,0,0,337.918,5256.77,22.0126,2.45207,300,5,0,3984,1217,1,0,0,0),(64590,18130,530,1,1,0,0,219.392,5116.97,27.3611,4.65824,300,5,0,3984,1217,1,0,0,0),(64591,18130,530,1,1,0,0,282.368,5117.6,22.3505,0.802851,300,0,0,3984,1217,0,0,0,0),(64592,18130,530,1,1,0,0,340.667,5182.22,23.1299,4.08984,300,5,0,3984,1217,1,0,0,0),(64593,18130,530,1,1,0,0,352.694,5115.27,27.4417,5.67232,300,0,0,3984,1217,0,0,0,0),(64594,18130,530,1,1,0,0,382.214,5086.38,33.0359,3.94444,300,0,0,3984,1217,0,0,0,0),(64595,18130,530,1,1,0,0,371.942,5545.76,21.8359,3.47378,300,5,0,3984,1217,1,0,0,0),(64596,18130,530,1,1,0,0,324.657,5490.21,22.2719,5.41192,300,5,0,3984,1217,1,0,0,0),(64597,18130,530,1,1,0,0,410.438,5652.08,23.4072,0.886467,300,5,0,3984,1217,1,0,0,0),(64598,18130,530,1,1,0,0,614.063,5654.69,23.0088,2.56024,300,5,0,3984,1217,1,0,0,0),(64599,18130,530,1,1,0,0,770.826,5677.34,24.0785,3.8901,300,5,0,3984,1217,1,0,0,0),(64600,18130,530,1,1,0,0,705.632,5694.49,22.8822,2.52333,300,5,0,3984,1217,1,0,0,0),(64601,18130,530,1,1,0,0,874.118,5708.4,28.9483,0.544105,300,5,0,3984,1217,1,0,0,0),(64602,18130,530,1,1,0,0,828.281,5845.35,31.7813,5.95093,300,5,0,3984,1217,1,0,0,0),(64603,18130,530,1,1,0,0,880.597,5849.62,34.3395,4.08407,300,0,0,3984,1217,0,0,0,0),(64604,18130,530,1,1,0,0,879.366,5520.73,20.4971,2.89804,300,5,0,3984,1217,1,0,0,0),(64605,18130,530,1,1,0,0,790.224,5225.1,21.6506,1.02704,300,5,0,3984,1217,1,0,0,0),(64606,18130,530,1,1,0,0,805.685,5117.75,19.9175,2.35619,300,5,0,3984,1217,1,0,0,0),(64607,18130,530,1,1,0,0,629.645,5119.6,21.7496,4.65765,300,5,0,3984,1217,1,0,0,0),(64608,18130,530,1,1,0,0,546.52,5112.49,21.0943,5.52888,300,5,0,3984,1217,1,0,0,0),(64609,18130,530,1,1,0,0,241.352,5554.36,22.9551,5.77761,300,5,0,3984,1217,1,0,0,0),(64610,18130,530,1,1,0,0,253.849,5477.37,22.8348,5.94203,300,5,0,3984,1217,1,0,0,0),(64611,18130,530,1,1,0,0,251.62,5615.14,23.3507,5.42454,300,5,0,3984,1217,1,0,0,0),(64612,18130,530,1,1,0,0,114.369,5554.04,23.0601,0.116137,300,0,0,3984,1217,0,0,0,0),(64613,18130,530,1,1,0,0,49.4998,5609.24,23.3114,5.61133,300,0,0,3984,1217,0,0,0,0),(64614,18130,530,1,1,0,0,109.686,5718.8,21.5352,3.50631,300,5,0,3984,1217,1,0,0,0),(64615,18130,530,1,1,0,0,191.94,5674.89,22.0859,0.416486,300,5,0,3984,1217,1,0,0,0),(64616,18130,530,1,1,0,0,287.762,5718.11,21.8931,4.30915,300,5,0,3984,1217,1,0,0,0),(64617,18130,530,1,1,0,0,318.947,5809.57,21.8661,2.4161,300,5,0,3984,1217,1,0,0,0),(64618,18130,530,1,1,0,0,436.931,5818.26,24.3874,2.91918,300,5,0,3984,1217,1,0,0,0),(64619,18130,530,1,1,0,0,408.455,5852.92,23.4509,1.59423,300,5,0,3984,1217,1,0,0,0),(64620,18130,530,1,1,0,0,395.326,5877.51,23.8551,3.3271,300,5,0,3984,1217,1,0,0,0),(64621,18130,530,1,1,0,0,451.469,5881.85,22.5269,4.52166,300,5,0,3984,1217,1,0,0,0),(64622,18130,530,1,1,0,0,546.245,5782.26,23.0528,2.83336,300,5,0,3984,1217,1,0,0,0),(64623,18130,530,1,1,0,0,574.288,5873.38,23.2501,3.66622,300,5,0,3984,1217,1,0,0,0),(64624,18130,530,1,1,0,0,678.7,5788.58,23.0564,3.07277,300,5,0,3984,1217,1,0,0,0),(64625,18130,530,1,1,0,0,615.311,5908.95,22.7812,2.80661,300,5,0,3984,1217,1,0,0,0),(64626,18130,530,1,1,0,0,563.713,5981.81,21.8732,5.18883,300,5,0,3984,1217,1,0,0,0),(64627,18130,530,1,1,0,0,195.924,5826.11,21.3823,4.75537,300,5,0,3984,1217,1,0,0,0),(64628,18130,530,1,1,0,0,253.464,5893.13,20.9536,4.84366,300,5,0,3984,1217,1,0,0,0),(64629,18131,530,1,1,0,0,-187.759,7522.99,23.9197,1.46512,300,5,0,4274,1284,1,0,0,0),(64630,18131,530,1,1,0,0,-52.2322,7518.88,22.1142,0.331556,300,5,0,4274,1284,1,0,0,0),(64631,18131,530,1,1,0,0,39.9471,7621.99,23.5797,4.17431,300,5,0,4274,1284,1,0,0,0),(64632,18131,530,1,1,0,0,-18.0336,7684.94,22.2066,3.60321,300,5,0,4274,1284,1,0,0,0),(64633,18131,530,1,1,0,0,-153.768,7620.16,22.3146,3.61436,300,0,0,4274,1284,0,0,0,0),(64634,18131,530,1,1,0,0,-180.057,7715.4,22.4852,1.20185,300,5,0,4274,1284,1,0,0,0),(64635,18131,530,1,1,0,0,-147.518,7759.1,23.2881,1.95529,300,5,0,4274,1284,1,0,0,0),(64636,18131,530,1,1,0,0,-46.3222,7712.02,22.7,2.77874,300,5,0,4274,1284,1,0,0,0),(64637,18131,530,1,1,0,0,-111.919,7779.89,23.2287,2.60101,300,5,0,4274,1284,1,0,0,0),(64638,18131,530,1,1,0,0,-13.5732,7745.78,22.0661,3.67683,300,5,0,4274,1284,1,0,0,0),(64639,18131,530,1,1,0,0,9.783,7785.53,23.9818,1.90922,300,5,0,4274,1284,1,0,0,0),(64640,18131,530,1,1,0,0,110.679,7813.05,22.6263,3.85143,300,5,0,4274,1284,1,0,0,0),(64641,18131,530,1,1,0,0,-83.2003,7806.21,21.0298,4.52974,300,5,0,4274,1284,1,0,0,0),(64642,18131,530,1,1,0,0,-43.752,7857.73,25.0304,4.93109,300,5,0,4274,1284,1,0,0,0),(64643,18131,530,1,1,0,0,23.531,7916.43,20.7579,3.93737,300,5,0,4274,1284,1,0,0,0),(64644,18131,530,1,1,0,0,80.2317,8108.9,22.9099,2.90514,300,5,0,4274,1284,1,0,0,0),(64645,18131,530,1,1,0,0,55.0837,8164.42,21.8939,6.24653,300,5,0,4274,1284,1,0,0,0),(64646,18131,530,1,1,0,0,-85.6161,8138,24.8921,4.21772,300,5,0,4274,1284,1,0,0,0),(64647,18131,530,1,1,0,0,-261.178,8248.27,22.1017,2.93913,300,5,0,4274,1284,1,0,0,0),(64648,18131,530,1,1,0,0,218.04,7451.42,23.3618,5.38139,300,5,0,4274,1284,1,0,0,0),(64649,18131,530,1,1,0,0,231.046,7472.35,21.8759,3.56027,300,5,0,4274,1284,1,0,0,0),(64650,18131,530,1,1,0,0,414.976,7644.98,22.7873,3.38394,300,0,0,4274,1284,0,0,0,0),(64651,18131,530,1,1,0,0,370.905,7552.67,22.7513,4.08589,300,5,0,4274,1284,1,0,0,0),(64652,18131,530,1,1,0,0,370.517,7708.05,21.9035,1.86547,300,0,0,4274,1284,0,0,0,0),(64653,18131,530,1,1,0,0,234.925,7662.26,19.4617,1.26727,300,0,0,4274,1284,0,0,0,0),(64654,18131,530,1,1,0,0,485.619,7810.49,23.147,5.95534,300,5,0,4274,1284,1,0,0,0),(64655,18131,530,1,1,0,0,60.9503,8356.41,22.1257,4.40269,300,5,0,4274,1284,1,0,0,0),(64656,18131,530,1,1,0,0,94.8105,8103,22.2652,5.6643,300,5,0,4274,1284,1,0,0,0),(64657,18131,530,1,1,0,0,52.2192,8218.15,22.4412,4.59763,300,0,0,4274,1284,0,0,0,0),(64658,18131,530,1,1,0,0,50.5233,8164.24,22.6342,2.55923,300,5,0,4274,1284,1,0,0,0),(64659,18131,530,1,1,0,0,19.4461,8313.17,23.5563,5.0873,300,0,0,4274,1284,0,0,0,0),(64660,18131,530,1,1,0,0,-15.5873,8434.11,22.95,2.89322,300,5,0,4274,1284,1,0,0,0),(64661,18131,530,1,1,0,0,-24.181,8489.86,23.1754,1.5939,300,5,0,4274,1284,1,0,0,0),(64662,18131,530,1,1,0,0,-81.8278,8443.04,22.2084,2.80131,300,5,0,4274,1284,1,0,0,0),(64663,18131,530,1,1,0,0,-180.622,8380.45,23.6555,3.62621,300,5,0,4274,1284,1,0,0,0),(64664,18131,530,1,1,0,0,-212.819,8546.11,22.5879,2.5509,300,5,0,4274,1284,1,0,0,0),(64665,18131,530,1,1,0,0,-241.807,8507.44,22.6943,1.23237,300,5,0,4274,1284,1,0,0,0),(64666,18131,530,1,1,0,0,-322.303,8451.36,22.6084,1.27189,300,5,0,4274,1284,1,0,0,0),(64667,18131,530,1,1,0,0,-410.195,8577.16,24.4278,2.65973,300,0,0,4274,1284,0,0,0,0),(64668,18131,530,1,1,0,0,-455.548,8518.54,20.509,5.00384,300,5,0,4274,1284,1,0,0,0),(64669,18131,530,1,1,0,0,-440.566,8448.09,18.9657,0.419116,300,5,0,4274,1284,1,0,0,0),(64670,18132,530,1,1,0,0,-1051.94,5487.25,22.123,3.78367,300,5,0,4979,0,1,0,0,0),(64671,18132,530,1,1,0,0,-613.256,5316.39,22.3878,2.53167,300,5,0,4979,0,1,0,0,0),(64672,18132,530,1,1,0,0,-487.962,5320.6,22.3472,1.21309,300,5,0,4979,0,1,0,0,0),(64673,18132,530,1,1,0,0,-458.056,5393.09,21.3669,3.72162,300,5,0,4979,0,1,0,0,0),(64674,18132,530,1,1,0,0,-519,5410.08,22.1691,1.28884,300,5,0,4979,0,1,0,0,0),(64675,18132,530,1,1,0,0,-403.14,5447.88,22.8496,4.61262,300,5,0,4979,0,1,0,0,0),(64676,18132,530,1,1,0,0,-338.809,5523.02,24.0852,5.4577,300,5,0,4979,0,1,0,0,0),(64677,18132,530,1,1,0,0,-417.13,5546.21,20.8874,2.31794,300,5,0,4979,0,1,0,0,0),(64678,18132,530,1,1,0,0,-516.378,5480.47,23.4437,2.35894,300,5,0,4979,0,1,0,0,0),(64679,18132,530,1,1,0,0,-610.009,5456.86,22.793,0.298571,300,5,0,4979,0,1,0,0,0),(64680,18132,530,1,1,0,0,-740.997,5352.43,21.68,1.78145,300,5,0,4979,0,1,0,0,0),(64681,18132,530,1,1,0,0,-1042.99,5548.61,24.6475,4.57726,300,5,0,4979,0,1,0,0,0),(64682,18132,530,1,1,0,0,-950.58,5878.77,18.0033,5.93767,300,5,0,4979,0,1,0,0,0),(64683,18132,530,1,1,0,0,-846.963,5972.63,22.8071,1.30637,300,5,0,4979,0,1,0,0,0),(64684,18132,530,1,1,0,0,-721.528,5977.56,24.4186,4.44906,300,5,0,4979,0,1,0,0,0),(64685,18132,530,1,1,0,0,-620.866,5945.64,22.3308,4.60689,300,5,0,4979,0,1,0,0,0),(64686,18132,530,1,1,0,0,-358.218,5874.93,22.2087,5.1718,300,5,0,4979,0,1,0,0,0),(64687,18132,530,1,1,0,0,-317.462,5989.95,22.5252,3.71709,300,5,0,4979,0,1,0,0,0),(64688,18132,530,1,1,0,0,-310.056,5921.53,22.5213,5.53235,300,5,0,4979,0,1,0,0,0),(64689,18132,530,1,1,0,0,-207.415,6014.18,24.069,1.13299,300,5,0,4979,0,1,0,0,0),(64690,18132,530,1,1,0,0,-111.987,5977.31,22.9261,5.36761,300,5,0,4979,0,1,0,0,0),(64691,18132,530,1,1,0,0,-122.532,6039.07,23.2118,1.7756,300,5,0,4979,0,1,0,0,0),(64692,18132,530,1,1,0,0,-113.883,6026.34,22.8184,2.9189,300,5,0,4979,0,1,0,0,0),(64693,18132,530,1,1,0,0,-43.6088,6113.89,23.0455,2.53568,300,5,0,4979,0,1,0,0,0),(64694,18132,530,1,1,0,0,-74.7586,6090.43,24.0348,0.467143,300,5,0,4979,0,1,0,0,0),(64695,18132,530,1,1,0,0,-106.411,5907.39,22.7523,2.29468,300,5,0,4979,0,1,0,0,0),(64696,18132,530,1,1,0,0,-93.3329,5894.88,22.1396,6.00596,300,5,0,4979,0,1,0,0,0),(64697,18132,530,1,1,0,0,-21.6439,5821.89,22.7306,2.98463,300,0,0,4979,0,0,0,0,0),(64698,18132,530,1,1,0,0,51.3188,5823.98,23.0405,1.44046,300,5,0,4979,0,1,0,0,0),(64699,18132,530,1,1,0,0,-30.1584,5750.54,22.6983,3.48852,300,5,0,4979,0,1,0,0,0),(64700,18132,530,1,1,0,0,-76.6186,5619.16,22.6241,0.990363,300,5,0,4979,0,1,0,0,0),(64701,18132,530,1,1,0,0,-619.647,5514.8,22.4822,3.07555,300,5,0,4979,0,1,0,0,0),(64702,18132,530,1,1,0,0,-753.81,5520.63,23.6859,2.40023,300,5,0,4979,0,1,0,0,0),(64703,18132,530,1,1,0,0,-770.735,5538.47,22.909,0.628714,300,5,0,4979,0,1,0,0,0),(64704,18132,530,1,1,0,0,-798.01,5585.5,22.1556,5.33357,300,0,0,4979,0,0,0,0,0),(64705,18132,530,1,1,0,0,-878.431,5579.73,22.7599,0.536796,300,0,0,4979,0,0,0,0,0),(64706,18132,530,1,1,0,0,-885.3,5456.58,23.1426,5.50055,300,0,0,4979,0,0,0,0,0),(64707,18132,530,1,1,0,0,-901.577,5477.13,22.9946,6.16271,300,5,0,4979,0,1,0,0,0),(64708,18132,530,1,1,0,0,-724.222,5485.33,23.0851,1.21568,300,5,0,4979,0,1,0,0,0),(64709,18132,530,1,1,0,0,784.852,5752.24,25.6132,5.50906,300,5,0,4979,0,1,0,0,0),(64710,18132,530,1,1,0,0,913.559,5276.56,14.0714,3.61692,300,5,0,4979,0,1,0,0,0),(64711,18132,530,1,1,0,0,845.722,5217.29,18.1711,5.18259,300,5,0,4979,0,1,0,0,0),(64712,18132,530,1,1,0,0,760.173,5123.1,18.1851,6.21996,300,5,0,4979,0,1,0,0,0),(64713,18132,530,1,1,0,0,647.917,5064.58,10.8978,4.19308,300,5,0,4979,0,1,0,0,0),(64714,18132,530,1,1,0,0,511.541,5764.94,23.4278,1.62424,300,5,0,4979,0,1,0,0,0),(64715,18132,530,1,1,0,0,646.253,5811.04,23.1663,3.42385,300,5,0,4979,0,1,0,0,0),(64716,18132,530,1,1,0,0,678.979,5986.1,22.6781,1.42434,300,5,0,4979,0,1,0,0,0),(64717,18132,530,1,1,0,0,428.709,6033.87,22.1241,5.17348,300,5,0,4979,0,1,0,0,0),(64718,18132,530,1,1,0,0,-56.2104,6115.88,24.0834,2.48628,300,0,0,4979,0,0,0,0,0),(64719,18132,530,1,1,0,0,-318.484,6120.35,23.0841,1.91986,300,0,0,4979,0,0,0,0,0),(64720,18132,530,1,1,0,0,-480.658,6082.47,22.0702,2.07694,300,0,0,4979,0,0,0,0,0),(64721,18132,530,1,1,0,0,-552.548,6154.76,22.3393,0.070138,300,5,0,4979,0,1,0,0,0),(64722,18132,530,1,1,0,0,-627.525,6065.04,22.5853,4.6736,300,5,0,4979,0,1,0,0,0),(64723,18132,530,1,1,0,0,-460.692,6259.02,20.7916,3.59051,300,5,0,4979,0,1,0,0,0),(64724,18132,530,1,1,0,0,-479.138,6353.17,22.4517,3.39792,300,5,0,4979,0,1,0,0,0),(64725,18132,530,1,1,0,0,-413.357,6406.7,22.8538,2.29682,300,5,0,4979,0,1,0,0,0),(64726,18133,530,1,1,0,0,-444.971,8319.95,15.3407,5.37931,300,5,0,5341,0,1,0,0,0),(64727,18133,530,1,1,0,0,-415.841,8270.38,22.4821,0.059616,300,5,0,5341,0,1,0,0,0),(64728,18133,530,1,1,0,0,-419.904,8212.65,20.5768,2.57119,300,5,0,5341,0,1,0,0,0),(64729,18133,530,1,1,0,0,1087.78,7592.01,22.0657,0.260854,300,5,0,5341,0,1,0,0,0),(64730,18133,530,1,1,0,0,1083.16,7856.98,22.4357,1.05167,300,5,0,5341,0,1,0,0,0),(64731,18133,530,1,1,0,0,1092.73,8057.56,22.4397,1.99992,300,5,0,5341,0,1,0,0,0),(64732,18133,530,1,1,0,0,1020.92,8112.52,22.4991,6.21329,300,5,0,5341,0,1,0,0,0),(64733,18133,530,1,1,0,0,974.263,8078.02,20.5357,4.46575,300,5,0,5341,0,1,0,0,0),(64734,18133,530,1,1,0,0,893.206,8052.04,23.3741,5.94719,300,0,0,5341,0,0,0,0,0),(64735,18133,530,1,1,0,0,838.57,8076.35,21.7275,1.01044,300,5,0,5341,0,1,0,0,0),(64736,18133,530,1,1,0,0,834.813,8177.53,21.0872,0.027613,300,5,0,5341,0,1,0,0,0),(64737,18133,530,1,1,0,0,873.875,8187.43,21.5822,0.084115,300,5,0,5341,0,1,0,0,0),(64738,18133,530,1,1,0,0,870.755,8247.3,21.4937,3.1455,300,5,0,5341,0,1,0,0,0),(64739,18133,530,1,1,0,0,946.851,8233.58,23.5772,2.51079,300,5,0,5341,0,1,0,0,0),(64740,18133,530,1,1,0,0,1054.37,8421.55,21.8726,3.07468,300,0,0,5341,0,0,0,0,0),(64741,18133,530,1,1,0,0,891.999,8375.21,23.4096,5.41967,300,5,0,5341,0,1,0,0,0),(64742,18133,530,1,1,0,0,886.729,8320.09,22.3133,5.78695,300,5,0,5341,0,1,0,0,0),(64743,18133,530,1,1,0,0,857.67,8415.57,22.2127,0.09707,300,5,0,5341,0,1,0,0,0),(64744,18133,530,1,1,0,0,881.044,8440.29,22.4447,2.89804,300,5,0,5341,0,1,0,0,0),(64745,18133,530,1,1,0,0,755.678,8516.82,22.5015,3.38344,300,5,0,5341,0,1,0,0,0),(64746,18133,530,1,1,0,0,823.668,8522.17,22.8027,2.75669,300,0,0,5341,0,0,0,0,0),(64747,18133,530,1,1,0,0,777.346,8544.59,22.4569,6.16077,300,5,0,5341,0,1,0,0,0),(64748,18133,530,1,1,0,0,952.493,8639.94,22.3757,4.376,300,5,0,5341,0,1,0,0,0),(64749,18133,530,1,1,0,0,902.989,8606.22,23.3028,4.15812,300,5,0,5341,0,1,0,0,0),(64750,18133,530,1,1,0,0,806.344,8649.02,21.1277,3.39577,300,5,0,5341,0,1,0,0,0),(64751,18133,530,1,1,0,0,684.845,8642.61,23.9219,3.12627,300,5,0,5341,0,1,0,0,0),(64752,18133,530,1,1,0,0,638.432,8686.24,23.6069,4.19307,300,0,0,5341,0,0,0,0,0),(64753,18133,530,1,1,0,0,611.044,8662.72,21.9249,3.14798,300,5,0,5341,0,1,0,0,0),(64754,18133,530,1,1,0,0,579.895,8682.42,21.8958,4.49225,300,5,0,5341,0,1,0,0,0),(64755,18133,530,1,1,0,0,382.681,8608.12,22.7363,1.46122,300,5,0,5341,0,1,0,0,0),(64756,18133,530,1,1,0,0,416.905,8663.02,23.194,6.22259,300,5,0,5341,0,1,0,0,0),(64757,18133,530,1,1,0,0,454.776,8685.79,23.7307,3.23544,300,5,0,5341,0,1,0,0,0),(64758,18133,530,1,1,0,0,356.329,8506.22,21.6945,1.08399,300,5,0,5341,0,1,0,0,0),(64759,18133,530,1,1,0,0,211.159,8444.5,24.0565,2.15368,300,5,0,5341,0,1,0,0,0),(64760,18133,530,1,1,0,0,154.417,8388.87,23.6525,1.08863,300,5,0,5341,0,1,0,0,0),(64761,18133,530,1,1,0,0,114.891,8344.15,20.2769,0.592334,300,5,0,5341,0,1,0,0,0),(64762,18133,530,1,1,0,0,126.505,8203.98,23.3603,5.0715,300,5,0,5341,0,1,0,0,0),(64763,18133,530,1,1,0,0,138.925,8243.55,22.776,4.57037,300,5,0,5341,0,1,0,0,0),(64764,18133,530,1,1,0,0,176.405,8216.39,22.2961,1.26995,300,5,0,5341,0,1,0,0,0),(64765,18133,530,1,1,0,0,150.473,8176.5,22.383,4.7142,300,5,0,5341,0,1,0,0,0),(64766,18133,530,1,1,0,0,-306.976,8640.64,28.1517,1.37225,300,5,0,5341,0,1,0,0,0),(64767,18134,530,1,1,0,0,223.561,6374.22,17.4991,3.18347,300,0,0,5158,0,2,0,0,0),(64768,18134,530,1,1,0,0,-843.694,5124.9,17.9327,2.74928,300,0,0,5158,0,2,0,0,0),(64769,18134,530,1,1,0,0,-740.322,5196.95,17.8831,0.739259,300,0,0,5158,0,2,0,0,0),(64770,18134,530,1,1,0,0,-577.968,5352.12,17.6846,3.22232,300,0,0,5158,0,2,0,0,0),(64771,18134,530,1,1,0,0,-403.375,5415.42,17.8643,3.18347,300,0,0,5158,0,2,0,0,0),(64772,18134,530,1,1,0,0,-1017.97,5538.43,17.102,4.90802,300,0,0,5158,0,2,0,0,0),(64773,18134,530,1,1,0,0,-987.579,5744.34,17.4991,5.17759,300,0,0,5158,0,2,0,0,0),(64774,18134,530,1,1,0,0,-457.9,5947.15,17.4861,0.993654,300,0,0,5158,0,2,0,0,0),(64775,18134,530,1,1,0,0,-384.029,5946.55,17.4865,2.47211,300,0,0,5158,0,2,0,0,0),(64776,18134,530,1,1,0,0,-190.527,6160.31,17.3808,0.04259,300,0,0,5158,0,2,0,0,0),(64777,18134,530,1,1,0,0,51.8458,5928.76,17.4091,0.912766,300,0,0,5158,0,2,0,0,0),(64778,18134,530,1,1,0,0,46.7252,5911.56,17.4091,2.40618,300,0,0,5158,0,2,0,0,0),(64779,18134,530,1,1,0,0,-48.9668,5785.52,17.4991,3.77894,300,0,0,5158,0,2,0,0,0),(64780,18134,530,1,1,0,0,-907.919,5554.83,17.4991,5.52128,300,0,0,5158,0,2,0,0,0),(64781,18134,530,1,1,0,0,-825.191,5546.16,17.4991,0.307512,300,0,0,5158,0,2,0,0,0),(64782,18134,530,1,1,0,0,-131.796,5398.48,17.7686,6.19032,300,0,0,5158,0,2,0,0,0),(64783,18134,530,1,1,0,0,0.041775,5430.89,17.4991,0.72978,300,0,0,5158,0,2,0,0,0),(64784,18134,530,1,1,0,0,115.11,5414.18,17.4991,1.64785,300,0,0,5158,0,2,0,0,0),(64785,18134,530,1,1,0,0,264.274,5531.26,17.9277,4.65114,300,0,0,5158,0,2,0,0,0),(64786,18134,530,1,1,0,0,735.855,5712.86,17.573,3.92392,300,0,0,5158,0,2,0,0,0),(64787,18134,530,1,1,0,0,166.118,5583.09,17.4991,3.49935,300,0,0,5158,0,2,0,0,0),(64788,18134,530,1,1,0,0,37.0222,5578.58,17.4991,2.14317,300,0,0,5158,0,2,0,0,0),(64789,18134,530,1,1,0,0,90.2401,5621.6,17.4991,4.71522,300,0,0,5158,0,2,0,0,0),(64790,18134,530,1,1,0,0,455.858,5653.63,17.4991,5.0087,300,0,0,5158,0,2,0,0,0),(64791,18134,530,1,1,0,0,352.352,5677.6,17.4991,3.08003,300,0,0,5158,0,2,0,0,0),(64792,18134,530,1,1,0,0,737.878,5839.42,17.6026,4.65749,300,0,0,5158,0,2,0,0,0),(64793,18134,530,1,1,0,0,578.218,5920.5,17.4991,4.42703,300,0,0,5158,0,2,0,0,0),(64794,18134,530,1,1,0,0,336.629,6207.98,17.4045,0.000565,300,0,0,5158,0,2,0,0,0),(64795,18134,530,1,1,0,0,319.182,6152.12,17.4945,5.61324,300,0,0,5158,0,2,0,0,0),(64796,18134,530,1,1,0,0,-32.0767,6208.44,17.4991,2.8398,300,0,0,5158,0,2,0,0,0),(64797,18134,530,1,1,0,0,-118.25,6237.65,17.4991,0.472522,300,0,0,5158,0,2,0,0,0),(64798,18134,530,1,1,0,0,-467.076,6111.03,17.8977,5.31363,300,0,0,5158,0,2,0,0,0),(64799,18134,530,1,1,0,0,-582.189,6080.16,17.7725,3.12673,300,0,0,5158,0,2,0,0,0),(64800,18134,530,1,1,0,0,-523.51,6283.41,17.4629,1.62503,300,0,0,5158,0,2,0,0,0),(64801,18134,530,1,1,0,0,-440.806,6356.27,17.9738,0.751548,300,0,0,5158,0,2,0,0,0),(64802,18134,530,1,1,0,0,156.894,6555.77,17.8137,5.7907,300,0,0,5158,0,2,0,0,0),(64803,18134,530,1,1,0,0,288.208,6287.81,17.4769,4.81871,300,0,0,5158,0,2,0,0,0),(64804,18134,530,1,1,0,0,159.986,6623.71,18.0734,5.26058,300,0,0,5158,0,2,0,0,0),(64805,18134,530,1,1,0,0,-164.548,6934.41,18.1803,2.0772,300,0,0,5158,0,2,0,0,0),(64806,18134,530,1,1,0,0,-110.768,6852.49,17.6241,0.169257,300,0,0,5158,0,2,0,0,0),(64807,18134,530,1,1,0,0,131.712,7306.27,17.8082,0.915751,300,0,0,5158,0,2,0,0,0),(64808,18134,530,1,1,0,0,-69.9709,7225.81,17.6593,4.49291,300,0,0,5158,0,2,0,0,0),(64809,18134,530,1,1,0,0,-50.8289,7284.15,17.7122,5.45007,300,0,0,5158,0,2,0,0,0),(64810,18134,530,1,1,0,0,-70.2844,7559.8,17.6241,3.59822,300,0,0,5158,0,2,0,0,0),(64811,18134,530,1,1,0,0,-89.5077,7475.42,17.4652,4.40249,300,0,0,5158,0,2,0,0,0),(64812,18134,530,1,1,0,0,-51.6373,7580.24,17.4934,5.25085,300,0,0,5158,0,2,0,0,0),(64813,18134,530,1,1,0,0,-51.6567,7653.14,17.8629,5.85554,300,0,0,5158,0,2,0,0,0),(64814,18134,530,1,1,0,0,722.55,6282.6,17.3627,4.15584,300,0,0,5158,0,2,0,0,0),(64815,18134,530,1,1,0,0,312.568,6641.8,17.5959,5.82195,300,0,0,5158,0,2,0,0,0),(64816,18134,530,1,1,0,0,155.922,6855.78,17.8456,4.23541,300,0,0,5158,0,2,0,0,0),(64817,18134,530,1,1,0,0,183.164,7564.12,17.4991,1.66913,300,0,0,5158,0,2,0,0,0),(64818,18134,530,1,1,0,0,154.936,7579.64,17.4991,3.64337,300,0,0,5158,0,2,0,0,0),(64819,18135,530,1,1,0,0,-390.144,8253.52,16.0956,0.855181,300,0,0,5527,0,2,0,0,0),(64820,18135,530,1,1,0,0,781.563,7542.35,17.736,0.012006,300,0,0,5527,0,2,0,0,0),(64821,18135,530,1,1,0,0,644.489,7622.63,17.499,2.98938,300,0,0,5527,0,2,0,0,0),(64822,18135,530,1,1,0,0,291.873,7703.42,17.8841,3.54748,300,0,0,5527,0,2,0,0,0),(64823,18135,530,1,1,0,0,1118.29,8010.71,17.8289,1.44989,300,0,0,5527,0,2,0,0,0),(64824,18135,530,1,1,0,0,961.119,8084.98,17.4615,1.74127,300,0,0,5527,0,2,0,0,0),(64825,18135,530,1,1,0,0,874.032,8117.33,17.64,4.19106,300,0,0,5527,0,2,0,0,0),(64826,18135,530,1,1,0,0,974.146,8151.41,17.4991,5.31556,300,0,0,5527,0,2,0,0,0),(64827,18135,530,1,1,0,0,-301.194,8503.3,18.0855,5.6799,300,0,0,5527,0,2,0,0,0),(64828,18135,530,1,1,0,0,924.067,8305.97,17.6711,0.313717,300,0,0,5527,0,2,0,0,0),(64829,18135,530,1,1,0,0,578.04,7958.32,17.498,1.08445,300,0,0,5527,0,2,0,0,0),(64830,18135,530,1,1,0,0,447.837,8068.62,17.5712,0.514304,300,0,0,5527,0,2,0,0,0),(64831,18135,530,1,1,0,0,883.997,8521.64,17.8378,4.1284,300,0,0,5527,0,2,0,0,0),(64832,18135,530,1,1,0,0,716.727,8601.28,17.4991,3.88874,300,0,0,5527,0,2,0,0,0),(64833,18135,530,1,1,0,0,87.9187,8158.21,17.8559,5.03721,300,0,0,5527,0,2,0,0,0),(64834,18135,530,1,1,0,0,86.5455,8255.57,18.9558,1.01355,300,0,0,5527,0,2,0,0,0),(64835,18135,530,1,1,0,0,-50.3868,8411.52,17.472,0.191471,300,0,0,5527,0,2,0,0,0),(64836,18135,530,1,1,0,0,-170.016,8324.32,17.4991,1.51351,300,0,0,5527,0,2,0,0,0),(64837,18135,530,1,1,0,0,82.2784,8509.21,17.4991,1.24273,300,0,0,5527,0,2,0,0,0),(64838,18135,530,1,1,0,0,184.008,8977,17.3946,3.29647,300,0,0,5527,0,2,0,0,0),(64839,18135,530,1,1,0,0,-114.558,8460.02,18.7491,4.52764,300,0,0,5527,0,2,0,0,0),(64840,18135,530,1,1,0,0,-347.48,8533.39,17.4991,3.86906,300,0,0,5527,0,2,0,0,0),(64841,18136,530,1,1,0,0,-1103.34,5593.21,57.3115,3.6225,300,5,0,4126,2486,1,0,0,0),(64842,18136,530,1,1,0,0,-1106.63,5743.61,67.6155,5.73537,300,5,0,4126,2486,1,0,0,0),(64843,18136,530,1,1,0,0,-1086.66,5756.33,58.0633,4.81415,300,5,0,4126,2486,1,0,0,0),(64844,18136,530,1,1,0,0,-1158.75,5736.32,56.0117,5.7992,300,5,0,4126,2486,1,0,0,0),(64845,18136,530,1,1,0,0,-1231.52,5754.25,68.364,0,300,5,0,4126,2486,1,0,0,0),(64846,18136,530,1,1,0,0,-1215.01,5794.07,53.8263,3.4954,300,5,0,4126,2486,1,0,0,0),(64847,18136,530,1,1,0,0,-1185.46,5826.79,41.9253,1.08088,300,0,0,4126,2486,0,0,0,0),(64848,18136,530,1,1,0,0,-1285.89,5840.23,40.329,1.88494,300,0,0,4126,2486,0,0,0,0),(64849,18136,530,1,1,0,0,-1338.08,5896.28,11.7771,4.58199,300,0,0,4126,2486,0,0,0,0),(64850,18136,530,1,1,0,0,-1351.65,5833.88,18.4214,4.05656,300,0,0,4126,2486,0,0,0,0),(64851,18136,530,1,1,0,0,-1216.02,5814.02,3.78204,3.34229,300,0,0,4126,2486,0,0,0,0),(64852,18137,530,1,1,0,0,-1092.24,5625.33,57.329,0.312792,300,5,0,4126,2486,1,0,0,0),(64853,18137,530,1,1,0,0,-1114.52,5654.46,59.617,0.588003,300,5,0,4126,2486,1,0,0,0),(64854,18137,530,1,1,0,0,-1146.57,5624.12,59.0217,5.04248,300,5,0,4126,2486,1,0,0,0),(64855,18137,530,1,1,0,0,-1155.84,5580.14,58.2032,3.26849,300,5,0,4126,2486,1,0,0,0),(64856,18137,530,1,1,0,0,-1199.38,5727.95,50.3017,4.69551,300,5,0,4126,2486,1,0,0,0),(64857,18137,530,1,1,0,0,-1221.55,5769.75,50.0112,1.78788,300,5,0,4126,2486,1,0,0,0),(64858,18137,530,1,1,0,0,-1254.78,5741.88,39.967,0.245153,300,5,0,4126,2486,1,0,0,0),(64859,18137,530,1,1,0,0,-1249.92,5775.79,1.33069,0.456573,300,0,0,4126,2486,0,0,0,0),(64860,18137,530,1,1,0,0,-1248.95,5844.08,41.8255,1.22756,300,0,0,4126,2486,0,0,0,0),(64861,18137,530,1,1,0,0,-1313.3,5892.15,21.4451,2.16768,300,0,0,4126,2486,0,0,0,0),(64862,18137,530,1,1,0,0,-1321.24,5859.91,7.17746,4.64011,300,0,0,4126,2486,0,0,0,0),(64863,18137,530,1,1,0,0,-1342.96,5792.89,25.1173,4.67624,300,0,0,4126,2486,0,0,0,0),(64864,18137,530,1,1,0,0,-1223.95,5827.22,2.74341,3.86065,300,0,0,4126,2486,0,0,0,0),(64865,18138,530,1,1,0,0,-350.774,5585.06,5.21495,4.56538,300,5,0,4979,0,1,0,0,0),(64866,18138,530,1,1,0,0,-829.622,5859.4,11.7228,5.40025,300,5,0,4979,0,1,0,0,0),(64867,18138,530,1,1,0,0,-734.194,5851.73,-1.77569,0.077297,300,5,0,4979,0,1,0,0,0),(64868,18138,530,1,1,0,0,-717.857,5844.48,-1.62655,4.63225,300,5,0,4979,0,1,0,0,0),(64869,18138,530,1,1,0,0,-667.121,5850.16,1.22084,2.34514,300,5,0,4979,0,1,0,0,0),(64870,18138,530,1,1,0,0,-637.943,5831.1,8.99145,1.31422,300,5,0,4979,0,1,0,0,0),(64871,18138,530,1,1,0,0,-191.805,5907.37,3.60098,2.30445,300,5,0,4979,0,1,0,0,0),(64872,18138,530,1,1,0,0,-256.203,5898,11.9949,3.69626,300,5,0,4979,0,1,0,0,0),(64873,18138,530,1,1,0,0,-278.137,5853.14,10.4882,3.79681,300,5,0,4979,0,1,0,0,0),(64874,18138,530,1,1,0,0,-241.803,5858.24,5.65034,2.7679,300,5,0,4979,0,1,0,0,0),(64875,18138,530,1,1,0,0,-347.293,5818.62,5.45938,3.10548,300,5,0,4979,0,1,0,0,0),(64876,18138,530,1,1,0,0,-348.388,5814.78,3.24976,1.64704,300,5,0,4979,0,1,0,0,0),(64877,18138,530,1,1,0,0,-386.623,5836.83,6.93492,4.07456,300,5,0,4979,0,1,0,0,0),(64878,18138,530,1,1,0,0,-422.378,5821.41,5.71089,2.79883,300,5,0,4979,0,1,0,0,0),(64879,18138,530,1,1,0,0,-390.184,5805.84,3.31715,2.52577,300,5,0,4979,0,1,0,0,0),(64880,18138,530,1,1,0,0,-487.242,5791.04,-9.23185,1.26943,300,5,0,4979,0,1,0,0,0),(64881,18138,530,1,1,0,0,-551.661,5791.81,-4.98156,5.47637,300,5,0,4979,0,1,0,0,0),(64882,18138,530,1,1,0,0,-510.065,5775.32,-24.3117,1.93632,300,5,0,4979,0,1,0,0,0),(64883,18138,530,1,1,0,0,-666.136,5789.51,-18.8854,2.88566,300,0,0,4979,0,0,0,0,0),(64884,18138,530,1,1,0,0,-645.033,5805.33,-7.22359,5.84662,300,5,0,4979,0,1,0,0,0),(64885,18138,530,1,1,0,0,-717.257,5783.03,-12.1548,6.18969,300,5,0,4979,0,1,0,0,0),(64886,18138,530,1,1,0,0,-787.139,5794.57,1.73369,4.99337,300,5,0,4979,0,1,0,0,0),(64887,18138,530,1,1,0,0,-787.913,5688.57,-0.971755,5.22387,300,5,0,4979,0,1,0,0,0),(64888,18138,530,1,1,0,0,-735.723,5714.34,-6.22264,6.2353,300,5,0,4979,0,1,0,0,0),(64889,18138,530,1,1,0,0,-750.918,5637.6,-0.615781,4.5806,300,5,0,4979,0,1,0,0,0),(64890,18138,530,1,1,0,0,-740.963,5725.93,-12.2087,4.36135,300,5,0,4979,0,1,0,0,0),(64891,18138,530,1,1,0,0,-721.196,5681.33,-25.5862,5.11381,300,0,0,4979,0,0,0,0,0),(64892,18138,530,1,1,0,0,-689.081,5652.11,-20.0698,2.5912,300,5,0,4979,0,1,0,0,0),(64893,18138,530,1,1,0,0,-585.258,5724.6,-10.3804,1.88452,300,5,0,4979,0,1,0,0,0),(64894,18138,530,1,1,0,0,-615.388,5646.27,-14.4903,4.84752,300,5,0,4979,0,1,0,0,0),(64895,18138,530,1,1,0,0,-584.372,5673.49,-16.3385,4.86316,300,5,0,4979,0,1,0,0,0),(64896,18138,530,1,1,0,0,-534.339,5728.31,-20.0717,0.031869,300,5,0,4979,0,1,0,0,0),(64897,18138,530,1,1,0,0,-502.729,5647.41,-1.40232,2.75837,300,5,0,4979,0,1,0,0,0),(64898,18138,530,1,1,0,0,-504.673,5721.91,-17.5171,3.56137,300,5,0,4979,0,1,0,0,0),(64899,18138,530,1,1,0,0,-522.83,5733.03,-20.7195,1.96476,300,5,0,4979,0,1,0,0,0),(64900,18138,530,1,1,0,0,-519.815,5667.15,-11.2787,4.85746,300,5,0,4979,0,1,0,0,0),(64901,18138,530,1,1,0,0,-420.531,5680.86,-19.8906,5.84917,300,5,0,4979,0,1,0,0,0),(64902,18138,530,1,1,0,0,-416.842,5683.47,-18.254,1.13918,300,5,0,4979,0,1,0,0,0),(64903,18138,530,1,1,0,0,-498.416,5621.92,13.0928,2.08905,300,0,0,4979,0,0,0,0,0),(64904,18138,530,1,1,0,0,-385.877,5690.91,-18.2175,4.91898,300,5,0,4979,0,1,0,0,0),(64905,18138,530,1,1,0,0,-340.948,5716.51,-22.6964,3.18259,300,5,0,4979,0,1,0,0,0),(64906,18138,530,1,1,0,0,-316.971,5695.31,-23.8324,2.46685,300,5,0,4979,0,1,0,0,0),(64907,18138,530,1,1,0,0,-334.219,5653.04,-19.7008,6.19518,300,5,0,4979,0,1,0,0,0),(64908,18138,530,1,1,0,0,-317.869,5750.34,-19.6479,4.67526,300,5,0,4979,0,1,0,0,0),(64909,18138,530,1,1,0,0,-270.456,5695.75,-9.47658,3.87586,300,5,0,4979,0,1,0,0,0),(64910,18138,530,1,1,0,0,-262.503,5713.13,-13.5222,2.95396,300,5,0,4979,0,1,0,0,0),(64911,18138,530,1,1,0,0,-317.08,5781.93,1.30527,3.95946,300,5,0,4979,0,1,0,0,0),(64912,18138,530,1,1,0,0,-272.895,5756.49,3.9997,3.71281,300,5,0,4979,0,1,0,0,0),(64913,18138,530,1,1,0,0,-306.972,5818.69,0.94277,1.345,300,5,0,4979,0,1,0,0,0),(64914,18138,530,1,1,0,0,-217.672,5717.32,6.73923,0.297729,300,5,0,4979,0,1,0,0,0),(64915,18138,530,1,1,0,0,-193.568,5717.58,-2.20762,3.92565,300,5,0,4979,0,1,0,0,0),(64916,18138,530,1,1,0,0,-148.44,5717.89,3.59571,6.27916,300,5,0,4979,0,1,0,0,0),(64917,18138,530,1,1,0,0,-146.808,5819.55,3.24806,4.54949,300,5,0,4979,0,1,0,0,0),(64918,18138,530,1,1,0,0,-147.526,5841.93,1.12495,4.79281,300,5,0,4979,0,1,0,0,0),(64919,18138,530,1,1,0,0,-103.642,5818.56,9.854,0.201415,300,5,0,4979,0,1,0,0,0),(64920,18138,530,1,1,0,0,-114.369,5747.35,5.95606,4.31301,300,5,0,4979,0,1,0,0,0),(64921,18138,530,1,1,0,0,-179.423,5662.13,10.857,5.03142,300,5,0,4979,0,1,0,0,0),(64922,18138,530,1,1,0,0,-204.798,5632.86,11.469,3.58253,300,5,0,4979,0,1,0,0,0),(64923,18138,530,1,1,0,0,-282.509,5652.68,-24.043,0.784261,300,5,0,4979,0,1,0,0,0),(64924,18138,530,1,1,0,0,-315.972,5616.46,-1.16419,4.80234,300,5,0,4979,0,1,0,0,0),(64925,18138,530,1,1,0,0,-378.044,5582.33,5.56073,0.005797,300,5,0,4979,0,1,0,0,0),(64926,18138,530,1,1,0,0,-359.06,5616.9,-0.038266,3.11645,300,5,0,4979,0,1,0,0,0),(64927,18138,530,1,1,0,0,-453.099,5608.7,-0.6579,0.150049,300,5,0,4979,0,1,0,0,0),(64928,18138,530,1,1,0,0,-485.209,5584.64,5.76297,4.65765,300,5,0,4979,0,1,0,0,0),(64929,18138,530,1,1,0,0,-619.572,5586.43,5.28504,3.50111,300,5,0,4979,0,1,0,0,0),(64930,18138,530,1,1,0,0,-603.824,5615.18,0.54479,3.09076,300,5,0,4979,0,1,0,0,0),(64931,18138,530,1,1,0,0,-703.076,5585.08,4.68148,3.13671,300,5,0,4979,0,1,0,0,0),(64932,18138,530,1,1,0,0,-651.9,5615.75,-0.399843,3.11552,300,5,0,4979,0,1,0,0,0),(64933,18138,530,1,1,0,0,-717.387,5615.2,0.18876,4.8708,300,5,0,4979,0,1,0,0,0),(64934,18139,530,1,1,0,1,263.314,8510.99,23.6252,3.45575,300,0,0,14193,2790,0,0,0,0),(64935,18139,530,1,1,0,1,214.05,8564.54,23.0111,4.66003,300,0,0,14193,2790,0,0,0,0),(64936,18139,530,1,1,0,1,198.225,8502.36,24.833,0.558505,300,0,0,14193,2790,0,0,0,0),(64937,18139,530,1,1,0,1,206.466,8484.5,24.0072,1.19632,300,5,0,14193,2790,1,0,0,0),(64938,18139,530,1,1,0,1,203.514,8482.89,24.0533,1.18198,300,5,0,14193,2790,1,0,0,0),(64939,18139,530,1,1,0,1,207.647,8481.71,23.9283,1.19639,300,5,0,14193,2790,1,0,0,0),(64940,18140,530,1,1,0,1,222.252,8522.22,24.5394,3.80482,300,0,0,5527,0,0,0,0,0),(64941,18140,530,1,1,0,1,224.372,8513.89,24.5243,2.75762,300,0,0,5527,0,0,0,0,0),(64942,18140,530,1,1,0,1,213.292,8523.77,24.7034,4.93928,300,0,0,5527,0,0,0,0,0),(64943,18140,530,1,1,0,1,213.342,8510.86,24.8201,0.890118,300,0,0,5527,0,0,0,0,0),(64944,18141,530,1,1,0,0,-1222.05,7162.91,57.3886,2.63545,300,0,0,546300,3387,0,0,0,0),(64945,18142,530,1,1,0,0,-1840.96,6387.75,52.945,4.38078,300,0,0,42,0,0,0,0,0),(64946,18143,530,1,1,0,0,-1920.43,6362.44,56.116,2.11185,300,0,0,42,0,0,0,0,0),(64947,18144,530,1,1,0,0,-1974.11,6275.41,56.994,0.017453,300,0,0,42,0,0,0,0,0),(64948,18145,530,1,1,0,0,-1831.78,8471.38,-69.443,3.88416,300,0,0,6116,0,0,0,0,0),(64949,18146,530,1,1,0,1,9834.04,-7480.85,14.9347,6.15987,300,0,0,2442,2434,0,0,0,0),(64950,18147,530,1,1,0,1,9838.61,-7405.78,13.702,1.13446,300,0,0,1921,5013,0,0,0,0),(64951,18147,530,1,1,0,1,9833.02,-7399.31,13.6929,1.02974,300,0,0,1921,5013,0,0,0,0),(64952,18147,530,1,1,0,1,9867.85,-7406.05,13.5941,1.74533,300,0,0,1921,5013,0,0,0,0),(64953,18147,530,1,1,0,1,9931.92,-7423.83,12.4414,0.663225,300,0,0,1921,5013,0,0,0,0),(64954,18150,530,1,1,0,0,295.937,7829.38,24.933,6.07614,300,0,0,42,0,0,0,0,0),(64955,18151,530,1,1,0,0,290.735,7827.12,24.933,1.23521,300,0,0,42,0,0,0,0,0),(64956,18159,530,1,1,0,1,767.972,7724.44,22.0983,6.10111,300,0,0,4274,2568,0,0,0,0),(64957,18160,530,1,1,0,1,1674.28,8550.4,2.69026,4.57276,300,0,0,5944,2705,0,0,0,0),(64958,18166,530,1,1,0,1,-1859.87,5420.07,-10.3805,2.14675,300,0,0,15081,21996,0,0,0,0),(18024,1914,0,1,1,3559,1,-266.689,861.816,81.8771,6.22836,275,5,0,285,790,1,0,0,0),(64960,18173,530,1,1,0,0,-2350.99,-12009.1,27.0368,1.93731,300,0,0,42,0,0,0,0,0),(64961,18174,530,1,1,0,1,9859.98,-7500.99,15.0415,5.34071,300,0,0,433,490,0,0,0,0),(64962,18175,530,1,1,0,1,9861.51,-7502.91,15.0389,2.33874,300,0,0,433,490,0,0,0,0),(64963,18180,530,1,1,0,1,-1461.78,6344.3,37.2739,6.23082,300,0,0,20958,0,0,0,0,0),(64964,18181,530,1,1,0,0,-2654.18,7611.46,4.21254,4.59635,300,5,0,2286,0,1,0,0,0),(64965,18181,530,1,1,0,0,-2702.38,7616.4,12.9681,5.30743,300,0,0,2286,0,0,0,0,0),(64966,18181,530,1,1,0,0,-2704.8,7619.85,12.4231,5.33283,300,0,0,2286,0,0,0,0,0),(64967,18181,530,1,1,0,0,-2681.97,7624.61,5.46131,2.75,300,0,0,2286,0,0,0,0,0),(64968,18181,530,1,1,0,0,-2673.93,7625.38,4.74233,5.16293,300,5,0,2286,0,1,0,0,0),(64969,18187,530,1,1,0,0,9754.78,-7418.59,13.225,0.078558,300,0,0,3052,0,0,0,0,0),(64970,18188,530,1,1,0,0,9752.6,-7419.56,13.2247,0.059895,300,0,0,3052,0,0,0,0,0),(64971,18189,530,1,1,0,0,9752.67,-7423.81,13.1512,0.058053,300,0,0,3052,0,0,0,0,0),(64972,18190,530,1,1,0,0,9751.67,-7421.73,13.1942,0.051757,300,0,0,3052,0,0,0,0,0),(64973,18191,530,1,1,0,0,9754.95,-7421.55,13.1711,0.059813,300,0,0,3052,0,0,0,0,0),(64974,18196,530,1,1,0,0,-879.566,8690.91,251.656,0.645772,300,0,0,42,0,0,0,0,0),(64975,18197,530,1,1,0,0,-393.795,7257.78,54.6158,6.23082,300,0,0,26532,2620,0,0,0,0),(64976,18200,530,1,1,0,1,-1450.88,6341.37,37.3989,1.93731,300,0,0,13972,0,0,0,0,0),(64977,18201,530,1,1,0,0,-144.826,6977.34,19.1323,0.30896,300,5,0,810,0,1,0,0,0),(64978,18201,530,1,1,0,0,-111.072,7000.94,17.5589,0.993993,300,5,0,810,0,1,0,0,0),(64979,18201,530,1,1,0,0,-122.321,7024.17,17.6839,4.10667,300,5,0,810,0,1,0,0,0),(64980,18201,530,1,1,0,0,-147.857,7005.76,17.9431,3.24729,300,5,0,810,0,1,0,0,0),(64981,18201,530,1,1,0,0,-215.962,7041.95,17.7375,4.2456,300,5,0,810,0,1,0,0,0),(64982,18201,530,1,1,0,0,-197.4,7045.56,19.2988,2.75746,300,5,0,810,0,1,0,0,0),(64983,18201,530,1,1,0,0,-116.961,7120.84,17.8387,4.13602,300,5,0,810,0,1,0,0,0),(64984,18201,530,1,1,0,0,-117.187,7145.31,18.6134,4.87344,300,5,0,810,0,1,0,0,0),(64985,18201,530,1,1,0,0,-95.9075,7155,17.6102,2.37813,300,5,0,810,0,1,0,0,0),(64986,18201,530,1,1,0,0,-80.4207,7110.25,19.0339,2.9311,300,5,0,810,0,1,0,0,0),(64987,18201,530,1,1,0,0,-106.779,7244.9,22.9988,4.37546,300,5,0,810,0,1,0,0,0),(64988,18201,530,1,1,0,0,-155.433,7311.07,23.0619,0.781598,300,5,0,810,0,1,0,0,0),(64989,18201,530,1,1,0,0,-125.523,7319.8,23.3877,5.18601,300,5,0,810,0,1,0,0,0),(64990,18201,530,1,1,0,0,-176.111,7288.55,23.1134,5.09689,300,5,0,810,0,1,0,0,0),(64991,18201,530,1,1,0,0,-155.87,7330.95,22.6869,3.96881,300,5,0,810,0,1,0,0,0),(64992,18201,530,1,1,0,0,-198.702,7324.24,44.423,4.08285,300,5,0,810,0,1,0,0,0),(64993,18201,530,1,1,0,0,-182.681,7247.79,23.4094,3.92727,300,0,0,810,0,0,0,0,0),(64996,18202,530,1,1,0,1,-1553.74,8444.09,-2.71058,4.24774,300,5,0,4731,2790,1,0,0,0),(64995,18202,530,1,1,0,1,-1659.5,8565.8,-17.151,5.58319,300,0,0,4731,2790,0,0,0,0),(64994,18202,530,1,1,0,1,-1681.08,8543.04,-19.884,2.76362,300,5,0,4731,2790,1,0,0,0),(65001,18203,530,1,1,0,1,-1525.38,8453.65,-4.01942,4.17134,300,0,0,5504,0,0,0,0,0),(65000,18203,530,1,1,0,1,-1483.94,8614.35,7.34313,0.383972,300,0,0,5504,0,0,0,0,0),(64999,18203,530,1,1,0,1,-1616.91,8556.31,-11.6938,4.3511,300,5,0,5504,0,1,0,0,0),(64998,18203,530,1,1,0,1,-1617.43,8554.13,-11.9598,4.59882,300,5,0,5504,0,1,0,0,0),(64997,18203,530,1,1,0,1,-1660.65,8522.01,-13.4359,2.77507,300,0,0,5504,0,0,0,0,0),(65004,18205,530,1,1,0,0,-1711.7,6344.2,48.635,1.58649,300,5,0,5715,0,1,0,0,0),(65005,18205,530,1,1,0,0,-1675.69,6376.07,42.8747,1.85795,300,5,0,5715,0,1,0,0,0),(65006,18205,530,1,1,0,0,-1660.84,6400.35,36.2952,0.644674,300,5,0,5715,0,1,0,0,0),(65007,18205,530,1,1,0,0,-1616.9,6388.74,31.7569,0.376152,300,5,0,5715,0,1,0,0,0),(65008,18205,530,1,1,0,0,-1507.1,6277.32,48.3513,2.75582,300,5,0,5715,0,1,0,0,0),(65009,18205,530,1,1,0,0,-1454.11,6299.25,44.0786,4.85553,300,5,0,5715,0,1,0,0,0),(65010,18205,530,1,1,0,0,-1672.33,6481.38,26.8945,3.16503,300,5,0,5715,0,1,0,0,0),(65011,18205,530,1,1,0,0,-1685.17,6450.65,31.7575,0.367589,300,5,0,5715,0,1,0,0,0),(65012,18205,530,1,1,0,0,-1879.84,6435.4,33.4537,1.6451,300,5,0,5715,0,1,0,0,0),(65013,18205,530,1,1,0,0,-1922.76,6412.58,38.2821,4.62633,300,5,0,5715,0,1,0,0,0),(65014,18205,530,1,1,0,0,-2094.21,6448.52,19.217,0.030264,300,5,0,5715,0,1,0,0,0),(65015,18205,530,1,1,0,0,-2075.33,6379.23,35.5453,1.74943,300,5,0,5715,0,1,0,0,0),(65016,18205,530,1,1,0,0,-2184.78,6408.81,21.4267,5.1201,300,5,0,5715,0,1,0,0,0),(65017,18205,530,1,1,0,0,-2207.65,6380,29.1809,2.51289,300,5,0,5715,0,1,0,0,0),(65018,18205,530,1,1,0,0,-2147.63,6250.65,66.8574,4.05918,300,5,0,5715,0,1,0,0,0),(65019,18205,530,1,1,0,0,-2211.98,6318.11,41.8218,0.246155,300,5,0,5715,0,1,0,0,0),(65020,18205,530,1,1,0,0,-2245.67,6345.25,39.1261,3.04484,300,5,0,5715,0,1,0,0,0),(65021,18205,530,1,1,0,0,-2737.15,6579.95,30.0996,4.27452,300,5,0,5715,0,1,0,0,0),(65022,18205,530,1,1,0,0,-2719.69,6552.76,29.6173,6.0098,300,5,0,5715,0,1,0,0,0),(65023,18205,530,1,1,0,0,-2685.51,6565.22,24.1235,2.66658,300,5,0,5715,0,1,0,0,0),(65024,18205,530,1,1,0,0,-2654.93,6489.17,27.8704,5.58349,300,5,0,5715,0,1,0,0,0),(65025,18205,530,1,1,0,0,-2616.47,6378.39,34.4002,1.66667,300,5,0,5715,0,1,0,0,0),(65026,18205,530,1,1,0,0,-2619.66,6443.09,30.1651,0.646234,300,5,0,5715,0,1,0,0,0),(65027,18205,530,1,1,0,0,-2576.19,6431.63,24.8694,1.58252,300,5,0,5715,0,1,0,0,0),(65028,18205,530,1,1,0,0,-2515.04,6467.73,19.7118,1.84775,300,5,0,5715,0,1,0,0,0),(65029,18205,530,1,1,0,0,-2601.96,6487.31,19.504,3.45439,300,5,0,5715,0,1,0,0,0),(65030,18205,530,1,1,0,0,-2618.64,6514.76,22.4554,6.04958,300,5,0,5715,0,1,0,0,0),(65031,18205,530,1,1,0,0,-2558.81,6576.85,7.4117,1.10273,300,5,0,5715,0,1,0,0,0),(65032,18205,530,1,1,0,0,-2580.76,6582.16,10.7652,5.54196,300,5,0,5715,0,1,0,0,0),(65033,18205,530,1,1,0,0,-2575.12,6624.7,4.42333,0.586994,300,5,0,5715,0,1,0,0,0),(65034,18205,530,1,1,0,0,-2611.34,6658.37,5.88266,4.61855,300,5,0,5715,0,1,0,0,0),(65035,18205,530,1,1,0,0,-2788.35,6754.58,4.4293,5.65647,300,5,0,5715,0,1,0,0,0),(65036,18205,530,1,1,0,0,-2795.79,6909.1,-24.1891,0.592334,300,5,0,5715,0,1,0,0,0),(65037,18205,530,1,1,0,0,-2786.4,6883.5,-21.3172,1.46899,300,5,0,5715,0,1,0,0,0),(65038,18205,530,1,1,0,0,-2749.3,6907.92,-11.2372,3.55982,300,5,0,5715,0,1,0,0,0),(65039,18205,530,1,1,0,0,-2747.87,6783.84,-1.95912,1.75554,300,5,0,5715,0,1,0,0,0),(65040,18205,530,1,1,0,0,-2710.08,6877.41,-3.32176,3.71469,300,5,0,5715,0,1,0,0,0),(65041,18205,530,1,1,0,0,-2712.99,6818.97,-1.10644,5.64209,300,5,0,5715,0,1,0,0,0),(65042,18205,530,1,1,0,0,-2510.55,6617.23,2.33906,0.320824,300,5,0,5715,0,1,0,0,0),(65043,18205,530,1,1,0,0,-2476.96,6572.75,6.83235,0.862805,300,5,0,5715,0,1,0,0,0),(65044,18205,530,1,1,0,0,-2420.75,6512.67,10.9089,3.11729,300,5,0,5715,0,1,0,0,0),(65045,18205,530,1,1,0,0,-2353.05,6589.69,2.64581,1.89291,300,5,0,5715,0,1,0,0,0),(65046,18205,530,1,1,0,0,-2708.76,6947.37,-7.11537,2.99444,300,5,0,5715,0,1,0,0,0),(65047,18205,530,1,1,0,0,-2476.03,7118.15,-12.849,0.015624,300,5,0,5715,0,1,0,0,0),(65048,18205,530,1,1,0,0,-2739.59,7692.65,-16.847,6.07956,300,5,0,5715,0,1,0,0,0),(65049,18205,530,1,1,0,0,-2758.64,7689.12,-14.5659,6.02353,300,5,0,5715,0,1,0,0,0),(65050,18205,530,1,1,0,0,-2751.37,7696.47,-15.8399,6.08079,300,5,0,5715,0,1,0,0,0),(65051,18205,530,1,1,0,0,-2755.07,7725.83,-20.9539,0.910888,300,5,0,5715,0,1,0,0,0),(65052,18205,530,1,1,0,0,-2744.43,7728.56,-21.5079,1.06063,300,5,0,5715,0,1,0,0,0),(65053,18205,530,1,1,0,0,-2752.3,7738.92,-22.4247,0.767368,300,5,0,5715,0,1,0,0,0),(65054,18205,530,1,1,0,0,-2756.11,7739.21,-22.3736,0.702164,300,5,0,5715,0,1,0,0,0),(65055,18205,530,1,1,0,0,-2733.4,7775.72,-30.926,3.23349,300,5,0,5715,0,1,0,0,0),(65056,18205,530,1,1,0,0,-2741.69,7785.76,-31.2111,3.12695,300,5,0,5715,0,1,0,0,0),(65057,18205,530,1,1,0,0,-2726.41,7780.99,-32.1385,3.10352,300,5,0,5715,0,1,0,0,0),(65058,18205,530,1,1,0,0,-2223.24,7691.95,-13.1185,5.22646,300,5,0,5715,0,1,0,0,0),(65059,18205,530,1,1,0,0,-2228.29,7691.49,-12.8685,5.25288,300,5,0,5715,0,1,0,0,0),(65060,18205,530,1,1,0,0,-2238.11,7681.85,-11.701,5.0109,300,5,0,5715,0,1,0,0,0),(65061,18205,530,1,1,0,0,-1801.26,7089.44,-21.8952,0.088007,300,5,0,5715,0,1,0,0,0),(65062,18205,530,1,1,0,0,-2313.61,7003.77,-9.07236,1.42771,300,5,0,5715,0,1,0,0,0),(65063,18205,530,1,1,0,0,-2351.5,7050.83,-12.1928,3.0073,300,5,0,5715,0,1,0,0,0),(65064,18205,530,1,1,0,0,-2321.38,7084.25,-19.3314,4.81808,300,5,0,5715,0,1,0,0,0),(65065,18205,530,1,1,0,0,-2394.61,7015.46,-5.57128,3.05164,300,5,0,5715,0,1,0,0,0),(65066,18205,530,1,1,0,0,-2462.32,7081.86,-11.7676,3.19926,300,5,0,5715,0,1,0,0,0),(65067,18205,530,1,1,0,0,-2351.25,6981.77,-5.22284,3.60621,300,5,0,5715,0,1,0,0,0),(65068,18205,530,1,1,0,0,-2216.88,6916.87,-6.6276,4.61262,300,5,0,5715,0,1,0,0,0),(65069,18205,530,1,1,0,0,-2187.59,6887.85,-5.29062,2.68331,300,5,0,5715,0,1,0,0,0),(65070,18205,530,1,1,0,0,-1813.48,6851.32,-35.3197,1.67647,300,5,0,5715,0,1,0,0,0),(65071,18205,530,1,1,0,0,-2159.18,6852.27,-9.03975,2.8288,300,5,0,5715,0,1,0,0,0),(65072,18205,530,1,1,0,0,-2354.01,6704.04,-0.273357,4.03216,300,5,0,5715,0,1,0,0,0),(65073,18205,530,1,1,0,0,-2289.1,6657.22,-1.22496,6.15592,300,5,0,5715,0,1,0,0,0),(65074,18205,530,1,1,0,0,-2303.7,6680.62,-1.41426,6.10648,300,5,0,5715,0,1,0,0,0),(65075,18205,530,1,1,0,0,-2317.03,6616.82,2.53165,2.67354,300,5,0,5715,0,1,0,0,0),(65076,18205,530,1,1,0,0,-2247.31,6613.35,-0.790151,1.18194,300,5,0,5715,0,1,0,0,0),(65077,18205,530,1,1,0,0,-1784.39,6743.14,-25.7578,4.60874,300,5,0,5715,0,1,0,0,0),(65078,18205,530,1,1,0,0,-1717.74,6750.65,-15.464,3.07537,300,5,0,5715,0,1,0,0,0),(65079,18205,530,1,1,0,0,-1750.53,6715.07,-18.1979,3.51667,300,5,0,5715,0,1,0,0,0),(65080,18205,530,1,1,0,0,-1675.47,6718.16,-4.46805,6.14502,300,5,0,5715,0,1,0,0,0),(65081,18205,530,1,1,0,0,-1804.67,6649.5,-20.1252,0.561707,300,5,0,5715,0,1,0,0,0),(65082,18205,530,1,1,0,0,-1747.27,6645.55,-14.1295,2.01261,300,5,0,5715,0,1,0,0,0),(65083,18205,530,1,1,0,0,-1780.25,6693.04,-24.4056,1.65491,300,5,0,5715,0,1,0,0,0),(65084,18205,530,1,1,0,0,-1853.38,6621.63,-2.90771,2.27116,300,5,0,5715,0,1,0,0,0),(65085,18205,530,1,1,0,0,-1913.16,6622.9,2.35474,3.66559,300,5,0,5715,0,1,0,0,0),(65086,18205,530,1,1,0,0,-1882.91,6585.07,5.67386,1.58833,300,5,0,5715,0,1,0,0,0),(65087,18205,530,1,1,0,0,-2256.05,6542.8,7.62377,6.09102,300,5,0,5715,0,1,0,0,0),(65088,18205,530,1,1,0,0,-2291.61,6511.85,11.4018,5.27006,300,5,0,5715,0,1,0,0,0),(65089,18205,530,1,1,0,0,-2376.28,6552.33,6.3632,6.26952,300,5,0,5715,0,1,0,0,0),(65090,18205,530,1,1,0,0,-2346.72,6581.62,2.82858,0.013228,300,5,0,5715,0,1,0,0,0),(65091,18205,530,1,1,0,0,-2410.29,6451.17,14.5782,0.841395,300,5,0,5715,0,1,0,0,0),(65092,18205,530,1,1,0,0,-2513.28,6410.58,25.276,5.0468,300,5,0,5715,0,1,0,0,0),(65093,18205,530,1,1,0,0,-2314.81,6474.14,14.7613,4.39465,300,5,0,5715,0,1,0,0,0),(65094,18205,530,1,1,0,0,-1450.54,6894.55,7.52806,1.54736,300,5,0,5715,0,1,0,0,0),(65095,18205,530,1,1,0,0,-1391.23,6956.93,13.7576,0.310896,300,5,0,5715,0,1,0,0,0),(65096,18205,530,1,1,0,0,-1467.31,6855.53,9.1284,6.28026,300,5,0,5715,0,1,0,0,0),(65097,18205,530,1,1,0,0,-1550.94,6785.61,5.57643,2.91794,300,5,0,5715,0,1,0,0,0),(65098,18205,530,1,1,0,0,-1547.66,6719.58,14.9828,1.65094,300,5,0,5715,0,1,0,0,0),(65099,18205,530,1,1,0,0,-1649.02,6887.76,-12.1475,1.87648,300,5,0,5715,0,1,0,0,0),(65100,18205,530,1,1,0,0,-1681.73,6917.13,-22.0748,5.31573,300,5,0,5715,0,1,0,0,0),(65107,18207,530,1,1,0,1,-1617.17,8517.14,-13.3111,3.18328,300,0,0,1000,6229,0,0,0,0),(65106,18207,530,1,1,0,1,-1619.79,8511.52,-13.3111,2.52415,300,0,0,1000,6229,0,0,0,0),(65105,18207,530,1,1,0,1,-1628.85,8505.92,-13.3941,1.10055,300,0,0,1000,6229,0,0,0,0),(65104,18207,530,1,1,0,1,-1438.26,8532.47,13.7976,3.71471,300,0,0,1000,6229,0,0,0,0),(65103,18207,530,1,1,0,1,-1634.98,8513.87,-13.3941,0.0167007,300,0,0,1000,6229,0,0,0,0),(65102,18207,530,1,1,0,1,-1623.96,8521.62,-13.3941,4.72783,300,0,0,1000,6229,0,0,0,0),(65101,18207,530,1,1,0,1,-1627.78,8518.52,-13.3941,5.26975,300,0,0,1000,6229,0,0,0,0),(65108,18210,530,1,1,0,0,-1583.63,8564.92,2.08442,5.93412,300,0,0,6411,5136,0,0,0,0),(65109,18211,530,1,1,0,0,-1580.44,8566.08,2.08442,3.1765,300,0,0,4428,0,0,0,0,0),(65110,18211,530,1,1,0,0,-1582.76,8561.98,2.08442,1.6057,300,0,0,4428,0,0,0,0,0),(65111,18212,530,1,1,0,0,578.549,6445.47,3.04747,3.95117,300,5,0,1335,0,1,0,0,0),(65112,18212,530,1,1,0,0,483.561,6453.55,4.76506,4.02801,300,5,0,1335,0,1,0,0,0),(65113,18212,530,1,1,0,0,482.596,6452.85,6.06339,6.12542,300,5,0,1335,0,1,0,0,0),(65114,18212,530,1,1,0,0,486.153,6444.85,4.8708,0.291977,300,5,0,1335,0,1,0,0,0),(65115,18212,530,1,1,0,0,485.267,6446.92,6.01289,4.94695,300,5,0,1335,0,1,0,0,0),(65116,18212,530,1,1,0,0,518.117,6468.64,-3.9717,4.81261,300,5,0,1335,0,1,0,0,0),(65117,18212,530,1,1,0,0,529.767,6448.01,1.27098,3.0153,300,5,0,1335,0,1,0,0,0),(65118,18212,530,1,1,0,0,551.137,6459.08,0.19492,5.97934,300,5,0,1335,0,1,0,0,0),(65119,18212,530,1,1,0,0,540.583,6455.08,1.6909,3.45102,300,5,0,1335,0,1,0,0,0),(65120,18212,530,1,1,0,0,446.892,6478.31,3.11018,1.19682,300,5,0,1335,0,1,0,0,0),(65121,18212,530,1,1,0,0,438.084,6462.47,13.9124,3.78332,300,5,0,1335,0,1,0,0,0),(65122,18212,530,1,1,0,0,442.902,6484.38,4.49085,3.9187,300,5,0,1335,0,1,0,0,0),(65123,18212,530,1,1,0,0,447.696,6487.43,-6.45823,4.68112,300,5,0,1335,0,1,0,0,0),(65124,18212,530,1,1,0,0,423.317,6512.84,-5.95564,3.27171,300,5,0,1335,0,1,0,0,0),(65125,18212,530,1,1,0,0,458.647,6517.47,-9.54859,3.36983,300,5,0,1335,0,1,0,0,0),(65126,18212,530,1,1,0,0,422.439,6544.33,-0.332701,6.09463,300,5,0,1335,0,1,0,0,0),(65127,18212,530,1,1,0,0,428.846,6545.27,-2.42298,3.25598,300,5,0,1335,0,1,0,0,0),(65128,18212,530,1,1,0,0,501.333,6490.82,2.0859,3.82732,300,5,0,1335,0,1,0,0,0),(65129,18212,530,1,1,0,0,518.785,6482.87,-2.45334,0.045956,300,5,0,1335,0,1,0,0,0),(65130,18212,530,1,1,0,0,510.449,6506.09,7.57714,2.19184,300,5,0,1335,0,1,0,0,0),(65131,18212,530,1,1,0,0,453.663,6545.26,1.09705,4.56137,300,5,0,1335,0,1,0,0,0),(65132,18212,530,1,1,0,0,569.424,6487.43,-12.5087,0.109579,300,5,0,1335,0,1,0,0,0),(65133,18212,530,1,1,0,0,574.667,6480.52,-11.9652,0.071307,300,5,0,1335,0,1,0,0,0),(65134,18212,530,1,1,0,0,588.428,6493.58,-20.8726,0.885685,300,5,0,1335,0,1,0,0,0),(65135,18212,530,1,1,0,0,579.089,6502.63,-20.7961,4.2483,300,5,0,1335,0,1,0,0,0),(65136,18212,530,1,1,0,0,620.903,6500.94,-9.84441,1.19464,300,5,0,1335,0,1,0,0,0),(65137,18212,530,1,1,0,0,633.711,6519.72,-13.1195,3.01724,300,5,0,1335,0,1,0,0,0),(65138,18212,530,1,1,0,0,615.15,6509.08,-13.6897,5.03846,300,5,0,1335,0,1,0,0,0),(65139,18212,530,1,1,0,0,616.107,6517.66,-17.6272,0.035784,300,5,0,1335,0,1,0,0,0),(65140,18212,530,1,1,0,0,594.926,6535.19,-16.589,2.63335,300,5,0,1335,0,1,0,0,0),(65141,18212,530,1,1,0,0,649.101,6541.54,-7.26933,3.43062,300,5,0,1335,0,1,0,0,0),(65142,18212,530,1,1,0,0,681.979,6561.96,0.24724,4.68125,300,5,0,1335,0,1,0,0,0),(65143,18212,530,1,1,0,0,686.314,6551.44,-0.410029,0.28389,300,5,0,1335,0,1,0,0,0),(65144,18212,530,1,1,0,0,728.79,6607.2,5.55738,6.12847,300,5,0,1335,0,1,0,0,0),(65145,18212,530,1,1,0,0,683.386,6616.79,5.33385,3.5076,300,5,0,1335,0,1,0,0,0),(65146,18212,530,1,1,0,0,717.637,6584.08,5.38519,4.70153,300,5,0,1335,0,1,0,0,0),(65147,18212,530,1,1,0,0,713.083,6592,5.27581,4.07966,300,5,0,1335,0,1,0,0,0),(65148,18212,530,1,1,0,0,717.447,6656.61,2.37151,4.69682,300,5,0,1335,0,1,0,0,0),(65149,18212,530,1,1,0,0,729.31,6673.92,3.77217,5.58907,300,5,0,1335,0,1,0,0,0),(65150,18212,530,1,1,0,0,648.576,6627.84,-15.1212,4.5397,300,5,0,1335,0,1,0,0,0),(65151,18212,530,1,1,0,0,652.883,6559.43,-10.5717,5.81954,300,5,0,1335,0,1,0,0,0),(65152,18212,530,1,1,0,0,638.613,6616.24,-13.882,0.141069,300,5,0,1335,0,1,0,0,0),(65153,18212,530,1,1,0,0,633.957,6616.58,-12.8749,3.15624,300,5,0,1335,0,1,0,0,0),(65154,18212,530,1,1,0,0,652.908,6611.19,-15.1385,5.68878,300,5,0,1335,0,1,0,0,0),(65155,18212,530,1,1,0,0,646.103,6579.03,-10.3175,3.8888,300,5,0,1335,0,1,0,0,0),(65156,18212,530,1,1,0,0,656.189,6655.95,-12.6227,3.90419,300,5,0,1335,0,1,0,0,0),(65157,18212,530,1,1,0,0,655.099,6649.27,-7.77064,6.00877,300,5,0,1335,0,1,0,0,0),(65158,18212,530,1,1,0,0,657.076,6650.69,-8.01705,2.83772,300,5,0,1335,0,1,0,0,0),(65159,18212,530,1,1,0,0,650,6583.33,-4.12874,3.18831,300,5,0,1335,0,1,0,0,0),(65160,18212,530,1,1,0,0,686.39,6582.26,-5.97859,5.34511,300,5,0,1335,0,1,0,0,0),(65161,18212,530,1,1,0,0,685.194,6618.71,-8.16584,4.46566,300,5,0,1335,0,1,0,0,0),(65162,18212,530,1,1,0,0,680.114,6621.87,-8.53604,5.33449,300,5,0,1335,0,1,0,0,0),(65163,18212,530,1,1,0,0,674.508,6580.79,-4.566,6.13507,300,5,0,1335,0,1,0,0,0),(65164,18212,530,1,1,0,0,710.143,6688.12,1.05748,6.27492,300,5,0,1335,0,1,0,0,0),(65165,18212,530,1,1,0,0,620.354,6601.13,-14.0777,1.62749,300,5,0,1335,0,1,0,0,0),(65166,18212,530,1,1,0,0,615.739,6583.27,-15.8484,0.034166,300,5,0,1335,0,1,0,0,0),(65167,18212,530,1,1,0,0,606.028,6575.77,-14.8873,2.80328,300,5,0,1335,0,1,0,0,0),(65168,18212,530,1,1,0,0,611.724,6591.25,-12.5402,0.236456,300,5,0,1335,0,1,0,0,0),(65169,18212,530,1,1,0,0,563.831,6605.14,9.2613,4.40609,300,5,0,1335,0,1,0,0,0),(65170,18212,530,1,1,0,0,610.665,6618.18,-4.57892,2.73642,300,5,0,1335,0,1,0,0,0),(65171,18212,530,1,1,0,0,586.937,6621.21,-2.72086,3.92492,300,5,0,1335,0,1,0,0,0),(65172,18212,530,1,1,0,0,574,6630.25,15.5237,3.09963,300,5,0,1335,0,1,0,0,0),(65173,18212,530,1,1,0,0,616.522,6616.36,-16.1087,4.43856,300,5,0,1335,0,1,0,0,0),(65174,18212,530,1,1,0,0,600.197,6644.24,-6.12704,3.59563,300,5,0,1335,0,1,0,0,0),(65175,18212,530,1,1,0,0,626.909,6658.82,-23.9587,4.67521,300,5,0,1335,0,1,0,0,0),(65176,18212,530,1,1,0,0,616.691,6641.83,-21.3415,1.23965,300,5,0,1335,0,1,0,0,0),(65177,18212,530,1,1,0,0,651.376,6681.31,-15.4994,0.622406,300,5,0,1335,0,1,0,0,0),(65178,18212,530,1,1,0,0,665.532,6679.07,-15.3633,0.272933,300,5,0,1335,0,1,0,0,0),(65179,18212,530,1,1,0,0,653.863,6686.86,-17.7361,3.53365,300,5,0,1335,0,1,0,0,0),(65180,18212,530,1,1,0,0,614.869,6682.87,-28.8611,5.05239,300,5,0,1335,0,1,0,0,0),(65181,18212,530,1,1,0,0,581.679,6672.44,-14.3935,1.05867,300,5,0,1335,0,1,0,0,0),(65182,18212,530,1,1,0,0,586.257,6695.53,-18.8524,4.29817,300,5,0,1335,0,1,0,0,0),(65183,18212,530,1,1,0,0,578.518,6676.8,-7.39269,5.30959,300,5,0,1335,0,1,0,0,0),(65184,18212,530,1,1,0,0,590.223,6692.79,-22.7042,1.90305,300,5,0,1335,0,1,0,0,0),(65185,18212,530,1,1,0,0,550.933,6694.47,-16.9043,1.61573,300,5,0,1335,0,1,0,0,0),(65186,18212,530,1,1,0,0,476.424,6683.14,-8.7766,2.82973,300,5,0,1335,0,1,0,0,0),(65187,18212,530,1,1,0,0,514.315,6690.45,-11.5631,3.56442,300,5,0,1335,0,1,0,0,0),(65188,18212,530,1,1,0,0,524.068,6674.5,-10.1079,4.51174,300,5,0,1335,0,1,0,0,0),(65189,18212,530,1,1,0,0,516.292,6696.35,-12.939,5.85446,300,5,0,1335,0,1,0,0,0),(65190,18212,530,1,1,0,0,527,6683.15,-18.6583,3.28749,300,5,0,1335,0,1,0,0,0),(65191,18212,530,1,1,0,0,510.007,6668.82,-31.2896,0.246147,300,5,0,1335,0,1,0,0,0),(65192,18212,530,1,1,0,0,502.857,6667.01,10.4369,0.247151,300,5,0,1335,0,1,0,0,0),(65193,18212,530,1,1,0,0,421.167,6646.6,-13.9179,1.40003,300,5,0,1335,0,1,0,0,0),(65194,18212,530,1,1,0,0,423.43,6608.56,0.79224,5.52269,300,5,0,1335,0,1,0,0,0),(65195,18212,530,1,1,0,0,439.619,6707.22,-14.0161,3.99677,300,5,0,1335,0,1,0,0,0),(65196,18212,530,1,1,0,0,461.096,6685.18,-13.0222,6.20199,300,5,0,1335,0,1,0,0,0),(65197,18212,530,1,1,0,0,418.78,6602.92,-1.40501,1.58944,300,5,0,1335,0,1,0,0,0),(65198,18212,530,1,1,0,0,416.991,6583.82,-2.40233,4.37465,300,5,0,1335,0,1,0,0,0),(65199,18212,530,1,1,0,0,411.884,6645.07,-17.141,0.033191,300,5,0,1335,0,1,0,0,0),(65200,18212,530,1,1,0,0,418.877,6659.63,-18.6266,0.781995,300,5,0,1335,0,1,0,0,0),(65201,18212,530,1,1,0,0,417.153,6651.98,-18.2754,0.077297,300,5,0,1335,0,1,0,0,0),(65202,18212,530,1,1,0,0,390.884,6686.08,-3.75696,6.17264,300,5,0,1335,0,1,0,0,0),(65203,18212,530,1,1,0,0,381.062,6685.22,-0.853096,2.39281,300,5,0,1335,0,1,0,0,0),(65204,18212,530,1,1,0,0,381.718,6684.06,-4.40192,1.35213,300,5,0,1335,0,1,0,0,0),(65205,18212,530,1,1,0,0,388.665,6682.9,-2.8091,3.0592,300,5,0,1335,0,1,0,0,0),(65206,18212,530,1,1,0,0,415.078,6697.58,-17.3571,1.76827,300,5,0,1335,0,1,0,0,0),(65207,18212,530,1,1,0,0,430.01,6710.67,-15.0095,5.85862,300,5,0,1335,0,1,0,0,0),(65208,18212,530,1,1,0,0,412.051,6715.04,-16.9035,3.07987,300,5,0,1335,0,1,0,0,0),(65209,18212,530,1,1,0,0,435.208,6733.29,-16.1627,2.39274,300,5,0,1335,0,1,0,0,0),(65210,18212,530,1,1,0,0,432.318,6685.78,-14.2298,0.154876,300,5,0,1335,0,1,0,0,0),(65211,18212,530,1,1,0,0,446.331,6755.31,-32.2317,1.2262,300,5,0,1335,0,1,0,0,0),(65212,18212,530,1,1,0,0,452.338,6743.67,-29.9986,2.36448,300,5,0,1335,0,1,0,0,0),(65213,18212,530,1,1,0,0,426.261,6790.91,-22.335,4.26492,300,5,0,1335,0,1,0,0,0),(65214,18212,530,1,1,0,0,418.505,6789.42,-21.449,0.050376,300,5,0,1335,0,1,0,0,0),(65215,18212,530,1,1,0,0,414.231,6781.19,-17.6987,1.85795,300,5,0,1335,0,1,0,0,0),(65216,18212,530,1,1,0,0,442.166,6751.23,-32.0622,3.48899,300,5,0,1335,0,1,0,0,0),(65217,18212,530,1,1,0,0,414.125,6807.06,-13.0738,4.45367,300,5,0,1335,0,1,0,0,0),(65218,18212,530,1,1,0,0,457.3,6759.03,-32.4808,3.76385,300,5,0,1335,0,1,0,0,0),(65219,18212,530,1,1,0,0,457.637,6744.13,-30.4645,5.26353,300,5,0,1335,0,1,0,0,0),(65220,18212,530,1,1,0,0,499.6,6776.59,-30.4404,5.37376,300,5,0,1335,0,1,0,0,0),(65221,18212,530,1,1,0,0,518.079,6742.55,-30.483,4.73777,300,5,0,1335,0,1,0,0,0),(65222,18212,530,1,1,0,0,492.524,6778.34,-32.5654,4.96228,300,5,0,1335,0,1,0,0,0),(65223,18212,530,1,1,0,0,469.805,6776.08,-32.0654,1.98287,300,5,0,1335,0,1,0,0,0),(65224,18212,530,1,1,0,0,483.073,6754.51,-32.9457,4.73068,300,5,0,1335,0,1,0,0,0),(65225,18212,530,1,1,0,0,510.744,6732.61,-30.2981,1.92638,300,5,0,1335,0,1,0,0,0),(65226,18212,530,1,1,0,0,513.491,6715.83,-30.5892,3.55438,300,5,0,1335,0,1,0,0,0),(65227,18212,530,1,1,0,0,452.356,6751.43,2.35296,3.51565,300,5,0,1335,0,1,0,0,0),(65228,18212,530,1,1,0,0,453.782,6754.24,2.28892,3.55933,300,5,0,1335,0,1,0,0,0),(65229,18212,530,1,1,0,0,455.508,6751.1,2.35348,3.48766,300,5,0,1335,0,1,0,0,0),(65230,18212,530,1,1,0,0,518.754,6755.54,-30.6828,4.71825,300,5,0,1335,0,1,0,0,0),(65231,18212,530,1,1,0,0,525.412,6746.47,-30.505,2.97775,300,5,0,1335,0,1,0,0,0),(65232,18212,530,1,1,0,0,577.922,6737.88,-28.7365,5.0363,300,5,0,1335,0,1,0,0,0),(65233,18212,530,1,1,0,0,548.957,6691.26,-15.6056,4.71434,300,5,0,1335,0,1,0,0,0),(65234,18212,530,1,1,0,0,556.872,6715.49,-27.0378,1.88062,300,5,0,1335,0,1,0,0,0),(65235,18212,530,1,1,0,0,622.16,6708.93,-29.8254,5.27881,300,5,0,1335,0,1,0,0,0),(65236,18212,530,1,1,0,0,617.474,6724.65,-29.1998,0.258112,300,5,0,1335,0,1,0,0,0),(65237,18212,530,1,1,0,0,612.678,6712.41,-29.9744,0.265225,300,5,0,1335,0,1,0,0,0),(65238,18212,530,1,1,0,0,580.799,6738.93,-30.0952,3.45378,300,5,0,1335,0,1,0,0,0),(65239,18212,530,1,1,0,0,592.133,6760.12,-30.0616,5.06099,300,5,0,1335,0,1,0,0,0),(65240,18212,530,1,1,0,0,576.599,6746.33,-30.7596,3.68361,300,5,0,1335,0,1,0,0,0),(65241,18212,530,1,1,0,0,640.471,6755.98,-12.0544,0.273555,300,5,0,1335,0,1,0,0,0),(65242,18212,530,1,1,0,0,649.748,6751.24,-12.1079,4.70362,300,5,0,1335,0,1,0,0,0),(65243,18212,530,1,1,0,0,655.668,6756,-12.0412,0.427413,300,5,0,1335,0,1,0,0,0),(65244,18212,530,1,1,0,0,660.197,6746.32,-10.6947,6.25531,300,5,0,1335,0,1,0,0,0),(65245,18212,530,1,1,0,0,660.088,6781.2,-7.71012,6.17947,300,5,0,1335,0,1,0,0,0),(65246,18212,530,1,1,0,0,654.985,6779.94,-6.95803,3.39761,300,5,0,1335,0,1,0,0,0),(65247,18212,530,1,1,0,0,650.434,6786.25,-5.25968,3.1313,300,5,0,1335,0,1,0,0,0),(65248,18212,530,1,1,0,0,652.756,6718.21,-10.7851,0.291328,300,5,0,1335,0,1,0,0,0),(65249,18212,530,1,1,0,0,677.927,6773,-7.09433,4.05868,300,5,0,1335,0,1,0,0,0),(65250,18212,530,1,1,0,0,689.566,6743.88,2.02509,4.79553,300,5,0,1335,0,1,0,0,0),(65251,18212,530,1,1,0,0,697.122,6696.42,-6.24587,0.95679,300,5,0,1335,0,1,0,0,0),(65252,18212,530,1,1,0,0,683.111,6725.25,-3.42297,3.20511,300,5,0,1335,0,1,0,0,0),(65253,18212,530,1,1,0,0,731.146,6749.39,6.97194,2.80317,300,5,0,1335,0,1,0,0,0),(65254,18212,530,1,1,0,0,709.081,6721.44,1.58412,2.50317,300,5,0,1335,0,1,0,0,0),(65255,18212,530,1,1,0,0,738.333,6734.38,6.94383,2.27254,300,5,0,1335,0,1,0,0,0),(65256,18212,530,1,1,0,0,707.651,6741.42,3.26745,1.95578,300,5,0,1335,0,1,0,0,0),(65257,18212,530,1,1,0,0,729.446,6689.15,4.42768,0.561187,300,5,0,1335,0,1,0,0,0),(65258,18212,530,1,1,0,0,682.37,6811.51,-0.348429,3.97828,300,5,0,1335,0,1,0,0,0),(65259,18212,530,1,1,0,0,726.032,6809.3,0.82635,2.91296,300,5,0,1335,0,1,0,0,0),(65260,18212,530,1,1,0,0,716.607,6815.36,-0.505246,6.12623,300,5,0,1335,0,1,0,0,0),(65261,18212,530,1,1,0,0,393.037,6952.93,-10.0475,0.047909,300,5,0,1335,0,1,0,0,0),(65262,18212,530,1,1,0,0,348.112,6995.11,-4.73334,3.86134,300,5,0,1335,0,1,0,0,0),(65263,18212,530,1,1,0,0,352.539,6991.07,-6.70853,5.61492,300,5,0,1335,0,1,0,0,0),(65264,18212,530,1,1,0,0,347.457,6980.59,-2.57701,3.41906,300,5,0,1335,0,1,0,0,0),(65265,18212,530,1,1,0,0,354.437,7008.29,-5.88311,2.17992,300,5,0,1335,0,1,0,0,0),(65266,18212,530,1,1,0,0,364.224,7019.97,-11.7039,3.36076,300,5,0,1335,0,1,0,0,0),(65267,18212,530,1,1,0,0,386.992,7021.21,-10.991,5.40612,300,5,0,1335,0,1,0,0,0),(65268,18212,530,1,1,0,0,373.108,7017.8,-9.67466,0.463648,300,5,0,1335,0,1,0,0,0),(65269,18212,530,1,1,0,0,371.044,6948.38,-9.78267,2.83126,300,5,0,1335,0,1,0,0,0),(65270,18212,530,1,1,0,0,374.66,7024.48,-11.8092,0.053701,300,5,0,1335,0,1,0,0,0),(65271,18212,530,1,1,0,0,355.561,6957.24,-3.16247,0.790923,300,5,0,1335,0,1,0,0,0),(65272,18212,530,1,1,0,0,395.438,6954.3,-12.32,6.0022,300,5,0,1335,0,1,0,0,0),(65273,18212,530,1,1,0,0,451.018,7409.08,9.1605,6.1163,300,5,0,1335,0,1,0,0,0),(65276,18212,530,1,1,0,0,483.535,7388.69,14.6127,1.60964,300,5,0,1335,0,1,0,0,0),(65277,18212,530,1,1,0,0,483.55,7382.78,11.9011,2.18753,300,5,0,1335,0,1,0,0,0),(65278,18212,530,1,1,0,0,478.679,7497.06,-3.91165,5.51221,300,5,0,1335,0,1,0,0,0),(65279,18212,530,1,1,0,0,485.609,7313.08,-10.6779,0.1629,300,5,0,1335,0,1,0,0,0),(65280,18212,530,1,1,0,0,476.868,7325.94,-14.0606,2.29284,300,5,0,1335,0,1,0,0,0),(65281,18212,530,1,1,0,0,459.738,7322.65,-8.66621,5.28901,300,5,0,1335,0,1,0,0,0),(65282,18212,530,1,1,0,0,474.042,7310.02,-12.4802,3.28749,300,5,0,1335,0,1,0,0,0),(65286,18212,530,1,1,0,0,545.532,7341.49,-1.17688,6.27715,300,5,0,1335,0,1,0,0,0),(65287,18212,530,1,1,0,0,552.438,7386.42,-2.57114,1.16539,300,5,0,1335,0,1,0,0,0),(65288,18212,530,1,1,0,0,552.927,7387.72,-2.57114,1.31515,300,5,0,1335,0,1,0,0,0),(65289,18212,530,1,1,0,0,553.384,7388.82,-2.57114,1.45497,300,5,0,1335,0,1,0,0,0),(65290,18212,530,1,1,0,0,556.961,7388.43,-2.57114,0.695243,300,5,0,1335,0,1,0,0,0),(65291,18212,530,1,1,0,0,485.551,7252.39,-14.8239,4.08646,300,5,0,1335,0,1,0,0,0),(65292,18212,530,1,1,0,0,481.173,7260.68,-15.0294,2.03296,300,5,0,1335,0,1,0,0,0),(65293,18212,530,1,1,0,0,484.024,7247.26,-16.5106,4.81021,300,5,0,1335,0,1,0,0,0),(65294,18212,530,1,1,0,0,487.045,7252.03,-17.7808,0,300,0,0,1335,0,0,0,0,0),(65295,18212,530,1,1,0,0,450.891,7265.7,-6.46299,1.38815,300,5,0,1335,0,1,0,0,0),(65296,18212,530,1,1,0,0,442.486,7277.27,-0.794559,4.27368,300,5,0,1335,0,1,0,0,0),(65297,18212,530,1,1,0,0,449.968,7276.8,-3.10161,3.20023,300,5,0,1335,0,1,0,0,0),(65298,18212,530,1,1,0,0,453.925,7274.38,-5.33676,1.4651,300,5,0,1335,0,1,0,0,0),(65299,18212,530,1,1,0,0,416.931,7244.57,5.15243,5.1721,300,5,0,1335,0,1,0,0,0),(65300,18212,530,1,1,0,0,418.78,7254.39,5.30533,1.58837,300,5,0,1335,0,1,0,0,0),(65301,18212,530,1,1,0,0,418.492,7249.55,3.3463,1.26183,300,5,0,1335,0,1,0,0,0),(65302,18212,530,1,1,0,0,518.569,7280.99,-18.3719,4.8347,300,5,0,1335,0,1,0,0,0),(65303,18212,530,1,1,0,0,518.705,7285.66,-18.4873,2.18834,300,5,0,1335,0,1,0,0,0),(65304,18212,530,1,1,0,0,523.125,7286.58,-18.4873,0.212738,300,5,0,1335,0,1,0,0,0),(65305,18212,530,1,1,0,0,521.769,7284.02,-18.4213,4.90231,300,5,0,1335,0,1,0,0,0),(65306,18212,530,1,1,0,0,548.276,7314.51,-17.8133,4.19559,300,5,0,1335,0,1,0,0,0),(65307,18212,530,1,1,0,0,548.59,7316.01,-17.8133,3.9814,300,5,0,1335,0,1,0,0,0),(65308,18212,530,1,1,0,0,554.467,7316.69,-17.8133,5.31323,300,5,0,1335,0,1,0,0,0),(65309,18212,530,1,1,0,0,553.695,7324.58,-16.2721,1.44353,300,5,0,1335,0,1,0,0,0),(65310,18212,530,1,1,0,0,448.268,7177.59,6.48018,0.800943,300,5,0,1335,0,1,0,0,0),(65311,18212,530,1,1,0,0,478.513,7188.85,-15.1363,3.19048,300,5,0,1335,0,1,0,0,0),(65312,18212,530,1,1,0,0,472.929,7186.86,-13.074,3.29454,300,5,0,1335,0,1,0,0,0),(65313,18212,530,1,1,0,0,493.098,7176.98,-17.4662,2.18933,300,5,0,1335,0,1,0,0,0),(65314,18212,530,1,1,0,0,494.634,7184.77,-17.4662,5.16528,300,5,0,1335,0,1,0,0,0),(65315,18212,530,1,1,0,0,515.066,7186.03,-22.4347,5.06967,300,5,0,1335,0,1,0,0,0),(65316,18212,530,1,1,0,0,410.643,7227.48,4.83798,1.4789,300,5,0,1335,0,1,0,0,0),(65317,18212,530,1,1,0,0,450.53,7214.88,-17.0526,2.74705,300,5,0,1335,0,1,0,0,0),(65318,18212,530,1,1,0,0,454.277,7213.49,-16.5138,4.3025,300,5,0,1335,0,1,0,0,0),(65319,18212,530,1,1,0,0,420.601,7223.05,-5.16713,5.99697,300,5,0,1335,0,1,0,0,0),(65320,18212,530,1,1,0,0,445.34,7209.13,-14.7632,6.02258,300,5,0,1335,0,1,0,0,0),(65321,18212,530,1,1,0,0,499.318,7218.16,-16.9217,0.188587,300,5,0,1335,0,1,0,0,0),(65322,18212,530,1,1,0,0,413.043,7205.68,-3.88674,0.954632,300,5,0,1335,0,1,0,0,0),(65323,18212,530,1,1,0,0,517.016,7220.38,-26.485,1.32251,300,5,0,1335,0,1,0,0,0),(65324,18212,530,1,1,0,0,524.466,7210.33,-27.0475,1.06803,300,5,0,1335,0,1,0,0,0),(65326,18212,530,1,1,0,0,548.228,7251.06,-27.171,3.18657,300,5,0,1335,0,1,0,0,0),(65328,18212,530,1,1,0,0,550.611,7254.78,-27.574,2.56861,300,5,0,1335,0,1,0,0,0),(65329,18212,530,1,1,0,0,485.374,7130.81,-5.50806,4.83965,300,5,0,1335,0,1,0,0,0),(65330,18212,530,1,1,0,0,474.848,7126.08,1.52449,2.41982,300,5,0,1335,0,1,0,0,0),(65331,18212,530,1,1,0,0,465.665,7130.23,7.97137,0.771587,300,5,0,1335,0,1,0,0,0),(65332,18212,530,1,1,0,0,441.793,7156.53,11.2157,2.3555,300,5,0,1335,0,1,0,0,0),(65333,18212,530,1,1,0,0,464.286,7137.62,11.9356,3.41828,300,5,0,1335,0,1,0,0,0),(65334,18212,530,1,1,0,0,423.816,7177.35,0.47866,4.08158,300,5,0,1335,0,1,0,0,0),(65335,18212,530,1,1,0,0,415.546,7185.88,-3.04783,5.28848,300,5,0,1335,0,1,0,0,0),(65336,18212,530,1,1,0,0,501.988,7147.53,-18.0944,2.98479,300,5,0,1335,0,1,0,0,0),(65337,18212,530,1,1,0,0,525.034,7126.61,-21.7715,1.01012,300,5,0,1335,0,1,0,0,0),(65338,18212,530,1,1,0,0,510.975,7145.56,-21.0155,3.16345,300,5,0,1335,0,1,0,0,0),(65339,18212,530,1,1,0,0,511.571,7141.91,-21.7715,1.86059,300,5,0,1335,0,1,0,0,0),(65340,18212,530,1,1,0,0,532.682,7184.57,-25.2283,3.04484,300,5,0,1335,0,1,0,0,0),(65341,18212,530,1,1,0,0,545.226,7178.29,-26.9313,2.91104,300,5,0,1335,0,1,0,0,0),(65342,18212,530,1,1,0,0,534.865,7182.65,-24.5561,3.27879,300,5,0,1335,0,1,0,0,0),(65343,18212,530,1,1,0,0,548.432,7190.27,-27.4974,2.31806,300,5,0,1335,0,1,0,0,0),(65344,18212,530,1,1,0,0,587.816,7220.37,-25.3868,0.975917,300,5,0,1335,0,1,0,0,0),(65345,18212,530,1,1,0,0,595.008,7219.14,-24.9266,0.180552,300,5,0,1335,0,1,0,0,0),(65346,18212,530,1,1,0,0,577.609,7221.85,-25.755,2.75659,300,5,0,1335,0,1,0,0,0),(65347,18212,530,1,1,0,0,580.078,7216.29,-25.6368,3.68387,300,5,0,1335,0,1,0,0,0),(65348,18212,530,1,1,0,0,481.731,7118.03,-7.61125,1.96363,300,5,0,1335,0,1,0,0,0),(65349,18212,530,1,1,0,0,486.833,7103.44,-12.6924,1.36895,300,5,0,1335,0,1,0,0,0),(65352,18212,530,1,1,0,0,580.639,7148.24,-26.9915,3.25496,300,0,0,1335,0,0,0,0,0),(65353,18212,530,1,1,0,0,585.622,7133.79,-26.8765,4.54204,300,0,0,1335,0,0,0,0,0),(65354,18212,530,1,1,0,0,573.987,7143.44,-26.9915,5.74585,300,0,0,1335,0,0,0,0,0),(65355,18212,530,1,1,0,0,585.145,7134.71,-25.9152,1.47696,300,5,0,1335,0,1,0,0,0),(65356,18212,530,1,1,0,0,629.837,7165.75,-11.3549,0.903458,300,5,0,1335,0,1,0,0,0),(65357,18212,530,1,1,0,0,549.81,7117.52,-41.998,0.13812,300,5,0,1335,0,1,0,0,0),(65358,18212,530,1,1,0,0,621.265,7190.81,-21.4336,5.45744,300,5,0,1335,0,1,0,0,0),(65359,18212,530,1,1,0,0,573.056,7124.8,-40.7,2.39281,300,5,0,1335,0,1,0,0,0),(65360,18212,530,1,1,0,0,553.568,7105.58,-42.2975,1.47392,300,5,0,1335,0,1,0,0,0),(65361,18212,530,1,1,0,0,535.824,7117.49,-42.2397,2.80972,300,5,0,1335,0,1,0,0,0),(65362,18212,530,1,1,0,0,633.256,7181.64,-20.968,3.35719,300,5,0,1335,0,1,0,0,0),(65363,18212,530,1,1,0,0,607.848,7149.51,-11.3549,3.09425,300,5,0,1335,0,1,0,0,0),(65364,18212,530,1,1,0,0,624.421,7195.42,-21.412,5.08015,300,5,0,1335,0,1,0,0,0),(65365,18212,530,1,1,0,0,634.249,7100.86,-13.6094,0.742548,300,5,0,1335,0,1,0,0,0),(65366,18212,530,1,1,0,0,596.049,7104.33,-24.9872,2.33539,300,5,0,1335,0,1,0,0,0),(65367,18212,530,1,1,0,0,645.527,7186.32,-21.4336,5.9713,300,5,0,1335,0,1,0,0,0),(65368,18212,530,1,1,0,0,662.811,7159.17,-11.3549,6.11965,300,5,0,1335,0,1,0,0,0),(65369,18212,530,1,1,0,0,666.621,7191.26,-22.117,0.468639,300,5,0,1335,0,1,0,0,0),(65370,18212,530,1,1,0,0,648.676,7181.88,-22.4621,3.4493,300,5,0,1335,0,1,0,0,0),(65372,18212,530,1,1,0,0,697.765,7177.25,-5.27452,2.91509,300,5,0,1335,0,1,0,0,0),(65373,18212,530,1,1,0,0,686.243,7194.89,-11.4423,4.81604,300,5,0,1335,0,1,0,0,0),(65374,18212,530,1,1,0,0,649.187,7252.65,-6.44603,2.935,300,5,0,1335,0,1,0,0,0),(65375,18212,530,1,1,0,0,647.055,7254.29,-7.0352,2.97388,300,5,0,1335,0,1,0,0,0),(65376,18212,530,1,1,0,0,655.77,7223.26,-24.8153,1.70295,300,5,0,1335,0,1,0,0,0),(65377,18212,530,1,1,0,0,651.165,7262.74,-6.52232,1.59299,300,5,0,1335,0,1,0,0,0),(65378,18212,530,1,1,0,0,653.744,7282.6,-6.51471,4.81499,300,5,0,1335,0,1,0,0,0),(65379,18212,530,1,1,0,0,655.519,7274.61,-6.42054,2.50328,300,5,0,1335,0,1,0,0,0),(65380,18212,530,1,1,0,0,647.003,7218.92,-21.7635,6.17555,300,5,0,1335,0,1,0,0,0),(65381,18212,530,1,1,0,0,661.39,7217.97,-16.0116,0.057666,300,5,0,1335,0,1,0,0,0),(65382,18212,530,1,1,0,0,623.818,7247.69,-15.9717,3.08978,300,5,0,1335,0,1,0,0,0),(65383,18212,530,1,1,0,0,613.066,7248.85,-22.4424,3.84333,300,5,0,1335,0,1,0,0,0),(65384,18212,530,1,1,0,0,621.672,7221.68,-20.677,4.0767,300,5,0,1335,0,1,0,0,0),(65385,18212,530,1,1,0,0,650.428,7314.9,-3.73638,3.21861,300,5,0,1335,0,1,0,0,0),(65386,18212,530,1,1,0,0,649.37,7322.33,-3.67935,5.39206,300,5,0,1335,0,1,0,0,0),(65387,18212,530,1,1,0,0,655.801,7307.68,-1.78481,2.32582,300,5,0,1335,0,1,0,0,0),(65388,18212,530,1,1,0,0,628.562,7338.54,-7.2411,5.49019,300,5,0,1335,0,1,0,0,0),(65389,18212,530,1,1,0,0,646.086,7343.46,-8.03589,0.559841,300,5,0,1335,0,1,0,0,0),(65390,18212,530,1,1,0,0,457.337,6539.23,6.90844,6.10744,300,5,0,1335,0,1,0,0,0),(65391,18212,530,1,1,0,0,568.231,6555.01,-2.68011,3.12304,300,5,0,1335,0,1,0,0,0),(65392,18213,530,1,1,0,0,-293.237,5563.26,16.027,5.9142,300,5,0,5477,0,1,0,0,0),(65393,18213,530,1,1,0,0,-252.419,5609.71,8.40077,0.190504,300,5,0,5477,0,1,0,0,0),(65394,18213,530,1,1,0,0,-353.891,5556.5,13.6287,4.45148,300,5,0,5477,0,1,0,0,0),(65395,18213,530,1,1,0,0,-422.59,5557.76,17.0846,4.49795,300,5,0,5477,0,1,0,0,0),(65396,18213,530,1,1,0,0,-865.159,5845.99,17.0545,4.13531,300,5,0,5477,0,1,0,0,0),(65397,18213,530,1,1,0,0,-789.189,5892.57,8.77781,2.27116,300,5,0,5477,0,1,0,0,0),(65398,18213,530,1,1,0,0,-715.033,5882.76,8.90817,1.20493,300,5,0,5477,0,1,0,0,0),(65399,18213,530,1,1,0,0,-496.614,5837.36,10.2537,2.34513,300,5,0,5477,0,1,0,0,0),(65400,18213,530,1,1,0,0,-251.849,5915.07,17.3561,0.640233,300,5,0,5477,0,1,0,0,0),(65401,18213,530,1,1,0,0,-184.076,5930.2,14.3246,5.70887,300,5,0,5477,0,1,0,0,0),(65402,18213,530,1,1,0,0,-122.647,5877.4,14.5055,3.20947,300,5,0,5477,0,1,0,0,0),(65403,18213,530,1,1,0,0,-310.032,5854.94,15.2385,3.32981,300,5,0,5477,0,1,0,0,0),(65404,18213,530,1,1,0,0,-381.51,5852.99,15.8197,2.74798,300,5,0,5477,0,1,0,0,0),(65405,18213,530,1,1,0,0,-819.102,5655.91,15.3308,2.80554,300,5,0,5477,0,1,0,0,0),(65406,18213,530,1,1,0,0,-156.671,5690.99,14.8146,1.78539,300,5,0,5477,0,1,0,0,0),(65407,18213,530,1,1,0,0,-91.6667,5758.33,10.2839,1.48595,300,5,0,5477,0,1,0,0,0),(65408,18213,530,1,1,0,0,-91.9383,5813.39,16.4982,0.618788,300,5,0,5477,0,1,0,0,0),(65409,18213,530,1,1,0,0,-488.705,5560.42,13.7849,3.2807,300,5,0,5477,0,1,0,0,0),(65410,18213,530,1,1,0,0,-555.283,5550.71,18.387,4.57613,300,5,0,5477,0,1,0,0,0),(65411,18213,530,1,1,0,0,-619.166,5558.98,17.4881,1.57861,300,5,0,5477,0,1,0,0,0),(65412,18213,530,1,1,0,0,-677.521,5544.49,16.9541,3.33799,300,5,0,5477,0,1,0,0,0),(65413,18213,530,1,1,0,0,-755.788,5588.71,14.7801,4.11247,300,5,0,5477,0,1,0,0,0),(65414,18213,530,1,1,0,0,-113.687,6307.48,12.8989,3.3752,300,5,0,5477,0,1,0,0,0),(65415,18213,530,1,1,0,0,-272.408,6422.02,12.9021,5.51096,300,5,0,5477,0,1,0,0,0),(65416,18213,530,1,1,0,0,-222.68,6383.94,16.0554,5.96329,300,5,0,5477,0,1,0,0,0),(65417,18213,530,1,1,0,0,-75.1946,6360.99,2.63358,0.096399,300,5,0,5477,0,1,0,0,0),(65418,18213,530,1,1,0,0,-25.4038,6383.05,14.4469,3.94598,300,5,0,5477,0,1,0,0,0),(65419,18213,530,1,1,0,0,46.6045,6459.87,12.3597,3.68838,300,5,0,5477,0,1,0,0,0),(65420,18213,530,1,1,0,0,44.4327,6513.99,18.3453,5.01591,300,5,0,5477,0,1,0,0,0),(65421,18213,530,1,1,0,0,-373.306,6520.29,13.0029,4.63478,300,5,0,5477,0,1,0,0,0),(65422,18213,530,1,1,0,0,-379.254,6587.12,22.7537,3.39509,300,5,0,5477,0,1,0,0,0),(65423,18213,530,1,1,0,0,-384.031,6657.84,14.4283,2.26124,300,5,0,5477,0,1,0,0,0),(65424,18213,530,1,1,0,0,-321.509,6729.05,11.8183,0.462457,300,5,0,5477,0,1,0,0,0),(65425,18213,530,1,1,0,0,37.4142,6596.02,11.2584,2.00543,300,5,0,5477,0,1,0,0,0),(65426,18213,530,1,1,0,0,11.4531,6646.28,12.8733,0.667628,300,5,0,5477,0,1,0,0,0),(65427,18213,530,1,1,0,0,-56.6361,6710.67,8.85489,4.66646,300,5,0,5477,0,1,0,0,0),(65428,18213,530,1,1,0,0,-113.542,6746.88,16.5078,1.5551,300,5,0,5477,0,1,0,0,0),(65429,18213,530,1,1,0,0,-152.673,6805.7,14.7161,0.039028,300,5,0,5477,0,1,0,0,0),(65430,18213,530,1,1,0,0,-215.894,6815.29,15.5969,3.99256,300,5,0,5477,0,1,0,0,0),(65431,18213,530,1,1,0,0,-274.143,6780.88,13.9832,1.72374,300,5,0,5477,0,1,0,0,0),(65432,18214,530,1,1,0,0,541.975,6784.61,-31.6263,2.42461,300,5,0,6409,0,1,0,0,0),(65433,18214,530,1,1,0,0,514.357,6816.59,-31.439,1.70012,300,5,0,6409,0,1,0,0,0),(65434,18214,530,1,1,0,0,584.933,6819.26,-27.2836,0.885896,300,5,0,6409,0,1,0,0,0),(65435,18214,530,1,1,0,0,713.459,6887.33,-5.53622,2.35619,300,5,0,6409,0,1,0,0,0),(65436,18214,530,1,1,0,0,679.289,6851.66,-15.8386,4.91207,300,5,0,6409,0,1,0,0,0),(65437,18214,530,1,1,0,0,680.179,6905.6,-20.3744,6.16264,300,5,0,6409,0,1,0,0,0),(65438,18214,530,1,1,0,0,641.427,6881.68,-15.6094,3.17971,300,5,0,6409,0,1,0,0,0),(65439,18214,530,1,1,0,0,619.444,6850.04,-32.0015,1.55268,300,5,0,6409,0,1,0,0,0),(65440,18214,530,1,1,0,0,624.53,6826.73,-29.9564,5.91138,300,5,0,6409,0,1,0,0,0),(65441,18214,530,1,1,0,0,700.785,6950.46,-28.0498,2.63736,300,5,0,6409,0,1,0,0,0),(65442,18214,530,1,1,0,0,517.638,6879.82,-25.7373,3.52208,300,5,0,6409,0,1,0,0,0),(65443,18214,530,1,1,0,0,538.358,6861.94,-22.669,3.4147,300,5,0,6409,0,1,0,0,0),(65444,18214,530,1,1,0,0,593.901,7018.57,-32.8145,5.93173,300,5,0,6409,0,1,0,0,0),(65445,18214,530,1,1,0,0,515.956,7027.14,-43.5254,2.66793,300,5,0,6409,0,1,0,0,0),(65446,18214,530,1,1,0,0,423.937,6918.41,-17.0659,0.821358,300,5,0,6409,0,1,0,0,0),(65447,18214,530,1,1,0,0,416.058,6986.64,-27.2811,5.57795,300,5,0,6409,0,1,0,0,0),(65448,18214,530,1,1,0,0,480.964,7050.15,-38.5842,3.79188,300,5,0,6409,0,1,0,0,0),(65449,18214,530,1,1,0,0,449.977,6881.84,-16.5854,0.83377,300,5,0,6409,0,1,0,0,0),(65450,18214,530,1,1,0,0,415.115,7048.68,-22.3001,1.1373,300,5,0,6409,0,1,0,0,0),(65452,18214,530,1,1,0,0,589.974,7086.83,-42.6203,0.601673,300,5,0,6409,0,1,0,0,0),(65453,18214,530,1,1,0,0,650.309,7016.1,-33.1592,2.53491,300,5,0,6409,0,1,0,0,0),(65454,18214,530,1,1,0,0,689.958,6979.02,-29.8021,5.85998,300,5,0,6409,0,1,0,0,0),(65455,18215,530,1,1,0,0,-1703.6,8549.76,-22.3971,4.18879,300,0,0,5914,0,0,0,0,0),(65456,18215,530,1,1,0,0,-1711.73,8511.09,-22.9214,0.488692,300,0,0,5914,0,0,0,0,0),(65457,18215,530,1,1,0,0,-1660.53,8395,-21.4616,5.37561,300,0,0,5914,0,0,0,0,0),(65458,18215,530,1,1,0,0,-1703.51,8468.31,-23.1152,3.52556,300,0,0,5914,0,0,0,0,0),(65459,18218,530,1,1,0,0,-1454.64,6352.28,37.3238,2.30383,300,0,0,8034,0,0,0,0,0),(65460,18220,530,1,1,0,0,-2328.67,7622.37,-4.83669,4.2793,300,5,0,5914,0,1,0,0,0),(65461,18220,530,1,1,0,0,-2013.34,7926.42,-26.5985,1.57667,300,5,0,5914,0,1,0,0,0),(65462,18220,530,1,1,0,0,-2075.58,7851.36,-22.1876,0.028313,300,5,0,5914,0,1,0,0,0),(65463,18220,530,1,1,0,0,-2041.57,7872.64,-31.8523,6.25179,300,5,0,5914,0,1,0,0,0),(65464,18220,530,1,1,0,0,-1971.56,7892.31,-30.1807,0.639181,300,5,0,5914,0,1,0,0,0),(65465,18220,530,1,1,0,0,-2081.53,7787.55,-35.0916,4.6655,300,5,0,5914,0,1,0,0,0),(65466,18220,530,1,1,0,0,-2127.01,7817.19,-15.5867,3.14648,300,5,0,5914,0,1,0,0,0),(65467,18220,530,1,1,0,0,-2149.21,7703.54,-29.457,4.75537,300,5,0,5914,0,1,0,0,0),(65468,18220,530,1,1,0,0,-2136.96,7694.16,-32.1785,3.35433,300,5,0,5914,0,1,0,0,0),(65469,18220,530,1,1,0,0,-2114.39,7759.5,-29.4451,4.79253,300,5,0,5914,0,1,0,0,0),(65470,18220,530,1,1,0,0,-2165.35,7588.35,-32.2638,5.2485,300,5,0,5914,0,1,0,0,0),(65471,18220,530,1,1,0,0,-2217.93,7665.06,-16.9186,3.56329,300,5,0,5914,0,1,0,0,0),(65472,18220,530,1,1,0,0,-2185.71,7645.62,-22.4514,3.16182,300,5,0,5914,0,1,0,0,0),(65473,18220,530,1,1,0,0,-2208.37,7683.94,-17.0352,3.21582,300,5,0,5914,0,1,0,0,0),(65474,18220,530,1,1,0,0,-2273.92,7598.34,-10.5832,2.76797,300,5,0,5914,0,1,0,0,0),(65475,18220,530,1,1,0,0,-2224.7,7587.85,-20.7125,4.3718,300,5,0,5914,0,1,0,0,0),(65476,18220,530,1,1,0,0,-2289.92,7617.92,-7.61052,5.97844,300,5,0,5914,0,1,0,0,0),(65477,18220,530,1,1,0,0,-2283.73,7613.09,-8.42103,3.26207,300,5,0,5914,0,1,0,0,0),(65478,18220,530,1,1,0,0,-2138.89,7530.26,-32.9846,5.42525,300,5,0,5914,0,1,0,0,0),(65479,18220,530,1,1,0,0,-2255.55,7551.1,-16.2747,5.24293,300,5,0,5914,0,1,0,0,0),(65480,18220,530,1,1,0,0,-2190.38,7506.73,-30.31,3.80383,300,5,0,5914,0,1,0,0,0),(65481,18220,530,1,1,0,0,-2153.19,7553.01,-38.2851,5.49392,300,5,0,5914,0,1,0,0,0),(65482,18220,530,1,1,0,0,-2143.91,7570.69,-39.1187,4.30904,300,5,0,5914,0,1,0,0,0),(65483,18220,530,1,1,0,0,-2120.79,7552.62,-40.3971,5.11792,300,5,0,5914,0,1,0,0,0),(65484,18220,530,1,1,0,0,-2126.96,7476.62,-29.1066,5.09652,300,5,0,5914,0,1,0,0,0),(65485,18220,530,1,1,0,0,-2166.72,7378.04,-31.7529,3.74096,300,5,0,5914,0,1,0,0,0),(65486,18220,530,1,1,0,0,-2189.67,7447,-33.4256,4.8141,300,5,0,5914,0,1,0,0,0),(65487,18220,530,1,1,0,0,-2177.36,7448.08,-34.7211,5.87978,300,5,0,5914,0,1,0,0,0),(65488,18220,530,1,1,0,0,-2266.41,7480.13,-19.166,6.0652,300,5,0,5914,0,1,0,0,0),(65489,18220,530,1,1,0,0,-2225.66,7497.06,-24.3896,0.418224,300,5,0,5914,0,1,0,0,0),(65490,18220,530,1,1,0,0,-2301.47,7448.99,-21.526,2.26841,300,0,0,5914,0,0,0,0,0),(65491,18220,530,1,1,0,0,-2290.78,7487.88,-15.6898,3.26498,300,5,0,5914,0,1,0,0,0),(65492,18220,530,1,1,0,0,-2315.54,7507.73,-10.7457,3.42315,300,5,0,5914,0,1,0,0,0),(65493,18220,530,1,1,0,0,-2317.37,7553.09,-12.0543,5.32578,300,5,0,5914,0,1,0,0,0),(65494,18222,530,1,1,0,0,-2613.37,7285.74,20.815,3.56047,300,0,0,6116,0,0,0,0,0),(65495,18223,530,1,1,0,1,-2618.18,7278.46,20.8077,1.43117,300,0,0,6326,0,0,0,0,0),(65496,18224,530,1,1,0,1,-2621.6,7286.53,20.8803,5.58505,300,0,0,6542,0,0,0,0,0),(65497,18226,530,1,1,0,0,-2387.89,6406.82,17.488,0.835031,300,5,0,6116,0,1,0,0,0),(65498,18226,530,1,1,0,0,-1834.74,6621.89,-5.96607,0.825487,300,5,0,6116,0,1,0,0,0),(65499,18228,530,1,1,0,0,-1420.05,7275.92,25.9228,4.7822,300,0,0,42,0,0,0,0,0),(65500,18229,530,1,1,0,1,-1285.25,8503.59,16.9548,2.26893,300,0,0,349300,0,0,0,0,0),(65505,18237,530,1,1,0,0,9886.45,-7179.34,31.0351,2.35346,120,0,0,1,0,0,0,0,0),(65502,18231,530,1,1,0,0,9799.41,-7300.88,14.67,1.39955,300,0,0,494,1443,0,0,0,0),(65503,18232,530,1,1,0,0,9799,-7303.81,14.6176,1.50729,300,0,0,494,1443,0,0,0,0),(65504,18234,530,1,1,0,0,-1357.49,7232.74,33.0907,3.926,300,0,0,4731,2790,2,0,0,0),(65501,18230,530,1,1,0,0,9891.05,-7180.69,31.0294,2.36309,120,0,0,1,0,0,0,0,0),(65506,18238,530,1,1,0,1,-1918.63,8724.08,24.2575,3.09533,300,5,0,6326,0,1,0,0,0),(65507,18238,530,1,1,0,1,-1908.63,8724.08,24.6409,3.09533,300,5,0,6326,0,1,0,0,0),(65508,18238,530,1,1,0,1,-1928.63,8725.08,24.2575,3.09533,300,0,0,6326,0,2,0,0,0),(65509,18238,530,1,1,0,1,-959.031,8016.27,26.7311,3.09533,300,5,0,6326,0,1,0,0,0),(65510,18238,530,1,1,0,1,-967.031,8010.27,25.4678,3.09533,300,5,0,6326,0,1,0,0,0),(65511,18238,530,1,1,0,1,-975.031,8003.27,24.7072,4.7159,300,0,0,6326,0,2,0,0,0),(65512,18243,530,1,1,0,0,124.912,5163.94,27.8445,2.51327,300,0,0,5158,0,0,0,0,0),(65513,18244,530,1,1,0,0,266.542,7879.21,23.7895,4.03171,300,0,0,5341,0,0,0,0,0),(65514,18245,530,1,1,0,0,228.163,7933.88,25.1611,5.13127,300,0,0,5158,0,0,0,0,0),(65515,18246,530,1,1,0,0,243.962,7856.33,23.7621,5.89921,300,0,0,5341,0,0,0,0,0),(65516,18247,530,1,1,0,0,272.183,7838.62,23.4891,2.61799,300,0,0,4979,0,0,0,0,0),(65517,18248,530,1,1,0,1,2319.5,6029.2,142.701,3.94444,300,0,0,5914,0,0,0,0,0),(65518,18249,530,1,1,0,1,-2559.82,4399.19,33.6252,3.40339,300,0,0,5158,0,0,0,0,0),(65519,18250,530,1,1,0,0,269.429,6075.64,130.352,5.0091,300,0,0,4274,2568,0,0,0,0),(65520,18251,530,1,1,0,0,282.266,6098.17,132.571,4.66003,300,0,0,4422,2620,0,0,0,0),(65521,18252,530,1,1,0,1,-2928.19,3922.56,3.36487,1.90241,300,0,0,5715,0,0,0,0,0),(65525,18257,530,1,1,0,0,-696.603,8469.75,39.2338,4.77493,300,0,0,25304,0,0,0,0,0),(41654,22807,530,1,1,0,0,-4215.82,4671.42,-90.6075,0.566149,480,5,0,6986,0,1,0,0,0),(65528,18258,530,1,1,0,0,-1370.18,8703.16,27.6684,5.67054,240,0,0,25304,0,0,0,0,0),(65529,18259,530,1,1,0,0,-2226.26,8008.52,-27.0867,0.748071,300,0,0,25304,0,2,0,0,0),(65530,18260,530,1,1,0,0,-3215.25,5982.57,0.56763,4.44929,300,5,0,5715,0,1,0,0,0),(65531,18260,530,1,1,0,0,-3216.18,5950.62,1.29117,5.30143,300,5,0,5715,0,1,0,0,0),(65532,18260,530,1,1,0,0,-3243.22,5950.62,-0.044451,6.25464,300,5,0,5715,0,1,0,0,0),(65533,18260,530,1,1,0,0,-3263.04,5993.29,-2.88212,2.63545,300,0,0,5715,0,0,0,0,0),(65534,18260,530,1,1,0,0,-3251.22,6040.85,3.02951,3.52651,300,5,0,5715,0,1,0,0,0),(65535,18260,530,1,1,0,0,-3263.52,6006.19,-2.0689,3.64774,300,0,0,5715,0,0,0,0,0),(65536,18260,530,1,1,0,0,-3278.06,6049.26,1.82642,1.1252,300,5,0,5715,0,1,0,0,0),(65537,18260,530,1,1,0,0,-3344.32,5990.1,-2.95462,3.06687,300,5,0,5715,0,1,0,0,0),(65538,18260,530,1,1,0,0,-3318.78,5949.15,-5.76096,2.63723,300,5,0,5715,0,1,0,0,0),(65539,18260,530,1,1,0,0,-3317.26,5964.73,-3.01096,5.2333,300,5,0,5715,0,1,0,0,0),(65540,18260,530,1,1,0,0,-3348.39,6014.39,0.58407,5.20101,300,5,0,5715,0,1,0,0,0),(65541,18260,530,1,1,0,0,-3319.37,6051.57,0.0778,1.76593,300,5,0,5715,0,1,0,0,0),(65542,18260,530,1,1,0,0,-3317.22,6080.94,1.50055,5.92966,300,5,0,5715,0,1,0,0,0),(65543,18260,530,1,1,0,0,-3314.86,6015.68,0.01053,5.88851,300,5,0,5715,0,1,0,0,0),(65544,18260,530,1,1,0,0,-3380.4,5985.86,-7.73129,4.7551,300,5,0,5715,0,1,0,0,0),(65545,18260,530,1,1,0,0,-3380.74,6014.02,-5.80249,5.45422,300,5,0,5715,0,1,0,0,0),(65546,18261,530,1,1,0,1,-2264.14,6217.8,44.4754,4.79965,300,0,0,139720,0,0,0,0,0),(65547,18262,530,1,1,0,0,-3276.79,5999.96,-2.55379,6.26573,300,0,0,10350,0,0,0,0,0),(65548,18263,530,1,1,0,0,-1643.68,7992.86,-25.6928,1.49509,300,0,0,6722,0,0,0,0,0),(65549,18263,530,1,1,0,0,-1571.06,7941.85,-22.419,0,300,0,0,6722,0,0,0,0,0),(65550,18263,530,1,1,0,0,-1586.6,7944.87,-23.8824,2.82686,300,0,0,6722,0,0,0,0,0),(65551,18263,530,1,1,0,0,-1570.16,7933.7,-22.2332,2.57824,300,0,0,6722,0,0,0,0,0),(65552,18263,530,1,1,0,0,-1581.11,7939.67,-23.174,2.58695,300,0,0,6722,0,0,0,0,0),(65553,18264,530,1,1,0,0,-1568.49,7941.91,-22.3874,2.98451,300,0,0,4120,0,0,0,0,0),(65554,18265,530,1,1,0,1,-2087.02,8562.94,22.0969,2.51327,300,0,0,6542,0,0,0,0,0),(65555,18266,530,1,1,0,0,-683.077,2630.25,88.9455,4.81711,300,0,0,6986,0,0,0,0,0),(65556,18267,530,1,1,0,0,131.192,2649.86,84.0783,1.15192,300,0,0,6986,0,0,0,0,0),(65557,18272,530,1,1,0,0,-2073.02,8618.14,21.001,5.28835,300,0,0,14193,8370,0,0,0,0),(65558,18272,530,1,1,0,0,-2092.4,8579.36,20.1785,4.34587,300,0,0,14193,8370,0,0,0,0),(65559,18272,530,1,1,0,0,-2045.7,8557.94,25.6644,2.51327,300,0,0,14193,8370,0,0,0,0),(65560,18272,530,1,1,0,0,-2048.14,8559.02,25.4519,5.61996,300,0,0,14193,8370,0,0,0,0),(65561,18272,530,1,1,0,0,-2064.73,8533.46,24.0253,1.23918,300,0,0,14193,8370,0,0,0,0),(65562,18272,530,1,1,0,0,-2063.01,8536.26,24.1928,4.11898,300,0,0,14193,8370,0,0,0,0),(65563,18272,530,1,1,0,0,-2048.25,8534.96,24.4732,4.62512,300,0,0,14193,8370,0,0,0,0),(65564,18272,530,1,1,0,0,-2052.68,8534.33,24.5586,5.16617,300,0,0,14193,8370,0,0,0,0),(65565,18273,530,1,1,0,0,-3190.64,6015.76,0.07636,3.33358,300,0,0,71962,0,0,0,0,0),(65566,18274,530,1,1,0,0,-2088.27,8569.98,21.3703,1.82673,300,0,0,14193,8370,0,0,0,0),(65567,18275,530,1,1,0,0,261.324,7851.72,23.7627,3.29867,300,0,0,42,0,0,0,0,0),(65568,18276,530,1,1,0,1,-2099.59,8595.17,19.6099,3.97935,300,0,0,14193,8370,0,0,0,0),(65569,18277,530,1,1,0,0,9361,-7138.99,8.79271,1.98968,300,0,0,508,0,0,0,0,0),(65570,18278,530,1,1,0,1,-1480.12,6357.98,34.3477,1.65806,300,0,0,7523,0,0,0,0,0),(65571,18280,530,1,1,0,0,394.668,5612.95,18.4973,1.48232,300,0,0,5341,0,0,0,0,0),(65572,18281,530,1,1,0,0,-566.173,5350.9,17.5357,2.69483,300,0,0,15474,0,2,0,0,0),(65573,18282,530,1,1,0,0,-1211.8,5843.24,5.59164,4.15596,300,0,0,4274,2568,0,0,0,0),(65574,18283,530,1,1,0,0,-77.9395,6973.97,17.7574,3.49228,300,0,0,5341,0,0,0,0,0),(65575,18285,530,1,1,0,0,-59.965,7825.6,23.7213,4.95689,300,0,0,5306,1572,0,0,0,0),(65576,18286,530,1,1,0,0,546.99,7351.98,6.03459,3.12414,300,0,0,5715,0,0,0,0,0),(65577,18289,530,1,1,0,0,-2444.91,7827.4,-39.4043,3.3503,300,5,0,6116,0,1,0,0,0),(65578,18289,530,1,1,0,0,-2478.02,7784.04,-35.8527,3.11621,300,5,0,6116,0,1,0,0,0),(65579,18289,530,1,1,0,0,-2484.34,7741.72,-29.7254,1.47686,300,5,0,6116,0,1,0,0,0),(65580,18289,530,1,1,0,0,-2421.11,7734.29,-21.4731,1.49065,300,5,0,6116,0,1,0,0,0),(65581,18289,530,1,1,0,0,-2438.24,7742.32,-23.5952,5.14782,300,5,0,6116,0,1,0,0,0),(65582,18289,530,1,1,0,0,-2448.57,7847.8,-43.8329,4.20049,300,5,0,6116,0,1,0,0,0),(65583,18289,530,1,1,0,0,-2395.59,7782.25,-31.1,4.67526,300,5,0,6116,0,1,0,0,0),(65584,18289,530,1,1,0,0,-2385.27,7692.78,-14.9883,2.03444,300,5,0,6116,0,1,0,0,0),(65585,18289,530,1,1,0,0,-2381.82,7761.99,-29.2393,2.80042,300,5,0,6116,0,1,0,0,0),(65586,18289,530,1,1,0,0,-2346.21,7705.54,-19.014,4.57132,300,5,0,6116,0,1,0,0,0),(65587,18289,530,1,1,0,0,-2288.02,7717.54,-21.5587,6.25682,300,5,0,6116,0,1,0,0,0),(65588,18289,530,1,1,0,0,-2310.27,7750.03,-24.8371,4.62049,300,5,0,6116,0,1,0,0,0),(65589,18289,530,1,1,0,0,-2275.06,7825.4,-25.627,4.53633,300,5,0,6116,0,1,0,0,0),(65590,18289,530,1,1,0,0,-2300.47,7786.96,-23.7001,5.155,300,5,0,6116,0,1,0,0,0),(65591,18289,530,1,1,0,0,-2300.98,7812.83,-19.4292,6.09652,300,5,0,6116,0,1,0,0,0),(65592,18289,530,1,1,0,0,-2276.7,7808.82,-25.752,3.03231,300,5,0,6116,0,1,0,0,0),(65593,18289,530,1,1,0,0,-2249.62,7738.29,-20.046,4.65765,300,5,0,6116,0,1,0,0,0),(65594,18289,530,1,1,0,0,-2273.55,7880.86,-30.0635,2.98479,300,5,0,6116,0,1,0,0,0),(65595,18289,530,1,1,0,0,-2218.31,7851.28,-19.6525,0.999048,300,5,0,6116,0,1,0,0,0),(65596,18289,530,1,1,0,0,-2359.55,7904.36,-42.4278,1.55908,300,5,0,6116,0,1,0,0,0),(65597,18289,530,1,1,0,0,-2323.31,7883.28,-36.8791,2.6479,300,5,0,6116,0,1,0,0,0),(65598,18289,530,1,1,0,0,-2277.67,7909.1,-29.4892,2.98865,300,5,0,6116,0,1,0,0,0),(65599,18289,530,1,1,0,0,-2389.83,7918.14,-43.8744,6.05724,300,5,0,6116,0,1,0,0,0),(65600,18290,530,1,1,0,0,-2358.45,7851.33,-4.443,4.65451,300,0,0,32710,0,0,0,0,0),(65601,18292,530,1,1,0,0,-1199.44,7148.17,57.3599,1.29154,300,0,0,1716,0,0,0,0,0),(65602,18292,530,1,1,0,0,-1220.53,7155.14,57.3886,0.977384,300,0,0,1716,0,0,0,0,0),(65603,18292,530,1,1,0,0,-1243.43,7138.18,57.3609,2.44346,300,0,0,1716,0,0,0,0,0),(65604,18292,530,1,1,0,0,-1227.68,7153.3,57.3886,2.44346,300,0,0,1716,0,0,0,0,0),(65605,18292,530,1,1,0,0,-1305.8,7152.92,52.4061,4.95674,300,0,0,1716,0,0,0,0,0),(65606,18292,530,1,1,0,0,-1304.1,7157.94,52.4445,6.24828,300,0,0,1716,0,0,0,0,0),(65608,18292,530,1,1,0,0,-1331.1,7227.4,33.5704,3.19395,300,0,0,1716,0,0,0,0,0),(65609,18292,530,1,1,0,0,-1292.32,7246.01,39.3121,6.12611,300,0,0,1716,0,0,0,0,0),(65610,18292,530,1,1,0,0,-1291.25,7249.4,39.611,5.32325,300,0,0,1716,0,0,0,0,0),(65611,18292,530,1,1,0,0,-1272.23,7313.37,33.7243,4.14601,300,0,0,1716,0,2,0,0,0),(65612,18292,530,1,1,0,0,-1236.13,7318.44,34.1458,1.41372,300,0,0,1716,0,0,0,0,0),(65614,18293,530,1,1,0,0,-1214.04,7133.82,57.3886,3.49066,300,0,0,1057,0,0,0,0,0),(65615,18293,530,1,1,0,0,-1223.59,7185.19,57.3619,0.925025,300,0,0,1057,0,0,0,0,0),(65616,18293,530,1,1,0,0,-1339.54,7156.03,33.5835,5.39307,300,0,0,1057,0,0,0,0,0),(65617,18293,530,1,1,0,0,-1332.4,7149.14,33.2161,2.58309,300,0,0,1057,0,0,0,0,0),(65619,18293,530,1,1,0,0,-1242.71,7246.7,57.3733,5.06145,300,0,0,1057,0,0,0,0,0),(65620,18293,530,1,1,0,0,-1235.09,7247.63,57.4224,4.83456,300,0,0,1057,0,0,0,0,0),(65621,18293,530,1,1,0,0,-1272.87,7310.58,34.1729,4.70241,300,0,0,1057,0,2,0,0,0),(65622,18293,530,1,1,0,0,-1238.74,7318.2,34.1458,1.06465,300,0,0,1057,0,0,0,0,0),(65623,18293,530,1,1,0,0,-1239.81,7321.25,34.1459,0.15708,300,0,0,1057,0,0,0,0,0),(65624,18294,530,1,1,0,1,-1249.43,6236.28,52.6698,2.49582,300,0,0,5527,0,0,0,0,0),(65625,18295,530,1,1,0,0,280.605,6028.63,130.351,1.67552,300,0,0,4979,0,0,0,0,0),(65626,18296,530,1,1,0,0,-1362.57,7193.31,35.2107,5.38713,300,5,0,176,0,1,0,0,0),(65627,18296,530,1,1,0,0,-1360.02,7198.42,34.9558,4.95737,300,5,0,176,0,1,0,0,0),(65628,18296,530,1,1,0,0,-1240.49,7240.96,57.304,3.6471,300,5,0,176,0,1,0,0,0),(65629,18296,530,1,1,0,0,-1239.75,7254.19,57.305,1.62775,300,5,0,176,0,1,0,0,0),(65630,18296,530,1,1,0,0,-1231.11,7245.23,57.3333,4.70191,300,5,0,176,0,1,0,0,0),(65631,18296,530,1,1,0,0,-1231.99,7319.69,34.1459,2.53073,300,0,0,176,0,0,0,0,0),(65632,18296,530,1,1,0,0,-1231.66,7317.99,34.1458,2.30383,300,0,0,176,0,0,0,0,0),(65633,18296,530,1,1,0,0,-1230.05,7320.24,34.1457,2.72271,300,0,0,176,0,0,0,0,0),(65634,18299,530,1,1,0,0,-1371.21,7160.12,33.3338,4.05506,300,5,0,198,0,1,0,0,0),(65635,18299,530,1,1,0,0,-1358.15,7190.1,35.171,5.30971,300,5,0,198,0,1,0,0,0),(65636,18300,530,1,1,0,0,-1340.85,7222.36,33.5827,0.925025,300,0,0,6542,0,0,0,0,0),(65637,18301,530,1,1,0,0,-1288.17,7245.88,39.1532,2.79253,300,0,0,4422,2620,0,0,0,0),(65638,18302,530,1,1,0,0,-1213.86,7158.84,57.3901,2.27913,300,0,0,4572,2705,2,0,0,0),(65639,18303,530,1,1,0,0,9511.55,-7095.7,16.4835,5.5676,300,0,0,328,0,0,0,0,0),(65640,18305,530,1,1,0,0,-2533.66,6306.67,18.5418,0.977384,300,0,0,800,0,0,0,0,0),(65641,18306,530,1,1,0,0,-2533.38,6168.44,60.0224,2.07694,300,0,0,6986,0,0,0,0,0),(65642,18307,530,1,1,0,0,-2475.48,6106.62,92.0659,0.750492,300,0,0,6986,0,0,0,0,0),(65643,18308,530,1,1,0,0,-2331.26,6179.39,51.0533,3.9619,300,0,0,222,0,0,0,0,0),(65644,18332,530,1,1,0,0,-226.276,5511.61,25.6814,1.6057,300,0,0,11430,0,0,0,0,0),(65645,18333,530,1,1,0,0,-2049.91,8540.49,24.2874,2.84489,300,0,0,14676,8538,0,0,0,0),(65646,18334,530,1,1,0,0,-1610.52,6606.12,16.7995,4.85539,300,5,0,7339,0,1,0,0,0),(65647,18334,530,1,1,0,0,-1862.53,6457.51,26.4735,3.09076,300,5,0,7339,0,1,0,0,0),(65648,18334,530,1,1,0,0,-2152.55,6291.09,55.4016,2.34791,300,5,0,7339,0,1,0,0,0),(65649,18334,530,1,1,0,0,-2592.44,6410.76,27.3649,1.86197,300,5,0,7339,0,1,0,0,0),(65650,18334,530,1,1,0,0,-2700.05,7707.09,-22.9957,2.95588,300,5,0,7339,0,1,0,0,0),(65651,18334,530,1,1,0,0,-2749.34,7810.44,-32.9055,2.13064,300,5,0,7339,0,1,0,0,0),(65652,18334,530,1,1,0,0,-2141.84,8130.97,-17.623,4.58824,300,5,0,7339,0,1,0,0,0),(65653,18334,530,1,1,0,0,-2844.93,8370.51,-30.5242,1.05939,300,5,0,7339,0,1,0,0,0),(65654,18334,530,1,1,0,0,-2166.08,8316.33,-22.9508,3.40833,300,0,0,7339,0,0,0,0,0),(65655,18334,530,1,1,0,0,-2237.58,8667.36,-8.16129,3.74228,300,5,0,7339,0,1,0,0,0),(65656,18334,530,1,1,0,0,-1962.08,8053.12,-17.9273,5.33729,300,0,0,7339,0,0,0,0,0),(65657,18334,530,1,1,0,0,-1969.43,7821.37,-41.6808,4.71434,300,5,0,7339,0,1,0,0,0),(65658,18334,530,1,1,0,0,-2194.39,7531.68,-28.4981,2.37553,300,5,0,7339,0,1,0,0,0),(65659,18334,530,1,1,0,0,-2035.91,7115.71,2.36032,0.135886,300,5,0,7339,0,1,0,0,0),(65660,18334,530,1,1,0,0,-1969.57,6870.88,-82.7673,2.51681,300,5,0,7339,0,1,0,0,0),(65661,18334,530,1,1,0,0,-1375.51,6629.37,41.8093,1.09524,300,5,0,7339,0,1,0,0,0),(65662,18334,530,1,1,0,0,-1572.07,7170.92,8.14805,2.26904,300,5,0,7339,0,1,0,0,0),(65663,18334,530,1,1,0,0,-1468.33,7032.94,8.58374,0.844154,300,5,0,7339,0,1,0,0,0),(65664,18334,530,1,1,0,0,-1520.43,6779.92,15.7022,4.00864,300,5,0,7339,0,1,0,0,0),(65665,18334,530,1,1,0,0,-755.282,8262.38,41.2865,3.06088,300,5,0,7339,0,1,0,0,0),(65666,18334,530,1,1,0,0,-958.547,7734.74,31.6474,1.43645,300,5,0,7339,0,1,0,0,0),(65667,18334,530,1,1,0,0,-1120.21,8463.64,29.5944,5.30256,300,5,0,7339,0,1,0,0,0),(65668,18334,530,1,1,0,0,-1230.12,8798.01,39.1306,0.93863,300,5,0,7339,0,1,0,0,0),(65669,18334,530,1,1,0,0,-1876.03,8839.17,29.2863,6.10552,300,5,0,7339,0,1,0,0,0),(65670,18335,530,1,1,0,0,-2528.36,7472.06,-4.50013,5.16617,300,0,0,6542,0,0,0,0,0),(65671,18335,530,1,1,0,0,-1239.51,7425.82,23.5818,5.79449,300,0,0,6542,0,0,0,0,0),(65672,18336,530,1,1,0,0,9515.66,-7104.58,14.3281,0.05236,300,0,0,285,790,0,0,0,0),(65673,18336,530,1,1,0,0,9518.97,-7101.42,14.3558,4.27606,300,0,0,285,790,0,0,0,0),(65674,18336,530,1,1,0,0,9520.31,-7105.39,14.3408,2.6529,300,0,0,285,790,0,0,0,0),(65675,18340,530,1,1,0,1,-760.247,5931,20.4195,1.04686,300,5,0,5341,0,1,0,0,0),(65676,18340,530,1,1,0,1,-211.979,6298.44,21.4907,2.43962,300,5,0,5341,0,1,0,0,0),(65677,18340,530,1,1,0,1,572.797,6357.07,23.4217,1.31611,300,5,0,5341,0,1,0,0,0),(65678,18340,530,1,1,0,1,499.102,8195.63,21.3188,4.00143,300,5,0,5341,0,1,0,0,0),(65679,18340,530,1,1,0,1,571.666,6356.14,23.1717,3.86574,300,5,0,5341,0,1,0,0,0),(65710,18346,530,1,1,0,1,-2053.06,8581.2,22.1106,3.38594,300,0,0,14193,8370,0,0,0,0),(65711,18346,530,1,1,0,1,-2070.35,8593.28,21.5314,0.366519,300,0,0,14193,8370,0,0,0,0),(65712,18346,530,1,1,0,1,-2077.5,8548.83,23.0251,0.471239,300,0,0,14193,8370,0,0,0,0),(65713,18347,530,1,1,0,1,9603.33,-7334.24,14.4718,2.58309,300,0,0,1753,0,0,0,0,0),(65714,18351,530,1,1,0,1,-2591.28,6829.72,33.9175,1.88496,300,0,0,10350,0,0,0,0,0),(65715,18352,530,1,1,0,1,-2646.72,6885.46,-1.31803,2.85078,300,5,0,5715,0,1,0,0,0),(65716,18352,530,1,1,0,1,-2648.4,6850.33,-1.61447,4.21288,300,5,0,5715,0,1,0,0,0),(65717,18352,530,1,1,0,1,-2657.53,6815.83,-3.7949,3.64613,300,5,0,5715,0,1,0,0,0),(65718,18352,530,1,1,0,1,-2610.89,6893.9,7.33982,5.68127,300,5,0,5715,0,1,0,0,0),(65719,18352,530,1,1,0,1,-2628.53,6870.84,3.14535,2.07694,300,0,0,5715,0,0,0,0,0),(65720,18352,530,1,1,0,1,-2586.76,6850.4,30.2434,4.25093,300,5,0,5715,0,1,0,0,0),(65721,18353,530,1,1,0,0,-2556.34,7254.19,15.2034,1.76278,300,0,0,5060,2933,0,0,0,0),(65722,18354,530,1,1,0,0,-2593.33,6825.58,34.0534,2.75762,300,0,0,10350,0,0,0,0,0),(65723,18358,530,1,1,0,0,13.0717,8554.76,18.6834,1.54352,300,5,0,4979,0,1,0,0,0),(65724,18358,530,1,1,0,0,-44.977,8575.71,22.6034,4.39867,300,5,0,4979,0,1,0,0,0),(65725,18358,530,1,1,0,0,-10.4205,8585.24,17.1812,0.464184,300,5,0,4979,0,1,0,0,0),(65726,18358,530,1,1,0,0,8.34766,8581.06,22.391,5.3264,300,5,0,4979,0,1,0,0,0),(65727,18358,530,1,1,0,0,-23.4963,8880.07,18.0674,4.78171,300,5,0,4979,0,1,0,0,0),(65728,18358,530,1,1,0,0,-18.7917,8777.46,19.3431,4.55259,300,5,0,4979,0,1,0,0,0),(65729,18358,530,1,1,0,0,-18.7561,8825.64,24.2699,1.95965,300,5,0,4979,0,1,0,0,0),(65730,18358,530,1,1,0,0,-46.5059,8753.92,18.6053,5.08419,300,5,0,4979,0,1,0,0,0),(65731,18358,530,1,1,0,0,-18.0548,8745.17,18.0871,4.56307,300,5,0,4979,0,1,0,0,0),(65732,18358,530,1,1,0,0,-13.2251,8647.98,23.6004,5.54064,300,5,0,4979,0,1,0,0,0),(65733,18358,530,1,1,0,0,-22.0694,8684.04,23.4617,2.9089,300,5,0,4979,0,1,0,0,0),(65734,18358,530,1,1,0,0,-8.87586,8622.83,21.3648,0.639364,300,5,0,4979,0,1,0,0,0),(65735,18358,530,1,1,0,0,-46.7203,8557.41,18.1208,5.06928,300,5,0,4979,0,1,0,0,0),(65736,18358,530,1,1,0,0,-77.5688,8543.14,18.1185,2.62027,300,5,0,4979,0,1,0,0,0),(65737,18358,530,1,1,0,0,-73.8068,8588.23,19.6303,4.95287,300,5,0,4979,0,1,0,0,0),(65738,18358,530,1,1,0,0,-85.6335,8606.62,18.5064,1.22239,300,5,0,4979,0,1,0,0,0),(65739,18358,530,1,1,0,0,-43.8508,8616.27,20.2148,1.28331,300,5,0,4979,0,1,0,0,0),(65740,18358,530,1,1,0,0,-73.1643,8655.47,18.035,3.73739,300,5,0,4979,0,1,0,0,0),(65741,18358,530,1,1,0,0,8.99757,8615.76,18.2748,3.79132,300,5,0,4979,0,1,0,0,0),(65742,18358,530,1,1,0,0,-87.8013,8752.47,18.1392,2.77638,300,5,0,4979,0,1,0,0,0),(65743,18358,530,1,1,0,0,-12.289,8718.06,23.2762,5.86486,300,5,0,4979,0,1,0,0,0),(65744,18358,530,1,1,0,0,-145.651,8777.1,22.6871,4.40261,300,5,0,4979,0,1,0,0,0),(65745,18358,530,1,1,0,0,-147.395,8748.74,18.0565,4.50365,300,5,0,4979,0,1,0,0,0),(65746,18358,530,1,1,0,0,-108.476,8786.99,18.9605,1.93866,300,5,0,4979,0,1,0,0,0),(65747,18358,530,1,1,0,0,-81.0321,8781.53,20.9754,0.446008,300,5,0,4979,0,1,0,0,0),(65748,18358,530,1,1,0,0,-115.154,8749.74,19.7349,1.13116,300,5,0,4979,0,1,0,0,0),(65749,18358,530,1,1,0,0,-45.7311,8778.63,18.545,5.52148,300,5,0,4979,0,1,0,0,0),(65750,18358,530,1,1,0,0,-119.253,8814.51,20.2062,2.89073,300,5,0,4979,0,1,0,0,0),(65751,18358,530,1,1,0,0,-56.2266,8822.48,18.739,6.11354,300,5,0,4979,0,1,0,0,0),(65752,18358,530,1,1,0,0,-115.97,8847.88,18.4699,6.11836,300,5,0,4979,0,1,0,0,0),(65753,18358,530,1,1,0,0,-86.2773,8847.88,18.5631,3.38346,300,5,0,4979,0,1,0,0,0),(65754,18358,530,1,1,0,0,-15.3124,8849.07,21.8853,5.97952,300,5,0,4979,0,1,0,0,0),(65755,18358,530,1,1,0,0,-45.6538,8850.83,18.3313,0.463557,300,5,0,4979,0,1,0,0,0),(65756,18358,530,1,1,0,0,-48.1105,8815.18,23.0501,0.017453,300,0,0,4979,0,0,0,0,0),(65757,18358,530,1,1,0,0,-47.1309,8889.83,21.4422,5.94873,300,5,0,4979,0,1,0,0,0),(65758,18358,530,1,1,0,0,-83.1828,8912.29,24.5413,5.16642,300,5,0,4979,0,1,0,0,0),(65759,18358,530,1,1,0,0,-118.116,8881.83,20.11,3.46447,300,5,0,4979,0,1,0,0,0),(65760,18358,530,1,1,0,0,-117.908,8914.55,18.2846,4.18599,300,5,0,4979,0,1,0,0,0),(65761,18358,530,1,1,0,0,-84.2837,8948.32,21.0889,2.47301,300,5,0,4979,0,1,0,0,0),(65762,18358,530,1,1,0,0,-115.136,8937.32,20.1254,1.29377,300,5,0,4979,0,1,0,0,0),(65763,18358,530,1,1,0,0,-150.539,8920.15,20.2825,1.87001,300,5,0,4979,0,1,0,0,0),(65764,18358,530,1,1,0,0,-145.635,8947.51,19.7053,2.44484,300,5,0,4979,0,1,0,0,0),(65765,18358,530,1,1,0,0,-180.346,8949.59,22.1649,6.0428,300,5,0,4979,0,1,0,0,0),(65766,18358,530,1,1,0,0,-193.17,8913.31,23.6159,0.199119,300,5,0,4979,0,1,0,0,0),(65767,18358,530,1,1,0,0,-187.427,8890.51,18.3526,1.52562,300,5,0,4979,0,1,0,0,0),(65768,18358,530,1,1,0,0,-140.61,8885.61,18.0885,3.17693,300,5,0,4979,0,1,0,0,0),(65769,18358,530,1,1,0,0,-81.2587,8880.15,19.3365,5.52093,300,5,0,4979,0,1,0,0,0),(65770,18358,530,1,1,0,0,-45.5816,8913.77,22.0383,6.16101,300,0,0,4979,0,0,0,0,0),(65771,18358,530,1,1,0,0,-212.964,8846.19,19.9235,3.85234,300,5,0,4979,0,1,0,0,0),(65772,18358,530,1,1,0,0,-219.287,8872.98,20.0355,0.632959,300,5,0,4979,0,1,0,0,0),(65773,18358,530,1,1,0,0,-190.933,8824.05,18.8763,2.19,300,5,0,4979,0,1,0,0,0),(65774,18358,530,1,1,0,0,-152.743,8845.58,18.3593,4.33983,300,5,0,4979,0,1,0,0,0),(65775,18358,530,1,1,0,0,-180.665,8850.64,18.2172,0.862742,300,5,0,4979,0,1,0,0,0),(65776,18358,530,1,1,0,0,-152.946,8819.84,21.0265,3.94633,300,5,0,4979,0,1,0,0,0),(65777,18358,530,1,1,0,0,-185.498,8780.8,18.7888,3.94976,300,5,0,4979,0,1,0,0,0),(65778,18358,530,1,1,0,0,-216.748,8813.33,18.1614,3.32096,300,5,0,4979,0,1,0,0,0),(65779,18358,530,1,1,0,0,-179.206,8746.52,18.0049,3.25357,300,5,0,4979,0,1,0,0,0),(65780,18358,530,1,1,0,0,-211.555,8752.47,18.6616,2.01698,300,5,0,4979,0,1,0,0,0),(65781,18358,530,1,1,0,0,-183.438,8719.88,17.9011,1.75317,300,5,0,4979,0,1,0,0,0),(65782,18358,530,1,1,0,0,-152.487,8715.99,18.5792,4.24656,300,5,0,4979,0,1,0,0,0),(65783,18358,530,1,1,0,0,-220.606,8671.27,19.3645,3.12675,300,5,0,4979,0,1,0,0,0),(65784,18358,530,1,1,0,0,-214.747,8616.73,18.0972,1.93731,300,0,0,4979,0,0,0,0,0),(65785,18358,530,1,1,0,0,-224.967,8639.75,18.3126,3.75811,300,5,0,4979,0,1,0,0,0),(65786,18369,530,1,1,0,0,-918.143,8663.94,172.542,0.523599,300,0,0,24895,0,0,0,0,0),(65787,18382,530,1,1,0,0,221.306,8577.19,24.7401,4.4855,300,0,0,4572,2705,0,0,0,0),(65788,18383,530,1,1,0,1,-2644.69,4449.7,36.1903,0.279253,300,0,0,5715,0,0,0,0,0),(65789,18384,530,1,1,0,0,-2671.77,4373.86,35.9781,0.680678,300,0,0,5914,0,0,0,0,0),(65790,18385,530,1,1,0,1,-2615.73,4376.06,35.397,1.5708,300,0,0,5341,0,0,0,0,0),(65791,18386,530,1,1,0,1,-2606.74,4439.14,36.1769,1.98968,300,0,0,6986,0,0,0,0,0),(65792,18387,530,1,1,0,1,-2971.17,3935.18,3.86593,1.69297,300,0,0,5715,0,0,0,0,0),(65793,18388,530,1,1,0,0,-2868.35,6392.34,81.0707,0.261799,300,0,0,42,0,0,0,0,0),(65794,18389,530,1,1,0,1,-2953.12,3960.91,1.06123,5.98648,300,0,0,5715,0,0,0,0,0),(65795,18390,530,1,1,0,1,-2995.95,3983.49,3.18814,6.23082,300,0,0,5715,0,0,0,0,0),(65796,18391,530,1,1,0,1,-2991.93,6364.39,95.2651,0.139626,300,0,0,5060,2933,0,0,0,0),(65797,18393,530,1,1,0,0,-784.094,7765.94,40.9791,2.6529,300,0,0,42,0,0,0,0,0),(65798,18395,530,1,1,0,0,-857.885,7722.65,37.7839,5.75959,300,0,0,42,0,0,0,0,0),(65799,18407,530,1,1,0,0,-1356.12,7213.31,33.717,0.628319,300,0,0,349300,0,0,0,0,0),(65800,18408,530,1,1,0,1,-2568.98,7271.64,15.4865,4.69494,300,0,0,349300,0,2,0,0,0),(65801,18411,530,1,1,0,1,-2228.97,8474.81,-21.4259,5.15026,300,0,0,126520,0,2,0,0,0),(65805,18413,530,1,1,0,1,-628.223,7727.57,84.668,2.51327,300,0,0,4892,2846,0,0,0,0),(65806,18414,530,1,1,0,1,-1289.84,8510.74,16.8298,5.14872,300,0,0,50600,29330,0,0,0,0),(65807,18415,530,1,1,0,1,-1291.87,8507.99,16.0798,6.10865,300,0,0,52330,29910,0,0,0,0),(65808,18416,530,1,1,0,0,-2541.65,7323.38,6.99469,3.88646,300,0,0,4572,2705,2,0,0,0),(65809,18417,530,1,1,0,1,-1545.36,8785.48,35.2683,0.837758,300,0,0,6986,0,0,0,0,0),(65810,18418,530,1,1,0,0,-1548.75,8788.97,35.1278,1.25664,300,0,0,3493000,0,0,0,0,0),(65811,18424,530,1,1,0,0,-1923.77,4681.98,-1.452,5.3634,300,0,0,4572,2705,0,0,0,0),(65812,18427,530,1,1,0,0,-1984.18,-11817.9,54.4131,4.27606,300,0,0,605,0,0,0,0,0),(65813,18428,530,1,1,0,0,-677.839,8744.82,185.18,3.22886,300,0,0,4979,0,0,0,0,0),(65814,18428,530,1,1,0,0,-685.083,8833.44,197.749,5.5676,300,0,0,4979,0,0,0,0,0),(65815,18428,530,1,1,0,0,-826.42,8826.97,183.246,0.139626,300,0,0,4979,0,0,0,0,0),(65816,18428,530,1,1,0,0,-871.869,8721.14,173.549,2.14675,300,0,0,4979,0,0,0,0,0),(65817,18428,530,1,1,0,0,-867.963,8741.43,176.779,3.94444,300,0,0,4979,0,0,0,0,0),(65818,18428,530,1,1,0,0,-845.805,8673.95,176.51,1.20428,300,0,0,4979,0,0,0,0,0),(65819,18428,530,1,1,0,0,-890.565,8702.34,251.667,5.8294,300,0,0,4979,0,0,0,0,0),(65820,18428,530,1,1,0,0,-862.5,8671.45,251.754,2.46091,300,0,0,4979,0,0,0,0,0),(65821,18428,530,1,1,0,0,-854.994,8862.31,185.636,0.855211,300,0,0,4979,0,0,0,0,0),(65822,18428,530,1,1,0,0,-893.003,8751.2,174.39,5.46288,300,0,0,4979,0,0,0,0,0),(65823,18428,530,1,1,0,0,-851.71,8895.71,183.497,4.29351,300,0,0,4979,0,0,0,0,0),(65824,18428,530,1,1,0,0,-883.335,8901.65,184.425,5.55015,300,0,0,4979,0,0,0,0,0),(65825,18428,530,1,1,0,0,-975.915,8933.05,102.827,2.19912,300,0,0,4979,0,0,0,0,0),(65826,18428,530,1,1,0,0,-1039.27,9016.9,93.7174,5.20108,300,0,0,4979,0,0,0,0,0),(65827,18428,530,1,1,0,0,-1002.32,9001.88,94.1361,3.80482,300,0,0,4979,0,0,0,0,0),(65828,18428,530,1,1,0,0,-1078.72,8983.06,102.218,5.16617,300,0,0,4979,0,0,0,0,0),(65829,18428,530,1,1,0,0,-1130.75,8993.63,104.179,5.46288,300,0,0,4979,0,0,0,0,0),(65830,18428,530,1,1,0,0,-914.276,8658.29,173.125,1.18682,300,0,0,4979,0,0,0,0,0),(65831,18428,530,1,1,0,0,-910.964,8696.28,174.432,4.38078,300,0,0,4979,0,0,0,0,0),(65832,18428,530,1,1,0,0,-926.196,8680.24,174.659,0.506145,300,0,0,4979,0,0,0,0,0),(65833,18437,530,1,1,0,0,-1923.22,4569.71,6.96584,2.0043,300,5,0,5341,0,1,0,0,0),(65834,18437,530,1,1,0,0,-1854.43,4580.15,10.0736,5.14933,300,5,0,5341,0,1,0,0,0),(65835,18437,530,1,1,0,0,-1906.05,4624.76,2.13762,3.90251,300,5,0,5341,0,1,0,0,0),(65836,18437,530,1,1,0,0,-1876.22,4607.82,10.512,5.04609,300,5,0,5341,0,1,0,0,0),(65837,18437,530,1,1,0,0,-1914.5,4715.12,-7.00538,1.19993,300,5,0,5341,0,1,0,0,0),(65838,18437,530,1,1,0,0,-1927.29,4775.82,-4.32604,1.10715,300,5,0,5341,0,1,0,0,0),(65839,18437,530,1,1,0,0,-1878.45,4764.28,0.36553,0.558796,300,5,0,5341,0,1,0,0,0),(65840,18437,530,1,1,0,0,-1773.24,4809.31,10.5491,6.20381,300,5,0,5341,0,1,0,0,0),(65841,18437,530,1,1,0,0,-1806.16,4755.06,25.6081,0.197071,300,5,0,5341,0,1,0,0,0),(65842,18437,530,1,1,0,0,-1830.79,4625.75,8.59921,5.35296,300,5,0,5341,0,1,0,0,0),(65843,18437,530,1,1,0,0,-1791.77,4583.61,11.3849,2.41238,300,5,0,5341,0,1,0,0,0),(65844,18437,530,1,1,0,0,-1727.63,4594.06,5.5614,1.52707,300,5,0,5341,0,1,0,0,0),(65845,18437,530,1,1,0,0,-1751.06,4587.66,9.69,0.680678,300,0,0,5341,0,0,0,0,0),(65846,18439,530,1,1,0,0,-2033.79,6777.9,0.16916,2.60054,300,0,0,257900,0,0,0,0,0),(65847,18440,530,1,1,0,1,-911.042,8663.9,172.037,1.79769,300,0,0,17742,0,0,0,0,0),(65848,18444,530,1,1,0,0,-919.517,8665.93,172.364,1.3439,300,0,0,42,0,0,0,0,0),(65849,18445,530,1,1,0,0,-2563.89,6288.29,15.295,5.23599,300,0,0,24895,0,0,0,0,0),(65850,18446,530,1,1,0,1,-1947.2,4689.5,-2.10715,5.95157,300,0,0,4422,2620,0,0,0,0),(65851,18447,530,1,1,0,1,-2653.61,4381.12,36.2226,0.174533,300,0,0,5914,0,0,0,0,0),(65852,18449,530,1,1,0,1,-1989.83,3844.79,-1.53507,1.24137,300,5,0,5341,0,1,0,0,0),(65853,18449,530,1,1,0,1,-1923.83,3818.31,-2.9816,5.75065,300,5,0,5341,0,1,0,0,0),(65854,18449,530,1,1,0,1,-1880.01,3821.66,5.95646,2.12162,300,5,0,5341,0,1,0,0,0),(65855,18449,530,1,1,0,1,-1847.53,3805.47,12.0937,4.97509,300,5,0,5341,0,1,0,0,0),(65856,18449,530,1,1,0,1,-1816.59,3847.55,13.8472,3.05456,300,5,0,5341,0,1,0,0,0),(65857,18449,530,1,1,0,1,-1841.79,3842.3,8.09638,5.26845,300,5,0,5341,0,1,0,0,0),(65858,18449,530,1,1,0,1,-1814.3,3928.54,7.59349,4.4002,300,5,0,5341,0,1,0,0,0),(65859,18449,530,1,1,0,1,-1816.01,3948.72,3.39373,3.24729,300,5,0,5341,0,1,0,0,0),(65860,18449,530,1,1,0,1,-1923.93,3980.94,-4.7979,5.66782,300,5,0,5341,0,1,0,0,0),(65861,18449,530,1,1,0,1,-1912.99,4012.44,-0.496489,5.36478,300,5,0,5341,0,1,0,0,0),(65862,18449,530,1,1,0,1,-1884.23,4020.47,0.22886,2.64151,300,5,0,5341,0,1,0,0,0),(65863,18449,530,1,1,0,1,-1953.87,3990,-3.84409,5.8716,300,5,0,5341,0,1,0,0,0),(65864,18449,530,1,1,0,1,-1924.72,3917.41,-4.44846,3.64033,300,5,0,5341,0,1,0,0,0),(65865,18449,530,1,1,0,1,-1916.54,4046.52,1.125,4.03883,300,5,0,5341,0,1,0,0,0),(65866,18449,530,1,1,0,1,-1987.69,3913.15,1.82542,4.91868,300,5,0,5341,0,1,0,0,0),(65867,18449,530,1,1,0,1,-1941.12,3906.92,-2.19928,5.82339,300,5,0,5341,0,1,0,0,0),(65868,18449,530,1,1,0,1,-1978.19,3948.56,1.19029,1.05397,300,5,0,5341,0,1,0,0,0),(65869,18449,530,1,1,0,1,-1943.76,3877.29,0.07976,2.77415,300,5,0,5341,0,1,0,0,0),(65870,18449,530,1,1,0,1,-1990.01,3878.84,1.54355,3.52296,300,5,0,5341,0,1,0,0,0),(65871,18449,530,1,1,0,1,-1693.58,4444.49,9.9573,3.12011,300,5,0,5341,0,1,0,0,0),(65872,18449,530,1,1,0,1,-1706.59,4388.89,21.4722,0.106957,300,5,0,5341,0,1,0,0,0),(65873,18449,530,1,1,0,1,-1696.24,4408.93,15.6676,1.21168,300,5,0,5341,0,1,0,0,0),(65874,18449,530,1,1,0,1,-1653.98,4414.95,19.9504,3.48111,300,5,0,5341,0,1,0,0,0),(65875,18449,530,1,1,0,1,-1644.52,4382.83,25.2297,4.44249,300,5,0,5341,0,1,0,0,0),(65876,18449,530,1,1,0,1,-1652.15,4335.29,37.26,3.98151,300,5,0,5341,0,1,0,0,0),(65877,18449,530,1,1,0,1,-1613.43,4381.73,32.121,0.47325,300,5,0,5341,0,1,0,0,0),(65878,18449,530,1,1,0,1,-1559.25,4389.76,40.3926,4.20681,300,5,0,5341,0,1,0,0,0),(65879,18449,530,1,1,0,1,-1495.09,4445.78,46.6845,3.73207,300,5,0,5341,0,1,0,0,0),(65880,18449,530,1,1,0,1,-1516.34,4451.97,42.0354,1.13062,300,5,0,5341,0,1,0,0,0),(65881,18449,530,1,1,0,1,-1477.77,4478.16,44.3148,5.55301,300,5,0,5341,0,1,0,0,0),(65882,18449,530,1,1,0,1,-1484.4,4452.35,48.3379,3.31613,300,0,0,5341,0,0,0,0,0),(65883,18449,530,1,1,0,1,-1485.2,4518.92,37.1409,5.16914,300,5,0,5341,0,1,0,0,0),(65884,18449,530,1,1,0,1,-1480.58,4484.01,43.2563,5.82652,300,5,0,5341,0,1,0,0,0),(65885,18449,530,1,1,0,1,-1651.41,4416.65,20.3915,2.02458,300,0,0,5341,0,0,0,0,0),(65886,18449,530,1,1,0,1,-1683.75,4417.81,13.3399,1.46608,300,0,0,5341,0,0,0,0,0),(65887,18449,530,1,1,0,1,-1649.58,4384.73,24.0764,2.33874,300,0,0,5341,0,0,0,0,0),(65888,18449,530,1,1,0,1,-1687,4445.91,11.767,4.76475,300,0,0,5341,0,0,0,0,0),(65889,18449,530,1,1,0,1,-1583.2,4431.65,30.4129,1.34591,300,0,0,5341,0,0,0,0,0),(65890,18449,530,1,1,0,1,-1587.37,4453.12,28.1404,1.09003,300,5,0,5341,0,1,0,0,0),(65891,18449,530,1,1,0,1,-1584.13,4416.53,31.7625,5.53511,300,5,0,5341,0,1,0,0,0),(65892,18450,530,1,1,0,1,-1966.02,3833.79,1.19915,1.5708,300,0,0,4274,2568,0,0,0,0),(65893,18450,530,1,1,0,1,-1880.35,3874.79,1.79258,2.26893,300,0,0,4274,2568,0,0,0,0),(65894,18450,530,1,1,0,1,-1886.7,3923.51,-0.192347,1.81514,300,0,0,4274,2568,0,0,0,0),(65895,18450,530,1,1,0,1,-1789.14,3918.73,9.8336,2.9147,300,0,0,4274,2568,0,0,0,0),(65896,18450,530,1,1,0,1,-1872.15,3993.08,0.55687,3.45575,300,0,0,4274,2568,0,0,0,0),(65897,18450,530,1,1,0,1,-1877.51,3954.49,-0.045407,5.75959,300,0,0,4274,2568,0,0,0,0),(65898,18450,530,1,1,0,1,-1889.93,3933.96,-0.192352,5.06145,300,0,0,4274,2568,0,0,0,0),(65899,18450,530,1,1,0,1,-1677.54,4384.87,22.1696,6.02139,300,0,0,4274,2568,0,0,0,0),(65900,18450,530,1,1,0,1,-1619.24,4440.89,24.5673,2.14173,300,0,0,4274,2568,0,0,0,0),(65902,18450,530,1,1,0,1,-1533.55,4419.16,43.53,6.14356,300,0,0,4274,2568,0,0,0,0),(65903,18450,530,1,1,0,1,-1511.01,4416.53,43.954,1.91986,300,0,0,4274,2568,0,0,0,0),(65904,18450,530,1,1,0,1,-1595.71,4337.35,39.1905,4.10152,300,0,0,4274,2568,0,0,0,0),(65905,18451,530,1,1,0,1,-1957.77,3759.43,-7.92699,3.65941,300,0,0,5341,0,0,0,0,0),(65906,18451,530,1,1,0,1,-1895.86,3869.82,45.3957,6.2678,300,5,0,5341,0,1,0,0,0),(65907,18451,530,1,1,0,1,-1851.46,3924.1,45.3668,3.63403,300,0,0,5341,0,0,0,0,0),(65908,18451,530,1,1,0,1,-1854.03,3925.05,45.3493,4.751,300,0,0,5341,0,0,0,0,0),(65909,18451,530,1,1,0,1,-1699.21,4388.13,53.1876,4.75232,300,0,0,5341,0,0,0,0,0),(65910,18451,530,1,1,0,1,-1677.5,4372.59,52.624,1.6594,300,5,0,5341,0,1,0,0,0),(65911,18451,530,1,1,0,1,-1678.85,4388.66,52.693,5.48747,300,0,0,5341,0,0,0,0,0),(65912,18451,530,1,1,0,1,-1624.63,4437.34,52.7734,4.43314,300,0,0,5341,0,0,0,0,0),(65913,18451,530,1,1,0,1,-1609.67,4422.94,53.4308,1.08188,300,5,0,5341,0,1,0,0,0),(65914,18451,530,1,1,0,1,-1630.51,4415.98,52.5577,4.81711,300,0,0,5341,0,0,0,0,0),(65915,18451,530,1,1,0,1,-1689.64,4366.94,52.6143,4.59022,300,0,0,5341,0,0,0,0,0),(65916,18451,530,1,1,0,1,-1698.36,4386.48,53.509,3.47321,300,0,0,5341,0,0,0,0,0),(65917,18452,530,1,1,0,1,-2542.43,5343.29,1.44545,5.35047,300,5,0,5527,0,1,0,0,0),(65918,18452,530,1,1,0,1,-2539.03,5410.09,0.12107,3.3149,300,5,0,5527,0,1,0,0,0),(65919,18452,530,1,1,0,1,-2524.65,5365.59,27.2164,6.03456,300,5,0,5527,0,1,0,0,0),(65920,18452,530,1,1,0,1,-2512.17,5352.53,0.92324,5.28851,300,5,0,5527,0,1,0,0,0),(65921,18452,530,1,1,0,1,-2448.97,5387.06,1.73651,1.76467,300,5,0,5527,0,1,0,0,0),(65922,18452,530,1,1,0,1,-2445.63,5345.55,1.3742,5.35306,300,5,0,5527,0,1,0,0,0),(65923,18452,530,1,1,0,1,-2482.96,5385.98,0.46171,1.31209,300,5,0,5527,0,1,0,0,0),(65924,18452,530,1,1,0,1,-2533.29,5387.57,27.2865,3.23292,300,5,0,5527,0,1,0,0,0),(65925,18452,530,1,1,0,1,-2582.99,5448.86,27.2184,0.097583,300,0,0,5527,0,0,0,0,0),(65926,18452,530,1,1,0,1,-2418.74,5388.6,1.97067,1.84987,300,5,0,5527,0,1,0,0,0),(65927,18453,530,1,1,0,0,-2481.35,5322.64,1.34407,2.60054,300,0,0,4422,2620,0,0,0,0),(65928,18453,530,1,1,0,0,-2515.15,5413.55,0.23195,1.15192,300,0,0,4422,2620,0,0,0,0),(65929,18453,530,1,1,0,0,-2471.19,5407.72,2.43315,3.85718,300,0,0,4422,2620,0,0,0,0),(65930,18453,530,1,1,0,0,-2517.32,5423.28,0.08474,5.37561,300,5,0,4422,2620,1,0,0,0),(65931,18453,530,1,1,0,0,-2497.7,5386.21,0.06061,0.044497,300,5,0,4422,2620,1,0,0,0),(65932,18453,530,1,1,0,0,-2632.75,5402.46,6.95011,1.97222,300,0,0,4422,2620,0,0,0,0),(65933,18453,530,1,1,0,0,-2559.83,5452.21,0.142068,5.53381,300,0,0,4422,2620,0,0,0,0),(65934,18453,530,1,1,0,0,-2552.8,5462.32,14.6882,0.854048,300,0,0,4422,2620,0,0,0,0),(65935,18453,530,1,1,0,0,-2526.27,5386.67,0.31095,2.80094,300,0,0,4422,2620,0,0,0,0),(65936,18453,530,1,1,0,0,-2456.11,5402.75,1.67056,1.8675,300,0,0,4422,2620,0,0,0,0),(65937,18453,530,1,1,0,0,-2495.75,5456.79,0.44504,2.33874,300,0,0,4422,2620,0,0,0,0),(65938,18453,530,1,1,0,0,-2425.66,5407.38,1.60722,1.58825,300,0,0,4422,2620,0,0,0,0),(65939,18453,530,1,1,0,0,-2507.37,5421.63,0.23195,3.59538,300,0,0,4422,2620,0,0,0,0),(65940,18454,530,1,1,0,1,-3623.56,4138.76,12.5785,1.51844,300,0,0,5715,0,0,0,0,0),(65941,18454,530,1,1,0,1,-3631.58,4139.1,13.2711,1.48353,300,0,0,5715,0,0,0,0,0),(65942,18454,530,1,1,0,1,-3614.22,4078.56,57.7475,1.3032,300,5,0,5715,0,1,0,0,0),(65943,18454,530,1,1,0,1,-2518.9,5488.54,8.38081,4.12434,300,5,0,5715,0,1,0,0,0),(65944,18454,530,1,1,0,1,-3538.24,4003.36,93.7351,3.87463,300,0,0,5715,0,0,0,0,0),(65945,18454,530,1,1,0,1,-3517.53,4010.59,112.993,2.55903,300,5,0,5715,0,1,0,0,0),(65946,18454,530,1,1,0,1,-3479.08,4046.91,53.3951,1.47458,300,5,0,5715,0,1,0,0,0),(65947,18454,530,1,1,0,1,-3411.57,4091.56,62.7425,0.244346,300,0,0,5715,0,0,0,0,0),(65948,18454,530,1,1,0,1,-3436.13,4071.52,62.4852,0.054669,300,5,0,5715,0,1,0,0,0),(65949,18454,530,1,1,0,1,-3426.06,4102.31,74.8272,1.0184,300,5,0,5715,0,1,0,0,0),(65950,18454,530,1,1,0,1,-3431.08,4012.95,62.091,5.92281,300,5,0,5715,0,1,0,0,0),(65951,18454,530,1,1,0,1,-3380.96,3982.93,86.5646,5.37764,300,5,0,5715,0,1,0,0,0),(65952,18454,530,1,1,0,1,-3386.45,4008.29,87.2932,4.7897,300,5,0,5715,0,1,0,0,0),(65953,18454,530,1,1,0,1,-3344.06,4020.71,60.8753,1.52391,300,5,0,5715,0,1,0,0,0),(65954,18454,530,1,1,0,1,-3366.89,4096,10.5235,1.5708,300,0,0,5715,0,0,0,0,0),(65955,18454,530,1,1,0,1,-3383.74,4096.36,9.1197,1.48353,300,0,0,5715,0,0,0,0,0),(65956,18455,530,1,1,0,0,-3626.56,4046.2,112.012,3.47614,300,5,0,4572,2705,1,0,0,0),(65957,18455,530,1,1,0,0,-3582.3,4044.48,69.9374,4.04916,300,0,0,4572,2705,0,0,0,0),(65958,18455,530,1,1,0,0,-3560.18,4050.27,69.6288,4.4855,300,0,0,4572,2705,0,0,0,0),(65959,18455,530,1,1,0,0,-3561.73,4036.99,69.7151,1.5708,300,0,0,4572,2705,0,0,0,0),(65960,18455,530,1,1,0,0,-3543.01,4078.46,68.4662,4.41568,300,0,0,4572,2705,0,0,0,0),(65961,18455,530,1,1,0,0,-3598.72,4017.7,73.235,2.86234,300,0,0,4572,2705,0,0,0,0),(65962,18455,530,1,1,0,0,-3589.69,4035.67,111.996,3.06413,300,5,0,4572,2705,1,0,0,0),(65963,18455,530,1,1,0,0,-3586.73,3996.19,76.2706,3.59538,300,0,0,4572,2705,0,0,0,0),(65964,18455,530,1,1,0,0,-3510.6,4058.82,61.2656,1.98968,300,0,0,4572,2705,0,0,0,0),(65965,18455,530,1,1,0,0,-3513.97,4042.11,112.705,2.77006,300,5,0,4572,2705,1,0,0,0),(65966,18455,530,1,1,0,0,-3507.05,4075.9,92.9082,5.03202,300,5,0,4572,2705,1,0,0,0),(65967,18455,530,1,1,0,0,-3533.29,4078.76,92.9245,1.37636,300,5,0,4572,2705,1,0,0,0),(65968,18455,530,1,1,0,0,-3534.54,3984.13,92.9142,4.17034,300,5,0,4572,2705,1,0,0,0),(65969,18455,530,1,1,0,0,-3520.8,4008.9,76.6761,2.44346,300,0,0,4572,2705,0,0,0,0),(65970,18455,530,1,1,0,0,-3491.49,4033.33,113.117,4.00539,300,5,0,4572,2705,1,0,0,0),(65971,18455,530,1,1,0,0,-3409.32,3995.48,88.0758,1.70423,300,5,0,4572,2705,1,0,0,0),(65972,18455,530,1,1,0,0,-3415.31,4089.77,73.8235,5.61549,300,5,0,4572,2705,1,0,0,0),(65973,18455,530,1,1,0,0,-3443.89,4079.61,73.9537,3.51888,300,5,0,4572,2705,1,0,0,0),(65974,18455,530,1,1,0,0,-3374.3,3993.02,57.8175,0.366519,300,0,0,4572,2705,0,0,0,0),(65975,18456,530,1,1,0,1,-2295.16,4187.48,1.08551,2.90868,300,5,0,5341,0,1,0,0,0),(65976,18456,530,1,1,0,1,-2239.52,4141.34,2.19741,3.07126,300,5,0,5341,0,1,0,0,0),(65977,18456,530,1,1,0,1,-2039.99,4051.86,2.69147,0.060591,300,5,0,5341,0,1,0,0,0),(65978,18456,530,1,1,0,1,-2050.98,4017.86,0.66238,4.88502,300,5,0,5341,0,1,0,0,0),(65979,18456,530,1,1,0,1,-2020.7,4082.5,3.39975,1.45334,300,5,0,5341,0,1,0,0,0),(65980,18456,530,1,1,0,1,-2009.06,4133.06,3.01518,5.40341,300,5,0,5341,0,1,0,0,0),(65981,18456,530,1,1,0,1,-2060.08,4166.39,7.40713,1.57302,300,5,0,5341,0,1,0,0,0),(65982,18456,530,1,1,0,1,-2046.87,4246.83,7.11247,3.14293,300,5,0,5341,0,1,0,0,0),(65983,18456,530,1,1,0,1,-2064.57,4196.01,6.41555,5.39187,300,5,0,5341,0,1,0,0,0),(65984,18456,530,1,1,0,1,-2029.27,4329.01,4.05263,3.85284,300,5,0,5341,0,1,0,0,0),(65985,18456,530,1,1,0,1,-2052.62,4317.59,2.80263,1.29239,300,5,0,5341,0,1,0,0,0),(65986,18456,530,1,1,0,1,-2131.57,4151.27,12.7248,5.38431,300,5,0,5341,0,1,0,0,0),(65987,18456,530,1,1,0,1,-2151.74,4109.55,4.71934,5.12228,300,5,0,5341,0,1,0,0,0),(65988,18456,530,1,1,0,1,-2178.89,4122.48,0.5815,1.318,300,5,0,5341,0,1,0,0,0),(65989,18456,530,1,1,0,1,-2189.87,4248.72,4.12605,2.74695,300,5,0,5341,0,1,0,0,0),(65990,18456,530,1,1,0,1,-2241.01,4244.72,2.25469,3.90584,300,5,0,5341,0,1,0,0,0),(65991,18456,530,1,1,0,1,-2208.84,4329.07,1.77482,0.240713,300,5,0,5341,0,1,0,0,0),(65992,18456,530,1,1,0,1,-2077.11,4341.84,3.41694,1.83085,300,5,0,5341,0,1,0,0,0),(65993,18456,530,1,1,0,1,-1990.26,4320.46,2.60231,3.30424,300,5,0,5341,0,1,0,0,0),(65994,18457,530,1,1,0,1,-2079,4043.3,3.5248,3.19852,300,5,0,4274,2568,1,0,0,0),(65995,18457,530,1,1,0,1,-2094.92,4061.76,-0.731455,4.73455,300,5,0,4274,2568,1,0,0,0),(65996,18457,530,1,1,0,1,-1951.24,4169.86,3.8652,4.17537,300,5,0,4274,2568,1,0,0,0),(65997,18457,530,1,1,0,1,-1945.87,4237.73,2.0142,1.75537,300,5,0,4274,2568,1,0,0,0),(65998,18457,530,1,1,0,1,-1954.76,4278.45,3.42281,1.05638,300,5,0,4274,2568,1,0,0,0),(65999,18457,530,1,1,0,1,-2153.27,4190.97,7.82831,2.18715,300,5,0,4274,2568,1,0,0,0),(66000,18457,530,1,1,0,1,-2139.39,4151.88,11.315,0.818645,300,5,0,4274,2568,1,0,0,0),(66001,18457,530,1,1,0,1,-2184.76,4149.7,15.5237,1.54583,300,5,0,4274,2568,1,0,0,0),(66002,18457,530,1,1,0,1,-2236.73,4198.53,1.09012,5.7083,300,5,0,4274,2568,1,0,0,0),(66003,18457,530,1,1,0,1,-2249.27,4221.36,1.54014,0.024328,300,5,0,4274,2568,1,0,0,0),(66004,18457,530,1,1,0,1,-2149.27,4340.69,3.85002,2.8183,300,5,0,4274,2568,1,0,0,0),(66005,18459,530,1,1,0,1,-2925.6,4004.8,-1.47433,2.80998,300,0,0,5914,0,0,0,0,0),(66006,18460,530,1,1,0,0,-3307.91,5458.35,-13.5825,2.84214,300,5,0,5715,0,1,0,0,0),(66007,18460,530,1,1,0,0,-3316.88,5483.67,-9.06538,3.18176,300,5,0,5715,0,1,0,0,0),(66008,18460,530,1,1,0,0,-3239.16,5483.4,-15.8142,3.25381,300,5,0,5715,0,1,0,0,0),(66009,18460,530,1,1,0,0,-3185.58,5518.12,-14.8915,5.01195,300,5,0,5715,0,1,0,0,0),(66010,18460,530,1,1,0,0,-3180.59,5476.64,-19.0485,2.36728,300,5,0,5715,0,1,0,0,0),(66011,18460,530,1,1,0,0,-3125.85,5475.49,-20.4752,2.66398,300,5,0,5715,0,1,0,0,0),(66012,18460,530,1,1,0,0,-3119.65,5423.26,-21.9121,2.01592,300,5,0,5715,0,1,0,0,0),(66013,18460,530,1,1,0,0,-3091.36,5452.46,-19.9073,2.07195,300,5,0,5715,0,1,0,0,0),(66014,18460,530,1,1,0,0,-3115.76,5385.25,-22.0372,1.06016,300,5,0,5715,0,1,0,0,0),(66015,18460,530,1,1,0,0,-3075.58,5372.73,-20.9416,4.96353,300,5,0,5715,0,1,0,0,0),(66016,18460,530,1,1,0,0,-3243.45,5347.73,-21.6596,0.659035,300,5,0,5715,0,1,0,0,0),(66017,18460,530,1,1,0,0,-3285.27,5379.21,-20.7323,4.37797,300,5,0,5715,0,1,0,0,0),(66018,18460,530,1,1,0,0,-3291.73,5406.11,-17.2336,3.86939,300,5,0,5715,0,1,0,0,0),(66019,18460,530,1,1,0,0,-3345.62,5356.05,-18.6445,1.62839,300,5,0,5715,0,1,0,0,0),(66020,18460,530,1,1,0,0,-3333.6,5387.72,-18.8679,2.69978,300,5,0,5715,0,1,0,0,0),(66021,18460,530,1,1,0,0,-3415.43,5413.61,-13.9489,3.95751,300,5,0,5715,0,1,0,0,0),(66022,18460,530,1,1,0,0,-3370.61,5435.54,-14.2726,4.67136,300,5,0,5715,0,1,0,0,0),(66023,18460,530,1,1,0,0,-3456.84,5412.85,-10.2075,3.96984,300,5,0,5715,0,1,0,0,0),(66024,18460,530,1,1,0,0,-3541.62,5325.85,-19.2643,5.12969,300,5,0,5715,0,1,0,0,0),(66025,18460,530,1,1,0,0,-3552.99,5408.92,-17.5425,1.19596,300,5,0,5715,0,1,0,0,0),(66026,18460,530,1,1,0,0,-3822.14,5092.1,-26.4805,2.30782,300,5,0,5715,0,1,0,0,0),(66027,18460,530,1,1,0,0,-3813.23,5024.37,-21.6542,2.46406,300,5,0,5715,0,1,0,0,0),(66028,18460,530,1,1,0,0,-3789.61,4986.43,-20.0811,3.87527,300,5,0,5715,0,1,0,0,0),(66029,18460,530,1,1,0,0,-3818.05,4959.5,-21.8043,5.88857,300,5,0,5715,0,1,0,0,0),(66030,18460,530,1,1,0,0,-3843.38,5051.65,-32.4033,5.79707,300,5,0,5715,0,1,0,0,0),(66031,18460,530,1,1,0,0,-3843.7,4985.06,-27.9025,0.740165,300,5,0,5715,0,1,0,0,0),(66032,18460,530,1,1,0,0,-3857.4,5013.3,-37.3664,6.03536,300,5,0,5715,0,1,0,0,0),(66033,18460,530,1,1,0,0,-3878.21,4925.05,-37.0725,2.77596,300,5,0,5715,0,1,0,0,0),(66034,18460,530,1,1,0,0,-3842.17,4913.83,-26.5484,5.13253,300,5,0,5715,0,1,0,0,0),(66035,18460,530,1,1,0,0,-3882.5,4963.26,-41.5587,0.766064,300,5,0,5715,0,1,0,0,0),(66036,18460,530,1,1,0,0,-3943.31,4921.52,-75.2189,0.864628,300,5,0,5715,0,1,0,0,0),(66037,18460,530,1,1,0,0,-3942.05,4861.78,-71.638,2.72248,300,5,0,5715,0,1,0,0,0),(66038,18460,530,1,1,0,0,-3911.47,4880.03,-48.9316,4.57767,300,5,0,5715,0,1,0,0,0),(66039,18460,530,1,1,0,0,-3890.07,4851.03,-41.833,3.62271,300,5,0,5715,0,1,0,0,0),(66040,18460,530,1,1,0,0,-3836.06,4876.77,-28.727,5.62797,300,5,0,5715,0,1,0,0,0),(66041,18460,530,1,1,0,0,-3749.84,4951.76,-21.0501,0.53417,300,5,0,5715,0,1,0,0,0),(66042,18460,530,1,1,0,0,-3682.93,4436.81,-10.2983,4.7697,300,5,0,5715,0,1,0,0,0),(66043,18460,530,1,1,0,0,-3653.37,4485.49,-16.8844,1.53765,300,5,0,5715,0,1,0,0,0),(66044,18460,530,1,1,0,0,-3752.41,4447.97,-6.9416,4.50775,300,5,0,5715,0,1,0,0,0),(66045,18460,530,1,1,0,0,-3681.75,4518.68,-15.6727,0.828017,300,5,0,5715,0,1,0,0,0),(66046,18460,530,1,1,0,0,-3725.21,4488.76,-9.26473,5.14568,300,5,0,5715,0,1,0,0,0),(66047,18460,530,1,1,0,0,-3713.4,4540.87,-15.0987,4.49982,300,5,0,5715,0,1,0,0,0),(66048,18460,530,1,1,0,0,-3780.92,4483.75,-11.5523,2.23402,300,0,0,5715,0,0,0,0,0),(66049,18460,530,1,1,0,0,-3752.77,4516.45,-13.4798,0.20944,300,0,0,5715,0,0,0,0,0),(66050,18461,530,1,1,0,0,-1176.41,5095.56,-0.076996,1.16308,300,5,0,5341,0,1,0,0,0),(66051,18461,530,1,1,0,0,-1453.8,4745.92,-6.89738,0.001953,300,5,0,5341,0,1,0,0,0),(66052,18461,530,1,1,0,0,-1420.55,4780.09,0.51703,1.15927,300,5,0,5341,0,1,0,0,0),(66053,18461,530,1,1,0,0,-1379.14,4820.93,0.72707,3.62885,300,5,0,5341,0,1,0,0,0),(66054,18461,530,1,1,0,0,-1272.55,5056.55,-5.80628,2.43011,300,5,0,5341,0,1,0,0,0),(66055,18461,530,1,1,0,0,-1218.42,5063.89,-2.03374,0.924205,300,5,0,5341,0,1,0,0,0),(66056,18461,530,1,1,0,0,-1313.4,5075.34,-5.88138,4.6303,300,5,0,5341,0,1,0,0,0),(66057,18461,530,1,1,0,0,-1378.2,5077.67,-0.635251,5.13279,300,0,0,5341,0,0,0,0,0),(66058,18461,530,1,1,0,0,-1461.86,5010.42,-5.17364,4.19992,300,5,0,5341,0,1,0,0,0),(66059,18461,530,1,1,0,0,-1426.31,5057.1,-3.79811,2.51919,300,5,0,5341,0,1,0,0,0),(66060,18461,530,1,1,0,0,-1484.76,4986.11,-6.69065,4.29062,300,5,0,5341,0,1,0,0,0),(66061,18461,530,1,1,0,0,-1513.4,4960.58,-8.45515,1.37623,300,5,0,5341,0,1,0,0,0),(66062,18463,530,1,1,0,0,-2584.77,3248.76,-1.46462,4.69091,300,5,0,5527,0,1,0,0,0),(66063,18463,530,1,1,0,0,-2499.54,3249.98,0.19664,5.31651,300,5,0,5527,0,1,0,0,0),(66064,18463,530,1,1,0,0,-2528.76,3323.64,2.79102,1.79315,300,5,0,5527,0,1,0,0,0),(66065,18463,530,1,1,0,0,-2588.88,3408.88,1.28926,1.48143,300,5,0,5527,0,1,0,0,0),(66066,18463,530,1,1,0,0,-2626.88,3532.32,-0.060447,4.23007,300,5,0,5527,0,1,0,0,0),(66067,18463,530,1,1,0,0,-2670.2,3477.87,1.14584,0.698989,300,5,0,5527,0,1,0,0,0),(66068,18463,530,1,1,0,0,-2673.47,3527.43,0.35958,4.56939,300,5,0,5527,0,1,0,0,0),(66069,18463,530,1,1,0,0,-2607.87,3591.73,0.72971,1.16861,300,5,0,5527,0,1,0,0,0),(66070,18463,530,1,1,0,0,-2662.77,3553.87,0.86703,5.73793,300,5,0,5527,0,1,0,0,0),(66071,18463,530,1,1,0,0,-2756.7,3640.12,-0.781521,2.55997,300,5,0,5527,0,1,0,0,0),(66072,18463,530,1,1,0,0,-2816.31,3723.01,2.29671,4.1569,300,5,0,5527,0,1,0,0,0),(66073,18463,530,1,1,0,0,-2787.89,3696.61,1.17231,0.869226,300,5,0,5527,0,1,0,0,0),(66074,18463,530,1,1,0,0,-2795.11,3732.24,-2.03609,4.41102,300,5,0,5527,0,1,0,0,0),(66075,18463,530,1,1,0,0,-2848.21,3750.42,1.21979,0.945615,300,5,0,5527,0,1,0,0,0),(66076,18463,530,1,1,0,0,-2809.99,3769.99,-0.255332,5.0675,300,5,0,5527,0,1,0,0,0),(66077,18463,530,1,1,0,0,-2780.97,3747.26,2.15081,1.21221,300,5,0,5527,0,1,0,0,0),(66078,18463,530,1,1,0,0,-2577.31,3620.15,1.59817,5.69166,300,5,0,5527,0,1,0,0,0),(66079,18463,530,1,1,0,0,-2579.3,3687.92,0.83548,4.72346,300,5,0,5527,0,1,0,0,0),(66080,18463,530,1,1,0,0,-2548.23,3713.71,2.71101,5.97039,300,0,0,5527,0,0,0,0,0),(66081,18463,530,1,1,0,0,-2458.33,3708.33,1.66888,5.08969,300,5,0,5527,0,1,0,0,0),(66082,18463,530,1,1,0,0,-2486.26,3749.8,1.03749,4.04477,300,5,0,5527,0,1,0,0,0),(66083,18463,530,1,1,0,0,-2458.39,3769.25,-1.54602,6.11836,300,5,0,5527,0,1,0,0,0),(66084,18463,530,1,1,0,0,-2687.5,3712.5,2.65188,6.07339,300,5,0,5527,0,1,0,0,0),(66085,18463,530,1,1,0,0,-2689.23,3714.95,3.51187,0.151981,300,5,0,5527,0,1,0,0,0),(66086,18463,530,1,1,0,0,-2668.05,4061.23,2.17885,3.19596,300,5,0,5527,0,1,0,0,0),(66087,18463,530,1,1,0,0,-2517.77,4155.41,1.63747,1.66862,300,5,0,5527,0,1,0,0,0),(66088,18463,530,1,1,0,0,-2220.57,3837.13,2.24579,3.62729,300,5,0,5527,0,1,0,0,0),(66089,18463,530,1,1,0,0,-2146.93,3919.2,0.36607,5.90454,300,5,0,5527,0,1,0,0,0),(66090,18463,530,1,1,0,0,-2125.49,3874.04,3.9484,3.95452,300,5,0,5527,0,1,0,0,0),(66091,18463,530,1,1,0,0,-2076.54,3709.73,-40.1671,1.18848,300,5,0,5527,0,1,0,0,0),(66092,18463,530,1,1,0,0,-2069.98,3704.59,-44.0216,5.5842,300,5,0,5527,0,1,0,0,0),(66093,18463,530,1,1,0,0,-2045.35,3673.38,-58.3557,2.45861,300,5,0,5527,0,1,0,0,0),(66094,18463,530,1,1,0,0,-2072.66,3781.04,-9.01997,0.453474,300,5,0,5527,0,1,0,0,0),(66095,18463,530,1,1,0,0,-2048.94,3761.55,-21.004,5.53368,300,5,0,5527,0,1,0,0,0),(66096,18463,530,1,1,0,0,-2016.08,3797.17,-2.91032,1.34212,300,5,0,5527,0,1,0,0,0),(66097,18463,530,1,1,0,0,-2062.01,3817.43,2.90793,3.55073,300,5,0,5527,0,1,0,0,0),(66098,18463,530,1,1,0,0,-2031.14,3774.33,-11.7853,5.30752,300,5,0,5527,0,1,0,0,0),(66099,18463,530,1,1,0,0,-2045.93,3886.55,1.91986,5.67455,300,5,0,5527,0,1,0,0,0),(66100,18463,530,1,1,0,0,-2057.39,3957.25,0.28207,2.57864,300,5,0,5527,0,1,0,0,0),(66101,18463,530,1,1,0,0,-2082.94,3982.36,3.16913,1.94601,300,5,0,5527,0,1,0,0,0),(66102,18463,530,1,1,0,0,-2093.78,3889.91,-0.968164,0.622406,300,5,0,5527,0,1,0,0,0),(66103,18463,530,1,1,0,0,-2103.88,3956.44,0.50716,0.471491,300,5,0,5527,0,1,0,0,0),(66104,18463,530,1,1,0,0,-2532.29,4221.14,1.87289,2.74226,300,5,0,5527,0,1,0,0,0),(66105,18464,530,1,1,0,0,-2727.3,3275.12,-1.19228,1.54931,300,5,0,4422,2620,1,0,0,0),(66106,18464,530,1,1,0,0,-2654.71,3287.39,3.34472,5.96698,300,5,0,4422,2620,1,0,0,0),(66107,18464,530,1,1,0,0,-2195.62,3305.43,-26.9832,0.805494,300,5,0,4422,2620,1,0,0,0),(66108,18464,530,1,1,0,0,-2254.54,3351.97,-18.8907,0.398996,300,5,0,4422,2620,1,0,0,0),(66109,18464,530,1,1,0,0,-2468.73,3363.26,-10.9766,2.3172,300,5,0,4422,2620,1,0,0,0),(66110,18464,530,1,1,0,0,-2455.74,3442.63,-21.5965,3.7033,300,5,0,4422,2620,1,0,0,0),(66111,18464,530,1,1,0,0,-2489.65,3381.64,-8.97155,6.2744,300,5,0,4422,2620,1,0,0,0),(66112,18464,530,1,1,0,0,-2518.06,3439.38,-14.7508,4.51978,300,5,0,4422,2620,1,0,0,0),(66113,18464,530,1,1,0,0,-2562.8,3469.54,-1.22671,4.68112,300,5,0,4422,2620,1,0,0,0),(66114,18464,530,1,1,0,0,-2630.39,3821.19,-15.1067,4.40092,300,5,0,4422,2620,1,0,0,0),(66115,18464,530,1,1,0,0,-2575.46,3852.17,-1.9004,4.57919,300,5,0,4422,2620,1,0,0,0),(66116,18464,530,1,1,0,0,-2460.1,3791.08,4.97564,1.83354,300,5,0,4422,2620,1,0,0,0),(66117,18464,530,1,1,0,0,-2653.3,3747.87,3.02948,4.07397,300,5,0,4422,2620,1,0,0,0),(66118,18464,530,1,1,0,0,-2793.85,3887.34,-5.75801,4.69292,300,0,0,4422,2620,0,0,0,0),(66119,18464,530,1,1,0,0,-2528.19,3981.01,6.52172,3.24632,300,5,0,4422,2620,1,0,0,0),(66120,18464,530,1,1,0,0,-2528.41,4018.2,3.23044,2.73955,300,5,0,4422,2620,1,0,0,0),(66121,18464,530,1,1,0,0,-2414.2,4067.3,-3.38959,6.13798,300,5,0,4422,2620,1,0,0,0),(66122,18464,530,1,1,0,0,-2421.97,3916.37,8.0046,0.501217,300,5,0,4422,2620,1,0,0,0),(66123,18464,530,1,1,0,0,-2419.91,3967.66,-2.28947,4.21554,300,5,0,4422,2620,1,0,0,0),(66124,18464,530,1,1,0,0,-2349.64,4083.32,-14.5294,6.20686,300,5,0,4422,2620,1,0,0,0),(66125,18464,530,1,1,0,0,-2336.7,4117.93,-14.1167,0.245452,300,5,0,4422,2620,1,0,0,0),(66126,18464,530,1,1,0,0,-2287.27,4111.07,-16.4973,3.67866,300,5,0,4422,2620,1,0,0,0),(66127,18464,530,1,1,0,0,-2266.68,4095.75,-18.1161,3.58253,300,5,0,4422,2620,1,0,0,0),(66128,18464,530,1,1,0,0,-2307.73,4024.13,-29.9997,1.96113,300,5,0,4422,2620,1,0,0,0),(66129,18464,530,1,1,0,0,-2216.84,4054.88,-5.1134,0.167716,300,5,0,4422,2620,1,0,0,0),(66130,18464,530,1,1,0,0,-2306.14,3941.69,-9.43029,5.85446,300,5,0,4422,2620,1,0,0,0),(66131,18464,530,1,1,0,0,-2319.95,3885.23,1.84766,0.933585,300,5,0,4422,2620,1,0,0,0),(66132,18464,530,1,1,0,0,-2150.9,3844.13,-0.930432,4.87334,300,5,0,4422,2620,1,0,0,0),(66133,18464,530,1,1,0,0,-2111.54,3845.86,-0.982687,1.46815,300,5,0,4422,2620,1,0,0,0),(66134,18464,530,1,1,0,0,-2272.92,3739.59,-3.84346,1.5708,300,5,0,4422,2620,1,0,0,0),(66135,18464,530,1,1,0,0,-2247.87,3745.99,-10.271,4.14943,300,5,0,4422,2620,1,0,0,0),(66136,18464,530,1,1,0,0,-2142.41,3701.18,-37.9174,2.55088,300,5,0,4422,2620,1,0,0,0),(66137,18464,530,1,1,0,0,-2221.81,3604.96,-25.0895,3.37647,300,5,0,4422,2620,1,0,0,0),(66138,18464,530,1,1,0,0,-2223.52,3661.55,-22.2583,1.35425,300,5,0,4422,2620,1,0,0,0),(66139,18464,530,1,1,0,0,-2324.73,3540.26,-7.79624,3.44483,300,5,0,4422,2620,1,0,0,0),(66140,18464,530,1,1,0,0,-2305.01,3492.72,-22.6045,3.57728,300,5,0,4422,2620,1,0,0,0),(66141,18464,530,1,1,0,0,-2262.55,3449.08,-21.6326,6.10744,300,5,0,4422,2620,1,0,0,0),(66142,18464,530,1,1,0,0,-2181.66,3354.79,-32.7168,0.278165,300,5,0,4422,2620,1,0,0,0),(66143,18464,530,1,1,0,0,-2108.58,3641.63,-52.9718,5.5344,300,5,0,4422,2620,1,0,0,0),(66144,18464,530,1,1,0,0,-2128.3,3665.29,-48.2819,5.97564,300,5,0,4422,2620,1,0,0,0),(66145,18464,530,1,1,0,0,-1982.84,3741.33,-21.6581,3.80504,300,0,0,4422,2620,0,0,0,0),(66146,18464,530,1,1,0,0,-1943.88,3700.98,-46.1073,5.11118,300,5,0,4422,2620,1,0,0,0),(66147,18464,530,1,1,0,0,-2657.44,5342.73,8.0637,5.82129,300,5,0,4422,2620,1,0,0,0),(66148,18464,530,1,1,0,0,-2533.85,5141.15,8.47514,4.97914,300,5,0,4422,2620,1,0,0,0),(66149,18464,530,1,1,0,0,-2491.59,5147.06,4.01836,6.23528,300,5,0,4422,2620,1,0,0,0),(66150,18464,530,1,1,0,0,-2481.3,5250.17,-0.071899,1.54506,300,5,0,4422,2620,1,0,0,0),(66151,18464,530,1,1,0,0,-2502.78,5295.01,-4.33079,4.7465,300,5,0,4422,2620,1,0,0,0),(66152,18464,530,1,1,0,0,-2371.28,5443.31,0.21057,2.70591,300,5,0,4422,2620,1,0,0,0),(66153,18464,530,1,1,0,0,-2360.15,5260.46,1.00075,2.05801,300,5,0,4422,2620,1,0,0,0),(66154,18464,530,1,1,0,0,-2381.98,5258.67,1.3835,5.78462,300,5,0,4422,2620,1,0,0,0),(66155,18464,530,1,1,0,0,-2446.09,5215.27,-3.34854,0.153911,300,5,0,4422,2620,1,0,0,0),(66156,18464,530,1,1,0,0,-2334.41,5219.53,-3.51918,3.01109,300,5,0,4422,2620,1,0,0,0),(66157,18464,530,1,1,0,0,-2262.96,5246.66,-9.9751,1.12441,300,5,0,4422,2620,1,0,0,0),(66158,18464,530,1,1,0,0,-2272.4,5312.63,-9.56131,0.69636,300,5,0,4422,2620,1,0,0,0),(66159,18465,530,1,1,0,0,-2794.42,4494.74,-4.5435,3.28754,300,5,0,5715,0,1,0,0,0),(66160,18465,530,1,1,0,0,-2815.07,4452.64,-5.70701,4.57536,300,5,0,5715,0,1,0,0,0),(66161,18465,530,1,1,0,0,-2788.2,4606.8,-8.21686,1.43166,300,5,0,5715,0,1,0,0,0),(66162,18465,530,1,1,0,0,-2740.11,4735.4,-7.56107,0.770886,300,5,0,5715,0,1,0,0,0),(66163,18465,530,1,1,0,0,-3075,5718.24,3.43775,4.71239,300,5,0,5715,0,1,0,0,0),(66164,18465,530,1,1,0,0,-3109.16,5826.16,7.18955,4.6577,300,5,0,5715,0,1,0,0,0),(66165,18465,530,1,1,0,0,-3065.99,5836.4,4.30328,0.476747,300,5,0,5715,0,1,0,0,0),(66166,18465,530,1,1,0,0,-3027.11,5821.78,1.65811,0.023519,300,5,0,5715,0,1,0,0,0),(66167,18465,530,1,1,0,0,-3123.71,5854.88,9.7638,5.34201,300,5,0,5715,0,1,0,0,0),(66168,18465,530,1,1,0,0,-3033.34,5901.72,2.85375,2.29955,300,5,0,5715,0,1,0,0,0),(66169,18465,530,1,1,0,0,-3024.08,5939.61,6.21619,4.87914,300,5,0,5715,0,1,0,0,0),(66170,18465,530,1,1,0,0,-3115.62,6018.68,3.91152,1.10319,300,5,0,5715,0,1,0,0,0),(66171,18465,530,1,1,0,0,-3146.12,5979.59,-4.16579,3.45868,300,5,0,5715,0,1,0,0,0),(66172,18465,530,1,1,0,0,-3405.92,6120.17,-2.89596,6.28153,300,5,0,5715,0,1,0,0,0),(66173,18465,530,1,1,0,0,-3379.22,6160.77,1.22283,1.30591,300,5,0,5715,0,1,0,0,0),(66174,18465,530,1,1,0,0,-3438.23,6193.49,-11.8528,2.60949,300,5,0,5715,0,1,0,0,0),(66175,18465,530,1,1,0,0,-3436.81,6159.2,0.52494,1.42186,300,5,0,5715,0,1,0,0,0),(66176,18465,530,1,1,0,0,-3510.27,6177.73,3.72772,3.34531,300,5,0,5715,0,1,0,0,0),(1975893,30696,571,1,1,0,0,6686.38,3536.7,669.495,0.533053,300,0,0,1,0,0,0,0,0),(66178,18465,530,1,1,0,0,-3541.86,6174.77,1.27878,0.161936,300,5,0,5715,0,1,0,0,0),(66179,18465,530,1,1,0,0,-3561.71,6120.25,-3.71429,2.02353,300,5,0,5715,0,1,0,0,0),(66180,18465,530,1,1,0,0,-3612.16,6106.54,-0.202041,5.04897,300,5,0,5715,0,1,0,0,0),(66181,18465,530,1,1,0,0,-3650.24,6156.43,1.8333,4.88472,300,5,0,5715,0,1,0,0,0),(66182,18465,530,1,1,0,0,-3625.15,6162.26,-0.287043,0.927491,300,5,0,5715,0,1,0,0,0),(66183,18465,530,1,1,0,0,-3586.46,6236.46,-15.9172,1.70323,300,5,0,5715,0,1,0,0,0),(66184,18465,530,1,1,0,0,-3583.97,6133.65,-1.4309,4.69481,300,5,0,5715,0,1,0,0,0),(66185,18465,530,1,1,0,0,-3582.02,6079.72,-9.78317,3.34196,300,5,0,5715,0,1,0,0,0),(66186,18465,530,1,1,0,0,-3688.79,6053.57,-4.00567,3.52995,300,5,0,5715,0,1,0,0,0),(66187,18465,530,1,1,0,0,-3716.08,6082.14,-3.78711,0.225327,300,5,0,5715,0,1,0,0,0),(66188,18465,530,1,1,0,0,-3671.83,6113.09,1.22647,1.44254,300,5,0,5715,0,1,0,0,0),(66189,18465,530,1,1,0,0,-3773.63,6041.9,0.8301,3.07137,300,5,0,5715,0,1,0,0,0),(66190,18465,530,1,1,0,0,-3732.53,6019.65,0.95151,0.738402,300,5,0,5715,0,1,0,0,0),(66191,18465,530,1,1,0,0,-3825.32,6047.62,-8.16999,2.75927,300,5,0,5715,0,1,0,0,0),(66192,18465,530,1,1,0,0,-3838.51,6023.93,-11.0074,5.84607,300,5,0,5715,0,1,0,0,0),(66193,18465,530,1,1,0,0,-3871.83,6056.85,-18.3355,1.71587,300,5,0,5715,0,1,0,0,0),(66194,18465,530,1,1,0,0,-3874.1,6077.07,-20.6048,0.334096,300,5,0,5715,0,1,0,0,0),(66195,18465,530,1,1,0,0,-3808.97,5987.76,-9.01056,6.21675,300,5,0,5715,0,1,0,0,0),(66196,18465,530,1,1,0,0,-3789.78,5946.82,-7.60752,0.280044,300,5,0,5715,0,1,0,0,0),(66197,18465,530,1,1,0,0,-3782.6,5982.03,-0.869325,2.54655,300,5,0,5715,0,1,0,0,0),(66198,18465,530,1,1,0,0,-3751.04,5881.99,-5.45211,1.24335,300,5,0,5715,0,1,0,0,0),(66199,18465,530,1,1,0,0,-3800.61,5912.81,-13.4367,0.015698,300,5,0,5715,0,1,0,0,0),(66200,18465,530,1,1,0,0,-3721.9,5939.67,-8.96414,1.56494,300,5,0,5715,0,1,0,0,0),(66201,18465,530,1,1,0,0,-3773.85,5820.66,-11.6885,4.4738,300,5,0,5715,0,1,0,0,0),(66202,18465,530,1,1,0,0,-3788.06,5754.35,-10.5597,5.37183,300,5,0,5715,0,1,0,0,0),(66203,18465,530,1,1,0,0,-3770.91,5720.65,-8.23511,3.37774,300,5,0,5715,0,1,0,0,0),(66204,18465,530,1,1,0,0,-3760.65,5786.58,-3.85134,5.81954,300,5,0,5715,0,1,0,0,0),(66205,18465,530,1,1,0,0,-3649.41,5625.35,4.04243,3.9049,300,5,0,5715,0,1,0,0,0),(66206,18465,530,1,1,0,0,-3604.41,5653.89,0.45185,2.29426,300,5,0,5715,0,1,0,0,0),(66207,18465,530,1,1,0,0,-3458.66,5728.91,0.45176,1.54346,300,5,0,5715,0,1,0,0,0),(66208,18465,530,1,1,0,0,-3492.84,5803.03,-3.52857,0.359718,300,5,0,5715,0,1,0,0,0),(66209,18465,530,1,1,0,0,-3514.15,5828.31,-15.4011,1.69806,300,5,0,5715,0,1,0,0,0),(66210,18465,530,1,1,0,0,-3482,5861.71,-23.1966,1.58056,300,5,0,5715,0,1,0,0,0),(66211,18465,530,1,1,0,0,-3378.01,5752.93,3.93744,3.52848,300,5,0,5715,0,1,0,0,0),(66212,18465,530,1,1,0,0,-3347.07,5796.94,-2.5927,1.59423,300,5,0,5715,0,1,0,0,0),(66213,18465,530,1,1,0,0,-3344.44,5827.44,-7.37605,2.99859,300,5,0,5715,0,1,0,0,0),(66214,18465,530,1,1,0,0,-3325.46,5724.89,4.31617,1.28579,300,5,0,5715,0,1,0,0,0),(66215,18465,530,1,1,0,0,-3440.69,5888.73,-27.6685,0.413864,300,5,0,5715,0,1,0,0,0),(66216,18465,530,1,1,0,0,-3388.15,5873.81,-26.0629,4.07885,300,5,0,5715,0,1,0,0,0),(66217,18465,530,1,1,0,0,-3449.08,5951.41,-28.0738,1.26109,300,5,0,5715,0,1,0,0,0),(66218,18465,530,1,1,0,0,-3510.24,5947.39,-37.725,3.42968,300,5,0,5715,0,1,0,0,0),(66219,18465,530,1,1,0,0,-3464.92,5991.94,-20.9925,4.09443,300,5,0,5715,0,1,0,0,0),(66220,18465,530,1,1,0,0,-3491.43,5928.33,-33.2523,1.68437,300,5,0,5715,0,1,0,0,0),(66221,18465,530,1,1,0,0,-3546.59,5899.36,-27.5803,5.02386,300,5,0,5715,0,1,0,0,0),(66222,18465,530,1,1,0,0,-3525.84,6018.65,-25.1734,5.80207,300,5,0,5715,0,1,0,0,0),(66223,18465,530,1,1,0,0,-3584.88,6012.35,-22.0311,1.69209,300,5,0,5715,0,1,0,0,0),(66224,18465,530,1,1,0,0,-3572.76,6002.44,-29.3168,1.10715,300,5,0,5715,0,1,0,0,0),(66225,18465,530,1,1,0,0,-3632.92,5966.77,-24.0838,5.93767,300,5,0,5715,0,1,0,0,0),(66226,18465,530,1,1,0,0,-3653.93,5981.4,-17.0437,4.81215,300,5,0,5715,0,1,0,0,0),(66227,18465,530,1,1,0,0,-3639.87,5947.6,-31.0743,3.53605,300,5,0,5715,0,1,0,0,0),(66228,18465,530,1,1,0,0,-3629.71,6053.42,-3.37423,5.78477,300,5,0,5715,0,1,0,0,0),(66229,18465,530,1,1,0,0,-3555.61,5892.4,-23.711,6.09139,300,5,0,5715,0,1,0,0,0),(66230,18465,530,1,1,0,0,-3626.13,5901.52,-18.787,3.60524,300,5,0,5715,0,1,0,0,0),(66231,18465,530,1,1,0,0,-3816.24,5784.13,-25.7662,0.959945,300,5,0,5715,0,1,0,0,0),(66232,18465,530,1,1,0,0,-3830.96,5715.76,-24.5477,3.1289,300,5,0,5715,0,1,0,0,0),(66233,18465,530,1,1,0,0,-3791.32,5660.14,-19.5579,1.33624,300,5,0,5715,0,1,0,0,0),(66234,18465,530,1,1,0,0,-3813.68,5634.99,-41.1707,4.09895,300,5,0,5715,0,1,0,0,0),(66235,18465,530,1,1,0,0,-3814.11,5587.26,-21.45,3.7464,300,5,0,5715,0,1,0,0,0),(66236,18465,530,1,1,0,0,-2937.44,4358.91,-3.01383,3.18912,300,5,0,5715,0,1,0,0,0),(66237,18465,530,1,1,0,0,-2964.52,4298.25,-4.14002,4.00671,300,5,0,5715,0,1,0,0,0),(66238,18465,530,1,1,0,0,-2857.46,4399.71,-5.90487,3.86336,300,5,0,5715,0,1,0,0,0),(66239,18466,530,1,1,0,0,-1269.61,5338.96,25.37,1.72741,300,5,0,5527,0,1,0,0,0),(66240,18466,530,1,1,0,0,-1940.36,4092.37,2.21121,1.17569,300,5,0,5527,0,1,0,0,0),(66241,18466,530,1,1,0,0,-2214.65,4359.43,-1.73744,4.59116,300,5,0,5527,0,1,0,0,0),(66242,18466,530,1,1,0,0,-2306.66,4321.86,0.1362,2.40384,300,5,0,5527,0,1,0,0,0),(66243,18466,530,1,1,0,0,-2277.11,5019.06,-3.59584,4.84752,300,0,0,5527,0,0,0,0,0),(66244,18466,530,1,1,0,0,-2166.69,4990.1,-2.58195,3.44203,300,5,0,5527,0,1,0,0,0),(66245,18466,530,1,1,0,0,-2189.93,4900.83,0.28286,4.97324,300,5,0,5527,0,1,0,0,0),(66246,18466,530,1,1,0,0,-2144.7,4904.42,-1.6896,6.24414,300,5,0,5527,0,1,0,0,0),(66247,18466,530,1,1,0,0,-2278.08,4744.07,0.98332,3.24146,300,5,0,5527,0,1,0,0,0),(66248,18466,530,1,1,0,0,-2255.68,4699.08,0.42632,2.84729,300,5,0,5527,0,1,0,0,0),(66249,18466,530,1,1,0,0,-2150.88,4513.68,-4.92004,4.12218,300,5,0,5527,0,1,0,0,0),(66250,18466,530,1,1,0,0,-2125.78,4559.03,-1.92602,1.63139,300,5,0,5527,0,1,0,0,0),(66251,18466,530,1,1,0,0,-2241.58,4466.48,0.68919,5.12451,300,5,0,5527,0,1,0,0,0),(66252,18466,530,1,1,0,0,-2238.2,4432.67,1.89203,2.51804,300,5,0,5527,0,1,0,0,0),(66253,18466,530,1,1,0,0,-2138.73,4452.14,-1.83901,0.283794,300,5,0,5527,0,1,0,0,0),(66254,18466,530,1,1,0,0,-2025.78,4557.23,4.72922,1.32645,300,5,0,5527,0,1,0,0,0),(66255,18466,530,1,1,0,0,-2090.53,4864.2,8.38159,5.17842,300,5,0,5527,0,1,0,0,0),(66256,18466,530,1,1,0,0,-2114.54,4840.4,3.56955,1.14603,300,5,0,5527,0,1,0,0,0),(66257,18466,530,1,1,0,0,-2069.68,4801.08,0.15047,5.38713,300,5,0,5527,0,1,0,0,0),(66258,18466,530,1,1,0,0,-2063.34,4946.37,17.8892,0.311862,300,5,0,5527,0,1,0,0,0),(66259,18466,530,1,1,0,0,-2051.75,5036.33,25.0043,4.58627,300,5,0,5527,0,1,0,0,0),(66260,18466,530,1,1,0,0,-2026.96,4888.35,15.0883,3.58689,300,5,0,5527,0,1,0,0,0),(66261,18466,530,1,1,0,0,-1990.74,4906.44,15.088,1.88668,300,5,0,5527,0,1,0,0,0),(66262,18466,530,1,1,0,0,-1945.54,4432.15,5.37524,1.51021,300,5,0,5527,0,1,0,0,0),(66263,18466,530,1,1,0,0,-1811.5,4457.92,2.4727,1.33008,300,5,0,5527,0,1,0,0,0),(66264,18466,530,1,1,0,0,-1820.05,4507.16,1.2946,3.53879,300,5,0,5527,0,1,0,0,0),(66265,18466,530,1,1,0,0,-1824.03,4546.9,8.74166,0.168151,300,5,0,5527,0,1,0,0,0),(66266,18466,530,1,1,0,0,-1749.96,4467.86,1.40454,5.81517,300,5,0,5527,0,1,0,0,0),(66267,18466,530,1,1,0,0,-1776.64,4413.87,5.05331,5.30565,300,5,0,5527,0,1,0,0,0),(66268,18466,530,1,1,0,0,-1476.42,4709.97,-2.21487,2.30383,300,0,0,5527,0,0,0,0,0),(66269,18466,530,1,1,0,0,-1752.24,4449.5,1.23413,2.56563,300,0,0,5527,0,0,0,0,0),(66270,18467,530,1,1,0,0,-3051.29,4076.09,2.84009,4.7392,300,5,0,5715,0,1,0,0,0),(66271,18467,530,1,1,0,0,-2784.9,4416.15,-4.20439,5.89066,300,5,0,5715,0,1,0,0,0),(66272,18467,530,1,1,0,0,-2788.97,4549.58,-7.0356,4.61389,300,0,0,5715,0,0,0,0,0),(66273,18467,530,1,1,0,0,-2720.03,5341.77,2.25395,4.04856,300,5,0,5715,0,1,0,0,0),(66274,18467,530,1,1,0,0,-2744.8,5368.96,-3.7152,5.12354,300,5,0,5715,0,1,0,0,0),(66275,18467,530,1,1,0,0,-2751.28,5444.63,4.42862,5.76412,300,5,0,5715,0,1,0,0,0),(66276,18467,530,1,1,0,0,-3014.16,5711.25,4.09388,4.24885,300,5,0,5715,0,1,0,0,0),(66277,18467,530,1,1,0,0,-3042.61,5754.17,4.4381,3.71419,300,5,0,5715,0,1,0,0,0),(66278,18467,530,1,1,0,0,-3075.42,5780.2,7.44768,1.47534,300,5,0,5715,0,1,0,0,0),(66279,18467,530,1,1,0,0,-3019.47,5788.66,4.39108,1.50717,300,5,0,5715,0,1,0,0,0),(66280,18467,530,1,1,0,0,-3357.21,6178.24,4.19967,4.34059,300,5,0,5715,0,1,0,0,0),(66281,18467,530,1,1,0,0,-3520.04,6160.54,1.02298,1.00358,300,5,0,5715,0,1,0,0,0),(66282,18467,530,1,1,0,0,-3656.5,6081.73,1.25622,4.11734,300,5,0,5715,0,1,0,0,0),(66283,18467,530,1,1,0,0,-3692.38,6178.75,-11.3058,5.21361,300,5,0,5715,0,1,0,0,0),(66284,18467,530,1,1,0,0,-3718.38,6144.29,-4.80183,0.237412,300,5,0,5715,0,1,0,0,0),(66285,18467,530,1,1,0,0,-3757.47,6114.43,-0.641742,4.61651,300,5,0,5715,0,1,0,0,0),(66286,18467,530,1,1,0,0,-3770.43,6103.26,-1.16396,1.59977,300,5,0,5715,0,1,0,0,0),(66287,18467,530,1,1,0,0,-3795.77,6024.29,-2.20805,0.694639,300,5,0,5715,0,1,0,0,0),(66288,18467,530,1,1,0,0,-3843.44,6147.97,-22.7809,5.1437,300,5,0,5715,0,1,0,0,0),(66289,18467,530,1,1,0,0,-3755.43,5914.92,-1.97781,5.24293,300,5,0,5715,0,1,0,0,0),(66290,18467,530,1,1,0,0,-3790.72,5888.37,-9.7188,5.9299,300,5,0,5715,0,1,0,0,0),(66291,18467,530,1,1,0,0,-3420.17,5729.35,3.62369,2.32693,300,5,0,5715,0,1,0,0,0),(66292,18467,530,1,1,0,0,-3412.3,5797.2,-0.78283,1.21241,300,5,0,5715,0,1,0,0,0),(66293,18467,530,1,1,0,0,-3446.79,5813.15,-1.19955,2.32372,300,5,0,5715,0,1,0,0,0),(66294,18467,530,1,1,0,0,-3405.04,5846.73,-13.3714,5.41038,300,5,0,5715,0,1,0,0,0),(66295,18467,530,1,1,0,0,-3380.21,5823.63,-5.61775,1.5708,300,5,0,5715,0,1,0,0,0),(66296,18467,530,1,1,0,0,-3359.76,5706.46,4.85006,4.56137,300,5,0,5715,0,1,0,0,0),(66297,18467,530,1,1,0,0,-3345.45,5844.65,-11.2241,0.398996,300,5,0,5715,0,1,0,0,0),(66298,18467,530,1,1,0,0,-3304.43,5778.44,1.33909,2.38342,300,5,0,5715,0,1,0,0,0),(66299,18467,530,1,1,0,0,-3486.08,5973.83,-26.766,1.79901,300,5,0,5715,0,1,0,0,0),(66300,18467,530,1,1,0,0,-3576.63,5952.46,-30.0249,1.07326,300,5,0,5715,0,1,0,0,0),(66301,18467,530,1,1,0,0,-3519.25,5883.77,-23.707,2.45997,300,5,0,5715,0,1,0,0,0),(66302,18467,530,1,1,0,0,-3478.08,6056.89,-18.0587,1.29994,300,5,0,5715,0,1,0,0,0),(66303,18467,530,1,1,0,0,-3540.04,6061.96,-21.8589,0.690168,300,5,0,5715,0,1,0,0,0),(66304,18467,530,1,1,0,0,-3670.09,5989.44,-12.1504,2.95004,300,5,0,5715,0,1,0,0,0),(66305,18467,530,1,1,0,0,-3676.92,5914.34,-20.7846,0.586267,300,5,0,5715,0,1,0,0,0),(66306,18467,530,1,1,0,0,-3813.5,5536.15,-10.8235,1.45835,300,5,0,5715,0,1,0,0,0),(66307,18467,530,1,1,0,0,-3849.22,5488.35,-10.1289,6.00408,300,5,0,5715,0,1,0,0,0),(66308,18467,530,1,1,0,0,-3890.62,5451.04,-25.0027,2.15635,300,5,0,5715,0,1,0,0,0),(66309,18467,530,1,1,0,0,-3813.02,5434.57,-6.20185,1.15716,300,5,0,5715,0,1,0,0,0),(66310,18467,530,1,1,0,0,-3864.27,5409.71,-22.4637,3.48957,300,5,0,5715,0,1,0,0,0),(66311,18467,530,1,1,0,0,-3669.74,5517.63,-3.02907,2.0408,300,5,0,5715,0,1,0,0,0),(66312,18467,530,1,1,0,0,-3654.57,5554.75,-1.65793,0.326999,300,5,0,5715,0,1,0,0,0),(66313,18467,530,1,1,0,0,-3874.25,5320.39,-52.416,3.3824,300,5,0,5715,0,1,0,0,0),(66314,18467,530,1,1,0,0,-3943.24,4392.02,-14.9905,1.05961,300,5,0,5715,0,1,0,0,0),(66315,18467,530,1,1,0,0,-3974.18,4340.35,-20.1603,0.657959,300,5,0,5715,0,1,0,0,0),(66316,18467,530,1,1,0,0,-3914.54,4275.3,-13.012,1.56298,300,5,0,5715,0,1,0,0,0),(66317,18467,530,1,1,0,0,-3818.59,4218.64,2.55013,3.16874,300,0,0,5715,0,0,0,0,0),(66318,18467,530,1,1,0,0,-3820.04,4248.77,5.03679,5.48294,300,0,0,5715,0,0,0,0,0),(66319,18467,530,1,1,0,0,-3815.25,4313.6,4.91014,4.77415,300,5,0,5715,0,1,0,0,0),(66320,18467,530,1,1,0,0,-3649.73,4203.49,-1.46754,0.0178261,300,0,0,5715,0,0,0,0,0),(66321,18467,530,1,1,0,0,-3574.16,4202.12,-2.81779,2.1099,300,0,0,5715,0,0,0,0,0),(66322,18467,530,1,1,0,0,-3536.66,4155.38,8.24279,3.92975,300,0,0,5715,0,0,0,0,0),(66323,18467,530,1,1,0,0,-3323.51,4131.18,-1.31604,4.85152,300,5,0,5715,0,1,0,0,0),(66324,18467,530,1,1,0,0,-3313.34,4134.65,-2.79042,4.53911,300,5,0,5715,0,1,0,0,0),(66325,18467,530,1,1,0,0,-3468.58,4177.25,2.55985,5.45704,300,5,0,5715,0,1,0,0,0),(66326,18467,530,1,1,0,0,-3427.51,4162.3,2.13851,1.09842,300,5,0,5715,0,1,0,0,0),(66327,18467,530,1,1,0,0,-3248.42,4153.02,-3.20601,0.54925,300,5,0,5715,0,1,0,0,0),(66328,18467,530,1,1,0,0,-3222.48,4118.36,2.17135,5.94135,300,5,0,5715,0,1,0,0,0),(66329,18467,530,1,1,0,0,-3219.72,4207.02,-10.8426,5.20005,300,5,0,5715,0,1,0,0,0),(66330,18467,530,1,1,0,0,-3218.43,4135.79,-1.07403,3.28433,300,5,0,5715,0,1,0,0,0),(66331,18467,530,1,1,0,0,-3253.78,4088.3,3.74497,2.97032,300,5,0,5715,0,1,0,0,0),(66332,18467,530,1,1,0,0,-3227.13,4052.91,2.37282,2.6366,300,5,0,5715,0,1,0,0,0),(66333,18467,530,1,1,0,0,-3180.47,4105.48,0.74558,3.48112,300,5,0,5715,0,1,0,0,0),(66334,18467,530,1,1,0,0,-3182.71,4089.79,2.72258,1.12898,300,5,0,5715,0,1,0,0,0),(66335,18467,530,1,1,0,0,-3222.64,3990.52,1.25647,1.80748,300,5,0,5715,0,1,0,0,0),(66336,18467,530,1,1,0,0,-3169.28,4056.22,3.14118,2.61463,300,5,0,5715,0,1,0,0,0),(66337,18467,530,1,1,0,0,-3183.55,4012.63,0.32782,4.6331,300,5,0,5715,0,1,0,0,0),(66338,18467,530,1,1,0,0,-3116.98,4016.97,0.26765,6.02805,300,5,0,5715,0,1,0,0,0),(66339,18467,530,1,1,0,0,-3118.57,4080.64,4.70696,0.616332,300,5,0,5715,0,1,0,0,0),(66340,18467,530,1,1,0,0,-3087.19,4117.35,3.06531,4.52042,300,5,0,5715,0,1,0,0,0),(66341,18467,530,1,1,0,0,-3093.24,4053.86,3.98172,2.85352,300,5,0,5715,0,1,0,0,0),(66342,18467,530,1,1,0,0,-3115.63,4142.71,3.68367,2.24066,300,5,0,5715,0,1,0,0,0),(66343,18467,530,1,1,0,0,-3049.91,4079.36,2.58054,4.57919,300,5,0,5715,0,1,0,0,0),(66344,18467,530,1,1,0,0,-3108.23,4177.18,-4.84613,6.25585,300,5,0,5715,0,1,0,0,0),(66345,18467,530,1,1,0,0,-3110.1,4197.45,-6.70922,2.948,300,5,0,5715,0,1,0,0,0),(66346,18467,530,1,1,0,0,-2877.82,4380.31,-3.87263,3.89314,300,5,0,5715,0,1,0,0,0),(66347,18468,530,1,1,0,0,-1262.65,5424.11,25.2134,0.896055,300,5,0,5341,0,1,0,0,0),(66348,18468,530,1,1,0,0,-2281.74,4368.03,3.48956,3.29647,300,5,0,5341,0,1,0,0,0),(66349,18468,530,1,1,0,0,-2194.41,4809.34,2.56283,6.14056,300,5,0,5341,0,1,0,0,0),(66350,18468,530,1,1,0,0,-2220.64,4810.8,3.00271,3.12169,300,5,0,5341,0,1,0,0,0),(66351,18468,530,1,1,0,0,-2214.48,4699.37,-0.281034,1.97633,300,5,0,5341,0,1,0,0,0),(66352,18468,530,1,1,0,0,-2156.17,4751.85,-8.59355,3.0864,300,5,0,5341,0,1,0,0,0),(66353,18468,530,1,1,0,0,-2192.63,4564.22,-8.09669,2.08776,300,5,0,5341,0,1,0,0,0),(66354,18468,530,1,1,0,0,-2147.27,4585.76,-3.65103,5.46423,300,5,0,5341,0,1,0,0,0),(66355,18468,530,1,1,0,0,-2182.21,4483.39,0.88218,5.55719,300,5,0,5341,0,1,0,0,0),(66356,18468,530,1,1,0,0,-2199.32,4461.5,2.23561,4.25093,300,5,0,5341,0,1,0,0,0),(66357,18468,530,1,1,0,0,-2171.09,4406.57,2.49631,3.3025,300,5,0,5341,0,1,0,0,0),(66358,18468,530,1,1,0,0,-2092.74,4448.11,3.10214,3.75344,300,5,0,5341,0,1,0,0,0),(66359,18468,530,1,1,0,0,-2094.38,4411.09,-8.38335,0.029077,300,5,0,5341,0,1,0,0,0),(66360,18468,530,1,1,0,0,-2081.92,4511.8,5.06074,4.98532,300,5,0,5341,0,1,0,0,0),(66361,18468,530,1,1,0,0,-2057.96,4558.04,0.97883,4.32572,300,5,0,5341,0,1,0,0,0),(66362,18468,530,1,1,0,0,-2073.88,4570.75,-2.2913,5.46434,300,5,0,5341,0,1,0,0,0),(66363,18468,530,1,1,0,0,-2047.98,4585.66,-5.12204,1.49174,300,5,0,5341,0,1,0,0,0),(66364,18468,530,1,1,0,0,-2087.36,4660.7,-11.2713,1.86197,300,5,0,5341,0,1,0,0,0),(66365,18468,530,1,1,0,0,-2021.33,4645.95,-10.335,0.179592,300,5,0,5341,0,1,0,0,0),(66366,18468,530,1,1,0,0,-2056.71,4631.62,-4.58274,1.97851,300,5,0,5341,0,1,0,0,0),(66367,18468,530,1,1,0,0,-2116.55,4617.53,-7.27295,2.64123,300,5,0,5341,0,1,0,0,0),(66368,18468,530,1,1,0,0,-1990.35,4598.37,3.76045,0.011718,300,5,0,5341,0,1,0,0,0),(66369,18468,530,1,1,0,0,-2056.06,4735.85,-0.454458,3.9717,300,5,0,5341,0,1,0,0,0),(66370,18468,530,1,1,0,0,-2057.17,4697.1,-7.41584,4.18017,300,5,0,5341,0,1,0,0,0),(66371,18468,530,1,1,0,0,-2085.89,4720.25,-4.97572,3.09173,300,5,0,5341,0,1,0,0,0),(66372,18468,530,1,1,0,0,-2095.96,4695.27,-9.64977,0.105695,300,5,0,5341,0,1,0,0,0),(66373,18468,530,1,1,0,0,-2018.75,4702.08,-6.77118,4.37297,300,5,0,5341,0,1,0,0,0),(66374,18468,530,1,1,0,0,-2055.86,4779.18,1.98044,3.0168,300,5,0,5341,0,1,0,0,0),(66375,18468,530,1,1,0,0,-2045.91,4811.85,2.45832,1.46715,300,5,0,5341,0,1,0,0,0),(66376,18468,530,1,1,0,0,-2129.68,4890.13,0.38625,1.43856,300,5,0,5341,0,1,0,0,0),(66377,18468,530,1,1,0,0,-2049.93,4912.93,14.9703,0.364062,300,5,0,5341,0,1,0,0,0),(66378,18468,530,1,1,0,0,-2093.28,4957.82,13.0295,0.160971,300,5,0,5341,0,1,0,0,0),(66379,18468,530,1,1,0,0,-2089.76,4979.47,12.5483,0.040993,300,5,0,5341,0,1,0,0,0),(66380,18468,530,1,1,0,0,-2107.39,5024.85,11.2942,0.579029,300,5,0,5341,0,1,0,0,0),(66381,18468,530,1,1,0,0,-2008.86,4806.61,5.84225,2.73038,300,5,0,5341,0,1,0,0,0),(66382,18468,530,1,1,0,0,-1975.64,4742.05,0.59836,1.60365,300,5,0,5341,0,1,0,0,0),(66383,18468,530,1,1,0,0,-1991.69,4676.4,-6.32467,5.01189,300,5,0,5341,0,1,0,0,0),(66384,18468,530,1,1,0,0,-1959.12,4372.45,1.79634,3.82106,300,5,0,5341,0,1,0,0,0),(66385,18468,530,1,1,0,0,-1888.3,4514.45,8.23744,3.73086,300,5,0,5341,0,1,0,0,0),(66386,18468,530,1,1,0,0,-1815.96,4553.34,10.1063,2.72337,300,5,0,5341,0,1,0,0,0),(66387,18468,530,1,1,0,0,-1814.98,4380.6,1.36381,0.201436,300,5,0,5341,0,1,0,0,0),(66388,18468,530,1,1,0,0,-1554.6,4514.92,27.9638,1.42973,300,5,0,5341,0,1,0,0,0),(66389,18468,530,1,1,0,0,-1471.98,4561.07,33.7177,2.17554,300,5,0,5341,0,1,0,0,0),(66390,18468,530,1,1,0,0,-1458.31,4614.18,28.2722,6.08177,300,5,0,5341,0,1,0,0,0),(66391,18468,530,1,1,0,0,-1518.85,4683.8,3.25706,6.15302,300,5,0,5341,0,1,0,0,0),(66392,18469,530,1,1,0,0,-2697.42,3303.05,1.23665,4.83577,300,5,0,5527,0,1,0,0,0),(66393,18469,530,1,1,0,0,-2616.05,3269.36,4.61315,1.41592,300,5,0,5527,0,1,0,0,0),(66394,18469,530,1,1,0,0,-2148.59,3256.49,-30.6873,3.12011,300,5,0,5527,0,1,0,0,0),(66395,18469,530,1,1,0,0,-2192.5,3314.46,-28.4412,3.07126,300,5,0,5527,0,1,0,0,0),(66396,18469,530,1,1,0,0,-2390.88,3388.85,-13.2947,5.32907,300,5,0,5527,0,1,0,0,0),(66397,18469,530,1,1,0,0,-2501.24,3398.97,-11.1233,4.95706,300,5,0,5527,0,1,0,0,0),(66398,18469,530,1,1,0,0,-2477.18,3498.06,-8.06727,2.72351,300,5,0,5527,0,1,0,0,0),(66399,18469,530,1,1,0,0,-2462.11,3629.88,0.30154,2.94283,300,5,0,5527,0,1,0,0,0),(66400,18469,530,1,1,0,0,-2591.33,3751.04,6,1.22836,300,0,0,5527,0,0,0,0,0),(66401,18469,530,1,1,0,0,-2518.42,3818.45,5.56232,3.87659,300,5,0,5527,0,1,0,0,0),(66402,18469,530,1,1,0,0,-2691.43,3866.49,-25.8834,2.32163,300,5,0,5527,0,1,0,0,0),(66403,18469,530,1,1,0,0,-2783.5,3818.73,-5.61532,4.50886,300,5,0,5527,0,1,0,0,0),(66404,18469,530,1,1,0,0,-2474.93,3991.52,-2.64877,5.27881,300,5,0,5527,0,1,0,0,0),(66405,18469,530,1,1,0,0,-2465.44,4046.8,2.38645,4.41606,300,5,0,5527,0,1,0,0,0),(66406,18469,530,1,1,0,0,-2515.7,3949.75,6.80885,3.67638,300,5,0,5527,0,1,0,0,0),(66407,18469,530,1,1,0,0,-2468.89,3923.27,5.79639,5.9839,300,5,0,5527,0,1,0,0,0),(66408,18469,530,1,1,0,0,-2356.21,3977.42,-11.4835,2.69105,300,5,0,5527,0,1,0,0,0),(66409,18469,530,1,1,0,0,-2315.41,4153.41,-9.08683,2.96104,300,5,0,5527,0,1,0,0,0),(66410,18469,530,1,1,0,0,-2259.9,4039.02,-28.1458,0.900934,300,5,0,5527,0,1,0,0,0),(66411,18469,530,1,1,0,0,-2249.95,3987.64,-26.2718,3.41707,300,5,0,5527,0,1,0,0,0),(66412,18469,530,1,1,0,0,-2156.97,3761.64,-21.4121,0.271051,300,5,0,5527,0,1,0,0,0),(66413,18469,530,1,1,0,0,-2173.52,3644.61,-34.3292,3.32012,300,5,0,5527,0,1,0,0,0),(66414,18469,530,1,1,0,0,-2182.59,3619.99,-38.0546,1.22248,300,5,0,5527,0,1,0,0,0),(66415,18469,530,1,1,0,0,-2288.34,3596.8,-13.8991,1.33008,300,5,0,5527,0,1,0,0,0),(66416,18469,530,1,1,0,0,-2248.37,3576.7,-18.8168,4.76318,300,5,0,5527,0,1,0,0,0),(66417,18469,530,1,1,0,0,-2321.2,3670.75,-8.86159,4.94482,300,5,0,5527,0,1,0,0,0),(66418,18469,530,1,1,0,0,-2237.89,3409.74,-20.4895,0.059616,300,5,0,5527,0,1,0,0,0),(66419,18469,530,1,1,0,0,-2195.29,3504.14,-36.0859,3.72689,300,5,0,5527,0,1,0,0,0),(66420,18469,530,1,1,0,0,-1917.86,3775.45,-6.20882,1.37819,300,5,0,5527,0,1,0,0,0),(66421,18469,530,1,1,0,0,-2134.21,4031.35,0.90819,0.204678,300,5,0,5527,0,1,0,0,0),(66422,18469,530,1,1,0,0,-2537.37,5245.6,4.27329,2.93922,300,5,0,5527,0,1,0,0,0),(66423,18469,530,1,1,0,0,-2584.66,5278.41,7.83466,2.35614,300,5,0,5527,0,1,0,0,0),(66424,18469,530,1,1,0,0,-2445.83,5285.54,1.41777,4.71239,300,5,0,5527,0,1,0,0,0),(66425,18469,530,1,1,0,0,-2341.81,5378.58,0.20829,5.04865,300,5,0,5527,0,1,0,0,0),(66426,18469,530,1,1,0,0,-2421.7,5254.87,-0.258982,5.85793,300,0,0,5527,0,0,0,0,0),(66427,18469,530,1,1,0,0,-2411.9,5185.54,0.37252,5.48361,300,5,0,5527,0,1,0,0,0),(66428,18469,530,1,1,0,0,-2254.38,5275.06,4.04175,0.999048,300,5,0,5527,0,1,0,0,0),(66429,18469,530,1,1,0,0,-2242.52,5241.06,0.89224,1.42697,300,5,0,5527,0,1,0,0,0),(66430,18470,530,1,1,0,0,-2846.22,4677.97,-12.7621,1.49065,300,5,0,5715,0,1,0,0,0),(66431,18470,530,1,1,0,0,-2811.77,4694.55,-9.76547,5.53788,300,0,0,5715,0,0,0,0,0),(66432,18470,530,1,1,0,0,-2856.52,4726.05,17.8204,2.96287,300,5,0,5715,0,1,0,0,0),(66433,18470,530,1,1,0,0,-2836.72,4709.67,-3.48749,2.13878,300,5,0,5715,0,1,0,0,0),(66434,18470,530,1,1,0,0,-2776.68,4727.74,-3.61399,5.36587,300,5,0,5715,0,1,0,0,0),(66435,18470,530,1,1,0,0,-2876.86,4713.35,-7.68992,5.54892,300,5,0,5715,0,1,0,0,0),(66436,18470,530,1,1,0,0,-2825,4755.09,-4.59742,2.62027,300,5,0,5715,0,1,0,0,0),(66437,18470,530,1,1,0,0,-2821.04,4792.38,10.9199,1.98473,300,5,0,5715,0,1,0,0,0),(66438,18470,530,1,1,0,0,-2784.74,4772.09,-9.45816,4.72891,300,5,0,5715,0,1,0,0,0),(66439,18470,530,1,1,0,0,-2826.24,4815.54,-8.34309,2.89368,300,0,0,5715,0,0,0,0,0),(66440,18470,530,1,1,0,0,-2814.88,4928.45,-15.9936,1.95444,300,5,0,5715,0,1,0,0,0),(66441,18470,530,1,1,0,0,-2786.01,4948.27,-12.3814,3.71818,300,5,0,5715,0,1,0,0,0),(66442,18470,530,1,1,0,0,-2748.59,4987.78,-8.35976,1.65928,300,5,0,5715,0,1,0,0,0),(66443,18470,530,1,1,0,0,-3055.82,5221.6,-21.6284,3.65113,300,5,0,5715,0,1,0,0,0),(66444,18470,530,1,1,0,0,-2987.77,5147.07,-21.1477,2.51036,300,5,0,5715,0,1,0,0,0),(66445,18470,530,1,1,0,0,-2990.39,5220.21,-19.12,4.07943,300,5,0,5715,0,1,0,0,0),(66446,18470,530,1,1,0,0,-2959.38,5188.53,-18.2073,1.67379,300,5,0,5715,0,1,0,0,0),(66447,18470,530,1,1,0,0,-2912.02,5153.14,-18.2861,0.300438,300,5,0,5715,0,1,0,0,0),(66448,18470,530,1,1,0,0,-2952.77,5246.76,-16.2686,3.52732,300,5,0,5715,0,1,0,0,0),(66449,18470,530,1,1,0,0,-2893.09,5236.88,-14.2685,4.02913,300,5,0,5715,0,1,0,0,0),(66450,18470,530,1,1,0,0,-2920.03,5216.06,-14.9993,1.70901,300,5,0,5715,0,1,0,0,0),(66451,18470,530,1,1,0,0,-2917.62,5253.79,-13.8609,1.7954,300,5,0,5715,0,1,0,0,0),(66452,18470,530,1,1,0,0,-2843.38,5273.23,-9.73392,3.05845,300,5,0,5715,0,1,0,0,0),(66453,18470,530,1,1,0,0,-3015.56,5182.15,-20.6239,2.28638,300,0,0,5715,0,0,0,0,0),(66454,18470,530,1,1,0,0,-3496.72,4561.61,-20.4528,1.02234,300,5,0,5715,0,1,0,0,0),(66455,18470,530,1,1,0,0,-3523.39,4526.51,-20.4555,5.25867,300,5,0,5715,0,1,0,0,0),(66456,18470,530,1,1,0,0,-3562.46,4512.19,-18.7431,0.293973,300,5,0,5715,0,1,0,0,0),(66457,18470,530,1,1,0,0,-3417.18,4600.11,-20.4438,2.27463,300,5,0,5715,0,1,0,0,0),(66458,18470,530,1,1,0,0,-3381.72,4616.76,-22.3691,4.31096,300,0,0,5715,0,0,0,0,0),(66459,18470,530,1,1,0,0,-3411.03,4645.19,-22.6258,3.00197,300,0,0,5715,0,0,0,0,0),(66460,18470,530,1,1,0,0,-3361.23,4676.08,-22.6215,2.14376,300,5,0,5715,0,1,0,0,0),(66461,18470,530,1,1,0,0,-2882.57,4974.83,-20.6314,1.52901,300,5,0,5715,0,1,0,0,0),(66462,18470,530,1,1,0,0,-2901.52,4935.52,-21.1188,5.93467,300,5,0,5715,0,1,0,0,0),(66463,18470,530,1,1,0,0,-2974.38,4791.41,-21.6983,6.23875,300,5,0,5715,0,1,0,0,0),(66464,18470,530,1,1,0,0,-2887.08,4823.65,-15.0529,2.6802,300,5,0,5715,0,1,0,0,0),(66465,18470,530,1,1,0,0,-3000.13,4713.35,-21.2141,3.55117,300,5,0,5715,0,1,0,0,0),(66466,18470,530,1,1,0,0,-3022.6,4679.32,-21.606,4.81985,300,5,0,5715,0,1,0,0,0),(66467,18470,530,1,1,0,0,-3038,4636.6,-21.2423,1.69976,300,0,0,5715,0,0,0,0,0),(66468,18470,530,1,1,0,0,-3051.97,4646.4,-21.0327,5.41705,300,0,0,5715,0,0,0,0,0),(66469,18470,530,1,1,0,0,-2982.07,4650.71,-21.0911,2.56671,300,5,0,5715,0,1,0,0,0),(66470,18470,530,1,1,0,0,-2914.88,4548,-16.7006,5.27096,300,5,0,5715,0,1,0,0,0),(66471,18470,530,1,1,0,0,-3213.86,4525.24,-20.2627,2.86249,300,5,0,5715,0,1,0,0,0),(66472,18470,530,1,1,0,0,-3187.68,4560.74,-21.0509,3.60326,300,5,0,5715,0,1,0,0,0),(66473,18470,530,1,1,0,0,-3212.32,4433.19,-20.314,2.49809,300,5,0,5715,0,1,0,0,0),(66474,18470,530,1,1,0,0,-3256.71,4548.48,-21.2206,3.42341,300,5,0,5715,0,1,0,0,0),(66475,18470,530,1,1,0,0,-3283.49,4407.55,-21.9455,3.34523,300,5,0,5715,0,1,0,0,0),(66476,18470,530,1,1,0,0,-3329.94,4354.77,-20.7813,2.5712,300,5,0,5715,0,1,0,0,0),(66477,18470,530,1,1,0,0,-3531.01,4330.83,-14.4248,2.94011,300,5,0,5715,0,1,0,0,0),(47646,33679,530,1,1,28804,0,-1853.15,5663.53,128.521,3.4658,300,0,0,2266,6015,0,0,0,0),(66480,18471,530,1,1,0,0,-721.847,7932.32,58.9878,4.72984,300,0,0,5914,0,0,0,0,0),(66481,18475,530,1,1,0,0,-3516.72,5804.83,-8.98603,4.15958,300,0,0,5715,0,0,0,0,0),(66482,18476,530,1,1,0,0,-1183.33,5383.33,26.5859,0.156427,300,5,0,5341,0,1,0,0,0),(66483,18476,530,1,1,0,0,-2337.3,4347.42,-1.38344,0.939959,300,5,0,5341,0,1,0,0,0),(66484,18476,530,1,1,0,0,-2332.84,4321.28,0.76146,0.360371,300,5,0,5341,0,1,0,0,0),(66485,18476,530,1,1,0,0,-2291.03,4837.02,0.18236,3.72763,300,5,0,5341,0,1,0,0,0),(66486,18476,530,1,1,0,0,-2277.64,4821.04,-0.781674,2.5563,300,5,0,5341,0,1,0,0,0),(66487,18476,530,1,1,0,0,-2358.1,5119.8,0.08094,3.25077,300,5,0,5341,0,1,0,0,0),(66488,18476,530,1,1,0,0,-2281.36,5090.27,-8.45867,3.51278,300,0,0,5341,0,0,0,0,0),(66489,18476,530,1,1,0,0,-2282.94,5087.18,-8.52042,0.337781,300,0,0,5341,0,0,0,0,0),(66490,18476,530,1,1,0,0,-2206.25,5060.41,-17.7868,0.404251,300,5,0,5341,0,1,0,0,0),(66491,18476,530,1,1,0,0,-2276.84,5023.23,-3.47084,4.43282,300,0,0,5341,0,0,0,0,0),(66492,18476,530,1,1,0,0,-2250.49,5015.35,-3.08261,1.04798,300,5,0,5341,0,1,0,0,0),(66493,18476,530,1,1,0,0,-2277.06,4975.89,1.53539,2.71812,300,5,0,5341,0,1,0,0,0),(66494,18476,530,1,1,0,0,-2225.08,4978.91,-4.27223,1.318,300,5,0,5341,0,1,0,0,0),(66495,18476,530,1,1,0,0,-2251.61,4947.72,-0.684501,1.41025,300,5,0,5341,0,1,0,0,0),(66496,18476,530,1,1,0,0,-2187.78,4950.1,0.5052,0.294614,300,5,0,5341,0,1,0,0,0),(66497,18476,530,1,1,0,0,-2242.16,4914.06,-1.98527,6.2539,300,5,0,5341,0,1,0,0,0),(66498,18476,530,1,1,0,0,-2220.46,4848.36,3.35946,3.15957,300,5,0,5341,0,1,0,0,0),(66499,18476,530,1,1,0,0,-2260.45,4857.66,3.46307,5.85114,300,5,0,5341,0,1,0,0,0),(66500,18476,530,1,1,0,0,-2179.38,4786.03,1.51628,2.55711,300,5,0,5341,0,1,0,0,0),(66501,18476,530,1,1,0,0,-2217.58,4647.37,-8.0474,5.18336,300,5,0,5341,0,1,0,0,0),(66502,18476,530,1,1,0,0,-2158.3,4725.07,-9.30022,1.62591,300,5,0,5341,0,1,0,0,0),(66503,18476,530,1,1,0,0,-2187.59,4670.84,-9.09361,3.09466,300,5,0,5341,0,1,0,0,0),(66504,18476,530,1,1,0,0,-2213.27,4530.17,-6.92821,4.84559,300,5,0,5341,0,1,0,0,0),(66505,18476,530,1,1,0,0,-2242.48,4546.3,1.00155,4.48219,300,5,0,5341,0,1,0,0,0),(66506,18476,530,1,1,0,0,-2217.89,4374,-3.29258,4.6577,300,5,0,5341,0,1,0,0,0),(66507,18476,530,1,1,0,0,-2043.58,4488.22,10.8278,0.937838,300,5,0,5341,0,1,0,0,0),(66508,18476,530,1,1,0,0,-2152.09,4748.77,-8.96855,2.74384,300,5,0,5341,0,1,0,0,0),(66509,18476,530,1,1,0,0,-2142.19,4855.36,-1.39749,1.54346,300,5,0,5341,0,1,0,0,0),(66510,18476,530,1,1,0,0,-2037.58,4906.08,14.9619,2.11596,300,5,0,5341,0,1,0,0,0),(66511,18476,530,1,1,0,0,-2093.55,5055.94,13.1081,0.952279,300,5,0,5341,0,1,0,0,0),(66512,18476,530,1,1,0,0,-2047.96,5039.47,25.8573,4.87698,300,5,0,5341,0,1,0,0,0),(66513,18476,530,1,1,0,0,-2012.18,4973.63,28.0362,0.074371,300,5,0,5341,0,1,0,0,0),(66514,18476,530,1,1,0,0,-1855.95,4388.07,0.47223,4.18521,300,5,0,5341,0,1,0,0,0),(66515,18476,530,1,1,0,0,-1855.86,4346.96,-0.730161,0.123386,300,5,0,5341,0,1,0,0,0),(66516,18476,530,1,1,0,0,-1842.67,4493.1,6.30958,2.83591,300,5,0,5341,0,1,0,0,0),(66517,18476,530,1,1,0,0,-1762.3,4532.01,6.22366,0.578257,300,5,0,5341,0,1,0,0,0),(66518,18476,530,1,1,0,0,-1675.14,4573.39,0.58545,3.56507,300,5,0,5341,0,1,0,0,0),(66519,18476,530,1,1,0,0,-1758.62,4461.78,0.86945,4.24521,300,5,0,5341,0,1,0,0,0),(66520,18476,530,1,1,0,0,-1507.36,4627.39,18.2345,3.56071,300,5,0,5341,0,1,0,0,0),(66521,18476,530,1,1,0,0,-1557.27,4631.96,12.5658,2.55088,300,5,0,5341,0,1,0,0,0),(66522,18476,530,1,1,0,0,-1439.88,4716.59,10.5705,6.26366,300,5,0,5341,0,1,0,0,0),(66523,18476,530,1,1,0,0,-1505.46,5029.38,-7.35939,2.24828,300,5,0,5341,0,1,0,0,0),(66524,18477,530,1,1,0,0,-2816.78,3295.5,-4.25683,3.6198,300,5,0,5527,0,1,0,0,0),(66525,18477,530,1,1,0,0,-2692.74,3254.55,0.33724,5.90613,300,5,0,5527,0,1,0,0,0),(66526,18477,530,1,1,0,0,-2758.15,3310.69,0.65521,4.12438,300,5,0,5527,0,1,0,0,0),(66527,18477,530,1,1,0,0,-2111.15,3270.83,-48.0833,4.65418,300,5,0,5527,0,1,0,0,0),(66528,18477,530,1,1,0,0,-2142.4,3332.59,-41.7987,4.51384,300,5,0,5527,0,1,0,0,0),(66529,18477,530,1,1,0,0,-2423.64,3407.53,-18.9651,6.11689,300,5,0,5527,0,1,0,0,0),(66530,18477,530,1,1,0,0,-2476.82,3325.27,-6.85751,3.08685,300,5,0,5527,0,1,0,0,0),(66531,18477,530,1,1,0,0,-2502.12,3487.97,-15.56,1.37132,300,5,0,5527,0,1,0,0,0),(66532,18477,530,1,1,0,0,-2664.47,3451.09,0.71115,4.09782,300,5,0,5527,0,1,0,0,0),(66533,18477,530,1,1,0,0,-2711.35,3486.56,-3.05594,5.86348,300,0,0,5527,0,0,0,0,0),(66534,18477,530,1,1,0,0,-2705.4,3556.8,-8.25718,2.1848,300,5,0,5527,0,1,0,0,0),(66535,18477,530,1,1,0,0,-2734.38,3436.56,-10.6143,5.95619,300,5,0,5527,0,1,0,0,0),(66536,18477,530,1,1,0,0,-2755.71,3500.24,-18.7847,3.63207,300,0,0,5527,0,0,0,0,0),(66537,18477,530,1,1,0,0,-2764.38,3541.12,-21.0943,4.1295,300,0,0,5527,0,0,0,0,0),(66538,18477,530,1,1,0,0,-2725.75,3593.11,-4.53454,4.87736,300,5,0,5527,0,1,0,0,0),(66539,18477,530,1,1,0,0,-2851.15,3609.71,-16.3991,3.36195,300,5,0,5527,0,1,0,0,0),(66540,18477,530,1,1,0,0,-2824.9,3650.96,-12.3321,5.78508,300,5,0,5527,0,1,0,0,0),(66541,18477,530,1,1,0,0,-2789.78,3616.96,-18.4703,4.81636,300,5,0,5527,0,1,0,0,0),(66542,18477,530,1,1,0,0,-2877.98,3667.79,-16.5845,0.044174,300,5,0,5527,0,1,0,0,0),(66543,18477,530,1,1,0,0,-2907.08,3320.32,-5.41707,6.03716,300,5,0,5527,0,1,0,0,0),(66544,18477,530,1,1,0,0,-2853.68,3344.27,-20.8915,5.68122,300,5,0,5527,0,1,0,0,0),(66545,18477,530,1,1,0,0,-2824.27,3409.26,-38.2753,1.35022,300,5,0,5527,0,1,0,0,0),(66546,18477,530,1,1,0,0,-2791.4,3319.2,-10.0886,4.63225,300,5,0,5527,0,1,0,0,0),(66547,18477,530,1,1,0,0,-2753.57,3392.74,-14.3369,1.64315,300,5,0,5527,0,1,0,0,0),(66548,18477,530,1,1,0,0,-2777.07,3409.61,-28.1381,4.60827,300,5,0,5527,0,1,0,0,0),(66549,18477,530,1,1,0,0,-2657.22,3382.29,-1.82538,2.33594,300,5,0,5527,0,1,0,0,0),(66550,18477,530,1,1,0,0,-2473.64,3672.63,-0.256875,2.31268,300,5,0,5527,0,1,0,0,0),(66551,18477,530,1,1,0,0,-2555.55,3760.18,-2,5.03621,300,0,0,5527,0,0,0,0,0),(66552,18477,530,1,1,0,0,-2515.57,3761.03,1.79989,5.97798,300,5,0,5527,0,1,0,0,0),(66553,18477,530,1,1,0,0,-2489.94,3766.24,2.72489,4.52764,300,5,0,5527,0,1,0,0,0),(66554,18477,530,1,1,0,0,-2514.68,3863.32,8.60526,2.91794,300,5,0,5527,0,1,0,0,0),(66555,18477,530,1,1,0,0,-2580.77,3870.52,-1.20136,5.42233,300,5,0,5527,0,1,0,0,0),(66556,18477,530,1,1,0,0,-2583.86,3917.42,3.97489,0.37469,300,5,0,5527,0,1,0,0,0),(66557,18477,530,1,1,0,0,-2557.82,3925.16,11.5734,0.556147,300,5,0,5527,0,1,0,0,0),(66558,18477,530,1,1,0,0,-2642.76,3875.24,-17.254,0.860183,300,5,0,5527,0,1,0,0,0),(66559,18477,530,1,1,0,0,-2727.93,3730.32,0.9264,4.30691,300,5,0,5527,0,1,0,0,0),(66560,18477,530,1,1,0,0,-2754.88,3762.36,0.06139,1.06521,300,5,0,5527,0,1,0,0,0),(66561,18477,530,1,1,0,0,-2797.14,3882.34,-5.38014,0.491325,300,0,0,5527,0,0,0,0,0),(66562,18477,530,1,1,0,0,-2519.08,4054.14,-3.24706,1.71974,300,5,0,5527,0,1,0,0,0),(66563,18477,530,1,1,0,0,-2450.71,4025.74,0.24351,2.18753,300,5,0,5527,0,1,0,0,0),(66564,18477,530,1,1,0,0,-2444.26,3979.89,-3.21081,1.26676,300,5,0,5527,0,1,0,0,0),(66565,18477,530,1,1,0,0,-2413.67,4036.15,-7.81082,4.80827,300,5,0,5527,0,1,0,0,0),(66566,18477,530,1,1,0,0,-2390.93,3939.22,4.0492,4.26924,300,0,0,5527,0,0,0,0,0),(66567,18477,530,1,1,0,0,-2380,4024.16,-12.3467,4.9228,300,5,0,5527,0,1,0,0,0),(66568,18477,530,1,1,0,0,-2363.89,4052.84,-12.9739,2.98382,300,5,0,5527,0,1,0,0,0),(66569,18477,530,1,1,0,0,-2311,4080.61,-24.8758,5.73204,300,5,0,5527,0,1,0,0,0),(66570,18477,530,1,1,0,0,-2293.27,4050.44,-28.951,3.05311,300,5,0,5527,0,1,0,0,0),(66571,18477,530,1,1,0,0,-2304.19,3931.69,-4.32682,5.84839,300,5,0,5527,0,1,0,0,0),(66572,18477,530,1,1,0,0,-2226.15,3805.34,-3.3706,5.17647,300,5,0,5527,0,1,0,0,0),(66573,18477,530,1,1,0,0,-2184.98,3799.68,-10.8921,1.23237,300,5,0,5527,0,1,0,0,0),(66574,18477,530,1,1,0,0,-2145.06,3789.36,-13.5079,0.475879,300,5,0,5527,0,1,0,0,0),(66575,18477,530,1,1,0,0,-2123.33,3748.76,-16.1931,1.12243,300,5,0,5527,0,1,0,0,0),(66576,18477,530,1,1,0,0,-2169.12,3679.55,-30.2103,5.13061,300,5,0,5527,0,1,0,0,0),(66577,18477,530,1,1,0,0,-2240.84,3659.33,-16.8918,4.80258,300,5,0,5527,0,1,0,0,0),(66578,18477,530,1,1,0,0,-2276.12,3646.13,-8.09229,5.66816,300,5,0,5527,0,1,0,0,0),(66579,18477,530,1,1,0,0,-2245,3614.66,-16.7812,5.84485,300,5,0,5527,0,1,0,0,0),(66580,18477,530,1,1,0,0,-2332.59,3593.23,-8.38188,2.99405,300,5,0,5527,0,1,0,0,0),(66581,18477,530,1,1,0,0,-2333.46,3630.69,-3.74138,2.68433,300,5,0,5527,0,1,0,0,0),(66582,18477,530,1,1,0,0,-2274.08,3526.54,-23.5974,3.57197,300,5,0,5527,0,1,0,0,0),(66583,18477,530,1,1,0,0,-2391.43,3575.13,-10.1343,2.29139,300,5,0,5527,0,1,0,0,0),(66584,18477,530,1,1,0,0,-2245.95,3502.62,-25.4537,5.08637,300,5,0,5527,0,1,0,0,0),(66585,18477,530,1,1,0,0,-2201.36,3450.61,-32.7205,0.617506,300,5,0,5527,0,1,0,0,0),(66586,18477,530,1,1,0,0,-2226.68,3499.52,-24.949,1.38623,300,5,0,5527,0,1,0,0,0),(66587,18477,530,1,1,0,0,-2192.92,3380.75,-30.956,3.50105,300,5,0,5527,0,1,0,0,0),(66588,18477,530,1,1,0,0,-2160.19,3357.54,-39.3057,2.80501,300,5,0,5527,0,1,0,0,0),(66589,18477,530,1,1,0,0,-2160.13,3577.37,-47.1043,0.785398,300,5,0,5527,0,1,0,0,0),(66590,18477,530,1,1,0,0,-1919.03,3760.97,-6.60182,3.37235,300,5,0,5527,0,1,0,0,0),(66591,18477,530,1,1,0,0,-1874.14,3715.76,-10.8055,1.73755,300,5,0,5527,0,1,0,0,0),(66592,18477,530,1,1,0,0,-2030.97,3978,2.14286,5.3384,300,5,0,5527,0,1,0,0,0),(66593,18477,530,1,1,0,0,-2645.65,5306.71,6.99499,3.18161,300,5,0,5527,0,1,0,0,0),(66594,18477,530,1,1,0,0,-2458.54,5188.75,-1.95086,3.37,300,5,0,5527,0,1,0,0,0),(66595,18477,530,1,1,0,0,-2511.86,5239.04,-2.75824,1.82146,300,5,0,5527,0,1,0,0,0),(66596,18477,530,1,1,0,0,-2486.82,5283.18,-0.847546,3.85249,300,5,0,5527,0,1,0,0,0),(66597,18477,530,1,1,0,0,-2446.82,5315.01,-4.12726,1.6691,300,5,0,5527,0,1,0,0,0),(66598,18477,530,1,1,0,0,-2459.56,5341.15,2.01982,2.98897,300,0,0,5527,0,0,0,0,0),(66599,18477,530,1,1,0,0,-2350.35,5349.53,-2.77337,6.05161,300,5,0,5527,0,1,0,0,0),(66600,18477,530,1,1,0,0,-2328.92,5323.83,2.68104,0.636821,300,5,0,5527,0,1,0,0,0),(66601,18477,530,1,1,0,0,-2310.73,5361.59,-3.17342,5.24996,300,5,0,5527,0,1,0,0,0),(66602,18477,530,1,1,0,0,-2316.3,5273.79,-10.0372,2.23889,300,5,0,5527,0,1,0,0,0),(66603,18477,530,1,1,0,0,-2416.48,5221.11,-4.92706,6.05383,300,5,0,5527,0,1,0,0,0),(66604,18481,530,1,1,0,0,-1863.68,5430.04,-9.70549,3.71755,300,0,0,7580000,0,0,0,0,0),(66605,18482,530,1,1,0,1,-1954.98,4752.3,-2.76344,1.01889,300,0,0,3316,2620,2,0,0,0),(66606,18483,530,1,1,0,1,-1956.58,4751.76,-2.86066,2.00512,300,0,0,5341,0,0,0,0,0),(66607,18484,530,1,1,0,0,-1741.71,5191.84,-40.1258,3.75246,300,0,0,7097,0,0,0,0,0),(66608,18488,530,1,1,0,1,-2548.64,7136.64,16.4025,5.11381,300,0,0,34930,0,0,0,0,0),(66609,18488,530,1,1,0,1,-2538.16,7142.57,15.7775,5.02655,300,0,0,34930,0,0,0,0,0),(66610,18488,530,1,1,0,1,-2575.65,7223.54,16.4304,1.95477,300,0,0,34930,0,0,0,0,0),(66611,18488,530,1,1,0,1,-2585.79,7218.97,16.0685,1.88496,300,0,0,34930,0,0,0,0,0),(66612,18488,530,1,1,0,1,-2686.17,7184.88,26.18,4.57276,300,0,0,34930,0,0,0,0,0),(66613,18488,530,1,1,0,1,-2683.28,7183.55,26.18,4.18879,300,0,0,34930,0,0,0,0,0),(66614,18488,530,1,1,0,1,-2667.68,7210.4,23.6357,1.41372,300,0,0,34930,0,0,0,0,0),(66615,18488,530,1,1,0,1,-2680.36,7216.14,24.102,1.02974,300,0,0,34930,0,0,0,0,0),(66616,18488,530,1,1,0,1,-2546.75,7264.49,15.2085,2.42601,300,0,0,34930,0,0,0,0,0),(66617,18488,530,1,1,0,1,-2674.88,7292.23,38.0612,5.75959,300,0,0,34930,0,0,0,0,0),(66618,18488,530,1,1,0,1,-2610.63,7297.64,21.2902,4.11898,300,0,0,34930,0,0,0,0,0),(66619,18488,530,1,1,0,1,-2762.7,7265.34,40.4239,5.93412,300,0,0,34930,0,0,0,0,0),(66620,18488,530,1,1,0,1,-2753.59,7276.71,40.3768,5.67232,300,0,0,34930,0,0,0,0,0),(66621,18488,530,1,1,0,1,-2796.6,7329.24,42.6469,2.61799,300,0,0,34930,0,0,0,0,0),(66622,18488,530,1,1,0,1,-2719.62,7358.68,40.3267,6.02139,300,0,0,34930,0,0,0,0,0),(66623,18488,530,1,1,0,1,-2722.02,7341.56,39.6954,0.017453,300,0,0,34930,0,0,0,0,0),(66624,18488,530,1,1,0,1,-2792.37,7339.66,42.7868,2.6529,300,0,0,34930,0,0,0,0,0),(66625,18488,530,1,1,0,1,-2568.46,7290.16,15.2365,0.296706,300,0,0,34930,0,0,0,0,0),(66626,18488,530,1,1,0,1,-2572.4,7302.17,13.9548,0.122173,300,0,0,34930,0,0,0,0,0),(66627,18488,530,1,1,0,1,-2538.74,7275.4,15.2035,2.44346,300,0,0,34930,0,0,0,0,0),(66628,18488,530,1,1,0,1,-2572.11,7374.61,10.7731,4.74729,300,0,0,34930,0,0,0,0,0),(66629,18488,530,1,1,0,1,-2568.57,7402.28,3.88746,4.79881,300,0,0,34930,0,2,0,0,0),(66630,18488,530,1,1,0,1,-2561.13,7375.62,10.3832,4.55531,300,0,0,34930,0,0,0,0,0),(66631,18488,530,1,1,0,1,-2568.86,7405.59,3.02847,4.79866,300,0,0,34930,0,2,0,0,0),(66632,18488,530,1,1,0,1,-2481.26,7329.99,-15.8239,3.49066,300,0,0,34930,0,0,0,0,0),(66633,18488,530,1,1,0,1,-2498.13,7246.63,16.321,5.68977,300,0,0,34930,0,0,0,0,0),(66634,18488,530,1,1,0,1,-2485.98,7340.66,-16.5539,3.63029,300,0,0,34930,0,0,0,0,0),(66635,18488,530,1,1,0,1,-2566.79,7464.99,10.8119,1.76278,300,0,0,34930,0,0,0,0,0),(66636,18488,530,1,1,0,1,-2581.37,7462.9,10.4369,1.6057,300,0,0,34930,0,0,0,0,0),(66637,18488,530,1,1,0,1,-2294.08,7409.57,-16.7615,0.558505,300,0,0,34930,0,0,0,0,0),(66638,18488,530,1,1,0,1,-2298.54,7422.17,-15.3865,0.15708,300,0,0,34930,0,0,0,0,0),(66639,18488,530,1,1,0,1,-2348.04,7393.66,-29.9028,3.521,300,5,0,34930,0,1,0,0,0),(66640,18488,530,1,1,0,1,-2416.16,7367.49,-31.4801,3.57111,300,5,0,34930,0,1,0,0,0),(66641,18489,530,1,1,0,1,-1296.97,6949.15,33.0756,3.97935,300,0,0,34930,0,0,0,0,0),(66642,18489,530,1,1,0,1,-1274.36,6965.71,60.2135,4.33883,300,0,0,34930,0,2,0,0,0),(66643,18489,530,1,1,0,1,-1311.52,6958.97,32.2471,4.10152,300,0,0,34930,0,0,0,0,0),(66644,18489,530,1,1,0,1,-1199,7181.95,57.4252,0.506145,300,0,0,34930,0,0,0,0,0),(66645,18489,530,1,1,0,1,-1194.49,7175.78,57.3484,0.715585,300,0,0,34930,0,0,0,0,0),(66646,18489,530,1,1,0,1,-1189.95,7173.6,57.3758,2.20103,300,5,0,34930,0,1,0,0,0),(66647,18489,530,1,1,0,1,-1187.05,7167.42,57.9759,1.86405,300,5,0,34930,0,1,0,0,0),(66648,18489,530,1,1,0,1,-1227.97,7122.7,57.0985,4.4855,300,0,0,34930,0,0,0,0,0),(66649,18489,530,1,1,0,1,-1234.82,7123.59,57.3183,4.43314,300,0,0,34930,0,0,0,0,0),(66650,18489,530,1,1,0,1,-1218.83,7071.35,37.3337,1.36136,300,0,0,34930,0,0,0,0,0),(66651,18489,530,1,1,0,1,-1236.94,7076.48,37.6779,1.36136,300,0,0,34930,0,0,0,0,0),(66652,18489,530,1,1,0,1,-1257.63,7190.13,57.3937,2.61799,300,0,0,34930,0,0,0,0,0),(66653,18489,530,1,1,0,1,-1269.14,7172.95,57.4062,2.53073,300,0,0,34930,0,0,0,0,0),(66654,18489,530,1,1,0,1,-1257.1,7008.72,36.6657,4.59022,300,0,0,34930,0,0,0,0,0),(66655,18489,530,1,1,0,1,-1282.61,6990.85,33.6827,4.20624,300,0,0,34930,0,0,0,0,0),(66656,18489,530,1,1,0,1,-1237.29,7003.48,37.7907,4.43314,300,0,0,34930,0,0,0,0,0),(66657,18489,530,1,1,0,1,-1363.2,7046.14,34.2915,4.11898,300,0,0,34930,0,0,0,0,0),(66658,18489,530,1,1,0,1,-1327.02,7019.63,34.1833,1.18682,300,0,0,34930,0,0,0,0,0),(66659,18489,530,1,1,0,1,-1330.63,7001.75,59.5877,1.66079,300,0,0,34930,0,2,0,0,0),(66660,18489,530,1,1,0,1,-1412.19,7125.99,34.8784,0.506145,300,0,0,34930,0,0,0,0,0),(66661,18489,530,1,1,0,1,-1399.61,7071.1,33.9928,0.922834,300,0,0,34930,0,0,0,0,0),(66662,18489,530,1,1,0,1,-1361.83,7237.29,33.5574,5.60251,300,0,0,34930,0,0,0,0,0),(66663,18489,530,1,1,0,1,-1351.22,7247.36,33.2063,5.32325,300,0,0,34930,0,0,0,0,0),(66664,18489,530,1,1,0,1,-1315.98,7237.58,33.1456,3.7001,300,0,0,34930,0,0,0,0,0),(66665,18489,530,1,1,0,1,-1469.08,7284.7,26.4048,6.10865,300,0,0,34930,0,0,0,0,0),(66666,18489,530,1,1,0,1,-1464.63,7256.4,25.9993,0.436332,300,0,0,34930,0,0,0,0,0),(66667,18489,530,1,1,0,1,-1455.04,7303.13,26.9136,5.51524,300,0,0,34930,0,0,0,0,0),(66668,18489,530,1,1,0,1,-1408.35,7307.38,25.5926,3.85718,300,0,0,34930,0,0,0,0,0),(66669,18489,530,1,1,0,1,-1283.63,7382.45,40.6054,5.0091,300,0,0,34930,0,0,0,0,0),(66670,18489,530,1,1,0,1,-1277.34,7383.92,40.566,4.79965,300,0,0,34930,0,0,0,0,0),(66671,18489,530,1,1,0,1,-1361.14,7417.2,31.3637,2.6529,300,0,0,34930,0,0,0,0,0),(66672,18489,530,1,1,0,1,-1261.44,7417.16,42.4337,0.925025,300,0,0,34930,0,0,0,0,0),(66673,18489,530,1,1,0,1,-1255.91,7380.12,56.0872,3.63746,300,0,0,34930,0,2,0,0,0),(66674,18489,530,1,1,0,1,-1291.51,7410.63,40.2551,1.8675,300,0,0,34930,0,0,0,0,0),(66675,18489,530,1,1,0,1,-1284.58,7412.53,40.4767,1.88496,300,0,0,34930,0,0,0,0,0),(66676,18489,530,1,1,0,1,-1279.24,7425.92,41.5211,1.41372,300,0,0,34930,0,0,0,0,0),(66677,18489,530,1,1,0,1,-1221.5,7391.16,30.4177,1.23918,300,0,0,34930,0,0,0,0,0),(66678,18489,530,1,1,0,1,-1206.12,7389.63,31.2927,1.50098,300,0,0,34930,0,0,0,0,0),(66679,18489,530,1,1,0,1,-1191.71,7308.29,34.9101,1.44862,300,0,0,34930,0,0,0,0,0),(66680,18489,530,1,1,0,1,-1179.45,7341.05,55.7089,2.97481,300,0,0,34930,0,2,0,0,0),(66681,18489,530,1,1,0,1,-1201.08,7245.18,36.5499,4.72984,300,0,0,34930,0,0,0,0,0),(66682,18489,530,1,1,0,1,-1171.81,7306.24,38.4101,1.62316,300,0,0,34930,0,0,0,0,0),(66683,18489,530,1,1,0,1,-1185.51,7241.08,36.8164,4.41568,300,0,0,34930,0,0,0,0,0),(66684,18489,530,1,1,0,1,-1433.07,7318.88,26.5926,5.044,300,0,0,34930,0,0,0,0,0),(66685,18492,530,1,1,0,0,-1950.79,4686.67,-1.67609,5.11381,300,0,0,4979,0,0,0,0,0),(66686,18504,530,1,1,0,0,9873.19,-7397.94,14.9205,3.24631,300,0,0,2215,0,0,0,0,0),(66687,18507,530,1,1,0,1,9871.55,-7398.44,13.6814,0.139626,300,0,0,2745,0,0,0,0,0),(96640,25142,530,1,1,22753,1,-1939,5337.48,-12.3448,1.95477,180,0,0,6542,0,0,0,0,0),(66689,18527,530,1,1,0,0,9580.41,-7134.3,14.2584,0.257804,300,0,0,1949,5340,2,0,0,0),(66690,18530,530,1,1,0,0,-2272.61,5576.36,80.0374,5.32325,300,0,0,7380,0,0,0,0,0),(66691,18531,530,1,1,0,0,-2183.15,5544.87,64.1556,5.07891,300,0,0,5311,7654,0,0,0,0),(66692,18532,530,1,1,0,0,-1315.7,8982.07,57.0609,5.44543,300,0,0,5233,2991,0,0,0,0),(66693,18535,530,1,1,0,0,-1287.83,8915.32,60.9594,3.85718,300,0,0,65420,0,0,0,0,0),(66694,18536,530,1,1,0,0,-1840.42,9212.31,73.4196,5.42797,300,0,0,65420,0,0,0,0,0),(66696,18537,530,1,1,0,1,-1775.42,5733.84,128.197,4.79965,300,0,0,22976,3231,0,0,0,0),(66698,18538,530,1,1,0,1,-1732.82,5822.21,148.741,4.04916,300,0,0,103320,30000,0,0,0,0),(66699,18539,530,1,1,0,0,-1607.96,4431.23,52.7119,3.42085,300,0,0,5306,2620,0,0,0,0),(66700,18540,530,1,1,0,1,-1845.66,3874.66,6.3309,2.79253,300,0,0,5527,0,0,0,0,0),(66701,18541,530,1,1,0,0,-2531.76,5367.72,27.4804,1.94111,300,0,0,5527,0,2,0,0,0),(66702,18547,530,1,1,0,1,-2107.93,5500.54,50.3074,4.76475,300,0,0,3611,5875,0,0,0,0),(66703,18547,530,1,1,0,1,-2157.41,5495.8,50.3764,0.698132,300,0,0,3611,5875,0,0,0,0),(66704,18547,530,1,1,0,1,-2155.53,5495.98,50.3675,2.98451,300,0,0,3611,5875,0,0,0,0),(66705,18547,530,1,1,0,1,-2218.53,5518.04,64.1556,3.9968,300,0,0,3611,5875,0,0,0,0),(66706,18547,530,1,1,0,1,-2214.63,5538.89,66.9938,4.37584,300,0,0,3611,5875,2,0,0,0),(66707,18547,530,1,1,0,1,-2211.28,5555.62,66.9934,1.3439,300,0,0,3611,5875,0,0,0,0),(66708,18547,530,1,1,0,1,-2232.04,5547.92,67.0034,4.36799,300,0,0,3611,5875,2,0,0,0),(66709,18547,530,1,1,0,1,-2298.54,5570.3,66.9904,4.3295,300,0,0,3611,5875,2,0,0,0),(66710,18547,530,1,1,0,1,-2280.82,5552.07,80.1045,2.36993,300,0,0,3611,5875,2,0,0,0),(66711,18547,530,1,1,0,1,-2291.25,5578.29,67.0064,1.24132,300,0,0,3611,5875,2,0,0,0),(66712,18547,530,1,1,0,1,-2249.49,5577.05,80.0975,0.674254,300,0,0,3611,5875,2,0,0,0),(66713,18547,530,1,1,0,1,-2261.54,5544.68,80.0826,5.07787,300,0,0,3611,5875,2,0,0,0),(66714,18547,530,1,1,0,1,-2260.48,5589.59,66.9953,1.84397,300,0,0,3611,5875,2,0,0,0),(66715,18547,530,1,1,0,1,-2240.6,5551.8,67.0233,2.5592,300,0,0,3611,5875,2,0,0,0),(66716,18548,530,1,1,0,1,-2081.44,4168.19,7.46258,0.715585,300,0,0,7429,0,0,0,0,0),(66717,18549,530,1,1,0,1,-1751.59,5798.41,146.44,4.36332,300,0,0,5589,3155,0,0,0,0),(66718,18549,530,1,1,0,1,-1732.88,5792,146.44,4.18879,300,0,0,5589,3155,0,0,0,0),(66719,18549,530,1,1,0,1,-1654.47,5701.22,129.641,2.47837,300,0,0,5589,3155,0,0,0,0),(66720,18549,530,1,1,0,1,-1669.4,5677.4,129.558,2.30383,300,0,0,5589,3155,0,0,0,0),(66721,18549,530,1,1,0,1,-1890.3,5755.62,129.64,5.93412,300,0,0,5589,3155,0,0,0,0),(66722,18549,530,1,1,0,1,-1884.47,5774.86,129.558,5.95157,300,0,0,5589,3155,0,0,0,0),(66723,18549,530,1,1,0,1,-1964.46,5683.94,117.663,2.68781,300,0,0,5589,3155,0,0,0,0),(66724,18549,530,1,1,0,1,-1975.93,5702.72,117.663,3.9619,300,0,0,5589,3155,0,0,0,0),(66725,18560,530,1,1,0,0,9782.44,-7295.07,14.6863,2.28638,300,0,0,42,0,0,0,0,0),(66726,18560,530,1,1,0,0,9553.43,-7463.05,19.482,3.40339,300,0,0,42,0,0,0,0,0),(66727,18563,530,1,1,0,0,9776.32,-7299.59,14.2697,0.558505,300,0,0,42,0,0,0,0,0),(66728,18563,530,1,1,0,0,9777.81,-7289.92,14.3113,5.48033,300,0,0,42,0,0,0,0,0),(66730,18565,530,1,1,0,1,-2592.44,3317.34,0.68057,1.43117,300,0,0,5527,0,0,0,0,0),(66731,18566,530,1,1,0,1,-2538.08,3660.54,1.94131,1.46608,300,0,0,5527,0,0,0,0,0),(66732,18567,530,1,1,0,0,-1234.32,8991.61,55.9549,3.7001,300,0,0,26168,0,0,0,0,0),(66733,18567,530,1,1,0,0,-1812.27,9327.11,66.0274,4.01426,300,0,0,26168,0,0,0,0,0),(66734,18568,530,1,1,0,0,-2053.29,5506.62,54.5399,5.5676,300,0,0,5589,3155,0,0,0,0),(66735,18568,530,1,1,0,0,-2061.92,5483.75,54.5399,0.069813,300,0,0,5589,3155,0,0,0,0),(66736,18568,530,1,1,0,0,-2110.05,5512.4,49.4188,5.98648,300,0,0,5589,3155,0,0,0,0),(66737,18568,530,1,1,0,0,-2047.15,5589.73,53.159,4.1888,300,0,0,5589,3155,0,0,0,0),(66738,18568,530,1,1,0,0,-2194.23,5530.56,64.0723,5.96903,300,0,0,5589,3155,0,0,0,0),(66739,18568,530,1,1,0,0,-2188.5,5548.55,64.0723,6.07375,300,0,0,5589,3155,0,0,0,0),(66740,18568,530,1,1,0,0,-2237.78,5555.18,112.131,2.80998,300,0,0,5589,3155,0,0,0,0),(66742,18584,530,1,1,0,0,-1777.43,5126.05,-35.7793,3.57792,300,0,0,32710,0,0,0,0,0),(66743,18585,530,1,1,0,1,-1747.92,5157.36,-37.1216,0.558505,300,0,0,29439,0,0,0,0,0),(66744,18586,530,1,1,0,1,-1120.84,5409.3,22.3175,1.02448,300,0,0,23548,2991,0,0,0,0),(66745,18588,530,1,1,0,0,-3077.3,5611.32,-7.21289,3.18454,300,0,0,18316,11964,0,0,0,0),(66746,18589,530,1,1,0,0,-1385.09,8910.14,51.9916,0.20944,300,0,0,42,0,0,0,0,0),(66747,18590,530,1,1,0,0,-1864.86,9161.71,71.7337,0.017453,300,0,0,42,0,0,0,0,0),(66748,18593,530,1,1,0,0,3072.87,3703.22,142.394,3.62156,300,0,0,4422,2620,0,0,0,0),(66749,18593,530,1,1,0,0,3070.73,3707.07,142.56,4.79965,300,0,0,4422,2620,0,0,0,0),(66750,18593,530,1,1,0,0,3077.14,3699.06,142.56,3.61283,300,0,0,4422,2620,0,0,0,0),(66751,18593,530,1,1,0,0,3075.84,3702.16,142.561,3.71755,300,0,0,4422,2620,0,0,0,0),(66752,18593,530,1,1,0,0,-2021.69,5474.04,3.81287,6.0912,300,0,0,4422,2620,0,0,0,0),(66754,18593,530,1,1,0,0,-2108.79,5498.79,50.3115,0.872665,300,0,0,4422,2620,0,0,0,0),(66755,18593,530,1,1,0,0,-2106.72,5499.04,50.3259,2.80998,300,0,0,4422,2620,0,0,0,0),(66756,18593,530,1,1,0,0,-2156.62,5497.37,50.3841,4.5204,300,0,0,4422,2620,0,0,0,0),(66757,18593,530,1,1,0,0,-2220.31,5516.13,64.1556,0.541052,300,0,0,4422,2620,0,0,0,0),(66758,18594,530,1,1,0,0,-2176.86,5421.91,50.3112,2.05949,300,0,0,5589,3155,0,0,0,0),(66759,18595,530,1,1,0,1,-2774.82,3515.33,-21.8647,4.85202,300,0,0,4274,2568,0,0,0,0),(66760,18595,530,1,1,0,1,-2869.42,3533.9,-27.6314,3.80482,300,0,0,4274,2568,0,0,0,0),(66761,18595,530,1,1,0,1,-2865.16,3522.96,-31.2675,3.29867,300,0,0,4274,2568,0,0,0,0),(66762,18595,530,1,1,0,1,-2867.3,3507.89,-32.9113,4.4855,300,0,0,4274,2568,0,0,0,0),(66763,18595,530,1,1,0,1,-2846.26,3473.25,-35.2073,5.14872,300,0,0,4274,2568,0,0,0,0),(66764,18595,530,1,1,0,1,-2863.11,3487.31,-34.8112,4.53786,300,0,0,4274,2568,0,0,0,0),(66765,18595,530,1,1,0,1,-2867.07,3628.48,-19.0424,3.28122,300,0,0,4274,2568,0,0,0,0),(66766,18595,530,1,1,0,1,-2883.89,3601.38,-10.8216,4.90438,300,0,0,4274,2568,0,0,0,0),(66767,18595,530,1,1,0,1,-2900.37,3629.99,-15.9055,3.59538,300,0,0,4274,2568,0,0,0,0),(66768,18595,530,1,1,0,1,-2908.88,3642.13,-14.6527,3.87463,300,0,0,4274,2568,0,0,0,0),(66769,18595,530,1,1,0,1,-2892.56,3661.07,-15.156,1.36136,300,0,0,4274,2568,0,0,0,0),(66770,18595,530,1,1,0,1,-2930.01,3650.55,-13.9865,4.74729,300,0,0,4274,2568,0,0,0,0),(66771,18595,530,1,1,0,1,-2948.97,3386.08,0.14799,0.05236,300,0,0,4274,2568,0,0,0,0),(66772,18595,530,1,1,0,1,-2963.98,3392.01,-0.042535,1.71042,300,0,0,4274,2568,0,0,0,0),(66773,18595,530,1,1,0,1,-2948.36,3343.35,2.30562,0.279253,300,0,0,4274,2568,0,0,0,0),(66774,18595,530,1,1,0,1,-2864.73,3441.21,-33.3934,5.28835,300,0,0,4274,2568,0,0,0,0),(66775,18595,530,1,1,0,1,-2928.81,3372.29,0.07123,1.53589,300,0,0,4274,2568,0,0,0,0),(66776,18595,530,1,1,0,1,-2928.69,3353.53,-2.70174,2.66732,300,0,0,4274,2568,0,0,0,0),(66777,18595,530,1,1,0,1,-2844.44,3449.82,-34.4622,3.1765,300,0,0,4274,2568,0,0,0,0),(66778,18595,530,1,1,0,1,-2820.51,3386.5,-33.2632,3.7001,300,0,0,4274,2568,0,0,0,0),(66779,18595,530,1,1,0,1,-2837.91,3374.03,-32.6955,0.959931,300,0,0,4274,2568,0,0,0,0),(66780,18596,530,1,1,0,0,-1670.28,5417.02,-38.7634,0.593412,300,0,0,6761,0,0,0,0,0),(66781,18597,530,1,1,0,0,-1606.39,5292.01,-38.5767,2.94102,300,0,0,6761,0,0,0,0,0),(66782,18600,530,1,1,0,0,-1602.25,5301.01,-15.3857,3.31613,300,0,0,5589,3155,0,0,0,0),(66783,18600,530,1,1,0,0,-1590.24,5301.06,-14.4482,5.25344,300,0,0,5589,3155,0,0,0,0),(66784,18600,530,1,1,0,0,-1581.86,5298.34,-15.3857,4.29351,300,0,0,5589,3155,0,0,0,0),(66785,18600,530,1,1,0,0,-1594.77,5285.53,-14.4274,0.575959,300,0,0,5589,3155,0,0,0,0),(66786,18600,530,1,1,0,0,-1588.37,5279.64,-15.3857,2.28638,300,0,0,5589,3155,0,0,0,0),(66787,18600,530,1,1,0,0,-1578,5322.83,-13.9618,4.43314,300,0,0,5589,3155,0,0,0,0),(32689,21742,530,1,1,0,1,-3786.36,531.642,75.8016,3.00552,300,0,0,5060,2933,0,0,0,0),(66789,18600,530,1,1,0,0,-1925.32,5145.5,-28.6784,0.663225,300,0,0,5589,3155,0,0,0,0),(66791,18600,530,1,1,0,0,-1924.96,5135.65,-28.4667,5.48033,300,0,0,5589,3155,0,0,0,0),(66793,18600,530,1,1,0,0,-1926.03,5135.41,-36.6132,1.13446,300,0,0,5589,3155,0,0,0,0),(66794,18622,530,1,1,0,0,-1666.99,5418.73,-38.8426,3.87463,300,0,0,14193,8370,0,0,0,0),(66795,18626,530,1,1,0,1,9754.56,-7361.01,24.4213,5.32325,300,0,0,3052,0,0,0,0,0),(66796,18627,530,1,1,0,1,9756.76,-7355.58,24.4141,4.76475,300,0,0,3052,0,0,0,0,0),(66797,18629,530,1,1,0,1,9755.9,-7365.24,24.4344,1.65806,300,0,0,6986,0,0,0,0,0),(66798,18631,555,3,1,0,1,-254.365,-46.4247,8.15618,3.08923,86400,0,0,17579,0,0,0,0,0),(66799,18631,555,3,1,0,1,-246.87,-45.9737,8.15617,3.10669,86400,0,0,17579,0,0,0,0,0),(66800,18631,555,3,1,0,1,-255.435,-31.2176,8.17054,3.28122,86400,0,0,17579,0,0,0,0,0),(66801,18631,555,3,1,0,1,-263.761,-29.1943,8.18301,3.12414,86400,0,0,17579,0,0,0,0,0),(66802,18631,555,3,1,0,1,-271.784,-45.5444,8.15619,3.1765,86400,0,0,17579,0,0,0,0,0),(66803,18631,555,3,1,0,1,-275.089,-4.42197,8.15625,3.66519,86400,0,0,17579,0,0,0,0,0),(66804,18631,555,3,1,0,1,-273.674,-80.3384,8.15627,2.74017,86400,0,0,17579,0,0,0,0,0),(66805,18631,555,3,1,0,1,-287.804,-96.3896,8.15635,5.48033,86400,0,0,17579,0,0,0,0,0),(66806,18631,555,3,1,0,1,-276.704,22.5176,8.15633,0.017453,86400,5,0,17579,0,1,0,0,0),(66807,18631,555,3,1,0,1,-286.707,-99.5,8.15633,1.32645,86400,0,0,17579,0,0,0,0,0),(66808,18631,555,3,1,0,1,-443.04,-193.835,12.7725,3.4383,86400,0,0,17579,0,0,0,0,0),(66809,18631,555,3,1,0,1,-446.493,-192.12,12.7725,4.72984,86400,0,0,17579,0,0,0,0,0),(66810,18631,555,3,1,0,1,-313.634,-259.705,12.6837,3.13859,86400,5,0,17579,0,1,0,0,0),(66811,18631,555,3,1,0,1,-246.496,-282.568,17.0863,1.92749,86400,5,0,17579,0,1,0,0,0),(66812,18631,555,3,1,0,1,-250.256,-280.269,16.0417,4.71539,86400,5,0,17579,0,1,0,0,0),(66813,18632,555,3,1,0,1,-172.173,-325.754,17.1697,5.53269,86400,0,0,21543,0,0,0,0,0),(66814,18632,555,3,1,0,1,-168.532,-352.302,17.1662,4.83456,86400,0,0,21543,0,0,0,0,0),(66815,18632,555,3,1,0,1,-135.771,-329.128,17.1687,3.50811,86400,0,0,21543,0,0,0,0,0),(66816,18632,555,3,1,0,1,-174.082,-354.553,17.1667,5.35816,86400,0,0,21543,0,0,0,0,0),(66817,18632,555,3,1,0,1,-150.133,-378.117,17.0821,4.64736,86400,0,0,21543,0,0,0,0,0),(66818,18632,555,3,1,0,1,-163.202,-374.646,17.0818,4.75562,86400,0,0,21543,0,0,0,0,0),(66819,18632,555,3,1,0,1,-149.925,-417.115,17.0782,4.66533,86400,0,0,21543,0,0,0,0,0),(66820,18632,555,3,1,0,1,-163.356,-417.529,17.0782,4.76351,86400,0,0,21543,0,0,0,0,0),(66821,18633,555,3,1,0,1,-47.365,-33.8044,-1.04484,0.331613,86400,0,0,16227,9240,0,0,0,0),(66822,18633,555,3,1,0,1,-41.8571,-33.4506,-1.04484,2.87979,86400,0,0,16227,9240,0,0,0,0),(66823,18633,555,3,1,0,1,-80.3716,-39.766,-1.04492,2.00713,86400,0,0,16227,9240,0,0,0,0),(66824,18633,555,3,1,0,1,-77.9535,-36.4069,-1.04492,3.21141,86400,0,0,16227,9240,0,0,0,0),(66825,18633,555,3,1,0,1,-31.8829,-81.4594,-1.0449,4.04916,86400,0,0,16227,9240,0,0,0,0),(66826,18633,555,3,1,0,1,-36.1315,-84.0624,-1.04494,0.087266,86400,0,0,16227,9240,0,0,0,0),(66827,18633,555,3,1,0,1,-58.1065,-26.6713,-1.04482,2.96706,86400,0,0,16227,9240,0,0,0,0),(66828,18633,555,3,1,0,1,-73.5278,-1.96912,-1.04486,1.22173,86400,0,0,16227,9240,0,0,0,0),(66829,18633,555,3,1,0,1,-78.7167,-46.4269,-1.04494,4.50295,86400,0,0,16227,9240,0,0,0,0),(66830,18633,555,3,1,0,1,-75.0824,-47.649,-1.04495,3.75246,86400,0,0,16227,9240,0,0,0,0),(66831,18633,555,3,1,0,1,-86.7252,8.73865,-1.04486,2.37365,86400,0,0,16227,9240,0,0,0,0),(66832,18633,555,3,1,0,1,-85.9936,11.2334,-1.04485,3.56047,86400,0,0,16227,9240,0,0,0,0),(66833,18633,555,3,1,0,1,-73.8878,1.75605,-1.04487,5.23599,86400,0,0,16227,9240,0,0,0,0),(66834,18633,555,3,1,0,1,-45.5743,18.3542,-1.12807,2.40855,86400,0,0,16227,9240,0,0,0,0),(66835,18633,555,3,1,0,1,-59.3783,-85.5279,-1.12928,0.04279,86400,0,0,16227,9240,0,0,0,0),(66836,18633,555,3,1,0,1,-90.6977,-92.3565,-1.04497,0.715585,86400,0,0,16227,9240,0,0,0,0),(66837,18633,555,3,1,0,1,-247.273,-49.6712,8.15618,3.03687,86400,0,0,16227,9240,0,0,0,0),(66838,18633,555,3,1,0,1,-255.77,-27.5678,8.18844,3.24631,86400,0,0,16227,9240,0,0,0,0),(66839,18633,555,3,1,0,1,-263.805,-48.9857,8.15618,3.10669,86400,0,0,16227,9240,0,0,0,0),(66840,18633,555,3,1,0,1,-271.978,-47.9963,8.15619,3.14159,86400,0,0,16227,9240,0,0,0,0),(66841,18633,555,3,1,0,1,-265.829,0.056211,8.15626,3.68265,86400,0,0,16227,9240,0,0,0,0),(66842,18633,555,3,1,0,1,-272.845,-76.4279,8.15625,2.6529,86400,0,0,16227,9240,0,0,0,0),(66843,18633,555,3,1,0,1,-454.315,-183.092,12.7725,5.06145,86400,0,0,16227,9240,0,0,0,0),(66844,18634,555,3,1,0,1,-175.894,-349.783,17.166,5.61996,86400,0,0,16767,9465,0,0,0,0),(66845,18634,555,3,1,0,1,-156.498,-328.007,17.1696,3.14159,86400,0,0,16767,9465,0,0,0,0),(66846,18634,555,3,1,0,1,-157.768,-354.696,17.0822,4.62605,86400,0,0,16767,9465,0,0,0,0),(66847,18634,555,3,1,0,1,-136.037,-343.41,17.1648,3.1765,86400,0,0,16767,9465,0,0,0,0),(66848,18634,555,3,1,0,1,-158.21,-375.961,17.0822,4.70066,86400,0,0,16767,9465,0,0,0,0),(66849,18634,555,3,1,0,1,-179.281,-350.271,17.1665,5.98648,86400,0,0,16767,9465,0,0,0,0),(66850,18634,555,3,1,0,1,-158.382,-417.535,17.0782,4.58287,86400,0,0,16767,9465,0,0,0,0),(66851,18634,555,3,1,0,1,-134.274,-388.795,17.1657,3.14159,86400,0,0,16767,9465,0,0,0,0),(66852,18634,555,3,1,0,1,-154.559,-394.581,17.0796,4.69674,86400,0,0,16767,9465,0,0,0,0),(66853,18634,555,3,1,0,1,-140.498,-443.978,17.0777,3.1699,86400,0,0,16767,9465,0,0,0,0),(66854,18634,555,3,1,0,1,-176.776,-434.265,17.1622,0.279253,86400,0,0,16767,9465,0,0,0,0),(66855,18634,555,3,1,0,1,-130.551,-443.696,17.164,3.47321,86400,0,0,16767,9465,0,0,0,0),(66856,18635,555,3,1,0,1,-44.641,-34.6061,-1.04484,1.44862,86400,0,0,20283,0,0,0,0,0),(66857,18635,555,3,1,0,1,-35.078,-81.0337,-1.04491,5.18363,86400,0,0,20283,0,0,0,0,0),(66858,18635,555,3,1,0,1,-60.8069,-24.741,-1.04481,5.44543,86400,0,0,20283,0,0,0,0,0),(66859,18635,555,3,1,0,1,-74.3842,-0.151916,-1.04487,0.034907,86400,0,0,20283,0,0,0,0,0),(66860,18635,555,3,1,0,1,-83.7188,16.4396,-1.1368,2.744,86400,5,0,20283,0,1,0,0,0),(66861,18635,555,3,1,0,1,-91.919,-88.183,-1.04498,6.00393,86400,0,0,20283,0,0,0,0,0),(66862,18635,555,3,1,0,1,-86.0825,-92.683,-1.04497,1.95477,86400,0,0,20283,0,0,0,0,0),(66863,18635,555,3,1,0,1,-254.445,-49.5956,8.15618,3.01942,86400,0,0,20283,0,0,0,0,0),(66864,18635,555,3,1,0,1,-265.305,-82.2931,8.15626,2.84489,86400,0,0,20283,0,0,0,0,0),(66865,18635,555,3,1,0,1,-263.687,-31.7085,8.17044,3.33358,86400,0,0,20283,0,0,0,0,0),(66866,18635,555,3,1,0,1,-271.845,-50.1835,8.15619,3.1765,86400,0,0,20283,0,0,0,0,0),(66867,18635,555,3,1,0,1,-267.801,3.11204,8.15628,3.76991,86400,0,0,20283,0,0,0,0,0),(66868,18635,555,3,1,0,1,-281.939,20.0421,8.15636,5.68977,86400,5,0,20283,0,1,0,0,0),(66869,18635,555,3,1,0,1,-453.685,-186.804,12.7725,1.53589,86400,0,0,20283,0,0,0,0,0),(66870,18635,555,3,1,0,1,-454.978,-185.25,12.7725,0.05236,86400,0,0,20283,0,0,0,0,0),(66871,18636,555,3,1,0,1,-272.295,-140.066,8.15626,0.855211,86400,0,0,20958,0,0,0,0,0),(66872,18637,555,3,1,0,1,-263.226,-45.5273,8.15618,3.12414,86400,0,0,16227,9240,0,0,0,0),(66873,18637,555,3,1,0,1,-264.152,-79.2966,8.15624,2.87979,86400,0,0,16227,9240,0,0,0,0),(66874,18637,555,3,1,0,1,-263.794,-26.8056,8.19487,3.49066,86400,0,0,16227,9240,0,0,0,0),(66875,18637,555,3,1,0,1,-275.427,-0.559913,8.15628,3.56047,86400,0,0,16227,9240,0,0,0,0),(66876,18638,555,3,1,0,1,-360.445,-263.599,12.6879,0.026478,86400,5,0,16767,9465,1,0,0,0),(66877,18638,555,3,1,0,1,-313.295,-263.085,12.6835,3.02507,86400,5,0,16767,9465,1,0,0,0),(66878,18638,555,3,1,0,1,-270.873,-268.766,12.7638,0.287388,86400,0,0,16767,9465,0,0,0,0),(66879,18638,555,3,1,0,1,-270.18,-258.579,12.7637,5.98751,86400,0,0,16767,9465,0,0,0,0),(66880,18638,555,3,1,0,1,-281.377,-267.827,12.6822,4.70422,86400,5,0,16767,9465,1,0,0,0),(66881,18639,555,3,1,0,1,-139.912,-353.917,17.1665,5.75959,86400,0,0,16767,9465,0,0,0,0),(66882,18639,555,3,1,0,1,-153.032,-375.78,17.0819,4.6724,86400,0,0,16767,9465,0,0,0,0),(66883,18639,555,3,1,0,1,-136.037,-343.41,17.1648,3.1765,86400,0,0,16767,9465,0,0,0,0),(66884,18639,555,3,1,0,1,-163.125,-394.712,17.0796,4.74388,86400,0,0,16767,9465,0,0,0,0),(66885,18639,555,3,1,0,1,-154.608,-417.47,17.0782,4.74387,86400,0,0,16767,9465,0,0,0,0),(66886,18639,555,3,1,0,1,-179.281,-350.271,17.1665,5.98648,86400,0,0,16767,9465,0,0,0,0),(66887,18639,555,3,1,0,1,-149.674,-394.487,17.0796,4.69282,86400,0,0,16767,9465,0,0,0,0),(66888,18639,555,3,1,0,1,-134.274,-388.795,17.1657,3.72706,86400,0,0,16767,9465,0,0,0,0),(66889,18639,555,3,1,0,1,-151.682,-461.163,17.1606,4.57276,86400,0,0,16767,9465,0,0,0,0),(66890,18639,555,3,1,0,1,-156.284,-461.871,17.1606,4.69494,86400,0,0,16767,9465,0,0,0,0),(66891,18639,555,3,1,0,1,-160.956,-461.858,17.1606,4.90438,86400,0,0,16767,9465,0,0,0,0),(66892,18639,555,3,1,0,1,-176.776,-434.265,17.1622,0.279253,86400,0,0,16767,9465,0,0,0,0),(66893,18639,555,3,1,0,1,-130.551,-443.696,17.164,3.14527,86400,0,0,16767,9465,0,0,0,0),(66894,18640,555,3,1,0,1,-51.2688,-78.5158,-1.0449,2.49582,86400,0,0,16227,9240,0,0,0,0),(66895,18640,555,3,1,0,1,-74.4987,-77.2237,-1.04497,1.55334,86400,0,0,16227,9240,0,0,0,0),(66896,18640,555,3,1,0,1,-259.324,5.18744,8.15627,3.64774,86400,0,0,16227,9240,0,0,0,0),(66897,18640,555,3,1,0,1,-282.122,-76.7587,8.15625,2.72271,86400,0,0,16227,9240,0,0,0,0),(66898,18641,555,3,1,0,0,-54.7495,-78.6855,-1.12821,0.048723,86400,0,0,5206,14062,0,0,0,0),(66899,18641,555,3,1,0,0,-56.7471,-78.7829,-1.12821,6.15284,86400,0,0,5206,14062,0,0,0,0),(66900,18641,555,3,1,0,0,-58.7448,-78.8803,-1.12822,6.20498,86400,0,0,5206,14062,0,0,0,0),(66901,18641,555,3,1,0,0,-60.7424,-78.9777,-1.12823,0.138545,86400,0,0,5206,14062,0,0,0,0),(66902,18641,555,3,1,0,0,-62.74,-79.0751,-1.12823,6.27203,86400,0,0,5206,14062,0,0,0,0),(66903,18641,555,3,1,0,0,-73.1844,-72.6355,-1.1283,2.28426,86400,0,0,5206,14062,0,0,0,0),(66904,18641,555,3,1,0,0,-257.898,2.7362,8.15626,3.85718,86400,0,0,5206,14062,0,0,0,0),(66905,18642,555,3,1,0,0,-67.4098,-77.1873,-1.12827,5.10697,86400,0,0,7843,6160,0,0,0,0),(66906,18642,555,3,1,0,0,-281.167,-74.066,8.15624,3.12414,86400,0,0,7843,6160,0,0,0,0),(66907,18647,530,1,1,0,0,-3326.11,4201.69,-9.78603,2.05276,300,0,0,22860,0,0,0,0,0),(66908,18652,530,1,1,0,0,-1606.66,5301.5,-38.4945,3.94444,300,0,0,6761,0,0,0,0,0),(66909,18653,530,1,1,0,0,-1612.66,5315.41,-40.2089,6.04818,300,0,0,42,0,0,0,0,0),(135262,16409,532,1,5,16466,1,-10947.1,-1909.24,93.8216,-2.68728,604800,0,0,7825,15775,0,0,0,0),(66911,18658,530,1,1,0,1,-2719.82,8343.47,-83.0841,4.60767,300,0,0,5060,2933,0,0,0,0),(66912,18658,530,1,1,0,1,-2709.5,8331.9,-83.0979,3.05433,300,0,0,5060,2933,0,0,0,0),(66913,18658,530,1,1,0,1,-2810.39,8339.39,-94.0092,3.83723,300,0,0,5060,2933,0,0,0,0),(66914,18658,530,1,1,0,1,-2811.15,8330.02,-94.0154,2.47837,300,0,0,5060,2933,0,0,0,0),(66915,18658,530,1,1,0,1,-2814.55,8342.08,-94.1181,5.0091,300,0,0,5060,2933,0,0,0,0),(66916,18658,530,1,1,0,1,-2815.97,8327.21,-94.12,1.46608,300,0,0,5060,2933,0,0,0,0),(66917,18658,530,1,1,0,1,-2720.37,8320.63,-83.0145,1.48353,300,0,0,5060,2933,0,0,0,0),(66918,18658,530,1,1,0,1,-2731.09,8334.11,-83.0028,6.05629,300,0,0,5060,2933,0,0,0,0),(66919,18660,530,1,1,0,0,-2814.12,8335.87,-94.2461,3.01942,300,0,0,6542,0,0,0,0,0),(66920,18661,530,1,1,0,1,-2597.17,8320.1,-54.8976,0.10472,300,0,0,5060,2933,0,0,0,0),(66921,18661,530,1,1,0,1,-2675.31,8335.14,-77.7456,1.72588,300,5,0,5060,2933,1,0,0,0),(66922,18661,530,1,1,0,1,-2655.17,8320.86,-71.9772,0.005509,300,5,0,5060,2933,1,0,0,0),(66923,18661,530,1,1,0,1,-2710.19,8339.99,-83.3241,1.93417,300,5,0,5060,2933,1,0,0,0),(66924,18661,530,1,1,0,1,-2725.76,8320.45,-83.3241,5.97988,300,5,0,5060,2933,1,0,0,0),(66925,18661,530,1,1,0,1,-2767.4,8334.96,-88.7724,1.59618,300,5,0,5060,2933,1,0,0,0),(66926,18661,530,1,1,0,1,-2676.53,8341.16,-77.6729,4.46804,300,0,0,5060,2933,0,0,0,0),(66927,18661,530,1,1,0,1,-2628.72,8320.46,-65.946,6.10865,300,0,0,5060,2933,0,0,0,0),(66928,18662,530,1,1,0,0,-2723.87,8329.98,-78.0757,1.13446,300,0,0,6326,0,0,0,0,0),(66929,18662,530,1,1,0,0,-2715.69,8331.08,-77.3614,3.49066,300,0,0,6326,0,0,0,0,0),(66930,18662,530,1,1,0,0,-2720.82,8337.09,-76.7793,1.18682,300,0,0,6326,0,0,0,0,0),(66931,18662,530,1,1,0,0,-2720.33,8326.72,-76.9529,4.2586,300,0,0,6326,0,0,0,0,0),(66932,18662,530,1,1,0,0,-2807.55,8331.21,-88.8992,3.29867,300,0,0,6326,0,0,0,0,0),(66933,18662,530,1,1,0,0,-2808.19,8339.56,-88.3984,3.00197,300,0,0,6326,0,0,0,0,0),(66934,18662,530,1,1,0,0,-2817.18,8324.66,-88.2725,1.06465,300,0,0,6326,0,0,0,0,0),(66935,18662,530,1,1,0,0,-2813.38,8345.65,-87.9136,5.11381,300,0,0,6326,0,0,0,0,0),(66936,18662,530,1,1,0,0,-2819.22,8347.04,-86.5569,3.94444,300,0,0,6326,0,0,0,0,0),(66937,18667,555,3,1,0,1,-343.463,-16.4996,12.6888,5.09566,86400,0,0,138375,0,2,0,0,0),(66938,18668,530,1,1,0,0,9517.72,-7107.02,14.3098,2.33874,300,0,0,40,120,0,0,0,0),(66939,18669,530,1,1,0,0,9520.97,-7102.78,14.3707,2.53073,300,0,0,40,120,0,0,0,0),(66940,18670,530,1,1,0,0,-2257.22,3547.44,-21.6101,1.83568,300,0,0,5715,0,0,0,0,0),(3473,6014,1,1,1,10473,1,1453.24,-4185.65,61.4171,1.32645,300,0,0,2769,0,0,0,0,0),(66942,18671,530,1,1,0,0,9508.65,-7098.74,16.4624,5.8294,300,0,0,40,120,0,0,0,0),(66943,18675,530,1,1,0,1,-2783.1,5082.39,-8.18383,3.28122,300,0,0,4890,7196,0,0,0,0),(66944,18676,530,1,1,0,0,-2645.42,4449.63,36.2184,2.7011,300,5,0,4422,2620,1,0,0,0),(66945,18680,530,1,1,0,0,909.798,6974.82,20.7275,4.35157,300,0,0,11054,0,0,0,0,0),(66947,18688,530,1,1,0,0,-1452.95,8533.52,12.8692,3.33358,300,0,0,6542,0,0,0,0,0),(66946,18688,530,1,1,0,0,-2225.73,8586.74,-10.361,0.261799,300,0,0,6542,0,0,0,0,0),(66948,18690,530,1,1,0,0,1915.66,5150.16,265.69,1.07605,300,0,0,14981,0,0,0,0,0),(66949,18704,530,1,1,0,1,-2923.09,3945.71,0.85294,5.35078,300,0,0,6116,0,0,0,0,0),(66950,18705,530,1,1,0,1,-2651.74,4423.92,36.4625,0.575715,300,0,0,6116,0,2,0,0,0),(66952,18708,555,3,1,0,0,-157.895,-497.322,15.8651,1.5708,86400,0,0,392700,0,0,0,0,0),(66953,18712,530,1,1,0,1,-2604.96,4440.7,36.1769,2.93215,300,0,0,6542,0,0,0,0,0),(66954,18713,530,1,1,0,1,-3007.9,3978.22,3.10527,4.15388,300,0,0,6542,0,0,0,0,0),(66955,18714,530,1,1,0,1,-2574.84,4975.56,11.0632,2.94961,300,0,0,6326,0,0,0,0,0),(66956,18715,530,1,1,0,1,-2301.67,4898.39,1.22768,0.314159,300,0,0,5060,2933,0,0,0,0),(66957,18716,530,1,1,0,1,-2428.18,4975.85,31.1381,3.7001,300,0,0,4274,2568,0,0,0,0),(66958,18717,530,1,1,0,1,-2461.68,5017,26.5499,5.12228,300,0,0,4979,0,0,0,0,0),(66959,18718,530,1,1,0,1,-2458.59,4883.93,34.6365,1.74007,300,0,0,5914,0,2,0,0,0),(66960,18718,530,1,1,0,1,-2399.25,4948.65,33.5182,2.0725,300,0,0,5914,0,2,0,0,0),(66961,18719,530,1,1,0,1,-2405.43,4906.35,35.3986,3.78736,300,0,0,4422,2620,0,0,0,0),(66962,18720,530,1,1,0,1,-2409.23,4903.38,35.3865,0.698132,300,0,0,5914,0,0,0,0,0),(66963,18722,530,1,1,0,0,9768.36,-7080.19,5.75367,3.36848,300,0,0,55,0,0,0,0,0),(66964,18722,530,1,1,0,0,9722.8,-7099.58,4.96632,4.20624,300,0,0,55,0,0,0,0,0),(66965,18722,530,1,1,0,0,9739.72,-7099.98,7.84682,1.93731,300,0,0,55,0,0,0,0,0),(66966,18722,530,1,1,0,0,9742.65,-7091.91,4.86667,0.999315,300,0,0,55,0,0,0,0,0),(66967,18722,530,1,1,0,0,9715.67,-7090.06,4.96632,3.15905,300,0,0,55,0,0,0,0,0),(66968,18722,530,1,1,0,0,9727.96,-7071.17,4.96632,1.8326,300,0,0,55,0,0,0,0,0),(66969,18724,530,1,1,0,0,9524.15,-7101.64,14.394,2.87979,300,0,0,40,120,0,0,0,0),(66970,18727,530,1,1,0,0,9582.74,-7203.81,16.2034,4.93772,300,0,0,2745,0,2,0,0,0),(66998,18730,530,1,1,0,0,9731.06,-7087.06,3.59071,0.630867,300,0,0,3484,5751,2,0,0,0),(66999,18731,555,3,1,0,1,-156.764,20.6869,8.07311,4.66216,86400,0,0,134685,0,0,0,0,0),(67000,18732,555,3,1,0,1,-253.06,-264.024,17.0864,3.15559,86400,0,0,110625,33090,0,0,0,0),(67001,18733,530,1,1,0,1,-133.336,3689.05,57.3078,0.689235,300,0,0,104790,0,2,0,0,0),(7409,721,0,1,1,4626,0,-9235.8,-3146.64,109.469,1.00546,300,10,0,1,0,1,0,0,0),(67003,18743,530,1,1,0,0,10003.3,-7110.13,47.7883,2.44346,300,0,0,737,2175,0,0,0,0),(67004,18744,530,1,1,0,0,9998.04,-7106.56,47.7883,5.68977,300,0,0,737,2175,0,0,0,0),(67005,18745,530,1,1,0,1,-3006.83,3995.62,4.54775,4.53786,300,0,0,6986,0,0,0,0,0),(67006,18747,530,1,1,0,1,186.755,2676.36,89.0101,3.15905,300,0,0,6505,0,0,0,0,0),(67007,18748,530,1,1,0,1,232.844,2842.46,131.424,4.15388,300,0,0,6505,0,0,0,0,0),(67008,18749,530,1,1,0,0,204.177,2617.73,87.3669,3.97935,300,0,0,2136,5751,0,0,0,0),(67009,18750,530,1,1,0,0,-1451.33,4773.68,-24.5155,1.98902,300,0,0,3237,0,0,0,0,0),(67010,18750,530,1,1,0,0,-1454.64,4780.3,-25.7975,5.3345,300,0,0,3237,0,0,0,0,0),(67011,18750,530,1,1,0,0,-1359.24,4881.7,-24.3259,5.34535,300,5,0,3237,0,1,0,0,0),(67012,18750,530,1,1,0,0,-1315.67,4929.63,-23.0532,2.3625,300,0,0,3237,0,0,0,0,0),(67013,18750,530,1,1,0,0,-1333.83,4957.37,-26.3804,1.25301,300,0,0,3237,0,0,0,0,0),(67014,18750,530,1,1,0,0,-1345.57,4955.39,-28.4207,0.79437,300,0,0,3237,0,0,0,0,0),(67015,18750,530,1,1,0,0,-1347.76,4958.24,-29.0002,0.083233,300,0,0,3237,0,0,0,0,0),(67016,18750,530,1,1,0,0,-1292.48,4944.94,-26.2411,3.40352,300,0,0,3237,0,0,0,0,0),(67017,18750,530,1,1,0,0,-1330.07,4960.67,-26.7676,6.1707,300,0,0,3237,0,0,0,0,0),(67018,18750,530,1,1,0,0,-1408.08,4919.27,-23.1125,0.503327,300,5,0,3237,0,1,0,0,0),(67019,18750,530,1,1,0,0,-1282.77,5014.59,-31.0358,0.34966,300,5,0,3237,0,1,0,0,0),(67020,18750,530,1,1,0,0,-1244.67,4990.78,-49.0998,3.6323,300,5,0,3237,0,1,0,0,0),(67021,18750,530,1,1,0,0,-1210.2,5011.63,-32.9331,5.68066,300,5,0,3237,0,1,0,0,0),(67022,18750,530,1,1,0,0,-1343.84,5021.93,-37.2966,3.48343,300,5,0,3237,0,1,0,0,0),(67023,18750,530,1,1,0,0,-1414.59,4993.8,-24.3748,4.29278,300,5,0,3237,0,1,0,0,0),(67024,18751,530,1,1,0,0,179.75,2607.09,87.3669,0.226893,300,0,0,2136,5751,0,0,0,0),(67025,18752,530,1,1,0,1,154.993,2710.45,88.1616,5.044,300,0,0,3968,0,0,0,0,0),(67026,18753,530,1,1,0,0,242.253,2836.55,145.176,0.872665,300,0,0,3984,2434,0,0,0,0),(67027,18754,530,1,1,0,1,148.588,2636.02,86.018,1.27409,300,0,0,3113,0,0,0,0,0),(67028,18755,530,1,1,0,1,151.239,2633.32,86.627,0.15708,300,0,0,3357,0,0,0,0,0),(67029,18756,530,1,1,0,0,-1739.42,5149.85,-37.1216,4.2237,300,0,0,4422,2620,0,0,0,0),(67030,18758,530,1,1,0,1,76.666,4344.87,101.503,3.14159,300,0,0,5922,0,0,0,0,0),(67031,18758,530,1,1,0,1,77.0584,4321.94,101.503,3.12414,300,0,0,5922,0,0,0,0,0),(67032,18758,530,1,1,0,1,105.117,4338.26,101.59,5.16889,300,0,0,5922,0,0,0,0,0),(67033,18758,530,1,1,0,1,130.458,4344.52,106.72,3.14159,300,0,0,5922,0,0,0,0,0),(67034,18758,530,1,1,0,1,130.047,4321.94,106.595,3.12414,300,0,0,5922,0,0,0,0,0),(67035,18758,530,1,1,0,1,181.345,4344.85,116.377,3.14159,300,0,0,5922,0,0,0,0,0),(67036,18758,530,1,1,0,1,180.919,4322.64,116.377,3.12414,300,0,0,5922,0,0,0,0,0),(67037,18759,530,1,1,0,0,273.866,7082.68,87.0635,3.01942,300,0,0,4120,0,0,0,0,0),(67038,18759,530,1,1,0,0,340.453,6833.1,61.798,3.01942,300,0,0,4120,0,0,0,0,0),(67039,18759,530,1,1,0,0,375.806,7332.96,63.1065,2.94961,300,0,0,4120,0,0,0,0,0),(67040,18760,530,1,1,0,0,-2265.21,3091.14,13.9121,2.9147,300,0,0,5528,3275,0,0,0,0),(67041,18761,530,1,1,0,0,9655.39,-7135.51,16.8566,0.10472,300,0,0,811,852,0,0,0,0),(67042,18762,530,1,1,0,0,-1740.91,5144.25,-37.1881,3.65403,300,0,0,42,0,0,0,0,0),(67043,18763,530,1,1,0,0,9776.19,-7299.58,13.4711,0.698132,300,0,0,1551,4393,0,0,0,0),(67044,18763,530,1,1,0,0,9777.06,-7289.16,13.4711,5.51524,300,0,0,1551,4393,0,0,0,0),(67045,18763,530,1,1,0,0,9786.76,-7301.1,13.4711,0.593412,300,0,0,1551,4393,0,0,0,0),(67046,18771,530,1,1,0,1,-721.657,2745.26,94.0548,3.45575,300,0,0,3113,0,0,0,0,0),(67047,18772,530,1,1,0,0,-712.816,2718.37,101.675,6.14356,300,0,0,2136,5751,0,0,0,0),(67048,18773,530,1,1,0,0,-796.387,2769.96,146.618,2.25148,300,0,0,2442,2434,0,0,0,0),(67049,18774,530,1,1,0,0,-711.68,2717.99,94.8203,6.21337,300,0,0,3484,5751,0,0,0,0),(67050,18775,530,1,1,0,1,-777.6,2661.83,108.252,0.20944,300,0,0,6473,0,0,0,0,0),(67051,18776,530,1,1,0,1,-784.479,2771.25,120.93,4.43314,300,0,0,3357,0,0,0,0,0),(67052,18777,530,1,1,0,1,-693.831,2724.7,94.1936,3.1765,300,0,0,3357,0,0,0,0,0),(67053,18779,530,1,1,0,1,-717.806,2611.67,91.0945,5.88176,300,0,0,3357,0,0,0,0,0),(67054,18781,530,1,1,0,0,9671.88,-7347.24,12.0191,0.314159,300,0,0,1551,4393,0,0,0,0),(67055,18785,530,1,1,0,0,199.061,4238.42,121.81,0.872665,300,0,0,10572,0,0,0,0,0),(67056,18788,530,1,1,0,0,210.492,6065.09,148.396,5.98648,300,0,0,10572,0,0,0,0,0),(67057,18789,530,1,1,0,0,-2723.1,7302.84,88.7157,2.37365,300,0,0,10572,0,0,0,0,0),(67058,18790,530,1,1,0,1,9474.76,-7271.35,14.3199,4.50295,300,0,0,433,490,0,0,0,0),(67059,18791,530,1,1,0,0,223.468,7812.55,22.6859,2.23402,300,0,0,10572,0,0,0,0,0),(67060,18792,530,1,1,0,0,9472.94,-7264.89,14.3098,5.41052,300,0,0,132,289,0,0,0,0),(67061,18793,555,3,1,0,0,-157.117,-58.3139,23.1893,4.72984,86400,0,0,42,0,0,0,0,0),(67062,18793,555,3,1,0,0,-138.636,-77.7277,23.3095,4.95674,86400,0,0,42,0,0,0,0,0),(67063,18793,555,3,1,0,0,-157.114,-19.444,23.257,4.69494,86400,0,0,42,0,0,0,0,0),(67064,18793,555,3,1,0,0,-174.345,-77.7016,23.1109,4.67748,86400,0,0,42,0,0,0,0,0),(67065,18793,555,3,1,0,0,-138.668,0.209988,23.3051,4.66003,86400,0,0,42,0,0,0,0,0),(67066,18793,555,3,1,0,0,-174.58,0.500917,23.2178,4.72984,86400,0,0,42,0,0,0,0,0),(67067,18794,555,3,1,0,0,-157.366,-25.4668,8.15644,1.58825,86400,0,0,16227,9240,0,0,0,0),(67068,18794,555,3,1,0,0,-163.544,-19.4803,8.15646,5.95157,86400,0,0,16227,9240,0,0,0,0),(67069,18794,555,3,1,0,0,-151.073,-19.4873,8.15641,3.45575,86400,0,0,16227,9240,0,0,0,0),(67070,18794,555,3,1,0,0,-163.498,-58.2544,8.15651,5.84685,86400,0,0,16227,9240,0,0,0,0),(67071,18794,555,3,1,0,0,-150.845,-58.4388,8.15646,3.50811,86400,0,0,16227,9240,0,0,0,0),(67072,18794,555,3,1,0,0,-157.189,-64.3545,8.15654,1.69297,86400,0,0,16227,9240,0,0,0,0),(67073,18794,555,3,1,0,0,-174.66,-5.67847,8.15645,1.46608,86400,0,0,16227,9240,0,0,0,0),(67074,18794,555,3,1,0,0,-174.658,-84.0042,8.15651,1.32645,86400,0,0,16227,9240,0,0,0,0),(67075,18794,555,3,1,0,0,-168.166,-77.7684,8.1565,3.1765,86400,0,0,16227,9240,0,0,0,0),(67076,18794,555,3,1,0,0,-180.512,-77.8015,8.1565,5.98648,86400,0,0,16227,9240,0,0,0,0),(67077,18794,555,3,1,0,0,-138.492,-6.20039,8.15637,1.62316,86400,0,0,16227,9240,0,0,0,0),(67078,18794,555,3,1,0,0,-144.796,-77.8984,8.15642,6.21337,86400,0,0,16227,9240,0,0,0,0),(67079,18794,555,3,1,0,0,-138.855,-84.1044,8.15643,1.23918,86400,0,0,16227,9240,0,0,0,0),(67080,18794,555,3,1,0,0,-132.429,-77.7669,8.15642,3.31613,86400,0,0,16227,9240,0,0,0,0),(67081,18794,555,3,1,0,0,-180.765,0.361324,8.1564,6.02139,86400,0,0,16227,9240,0,0,0,0),(67082,18794,555,3,1,0,0,-168.385,0.363827,8.1564,3.4383,86400,0,0,16227,9240,0,0,0,0),(67083,18794,555,3,1,0,0,-144.893,0.221401,8.15631,5.95157,86400,0,0,16227,9240,0,0,0,0),(67084,18794,555,3,1,0,0,-132.241,0.306026,8.15631,3.45575,86400,0,0,16227,9240,0,0,0,0),(67085,18796,555,3,1,0,1,-180.626,-7.132,8.072,5.341,86400,0,0,83832,0,0,0,0,0),(67086,18796,555,3,1,0,1,-162.997,-70.9096,8.0728,5.45063,86400,0,0,83832,0,0,0,0,0),(67087,18796,555,3,1,0,1,-133.3,-23.9853,8.07302,1.51828,86400,0,0,83832,0,0,0,0,0),(67088,18796,555,3,1,0,1,-160.72,-28.378,8.072,1.509,86400,0,0,83832,0,0,0,0,0),(67089,18796,555,3,1,0,1,-138.75,-68.7256,8.15647,0.942478,86400,0,0,83832,0,0,0,0,0),(67090,18797,555,3,1,0,0,-425.202,-58.4007,12.7729,0.610865,86400,0,0,2704,0,0,0,0,0),(67091,18797,555,3,1,0,0,-436.639,-112.497,15.1047,2.93215,86400,5,0,2704,0,1,0,0,0),(67092,18797,555,3,1,0,0,-435.646,-117.873,14.8202,5.65487,86400,0,0,2704,0,0,0,0,0),(67093,18797,555,3,1,0,0,-439.077,-115.024,15.7946,3.78736,86400,0,0,2704,0,0,0,0,0),(67094,18797,555,3,1,0,0,-440.505,-118.363,15.1648,2.30383,86400,0,0,2704,0,0,0,0,0),(67095,18797,555,3,1,0,0,-444.983,-175.284,13.2328,5.65487,86400,0,0,2704,0,0,0,0,0),(67096,18797,555,3,1,0,0,-416.889,-188.772,14.3453,2.18166,86400,5,0,2704,0,1,0,0,0),(67097,18797,555,3,1,0,0,-419.685,-191.306,14.4025,2.93215,86400,5,0,2704,0,1,0,0,0),(67098,18797,555,3,1,0,0,-414.574,-193.634,15.6867,0.942478,86400,5,0,2704,0,1,0,0,0),(67099,18797,555,3,1,0,0,-416.648,-191.413,15.1476,4.18879,86400,5,0,2704,0,1,0,0,0),(67100,18797,555,3,1,0,0,-362.538,-240.156,12.7692,1.98968,86400,0,0,2704,0,0,0,0,0),(67101,18797,555,3,1,0,0,-340.798,-244.049,14.5531,4.18879,86400,0,0,2704,0,0,0,0,0),(67102,18797,555,3,1,0,0,-336.87,-249.471,15.3919,2.93215,86400,0,0,2704,0,0,0,0,0),(67103,18797,555,3,1,0,0,-336.076,-252.876,14.9174,5.65487,86400,0,0,2704,0,0,0,0,0),(67104,18797,555,3,1,0,0,-337.321,-245.791,15.4584,2.30383,86400,0,0,2704,0,0,0,0,0),(67105,18797,555,3,1,0,0,-340.216,-249.403,14.9254,3.78736,86400,0,0,2704,0,0,0,0,0),(67106,18797,555,3,1,0,0,-332.884,-248.89,15.0065,0.610865,86400,0,0,2704,0,0,0,0,0),(67107,18797,555,3,1,0,0,-339.561,-253.168,13.9617,2.93215,86400,0,0,2704,0,0,0,0,0),(67108,18797,555,3,1,0,0,-332.873,-244.793,14.6794,0.942478,86400,0,0,2704,0,0,0,0,0),(67109,18797,555,3,1,0,0,-332.04,-275.862,14.534,0.784749,86400,0,0,2704,0,0,0,0,0),(67110,18797,555,3,1,0,0,-326.74,-279.742,16.9801,0.121764,86400,0,0,2704,0,0,0,0,0),(67111,18797,555,3,1,0,0,-336.113,-280.532,16.8695,0.350175,86400,0,0,2704,0,0,0,0,0),(67112,18797,555,3,1,0,0,-333.736,-280.805,17.5652,1.82887,86400,0,0,2704,0,0,0,0,0),(67113,18797,555,3,1,0,0,-338.238,-283.498,17.4151,1.78773,86400,0,0,2704,0,0,0,0,0),(67114,18797,555,3,1,0,0,-341.926,-281.805,15.4127,0.113161,86400,0,0,2704,0,0,0,0,0),(67115,18797,555,3,1,0,0,-325.389,-284.21,17.8851,2.09487,86400,0,0,2704,0,0,0,0,0),(67116,18797,555,3,1,0,0,-329.777,-286.69,19.8975,4.19558,86400,0,0,2704,0,0,0,0,0),(67117,18797,555,3,1,0,0,-335.551,-290.153,21.2138,4.42428,86400,0,0,2704,0,0,0,0,0),(67118,18797,555,3,1,0,0,-330.73,-290.891,21.8424,0.261224,86400,0,0,2704,0,0,0,0,0),(67119,18797,555,3,1,0,0,-333.08,-302.604,25.1384,2.93215,86400,0,0,2704,0,0,0,0,0),(67120,18797,555,3,1,0,0,-331.946,-253.008,14.1899,5.044,86400,0,0,2704,0,0,0,0,0),(67121,18797,555,3,1,0,0,-335.743,-255.684,14.206,0.418879,86400,0,0,2704,0,0,0,0,0),(67122,18797,555,3,1,0,0,-293.067,-306.897,26.5101,2.07694,86400,0,0,2704,0,0,0,0,0),(67123,18797,555,3,1,0,0,-294.457,-277.033,15.3002,4.39378,86400,5,0,2704,0,1,0,0,0),(67124,18797,555,3,1,0,0,-297.823,-279.468,16.0068,2.01522,86400,5,0,2704,0,1,0,0,0),(67125,18797,555,3,1,0,0,-287.382,-279.468,15.496,5.77641,86400,5,0,2704,0,1,0,0,0),(67126,18797,555,3,1,0,0,-283.911,-283.157,16.5927,3.78736,86400,5,0,2704,0,1,0,0,0),(67127,18797,555,3,1,0,0,-288.59,-284.263,17.783,1.73615,86400,5,0,2704,0,1,0,0,0),(67128,18797,555,3,1,0,0,-292.635,-281.438,17.5337,1.07256,86400,5,0,2704,0,1,0,0,0),(67129,18797,555,3,1,0,0,-299.156,-285.271,17.8104,2.90233,86400,5,0,2704,0,1,0,0,0),(67130,18797,555,3,1,0,0,-295.999,-291.288,21.2898,3.18042,86400,5,0,2704,0,1,0,0,0),(67131,18797,555,3,1,0,0,-290.663,-287.45,21.3006,5.044,86400,5,0,2704,0,1,0,0,0),(67132,18797,555,3,1,0,0,-285.458,-289.044,18.8886,1.76928,86400,5,0,2704,0,1,0,0,0),(67133,18797,555,3,1,0,0,-262.44,-281.317,12.7646,0.593412,86400,5,0,2704,0,1,0,0,0),(67134,18797,555,3,1,0,0,-292.796,-248.356,15.6591,5.75959,86400,0,0,2704,0,0,0,0,0),(67135,18797,555,3,1,0,0,-290.878,-248.308,15.654,0.628319,86400,0,0,2704,0,0,0,0,0),(67136,18797,555,3,1,0,0,-294.633,-248.559,15.4587,3.78736,86400,0,0,2704,0,0,0,0,0),(67137,18797,555,3,1,0,0,-292.233,-251.574,15.2177,3.40339,86400,0,0,2704,0,0,0,0,0),(67138,18797,555,3,1,0,0,-292.254,-245.745,15.1109,6.19592,86400,0,0,2704,0,0,0,0,0),(67139,18797,555,3,1,0,0,-295.79,-244.836,14.3562,4.29351,86400,0,0,2704,0,0,0,0,0),(67140,18797,555,3,1,0,0,-296.006,-252.06,14.6757,4.53786,86400,0,0,2704,0,0,0,0,0),(67141,18797,555,3,1,0,0,-288.132,-244.975,14.7659,4.17134,86400,0,0,2704,0,0,0,0,0),(67142,18797,555,3,1,0,0,-287.78,-251.373,14.8226,4.32842,86400,0,0,2704,0,0,0,0,0),(67143,18797,555,3,1,0,0,-298.646,-249.089,14.4923,4.76475,86400,0,0,2704,0,0,0,0,0),(67144,18797,555,3,1,0,0,-253.396,-225.411,39.519,4.50295,86400,0,0,2704,0,0,0,0,0),(67145,18797,555,3,1,0,0,-436.057,-34.114,12.7716,5.35816,86400,0,0,2704,0,0,0,0,0),(67146,18797,555,3,1,0,0,-415.485,-172.984,12.7231,2.30383,86400,0,0,2704,0,0,0,0,0),(67147,18797,555,3,1,0,0,-435.36,-266.77,12.771,5.75959,86400,0,0,2704,0,0,0,0,0),(67148,18797,555,3,1,0,0,-322.287,-241.187,12.7673,3.05433,86400,0,0,2704,0,0,0,0,0),(67149,18797,555,3,1,0,0,-257.556,-266.633,17.0864,1.01312,86400,0,0,2704,0,0,0,0,0),(67150,18799,530,1,1,0,0,9514.11,-7106.19,14.3141,2.16421,300,0,0,40,120,0,0,0,0),(67151,18799,530,1,1,0,0,9517.79,-7110.06,14.3112,2.28638,300,0,0,40,120,0,0,0,0),(67152,18799,530,1,1,0,0,9517.68,-7100.05,14.366,2.40855,300,0,0,40,120,0,0,0,0),(67153,18799,530,1,1,0,0,9521.62,-7099.73,14.3881,2.82743,300,0,0,40,120,0,0,0,0),(67154,18799,530,1,1,0,0,9523.75,-7104.34,14.3889,2.53073,300,0,0,40,120,0,0,0,0),(67155,18800,530,1,1,0,1,-4021.13,-11487.1,-141.046,4.15244,300,5,0,11828,0,1,0,0,0),(67156,18800,530,1,1,0,1,-4205.64,-11733.8,-132.205,1.97222,300,0,0,11828,0,0,0,0,0),(67157,18800,530,1,1,0,1,-4283.24,-11653.3,-142.454,1.97222,300,5,0,11828,0,1,0,0,0),(67158,18800,530,1,1,0,1,-3919.31,-11862.6,1.865,1.65806,300,5,0,11828,0,1,0,0,0),(67159,18802,530,1,1,0,1,-785.352,2760.92,122.006,5.39307,300,0,0,7326,2434,0,0,0,0),(67160,18803,530,1,1,0,1,-1975.23,-11874.5,49.3356,3.52556,300,0,0,386,0,0,0,0,0),(67161,18804,530,1,1,0,1,-1937.86,-11912.5,48.1426,1.90241,300,0,0,2218,0,0,0,0,0),(67162,18807,530,1,1,0,1,-2563.19,4426.77,39.4383,3.56047,300,0,0,14193,2790,0,0,0,0),(67163,18808,530,1,1,0,1,-1256.63,7136.17,57.3484,3.57792,300,0,0,14193,2790,0,0,0,0),(67164,18809,530,1,1,0,0,-2995.4,3873.27,9.6248,0.087266,300,0,0,17742,0,0,0,0,0),(67165,18810,530,1,1,0,1,-4209.45,-12456.2,45.6276,2.82743,300,0,0,230,249,0,0,0,0),(67166,18811,530,1,1,0,0,-2023.56,-11878,45.4749,2.33874,300,0,0,300,0,0,0,0,0),(67167,18812,530,1,1,0,0,-3765.07,-11487.1,-134.108,2.35619,300,0,0,737,2175,0,0,0,0),(67168,18813,530,1,1,0,0,-3759.71,-11479.9,-134.173,3.82227,300,0,0,737,2175,0,0,0,0),(67169,18814,530,1,1,0,0,-3896.57,-11337.8,-122.371,0.349066,300,0,0,42,0,0,0,0,0),(67170,18814,530,1,1,0,0,-3873.99,-11329,-122.259,1.16937,300,0,0,42,0,0,0,0,0),(67171,18814,530,1,1,0,0,-3813.53,-11421.3,-139.7,1.0821,300,0,0,42,0,0,0,0,0),(67172,18814,530,1,1,0,0,-3815.57,-11400.9,-139.647,1.44862,300,0,0,42,0,0,0,0,0),(67173,18814,530,1,1,0,0,-3807.16,-11443.1,-139.708,2.72271,300,0,0,42,0,0,0,0,0),(67174,18814,530,1,1,0,0,-3855.19,-11388.8,-91.2985,5.74213,300,0,0,42,0,0,0,0,0),(67175,18814,530,1,1,0,0,-3802.98,-11434.8,-139.627,2.07694,300,0,0,42,0,0,0,0,0),(67176,18814,530,1,1,0,0,-3798.64,-11422.9,-139.531,1.09956,300,0,0,42,0,0,0,0,0),(67177,18814,530,1,1,0,0,-3829.85,-11380.1,-91.9817,2.23402,300,0,0,42,0,0,0,0,0),(67178,18814,530,1,1,0,0,-3791.8,-11452.6,-139.563,3.75246,300,0,0,42,0,0,0,0,0),(67179,18814,530,1,1,0,0,-3778.61,-11431.5,-139.328,1.67552,300,0,0,42,0,0,0,0,0),(67180,18814,530,1,1,0,0,-3785.56,-11443.5,-139.455,0.575959,300,0,0,42,0,0,0,0,0),(67181,18814,530,1,1,0,0,-3768.13,-11440.2,-139.238,2.25148,300,0,0,42,0,0,0,0,0),(67182,18814,530,1,1,0,0,-3752.74,-11424.7,-138.999,3.735,300,0,0,42,0,0,0,0,0),(67183,18814,530,1,1,0,0,-3673.04,-11423.8,-114.373,1.78024,300,0,0,42,0,0,0,0,0),(67184,18815,530,1,1,0,0,-4076.34,-11912,-0.972982,5.95157,300,0,0,737,2175,0,0,0,0),(67186,18818,530,1,1,0,0,-160.54,2518.76,59.9245,6.07375,300,0,0,42,0,0,0,0,0),(1881,28225,230,1,1,0,0,872.331,-135.744,-49.7576,3.84395,25,0,0,3052,0,0,0,0,0),(67188,18827,530,1,1,0,1,388.825,2801.56,54.2496,2.32129,300,5,0,4142,0,1,0,0,0),(67189,18827,530,1,1,0,1,394.296,2817.31,52.4762,3.9968,300,5,0,4142,0,1,0,0,0),(67190,18827,530,1,1,0,1,386.609,2784.09,52.7255,2.07694,300,5,0,4142,0,1,0,0,0),(67191,18827,530,1,1,0,1,387.333,2720.73,50.8064,3.87463,300,5,0,4142,0,1,0,0,0),(67192,18827,530,1,1,0,1,388.359,2732.28,51.5759,6.16101,300,5,0,4142,0,1,0,0,0),(67193,18827,530,1,1,0,1,394.84,2849.78,53.8918,2.86234,300,0,0,4142,0,0,0,0,0),(67194,18827,530,1,1,0,1,400.486,2823.23,53.1719,1.36136,300,5,0,4142,0,1,0,0,0),(67195,18827,530,1,1,0,1,408.077,2807.56,52.8381,0.383972,300,5,0,4142,0,1,0,0,0),(67196,18827,530,1,1,0,1,418.141,2815.85,51.7569,4.76475,300,5,0,4142,0,1,0,0,0),(67197,18827,530,1,1,0,1,439.048,2826.23,52.0895,4.62512,300,5,0,4142,0,1,0,0,0),(67198,18827,530,1,1,0,1,427.668,2838.61,52.2205,1.3439,300,0,0,4142,0,0,0,0,0),(67199,18827,530,1,1,0,1,450.548,2804.09,53.9372,1.66611,300,5,0,4142,0,1,0,0,0),(67200,18827,530,1,1,0,1,409.749,2760.28,53.5678,4.18879,300,5,0,4142,0,1,0,0,0),(67201,18827,530,1,1,0,1,431.33,2793.01,58.131,2.37365,300,0,0,4142,0,0,0,0,0),(67202,18827,530,1,1,0,1,426.145,2766.6,57.0775,4.88692,300,5,0,4142,0,1,0,0,0),(67203,18827,530,1,1,0,1,449.051,2778.35,51.9136,0.05236,300,5,0,4142,0,1,0,0,0),(67204,18827,530,1,1,0,1,439.558,2768.73,52.8421,3.8615,300,5,0,4142,0,1,0,0,0),(67205,18827,530,1,1,0,1,397.764,2755.95,53.9276,6.00393,300,5,0,4142,0,1,0,0,0),(67206,18827,530,1,1,0,1,451.458,2756.16,50.1161,5.88176,300,5,0,4142,0,1,0,0,0),(67207,18827,530,1,1,0,1,412.062,2731.92,51.4996,0.558505,300,5,0,4142,0,1,0,0,0),(67208,18827,530,1,1,0,1,-734.555,2747.17,36.2433,2.49582,300,5,0,4142,0,1,0,0,0),(67209,18827,530,1,1,0,1,-687.777,2745.46,38.3076,4.04599,300,0,0,4142,0,0,0,0,0),(67210,18827,530,1,1,0,1,-688.078,2760.75,45.2928,2.6529,300,0,0,4142,0,0,0,0,0),(67211,18827,530,1,1,0,1,-679.371,2782.46,43.1748,2.79253,300,0,0,4142,0,0,0,0,0),(67212,18827,530,1,1,0,1,-671.821,2817.22,47.8032,2.44346,300,0,0,4142,0,0,0,0,0),(67213,18827,530,1,1,0,1,-666.033,2802.39,45.804,6.0912,300,5,0,4142,0,1,0,0,0),(67214,18827,530,1,1,0,1,-714.008,2717.82,34.3715,5.3058,300,0,0,4142,0,0,0,0,0),(67215,18827,530,1,1,0,1,-680.64,2655.74,1.26969,3.75246,300,5,0,4142,0,1,0,0,0),(67216,18827,530,1,1,0,1,-664.551,2638.83,1.19288,4.74729,300,5,0,4142,0,1,0,0,0),(67217,18827,530,1,1,0,1,-741.775,2745.82,19.6051,3.7001,300,0,0,4142,0,0,0,0,0),(67218,18827,530,1,1,0,1,-702.921,2745.49,36.7479,3.05433,300,5,0,4142,0,1,0,0,0),(67219,18827,530,1,1,0,1,-689.615,2721.6,7.07731,6.07375,300,0,0,4142,0,0,0,0,0),(67220,18827,530,1,1,0,1,-668.412,2681.35,-7.43603,0.977384,300,5,0,4142,0,1,0,0,0),(67221,18827,530,1,1,0,1,-751.743,2727.75,23.108,1.65806,300,0,0,4142,0,0,0,0,0),(67222,18827,530,1,1,0,1,-692.987,2697.35,3.80664,3.35103,300,0,0,4142,0,0,0,0,0),(67223,18827,530,1,1,0,1,-719.382,2750.3,16.4486,1.20428,300,0,0,4142,0,0,0,0,0),(67224,18827,530,1,1,0,1,-627.356,2632.89,-2.21836,6.05629,300,5,0,4142,0,1,0,0,0),(67225,18827,530,1,1,0,1,-623.611,2664.12,-4.24764,0.418879,300,0,0,4142,0,0,0,0,0),(67226,18828,530,1,1,0,0,391.064,2867.45,55.4718,3.76991,300,0,0,42,0,0,0,0,0),(67227,18828,530,1,1,0,0,392.65,2801.17,53.7665,5.84685,300,0,0,42,0,0,0,0,0),(67228,18828,530,1,1,0,0,393.053,2774.67,51.8661,0.017453,300,0,0,42,0,0,0,0,0),(67229,18828,530,1,1,0,0,389.273,2746.79,51.5847,4.13643,300,0,0,42,0,0,0,0,0),(67230,18828,530,1,1,0,0,415.679,2819.86,51.9685,4.50295,300,0,0,42,0,0,0,0,0),(67231,18828,530,1,1,0,0,423.464,2839.64,52.3739,5.21853,300,0,0,42,0,0,0,0,0),(67232,18828,530,1,1,0,0,450.545,2803.83,53.9517,1.85005,300,0,0,42,0,0,0,0,0),(67233,18828,530,1,1,0,0,415.231,2734,55.5623,3.89208,300,0,0,42,0,0,0,0,0),(67234,18828,530,1,1,0,0,-740.906,2720.84,25.4062,3.57792,300,0,0,42,0,0,0,0,0),(67235,18828,530,1,1,0,0,-724.933,2746.52,35.9803,3.12414,300,0,0,42,0,0,0,0,0),(67236,18828,530,1,1,0,0,-691.554,2665.04,1.55681,3.00197,300,0,0,42,0,0,0,0,0),(67237,18828,530,1,1,0,0,-721.683,2746.8,16.3043,3.54302,300,0,0,42,0,0,0,0,0),(67238,18828,530,1,1,0,0,-683.444,2699.78,1.87075,2.40855,300,0,0,42,0,0,0,0,0),(67239,18828,530,1,1,0,0,-671.545,2750.11,40.6133,2.9147,300,0,0,42,0,0,0,0,0),(67240,18828,530,1,1,0,0,-671.625,2795.1,45.0327,2.51327,300,0,0,42,0,0,0,0,0),(67241,18828,530,1,1,0,0,-666.705,2830.06,50.3909,5.77704,300,0,0,42,0,0,0,0,0),(67242,18828,530,1,1,0,0,-632.856,2632.25,-2.9361,1.27409,300,0,0,42,0,0,0,0,0),(67243,18828,530,1,1,0,0,-673.829,2680.88,-7.81617,5.09636,300,0,0,42,0,0,0,0,0),(67244,18830,555,3,1,0,1,-360.429,-265.599,12.6877,0.022214,86400,5,0,20958,0,1,0,0,0),(67245,18830,555,3,1,0,1,-313.216,-265.828,12.6837,3.3179,86400,5,0,20958,0,1,0,0,0),(67246,18830,555,3,1,0,1,-271.362,-265.765,12.7637,0.11843,86400,0,0,20958,0,0,0,0,0),(67247,18830,555,3,1,0,1,-271.337,-261.466,12.7637,6.16129,86400,0,0,20958,0,0,0,0,0),(67248,18830,555,3,1,0,1,-249.331,-281.855,16.4914,5.3098,86400,5,0,20958,0,1,0,0,0),(67249,18840,530,1,1,0,0,-1541.78,8516.86,0.32339,3.47321,300,0,0,3052,0,0,0,0,0),(67250,18841,530,1,1,0,0,-811.396,7707.8,43.0849,5.72468,300,0,0,3052,0,0,0,0,0),(67251,18842,530,1,1,0,0,-1338.42,7227.11,37.5517,2.9147,300,0,0,3052,0,0,0,0,0),(67252,18843,530,1,1,0,0,-3267.45,5998.2,-1.26181,4.90438,300,0,0,4979,0,0,0,0,0),(67253,18848,555,3,1,0,1,-261.816,-2.47938,8.0729,0.359763,86400,0,0,68465,9465,0,0,0,0),(67254,18848,555,3,1,0,1,-262.391,-53.6821,8.07287,6.22477,86400,0,0,68465,9465,0,0,0,0),(67255,18848,555,3,1,0,1,-270.496,-85.4471,8.07296,2.7229,86400,0,0,68465,9465,0,0,0,0),(67256,18849,530,1,1,0,0,-299.46,2407.89,61.297,0.383972,300,0,0,42,0,0,0,0,0),(67257,18849,530,1,1,0,0,-304.519,2398.33,54.7864,6.07375,300,0,0,42,0,0,0,0,0),(67258,18850,530,1,1,0,1,2460.09,2849.69,132.915,1.6057,300,0,0,6326,0,0,0,0,0),(67259,18850,530,1,1,0,1,2448.34,2858.35,132.224,0.698132,300,0,0,6326,0,0,0,0,0),(67260,18850,530,1,1,0,1,2334.53,2791.84,133.168,1.3439,300,0,0,6326,0,0,0,0,0),(67261,18850,530,1,1,0,1,2337.3,2797.86,133.168,4.29351,300,0,0,6326,0,0,0,0,0),(67262,18850,530,1,1,0,1,2346.69,2793.28,133.168,4.27606,300,0,0,6326,0,0,0,0,0),(67263,18850,530,1,1,0,1,2342.63,2795.32,133.168,4.41568,300,0,0,6326,0,0,0,0,0),(67264,18850,530,1,1,0,1,2344.46,2787.87,133.168,1.51844,300,0,0,6326,0,0,0,0,0),(67265,18850,530,1,1,0,1,2340.06,2789.82,133.168,1.39626,300,0,0,6326,0,0,0,0,0),(67266,18850,530,1,1,0,1,2315.53,2689.68,128.841,4.93205,300,0,0,6326,0,0,0,0,0),(67267,18850,530,1,1,0,1,2315.51,2675.69,127.407,1.36895,300,0,0,6326,0,0,0,0,0),(67268,18850,530,1,1,0,1,2317.05,2682.55,128.302,4.47147,300,0,0,6326,0,0,0,0,0),(67269,18850,530,1,1,0,1,2346.18,2654.89,130.235,2.75035,300,0,0,6326,0,0,0,0,0),(67270,18850,530,1,1,0,1,2358.06,2666.23,131.254,2.59476,300,0,0,6326,0,0,0,0,0),(67271,18850,530,1,1,0,1,2389.07,2639.33,132.38,0.439689,300,0,0,6326,0,0,0,0,0),(67272,18850,530,1,1,0,1,2372.89,2636.66,132.993,4.74729,300,0,0,6326,0,0,0,0,0),(67273,18850,530,1,1,0,1,2369.77,2653.46,131.446,3.45575,300,0,0,6326,0,0,0,0,0),(67274,18850,530,1,1,0,1,2372.59,2665.94,131.557,4.00246,300,0,0,6326,0,0,0,0,0),(67275,18850,530,1,1,0,1,2383.53,2613.47,133.274,3.29867,300,0,0,6326,0,0,0,0,0),(67276,18850,530,1,1,0,1,2382.34,2639.59,133.049,5.63741,300,0,0,6326,0,0,0,0,0),(67277,18850,530,1,1,0,1,2503.1,2707.09,131.495,6.05629,300,0,0,6326,0,0,0,0,0),(67278,18850,530,1,1,0,1,2510.63,2715.01,131.535,5.37561,300,0,0,6326,0,0,0,0,0),(67279,18850,530,1,1,0,1,2300.96,2453.99,107.495,5.32325,300,0,0,6326,0,0,0,0,0),(67280,18850,530,1,1,0,1,2317.61,2460.32,107.967,4.09818,300,0,0,6326,0,0,0,0,0),(67281,18852,530,1,1,0,1,2829.79,4365.04,138.607,0.443336,300,0,0,5060,2933,0,0,0,0),(67282,18852,530,1,1,0,1,2851.53,4345.92,142.919,5.34467,300,0,0,5060,2933,0,0,0,0),(67283,18852,530,1,1,0,1,2851.59,4343.83,143.47,4.88123,300,0,0,5060,2933,0,0,0,0),(67284,18852,530,1,1,0,1,2852.51,4339.02,145.711,1.89996,300,0,0,5060,2933,0,0,0,0),(67285,18852,530,1,1,0,1,2832.29,4336.32,146.313,2.84635,300,5,0,5060,2933,1,0,0,0),(67286,18852,530,1,1,0,1,2934.98,4180.37,163.845,6.10865,300,0,0,5060,2933,0,0,0,0),(67287,18852,530,1,1,0,1,2900.88,4175.57,161.889,0.476838,300,5,0,5060,2933,1,0,0,0),(67288,18852,530,1,1,0,1,2914.1,4181.6,161.877,3.12235,300,5,0,5060,2933,1,0,0,0),(67289,18852,530,1,1,0,1,2796.7,4209.6,179.424,0.123476,300,5,0,5060,2933,1,0,0,0),(67290,18852,530,1,1,0,1,2786.42,4217.18,177.01,0.984426,300,5,0,5060,2933,1,0,0,0),(67291,18852,530,1,1,0,1,2803.67,4243.38,171.757,0.579545,300,5,0,5060,2933,1,0,0,0),(67292,18852,530,1,1,0,1,2781.99,4221.34,177.574,0.498715,300,5,0,5060,2933,1,0,0,0),(67293,18852,530,1,1,0,1,2792.75,4250.1,172.871,2.54261,300,5,0,5060,2933,1,0,0,0),(67294,18852,530,1,1,0,1,2859.34,4327.55,149.079,5.0675,300,0,0,5060,2933,0,0,0,0),(67295,18852,530,1,1,0,1,2840.91,4373.2,138.43,1.58349,300,0,0,5060,2933,0,0,0,0),(67296,18852,530,1,1,0,1,2837.44,4357.74,141.771,4.69481,300,0,0,5060,2933,0,0,0,0),(67297,18852,530,1,1,0,1,2769.02,4226.05,180.163,3.85456,300,5,0,5060,2933,1,0,0,0),(67298,18852,530,1,1,0,1,2765.98,4242.09,180.076,0.86992,300,5,0,5060,2933,1,0,0,0),(67299,18852,530,1,1,0,1,2765.07,4244.2,180.44,6.07428,300,5,0,5060,2933,1,0,0,0),(67300,18852,530,1,1,0,1,2779.56,3878.19,160.576,4.08086,300,5,0,5060,2933,1,0,0,0),(67301,18852,530,1,1,0,1,2753.99,3869.36,142.142,6.0026,300,5,0,5060,2933,1,0,0,0),(67302,18852,530,1,1,0,1,2775.36,3881.58,160.083,4.61794,300,5,0,5060,2933,1,0,0,0),(67303,18852,530,1,1,0,1,2791.76,3877.74,160.784,0.421039,300,5,0,5060,2933,1,0,0,0),(67304,18852,530,1,1,0,1,2750.91,3859.45,139.823,4.40896,300,5,0,5060,2933,1,0,0,0),(67305,18853,530,1,1,0,1,2736.55,4352.9,137.209,6.05629,300,0,0,6326,0,0,0,0,0),(67306,18853,530,1,1,0,1,2798.28,4381,136.481,4.53786,300,0,0,6326,0,0,0,0,0),(67307,18853,530,1,1,0,1,2885.82,4345.76,157.721,4.46804,300,0,0,6326,0,0,0,0,0),(67308,18853,530,1,1,0,1,2894.18,4352.87,157.736,3.87463,300,0,0,6326,0,0,0,0,0),(67309,18853,530,1,1,0,1,3038.28,3916.57,147.058,5.51524,300,0,0,6326,0,0,0,0,0),(67310,18853,530,1,1,0,1,3046.59,3943.96,156.478,4.67748,300,0,0,6326,0,0,0,0,0),(67311,18853,530,1,1,0,1,3054.48,3920.3,147.177,4.46804,300,0,0,6326,0,0,0,0,0),(67312,18853,530,1,1,0,1,3017.69,3962.3,156.185,5.93412,300,0,0,6326,0,0,0,0,0),(67313,18853,530,1,1,0,1,3023.85,3944.71,154.933,6.10865,300,0,0,6326,0,0,0,0,0),(67314,18853,530,1,1,0,1,2984.13,4030.86,148.562,4.24115,300,0,0,6326,0,0,0,0,0),(67315,18853,530,1,1,0,1,2975.37,4048.02,151.337,3.06987,300,0,0,6326,0,0,0,0,0),(67316,18853,530,1,1,0,1,2967.75,4040.7,151.198,5.75959,300,0,0,6326,0,0,0,0,0),(67317,18853,530,1,1,0,1,2946.24,4072.66,158.277,5.63741,300,0,0,6326,0,0,0,0,0),(67318,18853,530,1,1,0,1,2948.82,4092.75,160.55,4.74729,300,0,0,6326,0,0,0,0,0),(67319,18853,530,1,1,0,1,2937.89,4088.52,161.097,5.58505,300,0,0,6326,0,0,0,0,0),(67320,18853,530,1,1,0,1,2915.79,3988.8,153.181,4.10152,300,0,0,6326,0,0,0,0,0),(67321,18853,530,1,1,0,1,2894.35,3992.06,153.44,2.45986,300,0,0,6326,0,0,0,0,0),(67322,18853,530,1,1,0,1,2848.38,4043.89,169.137,0.899602,300,0,0,6326,0,0,0,0,0),(67323,18853,530,1,1,0,1,2862.28,4050.09,169.453,3.71735,300,0,0,6326,0,0,0,0,0),(67324,18853,530,1,1,0,1,2853.72,4044.88,168.365,2.58986,300,0,0,6326,0,0,0,0,0),(67325,18853,530,1,1,0,1,2850.49,4043.18,168.309,1.52536,300,0,0,6326,0,0,0,0,0),(67326,18853,530,1,1,0,1,2871.77,4280.43,160.025,2.23402,300,0,0,6326,0,0,0,0,0),(67327,18853,530,1,1,0,1,2885.37,4327.74,157.533,3.40339,300,0,0,6326,0,0,0,0,0),(67328,18853,530,1,1,0,1,2838.93,4366.32,141.067,1.73851,300,0,0,6326,0,0,0,0,0),(67329,18853,530,1,1,0,1,2842.82,4369.77,140.175,3.80965,300,0,0,6326,0,0,0,0,0),(67330,18853,530,1,1,0,1,2804.16,4367.73,136.818,5.92432,300,0,0,6326,0,0,0,0,0),(67331,18853,530,1,1,0,1,2770.78,4358.93,136.481,5.37561,300,0,0,6326,0,0,0,0,0),(67332,18853,530,1,1,0,1,2755.17,4352.64,136.586,6.16101,300,0,0,6326,0,0,0,0,0),(67333,18853,530,1,1,0,1,2693.64,4253.53,154.35,1.0821,300,0,0,6326,0,0,0,0,0),(67334,18853,530,1,1,0,1,2686.35,4269.63,154.404,5.3058,300,0,0,6326,0,0,0,0,0),(67335,18853,530,1,1,0,1,2784.78,4119.01,177.989,4.69494,300,0,0,6326,0,0,0,0,0),(67336,18853,530,1,1,0,1,2778.9,4104.49,178.448,5.5676,300,0,0,6326,0,0,0,0,0),(67337,18853,530,1,1,0,1,2785.82,4111.81,177.54,2.74017,300,0,0,6326,0,0,0,0,0),(67338,18853,530,1,1,0,1,2762.13,4177.78,183.554,2.26893,300,0,0,6326,0,0,0,0,0),(67339,18853,530,1,1,0,1,2757.64,4185.13,184.482,3.12577,300,0,0,6326,0,0,0,0,0),(67340,18853,530,1,1,0,1,2763.83,4185.81,182.977,4.08407,300,0,0,6326,0,0,0,0,0),(67341,18853,530,1,1,0,1,2771.18,3988.5,144.591,5.5676,300,0,0,6326,0,0,0,0,0),(67342,18853,530,1,1,0,1,2766.59,3976.66,144.374,0.680678,300,0,0,6326,0,0,0,0,0),(67343,18853,530,1,1,0,1,2766.43,3980.43,144.415,6.02139,300,0,0,6326,0,0,0,0,0),(67344,18853,530,1,1,0,1,2795.33,3936.39,144.195,2.58309,300,0,0,6326,0,0,0,0,0),(67345,18853,530,1,1,0,1,2807.92,3932.08,145.757,2.35619,300,0,0,6326,0,0,0,0,0),(67346,18853,530,1,1,0,1,2810.81,3923.14,147.125,0.122173,300,0,0,6326,0,0,0,0,0),(67347,18853,530,1,1,0,1,2809.77,3940.1,145.553,4.13643,300,0,0,6326,0,0,0,0,0),(67348,18853,530,1,1,0,1,2803.47,3939.72,144.808,5.8294,300,0,0,6326,0,0,0,0,0),(67349,18855,530,1,1,0,1,3015.23,4061.71,150.126,2.09439,300,5,0,5566,2933,1,0,0,0),(67350,18855,530,1,1,0,1,3036.04,4063.57,151.003,1.93731,300,5,0,5566,2933,1,0,0,0),(67351,18855,530,1,1,0,1,3034.89,4090.47,150.654,0.920522,300,5,0,5566,2933,1,0,0,0),(67352,18855,530,1,1,0,1,3027.89,4076.43,150.305,3.14159,300,5,0,5566,2933,1,0,0,0),(67353,18855,530,1,1,0,1,3020.33,4087.83,150.18,4.79134,300,5,0,5566,2933,1,0,0,0),(67354,18855,530,1,1,0,1,2984.69,4084.3,150.128,6.02623,300,5,0,5566,2933,1,0,0,0),(67355,18855,530,1,1,0,1,3007.53,4093.04,150.171,4.12666,300,5,0,5566,2933,1,0,0,0),(67356,18855,530,1,1,0,1,2984.35,4098.23,150.128,5.0091,300,5,0,5566,2933,1,0,0,0),(67357,18855,530,1,1,0,1,2922.86,4008.96,149.854,1.21272,300,5,0,5566,2933,1,0,0,0),(67358,18855,530,1,1,0,1,2926.71,4068.69,149.268,0.329159,300,5,0,5566,2933,1,0,0,0),(67359,18855,530,1,1,0,1,2926.44,4056.91,149.285,3.29867,300,5,0,5566,2933,1,0,0,0),(67360,18855,530,1,1,0,1,2902.86,4065.47,149.285,5.79449,300,5,0,5566,2933,1,0,0,0),(67361,18855,530,1,1,0,1,2898.45,4054.55,149.495,0.244346,300,5,0,5566,2933,1,0,0,0),(67362,18855,530,1,1,0,1,2894.89,4009.42,149.813,2.78567,300,0,0,5566,2933,0,0,0,0),(67363,18855,530,1,1,0,1,2642.84,4263.87,154.341,4.32698,300,5,0,5566,2933,1,0,0,0),(67364,18855,530,1,1,0,1,2627.67,4257.86,155.156,6.07754,300,5,0,5566,2933,1,0,0,0),(67365,18855,530,1,1,0,1,2660.76,4226.54,154.442,2.02458,300,5,0,5566,2933,1,0,0,0),(67366,18855,530,1,1,0,1,2649.89,4235.99,154.341,0.179674,300,5,0,5566,2933,1,0,0,0),(67367,18855,530,1,1,0,1,2665.06,4236.7,154.341,2.53073,300,5,0,5566,2933,1,0,0,0),(67368,18855,530,1,1,0,1,2659.87,4021.17,173.573,5.55015,300,5,0,5566,2933,1,0,0,0),(67369,18855,530,1,1,0,1,2674.25,4029.07,176.421,5.51524,300,5,0,5566,2933,1,0,0,0),(67370,18855,530,1,1,0,1,2683.27,3997.85,172.883,6.2783,300,5,0,5566,2933,1,0,0,0),(67371,18855,530,1,1,0,1,2695.08,4005.92,175.091,5.42579,300,5,0,5566,2933,1,0,0,0),(67372,18855,530,1,1,0,1,2697.2,4026.41,177.671,4.4855,300,5,0,5566,2933,1,0,0,0),(67373,18856,530,1,1,0,0,2772.55,4345.48,136.255,4.24283,300,5,0,20932,8973,1,0,0,0),(67374,18856,530,1,1,0,0,2999.52,4050.58,149.754,3.33934,300,5,0,20932,8973,1,0,0,0),(67375,18856,530,1,1,0,0,2377.97,2775.12,134.493,4.04782,300,5,0,20932,8973,1,0,0,0),(67376,18857,530,1,1,0,1,2843.58,4368.46,140.813,5.31096,300,0,0,5233,2991,0,0,0,0),(67377,18857,530,1,1,0,1,2874.61,4048.84,156.996,5.09316,300,5,0,5233,2991,1,0,0,0),(67378,18857,530,1,1,0,1,2827.2,4023.98,148.308,6.07202,300,5,0,5233,2991,1,0,0,0),(67379,18857,530,1,1,0,1,2780.14,4201.67,178.93,3.1057,300,5,0,5233,2991,1,0,0,0),(67380,18857,530,1,1,0,1,2776.01,4154.54,181.336,6.25579,300,5,0,5233,2991,1,0,0,0),(67381,18857,530,1,1,0,1,2858.68,4332.08,148.305,0.155279,300,0,0,5233,2991,0,0,0,0),(67382,18857,530,1,1,0,1,2719.11,4092.57,191.749,2.42047,300,5,0,5233,2991,1,0,0,0),(67383,18857,530,1,1,0,1,2820.19,4151.42,162.599,3.24974,300,5,0,5233,2991,1,0,0,0),(67384,18857,530,1,1,0,1,2852.1,3933.84,155.058,5.74042,300,5,0,5233,2991,1,0,0,0),(67385,18857,530,1,1,0,1,2749.49,3884.96,141.417,1.43954,300,5,0,5233,2991,1,0,0,0),(67386,18858,530,1,1,0,1,4748.66,3436.32,103.832,3.87463,300,0,0,5233,2991,0,0,0,0),(67387,18858,530,1,1,0,1,4708.26,3406.53,107.168,3.65372,300,5,0,5233,2991,1,0,0,0),(67388,18858,530,1,1,0,1,4798.96,3435.3,102.222,5.74213,300,0,0,5233,2991,0,0,0,0),(67389,18858,530,1,1,0,1,4781.28,3474.3,108.574,1.64061,300,0,0,5233,2991,0,0,0,0),(67390,18858,530,1,1,0,1,4819.03,3275.63,148.218,5.69285,300,5,0,5233,2991,1,0,0,0),(67391,18858,530,1,1,0,1,4777.39,3371.02,209.561,1.38925,300,5,0,5233,2991,1,0,0,0),(67392,18858,530,1,1,0,1,4784.99,3313.42,201.13,2.10781,300,5,0,5233,2991,1,0,0,0),(67393,18858,530,1,1,0,1,4781.92,3235.11,167.622,3.90766,300,5,0,5233,2991,1,0,0,0),(67394,18858,530,1,1,0,1,4790.95,3218.85,167.804,1.32321,300,5,0,5233,2991,1,0,0,0),(67395,18858,530,1,1,0,1,4788.48,3182.75,161.17,0.740784,300,5,0,5233,2991,1,0,0,0),(67396,18858,530,1,1,0,1,4789.32,3137.47,153.606,5.46496,300,5,0,5233,2991,1,0,0,0),(67397,18858,530,1,1,0,1,4755.2,3120.85,156.875,4.95808,300,5,0,5233,2991,1,0,0,0),(67398,18858,530,1,1,0,1,4718.33,3124.36,179.856,5.05082,300,5,0,5233,2991,1,0,0,0),(67399,18858,530,1,1,0,1,4712.71,3221.32,159.055,4.72706,300,5,0,5233,2991,1,0,0,0),(67400,18858,530,1,1,0,1,4659.1,3209.13,158.008,5.1704,300,5,0,5233,2991,1,0,0,0),(67401,18858,530,1,1,0,1,4758.86,3292.28,190.682,0.470847,300,5,0,5233,2991,1,0,0,0),(67402,18858,530,1,1,0,1,4653.49,3164.04,158.557,1.22076,300,5,0,5233,2991,1,0,0,0),(67403,18858,530,1,1,0,1,4642.94,3075.69,165.087,5.09473,300,5,0,5233,2991,1,0,0,0),(67404,18858,530,1,1,0,1,4591.84,3108.51,145.379,5.79092,300,5,0,5233,2991,1,0,0,0),(67405,18858,530,1,1,0,1,4609.79,3156.04,148.764,4.11823,300,5,0,5233,2991,1,0,0,0),(67406,18858,530,1,1,0,1,4586.75,3175.58,147.753,1.96287,300,5,0,5233,2991,1,0,0,0),(67407,18858,530,1,1,0,1,4585.57,3168.7,146.753,1.71893,300,5,0,5233,2991,1,0,0,0),(67408,18858,530,1,1,0,1,4546.56,3213.98,144.214,1.25746,300,5,0,5233,2991,1,0,0,0),(67409,18858,530,1,1,0,1,4513.73,3252.62,144.465,0.441833,300,5,0,5233,2991,1,0,0,0),(67410,18858,530,1,1,0,1,4527.18,3254.6,143.965,4.54232,300,5,0,5233,2991,1,0,0,0),(67411,18858,530,1,1,0,1,4584.76,3279.57,157.062,0.446182,300,5,0,5233,2991,1,0,0,0),(67412,18858,530,1,1,0,1,4713.33,3341.79,192.236,5.36546,300,5,0,5233,2991,1,0,0,0),(67413,18858,530,1,1,0,1,4609.66,3358.25,124.371,5.05174,300,5,0,5233,2991,1,0,0,0),(67414,18858,530,1,1,0,1,4652.26,3383.77,111.968,5.1319,300,5,0,5233,2991,1,0,0,0),(67415,18859,530,1,1,0,1,4701.08,3135.11,173.991,1.46751,300,5,0,5233,2991,1,0,0,0),(67416,18859,530,1,1,0,1,4726.59,3300.68,184.907,4.64849,300,5,0,5233,2991,1,0,0,0),(67417,18859,530,1,1,0,1,4661.07,3098.49,163.538,2.61809,300,5,0,5233,2991,1,0,0,0),(67418,18859,530,1,1,0,1,4574.48,3267.89,152.87,0.768855,300,5,0,5233,2991,1,0,0,0),(67419,18860,530,1,1,0,0,3923.11,3782,122.454,4.02296,300,5,0,5589,3155,1,0,0,0),(67420,18860,530,1,1,0,0,3825.46,3830.6,103.632,3.93041,300,5,0,5589,3155,1,0,0,0),(67421,18860,530,1,1,0,0,4036.08,3878.77,191.878,6.27891,300,5,0,5589,3155,1,0,0,0),(67422,18860,530,1,1,0,0,3884.74,3911.89,179.921,5.39399,300,5,0,5589,3155,1,0,0,0),(67423,18864,530,1,1,0,0,3294.05,3429.16,113.932,3.76841,300,5,0,6326,0,1,0,0,0),(67424,18864,530,1,1,0,0,3323.25,3410.65,122.319,4.86054,300,5,0,6326,0,1,0,0,0),(67425,18864,530,1,1,0,0,3313.64,3518.36,127.233,2.82144,300,5,0,6326,0,1,0,0,0),(67426,18864,530,1,1,0,0,3295.06,3552.15,125.789,3.36837,300,5,0,6326,0,1,0,0,0),(67427,18864,530,1,1,0,0,3284.37,3507.81,118.866,0,300,5,0,6326,0,1,0,0,0),(67428,18864,530,1,1,0,0,3312.73,3470.92,110.748,1.13633,300,5,0,6326,0,1,0,0,0),(67429,18864,530,1,1,0,0,3217.39,3422.13,107.593,2.92621,300,5,0,6326,0,1,0,0,0),(67430,18864,530,1,1,0,0,3296.94,3385.61,110.131,4.27923,300,5,0,6326,0,1,0,0,0),(67431,18864,530,1,1,0,0,3245.43,3401.79,111.057,4.4897,300,5,0,6326,0,1,0,0,0),(67432,18864,530,1,1,0,0,3224.94,3450.13,105.264,2.36705,300,5,0,6326,0,1,0,0,0),(67433,18864,530,1,1,0,0,3261.92,3529.28,120.256,3.97935,300,0,0,6326,0,0,0,0,0),(67434,18864,530,1,1,0,0,3272.35,3462.17,105.557,0.628319,300,0,0,6326,0,0,0,0,0),(67435,18864,530,1,1,0,0,3184.06,3380.44,103.3,4.52344,300,5,0,6326,0,1,0,0,0),(67436,18864,530,1,1,0,0,3218.78,3352.55,107.01,1.26584,300,5,0,6326,0,1,0,0,0),(67437,18864,530,1,1,0,0,3147.44,3432.8,105.983,4.51343,300,5,0,6326,0,1,0,0,0),(67438,18864,530,1,1,0,0,3186.96,3484.09,102.04,0.957649,300,5,0,6326,0,1,0,0,0),(67439,18864,530,1,1,0,0,3202.45,3501.85,115.723,0.294054,300,5,0,6326,0,1,0,0,0),(67440,18864,530,1,1,0,0,3277.15,3581.88,124.333,5.26334,300,5,0,6326,0,1,0,0,0),(67441,18864,530,1,1,0,0,3317.78,3580.94,128.545,3.36962,300,5,0,6326,0,1,0,0,0),(67442,18864,530,1,1,0,0,3277.93,3619.59,127.448,5.45413,300,0,0,6326,0,0,0,0,0),(67443,18864,530,1,1,0,0,3321.77,3631.31,134.04,4.44551,300,5,0,6326,0,1,0,0,0),(67444,18864,530,1,1,0,0,3300.67,3673.03,129.645,3.17459,300,0,0,6326,0,0,0,0,0),(67445,18864,530,1,1,0,0,3322.92,3752.08,138.827,4.84173,300,5,0,6326,0,1,0,0,0),(67446,18864,530,1,1,0,0,3278,3842.81,144.062,4.64774,300,5,0,6326,0,1,0,0,0),(67447,18864,530,1,1,0,0,3243.33,3844.58,144.287,0.311668,300,5,0,6326,0,1,0,0,0),(67448,18864,530,1,1,0,0,2882.65,3567.13,160.882,5.54996,300,0,0,6326,0,0,0,0,0),(67449,18864,530,1,1,0,0,2857.43,3576.75,158.965,5.91461,300,0,0,6326,0,0,0,0,0),(67450,18864,530,1,1,0,0,2857.82,3584.08,158.28,4.78056,300,0,0,6326,0,0,0,0,0),(67451,18864,530,1,1,0,0,2836.14,3598.63,156.735,4.97413,300,0,0,6326,0,0,0,0,0),(67452,18864,530,1,1,0,0,2776.58,3810.88,124.008,4.06509,300,5,0,6326,0,1,0,0,0),(67453,18864,530,1,1,0,0,2813.4,3788.76,120.091,3.46994,300,5,0,6326,0,1,0,0,0),(67454,18864,530,1,1,0,0,2773.13,3777.58,124.275,5.00003,300,5,0,6326,0,1,0,0,0),(67455,18864,530,1,1,0,0,2798.14,3740.84,126.582,1.66126,300,5,0,6326,0,1,0,0,0),(67456,18864,530,1,1,0,0,2820.03,3589.53,157.154,3.33374,300,5,0,6326,0,1,0,0,0),(67457,18864,530,1,1,0,0,2859.91,3585.68,157.939,3.06659,300,5,0,6326,0,1,0,0,0),(67458,18864,530,1,1,0,0,2852.62,3611.13,157.372,3.33142,300,5,0,6326,0,1,0,0,0),(67459,18864,530,1,1,0,0,2827.68,3628.34,157.834,6.27733,300,5,0,6326,0,1,0,0,0),(67460,18865,530,1,1,0,0,2665.85,4390.02,123.994,2.91509,300,5,0,5060,2933,1,0,0,0),(67461,18865,530,1,1,0,0,2543.66,4310.21,127.379,0.152946,300,5,0,5060,2933,1,0,0,0),(67462,18865,530,1,1,0,0,2542.55,4279.39,130.243,4.73094,300,5,0,5060,2933,1,0,0,0),(67463,18865,530,1,1,0,0,2565.75,4177.39,141.842,3.3183,300,5,0,5060,2933,1,0,0,0),(203340,24785,571,1,1,0,0,-75.7733,-3292.35,-3.92591,-3.50661,120,0,0,9291,0,2,0,0,0),(67465,18865,530,1,1,0,0,2514.44,3682.6,121.811,4.03628,300,5,0,5060,2933,1,0,0,0),(67466,18865,530,1,1,0,0,2535.39,3608.6,131.495,1.99557,300,5,0,5060,2933,1,0,0,0),(67467,18865,530,1,1,0,0,2641.24,3592.64,152.958,0.342761,300,5,0,5060,2933,1,0,0,0),(67468,18865,530,1,1,0,0,2552.54,3580.13,141.423,4.40083,300,5,0,5060,2933,1,0,0,0),(67469,18865,530,1,1,0,0,2592.61,3183.04,120.723,4.687,300,5,0,5060,2933,1,0,0,0),(67470,18865,530,1,1,0,0,2533.51,3232.95,91.1018,3.52215,300,5,0,5060,2933,1,0,0,0),(67471,18866,530,1,1,0,0,2180.39,2440.31,104.709,1.01882,300,5,0,5233,2991,1,0,0,0),(67472,18866,530,1,1,0,0,2173.13,2412.06,102.207,2.64174,300,5,0,5233,2991,1,0,0,0),(67473,18866,530,1,1,0,0,2131.73,2433.54,89.0972,4.52063,300,0,0,5233,2991,0,0,0,0),(67474,18866,530,1,1,0,0,2188.89,2283.46,73.5119,2.1293,300,0,0,5233,2991,0,0,0,0),(67475,18866,530,1,1,0,0,2216.12,2295.01,81.3983,2.57304,300,0,0,5233,2991,0,0,0,0),(67476,18866,530,1,1,0,0,2248.03,2286.21,86.9455,1.37881,300,0,0,5233,2991,0,0,0,0),(67477,18866,530,1,1,0,0,2222.13,2281.03,82.0513,5.292,300,5,0,5233,2991,1,0,0,0),(67478,18866,530,1,1,0,0,2290.24,2360.72,113.92,5.90215,300,0,0,5233,2991,0,0,0,0),(67479,18866,530,1,1,0,0,2281.94,2313.42,102.416,5.23,300,5,0,5233,2991,1,0,0,0),(67480,18866,530,1,1,0,0,2186.84,2220.45,78.4004,1.37881,300,0,0,5233,2991,0,0,0,0),(67481,18866,530,1,1,0,0,2255.18,2321.21,94.6937,4.35945,300,5,0,5233,2991,1,0,0,0),(67482,18866,530,1,1,0,0,2195.36,2322.1,86.8974,1.30349,300,5,0,5233,2991,1,0,0,0),(67483,18867,530,1,1,0,0,2248.17,2422.3,118.137,4.26927,300,5,0,5233,2991,1,0,0,0),(67484,18867,530,1,1,0,0,2219.74,2427.55,112.154,1.42621,300,5,0,5233,2991,1,0,0,0),(67485,18867,530,1,1,0,0,2171.36,2399.93,97.7397,2.17425,300,0,0,5233,2991,0,0,0,0),(67486,18867,530,1,1,0,0,2135.18,2363.85,74.2083,4.01686,300,0,0,5233,2991,0,0,0,0),(67487,18867,530,1,1,0,0,2181.69,2381.58,97.273,5.39307,300,0,0,5233,2991,0,0,0,0),(67488,18867,530,1,1,0,0,2114.83,2356.22,66.1369,1.45323,300,5,0,5233,2991,1,0,0,0),(67489,18867,530,1,1,0,0,2085.72,2385.06,65.5214,0.383972,300,0,0,5233,2991,0,0,0,0),(67490,18867,530,1,1,0,0,2215.17,2370.35,101.238,3.07113,300,0,0,5233,2991,0,0,0,0),(67491,18867,530,1,1,0,0,2212.4,2305.32,83.9135,4.32105,300,0,0,5233,2991,0,0,0,0),(67492,18867,530,1,1,0,0,2279.17,2344.08,110.104,4.27145,300,5,0,5233,2991,1,0,0,0),(67493,18867,530,1,1,0,0,2206.52,2313.98,85.804,3.29454,300,5,0,5233,2991,1,0,0,0),(67494,18867,530,1,1,0,0,2253.82,2315.84,93.0693,4.5204,300,0,0,5233,2991,0,0,0,0),(67495,18869,530,1,1,0,0,3856.34,1752.41,209.641,2.52975,300,5,0,6542,0,1,0,0,0),(67496,18869,530,1,1,0,0,3890.75,1802.05,227.712,2.67358,300,5,0,6542,0,1,0,0,0),(67497,18869,530,1,1,0,0,3820.65,1828.79,252.746,1.58524,300,5,0,6542,0,1,0,0,0),(67498,18869,530,1,1,0,0,3886.57,1842.37,237.719,4.74659,300,5,0,6542,0,1,0,0,0),(67499,18869,530,1,1,0,0,3979.08,1837.45,231.837,2.40344,300,5,0,6542,0,1,0,0,0),(67500,18869,530,1,1,0,0,3901.4,1883.34,252.908,4.34893,300,5,0,6542,0,1,0,0,0),(67501,18869,530,1,1,0,0,3941.79,1968.72,257.813,6.26878,300,5,0,6542,0,1,0,0,0),(67502,18869,530,1,1,0,0,3844.06,2065.63,254.125,2.2124,300,5,0,6542,0,1,0,0,0),(67503,18869,530,1,1,0,0,3930.55,2030.06,257.156,1.54376,300,5,0,6542,0,1,0,0,0),(67504,18869,530,1,1,0,0,3864.53,2148.02,235.145,0.502469,300,5,0,6542,0,1,0,0,0),(67505,18869,530,1,1,0,0,3914.43,2142.8,235.995,2.03226,300,5,0,6542,0,1,0,0,0),(67506,18869,530,1,1,0,0,4006.11,2097.51,254.346,5.99541,300,0,0,6542,0,0,0,0,0),(67507,18869,530,1,1,0,0,4085.8,2042.73,241.434,3.40339,300,0,0,6542,0,0,0,0,0),(67508,18869,530,1,1,0,0,4049.88,2051.99,253.144,0.802851,300,0,0,6542,0,0,0,0,0),(67509,18870,530,1,1,0,0,3798.83,1750.28,178.759,6.28309,300,0,0,5233,8973,2,0,0,0),(67510,18870,530,1,1,0,0,3883.1,2175.37,235.458,5.03527,300,5,0,5233,8973,1,0,0,0),(67511,18870,530,1,1,0,0,4103.67,2008.72,230.726,3.12046,300,0,0,5233,8973,2,0,0,0),(67512,18870,530,1,1,0,0,4027.92,2080.44,254.493,2.4625,300,5,0,5233,8973,1,0,0,0),(67513,18870,530,1,1,0,0,3998.14,2144.21,236.371,3.03963,300,5,0,5233,8973,1,0,0,0),(67514,18870,530,1,1,0,0,4078.55,2084.31,253.994,0.907571,300,0,0,5233,8973,0,0,0,0),(67515,18870,530,1,1,0,0,4050.52,2113.09,260.246,5.98648,300,0,0,5233,8973,0,0,0,0),(67516,18872,530,1,1,0,1,3451.38,3763.74,145.83,1.25396,300,5,0,6326,0,1,0,0,0),(67517,18872,530,1,1,0,1,3461.8,3716.18,145.598,2.97773,300,5,0,6326,0,1,0,0,0),(67518,18872,530,1,1,0,1,3569.72,3655.27,129.757,3.204,300,5,0,6326,0,1,0,0,0),(67519,18872,530,1,1,0,1,3480.83,3684.24,143.731,1.26418,300,5,0,6326,0,1,0,0,0),(67520,18872,530,1,1,0,1,3525.18,3659.38,141.993,3.61834,300,5,0,6326,0,1,0,0,0),(67521,18872,530,1,1,0,1,3458.01,3675.52,150.502,2.57912,300,5,0,6326,0,1,0,0,0),(67522,18872,530,1,1,0,1,3476.12,3640.4,156.441,5.1314,300,5,0,6326,0,1,0,0,0),(67523,18872,530,1,1,0,1,3471.42,3632.28,140.738,0.401785,300,5,0,6326,0,1,0,0,0),(67524,18872,530,1,1,0,1,3592.73,3591.89,127.39,0.866783,300,5,0,6326,0,1,0,0,0),(67525,18872,530,1,1,0,1,3562.9,3536.68,128.11,3.90582,300,5,0,6326,0,1,0,0,0),(67526,18872,530,1,1,0,1,3490.1,3578.72,158.708,4.60767,300,0,0,6326,0,0,0,0,0),(67527,18872,530,1,1,0,1,3472.1,3574.68,167.441,2.09439,300,0,0,6326,0,0,0,0,0),(67528,18872,530,1,1,0,1,3464.84,3483.73,146.39,3.735,300,0,0,6326,0,0,0,0,0),(67529,18872,530,1,1,0,1,3421.09,3462.32,146.243,1.27409,300,0,0,6326,0,0,0,0,0),(67530,18872,530,1,1,0,1,3392.22,3446.12,140.322,5.28835,300,0,0,6326,0,0,0,0,0),(67531,18872,530,1,1,0,1,3388.58,3487.28,139.944,0.461515,300,5,0,6326,0,1,0,0,0),(67532,18872,530,1,1,0,1,3390.68,3504.14,142.865,1.51216,300,5,0,6326,0,1,0,0,0),(67533,18872,530,1,1,0,1,3368.88,3446.43,140.362,3.59538,300,0,0,6326,0,0,0,0,0),(67534,18872,530,1,1,0,1,3345.08,3642.22,142.315,5.9778,300,5,0,6326,0,1,0,0,0),(67535,18872,530,1,1,0,1,3412.48,3609.1,140.999,0.785398,300,0,0,6326,0,0,0,0,0),(67536,18872,530,1,1,0,1,3409.75,3673.84,148.697,1.46608,300,0,0,6326,0,0,0,0,0),(67537,18872,530,1,1,0,1,3424.25,3661.14,153.203,4.46804,300,0,0,6326,0,0,0,0,0),(67538,18872,530,1,1,0,1,3413.71,3757.16,141.008,6.00811,300,5,0,6326,0,1,0,0,0),(67539,18873,530,1,1,0,1,3473.49,3747.45,146.627,3.19179,300,5,0,5060,2933,1,0,0,0),(67540,18873,530,1,1,0,1,3496.84,3712.04,139.53,1.48455,300,5,0,5060,2933,1,0,0,0),(67541,18873,530,1,1,0,1,3449.43,3702.6,147.646,3.78736,300,0,0,5060,2933,0,0,0,0),(67542,18873,530,1,1,0,1,3509.82,3620.56,151.581,3.22271,300,5,0,5060,2933,1,0,0,0),(67543,18873,530,1,1,0,1,3526.52,3549.78,138.09,4.48457,300,5,0,5060,2933,1,0,0,0),(67544,18873,530,1,1,0,1,3560.75,3538.92,129.36,0.372083,300,5,0,5060,2933,1,0,0,0),(67545,18873,530,1,1,0,1,3465.8,3521.91,146.192,2.72271,300,0,0,5060,2933,0,0,0,0),(67546,18873,530,1,1,0,1,3512.5,3520.83,129.909,2.37987,300,5,0,5060,2933,1,0,0,0),(67547,18873,530,1,1,0,1,3490.27,3573.4,158.703,1.69297,300,0,0,5060,2933,0,0,0,0),(67548,18873,530,1,1,0,1,3459.95,3480.61,146.466,0.558505,300,0,0,5060,2933,0,0,0,0),(67549,18873,530,1,1,0,1,3431.63,3588.57,144.39,4.54752,300,5,0,5060,2933,1,0,0,0),(67550,18873,530,1,1,0,1,3364.2,3459.43,140.362,2.9147,300,0,0,5060,2933,0,0,0,0),(67551,18873,530,1,1,0,1,3353.88,3497.3,133.605,2.57731,300,5,0,5060,2933,1,0,0,0),(67552,18873,530,1,1,0,1,3390.72,3639.1,143.957,1.10365,300,5,0,5060,2933,1,0,0,0),(67553,18873,530,1,1,0,1,3387.91,3643.59,144.518,2.75401,300,5,0,5060,2933,1,0,0,0),(67554,18873,530,1,1,0,1,3369.44,3661.99,143.635,4.01426,300,0,0,5060,2933,0,0,0,0),(67555,18873,530,1,1,0,1,3344.8,3676.61,138.526,4.8997,300,5,0,5060,2933,1,0,0,0),(67556,18873,530,1,1,0,1,3410.26,3684.18,147.597,4.67748,300,0,0,5060,2933,0,0,0,0),(67557,18873,530,1,1,0,1,3387.09,3744.24,143.188,0.121447,300,5,0,5060,2933,1,0,0,0),(67558,18875,530,1,1,0,1,2669.4,3705.81,144.005,0.907571,300,0,0,6326,0,0,0,0,0),(67559,18875,530,1,1,0,1,2642.64,3749.56,144.26,3.2794,300,0,0,6326,0,0,0,0,0),(67560,18875,530,1,1,0,1,2661.16,3757.15,143.673,3.33093,300,0,0,6326,0,0,0,0,0),(67561,18875,530,1,1,0,1,2678.36,3814.74,137.836,5.60251,300,0,0,6326,0,0,0,0,0),(67562,18875,530,1,1,0,1,2675.02,3803.17,139.387,1.0472,300,0,0,6326,0,0,0,0,0),(67563,18875,530,1,1,0,1,2682.55,3803.69,140.165,6.21337,300,0,0,6326,0,0,0,0,0),(67564,18875,530,1,1,0,1,2703.17,3752.98,142.219,1.67552,300,0,0,6326,0,0,0,0,0),(67565,18875,530,1,1,0,1,2668.54,3744.27,143.661,3.78736,300,0,0,6326,0,0,0,0,0),(67566,18875,530,1,1,0,1,2614.03,3762.46,144.079,3.5041,300,0,0,6326,0,0,0,0,0),(67567,18875,530,1,1,0,1,2615.58,3758.32,144.144,3.15665,300,0,0,6326,0,0,0,0,0),(67568,18875,530,1,1,0,1,2606.79,3765.13,143.779,5.05047,300,0,0,6326,0,0,0,0,0),(67569,18875,530,1,1,0,1,2610.79,3763.58,143.788,3.38418,300,0,0,6326,0,0,0,0,0),(67570,18875,530,1,1,0,1,2515.25,3772.53,132.305,2.19912,300,0,0,6326,0,0,0,0,0),(67571,18875,530,1,1,0,1,2654.44,3856.93,137.991,5.81195,300,0,0,6326,0,0,0,0,0),(67572,18875,530,1,1,0,1,2554.17,3885.94,138.648,0.925025,300,0,0,6326,0,0,0,0,0),(67573,18875,530,1,1,0,1,2557.04,3896.53,138.039,4.60767,300,0,0,6326,0,0,0,0,0),(67574,18875,530,1,1,0,1,2600.23,3911.6,136.206,4.95674,300,0,0,6326,0,0,0,0,0),(67575,18875,530,1,1,0,1,2670.7,3821.61,139.292,4.62512,300,0,0,6326,0,0,0,0,0),(67576,18875,530,1,1,0,1,2495.32,3995.77,130.404,4.97417,300,0,0,6326,0,0,0,0,0),(67577,18875,530,1,1,0,1,2499.95,4005.43,132.906,5.51035,300,5,0,6326,0,1,0,0,0),(67578,18875,530,1,1,0,1,2493,4047.59,133.55,4.26711,300,0,0,6326,0,0,0,0,0),(67579,18875,530,1,1,0,1,2483.07,3860.48,125.324,4.57276,300,0,0,6326,0,0,0,0,0),(67580,18875,530,1,1,0,1,2509.69,3829.25,130.747,3.59544,300,0,0,6326,0,0,0,0,0),(67581,18875,530,1,1,0,1,2611.64,3780.26,142.112,5.02655,300,0,0,6326,0,0,0,0,0),(67582,18875,530,1,1,0,1,2602.53,3766.34,143.693,2.76591,300,5,0,6326,0,1,0,0,0),(67583,18877,530,1,1,0,0,4186.52,1622.7,95.4727,1.43566,300,5,0,6542,0,1,0,0,0),(67584,18877,530,1,1,0,0,3808.43,1452.8,-140.581,0.010742,300,5,0,6542,0,1,0,0,0),(67585,18877,530,1,1,0,0,3825.33,1416.79,-139.864,6.15289,300,5,0,6542,0,1,0,0,0),(67586,18877,530,1,1,0,0,3862.84,1495.15,-132.335,4.0726,300,5,0,6542,0,1,0,0,0),(67587,18877,530,1,1,0,0,3902.38,1493.18,-123.526,4.15353,300,5,0,6542,0,1,0,0,0),(67588,18877,530,1,1,0,0,3883.01,1388.94,-133.274,0.315578,300,5,0,6542,0,1,0,0,0),(67589,18877,530,1,1,0,0,3922.31,1349.14,-149.331,2.69759,300,5,0,6542,0,1,0,0,0),(67590,18877,530,1,1,0,0,3944.36,1386.93,-127.766,2.38176,300,5,0,6542,0,1,0,0,0),(67591,18877,530,1,1,0,0,3980.43,1347.91,-132.204,0.837909,300,5,0,6542,0,1,0,0,0),(67592,18877,530,1,1,0,0,3981.83,1422.13,-128.122,5.90835,300,5,0,6542,0,1,0,0,0),(67593,18877,530,1,1,0,0,4013.29,1449.65,-121.635,4.90103,300,5,0,6542,0,1,0,0,0),(67594,18877,530,1,1,0,0,4021.93,1387.15,-126.853,1.04388,300,5,0,6542,0,1,0,0,0),(67595,18877,530,1,1,0,0,3979.98,1486.43,-117.456,4.9389,300,5,0,6542,0,1,0,0,0),(67596,18877,530,1,1,0,0,4019.43,1326.7,-133.651,1.77336,300,5,0,6542,0,1,0,0,0),(67597,18877,530,1,1,0,0,4077.57,1385.07,-123.504,2.26353,300,5,0,6542,0,1,0,0,0),(67598,18877,530,1,1,0,0,4045.65,1414.1,-124.151,3.9773,300,5,0,6542,0,1,0,0,0),(67599,18877,530,1,1,0,0,4121.34,1347.65,-129.975,0.494135,300,5,0,6542,0,1,0,0,0),(67600,18877,530,1,1,0,0,4105.49,1411.35,-120.022,0.651754,300,5,0,6542,0,1,0,0,0),(67601,18877,530,1,1,0,0,4145.53,1389.09,-121.488,2.27556,300,5,0,6542,0,1,0,0,0),(67602,18877,530,1,1,0,0,4153.45,1450.59,-123.637,4.18089,300,5,0,6542,0,1,0,0,0),(67603,18877,530,1,1,0,0,4046.05,1492.68,-120.028,0.444688,300,5,0,6542,0,1,0,0,0),(67604,18877,530,1,1,0,0,3970.91,1576.18,-26.5346,4.34711,300,5,0,6542,0,1,0,0,0),(67605,18877,530,1,1,0,0,3909.74,1548.3,-66.4262,2.3859,300,5,0,6542,0,1,0,0,0),(67606,18877,530,1,1,0,0,4042.79,1578.15,9.565,2.49203,300,5,0,6542,0,1,0,0,0),(67607,18877,530,1,1,0,0,4113.54,1584.2,44.6,1.7024,300,0,0,6542,0,0,0,0,0),(67608,18879,530,1,1,0,0,2916.94,4438.24,113.189,4.7583,300,0,0,6326,0,0,0,0,0),(67609,18879,530,1,1,0,0,2955.86,4415.65,111.674,5.96638,300,5,0,6326,0,1,0,0,0),(67610,18879,530,1,1,0,0,3042.21,4358.01,125.239,1.86412,300,5,0,6326,0,1,0,0,0),(67611,18879,530,1,1,0,0,3023.87,4347.41,126.494,4.58997,300,5,0,6326,0,1,0,0,0),(67612,18879,530,1,1,0,0,3054.55,4317.49,129.188,0.210616,300,5,0,6326,0,1,0,0,0),(67613,18879,530,1,1,0,0,3077.24,4283.08,139.146,3.13769,300,5,0,6326,0,1,0,0,0),(67614,18879,530,1,1,0,0,3321.61,4146.79,150.229,5.46027,300,5,0,6326,0,1,0,0,0),(67615,18879,530,1,1,0,0,3543.85,3981.84,119.236,3.26098,300,5,0,6326,0,1,0,0,0),(67616,18879,530,1,1,0,0,3572.18,3983.11,114.245,4.95405,300,5,0,6326,0,1,0,0,0),(67617,18879,530,1,1,0,0,3587.87,4031.33,136.231,1.0821,300,5,0,6326,0,1,0,0,0),(67618,18879,530,1,1,0,0,3537.39,3826.34,119.26,3.80316,300,0,0,6326,0,0,0,0,0),(67619,18879,530,1,1,0,0,3519.8,3821.54,128.874,3.81908,300,5,0,6326,0,1,0,0,0),(67620,18879,530,1,1,0,0,3568.14,3796.12,112.454,3.87172,300,5,0,6326,0,1,0,0,0),(67621,18879,530,1,1,0,0,3595.61,3869.35,144.047,1.25664,300,5,0,6326,0,1,0,0,0),(67622,18879,530,1,1,0,0,3648.39,3696.74,130.924,5.0091,300,5,0,6326,0,1,0,0,0),(67623,18879,530,1,1,0,0,3590.28,3543.97,119.83,3.18067,300,5,0,6326,0,1,0,0,0),(67624,18879,530,1,1,0,0,3650.69,3531.92,94.4685,0.0743,300,5,0,6326,0,1,0,0,0),(67625,18879,530,1,1,0,0,3150.59,3283.05,107.041,2.94601,300,5,0,6326,0,1,0,0,0),(67626,18879,530,1,1,0,0,3145.96,3228.92,98.0826,4.75584,300,0,0,6326,0,0,0,0,0),(67627,18879,530,1,1,0,0,3285.91,4047.47,149.515,5.10831,300,5,0,6326,0,1,0,0,0),(67628,18879,530,1,1,0,0,3155.09,4089.84,129.896,1.20517,300,5,0,6326,0,1,0,0,0),(67629,18879,530,1,1,0,0,3106.35,4113.14,133.813,3.40433,300,0,0,6326,0,0,0,0,0),(67630,18879,530,1,1,0,0,3059.83,4138.56,146.311,4.5101,300,5,0,6326,0,1,0,0,0),(67631,18879,530,1,1,0,0,2680.82,3020.27,114.998,2.34478,300,5,0,6326,0,1,0,0,0),(67632,18879,530,1,1,0,0,2712.87,2978.52,118.888,3.8267,300,5,0,6326,0,1,0,0,0),(67633,18879,530,1,1,0,0,2756.73,2878.58,102.555,5.50331,300,0,0,6326,0,0,0,0,0),(67634,18879,530,1,1,0,0,2716.06,2913.54,103.57,4.4855,300,5,0,6326,0,1,0,0,0),(67635,18879,530,1,1,0,0,2852.88,2988.04,116.877,1.6927,300,5,0,6326,0,1,0,0,0),(67636,18879,530,1,1,0,0,2915.46,3050.65,119.709,1.88501,300,5,0,6326,0,1,0,0,0),(67637,18879,530,1,1,0,0,2850.81,2722.12,94.0333,1.39313,300,5,0,6326,0,1,0,0,0),(67638,18879,530,1,1,0,0,2910.65,2726.93,94.5374,2.07856,300,0,0,6326,0,0,0,0,0),(67639,18879,530,1,1,0,0,3017.35,2823.36,77.1199,1.37014,300,5,0,6326,0,1,0,0,0),(67640,18879,530,1,1,0,0,3020.98,2883.97,89.2424,0.061357,300,5,0,6326,0,1,0,0,0),(67641,18879,530,1,1,0,0,3085.28,2905.24,91.5077,1.56787,300,5,0,6326,0,1,0,0,0),(67642,18879,530,1,1,0,0,3122.44,2925.24,110.393,0.999233,300,0,0,6326,0,0,0,0,0),(67643,18879,530,1,1,0,0,3212.16,2884.24,136.868,3.38762,300,5,0,6326,0,1,0,0,0),(67644,18879,530,1,1,0,0,3309.06,3121.07,115.732,3.03298,300,5,0,6326,0,1,0,0,0),(67645,18879,530,1,1,0,0,3342.75,3145.07,108.363,3.82045,300,5,0,6326,0,1,0,0,0),(67646,18879,530,1,1,0,0,3259.05,3150.52,130.276,0.890118,300,5,0,6326,0,1,0,0,0),(67647,18879,530,1,1,0,0,3382.64,3173.03,109.642,1.70399,300,5,0,6326,0,1,0,0,0),(67648,18879,530,1,1,0,0,3418.78,3233.35,96.0084,2.27741,300,5,0,6326,0,1,0,0,0),(67649,18879,530,1,1,0,0,3426.52,3241.96,102.311,3.58471,300,5,0,6326,0,1,0,0,0),(67650,18879,530,1,1,0,0,3527.36,3182.98,108.592,6.09862,300,5,0,6326,0,1,0,0,0),(67651,18879,530,1,1,0,0,3509.05,3285.99,97.7506,0.11249,300,5,0,6326,0,1,0,0,0),(67652,18879,530,1,1,0,0,3519.01,3243.43,105.121,5.00895,300,0,0,6326,0,0,0,0,0),(67653,18879,530,1,1,0,0,3534.08,3226.05,100.358,3.64499,300,5,0,6326,0,1,0,0,0),(67654,18879,530,1,1,0,0,3574.87,3197.02,103.73,2.10133,300,5,0,6326,0,1,0,0,0),(67655,18879,530,1,1,0,0,4087.4,3821.3,123.233,1.07176,300,5,0,6326,0,1,0,0,0),(67656,18879,530,1,1,0,0,4059.26,3698.45,105.519,2.56063,300,5,0,6326,0,1,0,0,0),(67657,18879,530,1,1,0,0,3744.53,3970.6,106.53,4.14064,300,5,0,6326,0,1,0,0,0),(67658,18879,530,1,1,0,0,3782.17,4144.79,105.041,4.52476,300,5,0,6326,0,1,0,0,0),(67659,18879,530,1,1,0,0,4154.18,3943.76,129.705,0.976561,300,5,0,6326,0,1,0,0,0),(67660,18879,530,1,1,0,0,4169.32,3961.67,113.83,5.11792,300,5,0,6326,0,1,0,0,0),(67661,18879,530,1,1,0,0,4172.15,3915.28,117.976,4.12557,300,5,0,6326,0,1,0,0,0),(67662,18879,530,1,1,0,0,4244.26,4088.89,88.7728,4.91949,300,5,0,6326,0,1,0,0,0),(67663,18879,530,1,1,0,0,4151.06,4142.36,134.469,4.78974,300,0,0,6326,0,0,0,0,0),(67664,18879,530,1,1,0,0,4111.68,4195.84,131.259,2.05104,300,5,0,6326,0,1,0,0,0),(67665,18879,530,1,1,0,0,4204.2,4188.73,109.929,0.386675,300,5,0,6326,0,1,0,0,0),(67666,18879,530,1,1,0,0,4048.44,4215.36,133.453,2.94773,300,5,0,6326,0,1,0,0,0),(67667,18879,530,1,1,0,0,3951.44,4242.9,130.239,4.64004,300,5,0,6326,0,1,0,0,0),(67668,18879,530,1,1,0,0,3919.21,4212.29,134.15,5.24293,300,5,0,6326,0,1,0,0,0),(67669,18879,530,1,1,0,0,3843.64,4214.03,113.273,3.45007,300,5,0,6326,0,1,0,0,0),(67670,18879,530,1,1,0,0,3875.43,4181.48,132.1,3.41238,300,5,0,6326,0,1,0,0,0),(67671,18879,530,1,1,0,0,3819.02,4187.2,115.923,0.83101,300,5,0,6326,0,1,0,0,0),(67672,18879,530,1,1,0,0,3816.16,4120.46,122.945,1.60207,300,5,0,6326,0,1,0,0,0),(67673,18879,530,1,1,0,0,3771.07,4151.35,110.734,6.10173,300,5,0,6326,0,1,0,0,0),(67674,18880,530,1,1,0,0,3307.2,4042.88,154.878,1.34431,300,0,0,5060,1466,2,0,0,0),(67675,18880,530,1,1,0,0,3500.97,4111.48,119.743,2.19912,300,0,0,5060,1466,2,0,0,0),(67676,18880,530,1,1,0,0,3187.84,3354.89,103.685,4.08862,300,0,0,5060,1466,2,0,0,0),(67677,18880,530,1,1,0,0,3205.65,3602.59,129.265,3.92699,300,0,0,5060,1466,2,0,0,0),(67678,18880,530,1,1,0,0,3083.82,3822.36,142.924,1.07745,300,0,0,5060,1466,2,0,0,0),(67679,18880,530,1,1,0,0,2953.07,4418.92,113.67,4.35302,300,0,0,5060,1466,2,0,0,0),(67680,18880,530,1,1,0,0,3354.15,3934.2,194.995,6.15786,300,0,0,5060,1466,2,0,0,0),(67681,18880,530,1,1,0,0,3355.43,4002.26,172.045,5.00263,300,0,0,5060,1466,2,0,0,0),(67682,18880,530,1,1,0,0,2753.68,3675.19,135.096,4.2898,300,0,0,5060,1466,2,0,0,0),(67683,18880,530,1,1,0,0,3494.52,3825.95,138.826,2.31544,300,0,0,5060,1466,2,0,0,0),(67684,18880,530,1,1,0,0,2701.96,3523.69,138.863,3.9795,300,0,0,5060,1466,2,0,0,0),(67685,18880,530,1,1,0,0,2762.93,2945,117.643,5.05791,300,5,0,5060,1466,1,0,0,0),(67686,18880,530,1,1,0,0,2748.59,3009.8,120.497,3.74936,300,0,0,5060,1466,2,0,0,0),(67687,18880,530,1,1,0,0,2772.31,2938.49,117.357,3.081,300,5,0,5060,1466,1,0,0,0),(67688,18880,530,1,1,0,0,2834.56,3001.47,120.816,1.36919,300,0,0,5060,1466,2,0,0,0),(67689,18880,530,1,1,0,0,2848.07,3093.44,132.735,2.54624,300,0,0,5060,1466,2,0,0,0),(67690,18880,530,1,1,0,0,3211.06,2915.2,126.154,0.481113,300,0,0,5060,1466,2,0,0,0),(67691,18880,530,1,1,0,0,3410.32,3204.18,100.109,4.39867,300,5,0,5060,1466,1,0,0,0),(67692,18880,530,1,1,0,0,3426.87,3303.89,89.7291,3.16112,300,5,0,5060,1466,1,0,0,0),(67693,18881,530,1,1,0,0,2717.66,4449.74,101.402,1.68578,300,5,0,5377,0,1,0,0,0),(67694,18881,530,1,1,0,0,3300.63,3524.81,119.358,1.59618,300,0,0,5377,0,2,0,0,0),(67695,18881,530,1,1,0,0,3283.05,3531.83,117.116,1.61866,300,0,0,5377,0,2,0,0,0),(67696,18881,530,1,1,0,0,3260.27,3469.91,99.7075,1.22928,300,0,0,5377,0,2,0,0,0),(67697,18881,530,1,1,0,0,3193.75,3437.18,93.6388,2.26716,300,0,0,5377,0,2,0,0,0),(67698,18881,530,1,1,0,0,2643.27,4378.19,118.339,0.938328,300,5,0,5377,0,1,0,0,0),(67699,18881,530,1,1,0,0,2581.13,4351.15,127.845,1.90922,300,5,0,5377,0,1,0,0,0),(67700,18881,530,1,1,0,0,2543.05,4402.37,100.065,1.98684,300,5,0,5377,0,1,0,0,0),(67701,18881,530,1,1,0,0,2552.02,4243.6,135.35,1.52586,300,5,0,5377,0,1,0,0,0),(67702,18881,530,1,1,0,0,2549.1,4121.88,139.744,2.26931,300,5,0,5377,0,1,0,0,0),(67703,18881,530,1,1,0,0,2506.12,4159.38,123.404,3.2604,300,5,0,5377,0,1,0,0,0),(67704,18881,530,1,1,0,0,2798.27,3714.25,116.784,1.6657,300,5,0,5377,0,1,0,0,0),(67705,18881,530,1,1,0,0,2496.89,3647.06,120.957,0.224602,300,5,0,5377,0,1,0,0,0),(67706,18881,530,1,1,0,0,2546.66,3649.26,139.208,0.045924,300,5,0,5377,0,1,0,0,0),(67707,18881,530,1,1,0,0,2511.04,3592.13,118.663,2.14607,300,5,0,5377,0,1,0,0,0),(67708,18881,530,1,1,0,0,2551.27,3542.93,140.588,1.53087,300,5,0,5377,0,1,0,0,0),(67709,18881,530,1,1,0,0,2586.05,3597.15,139.657,1.41095,300,5,0,5377,0,1,0,0,0),(67710,18881,530,1,1,0,0,2575.66,3547.15,138.899,2.46411,300,5,0,5377,0,1,0,0,0),(67711,18881,530,1,1,0,0,2628.44,3509.75,141.653,4.60281,300,5,0,5377,0,1,0,0,0),(67712,18881,530,1,1,0,0,2581.93,3304.13,121.838,1.44547,300,5,0,5377,0,1,0,0,0),(67713,18881,530,1,1,0,0,2550.01,3304.69,117.876,1.69019,300,5,0,5377,0,1,0,0,0),(67714,18881,530,1,1,0,0,2583.13,3208.25,117.664,4.17883,300,5,0,5377,0,1,0,0,0),(67715,18881,530,1,1,0,0,2592.76,3149.19,115.16,0.540587,300,5,0,5377,0,1,0,0,0),(67716,18882,530,1,1,0,0,4165.36,3617.03,122.112,1.39421,300,5,0,5747,0,1,0,0,0),(67717,18882,530,1,1,0,0,4255.27,3561.63,132.22,1.29598,300,5,0,5747,0,1,0,0,0),(67718,18882,530,1,1,0,0,4253.62,3632.31,133.192,1.08076,300,5,0,5747,0,1,0,0,0),(67719,18882,530,1,1,0,0,4285.58,3554.08,133.694,3.89534,300,5,0,5747,0,1,0,0,0),(67720,18882,530,1,1,0,0,4298.42,3569.37,132.145,4.00302,300,5,0,5747,0,1,0,0,0),(67721,18882,530,1,1,0,0,4295.69,3621.15,122.378,2.93549,300,5,0,5747,0,1,0,0,0),(67722,18882,530,1,1,0,0,4381.34,3615.63,115.813,5.29453,300,5,0,5747,0,1,0,0,0),(67723,18882,530,1,1,0,0,4460.62,3605.75,111.246,5.52012,300,5,0,5747,0,1,0,0,0),(67724,18882,530,1,1,0,0,4524.58,3573.33,123.444,6.25196,300,5,0,5747,0,1,0,0,0),(67725,18882,530,1,1,0,0,4475.09,3623.43,107.343,2.9689,300,5,0,5747,0,1,0,0,0),(67726,18882,530,1,1,0,0,4575.44,3544.89,110.159,3.23844,300,5,0,5747,0,1,0,0,0),(67727,18882,530,1,1,0,0,4634.73,3486.78,144.273,6.22357,300,5,0,5747,0,1,0,0,0),(67728,18882,530,1,1,0,0,4681.35,3486.59,133.404,4.27364,300,5,0,5747,0,1,0,0,0),(67729,18882,530,1,1,0,0,4711.43,3461.74,127.58,1.50338,300,5,0,5747,0,1,0,0,0),(67730,18882,530,1,1,0,0,4902.58,3246.95,113.411,6.16174,300,5,0,5747,0,1,0,0,0),(67731,18882,530,1,1,0,0,4841.3,3202.69,140.079,1.07613,300,5,0,5747,0,1,0,0,0),(67732,18883,530,1,1,0,0,3513.21,4081.68,119.979,3.28667,300,5,0,6326,0,1,0,0,0),(67733,18883,530,1,1,0,0,2833.43,2494.45,110.971,3.78736,300,0,0,6326,0,0,0,0,0),(67734,18883,530,1,1,0,0,2800.17,2549.74,119.413,2.19912,300,0,0,6326,0,0,0,0,0),(67735,18883,530,1,1,0,0,2918.09,2548.06,121.83,5.83045,300,5,0,6326,0,1,0,0,0),(67736,18883,530,1,1,0,0,2888.4,2472.51,78.6463,0.387579,300,5,0,6326,0,1,0,0,0),(67737,18883,530,1,1,0,0,2835.53,2467.97,124.206,5.28835,300,0,0,6326,0,0,0,0,0),(67738,18883,530,1,1,0,0,2881.87,2444.74,100.919,4.65375,300,5,0,6326,0,1,0,0,0),(67739,18883,530,1,1,0,0,2914.65,2383.33,122.182,4.98841,300,5,0,6326,0,1,0,0,0),(67740,18883,530,1,1,0,0,2915.6,2415.55,124.558,5.53854,300,5,0,6326,0,1,0,0,0),(67741,18883,530,1,1,0,0,2881.14,2383.28,103.42,2.41771,300,5,0,6326,0,1,0,0,0),(67742,18883,530,1,1,0,0,2885.88,2301.29,114.016,6.0607,300,5,0,6326,0,1,0,0,0),(67743,18883,530,1,1,0,0,2852.26,2267.27,114.227,4.86133,300,5,0,6326,0,1,0,0,0),(67744,18883,530,1,1,0,0,2921.35,2351.85,124.497,0.555494,300,5,0,6326,0,1,0,0,0),(67745,18883,530,1,1,0,0,3454.82,2524.13,72.6547,2.12629,300,5,0,6326,0,1,0,0,0),(67746,18883,530,1,1,0,0,3446.66,2562.75,141.056,1.8385,300,0,0,6326,0,0,0,0,0),(67747,18883,530,1,1,0,0,3525.71,2615.14,140.484,6.14115,300,0,0,6326,0,0,0,0,0),(67748,18883,530,1,1,0,0,3530.41,2748.67,153.191,5.92141,300,0,0,6326,0,0,0,0,0),(67749,18883,530,1,1,0,0,3594.2,2681.8,134.543,3.76752,300,5,0,6326,0,1,0,0,0),(67750,18883,530,1,1,0,0,3585.76,2713.24,145.353,3.30642,300,5,0,6326,0,1,0,0,0),(67751,18883,530,1,1,0,0,3688.88,2772.78,143.815,5.64046,300,5,0,6326,0,1,0,0,0),(67752,18883,530,1,1,0,0,3732.93,2790.82,118.76,3.41855,300,5,0,6326,0,1,0,0,0),(67753,18883,530,1,1,0,0,3719.19,2888.58,114.956,4.46173,300,5,0,6326,0,1,0,0,0),(67754,18883,530,1,1,0,0,3721.2,2962.96,111.337,2.32925,300,5,0,6326,0,1,0,0,0),(67755,18883,530,1,1,0,0,3883.7,3301.71,115.693,3.83158,300,5,0,6326,0,1,0,0,0),(67756,18883,530,1,1,0,0,3951.75,3532.13,125.938,0,300,5,0,6326,0,1,0,0,0),(67757,18883,530,1,1,0,0,4480.29,2449.31,113.793,3.24427,300,5,0,6326,0,1,0,0,0),(67758,18883,530,1,1,0,0,4480.87,2447.85,115.491,3.81492,300,5,0,6326,0,1,0,0,0),(67759,18883,530,1,1,0,0,4402.1,2440.82,109.705,5.44543,300,0,0,6326,0,0,0,0,0),(67760,18883,530,1,1,0,0,4486.55,2515.51,118.216,6.03963,300,5,0,6326,0,1,0,0,0),(67761,18883,530,1,1,0,0,4484.61,2515.31,117.261,5.47293,300,0,0,6326,0,0,0,0,0),(67762,18883,530,1,1,0,0,4485.57,2584.99,126.868,0.916352,300,5,0,6326,0,1,0,0,0),(67763,18883,530,1,1,0,0,4453.78,2684.36,116.877,0.221529,300,5,0,6326,0,1,0,0,0),(67764,18883,530,1,1,0,0,4045.84,2649.42,137.993,0,300,5,0,6326,0,1,0,0,0),(67765,18884,530,1,1,0,0,2918.67,2581.06,118.454,3.60655,300,5,0,6326,0,1,0,0,0),(67766,18884,530,1,1,0,0,2935.45,2503.76,130.631,4.51882,300,5,0,6326,0,1,0,0,0),(67767,18884,530,1,1,0,0,2960.46,2547.99,125.564,3.174,300,5,0,6326,0,1,0,0,0),(67768,18884,530,1,1,0,0,2893.02,2083.36,124.983,5.49572,300,5,0,6326,0,1,0,0,0),(67769,18884,530,1,1,0,0,2869.05,2107.1,119.084,0.170768,300,5,0,6326,0,1,0,0,0),(67770,18884,530,1,1,0,0,2852.55,2039.7,106.216,5.42801,300,5,0,6326,0,1,0,0,0),(67771,18884,530,1,1,0,0,3012.55,1966.16,144.46,0.328125,300,5,0,6326,0,1,0,0,0),(67772,18884,530,1,1,0,0,2911.4,1858.99,119.98,4.63328,300,5,0,6326,0,1,0,0,0),(67773,18884,530,1,1,0,0,2983.56,1716.04,123.984,1.31195,300,5,0,6326,0,1,0,0,0),(67774,18884,530,1,1,0,0,3088.95,1756.32,144.732,3.92147,300,5,0,6326,0,1,0,0,0),(67775,18884,530,1,1,0,0,3074.75,1875.31,144.303,2.90461,300,5,0,6326,0,1,0,0,0),(67776,18884,530,1,1,0,0,3112.64,1781.9,145.027,4.15129,300,5,0,6326,0,1,0,0,0),(67777,18884,530,1,1,0,0,3055.09,1912.57,144.633,6.2606,300,5,0,6326,0,1,0,0,0),(67778,18884,530,1,1,0,0,3116.98,1911.13,144.503,3.20053,300,5,0,6326,0,1,0,0,0),(67779,18884,530,1,1,0,0,3073.59,1956.98,144.825,5.06905,300,5,0,6326,0,1,0,0,0),(67780,18884,530,1,1,0,0,3133.47,2014.45,144.513,4.09196,300,5,0,6326,0,1,0,0,0),(67781,18884,530,1,1,0,0,3164.23,2099.64,162.126,5.35921,300,5,0,6326,0,1,0,0,0),(67782,18884,530,1,1,0,0,2988.55,2489.07,123.052,2.96033,300,5,0,6326,0,1,0,0,0),(67783,18884,530,1,1,0,0,3046.97,2437.63,131.34,4.18712,300,5,0,6326,0,1,0,0,0),(67784,18884,530,1,1,0,0,3009.08,2548.72,116.609,0.509091,300,5,0,6326,0,1,0,0,0),(67785,18884,530,1,1,0,0,3114.82,2383.88,127.687,2.31334,300,5,0,6326,0,1,0,0,0),(67786,18884,530,1,1,0,0,3191.63,2437.11,110.204,5.37249,300,5,0,6326,0,1,0,0,0),(67787,18884,530,1,1,0,0,3220.57,2434.74,97.5913,1.59813,300,5,0,6326,0,1,0,0,0),(67788,18884,530,1,1,0,0,3205.83,2497.9,90.7784,5.46256,300,5,0,6326,0,1,0,0,0),(67789,18884,530,1,1,0,0,3218.56,2352.32,112.835,0.632959,300,5,0,6326,0,1,0,0,0),(67790,18884,530,1,1,0,0,3246.47,2388.83,92.5069,1.02317,300,5,0,6326,0,1,0,0,0),(67791,18884,530,1,1,0,0,3259.08,2451.14,82.333,2.07695,300,5,0,6326,0,1,0,0,0),(67792,18884,530,1,1,0,0,3213.15,2296.25,119.505,5.48568,300,5,0,6326,0,1,0,0,0),(67793,18884,530,1,1,0,0,3287.81,2417.17,84.4599,1.46025,300,5,0,6326,0,1,0,0,0),(67794,18884,530,1,1,0,0,3305.35,2377.27,99.951,3.68,300,5,0,6326,0,1,0,0,0),(67795,18884,530,1,1,0,0,3283.18,2285.06,105.132,4.98224,300,5,0,6326,0,1,0,0,0),(67796,18884,530,1,1,0,0,3300.62,2161.32,118.31,6.05265,300,5,0,6326,0,1,0,0,0),(67797,18884,530,1,1,0,0,3286.59,2024.6,119.93,0.501217,300,5,0,6326,0,1,0,0,0),(67798,18884,530,1,1,0,0,3236.81,2060.8,134.717,2.04286,300,5,0,6326,0,1,0,0,0),(67799,18884,530,1,1,0,0,3286.78,2075.82,106.505,2.90088,300,5,0,6326,0,1,0,0,0),(67800,18884,530,1,1,0,0,3237.89,1962.77,136.817,2.31544,300,5,0,6326,0,1,0,0,0),(67801,18884,530,1,1,0,0,3244.04,1989.38,129.424,4.07749,300,5,0,6326,0,1,0,0,0),(67802,18884,530,1,1,0,0,3229.51,2025.75,138.085,0.75334,300,5,0,6326,0,1,0,0,0),(67803,18884,530,1,1,0,0,3321.74,2003.2,96.9592,4.12086,300,5,0,6326,0,1,0,0,0),(67804,18884,530,1,1,0,0,3310.05,1913.14,112.962,0.876683,300,5,0,6326,0,1,0,0,0),(67805,18884,530,1,1,0,0,3243.65,1919.81,134.982,5.61957,300,5,0,6326,0,1,0,0,0),(67806,18884,530,1,1,0,0,3284.18,1948.11,108.19,2.8959,300,5,0,6326,0,1,0,0,0),(67807,18884,530,1,1,0,0,3181.58,1841.03,144.481,4.59694,300,5,0,6326,0,1,0,0,0),(67808,18884,530,1,1,0,0,3224.45,1792.34,139.001,5.0715,300,5,0,6326,0,1,0,0,0),(67809,18884,530,1,1,0,0,3213.9,1749.6,128.847,5.63011,300,5,0,6326,0,1,0,0,0),(67810,18884,530,1,1,0,0,3160.72,1820.71,144.569,0.668219,300,5,0,6326,0,1,0,0,0),(67811,18884,530,1,1,0,0,3193.59,1720.83,125.946,0.47076,300,5,0,6326,0,1,0,0,0),(67812,18884,530,1,1,0,0,3163.34,1769.97,142.88,1.04665,300,5,0,6326,0,1,0,0,0),(67813,18884,530,1,1,0,0,3145.31,1675.47,132.913,5.4539,300,5,0,6326,0,1,0,0,0),(67814,18884,530,1,1,0,0,3074.59,1695.08,138.378,2.18865,300,5,0,6326,0,1,0,0,0),(67815,18884,530,1,1,0,0,3117.31,1712.76,145.546,0.266938,300,5,0,6326,0,1,0,0,0),(67816,18884,530,1,1,0,0,3051.02,1718.5,133.646,2.5262,300,5,0,6326,0,1,0,0,0),(67817,18884,530,1,1,0,0,3119.41,1653.11,134.969,4.22691,300,5,0,6326,0,1,0,0,0),(67818,18884,530,1,1,0,0,3207.88,1680.61,108.98,3.70061,300,5,0,6326,0,1,0,0,0),(67819,18884,530,1,1,0,0,3278.68,1753.88,109.855,0.74186,300,5,0,6326,0,1,0,0,0),(67820,18884,530,1,1,0,0,3248.17,1706.92,106.484,1.14821,300,5,0,6326,0,1,0,0,0),(67821,18884,530,1,1,0,0,3294.27,1820.93,125.524,3.0153,300,5,0,6326,0,1,0,0,0),(67822,18884,530,1,1,0,0,3315.95,1782.54,108.348,3.74856,300,5,0,6326,0,1,0,0,0),(67823,18884,530,1,1,0,0,3256.85,2123.43,131.137,5.62933,300,5,0,6326,0,1,0,0,0),(67824,18884,530,1,1,0,0,3325.52,2314.26,93.2369,3.11133,300,5,0,6326,0,1,0,0,0),(67825,18884,530,1,1,0,0,3373.93,2322.51,83.5595,0.001953,300,5,0,6326,0,1,0,0,0),(67826,18884,530,1,1,0,0,3349.62,2341.91,90.299,3.48219,300,5,0,6326,0,1,0,0,0),(67827,18884,530,1,1,0,0,3361.24,2397.57,73.2957,5.11063,300,5,0,6326,0,1,0,0,0),(67828,18884,530,1,1,0,0,3304.21,2442.34,75.299,4.30993,300,5,0,6326,0,1,0,0,0),(67829,18884,530,1,1,0,0,3343.44,2504.87,87.1829,5.20792,300,5,0,6326,0,1,0,0,0),(67830,18884,530,1,1,0,0,3337.23,2510.01,87.513,6.13402,300,5,0,6326,0,1,0,0,0),(67831,18884,530,1,1,0,0,3256.06,2514,93.1302,1.75537,300,5,0,6326,0,1,0,0,0),(67832,18885,530,1,1,0,0,2972.73,3125.94,123.628,5.56344,300,5,0,25304,0,1,0,0,0),(67833,18885,530,1,1,0,0,3001.2,3182.39,128.071,1.42476,300,5,0,25304,0,1,0,0,0),(67834,18885,530,1,1,0,0,3019.2,3188.43,120.783,2.9689,300,5,0,25304,0,1,0,0,0),(67835,18885,530,1,1,0,0,2959.98,3230.44,144.5,4.56732,300,5,0,25304,0,1,0,0,0),(67836,18885,530,1,1,0,0,2957.83,3310.84,152.367,6.27769,300,5,0,25304,0,1,0,0,0),(67837,18886,530,1,1,0,0,4680.65,2933.53,128.592,6.0329,300,0,0,27044,0,2,0,0,0),(67838,18886,530,1,1,0,0,4694.27,3000.52,131.828,3.77376,300,0,0,27044,0,2,0,0,0),(67839,18886,530,1,1,0,0,4793.85,2559.35,107.75,1.50123,300,0,0,27044,0,2,0,0,0),(67840,18886,530,1,1,0,0,4824.48,2413.03,117.565,3.26098,300,0,0,27044,0,2,0,0,0),(67841,18886,530,1,1,0,0,4805.06,2965.26,136.835,5.9299,300,0,0,27044,0,2,0,0,0),(67842,18886,530,1,1,0,0,4834.34,2888.76,143.825,2.3002,300,0,0,27044,0,2,0,0,0),(67843,18886,530,1,1,0,0,4861.56,2899.58,149.45,2.18968,300,0,0,27044,0,2,0,0,0),(67844,18886,530,1,1,0,0,4889.34,2820.24,95.6049,3.79193,300,0,0,27044,0,2,0,0,0),(67845,18886,530,1,1,0,0,4807.69,2724.2,84.9414,1.7298,300,0,0,27044,0,2,0,0,0),(67846,18886,530,1,1,0,0,4705.97,2725.82,112.599,5.00162,300,0,0,27044,0,2,0,0,0),(67847,18886,530,1,1,0,0,4671.17,2833.75,119.971,0.381413,300,0,0,27044,0,2,0,0,0),(67848,18886,530,1,1,0,0,4735.84,3006.33,126.361,3.80215,300,0,0,27044,0,2,0,0,0),(67849,18886,530,1,1,0,0,4894.06,2678.78,79.1418,6.12247,300,0,0,27044,0,2,0,0,0),(67850,18891,555,3,1,0,0,-61.349,40.7063,0.679355,2.3911,86400,0,0,6986,0,0,0,0,0),(67851,18892,530,1,1,0,1,-3765.81,-11528.6,-134.513,5.09134,300,5,0,737,2175,1,0,0,0),(67852,18892,530,1,1,0,1,-3727.51,-11539.3,-130.86,3.71755,300,5,0,737,2175,1,0,0,0),(67853,18892,530,1,1,0,1,-3709,-11521.3,-134.674,0.261799,300,5,0,737,2175,1,0,0,0),(67854,18892,530,1,1,0,1,-3707.23,-11532.5,-131.121,5.23599,300,5,0,737,2175,1,0,0,0),(67855,18892,530,1,1,0,1,-3672.76,-11531,-129.785,1.51844,300,5,0,737,2175,1,0,0,0),(67856,18892,530,1,1,0,1,-3652.9,-11560.7,-128.469,0.401426,300,5,0,737,2175,1,0,0,0),(67857,18892,530,1,1,0,1,-3645.16,-11548.5,-121.795,5.46288,300,5,0,737,2175,1,0,0,0),(67858,18892,530,1,1,0,1,-3621.43,-11505.5,-121.395,6.07375,300,5,0,737,2175,1,0,0,0),(67859,18892,530,1,1,0,1,-3632.8,-11508.6,-121.54,4.72984,300,5,0,737,2175,1,0,0,0),(67860,18892,530,1,1,0,1,-3637.4,-11541.1,-121.832,4.88692,300,5,0,737,2175,1,0,0,0),(67861,18892,530,1,1,0,1,-3622.87,-11535,-121.524,5.60251,300,5,0,737,2175,1,0,0,0),(67862,18892,530,1,1,0,1,-3632.59,-11520.9,-121.584,3.22886,300,5,0,737,2175,1,0,0,0),(67864,18895,530,1,1,0,0,-2165.33,6647.25,0.38844,6.19592,300,0,0,349300,0,0,0,0,0),(67865,18896,530,1,1,0,0,-4023.85,-11452.4,-134.78,4.38078,300,0,0,42,0,0,0,0,0),(67866,18896,530,1,1,0,0,-4090.45,-11443,-139.769,3.56047,300,0,0,42,0,0,0,0,0),(67867,18896,530,1,1,0,0,-4046.59,-11432.6,-139.168,0.907571,300,0,0,42,0,0,0,0,0),(67868,18896,530,1,1,0,0,-4113.2,-11418.8,-139.777,2.49582,300,0,0,42,0,0,0,0,0),(67869,18896,530,1,1,0,0,-4066.28,-11397,-139.529,0.366519,300,0,0,42,0,0,0,0,0),(67870,18896,530,1,1,0,0,-4101.06,-11361.8,-137.371,4.2586,300,0,0,42,0,0,0,0,0),(67871,18897,530,1,1,0,1,-2160.02,6666.19,2.58939,5.2709,300,0,0,6986,0,0,0,0,0),(83245,19168,554,3,1,0,0,308.593,5.20942,25.3862,3.14629,86400,0,0,29587,3155,0,0,0,0),(67873,18899,530,1,1,0,0,-4072,-11503.4,-135.166,3.88533,300,0,0,11828,0,0,0,0,0),(67874,18900,530,1,1,0,0,-4075.82,-11499.9,-134.991,3.93298,300,0,0,11828,0,0,0,0,0),(67875,18901,530,1,1,0,0,-4071.89,-11501.7,-135.027,3.98902,300,0,0,11828,0,0,0,0,0),(67876,18902,530,1,1,0,0,-4073.22,-11500.1,-134.935,4.0214,300,0,0,8280,6443,0,0,0,0),(67877,18903,530,1,1,0,0,-4075.4,-11502.5,-135.187,3.87109,300,0,0,8280,6443,0,0,0,0),(67878,18905,530,1,1,0,1,-568.976,4151.49,68.217,3.735,300,0,0,2201,5875,0,0,0,0),(67879,18906,530,1,1,0,0,229.118,4333.73,119.083,3.07178,300,0,0,5416,0,0,0,0,0),(67880,18907,530,1,1,0,1,-174.478,5529.21,29.4909,3.33358,300,0,0,3498,0,2,0,0,0),(67881,18908,530,1,1,0,1,1056.38,7370.99,39.6667,3.85718,300,0,0,5803,0,0,0,0,0),(67882,18909,530,1,1,0,1,227.562,7772.52,44.3647,4.83456,300,0,0,59140,0,0,0,0,0),(67883,18909,530,1,1,0,1,247.851,7754.45,23.1506,4.18908,300,0,0,59140,0,2,0,0,0),(67884,18909,530,1,1,0,1,244.393,7753.65,23.1943,4.01096,300,0,0,59140,0,2,0,0,0),(67885,18909,530,1,1,0,1,250.273,7785.7,23.2861,4.67748,300,0,0,59140,0,0,0,0,0),(67886,18909,530,1,1,0,1,258.001,7785.07,23.2876,4.59022,300,0,0,59140,0,0,0,0,0),(67887,18909,530,1,1,0,1,275.478,7770.59,47.315,4.60767,300,0,0,59140,0,0,0,0,0),(67888,18909,530,1,1,0,1,210.132,7831.2,33.6989,5.03562,300,0,0,59140,0,2,0,0,0),(67889,18909,530,1,1,0,1,211.459,7820.77,22.8326,5.60534,300,0,0,59140,0,2,0,0,0),(67890,18909,530,1,1,0,1,337.702,7830.23,38.2113,0.034907,300,0,0,59140,0,0,0,0,0),(67891,18909,530,1,1,0,1,294.126,7867.24,42.1308,3.28122,300,0,0,59140,0,0,0,0,0),(67892,18909,530,1,1,0,1,278.378,7838.09,22.6146,4.17134,300,0,0,59140,0,2,0,0,0),(67893,18909,530,1,1,0,1,180.524,7910.89,49.1125,4.00769,300,0,0,59140,0,2,0,0,0),(67894,18909,530,1,1,0,1,284.379,7943.77,52.2524,5.95529,300,0,0,59140,0,2,0,0,0),(67895,18909,530,1,1,0,1,287.554,7959.56,20.3741,1.18682,300,0,0,59140,0,0,0,0,0),(67896,18909,530,1,1,0,1,281.657,7962.89,20.7491,1.01229,300,0,0,59140,0,0,0,0,0),(67897,18909,530,1,1,0,1,185.376,7959.4,23.1946,2.44346,300,0,0,59140,0,0,0,0,0),(67898,18909,530,1,1,0,1,189.114,7964.57,23.8196,2.51327,300,0,0,59140,0,0,0,0,0),(67899,18909,530,1,1,0,1,364.505,7847.5,22.1642,0.139626,300,0,0,59140,0,0,0,0,0),(67900,18909,530,1,1,0,1,364.847,7855.6,22.1073,6.14356,300,0,0,59140,0,0,0,0,0),(67901,18909,530,1,1,0,1,258.792,7787.22,23.2634,3.91051,300,0,0,59140,0,2,0,0,0),(67902,18909,530,1,1,0,1,343.293,7864.33,43.5953,4.36333,300,0,0,59140,0,2,0,0,0),(67903,18909,530,1,1,0,1,291.122,7825.22,42.1554,4.78221,300,0,0,59140,0,0,0,0,0),(67904,18909,530,1,1,0,1,434.477,7845.83,22.42,3.11491,300,0,0,59140,0,2,0,0,0),(67905,18909,530,1,1,0,1,431.275,7846.57,22.3906,2.97447,300,0,0,59140,0,2,0,0,0),(67906,18910,530,1,1,0,1,75.2937,5261.42,23.0839,4.71207,300,0,0,59140,0,2,0,0,0),(67907,18910,530,1,1,0,1,75.2937,5261.42,23.0839,4.66963,300,0,0,59140,0,2,0,0,0),(67908,18910,530,1,1,0,1,87.0159,5238.03,22.673,2.60054,300,0,0,59140,0,0,0,0,0),(67909,18910,530,1,1,0,1,81.2724,5230.44,22.5131,2.23402,300,0,0,59140,0,0,0,0,0),(67910,18910,530,1,1,0,1,104.302,5221.67,22.331,4.5601,300,0,0,59140,0,2,0,0,0),(67911,18911,530,1,1,0,1,-279.86,5551.56,22.5139,2.05949,300,0,0,3662,0,0,0,0,0),(67912,18912,530,1,1,0,0,-1087.95,5637.74,58.1453,0.005273,300,5,0,1805,0,1,0,0,0),(67913,18912,530,1,1,0,0,-1094.9,5612.69,56.9977,0.525723,300,5,0,1805,0,1,0,0,0),(67914,18912,530,1,1,0,0,-1115.81,5659.75,58.8931,4.39867,300,5,0,1805,0,1,0,0,0),(67915,18912,530,1,1,0,0,-1077.91,5732.63,55.5586,1.04353,300,5,0,1805,0,1,0,0,0),(67916,18912,530,1,1,0,0,-1117.66,5638.14,57.8413,4.87117,300,5,0,1805,0,1,0,0,0),(67917,18912,530,1,1,0,0,-1137.1,5596.29,57.053,5.65691,300,5,0,1805,0,1,0,0,0),(67918,18912,530,1,1,0,0,-1133.44,5625.9,59.2548,4.60767,300,0,0,1805,0,0,0,0,0),(67919,18912,530,1,1,0,0,-1215.53,5783.08,54.3708,4.95609,300,5,0,1805,0,1,0,0,0),(67920,18912,530,1,1,0,0,-1245.97,5742.96,39.2694,2.59001,300,5,0,1805,0,1,0,0,0),(67921,18912,530,1,1,0,0,-1220.03,5758.62,44.3811,5.14411,300,5,0,1805,0,1,0,0,0),(67922,18912,530,1,1,0,0,-1222.21,5789.91,54.3071,4.04916,300,0,0,1805,0,0,0,0,0),(67923,18912,530,1,1,0,0,-1195.28,5817.99,42.8706,3.72244,300,5,0,1805,0,1,0,0,0),(67924,18912,530,1,1,0,0,-1245.39,5778.01,2.24032,4.51124,300,5,0,1805,0,1,0,0,0),(67925,18912,530,1,1,0,0,-1309.48,5851.39,8.30251,2.13862,300,0,0,1805,0,0,0,0,0),(67926,18912,530,1,1,0,0,-1331.42,5885.79,10.8063,2.13862,300,0,0,1805,0,0,0,0,0),(67927,18912,530,1,1,0,0,-1331.97,5897.61,12.2277,1.6077,300,0,0,1805,0,0,0,0,0),(67928,18912,530,1,1,0,0,-1310.23,5886.11,24.667,6.01849,300,0,0,1805,0,0,0,0,0),(67929,18912,530,1,1,0,0,-1285.43,5850.42,39.5688,5.45134,300,0,0,1805,0,0,0,0,0),(67930,18912,530,1,1,0,0,-1284.75,5835.39,40.8265,4.53871,300,0,0,1805,0,0,0,0,0),(67931,18912,530,1,1,0,0,-1360.95,5834.37,18.856,4.68872,300,0,0,1805,0,0,0,0,0),(67932,18913,530,1,1,0,0,-1229.58,7161.33,57.3484,2.47837,300,0,0,4731,2790,0,0,0,0),(67933,18914,530,1,1,0,0,-2761.41,7300.42,43.5535,1.72788,300,0,0,4731,2790,0,0,0,0),(67934,18916,530,1,1,0,0,-3817.35,-11403.3,-104.345,4.5204,300,0,0,11828,0,0,0,0,0),(67935,18917,530,1,1,0,0,-3818.97,-11466.7,-138.442,2.59027,300,0,0,2136,5751,0,0,0,0),(67936,18918,530,1,1,0,0,-3814.76,-11466.9,-138.393,2.64336,300,0,0,405,1202,0,0,0,0),(67937,18919,530,1,1,0,0,-3815.67,-11464.7,-138.395,2.66588,300,0,0,405,1202,0,0,0,0),(67938,18921,530,1,1,0,0,-3963.99,-11768.7,-134.809,2.44346,300,0,0,7048,0,0,0,0,0),(67939,18922,530,1,1,0,1,244.799,5985.4,22.7321,2.0343,300,5,0,59140,0,1,0,0,0),(67940,18922,530,1,1,0,1,273.689,5975.17,22.3513,1.46608,300,0,0,59140,0,0,0,0,0),(67941,18922,530,1,1,0,1,246.776,6011.9,21.6035,2.46091,300,0,0,59140,0,0,0,0,0),(67942,18922,530,1,1,0,1,256.051,6005.69,21.3839,2.55361,300,0,0,59140,0,2,0,0,0),(67943,18922,530,1,1,0,1,290.854,5975.65,22.3513,1.46608,300,0,0,59140,0,0,0,0,0),(67944,18922,530,1,1,0,1,251.167,6020.14,21.5993,2.47837,300,0,0,59140,0,0,0,0,0),(67945,18922,530,1,1,0,1,251.146,6031.97,44.3767,4.10107,300,5,0,59140,0,1,0,0,0),(67946,18922,530,1,1,0,1,244.354,6014.18,21.6301,1.00605,300,0,0,59140,0,2,0,0,0),(67947,18922,530,1,1,0,1,271.757,6071.51,130.251,6.19925,300,0,0,59140,0,2,0,0,0),(67948,18922,530,1,1,0,1,285.808,6008.43,144.73,1.38447,300,0,0,59140,0,2,0,0,0),(67949,18922,530,1,1,0,1,228.736,6065.35,148.395,2.77507,300,0,0,59140,0,0,0,0,0),(67950,18922,530,1,1,0,1,225.118,6053.65,148.395,2.72271,300,0,0,59140,0,0,0,0,0),(67951,18922,530,1,1,0,1,277.188,5959.85,149.789,4.79965,300,0,0,59140,0,0,0,0,0),(67952,18922,530,1,1,0,1,288.313,5960.04,149.792,4.41568,300,0,0,59140,0,0,0,0,0),(67953,18924,530,1,1,0,1,-3968.33,-11766.8,-134.87,5.63741,300,0,0,7048,0,0,0,0,0),(67954,18926,530,1,1,0,0,9482.34,-6805.51,16.5757,0.750492,300,0,0,198,0,2,0,0,0),(67955,18929,530,1,1,0,0,9552.02,-6825.11,16.5134,2.51327,300,0,0,198,0,0,0,0,0),(67956,18930,530,1,1,0,1,-176.42,1028.53,54.2562,3.1765,300,0,0,59140,0,0,0,0,0),(67957,18931,530,1,1,0,1,-323.81,1027.61,54.2399,6.14356,300,0,0,59140,0,0,0,0,0),(67958,18933,530,1,1,0,0,-3338.71,4703.58,-100.968,3.57792,300,0,0,43010,2933,0,0,0,0),(67959,18937,530,1,1,0,0,2187.88,6794,183.413,3.07178,300,0,0,17742,0,0,0,0,0),(67960,18938,530,1,1,0,0,3085.3,3600.82,144.009,3.89776,300,0,0,17742,0,0,0,0,0),(67961,18939,530,1,1,0,1,-3980.97,2156.29,105.233,3.29867,300,0,0,17742,0,0,0,0,0),(67962,18940,530,1,1,0,0,-1831.95,5298.3,-12.3448,1.76278,300,0,0,17742,0,0,0,0,0),(67963,18942,530,1,1,0,1,-584.367,4104.07,91.5878,3.64774,300,0,0,14193,2790,0,0,0,0),(67964,18943,530,1,1,0,1,1053.68,7087.82,117.871,5.41052,300,0,0,59140,0,0,0,0,0),(67965,18943,530,1,1,0,1,1069.62,7102.94,117.678,5.23599,300,0,0,59140,0,0,0,0,0),(67966,18943,530,1,1,0,1,926.915,7368.89,20.0122,2.70526,300,0,0,59140,0,0,0,0,0),(67967,18943,530,1,1,0,1,931.885,7390.36,20.2622,2.94961,300,0,0,59140,0,0,0,0,0),(67968,18943,530,1,1,0,1,931.566,7377.42,19.9784,1.35181,300,0,0,59140,0,2,0,0,0),(67969,18943,530,1,1,0,1,930.026,7379.34,20.2017,2.89156,300,0,0,59140,0,2,0,0,0),(67970,18943,530,1,1,0,1,1010.02,7350.51,36.4582,5.15911,300,0,0,59140,0,2,0,0,0),(67971,18943,530,1,1,0,1,1001.51,7452.37,23.0625,1.76278,300,0,0,59140,0,0,0,0,0),(67972,18943,530,1,1,0,1,1023.81,7459.85,23.0694,1.71042,300,0,0,59140,0,0,0,0,0),(239030,16976,530,1,1,0,0,-1398.05,2706.7,-25.9928,3.10872,300,0,0,4142,0,0,0,0,0),(239029,16976,530,1,1,0,0,-1397.99,2708.44,-26.4023,3.10872,300,0,0,4979,0,0,0,0,0),(239028,16976,530,1,1,0,0,-1397.93,2710.42,-26.8659,3.10872,300,0,0,4142,0,0,0,0,0),(239027,16976,530,1,1,0,0,-1397.86,2712.52,-27.3575,3.10872,300,0,0,4979,0,0,0,0,0),(239026,16976,530,1,1,0,0,-1396.21,2714.18,-27.3022,3.10872,300,0,0,4979,0,0,0,0,0),(239025,16976,530,1,1,0,0,-1396.36,2711.65,-26.7283,3.17156,300,0,0,4142,0,0,0,0,0),(239024,16976,530,1,1,0,0,-1396.3,2709.44,-26.1717,3.17156,300,0,0,4142,0,0,0,0,0),(239023,16976,530,1,1,0,0,-1396.23,2707.34,-25.6429,3.17156,300,0,0,4142,0,0,0,0,0),(239022,16976,530,1,1,0,0,-1396.66,2705.21,-25.2415,3.17156,300,0,0,4142,0,0,0,0,0),(93880,21228,548,1,1,0,0,441.469,-763.936,-7.14424,2.16359,604800,0,0,100520,48465,0,0,0,0),(93881,21228,548,1,1,0,0,398.658,-684.657,-7.59175,4.98486,604800,0,0,100520,48465,0,0,0,0),(1976582,30502,571,1,4,0,0,7267.49,-863.623,926.054,4.49835,300,0,0,50400,0,0,0,0,0),(1976581,30502,571,1,4,0,0,7254.86,-874.686,924.123,6.22622,300,0,0,50400,0,0,0,0,0),(1976499,30591,571,1,2,0,0,7313.07,-975.323,913.812,4.36112,300,0,0,12175,3893,0,0,0,0),(68016,18949,530,1,1,0,1,-275.911,1083.75,54.3343,1.5708,30,0,0,9160,68820,0,0,0,0),(68001,18945,530,1,1,0,1,-420.58,1832.27,75.1,4.6,10,0,0,236000,330900,0,0,0,0),(68009,18947,530,1,1,0,0,9310.45,-6552.7,34.8352,1.12043,300,0,0,186,191,0,0,0,0),(68015,18949,530,1,1,0,1,-272.632,1075,54.3557,1.5708,30,0,0,9160,68820,0,0,0,0),(68128,18971,530,1,1,0,1,-228.478,1074.47,54.3336,2.51033,30,0,0,9160,68820,0,0,0,0),(68127,18971,530,1,1,0,1,-225.987,1083.23,54.3374,2.71726,30,0,0,9160,68820,0,0,0,0),(68266,18986,530,1,1,0,1,-270.575,1093.28,41.923,1.5708,30,0,0,12650,29330,0,0,0,0),(68265,18986,530,1,1,0,1,-261.812,1092.96,41.8783,1.5708,30,0,0,12650,29330,0,0,0,0),(68264,18986,530,1,1,0,1,-253.246,1093.04,41.9172,1.5708,30,0,0,12650,29330,0,0,0,0),(68263,18986,530,1,1,0,1,-257.407,1092.94,41.9379,1.5708,30,0,0,12650,29330,0,0,0,0),(68262,18986,530,1,1,0,1,-265.912,1092.97,41.8355,1.5708,30,0,0,12650,29330,0,0,0,0),(86071,18972,530,1,1,0,1,-236.089,1094.24,41.6667,1.5708,30,0,0,7590,29330,0,0,0,0),(86070,18972,530,1,1,0,1,-231.307,1094.23,41.6667,1.5708,30,0,0,7590,29330,0,0,0,0),(86069,18972,530,1,1,0,1,-245.398,1094.1,41.6667,1.5708,30,0,0,7590,29330,0,0,0,0),(68027,18951,530,1,1,0,1,9250.39,-7255.58,16.4268,0.506145,300,0,0,178,382,2,0,0,0),(68028,18952,530,1,1,0,1,-110.188,2078.02,99.966,1.79767,300,5,0,3989,0,1,0,0,0),(68029,18952,530,1,1,0,1,-101.362,2045.48,98.552,5.8162,300,5,0,3989,0,1,0,0,0),(68030,18952,530,1,1,0,1,-72.6413,2068.28,102.55,5.7612,300,5,0,3989,0,1,0,0,0),(68031,18952,530,1,1,0,1,-114.26,2143.51,97.5027,3.57183,300,5,0,3989,0,1,0,0,0),(68032,18952,530,1,1,0,1,13.4236,2894.13,37.6033,3.55297,300,5,0,3989,0,1,0,0,0),(68033,18952,530,1,1,0,1,9.26835,2893.04,37.6033,2.76597,300,5,0,3989,0,1,0,0,0),(68034,18952,530,1,1,0,1,4.95046,2867.7,44.6932,1.0936,300,5,0,3989,0,1,0,0,0),(68035,18952,530,1,1,0,1,2.55567,2859.12,46.7117,2.89673,300,5,0,3989,0,1,0,0,0),(68036,18952,530,1,1,0,1,-149.359,2774.88,39.2597,5.42949,300,5,0,3989,0,1,0,0,0),(68037,18952,530,1,1,0,1,-167.487,2802.72,30.9929,6.17264,300,5,0,3989,0,1,0,0,0),(68038,18952,530,1,1,0,1,-142.692,2808.9,37.6039,5.13019,300,5,0,3989,0,1,0,0,0),(68039,18952,530,1,1,0,1,-171.668,2801.84,29.9948,1.1586,300,5,0,3989,0,1,0,0,0),(68040,18952,530,1,1,0,1,-170.622,2762.75,34.2039,6.27745,300,5,0,3989,0,1,0,0,0),(68041,18952,530,1,1,0,1,-144.391,2678.83,44.8936,4.87722,300,5,0,3989,0,1,0,0,0),(68042,18952,530,1,1,0,1,-119.962,2687.87,48.325,3.40922,300,5,0,3989,0,1,0,0,0),(68043,18952,530,1,1,0,1,-452.758,2960.41,12.3362,0.31897,300,5,0,3989,0,1,0,0,0),(68044,18952,530,1,1,0,1,-411.2,2905.57,17.3322,1.88668,300,5,0,3989,0,1,0,0,0),(68045,18952,530,1,1,0,1,-481.297,2894.42,32.0992,3.12938,300,5,0,3989,0,1,0,0,0),(68046,18952,530,1,1,0,1,-448.117,2923.37,21.6268,4.54371,300,5,0,3989,0,1,0,0,0),(68047,18952,530,1,1,0,1,-363.269,2814.2,9.1592,5.33071,300,5,0,3989,0,1,0,0,0),(68048,18952,530,1,1,0,1,-338.485,2733.79,23.3821,5.28631,300,5,0,3989,0,1,0,0,0),(68049,18952,530,1,1,0,1,-172.218,2634.15,40.6063,3.00536,300,5,0,3989,0,1,0,0,0),(68050,18952,530,1,1,0,1,-302.083,2548.94,42.4713,4.71239,300,0,0,3989,0,0,0,0,0),(68051,18952,530,1,1,0,1,-156.676,2600.86,40.8138,2.55088,300,5,0,3989,0,1,0,0,0),(68052,18952,530,1,1,0,1,-158.788,2591.5,40.8241,0.552806,300,5,0,3989,0,1,0,0,0),(68053,18952,530,1,1,0,1,-306.667,2484.04,39.0435,5.88073,300,5,0,3989,0,1,0,0,0),(68054,18952,530,1,1,0,1,-338.624,2519.26,42.3943,2.63578,300,5,0,3989,0,1,0,0,0),(68055,18952,530,1,1,0,1,-308.955,2522.86,42.2424,1.30858,300,5,0,3989,0,1,0,0,0),(68056,18952,530,1,1,0,1,-155.98,2507.21,44.1619,0.223758,300,5,0,3989,0,1,0,0,0),(68057,18952,530,1,1,0,1,-159.073,2506.05,44.0555,2.50476,300,5,0,3989,0,1,0,0,0),(68058,18952,530,1,1,0,1,-151.688,2546.45,40.2336,1.21969,300,5,0,3989,0,1,0,0,0),(68059,18952,530,1,1,0,1,-310.891,2421.64,44.5324,0.78027,300,5,0,3989,0,1,0,0,0),(68060,18952,530,1,1,0,1,-313.26,2440.01,42.6022,5.83111,300,5,0,3989,0,1,0,0,0),(68061,18952,530,1,1,0,1,-296.286,2437.06,43.5621,4.08426,300,5,0,3989,0,1,0,0,0),(68062,18952,530,1,1,0,1,-281.732,2420.52,46.2124,1.45141,300,5,0,3989,0,1,0,0,0),(68063,18952,530,1,1,0,1,-276.498,2405.19,49.2473,4.89312,300,5,0,3989,0,1,0,0,0),(68064,18952,530,1,1,0,1,-143.998,2493.98,45.8577,5.89951,300,5,0,3989,0,1,0,0,0),(68065,18952,530,1,1,0,1,-162.641,2417.57,46.5033,2.67995,300,5,0,3989,0,1,0,0,0),(68066,18952,530,1,1,0,1,-290.533,2353.56,50.4748,5.46808,300,5,0,3989,0,1,0,0,0),(68067,18952,530,1,1,0,1,-274.434,2369.91,48.9288,4.32789,300,5,0,3989,0,1,0,0,0),(68068,18952,530,1,1,0,1,-176.91,2385.9,51.5181,3.37796,300,5,0,3989,0,1,0,0,0),(68069,18952,530,1,1,0,1,-169.955,2386.56,52.0181,3.34932,300,5,0,3989,0,1,0,0,0),(68070,18952,530,1,1,0,1,-115.515,2422.52,53.0231,1.16702,300,5,0,3989,0,1,0,0,0),(68071,18952,530,1,1,0,1,-127.083,2462.18,47.2003,4.71222,300,5,0,3989,0,1,0,0,0),(68072,18952,530,1,1,0,1,-134.375,2652.34,47.8599,1.5708,300,5,0,3989,0,1,0,0,0),(68073,18952,530,1,1,0,1,-128.491,2632.86,48.3219,0.432725,300,5,0,3989,0,1,0,0,0),(68074,18952,530,1,1,0,1,-377.861,2720.64,32.838,3.71472,300,5,0,3989,0,1,0,0,0),(68075,18952,530,1,1,0,1,-314.77,2703.63,26.4133,3.09916,300,5,0,3989,0,1,0,0,0),(68076,18952,530,1,1,0,1,-348.901,2689.35,34.3666,3.26124,300,5,0,3989,0,1,0,0,0),(68077,18952,530,1,1,0,1,-345.526,2617.75,43.9924,1.09187,300,5,0,3989,0,1,0,0,0),(68078,18952,530,1,1,0,1,-330.683,2584.69,45.5595,5.98684,300,5,0,3989,0,1,0,0,0),(68079,18952,530,1,1,0,1,-311.365,2567.19,42.7888,0,300,5,0,3989,0,1,0,0,0),(68080,18952,530,1,1,0,1,-363.472,2323.66,48.0848,5.70845,300,5,0,3989,0,1,0,0,0),(68081,18952,530,1,1,0,1,-280.365,2328.92,53.4853,2.0174,300,5,0,3989,0,1,0,0,0),(68082,18953,530,1,1,0,1,2451.06,6022.06,154.839,3.35103,300,0,0,14193,2790,0,0,0,0),(68083,18954,530,1,1,0,1,8843.81,-6286.78,9.2513,3.66519,300,0,0,186,191,0,0,0,0),(68084,18955,530,1,1,0,0,-4097.5,-11493.2,-134.195,1.48353,300,0,0,42,0,0,0,0,0),(68085,18955,530,1,1,0,0,-4000.69,-11438.3,-136.994,6.23082,300,0,0,42,0,0,0,0,0),(68086,18955,530,1,1,0,0,-4111.34,-11364,-139.624,4.97419,300,0,0,42,0,0,0,0,0),(68087,18955,530,1,1,0,0,-3721.7,-11515.3,-126.778,3.75246,300,0,0,42,0,0,0,0,0),(68088,18955,530,1,1,0,0,-4114.02,-11759.6,-137.148,3.71755,300,0,0,42,0,0,0,0,0),(68089,18955,530,1,1,0,0,-4134.39,-11682.3,-143.514,4.08407,300,0,0,42,0,0,0,0,0),(68090,18955,530,1,1,0,0,-4196.92,-11721.8,-142.677,1.02974,300,0,0,42,0,0,0,0,0),(68091,18955,530,1,1,0,0,-4210.54,-11728.3,-129.865,5.79449,300,0,0,42,0,0,0,0,0),(68092,18955,530,1,1,0,0,-4260.06,-11582.8,-123.3,4.24115,300,0,0,42,0,0,0,0,0),(68093,18955,530,1,1,0,0,-3946.36,-11778.5,-134.598,6.19592,300,0,0,42,0,0,0,0,0),(68094,18955,530,1,1,0,0,-3899.6,-11853.5,-40.1573,3.4383,300,0,0,42,0,0,0,0,0),(68095,18955,530,1,1,0,0,-3952.08,-11809.1,-20.7606,2.89725,300,0,0,42,0,0,0,0,0),(68096,18955,530,1,1,0,0,-3857.78,-11847.6,-60.845,1.8675,300,0,0,42,0,0,0,0,0),(68097,18957,530,1,1,0,1,-2621.78,4450.3,36.1768,4.62512,300,0,0,6210,0,0,0,0,0),(68098,18959,530,1,1,0,1,-2641.01,4374.94,35.7306,1.16937,300,0,0,5341,0,0,0,0,0),(68099,18960,530,1,1,0,1,-2657.4,4451.18,36.409,3.50811,300,0,0,6448,0,0,0,0,0),(68100,18962,530,1,1,0,1,-2639.38,4425.39,36.7662,2.82743,300,0,0,6448,0,0,0,0,0),(125629,30193,571,1,1,0,0,5841.79,-2986.62,296.55,3.17903,120,0,0,1,0,0,0,0,0),(125628,30193,571,1,1,0,0,5722.96,-3059.55,307.44,0.541052,120,0,0,1,0,0,0,0,0),(125627,30193,571,1,1,0,0,5705.17,-2973.33,296.55,0.139626,120,0,0,1,0,0,0,0,0),(125626,30193,571,1,1,0,0,5704.68,-2986.66,300.274,0.366519,120,0,0,1,0,0,0,0,0),(125625,30193,571,1,1,0,0,5730.83,-3041.42,300.28,0.488692,120,0,0,1,0,0,0,0,0),(68106,18964,530,1,1,0,0,-2351.51,6369.09,28.2082,2.04368,300,5,0,3715,0,1,0,0,0),(68107,18964,530,1,1,0,0,-2342.93,6371.27,27.6693,2.36087,300,5,0,3715,0,1,0,0,0),(68108,18964,530,1,1,0,0,-1835.8,6620.02,-4.5717,0.831668,300,5,0,3715,0,1,0,0,0),(68109,18964,530,1,1,0,0,-1772.38,8821.69,28.1739,5.96555,300,5,0,3715,0,1,0,0,0),(68110,18964,530,1,1,0,0,-1772.05,8831.58,28.0505,6.01998,300,5,0,3715,0,1,0,0,0),(86068,18972,530,1,1,0,1,-240.736,1094.17,41.6667,1.5708,30,0,0,7590,29330,0,0,0,0),(86066,18972,530,1,1,0,1,-249.345,1094.04,41.6667,1.5708,30,0,0,7590,29330,0,0,0,0),(68126,18970,530,1,1,0,1,-239.247,1084.99,47.4066,1.5708,30,0,0,12652,0,0,0,0,0),(68125,18970,530,1,1,0,1,-235.209,1088.15,45.3476,1.5708,30,0,0,12652,0,0,0,0,0),(68124,18970,530,1,1,0,1,-238.932,1088.06,45.3673,1.5708,30,0,0,12652,0,0,0,0,0),(68123,18970,530,1,1,0,1,-235.748,1085.1,47.3696,1.5708,30,0,0,12652,0,0,0,0,0),(68122,18970,530,1,1,0,1,-232.25,1085.21,47.3327,1.5708,30,0,0,12652,0,0,0,0,0),(68119,18967,530,1,1,0,0,-337.492,962.619,54.3719,1.22173,300,0,0,1,0,0,0,0,0),(68120,18968,530,1,1,0,0,-161.318,965.41,54.3738,1.5708,300,0,0,1,0,0,0,0,0),(68023,18970,530,1,1,0,1,-231.948,1088.23,45.3315,1.5708,30,0,0,12652,0,0,0,0,0),(68121,18969,530,1,1,0,1,-230.449,1071.93,54.3084,1.5708,30,0,0,111780,47325,0,0,0,0),(68118,18966,530,1,1,0,1,-269.544,1071.83,54.3084,1.5708,30,0,0,111780,47325,0,0,0,0),(68116,18965,530,1,1,0,1,-265.187,1086.36,46.23,1.5708,30,0,0,12652,0,0,0,0,0),(68115,18965,530,1,1,0,1,-265.322,1083.37,48.2152,1.5708,30,0,0,12652,0,0,0,0,0),(68114,18965,530,1,1,0,1,-260.593,1083.48,48.1924,1.5708,30,0,0,12652,0,0,0,0,0),(68113,18965,530,1,1,0,1,-260.548,1086.05,46.4834,1.5708,30,0,0,12652,0,0,0,0,0),(68129,18973,530,1,1,0,1,-2587.75,4364.67,27.37,5.20108,300,0,0,11828,0,0,0,0,0),(68130,18973,530,1,1,0,1,-2578.28,4369.82,27.4777,5.14872,300,0,0,11828,0,0,0,0,0),(68131,18973,530,1,1,0,1,-2562.28,4397.47,58.6866,0.926115,300,0,0,11828,0,2,0,0,0),(68132,18973,530,1,1,0,1,-2582.7,4367.51,27.1443,5.49226,300,0,0,11828,0,2,0,0,0),(68133,18973,530,1,1,0,1,-2703.84,4379.9,27.7854,3.54302,300,0,0,11828,0,0,0,0,0),(68134,18973,530,1,1,0,1,-2676.4,4429,37.2164,4.76475,300,0,0,11828,0,2,0,0,0),(68135,18973,530,1,1,0,1,-2691.49,4429.63,37.0914,4.76475,300,0,0,11828,0,2,0,0,0),(68136,18973,530,1,1,0,1,-2684.1,4429.38,37.0914,4.7822,300,0,0,11828,0,2,0,0,0),(68137,18973,530,1,1,0,1,-2684.36,4422.62,37.2164,4.88692,300,0,0,11828,0,2,0,0,0),(68138,18973,530,1,1,0,1,-2691.36,4422.04,37.2164,4.66003,300,0,0,11828,0,2,0,0,0),(68139,18973,530,1,1,0,1,-2703.43,4441.87,59.9773,3.3168,300,5,0,11828,0,1,0,0,0),(68140,18973,530,1,1,0,1,-2677.2,4421.97,37.2164,4.92183,300,0,0,11828,0,2,0,0,0),(68141,18973,530,1,1,0,1,-2706.72,4389.08,27.0354,3.52556,300,0,0,11828,0,0,0,0,0),(68142,18975,530,1,1,0,1,-494.545,1906.82,89.9858,0.516116,300,5,0,3191,2289,1,0,0,0),(68143,18975,530,1,1,0,1,-433.394,1855.28,81.2366,4.69872,300,0,0,3191,2289,0,0,0,0),(68144,18975,530,1,1,0,1,-400.087,1833.37,77.5318,5.42797,300,0,0,3191,2289,0,0,0,0),(68145,18975,530,1,1,0,1,90.8476,1725.94,43.6332,2.55523,300,0,0,3191,2289,0,0,0,0),(68146,18975,530,1,1,0,1,120.555,1762.26,43.4283,3.30136,300,0,0,3191,2289,0,0,0,0),(68147,18975,530,1,1,0,1,133.336,1733.17,41.429,2.42601,300,0,0,3191,2289,0,0,0,0),(68148,18975,530,1,1,0,1,77.1706,1770.55,47.386,1.37881,300,0,0,3191,2289,0,0,0,0),(68149,18975,530,1,1,0,1,63.4181,1762.57,47.7799,2.42601,300,0,0,3191,2289,0,0,0,0),(68150,18975,530,1,1,0,1,166.546,1733.47,37.1687,0.698132,300,0,0,3191,2289,0,0,0,0),(68151,18975,530,1,1,0,1,58.5455,1798.13,49.3967,5.45428,300,5,0,3191,2289,1,0,0,0),(68152,18975,530,1,1,0,1,189.745,1765.82,32.6552,2.54818,300,0,0,3191,2289,0,0,0,0),(68153,18975,530,1,1,0,1,201.947,1758.21,27.6612,3.97935,300,0,0,3191,2289,0,0,0,0),(68154,18975,530,1,1,0,1,199.479,1776.24,28.9152,3.11239,300,5,0,3191,2289,1,0,0,0),(68155,18975,530,1,1,0,1,-10.7821,1900.59,62.3397,1.58825,300,0,0,3191,2289,0,0,0,0),(68156,18975,530,1,1,0,1,7.10124,1895.24,57.7269,0.925025,300,0,0,3191,2289,0,0,0,0),(68157,18975,530,1,1,0,1,26.4833,1911.86,63.0853,6.09671,300,5,0,3191,2289,1,0,0,0),(68158,18975,530,1,1,0,1,-100.452,1866.46,75.5582,3.87463,300,0,0,3191,2289,0,0,0,0),(68159,18975,530,1,1,0,1,-100.109,1900.35,77.6004,2.05949,300,0,0,3191,2289,0,0,0,0),(68160,18975,530,1,1,0,1,-67.0118,1866.85,69.6134,5.53269,300,0,0,3191,2289,0,0,0,0),(68161,18975,530,1,1,0,1,-87.1859,1924.06,76.8468,2.37404,300,0,0,3191,2289,0,0,0,0),(68162,18975,530,1,1,0,1,-5.10167,1921.83,65.7911,1.7345,300,5,0,3191,2289,1,0,0,0),(68163,18975,530,1,1,0,1,-141.417,1933.11,83.2113,1.91986,300,0,0,3191,2289,0,0,0,0),(68164,18975,530,1,1,0,1,-157.447,1960.46,92.8812,6.12125,300,5,0,3191,2289,1,0,0,0),(68165,18975,530,1,1,0,1,-124.975,1928.58,81.4313,0.785398,300,0,0,3191,2289,0,0,0,0),(68166,18975,530,1,1,0,1,-376.464,1886.52,104.315,3.18063,300,5,0,3191,2289,1,0,0,0),(68167,18975,530,1,1,0,1,-400.17,1866.58,90.3053,0.733038,300,0,0,3191,2289,0,0,0,0),(68168,18975,530,1,1,0,1,-329.95,1826.03,82.3826,6.26573,300,0,0,3191,2289,0,0,0,0),(68169,18975,530,1,1,0,1,-339.541,1839.58,85.962,0.05236,300,0,0,3191,2289,0,0,0,0),(68170,18975,530,1,1,0,1,-300.473,1841.98,90.6681,0.182826,300,5,0,3191,2289,1,0,0,0),(68171,18975,530,1,1,0,1,-596.206,1767.17,66.7966,1.0821,300,0,0,3191,2289,0,0,0,0),(68172,18975,530,1,1,0,1,-581.555,1761.09,61.3788,5.72468,300,0,0,3191,2289,0,0,0,0),(68173,18975,530,1,1,0,1,-566.403,1766.93,58.5212,4.08407,300,0,0,3191,2289,0,0,0,0),(68174,18975,530,1,1,0,1,-533.873,1800.03,59.2283,0.680678,300,0,0,3191,2289,0,0,0,0),(68175,18975,530,1,1,0,1,-566.369,1799.79,64.7981,2.21657,300,0,0,3191,2289,0,0,0,0),(68176,18975,530,1,1,0,1,-552.06,1836.49,68.646,0.558553,300,5,0,3191,2289,1,0,0,0),(68177,18975,530,1,1,0,1,-579.107,1811.73,68.9075,4.43946,300,5,0,3191,2289,1,0,0,0),(68178,18975,530,1,1,0,1,-510.814,1832.7,66.3445,1.98968,300,0,0,3191,2289,0,0,0,0),(68179,18975,530,1,1,0,1,-533.425,1766.86,52.6957,5.60251,300,0,0,3191,2289,0,0,0,0),(68180,18975,530,1,1,0,1,-491.104,1838.75,68.7595,1.65806,300,0,0,3191,2289,0,0,0,0),(68181,18975,530,1,1,0,1,-526.571,1888.65,80.7784,3.65771,300,5,0,3191,2289,1,0,0,0),(68182,18975,530,1,1,0,1,-433.4,1833.45,74.0648,3.90954,300,0,0,3191,2289,0,0,0,0),(68183,18975,530,1,1,0,1,-433.239,1866.51,84.7817,2.37365,300,0,0,3191,2289,0,0,0,0),(68184,18975,530,1,1,0,1,-377.32,1818.47,75.5253,3.081,300,5,0,3191,2289,1,0,0,0),(68185,18975,530,1,1,0,1,-383.874,1908.16,112.882,3.56516,300,5,0,3191,2289,1,0,0,0),(68186,18976,530,1,1,0,0,394.057,2730.63,52.1406,3.17237,300,0,0,5341,0,0,0,0,0),(68187,18977,530,1,1,0,1,-407.621,1566.64,40.5662,5.06196,300,5,0,9958,0,1,0,0,0),(68188,18977,530,1,1,0,1,-316.133,1567.48,46.9488,5.01189,300,5,0,9958,0,1,0,0,0),(68189,18977,530,1,1,0,1,-194.323,1242.73,36.9157,4.51247,300,5,0,9958,0,1,0,0,0),(68190,18977,530,1,1,0,1,-447.411,1701.13,45.9384,5.39959,300,5,0,9958,0,1,0,0,0),(68191,18978,530,1,1,0,0,-543.723,2107.77,98.1402,4.79625,300,5,0,891,896,1,0,0,0),(68192,18978,530,1,1,0,0,-546.235,2044.79,100.256,3.31335,300,5,0,891,896,1,0,0,0),(68193,18978,530,1,1,0,0,-543.846,2046.76,101.756,3.55576,300,5,0,891,896,1,0,0,0),(68194,18978,530,1,1,0,0,-538.394,2111.39,99.89,2.71249,300,5,0,891,896,1,0,0,0),(68195,18978,530,1,1,0,0,-554.154,1982.65,91.3693,1.53785,300,5,0,891,896,1,0,0,0),(68196,18978,530,1,1,0,0,-551.622,1996.13,98.9409,3.95737,300,5,0,891,896,1,0,0,0),(68197,18978,530,1,1,0,0,-524.537,2010.6,82.1818,3.62545,300,5,0,891,896,1,0,0,0),(68198,18978,530,1,1,0,0,-520.677,2012.27,82.4318,3.21198,300,5,0,891,896,1,0,0,0),(68199,18978,530,1,1,0,0,-516.199,1944.87,83.2691,3.74716,300,5,0,891,896,1,0,0,0),(68200,18978,530,1,1,0,0,-508.908,1949.27,83.9721,5.98454,300,5,0,891,896,1,0,0,0),(68201,18978,530,1,1,0,0,-482.36,1985.98,86.9067,6.07771,300,5,0,891,896,1,0,0,0),(68202,18978,530,1,1,0,0,-482.659,1984.58,86.9736,1.27856,300,5,0,891,896,1,0,0,0),(68203,18978,530,1,1,0,0,169.603,2222.71,48.5115,3.66462,300,5,0,891,896,1,0,0,0),(68204,18978,530,1,1,0,0,219.121,2252.11,40.6322,4.86066,300,5,0,891,896,1,0,0,0),(68205,18978,530,1,1,0,0,218.729,2244.98,42.0072,6.08356,300,5,0,891,896,1,0,0,0),(68206,18978,530,1,1,0,0,178.616,2227.16,46.4067,4.79075,300,5,0,891,896,1,0,0,0),(68207,18978,530,1,1,0,0,168.879,2280.5,45.5932,2.16318,300,5,0,891,896,1,0,0,0),(68208,18978,530,1,1,0,0,172.367,2286.77,45.4418,2.09237,300,5,0,891,896,1,0,0,0),(68209,18978,530,1,1,0,0,245.551,2245.27,51.5368,6.25746,300,5,0,891,896,1,0,0,0),(68210,18978,530,1,1,0,0,244.203,2253.86,51.5368,1.84946,300,5,0,891,896,1,0,0,0),(68211,18978,530,1,1,0,0,182.92,2346.69,38.4906,0.865433,300,5,0,891,896,1,0,0,0),(68212,18978,530,1,1,0,0,192.723,2353.23,40.2232,5.58018,300,5,0,891,896,1,0,0,0),(68213,18978,530,1,1,0,0,211.966,2377.08,53.9277,2.19668,300,5,0,891,896,1,0,0,0),(68214,18978,530,1,1,0,0,208.146,2379.47,53.5527,5.50315,300,5,0,891,896,1,0,0,0),(68215,18978,530,1,1,0,0,247.813,2296.05,48.7126,4.77298,300,5,0,891,896,1,0,0,0),(68216,18978,530,1,1,0,0,247.598,2308.36,49.5097,0.361932,300,5,0,891,896,1,0,0,0),(68217,18978,530,1,1,0,0,145.284,2364.78,54.3112,1.84267,300,0,0,891,896,0,0,0,0),(68218,18978,530,1,1,0,0,146.575,2365.45,53.8177,2.24544,300,0,0,891,896,0,0,0,0),(68219,18978,530,1,1,0,0,219.539,2206.08,41.7683,1.8503,300,5,0,891,896,1,0,0,0),(68220,18978,530,1,1,0,0,247.555,2176.07,41.6461,1.54385,300,5,0,891,896,1,0,0,0),(68221,18978,530,1,1,0,0,241.859,2178.26,40.2711,0.878654,300,5,0,891,896,1,0,0,0),(68222,18978,530,1,1,0,0,224.716,2202.25,42.9799,0.667146,300,5,0,891,896,1,0,0,0),(68223,18978,530,1,1,0,0,257.937,2111.54,41.1141,4.93587,300,5,0,891,896,1,0,0,0),(68224,18978,530,1,1,0,0,251.254,2114.73,40.6141,4.89559,300,5,0,891,896,1,0,0,0),(68225,18978,530,1,1,0,0,212.942,2113.72,41.7988,1.56851,300,5,0,891,896,1,0,0,0),(68226,18978,530,1,1,0,0,217.67,2123.17,42.1738,2.54273,300,5,0,891,896,1,0,0,0),(68227,18978,530,1,1,0,0,217.155,2069.77,36.6462,6.21466,300,5,0,891,896,1,0,0,0),(68228,18978,530,1,1,0,0,219.25,2064.36,36.4444,2.89058,300,5,0,891,896,1,0,0,0),(68229,18978,530,1,1,0,0,248.357,2056.55,35.4444,0.648199,300,5,0,891,896,1,0,0,0),(68230,18978,530,1,1,0,0,251.427,2045.79,32.6944,1.3593,300,5,0,891,896,1,0,0,0),(68231,18978,530,1,1,0,0,187.535,2029.32,27.5174,4.94695,300,5,0,891,896,1,0,0,0),(68232,18978,530,1,1,0,0,195.141,2021.16,22.8924,1.5927,300,5,0,891,896,1,0,0,0),(68233,18978,530,1,1,0,0,238.623,2020.71,20.9047,1.23872,300,5,0,891,896,1,0,0,0),(68234,18978,530,1,1,0,0,236.472,2014.31,18.5297,1.39889,300,5,0,891,896,1,0,0,0),(68235,18978,530,1,1,0,0,-537.654,2183.36,62.0257,4.78669,300,5,0,891,896,1,0,0,0),(68236,18978,530,1,1,0,0,-551.894,2186.79,60.1914,4.57519,300,5,0,891,896,1,0,0,0),(68237,18978,530,1,1,0,0,-520.797,2147.18,78.4964,1.70593,300,5,0,891,896,1,0,0,0),(68238,18978,530,1,1,0,0,-520.168,2140.99,79.065,6.02246,300,5,0,891,896,1,0,0,0),(68239,18978,530,1,1,0,0,-490.132,2123.62,76.7201,4.72514,300,5,0,891,896,1,0,0,0),(68240,18978,530,1,1,0,0,-452.65,2075.86,91.6443,3.30837,300,5,0,891,896,1,0,0,0),(68241,18978,530,1,1,0,0,-449.953,2088.62,91.6059,1.20335,300,5,0,891,896,1,0,0,0),(68242,18978,530,1,1,0,0,-487.988,2037.73,91.4761,4.43787,300,5,0,891,896,1,0,0,0),(68243,18978,530,1,1,0,0,-481.388,2047.37,92.3511,4.33965,300,5,0,891,896,1,0,0,0),(68244,18978,530,1,1,0,0,-479.967,2079.76,82.9206,0.689086,300,5,0,891,896,1,0,0,0),(68245,18978,530,1,1,0,0,-477.829,2081.56,83.2956,0.386902,300,5,0,891,896,1,0,0,0),(68246,18978,530,1,1,0,0,-482.032,2114.95,82.9608,5.55168,300,5,0,891,896,1,0,0,0),(68247,18978,530,1,1,0,0,-458.351,2150.79,86.2795,2.7426,300,5,0,891,896,1,0,0,0),(68248,18978,530,1,1,0,0,-464.088,2151.14,84.504,3.3598,300,5,0,891,896,1,0,0,0),(68249,18978,530,1,1,0,0,-422.194,2049.36,93.6916,2.70644,300,5,0,891,896,1,0,0,0),(68250,18978,530,1,1,0,0,-408.999,2051.68,94.4416,2.11604,300,5,0,891,896,1,0,0,0),(68251,18978,530,1,1,0,0,-448.959,2019.53,92.0684,2.41887,300,5,0,891,896,1,0,0,0),(68252,18978,530,1,1,0,0,-450.379,2015.9,91.9829,5.446,300,5,0,891,896,1,0,0,0),(68253,18978,530,1,1,0,0,-419.004,2113.84,87.8432,2.16863,300,5,0,891,896,1,0,0,0),(68254,18978,530,1,1,0,0,-424.417,2110.84,88.3432,4.01771,300,5,0,891,896,1,0,0,0),(68255,18981,530,1,1,0,1,-434.641,1827.35,71.8601,3.45075,300,0,0,3314,2369,0,0,0,0),(68256,18981,530,1,1,0,1,133.094,1707.62,38.5515,2.42214,300,5,0,3314,2369,1,0,0,0),(68257,18981,530,1,1,0,1,166.5,1692.54,29.4923,0.046672,300,5,0,3314,2369,1,0,0,0),(68258,18981,530,1,1,0,1,-69.8685,1894.91,71.5604,2.27391,300,5,0,3314,2369,1,0,0,0),(68259,18981,530,1,1,0,1,-535.204,1795.23,58.0589,5.6811,300,5,0,3314,2369,1,0,0,0),(68260,18981,530,1,1,0,1,-392.329,1905.29,108.69,1.04151,300,0,0,3314,2369,0,0,0,0),(68261,18984,530,1,1,0,0,-2609.28,4420.52,36.3579,4.7822,300,0,0,6448,0,0,0,0,0),(68017,18950,530,1,1,0,1,-229.442,1098.11,41.6667,1.5708,30,0,0,12652,0,0,0,0,0),(68021,18948,530,1,1,0,1,-254.498,1098.19,41.6667,1.5708,30,0,0,12652,0,0,0,0,0),(68013,18948,530,1,1,0,1,-264.079,1098.18,41.6716,1.5708,30,0,0,12652,0,0,0,0,0),(68012,18948,530,1,1,0,1,-259.395,1098.42,41.6679,1.5708,30,0,0,12652,0,0,0,0,0),(68011,18948,530,1,1,0,1,-272.049,1097.78,41.936,1.5708,30,0,0,12652,0,0,0,0,0),(68010,18948,530,1,1,0,1,-267.365,1098.02,41.7141,1.5708,30,0,0,12652,0,0,0,0,0),(68268,18987,530,1,1,0,1,-707.75,2749.15,94.805,2.96706,300,0,0,3113,0,0,0,0,0),(68269,18988,530,1,1,0,1,194.006,2605.81,87.3669,1.85005,300,0,0,3113,0,0,0,0,0),(68270,18990,530,1,1,0,0,123.621,4386.27,114.782,5.58505,300,0,0,3113,0,0,0,0,0),(68271,18991,530,1,1,0,0,-655.603,4187.3,68.632,4.60767,300,0,0,3113,0,0,0,0,0),(68272,18992,530,1,1,0,1,1044.28,8477.67,58.8093,5.20379,300,0,0,5527,0,0,0,0,0),(68273,18993,530,1,1,0,0,-178.006,5527.99,29.4909,0.331613,300,0,0,3113,0,2,0,0,0),(68286,18997,530,1,1,0,1,-587.469,4171.82,66.136,3.45575,300,0,0,2590,2568,0,0,0,0),(68287,18998,530,1,1,0,1,-624.134,4090.53,91.6557,0.418879,300,0,0,2665,2620,0,0,0,0),(68288,18999,530,1,1,0,1,-2886.41,3976.08,2.06325,6.26573,300,0,0,11430,0,0,0,0,0),(68289,18999,530,1,1,0,1,-2887.38,3983.41,2.06325,0.174533,300,0,0,11430,0,0,0,0,0),(68290,18999,530,1,1,0,1,-2908.26,3922.4,13.4073,4.47425,300,0,0,11430,0,2,0,0,0),(68291,18999,530,1,1,0,1,-2968.74,3983.77,1.09953,4.57276,300,0,0,11430,0,0,0,0,0),(68292,18999,530,1,1,0,1,-2947.6,3983.54,-0.08307,4.72984,300,0,0,11430,0,2,0,0,0),(68293,18999,530,1,1,0,1,-2969.74,3975.3,1.3747,1.46608,300,0,0,11430,0,0,0,0,0),(68294,18999,530,1,1,0,1,-2925.38,4062.74,3.67179,3.50811,300,0,0,11430,0,0,0,0,0),(68295,18999,530,1,1,0,1,-2959.78,3862.69,4.0226,5.86431,300,0,0,11430,0,0,0,0,0),(68296,18999,530,1,1,0,1,-3004.18,4059.2,16.4726,3.81376,300,0,0,11430,0,2,0,0,0),(68297,18999,530,1,1,0,1,-2969.05,4081.35,3.80925,2.23402,300,0,0,11430,0,0,0,0,0),(68298,18999,530,1,1,0,1,-2960.73,4086.34,2.815,2.30383,300,0,0,11430,0,0,0,0,0),(68299,18999,530,1,1,0,1,-2928.37,4070.01,3.67179,3.4383,300,0,0,11430,0,0,0,0,0),(68300,19000,530,1,1,0,1,-2892.84,3947.82,13.4054,6.16101,300,0,0,9144,2705,2,0,0,0),(68301,19000,530,1,1,0,1,-2902.55,3913.47,13.4945,6.0912,300,0,0,9144,2705,0,0,0,0),(68302,19000,530,1,1,0,1,-2984.74,4065.98,16.4788,2.21712,300,0,0,9144,2705,2,0,0,0),(68303,19000,530,1,1,0,1,-3019.21,4052.37,16.4733,2.33874,300,0,0,9144,2705,0,0,0,0),(68304,19000,530,1,1,0,1,-3057.81,4017.83,16.1746,5.29014,300,0,0,9144,2705,2,0,0,0),(68305,19000,530,1,1,0,1,-3033.87,4040.91,16.2652,2.49582,300,0,0,9144,2705,0,0,0,0),(68306,19001,530,1,1,0,1,105.502,4337.62,101.549,3.68265,300,0,0,3331,0,0,0,0,0),(68307,19002,530,1,1,0,1,-2676.61,4425.47,37.2164,1.5714,300,0,0,11828,0,2,0,0,0),(68308,19003,530,1,1,0,1,-2872.9,3981.62,5.13329,0.181649,300,0,0,9958,0,2,0,0,0),(68309,19003,530,1,1,0,1,-2965.4,4084.84,3.065,4.86963,300,0,0,9958,0,2,0,0,0),(68310,19004,530,1,1,0,1,146.25,4279.61,107.043,3.47321,300,0,0,2266,6015,0,0,0,0),(68314,19005,530,1,1,0,1,-418.51,1828.48,74.2,4.53,25,0,0,143620,0,0,0,0,0),(68313,19005,530,1,1,0,1,-99.78,1892.91,77.35,2.54,25,0,0,143620,0,0,0,0,0),(68312,19005,530,1,1,0,1,-172.35,1513.68,27.8,3.14,25,0,0,143620,0,0,0,0,0),(68311,19005,530,1,1,0,1,-276.43,1529.1,31.8,0,35,0,0,143620,0,0,0,0,0),(68315,19006,530,1,1,0,0,-156.077,965.009,54.3643,3.40339,300,0,0,55890,31550,0,0,0,0),(68316,19006,530,1,1,0,0,-167.153,963.885,54.3764,0.017453,300,0,0,55890,31550,0,0,0,0),(68317,19007,530,1,1,0,1,-331.704,962.338,54.3824,3.15905,300,0,0,55890,31550,0,0,0,0),(68318,19007,530,1,1,0,1,-342.73,962.337,54.366,0.034907,300,0,0,55890,31550,0,0,0,0),(68319,19008,530,1,1,0,0,-352.484,2713.49,45.2702,3.45575,300,0,0,42,0,0,0,0,0),(68320,19008,530,1,1,0,0,-360.593,2707.01,43.2715,5.95157,300,0,0,42,0,0,0,0,0),(68321,19009,530,1,1,0,0,-183.948,2773.39,49.1984,5.95157,300,0,0,42,0,0,0,0,0),(68322,19011,530,1,1,0,0,-1332.88,7197.08,34.2739,2.07694,300,0,0,5715,0,0,0,0,0),(68323,19012,530,1,1,0,1,-2539.58,7356.25,7.04717,0.821933,300,0,0,4979,0,2,0,0,0),(68324,19013,530,1,1,0,0,-1274.64,7257.09,39.1036,4.01426,300,0,0,5914,0,0,0,0,0),(68325,19014,530,1,1,0,0,-2517.67,7242.01,16.3977,1.58825,300,0,0,2665,2620,0,0,0,0),(68326,19015,530,1,1,0,0,-1442.5,7148.01,40.9473,6.01648,300,0,0,2442,2434,2,0,0,0),(68327,19017,530,1,1,0,0,-2605.9,7353.36,23.6901,4.57276,300,0,0,3984,2434,0,0,0,0),(68328,19018,530,1,1,0,0,-1462.11,7160.69,44.0928,0.087266,300,0,0,4892,2846,0,0,0,0),(68329,19019,530,1,1,0,0,-2702.88,7212.7,23.7733,0.122173,300,0,0,3984,2434,0,0,0,0),(68330,19020,530,1,1,0,0,-1282.69,7228.01,39.0415,2.98451,300,0,0,2515,2486,0,0,0,0),(68331,19021,530,1,1,0,0,-2555.97,7241.52,15.2267,1.78024,300,0,0,2665,2620,0,0,0,0),(68332,19022,530,1,1,0,0,-1474.73,7172.92,43.223,5.20556,300,5,0,6286,0,1,0,0,0),(68333,19022,530,1,1,0,0,-1471.11,7171.63,43.223,0.195185,300,5,0,6286,0,1,0,0,0),(68334,19023,530,1,1,0,0,-1479.48,7169.62,43.348,5.05125,300,0,0,6728,0,0,0,0,0),(68335,19024,530,1,1,0,0,-1468.91,7164.52,43.6589,0.97833,300,0,0,6286,0,0,0,0,0),(68336,19025,530,1,1,0,0,-1488.33,7176.18,43.098,0.038765,300,0,0,6959,0,0,0,0,0),(68337,19026,530,1,1,0,0,-1484.91,7161.69,43.5316,3.21859,300,0,0,6286,0,0,0,0,0),(68338,19027,530,1,1,0,0,-2708.11,7208.96,23.7717,1.15192,300,0,0,5477,0,0,0,0,0),(68339,19030,530,1,1,0,0,-2702.99,7207.62,23.7721,1.55334,300,0,0,5477,0,0,0,0,0),(68340,19030,530,1,1,0,0,-2699.1,7209.04,23.7794,2.14675,300,0,0,5477,0,0,0,0,0),(68341,19033,530,1,1,0,0,-1901.31,5146.85,-38.5659,0.87689,300,0,0,3205,0,0,0,0,0),(68342,19034,530,1,1,0,0,-1720.86,5489.87,-9.71611,0.366519,300,0,0,6986,0,0,0,0,0),(68343,19035,530,1,1,0,0,-2428.17,6885.75,4.1961,5.61762,300,0,0,5914,0,2,0,0,0),(68344,19038,530,1,1,0,1,-2909.36,4073.83,3.76196,3.42085,300,0,0,6104,0,0,0,0,0),(68345,19041,530,1,1,0,0,-2431.83,6883.76,4.19577,1.37881,300,0,0,6986,0,0,0,0,0),(68346,19042,530,1,1,0,1,-2921.2,3965.34,0.24113,1.81514,300,0,0,6104,0,0,0,0,0),(68347,19043,530,1,1,0,1,-1639.75,5689.34,132.776,3.56047,300,0,0,6986,0,0,0,0,0),(68348,19045,530,1,1,0,0,-1605.95,5377.85,-40.1258,3.31613,300,0,0,4979,0,0,0,0,0),(68349,19046,530,1,1,0,0,-1904.29,5765.5,131.296,0.314159,300,0,0,449,0,0,0,0,0),(68350,19047,530,1,1,0,0,-1625.36,5460.03,-13.0173,4.34587,300,0,0,4979,0,0,0,0,0),(68351,19048,530,1,1,0,1,-2566.08,4380.58,33.773,5.5676,300,0,0,2215,0,0,0,0,0),(68352,19048,530,1,1,0,1,-2562.38,4387.02,34.6076,5.5676,300,0,0,2215,0,0,0,0,0),(68353,19048,530,1,1,0,1,-2607.76,4381.31,33.586,5.0133,300,0,0,2215,0,2,0,0,0),(68354,19048,530,1,1,0,1,-2607.31,4398.65,32.4037,5.34071,300,0,0,2215,0,0,0,0,0),(68355,19048,530,1,1,0,1,-2599.35,4398.73,31.6049,3.89208,300,0,0,2215,0,0,0,0,0),(68356,19048,530,1,1,0,1,-2652.41,4443.77,36.8583,0.907571,300,0,0,2215,0,0,0,0,0),(68357,19048,530,1,1,0,1,-2668.25,4472.48,36.9073,5.75959,300,0,0,2215,0,0,0,0,0),(68358,19049,530,1,1,0,0,-1640.95,5545.99,7.31751,4.53786,300,0,0,4979,0,0,0,0,0),(68359,19050,530,1,1,0,0,-1911.01,5783,132.332,4.32842,300,0,0,6986,0,0,0,0,0),(68360,19051,530,1,1,0,0,-1631.42,5520.62,-39.2968,3.56047,300,0,0,4979,0,0,0,0,0),(68361,19052,530,1,1,0,0,-1661.06,5539.73,-4.87096,5.32325,300,0,0,3870,6156,0,0,0,0),(68362,19053,530,1,1,0,0,-2925.26,3964.77,0.36613,1.43117,300,0,0,6104,0,0,0,0,0),(68363,19056,530,1,1,0,0,-2978.95,4033.12,3.65758,5.02655,300,0,0,6104,0,0,0,0,0),(68364,19063,530,1,1,0,0,-1654.68,5664.69,132.774,1.11701,300,0,0,6986,0,0,0,0,0),(68365,19064,530,1,1,0,0,-1766.27,5141.62,-37.2049,5.6966,300,0,0,1551,4393,0,0,0,0),(68366,19065,530,1,1,0,0,-1644.15,5669.33,132.764,2.6529,300,0,0,449,0,0,0,0,0),(68367,19067,530,1,1,0,0,-1283.74,8909.32,60.9449,0.610865,300,0,0,6986,0,0,0,0,0),(68368,19068,530,1,1,0,1,-1312.29,6940.27,31.4055,1.04932,300,5,0,34930,0,1,0,0,0),(68369,19068,530,1,1,0,1,-1306.29,6952.27,31.8055,0.475011,300,0,0,34930,0,2,0,0,0),(68370,19068,530,1,1,0,1,-1212.92,7400.36,28.6889,2.00512,300,5,0,34930,0,1,0,0,0),(68371,19068,530,1,1,0,1,-1211.92,7410.36,27.8179,4.92894,300,0,0,34930,0,2,0,0,0),(68372,19071,530,1,1,0,1,-2581.81,7241.66,13.582,0.996347,300,0,0,34930,0,2,0,0,0),(68373,19071,530,1,1,0,1,-2584.6,7233.74,13.4407,1.55023,300,0,0,34930,0,2,0,0,0),(68374,19073,530,1,1,0,0,-4051.89,-11864.4,1.78296,3.62379,300,0,0,3052,0,2,0,0,0),(68375,19074,530,1,1,0,0,-1648.14,5537.34,-4.87782,4.81711,300,0,0,4979,0,0,0,0,0),(68376,19075,530,1,1,0,0,-1615.11,5397.37,-36.7181,1.59519,300,5,0,4979,0,1,0,0,0),(68377,19075,530,1,1,0,0,-1625.28,5441.75,-40.5093,4.72984,300,0,0,4979,0,0,0,0,0),(68378,19075,530,1,1,0,0,-1705.6,5435.7,-12.3448,2.51327,300,0,0,4979,0,0,0,0,0),(68379,19075,530,1,1,0,0,-1642.87,5434.17,-43.7061,1.23832,300,5,0,4979,0,1,0,0,0),(68380,19075,530,1,1,0,0,-1707.06,5442.57,-12.3448,4.76475,300,0,0,4979,0,0,0,0,0),(68381,19075,530,1,1,0,0,-1635.09,5454.77,-42.8036,4.90098,300,5,0,4979,0,1,0,0,0),(68382,19075,530,1,1,0,0,-1611.08,5475.25,-13.0328,1.74533,300,0,0,4979,0,0,0,0,0),(68383,19075,530,1,1,0,0,-1678.37,5492.67,-40.3227,0.890118,300,0,0,4979,0,0,0,0,0),(68384,19075,530,1,1,0,0,-1675.29,5495.21,-40.3227,4.13643,300,0,0,4979,0,0,0,0,0),(68385,19075,530,1,1,0,0,-1622.08,5474,-4.17536,2.42069,300,0,0,4979,0,2,0,0,0),(68386,19075,530,1,1,0,0,-1650.32,5562.83,7.27372,1.93731,300,0,0,4979,0,0,0,0,0),(68387,19075,530,1,1,0,0,-1662.17,5547.06,7.23781,0.226893,300,0,0,4979,0,0,0,0,0),(68388,19075,530,1,1,0,0,-1641.59,5568.31,-4.90126,5.77704,300,0,0,4979,0,0,0,0,0),(68389,19075,530,1,1,0,0,-1662.3,5562.73,-4.77237,3.00197,300,0,0,4979,0,0,0,0,0),(68390,19075,530,1,1,0,0,-1648.92,5545.19,16.8417,5.16617,300,0,0,4979,0,0,0,0,0),(68391,19076,530,1,1,0,0,-1724.43,5172.64,-40.1258,0.506145,300,0,0,3662,0,0,0,0,0),(68392,19076,530,1,1,0,0,-1740.02,5202.2,-41.016,2.3038,300,0,0,3662,0,0,0,0,0),(68393,19077,530,1,1,0,0,-1893.76,5181.95,-46.6776,6.23994,300,0,0,3662,0,2,0,0,0),(68394,19077,530,1,1,0,0,-1892.38,5179.57,-46.6341,6.23994,300,0,0,3662,0,2,0,0,0),(68395,19077,530,1,1,0,0,-1889.54,5179.68,-47.2435,6.23994,300,0,0,3662,0,2,0,0,0),(68396,19120,530,1,1,0,0,-1684.59,5173.31,-40.2092,2.08835,300,5,0,3662,0,1,0,0,0),(68397,19120,530,1,1,0,0,-1923.28,5230.84,-46.3111,1.20983,300,5,0,3662,0,1,0,0,0),(68398,19120,530,1,1,0,0,-1917.93,5223.2,-45.6678,1.79769,300,0,0,3662,0,0,0,0,0),(68399,19120,530,1,1,0,0,-1937.83,5223.76,-46.3785,0.932831,300,5,0,3662,0,1,0,0,0),(68400,19120,530,1,1,0,0,-1944.36,5225.42,-46.7535,0.313193,300,5,0,3662,0,1,0,0,0),(68401,19120,530,1,1,0,0,-1817.73,5231.46,-40.4363,5.75959,300,0,0,3662,0,0,0,0,0),(68402,19120,530,1,1,0,0,-1812.69,5136.87,-40.1258,0.698132,300,0,0,3662,0,0,0,0,0),(68403,19133,530,1,1,0,1,-1333.06,7233.5,33.674,4.01426,300,0,0,13972,0,0,0,0,0),(68404,19136,530,1,1,0,0,-543.581,2108.13,98.1402,3.159,300,5,0,1117,2184,1,0,0,0),(68405,19136,530,1,1,0,0,-545.167,2046.52,101.491,5.89651,300,5,0,1117,2184,1,0,0,0),(68406,19136,530,1,1,0,0,-554.92,1986.28,94.6344,3.16893,300,5,0,1117,2184,1,0,0,0),(68407,19136,530,1,1,0,0,-516.615,2009.79,82.8691,1.65407,300,5,0,1117,2184,1,0,0,0),(68408,19136,530,1,1,0,0,-513.125,1949.82,83.6254,5.49131,300,5,0,1117,2184,1,0,0,0),(68409,19136,530,1,1,0,0,-483.638,1984.37,86.9067,1.53068,300,5,0,1117,2184,1,0,0,0),(68410,19136,530,1,1,0,0,176.682,2219.97,48.0317,3.71517,300,5,0,1117,2184,1,0,0,0),(68411,19136,530,1,1,0,0,223.335,2246.44,42.8822,5.43665,300,5,0,1117,2184,1,0,0,0),(68412,19136,530,1,1,0,0,176.533,2280.01,44.5932,4.73927,300,5,0,1117,2184,1,0,0,0),(68413,19136,530,1,1,0,0,155.252,2344.92,54.028,1.76905,300,5,0,1117,2184,1,0,0,0),(68414,19136,530,1,1,0,0,188.784,2348.9,38.6847,1.26887,300,5,0,1117,2184,1,0,0,0),(68415,19136,530,1,1,0,0,207.003,2377.59,53.4277,1.24534,300,5,0,1117,2184,1,0,0,0),(68416,19136,530,1,1,0,0,259.587,2304.77,50.2597,0.181388,300,5,0,1117,2184,1,0,0,0),(68417,19136,530,1,1,0,0,253.669,2249.19,53.7868,0.240313,300,5,0,1117,2184,1,0,0,0),(68418,19136,530,1,1,0,0,245.838,2167.93,41.0211,5.41144,300,5,0,1117,2184,1,0,0,0),(68419,19136,530,1,1,0,0,217.289,2196.73,41.5183,3.72548,300,5,0,1117,2184,1,0,0,0),(68420,19136,530,1,1,0,0,254.62,2125.34,41.8641,0.658369,300,5,0,1117,2184,1,0,0,0),(68421,19136,530,1,1,0,0,219.634,2116.44,39.4238,0.373536,300,5,0,1117,2184,1,0,0,0),(68422,19136,530,1,1,0,0,211.221,2061.75,36.5694,3.935,300,5,0,1117,2184,1,0,0,0),(68423,19136,530,1,1,0,0,258.267,2058.74,36.0677,0.615298,300,5,0,1117,2184,1,0,0,0),(68424,19136,530,1,1,0,0,194.502,2031.28,27.8924,2.19862,300,5,0,1117,2184,1,0,0,0),(68425,19136,530,1,1,0,0,245.234,2012.01,20.9047,2.58876,300,5,0,1117,2184,1,0,0,0),(68426,19136,530,1,1,0,0,-546.468,2180.79,63.605,3.01623,300,5,0,1117,2184,1,0,0,0),(68427,19136,530,1,1,0,0,-523.514,2157.01,77.94,2.00393,300,5,0,1117,2184,1,0,0,0),(68428,19136,530,1,1,0,0,-456.915,2082.26,92.6059,1.05051,300,5,0,1117,2184,1,0,0,0),(68429,19136,530,1,1,0,0,-484.309,2046.94,90.4761,4.48904,300,5,0,1117,2184,1,0,0,0),(68430,19136,530,1,1,0,0,-473.719,2081.04,84.5996,0.129198,300,5,0,1117,2184,1,0,0,0),(68431,19136,530,1,1,0,0,-484.494,2119.16,80.2201,1.0533,300,5,0,1117,2184,1,0,0,0),(68432,19136,530,1,1,0,0,-459.835,2151.52,85.504,0.289159,300,5,0,1117,2184,1,0,0,0),(68433,19136,530,1,1,0,0,-408.694,2050.67,94.5666,1.42964,300,5,0,1117,2184,1,0,0,0),(68434,19136,530,1,1,0,0,-449.118,2015.25,91.9072,5.45381,300,5,0,1117,2184,1,0,0,0),(68435,19136,530,1,1,0,0,-420.041,2120.2,86.9682,1.84201,300,5,0,1117,2184,1,0,0,0),(68436,19137,530,1,1,0,1,-2551.05,7256.63,16.6978,2.35619,300,0,0,20958,0,0,0,0,0),(68437,19138,530,1,1,0,0,-1738.9,5823.95,148.741,0.488692,300,0,0,449,0,0,0,0,0),(68438,19138,530,1,1,0,0,-1743.2,5827.52,148.741,6.10865,300,0,0,449,0,0,0,0,0),(68439,19138,530,1,1,0,0,-1715.91,5830.6,148.741,3.29867,300,0,0,449,0,0,0,0,0),(68440,19138,530,1,1,0,0,-1720.44,5824.36,148.741,2.9147,300,0,0,449,0,0,0,0,0),(68441,19138,530,1,1,0,0,-1726.8,5820.6,148.741,1.95477,300,0,0,449,0,0,0,0,0),(68442,19138,530,1,1,0,0,-1741.97,5839.38,148.741,5.37561,300,0,0,449,0,0,0,0,0),(68443,19138,530,1,1,0,0,-1743.36,5834.74,148.822,5.61996,300,0,0,449,0,0,0,0,0),(68444,19139,530,1,1,0,0,-2578.87,7348.42,10.0264,6.12611,300,0,0,1524,0,0,0,0,0),(68445,19139,530,1,1,0,0,-1237.27,7322.7,34.1458,6.03884,300,0,0,1524,0,0,0,0,0),(68446,19140,530,1,1,0,0,-1235.29,7321.85,34.1459,2.77507,300,0,0,9174,0,0,0,0,0),(68447,19141,530,1,1,0,0,-2576.48,7347.9,9.9074,3.01942,300,0,0,4892,2846,0,0,0,0),(68448,19142,530,1,1,0,1,-1824,5709,129,0,300,0,0,6986,0,0,0,0,0),(68449,19142,530,1,1,0,1,-1813,5690,129,0,300,0,0,6986,0,0,0,0,0),(96641,25143,530,1,1,22931,0,-2012.82,5420.75,-12.4282,1.62316,180,0,0,6986,0,0,0,0,0),(96633,25142,530,1,1,22753,1,-1829.53,5440.94,-12.4283,0.994838,180,0,0,6542,0,0,0,0,0),(96634,25142,530,1,1,22753,1,-1985.15,5423.6,-12.4282,4.15388,180,0,0,6542,0,0,0,0,0),(96635,25142,530,1,1,22753,1,-1988.45,5442.31,-12.3448,5.81195,180,0,0,6542,0,0,0,0,0),(68456,19142,530,1,1,0,1,-1717.46,5684.15,129.224,2.75762,300,0,0,6986,0,0,0,0,0),(68458,19142,530,1,1,0,1,-1713.01,5774.64,146.523,2.40855,300,0,0,6986,0,0,0,0,0),(68459,19142,530,1,1,0,1,-1658.61,5726.03,130.68,3.50811,300,0,0,6986,0,0,0,0,0),(68460,19142,530,1,1,0,1,-1740.79,5817.17,148.741,1.18682,300,0,0,6986,0,0,0,0,0),(68461,19142,530,1,1,0,1,-1777.25,5794.58,146.523,0.10472,300,0,0,6986,0,0,0,0,0),(68462,19142,530,1,1,0,1,-1734.17,5841.58,148.741,4.31096,300,0,0,6986,0,0,0,0,0),(68463,19142,530,1,1,0,1,-1720.32,5837.02,148.741,4.10152,300,0,0,6986,0,0,0,0,0),(68464,19142,530,1,1,0,1,-1870.78,5460.67,-12.4281,3.01166,300,0,0,6986,0,0,0,0,0),(68465,19144,530,1,1,0,0,-1619.84,5359.92,-39.8653,5.75163,300,0,0,3662,0,0,0,0,0),(68466,19144,530,1,1,0,0,-1599.19,5339.23,-40.1258,2.51327,300,0,0,3662,0,0,0,0,0),(68467,19144,530,1,1,0,0,-1918.67,5215.13,-47.8158,2.09277,300,0,0,3662,0,0,0,0,0),(68468,19147,530,1,1,0,0,-2977.36,4012.23,1.42473,0.139214,300,0,0,5228,0,2,0,0,0),(68469,19147,530,1,1,0,0,-2994.86,4029.22,1.79973,0.329431,300,0,0,5228,0,2,0,0,0),(68470,19147,530,1,1,0,0,-2983.2,3971.37,2.16205,1.3071,300,0,0,5228,0,2,0,0,0),(68471,19147,530,1,1,0,0,-3005.38,4016.32,1.14975,0.715585,300,0,0,5228,0,0,0,0,0),(68472,19147,530,1,1,0,0,-3005.14,4019.43,1.14969,5.74213,300,0,0,5228,0,0,0,0,0),(68473,19147,530,1,1,0,0,-3014.32,4016.62,1.16379,1.76278,300,0,0,5228,0,0,0,0,0),(68474,19149,530,1,1,0,0,-2570.78,7348.1,9.8825,3.1765,300,0,0,4979,0,0,0,0,0),(68475,19149,530,1,1,0,0,-2572.65,7351.35,10.4721,3.75246,300,0,0,4979,0,0,0,0,0),(68476,19149,530,1,1,0,0,-2569.89,7345.96,9.8943,2.89725,300,0,0,4979,0,0,0,0,0),(68477,19149,530,1,1,0,0,-2571.78,7343.42,9.8992,2.37365,300,0,0,4979,0,0,0,0,0),(68478,19149,530,1,1,0,0,-2574.84,7343.16,9.8813,2.26893,300,0,0,4979,0,0,0,0,0),(68479,19150,530,1,1,0,0,-2812.94,5055.85,-12.8987,2.77507,300,0,0,3662,0,0,0,0,0),(68480,19150,530,1,1,0,0,-2813.05,5058.19,-12.9663,3.735,300,0,0,3662,0,0,0,0,0),(68481,19150,530,1,1,0,0,-1724.81,5236.47,-50.2044,1.75138,300,0,0,3662,0,0,0,0,0),(68482,19150,530,1,1,0,0,-1910.95,5224.43,-45.4408,2.27342,300,0,0,3662,0,0,0,0,0),(68483,19151,530,1,1,0,0,-2670.6,7175.21,26.1801,1.78024,300,0,0,47310,2790,0,0,0,0),(68484,19151,530,1,1,0,0,-2665.08,7173.63,27.2359,3.00197,300,0,0,47310,2790,0,0,0,0),(68485,19151,530,1,1,0,0,-2663.36,7178.03,27.2469,3.03687,300,0,0,47310,2790,0,0,0,0),(68486,19151,530,1,1,0,0,-2685.21,7183.25,26.1801,4.27606,300,0,0,47310,2790,0,0,0,0),(68487,19151,530,1,1,0,0,-2704.82,7193.31,27.2393,5.63741,300,0,0,47310,2790,0,0,0,0),(68488,19151,530,1,1,0,0,-2702.36,7186.78,26.0968,4.13797,300,0,0,47310,2790,2,0,0,0),(68489,19151,530,1,1,0,0,-2707.84,7186.78,27.237,0.471239,300,0,0,47310,2790,0,0,0,0),(68490,19152,530,1,1,0,1,-2687.41,7177.94,27.1107,1.01229,300,0,0,1516000,0,0,0,0,0),(18018,1779,0,1,1,1947,0,872.593,1491.45,38.6528,5.57557,275,10,0,247,0,1,0,0,0),(68492,19153,530,1,1,0,1,-1804.03,5746.47,128.628,2.49231,300,0,0,6986,0,0,0,0,0),(68493,19153,530,1,1,0,1,-1812.48,5749.37,129.733,2.85472,300,0,0,6986,0,0,0,0,0),(68494,19153,530,1,1,0,1,-1808.48,5748.43,129.301,2.79974,300,0,0,6986,0,0,0,0,0),(68495,19153,530,1,1,0,1,-1773.63,5720.07,126.538,1.25664,300,0,0,6986,0,0,0,0,0),(68496,19153,530,1,1,0,1,-1761.79,5716.16,126.538,1.25664,300,0,0,6986,0,0,0,0,0),(68497,19153,530,1,1,0,1,-1769.85,5718.85,126.538,1.25664,300,0,0,6986,0,0,0,0,0),(68498,19153,530,1,1,0,1,-1765.72,5717.48,126.538,1.25664,300,0,0,6986,0,0,0,0,0),(18021,1767,0,1,1,441,1,1318.99,735.748,31.0044,0.803859,275,10,0,247,0,1,0,0,0),(96642,25143,530,1,1,22931,0,-1780.71,5332.77,-12.4282,5.49779,180,0,0,6986,0,0,0,0,0),(96622,25142,530,1,1,22752,1,-1931.49,5332.24,-12.4282,5.37018,180,0,0,6542,0,0,0,0,0),(96621,25141,530,1,1,22929,0,-1791.91,5331.92,-12.4282,2.12186,180,0,0,6986,0,0,0,0,0),(96619,25138,530,1,1,22928,0,-1842.62,5313.06,-12.4282,3.14159,180,0,0,7181,0,2,0,0,0),(96620,25140,530,1,1,22930,0,-1787.24,5315.43,-12.3448,0.453786,180,0,0,6986,0,0,0,0,0),(96617,25137,530,1,1,22941,1,-1789.79,5339.68,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96618,25137,530,1,1,22941,1,-1782.86,5342.13,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96608,25136,530,1,1,22943,1,-1783.63,5333.44,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96609,25136,530,1,1,22944,1,-1787.64,5341.81,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96610,25137,530,1,1,22927,1,-1845.03,5317.04,-12.3448,4.83456,180,0,0,6542,0,0,0,0,0),(96611,25137,530,1,1,22941,1,-1847.71,5313.56,-12.3448,1.71042,180,0,0,6542,0,0,0,0,0),(96612,25137,530,1,1,22940,1,-1844.47,5314.21,-12.3448,1.67552,180,0,0,6542,0,0,0,0,0),(96613,25137,530,1,1,22940,1,-1781.29,5335.79,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96614,25137,530,1,1,22927,1,-1780.88,5339.83,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96615,25137,530,1,1,22927,1,-1785.9,5331.25,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96616,25137,530,1,1,22941,1,-1785.31,5344.09,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(68523,19154,530,1,1,0,0,-2993.27,4024.27,1.93666,2.93215,300,0,0,4979,0,0,0,0,0),(68524,19155,530,1,1,0,0,-1674.3,5287.94,-50.6398,3.6166,300,5,0,3662,0,1,0,0,0),(68525,19155,530,1,1,0,0,-1775.75,5230.63,-45.6654,0.837985,300,5,0,3662,0,1,0,0,0),(68526,19155,530,1,1,0,0,-1765.99,5241.28,-40.7035,0.815551,300,5,0,3662,0,1,0,0,0),(68527,19156,530,1,1,0,0,-2680.62,7206.99,25.7791,0.890118,300,0,0,5914,0,0,0,0,0),(68528,19157,530,1,1,0,0,-1294.03,7397.72,40.5376,6.00393,300,0,0,946200,2790,0,0,0,0),(68529,19157,530,1,1,0,0,-1289.41,7391.18,40.4777,1.0472,300,0,0,946200,2790,0,0,0,0),(68530,19157,530,1,1,0,0,-1285.28,7399.31,40.4733,0.977384,300,0,0,946200,2790,0,0,0,0),(68531,19157,530,1,1,0,0,-1283.79,7394.88,40.4733,4.7822,300,0,0,946200,2790,0,0,0,0),(68532,19158,530,1,1,0,1,-1280.45,7382.05,40.3765,4.97419,300,0,0,6986,0,0,0,0,0),(68533,19159,530,1,1,0,1,-2890.4,3959.73,15.6474,6.0912,300,0,0,5228,0,0,0,0,0),(68534,19159,530,1,1,0,1,-2896.42,3960.72,22.7381,2.49582,300,0,0,5228,0,0,0,0,0),(68535,19159,530,1,1,0,1,-3051.76,3972.24,5.86226,5.044,300,0,0,5228,0,0,0,0,0),(68536,19159,530,1,1,0,1,-2954.9,4094.37,17.9262,3.9968,300,0,0,5228,0,0,0,0,0),(68537,19161,530,1,1,0,1,-1915,5842,130,5,300,0,0,5715,0,0,0,0,0),(68538,19161,530,1,1,0,1,-1903,5848,130,4,300,0,0,5715,0,0,0,0,0),(96631,25142,530,1,1,22763,1,-1987.56,5420.62,-12.4282,0.017453,180,0,0,6542,0,0,0,0,0),(96629,25142,530,1,1,22752,1,-1985.59,5440.41,-12.3448,2.19912,180,0,0,6542,0,0,0,0,0),(96630,25142,530,1,1,22757,1,-1947.4,5320.45,-12.4282,0.226893,180,0,0,6542,0,0,0,0,0),(18017,2914,0,1,1,1206,0,938.407,1520.43,39.8246,2.04027,275,10,0,8,0,1,0,0,0),(68544,19161,530,1,1,0,1,-1926.33,5865.73,133.833,0.226893,300,0,0,5715,0,0,0,0,0),(68545,19161,530,1,1,0,1,-1914.75,5871.6,133.86,3.28122,300,0,0,5715,0,0,0,0,0),(68546,19161,530,1,1,0,1,-1937.16,5885.68,139.9,0.349066,300,0,0,5715,0,0,0,0,0),(68547,19161,530,1,1,0,1,-1924.22,5892.4,139.969,3.33358,300,0,0,5715,0,0,0,0,0),(68548,19161,530,1,1,0,1,-1947.26,5903.74,145.225,0.401426,300,0,0,5715,0,0,0,0,0),(68549,19161,530,1,1,0,1,-1939.98,5930.78,150.829,3.19395,300,0,0,5715,0,0,0,0,0),(68550,19161,530,1,1,0,1,-1932.4,5911.33,145.275,3.42085,300,0,0,5715,0,0,0,0,0),(68551,19161,530,1,1,0,1,-1956.13,5923.14,150.94,0.226893,300,0,0,5715,0,0,0,0,0),(68552,19161,530,1,1,0,1,-1947.98,5950.95,157.249,3.22886,300,0,0,5715,0,0,0,0,0),(68553,19161,530,1,1,0,1,-1964.39,5943.03,157.324,0.314159,300,0,0,5715,0,0,0,0,0),(96627,25142,530,1,1,22757,1,-1943.56,5320.74,-12.4282,2.40855,180,0,0,6542,0,0,0,0,0),(96628,25142,530,1,1,22763,1,-1932.21,5329.28,-12.4282,5.7808,180,0,0,6542,0,0,0,0,0),(68558,19162,530,1,1,0,0,-1932.63,5227.99,-43.9408,0.812621,300,5,0,3662,0,1,0,0,0),(68559,19162,530,1,1,0,0,-1984.72,5249.57,-44.6678,6.02541,300,5,0,3662,0,1,0,0,0),(68560,19162,530,1,1,0,0,-1937.06,5173.81,-40.2092,4.21719,300,5,0,3662,0,1,0,0,0),(68561,19163,530,1,1,0,0,-1619.37,5318.01,-40.2092,3.34309,300,0,0,42,0,0,0,0,0),(68562,19163,530,1,1,0,0,-1616.43,5318.61,-40.2092,3.58777,300,5,0,42,0,1,0,0,0),(68563,19163,530,1,1,0,0,-1618.77,5315.07,-40.2092,3.13055,300,0,0,42,0,0,0,0,0),(68564,19163,530,1,1,0,0,-2002.95,5190.4,-39.3744,2.39924,300,5,0,42,0,1,0,0,0),(68565,19163,530,1,1,0,0,-1996.17,5188.13,-40.2092,2.79658,300,5,0,42,0,1,0,0,0),(68566,19163,530,1,1,0,0,-1999.55,5190.6,-40.0803,3.29237,300,5,0,42,0,1,0,0,0),(68567,19163,530,1,1,0,0,-1847.19,5220.27,-40.2092,2.48889,300,0,0,42,0,0,0,0,0),(68568,19163,530,1,1,0,0,-1853.21,5224.87,-40.2092,2.48844,300,0,0,42,0,0,0,0,0),(68569,19164,530,1,1,0,1,-1639.6,5344.66,-41.4207,5.68299,300,5,0,42,0,1,0,0,0),(68570,19164,530,1,1,0,1,-1643.35,5346.35,-44.2363,5.85219,300,5,0,42,0,1,0,0,0),(68571,19164,530,1,1,0,1,-1640.99,5346.88,-43.2078,5.91962,300,5,0,42,0,1,0,0,0),(96623,25142,530,1,1,22757,1,-2003.49,5425.51,-12.4282,2.84489,180,0,0,6542,0,0,0,0,0),(96592,19475,530,1,1,18914,1,-1928.22,5329.93,-12.4282,3.4383,180,0,0,6986,0,2,0,0,0),(96593,25115,530,1,1,22753,1,-1840.24,5498.82,-12.4274,1.36675,180,0,0,10479,0,0,0,0,0),(68577,19170,530,1,1,0,1,-1929.68,5237.74,-41.8179,4.34587,300,0,0,3662,0,0,0,0,0),(68578,19170,530,1,1,0,1,-1921.56,5235.31,-41.8179,2.74017,300,0,0,3662,0,0,0,0,0),(68579,19170,530,1,1,0,1,-1923.9,5220.22,-46.1285,1.64061,300,0,0,3662,0,0,0,0,0),(68580,19170,530,1,1,0,1,-1931.49,5223.52,-45.4137,1.06465,300,0,0,3662,0,0,0,0,0),(68581,19170,530,1,1,0,1,-1921.9,5222.22,-44.8576,1.8326,300,0,0,3662,0,0,0,0,0),(68582,19170,530,1,1,0,1,-1914.65,5166.41,-40.1258,1.15192,300,0,0,3662,0,0,0,0,0),(52416,14833,0,1,1,0,0,-9579.25,21.7913,60.7461,5.05203,25,0,0,2614,0,0,0,0,0),(68584,19170,530,1,1,0,1,-2062.96,5273.46,-38.4649,5.49476,300,5,0,3662,0,1,0,0,0),(68585,19170,530,1,1,0,1,-2049.55,5316.25,-39.9655,3.49626,300,5,0,3662,0,1,0,0,0),(68586,19174,530,1,1,0,1,1038.9,8279.63,57.7364,4.01426,300,0,0,5715,0,0,0,0,0),(68587,19179,530,1,1,0,0,-268.014,1098.25,41.8192,1.43117,300,0,0,42,0,0,0,0,0),(68588,19179,530,1,1,0,0,-276.255,1084.69,54.4153,1.46608,300,0,0,42,0,0,0,0,0),(68589,19179,530,1,1,0,0,-270.395,1084.04,47.806,1.43117,300,0,0,42,0,0,0,0,0),(68590,19179,530,1,1,0,0,-270.035,1087.03,45.8217,1.43117,300,0,0,42,0,0,0,0,0),(68591,19179,530,1,1,0,0,-271.437,1093.29,42.0853,1.37881,300,0,0,42,0,0,0,0,0),(68592,19179,530,1,1,0,0,-272.107,1098.44,41.9943,1.3439,300,0,0,42,0,0,0,0,0),(68593,19179,530,1,1,0,0,-273.237,1075.8,54.3941,1.71042,300,0,0,42,0,0,0,0,0),(68594,19179,530,1,1,0,0,-266.119,1093.03,41.8761,1.50098,300,0,0,42,0,0,0,0,0),(68595,19179,530,1,1,0,0,-246.106,1097.79,41.75,1.41372,300,0,0,42,0,0,0,0,0),(68596,19179,530,1,1,0,0,-260.45,1084.3,47.7298,1.58825,300,0,0,42,0,0,0,0,0),(68597,19179,530,1,1,0,0,-257.638,1093.21,41.8413,1.67552,300,0,0,42,0,0,0,0,0),(68598,19179,530,1,1,0,0,-261.527,1093.33,41.75,1.58825,300,0,0,42,0,0,0,0,0),(68599,19179,530,1,1,0,0,-253.452,1092.98,42.0398,1.76278,300,0,0,42,0,0,0,0,0),(68600,19179,530,1,1,0,0,-265.51,1084.19,47.7548,1.51844,300,0,0,42,0,0,0,0,0),(68601,19179,530,1,1,0,0,-265.33,1087.19,45.7653,1.51844,300,0,0,42,0,0,0,0,0),(68602,19179,530,1,1,0,0,-254.639,1098.43,41.75,1.76278,300,0,0,42,0,0,0,0,0),(68603,19179,530,1,1,0,0,-260.299,1087.14,45.8448,1.58825,300,0,0,42,0,0,0,0,0),(68604,19179,530,1,1,0,0,-242.308,1098.02,41.75,1.48353,300,0,0,42,0,0,0,0,0),(68605,19179,530,1,1,0,0,-263.979,1098.48,41.7547,1.53589,300,0,0,42,0,0,0,0,0),(68606,19179,530,1,1,0,0,-249.31,1094.05,41.75,1.32645,300,0,0,42,0,0,0,0,0),(68607,19179,530,1,1,0,0,-245.26,1094.14,41.75,1.37881,300,0,0,42,0,0,0,0,0),(68608,19179,530,1,1,0,0,-258.976,1098.49,41.75,1.64061,300,0,0,42,0,0,0,0,0),(68609,19179,530,1,1,0,0,-269.433,1072.02,54.3907,1.65806,300,0,0,42,0,0,0,0,0),(68610,19179,530,1,1,0,0,-232.124,1085.03,47.5354,1.48353,300,0,0,42,0,0,0,0,0),(68611,19179,530,1,1,0,0,-238.819,1087.96,45.5219,1.36136,300,0,0,42,0,0,0,0,0),(68612,19179,530,1,1,0,0,-237.952,1098.13,41.75,1.5708,300,0,0,42,0,0,0,0,0),(68613,19179,530,1,1,0,0,-232.031,1088.27,45.3845,1.48353,300,0,0,42,0,0,0,0,0),(68614,19179,530,1,1,0,0,-240.848,1094.25,41.75,1.44862,300,0,0,42,0,0,0,0,0),(68615,19179,530,1,1,0,0,-233.701,1098.25,41.75,1.41372,300,0,0,42,0,0,0,0,0),(68616,19179,530,1,1,0,0,-230.394,1072.02,54.391,1.53589,300,0,0,42,0,0,0,0,0),(68617,19179,530,1,1,0,0,-239.162,1084.72,47.6691,1.36136,300,0,0,42,0,0,0,0,0),(68618,19179,530,1,1,0,0,-227.609,1074.97,54.3929,1.5708,300,0,0,42,0,0,0,0,0),(68619,19179,530,1,1,0,0,-236.118,1094.29,41.75,1.51844,300,0,0,42,0,0,0,0,0),(68620,19179,530,1,1,0,0,-231.356,1094.29,41.75,1.58825,300,0,0,42,0,0,0,0,0),(68621,19179,530,1,1,0,0,-229.492,1098.26,41.75,1.41372,300,0,0,42,0,0,0,0,0),(68622,19179,530,1,1,0,0,-235.514,1088.06,45.4863,1.43117,300,0,0,42,0,0,0,0,0),(68623,19179,530,1,1,0,0,-235.502,1084.93,47.5701,1.43117,300,0,0,42,0,0,0,0,0),(68624,19179,530,1,1,0,0,-225.664,1084.18,54.4123,1.79769,300,0,0,42,0,0,0,0,0),(68625,19180,530,1,1,0,1,-2047.99,5299.68,-38.5085,5.67232,300,0,0,5228,0,0,0,0,0),(68626,19181,530,1,1,0,1,-2981.2,3879.13,9.6131,2.35619,300,0,0,8613,0,2,0,0,0),(68627,19182,530,1,1,0,1,-1769.02,5152.54,-37.1216,0.15708,300,0,0,3052,0,0,0,0,0),(68628,19183,530,1,1,0,0,-2744.48,7692.51,-16.5091,5.96421,300,5,0,5341,0,1,0,0,0),(68629,19183,530,1,1,0,0,-2744.11,7733.67,-22.3634,1.00609,300,5,0,5341,0,1,0,0,0),(68630,19183,530,1,1,0,0,-2759.4,7735.99,-21.9332,0.709057,300,5,0,5341,0,1,0,0,0),(68631,19183,530,1,1,0,0,-2738.15,7771.36,-29.3093,2.97968,300,5,0,5341,0,1,0,0,0),(68632,19183,530,1,1,0,0,-2229.19,7678.56,-12.1185,5.28908,300,5,0,5341,0,1,0,0,0),(68633,19184,530,1,1,0,0,-1592.02,5263.72,-13.9117,1.15192,300,0,0,3524,0,0,0,0,0),(68634,19185,530,1,1,0,1,-2067.41,5316.57,-37.3236,1.26899,300,0,0,5914,0,0,0,0,0),(68635,19186,530,1,1,0,1,-1767.14,5135.39,-37.2049,3.67627,300,0,0,3052,0,0,0,0,0),(68636,19187,530,1,1,0,1,-2060.92,5256.68,-38.3819,0.767945,300,0,0,3498,0,0,0,0,0),(68637,19188,530,1,1,0,0,-114.469,4818.41,39.5818,2.34203,300,5,0,16581,0,1,0,0,0),(68638,19188,530,1,1,0,0,-63.3096,4868.44,55.968,4.62004,300,5,0,16581,0,1,0,0,0),(68639,19188,530,1,1,0,0,-32.0013,4804.67,46.9591,2.59045,300,5,0,16581,0,1,0,0,0),(68640,19188,530,1,1,0,0,-11.9675,4854.78,56.1866,3.05553,300,5,0,16581,0,1,0,0,0),(68641,19188,530,1,1,0,0,21.6032,4830.08,61.6036,0.876581,300,5,0,16581,0,1,0,0,0),(68642,19188,530,1,1,0,0,22.8266,4877.44,66.9409,2.60698,300,5,0,16581,0,1,0,0,0),(68643,19188,530,1,1,0,0,29.2796,4921.91,84.0077,2.02353,300,5,0,16581,0,1,0,0,0),(68644,19188,530,1,1,0,0,73.3392,4876.13,73.5005,3.80383,300,5,0,16581,0,1,0,0,0),(68645,19188,530,1,1,0,0,49.3116,4878.6,71.4163,3.69626,300,5,0,16581,0,1,0,0,0),(68646,19188,530,1,1,0,0,102.493,4945.16,91.8964,3.08393,300,5,0,16581,0,1,0,0,0),(68647,19188,530,1,1,0,0,153.311,4846.45,79.4363,1.6412,300,5,0,16581,0,1,0,0,0),(68648,19188,530,1,1,0,0,151.147,4883.53,74.9769,0.698416,300,5,0,16581,0,1,0,0,0),(68649,19188,530,1,1,0,0,216.001,4881.43,75.354,3.05433,300,0,0,16581,0,0,0,0,0),(68650,19188,530,1,1,0,0,212.329,4815.36,84.2217,4.27606,300,0,0,16581,0,0,0,0,0),(68651,19188,530,1,1,0,0,171.405,4790.66,80.1267,1.21351,300,5,0,16581,0,1,0,0,0),(68652,19188,530,1,1,0,0,220.011,4757.86,116.711,4.57276,300,0,0,16581,0,0,0,0,0),(68653,19188,530,1,1,0,0,138.307,4777.81,74.3433,4.32553,300,5,0,16581,0,1,0,0,0),(68654,19188,530,1,1,0,0,155.23,4732.89,71.2544,5.37309,300,5,0,16581,0,1,0,0,0),(68655,19188,530,1,1,0,0,78.0093,4730.38,63.0992,5.10535,300,5,0,16581,0,1,0,0,0),(68656,19188,530,1,1,0,0,150.576,4684.63,69.7775,5.34692,300,5,0,16581,0,1,0,0,0),(68657,19188,530,1,1,0,0,61.4498,4691.2,53.6668,3.29164,300,5,0,16581,0,1,0,0,0),(68658,19188,530,1,1,0,0,185.519,4667.6,84.3638,6.01213,300,5,0,16581,0,1,0,0,0),(68659,19188,530,1,1,0,0,24.9033,4627.24,51.6717,1.15911,300,5,0,16581,0,1,0,0,0),(68660,19188,530,1,1,0,0,82.0211,4617.36,64.2211,5.14226,300,5,0,16581,0,1,0,0,0),(68661,19188,530,1,1,0,0,17.9926,4686.47,42.9467,4.62689,300,5,0,16581,0,1,0,0,0),(68662,19188,530,1,1,0,0,106.447,4539.68,75.4969,0.664213,300,5,0,16581,0,1,0,0,0),(68663,19188,530,1,1,0,0,18.2679,4499.5,67.9169,3.00708,300,5,0,16581,0,1,0,0,0),(68664,19188,530,1,1,0,0,-14.3871,4545.43,56.5998,4.70298,300,5,0,16581,0,1,0,0,0),(68665,19188,530,1,1,0,0,-79.886,4548.58,48.1784,2.79883,300,5,0,16581,0,1,0,0,0),(68666,19188,530,1,1,0,0,-42.7636,4610.45,37.2996,2.03881,300,5,0,16581,0,1,0,0,0),(68667,19188,530,1,1,0,0,-80.1086,4748.93,29.7466,3.69327,300,5,0,16581,0,1,0,0,0),(68668,19188,530,1,1,0,0,138.913,4605.33,71.2966,1.10147,300,5,0,16581,0,1,0,0,0),(68669,19188,530,1,1,0,0,-116.983,4615.07,31.6297,2.83929,300,5,0,16581,0,1,0,0,0),(68670,19188,530,1,1,0,0,-46.596,4684.04,35.4582,4.8042,300,5,0,16581,0,1,0,0,0),(68671,19188,530,1,1,0,0,-112.833,4675.98,28.7025,2.88377,300,5,0,16581,0,1,0,0,0),(68672,19189,530,1,1,0,0,-956.72,4326.5,60.3747,5.74528,300,5,0,5158,0,1,0,0,0),(68673,19189,530,1,1,0,0,-897.168,4363.48,60.6997,5.30798,300,5,0,5158,0,1,0,0,0),(68674,19189,530,1,1,0,0,-879.239,4328.84,53.3996,0.890124,300,5,0,5158,0,1,0,0,0),(68675,19189,530,1,1,0,0,-830.119,4337.43,60.2663,0.930225,300,5,0,5158,0,1,0,0,0),(68676,19189,530,1,1,0,0,-836.149,4354.93,59.4023,0.273874,300,5,0,5158,0,1,0,0,0),(68677,19189,530,1,1,0,0,-873.217,4381.34,67.776,6.28155,300,5,0,5158,0,1,0,0,0),(68678,19189,530,1,1,0,0,-838.698,4402.75,73.1879,5.66892,300,5,0,5158,0,1,0,0,0),(68679,19189,530,1,1,0,0,-847.19,4436.58,94.4843,0.870432,300,5,0,5158,0,1,0,0,0),(68680,19189,530,1,1,0,0,-770.88,4345.86,63.9108,2.73298,300,5,0,5158,0,1,0,0,0),(68681,19189,530,1,1,0,0,-730.717,4363.7,64.7307,1.28767,300,5,0,5158,0,1,0,0,0),(68682,19189,530,1,1,0,0,-774.34,4394.84,77.0603,2.96934,300,5,0,5158,0,1,0,0,0),(68683,19189,530,1,1,0,0,-727.337,4402.51,79.0395,1.4651,300,5,0,5158,0,1,0,0,0),(68684,19189,530,1,1,0,0,-751.638,4441.98,92.5347,0.082254,300,5,0,5158,0,1,0,0,0),(68685,19189,530,1,1,0,0,-689.409,4448.51,98.7179,2.15901,300,5,0,5158,0,1,0,0,0),(68686,19189,530,1,1,0,0,-695.803,4418.69,84.7544,0.151502,300,5,0,5158,0,1,0,0,0),(68687,19189,530,1,1,0,0,-640.625,4415.63,106.024,1.05786,300,5,0,5158,0,1,0,0,0),(68688,19189,530,1,1,0,0,-631.002,4380.17,67.3799,6.03413,300,5,0,5158,0,1,0,0,0),(68689,19189,530,1,1,0,0,-607.594,4403.43,71.4621,2.46136,300,5,0,5158,0,1,0,0,0),(68690,19190,530,1,1,0,1,-559.217,1888.97,83.7547,3.57792,300,0,0,3191,0,0,0,0,0),(68691,19190,530,1,1,0,1,-463.015,1806.61,60.0951,1.07659,300,5,0,3191,0,1,0,0,0),(68692,19190,530,1,1,0,1,-507.162,1788.03,53.4746,2.51388,300,0,0,3191,0,0,0,0,0),(68693,19190,530,1,1,0,1,-450.456,1798.74,59.6176,2.3345,300,0,0,3191,0,0,0,0,0),(68694,19190,530,1,1,0,1,-518.215,1745.83,48.6575,0.205634,300,5,0,3191,0,1,0,0,0),(68695,19190,530,1,1,0,1,-346.469,1705.38,55.5583,0.056691,300,5,0,3191,0,1,0,0,0),(68696,19190,530,1,1,0,1,17.0816,1638.15,48.11,3.13476,300,5,0,3191,0,1,0,0,0),(68697,19190,530,1,1,0,1,88.3881,1755.97,45.5044,0.539703,300,5,0,3191,0,1,0,0,0),(68698,19190,530,1,1,0,1,18.9207,1726.3,42.225,0.033191,300,5,0,3191,0,1,0,0,0),(68699,19190,530,1,1,0,1,199.048,1695.46,27.3515,0.152946,300,5,0,3191,0,1,0,0,0),(68700,19190,530,1,1,0,1,193.078,1729.86,31.357,3.70851,300,5,0,3191,0,1,0,0,0),(68701,19190,530,1,1,0,1,86.9856,1817.25,37.8339,3.27492,300,5,0,3191,0,1,0,0,0),(68702,19190,530,1,1,0,1,153.88,1786.81,32.1519,3.0291,300,5,0,3191,0,1,0,0,0),(68703,19190,530,1,1,0,1,-14.0217,1761.35,54.9166,3.15038,300,5,0,3191,0,1,0,0,0),(68704,19190,530,1,1,0,1,62.2456,1837.77,40.8864,3.18356,300,5,0,3191,0,1,0,0,0),(68705,19190,530,1,1,0,1,-44.1172,1770.1,49.0345,0.023801,300,5,0,3191,0,1,0,0,0),(68706,19190,530,1,1,0,1,47.9785,1895.09,46.3427,3.47384,300,5,0,3191,0,1,0,0,0),(68707,19190,530,1,1,0,1,-109.976,1857.14,75.9707,6.2578,300,5,0,3191,0,1,0,0,0),(68708,19190,530,1,1,0,1,-57.464,1936.57,74.4263,3.14452,300,5,0,3191,0,1,0,0,0),(68709,19190,530,1,1,0,1,-155.661,1828.52,83.6561,3.1621,300,5,0,3191,0,1,0,0,0),(68710,19190,530,1,1,0,1,-152.334,1893.36,88.7333,3.18356,300,5,0,3191,0,1,0,0,0),(68711,19190,530,1,1,0,1,-175.766,1924.46,92.2215,6.26658,300,5,0,3191,0,1,0,0,0),(68712,19190,530,1,1,0,1,-139.03,1908.15,83.2493,6.21917,300,5,0,3191,0,1,0,0,0),(68713,19190,530,1,1,0,1,-259.654,1840.33,92.6917,3.07126,300,5,0,3191,0,1,0,0,0),(68714,19190,530,1,1,0,1,-303.848,1774.84,71.6786,0.012695,300,5,0,3191,0,1,0,0,0),(68715,19190,530,1,1,0,1,-461.138,1728.74,43.9384,5.80386,300,5,0,3191,0,1,0,0,0),(68716,19190,530,1,1,0,1,-567.911,1845.56,71.7222,0.135271,300,5,0,3191,0,1,0,0,0),(68717,19190,530,1,1,0,1,-516.131,1873.92,77.6638,6.25,300,5,0,3191,0,1,0,0,0),(68718,19190,530,1,1,0,1,-498.313,1808.78,58.9345,3.10938,300,5,0,3191,0,1,0,0,0),(68719,19190,530,1,1,0,1,-447.029,1759.72,49.8528,3.17283,300,5,0,3191,0,1,0,0,0),(68720,19190,530,1,1,0,1,-346.628,1792.01,71.1833,3.08588,300,5,0,3191,0,1,0,0,0),(68721,19191,530,1,1,0,0,394.614,3276.6,74.6257,1.55334,300,0,0,44220,15720,0,0,0,0),(75012,26772,571,1,1,0,0,4066.37,2203.19,151.895,2.82743,120,0,0,1,0,0,0,0,0),(75011,26772,571,1,1,0,0,4057.07,2189.56,151.928,2.21657,120,0,0,1,0,0,0,0,0),(75010,26772,571,1,1,0,0,4026.68,2196.83,151.816,0.523599,120,0,0,1,0,0,0,0,0),(68725,19192,530,1,1,0,0,421.015,3339.63,62.0621,3.28459,300,0,0,4274,2568,2,0,0,0),(68726,19192,530,1,1,0,0,384.525,3256.69,74.5114,2.48254,300,0,0,4274,2568,2,0,0,0),(68727,19192,530,1,1,0,0,407.523,3263.6,74.5598,4.37627,300,0,0,4274,2568,2,0,0,0),(96626,25142,530,1,1,22757,1,-1983.94,5420.38,-12.4282,2.58309,180,0,0,6542,0,0,0,0,0),(68729,19194,530,1,1,0,1,-2038.2,5273.48,-39.4392,5.68977,300,0,0,3773,0,0,0,0,0),(68730,19195,530,1,1,0,1,-2068.49,5305.35,-37.2402,3.21141,300,0,0,3510,0,0,0,0,0),(68731,19196,530,1,1,0,0,-2062.68,5255.39,-38.4652,0.108772,300,0,0,3399,0,0,0,0,0),(68732,19197,530,1,1,0,0,-2092.23,5329.31,-35.3051,5.51524,300,0,0,3052,0,0,0,0,0),(68733,19201,530,1,1,0,0,-967.971,8735.26,145.445,3.00052,300,5,0,24464,0,1,0,0,0),(68734,19201,530,1,1,0,0,-1510.31,8952.55,40.9253,1.82771,300,5,0,24464,0,1,0,0,0),(68735,19201,530,1,1,0,0,-1779.14,8792.12,28.0032,0.318042,300,5,0,24464,0,1,0,0,0),(68736,19201,530,1,1,0,0,-1894.45,9011.78,40.4308,0.793341,300,5,0,24464,0,1,0,0,0),(96624,25142,530,1,1,22752,1,-1946.03,5324.23,-12.4282,4.93928,180,0,0,6542,0,0,0,0,0),(68738,19209,555,3,1,0,1,-158.378,-326.659,17.1689,1.06513,86400,0,0,20283,0,0,0,0,0),(68739,19209,555,3,1,0,1,-158.35,-394.416,17.0796,4.76351,86400,0,0,20283,0,0,0,0,0),(68740,19210,530,1,1,0,0,-1828.37,9225.47,72.931,1.09956,300,0,0,4890,0,0,0,0,0),(68741,19211,530,1,1,0,0,-1873.62,9247.07,75.1046,0.069813,300,0,0,6986,0,0,0,0,0),(68742,19212,530,1,1,0,0,-1327.58,8964.07,60.8814,5.65487,300,0,0,6986,0,0,0,0,0),(68743,19213,530,1,1,0,0,-2077.26,5270.03,-37.3236,2.43809,300,0,0,4906,0,0,0,0,0),(68744,19215,530,1,1,0,0,-266.312,1099.08,41.7916,1.73303,300,0,0,42,0,0,0,0,0),(68745,19215,530,1,1,0,0,-234.448,1097.6,41.7916,2.89898,300,0,0,42,0,0,0,0,0),(70526,20889,530,1,1,0,0,3632.35,6158.75,273.596,2.65421,600,0,0,42,0,0,0,0,0),(68747,19217,530,1,1,0,1,2997.61,3734.97,144.078,4.32842,300,0,0,5060,2933,0,0,0,0),(68748,19223,530,1,1,0,0,-2070.38,5297.3,-37.3231,3.39082,300,0,0,5914,0,0,0,0,0),(31442,4500,1,1,1,11571,0,-3132.84,-2880.27,34.7842,5.3058,1200,0,0,7392,0,0,0,0,0),(31441,4343,1,1,1,814,0,-3047.25,-3145.2,31.9791,1.16924,360,10,0,1536,0,1,0,0,0),(41792,15937,530,1,1,0,1,8869.87,-5775.96,0.405,1.25926,300,0,1,183,178,2,0,0,0),(41791,25099,530,1,1,0,0,-2999.68,2619.98,76.6582,4.83569,300,0,0,8982,0,0,0,0,0),(12717,24868,530,1,1,0,1,-3963.75,2203.92,101.867,1.92275,300,0,0,8982,0,0,0,0,0),(46296,22807,530,1,1,0,0,-4241.37,4758.28,-121.163,3.85933,480,5,0,6986,0,1,0,0,0),(68758,19227,530,1,1,0,0,-2077.13,5277.79,-37.3227,0.226134,25,0,0,3484,5751,0,0,0,0),(68759,19229,530,1,1,0,1,-266.369,1028.86,54.4067,5.53269,300,0,0,698600,0,0,0,0,0),(68760,19232,530,1,1,0,0,-2184.04,5399.62,51.9658,1.23918,300,0,0,3984,2434,0,0,0,0),(68761,19234,530,1,1,0,0,-2324.98,5556.91,64.1556,0.174533,300,0,0,3484,5751,0,0,0,0),(68762,19235,530,1,1,0,0,-2325.06,5561.69,64.1556,6.24828,300,0,0,3484,5751,0,0,0,0),(68763,19236,530,1,1,0,0,-2138.24,5558.26,50.3583,5.79449,300,0,0,3484,5751,0,0,0,0),(68764,19238,530,1,1,0,0,-2165.23,5489.09,50.3325,0.122173,300,0,0,3484,5751,0,0,0,0),(68765,19239,530,1,1,0,1,-2195.57,5422.22,50.3112,6.19592,300,0,0,4274,2568,0,0,0,0),(68766,19240,530,1,1,0,1,-2130.87,5588.18,50.3112,5.95157,300,0,0,5715,0,0,0,0,0),(68767,19242,530,1,1,0,0,-2288.29,5570.52,101.078,1.29154,300,0,0,4000,6229,0,0,0,0),(68768,19243,530,1,1,0,0,-2170.84,5457.62,50.3112,2.44346,300,0,0,3984,2434,0,0,0,0),(68769,19244,530,1,1,0,0,-2167.95,5391.39,50.3112,1.90241,300,0,0,3484,5751,0,0,0,0),(68770,19245,530,1,1,0,0,-2320.6,5574.1,64.1556,0.331613,300,0,0,3484,5751,0,0,0,0),(68771,19246,530,1,1,0,0,-2009.05,5368.61,-9.26762,3.80482,300,0,0,3984,2434,0,0,0,0),(68772,19248,530,1,1,0,1,-2278.49,5567.23,67.082,1.16937,300,0,0,3484,5751,0,0,0,0),(68773,19249,530,1,1,0,1,-2251.14,5560.82,80.0456,5.07891,300,0,0,3484,5751,0,0,0,0),(68774,19250,530,1,1,0,1,-2250.55,5559.12,80.0452,2.79253,300,0,0,4140,6443,0,0,0,0),(68775,19251,530,1,1,0,1,-2277.57,5570.21,79.9269,4.31096,300,0,0,3739,6015,0,0,0,0),(68776,19252,530,1,1,0,1,-2278.56,5567.73,79.9171,1.23918,300,0,0,3870,6156,0,0,0,0),(68777,19253,530,1,1,0,1,-232.92,1028.27,54.4078,3.89208,300,0,0,698600,0,0,0,0,0),(68778,19255,530,1,1,0,0,218.998,2653.52,87.9363,6.22357,300,0,0,718100,0,2,0,0,0),(68779,19256,530,1,1,0,0,59.8979,2536.76,64.3576,4.78004,300,0,0,57150,0,0,0,0,0),(68780,19257,530,1,1,0,0,67.6326,2535.33,64.2527,4.88692,300,0,0,489200,2846,0,0,0,0),(68781,19258,530,1,1,0,0,65.6938,2537.3,64.4826,4.95674,300,0,0,44220,2620,0,0,0,0),(68782,19258,530,1,1,0,0,71.0586,2535.95,64.3777,4.97419,300,0,0,44220,2620,0,0,0,0),(68783,19258,530,1,1,0,0,63.8072,2535.94,64.3576,4.93928,300,0,0,44220,2620,0,0,0,0),(68784,19258,530,1,1,0,0,67.3848,2538.8,64.7527,4.81711,300,0,0,44220,2620,0,0,0,0),(68785,19258,530,1,1,0,0,68.7447,2537.3,64.5027,4.93928,300,0,0,44220,2620,0,0,0,0),(68786,19261,530,1,1,0,0,-585.739,2117.18,78.4334,2.24066,300,5,0,3989,0,1,0,0,0),(68787,19261,530,1,1,0,0,-587.652,2171.81,66.0023,4.36471,300,5,0,3989,0,1,0,0,0),(68788,19261,530,1,1,0,0,-577.063,1988.3,89.6167,1.73755,300,5,0,3989,0,1,0,0,0),(68789,19261,530,1,1,0,0,-550.833,2017.67,101.685,5.44049,300,5,0,3989,0,1,0,0,0),(68790,19261,530,1,1,0,0,-582.104,2042.07,88.1686,4.8083,300,5,0,3989,0,1,0,0,0),(68791,19261,530,1,1,0,0,-575.027,2053.74,90.1178,4.01177,300,5,0,3989,0,1,0,0,0),(68792,19261,530,1,1,0,0,-577.086,2024.77,90.6232,1.41592,300,5,0,3989,0,1,0,0,0),(68793,19261,530,1,1,0,0,-525.273,2066.07,94.5205,4.6518,300,5,0,3989,0,1,0,0,0),(68794,19261,530,1,1,0,0,-532.046,2088.65,103.555,2.79699,300,5,0,3989,0,1,0,0,0),(68795,19261,530,1,1,0,0,-555.87,1961.61,82.2136,2.64072,300,5,0,3989,0,1,0,0,0),(68796,19261,530,1,1,0,0,-520.769,2048.09,82.8955,4.00124,300,5,0,3989,0,1,0,0,0),(68797,19261,530,1,1,0,0,-517.176,2016.73,82.3905,1.23421,300,5,0,3989,0,1,0,0,0),(68798,19261,530,1,1,0,0,-520.257,1978.52,83.0991,4.58147,300,5,0,3989,0,1,0,0,0),(68799,19261,530,1,1,0,0,-488.426,2009.88,90.7707,0.821254,300,5,0,3989,0,1,0,0,0),(68800,19261,530,1,1,0,0,165.053,2042.94,44.2096,3.39226,300,5,0,3989,0,1,0,0,0),(68801,19261,530,1,1,0,0,184.19,2090.02,47.0318,1.13049,300,5,0,3989,0,1,0,0,0),(68802,19261,530,1,1,0,0,174.835,2135.81,58.3859,4.3751,300,5,0,3989,0,1,0,0,0),(68803,19261,530,1,1,0,0,168.547,2180.13,62.8834,4.0224,300,5,0,3989,0,1,0,0,0),(68804,19261,530,1,1,0,0,156.006,2250.24,51.3126,4.19375,300,5,0,3989,0,1,0,0,0),(68805,19261,530,1,1,0,0,121.046,2283.34,60.5555,1.99557,300,5,0,3989,0,1,0,0,0),(68806,19261,530,1,1,0,0,153.062,2311.44,54.638,4.83343,300,5,0,3989,0,1,0,0,0),(68807,19261,530,1,1,0,0,258.588,2288.78,53.1651,1.08923,300,5,0,3989,0,1,0,0,0),(68808,19261,530,1,1,0,0,223.623,2339.98,53.4945,1.59423,300,5,0,3989,0,1,0,0,0),(68809,19261,530,1,1,0,0,189.763,2377.3,51.1721,2.06765,300,5,0,3989,0,1,0,0,0),(68810,19261,530,1,1,0,0,256.317,2349.06,60.6599,0.302801,300,5,0,3989,0,1,0,0,0),(68811,19261,530,1,1,0,0,246.812,2218.2,50.3561,4.57132,300,5,0,3989,0,1,0,0,0),(68812,19261,530,1,1,0,0,275.104,2311.62,59.0899,4.30289,300,5,0,3989,0,1,0,0,0),(68813,19261,530,1,1,0,0,250.006,2159.12,43.9222,1.80305,300,5,0,3989,0,1,0,0,0),(68814,19261,530,1,1,0,0,219.979,2156.51,43.4864,5.65647,300,5,0,3989,0,1,0,0,0),(68815,19261,530,1,1,0,0,278.19,2149.84,50.5867,3.03434,300,5,0,3989,0,1,0,0,0),(68816,19261,530,1,1,0,0,283.557,2081.98,41.1786,4.12191,300,5,0,3989,0,1,0,0,0),(68817,19261,530,1,1,0,0,277.253,2020.3,29.3493,2.10838,300,5,0,3989,0,1,0,0,0),(68818,19261,530,1,1,0,0,318.76,2046.35,45.4566,3.05359,300,5,0,3989,0,1,0,0,0),(68819,19261,530,1,1,0,0,257.154,2387.63,68.0493,2.27357,300,5,0,3989,0,1,0,0,0),(68820,19261,530,1,1,0,0,117.228,2384.11,56.8201,1.34719,300,5,0,3989,0,1,0,0,0),(68821,19261,530,1,1,0,0,-374.739,2113.86,88.8326,2.55641,300,5,0,3989,0,1,0,0,0),(68822,19261,530,1,1,0,0,-381.332,2038.86,100.933,1.96373,300,5,0,3989,0,1,0,0,0),(68823,19261,530,1,1,0,0,-555.519,2151.42,85.6888,1.31862,300,5,0,3989,0,1,0,0,0),(68824,19261,530,1,1,0,0,-521.107,2171.6,66.3923,4.12462,300,5,0,3989,0,1,0,0,0),(68825,19261,530,1,1,0,0,-454.616,2118.63,89.1465,3.39999,300,5,0,3989,0,1,0,0,0),(68826,19261,530,1,1,0,0,-452.889,2045.88,92.5662,2.76377,300,5,0,3989,0,1,0,0,0),(68827,19261,530,1,1,0,0,-473.881,2159.43,72.5278,0.793436,300,5,0,3989,0,1,0,0,0),(68828,19261,530,1,1,0,0,-411.562,2086.55,90.5723,0.607537,300,5,0,3989,0,1,0,0,0),(68829,19261,530,1,1,0,0,-425.284,1993.08,96.6302,5.70845,300,5,0,3989,0,1,0,0,0),(68830,19261,530,1,1,0,0,-412.955,2151.75,82.7463,3.44014,300,5,0,3989,0,1,0,0,0),(68831,19263,530,1,1,0,1,-1183.97,3239.42,113.422,0.555473,300,0,0,5158,0,0,0,0,0),(68832,19264,530,1,1,0,1,-229.017,3096.15,-61.7425,0.670469,300,0,0,22108,0,0,0,0,0),(68833,19265,530,1,1,0,0,-1152.83,3207.19,69.6546,1.39626,300,0,0,99580,0,0,0,0,0),(68834,19266,530,1,1,0,0,-1160.02,3211.86,69.2837,0.436332,300,0,0,99580,0,0,0,0,0),(68835,19270,530,1,1,0,0,-1751.44,5167.03,-37.2049,4.73719,300,0,0,5975,0,0,0,0,0),(68836,19271,530,1,1,0,0,-1737.89,5139.73,-37.3229,2.03774,300,0,0,5975,0,0,0,0,0),(96625,25142,530,1,1,22763,1,-2003.53,5442.08,-12.4282,3.35103,180,0,0,6542,0,0,0,0,0),(68839,19273,530,1,1,0,0,-19.8447,2136.61,113.944,2.74017,300,0,0,59140,0,0,0,0,0),(68840,19275,530,1,1,0,0,-13.1607,2116.64,115.269,3.21141,300,0,0,6986,0,0,0,0,0),(68841,19275,530,1,1,0,0,-16.5204,2121.45,114.582,4.31096,300,0,0,6986,0,0,0,0,0),(68842,19275,530,1,1,0,0,-22.9541,2120.21,112.966,5.63741,300,0,0,6986,0,0,0,0,0),(68843,19275,530,1,1,0,0,-15.5254,2110.09,114.484,2.11185,300,0,0,6986,0,0,0,0,0),(68844,19275,530,1,1,0,0,-22.1914,2112.77,112.959,0.698132,300,0,0,6986,0,0,0,0,0),(68845,19276,530,1,1,0,0,-133.397,1932.83,83.0823,3.90954,300,0,0,4979,0,0,0,0,0),(68846,19277,530,1,1,0,0,-0.571832,1899.79,61.2823,1.71042,300,0,0,4979,0,0,0,0,0),(68847,19278,530,1,1,0,0,69.4742,1766.26,48.4553,4.69494,300,0,0,4979,0,0,0,0,0),(68848,19279,530,1,1,0,0,197.444,1765.28,31.0047,5.81195,300,0,0,4979,0,0,0,0,0),(68849,19280,530,1,1,0,0,9248.02,-7498.91,36.4028,2.56563,300,0,0,6986,0,0,0,0,0),(68850,19281,530,1,1,0,0,9240.7,-7498,37.2939,0.488692,300,0,0,6986,0,0,0,0,0),(68851,19282,530,1,1,0,1,16.1749,1748.83,50.1743,6.16015,300,0,0,4274,2568,2,0,0,0),(68852,19283,530,1,1,0,0,-1863.37,5129.9,-41.6453,0.872665,300,0,0,5975,0,0,0,0,0),(68853,19283,530,1,1,0,0,-1848.75,5070.91,-32.3406,3.68265,300,0,0,5975,0,0,0,0,0),(68854,19283,530,1,1,0,0,-1850.41,5084.87,-34.5809,3.35103,300,0,0,5975,0,0,0,0,0),(68855,19283,530,1,1,0,0,-1846.59,5112.85,-38.7935,2.82743,300,0,0,5975,0,0,0,0,0),(68856,19283,530,1,1,0,0,-1859.04,5109.46,-38.5068,5.55015,300,0,0,5975,0,0,0,0,0),(68857,19283,530,1,1,0,0,-1845.42,5120.74,-38.7917,2.87979,300,0,0,5975,0,0,0,0,0),(68858,19283,530,1,1,0,0,-2048.82,5228.17,-38.7935,1.85005,300,0,0,5975,0,0,0,0,0),(68859,19289,530,1,1,0,0,-1849.15,5077.16,-33.348,2.35619,300,0,0,3662,0,0,0,0,0),(68860,19289,530,1,1,0,0,-1857.69,5116.04,-38.7935,5.58505,300,0,0,3662,0,0,0,0,0),(68861,19289,530,1,1,0,0,-1858.35,5097.41,-36.5518,5.93412,300,0,0,3662,0,0,0,0,0),(68862,19289,530,1,1,0,0,-1842.83,5123.82,-38.773,1.98968,300,0,0,3662,0,0,0,0,0),(68863,19289,530,1,1,0,0,-2055.5,5238.78,-38.7853,6.23082,300,0,0,3662,0,0,0,0,0),(68864,19289,530,1,1,0,0,-2053.41,5223.05,-38.7935,3.08923,300,0,0,3662,0,0,0,0,0),(68865,19291,530,1,1,0,0,-145.554,1511.28,34.3641,5.23599,300,0,0,4979,0,0,0,0,0),(68866,19292,530,1,1,0,0,-304.408,1524.45,37.9685,2.49582,300,0,0,4979,0,0,0,0,0),(68867,19293,530,1,1,0,1,-310.951,4732.8,17.0877,4.08407,300,0,0,4274,2568,0,0,0,0),(68868,19294,530,1,1,0,1,-294.766,4715.08,28.1862,0.20944,300,0,0,11430,5410,0,0,0,0),(68869,19295,530,1,1,0,1,-822.423,3285.96,37.3669,4.09895,300,5,0,5158,0,1,0,0,0),(68870,19295,530,1,1,0,1,-670.777,3286.98,17.3554,2.88103,300,5,0,5158,0,1,0,0,0),(68871,19295,530,1,1,0,1,-584.278,3172.59,5.11141,4.49576,300,5,0,5158,0,1,0,0,0),(68872,19296,530,1,1,0,1,-2917.88,4021.48,0.51079,3.66519,300,0,0,7968,2434,0,0,0,0),(68873,19297,530,1,1,0,0,-1136.62,3248.79,103.746,4.85202,300,0,0,42,0,0,0,0,0),(68874,19298,530,1,1,0,1,569.779,2797.71,218.62,3.50811,300,0,0,5129,2568,0,0,0,0),(68875,19299,530,1,1,0,0,-347.821,1522.03,39.0628,5.09649,300,0,0,33805,0,0,0,0,0),(68876,19299,530,1,1,0,0,-286.52,1488.55,28.0447,4.90235,300,5,0,33805,0,1,0,0,0),(68877,19299,530,1,1,0,0,-159.98,1476.88,26.4775,3.54584,300,5,0,33805,0,1,0,0,0),(68878,19299,530,1,1,0,0,-86.7132,1533.15,36.7576,2.18875,300,5,0,33805,0,1,0,0,0),(68879,19299,530,1,1,0,0,-279.771,1571.13,38.7215,1.98924,300,5,0,33805,0,1,0,0,0),(68880,19300,555,3,1,0,0,-369.301,-38.122,12.7722,1.1474,86400,0,0,9431,0,0,0,0,0),(68881,19300,555,3,1,0,0,-366.732,-22.2345,18.2256,0.532069,86400,0,0,9431,0,0,0,0,0),(68882,19300,555,3,1,0,0,-343.227,-54.4402,12.7722,5.43321,86400,0,0,9431,0,0,0,0,0),(68883,19301,555,3,1,0,0,-354.465,-58.6281,17.6013,2.30783,86400,0,0,9431,0,0,0,0,0),(68884,19301,555,3,1,0,0,-363.659,-42.0151,12.7731,1.59981,86400,0,0,9431,0,0,0,0,0),(68885,19301,555,3,1,0,0,-319.394,-42.647,12.7722,3.72859,86400,0,0,9431,0,0,0,0,0),(68886,19302,555,3,1,0,0,-356.683,-62.5583,19.0387,1.6764,86400,0,0,9431,0,0,0,0,0),(68887,19302,555,3,1,0,0,-357.573,-51.1224,13.4427,1.71834,86400,0,0,9431,0,0,0,0,0),(68888,19302,555,3,1,0,0,-330.405,-73.9819,10.441,2.13746,86400,0,0,9431,0,0,0,0,0),(68889,19303,555,3,1,0,0,-363.531,-25.4442,17.0451,4.90507,86400,0,0,9431,0,0,0,0,0),(68890,19303,555,3,1,0,0,-372.683,-37.9427,12.7722,0.784202,86400,0,0,9431,0,0,0,0,0),(68891,19303,555,3,1,0,0,-367.359,-48.459,12.7722,5.91091,86400,0,0,9431,0,0,0,0,0),(68892,19304,555,3,1,0,0,-361.022,-21.5666,17.3773,4.31621,86400,0,0,9431,0,0,0,0,0),(68893,19304,555,3,1,0,0,-359.94,-15.5743,17.153,3.84577,86400,0,0,9431,0,0,0,0,0),(68894,19304,555,3,1,0,0,-358.71,-28.1527,14.8774,5.53771,86400,0,0,9431,0,0,0,0,0),(68895,19308,530,1,1,0,0,-681.164,2708.75,95.5693,1.55127,300,0,0,718100,0,2,0,0,0),(68896,19309,530,1,1,0,0,-616.502,2352.87,36.6121,3.59895,300,0,0,57150,0,2,0,0,0),(68897,19310,530,1,1,0,0,-680.346,1855.05,66.9225,0.925025,300,0,0,59140,0,0,0,0,0),(68898,19312,530,1,1,0,1,-456.882,3061.48,-52.9424,5.42724,300,0,0,21364,0,2,0,0,0),(68899,19314,530,1,1,0,0,-696.839,1875.52,63.5099,1.6057,300,0,0,42740,2568,0,0,0,0),(68900,19315,530,1,1,0,0,-18.835,2140.58,114.069,3.47321,300,0,0,42740,2568,0,0,0,0),(68901,19316,530,1,1,0,0,-695.927,1873.39,68.8414,5.44543,300,0,0,718100,0,0,0,0,0),(68902,19317,530,1,1,0,1,-3018,2556,79.1,0,300,0,0,14193,2790,0,0,0,0),(68903,19318,530,1,1,0,0,-1729.3,5506.5,-9.71612,0.279253,300,0,0,6986,0,0,0,0,0),(68904,19319,530,1,1,0,1,-2965,2562,78.6,2,300,0,0,6210,0,0,0,0,0),(68905,19321,530,1,1,0,0,-1697.84,5512.28,-8.43903,3.45575,300,0,0,6986,0,0,0,0,0),(40619,23267,530,1,1,0,0,-5115.44,144.561,130.161,1.37753,300,0,0,36900,0,2,0,0,0),(68907,19324,530,1,1,0,0,520.958,1992.37,110.166,4.03171,300,0,0,6986,0,0,0,0,0),(68908,19324,530,1,1,0,0,-682.878,1850.45,66.9225,1.01229,300,0,0,6986,0,0,0,0,0),(68909,19326,530,1,1,0,0,-333.978,1833.19,85.8966,3.40339,300,0,0,4979,0,0,0,0,0),(68910,19328,530,1,1,0,0,-500.642,1835.06,67.8384,4.88692,300,0,0,4979,0,0,0,0,0),(68911,19329,530,1,1,0,0,-588.835,1765.15,65.2654,2.80998,300,0,0,4979,0,0,0,0,0),(68912,19330,530,1,1,0,0,-2193.93,5422.14,50.3112,3.12414,300,0,0,4572,2705,0,0,0,0),(68913,19331,530,1,1,0,0,-2034.34,5344.94,-7.99053,0.471239,300,0,0,3739,6015,0,0,0,0),(68914,19332,530,1,1,0,1,-1311.05,2367.12,89.1364,1.91986,300,0,0,5158,0,0,0,0,0),(68915,19333,530,1,1,0,1,-3093.11,2585.97,62.4486,4.21905,300,0,0,6505,0,0,0,0,0),(68916,19335,530,1,1,0,1,-532.113,1686.31,51.4782,4.93416,300,0,0,4274,2568,0,0,0,0),(68917,19336,530,1,1,18685,0,-1298.48,1435.8,13.7197,4.06662,300,5,0,4979,0,1,0,0,0),(68918,19336,530,1,1,18685,0,-1524.79,3034.22,-70.9044,1.20428,300,5,0,4979,0,1,0,0,0),(68919,19336,530,1,1,18685,0,3989.59,1864.41,243.196,4.69494,300,5,0,4979,0,1,0,0,0),(68920,19336,530,1,1,18685,0,4031.02,2078.21,254.517,1.65806,300,5,0,4979,0,1,0,0,0),(68921,19336,530,1,1,18685,0,4020.12,2119.23,254.54,2.75762,300,5,0,4979,0,1,0,0,0),(68923,19337,530,1,1,0,1,-1805.15,5747.77,128.877,2.46905,300,0,0,6986,0,0,0,0,0),(68924,19337,530,1,1,0,1,-1814.89,5750.27,129.889,2.87127,300,0,0,6986,0,0,0,0,0),(68925,19337,530,1,1,0,1,-1810.62,5749.27,129.654,2.86173,300,0,0,6986,0,0,0,0,0),(68926,19337,530,1,1,0,1,-1764.97,5720.31,126.538,1.25015,300,0,0,6986,0,0,0,0,0),(68927,19337,530,1,1,0,1,-1768.91,5721.59,126.538,1.25664,300,0,0,6986,0,0,0,0,0),(68928,19337,530,1,1,0,1,-1760.95,5718.92,126.538,1.25664,300,0,0,6986,0,0,0,0,0),(68929,19337,530,1,1,0,1,-1772.67,5722.91,126.538,1.25664,300,0,0,6986,0,0,0,0,0),(18019,1779,0,1,1,1947,0,852.554,1620.88,27.5372,3.48624,275,10,0,247,0,1,0,0,0),(18020,1779,0,1,1,1947,0,856.553,1644.59,24.2417,5.13879,275,10,0,247,0,1,0,0,0),(96632,25142,530,1,1,22763,1,-1838.6,5399.79,-12.4282,2.18166,180,0,0,6542,0,0,0,0,0),(96600,25135,530,1,1,22937,1,-1847.88,5316.36,-12.3448,4.86947,180,0,0,6542,0,0,0,0,0),(96601,25135,530,1,1,22937,1,-1787.79,5333.1,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96602,25135,530,1,1,22936,1,-1792.36,5337.14,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96603,25136,530,1,1,22943,1,-1841.16,5314.73,-12.3448,1.5708,180,0,0,6542,0,0,0,0,0),(96604,25136,530,1,1,22944,1,-1837.87,5315.29,-12.3448,1.48353,180,0,0,6542,0,0,0,0,0),(96605,25136,530,1,1,22942,1,-1787.73,5337.6,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96606,25136,530,1,1,22943,1,-1785.66,5335.26,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96598,25134,530,1,1,22924,1,-1779.02,5337.96,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96596,25134,530,1,1,22933,1,-1838.47,5318.06,-12.3448,4.69494,180,0,0,6542,0,0,0,0,0),(96597,25134,530,1,1,22924,1,-1790.15,5335.14,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(96594,25885,530,1,1,23467,1,-1918.05,5334.41,-12.3448,3.35103,180,0,0,5744,3231,2,0,0,0),(96595,25134,530,1,1,22924,1,-1841.71,5317.6,-12.3448,4.76475,180,0,0,6542,0,0,0,0,0),(96590,19202,530,1,1,18648,1,-1783.84,5314.73,-12.3448,2.23402,180,0,0,29315,2620,0,0,0,0),(96591,19216,530,1,1,22951,0,-1853.14,5424.86,-10.4817,2.6529,180,0,0,6070,3387,0,0,0,0),(68954,19338,530,1,1,0,0,-2000.66,5351.82,-9.26761,3.52556,300,0,0,3984,2434,0,0,0,0),(68955,19339,530,1,1,0,1,-3090,2579,61.79,4,300,0,0,5914,0,0,0,0,0),(68956,19340,530,1,1,0,0,-2287.5,5573.17,101.078,4.39823,300,0,0,4422,2620,0,0,0,0),(68957,19341,530,1,1,0,1,-3103,2595,63,0,300,0,0,6505,0,0,0,0,0),(68958,19342,530,1,1,0,1,-3080.71,2614.11,61.729,3.48478,300,0,0,5914,0,0,0,0,0),(68959,19343,530,1,1,0,0,-2903,2615,93.4,2,300,0,0,5914,0,0,0,0,0),(68960,19344,530,1,1,0,1,-1095.95,2996.35,8.27364,1.32645,300,0,0,7210,0,0,0,0,0),(68961,19345,530,1,1,0,1,-2908,2603,93.4,2,300,0,0,6210,0,0,0,0,0),(68962,19346,530,1,1,0,0,-1764.84,5726.25,126.538,4.27606,300,0,0,6986,0,0,0,0,0),(18022,1767,0,1,1,441,1,1337.21,715.859,33.4575,5.1175,275,10,0,247,0,1,0,0,0),(68964,19348,530,1,1,0,1,-2939,2675,93.4,4,300,0,0,6142,0,0,0,0,0),(68965,19349,530,1,1,0,0,-388.729,4935.92,36.6515,1.29397,300,5,0,5341,0,1,0,0,0),(68966,19349,530,1,1,0,0,-353.908,4858.8,24.3708,1.78141,300,5,0,5341,0,1,0,0,0),(68967,19349,530,1,1,0,0,-393.659,4976.53,41.8839,2.12337,300,5,0,5341,0,1,0,0,0),(68968,19349,530,1,1,0,0,-435.296,5008.88,55.5378,5.90177,300,5,0,5341,0,1,0,0,0),(68969,19349,530,1,1,0,0,-370.144,5038.26,63.0377,4.3718,300,5,0,5341,0,1,0,0,0),(68970,19349,530,1,1,0,0,-353.149,5018.09,56.6797,3.15038,300,5,0,5341,0,1,0,0,0),(68971,19349,530,1,1,0,0,-328.945,5010.13,59.1702,3.34716,300,5,0,5341,0,1,0,0,0),(68972,19349,530,1,1,0,0,-347.554,4998.79,52.8168,0.376778,300,5,0,5341,0,1,0,0,0),(68973,19349,530,1,1,0,0,-321.48,5043.4,67.2914,1.33624,300,5,0,5341,0,1,0,0,0),(68974,19349,530,1,1,0,0,-371.849,5072.89,99.541,4.41102,300,5,0,5341,0,1,0,0,0),(68975,19349,530,1,1,0,0,-258.481,5029.74,62.2886,4.46575,300,5,0,5341,0,1,0,0,0),(68976,19349,530,1,1,0,0,-211.794,5052.77,77.5127,0.254936,300,5,0,5341,0,1,0,0,0),(68977,19349,530,1,1,0,0,-344.666,5132.55,115.324,3.78985,300,5,0,5341,0,1,0,0,0),(68978,19349,530,1,1,0,0,-211.481,5118.48,89.465,3.56448,300,5,0,5341,0,1,0,0,0),(68979,19349,530,1,1,0,0,-188.091,5140.66,86.1098,5.87383,300,5,0,5341,0,1,0,0,0),(68980,19349,530,1,1,0,0,-216.066,5192.97,101.52,5.80207,300,5,0,5341,0,1,0,0,0),(68981,19349,530,1,1,0,0,-241.774,5297.82,41.4567,0.709069,300,5,0,5341,0,1,0,0,0),(68982,19349,530,1,1,0,0,-170.686,4987.59,68.6334,0.203073,300,5,0,5341,0,1,0,0,0),(68983,19349,530,1,1,0,0,-195.217,5013.93,70.3084,0.212732,300,5,0,5341,0,1,0,0,0),(68984,19349,530,1,1,0,0,-178.527,4917.91,52.9033,0.875308,300,5,0,5341,0,1,0,0,0),(68985,19349,530,1,1,0,0,-145.381,4885.22,53.1978,5.02611,300,5,0,5341,0,1,0,0,0),(68986,19349,530,1,1,0,0,-105.859,4909.97,68.3103,3.5624,300,5,0,5341,0,1,0,0,0),(12596,7319,1,1,1,0,0,10979.6,1366.13,1328.87,1.75107,120,0,0,230,249,0,0,0,0),(68991,19350,530,1,1,0,0,-409.081,4928.54,37.9381,3.66521,300,5,0,5341,0,1,0,0,0),(68992,19350,530,1,1,0,0,-435.831,4964,61.6684,1.39612,300,5,0,5341,0,1,0,0,0),(68993,19350,530,1,1,0,0,-315.045,4890.17,34.2332,3.27865,300,5,0,5341,0,1,0,0,0),(68994,19350,530,1,1,0,0,-350.175,4987.3,50.3108,2.39557,300,5,0,5341,0,1,0,0,0),(68995,19350,530,1,1,0,0,-329.361,5049.13,70.0976,4.77688,300,5,0,5341,0,1,0,0,0),(68996,19350,530,1,1,0,0,-290.115,4943.6,48.2599,1.90305,300,5,0,5341,0,1,0,0,0),(68997,19350,530,1,1,0,0,-306.012,5082.44,78.4684,1.47297,300,5,0,5341,0,1,0,0,0),(68998,19350,530,1,1,0,0,-272.701,5110.05,85.6743,1.55908,300,5,0,5341,0,1,0,0,0),(68999,19350,530,1,1,0,0,-227.063,5074.04,78.3557,5.11048,300,5,0,5341,0,1,0,0,0),(69000,19350,530,1,1,0,0,-332.63,5141.9,118.928,3.6958,300,5,0,5341,0,1,0,0,0),(69001,19350,530,1,1,0,0,-213.26,5145.89,94.7,2.18753,300,5,0,5341,0,1,0,0,0),(69002,19350,530,1,1,0,0,-266.115,5194.73,84.263,2.49043,300,5,0,5341,0,1,0,0,0),(69003,19350,530,1,1,0,0,-211.809,5227.51,95.8911,3.61834,300,5,0,5341,0,1,0,0,0),(69004,19350,530,1,1,0,0,-243.243,5218.92,73.8409,5.99697,300,5,0,5341,0,1,0,0,0),(69005,19350,530,1,1,0,0,-297.52,5268.31,63.8184,0.127052,300,5,0,5341,0,1,0,0,0),(69006,19350,530,1,1,0,0,-231.231,5269.75,69.977,3.71802,300,5,0,5341,0,1,0,0,0),(69007,19350,530,1,1,0,0,-153.031,4972,73.8957,2.41166,300,5,0,5341,0,1,0,0,0),(69008,19350,530,1,1,0,0,-176.153,4943.58,57.4686,1.06958,300,5,0,5341,0,1,0,0,0),(69009,19350,530,1,1,0,0,-302.133,4902.39,38.3839,3.74811,300,5,0,5341,0,1,0,0,0),(69012,19351,530,1,1,0,0,-3939.08,2201.25,101.97,3.24631,300,0,0,5914,0,0,0,0,0),(69013,19352,530,1,1,0,0,-4084.32,2186.97,107.585,0.139626,300,0,0,5914,0,0,0,0,0),(69014,19353,530,1,1,0,1,-3480.87,2014.86,74.2033,1.64061,300,0,0,34930,0,0,0,0,0),(69015,19353,530,1,1,0,1,-3488.98,2014.1,72.9833,1.58825,300,0,0,34930,0,0,0,0,0),(69016,19353,530,1,1,0,1,-3947.74,2003.91,107.609,2.28638,300,0,0,34930,0,0,0,0,0),(69017,19353,530,1,1,0,1,-3935.54,1986.63,107.625,5.21853,300,0,0,34930,0,0,0,0,0),(69018,19353,530,1,1,0,1,-3889.62,2066.52,94.5385,5.34071,300,0,0,34930,0,0,0,0,0),(69019,19353,530,1,1,0,1,-3897.4,2059.51,94.9135,5.42797,300,0,0,34930,0,0,0,0,0),(69020,19353,530,1,1,0,1,-3924.23,2023.33,95.3313,6.07508,300,0,0,34930,0,0,0,0,0),(69021,19353,530,1,1,0,1,-3924.08,2032.24,95.3313,1.81845,300,0,0,34930,0,0,0,0,0),(69022,19353,530,1,1,0,1,-3927.49,2087.84,95.1908,0.663225,300,0,0,34930,0,0,0,0,0),(69023,19353,530,1,1,0,1,-3912.82,2101.93,95.5008,4.01426,300,0,0,34930,0,0,0,0,0),(69024,19353,530,1,1,0,1,-4083.39,2289.85,104.076,5.46288,300,0,0,34930,0,0,0,0,0),(69025,19353,530,1,1,0,1,-4076.96,2272.38,96.2985,5.35816,300,0,0,34930,0,0,0,0,0),(69026,19353,530,1,1,0,1,-4070.26,2269.87,94.9091,5.3058,300,0,0,34930,0,0,0,0,0),(69027,19353,530,1,1,0,1,-4080.64,2268.45,96.2978,5.39307,300,0,0,34930,0,0,0,0,0),(69028,19353,530,1,1,0,1,-4077.34,2262.08,94.9093,5.53269,300,0,0,34930,0,0,0,0,0),(69029,19353,530,1,1,0,1,-3956.66,2150.61,99.1998,1.66518,300,0,0,34930,0,2,0,0,0),(69030,19353,530,1,1,0,1,-3953.16,2196.49,101.799,3.57237,300,0,0,34930,0,2,0,0,0),(69031,19353,530,1,1,0,1,-3970.6,2179.84,102.99,1.0472,300,0,0,34930,0,0,0,0,0),(69032,19353,530,1,1,0,1,-3970.1,2166.54,105.109,5.63741,300,0,0,34930,0,0,0,0,0),(69033,19353,530,1,1,0,1,-3992.37,2135.66,104.714,1.20428,300,0,0,34930,0,0,0,0,0),(69034,19353,530,1,1,0,1,-4002.14,2139.82,104.701,1.18682,300,0,0,34930,0,0,0,0,0),(69035,19353,530,1,1,0,1,-3998.2,2092.2,137.335,4.55531,300,0,0,34930,0,0,0,0,0),(69036,19353,530,1,1,0,1,-4027.41,2111.92,137.243,1.16715,300,0,0,34930,0,2,0,0,0),(69037,19353,530,1,1,0,1,-4070.75,2122.35,137.344,4.86947,300,0,0,34930,0,0,0,0,0),(69038,19353,530,1,1,0,1,-4031.99,2108.86,137.326,4.74729,300,0,0,34930,0,0,0,0,0),(69039,19353,530,1,1,0,1,-3983.07,2173.23,105.207,2.77507,300,0,0,34930,0,0,0,0,0),(69040,19353,530,1,1,0,1,-3972.33,2207.11,101.97,5.86431,300,0,0,34930,0,0,0,0,0),(69041,19353,530,1,1,0,1,-4035.21,2214.16,110.802,5.65487,300,0,0,34930,0,0,0,0,0),(69042,19353,530,1,1,0,1,-4068.84,2252.23,94.9093,2.23402,300,0,0,34930,0,0,0,0,0),(69043,19353,530,1,1,0,1,-4021.02,2228.68,110.7,5.51524,300,0,0,34930,0,0,0,0,0),(69044,19353,530,1,1,0,1,-4060.36,2261.12,94.9093,2.33874,300,0,0,34930,0,0,0,0,0),(69045,19353,530,1,1,0,1,-4062.74,2262.03,112.131,2.42601,300,0,0,34930,0,0,0,0,0),(69046,19353,530,1,1,0,1,-4069.28,2254.92,112.131,2.25148,300,0,0,34930,0,0,0,0,0),(69047,19353,530,1,1,0,1,-4033.21,2262.73,113.52,3.35103,300,0,0,34930,0,0,0,0,0),(69048,19353,530,1,1,0,1,-4067.65,2224.33,113.52,1.67552,300,0,0,34930,0,0,0,0,0),(69049,19353,530,1,1,0,1,-4098.61,2274,104.076,5.61996,300,0,0,34930,0,0,0,0,0),(69050,19353,530,1,1,0,1,-4100.08,2273.16,112.131,0.593412,300,0,0,34930,0,0,0,0,0),(69051,19354,530,1,1,0,1,-617.618,4800.32,38.5306,6.0912,300,0,0,30954,5240,2,0,0,0),(69052,19355,530,1,1,0,1,-3122,2480,62,1,300,0,0,4979,0,0,0,0,0),(69053,19355,530,1,1,0,1,-3123,2449,63,4,300,0,0,4979,0,0,0,0,0),(69054,19355,530,1,1,0,1,-3124,2443,64,0,300,0,0,4979,0,0,0,0,0),(69055,19355,530,1,1,0,1,-3127,2493,61,6,300,0,0,4979,0,0,0,0,0),(69056,19355,530,1,1,0,1,-2965,2664,98,0,300,0,0,4979,0,0,0,0,0),(69057,19355,530,1,1,0,1,-3035.78,2636.94,76.544,2.29483,300,0,0,4979,0,0,0,0,0),(69058,19355,530,1,1,0,1,-2959,2578,76,3,300,5,0,4979,0,1,0,0,0),(69059,19355,530,1,1,0,1,-3032.08,2646.79,76.544,1.25025,300,0,0,4979,0,0,0,0,0),(69060,19355,530,1,1,0,1,-2958,2531,76.2,4,300,0,0,4979,0,0,0,0,0),(69061,19355,530,1,1,0,1,-2971,2528,76.2,0,300,0,0,4979,0,0,0,0,0),(69062,19355,530,1,1,0,1,-3037,2523,62.79,0,300,0,0,4979,0,0,0,0,0),(69063,19355,530,1,1,0,1,-3037,2528,63.39,5,300,0,0,4979,0,0,0,0,0),(69064,19355,530,1,1,0,1,-3119,2491,62.2,2,300,0,0,4979,0,0,0,0,0),(69066,19355,530,1,1,0,1,-3175,2491,62.3,1,300,0,0,4979,0,0,0,0,0),(69067,19355,530,1,1,0,1,-3139,2453,63.8,4,300,0,0,4979,0,0,0,0,0),(69068,19355,530,1,1,0,1,-3108,2458,62.6,5,300,0,0,4979,0,0,0,0,0),(69069,19355,530,1,1,0,1,-2996.39,2508.83,61.0712,1.73924,300,5,0,4979,0,1,0,0,0),(69070,19355,530,1,1,0,1,-3127,2479,62.15,0,300,0,0,4979,0,0,0,0,0),(69071,19355,530,1,1,0,1,-3163.27,2504.62,63.1041,2.94101,300,0,0,4979,0,0,0,0,0),(69072,19358,530,1,1,0,0,-145.371,1510.23,33.5311,4.76475,300,0,0,4979,0,0,0,0,0),(69073,19359,530,1,1,0,0,-300.723,1524.99,37.5415,5.8294,300,0,0,4979,0,0,0,0,0),(69074,19361,530,1,1,0,1,-760.262,4699.16,67.2593,0.366519,300,0,0,5556,2568,0,0,0,0),(69075,19362,530,1,1,0,1,-3132,2478,61.8,0,300,0,0,34930,0,0,0,0,0),(69076,19362,530,1,1,0,1,-2931.95,2653.15,93.6786,3.85472,300,0,0,34930,0,0,0,0,0),(69079,19362,530,1,1,0,1,-2929.79,2645.91,93.5612,3.95496,300,0,0,34930,0,2,0,0,0),(69080,19362,530,1,1,0,1,-2925.18,2644.91,93.6558,3.86831,300,0,0,34930,0,0,0,0,0),(69081,19362,530,1,1,0,1,-2990,2605,79,0,300,5,0,34930,0,1,0,0,0),(69082,19362,530,1,1,0,1,-2973.12,2556.28,105.803,5,300,0,0,34930,0,2,0,0,0),(69083,19362,530,1,1,0,1,-3080,2527,62.4934,0,300,0,0,34930,0,0,0,0,0),(69084,19362,530,1,1,0,1,-3124,2559,61.8079,3,300,0,0,34930,0,0,0,0,0),(69085,19362,530,1,1,0,1,-3124,2568,61.6869,2,300,0,0,34930,0,0,0,0,0),(69086,19362,530,1,1,0,1,-3074,2512,62.3144,0,300,0,0,34930,0,0,0,0,0),(69087,19362,530,1,1,0,1,-3089.1,2508.03,83.7855,3.559,300,0,0,34930,0,2,0,0,0),(69088,19362,530,1,1,0,1,-3057,2492,64.79,4,300,0,0,34930,0,0,0,0,0),(69089,19362,530,1,1,0,1,-3064,2494,64.96,4,300,0,0,34930,0,0,0,0,0),(69090,19362,530,1,1,0,1,-3104,2563,62.16,2,300,0,0,34930,0,0,0,0,0),(69091,19362,530,1,1,0,1,-3146.97,2563.81,61.377,3,300,0,0,34930,0,2,0,0,0),(69092,19362,530,1,1,0,1,-3095,2569,61.8,2,300,0,0,34930,0,0,0,0,0),(69093,19362,530,1,1,0,1,-3333.96,2129.97,79.1613,0.314159,300,0,0,34930,0,0,0,0,0),(69094,19362,530,1,1,0,1,-3332.24,2120.45,79.197,0.087266,300,0,0,34930,0,0,0,0,0),(69095,19363,530,1,1,0,1,-685.89,2706.73,95.6419,0.436332,300,0,0,4979,0,0,0,0,0),(69096,19364,530,1,1,0,1,-3063,2488,64.5,4,300,0,0,17742,0,0,0,0,0),(69097,19364,530,1,1,0,1,-3103,2545,61.9,5,300,0,0,17742,0,0,0,0,0),(69098,19367,530,1,1,0,1,-1096.86,3001.19,8.27807,0.122173,300,0,0,5158,0,0,0,0,0),(69099,19368,530,1,1,0,0,-4002.55,2161.89,104.934,0.680678,300,0,0,5914,0,0,0,0,0),(69100,19369,530,1,1,0,0,-4093.06,2178.5,107.03,0.802851,300,0,0,5914,0,0,0,0,0),(69101,19370,530,1,1,0,1,-3960.61,2199.73,101.924,6.24828,300,0,0,5914,0,0,0,0,0),(69102,19371,530,1,1,0,0,-4092.84,2188.51,107.031,4.43314,300,0,0,5914,0,0,0,0,0),(69103,19372,530,1,1,0,0,-4007.92,2200.37,110.988,3.31613,300,0,0,5914,0,0,0,0,0),(69104,19373,530,1,1,0,0,-3966.33,2201.35,101.97,2.68781,300,0,0,5914,0,0,0,0,0),(69105,19374,530,1,1,0,0,-3981.61,2235.23,101.97,5.3058,300,0,0,5914,0,0,0,0,0),(69106,19375,530,1,1,0,0,-3970.79,2173.31,104.593,6.17846,300,0,0,6986,0,0,0,0,0),(69107,19376,530,1,1,0,0,-602.929,2878.86,55.5606,5.02655,300,0,0,2215,0,0,0,0,0),(69108,19377,530,1,1,0,1,-1943.63,5710.2,120.011,0.699071,300,0,0,6986,0,0,0,0,0),(69109,19377,530,1,1,0,1,-1776.13,5726.78,126.538,1.5708,300,0,0,6986,0,0,0,0,0),(69110,19378,530,1,1,0,1,-1729.16,5813.11,148.657,1.0821,300,0,0,4422,2620,0,0,0,0),(69111,19379,530,1,1,0,0,-3972.28,2174.41,104.441,0.785398,300,0,0,6986,0,0,0,0,0),(69112,19380,530,1,1,0,1,322.903,7841.22,22.2491,4.90438,300,0,0,59140,0,0,0,0,0),(45166,8303,0,1,1,0,0,-11261.9,-3120.39,2.87,3.83534,151200,15,0,2769,0,1,0,0,0),(41881,8301,0,1,1,0,0,-11430.7,-2860.58,0.71641,1.37089,50400,10,0,3189,0,1,0,0,0),(38303,8300,0,1,1,0,0,-11362.4,-3205.62,10.7749,4.9459,50400,15,0,2980,0,1,0,0,0),(38089,8299,0,1,1,0,0,-11518.4,-3209.88,8.09441,0.44557,50400,30,0,3082,0,1,0,0,0),(38083,8297,0,1,1,0,1,-11619.4,-2822.7,3.0829,2.7939,100800,10,0,3644,0,1,0,0,0),(32043,2541,0,1,1,0,1,-13830,412.777,87.0029,2.14783,21600,0,0,1848,0,0,0,0,0),(81648,19389,565,1,1,0,1,172.649,366.047,0.48433,2.92957,604800,0,0,206640,0,0,0,0,0),(69120,19383,530,1,1,0,1,323.088,7839.83,22.1674,3.61283,300,0,0,120,0,0,0,0,0),(69121,19384,530,1,1,0,1,-4062.84,2286.48,110.743,4.59022,300,0,0,5589,3155,0,0,0,0),(69122,19384,530,1,1,0,1,-3937.68,2173.85,101.798,6.16101,300,0,0,5589,3155,0,0,0,0),(69123,19384,530,1,1,0,1,-3942.14,2187.25,101.964,0.418879,300,0,0,5589,3155,0,0,0,0),(69124,19384,530,1,1,0,1,-3945.18,2221.15,101.97,0.069813,300,0,0,5589,3155,0,0,0,0),(69125,19384,530,1,1,0,1,-3943.69,2209.8,101.97,0.453786,300,0,0,5589,3155,0,0,0,0),(69126,19384,530,1,1,0,1,-3940.64,2179.61,101.839,0.122173,300,0,0,5589,3155,0,0,0,0),(69127,19384,530,1,1,0,1,-3940.02,2194.75,101.97,0.191986,300,0,0,5589,3155,0,0,0,0),(69128,19384,530,1,1,0,1,-4022.31,2134.64,104.274,6.0014,300,0,0,5589,3155,2,0,0,0),(69129,19384,530,1,1,0,1,-4063.26,2284.4,110.743,1.50098,300,0,0,5589,3155,0,0,0,0),(69130,19384,530,1,1,0,1,-4072.91,2187.81,107.594,5.65487,300,0,0,5589,3155,0,0,0,0),(69131,19384,530,1,1,0,1,-4072.01,2186.65,107.593,2.51327,300,0,0,5589,3155,0,0,0,0),(69132,19384,530,1,1,0,1,-4123.07,2283.32,121.854,1.53589,300,0,0,5589,3155,0,0,0,0),(69133,19384,530,1,1,0,1,-4123.41,2285,121.853,4.85202,300,0,0,5589,3155,0,0,0,0),(69134,19387,530,1,1,0,0,-3934.22,2221.93,102.115,2.87979,300,0,0,2215,0,0,0,0,0),(69135,19388,530,1,1,0,0,-3934,2213.21,102.15,3.45575,300,0,0,2215,0,0,0,0,0),(69136,19390,530,1,1,0,1,-1793.93,5622.47,130.895,1.13446,300,0,0,6986,0,0,0,0,0),(69137,19390,530,1,1,0,1,-1797.39,5625.81,130.895,1.22173,300,0,0,6986,0,0,0,0,0),(69138,19390,530,1,1,0,1,-1802.01,5620.1,130.895,1.186,300,0,0,6986,0,0,0,0,0),(69139,19390,530,1,1,0,1,-1798.55,5604,130.811,1.414,300,0,0,6986,0,0,0,0,0),(69140,19392,530,1,1,0,1,-781.101,2607.27,133.337,5.28835,300,0,0,6104,0,0,0,0,0),(69141,19393,530,1,1,0,0,-701.191,2658.09,103.994,1.46608,300,0,0,6986,0,0,0,0,0),(69142,19393,530,1,1,0,0,-675.618,2716.83,94.2675,5.16617,300,0,0,6986,0,0,0,0,0),(69143,19393,530,1,1,0,0,-692.107,2589.84,87.9087,0.593412,300,0,0,6986,0,0,0,0,0),(69144,19394,530,1,1,0,0,-4045.89,2167.6,110.865,1.79769,300,0,0,4979,0,0,0,0,0),(69145,19395,530,1,1,0,0,-4047.57,2176.29,110.579,5.0091,300,0,0,4979,0,0,0,0,0),(69146,19397,530,1,1,0,0,657.563,1752.64,102.643,6.22305,300,5,0,20250,0,1,0,0,0),(69147,19397,530,1,1,0,0,795.334,1811.03,133.865,5.81611,300,5,0,20250,0,1,0,0,0),(69148,19397,530,1,1,0,0,711.038,1710.24,93.3909,4.6242,300,5,0,20250,0,1,0,0,0),(69149,19397,530,1,1,0,0,773.26,1745.67,113.979,3.93252,300,5,0,20250,0,1,0,0,0),(69150,19397,530,1,1,0,0,847.997,1827.32,133.259,1.26988,300,5,0,20250,0,1,0,0,0),(69151,19397,530,1,1,0,0,918.604,1803.57,123.751,0.993357,300,5,0,20250,0,1,0,0,0),(69152,19397,530,1,1,0,0,983.994,1851.41,132.99,2.41146,300,5,0,20250,0,1,0,0,0),(69153,19397,530,1,1,0,0,976.326,1704.97,86.3216,3.58201,300,5,0,20250,0,1,0,0,0),(69154,19397,530,1,1,0,0,990.345,1722.15,97.4599,4.18888,300,5,0,20250,0,1,0,0,0),(69155,19398,530,1,1,0,1,719.6,1840.76,138.06,3.764,300,5,0,16355,0,1,0,0,0),(69156,19398,530,1,1,0,1,709.288,1828.91,131.501,1.21043,300,0,0,16355,0,0,0,0,0),(69157,19398,530,1,1,0,1,686.884,1816.27,123.922,3.03891,300,5,0,16355,0,1,0,0,0),(69158,19398,530,1,1,0,1,679.262,1822.74,123.766,0.777744,300,5,0,16355,0,1,0,0,0),(69159,19398,530,1,1,0,1,664.032,1796.77,112.453,3.94056,300,5,0,16355,0,1,0,0,0),(69160,19398,530,1,1,0,1,672.798,1775.09,112.422,2.87587,300,5,0,16355,0,1,0,0,0),(69161,19398,530,1,1,0,1,668.658,1778.14,112.738,3.41264,300,5,0,16355,0,1,0,0,0),(69162,19398,530,1,1,0,1,672.943,1786.69,116.554,3.06834,300,5,0,16355,0,1,0,0,0),(69163,19398,530,1,1,0,1,719.586,1824.34,133.234,6.07755,300,5,0,16355,0,1,0,0,0),(69164,19398,530,1,1,0,1,713.888,1792.85,124.667,2.02702,300,5,0,16355,0,1,0,0,0),(69165,19398,530,1,1,0,1,710.219,1814.27,130.877,0.646824,300,5,0,16355,0,1,0,0,0),(69166,19398,530,1,1,0,1,774.308,1816.8,135.762,4.97419,300,5,0,16355,0,1,0,0,0),(69167,19398,530,1,1,0,1,774.281,1820.36,136.349,2.28641,300,5,0,16355,0,1,0,0,0),(69168,19398,530,1,1,0,1,731.642,1744.41,108.19,0.176709,300,5,0,16355,0,1,0,0,0),(69169,19398,530,1,1,0,1,797.398,1816.45,134.49,6.04515,300,5,0,16355,0,1,0,0,0),(69170,19398,530,1,1,0,1,782.48,1815.74,135.258,5.43563,300,5,0,16355,0,1,0,0,0),(69171,19398,530,1,1,0,1,785.226,1825.12,136.432,4.81604,300,5,0,16355,0,1,0,0,0),(69172,19398,530,1,1,0,1,786.357,1816.91,135.24,4.74935,300,5,0,16355,0,1,0,0,0),(69173,19398,530,1,1,0,1,764.807,1753.68,115.772,0.196587,300,5,0,16355,0,1,0,0,0),(69174,19398,530,1,1,0,1,747.742,1743.41,107.693,2.38795,300,5,0,16355,0,1,0,0,0),(69175,19398,530,1,1,0,1,742.276,1747.96,110.056,1.24565,300,5,0,16355,0,1,0,0,0),(69176,19398,530,1,1,0,1,779.95,1746.2,115.259,3.9494,300,5,0,16355,0,1,0,0,0),(69177,19398,530,1,1,0,1,813.457,1752.63,120.155,1.32203,300,5,0,16355,0,1,0,0,0),(69178,19398,530,1,1,0,1,821.715,1772.37,123.909,5.5503,300,5,0,16355,0,1,0,0,0),(69179,19398,530,1,1,0,1,809.153,1782.07,125.822,3.97878,300,5,0,16355,0,1,0,0,0),(69180,19398,530,1,1,0,1,828.901,1818.44,132.202,3.44914,300,5,0,16355,0,1,0,0,0),(69181,19398,530,1,1,0,1,838.346,1830.63,133.968,1.0508,300,5,0,16355,0,1,0,0,0),(69182,19398,530,1,1,0,1,806.643,1741.81,117.21,5.08111,300,5,0,16355,0,1,0,0,0),(69183,19398,530,1,1,0,1,808.526,1689.67,98.5567,3.33018,300,5,0,16355,0,1,0,0,0),(69184,19398,530,1,1,0,1,815.886,1726.9,108.97,1.33441,300,5,0,16355,0,1,0,0,0),(69185,19398,530,1,1,0,1,829.435,1700.23,97.901,5.20051,300,0,0,16355,0,0,0,0,0),(69186,19398,530,1,1,0,1,825.503,1696.31,98.0926,4.85152,300,5,0,16355,0,1,0,0,0),(69187,19398,530,1,1,0,1,806.702,1709.9,105.623,5.20924,300,5,0,16355,0,1,0,0,0),(69188,19398,530,1,1,0,1,880.423,1780.83,123.773,1.68221,300,0,0,16355,0,0,0,0,0),(69189,19398,530,1,1,0,1,851.509,1815.69,131.305,0.000977,300,5,0,16355,0,1,0,0,0),(69190,19398,530,1,1,0,1,883.096,1809.77,128.854,2.97767,300,5,0,16355,0,1,0,0,0),(69191,19398,530,1,1,0,1,830.548,1818.65,131.956,3.27382,300,5,0,16355,0,1,0,0,0),(69192,19398,530,1,1,0,1,846.319,1842.36,135.875,1.73755,300,5,0,16355,0,1,0,0,0),(69193,19398,530,1,1,0,1,831.172,1724.27,109.678,2.41909,300,5,0,16355,0,1,0,0,0),(69194,19398,530,1,1,0,1,882.004,1761.5,118.062,3.57792,300,0,0,16355,0,0,0,0,0),(69195,19398,530,1,1,0,1,870.68,1756.14,117.065,0.733038,300,0,0,16355,0,0,0,0,0),(69196,19398,530,1,1,0,1,875.803,1688.7,86.1932,1.84681,300,5,0,16355,0,1,0,0,0),(69197,19398,530,1,1,0,1,847.41,1692.53,91.973,0.157922,300,5,0,16355,0,1,0,0,0),(69198,19398,530,1,1,0,1,885.719,1722.49,104.123,4.29635,300,5,0,16355,0,1,0,0,0),(69199,19398,530,1,1,0,1,895.887,1693.63,91.5346,6.11242,300,5,0,16355,0,1,0,0,0),(69200,19398,530,1,1,0,1,902.218,1691.77,90.4717,6.07966,300,5,0,16355,0,1,0,0,0),(69201,19398,530,1,1,0,1,840.694,1684,86.3713,3.54405,300,5,0,16355,0,1,0,0,0),(69202,19398,530,1,1,0,1,916.367,1823.32,130.188,4.71727,300,5,0,16355,0,1,0,0,0),(69203,19398,530,1,1,0,1,907.938,1813.48,127.641,0.300447,300,5,0,16355,0,1,0,0,0),(69204,19398,530,1,1,0,1,917.137,1842.16,134.44,4.74659,300,5,0,16355,0,1,0,0,0),(69205,19398,530,1,1,0,1,921.716,1808.41,123.9,3.11328,300,5,0,16355,0,1,0,0,0),(69206,19398,530,1,1,0,1,930.978,1745.42,110.063,5.93024,300,5,0,16355,0,1,0,0,0),(69207,19398,530,1,1,0,1,888.388,1730.93,106.988,1.57763,300,5,0,16355,0,1,0,0,0),(69208,19398,530,1,1,0,1,907.3,1831.88,132.171,1.65297,300,5,0,16355,0,1,0,0,0),(69209,19398,530,1,1,0,1,881.045,1749.64,114.222,1.20159,300,5,0,16355,0,1,0,0,0),(69210,19398,530,1,1,0,1,938.242,1754.56,113.412,0.173847,300,5,0,16355,0,1,0,0,0),(69211,19398,530,1,1,0,1,873.772,1676.24,78.2334,2.71375,300,5,0,16355,0,1,0,0,0),(69212,19398,530,1,1,0,1,930.368,1693.55,84.9851,5.75047,300,5,0,16355,0,1,0,0,0),(69213,19398,530,1,1,0,1,998.454,1758.75,109.897,0.896818,300,5,0,16355,0,1,0,0,0),(69214,19398,530,1,1,0,1,959.429,1721.34,98.2656,4.71141,300,5,0,16355,0,1,0,0,0),(69215,19398,530,1,1,0,1,946.002,1681.83,85.8048,1.50117,300,5,0,16355,0,1,0,0,0),(69216,19398,530,1,1,0,1,944.824,1752.52,112.476,0.890564,300,5,0,16355,0,1,0,0,0),(69217,19398,530,1,1,0,1,934.75,1709.13,92.787,4.31339,300,5,0,16355,0,1,0,0,0),(69218,19398,530,1,1,0,1,945.538,1757.75,113.704,1.37417,300,5,0,16355,0,1,0,0,0),(69219,19398,530,1,1,0,1,940.109,1704.82,90.3604,4.05931,300,5,0,16355,0,1,0,0,0),(69220,19398,530,1,1,0,1,957.804,1758.46,113.164,5.96329,300,5,0,16355,0,1,0,0,0),(69221,19398,530,1,1,0,1,983.384,1822.34,126.142,5.0128,300,5,0,16355,0,1,0,0,0),(69222,19398,530,1,1,0,1,986.599,1820.48,125.558,3.16015,300,5,0,16355,0,1,0,0,0),(69223,19398,530,1,1,0,1,972.019,1823.87,127.308,1.25183,300,5,0,16355,0,1,0,0,0),(69224,19398,530,1,1,0,1,970.892,1805.79,123.972,2.3631,300,5,0,16355,0,1,0,0,0),(69225,19398,530,1,1,0,1,990.818,1807.34,122.875,2.45745,300,0,0,16355,0,0,0,0,0),(69226,19398,530,1,1,0,1,961.333,1662.11,61.0541,2.01261,300,5,0,16355,0,1,0,0,0),(69227,19398,530,1,1,0,1,1014.15,1791.17,118.779,4.93296,300,5,0,16355,0,1,0,0,0),(69228,19398,530,1,1,0,1,1018.74,1788.19,118.251,2.72208,300,5,0,16355,0,1,0,0,0),(69229,19398,530,1,1,0,1,996.107,1753.4,109.068,3.14648,300,5,0,16355,0,1,0,0,0),(69230,19398,530,1,1,0,1,1042.47,1792.46,119.149,4.3734,300,5,0,16355,0,1,0,0,0),(69231,19398,530,1,1,0,1,1031.46,1806.02,120.855,5.38088,300,5,0,16355,0,1,0,0,0),(69232,19398,530,1,1,0,1,1014.03,1735.71,101.661,5.2193,300,5,0,16355,0,1,0,0,0),(69233,19398,530,1,1,0,1,1014.57,1745.83,105.451,2.72426,300,5,0,16355,0,1,0,0,0),(69234,19398,530,1,1,0,1,1047.33,1807.94,121.587,4.65472,300,5,0,16355,0,1,0,0,0),(69235,19398,530,1,1,0,1,1058.25,1795.33,120.044,4.92301,300,5,0,16355,0,1,0,0,0),(69236,19398,530,1,1,0,1,1062.3,1818.26,122.904,3.21687,300,5,0,16355,0,1,0,0,0),(69237,19398,530,1,1,0,1,1104.84,1774.35,114.141,0.160815,300,5,0,16355,0,1,0,0,0),(69238,19398,530,1,1,0,1,1097.49,1787.63,114.618,3.14648,300,5,0,16355,0,1,0,0,0),(69239,19398,530,1,1,0,1,1080.43,1701.48,77.1949,5.05174,300,5,0,16355,0,1,0,0,0),(69240,19398,530,1,1,0,1,1088.47,1707.39,78.2538,0.921828,300,5,0,16355,0,1,0,0,0),(69241,19398,530,1,1,0,1,1099.99,1782.22,115.826,5.50193,300,5,0,16355,0,1,0,0,0),(69242,19398,530,1,1,0,1,1067.51,1715.66,87.2631,3.43186,300,0,0,16355,0,0,0,0,0),(69243,19398,530,1,1,0,1,1088.36,1729.78,93.6161,2.16096,300,5,0,16355,0,1,0,0,0),(69244,19398,530,1,1,0,1,1085.25,1749.37,102.558,1.64315,300,5,0,16355,0,1,0,0,0),(69245,19398,530,1,1,0,1,1120.06,1767.64,107.627,3.69626,300,5,0,16355,0,1,0,0,0),(69246,19398,530,1,1,0,1,1135.01,1774.47,112.522,1.03456,300,5,0,16355,0,1,0,0,0),(69247,19399,530,1,1,0,0,647.306,1850.13,128.926,4.17134,300,0,0,20958,0,0,0,0,0),(69248,19399,530,1,1,0,0,649.451,1784.46,111.16,0.383972,300,0,0,20958,0,0,0,0,0),(69249,19399,530,1,1,0,0,683.356,1752.66,105.633,1.46608,300,0,0,20958,0,0,0,0,0),(69250,19399,530,1,1,0,0,751.698,1846.38,139.978,3.33358,300,0,0,20958,0,0,0,0,0),(69251,19399,530,1,1,0,0,713.358,1782.76,120.798,6.02139,300,0,0,20958,0,0,0,0,0),(69252,19399,530,1,1,0,0,717.367,1716.35,95.0756,2.35619,300,0,0,20958,0,0,0,0,0),(69253,19399,530,1,1,0,0,787.09,1781.88,127.932,0.959931,300,0,0,20958,0,0,0,0,0),(69254,19399,530,1,1,0,0,777.12,1720.1,107.693,0.872665,300,0,0,20958,0,0,0,0,0),(69255,19399,530,1,1,0,0,819.254,1850.99,137.791,5.13127,300,0,0,20958,0,0,0,0,0),(69256,19399,530,1,1,0,0,845.977,1718.28,103.669,2.37365,300,0,0,20958,0,0,0,0,0),(69257,19399,530,1,1,0,0,853.136,1780.49,124.946,0.087266,300,0,0,20958,0,0,0,0,0),(69258,19399,530,1,1,0,0,881.839,1847.31,137.346,5.75959,300,0,0,20958,0,0,0,0,0),(69259,19399,530,1,1,0,0,918.096,1786.09,121.751,0.261799,300,0,0,20958,0,0,0,0,0),(69260,19399,530,1,1,0,0,915.477,1717.81,99.7,0.226893,300,0,0,20958,0,0,0,0,0),(69261,19399,530,1,1,0,0,952.743,1850.06,131.113,0.401426,300,0,0,20958,0,0,0,0,0),(69262,19399,530,1,1,0,0,988.034,1785.73,118.09,2.54818,300,0,0,20958,0,0,0,0,0),(69263,19399,530,1,1,0,0,978.587,1716.65,91.5891,0.244346,300,0,0,20958,0,0,0,0,0),(69264,19399,530,1,1,0,0,1018.65,1846.84,131.37,4.90438,300,0,0,20958,0,0,0,0,0),(69265,19399,530,1,1,0,0,1045.22,1717.39,89.7647,5.35816,300,0,0,20958,0,0,0,0,0),(69266,19399,530,1,1,0,0,1085.91,1750.05,102.753,2.33874,300,0,0,20958,0,0,0,0,0),(69267,19399,530,1,1,0,0,1082.05,1816.38,122.991,3.35103,300,0,0,20958,0,0,0,0,0),(69268,19400,530,1,1,0,0,646.69,1839.96,125.455,2.90348,300,0,0,1476000,0,2,0,0,0),(69269,19400,530,1,1,0,0,841.64,1689.61,90.0701,5.80644,300,0,0,1476000,0,2,0,0,0),(69270,19400,530,1,1,0,0,659.736,1763.51,106.591,3.98502,300,0,0,1476000,0,2,0,0,0),(69271,19401,530,1,1,0,0,-24.1035,2125.86,112.693,2.02458,300,0,0,59140,0,0,0,0,0),(69272,19402,530,1,1,0,0,482.536,5181.14,16.1105,1.50646,300,5,0,5341,0,1,0,0,0),(69273,19402,530,1,1,0,0,453.72,5255.63,3.40732,5.32325,300,0,0,5341,0,0,0,0,0),(69274,19402,530,1,1,0,0,346.09,5285.75,21.1194,3.32214,300,5,0,5341,0,1,0,0,0),(69275,19402,530,1,1,0,0,420.568,5315.05,0.57099,4.21117,300,5,0,5341,0,1,0,0,0),(69276,19402,530,1,1,0,0,401.715,5463.36,22.2281,4.05717,300,5,0,5341,0,1,0,0,0),(69277,19402,530,1,1,0,0,509.536,5374.45,-4.48619,1.5425,300,5,0,5341,0,1,0,0,0),(69278,19402,530,1,1,0,0,414.935,5475.38,22.0239,0.537183,300,5,0,5341,0,1,0,0,0),(69279,19402,530,1,1,0,0,465.466,5516.99,22.4468,2.45085,300,5,0,5341,0,1,0,0,0),(69280,19402,530,1,1,0,0,554.987,5586.47,21.6667,1.51253,300,5,0,5341,0,1,0,0,0),(69281,19402,530,1,1,0,0,562.161,5496.55,-0.460863,2.64493,300,5,0,5341,0,1,0,0,0),(69282,19402,530,1,1,0,0,741.439,5574.47,9.2128,1.69612,300,5,0,5341,0,1,0,0,0),(69283,19402,530,1,1,0,0,845.548,5414.71,-0.095436,3.47704,300,0,0,5341,0,0,0,0,0),(69284,19402,530,1,1,0,0,606.029,5385.36,-27.4218,1.76933,300,5,0,5341,0,1,0,0,0),(69285,19402,530,1,1,0,0,438.584,5271.07,2.57399,3.85939,300,0,0,5341,0,0,0,0,0),(69286,19402,530,1,1,0,0,583.753,5152.29,19.3943,3.54841,300,5,0,5341,0,1,0,0,0),(69287,19402,530,1,1,0,0,649.674,5214.03,0.544,3.70326,300,5,0,5341,0,1,0,0,0),(69288,19402,530,1,1,0,0,685.904,5252.06,-3.31154,0.744671,300,5,0,5341,0,1,0,0,0),(69289,19402,530,1,1,0,0,552.826,5318.91,-25.2754,1.20428,300,0,0,5341,0,0,0,0,0),(69290,19402,530,1,1,0,0,719.034,5326.23,-10.4017,4.64887,300,5,0,5341,0,1,0,0,0),(69291,19402,530,1,1,0,0,748.51,5314.53,-1.29889,3.99581,300,5,0,5341,0,1,0,0,0),(69292,19402,530,1,1,0,0,816.292,5353.76,0.25915,2.6531,300,0,0,5341,0,0,0,0,0),(69293,19402,530,1,1,0,0,818.629,5350.29,1.72135,4.45539,300,0,0,5341,0,0,0,0,0),(69294,19408,530,1,1,0,0,398.006,2850.36,53.7007,2.43669,300,0,0,4126,2486,0,0,0,0),(69295,19408,530,1,1,0,0,389.487,2788.62,52.8481,1.8407,300,5,0,4126,2486,1,0,0,0),(69296,19408,530,1,1,0,0,399.708,2766.98,53.3782,6.0458,300,5,0,4126,2486,1,0,0,0),(69297,19408,530,1,1,0,0,-709.568,2732.07,33.8949,3.74781,300,0,0,4126,2486,0,0,0,0),(69298,19408,530,1,1,0,0,-720.614,2747.19,35.7635,5.96903,300,0,0,4126,2486,0,0,0,0),(69299,19409,530,1,1,0,0,-670.427,1851.84,66.9225,1.62316,300,0,0,59140,0,0,0,0,0),(69300,19410,530,1,1,0,1,-182.997,3080.75,-57.5272,2.87979,300,0,0,4274,2568,0,0,0,0),(69301,19410,530,1,1,0,1,-227.447,3005.32,-64.594,3.68265,300,0,0,4274,2568,0,0,0,0),(69302,19410,530,1,1,0,1,-395.627,2978.23,-61.965,6.05629,300,0,0,4274,2568,0,0,0,0),(69303,19410,530,1,1,0,1,-452.531,3052.09,-52.6547,1.44862,300,0,0,4274,2568,0,0,0,0),(69304,19410,530,1,1,0,1,-342.268,2855.8,-42.9513,0.959931,300,0,0,4274,2568,0,0,0,0),(69305,19410,530,1,1,0,1,-288.228,2765.66,-28.4671,1.65806,300,0,0,4274,2568,0,0,0,0),(69306,19410,530,1,1,0,1,-279.292,2667.55,-12.3498,4.4855,300,0,0,4274,2568,0,0,0,0),(69307,19410,530,1,1,0,1,-265.786,2519.74,12.8527,5.14872,300,0,0,4274,2568,0,0,0,0),(69308,19410,530,1,1,0,1,-207.661,2542.81,12.4921,2.02458,300,0,0,4274,2568,0,0,0,0),(69309,19411,530,1,1,0,1,-196.92,3107.41,-54.7221,3.94444,300,0,0,4274,2568,0,0,0,0),(69310,19411,530,1,1,0,1,-195.045,3066.93,-57.2512,1.71042,300,0,0,4274,2568,0,0,0,0),(69311,19411,530,1,1,0,1,-381.362,2953.81,-60.995,0.610865,300,0,0,4274,2568,0,0,0,0),(69312,19411,530,1,1,0,1,-472.941,3079.52,-51.442,5.70723,300,0,0,4274,2568,0,0,0,0),(69313,19411,530,1,1,0,1,-300.499,2780.08,-31.1051,0.837758,300,0,0,4274,2568,0,0,0,0),(69314,19411,530,1,1,0,1,-229.08,2711.57,-17.0891,0.017453,300,0,0,4274,2568,0,0,0,0),(69315,19411,530,1,1,0,1,-278.359,2627.13,-5.57441,1.8675,300,0,0,4274,2568,0,0,0,0),(69316,19411,530,1,1,0,1,-208.728,2588.16,4.81467,4.27606,300,0,0,4274,2568,0,0,0,0),(69317,19411,530,1,1,0,1,-260.66,2495.97,16.1698,0.680678,300,0,0,4274,2568,0,0,0,0),(69318,19411,530,1,1,0,1,-177.113,2460.86,25.3056,3.92699,300,0,0,4274,2568,0,0,0,0),(69319,19411,530,1,1,0,1,-195.643,2430.94,26.2147,1.62316,300,0,0,4274,2568,0,0,0,0),(69320,19413,530,1,1,0,1,-142.538,3108.22,4.45046,5.044,300,0,0,3972,5875,0,0,0,0),(69321,19413,530,1,1,0,1,-68.8173,3145.55,-4.50038,4.69494,300,0,0,3972,5875,0,0,0,0),(69322,19413,530,1,1,0,1,12.5984,3203.68,13.3061,2.11185,300,0,0,3972,5875,0,0,0,0),(69323,19413,530,1,1,0,1,-943.842,3374.63,81.1983,1.3258,300,0,0,3972,5875,0,0,0,0),(69324,19413,530,1,1,0,1,-653.546,3251.19,7.95302,1.55334,300,0,0,3972,5875,0,0,0,0),(69325,19413,530,1,1,0,1,-945.71,3369.31,81.2035,0.994838,300,0,0,3972,5875,0,0,0,0),(69326,19413,530,1,1,0,1,-966.606,3370.1,81.7721,0.977384,300,0,0,3972,5875,0,0,0,0),(69327,19414,530,1,1,0,1,-140.756,3054.71,-1.46788,6.24319,300,5,0,5158,0,1,0,0,0),(69328,19414,530,1,1,0,1,-111.548,3062.56,-0.728722,1.69612,300,5,0,5158,0,1,0,0,0),(69329,19414,530,1,1,0,1,-103.647,3117.49,4.53962,1.99557,300,5,0,5158,0,1,0,0,0),(69330,19414,530,1,1,0,1,-78.9613,3110.4,-3.45631,4.9195,300,5,0,5158,0,1,0,0,0),(69331,19414,530,1,1,0,1,-90.2279,3080.35,-2.94431,3.38887,300,5,0,5158,0,1,0,0,0),(69332,19414,530,1,1,0,1,-44.1649,3153.79,-2.70057,4.30966,300,5,0,5158,0,1,0,0,0),(69333,19414,530,1,1,0,1,-55.9257,3118.12,-2.45823,5.22927,300,5,0,5158,0,1,0,0,0),(69334,19414,530,1,1,0,1,-18.0286,3200.74,12.0817,1.22002,300,5,0,5158,0,1,0,0,0),(69335,19414,530,1,1,0,1,53.3535,3185.5,18.8038,1.5943,300,5,0,5158,0,1,0,0,0),(69336,19414,530,1,1,0,1,44.4529,3151.98,9.5752,3.45744,300,5,0,5158,0,1,0,0,0),(69337,19414,530,1,1,0,1,76.7229,3183.56,23.3036,5.63499,300,5,0,5158,0,1,0,0,0),(69338,19414,530,1,1,0,1,-13.6769,3217.11,9.502,1.5708,300,0,0,5158,0,0,0,0,0),(69339,19414,530,1,1,0,1,-3.82143,3240.35,16.6559,1.8236,300,5,0,5158,0,1,0,0,0),(69340,19414,530,1,1,0,1,-19.8341,3211.76,11.5178,4.54949,300,5,0,5158,0,1,0,0,0),(69341,19414,530,1,1,0,1,48.9997,3248.72,23.701,3.92975,300,5,0,5158,0,1,0,0,0),(69342,19414,530,1,1,0,1,107.572,3219.82,46.4713,3.58689,300,5,0,5158,0,1,0,0,0),(69343,19414,530,1,1,0,1,-23.4531,3286.63,31.3171,3.15331,300,5,0,5158,0,1,0,0,0),(69344,19414,530,1,1,0,1,6.16992,3274.1,25.4268,4.32608,300,5,0,5158,0,1,0,0,0),(69345,19414,530,1,1,0,1,-562.132,3139.37,5.1463,4.07022,300,0,0,5158,0,0,0,0,0),(69346,19414,530,1,1,0,1,-547.849,3188.82,3.7606,3.36905,300,5,0,5158,0,1,0,0,0),(69347,19414,530,1,1,0,1,-489.042,3185.51,-6.41823,5.4946,300,5,0,5158,0,1,0,0,0),(69348,19414,530,1,1,0,1,-530.247,3193.01,1.23246,2.25465,300,5,0,5158,0,1,0,0,0),(69349,19414,530,1,1,0,1,-1053.01,3321.9,81.1029,3.78094,300,5,0,5158,0,1,0,0,0),(69350,19414,530,1,1,0,1,-1040.05,3331.19,84.5156,0.618887,300,5,0,5158,0,1,0,0,0),(69351,19414,530,1,1,0,1,-1018.93,3329.47,79.6831,2.04754,300,5,0,5158,0,1,0,0,0),(69352,19414,530,1,1,0,1,-980.789,3340.12,75.8061,4.6499,300,5,0,5158,0,1,0,0,0),(69353,19414,530,1,1,0,1,-919.031,3339.47,70.1512,4.62911,300,5,0,5158,0,1,0,0,0),(69354,19414,530,1,1,0,1,-947.312,3410.17,88.2159,1.20951,300,0,0,5158,0,0,0,0,0),(69355,19414,530,1,1,0,1,-871.34,3336.62,61.5872,6.08748,300,5,0,5158,0,1,0,0,0),(69356,19414,530,1,1,0,1,-916.03,3366.13,77.7479,2.37207,300,5,0,5158,0,1,0,0,0),(69357,19414,530,1,1,0,1,-785.361,3318.85,46.2216,3.25253,300,5,0,5158,0,1,0,0,0),(69358,19414,530,1,1,0,1,-788.283,3318.53,46.8212,0.113433,300,5,0,5158,0,1,0,0,0),(69359,19414,530,1,1,0,1,-779.431,3345.99,52.806,0.063936,300,5,0,5158,0,1,0,0,0),(69360,19414,530,1,1,0,1,-782.326,3346.32,53.5198,6.16966,300,5,0,5158,0,1,0,0,0),(69361,19414,530,1,1,0,1,-718.977,3314.81,31.5866,5.49779,300,5,0,5158,0,1,0,0,0),(69362,19414,530,1,1,0,1,-685.508,3256.8,9.6619,4.04466,300,5,0,5158,0,1,0,0,0),(69363,19414,530,1,1,0,1,-715.975,3323.13,32.7957,6.21383,300,5,0,5158,0,1,0,0,0),(69364,19414,530,1,1,0,1,-689.579,3223.61,2.50852,5.696,300,5,0,5158,0,1,0,0,0),(69365,19414,530,1,1,0,1,-673.089,3286.76,17.7304,0.049405,300,5,0,5158,0,1,0,0,0),(69366,19414,530,1,1,0,1,-669.424,3212.85,-1.50184,3.27273,300,5,0,5158,0,1,0,0,0),(69367,19414,530,1,1,0,1,-622.7,3211.67,-2.97711,4.03918,300,5,0,5158,0,1,0,0,0),(69368,19414,530,1,1,0,1,-610.435,3254.87,6.4368,1.72963,300,5,0,5158,0,1,0,0,0),(69369,19414,530,1,1,0,1,-647.779,3277.4,12.2401,1.07441,300,5,0,5158,0,1,0,0,0),(69370,19414,530,1,1,0,1,-535.028,3074.13,0.80644,3.90143,300,5,0,5158,0,1,0,0,0),(69371,19414,530,1,1,0,1,-482.057,3181.28,-9.79323,6.26366,300,5,0,5158,0,1,0,0,0),(69372,19414,530,1,1,0,1,-519.098,3173.46,-3.51754,2.79433,300,5,0,5158,0,1,0,0,0),(69373,19414,530,1,1,0,1,-524.613,3175.37,-2.29538,2.82262,300,5,0,5158,0,1,0,0,0),(69374,19414,530,1,1,0,1,-524.918,3178.05,-1.90546,1.64409,300,5,0,5158,0,1,0,0,0),(69375,19414,530,1,1,0,1,-554.216,3173.56,3.8251,3.8371,300,5,0,5158,0,1,0,0,0),(69376,19414,530,1,1,0,1,-621.856,3255.04,7.56344,5.5912,300,5,0,5158,0,1,0,0,0),(69377,19414,530,1,1,0,1,-618.765,3216.76,-2.45694,0.889581,300,5,0,5158,0,1,0,0,0),(69378,19414,530,1,1,0,1,-653.137,3291.26,18.0677,3.50805,300,5,0,5158,0,1,0,0,0),(69379,19414,530,1,1,0,1,-655.932,3290.19,17.7745,0.365582,300,5,0,5158,0,1,0,0,0),(69380,19414,530,1,1,0,1,-653.768,3215.85,-1.66887,0.22225,300,5,0,5158,0,1,0,0,0),(69381,19414,530,1,1,0,1,-689.662,3243.95,7.15531,4.24464,300,5,0,5158,0,1,0,0,0),(69382,19414,530,1,1,0,1,-714.025,3318,31.4934,4.1429,300,5,0,5158,0,1,0,0,0),(69383,19414,530,1,1,0,1,-788.479,3347.49,55.4468,0.038057,300,5,0,5158,0,1,0,0,0),(69384,19414,530,1,1,0,1,-785.019,3347.62,54.5446,3.18002,300,5,0,5158,0,1,0,0,0),(69385,19414,530,1,1,0,1,-815.759,3316.35,49.2111,6.20809,300,5,0,5158,0,1,0,0,0),(69386,19414,530,1,1,0,1,-812.942,3316.14,48.2,3.06738,300,5,0,5158,0,1,0,0,0),(69387,19414,530,1,1,0,1,-880.691,3379.47,75.3968,1.44147,300,5,0,5158,0,1,0,0,0),(69388,19414,530,1,1,0,1,-908.307,3419.38,88.5084,0.33996,300,5,0,5158,0,1,0,0,0),(69389,19414,530,1,1,0,1,-910.442,3385.38,81.2802,4.09134,300,5,0,5158,0,1,0,0,0),(69390,19414,530,1,1,0,1,-927.041,3337.28,72.5836,6.19226,300,5,0,5158,0,1,0,0,0),(69391,19414,530,1,1,0,1,-927.894,3335.72,71.7677,6.14405,300,5,0,5158,0,1,0,0,0),(69392,19414,530,1,1,0,1,-962.636,3407.55,90.3424,3.12181,300,5,0,5158,0,1,0,0,0),(69393,19414,530,1,1,0,1,-983.758,3342.21,76.7776,6.1707,300,5,0,5158,0,1,0,0,0),(69394,19414,530,1,1,0,1,-989.499,3377.02,86.0082,4.63065,300,5,0,5158,0,1,0,0,0),(69395,19414,530,1,1,0,1,-1024.97,3328.13,80.5445,2.44096,300,5,0,5158,0,1,0,0,0),(69396,19414,530,1,1,0,1,-1006.24,3344.09,81.522,3.05943,300,5,0,5158,0,1,0,0,0),(69397,19414,530,1,1,0,1,-1065.15,3310.85,78.1029,3.88589,300,5,0,5158,0,1,0,0,0),(69398,19415,530,1,1,0,1,-123.348,3096.47,4.68152,5.42797,300,0,0,4126,2486,0,0,0,0),(69399,19415,530,1,1,0,1,-82.0154,3137.81,-2.50914,5.81195,300,0,0,4126,2486,0,0,0,0),(69400,19415,530,1,1,0,1,-4.02767,3199.79,12.7757,1.81514,300,0,0,4126,2486,0,0,0,0),(69401,19415,530,1,1,0,1,19.4025,3183.44,10.4808,5.09636,300,0,0,4126,2486,0,0,0,0),(69402,19415,530,1,1,0,1,41.4723,3230.49,19.1992,3.10669,300,0,0,4126,2486,0,0,0,0),(69403,19415,530,1,1,0,1,30.4952,3265.4,19.0735,3.61283,300,0,0,4126,2486,0,0,0,0),(69404,19415,530,1,1,0,1,-639.027,3246.84,7.9884,1.41372,300,0,0,4126,2486,0,0,0,0),(69405,19417,530,1,1,0,0,-3384.7,5185.43,-95.3166,5.56258,300,0,0,6116,0,0,0,0,0),(69406,19421,530,1,1,0,0,3006.16,4060.78,154.433,1.90241,300,0,0,42,0,0,0,0,0),(69407,19421,530,1,1,0,0,3021.51,4072.88,155.311,1.06465,300,0,0,42,0,0,0,0,0),(69408,19421,530,1,1,0,0,2999.2,4080.48,156.873,1.39626,300,0,0,42,0,0,0,0,0),(69409,19421,530,1,1,0,0,2915.1,4009.09,156.306,5.32325,300,0,0,42,0,0,0,0,0),(69410,19421,530,1,1,0,0,2896.37,4023.94,155.232,0.558505,300,0,0,42,0,0,0,0,0),(69411,19421,530,1,1,0,0,2914.9,4030.34,153.472,1.90241,300,0,0,42,0,0,0,0,0),(69412,19421,530,1,1,0,0,2655.57,4256.55,158.182,3.24631,300,0,0,42,0,0,0,0,0),(69413,19421,530,1,1,0,0,2644.79,4241.69,157.121,4.97419,300,0,0,42,0,0,0,0,0),(69414,19421,530,1,1,0,0,2639.4,4255.41,156.525,1.0821,300,0,0,42,0,0,0,0,0),(69415,19421,530,1,1,0,0,2681.35,3998.89,177.784,4.88692,300,0,0,42,0,0,0,0,0),(69416,19421,530,1,1,0,0,2663.76,4010.48,180.027,5.28835,300,0,0,42,0,0,0,0,0),(69417,19421,530,1,1,0,0,2686.41,4017.57,178.755,4.79965,300,0,0,42,0,0,0,0,0),(69418,19421,530,1,1,0,0,2501.26,2872.06,142.646,0.558505,300,0,0,42,0,0,0,0,0),(69419,19421,530,1,1,0,0,2437.37,2906.47,137.231,0.226893,300,0,0,42,0,0,0,0,0),(69420,19421,530,1,1,0,0,2412.73,2898.52,138.699,3.40339,300,0,0,42,0,0,0,0,0),(69421,19421,530,1,1,0,0,2436.76,2878.67,137.587,3.21141,300,0,0,42,0,0,0,0,0),(69422,19421,530,1,1,0,0,2284.4,2841.53,137.966,3.80482,300,0,0,42,0,0,0,0,0),(69423,19421,530,1,1,0,0,2282.54,2813.38,137.468,4.83456,300,0,0,42,0,0,0,0,0),(69424,19421,530,1,1,0,0,2306.95,2819.88,139.161,5.61996,300,0,0,42,0,0,0,0,0),(69425,19421,530,1,1,0,0,2410.34,2639.24,138.818,6.03884,300,0,0,42,0,0,0,0,0),(69426,19421,530,1,1,0,0,2406.81,2596.99,141.881,1.11701,300,0,0,42,0,0,0,0,0),(69427,19421,530,1,1,0,0,2438.12,2618.08,140.751,1.67552,300,0,0,42,0,0,0,0,0),(69428,19421,530,1,1,0,0,2517.28,2746.13,136.507,2.3911,300,0,0,42,0,0,0,0,0),(69429,19421,530,1,1,0,0,2983.07,2294.02,164.878,1.50098,300,0,0,42,0,0,0,0,0),(69430,19421,530,1,1,0,0,3115.91,2181.2,155.13,3.57792,300,0,0,42,0,0,0,0,0),(69431,19421,530,1,1,0,0,3088.37,2268.18,153.527,3.71755,300,0,0,42,0,0,0,0,0),(69432,19421,530,1,1,0,0,3072.4,2282.91,152.774,1.01229,300,0,0,42,0,0,0,0,0),(69433,19421,530,1,1,0,0,3093.17,2293.74,155,0.872665,300,0,0,42,0,0,0,0,0),(69434,19421,530,1,1,0,0,3955.46,3775.44,129.213,1.88496,300,0,0,42,0,0,0,0,0),(69435,19421,530,1,1,0,0,3975.16,3792.43,130.208,5.20108,300,0,0,42,0,0,0,0,0),(69436,19421,530,1,1,0,0,3952.16,3796.62,128.603,3.29867,300,0,0,42,0,0,0,0,0),(69437,19421,530,1,1,0,0,3831.48,3851.84,107.78,0.261799,300,0,0,42,0,0,0,0,0),(69438,19421,530,1,1,0,0,3897.34,3905.95,181.926,2.98451,300,0,0,42,0,0,0,0,0),(69439,19421,530,1,1,0,0,3956.12,3897.74,180.654,6.02139,300,0,0,42,0,0,0,0,0),(69440,19421,530,1,1,0,0,4024.84,3912.47,195.03,4.4855,300,0,0,42,0,0,0,0,0),(69441,19421,530,1,1,0,0,4015.56,3888.52,196.364,2.58309,300,0,0,42,0,0,0,0,0),(69442,19421,530,1,1,0,0,4046.78,3894.59,196.956,2.84489,300,0,0,42,0,0,0,0,0),(69443,19421,530,1,1,0,0,3983.48,4129.76,193.486,0.942478,300,0,0,42,0,0,0,0,0),(69444,19422,530,1,1,0,1,-1128.55,1956.03,73.6693,3.31613,300,0,0,3984,2434,0,0,0,0),(69445,19422,530,1,1,0,1,-1126.15,1942.57,73.6693,4.13643,300,0,0,3984,2434,0,0,0,0),(69446,19422,530,1,1,0,1,-1149.78,1978.13,73.7175,4.46804,300,0,0,3984,2434,0,0,0,0),(69447,19422,530,1,1,0,1,-1162.51,1964.59,73.7086,5.09636,300,0,0,3984,2434,0,0,0,0),(69448,19422,530,1,1,0,1,-1137.44,2053.11,67.0234,2.61799,300,0,0,3984,2434,0,0,0,0),(69449,19422,530,1,1,0,1,-1144.93,2069.33,69.1876,0.653871,300,5,0,3984,2434,1,0,0,0),(69450,19422,530,1,1,0,1,-1125.95,2131.21,67.0779,0.73456,300,5,0,3984,2434,1,0,0,0),(69451,19422,530,1,1,0,1,-1057.4,2072.46,66.7029,1.78319,300,5,0,3984,2434,1,0,0,0),(69452,19422,530,1,1,0,1,-1010.49,2058.01,67.799,1.7511,300,5,0,3984,2434,1,0,0,0),(69453,19422,530,1,1,0,1,-947.596,2131.92,20.7129,2.94961,300,0,0,3984,2434,0,0,0,0),(69454,19422,530,1,1,0,1,-969.558,2143.15,22.5662,4.11898,300,0,0,3984,2434,0,0,0,0),(69455,19422,530,1,1,0,1,-965.419,2169.22,15.9955,6.23082,300,0,0,3984,2434,0,0,0,0),(69456,19422,530,1,1,0,1,-1021.28,2020.63,68.6896,3.64502,300,5,0,3984,2434,1,0,0,0),(69457,19422,530,1,1,0,1,-971.742,2007.09,67.3691,0.087266,300,0,0,3984,2434,0,0,0,0),(69458,19422,530,1,1,0,1,-973.496,2054.76,67.0645,4.3619,300,5,0,3984,2434,1,0,0,0),(69459,19422,530,1,1,0,1,-1006.18,1978,68.3252,2.73261,300,5,0,3984,2434,1,0,0,0),(69460,19422,530,1,1,0,1,-957.195,1927.34,68.9042,2.22181,300,5,0,3984,2434,1,0,0,0),(69461,19422,530,1,1,0,1,-937.871,1929.18,69.5443,1.8341,300,5,0,3984,2434,1,0,0,0),(69462,19422,530,1,1,0,1,-928.886,1942,67.0831,3.76991,300,0,0,3984,2434,0,0,0,0),(69463,19422,530,1,1,0,1,-933.979,2119.38,21.3364,1.74533,300,0,0,3984,2434,0,0,0,0),(69464,19423,530,1,1,0,0,-1186.23,1985.35,74.1797,3.86092,300,5,0,2490,0,1,0,0,0),(69465,19423,530,1,1,0,0,-1197.31,2002.01,74.0583,3.51564,300,5,0,2490,0,1,0,0,0),(69466,19423,530,1,1,0,0,-1106.57,1929.8,76.1623,1.4617,300,0,0,2490,0,0,0,0,0),(69467,19423,530,1,1,0,0,-1065.38,2014.89,67.6896,0.220254,300,0,0,2490,0,0,0,0,0),(69468,19423,530,1,1,0,0,-1204.56,2064.69,81.4602,1.35865,300,5,0,2490,0,1,0,0,0),(69469,19423,530,1,1,0,0,-1197.04,2070.92,79.2991,3.34396,300,0,0,2490,0,0,0,0,0),(69470,19424,530,1,1,0,1,-1183.66,1999.52,74.1797,0.851996,300,5,0,3984,2434,1,0,0,0),(69471,19424,530,1,1,0,1,-1157.17,1943.4,81.4036,1.28713,300,0,0,3984,2434,2,0,0,0),(69472,19424,530,1,1,0,1,-1085.62,1986.82,68.8359,1.36594,300,5,0,3984,2434,1,0,0,0),(69473,19424,530,1,1,0,1,-1099,1953.35,76.1699,3.60316,300,5,0,3984,2434,1,0,0,0),(69474,19424,530,1,1,0,1,-1141.45,2039.27,67.0646,3.25189,300,0,0,3984,2434,2,0,0,0),(69475,19424,530,1,1,0,1,-1194.21,2068.98,78.3852,6.17069,300,5,0,3984,2434,1,0,0,0),(69476,19424,530,1,1,0,1,-1033.5,2016.3,67.9823,4.51174,300,0,0,3984,2434,2,0,0,0),(69477,19424,530,1,1,0,1,-975.678,1903.69,84.4142,4.6984,300,0,0,3984,2434,2,0,0,0),(69478,19424,530,1,1,0,1,-824.482,1990.78,38.913,4.37173,300,0,0,3984,2434,2,0,0,0),(69479,19424,530,1,1,0,1,-887.316,2100.39,22.9814,5.50607,300,0,0,3984,2434,2,0,0,0),(69480,19424,530,1,1,0,1,-1000.68,2218.16,11.3996,5.75947,300,0,0,3984,2434,2,0,0,0),(69481,19424,530,1,1,0,1,-1072.55,2254.38,25.0312,2.53951,300,0,0,3984,2434,2,0,0,0),(69482,19425,530,1,1,0,1,-159.547,1000.34,54.3383,0.541052,300,0,0,2215,0,0,0,0,0),(69483,19425,530,1,1,0,1,-183.589,986.225,54.2513,3.88686,300,0,0,2215,0,0,0,0,0),(69484,19425,530,1,1,0,1,-156.925,1006.16,54.3185,5.0091,300,0,0,2215,0,0,0,0,0),(69485,19425,530,1,1,0,1,-178.786,968.86,54.3066,3.4519,300,0,0,2215,0,0,0,0,0),(69486,19425,530,1,1,0,1,-180.787,983.169,54.2495,0.139626,300,5,0,2215,0,1,0,0,0),(69487,19425,530,1,1,0,1,-158.892,982.346,54.372,1.39626,300,0,0,2215,0,0,0,0,0),(69488,19425,530,1,1,0,1,-178.616,964.701,54.2991,0.363563,300,5,0,2215,0,1,0,0,0),(69489,19425,530,1,1,0,1,-151.671,981.612,54.3507,2.75762,300,0,0,2215,0,0,0,0,0),(69490,19426,530,1,1,0,0,-185.005,975.18,55.4536,0.331613,300,0,0,2614,0,0,0,0,0),(69491,19426,530,1,1,0,0,-156.309,993.265,54.3422,4.74729,300,0,0,2614,0,0,0,0,0),(69493,19432,530,1,1,0,0,-134.761,1027.76,54.2358,1.06465,300,0,0,8352,0,0,0,0,0),(69494,19432,530,1,1,0,0,-132.742,1026,54.2345,4.17134,300,0,0,8352,0,0,0,0,0),(69495,19432,530,1,1,0,0,-127.9,1001.66,54.2418,6.00393,300,0,0,8352,0,0,0,0,0),(69496,19432,530,1,1,0,0,-127.768,1003.84,54.2406,2.98451,300,0,0,8352,0,0,0,0,0),(69497,19432,530,1,1,0,0,-130.326,1024.79,54.2314,0.942478,300,0,0,8352,0,0,0,0,0),(69498,19432,530,1,1,0,0,-127.217,1006.18,54.2364,3.05433,300,0,0,8352,0,0,0,0,0),(69499,19434,530,1,1,0,0,-558.582,2003.23,98.3061,1.57391,300,0,0,3314,2369,2,0,0,0),(69500,19434,530,1,1,0,0,233.371,2074.93,39.1054,5.334,300,0,0,3314,2369,2,0,0,0),(69501,19434,530,1,1,0,0,190.718,2286.32,49.6618,2.27127,300,0,0,3314,2369,2,0,0,0),(69502,19434,530,1,1,0,0,177.573,2268.24,48.5948,5.48666,300,0,0,3314,2369,2,0,0,0),(69503,19434,530,1,1,0,0,-523.754,2008.21,82.4318,4.84171,300,0,0,3314,2369,2,0,0,0),(69504,19434,530,1,1,0,0,-506.401,1982.52,85.1193,0.951196,300,0,0,3314,2369,2,0,0,0),(69505,19435,530,1,1,0,0,-140.467,982.053,54.2479,2.32129,300,0,0,4580,6882,0,0,0,0),(69506,19436,530,1,1,0,0,-182.049,1000.29,54.2398,0.349066,300,0,0,5914,0,0,0,0,0),(69507,19437,530,1,1,0,0,3018.67,4056.93,151.856,2.21657,300,0,0,42,0,0,0,0,0),(69508,19437,530,1,1,0,0,3034.99,4063,151.641,5.81195,300,0,0,42,0,0,0,0,0),(69509,19437,530,1,1,0,0,3022.95,4090.36,150.935,5.77704,300,0,0,42,0,0,0,0,0),(69510,19437,530,1,1,0,0,3031.16,4079.36,151.412,1.15192,300,0,0,42,0,0,0,0,0),(69511,19437,530,1,1,0,0,2977.74,4090.33,151.145,6.12611,300,0,0,42,0,0,0,0,0),(69512,19437,530,1,1,0,0,3016.89,4102.49,150.919,2.33874,300,0,0,42,0,0,0,0,0),(69513,19437,530,1,1,0,0,2928.7,4069.37,150.022,2.56563,300,0,0,42,0,0,0,0,0),(69514,19437,530,1,1,0,0,2923.58,4010.86,150.611,3.92699,300,0,0,42,0,0,0,0,0),(69515,19437,530,1,1,0,0,2892.91,4010.16,149.992,1.15192,300,0,0,42,0,0,0,0,0),(69516,19437,530,1,1,0,0,2901.26,4065.05,149.456,0.942478,300,0,0,42,0,0,0,0,0),(69517,19437,530,1,1,0,0,2998.14,4211.32,160.971,5.48033,300,0,0,42,0,0,0,0,0),(69518,19437,530,1,1,0,0,2672.18,4241.78,155.42,2.86234,300,0,0,42,0,0,0,0,0),(69519,19437,530,1,1,0,0,2631.14,4261.02,155.012,0.017453,300,0,0,42,0,0,0,0,0),(69520,19437,530,1,1,0,0,2646.82,4238.02,155.279,3.56047,300,0,0,42,0,0,0,0,0),(69521,19437,530,1,1,0,0,2665.26,4222.18,155.085,0.436332,300,0,0,42,0,0,0,0,0),(69522,19437,530,1,1,0,0,2653.64,4036.09,173.971,1.6057,300,0,0,42,0,0,0,0,0),(69523,19437,530,1,1,0,0,2690.81,3997.81,174.194,5.09636,300,0,0,42,0,0,0,0,0),(69524,19437,530,1,1,0,0,2683.63,4029.4,178.021,3.35103,300,0,0,42,0,0,0,0,0),(69525,19437,530,1,1,0,0,2687.1,4030.18,177.592,1.76278,300,0,0,42,0,0,0,0,0),(69526,19437,530,1,1,0,0,2696.38,4004.41,175.353,2.26893,300,0,0,42,0,0,0,0,0),(69527,19437,530,1,1,0,0,2465.99,2897.38,129.746,5.96903,300,0,0,42,0,0,0,0,0),(69528,19437,530,1,1,0,0,2486.18,2861.29,137.708,0.680678,300,0,0,42,0,0,0,0,0),(69529,19437,530,1,1,0,0,2435.58,2925.38,131.379,6.05629,300,0,0,42,0,0,0,0,0),(69530,19437,530,1,1,0,0,2455.89,2887.86,128.861,3.9619,300,0,0,42,0,0,0,0,0),(69531,19437,530,1,1,0,0,2436.18,2859.25,131.773,4.97419,300,0,0,42,0,0,0,0,0),(69532,19437,530,1,1,0,0,2417.29,2867.4,131.606,4.20624,300,0,0,42,0,0,0,0,0),(69533,19437,530,1,1,0,0,2405.48,2904.61,132.41,0.785398,300,0,0,42,0,0,0,0,0),(69534,19437,530,1,1,0,0,2411.69,2913,132.617,2.00713,300,0,0,42,0,0,0,0,0),(69535,19437,530,1,1,0,0,2407.11,2867.76,132.365,4.64258,300,0,0,42,0,0,0,0,0),(69536,19437,530,1,1,0,0,2493.42,2843.82,138.503,4.13643,300,0,0,42,0,0,0,0,0),(69537,19437,530,1,1,0,0,2323.24,2827.12,132.282,5.89921,300,0,0,42,0,0,0,0,0),(69538,19437,530,1,1,0,0,2298.47,2797.35,132.458,3.42085,300,0,0,42,0,0,0,0,0),(69539,19437,530,1,1,0,0,2285.99,2793.87,132.435,0.349066,300,0,0,42,0,0,0,0,0),(69540,19437,530,1,1,0,0,2274.57,2848.2,132.555,5.20108,300,0,0,42,0,0,0,0,0),(69541,19437,530,1,1,0,0,2268.95,2826.88,131.777,4.93928,300,0,0,42,0,0,0,0,0),(69542,19437,530,1,1,0,0,2396.56,2667,134.239,0.645772,300,0,0,42,0,0,0,0,0),(69543,19437,530,1,1,0,0,2407.63,2626.32,134.77,0.069813,300,0,0,42,0,0,0,0,0),(69544,19437,530,1,1,0,0,2409.5,2657.58,133.051,3.63029,300,0,0,42,0,0,0,0,0),(69545,19437,530,1,1,0,0,2410.66,2606.12,134.985,3.01942,300,0,0,42,0,0,0,0,0),(69546,19437,530,1,1,0,0,2441.78,2616.55,135.185,0,300,0,0,42,0,0,0,0,0),(69547,19437,530,1,1,0,0,2425.09,2604.47,134.853,2.19912,300,0,0,42,0,0,0,0,0),(69548,19437,530,1,1,0,0,2512.71,2752.44,132.244,3.54302,300,0,0,42,0,0,0,0,0),(69549,19437,530,1,1,0,0,2988.12,2316.77,162.05,5.91667,300,0,0,42,0,0,0,0,0),(69550,19437,530,1,1,0,0,2956.52,2275.15,161.791,1.71042,300,0,0,42,0,0,0,0,0),(69551,19437,530,1,1,0,0,3115.19,2165.14,150.418,3.9619,300,0,0,42,0,0,0,0,0),(69552,19437,530,1,1,0,0,3101.47,2167.35,149.27,3.85718,300,0,0,42,0,0,0,0,0),(69553,19437,530,1,1,0,0,3097.08,2195.19,150.022,0.331613,300,0,0,42,0,0,0,0,0),(69554,19437,530,1,1,0,0,3139.52,2191.77,149.797,4.46804,300,0,0,42,0,0,0,0,0),(69555,19437,530,1,1,0,0,3112.36,2194.38,149.469,3.75246,300,0,0,42,0,0,0,0,0),(69556,19437,530,1,1,0,0,3143.52,2180.68,150.316,6.23082,300,0,0,42,0,0,0,0,0),(69557,19437,530,1,1,0,0,3076.43,2244.52,151.121,1.85005,300,0,0,42,0,0,0,0,0),(69558,19437,530,1,1,0,0,3103.05,2301.24,151.148,0.017453,300,0,0,42,0,0,0,0,0),(69559,19437,530,1,1,0,0,3105.45,2280.78,151.009,2.56563,300,0,0,42,0,0,0,0,0),(69560,19437,530,1,1,0,0,3010.36,2308.6,161.913,6.17846,300,0,0,42,0,0,0,0,0),(69561,19437,530,1,1,0,0,3069.03,2304.68,152.44,3.22886,300,0,0,42,0,0,0,0,0),(69562,19437,530,1,1,0,0,2982.77,2281.45,161.791,0.436332,300,0,0,42,0,0,0,0,0),(69563,19437,530,1,1,0,0,3977.25,3748.7,121.482,1.09956,300,0,0,42,0,0,0,0,0),(69564,19437,530,1,1,0,0,3961.92,3762.21,122.807,2.23402,300,0,0,42,0,0,0,0,0),(69565,19437,530,1,1,0,0,3987.61,3783.53,124.396,0.20944,300,0,0,42,0,0,0,0,0),(69566,19437,530,1,1,0,0,3918.01,3781.09,123.244,1.309,300,0,0,42,0,0,0,0,0),(69567,19437,530,1,1,0,0,3938.03,3787.29,123.247,5.11381,300,0,0,42,0,0,0,0,0),(69568,19437,530,1,1,0,0,3819.44,3814.96,104.734,2.53073,300,0,0,42,0,0,0,0,0),(69569,19437,530,1,1,0,0,3816.74,3834.89,103.662,2.94961,300,0,0,42,0,0,0,0,0),(69570,19437,530,1,1,0,0,3927.38,4072.52,123.216,3.78736,300,0,0,42,0,0,0,0,0),(69571,19437,530,1,1,0,0,3948.38,3914.99,178.625,0.890118,300,0,0,42,0,0,0,0,0),(69572,19437,530,1,1,0,0,3930.68,3937.03,122.632,0.017453,300,0,0,42,0,0,0,0,0),(69573,19437,530,1,1,0,0,3911.02,3886.28,177.964,5.77704,300,0,0,42,0,0,0,0,0),(69574,19437,530,1,1,0,0,3895.36,3898.86,178.663,0.488692,300,0,0,42,0,0,0,0,0),(69575,19437,530,1,1,0,0,3941.86,3877.16,175.16,4.18879,300,0,0,42,0,0,0,0,0),(69576,19437,530,1,1,0,0,3967.48,3895.49,177.173,3.00197,300,0,0,42,0,0,0,0,0),(69577,19437,530,1,1,0,0,3965.95,3911.97,178.446,4.76475,300,0,0,42,0,0,0,0,0),(69578,19437,530,1,1,0,0,4006.71,3895.85,122.808,2.74017,300,0,0,42,0,0,0,0,0),(69579,19437,530,1,1,0,0,4025.41,3866.84,192.803,3.47321,300,0,0,42,0,0,0,0,0),(69580,19437,530,1,1,0,0,4014.19,3912.46,192.731,5.86431,300,0,0,42,0,0,0,0,0),(69581,19437,530,1,1,0,0,4042.4,3877.53,192.99,1.97222,300,0,0,42,0,0,0,0,0),(69582,19437,530,1,1,0,0,4048.26,3907.59,189.663,5.2709,300,0,0,42,0,0,0,0,0),(69583,19437,530,1,1,0,0,4066.61,3907.99,189.735,5.77704,300,0,0,42,0,0,0,0,0),(69584,19437,530,1,1,0,0,4083.22,3898.74,190.183,4.24115,300,0,0,42,0,0,0,0,0),(69585,19437,530,1,1,0,0,4095.02,4008.41,117.866,6.03884,300,0,0,42,0,0,0,0,0),(69586,19437,530,1,1,0,0,3996.78,4116.17,189.085,1.71042,300,0,0,42,0,0,0,0,0),(69587,19437,530,1,1,0,0,3991.78,4138.64,190.117,6.0912,300,0,0,42,0,0,0,0,0),(69588,19439,530,1,1,0,0,2827.2,4018.65,146.686,4.95674,300,0,0,42,0,0,0,0,0),(69589,19439,530,1,1,0,0,2822.57,4030.82,151.421,1.43117,300,0,0,42,0,0,0,0,0),(69590,19439,530,1,1,0,0,2782.09,4140.58,181.06,5.51524,300,0,0,42,0,0,0,0,0),(69591,19439,530,1,1,0,0,2771.93,4205.4,180.335,1.13446,300,0,0,42,0,0,0,0,0),(69592,19439,530,1,1,0,0,2774.59,4149.7,182.028,2.11185,300,0,0,42,0,0,0,0,0),(69593,19439,530,1,1,0,0,2721.07,4190.38,192.913,2.60054,300,0,0,42,0,0,0,0,0),(69594,19439,530,1,1,0,0,2730.06,4195.24,190.722,0.680678,300,0,0,42,0,0,0,0,0),(69595,19439,530,1,1,0,0,2732.41,4190.22,190.673,3.52556,300,0,0,42,0,0,0,0,0),(69596,19439,530,1,1,0,0,2727.48,4103.61,189.115,2.37365,300,0,0,42,0,0,0,0,0),(69597,19439,530,1,1,0,0,2712.94,4107.76,193.284,5.72468,300,0,0,42,0,0,0,0,0),(69598,19439,530,1,1,0,0,2762.86,4080.27,180.761,3.01942,300,0,0,42,0,0,0,0,0),(69599,19439,530,1,1,0,0,2739.24,4101.32,185.894,5.65487,300,0,0,42,0,0,0,0,0),(69600,19439,530,1,1,0,0,2790.41,4067.7,171.79,0.10472,300,0,0,42,0,0,0,0,0),(69601,19439,530,1,1,0,0,2792.93,4074.17,171.924,3.56047,300,0,0,42,0,0,0,0,0),(69602,19439,530,1,1,0,0,2771.48,4131.92,180.914,1.62316,300,0,0,42,0,0,0,0,0),(69603,19439,530,1,1,0,0,2726.73,4130.23,189.995,4.59022,300,0,0,42,0,0,0,0,0),(69604,19439,530,1,1,0,0,2768.93,4085.72,178.989,2.67035,300,0,0,42,0,0,0,0,0),(69605,19439,530,1,1,0,0,2744.33,4110.76,184.931,3.28122,300,0,0,42,0,0,0,0,0),(69606,19439,530,1,1,0,0,2717.55,4134.54,192.443,2.1293,300,0,0,42,0,0,0,0,0),(69607,19439,530,1,1,0,0,2768.76,4203.97,181.068,6.16101,300,0,0,42,0,0,0,0,0),(69608,19439,530,1,1,0,0,2757.54,4208.2,183.472,4.34587,300,0,0,42,0,0,0,0,0),(69609,19439,530,1,1,0,0,2755.26,3955.86,142.831,1.79769,300,0,0,42,0,0,0,0,0),(69610,19439,530,1,1,0,0,2749.97,3944.92,142.648,6.00393,300,0,0,42,0,0,0,0,0),(69611,19439,530,1,1,0,0,2787.01,3971.77,143.207,4.55531,300,0,0,42,0,0,0,0,0),(69612,19439,530,1,1,0,0,2736.45,3951.17,142.272,4.93928,300,0,0,42,0,0,0,0,0),(69613,19439,530,1,1,0,0,2784.49,3976.98,143.763,4.39823,300,0,0,42,0,0,0,0,0),(69614,19439,530,1,1,0,0,2797.42,3970.26,142.349,1.32645,300,0,0,42,0,0,0,0,0),(69615,19439,530,1,1,0,0,2797.01,3965.59,142.561,4.72984,300,0,0,42,0,0,0,0,0),(69616,19439,530,1,1,0,0,2752.75,3944.39,141.842,1.20428,300,0,0,42,0,0,0,0,0),(69617,19439,530,1,1,0,0,2813.23,3989.69,141.451,2.25148,300,0,0,42,0,0,0,0,0),(69618,19439,530,1,1,0,0,2821.68,4007.63,143.644,3.36848,300,0,0,42,0,0,0,0,0),(69619,19439,530,1,1,0,0,2788.23,3920.51,144.562,4.86947,300,0,0,42,0,0,0,0,0),(69620,19439,530,1,1,0,0,2755.6,3873.58,142.987,4.60767,300,0,0,42,0,0,0,0,0),(69621,19439,530,1,1,0,0,2755.39,3886.7,144.057,5.55015,300,0,0,42,0,0,0,0,0),(69622,19439,530,1,1,0,0,2837.73,3886,165.046,2.26893,300,0,0,42,0,0,0,0,0),(69623,19439,530,1,1,0,0,2816.59,3873.21,167.003,3.54302,300,0,0,42,0,0,0,0,0),(69624,19439,530,1,1,0,0,2853.81,3929.18,156.41,0.907571,300,0,0,42,0,0,0,0,0),(69625,19439,530,1,1,0,0,2839.1,3916.87,154.184,5.88176,300,0,0,42,0,0,0,0,0),(69626,19439,530,1,1,0,0,2841.56,3901.59,159.56,4.27606,300,0,0,42,0,0,0,0,0),(69627,19439,530,1,1,0,0,2861.8,3913.98,162.918,4.97419,300,0,0,42,0,0,0,0,0),(69628,19439,530,1,1,0,0,2689.09,3904.34,134.422,5.35816,300,0,0,42,0,0,0,0,0),(69629,19439,530,1,1,0,0,2704.45,3878.67,135.757,4.17134,300,0,0,42,0,0,0,0,0),(69630,19440,530,1,1,0,0,-1133.55,1974.22,73.668,3.05164,300,0,0,249,0,2,0,0,0),(69631,19440,530,1,1,0,0,-1014.38,2076.24,68.6515,5.49779,300,0,0,249,0,2,0,0,0),(69632,19440,530,1,1,0,0,-1102.27,2066.63,67.6896,2.3562,300,0,0,249,0,2,0,0,0),(69633,19440,530,1,1,0,0,-971.148,2038.91,67.0399,1.82951,300,0,0,249,0,2,0,0,0),(69634,19442,530,1,1,0,0,-1057.88,1996.64,67.3418,1.04782,300,0,0,3734,0,2,0,0,0),(69635,19444,530,1,1,0,1,-348.094,989.834,54.325,3.28122,300,0,0,5228,0,0,0,0,0),(69636,19444,530,1,1,0,1,-313.997,1002.1,54.2414,6.24621,300,0,0,5228,0,0,0,0,0),(69637,19444,530,1,1,0,1,-340.292,997.676,54.2078,0.244346,300,0,0,5228,0,0,0,0,0),(69638,19444,530,1,1,0,1,-331.22,1003.41,54.2168,3.61283,300,0,0,5228,0,0,0,0,0),(69639,19444,530,1,1,0,1,-345.492,1016.09,54.1892,3.07512,300,0,0,5228,0,0,0,0,0),(69640,19444,530,1,1,0,1,-326.81,964.68,54.3023,4.7116,300,0,0,5228,0,0,0,0,0),(69641,19444,530,1,1,0,1,-358.814,985.748,54.3122,5.95157,300,0,0,5228,0,0,0,0,0),(69642,19446,530,1,1,0,0,-349.328,1006.86,54.1896,5.51524,300,0,0,5228,0,0,0,0,0),(69643,19447,530,1,1,0,0,-369.141,977.486,54.1879,3.99375,300,0,0,3137,0,0,0,0,0),(69644,19449,530,1,1,0,1,2266.82,6065.67,145.02,2.60054,300,0,0,11828,0,0,0,0,0),(69645,19449,530,1,1,0,1,2390.22,6101.3,130.417,1.71042,300,0,0,11828,0,0,0,0,0),(69646,19449,530,1,1,0,1,2367.78,6099.55,131.023,1.44862,300,0,0,11828,0,0,0,0,0),(69647,19449,530,1,1,0,1,2377.74,6043.24,139.979,6.26266,300,0,0,11828,0,2,0,0,0),(69648,19449,530,1,1,0,1,2432.06,6096.61,166.744,1.90241,300,0,0,11828,0,0,0,0,0),(69649,19449,530,1,1,0,1,2428.06,6079.9,142.274,3.7001,300,0,0,11828,0,0,0,0,0),(69650,19449,530,1,1,0,1,2391.56,5985.72,151.975,1.39626,300,0,0,11828,0,0,0,0,0),(69651,19449,530,1,1,0,1,2409.23,5987.54,151.929,1.69297,300,0,0,11828,0,0,0,0,0),(69652,19449,530,1,1,0,1,2295.15,6024.25,142.641,2.53073,300,0,0,11828,0,0,0,0,0),(69653,19449,530,1,1,0,1,2382.36,6035.83,141.044,1.15192,300,0,0,11828,0,0,0,0,0),(69654,19449,530,1,1,0,1,2428.57,6023.02,153.462,5.20108,300,0,0,11828,0,0,0,0,0),(69655,19449,530,1,1,0,1,2361.76,5938.11,152.327,3.14159,300,0,0,11828,0,0,0,0,0),(69656,19449,530,1,1,0,1,2314.29,5975.77,144.812,3.35103,300,0,0,11828,0,2,0,0,0),(69657,19449,530,1,1,0,1,2416.7,5927.76,151.808,3.70745,300,0,0,11828,0,2,0,0,0),(69658,19449,530,1,1,0,1,2469,5929.08,154.846,2.02458,300,0,0,11828,0,0,0,0,0),(69659,19449,530,1,1,0,1,2425.77,5971.94,152.88,3.08923,300,0,0,11828,0,0,0,0,0),(69660,19449,530,1,1,0,1,2259.15,6012.64,165.826,1.95477,300,0,0,11828,0,0,0,0,0),(69661,19449,530,1,1,0,1,2274.51,6011.64,142.867,0.575959,300,0,0,11828,0,0,0,0,0),(69662,19449,530,1,1,0,1,2253.98,6048.16,144.05,2.3911,300,0,0,11828,0,0,0,0,0),(69663,19449,530,1,1,0,1,2332.04,5984.57,154.857,0.628319,300,0,0,11828,0,0,0,0,0),(69664,19449,530,1,1,0,1,2303.25,6029.37,142.641,1.37881,300,0,0,11828,0,0,0,0,0),(69665,19450,530,1,1,0,1,2469.7,5975.94,154.795,3.01942,300,0,0,3815,0,0,0,0,0),(69666,19451,530,1,1,0,0,-362.824,1014.54,54.2564,5.51524,300,0,0,3052,0,0,0,0,0),(69667,19452,530,1,1,0,0,-320.57,974.388,54.3557,2.16421,300,0,0,5914,0,0,0,0,0),(69668,19453,530,1,1,0,1,2758.56,4354.88,136.421,5.42818,300,5,0,6542,0,1,0,0,0),(69669,19453,530,1,1,0,1,2972.4,4048.23,151.717,6.21146,300,5,0,6542,0,1,0,0,0),(69670,19453,530,1,1,0,1,2839.02,4366.2,140.951,0.018283,300,0,0,6542,0,0,0,0,0),(69671,19453,530,1,1,0,1,2753.77,4185.28,185.393,3.02906,300,5,0,6542,0,1,0,0,0),(69672,19453,530,1,1,0,1,2767.29,3966.06,143.883,5.45014,300,5,0,6542,0,1,0,0,0),(69673,19455,530,1,1,0,0,-364.813,984.265,54.2077,2.00272,300,0,0,15260,0,0,0,0,0),(69674,19457,530,1,1,0,1,-981.151,2096.68,22.692,1.06465,300,0,0,11553,4972,0,0,0,0),(69675,19458,530,1,1,0,0,-1049.42,2000.14,67.0918,5.79449,300,0,0,2071,0,0,0,0,0),(69676,19459,530,1,1,0,0,-1051.69,1994.85,67.2436,2.60054,300,0,0,2490,0,0,0,0,0),(3472,6018,1,1,1,4711,1,1452.43,-4179.82,44.1333,6.05629,300,0,0,1753,0,0,0,0,0),(3471,5882,1,1,1,4524,1,1473.55,-4218.57,43.0424,3.735,300,0,0,4120,0,0,0,0,0),(3470,7793,1,1,1,6854,1,2053.86,-4808.95,22.4439,1.72788,300,0,0,3189,0,0,0,0,0),(3469,7792,1,1,1,6843,1,2055.71,-4815.9,22.9276,0.488692,300,0,0,2769,0,0,0,0,0),(3468,7790,1,1,1,6873,1,2064.33,-4791.98,22.9696,5.75959,300,0,0,2218,0,0,0,0,0),(3467,7010,1,1,1,6839,1,1837.27,-4469.65,47.5199,1.6057,300,0,0,992,2680,0,0,0,0),(3466,23635,1,1,1,8848,1,1915.39,-4645.54,30.0841,5.23239,300,0,0,2218,0,2,0,0,0),(3465,3296,1,1,1,4602,1,1340.71,-4631.52,24.1187,1.81514,300,0,0,15952,0,0,0,0,0),(3464,9564,1,1,1,8848,1,1331.11,-4649.45,53.6269,0,300,0,0,2218,0,0,0,0,0),(3463,12136,1,1,1,12229,1,1354.03,-4642.61,53.6269,3.80482,300,0,0,2218,0,0,0,0,0),(3462,3296,1,1,1,4259,1,1332.76,-4633.4,24.0783,1.8675,300,0,0,15952,0,0,0,0,0),(3461,3324,1,1,1,1324,1,1844.21,-4353.61,-14.7982,3.31613,300,0,0,2769,0,0,0,0,0),(91748,22144,530,1,1,0,1,-1225.45,5704.02,215.466,6.04332,300,0,0,5589,3155,0,0,0,0),(91747,22143,530,1,1,0,1,-1270.2,5648.68,216.688,5.6514,300,0,0,7181,0,0,0,0,0),(91746,22143,530,1,1,0,1,-1301.92,5591.16,196.79,5.83552,300,0,0,7181,0,0,0,0,0),(91745,22148,530,1,1,0,1,-1351.55,5595.39,218.112,4.6658,300,0,0,7181,0,0,0,0,0),(91744,22143,530,1,1,0,1,-1335.39,5599.93,216.873,5.88526,300,0,0,7181,0,0,0,0,0),(91743,22143,530,1,1,0,1,-1359.09,5628.84,181.522,2.54326,300,3,0,7181,0,1,0,0,0),(91742,22144,530,1,1,0,1,-1387.99,5643.67,181.471,2.40838,300,0,0,5589,3155,0,0,0,0),(91741,22144,530,1,1,0,1,-1401.78,5649.74,181.736,6.22476,300,0,0,5589,3155,0,0,0,0),(91740,22144,530,1,1,0,1,-1387.87,5654.51,181.477,3.63622,300,0,0,5589,3155,0,0,0,0),(69712,22842,530,1,1,21119,0,-231.478,5442.25,29.7544,0.62634,120,0,0,50,0,2,0,0,0),(69711,22843,530,1,1,21119,0,-253.422,5430.91,28.9293,2.59318,120,0,0,4059,0,2,0,0,0),(69716,21310,530,1,1,0,0,-3788.54,2597.48,92.709,3.38201,300,0,0,6986,0,0,0,0,0),(69715,21310,530,1,1,0,0,-3794.05,2588.72,92.709,1.90546,300,0,0,6986,0,0,0,0,0),(69714,21310,530,1,1,0,0,-3802.94,2594.5,92.709,1.6057,300,0,0,6986,0,0,0,0,0),(200009,29058,571,1,1,0,0,5766.85,5475.87,211.614,0,120,0,0,6722,0,0,0,0,0),(69720,23142,530,1,1,0,0,-5114.25,597.062,85.1574,2.7049,600,0,0,6542,0,0,0,0,0),(69719,23142,530,1,1,0,0,-5115.02,601.537,85.0292,4.02044,600,0,0,6542,0,0,0,0,0),(69718,23142,530,1,1,0,0,-5119.6,601.834,84.818,5.17262,600,0,0,6542,0,0,0,0,0),(69717,23142,530,1,1,0,0,-5121.06,598.424,84.7603,0.0581088,600,0,0,6542,0,0,0,0,0),(69721,19461,530,1,1,0,0,568.772,3685.15,199.015,5.47404,300,5,0,2670,0,1,0,0,0),(69722,19461,530,1,1,0,0,510.328,3630.51,187.237,4.29978,300,5,0,2670,0,1,0,0,0),(69723,19461,530,1,1,0,0,573.8,3628.52,207.682,5.88154,300,5,0,2670,0,1,0,0,0),(69724,19461,530,1,1,0,0,580.572,3646.42,202.429,0.750834,300,5,0,2670,0,1,0,0,0),(69725,19466,530,1,1,0,1,3070.84,3695.18,142.465,1.09956,300,0,0,6761,0,0,0,0,0),(245553,16592,0,1,1,11686,0,-604.148,-545.813,36.579,0.698132,300,0,0,42,0,0,0,0,0),(69727,19467,530,1,1,0,1,3071.05,3697.33,142.394,0.479968,300,0,0,5409,3080,0,0,0,0),(69729,19468,530,1,1,0,0,3074.95,3699.25,142.394,3.62156,300,0,0,6542,0,0,0,0,0),(69730,19469,530,1,1,0,0,3077.69,3696.48,142.559,3.22886,300,0,0,6761,0,0,0,0,0),(69731,19470,530,1,1,0,0,2404.13,5950.76,152.192,1.76278,300,0,0,3815,0,0,0,0,0),(69732,19471,530,1,1,0,1,2437.96,5959.57,153.079,0.575959,300,0,0,3815,0,0,0,0,0),(69733,19472,530,1,1,0,1,2342.01,6021.99,142.622,1.76278,300,0,0,3815,0,0,0,0,0),(69734,19473,530,1,1,0,0,2270.27,5964.86,142.641,0.837758,300,0,0,6224,0,0,0,0,0),(69735,19474,530,1,1,0,0,2328.37,6059.62,142.395,4.99164,300,0,0,3815,0,0,0,0,0),(96607,25136,530,1,1,22943,1,-1783.16,5337.67,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(69737,19476,530,1,1,0,0,2483.92,5941.54,155.926,2.53073,300,0,0,3815,0,0,0,0,0),(69738,19478,530,1,1,0,0,2415.58,5915.76,152.4,2.02458,300,0,0,3815,0,0,0,0,0),(69739,19479,530,1,1,0,0,2289.88,6062.31,143.012,4.79965,300,0,0,6224,0,0,0,0,0),(69740,19481,530,1,1,0,0,2245.08,2230.73,136.723,2.42601,300,0,0,6986,0,0,0,0,0),(69741,19482,530,1,1,0,0,2999.59,3734.62,144.138,4.11898,300,0,0,42,0,0,0,0,0),(69742,19483,530,1,1,0,0,2829.42,4343.62,146.576,5.35816,300,0,0,42,0,0,0,0,0),(69743,19483,530,1,1,0,0,2802.83,4342.73,146.752,1.55334,300,0,0,42,0,0,0,0,0),(69744,19483,530,1,1,0,0,2815.7,4351.62,146.202,3.38594,300,0,0,42,0,0,0,0,0),(69745,19483,530,1,1,0,0,2806.69,4347.93,146.683,4.24115,300,0,0,42,0,0,0,0,0),(69746,19483,530,1,1,0,0,2822.92,4349.89,146.087,2.67035,300,0,0,42,0,0,0,0,0),(69747,19483,530,1,1,0,0,2830.86,4336.76,147.568,1.5708,300,0,0,42,0,0,0,0,0),(69748,19483,530,1,1,0,0,2945.82,4325.84,154.125,6.21337,300,0,0,42,0,0,0,0,0),(69749,19483,530,1,1,0,0,2956.82,4330.06,151.226,3.36848,300,0,0,42,0,0,0,0,0),(69750,19483,530,1,1,0,0,2964.21,4327.7,150.809,6.05629,300,0,0,42,0,0,0,0,0),(69751,19483,530,1,1,0,0,2969.44,4322.16,150.446,1.22173,300,0,0,42,0,0,0,0,0),(69752,19483,530,1,1,0,0,2955.89,4300.1,151.506,2.05949,300,0,0,42,0,0,0,0,0),(69753,19483,530,1,1,0,0,2970.91,4314.51,150.239,4.71239,300,0,0,42,0,0,0,0,0),(69754,19483,530,1,1,0,0,2944.71,4184.09,164.145,1.85005,300,0,0,42,0,0,0,0,0),(69755,19483,530,1,1,0,0,2900.03,4186.42,161.966,1.37881,300,0,0,42,0,0,0,0,0),(69756,19483,530,1,1,0,0,2906.5,4191.04,161.978,0.331613,300,0,0,42,0,0,0,0,0),(69757,19483,530,1,1,0,0,2902.96,4176.65,161.971,0.122173,300,0,0,42,0,0,0,0,0),(69758,19483,530,1,1,0,0,2911.36,4181.65,161.987,1.32645,300,0,0,42,0,0,0,0,0),(69759,19483,530,1,1,0,0,2897.13,4185.65,161.973,1.309,300,0,0,42,0,0,0,0,0),(69760,19483,530,1,1,0,0,2864.54,4186.41,164.09,4.55531,300,0,0,42,0,0,0,0,0),(69761,19483,530,1,1,0,0,2819.2,4151.31,162.682,4.55531,300,0,0,42,0,0,0,0,0),(69762,19483,530,1,1,0,0,2908.52,4223.58,164.09,3.21141,300,0,0,42,0,0,0,0,0),(69763,19483,530,1,1,0,0,2988.48,4220.84,162.682,4.95674,300,0,0,42,0,0,0,0,0),(69764,19483,530,1,1,0,0,2786.98,4218.01,179.537,5.70723,300,0,0,42,0,0,0,0,0),(69765,19483,530,1,1,0,0,2797.69,4209.73,179.533,2.28638,300,0,0,42,0,0,0,0,0),(69766,19483,530,1,1,0,0,2798.34,4239.92,175.784,2.49582,300,0,0,42,0,0,0,0,0),(69767,19483,530,1,1,0,0,2782.85,4221.81,180.107,5.86431,300,0,0,42,0,0,0,0,0),(69768,19483,530,1,1,0,0,2791.92,4250.67,175.586,4.15388,300,0,0,42,0,0,0,0,0),(69769,19483,530,1,1,0,0,2773.43,4229.87,180.805,2.58309,300,0,0,42,0,0,0,0,0),(69770,19483,530,1,1,0,0,2767.98,4241.2,181.204,2.14675,300,0,0,42,0,0,0,0,0),(69771,19483,530,1,1,0,0,2767.35,4243.71,181.052,4.86947,300,0,0,42,0,0,0,0,0),(69772,19483,530,1,1,0,0,2780.65,3875.94,160.789,5.14872,300,0,0,42,0,0,0,0,0),(69773,19483,530,1,1,0,0,2755.39,3868.95,142.461,4.29351,300,0,0,42,0,0,0,0,0),(69774,19483,530,1,1,0,0,2782.03,3873.38,160.562,1.55334,300,0,0,42,0,0,0,0,0),(69775,19483,530,1,1,0,0,2775.24,3880.4,160.334,2.68781,300,0,0,42,0,0,0,0,0),(69776,19483,530,1,1,0,0,2778.97,3877.38,160.613,2.42601,300,0,0,42,0,0,0,0,0),(69777,19483,530,1,1,0,0,3840.54,3884.4,108.471,3.75246,300,0,0,42,0,0,0,0,0),(69778,19483,530,1,1,0,0,3827.81,3892.66,109.092,5.28835,300,0,0,42,0,0,0,0,0),(69779,19483,530,1,1,0,0,3826.89,3903.93,108.826,4.76475,300,0,0,42,0,0,0,0,0),(69780,19483,530,1,1,0,0,3876.51,3998.69,123.608,2.9147,300,0,0,42,0,0,0,0,0),(69781,19483,530,1,1,0,0,3859.39,4017.11,127.545,2.49582,300,0,0,42,0,0,0,0,0),(69782,19483,530,1,1,0,0,3859.1,4003.34,126.694,3.1765,300,0,0,42,0,0,0,0,0),(69783,19483,530,1,1,0,0,3869.87,4000.86,124.866,3.22886,300,0,0,42,0,0,0,0,0),(69784,19483,530,1,1,0,0,3897.78,3978.58,123.336,2.87979,300,0,0,42,0,0,0,0,0),(69785,19483,530,1,1,0,0,3879.24,4051.63,120.939,2.49582,300,0,0,42,0,0,0,0,0),(69786,19483,530,1,1,0,0,3904.73,3977.05,123.44,2.93215,300,0,0,42,0,0,0,0,0),(69787,19483,530,1,1,0,0,3919.66,4001.44,186.532,4.81711,300,0,0,42,0,0,0,0,0),(69788,19483,530,1,1,0,0,3923.71,4050.57,189.414,1.09956,300,0,0,42,0,0,0,0,0),(69789,19483,530,1,1,0,0,3909.96,4058.55,123.02,2.51327,300,0,0,42,0,0,0,0,0),(69790,19483,530,1,1,0,0,3978.88,3991.04,194.309,5.58505,300,0,0,42,0,0,0,0,0),(69791,19483,530,1,1,0,0,3928.68,4050.03,116.278,5.84685,300,0,0,42,0,0,0,0,0),(69792,19483,530,1,1,0,0,3940.06,4104.45,191.859,1.69297,300,0,0,42,0,0,0,0,0),(69793,19483,530,1,1,0,0,3959.75,4117.04,190.492,2.84489,300,0,0,42,0,0,0,0,0),(69794,19483,530,1,1,0,0,3936.15,4086.53,191.765,5.67232,300,0,0,42,0,0,0,0,0),(69795,19483,530,1,1,0,0,3987.59,4045.86,194.303,3.64774,300,0,0,42,0,0,0,0,0),(69796,19483,530,1,1,0,0,3923.06,3978.97,123.437,1.3439,300,0,0,42,0,0,0,0,0),(69797,19483,530,1,1,0,0,3931.81,3982.08,123.514,3.22886,300,0,0,42,0,0,0,0,0),(69798,19483,530,1,1,0,0,3959.49,3931.2,124.887,4.13643,300,0,0,42,0,0,0,0,0),(69799,19483,530,1,1,0,0,3980.71,3914.13,124.222,4.5204,300,0,0,42,0,0,0,0,0),(69800,19483,530,1,1,0,0,4032.97,3982.47,194.304,1.53589,300,0,0,42,0,0,0,0,0),(69801,19483,530,1,1,0,0,4090.85,3972.21,118.577,0.10472,300,0,0,42,0,0,0,0,0),(69802,19483,530,1,1,0,0,4040.88,4038.16,194.309,2.46091,300,0,0,42,0,0,0,0,0),(69803,19483,530,1,1,0,0,3954.96,4026.19,115.209,5.16617,300,0,0,42,0,0,0,0,0),(69804,19483,530,1,1,0,0,4013.08,4007.37,192.19,1.09956,300,0,0,42,0,0,0,0,0),(69805,19483,530,1,1,0,0,4002.87,4012.03,192.191,3.45575,300,0,0,42,0,0,0,0,0),(69806,19483,530,1,1,0,0,4007.12,4021.18,192.19,6.21337,300,0,0,42,0,0,0,0,0),(69807,19483,530,1,1,0,0,4024.76,3995.58,127.354,2.51327,300,0,0,42,0,0,0,0,0),(69808,19483,530,1,1,0,0,3975.96,4004.2,118.819,3.63029,300,0,0,42,0,0,0,0,0),(69809,19483,530,1,1,0,0,4017.06,4017.32,192.19,0.471239,300,0,0,42,0,0,0,0,0),(69810,19484,530,1,1,0,0,2824.4,4349.42,148.153,5.77704,300,0,0,42,0,0,0,0,0),(69811,19484,530,1,1,0,0,2829.49,4343.66,154.273,1.62316,300,0,0,42,0,0,0,0,0),(69812,19484,530,1,1,0,0,2809.48,4350.26,148.854,0.541052,300,0,0,42,0,0,0,0,0),(69813,19484,530,1,1,0,0,2817.07,4351.84,148.633,2.87979,300,0,0,42,0,0,0,0,0),(69814,19484,530,1,1,0,0,2828.06,4332.52,152.292,4.15388,300,0,0,42,0,0,0,0,0),(69815,19484,530,1,1,0,0,2953.72,4325.56,158.298,3.49066,300,0,0,42,0,0,0,0,0),(69816,19484,530,1,1,0,0,2959.36,4329.2,153.797,2.82743,300,0,0,42,0,0,0,0,0),(69817,19484,530,1,1,0,0,2965.79,4326,153.535,2.30383,300,0,0,42,0,0,0,0,0),(69818,19484,530,1,1,0,0,2959.86,4301.23,154.327,0.244346,300,0,0,42,0,0,0,0,0),(69819,19484,530,1,1,0,0,2969.6,4310.2,150.408,4.45059,300,0,0,42,0,0,0,0,0),(69820,19484,530,1,1,0,0,2969.74,4320.69,153.428,1.72788,300,0,0,42,0,0,0,0,0),(69821,19484,530,1,1,0,0,2944.03,4174.88,166.81,3.54302,300,0,0,42,0,0,0,0,0),(69822,19484,530,1,1,0,0,2907.43,4183.55,169.282,1.78024,300,0,0,42,0,0,0,0,0),(69823,19484,530,1,1,0,0,2904.52,4186.9,168.884,3.05433,300,0,0,42,0,0,0,0,0),(69824,19484,530,1,1,0,0,2904.54,4180.54,168.168,0.15708,300,0,0,42,0,0,0,0,0),(69825,19484,530,1,1,0,0,2901.2,4183.96,168.385,5.48033,300,0,0,42,0,0,0,0,0),(69826,19484,530,1,1,0,0,2864.1,4189.8,168.163,1.01229,300,0,0,42,0,0,0,0,0),(69827,19484,530,1,1,0,0,2817.59,4152.83,170.704,2.82743,300,0,0,42,0,0,0,0,0),(69828,19484,530,1,1,0,0,2821.97,4146.53,170.516,4.97419,300,0,0,42,0,0,0,0,0),(69829,19484,530,1,1,0,0,2908.08,4224.77,169.314,5.48033,300,0,0,42,0,0,0,0,0),(69830,19484,530,1,1,0,0,2989.21,4215.59,168.773,5.48033,300,0,0,42,0,0,0,0,0),(69831,19484,530,1,1,0,0,2986.81,4221.5,168.574,0.715585,300,0,0,42,0,0,0,0,0),(69832,19484,530,1,1,0,0,2794.92,4217.21,181.301,5.48033,300,0,0,42,0,0,0,0,0),(69833,19484,530,1,1,0,0,2785.91,4218.02,181.711,5.5676,300,0,0,42,0,0,0,0,0),(69834,19484,530,1,1,0,0,2799.34,4240.61,176.964,2.89725,300,0,0,42,0,0,0,0,0),(69835,19484,530,1,1,0,0,2782.46,4221.55,182.315,1.6057,300,0,0,42,0,0,0,0,0),(69836,19484,530,1,1,0,0,2794.09,4252.74,176.949,0.942478,300,0,0,42,0,0,0,0,0),(69837,19484,530,1,1,0,0,2767.73,4248.36,184.313,2.16421,300,0,0,42,0,0,0,0,0),(69838,19484,530,1,1,0,0,2774.69,4228.57,183.006,2.67035,300,0,0,42,0,0,0,0,0),(69839,19484,530,1,1,0,0,2770.87,4233.11,184.384,4.04916,300,0,0,42,0,0,0,0,0),(69840,19484,530,1,1,0,0,2756.89,3862,148.443,5.84685,300,0,0,42,0,0,0,0,0),(69841,19484,530,1,1,0,0,2767.2,3881.92,163.157,6.23082,300,0,0,42,0,0,0,0,0),(69842,19484,530,1,1,0,0,2774.53,3880.63,163.65,2.35619,300,0,0,42,0,0,0,0,0),(69843,19484,530,1,1,0,0,2781.52,3873.45,164.066,1.98968,300,0,0,42,0,0,0,0,0),(69844,19484,530,1,1,0,0,2778.89,3877.04,163.934,5.84685,300,0,0,42,0,0,0,0,0),(69845,19484,530,1,1,0,0,2756.21,3867.3,148.056,5.79449,300,0,0,42,0,0,0,0,0),(69846,19484,530,1,1,0,0,2407.98,2763.57,141.655,5.75959,300,0,0,42,0,0,0,0,0),(69847,19484,530,1,1,0,0,2422.15,2756.01,135.542,5.044,300,0,0,42,0,0,0,0,0),(69848,19484,530,1,1,0,0,4006.77,4018.28,197.076,1.13446,300,0,0,42,0,0,0,0,0),(69849,19484,530,1,1,0,0,4014.65,4017.73,198.055,0.523599,300,0,0,42,0,0,0,0,0),(69850,19484,530,1,1,0,0,4013.29,4009.45,197.173,4.29351,300,0,0,42,0,0,0,0,0),(69851,19484,530,1,1,0,0,4005.87,4012,197.145,2.54818,300,0,0,42,0,0,0,0,0),(69852,19485,530,1,1,0,0,-2201.32,5521.2,64.1556,0.453786,300,0,0,5715,0,0,0,0,0),(69853,19488,530,1,1,0,0,2247.11,2277.43,97.9116,0.349066,300,0,0,6542,0,0,0,0,0),(69854,19489,530,1,1,0,0,2248.73,2273.1,97.9139,0.523599,300,0,0,6326,0,0,0,0,0),(69855,19494,530,1,1,0,0,2240.61,2231.97,101.754,0.156277,300,0,0,6280,2991,2,0,0,0),(69856,19495,530,1,1,0,0,2098.18,6903.92,183.313,3.75246,300,0,0,6210,0,0,0,0,0),(69857,19496,530,1,1,0,1,-3602.07,4926.6,-100.966,5.37561,300,0,0,6986,0,0,0,0,0),(69858,19497,530,1,1,0,0,2064.58,6771.93,174.878,1.5708,300,0,0,6032,0,0,0,0,0),(69859,19498,530,1,1,0,0,2020.52,6797.61,175.696,0.20944,300,0,0,5715,0,0,0,0,0),(69860,19499,530,1,1,0,1,2100.73,6797.84,175.696,0.959931,300,0,0,5341,0,0,0,0,0),(69861,19500,530,1,1,0,1,1944.04,6833.94,155.837,2.96706,300,0,0,5914,0,0,0,0,0),(69862,19500,530,1,1,0,1,1942.59,6842.57,155.337,3.35103,300,0,0,5914,0,0,0,0,0),(69863,19500,530,1,1,0,1,2061.9,6731.76,154.322,4.86947,300,0,0,5914,0,0,0,0,0),(69864,19500,530,1,1,0,1,2070.5,6733.04,154.792,4.59022,300,0,0,5914,0,0,0,0,0),(69865,19500,530,1,1,0,1,2067.99,6738.34,155.545,4.46825,300,0,0,5914,0,2,0,0,0),(69866,19500,530,1,1,0,1,2043.4,6749.32,158.104,6.1529,300,0,0,5914,0,2,0,0,0),(69867,19500,530,1,1,0,1,2140,6807.8,172.34,3.21141,300,0,0,5914,0,0,0,0,0),(69868,19500,530,1,1,0,1,2139.67,6800.94,171.65,2.80998,300,0,0,5914,0,0,0,0,0),(69869,19500,530,1,1,0,1,2056.83,6841,172.891,1.18682,300,0,0,5914,0,0,0,0,0),(69870,19500,530,1,1,0,1,2067.03,6841.71,172.906,1.98968,300,0,0,5914,0,0,0,0,0),(69872,19500,530,1,1,0,1,2008.94,6860.91,172.474,3.92699,300,0,0,5914,0,0,0,0,0),(69873,19500,530,1,1,0,1,2001.29,6864.53,172.724,4.57276,300,0,0,5914,0,0,0,0,0),(69874,19500,530,1,1,0,1,2080.73,6879.86,179.84,3.64774,300,0,0,5914,0,0,0,0,0),(69875,19500,530,1,1,0,1,2074.94,6884.94,179.89,4.11898,300,0,0,5914,0,0,0,0,0),(69876,19500,530,1,1,0,1,2131.12,6819.09,172.591,1.63529,300,0,0,5914,0,2,0,0,0),(69877,19502,530,1,1,0,1,-3610.77,4944.23,-101.048,1.59237,300,0,0,9780,14392,0,0,0,0),(69878,19503,530,1,1,0,1,-3655.05,4945.2,-101.048,6.04428,300,0,0,6542,0,2,0,0,0),(69879,19503,530,1,1,0,1,-3655.25,4943.03,-101.048,0.115848,300,0,0,6542,0,2,0,0,0),(69881,19504,530,1,1,0,1,-4088.68,1209.65,80.5744,5.84685,300,0,0,5589,3155,0,0,0,0),(69882,19504,530,1,1,0,1,-4071.33,1134.88,43.256,5.77704,300,0,0,5589,3155,0,0,0,0),(69883,19504,530,1,1,0,1,-4117.08,1161.62,49.2703,0,300,0,0,5589,3155,0,0,0,0),(69884,19504,530,1,1,0,1,-4110.84,1163.85,49.3992,3.92699,300,0,0,5589,3155,0,0,0,0),(69885,19504,530,1,1,0,1,-4067.98,1115.39,40.8465,4.90438,300,0,0,5589,3155,0,0,0,0),(69886,19504,530,1,1,0,1,-4092.23,1131.35,43.3465,5.52264,300,0,0,5589,3155,0,0,0,0),(69887,19504,530,1,1,0,1,-4085.17,1130.05,43.3465,3.47321,300,0,0,5589,3155,0,0,0,0),(69888,19504,530,1,1,0,1,-4115.57,1112.53,44.5888,0.314159,300,0,0,5589,3155,0,0,0,0),(69889,19504,530,1,1,0,1,-4097.42,1125.71,42.6767,5.32912,300,0,0,5589,3155,0,0,0,0),(69890,19504,530,1,1,0,1,-4073.11,1150.42,44.4921,3.19395,300,0,0,5589,3155,0,0,0,0),(69891,19504,530,1,1,0,1,-4109.33,1123.24,44.5729,5.20108,300,0,0,5589,3155,0,0,0,0),(69892,19504,530,1,1,0,1,-4143.03,1133.64,44.6152,6.00393,300,0,0,5589,3155,0,0,0,0),(69893,19504,530,1,1,0,1,-4063.59,1100.43,36.6066,5.41052,300,0,0,5589,3155,0,0,0,0),(69894,19504,530,1,1,0,1,-4103.13,1101.47,41.3348,5.3058,300,0,0,5589,3155,0,0,0,0),(69895,19517,530,1,1,0,0,-4112.08,1177.51,49.6649,4.32842,300,0,0,5589,3155,0,0,0,0),(69896,19518,530,1,1,0,0,-4089.42,1151.9,44.5118,5.02655,300,0,0,5589,3155,0,0,0,0),(69897,19519,530,1,1,0,0,-184.402,8165.6,18.084,3.92698,300,5,0,5715,0,1,0,0,0),(69898,19519,530,1,1,0,0,-231.978,8113.85,20.3211,3.92703,300,5,0,5715,0,1,0,0,0),(69899,19519,530,1,1,0,0,20.636,8628,18.1874,4.56329,300,5,0,5715,0,1,0,0,0),(69900,19519,530,1,1,0,0,20.1363,8584.07,23.373,0.327923,300,5,0,5715,0,1,0,0,0),(69901,19519,530,1,1,0,0,-126.273,8246.88,22.6278,4.11943,300,5,0,5715,0,1,0,0,0),(69902,19519,530,1,1,0,0,-161.068,8562.52,17.5934,5.49434,300,5,0,5715,0,1,0,0,0),(69903,19519,530,1,1,0,0,-96.7022,8577.28,21.7699,5.61276,300,0,0,5715,0,0,0,0,0),(69904,19519,530,1,1,0,0,-90.2566,8633.43,18.0046,1.7026,300,0,0,5715,0,0,0,0,0),(69905,19519,530,1,1,0,0,-117.074,8914.79,18.4572,3.38351,300,5,0,5715,0,1,0,0,0),(69906,19519,530,1,1,0,0,-213.403,8810.99,18.0036,5.2473,300,5,0,5715,0,1,0,0,0),(69907,19520,530,1,1,0,0,-4122.7,1171.88,49.6649,5.96903,300,0,0,5589,3155,0,0,0,0),(69908,19521,530,1,1,0,0,-4080.25,1149.06,44.5172,4.32842,300,0,0,5589,3155,0,0,0,0),(69910,19526,530,1,1,0,0,-3075.54,745.644,-10.063,0.575959,300,0,0,5589,3155,0,0,0,0),(69911,19527,530,1,1,0,0,-731.553,1544.64,32.2262,3.13476,300,5,0,4126,2486,1,0,0,0),(69912,19527,530,1,1,0,0,-753.632,1517.53,28.7901,3.16012,300,5,0,4126,2486,1,0,0,0),(69913,19527,530,1,1,0,0,-854.63,1551.96,53.5323,2.78031,300,5,0,4126,2486,1,0,0,0),(69914,19527,530,1,1,0,0,-880.951,1518.35,41.3612,0.807494,300,5,0,4126,2486,1,0,0,0),(69915,19527,530,1,1,0,0,-955.428,1537.73,53.6466,3.16503,300,5,0,4126,2486,1,0,0,0),(69916,19527,530,1,1,0,0,-1019.95,1518.32,42.4933,2.89898,300,5,0,4126,2486,1,0,0,0),(69917,19527,530,1,1,0,0,-1084.65,1494.3,37.8692,1.74156,300,5,0,4126,2486,1,0,0,0),(69918,19527,530,1,1,0,0,-1128.49,1424.72,26.8779,3.47384,300,5,0,4126,2486,1,0,0,0),(69919,19527,530,1,1,0,0,-1128.73,1492.16,44.1702,2.42735,300,5,0,4126,2486,1,0,0,0),(69920,19527,530,1,1,0,0,-1178.61,1487.76,45.2699,6.26268,300,5,0,4126,2486,1,0,0,0),(69921,19528,530,1,1,0,0,-2983.09,787.811,-7.97175,2.98451,300,0,0,5589,3155,0,0,0,0),(69922,19529,530,1,1,0,1,4218.81,3140.67,184.062,1.15192,300,0,0,35905,0,0,0,0,0),(69923,19529,530,1,1,0,1,4232.66,3131.07,183.995,1.32645,300,0,0,35905,0,0,0,0,0),(69924,19529,530,1,1,0,1,4177.17,3079.43,335.904,1.22173,300,0,0,35905,0,0,0,0,0),(69925,19529,530,1,1,0,1,4141.85,3020.87,341.294,0.942478,300,0,0,35905,0,0,0,0,0),(69926,19529,530,1,1,0,1,4188.5,3070.56,335.904,1.13446,300,0,0,35905,0,0,0,0,0),(69927,19529,530,1,1,0,1,4126.13,2985.71,350.588,1.25399,300,0,0,35905,0,2,0,0,0),(69928,19529,530,1,1,0,1,4157.62,2972.4,352.365,4.88692,300,0,0,35905,0,0,0,0,0),(69929,19529,530,1,1,0,1,4174.09,2985.89,337.036,2.30383,300,0,0,35905,0,0,0,0,0),(69930,19529,530,1,1,0,1,4125.84,2963.5,352.335,1.88496,300,0,0,35905,0,0,0,0,0),(69931,19529,530,1,1,0,1,4109.4,2963.06,352.527,1.67552,300,0,0,35905,0,0,0,0,0),(69932,19529,530,1,1,0,1,4076.17,3025.36,337.305,1.16937,300,0,0,35905,0,0,0,0,0),(69933,19529,530,1,1,0,1,4124.78,2924.94,354.522,2.22684,300,0,0,35905,0,0,0,0,0),(69934,19529,530,1,1,0,1,4114.04,2924.06,354.522,0.993816,300,0,0,35905,0,0,0,0,0),(69935,19530,530,1,1,0,0,-3036.63,865.463,-10.15,4.74729,300,0,0,5589,3155,0,0,0,0),(69936,19531,530,1,1,0,0,4113.01,3066.12,339.548,5.18363,300,0,0,3815,0,0,0,0,0),(69937,19532,530,1,1,0,0,-2998.35,835.078,-9.95219,3.57792,300,0,0,5589,3155,0,0,0,0),(69938,19533,530,1,1,0,0,4173.42,3033.52,337.046,2.63545,300,0,0,3815,0,0,0,0,0),(69939,19534,530,1,1,0,0,4152.12,3067.7,336.928,5.77704,300,0,0,3815,0,0,0,0,0),(69940,19535,530,1,1,0,0,4146.64,3037.47,338.661,1.02974,300,0,0,3815,0,0,0,0,0),(69941,19536,530,1,1,0,0,4093.68,3032.83,336.8,0.087266,300,0,0,3815,0,0,0,0,0),(69942,19537,530,1,1,0,0,4189.66,3023.67,339.392,5.49779,300,0,0,3815,0,0,0,0,0),(69943,19538,530,1,1,0,0,4202.48,2998.92,339.392,2.79253,300,0,0,3815,0,0,0,0,0),(69944,19539,530,1,1,0,0,4191.23,3001.25,339.392,2.33874,300,0,0,3815,0,0,0,0,0),(69945,19540,530,1,1,0,0,4205.09,3017.44,339.392,4.06662,300,0,0,6224,0,0,0,0,0),(69946,19541,530,1,1,0,1,3112.47,3682.46,143.377,1.64061,300,0,0,20958,0,0,0,0,0),(69947,19541,530,1,1,0,1,3108.84,3687.86,143.416,6.00393,300,0,0,20958,0,0,0,0,0),(69948,19541,530,1,1,0,1,3051.94,3694.4,143.197,6.16101,300,0,0,20958,0,0,0,0,0),(69949,19541,530,1,1,0,1,3041.04,3615.07,143.814,6.0912,300,0,0,20958,0,0,0,0,0),(69950,19541,530,1,1,0,1,3047.52,3615.49,143.402,3.42085,300,0,0,20958,0,0,0,0,0),(69951,19541,530,1,1,0,1,3019.2,3741.33,144.652,2.37365,300,0,0,20958,0,0,0,0,0),(69952,19541,530,1,1,0,1,3013.22,3742.85,144.419,0.279253,300,0,0,20958,0,0,0,0,0),(69953,19541,530,1,1,0,1,2955.42,3722.97,143.116,4.29351,300,0,0,20958,0,0,0,0,0),(69954,19541,530,1,1,0,1,2955.57,3716.19,143.024,2.05949,300,0,0,20958,0,0,0,0,0),(69955,19542,530,1,1,0,1,-3597.69,4921,-100.967,2.28638,300,0,0,13972,0,0,0,0,0),(69956,19543,530,1,1,0,1,2185.22,2115.88,72.4063,5.53269,300,0,0,6803,5982,0,0,0,0),(69957,19544,530,1,1,0,1,2308.53,2152.49,89.9053,5.59527,300,0,0,6803,5982,2,0,0,0),(69958,19545,530,1,1,0,1,2218.05,2155.52,75.1664,5.50607,300,0,0,6803,5982,2,0,0,0),(69959,19546,530,1,1,0,1,2162.67,2239.2,74.9615,3.86508,300,0,0,6803,4786,2,0,0,0),(69960,19547,530,1,1,0,0,2239.45,2389.64,112.748,3.61283,300,0,0,42,0,0,0,0,0),(69961,19548,530,1,1,0,0,2191.15,2339.52,90.4991,5.95157,300,0,0,42,0,0,0,0,0),(69962,19549,530,1,1,0,0,2228.32,2312.22,89.3019,4.93928,300,0,0,42,0,0,0,0,0),(69963,19550,530,1,1,0,0,2202.37,2412.08,109.269,5.2709,300,0,0,42,0,0,0,0,0),(69964,19554,530,1,1,0,0,3936.81,2003.84,257.529,1.01229,300,0,0,279440,0,0,0,0,0),(69965,19558,530,1,1,0,1,-1314.93,2355.39,89.0385,2.51327,300,0,0,14193,2790,0,0,0,0),(69966,19559,530,1,1,0,1,-1319.3,2351.02,89.3776,1.69297,300,0,0,3052,0,0,0,0,0),(69967,19560,530,1,1,0,1,-1341.68,2367.63,89.0334,0.05236,300,0,0,3052,0,0,0,0,0),(69968,19561,530,1,1,0,0,-1329.01,2397.58,89.1584,5.23599,300,0,0,3052,0,0,0,0,0),(69969,19562,530,1,1,0,0,-1340.82,2357.74,89.038,0.523599,300,0,0,2371,0,0,0,0,0),(69970,19565,530,1,1,0,0,3936.43,2004.47,350.346,0.541052,300,0,0,6986,0,0,0,0,0),(143206,23929,571,1,1,0,0,2357.83,-6189.61,-5.10993,4.9512,120,5,0,1,0,1,0,0,0),(143205,23929,571,1,1,0,0,2479.46,-6216.99,-9.75119,5.71361,120,5,0,1,0,1,0,0,0),(143204,23929,571,1,1,0,0,2517.97,-6183.57,-14.0471,0.978736,120,5,0,1,0,1,0,0,0),(143203,23929,571,1,1,0,0,2416.96,-6180.48,-10.0151,5.76622,120,5,0,1,0,1,0,0,0),(69977,18886,530,1,1,0,0,4819.65,2537.18,110.349,4.90474,300,0,0,1,0,2,0,0,0),(69978,19568,530,1,1,0,0,3990.15,1735.37,270.177,3.27298,300,0,0,6542,0,2,0,0,0),(143202,23929,571,1,1,0,0,2481.23,-6117.84,-16.3463,0.0152843,120,5,0,1,0,1,0,0,0),(69980,19568,530,1,1,0,0,4001.01,1683.55,137.226,3.309,300,0,0,6542,0,2,0,0,0),(69981,19853,530,1,1,0,1,2844.67,3361.5,138.565,2.3911,300,0,0,1,0,2,0,0,0),(69982,19568,530,1,1,0,0,3696.55,1954.49,134.377,4.58612,300,0,0,6542,0,2,0,0,0),(143201,23929,571,1,1,0,0,2441.39,-6147.94,-9.38678,5.72769,120,5,0,1,0,1,0,0,0),(143200,23929,571,1,1,0,0,2431.06,-6115.15,1.2024,0.123614,120,5,0,1,0,1,0,0,0),(69986,21157,530,1,1,0,0,4702.08,2488.54,239.263,0.212547,300,0,0,1,0,2,0,0,0),(69987,19568,530,1,1,0,0,3915.08,2111.54,274.422,1.72108,300,0,0,6542,0,2,0,0,0),(69988,19568,530,1,1,0,0,3887.31,2258.43,214.298,1.7733,300,0,0,6542,0,2,0,0,0),(69989,19568,530,1,1,0,0,3726.48,1961.26,249.912,3.30616,300,0,0,6542,0,2,0,0,0),(69991,19568,530,1,1,0,0,4044.87,2025.38,267.544,3.31116,300,0,0,6542,0,2,0,0,0),(69993,19568,530,1,1,0,0,4148.98,2042.91,164.712,0.359338,300,0,0,6542,0,2,0,0,0),(69994,19568,530,1,1,0,0,3827.96,1979.83,275.021,3.29741,300,0,0,6542,0,2,0,0,0),(69997,18886,530,1,1,0,0,4836.94,2327.35,106.283,4.87041,300,0,0,1,0,2,0,0,0),(69998,19568,530,1,1,0,0,4151.25,2042.39,245.592,0.183618,300,0,0,6542,0,2,0,0,0),(69999,19568,530,1,1,0,0,3957.74,1894.36,269.926,3.33048,300,0,0,6542,0,2,0,0,0),(70008,19569,530,1,1,0,0,3389.06,4296.1,120.867,0.680678,300,0,0,8832,0,0,0,0,0),(70009,19570,530,1,1,0,1,3041.8,3658.85,143.406,0.261799,300,0,0,9431,0,0,0,0,0),(70010,19571,530,1,1,0,1,3062.15,3701.82,142.562,4.79965,300,0,0,6210,0,0,0,0,0),(70011,19572,530,1,1,0,1,3073.64,3656.38,143.174,1.41372,300,0,0,7984,0,0,0,0,0),(70012,19573,530,1,1,0,1,3111.26,3670.91,143.489,1.67552,300,0,0,5079,0,0,0,0,0),(70013,19574,530,1,1,0,1,2953.86,3636.46,144.364,0.401426,300,0,0,6032,0,0,0,0,0),(70014,19575,530,1,1,0,1,2975.46,3663.07,143.168,1.25664,300,0,0,8540,0,0,0,0,0),(70015,19576,530,1,1,0,1,2974,3672.69,143.634,0,300,0,0,7688,0,0,0,0,0),(70016,19578,530,1,1,0,1,3352.84,3726.39,141.512,2.18166,300,0,0,9431,0,0,0,0,0),(70017,19581,530,1,1,0,0,-3062.63,741.933,-10.0639,0.925025,300,0,0,17742,0,0,0,0,0),(70018,19582,530,1,1,0,0,3351.95,3727.86,141.32,5.2709,300,0,0,5527,0,0,0,0,0),(70019,19583,530,1,1,0,0,4160.16,2957.3,352.298,2.80998,300,0,0,17742,0,0,0,0,0),(70020,19588,530,1,1,0,0,3374.91,3740.79,137.734,3.43801,300,0,0,5914,0,0,0,0,0),(70021,19589,530,1,1,0,0,3351.4,3722.33,141.397,0.628319,300,0,0,9489,0,0,0,0,0),(70022,19590,530,1,1,0,0,-1298.21,6345.87,38.278,2.96706,300,0,0,6986,0,0,0,0,0),(70023,19593,530,1,1,0,1,2406.91,2604.9,134.775,5.6486,300,0,0,5233,2991,0,0,0,0),(47634,8916,230,1,1,9072,1,547.512,-168.355,-36.8797,5.93412,7200,0,0,2304,1807,0,0,0,0),(47631,9056,230,1,1,8704,1,963.267,-343.735,-71.7394,2.21696,43200,0,0,13734,9910,0,0,0,0),(47630,9020,230,1,1,8703,0,372.183,-178.305,-70.0302,5.07891,7200,0,0,7599,0,0,0,0,0),(70028,19606,530,1,1,0,1,-2630.94,4391.65,34.897,4.18,300,0,0,11828,0,0,0,0,0),(70029,19607,530,1,1,0,0,-2639.36,4391.88,35.0976,0.593412,300,0,0,5715,0,0,0,0,0),(70030,19610,530,1,1,0,0,3018.9,3661.96,130.343,0.20944,300,0,0,3984,2434,0,0,0,0),(70031,19610,530,1,1,0,0,3014.45,3700.17,138.94,5.95157,300,0,0,3984,2434,0,0,0,0),(70032,19610,530,1,1,0,0,3021.31,3684.95,143.631,0.020118,300,0,0,3984,2434,2,0,0,0),(70033,19610,530,1,1,0,0,2977.48,3662.76,143.265,4.15185,300,0,0,3984,2434,0,0,0,0),(70034,19610,530,1,1,0,0,2990.58,3602.73,137.095,1.02974,300,0,0,3984,2434,0,0,0,0),(70035,19610,530,1,1,0,0,2936.9,3572.38,133.286,5.0091,300,0,0,3984,2434,0,0,0,0),(70036,19610,530,1,1,0,0,2971.52,3576.5,135.56,4.36332,300,0,0,3984,2434,0,0,0,0),(70037,19612,530,1,1,0,0,3023.83,3684.98,143.718,3.35103,300,0,0,5914,0,2,0,0,0),(70038,19617,530,1,1,0,1,3080.51,3684.4,142.533,5.41052,300,0,0,9431,0,0,0,0,0),(70039,19618,530,1,1,0,0,2419.47,2762.89,132.452,4.97419,300,0,0,4120,0,0,0,0,0),(70040,19619,530,1,1,0,0,2414.05,2758.24,132.452,6.16101,300,0,0,4120,0,0,0,0,0),(70041,19620,530,1,1,0,0,2416.62,2760.81,132.452,3.14159,300,0,0,4120,0,0,0,0,0),(70042,19621,530,1,1,0,1,3030.26,3628.17,145.063,0.802851,300,0,0,6183,6882,0,0,0,0),(70043,19623,530,1,1,0,1,3089.74,3683.96,142.647,1.93731,300,0,0,8832,0,0,0,0,0),(70044,19624,530,1,1,0,0,-365.468,970.867,54.2791,0.977384,300,0,0,2784,0,0,0,0,0),(70045,19624,530,1,1,0,0,-368.17,965.158,54.259,1.8326,300,0,0,2784,0,0,0,0,0),(70046,19624,530,1,1,0,0,-360.984,966.723,54.3109,1.0472,300,0,0,2784,0,0,0,0,0),(70047,19624,530,1,1,0,0,-359.89,974.222,54.3196,0.959931,300,0,0,2784,0,0,0,0,0),(70048,19624,530,1,1,0,0,-350.672,968.952,54.3562,1.13446,300,0,0,2784,0,0,0,0,0),(70049,19624,530,1,1,0,0,-364.374,962.509,54.286,1.72788,300,0,0,2784,0,0,0,0,0),(70050,19624,530,1,1,0,0,-365.85,986.47,54.2781,5.41052,300,0,0,2784,0,0,0,0,0),(70051,19624,530,1,1,0,0,-355.555,972.133,54.3415,1.20428,300,0,0,2784,0,0,0,0,0),(70052,19625,530,1,1,0,1,-4120.17,1178.49,49.6954,5.41052,300,0,0,17742,0,0,0,0,0),(70053,19626,530,1,1,0,0,-4138.51,1122.1,44.6142,0.174533,300,0,0,5975,0,0,0,0,0),(70054,19627,530,1,1,0,1,-4118.08,1177.77,49.6954,3.26377,300,0,0,17742,0,0,0,0,0),(70055,19628,530,1,1,0,0,-4136.87,1121.88,44.6129,2.87979,300,0,0,3662,0,0,0,0,0),(70056,19629,530,1,1,0,1,-2984.4,772.487,-7.96982,3.56047,300,0,0,5975,0,0,0,0,0),(70057,19631,530,1,1,0,1,-2988.26,770.395,-7.97176,0.279253,300,0,0,3662,0,0,0,0,0),(70058,19634,530,1,1,0,1,2923.39,3577.39,129.389,0.680678,300,0,0,9127,0,0,0,0,0),(70059,19635,530,1,1,0,1,3024.03,3964.66,156.178,1.35076,300,0,0,6542,0,2,0,0,0),(70060,19641,530,1,1,0,1,2503.19,3902.48,128.967,5.55625,300,0,0,8113,0,0,0,0,0),(70061,19642,530,1,1,0,1,2669.68,3798.54,140.42,1.92591,300,5,0,6542,0,1,0,0,0),(70062,19642,530,1,1,0,1,2548.93,3790.73,141.944,2.56587,300,0,0,6542,0,0,0,0,0),(70063,19642,530,1,1,0,1,2547.21,3794.55,141.926,4.90278,300,0,0,6542,0,0,0,0,0),(70064,19642,530,1,1,0,1,2540.75,3856.96,139.774,4.9351,300,5,0,6542,0,1,0,0,0),(70065,19642,530,1,1,0,1,2479.3,4022.78,129.327,4.26244,300,0,0,6542,0,0,0,0,0),(70066,19642,530,1,1,0,1,2470.46,4019.99,126.511,4.05269,300,0,0,6542,0,0,0,0,0),(70067,19642,530,1,1,0,1,2506.45,3902.99,129.064,4.91025,300,0,0,6542,0,0,0,0,0),(70068,19642,530,1,1,0,1,2502.11,3824.49,128.221,2.89056,300,0,0,6542,0,0,0,0,0),(70069,19643,530,1,1,0,1,3023.93,4077,150.251,6.13899,300,5,0,5756,2991,1,0,0,0),(70070,19643,530,1,1,0,1,2920.27,4021.77,149.854,4.47949,300,5,0,5756,2991,1,0,0,0),(70071,19643,530,1,1,0,1,2654.42,4236.81,154.341,3.32127,300,5,0,5756,2991,1,0,0,0),(70072,19643,530,1,1,0,1,2666.74,4028.4,175.025,5.5783,300,5,0,5756,2991,1,0,0,0),(70073,19645,530,1,1,0,0,3053.08,3644.41,143.263,4.83456,300,0,0,9431,0,0,0,0,0),(70074,19646,530,1,1,0,0,-1264.71,7181.64,57.1455,5.28835,300,0,0,6986,0,0,0,0,0),(70075,19646,530,1,1,0,0,-1300.73,6995.35,32.4119,2.18166,300,0,0,6986,0,0,0,0,0),(70076,19646,530,1,1,0,0,-1399.34,7130.11,33.5741,2.74017,300,0,0,6986,0,0,0,0,0),(70077,19646,530,1,1,0,0,-1341.87,7247.13,32.9668,1.48353,300,0,0,6986,0,0,0,0,0),(70078,19646,530,1,1,0,0,-1412.97,7279.68,25.3799,1.53589,300,0,0,6986,0,0,0,0,0),(70079,19646,530,1,1,0,0,-1266.21,7323.06,34.1951,2.53073,300,0,0,6986,0,0,0,0,0),(70080,19648,530,1,1,0,0,-2977.58,869.955,-7.31223,4.67748,300,0,0,5975,0,0,0,0,0),(70081,19649,530,1,1,0,1,-2974.32,866.949,-7.3235,3.08923,300,0,0,5975,0,0,0,0,0),(70082,19651,530,1,1,0,0,3065.6,3693.9,142.427,0.418879,300,0,0,6986,0,0,0,0,0),(70083,19651,530,1,1,0,0,3070.28,3691.09,142.489,0.802851,300,0,0,6986,0,0,0,0,0),(70084,19651,530,1,1,0,0,3068.26,3691.01,142.375,0.942478,300,0,0,6986,0,0,0,0,0),(70085,19651,530,1,1,0,0,3069.03,3701.21,142.394,0.479968,300,0,0,6986,0,0,0,0,0),(70086,19652,530,1,1,0,0,-420.378,1846.74,80.8949,1.88496,300,0,0,4120,0,0,0,0,0),(70087,19652,530,1,1,0,0,146.95,1717.29,37.7222,1.50098,300,0,0,4120,0,0,0,0,0),(12767,22991,530,1,1,0,0,-3857.69,3426.25,363.733,-0.087267,180,0,0,4120,0,0,0,0,0),(70089,19653,530,1,1,0,0,3013,2291.73,160.751,5.90725,300,0,0,2530,0,0,0,0,0),(70090,19654,530,1,1,0,0,3057.26,3626.89,146.204,5.044,300,0,0,4120,0,0,0,0,0),(70091,19655,530,1,1,0,0,3058.77,3622.12,143.526,1.95477,300,0,0,4120,0,0,0,0,0),(70092,19656,530,1,1,0,0,388.797,2151.67,137.587,2.42601,300,0,0,4120,0,0,0,0,0),(70093,19656,530,1,1,0,0,349.99,2183.96,135.411,1.11701,300,0,0,4120,0,0,0,0,0),(70094,19656,530,1,1,0,0,389.256,2212.21,138.531,3.76991,300,0,0,4120,0,0,0,0,0),(70095,19656,530,1,1,0,0,204.427,2591.15,101.926,3.25564,300,0,0,4120,0,0,0,0,0),(70096,19656,530,1,1,0,0,356.446,2515.55,169.782,4.69494,300,0,0,4120,0,0,0,0,0),(70097,19656,530,1,1,0,0,356.132,2480.07,172.274,6.17846,300,0,0,4120,0,0,0,0,0),(70098,19656,530,1,1,0,0,391.042,2476.3,162.763,1.58825,300,0,0,4120,0,0,0,0,0),(70099,19656,530,1,1,0,0,390.666,2517.12,162.528,3.15905,300,0,0,4120,0,0,0,0,0),(70100,19656,530,1,1,0,0,566.804,2779.48,237.697,2.6529,300,0,0,4120,0,0,0,0,0),(70101,19656,530,1,1,0,0,564.396,2817.12,236.767,3.54302,300,0,0,4120,0,0,0,0,0),(70102,19656,530,1,1,0,0,526.366,2800.64,232.208,4.04916,300,0,0,4120,0,0,0,0,0),(70103,19656,530,1,1,0,0,497.734,2780.94,224.188,0.610865,300,0,0,4120,0,0,0,0,0),(70104,19656,530,1,1,0,0,497.302,2821.68,225.022,5.67232,300,0,0,4120,0,0,0,0,0),(70105,19656,530,1,1,0,0,241.722,2674.66,119.365,0.396617,300,0,0,4120,0,0,0,0,0),(70106,19656,530,1,1,0,0,241.273,2826.4,158.806,3.14159,300,0,0,4120,0,0,0,0,0),(70107,19656,530,1,1,0,0,2247.15,2259.68,102.222,0.890118,300,0,0,4120,0,0,0,0,0),(70108,19656,530,1,1,0,0,2253.59,2268.69,99.667,4.11898,300,0,0,4120,0,0,0,0,0),(70109,19656,530,1,1,0,0,2257.41,2251.81,102.846,0.890118,300,0,0,4120,0,0,0,0,0),(70110,19656,530,1,1,0,0,2259.09,2264.65,100.558,0.890118,300,0,0,4120,0,0,0,0,0),(70111,19656,530,1,1,0,0,2264.77,2260.28,100.797,2.47837,300,0,0,4120,0,0,0,0,0),(70112,19656,530,1,1,0,0,4375.58,3503.79,192.667,6.23082,300,0,0,4120,0,0,0,0,0),(70113,19656,530,1,1,0,0,4403.76,3503.08,192.783,3.10669,300,0,0,4120,0,0,0,0,0),(70114,19656,530,1,1,0,0,4511.52,3448.95,176.836,5.93412,300,0,0,4120,0,0,0,0,0),(70115,19656,530,1,1,0,0,4742.1,3171.33,168.904,1.76278,300,0,0,4120,0,0,0,0,0),(70116,19656,530,1,1,0,0,4734.4,3193.63,171.442,4.10152,300,0,0,4120,0,0,0,0,0),(70117,19656,530,1,1,0,0,4750.92,3225.07,163.657,1.71042,300,0,0,4120,0,0,0,0,0),(70118,19656,530,1,1,0,0,4755.25,3205.94,169.025,3.75246,300,0,0,4120,0,0,0,0,0),(70119,19656,530,1,1,0,0,4732.45,3261.9,196.445,2.33874,300,0,0,4120,0,0,0,0,0),(70120,19656,530,1,1,0,0,4696.85,3298.67,189.146,5.46288,300,0,0,4120,0,0,0,0,0),(70121,19656,530,1,1,0,0,4679.24,3294.63,187.16,0.226893,300,0,0,4120,0,0,0,0,0),(70122,19656,530,1,1,0,0,4651.26,3121.06,169.842,0.261799,300,0,0,4120,0,0,0,0,0),(70123,19656,530,1,1,0,0,4672.62,3126.17,177.061,5.96903,300,0,0,4120,0,0,0,0,0),(70124,19656,530,1,1,0,0,4683.86,3109.94,179.823,2.16421,300,0,0,4120,0,0,0,0,0),(70125,19656,530,1,1,0,0,4695.68,3087.54,180.265,1.6057,300,0,0,4120,0,0,0,0,0),(70126,19656,530,1,1,0,0,4673.86,3145.62,173.67,4.62512,300,0,0,4120,0,0,0,0,0),(70127,19656,530,1,1,0,0,4652.61,3299.02,176.628,3.14159,300,0,0,4120,0,0,0,0,0),(70128,19656,530,1,1,0,0,4690.36,3319.11,188.007,5.02655,300,0,0,4120,0,0,0,0,0),(70129,19656,530,1,1,0,0,4507.24,3383.17,166.976,4.67748,300,0,0,4120,0,0,0,0,0),(70130,19656,530,1,1,0,0,4485.82,3359.35,166.658,0.20944,300,0,0,4120,0,0,0,0,0),(70131,19656,530,1,1,0,0,4517.36,3347.46,166.302,2.14675,300,0,0,4120,0,0,0,0,0),(70132,19656,530,1,1,0,0,4447.59,3454.48,178.236,5.61996,300,0,0,4120,0,0,0,0,0),(70133,19656,530,1,1,0,0,4341.19,3388.52,158.423,0.314159,300,0,0,4120,0,0,0,0,0),(70134,19656,530,1,1,0,0,4864.21,3828.1,218.291,0.191986,300,0,0,4120,0,0,0,0,0),(70135,19656,530,1,1,0,0,4899.57,3785.08,218.394,1.01229,300,0,0,4120,0,0,0,0,0),(70136,19656,530,1,1,0,0,4910.88,3862.15,242.24,5.16617,300,0,0,4120,0,0,0,0,0),(70137,19656,530,1,1,0,0,4925.21,3834.6,240.244,3.19395,300,0,0,4120,0,0,0,0,0),(70138,19656,530,1,1,0,0,4941.11,3813.89,242.147,2.70526,300,0,0,4120,0,0,0,0,0),(70139,19656,530,1,1,0,0,4963.58,3858.57,256.153,4.39823,300,0,0,4120,0,0,0,0,0),(70140,19656,530,1,1,0,0,-2897.55,6400,87.6146,4.24115,300,0,0,4120,0,0,0,0,0),(70141,19657,530,1,1,0,0,3011.39,2290.22,160.905,5.90908,300,0,0,5409,3080,0,0,0,0),(70142,19658,530,1,1,0,0,-3968.45,-11922.9,-0.778165,5.74213,300,0,0,1524,0,0,0,0,0),(70143,19659,530,1,1,0,0,-3766.36,5413.41,-2.64187,0.139626,300,0,0,42,0,0,0,0,0),(70144,19659,530,1,1,0,0,-3736.88,5398.81,-3.44266,1.11701,300,0,0,42,0,0,0,0,0),(70145,19659,530,1,1,0,0,-3732.77,5398.25,-3.92424,1.8326,300,0,0,42,0,0,0,0,0),(70146,19660,530,1,1,0,0,-1234.28,7200.8,57.6066,4.59022,300,0,0,6986,0,0,0,0,0),(70147,19660,530,1,1,0,0,-1262,7121.26,57.8037,2.9147,300,0,0,6986,0,0,0,0,0),(70148,19660,530,1,1,0,0,-1336.22,7036.97,34.7109,1.44862,300,0,0,6986,0,0,0,0,0),(70149,19660,530,1,1,0,0,-1368.43,7098.28,33.7001,3.29867,300,0,0,6986,0,0,0,0,0),(70150,19660,530,1,1,0,0,-1363.69,7165.02,33.4367,4.43314,300,0,0,6986,0,0,0,0,0),(70151,19660,530,1,1,0,0,-1454.1,7153.14,43.0136,6.10865,300,0,0,6986,0,0,0,0,0),(70152,19660,530,1,1,0,0,-1308.42,7191.51,38.601,1.23918,300,0,0,6986,0,0,0,0,0),(70153,19660,530,1,1,0,0,-1399.58,7266.41,25.5754,1.37881,300,0,0,6986,0,0,0,0,0),(70154,19660,530,1,1,0,0,-1320.52,7245.82,32.8504,4.18879,300,0,0,6986,0,0,0,0,0),(70155,19660,530,1,1,0,0,-1243.47,7227.49,49.4905,0.506145,300,0,0,6986,0,0,0,0,0),(70156,19660,530,1,1,0,0,-1270.54,7328.68,34.6669,6.00393,300,0,0,6986,0,0,0,0,0),(70157,19660,530,1,1,0,0,-1310.71,7384,34.6693,4.95674,300,0,0,6986,0,0,0,0,0),(70158,19660,530,1,1,0,0,-1280.73,7380.45,40.1989,5.55015,300,0,0,6986,0,0,0,0,0),(70159,19660,530,1,1,0,0,-1178.48,7367.13,31.8751,3.9619,300,0,0,6986,0,0,0,0,0),(70160,19661,530,1,1,0,1,-2081.43,5286.42,-37.3231,0.457883,300,0,0,7429,0,0,0,0,0),(70161,19662,530,1,1,0,0,-2101.46,5297.87,-37.2402,6.19592,300,0,0,6104,0,0,0,0,0),(70162,19663,530,1,1,0,0,-2092.57,5308.67,-37.2402,5.89921,300,0,0,2670,5751,0,0,0,0),(70163,19664,530,1,1,0,1,-2076.14,5333.27,-37.2402,4.08407,300,0,0,5914,0,0,0,0,0),(70164,19665,530,1,1,0,0,-1681.01,5364.91,-41.7585,3.90463,300,5,0,14,0,1,0,0,0),(70165,19665,530,1,1,0,0,-1672.08,5368.85,-44.9431,5.32232,300,5,0,14,0,1,0,0,0),(70166,19667,530,1,1,0,0,-2051.93,8600.18,21.9599,0.716993,300,0,0,14193,8370,0,0,0,0),(70167,19678,530,1,1,0,1,-2089.68,5290.34,-37.2402,5.96903,300,0,0,2665,2620,0,0,0,0),(96599,25134,530,1,1,22933,1,-1785.46,5339.81,-12.4282,5.49779,180,0,0,6542,0,0,0,0,0),(70169,19681,530,1,1,18684,0,-750.352,1582.31,47.3086,2.98828,300,5,0,4979,0,1,0,0,0),(70170,19681,530,1,1,18684,0,-915.513,1485.8,30.3753,5.27609,300,5,0,4979,0,1,0,0,0),(70171,19681,530,1,1,18684,0,-1081.91,1450.94,25.7108,3.6323,300,5,0,4979,0,1,0,0,0),(70172,19681,530,1,1,18684,0,-1385.95,2950.62,-16.5236,5.06389,300,5,0,4979,0,1,0,0,0),(70173,19681,530,1,1,18684,0,-1386.24,3149.23,24.9914,4.6413,300,5,0,4979,0,1,0,0,0),(70174,19681,530,1,1,18684,0,-1455.3,3279.66,15.4824,4.44509,300,5,0,4979,0,1,0,0,0),(70175,19682,530,1,1,0,0,-1332.54,2348.94,89.0748,1.0821,300,0,0,2899,5598,0,0,0,0),(70176,19683,530,1,1,0,0,-1326.43,2344.15,89.0385,1.65806,300,0,0,3484,5751,0,0,0,0),(16197,23397,564,1,1,21561,1,580.157,123.109,258.201,2.6529,604800,0,0,165200,49635,0,0,0,0),(16196,23397,564,1,1,21562,1,528.667,271.184,271.472,4.7822,604800,0,0,165200,49635,0,0,0,0),(70177,19684,530,1,1,0,0,-1560.23,5327.7,11.5866,5.93463,540,0,0,7097,0,2,0,0,0),(70182,19686,530,1,1,0,0,2859.21,4048.09,168.777,0.575753,300,0,0,1582,0,0,0,0,0),(70183,19686,530,1,1,0,0,2850.66,4046.76,171.173,5.95157,300,0,0,1582,0,0,0,0,0),(70184,19686,530,1,1,0,0,2845.93,4041.9,169.919,5.68977,300,0,0,1582,0,0,0,0,0),(70185,19686,530,1,1,0,0,2857.77,4049.44,170.95,0.383972,300,0,0,1582,0,0,0,0,0),(70186,19686,530,1,1,0,0,2893.5,3992.6,153.44,5.72146,300,0,0,1582,0,0,0,0,0),(70187,19686,530,1,1,0,0,2839.81,4036.71,168.95,4.59022,300,0,0,1582,0,0,0,0,0),(70188,19686,530,1,1,0,0,2316.32,2686.14,128.507,4.91218,300,0,0,1582,0,0,0,0,0),(70189,19686,530,1,1,0,0,2313.01,2691.75,129.012,5.44528,300,5,0,1582,0,1,0,0,0),(70190,19686,530,1,1,0,0,2312.36,2669.05,127.416,5.95832,300,5,0,1582,0,1,0,0,0),(70191,19686,530,1,1,0,0,2315.97,2687.91,129.103,0.645772,300,0,0,1582,0,0,0,0,0),(70192,19686,530,1,1,0,0,2309.72,2695.4,125.179,0.890118,300,0,0,1582,0,0,0,0,0),(70193,19686,530,1,1,0,0,2316.24,2679.25,126.937,1.90241,300,0,0,1582,0,0,0,0,0),(70194,19686,530,1,1,0,0,2315.5,2457.33,108.444,1.58825,300,0,0,1582,0,0,0,0,0),(70195,19686,530,1,1,0,0,2302.46,2450.65,107.225,1.99398,300,0,0,1582,0,0,0,0,0),(70196,19686,530,1,1,0,0,2303.87,2447.52,107.976,5.44543,300,0,0,1582,0,0,0,0,0),(70197,19686,530,1,1,0,0,2945.18,2258.7,163.537,1.7767,300,5,0,1582,0,1,0,0,0),(70198,19686,530,1,1,0,0,3018.29,2086.81,164.003,1.8675,300,0,0,1582,0,0,0,0,0),(70199,19686,530,1,1,0,0,2909.2,2138.28,163.92,0.480352,300,0,0,1582,0,0,0,0,0),(70200,19686,530,1,1,0,0,2995.11,2162.37,163.204,5.97844,300,0,0,1582,0,0,0,0,0),(70201,19686,530,1,1,0,0,2964.74,2138,165.328,6.24374,300,5,0,1582,0,1,0,0,0),(70202,19686,530,1,1,0,0,2950.92,2189.97,165.412,4.72984,300,0,0,1582,0,0,0,0,0),(70203,19686,530,1,1,0,0,3063.32,2201.89,164.003,0.575959,300,0,0,1582,0,0,0,0,0),(70204,19686,530,1,1,0,0,2977.06,2160.83,163.29,4.2048,300,5,0,1582,0,1,0,0,0),(70205,19686,530,1,1,0,0,2974.2,2172.24,163.29,2.76207,300,5,0,1582,0,1,0,0,0),(70206,19686,530,1,1,0,0,2902.65,2134.86,164.003,6.19592,300,0,0,1582,0,0,0,0,0),(70207,19686,530,1,1,0,0,2984.03,2179.63,163.29,1.44862,300,0,0,1582,0,0,0,0,0),(70208,19686,530,1,1,0,0,2989.7,2164.07,163.291,5.97832,300,5,0,1582,0,1,0,0,0),(70209,19686,530,1,1,0,0,2961.62,2138.13,165.412,6.12611,300,0,0,1582,0,0,0,0,0),(70210,19686,530,1,1,0,0,3075.97,2207.24,161.422,0.057789,300,0,0,1582,0,0,0,0,0),(70211,19686,530,1,1,0,0,3028.38,2321.72,138.641,1.96707,300,0,0,1582,0,0,0,0,0),(70212,19686,530,1,1,0,0,2946.45,2252.62,164.003,5.18363,300,0,0,1582,0,0,0,0,0),(70213,19686,530,1,1,0,0,3034,2308.27,138.747,0.436332,300,0,0,1582,0,0,0,0,0),(70214,19686,530,1,1,0,0,3042.32,2307.31,138.917,1.46608,300,0,0,1582,0,0,0,0,0),(70215,19687,530,1,1,0,1,-1544.2,5113.03,-21.4751,5.61996,300,0,0,20958,0,0,0,0,0),(70216,19687,530,1,1,0,1,-1537.29,5122.16,-20.8501,5.60251,300,0,0,20958,0,0,0,0,0),(70217,19687,530,1,1,0,1,-1489.78,5206.54,38.3732,2.97099,300,0,0,20958,0,0,0,0,0),(70218,19687,530,1,1,0,1,-1539.58,5311.58,8.40507,5.93412,300,0,0,20958,0,0,0,0,0),(70219,19687,530,1,1,0,1,-1534.24,5328.53,8.94856,5.72468,300,0,0,20958,0,0,0,0,0),(70220,19687,530,1,1,0,1,-1617.7,5347.31,16.9522,5.96191,300,0,0,20958,0,2,0,0,0),(70221,19687,530,1,1,0,1,-1830.38,5530.34,1.18957,1.23918,300,0,0,20958,0,0,0,0,0),(70222,19687,530,1,1,0,1,-1818.07,5492.68,-12.3449,0.645772,300,0,0,20958,0,0,0,0,0),(70223,19687,530,1,1,0,1,-1862.19,5507.52,-12.3448,1.69297,300,0,0,20958,0,0,0,0,0),(70224,19687,530,1,1,0,1,-1763.66,5396.32,1.24617,5.95157,300,0,0,20958,0,0,0,0,0),(70225,19687,530,1,1,0,1,-1785.94,5428.06,-12.3449,0.331613,300,0,0,20958,0,0,0,0,0),(70226,19687,530,1,1,0,1,-1897.09,5329.58,1.19226,4.32842,300,0,0,20958,0,0,0,0,0),(70227,19687,530,1,1,0,1,-1864.93,5351.79,-12.3448,4.67748,300,0,0,20958,0,0,0,0,0),(70228,19687,530,1,1,0,1,-1966.49,5121.91,10.3238,4.39001,300,0,0,20958,0,2,0,0,0),(70229,19687,530,1,1,0,1,-1909.26,5367.46,-12.3449,3.94444,300,0,0,20958,0,0,0,0,0),(70230,19687,530,1,1,0,1,-1940.82,5431.82,-12.3449,3.15905,300,0,0,20958,0,0,0,0,0),(70231,19687,530,1,1,0,1,-1870.96,4980.96,-22.527,4.60767,300,0,0,20958,0,0,0,0,0),(70232,19687,530,1,1,0,1,-1859.24,4979.7,-22.6451,4.55531,300,0,0,20958,0,0,0,0,0),(70233,19687,530,1,1,0,1,-1965.46,5107.87,7.56659,4.2586,300,0,0,20958,0,0,0,0,0),(70234,19687,530,1,1,0,1,-2155.15,5140.39,-21.8876,3.63029,300,0,0,20958,0,0,0,0,0),(70235,19687,530,1,1,0,1,-2147.08,5131.76,-21.9315,3.89208,300,0,0,20958,0,0,0,0,0),(70236,19687,530,1,1,0,1,-2081.38,5118.14,4.51603,3.54996,300,0,0,20958,0,0,0,0,0),(70237,19687,530,1,1,0,1,-1963.93,5463.79,1.24935,2.82743,300,0,0,20958,0,0,0,0,0),(70238,19687,530,1,1,0,1,-1926.24,5475.53,-12.3448,2.11185,300,0,0,20958,0,0,0,0,0),(70239,19687,530,1,1,0,1,-1961.48,5974.54,157.431,2.1293,300,0,0,20958,0,0,0,0,0),(70240,19687,530,1,1,0,1,-1972.05,5969.81,158.239,1.95477,300,0,0,20958,0,0,0,0,0),(70241,19687,530,1,1,0,1,-1800.78,5383.78,-12.3448,5.44543,300,0,0,20958,0,0,0,0,0),(70242,19688,530,1,1,0,0,-1995.67,5335.38,-9.26762,2.09439,300,0,0,6986,0,0,0,0,0),(70243,19688,530,1,1,0,0,-2018.97,5382.48,-9.26762,5.21853,300,0,0,6986,0,0,0,0,0),(70244,19689,530,1,1,0,0,-3343.76,5183,-100.966,6.21337,300,0,0,4979,0,0,0,0,0),(70245,19689,530,1,1,0,0,-3343.53,5179.85,-100.966,6.23082,300,0,0,4979,0,0,0,0,0),(70246,19689,530,1,1,0,0,-3343.65,5203.66,-100.969,1.27409,300,0,0,4979,0,0,0,0,0),(70247,19690,530,1,1,0,1,2595.14,3988.17,131.618,3.92699,300,0,0,8540,0,0,0,0,0),(1975455,25835,571,1,1,0,1,3012.67,5231.05,63.7945,3.32965,180,0,0,9291,0,0,0,0,0),(1975454,25835,571,1,1,0,1,3079.2,5234.41,63.5527,2.988,180,0,0,9291,0,0,0,0,0),(1975453,25835,571,1,1,0,1,2913.67,5262.68,61.6815,3.20862,180,0,0,8982,0,0,0,0,0),(1975452,25835,571,1,1,0,1,2924.41,5216.49,59.4083,3.19291,180,0,0,9291,0,0,0,0,0),(247236,20608,530,1,1,0,0,3773.56,2078.38,154.75,0,300,0,0,4050,0,0,0,0,0),(247235,20608,530,1,1,0,0,3909.51,2090.34,155.82,0,300,0,0,4050,0,0,0,0,0),(70255,19693,530,1,1,0,0,-3343.13,5186.26,-100.966,0.05236,300,0,0,7380,0,0,0,0,0),(70256,19694,530,1,1,0,1,252.279,6030.79,131.679,5.63741,300,0,0,4274,2568,0,0,0,0),(70257,19697,530,1,1,0,0,-3343.13,5188.37,-100.966,2.89725,300,0,0,198,0,0,0,0,0),(70258,19701,530,1,1,0,0,-110.791,2063.02,99.35,6.24857,300,5,0,3191,2289,1,0,0,0),(70259,19701,530,1,1,0,0,34.28,2875.82,43.7482,1.92688,300,5,0,3191,2289,1,0,0,0),(70260,19701,530,1,1,0,0,47.8482,2870.96,45.3641,0.100674,300,5,0,3191,2289,1,0,0,0),(70261,19701,530,1,1,0,0,-144.781,2769.97,38.9919,4.85746,300,5,0,3191,2289,1,0,0,0),(70262,19701,530,1,1,0,0,-162.416,2829.1,29.2289,5.53126,300,5,0,3191,2289,1,0,0,0),(70263,19701,530,1,1,0,0,-152.586,2678.13,44.3513,6.148,300,5,0,3191,2289,1,0,0,0),(70264,19701,530,1,1,0,0,-192.797,2783.74,26.0681,0.279253,300,0,0,3191,2289,0,0,0,0),(70265,19701,530,1,1,0,0,-192.872,2803.96,23.6265,0.10472,300,0,0,3191,2289,0,0,0,0),(70266,19701,530,1,1,0,0,-435.434,2966.51,7.4321,3.85718,300,0,0,3191,2289,0,0,0,0),(70267,19701,530,1,1,0,0,-392.702,2907.47,8.094,3.36848,300,0,0,3191,2289,0,0,0,0),(70268,19701,530,1,1,0,0,-365.593,2833.07,2.37371,3.54302,300,0,0,3191,2289,0,0,0,0),(70269,19701,530,1,1,0,0,-343.034,2805.86,4.3413,3.4383,300,0,0,3191,2289,0,0,0,0),(70270,19701,530,1,1,0,0,-316.241,2742.36,19.0255,3.56047,300,0,0,3191,2289,0,0,0,0),(70271,19701,530,1,1,0,0,-333.337,2721.6,25.3486,2.37656,300,5,0,3191,2289,1,0,0,0),(70272,19701,530,1,1,0,0,-183.063,2685.61,39.9591,6.24828,300,0,0,3191,2289,0,0,0,0),(70273,19701,530,1,1,0,0,-178.302,2650.02,40.5983,5.96903,300,0,0,3191,2289,0,0,0,0),(70274,19701,530,1,1,0,0,-175.415,2632.67,40.1308,0.279253,300,0,0,3191,2289,0,0,0,0),(70275,19701,530,1,1,0,0,-178.726,2597.21,38.1837,6.05629,300,0,0,3191,2289,0,0,0,0),(70276,19701,530,1,1,0,0,-290.175,2530.73,41.9111,3.1765,300,0,0,3191,2289,0,0,0,0),(70277,19701,530,1,1,0,0,-170.166,2535.18,41.4913,6.24828,300,0,0,3191,2289,0,0,0,0),(70278,19701,530,1,1,0,0,-283.988,2469.5,40.8734,2.93215,300,0,0,3191,2289,0,0,0,0),(70279,19701,530,1,1,0,0,-172.943,2494.32,42.9369,0.139626,300,0,0,3191,2289,0,0,0,0),(70280,19701,530,1,1,0,0,-274.276,2391.13,49.6087,3.15905,300,0,0,3191,2289,0,0,0,0),(70281,19701,530,1,1,0,0,-319.265,2409.88,43.9899,3.64108,300,5,0,3191,2289,1,0,0,0),(70282,19701,530,1,1,0,0,-283.235,2440.8,43.8915,3.22886,300,0,0,3191,2289,0,0,0,0),(70283,19701,530,1,1,0,0,-282.587,2421.25,46.0086,3.76991,300,0,0,3191,2289,0,0,0,0),(70284,19701,530,1,1,0,0,-138.899,2457.67,48.0656,5.01452,300,5,0,3191,2289,1,0,0,0),(70285,19701,530,1,1,0,0,-180.993,2407.33,48.4892,6.12611,300,0,0,3191,2289,0,0,0,0),(70286,19701,530,1,1,0,0,-179.507,2355.8,56.7291,0.017453,300,0,0,3191,2289,0,0,0,0),(70287,19701,530,1,1,0,0,-256.216,2331.08,56.3531,3.54302,300,0,0,3191,2289,0,0,0,0),(70288,19701,530,1,1,0,0,-259.976,2363.66,53.1167,3.26377,300,0,0,3191,2289,0,0,0,0),(70289,19701,530,1,1,0,0,-178.964,2336.8,59.5791,5.65487,300,0,0,3191,2289,0,0,0,0),(70290,19701,530,1,1,0,0,-168.016,2350.43,58.5238,4.04931,300,5,0,3191,2289,1,0,0,0),(70291,19701,530,1,1,0,0,-124.107,2609.96,47.2461,3.30511,300,5,0,3191,2289,1,0,0,0),(70292,19701,530,1,1,0,0,-373.533,2689,38.7776,4.05931,300,5,0,3191,2289,1,0,0,0),(70293,19701,530,1,1,0,0,-308.293,2611.65,40.912,3.50811,300,0,0,3191,2289,0,0,0,0),(70294,19701,530,1,1,0,0,-355.071,2309.01,51.1041,1.71806,300,5,0,3191,2289,1,0,0,0),(70295,19701,530,1,1,0,0,-304.806,2383.05,46.907,3.98667,300,5,0,3191,2289,1,0,0,0),(70296,19702,530,1,1,0,0,-1802.84,5585.22,3.81714,4.11898,300,0,0,449,0,0,0,0,0),(70297,19702,530,1,1,0,0,-1819.11,5590.65,3.81384,4.41568,300,0,0,449,0,0,0,0,0),(70298,19705,530,1,1,0,1,2988.31,2357.27,155.24,5.6643,300,0,0,6761,0,2,0,0,0),(70299,19706,530,1,1,0,0,929.539,5723.1,11.4873,0.155841,300,5,0,5158,0,1,0,0,0),(70300,19706,530,1,1,0,0,939.054,5742.06,7.75107,3.07418,300,5,0,5158,0,1,0,0,0),(70301,19706,530,1,1,0,0,975,5708.33,-7.79667,1.78099,300,5,0,5158,0,1,0,0,0),(70302,19706,530,1,1,0,0,891.734,5612.7,20.7346,3.35624,300,5,0,5158,0,1,0,0,0),(70303,19706,530,1,1,0,0,948.684,5640.35,2.76495,5.1356,300,5,0,5158,0,1,0,0,0),(70304,19706,530,1,1,0,0,912.706,5567.01,8.55225,1.76149,300,5,0,5158,0,1,0,0,0),(70305,19706,530,1,1,0,0,920.813,5484.65,7.79489,0.734267,300,5,0,5158,0,1,0,0,0),(70306,19706,530,1,1,0,0,972.612,5493.53,-20.1609,5.18477,300,5,0,5158,0,1,0,0,0),(70307,19706,530,1,1,0,0,940.637,5344.82,2.97649,5.02758,300,5,0,5158,0,1,0,0,0),(70308,19706,530,1,1,0,0,959.27,5328.64,-0.856903,1.36536,300,5,0,5158,0,1,0,0,0),(70309,19706,530,1,1,0,0,943.018,5424.67,-2.34305,3.33114,300,5,0,5158,0,1,0,0,0),(70310,19706,530,1,1,0,0,982.239,5272.41,-10.8484,4.52667,300,5,0,5158,0,1,0,0,0),(70311,19706,530,1,1,0,0,1009.78,5305.65,-24.2,4.22123,300,5,0,5158,0,1,0,0,0),(70312,19706,530,1,1,0,0,962.456,5196.19,1.65498,0.888183,300,5,0,5158,0,1,0,0,0),(70313,19706,530,1,1,0,0,1012.44,5204.02,-22.448,2.35205,300,5,0,5158,0,1,0,0,0),(70314,19706,530,1,1,0,0,910.41,5108.74,5.18272,2.85846,300,5,0,5158,0,1,0,0,0),(70315,19706,530,1,1,0,0,954.011,5142.56,1.48282,1.34217,300,5,0,5158,0,1,0,0,0),(70316,19706,530,1,1,0,0,957.099,5064.76,-13.7565,1.57634,300,5,0,5158,0,1,0,0,0),(70317,19706,530,1,1,0,0,1010.53,5098.64,-15.4117,2.50239,300,5,0,5158,0,1,0,0,0),(70318,19706,530,1,1,0,0,890.461,5053.62,-4.43538,0.032247,300,5,0,5158,0,1,0,0,0),(70319,19706,530,1,1,0,0,857.398,5057.74,0.90569,5.18914,300,5,0,5158,0,1,0,0,0),(70320,19706,530,1,1,0,0,788.775,5037.25,-3.28704,1.90613,300,5,0,5158,0,1,0,0,0),(70321,19706,530,1,1,0,0,826.521,5017.51,-10.119,3.3591,300,5,0,5158,0,1,0,0,0),(70322,19706,530,1,1,0,0,813.954,5052.87,4.36933,0.589357,300,5,0,5158,0,1,0,0,0),(70323,19706,530,1,1,0,0,765.169,5047.87,2.5413,3.24729,300,5,0,5158,0,1,0,0,0),(70324,19706,530,1,1,0,0,687.521,5049.71,10.6634,4.73094,300,5,0,5158,0,1,0,0,0),(70325,19707,530,1,1,0,1,2521.29,2398.31,131.226,0.722594,300,0,0,6326,0,0,0,0,0),(70326,19707,530,1,1,0,1,2504.64,2387.63,136.011,0.663225,300,0,0,6326,0,0,0,0,0),(70327,19707,530,1,1,0,1,2536.65,2391.91,129.822,1.01229,300,0,0,6326,0,0,0,0,0),(70328,19707,530,1,1,0,1,2559.85,2374.16,128.539,1.05222,300,0,0,6326,0,0,0,0,0),(70329,19707,530,1,1,0,1,2590.54,2385.36,109.25,0.611384,300,0,0,6326,0,0,0,0,0),(70330,19707,530,1,1,0,1,2582.41,2392.65,109.317,0.441464,300,0,0,6326,0,0,0,0,0),(70331,19707,530,1,1,0,1,2507.89,2411.74,133.701,0.663225,300,0,0,6326,0,0,0,0,0),(70332,19707,530,1,1,0,1,2494.45,2401.18,139.307,0.820305,300,0,0,6326,0,0,0,0,0),(70333,19707,530,1,1,0,1,2582.31,2403.97,109.498,0.673764,300,0,0,6326,0,0,0,0,0),(70334,19707,530,1,1,0,1,2567.79,2406.92,111.589,0.680678,300,0,0,6326,0,0,0,0,0),(70335,19707,530,1,1,0,1,2511.72,2372.73,135.242,6.19411,300,0,0,6326,0,0,0,0,0),(70336,19707,530,1,1,0,1,2611.6,2372.2,109.36,0,300,0,0,6326,0,0,0,0,0),(70337,19707,530,1,1,0,1,2522.08,2349.87,129.589,5.53269,300,0,0,6326,0,0,0,0,0),(70338,19707,530,1,1,0,1,2503.54,2353.53,136.937,5.55015,300,0,0,6326,0,0,0,0,0),(70339,19707,530,1,1,0,1,2565.11,2309.46,115.944,5.41052,300,0,0,6326,0,0,0,0,0),(70340,19707,530,1,1,0,1,2586.85,2326.87,116.111,5.53269,300,0,0,6326,0,0,0,0,0),(70341,19707,530,1,1,0,1,2576.47,2314.86,116.11,5.60251,300,0,0,6326,0,0,0,0,0),(70342,19707,530,1,1,0,1,2610.86,2360.5,109.532,5.98648,300,0,0,6326,0,0,0,0,0),(70343,19707,530,1,1,0,1,2586.72,2339.08,115.598,5.77704,300,0,0,6326,0,0,0,0,0),(70344,19707,530,1,1,0,1,2599.93,2345.49,109.528,5.52115,300,0,0,6326,0,0,0,0,0),(70345,19707,530,1,1,0,1,2462.87,2331.6,137.684,5.41823,300,0,0,6326,0,0,0,0,0),(70346,19707,530,1,1,0,1,2488.06,2330.44,136.606,5.68977,300,0,0,6326,0,0,0,0,0),(70347,19707,530,1,1,0,1,2535.19,2291.87,117.414,5.86431,300,0,0,6326,0,0,0,0,0),(70348,19707,530,1,1,0,1,2548.33,2306.07,116.116,5.41052,300,0,0,6326,0,0,0,0,0),(70349,19707,530,1,1,0,1,2445.75,2342.39,141.23,5.41052,300,0,0,6326,0,0,0,0,0),(70350,19709,530,1,1,0,0,2974.39,3675.3,143.457,3.03687,300,0,0,9127,0,0,0,0,0),(70351,19715,530,1,1,0,0,-1786.58,5493.6,-12.4282,5.39577,300,0,0,5914,0,2,0,0,0),(70353,19717,530,1,1,0,0,-548.089,1782.72,58.794,5.44543,300,0,0,4120,0,0,0,0,0),(70354,19717,530,1,1,0,0,-84.3423,1881.89,74.3424,1.0821,300,0,0,4120,0,0,0,0,0),(70355,19718,530,1,1,0,1,-3523.48,4937.63,-101.313,0.331613,300,0,0,6542,0,0,0,0,0),(70356,19720,530,1,1,0,0,-1733.15,5565.36,-39.762,1.55334,300,0,0,24464,0,0,0,0,0),(70357,19722,530,1,1,0,0,988.203,7437.84,29.6129,0.506145,300,0,0,4572,2705,0,0,0,0),(70358,19723,530,1,1,0,0,2531.37,2391.8,131.745,5.68977,300,0,0,42,0,0,0,0,0),(70359,19723,530,1,1,0,0,2508.13,2382.61,136.243,4.93928,300,0,0,42,0,0,0,0,0),(70360,19723,530,1,1,0,0,2500.14,2392.25,137.893,1.6057,300,0,0,42,0,0,0,0,0),(70361,19723,530,1,1,0,0,2585.94,2387.11,110.794,3.31613,300,0,0,42,0,0,0,0,0),(70362,19723,530,1,1,0,0,2515.54,2405.34,133.789,4.2586,300,0,0,42,0,0,0,0,0),(70363,19723,530,1,1,0,0,2500.18,2347.09,138.008,1.48353,300,0,0,42,0,0,0,0,0),(70364,19723,530,1,1,0,0,2609.69,2366.29,111.038,5.93412,300,0,0,42,0,0,0,0,0),(70365,19723,530,1,1,0,0,2474.19,2334.84,137.752,2.35619,300,0,0,42,0,0,0,0,0),(70366,19723,530,1,1,0,0,2544.4,2301.23,117.78,3.22886,300,0,0,42,0,0,0,0,0),(70367,19724,530,1,1,0,0,2596.39,2382.14,109.642,2.09439,300,0,0,42,0,0,0,0,0),(70368,19724,530,1,1,0,0,2604.63,2375.9,109.593,5.25344,300,0,0,42,0,0,0,0,0),(70369,19724,530,1,1,0,0,2560.27,2364.67,128.647,4.90438,300,0,0,42,0,0,0,0,0),(70370,19724,530,1,1,0,0,2516,2334.59,116.178,4.59022,300,0,0,42,0,0,0,0,0),(70371,19724,530,1,1,0,0,2555.21,2353.85,128.647,5.14872,300,0,0,42,0,0,0,0,0),(70372,19724,530,1,1,0,0,2601.39,2355.16,109.593,4.41568,300,0,0,42,0,0,0,0,0),(70373,19724,530,1,1,0,0,2579.51,2321.99,116.178,0.680678,300,0,0,42,0,0,0,0,0),(70374,19724,530,1,1,0,0,2463.31,2342.51,136.654,0.663225,300,0,0,42,0,0,0,0,0),(70375,19724,530,1,1,0,0,2526.02,2310.1,116.186,5.16617,300,0,0,42,0,0,0,0,0),(70376,19725,530,1,1,0,0,-1736.5,5567.5,-39.8115,4.92183,300,0,0,6116,0,0,0,0,0),(70377,19726,530,1,1,0,0,-1733.47,5570.53,-39.6349,6.26573,300,0,0,6116,0,0,0,0,0),(70378,19727,530,1,1,0,0,2620.67,2427,101.475,3.48342,300,0,0,42,0,0,0,0,0),(70379,19727,530,1,1,0,0,2541.99,2443.72,106.24,3.68,300,5,0,42,0,1,0,0,0),(70380,19727,530,1,1,0,0,2563.16,2440.07,105.74,3.82609,300,5,0,42,0,1,0,0,0),(70381,19727,530,1,1,0,0,2596.6,2427.31,103.215,0.807373,300,5,0,42,0,1,0,0,0),(70382,19727,530,1,1,0,0,2560.82,2427.14,108.431,2.43646,300,5,0,42,0,1,0,0,0),(70383,19727,530,1,1,0,0,2596.66,2439.9,102.003,0.088264,300,5,0,42,0,1,0,0,0),(70384,19727,530,1,1,0,0,2631.28,2413.5,99.225,0.270885,300,5,0,42,0,1,0,0,0),(70385,19727,530,1,1,0,0,2612.46,2415.77,107.1,1.1889,300,0,0,42,0,0,0,0,0),(70386,19727,530,1,1,0,0,2626.83,2344.28,92.907,2.55194,300,5,0,42,0,1,0,0,0),(70387,19727,530,1,1,0,0,2632.25,2356.31,96.282,5.0234,300,5,0,42,0,1,0,0,0),(70388,19727,530,1,1,0,0,2634.86,2372.18,94.7843,2.85651,300,5,0,42,0,1,0,0,0),(70389,19727,530,1,1,0,0,2555.58,2268.21,119.977,1.42507,300,5,0,42,0,1,0,0,0),(70390,19727,530,1,1,0,0,2501.07,2281.7,119.846,2.94353,300,5,0,42,0,1,0,0,0),(70391,19727,530,1,1,0,0,2531.62,2278.58,126.721,5.85444,300,5,0,42,0,1,0,0,0),(70392,19727,530,1,1,0,0,2617.89,2295.06,99.004,2.15764,300,5,0,42,0,1,0,0,0),(70393,19727,530,1,1,0,0,2626.59,2306.13,91.7038,3.93999,300,5,0,42,0,1,0,0,0),(70394,19727,530,1,1,0,0,2574.25,2276.4,103.269,2.39557,300,5,0,42,0,1,0,0,0),(70395,19727,530,1,1,0,0,2582.58,2276.36,102.644,5.55619,300,5,0,42,0,1,0,0,0),(70396,19727,530,1,1,0,0,2603.38,2285.4,99.879,5.84756,300,5,0,42,0,1,0,0,0),(70397,19727,530,1,1,0,0,2630.6,2328.3,97.5788,3.61637,300,0,0,42,0,0,0,0,0),(70398,19727,530,1,1,0,0,2569.62,2251.43,114.943,1.94318,300,5,0,42,0,1,0,0,0),(70399,19727,530,1,1,0,0,2597.01,2256.83,98.4425,1.12977,300,5,0,42,0,1,0,0,0),(70400,19727,530,1,1,0,0,2611.08,2279.2,96.7542,3.87593,300,5,0,42,0,1,0,0,0),(70401,19727,530,1,1,0,0,2644.33,2344.62,89.2218,0.596688,300,5,0,42,0,1,0,0,0),(70402,19727,530,1,1,0,0,2643.83,2331.33,96.2536,1.1718,300,5,0,42,0,1,0,0,0),(70403,19727,530,1,1,0,0,2651.03,2354.71,92.5968,2.66984,300,5,0,42,0,1,0,0,0),(70404,19727,530,1,1,0,0,3005.67,2402.72,133.763,5.10912,300,5,0,42,0,1,0,0,0),(70405,19727,530,1,1,0,0,2927.06,2004.86,135.17,4.61846,300,5,0,42,0,1,0,0,0),(70406,19727,530,1,1,0,0,2926.52,1970.25,132.795,5.72552,300,0,0,42,0,0,0,0,0),(70407,19727,530,1,1,0,0,2920.3,1981.56,131.795,4.66041,300,5,0,42,0,1,0,0,0),(70408,19727,530,1,1,0,0,2940.74,1989.43,137.801,5.7162,300,5,0,42,0,1,0,0,0),(70409,19727,530,1,1,0,0,3075.77,2205.77,161.619,0.354295,300,5,0,42,0,1,0,0,0),(70410,19727,530,1,1,0,0,3017.42,2393.97,134.547,3.33407,300,0,0,42,0,0,0,0,0),(70411,19728,530,1,1,0,1,3355.2,2883.44,144.111,4.95674,300,0,0,9431,0,0,0,0,0),(70412,19729,530,1,1,0,0,1239.05,7772.33,22.7349,1.97342,300,5,0,6080,0,1,0,0,0),(70413,19729,530,1,1,0,0,1260.97,7755.86,16.5634,3.06535,300,5,0,6080,0,1,0,0,0),(70414,19729,530,1,1,0,0,1247.88,7874.42,25.0713,1.63623,300,5,0,6080,0,1,0,0,0),(70415,19729,530,1,1,0,0,1252.65,8007.74,26.0099,5.7684,300,5,0,6080,0,1,0,0,0),(70416,19729,530,1,1,0,0,1313.21,8163.3,-3.94177,3.47481,300,5,0,6080,0,1,0,0,0),(70417,19729,530,1,1,0,0,1328.77,8274.52,1.43231,4.18537,300,5,0,6080,0,1,0,0,0),(70418,19729,530,1,1,0,0,1356.05,8389.94,5.39376,3.71903,300,5,0,6080,0,1,0,0,0),(70419,19729,530,1,1,0,0,1182.83,8767.91,-1.16562,0.306614,300,5,0,6080,0,1,0,0,0),(70420,19729,530,1,1,0,0,1097.83,8711.28,14.4476,5.02535,300,5,0,6080,0,1,0,0,0),(70421,19729,530,1,1,0,0,1058.86,8739.95,-0.099655,1.01799,300,5,0,6080,0,1,0,0,0),(70422,19729,530,1,1,0,0,1084.64,8772.11,-9.25475,1.28056,300,5,0,6080,0,1,0,0,0),(70423,19729,530,1,1,0,0,988.527,8678.73,19.313,3.4093,300,5,0,6080,0,1,0,0,0),(70424,19729,530,1,1,0,0,979.241,8732.98,-3.5513,1.41785,300,5,0,6080,0,1,0,0,0),(70425,19729,530,1,1,0,0,957.097,8738.78,-5.21651,1.12025,300,5,0,6080,0,1,0,0,0),(70426,19729,530,1,1,0,0,803.607,8717.84,-3.97825,1.92065,300,5,0,6080,0,1,0,0,0),(70427,19729,530,1,1,0,0,750.445,8710.55,1.7978,3.74992,300,5,0,6080,0,1,0,0,0),(70428,19729,530,1,1,0,0,645.069,8747.13,21.171,4.0767,300,5,0,6080,0,1,0,0,0),(70429,19729,530,1,1,0,0,614.253,8782.52,28.1397,3.21777,300,5,0,6080,0,1,0,0,0),(70430,19729,530,1,1,0,0,519.8,8818.42,28.6803,0.949164,300,5,0,6080,0,1,0,0,0),(70431,19730,530,1,1,0,0,1227.27,7720.64,31.4855,4.94113,300,5,0,6286,0,1,0,0,0),(70432,19730,530,1,1,0,0,1227.15,7951.03,23.0322,0.178631,300,5,0,6286,0,1,0,0,0),(70433,19730,530,1,1,0,0,1311.76,8356.03,11.8274,1.35315,300,5,0,6286,0,1,0,0,0),(70434,19730,530,1,1,0,0,1353.75,8334.5,-0.12737,4.63225,300,5,0,6286,0,1,0,0,0),(70435,19730,530,1,1,0,0,1407.12,8436.28,-1.45746,1.81933,300,5,0,6286,0,1,0,0,0),(70436,19730,530,1,1,0,0,1376.69,8432.46,8.33332,2.28295,300,5,0,6286,0,1,0,0,0),(70437,19730,530,1,1,0,0,1137.48,8747.75,6.25125,5.08945,300,5,0,6286,0,1,0,0,0),(70438,19730,530,1,1,0,0,1015.61,8714.28,4.73955,3.21904,300,5,0,6286,0,1,0,0,0),(70439,19730,530,1,1,0,0,880.505,8715.62,2.84087,0.155464,300,5,0,6286,0,1,0,0,0),(70440,19730,530,1,1,0,0,913.871,8736.47,-11.0859,4.03841,300,5,0,6286,0,1,0,0,0),(70441,19730,530,1,1,0,0,907.933,8678.94,15.7349,3.95047,300,5,0,6286,0,1,0,0,0),(70442,19730,530,1,1,0,0,685.924,8719.73,18.0507,0.471511,300,5,0,6286,0,1,0,0,0),(70443,19730,530,1,1,0,0,580.792,8814.04,30.5057,4.16056,300,5,0,6286,0,1,0,0,0),(70444,19731,530,1,1,0,0,2532.68,2468.6,117.71,5.25733,300,5,0,949,0,1,0,0,0),(70445,19731,530,1,1,0,0,2531.77,2470.1,118.894,5.25733,300,5,0,949,0,1,0,0,0),(70446,19731,530,1,1,0,0,2558.33,2480.02,116.855,4.71239,300,5,0,949,0,1,0,0,0),(70447,19731,530,1,1,0,0,2558.33,2465.97,108.562,4.71227,300,5,0,949,0,1,0,0,0),(70449,19731,530,1,1,0,0,2552.33,2486.66,118.771,4.20624,300,0,0,949,0,0,0,0,0),(70450,19731,530,1,1,0,0,2529.61,2473.68,121.634,5.41052,300,0,0,949,0,0,0,0,0),(70451,19731,530,1,1,0,0,2576.6,2445.8,105.656,4.58509,300,5,0,949,0,1,0,0,0),(70452,19731,530,1,1,0,0,2623.68,2438.23,103.482,3.45128,300,5,0,949,0,1,0,0,0),(70453,19731,530,1,1,0,0,2600.16,2450.08,105.355,3.71831,300,5,0,949,0,1,0,0,0),(70454,19731,530,1,1,0,0,2586.97,2465.18,106.871,4.28513,300,5,0,949,0,1,0,0,0),(70455,19731,530,1,1,0,0,2588.93,2468.83,109.171,3.87463,300,0,0,949,0,0,0,0,0),(70456,19731,530,1,1,0,0,2604.82,2452.95,106.052,4.46804,300,0,0,949,0,0,0,0,0),(70457,19731,530,1,1,0,0,2638.79,2419.16,96.6107,3.77861,300,5,0,949,0,1,0,0,0),(70458,19731,530,1,1,0,0,2637.11,2417.91,97.0034,3.77861,300,5,0,949,0,1,0,0,0),(70459,19731,530,1,1,0,0,2563.6,2471.28,111.911,3.94444,300,0,0,949,0,0,0,0,0),(70460,19731,530,1,1,0,0,2602.93,2366.11,109.529,1.88015,300,5,0,949,0,1,0,0,0),(70461,19731,530,1,1,0,0,2577.4,2452,102.239,4.58513,300,5,0,949,0,1,0,0,0),(70462,19731,530,1,1,0,0,2628.15,2439.66,102.288,3.45017,300,5,0,949,0,1,0,0,0),(70463,19731,530,1,1,0,0,2629.83,2339.32,94.5555,2.88785,300,5,0,949,0,1,0,0,0),(70464,19731,530,1,1,0,0,2640.49,2364.34,94.9209,3.3932,300,5,0,949,0,1,0,0,0),(70465,19731,530,1,1,0,0,2516.97,2287.7,121.837,0.588138,300,5,0,949,0,1,0,0,0),(70466,19731,530,1,1,0,0,2489.12,2293.5,120.697,1.8156,300,5,0,949,0,1,0,0,0),(70467,19731,530,1,1,0,0,2502.18,2287.31,118.856,1.82152,300,5,0,949,0,1,0,0,0),(70468,19731,530,1,1,0,0,2628.13,2310.43,94.7134,1.5708,300,5,0,949,0,1,0,0,0),(70469,19731,530,1,1,0,0,2642.33,2353.37,94.5669,2.3492,300,5,0,949,0,1,0,0,0),(70470,19731,530,1,1,0,0,2632.51,2315.41,98.3795,2.35644,300,5,0,949,0,1,0,0,0),(70471,19731,530,1,1,0,0,2620.89,2293.57,98.0432,1.59904,300,5,0,949,0,1,0,0,0),(70472,19731,530,1,1,0,0,2491.81,2287.5,119.891,2.32129,300,0,0,949,0,0,0,0,0),(70473,19731,530,1,1,0,0,2599.49,2254.3,97.6408,2.2532,300,5,0,949,0,1,0,0,0),(70474,19731,530,1,1,0,0,2597.92,2264.58,94.9888,2.35624,300,5,0,949,0,1,0,0,0),(70475,19731,530,1,1,0,0,2628.04,2308.12,91.9344,1.53441,300,5,0,949,0,1,0,0,0),(70476,19731,530,1,1,0,0,2616.76,2287.31,97.5139,2.03417,300,5,0,949,0,1,0,0,0),(70477,19731,530,1,1,0,0,2568.08,2273.37,102.384,1.67056,300,5,0,949,0,1,0,0,0),(70478,19731,530,1,1,0,0,2627.85,2306.26,91.0648,1.44146,300,5,0,949,0,1,0,0,0),(70479,19731,530,1,1,0,0,2622.12,2290.97,97.2311,2.64409,300,5,0,949,0,1,0,0,0),(70480,19731,530,1,1,0,0,2603.19,2263.19,92.2032,2.53073,300,0,0,949,0,0,0,0,0),(70481,19731,530,1,1,0,0,2618.16,2281.47,94.7264,2.21657,300,0,0,949,0,0,0,0,0),(70482,19731,530,1,1,0,0,2596.82,2257.27,98.6241,2.3163,300,5,0,949,0,1,0,0,0),(70483,19731,530,1,1,0,0,2568.71,2259.86,104.06,2.28638,300,0,0,949,0,0,0,0,0),(70484,19731,530,1,1,0,0,2510.22,2283.08,118.971,1.90241,300,0,0,949,0,0,0,0,0),(70485,19731,530,1,1,0,0,2595.81,2266.69,95.2004,2.30523,300,5,0,949,0,1,0,0,0),(70486,19731,530,1,1,0,0,2601.07,2262.73,93.8745,3.35353,300,5,0,949,0,1,0,0,0),(70487,19731,530,1,1,0,0,2518.29,2288.58,121.491,0.588206,300,5,0,949,0,1,0,0,0),(70488,19731,530,1,1,0,0,2565.31,2278.93,103.995,1.90305,300,5,0,949,0,1,0,0,0),(70489,19731,530,1,1,0,0,2604.23,2273.88,95.6024,2.88165,300,5,0,949,0,1,0,0,0),(70490,19731,530,1,1,0,0,2607.69,2272.96,94.2536,2.882,300,5,0,949,0,1,0,0,0),(70491,19731,530,1,1,0,0,2502.86,2284.68,118.307,1.85005,300,0,0,949,0,0,0,0,0),(70492,19731,530,1,1,0,0,2568.78,2266.5,101.34,1.75451,300,5,0,949,0,1,0,0,0),(70493,19731,530,1,1,0,0,2599.18,2275.66,97.3967,2.46685,300,5,0,949,0,1,0,0,0),(70494,19731,530,1,1,0,0,2618.58,2282.78,94.6663,1.26652,300,5,0,949,0,1,0,0,0),(70495,19731,530,1,1,0,0,2618.42,2283.99,95.8663,2.03463,300,5,0,949,0,1,0,0,0),(70496,19731,530,1,1,0,0,2624.09,2289.9,95.5338,2.47837,300,0,0,949,0,0,0,0,0),(70497,19731,530,1,1,0,0,2618.19,2323.77,98.3288,2.46358,300,5,0,949,0,1,0,0,0),(70498,19731,530,1,1,0,0,2617.34,2295.48,99.084,2.65182,300,5,0,949,0,1,0,0,0),(70499,19731,530,1,1,0,0,2629.59,2321.77,98.4845,2.89689,300,5,0,949,0,1,0,0,0),(70500,19731,530,1,1,0,0,2643.85,2333,95.4957,2.30657,300,5,0,949,0,1,0,0,0),(70501,19731,530,1,1,0,0,2631.03,2316.79,98.6922,2.62248,300,5,0,949,0,1,0,0,0),(70502,19731,530,1,1,0,0,2642.1,2334.85,94.4214,2.62077,300,5,0,949,0,1,0,0,0),(70503,19731,530,1,1,0,0,2640.52,2322,98.0048,2.74017,300,0,0,949,0,0,0,0,0),(70504,19731,530,1,1,0,0,2635.75,2312.27,95.5194,2.63545,300,0,0,949,0,0,0,0,0),(70505,19731,530,1,1,0,0,2603.32,2364.41,109.532,2.34288,300,5,0,949,0,1,0,0,0),(70506,19731,530,1,1,0,0,2625.71,2364.38,97.9382,3.09787,300,5,0,949,0,1,0,0,0),(70507,19731,530,1,1,0,0,2654.61,2352.08,89.1966,3.14133,300,5,0,949,0,1,0,0,0),(70508,19731,530,1,1,0,0,2644.04,2365.26,93.1485,3.39302,300,5,0,949,0,1,0,0,0),(70509,19731,530,1,1,0,0,2609.91,2272.37,93.32,2.32129,300,0,0,949,0,0,0,0,0),(70510,19731,530,1,1,0,0,2601.01,2251.36,96.5728,2.49582,300,0,0,949,0,0,0,0,0),(70511,19731,530,1,1,0,0,2627.31,2303.61,91.2712,2.74017,300,0,0,949,0,0,0,0,0),(70512,19731,530,1,1,0,0,2646.16,2330.64,96.1193,2.70526,300,0,0,949,0,0,0,0,0),(70513,19731,530,1,1,0,0,2662.51,2355.45,81.3618,3.03687,300,0,0,949,0,0,0,0,0),(70524,19731,530,1,1,0,0,3012.85,2408.98,133.12,4.29069,300,5,0,949,0,1,0,0,0),(70529,19731,530,1,1,0,0,2902.78,1956.3,121.695,1.05383,300,5,0,949,0,1,0,0,0),(70530,19731,530,1,1,0,0,2903.13,1951.04,122.196,3.06379,300,5,0,949,0,1,0,0,0),(70531,19731,530,1,1,0,0,2897.78,1965.15,123.53,3.44359,300,5,0,949,0,1,0,0,0),(70532,19731,530,1,1,0,0,2896.89,1968.14,123.912,5.43761,300,5,0,949,0,1,0,0,0),(70533,19731,530,1,1,0,0,2894,1969.18,122.841,6.0506,300,5,0,949,0,1,0,0,0),(70534,19731,530,1,1,0,0,2904.2,1958.33,122.845,0.05236,300,0,0,949,0,0,0,0,0),(70535,19731,530,1,1,0,0,2904.93,1950.03,123.175,3.85718,300,0,0,949,0,0,0,0,0),(70536,19731,530,1,1,0,0,2901.14,1966.19,125.176,5.23599,300,0,0,949,0,0,0,0,0),(70537,19731,530,1,1,0,0,3060.31,2203.02,163.92,0.517161,300,5,0,949,0,1,0,0,0),(70538,19731,530,1,1,0,0,3059.09,2202.33,163.92,0.517163,300,5,0,949,0,1,0,0,0),(70540,19731,530,1,1,0,0,3057.98,2197.68,163.92,0.563961,300,5,0,949,0,1,0,0,0),(70541,19731,530,1,1,0,0,3055.62,2196.19,163.92,0.563935,300,5,0,949,0,1,0,0,0),(70542,19731,530,1,1,0,0,3064.52,2207.57,163.92,0.046938,300,5,0,949,0,1,0,0,0),(70543,19731,530,1,1,0,0,3058.84,2198.55,164.003,4.31096,300,0,0,949,0,0,0,0,0),(70544,19731,530,1,1,0,0,3053.55,2203.27,164.003,0.402068,300,5,0,949,0,1,0,0,0),(70545,19731,530,1,1,0,0,3052.16,2202,164.003,0.034907,300,0,0,949,0,0,0,0,0),(70546,19731,530,1,1,0,0,3055.07,2199.47,164.003,2.44346,300,0,0,949,0,0,0,0,0),(70547,19731,530,1,1,0,0,3057.89,2201.65,164.003,4.64258,300,0,0,949,0,0,0,0,0),(70549,19731,530,1,1,0,0,2990.59,2363.03,151.626,4.38539,300,5,0,949,0,1,0,0,0),(70552,19731,530,1,1,0,0,3011.01,2397.98,133.443,4.24088,300,5,0,949,0,1,0,0,0),(70558,19731,530,1,1,0,0,3003.86,2402.16,133.959,4.38539,300,5,0,949,0,1,0,0,0),(70559,19731,530,1,1,0,0,3021.77,2400.98,134.562,4.11382,300,5,0,949,0,1,0,0,0),(70569,19731,530,1,1,0,0,3007.24,2412.34,132.49,1.43117,300,0,0,949,0,0,0,0,0),(70577,19731,530,1,1,0,0,3027.13,2401.88,135.201,4.05581,300,5,0,949,0,1,0,0,0),(70579,19732,530,1,1,0,1,1242.59,8582.4,22.1745,1.62316,300,0,0,4487,6015,0,0,0,0),(70580,19732,530,1,1,0,1,1015.77,8544.92,22.3518,1.01229,300,0,0,4487,6015,0,0,0,0),(70581,19732,530,1,1,0,1,1071.58,8556.37,17.4764,5.63741,300,0,0,4487,6015,0,0,0,0),(70582,19732,530,1,1,0,1,1082.17,8622.88,21.7282,5.41052,300,0,0,4487,6015,0,0,0,0),(70583,19732,530,1,1,0,1,1158.65,8648.35,22.0386,4.13643,300,0,0,4487,6015,0,0,0,0),(70584,19733,530,1,1,0,1,1013.66,8261.81,57.645,0.870906,300,5,0,2136,0,1,0,0,0),(70585,19733,530,1,1,0,1,1037.69,8251.74,57.6534,3.77664,300,5,0,2136,0,1,0,0,0),(70586,19733,530,1,1,0,1,1036.28,8279.27,57.7364,4.20624,300,0,0,2136,0,0,0,0,0),(70587,19733,530,1,1,0,1,1039.03,8276.53,57.7364,4.13643,300,0,0,2136,0,0,0,0,0),(70588,19734,530,1,1,0,0,-106.361,7882.64,19.6504,2.40741,300,5,0,5527,0,1,0,0,0),(70589,19734,530,1,1,0,0,-113.701,7917.89,20.3582,0.289026,300,5,0,5527,0,1,0,0,0),(70590,19734,530,1,1,0,0,-157.519,7888.12,19.1134,2.78831,300,5,0,5527,0,1,0,0,0),(70591,19734,530,1,1,0,0,-250.276,7840.21,19.4765,6.02585,300,5,0,5527,0,1,0,0,0),(70592,19734,530,1,1,0,0,-250.787,7902.27,18.1824,4.72801,300,5,0,5527,0,1,0,0,0),(70593,19734,530,1,1,0,0,-215.252,7889.07,19.9012,2.63916,300,5,0,5527,0,1,0,0,0),(70594,19734,530,1,1,0,0,-283.886,7829.88,21.2855,2.75801,300,5,0,5527,0,1,0,0,0),(70595,19734,530,1,1,0,0,-307.34,7883.25,22.1074,6.20798,300,5,0,5527,0,1,0,0,0),(70596,19734,530,1,1,0,0,-282.163,7952.97,21.1761,3.83298,300,5,0,5527,0,1,0,0,0),(70597,19734,530,1,1,0,0,-314.054,7920.38,19.6679,6.2343,300,5,0,5527,0,1,0,0,0),(70598,19734,530,1,1,0,0,-256.169,7978.74,18.8953,4.34692,300,5,0,5527,0,1,0,0,0),(70599,19734,530,1,1,0,0,-278.587,8023.74,19.9225,1.76743,300,5,0,5527,0,1,0,0,0),(70600,19734,530,1,1,0,0,-232.051,8010.1,18.1415,3.27679,300,5,0,5527,0,1,0,0,0),(70601,19734,530,1,1,0,0,-188.225,8054.53,29.0831,1.48668,300,5,0,5527,0,1,0,0,0),(70602,19734,530,1,1,0,0,-215.282,8054.6,18.8553,4.48346,300,5,0,5527,0,1,0,0,0),(70603,19734,530,1,1,0,0,-149.728,8013.22,18.7215,4.55751,300,5,0,5527,0,1,0,0,0),(70604,19734,530,1,1,0,0,-118.719,7980.79,17.5506,3.02218,300,5,0,5527,0,1,0,0,0),(70605,19734,530,1,1,0,0,-147.461,8085.53,18.828,0.082168,300,5,0,5527,0,1,0,0,0),(70606,19734,530,1,1,0,0,-182.638,8119.23,18.443,2.06203,300,5,0,5527,0,1,0,0,0),(70607,19734,530,1,1,0,0,-81.2477,8016.8,22.3406,5.91664,300,5,0,5527,0,1,0,0,0),(70608,19734,530,1,1,0,0,-52.427,7993.63,24.5226,0.380506,300,5,0,5527,0,1,0,0,0),(70609,19734,530,1,1,0,0,-152.84,8134.86,17.9627,4.52275,300,5,0,5527,0,1,0,0,0),(70610,19734,530,1,1,0,0,-325.823,8113.15,27.1487,2.67677,300,5,0,5527,0,1,0,0,0),(70611,19736,530,1,1,0,0,-1335.32,2351.09,89.0748,0.802851,300,0,0,2899,5598,0,0,0,0),(70612,19737,530,1,1,0,0,3046.63,3666.36,143.397,2.37365,300,0,0,5158,0,0,0,0,0),(70613,19737,530,1,1,0,0,3044.86,3668.89,143.087,4.81711,300,0,0,5158,0,0,0,0,0),(70614,19737,530,1,1,0,0,3041.75,3655.57,143.555,2.19912,300,0,0,5158,0,0,0,0,0),(70615,19737,530,1,1,0,0,3032.03,3657.24,144.093,2.58367,300,0,0,5158,0,0,0,0,0),(70616,19738,530,1,1,0,0,3330.86,2657.39,156.611,1.65806,300,0,0,8789,0,0,0,0,0),(203099,15214,571,1,1,0,0,2686.11,4641.65,-20.6708,0.628319,120,0,0,1,0,0,0,0,0),(70662,19740,530,1,1,0,1,-3411.75,2858.64,175.862,0.122173,300,0,0,5233,2991,0,0,0,0),(70661,19740,530,1,1,0,1,-3380.79,2852.34,165.995,0.139626,300,0,0,5233,2991,0,0,0,0),(70660,19740,530,1,1,0,1,-3366.48,2900.37,168.108,5.58457,300,0,0,5233,2991,0,0,0,0),(70659,19740,530,1,1,0,1,-3348.09,3056.12,152.49,6.10865,300,0,0,5233,2991,0,0,0,0),(70658,19740,530,1,1,0,1,-3346.52,3083.88,161.949,0.0872665,300,0,0,5233,2991,0,0,0,0),(70657,19740,530,1,1,0,1,-3345.89,3109.11,151.618,6.02139,300,0,0,5233,2991,0,0,0,0),(70656,19740,530,1,1,0,1,-3345.39,2847.1,145.162,0.139626,300,0,0,5233,2991,0,0,0,0),(70655,19740,530,1,1,0,1,-3344.17,3054.36,171.135,0.296706,300,0,0,5233,2991,0,0,0,0),(70654,19740,530,1,1,0,1,-3319.99,2986.9,172.488,6.21337,300,0,0,5233,2991,0,0,0,0),(70653,19740,530,1,1,0,1,-3315.83,2885.62,139.661,0.0872665,300,0,0,5233,2991,0,0,0,0),(70652,19740,530,1,1,0,1,-3313.53,3051.6,148.139,0.314159,300,0,0,5233,2991,0,0,0,0),(70651,19740,530,1,1,0,1,-3312.19,3083.36,146.996,6.05629,300,0,0,5233,2991,0,0,0,0),(70650,19740,530,1,1,0,1,-3311.44,3020.52,160.588,6.16101,300,0,0,5233,2991,0,0,0,0),(70649,19740,530,1,1,0,1,-3286.87,2855.22,125.839,0.15708,300,0,0,5233,2991,0,0,0,0),(70648,19740,530,1,1,0,1,-3285.13,2887.47,130.435,0.0872665,300,0,0,5233,2991,0,0,0,0),(70647,19740,530,1,1,0,1,-3284.17,2977.85,135.834,6.21337,300,0,0,5233,2991,0,0,0,0),(70646,19740,530,1,1,0,1,-3281.67,2767.53,133.138,0.296706,300,0,0,5233,2991,0,0,0,0),(70645,19740,530,1,1,0,1,-3280.89,3049.01,140.702,6.10865,300,0,0,5233,2991,0,0,0,0),(70644,19740,530,1,1,0,1,-3276.08,3094.92,142.543,6.02139,300,0,0,5233,2991,0,0,0,0),(70643,19740,530,1,1,0,1,-3250.84,2781.97,118.012,0.279253,300,0,0,5233,2991,0,0,0,0),(70642,19740,530,1,1,0,1,-3246.78,2882.83,118.179,0.0872665,300,0,0,5233,2991,0,0,0,0),(70641,19740,530,1,1,0,1,-3218.9,2820.89,117.287,0.226893,300,0,0,5233,2991,0,0,0,0),(70640,19740,530,1,1,0,1,-3218.74,2751.24,104.341,0.0349066,300,0,0,5233,2991,0,0,0,0),(70639,19740,530,1,1,0,1,-3217.61,2912.39,126.662,0.0523599,300,0,0,5233,2991,0,0,0,0),(70638,19740,530,1,1,0,1,-3212.63,3053.1,138.168,6.07375,300,0,0,5233,2991,0,0,0,0),(70637,19740,530,1,1,0,1,-3210.33,3020.59,137.592,6.12611,300,0,0,5233,2991,0,0,0,0),(70636,19740,530,1,1,0,1,-3210.19,2856.31,117.778,0.261799,300,0,0,5233,2991,0,0,0,0),(70635,19740,530,1,1,0,1,-3204.1,2886.93,105.669,0.10472,300,0,0,5233,2991,0,0,0,0),(70634,19740,530,1,1,0,1,-3184.63,3031.93,124.764,6.26573,300,0,0,5233,2991,0,0,0,0),(70633,19740,530,1,1,0,1,-3182.46,3080.7,133.986,5.55015,300,0,0,5233,2991,0,0,0,0),(70632,19740,530,1,1,0,1,-3177.75,2783.73,82.7313,0.314159,300,0,0,5233,2991,0,0,0,0),(70631,19740,530,1,1,0,1,-3161.74,2965.77,123.712,6.00393,300,0,0,5233,2991,0,0,0,0),(70630,19740,530,1,1,0,1,-3154.07,2818.38,86.9627,0.261799,300,0,0,5233,2991,0,0,0,0),(70629,19740,530,1,1,0,1,-3150.62,2879.57,89.9151,0.20944,300,0,0,5233,2991,0,0,0,0),(70628,19740,530,1,1,0,1,-3139.68,2954.52,101.549,5.93412,300,0,0,5233,2991,0,0,0,0),(70627,19740,530,1,1,0,1,-3114.9,2858.23,87.5138,0.314159,300,0,0,5233,2991,0,0,0,0),(70626,19740,530,1,1,0,1,-3111.68,2890.34,88.7689,6.14356,300,0,0,5233,2991,0,0,0,0),(70625,19740,530,1,1,0,1,-3089.7,2983.99,95.3051,6.0912,300,0,0,5233,2991,0,0,0,0),(70624,19740,530,1,1,0,1,-3085.91,2919.23,90.0343,0.0523599,300,0,0,5233,2991,0,0,0,0),(70623,19740,530,1,1,0,1,-3083.36,2948.5,90.7153,6.26573,300,0,0,5233,2991,0,0,0,0),(70622,19740,530,1,1,0,1,-3046.35,2986.17,91.983,6.14356,300,0,0,5233,2991,0,0,0,0),(70621,19740,530,1,1,0,1,-3111.4,2780.69,75.2278,4.39815,300,6,0,5233,2991,1,0,0,0),(70620,19740,530,1,1,0,1,-3025.17,2844.9,77.8587,1.48279,300,6,0,5233,2991,1,0,0,0),(70619,19740,530,1,1,0,1,-3019.12,2882.4,89.1961,0.185658,300,6,0,5233,2991,1,0,0,0),(70618,19740,530,1,1,0,1,-3015.63,2826.67,77.2012,0.523684,300,6,0,5233,2991,1,0,0,0),(70617,19740,530,1,1,0,1,-3014.62,2913.89,91.8486,2.20864,300,6,0,5233,2991,1,0,0,0),(70666,19744,530,1,1,0,1,-3709.94,1036.96,68.1704,4.31083,300,0,0,5589,3155,0,0,0,0),(70667,19744,530,1,1,0,1,-3779.51,1075.94,70.2484,6.19592,300,0,0,5589,3155,0,0,0,0),(70668,19747,530,1,1,0,1,2223.49,5426.15,144.35,3.36923,300,0,0,26165,8973,0,0,0,0),(70669,19754,530,1,1,0,0,-3471.63,2146.05,33.204,5.386,300,0,0,6542,0,0,0,0,0),(70670,19754,530,1,1,0,0,-3486.11,2224.99,33.6139,3.9968,300,0,0,6542,0,0,0,0,0),(70671,19755,530,1,1,0,0,-3136.76,2837.66,87.6203,1.62316,300,0,0,6116,0,0,0,0,0),(70672,19755,530,1,1,0,0,-2996.29,2930.93,92.4555,1.43117,300,0,0,6116,0,0,0,0,0),(70673,19755,530,1,1,0,0,-3066.18,2822.19,78.5001,5.2709,300,0,0,6116,0,0,0,0,0),(70674,19755,530,1,1,0,0,-3058.08,2862.25,80.0548,2.98451,300,0,0,6116,0,0,0,0,0),(70675,19755,530,1,1,0,0,-3251.09,2912.5,127.15,2.60054,300,0,0,6116,0,0,0,0,0),(70676,19755,530,1,1,0,0,-3314.85,2822.44,124.726,4.95674,300,0,0,6116,0,0,0,0,0),(70677,19755,530,1,1,0,0,-3212.79,2963.02,124.07,4.36332,300,0,0,6116,0,0,0,0,0),(70678,19755,530,1,1,0,0,-3240.29,3048.26,137.457,4.81711,300,0,0,6116,0,0,0,0,0),(70679,19755,530,1,1,0,0,-3244.96,3010.73,137.354,1.90241,300,0,0,6116,0,0,0,0,0),(70680,19755,530,1,1,0,0,-3219.67,2932.07,126.043,1.97222,300,0,0,6116,0,0,0,0,0),(70681,19755,530,1,1,0,0,-3192.42,2961.28,123.871,2.54818,300,0,0,6116,0,0,0,0,0),(70682,19755,530,1,1,0,0,-3175.8,2986.03,123.604,3.94444,300,0,0,6116,0,0,0,0,0),(70683,19755,530,1,1,0,0,-3153.91,2909.53,92.0004,0.349066,300,0,0,6116,0,0,0,0,0),(203092,21316,530,1,1,0,0,-3458.14,2974.41,174.509,6.24828,300,0,0,6542,0,0,0,0,0),(70685,19755,530,1,1,0,0,-3057.19,2971.37,92.5371,3.28122,300,0,0,6116,0,0,0,0,0),(70686,19756,530,1,1,0,0,-3490.55,2153.19,33.464,0.034907,300,0,0,5233,2991,0,0,0,0),(70687,19756,530,1,1,0,0,-3502.97,2183.39,33.611,5.75959,300,0,0,5233,2991,0,0,0,0),(70688,19756,530,1,1,0,0,-3498.51,2210.14,33.6135,5.72468,300,0,0,5233,2991,0,0,0,0),(70689,19756,530,1,1,0,0,-3466.94,2202.81,33.603,3.31613,300,0,0,5233,2991,0,0,0,0),(70690,19762,530,1,1,0,1,-3166.91,1767.08,92.096,2.96706,300,0,0,6542,0,0,0,0,0),(70691,19762,530,1,1,0,1,-3145.76,1742.84,89.5165,6.24828,300,0,0,6542,0,0,0,0,0),(70692,19762,530,1,1,0,1,-3098.92,1672.63,71.0738,0.680678,300,0,0,6542,0,0,0,0,0),(70693,19762,530,1,1,0,1,-3066.96,1761.55,75.5832,0.244376,300,5,0,6542,0,1,0,0,0),(70694,19762,530,1,1,0,1,-2986.57,1718.26,75.2989,2.80998,300,0,0,6542,0,0,0,0,0),(70695,19762,530,1,1,0,1,-2942.41,1641.31,56.6356,4.86947,300,0,0,6542,0,0,0,0,0),(70696,19762,530,1,1,0,1,-2930.12,1731.49,66.2949,1.28606,300,5,0,6542,0,1,0,0,0),(70697,19762,530,1,1,0,1,-2889.64,1783.95,53.7678,4.10152,300,0,0,6542,0,0,0,0,0),(70698,19762,530,1,1,0,1,-2869.77,1773.73,55.5464,3.4383,300,0,0,6542,0,0,0,0,0),(70699,19763,530,1,1,0,0,65.7567,3209.43,31.8852,0.10472,300,0,0,2215,0,0,0,0,0),(70700,19764,530,1,1,0,0,-74.7479,3141.77,-4.01195,5.2709,300,0,0,2215,0,0,0,0,0),(70701,19765,530,1,1,0,1,-2913.56,1391.4,7.13094,1.0472,300,0,0,6761,0,0,0,0,0),(70702,19765,530,1,1,0,1,-2898.98,1382.11,6.15595,1.85005,300,0,0,6761,0,0,0,0,0),(70703,19765,530,1,1,0,1,-2937.48,1354.87,7.02837,4.7822,300,0,0,6761,0,0,0,0,0),(70704,19765,530,1,1,0,1,-2902.24,1330.04,6.77554,2.79253,300,0,0,6761,0,0,0,0,0),(70705,19765,530,1,1,0,1,-2889.05,1314.18,6.65059,3.40339,300,0,0,6761,0,0,0,0,0),(70706,19765,530,1,1,0,1,-2902.86,1303.16,7.15851,2.37365,300,0,0,6761,0,0,0,0,0),(70707,19765,530,1,1,0,1,-2942.56,1284.57,8.16425,1.88496,300,0,0,6761,0,0,0,0,0),(70708,19765,530,1,1,0,1,-2986.64,1312.99,8.08592,2.27291,300,0,0,6761,0,0,0,0,0),(70709,19766,530,1,1,0,0,-125.102,3086.26,2.95749,0.733038,300,0,0,2215,0,0,0,0,0),(70710,19767,530,1,1,0,1,-2906.07,1358.82,6.13713,1.42771,300,5,0,5409,3080,1,0,0,0),(70711,19767,530,1,1,0,1,-2975.85,1334.49,8.61393,6.03399,300,5,0,5409,3080,1,0,0,0),(70712,19767,530,1,1,0,1,-2940.29,1324.31,7.89288,6.21374,300,5,0,5409,3080,1,0,0,0),(70713,19768,530,1,1,0,1,-3192.28,1771.87,88.3771,2.80367,300,5,0,5233,2991,1,0,0,0),(70714,19768,530,1,1,0,1,-3065.97,1656.3,65.4814,0.267704,300,5,0,5233,2991,1,0,0,0),(70715,19768,530,1,1,0,1,-2992.17,1742.9,75.7994,0.109337,300,5,0,5233,2991,1,0,0,0),(70716,19768,530,1,1,0,1,-3004.56,1771.25,75.2071,4.82959,300,5,0,5233,2991,1,0,0,0),(70717,19768,530,1,1,0,1,-2987.33,1747.17,76.154,4.08407,300,0,0,5233,2991,0,0,0,0),(70718,19768,530,1,1,0,1,-3025.57,1747.35,75.3746,1.12804,300,5,0,5233,2991,1,0,0,0),(70719,19768,530,1,1,0,1,-3018,1665.57,69.007,2.14694,300,5,0,5233,2991,1,0,0,0),(70720,19768,530,1,1,0,1,-3031.68,1708.53,75.3126,0.506145,300,0,0,5233,2991,0,0,0,0),(70721,19768,530,1,1,0,1,-2944.72,1767.94,66.8197,3.9968,300,0,0,5233,2991,0,0,0,0),(70722,19768,530,1,1,0,1,-2926.76,1715.43,66.5681,2.77507,300,0,0,5233,2991,0,0,0,0),(70723,19768,530,1,1,0,1,-2895.8,1655.35,58.2611,2.28638,300,0,0,5233,2991,0,0,0,0),(70724,19768,530,1,1,0,1,-2851.98,1770.35,58.0096,3.10669,300,0,0,5233,2991,0,0,0,0),(70725,19768,530,1,1,0,1,-2878.18,1743.32,44.2677,4.67748,300,0,0,5233,2991,0,0,0,0),(70726,19768,530,1,1,0,1,-2884.78,1673.89,58.3478,3.38594,300,0,0,5233,2991,0,0,0,0),(70727,19769,530,1,1,0,1,-2884.31,1756.52,46.9709,0.314159,300,0,0,6542,0,0,0,0,0),(70728,19772,530,1,1,0,0,-2676.1,4391.73,36.1724,3.19395,300,0,0,5914,0,0,0,0,0),(70729,19773,530,1,1,0,0,-2930.6,4058.49,3.67179,2.54818,300,0,0,5914,0,0,0,0,0),(70730,19775,530,1,1,0,0,9558.09,-7495.16,16.3403,3.9619,300,0,0,811,852,0,0,0,0),(70731,19776,530,1,1,0,0,2966.14,3733,143.49,5.67232,300,0,0,5715,0,0,0,0,0),(70732,19779,530,1,1,0,1,2999.76,4120.61,155.337,1.51844,300,0,0,6326,0,0,0,0,0),(70733,19779,530,1,1,0,1,2925.46,4083.41,147.984,2.07694,300,0,0,6326,0,0,0,0,0),(70734,19779,530,1,1,0,1,2871.12,4054.23,157.272,3.92699,300,0,0,6326,0,0,0,0,0),(70735,19779,530,1,1,0,1,2897.67,4088.99,155.844,2.51327,300,0,0,6326,0,0,0,0,0),(70736,19779,530,1,1,0,1,2876.11,4045.08,155.574,3.83972,300,0,0,6326,0,0,0,0,0),(70737,19779,530,1,1,0,1,2880.32,4064.76,148.698,2.54818,300,0,0,6326,0,0,0,0,0),(70738,19779,530,1,1,0,1,2866.22,4063.33,157.106,3.82227,300,0,0,6326,0,0,0,0,0),(70739,19779,530,1,1,0,1,2827.34,4021.04,147.233,4.64994,300,5,0,6326,0,1,0,0,0),(70740,19779,530,1,1,0,1,2828.62,4017.78,146.496,2.59355,300,5,0,6326,0,1,0,0,0),(70741,19779,530,1,1,0,1,2782.93,4136.82,179.493,3.40339,300,5,0,6326,0,1,0,0,0),(70742,19779,530,1,1,0,1,2781.24,4144.36,181.409,5.2267,300,5,0,6326,0,1,0,0,0),(70743,19779,530,1,1,0,1,2776.21,4201.81,179.663,6.24729,300,5,0,6326,0,1,0,0,0),(70744,19779,530,1,1,0,1,2771.45,4196.9,180.909,1.15192,300,0,0,6326,0,0,0,0,0),(70745,19779,530,1,1,0,1,2728.13,4196.34,191.016,5.7657,300,5,0,6326,0,1,0,0,0),(70746,19779,530,1,1,0,1,2719.41,4195.33,193.171,6.21337,300,5,0,6326,0,1,0,0,0),(70747,19779,530,1,1,0,1,2717.27,4181.1,193.953,5.74213,300,0,0,6326,0,0,0,0,0),(70748,19779,530,1,1,0,1,2734.49,4192.37,189.67,3.15905,300,5,0,6326,0,1,0,0,0),(70749,19779,530,1,1,0,1,2717.36,4016.13,139.256,3.07178,300,0,0,6326,0,0,0,0,0),(70750,19779,530,1,1,0,1,2726.54,4105.73,189.474,5.12996,300,5,0,6326,0,1,0,0,0),(70751,19779,530,1,1,0,1,2713.27,4033.03,145.445,3.61283,300,0,0,6326,0,0,0,0,0),(70752,19779,530,1,1,0,1,2727.57,3990.82,136.62,4.04916,300,0,0,6326,0,0,0,0,0),(70753,19779,530,1,1,0,1,2737.24,3984.54,139.579,4.27606,300,0,0,6326,0,0,0,0,0),(70754,19779,530,1,1,0,1,2729.66,4110.6,188.595,2.87979,300,5,0,6326,0,1,0,0,0),(70755,19779,530,1,1,0,1,2734.19,4096.15,187.266,2.75762,300,5,0,6326,0,1,0,0,0),(70756,19779,530,1,1,0,1,2718.33,4002.08,136.013,3.22886,300,0,0,6326,0,0,0,0,0),(70757,19779,530,1,1,0,1,2774.91,4131.84,180.394,2.21657,300,0,0,6326,0,0,0,0,0),(70758,19779,530,1,1,0,1,2759.38,4080.28,180.583,4.71239,300,5,0,6326,0,1,0,0,0),(70759,19779,530,1,1,0,1,2739.25,4117.61,186.242,5.05081,300,5,0,6326,0,1,0,0,0),(70760,19779,530,1,1,0,1,2792.02,4074.39,172.225,6.04531,300,5,0,6326,0,1,0,0,0),(70761,19779,530,1,1,0,1,2765.67,4130.86,181.583,1.309,300,5,0,6326,0,1,0,0,0),(70762,19779,530,1,1,0,1,2767.64,4085.86,179.134,6.16989,300,5,0,6326,0,1,0,0,0),(70763,19779,530,1,1,0,1,2789.28,4067.67,172.099,0.029467,300,5,0,6326,0,1,0,0,0),(70764,19779,530,1,1,0,1,2796.02,4068.31,170.111,2.54818,300,5,0,6326,0,1,0,0,0),(70765,19779,530,1,1,0,1,2727.36,4131.04,190.001,4.05546,300,5,0,6326,0,1,0,0,0),(70766,19779,530,1,1,0,1,2728.57,4178.26,191.614,2.87979,300,0,0,6326,0,0,0,0,0),(70767,19779,530,1,1,0,1,2724.71,4171.17,192.73,1.91986,300,0,0,6326,0,0,0,0,0),(70768,19779,530,1,1,0,1,2721.84,4141.51,191.701,4.16041,300,5,0,6326,0,1,0,0,0),(70769,19779,530,1,1,0,1,2769.1,4146.44,182.126,5.91667,300,0,0,6326,0,0,0,0,0),(70770,19779,530,1,1,0,1,2756.32,4208.45,183.585,6.08013,300,5,0,6326,0,1,0,0,0),(70771,19779,530,1,1,0,1,2786.39,3969.14,143.241,1.34115,300,5,0,6326,0,1,0,0,0),(70772,19779,530,1,1,0,1,2734.1,3950.52,142.227,0,300,5,0,6326,0,1,0,0,0),(70773,19779,530,1,1,0,1,2743.24,3943.84,141.477,2.25918,300,5,0,6326,0,1,0,0,0),(70774,19779,530,1,1,0,1,2784.92,3972.1,143.425,6.12931,300,5,0,6326,0,1,0,0,0),(70775,19779,530,1,1,0,1,2758.24,3953.7,142.852,3.66519,300,5,0,6326,0,1,0,0,0),(70776,19779,530,1,1,0,1,2798.09,3957.93,143.107,0.430775,300,5,0,6326,0,1,0,0,0),(70777,19779,530,1,1,0,1,2759.63,3944.19,141.977,2.46091,300,5,0,6326,0,1,0,0,0),(70778,19779,530,1,1,0,1,2798.4,3970.08,142.308,2.96161,300,5,0,6326,0,1,0,0,0),(70779,19779,530,1,1,0,1,2823.21,3998.62,141.713,5.04007,300,5,0,6326,0,1,0,0,0),(70780,19779,530,1,1,0,1,2753.04,3879.24,142.432,6.26573,300,5,0,6326,0,1,0,0,0),(70781,19779,530,1,1,0,1,2789.19,3920.31,144.731,2.9306,300,5,0,6326,0,1,0,0,0),(70782,19779,530,1,1,0,1,2754.48,3891.33,143.182,0.017453,300,5,0,6326,0,1,0,0,0),(70783,19779,530,1,1,0,1,2789.06,3921.87,144.566,4.16199,300,5,0,6326,0,1,0,0,0),(70784,19779,530,1,1,0,1,2860.46,3919.67,161.416,3.63029,300,5,0,6326,0,1,0,0,0),(70785,19779,530,1,1,0,1,2815.9,3874.57,166.166,5.17539,300,5,0,6326,0,1,0,0,0),(70786,19779,530,1,1,0,1,2834.51,3881.73,166.42,3.84481,300,5,0,6326,0,1,0,0,0),(70787,19779,530,1,1,0,1,2848.13,3931.9,154.166,4.17134,300,5,0,6326,0,1,0,0,0),(70788,19779,530,1,1,0,1,2840.04,3916.94,154.628,3.21583,300,5,0,6326,0,1,0,0,0),(70789,19779,530,1,1,0,1,2830.87,3900.17,157.454,4.01827,300,5,0,6326,0,1,0,0,0),(70790,19779,530,1,1,0,1,2690.46,3904.8,134.475,3.46521,300,5,0,6326,0,1,0,0,0),(70791,19779,530,1,1,0,1,2705.45,3878.66,135.783,3.12743,300,5,0,6326,0,1,0,0,0),(70792,19780,530,1,1,0,1,3080.83,3681.61,142.519,2.21657,300,0,0,8540,0,0,0,0,0),(70793,19784,530,1,1,0,0,-3060.42,1689.58,67.2229,4.96879,300,5,0,6542,0,1,0,0,0),(70794,19784,530,1,1,0,0,-3070.52,1702.11,67.6074,2.09167,300,5,0,6542,0,1,0,0,0),(70795,19784,530,1,1,0,0,-3029.4,1722.06,75.2041,4.83045,300,5,0,6542,0,1,0,0,0),(70796,19784,530,1,1,0,0,-3040.44,1721.51,76.5509,4.23124,300,5,0,6542,0,1,0,0,0),(70797,19784,530,1,1,0,0,-2929.72,1696.13,66.7635,2.23332,300,5,0,6542,0,1,0,0,0),(70798,19784,530,1,1,0,0,-2935.23,1684.85,67.8509,1.58144,300,5,0,6542,0,1,0,0,0),(70799,19784,530,1,1,0,0,-2837,1761.92,59.1028,2.72271,300,0,0,6542,0,0,0,0,0),(70800,19784,530,1,1,0,0,-2829.58,1760.66,59.5666,2.21657,300,0,0,6542,0,0,0,0,0),(70801,19784,530,1,1,0,0,-2782.89,1390.15,38.6297,0.725185,300,5,0,6542,0,1,0,0,0),(70802,19784,530,1,1,0,0,-2791.7,1396.92,39.2828,1.85807,300,5,0,6542,0,1,0,0,0),(70803,19784,530,1,1,0,0,-2919.43,1372.64,8.20768,6.12611,300,0,0,6542,0,0,0,0,0),(70804,19784,530,1,1,0,0,-2924.55,1371.39,9.4577,5.55015,300,0,0,6542,0,0,0,0,0),(70805,19784,530,1,1,0,0,-2849.81,1240.21,6.8073,4.4434,300,5,0,6542,0,1,0,0,0),(70806,19784,530,1,1,0,0,-2960.01,1304.2,7.36165,0.226893,300,0,0,6542,0,0,0,0,0),(70807,19784,530,1,1,0,0,-2964.3,1312.32,7.70759,0.890118,300,0,0,6542,0,0,0,0,0),(70808,19788,530,1,1,0,1,-2805.3,1370.45,37.9638,4.43145,300,5,0,6986,0,1,0,0,0),(70809,19788,530,1,1,0,1,-2852.4,1258.59,7.04573,4.23319,300,5,0,6986,0,1,0,0,0),(70810,19789,530,1,1,0,1,-3042.72,1736.36,75.372,5.27915,300,5,0,5409,3080,1,0,0,0),(70811,19789,530,1,1,0,1,-2944.09,1695.49,66.7887,5.0336,300,5,0,5409,3080,1,0,0,0),(70812,19789,530,1,1,0,1,-2894.91,1673.93,58.0616,3.69819,300,5,0,5409,3080,1,0,0,0),(70813,19792,530,1,1,0,1,-4172.62,1491.76,115.012,3.06137,300,0,0,5233,2991,2,0,0,0),(70814,19792,530,1,1,0,1,-4140.25,1522.06,104.254,0.139626,300,0,0,5233,2991,0,0,0,0),(70815,19792,530,1,1,0,1,-4140.49,1507.05,104.602,0.122173,300,0,0,5233,2991,0,0,0,0),(70816,19792,530,1,1,0,1,-4274.95,1552.6,136.092,5.48033,300,0,0,5233,2991,0,0,0,0),(70817,19792,530,1,1,0,1,-4288.06,1538.87,138.217,5.44543,300,0,0,5233,2991,0,0,0,0),(70818,19792,530,1,1,0,1,-4234.92,1547.49,126.534,2.52623,300,0,0,5233,2991,2,0,0,0),(70819,19792,530,1,1,0,1,-4215.1,1564.35,118.479,5.91321,300,0,0,5233,2991,2,0,0,0),(70820,19792,530,1,1,0,1,-4335.49,1624.79,151.953,5.79449,300,0,0,5233,2991,0,0,0,0),(70821,19792,530,1,1,0,1,-4385.64,1687.34,157.903,5.86996,300,0,0,5233,2991,0,0,0,0),(70822,19792,530,1,1,0,1,-4348.55,1607.36,152.506,5.61996,300,0,0,5233,2991,0,0,0,0),(70823,19792,530,1,1,0,1,-4374.76,1609.82,161.876,2.07694,300,0,0,5233,2991,0,0,0,0),(70824,19792,530,1,1,0,1,-4393.78,1604.31,163.976,0.733038,300,0,0,5233,2991,0,0,0,0),(70825,19792,530,1,1,0,1,-4448.95,1600.42,164.39,3.35103,300,0,0,5233,2991,0,0,0,0),(70826,19792,530,1,1,0,1,-4426.62,1706.02,158.562,1.37881,300,0,0,5233,2991,0,0,0,0),(70827,19792,530,1,1,0,1,-4434.65,1570.83,164.958,1.11701,300,0,0,5233,2991,0,0,0,0),(70828,19792,530,1,1,0,1,-4482.16,1630.12,165.213,0.750492,300,0,0,5233,2991,0,0,0,0),(70829,19792,530,1,1,0,1,-4477.07,1619.04,164.858,2.05949,300,0,0,5233,2991,0,0,0,0),(70830,19792,530,1,1,0,1,-4555.5,1609.37,175.611,1.97222,300,0,0,5233,2991,0,0,0,0),(70831,19792,530,1,1,0,1,-4545.74,1625.85,175.28,1.69297,300,0,0,5233,2991,0,0,0,0),(70832,19792,530,1,1,0,1,-4501.39,1742.21,160.096,0.073688,300,0,0,5233,2991,0,0,0,0),(70833,19792,530,1,1,0,1,-4510.63,1680.89,170.58,0.139626,300,0,0,5233,2991,0,0,0,0),(70834,19792,530,1,1,0,1,-4510.3,1661.31,170.582,0.279253,300,0,0,5233,2991,0,0,0,0),(70835,19792,530,1,1,0,1,-4531.72,1698.04,174.936,5.13127,300,0,0,5233,2991,0,0,0,0),(70836,19792,530,1,1,0,1,-4576.97,1639.06,175.106,5.95157,300,0,0,5233,2991,0,0,0,0),(70837,19792,530,1,1,0,1,-4586.23,1727.45,174.745,0,300,0,0,5233,2991,0,0,0,0),(70838,19792,530,1,1,0,1,-4587.68,1713.55,175.109,6.19592,300,0,0,5233,2991,0,0,0,0),(70839,19792,530,1,1,0,1,-4558.35,1719.7,175.239,3.19395,300,0,0,5233,2991,0,0,0,0),(70840,19792,530,1,1,0,1,-4609.28,1764.06,169.017,1.057,300,5,0,5233,2991,1,0,0,0),(70841,19792,530,1,1,0,1,-4366.06,1736.28,156.82,3.79426,300,5,0,5233,2991,1,0,0,0),(70842,19792,530,1,1,0,1,-4407.29,1785.25,155.79,1.29154,300,0,0,5233,2991,0,0,0,0),(70843,19792,530,1,1,0,1,-4428.48,1794.5,159.416,1.16937,300,0,0,5233,2991,0,0,0,0),(70844,19792,530,1,1,0,1,-4383.78,1725.9,157.452,5.84685,300,0,0,5233,2991,0,0,0,0),(70845,19792,530,1,1,0,1,-4329.26,1757.65,148.58,2.19457,300,5,0,5233,2991,1,0,0,0),(70846,19795,530,1,1,0,1,-4321.97,1385.13,144.007,2.92507,300,5,0,5409,3080,1,0,0,0),(70847,19795,530,1,1,0,1,-4329.42,1380.64,144.32,2.92226,300,5,0,5409,3080,1,0,0,0),(70848,19795,530,1,1,0,1,-4326.81,1392.35,144.007,2.92238,300,5,0,5409,3080,1,0,0,0),(70849,19795,530,1,1,0,1,-4333.69,1387.7,143.698,2.9069,300,5,0,5409,3080,1,0,0,0),(70850,19796,530,1,1,0,1,-4092.91,1493.31,96.5598,3.26377,300,0,0,5233,2991,0,0,0,0),(70851,19796,530,1,1,0,1,-4234.69,1496.32,127.328,2.14675,300,0,0,5233,2991,0,0,0,0),(70852,19796,530,1,1,0,1,-4162.61,1544.51,108.878,4.01426,300,0,0,5233,2991,0,0,0,0),(70853,19796,530,1,1,0,1,-4288.84,1598.95,136.992,3.90954,300,0,0,5233,2991,0,0,0,0),(70854,19796,530,1,1,0,1,-4394.37,1695.86,157.779,0.523606,300,0,0,5233,2991,0,0,0,0),(70855,19796,530,1,1,0,1,-4381.37,1643.24,159.277,6.10865,300,5,0,5233,2991,1,0,0,0),(70856,19796,530,1,1,0,1,-4418.83,1566.92,164.814,1.41372,300,5,0,5233,2991,1,0,0,0),(70857,19796,530,1,1,0,1,-4447.8,1665.69,163.551,3.03687,300,0,0,5233,2991,0,0,0,0),(70858,19796,530,1,1,0,1,-4485.73,1647.33,165.472,0.314159,300,5,0,5233,2991,1,0,0,0),(70859,19796,530,1,1,0,1,-4455.88,1628.55,163.035,3.12414,300,0,0,5233,2991,0,0,0,0),(70860,19796,530,1,1,0,1,-4538.56,1633.76,174.954,2.81591,300,5,0,5233,2991,1,0,0,0),(70861,19796,530,1,1,0,1,-4498.56,1742.42,159.721,3.23835,300,5,0,5233,2991,1,0,0,0),(70862,19796,530,1,1,0,1,-4485.7,1692.84,164.861,0.174533,300,5,0,5233,2991,1,0,0,0),(70863,19796,530,1,1,0,1,-4488.76,1728.99,161.141,0.523599,300,0,0,5233,2991,0,0,0,0),(70864,19796,530,1,1,0,1,-4489.87,1714.28,161.148,0.296706,300,0,0,5233,2991,0,0,0,0),(70865,19796,530,1,1,0,1,-4524.77,1708.84,175.073,3.24631,300,0,0,5233,2991,0,0,0,0),(70866,19796,530,1,1,0,1,-4574.51,1654.76,174.894,2.63653,300,5,0,5233,2991,1,0,0,0),(70867,19796,530,1,1,0,1,-4539.33,1729.32,174.81,4.59022,300,5,0,5233,2991,1,0,0,0),(70868,19796,530,1,1,0,1,-4574.43,1692.16,175.296,6.12611,300,0,0,5233,2991,0,0,0,0),(70869,19796,530,1,1,0,1,-4355.15,1724.12,157.56,3.50811,300,5,0,5233,2991,1,0,0,0),(70870,19799,530,1,1,0,0,-3989.06,2496.07,123.454,3.00342,300,5,0,5409,3080,1,0,0,0),(70871,19799,530,1,1,0,0,-3756,2608.83,91.192,2.01099,300,0,0,5409,3080,0,0,0,0),(70872,19799,530,1,1,0,0,-4032.46,2602.38,120.817,5.06533,300,5,0,5409,3080,1,0,0,0),(70873,19800,530,1,1,0,0,-4038,2617.43,121.693,4.94473,300,5,0,3925,2991,1,0,0,0),(70874,19800,530,1,1,0,0,-3972.66,2493.79,119.182,3.00318,300,0,0,3925,2991,0,0,0,0),(70875,19800,530,1,1,0,0,-3753.98,2611.18,90.942,0.856222,300,5,0,3925,2991,1,0,0,0),(70876,19800,530,1,1,0,0,-3762.21,2613.74,93.3048,6.09903,300,0,0,3925,2991,0,0,0,0),(70877,19801,530,1,1,0,0,-3735.59,966.464,71.726,4.39619,300,5,0,1518,2933,1,0,0,0),(70878,19801,530,1,1,0,0,-3734.81,969.553,71.6909,1.28476,300,5,0,1518,2933,1,0,0,0),(70879,19801,530,1,1,0,0,-3719.93,1046.88,67.9177,5.98648,300,0,0,1518,2933,0,0,0,0),(70880,19801,530,1,1,0,0,-3771.84,998.56,78.2194,2.31821,300,5,0,1518,2933,1,0,0,0),(70881,19801,530,1,1,0,0,-3774.69,995.409,79.185,2.33173,300,5,0,1518,2933,1,0,0,0),(70882,19801,530,1,1,0,0,-3719.49,1092.19,67.5043,6.23082,300,0,0,1518,2933,0,0,0,0),(70883,19801,530,1,1,0,0,-3718.02,1085.64,68.0843,0.05236,300,0,0,1518,2933,0,0,0,0),(70884,19801,530,1,1,0,0,-3733.09,1084.34,68.6063,2.67035,300,0,0,1518,2933,0,0,0,0),(70885,19801,530,1,1,0,0,-3736.62,1079.97,68.6063,2.35619,300,0,0,1518,2933,0,0,0,0),(70886,19801,530,1,1,0,0,-3718.81,1053.06,68.0427,5.93412,300,0,0,1518,2933,0,0,0,0),(70887,19801,530,1,1,0,0,-3745.76,1033.31,89.0933,3.78586,300,0,0,1518,2933,0,0,0,0),(70888,19801,530,1,1,0,0,-3748.44,1036.6,89.733,3.78586,300,0,0,1518,2933,0,0,0,0),(70889,19801,530,1,1,0,0,-3760.07,1047.2,72.3562,2.16421,300,0,0,1518,2933,0,0,0,0),(70890,19801,530,1,1,0,0,-3754.37,1050.03,71.8562,2.28638,300,0,0,1518,2933,0,0,0,0),(70891,19801,530,1,1,0,0,-3760.02,1104.22,68.2262,0.005405,300,5,0,1518,2933,1,0,0,0),(70892,19801,530,1,1,0,0,-3760.28,1100.52,68.6557,5.95661,300,5,0,1518,2933,1,0,0,0),(70893,19802,530,1,1,0,1,-3983.98,2689.68,127.092,1.04947,300,5,0,6542,0,1,0,0,0),(70894,19802,530,1,1,0,1,-4027.03,2752.2,178.543,3.10433,300,5,0,6542,0,1,0,0,0),(70895,19802,530,1,1,0,1,-4065.62,2760.92,173.36,0.84761,300,5,0,6542,0,1,0,0,0),(70896,19802,530,1,1,0,1,-4048.31,2688.5,137.867,1.49507,300,5,0,6542,0,1,0,0,0),(70897,19802,530,1,1,0,1,-4020.41,2660.25,124.775,3.65565,300,5,0,6542,0,1,0,0,0),(70898,19802,530,1,1,0,1,-4060.94,2605.23,131.124,5.41275,300,5,0,6542,0,1,0,0,0),(70899,19802,530,1,1,0,1,-4086.45,2531.97,138.208,2.91501,300,0,0,6542,0,0,0,0,0),(70900,19802,530,1,1,0,1,-4059.53,2524.09,134.888,6.21337,300,0,0,6542,0,0,0,0,0),(70901,19802,530,1,1,0,1,-4082.54,2506.97,140.22,0.331613,300,0,0,6542,0,0,0,0,0),(70902,19802,530,1,1,0,1,-4095.23,2562.57,139.111,0.279253,300,0,0,6542,0,0,0,0,0),(70903,19802,530,1,1,0,1,-3884.97,2492.76,93.4878,2.38381,300,5,0,6542,0,1,0,0,0),(70904,19802,530,1,1,0,1,-4010.4,2585.57,115.348,0.338426,300,5,0,6542,0,1,0,0,0),(70905,19802,530,1,1,0,1,-3965.08,2542.71,150.98,0.831668,300,5,0,6542,0,1,0,0,0),(70906,19802,530,1,1,0,1,-3955.16,2481.05,115.563,0.122173,300,0,0,6542,0,0,0,0,0),(70907,19802,530,1,1,0,1,-3954.51,2508.52,113.783,0.191986,300,0,0,6542,0,0,0,0,0),(70908,19802,530,1,1,0,1,-3959.84,2614.4,104.996,0.838165,300,5,0,6542,0,1,0,0,0),(70909,19802,530,1,1,0,1,-3925.03,2641.81,106.691,3.54006,300,5,0,6542,0,1,0,0,0),(70910,19802,530,1,1,0,1,-3889.82,2515.52,90.8502,4.15388,300,0,0,6542,0,0,0,0,0),(70911,19802,530,1,1,0,1,-3809.87,2527.49,81.6341,5.14872,300,0,0,6542,0,0,0,0,0),(70912,19802,530,1,1,0,1,-3771.23,2527.82,83.1542,4.74729,300,0,0,6542,0,0,0,0,0),(70913,19802,530,1,1,0,1,-3889.89,2645.83,104.938,0.778699,300,5,0,6542,0,1,0,0,0),(70914,19802,530,1,1,0,1,-3893.69,2680.28,121.209,0.552806,300,5,0,6542,0,1,0,0,0),(70915,19802,530,1,1,0,1,-3886.51,2730.46,144.556,4.13413,300,5,0,6542,0,1,0,0,0),(70916,19802,530,1,1,0,1,-3760.71,2618.22,93.317,0.773393,300,5,0,6542,0,1,0,0,0),(70917,19802,530,1,1,0,1,-4053.54,2622.81,127.818,1.84822,300,5,0,6542,0,1,0,0,0),(70918,19802,530,1,1,0,1,-3685,2584.45,96.1122,5.96903,300,0,0,6542,0,0,0,0,0),(70919,19802,530,1,1,0,1,-3642.69,2611.42,76.5276,2.43286,300,5,0,6542,0,1,0,0,0),(70920,19802,530,1,1,0,1,-3644.05,2582.65,75.0663,4.45472,300,5,0,6542,0,1,0,0,0),(70921,19802,530,1,1,0,1,-4060.91,2576.94,131.356,2.12411,300,5,0,6542,0,1,0,0,0),(70922,19802,530,1,1,0,1,-4067.48,2561.03,134.446,0.034907,300,0,0,6542,0,0,0,0,0),(70923,19806,530,1,1,0,1,-4217.18,1521.9,121.213,2.19925,300,0,0,6986,0,2,0,0,0),(70924,19806,530,1,1,0,1,-4360.78,1629.07,155.238,2.2141,300,0,0,6986,0,2,0,0,0),(70925,19806,530,1,1,0,1,-4382.89,1686.13,157.85,2.72837,300,5,0,6986,0,1,0,0,0),(70926,19806,530,1,1,0,1,-4443.15,1583.94,163.903,2.60201,300,5,0,6986,0,1,0,0,0),(70927,19806,530,1,1,0,1,-4555.15,1638.48,174.33,4.23101,300,5,0,6986,0,1,0,0,0),(70928,19806,530,1,1,0,1,-4416.45,1791.87,156.612,1.35636,300,5,0,6986,0,1,0,0,0),(70929,19823,530,1,1,0,0,-4609.18,1800.13,171.927,1.24657,300,5,0,54088,0,1,0,0,0),(70930,19823,530,1,1,0,0,-4608.58,1839.6,157.915,5.5912,300,5,0,54088,0,1,0,0,0),(70931,19823,530,1,1,0,0,-4593.47,1873.56,148.845,0.910695,300,5,0,54088,0,1,0,0,0),(70932,19823,530,1,1,0,0,-4538.85,1975.58,129.569,0.867679,300,0,0,54088,0,0,0,0,0),(70933,19823,530,1,1,0,0,-4536.44,1910.08,154.906,4.56538,300,5,0,54088,0,1,0,0,0),(70934,19824,530,1,1,0,0,-4400.59,1298.18,84.5277,0.844594,300,0,0,26168,0,2,0,0,0),(70935,19824,530,1,1,0,0,-4419.67,1314,99.735,4.90438,300,0,0,26168,0,0,0,0,0),(70936,19824,530,1,1,0,0,-4462.01,1364.9,131.461,0.245452,300,0,0,26168,0,2,0,0,0),(70937,19824,530,1,1,0,0,-4382.19,1366.95,141.621,4.76475,300,0,0,26168,0,0,0,0,0),(70938,19824,530,1,1,0,0,-4250.51,1382.24,139.328,4.72984,300,0,0,26168,0,0,0,0,0),(70939,19824,530,1,1,0,0,-4329.11,1386.57,143.757,3.46859,300,0,0,26168,0,2,0,0,0),(70940,19825,530,1,1,0,1,-4163.86,1804.18,115.866,5.66157,300,5,0,5060,2933,1,0,0,0),(70941,19825,530,1,1,0,1,-4209.5,1816.37,126.618,0.973587,300,5,0,5060,2933,1,0,0,0),(70942,19825,530,1,1,0,1,-4185.93,1869.04,105.444,5.22535,300,5,0,5060,2933,1,0,0,0),(70943,19825,530,1,1,0,1,-4123.74,1893.9,72.5015,3.77912,300,5,0,5060,2933,1,0,0,0),(70944,19825,530,1,1,0,1,-4147.16,1905.66,68.3121,4.49795,300,5,0,5060,2933,1,0,0,0),(70945,19825,530,1,1,0,1,-4084.56,1947.66,88.5904,2.2831,300,5,0,5060,2933,1,0,0,0),(70946,19825,530,1,1,0,1,-4027.67,1939.38,81.5044,2.87671,300,5,0,5060,2933,1,0,0,0),(70947,19825,530,1,1,0,1,-3928.46,1851.65,94.6027,2.84435,300,5,0,5060,2933,1,0,0,0),(70948,19826,530,1,1,0,1,-3119.76,2117.23,81.8146,4.54099,300,5,0,5566,2933,1,0,0,0),(70949,19826,530,1,1,0,1,-3120.78,2204.47,63.0311,5.90331,300,5,0,5566,2933,1,0,0,0),(70952,19826,530,1,1,0,1,-3087,2274,62.2,1,300,0,0,5566,2933,0,0,0,0),(70953,19826,530,1,1,0,1,-3049,2203,67.3,2,300,0,0,5566,2933,0,0,0,0),(70954,19826,530,1,1,0,1,-3155,2211,64.7,2,300,0,0,5566,2933,0,0,0,0),(70955,19826,530,1,1,0,1,-3121,2117,81.3,5,300,0,0,5566,2933,0,0,0,0),(70956,19826,530,1,1,0,1,-3148,2180,71.3,0,300,0,0,5566,2933,0,0,0,0),(70957,19826,530,1,1,0,1,-3042,2257,64.3,2,300,0,0,5566,2933,0,0,0,0),(70958,19826,530,1,1,0,1,-3077,2240,65.1,1,300,0,0,5566,2933,0,0,0,0),(70959,19826,530,1,1,0,1,-3004.84,2039.55,97.5925,2.22144,300,5,0,5566,2933,1,0,0,0),(70960,19826,530,1,1,0,1,-3005.17,2014.4,96.5389,2.20864,300,0,0,5566,2933,0,0,0,0),(70961,19826,530,1,1,0,1,-3051.21,2001.55,99.168,3.62487,300,5,0,5566,2933,1,0,0,0),(70962,19826,530,1,1,0,1,-3060.58,2041.2,97.4876,2.04794,300,5,0,5566,2933,1,0,0,0),(70963,19827,530,1,1,0,1,-3048,2212,67.1,3.28319,300,0,0,6542,0,0,0,0,0),(70964,19827,530,1,1,0,1,-3086.47,2021.31,98.4177,5.20599,300,0,0,6542,0,0,0,0,0),(70965,19830,530,1,1,0,1,2330.44,2799.51,133.168,4.74729,300,0,0,5060,2933,0,0,0,0),(70966,19831,530,1,1,0,1,2328.79,2796.05,133.234,1.09956,300,0,0,6542,0,0,0,0,0),(70967,19832,530,1,1,0,0,3087.21,3402.86,105.326,5.32325,300,0,0,9431,0,0,0,0,0),(70968,19836,530,1,1,0,0,-1322,2382.81,88.5859,4.64258,300,0,0,2371,0,0,0,0,0),(70969,19837,530,1,1,0,0,2317.29,6075.06,142.641,5.55015,300,0,0,3815,0,0,0,0,0),(70970,19839,530,1,1,0,0,2239.74,2794.28,129.479,0.436332,300,0,0,20283,0,0,0,0,0),(70971,19840,530,1,1,0,0,2237.67,2793.89,128.813,0.506145,300,0,0,19626,0,0,0,0,0),(70972,19844,530,1,1,0,0,-2052.09,7432.76,-24.9648,1.91986,300,0,0,6116,0,0,0,0,0),(70973,19845,530,1,1,0,0,3032.65,3673.9,143.847,2.98451,300,0,0,4120,0,0,0,0,0),(70974,19847,530,1,1,0,1,-3565.73,4943.27,-8.91791,6.26573,300,0,0,58704,28460,0,0,0,0),(70975,19849,530,1,1,0,0,3095,3399.93,105.368,2.54818,300,0,0,65420,0,0,0,0,0),(70976,19851,530,1,1,0,0,3141.73,3254.34,106.82,1.88545,300,0,0,135220,0,0,0,0,0),(70977,19852,530,1,1,0,0,2803.28,3346.84,146.104,3.46361,300,5,0,5060,2933,1,0,0,0),(70978,19852,530,1,1,0,0,2748.67,3290.31,135.03,2.03647,300,5,0,5060,2933,1,0,0,0),(70979,19852,530,1,1,0,0,2698.66,3210.72,147.668,5.46967,300,5,0,5060,2933,1,0,0,0),(70980,19852,530,1,1,0,0,2698.43,3183.87,148.646,4.64467,300,5,0,5060,2933,1,0,0,0),(70981,19852,530,1,1,0,0,2688.34,3111.8,131.779,4.80137,300,5,0,5060,2933,1,0,0,0),(70982,19852,530,1,1,0,0,2737.5,3145.83,148.392,6.07133,300,5,0,5060,2933,1,0,0,0),(70983,19852,530,1,1,0,0,2734.73,3131.38,152.055,5.38997,300,5,0,5060,2933,1,0,0,0),(70984,19852,530,1,1,0,0,2788.8,3148.2,150.416,3.04052,300,5,0,5060,2933,1,0,0,0),(70985,19852,530,1,1,0,0,2748.51,3247.86,148.604,5.91744,300,5,0,5060,2933,1,0,0,0),(70986,19852,530,1,1,0,0,2759.38,3220.69,151.309,0.508078,300,0,0,5060,2933,0,0,0,0),(70987,19852,530,1,1,0,0,2785.81,3129.85,154.231,0.887439,300,5,0,5060,2933,1,0,0,0),(70988,19852,530,1,1,0,0,2808.95,3220.54,146.295,2.98586,300,5,0,5060,2933,1,0,0,0),(70989,19853,530,1,1,0,1,2767.33,3119.98,153.694,2.96296,300,0,0,6326,0,2,0,0,0),(70990,19853,530,1,1,0,1,2741.71,3283.1,134.827,0.311563,300,0,0,6326,0,2,0,0,0),(70991,19853,530,1,1,0,1,2676.24,3108.5,129.766,2.18517,300,0,0,6326,0,2,0,0,0),(70992,19853,530,1,1,0,1,2742.47,3066.7,127.121,0.11249,300,0,0,6326,0,2,0,0,0),(70993,19853,530,1,1,0,1,2791.83,3285.33,147.638,0.193807,300,0,0,6326,0,2,0,0,0),(70994,19853,530,1,1,0,1,2828.05,3064.03,130.303,1.4601,300,0,0,6326,0,2,0,0,0),(70995,19856,530,1,1,0,0,2898.4,5981.79,2.21152,1.01229,300,0,0,6986,0,0,0,0,0),(70996,19857,530,1,1,0,0,2884.45,5982.34,3.38883,0.872665,300,0,0,6986,0,0,0,0,0),(70997,19858,530,1,1,0,0,2879.13,5979.45,6.24018,0.628319,300,0,0,6986,0,0,0,0,0),(70998,19866,530,1,1,0,0,2283.87,2181.22,92.4891,5.18363,300,0,0,42,0,0,0,0,0),(70999,19867,530,1,1,0,0,2375.25,2285.94,139.406,6.00393,300,0,0,42,0,0,0,0,0),(71000,19868,530,1,1,0,0,2257.19,2456.03,99.366,1.5708,300,0,0,42,0,0,0,0,0),(71001,19871,530,1,1,0,0,-161.451,967.2,54.3608,2.77507,300,0,0,4120,0,0,0,0,0),(71002,19871,530,1,1,0,0,-337.78,963.963,54.3616,4.45059,300,0,0,4120,0,0,0,0,0),(71003,19880,530,1,1,0,0,3069.96,3674.86,142.527,3.38594,300,0,0,9431,0,0,0,0,0),(71004,19881,530,1,1,0,0,2129.45,2280.65,73.3939,3.85985,300,5,0,5038,6882,1,0,0,0),(71005,19881,530,1,1,0,0,2163,2273.81,76.3541,5.4834,300,5,0,5038,6882,1,0,0,0),(71006,19881,530,1,1,0,0,2124.64,2227.63,74.3648,5.42622,300,5,0,5038,6882,1,0,0,0),(71007,19881,530,1,1,0,0,2184.61,2249.51,76.4593,3.80606,300,5,0,5038,6882,1,0,0,0),(71008,19881,530,1,1,0,0,2141.29,2213.89,74.0071,0.297507,300,0,0,5038,6882,0,0,0,0),(71009,19881,530,1,1,0,0,2117.25,2192.15,71.8836,2.15582,300,5,0,5038,6882,1,0,0,0),(71010,19881,530,1,1,0,0,2101.89,2212.08,72.5262,2.24996,300,5,0,5038,6882,1,0,0,0),(71011,19881,530,1,1,0,0,2219.91,2181.85,87.6843,3.89208,300,0,0,5038,6882,0,0,0,0),(71012,19881,530,1,1,0,0,2145.56,2155.79,74.5797,1.99072,300,5,0,5038,6882,1,0,0,0),(71013,19881,530,1,1,0,0,2206.96,2174.29,78.1792,4.42729,300,0,0,5038,6882,0,0,0,0),(71014,19881,530,1,1,0,0,2137.65,2127.52,66.2561,5.46142,300,5,0,5038,6882,1,0,0,0),(71015,19881,530,1,1,0,0,2217.2,2177.24,81.0629,3.24235,300,5,0,5038,6882,1,0,0,0),(71016,19881,530,1,1,0,0,2212.83,2166.97,83.0959,2.79253,300,0,0,5038,6882,0,0,0,0),(71017,19881,530,1,1,0,0,2136.01,2145.88,73.1028,0.855211,300,0,0,5038,6882,0,0,0,0),(71018,19881,530,1,1,0,0,2207.07,2123.81,73.404,3.88535,300,5,0,5038,6882,1,0,0,0),(71019,19881,530,1,1,0,0,2211.66,2095.09,71.0183,2.30383,300,5,0,5038,6882,1,0,0,0),(71020,19881,530,1,1,0,0,2261.3,2101.07,69.2158,4.03652,300,5,0,5038,6882,1,0,0,0),(71021,19881,530,1,1,0,0,2311.42,2107.84,82.559,3.60222,300,5,0,5038,6882,1,0,0,0),(71022,19881,530,1,1,0,0,2294.97,2150.97,88.9858,5.94023,300,5,0,5038,6882,1,0,0,0),(71023,19881,530,1,1,0,0,2328.07,2160.84,87.668,5.39307,300,0,0,5038,6882,0,0,0,0),(71024,19881,530,1,1,0,0,2272.16,2193.36,91.1392,4.09486,300,0,0,5038,6882,0,0,0,0),(71025,19881,530,1,1,0,0,2317.09,2169.56,90.7438,2.09439,300,0,0,5038,6882,0,0,0,0),(71026,19881,530,1,1,0,0,2334.19,2104.67,84.6593,1.49039,300,5,0,5038,6882,1,0,0,0),(71027,19881,530,1,1,0,0,2325.4,2090.25,86.6368,0.322243,300,5,0,5038,6882,1,0,0,0),(71028,19882,530,1,1,0,1,9367.57,-7267.66,6.49245,0.523272,300,0,0,610,655,2,0,0,0),(71029,19923,530,1,1,0,0,9850.44,-7559.91,19.3374,5.044,300,0,0,6986,0,0,0,0,0),(71030,19926,530,1,1,0,1,2597.55,2371.1,109.488,1.73776,300,0,0,5233,2991,0,0,0,0),(71031,19937,530,1,1,16502,1,-1183.11,2599.94,30.6718,1.69297,300,0,0,4142,0,0,0,0,0),(71032,19939,530,1,1,0,0,2577.78,2394.17,109.56,3.7001,300,0,0,42,0,0,0,0,0),(71033,19939,530,1,1,0,0,2583.77,2379.85,109.561,2.98451,300,0,0,42,0,0,0,0,0),(71034,19939,530,1,1,0,0,2593.72,2373.95,109.562,3.89208,300,0,0,42,0,0,0,0,0),(71035,19939,530,1,1,0,0,2499.2,2357.25,136.656,0.820305,300,0,0,42,0,0,0,0,0),(71036,19939,530,1,1,0,0,2583.6,2331.96,116.122,1.06465,300,0,0,42,0,0,0,0,0),(71037,19939,530,1,1,0,0,2599.1,2347.28,109.562,6.23082,300,0,0,42,0,0,0,0,0),(71038,19939,530,1,1,0,0,2602.47,2365.28,109.562,4.41568,300,0,0,42,0,0,0,0,0),(71039,19939,530,1,1,0,0,2565.97,2316.31,116.11,5.46288,300,0,0,42,0,0,0,0,0),(71040,19939,530,1,1,0,0,2553.45,2313.32,115.788,3.63029,300,0,0,42,0,0,0,0,0),(71041,19939,530,1,1,0,0,2484.75,2332.78,136.581,3.68265,300,0,0,42,0,0,0,0,0),(71042,19939,530,1,1,0,0,2461.51,2336.38,136.943,4.4855,300,0,0,42,0,0,0,0,0),(71043,19939,530,1,1,0,0,2985.35,2347.61,155.916,1.85005,300,0,0,42,0,0,0,0,0),(71044,19939,530,1,1,0,0,2988.86,2040.68,152.86,0.314159,300,0,0,42,0,0,0,0,0),(71045,19939,530,1,1,0,0,3121.17,2237.64,151.674,5.42797,300,0,0,42,0,0,0,0,0),(71046,19940,530,1,1,0,0,2863.66,2591.46,108.774,6.10875,300,0,0,25304,0,2,0,0,0),(71047,19943,530,1,1,0,1,1623.24,6973.49,159.475,4.07807,300,5,0,5914,0,1,0,0,0),(71048,19943,530,1,1,0,1,1617.22,6912.75,154.988,2.50946,300,5,0,5914,0,1,0,0,0),(71049,19943,530,1,1,0,1,1656.71,6947.13,169.092,5.6811,300,5,0,5914,0,1,0,0,0),(71050,19943,530,1,1,0,1,1688.62,6920.98,163.906,2.06622,300,5,0,5914,0,1,0,0,0),(71051,19943,530,1,1,0,1,1736.48,6917.6,143.401,2.16015,300,5,0,5914,0,1,0,0,0),(71052,19943,530,1,1,0,1,1730.5,6861.14,141.299,1.63238,300,5,0,5914,0,1,0,0,0),(71053,19943,530,1,1,0,1,1793.25,6896.9,144.573,1.58919,300,5,0,5914,0,1,0,0,0),(71054,19943,530,1,1,0,1,1795.73,6859.3,140.598,5.62604,300,5,0,5914,0,1,0,0,0),(71055,19944,530,1,1,0,1,1575.62,6920.09,158.37,1.06465,300,0,0,5914,0,0,0,0,0),(71056,19944,530,1,1,0,1,1591.4,6951.98,156.74,2.14946,300,5,0,5914,0,1,0,0,0),(71057,19944,530,1,1,0,1,1570.05,6976.89,156.269,5.13127,300,0,0,5914,0,0,0,0,0),(71058,19944,530,1,1,0,1,1568.08,6942.62,156.883,0.531378,300,5,0,5914,0,1,0,0,0),(71059,19944,530,1,1,0,1,1615.24,6980.58,160.048,3.30027,300,5,0,5914,0,1,0,0,0),(71060,19944,530,1,1,0,1,1648.68,6917.44,158.548,2.575,300,5,0,5914,0,1,0,0,0),(71061,19944,530,1,1,0,1,1671.29,6989.05,156.906,4.62512,300,0,0,5914,0,0,0,0,0),(71062,19944,530,1,1,0,1,1653.12,6940.77,169.617,1.67552,300,0,0,5914,0,0,0,0,0),(71063,19944,530,1,1,0,1,1655.48,6877.59,145.297,0.964894,300,5,0,5914,0,1,0,0,0),(71064,19944,530,1,1,0,1,1697.61,6903.18,163.037,2.96706,300,0,0,5914,0,0,0,0,0),(71065,19944,530,1,1,0,1,1735.35,6909.96,142.705,5.41709,300,5,0,5914,0,1,0,0,0),(71066,19944,530,1,1,0,1,1721.08,6943.39,147.377,4.65481,300,5,0,5914,0,1,0,0,0),(71067,19945,530,1,1,0,1,1543.79,6913.55,189.227,4.93014,300,5,0,4731,2790,1,0,0,0),(71068,19945,530,1,1,0,1,1544.74,6923.42,189.246,1.14739,300,5,0,4731,2790,1,0,0,0),(71069,19945,530,1,1,0,1,1578.95,6906.34,160.379,0.452742,300,5,0,4731,2790,1,0,0,0),(71070,19945,530,1,1,0,1,1530.5,6944.96,159.58,6.04333,300,5,0,4731,2790,1,0,0,0),(71071,19945,530,1,1,0,1,1550.52,6962.99,157.105,3.26564,300,5,0,4731,2790,1,0,0,0),(71072,19945,530,1,1,0,1,1576.5,6950.51,156.865,3.27209,300,5,0,4731,2790,1,0,0,0),(71073,19945,530,1,1,0,1,1590.2,6969.73,188.339,4.16471,300,5,0,4731,2790,1,0,0,0),(71074,19945,530,1,1,0,1,1615.53,6985.14,189.203,3.66901,300,5,0,4731,2790,1,0,0,0),(71075,19945,530,1,1,0,1,1610.31,6967.94,189.087,0.150142,300,5,0,4731,2790,1,0,0,0),(71076,19945,530,1,1,0,1,1570.81,7002.82,154.621,2.67035,300,0,0,4731,2790,0,0,0,0),(71077,19945,530,1,1,0,1,1631.61,6910.37,152.238,1.58903,300,5,0,4731,2790,1,0,0,0),(71078,19945,530,1,1,0,1,1643.9,6919.72,158.558,4.19228,300,5,0,4731,2790,1,0,0,0),(71079,19945,530,1,1,0,1,1660.54,6992.3,157.68,1.72593,300,5,0,4731,2790,1,0,0,0),(71080,19945,530,1,1,0,1,1635.9,7012.65,158.445,0.739093,300,5,0,4731,2790,1,0,0,0),(71081,19945,530,1,1,0,1,1646.68,6954.17,169.817,5.34817,300,5,0,4731,2790,1,0,0,0),(71082,19945,530,1,1,0,1,1698.18,6955.79,151.726,3.73005,300,5,0,4731,2790,1,0,0,0),(71083,19946,530,1,1,0,1,-848.542,5890.17,22.5241,1.72543,300,5,0,5158,0,1,0,0,0),(71084,19946,530,1,1,0,1,-854.953,5939.23,20.6682,3.99761,300,5,0,5158,0,1,0,0,0),(71085,19946,530,1,1,0,1,-819.379,5944.26,17.6241,3.58623,300,5,0,5158,0,1,0,0,0),(71086,19946,530,1,1,0,1,-818.493,5941.18,18.6413,4.06412,300,5,0,5158,0,1,0,0,0),(71087,19946,530,1,1,0,1,-837.686,5881.71,20.601,1.584,300,5,0,5158,0,1,0,0,0),(71088,19946,530,1,1,0,1,-796.145,5948.13,19.4162,5.43918,300,5,0,5158,0,1,0,0,0),(71089,19946,530,1,1,0,1,-756.234,5953.73,17.4991,5.24273,300,5,0,5158,0,1,0,0,0),(71090,19946,530,1,1,0,1,-680.333,5927.82,17.8409,0.272542,300,5,0,5158,0,1,0,0,0),(71091,19946,530,1,1,0,1,-647.3,5957.82,22.2909,1.39188,300,5,0,5158,0,1,0,0,0),(71092,19946,530,1,1,0,1,-624.052,5910.14,20.265,3.80989,300,5,0,5158,0,1,0,0,0),(71093,19946,530,1,1,0,1,-577.974,5849.02,20.7859,3.75788,300,5,0,5158,0,1,0,0,0),(71094,19946,530,1,1,0,1,-612.038,5853.51,22.3121,1.85115,300,5,0,5158,0,1,0,0,0),(71095,19946,530,1,1,0,1,-580.67,5891.19,20.7302,4.92361,300,5,0,5158,0,1,0,0,0),(71096,19946,530,1,1,0,1,-519.765,5953.52,23.4477,4.54251,300,5,0,5158,0,1,0,0,0),(71097,19946,530,1,1,0,1,-514.698,5922.33,22.8532,3.20721,300,5,0,5158,0,1,0,0,0),(71098,19946,530,1,1,0,1,-821.875,5790.63,22.8731,5.80413,300,5,0,5158,0,1,0,0,0),(71099,19946,530,1,1,0,1,-853.239,5751.01,20.7537,4.74162,300,5,0,5158,0,1,0,0,0),(71100,19946,530,1,1,0,1,-671.651,5712.95,22.7726,2.43053,300,5,0,5158,0,1,0,0,0),(71101,19946,530,1,1,0,1,-651.597,5689.95,23.3709,5.01835,300,5,0,5158,0,1,0,0,0),(71102,19946,530,1,1,0,1,-645.792,5724.3,20.9613,3.40383,300,5,0,5158,0,1,0,0,0),(71103,19946,530,1,1,0,1,-433.714,5751.78,22.3179,3.01918,300,5,0,5158,0,1,0,0,0),(71104,19946,530,1,1,0,1,-435.069,5740.64,22.9051,4.85669,300,5,0,5158,0,1,0,0,0),(71105,19947,530,1,1,0,1,-851.198,5815.62,15.1139,5.112,300,5,0,4126,2486,1,0,0,0),(71106,19947,530,1,1,0,1,-781.081,5986.16,20.1241,5.2245,300,5,0,4126,2486,1,0,0,0),(71107,19947,530,1,1,0,1,-714.54,5938.81,19.5582,5.5434,300,5,0,4126,2486,1,0,0,0),(71108,19947,530,1,1,0,1,-699.608,5874.98,3.36825,5.7741,300,5,0,4126,2486,1,0,0,0),(71109,19947,530,1,1,0,1,-646.064,5920.71,17.6456,0.75849,300,5,0,4126,2486,1,0,0,0),(71110,19947,530,1,1,0,1,-617.708,5885.94,22.015,2.35605,300,5,0,4126,2486,1,0,0,0),(71111,19947,530,1,1,0,1,-648.703,5881.02,14.6253,0.275753,300,5,0,4126,2486,1,0,0,0),(71112,19947,530,1,1,0,1,-621.852,5853.26,23.1871,3.86526,300,5,0,4126,2486,1,0,0,0),(71113,19947,530,1,1,0,1,-594.513,5874.77,21.8552,1.26781,300,5,0,4126,2486,1,0,0,0),(71114,19947,530,1,1,0,1,-546.275,5946.2,23.2474,4.59721,300,5,0,4126,2486,1,0,0,0); +INSERT INTO `creature` VALUES (71115,19947,530,1,1,0,1,-516.124,5909.46,22.2458,4.048,300,5,0,4126,2486,1,0,0,0),(71116,19947,530,1,1,0,1,-493.821,5918.48,23.8296,1.86707,300,5,0,4126,2486,1,0,0,0),(71117,19947,530,1,1,0,1,-493.041,5951.45,23.6704,2.72728,300,5,0,4126,2486,1,0,0,0),(71118,19947,530,1,1,0,1,-421.082,5776.39,10.4869,3.94666,300,5,0,4126,2486,1,0,0,0),(71119,19947,530,1,1,0,1,-827.008,5778.69,22.9981,2.95652,300,5,0,4126,2486,1,0,0,0),(71120,19947,530,1,1,0,1,-832.812,5784.9,22.1231,4.951,300,5,0,4126,2486,1,0,0,0),(71121,19947,530,1,1,0,1,-668.828,5723.04,21.5226,0.062019,300,5,0,4126,2486,1,0,0,0),(71122,19947,530,1,1,0,1,-653.145,5753.25,21.3802,0.46768,300,5,0,4126,2486,1,0,0,0),(71123,19947,530,1,1,0,1,-626.824,5685.59,19.7509,3.70901,300,5,0,4126,2486,1,0,0,0),(71124,19947,530,1,1,0,1,-453.274,5759.34,20.5323,1.92374,300,5,0,4126,2486,1,0,0,0),(71125,19948,530,1,1,0,1,1665.25,6686.5,101.072,6.13024,300,5,0,5914,0,1,0,0,0),(71126,19948,530,1,1,0,1,1685.29,6635.4,51.0655,3.1875,300,5,0,5914,0,1,0,0,0),(71127,19948,530,1,1,0,1,1764.25,6633.5,72.4947,4.97419,300,0,0,5914,0,0,0,0,0),(71128,19948,530,1,1,0,1,1668.41,6592.73,29.4222,5.6057,300,5,0,5914,0,1,0,0,0),(71129,19948,530,1,1,0,1,1490.48,6389.52,35.0667,1.25664,300,0,0,5914,0,0,0,0,0),(71130,19948,530,1,1,0,1,1475.68,6370.47,47.9472,4.91852,300,5,0,5914,0,1,0,0,0),(71131,19948,530,1,1,0,1,1506.29,6350.63,1.35381,0.226893,300,0,0,5914,0,0,0,0,0),(71132,19948,530,1,1,0,1,1524.33,6303.77,3.60991,0.959931,300,0,0,5914,0,0,0,0,0),(71133,19948,530,1,1,0,1,1591.05,6355.33,3.62795,5.8294,300,0,0,5914,0,0,0,0,0),(71134,19948,530,1,1,0,1,1603.46,6298.13,2.32672,1.0472,300,5,0,5914,0,1,0,0,0),(71135,19948,530,1,1,0,1,1638.35,6285.19,3.72868,1.64061,300,0,0,5914,0,0,0,0,0),(71136,19948,530,1,1,0,1,1663.04,6287.85,3.48295,0.942478,300,5,0,5914,0,1,0,0,0),(71137,19948,530,1,1,0,1,1664.38,6329.82,2.08179,3.03687,300,0,0,5914,0,0,0,0,0),(71138,19948,530,1,1,0,1,1629.88,6381.06,-5.78942,1.06465,300,0,0,5914,0,0,0,0,0),(71139,19948,530,1,1,0,1,1663.54,6375.01,-6.86492,1.25664,300,0,0,5914,0,0,0,0,0),(71140,19948,530,1,1,0,1,1710.76,6323.52,36.9061,1.09956,300,0,0,5914,0,0,0,0,0),(71141,19948,530,1,1,0,1,1699.18,6301.06,1.54585,2.55711,300,5,0,5914,0,1,0,0,0),(71142,19948,530,1,1,0,1,1706.66,6271.34,2.03445,2.33874,300,5,0,5914,0,1,0,0,0),(71143,19948,530,1,1,0,1,1810.76,6293.77,2.12309,4.64595,300,5,0,5914,0,1,0,0,0),(71144,19948,530,1,1,0,1,1772.16,6334.51,0.95474,1.26232,300,5,0,5914,0,1,0,0,0),(71145,19948,530,1,1,0,1,1645.47,6469.6,0.23504,3.6358,300,5,0,5914,0,1,0,0,0),(71146,19948,530,1,1,0,1,1774.49,6516.74,3.31384,6.26486,300,5,0,5914,0,1,0,0,0),(71147,19948,530,1,1,0,1,1808.34,6508.51,2.08003,1.57335,300,5,0,5914,0,1,0,0,0),(71148,19948,530,1,1,0,1,1889.06,6448.71,-0.70441,2.01698,300,5,0,5914,0,1,0,0,0),(71149,19948,530,1,1,0,1,1942.4,6462.87,2.12102,5.14872,300,5,0,5914,0,1,0,0,0),(71150,19948,530,1,1,0,1,1985.2,6473.04,2.16642,4.20624,300,5,0,5914,0,1,0,0,0),(71151,19948,530,1,1,0,1,2058.42,6469.89,2.08375,4.77785,300,5,0,5914,0,1,0,0,0),(71152,19948,530,1,1,0,1,2091.86,6442.17,-1.3251,1.71587,300,5,0,5914,0,1,0,0,0),(71153,19948,530,1,1,0,1,2028.27,6319.71,1.69833,3.09693,300,5,0,5914,0,1,0,0,0),(71154,19948,530,1,1,0,1,2126.85,6349.46,-0.059461,1.0153,300,5,0,5914,0,1,0,0,0),(71155,19948,530,1,1,0,1,2129.19,6312.44,2.32334,6.26255,300,5,0,5914,0,1,0,0,0),(71156,19948,530,1,1,0,1,1983.92,6347.7,-6.21386,5.80524,300,5,0,5914,0,1,0,0,0),(71157,19948,530,1,1,0,1,1953.58,6325.8,2.10149,3.13058,300,5,0,5914,0,1,0,0,0),(71158,19948,530,1,1,0,1,1940.38,6354.31,-2.01841,3.85721,300,5,0,5914,0,1,0,0,0),(71159,19948,530,1,1,0,1,1967.73,6350.62,-5.56985,2.48989,300,5,0,5914,0,1,0,0,0),(71160,19948,530,1,1,0,1,2286.43,6332.43,-0.32448,4.1212,300,5,0,5914,0,1,0,0,0),(71161,19948,530,1,1,0,1,2224.76,6313.61,2.6005,1.88496,300,5,0,5914,0,1,0,0,0),(71162,19948,530,1,1,0,1,2192.54,6337.09,5.6612,0.16271,300,5,0,5914,0,1,0,0,0),(71163,19952,530,1,1,0,1,1536.28,6381.76,1.97644,4.64258,300,0,0,4731,2790,0,0,0,0),(71164,19952,530,1,1,0,1,1602.29,6490.13,2.65976,5.75181,300,5,0,4731,2790,1,0,0,0),(71165,19952,530,1,1,0,1,1537.28,6337.37,3.256,0.767945,300,5,0,4731,2790,1,0,0,0),(71166,19952,530,1,1,0,1,1589.49,6268.34,4.17122,1.76278,300,0,0,4731,2790,0,0,0,0),(71167,19952,530,1,1,0,1,1608.06,6329.53,0.14751,6.23082,300,5,0,4731,2790,1,0,0,0),(71168,19952,530,1,1,0,1,1633.62,6323.99,-0.276378,2.67035,300,0,0,4731,2790,0,0,0,0),(71169,19952,530,1,1,0,1,1744.46,6484.29,-0.17361,3.22668,300,5,0,4731,2790,1,0,0,0),(71170,19952,530,1,1,0,1,1770.08,6433.45,-6.68157,1.8514,300,5,0,4731,2790,1,0,0,0),(71171,19952,530,1,1,0,1,2016.55,6421.52,1.05236,2.50007,300,5,0,4731,2790,1,0,0,0),(71172,19957,530,1,1,0,1,1484.74,6508.2,-10.2139,5.57654,300,5,0,5914,0,1,0,0,0),(71173,19957,530,1,1,0,1,1580.17,6358.11,3.76751,5.20919,300,5,0,5914,0,1,0,0,0),(71174,19957,530,1,1,0,1,1567.21,6300.45,3.92716,1.57909,300,5,0,5914,0,1,0,0,0),(71175,19957,530,1,1,0,1,1578.9,6260.99,26.8423,0.226893,300,0,0,5914,0,0,0,0,0),(71176,19957,530,1,1,0,1,1990.52,6469.29,2.16642,0.254817,300,0,0,5914,0,0,0,0,0),(71177,19957,530,1,1,0,1,2240.84,6321.88,1.97154,1.98968,300,0,0,5914,0,0,0,0,0),(71178,19957,530,1,1,0,1,3081.78,5856.45,0.07898,0.488692,300,5,0,5914,0,1,0,0,0),(71179,19957,530,1,1,0,1,3229.15,5890.47,-2.89632,2.65874,300,5,0,5914,0,1,0,0,0),(71180,19957,530,1,1,0,1,3208.24,5692.78,-0.598674,1.67552,300,5,0,5914,0,1,0,0,0),(71181,19957,530,1,1,0,1,3531.44,5840.63,3.27137,0.527463,300,5,0,5914,0,1,0,0,0),(71182,19960,530,1,1,0,0,2961.35,4827.73,277.629,1.22735,300,5,0,6542,0,1,0,0,0),(71183,19960,530,1,1,0,0,2963.09,4793.36,282.714,6.26258,300,5,0,6542,0,1,0,0,0),(71184,19960,530,1,1,0,0,2937.23,4783.72,282.839,6.04732,300,5,0,6542,0,1,0,0,0),(71185,19960,530,1,1,0,0,2880.71,4836.11,278.049,1.66075,300,5,0,6542,0,1,0,0,0),(71186,19960,530,1,1,0,0,2944.35,4764.96,283.689,5.89893,300,5,0,6542,0,1,0,0,0),(71187,19961,530,1,1,0,1,2962.18,4867.59,277.53,4.44001,300,0,0,6542,0,0,0,0,0),(71188,19961,530,1,1,0,1,2924.09,4845.89,279.071,4.53062,300,0,0,6542,0,0,0,0,0),(71189,19961,530,1,1,0,1,2892.13,4779.99,277.635,1.99933,300,0,0,6542,0,0,0,0,0),(71190,19961,530,1,1,0,1,2929.56,4773.5,283.636,2.52554,300,0,0,6542,0,0,0,0,0),(71191,19961,530,1,1,0,1,2973.15,4762.98,285.438,4.99256,300,0,0,6542,0,0,0,0,0),(71192,19961,530,1,1,0,1,2985.28,4760.73,285.207,3.54302,300,0,0,6542,0,0,0,0,0),(71193,19961,530,1,1,0,1,2862.43,4819.82,282.854,5.48904,300,0,0,6542,0,0,0,0,0),(71194,19973,530,1,1,0,0,1655.98,7314.48,363.861,5.57981,300,5,0,6986,0,1,0,0,0),(71195,19973,530,1,1,0,0,1622.37,7337.72,364.134,4.60572,300,5,0,6986,0,1,0,0,0),(71196,19973,530,1,1,0,0,1583.35,7313.06,363.839,5.76352,300,5,0,6986,0,1,0,0,0),(71197,19973,530,1,1,0,0,1595.36,7269.52,364.289,1.06872,300,5,0,6986,0,1,0,0,0),(71198,19973,530,1,1,0,0,1579.35,7255.81,364.782,6.20597,300,5,0,6986,0,1,0,0,0),(71199,19973,530,1,1,0,0,1492.58,7340.67,365.049,5.72242,300,5,0,6986,0,1,0,0,0),(71200,19973,530,1,1,0,0,1404.71,7282.54,364.383,4.70562,300,5,0,6986,0,1,0,0,0),(71201,19973,530,1,1,0,0,1388.81,7399.27,365.797,4.43314,300,0,0,6986,0,0,0,0,0),(71202,19973,530,1,1,0,0,1302.85,7283.13,364.961,0.261799,300,0,0,6986,0,0,0,0,0),(71203,19973,530,1,1,0,0,1358.33,7241.67,365.113,6.09979,300,5,0,6986,0,1,0,0,0),(71204,19973,530,1,1,0,0,1397.67,7241.42,364.212,5.87472,300,5,0,6986,0,1,0,0,0),(71205,19973,530,1,1,0,0,1410.35,7242.94,364.26,1.58454,300,5,0,6986,0,1,0,0,0),(71206,19973,530,1,1,0,0,1475.64,7165.92,365.16,4.45059,300,5,0,6986,0,1,0,0,0),(71207,19978,530,1,1,0,0,1967.62,5413.53,154.09,1.25077,300,0,0,6542,0,0,0,0,0),(71208,19978,530,1,1,0,0,1764.51,5394.73,154.17,1.76278,300,0,0,6542,0,0,0,0,0),(71209,19979,530,1,1,0,1,1848.64,5398.72,154.219,4.64258,300,0,0,6326,0,0,0,0,0),(71210,19979,530,1,1,0,1,1801.61,5373.04,154.27,3.29867,300,0,0,6326,0,0,0,0,0),(71211,19979,530,1,1,0,1,1764.57,5391.18,154.204,4.45649,300,0,0,6326,0,0,0,0,0),(71212,19979,530,1,1,0,1,1774.16,5411.6,154.329,2.73551,300,0,0,6326,0,0,0,0,0),(71213,19979,530,1,1,0,1,1788.52,5352.82,154.631,1.81514,300,0,0,6326,0,0,0,0,0),(71214,19979,530,1,1,0,1,1762.06,5369.96,154.453,2.62896,300,0,0,6326,0,0,0,0,0),(71215,19979,530,1,1,0,1,1781.69,5383.73,154.344,2.58073,300,0,0,6326,0,0,0,0,0),(71216,19979,530,1,1,0,1,1781.76,5296.17,153.825,1.74533,300,0,0,6326,0,0,0,0,0),(71217,19979,530,1,1,0,1,1847.13,5382.24,154.156,1.46608,300,0,0,6326,0,0,0,0,0),(71218,19979,530,1,1,0,1,1855.26,5074.81,141.409,4.92565,300,0,0,6326,0,0,0,0,0),(71219,19979,530,1,1,0,1,1880.29,5011.7,141.528,1.63113,300,5,0,6326,0,1,0,0,0),(71220,19979,530,1,1,0,1,1861.57,5037.11,136.768,2.7412,300,5,0,6326,0,1,0,0,0),(71221,19979,530,1,1,0,1,1885.87,5113.55,152.534,4.84453,300,0,0,6326,0,0,0,0,0),(71222,19979,530,1,1,0,1,1937.91,5182.71,164.902,4.6487,300,0,0,6326,0,0,0,0,0),(71223,19979,530,1,1,0,1,1932.71,5158.55,163.267,1.18772,300,0,0,6326,0,0,0,0,0),(71224,19979,530,1,1,0,1,1916.16,5192.54,162.92,4.03171,300,0,0,6326,0,0,0,0,0),(71225,19979,530,1,1,0,1,1871.3,5027.47,137.913,5.4378,300,0,0,6326,0,0,0,0,0),(71226,19979,530,1,1,0,1,1893.41,4991.81,149.536,5.37934,300,0,0,6326,0,0,0,0,0),(71227,19980,530,1,1,0,0,2136.72,5404.09,145.447,4.69516,300,5,0,6326,0,1,0,0,0),(71228,19980,530,1,1,0,0,2215.62,5440.08,144.35,0.241751,300,5,0,6326,0,1,0,0,0),(71229,19982,530,1,1,0,1,1782.79,4656.66,146.672,5.54203,300,5,0,5914,0,1,0,0,0),(71230,19982,530,1,1,0,1,1783.16,4679.61,145.748,1.32265,300,5,0,5914,0,1,0,0,0),(71231,19982,530,1,1,0,1,1729.17,4687.5,148.225,2.43294,300,5,0,5914,0,1,0,0,0),(71232,19982,530,1,1,0,1,1678.59,4700.79,144.151,3.10166,300,5,0,5914,0,1,0,0,0),(71233,19982,530,1,1,0,1,1660.64,4684.02,144.12,3.5502,300,5,0,5914,0,1,0,0,0),(71234,19982,530,1,1,0,1,1612.76,4649.69,142.444,1.5205,300,5,0,5914,0,1,0,0,0),(71235,19982,530,1,1,0,1,1641.39,4687.94,144.461,2.02327,300,5,0,5914,0,1,0,0,0),(71236,19982,530,1,1,0,1,1644.91,4686.79,144.618,3.25849,300,5,0,5914,0,1,0,0,0),(71237,19982,530,1,1,0,1,1615.83,4648.52,142.694,3.91773,300,5,0,5914,0,1,0,0,0),(71238,19982,530,1,1,0,1,1680.59,4700.93,144.552,2.89811,300,5,0,5914,0,1,0,0,0),(71239,19982,530,1,1,0,1,1744.19,4650.73,148.649,2.05541,300,5,0,5914,0,1,0,0,0),(71240,19982,530,1,1,0,1,1735.22,4688.78,147.593,1.0332,300,5,0,5914,0,1,0,0,0),(71241,19982,530,1,1,0,1,1780.98,4650.78,147.171,5.23484,300,5,0,5914,0,1,0,0,0),(71242,19982,530,1,1,0,1,1779.69,4680.71,146.017,1.57904,300,5,0,5914,0,1,0,0,0),(71243,19982,530,1,1,0,1,1616.14,4646.3,142.694,5.18697,300,5,0,5914,0,1,0,0,0),(71244,19982,530,1,1,0,1,1640.44,4664.67,143.934,4.28107,300,5,0,5914,0,1,0,0,0),(71245,19982,530,1,1,0,1,1643.2,4690.53,144.243,0.137904,300,5,0,5914,0,1,0,0,0),(71246,19982,530,1,1,0,1,1679.94,4702.67,144.47,2.34926,300,5,0,5914,0,1,0,0,0),(71247,19983,530,1,1,0,1,1634.88,5062.44,175.857,0.934978,300,5,0,4731,2790,1,0,0,0),(71248,19983,530,1,1,0,1,1624.32,5074.67,174.327,0.506145,300,5,0,4731,2790,1,0,0,0),(71249,19983,530,1,1,0,1,1731.09,5022.67,165.263,2.11312,300,5,0,4731,2790,1,0,0,0),(71250,19983,530,1,1,0,1,1715.47,5001.27,177.429,1.27627,300,5,0,4731,2790,1,0,0,0),(71251,19983,530,1,1,0,1,1774.94,5011.96,171.076,3.39337,300,5,0,4731,2790,1,0,0,0),(71252,19983,530,1,1,0,1,1764.39,5058.01,171.834,0.964506,300,5,0,4731,2790,1,0,0,0),(71253,19983,530,1,1,0,1,1738.21,4926.79,170.923,0.132736,300,5,0,4731,2790,1,0,0,0),(71254,19983,530,1,1,0,1,1680.32,4929.22,170.865,0.980604,300,5,0,4731,2790,1,0,0,0),(71255,19983,530,1,1,0,1,1751.47,4875.35,171.35,4.66998,300,5,0,4731,2790,1,0,0,0),(71256,19983,530,1,1,0,1,1695.78,4578.55,144.339,2.92916,300,5,0,4731,2790,1,0,0,0),(71257,19983,530,1,1,0,1,1700.28,4653.28,145.548,0.512759,300,5,0,4731,2790,1,0,0,0),(71258,19983,530,1,1,0,1,1739.59,4594.63,145.474,4.01443,300,5,0,4731,2790,1,0,0,0),(71259,19983,530,1,1,0,1,1701.72,4652.68,145.673,5.7217,300,5,0,4731,2790,1,0,0,0),(71260,19983,530,1,1,0,1,1643.34,4609.3,141.383,2.88042,300,5,0,4731,2790,1,0,0,0),(71261,19983,530,1,1,0,1,1662.67,4591.71,141.63,1.06465,300,0,0,4731,2790,0,0,0,0),(71262,19983,530,1,1,0,1,1697.37,4574.15,144.428,2.11185,300,0,0,4731,2790,0,0,0,0),(71264,19983,530,1,1,0,1,1743.09,4594.74,145.477,5.35955,300,5,0,4731,2790,1,0,0,0),(71265,19983,530,1,1,0,1,1746.15,4593.75,145.571,2.05949,300,0,0,4731,2790,0,0,0,0),(71266,19984,530,1,1,0,1,1701.17,4947.04,170.702,0.556726,300,5,0,4731,2790,1,0,0,0),(71267,19984,530,1,1,0,1,1755.81,5027.24,170.794,4.01426,300,5,0,4731,2790,1,0,0,0),(71268,19984,530,1,1,0,1,1733.56,4951.05,170.809,4.29351,300,5,0,4731,2790,1,0,0,0),(71269,19984,530,1,1,0,1,1801.2,5069.18,174.601,3.33358,300,5,0,4731,2790,1,0,0,0),(71270,19984,530,1,1,0,1,1820.41,5031.96,172.16,1.07741,300,5,0,4731,2790,1,0,0,0),(71271,19984,530,1,1,0,1,1725.73,4864.52,171.102,4.38078,300,5,0,4731,2790,1,0,0,0),(71272,19984,530,1,1,0,1,1746.75,4648.19,148.756,4.13219,300,5,0,4731,2790,1,0,0,0),(71273,19984,530,1,1,0,1,1762.15,4619.01,146.198,2.26962,300,0,0,4731,2790,0,0,0,0),(71274,19984,530,1,1,0,1,1712.42,4652.36,145.853,4.39427,300,0,0,4731,2790,0,0,0,0),(71275,19984,530,1,1,0,1,1712.21,4587,144.755,4.04706,300,5,0,4731,2790,1,0,0,0),(71276,19984,530,1,1,0,1,1642.8,4629.26,144.023,0.288099,300,5,0,4731,2790,1,0,0,0),(71277,19984,530,1,1,0,1,1664.99,4650.39,145.002,4.86028,300,0,0,4731,2790,0,0,0,0),(71278,19984,530,1,1,0,1,1660.09,4603.94,141.627,1.2718,300,5,0,4731,2790,1,0,0,0),(71279,19984,530,1,1,0,1,1639.53,4628.71,143.55,0.244645,300,5,0,4731,2790,1,0,0,0),(71280,19984,530,1,1,0,1,1722.04,4642.23,147.423,5.92345,300,5,0,4731,2790,1,0,0,0),(71281,19984,530,1,1,0,1,1745.37,4649.77,148.631,4.40096,300,5,0,4731,2790,1,0,0,0),(71282,19984,530,1,1,0,1,1717.04,4592.29,144.755,1.24321,300,5,0,4731,2790,1,0,0,0),(71283,19985,530,1,1,0,1,3185.75,5315.56,147.576,3.7313,300,5,0,4892,2846,1,0,0,0),(71284,19985,530,1,1,0,1,3199.35,5308.48,176.268,1.30969,300,0,0,4892,2846,2,0,0,0),(71285,19985,530,1,1,0,1,3234.72,5292.71,145.165,2.26542,300,5,0,4892,2846,1,0,0,0),(71286,19985,530,1,1,0,1,3223.5,5303.22,176.186,4.15704,300,0,0,4892,2846,2,0,0,0),(71287,19985,530,1,1,0,1,3268.42,5376.27,145.145,3.86497,300,5,0,4892,2846,1,0,0,0),(71288,19985,530,1,1,0,1,3267.17,5372.43,176.272,0.336844,300,0,0,4892,2846,2,0,0,0),(71289,19985,530,1,1,0,1,3251.73,5350.11,175.65,5.74571,300,0,0,4892,2846,2,0,0,0),(71290,19985,530,1,1,0,1,3284.35,5305.12,147.991,6.2329,300,5,0,4892,2846,1,0,0,0),(71291,19986,530,1,1,0,1,3163.43,5394.94,145.739,3.47572,300,5,0,6116,0,1,0,0,0),(71292,19986,530,1,1,0,1,3148.16,5296.61,147.795,5.25572,300,5,0,6116,0,1,0,0,0),(71293,19986,530,1,1,0,1,3142.76,5312.82,148.327,4.50621,300,5,0,6116,0,1,0,0,0),(71294,19986,530,1,1,0,1,3145.95,5343.48,147.323,5.04404,300,5,0,6116,0,1,0,0,0),(71295,19986,530,1,1,0,1,3338.88,5343.98,154.18,1.93951,300,5,0,6116,0,1,0,0,0),(71296,19986,530,1,1,0,1,3355.8,5312.81,147.765,5.57657,300,5,0,6116,0,1,0,0,0),(71297,19986,530,1,1,0,1,3303.88,5409.22,146.949,2.11251,300,5,0,6116,0,1,0,0,0),(71298,19986,530,1,1,0,1,3343.57,5361.36,150.24,3.20122,300,5,0,6116,0,1,0,0,0),(71299,19987,530,1,1,0,1,3177.37,5357.3,146.055,4.75413,300,0,0,6116,0,0,0,0,0),(71300,19987,530,1,1,0,1,3230.17,5380.85,144.83,3.88486,300,5,0,6116,0,1,0,0,0),(71301,19987,530,1,1,0,1,3189.34,5295.94,148.437,1.68139,300,5,0,6116,0,1,0,0,0),(71302,19987,530,1,1,0,1,3234.8,5328.32,169.034,0.88626,300,0,0,6116,0,2,0,0,0),(71303,19987,530,1,1,0,1,3276.63,5346.13,147.305,1.32491,300,0,0,6116,0,0,0,0,0),(71304,19987,530,1,1,0,1,3282.55,5291.44,146.925,6.02303,300,0,0,6116,0,0,0,0,0),(71305,19987,530,1,1,0,1,3313.85,5300.02,150.135,1.22803,300,5,0,6116,0,1,0,0,0),(71306,19987,530,1,1,0,1,3285.59,5336.21,149.454,4.23598,300,5,0,6116,0,1,0,0,0),(71307,19987,530,1,1,0,1,3289.06,5337.99,165.601,2.53497,300,0,0,6116,0,2,0,0,0),(71308,19988,530,1,1,0,1,3510.97,6552.26,131.945,3.50044,300,5,0,4428,0,1,0,0,0),(71309,19988,530,1,1,0,1,3542.88,6576.96,133.043,4.85052,300,5,0,4428,0,1,0,0,0),(71310,19988,530,1,1,0,1,3617.97,6574.75,134.924,0.556839,300,5,0,4428,0,1,0,0,0),(71311,19988,530,1,1,0,1,3669.47,6634.12,129.701,4.34458,300,5,0,4428,0,1,0,0,0),(71312,19988,530,1,1,0,1,3641.1,6608.94,131.809,2.54438,300,5,0,4428,0,1,0,0,0),(71313,19988,530,1,1,0,1,3770.66,6629.18,150.586,3.62052,300,5,0,4428,0,1,0,0,0),(71314,19988,530,1,1,0,1,3762.06,6639.39,149.141,5.34727,300,5,0,4428,0,2,0,0,0),(71315,19988,530,1,1,0,1,3683.92,6677.08,129.547,1.36421,300,5,0,4428,0,1,0,0,0),(71316,19988,530,1,1,0,1,3730.08,6694.57,136.039,4.03841,300,5,0,4428,0,1,0,0,0),(71317,19988,530,1,1,0,1,3724.2,6728.1,135.576,1.93219,300,5,0,4428,0,1,0,0,0),(71318,19988,530,1,1,0,1,3681.47,6763.18,135.541,0.720196,300,5,0,4428,0,1,0,0,0),(71319,19988,530,1,1,0,1,3676.6,6689.49,129.246,4.97916,300,5,0,4428,0,1,0,0,0),(71320,19989,530,1,1,0,1,3531.33,6639.55,175.889,5.80663,300,5,0,5060,2933,1,0,0,0),(71321,19989,530,1,1,0,1,3624.09,6596.42,133.614,0.698132,300,0,0,5060,2933,0,0,0,0),(71322,19989,530,1,1,0,1,3611.41,6616.52,130.546,1.81514,300,0,0,5060,2933,0,0,0,0),(71323,19989,530,1,1,0,1,3624.21,6545.54,154.885,3.70902,300,0,0,5060,2933,0,0,0,0),(71324,19989,530,1,1,0,1,3624.64,6514.74,154.813,3.89208,300,0,0,5060,2933,0,0,0,0),(71325,19989,530,1,1,0,1,3639.2,6509.52,165.402,1.67727,300,5,0,5060,2933,1,0,0,0),(71326,19989,530,1,1,0,1,3626.04,6517.83,165.976,2.1332,300,5,0,5060,2933,1,0,0,0),(71327,19989,530,1,1,0,1,3669.37,6576.32,133.949,4.76837,300,5,0,5060,2933,1,0,0,0),(71328,19989,530,1,1,0,1,3634.39,6660.44,174.718,3.03778,300,5,0,5060,2933,1,0,0,0),(71329,19989,530,1,1,0,1,3721.89,6547.61,179.452,5.14642,300,5,0,5060,2933,1,0,0,0),(71330,19989,530,1,1,0,1,3751.7,6545.23,179.443,0.610438,300,5,0,5060,2933,1,0,0,0),(71331,19989,530,1,1,0,1,3807.57,6653.5,169.667,2.71678,300,5,0,5060,2933,1,0,0,0),(71332,19989,530,1,1,0,1,3775.24,6719.76,137.539,3.8433,300,5,0,5060,2933,1,0,0,0),(71333,19989,530,1,1,0,1,3813.79,6677.12,169.205,0.476004,300,5,0,5060,2933,1,0,0,0),(71334,19989,530,1,1,0,1,3770.25,6728.92,169.653,2.78863,300,5,0,5060,2933,1,0,0,0),(71335,19989,530,1,1,0,1,3792.73,6726.22,169.707,4.80069,300,5,0,5060,2933,1,0,0,0),(71336,19989,530,1,1,0,1,3619.95,6682.86,174.765,3.94548,300,5,0,5060,2933,1,0,0,0),(71337,19989,530,1,1,0,1,3584.37,6679.51,128.593,3.12414,300,0,0,5060,2933,0,0,0,0),(71338,19989,530,1,1,0,1,3519.54,6739.42,204.456,5.38903,300,0,0,5060,2933,0,0,0,0),(71339,19989,530,1,1,0,1,3484.26,6738.45,204,4.36987,300,5,0,5060,2933,1,0,0,0),(71340,19989,530,1,1,0,1,3405.28,6680.71,204.681,5.84321,300,5,0,5060,2933,1,0,0,0),(71341,19989,530,1,1,0,1,3387.83,6698.7,215.623,1.90291,300,5,0,5060,2933,1,0,0,0),(71342,19990,530,1,1,0,1,3581.23,6612.03,130.046,0.10472,300,0,0,6326,0,0,0,0,0),(71343,19990,530,1,1,0,1,3575.5,6651.48,128.52,2.18166,300,0,0,6326,0,0,0,0,0),(71344,19990,530,1,1,0,1,3586.76,6662.39,168.141,3.40228,300,5,0,6326,0,1,0,0,0),(71345,19990,530,1,1,0,1,3642.33,6560.56,136.846,3.33665,300,5,0,6326,0,1,0,0,0),(71346,19990,530,1,1,0,1,3621.71,6560.25,135.936,0.663225,300,0,0,6326,0,0,0,0,0),(71347,19990,530,1,1,0,1,3658.86,6650.45,127.036,6.00393,300,0,0,6326,0,0,0,0,0),(71348,19990,530,1,1,0,1,3668.49,6538.43,164.134,3.384,300,5,0,6326,0,1,0,0,0),(71349,19990,530,1,1,0,1,3715.67,6582.38,131.811,2.09214,300,5,0,6326,0,1,0,0,0),(71350,19990,530,1,1,0,1,3760.11,6595.35,145.05,5.38853,300,5,0,6326,0,1,0,0,0),(71351,19990,530,1,1,0,1,3743.09,6596.69,165.396,4.3569,300,5,0,6326,0,1,0,0,0),(71352,19990,530,1,1,0,1,3664.17,6660.82,127.628,2.42006,300,5,0,6326,0,1,0,0,0),(71353,19990,530,1,1,0,1,3763.33,6632.31,150.317,6.08268,300,0,0,6326,0,0,0,0,0),(71354,19990,530,1,1,0,1,3789.1,6649.72,159.939,3.73333,300,5,0,6326,0,1,0,0,0),(71355,19990,530,1,1,0,1,3778.11,6706.03,138.19,2.89689,300,5,0,6326,0,1,0,0,0),(71356,19990,530,1,1,0,1,3828.99,6659.73,169.658,5.54995,300,0,0,6326,0,0,0,0,0),(71357,19990,530,1,1,0,1,3523.61,6690.4,182.895,5.07255,300,5,0,6326,0,1,0,0,0),(71358,19990,530,1,1,0,1,3476.56,6733.34,202.923,0.449903,300,5,0,6326,0,1,0,0,0),(71359,19990,530,1,1,0,1,3410.44,6718.23,204.689,2.68781,300,0,0,6326,0,0,0,0,0),(71360,19990,530,1,1,0,1,3387.66,6699.44,215.612,1.38362,300,5,0,6326,0,1,0,0,0),(71361,19991,530,1,1,0,1,1552.97,6569.58,6.42771,3.71755,300,0,0,5914,0,0,0,0,0),(71362,19991,530,1,1,0,1,1499.16,6561.38,-10.2455,4.24115,300,0,0,5914,0,0,0,0,0),(71363,19991,530,1,1,0,1,1408.01,6524.47,4.42363,0.087266,300,0,0,5914,0,0,0,0,0),(71364,19991,530,1,1,0,1,1458.72,6488.03,-10.2555,0.15708,300,0,0,5914,0,0,0,0,0),(71365,19991,530,1,1,0,1,1404,6569.53,4.41387,0.122173,300,0,0,5914,0,0,0,0,0),(71366,19991,530,1,1,0,1,1523.25,6462.28,-10.2139,0.471239,300,0,0,5914,0,0,0,0,0),(71367,19992,530,1,1,0,1,1538.81,6501.94,-10.1167,4.99164,300,0,0,4731,2790,0,0,0,0),(71368,19993,530,1,1,0,0,3096.4,5897.46,-5.59262,0.384137,300,5,0,6116,0,1,0,0,0),(71369,19993,530,1,1,0,0,3106.7,5806.45,0.04457,1.09956,300,0,0,6116,0,0,0,0,0),(71370,19993,530,1,1,0,0,3224.73,5892.79,-3.11697,4.01426,300,0,0,6116,0,0,0,0,0),(71371,19993,530,1,1,0,0,3261.58,5869.3,-1.86502,4.31096,300,0,0,6116,0,0,0,0,0),(71372,19993,530,1,1,0,0,3198.46,5902.46,-4.34794,4.20624,300,0,0,6116,0,2,0,0,0),(71373,19993,530,1,1,0,0,3248.54,5844.17,-1.08459,3.90954,300,0,0,6116,0,2,0,0,0),(71374,19993,530,1,1,0,0,3368.57,5811.02,40.022,3.80482,300,0,0,6116,0,0,0,0,0),(71375,19993,530,1,1,0,0,3359.92,5834.11,17.832,1.1262,300,0,0,6116,0,2,0,0,0),(71376,19993,530,1,1,0,0,3297.24,5721.74,-7.1476,2.95262,300,5,0,6116,0,1,0,0,0),(71377,19993,530,1,1,0,0,3287.47,5663.57,19.9143,0.475089,300,5,0,6116,0,1,0,0,0),(71378,19993,530,1,1,0,0,3191.49,5758.7,-6.76039,5.45245,300,5,0,6116,0,1,0,0,0),(71379,19993,530,1,1,0,0,3407,5736.28,-10.042,3.89208,300,0,0,6116,0,0,0,0,0),(71380,19993,530,1,1,0,0,3383.74,5757.26,-9.46386,3.92699,300,0,0,6116,0,0,0,0,0),(71381,19993,530,1,1,0,0,3477.73,5754.44,34.2339,5.55015,300,0,0,6116,0,0,0,0,0),(71382,19993,530,1,1,0,0,3524.77,5854.66,3.31816,5.67232,300,0,0,6116,0,0,0,0,0),(71383,19993,530,1,1,0,0,3505.26,5713.36,-9.43837,4.72984,300,0,0,6116,0,0,0,0,0),(71384,19993,530,1,1,0,0,3553.14,5800.52,36.3056,3.07178,300,5,0,6116,0,1,0,0,0),(71385,19993,530,1,1,0,0,3560.62,5783.93,36.6128,4.64258,300,0,0,6116,0,0,0,0,0),(71386,19993,530,1,1,0,0,3536.15,5713.89,-9.45284,4.64258,300,0,0,6116,0,0,0,0,0),(71387,19994,530,1,1,0,1,3087.89,5925.95,-6.57739,2.23511,300,5,0,4281,6588,1,0,0,0),(71388,19994,530,1,1,0,1,3083.33,5868.84,-0.592622,5.95157,300,5,0,4281,6588,1,0,0,0),(71389,19994,530,1,1,0,1,3123.15,5842.21,-9.74833,1.51844,300,0,0,4281,6588,0,0,0,0),(71390,19994,530,1,1,0,1,3162.78,5796.71,-7.40365,0.314159,300,0,0,4281,6588,0,0,0,0),(71391,19994,530,1,1,0,1,3179.62,5872,-6.67214,2.1748,300,5,0,4281,6588,1,0,0,0),(71392,19994,530,1,1,0,1,3326.09,5703.92,-0.704578,0.733038,300,0,0,4281,6588,0,0,0,0),(71393,19994,530,1,1,0,1,3463.08,5733.71,11.7983,0.622323,300,0,0,4281,6588,2,0,0,0),(71394,19994,530,1,1,0,1,3428.07,5843.99,4.67882,5.17503,300,0,0,4281,6588,0,0,0,0),(71395,19994,530,1,1,0,1,3462.94,5839.89,5.06826,5.46288,300,0,0,4281,6588,0,0,0,0),(71396,19994,530,1,1,0,1,3490.88,5781.21,4.53717,5.42797,300,0,0,4281,6588,0,0,0,0),(71397,19994,530,1,1,0,1,3479.72,5828.57,5.21275,2.54818,300,5,0,4281,6588,1,0,0,0),(71398,19994,530,1,1,0,1,3535.76,5843.14,3.34473,3.66913,300,0,0,4281,6588,0,0,0,0),(71399,19994,530,1,1,0,1,3501.82,5862.58,17.1703,0.959931,300,0,0,4281,6588,2,0,0,0),(71400,19994,530,1,1,0,1,3613.78,5787.32,3.98583,3.01942,300,5,0,4281,6588,1,0,0,0),(71401,19995,530,1,1,0,1,2176.86,6463.75,42.291,4.55531,300,0,0,5914,0,0,0,0,0),(71402,19995,530,1,1,0,1,2162.98,6483.51,6.14929,1.24756,300,5,0,5914,0,1,0,0,0),(71403,19995,530,1,1,0,1,2270.36,6554.55,3.38484,4.2586,300,0,0,5914,0,0,0,0,0),(71404,19995,530,1,1,0,1,2279.59,6527.84,3.38484,2.72271,300,0,0,5914,0,0,0,0,0),(71405,19995,530,1,1,0,1,2301.24,6705.26,28.9711,2.86578,300,5,0,5914,0,2,0,0,0),(71406,19995,530,1,1,0,1,2374.94,6762.1,17.4019,5.21853,300,0,0,5914,0,0,0,0,0),(71407,19995,530,1,1,0,1,2625.78,6719.34,22.3566,0.174533,300,0,0,5914,0,0,0,0,0),(71408,19995,530,1,1,0,1,2642.82,6706.68,22.3566,1.53589,300,0,0,5914,0,0,0,0,0),(71409,19995,530,1,1,0,1,2706.87,6651.56,56.8402,4.17134,300,0,0,5914,0,0,0,0,0),(71410,19995,530,1,1,0,1,2753,6623.99,21.5733,1.62749,300,5,0,5914,0,1,0,0,0),(71411,19995,530,1,1,0,1,2656.45,6496.4,3.47739,5.78128,300,5,0,5914,0,1,0,0,0),(71412,19995,530,1,1,0,1,2655.64,6472,37.1692,1.43117,300,5,0,5914,0,1,0,0,0),(71413,19995,530,1,1,0,1,2724.59,6487.96,25.6484,3.05433,300,0,0,5914,0,0,0,0,0),(71414,19995,530,1,1,0,1,2712.16,6483.6,2.88322,1.41372,300,0,0,5914,0,0,0,0,0),(71415,19995,530,1,1,0,1,2721.49,6493.96,2.94574,3.45575,300,5,0,5914,0,1,0,0,0),(71416,19995,530,1,1,0,1,2674.51,6523.09,0.85085,0.953213,300,5,0,5914,0,1,0,0,0),(71417,19995,530,1,1,0,1,2647.65,6453.17,37.8731,3.83972,300,0,0,5914,0,0,0,0,0),(71418,19995,530,1,1,0,1,2545.26,6518.65,3.58397,4.31096,300,5,0,5914,0,1,0,0,0),(71419,19995,530,1,1,0,1,2520.92,6472.32,-3.33088,4.39823,300,0,0,5914,0,0,0,0,0),(71420,19995,530,1,1,0,1,2501.9,6551.58,0.27996,1.44862,300,0,0,5914,0,0,0,0,0),(71421,19995,530,1,1,0,1,2477.08,6482.38,-4.12639,4.57276,300,0,0,5914,0,0,0,0,0),(71422,19995,530,1,1,0,1,2487.15,6574.35,-0.064723,0.785398,300,5,0,5914,0,1,0,0,0),(71423,19995,530,1,1,0,1,2488.45,6559.25,-0.430578,0.383972,300,5,0,5914,0,1,0,0,0),(71424,19995,530,1,1,0,1,2443.83,6539.53,2.82549,4.43314,300,0,0,5914,0,0,0,0,0),(71425,19995,530,1,1,0,1,2538.18,6633.98,4.8169,4.06662,300,0,0,5914,0,0,0,0,0),(71426,19995,530,1,1,0,1,2350.47,6521.34,3.45717,2.15102,300,5,0,5914,0,1,0,0,0),(71427,19995,530,1,1,0,1,2404.45,6489.14,37.1195,5.41052,300,0,0,5914,0,0,0,0,0),(71428,19995,530,1,1,0,1,2346.81,6534.96,3.48006,4.36814,300,5,0,5914,0,1,0,0,0),(71429,19995,530,1,1,0,1,2389.04,6337.09,44.3054,1.72788,300,0,0,5914,0,0,0,0,0),(71430,19995,530,1,1,0,1,2416.39,6314.94,11.4576,3.52965,300,5,0,5914,0,1,0,0,0),(71431,19995,530,1,1,0,1,2481.6,6275.55,15.219,6.03884,300,0,0,5914,0,0,0,0,0),(71432,19995,530,1,1,0,1,2488.74,6324.28,10.4804,2.75366,300,5,0,5914,0,1,0,0,0),(71433,19995,530,1,1,0,1,2580.93,6315.74,0.52538,3.42257,300,5,0,5914,0,1,0,0,0),(71434,19995,530,1,1,0,1,2641.95,6250.57,3.2143,0.558505,300,0,0,5914,0,0,0,0,0),(71435,19995,530,1,1,0,1,2590.18,6234.12,11.9963,1.71042,300,0,0,5914,0,0,0,0,0),(71436,19995,530,1,1,0,1,2658.47,6144.94,10.9817,4.70067,300,5,0,5914,0,1,0,0,0),(71437,19996,530,1,1,0,1,3727.89,5317.51,-7.44251,1.97222,300,0,0,20240,8799,0,0,0,0),(71438,19996,530,1,1,0,1,3522.97,5277.68,-22.7155,5.20108,300,0,0,20240,8799,0,0,0,0),(71439,19996,530,1,1,0,1,3490.79,5320.75,-12.5139,5.74213,300,0,0,20240,8799,0,0,0,0),(71440,19996,530,1,1,0,1,3394.43,5221.59,1.75761,5.86431,300,0,0,20240,8799,0,0,0,0),(71441,19996,530,1,1,0,1,3556.29,5362.61,-9.55387,5.32325,300,0,0,20240,8799,0,0,0,0),(71442,19997,530,1,1,0,0,3588.54,5682.16,-10.1737,3.0503,300,5,0,25304,0,1,0,0,0),(71443,19997,530,1,1,0,0,3672.7,5587.97,-14.4006,4.97111,300,5,0,25304,0,1,0,0,0),(71444,19997,530,1,1,0,0,3673.14,5488.47,-19.7094,1.56591,300,5,0,25304,0,1,0,0,0),(71445,19997,530,1,1,0,0,3579.64,5432.22,34.8963,1.0821,300,0,0,25304,0,0,0,0,0),(71446,19997,530,1,1,0,0,3718.3,5421.61,26.8188,2.05949,300,0,0,25304,0,0,0,0,0),(71447,19997,530,1,1,0,0,3643.35,5420.58,-19.6777,1.36136,300,0,0,25304,0,0,0,0,0),(71448,19997,530,1,1,0,0,3678.95,5416.98,-20.082,1.72788,300,0,0,25304,0,0,0,0,0),(71449,19997,530,1,1,0,0,3602.1,5434.62,12.988,5.96963,300,5,0,25304,0,1,0,0,0),(71450,19997,530,1,1,0,0,3696.99,5322.4,-8.18647,2.9147,300,0,0,25304,0,0,0,0,0),(71451,19997,530,1,1,0,0,3608.86,5372.38,-13.4597,0.872665,300,0,0,25304,0,0,0,0,0),(71452,19997,530,1,1,0,0,3730.77,5329.54,-8.01203,4.18879,300,0,0,25304,0,0,0,0,0),(71453,19997,530,1,1,0,0,3634.09,5304.78,-20.6608,2.63687,300,5,0,25304,0,1,0,0,0),(71454,19997,530,1,1,0,0,3666.58,5271.18,-16.7874,2.25148,300,0,0,25304,0,0,0,0,0),(71455,19997,530,1,1,0,0,3623.91,5295.86,-20.4172,4.32842,300,0,0,25304,0,0,0,0,0),(71456,19997,530,1,1,0,0,3682.1,5239.18,-14.874,2.89725,300,0,0,25304,0,0,0,0,0),(71457,19997,530,1,1,0,0,3669.53,5233.09,-14.8844,1.23918,300,0,0,25304,0,0,0,0,0),(71458,19997,530,1,1,0,0,3702.17,5242.6,7.46444,6.26931,300,5,0,25304,0,1,0,0,0),(71459,19997,530,1,1,0,0,3670.65,5245.88,7.79599,5.53269,300,0,0,25304,0,0,0,0,0),(71460,19997,530,1,1,0,0,3629.36,5274.87,-19.9604,2.35619,300,0,0,25304,0,0,0,0,0),(71461,19997,530,1,1,0,0,3627.82,5246.87,-18.4919,0.473228,300,5,0,25304,0,1,0,0,0),(71462,19997,530,1,1,0,0,3733.95,5240.23,0.50001,1.58825,300,5,0,25304,0,1,0,0,0),(71463,19997,530,1,1,0,0,3586.69,5231.54,14.3868,1.67552,300,0,0,25304,0,0,0,0,0),(71464,19997,530,1,1,0,0,3559.68,5287.62,-22.8325,4.81711,300,0,0,25304,0,0,0,0,0),(71465,19997,530,1,1,0,0,3512.69,5210.79,-20.5178,0.122173,300,0,0,25304,0,0,0,0,0),(71466,19997,530,1,1,0,0,3541.05,5327.61,-12.1333,0.925025,300,0,0,25304,0,0,0,0,0),(71467,19997,530,1,1,0,0,3549.03,5213.43,-21.7063,1.67552,300,0,0,25304,0,0,0,0,0),(71468,19997,530,1,1,0,0,3468.88,5201.88,26.1366,0.331613,300,0,0,25304,0,0,0,0,0),(71469,19997,530,1,1,0,0,3488.9,5308.77,-13.1753,0.436332,300,0,0,25304,0,0,0,0,0),(71470,19997,530,1,1,0,0,3478.34,5236.98,-20.7545,0.488692,300,0,0,25304,0,0,0,0,0),(71471,19997,530,1,1,0,0,3447.73,5183.25,-7.78136,3.19646,300,5,0,25304,0,1,0,0,0),(71472,19997,530,1,1,0,0,3402.78,5213.97,1.82724,2.74017,300,0,0,25304,0,0,0,0,0),(71473,19997,530,1,1,0,0,3436.29,5252.95,-3.7658,4.79965,300,5,0,25304,0,1,0,0,0),(71474,19997,530,1,1,0,0,3571.87,5668.53,-10.2495,4.49151,300,5,0,25304,0,1,0,0,0),(71475,19998,530,1,1,0,1,2345.67,6640.99,16.9567,5.60251,300,0,0,4731,2790,0,0,0,0),(71476,19998,530,1,1,0,1,2304.67,6740.63,17.6508,5.60251,300,0,0,4731,2790,0,0,0,0),(71477,19998,530,1,1,0,1,2379.26,6730.08,15.9361,0.941285,300,5,0,4731,2790,1,0,0,0),(71478,19998,530,1,1,0,1,2391.9,6697.74,17.581,5.23599,300,0,0,4731,2790,0,0,0,0),(71479,19998,530,1,1,0,1,2493.1,6753.21,5.30366,0.314159,300,0,0,4731,2790,0,0,0,0),(71480,19998,530,1,1,0,1,2518.17,6741.9,5.30366,2.02458,300,0,0,4731,2790,0,0,0,0),(71481,19998,530,1,1,0,1,2591.2,6480.95,2.76831,1.8675,300,0,0,4731,2790,0,0,0,0),(71482,19998,530,1,1,0,1,2512.7,6552.19,-0.1732,1.81514,300,0,0,4731,2790,0,0,0,0),(71483,19998,530,1,1,0,1,2442.9,6527.79,3.02385,0.820305,300,0,0,4731,2790,0,0,0,0),(71484,19998,530,1,1,0,1,2409.78,6630.28,2.58632,5.53368,300,5,0,4731,2790,1,0,0,0),(71485,19998,530,1,1,0,1,2530.42,6285.85,12.7435,1.084,300,5,0,4731,2790,1,0,0,0),(71486,19998,530,1,1,0,1,2617.87,6301.33,-3.63472,1.16937,300,0,0,4731,2790,0,0,0,0),(71487,19998,530,1,1,0,1,2599.38,6260.55,11.9078,3.97935,300,0,0,4731,2790,0,0,0,0),(71488,19998,530,1,1,0,1,2570.03,6263.44,12.0115,5.32325,300,0,0,4731,2790,0,0,0,0),(71489,19998,530,1,1,0,1,2577.64,6189.29,14.9478,3.10594,300,5,0,4731,2790,1,0,0,0),(71490,20003,530,1,1,0,0,1606.96,6929.9,158.984,5.34071,300,5,0,42,0,1,0,0,0),(71491,20003,530,1,1,0,0,1633.14,6998.3,157.959,5.93412,300,5,0,42,0,1,0,0,0),(71492,20003,530,1,1,0,0,3215.33,5343.65,144.699,3.61283,300,5,0,42,0,1,0,0,0),(71493,20003,530,1,1,0,0,1714.89,4623.58,144.298,2.37365,300,5,0,42,0,1,0,0,0),(71494,20023,530,1,1,0,0,1616.41,6928.95,158.586,5.70723,300,5,0,42,0,1,0,0,0),(71495,20023,530,1,1,0,0,1638.02,6993.96,158.038,5.07891,300,5,0,42,0,1,0,0,0),(71496,20023,530,1,1,0,0,3210.98,5342.99,144.621,2.67035,300,5,0,42,0,1,0,0,0),(71497,20023,530,1,1,0,0,1706.82,4617.84,144.309,0.226893,300,5,0,42,0,1,0,0,0),(71498,20024,530,1,1,0,0,1619.11,6938.28,159.912,2.32129,300,5,0,42,0,1,0,0,0),(71499,20024,530,1,1,0,0,1641.93,6998.42,158.012,2.11185,300,5,0,42,0,1,0,0,0),(71500,20024,530,1,1,0,0,1708.96,4631.66,144.413,0.802851,300,5,0,42,0,1,0,0,0),(71501,20028,530,1,1,0,1,999.842,7346.88,36.625,1.11701,300,0,0,5803,0,0,0,0,0),(71502,20058,530,1,1,0,0,1474.39,6582.66,-10.0903,5.21853,300,0,0,5914,0,0,0,0,0),(71503,20058,530,1,1,0,0,1488.61,6573.6,-10.2139,0.092632,300,5,0,5914,0,1,0,0,0),(71504,20058,530,1,1,0,0,1413.18,6552.67,3.15884,1.69983,300,5,0,5914,0,1,0,0,0),(71505,20058,530,1,1,0,0,1446.2,6472.6,-10.2462,0.855211,300,0,0,5914,0,0,0,0,0),(71506,20058,530,1,1,0,0,1553.61,6349.34,3.256,4.98197,300,5,0,5914,0,1,0,0,0),(71507,20058,530,1,1,0,0,1524.38,6345.23,2.11131,0.602852,300,5,0,5914,0,1,0,0,0),(71508,20058,530,1,1,0,0,1629.32,6346.95,-2.89058,1.13948,300,5,0,5914,0,1,0,0,0),(71509,20058,530,1,1,0,0,1686.32,6301.91,0.65629,2.63888,300,5,0,5914,0,1,0,0,0),(71510,20058,530,1,1,0,0,1733.34,6270.93,2.15996,1.8675,300,0,0,5914,0,0,0,0,0),(71511,20058,530,1,1,0,0,1645.34,6466.5,-0.365726,0.245413,300,5,0,5914,0,1,0,0,0),(71512,20058,530,1,1,0,0,1708.77,6497.15,1.80648,4.43451,300,5,0,5914,0,1,0,0,0),(71513,20058,530,1,1,0,0,1812.23,6481.29,2.08525,1.6769,300,5,0,5914,0,1,0,0,0),(71514,20058,530,1,1,0,0,1840.46,6409.48,-10.2139,0.361519,300,5,0,5914,0,1,0,0,0),(71515,20058,530,1,1,0,0,1981.4,6379.49,-10.2139,3.2634,300,5,0,5914,0,1,0,0,0),(71516,20066,530,1,1,0,0,3339.77,2881.75,144.381,5.14872,300,0,0,8832,0,0,0,0,0),(71517,20067,530,1,1,0,1,4116.47,3025.79,336.903,0.959931,300,0,0,6986,0,0,0,0,0),(71518,20068,530,1,1,0,1,4119.97,3024.66,336.899,1.85005,300,0,0,6761,0,0,0,0,0),(71519,20071,530,1,1,0,0,4279.62,2232.24,124.3,0.20944,300,0,0,6761,0,0,0,0,0),(71520,20072,530,1,1,0,0,-2728.23,7283.68,40.8672,4.7822,300,0,0,42,0,0,0,0,0),(71521,20072,530,1,1,0,0,-1320.52,7345.13,34.6468,5.53269,300,0,0,42,0,0,0,0,0),(71522,20076,530,1,1,0,0,-3052.61,1736.79,75.6337,5.49779,300,0,0,20259,0,0,0,0,0),(71523,20076,530,1,1,0,0,-2933.32,1739.61,66.8223,3.22886,300,0,0,20259,0,0,0,0,0),(71524,20076,530,1,1,0,0,-2902.2,1669.4,58.4625,1.50098,300,0,0,20259,0,0,0,0,0),(71525,20079,530,1,1,0,0,-811.915,5769.1,17.1862,3.36375,300,0,0,2579,0,2,0,0,0),(71526,20079,530,1,1,0,0,-410.871,6309.84,17.6241,0.417412,300,0,0,2579,0,2,0,0,0),(71527,20079,530,1,1,0,0,-355.74,6439.34,17.6707,2.0742,300,0,0,2579,0,2,0,0,0),(71528,20079,530,1,1,0,0,-320.048,6163.98,17.6241,4.59091,300,0,0,2579,0,2,0,0,0),(71529,20079,530,1,1,0,0,-410.509,6255.54,17.4479,1.07877,300,0,0,2579,0,2,0,0,0),(71530,20079,530,1,1,0,0,-523.455,5876.65,17.9235,2.39281,300,0,0,2579,0,2,0,0,0),(71531,20079,530,1,1,0,0,-685.425,5744.2,14.4508,4.77583,300,0,0,2579,0,2,0,0,0),(71532,20079,530,1,1,0,0,-636.838,5918.19,17.9175,1.63998,300,0,0,2579,0,2,0,0,0),(71533,20079,530,1,1,0,0,-745.651,5946.4,17.4991,2.15732,300,0,0,2579,0,2,0,0,0),(71534,20084,530,1,1,0,1,4119.64,2926.34,355.667,1.58825,300,0,0,7580,0,0,0,0,0),(71535,20087,530,1,1,0,1,9549.66,-7393.43,16.8973,0.523599,300,0,0,5589,3155,0,0,0,0),(71536,20088,530,1,1,0,1,577.697,6235.53,21.8068,3.76523,300,5,0,5158,0,1,0,0,0),(71537,20088,530,1,1,0,1,535.254,6187.46,21.3208,4.96917,300,5,0,5158,0,1,0,0,0),(71538,20088,530,1,1,0,1,547.926,6237.6,22.6098,5.36058,300,5,0,5158,0,1,0,0,0),(71539,20088,530,1,1,0,1,489.62,6310.63,22.9237,1.77143,300,5,0,5158,0,1,0,0,0),(71540,20088,530,1,1,0,1,525.229,6302.61,23.033,5.79294,300,5,0,5158,0,1,0,0,0),(71541,20088,530,1,1,0,1,452.183,6281.47,22.3081,4.9624,300,5,0,5158,0,1,0,0,0),(71542,20088,530,1,1,0,1,511.978,6341.48,22.5447,1.22403,300,5,0,5158,0,1,0,0,0),(71543,20088,530,1,1,0,1,571.56,6305.91,23.1362,4.58636,300,5,0,5158,0,1,0,0,0),(71544,20088,530,1,1,0,1,537.26,6164.19,23.1311,2.98451,300,0,0,5158,0,0,0,0,0),(71545,20088,530,1,1,0,1,596.265,6181.9,22.0742,5.00909,300,5,0,5158,0,1,0,0,0),(71546,20088,530,1,1,0,1,598.183,6221.26,22.5551,3.30222,300,5,0,5158,0,1,0,0,0),(71547,20088,530,1,1,0,1,557.417,6142.03,22.7616,3.37768,300,5,0,5158,0,1,0,0,0),(71548,20088,530,1,1,0,1,545.302,6170.37,23.4066,1.6676,300,5,0,5158,0,1,0,0,0),(71549,20088,530,1,1,0,1,643.179,6273.02,21.9495,1.3617,300,5,0,5158,0,1,0,0,0),(71550,20088,530,1,1,0,1,639.302,6285.82,22.5628,3.96222,300,5,0,5158,0,1,0,0,0),(71551,20088,530,1,1,0,1,643.713,6378.93,18.5515,4.21117,300,5,0,5158,0,1,0,0,0),(71552,20088,530,1,1,0,1,589.918,6376.63,22.477,3.80582,300,5,0,5158,0,1,0,0,0),(71553,20088,530,1,1,0,1,612.23,6414.9,18.4364,1.60784,300,5,0,5158,0,1,0,0,0),(71554,20088,530,1,1,0,1,644.182,6426.55,21.8641,5.04851,300,5,0,5158,0,1,0,0,0),(71555,20088,530,1,1,0,1,671.475,6438.33,18.7528,0.091655,300,5,0,5158,0,1,0,0,0),(71556,20088,530,1,1,0,1,506.671,6375.82,22.1782,1.23521,300,5,0,5158,0,1,0,0,0),(71557,20088,530,1,1,0,1,551.585,6361.89,23.8629,4.51468,300,5,0,5158,0,1,0,0,0),(71558,20088,530,1,1,0,1,488.073,6381.93,22.4357,1.58633,300,5,0,5158,0,1,0,0,0),(71559,20088,530,1,1,0,1,498.584,6464.36,-0.975044,0.701277,300,5,0,5158,0,1,0,0,0),(71560,20088,530,1,1,0,1,442.556,6426,18.1783,6.26952,300,5,0,5158,0,1,0,0,0),(71561,20088,530,1,1,0,1,691.215,6520.71,15.576,0.818722,300,5,0,5158,0,1,0,0,0),(71562,20088,530,1,1,0,1,721.903,6504.13,21.9524,2.46672,300,5,0,5158,0,1,0,0,0),(71563,20088,530,1,1,0,1,709.659,6437.89,22.3236,4.3346,300,5,0,5158,0,1,0,0,0),(71564,20088,530,1,1,0,1,775.202,6453.49,17.7559,1.81418,300,5,0,5158,0,1,0,0,0),(71565,20088,530,1,1,0,1,508.96,6382.21,21.5532,1.87267,300,5,0,5158,0,1,0,0,0),(71566,20088,530,1,1,0,1,553.128,6371.29,22.6259,0.142245,300,5,0,5158,0,1,0,0,0),(71567,20089,530,1,1,0,1,460.714,6298.12,22.4564,5.73992,300,5,0,4274,2568,1,0,0,0),(71568,20089,530,1,1,0,1,457.925,6274.44,22.6831,2.12463,300,5,0,4274,2568,1,0,0,0),(71569,20089,530,1,1,0,1,539.98,6301.44,24.0162,1.73541,300,5,0,4274,2568,1,0,0,0),(71570,20089,530,1,1,0,1,562.74,6162.25,21.6366,4.03899,300,5,0,4274,2568,1,0,0,0),(71571,20089,530,1,1,0,1,668.881,6318.92,20.9092,1.69218,300,5,0,4274,2568,1,0,0,0),(71572,20089,530,1,1,0,1,619.71,6309.84,22.1206,4.62431,300,5,0,4274,2568,1,0,0,0),(71573,20089,530,1,1,0,1,650.453,6351.62,22.5223,4.08759,300,5,0,4274,2568,1,0,0,0),(71574,20089,530,1,1,0,1,707.556,6408.63,22.1918,5.50922,300,5,0,4274,2568,1,0,0,0),(71575,20089,530,1,1,0,1,535.414,6344.58,22.7394,0.020173,300,5,0,4274,2568,1,0,0,0),(71576,20089,530,1,1,0,1,550.157,6445.21,18.25,3.10675,300,5,0,4274,2568,1,0,0,0),(71577,20089,530,1,1,0,1,508.509,6421.86,8.42078,3.22897,300,5,0,4274,2568,1,0,0,0),(71578,20089,530,1,1,0,1,736.112,6413.46,22.4521,4.05703,300,5,0,4274,2568,1,0,0,0),(71579,20089,530,1,1,0,1,754.231,6410.8,22.4521,2.41205,300,5,0,4274,2568,1,0,0,0),(71580,20089,530,1,1,0,1,754.768,6460.36,22.796,2.55345,300,5,0,4274,2568,1,0,0,0),(71581,20090,530,1,1,0,0,759.494,6306.36,17.4089,2.04154,300,0,0,2670,0,2,0,0,0),(71582,20090,530,1,1,0,0,598.764,8083.79,17.6241,4.46024,300,0,0,2670,0,2,0,0,0),(71583,20090,530,1,1,0,0,583.279,6151.63,17.5681,3.23219,300,0,0,2670,0,2,0,0,0),(71584,20090,530,1,1,0,0,484.856,6147.24,17.3969,0.860688,300,0,0,2670,0,2,0,0,0),(71585,20090,530,1,1,0,0,714.093,6330.4,17.2864,1.44574,300,0,0,2670,0,2,0,0,0),(71586,20090,530,1,1,0,0,456.879,6370.09,17.9431,4.74135,300,0,0,2670,0,2,0,0,0),(71587,20090,530,1,1,0,0,473.721,8024.33,17.56,1.64101,300,0,0,2670,0,2,0,0,0),(71588,20090,530,1,1,0,0,763.247,8077.37,17.4991,5.01873,300,0,0,2670,0,2,0,0,0),(71589,20090,530,1,1,0,0,590.554,6385.54,19.418,0.313658,300,0,0,2670,0,2,0,0,0),(71590,20090,530,1,1,0,0,384.166,8112.83,17.5304,6.08177,300,0,0,2670,0,2,0,0,0),(71591,20092,530,1,1,0,0,4294.48,2230.37,124.322,2.05949,300,0,0,8832,0,0,0,0,0),(71592,20093,530,1,1,0,0,1612.65,6934.46,160.019,5.70723,300,0,0,42,0,0,0,0,0),(71593,20093,530,1,1,0,0,1637.02,6998.46,158.324,1.309,300,0,0,42,0,0,0,0,0),(71594,20093,530,1,1,0,0,3211.05,5348.34,144.744,5.41052,300,0,0,42,0,0,0,0,0),(71595,20093,530,1,1,0,0,1600.72,5035.14,186.376,5.044,300,0,0,42,0,0,0,0,0),(71596,20093,530,1,1,0,0,1604.32,5067.86,179.466,2.67035,300,0,0,42,0,0,0,0,0),(71597,20093,530,1,1,0,0,1707.98,4624.33,144.474,5.41052,300,0,0,42,0,0,0,0,0),(71598,20095,530,1,1,0,1,1500.85,6380.42,35.2803,5.84685,300,0,0,9489,0,0,0,0,0),(71599,20096,530,1,1,0,1,-2659.33,7189.98,23.6825,1.0821,300,0,0,5527,0,0,0,0,0),(71600,20097,530,1,1,0,1,-1272.24,7083.96,38.4424,2.68781,300,0,0,5914,0,0,0,0,0),(71601,20098,530,1,1,0,0,10515.7,-6496.69,3.55295,3.24468,300,0,0,42,0,0,0,0,0),(71602,20100,530,1,1,0,0,10520.5,-6504.38,1.28933,5.48033,300,0,0,273,0,0,0,0,0),(71603,20109,530,1,1,0,0,1617.19,6970.21,158.979,3.84408,300,5,0,1547,0,1,0,0,0),(71604,20109,530,1,1,0,0,1617.66,6907.47,155.238,2.51217,300,0,0,1547,0,0,0,0,0),(71605,20109,530,1,1,0,0,1655.27,6950.98,169.467,5.93333,300,5,0,1547,0,1,0,0,0),(71606,20109,530,1,1,0,0,1693.97,6911.87,163.057,1.63289,300,5,0,1547,0,1,0,0,0),(71607,20109,530,1,1,0,0,1734.81,6912.9,143.08,2.16019,300,5,0,1547,0,1,0,0,0),(71608,20109,530,1,1,0,0,1726.5,6860.89,140.924,1.50479,300,5,0,1547,0,1,0,0,0),(71609,20109,530,1,1,0,0,1792.93,6897.04,144.575,2.92432,300,5,0,1547,0,1,0,0,0),(71610,20109,530,1,1,0,0,1798.17,6862.47,141.348,5.75695,300,5,0,1547,0,1,0,0,0),(71611,20110,530,1,1,0,0,4150.99,1512.55,-108.061,4.01426,300,0,0,6986,0,0,0,0,0),(71612,20111,530,1,1,0,1,4152.78,1508.2,-108.061,3.35103,300,0,0,6986,0,0,0,0,0),(71613,20112,530,1,1,0,0,4045.84,3553.27,121.416,5.96903,300,0,0,9431,0,0,0,0,0),(71614,20113,530,1,1,0,1,1610.32,7007.77,155.963,2.08775,300,0,0,4892,2846,0,0,0,0),(71615,20115,530,1,1,0,1,-1079.99,5237.51,23.5102,1.96392,300,5,0,3984,2434,1,0,0,0),(71616,20115,530,1,1,0,1,-1095.84,5210.25,57.1982,3.28427,300,5,0,3984,2434,1,0,0,0),(71617,20115,530,1,1,0,1,-1094.93,5199.11,32.0187,0.663225,300,0,0,3984,2434,0,0,0,0),(71618,20115,530,1,1,0,1,-1094.86,5205.34,44.3929,0.076606,300,5,0,3984,2434,1,0,0,0),(71619,20115,530,1,1,0,1,-803.452,5182.63,17.8337,4.72453,300,5,0,3984,2434,1,0,0,0),(71620,20115,530,1,1,0,1,-896.7,5297.38,17.7669,5.90633,300,5,0,3984,2434,1,0,0,0),(207578,15105,530,1,1,0,0,-1928.93,5379.56,-12.3448,5.27089,120,0,0,1,0,0,0,0,0),(207576,15105,530,1,1,0,0,-1915.73,5495.29,-12.3448,0.191986,120,0,0,1,0,0,0,0,0),(71623,20121,530,1,1,0,0,-4206.56,-11619.8,-98.6882,0.10472,300,0,0,955,0,0,0,0,0),(71624,20123,530,1,1,0,1,-1683.44,5367.12,-41.1595,5.63741,300,0,0,5079,0,0,0,0,0),(71625,20124,530,1,1,0,1,-1847.61,5230.97,-38.0452,4.77226,300,0,0,6505,0,0,0,0,0),(71626,20125,530,1,1,0,1,-1839.5,5223.18,-37.9621,3.42085,300,0,0,7984,0,0,0,0,0),(71627,20126,530,1,1,0,0,2078.33,6743.6,158.012,5.98892,300,0,0,13972,0,2,0,0,0),(71628,20127,530,1,1,0,0,1540.02,6917.1,177.155,1.32609,300,10,0,4979,0,1,0,0,0),(71629,20127,530,1,1,0,0,1568.05,6962.44,172.21,1.10546,300,10,0,4979,0,1,0,0,0),(71630,20127,530,1,1,0,0,1593.42,6945.65,175.784,2.48583,300,10,0,4979,0,1,0,0,0),(71631,20132,530,1,1,0,1,4946.94,3849.21,211.499,4.15389,300,0,0,354000,66180,0,0,0,0),(71632,20134,530,1,1,0,1,2455.03,2922.62,129.048,5.88509,300,0,0,5566,2933,0,0,0,0),(71633,20134,530,1,1,0,1,2499.35,2848.43,137.735,1.49042,300,5,0,5566,2933,1,0,0,0),(71634,20134,530,1,1,0,1,2434.13,2908.4,130.624,4.86727,300,0,0,5566,2933,0,0,0,0),(71635,20134,530,1,1,0,1,2488.88,2855.45,137.485,0.314159,300,5,0,5566,2933,1,0,0,0),(71636,20134,530,1,1,0,1,2424.98,2868.67,131.451,0.703979,300,5,0,5566,2933,1,0,0,0),(71637,20134,530,1,1,0,1,2402.08,2902.06,132.866,5.23599,300,5,0,5566,2933,1,0,0,0),(71638,20134,530,1,1,0,1,2416.61,2869.28,131.612,5.05789,300,5,0,5566,2933,1,0,0,0),(71639,20134,530,1,1,0,1,2434.23,2862.35,131.62,5.27314,300,5,0,5566,2933,1,0,0,0),(71640,20134,530,1,1,0,1,2409,2864.95,131.542,2.16108,300,5,0,5566,2933,1,0,0,0),(71641,20134,530,1,1,0,1,2284.43,2795.64,131.817,0.959931,300,5,0,5566,2933,1,0,0,0),(71642,20134,530,1,1,0,1,2293.26,2799.52,131.442,1.48353,300,5,0,5566,2933,1,0,0,0),(71643,20134,530,1,1,0,1,2268.48,2817.52,131.715,0.680678,300,5,0,5566,2933,1,0,0,0),(71644,20134,530,1,1,0,1,2320.78,2825.64,131.883,3.5365,300,5,0,5566,2933,1,0,0,0),(71645,20134,530,1,1,0,1,2280.62,2848.94,131.568,5.18444,300,5,0,5566,2933,1,0,0,0),(71646,20134,530,1,1,0,1,2271.04,2828.48,131.715,5.46288,300,5,0,5566,2933,1,0,0,0),(71647,20134,530,1,1,0,1,2396.42,2664.84,133.039,1.50455,300,5,0,5566,2933,1,0,0,0),(71648,20134,530,1,1,0,1,2405.44,2660.22,133.02,4.01426,300,5,0,5566,2933,1,0,0,0),(71649,20134,530,1,1,0,1,2383.53,2593.12,135.512,0.446604,300,5,0,5566,2933,1,0,0,0),(71650,20134,530,1,1,0,1,2410.13,2602.53,134.775,2.507,300,0,0,5566,2933,0,0,0,0),(71651,20134,530,1,1,0,1,2415.22,2614.52,134.775,1.69297,300,5,0,5566,2933,1,0,0,0),(71652,20134,530,1,1,0,1,2409.42,2624.09,134.4,5.48033,300,0,0,5566,2933,0,0,0,0),(71653,20134,530,1,1,0,1,2441.7,2619.12,134.447,4.741,300,0,0,5566,2933,0,0,0,0),(71654,20134,530,1,1,0,1,2511.36,2750.94,132.168,5.60101,300,5,0,5566,2933,1,0,0,0),(71655,20134,530,1,1,0,1,2512.34,2740.65,132.168,0.436332,300,5,0,5566,2933,1,0,0,0),(71656,20135,530,1,1,0,1,2280.99,2804.32,131.462,5.91061,300,5,0,5756,2991,1,0,0,0),(71657,20135,530,1,1,0,1,2511.93,2734.46,132.168,4.77346,300,5,0,5756,2991,1,0,0,0),(71658,20135,530,1,1,0,1,2368.55,2448.33,143.482,5.44528,300,5,0,5756,2991,1,0,0,0),(71659,20135,530,1,1,0,1,2181.12,2517.5,89.3288,5.23372,300,5,0,5756,2991,1,0,0,0),(71660,20135,530,1,1,0,1,2203.13,2594.81,91.9222,5.34456,300,5,0,5756,2991,1,0,0,0),(71661,20136,530,1,1,0,1,2416.56,2798.97,134.576,0.471239,300,0,0,6326,0,0,0,0,0),(71662,20136,530,1,1,0,1,2369.66,2770.94,134.576,3.47321,300,0,0,6326,0,0,0,0,0),(71663,20136,530,1,1,0,1,2357.52,2474.43,142.11,1.11701,300,0,0,6326,0,0,0,0,0),(71664,20136,530,1,1,0,1,2357.63,2484.41,141.485,4.86947,300,0,0,6326,0,0,0,0,0),(71665,20136,530,1,1,0,1,2368.55,2496.17,141.336,5.044,300,0,0,6326,0,0,0,0,0),(71666,20136,530,1,1,0,1,2373.86,2481.55,142.313,2.46091,300,0,0,6326,0,0,0,0,0),(71667,20136,530,1,1,0,1,2435.76,2783.4,134.549,5.96903,300,0,0,6326,0,0,0,0,0),(71668,20136,530,1,1,0,1,2437.38,2780.33,134.463,2.06996,300,5,0,6326,0,1,0,0,0),(71669,20136,530,1,1,0,1,2413.5,2741.85,132.97,3.41948,300,5,0,6326,0,1,0,0,0),(71670,20136,530,1,1,0,1,2405.2,2770.3,132.455,5.11381,300,0,0,6326,0,0,0,0,0),(71671,20136,530,1,1,0,1,2394.58,2425.57,142.972,3.89208,300,0,0,6326,0,0,0,0,0),(71672,20136,530,1,1,0,1,2391.62,2416.38,142.097,5.91667,300,0,0,6326,0,0,0,0,0),(71673,20136,530,1,1,0,1,2407.11,2404.09,143.359,2.32129,300,0,0,6326,0,0,0,0,0),(71674,20136,530,1,1,0,1,2273.89,2510,112.49,2.33874,300,0,0,6326,0,0,0,0,0),(71675,20136,530,1,1,0,1,2278.84,2528.38,115.49,3.49066,300,0,0,6326,0,0,0,0,0),(71676,20136,530,1,1,0,1,2253.91,2527.33,107.285,3.92699,300,0,0,6326,0,0,0,0,0),(71677,20136,530,1,1,0,1,2257.62,2511.36,108.76,1.41372,300,0,0,6326,0,0,0,0,0),(71678,20136,530,1,1,0,1,2267.83,2532.76,111.799,3.4383,300,0,0,6326,0,0,0,0,0),(71679,20136,530,1,1,0,1,2172.02,2561.93,85.6211,1.06465,300,0,0,6326,0,0,0,0,0),(71680,20138,530,1,1,0,0,4655.96,2500.36,242.26,0.663225,300,0,0,22356,3155,0,0,0,0),(71681,20139,530,1,1,0,1,2979.37,2281.19,161.791,1.91986,300,0,0,5756,2991,0,0,0,0),(71682,20139,530,1,1,0,1,2959.12,2275.65,161.793,3.33095,300,5,0,5756,2991,1,0,0,0),(71683,20139,530,1,1,0,1,2991.45,2312.61,161.59,4.2586,300,5,0,5756,2991,1,0,0,0),(71684,20139,530,1,1,0,1,2997.41,2305,161.725,0.282577,300,5,0,5756,2991,1,0,0,0),(71685,20139,530,1,1,0,1,3102.14,2182.2,149.285,6.21073,300,5,0,5756,2991,1,0,0,0),(71686,20139,530,1,1,0,1,3112.24,2165.04,149.366,1.67552,300,5,0,5756,2991,1,0,0,0),(71687,20139,530,1,1,0,1,3096.2,2193.6,149.268,5.65487,300,5,0,5756,2991,1,0,0,0),(71688,20139,530,1,1,0,1,3109.93,2193.42,149.326,4.90438,300,0,0,5756,2991,0,0,0,0),(71689,20139,530,1,1,0,1,3102.87,2165.85,149.241,1.18682,300,5,0,5756,2991,1,0,0,0),(71690,20139,530,1,1,0,1,3130.84,2179.79,149.41,3.04712,300,5,0,5756,2991,1,0,0,0),(71691,20139,530,1,1,0,1,3139.07,2194.45,149.674,3.21141,300,5,0,5756,2991,1,0,0,0),(71692,20139,530,1,1,0,1,3080.94,2246.54,150.205,1.72788,300,5,0,5756,2991,1,0,0,0),(71693,20139,530,1,1,0,1,3068.13,2251.53,150.205,0.558505,300,5,0,5756,2991,1,0,0,0),(71694,20139,530,1,1,0,1,3101.07,2303.58,150.964,4.03585,300,0,0,5756,2991,0,0,0,0),(71695,20139,530,1,1,0,1,3082.74,2305.09,150.772,5.45555,300,5,0,5756,2991,1,0,0,0),(71696,20139,530,1,1,0,1,3070.31,2303.14,151.463,2.26535,300,5,0,5756,2991,1,0,0,0),(71697,20140,530,1,1,0,1,2941.07,2267.97,161.794,5.8298,300,0,0,6542,0,0,0,0,0),(71698,20140,530,1,1,0,1,3024.07,2074.06,162.089,2.73556,300,0,0,6542,0,0,0,0,0),(71699,20140,530,1,1,0,1,2973.59,2137.65,165.411,3.10203,300,0,0,6542,0,0,0,0,0),(71700,20140,530,1,1,0,1,2996.06,2162.07,163.285,2.8366,300,0,0,6542,0,0,0,0,0),(71701,20140,530,1,1,0,1,2974.09,2155.5,163.321,1.06309,300,0,0,6542,0,0,0,0,0),(71702,20140,530,1,1,0,1,2968.35,2174.57,163.272,5.90381,300,0,0,6542,0,0,0,0,0),(71703,20140,530,1,1,0,1,2947.79,2177.42,165.389,1.32641,300,0,0,6542,0,0,0,0,0),(71704,20140,530,1,1,0,1,2984.95,2185.44,163.32,4.55426,300,0,0,6542,0,0,0,0,0),(71705,20140,530,1,1,0,1,3076.92,2207.29,161.119,3.00197,300,0,0,6542,0,0,0,0,0),(71706,20140,530,1,1,0,1,3027.99,2322.64,138.637,5.2709,300,0,0,6542,0,0,0,0,0),(71707,20140,530,1,1,0,1,3045.61,2326.08,138.578,4.13461,300,0,0,6542,0,0,0,0,0),(71708,20141,530,1,1,0,0,4602.32,2706.99,180.935,3.11328,300,0,0,6761,0,2,0,0,0),(71709,20141,530,1,1,0,0,4555.14,2700.9,176.16,2.14472,300,0,0,6761,0,2,0,0,0),(71710,20141,530,1,1,0,0,4643.59,2623.06,210.008,1.10933,300,0,0,6761,0,2,0,0,0),(71711,20141,530,1,1,0,0,4572.15,2598.86,197.554,1.8744,300,0,0,6761,0,2,0,0,0),(71712,20141,530,1,1,0,0,4574.9,2607.13,198.148,2.41771,300,0,0,6761,0,2,0,0,0),(71713,20141,530,1,1,0,0,4645.32,2546.07,220.38,2.1932,300,0,0,6761,0,2,0,0,0),(71714,20141,530,1,1,0,0,4692.56,2634.85,210.553,4.8634,300,0,0,6761,0,2,0,0,0),(71715,20141,530,1,1,0,0,4701.55,2547.52,231.401,2.53815,300,0,0,6761,0,2,0,0,0),(71716,20141,530,1,1,0,0,4644.88,2591.02,211.724,5.93338,300,0,0,6761,0,2,0,0,0),(71717,20141,530,1,1,0,0,4722.95,2444.16,241.609,3.3995,300,0,0,6761,0,2,0,0,0),(71718,20141,530,1,1,0,0,4672.38,2488.45,240.117,0.767945,300,0,0,6761,0,2,0,0,0),(71719,20141,530,1,1,0,0,4674.96,2399.9,191.742,5.66276,300,0,0,6761,0,2,0,0,0),(71720,20141,530,1,1,0,0,4591.71,2413.99,193.91,1.57805,300,0,0,6761,0,2,0,0,0),(71721,20141,530,1,1,0,0,4553.73,2496.34,172.332,6.25094,300,0,0,6761,0,2,0,0,0),(71722,20141,530,1,1,0,0,4629.57,2370.97,190.286,2.09127,300,0,0,6761,0,2,0,0,0),(71723,20141,530,1,1,0,0,4597.02,2310.66,153.16,3.18946,300,0,0,6761,0,2,0,0,0),(71724,20141,530,1,1,0,0,4616.26,2334.02,176.62,3.43797,300,0,0,6761,0,2,0,0,0),(71725,20141,530,1,1,0,0,4663.33,2350.59,188.176,0.712122,300,0,0,6761,0,2,0,0,0),(71726,20141,530,1,1,0,0,4706.64,2387.9,198.22,5.98756,300,0,0,6761,0,2,0,0,0),(71727,20141,530,1,1,0,0,4574.89,2289.6,146.096,6.21149,300,0,0,6761,0,2,0,0,0),(71728,20141,530,1,1,0,0,4549.19,2419.69,148.804,1.07176,300,0,0,6761,0,2,0,0,0),(71729,20153,530,1,1,0,0,4007.24,1517.4,-115.828,5.14872,300,0,0,42,0,0,0,0,0),(71730,20154,530,1,1,0,0,4013.69,1529.1,-113.535,4.24115,300,0,0,5589,3155,0,0,0,0),(71731,20161,530,1,1,0,1,1751.82,4620.08,146.37,5.67054,300,5,0,4892,2846,1,0,0,0),(71732,20161,530,1,1,0,1,1647.5,4591.76,140.078,4.54937,300,5,0,4892,2846,1,0,0,0),(71733,20162,530,1,1,0,0,3068.91,3598.24,144.157,4.53786,300,0,0,6761,0,0,0,0,0),(71734,20194,530,1,1,0,0,3351.22,2877.95,144.25,5.0091,300,0,0,8540,0,0,0,0,0),(71735,20195,530,1,1,0,0,430.253,2896.79,52.6058,0.726451,300,0,0,3052,0,0,0,0,0),(71736,20196,530,1,1,0,0,403.163,6311.83,22.8101,3.01756,300,5,0,4126,1243,1,0,0,0),(71737,20196,530,1,1,0,0,117.974,6207.71,22.8699,5.17764,300,5,0,4126,1243,1,0,0,0),(71738,20196,530,1,1,0,0,47.6162,6219.43,22.2223,3.74402,300,5,0,4126,1243,1,0,0,0),(71739,20196,530,1,1,0,0,-51.6919,6320.37,20.1953,2.77161,300,5,0,4126,1243,1,0,0,0),(71740,20196,530,1,1,0,0,46.1188,6409.81,22.101,3.68424,300,5,0,4126,1243,1,0,0,0),(71741,20196,530,1,1,0,0,121.268,6332.34,22.3077,4.63717,300,5,0,4126,1243,1,0,0,0),(71742,20196,530,1,1,0,0,179.472,6339.12,22.293,2.63545,300,0,0,4126,1243,0,0,0,0),(71743,20196,530,1,1,0,0,287.493,6455.05,23.2869,4.23352,300,5,0,4126,1243,1,0,0,0),(71744,20196,530,1,1,0,0,157.315,6510.87,22.4302,4.81344,300,5,0,4126,1243,1,0,0,0),(71745,20196,530,1,1,0,0,-410.763,6555.93,22.5159,3.05845,300,5,0,4126,1243,1,0,0,0),(71746,20196,530,1,1,0,0,-405.537,6694.62,22.6419,1.22463,300,5,0,4126,1243,1,0,0,0),(71747,20196,530,1,1,0,0,135.324,6583.29,22.6925,2.7444,300,5,0,4126,1243,1,0,0,0),(71748,20196,530,1,1,0,0,146.632,6655.3,22.729,5.96361,300,5,0,4126,1243,1,0,0,0),(71749,20196,530,1,1,0,0,248.294,6671.6,22.208,0.024046,300,5,0,4126,1243,1,0,0,0),(71750,20196,530,1,1,0,0,114.037,6694.69,21.8312,4.89319,300,0,0,4126,1243,0,0,0,0),(71751,20196,530,1,1,0,0,-17.2312,6752.65,21.9861,4.15503,300,5,0,4126,1243,1,0,0,0),(71752,20196,530,1,1,0,0,8.78781,6706.74,22.8967,4.03277,300,0,0,4126,1243,0,0,0,0),(71753,20196,530,1,1,0,0,-79.7251,6815.31,22.3225,1.01044,300,5,0,4126,1243,1,0,0,0),(71754,20196,530,1,1,0,0,-142.349,6823.21,21.6045,1.04972,300,5,0,4126,1243,1,0,0,0),(71755,20196,530,1,1,0,0,-48.6926,6849.75,21.8432,2.77098,300,5,0,4126,1243,1,0,0,0),(71756,20196,530,1,1,0,0,-175.857,6853.97,22.8346,4.33838,300,5,0,4126,1243,1,0,0,0),(71757,20196,530,1,1,0,0,-280.436,6809.25,22.5102,4.57726,300,5,0,4126,1243,1,0,0,0),(71758,20196,530,1,1,0,0,-255.919,6847.29,23.6686,2.679,300,5,0,4126,1243,1,0,0,0),(71759,20196,530,1,1,0,0,-322.671,6785.44,23.5585,2.35218,300,0,0,4126,1243,0,0,0,0),(71760,20196,530,1,1,0,0,30.3253,7044.13,22.2156,5.80684,300,5,0,4126,1243,1,0,0,0),(71761,20196,530,1,1,0,0,-15.5841,7242.98,23.8893,1.56158,300,5,0,4126,1243,1,0,0,0),(71762,20196,530,1,1,0,0,-197.714,7446.9,22.4497,1.56407,300,5,0,4126,1243,1,0,0,0),(71763,20196,530,1,1,0,0,-119.53,7447.07,23.2138,2.69192,300,5,0,4126,1243,1,0,0,0),(71764,20196,530,1,1,0,0,-142.393,7481.34,22.0383,3.25505,300,5,0,4126,1243,1,0,0,0),(71765,20196,530,1,1,0,0,-52.8381,7384.6,23.0066,5.29372,300,5,0,4126,1243,1,0,0,0),(71766,20196,530,1,1,0,0,-70.1128,7631.05,21.0751,5.85288,300,0,0,4126,1243,0,0,0,0),(71767,20196,530,1,1,0,0,290.652,6599.13,23.7075,2.15852,300,5,0,4126,1243,1,0,0,0),(71768,20196,530,1,1,0,0,319.058,6551.63,22.7068,3.97868,300,5,0,4126,1243,1,0,0,0),(71769,20196,530,1,1,0,0,277.056,6713.46,22.3937,0.897817,300,5,0,4126,1243,1,0,0,0),(71770,20196,530,1,1,0,0,99.2202,6979.13,21.3338,0.381998,300,0,0,4126,1243,0,0,0,0),(71771,20196,530,1,1,0,0,215.688,7512.15,22.4108,2.14688,300,0,0,4126,1243,0,0,0,0),(71772,20196,530,1,1,0,0,286.053,7364.83,30.2222,5.99878,300,5,0,4126,1243,1,0,0,0),(71773,20197,530,1,1,0,0,385.232,6484.94,22.4861,6.01869,300,5,0,5341,0,1,0,0,0),(71774,20197,530,1,1,0,0,377.21,6420.17,21.942,5.20471,300,0,0,5341,0,0,0,0,0),(71775,20197,530,1,1,0,0,714.203,6528.99,20.8972,1.47919,300,5,0,5341,0,1,0,0,0),(71776,20197,530,1,1,0,0,744.879,6554.85,21.434,0.014107,300,5,0,5341,0,1,0,0,0),(71777,20197,530,1,1,0,0,809.696,6793.34,21.5217,1.40824,300,5,0,5341,0,1,0,0,0),(71778,20197,530,1,1,0,0,873.544,6976.46,22.343,5.16206,300,5,0,5341,0,1,0,0,0),(71779,20197,530,1,1,0,0,844.213,6943.32,22.1434,3.82945,300,5,0,5341,0,1,0,0,0),(71780,20197,530,1,1,0,0,845.453,7084.69,22.1442,2.05978,300,5,0,5341,0,1,0,0,0),(71781,20197,530,1,1,0,0,912.393,7155.09,20.5719,4.24761,300,5,0,5341,0,1,0,0,0),(71782,20197,530,1,1,0,0,752.163,7149,23.7705,3.77932,300,5,0,5341,0,1,0,0,0),(71783,20197,530,1,1,0,0,755.563,7205.53,22.5241,3.91688,300,5,0,5341,0,1,0,0,0),(71784,20197,530,1,1,0,0,744.441,7286.61,21.9559,5.73339,300,5,0,5341,0,1,0,0,0),(71785,20197,530,1,1,0,0,790.748,7359.02,22.8597,0.126596,300,5,0,5341,0,1,0,0,0),(71786,20197,530,1,1,0,0,784.56,7414.64,22.3635,1.33389,300,5,0,5341,0,1,0,0,0),(71787,20197,530,1,1,0,0,742.119,7389.52,21.8515,3.07905,300,5,0,5341,0,1,0,0,0),(71788,20197,530,1,1,0,0,722.189,7418.52,23.3614,3.60891,300,5,0,5341,0,1,0,0,0),(71789,20197,530,1,1,0,0,794.106,7487.84,22.6135,2.77292,300,5,0,5341,0,1,0,0,0),(71790,20197,530,1,1,0,0,717.543,7504.87,22.5495,1.9571,300,5,0,5341,0,1,0,0,0),(71791,20197,530,1,1,0,0,751.146,7505.25,21.7671,6.14876,300,5,0,5341,0,1,0,0,0),(71792,20197,530,1,1,0,0,674.596,7521.25,23.3519,4.84365,300,5,0,5341,0,1,0,0,0),(71793,20197,530,1,1,0,0,621.713,7525.48,21.9137,3.04526,300,5,0,5341,0,1,0,0,0),(71794,20198,530,1,1,0,0,442.046,8819.71,24.4115,0.701134,300,5,0,5341,0,1,0,0,0),(71795,20198,530,1,1,0,0,416.413,8847.84,23.7937,3.54149,300,5,0,5341,0,1,0,0,0),(71796,20198,530,1,1,0,0,402.305,8783.19,22.7973,3.30985,300,0,0,5341,0,0,0,0,0),(71797,20198,530,1,1,0,0,371.408,8871.78,23.1778,1.81972,300,5,0,5341,0,1,0,0,0),(71798,20198,530,1,1,0,0,428.063,8724.15,19.3948,1.09311,300,5,0,5341,0,1,0,0,0),(71799,20198,530,1,1,0,0,127.102,8521.73,23.6673,4.43026,300,5,0,5341,0,1,0,0,0),(71800,20198,530,1,1,0,0,41.2023,8474.84,22.4991,5.80734,300,5,0,5341,0,1,0,0,0),(71801,20198,530,1,1,0,0,253.337,8946.46,25.4106,2.57626,300,5,0,5341,0,1,0,0,0),(71802,20198,530,1,1,0,0,284.786,8973.25,25.4557,0.391032,300,5,0,5341,0,1,0,0,0),(71803,20198,530,1,1,0,0,144.234,8920.36,23.1764,3.45925,300,5,0,5341,0,1,0,0,0),(71804,20198,530,1,1,0,0,49.3276,8938.62,23.2548,2.69148,300,5,0,5341,0,1,0,0,0),(71805,20198,530,1,1,0,0,51.445,8884.08,22.7542,3.65741,300,5,0,5341,0,1,0,0,0),(71806,20202,530,1,1,0,0,4672.65,2833.64,119.721,2.08893,300,0,0,27044,0,2,0,0,0),(71807,20203,530,1,1,0,0,3363.62,4343.92,122.813,3.31613,300,0,0,8540,0,0,0,0,0),(71808,20203,530,1,1,0,0,3353.89,4297.43,117.417,2.70526,300,0,0,8540,0,0,0,0,0),(71809,20203,530,1,1,0,0,3394.32,4265.35,122.722,0.785398,300,0,0,8540,0,0,0,0,0),(71810,20203,530,1,1,0,0,3383.93,4348.7,133.665,0.20944,300,0,0,8540,0,0,0,0,0),(71811,20203,530,1,1,0,0,3388.68,4331.53,122.722,1.97222,300,0,0,8540,0,0,0,0,0),(71812,20203,530,1,1,0,0,3388.96,4334.67,124.382,4.46804,300,0,0,8540,0,0,0,0,0),(71813,20203,530,1,1,0,0,3383.22,4353.67,123.277,1.85005,300,0,0,8540,0,0,0,0,0),(71814,20203,530,1,1,0,0,3369.6,4266.86,122.646,3.91896,300,0,0,8540,0,0,0,0,0),(71815,20203,530,1,1,0,0,3390.34,4292.85,121.165,4.90438,300,0,0,8540,0,0,0,0,0),(71816,20203,530,1,1,0,0,3387.59,4333.83,122.722,0.174533,300,0,0,8540,0,0,0,0,0),(71817,20203,530,1,1,0,0,3380.88,4359.49,123.702,4.67748,300,0,0,8540,0,0,0,0,0),(71818,20203,530,1,1,0,0,3388.11,4291.83,121.164,6.07375,300,0,0,8540,0,0,0,0,0),(71819,20203,530,1,1,0,0,3390.92,4297.69,120.882,3.76991,300,0,0,8540,0,0,0,0,0),(71820,20204,530,1,1,0,0,4087.75,2986.81,355.562,0.418879,300,0,0,6986,0,0,0,0,0),(71821,20205,530,1,1,0,0,4090.48,2988.86,355.517,4.66003,300,0,0,6986,0,0,0,0,0),(71822,20206,530,1,1,0,0,-684.603,2626.44,89.1955,2.22254,300,0,0,42,0,0,0,0,0),(71823,20207,530,1,1,0,1,2974.87,2394.88,154.619,0.241681,300,0,0,6542,0,0,0,0,0),(71824,20207,530,1,1,0,1,2977.93,2378.21,154.308,0.785398,300,0,0,6542,0,0,0,0,0),(71825,20207,530,1,1,0,1,2989.73,2360.48,153.884,0.750492,300,0,0,6542,0,0,0,0,0),(71826,20207,530,1,1,0,1,2997.99,2349.03,156.009,0.750492,300,0,0,6542,0,0,0,0,0),(71827,20207,530,1,1,0,1,2939.83,2053.94,156.886,4.19425,300,0,0,6542,0,0,0,0,0),(71828,20207,530,1,1,0,1,2972.73,2036.76,151.488,4.03171,300,0,0,6542,0,0,0,0,0),(71829,20207,530,1,1,0,1,2959.69,2047.51,157.573,4.11898,300,0,0,6542,0,0,0,0,0),(71830,20207,530,1,1,0,1,2985.45,2028.82,148.605,3.97935,300,0,0,6542,0,0,0,0,0),(71831,20207,530,1,1,0,1,2979.79,2005.28,143.395,3.71755,300,0,0,6542,0,0,0,0,0),(71832,20207,530,1,1,0,1,3090.85,2208.6,158.872,3.10669,300,0,0,6542,0,0,0,0,0),(71833,20207,530,1,1,0,1,3094.45,2224.23,156.244,3.92699,300,0,0,6542,0,0,0,0,0),(71834,20207,530,1,1,0,1,3107.2,2238.18,153.802,4.13643,300,0,0,6542,0,0,0,0,0),(71835,20207,530,1,1,0,1,3113.94,2219.15,154.424,3.52556,300,0,0,6542,0,0,0,0,0),(71836,20207,530,1,1,0,1,3058.72,2322.28,149.264,2.0971,300,0,0,6542,0,0,0,0,0),(71837,20207,530,1,1,0,1,3071.64,2343.2,147.274,2.29118,300,0,0,6542,0,0,0,0,0),(71838,20207,530,1,1,0,1,3075.96,2364,144.572,2.6529,300,0,0,6542,0,0,0,0,0),(71839,20210,530,1,1,0,0,3504.9,3948.54,143.57,2.33714,300,5,0,6326,0,1,0,0,0),(71840,20210,530,1,1,0,0,3439.91,3822.97,144.143,3.19614,300,5,0,6326,0,1,0,0,0),(71841,20210,530,1,1,0,0,3155.71,3339.64,108.073,4.76121,300,5,0,6326,0,1,0,0,0),(71842,20210,530,1,1,0,0,3109.01,3302.73,110.494,5.19568,300,5,0,6326,0,1,0,0,0),(71843,20210,530,1,1,0,0,3059.82,3243.43,115.968,0.586781,300,5,0,6326,0,1,0,0,0),(71844,20210,530,1,1,0,0,3230.2,3588.44,126.709,5.10624,300,5,0,6326,0,1,0,0,0),(71845,20210,530,1,1,0,0,3206.03,3620.3,129.265,4.92679,300,5,0,6326,0,1,0,0,0),(71846,20210,530,1,1,0,0,3414.24,3839.38,144.47,4.48863,300,5,0,6326,0,1,0,0,0),(71847,20210,530,1,1,0,0,3187.02,3812.87,140.167,3.68713,300,5,0,6326,0,1,0,0,0),(71848,20210,530,1,1,0,0,3153.44,3762.68,139.138,1.38169,300,5,0,6326,0,1,0,0,0),(71849,20210,530,1,1,0,0,3226.43,3665.5,128.984,0.596571,300,5,0,6326,0,1,0,0,0),(71850,20210,530,1,1,0,0,3165.1,3607.24,135.148,4.71239,300,5,0,6326,0,1,0,0,0),(71851,20210,530,1,1,0,0,2928.76,3791.15,152.021,0,300,5,0,6326,0,1,0,0,0),(71852,20210,530,1,1,0,0,2943.62,3805.42,154.308,1.04511,300,5,0,6326,0,1,0,0,0),(71853,20210,530,1,1,0,0,3125.43,3810.56,143.007,3.23528,300,5,0,6326,0,1,0,0,0),(71854,20210,530,1,1,0,0,3111.43,3865.05,143.726,5.11318,300,5,0,6326,0,1,0,0,0),(71855,20210,530,1,1,0,0,3120.05,3927.16,179.934,3.35347,300,5,0,6326,0,1,0,0,0),(71856,20210,530,1,1,0,0,3111.92,3945.25,175.618,4.62248,300,5,0,6326,0,1,0,0,0),(71857,20210,530,1,1,0,0,3120.14,3981.86,163.129,5.91554,300,5,0,6326,0,1,0,0,0),(71858,20210,530,1,1,0,0,3163.74,3974.25,160.223,5.7893,300,5,0,6326,0,1,0,0,0),(71859,20210,530,1,1,0,0,3180.05,3921.39,182.32,2.31754,300,5,0,6326,0,1,0,0,0),(71860,20210,530,1,1,0,0,3120.9,4026.02,148.46,1.75441,300,5,0,6326,0,1,0,0,0),(71861,20210,530,1,1,0,0,3225.21,3944.74,169.795,0.874969,300,5,0,6326,0,1,0,0,0),(71862,20210,530,1,1,0,0,3212.29,3892.82,196.08,5.6404,300,5,0,6326,0,1,0,0,0),(71863,20210,530,1,1,0,0,3199.71,4003.44,147.62,6.26821,300,5,0,6326,0,1,0,0,0),(71864,20210,530,1,1,0,0,3267.82,3893.23,196.307,3.14159,300,5,0,6326,0,1,0,0,0),(71865,20210,530,1,1,0,0,3281.93,3963.68,167.249,3.46399,300,5,0,6326,0,1,0,0,0),(71866,20210,530,1,1,0,0,3312.48,3912.51,191.822,0.986976,300,5,0,6326,0,1,0,0,0),(71867,20210,530,1,1,0,0,3282.02,3971.25,166.095,1.5708,300,5,0,6326,0,1,0,0,0),(71868,20210,530,1,1,0,0,3353.95,3974.12,182.869,3.83708,300,5,0,6326,0,1,0,0,0),(71869,20210,530,1,1,0,0,3384.46,3964.14,199.634,0.347596,300,5,0,6326,0,1,0,0,0),(71870,20210,530,1,1,0,0,3381.16,4014.03,176.554,3.00646,300,5,0,6326,0,1,0,0,0),(71871,20210,530,1,1,0,0,3335.19,4048.58,159.87,3.62851,300,5,0,6326,0,1,0,0,0),(71872,20210,530,1,1,0,0,3367.84,4044.64,166.147,5.41141,300,0,0,6326,0,2,0,0,0),(71873,20210,530,1,1,0,0,2917.69,3887.11,129.892,3.95781,300,5,0,6326,0,1,0,0,0),(71874,20210,530,1,1,0,0,2886.02,3794.23,167.167,4.2064,300,5,0,6326,0,1,0,0,0),(71875,20210,530,1,1,0,0,2851.87,3772.97,177.666,5.76839,300,5,0,6326,0,1,0,0,0),(71876,20210,530,1,1,0,0,2881.73,3746.3,156.002,3.02768,300,5,0,6326,0,1,0,0,0),(71877,20210,530,1,1,0,0,2771.12,3596.24,143.268,0.130728,300,5,0,6326,0,1,0,0,0),(71878,20210,530,1,1,0,0,2714.22,3640.49,145.822,5.67493,300,5,0,6326,0,1,0,0,0),(71879,20210,530,1,1,0,0,2648.76,3549.56,137.816,5.80387,300,0,0,6326,0,2,0,0,0),(71880,20210,530,1,1,0,0,2745.77,3515.45,136.45,3.38289,300,5,0,6326,0,1,0,0,0),(71881,20210,530,1,1,0,0,2738.24,3557.45,138.498,1.19783,300,5,0,6326,0,1,0,0,0),(71882,20210,530,1,1,0,0,2681.31,3486.83,141.319,0.422843,300,0,0,6326,0,0,0,0,0),(71883,20210,530,1,1,0,0,2782.6,3529.59,139.908,5.94259,300,5,0,6326,0,1,0,0,0),(71884,20210,530,1,1,0,0,2809.91,3527.53,145.861,5.10015,300,5,0,6326,0,1,0,0,0),(71885,20210,530,1,1,0,0,2699.79,3451.55,143.107,2.35173,300,5,0,6326,0,1,0,0,0),(71886,20210,530,1,1,0,0,2680.33,3338.77,135.403,0.034978,300,5,0,6326,0,1,0,0,0),(71887,20210,530,1,1,0,0,2667.93,3445.36,143.104,2.89898,300,5,0,6326,0,1,0,0,0),(71888,20210,530,1,1,0,0,2603.5,3375.39,144.755,0.483983,300,5,0,6326,0,1,0,0,0),(71889,20210,530,1,1,0,0,2638.85,3423.03,144.989,2.76782,300,5,0,6326,0,1,0,0,0),(71890,20210,530,1,1,0,0,3007.72,3369.05,104.516,0.163455,300,5,0,6326,0,1,0,0,0),(71891,20211,530,1,1,0,1,3228.27,5320.61,171.084,0.921177,300,0,0,5060,2933,0,0,0,0),(71892,20214,530,1,1,0,0,3224.64,5295.89,176.289,3.12558,300,0,0,498,0,0,0,0,0),(71893,20214,530,1,1,0,0,3261.73,5368.24,177.159,4.99762,300,0,0,498,0,0,0,0,0),(71894,20214,530,1,1,0,0,1692.82,4656.65,145.447,2.47249,300,0,0,498,0,0,0,0,0),(71895,20214,530,1,1,0,0,1713.39,4658.31,146.132,0.50768,300,0,0,498,0,0,0,0,0),(71896,20214,530,1,1,0,0,1766.4,4612.41,146.148,5.66874,300,0,0,498,0,0,0,0,0),(71897,20214,530,1,1,0,0,1642.55,4589.49,139.787,3.50045,300,0,0,498,0,0,0,0,0),(71898,20215,530,1,1,0,0,2752.2,3116.26,155.687,0.994838,300,0,0,7032,3080,0,0,0,0),(71899,20216,530,1,1,0,1,2686.48,5540.87,-1.93669,1.5708,300,0,0,139720,0,0,0,0,0),(71900,20217,530,1,1,0,0,9248.16,-7496.47,36.5675,3.07178,300,0,0,6986,0,0,0,0,0),(71901,20220,530,1,1,0,0,9246.32,-7499.94,36.5527,2.1293,300,0,0,6986,0,0,0,0,0),(71902,20221,530,1,1,0,1,2596.35,2365.24,109.516,1.3937,300,5,0,6542,0,1,0,0,0),(71903,20221,530,1,1,0,1,2473.27,2376.61,137.25,5.74213,300,0,0,6542,0,0,0,0,0),(71904,20221,530,1,1,0,1,2532.87,2368.77,128.592,5.70754,300,5,0,6542,0,1,0,0,0),(71905,20221,530,1,1,0,1,2473.25,2360.92,137.25,0.959931,300,0,0,6542,0,0,0,0,0),(71906,20221,530,1,1,0,1,2465.94,2388.82,137.691,0.63823,300,5,0,6542,0,1,0,0,0),(71907,20222,530,1,1,0,0,9244.26,-7500.39,36.7494,1.64061,300,0,0,6986,0,0,0,0,0),(71908,20223,530,1,1,0,0,9240.22,-7495.58,37.4946,6.0912,300,0,0,6986,0,0,0,0,0),(71909,20224,530,1,1,0,0,9242.19,-7499.76,37.0338,1.09956,300,0,0,6986,0,0,0,0,0),(71910,20226,530,1,1,0,0,2905.1,4184.06,168.822,0.191986,300,0,0,4120,0,0,0,0,0),(71911,20226,530,1,1,0,0,2408,2763,140.238,5.2709,300,0,0,4120,0,0,0,0,0),(71912,20226,530,1,1,0,0,2982.5,2169.98,169.018,1.44862,300,0,0,4120,0,0,0,0,0),(71913,20226,530,1,1,0,0,4011.91,4013.92,198.895,4.31096,300,0,0,4120,0,0,0,0,0),(71914,20226,530,1,1,0,0,4010.79,4014.19,207.833,3.10669,300,0,0,4120,0,0,0,0,0),(71915,20230,530,1,1,0,0,2504.15,6600.16,7.09176,3.21141,300,0,0,4120,0,0,0,0,0),(3460,5816,1,1,1,4355,1,1820.77,-4300.23,-12.314,4.4855,300,0,0,1003,0,0,0,0,0),(71918,20233,530,1,1,0,1,-4059.43,-13718.8,72.9697,3.26377,300,0,0,86,0,0,0,0,0),(3459,3329,1,1,1,1329,1,1766.71,-4367.36,-15.9383,5.61996,300,0,0,1003,0,0,0,0,0),(71921,20236,530,1,1,0,1,509.155,1993.64,110.878,4.64258,300,0,0,26140,0,0,0,0,0),(40445,23145,530,1,1,0,0,-5086.27,606.851,85.8097,3.18947,300,0,0,6542,0,0,0,0,0),(71923,20237,530,1,1,0,1,282.305,1478.98,-13.0164,4.06967,300,0,0,59140,0,0,0,0,0),(71924,20238,530,1,1,0,1,279.395,1472.05,-13.1965,4.16668,300,5,0,59140,0,1,0,0,0),(3458,3334,1,1,1,1334,1,1811.04,-4270.9,7.1692,3.94444,300,0,0,1003,0,0,0,0,0),(3457,3335,1,1,1,1335,1,1846.54,-4325.67,-15.6193,3.80482,300,0,0,1003,0,0,0,0,0),(71929,20238,530,1,1,0,1,480.375,2011.46,108.841,2.42601,300,0,0,59140,0,0,0,0,0),(71930,20238,530,1,1,0,1,483.338,2010.52,109.562,2.02458,300,0,0,59140,0,0,0,0,0),(71931,20238,530,1,1,0,1,522.997,1989.82,109.521,4.69494,300,0,0,59140,0,0,0,0,0),(71932,20238,530,1,1,0,1,507.782,2015.47,114.171,1.72788,300,0,0,59140,0,0,0,0,0),(71933,20238,530,1,1,0,1,494.46,2016.79,112.141,1.64061,300,0,0,59140,0,0,0,0,0),(71934,20238,530,1,1,0,1,497.437,2019.33,113.084,2.30383,300,0,0,59140,0,0,0,0,0),(71935,20239,530,1,1,0,0,-4388.44,-13638.5,34.3475,0.506145,300,0,0,42,0,0,0,0,0),(71936,20240,530,1,1,0,1,-2726.23,7282.37,40.9782,4.57276,300,0,0,17742,0,0,0,0,0),(71937,20241,530,1,1,0,0,-1321.66,7342.35,34.5839,5.49779,300,0,0,17742,0,0,0,0,0),(71938,20242,530,1,1,0,0,4181.33,3050.57,336.924,2.94961,300,0,0,15699,8973,0,0,0,0),(71939,20243,530,1,1,0,0,2531.17,4004.98,133.079,4.93928,300,0,0,52395,0,0,0,0,0),(71940,20244,530,1,1,0,0,10531.1,-6494.48,1.42795,3.24904,300,0,0,42,0,0,0,0,0),(71941,20246,530,1,1,0,0,10528,-6495.67,1.83764,0.953505,300,0,0,42,0,0,0,0,0),(71942,20247,530,1,1,0,0,10515.8,-6496.14,3.59912,3.00225,300,0,0,42,0,0,0,0,0),(71943,20248,530,1,1,0,1,3987.4,3785.5,124.319,4.82235,300,5,0,5950,3080,1,0,0,0),(71944,20248,530,1,1,0,1,3966.04,3764.93,122.522,2.35968,300,5,0,5950,3080,1,0,0,0),(71945,20248,530,1,1,0,1,3961.61,3764.18,122.97,1.81514,300,5,0,5950,3080,1,0,0,0),(71946,20248,530,1,1,0,1,3985.68,3778.19,123.537,1.22385,300,5,0,5950,3080,1,0,0,0),(71947,20248,530,1,1,0,1,3920.26,3778.53,122.454,5.71308,300,5,0,5950,3080,1,0,0,0),(71948,20248,530,1,1,0,1,3934.35,3785.71,122.407,3.7001,300,5,0,5950,3080,1,0,0,0),(71949,20248,530,1,1,0,1,3814.17,3846.02,103.59,0.034907,300,5,0,5950,3080,1,0,0,0),(71950,20248,530,1,1,0,1,3822.36,3817.99,103.521,1.30751,300,5,0,5950,3080,1,0,0,0),(71951,20248,530,1,1,0,1,3822.83,3827.95,103.521,0,300,5,0,5950,3080,1,0,0,0),(71952,20248,530,1,1,0,1,3891.44,3898.99,178.721,0,300,0,0,5950,3080,0,0,0,0),(71953,20248,530,1,1,0,1,3933.92,4068.37,123.233,3.66519,300,5,0,5950,3080,1,0,0,0),(71954,20248,530,1,1,0,1,3948.76,3908.72,177.454,5.41052,300,5,0,5950,3080,1,0,0,0),(71955,20248,530,1,1,0,1,3932.7,3935.33,122.765,2.44083,300,0,0,5950,3080,0,0,0,0),(71956,20248,530,1,1,0,1,3941.64,3879.16,174.241,4.82194,300,5,0,5950,3080,1,0,0,0),(71957,20248,530,1,1,0,1,3967.06,3890.93,176.063,2.58537,300,5,0,5950,3080,1,0,0,0),(71958,20248,530,1,1,0,1,3965.67,3909.99,177.454,1.43118,300,5,0,5950,3080,1,0,0,0),(71959,20248,530,1,1,0,1,4017.05,3912.02,191.819,5.044,300,5,0,5950,3080,1,0,0,0),(71960,20248,530,1,1,0,1,4032.95,3876.27,191.808,0.673204,300,5,0,5950,3080,1,0,0,0),(71961,20248,530,1,1,0,1,4004.86,3900.05,122.616,2.40855,300,5,0,5950,3080,1,0,0,0),(71962,20248,530,1,1,0,1,4040.08,3878.75,191.933,3.66519,300,5,0,5950,3080,1,0,0,0),(71963,20248,530,1,1,0,1,4045.72,3903.76,189.444,4.82767,300,5,0,5950,3080,1,0,0,0),(71964,20248,530,1,1,0,1,4064.39,3906.02,189.444,4.5204,300,5,0,5950,3080,1,0,0,0),(71965,20248,530,1,1,0,1,4079.93,3899.33,189.441,6.10481,300,5,0,5950,3080,1,0,0,0),(71966,20248,530,1,1,0,1,4102.04,3982.77,117.054,2.49582,300,5,0,5950,3080,1,0,0,0),(71967,20248,530,1,1,0,1,4103.99,3998.05,117.426,3.45575,300,5,0,5950,3080,1,0,0,0),(71968,20248,530,1,1,0,1,3996.35,4119.15,189.126,1.71562,300,5,0,5950,3080,1,0,0,0),(71969,20248,530,1,1,0,1,3994.05,4120.1,189.126,0.767945,300,5,0,5950,3080,1,0,0,0),(71970,20248,530,1,1,0,1,4005.58,4119.05,189.126,2.69014,300,5,0,5950,3080,1,0,0,0),(71971,20248,530,1,1,0,1,4001.63,4027.03,192.09,5.64408,300,5,0,5950,3080,1,0,0,0),(71972,20248,530,1,1,0,1,4001.8,4011.56,192.109,0.416849,300,5,0,5950,3080,1,0,0,0),(71973,20248,530,1,1,0,1,4014.73,4005.6,192.098,2.32269,300,5,0,5950,3080,1,0,0,0),(71974,20248,530,1,1,0,1,4018.71,4018.89,192.094,3.90353,300,5,0,5950,3080,1,0,0,0),(71975,20248,530,1,1,0,1,3914.68,3893.36,177.874,2.51365,300,5,0,5950,3080,1,0,0,0),(71976,20249,530,1,1,0,0,2984.94,5529.43,147.796,5.32325,300,0,0,6986,0,0,0,0,0),(71977,20250,530,1,1,0,0,3000.03,5438.37,146.794,1.62316,300,0,0,6986,0,0,0,0,0),(40205,4049,1,1,1,0,1,-270,-951,14.372,5.552,120,0,0,787,0,0,0,0,0),(40444,27667,530,1,1,0,1,-1848.02,5506.64,-12.4278,4.97954,300,0,0,6986,0,0,0,0,0),(207573,15105,530,1,1,0,0,-1908.2,5433.96,-12.3449,1.74533,120,0,0,1,0,0,0,0,0),(71983,20270,530,1,1,0,0,-235.574,6995.53,17.7538,1.28361,300,5,0,4274,2568,1,0,0,0),(71984,20270,530,1,1,0,0,-85.2481,6953.9,18.7411,1.25406,300,5,0,4274,2568,1,0,0,0),(71985,20270,530,1,1,0,0,-75.6463,7172.7,19.3927,5.43459,300,5,0,4274,2568,1,0,0,0),(71986,20270,530,1,1,0,0,-3.20549,7137.29,17.4758,4.61544,300,5,0,4274,2568,1,0,0,0),(71987,20270,530,1,1,0,0,-209.781,7325.48,57.2283,0.769028,300,5,0,4274,2568,1,0,0,0),(71988,20270,530,1,1,0,0,-178.332,7309.84,22.9734,5.49779,300,0,0,4274,2568,0,0,0,0),(71989,20270,530,1,1,0,0,-188.78,7301.49,22.7165,5.3058,300,0,0,4274,2568,0,0,0,0),(71990,20270,530,1,1,0,0,-201.353,7327.2,31.9633,3.2,300,5,0,4274,2568,1,0,0,0),(71991,20270,530,1,1,0,0,-213.666,7331.98,31.9661,4.65465,300,5,0,4274,2568,1,0,0,0),(71992,20270,530,1,1,0,0,-206.124,7349.61,57.2289,2.76134,300,5,0,4274,2568,1,0,0,0),(71993,20270,530,1,1,0,0,-188.722,7335.41,57.2224,6.03402,300,5,0,4274,2568,1,0,0,0),(71994,20270,530,1,1,0,0,-195.405,7337.21,31.9661,5.63386,300,5,0,4274,2568,1,0,0,0),(71995,20270,530,1,1,0,0,-359.143,7262.6,52.0497,3.68265,300,0,0,4274,2568,0,0,0,0),(71996,20270,530,1,1,0,0,-359.365,7248.97,51.8512,5.21853,300,0,0,4274,2568,0,0,0,0),(207569,15105,530,1,1,0,0,-1809.68,5366.84,-12.3448,3.92699,120,0,0,1,0,0,0,0,0),(72364,20395,530,1,1,0,0,-1765.4,5260.2,-38.8402,1.12128,120,0,0,3144,0,0,0,0,0),(207572,15105,530,1,1,0,0,-1867.23,5148.14,-43.1353,4.97419,120,0,0,1,0,0,0,0,0),(17676,33941,530,1,1,22393,0,3070.16,3635.11,143.864,0.750492,180,0,0,42,0,0,0,0,0),(72003,20279,530,1,1,0,0,546.881,8850.69,33.0581,3.0664,300,5,0,5875,0,1,0,0,0),(72004,20279,530,1,1,0,0,648.973,8909.1,20.9655,1.93208,300,5,0,5875,0,1,0,0,0),(72005,20279,530,1,1,0,0,701.99,8928.22,-2.37849,3.39036,300,5,0,5875,0,1,0,0,0),(72006,20279,530,1,1,0,0,577.834,8946.88,23.2322,3.33114,300,5,0,5875,0,1,0,0,0),(72007,20279,530,1,1,0,0,516.141,8885.08,32.9177,1.73948,300,5,0,5875,0,1,0,0,0),(72008,20279,530,1,1,0,0,452.372,8952.3,32.5675,0.152217,300,5,0,5875,0,1,0,0,0),(72009,20279,530,1,1,0,0,420.091,8984.55,32.3645,0.207547,300,5,0,5875,0,1,0,0,0),(72010,20279,530,1,1,0,0,379.521,9017.09,22.5441,3.08982,300,5,0,5875,0,1,0,0,0),(72011,20279,530,1,1,0,0,298.701,9016.38,23.5735,3.70013,300,5,0,5875,0,1,0,0,0),(72012,20279,530,1,1,0,0,383.593,9080.56,6.66302,4.67331,300,5,0,5875,0,1,0,0,0),(72013,20279,530,1,1,0,0,315.294,9080.77,12.2727,4.17747,300,5,0,5875,0,1,0,0,0),(72014,20279,530,1,1,0,0,247.076,9086.64,1.37159,2.28917,300,5,0,5875,0,1,0,0,0),(72015,20279,530,1,1,0,0,191.71,9085.44,0.94432,6.17167,300,5,0,5875,0,1,0,0,0),(72016,20279,530,1,1,0,0,133.366,9083.47,3.96751,0.03953,300,5,0,5875,0,1,0,0,0),(72017,20279,530,1,1,0,0,149.024,9108.58,-8.25469,5.17604,300,5,0,5875,0,1,0,0,0),(72018,20279,530,1,1,0,0,127.612,8996.35,20.7428,0.74532,300,5,0,5875,0,1,0,0,0),(72019,20279,530,1,1,0,0,82.5148,9119.27,-18.2658,1.70606,300,5,0,5875,0,1,0,0,0),(72020,20279,530,1,1,0,0,43.6869,9097.04,-6.22389,1.82951,300,5,0,5875,0,1,0,0,0),(72021,20279,530,1,1,0,0,9.23369,9022.08,21.3899,0.152962,300,5,0,5875,0,1,0,0,0),(72022,20279,530,1,1,0,0,-39.3868,9033.49,21.8118,4.45367,300,5,0,5875,0,1,0,0,0),(72023,20279,530,1,1,0,0,-114.714,9053.73,7.62404,0.502501,300,5,0,5875,0,1,0,0,0),(72024,20280,530,1,1,0,0,582.346,8880.83,29.4848,4.59304,300,5,0,5875,0,1,0,0,0),(72025,20280,530,1,1,0,0,618.632,8851.48,29.3483,5.25689,300,5,0,5875,0,1,0,0,0),(72026,20280,530,1,1,0,0,620.315,8918.09,23.6058,6.25097,300,5,0,5875,0,1,0,0,0),(72027,20280,530,1,1,0,0,552.382,8919.14,25.8993,0.574739,300,5,0,5875,0,1,0,0,0),(72028,20280,530,1,1,0,0,513.362,8948.2,24.5183,3.68963,300,5,0,5875,0,1,0,0,0),(72029,20280,530,1,1,0,0,484.881,8922.32,32.8898,2.49241,300,5,0,5875,0,1,0,0,0),(72030,20280,530,1,1,0,0,350.118,8991.33,29.2468,1.68625,300,5,0,5875,0,1,0,0,0),(72031,20280,530,1,1,0,0,418.673,9052.12,7.94195,0.684347,300,5,0,5875,0,1,0,0,0),(72032,20280,530,1,1,0,0,342.483,9050.66,17.5019,2.97048,300,5,0,5875,0,1,0,0,0),(72033,20280,530,1,1,0,0,285.447,9060.34,15.3095,2.89952,300,5,0,5875,0,1,0,0,0),(72034,20280,530,1,1,0,0,343.815,9113.26,2.63213,4.03279,300,5,0,5875,0,1,0,0,0),(72035,20280,530,1,1,0,0,280.663,9117.03,0.05746,3.02354,300,5,0,5875,0,1,0,0,0),(72036,20280,530,1,1,0,0,216.879,9052.03,4.17347,4.99533,300,5,0,5875,0,1,0,0,0),(72037,20280,530,1,1,0,0,147.332,9054.54,13.8112,1.93301,300,5,0,5875,0,1,0,0,0),(72038,20280,530,1,1,0,0,213.491,9113.69,-5.84659,3.4411,300,5,0,5875,0,1,0,0,0),(72039,20280,530,1,1,0,0,81.279,9051.95,10.7682,1.51803,300,5,0,5875,0,1,0,0,0),(72040,20280,530,1,1,0,0,9.43213,9052.64,15.3859,1.38413,300,5,0,5875,0,1,0,0,0),(72041,20280,530,1,1,0,0,-85.3776,9077.84,-4.02392,4.61457,300,5,0,5875,0,1,0,0,0),(72042,20281,530,1,1,0,1,3096.17,2801.15,118.221,0.174533,300,0,0,11832,0,0,0,0,0),(72043,20283,530,1,1,0,0,896.831,5685.23,17.1526,3.08003,300,5,0,5158,0,1,0,0,0),(72044,20283,530,1,1,0,0,939.539,5775.24,-1.45199,2.22911,300,5,0,5158,0,1,0,0,0),(72045,20283,530,1,1,0,0,966.534,5578.53,-11.5279,3.02414,300,5,0,5158,0,1,0,0,0),(72046,20283,530,1,1,0,0,967.878,5502.41,-23.7741,0.256579,300,5,0,5158,0,1,0,0,0),(72047,20283,530,1,1,0,0,945.667,5290.36,0.71522,1.72293,300,5,0,5158,0,1,0,0,0),(72048,20283,530,1,1,0,0,958.749,5387.67,-5.68697,0.66695,300,5,0,5158,0,1,0,0,0),(72049,20283,530,1,1,0,0,1012.36,5320.31,-25.0912,3.33516,300,5,0,5158,0,1,0,0,0),(72050,20283,530,1,1,0,0,988.485,5213.98,-8.30268,5.71144,300,5,0,5158,0,1,0,0,0),(72051,20283,530,1,1,0,0,980.163,5146.31,-2.42723,4.83481,300,5,0,5158,0,1,0,0,0),(72052,20283,530,1,1,0,0,987.222,5095.06,-10.4489,1.69515,300,5,0,5158,0,1,0,0,0),(72053,20283,530,1,1,0,0,933.964,5082.52,-4.8004,0.271993,300,5,0,5158,0,1,0,0,0),(72054,20283,530,1,1,0,0,813.956,5087.24,9.118,1.83948,300,5,0,5158,0,1,0,0,0),(72055,20283,530,1,1,0,0,771.91,5100.72,14.6925,2.3182,300,5,0,5158,0,1,0,0,0),(72056,20283,530,1,1,0,0,709.656,5045.5,4.69566,3.98364,300,5,0,5158,0,1,0,0,0),(72057,20284,530,1,1,0,1,3242.53,3531.44,121.253,3.31608,300,0,0,654200,0,0,0,0,0),(72058,20285,530,1,1,0,1,3841.27,3877.35,108.019,4.8157,300,5,0,6542,0,1,0,0,0),(72059,20285,530,1,1,0,1,3825.63,3890.93,109.459,3.58914,300,5,0,6542,0,1,0,0,0),(72060,20285,530,1,1,0,1,3821.72,3906.72,109.764,2.6466,300,5,0,6542,0,1,0,0,0),(72061,20285,530,1,1,0,1,3854.98,4012.57,127.727,0.595494,300,5,0,6542,0,1,0,0,0),(72062,20285,530,1,1,0,1,3900.08,3991.32,119.809,4.00549,300,5,0,6542,0,1,0,0,0),(72063,20285,530,1,1,0,1,3901.29,3993.64,119.732,2.88449,300,0,0,6542,0,0,0,0,0),(72064,20285,530,1,1,0,1,3879.9,4050.85,120.835,2.27625,300,5,0,6542,0,1,0,0,0),(72065,20285,530,1,1,0,1,3910.97,4056.13,122.97,1.96686,300,5,0,6542,0,1,0,0,0),(72066,20285,530,1,1,0,1,3929.54,4080.42,191.108,3.88762,300,5,0,6542,0,1,0,0,0),(72067,20285,530,1,1,0,1,3917.7,4056.75,188.216,2.31713,300,5,0,6542,0,1,0,0,0),(72068,20285,530,1,1,0,1,3930.7,4107.83,192.225,2.79489,300,5,0,6542,0,1,0,0,0),(72069,20285,530,1,1,0,1,3925.24,4040.22,115.199,4.39105,300,5,0,6542,0,1,0,0,0),(72070,20285,530,1,1,0,1,3958.85,4117.71,190.584,4.71239,300,5,0,6542,0,1,0,0,0),(72071,20285,530,1,1,0,1,3958.76,3929.26,124.512,4.35573,300,5,0,6542,0,1,0,0,0),(72072,20285,530,1,1,0,1,3981.24,3914.98,124.077,4.15618,300,5,0,6542,0,1,0,0,0),(72073,20285,530,1,1,0,1,4090.66,3973.28,118.24,4.88148,300,5,0,6542,0,1,0,0,0),(72074,20285,530,1,1,0,1,3957.45,4013.2,115.489,2.71959,300,0,0,6542,0,0,0,0,0),(72075,20285,530,1,1,0,1,4006.78,3996.4,121.284,3.04783,300,0,0,6542,0,0,0,0,0),(72076,20286,530,1,1,0,0,-4114.71,2531.75,141.482,4.13643,300,0,0,42,0,0,0,0,0),(72077,20288,530,1,1,0,0,-4114.28,2527.53,140.802,5.86431,300,0,0,42,0,0,0,0,0),(72078,20289,530,1,1,0,0,-4115.32,2535.16,141.458,1.39626,300,0,0,42,0,0,0,0,0),(72079,20290,530,1,1,0,0,-232.206,6466.26,-0.278613,0.777807,300,5,0,5158,0,1,0,0,0),(72080,20290,530,1,1,0,0,-154.111,6376.03,-0.755271,2.55342,300,5,0,5158,0,1,0,0,0),(72081,20290,530,1,1,0,0,-178.216,6390.65,0.86008,1.65491,300,5,0,5158,0,1,0,0,0),(72082,20290,530,1,1,0,0,-83.4408,6387.81,-0.862951,4.17969,300,5,0,5158,0,1,0,0,0),(72083,20290,530,1,1,0,0,-103.79,6348.69,2.60425,3.19633,300,5,0,5158,0,1,0,0,0),(72084,20290,530,1,1,0,0,-114.553,6429.35,14.7951,2.75927,300,5,0,5158,0,1,0,0,0),(72085,20290,530,1,1,0,0,-46.9093,6452.81,8.51927,1.87556,300,5,0,5158,0,1,0,0,0),(72086,20290,530,1,1,0,0,-19.1908,6442.52,-0.05731,3.50409,300,5,0,5158,0,1,0,0,0),(72087,20290,530,1,1,0,0,-65.5415,6517.99,5.40517,3.39408,300,5,0,5158,0,1,0,0,0),(72088,20290,530,1,1,0,0,-38.6843,6503.94,13.0317,2.39075,300,5,0,5158,0,1,0,0,0),(72089,20290,530,1,1,0,0,-32.0699,6522.96,0.21646,0.396896,300,5,0,5158,0,1,0,0,0),(72090,20290,530,1,1,0,0,-56.9423,6558.39,-3.60951,3.44404,300,5,0,5158,0,1,0,0,0),(72091,20290,530,1,1,0,0,-16.8008,6586.29,-0.535019,3.06834,300,5,0,5158,0,1,0,0,0),(72092,20290,530,1,1,0,0,-83.2591,6549.65,-2.9716,5.05249,300,5,0,5158,0,1,0,0,0),(72093,20290,530,1,1,0,0,-141.667,6509.37,8.79164,0.651077,300,5,0,5158,0,1,0,0,0),(72094,20290,530,1,1,0,0,-110.37,6559.98,-8.7739,0.25011,300,5,0,5158,0,1,0,0,0),(72095,20290,530,1,1,0,0,-190.78,6478.6,-9.23664,6.13121,300,5,0,5158,0,1,0,0,0),(72096,20290,530,1,1,0,0,-216.868,6528.88,-21.2461,1.00826,300,5,0,5158,0,1,0,0,0),(72097,20290,530,1,1,0,0,-167.728,6517.44,-26.9271,3.24445,300,5,0,5158,0,1,0,0,0),(72098,20290,530,1,1,0,0,-137.461,6573.73,-23.0423,0.413864,300,5,0,5158,0,1,0,0,0),(72099,20290,530,1,1,0,0,-217.201,6563.34,-6.74847,1.87432,300,5,0,5158,0,1,0,0,0),(72100,20290,530,1,1,0,0,-179.045,6554.44,-26.7192,3.15622,300,5,0,5158,0,1,0,0,0),(72101,20290,530,1,1,0,0,-282.881,6518.09,-3.19221,5.67046,300,5,0,5158,0,1,0,0,0),(72102,20290,530,1,1,0,0,-255.649,6487.46,-2.29405,1.18847,300,5,0,5158,0,1,0,0,0),(72103,20290,530,1,1,0,0,-278.077,6543.93,-1.36819,5.48121,300,5,0,5158,0,1,0,0,0),(72104,20290,530,1,1,0,0,-310.241,6613.08,11.9197,2.58527,300,5,0,5158,0,1,0,0,0),(72105,20290,530,1,1,0,0,-307.194,6545.22,2.4193,3.33018,300,5,0,5158,0,1,0,0,0),(72106,20290,530,1,1,0,0,-284.632,6580.16,15.1109,4.78078,300,5,0,5158,0,1,0,0,0),(72107,20290,530,1,1,0,0,-332.672,6654.32,9.7976,2.99569,300,5,0,5158,0,1,0,0,0),(72108,20290,530,1,1,0,0,-296.266,6679.86,7.77864,5.55607,300,5,0,5158,0,1,0,0,0),(72109,20290,530,1,1,0,0,-289.733,6700.89,-1.87424,3.84267,300,5,0,5158,0,1,0,0,0),(72110,20290,530,1,1,0,0,-270.92,6735.91,9.5218,2.01449,300,5,0,5158,0,1,0,0,0),(72111,20290,530,1,1,0,0,-288.465,6708.42,-0.993145,4.08698,300,5,0,5158,0,1,0,0,0),(72112,20290,530,1,1,0,0,-184.649,6625.93,-20.9569,1.91019,300,5,0,5158,0,1,0,0,0),(72113,20290,530,1,1,0,0,-165.442,6650.11,-15.5606,0.015624,300,5,0,5158,0,1,0,0,0),(72114,20290,530,1,1,0,0,-186.854,6690.46,7.10815,4.79448,300,5,0,5158,0,1,0,0,0),(72115,20290,530,1,1,0,0,-126.208,6617.95,-26.1449,3.13967,300,5,0,5158,0,1,0,0,0),(72116,20290,530,1,1,0,0,-91.2219,6653.28,-2.76204,1.80719,300,5,0,5158,0,1,0,0,0),(72117,20290,530,1,1,0,0,-115.508,6684.65,-1.15517,4.52189,300,5,0,5158,0,1,0,0,0),(72118,20290,530,1,1,0,0,-27.6026,6617.15,-1.07921,6.21967,300,5,0,5158,0,1,0,0,0),(72119,20290,530,1,1,0,0,-145.105,6710.53,-0.231815,0.358809,300,5,0,5158,0,1,0,0,0),(72120,20290,530,1,1,0,0,-183.563,6740.15,6.83739,1.34027,300,5,0,5158,0,1,0,0,0),(72121,20290,530,1,1,0,0,-227.939,6753.31,2.82639,3.01918,300,5,0,5158,0,1,0,0,0),(72122,20291,530,1,1,0,0,-91.1726,6446.26,19.4516,5.53788,300,5,0,5158,0,1,0,0,0),(72123,20291,530,1,1,0,0,-78.2053,6480.38,20.266,1.624,300,5,0,5158,0,1,0,0,0),(72124,20291,530,1,1,0,0,-102.713,6485.58,21.3694,5.28397,300,5,0,5158,0,1,0,0,0),(72125,20291,530,1,1,0,0,-99.5076,6495.73,20.7324,5.20487,300,5,0,5158,0,1,0,0,0),(72126,20291,530,1,1,0,0,-115.791,6460.72,21.0755,3.70264,300,5,0,5158,0,1,0,0,0),(72127,20291,530,1,1,0,0,-105.94,6499.74,20.8133,5.27135,300,5,0,5158,0,1,0,0,0),(72128,20291,530,1,1,0,0,-143.174,6469.84,20.6979,0,300,5,0,5158,0,1,0,0,0),(72129,20291,530,1,1,0,0,-130.938,6489.33,21.0313,2.35067,300,5,0,5158,0,1,0,0,0),(72130,20291,530,1,1,0,0,-280.926,6607.84,22.3726,3.46489,300,5,0,5158,0,1,0,0,0),(72131,20291,530,1,1,0,0,-276.703,6624.19,21.9142,1.23018,300,5,0,5158,0,1,0,0,0),(72132,20291,530,1,1,0,0,-263.786,6605.56,21.6463,5.82129,300,5,0,5158,0,1,0,0,0),(72133,20291,530,1,1,0,0,-267.125,6659.8,20.1718,2.51215,300,5,0,5158,0,1,0,0,0),(72134,20291,530,1,1,0,0,-232.263,6631.97,19.4166,1.66022,300,5,0,5158,0,1,0,0,0),(72135,20291,530,1,1,0,0,-228.939,6658.25,19.9096,6.07564,300,5,0,5158,0,1,0,0,0),(72136,20291,530,1,1,0,0,-240.127,6683.76,20.9657,0.735919,300,5,0,5158,0,1,0,0,0),(72137,20291,530,1,1,0,0,-222.915,6680.41,21.9498,4.29612,300,5,0,5158,0,1,0,0,0),(72138,20292,530,1,1,0,0,-261.793,6636.87,21.8011,4.04916,300,0,0,5129,2568,0,0,0,0),(72139,20293,530,1,1,0,0,513.432,8313.8,-9.07578,2.31933,300,5,0,4974,0,1,0,0,0),(72140,20293,530,1,1,0,0,322.55,8749.11,4.1798,3.16201,300,5,0,4974,0,1,0,0,0),(72141,20293,530,1,1,0,0,290.693,8820.95,-0.699245,2.89976,300,5,0,4974,0,1,0,0,0),(72142,20293,530,1,1,0,0,328.705,8810.36,1.52231,2.60495,300,5,0,4974,0,1,0,0,0),(72143,20293,530,1,1,0,0,262.34,8726.57,6.63396,3.8443,300,5,0,4974,0,1,0,0,0),(72144,20293,530,1,1,0,0,287.799,8745.93,0.4817,2.92732,300,5,0,4974,0,1,0,0,0),(72145,20293,530,1,1,0,0,283.475,8746.66,-0.950365,1.60352,300,5,0,4974,0,1,0,0,0),(72146,20293,530,1,1,0,0,275.262,8773.37,2.57896,0.221314,300,5,0,4974,0,1,0,0,0),(72147,20293,530,1,1,0,0,283.079,8816.48,0.63599,4.73299,300,5,0,4974,0,1,0,0,0),(72148,20293,530,1,1,0,0,126.09,8759.65,-5.61966,0.24261,300,5,0,4974,0,1,0,0,0),(72149,20293,530,1,1,0,0,88.9716,8718.56,-3.47908,4.07522,300,5,0,4974,0,1,0,0,0),(72150,20293,530,1,1,0,0,115.206,8707.53,-6.06538,4.86942,300,5,0,4974,0,1,0,0,0),(72151,20293,530,1,1,0,0,116.344,8713.92,-9.88959,0.208502,300,5,0,4974,0,1,0,0,0),(72152,20293,530,1,1,0,0,187.008,8734.25,16.2356,2.81095,300,5,0,4974,0,1,0,0,0),(72153,20293,530,1,1,0,0,177.759,8752.54,19.8087,2.58527,300,5,0,4974,0,1,0,0,0),(72154,20293,530,1,1,0,0,221.472,8710.67,7.63735,2.72248,300,5,0,4974,0,1,0,0,0),(72155,20293,530,1,1,0,0,175.065,8705.41,-3.66662,1.51216,300,5,0,4974,0,1,0,0,0),(72156,20293,530,1,1,0,0,216.279,8683.83,-12.9397,1.34199,300,5,0,4974,0,1,0,0,0),(72157,20293,530,1,1,0,0,178.46,8685.2,-24.7249,5.82076,300,5,0,4974,0,1,0,0,0),(72158,20293,530,1,1,0,0,221.007,8746.19,21.6104,5.75787,300,5,0,4974,0,1,0,0,0),(72159,20293,530,1,1,0,0,238.304,8756.03,22.3505,6.25135,300,5,0,4974,0,1,0,0,0),(72160,20293,530,1,1,0,0,218.873,8788.31,18.566,1.59212,300,5,0,4974,0,1,0,0,0),(72161,20293,530,1,1,0,0,197.287,8772.47,22.3041,0.508391,300,5,0,4974,0,1,0,0,0),(72162,20293,530,1,1,0,0,213.194,8758.64,22.3637,2.24889,300,5,0,4974,0,1,0,0,0),(72163,20293,530,1,1,0,0,238.491,8772.74,22.3476,5.01277,300,5,0,4974,0,1,0,0,0),(72164,20293,530,1,1,0,0,178.656,8770.18,21.8422,5.41931,300,5,0,4974,0,1,0,0,0),(72165,20293,530,1,1,0,0,252.495,8711.75,-2.04979,1.7954,300,5,0,4974,0,1,0,0,0),(72166,20293,530,1,1,0,0,153.42,8786.01,-2.33516,2.63161,300,5,0,4974,0,1,0,0,0),(72167,20293,530,1,1,0,0,251.578,8816.72,-8.14164,1.99338,300,5,0,4974,0,1,0,0,0),(72168,20293,530,1,1,0,0,185.039,8818.24,4.32397,2.65736,300,5,0,4974,0,1,0,0,0),(72169,20293,530,1,1,0,0,109.355,8791.42,2.2878,3.23252,300,5,0,4974,0,1,0,0,0),(72170,20293,530,1,1,0,0,117.242,8792.37,6.22199,5.14682,300,5,0,4974,0,1,0,0,0),(72171,20294,530,1,1,0,0,658.6,8379.18,-26.949,4.45297,300,5,0,5341,0,1,0,0,0),(72172,20294,530,1,1,0,0,604.596,8479.09,20.1293,4.79846,300,5,0,5341,0,1,0,0,0),(72173,20294,530,1,1,0,0,638.03,8481.47,21.9837,0.025385,300,5,0,5341,0,1,0,0,0),(72174,20294,530,1,1,0,0,591.154,8505.54,21.8939,3.27369,300,5,0,5341,0,1,0,0,0),(72175,20294,530,1,1,0,0,625.342,8514.66,21.375,3.59302,300,5,0,5341,0,1,0,0,0),(72176,20295,530,1,1,0,0,799.51,8348.32,2.60815,0.982429,300,5,0,5341,0,1,0,0,0),(72177,20295,530,1,1,0,0,779.58,8283.96,0.5062,0.250195,300,5,0,5341,0,1,0,0,0),(72178,20295,530,1,1,0,0,488.826,8327.19,-20.5071,4.93296,300,5,0,5341,0,1,0,0,0),(72179,20295,530,1,1,0,0,567.416,8316.08,-7.68408,0.078726,300,5,0,5341,0,1,0,0,0),(72180,20295,530,1,1,0,0,610.95,8485.85,21.3277,1.62353,300,5,0,5341,0,1,0,0,0),(72181,20295,530,1,1,0,0,645.567,8504.3,21.9291,0.975869,300,5,0,5341,0,1,0,0,0),(72182,20295,530,1,1,0,0,604.577,8519.9,21.5208,2.37209,300,5,0,5341,0,1,0,0,0),(72183,20295,530,1,1,0,0,672.056,8424.2,-24.3257,3.1328,300,5,0,5341,0,1,0,0,0),(72184,20295,530,1,1,0,0,560.414,8514.35,-14.943,4.98318,300,5,0,5341,0,1,0,0,0),(72185,20295,530,1,1,0,0,756.679,8410.64,6.9143,3.05553,300,5,0,5341,0,1,0,0,0),(72186,20296,530,1,1,0,0,3021.81,2719.17,115.139,0.959931,300,0,0,6722,0,0,0,0,0),(72187,20324,530,1,1,0,0,450.724,5183.54,22.5158,4.89951,300,5,0,5158,0,1,0,0,0),(72188,20324,530,1,1,0,0,499.445,5279.21,-5.39103,6.22357,300,5,0,5158,0,1,0,0,0),(72189,20324,530,1,1,0,0,352.39,5329.92,22.0735,1.69212,300,5,0,5158,0,1,0,0,0),(72190,20324,530,1,1,0,0,485.087,5319.53,-6.60937,5.02655,300,0,0,5158,0,0,0,0,0),(72191,20324,530,1,1,0,0,387.079,5426.63,22.4905,1.52344,300,5,0,5158,0,1,0,0,0),(72192,20324,530,1,1,0,0,433.908,5504.97,22.724,4.26142,300,5,0,5158,0,1,0,0,0),(72193,20324,530,1,1,0,0,778.305,5447.2,-4.15746,5.80699,300,0,0,5158,0,0,0,0,0),(72194,20324,530,1,1,0,0,720.933,5503.81,-2.7559,4.8325,300,5,0,5158,0,1,0,0,0),(72195,20324,530,1,1,0,0,613.208,5514.43,-2.01859,1.60395,300,0,0,5158,0,0,0,0,0),(72196,20324,530,1,1,0,0,627.362,5485.53,-6.72201,6.24902,300,5,0,5158,0,1,0,0,0),(72197,20324,530,1,1,0,0,555.905,5406.53,-11.7254,6.19518,300,5,0,5158,0,1,0,0,0),(72198,20324,530,1,1,0,0,556.282,5392.31,-15.1377,0.275753,300,5,0,5158,0,1,0,0,0),(72199,20324,530,1,1,0,0,577.42,5348.22,-28.587,6.04389,300,5,0,5158,0,1,0,0,0),(72200,20324,530,1,1,0,0,599.746,5314.82,-26.3114,3.71821,300,5,0,5158,0,1,0,0,0),(72201,20324,530,1,1,0,0,589.172,5279.39,-26.0022,0.255359,300,5,0,5158,0,1,0,0,0),(72202,20324,530,1,1,0,0,648.813,5334.39,-27.2791,3.25866,300,5,0,5158,0,1,0,0,0),(72203,20326,530,1,1,0,0,3879.41,4001.83,121.952,4.58863,300,0,0,6986,0,0,0,0,0),(72204,20326,530,1,1,0,0,3989.75,3930.18,124.783,4.72418,300,5,0,6986,0,1,0,0,0),(72205,20326,530,1,1,0,0,4032.41,3983.3,194.215,5.3058,300,5,0,6986,0,1,0,0,0),(72206,20326,530,1,1,0,0,4038.01,4031.6,194.226,1.15877,300,5,0,6986,0,1,0,0,0),(72207,20326,530,1,1,0,0,3948.43,4129.19,191.666,0.449669,300,5,0,6986,0,1,0,0,0),(72208,20326,530,1,1,0,0,3980.81,3992.38,194.226,3.7471,300,5,0,6986,0,1,0,0,0),(72209,20326,530,1,1,0,0,3989.99,4042.92,194.199,5.39709,300,5,0,6986,0,1,0,0,0),(72210,20326,530,1,1,0,0,3978.45,4008.9,117.691,5.87509,300,0,0,6986,0,0,0,0,0),(72211,20326,530,1,1,0,0,3873.88,4017.97,122.861,0.27362,300,5,0,6986,0,1,0,0,0),(28673,18207,530,1,1,0,1,-1550.63,8577.96,7.25886,4.30497,300,0,0,1000,6229,0,0,0,0),(28672,18207,530,1,1,0,1,-1553.08,8579.5,7.25886,3.79446,300,0,0,1000,6229,0,0,0,0),(28671,18207,530,1,1,0,1,-1470.51,8410.75,0.17227,1.64227,300,0,0,1000,6229,0,0,0,0),(28670,18207,530,1,1,0,1,-1590,8459.27,-10.1017,0.0441875,300,0,0,1000,6229,0,0,0,0),(28669,18207,530,1,1,0,1,-1589.34,8463.08,-10.3989,6.15851,300,0,0,1000,6229,0,0,0,0),(28668,18207,530,1,1,0,1,-1588.43,8465.31,-10.5951,5.62052,300,0,0,1000,6229,0,0,0,0),(28667,18203,530,1,1,0,1,-1547.23,8621.04,7.26015,2.25114,300,0,0,5504,0,0,0,0,0),(28666,18203,530,1,1,0,1,-1550.52,8614.9,7.26015,2.92659,300,0,0,5504,0,0,0,0,0),(28665,18203,530,1,1,0,1,-1532.52,8459.64,-4.10237,3.44104,300,0,0,5504,0,0,0,0,0),(72224,20329,530,1,1,0,1,3800.2,6609.23,155.452,1.20523,300,0,0,6803,2991,0,0,0,0),(72225,20330,530,1,1,0,0,3041.04,5923.64,1.82976,0.560371,300,5,0,6326,0,1,0,0,0),(72226,20330,530,1,1,0,0,3071.84,5929.93,-2.95456,2.45112,300,5,0,6326,0,1,0,0,0),(72227,20330,530,1,1,0,0,3084.95,5832.41,0.07833,6.12611,300,0,0,6326,0,0,0,0,0),(72228,20330,530,1,1,0,0,3258.79,5880.94,-0.628932,3.92699,300,0,0,6326,0,0,0,0,0),(72229,20330,530,1,1,0,0,3282.41,5831.56,-3.56212,2.86772,300,5,0,6326,0,1,0,0,0),(72230,20330,530,1,1,0,0,3247.6,5693.03,-4.21533,2.30383,300,0,0,6326,0,0,0,0,0),(72231,20330,530,1,1,0,0,3414.08,5797.25,4.99717,5.2709,300,0,0,6326,0,0,0,0,0),(72232,20330,530,1,1,0,0,3503.91,5767.4,4.67076,5.60251,300,0,0,6326,0,0,0,0,0),(72233,20330,530,1,1,0,0,3558.11,5761.98,3.09121,3.85718,300,0,0,6326,0,0,0,0,0),(72234,20330,530,1,1,0,0,3547.14,5714.19,-10.0251,4.46804,300,0,0,6326,0,0,0,0,0),(72235,20330,530,1,1,0,0,3597.71,5797.91,4.00054,1.58825,300,0,0,6326,0,0,0,0,0),(96638,25142,530,1,1,22752,1,-1938.43,5341.15,-12.4282,3.80482,180,0,0,6542,0,0,0,0,0),(96639,25142,530,1,1,22753,1,-1941.7,5339.12,-12.4282,0.108902,180,0,0,6542,0,0,0,0,0),(72240,20332,530,1,1,0,0,3860.51,1436.15,-138.121,2.04318,300,5,0,6986,0,1,0,0,0),(72241,20332,530,1,1,0,0,4015.62,1375.6,-126.228,0.235163,300,0,0,6986,0,2,0,0,0),(72242,20332,530,1,1,0,0,3963.91,1575.18,-29.9859,3.20608,300,0,0,6986,0,2,0,0,0),(72243,20333,530,1,1,0,0,3214.92,4065.25,106.16,1.98968,300,0,0,6722,0,0,0,0,0),(72244,20334,530,1,1,0,1,2446.29,6647.86,3.55327,2.19912,300,0,0,5914,0,0,0,0,0),(72245,20334,530,1,1,0,1,2520.19,6693.98,3.55423,4.46804,300,0,0,5914,0,0,0,0,0),(72246,20334,530,1,1,0,1,2692.1,6579.48,21.6303,2.58309,300,0,0,5914,0,0,0,0,0),(72247,20334,530,1,1,0,1,2665.47,6486.65,3.55327,2.23402,300,0,0,5914,0,0,0,0,0),(72248,20334,530,1,1,0,1,2342.24,6519.03,3.29674,1.309,300,0,0,5914,0,0,0,0,0),(72249,20336,530,1,1,0,0,2755.55,3863.32,142.27,4.36332,300,0,0,6722,0,0,0,0,0),(72250,20337,530,1,1,0,0,2819.01,4351.1,144.97,0.401426,300,0,0,4120,0,0,0,0,0),(72251,20338,530,1,1,0,0,2947.31,4327.47,154.02,2.89725,300,0,0,4120,0,0,0,0,0),(72253,20340,530,1,1,0,0,3838.25,2043.45,144.456,2.28582,300,5,0,6761,0,1,0,0,0),(72254,20340,530,1,1,0,0,3836.85,2141.9,145.583,5.05916,300,5,0,6761,0,1,0,0,0),(72255,20340,530,1,1,0,0,3970.96,2131.35,161.178,0.563203,300,5,0,6761,0,1,0,0,0),(72256,20341,530,1,1,0,1,4051.34,3559.69,121.416,5.41052,300,0,0,9431,0,0,0,0,0),(207574,15105,530,1,1,0,0,-1908.43,5437.61,-12.3449,4.93928,120,0,0,1,0,0,0,0,0),(72259,20387,530,1,1,0,0,-963.717,5115.2,23.2425,6.04342,300,0,0,4979,0,0,0,0,0),(72260,20387,530,1,1,0,0,-565.218,5322.15,22.9596,2.90183,300,5,0,4979,0,1,0,0,0),(72261,20387,530,1,1,0,0,-544.347,5373.42,22.7129,5.60547,300,5,0,4979,0,1,0,0,0),(72262,20387,530,1,1,0,0,-352.763,5400.53,21.8532,1.7138,300,5,0,4979,0,1,0,0,0),(72263,20387,530,1,1,0,0,-582.071,5480.39,23.3358,2.30899,300,5,0,4979,0,1,0,0,0),(72264,20387,530,1,1,0,0,-651.943,5423.86,21.8028,1.61138,300,5,0,4979,0,1,0,0,0),(72265,20387,530,1,1,0,0,-652.481,5475.48,23.4466,0.062541,300,5,0,4979,0,1,0,0,0),(72266,20387,530,1,1,0,0,-907.374,5375.26,22.1622,0.031295,300,5,0,4979,0,1,0,0,0),(72267,20387,530,1,1,0,0,-1012.13,5510.74,21.0281,5.96514,300,5,0,4979,0,1,0,0,0),(72268,20387,530,1,1,0,0,-978.763,5550.08,22.2562,3.90695,300,5,0,4979,0,1,0,0,0),(72269,20387,530,1,1,0,0,-979.297,5670.27,23.0375,1.23978,300,5,0,4979,0,1,0,0,0),(72270,20387,530,1,1,0,0,-952.037,5761.75,22.8283,2.67271,300,5,0,4979,0,1,0,0,0),(72271,20387,530,1,1,0,0,-952.421,5801.13,23.6836,4.83106,300,5,0,4979,0,1,0,0,0),(72272,20387,530,1,1,0,0,-951.721,5947.29,21.0213,6.07141,300,5,0,4979,0,1,0,0,0),(72273,20387,530,1,1,0,0,-971.179,6029.62,21.7553,0.523354,300,5,0,4979,0,1,0,0,0),(72274,20387,530,1,1,0,0,-382.766,5902.22,22.7283,2.5393,300,5,0,4979,0,1,0,0,0),(72275,20387,530,1,1,0,0,-438.228,6042.27,22.7169,5.5502,300,5,0,4979,0,1,0,0,0),(72276,20387,530,1,1,0,0,-346.635,6003.14,21.1474,5.02817,300,5,0,4979,0,1,0,0,0),(72277,20387,530,1,1,0,0,-275.204,6016.22,22.4592,1.05123,300,5,0,4979,0,1,0,0,0),(72278,20387,530,1,1,0,0,-179.283,5987.51,22.6339,3.78629,300,5,0,4979,0,1,0,0,0),(72279,20387,530,1,1,0,0,-155.206,5955.08,24.5089,2.96939,300,5,0,4979,0,1,0,0,0),(72280,20387,530,1,1,0,0,-43.0609,5979.18,22.4535,2.10516,300,5,0,4979,0,1,0,0,0),(72281,20387,530,1,1,0,0,-20.6205,6089.67,21.7585,4.6775,300,5,0,4979,0,1,0,0,0),(72282,20387,530,1,1,0,0,-23.4967,5955.87,23.5964,2.18351,300,5,0,4979,0,1,0,0,0),(72283,20387,530,1,1,0,0,-834.438,5641.64,21.1584,2.18651,300,5,0,4979,0,1,0,0,0),(72284,20387,530,1,1,0,0,10.9883,5831.89,22.4317,0.81867,300,5,0,4979,0,1,0,0,0),(72285,20387,530,1,1,0,0,53.0973,5759.06,23.0326,1.22508,300,5,0,4979,0,1,0,0,0),(72286,20387,530,1,1,0,0,-47.4904,5713.42,22.3847,3.42476,300,5,0,4979,0,1,0,0,0),(72287,20387,530,1,1,0,0,-148.288,5622.23,22.4855,2.03008,300,5,0,4979,0,1,0,0,0),(72288,20387,530,1,1,0,0,-780.031,5485,23.2353,4.56669,300,5,0,4979,0,1,0,0,0),(72289,20387,530,1,1,0,0,-75.2633,5424.97,23.7519,5.96946,300,5,0,4979,0,1,0,0,0),(72290,20387,530,1,1,0,0,78.3915,5443.96,23.506,4.95295,300,5,0,4979,0,1,0,0,0),(72291,20387,530,1,1,0,0,122.044,5318,22.866,1.9061,300,5,0,4979,0,1,0,0,0),(72292,20387,530,1,1,0,0,221.191,5235.35,23.5957,1.77145,300,5,0,4979,0,1,0,0,0),(72293,20387,530,1,1,0,0,220.303,5373.42,22.8236,4.02515,300,5,0,4979,0,1,0,0,0),(72294,20387,530,1,1,0,0,280.735,5239.35,21.4589,1.35455,300,5,0,4979,0,1,0,0,0),(72295,20387,530,1,1,0,0,244.442,5151.63,29.3762,2.87413,300,5,0,4979,0,1,0,0,0),(72296,20387,530,1,1,0,0,327.185,5209.62,22.6778,5.36825,300,5,0,4979,0,1,0,0,0),(72297,20387,530,1,1,0,0,416.344,5115.15,23.3147,2.54736,300,5,0,4979,0,1,0,0,0),(72298,20387,530,1,1,0,0,389.974,5205.1,22.2121,5.27221,300,5,0,4979,0,1,0,0,0),(72299,20387,530,1,1,0,0,446.655,5629.24,22.8852,0.720478,300,5,0,4979,0,1,0,0,0),(72300,20387,530,1,1,0,0,581.192,5627.22,21.6448,0.314666,300,5,0,4979,0,1,0,0,0),(72301,20387,530,1,1,0,0,650.855,5632.21,22.1191,2.3724,300,5,0,4979,0,1,0,0,0),(72302,20387,530,1,1,0,0,679.368,5654.59,22.5548,0.393373,300,5,0,4979,0,1,0,0,0),(72303,20387,530,1,1,0,0,758.929,5658.25,23.7339,0.638273,300,5,0,4979,0,1,0,0,0),(72304,20387,530,1,1,0,0,817.927,5640.49,23.2358,5.60997,300,5,0,4979,0,1,0,0,0),(72305,20387,530,1,1,0,0,850.521,5820.31,30.0038,5.22936,300,5,0,4979,0,1,0,0,0),(72306,20387,530,1,1,0,0,787.307,5879.12,24.7331,2.45023,300,5,0,4979,0,1,0,0,0),(72307,20387,530,1,1,0,0,852.067,5548.33,23.4241,5.64438,300,5,0,4979,0,1,0,0,0),(72308,20387,530,1,1,0,0,857.278,5295,21.7154,1.28206,300,5,0,4979,0,1,0,0,0),(72309,20387,530,1,1,0,0,819.315,5247.47,20.9932,2.86991,300,5,0,4979,0,1,0,0,0),(72310,20387,530,1,1,0,0,881.102,5184.23,24.1132,4.82933,300,5,0,4979,0,1,0,0,0),(72311,20387,530,1,1,0,0,689.069,5113.09,20.0581,1.98901,300,5,0,4979,0,1,0,0,0),(72312,20387,530,1,1,0,0,284.772,5585.94,22.132,5.82774,300,5,0,4979,0,1,0,0,0),(72313,20387,530,1,1,0,0,314.07,5694.05,22.4439,6.27481,300,5,0,4979,0,1,0,0,0),(72314,20387,530,1,1,0,0,479.644,5856.33,23.0874,1.39833,300,5,0,4979,0,1,0,0,0),(72315,20387,530,1,1,0,0,581.167,5751.14,21.8775,1.64023,300,5,0,4979,0,1,0,0,0),(72316,20387,530,1,1,0,0,620.365,5850.1,23.7727,3.80663,300,5,0,4979,0,1,0,0,0),(72317,20387,530,1,1,0,0,687.122,5854.64,25.4534,0.328485,300,5,0,4979,0,1,0,0,0),(72318,20387,530,1,1,0,0,638.928,5885.51,22.4703,5.53666,300,5,0,4979,0,1,0,0,0),(72319,20387,530,1,1,0,0,681.878,5907.1,24.8244,1.5557,300,5,0,4979,0,1,0,0,0),(72320,20387,530,1,1,0,0,580.821,6006.91,22.0262,4.15201,300,5,0,4979,0,1,0,0,0),(72321,20387,530,1,1,0,0,521.12,5944.4,22.5699,4.77688,300,5,0,4979,0,1,0,0,0),(72322,20387,530,1,1,0,0,452.627,5952.87,23.8163,4.37458,300,5,0,4979,0,1,0,0,0),(72323,20387,530,1,1,0,0,490.245,6043.33,22.8824,3.28489,300,5,0,4979,0,1,0,0,0),(72324,20387,530,1,1,0,0,222.237,5922.39,23.2015,4.05636,300,5,0,4979,0,1,0,0,0),(72325,20387,530,1,1,0,0,-392.584,6113.55,23.4878,2.90099,300,5,0,4979,0,1,0,0,0),(72326,20387,530,1,1,0,0,-253.107,6102.14,22.7888,2.78122,300,5,0,4979,0,1,0,0,0),(72327,20387,530,1,1,0,0,-445.312,6186.98,22.5335,5.39157,300,5,0,4979,0,1,0,0,0),(72328,20387,530,1,1,0,0,-513.36,6050.69,23.6735,2.63037,300,5,0,4979,0,1,0,0,0),(72329,20387,530,1,1,0,0,-557.649,6021.39,23.4337,1.11053,300,5,0,4979,0,1,0,0,0),(72330,20387,530,1,1,0,0,-515.714,6175.92,22.1356,3.68773,300,5,0,4979,0,1,0,0,0),(72331,20387,530,1,1,0,0,-655.73,6052.63,23.4295,0.273882,300,5,0,4979,0,1,0,0,0),(72332,20387,530,1,1,0,0,-778.546,6074.06,23.0476,6.18449,300,5,0,4979,0,1,0,0,0),(72333,20387,530,1,1,0,0,-499.674,6311.12,20.5202,5.28347,300,5,0,4979,0,1,0,0,0),(72334,20387,530,1,1,0,0,-512.264,6388.08,19.9933,3.52302,300,5,0,4979,0,1,0,0,0),(72335,20387,530,1,1,0,0,-476.579,6420.94,23.0897,2.61661,300,5,0,4979,0,1,0,0,0),(72336,20387,530,1,1,0,0,-363.195,6487.5,21.7176,2.09212,300,5,0,4979,0,1,0,0,0),(72337,20387,530,1,1,0,0,-399.611,6504.2,22.043,0.632959,300,5,0,4979,0,1,0,0,0),(72338,20387,530,1,1,0,0,675.215,6122.86,23.4815,4.60515,300,5,0,4979,0,1,0,0,0),(72339,20389,530,1,1,0,0,2976.18,3693.49,143.34,0.628319,300,0,0,5914,0,0,0,0,0),(207564,15105,530,1,1,0,0,-1688.98,5531.12,-40.4948,4.64258,120,0,0,1,0,0,0,0,0),(72341,20392,530,1,1,0,0,3222.32,3525.12,121.931,3.35103,300,0,0,42,0,0,0,0,0),(72342,20392,530,1,1,0,0,3221.5,3532.71,122.931,3.01942,300,0,0,42,0,0,0,0,0),(72343,20392,530,1,1,0,0,3221.51,3534.09,123.041,2.98451,300,0,0,42,0,0,0,0,0),(72344,20392,530,1,1,0,0,3228.54,3546.99,124.041,2.33874,300,0,0,42,0,0,0,0,0),(72345,20392,530,1,1,0,0,3224.98,3542.9,123.916,2.58309,300,0,0,42,0,0,0,0,0),(72346,20392,530,1,1,0,0,3227.56,3546.13,124.041,2.3911,300,0,0,42,0,0,0,0,0),(72347,20392,530,1,1,0,0,3222.78,3538.6,123.541,2.79253,300,0,0,42,0,0,0,0,0),(72348,20392,530,1,1,0,0,3223.55,3540.43,123.666,2.70526,300,0,0,42,0,0,0,0,0),(72350,20392,530,1,1,0,0,3235.75,3550.56,123.84,2.00713,300,0,0,42,0,0,0,0,0),(72351,20392,530,1,1,0,0,3221.62,3530.45,122.556,3.10669,300,0,0,42,0,0,0,0,0),(72352,20392,530,1,1,0,0,3233.58,3549.96,123.965,2.09439,300,0,0,42,0,0,0,0,0),(72353,20393,530,1,1,0,1,3885,4013.07,122.363,0.174533,300,0,0,6986,0,0,0,0,0),(72354,20394,530,1,1,0,0,4522.62,2679.76,176.68,2.87007,300,0,0,5409,3080,2,0,0,0),(72355,20394,530,1,1,0,0,4615.71,2602.97,204.427,5.26654,300,0,0,5409,3080,2,0,0,0),(72356,20394,530,1,1,0,0,4574.18,2582.58,196.804,1.26479,300,0,0,5409,3080,2,0,0,0),(72357,20394,530,1,1,0,0,4736.1,2460.52,243.515,2.75762,300,0,0,5409,3080,0,0,0,0),(72358,20394,530,1,1,0,0,4601.16,2454.66,198.087,4.81711,300,0,0,5409,3080,0,0,0,0),(72359,20394,530,1,1,0,0,4545.22,2366.73,142.754,1.36632,300,0,0,5409,3080,2,0,0,0),(72360,20394,530,1,1,0,0,4642.58,2399.99,192.624,6.16101,300,0,0,5409,3080,0,0,0,0),(72361,20394,530,1,1,0,0,4724.26,2379.57,198.47,1.88218,300,0,0,5409,3080,2,0,0,0),(72362,20394,530,1,1,0,0,4719.99,2354.21,200.124,1.41372,300,0,0,5409,3080,0,0,0,0),(72363,20394,530,1,1,0,0,4726.16,2492.84,241.767,3.61283,300,0,0,5409,3080,0,0,0,0),(72252,20339,530,1,1,0,0,-1763.26,5260.04,-38.8471,6.04102,120,0,0,110050,5875,0,0,0,0),(72365,20397,530,1,1,0,1,2426.77,2750.39,133.243,2.14675,300,0,0,5233,2991,0,0,0,0),(72366,20404,530,1,1,0,0,3021.78,2700.04,114.084,4.24115,300,0,0,6761,0,0,0,0,0),(72367,20404,530,1,1,0,0,3051.52,2722.42,114.137,2.26893,300,0,0,6761,0,0,0,0,0),(72368,20404,530,1,1,0,0,3009.92,2728.67,114.378,1.32645,300,0,0,6761,0,0,0,0,0),(72369,20404,530,1,1,0,0,3003.47,2727.42,114.336,1.76278,300,0,0,6761,0,0,0,0,0),(79426,17961,547,3,1,0,1,-86.6703,-223.546,-1.16106,1.65547,86400,0,0,12395,2568,2,0,0,0),(72371,20409,530,1,1,0,1,2291.14,2062.76,72.2262,2.60054,300,0,0,6761,0,0,0,0,0),(72372,20409,530,1,1,0,1,2308.32,2080.85,76.3482,0.087266,300,0,0,6761,0,0,0,0,0),(72373,20409,530,1,1,0,1,2294.57,2137.83,85.7296,2.42601,300,0,0,6761,0,0,0,0,0),(72374,20409,530,1,1,0,1,2339.1,2075.28,79.3942,5.52857,300,5,0,6761,0,1,0,0,0),(72375,20409,530,1,1,0,1,2355.84,2087.59,83.0192,5.55604,300,5,0,6761,0,1,0,0,0),(72376,20409,530,1,1,0,1,2325.75,2054.42,77.205,1.23918,300,0,0,6761,0,0,0,0,0),(72377,20409,530,1,1,0,1,2299,2056.54,73.2967,5.41052,300,0,0,6761,0,0,0,0,0),(72378,20409,530,1,1,0,1,2290.79,2053.08,70.8764,2.49138,300,5,0,6761,0,1,0,0,0),(72379,20409,530,1,1,0,1,2280.22,2069.95,67.1359,3.40345,300,5,0,6761,0,1,0,0,0),(72380,20410,530,1,1,0,1,2288.35,2051.09,69.9698,1.8877,300,0,0,7437,0,2,0,0,0),(72381,20411,530,1,1,0,0,2533.26,2196.97,103.805,5.15839,300,5,0,1,0,1,0,0,0),(72382,20411,530,1,1,0,0,2509.57,2215.34,107.63,1.60703,300,5,0,1,0,1,0,0,0),(72383,20411,530,1,1,0,0,2508.8,2202.17,105.505,3.07996,300,5,0,1,0,1,0,0,0),(72384,20411,530,1,1,0,0,2560.69,2197.91,103.411,1.07753,300,5,0,1,0,1,0,0,0),(72385,20411,530,1,1,0,0,2520.74,2178.72,102.055,3.52123,300,5,0,1,0,1,0,0,0),(72386,20411,530,1,1,0,0,2511.14,2181.24,102.68,5.92932,300,5,0,1,0,1,0,0,0),(72387,20411,530,1,1,0,0,2541.11,2175.96,101.036,5.06133,300,5,0,1,0,1,0,0,0),(72388,20415,530,1,1,0,0,2528,2185.68,102.6,3.59538,300,0,0,9813,0,0,0,0,0),(72389,20416,530,1,1,0,1,2828.02,4154.67,162.599,0.40777,300,0,0,6542,0,0,0,0,0),(72390,20431,530,1,1,0,0,-4419.02,1307.2,108.143,1.6057,300,0,0,42,0,0,0,0,0),(72391,20431,530,1,1,0,0,-4381.69,1361.49,154.849,4.81711,300,0,0,42,0,0,0,0,0),(72392,20431,530,1,1,0,0,-4250.01,1376.74,149.78,5.98648,300,0,0,42,0,0,0,0,0),(72393,20431,530,1,1,0,0,-4106.17,1493.75,113.44,2.56563,300,0,0,42,0,0,0,0,0),(72394,20431,530,1,1,0,0,-4238.68,1507.45,141.244,4.62512,300,0,0,42,0,0,0,0,0),(72395,20431,530,1,1,0,0,-4168.98,1535.72,124.415,1.76278,300,0,0,42,0,0,0,0,0),(72396,20431,530,1,1,0,0,-4293.06,1589.05,153.533,5.28835,300,0,0,42,0,0,0,0,0),(72397,20431,530,1,1,0,0,-4379.98,1704.17,169.396,5.53269,300,0,0,42,0,0,0,0,0),(72398,20431,530,1,1,0,0,-4409.93,1594.55,178.158,4.69494,300,0,0,42,0,0,0,0,0),(72399,20431,530,1,1,0,0,-4461.26,1674.16,174.235,1.51844,300,0,0,42,0,0,0,0,0),(72400,20431,530,1,1,0,0,-4461.01,1659.05,174.539,1.74533,300,0,0,42,0,0,0,0,0),(72401,20435,530,1,1,0,1,2910.09,2138.74,163.92,3.62206,300,0,0,6542,0,0,0,0,0),(79504,20634,530,1,1,0,0,4999.54,3013.63,93.7924,2.0898,300,5,0,6542,0,1,0,0,0),(79502,20634,530,1,1,0,0,4994.65,2953.96,113.312,0.738912,300,5,0,6542,0,1,0,0,0),(79501,20634,530,1,1,0,0,4964.65,2930.35,124.351,6.1935,300,0,0,6542,0,0,0,0,0),(79500,20634,530,1,1,0,0,4958.93,2839.95,85.293,0.205161,300,5,0,6542,0,1,0,0,0),(78222,18696,530,1,1,0,0,-4428.79,1879.54,159.279,3.89207,86400,0,0,13084,0,0,0,0,0),(72409,20442,530,1,1,0,1,1168.31,8421.72,58.7012,0.872665,300,0,0,5715,0,0,0,0,0),(72410,20443,530,1,1,0,1,1257.14,8512.62,22.7338,4.15297,300,0,0,5341,0,2,0,0,0),(72411,20443,530,1,1,0,1,1280.44,8627.68,20.9209,2.83405,300,0,0,5341,0,2,0,0,0),(72412,20443,530,1,1,0,1,1156.06,8450.44,21.9803,1.58825,300,0,0,5341,0,0,0,0,0),(72413,20443,530,1,1,0,1,1173.64,8413.11,47.8442,1.90934,300,0,0,5341,0,2,0,0,0),(72414,20443,530,1,1,0,1,1179.79,8448,22.0416,1.48353,300,0,0,5341,0,0,0,0,0),(72415,20443,530,1,1,0,1,1177.31,8406.47,23.5119,4.64258,300,0,0,5341,0,0,0,0,0),(72416,20443,530,1,1,0,1,1036.71,8455.7,22.3028,4.64258,300,0,0,5341,0,0,0,0,0),(72417,20443,530,1,1,0,1,1049.04,8489.08,22.4008,0.855211,300,0,0,5341,0,0,0,0,0),(72418,20443,530,1,1,0,1,1050.08,8471.22,55.7985,5.97714,300,0,0,5341,0,2,0,0,0),(72419,20443,530,1,1,0,1,1017.63,8497.78,22.5249,1.71042,300,0,0,5341,0,0,0,0,0),(72420,20443,530,1,1,0,1,970.363,8553.18,21.3856,5.58282,300,0,0,5341,0,2,0,0,0),(72421,20443,530,1,1,0,1,1072.6,8637.91,22.9881,3.44698,300,0,0,5341,0,2,0,0,0),(72422,20444,530,1,1,0,1,1711.77,8563.35,-45.6692,6.19812,300,5,0,4422,2620,1,0,0,0),(72423,20444,530,1,1,0,1,1667.02,8541.29,-50.2397,2.22143,300,5,0,4422,2620,1,0,0,0),(72424,20444,530,1,1,0,1,1668.87,8572.25,-45.6053,4.12798,300,5,0,4422,2620,1,0,0,0),(72425,20444,530,1,1,0,1,1650.86,8502.81,-53.9353,5.44962,300,5,0,4422,2620,1,0,0,0),(72426,20444,530,1,1,0,1,1666.69,8472.71,-58.5038,1.67602,300,5,0,4422,2620,1,0,0,0),(72427,20444,530,1,1,0,1,1641.87,8460.97,-55.9068,0.750492,300,0,0,4422,2620,0,0,0,0),(72428,20445,530,1,1,0,1,1710.6,8471.64,-58.2669,3.4383,300,0,0,13716,8115,0,0,0,0),(72429,20447,530,1,1,0,1,4254.03,2215.58,137.135,2.44346,300,0,0,6986,0,0,0,0,0),(72430,20447,530,1,1,0,1,4240.58,2210.02,139.356,2.14675,300,0,0,6986,0,0,0,0,0),(72431,20447,530,1,1,0,1,4277.41,2260.65,125.394,1.90241,300,0,0,6986,0,0,0,0,0),(90443,3504,0,1,1,0,0,-8854.86,740.935,100.705,2.15696,25,0,0,42,0,2,0,0,0),(72433,20447,530,1,1,0,1,4284.62,2170.99,138.191,3.15905,300,0,0,6986,0,0,0,0,0),(72434,20447,530,1,1,0,1,4249.17,2127.82,144.474,3.83972,300,0,0,6986,0,0,0,0,0),(72435,20447,530,1,1,0,1,4242.93,2142.78,145.882,3.66519,300,0,0,6986,0,0,0,0,0),(72436,20448,530,1,1,0,1,4252.65,2166.07,137.783,1.09956,300,0,0,6986,0,0,0,0,0),(72437,20449,530,1,1,0,1,4245.4,2180.23,137.783,5.93412,300,0,0,6986,0,0,0,0,0),(72438,20450,530,1,1,0,1,4264.46,2180.23,136.235,5.24025,300,0,0,6986,0,0,0,0,0),(72439,20451,530,1,1,0,0,4261.45,2177.46,136.313,5.17058,300,5,0,5341,0,1,0,0,0),(72440,20451,530,1,1,0,0,4262.83,2183.04,136.529,5.4393,300,5,0,5341,0,1,0,0,0),(72441,20451,530,1,1,0,0,4268.15,2181.83,136.403,5.43704,300,5,0,5341,0,1,0,0,0),(72442,20451,530,1,1,0,0,4266.9,2176.05,135.951,5.45781,300,5,0,5341,0,1,0,0,0),(72443,20452,530,1,1,0,1,3968.07,2385.06,112.996,4.5204,300,0,0,6542,0,0,0,0,0),(72444,20452,530,1,1,0,1,3962.31,2321.68,114.731,3.02702,300,0,0,6542,0,0,0,0,0),(72445,20452,530,1,1,0,1,4000,2375.4,112.905,4.18879,300,0,0,6542,0,0,0,0,0),(72446,20452,530,1,1,0,1,3995.02,2318.48,114.19,1.98968,300,0,0,6542,0,0,0,0,0),(72447,20452,530,1,1,0,1,4041.2,2339.96,114.31,5.32325,300,0,0,6542,0,0,0,0,0),(72448,20452,530,1,1,0,1,4067.31,2330.66,112.237,3.9619,300,0,0,6542,0,0,0,0,0),(72449,20452,530,1,1,0,1,4075.45,2310.1,111.531,3.22886,300,0,0,6542,0,0,0,0,0),(72450,20452,530,1,1,0,1,4070.13,2291.61,112.926,2.09439,300,0,0,6542,0,0,0,0,0),(72451,20452,530,1,1,0,1,4036.33,2311.67,114.724,1.39626,300,0,0,6542,0,0,0,0,0),(72452,20453,530,1,1,0,1,4214.64,2303.06,123.612,5.89921,300,0,0,6542,0,0,0,0,0),(72453,20453,530,1,1,0,1,4237.32,2284.91,131.665,6.10865,300,0,0,6542,0,0,0,0,0),(72454,20453,530,1,1,0,1,4178.21,2313.83,107.144,5.8294,300,0,0,6542,0,0,0,0,0),(72455,20453,530,1,1,0,1,4229.19,2294.56,127.112,6.22731,300,5,0,6542,0,1,0,0,0),(72456,20453,530,1,1,0,1,4176.63,2292.27,107.692,0.122173,300,0,0,6542,0,0,0,0,0),(72457,20453,530,1,1,0,1,4024.45,2378.62,112.698,1.50098,300,0,0,6542,0,0,0,0,0),(72458,20453,530,1,1,0,1,4054.81,2355.47,111.999,1.6057,300,0,0,6542,0,0,0,0,0),(72459,20453,530,1,1,0,1,4091.38,2281.65,110.313,4.95674,300,0,0,6542,0,0,0,0,0),(72460,20453,530,1,1,0,1,4106.05,2233.5,120.137,5.18363,300,0,0,6542,0,0,0,0,0),(72461,20453,530,1,1,0,1,4113.55,2249.26,113.887,4.40703,300,5,0,6542,0,1,0,0,0),(72462,20454,530,1,1,0,1,3881.92,2494.05,109,4.76475,300,0,0,118080,0,0,0,0,0),(72463,20456,530,1,1,0,0,3943.51,2397.13,112.656,5.28033,300,0,0,5409,3080,0,0,0,0),(72464,20456,530,1,1,0,0,4116.25,2279.82,107.194,0.733038,300,5,0,5409,3080,1,0,0,0),(72465,20456,530,1,1,0,0,4110.55,2315.94,104.678,3.6589,300,5,0,5409,3080,1,0,0,0),(72466,20456,530,1,1,0,0,4161.92,2289.6,103.045,3.59538,300,5,0,5409,3080,1,0,0,0),(72467,20458,530,1,1,0,1,3732.09,2390.78,111.729,5.42797,300,0,0,6761,0,0,0,0,0),(72468,20458,530,1,1,0,1,3789.52,2375.86,112.435,3.24631,300,0,0,6761,0,0,0,0,0),(72469,20458,530,1,1,0,1,3863.09,2371.38,114.284,2.72271,300,0,0,6761,0,0,0,0,0),(72470,20458,530,1,1,0,1,3891.77,2398.42,115.14,6.12611,300,0,0,6761,0,0,0,0,0),(72471,20458,530,1,1,0,1,3903.98,2375.19,114.173,5.70723,300,0,0,6761,0,0,0,0,0),(72472,20458,530,1,1,0,1,3856.27,2340.11,115.09,3.11816,300,0,0,6761,0,0,0,0,0),(72473,20458,530,1,1,0,1,3875.7,2308.73,115.808,1.48353,300,0,0,6761,0,0,0,0,0),(72474,20458,530,1,1,0,1,3886.2,2346.56,115.274,4.31096,300,0,0,6761,0,0,0,0,0),(72475,20459,530,1,1,0,1,3733,2363.4,110.585,3.85718,300,0,0,6761,0,0,0,0,0),(72476,20459,530,1,1,0,1,3767.48,2353.14,112.227,1.97222,300,0,0,6761,0,0,0,0,0),(72477,20459,530,1,1,0,1,3804.63,2390.02,112.137,1.90241,300,0,0,6761,0,0,0,0,0),(72478,20459,530,1,1,0,1,3835.78,2350.78,114.968,1.48353,300,0,0,6761,0,0,0,0,0),(72479,20459,530,1,1,0,1,3805.96,2347.7,114.445,5.65487,300,0,0,6761,0,0,0,0,0),(72480,20459,530,1,1,0,1,3775.46,2428.38,111.656,2.79253,300,0,0,6761,0,0,0,0,0),(72481,20459,530,1,1,0,1,3946.53,2390.09,112.53,5.5069,300,5,0,6761,0,1,0,0,0),(72482,20459,530,1,1,0,1,3902.24,2356.25,114.512,2.11004,300,5,0,6761,0,1,0,0,0),(72483,20459,530,1,1,0,1,3939.15,2396.12,112.562,6.26495,300,5,0,6761,0,1,0,0,0),(72484,20459,530,1,1,0,1,3934.55,2330.82,111.213,2.90088,300,5,0,6761,0,1,0,0,0),(70352,21846,530,1,1,0,1,-3763.08,5203.75,-23.3774,5.53022,300,0,0,6986,0,0,0,0,0),(72486,20463,530,1,1,0,1,2290.12,2266.04,93.7195,1.48353,300,0,0,6542,0,0,0,0,0),(72487,20464,530,1,1,0,0,2299.38,2265.28,95.4419,2.25148,300,0,0,6542,0,0,0,0,0),(72488,20470,530,1,1,0,1,4160.25,2990.01,336.945,2.58309,300,0,0,8832,0,0,0,0,0),(72489,20471,530,1,1,0,1,4157.72,2991.28,336.945,5.70723,300,0,0,9431,0,0,0,0,0),(72490,20473,530,1,1,0,0,4695.43,2603.48,209.94,2.28638,300,0,0,6722,0,0,0,0,0),(72491,20474,530,1,1,0,1,3852.61,2476.31,112.006,6.10865,300,0,0,6986,0,0,0,0,0),(72492,20474,530,1,1,0,1,3844.73,2469.89,112.894,4.64258,300,0,0,6986,0,0,0,0,0),(72493,20474,530,1,1,0,1,3852.19,2437.98,113.697,4.83456,300,0,0,6986,0,0,0,0,0),(72494,20474,530,1,1,0,1,3835,2456.76,113.338,3.90954,300,0,0,6986,0,0,0,0,0),(72495,20474,530,1,1,0,1,3884.28,2435.47,114.082,4.85202,300,0,0,6986,0,0,0,0,0),(72496,20474,530,1,1,0,1,3906.79,2484.54,108.222,3.54302,300,0,0,6986,0,0,0,0,0),(72497,20474,530,1,1,0,1,3907.09,2493.02,107.328,2.6529,300,0,0,6986,0,0,0,0,0),(72498,20474,530,1,1,0,1,3914.87,2440.66,114.109,4.18879,300,0,0,6986,0,0,0,0,0),(72499,20474,530,1,1,0,1,3924.69,2461.91,114.472,2.72271,300,0,0,6986,0,0,0,0,0),(72500,20474,530,1,1,0,1,3879.94,2514.41,107.158,5.044,300,0,0,6986,0,0,0,0,0),(72501,20474,530,1,1,0,1,3898.45,2520.84,105.938,4.69494,300,0,0,6986,0,0,0,0,0),(72502,20474,530,1,1,0,1,3939.16,2435.62,114.479,3.35103,300,0,0,6986,0,0,0,0,0),(72503,20475,530,1,1,0,0,4608.08,2441.95,195.768,4.36332,300,0,0,6722,0,0,0,0,0),(72504,20476,530,1,1,0,0,4716.41,2371.66,198.229,4.34587,300,0,0,6722,0,0,0,0,0),(29979,23837,571,1,1,0,0,4000.19,4853.58,26.0545,5.58505,120,0,0,1,0,0,0,0,0),(72506,20483,530,1,1,0,1,2525.74,1988.62,91.0183,1.51844,300,0,0,21636,9240,0,0,0,0),(72507,20484,530,1,1,0,1,3059.67,3653.4,142.898,2.28638,300,0,0,34137,0,0,0,0,0),(72508,20484,530,1,1,0,1,3055.5,3649.36,142.993,2.44346,300,0,0,34137,0,0,0,0,0),(72509,20485,530,1,1,0,1,3080.72,3697.1,142.479,3.15905,300,0,0,22758,0,0,0,0,0),(72510,20485,530,1,1,0,1,3065.52,3640.85,143.863,6.02139,300,0,0,22758,0,0,0,0,0),(72511,20485,530,1,1,0,1,3056.68,3684.9,143.055,2.93215,300,0,0,22758,0,0,0,0,0),(72512,20485,530,1,1,0,1,3059.2,3703.19,142.478,5.84685,300,0,0,22758,0,0,0,0,0),(72513,20485,530,1,1,0,1,3076.83,3640.1,143.864,3.4383,300,0,0,22758,0,0,0,0,0),(72514,20485,530,1,1,0,1,3074.86,3710.46,142.479,4.29351,300,0,0,22758,0,0,0,0,0),(72515,20485,530,1,1,0,1,3068.56,3643.86,143.863,5.48033,300,0,0,22758,0,0,0,0,0),(72516,20485,530,1,1,0,1,2999.29,3650.73,143.824,2.94961,300,0,0,22758,0,0,0,0,0),(72517,20485,530,1,1,0,1,3002.54,3721.63,145.262,2.47837,300,0,0,22758,0,0,0,0,0),(72518,20485,530,1,1,0,1,2997.84,3642.67,144.097,2.9147,300,0,0,22758,0,0,0,0,0),(72519,20485,530,1,1,0,1,2993.36,3698.61,143.442,3.40339,300,0,0,22758,0,0,0,0,0),(72520,20485,530,1,1,0,1,2968.3,3703.7,143.361,1.22173,300,0,0,22758,0,0,0,0,0),(72521,20485,530,1,1,0,1,2976.53,3743.78,144.031,4.90438,300,0,0,22758,0,0,0,0,0),(72522,20485,530,1,1,0,1,2941.53,3662.9,132.662,4.62512,300,0,0,22758,0,0,0,0,0),(72523,20485,530,1,1,0,1,2941.09,3645.81,132.662,1.8675,300,0,0,22758,0,0,0,0,0),(72524,20485,530,1,1,0,1,2951.36,3654.2,132.617,6.24828,300,0,0,22758,0,0,0,0,0),(72525,20486,530,1,1,0,0,-3015.17,2638.98,76.5443,5.45527,300,0,0,6986,0,0,0,0,0),(72526,20488,530,1,1,0,0,-3019.28,2635.01,76.5443,4.90235,300,0,0,6986,0,0,0,0,0),(72527,20489,530,1,1,0,0,-3002.08,2632.34,76.5443,2.33724,300,0,0,6986,0,0,0,0,0),(72528,20490,530,1,1,0,0,-3010.43,2626,76.5443,2.22473,300,0,0,6986,0,0,0,0,0),(72529,20491,530,1,1,0,0,-3032,2624,76.5443,4,300,0,0,6986,0,0,0,0,0),(72530,20492,530,1,1,0,0,-3015.41,2621.79,76.555,2.27882,300,0,0,6986,0,0,0,0,0),(72531,20493,530,1,1,0,0,-3011.25,2642.59,76.5443,5.427,300,0,0,6986,0,0,0,0,0),(72532,20494,530,1,1,0,0,-3028.09,2624.88,76.543,4.13345,300,0,0,20958,0,0,0,0,0),(72533,20495,530,1,1,0,0,2435.36,2124.19,87.8273,0.034907,300,0,0,6542,0,0,0,0,0),(72534,20495,530,1,1,0,0,2441.78,2133.32,89.8979,3.05433,300,0,0,6542,0,0,0,0,0),(72535,20495,530,1,1,0,0,2562.64,2124.71,99.508,4.57276,300,0,0,6542,0,0,0,0,0),(72536,20495,530,1,1,0,0,2550.3,2125.07,99.657,4.90438,300,0,0,6542,0,0,0,0,0),(72537,20498,530,1,1,0,0,3285.17,3666.94,122.381,2.81233,300,0,0,2530,0,2,0,0,0),(72538,20498,530,1,1,0,0,2504.68,4118.92,126.44,0.690368,300,5,0,2530,0,1,0,0,0),(72539,20500,530,1,1,0,0,-3021,2613,77.16,3,300,0,0,8383,0,0,0,0,0),(72540,20501,530,1,1,0,0,3700.67,1915.29,114.839,0.789542,300,5,0,6761,0,1,0,0,0),(72541,20501,530,1,1,0,0,3686.69,1939.47,116.974,5.03088,300,5,0,6761,0,1,0,0,0),(72542,20501,530,1,1,0,0,3719.29,1933.48,127.715,1.1727,300,5,0,6761,0,1,0,0,0),(72543,20501,530,1,1,0,0,3745.1,1907.77,140.254,3.98988,300,5,0,6761,0,1,0,0,0),(72544,20501,530,1,1,0,0,3771.87,1923.96,151.549,2.14734,300,5,0,6761,0,1,0,0,0),(72545,20501,530,1,1,0,0,3975.86,2263.24,161.59,2.33964,300,5,0,6761,0,1,0,0,0),(72546,20501,530,1,1,0,0,4012.23,2244.41,163.647,3.84198,300,5,0,6761,0,1,0,0,0),(72547,20501,530,1,1,0,0,3777.53,1993.05,245.02,1.21043,300,5,0,6761,0,1,0,0,0),(72548,20501,530,1,1,0,0,3939.63,1767.7,227.308,4.80175,300,5,0,6761,0,1,0,0,0),(72549,20501,530,1,1,0,0,3920.13,1808.18,227.235,5.54956,300,5,0,6761,0,1,0,0,0),(72550,20501,530,1,1,0,0,3923.87,1787.75,229.481,4.92444,300,5,0,6761,0,1,0,0,0),(72551,20501,530,1,1,0,0,3951.5,1849.28,235.113,5.55087,300,5,0,6761,0,1,0,0,0),(72552,20501,530,1,1,0,0,3963.08,1806.21,227.689,5.60327,300,5,0,6761,0,1,0,0,0),(72553,20501,530,1,1,0,0,3945.01,1878.64,247.029,3.24066,300,5,0,6761,0,1,0,0,0),(72554,20501,530,1,1,0,0,3854.38,1939.04,256.871,2.06553,300,5,0,6761,0,1,0,0,0),(72555,20501,530,1,1,0,0,3848.23,1931.51,257.181,4.20092,300,5,0,6761,0,1,0,0,0),(72556,20501,530,1,1,0,0,3988.82,1915.94,254.714,4.14903,300,5,0,6761,0,1,0,0,0),(72557,20501,530,1,1,0,0,3787.04,1958.43,259.235,4.83434,300,5,0,6761,0,1,0,0,0),(72558,20501,530,1,1,0,0,3807.81,1976.89,256.733,5.03454,300,5,0,6761,0,1,0,0,0),(72559,20501,530,1,1,0,0,3870.89,2088.34,255.698,4.82565,300,5,0,6761,0,1,0,0,0),(72560,20501,530,1,1,0,0,3883.84,2080.29,255.431,6.12262,300,5,0,6761,0,1,0,0,0),(72561,20501,530,1,1,0,0,3964.38,2102.28,256.012,0.031255,300,5,0,6761,0,1,0,0,0),(72562,20501,530,1,1,0,0,3933.86,2150.28,236.472,3.77377,300,5,0,6761,0,1,0,0,0),(72563,20501,530,1,1,0,0,3948.75,2180.04,234.176,6.14212,300,5,0,6761,0,1,0,0,0),(72564,20501,530,1,1,0,0,3976.37,2156.05,233.996,2.56774,300,5,0,6761,0,1,0,0,0),(72565,20501,530,1,1,0,0,4050.75,1986.79,273.981,4.32705,300,5,0,6761,0,1,0,0,0),(72566,20502,530,1,1,0,0,-4161.39,1379.87,119.887,3.97536,300,5,0,6326,0,1,0,0,0),(72567,20502,530,1,1,0,0,-4154.48,1486.17,111.583,1.97586,300,5,0,6326,0,1,0,0,0),(72568,20502,530,1,1,0,0,-4187.53,1414.62,126.909,2.26015,300,0,0,6326,0,0,0,0,0),(72569,20502,530,1,1,0,0,-4209.3,1446.01,131.766,2.7362,300,5,0,6326,0,1,0,0,0),(72570,20502,530,1,1,0,0,-4148.6,1445.65,108.858,5.76715,300,0,0,6326,0,0,0,0,0),(72571,20502,530,1,1,0,0,-4238.27,1474.27,131.036,6.06073,300,5,0,6326,0,1,0,0,0),(72572,20502,530,1,1,0,0,-4219.04,1487.25,123.647,0.330297,300,5,0,6326,0,1,0,0,0),(72573,20502,530,1,1,0,0,-4159.44,1551.63,106.227,5.32552,300,5,0,6326,0,1,0,0,0),(72574,20502,530,1,1,0,0,-4291.56,1524.98,143.316,0.961208,300,5,0,6326,0,1,0,0,0),(72575,20502,530,1,1,0,0,-4212.76,1587.6,114.78,4.45556,300,5,0,6326,0,1,0,0,0),(72576,20502,530,1,1,0,0,-4254.82,1572.58,128.343,0.860721,300,5,0,6326,0,1,0,0,0),(72577,20502,530,1,1,0,0,-4308.85,1722.53,139.577,0.302449,300,5,0,6326,0,1,0,0,0),(72578,20502,530,1,1,0,0,-4278.48,1604.91,132.241,0.167716,300,5,0,6326,0,1,0,0,0),(72579,20502,530,1,1,0,0,-4303.72,1615.9,139.889,0.345519,300,0,0,6326,0,0,0,0,0),(72580,20502,530,1,1,0,0,-4347.24,1665.91,159.632,4.37613,300,5,0,6326,0,1,0,0,0),(72581,20502,530,1,1,0,0,-4303.43,1672.19,128.043,5.78984,300,5,0,6326,0,1,0,0,0),(72582,20502,530,1,1,0,0,-4314.96,1643.81,138.826,0.595045,300,5,0,6326,0,1,0,0,0),(72583,20502,530,1,1,0,0,-4349.77,1576.37,158.376,3.92354,300,5,0,6326,0,1,0,0,0),(72584,20502,530,1,1,0,0,-4358.74,1547.07,161.232,2.48027,300,5,0,6326,0,1,0,0,0),(72585,20502,530,1,1,0,0,-4417.5,1555.11,167.822,6.15592,300,5,0,6326,0,1,0,0,0),(72586,20502,530,1,1,0,0,-4424.06,1611.96,164.194,2.45647,300,5,0,6326,0,1,0,0,0),(72587,20502,530,1,1,0,0,-4434.23,1684.58,161.129,4.63809,300,5,0,6326,0,1,0,0,0),(72588,20502,530,1,1,0,0,-4515.05,1569.1,219.549,3.9321,300,5,0,6326,0,1,0,0,0),(72589,20502,530,1,1,0,0,-4554.88,1571.77,216.679,1.59934,300,5,0,6326,0,1,0,0,0),(72590,20502,530,1,1,0,0,-4519.27,1638.77,173.791,2.50239,300,5,0,6326,0,1,0,0,0),(72591,20502,530,1,1,0,0,-4637.16,1660.55,190.076,1.55932,300,5,0,6326,0,1,0,0,0),(72592,20502,530,1,1,0,0,-4527.68,1769.98,171.317,4.4577,300,5,0,6326,0,1,0,0,0),(72593,20502,530,1,1,0,0,-4582.01,1782.87,158.52,2.16368,300,5,0,6326,0,1,0,0,0),(72594,20502,530,1,1,0,0,-4606.24,1770.71,167.931,1.90088,300,5,0,6326,0,1,0,0,0),(72595,20502,530,1,1,0,0,-4551.52,1774.52,179.629,0.834426,300,5,0,6326,0,1,0,0,0),(72596,20502,530,1,1,0,0,-4402.43,1737.2,158.074,5.65413,300,5,0,6326,0,1,0,0,0),(72597,20502,530,1,1,0,0,-4421.96,1813.77,158.5,3.40574,300,5,0,6326,0,1,0,0,0),(72598,20502,530,1,1,0,0,-4446.16,1816.44,163.981,5.69085,300,5,0,6326,0,1,0,0,0),(72599,20502,530,1,1,0,0,-4322.73,1753.68,148.833,1.85374,300,5,0,6326,0,1,0,0,0),(72600,20502,530,1,1,0,0,-4358.42,1783.01,147.744,4.43328,300,5,0,6326,0,1,0,0,0),(41638,6133,1,1,1,0,0,6374.46,869.084,-36.1482,3.58842,300,0,0,222,0,0,0,0,0),(72602,20503,530,1,1,0,0,-4010.94,2142.37,104.357,3.45575,300,0,0,6986,0,0,0,0,0),(72603,20504,530,1,1,0,0,-4012.01,2136.11,104.357,2.42601,300,0,0,6986,0,0,0,0,0),(72604,20505,530,1,1,0,0,-4016.59,2132.25,104.357,1.90241,300,0,0,6986,0,0,0,0,0),(72605,20506,530,1,1,0,0,-4025.55,2138.51,104.357,6.24828,300,0,0,6986,0,0,0,0,0),(72606,20507,530,1,1,0,0,-4025.24,2143.09,104.357,0.087266,300,0,0,6986,0,0,0,0,0),(72607,20508,530,1,1,0,0,-4020.65,2146.76,104.357,4.95674,300,0,0,6986,0,0,0,0,0),(72608,20509,530,1,1,0,0,-4002.66,2152.07,105.242,2.02458,300,0,0,6986,0,0,0,0,0),(72609,20510,530,1,1,0,0,-4003.24,2156.47,105.081,0.698132,300,0,0,9082,0,0,0,0,0),(72610,20511,530,1,1,0,0,-4011.84,2162.56,105.056,1.65806,300,0,0,9082,0,0,0,0,0),(72611,20512,530,1,1,0,0,2461.8,2202.62,102.37,1.36136,300,0,0,7850,0,0,0,0,0),(72612,20512,530,1,1,0,0,2391.95,2160.75,87.0437,0.383972,300,0,0,7850,0,0,0,0,0),(72613,20512,530,1,1,0,0,2431.95,2162.05,98.9421,2.53234,300,5,0,7850,0,1,0,0,0),(72614,20512,530,1,1,0,0,2439.31,2196.78,99.808,3.0972,300,5,0,7850,0,1,0,0,0),(72615,20512,530,1,1,0,0,2437.39,2172.56,93.9411,6.23869,300,5,0,7850,0,1,0,0,0),(72616,20512,530,1,1,0,0,2412.6,2130.61,86.3348,1.55776,300,5,0,7850,0,1,0,0,0),(72617,20512,530,1,1,0,0,2397.77,2137.72,87.4302,1.50098,300,0,0,7850,0,0,0,0,0),(72618,20512,530,1,1,0,0,2443.86,2154.37,92.1617,5.98565,300,5,0,7850,0,1,0,0,0),(72619,20512,530,1,1,0,0,2454.56,2158.46,100.934,6.26605,300,5,0,7850,0,1,0,0,0),(72620,20512,530,1,1,0,0,2423.33,2146.42,89.7266,4.79965,300,0,0,7850,0,0,0,0,0),(72621,20512,530,1,1,0,0,2436.8,2088.64,89.6348,1.88496,300,0,0,7850,0,0,0,0,0),(72622,20512,530,1,1,0,0,2452.69,2093.93,86.859,3.15905,300,5,0,7850,0,1,0,0,0),(72623,20512,530,1,1,0,0,2499.11,2122.33,97.0867,1.58151,300,5,0,7850,0,1,0,0,0),(72624,20512,530,1,1,0,0,2503.92,2092.95,95.9278,6.17846,300,0,0,7850,0,0,0,0,0),(72625,20512,530,1,1,0,0,2467.84,2037.23,87.2969,2.84489,300,0,0,7850,0,0,0,0,0),(72626,20512,530,1,1,0,0,2475.73,2164.79,89.5607,6.23423,300,5,0,7850,0,1,0,0,0),(72627,20512,530,1,1,0,0,2462.38,2156.42,94.6695,3.45783,300,5,0,7850,0,1,0,0,0),(72628,20512,530,1,1,0,0,2529.74,2112.93,99.696,1.42528,300,5,0,7850,0,1,0,0,0),(72629,20512,530,1,1,0,0,2525.98,2064.67,94.0328,1.57826,300,5,0,7850,0,1,0,0,0),(72630,20512,530,1,1,0,0,2545.38,2098.82,99.129,5.89816,300,5,0,7850,0,1,0,0,0),(72631,20512,530,1,1,0,0,2555.44,2116.13,99.635,3.7001,300,0,0,7850,0,0,0,0,0),(72632,20512,530,1,1,0,0,2490.47,1979.28,87.6736,4.67748,300,0,0,7850,0,0,0,0,0),(72633,20512,530,1,1,0,0,2529.09,1998.04,90.4189,4.7822,300,0,0,7850,0,0,0,0,0),(72634,20512,530,1,1,0,0,2535.16,2012.79,87.987,6.2121,300,5,0,7850,0,1,0,0,0),(72635,20512,530,1,1,0,0,2533.11,2011.27,87.9253,3.01113,300,5,0,7850,0,1,0,0,0),(72636,20513,530,1,1,0,1,-665.297,2662.18,88.9793,4.39823,300,0,0,5922,0,0,0,0,0),(72637,20513,530,1,1,0,1,-666.442,2658.08,89.1043,1.43117,300,0,0,5922,0,0,0,0,0),(72638,20514,530,1,1,0,0,3667.35,4987.84,267.434,1.71007,300,0,0,6326,0,0,0,0,0),(72639,20514,530,1,1,0,0,3671.49,4924.7,261.731,4.31844,300,0,0,6326,0,0,0,0,0),(72640,20514,530,1,1,0,0,3719.92,4980.98,275.62,2.54457,300,0,0,6326,0,0,0,0,0),(72641,20514,530,1,1,0,0,3692.59,4898.77,260.294,0.041354,300,0,0,6326,0,0,0,0,0),(72642,20514,530,1,1,0,0,3713.89,5017.52,269.002,0.418879,300,0,0,6326,0,0,0,0,0),(72643,20514,530,1,1,0,0,3600.33,4951.97,267.915,2.44346,300,0,0,6326,0,0,0,0,0),(72644,20514,530,1,1,0,0,3694.71,4982.38,275.337,5.75959,300,0,0,6326,0,0,0,0,0),(72645,20514,530,1,1,0,0,3739.85,4965.68,276.379,2.14675,300,0,0,6326,0,0,0,0,0),(72646,20514,530,1,1,0,0,3675.3,4964.84,266.442,4.88692,300,0,0,6326,0,0,0,0,0),(72647,20514,530,1,1,0,0,3642.17,5011.08,263.343,1.46608,300,0,0,6326,0,0,0,0,0),(72648,20514,530,1,1,0,0,3607.88,4986.9,263.997,5.35816,300,0,0,6326,0,0,0,0,0),(72649,20514,530,1,1,0,0,3756.71,4995.94,275.987,3.15905,300,0,0,6326,0,0,0,0,0),(72650,20514,530,1,1,0,0,3703.54,4812.45,250.31,4.43369,300,0,0,6326,0,0,0,0,0),(72651,20514,530,1,1,0,0,3732.81,4810.64,250.242,3.94357,300,0,0,6326,0,0,0,0,0),(72652,20514,530,1,1,0,0,3709.59,4845.24,263.81,0.942478,300,0,0,6326,0,0,0,0,0),(72653,20514,530,1,1,0,0,3537.66,4899.32,265.429,1.07161,300,0,0,6326,0,0,0,0,0),(72654,20515,530,1,1,0,0,2973.2,1848.45,141.085,0.418879,300,0,0,17742,0,0,0,0,0),(72655,20516,530,1,1,0,0,4177.41,3571.7,135.394,1.08095,300,5,0,5409,3080,1,0,0,0),(72656,20516,530,1,1,0,0,4219.57,3586.3,131.372,4.72294,300,5,0,5409,3080,1,0,0,0),(72657,20516,530,1,1,0,0,4240.68,3534.45,138.441,0.487965,300,5,0,5409,3080,1,0,0,0),(72658,20516,530,1,1,0,0,4256.09,3587.91,146.429,3.34818,300,5,0,5409,3080,1,0,0,0),(72659,20516,530,1,1,0,0,4234.26,3621.31,128.374,3.4513,300,5,0,5409,3080,1,0,0,0),(72660,20516,530,1,1,0,0,4348.27,3585.98,122.584,0.958487,300,5,0,5409,3080,1,0,0,0),(72661,20516,530,1,1,0,0,4407.97,3576.23,141.112,4.26074,300,5,0,5409,3080,1,0,0,0),(72662,20516,530,1,1,0,0,4337.02,3645.26,122.087,3.28742,300,5,0,5409,3080,1,0,0,0),(72663,20516,530,1,1,0,0,4514.92,3581.89,122.864,3.7556,300,5,0,5409,3080,1,0,0,0),(72664,20516,530,1,1,0,0,4597.91,3543.9,127.309,2.16011,300,5,0,5409,3080,1,0,0,0),(72665,20516,530,1,1,0,0,4550.63,3583.2,105.315,3.83983,300,5,0,5409,3080,1,0,0,0),(72666,20516,530,1,1,0,0,4536.81,3537.1,120.529,1.59618,300,5,0,5409,3080,1,0,0,0),(72667,20516,530,1,1,0,0,4635.14,3524.34,138.775,1.46704,300,5,0,5409,3080,1,0,0,0),(72668,20516,530,1,1,0,0,4665.08,3426.43,140.152,4.29688,300,5,0,5409,3080,1,0,0,0),(72669,20516,530,1,1,0,0,4664.1,3526.31,130.521,3.2886,300,5,0,5409,3080,1,0,0,0),(72670,20516,530,1,1,0,0,4741.69,3533.2,114.569,2.36448,300,5,0,5409,3080,1,0,0,0),(72671,20516,530,1,1,0,0,4867.75,3403.05,116.184,0.429133,300,5,0,5409,3080,1,0,0,0),(72672,20516,530,1,1,0,0,4830.55,3358.97,126.873,1.55615,300,5,0,5409,3080,1,0,0,0),(72673,20516,530,1,1,0,0,4904.49,3303.76,102.707,6.20304,300,5,0,5409,3080,1,0,0,0),(72674,20516,530,1,1,0,0,4906.36,3314.28,102.476,1.7799,300,5,0,5409,3080,1,0,0,0),(72675,20516,530,1,1,0,0,4870.63,3196.24,132.175,5.43681,300,5,0,5409,3080,1,0,0,0),(72676,20516,530,1,1,0,0,4841.87,3145.7,120.92,2.94611,300,5,0,5409,3080,1,0,0,0),(68948,20520,530,1,1,0,0,3973.32,2430.24,114.476,2.93215,600,0,0,7181,0,0,0,0,0),(72678,20551,530,1,1,0,1,3782.49,2170.66,141.422,1.67552,300,0,0,6542,0,0,0,0,0),(72679,20553,530,1,1,0,1,3781.9,2175.33,142.558,4.99164,300,0,0,6986,0,0,0,0,0),(72680,20557,530,1,1,0,0,3004.29,7095.3,365.25,0.293406,300,5,0,6986,0,1,0,0,0),(72681,20557,530,1,1,0,0,3034.7,7039.36,364.875,4.26229,300,5,0,6986,0,1,0,0,0),(72682,20557,530,1,1,0,0,2961.61,7126.16,365.356,0.893311,300,5,0,6986,0,1,0,0,0),(72683,20557,530,1,1,0,0,2917.32,7154.14,366.343,2.72965,300,5,0,6986,0,1,0,0,0),(72684,20557,530,1,1,0,0,2960.74,6973.46,364.719,5.22847,300,5,0,6986,0,1,0,0,0),(72685,20557,530,1,1,0,0,3024.89,6978.63,364.885,4.27511,300,5,0,6986,0,1,0,0,0),(72686,20557,530,1,1,0,0,3014.03,6941.98,363.831,0.00017,300,5,0,6986,0,1,0,0,0),(72687,20557,530,1,1,0,0,3064.36,6909.3,365.405,3.36848,300,0,0,6986,0,0,0,0,0),(72688,20557,530,1,1,0,0,2882.81,6915.53,364.01,0.38955,300,5,0,6986,0,1,0,0,0),(72689,20557,530,1,1,0,0,2921.97,6956.65,364.631,4.58324,300,5,0,6986,0,1,0,0,0),(72690,20557,530,1,1,0,0,2884.28,6973.96,365.788,1.40207,300,5,0,6986,0,1,0,0,0),(72691,20557,530,1,1,0,0,2809.69,6971.86,364.709,2.58837,300,5,0,6986,0,1,0,0,0),(72692,20557,530,1,1,0,0,2880.31,7042.29,364.745,3.31235,300,5,0,6986,0,1,0,0,0),(72693,20563,530,1,1,0,1,-4585.18,1670.21,175.736,0.10472,300,0,0,369000,0,0,0,0,0),(72694,20564,530,1,1,0,1,3781.91,2175.39,142.586,4.69494,300,0,0,6542,0,0,0,0,0),(72695,20600,530,1,1,0,0,2209.41,5667.43,267.731,0.18,300,0,1,139720,0,2,0,0,0),(72696,20601,530,1,1,0,1,2676.57,5258.07,268.636,1.98287,300,0,0,6326,0,2,0,0,0),(72697,20601,530,1,1,0,1,2712.25,5294.35,265.426,5.69578,300,5,0,6326,0,1,0,0,0),(72698,20601,530,1,1,0,1,2780.69,5287.95,262.288,4.93928,300,0,0,6326,0,0,0,0,0),(72699,20601,530,1,1,0,1,2775.96,5226.16,264.687,3.57156,300,5,0,6326,0,1,0,0,0),(72700,20601,530,1,1,0,1,2833.19,5299.63,263.619,4.81711,300,0,0,6326,0,0,0,0,0),(72701,20601,530,1,1,0,1,2832.85,5295.71,263.557,1.6026,300,5,0,6326,0,1,0,0,0),(72702,20601,530,1,1,0,1,2791.59,5174.45,263.3,0.741927,300,0,0,6326,0,2,0,0,0),(72703,20601,530,1,1,0,1,2873.14,5249.48,270.184,2.52973,300,0,0,6326,0,0,0,0,0),(72704,20601,530,1,1,0,1,2891.92,5242.76,270.257,4.27606,300,0,0,6326,0,0,0,0,0),(72705,20601,530,1,1,0,1,2824.57,5174.44,267.232,4.24272,300,0,0,6326,0,2,0,0,0),(72706,20601,530,1,1,0,1,2868.39,5169.12,265.755,4.41504,300,0,0,6326,0,2,0,0,0),(200822,30007,571,1,1,0,0,5792.44,-3018.4,286.389,2.02458,120,0,0,1,0,0,0,0,0),(200821,30009,571,1,1,12829,0,5790.57,-3020.62,286.386,1.8326,120,0,0,1,0,0,0,0,0),(200820,25427,571,1,1,0,1,4407.53,5331.42,-24.6481,5.43238,300,0,0,9291,9693,0,0,0,0),(200795,33602,571,1,1,0,0,8551.84,969.117,547.388,0.541445,300,0,0,10635,0,0,0,0,0),(200819,28464,571,1,1,0,1,5535.28,4094.13,43.2149,5.28471,300,0,0,11001,0,0,0,0,0),(200848,15607,329,1,1,0,0,3703.6,-3450.27,130.831,6.13656,86400,0,0,2930,2434,0,0,0,0),(200847,30536,576,3,1,0,0,355.083,-212.745,-14.4552,1.74791,300,0,0,48,120,0,0,0,0),(200846,30538,575,3,1,0,0,474.041,-523.128,104.725,1.7075,300,0,0,48,120,0,0,0,0),(200845,30531,574,3,1,0,0,169.619,73.3813,74.0251,3.27909,300,0,0,48,120,0,0,0,0),(200844,30535,599,3,1,0,0,947.419,752.651,202.751,0.685903,300,0,0,48,120,0,0,0,0),(200843,30533,601,3,1,0,0,499.667,564.403,289.749,5.77096,300,0,0,48,120,0,0,0,0),(200842,30534,600,3,1,0,0,-502.929,-635.642,30.2465,4.69041,300,0,0,48,120,0,0,0,0),(200841,30537,604,3,1,0,0,1697.94,752.121,142.765,3.78933,300,0,0,48,120,0,0,0,0),(200840,30368,571,1,1,0,0,5426.74,2873.05,418.675,3.94008,300,0,0,48,120,0,0,0,0),(200839,30365,571,1,1,0,0,5863.64,4150.25,-93.9985,4.86312,300,0,0,48,120,0,0,0,0),(200838,30362,571,1,1,0,0,5437.03,4760.17,-198.617,1.28406,300,0,0,48,120,0,0,0,0),(200837,30372,571,1,1,0,0,3873.39,-4482.22,222.352,4.62769,300,0,0,48,120,0,0,0,0),(200836,30375,571,1,1,0,0,8411.32,-384.5,903.119,3.19672,300,0,0,48,120,0,0,0,0),(200835,30359,571,1,1,0,0,6705.19,-214.593,976.073,3.85017,300,0,0,48,120,0,0,0,0),(200834,30370,571,1,1,0,0,6179.8,-1087.18,415.553,2.79773,300,0,0,48,120,0,0,0,0),(200833,30374,571,1,1,0,0,7763.1,-2753.64,1164.62,0.329227,300,0,0,48,120,0,0,0,0),(200832,30369,571,1,1,0,0,5805.2,-3542.67,391.641,3.79204,300,0,0,48,120,0,0,0,0),(200831,30357,571,1,1,0,0,4569.61,-4291.44,174.174,1.41542,300,0,0,48,120,0,0,0,0),(200830,30367,571,1,1,0,0,4217.56,-5340.09,11.5247,1.21671,300,0,0,48,120,0,0,0,0),(200829,30363,571,1,1,0,0,2649.97,891.349,4.38401,0.0517055,300,0,0,48,120,0,0,0,0),(200828,30373,571,1,1,0,0,3769.64,1659.56,118.819,5.40648,300,0,0,48,120,0,0,0,0),(200827,30358,571,1,1,0,0,3484.58,1963.3,64.861,3.01972,300,0,0,48,120,0,0,0,0),(150153,27581,571,1,1,0,1,3836.79,-3421.57,293.104,4.82353,300,0,0,18096,0,0,0,0,0),(150152,26371,571,1,1,0,1,4589.88,-4211.84,178.6,3.73814,120,0,0,176,0,0,0,0,0),(150151,26217,571,1,1,0,1,4593.8,-4212.69,178.95,5.03169,120,0,0,42540,3561,0,0,0,0),(150150,26375,571,1,1,0,0,4596.14,-4237.28,178.738,2.40775,120,0,0,10635,0,0,0,0,0),(150149,26234,571,1,1,0,1,4608.41,-4227.23,178.738,3.13267,120,0,0,9291,3231,0,0,0,0),(150148,26233,571,1,1,0,1,4604.37,-4226.39,178.73,5.81088,120,0,0,9291,3231,0,0,0,0),(200855,33643,571,1,1,0,1,8522.34,703.045,558.331,3.15905,120,0,0,1,0,0,0,0,0),(200854,33643,571,1,1,0,1,8521.76,673.118,558.336,3.19395,120,0,0,1,0,0,0,0,0),(200853,33643,571,1,1,0,1,8520.54,735.014,558.642,4.59022,120,0,0,1,0,0,0,0,0),(200852,33643,571,1,1,0,1,8609.37,673.526,550.294,0.471239,120,0,0,1,0,0,0,0,0),(200788,34880,571,1,1,0,1,8606.21,661.784,550.329,5.59283,25,0,0,12600,3994,0,0,0,0),(200787,34912,571,1,1,0,0,8609.2,664.914,550.222,5.49544,25,0,0,12600,3994,0,0,0,0),(200786,34881,571,1,1,0,0,8608.36,669.177,550.197,5.41926,25,0,0,12600,0,0,0,0,0),(200785,33625,571,1,1,0,0,8615.71,648.842,550.25,1.8642,25,0,0,12600,3994,0,0,0,0),(200784,33647,571,1,1,0,0,8613.52,648.405,550.25,1.83985,25,0,0,12600,3994,0,0,0,0),(200783,33646,571,1,1,0,0,8617.87,649.783,550.25,2.00635,25,0,0,12600,0,0,0,0,0),(200782,33650,571,1,1,0,0,8605.27,645.129,550.25,1.96473,25,0,0,25200,0,0,0,0,0),(200781,33648,571,1,1,0,1,8599.81,640.831,550.167,1.19976,25,0,0,25200,0,0,0,0,0),(200780,33649,571,1,1,0,0,8595.79,645.937,550.168,0.390014,25,0,0,25200,0,0,0,0,0),(200779,33657,571,1,1,0,0,8619.82,669.015,550.25,4.67654,25,0,0,25200,0,0,0,0,0),(200778,33655,571,1,1,0,0,8624.58,672.766,550.343,4.52852,25,0,0,25200,0,0,0,0,0),(200777,33656,571,1,1,0,0,8629.63,669.079,550.173,3.56405,25,0,0,25200,0,0,0,0,0),(200776,33653,571,1,1,0,0,8626.65,660.886,550.251,3.48544,25,0,0,25200,0,0,0,0,0),(200775,33652,571,1,1,0,0,8633.15,659.213,550.343,3.50114,25,0,0,25200,0,0,0,0,0),(200774,33654,571,1,1,0,0,8632.64,652.755,550.343,2.56437,25,0,0,25200,0,0,0,0,0),(200773,27072,571,1,1,0,1,3401.21,-2745.15,199.301,1.46699,300,0,0,9940,0,0,0,0,0),(72780,20607,530,1,1,0,0,4214.75,2048.42,150.667,5.79989,300,5,0,6542,0,1,0,0,0),(72781,20607,530,1,1,0,0,4284.06,2029.05,132.994,1.95529,300,5,0,6542,0,1,0,0,0),(72782,20607,530,1,1,0,0,4360.19,2069.66,117.461,5.57048,300,5,0,6542,0,1,0,0,0),(72783,20607,530,1,1,0,0,4320.04,1980.89,114.298,1.42476,300,5,0,6542,0,1,0,0,0),(72784,20607,530,1,1,0,0,4361.85,2017.73,108.722,0.0569,300,5,0,6542,0,1,0,0,0),(72785,20607,530,1,1,0,0,4357.31,1959.02,107.61,0.836301,300,5,0,6542,0,1,0,0,0),(72786,20607,530,1,1,0,0,4352.21,1878.24,101.636,5.67406,300,5,0,6542,0,1,0,0,0),(72787,20607,530,1,1,0,0,4293.85,1824.1,128.526,1.27752,300,5,0,6542,0,1,0,0,0),(72788,20607,530,1,1,0,0,4200.93,1910.2,180.506,1.45295,300,5,0,6542,0,1,0,0,0),(72789,20607,530,1,1,0,0,4253.08,1687.41,116.817,0.859081,300,5,0,6542,0,1,0,0,0),(72790,20607,530,1,1,0,0,4250.68,1723.63,112.85,4.95405,300,5,0,6542,0,1,0,0,0),(72791,20607,530,1,1,0,0,4286.97,1715.65,112.086,1.5602,300,5,0,6542,0,1,0,0,0),(72792,20607,530,1,1,0,0,4130.98,1786.12,143.279,6.05279,300,5,0,6542,0,1,0,0,0),(72793,20607,530,1,1,0,0,4123.8,1659.76,126.649,6.1295,300,5,0,6542,0,1,0,0,0),(72794,20607,530,1,1,0,0,4050.48,1654.85,120.262,1.71494,300,5,0,6542,0,1,0,0,0),(72795,20607,530,1,1,0,0,3845.47,1704.22,151.507,1.66731,300,5,0,6542,0,1,0,0,0),(72796,20607,530,1,1,0,0,3811.43,1639.55,135.196,3.33811,300,5,0,6542,0,1,0,0,0),(72797,20607,530,1,1,0,0,3803.29,1564.34,115.522,5.93125,300,5,0,6542,0,1,0,0,0),(72798,20607,530,1,1,0,0,3748.39,1641.63,134.391,3.3432,300,5,0,6542,0,1,0,0,0),(72799,20607,530,1,1,0,0,3774.31,1558.31,111.491,0.334416,300,5,0,6542,0,1,0,0,0),(72800,20607,530,1,1,0,0,3685.9,1675.21,121.263,4.19979,300,5,0,6542,0,1,0,0,0),(72801,20607,530,1,1,0,0,3649.17,1726.58,114.584,1.86605,300,5,0,6542,0,1,0,0,0),(72802,20607,530,1,1,0,0,3660.18,1759.02,124.442,5.71713,300,5,0,6542,0,1,0,0,0),(72803,20607,530,1,1,0,0,3646.66,1817.72,120.836,0.276065,300,5,0,6542,0,1,0,0,0),(72804,20607,530,1,1,0,0,3551.09,1770.07,93.3134,4.03357,300,5,0,6542,0,1,0,0,0),(72805,20607,530,1,1,0,0,3737.73,1870.36,139.737,1.82201,300,5,0,6542,0,1,0,0,0),(72806,20607,530,1,1,0,0,3644.3,2007.32,111.62,1.27748,300,5,0,6542,0,1,0,0,0),(72807,20607,530,1,1,0,0,3553.51,1952.24,91.7126,4.2457,300,5,0,6542,0,1,0,0,0),(72808,20607,530,1,1,0,0,3590.05,2075.42,95.8577,5.60707,300,5,0,6542,0,1,0,0,0),(72809,20607,530,1,1,0,0,3570.16,2140.97,78.1111,4.28083,300,5,0,6542,0,1,0,0,0),(72810,20607,530,1,1,0,0,3622.86,2179.87,109.524,5.26746,300,5,0,6542,0,1,0,0,0),(72811,20607,530,1,1,0,0,3679.45,2188.72,123.051,6.0183,300,5,0,6542,0,1,0,0,0),(72812,20607,530,1,1,0,0,3682.15,2319.23,101.837,1.30852,300,5,0,6542,0,1,0,0,0),(72813,20609,530,1,1,0,0,2721.62,5273.36,265.373,4.82887,300,0,0,5060,2933,2,0,0,0),(72814,20609,530,1,1,0,0,2747.31,5280,263.742,0.009244,300,0,0,5060,2933,2,0,0,0),(72815,20609,530,1,1,0,0,2823.99,5290.21,263.443,0.296706,300,0,0,5060,2933,0,0,0,0),(72816,20609,530,1,1,0,0,2831.29,5240.25,264.6,0.28801,300,0,0,5060,2933,2,0,0,0),(72817,20609,530,1,1,0,0,2855.32,5216.09,270.327,6.26573,300,0,0,5060,2933,0,0,0,0),(72818,20609,530,1,1,0,0,2883.07,5194.57,265.712,3.36232,300,0,0,5060,2933,2,0,0,0),(72819,20609,530,1,1,0,0,2833.01,5158.05,267.22,5.93412,300,5,0,5060,2933,1,0,0,0),(72820,20609,530,1,1,0,0,2807.34,5184.64,266.707,2.84237,300,0,0,5060,2933,2,0,0,0),(72821,20609,530,1,1,0,0,2950.64,5172.4,265.174,3.09178,300,0,0,5060,2933,2,0,0,0),(72822,20609,530,1,1,0,0,2949.65,5236.39,263.058,1.33819,300,5,0,5060,2933,1,0,0,0),(72823,20610,530,1,1,0,0,3988.33,3047.32,132.463,1.0416,300,5,0,6542,0,1,0,0,0),(72824,20610,530,1,1,0,0,4012.24,3058.68,144.024,5.93323,300,5,0,6542,0,1,0,0,0),(72825,20610,530,1,1,0,0,4013.83,3184.41,143.471,1.10375,300,5,0,6542,0,1,0,0,0),(72826,20610,530,1,1,0,0,3981.59,3018.86,132.653,3.34596,300,5,0,6542,0,1,0,0,0),(72827,20610,530,1,1,0,0,4002.36,3011.28,141.383,3.95267,300,5,0,6542,0,1,0,0,0),(72828,20610,530,1,1,0,0,3957.62,2951.58,129.281,3.65638,300,5,0,6542,0,1,0,0,0),(72829,20610,530,1,1,0,0,3947.62,2920.67,118.457,2.05671,300,5,0,6542,0,1,0,0,0),(72830,20610,530,1,1,0,0,3976.37,2909.43,127.333,3.81991,300,5,0,6542,0,1,0,0,0),(72831,20610,530,1,1,0,0,4039.11,2796.06,133.206,2.23747,300,5,0,6542,0,1,0,0,0),(72832,20610,530,1,1,0,0,4044.74,2824.91,132.338,2.97707,300,5,0,6542,0,1,0,0,0),(72833,20610,530,1,1,0,0,4087.69,2825.24,137.445,0.894714,300,5,0,6542,0,1,0,0,0),(72834,20610,530,1,1,0,0,4013.39,2814.11,125.861,0.735647,300,5,0,6542,0,1,0,0,0),(72835,20610,530,1,1,0,0,4077.07,2754.35,131.839,1.64217,300,5,0,6542,0,1,0,0,0),(72836,20610,530,1,1,0,0,4096.79,2793.95,134.699,0.843647,300,5,0,6542,0,1,0,0,0),(72837,20610,530,1,1,0,0,4116.33,2820.29,136.416,5.6307,300,5,0,6542,0,1,0,0,0),(72838,20610,530,1,1,0,0,4108.46,2742.04,116.935,3.9124,300,5,0,6542,0,1,0,0,0),(72839,20610,530,1,1,0,0,4277.37,2853.55,105.749,3.39925,300,5,0,6542,0,1,0,0,0),(72840,20610,530,1,1,0,0,4303.6,2887.36,111.357,3.62271,300,5,0,6542,0,1,0,0,0),(72841,20610,530,1,1,0,0,4314.02,2844.98,102.346,4.64004,300,5,0,6542,0,1,0,0,0),(72842,20610,530,1,1,0,0,4291.74,2889.98,110.857,1.38775,300,5,0,6542,0,1,0,0,0),(72843,20610,530,1,1,0,0,4373.86,2878.33,155.653,0.223433,300,5,0,6542,0,1,0,0,0),(72844,20610,530,1,1,0,0,4389.3,2916.23,139.203,0.610486,300,5,0,6542,0,1,0,0,0),(72845,20610,530,1,1,0,0,4418.51,2913.1,133.769,2.99652,300,5,0,6542,0,1,0,0,0),(72846,20610,530,1,1,0,0,4410.58,2886.19,136.431,0.613207,300,5,0,6542,0,1,0,0,0),(72847,20610,530,1,1,0,0,4517.52,2871.86,143.563,4.33482,300,5,0,6542,0,1,0,0,0),(72848,20610,530,1,1,0,0,4517.55,2849.5,144.051,5.54112,300,5,0,6542,0,1,0,0,0),(72849,20610,530,1,1,0,0,4553.53,2889.23,143.503,0.589064,300,5,0,6542,0,1,0,0,0),(72850,20610,530,1,1,0,0,4534.61,2902.83,143.091,3.10622,300,5,0,6542,0,1,0,0,0),(72851,20610,530,1,1,0,0,4320.81,3019.26,128.388,1.92991,300,5,0,6542,0,1,0,0,0),(72852,20610,530,1,1,0,0,4327.71,3061.12,132.676,1.3209,300,5,0,6542,0,1,0,0,0),(72853,20610,530,1,1,0,0,4344.29,3021.29,127.63,3.88122,300,5,0,6542,0,1,0,0,0),(72854,20610,530,1,1,0,0,4348.82,3053.19,131.265,0.233292,300,5,0,6542,0,1,0,0,0),(72855,20610,530,1,1,0,0,4146.21,3219.56,193.894,4.07616,300,5,0,6542,0,1,0,0,0),(72856,20610,530,1,1,0,0,4117.66,3246.36,180.393,4.6303,300,5,0,6542,0,1,0,0,0),(72857,20610,530,1,1,0,0,4104.64,3222.5,176.757,2.70189,300,5,0,6542,0,1,0,0,0),(72858,20610,530,1,1,0,0,4148.37,3264.73,191.123,1.21381,300,5,0,6542,0,1,0,0,0),(72859,20610,530,1,1,0,0,4086.49,3324.28,152.647,3.18458,300,5,0,6542,0,1,0,0,0),(72860,20610,530,1,1,0,0,4091.5,3342.43,152.007,6.13522,300,5,0,6542,0,1,0,0,0),(72861,20610,530,1,1,0,0,4043.81,3324.12,135.269,2.52956,300,5,0,6542,0,1,0,0,0),(72862,20610,530,1,1,0,0,4047.67,3335.82,135.128,4.93853,300,5,0,6542,0,1,0,0,0),(72863,20610,530,1,1,0,0,4014.09,3245.78,137.288,5.37112,300,5,0,6542,0,1,0,0,0),(72864,20610,530,1,1,0,0,3988.95,3220.36,131.231,1.30867,300,5,0,6542,0,1,0,0,0),(72865,20610,530,1,1,0,0,4017.75,3217.87,141.919,3.9189,300,5,0,6542,0,1,0,0,0),(72866,20611,530,1,1,0,0,3438.47,2766.27,174.282,0.872665,300,10,0,6542,0,1,0,0,0),(72867,20611,530,1,1,0,0,3319.84,2985.11,144.105,4.41504,300,10,0,6542,0,1,0,0,0),(72868,20611,530,1,1,0,0,3529.31,3099.73,132.884,1.39007,300,10,0,6542,0,1,0,0,0),(72869,20611,530,1,1,0,0,3529.32,3091.75,134.476,1.2988,300,10,0,6542,0,1,0,0,0),(72870,20611,530,1,1,0,0,3522.4,3115.23,144.247,5.34071,300,10,0,6542,0,1,0,0,0),(72871,20611,530,1,1,0,0,3410.94,3049.54,176.932,6.23082,300,10,0,6542,0,1,0,0,0),(72872,20611,530,1,1,0,0,3386.36,2846.54,144.244,1.91871,300,10,0,6542,0,1,0,0,0),(72873,20611,530,1,1,0,0,3455.5,2913.15,160.529,0.616994,300,10,0,6542,0,1,0,0,0),(72874,20611,530,1,1,0,0,3433.58,2773.12,153.245,2.72905,300,10,0,6542,0,1,0,0,0),(72875,20611,530,1,1,0,0,3444.31,2763.07,175.304,6.01367,300,10,0,6542,0,1,0,0,0),(72876,20611,530,1,1,0,0,3610.69,2863.51,158.722,1.32948,300,10,0,6542,0,1,0,0,0),(72877,20611,530,1,1,0,0,3528.9,2801.44,180.169,0.24113,300,10,0,6542,0,1,0,0,0),(72878,20611,530,1,1,0,0,3638.22,2971.08,183.944,3.90025,300,10,0,6542,0,1,0,0,0),(72879,20612,530,1,1,0,0,9730.46,-7086.01,16.7664,3.33358,300,0,0,1220,0,0,0,0,0),(72880,20613,530,1,1,0,1,-2264.65,5566.87,67.092,4.92183,300,0,0,5715,0,0,0,0,0),(72881,20614,530,1,1,0,1,2841.43,5285.36,263.622,3.36848,300,0,0,5060,2933,0,0,0,0),(72882,20614,530,1,1,0,1,2865.87,5210.02,267.217,0.471239,300,0,0,5060,2933,2,0,0,0),(72883,20614,530,1,1,0,1,2804.34,5163.66,265.966,1.6057,300,0,0,5060,2933,0,0,0,0),(72884,20616,530,1,1,0,1,-1760.24,5826.55,150.053,5.60251,300,0,0,5715,0,0,0,0,0),(72885,20617,530,1,1,0,0,62.0573,4817.45,81.418,2.46091,300,0,0,42,0,0,0,0,0),(72886,20617,530,1,1,0,0,74.0868,4829.92,81.7336,5.65487,300,0,0,42,0,0,0,0,0),(72887,20617,530,1,1,0,0,55.9931,4800.01,81.1801,6.21337,300,0,0,42,0,0,0,0,0),(72888,20617,530,1,1,0,0,91.9236,4828.73,82.4888,5.044,300,0,0,42,0,0,0,0,0),(72889,20617,530,1,1,0,0,105.299,4823.43,83.2995,1.98968,300,0,0,42,0,0,0,0,0),(72890,20617,530,1,1,0,0,113.605,4812.22,83.7221,5.88176,300,0,0,42,0,0,0,0,0),(72891,20617,530,1,1,0,0,96.1971,4802.3,79.1324,5.51524,300,0,0,42,0,0,0,0,0),(72892,20617,530,1,1,0,0,113.921,4793.07,83.2941,3.63029,300,0,0,42,0,0,0,0,0),(72893,20617,530,1,1,0,0,92.4376,4803.62,49.7968,5.46288,300,0,0,42,0,0,0,0,0),(72894,20617,530,1,1,0,0,100.594,4776.24,81.5681,1.55334,300,0,0,42,0,0,0,0,0),(72895,20617,530,1,1,0,0,68.9566,4780.13,80.8751,4.4855,300,0,0,42,0,0,0,0,0),(72896,20617,530,1,1,0,0,84.6615,4771.72,81.1701,6.0912,300,0,0,42,0,0,0,0,0),(72901,20634,530,1,1,0,0,4993.67,2815.67,74.6344,2.94803,300,5,0,6542,0,1,0,0,0),(72900,20634,530,1,1,0,0,5007.66,2835.64,82.0013,1.75746,300,5,0,6542,0,1,0,0,0),(72899,20634,530,1,1,0,0,4955.25,2853.08,87.0884,5.15987,300,0,0,6542,0,0,0,0,0),(72898,20634,530,1,1,0,0,5058.84,2867.15,73.5719,4.59946,300,5,0,6542,0,1,0,0,0),(72897,20634,530,1,1,0,0,4909.57,2932.45,155.579,4.57028,300,5,0,6542,0,1,0,0,0),(72902,20635,530,1,1,0,0,2887.54,5232.21,281.388,4.03443,300,0,0,42,0,0,0,0,0),(72903,20635,530,1,1,0,0,2889.29,5219.21,277.132,4.25317,300,0,0,42,0,0,0,0,0),(72904,20635,530,1,1,0,0,2886.14,5230.21,281.171,4.14037,300,0,0,42,0,0,0,0,0),(72905,20635,530,1,1,0,0,2901.85,5239.09,283.964,3.40073,300,0,0,42,0,0,0,0,0),(72906,20635,530,1,1,0,0,2918.56,5205.65,278.245,1.5957,300,0,0,42,0,0,0,0,0),(72907,20635,530,1,1,0,0,2895.93,5204.48,275.995,0.700657,300,0,0,42,0,0,0,0,0),(72908,20635,530,1,1,0,0,2916.17,5205.21,276.577,0.349066,300,0,0,42,0,0,0,0,0),(72909,20635,530,1,1,0,0,2915,5231.2,276.748,5.81195,300,0,0,42,0,0,0,0,0),(72910,20666,530,1,1,0,0,2809.72,5250.53,271.947,4.43314,300,0,0,6722,0,0,0,0,0),(72911,21053,530,1,1,0,0,2816.08,5247.06,265.235,0.366519,300,0,0,6722,0,0,0,0,0),(72912,21053,530,1,1,0,0,2817.25,5247.84,267.122,3.42085,300,0,0,6722,0,0,0,0,0),(72913,21053,530,1,1,0,0,2814.73,5245.65,272.743,2.63545,300,0,0,6722,0,0,0,0,0),(72914,21053,530,1,1,0,0,2810.02,5242.95,270.558,0.034907,300,0,0,6722,0,0,0,0,0),(72915,21053,530,1,1,0,0,2812.24,5244.71,272.677,0.017453,300,0,0,6722,0,0,0,0,0),(72916,21053,530,1,1,0,0,2851.38,5294.22,269.824,0.331613,300,0,0,6722,0,0,0,0,0),(72917,21053,530,1,1,0,0,2810.02,5242.95,267.122,0.331613,300,0,0,6722,0,0,0,0,0),(72918,21053,530,1,1,0,0,2865.6,5251.71,282.027,1.55334,300,0,0,6722,0,0,0,0,0),(72919,21053,530,1,1,0,0,2896.56,5205.01,275.433,0.767945,300,0,0,6722,0,0,0,0,0),(72920,20668,530,1,1,0,0,2727.68,5273.25,265.537,3.97041,300,0,0,6326,0,0,0,0,0),(72921,20668,530,1,1,0,0,2724.07,5273.85,265.033,5.49758,300,0,0,6326,0,0,0,0,0),(72922,20668,530,1,1,0,0,2776.31,5275.16,260.887,2.2184,300,5,0,6326,0,1,0,0,0),(72923,20668,530,1,1,0,0,2770.27,5187.36,263.997,2.05909,300,5,0,6326,0,1,0,0,0),(72924,20668,530,1,1,0,0,2804.35,5279.92,260.54,2.59975,300,5,0,6326,0,1,0,0,0),(72925,20668,530,1,1,0,0,2865.56,5253.5,270.309,5.96584,300,5,0,6326,0,1,0,0,0),(72926,20668,530,1,1,0,0,2823.81,5225.59,264.615,0.967167,300,5,0,6326,0,1,0,0,0),(72927,20668,530,1,1,0,0,2870.43,5168.2,265.332,2.22739,300,5,0,6326,0,1,0,0,0),(72928,20668,530,1,1,0,0,2820.31,5170.53,267.05,0.810509,300,5,0,6326,0,1,0,0,0),(72929,20668,530,1,1,0,0,2886.36,5209.54,267.055,4.3511,300,5,0,6326,0,1,0,0,0),(72930,20668,530,1,1,0,0,2941.69,5242.48,265.558,3.63968,300,5,0,6326,0,1,0,0,0),(72931,20668,530,1,1,0,0,2920.89,5156.39,264.083,3.85103,300,5,0,6326,0,1,0,0,0),(72932,20668,530,1,1,0,0,2786.77,5144.82,260.608,6.18678,300,5,0,6326,0,1,0,0,0),(72933,20670,530,1,1,0,0,2724.35,5269.6,269.126,2.77507,300,0,0,6722,0,0,0,0,0),(72934,20670,530,1,1,0,0,2827.68,5302.22,263.92,1.85005,300,0,0,6722,0,0,0,0,0),(72935,20670,530,1,1,0,0,2811.95,5233.16,264.997,5.20108,300,0,0,6722,0,0,0,0,0),(72936,20670,530,1,1,0,0,2771.28,5174.97,264.266,4.88692,300,0,0,6722,0,0,0,0,0),(72937,20670,530,1,1,0,0,2854.89,5247.99,271.351,1.16937,300,0,0,6722,0,0,0,0,0),(72938,20670,530,1,1,0,0,2871.74,5193.47,270.647,1.8326,300,0,0,6722,0,0,0,0,0),(72939,20670,530,1,1,0,0,2897.56,5194.96,269.176,1.29154,300,0,0,6722,0,0,0,0,0),(72940,20670,530,1,1,0,0,2912.43,5228.41,268.248,2.9147,300,0,0,6722,0,0,0,0,0),(72941,20670,530,1,1,0,0,2914,5206.71,267.126,2.32129,300,0,0,6722,0,0,0,0,0),(72943,20671,530,1,1,0,0,3327.44,3010.56,138.875,6.22989,300,0,0,6542,0,0,0,0,0),(72944,20671,530,1,1,0,0,3331.74,2966.98,142.47,0.754018,300,5,0,6542,0,1,0,0,0),(72945,20671,530,1,1,0,0,3357.85,3034.45,141.807,6.04217,300,5,0,6542,0,1,0,0,0),(72946,20671,530,1,1,0,0,3342.1,2993.86,141.244,2.94028,300,5,0,6542,0,1,0,0,0),(72947,20671,530,1,1,0,0,3368.98,3029.74,141.456,2.72618,300,5,0,6542,0,1,0,0,0),(72948,20671,530,1,1,0,0,3381.68,3081.21,133.451,0.540587,300,5,0,6542,0,1,0,0,0),(72949,20671,530,1,1,0,0,3484.09,3110.99,135.666,1.87592,300,5,0,6542,0,1,0,0,0),(72950,20671,530,1,1,0,0,3511.37,3098.88,132.642,4.07611,300,0,0,6542,0,0,0,0,0),(72951,20671,530,1,1,0,0,3548.43,3050.39,138.153,1.83876,300,5,0,6542,0,1,0,0,0),(72952,20671,530,1,1,0,0,3483.26,3063.71,141.116,4.81906,300,5,0,6542,0,1,0,0,0),(72953,20671,530,1,1,0,0,3579.73,3063,129.644,5.71073,300,5,0,6542,0,1,0,0,0),(72954,20671,530,1,1,0,0,3463.08,3081.12,139.982,2.71246,300,5,0,6542,0,1,0,0,0),(72955,20671,530,1,1,0,0,3465.27,3035.63,145.331,0.137045,300,5,0,6542,0,1,0,0,0),(72956,20671,530,1,1,0,0,3528.53,3017.03,144.778,0.214434,300,5,0,6542,0,1,0,0,0),(72957,20671,530,1,1,0,0,3414.03,3053.49,144.285,2.34653,300,5,0,6542,0,1,0,0,0),(72958,20671,530,1,1,0,0,3418.44,2985.63,147.689,3.76184,300,5,0,6542,0,1,0,0,0),(72959,20671,530,1,1,0,0,3388.87,2928.47,152.089,4.47426,300,5,0,6542,0,1,0,0,0),(72960,20671,530,1,1,0,0,3600.37,2846.14,167.42,0.700023,300,5,0,6542,0,1,0,0,0),(72961,20671,530,1,1,0,0,3620.15,2894.95,152.317,0.329135,300,0,0,6542,0,0,0,0,0),(72962,20671,530,1,1,0,0,3650.36,2970.83,140.406,3.12479,300,5,0,6542,0,1,0,0,0),(72963,20671,530,1,1,0,0,3624.57,3002.27,133.916,3.52609,300,5,0,6542,0,1,0,0,0),(10994,18681,530,1,1,0,1,356.366,8154.59,23.4664,5.86458,1800,0,0,8844,10480,0,0,0,0),(72965,20672,530,1,1,0,0,9993.17,-7081.45,45.4464,2.79253,300,0,0,25200,0,0,0,0,0),(72966,20672,530,1,1,0,0,10004.7,-7067.4,45.4464,3.35103,300,0,0,25200,0,0,0,0,0),(72967,20672,530,1,1,0,0,9962.23,-7057.38,45.4464,5.32325,300,0,0,25200,0,0,0,0,0),(72968,20672,530,1,1,0,0,9999.85,-7040.8,50.2159,0.942478,300,0,0,25200,0,0,0,0,0),(72969,20672,530,1,1,0,0,9986.76,-7034.57,45.4464,4.39823,300,0,0,25200,0,0,0,0,0),(72970,20672,530,1,1,0,0,9979.42,-7035.66,45.4464,4.55531,300,0,0,25200,0,0,0,0,0),(72971,20672,530,1,1,0,0,9972.85,-7041.6,45.4464,4.74729,300,0,0,25200,0,0,0,0,0),(72972,20672,530,1,1,0,0,10009.3,-7052.24,45.4464,3.68265,300,0,0,25200,0,0,0,0,0),(72973,20672,530,1,1,0,0,10009.3,-7059.32,45.4464,3.52556,300,0,0,25200,0,0,0,0,0),(72974,20673,530,1,1,0,0,2985.02,2488.5,125.199,6.13217,300,5,0,6542,0,1,0,0,0),(72975,20673,530,1,1,0,0,3233.87,2319.86,99.152,4.65472,300,5,0,6542,0,1,0,0,0),(72976,20673,530,1,1,0,0,3300.68,2398.27,93.6708,1.94169,300,5,0,6542,0,1,0,0,0),(72977,20673,530,1,1,0,0,3288.77,2113.29,111.744,1.37723,300,5,0,6542,0,1,0,0,0),(72978,20673,530,1,1,0,0,3094.72,1653.84,131.508,6.22649,300,5,0,6542,0,1,0,0,0),(72979,20674,530,1,1,0,1,-4001.72,-11418.3,-122.955,3.4383,300,0,0,25200,0,0,0,0,0),(72980,20674,530,1,1,0,1,-4049.71,-11393.3,-140.938,3.71755,300,0,0,25200,0,0,0,0,0),(72981,20674,530,1,1,0,1,-4041.22,-11404.6,-140.882,3.57792,300,0,0,25200,0,0,0,0,0),(72982,20674,530,1,1,0,1,-3986.15,-11409.9,-122.67,0.296706,300,0,0,25200,0,0,0,0,0),(72983,20674,530,1,1,0,1,-3997.78,-11406.5,-122.791,1.98968,300,0,0,25200,0,0,0,0,0),(72984,20676,530,1,1,0,0,4054.31,2358.62,111.771,4.88692,300,0,0,6542,0,0,0,0,0),(72985,20676,530,1,1,0,0,4092.92,2278.18,110.368,1.91986,300,0,0,6542,0,0,0,0,0),(72986,20683,530,1,1,0,0,-3416.68,2984.33,169.982,5.5676,300,0,0,6280,2991,0,0,0,0),(72987,20684,530,1,1,0,1,-3023.34,1764.8,77.8809,5.18363,300,0,0,6280,2991,0,0,0,0),(72988,20685,530,1,1,0,1,3985.48,4021.77,193.37,1.57048,300,0,0,5589,3155,0,0,0,0),(21055,22991,530,1,1,0,0,-3845.16,3332.2,338.59,2.9147,180,0,0,4120,0,0,0,0,0),(72990,20710,530,1,1,0,0,521.551,8302.33,-1.97515,2.32365,300,0,0,1105,0,0,0,0,0),(72991,20710,530,1,1,0,0,526.364,8302.11,-1.6334,2.32649,300,5,0,1105,0,1,0,0,0),(72992,20710,530,1,1,0,0,524.529,8304.64,-2.51874,2.32381,300,0,0,1105,0,0,0,0,0),(72993,20710,530,1,1,0,0,293.625,8820.95,0.18486,6.28123,300,0,0,1105,0,0,0,0,0),(72994,20710,530,1,1,0,0,321.17,8749.08,4.26314,3.16192,300,0,0,1105,0,0,0,0,0),(72995,20710,530,1,1,0,0,326.606,8814.9,2.25932,2.60498,300,0,0,1105,0,0,0,0,0),(72996,20710,530,1,1,0,0,297.773,8818.11,0.52932,6.28123,300,0,0,1105,0,0,0,0,0),(72997,20710,530,1,1,0,0,271.359,8772.49,4.5559,0.221314,300,0,0,1105,0,0,0,0,0),(72998,20710,530,1,1,0,0,286.297,8746.91,-0.867031,1.60352,300,0,0,1105,0,0,0,0,0),(72999,20710,530,1,1,0,0,323.521,8813.44,1.50932,2.60498,300,0,0,1105,0,0,0,0,0),(73000,20710,530,1,1,0,0,283.5,8745.88,-0.867031,1.60352,300,0,0,1105,0,0,0,0,0),(73001,20710,530,1,1,0,0,279.279,8752.91,0.60767,0.735462,300,0,0,1105,0,0,0,0,0),(73002,20710,530,1,1,0,0,319.149,8751.59,4.74138,0.12823,300,0,0,1105,0,0,0,0,0),(73003,20710,530,1,1,0,0,88.6536,8718.57,-3.45113,4.78127,300,0,0,1105,0,0,0,0,0),(73004,20710,530,1,1,0,0,91.3513,8721.78,-3.39575,4.07522,300,0,0,1105,0,0,0,0,0),(73005,20710,530,1,1,0,0,140.508,8704.12,-24.9345,5.79438,300,0,0,1105,0,0,0,0,0),(73006,20710,530,1,1,0,0,190.791,8732.95,16.3189,2.81095,300,0,0,1105,0,0,0,0,0),(73007,20710,530,1,1,0,0,178.46,8685.2,-24.6416,5.82076,300,0,0,1105,0,0,0,0,0),(73008,20710,530,1,1,0,0,189.437,8732.43,16.3189,4.4399,300,0,0,1105,0,0,0,0,0),(73009,20710,530,1,1,0,0,124.024,8756.23,-5.53632,0.24261,300,0,0,1105,0,0,0,0,0),(73010,20710,530,1,1,0,0,253.147,8720.97,6.64725,3.95449,300,0,0,1105,0,0,0,0,0),(73011,20710,530,1,1,0,0,126.147,8752.3,-8.49072,4.30039,300,0,0,1105,0,0,0,0,0),(73012,20710,530,1,1,0,0,119.267,8699.96,-5.98205,4.86945,300,0,0,1105,0,0,0,0,0),(73013,20710,530,1,1,0,0,123.597,8718.35,-8.35686,0.208502,300,0,0,1105,0,0,0,0,0),(73014,20710,530,1,1,0,0,215.703,8755.52,22.9437,2.24889,300,0,0,1105,0,0,0,0,0),(73015,20710,530,1,1,0,0,172.348,8755.89,18.7227,2.58028,300,0,0,1105,0,0,0,0,0),(73016,20710,530,1,1,0,0,221.059,8746.2,21.6937,3.26074,300,0,0,1105,0,0,0,0,0),(73017,20710,530,1,1,0,0,234.306,8756.16,23.1839,6.25135,300,0,0,1105,0,0,0,0,0),(73018,20710,530,1,1,0,0,240.356,8776.28,22.0559,5.01277,300,0,0,1105,0,0,0,0,0),(73019,20710,530,1,1,0,0,171.718,8759.28,19.9727,5.50884,300,0,0,1105,0,0,0,0,0),(73020,20710,530,1,1,0,0,252.605,8718.33,6.71729,3.84435,300,0,0,1105,0,0,0,0,0),(73021,20710,530,1,1,0,0,221.274,8677.29,-9.91665,5.01376,300,0,0,1105,0,0,0,0,0),(73022,20710,530,1,1,0,0,214.632,8757.54,22.7534,5.53788,300,0,0,1105,0,0,0,0,0),(73023,20710,530,1,1,0,0,132.759,8717.39,-7.02802,0.208502,300,0,0,1105,0,0,0,0,0),(73024,20710,530,1,1,0,0,216.225,8783.53,21.1494,4.73559,300,0,0,1105,0,0,0,0,0),(73025,20710,530,1,1,0,0,169.958,8753.09,16.5977,5.50692,300,0,0,1105,0,0,0,0,0),(73026,20710,530,1,1,0,0,247.758,8719.59,6.71729,1.27779,300,0,0,1105,0,0,0,0,0),(73027,20710,530,1,1,0,0,280.236,8781.82,-0.935044,1.06961,300,0,0,1105,0,0,0,0,0),(73028,20710,530,1,1,0,0,288.763,8757.56,0.60105,1.15511,300,0,0,1105,0,0,0,0,0),(73029,20710,530,1,1,0,0,291.792,8759.24,0.60387,0.622292,300,0,0,1105,0,0,0,0,0),(73030,20710,530,1,1,0,0,284.524,8746.82,-0.921536,4.19177,300,0,0,1105,0,0,0,0,0),(73031,20710,530,1,1,0,0,283.212,8828.79,1.74833,1.97003,300,0,0,1105,0,0,0,0,0),(73032,20710,530,1,1,0,0,118.845,8742.66,-10.7302,4.30031,300,0,0,1105,0,0,0,0,0),(73033,20710,530,1,1,0,0,235.11,8754.87,22.8089,6.03536,300,0,0,1105,0,0,0,0,0),(73034,20710,530,1,1,0,0,203.222,8715.69,15.6408,2.71519,300,0,0,1105,0,0,0,0,0),(73035,20710,530,1,1,0,0,175.062,8691.64,0.9999,4.70458,300,0,0,1105,0,0,0,0,0),(73036,20710,530,1,1,0,0,248.275,8714.1,-1.26771,4.6616,300,0,0,1105,0,0,0,0,0),(73037,20710,530,1,1,0,0,145.814,8790.26,-2.28645,2.63158,300,0,0,1105,0,0,0,0,0),(73038,20710,530,1,1,0,0,218.452,8667.31,-7.49583,5.01376,300,0,0,1105,0,0,0,0,0),(73039,20710,530,1,1,0,0,284.3,8778.45,-1.68169,1.48084,300,0,0,1105,0,0,0,0,0),(73040,20710,530,1,1,0,0,141.296,8716.31,-6.09797,0.208502,300,0,0,1105,0,0,0,0,0),(73041,20710,530,1,1,0,0,190.069,8735.08,16.4309,3.64673,300,0,0,1105,0,0,0,0,0),(73042,20710,530,1,1,0,0,250.956,8711.13,-1.14208,4.6616,300,0,0,1105,0,0,0,0,0),(73043,20710,530,1,1,0,0,183.557,8822.1,5.67455,1.18412,300,0,0,1105,0,0,0,0,0),(73044,20710,530,1,1,0,0,208.681,8744.59,21.6937,0.204032,300,0,0,1105,0,0,0,0,0),(73045,20710,530,1,1,0,0,241.149,8759.18,21.8089,6.03239,300,0,0,1105,0,0,0,0,0),(73046,20710,530,1,1,0,0,222.541,8776.39,22.5244,4.9732,300,0,0,1105,0,0,0,0,0),(73047,20710,530,1,1,0,0,197.913,8774.87,22.1755,4.48441,300,0,0,1105,0,0,0,0,0),(73048,20710,530,1,1,0,0,221.613,8754.96,23.3187,5.53898,300,0,0,1105,0,0,0,0,0),(73049,20710,530,1,1,0,0,238.464,8772.83,22.4309,4.99995,300,0,0,1105,0,0,0,0,0),(73050,20710,530,1,1,0,0,177.827,8683.5,2.03639,4.70458,300,0,0,1105,0,0,0,0,0),(73051,20710,530,1,1,0,0,146.385,8795.14,-2.28645,0.024698,300,0,0,1105,0,0,0,0,0),(73052,20710,530,1,1,0,0,186.843,8822.67,6.31136,1.18412,300,0,0,1105,0,0,0,0,0),(73053,20710,530,1,1,0,0,219.99,8774.98,23.2744,4.9732,300,0,0,1105,0,0,0,0,0),(73054,20710,530,1,1,0,0,332.445,8748.28,5.43914,0.242935,300,0,0,1105,0,0,0,0,0),(73055,20710,530,1,1,0,0,284.875,8830.19,1.79428,1.40636,300,0,0,1105,0,0,0,0,0),(73056,20710,530,1,1,0,0,315.265,8823.53,2.49905,5.94869,300,5,0,1105,0,1,0,0,0),(73057,20710,530,1,1,0,0,256.351,8825,-3.00167,1.34832,300,0,0,1105,0,0,0,0,0),(73058,20710,530,1,1,0,0,281.326,8827.78,1.91673,1.47492,300,0,0,1105,0,0,0,0,0),(73059,20710,530,1,1,0,0,200.643,8714.36,11.6308,5.18521,300,0,0,1105,0,0,0,0,0),(73060,20710,530,1,1,0,0,152.532,8789.64,-2.28645,0.024698,300,0,0,1105,0,0,0,0,0),(73061,20710,530,1,1,0,0,251.172,8827.71,-2.60232,1.35398,300,0,0,1105,0,0,0,0,0),(73062,20710,530,1,1,0,0,177.834,8775.22,20.8005,1.80606,300,0,0,1105,0,0,0,0,0),(73063,20710,530,1,1,0,0,200,8771.35,22.0505,4.48441,300,0,0,1105,0,0,0,0,0),(73064,20710,530,1,1,0,0,200.904,8775.25,22.3994,4.48441,300,0,0,1105,0,0,0,0,0),(73065,20710,530,1,1,0,0,253.246,8823.96,-5.22732,4.49584,300,0,0,1105,0,0,0,0,0),(73066,20710,530,1,1,0,0,303.223,8809.9,1.32251,3.23786,300,0,0,1105,0,0,0,0,0),(73067,20710,530,1,1,0,0,102.989,8793.68,2.21186,3.23252,300,0,0,1105,0,0,0,0,0),(73068,20710,530,1,1,0,0,100.424,8790.61,1.97801,3.23252,300,0,0,1105,0,0,0,0,0),(73069,20710,530,1,1,0,0,115.559,8796,6.30533,5.14682,300,0,0,1105,0,0,0,0,0),(73070,20710,530,1,1,0,0,96.5257,8787.41,1.88705,3.23252,300,0,0,1105,0,0,0,0,0),(73071,20710,530,1,1,0,0,116.007,8788.31,6.30533,5.14683,300,0,0,1105,0,0,0,0,0),(73072,20710,530,1,1,0,0,84.1496,8717.27,-0.845314,3.40459,300,0,0,1105,0,0,0,0,0),(73073,20710,530,1,1,0,0,79.8304,8720.33,-1.47031,0.927491,300,0,0,1105,0,0,0,0,0),(73074,20710,530,1,1,0,0,87.7191,8721.43,-3.39575,0.924644,300,0,0,1105,0,0,0,0,0),(73075,20713,530,1,1,0,0,1526.33,6786.05,123.605,1.32724,300,5,0,1,0,1,0,0,0),(73076,20713,530,1,1,0,0,1574.34,6756.41,136.824,6.03822,300,5,0,1,0,1,0,0,0),(73077,20713,530,1,1,0,0,1510.54,6768.45,121.664,4.87224,300,5,0,1,0,1,0,0,0),(73078,20713,530,1,1,0,0,1586.89,6815.69,129.336,2.5072,300,0,0,1,0,0,0,0,0),(73079,20713,530,1,1,0,0,1721.63,6807.72,137.704,0.419514,300,5,0,1,0,1,0,0,0),(73080,20713,530,1,1,0,0,1779.28,6802.53,137.689,4.11247,300,5,0,1,0,1,0,0,0),(73081,20713,530,1,1,0,0,1829.72,6820.12,139.443,3.06607,300,5,0,1,0,1,0,0,0),(73082,20713,530,1,1,0,0,1850.08,6892.64,144.435,2.15744,300,5,0,1,0,1,0,0,0),(73083,20713,530,1,1,0,0,1771.23,6756.3,138.509,1.23947,300,5,0,1,0,1,0,0,0),(73084,20713,530,1,1,0,0,1853.5,6750.41,141.325,4.67331,300,5,0,1,0,1,0,0,0),(73085,20713,530,1,1,0,0,1859.77,6720.79,142.771,6.18245,300,5,0,1,0,1,0,0,0),(73086,20713,530,1,1,0,0,1911.25,6755.06,150.378,6.13811,300,0,0,1,0,0,0,0,0),(73087,20713,530,1,1,0,0,1733.93,6739.35,130.496,5.16993,300,0,0,1,0,0,0,0,0),(73088,20713,530,1,1,0,0,1650.63,6815.29,132.811,3.40339,300,0,0,1,0,0,0,0,0),(73089,20713,530,1,1,0,0,1947.71,6648.38,147.214,5.86821,300,5,0,1,0,1,0,0,0),(73090,20713,530,1,1,0,0,1951.91,6714.74,145.869,4.28644,300,5,0,1,0,1,0,0,0),(73091,20713,530,1,1,0,0,1982.12,6615.35,141.419,1.27924,300,5,0,1,0,1,0,0,0),(73092,20713,530,1,1,0,0,2084.85,6651.96,143.99,5.04087,300,5,0,1,0,1,0,0,0),(73093,20713,530,1,1,0,0,2075.73,6675.93,146.024,0.242394,300,5,0,1,0,1,0,0,0),(73094,20722,530,1,1,0,0,-3942.54,-11652.1,-138.455,2.58309,300,0,0,2215,0,0,0,0,0),(73095,20723,530,1,1,0,0,2706.78,6490.82,25.6484,0.20944,300,0,0,9489,0,0,0,0,0),(73096,20724,530,1,1,0,0,9631.35,-7119.37,14.4079,2.63545,300,0,0,2215,0,0,0,0,0),(73097,20726,530,1,1,0,1,2249.62,6531.69,3.38484,0.383972,300,0,0,7338,2846,0,0,0,0),(73098,20727,530,1,1,0,1,4131.08,2301.65,103.122,3.11084,300,0,0,6986,0,2,0,0,0),(73099,20728,530,1,1,0,0,2382.26,6686.46,15.6793,2.11083,300,5,0,5914,0,1,0,0,0),(73100,20728,530,1,1,0,0,2413.46,6753.88,17.5762,4.85787,300,5,0,5914,0,1,0,0,0),(73101,20728,530,1,1,0,0,2378.49,6692.97,15.9293,1.90349,300,5,0,5914,0,1,0,0,0),(73102,20728,530,1,1,0,0,2470.18,6641.68,0.91737,1.41503,300,5,0,5914,0,1,0,0,0),(73103,20728,530,1,1,0,0,2597.99,6622.49,14.2359,3.90004,300,5,0,5914,0,1,0,0,0),(73104,20728,530,1,1,0,0,2674.58,6597.52,21.5747,2.74194,300,5,0,5914,0,1,0,0,0),(73105,20728,530,1,1,0,0,2637,6510.06,0.85085,4.87251,300,5,0,5914,0,1,0,0,0),(73106,20728,530,1,1,0,0,2564.4,6551.85,0.85085,3.19277,300,5,0,5914,0,1,0,0,0),(73107,20728,530,1,1,0,0,2495.86,6498.41,-5.00327,1.26831,300,5,0,5914,0,1,0,0,0),(73108,20728,530,1,1,0,0,2432.3,6579.4,1.3256,0.109494,300,5,0,5914,0,1,0,0,0),(73109,20728,530,1,1,0,0,2431.91,6333.95,10.4907,3.09898,300,5,0,5914,0,1,0,0,0),(73110,20728,530,1,1,0,0,2625.06,6238.14,11.0278,1.90397,300,5,0,5914,0,1,0,0,0),(73111,20728,530,1,1,0,0,2583.49,6152.88,19.6487,1.53589,300,0,0,5914,0,0,0,0,0),(73112,20728,530,1,1,0,0,2548.87,6215.75,14.3167,5.59669,300,5,0,5914,0,1,0,0,0),(73113,20729,530,1,1,0,0,3589.22,5672.06,-9.96385,3.04967,300,0,0,18978,0,0,0,0,0),(73114,20729,530,1,1,0,0,3677.25,5601.56,-9.31126,4.05229,300,5,0,18978,0,1,0,0,0),(73115,20729,530,1,1,0,0,3663.11,5482.19,-20.4708,1.61947,300,0,0,18978,0,0,0,0,0),(73116,20729,530,1,1,0,0,3648.18,5425.93,-20.0527,1.55334,300,0,0,18978,0,0,0,0,0),(73117,20729,530,1,1,0,0,3675.14,5424.16,-20.457,1.67552,300,0,0,18978,0,0,0,0,0),(73118,20729,530,1,1,0,0,3589.86,5368.07,-11.1119,1.87028,300,5,0,18978,0,1,0,0,0),(73119,20729,530,1,1,0,0,3590.69,5369.31,-10.968,5.30381,300,5,0,18978,0,1,0,0,0),(73120,20729,530,1,1,0,0,3605.6,5335.02,-20.4227,1.86337,300,5,0,18978,0,1,0,0,0),(73121,20729,530,1,1,0,0,3534.25,5283.52,-21.9375,1.31208,300,5,0,18978,0,1,0,0,0),(73122,20729,530,1,1,0,0,3570.87,5667.99,-10.2139,3.40178,300,0,0,18978,0,0,0,0,0),(73123,20730,530,1,1,0,0,2538.94,6616.49,4.77266,3.68132,300,0,0,9174,0,0,0,0,0),(73124,20731,530,1,1,0,1,2514.04,6766.01,5.30366,4.41568,300,0,0,7338,2846,0,0,0,0),(73125,20732,530,1,1,0,1,2648.19,6733.19,22.3566,4.20624,300,0,0,7590,3520,0,0,0,0),(73126,20736,530,1,1,0,0,2923.51,4840.36,281.379,3.83972,300,0,0,42,0,0,0,0,0),(73127,20736,530,1,1,0,0,2965.88,4835.21,280.757,3.61283,300,0,0,42,0,0,0,0,0),(73128,20736,530,1,1,0,0,3016.3,4813.99,283.953,5.77704,300,0,0,42,0,0,0,0,0),(73129,20736,530,1,1,0,0,2898.86,4759.29,279.998,2.11185,300,0,0,42,0,0,0,0,0),(73130,20736,530,1,1,0,0,2943.16,4753.73,287.427,2.74017,300,0,0,42,0,0,0,0,0),(73131,20736,530,1,1,0,0,2879.53,4816.97,282.792,5.60251,300,0,0,42,0,0,0,0,0),(73132,20736,530,1,1,0,0,2870.59,4814.52,283.738,0.488692,300,0,0,42,0,0,0,0,0),(73133,20736,530,1,1,0,0,2834.29,4856.84,280.476,5.65487,300,0,0,42,0,0,0,0,0),(73134,20736,530,1,1,0,0,2283.02,5373.55,151.981,2.04204,300,0,0,42,0,0,0,0,0),(73135,20736,530,1,1,0,0,2286.51,5376.53,148.481,2.6529,300,0,0,42,0,0,0,0,0),(73136,20736,530,1,1,0,0,2290.11,5380.56,151.891,2.61799,300,0,0,42,0,0,0,0,0),(73137,20736,530,1,1,0,0,2285.74,5377.64,158.94,2.35619,300,0,0,42,0,0,0,0,0),(73138,20736,530,1,1,0,0,2188.34,5476.63,155.748,2.37365,300,0,0,42,0,0,0,0,0),(73139,20736,530,1,1,0,0,1981.79,5315.39,156.6,0.261799,300,0,0,42,0,0,0,0,0),(73140,20747,530,1,1,0,0,1869.13,4950.59,148.93,1.20502,300,5,0,7984,0,1,0,0,0),(73141,20747,530,1,1,0,0,1656.31,4838.91,147.324,2.17072,300,5,0,7984,0,1,0,0,0),(73142,20747,530,1,1,0,0,1705.63,4803.25,144.993,2.05851,300,5,0,7984,0,1,0,0,0),(73143,20747,530,1,1,0,0,1629.54,4812.03,142.146,0.140865,300,5,0,7984,0,1,0,0,0),(73144,20747,530,1,1,0,0,1779.02,4787.43,145.398,3.67582,300,5,0,7984,0,1,0,0,0),(73145,20747,530,1,1,0,0,1825.75,4807.24,147.549,1.82644,300,5,0,7984,0,1,0,0,0),(73146,20747,530,1,1,0,0,1856.8,4787.41,147.82,2.49891,300,5,0,7984,0,1,0,0,0),(73147,20747,530,1,1,0,0,1861.28,4864.69,143.921,2.184,300,5,0,7984,0,1,0,0,0),(73148,20747,530,1,1,0,0,1893.37,4865.14,145.439,2.42341,300,5,0,7984,0,1,0,0,0),(73149,20747,530,1,1,0,0,1904.75,4923.15,147.43,2.12846,300,5,0,7984,0,1,0,0,0),(73150,20747,530,1,1,0,0,1985.24,4932.3,141.124,3.15429,300,5,0,7984,0,1,0,0,0),(73151,20747,530,1,1,0,0,1974.82,4821.88,143.474,0.646803,300,5,0,7984,0,1,0,0,0),(73152,20747,530,1,1,0,0,2047.19,4915.63,145.34,1.42987,300,5,0,7984,0,1,0,0,0),(73153,20747,530,1,1,0,0,2049.03,4850.99,147.333,5.53254,300,5,0,7984,0,1,0,0,0),(73154,20747,530,1,1,0,0,2050.12,4871.15,145.984,3.7307,300,5,0,7984,0,1,0,0,0),(73155,20747,530,1,1,0,0,2090.46,4883.35,150.574,0.417292,300,5,0,7984,0,1,0,0,0),(73156,20747,530,1,1,0,0,2118.85,4909.51,149.54,0.808455,300,5,0,7984,0,1,0,0,0),(73157,20747,530,1,1,0,0,2011.98,4805.82,143.986,1.38413,300,5,0,7984,0,1,0,0,0),(73158,20747,530,1,1,0,0,1944,4738.62,143.373,4.67948,300,5,0,7984,0,1,0,0,0),(73159,20747,530,1,1,0,0,1925.4,4776.72,144.154,2.32096,300,5,0,7984,0,1,0,0,0),(73160,20747,530,1,1,0,0,1980.27,4800.94,146.195,2.61106,300,5,0,7984,0,1,0,0,0),(73161,20747,530,1,1,0,0,1825.41,4731.86,144.532,4.70165,300,5,0,7984,0,1,0,0,0),(73162,20747,530,1,1,0,0,1877.09,4764.11,145.185,1.85486,300,5,0,7984,0,1,0,0,0),(73163,20747,530,1,1,0,0,1869.93,4702.82,140.036,3.56111,300,5,0,7984,0,1,0,0,0),(73164,20747,530,1,1,0,0,1651.97,4711.22,143.257,0.237625,300,5,0,7984,0,1,0,0,0),(73165,20747,530,1,1,0,0,1618.42,4730.03,140.047,4.49679,300,5,0,7984,0,1,0,0,0),(73166,20747,530,1,1,0,0,1622,4748.28,142.335,2.9147,300,0,0,7984,0,0,0,0,0),(73167,20747,530,1,1,0,0,1651.83,4718.31,142.036,0.947027,300,5,0,7984,0,1,0,0,0),(73168,20747,530,1,1,0,0,1617.13,4814.78,140.996,3.37022,300,5,0,7984,0,1,0,0,0),(73169,20747,530,1,1,0,0,1622.55,4749.72,142.046,5.17125,300,5,0,7984,0,1,0,0,0),(73170,20747,530,1,1,0,0,1643.53,4712.31,142.754,1.29295,300,5,0,7984,0,1,0,0,0),(73171,20747,530,1,1,0,0,1613.57,4811.61,140.128,0.272933,300,5,0,7984,0,1,0,0,0),(73172,20748,530,1,1,0,0,1520.84,6061.79,124.733,0.97045,300,5,0,5914,0,1,0,0,0),(73173,20748,530,1,1,0,0,1616.55,6043.52,132.642,0.317003,300,5,0,5914,0,1,0,0,0),(73174,20748,530,1,1,0,0,1723.53,6028.19,144.651,4.07674,300,5,0,5914,0,1,0,0,0),(73175,20748,530,1,1,0,0,1782.34,6019.13,137.906,2.24203,300,5,0,5914,0,1,0,0,0),(73176,20748,530,1,1,0,0,1830.81,5984.87,139.561,2.98257,300,5,0,5914,0,1,0,0,0),(73177,20748,530,1,1,0,0,1885.94,6133.33,140.817,3.14159,300,5,0,5914,0,1,0,0,0),(73178,20748,530,1,1,0,0,1961.3,6082.44,144.849,4.16745,300,5,0,5914,0,1,0,0,0),(73179,20748,530,1,1,0,0,1919.68,6172.51,145.265,1.45528,300,5,0,5914,0,1,0,0,0),(73180,20748,530,1,1,0,0,2048.22,6070.97,147.786,2.52052,300,5,0,5914,0,1,0,0,0),(73181,20748,530,1,1,0,0,2108.46,6076.7,146.314,4.67021,300,5,0,5914,0,1,0,0,0),(73182,20748,530,1,1,0,0,2082.97,6187.55,146.159,0.749789,300,5,0,5914,0,1,0,0,0),(73183,20748,530,1,1,0,0,2117.93,6183.33,145.841,2.73565,300,5,0,5914,0,1,0,0,0),(73184,20748,530,1,1,0,0,2169.29,6087.46,144.764,2.78412,300,5,0,5914,0,1,0,0,0),(73185,20748,530,1,1,0,0,2225.02,6137.79,141.174,0.85454,300,5,0,5914,0,1,0,0,0),(73186,20748,530,1,1,0,0,2390.88,6210.17,134.186,6.26268,300,5,0,5914,0,1,0,0,0),(73187,20748,530,1,1,0,0,2161.95,5978.03,137.161,6.09708,300,5,0,5914,0,1,0,0,0),(73188,20748,530,1,1,0,0,1961.63,5965.41,141.265,3.74992,300,5,0,5914,0,1,0,0,0),(73189,20748,530,1,1,0,0,2033.04,5880.44,140.937,3.09276,300,5,0,5914,0,1,0,0,0),(73190,20748,530,1,1,0,0,1941.11,5872.99,139.754,4.95476,300,5,0,5914,0,1,0,0,0),(73191,20748,530,1,1,0,0,1824.89,5890.99,150.499,4.40642,300,5,0,5914,0,1,0,0,0),(73192,20749,530,1,1,0,0,2399.09,6168.52,128.123,4.74635,300,5,0,6116,0,1,0,0,0),(73193,20749,530,1,1,0,0,2446.78,5500.95,265.828,5.53835,300,0,0,6116,0,0,0,0,0),(73194,20749,530,1,1,0,0,2516.17,5383.76,267.185,4.47593,300,0,0,6116,0,0,0,0,0),(73195,20749,530,1,1,0,0,2581.73,5309.56,270.481,5.14766,300,0,0,6116,0,0,0,0,0),(73196,20749,530,1,1,0,0,2546.18,5261.06,260.391,5.43838,300,5,0,6116,0,1,0,0,0),(73197,20749,530,1,1,0,0,2414.52,5215.41,262.077,3.82908,300,0,0,6116,0,0,0,0,0),(73198,20749,530,1,1,0,0,2329.25,5247.46,262.349,6.17532,300,0,0,6116,0,0,0,0,0),(73199,20749,530,1,1,0,0,2201.93,5227.86,265.917,2.61529,300,0,0,6116,0,0,0,0,0),(73200,20749,530,1,1,0,0,2174.49,5149.58,265.991,6.05682,300,5,0,6116,0,1,0,0,0),(73201,20749,530,1,1,0,0,2061.54,5186.5,265.128,1.45353,300,5,0,6116,0,1,0,0,0),(73202,20749,530,1,1,0,0,1998.56,5186.59,266.535,0.951963,300,0,0,6116,0,0,0,0,0),(73203,20749,530,1,1,0,0,2021.6,5154.39,265.558,5.8152,300,0,0,6116,0,0,0,0,0),(73204,20749,530,1,1,0,0,1920.75,5125.37,265.557,0.25981,300,5,0,6116,0,1,0,0,0),(73205,20749,530,1,1,0,0,1937.81,5137.81,266.243,3.81322,300,0,0,6116,0,0,0,0,0),(73206,20749,530,1,1,0,0,1980.23,5115.1,266.479,1.27251,300,0,0,6116,0,0,0,0,0),(73207,20749,530,1,1,0,0,1884.24,5150.98,265.558,0.970607,300,0,0,6116,0,0,0,0,0),(73208,20749,530,1,1,0,0,1792.39,5123.45,265.599,0.585216,300,0,0,6116,0,0,0,0,0),(73209,20749,530,1,1,0,0,1825.75,5157.91,265.542,4.75635,300,5,0,6116,0,1,0,0,0),(73210,20749,530,1,1,0,0,1731.11,5128.1,265.121,1.30934,300,0,0,6116,0,0,0,0,0),(73211,20749,530,1,1,0,0,1736.6,5149.92,265.121,3.24775,300,0,0,6116,0,0,0,0,0),(73212,20749,530,1,1,0,0,1739.88,5092.26,265.162,3.22252,300,0,0,6116,0,0,0,0,0),(73213,20751,530,1,1,0,0,2476.53,5492.32,264.824,2.01916,300,5,0,6116,0,1,0,0,0),(73214,20751,530,1,1,0,0,2497.6,5440.27,267.436,3.31132,300,5,0,6116,0,1,0,0,0),(73215,20751,530,1,1,0,0,2417.25,5482.01,266.917,0.542018,300,5,0,6116,0,1,0,0,0),(73216,20751,530,1,1,0,0,2472.99,5363.07,269.747,4.63466,300,5,0,6116,0,1,0,0,0),(73217,20751,530,1,1,0,0,2566.15,5407.15,270.391,0.069236,300,5,0,6116,0,1,0,0,0),(73218,20751,530,1,1,0,0,2586.34,5371.81,271.495,2.10703,300,5,0,6116,0,1,0,0,0),(73219,20751,530,1,1,0,0,2609.77,5162.17,264.905,1.7406,300,5,0,6116,0,1,0,0,0),(73220,20751,530,1,1,0,0,2571,5196.01,262.534,0.18837,300,5,0,6116,0,1,0,0,0),(73221,20751,530,1,1,0,0,2426.7,5251.5,260.921,5.98986,300,5,0,6116,0,1,0,0,0),(73222,20751,530,1,1,0,0,2349.77,5216.74,263.642,1.92374,300,5,0,6116,0,1,0,0,0),(73223,20751,530,1,1,0,0,2249.64,5257.75,265.505,4.46193,300,5,0,6116,0,1,0,0,0),(73224,20751,530,1,1,0,0,2086.78,5218.04,265.275,1.27747,300,5,0,6116,0,1,0,0,0),(73225,20751,530,1,1,0,0,1907.13,5187.73,265.788,0.140625,300,5,0,6116,0,1,0,0,0),(73226,20751,530,1,1,0,0,1864.64,5177.07,265.518,3.2525,300,5,0,6116,0,1,0,0,0),(73227,20751,530,1,1,0,0,1816.96,5085.33,265.245,5.66166,300,5,0,6116,0,1,0,0,0),(73228,20753,530,1,1,0,1,3538.87,5854.35,25.9781,3.05433,300,0,0,6072,2933,0,0,0,0),(73229,20755,530,1,1,0,0,3871.96,2306.17,118.437,2.06545,300,0,0,42,0,0,0,0,0),(73230,20755,530,1,1,0,0,3874.75,2312.04,121.746,3.14497,300,0,0,42,0,0,0,0,0),(73231,20755,530,1,1,0,0,3872.62,2307.35,124.38,4.99447,300,0,0,42,0,0,0,0,0),(73232,20755,530,1,1,0,0,4095.8,2248.74,116.779,2.04204,300,0,0,42,0,0,0,0,0),(73233,20755,530,1,1,0,0,4114.79,2278.6,111.671,0.488692,300,0,0,42,0,0,0,0,0),(73234,20755,530,1,1,0,0,4114.97,2283.38,106.88,5.65487,300,0,0,42,0,0,0,0,0),(73235,20755,530,1,1,0,0,4117.88,2277.44,107.566,1.6057,300,0,0,42,0,0,0,0,0),(73236,20755,530,1,1,0,0,4102.27,2237.71,123.742,5.97571,300,0,0,42,0,0,0,0,0),(73237,20755,530,1,1,0,0,4100.79,2239.25,119.099,5.37561,300,0,0,42,0,0,0,0,0),(73238,20756,530,1,1,0,1,3587.31,5306.45,-21.9498,4.99164,300,0,0,25304,0,0,0,0,0),(73239,20756,530,1,1,0,1,3648.23,5251.27,-19.0433,2.54818,300,0,0,25304,0,0,0,0,0),(73240,20756,530,1,1,0,1,3741.3,5249.42,0.33777,2.60054,300,0,0,25304,0,0,0,0,0),(73241,20757,530,1,1,0,1,3679.63,5229.52,7.79599,1.62316,300,0,0,25300,2933,0,0,0,0),(73242,20762,530,1,1,0,0,87.9806,5213.79,23.3282,0.05236,300,0,0,10572,0,0,0,0,0),(73243,20764,530,1,1,0,0,3746.13,2371.76,116.549,2.00713,300,0,0,42,0,0,0,0,0),(73244,20764,530,1,1,0,0,3763.07,2383.31,116.777,1.44862,300,0,0,42,0,0,0,0,0),(73245,20764,530,1,1,0,0,3762.82,2367.73,116.773,4.17134,300,0,0,42,0,0,0,0,0),(73246,20764,530,1,1,0,0,3745.89,2380.51,116.79,5.2709,300,0,0,42,0,0,0,0,0),(73247,20764,530,1,1,0,0,3753.45,2365.89,116.766,5.07891,300,0,0,42,0,0,0,0,0),(73248,20764,530,1,1,0,0,3766.61,2375.39,116.84,5.07891,300,0,0,42,0,0,0,0,0),(73249,20764,530,1,1,0,0,3754.59,2384.81,116.921,3.56047,300,0,0,42,0,0,0,0,0),(73250,20764,530,1,1,0,0,3826.93,2340.7,114.303,1.27409,300,0,0,42,0,0,0,0,0),(73251,20764,530,1,1,0,0,3822.68,2435.55,110.621,2.18166,300,0,0,42,0,0,0,0,0),(73252,20764,530,1,1,0,0,3934.08,2360.21,119.256,1.29154,300,0,0,42,0,0,0,0,0),(73253,20764,530,1,1,0,0,4102.38,2237.67,124.735,3.7001,300,0,0,42,0,0,0,0,0),(73254,20764,530,1,1,0,0,4109.8,2232.71,123.556,1.37881,300,0,0,42,0,0,0,0,0),(73255,20765,530,1,1,0,1,2231.7,5661.14,268.405,3.19543,300,0,0,6326,0,2,0,0,0),(73256,20765,530,1,1,0,1,2274.69,5724.65,272.091,5.20108,300,0,0,6326,0,2,0,0,0),(73257,20765,530,1,1,0,1,2311.04,5698.25,266.628,3.68571,300,0,0,6326,0,2,0,0,0),(73258,20765,530,1,1,0,1,2226.82,5744.65,272.809,2.80992,300,0,0,6326,0,2,0,0,0),(73259,20765,530,1,1,0,1,2343.1,5723.1,268.73,2.68781,300,0,0,6326,0,0,0,0,0),(73260,20765,530,1,1,0,1,2338.8,5760.94,273.441,2.47809,300,0,0,6326,0,0,0,0,0),(73261,20765,530,1,1,0,1,2357.99,5761.84,272.287,4.04916,300,0,0,6326,0,0,0,0,0),(73262,20765,530,1,1,0,1,2431.04,5619.22,266.678,2.67035,300,0,0,6326,0,0,0,0,0),(73263,20765,530,1,1,0,1,2445.89,5694.34,273.117,4.01426,300,0,0,6326,0,0,0,0,0),(73264,20765,530,1,1,0,1,2431.52,5731.81,272.371,2.96706,300,0,0,6326,0,0,0,0,0),(73265,20766,530,1,1,0,1,2172.58,5693.83,266.285,4.70352,300,0,0,5060,2933,2,0,0,0),(73266,20766,530,1,1,0,1,2228.62,5709.58,272.966,2.35619,300,0,0,5060,2933,0,0,0,0),(73267,20766,530,1,1,0,1,2209.62,5696.3,275.872,4.11898,300,0,0,5060,2933,0,0,0,0),(73268,20766,530,1,1,0,1,2298.23,5756.09,269.62,5.07891,300,0,0,5060,2933,0,0,0,0),(73269,20766,530,1,1,0,1,2318.45,5726.26,267.425,4.11433,300,0,0,5060,2933,2,0,0,0),(73270,20766,530,1,1,0,1,2333.21,5659.59,262.859,3.52556,300,0,0,5060,2933,0,0,0,0),(73271,20766,530,1,1,0,1,2379.85,5637.82,267.198,4.83456,300,0,0,5060,2933,0,0,0,0),(73272,20766,530,1,1,0,1,2397.28,5590.08,268.19,1.96903,300,0,0,5060,2933,2,0,0,0),(73273,20766,530,1,1,0,1,2419.24,5586.29,265.971,4.03567,300,5,0,5060,2933,1,0,0,0),(73274,20766,530,1,1,0,1,2432.8,5677.81,265.082,1.41458,300,0,0,5060,2933,2,0,0,0),(73275,20767,530,1,1,0,0,-2345.03,3235.23,1.08855,1.53589,300,0,0,42,0,0,0,0,0),(73276,20768,530,1,1,0,1,2437.76,5746.19,272.288,3.35103,300,0,0,9489,0,0,0,0,0),(73277,20769,530,1,1,0,0,3840.71,2480.35,113,3.97935,300,0,0,42,0,0,0,0,0),(73278,20769,530,1,1,0,0,3916.08,2489.66,113,2.84489,300,0,0,42,0,0,0,0,0),(73279,20769,530,1,1,0,0,3881.62,2540.75,113,2.79253,300,0,0,42,0,0,0,0,0),(73280,20771,530,1,1,0,0,2701.2,5272.78,287.548,4.18089,300,0,0,42,0,0,0,0,0),(73281,20771,530,1,1,0,0,2712.5,5306.24,268.456,2.72004,300,0,0,42,0,0,0,0,0),(73282,20771,530,1,1,0,0,2718.29,5291.83,276.821,2.62408,300,0,0,42,0,0,0,0,0),(73283,20771,530,1,1,0,0,2726.89,5289.33,272.863,4.76475,300,0,0,42,0,0,0,0,0),(73284,20771,530,1,1,0,0,2816.91,5286.55,270.231,2.87774,300,0,0,42,0,0,0,0,0),(73285,20771,530,1,1,0,0,2751.72,5183.77,272.909,4.00642,300,0,0,42,0,0,0,0,0),(73286,20771,530,1,1,0,0,2817.83,5173.32,282.651,2.89972,300,0,0,42,0,0,0,0,0),(73287,20771,530,1,1,0,0,2838.37,5276.96,272.446,4.67996,300,0,0,42,0,0,0,0,0),(73288,20771,530,1,1,0,0,2833.87,5293.1,265.106,2.80247,300,0,0,42,0,0,0,0,0),(73289,20771,530,1,1,0,0,2841.04,5290.83,267.495,4.67744,300,0,0,42,0,0,0,0,0),(73290,20771,530,1,1,0,0,2854.08,5207.83,290.264,1.32157,300,0,0,42,0,0,0,0,0),(73291,20771,530,1,1,0,0,2842.23,5293.74,266.705,4.31096,300,0,0,42,0,0,0,0,0),(73292,20771,530,1,1,0,0,2897.71,5182.94,269.448,0.250698,300,0,0,42,0,0,0,0,0),(73293,20771,530,1,1,0,0,2851.49,5167.69,271.482,0.761602,300,0,0,42,0,0,0,0,0),(73294,20771,530,1,1,0,0,2887.15,5194.84,272.94,1.28328,300,0,0,42,0,0,0,0,0),(73295,20771,530,1,1,0,0,2890.96,5172.77,269.713,5.21208,300,0,0,42,0,0,0,0,0),(73296,20771,530,1,1,0,0,2838.47,5159.88,269.848,0.30446,300,0,0,42,0,0,0,0,0),(73297,20771,530,1,1,0,0,2890.11,5185.9,284.102,3.50504,300,0,0,42,0,0,0,0,0),(73298,20771,530,1,1,0,0,2879.73,5216.43,272.504,2.05386,300,0,0,42,0,0,0,0,0),(73299,20771,530,1,1,0,0,2887.82,5213.94,278.809,0.691089,300,0,0,42,0,0,0,0,0),(73300,20771,530,1,1,0,0,2870.52,5193.13,275.731,1.81514,300,0,0,42,0,0,0,0,0),(73301,20771,530,1,1,0,0,2837.49,5180.11,274.398,1.43117,300,0,0,42,0,0,0,0,0),(73302,20771,530,1,1,0,0,2898.1,5192.37,274.425,6.03884,300,0,0,42,0,0,0,0,0),(73303,20771,530,1,1,0,0,2776.03,5135.77,278.395,5.82212,300,0,0,42,0,0,0,0,0),(73304,20771,530,1,1,0,0,2766.93,5152.41,264.944,2.99888,300,0,0,42,0,0,0,0,0),(73305,20771,530,1,1,0,0,2784.67,5155.67,269.283,3.46028,300,0,0,42,0,0,0,0,0),(73306,20771,530,1,1,0,0,2787.46,5156.98,268.861,3.728,300,0,0,42,0,0,0,0,0),(73307,20772,530,1,1,0,0,2522.53,3614.04,130.318,5.11356,300,0,0,26168,0,2,0,0,0),(73308,20773,530,1,1,0,0,3451.48,2891.16,140.964,0.903182,300,5,0,6542,0,1,0,0,0),(73309,20773,530,1,1,0,0,3476.66,2896.67,137.089,2.4325,300,5,0,6542,0,1,0,0,0),(73310,20773,530,1,1,0,0,3482.68,2930.85,139.751,0.98791,300,5,0,6542,0,1,0,0,0),(73311,20773,530,1,1,0,0,3452.42,2846.5,141.217,5.15619,300,5,0,6542,0,1,0,0,0),(73312,20773,530,1,1,0,0,3462.64,2822.41,145.79,1.38956,300,5,0,6542,0,1,0,0,0),(73313,20773,530,1,1,0,0,3486.45,2838.64,139.764,4.5435,300,5,0,6542,0,1,0,0,0),(73314,20773,530,1,1,0,0,3510.25,2881.11,141.626,2.93043,300,5,0,6542,0,1,0,0,0),(73315,20773,530,1,1,0,0,3513.37,2863.13,147.334,0.937156,300,5,0,6542,0,1,0,0,0),(73316,20773,530,1,1,0,0,3512.45,2912.9,138.433,3.21162,300,5,0,6542,0,1,0,0,0),(73317,20773,530,1,1,0,0,3560.77,2909.13,141.334,3.10251,300,5,0,6542,0,1,0,0,0),(73318,20773,530,1,1,0,0,3504.9,2955.68,140.5,1.75587,300,5,0,6542,0,1,0,0,0),(73319,20773,530,1,1,0,0,3550.38,2940.57,140.2,4.42352,300,5,0,6542,0,1,0,0,0),(73320,20774,530,1,1,0,0,3952.18,3050.09,107.606,1.76278,300,0,0,6542,0,0,0,0,0),(73321,20774,530,1,1,0,0,3946.95,3185.13,130.104,5.78755,300,5,0,6542,0,1,0,0,0),(73322,20774,530,1,1,0,0,3949.34,3081.92,114.143,0.122173,300,0,0,6542,0,0,0,0,0),(73323,20774,530,1,1,0,0,3983.02,3188.43,137.38,0.622406,300,5,0,6542,0,1,0,0,0),(73324,20774,530,1,1,0,0,3983.15,3079.11,131.407,0.401426,300,0,0,6542,0,0,0,0,0),(73325,20774,530,1,1,0,0,3981.95,3152.26,136.566,2.63545,300,0,0,6542,0,0,0,0,0),(73326,20774,530,1,1,0,0,4021.33,3153.4,147.656,4.3851,300,5,0,6542,0,1,0,0,0),(73327,20774,530,1,1,0,0,4016.87,3082.93,138.845,0.191986,300,0,0,6542,0,0,0,0,0),(73328,20774,530,1,1,0,0,3958.88,3217.58,131.478,3.44203,300,5,0,6542,0,1,0,0,0),(73329,20774,530,1,1,0,0,3943.63,3017.58,114.044,2.22113,300,5,0,6542,0,1,0,0,0),(73330,20774,530,1,1,0,0,3980.08,2981.03,132.526,4.85099,300,5,0,6542,0,1,0,0,0),(73331,20774,530,1,1,0,0,3950,2976.29,124.717,1.80758,300,5,0,6542,0,1,0,0,0),(73332,20774,530,1,1,0,0,3954.47,2881.82,111.559,4.14416,300,5,0,6542,0,1,0,0,0),(73333,20774,530,1,1,0,0,3979.55,2878.93,119.209,5.64125,300,5,0,6542,0,1,0,0,0),(73334,20774,530,1,1,0,0,3918.01,2946.92,118.031,0.018553,300,5,0,6542,0,1,0,0,0),(73335,20774,530,1,1,0,0,3997.68,2823.69,122.928,5.37446,300,5,0,6542,0,1,0,0,0),(73336,20774,530,1,1,0,0,3968.68,2847.75,117.7,3.17384,300,5,0,6542,0,1,0,0,0),(73337,20774,530,1,1,0,0,4011.28,2849.14,128.774,1.94568,300,5,0,6542,0,1,0,0,0),(73338,20774,530,1,1,0,0,4021.56,2786.3,127.448,2.09717,300,5,0,6542,0,1,0,0,0),(73339,20774,530,1,1,0,0,4185.03,2819.42,129.518,0.610486,300,5,0,6542,0,1,0,0,0),(73340,20774,530,1,1,0,0,4225.13,2847.18,140.36,3.36715,300,5,0,6542,0,1,0,0,0),(73341,20774,530,1,1,0,0,4283.94,2943.66,132.515,6.14858,300,5,0,6542,0,1,0,0,0),(73342,20774,530,1,1,0,0,4348.12,2813.98,100.939,3.05455,300,5,0,6542,0,1,0,0,0),(73343,20774,530,1,1,0,0,4349.29,2923.7,138.685,4.06609,300,5,0,6542,0,1,0,0,0),(73344,20774,530,1,1,0,0,4386.59,2820.52,111.385,5.64158,300,5,0,6542,0,1,0,0,0),(73345,20774,530,1,1,0,0,4462.77,2885.03,139.382,3.62839,300,5,0,6542,0,1,0,0,0),(73346,20774,530,1,1,0,0,4481.54,2884.24,140.834,3.11587,300,5,0,6542,0,1,0,0,0),(73347,20774,530,1,1,0,0,4522.44,3011.68,133.818,4.90741,300,5,0,6542,0,1,0,0,0),(73348,20774,530,1,1,0,0,4445.97,2953.1,132.263,5.46614,300,5,0,6542,0,1,0,0,0),(73349,20774,530,1,1,0,0,4459.01,2974.74,132.074,3.94398,300,5,0,6542,0,1,0,0,0),(73350,20774,530,1,1,0,0,4383.14,3050.29,130.849,0.770206,300,5,0,6542,0,1,0,0,0),(73351,20774,530,1,1,0,0,4414.9,3074.49,139.99,4.50887,300,5,0,6542,0,1,0,0,0),(73352,20774,530,1,1,0,0,4275.13,3021.01,131.629,3.46084,300,5,0,6542,0,1,0,0,0),(73353,20774,530,1,1,0,0,4256.08,2991.27,130.82,3.28085,300,5,0,6542,0,1,0,0,0),(73354,20774,530,1,1,0,0,4256.63,3078.92,189.411,1.72471,300,5,0,6542,0,1,0,0,0),(73355,20774,530,1,1,0,0,4313.14,3146.83,157.097,1.6588,300,5,0,6542,0,1,0,0,0),(73356,20774,530,1,1,0,0,4295.56,3078.86,201.954,0.205634,300,5,0,6542,0,1,0,0,0),(73357,20774,530,1,1,0,0,4249.69,3189.23,178.75,3.31926,300,5,0,6542,0,1,0,0,0),(73358,20774,530,1,1,0,0,4250.03,3220.51,183.735,4.12382,300,5,0,6542,0,1,0,0,0),(73359,20774,530,1,1,0,0,4175.3,3190.05,176.752,0.0342,300,5,0,6542,0,1,0,0,0),(73360,20774,530,1,1,0,0,4215.28,3250.5,175.656,2.37761,300,5,0,6542,0,1,0,0,0),(73361,20774,530,1,1,0,0,4222.47,3216.62,189.96,2.4461,300,5,0,6542,0,1,0,0,0),(73362,20774,530,1,1,0,0,4185.15,3207.56,176.485,5.11271,300,5,0,6542,0,1,0,0,0),(73363,20774,530,1,1,0,0,4115.97,3182.43,182.714,2.26628,300,5,0,6542,0,1,0,0,0),(73364,20774,530,1,1,0,0,4139.97,3185.48,192.833,3.63143,300,5,0,6542,0,1,0,0,0),(73365,20774,530,1,1,0,0,4119.08,3284.67,175.559,0.389757,300,5,0,6542,0,1,0,0,0),(73366,20774,530,1,1,0,0,4144.38,3276.37,187.9,3.62489,300,5,0,6542,0,1,0,0,0),(73367,20774,530,1,1,0,0,4084.58,3177.39,169.546,2.43085,300,5,0,6542,0,1,0,0,0),(73368,20774,530,1,1,0,0,4084.47,3286.46,158.278,4.49205,300,5,0,6542,0,1,0,0,0),(73369,20774,530,1,1,0,0,4077.88,3257.32,159.558,2.99459,300,5,0,6542,0,1,0,0,0),(73370,20774,530,1,1,0,0,4106.38,3321.14,163.046,3.41293,300,5,0,6542,0,1,0,0,0),(73371,20774,530,1,1,0,0,4135.42,3318.75,176,4.27755,300,5,0,6542,0,1,0,0,0),(73372,20774,530,1,1,0,0,4045.52,3256.23,144.899,4.0169,300,5,0,6542,0,1,0,0,0),(73373,20774,530,1,1,0,0,4056.5,3286.04,145.236,5.5593,300,5,0,6542,0,1,0,0,0),(73374,20774,530,1,1,0,0,4113.29,3359.83,151.855,6.0053,300,5,0,6542,0,1,0,0,0),(73375,20774,530,1,1,0,0,4157.1,3347.13,158.222,1.36113,300,5,0,6542,0,1,0,0,0),(73376,20774,530,1,1,0,0,4010.34,3317.79,126.181,0.190728,300,5,0,6542,0,1,0,0,0),(73377,20774,530,1,1,0,0,4118.04,3382.54,141.3,0.653602,300,5,0,6542,0,1,0,0,0),(73378,20774,530,1,1,0,0,4085.14,3375.98,146.056,2.12981,300,5,0,6542,0,1,0,0,0),(73379,20774,530,1,1,0,0,4029.46,3365.68,125.866,3.14452,300,5,0,6542,0,1,0,0,0),(73380,20774,530,1,1,0,0,4012.86,3371.86,120.618,2.39419,300,5,0,6542,0,1,0,0,0),(73381,20774,530,1,1,0,0,4015.81,3356.99,123.518,1.16956,300,5,0,6542,0,1,0,0,0),(73382,20774,530,1,1,0,0,3981.29,3246.4,130.381,1.78341,300,5,0,6542,0,1,0,0,0),(73383,20774,530,1,1,0,0,3946.48,3277.91,125.276,5.28485,300,5,0,6542,0,1,0,0,0),(73384,20774,530,1,1,0,0,3976.45,3281.3,128.593,1.86236,300,5,0,6542,0,1,0,0,0),(73385,20774,530,1,1,0,0,3943.34,3312.77,122.289,4.44869,300,5,0,6542,0,1,0,0,0),(73386,20774,530,1,1,0,0,3981.03,3353.79,119.77,3.74368,300,5,0,6542,0,1,0,0,0),(73387,20774,530,1,1,0,0,3948.88,3244.17,129.158,3.84941,300,5,0,6542,0,1,0,0,0),(73388,20774,530,1,1,0,0,4052.05,3190.78,155.815,0.613207,300,5,0,6542,0,1,0,0,0),(73389,20774,530,1,1,0,0,4077.9,3162.57,167.365,1.11676,300,5,0,6542,0,1,0,0,0),(73390,20775,530,1,1,0,0,4400.11,2999.19,108.192,1.65806,300,0,0,11121,0,0,0,0,0),(73391,20777,530,1,1,0,0,3948.44,3067.56,108.276,5.34671,300,5,0,6542,0,1,0,0,0),(73392,20777,530,1,1,0,0,4002.44,3031.32,138.633,3.99916,300,5,0,6542,0,1,0,0,0),(73393,20777,530,1,1,0,0,3952.95,2928.95,122.047,3.69379,300,5,0,6542,0,1,0,0,0),(73394,20777,530,1,1,0,0,3979.06,2861.33,122.147,5.78633,300,5,0,6542,0,1,0,0,0),(73395,20777,530,1,1,0,0,4028.03,2800.39,127.801,5.56482,300,5,0,6542,0,1,0,0,0),(73396,20777,530,1,1,0,0,4105.07,2769.89,132.06,3.55604,300,5,0,6542,0,1,0,0,0),(73397,20777,530,1,1,0,0,4232.66,2817.92,112.359,3.96965,300,5,0,6542,0,1,0,0,0),(73398,20777,530,1,1,0,0,4196.97,2897.08,167.699,4.99546,300,5,0,6542,0,1,0,0,0),(73399,20777,530,1,1,0,0,4295.19,2870.06,105.732,3.48521,300,5,0,6542,0,1,0,0,0),(73400,20777,530,1,1,0,0,4327.91,2916.65,138.604,4.888,300,5,0,6542,0,1,0,0,0),(73401,20777,530,1,1,0,0,4400.97,2889.24,139.811,2.21762,300,5,0,6542,0,1,0,0,0),(73402,20777,530,1,1,0,0,4527.59,2886.45,142.551,4.67006,300,5,0,6542,0,1,0,0,0),(73403,20777,530,1,1,0,0,4325.95,3042.37,132.004,3.26585,300,5,0,6542,0,1,0,0,0),(73404,20777,530,1,1,0,0,4344.81,3053.65,131.39,2.9897,300,5,0,6542,0,1,0,0,0),(73405,20777,530,1,1,0,0,4142.84,3231.24,192.124,0.873932,300,5,0,6542,0,1,0,0,0),(73406,20777,530,1,1,0,0,4069.5,3331.78,143.841,2.04318,300,5,0,6542,0,1,0,0,0),(73407,20777,530,1,1,0,0,4046.93,3326.64,136.101,4.48874,300,5,0,6542,0,1,0,0,0),(73408,20777,530,1,1,0,0,4136.94,3383.39,143.418,2.51998,300,5,0,6542,0,1,0,0,0),(73409,20777,530,1,1,0,0,3946.34,3231.62,129.367,1.78927,300,5,0,6542,0,1,0,0,0),(73410,20777,530,1,1,0,0,4004.86,3211.37,138.56,3.85859,300,5,0,6542,0,1,0,0,0),(73411,20778,530,1,1,0,0,3783.51,2331.65,110.303,2.40996,300,5,0,6542,0,1,0,0,0),(73412,20778,530,1,1,0,0,3779.09,2382.54,111.974,5.88176,300,0,0,6542,0,0,0,0,0),(73413,20778,530,1,1,0,0,3835.21,2375.87,110.492,1.89286,300,5,0,6542,0,1,0,0,0),(73414,20778,530,1,1,0,0,3819.31,2438.24,110.575,1.78609,300,5,0,6542,0,1,0,0,0),(73415,20778,530,1,1,0,0,3826.85,2413.6,110.643,2.45654,300,5,0,6542,0,1,0,0,0),(73416,20778,530,1,1,0,0,3849.9,2406.6,111.777,2.93189,300,5,0,6542,0,1,0,0,0),(73417,20778,530,1,1,0,0,3885.72,2419.21,110.663,3.9912,300,5,0,6542,0,1,0,0,0),(73418,20778,530,1,1,0,0,3898.76,2428.69,110.995,3.64283,300,5,0,6542,0,1,0,0,0),(73419,20778,530,1,1,0,0,3972.02,2395.33,110.496,3.20193,300,5,0,6542,0,1,0,0,0),(73420,20778,530,1,1,0,0,3997.82,2345.58,110.639,2.35391,300,5,0,6542,0,1,0,0,0),(73421,20778,530,1,1,0,0,4031.63,2354.66,110.782,5.14872,300,0,0,6542,0,0,0,0,0),(73422,20778,530,1,1,0,0,3939.03,2312.53,110.97,1.8326,300,0,0,6542,0,0,0,0,0),(73423,20778,530,1,1,0,0,3925.35,2344.9,110.788,2.3396,300,5,0,6542,0,1,0,0,0),(73424,20778,530,1,1,0,0,3792.77,2323.33,110.303,3.05403,300,5,0,6542,0,1,0,0,0),(73425,20778,530,1,1,0,0,3776.38,2322.31,110.32,4.4855,300,0,0,6542,0,0,0,0,0),(73426,20781,530,1,1,0,0,105.177,4817.4,90.058,0.680678,300,0,0,42,0,0,0,0,0),(73427,20782,530,1,1,0,0,3762.45,2368.87,115.604,3.46178,300,0,0,42,0,0,0,0,0),(73428,20782,530,1,1,0,0,3760.97,2373.33,115.161,3.24741,300,0,0,42,0,0,0,0,0),(73429,20782,530,1,1,0,0,3767.75,2375.45,116.644,3.19439,300,0,0,42,0,0,0,0,0),(73430,20782,530,1,1,0,0,3758.8,2378.67,115.449,3.00016,300,0,0,42,0,0,0,0,0),(73431,20782,530,1,1,0,0,3760.43,2372.41,115.24,3.18646,300,0,0,42,0,0,0,0,0),(73432,20782,530,1,1,0,0,3763.78,2367.97,116.612,3.38499,300,0,0,42,0,0,0,0,0),(73433,20782,530,1,1,0,0,3759,2373.47,115.248,3.27465,300,0,0,42,0,0,0,0,0),(73434,20791,530,1,1,0,1,-1884.72,5367.83,-12.3448,1.25664,300,0,0,2332,6156,0,0,0,0),(73435,20793,530,1,1,0,0,497.948,2012.61,112.777,5.16617,300,0,0,718100,0,0,0,0,0),(73436,20794,530,1,1,0,1,4940.22,3847.43,211.53,3.83701,300,0,0,114880,19386,0,0,0,0),(73437,20796,530,1,1,0,0,2883.83,2109.65,126.881,0.170768,300,0,0,4120,0,0,0,0,0),(73438,20796,530,1,1,0,0,3055.31,1880,144.634,2.90461,300,0,0,4120,0,0,0,0,0),(73439,20796,530,1,1,0,0,3145.69,1909.39,144.732,0.255659,300,0,0,4120,0,0,0,0,0),(73440,20796,530,1,1,0,0,3091.26,1910.37,144.653,6.21301,300,0,0,4120,0,0,0,0,0),(73441,20796,530,1,1,0,0,2972.77,2481.55,133.511,5.5967,300,0,0,4120,0,0,0,0,0),(73442,20796,530,1,1,0,0,3023.57,2566.19,112.735,0.933742,300,0,0,4120,0,0,0,0,0),(73443,20796,530,1,1,0,0,3210.56,2298.62,120.35,2.512,300,0,0,4120,0,0,0,0,0),(73444,20796,530,1,1,0,0,3217.51,2390.57,110.754,4.81274,300,0,0,4120,0,0,0,0,0),(73445,20796,530,1,1,0,0,3284.3,2144.17,123.179,3.77455,300,0,0,4120,0,0,0,0,0),(73446,20796,530,1,1,0,0,3226.38,2081.24,133.215,2.04287,300,0,0,4120,0,0,0,0,0),(73447,20796,530,1,1,0,0,3252.38,1949.19,131.862,5.50607,300,0,0,4120,0,0,0,0,0),(73448,20796,530,1,1,0,0,3262.24,1953.63,126.987,2.89514,300,0,0,4120,0,0,0,0,0),(73449,20796,530,1,1,0,0,3266.28,2000.48,128.391,0.672437,300,0,0,4120,0,0,0,0,0),(73450,20796,530,1,1,0,0,3153.06,1810.84,144.577,4.55052,300,0,0,4120,0,0,0,0,0),(73451,20796,530,1,1,0,0,3299.09,1817.52,124.477,4.89961,300,0,0,4120,0,0,0,0,0),(73452,20796,530,1,1,0,0,3120.87,1809.19,144.619,1.67145,300,0,0,4120,0,0,0,0,0),(73453,20796,530,1,1,0,0,3188.77,1703.47,128.28,4.87576,300,0,0,4120,0,0,0,0,0),(73454,20796,530,1,1,0,0,3296.4,1936.08,109.838,5.47155,300,0,0,4120,0,0,0,0,0),(73455,20796,530,1,1,0,0,3275.99,1989.73,122.866,0.344579,300,0,0,4120,0,0,0,0,0),(73456,20796,530,1,1,0,0,3276.96,2035.16,121.276,1.82267,300,0,0,4120,0,0,0,0,0),(73457,20796,530,1,1,0,0,3302.56,2314.95,101.463,3.11133,300,0,0,4120,0,0,0,0,0),(73458,20796,530,1,1,0,0,3342.58,2332.23,90.8605,2.72208,300,0,0,4120,0,0,0,0,0),(73459,20796,530,1,1,0,0,3366.17,2344.8,84.8402,5.19379,300,0,0,4120,0,0,0,0,0),(73460,20796,530,1,1,0,0,3335.86,2385.09,90.379,6.14308,300,0,0,4120,0,0,0,0,0),(73461,20796,530,1,1,0,0,3222.82,2474.93,91.3082,5.25081,300,0,0,4120,0,0,0,0,0),(73462,20796,530,1,1,0,0,3251.85,2536.19,96.5706,1.76014,300,0,0,4120,0,0,0,0,0),(73463,20796,530,1,1,0,0,3250.11,2380.49,90.3065,0.307131,300,0,0,4120,0,0,0,0,0),(73464,20796,530,1,1,0,0,3054.53,2453.58,125.423,2.74875,300,0,0,4120,0,0,0,0,0),(73465,20798,530,1,1,0,0,382.349,2191.94,118.393,5.68172,300,0,0,5341,0,2,0,0,0),(73466,20800,530,1,1,0,0,4473.89,3468.09,176.885,2.42184,300,0,0,29439,0,0,0,0,0),(73467,20801,530,1,1,0,0,4729.85,3204.72,160.336,3.92699,300,0,0,29439,0,0,0,0,0),(73468,20803,530,1,1,0,1,4124.07,3988.34,118.623,3.29867,300,0,0,6986,0,0,0,0,0),(73469,20804,530,1,1,0,0,3876.22,4031.48,122.736,2.46091,300,0,0,42,0,0,0,0,0),(73470,20804,530,1,1,0,0,3875.81,4018.51,122.883,2.46091,300,0,0,42,0,0,0,0,0),(73471,20804,530,1,1,0,0,3887.53,4035.94,121.435,1.98968,300,0,0,42,0,0,0,0,0),(73472,20804,530,1,1,0,0,3902.85,4047.02,123.308,5.95157,300,0,0,42,0,0,0,0,0),(73473,20804,530,1,1,0,0,3932.79,4063.98,190.351,3.63029,300,0,0,42,0,0,0,0,0),(73474,20804,530,1,1,0,0,3914.99,4062.3,122.868,4.13643,300,0,0,42,0,0,0,0,0),(73475,20804,530,1,1,0,0,3923.68,3994.43,122.617,1.98968,300,0,0,42,0,0,0,0,0),(73476,20804,530,1,1,0,0,3940.03,4096.84,191.957,1.0472,300,0,0,42,0,0,0,0,0),(73477,20804,530,1,1,0,0,3957.66,4115.33,190.731,3.82227,300,0,0,42,0,0,0,0,0),(73478,20804,530,1,1,0,0,3946.8,4108.65,191.547,4.45059,300,0,0,42,0,0,0,0,0),(73479,20804,530,1,1,0,0,3935,4008.3,116.627,4.13643,300,0,0,42,0,0,0,0,0),(73480,20804,530,1,1,0,0,3940.27,3989.43,120.831,5.95157,300,0,0,42,0,0,0,0,0),(73481,20804,530,1,1,0,0,3940.63,3921.39,122.844,3.97935,300,0,0,42,0,0,0,0,0),(73482,20804,530,1,1,0,0,3994.07,3927.37,125.098,4.72984,300,0,0,42,0,0,0,0,0),(73483,20804,530,1,1,0,0,3983.9,3944.19,125.306,2.74017,300,0,0,42,0,0,0,0,0),(73484,20804,530,1,1,0,0,3989.3,3897.51,123.321,3.78736,300,0,0,42,0,0,0,0,0),(73485,20804,530,1,1,0,0,3950.95,4013.32,113.997,0.994838,300,0,0,42,0,0,0,0,0),(73486,20804,530,1,1,0,0,4021.36,3973.67,124.007,4.90438,300,0,0,42,0,0,0,0,0),(73487,20804,530,1,1,0,0,4020.6,3999.03,126.347,4.18879,300,0,0,42,0,0,0,0,0),(73488,20804,530,1,1,0,0,3986.37,4002.6,119.238,2.72271,300,0,0,42,0,0,0,0,0),(73489,20804,530,1,1,0,0,3976.12,4018.11,119.497,6.24828,300,0,0,42,0,0,0,0,0),(73490,20804,530,1,1,0,0,4003.44,3952.01,126.081,1.01229,300,0,0,42,0,0,0,0,0),(95175,26309,0,1,1,23757,1,1835.63,283.499,74.1663,4.29351,180,0,0,8982,0,0,0,0,0),(95085,26309,0,1,1,23757,1,1879.11,1583.15,94.4049,1.58825,180,0,0,8982,0,0,0,0,0),(95083,26309,0,1,1,23757,1,1869.63,1583.73,95.2474,1.44862,180,0,0,8982,0,0,0,0,0),(95082,26309,0,1,1,23757,1,1874.34,1583.65,94.6953,1.51844,180,0,0,8982,0,0,0,0,0),(73498,20807,530,1,1,0,0,-1698.09,5504.53,-9.71611,2.68781,300,0,0,6986,0,0,0,0,0),(73499,20808,530,1,1,0,0,-2033.64,5353.98,-9.26761,0.174533,300,0,0,6986,0,0,0,0,0),(73500,20809,530,1,1,0,0,-2345.06,3234.8,-3.137,5.60251,300,0,0,42,0,0,0,0,0),(73501,20810,530,1,1,0,0,3359.65,2893.79,144.007,0.558505,300,0,0,5233,2991,0,0,0,0),(73502,20811,530,1,1,0,0,4149.92,3056.21,337.307,1.23918,300,0,0,6761,0,0,0,0,0),(73503,20813,530,1,1,0,0,-1176.71,1972.19,107.183,5.18363,300,0,0,42,0,0,0,0,0),(73504,20813,530,1,1,0,0,-1137.1,1951.25,94.1159,2.32129,300,0,0,42,0,0,0,0,0),(73505,20813,530,1,1,0,0,-1152.89,1961.49,92.9795,0.994838,300,0,0,42,0,0,0,0,0),(73506,20813,530,1,1,0,0,-1120.22,1929.89,92.3609,0.890118,300,0,0,42,0,0,0,0,0),(73507,20814,530,1,1,0,0,-1067.28,1998.95,76.2863,5.86431,300,0,0,42,0,0,0,0,0),(73508,20814,530,1,1,0,0,-1052.26,1996.34,79.3775,0.628319,300,0,0,42,0,0,0,0,0),(73509,20814,530,1,1,0,0,-1052.19,2012.1,80.9462,5.95157,300,0,0,42,0,0,0,0,0),(73510,20814,530,1,1,0,0,-1043.44,2002.14,76.0305,2.00713,300,0,0,42,0,0,0,0,0),(73511,20815,530,1,1,0,0,-934.393,1934.01,82.0316,3.35103,300,0,0,42,0,0,0,0,0),(73512,20815,530,1,1,0,0,-935.543,1921.16,82.4132,2.67035,300,0,0,42,0,0,0,0,0),(73513,20815,530,1,1,0,0,-944.015,1928.16,82.1055,5.98648,300,0,0,42,0,0,0,0,0),(73514,20815,530,1,1,0,0,-927.878,1927.45,81.0489,5.25344,300,0,0,42,0,0,0,0,0),(73515,20816,530,1,1,0,0,-1156.84,2060.87,79.1764,3.83972,300,0,0,42,0,0,0,0,0),(73516,20816,530,1,1,0,0,-1145.41,2064.83,80.7826,5.044,300,0,0,42,0,0,0,0,0),(73517,20816,530,1,1,0,0,-1152.72,2073.5,80.6229,2.00713,300,0,0,42,0,0,0,0,0),(73518,20825,530,1,1,0,0,3916.3,2511.85,105.099,3.71755,300,0,0,6986,0,0,0,0,0),(133984,36970,672,15,1,0,0,-36.2222,-2.96029,20.5331,4.69494,604800,0,0,1,0,0,0,0,0),(133983,36970,672,15,1,0,0,-36.3806,2.92895,20.5322,1.5708,604800,0,0,1,0,0,0,0,0),(247154,36811,631,10,1,0,1,-600.416,2229.5,49.4767,3.56178,86400,0,0,1,0,0,0,0,0),(41875,33089,603,3,16,0,0,1647.01,-288.679,417.396,3.49066,10,20,0,1,0,1,0,0,0),(136047,32780,603,3,1,11686,0,2132.68,-289.045,419.791,1.51844,180,0,0,42,0,0,0,0,0),(1972740,23512,530,1,1,0,0,2948.5,7076,370.826,0,300,0,0,6986,0,0,0,0,0),(73529,20846,530,1,1,0,0,-3960.49,-11926.7,-0.588289,3.21141,300,0,0,1524,0,0,0,0,0),(73530,20848,530,1,1,0,0,-3948.01,-11933.1,0.44158,5.67232,300,0,0,3052,0,0,0,0,0),(73531,20851,530,1,1,0,0,2705.04,5317.87,272.319,5.044,300,0,0,6722,0,0,0,0,0),(73532,20851,530,1,1,0,0,2681.01,5277.81,279.305,3.9968,300,0,0,6722,0,0,0,0,0),(73533,20851,530,1,1,0,0,2781.33,5277.11,277.257,5.32325,300,0,0,6722,0,0,0,0,0),(73534,20851,530,1,1,0,0,2677.22,5225.75,283.85,2.58309,300,0,0,6722,0,0,0,0,0),(73535,20851,530,1,1,0,0,2739.6,5281.42,270.82,2.53073,300,0,0,6722,0,0,0,0,0),(73536,20851,530,1,1,0,0,2808.76,5214.23,280.059,4.13643,300,0,0,6722,0,0,0,0,0),(73537,20851,530,1,1,0,0,2832.7,5293.07,275.011,5.84685,300,0,0,6722,0,0,0,0,0),(73538,20851,530,1,1,0,0,2777.51,5182.71,275.988,3.50811,300,0,0,6722,0,0,0,0,0),(73539,20851,530,1,1,0,0,2857.3,5234.82,283.417,5.75959,300,0,0,6722,0,0,0,0,0),(73540,20851,530,1,1,0,0,2830.35,5172.88,278.067,5.35816,300,0,0,6722,0,0,0,0,0),(73541,20851,530,1,1,0,0,2882.95,5176.05,280.028,3.61283,300,0,0,6722,0,0,0,0,0),(73542,20851,530,1,1,0,0,2898.44,5218.61,279.766,0.890118,300,0,0,6722,0,0,0,0,0),(73543,20851,530,1,1,0,0,2890.88,5130.9,277.48,2.79253,300,0,0,6722,0,0,0,0,0),(73544,20851,530,1,1,0,0,2926.82,5152.58,275.94,2.98451,300,0,0,6722,0,0,0,0,0),(73545,20851,530,1,1,0,0,2945.81,5192.16,274.776,6.12611,300,0,0,6722,0,0,0,0,0),(73546,20851,530,1,1,0,0,2945.7,5218.68,275.065,0.488692,300,0,0,6722,0,0,0,0,0),(73547,20851,530,1,1,0,0,2824.79,5106.15,281.209,3.1765,300,0,0,6722,0,0,0,0,0),(73548,20851,530,1,1,0,0,2739.66,5146.01,279.395,2.68781,300,0,0,6722,0,0,0,0,0),(73549,20851,530,1,1,0,0,2779.64,5114.3,281.7,1.36136,300,0,0,6722,0,0,0,0,0),(73550,20851,530,1,1,0,0,2857.45,5117.26,278.027,4.38078,300,0,0,6722,0,0,0,0,0),(73551,20851,530,1,1,0,0,2696.86,5181.12,281.956,2.11185,300,0,0,6722,0,0,0,0,0),(73552,20852,530,1,1,0,0,2709.1,5284.82,280.323,2.18166,300,0,0,6722,0,0,0,0,0),(73553,20852,530,1,1,0,0,2707.17,5246.45,287.36,2.35619,300,0,0,6722,0,0,0,0,0),(73554,20852,530,1,1,0,0,2714.48,5200.52,290.313,1.16937,300,0,0,6722,0,0,0,0,0),(73555,20852,530,1,1,0,0,2763.06,5276.45,275.204,0.383972,300,0,0,6722,0,0,0,0,0),(73556,20852,530,1,1,0,0,2781.51,5272.28,281.321,5.44543,300,0,0,6722,0,0,0,0,0),(73557,20852,530,1,1,0,0,2786.17,5198.4,283.935,2.33874,300,0,0,6722,0,0,0,0,0),(73558,20852,530,1,1,0,0,2805.84,5218.95,282.622,2.46091,300,0,0,6722,0,0,0,0,0),(73559,20852,530,1,1,0,0,2828.81,5288.22,278.495,3.78736,300,0,0,6722,0,0,0,0,0),(73560,20852,530,1,1,0,0,2824.89,5181.86,281.287,4.97419,300,0,0,6722,0,0,0,0,0),(73561,20852,530,1,1,0,0,2884.3,5225.75,287.585,1.44862,300,0,0,6722,0,0,0,0,0),(73562,20852,530,1,1,0,0,2849.67,5238.94,284.67,1.15192,300,0,0,6722,0,0,0,0,0),(73563,20852,530,1,1,0,0,2871.9,5146,287.012,5.42797,300,0,0,6722,0,0,0,0,0),(73564,20852,530,1,1,0,0,2933.15,5188.15,284.287,2.56563,300,0,0,6722,0,0,0,0,0),(73565,20852,530,1,1,0,0,2880.11,5194.23,285.313,0.471239,300,0,0,6722,0,0,0,0,0),(73566,20852,530,1,1,0,0,2913.56,5166.19,279.881,4.83456,300,0,0,6722,0,0,0,0,0),(73567,20852,530,1,1,0,0,2930.09,5223.11,285.583,4.11898,300,0,0,6722,0,0,0,0,0),(73568,20852,530,1,1,0,0,2774.49,5143.25,284.755,5.68977,300,0,0,6722,0,0,0,0,0),(73569,20852,530,1,1,0,0,2836.5,5130.68,287.212,3.735,300,0,0,6722,0,0,0,0,0),(73570,20853,530,1,1,0,0,2738.01,5276.97,294.09,2.26893,300,0,0,6722,0,0,0,0,0),(73571,20853,530,1,1,0,0,2736.25,5230.41,301.548,2.61799,300,0,0,6722,0,0,0,0,0),(73572,20853,530,1,1,0,0,2728.9,5245.15,311.51,1.90241,300,0,0,6722,0,0,0,0,0),(73573,20853,530,1,1,0,0,2781.8,5264.79,285.224,5.07891,300,0,0,6722,0,0,0,0,0),(73574,20853,530,1,1,0,0,2793.14,5212.62,288.053,1.13446,300,0,0,6722,0,0,0,0,0),(73575,20853,530,1,1,0,0,2820.16,5274.49,285.417,1.29154,300,0,0,6722,0,0,0,0,0),(73576,20853,530,1,1,0,0,2804.44,5228.35,283.743,0.314159,300,0,0,6722,0,0,0,0,0),(73577,20853,530,1,1,0,0,2783.05,5172.24,288.015,2.80998,300,0,0,6722,0,0,0,0,0),(73578,20853,530,1,1,0,0,2812.9,5198.3,285.004,2.00713,300,0,0,6722,0,0,0,0,0),(73579,20853,530,1,1,0,0,2869.2,5219.46,290.784,1.09956,300,0,0,6722,0,0,0,0,0),(73580,20853,530,1,1,0,0,2834.94,5247.36,289.999,6.19592,300,0,0,6722,0,0,0,0,0),(73581,20853,530,1,1,0,0,2844.19,5154.14,292.094,3.83972,300,0,0,6722,0,0,0,0,0),(73582,20853,530,1,1,0,0,2908.03,5189.53,291.287,2.44346,300,0,0,6722,0,0,0,0,0),(73583,20853,530,1,1,0,0,2908.39,5222.69,289.345,0.034907,300,0,0,6722,0,0,0,0,0),(73584,20855,530,1,1,0,0,2781.8,5254.44,301.818,5.07891,300,0,0,6722,0,0,0,0,0),(73585,20855,530,1,1,0,0,2827.85,5262.55,285.342,6.07375,300,0,0,6722,0,0,0,0,0),(73586,20855,530,1,1,0,0,2800.14,5197.8,295.952,3.14159,300,0,0,6722,0,0,0,0,0),(73587,20855,530,1,1,0,0,2845.29,5233.92,289.786,0.715585,300,0,0,6722,0,0,0,0,0),(73588,20855,530,1,1,0,0,2892.09,5210.35,311.179,2.58309,300,0,0,6722,0,0,0,0,0),(73589,20856,530,1,1,0,0,2807.23,5242.96,277.162,5.86431,300,0,0,6722,0,0,0,0,0),(73590,20856,530,1,1,0,0,2818.92,5251.82,279.745,6.10865,300,0,0,6722,0,0,0,0,0),(73591,20856,530,1,1,0,0,2813.92,5259.65,275.051,0.802851,300,0,0,6722,0,0,0,0,0),(73592,20856,530,1,1,0,0,2801,5251.99,277.596,5.79449,300,0,0,6722,0,0,0,0,0),(73593,20858,530,1,1,0,0,4055.41,2312.33,112.851,6.19592,300,0,0,6986,0,0,0,0,0),(73594,20871,530,1,1,0,1,4245.92,3124.08,180.189,1.95477,300,0,0,5409,3080,0,0,0,0),(73595,20872,530,1,1,0,1,-3238.26,2085.73,77.0323,0.450296,300,5,0,4710,2991,1,0,0,0),(73596,20872,530,1,1,0,1,-3309.76,2012.66,41.191,5.49779,300,5,0,4710,2991,1,0,0,0),(73597,20872,530,1,1,0,1,-3402.9,2043.49,20.0744,1.89011,300,5,0,4710,2991,1,0,0,0),(73598,20872,530,1,1,0,1,-3415.38,2095.36,34.1878,6.21337,300,0,0,4710,2991,0,0,0,0),(73599,20872,530,1,1,0,1,-3421.25,2109.22,34.5155,5.4663,300,5,0,4710,2991,1,0,0,0),(73600,20872,530,1,1,0,1,-3413.25,2132.96,34.4846,4.97419,300,0,0,4710,2991,0,0,0,0),(73601,20872,530,1,1,0,1,-3227.47,1952.57,110.627,0.731867,300,5,0,4710,2991,1,0,0,0),(73602,20872,530,1,1,0,1,-3261.34,2070.48,74.709,4.01753,300,5,0,4710,2991,1,0,0,0),(73603,20874,530,1,1,0,0,-2835.45,5056.6,-16.7132,0.314159,300,0,0,4979,0,0,0,0,0),(73604,20874,530,1,1,0,0,-2832.53,5059.7,-16.2971,4.62512,300,0,0,4979,0,0,0,0,0),(73605,20876,530,1,1,0,1,-2774.34,5059.96,-7.64735,2.89725,300,0,0,3662,0,0,0,0,0),(73606,20876,530,1,1,0,1,-2761.39,5122.72,-6.45257,4.32842,300,0,0,3662,0,0,0,0,0),(73607,20876,530,1,1,0,1,-2845.04,5048.87,-18.1362,4.32842,300,0,0,3662,0,0,0,0,0),(73608,20876,530,1,1,0,1,-2832.16,5032.04,-16.0704,2.40855,300,0,0,3662,0,0,0,0,0),(73609,20876,530,1,1,0,1,-2832.56,5054.95,-16.2047,1.71042,300,0,0,3662,0,0,0,0,0),(73610,20876,530,1,1,0,1,-2832.71,5122.38,-14.7302,5.35816,300,0,0,3662,0,0,0,0,0),(73611,20876,530,1,1,0,1,-2858.77,5106.79,-18.1109,2.28638,300,0,0,3662,0,0,0,0,0),(73612,20876,530,1,1,0,1,-2818.93,5094.57,-13.8983,4.46804,300,0,0,3662,0,0,0,0,0),(73613,20877,530,1,1,0,0,-2848.05,5040.12,-18.5875,0.645772,300,0,0,5975,0,0,0,0,0),(73614,20877,530,1,1,0,0,-2843.96,5041.03,-17.986,2.94961,300,0,0,5975,0,0,0,0,0),(73615,20877,530,1,1,0,0,-2814.92,5059.14,-13.293,4.57276,300,0,0,5975,0,0,0,0,0),(73616,20877,530,1,1,0,0,-2829.84,5057.03,-15.7853,3.15905,300,0,0,5975,0,0,0,0,0),(73617,20878,530,1,1,0,1,-3218.94,2053.71,83.8835,2.92606,300,5,0,6542,0,1,0,0,0),(73618,20878,530,1,1,0,1,-3292.99,1907.61,142.326,0.122173,300,0,0,6542,0,0,0,0,0),(73619,20878,530,1,1,0,1,-3295,2059.66,76.2516,1.20428,300,0,0,6542,0,0,0,0,0),(73620,20878,530,1,1,0,1,-3341.51,2016.82,33.6518,5.42797,300,0,0,6542,0,0,0,0,0),(73621,20878,530,1,1,0,1,-3376.09,2038.66,37.6801,5.91667,300,0,0,6542,0,0,0,0,0),(73622,20878,530,1,1,0,1,-3363.54,2046.37,39.0521,5.18363,300,0,0,6542,0,0,0,0,0),(73623,20878,530,1,1,0,1,-3395.61,2016.55,22.0955,0.500128,300,5,0,6542,0,1,0,0,0),(73624,20878,530,1,1,0,1,-3391.79,2035.24,19.9867,2.00984,300,5,0,6542,0,1,0,0,0),(73625,20878,530,1,1,0,1,-3390.45,2062.8,14.2975,0.194731,300,5,0,6542,0,1,0,0,0),(73626,20878,530,1,1,0,1,-3411.4,2039.18,21.576,2.08418,300,5,0,6542,0,1,0,0,0),(73627,20878,530,1,1,0,1,-3387.48,1996.93,25.9171,4.85202,300,0,0,6542,0,0,0,0,0),(73628,20878,530,1,1,0,1,-3420.47,2024.36,79.8101,5.34177,300,5,0,6542,0,1,0,0,0),(73629,20878,530,1,1,0,1,-3420.09,2058.18,15.3203,3.1089,300,5,0,6542,0,1,0,0,0),(73630,20878,530,1,1,0,1,-3396.89,2070.46,34.0593,5.65487,300,0,0,6542,0,0,0,0,0),(73631,20878,530,1,1,0,1,-3439.75,2062.29,15.2424,2.71854,300,5,0,6542,0,1,0,0,0),(73632,20878,530,1,1,0,1,-3455.95,2136.25,31.6043,0.15708,300,0,0,6542,0,0,0,0,0),(73633,20878,530,1,1,0,1,-3440.93,2151.51,31.6043,4.57276,300,0,0,6542,0,0,0,0,0),(73634,20878,530,1,1,0,1,-3393.12,2105.16,78.1657,3.69699,300,5,0,6542,0,1,0,0,0),(73635,20878,530,1,1,0,1,-3223.44,1969.5,144.56,5.32325,300,0,0,6542,0,0,0,0,0),(73636,20878,530,1,1,0,1,-3423.52,2029.46,79.4351,5.22982,300,5,0,6542,0,1,0,0,0),(73637,20878,530,1,1,0,1,-3386.78,2108.15,78.9157,0.354145,300,5,0,6542,0,1,0,0,0),(73638,20878,530,1,1,0,1,-3279.2,2095.51,82.9782,0.614422,300,5,0,6542,0,1,0,0,0),(73639,20878,530,1,1,0,1,-3284.54,2139.87,85.055,2.65806,300,5,0,6542,0,1,0,0,0),(73640,20887,530,1,1,0,0,-3240.07,2089.06,77.8867,0.361591,300,5,0,1518,2933,1,0,0,0),(73641,20887,530,1,1,0,0,-3315.53,2018.32,39.4493,0.784909,300,5,0,1518,2933,1,0,0,0),(73642,20887,530,1,1,0,0,-3406.3,2042.63,20.452,1.8954,300,5,0,1518,2933,1,0,0,0),(73643,20887,530,1,1,0,0,-3411.79,2096.54,34.0266,5.16714,300,5,0,1518,2933,1,0,0,0),(73644,20887,530,1,1,0,0,-3419.07,2112.01,34.5395,5.46631,300,5,0,1518,2933,1,0,0,0),(73645,20887,530,1,1,0,0,-3412.33,2127.14,34.4012,4.96504,300,5,0,1518,2933,1,0,0,0),(73646,20887,530,1,1,0,0,-3227.47,1950.55,110.739,0.713457,300,5,0,1518,2933,1,0,0,0),(73647,20890,530,1,1,0,0,-2844.34,5050.81,-17.9867,0.331613,300,0,0,9958,0,0,0,0,0),(73648,20891,530,1,1,0,1,-2839.58,5052.64,-17.3227,3.56047,300,0,0,9958,0,0,0,0,0),(73649,20892,530,1,1,0,0,-2841.87,5049.4,-17.666,1.64061,300,0,0,9958,0,0,0,0,0),(73650,20893,530,1,1,0,1,-2843.92,5046.5,-17.9738,2.80998,300,0,0,7968,2434,0,0,0,0),(73651,20894,530,1,1,0,0,-2847.15,5045.79,-18.4466,0.750492,300,0,0,42,0,0,0,0,0),(73652,20895,530,1,1,0,0,-2847.64,5047.28,-18.5049,6.23082,300,0,0,42,0,0,0,0,0),(73653,20899,530,1,1,0,0,3936.44,2003.48,365.135,4.64258,30,0,0,489020,0,0,0,0,0),(73654,20903,530,1,1,0,0,4275.45,2126.65,138.62,2.87979,300,0,0,6986,0,0,0,0,0),(73655,20907,530,1,1,0,0,4277.2,2132.45,138.642,2.68781,300,0,0,5409,3080,0,0,0,0),(73656,20913,530,1,1,0,0,4914.74,2991.92,94.1138,0.15708,300,0,0,5409,3080,0,0,0,0),(73657,20914,530,1,1,0,0,-3980.54,-11925.9,0.05215,4.2586,300,0,0,300,0,0,0,0,0),(73658,20915,530,1,1,0,0,2946.17,5467.01,146.351,0.279253,300,0,0,6986,0,0,0,0,0),(73659,20916,530,1,1,0,0,2949.44,5456.5,146.314,0.593412,300,0,0,6986,0,0,0,0,0),(73660,20917,530,1,1,0,0,3023.43,5504.72,145.829,3.735,300,0,0,6986,0,0,0,0,0),(73661,20920,530,1,1,0,0,3911.36,4023.48,189.869,2.46091,300,0,0,6542,0,0,0,0,0),(73662,20921,530,1,1,0,0,3373.58,2892.23,144.049,4.32842,300,0,0,5409,3080,0,0,0,0),(73663,20924,530,1,1,0,0,3686.86,6564.76,133.179,1.26388,300,5,0,6326,0,1,0,0,0),(73664,20924,530,1,1,0,0,3672.42,6591.47,133.535,5.06145,300,0,0,6326,0,0,0,0,0),(73665,20924,530,1,1,0,0,3703.41,6610.86,132.686,2.02868,300,5,0,6326,0,1,0,0,0),(73666,20924,530,1,1,0,0,3706.77,6576.95,133.936,1.7374,300,5,0,6326,0,1,0,0,0),(73667,20924,530,1,1,0,0,3720.49,6635.23,131.839,2.42601,300,0,0,6326,0,0,0,0,0),(73668,20924,530,1,1,0,0,3709.53,6662.51,132.186,4.92863,300,5,0,6326,0,1,0,0,0),(73669,20924,530,1,1,0,0,3773.51,6674.72,136.288,6.02549,300,0,0,6326,0,0,0,0,0),(73670,20924,530,1,1,0,0,3773.21,6693.41,136.288,4.80053,300,5,0,6326,0,1,0,0,0),(73671,20924,530,1,1,0,0,3796.18,6676.12,136.163,1.09916,300,5,0,6326,0,1,0,0,0),(73672,20925,530,1,1,0,0,3498.43,4925.68,261.243,4.10373,300,0,0,6326,0,0,0,0,0),(73673,20925,530,1,1,0,0,5006.45,5006.45,265.857,4.21061,300,5,0,6326,0,1,0,0,0),(73674,20925,530,1,1,0,0,3513.35,4977.04,269.168,1.56444,300,5,0,6326,0,1,0,0,0),(73675,20925,530,1,1,0,0,3482.38,5011.42,265.417,4.52083,300,5,0,6326,0,1,0,0,0),(73676,20925,530,1,1,0,0,3770.57,4920.28,278.718,5.81914,300,5,0,6326,0,1,0,0,0),(73677,20925,530,1,1,0,0,3698.37,4752.48,241.208,1.74436,300,5,0,6326,0,1,0,0,0),(73678,20925,530,1,1,0,0,3669.25,4777.33,243.184,4.5932,300,5,0,6326,0,1,0,0,0),(73679,20925,530,1,1,0,0,3586.61,4862.42,256.242,2.50865,300,5,0,6326,0,1,0,0,0),(73680,20928,530,1,1,0,0,4771.57,3361.49,205.086,5.52816,300,5,0,6761,0,1,0,0,0),(73681,20928,530,1,1,0,0,4689.53,3103.95,171.542,5.11839,300,5,0,6761,0,1,0,0,0),(73682,20928,530,1,1,0,0,4636.48,3306.89,171.585,0.319898,300,5,0,6761,0,1,0,0,0),(73683,20929,530,1,1,0,1,4846.55,3783.34,204.226,3.70273,300,0,0,6148,3155,0,0,0,0),(73684,20929,530,1,1,0,1,4864.45,3792.47,199.557,3.86962,300,0,0,6148,3155,0,0,0,0),(73685,20929,530,1,1,0,1,4837.15,3777.76,207.325,2.76159,300,5,0,6148,3155,1,0,0,0),(73686,20929,530,1,1,0,1,4884.4,3715.54,200.474,3.36312,300,5,0,6148,3155,1,0,0,0),(73687,20929,530,1,1,0,1,4888.64,3854.49,199.057,2.53073,300,0,0,6148,3155,0,0,0,0),(73688,20929,530,1,1,0,1,4928.65,3891.37,199.471,1.85005,300,0,0,6148,3155,0,0,0,0),(73689,20929,530,1,1,0,1,4902.99,3926.36,195.882,3.60655,300,5,0,6148,3155,1,0,0,0),(73690,20929,530,1,1,0,1,4980.84,3810.37,200.984,5.72468,300,0,0,6148,3155,0,0,0,0),(73691,20929,530,1,1,0,1,4998.27,3828.73,206.104,1.59618,300,5,0,6148,3155,1,0,0,0),(73692,20929,530,1,1,0,1,4984.83,3876.76,205.675,0.645772,300,0,0,6148,3155,0,0,0,0),(73693,20929,530,1,1,0,1,4854.88,3821.94,207.064,4.04916,300,0,0,6148,3155,0,0,0,0),(73694,20929,530,1,1,0,1,4753.6,3714.81,193.697,1.66473,300,5,0,6148,3155,1,0,0,0),(73695,20930,530,1,1,0,1,4869.09,3746.12,212.631,3.30148,300,5,0,6707,3155,1,0,0,0),(73696,20930,530,1,1,0,1,4817.82,3868.28,218.292,0.622406,300,5,0,6707,3155,1,0,0,0),(73697,20930,530,1,1,0,1,4891.39,3870.78,199.157,3.70635,300,5,0,6707,3155,1,0,0,0),(73698,20933,530,1,1,0,0,4271.96,2184.08,136.749,0.20944,300,0,0,6986,0,0,0,0,0),(73699,20933,530,1,1,0,0,4189.06,2084.12,161.017,4.41568,300,0,0,6986,0,0,0,0,0),(73700,20933,530,1,1,0,0,4186.18,1703.81,118.708,0.698132,300,0,0,6986,0,0,0,0,0),(73701,20933,530,1,1,0,0,3786.18,1641.38,136.252,2.47837,300,0,0,6986,0,0,0,0,0),(73702,20933,530,1,1,0,0,4049.87,1456.68,-121.924,3.28122,300,0,0,6986,0,0,0,0,0),(73703,20933,530,1,1,0,0,4074.63,1576.05,23.7175,1.90241,300,0,0,6986,0,0,0,0,0),(73704,20933,530,1,1,0,0,3648.15,1859.62,120.246,4.67748,300,0,0,6986,0,0,0,0,0),(73705,20933,530,1,1,0,0,3764.68,2009.29,252.191,3.56047,300,0,0,6986,0,0,0,0,0),(73706,20933,530,1,1,0,0,3807.56,1821.4,250.851,5.75959,300,0,0,6986,0,0,0,0,0),(73707,20933,530,1,1,0,0,3936.75,1809.26,226.592,3.735,300,0,0,6986,0,0,0,0,0),(73708,20933,530,1,1,0,0,3869.1,1915.73,256.539,5.72468,300,0,0,6986,0,0,0,0,0),(73709,20933,530,1,1,0,0,3865.69,1921.72,335.946,4.60767,300,0,0,6986,0,0,0,0,0),(73710,20933,530,1,1,0,0,3896.52,1906.83,340.399,1.23918,300,0,0,6986,0,0,0,0,0),(73711,20933,530,1,1,0,0,3873.98,1933.89,325.804,4.59022,300,0,0,6986,0,0,0,0,0),(73712,20933,530,1,1,0,0,3942.39,1924.79,332.623,1.06465,300,0,0,6986,0,0,0,0,0),(73713,20933,530,1,1,0,0,3900.81,1924.26,321.835,6.23082,300,0,0,6986,0,0,0,0,0),(73714,20933,530,1,1,0,0,3929.81,1997.37,255.765,1.95477,300,0,0,6986,0,0,0,0,0),(73715,20933,530,1,1,0,0,3885.14,1957.01,329.543,1.55334,300,0,0,6986,0,0,0,0,0),(73716,20933,530,1,1,0,0,3944.27,1949.21,335.885,0.628319,300,0,0,6986,0,0,0,0,0),(73717,20933,530,1,1,0,0,3906.11,1928.19,365.26,2.14675,300,0,0,6986,0,0,0,0,0),(73718,20933,530,1,1,0,0,3924.94,1998.09,302.463,0.10472,300,0,0,6986,0,0,0,0,0),(73719,20933,530,1,1,0,0,3923.03,1973.93,310.731,0.191986,300,0,0,6986,0,0,0,0,0),(73720,20933,530,1,1,0,0,3926.62,1988.08,320.419,4.08407,300,0,0,6986,0,0,0,0,0),(73721,20933,530,1,1,0,0,3882.64,1974.03,323.677,2.96706,300,0,0,6986,0,0,0,0,0),(73722,20933,530,1,1,0,0,3878.19,2020.16,364.984,1.23918,300,0,0,6986,0,0,0,0,0),(73723,20933,530,1,1,0,0,3852.04,2147.96,235.673,5.44543,300,0,0,6986,0,0,0,0,0),(73724,20933,530,1,1,0,0,3940.35,2071.94,327.873,3.68265,300,0,0,6986,0,0,0,0,0),(73725,20933,530,1,1,0,0,3930.73,2094.74,351.41,3.19395,300,0,0,6986,0,0,0,0,0),(73726,20933,530,1,1,0,0,3960.89,2071.99,354.886,5.67232,300,0,0,6986,0,0,0,0,0),(73727,20933,530,1,1,0,0,3997.54,2001.18,304.704,5.8294,300,0,0,6986,0,0,0,0,0),(73728,20933,530,1,1,0,0,3982.17,2029.04,366.211,4.2237,300,0,0,6986,0,0,0,0,0),(73729,20933,530,1,1,0,0,3992.27,2050.67,391.923,5.32325,300,0,0,6986,0,0,0,0,0),(73730,20933,530,1,1,0,0,3923.3,2107.78,361.724,6.23082,300,0,0,6986,0,0,0,0,0),(73731,20933,530,1,1,0,0,3935.92,2023.32,312.813,2.77507,300,0,0,6986,0,0,0,0,0),(73732,20933,530,1,1,0,0,3955.47,2046.1,380.926,3.89208,300,0,0,6986,0,0,0,0,0),(73733,20933,530,1,1,0,0,3942.32,2012.73,301.445,4.43314,300,0,0,6986,0,0,0,0,0),(73734,20933,530,1,1,0,0,3935.3,2003.05,318.219,1.88496,300,0,0,6986,0,0,0,0,0),(73735,20933,530,1,1,0,0,3952.88,2008.22,304.431,3.90954,300,0,0,6986,0,0,0,0,0),(73736,20933,530,1,1,0,0,4028.32,1955.64,263.974,0.331613,300,0,0,6986,0,0,0,0,0),(73737,20933,530,1,1,0,0,3914.98,2001.49,348.78,4.53786,300,0,0,6986,0,0,0,0,0),(73738,20933,530,1,1,0,0,3966.78,1990.78,374.591,1.51844,300,0,0,6986,0,0,0,0,0),(73739,20933,530,1,1,0,0,3939.18,1985.25,368.581,1.8326,300,0,0,6986,0,0,0,0,0),(73740,20933,530,1,1,0,0,3992.02,1966.64,376.385,3.85718,300,0,0,6986,0,0,0,0,0),(73741,20933,530,1,1,0,0,3897.76,2021.22,395.238,5.0091,300,0,0,6986,0,0,0,0,0),(73742,20933,530,1,1,0,0,3898.22,2014.72,401.797,0.733038,300,0,0,6986,0,0,0,0,0),(73743,20933,530,1,1,0,0,3931.84,2019.57,371.912,0.418879,300,0,0,6986,0,0,0,0,0),(73744,20933,530,1,1,0,0,3902.25,2008.53,408.657,3.24631,300,0,0,6986,0,0,0,0,0),(73745,20933,530,1,1,0,0,3988.36,2035.15,414.41,3.19395,300,0,0,6986,0,0,0,0,0),(73746,20933,530,1,1,0,0,3874.61,2016.01,375.497,4.15388,300,0,0,6986,0,0,0,0,0),(73747,20933,530,1,1,0,0,3959.19,2006.03,372.527,1.46608,300,0,0,6986,0,0,0,0,0),(73748,20933,530,1,1,0,0,3937.19,2002.98,396.584,0.383972,300,0,0,6986,0,0,0,0,0),(73749,20933,530,1,1,0,0,4009.99,2017.99,407.489,6.0912,300,0,0,6986,0,0,0,0,0),(73750,20934,530,1,1,0,1,2147.8,2271.42,74.353,4.27495,300,5,0,6542,0,1,0,0,0),(73751,20934,530,1,1,0,1,2164.87,2271.9,76.4306,2.34181,300,5,0,6542,0,1,0,0,0),(73752,20934,530,1,1,0,1,2172,2178.05,70.2566,0.673978,300,5,0,6542,0,1,0,0,0),(73753,20934,530,1,1,0,1,2191.59,2199.26,77.4718,5.46195,300,5,0,6542,0,1,0,0,0),(73754,20934,530,1,1,0,1,2154.09,2143.02,69.4736,4.59022,300,5,0,6542,0,1,0,0,0),(73755,20934,530,1,1,0,1,2189.5,2138.78,70.5067,3.91732,300,5,0,6542,0,1,0,0,0),(73756,20934,530,1,1,0,1,2199.32,2113.9,71.8574,5.44543,300,5,0,6542,0,1,0,0,0),(73757,20934,530,1,1,0,1,2250.94,2167.62,82.1381,3.71416,300,0,0,6542,0,0,0,0,0),(73758,20934,530,1,1,0,1,2299.44,2143.78,87.9495,3.08939,300,5,0,6542,0,1,0,0,0),(73759,20934,530,1,1,0,1,2329.51,2191.98,95.0477,4.45059,300,5,0,6542,0,1,0,0,0),(73760,20980,530,1,1,0,0,4145.44,3057.38,336.932,1.0821,300,0,0,3815,0,0,0,0,0),(73761,20981,530,1,1,0,0,4098.74,2975.2,355.27,0.785398,300,0,0,6224,0,0,0,0,0),(73762,20982,530,1,1,0,0,4034.23,3040.57,145.78,5.96903,300,0,0,42,0,0,0,0,0),(73763,20984,530,1,1,0,1,4268.54,2095.39,141.599,2.93215,300,0,0,13522,0,0,0,0,0),(73764,20984,530,1,1,0,1,4269.3,2111.34,138.99,3.07178,300,0,0,13522,0,0,0,0,0),(73765,20984,530,1,1,0,1,4275.36,2109.73,138.378,3.33358,300,0,0,13522,0,0,0,0,0),(73766,20985,530,1,1,0,1,4264.29,2102.71,140.839,6.10865,300,0,0,34464,16155,0,0,0,0),(73767,20986,530,1,1,0,0,-3521.88,4952.89,-101.313,5.86431,300,0,0,3815,0,0,0,0,0),(73768,20987,530,1,1,0,0,3213.55,5327.42,142.809,6.1004,300,5,0,6116,0,1,0,0,0),(73769,20987,530,1,1,0,0,3186.34,5355.91,144.668,4.16651,300,5,0,6116,0,1,0,0,0),(73770,20987,530,1,1,0,0,3216.99,5362.68,142.153,1.85005,300,0,0,6116,0,0,0,0,0),(73771,20987,530,1,1,0,0,3234.76,5324.81,142.231,2.74927,300,5,0,6116,0,1,0,0,0),(73772,20987,530,1,1,0,0,3239.97,5341,143.327,3.0661,300,5,0,6116,0,1,0,0,0),(73773,20989,530,1,1,0,0,4155.76,3072.52,336.954,5.60251,300,0,0,3815,0,0,0,0,0),(73774,21004,530,1,1,0,0,1758.35,5588.59,265.488,6.24935,300,5,0,6116,0,1,0,0,0),(73775,21004,530,1,1,0,0,1729.93,5637.13,265.94,4.89741,300,5,0,6116,0,1,0,0,0),(73776,21004,530,1,1,0,0,1781.58,5620.78,266.031,6.24215,300,5,0,6116,0,1,0,0,0),(73777,21004,530,1,1,0,0,1710.89,5584.64,266.003,4.09563,300,5,0,6116,0,1,0,0,0),(73778,21004,530,1,1,0,0,1690.83,5637.83,265.475,1.74463,300,5,0,6116,0,1,0,0,0),(73779,21004,530,1,1,0,0,1634.37,5627.82,265.861,2.80533,300,5,0,6116,0,1,0,0,0),(73780,21004,530,1,1,0,0,1654.85,5518.62,266.169,4.04664,300,5,0,6116,0,1,0,0,0),(73781,21004,530,1,1,0,0,1684.4,5578.88,265.82,0.756675,300,5,0,6116,0,1,0,0,0),(73782,21004,530,1,1,0,0,1548.55,5574.6,263.814,4.28806,300,5,0,6116,0,1,0,0,0),(73783,21004,530,1,1,0,0,1541.69,5532.3,261.896,4.81094,300,5,0,6116,0,1,0,0,0),(73784,21004,530,1,1,0,0,1540.83,5515.46,266.001,2.63243,300,5,0,6116,0,1,0,0,0),(73785,21004,530,1,1,0,0,1617.86,5480.69,265.877,2.10805,300,5,0,6116,0,1,0,0,0),(73786,21004,530,1,1,0,0,1581.97,5443.21,266.104,5.30387,300,5,0,6116,0,1,0,0,0),(73787,21004,530,1,1,0,0,1624.59,5428.15,266.312,3.68041,300,5,0,6116,0,1,0,0,0),(73788,21004,530,1,1,0,0,1619.42,5354.08,265.831,2.25578,300,5,0,6116,0,1,0,0,0),(73789,21004,530,1,1,0,0,1637.22,5374.09,266.308,3.00743,300,5,0,6116,0,1,0,0,0),(73790,21004,530,1,1,0,0,1650.28,5206.49,265.751,1.17736,300,5,0,6116,0,1,0,0,0),(73791,21004,530,1,1,0,0,1584.41,5192.08,325.269,1.56332,300,5,0,6116,0,1,0,0,0),(73792,21004,530,1,1,0,0,1664.68,5254.28,265.357,1.95613,300,5,0,6116,0,1,0,0,0),(73793,21004,530,1,1,0,0,1622.11,5242.92,265.594,6.19421,300,5,0,6116,0,1,0,0,0),(73794,21004,530,1,1,0,0,1618.51,5256.21,265.824,1.89903,300,5,0,6116,0,1,0,0,0),(73795,21004,530,1,1,0,0,1655.5,5328.62,265.953,2.06606,300,5,0,6116,0,1,0,0,0),(73796,21006,530,1,1,0,1,-2588.25,3319.51,0.58673,5.49392,300,0,0,5914,0,0,0,0,0),(73797,21007,530,1,1,0,1,-2525.9,3665.57,1.66699,2.63545,300,0,0,5914,0,0,0,0,0),(73798,21010,530,1,1,0,0,-3845.83,-11386,-126.81,6.16101,300,0,0,42,0,0,0,0,0),(73799,21018,530,1,1,0,0,-3845.89,-11382.9,-126.798,1.44862,300,0,0,42,0,0,0,0,0),(73800,21019,530,1,1,0,0,-3847.9,-11384.5,-126.828,3.7001,300,0,0,737,2175,0,0,0,0),(73801,21021,530,1,1,0,0,3512.25,4952.45,265.819,3.31104,300,5,0,5060,2933,1,0,0,0),(73802,21021,530,1,1,0,0,3554.72,4928.7,265.148,3.10168,300,5,0,5060,2933,1,0,0,0),(73803,21021,530,1,1,0,0,3550.07,4990.73,267.647,3.71755,300,0,0,5060,2933,0,0,0,0),(73804,21021,530,1,1,0,0,3579.39,4920.96,269.446,0.7135,300,5,0,5060,2933,1,0,0,0),(73805,21021,530,1,1,0,0,3643.64,4973.01,263.291,5.1526,300,5,0,5060,2933,1,0,0,0),(73806,21021,530,1,1,0,0,3648.13,4947.38,264.108,3.99987,300,5,0,5060,2933,1,0,0,0),(73807,21021,530,1,1,0,0,3653.47,5016.78,267.034,1.11588,300,5,0,5060,2933,1,0,0,0),(73808,21021,530,1,1,0,0,3686.62,5008.23,266.31,3.85581,300,0,0,5060,2933,0,0,0,0),(73809,21021,530,1,1,0,0,3744.79,4943.63,277.165,2.9248,300,5,0,5060,2933,1,0,0,0),(73810,21021,530,1,1,0,0,3738.81,5013.08,275.481,5.13994,300,5,0,5060,2933,1,0,0,0),(73811,21021,530,1,1,0,0,3587.98,5014.89,266.343,0.546281,300,5,0,5060,2933,1,0,0,0),(73812,21021,530,1,1,0,0,3745.83,4870.83,256.1,2.52198,300,0,0,5060,2933,0,0,0,0),(73813,21022,530,1,1,0,0,1543.11,6767.97,127.884,5.21446,300,5,0,1,0,1,0,0,0),(73814,21022,530,1,1,0,0,1593.68,6763.08,138.199,4.04142,300,5,0,1,0,1,0,0,0),(73815,21022,530,1,1,0,0,1543.01,6844.53,128.962,4.39867,300,5,0,1,0,1,0,0,0),(73816,21022,530,1,1,0,0,1826.68,6929.89,147.813,1.41592,300,5,0,1,0,1,0,0,0),(73817,21022,530,1,1,0,0,1702.23,6835.6,136.974,4.26691,300,0,0,1,0,0,0,0,0),(73818,21022,530,1,1,0,0,1812.3,6840.18,140.953,4.24088,300,5,0,1,0,1,0,0,0),(73819,21022,530,1,1,0,0,1892.14,6916.5,150.159,4.96613,300,5,0,1,0,1,0,0,0),(73820,21022,530,1,1,0,0,1821.87,6778.19,140.669,5.49276,300,5,0,1,0,1,0,0,0),(73821,21022,530,1,1,0,0,1877.01,6793.71,142.268,5.49917,300,5,0,1,0,1,0,0,0),(73822,21022,530,1,1,0,0,1801.71,6716.33,136.46,3.57728,300,5,0,1,0,1,0,0,0),(73823,21022,530,1,1,0,0,1762.14,6720.69,146.836,5.92837,300,5,0,1,0,1,0,0,0),(73824,21022,530,1,1,0,0,1834.87,6663.72,138.298,4.80879,300,5,0,1,0,1,0,0,0),(73825,21022,530,1,1,0,0,1859.5,6708.2,142.64,4.26831,300,5,0,1,0,1,0,0,0),(73826,21022,530,1,1,0,0,1895.12,6674.69,143.916,3.85445,300,5,0,1,0,1,0,0,0),(73827,21022,530,1,1,0,0,1912.28,6682.19,146.215,1.34927,300,5,0,1,0,1,0,0,0),(73828,21022,530,1,1,0,0,1925.03,6615.47,145.053,0.391563,300,5,0,1,0,1,0,0,0),(73829,21022,530,1,1,0,0,1975.73,6675.44,146.354,3.77523,300,5,0,1,0,1,0,0,0),(73830,21022,530,1,1,0,0,1934.81,6580.48,144.122,3.92531,300,5,0,1,0,1,0,0,0),(73831,21022,530,1,1,0,0,2100.12,6674.08,146.524,3.92699,300,5,0,1,0,1,0,0,0),(73833,21023,530,1,1,0,0,1650.71,6811.52,132.554,0.402455,300,0,0,8562,0,2,0,0,0),(73834,21024,530,1,1,0,1,-3600.15,1904.57,47.3654,4.93928,300,0,0,5409,3080,0,0,0,0),(73835,21025,530,1,1,0,0,2809.79,5250.41,268.553,3.26377,300,0,0,42,0,0,0,0,0),(73836,21026,530,1,1,0,1,-3602.97,1903.81,47.3251,4.90438,300,0,0,5233,2991,0,0,0,0),(73837,21032,530,1,1,0,0,1609.29,5440.47,266.058,5.35216,300,0,0,8178,0,0,0,0,0),(73838,21033,530,1,1,0,0,1753.95,6052.9,143.663,1.9173,300,5,0,5914,0,1,0,0,0),(73839,21033,530,1,1,0,0,1733.17,6030.41,145.82,3.66818,300,5,0,5914,0,1,0,0,0),(73840,21033,530,1,1,0,0,1738.97,6081.26,142.742,4.98812,300,5,0,5914,0,1,0,0,0),(73841,21033,530,1,1,0,0,1770.9,5946.83,146.677,4.31103,300,5,0,5914,0,1,0,0,0),(73842,21033,530,1,1,0,0,1810.66,6054.23,139.742,5.77526,300,5,0,5914,0,1,0,0,0),(73843,21033,530,1,1,0,0,1842.88,6106.28,139.47,2.35492,300,5,0,5914,0,1,0,0,0),(73844,21033,530,1,1,0,0,1850.81,6099.49,138.369,5.33968,300,0,0,5914,0,0,0,0,0),(73845,21033,530,1,1,0,0,1861.63,6109.8,139.683,2.49459,300,5,0,5914,0,1,0,0,0),(73846,21033,530,1,1,0,0,1866.67,6172.81,144.672,3.89799,300,5,0,5914,0,1,0,0,0),(73847,21033,530,1,1,0,0,1960,6154.52,146.407,3.09311,300,5,0,5914,0,1,0,0,0),(73848,21033,530,1,1,0,0,1999.69,6107.33,151.48,0.903072,300,5,0,5914,0,1,0,0,0),(73849,21033,530,1,1,0,0,1987.84,6154,146.407,5.32923,300,0,0,5914,0,2,0,0,0),(73850,21033,530,1,1,0,0,2099.59,6126.34,148.803,1.41601,300,0,0,5914,0,2,0,0,0),(73851,21033,530,1,1,0,0,2097.45,6159.29,145.728,3.841,300,0,0,5914,0,0,0,0,0),(73852,21033,530,1,1,0,0,2180.79,6149.4,145.955,1.70039,300,0,0,5914,0,2,0,0,0),(73853,21033,530,1,1,0,0,2153.51,6119.98,148.027,2.69703,300,0,0,5914,0,2,0,0,0),(73854,21033,530,1,1,0,0,2221.75,6194.58,139.299,1.00175,300,5,0,5914,0,1,0,0,0),(73855,21033,530,1,1,0,0,2272.67,6198.19,135.804,2.5628,300,5,0,5914,0,1,0,0,0),(73856,21033,530,1,1,0,0,2311.55,6188.95,135.639,3.94909,300,5,0,5914,0,1,0,0,0),(73857,21033,530,1,1,0,0,2178.52,6026.18,136.712,0.949467,300,0,0,5914,0,0,0,0,0),(73858,21033,530,1,1,0,0,2128.7,6018.74,141.958,5.98197,300,0,0,5914,0,2,0,0,0),(73859,21033,530,1,1,0,0,2044.64,5918.26,141.3,3.82263,300,0,0,5914,0,0,0,0,0),(73860,21033,530,1,1,0,0,1951.45,5919.52,140.467,3.49575,300,0,0,5914,0,2,0,0,0),(73861,21033,530,1,1,0,0,1896.51,5918.38,143.293,5.59049,300,5,0,5914,0,1,0,0,0),(73862,21033,530,1,1,0,0,1837.47,5911.47,157.708,4.60949,300,0,0,5914,0,0,0,0,0),(73863,21033,530,1,1,0,0,1851.87,5875.2,144.613,4.48281,300,5,0,5914,0,1,0,0,0),(73864,21039,530,1,1,0,0,-2345.22,3235.05,3.36301,0.977384,300,0,0,42,0,0,0,0,0),(73865,21040,530,1,1,0,0,2971.82,5630.26,146.012,4.66063,300,5,0,2446,0,1,0,0,0),(73866,21040,530,1,1,0,0,2970.74,5645.43,146.557,4.76244,300,5,0,2446,0,1,0,0,0),(73867,21040,530,1,1,0,0,2972.34,5647.9,146.448,4.69734,300,5,0,2446,0,1,0,0,0),(73868,21040,530,1,1,0,0,2992.64,5751.52,143.907,4.18879,300,0,0,2446,0,0,0,0,0),(73869,21040,530,1,1,0,0,3265.64,7127.85,170.448,3.59126,300,5,0,2446,0,1,0,0,0),(73870,21040,530,1,1,0,0,3277.79,7132.21,169.53,3.7063,300,5,0,2446,0,1,0,0,0),(73871,21040,530,1,1,0,0,3276.51,7134.83,169.643,3.49974,300,5,0,2446,0,1,0,0,0),(73872,21040,530,1,1,0,0,2923.37,5531.56,145.667,4.69414,300,5,0,2446,0,1,0,0,0),(73873,21040,530,1,1,0,0,2922.92,5536.34,145.721,4.72394,300,5,0,2446,0,1,0,0,0),(73874,21040,530,1,1,0,0,2924.05,5534.55,145.738,4.8079,300,5,0,2446,0,1,0,0,0),(73875,21042,530,1,1,0,0,3473.96,6760.46,144.792,1.5708,300,5,0,6326,0,1,0,0,0),(73876,21042,530,1,1,0,0,3354.8,6702.26,166.627,3.09763,300,5,0,6326,0,1,0,0,0),(73877,21042,530,1,1,0,0,3396.96,6789.31,168.2,0.228629,300,5,0,6326,0,1,0,0,0),(73878,21042,530,1,1,0,0,3361.16,6784.19,168.775,3.03396,300,5,0,6326,0,1,0,0,0),(73879,21042,530,1,1,0,0,3300.32,6823.1,168.643,3.01627,300,5,0,6326,0,1,0,0,0),(73880,21042,530,1,1,0,0,3401.39,6839.35,169.571,3.58996,300,5,0,6326,0,1,0,0,0),(73881,21042,530,1,1,0,0,3352.52,6849.71,166.892,0.486869,300,5,0,6326,0,1,0,0,0),(73882,21042,530,1,1,0,0,3347.04,6923.75,163.005,1.88761,300,5,0,6326,0,1,0,0,0),(73883,21042,530,1,1,0,0,3314.08,6953.82,164.151,2.4058,300,5,0,6326,0,1,0,0,0),(73884,21042,530,1,1,0,0,3350.65,7053.47,159.414,1.53367,300,5,0,6326,0,1,0,0,0),(73885,21042,530,1,1,0,0,3288.5,7250.59,155.231,1.50144,300,5,0,6326,0,1,0,0,0),(73886,21042,530,1,1,0,0,3288.45,7226.35,159.324,4.10002,300,5,0,6326,0,1,0,0,0),(73887,21042,530,1,1,0,0,3338.98,7273.9,145.651,4.27494,300,5,0,6326,0,1,0,0,0),(73888,21042,530,1,1,0,0,3381.69,7221.6,153.264,1.61671,300,5,0,6326,0,1,0,0,0),(73889,21046,530,1,1,0,1,3536.76,7188.01,155.488,2.79042,300,5,0,6326,0,1,0,0,0),(73890,21046,530,1,1,0,1,3549.42,7241.37,139.86,5.21168,300,5,0,6326,0,1,0,0,0),(73891,21046,530,1,1,0,1,3514.51,7206.31,139.782,4.22964,300,5,0,6326,0,1,0,0,0),(73892,21046,530,1,1,0,1,3580.16,7228.1,138.262,4.38078,300,0,0,6326,0,0,0,0,0),(73893,21046,530,1,1,0,1,3540.1,7208.69,140.147,2.82733,300,5,0,6326,0,1,0,0,0),(73894,21046,530,1,1,0,1,3591.02,7188.98,138.358,2.081,300,0,0,6326,0,0,0,0,0),(73895,21046,530,1,1,0,1,3593.69,7215.44,138.112,1.27934,300,5,0,6326,0,1,0,0,0),(73896,21046,530,1,1,0,1,3630.08,7223.25,136.887,1.6057,300,5,0,6326,0,1,0,0,0),(73897,21046,530,1,1,0,1,3609.74,7136.49,140.571,6.00902,300,5,0,6326,0,1,0,0,0),(73898,21046,530,1,1,0,1,3615.42,7110.99,154.512,1.39316,300,5,0,6326,0,1,0,0,0),(73899,21046,530,1,1,0,1,3686.1,7154.7,141.855,0.390907,300,5,0,6326,0,1,0,0,0),(73900,21046,530,1,1,0,1,3666.55,7177.22,141.181,3.56047,300,0,0,6326,0,0,0,0,0),(73901,21047,530,1,1,0,1,3528.53,7165.08,174.65,4.29351,300,0,0,5060,2933,0,0,0,0),(73902,21047,530,1,1,0,1,3578.19,7223.22,138.612,1.20746,300,5,0,5060,2933,1,0,0,0),(73903,21047,530,1,1,0,1,3603.72,7214.6,138.596,2.59038,300,5,0,5060,2933,1,0,0,0),(73904,21047,530,1,1,0,1,3616.61,7210.66,137.245,0.926712,300,5,0,5060,2933,1,0,0,0),(73905,21047,530,1,1,0,1,3586.04,7119.2,140.521,4.31096,300,0,0,5060,2933,0,0,0,0),(73906,21047,530,1,1,0,1,3636.39,7110.55,178.535,1.6057,300,0,0,5060,2933,0,0,0,0),(73907,21048,530,1,1,0,1,3630.18,7229.98,136.848,4.04916,300,0,0,7196,0,0,0,0,0),(73908,21049,530,1,1,0,0,-3593,1874.94,47.324,4.81711,300,0,0,3984,2434,0,0,0,0),(73909,21049,530,1,1,0,0,-3593.7,1898.86,47.3237,4.79965,300,0,0,3984,2434,0,0,0,0),(73910,21049,530,1,1,0,0,-3593.22,1890.38,47.3237,4.79965,300,0,0,3984,2434,0,0,0,0),(73911,21049,530,1,1,0,0,-3596.14,1898.14,47.3237,4.85202,300,0,0,3984,2434,0,0,0,0),(73912,21049,530,1,1,0,0,-3591.58,1883.18,47.3237,4.83456,300,0,0,3984,2434,0,0,0,0),(73913,21049,530,1,1,0,0,-3594.4,1882.54,47.3237,4.81711,300,0,0,3984,2434,0,0,0,0),(73914,21049,530,1,1,0,0,-3596.07,1890.12,47.3237,4.88692,300,0,0,3984,2434,0,0,0,0),(73915,21049,530,1,1,0,0,-3601.83,1879.87,47.3237,4.92183,300,0,0,3984,2434,0,0,0,0),(73916,21049,530,1,1,0,0,-3603.92,1896.1,47.3237,4.85202,300,0,0,3984,2434,0,0,0,0),(73917,21049,530,1,1,0,0,-3606.41,1886.65,47.3237,5.06145,300,0,0,3984,2434,0,0,0,0),(73918,21049,530,1,1,0,0,-3604.76,1879.14,47.3237,5.13127,300,0,0,3984,2434,0,0,0,0),(73919,21049,530,1,1,0,0,-3606.43,1895.7,47.3237,4.90438,300,0,0,3984,2434,0,0,0,0),(73920,21049,530,1,1,0,0,-3603.65,1887.71,47.3237,4.83456,300,0,0,3984,2434,0,0,0,0),(73921,21049,530,1,1,0,0,-3600.1,1873.26,47.3238,4.90438,300,0,0,3984,2434,0,0,0,0),(73922,21050,530,1,1,0,0,-3812.5,1254.17,81.4104,1.72608,300,5,0,6542,0,1,0,0,0),(73923,21050,530,1,1,0,0,-3877.82,1178.83,74.077,1.35524,300,5,0,6542,0,1,0,0,0),(73924,21050,530,1,1,0,0,-3847.28,1280.74,51.5217,2.98961,300,5,0,6542,0,1,0,0,0),(73925,21050,530,1,1,0,0,-3962.71,1282.78,52.0201,4.01202,300,5,0,6542,0,1,0,0,0),(73926,21050,530,1,1,0,0,-3938.81,1255.41,54.97,1.29877,300,5,0,6542,0,1,0,0,0),(73927,21050,530,1,1,0,0,-3989.66,1339.14,80.0854,0.671998,300,5,0,6542,0,1,0,0,0),(73928,21050,530,1,1,0,0,-3914.92,1510.41,41.4593,4.09727,300,5,0,6542,0,1,0,0,0),(73929,21050,530,1,1,0,0,-3891.16,1399.73,42.5456,1.46009,300,5,0,6542,0,1,0,0,0),(73930,21050,530,1,1,0,0,-3906.5,1394.27,42.6664,4.48098,300,5,0,6542,0,1,0,0,0),(73931,21050,530,1,1,0,0,-3801.91,1528.75,45.1753,6.11451,300,5,0,6542,0,1,0,0,0),(73932,21050,530,1,1,0,0,-3667.5,1620.65,42.8765,0.630779,300,0,0,6542,0,0,0,0,0),(73933,21050,530,1,1,0,0,-3705.59,1811.83,74.9466,5.05907,300,5,0,6542,0,1,0,0,0),(73934,21050,530,1,1,0,0,-3528.83,1924.23,75.3408,1.63067,300,5,0,6542,0,1,0,0,0),(73935,21050,530,1,1,0,0,-3518.71,1871.16,83.6433,6.23723,300,5,0,6542,0,1,0,0,0),(73936,21050,530,1,1,0,0,-3665.48,1853.18,69.298,2.33913,300,5,0,6542,0,1,0,0,0),(73937,21050,530,1,1,0,0,-3636.63,1762.83,40.4792,1.72462,300,0,0,6542,0,0,0,0,0),(73938,21050,530,1,1,0,0,-3595.85,1654.07,40.7864,1.43656,300,5,0,6542,0,1,0,0,0),(73939,21050,530,1,1,0,0,-3474.16,1636.56,52.2479,3.24594,300,5,0,6542,0,1,0,0,0),(73940,21050,530,1,1,0,0,-3523.1,1706.05,67.6825,1.6408,300,5,0,6542,0,1,0,0,0),(73941,21050,530,1,1,0,0,-3409.6,1655.93,107.184,0.325958,300,5,0,6542,0,1,0,0,0),(73942,21050,530,1,1,0,0,-3465.79,1818.67,104.837,3.29001,300,5,0,6542,0,1,0,0,0),(73943,21050,530,1,1,0,0,-3416.54,1708.87,105.845,5.43563,300,5,0,6542,0,1,0,0,0),(73944,21050,530,1,1,0,0,-3345.76,1753.23,100.201,3.98936,300,5,0,6542,0,1,0,0,0),(73945,21050,530,1,1,0,0,-3971.4,1561.59,67.8063,4.18888,300,5,0,6542,0,1,0,0,0),(73946,21050,530,1,1,0,0,-4011.23,1464.24,92.4691,2.59221,300,5,0,6542,0,1,0,0,0),(73947,21050,530,1,1,0,0,-3458.17,1812.83,104.587,5.76205,300,5,0,6542,0,1,0,0,0),(73948,21052,530,1,1,0,0,-3599.27,1886.39,47.3237,2.23402,300,5,0,6986,0,1,0,0,0),(73949,21052,530,1,1,0,0,-3600.08,1897.72,58.3933,6.07375,300,5,0,6986,0,1,0,0,0),(73950,21052,530,1,1,0,0,-3604.46,1818.84,38.7117,3.7001,300,5,0,6986,0,1,0,0,0),(73951,21052,530,1,1,0,0,-3630.73,1816.95,39.125,3.9968,300,5,0,6986,0,1,0,0,0),(73952,21052,530,1,1,0,0,-3600.9,1783.41,48.5996,2.94854,300,5,0,6986,0,1,0,0,0),(73953,21052,530,1,1,0,0,-3588.69,1796.15,45.7681,4.05594,300,5,0,6986,0,1,0,0,0),(73954,21052,530,1,1,0,0,-3646.39,1801.33,39.7059,0.069813,300,5,0,6986,0,1,0,0,0),(73955,21052,530,1,1,0,0,-3591.51,1769.77,59.998,3.66645,300,5,0,6986,0,1,0,0,0),(73956,21052,530,1,1,0,0,-3609.81,1778.62,54.1207,2.5152,300,5,0,6986,0,1,0,0,0),(73957,21052,530,1,1,0,0,-3561.67,1796.85,39.7326,5.63741,300,5,0,6986,0,1,0,0,0),(73958,21052,530,1,1,0,0,-3564.51,1807.39,39.858,1.36136,300,5,0,6986,0,1,0,0,0),(73959,21052,530,1,1,0,0,-2684.55,1508.04,18.9785,0.488692,300,5,0,6986,0,1,0,0,0),(73960,21053,530,1,1,0,0,2817.25,5247.84,270.56,5.37561,300,0,0,6722,0,0,0,0,0),(73961,21055,530,1,1,0,0,8694.82,-6644.11,93.4433,5.64079,300,0,0,42,0,0,0,0,0),(73962,21058,530,1,1,0,1,3478.15,3634,157.722,1.95835,300,5,0,5060,2933,1,0,0,0),(73963,21058,530,1,1,0,1,3480.46,3594.65,162.383,1.00634,300,5,0,5060,2933,1,0,0,0),(73964,21058,530,1,1,0,1,3434.45,3538.8,144.569,1.53551,300,5,0,5060,2933,1,0,0,0),(73965,21058,530,1,1,0,1,3388.49,3449.71,140.352,4.62983,300,5,0,5060,2933,1,0,0,0),(73966,21059,530,1,1,0,0,-3224.43,1760.16,88.7074,3.33868,300,0,0,5756,2991,0,0,0,0),(73967,21059,530,1,1,0,0,-3204.06,1768.41,88.518,6.26688,300,0,0,5756,2991,0,0,0,0),(73968,21059,530,1,1,0,0,-3001.79,1761.2,74.9996,4.94763,300,0,0,5756,2991,0,0,0,0),(73969,21059,530,1,1,0,0,-2928.13,1705.48,66.4199,2.00517,300,0,0,5756,2991,0,0,0,0),(73970,21059,530,1,1,0,0,-2950.92,1718.03,66.3021,3.91712,300,0,0,5756,2991,0,0,0,0),(73971,21059,530,1,1,0,0,-2846.79,1431.87,7.39514,4.86947,300,0,0,5756,2991,0,0,0,0),(73972,21059,530,1,1,0,0,-2784.99,1517.12,6.6233,3.45007,300,0,0,5756,2991,0,0,0,0),(73973,21059,530,1,1,0,0,-2776.69,1485.5,9.3087,2.77692,300,0,0,5756,2991,0,0,0,0),(73974,21059,530,1,1,0,0,-2818.43,1454.18,6.00247,5.03667,300,0,0,5756,2991,0,0,0,0),(73975,21059,530,1,1,0,0,-2860.71,1461.54,6.06178,5.7083,300,0,0,5756,2991,0,0,0,0),(73976,21059,530,1,1,0,0,-2878.59,1414.53,6.17893,1.59034,300,0,0,5756,2991,0,0,0,0),(73977,21059,530,1,1,0,0,-2956.57,1338.59,6.40337,1.55845,300,0,0,5756,2991,0,0,0,0),(73978,21059,530,1,1,0,0,-2945.84,1231.56,6.22122,1.7013,300,0,0,5756,2991,0,0,0,0),(73979,21059,530,1,1,0,0,-2954.98,1262.26,6.06318,4.13998,300,0,0,5756,2991,0,0,0,0),(73980,21059,530,1,1,0,0,-2920.84,1187.07,6.30659,1.30447,300,0,0,5756,2991,0,0,0,0),(73981,21060,530,1,1,14515,0,-2999.53,267.444,-5.3586,0.717728,300,5,0,5409,3080,1,0,0,0),(73982,21060,530,1,1,14515,0,-2974.29,333.244,-10.392,2.72159,300,5,0,5409,3080,1,0,0,0),(73983,21060,530,1,1,14515,0,-3024.56,393.694,1.57099,4.72479,300,5,0,5409,3080,1,0,0,0),(73984,21060,530,1,1,14515,0,-3037.59,391.485,0.10729,0.655917,300,5,0,5409,3080,1,0,0,0),(73985,21060,530,1,1,14515,0,-3913.8,666.605,0.93066,5.28623,300,5,0,5409,3080,1,0,0,0),(73986,21060,530,1,1,14515,0,-4039.43,613.46,21.9869,5.49987,300,5,0,5409,3080,1,0,0,0),(73987,21060,530,1,1,14515,0,-4243.21,323.121,113.168,4.69494,300,0,0,5409,3080,0,0,0,0),(73988,21060,530,1,1,14515,0,-4149.49,411.623,26.8836,2.87979,300,0,0,5409,3080,0,0,0,0),(73989,21060,530,1,1,14515,0,-4064.2,586.542,14.8683,4.77259,300,5,0,5409,3080,1,0,0,0),(73990,21060,530,1,1,14515,0,-4211.03,652.586,27.3971,1.91134,300,5,0,5409,3080,1,0,0,0),(73991,21060,530,1,1,14515,0,-4213.67,805.396,21.3376,4.74561,300,5,0,5409,3080,1,0,0,0),(73992,21060,530,1,1,14515,0,-4187.03,746.108,10.6897,3.14745,300,5,0,5409,3080,1,0,0,0),(73993,21060,530,1,1,14515,0,-4149.53,875.924,19.2911,2.58309,300,0,0,5409,3080,0,0,0,0),(73994,21060,530,1,1,14515,0,-4142.42,985.712,26.8216,6.27142,300,5,0,5409,3080,1,0,0,0),(73995,21060,530,1,1,14515,0,-4218.07,790.042,19.7607,3.08208,300,5,0,5409,3080,1,0,0,0),(73996,21060,530,1,1,14515,0,-4151.54,879.393,20.6715,6.09707,300,0,0,5409,3080,0,0,0,0),(73997,21060,530,1,1,14515,0,-4215.08,821.69,23.8376,2.25181,300,5,0,5409,3080,1,0,0,0),(73998,21060,530,1,1,14515,0,-4379.74,901.067,23.9698,4.95191,300,0,0,5409,3080,0,0,0,0),(73999,21060,530,1,1,14515,0,-4412.22,863.945,10.9602,1.38814,300,0,0,5409,3080,0,0,0,0),(74000,21060,530,1,1,14515,0,-4359.46,989.422,44.3937,5.61191,300,5,0,5409,3080,1,0,0,0),(74001,21060,530,1,1,14515,0,-4339.92,990.239,49.4575,0.092745,300,5,0,5409,3080,1,0,0,0),(74002,21060,530,1,1,14515,0,-4510.24,1047.56,14.2963,3.24631,300,0,0,5409,3080,0,0,0,0),(74003,21060,530,1,1,14515,0,-4524.37,952.803,6.44907,3.89208,300,0,0,5409,3080,0,0,0,0),(74004,21060,530,1,1,14515,0,-4535.07,960.942,7.08389,5.02567,300,5,0,5409,3080,1,0,0,0),(74005,21060,530,1,1,14515,0,-4345.36,822.335,13.8732,2.48919,300,5,0,5409,3080,1,0,0,0),(74006,21060,530,1,1,14515,0,-4507.13,1081.71,27.0049,1.35221,300,0,0,5409,3080,0,0,0,0),(74007,21060,530,1,1,14515,0,-4581.69,1182.57,3.3634,5.65586,300,0,0,5409,3080,0,0,0,0),(74008,21060,530,1,1,14515,0,-4580.98,1178.08,3.44592,4.39249,300,0,0,5409,3080,0,0,0,0),(74009,21061,530,1,1,0,0,-4024.1,1350.26,37.7708,3.67852,300,5,0,6542,0,1,0,0,0),(74010,21061,530,1,1,0,0,-3831.88,1338.6,40.215,3.38891,300,5,0,6542,0,1,0,0,0),(74011,21061,530,1,1,0,0,-3970.71,1353.98,39.8354,4.15773,300,5,0,6542,0,1,0,0,0),(74012,21061,530,1,1,0,0,-3855.62,1327.46,41.7383,1.76344,300,0,0,6542,0,0,0,0,0),(74013,21061,530,1,1,0,0,-3883.92,1309.67,39.3129,2.47482,300,5,0,6542,0,1,0,0,0),(74014,21061,530,1,1,0,0,-3942.62,1515.53,40.0669,4.88758,300,5,0,6542,0,1,0,0,0),(74015,21061,530,1,1,0,0,-3947.52,1458.74,39.6468,4.8419,300,5,0,6542,0,1,0,0,0),(74016,21061,530,1,1,0,0,-3860.9,1493.32,40.2981,5.62668,300,5,0,6542,0,1,0,0,0),(74017,21061,530,1,1,0,0,-3879.18,1536.94,41.4779,1.90856,300,5,0,6542,0,1,0,0,0),(74018,21061,530,1,1,0,0,-3840.3,1577.52,40.5419,3.09466,300,5,0,6542,0,1,0,0,0),(74019,21061,530,1,1,0,0,-3824.21,1485.47,43.1675,1.23917,300,5,0,6542,0,1,0,0,0),(74020,21061,530,1,1,0,0,-3754.89,1488.3,47.3557,3.0174,300,5,0,6542,0,1,0,0,0),(74021,21061,530,1,1,0,0,-3672.44,1607.96,43.3066,5.34648,300,0,0,6542,0,0,0,0,0),(74022,21061,530,1,1,0,0,-3755.68,1681.32,39.7385,3.16702,300,5,0,6542,0,1,0,0,0),(74023,21061,530,1,1,0,0,-3757.42,1655.13,39.7534,6.11964,300,5,0,6542,0,1,0,0,0),(74024,21061,530,1,1,0,0,-3636.53,1765.35,40.3636,3.47747,300,0,0,6542,0,0,0,0,0),(74025,21061,530,1,1,0,0,-3562.34,1715.34,39.7787,4.74713,300,5,0,6542,0,1,0,0,0),(74026,21061,530,1,1,0,0,-3577.3,1579.17,47.5892,5.54588,300,5,0,6542,0,1,0,0,0),(74027,21061,530,1,1,0,0,-3517.94,1586.03,46.1806,1.32184,300,5,0,6542,0,1,0,0,0),(74028,21061,530,1,1,0,0,-3459.81,1729.88,82.9985,3.84683,300,5,0,6542,0,1,0,0,0),(74029,21061,530,1,1,0,0,-3375.25,1673.66,98.6486,2.8489,300,5,0,6542,0,1,0,0,0),(74030,21061,530,1,1,0,0,-3379.83,1753.05,100.932,1.74997,300,5,0,6542,0,1,0,0,0),(74031,21061,530,1,1,0,0,-3433.41,1761.27,100.891,2.09598,300,5,0,6542,0,1,0,0,0),(74032,21061,530,1,1,0,0,-3425.07,1777.47,100.886,4.87426,300,5,0,6542,0,1,0,0,0),(74033,21061,530,1,1,0,0,-3412.84,1793.02,99.239,4.40706,300,5,0,6542,0,1,0,0,0),(74034,21061,530,1,1,0,0,-3425.27,1772.8,100.94,4.72466,300,5,0,6542,0,1,0,0,0),(74035,21063,530,1,1,0,0,8689.28,-6637.89,93.4432,1.03172,300,0,0,42,0,0,0,0,0),(74036,21064,530,1,1,0,0,8709.2,-6645.67,93.4403,5.44094,300,0,0,42,0,0,0,0,0),(74037,21065,530,1,1,0,0,2385.97,2145.42,87.0006,3.45575,300,0,0,6280,2991,0,0,0,0),(74038,21065,530,1,1,0,0,2433.45,2147.54,98.3253,1.61381,300,5,0,6280,2991,1,0,0,0),(74039,21065,530,1,1,0,0,2439.6,2121.88,87.9443,4.25768,300,5,0,6280,2991,1,0,0,0),(74040,21065,530,1,1,0,0,2438.74,2091.38,85.2205,2.68549,300,0,0,6280,2991,0,0,0,0),(74041,21065,530,1,1,0,0,2454.06,2095.48,91.4943,3.36848,300,0,0,6280,2991,0,0,0,0),(74042,21065,530,1,1,0,0,2451.12,2075.28,83.7381,4.03563,300,5,0,6280,2991,1,0,0,0),(74043,21065,530,1,1,0,0,2459.99,2133.51,92.3488,3.13085,300,5,0,6280,2991,1,0,0,0),(74044,21065,530,1,1,0,0,2479.91,2046.89,87.3758,3.14159,300,0,0,6280,2991,0,0,0,0),(74045,21065,530,1,1,0,0,2468.25,2161.94,102.436,6.08387,300,5,0,6280,2991,1,0,0,0),(74046,21065,530,1,1,0,0,2488.45,2025.52,88.62,2.84489,300,0,0,6280,2991,0,0,0,0),(74047,21065,530,1,1,0,0,2535.37,2106.66,99.998,0.156441,300,5,0,6280,2991,1,0,0,0),(74048,21065,530,1,1,0,0,2513.93,2148.42,98.4146,3.44417,300,5,0,6280,2991,1,0,0,0),(74049,21065,530,1,1,0,0,2483.54,1996.46,88.2524,4.5204,300,0,0,6280,2991,0,0,0,0),(74050,21066,530,1,1,0,1,1980.62,6881.19,161.373,0.785398,300,0,0,4892,2846,0,0,0,0),(74051,21071,530,1,1,0,0,-3634.9,1765.5,40.3979,4.86622,300,0,0,6986,0,0,0,0,0),(34046,26252,571,1,1,0,1,2849.36,5229.06,12.9326,2.54208,25,0,0,7984,0,0,0,0,0),(74054,21074,530,1,1,0,0,1551.4,6755.07,133.169,0.855211,300,0,0,5914,0,0,0,0,0),(74055,21074,530,1,1,0,0,1513.25,6797.13,117.854,1.29154,300,0,0,5914,0,0,0,0,0),(74056,21074,530,1,1,0,0,1580.5,6809.78,129.572,2.35619,300,0,0,5914,0,0,0,0,0),(74057,21074,530,1,1,0,0,1806.26,6895.78,143.977,6.10865,300,0,0,5914,0,0,0,0,0),(74058,21074,530,1,1,0,0,1734.16,6798.94,138.774,6.17846,300,0,0,5914,0,0,0,0,0),(74059,21074,530,1,1,0,0,1782.43,6824.75,137.776,3.38594,300,0,0,5914,0,0,0,0,0),(74060,21074,530,1,1,0,0,1834.72,6868.82,144.865,4.03171,300,0,0,5914,0,0,0,0,0),(74061,21074,530,1,1,0,0,1882.02,6869.27,145.271,2.09439,300,0,0,5914,0,0,0,0,0),(74062,21074,530,1,1,0,0,1831.38,6793.78,138.228,5.67232,300,0,0,5914,0,0,0,0,0),(74063,21074,530,1,1,0,0,1806.79,6729.73,138.011,4.53786,300,0,0,5914,0,0,0,0,0),(74064,21074,530,1,1,0,0,1778.82,6769.58,137.39,1.76278,300,0,0,5914,0,0,0,0,0),(74065,21074,530,1,1,0,0,1910.67,6773.08,145.144,5.49779,300,0,0,5914,0,0,0,0,0),(74066,21074,530,1,1,0,0,1868.98,6753.43,143.606,2.00713,300,0,0,5914,0,0,0,0,0),(74067,21074,530,1,1,0,0,1746.49,6738.09,137.022,5.75959,300,0,0,5914,0,0,0,0,0),(74068,21074,530,1,1,0,0,1672.16,6800.67,135.87,3.00197,300,0,0,5914,0,0,0,0,0),(74069,21074,530,1,1,0,0,1615.61,6768.72,132.403,2.19912,300,0,0,5914,0,0,0,0,0),(74070,21074,530,1,1,0,0,1864.6,6663,141.62,4.06662,300,0,0,5914,0,0,0,0,0),(74071,21074,530,1,1,0,0,1912.6,6689.05,146.125,0.261799,300,0,0,5914,0,0,0,0,0),(74072,21074,530,1,1,0,0,1946.13,6644.67,147.387,1.88496,300,0,0,5914,0,0,0,0,0),(74073,21074,530,1,1,0,0,1907.73,6618.16,144.622,2.93215,300,0,0,5914,0,0,0,0,0),(74074,21074,530,1,1,0,0,1966.63,6700.11,147.092,1.13446,300,0,0,5914,0,0,0,0,0),(74075,21074,530,1,1,0,0,1949.62,6591.58,143.251,4.2586,300,0,0,5914,0,0,0,0,0),(74076,21074,530,1,1,0,0,1997.06,6594,137.694,5.02655,300,0,0,5914,0,0,0,0,0),(74077,21074,530,1,1,0,0,2003.01,6646.25,143.314,5.46288,300,0,0,5914,0,0,0,0,0),(74078,21074,530,1,1,0,0,2084.69,6666.26,144.731,0.418879,300,0,0,5914,0,0,0,0,0),(74079,21074,530,1,1,0,0,2066.63,6600.1,140.109,5.3058,300,0,0,5914,0,0,0,0,0),(74080,21074,530,1,1,0,0,2033.34,6688.34,145.437,3.33358,300,0,0,5914,0,0,0,0,0),(74081,21075,530,1,1,0,0,-266.624,1154.46,79.4764,2.44346,300,0,0,42,0,0,0,0,0),(74082,21075,530,1,1,0,0,-292.791,1143.22,91.9368,2.3911,300,0,0,42,0,0,0,0,0),(74083,21077,530,1,1,0,0,2865.35,3245.73,179.952,2.00135,300,0,0,7591,0,0,0,0,0),(74084,21080,530,1,1,0,0,-3456.48,2241.29,33.8697,4.53786,300,0,0,6761,0,0,0,0,0),(74085,21080,530,1,1,0,0,-3439.95,2250.68,33.574,5.50956,300,0,0,6761,0,0,0,0,0),(74086,21080,530,1,1,0,0,-3422.23,2237.42,34.2742,2.51327,300,0,0,6761,0,0,0,0,0),(74087,21080,530,1,1,0,0,-3404.85,2266.46,34.057,2.74017,300,0,0,6761,0,0,0,0,0),(74088,21081,530,1,1,0,1,2128.5,4836.56,144.431,1.15192,300,0,0,11828,0,0,0,0,0),(74089,21081,530,1,1,0,1,2149.65,4828.96,147.219,1.44862,300,0,0,11828,0,0,0,0,0),(74090,21081,530,1,1,0,1,2215.6,4820.28,156.975,1.93731,300,0,0,11828,0,0,0,0,0),(74091,21081,530,1,1,0,1,2206.21,4792.22,156.486,3.31613,300,0,0,11828,0,0,0,0,0),(74092,21081,530,1,1,0,1,2225.99,4775.68,157.533,4.95674,300,0,0,11828,0,0,0,0,0),(74093,21081,530,1,1,0,1,2253,4800.07,156.245,0.453786,300,0,0,11828,0,0,0,0,0),(74094,21081,530,1,1,0,1,2224.85,4742.63,160.038,1.37881,300,0,0,11828,0,0,0,0,0),(74095,21081,530,1,1,0,1,2206.01,4731.16,159.961,2.93215,300,0,0,11828,0,0,0,0,0),(74096,21081,530,1,1,0,1,2160.77,4758.93,155.331,6.16778,300,5,0,11828,0,1,0,0,0),(74097,21081,530,1,1,0,1,2180.2,4752.65,155.337,6.16843,300,5,0,11828,0,1,0,0,0),(74098,21081,530,1,1,0,1,2132.61,4708.99,155.652,4.31096,300,0,0,11828,0,0,0,0,0),(74099,21081,530,1,1,0,1,2127.75,4739.4,150.978,3.52556,300,0,0,11828,0,0,0,0,0),(74100,21081,530,1,1,0,1,2081.86,4743.43,143.231,2.46091,300,0,0,11828,0,0,0,0,0),(74101,21081,530,1,1,0,1,2096.03,4779.28,179.179,6.21337,300,0,0,11828,0,0,0,0,0),(74102,21081,530,1,1,0,1,2107.28,4797.68,145.548,1.93731,300,0,0,11828,0,0,0,0,0),(74103,21081,530,1,1,0,1,2080.53,4785.6,179.136,2.49582,300,0,0,11828,0,0,0,0,0),(74104,21081,530,1,1,0,1,2072.81,4695.83,151.318,5.88176,300,0,0,11828,0,0,0,0,0),(74105,21081,530,1,1,0,1,2072.76,4782.42,143.675,3.00197,300,0,0,11828,0,0,0,0,0),(74106,21081,530,1,1,0,1,2004.48,4690.84,148.519,3.1765,300,0,0,11828,0,0,0,0,0),(74107,21081,530,1,1,0,1,2005.93,4702.26,146.456,3.24631,300,0,0,11828,0,0,0,0,0),(74108,21082,530,1,1,0,0,2187.25,4802.64,156.213,4.59022,300,0,0,6224,0,0,0,0,0),(74109,21083,530,1,1,0,0,2173.44,4719.17,156.311,2.40855,300,0,0,6224,0,0,0,0,0),(74110,21084,530,1,1,0,1,2233.37,4725,162.212,3.31613,300,0,0,6224,0,0,0,0,0),(74111,21085,530,1,1,0,0,2034.42,4691.92,150.218,1.6057,300,0,0,3815,0,0,0,0,0),(74112,21086,530,1,1,0,0,2252.67,4760.84,157.631,3.08923,300,0,0,6224,0,0,0,0,0),(74113,21087,530,1,1,0,0,2039.82,4675.43,150.074,0.977384,300,0,0,3815,0,0,0,0,0),(74114,21088,530,1,1,0,0,2227.13,4717.91,162.075,2.00713,300,0,0,6224,0,0,0,0,0),(74115,21089,530,1,1,0,1,3905.23,3717.07,112.869,6.19592,300,0,0,6148,3155,0,0,0,0),(74116,21089,530,1,1,0,1,3916.09,3730.62,113.347,5.09636,300,0,0,6148,3155,0,0,0,0),(74117,21089,530,1,1,0,1,3902.67,3751.12,117.689,3.97935,300,0,0,6148,3155,0,0,0,0),(74118,21089,530,1,1,0,1,3894.92,3790.14,118.285,5.20108,300,0,0,6148,3155,0,0,0,0),(74119,21089,530,1,1,0,1,3971.58,3835.28,162.683,3.28122,300,0,0,6148,3155,0,0,0,0),(74120,21089,530,1,1,0,1,3901.39,3834.11,126.704,5.02655,300,0,0,6148,3155,0,0,0,0),(74121,21089,530,1,1,0,1,3898.99,3828.53,124.111,1.16398,300,0,0,6148,3155,0,0,0,0),(74122,21089,530,1,1,0,1,3803.53,4002.03,121.477,3.59538,300,0,0,6148,3155,0,0,0,0),(74123,21089,530,1,1,0,1,3802.58,4023.16,121.945,2.72271,300,0,0,6148,3155,0,0,0,0),(74124,21089,530,1,1,0,1,3883.12,3934.22,179.65,0.069813,300,0,0,6148,3155,0,0,0,0),(74125,21089,530,1,1,0,1,3889.12,3991.03,183.162,3.82227,300,0,0,6148,3155,0,0,0,0),(74126,21089,530,1,1,0,1,3888.98,4020.4,185.196,4.88692,300,0,0,6148,3155,0,0,0,0),(74127,21089,530,1,1,0,1,3922.64,3917.61,176.221,4.53786,300,0,0,6148,3155,0,0,0,0),(74128,21089,530,1,1,0,1,3975,3863.18,168.993,3.49066,300,0,0,6148,3155,0,0,0,0),(74129,21089,530,1,1,0,1,4157.98,4017.62,128.281,4.12212,300,0,0,6148,3155,0,0,0,0),(74130,21089,530,1,1,0,1,4032.02,4129.35,191.501,2.30383,300,0,0,6148,3155,0,0,0,0),(74131,21089,530,1,1,0,1,4006.49,4148.51,191.903,2.42601,300,0,0,6148,3155,0,0,0,0),(74132,21090,530,1,1,0,0,3936.42,2003.47,406.203,3.71755,300,0,0,6986,0,0,0,0,0),(74133,21092,530,1,1,0,0,-3610.23,1628.98,42.9055,0.977384,300,0,0,6986,0,0,0,0,0),(74134,21094,530,1,1,0,0,-3612.8,1626.78,43.0451,1.06465,300,0,0,6986,0,0,0,0,0),(74135,21096,530,1,1,0,0,-4118.16,685.157,3.20918,2.09439,300,0,0,6986,0,0,0,0,0),(34045,30723,1,1,1,0,0,1843.01,-4464.64,47.501,5.67232,25,0,0,902,2680,0,0,0,0),(74137,21102,530,1,1,0,0,-3744.36,1194.46,82.4904,5.35816,300,0,0,69860,0,0,0,0,0),(74138,21103,530,1,1,0,0,2219.08,4798.92,156.475,5.84685,300,0,0,7392,0,0,0,0,0),(74139,21105,530,1,1,0,0,2222.29,4788.88,156.484,1.06465,300,0,0,7392,0,0,0,0,0),(74140,21106,530,1,1,0,0,2233.96,4792.46,156.434,2.77507,300,0,0,7392,0,0,0,0,0),(74141,21107,530,1,1,0,0,1860.71,5528.27,277.588,1.8326,300,0,0,17742,0,0,0,0,0),(74142,21108,530,1,1,0,0,-3851.81,1432.6,41.1135,1.46715,300,0,0,6761,0,0,0,0,0),(74143,21110,530,1,1,0,0,1944.85,5537.87,266.734,2.14675,300,0,0,6542,0,0,0,0,0),(74144,21111,530,1,1,0,0,1913,5522.93,267.704,1.20428,300,0,0,6326,0,0,0,0,0),(74145,21112,530,1,1,0,0,1910.42,5548.36,264.016,1.32645,300,0,0,6326,0,0,0,0,0),(74146,21113,530,1,1,0,0,1916.92,5522.61,267.704,1.91986,300,0,0,6326,0,0,0,0,0),(74147,21114,530,1,1,0,0,1898.78,5552.54,264.427,5.89921,300,0,0,6326,0,0,0,0,0),(74148,21114,530,1,1,0,0,1933.91,5532.31,266.599,2.44346,300,0,0,6326,0,0,0,0,0),(74149,21114,530,1,1,0,0,1931.61,5576,263.781,1.79769,300,0,0,6326,0,0,0,0,0),(74150,21114,530,1,1,0,0,1903.96,5551.51,258.174,4.15388,300,0,0,6326,0,0,0,0,0),(74151,21114,530,1,1,0,0,1918.18,5588.37,263.406,3.76991,300,0,0,6326,0,0,0,0,0),(74152,21114,530,1,1,0,0,1932.72,5578.36,263.781,3.68265,300,0,0,6326,0,0,0,0,0),(74153,21114,530,1,1,0,0,1902.14,5581.49,263.031,3.38594,300,0,0,6326,0,0,0,0,0),(74154,21114,530,1,1,0,0,1951.9,5581.62,263.878,0.698132,300,0,0,6326,0,0,0,0,0),(74155,21114,530,1,1,0,0,1956.25,5578.65,263.753,2.14675,300,0,0,6326,0,0,0,0,0),(74156,21114,530,1,1,0,0,1942.74,5590.41,263.878,0.220522,300,0,0,6326,0,0,0,0,0),(74157,21114,530,1,1,0,0,1927.04,5599.06,267.352,0.541052,300,0,0,6326,0,2,0,0,0),(74158,21115,530,1,1,0,1,1898.52,5589.53,267.594,2.37365,300,0,0,13972,0,0,0,0,0),(74159,21115,530,1,1,0,1,1930.83,5603.07,267.402,1.309,300,0,0,13972,0,0,0,0,0),(74160,21115,530,1,1,0,1,1863.2,5537.73,275.714,1.5708,300,0,0,13972,0,0,0,0,0),(74161,21115,530,1,1,0,1,1898.7,5563.3,261.776,3.07178,300,0,0,13972,0,0,0,0,0),(74162,21115,530,1,1,0,1,1952.94,5565.57,262.763,0.174533,300,0,0,13972,0,0,0,0,0),(74163,21115,530,1,1,0,1,1900,5571.08,262.156,2.89725,300,0,0,13972,0,0,0,0,0),(74164,21115,530,1,1,0,1,1952.09,5570.28,262.503,0.226893,300,0,0,13972,0,0,0,0,0),(74165,21115,530,1,1,0,1,1956.01,5590.55,268.584,0.628319,300,0,0,13972,0,0,0,0,0),(74166,21115,530,1,1,0,1,1941.04,5601.94,267.402,1.46608,300,0,0,13972,0,0,0,0,0),(74168,21117,530,1,1,0,1,2313.01,6004.88,142.826,4.67748,300,0,0,4892,2846,0,0,0,0),(74169,21118,530,1,1,0,1,1898.28,5588.86,267.58,2.26893,300,0,0,27944,0,2,0,0,0),(74170,21123,530,1,1,0,0,3014.69,5098.9,262.165,5.62541,300,5,0,6116,0,1,0,0,0),(74171,21123,530,1,1,0,0,3151.71,5094.15,266.877,0.953326,300,5,0,6116,0,1,0,0,0),(74172,21123,530,1,1,0,0,3382.96,4979.33,264.331,3.68639,300,5,0,6116,0,1,0,0,0),(74173,21123,530,1,1,0,0,3447.42,4854.53,260.316,3.79149,300,5,0,6116,0,1,0,0,0),(74174,21123,530,1,1,0,0,3360.37,4880.55,270.848,5.77284,300,5,0,6116,0,1,0,0,0),(74175,21123,530,1,1,0,0,3323.18,4918.78,265.37,6.19712,300,5,0,6116,0,1,0,0,0),(74176,21123,530,1,1,0,0,3223.54,4947.94,267.145,4.89504,300,5,0,6116,0,1,0,0,0),(74177,21123,530,1,1,0,0,2827.59,5057.01,268.712,5.24225,300,0,0,6116,0,0,0,0,0),(10998,18927,0,1,1,22371,0,-8854.78,649.83,96.7417,1.43117,43200,0,0,42,0,0,3,0,0),(74179,21124,530,1,1,0,0,2955.63,5091.86,263.055,4.35962,300,5,0,6326,0,1,0,0,0),(74180,21124,530,1,1,0,0,3024.18,5145.47,262.9,2.19238,300,5,0,6326,0,1,0,0,0),(74181,21124,530,1,1,0,0,3029.81,5090.15,260.469,5.85317,300,0,0,6326,0,0,0,0,0),(74182,21124,530,1,1,0,0,3079.26,5192.53,258.586,0.560156,300,5,0,6326,0,1,0,0,0),(74183,21124,530,1,1,0,0,3126.45,5137.86,270.644,1.15911,300,5,0,6326,0,1,0,0,0),(74184,21124,530,1,1,0,0,3178.67,5047.54,263.797,0.291176,300,5,0,6326,0,1,0,0,0),(74185,21124,530,1,1,0,0,3219.18,5125.77,260.687,5.63954,300,0,0,6326,0,0,0,0,0),(74186,21124,530,1,1,0,0,3324.84,4970.17,264.869,2.43481,300,5,0,6326,0,1,0,0,0),(74187,21124,530,1,1,0,0,3416.11,5015.54,263.941,1.0821,300,5,0,6326,0,1,0,0,0),(74188,21124,530,1,1,0,0,3455.96,4992.31,265.586,5.10316,300,0,0,6326,0,0,0,0,0),(74189,21124,530,1,1,0,0,3455.68,4952.74,262.529,3.5424,300,5,0,6326,0,1,0,0,0),(74190,21124,530,1,1,0,0,3510.7,5005.71,266.64,6.20506,300,5,0,6326,0,1,0,0,0),(74191,21124,530,1,1,0,0,3535.62,4750.79,240.131,5.64828,300,5,0,6326,0,1,0,0,0),(74192,21124,530,1,1,0,0,3494.14,4799.88,249.172,2.57771,300,5,0,6326,0,1,0,0,0),(74193,21124,530,1,1,0,0,3479.02,4819.54,253.005,2.61253,300,5,0,6326,0,1,0,0,0),(74194,21124,530,1,1,0,0,3421.02,4811.18,266.451,1.70496,300,5,0,6326,0,1,0,0,0),(74195,21124,530,1,1,0,0,3386.41,4863.69,269.39,1.30001,300,5,0,6326,0,1,0,0,0),(74196,21124,530,1,1,0,0,3330.6,4831.29,275.524,5.60376,300,5,0,6326,0,1,0,0,0),(74197,21124,530,1,1,0,0,3187.71,4918.49,267.353,1.13511,300,5,0,6326,0,1,0,0,0),(74198,21124,530,1,1,0,0,3148.08,4940.27,269.38,3.9705,300,5,0,6326,0,1,0,0,0),(74199,21124,530,1,1,0,0,3240.72,4891.68,266.075,4.69774,300,0,0,6326,0,0,0,0,0),(74200,21124,530,1,1,0,0,3045.17,5022.63,257.966,4.04604,300,5,0,6326,0,1,0,0,0),(74201,21124,530,1,1,0,0,2940.66,5010.39,264.241,3.8322,300,5,0,6326,0,1,0,0,0),(74202,21124,530,1,1,0,0,2871.53,4950.86,268.097,3.09383,300,5,0,6326,0,1,0,0,0),(74203,21124,530,1,1,0,0,2848,4984.37,266.412,2.92358,300,5,0,6326,0,1,0,0,0),(74204,21124,530,1,1,0,0,2829.7,5066.17,266.91,1.26326,300,0,0,6326,0,0,0,0,0),(74205,21124,530,1,1,0,0,2835.84,5081.18,268.049,4.20464,300,0,0,6326,0,0,0,0,0),(74206,21124,530,1,1,0,0,2731,5076.21,268.245,1.65588,300,5,0,6326,0,1,0,0,0),(74207,21133,530,1,1,0,0,-701.021,1874.66,63.4574,2.25148,300,0,0,59140,0,0,0,0,0),(74212,21142,530,1,1,0,0,2107.12,6104.5,145.868,2.37365,300,0,0,6986,0,0,0,0,0),(74213,21145,530,1,1,0,1,-2655.95,-12132.3,16.9983,3.87463,300,0,0,484,0,0,0,0,0),(74214,21147,530,1,1,0,1,2295.88,6027.99,142.641,2.35619,300,0,0,6542,0,0,0,0,0),(74215,21151,530,1,1,0,1,2069.85,6816.89,175.68,3.87498,300,0,0,6326,0,2,0,0,0),(74216,21152,530,1,1,0,1,1885.32,5569.04,260.848,1.65806,300,5,0,6326,0,1,0,0,0),(74217,21152,530,1,1,0,1,1917.73,5513.13,280.536,0.194286,300,5,0,6326,0,1,0,0,0),(74218,21152,530,1,1,0,1,1920.97,5557.84,263.343,1.38317,300,5,0,6326,0,1,0,0,0),(74219,21153,530,1,1,0,1,-3014.28,2567.43,141.622,5,300,0,0,17742,0,2,0,0,0),(74222,21157,530,1,1,0,0,4553.96,2687.11,176.55,1.96399,300,0,0,6761,0,2,0,0,0),(74223,21157,530,1,1,0,0,4562.05,2669.28,178.55,3.33404,300,0,0,6761,0,2,0,0,0),(74224,21157,530,1,1,0,0,4696.38,2601.71,209.892,3.86444,300,0,0,6761,0,2,0,0,0),(74225,21157,530,1,1,0,0,4694.74,2611.98,209.892,3.59538,300,0,0,6761,0,2,0,0,0),(74226,21157,530,1,1,0,0,4608.13,2429.07,195.088,5.32325,300,0,0,6761,0,2,0,0,0),(74227,21157,530,1,1,0,0,4666.59,2405.01,191.833,5.79449,300,0,0,6761,0,2,0,0,0),(74228,21157,530,1,1,0,0,4726.27,2382,198.47,2.49156,300,0,0,6761,0,2,0,0,0),(74229,21157,530,1,1,0,0,4705.22,2459.43,240.109,5.08514,300,0,0,6761,0,2,0,0,0),(74230,21157,530,1,1,0,0,4697.59,2505.86,236.682,1.52812,300,0,0,6761,0,2,0,0,0),(74231,21158,530,1,1,0,1,2014.72,6881.02,179.016,4.23453,300,0,0,6542,0,0,0,0,0),(74232,21159,555,3,1,0,0,-157.247,-19.3744,19.939,5.23599,86400,0,0,42,0,0,0,0,0),(74233,21159,555,3,1,0,0,-138.52,0.111671,20.1447,1.85005,86400,0,0,42,0,0,0,0,0),(74234,21159,555,3,1,0,0,-174.652,0.44945,19.8231,5.72468,86400,0,0,42,0,0,0,0,0),(74235,21164,530,1,1,0,1,-3867.61,430.104,104.084,1.65124,300,0,0,55890,3155,2,0,0,0),(74236,21168,530,1,1,0,1,-3721.92,245.168,104.142,2.25148,300,0,0,55890,6310,0,0,0,0),(74237,21171,530,1,1,0,1,-3931.08,398.582,120.472,5.88176,300,0,0,72657,18930,0,0,0,0),(74238,21172,530,1,1,0,1,-202.913,5477.6,22.7915,2.16421,300,0,0,2491,2434,0,0,0,0),(74239,21173,530,1,1,0,0,-738.335,1922.69,100.874,0.10472,300,0,0,42,0,0,0,0,0),(138189,17371,542,3,1,0,0,308.919,100.519,9.62138,2.61455,86400,0,0,10472,5875,0,0,0,0),(74241,21175,530,1,1,0,1,240.444,2692.6,89.8273,2.23402,300,0,0,6986,0,0,0,0,0),(74242,21176,530,1,1,0,0,1633.17,6400.08,-10.2542,5.41052,300,0,0,6986,0,0,0,0,0),(74243,21178,530,1,1,0,1,-3915.89,256.112,139.157,0.994838,300,0,0,83835,6310,0,0,0,0),(74244,21179,530,1,1,0,1,-3880.02,467.497,104.136,1.55678,300,0,0,6986,0,0,0,0,0),(74245,21179,530,1,1,0,1,-3879.97,471.033,104.132,4.69837,300,0,0,6986,0,0,0,0,0),(74246,21179,530,1,1,0,1,-3917,464.962,104.118,4.66227,300,0,0,6986,0,0,0,0,0),(74247,21179,530,1,1,0,1,-3917.16,461.916,104.116,1.52068,300,0,0,6986,0,0,0,0,0),(74248,21179,530,1,1,0,1,-3904.29,464.211,104.608,4.59178,300,0,0,6986,0,0,0,0,0),(74249,21179,530,1,1,0,1,-3904.63,461.447,104.625,1.45019,300,0,0,6986,0,0,0,0,0),(74250,21179,530,1,1,0,1,-3892.93,464.125,105.141,4.68341,300,0,0,6986,0,0,0,0,0),(74251,21179,530,1,1,0,1,-3893.03,460.739,105.145,1.54182,300,0,0,6986,0,0,0,0,0),(74252,21179,530,1,1,0,1,-3916.86,449.539,104.189,4.62905,300,0,0,6986,0,0,0,0,0),(74253,21179,530,1,1,0,1,-3867.02,458.705,104.144,0.296706,300,0,0,6986,0,0,0,0,0),(74254,21179,530,1,1,0,1,-3917.14,446.234,104.215,1.48746,300,0,0,6986,0,0,0,0,0),(74255,21179,530,1,1,0,1,-3904.39,450.324,104.705,4.76475,300,0,0,6986,0,0,0,0,0),(74256,21179,530,1,1,0,1,-3904.53,446.441,104.674,1.53259,300,0,0,6986,0,0,0,0,0),(74257,21179,530,1,1,0,1,-3892.39,449.491,105.09,4.62512,300,0,0,6986,0,0,0,0,0),(74258,21179,530,1,1,0,1,-3892.32,446.348,105.071,1.59542,300,0,0,6986,0,0,0,0,0),(74259,21179,530,1,1,0,1,-3904.81,428.438,104.15,1.90241,300,0,0,6986,0,0,0,0,0),(74260,21179,530,1,1,0,1,-3904.62,432.67,104.166,4.85202,300,0,0,6986,0,0,0,0,0),(74261,21179,530,1,1,0,1,-3916.72,432.794,104.128,4.85202,300,0,0,6986,0,0,0,0,0),(74262,21179,530,1,1,0,1,-3916.87,429.131,104.058,1.5287,300,0,0,6986,0,0,0,0,0),(74263,21179,530,1,1,0,1,-3927.08,385.59,120.378,2.02458,300,0,0,6986,0,0,0,0,0),(74264,21179,530,1,1,0,1,-3920.17,391.279,120.48,2.68781,300,0,0,6986,0,0,0,0,0),(74265,21179,530,1,1,0,1,-3837.22,428.724,104.157,1.56475,300,0,0,6986,0,0,0,0,0),(74266,21179,530,1,1,0,1,-3837.2,431.912,104.15,4.70634,300,0,0,6986,0,0,0,0,0),(74267,21179,530,1,1,0,1,-3816.66,427.94,104.158,1.6057,300,0,0,6986,0,0,0,0,0),(74268,21179,530,1,1,0,1,-3816.16,431.552,104.151,4.88692,300,0,0,6986,0,0,0,0,0),(74269,21179,530,1,1,0,1,-3863.83,458.539,104.145,3.08967,300,0,0,6986,0,0,0,0,0),(74270,21179,530,1,1,0,1,-3863.29,443.758,104.088,3.0052,300,0,0,6986,0,0,0,0,0),(74271,21179,530,1,1,0,1,-3866.92,444.257,104.157,0.226893,300,0,0,6986,0,0,0,0,0),(74272,21179,530,1,1,0,1,-3891.9,433.198,104.853,4.81711,300,0,0,6986,0,0,0,0,0),(74273,21179,530,1,1,0,1,-3892.26,429.29,104.633,1.47965,300,0,0,6986,0,0,0,0,0),(74274,21179,530,1,1,0,1,-3848.7,351.674,120.38,1.44862,300,0,0,6986,0,0,0,0,0),(74275,21179,530,1,1,0,1,-3848.16,355.412,120.386,4.45059,300,0,0,6986,0,0,0,0,0),(74276,21180,530,1,1,0,1,-3829.16,496.146,90.3647,1.46608,300,0,0,5589,3155,0,0,0,0),(74277,21180,530,1,1,0,1,-3914.28,274.25,139.241,4.5204,300,0,0,5589,3155,0,0,0,0),(74278,21180,530,1,1,0,1,-3902.66,440.068,104.666,3.13292,300,5,0,5589,3155,1,0,0,0),(74279,21180,530,1,1,0,1,-3746.74,416.089,104.113,0.010787,300,0,0,5589,3155,0,0,0,0),(74280,21180,530,1,1,0,1,-3911.63,312.169,137.202,1.62316,300,0,0,5589,3155,0,0,0,0),(74281,21180,530,1,1,0,1,-3888.72,377.189,120.186,3.82227,300,0,0,5589,3155,0,0,0,0),(74282,21180,530,1,1,0,1,-3891.66,376.519,120.179,1.06465,300,0,0,5589,3155,0,0,0,0),(74283,21180,530,1,1,0,1,-3857.39,282.011,137.16,3.00197,300,0,0,5589,3155,0,0,0,0),(74284,21180,530,1,1,0,1,-3901.63,306.733,137.146,1.51844,300,5,0,5589,3155,1,0,0,0),(74285,21180,530,1,1,0,1,-3884.28,275.627,137.325,0.820305,300,0,0,5589,3155,0,0,0,0),(74286,21180,530,1,1,0,1,-3895.61,287.216,137.331,0.925025,300,0,0,5589,3155,0,0,0,0),(74287,21180,530,1,1,0,1,-3890.87,311.904,137.174,1.78024,300,0,0,5589,3155,0,0,0,0),(74288,21180,530,1,1,0,1,-3904.71,268.09,139.241,4.08407,300,0,0,5589,3155,0,0,0,0),(74289,21180,530,1,1,0,1,-3899.22,259.063,139.241,3.63029,300,0,0,5589,3155,0,0,0,0),(74290,21180,530,1,1,0,1,-3869.16,258.404,137.23,3.97935,300,0,0,5589,3155,0,0,0,0),(74291,21180,530,1,1,0,1,-3870.94,257.175,137.238,0.680678,300,0,0,5589,3155,0,0,0,0),(74292,21180,530,1,1,0,1,-3799.2,269.539,120.647,4.52324,300,5,0,5589,3155,1,0,0,0),(74293,21180,530,1,1,0,1,-3831.42,282.098,120.696,1.0472,300,0,0,5589,3155,0,0,0,0),(74294,21180,530,1,1,0,1,-3787.11,374.329,120.64,3.92699,300,0,0,5589,3155,0,0,0,0),(74295,21180,530,1,1,0,1,-3828.73,286.632,120.695,4.18879,300,0,0,5589,3155,0,0,0,0),(74296,21180,530,1,1,0,1,-3789.93,372.162,120.642,0.436332,300,0,0,5589,3155,0,0,0,0),(74297,21180,530,1,1,0,1,-3752.94,306.564,104.081,0.018384,300,5,0,5589,3155,1,0,0,0),(74298,21180,530,1,1,0,1,-3754.56,281.577,104.153,0.191986,300,0,0,5589,3155,0,0,0,0),(74299,21182,530,1,1,0,0,-1157.05,2104.98,82.9548,1.18682,300,0,0,1,0,0,0,0,0),(74300,21188,530,1,1,0,0,-2667.4,4422.09,36.9885,2.96897,300,0,0,5914,0,0,0,0,0),(74301,21189,530,1,1,0,0,1781.97,5595.04,266.303,2.34376,300,5,0,6116,0,1,0,0,0),(74302,21189,530,1,1,0,0,1750.73,5653.25,266.233,4.00302,300,5,0,6116,0,1,0,0,0),(74303,21189,530,1,1,0,0,1789.12,5542.3,268.147,5.15995,300,5,0,6116,0,1,0,0,0),(74304,21189,530,1,1,0,0,1741.67,5553.65,266.595,3.92703,300,5,0,6116,0,1,0,0,0),(74305,21189,530,1,1,0,0,1726.04,5670.83,267.571,3.16471,300,5,0,6116,0,1,0,0,0),(74306,21189,530,1,1,0,0,1711.06,5546.79,267.133,2.47875,300,5,0,6116,0,1,0,0,0),(74307,21189,530,1,1,0,0,1646.35,5586.49,267.441,4.71239,300,5,0,6116,0,1,0,0,0),(74308,21189,530,1,1,0,0,1667.55,5656.88,266.165,1.9919,300,5,0,6116,0,1,0,0,0),(74309,21189,530,1,1,0,0,1680.86,5601.56,265.478,2.07856,300,5,0,6116,0,1,0,0,0),(74310,21189,530,1,1,0,0,1678.1,5516.05,266.154,3.4337,300,5,0,6116,0,1,0,0,0),(74311,21189,530,1,1,0,0,1617.04,5558.13,272.421,4.96169,300,5,0,6116,0,1,0,0,0),(74312,21189,530,1,1,0,0,1609.47,5614.92,266.267,2.34719,300,5,0,6116,0,1,0,0,0),(74313,21189,530,1,1,0,0,1547.71,5497.3,269.938,0.048837,300,5,0,6116,0,1,0,0,0),(74314,21189,530,1,1,0,0,1538.66,5464.65,265.667,2.12345,300,5,0,6116,0,1,0,0,0),(74315,21189,530,1,1,0,0,1596.04,5393.74,271.716,1.19024,300,5,0,6116,0,1,0,0,0),(74316,21189,530,1,1,0,0,1589.69,5388.15,266.957,3.11913,300,5,0,6116,0,1,0,0,0),(74317,21189,530,1,1,0,0,1647.87,5433.36,265.608,2.13633,300,5,0,6116,0,1,0,0,0),(74318,21189,530,1,1,0,0,1653.28,5475.45,265.93,0.772968,300,5,0,6116,0,1,0,0,0),(74319,21189,530,1,1,0,0,1727.01,5209.04,267.654,4.77883,300,5,0,6116,0,1,0,0,0),(74320,21189,530,1,1,0,0,1681.39,5193.31,267.144,4.50738,300,5,0,6116,0,1,0,0,0),(74321,21189,530,1,1,0,0,1641.51,5134.73,265.121,5.56344,300,5,0,6116,0,1,0,0,0),(74322,21189,530,1,1,0,0,1701.73,5240.34,267.443,4.18755,300,5,0,6116,0,1,0,0,0),(74323,21189,530,1,1,0,0,1610.83,5186.41,265.75,2.80655,300,5,0,6116,0,1,0,0,0),(74324,21189,530,1,1,0,0,1640.78,5281.79,266.683,5.42848,300,5,0,6116,0,1,0,0,0),(74325,21189,530,1,1,0,0,1680.19,5293.58,266.042,2.87577,300,5,0,6116,0,1,0,0,0),(74326,21189,530,1,1,0,0,1681.76,5348.39,265.354,2.35481,300,5,0,6116,0,1,0,0,0),(74327,21192,530,1,1,0,0,-2627.53,4371.86,35.772,1.62476,300,0,0,5914,0,0,0,0,0),(74328,21193,530,1,1,0,0,-2568.38,4387.01,33.7277,5.72876,300,0,0,5914,0,2,0,0,0),(74329,21194,530,1,1,0,0,-2627.9,4486.03,36.2147,5.02675,300,0,0,5914,0,0,0,0,0),(132098,31291,571,1,2,0,0,4990.96,1400.28,284.443,2.21657,120,0,0,1,0,0,0,0,0),(132097,31291,571,1,2,0,0,5000.52,1401.64,284.443,2.09439,120,0,0,1,0,0,0,0,0),(74332,21197,530,1,1,0,1,2055.93,6816.51,175.68,0.027352,300,0,0,6326,0,2,0,0,0),(74333,21198,530,1,1,0,1,-2839.99,5470.07,-0.779001,6.22747,300,5,0,5715,0,1,0,0,0),(74334,21198,530,1,1,0,1,-2885.72,5465.33,-5.18125,5.44238,300,5,0,5715,0,1,0,0,0),(74335,21198,530,1,1,0,1,-2836.63,5509.26,2.82716,4.95097,300,5,0,5715,0,1,0,0,0),(74336,21198,530,1,1,0,1,-2881.75,5500.62,-1.07153,4.5204,300,0,0,5715,0,0,0,0,0),(74337,21198,530,1,1,0,1,-2897.28,5521.9,-0.328559,3.10255,300,5,0,5715,0,1,0,0,0),(74338,21198,530,1,1,0,1,-2846.84,5568.61,7.34234,2.86234,300,0,0,5715,0,0,0,0,0),(74339,21198,530,1,1,0,1,-2973.18,5566.68,-2.41482,3.7933,300,5,0,5715,0,1,0,0,0),(74340,21198,530,1,1,0,1,-2956.55,5621.6,3.54252,2.09212,300,5,0,5715,0,1,0,0,0),(74341,21198,530,1,1,0,1,-2970.02,5626.67,3.38324,4.20624,300,0,0,5715,0,0,0,0,0),(74342,21198,530,1,1,0,1,-3040.57,5683.11,1.23116,5.41327,300,5,0,5715,0,1,0,0,0),(74343,21198,530,1,1,0,1,-3063.71,5682.84,0.23116,4.83456,300,5,0,5715,0,1,0,0,0),(74344,21198,530,1,1,0,1,-3158.15,5620.14,-1.55739,1.85968,300,5,0,5715,0,1,0,0,0),(74345,21198,530,1,1,0,1,-3161.46,5761.84,1.59978,2.01234,300,5,0,5715,0,1,0,0,0),(74346,21200,530,1,1,0,1,-2899.18,5572.22,1.32904,2.49582,300,0,0,4422,2620,0,0,0,0),(74347,21200,530,1,1,0,1,-2925.78,5564.78,0.21042,3.14656,300,5,0,4422,2620,1,0,0,0),(74348,21200,530,1,1,0,1,-2921.95,5605.92,0.73545,2.32129,300,0,0,4422,2620,0,0,0,0),(74349,21200,530,1,1,0,1,-2997.22,5607.6,-3.75306,2.17695,300,5,0,4422,2620,1,0,0,0),(74350,21200,530,1,1,0,1,-3028.49,5639.57,-2.91639,4.76475,300,0,0,4422,2620,0,0,0,0),(74351,21200,530,1,1,0,1,-3097.32,5685.79,-0.37408,2.66627,300,5,0,4422,2620,1,0,0,0),(74352,21200,530,1,1,0,1,-3098.17,5642.04,-4.43937,1.62067,300,5,0,4422,2620,1,0,0,0),(74353,21200,530,1,1,0,1,-3136.72,5669.59,1.00672,6.0912,300,5,0,4422,2620,1,0,0,0),(74354,21200,530,1,1,0,1,-3152.34,5706.71,0.5296,0.15399,300,5,0,4422,2620,1,0,0,0),(74355,21200,530,1,1,0,1,-3072.94,5604.56,-8.07271,5.68304,300,5,0,4422,2620,1,0,0,0),(74356,21200,530,1,1,0,1,-3120.03,5613.6,-5.48843,1.08015,300,5,0,4422,2620,1,0,0,0),(74357,21203,530,1,1,0,0,1785.66,5591.75,268.004,4.72984,300,0,0,42,0,0,0,0,0),(74358,21203,530,1,1,0,0,1752.72,5655.37,266.78,1.95477,300,0,0,42,0,0,0,0,0),(74359,21203,530,1,1,0,0,1740.02,5550.98,267.785,4.55531,300,0,0,42,0,0,0,0,0),(74360,21203,530,1,1,0,0,1789.94,5540.58,271.573,1.06465,300,0,0,42,0,0,0,0,0),(74361,21203,530,1,1,0,0,1724.06,5670.79,268.257,1.6057,300,0,0,42,0,0,0,0,0),(74362,21203,530,1,1,0,0,1681.74,5595.61,267.546,2.16421,300,0,0,42,0,0,0,0,0),(74363,21203,530,1,1,0,0,1647.97,5588.41,269.384,1.90241,300,0,0,42,0,0,0,0,0),(74364,21203,530,1,1,0,0,1714.95,5542.91,269.218,2.82743,300,0,0,42,0,0,0,0,0),(74365,21203,530,1,1,0,0,1666.74,5658.7,266.188,5.0091,300,0,0,42,0,0,0,0,0),(74366,21203,530,1,1,0,0,1670.75,5601.15,268.328,5.25344,300,0,0,42,0,0,0,0,0),(74367,21203,530,1,1,0,0,1615.14,5563.57,273.009,3.1765,300,0,0,42,0,0,0,0,0),(74368,21203,530,1,1,0,0,1609.47,5551.86,278.026,2.26893,300,0,0,42,0,0,0,0,0),(74369,21203,530,1,1,0,0,1683.66,5517.96,267.008,3.78736,300,0,0,42,0,0,0,0,0),(74370,21203,530,1,1,0,0,1636.38,5548.85,269.332,1.51844,300,0,0,42,0,0,0,0,0),(74371,21203,530,1,1,0,0,1608.1,5616.31,266.784,2.6529,300,0,0,42,0,0,0,0,0),(74372,21203,530,1,1,0,0,1616.56,5632.26,265.892,4.32842,300,0,0,42,0,0,0,0,0),(74373,21203,530,1,1,0,0,1563.86,5515.22,271.932,0.698132,300,0,0,42,0,0,0,0,0),(74374,21203,530,1,1,0,0,1572.05,5498.64,274.507,3.14159,300,0,0,42,0,0,0,0,0),(74375,21203,530,1,1,0,0,1542.95,5497.66,271.315,0.715585,300,0,0,42,0,0,0,0,0),(74376,21203,530,1,1,0,0,1537.61,5466.34,266.014,4.08407,300,0,0,42,0,0,0,0,0),(74377,21203,530,1,1,0,0,1595.45,5388.34,269.571,5.86431,300,0,0,42,0,0,0,0,0),(74378,21203,530,1,1,0,0,1581.99,5372.06,267.382,5.06145,300,0,0,42,0,0,0,0,0),(74379,21203,530,1,1,0,0,1569.39,5400.8,266.416,0.872665,300,0,0,42,0,0,0,0,0),(74380,21203,530,1,1,0,0,1646.39,5435.71,266.839,3.14159,300,0,0,42,0,0,0,0,0),(74381,21203,530,1,1,0,0,1649.53,5472.25,266.341,6.05629,300,0,0,42,0,0,0,0,0),(74382,21203,530,1,1,0,0,1674.58,5375.58,268.713,5.13127,300,0,0,42,0,0,0,0,0),(74383,21203,530,1,1,0,0,1668.8,5460.7,265.762,1.13446,300,0,0,42,0,0,0,0,0),(74384,21203,530,1,1,0,0,1679.16,5417.8,269.131,5.37561,300,0,0,42,0,0,0,0,0),(74385,21203,530,1,1,0,0,1726.93,5213.65,271.196,5.46288,300,0,0,42,0,0,0,0,0),(74386,21203,530,1,1,0,0,1630.92,5132.53,266.752,0.820305,300,0,0,42,0,0,0,0,0),(74387,21203,530,1,1,0,0,1626.06,5171.29,267.492,2.63545,300,0,0,42,0,0,0,0,0),(74388,21203,530,1,1,0,0,1679.82,5195.56,270.238,3.52556,300,0,0,42,0,0,0,0,0),(74389,21203,530,1,1,0,0,1643.02,5133.41,265.203,3.9968,300,0,0,42,0,0,0,0,0),(74390,21203,530,1,1,0,0,1703.57,5244.79,269.742,0.453786,300,0,0,42,0,0,0,0,0),(74391,21203,530,1,1,0,0,1706.27,5227.58,269.566,3.28122,300,0,0,42,0,0,0,0,0),(74392,21203,530,1,1,0,0,1608.13,5187.35,266.271,4.2237,300,0,0,42,0,0,0,0,0),(74393,21203,530,1,1,0,0,1636.99,5286.28,267.655,5.79449,300,0,0,42,0,0,0,0,0),(74394,21203,530,1,1,0,0,1684.89,5292.32,266.846,3.4383,300,0,0,42,0,0,0,0,0),(74395,21203,530,1,1,0,0,1643.26,5317.63,268.7,5.25344,300,0,0,42,0,0,0,0,0),(74396,21203,530,1,1,0,0,1684.58,5345.83,265.531,0.401426,300,0,0,42,0,0,0,0,0),(74397,21209,530,1,1,0,1,-595.426,2899.24,59.2054,2.37375,300,0,0,3052,0,0,0,0,0),(74398,21233,530,1,1,0,0,2992.51,4857.58,277.55,1.48353,300,0,0,3163,0,0,0,0,0),(74399,21233,530,1,1,0,0,2894.41,4869.49,277.466,0.733038,300,0,0,3163,0,0,0,0,0),(74400,21233,530,1,1,0,0,3011.77,4834.57,284.312,2.04204,300,0,0,3163,0,0,0,0,0),(74401,21233,530,1,1,0,0,2872.45,4870.4,277.505,1.65806,300,0,0,3163,0,0,0,0,0),(74402,21233,530,1,1,0,0,4340.98,3457.71,170.961,3.61283,300,0,0,3163,0,0,0,0,0),(74403,21233,530,1,1,0,0,4679.38,3235.77,168.072,4.69494,300,0,0,3163,0,0,0,0,0),(74404,21233,530,1,1,0,0,4617.74,3192.66,157.38,3.7001,300,0,0,3163,0,0,0,0,0),(74405,21233,530,1,1,0,0,4658.89,3056.59,171.476,3.71755,300,0,0,3163,0,0,0,0,0),(74406,21233,530,1,1,0,0,4619.96,3118.98,154.852,3.63029,300,0,0,3163,0,0,0,0,0),(74407,21233,530,1,1,0,0,4583.24,3212.7,154.496,3.85718,300,0,0,3163,0,0,0,0,0),(74408,21233,530,1,1,0,0,4574.69,3241.23,153.821,3.10669,300,0,0,3163,0,0,0,0,0),(74409,21233,530,1,1,0,0,4625.42,3284.49,167.922,3.735,300,0,0,3163,0,0,0,0,0),(74410,21233,530,1,1,0,0,4692.33,3348.56,192.402,3.61283,300,0,0,3163,0,0,0,0,0),(74411,21233,530,1,1,0,0,4528.98,3327.5,154.836,4.33895,300,0,0,3163,0,0,0,0,0),(74412,21233,530,1,1,0,0,4425.72,3403.88,166.04,4.2586,300,0,0,3163,0,0,0,0,0),(74413,21233,530,1,1,0,0,4376.39,3406.91,167.846,4.18879,300,0,0,3163,0,0,0,0,0),(74414,21233,530,1,1,0,0,4307.37,3402.65,151.31,4.27606,300,0,0,3163,0,0,0,0,0),(74415,21233,530,1,1,0,0,4457.56,3331.73,154.013,4.34587,300,0,0,3163,0,0,0,0,0),(74416,21233,530,1,1,0,0,-3318.4,2911.99,170.424,5.51524,300,0,0,3163,0,0,0,0,0),(74417,21233,530,1,1,0,0,-3298.8,2951.94,171.176,0.471239,300,0,0,3163,0,0,0,0,0),(74418,21233,530,1,1,0,0,-1262.5,8860.35,50.9103,5.11381,300,0,0,3163,0,0,0,0,0),(74419,21233,530,1,1,0,0,-1371.48,8903.9,49.9352,3.82227,300,0,0,3163,0,0,0,0,0),(74420,21233,530,1,1,0,0,-1826.05,9154.05,70.5036,4.72984,300,0,0,3163,0,0,0,0,0),(74421,21233,530,1,1,0,0,-1788.44,9162.98,73.4226,5.09636,300,0,0,3163,0,0,0,0,0),(74422,21233,530,1,1,0,0,-1870.48,9166.05,72.1677,4.24115,300,0,0,3163,0,0,0,0,0),(74423,21234,530,1,1,0,0,1902.87,5594.08,267.682,4.11898,300,0,0,42,0,0,0,0,0),(74424,21234,530,1,1,0,0,1910.48,5602.45,253.994,3.9619,300,0,0,42,0,0,0,0,0),(74425,21234,530,1,1,0,0,1850.8,5531.92,277.044,4.83456,300,0,0,42,0,0,0,0,0),(74426,21234,530,1,1,0,0,1850.44,5541.18,277.29,4.5204,300,0,0,42,0,0,0,0,0),(74427,21234,530,1,1,0,0,1905.77,5550.12,263.926,1.72802,300,0,0,42,0,2,0,0,0),(74428,21234,530,1,1,0,0,1867.12,5533.48,276.543,4.67748,300,0,0,42,0,0,0,0,0),(74429,21234,530,1,1,0,0,1882.28,5564.34,266.665,1.8326,300,0,0,42,0,0,0,0,0),(74430,21234,530,1,1,0,0,1885.69,5573.02,260.22,0.345585,300,0,0,42,0,2,0,0,0),(74431,21234,530,1,1,0,0,1904.03,5548.31,269.239,4.60767,300,0,0,42,0,0,0,0,0),(74432,21234,530,1,1,0,0,1923.56,5554.14,264.084,3.44143,300,0,0,42,0,2,0,0,0),(74433,21234,530,1,1,0,0,1927.25,5578.91,263.906,6.14651,300,0,0,42,0,2,0,0,0),(74434,21234,530,1,1,0,0,1929.12,5532.29,266.858,1.99513,300,0,0,42,0,2,0,0,0),(74435,21234,530,1,1,0,0,1930.21,5586.46,263.781,4.00968,300,0,0,42,0,2,0,0,0),(74436,21234,530,1,1,0,0,1900.64,5579.77,262.855,6.19592,300,0,0,42,0,0,0,0,0),(74437,21234,530,1,1,0,0,1928.65,5588.46,263.799,3.87463,300,0,0,42,0,0,0,0,0),(74438,21234,530,1,1,0,0,1925.91,5529.34,266.771,6.26573,300,0,0,42,0,0,0,0,0),(74439,21234,530,1,1,0,0,1900.77,5552.19,263.89,6.16101,300,0,0,42,0,0,0,0,0),(74440,21234,530,1,1,0,0,1909.95,5544.77,264.319,0.20944,300,0,0,42,0,0,0,0,0),(74441,21234,530,1,1,0,0,1928.16,5571.73,269.162,2.19145,300,0,0,42,0,2,0,0,0),(74442,21234,530,1,1,0,0,1912.18,5578.2,263.756,3.54302,300,0,0,42,0,0,0,0,0),(74443,21234,530,1,1,0,0,1914.52,5587.07,263.498,1.18682,300,0,0,42,0,0,0,0,0),(74444,21234,530,1,1,0,0,1933.41,5575.96,263.854,2.44346,300,0,0,42,0,0,0,0,0),(74445,21234,530,1,1,0,0,1925.93,5574.99,263.906,4.73556,300,0,0,42,0,2,0,0,0),(74446,21234,530,1,1,0,0,1929.8,5569.39,263.853,0.628319,300,0,0,42,0,0,0,0,0),(74447,21234,530,1,1,0,0,1938.43,5539.72,266.53,1.18028,300,0,0,42,0,2,0,0,0),(74448,21234,530,1,1,0,0,1958.76,5585.46,268.519,5.08247,300,0,0,42,0,2,0,0,0),(74449,21234,530,1,1,0,0,1954.19,5580.66,263.857,3.03687,300,0,0,42,0,0,0,0,0),(74450,21234,530,1,1,0,0,1954.78,5591.74,268.653,1.51844,300,0,0,42,0,0,0,0,0),(74451,21234,530,1,1,0,0,1943.77,5589.17,263.847,5.84685,300,0,0,42,0,0,0,0,0),(74452,21234,530,1,1,0,0,1944.58,5600.99,267.477,2.98451,300,0,0,42,0,0,0,0,0),(74453,21235,530,1,1,23691,0,-1959.81,5174.2,-37.8594,0.470746,120,0,0,6986,0,0,0,0,0),(74454,21236,530,1,1,0,0,-168.941,2820.42,43.0941,5.98648,300,0,0,42,0,0,0,0,0),(74455,21237,530,1,1,0,0,-160.337,2663.65,62.2968,3.57792,300,0,0,42,0,0,0,0,0),(74456,21238,530,1,1,0,1,1347.78,6614.7,-11.1893,2.86234,300,0,0,5914,0,0,0,0,0),(74457,21238,530,1,1,0,1,1348.52,6535.51,5.51138,2.21657,300,0,0,5914,0,0,0,0,0),(74458,21242,530,1,1,0,0,-3642.85,5112.33,-22.6258,5.51524,300,0,0,4572,2705,0,0,0,0),(74459,21242,530,1,1,0,0,-3545.18,5250.13,-19.4371,2.26893,300,0,0,4572,2705,0,0,0,0),(74460,21242,530,1,1,0,0,-3344.63,5139.74,-9.0743,2.74017,300,0,0,4572,2705,0,0,0,0),(74461,21242,530,1,1,0,0,-3377.84,5152.85,-8.93373,5.88176,300,0,0,4572,2705,0,0,0,0),(74462,21242,530,1,1,0,0,-3378.81,5139.93,-9.07392,0.418879,300,0,0,4572,2705,0,0,0,0),(74463,21242,530,1,1,0,0,-3345.49,5153.85,-8.92253,3.52556,300,0,0,4572,2705,0,0,0,0),(74464,21242,530,1,1,0,0,-3446.94,4486.26,-12.8519,4.60767,300,0,0,4572,2705,0,0,0,0),(74465,21242,530,1,1,0,0,-3423.52,4448.24,-8.20093,0.802851,300,0,0,4572,2705,0,0,0,0),(74466,21242,530,1,1,0,0,-3423.74,4459.2,-8.61601,5.53269,300,0,0,4572,2705,0,0,0,0),(74467,21242,530,1,1,0,0,-3412.33,4459.31,-8.57031,3.89208,300,0,0,4572,2705,0,0,0,0),(74468,21242,530,1,1,0,0,-3412.35,4448.26,-7.89657,2.35619,300,0,0,4572,2705,0,0,0,0),(74469,21242,530,1,1,0,0,-3464.42,4443.12,-11.8372,2.28709,300,5,0,4572,2705,1,0,0,0),(74470,21242,530,1,1,0,0,-3465.11,4433.75,-11.4622,3.61283,300,5,0,4572,2705,1,0,0,0),(74471,21242,530,1,1,0,0,-3383.46,4494.78,-12.5364,1.8675,300,0,0,4572,2705,0,0,0,0),(74472,21242,530,1,1,0,0,-3454.51,4376.43,-10.596,2.74791,300,5,0,4572,2705,1,0,0,0),(74473,21242,530,1,1,0,0,-3409.22,4399.09,-10.9387,1.05035,300,5,0,4572,2705,1,0,0,0),(74474,21242,530,1,1,0,0,-3370.78,4440.97,-11.9205,1.22173,300,5,0,4572,2705,1,0,0,0),(47642,33638,530,1,1,28793,0,-2121.53,5405.8,53.808,4.49468,300,0,0,42,0,0,0,0,0),(74476,21244,530,1,1,0,1,-2968.46,3386.59,-3.11164,5.85535,300,0,0,4906,0,0,0,0,0),(74477,21245,530,1,1,0,1,-2973.85,3389.04,-1.76451,5.85548,300,5,0,4057,0,1,0,0,0),(74478,21245,530,1,1,0,1,-2978.39,3391.12,-1.26451,5.3644,300,5,0,4057,0,1,0,0,0),(74479,21245,530,1,1,0,1,-2982.94,3393.19,-0.639513,3.56676,300,0,0,4057,0,0,0,0,0),(74481,21254,530,1,1,0,0,1633.66,5092.15,175.53,1.46608,300,0,0,5914,0,0,0,0,0),(74482,21254,530,1,1,0,0,1726.74,5029.89,163.56,0.436332,300,0,0,5914,0,0,0,0,0),(74483,21254,530,1,1,0,0,1711.56,5008.75,177.894,2.98451,300,0,0,5914,0,0,0,0,0),(74484,21254,530,1,1,0,0,1761.83,5003.58,171.843,5.48033,300,0,0,5914,0,0,0,0,0),(74485,21254,530,1,1,0,0,1761.7,5039.97,171.325,6.0912,300,0,0,5914,0,0,0,0,0),(74486,21254,530,1,1,0,0,1685.88,4937.52,170.371,5.23599,300,0,0,5914,0,0,0,0,0),(74487,21254,530,1,1,0,0,1788.21,5065.63,175.014,4.39823,300,0,0,5914,0,0,0,0,0),(74488,21254,530,1,1,0,0,1619.48,5070.75,174.431,4.15388,300,0,0,5914,0,0,0,0,0),(74489,21254,530,1,1,0,0,1800.15,5012.62,171.724,5.21853,300,0,0,5914,0,0,0,0,0),(74490,21254,530,1,1,0,0,1748.11,4928.11,170.652,5.65487,300,0,0,5914,0,0,0,0,0),(74491,21254,530,1,1,0,0,1821.82,5034.57,172.768,0.034907,300,0,0,5914,0,0,0,0,0),(74492,21254,530,1,1,0,0,1749.04,4887.99,171.117,3.92699,300,0,0,5914,0,0,0,0,0),(74493,21256,530,1,1,0,1,228.036,2692.46,90.7036,0.488692,300,0,0,59140,0,0,0,0,0),(74494,21257,530,1,1,0,1,36.5121,2121.97,127.012,3.1765,300,0,0,6032,0,0,0,0,0),(74495,21259,530,1,1,0,1,2923.41,3584.42,129.749,5.77704,300,0,0,8540,0,0,0,0,0),(74496,21261,530,1,1,0,0,2923.7,3581.14,132.604,6.02139,300,0,0,6722,0,0,0,0,0),(74497,21261,530,1,1,0,0,2923.36,3584.44,133.844,2.79253,300,0,0,6722,0,0,0,0,0),(74498,21261,530,1,1,0,0,2924.97,3587.23,132.279,0.314159,300,0,0,6722,0,0,0,0,0),(74499,21262,530,1,1,0,0,2923.27,3584.42,129.753,4.93928,300,0,0,6722,0,0,0,0,0),(74500,21262,530,1,1,0,0,2716.3,3193.05,147.681,4.31096,300,0,0,6722,0,0,0,0,0),(74501,21262,530,1,1,0,0,2746.85,3239.64,147.681,6.17846,300,0,0,6722,0,0,0,0,0),(74502,21262,530,1,1,0,0,2787.89,3172.17,146.126,5.68977,300,0,0,6722,0,0,0,0,0),(74503,21262,530,1,1,0,0,2774.05,3114.08,154.526,1.23918,300,0,0,6722,0,0,0,0,0),(143193,23929,571,1,1,0,0,2386.8,-6029.24,1.68957,5.42739,120,5,0,1,0,1,0,0,0),(143192,23929,571,1,1,0,0,2351.13,-6115.32,-4.71268,3.42782,120,5,0,1,0,1,0,0,0),(143191,23929,571,1,1,0,0,2335.33,-6080.07,1.33865,0.232657,120,5,0,1,0,1,0,0,0),(143190,23929,571,1,1,0,0,2343.83,-6044.39,1.27729,1.88351,120,5,0,1,0,1,0,0,0),(143189,23929,571,1,1,0,0,2285.16,-6048.63,1.53001,1.07223,120,5,0,1,0,1,0,0,0),(143188,23929,571,1,1,0,0,2314.29,-6078.78,-3.04941,1.25522,120,5,0,1,0,1,0,0,0),(143187,23929,571,1,1,0,0,2271.88,-6126.52,-1.59584,4.71239,120,5,0,1,0,1,0,0,0),(143186,23929,571,1,1,0,0,2254.74,-6091.32,-2.02408,5.40238,120,5,0,1,0,1,0,0,0),(143185,23929,571,1,1,0,0,2259.83,-6126.42,-1.83034,5.52305,120,5,0,1,0,1,0,0,0),(143184,23929,571,1,1,0,0,2268.05,-6148.23,0.821551,4.07243,120,5,0,1,0,1,0,0,0),(143183,23929,571,1,1,0,0,2244.72,-6174,-2.61165,4.02546,120,5,0,1,0,1,0,0,0),(143182,23929,571,1,1,0,0,2219.4,-6119.52,-0.341469,5.78852,120,5,0,1,0,1,0,0,0),(143181,23929,571,1,1,0,0,2221.76,-6150.81,-3.64033,6.07286,120,5,0,1,0,1,0,0,0),(143180,23929,571,1,1,0,0,2220.19,-6099.62,0.647043,4.56719,120,5,0,1,0,1,0,0,0),(143179,23929,571,1,1,0,0,2153.74,-6181.97,-3.17175,5.22499,120,5,0,1,0,1,0,0,0),(143178,23929,571,1,1,0,0,2179.93,-6160.38,-2.80301,4.36779,120,5,0,1,0,1,0,0,0),(143177,23929,571,1,1,0,0,2164.45,-6072.66,6.89298,2.31672,120,5,0,1,0,1,0,0,0),(143176,23929,571,1,1,0,0,2151.33,-6116.62,3.72677,0.791242,120,5,0,1,0,1,0,0,0),(143175,23929,571,1,1,0,0,2125.11,-6124.74,3.69367,0.0787468,120,5,0,1,0,1,0,0,0),(143174,23929,571,1,1,0,0,2117.71,-6161.98,-0.612643,3.14159,120,5,0,1,0,1,0,0,0),(143173,23929,571,1,1,0,0,2074.84,-6118.76,5.49396,5.97088,120,5,0,1,0,1,0,0,0),(143172,23929,571,1,1,0,0,2071.58,-6157.18,0.163639,5.93208,120,5,0,1,0,1,0,0,0),(143171,23929,571,1,1,0,0,2079.09,-6215.77,-5.04378,5.08146,120,5,0,1,0,1,0,0,0),(143170,23929,571,1,1,0,0,2012.07,-6258.69,-24.4352,1.65296,120,5,0,1,0,1,0,0,0),(74543,21277,530,1,1,0,0,2533.75,6458.37,-3.04562,3.71755,300,0,0,5060,2933,0,0,0,0),(74544,21279,530,1,1,0,1,-1334.64,2381.99,89.0748,0.485637,300,0,0,6032,0,0,0,0,0),(74545,21283,530,1,1,0,1,145.446,2690.01,85.6834,5.044,300,0,0,17742,0,0,0,0,0),(74546,21284,530,1,1,0,1,-3525.62,5313.15,-19.695,0.156904,300,5,0,5914,0,1,0,0,0),(74547,21284,530,1,1,0,1,-3625.79,5307.04,-20.788,0.303933,300,5,0,5914,0,1,0,0,0),(74548,21284,530,1,1,0,1,-3659.58,5144.14,-22.2672,1.78735,300,5,0,5914,0,1,0,0,0),(74549,21284,530,1,1,0,1,-3687.91,5137.76,-20.7493,1.58481,300,5,0,5914,0,1,0,0,0),(74550,21284,530,1,1,0,1,-3682.78,5191.83,-21.8265,0.510511,300,5,0,5914,0,1,0,0,0),(74551,21284,530,1,1,0,1,-3688.08,5091.59,-20.6022,3.73038,300,5,0,5914,0,1,0,0,0),(74552,21284,530,1,1,0,1,-3623.5,5187.8,-20.175,2.14675,300,0,0,5914,0,0,0,0,0),(74553,21284,530,1,1,0,1,-3629.74,5132.33,-22.6861,4.27706,300,5,0,5914,0,1,0,0,0),(74554,21284,530,1,1,0,1,-3618.79,5285.19,-21.6194,1.23614,300,5,0,5914,0,1,0,0,0),(74555,21284,530,1,1,0,1,-3500.08,5241.72,-20.6474,0.05236,300,0,0,5914,0,0,0,0,0),(74556,21284,530,1,1,0,1,-3466.92,5240.68,-21.5155,1.95477,300,0,0,5914,0,0,0,0,0),(74557,21284,530,1,1,0,1,-3436.81,5254.82,-20.7723,2.02458,300,0,0,5914,0,0,0,0,0),(74558,21284,530,1,1,0,1,-3656.33,5074.48,-22.2091,1.08084,300,5,0,5914,0,1,0,0,0),(74559,21285,530,1,1,0,1,-3684.98,5329.12,-16.4451,4.905,300,5,0,4572,2705,1,0,0,0),(74560,21285,530,1,1,0,1,-3684.61,5088.41,-20.3522,4.70106,300,5,0,4572,2705,1,0,0,0),(74561,21285,530,1,1,0,1,-3535.92,5249.48,-19.5065,0,300,5,0,4572,2705,1,0,0,0),(74562,21285,530,1,1,0,1,-3420.02,4492.4,-14.8924,5.24293,300,5,0,4572,2705,1,0,0,0),(74563,21285,530,1,1,0,1,-3436.55,4460.03,-12.3372,6.17441,300,5,0,4572,2705,1,0,0,0),(74564,21285,530,1,1,0,1,-3452.2,4497.66,-14.7269,2.81162,300,5,0,4572,2705,1,0,0,0),(74565,21285,530,1,1,0,1,-3476.7,4434.85,-15.3584,6.11547,300,5,0,4572,2705,1,0,0,0),(74566,21285,530,1,1,0,1,-3459.36,4414.34,-14.2011,4.9339,300,5,0,4572,2705,1,0,0,0),(74567,21285,530,1,1,0,1,-3372.82,4458.7,-16.7955,5.91201,300,5,0,4572,2705,1,0,0,0),(74568,21285,530,1,1,0,1,-3381.02,4511.68,-14.0893,5.41363,300,5,0,4572,2705,1,0,0,0),(74569,21285,530,1,1,0,1,-3462.18,4381.17,-11.794,6.03867,300,5,0,4572,2705,1,0,0,0),(74570,21285,530,1,1,0,1,-3432.79,4394.82,-11.39,4.07943,300,5,0,4572,2705,1,0,0,0),(74571,21285,530,1,1,0,1,-3437.27,4404.88,-13.3538,2.78544,300,5,0,4572,2705,1,0,0,0),(74572,21285,530,1,1,0,1,-3363.28,4415.92,-15.7396,1.34619,300,5,0,4572,2705,1,0,0,0),(74573,21285,530,1,1,0,1,-3399.3,4402.36,-12.6198,2.44885,300,5,0,4572,2705,1,0,0,0),(74574,21291,530,1,1,0,1,-2815.42,1771.03,59.1017,4.96708,300,0,0,6986,0,0,0,0,0),(74575,21293,530,1,1,0,0,-4044.39,1609.47,94.7241,4.01426,300,0,0,6986,0,0,0,0,0),(74576,21295,530,1,1,0,0,-2812.76,1774.92,59.256,3.54302,300,0,0,6986,0,0,0,0,0),(74577,21296,530,1,1,0,1,2295.76,6660.93,17.8412,5.88176,300,0,0,6728,0,0,0,0,0),(74578,21296,530,1,1,0,1,2315.73,6739.75,40.2892,3.76991,300,0,0,6728,0,0,0,0,0),(74579,21296,530,1,1,0,1,2718.86,6605.97,23.7205,3.31613,300,0,0,6728,0,0,0,0,0),(74580,21296,530,1,1,0,1,2567.83,6234.94,11.9874,0.785398,300,0,0,6728,0,0,0,0,0),(74581,21300,530,1,1,0,1,3113.37,5087.61,267.159,4.2581,300,0,0,3669,2846,0,0,0,0),(74582,21300,530,1,1,0,1,3210.25,5097.48,262.264,4.31211,300,5,0,3669,2846,1,0,0,0),(74583,21300,530,1,1,0,1,3212.71,5103.22,262.812,4.30307,300,5,0,3669,2846,1,0,0,0),(74584,21300,530,1,1,0,1,3379.71,4999.32,262.454,3.05164,300,5,0,3669,2846,1,0,0,0),(74585,21300,530,1,1,0,1,3385.91,4998.86,262.762,3.08084,300,5,0,3669,2846,1,0,0,0),(74586,21300,530,1,1,0,1,3471.18,4826.77,253.546,2.93699,300,5,0,3669,2846,1,0,0,0),(74587,21300,530,1,1,0,1,3477.81,4825.4,253.171,5.86437,300,5,0,3669,2846,1,0,0,0),(74588,21300,530,1,1,0,1,3366.22,4863.83,271.174,5.29404,300,5,0,3669,2846,1,0,0,0),(74589,21300,530,1,1,0,1,3362.93,4868.84,270.963,5.29552,300,5,0,3669,2846,1,0,0,0),(74590,21300,530,1,1,0,1,3151.07,4949.92,267.632,0.030264,300,5,0,3669,2846,1,0,0,0),(74591,21300,530,1,1,0,1,3141.25,4949.63,269.463,0.030286,300,0,0,3669,2846,0,0,0,0),(74592,21300,530,1,1,0,1,2861.98,4969.95,268.381,5.17285,300,5,0,3669,2846,1,0,0,0),(74593,21300,530,1,1,0,1,2855.81,4982.38,267.287,5.23784,300,0,0,3669,2846,0,0,0,0),(74594,21302,530,1,1,0,0,-3401.26,2934.17,170.004,2.28638,300,0,0,5060,2933,0,0,0,0),(74595,21302,530,1,1,0,0,-3379.28,2966.64,170.004,5.70723,300,0,0,5060,2933,0,0,0,0),(74596,21302,530,1,1,0,0,-3364.12,2957.05,170.004,2.32129,300,0,0,5060,2933,0,0,0,0),(74597,21302,530,1,1,0,0,-3376.43,2954.69,169.962,0.921754,300,0,0,5060,2933,0,0,0,0),(74598,21302,530,1,1,0,0,-3411.34,2947.12,169.963,5.28835,300,0,0,5060,2933,0,0,0,0),(74599,21302,530,1,1,0,0,-3400.16,2946.26,170.564,3.90954,300,0,0,5060,2933,0,0,0,0),(74600,21302,530,1,1,0,0,-3413.22,2935.1,170.004,0.680678,300,0,0,5060,2933,0,0,0,0),(74601,21302,530,1,1,0,0,-3434.97,2984.83,171.296,1.55351,300,0,0,5060,2933,2,0,0,0),(74602,21302,530,1,1,0,0,-3423.57,3005.07,171.273,1.89293,300,0,0,5060,2933,2,0,0,0),(74603,21302,530,1,1,0,0,-3366.95,2968.94,169.963,4.17134,300,0,0,5060,2933,0,0,0,0),(74604,21302,530,1,1,0,0,-3347.67,2995.47,170.013,2.79253,300,0,0,5060,2933,0,0,0,0),(74605,21302,530,1,1,0,0,-3362.44,3003.65,170.854,5.86431,300,0,0,5060,2933,0,0,0,0),(74606,21302,530,1,1,0,0,-3349.89,3008.01,169.979,4.2586,300,0,0,5060,2933,0,0,0,0),(74607,21302,530,1,1,0,0,-3357.42,2990.81,169.974,1.06465,300,0,0,5060,2933,0,0,0,0),(74608,21305,530,1,1,0,0,-3440.53,2734.79,124.392,0.534079,300,5,0,6326,0,1,0,0,0),(74609,21305,530,1,1,0,0,-3396.09,2718.26,128.109,3.56254,300,5,0,6326,0,1,0,0,0),(74610,21305,530,1,1,0,0,-3418.19,2717.31,128.619,0.584481,300,5,0,6326,0,1,0,0,0),(74611,21305,530,1,1,0,0,-3335.33,2757.46,147.672,3.82533,300,5,0,6326,0,1,0,0,0),(74612,21305,530,1,1,0,0,-3354.19,2745.17,132.799,2.17072,300,5,0,6326,0,1,0,0,0),(74613,21305,530,1,1,0,0,-3340.82,2791.54,125.198,0.206364,300,5,0,6326,0,1,0,0,0),(74614,21309,530,1,1,0,0,-3692.05,2685.26,108.866,3.696,300,0,0,5589,3155,0,0,0,0),(74615,21310,530,1,1,0,0,-3611.43,1842.13,47.2553,4.17134,300,0,0,6986,0,0,0,0,0),(74616,21310,530,1,1,0,0,-3795.85,2595.91,90.1206,4.7822,300,0,0,6986,0,0,0,0,0),(74617,21310,530,1,1,0,0,-3791.27,2519.06,81.125,6.02139,300,0,0,6986,0,0,0,0,0),(74618,21310,530,1,1,0,0,-3797.37,2603.23,92.709,0.750492,300,0,0,6986,0,0,0,0,0),(74619,21310,530,1,1,0,0,-3696.45,2682.18,113.567,0.925025,300,0,0,6986,0,0,0,0,0),(74620,21311,530,1,1,0,1,2276.08,5981.62,142.788,0.872665,300,0,0,4429,6749,0,0,0,0),(74621,21313,530,1,1,0,0,-2811.9,5094.11,-12.8848,3.87463,300,0,0,6326,0,0,0,0,0),(203396,28117,571,1,1,0,1,5251.74,-3529.29,291.758,3.82227,120,0,0,1,0,0,0,0,0),(74636,21314,530,1,1,0,1,-3478.7,2966.57,174.701,4.68788,300,0,0,6542,0,2,0,0,0),(74635,21314,530,1,1,0,1,-3457.39,2909.88,179.719,5.88176,300,0,0,6542,0,0,0,0,0),(74634,21314,530,1,1,0,1,-3441.17,3007.03,173.197,5.55015,300,0,0,6542,0,0,0,0,0),(74633,21314,530,1,1,0,1,-3421.02,2915.63,170.179,4.90438,300,0,0,6542,0,0,0,0,0),(74632,21314,530,1,1,0,1,-3387.24,2919.94,175.117,4.90438,300,0,0,6542,0,0,0,0,0),(74631,21314,530,1,1,0,1,-3408.32,3046.54,178.022,0,300,0,0,6542,0,2,0,0,0),(74630,21314,530,1,1,0,1,-3363.24,2876.31,155.335,4.9813,300,0,0,6542,0,2,0,0,0),(74629,21314,530,1,1,0,1,-3351.8,2929.52,169.962,0.907571,300,0,0,6542,0,0,0,0,0),(74628,21314,530,1,1,0,1,-3339.2,2967.94,170.074,3.94444,300,0,0,6542,0,0,0,0,0),(74627,21314,530,1,1,0,1,-3323.15,2916.55,170.847,5.34071,300,0,0,6542,0,0,0,0,0),(74626,21314,530,1,1,0,1,-3305.11,2948.93,171.17,0.349066,300,0,0,6542,0,0,0,0,0),(74625,21314,530,1,1,0,1,-3305.28,3033.41,151.804,4.61262,300,0,0,6542,0,2,0,0,0),(74624,21314,530,1,1,0,1,-3190.7,2933.54,123.196,4.41288,300,0,0,6542,0,2,0,0,0),(74623,21314,530,1,1,0,1,-3145.86,2811.65,88.2625,1.47157,300,0,0,6542,0,2,0,0,0),(74622,21314,530,1,1,0,1,-3116.14,2893.59,89.5742,0.152946,300,0,0,6542,0,2,0,0,0),(74638,21315,530,1,1,0,1,-3761.74,1081.67,125.316,4.5238,300,0,0,86172,0,0,0,0,0),(74671,21316,530,1,1,0,0,-3450.33,2950.32,173.384,0.0174533,300,0,0,6542,0,0,0,0,0),(74670,21316,530,1,1,0,0,-3449.72,2965.5,173.193,0.0174533,300,0,0,6542,0,0,0,0,0),(74669,21316,530,1,1,0,0,-3449.71,2990.99,173.288,6.23083,300,0,0,6542,0,0,0,0,0),(74668,21316,530,1,1,0,0,-3449.68,2982.53,173.187,6.24828,300,0,0,6542,0,0,0,0,0),(74667,21316,530,1,1,0,0,-3449.67,2957.66,173.207,6.07375,300,0,0,6542,0,0,0,0,0),(74666,21316,530,1,1,0,0,-3449.39,2975.36,173.143,6.24828,300,0,0,6542,0,0,0,0,0),(74665,21316,530,1,1,0,0,-3441.64,2957.84,171.954,6.26573,300,0,0,6542,0,0,0,0,0),(74664,21316,530,1,1,0,0,-3441.51,2966.19,171.91,0.0174533,300,0,0,6542,0,0,0,0,0),(74663,21316,530,1,1,0,0,-3441.14,2991.27,171.996,6.23083,300,0,0,6542,0,0,0,0,0),(74662,21316,530,1,1,0,0,-3441.13,2974.6,171.87,6.24828,300,0,0,6542,0,0,0,0,0),(74661,21316,530,1,1,0,0,-3441.06,2982.95,171.862,6.24828,300,0,0,6542,0,0,0,0,0),(74660,21316,530,1,1,0,0,-3425.05,3024.71,174.285,4.64258,300,0,0,6542,0,0,0,0,0),(74659,21316,530,1,1,0,0,-3424.6,3016.63,173.075,4.62512,300,0,0,6542,0,0,0,0,0),(74658,21316,530,1,1,0,0,-3424.51,3007.88,171.747,4.46804,300,0,0,6542,0,0,0,0,0),(74657,21316,530,1,1,0,0,-3441.67,2950.21,171.878,6.15109,300,0,0,6542,0,0,0,0,0),(74656,21316,530,1,1,0,0,-3417.16,3024.43,174.2,4.67748,300,0,0,6542,0,0,0,0,0),(74655,21316,530,1,1,0,0,-3416.84,3016.68,173.05,4.62512,300,0,0,6542,0,0,0,0,0),(74654,21316,530,1,1,0,0,-3416.22,3007.46,171.703,4.5204,300,0,0,6542,0,0,0,0,0),(74653,21316,530,1,1,0,0,-3408.51,3024.93,174.274,4.72984,300,0,0,6542,0,0,0,0,0),(74652,21316,530,1,1,0,0,-3408.39,3016.36,173.003,4.62512,300,0,0,6542,0,0,0,0,0),(74651,21316,530,1,1,0,0,-3408.11,3007.26,171.666,4.55531,300,0,0,6542,0,0,0,0,0),(74650,21316,530,1,1,0,0,-3400.35,3024.85,174.229,4.76475,300,0,0,6542,0,0,0,0,0),(74649,21316,530,1,1,0,0,-3400.02,3016.65,173.047,4.53786,300,0,0,6542,0,0,0,0,0),(74648,21316,530,1,1,0,0,-3399.9,3007.43,171.681,4.72984,300,0,0,6542,0,0,0,0,0),(74647,21316,530,1,1,0,0,-3392.15,3025.3,174.283,4.67748,300,0,0,6542,0,0,0,0,0),(74646,21316,530,1,1,0,0,-3391.69,3016.44,173.016,4.55531,300,0,0,6542,0,0,0,0,0),(74645,21316,530,1,1,0,0,-3391.52,3007.16,171.641,4.57276,300,0,0,6542,0,0,0,0,0),(74644,21316,530,1,1,0,0,-3383.72,3025.14,174.281,4.69494,300,0,0,6542,0,0,0,0,0),(74643,21316,530,1,1,0,0,-3383.54,3006.71,171.574,4.57276,300,0,0,6542,0,0,0,0,0),(74642,21316,530,1,1,0,0,-3383.07,3016.3,172.995,4.64258,300,0,0,6542,0,0,0,0,0),(74641,21316,530,1,1,0,0,-3375.24,3025.37,174.228,4.57276,300,0,0,6542,0,0,0,0,0),(74640,21316,530,1,1,0,0,-3375.01,3005.98,171.509,4.55531,300,0,0,6542,0,0,0,0,0),(74639,21316,530,1,1,0,0,-3374.85,3015.46,172.825,4.60767,300,0,0,6542,0,0,0,0,0),(74672,21317,530,1,1,0,0,-2819.45,5092.71,-13.9944,5.34071,300,0,0,42,0,0,0,0,0),(74673,21324,530,1,1,0,0,-2787.7,5450.62,1.20314,3.27559,300,5,0,5527,0,1,0,0,0),(74674,21324,530,1,1,0,0,-2846.85,5594.8,8.59384,5.60377,300,5,0,5527,0,1,0,0,0),(74675,21324,530,1,1,0,0,-2971.35,5568.42,-2.05265,4.54756,300,5,0,5527,0,1,0,0,0),(74676,21324,530,1,1,0,0,-3026.12,5594.17,-5.97484,2.82227,300,5,0,5527,0,1,0,0,0),(74677,21324,530,1,1,0,0,-3028.77,5588.91,-6.59984,0.172195,300,5,0,5527,0,1,0,0,0),(74678,21324,530,1,1,0,0,-3125.07,5705.68,0.09709,0.444326,300,5,0,5527,0,1,0,0,0),(74679,21324,530,1,1,0,0,-3108.46,5634.25,-4.66461,5.67406,300,5,0,5527,0,1,0,0,0),(74680,21324,530,1,1,0,0,-3209.12,5723.21,1.57556,4.593,300,5,0,5527,0,1,0,0,0),(74681,21324,530,1,1,0,0,-3051.46,5520.75,-14.8861,1.90521,300,5,0,5527,0,1,0,0,0),(74682,21324,530,1,1,0,0,-2989.32,5519.46,-9.35087,3.25505,300,5,0,5527,0,1,0,0,0),(74683,21325,530,1,1,0,0,3626.89,6849.09,141.88,3.0428,300,0,0,20240,2933,0,0,0,0),(74684,21325,530,1,1,0,0,3317.79,6908.73,164.142,5.71414,300,5,0,20240,2933,1,0,0,0),(74685,21325,530,1,1,0,0,3421.69,7215.73,146.901,4.54564,300,5,0,20240,2933,1,0,0,0),(74686,21326,530,1,1,0,0,3507.85,6774.92,144.233,0.738689,300,5,0,6326,0,1,0,0,0),(74687,21326,530,1,1,0,0,3369.16,6750.67,167.702,2.85135,300,5,0,6326,0,1,0,0,0),(74688,21326,530,1,1,0,0,3362.4,6662.29,158.359,2.4909,300,5,0,6326,0,1,0,0,0),(74689,21326,530,1,1,0,0,3399.99,6831.08,170.479,1.94786,300,5,0,6326,0,1,0,0,0),(74690,21326,530,1,1,0,0,3326.32,6892.96,164.906,0.442554,300,5,0,6326,0,1,0,0,0),(74691,21326,530,1,1,0,0,3394.57,6879.07,166.972,6.13796,300,5,0,6326,0,1,0,0,0),(74692,21326,530,1,1,0,0,3332.77,7021.52,162.307,3.35279,300,5,0,6326,0,1,0,0,0),(74693,21326,530,1,1,0,0,3366.1,6987.41,162.42,6.28026,300,5,0,6326,0,1,0,0,0),(74694,21326,530,1,1,0,0,3406.75,7002.64,158.869,5.79689,300,5,0,6326,0,1,0,0,0),(74695,21326,530,1,1,0,0,3405.57,6979.32,156.766,5.40513,300,5,0,6326,0,1,0,0,0),(74696,21326,530,1,1,0,0,3320.87,7080.2,163.484,2.23816,300,5,0,6326,0,1,0,0,0),(74697,21326,530,1,1,0,0,3215.81,7245.42,152.091,5.0101,300,5,0,6326,0,1,0,0,0),(74698,21326,530,1,1,0,0,3332.66,7215.49,158.222,5.76127,300,5,0,6326,0,1,0,0,0),(74699,21326,530,1,1,0,0,3355.08,7244.63,154.36,6.22757,300,5,0,6326,0,1,0,0,0),(74700,21326,530,1,1,0,0,3393.99,7277.24,146.005,3.55367,300,5,0,6326,0,1,0,0,0),(28674,18207,530,1,1,0,1,-1549.31,8575.98,7.25886,3.28789,300,0,0,1000,6229,0,0,0,0),(74702,21330,530,1,1,0,1,-4063.59,2255.83,94.9093,2.3911,300,0,0,5588800,0,0,0,0,0),(74703,21334,530,1,1,0,0,-4053.73,2687.44,139.93,3.80482,60,0,0,6986,0,0,0,0,0),(74704,21334,530,1,1,0,0,-4050.09,2548.79,132.24,3.57792,60,0,0,6986,0,0,0,0,0),(74705,21334,530,1,1,0,0,-4048.73,2483.31,137.819,3.75246,60,0,0,6986,0,0,0,0,0),(74706,21334,530,1,1,0,0,-4051.38,2616.37,127.937,5.07891,60,0,0,6986,0,0,0,0,0),(74707,21334,530,1,1,0,0,-4114.92,2531.65,141.482,1.37881,60,0,0,6986,0,0,0,0,0),(74708,21336,530,1,1,0,1,-3023,2618,76.7,3,300,0,0,4979,0,0,0,0,0),(74709,21337,530,1,1,0,1,-4082.33,2545.31,137.611,2.89993,300,5,0,6761,0,1,0,0,0),(74710,21337,530,1,1,0,1,-3796.88,2615.17,90.8896,3.07821,300,5,0,6761,0,1,0,0,0),(74711,21337,530,1,1,0,1,-3699.33,2662.49,108.963,0.203721,300,5,0,6761,0,1,0,0,0),(74712,21337,530,1,1,0,1,-4037.65,2510.24,133.187,1.87205,300,5,0,6761,0,1,0,0,0),(74713,21340,530,1,1,0,0,-3023,2616,76.7,3,300,0,0,4979,0,0,0,0,0),(77821,21347,530,1,1,0,0,-2681.59,1485.84,24.1612,0,120,0,0,1,0,0,0,0,0),(74715,21348,530,1,1,0,0,-3202,2455,61,2,300,0,0,4120,0,0,0,0,0),(74716,21348,530,1,1,0,0,-3123,2643,62,0,300,0,0,4120,0,0,0,0,0),(74717,21348,530,1,1,0,0,-3144,2552,62,3,300,0,0,4120,0,0,0,0,0),(74718,21348,530,1,1,0,0,-3532.28,2098.23,103.023,2.18166,300,0,0,4120,0,0,0,0,0),(74719,21348,530,1,1,0,0,-3479.14,2176.67,103.989,4.69494,300,0,0,4120,0,0,0,0,0),(74720,21348,530,1,1,0,0,-3489,2350.41,85.545,2.49582,300,0,0,4120,0,0,0,0,0),(74721,21348,530,1,1,0,0,-3232.09,2567.23,61.8447,4.29351,300,0,0,4120,0,0,0,0,0),(74723,21348,530,1,1,0,0,-3066.54,2683.09,62.3354,2.46091,300,0,0,4120,0,0,0,0,0),(74724,21348,530,1,1,0,0,-3184,2562,62,1,300,0,0,4120,0,0,0,0,0),(74725,21348,530,1,1,0,0,-3073.94,1148.52,49.7533,3.82227,300,0,0,4120,0,0,0,0,0),(74726,21348,530,1,1,0,0,-4082.95,451.168,49.017,0.593412,300,0,0,4120,0,0,0,0,0),(74727,21348,530,1,1,0,0,-4194,255.101,132.22,4.90438,300,0,0,4120,0,0,0,0,0),(74728,21348,530,1,1,0,0,-4255.6,247.78,138.551,2.1293,300,0,0,4120,0,0,0,0,0),(74729,21348,530,1,1,0,0,-4331.2,320.378,132.534,5.55015,300,0,0,4120,0,0,0,0,0),(74730,21348,530,1,1,0,0,-4307.52,274.328,133.307,3.75246,300,0,0,4120,0,0,0,0,0),(74731,21348,530,1,1,0,0,-4250.61,417.767,81.8443,3.01942,300,0,0,4120,0,0,0,0,0),(74732,21348,530,1,1,0,0,-4109.52,480.759,45.9374,3.89208,300,0,0,4120,0,0,0,0,0),(74733,21348,530,1,1,0,0,-4199.35,433.543,58.3447,5.89921,300,0,0,4120,0,0,0,0,0),(74734,21348,530,1,1,0,0,-4175.8,535.333,35.9089,4.41568,300,0,0,4120,0,0,0,0,0),(74735,21348,530,1,1,0,0,-4212.16,512.924,42.7802,2.42601,300,0,0,4120,0,0,0,0,0),(74736,21348,530,1,1,0,0,-4143.22,510.16,38.6132,4.06662,300,0,0,4120,0,0,0,0,0),(74737,21348,530,1,1,0,0,-3833.22,1979.51,93.6154,4.29351,300,0,0,4120,0,0,0,0,0),(74738,21348,530,1,1,0,0,-3899.98,1949.13,96.0214,2.46091,300,0,0,4120,0,0,0,0,0),(74739,21348,530,1,1,0,0,-3818.11,2061.64,95.1427,0.244346,300,0,0,4120,0,0,0,0,0),(74740,21348,530,1,1,0,0,-3850.98,2016.77,95.2141,1.53589,300,0,0,4120,0,0,0,0,0),(74741,21348,530,1,1,0,0,-3899.98,2006.24,96.8409,2.89725,300,0,0,4120,0,0,0,0,0),(74742,21348,530,1,1,0,0,-3889.46,2059.98,94.2818,3.28122,300,0,0,4120,0,0,0,0,0),(74743,21348,530,1,1,0,0,-3918,2027.86,94.7592,2.44346,300,0,0,4120,0,0,0,0,0),(74744,21348,530,1,1,0,0,-3581.65,2626.44,101.932,0.959931,300,0,0,4120,0,0,0,0,0),(74745,21348,530,1,1,0,0,-3574.3,2569.31,92.7283,0.750492,300,0,0,4120,0,0,0,0,0),(74746,21348,530,1,1,0,0,-3371.11,2961.7,182.956,0.925025,300,0,0,4120,0,0,0,0,0),(74747,21348,530,1,1,0,0,-3406.62,2940.33,182.911,4.08407,300,0,0,4120,0,0,0,0,0),(74748,21348,530,1,1,0,0,-3354.23,2998.54,183.111,1.53589,300,0,0,4120,0,0,0,0,0),(74749,21348,530,1,1,0,0,-3209.61,2400,62.1968,5.88176,300,0,0,4120,0,0,0,0,0),(74752,21348,530,1,1,0,0,-3139.26,2567.18,61.6596,2.44346,300,0,0,4120,0,0,0,0,0),(74753,21349,530,1,1,0,0,1793.14,6406.45,-11.5,6.13708,300,0,0,5060,2933,0,0,0,0),(74754,21352,530,1,1,0,0,1506.37,6367.81,0.62336,4.5204,300,0,0,6986,0,0,0,0,0),(74755,21352,530,1,1,0,0,1544.21,6321.05,2.36069,0.593412,300,0,0,6986,0,0,0,0,0),(74756,21352,530,1,1,0,0,1589.61,6294.26,2.97764,1.27409,300,0,0,6986,0,0,0,0,0),(74757,21352,530,1,1,0,0,1718.04,6303.09,-0.245553,4.24115,300,0,0,6986,0,0,0,0,0),(74758,21352,530,1,1,0,0,2165.13,6485.68,6.32237,1.39626,300,0,0,6986,0,0,0,0,0),(74759,21352,530,1,1,0,0,2318.35,6650.72,16.8051,5.74213,300,0,0,6986,0,0,0,0,0),(74760,21352,530,1,1,0,0,2330.77,6719.11,16.5635,5.63741,300,0,0,6986,0,0,0,0,0),(74761,21352,530,1,1,0,0,2381.57,6742.27,16.7087,4.90438,300,0,0,6986,0,0,0,0,0),(74762,21352,530,1,1,0,0,2494.49,6713.98,4.47157,4.29351,300,0,0,6986,0,0,0,0,0),(74763,21352,530,1,1,0,0,2603.42,6665,22.797,4.13643,300,0,0,6986,0,0,0,0,0),(74764,21352,530,1,1,0,0,2700.36,6601.66,22.8472,3.40339,300,0,0,6986,0,0,0,0,0),(74765,21352,530,1,1,0,0,2706.19,6673.73,21.6303,2.47837,300,0,0,6986,0,0,0,0,0),(74766,21352,530,1,1,0,0,2700.19,6514.47,2.13838,2.11185,300,0,0,6986,0,0,0,0,0),(74767,21352,530,1,1,0,0,2597.69,6505.88,1.66538,1.09956,300,0,0,6986,0,0,0,0,0),(74768,21352,530,1,1,0,0,2635.83,6463.89,1.86259,1.85005,300,0,0,6986,0,0,0,0,0),(74769,21352,530,1,1,0,0,2462.47,6544.21,1.93072,0.541052,300,0,0,6986,0,0,0,0,0),(74770,21352,530,1,1,0,0,2382.94,6498.44,3.00535,1.98968,300,0,0,6986,0,0,0,0,0),(74771,21352,530,1,1,0,0,2332.92,6567.22,3.77855,0.453786,300,0,0,6986,0,0,0,0,0),(74772,21357,530,1,1,0,1,-3918.02,2052.38,95.1598,5.74213,300,0,0,5589,3155,0,0,0,0),(74773,21359,530,1,1,0,1,-3136,2550,62.2,3,300,0,0,6986,0,0,0,0,0),(74774,21368,530,1,1,0,1,-3019.49,4582.65,-19.4354,3.87317,300,5,0,5715,0,1,0,0,0),(74775,21368,530,1,1,0,1,-2950.7,4583.66,-20.5774,3.20111,300,5,0,5715,0,1,0,0,0),(74776,21368,530,1,1,0,1,-3002.11,4544.92,-22.0097,3.54302,300,5,0,5715,0,1,0,0,0),(74777,21368,530,1,1,0,1,-3036.31,4493.82,-42.8625,0.872665,300,0,0,5715,0,0,0,0,0),(74778,21368,530,1,1,0,1,-3023.36,4492.54,-42.9473,0.488692,300,5,0,5715,0,1,0,0,0),(74779,21368,530,1,1,0,1,-3059.57,4500.37,-42.8611,3.36848,300,0,0,5715,0,0,0,0,0),(74780,21368,530,1,1,0,1,-3046.47,4506.84,-42.8623,2.75762,300,0,0,5715,0,0,0,0,0),(74781,21368,530,1,1,0,1,-2933.38,4497.69,-42.8638,2.40855,300,0,0,5715,0,0,0,0,0),(74782,21368,530,1,1,0,1,-2983.54,4488.91,-20.4148,5.01445,300,5,0,5715,0,1,0,0,0),(74783,21368,530,1,1,0,1,-2979.37,4484.05,-40.9355,1.8675,300,0,0,5715,0,0,0,0,0),(74784,21368,530,1,1,0,1,-2982.77,4502.73,-41.0171,0.034853,300,5,0,5715,0,1,0,0,0),(74785,21368,530,1,1,0,1,-2914.41,4498.79,-42.8626,2.49582,300,0,0,5715,0,0,0,0,0),(74786,21368,530,1,1,0,1,-2909.13,4512.35,-42.8629,4.4855,300,0,0,5715,0,0,0,0,0),(74787,21368,530,1,1,0,1,-2927.11,4515.07,-17.8413,4.53153,300,5,0,5715,0,1,0,0,0),(74788,21368,530,1,1,0,1,-2889.88,4504.51,-42.8615,0.05236,300,0,0,5715,0,0,0,0,0),(74789,21368,530,1,1,0,1,-2963.31,4385.23,-49.1448,3.19395,300,0,0,5715,0,0,0,0,0),(74790,21368,530,1,1,0,1,-2982.67,4395.81,-49.1447,5.67232,300,0,0,5715,0,0,0,0,0),(74791,21370,530,1,1,0,1,-3035.76,4571.8,-20.9817,0.363669,300,5,0,4572,2705,1,0,0,0),(74792,21370,530,1,1,0,1,-3009.69,4555.82,-21.8611,3.57792,300,0,0,4572,2705,0,0,0,0),(74793,21370,530,1,1,0,1,-3008.6,4533.05,-22.3311,3.49066,300,0,0,4572,2705,0,0,0,0),(74794,21370,530,1,1,0,1,-3025.48,4524.77,-22.1956,0.143364,300,5,0,4572,2705,1,0,0,0),(74795,21370,530,1,1,0,1,-2979.45,4565.3,-22.3714,3.05117,300,5,0,4572,2705,1,0,0,0),(74796,21370,530,1,1,0,1,-2943.78,4546,-20.5497,1.98069,300,5,0,4572,2705,1,0,0,0),(74797,21370,530,1,1,0,1,-3025.88,4545.56,-21.7133,3.11768,300,5,0,4572,2705,1,0,0,0),(74798,21370,530,1,1,0,1,-2940.84,4560.67,-20.5392,3.99002,300,5,0,4572,2705,1,0,0,0),(74799,21370,530,1,1,0,1,-3019.64,4508.14,-42.8644,0.645772,300,0,0,4572,2705,0,0,0,0),(74800,21370,530,1,1,0,1,-3024.01,4490.48,-21.4584,3.82883,300,5,0,4572,2705,1,0,0,0),(74801,21370,530,1,1,0,1,-2968.8,4484.21,-40.9351,1.53589,300,0,0,4572,2705,0,0,0,0),(74802,21370,530,1,1,0,1,-2966.41,4502.65,-41.016,3.17901,300,5,0,4572,2705,1,0,0,0),(74803,21370,530,1,1,0,1,-2918.23,4508.99,-42.9468,4.96277,300,5,0,4572,2705,1,0,0,0),(74804,21370,530,1,1,0,1,-2966.38,4436.66,-47.2112,1.97222,300,0,0,4572,2705,0,0,0,0),(74805,21370,530,1,1,0,1,-2979.82,4436.79,-47.2117,1.13446,300,0,0,4572,2705,0,0,0,0),(74806,21370,530,1,1,0,1,-2980.4,4356.25,-49.1436,1.36136,300,0,0,4572,2705,0,0,0,0),(74808,21376,530,1,1,0,0,-4273.1,-11481,8.73428,0.991086,300,0,0,42,0,0,0,0,0),(74809,21380,530,1,1,0,0,2790.83,6190.5,1.02118,0.759834,300,5,0,6959,0,1,0,0,0),(74810,21380,530,1,1,0,0,2997.82,6108.39,4.53906,5.69132,300,5,0,6959,0,1,0,0,0),(74811,21381,530,1,1,0,0,2717.49,6424,2.37619,4.86862,300,0,0,6116,0,0,0,0,0),(74812,21381,530,1,1,0,0,2676.62,6400.81,1.28234,4.7036,300,5,0,6116,0,1,0,0,0),(74813,21381,530,1,1,0,0,2788.62,6340.15,6.15497,6.02759,300,5,0,6116,0,1,0,0,0),(74814,21381,530,1,1,0,0,2779.46,6420.56,2.57083,1.67683,300,5,0,6116,0,1,0,0,0),(74815,21381,530,1,1,0,0,2819.51,6316.12,13.7224,0.468014,300,5,0,6116,0,1,0,0,0),(74816,21381,530,1,1,0,0,2850.61,6281.23,12.2266,4.85334,300,5,0,6116,0,1,0,0,0),(74817,21381,530,1,1,0,0,2787.67,6216.42,2.96707,0.174698,300,5,0,6116,0,1,0,0,0),(74818,21381,530,1,1,0,0,2816.95,6181.16,3.79823,4.3511,300,5,0,6116,0,1,0,0,0),(74819,21381,530,1,1,0,0,2882.88,6182.55,8.84083,2.17824,300,0,0,6116,0,0,0,0,0),(74820,21381,530,1,1,0,0,2825.05,6253.23,8.6775,0.480734,300,5,0,6116,0,1,0,0,0),(74821,21381,530,1,1,0,0,2843.57,6223.44,9.4271,1.7536,300,5,0,6116,0,1,0,0,0),(74822,21381,530,1,1,0,0,2930.3,6175.62,12.8793,2.47665,300,0,0,6116,0,0,0,0,0),(74823,21381,530,1,1,0,0,2950.58,6147.16,8.91796,0.523879,300,5,0,6116,0,1,0,0,0),(74824,21381,530,1,1,0,0,2951.42,6149.58,8.95262,5.44885,300,5,0,6116,0,1,0,0,0),(74825,21381,530,1,1,0,0,2973.24,6164.89,4.56284,2.83848,300,0,0,6116,0,0,0,0,0),(74826,21381,530,1,1,0,0,2991.67,6075,9.3468,1.39932,300,5,0,6116,0,1,0,0,0),(74827,21381,530,1,1,0,0,3040.49,6076.51,1.24354,4.77688,300,5,0,6116,0,1,0,0,0),(74828,21382,530,1,1,0,1,3206.41,7099.68,173.682,0.937116,300,0,0,6326,0,0,0,0,0),(74829,21382,530,1,1,0,1,3165.59,7106.13,175.058,3.22914,300,0,0,6326,0,0,0,0,0),(74830,21382,530,1,1,0,1,3166.45,7070.6,163.121,5.31458,300,0,0,6326,0,0,0,0,0),(74831,21382,530,1,1,0,1,3213.4,7127.27,173.939,1.91973,300,0,0,6326,0,0,0,0,0),(74832,21382,530,1,1,0,1,3206.07,7116.4,173.724,4.1244,300,0,0,6326,0,0,0,0,0),(74833,21382,530,1,1,0,1,3111.11,7129.98,152.609,5.54379,300,0,0,6326,0,0,0,0,0),(74834,21382,530,1,1,0,1,3102.89,7063.88,160.198,0.491975,300,0,0,6326,0,0,0,0,0),(74835,21382,530,1,1,0,1,3156.91,7090.65,169.196,1.77242,300,0,0,6326,0,0,0,0,0),(74836,21383,530,1,1,0,1,3189.91,7106.24,178.302,0.453786,300,0,0,5313,2933,0,0,0,0),(74837,21383,530,1,1,0,1,3152.57,7090.58,169.336,4.91057,300,0,0,5313,2933,0,0,0,0),(74838,21383,530,1,1,0,1,3166.75,7019.08,161.938,4.60433,300,0,0,5313,2933,0,0,0,0),(74839,21383,530,1,1,0,1,3138.17,7081,155.471,1.99451,300,0,0,5313,2933,0,0,0,0),(74840,21383,530,1,1,0,1,3063.47,7121.63,150.111,0.800103,300,0,0,5313,2933,0,0,0,0),(74841,21384,530,1,1,0,1,-4015.8,1854.9,78.33,1.71876,300,0,0,5233,2991,0,0,0,0),(74842,21385,530,1,1,0,1,-4171,1824.65,111.165,3.83439,300,5,0,5060,2933,1,0,0,0),(74843,21385,530,1,1,0,1,-4107.24,1918.52,72.4922,4.91876,300,5,0,5060,2933,1,0,0,0),(74844,21385,530,1,1,0,1,-4056.32,1823.43,84.4193,1.93039,300,5,0,5060,2933,1,0,0,0),(74845,21385,530,1,1,0,1,-4071.23,1928.13,76.5102,0.526756,300,5,0,5060,2933,1,0,0,0),(74846,21385,530,1,1,0,1,-4086.62,1894.66,75.2805,4.31191,300,5,0,5060,2933,1,0,0,0),(74847,21385,530,1,1,0,1,-4034.37,1928.13,79.4729,2.48663,300,5,0,5060,2933,1,0,0,0),(74848,21385,530,1,1,0,1,-3966.33,1859.31,82.681,6.1051,300,5,0,5060,2933,1,0,0,0),(74849,21386,530,1,1,0,1,-3119.67,2130.06,80.0484,0.267707,300,5,0,6326,0,1,0,0,0),(74850,21386,530,1,1,0,1,-3138.92,2151.84,77.2667,0.462774,300,5,0,6326,0,1,0,0,0),(74851,21386,530,1,1,0,1,-3066,2153,78.8,5,300,0,0,6326,0,0,0,0,0),(74852,21386,530,1,1,0,1,-3028,2270,64.69,6,300,0,0,6326,0,0,0,0,0),(74853,21386,530,1,1,0,1,-3125,2053,92.2,2,300,0,0,6326,0,0,0,0,0),(74854,21386,530,1,1,0,1,-3016,2180,70.5,2,300,0,0,6326,0,0,0,0,0),(74855,21386,530,1,1,0,1,-3082,2311,63.1,2,300,0,0,6326,0,0,0,0,0),(74856,21386,530,1,1,0,1,-3108,2277,64.4,0,300,0,0,6326,0,0,0,0,0),(74857,21386,530,1,1,0,1,-2968.11,2159.08,102.748,0.970873,300,5,0,6326,0,1,0,0,0),(74858,21386,530,1,1,0,1,-2989.89,2053.79,100.063,2.4066,300,5,0,6326,0,1,0,0,0),(74859,21386,530,1,1,0,1,-3112.27,2038.33,95.9996,5.46252,300,5,0,6326,0,1,0,0,0),(74860,21386,530,1,1,0,1,-3028.03,1988.99,97.6061,5.25383,300,5,0,6326,0,1,0,0,0),(74861,21387,530,1,1,0,0,3163.95,7064.2,162.573,2.8316,300,5,0,4048,2933,1,0,0,0),(74862,21387,530,1,1,0,0,3102.43,7157.74,151.84,3.66407,300,5,0,4048,2933,1,0,0,0),(74863,21387,530,1,1,0,0,3118.5,7115.5,154.158,1.8753,300,5,0,4048,2933,1,0,0,0),(74864,21387,530,1,1,0,0,3136.06,7051.68,163.367,4.28268,300,5,0,4048,2933,1,0,0,0),(74865,21387,530,1,1,0,0,3126.42,7070.76,162.578,4.78433,300,5,0,4048,2933,1,0,0,0),(74866,21387,530,1,1,0,0,3059.93,7094.63,155.131,3.38348,300,5,0,4048,2933,1,0,0,0),(74867,21387,530,1,1,0,0,3181.06,6998.68,160.982,3.26713,300,0,0,4048,2933,0,0,0,0),(74868,21387,530,1,1,0,0,3125.63,7097.05,154.553,2.23402,300,0,0,4048,2933,0,0,0,0),(74869,21387,530,1,1,0,0,3121.84,7122.37,154.117,4.81711,300,0,0,4048,2933,0,0,0,0),(74870,21389,530,1,1,0,1,3130.8,7006.54,168.207,3.38594,300,0,0,11121,0,0,0,0,0),(74871,21391,530,1,1,0,0,-1335.72,2383.22,90.1042,5.55015,300,0,0,42,0,0,0,0,0),(74872,21393,530,1,1,16925,0,1924.63,5574.76,273.122,1.98968,300,0,0,42,0,0,0,0,0),(74873,21397,530,1,1,0,0,-2965.84,4011.33,1.37422,5.56465,300,0,0,5914,0,0,0,0,0),(74874,21398,530,1,1,0,0,-2966.27,4006.63,1.20908,0.069813,300,0,0,5914,0,0,0,0,0),(74875,21399,530,1,1,0,0,-2947.31,3982.6,0.04193,3.49331,300,0,0,5914,0,0,0,0,0),(74876,21400,530,1,1,0,0,-2919.26,3969.4,0.28936,3.71374,300,0,0,5914,0,0,0,0,0),(74877,21402,530,1,1,0,1,-2988.39,783.175,-7.97176,2.33874,300,0,0,5409,3080,0,0,0,0),(74878,21403,530,1,1,0,0,-3487.59,3027.17,225.726,2.16421,300,0,0,41,60,2,0,0,0),(74879,21403,530,1,1,0,0,-3463.8,3056.47,222.11,4.99164,300,0,0,41,60,2,0,0,0),(74880,21403,530,1,1,0,0,-3251.97,3013.52,155.875,2.49582,300,0,0,41,60,2,0,0,0),(74881,21403,530,1,1,0,0,-3232.92,3044.06,157.5,1.71042,300,0,0,41,60,2,0,0,0),(74882,21404,530,1,1,0,1,-3457.22,3021.8,210.147,5.49779,300,0,0,27944,0,0,0,0,0),(74883,21404,530,1,1,0,1,-3240.43,3026.79,137.453,5.72468,300,0,0,27944,0,0,0,0,0),(74884,21405,530,1,1,0,1,-2974.41,4483.26,-41.0208,1.55728,300,5,0,4400,6229,1,0,0,0),(74885,21405,530,1,1,0,1,-2968.24,4322.62,-48.6488,0.191986,300,0,0,4400,6229,0,0,0,0),(74886,21405,530,1,1,0,1,-2961.47,4357.33,-49.144,3.01942,300,0,0,4400,6229,0,0,0,0),(74887,21405,530,1,1,0,1,-2961.55,4330.03,-48.7706,2.37638,300,5,0,4400,6229,1,0,0,0),(74888,21405,530,1,1,0,1,-2982.25,4328.53,-48.6488,2.07694,300,0,0,4400,6229,0,0,0,0),(74889,21405,530,1,1,0,1,-2975.32,4377.66,-49.1435,0.610865,300,0,0,4400,6229,0,0,0,0),(74890,21405,530,1,1,0,1,-2971.51,4349.16,-49.2277,4.72984,300,5,0,4400,6229,1,0,0,0),(74891,21408,530,1,1,0,0,-3398.99,2230.65,69.4526,0.980714,300,5,0,6326,0,1,0,0,0),(74892,21408,530,1,1,0,0,-3386.51,2252.14,68.2237,1.53797,300,5,0,6326,0,1,0,0,0),(74893,21408,530,1,1,0,0,-3432.29,2453.94,56.7851,1.52001,300,5,0,6326,0,1,0,0,0),(74894,21408,530,1,1,0,0,-3414.9,2485.19,50.4778,0.908306,300,5,0,6326,0,1,0,0,0),(74895,21408,530,1,1,0,0,-3380.21,2549.55,50.6775,4.65916,300,5,0,6326,0,1,0,0,0),(74896,21408,530,1,1,0,0,-3360.65,2447.55,59.3227,1.39216,300,5,0,6326,0,1,0,0,0),(74897,21408,530,1,1,0,0,-3379.4,2454.86,57.0621,1.54628,300,5,0,6326,0,1,0,0,0),(74898,21408,530,1,1,0,0,-3398.72,2480.1,50.59,3.34428,300,5,0,6326,0,1,0,0,0),(74899,21408,530,1,1,0,0,-3361.3,2548.15,50.8959,3.30677,300,5,0,6326,0,1,0,0,0),(74900,21408,530,1,1,0,0,-3347.89,2586.58,59.9271,5.80984,300,5,0,6326,0,1,0,0,0),(74901,21408,530,1,1,0,0,-3316.2,2455.42,51.7436,2.84209,300,5,0,6326,0,1,0,0,0),(74902,21408,530,1,1,0,0,-3311.75,2478.01,51.8033,4.35397,300,5,0,6326,0,1,0,0,0),(74903,21408,530,1,1,0,0,-3358.57,2511.62,50.9488,1.74943,300,5,0,6326,0,1,0,0,0),(74904,21408,530,1,1,0,0,-3330.06,2550.94,56.4974,4.79939,300,5,0,6326,0,1,0,0,0),(74905,21408,530,1,1,0,0,-3317.44,2582.21,56.6214,5.43015,300,5,0,6326,0,1,0,0,0),(74906,21408,530,1,1,0,0,-3313.84,2523.35,60.6088,0.275627,300,5,0,6326,0,1,0,0,0),(74907,21408,530,1,1,0,0,-3288.69,2516.2,54.9444,0.406625,300,5,0,6326,0,1,0,0,0),(74908,21408,530,1,1,0,0,-2982,2358,50.1,5,300,0,0,6326,0,0,0,0,0),(74909,21408,530,1,1,0,0,-2986,2380,50.2,3,300,0,0,6326,0,0,0,0,0),(74910,21408,530,1,1,0,0,-2945.2,2371.67,49.9662,4.77938,300,5,0,6326,0,1,0,0,0),(74911,21408,530,1,1,0,0,-2982.89,2376.77,50.4662,4.62456,300,5,0,6326,0,1,0,0,0),(74912,21408,530,1,1,0,0,-3024.26,2342.38,59.0913,0.078271,300,5,0,6326,0,1,0,0,0),(74913,21408,530,1,1,0,0,-2957.42,2311.76,61.0361,3.08107,300,5,0,6326,0,1,0,0,0),(74914,21408,530,1,1,0,0,-2975.59,2305.87,60.4457,5.61482,300,5,0,6326,0,1,0,0,0),(74915,21408,530,1,1,0,0,-2971.93,2344.91,50.7162,5.3441,300,5,0,6326,0,1,0,0,0),(74916,21408,530,1,1,0,0,-4093.76,1585.19,94.4327,5.23153,300,5,0,6326,0,1,0,0,0),(74917,21408,530,1,1,0,0,-4121.5,1616.03,95.14,1.07625,300,5,0,6326,0,1,0,0,0),(74918,21408,530,1,1,0,0,-4158.86,1742.92,96.1126,4.14877,300,5,0,6326,0,1,0,0,0),(74919,21408,530,1,1,0,0,-4243.28,1742.26,88.1758,6.09022,300,5,0,6326,0,1,0,0,0),(74920,21408,530,1,1,0,0,-4207.86,1747.11,89.9953,0.284518,300,5,0,6326,0,1,0,0,0),(74921,21408,530,1,1,0,0,-4180.47,1743.81,92.0729,4.44562,300,5,0,6326,0,1,0,0,0),(74922,21408,530,1,1,0,0,-4145.85,1678.24,93.0411,0.466945,300,5,0,6326,0,1,0,0,0),(74923,21408,530,1,1,0,0,-4184.21,1623.63,96.3665,2.66277,300,5,0,6326,0,1,0,0,0),(74924,21408,530,1,1,0,0,-4176.96,1644.39,85.1035,2.46697,300,5,0,6326,0,1,0,0,0),(74925,21408,530,1,1,0,0,-4157.51,1711.88,93.3907,2.39378,300,5,0,6326,0,1,0,0,0),(74926,21408,530,1,1,0,0,-4180.6,1680.44,87.4411,5.54304,300,5,0,6326,0,1,0,0,0),(74927,21408,530,1,1,0,0,-4185.15,1709.81,90.4587,1.57666,300,5,0,6326,0,1,0,0,0),(74928,21408,530,1,1,0,0,-4158.76,1652.3,93.4807,6.05478,300,5,0,6326,0,1,0,0,0),(74929,21408,530,1,1,0,0,-4215.16,1718.26,90.0376,0.860051,300,5,0,6326,0,1,0,0,0),(74930,21408,530,1,1,0,0,-4250.49,1706.21,89.5526,1.10418,300,5,0,6326,0,1,0,0,0),(74931,21408,530,1,1,0,0,-4236.46,1640.41,101.072,5.55253,300,5,0,6326,0,1,0,0,0),(74932,21408,530,1,1,0,0,-4216.47,1645.99,93.9986,4.27382,300,5,0,6326,0,1,0,0,0),(74933,21408,530,1,1,0,0,-4246.67,1676.1,89.4346,4.74895,300,5,0,6326,0,1,0,0,0),(74934,21408,530,1,1,0,0,-4213.92,1693.12,90.2979,0.194376,300,5,0,6326,0,1,0,0,0),(74935,21408,530,1,1,0,0,-4291.72,1874.5,121.636,2.31754,300,5,0,6326,0,1,0,0,0),(74936,21408,530,1,1,0,0,-4255.41,1927.11,92.8555,4.43562,300,5,0,6326,0,1,0,0,0),(74937,21408,530,1,1,0,0,-4224.71,1889.53,106.932,0.031606,300,5,0,6326,0,1,0,0,0),(74938,21408,530,1,1,0,0,-4245.31,1941.5,84.8954,4.74168,300,5,0,6326,0,1,0,0,0),(74939,21408,530,1,1,0,0,-3438.7,2573.76,57.0488,3.49932,300,0,0,6326,0,0,0,0,0),(74940,21408,530,1,1,0,0,-3409.15,2554.72,50.6749,0.093841,300,5,0,6326,0,1,0,0,0),(74941,21408,530,1,1,0,0,-3339.59,2583.09,59.8406,3.53777,300,0,0,6326,0,0,0,0,0),(74942,21408,530,1,1,0,0,-3356.9,2580.66,58.9447,3.11087,300,0,0,6326,0,0,0,0,0),(74943,21408,530,1,1,0,0,-3409.14,2585.81,57.6291,2.97648,300,0,0,6326,0,0,0,0,0),(74944,21408,530,1,1,0,0,-3344.42,2206.38,73.5417,4.41749,300,5,0,6326,0,1,0,0,0),(74945,21411,530,1,1,0,0,-2083.83,5299.95,-37.3236,0.314159,300,0,0,267050,0,0,0,0,0),(74946,21413,530,1,1,0,0,1832.03,5627.16,269.222,0,300,0,0,42,0,0,0,0,0),(74947,21416,530,1,1,0,1,-2791.71,1481.24,10.1849,1.98968,300,0,0,4890,7196,0,0,0,0),(1976657,37827,571,1,2,0,0,4812.28,-585.435,162.473,6.24075,300,0,0,42,0,0,0,0,0),(143503,37878,571,1,1,0,0,4848.79,-601.884,157.445,4.2586,120,0,0,1,0,0,0,0,0),(143502,37878,571,1,1,0,0,4815.69,-625.302,158.616,4.06662,120,0,0,1,0,0,0,0,0),(143501,37878,571,1,1,0,0,4829.42,-629.363,157.646,3.61283,120,0,0,1,0,0,0,0,0),(143500,37878,571,1,1,0,0,4842.37,-621.696,157.523,2.87979,120,0,0,1,0,0,0,0,0),(143499,37878,571,1,1,0,0,4833.48,-635.08,157.486,4.83456,120,0,0,1,0,0,0,0,0),(143498,37878,571,1,1,0,0,4813.19,-639.132,158.872,0,120,0,0,1,0,0,0,0,0),(143497,37878,571,1,1,0,0,4837.81,-627.674,157.62,1.95477,120,0,0,1,0,0,0,0,0),(143496,37878,571,1,1,0,0,4840.92,-570.698,161.174,3.76991,120,0,0,1,0,0,0,0,0),(143495,37878,571,1,1,0,0,4845.4,-613.085,157.42,1.81514,120,0,0,1,0,0,0,0,0),(143494,37878,571,1,1,0,0,4826.23,-624.479,157.951,0,120,0,0,1,0,0,0,0,0),(143493,37878,571,1,1,0,0,4842.86,-580.882,159.731,2.96706,120,0,0,1,0,0,0,0,0),(143492,37878,571,1,1,0,0,4851.64,-585.601,158.117,2.05949,120,0,0,1,0,0,0,0,0),(143491,37878,571,1,1,0,0,4822.3,-616.2,157.949,2.28638,120,0,0,1,0,0,0,0,0),(143490,37878,571,1,1,0,0,4843.75,-587.062,159.727,0.925025,120,0,0,1,0,0,0,0,0),(143489,37878,571,1,1,0,0,4822.64,-641.347,157.85,3.94444,120,0,0,1,0,0,0,0,0),(143488,37878,571,1,1,0,0,4854.85,-593.279,157.301,4.62512,120,0,0,1,0,0,0,0,0),(143487,37878,571,1,1,0,0,4825.96,-637.977,157.644,5.34071,120,0,0,1,0,0,0,0,0),(143486,37878,571,1,1,0,0,4804.12,-640.814,160.12,2.37365,120,0,0,1,0,0,0,0,0),(143485,37878,571,1,1,0,0,4809.7,-642.825,159.296,2.00713,120,0,0,1,0,0,0,0,0),(143484,37878,571,1,1,0,0,4845.67,-593.674,159.144,3.87463,120,0,0,1,0,0,0,0,0),(143483,37878,571,1,1,0,0,4845.16,-576.028,159.94,5.53269,120,0,0,1,0,0,0,0,0),(143482,37878,571,1,1,0,0,4809.9,-635.441,159.204,1.15192,120,0,0,1,0,0,0,0,0),(143481,37878,571,1,1,0,0,4814.17,-631.366,158.754,5.23599,120,0,0,1,0,0,0,0,0),(143480,37878,571,1,1,0,0,4798.06,-635.016,160.532,3.14159,120,0,0,1,0,0,0,0,0),(143479,37878,571,1,1,0,0,4788.49,-629.854,161.156,5.34071,120,0,0,1,0,0,0,0,0),(143478,37878,571,1,1,0,0,4835.67,-563.555,161.455,0.488692,120,0,0,1,0,0,0,0,0),(143477,37878,571,1,1,0,0,4806.63,-631.41,159.547,4.93928,120,0,0,1,0,0,0,0,0),(143476,37878,571,1,1,0,0,4804.43,-635.924,159.855,0,120,0,0,1,0,0,0,0,0),(143475,37878,571,1,1,0,0,4801.53,-631.161,160.097,3.52556,120,0,0,1,0,0,0,0,0),(143474,37878,571,1,1,0,0,4788.44,-639.323,162.316,1.37881,120,0,0,1,0,0,0,0,0),(143473,37878,571,1,1,0,0,4793.92,-639.154,161.241,4.46804,120,0,0,1,0,0,0,0,0),(143472,37878,571,1,1,0,0,4828.34,-562.278,160.331,0.959931,120,0,0,1,0,0,0,0,0),(143471,37878,571,1,1,0,0,4809.82,-614.812,159.275,2.19912,120,0,0,1,0,0,0,0,0),(143470,37878,571,1,1,0,0,4795.55,-631.295,160.253,1.36136,120,0,0,1,0,0,0,0,0),(143469,37878,571,1,1,0,0,4791.31,-635.191,160.856,4.81711,120,0,0,1,0,0,0,0,0),(143468,37878,571,1,1,0,0,4803.76,-610.719,159.545,4.24115,120,0,0,1,0,0,0,0,0),(143467,37878,571,1,1,0,0,4806.01,-623.481,159.546,2.74017,120,0,0,1,0,0,0,0,0),(143466,37878,571,1,1,0,0,4796.73,-622.587,159.91,2.35619,120,0,0,1,0,0,0,0,0),(143465,37878,571,1,1,0,0,4800.02,-618.307,159.794,3.50811,120,0,0,1,0,0,0,0,0),(143464,37878,571,1,1,0,0,4837.16,-576.51,160.502,5.07891,120,0,0,1,0,0,0,0,0),(143463,37878,571,1,1,0,0,4814.3,-619.271,158.755,0.715585,120,0,0,1,0,0,0,0,0),(143462,37878,571,1,1,0,0,4793.2,-627.052,159.945,3.47321,120,0,0,1,0,0,0,0,0),(143461,37878,571,1,1,0,0,4815.85,-606.009,160.206,0,120,0,0,1,0,0,0,0,0),(76052,37894,571,1,1,0,0,4812.03,-586.222,162.556,2.6529,120,0,0,1,0,0,0,0,0),(247003,33068,0,1,1,0,0,-9506.09,-372.595,57.633,5.55462,300,0,0,1,0,0,0,0,0),(143459,37878,571,1,1,0,0,4810.05,-609.377,159.464,0,120,0,0,1,0,0,0,0,0),(143458,37878,571,1,1,0,0,4810.25,-627.464,159.152,1.50098,120,0,0,1,0,0,0,0,0),(143457,37878,571,1,1,0,0,4790.14,-624.177,159.613,0.977384,120,0,0,1,0,0,0,0,0),(143456,37878,571,1,1,0,0,4826.66,-555.106,161.316,4.62512,120,0,0,1,0,0,0,0,0),(143455,37878,571,1,1,0,0,4809.64,-555.469,162.692,0.715585,120,0,0,1,0,0,0,0,0),(143454,37878,571,1,1,0,0,4806.93,-604.054,159.585,0,120,0,0,1,0,0,0,0,0),(143453,37878,571,1,1,0,0,4816.29,-556.596,161.831,3.82227,120,0,0,1,0,0,0,0,0),(143452,37878,571,1,1,0,0,4789.02,-611.773,160.37,0,120,0,0,1,0,0,0,0,0),(143451,37878,571,1,1,0,0,4784.51,-609.382,161.722,0,120,0,0,1,0,0,0,0,0),(143450,37878,571,1,1,0,0,4802.32,-570.236,160.275,1.06465,120,0,0,1,0,0,0,0,0),(143449,37878,571,1,1,0,0,4796.79,-613.901,159.759,0.890118,120,0,0,1,0,0,0,0,0),(143448,37878,571,1,1,0,0,4810.37,-549.769,163.215,3.38594,120,0,0,1,0,0,0,0,0),(143447,37878,571,1,1,0,0,4798.66,-602.021,159.822,2.56563,120,0,0,1,0,0,0,0,0),(143446,37878,571,1,1,0,0,4792.95,-603.385,160.328,2.74017,120,0,0,1,0,0,0,0,0),(143445,37878,571,1,1,0,0,4791.47,-618.484,159.709,2.05949,120,0,0,1,0,0,0,0,0),(143444,37878,571,1,1,0,0,4798.12,-607.448,159.725,0.715585,120,0,0,1,0,0,0,0,0),(143443,37878,571,1,1,0,0,4782.63,-605.307,161.613,0,120,0,0,1,0,0,0,0,0),(143442,37878,571,1,1,0,0,4790.34,-607.083,160.257,3.52556,120,0,0,1,0,0,0,0,0),(143441,37878,571,1,1,0,0,4792.53,-591.684,160.254,4.20624,120,0,0,1,0,0,0,0,0),(143440,37878,571,1,1,0,0,4817.92,-551.977,162.083,3.03687,120,0,0,1,0,0,0,0,0),(143439,37878,571,1,1,0,0,4782.63,-605.307,161.613,0,120,0,0,1,0,0,0,0,0),(143438,37878,571,1,1,0,0,4790.34,-607.083,160.257,3.52556,120,0,0,1,0,0,0,0,0),(143437,37878,571,1,1,0,0,4792.53,-591.684,160.254,4.20624,120,0,0,1,0,0,0,0,0),(143436,37878,571,1,1,0,0,4817.92,-551.977,162.083,3.03687,120,0,0,1,0,0,0,0,0),(143435,37878,571,1,1,0,0,4797.15,-583.295,159.861,3.59538,120,0,0,1,0,0,0,0,0),(143434,37878,571,1,1,0,0,4767.42,-594.349,163.828,1.58825,120,0,0,1,0,0,0,0,0),(143433,37878,571,1,1,0,0,4793.4,-570.811,160.894,3.68265,120,0,0,1,0,0,0,0,0),(143432,37878,571,1,1,0,0,4776.27,-596.57,162.633,2.05949,120,0,0,1,0,0,0,0,0),(143431,37878,571,1,1,0,0,4759.74,-587.835,164.612,0,120,0,0,1,0,0,0,0,0),(143430,37878,571,1,1,0,0,4772.52,-585.984,163.043,2.68781,120,0,0,1,0,0,0,0,0),(143429,37878,571,1,1,0,0,4782.1,-580.748,161.862,1.27409,120,0,0,1,0,0,0,0,0),(143428,37878,571,1,1,0,0,4756.67,-580.465,165.097,1.48353,120,0,0,1,0,0,0,0,0),(143427,37878,571,1,1,0,0,4791.54,-557.312,162.79,4.06662,120,0,0,1,0,0,0,0,0),(143426,37878,571,1,1,0,0,4771.82,-566.172,162.486,0,120,0,0,1,0,0,0,0,0),(143425,37878,571,1,1,0,0,4782.4,-593.654,161.671,1.6057,120,0,0,1,0,0,0,0,0),(143424,37878,571,1,1,0,0,4800.6,-547.733,164.92,0.715585,120,0,0,1,0,0,0,0,0),(143423,37878,571,1,1,0,0,4763.71,-569.226,163.768,3.83972,120,0,0,1,0,0,0,0,0),(143422,37878,571,1,1,0,0,4763.54,-576.642,163.84,5.25344,120,0,0,1,0,0,0,0,0),(143421,37878,571,1,1,0,0,4797.17,-577.127,160.26,2.47837,120,0,0,1,0,0,0,0,0),(143420,37878,571,1,1,0,0,4772.84,-575.535,162.756,1.64061,120,0,0,1,0,0,0,0,0),(75098,29854,571,1,1,0,0,6671.19,-467.731,1178.39,6.27915,0,0,0,1,0,0,0,0,0),(75097,29854,571,1,1,0,0,6697.77,-462.455,1178.17,5.77257,0,0,0,1,0,0,0,0,0),(75096,29854,571,1,1,0,0,6706.95,-521.231,1211.49,5.17959,0,0,0,1,0,0,0,0,0),(75095,29854,571,1,1,0,0,6647.07,-477.868,1167.51,2.68202,0,0,0,1,0,0,0,0,0),(75094,29854,571,1,1,0,0,6675.19,-420.657,1184.11,3.36925,0,15,0,1,0,1,0,0,0),(75093,29854,571,1,1,0,0,6695.85,-487.759,1195.42,1.80238,0,0,0,1,0,0,0,0,0),(75092,29854,571,1,1,0,0,6712.09,-533.401,1211.94,1.69635,0,0,0,1,0,0,0,0,0),(75091,33645,571,1,1,0,1,8579.87,749.856,547.376,6.08289,300,0,0,10635,0,0,0,0,0),(75090,33642,530,1,1,0,1,-2254.97,5560.91,67.1006,5.95157,300,0,0,2835,7196,0,0,0,0),(75089,33639,530,1,1,0,1,-2093.76,5632.88,50.3112,2.51327,300,0,0,3237,0,0,0,0,0),(75088,33630,530,1,1,0,1,-2091.98,5634.98,50.3112,2.84489,300,0,0,2266,6015,0,0,0,0),(29978,16873,530,1,1,0,0,-945.313,1948.25,67.0646,0,300,0,0,3984,2434,2,0,0,0),(6747,22418,534,1,1,0,0,-945.313,1948.25,67.0646,2.61799,7200,0,0,1,0,2,0,0,0),(75081,17714,530,1,1,0,0,-1415.73,-12795.1,-15.7665,1.83091,120,5,0,1,0,1,0,0,0),(75080,17714,530,1,1,0,0,-1411.56,-12765.2,-16.1739,1.5953,120,5,0,1,0,1,0,0,0),(75079,17714,530,1,1,0,0,-1147.65,-12879.5,-102.42,4.14375,120,5,0,1,0,1,0,0,0),(75078,17714,530,1,1,0,0,-1134.56,-12897.9,-102.611,2.9341,120,5,0,1,0,1,0,0,0),(75077,17714,530,1,1,0,0,-1252.93,-12952.8,-104.744,3.63331,120,5,0,1,0,1,0,0,0),(75076,17714,530,1,1,0,0,-1221.54,-12954.4,-104.158,4.28428,120,5,0,1,0,1,0,0,0),(75075,17714,530,1,1,0,0,-1183.29,-12912.6,-102.463,3.73105,120,5,0,1,0,1,0,0,0),(75074,17714,530,1,1,0,0,-1201.32,-12933.4,-102.708,1.19337,120,5,0,1,0,1,0,0,0),(75073,17714,530,1,1,0,0,-1150.57,-12917.9,-101.545,3.95037,120,5,0,1,0,1,0,0,0),(75072,17714,530,1,1,0,0,-1151.62,-12952.3,-101.069,2.9852,120,5,0,1,0,1,0,0,0),(75071,17714,530,1,1,0,0,-1119.17,-12949.7,-99.689,2.53529,120,5,0,1,0,1,0,0,0),(75070,17714,530,1,1,0,0,-1135.07,-12931.6,-98.4871,2.43533,120,5,0,1,0,1,0,0,0),(75069,17714,530,1,1,0,0,-981.314,-12813.6,-51.9604,0.810614,120,5,0,1,0,1,0,0,0),(75068,17714,530,1,1,0,0,-981.083,-12847.7,-78.3502,2.45272,120,5,0,1,0,1,0,0,0),(75067,24921,603,3,1,0,0,1436.95,118.837,425.871,0,7200,0,0,1,0,0,0,0,0),(75066,24921,603,3,1,0,0,1437.11,118.48,425.813,0,7200,0,0,1,0,0,0,0,0),(75104,21420,530,1,1,0,0,-2783.87,1483.1,9.2069,3.40339,300,0,0,5,2320,0,0,0,0),(75105,21420,530,1,1,0,0,-2795.69,1486.3,7.87201,5.55015,300,0,0,5,2320,0,0,0,0),(75106,21420,530,1,1,0,0,-2791.51,1476.98,9.1375,1.39626,300,0,0,5,2320,0,0,0,0),(75107,21422,530,1,1,0,0,1937.81,5591.61,263.584,3.10669,300,0,0,42,0,0,0,0,0),(75108,21422,530,1,1,0,0,1941.3,5570.16,263.389,1.81514,300,0,0,42,0,0,0,0,0),(75109,21422,530,1,1,0,0,1904.79,5567.59,262.334,0.628319,300,0,0,42,0,0,0,0,0),(75112,21429,530,1,1,0,0,-3004.39,4497.14,-42.8654,4.24115,300,0,0,6722,0,0,0,0,0),(75113,21429,530,1,1,0,0,-2928.6,4514.21,-42.8637,4.20624,300,0,0,6722,0,0,0,0,0),(75114,21429,530,1,1,0,0,-2969.53,4440.7,-47.2111,0.174533,300,0,0,6722,0,0,0,0,0),(75115,21429,530,1,1,0,0,-2979.04,4451.31,-47.2117,4.53786,300,0,0,6722,0,0,0,0,0),(75116,21429,530,1,1,0,0,-2965.74,4360.38,-49.1445,5.0091,300,0,0,6722,0,0,0,0,0),(96637,25142,530,1,1,22763,1,-1903.97,5427.56,-12.4283,2.70526,180,0,0,6542,0,0,0,0,0),(75118,21434,530,1,1,0,0,-2083.36,5293.69,-37.3236,0.15708,300,0,0,12350,0,0,0,0,0),(75119,21443,530,1,1,0,0,-3671.62,5312.52,-10.5075,3.82227,300,0,0,6722,0,0,0,0,0),(75120,21443,530,1,1,0,0,-3663.02,5289,-12.0597,3.45575,300,0,0,6722,0,0,0,0,0),(75121,21443,530,1,1,0,0,-3634.05,5292.08,-0.935783,2.09439,300,0,0,6722,0,0,0,0,0),(75122,21443,530,1,1,0,0,-3734.08,5119.93,-13.1617,3.82227,300,0,0,6722,0,0,0,0,0),(75123,21443,530,1,1,0,0,-3737.08,5081.82,-9.53671,2.00713,300,0,0,6722,0,0,0,0,0),(75124,21443,530,1,1,0,0,-3708.92,5125.21,-0.885726,4.66003,300,0,0,6722,0,0,0,0,0),(75125,21443,530,1,1,0,0,-3680.36,5107.09,5.86235,1.309,300,0,0,6722,0,0,0,0,0),(75126,21443,530,1,1,0,0,-3673.51,5167.08,7.99028,5.93412,300,0,0,6722,0,0,0,0,0),(75127,21443,530,1,1,0,0,-3640.35,5111.03,-19.0215,2.47837,300,0,0,6722,0,0,0,0,0),(75128,21443,530,1,1,0,0,-3641.14,5119.71,-21.1397,5.95157,300,0,0,6722,0,0,0,0,0),(75129,21443,530,1,1,0,0,-3647.92,5119.71,-21.14,4.29351,300,0,0,6722,0,0,0,0,0),(75130,21443,530,1,1,0,0,-3648.61,5108.54,-21.1353,1.11701,300,0,0,6722,0,0,0,0,0),(75131,21443,530,1,1,0,0,-3651.11,5114.19,-21.1376,2.67035,300,0,0,6722,0,0,0,0,0),(75132,21443,530,1,1,0,0,-3703.3,5085.7,-0.065613,1.74533,300,0,0,6722,0,0,0,0,0),(75133,21443,530,1,1,0,0,-3557.18,5267.21,-8.01657,4.69494,300,0,0,6722,0,0,0,0,0),(75134,21443,530,1,1,0,0,-3543.25,5246.37,-18.069,2.09439,300,0,0,6722,0,0,0,0,0),(75135,21443,530,1,1,0,0,-3361.74,5144.68,-5.01363,6.05629,300,0,0,6722,0,0,0,0,0),(75136,21443,530,1,1,0,0,-2972.24,4390.45,-42.1656,5.84685,300,0,0,6722,0,0,0,0,0),(75137,21443,530,1,1,0,0,-2974.94,4362.29,-40.5261,2.49582,300,0,0,6722,0,0,0,0,0),(75138,21443,530,1,1,0,0,-2965.82,4346.13,-34.8016,4.95674,300,0,0,6722,0,0,0,0,0),(75139,21443,530,1,1,0,0,-2970.81,4327.46,-34.8016,2.89725,300,0,0,6722,0,0,0,0,0),(75140,21443,530,1,1,0,0,-2986.39,4335.51,-42.5819,4.18879,300,0,0,6722,0,0,0,0,0),(75141,21443,530,1,1,0,0,-2968.34,4362.81,-40.5261,4.04916,300,0,0,6722,0,0,0,0,0),(75142,21443,530,1,1,0,0,-2975.74,4380.38,-40.0398,2.35619,300,0,0,6722,0,0,0,0,0),(75143,21443,530,1,1,0,0,-2965.33,4331.57,-34.8016,1.39626,300,0,0,6722,0,0,0,0,0),(75144,21443,530,1,1,0,0,-2963.97,4369.54,-42.2619,0.907571,300,0,0,6722,0,0,0,0,0),(75145,21443,530,1,1,0,0,-2979.4,4368.29,-43.5607,1.44862,300,0,0,6722,0,0,0,0,0),(75146,21443,530,1,1,0,0,-2970.71,4320.3,-42.5819,4.03171,300,0,0,6722,0,0,0,0,0),(75147,21443,530,1,1,0,0,-2982.23,4324.44,-42.5819,0,300,0,0,6722,0,0,0,0,0),(75148,21443,530,1,1,0,0,-2962.2,4351.29,-42.5819,5.5676,300,0,0,6722,0,0,0,0,0),(75149,21443,530,1,1,0,0,-2960.06,4325.1,-42.5819,1.309,300,0,0,6722,0,0,0,0,0),(75150,21443,530,1,1,0,0,-2971.43,4353.15,-42.5819,5.86431,300,0,0,6722,0,0,0,0,0),(75151,21443,530,1,1,0,0,-2980.38,4351.35,-42.5819,0.837758,300,0,0,6722,0,0,0,0,0),(75152,21443,530,1,1,0,0,-2967.3,4391.12,-41.6932,0.855211,300,0,0,6722,0,0,0,0,0),(75153,21443,530,1,1,0,0,-2977.08,4345.81,-34.8016,4.4855,300,0,0,6722,0,0,0,0,0),(75154,21443,530,1,1,0,0,-2955.92,4336.08,-42.5819,3.64774,300,0,0,6722,0,0,0,0,0),(75155,21443,530,1,1,0,0,-2972.14,4371.83,-42.3028,3.9968,300,0,0,6722,0,0,0,0,0),(75156,21443,530,1,1,0,0,-2968.35,4380.73,-40.0398,0.802851,300,0,0,6722,0,0,0,0,0),(75157,21443,530,1,1,0,0,-2976.92,4329.92,-34.8016,4.72984,300,0,0,6722,0,0,0,0,0),(75158,21443,530,1,1,0,0,-2963.21,4337.34,-34.8016,4.64258,300,0,0,6722,0,0,0,0,0),(75159,21443,530,1,1,0,0,-2980.26,4336.29,-34.8016,5.3058,300,0,0,6722,0,0,0,0,0),(75160,21443,530,1,1,0,0,-2966.02,4337.79,-49.7976,0.20854,300,0,0,6722,0,0,0,0,0),(75161,21443,530,1,1,0,0,-2972.08,4332.82,-49.7976,2.64526,300,0,0,6722,0,0,0,0,0),(75162,21443,530,1,1,0,0,-2977.27,4338.55,-49.7976,3.32964,300,0,0,6722,0,0,0,0,0),(75163,21443,530,1,1,0,0,-2971.18,4335.99,-33.0337,0.855211,300,0,0,6722,0,0,0,0,0),(75164,21443,530,1,1,0,0,-2978.93,4389.77,-43.1931,5.18363,300,0,0,6722,0,0,0,0,0),(75165,21447,530,1,1,0,0,1960.02,5586.95,269.714,0.680678,300,0,0,42,0,0,0,0,0),(75166,21450,530,1,1,0,1,-3132.79,2119.84,79.9396,5.13108,300,5,0,6542,0,1,0,0,0),(75167,21450,530,1,1,0,1,-3115.68,2086.76,84.6404,3.5537,300,5,0,6542,0,1,0,0,0),(75168,21450,530,1,1,0,1,-3109.78,2175.27,74.6279,3.63846,300,5,0,6542,0,1,0,0,0),(75169,21450,530,1,1,0,1,-3144.3,2156.11,75.8824,3.86686,300,5,0,6542,0,1,0,0,0),(75170,21450,530,1,1,0,1,-3107,2089,84.82,0,300,0,0,6542,0,0,0,0,0),(75171,21450,530,1,1,0,1,-3128,2267,63.92,3,300,0,0,6542,0,0,0,0,0),(75172,21450,530,1,1,0,1,-3065,2296,62.83,0,300,0,0,6542,0,0,0,0,0),(75173,21450,530,1,1,0,1,-3085,2322,63.9,0,300,0,0,6542,0,0,0,0,0),(75174,21450,530,1,1,0,1,-3134,2121,79.81,3,300,0,0,6542,0,0,0,0,0),(75176,21450,530,1,1,0,1,-3094,2254,63.83,3,300,0,0,6542,0,0,0,0,0),(75177,21450,530,1,1,0,1,-3023,2278,64.62,2,300,0,0,6542,0,0,0,0,0),(75178,21450,530,1,1,0,1,-3052,2352,61.93,4,300,0,0,6542,0,0,0,0,0),(75179,21450,530,1,1,0,1,-3044,2312,62.5,2,300,0,0,6542,0,0,0,0,0),(75180,21450,530,1,1,0,1,-2974.2,2153.31,98.5607,5.89376,300,5,0,6542,0,1,0,0,0),(75181,21450,530,1,1,0,1,-3017.9,2121.26,88.569,0.298571,300,5,0,6542,0,1,0,0,0),(75182,21450,530,1,1,0,1,-3022.05,2053.77,97.3489,4.18958,300,5,0,6542,0,1,0,0,0),(75183,21450,530,1,1,0,1,-2987.62,2013.83,96.3559,3.32493,300,5,0,6542,0,1,0,0,0),(75184,21450,530,1,1,0,1,-3028.94,2003.79,97.9978,0.916032,300,5,0,6542,0,1,0,0,0),(75185,21450,530,1,1,0,1,-3046.15,2030.26,97.4177,5.08957,300,5,0,6542,0,1,0,0,0),(75186,21450,530,1,1,0,1,-3073.01,2022.13,99.231,3.57429,300,5,0,6542,0,1,0,0,0),(75187,21450,530,1,1,0,1,-4100.58,1817.53,114.524,4.27153,300,5,0,6542,0,1,0,0,0),(75188,21450,530,1,1,0,1,-4199.08,1812.25,126.627,1.95495,300,5,0,6542,0,1,0,0,0),(75189,21450,530,1,1,0,1,-4165.79,1862.67,104.911,6.06955,300,5,0,6542,0,1,0,0,0),(75190,21450,530,1,1,0,1,-4129.11,1896.74,71.0015,3.02281,300,5,0,6542,0,1,0,0,0),(75191,21450,530,1,1,0,1,-4109.53,1923.47,71.7422,4.7528,300,5,0,6542,0,1,0,0,0),(75192,21450,530,1,1,0,1,-4021.52,1853.28,77.7569,1.19404,300,5,0,6542,0,1,0,0,0),(75193,21450,530,1,1,0,1,-3942.2,1870.31,88.6244,6.00502,300,5,0,6542,0,1,0,0,0),(75194,21450,530,1,1,0,1,-4035.76,1943.79,80.651,3.40732,300,5,0,6542,0,1,0,0,0),(75195,21451,530,1,1,0,0,-2974.94,4337.31,-31.2073,5.89921,300,0,0,4120,0,0,0,0,0),(75196,21451,530,1,1,0,0,-2975.88,4334.35,-31.2073,0.279253,300,0,0,4120,0,0,0,0,0),(75197,21451,530,1,1,0,0,-2967.54,4334.67,-31.2073,2.94961,300,0,0,4120,0,0,0,0,0),(75198,21451,530,1,1,0,0,-2967.7,4337.79,-31.2073,3.78736,300,0,0,4120,0,0,0,0,0),(75199,21451,530,1,1,0,0,-2969.59,4331.5,-31.2073,1.46608,300,0,0,4120,0,0,0,0,0),(75200,21451,530,1,1,0,0,-2973.74,4331.28,-31.2073,0.907571,300,0,0,4120,0,0,0,0,0),(75201,21453,530,1,1,0,1,-3313.08,1234.52,72.8129,0.067412,300,5,0,5409,3080,1,0,0,0),(75202,21453,530,1,1,0,1,-3366.85,1220.66,67.3407,4.72984,300,0,0,5409,3080,0,0,0,0),(75203,21453,530,1,1,0,1,-3252.47,1194.85,61.6459,6.23821,300,5,0,5409,3080,1,0,0,0),(75204,21453,530,1,1,0,1,-3190.7,1110.02,71.9868,3.56047,300,0,0,5409,3080,0,0,0,0),(75205,21453,530,1,1,0,1,-3197.42,1067.91,69.2705,1.16937,300,0,0,5409,3080,0,0,0,0),(75206,21453,530,1,1,0,1,-3200.65,1118.2,73.2009,3.66519,300,0,0,5409,3080,0,0,0,0),(75207,21453,530,1,1,0,1,-3342.77,1108.41,54.6055,3.85718,300,0,0,5409,3080,0,0,0,0),(75208,21453,530,1,1,0,1,-3338.96,1073.78,49.974,2.87979,300,0,0,5409,3080,0,0,0,0),(75209,21453,530,1,1,0,1,-3204.44,1035.39,68.8034,4.04466,300,5,0,5409,3080,1,0,0,0),(75210,21453,530,1,1,0,1,-3259.5,930.808,45.8234,1.44862,300,0,0,5409,3080,0,0,0,0),(75211,21453,530,1,1,0,1,-3285.12,984.013,40.2919,2.82787,300,5,0,5409,3080,1,0,0,0),(75212,21453,530,1,1,0,1,-3320.31,1016.63,48.8933,0.855211,300,0,0,5409,3080,0,0,0,0),(75213,21453,530,1,1,0,1,-3309.46,878.189,-0.099966,0.096756,300,5,0,5409,3080,1,0,0,0),(75214,21453,530,1,1,0,1,-3299.7,927.403,37.5315,2.30383,300,0,0,5409,3080,0,0,0,0),(75215,21453,530,1,1,0,1,-3388.94,977.512,24.6017,3.82152,300,5,0,5409,3080,1,0,0,0),(75216,21454,530,1,1,0,1,-3180.82,1215.8,37.7264,0.488692,300,0,0,6761,0,0,0,0,0),(75217,21454,530,1,1,0,1,-3263.46,1245.41,73.5829,0.558505,300,0,0,6761,0,0,0,0,0),(75218,21454,530,1,1,0,1,-3166.09,1191.17,36.7562,0.523599,300,0,0,6761,0,0,0,0,0),(75219,21454,530,1,1,0,1,-3229.14,1197.24,55.267,0.174533,300,0,0,6761,0,0,0,0,0),(75220,21454,530,1,1,0,1,-3160.9,1103.16,75.1613,1.18682,300,0,0,6761,0,0,0,0,0),(75221,21454,530,1,1,0,1,-3232.09,1173.23,53.0675,5.21866,300,5,0,6761,0,1,0,0,0),(75222,21454,530,1,1,0,1,-3210.23,1165.28,53.2241,0.628319,300,0,0,6761,0,0,0,0,0),(75223,21454,530,1,1,0,1,-3171.95,1059.9,71.8972,5.2709,300,0,0,6761,0,0,0,0,0),(75224,21454,530,1,1,0,1,-3175.04,1081.2,72.1924,1.32572,300,5,0,6761,0,1,0,0,0),(75225,21454,530,1,1,0,1,-3208.59,1103.69,67.9623,3.05433,300,0,0,6761,0,0,0,0,0),(75226,21454,530,1,1,0,1,-3212.99,1081.65,65.9832,2.72271,300,0,0,6761,0,0,0,0,0),(75227,21454,530,1,1,0,1,-3249.31,1096.42,61.2507,2.19912,300,0,0,6761,0,0,0,0,0),(75228,21454,530,1,1,0,1,-3301.93,995.007,40.7887,4.66003,300,0,0,6761,0,0,0,0,0),(75229,21454,530,1,1,0,1,-3151.73,990.566,-2.93134,4.67331,300,5,0,6761,0,1,0,0,0),(75230,21454,530,1,1,0,1,-3147.14,878.978,-16.2629,1.46208,300,5,0,6761,0,1,0,0,0),(75231,21454,530,1,1,0,1,-3147.08,839.054,-20.372,4.27589,300,5,0,6761,0,1,0,0,0),(75232,21455,530,1,1,0,1,-3408,1203.43,62.595,5.95157,300,0,0,6761,0,0,0,0,0),(75233,21455,530,1,1,0,1,-3401.35,1190.95,57.24,1.16937,300,0,0,6761,0,0,0,0,0),(75234,21455,530,1,1,0,1,-3328.97,1231.77,73.3943,0.248294,300,0,0,6761,0,0,0,0,0),(75235,21455,530,1,1,0,1,-3380.88,1226.77,67.3501,2.05949,300,0,0,6761,0,0,0,0,0),(75236,21455,530,1,1,0,1,-3384.42,1205.49,64.8928,3.42085,300,0,0,6761,0,0,0,0,0),(75237,21455,530,1,1,0,1,-3343.12,1203.49,68.0822,0.017453,300,0,0,6761,0,0,0,0,0),(75238,21455,530,1,1,0,1,-3353.31,1216.33,68.3528,5.21853,300,0,0,6761,0,0,0,0,0),(75239,21455,530,1,1,0,1,-3342.07,1224.06,72.2189,5.25344,300,0,0,6761,0,0,0,0,0),(75240,21455,530,1,1,0,1,-3385.62,1208.42,64.7725,1.90727,300,0,0,6761,0,0,0,0,0),(75241,21455,530,1,1,0,1,-3366.46,1228.77,69.1091,4.10049,300,0,0,6761,0,0,0,0,0),(75242,21455,530,1,1,0,1,-3345.82,1189.65,63.7035,0.366519,300,0,0,6761,0,0,0,0,0),(75243,21455,530,1,1,0,1,-3371.13,1189.99,60.3795,3.76748,300,0,0,6761,0,0,0,0,0),(75244,21455,530,1,1,0,1,-3313.77,1200.41,67.3797,2.42601,300,0,0,6761,0,0,0,0,0),(75245,21455,530,1,1,0,1,-3309.76,1234.82,72.7574,0.021902,300,0,0,6761,0,0,0,0,0),(75246,21455,530,1,1,0,1,-3174.95,1140.08,78.8016,1.09956,300,0,0,6761,0,0,0,0,0),(75247,21455,530,1,1,0,1,-3170.12,1115.74,73.0459,5.34071,300,0,0,6761,0,0,0,0,0),(75248,21455,530,1,1,0,1,-3313.35,1157.94,60.3042,6.16101,300,0,0,6761,0,0,0,0,0),(75249,21455,530,1,1,0,1,-3326.85,1116.35,60.5507,5.16617,300,0,0,6761,0,0,0,0,0),(75250,21455,530,1,1,0,1,-3325.76,1154.69,59.0762,5.41052,300,0,0,6761,0,0,0,0,0),(75251,21455,530,1,1,0,1,-3214.56,1138.7,74.6943,0,300,0,0,6761,0,0,0,0,0),(75252,21455,530,1,1,0,1,-3321.94,1144.01,62.2512,0.994838,300,0,0,6761,0,0,0,0,0),(75253,21455,530,1,1,0,1,-3305.28,1159.14,62.3786,3.4383,300,0,0,6761,0,0,0,0,0),(75254,21455,530,1,1,0,1,-3298.12,1100.45,60.3784,3.54302,300,0,0,6761,0,0,0,0,0),(75255,21455,530,1,1,0,1,-3309.37,1106.06,61.7755,4.72984,300,0,0,6761,0,0,0,0,0),(75256,21455,530,1,1,0,1,-3295.84,1086,57.0373,3.12414,300,0,0,6761,0,0,0,0,0),(75257,21455,530,1,1,0,1,-3321.9,1106.28,60.8032,4.06662,300,0,0,6761,0,0,0,0,0),(75258,21455,530,1,1,0,1,-3315.96,1071.76,56.7062,3.12414,300,0,0,6761,0,0,0,0,0),(75259,21455,530,1,1,0,1,-3197.8,1044.58,67.7099,0.784307,300,0,0,6761,0,0,0,0,0),(75260,21455,530,1,1,0,1,-3224.45,1020.85,64.4435,3.05433,300,0,0,6761,0,0,0,0,0),(75261,21455,530,1,1,0,1,-3333.82,1061.6,49.7686,0.541052,300,0,0,6761,0,0,0,0,0),(75262,21455,530,1,1,0,1,-3362.23,1042.65,45.5525,3.47321,300,0,0,6761,0,0,0,0,0),(75263,21455,530,1,1,0,1,-3249.21,898.291,33.1782,2.30383,300,0,0,6761,0,0,0,0,0),(75264,21455,530,1,1,0,1,-3270.64,888.525,19.934,4.2294,300,0,0,6761,0,0,0,0,0),(75265,21455,530,1,1,0,1,-3315.88,1002.01,40.7047,1.37881,300,0,0,6761,0,0,0,0,0),(75266,21455,530,1,1,0,1,-3286.3,936.568,38.737,3.61283,300,0,0,6761,0,0,0,0,0),(75267,21455,530,1,1,0,1,-3265.67,938.919,43.2534,0.617183,300,0,0,6761,0,0,0,0,0),(75268,21455,530,1,1,0,1,-3333.47,995.415,38.1228,3.42085,300,0,0,6761,0,0,0,0,0),(75269,21455,530,1,1,0,1,-3346.39,1006.65,34.1415,5.18363,300,0,0,6761,0,0,0,0,0),(75270,21455,530,1,1,0,1,-3362.16,1008.31,31.7344,3.84168,300,0,0,6761,0,0,0,0,0),(75271,21455,530,1,1,0,1,-3315.93,889.346,-0.713264,1.06465,300,0,0,6761,0,0,0,0,0),(75272,21455,530,1,1,0,1,-3270.02,920.7,41.7499,5.09636,300,0,0,6761,0,0,0,0,0),(75273,21455,530,1,1,0,1,-3300.1,889.834,7.69428,1.5708,300,0,0,6761,0,0,0,0,0),(75274,21455,530,1,1,0,1,-3277.2,924.197,40.2815,4.50295,300,0,0,6761,0,0,0,0,0),(75275,21455,530,1,1,0,1,-3304.08,918.116,35.9056,1.76271,300,0,0,6761,0,0,0,0,0),(75276,21455,530,1,1,0,1,-3282.25,893.636,16.3353,1.44862,300,0,0,6761,0,0,0,0,0),(75277,21455,530,1,1,0,1,-3356.25,973.667,31.4845,3.64774,300,0,0,6761,0,0,0,0,0),(75278,21455,530,1,1,0,1,-3346.71,968.004,29.8137,3.735,300,0,0,6761,0,0,0,0,0),(75279,21455,530,1,1,0,1,-3346.23,933.568,28.3369,1.53589,300,0,0,6761,0,0,0,0,0),(75280,21455,530,1,1,0,1,-3345.74,942.641,31.7562,4.99164,300,0,0,6761,0,0,0,0,0),(75281,21455,530,1,1,0,1,-3363.76,943.301,25.5139,3.01942,300,0,0,6761,0,0,0,0,0),(75282,21455,530,1,1,0,1,-3396.79,947.521,21.5163,3.90954,300,0,0,6761,0,0,0,0,0),(75283,21455,530,1,1,0,1,-3376.51,952.235,25.0441,0.10472,300,0,0,6761,0,0,0,0,0),(75284,21455,530,1,1,0,1,-3378.34,935.224,22.4447,0.401426,300,0,0,6761,0,0,0,0,0),(75285,21455,530,1,1,0,1,-3338.53,940.571,30.7562,2.63545,300,0,0,6761,0,0,0,0,0),(75286,21455,530,1,1,0,1,-3379.51,986.245,25.9995,5.77704,300,0,0,6761,0,0,0,0,0),(75287,21455,530,1,1,0,1,-3345.4,955.898,28.589,2.49582,300,0,0,6761,0,0,0,0,0),(75288,21455,530,1,1,0,1,-3378.01,970.344,26.0264,5.77704,300,0,0,6761,0,0,0,0,0),(75289,21455,530,1,1,0,1,-3398.2,970.029,22.7224,0.679928,300,0,0,6761,0,0,0,0,0),(75290,21455,530,1,1,0,1,-3332.77,930.19,30.4088,3.63029,300,0,0,6761,0,0,0,0,0),(75291,21455,530,1,1,0,1,-3367.9,975.318,27.8533,3.90954,300,0,0,6761,0,0,0,0,0),(75292,21455,530,1,1,0,1,-3343.05,924.313,28.1793,0.523599,300,0,0,6761,0,0,0,0,0),(75293,21455,530,1,1,0,1,-3357.68,922.807,24.6527,4.45059,300,0,0,6761,0,0,0,0,0),(75294,21455,530,1,1,0,1,-3349.48,890.147,-13.0415,0.593412,300,0,0,6761,0,0,0,0,0),(75295,21455,530,1,1,0,1,-3334.37,884.651,-9.47611,4.46119,300,0,0,6761,0,0,0,0,0),(75296,21455,530,1,1,0,1,-3366.23,890.228,-16.6443,4.5589,300,0,0,6761,0,0,0,0,0),(75297,21455,530,1,1,0,1,-3418.08,894.901,-26.0922,1.41372,300,0,0,6761,0,0,0,0,0),(75298,21455,530,1,1,0,1,-3400.88,890.509,-22.7804,1.79769,300,0,0,6761,0,0,0,0,0),(75299,21455,530,1,1,0,1,-3382.15,890.675,-19.0369,1.95477,300,0,0,6761,0,0,0,0,0),(75300,21460,530,1,1,0,1,1935.01,5575.74,263.753,0.383972,300,0,0,6326,0,0,0,0,0),(75301,21461,530,1,1,0,1,1920.31,5581.3,263.978,1.91986,300,0,0,6326,0,0,0,0,0),(75302,21462,530,1,1,0,0,-3448.93,883.59,-34.5481,3.67163,300,5,0,6542,0,1,0,0,0),(75303,21462,530,1,1,0,0,-3455.18,844.137,-39.2275,1.7188,300,5,0,6542,0,1,0,0,0),(75304,21462,530,1,1,0,0,-3457.34,915.443,-29.1864,1.49065,300,5,0,6542,0,1,0,0,0),(75305,21462,530,1,1,0,0,-3477.84,917.736,-26.9692,4.63284,300,5,0,6542,0,1,0,0,0),(75306,21462,530,1,1,0,0,-3513.1,921.716,-23.2676,3.93993,300,5,0,6542,0,1,0,0,0),(75307,21462,530,1,1,0,0,-3493.37,878.273,-30.1073,2.58341,300,5,0,6542,0,1,0,0,0),(75308,21462,530,1,1,0,0,-3854.15,986.987,25.6393,6.24028,300,5,0,6542,0,1,0,0,0),(75309,21462,530,1,1,0,0,-3847.66,1015.35,21.6286,0.29077,300,5,0,6542,0,1,0,0,0),(75310,21462,530,1,1,0,0,-3818.46,1012.64,21.3495,3.19282,300,5,0,6542,0,1,0,0,0),(75311,21462,530,1,1,0,0,-3871.02,1082.13,21.4079,0.313721,300,5,0,6542,0,1,0,0,0),(75312,21462,530,1,1,0,0,-3913.44,1108.58,24.4888,0.625925,300,5,0,6542,0,1,0,0,0),(75313,21462,530,1,1,0,0,-3923.08,1149.98,28.8258,5.25599,300,5,0,6542,0,1,0,0,0),(75314,21462,530,1,1,0,0,-3917.21,1081.07,25.5527,0.098698,300,5,0,6542,0,1,0,0,0),(75315,21462,530,1,1,0,0,-3887.05,1114.51,22.7152,4.43731,300,5,0,6542,0,1,0,0,0),(75316,21462,530,1,1,0,0,-3849.6,1087.56,21.1718,2.4569,300,5,0,6542,0,1,0,0,0),(75317,21462,530,1,1,0,0,-3855.24,1049.71,21.8446,4.32173,300,5,0,6542,0,1,0,0,0),(75318,21462,530,1,1,0,0,-3848.59,1127.66,22.4624,4.87722,300,5,0,6542,0,1,0,0,0),(75319,21462,530,1,1,0,0,-4031.24,1345.89,39.5208,4.81465,300,5,0,6542,0,1,0,0,0),(75320,21462,530,1,1,0,0,-2730.57,1676.28,4.21989,3.7995,300,5,0,6542,0,1,0,0,0),(75321,21462,530,1,1,0,0,-2798.09,1587.84,5.56654,2.35141,300,5,0,6542,0,1,0,0,0),(75322,21462,530,1,1,0,0,-2720.58,1613.5,3.92876,3.66918,300,5,0,6542,0,1,0,0,0),(75323,21462,530,1,1,0,0,-2714.85,1643.3,6.61473,1.89481,300,5,0,6542,0,1,0,0,0),(75324,21462,530,1,1,0,0,-2760.59,1587.28,-0.801545,0.040476,300,5,0,6542,0,1,0,0,0),(75325,21462,530,1,1,0,0,-2716.29,1578.38,-4.96313,2.38657,300,5,0,6542,0,1,0,0,0),(75326,21462,530,1,1,0,0,-2825.17,1549.92,6.03485,1.10565,300,5,0,6542,0,1,0,0,0),(75327,21462,530,1,1,0,0,-2860.01,1534.36,7.94109,0.393252,300,5,0,6542,0,1,0,0,0),(75328,21462,530,1,1,0,0,-2993.21,1261.22,-0.848118,0.297226,300,5,0,6542,0,1,0,0,0),(75329,21462,530,1,1,0,0,-3008.78,1236.17,-11.2827,0.689988,300,5,0,6542,0,1,0,0,0),(75330,21462,530,1,1,0,0,-2887.36,1145.96,-9.39815,3.14595,300,5,0,6542,0,1,0,0,0),(75331,21462,530,1,1,0,0,-3006.64,1217.71,0.26424,0.944361,300,5,0,6542,0,1,0,0,0),(75332,21462,530,1,1,0,0,-2908.74,1114.82,5.81109,5.70575,300,5,0,6542,0,1,0,0,0),(75333,21462,530,1,1,0,0,-2948.57,1115.34,-3.67339,1.71604,300,5,0,6542,0,1,0,0,0),(75334,21462,530,1,1,0,0,-2960.25,1148.53,-5.48577,4.98693,300,5,0,6542,0,1,0,0,0),(75335,21462,530,1,1,0,0,-2978.7,1158.47,4.43563,4.64765,300,5,0,6542,0,1,0,0,0),(75336,21462,530,1,1,0,0,-4437.72,1063.4,40.9906,5.83178,300,5,0,6542,0,1,0,0,0),(75337,21462,530,1,1,0,0,-4412.1,1026.74,40.4573,0.740345,300,5,0,6542,0,1,0,0,0),(75338,21462,530,1,1,0,0,-4483.17,973.403,13.5212,5.37797,300,5,0,6542,0,1,0,0,0),(75339,21462,530,1,1,0,0,-4711.9,1120.72,-27.7187,1.56252,300,5,0,6542,0,1,0,0,0),(75340,21462,530,1,1,0,0,-4734.94,1076.97,-34.4131,3.49236,300,5,0,6542,0,1,0,0,0),(75341,21462,530,1,1,0,0,-4598.35,1075.85,-23.0691,3.87811,300,5,0,6542,0,1,0,0,0),(75342,21462,530,1,1,0,0,-4438.41,1200.96,40.3279,5.96347,300,5,0,6542,0,1,0,0,0),(75343,21462,530,1,1,0,0,-4449.56,1142.02,41.0604,1.23638,300,5,0,6542,0,1,0,0,0),(75344,21462,530,1,1,0,0,-4507.62,1139.32,39.253,1.74943,300,5,0,6542,0,1,0,0,0),(75345,21462,530,1,1,0,0,-4557.09,1126.68,-13.9123,2.74695,300,5,0,6542,0,1,0,0,0),(75346,21463,530,1,1,0,0,-2971.16,4335.88,-44.7346,4.2586,300,0,0,4120,0,0,0,0,0),(75347,21469,530,1,1,0,0,2035.28,6834.91,173.778,3.01942,300,0,0,4979,0,0,0,0,0),(75348,21471,530,1,1,0,1,-3461.75,2000.4,96.9005,0,300,0,0,6986,0,0,0,0,0),(75349,21472,530,1,1,0,0,-3484.94,2004.42,96.86,3.07975,300,0,0,6986,0,0,0,0,0),(75350,21475,530,1,1,0,0,-3347.77,2102.8,102.442,4.79965,300,0,0,6986,0,0,0,0,0),(75351,21476,530,1,1,0,0,-3341.15,2107.2,102.359,0.006209,300,0,0,6986,0,0,0,0,0),(75352,21477,530,1,1,0,0,-3900.6,750.043,8.60822,0.556357,300,5,0,6761,0,1,0,0,0),(75353,21477,530,1,1,0,0,-3999.08,702.886,7.91359,4.77883,300,5,0,6761,0,1,0,0,0),(75354,21477,530,1,1,0,0,-4011.56,1013.37,19.8905,6.0074,300,5,0,6761,0,1,0,0,0),(75355,21477,530,1,1,0,0,-4156.82,962.684,28.5924,2.65175,300,5,0,6761,0,1,0,0,0),(75356,21477,530,1,1,0,0,-4074.22,901.909,6.66008,1.9154,300,5,0,6761,0,1,0,0,0),(75357,21477,530,1,1,0,0,-4125.77,763.814,2.00371,3.54797,300,0,0,6761,0,0,0,0,0),(75358,21477,530,1,1,0,0,-4203.24,722.261,24.501,3.42687,300,5,0,6761,0,1,0,0,0),(75359,21478,530,1,1,0,0,-3925.88,778.008,7.84475,3.20311,300,5,0,6542,0,1,0,0,0),(75360,21478,530,1,1,0,0,-3936.02,772.876,6.01586,6.22042,300,5,0,6542,0,1,0,0,0),(75361,21478,530,1,1,0,0,-3913.62,765.804,8.60822,6.25063,300,5,0,6542,0,1,0,0,0),(75362,21478,530,1,1,0,0,-3925.67,744.514,5.98322,5.10783,300,5,0,6542,0,1,0,0,0),(75363,21478,530,1,1,0,0,-3909.2,751.286,7.85822,4.39982,300,5,0,6542,0,1,0,0,0),(75364,21478,530,1,1,0,0,-3965.83,719.826,3.11348,3.16855,300,5,0,6542,0,1,0,0,0),(75365,21478,530,1,1,0,0,-3950.88,707.386,4.11348,3.1563,300,5,0,6542,0,1,0,0,0),(75366,21478,530,1,1,0,0,-3943.59,753.332,4.62404,2.83963,300,5,0,6542,0,1,0,0,0),(75367,21478,530,1,1,0,0,-3943.95,680.424,6.70806,0.893311,300,5,0,6542,0,1,0,0,0),(75368,21478,530,1,1,0,0,-3997.61,755.332,0.90605,1.16186,300,5,0,6542,0,1,0,0,0),(75369,21478,530,1,1,0,0,-3986.2,709.964,4.41489,2.93874,300,5,0,6542,0,1,0,0,0),(75370,21478,530,1,1,0,0,-3990.54,685.971,10.5261,3.18272,300,5,0,6542,0,1,0,0,0),(75371,21478,530,1,1,0,0,-4044.34,649.802,11.6502,1.08355,300,5,0,6542,0,1,0,0,0),(75372,21478,530,1,1,0,0,-4033.96,638.713,16.2785,6.26899,300,5,0,6542,0,1,0,0,0),(75373,21478,530,1,1,0,0,-4047.29,638.16,11.6968,4.87112,300,5,0,6542,0,1,0,0,0),(75374,21478,530,1,1,0,0,-4203.08,695.419,22.2812,1.65638,300,5,0,6542,0,1,0,0,0),(75375,21478,530,1,1,0,0,-4013.84,1006.5,18.2655,5.54773,300,5,0,6542,0,1,0,0,0),(75376,21478,530,1,1,0,0,-4028.75,1010.39,20.7655,5.21732,300,5,0,6542,0,1,0,0,0),(75377,21478,530,1,1,0,0,-4021.07,988.156,15.6504,4.28577,300,5,0,6542,0,1,0,0,0),(75378,21478,530,1,1,0,0,-4032.66,1002.46,19.2655,3.14898,300,5,0,6542,0,1,0,0,0),(75379,21478,530,1,1,0,0,-4159.38,944.792,26.2459,5.02027,300,5,0,6542,0,1,0,0,0),(75380,21478,530,1,1,0,0,-4063.35,920.549,6.23618,5.23662,300,5,0,6542,0,1,0,0,0),(75381,21478,530,1,1,0,0,-4055.73,906.093,5.81486,1.3981,300,5,0,6542,0,1,0,0,0),(75382,21478,530,1,1,0,0,-4138.57,940.665,25.8709,4.98849,300,5,0,6542,0,1,0,0,0),(75383,21478,530,1,1,0,0,-4158.96,909.501,43.4138,4.39674,300,5,0,6542,0,1,0,0,0),(75384,21478,530,1,1,0,0,-4105.32,746.51,-0.246291,2.9922,300,5,0,6542,0,1,0,0,0),(75385,21478,530,1,1,0,0,-4111.72,756.029,0.29906,1.57885,300,5,0,6542,0,1,0,0,0),(75386,21478,530,1,1,0,0,-4093.75,764.583,0.00371,1.84428,300,5,0,6542,0,1,0,0,0),(75387,21478,530,1,1,0,0,-4188.84,706.639,18.6212,3.9443,300,5,0,6542,0,1,0,0,0),(75388,21478,530,1,1,0,0,-4185.62,805.449,11.3035,2.57038,300,5,0,6542,0,1,0,0,0),(75389,21478,530,1,1,0,0,-4177.71,794.445,8.91824,6.01103,300,5,0,6542,0,1,0,0,0),(75390,21478,530,1,1,0,0,-4190.41,794.84,11.2932,0.269504,300,5,0,6542,0,1,0,0,0),(75391,21478,530,1,1,0,0,-4198.06,714.47,20.1212,3.06074,300,5,0,6542,0,1,0,0,0),(1551,23193,572,1,1,0,0,1317.99,1684.16,37.0655,0.591864,25,5,0,42,0,1,0,0,0),(75394,21489,530,1,1,0,0,-2966.41,4326.49,-47.3155,2.11185,300,0,0,6722,0,0,0,0,0),(75395,21489,530,1,1,0,0,-2980.32,4331.28,-47.385,0.610865,300,0,0,6722,0,0,0,0,0),(75396,21489,530,1,1,0,0,-2974.25,4326.23,-47.371,1.29154,300,0,0,6722,0,0,0,0,0),(75397,21489,530,1,1,0,0,-2961.38,4333.27,-47.2738,2.77507,300,0,0,6722,0,0,0,0,0),(75398,21489,530,1,1,0,0,-2962.88,4342.35,-47.1151,3.31613,300,0,0,6722,0,0,0,0,0),(75399,21489,530,1,1,0,0,-2980.02,4340.59,-47.4152,5.55015,300,0,0,6722,0,0,0,0,0),(75400,21492,530,1,1,0,0,3118.56,7013.02,165.475,2.22849,300,5,0,5060,2933,1,0,0,0),(75401,21492,530,1,1,0,0,3117.19,7004.11,165.087,5.92778,300,5,0,5060,2933,1,0,0,0),(75402,21493,530,1,1,0,1,3088.5,3645.93,142.639,6.10865,300,0,0,8034,0,0,0,0,0),(75403,21494,530,1,1,0,1,2050.94,5571.11,262.835,5.65487,300,0,0,8732,0,0,0,0,0),(75404,21496,530,1,1,0,0,2162.21,4769.62,156.633,5.79449,300,0,0,5341,0,0,0,0,0),(75405,21497,530,1,1,0,0,3178.03,7162.76,198.649,2.094,300,10,0,34930,0,1,0,0,0),(75406,21499,530,1,1,0,0,-3227.25,2925.98,127.161,2.3555,300,0,0,6761,0,2,0,0,0),(75407,21500,530,1,1,0,1,-3342.88,2942.85,170.004,2.49643,300,0,0,20932,2991,2,0,0,0),(75408,21503,530,1,1,0,1,-3839.98,403.547,120.641,5.25344,300,0,0,6148,3155,0,0,0,0),(75409,21503,530,1,1,0,1,-3824.93,386.973,120.57,3.45633,300,0,0,6148,3155,0,0,0,0),(75410,21503,530,1,1,0,1,-3840.85,387.142,120.602,5.94733,300,0,0,6148,3155,0,0,0,0),(75411,21503,530,1,1,0,1,-3838.99,378.574,120.572,0.761975,300,0,0,6148,3155,0,0,0,0),(75412,21503,530,1,1,0,1,-3827.56,377.905,120.569,2.26265,300,0,0,6148,3155,0,0,0,0),(75413,21503,530,1,1,0,1,-3864.35,302.711,137.184,3.80482,300,0,0,6148,3155,0,0,0,0),(75414,21503,530,1,1,0,1,-3824.63,317.182,120.636,1.52601,300,0,0,6148,3155,0,0,0,0),(75415,21503,530,1,1,0,1,-3801.05,254.02,120.664,1.55334,300,0,0,6148,3155,0,0,0,0),(75416,21503,530,1,1,0,1,-3749.38,248.928,104.194,1.0472,300,0,0,6148,3155,0,0,0,0),(75417,21505,530,1,1,0,1,-3918.8,397.723,120.596,2.93215,300,0,0,5589,3155,0,0,0,0),(75418,21505,530,1,1,0,1,-3752.95,270.244,104.203,0.349066,300,0,0,5589,3155,0,0,0,0),(75419,21505,530,1,1,0,1,-3715.57,273.453,104.13,2.44346,300,0,0,5589,3155,0,0,0,0),(75420,21506,530,1,1,0,1,-3832.92,384.373,120.656,4.62512,300,0,0,27945,9465,0,0,0,0),(75421,21512,530,1,1,0,0,-3410.11,2979.28,171.125,1.39626,300,0,0,41,60,0,0,0,0),(75422,21515,530,1,1,0,0,-2856.07,4751.79,0.69593,2.94345,300,0,0,10350,0,0,0,0,0),(75423,21516,530,1,1,0,0,2241,5567.59,153.114,4.85202,300,0,0,5233,2991,0,0,0,0),(75424,21516,530,1,1,0,0,2217.67,5694.03,138.77,5.09636,300,0,0,5233,2991,0,0,0,0),(75425,21516,530,1,1,0,0,2181.24,5823.96,127.589,2.19912,300,0,0,5233,2991,0,0,0,0),(75426,21516,530,1,1,0,0,2135.05,5889.44,138.884,2.18166,300,0,0,5233,2991,0,0,0,0),(75427,21516,530,1,1,0,0,2153.36,5455.32,147.285,1.18818,300,0,0,5233,2991,0,0,0,0),(75428,21516,530,1,1,0,0,1910.08,5384.67,157.014,4.64258,300,0,0,5233,2991,0,0,0,0),(75429,21517,530,1,1,0,0,-2170.73,5404.01,50.3112,0.680678,300,0,0,3984,2434,0,0,0,0),(75430,21518,530,1,1,0,0,-1889.86,5761.67,129.641,5.98648,300,0,0,3052,0,0,0,0,0),(75431,21519,530,1,1,0,1,2139.87,5869.87,135.024,1.50873,300,5,0,6542,0,1,0,0,0),(75432,21519,530,1,1,0,1,2201.84,5397.51,149.037,2.04204,300,0,0,6542,0,0,0,0,0),(75433,21519,530,1,1,0,1,2184.66,5459.97,153.661,4.95674,300,0,0,6542,0,0,0,0,0),(75434,21519,530,1,1,0,1,2240.58,5406.77,144.707,2.07694,300,0,0,6542,0,0,0,0,0),(75435,21519,530,1,1,0,1,2262.14,5427.03,144.637,2.72271,300,0,0,6542,0,0,0,0,0),(75436,21519,530,1,1,0,1,2225.5,5479.38,153.665,1.15192,300,0,0,6542,0,0,0,0,0),(75437,21519,530,1,1,0,1,2200.14,5486.7,153.661,5.68977,300,0,0,6542,0,0,0,0,0),(75438,21519,530,1,1,0,1,2227.84,5501.74,156.996,0.279253,300,0,0,6542,0,0,0,0,0),(75439,21519,530,1,1,0,1,2257.27,5503.17,157.619,3.31613,300,0,0,6542,0,0,0,0,0),(75440,21519,530,1,1,0,1,2227.67,5619.54,136.634,5.05618,300,5,0,6542,0,1,0,0,0),(75441,21519,530,1,1,0,1,2155.67,5733.12,120.753,2.2319,300,5,0,6542,0,1,0,0,0),(75442,21519,530,1,1,0,1,2152.13,5752.81,122.957,1.78024,300,0,0,6542,0,0,0,0,0),(75443,21519,530,1,1,0,1,2169.05,5798.64,122.984,1.62357,300,5,0,6542,0,1,0,0,0),(75444,21519,530,1,1,0,1,2145.36,5864.83,132.221,5.54121,300,5,0,6542,0,1,0,0,0),(75445,21519,530,1,1,0,1,2093.93,5429.58,151.818,0.959931,300,0,0,6542,0,0,0,0,0),(75446,21519,530,1,1,0,1,2060.86,5416.54,149.27,2.94961,300,0,0,6542,0,0,0,0,0),(75447,21519,530,1,1,0,1,2075.98,5426.89,149.476,1.74385,300,5,0,6542,0,1,0,0,0),(75448,21519,530,1,1,0,1,2105.49,5413.83,150.534,0.279253,300,0,0,6542,0,0,0,0,0),(75449,21519,530,1,1,0,1,1998.97,5358.43,155.135,3.483,300,0,0,6542,0,0,0,0,0),(75450,21519,530,1,1,0,1,1962.68,5388.83,154.114,4.39823,300,0,0,6542,0,0,0,0,0),(75451,21519,530,1,1,0,1,1952.77,5395.16,153.99,4.59882,300,5,0,6542,0,1,0,0,0),(75452,21519,530,1,1,0,1,1888.69,5394.12,146.253,4.55531,300,0,0,6542,0,0,0,0,0),(75453,21520,530,1,1,0,1,-3716.84,1049.57,67.9177,5.95157,300,0,0,5589,3155,0,0,0,0),(75454,21520,530,1,1,0,1,-3737.26,968.411,71.8927,2.88005,300,5,0,5589,3155,1,0,0,0),(75455,21520,530,1,1,0,1,-3774.89,998.73,77.4935,2.3182,300,5,0,5589,3155,1,0,0,0),(75456,21520,530,1,1,0,1,-3715.47,1089.19,67.4711,0,300,0,0,5589,3155,0,0,0,0),(75457,21520,530,1,1,0,1,-3737.88,1084.16,68.6063,2.47837,300,0,0,5589,3155,0,0,0,0),(75458,21520,530,1,1,0,1,-3758.81,1050.64,72.1062,2.21657,300,0,0,5589,3155,0,0,0,0),(75459,21520,530,1,1,0,1,-3757.64,1101.87,68.28,5.95664,300,5,0,5589,3155,1,0,0,0),(75460,21637,530,1,1,0,1,3244.49,7041.08,167.489,0.158887,300,0,0,6326,0,0,0,0,0),(75461,21637,530,1,1,0,1,3252.08,7044.69,167.263,0.139135,300,0,0,6326,0,0,0,0,0),(75462,21637,530,1,1,0,1,3266.03,7086.22,171.556,4.72778,300,0,0,6326,0,0,0,0,0),(75463,21637,530,1,1,0,1,3241.11,7108.95,172.951,0.213991,300,0,0,6326,0,0,0,0,0),(75464,21637,530,1,1,0,1,3264.48,7146.38,170.952,1.53364,300,0,0,6326,0,0,0,0,0),(75465,21637,530,1,1,0,1,3243.84,7128.38,172.626,3.44728,300,0,0,6326,0,0,0,0,0),(75466,21637,530,1,1,0,1,3253.42,7179.67,166.954,5.4971,300,0,0,6326,0,0,0,0,0),(75467,21637,530,1,1,0,1,3189.06,7168.66,163.699,3.95068,300,0,0,6326,0,0,0,0,0),(75468,21639,530,1,1,0,1,-4578.17,1674.25,176.243,0,300,0,0,349300,0,0,0,0,0),(75469,21639,530,1,1,0,1,-4578.82,1664.22,176.243,0.296706,300,0,0,349300,0,0,0,0,0),(75470,21640,530,1,1,0,0,1627.94,5053.03,174.894,5.39307,300,0,0,5914,0,0,0,0,0),(75474,21644,530,1,1,0,1,-3480.48,3577.29,280.234,3.00289,300,5,0,6986,0,1,0,0,0),(75476,21644,530,1,1,0,1,-3565.88,3528.56,276.45,0.349066,300,0,0,6986,0,0,0,0,0),(75477,21644,530,1,1,0,1,-3565.06,3590.72,280.35,0.05236,300,0,0,6986,0,0,0,0,0),(75478,21644,530,1,1,0,1,-3593.62,3626.24,281.447,5.19291,300,5,0,6986,0,1,0,0,0),(75479,21644,530,1,1,0,1,-3631.25,3647.28,271.557,3.99779,300,5,0,6986,0,1,0,0,0),(75480,21644,530,1,1,0,1,-3626.56,3692.66,280.788,3.88953,300,5,0,6986,0,1,0,0,0),(75481,21644,530,1,1,0,1,-3649.21,3751.41,303.018,1.29154,300,0,0,6986,0,0,0,0,0),(75482,21644,530,1,1,0,1,-3681.19,3703.6,278.559,3.35103,300,0,0,6986,0,0,0,0,0),(75483,21644,530,1,1,0,1,-3690.36,3676.28,276.169,3.63067,300,5,0,6986,0,1,0,0,0),(75484,21644,530,1,1,0,1,-3664.06,3715.56,280.858,0.359323,300,5,0,6986,0,1,0,0,0),(75485,21644,530,1,1,0,1,-3706.16,3799.41,303.031,4.88692,300,0,0,6986,0,0,0,0,0),(75486,21644,530,1,1,0,1,-3742.06,3726.7,277.987,2.11823,300,5,0,6986,0,1,0,0,0),(75487,21644,530,1,1,0,1,-3746.07,3775.46,274.859,0.997152,300,5,0,6986,0,1,0,0,0),(75488,21644,530,1,1,0,1,-3733.78,3805.85,274.468,3.71201,300,5,0,6986,0,1,0,0,0),(75489,21644,530,1,1,0,1,-3708.61,3783.63,270.607,3.9619,300,0,0,6986,0,0,0,0,0),(75490,21644,530,1,1,0,1,-3704.01,3771.61,270.574,0.760472,300,5,0,6986,0,1,0,0,0),(75491,21644,530,1,1,0,1,-3800.57,3791.74,275.569,2.00713,300,0,0,6986,0,0,0,0,0),(75492,21644,530,1,1,0,1,-3771.65,3711.98,273.893,4.80247,300,5,0,6986,0,1,0,0,0),(75493,21644,530,1,1,0,1,-3764.26,3678.92,278.158,2.55334,300,5,0,6986,0,1,0,0,0),(75494,21644,530,1,1,0,1,-3713.71,3706.99,277.871,4.97419,300,0,0,6986,0,0,0,0,0),(75495,21644,530,1,1,0,1,-4104.55,3412.79,295.643,3.16164,300,5,0,6986,0,1,0,0,0),(75496,21644,530,1,1,0,1,-4068.02,3401.24,294.494,5.41052,300,0,0,6986,0,0,0,0,0),(75497,21644,530,1,1,0,1,-4064.78,3367.22,286.903,4.37503,300,5,0,6986,0,1,0,0,0),(75498,21644,530,1,1,0,1,-4052.43,3306.82,284.375,0.147018,300,5,0,6986,0,1,0,0,0),(75499,21644,530,1,1,0,1,-4100.62,3301.42,290.798,4.64515,300,5,0,6986,0,1,0,0,0),(75500,21644,530,1,1,0,1,-4043.24,3349.25,283.743,5.40175,300,5,0,6986,0,1,0,0,0),(75501,21644,530,1,1,0,1,-4097.01,3351.41,285.714,0.872506,300,5,0,6986,0,1,0,0,0),(75502,21644,530,1,1,0,1,-4113.21,3262.78,297.533,3.57745,300,5,0,6986,0,1,0,0,0),(75503,21644,530,1,1,0,1,-4150.99,3177.19,313.4,0.353542,300,5,0,6986,0,1,0,0,0),(75504,21644,530,1,1,0,1,-4095.63,3187.91,297.118,5.18363,300,0,0,6986,0,0,0,0,0),(75505,21644,530,1,1,0,1,-4068.14,3205.86,297.812,6.00825,300,5,0,6986,0,1,0,0,0),(75506,21644,530,1,1,0,1,-4114.44,3214.31,300.092,2.83277,300,5,0,6986,0,1,0,0,0),(75507,21644,530,1,1,0,1,-4145.74,3126.28,321.173,2.63525,300,5,0,6986,0,1,0,0,0),(75508,21644,530,1,1,0,1,-4106.07,3120.19,319.127,4.11378,300,5,0,6986,0,1,0,0,0),(75509,21644,530,1,1,0,1,-4079.32,3169.67,298.705,5.27581,300,5,0,6986,0,1,0,0,0),(75510,21644,530,1,1,0,1,-4183.41,3092.35,324.562,0.907571,300,0,0,6986,0,0,0,0,0),(75511,21644,530,1,1,0,1,-4176.04,3108.86,323.49,4.71239,300,5,0,6986,0,1,0,0,0),(75512,21644,530,1,1,0,1,-4073.15,3096.76,320.286,0.145445,300,5,0,6986,0,1,0,0,0),(75513,21644,530,1,1,0,1,-4169.99,3046.33,314.206,5.995,300,5,0,6986,0,1,0,0,0),(75514,21644,530,1,1,0,1,-4183.63,3006.72,315.042,5.30256,300,5,0,6986,0,1,0,0,0),(75515,21644,530,1,1,0,1,-4154.2,3010.77,315.564,1.53317,300,5,0,6986,0,1,0,0,0),(75516,21644,530,1,1,0,1,-4100.68,3036.5,314.827,4.76126,300,5,0,6986,0,1,0,0,0),(75517,21644,530,1,1,0,1,-4118.62,3036.75,314.521,1.93731,300,0,0,6986,0,0,0,0,0),(75518,21644,530,1,1,0,1,-4126.01,3053.65,313.827,4.39823,300,0,0,6986,0,0,0,0,0),(75519,21644,530,1,1,0,1,-4090.7,3074.47,318.016,1.78332,300,5,0,6986,0,1,0,0,0),(75520,21644,530,1,1,0,1,-4140.11,3002.51,313.939,3.29188,300,5,0,6986,0,1,0,0,0),(75521,21644,530,1,1,0,1,-4003.62,3073.4,335.818,0.558505,300,0,0,6986,0,0,0,0,0),(75522,21644,530,1,1,0,1,-3926.29,3123.92,328.977,2.9147,300,0,0,6986,0,0,0,0,0),(75523,21644,530,1,1,0,1,-4020.09,3144.26,310.029,3.93261,300,5,0,6986,0,1,0,0,0),(75524,21644,530,1,1,0,1,-3959.37,3286.47,289.476,1.64286,300,5,0,6986,0,1,0,0,0),(75525,21644,530,1,1,0,1,-3950.41,3256.84,293.424,0.067528,300,5,0,6986,0,1,0,0,0),(75526,21644,530,1,1,0,1,-3921.42,3265.07,297.408,0.876339,300,5,0,6986,0,1,0,0,0),(75527,21644,530,1,1,0,1,-4002.4,3270.7,284.175,5.13127,300,0,0,6986,0,0,0,0,0),(75528,21644,530,1,1,0,1,-4013.87,3322.52,287.002,4.81069,300,5,0,6986,0,1,0,0,0),(75529,21644,530,1,1,0,1,-3974.78,3336.05,284.544,0.082077,300,5,0,6986,0,1,0,0,0),(75530,21644,530,1,1,0,1,-3900.07,3313.89,284.701,0.770584,300,5,0,6986,0,1,0,0,0),(75531,21644,530,1,1,0,1,-3844.65,3335.43,278.177,4.71239,300,0,0,6986,0,0,0,0,0),(75532,21644,530,1,1,0,1,-3826.58,3287.57,275.247,6.19592,300,0,0,6986,0,0,0,0,0),(75533,21644,530,1,1,0,1,-3746.41,3299.32,296.179,4.0234,300,5,0,6986,0,1,0,0,0),(75534,21644,530,1,1,0,1,-3677.19,3370.76,283.441,2.00713,300,0,0,6986,0,0,0,0,0),(75535,21644,530,1,1,0,1,-3641.07,3448.17,280.775,5.8398,300,5,0,6986,0,1,0,0,0),(75536,21644,530,1,1,0,1,-3803.09,3514.53,285.094,3.97634,300,5,0,6986,0,1,0,0,0),(75537,21644,530,1,1,0,1,-3794.89,3523.93,284.874,0.223725,300,5,0,6986,0,1,0,0,0),(75538,21644,530,1,1,0,1,-3811.15,3518.53,284.239,2.92886,300,5,0,6986,0,1,0,0,0),(75539,21644,530,1,1,0,1,-3864.29,3528.04,278.447,1.91986,300,0,0,6986,0,0,0,0,0),(75540,21644,530,1,1,0,1,-3897.58,3470.65,273.717,5.93412,300,0,0,6986,0,0,0,0,0),(75541,21648,530,1,1,0,0,-4134.37,850.285,61.2638,4.12381,300,0,0,27044,0,2,0,0,0),(75542,21648,530,1,1,0,0,-4066.47,752.399,43.0442,5.22789,300,0,0,27044,0,2,0,0,0),(75543,21648,530,1,1,0,0,-4148.39,766.865,66.0129,5.80213,300,0,0,27044,0,2,0,0,0),(75544,21648,530,1,1,0,0,-4084.09,683.048,59.5589,3.18402,300,0,0,27044,0,2,0,0,0),(75545,21648,530,1,1,0,0,-4083.68,848.062,58.4342,3.20167,300,0,0,27044,0,2,0,0,0),(75546,21648,530,1,1,0,0,-4133.32,918.633,70.3725,1.60715,300,0,0,27044,0,2,0,0,0),(75547,21648,530,1,1,0,0,-4000.94,650.089,84.7479,5.31148,300,0,0,27044,0,2,0,0,0),(75548,21648,530,1,1,0,0,-4052.34,716.308,48.6694,3.54082,300,0,0,27044,0,2,0,0,0),(75549,21648,530,1,1,0,0,-3949.36,819.178,51.5026,1.16224,300,0,0,27044,0,2,0,0,0),(75550,21648,530,1,1,0,0,-3916.4,883.298,81.9971,2.57528,300,0,0,27044,0,2,0,0,0),(75551,21648,530,1,1,0,0,-4084.88,914.049,72.2939,1.7015,300,0,0,27044,0,2,0,0,0),(75552,21648,530,1,1,0,0,-3915.66,833.416,47.3842,1.69172,300,0,0,27044,0,2,0,0,0),(75553,21648,530,1,1,0,0,-4047.74,1066.57,106.13,5.29404,300,0,0,27044,0,2,0,0,0),(75554,21648,530,1,1,0,0,-3900.32,984.742,60.6086,1.98786,300,0,0,27044,0,2,0,0,0),(75555,21648,530,1,1,0,0,-3950.08,985.428,83.5365,3.45411,300,0,0,27044,0,2,0,0,0),(75556,21648,530,1,1,0,0,-3966.72,1048.38,69.5277,5.65764,300,0,0,27044,0,2,0,0,0),(75557,21648,530,1,1,0,0,-3950.77,1000.51,87.494,0.78529,300,0,0,27044,0,2,0,0,0),(75558,21648,530,1,1,0,0,-4066.47,752.399,43.0442,4.17771,300,0,0,27044,0,2,0,0,0),(75560,21649,530,1,1,0,1,-3634.39,3753.08,302.941,3.12414,300,0,0,5589,3155,0,0,0,0),(75561,21649,530,1,1,0,1,-3647.33,3764.66,302.887,0.645772,300,0,0,5589,3155,0,0,0,0),(75562,21649,530,1,1,0,1,-3719.48,3799.33,302.919,2.79253,300,0,0,5589,3155,0,0,0,0),(75563,21649,530,1,1,0,1,-3717.19,3711.17,277.869,3.35103,300,0,0,5589,3155,0,0,0,0),(75564,21649,530,1,1,0,1,-3739.17,3748,273.726,0.366519,300,0,0,5589,3155,0,0,0,0),(75565,21649,530,1,1,0,1,-3712.12,3809.96,302.196,0.129324,300,5,0,5589,3155,1,0,0,0),(75566,21649,530,1,1,0,1,-3719.76,3741.07,276.983,1.83054,300,5,0,5589,3155,1,0,0,0),(75567,21649,530,1,1,0,1,-3798.24,3788.39,275.482,0.335626,300,5,0,5589,3155,1,0,0,0),(75568,21649,530,1,1,0,1,-3805.59,3761.95,275.995,2.57989,300,5,0,5589,3155,1,0,0,0),(75569,21649,530,1,1,0,1,-3796.47,3751.09,278.417,2.9147,300,0,0,5589,3155,0,0,0,0),(75570,21649,530,1,1,0,1,-3837.98,3787.46,281.19,0.480774,300,5,0,5589,3155,1,0,0,0),(75571,21649,530,1,1,0,1,-4077.27,3407.64,295.912,4.36472,300,5,0,5589,3155,1,0,0,0),(75572,21649,530,1,1,0,1,-4080.02,3323.44,286.964,2.90861,300,0,0,5589,3155,0,0,0,0),(75573,21649,530,1,1,0,1,-4016.76,3355.23,273.467,1.27912,300,5,0,5589,3155,1,0,0,0),(75574,21649,530,1,1,0,1,-4177.52,3215.52,314.272,2.07694,300,0,0,5589,3155,0,0,0,0),(75575,21649,530,1,1,0,1,-4169.49,3148.5,317.487,4.05541,300,5,0,5589,3155,1,0,0,0),(75576,21649,530,1,1,0,1,-4102.38,3227.98,299.273,0.139626,300,0,0,5589,3155,0,0,0,0),(75577,21649,530,1,1,0,1,-4049.18,3189.26,297.348,3.4383,300,0,0,5589,3155,0,0,0,0),(75578,21649,530,1,1,0,1,-4085.65,3123.75,316.775,4.05271,300,5,0,5589,3155,1,0,0,0),(75579,21649,530,1,1,0,1,-4175.31,3117.61,322.365,4.05405,300,0,0,5589,3155,0,0,0,0),(75580,21649,530,1,1,0,1,-4100.76,3094.67,317.055,5.93601,300,5,0,5589,3155,1,0,0,0),(75581,21649,530,1,1,0,1,-4118.5,3096.22,316.544,5.42564,300,5,0,5589,3155,1,0,0,0),(75582,21649,530,1,1,0,1,-4111.01,3053.71,314.259,2.81875,300,5,0,5589,3155,1,0,0,0),(75583,21649,530,1,1,0,1,-4126,3018.02,314.247,3.01942,300,0,0,5589,3155,0,0,0,0),(75584,21649,530,1,1,0,1,-4026.98,3097.7,336.432,1.01205,300,5,0,5589,3155,1,0,0,0),(75585,21649,530,1,1,0,1,-3993.82,3078.04,337.082,3.4411,300,5,0,5589,3155,1,0,0,0),(75586,21649,530,1,1,0,1,-3978.45,3072.59,341.54,4.60724,300,5,0,5589,3155,1,0,0,0),(75587,21649,530,1,1,0,1,-3884.35,3126.25,329.359,4.03171,300,0,0,5589,3155,0,0,0,0),(75588,21649,530,1,1,0,1,-4004.08,3159.91,313.029,2.7915,300,5,0,5589,3155,1,0,0,0),(75589,21649,530,1,1,0,1,-4019.97,3275.54,285.02,1.09956,300,0,0,5589,3155,0,0,0,0),(75590,23067,530,1,1,0,1,-3945.28,3316.96,288.135,1.80628,300,0,0,5027,7332,0,0,0,0),(75591,21649,530,1,1,0,1,-3923.43,3292.71,292.454,2.8813,300,5,0,5589,3155,1,0,0,0),(75592,21649,530,1,1,0,1,-3930.25,3331.72,286.201,4.22037,300,5,0,5589,3155,1,0,0,0),(75593,21649,530,1,1,0,1,-3873.67,3280.69,275.683,0.628319,300,0,0,5589,3155,0,0,0,0),(75594,21649,530,1,1,0,1,-3873,3327.03,274.108,2.07694,300,0,0,5589,3155,0,0,0,0),(75595,21649,530,1,1,0,1,-3741.48,3330.95,292.196,0.50923,300,5,0,5589,3155,1,0,0,0),(75596,21649,530,1,1,0,1,-3724.15,3330.02,289.603,0.785312,300,5,0,5589,3155,1,0,0,0),(75597,21649,530,1,1,0,1,-3674.18,3315.85,283.54,3.10669,300,0,0,5589,3155,0,0,0,0),(75598,21649,530,1,1,0,1,-3870.07,3464.86,275.56,6.10951,300,5,0,5589,3155,1,0,0,0),(75599,21649,530,1,1,0,1,-3848.2,3441.94,363.54,1.47548,300,5,0,5589,3155,1,0,0,0),(75600,21649,530,1,1,0,1,-3818.46,3538.03,280.111,2.57748,300,5,0,5589,3155,1,0,0,0),(75601,21649,530,1,1,0,1,-3866.63,3493.35,275.627,4.57652,300,5,0,5589,3155,1,0,0,0),(75603,21650,530,1,1,0,1,-3613.73,3650.22,277.557,1.97967,300,5,0,6986,0,1,0,0,0),(75604,21650,530,1,1,0,1,-3657.64,3720.07,283.551,4.36669,300,5,0,6986,0,1,0,0,0),(75605,21650,530,1,1,0,1,-3646.18,3745.31,302.183,5.66839,300,5,0,6986,0,1,0,0,0),(75606,21650,530,1,1,0,1,-3676.04,3778.85,294.927,2.80434,300,5,0,6986,0,1,0,0,0),(75607,21650,530,1,1,0,1,-4071.29,3389.13,290.38,1.58131,300,5,0,6986,0,1,0,0,0),(75608,21650,530,1,1,0,1,-4078.07,3201.54,296.389,5.00764,300,5,0,6986,0,1,0,0,0),(75609,21650,530,1,1,0,1,-4146.41,3060.02,314.039,2.09518,300,5,0,6986,0,1,0,0,0),(75610,21650,530,1,1,0,1,-3915.44,3066.65,361.004,4.23054,300,5,0,6986,0,1,0,0,0),(75611,21650,530,1,1,0,1,-3603.7,3502.74,279.254,3.18586,300,5,0,6986,0,1,0,0,0),(75612,21650,530,1,1,0,1,-3851.28,3530.08,278.61,3.68922,300,5,0,6986,0,1,0,0,0),(75613,21652,530,1,1,0,1,-3633.27,3760.49,302.998,2.77507,300,0,0,5744,3231,0,0,0,0),(75614,21652,530,1,1,0,1,-3648.93,3751.61,303.017,1.15192,300,0,0,5744,3231,0,0,0,0),(75615,21652,530,1,1,0,1,-3707.21,3789.39,303.018,1.88496,300,0,0,5744,3231,0,0,0,0),(75616,21652,530,1,1,0,1,-3718.51,3788.78,302.976,5.89921,300,0,0,5744,3231,0,0,0,0),(75617,21652,530,1,1,0,1,-3857.67,3777.87,334.882,0.994838,300,0,0,5744,3231,0,0,0,0),(75618,21652,530,1,1,0,1,-3883.31,3660.39,335.915,5.65487,300,0,0,5744,3231,0,0,0,0),(75619,21652,530,1,1,0,1,-3888.55,3783.73,334.881,3.42085,300,0,0,5744,3231,0,0,0,0),(75620,21652,530,1,1,0,1,-4047.07,3261.37,332.925,3.33358,300,0,0,5744,3231,0,0,0,0),(75621,21652,530,1,1,0,1,-3978.3,3045.67,357.122,5.55015,300,0,0,5744,3231,0,0,0,0),(75622,21652,530,1,1,0,1,-3984.33,3133.34,363.591,3.08923,300,0,0,5744,3231,0,0,0,0),(75623,21652,530,1,1,0,1,-3917.04,2985.56,358.35,3.36229,300,5,0,5744,3231,1,0,0,0),(75624,21652,530,1,1,0,1,-3886.04,3047.09,358.128,2.51019,300,5,0,5744,3231,1,0,0,0),(75625,21652,530,1,1,0,1,-3910.06,3095.92,374.792,0.226893,300,0,0,5744,3231,0,0,0,0),(75626,21652,530,1,1,0,1,-3910.85,3082.4,362.674,1.53589,300,0,0,5744,3231,0,0,0,0),(75627,21652,530,1,1,0,1,-3884.3,3003.17,361.279,3.12414,300,0,0,5744,3231,0,0,0,0),(75628,21652,530,1,1,0,1,-3891.24,3111.97,362.587,4.62512,300,0,0,5744,3231,0,0,0,0),(75629,21652,530,1,1,0,1,-3947.47,3221.25,334.046,3.40339,300,0,0,5744,3231,0,0,0,0),(75630,21652,530,1,1,0,1,-3972.18,3219.08,333.987,1.41372,300,0,0,5744,3231,0,0,0,0),(75631,21652,530,1,1,0,1,-4041.9,3294.52,332.93,4.32842,300,0,0,5744,3231,0,0,0,0),(75632,21652,530,1,1,0,1,-3853.31,3329.25,324.13,6.17846,300,0,0,5744,3231,0,0,0,0),(75633,21652,530,1,1,0,1,-3826.1,3347.73,324.127,3.94444,300,0,0,5744,3231,0,0,0,0),(75634,21652,530,1,1,0,1,-3683.61,3310.84,312.955,4.50295,300,0,0,5744,3231,0,0,0,0),(75635,21652,530,1,1,0,1,-3696.35,3310.73,312.999,5.88176,300,0,0,5744,3231,0,0,0,0),(75636,21652,530,1,1,0,1,-3658.28,3374.7,313.097,2.61799,300,0,0,5744,3231,0,0,0,0),(75637,21652,530,1,1,0,1,-3670.91,3385.34,313.041,5.11381,300,0,0,5744,3231,0,0,0,0),(75638,21652,530,1,1,0,1,-3857.6,3448.26,325.246,0.15708,300,0,0,5744,3231,0,0,0,0),(75639,21652,530,1,1,0,1,-3868.75,3431.22,325.221,0.733038,300,0,0,5744,3231,0,0,0,0),(75640,21654,530,1,1,0,0,-3688.07,3736.21,280.242,4.20624,300,0,0,4979,0,0,0,0,0),(75641,21654,530,1,1,0,0,-4174.49,3182.33,316.522,4.39823,300,0,0,4979,0,0,0,0,0),(75642,21654,530,1,1,0,0,-4149.72,3044.97,316.438,0.244346,300,0,0,4979,0,0,0,0,0),(75643,21654,530,1,1,0,0,-3905.2,3114.47,329.558,5.65487,300,0,0,4979,0,0,0,0,0),(75644,21654,530,1,1,0,0,-4000.49,3291.4,285.149,5.42797,300,0,0,4979,0,0,0,0,0),(75645,21654,530,1,1,0,0,-3860,3300.15,275.396,4.59022,300,0,0,4979,0,0,0,0,0),(75646,21654,530,1,1,0,0,-3689.8,3321.77,284.186,0.750492,300,0,0,4979,0,0,0,0,0),(75647,21655,530,1,1,0,0,-2073.21,5325.57,-37.2402,3.75246,300,0,0,6986,0,0,0,0,0),(75648,21656,530,1,1,0,1,-4103.47,2518.16,141.454,5.56852,300,5,0,6761,0,1,0,0,0),(75649,21656,530,1,1,0,1,-3717.15,2526.02,82.526,3.87463,300,5,0,6761,0,1,0,0,0),(75650,21656,530,1,1,0,1,-3851.21,2619.21,91.2696,5.68977,300,0,0,6761,0,0,0,0,0),(75651,21656,530,1,1,0,1,-3768.23,2700.43,103.187,0.174095,300,5,0,6761,0,1,0,0,0),(75652,21656,530,1,1,0,1,-4109.43,2548.55,140.463,4.29813,300,5,0,6761,0,1,0,0,0),(75653,21656,530,1,1,0,1,-3716.02,2603.96,91.339,2.59398,300,5,0,6761,0,1,0,0,0),(75654,21657,530,1,1,0,0,-4147.19,852.921,112.449,4.27906,300,0,0,110700,0,2,0,0,0),(75655,21660,530,1,1,0,1,-2845.55,5452.55,-30.1889,4.40338,300,5,0,4422,2620,1,0,0,0),(75656,21660,530,1,1,0,1,-2853.15,5393.43,-28.2577,4.56834,300,5,0,4422,2620,1,0,0,0),(75657,21660,530,1,1,0,1,-2841.68,5374.73,-5.43647,5.69954,300,5,0,4422,2620,1,0,0,0),(75658,21660,530,1,1,0,1,-2896.64,5464.04,-6.18125,2.16037,300,5,0,4422,2620,1,0,0,0),(75659,21660,530,1,1,0,1,-2845.93,5364.33,-30.1884,1.58958,300,5,0,4422,2620,1,0,0,0),(75660,21660,530,1,1,0,1,-2878.07,5399.12,-9.27375,6.17846,300,0,0,4422,2620,0,0,0,0),(75661,21660,530,1,1,0,1,-2852.77,5479.92,-30.1876,4.79961,300,5,0,4422,2620,1,0,0,0),(75662,21660,530,1,1,0,1,-2923.39,5331.22,-14.0866,5.19844,300,5,0,4422,2620,1,0,0,0),(75663,21660,530,1,1,0,1,-2938.16,5361.98,-13.2893,0.057963,300,5,0,4422,2620,1,0,0,0),(75664,21660,530,1,1,0,1,-2978.94,5406.59,-14.1415,0.373496,300,5,0,4422,2620,1,0,0,0),(75665,21660,530,1,1,0,1,-2950.21,5452.69,-9.90556,0.766008,300,5,0,4422,2620,1,0,0,0),(75666,21660,530,1,1,0,1,-2951.16,5382.3,-13.7239,4.07328,300,5,0,4422,2620,1,0,0,0),(75667,21660,530,1,1,0,1,-2957.57,5409.71,-13.6825,2.54375,300,5,0,4422,2620,1,0,0,0),(75668,21660,530,1,1,0,1,-3016.52,5405.92,-15.7536,6.03252,300,5,0,4422,2620,1,0,0,0),(75669,21660,530,1,1,0,1,-2994.27,5415.39,-14.5165,3.63648,300,5,0,4422,2620,1,0,0,0),(75670,21660,530,1,1,0,1,-2982.19,5380.04,-14.7647,0.57146,300,5,0,4422,2620,1,0,0,0),(75671,21661,530,1,1,0,1,-2825.54,5386.32,-3.89902,1.89604,300,5,0,5527,0,1,0,0,0),(75672,21661,530,1,1,0,1,-2749.35,5409.85,-36.4697,3.09808,300,5,0,5527,0,1,0,0,0),(75673,21661,530,1,1,0,1,-2782.88,5419.3,-34.4532,3.08923,300,0,0,5527,0,0,0,0,0),(75674,21661,530,1,1,0,1,-2751.41,5421.73,-36.4698,2.59065,300,5,0,5527,0,1,0,0,0),(75675,21661,530,1,1,0,1,-2793.55,5412.79,-34.5362,3.00197,300,5,0,5527,0,1,0,0,0),(75676,21661,530,1,1,0,1,-2854.19,5433.27,-28.2578,5.18592,300,5,0,5527,0,1,0,0,0),(75677,21661,530,1,1,0,1,-2846,5379.76,-30.1893,3.02198,300,5,0,5527,0,1,0,0,0),(75678,21661,530,1,1,0,1,-2867.58,5402.29,-8.43125,4.13643,300,5,0,5527,0,1,0,0,0),(75679,21661,530,1,1,0,1,-2904.98,5430.96,-9.34792,1.69297,300,0,0,5527,0,0,0,0,0),(75680,21661,530,1,1,0,1,-2886.59,5431.07,-9.30625,1.53589,300,0,0,5527,0,0,0,0,0),(75681,21661,530,1,1,0,1,-2861.71,5356.78,-30.1887,3.70792,300,5,0,5527,0,1,0,0,0),(75682,21661,530,1,1,0,1,-2869.93,5414,-28.2581,0.005414,300,5,0,5527,0,1,0,0,0),(75683,21661,530,1,1,0,1,-2904.03,5378.85,-9.34792,4.72984,300,0,0,5527,0,0,0,0,0),(75684,21661,530,1,1,0,1,-2887.74,5379.55,-9.34792,4.64258,300,0,0,5527,0,0,0,0,0),(75685,21661,530,1,1,0,1,-2852.47,5468.67,-30.1886,1.29834,300,5,0,5527,0,1,0,0,0),(75686,21661,530,1,1,0,1,-2989.36,5365.68,-15.4371,2.20733,300,5,0,5527,0,1,0,0,0),(75687,21661,530,1,1,0,1,-2951.85,5305.43,-14.2902,4.38569,300,5,0,5527,0,1,0,0,0),(75688,21661,530,1,1,0,1,-2920.95,5295.41,-13.1357,2.35247,300,0,0,5527,0,0,0,0,0),(75689,21661,530,1,1,0,1,-2902.68,5284.54,-12.3056,4.53157,300,5,0,5527,0,1,0,0,0),(75690,21661,530,1,1,0,1,-2909.66,5285.27,-12.7552,4.54133,300,5,0,5527,0,1,0,0,0),(75691,21661,530,1,1,0,1,-3077.55,5045.3,-21.2091,5.85872,300,5,0,5527,0,1,0,0,0),(75692,21661,530,1,1,0,1,-2996.26,5012.98,-20.0032,3.46059,300,5,0,5527,0,1,0,0,0),(75693,21661,530,1,1,0,1,-3038.61,5044.51,-19.725,0.870786,300,5,0,5527,0,1,0,0,0),(75694,21661,530,1,1,0,1,-3013.5,5012.5,-21.6693,5.88305,300,5,0,5527,0,1,0,0,0),(75695,21661,530,1,1,0,1,-3043.26,5027.54,-20.6559,1.2496,300,5,0,5527,0,1,0,0,0),(75696,21661,530,1,1,0,1,-3029.62,4994.65,-21.2401,2.55219,300,5,0,5527,0,1,0,0,0),(75697,21661,530,1,1,0,1,-3095.31,5023.36,-21.7054,1.50098,300,0,0,5527,0,0,0,0,0),(75698,21661,530,1,1,0,1,-3104.23,5037.25,-21.3341,4.07769,300,5,0,5527,0,1,0,0,0),(75699,21661,530,1,1,0,1,-3125.89,5021.51,-22.0753,1.62316,300,0,0,5527,0,0,0,0,0),(75700,21661,530,1,1,0,1,-3143.49,4864.29,-8.99193,4.96042,300,5,0,5527,0,1,0,0,0),(75701,21661,530,1,1,0,1,-3158.36,4881.35,-9.00121,4.85363,300,5,0,5527,0,1,0,0,0),(75702,21661,530,1,1,0,1,-3103.81,4842.24,-20.8425,2.99871,300,0,0,5527,0,0,0,0,0),(75703,21661,530,1,1,0,1,-3109.19,4882.33,-21.8692,2.09776,300,0,0,5527,0,0,0,0,0),(75704,21661,530,1,1,0,1,-3093.76,4908.22,-19.383,5.34584,300,5,0,5527,0,1,0,0,0),(75705,21661,530,1,1,0,1,-3044.36,4885.68,-21.1868,3.31931,300,5,0,5527,0,1,0,0,0),(75706,21661,530,1,1,0,1,-3020.81,4855.25,-19.8325,2.23074,300,5,0,5527,0,1,0,0,0),(75707,21661,530,1,1,0,1,-3015.84,4887.06,-20.5783,6.02132,300,5,0,5527,0,1,0,0,0),(75708,21661,530,1,1,0,1,-3022.47,4911.3,-20.1709,3.77364,300,5,0,5527,0,1,0,0,0),(75709,21661,530,1,1,0,1,-3078.25,4943.35,-20.9902,5.98648,300,0,0,5527,0,0,0,0,0),(75710,21661,530,1,1,0,1,-3122.31,4831.75,-20.5608,4.34587,300,0,0,5527,0,0,0,0,0),(75711,21661,530,1,1,0,1,-3058.08,4844.43,-22.067,3.48318,300,0,0,5527,0,0,0,0,0),(75713,21662,530,1,1,0,1,-2836.74,5366.68,-4.68647,2.70118,300,5,0,5527,0,1,0,0,0),(75714,21662,530,1,1,0,1,-2730.93,5422.36,-36.4686,4.37544,300,5,0,5527,0,1,0,0,0),(75715,21662,530,1,1,0,1,-2713.59,5411.52,-36.4688,4.19553,300,5,0,5527,0,1,0,0,0),(75716,21662,530,1,1,0,1,-2733.6,5408.37,-36.4695,3.97051,300,5,0,5527,0,1,0,0,0),(75717,21662,530,1,1,0,1,-2851.11,5356.68,-6.18587,3.20433,300,5,0,5527,0,1,0,0,0),(75718,21662,530,1,1,0,1,-2848.4,5343.3,-30.1866,1.04487,300,5,0,5527,0,1,0,0,0),(75719,21662,530,1,1,0,1,-2858.07,5452.39,-30.1892,6.11061,300,5,0,5527,0,1,0,0,0),(75720,21662,530,1,1,0,1,-2857.39,5369.43,-30.1887,4.95635,300,5,0,5527,0,1,0,0,0),(75721,21662,530,1,1,0,1,-2856.92,5464.94,-30.1886,3.94305,300,5,0,5527,0,1,0,0,0),(75722,21662,530,1,1,0,1,-2924.05,5402.11,-9.4532,1.17697,300,5,0,5527,0,1,0,0,0),(75723,21662,530,1,1,0,1,-2915.54,5351.43,-13.0866,3.08221,300,5,0,5527,0,1,0,0,0),(75724,21663,530,1,1,0,1,-3153.27,1079.43,75.4661,2.89725,300,0,0,7266,3155,0,0,0,0),(75725,21690,530,1,1,0,0,1775.73,5856.32,160.563,2.49582,300,0,0,6326,0,0,0,0,0),(75726,21691,530,1,1,0,1,1913.95,5562.18,262.792,2.72271,300,0,0,6761,0,0,0,0,0),(75727,21692,530,1,1,0,0,2164.9,4773.77,156.318,5.07891,300,0,0,5341,0,0,0,0,0),(75728,21700,530,1,1,0,1,-3714.56,1028.95,56.0382,2.64211,300,0,0,7891,3387,0,0,0,0),(75729,21701,530,1,1,0,1,-3720.4,1026.39,56.0397,1.72788,300,0,0,39123,3155,0,0,0,0),(75730,21701,530,1,1,0,1,-3732.98,1026.14,56.0439,1.23918,300,0,0,39123,3155,0,0,0,0),(75731,21701,530,1,1,0,1,-3718.11,1072.07,56.8812,6.26093,300,0,0,39123,3155,0,0,0,0),(75732,21701,530,1,1,0,1,-3743.86,1081,56.8941,5.60251,300,0,0,39123,3155,0,0,0,0),(75733,21701,530,1,1,0,1,-3741.17,1079.75,56.8941,2.23402,300,0,0,39123,3155,0,0,0,0),(75734,21704,530,1,1,0,0,-3879.86,1416.28,45.3178,0.610865,300,0,0,5,2320,0,0,0,0),(75735,21704,530,1,1,0,0,-3883.99,1404.3,43.6317,2.05949,300,0,0,5,2320,0,0,0,0),(75736,21704,530,1,1,0,0,-3893.05,1411.49,44.1571,3.71755,300,0,0,5,2320,0,0,0,0),(75737,21705,530,1,1,0,0,-4654.15,1084.94,1.09807,6.02139,300,0,0,5,2320,0,0,0,0),(75738,21705,530,1,1,0,0,-4646.82,1091.07,0.14606,3.49066,300,0,0,5,2320,0,0,0,0),(75739,21705,530,1,1,0,0,-4644.95,1081.28,1.13135,3.68265,300,0,0,5,2320,0,0,0,0),(75740,21709,530,1,1,0,1,-3884.68,1410.31,43.9757,2.96706,300,0,0,5589,3155,0,0,0,0),(75741,21711,530,1,1,0,1,-4648.44,1085.26,0.83773,2.35619,300,0,0,4890,7196,0,0,0,0),(75742,21717,530,1,1,0,0,-4089.83,419.269,30.478,1.93731,300,0,0,6542,0,0,0,0,0),(75743,21717,530,1,1,0,0,-4103.71,415.579,32.2019,2.02458,300,0,0,6542,0,0,0,0,0),(75744,21717,530,1,1,0,0,-4240.47,285.147,122.944,2.93215,300,0,0,6542,0,0,0,0,0),(75745,21717,530,1,1,0,0,-4275.12,298.02,122.886,2.35619,300,0,0,6542,0,0,0,0,0),(75746,21717,530,1,1,0,0,-4243.47,378.882,78.2034,1.0472,300,0,0,6542,0,0,0,0,0),(75747,21717,530,1,1,0,0,-4257.18,387.564,78.1988,0.907571,300,0,0,6542,0,0,0,0,0),(75748,21717,530,1,1,0,0,-4277.71,348.671,98.1624,2.96706,300,0,0,6542,0,0,0,0,0),(75749,21717,530,1,1,0,0,-4283.48,377.815,79.6871,6.05629,300,0,0,6542,0,0,0,0,0),(75750,21717,530,1,1,0,0,-4170.67,426.591,33.357,4.60767,300,0,0,6542,0,0,0,0,0),(75751,21717,530,1,1,0,0,-4118.92,487.65,31.2329,2.03444,300,5,0,6542,0,1,0,0,0),(75752,21717,530,1,1,0,0,-4241.06,494.309,35.7766,3.68838,300,5,0,6542,0,1,0,0,0),(75753,21717,530,1,1,0,0,-4181.55,465.752,30.6826,0.488692,300,0,0,6542,0,0,0,0,0),(75754,21717,530,1,1,0,0,-4192.3,475.411,30.4331,1.53589,300,0,0,6542,0,0,0,0,0),(75755,21717,530,1,1,0,0,-4172.39,443.378,30.8915,4.93928,300,0,0,6542,0,0,0,0,0),(75756,21717,530,1,1,0,0,-4156.83,463.17,30.2936,3.83972,300,0,0,6542,0,0,0,0,0),(75757,21717,530,1,1,0,0,-4154.04,474.231,31.4227,3.31613,300,0,0,6542,0,0,0,0,0),(75758,21717,530,1,1,0,0,-4157.87,430.533,33.6197,5.18363,300,0,0,6542,0,0,0,0,0),(75759,21717,530,1,1,0,0,-4102.93,546.223,18.3621,0.837758,300,0,0,6542,0,0,0,0,0),(75760,21717,530,1,1,0,0,-4160.9,498.491,30.3123,2.1293,300,0,0,6542,0,0,0,0,0),(75761,21717,530,1,1,0,0,-4190.36,526.494,26.7355,6.02139,300,0,0,6542,0,0,0,0,0),(75762,21717,530,1,1,0,0,-4165.76,519.549,25.7806,3.1765,300,0,0,6542,0,0,0,0,0),(75763,21717,530,1,1,0,0,-4204.29,527.571,26.7079,2.26893,300,0,0,6542,0,0,0,0,0),(75764,21717,530,1,1,0,0,-4135.92,492.659,30.7356,1.29154,300,0,0,6542,0,0,0,0,0),(75765,21717,530,1,1,0,0,-4108.71,561.872,17.8128,1.25664,300,0,0,6542,0,0,0,0,0),(75766,21717,530,1,1,0,0,-4121.65,560.567,17.6222,1.5708,300,0,0,6542,0,0,0,0,0),(75767,21717,530,1,1,0,0,-4168.55,564.651,14.3388,2.70591,300,5,0,6542,0,1,0,0,0),(75768,21717,530,1,1,0,0,-4176.67,579.567,16.8058,0.925025,300,0,0,6542,0,0,0,0,0),(75769,21717,530,1,1,0,0,-4197.56,579.049,19.3969,1.98968,300,0,0,6542,0,0,0,0,0),(75770,21717,530,1,1,0,0,-4150.22,545.847,13.4143,1.16937,300,0,0,6542,0,0,0,0,0),(75771,21717,530,1,1,0,0,-4187.91,591.085,17.7525,1.16937,300,0,0,6542,0,0,0,0,0),(75772,21717,530,1,1,0,0,-4170.18,555.263,14.3527,1.13446,300,0,0,6542,0,0,0,0,0),(75773,21718,530,1,1,0,1,-4080.31,465.122,30.4491,6.22536,300,5,0,5409,3080,1,0,0,0),(75774,21718,530,1,1,0,1,-4102.02,377.261,30.8946,4.76033,300,0,0,5409,3080,2,0,0,0),(75775,21718,530,1,1,0,1,-4201.86,261.335,123.09,4.57276,300,5,0,5409,3080,1,0,0,0),(75776,21718,530,1,1,0,1,-4296.75,282.288,122.971,2.91551,300,5,0,5409,3080,1,0,0,0),(75777,21718,530,1,1,0,1,-4318.72,316.066,122.013,1.5708,300,5,0,5409,3080,1,0,0,0),(75778,21718,530,1,1,0,1,-4258.45,409.929,78.205,2.14087,300,5,0,5409,3080,1,0,0,0),(75779,21718,530,1,1,0,1,-4112.52,488.267,30.8243,1.67538,300,5,0,5409,3080,1,0,0,0),(75780,21718,530,1,1,0,1,-4192.55,463.315,30.7665,3.9185,300,0,0,5409,3080,2,0,0,0),(75781,21718,530,1,1,0,1,-4210.29,432.616,48.0315,1.23918,300,5,0,5409,3080,1,0,0,0),(75782,21718,530,1,1,0,1,-4189.98,543.149,25.6027,1.44746,300,5,0,5409,3080,1,0,0,0),(75783,21718,530,1,1,0,1,-4136.08,521.882,24.0508,2.46091,300,5,0,5409,3080,1,0,0,0),(75784,21718,530,1,1,0,1,-4200.62,510.372,29.1568,3.71755,300,5,0,5409,3080,1,0,0,0),(75785,21719,530,1,1,0,1,-4072.34,361.866,64.5535,2.04204,300,0,0,5589,3155,0,0,0,0),(75786,21719,530,1,1,0,1,-4155.55,386.615,141.401,1.20428,300,0,0,5589,3155,0,0,0,0),(75787,21719,530,1,1,0,1,-4218.88,381.402,135.683,1.44862,300,0,0,5589,3155,0,0,0,0),(75788,21719,530,1,1,0,1,-4117.26,452.178,57.7584,4.85202,300,0,0,5589,3155,0,0,0,0),(75789,21719,530,1,1,0,1,-4141.86,416.067,53.6635,0.488692,300,0,0,5589,3155,0,0,0,0),(75790,21719,530,1,1,0,1,-4230.58,489.843,43.7564,0.261799,300,0,0,5589,3155,0,0,0,0),(75791,21719,530,1,1,0,1,-4270.96,509.561,75.0908,1.50098,300,0,0,5589,3155,0,0,0,0),(75792,21719,530,1,1,0,1,-4209.37,535.747,77.2807,0.349066,300,0,0,5589,3155,0,0,0,0),(75793,21719,530,1,1,0,1,-4154.23,492.462,59.1348,2.84489,300,0,0,5589,3155,0,0,0,0),(75794,21720,530,1,1,0,1,-4164.77,308.937,124.667,3.92699,300,0,0,5409,3080,0,0,0,0),(75795,21720,530,1,1,0,1,-4184.78,289.429,124.667,0.750492,300,0,0,5409,3080,0,0,0,0),(75796,21720,530,1,1,0,1,-4243.55,303.395,122.733,0.959931,300,0,0,5409,3080,0,0,0,0),(75797,21720,530,1,1,0,1,-4236.36,326.889,122.733,4.76475,300,0,0,5409,3080,0,0,0,0),(75798,21720,530,1,1,0,1,-4244.08,315.988,134.664,3.54201,300,0,0,5409,3080,2,0,0,0),(75799,21720,530,1,1,0,1,-4232.06,326.139,134.5,4.39823,300,0,0,5409,3080,0,0,0,0),(75800,21720,530,1,1,0,1,-4237.9,301.404,134.5,1.41372,300,0,0,5409,3080,0,0,0,0),(75801,21720,530,1,1,0,1,-4263.52,408.381,79.6707,1.07947,300,0,0,5409,3080,2,0,0,0),(75802,21720,530,1,1,0,1,-4279.13,411.141,108.844,0.541052,300,0,0,5409,3080,0,0,0,0),(75803,21720,530,1,1,0,1,-4294.09,400.621,81.6293,3.75589,300,0,0,5409,3080,2,0,0,0),(75804,21720,530,1,1,0,1,-4288.61,393.58,108.844,4.97419,300,0,0,5409,3080,0,0,0,0),(75805,21720,530,1,1,0,1,-4239.18,439.297,49.3291,2.65776,300,5,0,5409,3080,1,0,0,0),(75806,21720,530,1,1,0,1,-4178.69,490.566,30.1644,2.3022,300,0,0,5409,3080,2,0,0,0),(75807,21721,530,1,1,0,0,-4113.99,400.68,31.3088,2.1221,300,5,0,5409,3080,1,0,0,0),(75808,21721,530,1,1,0,0,-4076.39,405.026,31.9488,3.46251,300,5,0,5409,3080,1,0,0,0),(75809,21721,530,1,1,0,0,-4107.89,377.433,30.6046,3.3795,300,5,0,5409,3080,1,0,0,0),(75810,21721,530,1,1,0,0,-4099.23,392.67,30.5405,1.65961,300,5,0,5409,3080,1,0,0,0),(75811,21721,530,1,1,0,0,-4086.97,393.863,30.5405,5.92787,300,5,0,5409,3080,1,0,0,0),(75812,21721,530,1,1,0,0,-4093.23,382.857,30.6655,0.81957,300,5,0,5409,3080,1,0,0,0),(75813,21721,530,1,1,0,0,-4114.37,389.271,30.4796,5.20841,300,5,0,5409,3080,1,0,0,0),(75814,21722,530,1,1,0,0,-4073.6,464.733,30.4491,3.15905,300,0,0,4057,0,0,0,0,0),(75815,21722,530,1,1,0,0,-4248.65,252.355,127.18,0.135709,300,0,0,4057,0,0,0,0,0),(75816,21722,530,1,1,0,0,-4202.65,257.305,122.965,1.55334,300,0,0,4057,0,0,0,0,0),(75817,21722,530,1,1,0,0,-4301.15,283.301,123.83,6.19592,300,0,0,4057,0,0,0,0,0),(75818,21722,530,1,1,0,0,-4181.8,340.471,118.103,4.18879,300,0,0,4057,0,0,0,0,0),(75819,21722,530,1,1,0,0,-4323.31,318.345,123.888,6.0912,300,0,0,4057,0,0,0,0,0),(75820,21722,530,1,1,0,0,-4212.27,343.501,116.342,4.57276,300,0,0,4057,0,0,0,0,0),(75821,21722,530,1,1,0,0,-4260.72,413.47,78.33,5.23599,300,0,0,4057,0,0,0,0,0),(75822,21722,530,1,1,0,0,-4112.99,492.766,30.5119,5.16617,300,0,0,4057,0,0,0,0,0),(75823,21722,530,1,1,0,0,-4143.08,458.021,32.7708,3.89208,300,0,0,4057,0,0,0,0,0),(75824,21722,530,1,1,0,0,-4199.21,450.217,30.6407,2.42601,300,0,0,4057,0,0,0,0,0),(75825,21722,530,1,1,0,0,-4209.28,436.566,46.9917,4.53786,300,0,0,4057,0,0,0,0,0),(75826,21722,530,1,1,0,0,-4138.87,524.93,22.4188,5.81195,300,0,0,4057,0,0,0,0,0),(75827,21722,530,1,1,0,0,-4204.55,508.831,30.0315,0.418879,300,0,0,4057,0,0,0,0,0),(75828,21722,530,1,1,0,0,-4187.57,546.021,24.3527,4.45059,300,0,0,4057,0,0,0,0,0),(75829,21723,530,1,1,0,0,-3837.29,4318.66,7.05573,6.11739,300,5,0,9082,0,1,0,0,0),(75830,21723,530,1,1,0,0,-3580.58,3725.59,289.669,5.53166,300,5,0,9082,0,1,0,0,0),(75831,21723,530,1,1,0,0,-3613.87,3752.42,281.958,3.09076,300,5,0,9082,0,1,0,0,0),(75832,21723,530,1,1,0,0,-3608.16,3780.59,271.504,0.887816,300,5,0,9082,0,1,0,0,0),(75833,21723,530,1,1,0,0,-3613.7,3810.53,253.375,1.97891,300,5,0,9082,0,1,0,0,0),(75834,21723,530,1,1,0,0,-3850.68,3717.81,282.768,0.351467,300,5,0,9082,0,1,0,0,0),(75835,21723,530,1,1,0,0,-3856.83,3753.43,284.879,3.01204,300,5,0,9082,0,1,0,0,0),(75836,21723,530,1,1,0,0,-3884.39,3663.14,280.352,1.71042,300,0,0,9082,0,0,0,0,0),(75837,21723,530,1,1,0,0,-3892.51,3727.48,293.857,4.30124,300,5,0,9082,0,1,0,0,0),(75838,21723,530,1,1,0,0,-3913.41,3766.35,291.67,1.42872,300,5,0,9082,0,1,0,0,0),(75839,21723,530,1,1,0,0,-3860.49,3818.85,293.645,1.24879,300,5,0,9082,0,1,0,0,0),(75840,21723,530,1,1,0,0,-3943.87,3743.4,295.36,3.36065,300,5,0,9082,0,1,0,0,0),(75841,21723,530,1,1,0,0,-4014.83,3707.7,299.855,5.12665,300,5,0,9082,0,1,0,0,0),(75842,21723,530,1,1,0,0,-3973.26,3729.8,296.792,0.729479,300,5,0,9082,0,1,0,0,0),(75843,21723,530,1,1,0,0,-3959.07,3805.27,298.713,2.94154,300,5,0,9082,0,1,0,0,0),(75844,21723,530,1,1,0,0,-3915.28,3805.56,295.914,2.64968,300,5,0,9082,0,1,0,0,0),(75845,21723,530,1,1,0,0,-3986.86,3767.81,297.122,4.47841,300,5,0,9082,0,1,0,0,0),(75846,21723,530,1,1,0,0,-3936.94,3769.72,291.341,0.103562,300,5,0,9082,0,1,0,0,0),(75847,21723,530,1,1,0,0,-4039.31,3835.23,308.173,0.09686,300,5,0,9082,0,1,0,0,0),(75848,21723,530,1,1,0,0,-4022.8,3785.44,292.423,5.86924,300,5,0,9082,0,1,0,0,0),(75849,21723,530,1,1,0,0,-3991.41,3846.07,312.046,4.29813,300,5,0,9082,0,1,0,0,0),(75850,21723,530,1,1,0,0,-4054.13,3710.79,306.778,4.86944,300,5,0,9082,0,1,0,0,0),(75851,21723,530,1,1,0,0,-4026.89,3663.76,291.428,1.76953,300,5,0,9082,0,1,0,0,0),(75852,21723,530,1,1,0,0,-4043.72,3609.35,291.524,5.63221,300,5,0,9082,0,1,0,0,0),(75853,21723,530,1,1,0,0,-3936.62,3631.15,275.965,0.632959,300,5,0,9082,0,1,0,0,0),(75854,21723,530,1,1,0,0,-4079.66,3589.76,303.472,0.252524,300,5,0,9082,0,1,0,0,0),(75855,21723,530,1,1,0,0,-4074.4,3538.74,289.172,6.09913,300,5,0,9082,0,1,0,0,0),(75857,21723,530,1,1,0,0,-4115.58,3443.76,291.798,5.4729,300,5,0,9082,0,1,0,0,0),(75858,21723,530,1,1,0,0,-4114.49,3487.93,284.83,1.23371,300,5,0,9082,0,1,0,0,0),(75859,21723,530,1,1,0,0,-4151.53,3446.22,287.414,0.577523,300,5,0,9082,0,1,0,0,0),(75860,21723,530,1,1,0,0,-4155.69,3414.33,295.391,4.3889,300,5,0,9082,0,1,0,0,0),(75861,21723,530,1,1,0,0,-4129.4,3363.24,286.593,1.25693,300,5,0,9082,0,1,0,0,0),(75862,21723,530,1,1,0,0,-4143.99,3321.66,285.172,1.84898,300,5,0,9082,0,1,0,0,0),(75863,21723,530,1,1,0,0,-4180.68,3313.57,282.151,3.37701,300,5,0,9082,0,1,0,0,0),(75864,21723,530,1,1,0,0,-4189.19,3262.45,292.308,2.76387,300,5,0,9082,0,1,0,0,0),(75865,21723,530,1,1,0,0,-4139.58,3256.25,298.408,5.3995,300,5,0,9082,0,1,0,0,0),(75866,21723,530,1,1,0,0,-4226.38,3350.15,276.46,4.18185,300,5,0,9082,0,1,0,0,0),(75867,21723,530,1,1,0,0,-4181.58,3360.12,265.788,6.15786,300,5,0,9082,0,1,0,0,0),(75868,21723,530,1,1,0,0,-4034.9,3226.68,296.728,2.38293,300,5,0,9082,0,1,0,0,0),(75869,21723,530,1,1,0,0,-4222.03,2999.31,315.764,3.9885,300,5,0,9082,0,1,0,0,0),(75870,21723,530,1,1,0,0,-4063.62,3017.76,317.675,5.70927,300,5,0,9082,0,1,0,0,0),(75871,21723,530,1,1,0,0,-4059.45,3055.4,316.658,5.23236,300,5,0,9082,0,1,0,0,0),(75872,21723,530,1,1,0,0,-3889.46,2922.26,353.023,2.88203,300,5,0,9082,0,1,0,0,0),(75873,21723,530,1,1,0,0,-3864.74,2948.54,355.202,5.02395,300,5,0,9082,0,1,0,0,0),(75874,21723,530,1,1,0,0,-3872.52,3093.93,335.871,6.10863,300,5,0,9082,0,1,0,0,0),(75875,21723,530,1,1,0,0,-3855.78,3129.27,331.804,4.70262,300,5,0,9082,0,1,0,0,0),(75876,21723,530,1,1,0,0,-3872.28,3175.59,322.365,1.4965,300,5,0,9082,0,1,0,0,0),(75877,21723,530,1,1,0,0,-3970.17,3171.94,315.236,1.2101,300,5,0,9082,0,1,0,0,0),(75878,21723,530,1,1,0,0,-3907.18,3196.14,311.964,0.211366,300,5,0,9082,0,1,0,0,0),(75879,21723,530,1,1,0,0,-3931.15,3184.13,315.43,5.51783,300,5,0,9082,0,1,0,0,0),(75880,21723,530,1,1,0,0,-3904.42,3221.93,305.242,6.16271,300,5,0,9082,0,1,0,0,0),(75881,21723,530,1,1,0,0,-3975.59,3210.62,296.208,3.13609,300,5,0,9082,0,1,0,0,0),(75882,21723,530,1,1,0,0,-4009.66,3223.63,296.761,3.87061,300,5,0,9082,0,1,0,0,0),(75883,21723,530,1,1,0,0,-3867.51,3210.99,311.151,4.17578,300,5,0,9082,0,1,0,0,0),(75884,21723,530,1,1,0,0,-3820.94,3237.47,310.01,1.6219,300,5,0,9082,0,1,0,0,0),(75885,21723,530,1,1,0,0,-3793.97,3270.93,301.348,3.40974,300,5,0,9082,0,1,0,0,0),(75886,21723,530,1,1,0,0,-3616.16,3381.46,298.469,0.549412,300,5,0,9082,0,1,0,0,0),(75887,21723,530,1,1,0,0,-3639.75,3393.01,287.669,2.58607,300,5,0,9082,0,1,0,0,0),(75888,21723,530,1,1,0,0,-3622.37,3360.65,299.292,1.82373,300,5,0,9082,0,1,0,0,0),(75889,21723,530,1,1,0,0,-3632.44,3147.19,311.52,3.32823,300,5,0,9082,0,1,0,0,0),(75890,21723,530,1,1,0,0,-3631.51,3190,313.242,1.78483,300,5,0,9082,0,1,0,0,0),(75891,21723,530,1,1,0,0,-3611.08,3228.66,311.329,5.59052,300,5,0,9082,0,1,0,0,0),(75892,21723,530,1,1,0,0,-3619.03,3106.25,314.516,0.966247,300,5,0,9082,0,1,0,0,0),(75893,21723,530,1,1,0,0,-3579.09,3127.08,316.218,4.46063,300,5,0,9082,0,1,0,0,0),(75894,21723,530,1,1,0,0,-3559.03,3155.89,314.552,1.65492,300,5,0,9082,0,1,0,0,0),(75895,21723,530,1,1,0,0,-3573.22,3091.07,310.005,5.36985,300,5,0,9082,0,1,0,0,0),(75896,21723,530,1,1,0,0,-3537.93,3151.51,315.346,0.736833,300,5,0,9082,0,1,0,0,0),(75897,21723,530,1,1,0,0,-3521.83,3188.78,315.987,0.133883,300,5,0,9082,0,1,0,0,0),(75898,21723,530,1,1,0,0,-3519.16,3166.29,315.309,3.02987,300,5,0,9082,0,1,0,0,0),(75899,21723,530,1,1,0,0,-3557.83,3210.94,309.894,0.701404,300,5,0,9082,0,1,0,0,0),(75900,21728,530,1,1,0,0,-3296.62,3688.41,229.569,1.00898,300,5,0,5589,3155,1,0,0,0),(75901,21728,530,1,1,0,0,-3280.59,3675.35,236.569,4.05181,300,5,0,5589,3155,1,0,0,0),(75902,21728,530,1,1,0,0,-3261.73,3660.25,238.815,6.14695,300,5,0,5589,3155,1,0,0,0),(75907,21728,530,1,1,0,0,-3337.77,3530.09,266.564,5.72154,300,5,0,5589,3155,1,0,0,0),(75908,21728,530,1,1,0,0,-3324.18,3524.05,270.064,1.71486,300,5,0,5589,3155,1,0,0,0),(75911,21728,530,1,1,0,0,-3445.48,3543.74,267.093,1.1012,300,5,0,5589,3155,1,0,0,0),(75912,21728,530,1,1,0,0,-3491.73,3575.1,278.859,2.95879,300,5,0,5589,3155,1,0,0,0),(75913,21728,530,1,1,0,0,-3503.36,3537.1,273.329,5.20441,300,5,0,5589,3155,1,0,0,0),(1971522,23058,556,2,1,0,0,-80.5207,296.352,40.3085,4.93495,86400,0,0,42,0,0,0,0,0),(75915,21728,530,1,1,0,0,-3447.71,3511.62,274.584,2.99348,300,5,0,5589,3155,1,0,0,0),(75916,21728,530,1,1,0,0,-3604.34,3595.71,276.57,5.84426,300,5,0,5589,3155,1,0,0,0),(75917,21728,530,1,1,0,0,-3589.84,3566.58,268.446,3.55953,300,5,0,5589,3155,1,0,0,0),(75918,21728,530,1,1,0,0,-3606.41,3684.09,281.163,4.6891,300,5,0,5589,3155,1,0,0,0),(75919,21728,530,1,1,0,0,-3631.02,3669.39,277.071,3.94288,300,5,0,5589,3155,1,0,0,0),(75920,21728,530,1,1,0,0,-3631.94,3640.31,270.807,1.79771,300,5,0,5589,3155,1,0,0,0),(75921,21728,530,1,1,0,0,-3748.52,3669.62,277.179,3.49579,300,5,0,5589,3155,1,0,0,0),(75922,21728,530,1,1,0,0,-3884.89,3654.56,277.944,4.48456,300,0,0,5589,3155,0,0,0,0),(75923,21728,530,1,1,0,0,-4005.33,3646.76,289.053,5.6896,300,5,0,5589,3155,1,0,0,0),(75924,21728,530,1,1,0,0,-3941.16,3607.21,265.336,4.77288,300,5,0,5589,3155,1,0,0,0),(75925,21728,530,1,1,0,0,-4004.33,3568.87,270.621,2.26515,300,5,0,5589,3155,1,0,0,0),(75926,21728,530,1,1,0,0,-4040.23,3548.52,274.38,4.50389,300,5,0,5589,3155,1,0,0,0),(75927,21728,530,1,1,0,0,-3984.11,3533.23,268.612,1.97422,300,0,0,5589,3155,0,0,0,0),(75928,21728,530,1,1,0,0,-4016.37,3414.77,267.198,5.30077,300,5,0,5589,3155,1,0,0,0),(75929,21728,530,1,1,0,0,-3943.4,3390.07,267.051,1.07009,300,5,0,5589,3155,1,0,0,0),(75930,21728,530,1,1,0,0,-3922.81,3351.59,270.574,2.26003,300,5,0,5589,3155,1,0,0,0),(75931,21728,530,1,1,0,0,-3994.1,3369.49,273.407,4.94482,300,5,0,5589,3155,1,0,0,0),(75932,21728,530,1,1,0,0,-3897.39,3358.62,264.609,5.04031,300,5,0,5589,3155,1,0,0,0),(75933,21728,530,1,1,0,0,-3797.48,3328.19,276.041,5.23372,300,5,0,5589,3155,1,0,0,0),(75934,21728,530,1,1,0,0,-3813.2,3361.76,274.662,1.77145,300,5,0,5589,3155,1,0,0,0),(75935,21728,530,1,1,0,0,-3773.74,3355.65,275.066,3.45555,300,5,0,5589,3155,1,0,0,0),(75936,21728,530,1,1,0,0,-3785.48,3389.45,258.476,4.44562,300,5,0,5589,3155,1,0,0,0),(75937,21728,530,1,1,0,0,-3729.91,3370.62,275.996,1.04982,300,5,0,5589,3155,1,0,0,0),(75938,21728,530,1,1,0,0,-3728.42,3414.03,263.831,2.27549,300,5,0,5589,3155,1,0,0,0),(75939,21728,530,1,1,0,0,-3672.28,3423.55,275.551,5.11138,300,5,0,5589,3155,1,0,0,0),(75940,21728,530,1,1,0,0,-3686.46,3455.71,264.869,5.5967,300,5,0,5589,3155,1,0,0,0),(75941,21728,530,1,1,0,0,-3654.75,3466.87,275.978,1.07052,300,5,0,5589,3155,1,0,0,0),(75942,21728,530,1,1,0,0,-3628.95,3505.17,275.934,4.24868,300,5,0,5589,3155,1,0,0,0),(75943,21728,530,1,1,0,0,-3744.94,3462.67,256.908,6.03608,300,5,0,5589,3155,1,0,0,0),(75944,21728,530,1,1,0,0,-3607.24,3506.31,278.541,1.86713,300,5,0,5589,3155,1,0,0,0),(75945,21728,530,1,1,0,0,-3658.14,3522.27,261.151,4.68174,300,5,0,5589,3155,1,0,0,0),(75946,21728,530,1,1,0,0,-3703.95,3516.17,247.357,6.05156,300,5,0,5589,3155,1,0,0,0),(75947,21728,530,1,1,0,0,-3777.01,3459.65,258.502,1.78946,300,5,0,5589,3155,1,0,0,0),(75948,21728,530,1,1,0,0,-3780.4,3427.04,252.885,2.89614,300,5,0,5589,3155,1,0,0,0),(75949,21728,530,1,1,0,0,-3357.03,3526.07,266.596,1.48452,300,5,0,5589,3155,1,0,0,0),(75914,26384,530,1,1,0,0,2890.67,5981.48,2.78978,1.20321,300,0,0,6986,0,0,0,0,0),(1971521,23058,556,2,1,0,0,-89.1839,295.683,33.9356,0.0340604,86400,0,0,42,0,0,0,0,0),(75953,21728,530,1,1,0,0,-3491.21,3546.03,270.139,6.22975,300,5,0,5589,3155,1,0,0,0),(75954,21728,530,1,1,0,0,-3545.59,3546.35,272.313,4.94102,300,5,0,5589,3155,1,0,0,0),(75955,21732,530,1,1,0,0,2931.1,3646.23,132.662,1.29154,300,0,0,4892,2846,0,0,0,0),(75956,21733,530,1,1,0,0,2928.87,3654.45,132.635,0,300,0,0,4892,2846,0,0,0,0),(75957,21734,530,1,1,0,0,2931.07,3662.75,132.662,4.97419,300,0,0,5060,2933,0,0,0,0),(75065,24921,603,3,1,0,0,1437.35,115.726,425.862,0,7200,0,0,1,0,0,0,0,0),(75064,24921,603,3,1,0,0,1437.42,117.345,425.844,0,7200,0,0,1,0,0,0,0,0),(75063,31310,571,1,2,0,0,4709.66,1415.3,174.324,5.37139,120,0,0,1,0,0,0,0,0),(75062,31313,571,1,2,0,0,4709.67,1412.27,174.042,5.92718,120,0,0,1,0,0,0,0,0),(75061,31310,571,1,2,0,0,4726.31,1305.98,152.428,4.30468,120,0,0,1,0,0,0,0,0),(75060,31330,571,1,2,0,0,4783.35,1313.89,165.229,3.80169,120,0,0,1,0,0,0,0,0),(75059,31330,571,1,2,0,0,4767.03,1300.88,159.18,3.96774,120,0,0,1,0,0,0,0,0),(75058,31310,571,1,2,0,0,4714.93,1432.09,174.427,5.40438,120,0,0,1,0,0,0,0,0),(75057,31310,571,1,2,0,0,4701.08,1410.82,172.117,4.54258,120,0,0,1,0,0,0,0,0),(75056,31330,571,1,2,0,0,4897.75,1335.15,231.001,5.06835,120,0,0,1,0,0,0,0,0),(75055,31330,571,1,2,0,0,4901.57,1317.95,229.568,5.17298,120,5,0,1,0,1,0,0,0),(75054,31330,571,1,2,0,0,4928.89,1297.72,230.379,4.18888,120,5,0,1,0,1,0,0,0),(75972,21737,530,1,1,0,0,2009.57,5564.26,263.752,1.01229,300,0,0,6326,0,0,0,0,0),(75973,21737,530,1,1,0,0,2211.33,5728.07,273.676,4.59022,300,5,0,6326,0,1,0,0,0),(75974,21737,530,1,1,0,0,2389.02,5644.9,269.327,4.10153,300,5,0,6326,0,1,0,0,0),(75975,21737,530,1,1,0,0,2434.45,5604.54,267.392,2.6529,300,5,0,6326,0,1,0,0,0),(75976,21737,530,1,1,0,0,2436.46,5631.41,267.385,4.92183,300,5,0,6326,0,1,0,0,0),(75977,21737,530,1,1,0,0,2447.41,5673.36,266.404,1.11701,300,5,0,6326,0,1,0,0,0),(75978,21737,530,1,1,0,0,2412.71,5691.48,270.187,5.96903,300,5,0,6326,0,1,0,0,0),(75979,21737,530,1,1,0,0,2389.04,5726.08,273.093,5.55015,300,5,0,6326,0,1,0,0,0),(75980,21737,530,1,1,0,0,2441.98,5737.03,272.99,3.08923,300,5,0,6326,0,1,0,0,0),(75981,21742,530,1,1,0,1,-3630.2,553.589,16.5104,0.15708,300,0,0,5060,2933,0,0,0,0),(75982,21742,530,1,1,0,1,-3643.41,575.211,19.7822,4.7822,300,0,0,5060,2933,0,0,0,0),(75983,21742,530,1,1,0,1,-3724.62,551.067,48.5414,1.74533,300,0,0,5060,2933,0,0,0,0),(75984,21742,530,1,1,0,1,-3745.26,576.213,56.1247,5.16617,300,0,0,5060,2933,0,0,0,0),(75985,21742,530,1,1,0,1,-3744.52,551.022,57.3008,1.71042,300,0,0,5060,2933,0,0,0,0),(75986,21742,530,1,1,0,1,-3766.9,576.212,63.5299,4.66003,300,0,0,5060,2933,0,0,0,0),(75987,21742,530,1,1,0,1,-3826.43,516.234,85.5919,6.21337,300,0,0,5060,2933,0,0,0,0),(75988,21742,530,1,1,0,1,-3677.7,293.972,91.0672,1.74533,300,0,0,5060,2933,0,0,0,0),(75989,21742,530,1,1,0,1,-3677.1,302.809,91.0661,5.044,300,0,0,5060,2933,0,0,0,0),(75990,21742,530,1,1,0,1,-3695.84,242.539,91.1539,1.27409,300,0,0,5060,2933,0,0,0,0),(75991,21742,530,1,1,0,1,-3691.25,251.276,91.0729,5.79449,300,0,0,5060,2933,0,0,0,0),(75992,21742,530,1,1,0,1,-3678.41,248.235,91.0724,1.76278,300,0,0,5060,2933,0,0,0,0),(75993,21742,530,1,1,0,1,-3643.21,550.483,19.8296,1.62316,300,0,0,5060,2933,0,0,0,0),(75994,21742,530,1,1,0,1,-3660.97,574.655,26.2748,4.92183,300,0,0,5060,2933,0,0,0,0),(75995,21742,530,1,1,0,1,-3629.96,571.784,15.4799,0.034907,300,0,0,5060,2933,0,0,0,0),(75996,21743,530,1,1,0,1,-3841.18,510.691,91.6,0.050837,300,0,0,6542,0,0,0,0,0),(75998,21744,530,1,1,0,0,-4141.9,1127.26,44.6148,0.436332,300,0,0,4731,2790,0,0,0,0),(75999,21746,530,1,1,0,0,-2983.52,863.391,-7.48924,3.08923,300,0,0,4731,2790,0,0,0,0),(75053,31330,571,1,2,0,0,4800.98,1323.84,170.547,2.49262,120,0,0,1,0,0,0,0,0),(75052,31328,571,1,2,0,0,4793.4,1329.59,170.946,2.49474,120,0,0,1,0,0,0,0,0),(75051,31330,571,1,2,0,0,4806.31,1318.52,168.646,1.84406,120,0,0,1,0,0,0,0,0),(75050,31310,571,1,2,0,0,4648.25,1422.38,170.955,1.99334,120,0,0,1,0,0,0,0,0),(75049,31313,571,1,2,0,0,4702.96,1557.95,247.531,1.605,120,0,0,1,0,0,0,0,0),(75048,31310,571,1,2,0,0,4702.17,1552.97,249.435,2.18844,120,5,0,1,0,1,0,0,0),(75047,31313,571,1,2,0,0,4664.65,1447.42,170.857,3.30152,120,0,0,1,0,0,0,0,0),(75046,31330,571,1,2,0,0,4939.32,1323.52,235.045,4.45314,120,0,0,1,0,0,0,0,0),(75045,31328,571,1,2,0,0,4897.73,1335.23,231.006,5.06835,120,0,0,1,0,0,0,0,0),(74958,31428,571,1,175,0,0,6857.33,3571.49,735.892,1.15192,120,5,0,1,0,1,0,0,0),(74951,18152,530,1,1,15396,0,1179.36,8129.97,19.6908,1.01229,120,0,0,247,0,0,0,0,0),(74950,18152,530,1,1,15393,0,1178.69,8130.18,19.6892,1.0821,120,0,0,247,0,0,0,0,0),(74949,18152,530,1,1,15394,0,1178.13,8130.46,19.6568,1.11701,120,0,0,247,0,0,0,0,0),(74948,18152,530,1,1,15397,0,1177.67,8130.76,19.6219,1.15192,120,0,0,247,0,0,0,0,0),(74541,25338,571,1,1,0,0,4141.22,5786.63,61.2037,2.9147,120,0,0,1,0,0,0,0,0),(74540,25338,571,1,1,0,0,4139.15,5782.77,60.4818,2.86234,120,0,0,1,0,0,0,0,0),(74539,25338,571,1,1,0,0,4141.54,5783.95,60.6974,2.86234,120,0,0,1,0,0,0,0,0),(75044,27336,571,1,1,0,0,3707.7,-1138.64,120.226,4.97419,120,0,0,1,0,0,0,0,0),(75043,27315,571,1,1,0,0,3768.52,-1289.78,133.653,4.8278,120,5,0,1,0,1,0,0,0),(75030,26656,571,1,1,0,0,4050.49,2215.69,151.662,0,120,0,0,1,0,0,0,0,0),(75029,26656,571,1,1,0,0,4040.73,2215.19,151.974,1.69297,120,0,0,1,0,0,0,0,0),(75028,26656,571,1,1,0,0,4052.39,2210.65,151.768,2.30383,120,0,0,1,0,0,0,0,0),(75027,26656,571,1,1,0,0,4045.47,2217.32,151.895,3.9619,120,0,0,1,0,0,0,0,0),(75026,26656,571,1,1,0,0,4050.55,2205.82,151.85,1.74533,120,0,0,1,0,0,0,0,0),(75025,26656,571,1,1,0,0,4039.12,2210.31,151.958,5.65487,120,0,0,1,0,0,0,0,0),(75024,26656,571,1,1,0,0,4046.04,2203.53,151.861,1.78024,120,0,0,1,0,0,0,0,0),(75023,26656,571,1,1,0,0,4041.44,2205.44,151.854,1.58825,120,0,0,1,0,0,0,0,0),(75022,26608,571,1,1,0,0,4112.92,2231.33,221.972,3.28122,120,0,0,1,0,0,0,0,0),(75021,26772,571,1,1,0,0,4085.34,2238.71,150.305,6.26573,120,0,0,1,0,0,0,0,0),(75020,26772,571,1,1,0,0,4094.65,2231.3,150.305,4.39823,120,0,0,1,0,0,0,0,0),(75019,26772,571,1,1,0,0,4102.4,2215.32,150.577,2.9147,120,0,0,1,0,0,0,0,0),(75018,26772,571,1,1,0,0,4085.45,2212.56,150.305,2.60054,120,0,0,1,0,0,0,0,0),(75017,26772,571,1,1,0,0,4059.21,2234.11,151.675,4.03171,120,0,0,1,0,0,0,0,0),(75016,26772,571,1,1,0,0,4069.84,2216.06,151.658,3.42085,120,0,0,1,0,0,0,0,0),(75015,26772,571,1,1,0,0,4062.91,2222.09,152.069,3.4383,120,0,0,1,0,0,0,0,0),(75014,26772,571,1,1,0,0,4087.59,2197.29,150.305,5.89921,120,0,0,1,0,0,0,0,0),(75013,26772,571,1,1,0,0,4028.01,2220,151.635,5.68977,120,0,0,1,0,0,0,0,0),(75009,34929,641,3,1,0,0,-31.0354,24.862,21.7027,1.65806,7200,0,0,50000,0,0,0,0,0),(75008,34929,641,3,1,0,0,-21.4492,25.3989,21.6696,1.65806,7200,0,0,50000,0,0,0,0,0),(75007,34929,641,3,1,0,0,-2.8113,25.7812,21.6915,1.65806,7200,0,0,50000,0,0,0,0,0),(75006,34929,641,3,1,0,0,-41.7123,22.9081,22.601,1.90241,7200,0,0,50000,0,0,0,0,0),(75005,34929,641,3,1,0,0,-12.4734,25.7265,21.6781,1.74289,7200,0,0,50000,0,0,0,0,0),(75004,34935,642,3,1,0,0,10.2664,-32.0713,35.819,4.85202,7200,0,0,50000,0,0,0,0,0),(75003,34935,642,3,1,0,0,19.4637,-30.794,36.3084,4.85202,7200,0,0,50000,0,0,0,0,0),(75002,34935,642,3,1,0,0,-2.48761,-31.9885,34.9217,4.83456,7200,0,0,50000,0,0,0,0,0),(75001,34935,642,3,1,0,0,-12.1064,-31.9696,34.4639,4.62512,7200,0,0,50000,0,0,0,0,0),(75000,34935,642,3,1,0,0,-21.4009,-31.343,34.2563,4.67748,7200,0,0,50000,0,0,0,0,0),(74999,36165,641,3,1,0,0,-36.385,-7.32538,20.4489,1.65378,7200,0,0,50000,0,0,0,0,0),(74998,36165,641,3,1,0,0,-35.8827,3.1627,20.5351,1.65806,7200,0,0,50000,0,0,0,0,0),(74997,36166,641,3,1,0,0,-53.6908,-3.68207,23.4431,6.05629,7200,0,0,50000,0,0,0,0,0),(74996,36166,641,3,1,0,0,-17.5936,-4.38373,20.8457,3.12414,7200,0,0,50000,0,0,0,0,0),(74995,36166,641,3,1,0,0,-61.941,0.089971,23.569,3.12414,7200,0,0,50000,0,0,0,0,0),(74994,36166,641,3,1,0,0,16.8488,6.61854,20.5117,3.12414,7200,0,0,50000,0,0,0,0,0),(74993,36166,641,3,1,0,0,-17.5794,4.24393,20.8454,3.12414,7200,0,0,50000,0,0,0,0,0),(74992,36166,641,3,1,0,0,39.7879,-38.5873,25.1146,3.97935,7200,0,0,50000,0,0,0,0,0),(74991,36166,641,3,1,0,0,50.207,8.00353,40.1665,2.53073,7200,0,0,50000,0,0,0,0,0),(74990,36166,641,3,1,0,0,49.9331,-7.4586,40.1678,3.97935,7200,0,0,50000,0,0,0,0,0),(74989,36166,641,3,1,0,0,17.0807,-7.10945,20.5052,3.12414,7200,0,0,50000,0,0,0,0,0),(74988,36166,641,3,1,0,0,-53.5545,2.9776,23.4432,0.331613,7200,0,0,50000,0,0,0,0,0),(74987,36164,642,3,1,0,0,-30.18,17.9483,34.3424,2.23402,7200,0,0,50000,0,0,0,0,0),(76063,21751,530,1,1,0,1,3055.8,3637.91,143.14,3.4972,300,0,0,8540,0,0,0,0,0),(76064,21755,530,1,1,0,1,1914.84,5578.61,263.96,4.08407,300,0,0,6326,0,0,0,0,0),(76065,21757,530,1,1,0,0,1931.6,5577.56,264.647,5.35816,300,0,0,6326,0,0,0,0,0),(76066,21757,530,1,1,0,0,1926.16,5587.76,265.574,6.07375,300,0,0,6326,0,0,0,0,0),(76067,21757,530,1,1,0,0,1912.81,5580.69,265.567,0.174533,300,0,0,6326,0,0,0,0,0),(76068,21757,530,1,1,0,0,1916.73,5587.86,265.247,0.541052,300,0,0,6326,0,0,0,0,0),(76069,21757,530,1,1,0,0,1955.42,5580.25,264.329,0.261799,300,0,0,6326,0,0,0,0,0),(76070,21757,530,1,1,0,0,2052.64,5557.91,267.464,3.68265,300,0,0,6326,0,0,0,0,0),(76071,21766,530,1,1,0,0,-4067.27,1127.53,43.0965,3.85718,300,0,0,17742,0,0,0,0,0),(76072,21769,530,1,1,0,0,-2920.59,2663.32,94.35,5.32235,300,0,0,69860,0,2,0,0,0),(76073,21770,530,1,1,0,1,-2984,2571,76.5434,3,300,0,0,55890,3155,0,0,0,0),(76074,21772,530,1,1,0,0,-2965.33,2577.28,76.5438,2.28315,300,0,0,54090,3080,0,0,0,0),(76075,21773,530,1,1,0,0,-4034.19,2233.48,112.045,4.10825,300,0,0,55890,3155,2,0,0,0),(76076,21774,530,1,1,0,1,-3970.86,2191.12,101.885,0.523995,300,0,0,55890,3155,2,0,0,0),(76077,21775,530,1,1,0,1,-3924.16,2120.76,98.898,6.18563,300,0,0,63260,0,0,0,0,0),(76078,21777,530,1,1,0,0,-3973.48,2215.13,104.439,5.42797,300,0,0,47310,2790,0,0,0,0),(76079,21782,530,1,1,0,0,2993.94,5473.5,145.197,2.14675,300,0,0,5527,0,0,0,0,0),(76080,21783,530,1,1,0,1,4275.1,2092.08,140.158,3.14159,300,0,0,10818,3080,0,0,0,0),(76081,21783,530,1,1,0,1,4275.36,2115.61,137.004,3.05433,300,0,0,10818,3080,0,0,0,0),(76082,21784,530,1,1,0,1,-3116.42,821.829,-21.7648,1.16999,300,5,0,6986,0,2,0,0,0),(76083,21784,530,1,1,0,1,-3114.08,828.055,-21.753,1.19946,300,0,0,6986,0,0,0,0,0),(76084,21784,530,1,1,0,1,-3112.82,831.883,-21.4131,1.19899,300,0,0,6986,0,0,0,0,0),(76085,21784,530,1,1,0,1,-3124.09,804.228,-22.4848,0.797126,300,0,0,6986,0,0,0,0,0),(76086,21791,530,1,1,0,0,-3684.48,3733.08,279.661,4.79965,300,5,0,42,0,1,0,0,0),(76087,21791,530,1,1,0,0,-4175.12,3187.1,315.578,5.49779,300,5,0,42,0,1,0,0,0),(76088,21791,530,1,1,0,0,-4153.9,3045.93,315.857,4.03171,300,5,0,42,0,1,0,0,0),(76089,21791,530,1,1,0,0,-3909.46,3115.09,328.776,4.45059,300,5,0,42,0,1,0,0,0),(76090,21791,530,1,1,0,0,-4005.13,3290.92,284.282,6.24828,300,5,0,42,0,1,0,0,0),(76091,21791,530,1,1,0,0,-3864.43,3300.08,274.587,5.35816,300,5,0,42,0,1,0,0,0),(76092,21791,530,1,1,0,0,-3686.85,3324.5,283.454,3.01942,300,5,0,42,0,1,0,0,0),(76093,21792,530,1,1,0,0,-3684.9,3739.63,279.46,4.83456,300,5,0,42,0,1,0,0,0),(76094,21792,530,1,1,0,0,-4179.03,3181.98,315.733,4.38078,300,5,0,42,0,1,0,0,0),(76095,21792,530,1,1,0,0,-4148.65,3049.16,315.656,0.10472,300,5,0,42,0,1,0,0,0),(76096,21792,530,1,1,0,0,-3904.94,3119.01,328.776,5.63741,300,5,0,42,0,1,0,0,0),(76097,21792,530,1,1,0,0,-3999.42,3286.25,284.262,0.296706,300,5,0,42,0,1,0,0,0),(76098,21792,530,1,1,0,0,-3860.34,3304.38,274.671,1.3439,300,5,0,42,0,1,0,0,0),(76099,21792,530,1,1,0,0,-3692.61,3323.81,283.554,0.645772,300,5,0,42,0,1,0,0,0),(76100,21793,530,1,1,0,0,-3691.03,3739.37,279.46,2.16421,300,5,0,42,0,1,0,0,0),(76101,21793,530,1,1,0,0,-4174,3178.32,315.894,0.610865,300,5,0,42,0,1,0,0,0),(76102,21793,530,1,1,0,0,-4145.49,3043.99,315.656,2.74017,300,5,0,42,0,1,0,0,0),(76103,21793,530,1,1,0,0,-3900.66,3114.23,328.776,0.279253,300,5,0,42,0,1,0,0,0),(76104,21793,530,1,1,0,0,-3995.17,3291,284.366,5.95157,300,5,0,42,0,1,0,0,0),(76105,21793,530,1,1,0,0,-3855.5,3299.96,274.669,5.28835,300,5,0,42,0,1,0,0,0),(76106,21793,530,1,1,0,0,-3692.47,3316.92,283.531,0.698132,300,5,0,42,0,1,0,0,0),(76107,21794,530,1,1,0,0,-3688.11,3736.46,280.242,1.36136,300,0,0,42,0,0,0,0,0),(76108,21794,530,1,1,0,0,-4174.49,3182.09,316.531,0.855211,300,0,0,42,0,0,0,0,0),(76109,21794,530,1,1,0,0,-4149.68,3045.07,316.438,1.29154,300,0,0,42,0,0,0,0,0),(76110,21794,530,1,1,0,0,-3905.21,3114.54,329.558,2.18166,300,0,0,42,0,0,0,0,0),(76111,21794,530,1,1,0,0,-3999.63,3291,285.149,0.942478,300,0,0,42,0,0,0,0,0),(76112,21794,530,1,1,0,0,-3859.88,3300.52,275.384,3.87463,300,0,0,42,0,0,0,0,0),(76113,21794,530,1,1,0,0,-3689.86,3321.79,284.184,3.9619,300,0,0,42,0,0,0,0,0),(76114,21801,530,1,1,0,0,-5140.63,537.607,225.587,0.0201144,300,0,0,104790,0,2,0,0,0),(76115,21802,530,1,1,0,0,-3388,1194.42,60.5356,2.13333,300,5,0,5409,0,1,0,0,0),(76116,21802,530,1,1,0,0,-3199.7,1133.91,73.2579,2.60054,300,0,0,5409,0,0,0,0,0),(76117,21802,530,1,1,0,0,-3306.93,1147.22,61.2519,2.37365,300,0,0,5409,0,0,0,0,0),(76118,21802,530,1,1,0,0,-3301.43,1072.42,54.5428,2.07694,300,0,0,5409,0,0,0,0,0),(76119,21802,530,1,1,0,0,-3232.98,1062.94,65.3278,2.10699,300,5,0,5409,0,1,0,0,0),(76120,21802,530,1,1,0,0,-3281.03,962.416,42.1368,6.03252,300,5,0,5409,0,1,0,0,0),(76121,21802,530,1,1,0,0,-3373.17,1007.41,30.5873,3.83972,300,0,0,5409,0,0,0,0,0),(76122,21802,530,1,1,0,0,-3322.53,911.932,29.6168,2.56563,300,0,0,5409,0,0,0,0,0),(76123,21803,530,1,1,0,1,-3384.89,1189.49,58.6606,2.13324,300,5,0,4057,0,1,0,0,0),(76124,21803,530,1,1,0,1,-3195.7,1131.32,73.2427,2.58309,300,0,0,4057,0,0,0,0,0),(76125,21803,530,1,1,0,1,-3302.98,1145.53,60.4108,2.40855,300,0,0,4057,0,0,0,0,0),(76126,21803,530,1,1,0,1,-3299.35,1068.8,53.8977,2.07694,300,0,0,4057,0,0,0,0,0),(76127,21803,530,1,1,0,1,-3225.85,1050.9,64.4499,2.10374,300,0,0,4057,0,0,0,0,0),(76128,21803,530,1,1,0,1,-3290.59,964.864,40.6777,6.03252,300,5,0,4057,0,1,0,0,0),(76129,21803,530,1,1,0,1,-3369.78,1010.37,31.7977,3.83972,300,0,0,4057,0,0,0,0,0),(76130,21803,530,1,1,0,1,-3318.71,909.786,29.9918,2.56563,300,0,0,4057,0,0,0,0,0),(76132,21804,530,1,1,0,0,-3613.19,3649.33,277.932,2.24199,300,5,0,3144,0,1,0,0,0),(76133,21804,530,1,1,0,0,-3654.68,3729.29,291.025,1.21908,300,5,0,3144,0,1,0,0,0),(76134,21804,530,1,1,0,0,-3657.39,3720.83,284.095,4.39652,300,5,0,3144,0,1,0,0,0),(76135,21804,530,1,1,0,0,-3645.55,3744.9,302.161,5.69407,300,5,0,3144,0,1,0,0,0),(76136,21804,530,1,1,0,0,-3681.99,3781.27,295.559,5.80742,300,5,0,3144,0,1,0,0,0),(76137,21804,530,1,1,0,0,-3672.47,3777.53,294.941,2.78792,300,5,0,3144,0,1,0,0,0),(76138,21804,530,1,1,0,0,-3727.23,3801.8,302.105,3.96701,300,5,0,3144,0,1,0,0,0),(76139,21804,530,1,1,0,0,-3866.18,3681.63,335.469,1.68216,300,5,0,3144,0,1,0,0,0),(76140,21804,530,1,1,0,0,-3878.34,3703.56,332.018,1.30281,300,5,0,3144,0,1,0,0,0),(76141,21804,530,1,1,0,0,-4071.23,3388.42,290.005,1.68232,300,5,0,3144,0,1,0,0,0),(76142,21804,530,1,1,0,0,-4078.55,3202.95,296.371,5.0369,300,5,0,3144,0,1,0,0,0),(76143,21804,530,1,1,0,0,-4050.39,3276.4,304.971,4.73333,300,5,0,3144,0,1,0,0,0),(76144,21804,530,1,1,0,0,-4065.51,3267.34,332.853,4.69412,300,5,0,3144,0,1,0,0,0),(76145,21804,530,1,1,0,0,-4146.02,3058.1,313.881,2.19076,300,5,0,3144,0,1,0,0,0),(76146,21804,530,1,1,0,0,-3984.01,3126.88,362.408,1.38535,300,5,0,3144,0,1,0,0,0),(76147,21804,530,1,1,0,0,-3922.55,3103.35,372.787,5.97239,300,5,0,3144,0,1,0,0,0),(76148,21804,530,1,1,0,0,-3911.51,3073.72,361.746,0.847234,300,5,0,3144,0,1,0,0,0),(76149,21804,530,1,1,0,0,-3890.48,3123.8,370.947,2.71172,300,5,0,3144,0,1,0,0,0),(76150,21804,530,1,1,0,0,-3968.6,3213.21,333.978,5.87446,300,5,0,3144,0,1,0,0,0),(76151,21804,530,1,1,0,0,-3965.81,3208.67,333.972,4.91225,300,5,0,3144,0,1,0,0,0),(76152,21804,530,1,1,0,0,-3995.4,3250.15,326.478,2.64065,300,5,0,3144,0,1,0,0,0),(76153,21804,530,1,1,0,0,-3853.69,3325.14,275.352,0.728583,300,5,0,3144,0,1,0,0,0),(76154,21804,530,1,1,0,0,-3857.87,3324.49,324.056,4.85438,300,5,0,3144,0,1,0,0,0),(76155,21804,530,1,1,0,0,-3847.22,3383.02,317.525,4.89362,300,5,0,3144,0,1,0,0,0),(76156,21804,530,1,1,0,0,-3694.39,3317.19,312.172,3.41576,300,5,0,3144,0,1,0,0,0),(76157,21804,530,1,1,0,0,-3693.67,3287.52,312.237,1.36879,300,5,0,3144,0,1,0,0,0),(76158,21804,530,1,1,0,0,-3668.37,3361.71,311.308,1.35093,300,5,0,3144,0,1,0,0,0),(76159,21804,530,1,1,0,0,-3663.51,3387.57,312.961,1.58825,300,5,0,3144,0,1,0,0,0),(76160,21804,530,1,1,0,0,-3839.16,3442.34,325.169,2.61027,300,5,0,3144,0,1,0,0,0),(76161,21804,530,1,1,0,0,-3851.54,3531.55,278.728,3.58382,300,5,0,3144,0,1,0,0,0),(76162,21805,530,1,1,0,1,4268.57,2100.57,140.903,3.24631,300,0,0,10818,3080,0,0,0,0),(76163,21805,530,1,1,0,1,4269.44,2105.87,138.754,3.42085,300,0,0,10818,3080,0,0,0,0),(76164,21805,530,1,1,0,1,4274.87,2097.26,139.851,3.22886,300,0,0,10818,3080,0,0,0,0),(76165,21805,530,1,1,0,1,4275.51,2102.91,139.008,3.14159,300,0,0,10818,3080,0,0,0,0),(76166,21807,530,1,1,0,0,-3278.55,2819.16,125.615,1.41372,300,0,0,41,60,0,0,0,0),(76167,21808,530,1,1,0,1,-3355.4,1174.93,60.3469,0.027337,300,5,0,6761,0,1,0,0,0),(76168,21808,530,1,1,0,1,-3180.94,1132.83,78.5556,0.257672,300,5,0,6761,0,1,0,0,0),(76169,21808,530,1,1,0,1,-3250.86,1104.4,60.4245,3.04173,300,5,0,6761,0,1,0,0,0),(76170,21808,530,1,1,0,1,-3270.78,949.295,43.0955,3.26595,300,5,0,6761,0,1,0,0,0),(76171,21808,530,1,1,0,1,-3287.04,948.351,39.7317,0.009765,300,5,0,6761,0,1,0,0,0),(76172,21808,530,1,1,0,1,-3404.59,861.869,-22.8115,6.15592,300,5,0,6761,0,1,0,0,0),(76173,21809,530,1,1,0,1,2927.91,5627.67,146.414,2.40851,300,0,0,4892,2846,0,0,0,0),(76174,21809,530,1,1,0,1,2943.81,5618.07,147.261,0.269894,300,0,0,4892,2846,0,0,0,0),(76175,21809,530,1,1,0,1,2866.8,5552.24,147.069,2.38866,300,5,0,4892,2846,1,0,0,0),(76176,21809,530,1,1,0,1,2903.96,5475.89,148.822,1.405,300,5,0,4892,2846,1,0,0,0),(76177,21809,530,1,1,0,1,2879.54,5457.84,149.933,5.38117,300,5,0,4892,2846,1,0,0,0),(76178,21809,530,1,1,0,1,2852.64,5468.7,147.793,4.89017,300,5,0,4892,2846,1,0,0,0),(76179,21809,530,1,1,0,1,2784.65,5446.9,137.382,3.39842,300,5,0,4892,2846,1,0,0,0),(76180,21809,530,1,1,0,1,2822.81,5431.43,143.564,4.27118,300,5,0,4892,2846,1,0,0,0),(76181,21809,530,1,1,0,1,2871.68,5398.42,146.706,4.36779,300,5,0,4892,2846,1,0,0,0),(76182,21809,530,1,1,0,1,2845.68,5371.25,144.44,3.00038,300,5,0,4892,2846,1,0,0,0),(76183,21809,530,1,1,0,1,2748.55,5425.34,137.029,6.20851,300,5,0,4892,2846,1,0,0,0),(76184,21809,530,1,1,0,1,2712.31,5436.15,136.745,0.769014,300,0,0,4892,2846,2,0,0,0),(76185,21809,530,1,1,0,1,3087.01,5561.01,147.869,4.98626,300,5,0,4892,2846,1,0,0,0),(76186,21809,530,1,1,0,1,3008.44,5612.57,146.265,0.920459,300,5,0,4892,2846,1,0,0,0),(76187,21809,530,1,1,0,1,3038.41,5603.96,146.274,2.24968,300,5,0,4892,2846,1,0,0,0),(76188,21809,530,1,1,0,1,3053.35,5664.02,143.154,1.02035,300,5,0,4892,2846,1,0,0,0),(76189,21809,530,1,1,0,1,3047.63,5699.29,145.027,6.10344,300,0,0,4892,2846,2,0,0,0),(76190,21809,530,1,1,0,1,3015.84,5685.74,147.1,4.93201,300,5,0,4892,2846,1,0,0,0),(76191,21809,530,1,1,0,1,2981.52,5719.55,145.968,2.42735,300,5,0,4892,2846,1,0,0,0),(76192,21809,530,1,1,0,1,3102.85,5630.54,144.291,0.686571,300,0,0,4892,2846,2,0,0,0),(76193,21809,530,1,1,0,1,3133.94,5588.94,144.369,1.16744,300,0,0,4892,2846,2,0,0,0),(76194,21809,530,1,1,0,1,3154.78,5550.11,144.925,2.49751,300,5,0,4892,2846,1,0,0,0),(76195,21809,530,1,1,0,1,3142.74,5507.11,147.645,6.06045,300,5,0,4892,2846,1,0,0,0),(76196,21809,530,1,1,0,1,3178.05,5557.27,141.38,2.95232,300,0,0,4892,2846,2,0,0,0),(76197,21809,530,1,1,0,1,3163.51,5505.84,149.404,5.82028,300,5,0,4892,2846,1,0,0,0),(76198,21809,530,1,1,0,1,3237.86,5501.69,146.707,4.94884,300,5,0,4892,2846,1,0,0,0),(76199,21809,530,1,1,0,1,3128.34,5380.18,145.747,6.20694,300,5,0,4892,2846,1,0,0,0),(76200,21809,530,1,1,0,1,3118.27,5317.51,148.376,0.078968,300,5,0,4892,2846,1,0,0,0),(76201,21809,530,1,1,0,1,3093.28,5354.14,145.875,4.27348,300,5,0,4892,2846,1,0,0,0),(76202,21809,530,1,1,0,1,3342.95,5337.29,153.046,1.32606,300,5,0,4892,2846,1,0,0,0),(76203,21809,530,1,1,0,1,3359.78,5312.3,146.997,6.18439,300,5,0,4892,2846,1,0,0,0),(76204,21809,530,1,1,0,1,3308.59,5425.28,145.824,3.99726,300,5,0,4892,2846,1,0,0,0),(76205,21809,530,1,1,0,1,3395.1,5445.12,145.885,2.83312,300,5,0,4892,2846,1,0,0,0),(76206,21809,530,1,1,0,1,3396.59,5403.16,148.471,5.45692,300,5,0,4892,2846,1,0,0,0),(76207,21809,530,1,1,0,1,3458.49,5436.73,142.789,2.0292,300,5,0,4892,2846,1,0,0,0),(76208,21809,530,1,1,0,1,3378.37,5480.96,145.732,6.16077,300,5,0,4892,2846,1,0,0,0),(76209,21809,530,1,1,0,1,3140.05,6237.66,124.848,3.94444,300,0,0,4892,2846,0,0,0,0),(76210,21809,530,1,1,0,1,3192.35,6265.37,123.622,0.154132,300,5,0,4892,2846,1,0,0,0),(76211,21809,530,1,1,0,1,3216.89,6342.88,120.334,1.0472,300,0,0,4892,2846,0,0,0,0),(76212,21809,530,1,1,0,1,3225.01,6386.34,127.301,3.91797,300,5,0,4892,2846,1,0,0,0),(76213,21809,530,1,1,0,1,3237.39,6398.06,133.042,4.24609,300,5,0,4892,2846,1,0,0,0),(76214,21809,530,1,1,0,1,3095.34,5362.4,145.409,1.26109,300,5,0,4892,2846,1,0,0,0),(76215,21809,530,1,1,0,1,2879.12,5416.97,148.477,1.53774,300,5,0,4892,2846,1,0,0,0),(76216,21809,530,1,1,0,1,2877.56,5459.16,149.931,1.2612,300,5,0,4892,2846,1,0,0,0),(76217,21809,530,1,1,0,1,2893.32,5489.88,148.237,0.368717,300,5,0,4892,2846,1,0,0,0),(76218,21809,530,1,1,0,1,3011.8,5618.14,146.459,2.38724,300,5,0,4892,2846,1,0,0,0),(76219,21809,530,1,1,0,1,3037.67,5605.71,146.146,1.35523,300,5,0,4892,2846,1,0,0,0),(76220,21809,530,1,1,0,1,3083.67,5573.94,147.102,4.83868,300,5,0,4892,2846,1,0,0,0),(76221,21809,530,1,1,0,1,3164.11,5532.5,145.02,5.94438,300,5,0,4892,2846,1,0,0,0),(76222,21809,530,1,1,0,1,3138.63,5504.42,147.154,5.47767,300,5,0,4892,2846,1,0,0,0),(76223,21809,530,1,1,0,1,3185.48,5514.2,147.094,0.417999,300,5,0,4892,2846,1,0,0,0),(76224,21810,530,1,1,0,1,2908.18,5713.98,144.763,0.069813,300,0,0,6116,0,0,0,0,0),(76225,21810,530,1,1,0,1,2923.35,5663.04,147.076,4.24115,300,0,0,6116,0,0,0,0,0),(76226,21810,530,1,1,0,1,2798.66,5420.28,139.814,3.61283,300,0,0,6116,0,0,0,0,0),(76227,21810,530,1,1,0,1,2851.99,5414.91,147.763,0.650397,300,5,0,6116,0,1,0,0,0),(76228,21810,530,1,1,0,1,2822.01,5452.95,143.873,3.80169,300,5,0,6116,0,1,0,0,0),(76229,21810,530,1,1,0,1,2740.67,5421.89,136.95,1.55334,300,0,0,6116,0,0,0,0,0),(76230,21810,530,1,1,0,1,2761.55,5437.07,136.638,1.45138,300,0,0,6116,0,2,0,0,0),(76231,21810,530,1,1,0,1,2780.37,5412.93,138.789,5.39307,300,0,0,6116,0,0,0,0,0),(76232,21810,530,1,1,0,1,2723.45,5426.82,137.415,6.24828,300,0,0,6116,0,0,0,0,0),(76233,21810,530,1,1,0,1,3073.07,5585.38,145.885,5.20108,300,0,0,6116,0,0,0,0,0),(76234,21810,530,1,1,0,1,3056.99,5606.51,143.959,2.68781,300,0,0,6116,0,0,0,0,0),(76235,21810,530,1,1,0,1,3040.88,5714.73,144.773,4.97419,300,0,0,6116,0,0,0,0,0),(76236,21810,530,1,1,0,1,3097.68,5650.66,143.258,0.763771,300,0,0,6116,0,2,0,0,0),(76237,21810,530,1,1,0,1,3001.77,5734.09,143.814,3.31613,300,0,0,6116,0,0,0,0,0),(76238,21810,530,1,1,0,1,3084.4,5671.77,143.022,2.5126,300,0,0,6116,0,2,0,0,0),(76239,21810,530,1,1,0,1,3108.42,5633.73,143.785,3.7001,300,0,0,6116,0,0,0,0,0),(76240,21810,530,1,1,0,1,3102.85,5650.12,143.391,2.87979,300,0,0,6116,0,0,0,0,0),(76241,21810,530,1,1,0,1,3134.09,5599.36,143.438,2.82743,300,0,0,6116,0,0,0,0,0),(76242,21810,530,1,1,0,1,3160.4,5587.13,142.054,3.42063,300,0,0,6116,0,2,0,0,0),(76243,21810,530,1,1,0,1,3195.99,5546.16,141.372,4.36332,300,0,0,6116,0,0,0,0,0),(76244,21810,530,1,1,0,1,3211.93,5497.71,148.585,0.680678,300,0,0,6116,0,0,0,0,0),(76245,21810,530,1,1,0,1,3218.07,5526.81,144.123,1.71388,300,0,0,6116,0,2,0,0,0),(76246,21810,530,1,1,0,1,3103.28,5312.97,146.626,0.785398,300,0,0,6116,0,0,0,0,0),(76247,21810,530,1,1,0,1,3102.25,5346.52,147.003,1.71042,300,0,0,6116,0,0,0,0,0),(76248,21810,530,1,1,0,1,3376.48,5323.9,144.017,5.51524,300,0,0,6116,0,0,0,0,0),(76249,21810,530,1,1,0,1,3381.34,5387.94,147.752,4.67137,300,0,0,6116,0,2,0,0,0),(76250,21810,530,1,1,0,1,3405.74,5402.54,147.397,1.72788,300,0,0,6116,0,0,0,0,0),(76251,21810,530,1,1,0,1,3430.73,5446.9,144.081,1.20428,300,0,0,6116,0,0,0,0,0),(76252,21810,530,1,1,0,1,3392.02,5491.94,144.215,0.138667,300,0,0,6116,0,2,0,0,0),(76253,21810,530,1,1,0,1,3390.11,5498.68,144.309,4.03171,300,0,0,6116,0,0,0,0,0),(76254,21810,530,1,1,0,1,3474.05,5434.67,141.33,3.85718,300,0,0,6116,0,0,0,0,0),(76255,21810,530,1,1,0,1,3469.48,5411.69,142.121,2.50593,300,5,0,6116,0,1,0,0,0),(76256,21810,530,1,1,0,1,3155.69,6248.04,124.978,0.977384,300,5,0,6116,0,1,0,0,0),(76257,21810,530,1,1,0,1,3165.55,6259.94,124.464,0.410012,300,5,0,6116,0,1,0,0,0),(76258,21810,530,1,1,0,1,3195.97,6264.9,124.065,4.98442,300,5,0,6116,0,1,0,0,0),(76259,21810,530,1,1,0,1,3220.1,6321.4,122.53,1.59195,300,5,0,6116,0,1,0,0,0),(76260,21810,530,1,1,0,1,3215.66,6364.33,119.911,5.96903,300,0,0,6116,0,0,0,0,0),(76261,21810,530,1,1,0,1,3219.6,6363.66,120.13,2.93215,300,0,0,6116,0,0,0,0,0),(76262,21810,530,1,1,0,1,3234.68,6393.25,131.117,1.309,300,0,0,6116,0,2,0,0,0),(76263,21810,530,1,1,0,1,3250.35,6420.37,140.348,4.15388,300,5,0,6116,0,1,0,0,0),(76264,21810,530,1,1,0,1,2858.22,5463.39,148.18,3.03687,300,0,0,6116,0,0,0,0,0),(240308,19169,571,1,1,0,0,5889.57,550.355,639.637,1.57167,300,0,0,42,0,0,0,0,0),(127312,27806,0,1,1,24979,1,-4845.95,-861.944,501.997,4.4855,120,0,0,2215,0,0,0,0,0),(240012,23703,1,1,1,0,0,1199.48,-4300.39,21.3984,4.88501,300,0,0,37800,0,0,0,0,0),(240011,23703,0,1,1,0,0,-5159.52,-598.13,398.138,0.244922,300,0,0,37800,0,0,0,0,0),(240000,23872,230,1,1,0,0,881.614,-174.045,-43.9252,5.25006,7200,0,0,160000,0,0,0,0,0),(240004,24202,1,1,1,0,0,1634.64,-4404,16.189,6.247,300,0,0,1,0,0,0,0,0),(240005,24203,0,1,1,0,0,-4970.77,-1209.34,501.829,4.54968,300,0,0,1,0,0,0,0,0),(240006,24203,1,1,1,0,0,1946.27,-4686.62,25.4058,5.20635,300,0,0,1,0,0,0,0,0),(240003,24202,0,1,1,0,0,-4916.68,-948.674,501.512,5.39792,300,0,0,1,0,0,0,0,0),(245812,25973,547,3,1,0,0,-125.277,-145.463,-1.95209,4.97877,86400,0,0,42,0,0,0,0,0),(245801,28015,547,3,1,11686,0,-72.99,-159.073,-2.19389,5.20431,86400,0,0,4120,0,0,0,33554432,0),(245800,28015,547,3,1,11686,0,-97.3473,-233.139,-1.27587,4.72914,86400,0,0,4120,0,0,0,33554432,0),(63452,35611,0,1,1,0,1,1333.58,320.99,-63.6309,2.89725,300,0,0,1,1,0,0,0,0),(76315,21814,530,1,1,0,0,1780.28,5662.55,267.057,0.767945,300,0,0,6986,0,0,0,0,0),(76316,21814,530,1,1,0,0,1784.61,5593.97,266.852,4.78221,300,0,0,6986,0,0,0,0,0),(76317,21814,530,1,1,0,0,1723.78,5666.23,266.675,3.7001,300,0,0,6986,0,0,0,0,0),(76318,21814,530,1,1,0,0,1595.82,5571.02,270.002,3.01942,300,0,0,6986,0,0,0,0,0),(76319,21814,530,1,1,0,0,1687.4,5521.88,267.332,5.79449,300,0,0,6986,0,0,0,0,0),(76320,21814,530,1,1,0,0,1560.49,5552.28,263.829,3.54302,300,0,0,6986,0,0,0,0,0),(76321,21814,530,1,1,0,0,1609.97,5506.14,273.222,0.698132,300,0,0,6986,0,0,0,0,0),(76322,21814,530,1,1,0,0,1545.56,5608.18,265.513,2.35619,300,0,0,6986,0,0,0,0,0),(76323,21814,530,1,1,0,0,1544.83,5500.74,269.824,2.09439,300,0,0,6986,0,0,0,0,0),(76324,21814,530,1,1,0,0,1574.03,5483.32,266.771,1.62316,300,0,0,6986,0,0,0,0,0),(76325,21814,530,1,1,0,0,1539.94,5465.52,265.574,4.38078,300,0,0,6986,0,0,0,0,0),(76326,21814,530,1,1,0,0,1583.92,5372.43,266.343,4.31097,300,0,0,6986,0,0,0,0,0),(76327,21814,530,1,1,0,0,1569.27,5404.56,265.766,1.3439,300,0,0,6986,0,0,0,0,0),(76328,21814,530,1,1,0,0,1639.63,5452.39,265.134,5.44543,300,0,0,6986,0,0,0,0,0),(76329,21814,530,1,1,0,0,1613.17,5397.33,268.323,0.349066,300,0,0,6986,0,0,0,0,0),(76330,21814,530,1,1,0,0,1645.46,5470.99,266.209,0.785398,300,0,0,6986,0,0,0,0,0),(76331,21814,530,1,1,0,0,1591.92,5344.77,265.208,5.63741,300,0,0,6986,0,0,0,0,0),(76332,21814,530,1,1,0,0,1675.16,5374.22,268.054,3.9619,300,0,0,6986,0,0,0,0,0),(76333,21814,530,1,1,0,0,1659.76,5439,263.529,4.20625,300,0,0,6986,0,0,0,0,0),(76334,21814,530,1,1,0,0,1628.78,5169.84,266.409,1.98968,300,0,0,6986,0,0,0,0,0),(76335,21814,530,1,1,0,0,1680.1,5196.22,268.144,6.05629,300,0,0,6986,0,0,0,0,0),(76336,21814,530,1,1,0,0,1629.48,5133.86,266.509,2.74017,300,0,0,6986,0,0,0,0,0),(76337,21814,530,1,1,0,0,1670.73,5218.89,268.581,1.8326,300,0,0,6986,0,0,0,0,0),(76338,21814,530,1,1,0,0,1705.46,5242.24,269.294,4.38078,300,0,0,6986,0,0,0,0,0),(76339,21814,530,1,1,0,0,1587.33,5259.39,267.878,1.93731,300,0,0,6986,0,0,0,0,0),(76340,21814,530,1,1,0,0,1631.03,5285.76,267.029,0.942478,300,0,0,6986,0,0,0,0,0),(76341,21814,530,1,1,0,0,1655.63,5298.74,265.963,4.7473,300,0,0,6986,0,0,0,0,0),(76342,21814,530,1,1,0,0,1676.58,5313.13,267.141,0.349066,300,0,0,6986,0,0,0,0,0),(76343,21814,530,1,1,0,0,1684.25,5289.79,266.87,5.68977,300,0,0,6986,0,0,0,0,0),(76344,21814,530,1,1,0,0,1564.39,5312.28,267.175,2.25148,300,0,0,6986,0,0,0,0,0),(76345,21814,530,1,1,0,0,1636.22,5316.02,265.787,5.93412,300,0,0,6986,0,0,0,0,0),(76346,21814,530,1,1,0,0,1684.3,5346.94,265.445,2.16421,300,0,0,6986,0,0,0,0,0),(76347,21815,530,1,1,0,0,-3258.06,698.529,-0.147841,0.109289,300,5,0,6761,0,1,0,0,0),(76348,21815,530,1,1,0,0,-3333.11,693.652,-1.89475,2.17505,300,5,0,6761,0,1,0,0,0),(76349,21815,530,1,1,0,0,-3311.53,681.949,3.57055,4.50295,300,0,0,6761,0,0,0,0,0),(76350,21815,530,1,1,0,0,-3352.51,653.728,8.90633,4.55531,300,0,0,6761,0,0,0,0,0),(76351,21815,530,1,1,0,0,-3389.03,685.481,4.64398,4.55531,300,0,0,6761,0,0,0,0,0),(76352,21815,530,1,1,0,0,-3417.53,655.185,8.10019,4.45059,300,0,0,6761,0,0,0,0,0),(76353,21815,530,1,1,0,0,-3417.83,683.332,3.42784,4.5204,300,0,0,6761,0,0,0,0,0),(76354,21815,530,1,1,0,0,-3450.73,667.359,3.02858,5.9052,300,5,0,6761,0,1,0,0,0),(76355,21815,530,1,1,0,0,-3448.87,681.795,1.90207,4.39823,300,0,0,6761,0,0,0,0,0),(76356,21815,530,1,1,0,0,-3449.61,651.914,5.48536,4.41568,300,0,0,6761,0,0,0,0,0),(76357,21815,530,1,1,0,0,-3618.23,712.812,-5.62207,4.55531,300,0,0,6761,0,0,0,0,0),(76358,21815,530,1,1,0,0,-3633.06,688.628,-0.872612,4.60767,300,0,0,6761,0,0,0,0,0),(76359,21815,530,1,1,0,0,-3658.89,678.813,2.39562,4.08407,300,0,0,6761,0,0,0,0,0),(76360,21815,530,1,1,0,0,-3649.91,715.165,-0.439142,4.81711,300,0,0,6761,0,0,0,0,0),(76361,21815,530,1,1,0,0,-3678.88,663.508,1.81879,1.89872,300,5,0,6761,0,1,0,0,0),(76362,21815,530,1,1,0,0,-3730.58,673.513,4.35663,3.22571,300,5,0,6761,0,1,0,0,0),(76363,21815,530,1,1,0,0,-3711.67,746.022,4.24517,2.98673,300,5,0,6761,0,1,0,0,0),(76364,21815,530,1,1,0,0,-3717.94,746.993,5.18049,2.98865,300,5,0,6761,0,1,0,0,0),(76365,21815,530,1,1,0,0,-3733.26,733.125,8.4431,4.72984,300,0,0,6761,0,0,0,0,0),(76366,21815,530,1,1,0,0,-3716.77,684.095,2.97334,4.59022,300,0,0,6761,0,0,0,0,0),(76367,21815,530,1,1,0,0,-3682.75,684.471,4.11466,4.67748,300,0,0,6761,0,0,0,0,0),(76368,21815,530,1,1,0,0,-3699.59,733.226,2.86307,4.59022,300,0,0,6761,0,0,0,0,0),(76369,21815,530,1,1,0,0,-3682.72,715.336,1.83526,4.5204,300,0,0,6761,0,0,0,0,0),(76370,21815,530,1,1,0,0,-3717.39,716.184,5.91291,4.31096,300,0,0,6761,0,0,0,0,0),(76371,21815,530,1,1,0,0,-3736.5,703.901,5.2312,0.11346,300,5,0,6761,0,1,0,0,0),(76372,21815,530,1,1,0,0,-3750.56,716.819,8.73649,4.53786,300,0,0,6761,0,0,0,0,0),(76373,21815,530,1,1,0,0,-3789.22,736.172,12.6007,0.133117,300,5,0,6761,0,1,0,0,0),(76374,21815,530,1,1,0,0,-3840.64,702.65,7.48862,3.87034,300,5,0,6761,0,1,0,0,0),(76375,21815,530,1,1,0,0,-3876.72,681.143,4.05297,1.52783,300,5,0,6761,0,1,0,0,0),(76376,21815,530,1,1,0,0,-3886.82,712.947,8.29974,1.82762,300,5,0,6761,0,1,0,0,0),(76377,21816,530,1,1,0,0,-2645.27,3175.82,6.40667,4.0044,300,5,0,5527,0,1,0,0,0),(76378,21816,530,1,1,0,0,-2581.94,3188.92,4.35183,2.43985,300,5,0,5527,0,1,0,0,0),(76379,21816,530,1,1,0,0,-2208.17,3127.32,-25.4484,1.27345,300,5,0,5527,0,1,0,0,0),(76380,21816,530,1,1,0,0,-2145.51,3114.3,-46.61,4.73881,300,5,0,5527,0,1,0,0,0),(76381,21816,530,1,1,0,0,-2147.9,3185.51,-31.2219,2.06718,300,5,0,5527,0,1,0,0,0),(76382,21816,530,1,1,0,0,-2122.09,3155.48,-45.2612,2.07631,300,5,0,5527,0,1,0,0,0),(76383,21816,530,1,1,0,0,-2123.1,3212.95,-38.5284,6.16077,300,5,0,5527,0,1,0,0,0),(76384,21816,530,1,1,0,0,-2087.51,3111.29,-55.7209,6.16682,300,5,0,5527,0,1,0,0,0),(76385,21816,530,1,1,0,0,-2075.5,3186.49,-58.5406,6.10412,300,5,0,5527,0,1,0,0,0),(76386,21816,530,1,1,0,0,-2059,3212.98,-59.4189,4.38631,300,5,0,5527,0,1,0,0,0),(76387,21816,530,1,1,0,0,-2089.64,3252.6,-58.4384,5.58695,300,5,0,5527,0,1,0,0,0),(76388,21816,530,1,1,0,0,-2886.56,3780.25,0.5109,2.04338,300,5,0,5527,0,1,0,0,0),(76389,21816,530,1,1,0,0,-2679.17,3929.17,-5.81194,1.40938,300,5,0,5527,0,1,0,0,0),(76390,21816,530,1,1,0,0,-2241.98,3970.34,-21.4594,1.52976,300,5,0,5527,0,1,0,0,0),(76391,21816,530,1,1,0,0,-2219.73,3970.39,-13.436,2.39904,300,5,0,5527,0,1,0,0,0),(76392,21816,530,1,1,0,0,-2113.97,3419.03,-49.2757,2.83312,300,5,0,5527,0,1,0,0,0),(76393,21816,530,1,1,0,0,-2121.68,3481.39,-56.9403,0.33663,300,5,0,5527,0,1,0,0,0),(76394,21816,530,1,1,0,0,-2097.76,3443.94,-67.638,3.26607,300,5,0,5527,0,1,0,0,0),(76395,21816,530,1,1,0,0,-2079.25,3389.44,-57.5234,2.47935,300,5,0,5527,0,1,0,0,0),(76396,21816,530,1,1,0,0,-2118.45,3351.77,-53.5882,0.11169,300,5,0,5527,0,1,0,0,0),(76397,21816,530,1,1,0,0,-2072.11,3511.09,-63.3266,3.31734,300,5,0,5527,0,1,0,0,0),(76398,21816,530,1,1,0,0,-2124.76,3557.32,-53.8639,5.85446,300,5,0,5527,0,1,0,0,0),(76399,21816,530,1,1,0,0,-2066.91,3557.89,-74.9106,5.31719,300,5,0,5527,0,1,0,0,0),(76400,21816,530,1,1,0,0,-2546.21,4994.86,20.1601,0.824421,300,5,0,5527,0,1,0,0,0),(76401,21816,530,1,1,0,0,-2548.47,5041.17,13.7744,0.329478,300,5,0,5527,0,1,0,0,0),(76402,21816,530,1,1,0,0,-2414,5455.99,2.49986,0.710745,300,5,0,5527,0,1,0,0,0),(76403,21816,530,1,1,0,0,-2288.81,5376.76,-1.6699,2.95781,300,5,0,5527,0,1,0,0,0),(76404,21816,530,1,1,0,0,-2178.86,5225.39,-1.99536,0.782636,300,5,0,5527,0,1,0,0,0),(76405,21816,530,1,1,0,0,-2315.64,5485.08,1.51482,3.24294,300,5,0,5527,0,1,0,0,0),(76406,21819,530,1,1,0,0,1919.32,5630.07,253.563,5.88176,300,0,0,42,0,0,0,0,0),(76407,21819,530,1,1,0,0,1891.51,5616.6,253.128,3.10669,300,0,0,42,0,0,0,0,0),(76408,21819,530,1,1,0,0,1881.03,5609.8,254.468,1.16937,300,0,0,42,0,0,0,0,0),(76409,21819,530,1,1,0,0,1978.62,5600.4,257.002,3.38594,300,0,0,42,0,0,0,0,0),(76410,21819,530,1,1,0,0,1958.78,5617.41,257.648,0.139626,300,0,0,42,0,0,0,0,0),(76411,21819,530,1,1,0,0,1974.15,5612.12,257.463,2.40855,300,0,0,42,0,0,0,0,0),(76412,21822,530,1,1,0,1,-3016.56,860.527,-10.1496,3.63029,300,0,0,6761,0,0,0,0,0),(76413,21824,530,1,1,0,1,1921.62,5569.3,263.822,3.57792,300,0,0,6542,0,0,0,0,0),(76414,21826,530,1,1,0,1,-3765.8,1071.98,58.3175,3.08923,300,0,0,7266,3155,0,0,0,0),(76415,21827,530,1,1,0,1,-3749.31,1033.3,89.7322,3.78612,300,0,0,6148,3155,0,0,0,0),(23427,7386,0,1,1,0,0,-8632.05,921.279,99.3828,3.8978,180,0,0,42,0,0,0,0,0),(76427,21839,530,1,1,0,0,1681.86,4783.61,142.388,5.03715,300,5,0,6505,0,1,0,0,0),(76426,21839,530,1,1,0,0,1653.07,4782.23,143.727,4.88038,300,5,0,6505,0,1,0,0,0),(76425,21839,530,1,1,0,0,1913.89,4736.14,142.625,4.48281,300,5,0,6505,0,1,0,0,0),(76424,21839,530,1,1,0,0,2203.51,4863.22,152.513,5.81858,300,5,0,6505,0,1,0,0,0),(76423,21839,530,1,1,0,0,2014.75,4798.06,145.32,1.4416,300,5,0,6505,0,1,0,0,0),(76422,21839,530,1,1,0,0,2077.85,4918.75,148.948,1.31312,300,0,0,6505,0,0,0,0,0),(76421,21839,530,1,1,0,0,1997.37,4842.61,144.408,4.31857,300,5,0,6505,0,1,0,0,0),(76420,21839,530,1,1,0,0,2013.29,4938.56,138.913,1.22403,300,5,0,6505,0,1,0,0,0),(76419,21839,530,1,1,0,0,1884.81,4877.72,144.636,5.62888,300,5,0,6505,0,1,0,0,0),(76418,21839,530,1,1,0,0,1822.11,4805.62,146.885,2.21376,300,5,0,6505,0,1,0,0,0),(76417,21839,530,1,1,0,0,1695.64,4816.96,147.824,4.53456,300,5,0,6505,0,1,0,0,0),(76428,21840,530,1,1,0,0,1732.02,4807.28,169.138,3.21219,300,5,0,5914,0,1,0,0,0),(76429,21840,530,1,1,0,0,1663.15,4788.52,159.662,1.47259,300,5,0,5914,0,1,0,0,0),(76430,21840,530,1,1,0,0,1712.02,4797.39,154.099,3.81016,300,5,0,5914,0,1,0,0,0),(76431,21840,530,1,1,0,0,1712.08,4734.23,158.538,3.43266,300,5,0,5914,0,1,0,0,0),(76432,21840,530,1,1,0,0,1845.04,4794.46,167.092,4.86091,300,5,0,5914,0,1,0,0,0),(76433,21840,530,1,1,0,0,1864.63,4905.18,159.692,0.315336,300,5,0,5914,0,1,0,0,0),(76434,21840,530,1,1,0,0,1939.68,4908.13,165.397,4.39756,300,5,0,5914,0,1,0,0,0),(76435,21840,530,1,1,0,0,1996.4,4814.06,165.631,3.02151,300,5,0,5914,0,1,0,0,0),(76436,21840,530,1,1,0,0,1936.44,4672.97,149.009,6.05087,300,5,0,5914,0,1,0,0,0),(76437,21840,530,1,1,0,0,1699.88,4768.86,153.897,5.11521,300,5,0,5914,0,1,0,0,0),(76438,21840,530,1,1,0,0,1706.13,4731.73,158.186,3.62805,300,5,0,5914,0,1,0,0,0),(76439,21840,530,1,1,0,0,1730.07,4692.48,161.8,3.8912,300,5,0,5914,0,1,0,0,0),(76440,21840,530,1,1,0,0,1669.3,4746.71,161.553,2.00428,300,5,0,5914,0,1,0,0,0),(76441,21840,530,1,1,0,0,1629.07,4746.32,161.867,4.95253,300,5,0,5914,0,1,0,0,0),(16212,23398,564,1,1,11686,0,579.877,46.0017,112.411,3.29428,10,5,0,3912,3155,1,0,0,0),(16211,23398,564,1,1,11686,0,588.575,36.403,112.759,4.20738,10,5,0,3912,3155,1,0,0,0),(76446,21846,530,1,1,0,1,-3739.48,5271.71,-16.0977,0.523599,300,0,0,6986,0,0,0,0,0),(76447,21847,530,1,1,0,0,444.584,2891.27,52.5951,6.02139,300,0,0,3052,0,0,0,0,0),(76448,21847,530,1,1,0,0,420.662,2897.65,52.4808,3.57792,300,0,0,3052,0,0,0,0,0),(76449,21847,530,1,1,0,0,431.132,2881.84,52.6058,1.71042,300,0,0,3052,0,0,0,0,0),(76450,21849,530,1,1,0,0,-2768.91,4749.02,-8.21634,5.07423,300,5,0,5715,0,1,0,0,0),(76451,21849,530,1,1,0,0,-3342.25,4546.8,-21.3338,2.88809,300,5,0,5715,0,1,0,0,0),(76452,21849,530,1,1,0,0,-3021.75,4639.29,-21.381,3.08474,300,5,0,5715,0,1,0,0,0),(76453,21849,530,1,1,0,0,-3118,4476.11,-21.6089,1.20734,300,5,0,5715,0,1,0,0,0),(76454,21851,530,1,1,0,0,3697.32,6702.27,132.765,2.74017,300,0,0,42,0,0,0,0,0),(76455,21852,530,1,1,0,1,-3721.85,5264.29,-18.7304,2.9147,300,0,0,5715,0,0,0,0,0),(76456,21854,530,1,1,0,0,-1310.39,5287.18,50.5916,0.435947,300,5,0,5341,0,1,0,0,0),(76457,21854,530,1,1,0,0,-1278.22,5327.55,28.886,2.35883,300,5,0,5341,0,1,0,0,0),(76458,21854,530,1,1,0,0,-1275.72,5388.15,18.7357,2.73599,300,5,0,5341,0,1,0,0,0),(76459,21854,530,1,1,0,0,-1184.22,5217.44,34.5899,3.45624,300,5,0,5341,0,1,0,0,0),(76460,21854,530,1,1,0,0,-1224.02,5183.37,59.9481,1.85608,300,5,0,5341,0,1,0,0,0),(76461,21854,530,1,1,0,0,-1295.38,5422.85,34.0729,0.540587,300,5,0,5341,0,1,0,0,0),(76462,21854,530,1,1,0,0,-1198.68,5150.54,26.0507,4.9329,300,5,0,5341,0,1,0,0,0),(76463,21854,530,1,1,0,0,-1789.7,3817.15,40.2106,5.6432,300,5,0,5341,0,1,0,0,0),(76464,21854,530,1,1,0,0,-1816.42,3791.53,25.9727,6.00837,300,5,0,5341,0,1,0,0,0),(76465,21854,530,1,1,0,0,-1798.15,3760.57,43.799,4.97683,300,5,0,5341,0,1,0,0,0),(76466,21854,530,1,1,0,0,-2347.4,4382.5,11.3281,4.60669,300,5,0,5341,0,1,0,0,0),(76467,21854,530,1,1,0,0,-2349.09,5043.87,0.34831,2.81892,300,5,0,5341,0,1,0,0,0),(76468,21854,530,1,1,0,0,-2310.13,4950.56,-0.608487,3.59126,300,5,0,5341,0,1,0,0,0),(76469,21854,530,1,1,0,0,-2180.07,5026.75,-14.0344,1.42628,300,5,0,5341,0,1,0,0,0),(76470,21854,530,1,1,0,0,-2162.93,5051.68,-14.8608,0.949117,300,5,0,5341,0,1,0,0,0),(76471,21854,530,1,1,0,0,-2292.32,4778.08,2.26481,3.31357,300,5,0,5341,0,1,0,0,0),(76472,21854,530,1,1,0,0,-2314.2,4730.66,12.5608,4.29595,300,5,0,5341,0,1,0,0,0),(76473,21854,530,1,1,0,0,-2262.74,4715.83,-1.45946,5.85204,300,0,0,5341,0,0,0,0,0),(76474,21854,530,1,1,0,0,-2271.17,4652.44,2.32332,5.49376,300,5,0,5341,0,1,0,0,0),(76475,21854,530,1,1,0,0,-2295.91,4512.45,14.5138,0.733542,300,5,0,5341,0,1,0,0,0),(76476,21854,530,1,1,0,0,-2277.01,4460.55,8.41795,2.03278,300,5,0,5341,0,1,0,0,0),(76477,21854,530,1,1,0,0,-2022.82,5046.19,30.2745,3.87829,300,5,0,5341,0,1,0,0,0),(76478,21854,530,1,1,0,0,-1770.09,4883.38,5.49683,0.643728,300,5,0,5341,0,1,0,0,0),(76479,21854,530,1,1,0,0,-1695.43,4518.94,5.51154,4.3528,300,5,0,5341,0,1,0,0,0),(76480,21854,530,1,1,0,0,-1521.21,4341.08,51.4891,5.66377,300,5,0,5341,0,1,0,0,0),(76481,21854,530,1,1,0,0,-1459.35,4440.05,73.4016,0.802705,300,5,0,5341,0,1,0,0,0),(76482,21854,530,1,1,0,0,-1277.26,5129.4,40.9091,0.929766,300,5,0,5341,0,1,0,0,0),(76483,21854,530,1,1,0,0,-1577.31,5022.99,-6.7851,0.859453,300,5,0,5341,0,1,0,0,0),(76484,21854,530,1,1,0,0,-1546.53,4970.13,7.05717,5.83533,300,5,0,5341,0,1,0,0,0),(76485,21854,530,1,1,0,0,-1644.61,5023.75,2.73779,2.37082,300,5,0,5341,0,1,0,0,0),(76486,21854,530,1,1,0,0,-1710.07,5001.1,2.69315,2.35067,300,5,0,5341,0,1,0,0,0),(76487,21854,530,1,1,0,0,-1788,5024.1,6.01369,4.06479,300,5,0,5341,0,1,0,0,0),(76488,21855,530,1,1,0,0,-3686.09,3702.04,279.967,2.72271,300,0,0,42,0,0,0,0,0),(76489,21855,530,1,1,0,0,-4178.48,3115.73,323.408,1.90241,300,0,0,42,0,0,0,0,0),(76490,21855,530,1,1,0,0,-3675.61,3374.4,283.677,3.94444,300,0,0,42,0,0,0,0,0),(76491,21855,530,1,1,0,0,-3862.34,3532.47,278.534,5.60251,300,0,0,42,0,0,0,0,0),(76492,21856,530,1,1,0,0,-3684.75,3705.73,279.338,0.977384,300,5,0,42,0,1,0,0,0),(76493,21856,530,1,1,0,0,-4175.01,3114.48,323.165,6.17846,300,5,0,42,0,1,0,0,0),(76494,21856,530,1,1,0,0,-3678.98,3373.52,283.233,1.18682,300,5,0,42,0,1,0,0,0),(76495,21856,530,1,1,0,0,-3860.52,3529.21,278.512,2.30383,300,5,0,42,0,1,0,0,0),(76496,21858,530,1,1,0,1,-2764.97,5057.4,-6.50681,5.5676,300,0,0,16767,3155,0,0,0,0),(76497,21858,530,1,1,0,1,-2760.68,5062.19,-4.75681,5.70723,300,5,0,16767,3155,1,0,0,0),(76498,21858,530,1,1,0,1,-2818.15,5135.87,-13.2351,3.1758,300,5,0,16767,3155,1,0,0,0),(76499,21858,530,1,1,0,1,-2881.17,5065.84,-20.543,3.4383,300,5,0,16767,3155,1,0,0,0),(76500,21858,530,1,1,0,1,-3765.36,5410.59,-2.93987,1.29154,300,0,0,16767,3155,0,0,0,0),(76501,21858,530,1,1,0,1,-3747.19,5413.39,-3.31487,5.21853,300,0,0,16767,3155,0,0,0,0),(76502,21858,530,1,1,0,1,-3764.5,5383.06,-7.49944,4.64258,300,0,0,16767,3155,0,0,0,0),(76503,21858,530,1,1,0,1,-3767.59,5394.84,-5.18191,2.50236,300,5,0,16767,3155,1,0,0,0),(76504,21858,530,1,1,0,1,-3734.34,5379.68,-7.49944,4.62512,300,0,0,16767,3155,0,0,0,0),(76505,21858,530,1,1,0,1,-3775.03,5177.8,-24.0883,0.030397,300,0,0,16767,3155,0,0,0,0),(76506,21858,530,1,1,0,1,-3759.26,5147.53,-22.8097,5.60251,300,0,0,16767,3155,0,0,0,0),(76507,21858,530,1,1,0,1,-3765.17,5083.43,-18.948,0.379265,300,0,0,16767,3155,0,0,0,0),(76508,21859,530,1,1,0,1,-3691.57,5220.81,-21.1431,2.54818,300,0,0,6986,0,0,0,0,0),(76509,21859,530,1,1,0,1,-3750.03,5125.17,-21.9827,5.35816,300,0,0,6986,0,0,0,0,0),(76510,21859,530,1,1,0,1,-3733.21,5061.52,-17.6918,0.628319,300,0,0,6986,0,0,0,0,0),(76511,21860,530,1,1,0,1,-3019.8,859.135,-9.78624,6.12611,300,0,0,5409,3080,0,0,0,0),(76512,21864,530,1,1,0,0,-2992.64,281.644,-3.90234,2.31887,300,5,0,6542,0,1,0,0,0),(76513,21864,530,1,1,0,0,-2947.9,360.193,-12.4962,6.16384,300,5,0,6542,0,1,0,0,0),(76514,21864,530,1,1,0,0,-3052.32,354.4,9.6575,0.548457,300,5,0,6542,0,1,0,0,0),(76515,21864,530,1,1,0,0,-3018.96,446.94,-4.2177,3.42875,300,5,0,6542,0,1,0,0,0),(76516,21864,530,1,1,0,0,-2999.35,469.899,-18.032,4.73582,300,5,0,6542,0,1,0,0,0),(76517,21864,530,1,1,0,0,-3013.45,543.057,-3.94584,5.24816,300,0,0,6542,0,0,0,0,0),(76518,21864,530,1,1,0,0,-3008.49,534.462,-4.83329,5.212,300,0,0,6542,0,0,0,0,0),(76519,21864,530,1,1,0,0,-2983.08,571.664,20.481,0.734267,300,5,0,6542,0,1,0,0,0),(76522,21869,530,1,1,0,0,-3533.92,5282.32,-19.7993,1.08314,300,5,0,5914,0,1,0,0,0),(76523,21869,530,1,1,0,0,-3685.48,5114.48,-22.2751,3.62872,300,5,0,5914,0,1,0,0,0),(76524,21869,530,1,1,0,0,-3496.87,5161.83,-22.0905,0.710395,300,5,0,5914,0,1,0,0,0),(76525,21869,530,1,1,0,0,-3519.89,5149.55,-21.5443,0.446182,300,5,0,5914,0,1,0,0,0),(76526,21869,530,1,1,0,0,-3457.55,5192.27,-20.2542,0.598113,300,5,0,5914,0,1,0,0,0),(76527,21869,530,1,1,0,0,-3440.82,5247.59,-20.4372,5.83448,300,5,0,5914,0,1,0,0,0),(76528,21869,530,1,1,0,0,-3452.59,5261.91,-20.1536,5.69249,300,5,0,5914,0,1,0,0,0),(76529,21869,530,1,1,0,0,-3419.19,5212.09,-22.1901,5.39963,300,5,0,5914,0,1,0,0,0),(76530,21869,530,1,1,0,0,-3421.86,5201.11,-21.733,0.433089,300,5,0,5914,0,1,0,0,0),(76531,21869,530,1,1,0,0,-3403.17,5180.89,-22.5691,5.812,300,5,0,5914,0,1,0,0,0),(76532,21869,530,1,1,0,0,-3388.7,5181.27,-22.4147,5.11724,300,5,0,5914,0,1,0,0,0),(76533,21869,530,1,1,0,0,-3339.51,5185.61,-21.3066,4.67901,300,5,0,5914,0,1,0,0,0),(76534,21869,530,1,1,0,0,-3364.63,5172.16,-16.589,4.94248,300,5,0,5914,0,1,0,0,0),(76535,21869,530,1,1,0,0,-3334.79,5203.84,-21.4122,5.1437,300,5,0,5914,0,1,0,0,0),(76536,21869,530,1,1,0,0,-3377.99,5221.02,-21.4478,0.071307,300,5,0,5914,0,1,0,0,0),(76537,21869,530,1,1,0,0,-3467.34,5184.53,-21.0291,0.164828,300,5,0,5914,0,1,0,0,0),(76538,21869,530,1,1,0,0,-3451.08,5196.29,-20.6529,0.339347,300,5,0,5914,0,1,0,0,0),(76539,21869,530,1,1,0,0,-3448.43,5187.68,-20.3767,0.164824,300,5,0,5914,0,1,0,0,0),(76540,21869,530,1,1,0,0,-3506.04,5153.93,-21.9353,0.710395,300,5,0,5914,0,1,0,0,0),(76541,21869,530,1,1,0,0,-3534,5131.57,-21.8022,0.899297,300,5,0,5914,0,1,0,0,0),(76542,21869,530,1,1,0,0,-3555.08,5114.32,-21.6776,0.421088,300,5,0,5914,0,1,0,0,0),(76543,21869,530,1,1,0,0,-3618.9,5031.76,-20.9755,1.29443,300,5,0,5914,0,1,0,0,0),(76544,21869,530,1,1,0,0,-3608.33,5072.71,-21.5205,0.56205,300,5,0,5914,0,1,0,0,0),(76545,21869,530,1,1,0,0,-3677.2,5043.51,-20.9702,5.36805,300,5,0,5914,0,1,0,0,0),(76546,21869,530,1,1,0,0,-3667.22,5091.68,-21.4128,5.34823,300,5,0,5914,0,1,0,0,0),(76547,21870,530,1,1,0,0,-3541.51,5332.54,-19.0864,0.547998,300,5,0,5914,0,1,0,0,0),(76548,21870,530,1,1,0,0,-3732.48,5158.89,-22.1247,3.4383,300,5,0,5914,0,1,0,0,0),(76549,21870,530,1,1,0,0,-3496.23,5243.74,-20.6472,0.291308,300,5,0,5914,0,1,0,0,0),(76550,21870,530,1,1,0,0,-3474.83,5184.86,-21.4527,0.417332,300,5,0,5914,0,1,0,0,0),(76551,21870,530,1,1,0,0,-3514.52,5146.57,-20.9746,0.723381,300,5,0,5914,0,1,0,0,0),(76552,21870,530,1,1,0,0,-3451.91,5196,-20.5745,0.339347,300,5,0,5914,0,1,0,0,0),(76553,21870,530,1,1,0,0,-3407.99,5183.35,-22.467,5.812,300,5,0,5914,0,1,0,0,0),(76554,21870,530,1,1,0,0,-3326.81,5194.94,-21.8196,4.6705,300,5,0,5914,0,1,0,0,0),(76555,21870,530,1,1,0,0,-3345.4,5148.04,-9.06841,3.34904,300,5,0,5914,0,1,0,0,0),(76556,21870,530,1,1,0,0,-3413.93,5186.37,-22.3413,5.812,300,5,0,5914,0,1,0,0,0),(76557,21870,530,1,1,0,0,-3331.44,5176.35,-20.0502,4.46369,300,5,0,5914,0,1,0,0,0),(76558,21870,530,1,1,0,0,-3423.31,5188.43,-21.7616,0.008789,300,5,0,5914,0,1,0,0,0),(76559,21870,530,1,1,0,0,-3417.71,5212.28,-22.337,5.72576,300,5,0,5914,0,1,0,0,0),(76560,21870,530,1,1,0,0,-3357.17,5222.51,-22.4233,0.070614,300,5,0,5914,0,1,0,0,0),(76561,21870,530,1,1,0,0,-3515.99,5147.4,-21.583,0.676724,300,5,0,5914,0,1,0,0,0),(76562,21870,530,1,1,0,0,-3554.43,5114.61,-21.7053,0.421088,300,5,0,5914,0,1,0,0,0),(76563,21870,530,1,1,0,0,-3585.72,5071.98,-20.7631,1.04729,300,5,0,5914,0,1,0,0,0),(76564,21870,530,1,1,0,0,-3613.53,5063.31,-21.1758,1.15654,300,5,0,5914,0,1,0,0,0),(76565,21870,530,1,1,0,0,-3592.77,5080.76,-20.934,0.395602,300,5,0,5914,0,1,0,0,0),(76566,21870,530,1,1,0,0,-3630.12,5027.2,-20.4043,0.291457,300,5,0,5914,0,1,0,0,0),(76567,21870,530,1,1,0,0,-3638.67,5024.97,-21.4374,5.72132,300,5,0,5914,0,1,0,0,0),(76568,21870,530,1,1,0,0,-3639.23,5034.44,-20.8792,5.93982,300,5,0,5914,0,1,0,0,0),(76569,21870,530,1,1,0,0,-3668.81,5048.14,-21.3733,5.53092,300,5,0,5914,0,1,0,0,0),(76570,21870,530,1,1,0,0,-3669.05,5100.14,-21.6827,4.74006,300,5,0,5914,0,1,0,0,0),(76571,21870,530,1,1,0,0,-3662.74,5078.89,-21.7091,4.73354,300,5,0,5914,0,1,0,0,0),(76572,21870,530,1,1,0,0,-3732.9,5063.5,-17.595,0.628319,300,5,0,5914,0,1,0,0,0),(76573,21872,530,1,1,0,0,-4540.81,1018.71,10.4653,5.77704,300,0,0,4979,0,0,0,0,0),(70525,20889,530,1,1,0,0,3675.78,5987.85,266.211,3.68788,600,0,0,42,0,0,0,0,0),(70523,20889,530,1,1,0,0,3669.47,5997.84,266.159,3.78518,600,0,0,42,0,0,0,0,0),(70522,20889,530,1,1,0,0,3636.56,6168.06,273.581,2.80343,600,0,0,42,0,0,0,0,0),(70521,20889,530,1,1,0,0,3838.96,6161.76,270.082,0.934179,600,0,0,42,0,0,0,0,0),(70520,22921,530,1,1,0,0,3989.02,6071.38,266.591,3.54196,300,0,0,42,0,0,0,0,0),(70519,20520,530,1,1,0,0,3733.15,2447.03,103.976,3.09674,600,0,0,7181,0,0,0,0,0),(70518,20520,530,1,1,0,0,3732.11,2436.97,104.167,2.86112,600,0,0,7181,0,0,0,0,0),(70517,20520,530,1,1,0,0,3716.83,2427.11,104.136,6.20691,600,0,0,7181,0,0,0,0,0),(70516,20520,530,1,1,0,0,3717.99,2437.98,104.13,6.15586,600,0,0,7181,0,0,0,0,0),(86848,24519,530,1,1,22504,0,-4187.14,-12501.4,44.4447,2.89725,30,0,0,247,0,0,0,0,0),(76584,21878,530,1,1,0,0,-3555.5,886.809,14.7985,1.50162,300,5,0,1,0,1,0,0,0),(76585,21878,530,1,1,0,0,-3584.69,852.832,19.2115,3.96701,300,5,0,1,0,1,0,0,0),(76586,21878,530,1,1,0,0,-3547.47,837.853,3.93846,4.36779,300,5,0,1,0,1,0,0,0),(76587,21878,530,1,1,0,0,-3623.23,867.567,35.9929,4.67136,300,5,0,1,0,1,0,0,0),(76588,21878,530,1,1,0,0,-3632.51,797.419,9.9515,3.77728,300,5,0,1,0,1,0,0,0),(76589,21878,530,1,1,0,0,-3659.28,904.588,51.5739,3.67866,300,5,0,1,0,1,0,0,0),(76590,21878,530,1,1,0,0,-3679.74,915.798,58.3434,5.4439,300,5,0,1,0,1,0,0,0),(76591,21878,530,1,1,0,0,-3733.55,883.349,67.3387,0.052788,300,5,0,1,0,1,0,0,0),(76592,21878,530,1,1,0,0,-4003.57,1246.89,80.6988,0.189546,300,5,0,1,0,1,0,0,0),(76593,21878,530,1,1,0,0,-3557.27,2074.01,71.3102,3.73941,300,5,0,1,0,1,0,0,0),(76594,21878,530,1,1,0,0,-3507.71,2046.24,69.4169,0.388483,300,5,0,1,0,1,0,0,0),(76595,21878,530,1,1,0,0,-3533.34,2176.88,79.3459,4.01005,300,5,0,1,0,1,0,0,0),(76596,21878,530,1,1,0,0,-3489.7,2323.19,64.8402,5.44624,300,5,0,1,0,1,0,0,0),(76597,21878,530,1,1,0,0,-3304.25,2375.25,61.9423,4.79364,300,5,0,1,0,1,0,0,0),(76598,21878,530,1,1,0,0,-3388.69,2395.27,62.9327,4.81808,300,5,0,1,0,1,0,0,0),(76599,21878,530,1,1,0,0,-3337.62,2365.13,64.3366,4.47168,300,5,0,1,0,1,0,0,0),(76600,21878,530,1,1,0,0,-3383.87,2356.31,65.3777,0.229359,300,5,0,1,0,1,0,0,0),(76601,21878,530,1,1,0,0,-2754.71,1751.98,35.0029,2.584,300,5,0,1,0,1,0,0,0),(76602,21878,530,1,1,0,0,-3030.15,1123.13,11.251,1.08617,300,5,0,1,0,1,0,0,0),(76603,21878,530,1,1,0,0,-3015.57,1075.5,20.4088,6.08943,300,5,0,1,0,1,0,0,0),(76604,21878,530,1,1,0,0,-3035.13,1062.32,7.87616,5.29769,300,5,0,1,0,1,0,0,0),(76605,21878,530,1,1,0,0,-4190.79,1205.2,115.178,6.08177,300,5,0,1,0,1,0,0,0),(76606,21878,530,1,1,0,0,-3599.45,2555.51,72.186,2.12846,300,5,0,1,0,1,0,0,0),(76607,21878,530,1,1,0,0,-3598.18,2582.27,73.2352,0.027929,300,5,0,1,0,1,0,0,0),(76608,21878,530,1,1,0,0,-3547.84,2553.79,71.9541,0.850252,300,5,0,1,0,1,0,0,0),(76609,21878,530,1,1,0,0,-3568.15,2650.03,71.6689,3.07321,300,5,0,1,0,1,0,0,0),(76610,21878,530,1,1,0,0,-3524.22,2650.85,68.8373,0.118536,300,5,0,1,0,1,0,0,0),(76611,21878,530,1,1,0,0,-3552.4,2603.68,73.4544,4.57326,300,5,0,1,0,1,0,0,0),(76612,21892,530,1,1,0,0,-3833.27,383.63,120.656,0.733038,300,0,0,6722,0,0,0,0,0),(76613,21893,530,1,1,0,0,-1546.07,8784.01,35.2063,0.628319,300,0,0,42,0,0,0,0,0),(76614,21895,530,1,1,0,0,2186.73,4729.71,157.036,1.22173,300,0,0,5341,0,0,0,0,0),(76615,21896,530,1,1,0,0,2182.92,4731.6,156.632,0.418879,300,0,0,5341,0,0,0,0,0),(76616,21898,530,1,1,0,0,-2345.15,3233.89,1.19813,4.79965,300,0,0,42,0,0,0,0,0),(76617,21898,530,1,1,0,0,-2345.3,3235.77,1.37351,1.62316,300,0,0,42,0,0,0,0,0),(76618,21898,530,1,1,0,0,-2346.13,3234.8,1.42349,3.29867,300,0,0,42,0,0,0,0,0),(76619,21898,530,1,1,0,0,-2344.21,3234.97,1.39101,0.087266,300,0,0,42,0,0,0,0,0),(76620,21899,530,1,1,0,0,-2335.76,3236.29,-3.29226,0.139626,300,0,0,42,0,0,0,0,0),(76621,21899,530,1,1,0,0,-2345.67,3244.59,-3.29226,0.244346,300,0,0,42,0,0,0,0,0),(76622,21899,530,1,1,0,0,-2344.41,3226.19,-3.29226,6.14356,300,0,0,42,0,0,0,0,0),(76623,21899,530,1,1,0,0,-2354.66,3233.41,-3.29226,6.16101,300,0,0,42,0,0,0,0,0),(76624,21901,530,1,1,0,0,-2991.16,254.148,-11.1555,4.0044,300,5,0,5409,1540,1,0,0,0),(76625,21901,530,1,1,0,0,-4358.78,635.889,125.26,0.595045,300,5,0,5409,1540,1,0,0,0),(76626,21901,530,1,1,0,0,-4412.58,678.595,178.762,2.94917,300,5,0,5409,1540,1,0,0,0),(76627,21901,530,1,1,0,0,-4449.45,600.125,155.172,2.02848,300,5,0,5409,1540,1,0,0,0),(76628,21901,530,1,1,0,0,-4462.88,621.357,148.087,3.77298,300,5,0,5409,1540,1,0,0,0),(76629,21901,530,1,1,0,0,-4488.71,457.967,106.528,4.71765,300,5,0,5409,1540,1,0,0,0),(76630,21901,530,1,1,0,0,-4464.07,498.597,118.197,2.33244,300,5,0,5409,1540,1,0,0,0),(76631,21902,530,1,1,0,1,-3089.87,4996.16,-21.4591,3.16894,300,5,0,4274,2568,1,0,0,0),(76632,21902,530,1,1,0,1,-3154.2,5002.89,-8.96523,4.44217,300,5,0,4274,2568,1,0,0,0),(76633,21902,530,1,1,0,1,-3149.71,4984.91,-9.09825,4.31096,300,0,0,4274,2568,0,0,0,0),(76634,21902,530,1,1,0,1,-3162.75,5021.69,-8.97987,4.39919,300,5,0,4274,2568,1,0,0,0),(76635,21902,530,1,1,0,1,-3149.28,4902.03,-9.0783,1.5708,300,0,0,4274,2568,0,0,0,0),(76636,21902,530,1,1,0,1,-3102.38,4871.58,-20.2461,2.12725,300,0,0,4274,2568,0,0,0,0),(76637,21902,530,1,1,0,1,-3168.35,4943.21,-8.91935,0.15708,300,0,0,4274,2568,0,0,0,0),(76638,21902,530,1,1,0,1,-3159.43,4951.35,-8.98471,4.46804,300,0,0,4274,2568,0,0,0,0),(76639,21902,530,1,1,0,1,-3150.05,4942.92,-8.91796,3.14159,300,0,0,4274,2568,0,0,0,0),(76640,21902,530,1,1,0,1,-3082.29,4815.63,-23.3855,4.63091,300,5,0,4274,2568,1,0,0,0),(76641,21902,530,1,1,0,1,-3066.2,4837.5,-21.0533,1.53172,300,0,0,4274,2568,0,0,0,0),(76642,21903,530,1,1,0,0,-3362.04,5140.01,-20.1355,3.50811,300,0,0,42,0,0,0,0,0),(76643,21905,530,1,1,0,1,-2272.13,5546.86,67.0812,0.767945,300,0,0,4347,6443,0,0,0,0),(76644,21906,530,1,1,0,1,-1707.91,5810.25,150.062,2.18166,300,0,0,4347,6443,0,0,0,0),(76645,21907,530,1,1,0,1,-3119.48,4994.07,-21.8793,5.94077,300,5,0,4274,2568,1,0,0,0),(76646,21907,530,1,1,0,1,-3103.26,4975.8,-21.5952,6.14601,300,5,0,4274,2568,1,0,0,0),(76647,21907,530,1,1,0,1,-3120.81,4852.32,-22.2524,0.275654,300,5,0,4274,2568,1,0,0,0),(76648,21907,530,1,1,0,1,-3149.62,4926.72,-8.91795,2.07694,300,0,0,4274,2568,0,0,0,0),(76649,21907,530,1,1,0,1,-3149.97,4958.66,-8.91797,4.18879,300,0,0,4274,2568,0,0,0,0),(76650,21907,530,1,1,0,1,-3119.84,4940.99,-22.4048,5.44529,300,0,0,4274,2568,0,0,0,0),(76651,21907,530,1,1,0,1,-3109.55,4945.65,-22.1712,4.58087,300,0,0,4274,2568,0,0,0,0),(76652,21907,530,1,1,0,1,-3124.94,4952.09,-22.6258,5.53269,300,0,0,4274,2568,0,0,0,0),(76653,21908,530,1,1,0,1,-3868.26,306.116,137.187,4.01426,300,0,0,5060,2933,0,0,0,0),(76654,21908,530,1,1,0,1,-3794.97,254.486,120.677,2.04204,300,0,0,5060,2933,0,0,0,0),(1976587,21909,530,1,1,0,0,-3408.51,795.854,-31.4297,1.45215,30,3,0,2445,0,1,0,0,0),(76656,21911,530,1,1,0,1,-3670.91,3716.76,279.013,5.39097,300,5,0,5589,3155,1,0,0,0),(76657,21911,530,1,1,0,1,-3663.26,3761.47,271.538,3.93183,300,5,0,5589,3155,1,0,0,0),(76658,21911,530,1,1,0,1,-3724.74,3772.46,271.193,2.36776,300,5,0,5589,3155,1,0,0,0),(76659,21911,530,1,1,0,1,-4176.22,3198.02,314.121,4.81214,300,5,0,5589,3155,1,0,0,0),(76660,21911,530,1,1,0,1,-4172.84,3175.95,316.086,1.83355,300,5,0,5589,3155,1,0,0,0),(76661,21911,530,1,1,0,1,-4180.09,3180.52,315.768,0.273236,300,5,0,5589,3155,1,0,0,0),(76662,21911,530,1,1,0,1,-4141.41,3079.03,315.021,4.4738,300,5,0,5589,3155,1,0,0,0),(76663,21911,530,1,1,0,1,-4154.79,3045.47,315.052,6.20352,300,5,0,5589,3155,1,0,0,0),(76664,21911,530,1,1,0,1,-4144.95,3043.15,314.971,2.75582,300,5,0,5589,3155,1,0,0,0),(76665,21911,530,1,1,0,1,-3886.08,3112.68,328.774,5.87893,300,5,0,5589,3155,1,0,0,0),(76666,21911,530,1,1,0,1,-3919.83,3128.57,328.26,2.22661,300,5,0,5589,3155,1,0,0,0),(76667,21911,530,1,1,0,1,-3898.88,3150.28,325.262,1.38997,300,5,0,5589,3155,1,0,0,0),(76668,21911,530,1,1,0,1,-3959.92,3252.81,293.504,5.58014,300,5,0,5589,3155,1,0,0,0),(76669,21911,530,1,1,0,1,-3993.72,3291.7,284.605,3.25928,300,5,0,5589,3155,1,0,0,0),(76670,21911,530,1,1,0,1,-4005.84,3291.63,284.269,6.18253,300,5,0,5589,3155,1,0,0,0),(76671,21911,530,1,1,0,1,-3875.68,3322.77,274.076,2.26613,300,5,0,5589,3155,1,0,0,0),(76672,21911,530,1,1,0,1,-3873.83,3302.48,275.157,2.89188,300,5,0,5589,3155,1,0,0,0),(76673,21911,530,1,1,0,1,-3833.01,3288.18,275.122,5.89067,300,5,0,5589,3155,1,0,0,0),(76674,21911,530,1,1,0,1,-3699.85,3318.83,285.556,6.02969,300,5,0,5589,3155,1,0,0,0),(76675,21911,530,1,1,0,1,-3686.07,3327.08,283.431,4.09139,300,5,0,5589,3155,1,0,0,0),(76676,21911,530,1,1,0,1,-3693.75,3326.07,283.716,5.45031,300,5,0,5589,3155,1,0,0,0),(76677,21912,530,1,1,0,1,-3647,3764.48,302.972,5.91667,300,0,0,7181,0,0,0,0,0),(76678,21912,530,1,1,0,1,-3720.1,3798.85,302.98,3.735,300,0,0,7181,0,0,0,0,0),(76679,21912,530,1,1,0,1,-3869.2,3678.94,335.695,4.06662,300,0,0,7181,0,0,0,0,0),(76680,21912,530,1,1,0,1,-3888.92,3763.38,334.882,1.46608,300,0,0,7181,0,0,0,0,0),(76681,21912,530,1,1,0,1,-4062.56,3274.47,332.927,0.837758,300,0,0,7181,0,0,0,0,0),(76682,21912,530,1,1,0,1,-3988.05,3031.86,356.955,0.296706,300,0,0,7181,0,0,0,0,0),(76683,21912,530,1,1,0,1,-3943.18,3034.5,357.47,5.75128,300,5,0,7181,0,1,0,0,0),(76684,21912,530,1,1,0,1,-3947.85,2991.53,359.798,1.37881,300,0,0,7181,0,0,0,0,0),(76685,21912,530,1,1,0,1,-3976.76,3001.37,362.163,4.90438,300,0,0,7181,0,0,0,0,0),(76686,21912,530,1,1,0,1,-4004.75,3134.93,363.598,1.97222,300,0,0,7181,0,0,0,0,0),(76687,21912,530,1,1,0,1,-3915.44,2996.07,358.251,2.07694,300,0,0,7181,0,0,0,0,0),(76688,21912,530,1,1,0,1,-3894.45,3040.19,357.837,4.13643,300,0,0,7181,0,0,0,0,0),(76689,21912,530,1,1,0,1,-3896.19,3086.22,374.755,2.61799,300,0,0,7181,0,0,0,0,0),(76690,21912,530,1,1,0,1,-3906.62,2955.47,357.568,0.504085,300,5,0,7181,0,1,0,0,0),(76691,21912,530,1,1,0,1,-3885.44,3099.17,374.749,6.2824,300,5,0,7181,0,1,0,0,0),(76692,21912,530,1,1,0,1,-3883.81,3102.47,362.496,5.44973,300,5,0,7181,0,1,0,0,0),(76693,21912,530,1,1,0,1,-3894.77,3106.71,374.725,4.76475,300,0,0,7181,0,0,0,0,0),(76694,21912,530,1,1,0,1,-3955.47,3241.04,333.939,5.20108,300,0,0,7181,0,0,0,0,0),(76695,21912,530,1,1,0,1,-3824.66,3329.08,324.047,3.90954,300,0,0,7181,0,0,0,0,0),(76696,21912,530,1,1,0,1,-3690.53,3297.21,313.081,1.97222,300,0,0,7181,0,0,0,0,0),(76697,21912,530,1,1,0,1,-3841.05,3430.88,325.187,0.191986,300,0,0,7181,0,0,0,0,0),(76698,21923,530,1,1,0,1,4353.5,3470.1,175.45,3.17608,300,5,0,5233,2991,1,0,0,0),(76699,21923,530,1,1,0,1,4489.73,3476.64,179.591,6.01776,300,0,0,5233,2991,0,0,0,0),(76700,21923,530,1,1,0,1,4464.92,3478.92,179.768,6.06607,300,0,0,5233,2991,0,0,0,0),(76701,21923,530,1,1,0,1,4581.82,3406.43,144.416,4.70609,300,5,0,5233,2991,1,0,0,0),(76702,21923,530,1,1,0,1,4556.75,3410.2,150.664,1.88375,300,5,0,5233,2991,1,0,0,0),(76703,21923,530,1,1,0,1,4554.15,3370.72,155.984,5.12948,300,5,0,5233,2991,1,0,0,0),(76704,21923,530,1,1,0,1,4557.74,3308.82,133.272,5.44865,300,5,0,5233,2991,1,0,0,0),(76705,21923,530,1,1,0,1,4488.89,3308.62,151.896,1.55664,300,5,0,5233,2991,1,0,0,0),(76706,21923,530,1,1,0,1,4483.39,3286.83,148.089,2.29202,300,5,0,5233,2991,1,0,0,0),(76707,21923,530,1,1,0,1,4479.39,3476.53,179.217,0.049807,300,0,0,5233,2991,0,0,0,0),(76708,21923,530,1,1,0,1,4343.31,3364.19,149.156,1.99522,300,5,0,5233,2991,1,0,0,0),(76709,21923,530,1,1,0,1,4340.64,3416.52,161.156,2.1206,300,5,0,5233,2991,1,0,0,0),(76710,21923,530,1,1,0,1,4388.67,3381.07,156.785,1.38011,300,5,0,5233,2991,1,0,0,0),(76711,21923,530,1,1,0,1,4355.1,3314.9,144.553,0.146316,300,5,0,5233,2991,1,0,0,0),(76712,21923,530,1,1,0,1,4414.02,3312.08,145.488,4.36253,300,5,0,5233,2991,1,0,0,0),(76713,21923,530,1,1,0,1,4367.74,3276.24,144.567,2.46386,300,5,0,5233,2991,1,0,0,0),(76714,21923,530,1,1,0,1,4447.87,3291.85,148.727,5.85624,300,5,0,5233,2991,1,0,0,0),(76715,21923,530,1,1,0,1,4404.73,3274.31,143.822,2.88411,300,5,0,5233,2991,1,0,0,0),(76716,21928,530,1,1,0,1,-3780.32,2669.17,101.36,3.25117,300,0,0,5589,3155,0,0,0,0),(76717,21930,530,1,1,0,0,1962.86,5492.6,269.222,0,300,0,0,42,0,0,0,0,0),(76718,21935,530,1,1,0,0,1849.34,5512.59,269.222,0,300,0,0,42,0,0,0,0,0),(34044,30733,0,1,1,0,0,-4799.45,-1190.94,505.815,3.17455,25,0,0,902,2680,0,0,0,0),(34043,30732,530,1,1,0,0,-3881.64,-11488.6,-136.1,2.43705,25,0,0,902,2680,0,0,0,0),(34042,30724,1,1,1,0,0,-990.886,218.127,104.399,3.40339,25,0,0,902,2680,0,0,0,0),(34041,30727,530,1,1,0,0,9966.26,-7246.49,32.0769,2.97528,25,0,0,902,2680,0,0,0,0),(76723,21937,530,1,1,0,0,-4036.22,2224.92,111.01,1.85005,300,0,0,4731,2790,0,0,0,0),(76724,21938,530,1,1,0,0,-2922.12,2658.12,94.4376,0.217258,300,0,0,4892,2846,0,0,0,0),(76725,21939,530,1,1,0,0,-3420.98,1373.19,255.846,3.57792,300,0,0,42,0,0,0,0,0),(76726,21940,530,1,1,0,0,-3420.97,1373.17,271.659,2.11185,300,0,0,42,0,0,0,0,0),(76727,21941,530,1,1,0,0,-3824.11,4728.09,-25.9498,0.075354,300,0,0,5715,0,0,0,0,0),(76728,21942,530,1,1,0,0,1955.28,5674.39,269.222,0,300,0,0,42,0,0,0,0,0),(76729,21944,530,1,1,0,0,1821.5,5591.21,269.222,0,300,0,0,42,0,0,0,0,0),(76730,21953,530,1,1,0,1,-4081.72,1214.84,79.4043,5.5676,300,0,0,6542,0,0,0,0,0),(76731,21954,530,1,1,0,1,-4080.77,1159.61,44.5094,4.27606,300,0,0,6761,0,0,0,0,0),(76732,21955,530,1,1,0,1,-4133.09,1131.08,44.6151,5.86431,300,0,0,6542,0,0,0,0,0),(76733,21956,530,1,1,0,0,1696.61,6045.54,144.66,6.24828,300,0,0,8562,0,0,0,0,0),(48010,17814,560,3,1,17959,1,2016.13,1039.78,26.0955,6.24892,86400,0,0,17151,0,0,0,0,0),(48009,17814,560,3,1,17959,1,2639.59,883.199,69.3858,3.2539,86400,0,0,17151,0,0,0,0,0),(76737,21957,530,1,1,0,0,-3163.09,4946.87,-7.04257,5.46288,300,0,0,42,0,0,0,0,0),(76738,21957,530,1,1,0,0,-3163.14,4939.35,-7.09132,0.820305,300,0,0,42,0,0,0,0,0),(76739,21957,530,1,1,0,0,-3154.87,4946.64,-7.0291,3.78736,300,0,0,42,0,0,0,0,0),(76740,21967,530,1,1,0,0,-3443.34,4489.8,-12.5328,1.23918,300,0,0,42,0,0,0,0,0),(76741,21967,530,1,1,0,0,-3460.51,4437.37,-10.5527,4.76475,300,0,0,42,0,0,0,0,0),(76742,21967,530,1,1,0,0,-3418.54,4453.8,-7.9888,4.03171,300,0,0,42,0,0,0,0,0),(76743,21967,530,1,1,0,0,-3383.31,4499.79,-12.2464,5.28835,300,0,0,42,0,0,0,0,0),(76744,21967,530,1,1,0,0,-3413.7,4397.66,-10.6072,5.46288,300,0,0,42,0,0,0,0,0),(76745,21967,530,1,1,0,0,-3448.87,4374.22,-10.7215,0.680678,300,0,0,42,0,0,0,0,0),(76746,21967,530,1,1,0,0,-3368.27,4437.12,-13.1455,2.11185,300,0,0,42,0,0,0,0,0),(76747,21970,530,1,1,0,1,9523.96,-7189.98,16.2115,1.53589,300,0,0,2614,0,0,0,0,0),(76748,21974,530,1,1,0,0,3107.07,3652.84,191.146,1.0472,300,0,0,7685,0,0,0,0,0),(76749,21974,530,1,1,0,0,3072.33,3637.09,190.215,2.96706,300,0,0,7685,0,0,0,0,0),(76750,21974,530,1,1,0,0,3070.15,3700.1,191.774,5.06145,300,0,0,7685,0,0,0,0,0),(76751,21974,530,1,1,0,0,3030.06,3657.22,189.815,1.41372,300,0,0,7685,0,0,0,0,0),(76752,21974,530,1,1,0,0,3022.25,3686.82,180.951,2.6529,300,0,0,7685,0,0,0,0,0),(76753,21974,530,1,1,0,0,3037.93,3670.8,227.65,4.06662,300,0,0,7685,0,0,0,0,0),(76754,21974,530,1,1,0,0,3034.37,3629.7,205.871,4.08407,300,0,0,7685,0,0,0,0,0),(76755,21974,530,1,1,0,0,3001.07,3687.62,180.957,2.51327,300,0,0,7685,0,0,0,0,0),(76756,21974,530,1,1,0,0,2987.4,3636.59,196.316,4.85202,300,0,0,7685,0,0,0,0,0),(76757,21974,530,1,1,0,0,2998.99,3718.37,204.899,3.52556,300,0,0,7685,0,0,0,0,0),(76758,21974,530,1,1,0,0,2997.25,3745.42,192.306,2.18166,300,0,0,7685,0,0,0,0,0),(76759,21974,530,1,1,0,0,2960.63,3683.34,192.005,1.29154,300,0,0,7685,0,0,0,0,0),(76760,21974,530,1,1,0,0,2957.2,3648.61,183.143,3.85718,300,0,0,7685,0,0,0,0,0),(76761,21974,530,1,1,0,0,2969.58,3752.86,192.197,4.32842,300,0,0,7685,0,0,0,0,0),(76762,21975,530,1,1,0,1,2259.62,6523.32,3.30151,0.628319,300,0,0,27522,0,0,0,0,0),(76763,21975,530,1,1,0,1,2252.31,6543.37,3.30151,0.226893,300,0,0,27522,0,0,0,0,0),(76764,21975,530,1,1,0,1,2503.33,6765.19,5.22032,4.74729,300,0,0,27522,0,0,0,0,0),(76765,21975,530,1,1,0,1,2521.37,6759.34,5.22032,4.11898,300,0,0,27522,0,0,0,0,0),(76766,21975,530,1,1,0,1,2654.11,6724.66,22.3566,3.94444,300,0,0,27522,0,0,0,0,0),(76767,21975,530,1,1,0,1,2637.07,6734.98,22.3566,4.43314,300,0,0,27522,0,0,0,0,0),(76768,21975,530,1,1,0,1,2711.87,6484.25,25.6484,0.593412,300,0,0,27522,0,0,0,0,0),(76769,21975,530,1,1,0,1,2708.09,6497.5,25.6484,6.14356,300,0,0,27522,0,0,0,0,0),(76770,21979,530,1,1,0,1,-4328.18,1386.51,143.896,2.92223,300,0,0,34930,0,0,0,0,0),(76771,21981,530,1,1,0,1,2725.66,5433,137.267,5.78059,300,0,0,5060,2933,2,0,0,0),(76772,21983,530,1,1,0,1,2981.4,5485.77,143.858,4.34587,300,0,0,6542,0,0,0,0,0),(76773,21984,530,1,1,0,1,2298.11,6034.42,142.586,2.27597,300,0,0,1476000,0,0,0,0,0),(76774,21985,530,1,1,0,1,-3655.72,3726.62,288.613,1.22807,300,5,0,7181,0,1,0,0,0),(76775,21985,530,1,1,0,1,-3681.53,3781.46,295.554,5.92359,300,5,0,7181,0,1,0,0,0),(76776,21985,530,1,1,0,1,-3726.06,3802.98,302.139,4.07105,300,5,0,7181,0,1,0,0,0),(76777,21985,530,1,1,0,1,-3865.71,3679.47,335.564,1.76566,300,5,0,7181,0,1,0,0,0),(76778,21985,530,1,1,0,1,-3879.27,3704.1,331.807,1.44644,300,5,0,7181,0,1,0,0,0),(76779,21985,530,1,1,0,1,-4053.29,3296.94,332.855,3.22481,300,5,0,7181,0,1,0,0,0),(76780,21985,530,1,1,0,1,-4049.79,3272.74,303.794,5.10999,300,5,0,7181,0,1,0,0,0),(76781,21985,530,1,1,0,1,-3979.89,3128.09,361.82,0.839589,300,5,0,7181,0,1,0,0,0),(76782,21985,530,1,1,0,1,-3917.62,3101.88,373.738,6.02116,300,5,0,7181,0,1,0,0,0),(76783,21985,530,1,1,0,1,-3893.63,3123.04,369.651,2.946,300,5,0,7181,0,1,0,0,0),(76784,21985,530,1,1,0,1,-3966.09,3212.25,333.965,6.03858,300,5,0,7181,0,1,0,0,0),(76785,21985,530,1,1,0,1,-3966.31,3206.63,333.976,4.49188,300,5,0,7181,0,1,0,0,0),(76786,21985,530,1,1,0,1,-3997.36,3251.16,326.248,2.61637,300,5,0,7181,0,1,0,0,0),(76787,21985,530,1,1,0,1,-3852.04,3326.59,275.948,0.725612,300,5,0,7181,0,1,0,0,0),(76788,21985,530,1,1,0,1,-3853.23,3324.82,324.052,5.6994,300,5,0,7181,0,1,0,0,0),(76789,21985,530,1,1,0,1,-3847.28,3383.67,317.5,4.89539,300,5,0,7181,0,1,0,0,0),(76790,21985,530,1,1,0,1,-3695.51,3317.09,312.174,3.43399,300,5,0,7181,0,1,0,0,0),(76791,21985,530,1,1,0,1,-3693.03,3290.65,312.22,2.52915,300,5,0,7181,0,1,0,0,0),(76792,21985,530,1,1,0,1,-3668.72,3361.25,310.983,1.40595,300,5,0,7181,0,1,0,0,0),(76793,21985,530,1,1,0,1,-3660.51,3387.62,313.049,1.58825,300,0,0,7181,0,0,0,0,0),(76794,21985,530,1,1,0,1,-3841.15,3443.32,325.165,2.16782,300,5,0,7181,0,1,0,0,0),(76795,21986,530,1,1,0,1,-3122.31,839.128,-19.7778,3.39105,300,5,0,16767,3155,1,0,0,0),(76796,21986,530,1,1,0,1,-3078.6,871.402,-20.1201,3.37565,300,5,0,16767,3155,1,0,0,0),(76797,21986,530,1,1,0,1,-3071.73,868.251,-18.9951,2.42601,300,0,0,16767,3155,0,0,0,0),(76798,21986,530,1,1,0,1,-3006.6,812.248,-9.37524,2.42601,300,0,0,16767,3155,0,0,0,0),(76799,21986,530,1,1,0,1,-3097.82,831.129,-19.3722,2.02064,300,5,0,16767,3155,1,0,0,0),(76800,21986,530,1,1,0,1,-3097.55,828.505,-19.2472,2.33874,300,0,0,16767,3155,0,0,0,0),(76801,21986,530,1,1,0,1,-3058.79,794.144,-10.0661,0.965849,300,5,0,16767,3155,1,0,0,0),(76802,21986,530,1,1,0,1,-3066.23,798.745,-8.87762,6.14356,300,0,0,16767,3155,0,0,0,0),(76803,21986,530,1,1,0,1,-3021.04,790.25,-9.00278,2.35619,300,0,0,16767,3155,0,0,0,0),(76804,21986,530,1,1,0,1,-3067.16,777.858,-9.82782,6.12611,300,0,0,16767,3155,0,0,0,0),(76805,21986,530,1,1,0,1,-3049.94,703.601,-9.76542,1.46723,300,5,0,16767,3155,1,0,0,0),(76806,21993,530,1,1,0,0,237.938,2698.32,154.082,1.23918,300,0,0,7685,0,0,0,0,0),(76807,21993,530,1,1,0,0,173.808,2743.99,120.31,2.42601,300,0,0,7685,0,0,0,0,0),(76808,21993,530,1,1,0,0,163.244,2797.05,127.363,0.122173,300,0,0,7685,0,0,0,0,0),(76809,21993,530,1,1,0,0,150.654,2672.3,138.65,0.959931,300,0,0,7685,0,0,0,0,0),(76810,21993,530,1,1,0,0,90.7768,2633.36,111.696,2.70526,300,0,0,7685,0,0,0,0,0),(76811,21993,530,1,1,0,0,245.562,2628.79,117.927,1.48353,300,0,0,7685,0,0,0,0,0),(76812,21993,530,1,1,0,0,194.219,2608.36,146.186,0.593412,300,0,0,7685,0,0,0,0,0),(76813,21993,530,1,1,0,0,54.3604,2735.45,102.661,5.96903,300,0,0,7685,0,0,0,0,0),(76814,21993,530,1,1,0,0,120.578,2796.06,139.222,3.33358,300,0,0,7685,0,0,0,0,0),(76815,21993,530,1,1,0,0,-603.832,4101.52,148.528,4.24115,300,0,0,7685,0,0,0,0,0),(76816,21993,530,1,1,0,0,2318.49,6075.8,160.995,5.28835,300,0,0,7685,0,0,0,0,0),(76817,21993,530,1,1,0,0,2433.47,6087.61,178.382,5.70723,300,0,0,7685,0,0,0,0,0),(76818,21993,530,1,1,0,0,2405.35,5941.22,178.892,0.802851,300,0,0,7685,0,0,0,0,0),(76819,21993,530,1,1,0,0,2487.12,5968.15,184.957,4.10152,300,0,0,7685,0,0,0,0,0),(76820,21993,530,1,1,0,0,2291.45,5947.37,161.578,3.21141,300,0,0,7685,0,0,0,0,0),(76821,21993,530,1,1,0,0,2259.32,6003.98,176.726,6.24828,300,0,0,7685,0,0,0,0,0),(76822,21993,530,1,1,0,0,-2961,2564,167,1,300,0,0,7685,0,0,0,0,0),(76823,21993,530,1,1,0,0,-2934.12,2642.89,131.097,5.13127,300,0,0,7685,0,0,0,0,0),(76824,21993,530,1,1,0,0,77.5297,5191.24,59.5442,1.8675,300,0,0,7685,0,0,0,0,0),(76825,21993,530,1,1,0,0,255.405,7797.97,48.2811,6.0912,300,0,0,7685,0,0,0,0,0),(76826,21993,530,1,1,0,0,321.657,7848.02,35.2192,1.53589,300,0,0,7685,0,0,0,0,0),(76827,21993,530,1,1,0,0,253.998,7869.19,58.2218,4.2237,300,0,0,7685,0,0,0,0,0),(76828,21993,530,1,1,0,0,164.615,7853.64,28.1955,4.88692,300,0,0,7685,0,0,0,0,0),(76829,21993,530,1,1,0,0,197.934,7929.81,42.8903,0.418879,300,0,0,7685,0,0,0,0,0),(76830,21993,530,1,1,0,0,310.801,7933.21,46.344,5.88176,300,0,0,7685,0,0,0,0,0),(76831,21993,530,1,1,0,0,-2581.9,4322.99,76.7222,0.314159,300,0,0,7685,0,0,0,0,0),(76832,21993,530,1,1,0,0,-2551.02,4394.72,82.2338,2.58309,300,0,0,7685,0,0,0,0,0),(76833,21993,530,1,1,0,0,-2666.96,4373.86,68.304,2.18166,300,0,0,7685,0,0,0,0,0),(76834,21993,530,1,1,0,0,-2698.74,4431.72,76.5002,3.7001,300,0,0,7685,0,0,0,0,0),(76835,21993,530,1,1,0,0,-2619.77,4461.25,92.2153,5.07891,300,0,0,7685,0,0,0,0,0),(76836,21993,530,1,1,0,0,-1266,6958.48,93.8139,2.74017,300,0,0,7685,0,0,0,0,0),(76837,21993,530,1,1,0,0,-1225.88,7157.76,83.4147,5.63741,300,0,0,7685,0,0,0,0,0),(76838,21993,530,1,1,0,0,-1256.81,7064.48,95.5134,5.61996,300,0,0,7685,0,0,0,0,0),(76839,21993,530,1,1,0,0,-1340.15,6999.32,98.8334,5.0091,300,0,0,7685,0,0,0,0,0),(76840,21993,530,1,1,0,0,-1423.27,7268.78,91.0052,1.09956,300,0,0,7685,0,0,0,0,0),(76841,21993,530,1,1,0,0,-1236.64,7242.07,91.0794,1.0821,300,0,0,7685,0,0,0,0,0),(76842,21993,530,1,1,0,0,-1351.83,7355.52,86.3546,3.28122,300,0,0,7685,0,0,0,0,0),(76843,21993,530,1,1,0,0,-1280.78,7400.27,81.0966,5.02655,300,0,0,7685,0,0,0,0,0),(76844,21993,530,1,1,0,0,-1244.27,7375.2,87.2558,3.59538,300,0,0,7685,0,0,0,0,0),(76845,21993,530,1,1,0,0,-1166.52,7268.7,92.9059,0.872665,300,0,0,7685,0,0,0,0,0),(76846,21993,530,1,1,0,0,-1170.66,7348.6,88.5494,4.04916,300,0,0,7685,0,0,0,0,0),(76847,21993,530,1,1,0,0,-1486.48,7140.42,95.7063,4.31096,300,0,0,7685,0,0,0,0,0),(76848,21996,530,1,1,0,0,-799.159,2623.56,142.174,1.18682,300,0,0,7685,0,0,0,0,0),(76849,21996,530,1,1,0,0,-748.376,2568.25,104.32,3.10669,300,0,0,7685,0,0,0,0,0),(76850,21996,530,1,1,0,0,-751.961,2705.87,142.152,3.7001,300,0,0,7685,0,0,0,0,0),(76851,21996,530,1,1,0,0,-738.375,2658.8,132.788,3.10669,300,0,0,7685,0,0,0,0,0),(76852,21996,530,1,1,0,0,-782.822,2758.05,186.602,0.506145,300,0,0,7685,0,0,0,0,0),(76853,21996,530,1,1,0,0,-707.742,2723.4,112.522,6.0912,300,0,0,7685,0,0,0,0,0),(76854,21996,530,1,1,0,0,-701.16,2656.83,103.921,3.50811,300,0,0,7685,0,0,0,0,0),(76855,21996,530,1,1,0,0,-714.09,2603.27,105.634,5.3058,300,0,0,7685,0,0,0,0,0),(76856,21996,530,1,1,0,0,-663.284,2779.8,107.541,5.39307,300,0,0,7685,0,0,0,0,0),(76857,21996,530,1,1,0,0,-615.047,2656.67,119.909,5.18363,300,0,0,7685,0,0,0,0,0),(76858,21996,530,1,1,0,0,-649.011,2588.6,112.637,2.47837,300,0,0,7685,0,0,0,0,0),(76859,21996,530,1,1,0,0,183.584,4333.27,149.347,3.63029,300,0,0,7685,0,0,0,0,0),(76860,21996,530,1,1,0,0,1939.4,6838.47,189.495,1.50098,300,0,0,7685,0,0,0,0,0),(76861,21996,530,1,1,0,0,2065.98,6728.4,194.799,1.69297,300,0,0,7685,0,0,0,0,0),(76862,21996,530,1,1,0,0,2039.18,6799.69,207.511,0.383972,300,0,0,7685,0,0,0,0,0),(76863,21996,530,1,1,0,0,2062.79,6784.23,219.411,1.25664,300,0,0,7685,0,0,0,0,0),(76864,21996,530,1,1,0,0,2062.39,6810.8,220.15,4.2586,300,0,0,7685,0,0,0,0,0),(76865,21996,530,1,1,0,0,2085.47,6800.73,208.997,4.38078,300,0,0,7685,0,0,0,0,0),(76866,21996,530,1,1,0,0,1946.22,6899.43,182.748,4.74729,300,0,0,7685,0,0,0,0,0),(76867,21996,530,1,1,0,0,2023.03,6896.94,253.396,2.94961,300,0,0,7685,0,0,0,0,0),(76868,21996,530,1,1,0,0,2091.24,6895.28,219.391,1.29154,300,0,0,7685,0,0,0,0,0),(76869,21996,530,1,1,0,0,-3937.56,1997.36,139.168,4.99164,300,0,0,7685,0,0,0,0,0),(76870,21996,530,1,1,0,0,-3878.02,2109.18,145.329,2.09439,300,0,0,7685,0,0,0,0,0),(76871,21996,530,1,1,0,0,-3904.89,2128.52,133.767,1.18682,300,0,0,7685,0,0,0,0,0),(76872,21996,530,1,1,0,0,-3960.66,2061.34,142.882,5.48033,300,0,0,7685,0,0,0,0,0),(76873,21996,530,1,1,0,0,-3970.95,2286.73,173.727,6.23082,300,0,0,7685,0,0,0,0,0),(76874,21996,530,1,1,0,0,-3959.86,2210.98,119.755,1.69297,300,0,0,7685,0,0,0,0,0),(76875,21996,530,1,1,0,0,-4081.2,2181.06,148.631,1.22173,300,0,0,7685,0,0,0,0,0),(76876,21996,530,1,1,0,0,-4041.43,2235.01,143.284,0.069813,300,0,0,7685,0,0,0,0,0),(76877,21996,530,1,1,0,0,216.547,5935.93,86.8529,3.38594,300,0,0,7685,0,0,0,0,0),(76878,21996,530,1,1,0,0,257.217,6020.71,62.3519,3.94444,300,0,0,7685,0,0,0,0,0),(76879,21996,530,1,1,0,0,317.952,5983.41,53.5999,2.72271,300,0,0,7685,0,0,0,0,0),(76880,21996,530,1,1,0,0,239.972,6055.17,188.588,0.05236,300,0,0,7685,0,0,0,0,0),(76881,21996,530,1,1,0,0,281.196,6119.09,187.631,5.14872,300,0,0,7685,0,0,0,0,0),(76882,21996,530,1,1,0,0,281.644,6061.78,186.129,5.53269,300,0,0,7685,0,0,0,0,0),(76883,21996,530,1,1,0,0,281.347,5988.36,187.271,2.54818,300,0,0,7685,0,0,0,0,0),(76884,21996,530,1,1,0,0,321.533,6038.95,182.193,2.47837,300,0,0,7685,0,0,0,0,0),(76885,21996,530,1,1,0,0,1020,7366.83,94.9739,2.35619,300,0,0,7685,0,0,0,0,0),(76886,21996,530,1,1,0,0,997.073,7420.18,73.1639,2.80998,300,0,0,7685,0,0,0,0,0),(76887,21996,530,1,1,0,0,1022,7316.85,107.246,4.79965,300,0,0,7685,0,0,0,0,0),(76888,21996,530,1,1,0,0,-2902.96,3932.89,23.8218,4.27606,300,0,0,7685,0,0,0,0,0),(76889,21996,530,1,1,0,0,-2897.6,3979.81,25.0449,1.5708,300,0,0,7685,0,0,0,0,0),(76890,21996,530,1,1,0,0,-2917.44,3996.81,25.0449,4.60767,300,0,0,7685,0,0,0,0,0),(76891,21996,530,1,1,0,0,-3004.95,3991.58,53.5548,2.70526,300,0,0,7685,0,0,0,0,0),(76892,21996,530,1,1,0,0,-2989.65,3867.69,42.181,0.575959,300,0,0,7685,0,0,0,0,0),(76893,21996,530,1,1,0,0,-2996.56,4036.64,27.254,1.36136,300,0,0,7685,0,0,0,0,0),(76894,21996,530,1,1,0,0,-2953.82,4070.21,29.389,5.39307,300,0,0,7685,0,0,0,0,0),(76895,21996,530,1,1,0,0,-2552.49,7211.25,80.0721,5.16617,300,0,0,7685,0,0,0,0,0),(76896,21996,530,1,1,0,0,-2521.61,7251.5,59.9252,5.044,300,0,0,7685,0,0,0,0,0),(76897,21996,530,1,1,0,0,-2683.96,7194.55,92.1738,6.10865,300,0,0,7685,0,0,0,0,0),(76898,21996,530,1,1,0,0,-2628.48,7292.63,84.3997,4.76475,300,0,0,7685,0,0,0,0,0),(76899,21996,530,1,1,0,0,-2746.16,7316.42,151.266,6.17846,300,0,0,7685,0,0,0,0,0),(76900,21996,530,1,1,0,0,-2619.28,7368.98,98.3846,2.60054,300,0,0,7685,0,0,0,0,0),(76901,21996,530,1,1,0,0,-2571.16,7286.37,70.6506,3.9968,300,0,0,7685,0,0,0,0,0),(76902,21996,530,1,1,0,0,-2567.03,7340.58,40.7447,2.9147,300,0,0,7685,0,0,0,0,0),(76903,21996,530,1,1,0,0,-2518.6,7366.39,79.6252,0.436332,300,0,0,7685,0,0,0,0,0),(76904,21997,530,1,1,0,0,3088.84,3650.18,165.507,3.40339,300,0,0,7685,0,0,0,0,0),(76905,21997,530,1,1,0,0,3080.45,3695.87,171.384,5.77704,300,0,0,7685,0,0,0,0,0),(76906,21997,530,1,1,0,0,3048.87,3636.17,164.447,6.21337,300,0,0,7685,0,0,0,0,0),(76907,21997,530,1,1,0,0,3014.56,3694.92,156.059,3.71755,300,0,0,7685,0,0,0,0,0),(76908,21997,530,1,1,0,0,2981.25,3659.25,173.853,5.09636,300,0,0,7685,0,0,0,0,0),(76909,21997,530,1,1,0,0,3007.99,3668.72,200.211,4.45059,300,0,0,7685,0,0,0,0,0),(76910,21997,530,1,1,0,0,2979.41,3732.97,164.285,2.23402,300,0,0,7685,0,0,0,0,0),(76911,21997,530,1,1,0,0,2956.97,3659.89,152.759,1.90241,300,0,0,7685,0,0,0,0,0),(76912,21999,530,1,1,0,0,-826.037,2633.64,154.006,4.83456,300,0,0,7685,0,0,0,0,0),(76913,21999,530,1,1,0,0,-803.185,2596.41,153.591,5.42797,300,0,0,7685,0,0,0,0,0),(76914,21999,530,1,1,0,0,-776.235,2574.07,122.422,3.05433,300,0,0,7685,0,0,0,0,0),(76915,21999,530,1,1,0,0,-790.544,2655.04,154.621,1.88496,300,0,0,7685,0,0,0,0,0),(76916,21999,530,1,1,0,0,-789.257,2738.45,176.588,5.23599,300,0,0,7685,0,0,0,0,0),(76917,21999,530,1,1,0,0,-808.73,2765.63,176.798,2.30383,300,0,0,7685,0,0,0,0,0),(76918,21999,530,1,1,0,0,-780.226,2784.35,176.218,0.541052,300,0,0,7685,0,0,0,0,0),(76919,21999,530,1,1,0,0,-761.175,2756.92,176.702,5.39307,300,0,0,7685,0,0,0,0,0),(76920,21999,530,1,1,0,0,-715.8,2710.57,106.943,5.39307,300,0,0,7685,0,0,0,0,0),(76921,21999,530,1,1,0,0,-710.613,2756.56,113.657,5.60251,300,0,0,7685,0,0,0,0,0),(76922,21999,530,1,1,0,0,-697.087,2739.31,113.071,4.32842,300,0,0,7685,0,0,0,0,0),(76923,21999,530,1,1,0,0,-696.456,2708.14,113.075,5.42797,300,0,0,7685,0,0,0,0,0),(76924,21999,530,1,1,0,0,-768.089,2617.43,154.744,6.07375,300,0,0,7685,0,0,0,0,0),(76925,21999,530,1,1,0,0,-672.995,2741.72,104.849,3.33358,300,0,0,7685,0,0,0,0,0),(76926,21999,530,1,1,0,0,-687.581,2790.04,127.159,4.4855,300,0,0,7685,0,0,0,0,0),(76927,21999,530,1,1,0,0,-723.389,2562.29,119.186,5.18363,300,0,0,7685,0,0,0,0,0),(76928,21999,530,1,1,0,0,-641.481,2677.02,110.546,5.3058,300,0,0,7685,0,0,0,0,0),(76929,21999,530,1,1,0,0,-638.345,2767.15,115.685,4.46804,300,0,0,7685,0,0,0,0,0),(76930,21999,530,1,1,0,0,-610.073,2698.11,126.095,0.558505,300,0,0,7685,0,0,0,0,0),(76931,21999,530,1,1,0,0,-595.328,2735.58,115.86,3.97935,300,0,0,7685,0,0,0,0,0),(76932,21999,530,1,1,0,0,-625.626,2604.81,113.88,1.06465,300,0,0,7685,0,0,0,0,0),(76933,21999,530,1,1,0,0,-669.69,2574.38,115.854,1.50098,300,0,0,7685,0,0,0,0,0),(76934,21999,530,1,1,0,0,-579.346,2633.43,114.578,1.43117,300,0,0,7685,0,0,0,0,0),(76935,21999,530,1,1,0,0,2063.56,6772,206.974,6.02139,300,0,0,7685,0,0,0,0,0),(76936,21999,530,1,1,0,0,2025.75,6800.15,193.657,3.28122,300,0,0,7685,0,0,0,0,0),(76937,21999,530,1,1,0,0,2099.96,6801.03,193.78,0.645772,300,0,0,7685,0,0,0,0,0),(76938,21999,530,1,1,0,0,2062.76,6817.5,206.897,1.0472,300,0,0,7685,0,0,0,0,0),(76939,21999,530,1,1,0,0,2017.92,6879.16,225.58,5.88176,300,0,0,7685,0,0,0,0,0),(76940,21999,530,1,1,0,0,1958.17,6896.25,181.56,4.17134,300,0,0,7685,0,0,0,0,0),(76941,21999,530,1,1,0,0,2024.83,6896.75,243.382,0.226893,300,0,0,7685,0,0,0,0,0),(76942,21999,530,1,1,0,0,2036.69,6876.86,217.769,4.7822,300,0,0,7685,0,0,0,0,0),(76943,21999,530,1,1,0,0,2078.97,6882.56,209.653,6.02139,300,0,0,7685,0,0,0,0,0),(76944,21999,530,1,1,0,0,2100.88,6906.18,207.789,2.72271,300,0,0,7685,0,0,0,0,0),(76945,21999,530,1,1,0,0,1835.53,5545.41,292.716,0.628319,300,0,0,7685,0,0,0,0,0),(76946,21999,530,1,1,0,0,1890.47,5545.99,278.33,5.72468,300,0,0,7685,0,0,0,0,0),(76947,21999,530,1,1,0,0,1928.77,5571.23,269.267,2.63545,300,0,0,7685,0,0,0,0,0),(76948,21999,530,1,1,0,0,1917.34,5519.32,291.364,3.61283,300,0,0,7685,0,0,0,0,0),(76949,21999,530,1,1,0,0,1953.45,5537.38,300.087,1.3439,300,0,0,7685,0,0,0,0,0),(76950,21999,530,1,1,0,0,-3944.3,1995.48,118.127,2.37365,300,0,0,7685,0,0,0,0,0),(76951,21999,530,1,1,0,0,-3943.19,2064.49,126.969,1.74533,300,0,0,7685,0,0,0,0,0),(76952,21999,530,1,1,0,0,-3973.64,2088.24,141.293,4.5204,300,0,0,7685,0,0,0,0,0),(76953,21999,530,1,1,0,0,-3877.11,2118.59,124.04,3.64774,300,0,0,7685,0,0,0,0,0),(76954,21999,530,1,1,0,0,-4090.91,2136.58,156.176,3.10669,300,0,0,7685,0,0,0,0,0),(76955,21999,530,1,1,0,0,-3908.66,2185.63,129.108,4.31096,300,0,0,7685,0,0,0,0,0),(76956,21999,530,1,1,0,0,-4055.19,2246.82,147.785,1.29154,300,0,0,7685,0,0,0,0,0),(76957,21999,530,1,1,0,0,242.597,5938.95,80.4729,1.55334,300,0,0,7685,0,0,0,0,0),(76958,21999,530,1,1,0,0,252.151,6017.67,44.3957,5.09636,300,0,0,7685,0,0,0,0,0),(76959,21999,530,1,1,0,0,306.185,5970.16,47.6536,4.81711,300,0,0,7685,0,0,0,0,0),(76960,21999,530,1,1,0,0,306.969,6041.61,161.508,3.87463,300,0,0,7685,0,0,0,0,0),(76961,21999,530,1,1,0,0,249.114,6010.04,152.336,4.45059,300,0,0,7685,0,0,0,0,0),(76962,21999,530,1,1,0,0,228.258,6059.06,161.995,3.08923,300,0,0,7685,0,0,0,0,0),(76963,21999,530,1,1,0,0,281.276,6094.28,180.073,6.14356,300,0,0,7685,0,0,0,0,0),(76964,21999,530,1,1,0,0,281.231,6118.58,150.316,2.54818,300,0,0,7685,0,0,0,0,0),(76965,21999,530,1,1,0,0,281.534,5997.2,169.714,5.13127,300,0,0,7685,0,0,0,0,0),(76966,21999,530,1,1,0,0,974.394,7422.64,55.411,4.53786,300,0,0,7685,0,0,0,0,0),(76967,21999,530,1,1,0,0,1049.34,7365.76,59.2758,5.67232,300,0,0,7685,0,0,0,0,0),(76968,21999,530,1,1,0,0,-2902.26,3956.28,26.1126,0.15708,300,0,0,7685,0,0,0,0,0),(76969,21999,530,1,1,0,0,-2909.69,3905.94,23.8218,0.680678,300,0,0,7685,0,0,0,0,0),(76970,21999,530,1,1,0,0,-2912.49,4024.54,22.1254,4.90438,300,0,0,7685,0,0,0,0,0),(76971,21999,530,1,1,0,0,-2892.44,4000.03,25.0449,0.750492,300,0,0,7685,0,0,0,0,0),(76972,21999,530,1,1,0,0,-3002.83,3984.1,23.4764,6.19592,300,0,0,7685,0,0,0,0,0),(76973,21999,530,1,1,0,0,-2997.32,3971.48,61.5186,5.77704,300,0,0,7685,0,0,0,0,0),(76974,21999,530,1,1,0,0,-2976.7,4027.53,18.1939,2.96706,300,0,0,7685,0,0,0,0,0),(76975,21999,530,1,1,0,0,-3009.94,3886.88,23.9891,3.08923,300,0,0,7685,0,0,0,0,0),(76976,21999,530,1,1,0,0,-3020.79,3980.85,18.1659,5.68977,300,0,0,7685,0,0,0,0,0),(76977,21999,530,1,1,0,0,-3015.17,3839.48,43.1764,3.92699,300,0,0,7685,0,0,0,0,0),(76978,21999,530,1,1,0,0,-3060.14,4017.06,27.0633,1.27409,300,0,0,7685,0,0,0,0,0),(76979,21999,530,1,1,0,0,-2980,4074.18,29.389,1.76278,300,0,0,7685,0,0,0,0,0),(76980,21999,530,1,1,0,0,-3024.56,4043.32,27.254,0.872665,300,0,0,7685,0,0,0,0,0),(76981,21999,530,1,1,0,0,-2946.41,4087.58,28.4846,5.39307,300,0,0,7685,0,0,0,0,0),(76982,21999,530,1,1,0,0,-2560.78,7210.63,62.7427,2.93215,300,0,0,7685,0,0,0,0,0),(76983,21999,530,1,1,0,0,-2678.55,7190.99,62.9892,0.244346,300,0,0,7685,0,0,0,0,0),(76984,21999,530,1,1,0,0,-2521.26,7259.47,40.8604,4.2586,300,0,0,7685,0,0,0,0,0),(76985,21999,530,1,1,0,0,-2635.37,7294.26,67.2767,2.87979,300,0,0,7685,0,0,0,0,0),(76986,21999,530,1,1,0,0,-2763.21,7320.41,98.624,5.51524,300,0,0,7685,0,0,0,0,0),(76987,21999,530,1,1,0,0,-2623.18,7374.79,63.6089,5.11381,300,0,0,7685,0,0,0,0,0),(76988,21999,530,1,1,0,0,-2562.79,7297.8,52.3695,2.09439,300,0,0,7685,0,0,0,0,0),(76989,21999,530,1,1,0,0,-2523.14,7358.04,37.1659,1.5708,300,0,0,7685,0,0,0,0,0),(76990,22001,530,1,1,0,0,242.428,2660.11,114.993,3.9619,300,0,0,7685,0,0,0,0,0),(76991,22001,530,1,1,0,0,273.086,2702.24,115.497,2.37365,300,0,0,7685,0,0,0,0,0),(76992,22001,530,1,1,0,0,231.933,2728.2,116.039,3.76991,300,0,0,7685,0,0,0,0,0),(76993,22001,530,1,1,0,0,175.677,2742.48,120.482,0,300,0,0,7685,0,0,0,0,0),(76994,22001,530,1,1,0,0,206.633,2692.8,116.187,5.16617,300,0,0,7685,0,0,0,0,0),(76995,22001,530,1,1,0,0,162.617,2798.01,127.531,5.60251,300,0,0,7685,0,0,0,0,0),(76996,22001,530,1,1,0,0,121.65,2790.78,137.336,2.74017,300,0,0,7685,0,0,0,0,0),(76997,22001,530,1,1,0,0,57.8527,2742.39,97.2011,3.1765,300,0,0,7685,0,0,0,0,0),(76998,22001,530,1,1,0,0,49.7441,2732.28,97.0366,2.6529,300,0,0,7685,0,0,0,0,0),(76999,22001,530,1,1,0,0,-593.43,4078.41,151.651,4.20624,300,0,0,7685,0,0,0,0,0),(77000,22001,530,1,1,0,0,2327.74,6073.73,161.68,6.26573,300,0,0,7685,0,0,0,0,0),(77001,22001,530,1,1,0,0,2436.2,6092.03,177.403,0.226893,300,0,0,7685,0,0,0,0,0),(77002,22001,530,1,1,0,0,2383.21,5928.86,185.677,4.85202,300,0,0,7685,0,0,0,0,0),(77003,22001,530,1,1,0,0,2385.14,5957.78,185.677,2.21657,300,0,0,7685,0,0,0,0,0),(77004,22001,530,1,1,0,0,2421.57,5961.94,185.677,3.36848,300,0,0,7685,0,0,0,0,0),(77005,22001,530,1,1,0,0,2426.07,5925.07,185.677,4.27606,300,0,0,7685,0,0,0,0,0),(77006,22001,530,1,1,0,0,2492.92,5968.36,184.799,1.46608,300,0,0,7685,0,0,0,0,0),(77007,22001,530,1,1,0,0,2282.89,5945.33,162.638,1.11701,300,0,0,7685,0,0,0,0,0),(77008,22001,530,1,1,0,0,2264.98,6003.74,176.357,5.77704,300,0,0,7685,0,0,0,0,0),(77009,22001,530,1,1,0,0,-3005,2640,94,1,300,0,0,7685,0,0,0,0,0),(77010,22001,530,1,1,0,0,-2916.44,2659.27,124.076,3.35103,300,0,0,7685,0,0,0,0,0),(77011,22001,530,1,1,0,0,-3094.21,2595.93,76.9894,4.93928,300,0,0,7685,0,0,0,0,0),(77012,22001,530,1,1,0,0,-2967.67,2560.49,149.482,1.3439,300,0,0,7685,0,0,0,0,0),(77013,22001,530,1,1,0,0,-3089.79,2516.04,97.5609,5.58505,300,0,0,7685,0,0,0,0,0),(77014,22001,530,1,1,0,0,112.733,5235.92,38.5466,3.28122,300,0,0,7685,0,0,0,0,0),(77015,22001,530,1,1,0,0,132.889,5139.28,55.1052,0.401426,300,0,0,7685,0,0,0,0,0),(77016,22001,530,1,1,0,0,-2582.18,4322.6,62.3936,5.25344,300,0,0,7685,0,0,0,0,0),(77017,22001,530,1,1,0,0,-2551.52,4347.2,43.7415,2.67035,300,0,0,7685,0,0,0,0,0),(77018,22001,530,1,1,0,0,-2555.44,4395.77,70.2068,6.14356,300,0,0,7685,0,0,0,0,0),(77019,22001,530,1,1,0,0,-2667.55,4381.95,56.6353,1.27409,300,0,0,7685,0,0,0,0,0),(77020,22001,530,1,1,0,0,-2623.69,4435.32,69.973,3.31613,300,0,0,7685,0,0,0,0,0),(77021,22001,530,1,1,0,0,-2625.49,4408.14,47.8328,2.53073,300,0,0,7685,0,0,0,0,0),(77022,22001,530,1,1,0,0,-2594.23,4457.58,69.973,4.83456,300,0,0,7685,0,0,0,0,0),(77023,22001,530,1,1,0,0,-2682.51,4439.58,68.6271,4.04916,300,0,0,7685,0,0,0,0,0),(77024,22001,530,1,1,0,0,-2615.97,4486.83,69.973,5.18363,300,0,0,7685,0,0,0,0,0),(77025,22001,530,1,1,0,0,-2645.91,4464.38,69.973,2.94961,300,0,0,7685,0,0,0,0,0),(77026,22001,530,1,1,0,0,-1266.26,6963.27,71.9435,0.05236,300,0,0,7685,0,0,0,0,0),(77027,22001,530,1,1,0,0,-1203.53,7144.56,90.2001,6.21337,300,0,0,7685,0,0,0,0,0),(77028,22001,530,1,1,0,0,-1211.8,7180.73,90.2001,3.35103,300,0,0,7685,0,0,0,0,0),(77029,22001,530,1,1,0,0,-1239.35,7136.66,90.2001,1.309,300,0,0,7685,0,0,0,0,0),(77030,22001,530,1,1,0,0,-1247.11,7172.16,90.2001,3.36848,300,0,0,7685,0,0,0,0,0),(77031,22001,530,1,1,0,0,-1255.97,7042.39,56.3197,0.087266,300,0,0,7685,0,0,0,0,0),(77032,22001,530,1,1,0,0,-1270.4,7080.36,69.0811,2.32129,300,0,0,7685,0,0,0,0,0),(77033,22001,530,1,1,0,0,-1339.05,7004.15,71.3192,2.56563,300,0,0,7685,0,0,0,0,0),(77034,22001,530,1,1,0,0,-1418.82,7270.5,56.1453,2.54818,300,0,0,7685,0,0,0,0,0),(77035,22001,530,1,1,0,0,-1240.01,7249.28,70.1693,0.05236,300,0,0,7685,0,0,0,0,0),(77036,22001,530,1,1,0,0,-1340.95,7353.25,54.4457,0.174533,300,0,0,7685,0,0,0,0,0),(77037,22001,530,1,1,0,0,-1249.16,7375.79,67.8163,2.3911,300,0,0,7685,0,0,0,0,0),(77038,22001,530,1,1,0,0,-1287.89,7395.8,61.1279,4.08407,300,0,0,7685,0,0,0,0,0),(77039,22001,530,1,1,0,0,-1174.58,7351.25,67.5236,2.26893,300,0,0,7685,0,0,0,0,0),(77040,22001,530,1,1,0,0,-1165.59,7268.11,73.2856,3.38594,300,0,0,7685,0,0,0,0,0),(77041,22001,530,1,1,0,0,-1483.92,7135.43,74.7177,3.71755,300,0,0,7685,0,0,0,0,0),(77042,22002,530,1,1,0,0,175.717,2582.29,83.4964,5.95157,300,0,0,7685,0,0,0,0,0),(77043,22002,530,1,1,0,0,220.207,2590.95,88.0852,0.401426,300,0,0,7685,0,0,0,0,0),(77044,22002,530,1,1,0,0,174.451,2632.11,86.8997,3.52556,300,0,0,7685,0,0,0,0,0),(77045,22002,530,1,1,0,0,100.095,2616.23,76.0597,4.74729,300,0,0,7685,0,0,0,0,0),(77046,22002,530,1,1,0,0,84.3212,2651.17,82.0692,4.71239,300,0,0,7685,0,0,0,0,0),(77047,22002,530,1,1,0,0,105.509,5177.62,22.0492,3.33358,300,0,0,7685,0,0,0,0,0),(77048,22002,530,1,1,0,0,105.444,5206.8,21.7179,4.18879,300,0,0,7685,0,0,0,0,0),(77049,22002,530,1,1,0,0,254.454,7790.54,23.3164,3.76991,300,0,0,7685,0,0,0,0,0),(77050,22002,530,1,1,0,0,236.742,7837.77,23.671,2.05949,300,0,0,7685,0,0,0,0,0),(77051,22002,530,1,1,0,0,263.84,7847.25,23.9397,1.78024,300,0,0,7685,0,0,0,0,0),(77052,22002,530,1,1,0,0,294.597,7850.74,22.4387,1.3439,300,0,0,7685,0,0,0,0,0),(77053,22002,530,1,1,0,0,172.291,7856.55,17.4597,4.10152,300,0,0,7685,0,0,0,0,0),(77054,22002,530,1,1,0,0,263.233,7884.71,21.8265,0.994838,300,0,0,7685,0,0,0,0,0),(77055,22002,530,1,1,0,0,222.793,7900.79,17.5803,1.11701,300,0,0,7685,0,0,0,0,0),(77056,22002,530,1,1,0,0,292.212,7908.89,20.2949,0.907571,300,0,0,7685,0,0,0,0,0),(77057,22002,530,1,1,0,0,356.766,7851.77,22.2362,1.79769,300,0,0,7685,0,0,0,0,0),(77058,22002,530,1,1,0,0,293.21,7950.32,21.3365,5.95157,300,0,0,7685,0,0,0,0,0),(77059,22002,530,1,1,0,0,190.43,7958.67,23.4529,2.79253,300,0,0,7685,0,0,0,0,0),(77060,22003,530,1,1,0,0,-776.479,2718.4,116.536,1.13446,300,0,0,7685,0,0,0,0,0),(77061,22003,530,1,1,0,0,-758.837,2649.03,107.343,3.47321,300,0,0,7685,0,0,0,0,0),(77062,22003,530,1,1,0,0,-747.311,2748.85,114.686,0.331613,300,0,0,7685,0,0,0,0,0),(77063,22003,530,1,1,0,0,-714.449,2652.42,92.8407,5.3058,300,0,0,7685,0,0,0,0,0),(77064,22003,530,1,1,0,0,-733.511,2614.9,90.6077,3.85718,300,0,0,7685,0,0,0,0,0),(77065,22003,530,1,1,0,0,-686.467,2662.15,91.8925,3.97935,300,0,0,7685,0,0,0,0,0),(77066,22003,530,1,1,0,0,-694.963,2595.15,88.6445,2.05949,300,0,0,7685,0,0,0,0,0),(77067,22003,530,1,1,0,0,-572.22,2677.74,85.5282,3.03687,300,0,0,7685,0,0,0,0,0),(77068,22003,530,1,1,0,0,200.015,4354.05,117.159,5.93412,300,0,0,7685,0,0,0,0,0),(77069,22003,530,1,1,0,0,199.817,4310.06,117.62,0.907571,300,0,0,7685,0,0,0,0,0),(77070,22003,530,1,1,0,0,1923.72,6836.59,149.922,5.8294,300,0,0,7685,0,0,0,0,0),(77071,22003,530,1,1,0,0,2066.81,6710.1,147.937,2.40855,300,0,0,7685,0,0,0,0,0),(77072,22003,530,1,1,0,0,-3956.97,2237.82,101.931,2.07694,300,0,0,7685,0,0,0,0,0),(77073,22003,530,1,1,0,0,-4024.86,2217.85,110.236,6.24828,300,0,0,7685,0,0,0,0,0),(77074,22003,530,1,1,0,0,-4056.28,2186.21,109.914,3.92699,300,0,0,7685,0,0,0,0,0),(77075,22003,530,1,1,0,0,352.731,6048.29,127.761,5.16617,300,0,0,7685,0,0,0,0,0),(77076,22003,530,1,1,0,0,317.391,6112.87,129.172,4.41568,300,0,0,7685,0,0,0,0,0),(77077,22003,530,1,1,0,0,237.692,6102.14,128.294,4.99164,300,0,0,7685,0,0,0,0,0),(77078,22003,530,1,1,0,0,202.962,6067.11,148.404,6.17846,300,0,0,7685,0,0,0,0,0),(77079,22003,530,1,1,0,0,283.265,5954.89,149.825,3.94444,300,0,0,7685,0,0,0,0,0),(77080,22003,530,1,1,0,0,1021.38,7310.59,43.373,5.67232,300,0,0,7685,0,0,0,0,0),(77081,22003,530,1,1,0,0,1009.23,7426.61,28.1961,5.49779,300,0,0,7685,0,0,0,0,0),(77082,22003,530,1,1,0,0,-2565.8,7364.99,9.5735,3.7001,300,0,0,7685,0,0,0,0,0),(77083,22004,530,1,1,0,1,2207.24,4761.25,158.082,3.26377,300,0,0,1397200,0,0,0,0,0),(77084,22006,530,1,1,0,1,-3244.62,283.497,137.107,4.87723,300,0,0,83835,18930,0,0,0,0),(77085,22007,530,1,1,0,1,2980.58,5483.43,143.841,1.22173,300,0,0,6542,0,0,0,0,0),(77086,22011,530,1,1,0,0,-4501.33,1312.93,124.729,5.25344,300,0,0,27944,0,0,0,0,0),(77087,22012,530,1,1,0,0,-4496.98,1307.31,124.579,2.28638,300,0,0,22356,63100,0,0,0,0),(77088,22016,530,1,1,0,1,-4395.84,1292.16,85.0072,2.23402,300,0,0,5233,2991,0,0,0,0),(77089,22016,530,1,1,0,1,-4444.62,1301.59,112.151,1.53589,300,0,0,5233,2991,0,0,0,0),(77090,22016,530,1,1,0,1,-4448.52,1301.49,114.243,1.62316,300,0,0,5233,2991,0,0,0,0),(77091,22016,530,1,1,0,1,-4428.07,1294.68,79.4027,5.60251,300,0,0,5233,2991,0,0,0,0),(77092,22016,530,1,1,0,1,-4431.71,1291.15,78.5277,5.51524,300,0,0,5233,2991,0,0,0,0),(77093,22016,530,1,1,0,1,-4409.83,1279.68,78.9027,2.23402,300,0,0,5233,2991,0,0,0,0),(77094,22016,530,1,1,0,1,-4412.82,1277,79.1527,2.33874,300,0,0,5233,2991,0,0,0,0),(77095,22016,530,1,1,0,1,-4452.75,1228.52,57.8289,2.37365,300,0,0,5233,2991,0,0,0,0),(77096,22016,530,1,1,0,1,-4455.95,1224.73,54.1602,2.6529,300,0,0,5233,2991,0,0,0,0),(77097,22016,530,1,1,0,1,-4434.32,1251.85,70.6219,2.53073,300,0,0,5233,2991,0,0,0,0),(77098,22016,530,1,1,0,1,-4432.4,1255.07,71.9666,2.42601,300,0,0,5233,2991,0,0,0,0),(77099,22016,530,1,1,0,1,-4450.57,1275.53,70.2289,5.61996,300,0,0,5233,2991,0,0,0,0),(77100,22016,530,1,1,0,1,-4453.19,1272.51,68.9339,5.55015,300,0,0,5233,2991,0,0,0,0),(77101,22016,530,1,1,0,1,-4475.84,1249.63,55.7845,5.58505,300,0,0,5233,2991,0,0,0,0),(77102,22016,530,1,1,0,1,-4478.31,1246.61,54.4756,5.70654,300,0,0,5233,2991,0,0,0,0),(77103,22016,530,1,1,0,1,-4498.34,1358.71,132.181,2.80998,300,0,0,5233,2991,0,0,0,0),(77104,22016,530,1,1,0,1,-4472.64,1297.54,122.284,1.53589,300,0,0,5233,2991,0,0,0,0),(77105,22016,530,1,1,0,1,-4477.01,1297.55,122.737,1.65806,300,0,0,5233,2991,0,0,0,0),(77106,22016,530,1,1,0,1,-4463.65,1323.49,118.16,4.90438,300,0,0,5233,2991,0,0,0,0),(77107,22016,530,1,1,0,1,-4459.74,1324.07,117.66,4.83456,300,0,0,5233,2991,0,0,0,0),(77108,22016,530,1,1,0,1,-4435.65,1324.36,108.91,4.76475,300,0,0,5233,2991,0,0,0,0),(77109,22016,530,1,1,0,1,-4439.02,1324.27,110.41,4.81711,300,0,0,5233,2991,0,0,0,0),(77110,22016,530,1,1,0,1,-4394.71,1395.12,141.767,5.044,300,0,0,5233,2991,0,0,0,0),(77111,22016,530,1,1,0,1,-4398.19,1394.59,141.231,4.66003,300,0,0,5233,2991,0,0,0,0),(77112,22016,530,1,1,0,1,-4435.27,1342.66,134.141,1.74533,300,0,0,5233,2991,0,0,0,0),(77113,22016,530,1,1,0,1,-4417.64,1349.76,137.674,1.85005,300,0,0,5233,2991,0,0,0,0),(77114,22016,530,1,1,0,1,-4421.24,1348.15,137.293,1.90241,300,0,0,5233,2991,0,0,0,0),(77115,22016,530,1,1,0,1,-4402.11,1356.14,139.413,1.69297,300,0,0,5233,2991,0,0,0,0),(77116,22016,530,1,1,0,1,-4405.68,1354.71,138.537,2.23402,300,0,0,5233,2991,0,0,0,0),(77117,22016,530,1,1,0,1,-4418.94,1398.98,144.497,4.64258,300,0,0,5233,2991,0,0,0,0),(77118,22016,530,1,1,0,1,-4425.03,1399.44,144.906,4.72984,300,0,0,5233,2991,0,0,0,0),(77119,22016,530,1,1,0,1,-4444.76,1402.8,153.12,4.67748,300,0,0,5233,2991,0,0,0,0),(77120,22016,530,1,1,0,1,-4450.36,1401.98,152.913,4.72984,300,0,0,5233,2991,0,0,0,0),(77121,22016,530,1,1,0,1,-4368.87,1329.79,87.0142,4.76475,300,0,0,5233,2991,0,0,0,0),(77122,22016,530,1,1,0,1,-4363.92,1329.67,86.3342,4.74144,300,0,0,5233,2991,0,0,0,0),(77123,22016,530,1,1,0,1,-4366.69,1403.16,143.655,4.88692,300,0,0,5233,2991,0,0,0,0),(77124,22016,530,1,1,0,1,-4371.13,1402.86,143.619,4.76475,300,0,0,5233,2991,0,0,0,0),(77125,22016,530,1,1,0,1,-4352.14,1360.5,148.634,1.5708,300,0,0,5233,2991,0,0,0,0),(77126,22016,530,1,1,0,1,-4356.69,1360.72,147.384,1.64061,300,0,0,5233,2991,0,0,0,0),(77127,22016,530,1,1,0,1,-4314.92,1392.79,145.181,4.72984,300,0,0,5233,2991,0,0,0,0),(77128,22016,530,1,1,0,1,-4318.99,1393.43,144.843,4.57276,300,0,0,5233,2991,0,0,0,0),(77129,22016,530,1,1,0,1,-4282.86,1372.47,142.985,1.5708,300,0,0,5233,2991,0,0,0,0),(77130,22016,530,1,1,0,1,-4286.95,1372.65,144.491,1.36136,300,0,0,5233,2991,0,0,0,0),(77131,22016,530,1,1,0,1,-4303.62,1368.63,142.445,1.58825,300,0,0,5233,2991,0,0,0,0),(77132,22016,530,1,1,0,1,-4309.14,1368.47,143.183,1.51844,300,0,0,5233,2991,0,0,0,0),(77133,22016,530,1,1,0,1,-4225.36,1382.27,131.804,0.593412,300,0,0,5233,2991,0,0,0,0),(77134,22016,530,1,1,0,1,-4228.46,1386.52,131.695,0.994838,300,0,0,5233,2991,0,0,0,0),(77135,22016,530,1,1,0,1,-4286.96,1399.46,141.727,0.226893,300,0,0,5233,2991,0,0,0,0),(77136,22016,530,1,1,0,1,-4285.29,1403.7,142.747,0.15708,300,0,0,5233,2991,0,0,0,0),(77137,22016,530,1,1,0,1,-4123.92,1401.82,85.7138,0.663225,300,0,0,5233,2991,0,0,0,0),(77138,22016,530,1,1,0,1,-4123.19,1398.51,84.9336,0.698132,300,0,0,5233,2991,0,0,0,0),(77139,22016,530,1,1,0,1,-4091.16,1401.57,86.388,2.18166,300,0,0,5233,2991,0,0,0,0),(77140,22016,530,1,1,0,1,-4094.89,1399.19,85.662,2.1293,300,0,0,5233,2991,0,0,0,0),(77141,22017,530,1,1,0,1,-4454.15,1225.99,55.5899,2.26893,300,0,0,5233,2991,0,0,0,0),(77142,22017,530,1,1,0,1,-4451.96,1274.14,69.7969,5.61996,300,0,0,5233,2991,0,0,0,0),(77143,22017,530,1,1,0,1,-4474.75,1297.63,122.531,1.85005,300,0,0,5233,2991,0,0,0,0),(77144,22017,530,1,1,0,1,-4424.6,1307.1,101.486,0.366519,300,0,0,5233,2991,0,0,0,0),(77145,22017,530,1,1,0,1,-4415.51,1310.73,97.1105,3.35103,300,0,0,5233,2991,0,0,0,0),(77146,22017,530,1,1,0,1,-4396.59,1394.88,141.498,5.14872,300,0,0,5233,2991,0,0,0,0),(77147,22017,530,1,1,0,1,-4447.99,1404.78,155.036,4.63644,300,0,0,5233,2991,0,0,0,0),(77148,22017,530,1,1,0,1,-4366.27,1329.88,86.6507,4.69494,300,0,0,5233,2991,0,0,0,0),(77149,22017,530,1,1,0,1,-4369.08,1402.93,143.522,4.67748,300,0,0,5233,2991,0,0,0,0),(77150,22017,530,1,1,0,1,-4378.14,1362.2,142.54,3.35103,300,0,0,5233,2991,0,0,0,0),(77151,22017,530,1,1,0,1,-4385.41,1361.22,141.637,0.191986,300,0,0,5233,2991,0,0,0,0),(77152,22017,530,1,1,0,1,-4244.6,1375.73,140.602,2.84489,300,0,0,5233,2991,0,0,0,0),(77153,22017,530,1,1,0,1,-4255.23,1377.49,142.328,0.034907,300,0,0,5233,2991,0,0,0,0),(77154,22017,530,1,1,0,1,-4093.02,1400.73,86.013,2.33874,300,0,0,5233,2991,0,0,0,0),(77155,22018,530,1,1,0,1,-4449.74,1272.55,68.1758,3.84489,300,5,0,6761,0,1,0,0,0),(77156,22018,530,1,1,0,1,-4446.13,1241.27,63.4163,4.03216,300,5,0,6761,0,1,0,0,0),(77157,22018,530,1,1,0,1,-4582.99,1309.63,135.416,0.087266,300,0,0,6761,0,0,0,0,0),(77158,22018,530,1,1,0,1,-4581.02,1306.49,135.416,0.139626,300,0,0,6761,0,0,0,0,0),(77159,22018,530,1,1,0,1,-4555.49,1344.41,135.456,5.74213,300,0,0,6761,0,0,0,0,0),(77160,22018,530,1,1,0,1,-4560.18,1343.25,135.456,5.79449,300,0,0,6761,0,0,0,0,0),(77161,22018,530,1,1,0,1,-4531.12,1294.86,130.965,0.122173,300,0,0,6761,0,0,0,0,0),(77162,22018,530,1,1,0,1,-4534.01,1297.44,131.134,6.23082,300,0,0,6761,0,0,0,0,0),(77163,22018,530,1,1,0,1,-4488.53,1359.32,130.252,0.370756,300,5,0,6761,0,1,0,0,0),(77164,22018,530,1,1,0,1,-4525.64,1342.22,130.276,6.05629,300,0,0,6761,0,0,0,0,0),(77165,22018,530,1,1,0,1,-4528.85,1339.22,130.859,6.0912,300,0,0,6761,0,0,0,0,0),(77166,22018,530,1,1,0,1,-4375.13,1367.13,142.106,5.64046,300,5,0,6761,0,1,0,0,0),(77167,22018,530,1,1,0,1,-4349.44,1405.27,144.097,4.76475,300,0,0,6761,0,0,0,0,0),(77168,22018,530,1,1,0,1,-4312.6,1371.35,144.507,5.58963,300,5,0,6761,0,1,0,0,0),(77169,22018,530,1,1,0,1,-4314.64,1390.93,144.591,0.049861,300,5,0,6761,0,1,0,0,0),(77170,22018,530,1,1,0,1,-4337.83,1403.84,143.998,4.45059,300,0,0,6761,0,0,0,0,0),(77171,22019,530,1,1,0,1,3052.11,7074.33,155.91,0.680678,300,0,0,9813,0,0,0,0,0),(77172,22020,530,1,1,0,1,2948.06,5446.82,147.584,5.23599,300,0,0,6326,0,0,0,0,0),(77173,22021,530,1,1,0,0,2947.67,5448.04,148.045,0.523599,300,0,0,42,0,0,0,0,0),(77174,22025,530,1,1,0,1,-3023.25,2044.44,96.9412,3.63741,300,0,0,5233,2991,0,0,0,0),(77175,22037,530,1,1,0,1,-3275.15,504.56,92.5611,6.24828,300,0,0,6761,0,0,0,0,0),(77176,22039,530,1,1,0,0,1112.69,6044.74,151.02,5.8265,300,0,0,4422,2620,0,0,0,0),(77177,22039,530,1,1,0,0,1175.25,5999.79,159.322,3.44269,300,0,0,4422,2620,0,0,0,0),(77178,22039,530,1,1,0,0,1161.62,6072.36,158.989,0.921407,300,0,0,4422,2620,0,0,0,0),(77179,22039,530,1,1,0,0,1247.51,5999.79,180.226,0.802851,300,0,0,4422,2620,0,0,0,0),(77180,22039,530,1,1,0,0,1321.94,6004.61,171.459,5.55015,300,0,0,4422,2620,0,0,0,0),(77181,22039,530,1,1,0,0,1358.66,6023.16,154.308,4.17174,300,0,0,4422,2620,0,0,0,0),(77182,22039,530,1,1,0,0,1414.85,6011.94,148.322,3.68375,300,0,0,4422,2620,0,0,0,0),(77183,22039,530,1,1,0,0,1430.83,6022.14,145.406,4.39847,300,0,0,4422,2620,0,0,0,0),(77184,22039,530,1,1,0,0,1343.15,6881.51,111.296,0.017453,300,0,0,4422,2620,0,0,0,0),(77185,22039,530,1,1,0,0,1306.88,6960.35,103.751,2.37365,300,0,0,4422,2620,0,0,0,0),(77186,22039,530,1,1,0,0,1338.79,6936.47,93.1204,3.91614,300,0,0,4422,2620,0,0,0,0),(77187,22039,530,1,1,0,0,1253.1,6959.13,109.429,5.2709,300,0,0,4422,2620,0,0,0,0),(77188,22039,530,1,1,0,0,1181.44,7005.68,122.716,4.79965,300,0,0,4422,2620,0,0,0,0),(77189,22039,530,1,1,0,0,1212.68,6978.98,119.667,0.261799,300,0,0,4422,2620,0,0,0,0),(77190,22039,530,1,1,0,0,1052.58,6019.54,140.885,4.62512,300,0,0,4422,2620,0,0,0,0),(77191,22040,530,1,1,0,0,1252.22,6959.56,109.648,4.79157,300,0,0,5527,0,2,0,0,0),(77192,22040,530,1,1,0,0,1308.53,6957.84,103.731,5.64476,300,0,0,5527,0,2,0,0,0),(77193,22040,530,1,1,0,0,1182.27,7005.14,122.562,0.014402,300,0,0,5527,0,2,0,0,0),(77194,22040,530,1,1,0,0,1213.56,6978.56,119.448,3.14271,300,0,0,5527,0,2,0,0,0),(77195,22040,530,1,1,0,0,1331.97,6921.99,103.445,3.00483,300,0,0,5527,0,2,0,0,0),(77196,22040,530,1,1,0,0,1308.01,6958.69,103.712,5.70704,300,0,0,5527,0,2,0,0,0),(77197,22040,530,1,1,0,0,3113.81,6200.3,142.263,1.19287,300,0,0,5527,0,0,0,0,0),(77198,22040,530,1,1,0,0,3135.4,6236.62,137.463,2.63824,300,0,0,5527,0,0,0,0,0),(77199,22040,530,1,1,0,0,3205.48,6290.76,143.321,4.46608,300,0,0,5527,0,0,0,0,0),(77200,22040,530,1,1,0,0,3206.03,6297.4,134.013,1.46622,300,0,0,5527,0,0,0,0,0),(77201,22040,530,1,1,0,0,3208.64,6363.27,153.608,5.34254,300,0,0,5527,0,0,0,0,0),(77202,22040,530,1,1,0,0,3215.39,6350.47,137.6,3.59581,300,0,0,5527,0,0,0,0,0),(77203,22042,530,1,1,0,1,-3935.71,2091.78,95.4569,0.663225,300,0,0,6542,0,0,0,0,0),(77204,22043,530,1,1,0,1,-3039,2519,62.5028,3,300,0,0,6542,0,0,0,0,0),(77205,22044,530,1,1,0,0,998.442,5981.6,124.96,2.54145,300,5,0,5914,0,1,0,0,0),(77206,22044,530,1,1,0,0,962.83,6006.36,124.163,5.11874,300,5,0,5914,0,1,0,0,0),(77207,22044,530,1,1,0,0,1056.27,6011.82,128.366,5.53666,300,5,0,5914,0,1,0,0,0),(77208,22044,530,1,1,0,0,1049.92,6058.82,130.524,1.04341,300,0,0,5914,0,0,0,0,0),(77209,22044,530,1,1,0,0,1090.78,6016.96,140.278,5.2202,300,5,0,5914,0,1,0,0,0),(77210,22044,530,1,1,0,0,1115.66,6052.1,152.733,5.55911,300,5,0,5914,0,1,0,0,0),(77211,22044,530,1,1,0,0,1102.22,6069.14,145.604,0.249411,300,5,0,5914,0,1,0,0,0),(77212,22044,530,1,1,0,0,1169.2,6020.42,159.153,1.13019,300,5,0,5914,0,1,0,0,0),(77213,22044,530,1,1,0,0,1144.29,6037.82,157.031,5.60828,300,5,0,5914,0,1,0,0,0),(77214,22044,530,1,1,0,0,1134.17,6075.56,155.294,5.33247,300,0,0,5914,0,0,0,0,0),(77215,22044,530,1,1,0,0,1195.42,6053.8,164.067,4.30173,300,5,0,5914,0,1,0,0,0),(77216,22044,530,1,1,0,0,1198.23,6008.13,161.646,3.52128,300,5,0,5914,0,1,0,0,0),(77217,22044,530,1,1,0,0,1227.71,6032.74,168.827,5.6389,300,0,0,5914,0,0,0,0,0),(77218,22044,530,1,1,0,0,1240.91,6008.52,169.327,1.18526,300,5,0,5914,0,1,0,0,0),(77219,22044,530,1,1,0,0,1273.46,6006,168.845,5.08407,300,5,0,5914,0,1,0,0,0),(77220,22044,530,1,1,0,0,1300.06,5982.07,164.631,4.37651,300,5,0,5914,0,1,0,0,0),(77221,22044,530,1,1,0,0,1319.18,6019.5,160.719,3.1215,300,5,0,5914,0,1,0,0,0),(77222,22044,530,1,1,0,0,1349.94,6027.66,155.237,0.620739,300,5,0,5914,0,1,0,0,0),(77223,22044,530,1,1,0,0,1378.54,6028.47,152.747,5.43717,300,5,0,5914,0,1,0,0,0),(77224,22044,530,1,1,0,0,1408.58,6036.01,151.53,3.43923,300,5,0,5914,0,1,0,0,0),(77225,22044,530,1,1,0,0,1361.74,6065.51,156.364,1.28902,300,5,0,5914,0,1,0,0,0),(77226,22044,530,1,1,0,0,1435.62,6041.78,143.325,3.6045,300,5,0,5914,0,1,0,0,0),(77227,22044,530,1,1,0,0,1398.88,6085,152.47,0.682339,300,5,0,5914,0,1,0,0,0),(77228,22044,530,1,1,0,0,1444.26,6072.19,139.438,0.89372,300,5,0,5914,0,1,0,0,0),(77229,22044,530,1,1,0,0,1476.52,6072.16,130.236,4.16739,300,5,0,5914,0,1,0,0,0),(77230,22044,530,1,1,0,0,1461.08,6837.06,109.534,6.13315,300,5,0,5914,0,1,0,0,0),(77231,22044,530,1,1,0,0,1486.82,6814.01,109.372,3.18849,300,0,0,5914,0,0,0,0,0),(77232,22044,530,1,1,0,0,1392.06,6845.37,107.352,5.00455,300,5,0,5914,0,1,0,0,0),(77233,22044,530,1,1,0,0,1342.52,6869.17,100.474,4.38828,300,5,0,5914,0,1,0,0,0),(77234,22044,530,1,1,0,0,1386.62,6864.16,101.019,2.41266,300,5,0,5914,0,1,0,0,0),(77235,22044,530,1,1,0,0,1322.62,6918.65,94.4165,4.96166,300,0,0,5914,0,0,0,0,0),(77236,22044,530,1,1,0,0,1341.84,6904.91,95.0532,0.567933,300,5,0,5914,0,1,0,0,0),(77237,22044,530,1,1,0,0,1320.82,6958.72,92.5951,2.16675,300,5,0,5914,0,1,0,0,0),(77238,22044,530,1,1,0,0,1296.93,6968.21,91.8006,0.007364,300,5,0,5914,0,1,0,0,0),(77239,22044,530,1,1,0,0,1270.99,6947.95,97.8495,4.43493,300,5,0,5914,0,1,0,0,0),(77240,22044,530,1,1,0,0,1230.07,6956.59,101.883,6.23373,300,0,0,5914,0,0,0,0,0),(77241,22044,530,1,1,0,0,1189.99,6994.39,112.46,3.10385,300,0,0,5914,0,0,0,0,0),(77242,22044,530,1,1,0,0,1217.74,6989.71,94.1592,4.17865,300,0,0,5914,0,0,0,0,0),(77243,22044,530,1,1,0,0,1141.08,7041.79,113.796,3.68966,300,5,0,5914,0,1,0,0,0),(77244,22044,530,1,1,0,0,995.582,5983.52,124.631,4.487,300,5,0,5914,0,1,0,0,0),(77245,22044,530,1,1,0,0,964.668,6001.57,123.871,5.23008,300,5,0,5914,0,1,0,0,0),(77246,22044,530,1,1,0,0,1048.36,6019.24,128.788,2.57167,300,5,0,5914,0,1,0,0,0),(77247,22044,530,1,1,0,0,1046.51,6054.54,130.793,3.10516,300,5,0,5914,0,1,0,0,0),(77248,22044,530,1,1,0,0,1090.39,6018.31,139.99,1.13968,300,5,0,5914,0,1,0,0,0),(77249,22044,530,1,1,0,0,1091.89,6067.98,141.179,3.46371,300,5,0,5914,0,1,0,0,0),(77250,22045,530,1,1,0,0,-3695.21,4819.69,-21.2117,3.97406,300,5,0,5914,0,1,0,0,0),(77251,22045,530,1,1,0,0,-3752.51,4755.98,-17.5416,1.65288,300,5,0,5914,0,1,0,0,0),(77252,22045,530,1,1,0,0,-3675.51,4763.32,-21.5843,4.88718,300,5,0,5914,0,1,0,0,0),(77253,22045,530,1,1,0,0,-3684.1,4738.9,-20.5187,5.28348,300,5,0,5914,0,1,0,0,0),(77254,22045,530,1,1,0,0,-3720.59,4780.58,-20.5263,1.44353,300,5,0,5914,0,1,0,0,0),(77255,22045,530,1,1,0,0,-3737.7,4680.38,-16.6463,1.48474,300,5,0,5914,0,1,0,0,0),(77256,22045,530,1,1,0,0,-3789.79,4746.94,-23.1719,1.69875,300,5,0,5914,0,1,0,0,0),(77257,22045,530,1,1,0,0,-3786.65,4703.23,-24.2696,2.99463,300,5,0,5914,0,1,0,0,0),(77258,22045,530,1,1,0,0,-3710.09,4706.75,-17.0244,5.44585,300,5,0,5914,0,1,0,0,0),(77259,22045,530,1,1,0,0,-3826.98,4731.66,-27.278,0.304751,300,5,0,5914,0,1,0,0,0),(77260,22045,530,1,1,0,0,-3827.82,4705.88,-28.3999,3.88762,300,5,0,5914,0,1,0,0,0),(77261,22045,530,1,1,0,0,-3855.59,4730.53,-38.6513,5.44179,300,5,0,5914,0,1,0,0,0),(77262,22046,530,1,1,0,0,1053.49,6019.92,141.038,3.54045,300,0,0,16581,0,0,0,0,0),(77263,22046,530,1,1,0,0,1146.77,6063.3,156.555,3.63863,300,0,0,16581,0,0,0,0,0),(77264,22046,530,1,1,0,0,1181.51,5999.8,161.114,3.14239,300,0,0,16581,0,0,0,0,0),(77265,22046,530,1,1,0,0,1178.78,5999.8,160.331,6.28311,300,0,0,16581,0,0,0,0,0),(77266,22046,530,1,1,0,0,1324.79,6005.96,170.175,3.5816,300,0,0,16581,0,0,0,0,0),(77267,22046,530,1,1,0,0,1416.51,6013.01,148.018,3.71747,300,0,0,16581,0,0,0,0,0),(77268,22052,530,1,1,0,0,2141.16,6400.78,-10.2139,4.9249,300,5,0,5914,0,1,0,0,0),(77269,22052,530,1,1,0,0,2176.48,6396.78,-10.2139,3.19966,300,5,0,5914,0,1,0,0,0),(77270,22052,530,1,1,0,0,2377.13,6385.64,-10.1846,0.382231,300,5,0,5914,0,1,0,0,0),(77271,22052,530,1,1,0,0,2621.41,6383.37,-9.11777,4.42617,300,5,0,5914,0,1,0,0,0),(77272,22052,530,1,1,0,0,2729.02,6246.72,-10.1337,2.24777,300,5,0,5914,0,1,0,0,0),(77273,22052,530,1,1,0,0,2729.08,6175,-10.2139,2.3264,300,5,0,5914,0,1,0,0,0),(77274,22052,530,1,1,0,0,2798.61,6060.54,-10.2741,3.55425,300,5,0,5914,0,1,0,0,0),(77275,22052,530,1,1,0,0,2904.88,6087.59,-4.58849,0.042964,300,5,0,5914,0,1,0,0,0),(77276,22052,530,1,1,0,0,3043.07,6020.98,-10.2139,6.18382,300,5,0,5914,0,1,0,0,0),(77277,22053,530,1,1,0,0,3017.66,5523.29,148.27,3.83972,300,0,0,6542,0,0,0,0,0),(77278,22054,530,1,1,0,0,-4229.63,1438.53,132.541,2.58309,300,0,0,27044,0,0,0,0,0),(77279,22058,530,1,1,0,0,-3249.96,287.168,139.646,0.034907,300,0,0,6722,0,0,0,0,0),(77280,22060,530,1,1,0,1,-2024.52,-10786.1,81.9137,0.664982,3600,5,0,751,0,1,0,0,0),(77281,22060,530,1,1,0,1,-2108.38,-11378,63.8456,5.98361,3600,5,0,751,0,1,0,0,0),(77282,22061,530,1,1,0,1,-3256.69,272.998,137.138,1.06465,300,0,0,16767,9465,0,0,0,0),(77283,22061,530,1,1,0,1,-3236.01,291.181,137.178,3.36848,300,0,0,16767,9465,0,0,0,0),(77284,22061,530,1,1,0,1,-3254.48,301.103,137.13,5.11381,300,0,0,16767,9465,0,0,0,0),(77285,22063,530,1,1,0,0,3107.07,3652.84,161.063,1.0472,300,0,0,7685,0,0,0,0,0),(77286,22063,530,1,1,0,0,3072.33,3637.09,160.131,2.96706,300,0,0,7685,0,0,0,0,0),(77287,22063,530,1,1,0,0,3070.15,3700.1,161.691,5.06145,300,0,0,7685,0,0,0,0,0),(77288,22063,530,1,1,0,0,3034.37,3629.7,175.787,4.08407,300,0,0,7685,0,0,0,0,0),(77289,22063,530,1,1,0,0,3030.06,3657.22,159.732,1.41372,300,0,0,7685,0,0,0,0,0),(77290,22063,530,1,1,0,0,3022.25,3686.82,150.868,2.6529,300,0,0,7685,0,0,0,0,0),(77291,22063,530,1,1,0,0,3037.93,3670.8,197.566,4.06662,300,0,0,7685,0,0,0,0,0),(77292,22063,530,1,1,0,0,3001.07,3687.62,150.874,2.51327,300,0,0,7685,0,0,0,0,0),(77293,22063,530,1,1,0,0,2998.99,3718.37,174.816,3.52556,300,0,0,7685,0,0,0,0,0),(77294,22063,530,1,1,0,0,2987.4,3636.59,166.232,4.85202,300,0,0,7685,0,0,0,0,0),(77295,22063,530,1,1,0,0,2960.63,3683.34,161.922,1.29154,300,0,0,7685,0,0,0,0,0),(77296,22063,530,1,1,0,0,2997.25,3745.42,162.223,2.18166,300,0,0,7685,0,0,0,0,0),(77297,22063,530,1,1,0,0,2957.2,3648.61,153.06,3.85718,300,0,0,7685,0,0,0,0,0),(77298,22063,530,1,1,0,0,2969.58,3752.86,162.114,4.32842,300,0,0,7685,0,0,0,0,0),(77299,22065,530,1,1,0,0,4098.76,3097.82,363.486,6.23082,300,0,0,7685,0,0,0,0,0),(77300,22065,530,1,1,0,0,4159.61,3048.84,372.709,0.767945,300,0,0,7685,0,0,0,0,0),(77301,22065,530,1,1,0,0,4194.06,3092.19,358.952,2.25148,300,0,0,7685,0,0,0,0,0),(77302,22065,530,1,1,0,0,4230.73,3008.82,370.558,0.139626,300,0,0,7685,0,0,0,0,0),(77303,22065,530,1,1,0,0,4082.07,2979.37,391.673,1.93731,300,0,0,7685,0,0,0,0,0),(77304,22065,530,1,1,0,0,4090.74,3026.77,400.477,1.51844,300,0,0,7685,0,0,0,0,0),(77305,22065,530,1,1,0,0,4116.41,2960.03,387.718,4.34587,300,0,0,7685,0,0,0,0,0),(77306,22065,530,1,1,0,0,4171.86,2962.47,395.826,1.13446,300,0,0,7685,0,0,0,0,0),(77307,22065,530,1,1,0,0,4144.13,2934.21,406.72,2.09439,300,0,0,7685,0,0,0,0,0),(77308,22066,530,1,1,0,0,-4148.34,1158.7,80.5739,4.79965,300,0,0,7685,0,0,0,0,0),(77309,22066,530,1,1,0,0,-4100.24,1129.23,80.246,0.296706,300,0,0,7685,0,0,0,0,0),(77310,22066,530,1,1,0,0,-4083.34,1153.38,66.1719,2.89725,300,0,0,7685,0,0,0,0,0),(77311,22066,530,1,1,0,0,-4137.71,1092.6,79.6477,3.40339,300,0,0,7685,0,0,0,0,0),(77312,22068,530,1,1,0,0,4116.92,3073.32,361.737,1.8326,300,0,0,7685,0,0,0,0,0),(77313,22068,530,1,1,0,0,4105.39,3068.48,361.54,0.05236,300,0,0,7685,0,0,0,0,0),(77314,22068,530,1,1,0,0,4163.51,3077.33,359.973,3.40339,300,0,0,7685,0,0,0,0,0),(77315,22068,530,1,1,0,0,4142.87,3048.72,359.125,5.09636,300,0,0,7685,0,0,0,0,0),(77316,22068,530,1,1,0,0,4178.65,3041.2,364.806,3.75246,300,0,0,7685,0,0,0,0,0),(77317,22068,530,1,1,0,0,4202.55,3097.04,363.036,3.9968,300,0,0,7685,0,0,0,0,0),(77318,22068,530,1,1,0,0,4196.81,3003.69,362.062,3.4383,300,0,0,7685,0,0,0,0,0),(77319,22068,530,1,1,0,0,4198.21,3015.56,361.539,2.54818,300,0,0,7685,0,0,0,0,0),(77320,22068,530,1,1,0,0,4179.51,2973.06,370.834,5.86431,300,0,0,7685,0,0,0,0,0),(77321,22068,530,1,1,0,0,4070.5,3031.54,367.121,5.41052,300,0,0,7685,0,0,0,0,0),(77322,22068,530,1,1,0,0,4078.57,3003.95,391.872,2.58309,300,0,0,7685,0,0,0,0,0),(77323,22068,530,1,1,0,0,4166.53,2951.34,381.25,3.76991,300,0,0,7685,0,0,0,0,0),(77324,22068,530,1,1,0,0,4136.68,2948.76,371.248,5.98648,300,0,0,7685,0,0,0,0,0),(77325,22068,530,1,1,0,0,4100.36,2947.35,371.241,3.03687,300,0,0,7685,0,0,0,0,0),(77326,22068,530,1,1,0,0,4064.61,2975.77,369.074,0.942478,300,0,0,7685,0,0,0,0,0),(77327,22068,530,1,1,0,0,4080.7,2955.59,382.816,0.994838,300,0,0,7685,0,0,0,0,0),(77328,22068,530,1,1,0,0,4143.7,2933.67,405.513,0.680678,300,0,0,7685,0,0,0,0,0),(77329,22069,530,1,1,0,0,4142.87,3048.72,389.209,5.09636,300,0,0,7685,0,0,0,0,0),(77330,22069,530,1,1,0,0,4116.92,3073.32,391.82,1.8326,300,0,0,7685,0,0,0,0,0),(77331,22069,530,1,1,0,0,4105.39,3068.48,391.623,0.05236,300,0,0,7685,0,0,0,0,0),(77332,22069,530,1,1,0,0,4163.51,3077.33,390.056,3.40339,300,0,0,7685,0,0,0,0,0),(77333,22069,530,1,1,0,0,4202.55,3097.04,393.12,3.9968,300,0,0,7685,0,0,0,0,0),(77334,22069,530,1,1,0,0,4196.81,3003.69,392.146,3.4383,300,0,0,7685,0,0,0,0,0),(77335,22069,530,1,1,0,0,4198.21,3015.56,391.622,2.54818,300,0,0,7685,0,0,0,0,0),(77336,22069,530,1,1,0,0,4178.65,3041.2,394.89,3.75246,300,0,0,7685,0,0,0,0,0),(77337,22069,530,1,1,0,0,4070.5,3031.54,397.204,5.41052,300,0,0,7685,0,0,0,0,0),(77338,22069,530,1,1,0,0,4179.51,2973.06,400.918,5.86431,300,0,0,7685,0,0,0,0,0),(77339,22069,530,1,1,0,0,4166.53,2951.34,411.334,3.76991,300,0,0,7685,0,0,0,0,0),(77340,22069,530,1,1,0,0,4136.68,2948.76,401.332,5.98648,300,0,0,7685,0,0,0,0,0),(77341,22069,530,1,1,0,0,4064.61,2975.77,399.157,0.942478,300,0,0,7685,0,0,0,0,0),(77342,22069,530,1,1,0,0,4078.57,3003.95,421.955,2.58309,300,0,0,7685,0,0,0,0,0),(77343,22069,530,1,1,0,0,4100.36,2947.35,401.325,3.03687,300,0,0,7685,0,0,0,0,0),(77344,22069,530,1,1,0,0,4080.7,2955.59,412.9,0.994838,300,0,0,7685,0,0,0,0,0),(77345,22069,530,1,1,0,0,4143.7,2933.67,435.596,0.680678,300,0,0,7685,0,0,0,0,0),(77346,22070,530,1,1,0,0,-4129.32,1145.93,82.2681,5.02655,300,0,0,7685,0,0,0,0,0),(77347,22070,530,1,1,0,0,-4150.03,1136.45,80.698,4.72984,300,0,0,7685,0,0,0,0,0),(77348,22070,530,1,1,0,0,-4092.15,1147.82,63.3284,0.715585,300,0,0,7685,0,0,0,0,0),(77349,22070,530,1,1,0,0,-4118.35,1127.09,81.3222,0.069813,300,0,0,7685,0,0,0,0,0),(77350,22070,530,1,1,0,0,-4135.51,1115.97,82.0203,6.19592,300,0,0,7685,0,0,0,0,0),(77351,22071,530,1,1,0,0,-4150.03,1136.45,110.781,4.72984,300,0,0,7685,0,0,0,0,0),(77352,22071,530,1,1,0,0,-4129.32,1145.93,112.351,6.27743,300,0,0,7685,0,0,0,0,0),(77353,22071,530,1,1,0,0,-4118.35,1127.09,111.405,0.174701,300,0,0,7685,0,0,0,0,0),(77354,22071,530,1,1,0,0,-4135.51,1115.97,112.104,6.19592,300,0,0,7685,0,0,0,0,0),(77355,22071,530,1,1,0,0,-4092.15,1147.82,93.4117,6.25984,300,0,0,7685,0,0,0,0,0),(77356,22072,530,1,1,0,1,-3307.94,291.771,120.503,1.63252,300,5,0,27944,0,1,0,0,0),(77357,22072,530,1,1,0,1,-3407.51,302.131,104.129,1.40355,300,5,0,27944,0,1,0,0,0),(77358,22072,530,1,1,0,1,-3298.08,379.639,120.459,0.222074,300,5,0,27944,0,1,0,0,0),(77359,22072,530,1,1,0,1,-3397.14,436.169,103.956,4.75389,300,5,0,27944,0,1,0,0,0),(77360,22072,530,1,1,0,1,-3289.9,520.203,94.78,1.02682,300,5,0,27944,0,1,0,0,0),(77361,22072,530,1,1,0,1,-3370.33,574.997,61.4007,0.398996,300,5,0,27944,0,1,0,0,0),(77362,22073,530,1,1,0,0,-4616.84,1399.11,146.25,4.45059,300,0,0,7580,0,0,0,0,0),(77363,22078,530,1,1,0,0,-2984.57,858.55,58.3272,5.5178,300,0,0,7685,0,0,0,0,0),(77364,22078,530,1,1,0,0,-2989.27,807.767,39.7507,2.62296,300,0,0,7685,0,0,0,0,0),(77365,22078,530,1,1,0,0,-3010.27,775.223,40.6444,2.29056,300,0,0,7685,0,0,0,0,0),(77366,22078,530,1,1,0,0,-3081.72,791.155,42.7849,4.97487,300,0,0,7685,0,0,0,0,0),(77367,22079,530,1,1,0,0,-3019.99,846.938,33.2389,3.07178,300,0,0,7685,0,0,0,0,0),(77368,22079,530,1,1,0,0,-3023.08,804.767,26.5289,5.95157,300,0,0,7685,0,0,0,0,0),(77369,22079,530,1,1,0,0,-3055.89,798.137,26.1557,1.3439,300,0,0,7685,0,0,0,0,0),(77370,22080,530,1,1,0,0,-2984.57,858.55,28.2438,3.36848,300,0,0,7685,0,0,0,0,0),(77371,22080,530,1,1,0,0,-2989.27,807.767,9.6674,0.698132,300,0,0,7685,0,0,0,0,0),(77372,22080,530,1,1,0,0,-3010.27,775.223,10.561,4.50295,300,0,0,7685,0,0,0,0,0),(77373,22080,530,1,1,0,0,-3081.72,791.155,12.7015,1.95477,300,0,0,7685,0,0,0,0,0),(77374,22081,530,1,1,0,1,-3415.74,295.51,104.504,0.031949,300,0,0,5409,3080,0,0,0,0),(77375,22081,530,1,1,0,1,-3213.69,276.439,139.13,4.18879,300,0,0,5409,3080,0,0,0,0),(77376,22081,530,1,1,0,1,-3237.67,252.829,139.13,0.802851,300,0,0,5409,3080,0,0,0,0),(77377,22081,530,1,1,0,1,-3293.81,252.332,120.488,2.28638,300,0,0,5409,3080,0,0,0,0),(77378,22081,530,1,1,0,1,-3377.74,273.678,104.008,2.23402,300,0,0,5409,3080,0,0,0,0),(77379,22081,530,1,1,0,1,-3355.89,263.481,120.582,4.6703,300,0,0,5409,3080,0,0,0,0),(77380,22081,530,1,1,0,1,-3356.54,327.123,120.588,0.097371,300,0,0,5409,3080,0,0,0,0),(77381,22081,530,1,1,0,1,-3376.73,344.406,104.063,2.50866,300,0,0,5409,3080,0,0,0,0),(77382,22081,530,1,1,0,1,-3416.19,392.345,104.016,5.83029,300,0,0,5409,3080,0,0,0,0),(77383,22081,530,1,1,0,1,-3217.07,472.969,104.014,3.2821,300,0,0,5409,3080,0,0,0,0),(77384,22081,530,1,1,0,1,-3229.92,417.374,104.053,1.60389,300,0,0,5409,3080,0,0,0,0),(77385,22081,530,1,1,0,1,-3205.1,424.239,104.072,2.82743,300,0,0,5409,3080,0,0,0,0),(77386,22081,530,1,1,0,1,-3204.08,438.734,104.047,3.38594,300,0,0,5409,3080,0,0,0,0),(77387,22081,530,1,1,0,1,-3197.11,397.058,120.45,3.35529,300,0,0,5409,3080,0,0,0,0),(77388,22081,530,1,1,0,1,-3234.18,373.149,119.963,2.32129,300,0,0,5409,3080,0,0,0,0),(77389,22081,530,1,1,0,1,-3275.25,394.512,120.469,4.69363,300,0,0,5409,3080,0,0,0,0),(77390,22081,530,1,1,0,1,-3329.3,391.749,120.53,5.15977,300,0,0,5409,3080,0,0,0,0),(77391,22081,530,1,1,0,1,-3265.39,463.849,104.026,4.51349,300,0,0,5409,3080,0,0,0,0),(77392,22081,530,1,1,0,1,-3285.26,415.06,104.066,1.55703,300,0,0,5409,3080,0,0,0,0),(77393,22081,530,1,1,0,1,-3416.39,471.66,104.01,5.93489,300,0,0,5409,3080,0,0,0,0),(77394,22081,530,1,1,0,1,-3263.28,564.309,72.1533,1.44862,300,0,0,5409,3080,0,0,0,0),(77395,22082,530,1,1,0,1,-3431.75,270.175,91.0717,3.08923,300,0,0,6542,0,0,0,0,0),(77396,22082,530,1,1,0,1,-3431.53,259.597,91.0749,3.24631,300,0,0,6542,0,0,0,0,0),(77397,22082,530,1,1,0,1,-3432.07,316.046,91.0679,3.12414,300,0,0,6542,0,0,0,0,0),(77398,22082,530,1,1,0,1,-3431.78,284.086,91.071,3.21141,300,0,0,6542,0,0,0,0,0),(77399,22082,530,1,1,0,1,-3432.04,294.296,91.0701,3.07178,300,0,0,6542,0,0,0,0,0),(77400,22082,530,1,1,0,1,-3432.29,326.563,91.1071,3.14159,300,0,0,6542,0,0,0,0,0),(77401,22082,530,1,1,0,1,-3413.89,255.79,103.939,2.01308,300,0,0,6542,0,0,0,0,0),(77402,22082,530,1,1,0,1,-3415.13,258.415,103.938,5.15466,300,0,0,6542,0,0,0,0,0),(77403,22082,530,1,1,0,1,-3379.84,251.428,104.003,5.97486,300,0,0,6542,0,0,0,0,0),(77404,22082,530,1,1,0,1,-3376.44,250.344,104.01,2.74017,300,0,0,6542,0,0,0,0,0),(77405,22082,530,1,1,0,1,-3329.94,248.988,120.48,0,300,0,0,6542,0,0,0,0,0),(77406,22082,530,1,1,0,1,-3326.09,248.649,120.479,3.22886,300,0,0,6542,0,0,0,0,0),(77407,22082,530,1,1,0,1,-3299.01,294.654,120.504,1.6057,300,0,0,6542,0,0,0,0,0),(77408,22082,530,1,1,0,1,-3299.68,299.576,120.509,4.93928,300,0,0,6542,0,0,0,0,0),(77409,22082,530,1,1,0,1,-3346.56,353.22,120.491,2.3911,300,0,0,6542,0,0,0,0,0),(77410,22082,530,1,1,0,1,-3405.86,332.561,103.964,4.17134,300,0,0,6542,0,0,0,0,0),(77411,22082,530,1,1,0,1,-3407.37,329.257,103.964,1.14247,300,0,0,6542,0,0,0,0,0),(77412,22082,530,1,1,0,1,-3432.41,383.194,91.0609,3.05433,300,0,0,6542,0,0,0,0,0),(77413,22082,530,1,1,0,1,-3432.38,371.998,91.1014,3.07178,300,0,0,6542,0,0,0,0,0),(77414,22082,530,1,1,0,1,-3387.07,378.051,103.968,1.61043,300,0,0,6542,0,0,0,0,0),(77415,22082,530,1,1,0,1,-3432.21,351.226,91.1039,3.10669,300,0,0,6542,0,0,0,0,0),(77416,22082,530,1,1,0,1,-3432.34,340.399,91.1039,3.21141,300,0,0,6542,0,0,0,0,0),(77417,22082,530,1,1,0,1,-3414.59,356.665,103.929,5.86436,300,0,0,6542,0,0,0,0,0),(77418,22082,530,1,1,0,1,-3412.1,355.559,103.932,2.63545,300,0,0,6542,0,0,0,0,0),(77419,22082,530,1,1,0,1,-3350.63,356.239,120.479,5.64515,300,0,0,6542,0,0,0,0,0),(77420,22082,530,1,1,0,1,-3432.64,408.375,91.1001,3.10669,300,0,0,6542,0,0,0,0,0),(77421,22082,530,1,1,0,1,-3432.45,397.476,91.0599,3.14159,300,0,0,6542,0,0,0,0,0),(77422,22082,530,1,1,0,1,-3433.26,464.86,91.0997,3.12414,300,0,0,6542,0,0,0,0,0),(77423,22082,530,1,1,0,1,-3433.33,429.687,91.0918,3.15905,300,0,0,6542,0,0,0,0,0),(77424,22082,530,1,1,0,1,-3433.59,453.11,91.0055,3.10669,300,0,0,6542,0,0,0,0,0),(77425,22082,530,1,1,0,1,-3433.33,440.104,91.0055,3.15905,300,0,0,6542,0,0,0,0,0),(77426,22082,530,1,1,0,1,-3387.21,381.548,104.051,4.75202,300,0,0,6542,0,0,0,0,0),(77427,22082,530,1,1,0,1,-3314.47,344.256,120.548,2.52339,300,0,0,6542,0,0,0,0,0),(77428,22082,530,1,1,0,1,-3318.57,347.169,120.537,5.61996,300,0,0,6542,0,0,0,0,0),(77429,22082,530,1,1,0,1,-3197.54,457.661,104.029,3.4383,300,0,0,6542,0,0,0,0,0),(77430,22082,530,1,1,0,1,-3201.17,456.437,103.94,0.349066,300,0,0,6542,0,0,0,0,0),(77431,22082,530,1,1,0,1,-3224.62,491.976,91.251,1.65806,300,0,0,6542,0,0,0,0,0),(77432,22082,530,1,1,0,1,-3205.05,377.221,120.072,3.9968,300,0,0,6542,0,0,0,0,0),(77433,22082,530,1,1,0,1,-3208.04,374.041,120.025,0.767945,300,0,0,6542,0,0,0,0,0),(77434,22082,530,1,1,0,1,-3232.67,399.903,120.435,3.83972,300,0,0,6542,0,0,0,0,0),(77435,22082,530,1,1,0,1,-3236.95,396.795,120.476,0.62764,300,0,0,6542,0,0,0,0,0),(77436,22082,530,1,1,0,1,-3254.99,418.926,103.98,4.7822,300,0,0,6542,0,0,0,0,0),(77437,22082,530,1,1,0,1,-3254.7,415.021,103.984,1.65806,300,0,0,6542,0,0,0,0,0),(77438,22082,530,1,1,0,1,-3413.51,423.893,103.933,2.14675,300,0,0,6542,0,0,0,0,0),(77439,22082,530,1,1,0,1,-3415.93,427.116,103.93,5.41052,300,0,0,6542,0,0,0,0,0),(77440,22082,530,1,1,0,1,-3298.18,388.977,120.456,1.78974,300,0,0,6542,0,0,0,0,0),(77441,22082,530,1,1,0,1,-3299.23,394.339,120.452,5.20108,300,0,0,6542,0,0,0,0,0),(77442,22082,530,1,1,0,1,-3353.5,379.58,120.53,3.97935,300,0,0,6542,0,0,0,0,0),(77443,22082,530,1,1,0,1,-3356.2,376.947,120.53,0.680678,300,0,0,6542,0,0,0,0,0),(77444,22082,530,1,1,0,1,-3238.87,466.886,104.717,3.56047,300,0,0,6542,0,0,0,0,0),(77445,22082,530,1,1,0,1,-3242.57,465.971,104.025,0.541052,300,0,0,6542,0,0,0,0,0),(77446,22082,530,1,1,0,1,-3249.82,491.596,91.2467,1.5708,300,0,0,6542,0,0,0,0,0),(77447,22082,530,1,1,0,1,-3234.37,491.827,91.2316,1.58825,300,0,0,6542,0,0,0,0,0),(77448,22082,530,1,1,0,1,-3306.19,415.527,104.065,0.767945,300,0,0,6542,0,0,0,0,0),(77449,22082,530,1,1,0,1,-3304.18,418.512,104.059,4.12044,300,0,0,6542,0,0,0,0,0),(77450,22082,530,1,1,0,1,-3279.91,472.999,104.579,4.10152,300,0,0,6542,0,0,0,0,0),(77451,22082,530,1,1,0,1,-3282.42,469.923,104.233,1.0821,300,0,0,6542,0,0,0,0,0),(77452,22082,530,1,1,0,1,-3355.82,417.362,103.974,0.078201,300,0,0,6542,0,0,0,0,0),(77453,22082,530,1,1,0,1,-3352.87,417.594,103.972,3.21979,300,0,0,6542,0,0,0,0,0),(77454,22082,530,1,1,0,1,-3298.69,541.582,74.565,2.86234,300,0,0,6542,0,0,0,0,0),(77455,22082,530,1,1,0,1,-3306.99,578.125,72.1486,3.59538,300,0,0,6542,0,0,0,0,0),(77456,22082,530,1,1,0,1,-3284.99,555.034,73.19,3.12414,300,0,0,6542,0,0,0,0,0),(77457,22082,530,1,1,0,1,-3290.88,491.317,91.2414,1.5708,300,0,0,6542,0,0,0,0,0),(77458,22082,530,1,1,0,1,-3280.31,491.821,91.2414,1.65806,300,0,0,6542,0,0,0,0,0),(77459,22082,530,1,1,0,1,-3315.66,478.431,95.0888,1.62316,300,0,0,6542,0,0,0,0,0),(77460,22082,530,1,1,0,1,-3311.38,493.56,90.371,1.58825,300,0,0,6542,0,0,0,0,0),(77461,22082,530,1,1,0,1,-3387.07,467.889,103.932,0.610865,300,0,0,6542,0,0,0,0,0),(77462,22082,530,1,1,0,1,-3344.1,478.365,95.0305,1.50098,300,0,0,6542,0,0,0,0,0),(77463,22082,530,1,1,0,1,-3383.43,470.224,103.943,3.71091,300,0,0,6542,0,0,0,0,0),(77464,22082,530,1,1,0,1,-3362.73,569.998,63.9818,3.15905,300,0,0,6542,0,0,0,0,0),(77465,22082,530,1,1,0,1,-3354.55,524.908,77.1343,0.907571,300,0,0,6542,0,0,0,0,0),(77466,22082,530,1,1,0,1,-3349.37,490.827,90.8471,1.5708,300,0,0,6542,0,0,0,0,0),(77467,22082,530,1,1,0,1,-3378.35,490.617,91.1042,1.51844,300,0,0,6542,0,0,0,0,0),(77468,22082,530,1,1,0,1,-3366.82,490.643,91.164,1.62316,300,0,0,6542,0,0,0,0,0),(77469,22082,530,1,1,0,1,-3410.78,490.216,91.0631,1.67552,300,0,0,6542,0,0,0,0,0),(77470,22082,530,1,1,0,1,-3398.33,490.301,91.1042,1.46608,300,0,0,6542,0,0,0,0,0),(77471,22082,530,1,1,0,1,-3417.43,565.648,45.4357,3.1765,300,0,0,6542,0,0,0,0,0),(77472,22082,530,1,1,0,1,-3370.19,555.046,62.2287,3.03687,300,0,0,6542,0,0,0,0,0),(77473,22082,530,1,1,0,1,-3422.83,577.918,43.5144,3.19395,300,0,0,6542,0,0,0,0,0),(77474,22082,530,1,1,0,1,-3458.15,570.726,31.0518,3.15905,300,0,0,6542,0,0,0,0,0),(77475,22082,530,1,1,0,1,-3457.57,556.234,30.9623,3.15905,300,0,0,6542,0,0,0,0,0),(77476,22082,530,1,1,0,1,-3478.31,567.569,24.2754,3.15905,300,0,0,6542,0,0,0,0,0),(77477,22082,530,1,1,0,1,-3485.4,559.676,21.7325,3.12414,300,0,0,6542,0,0,0,0,0),(77478,22082,530,1,1,0,1,-3484.95,548.242,21.2325,3.14159,300,0,0,6542,0,0,0,0,0),(28408,507,0,1,1,0,1,-10379.9,-833.187,44.4169,3.33221,25200,5,0,1404,2362,1,0,0,0),(18010,1889,0,1,1,3586,1,-468.664,806.562,96.2601,2.1293,275,0,0,379,1118,0,0,0,0),(77481,22084,530,1,1,0,1,-3223.18,245.673,139.13,1.50098,300,0,0,6986,0,0,0,0,0),(77482,22084,530,1,1,0,1,-3205.22,258.974,139.13,2.94961,300,0,0,6986,0,0,0,0,0),(77483,22084,530,1,1,0,1,-3350.52,258.855,120.525,2.81653,300,5,0,6986,0,1,0,0,0),(77484,22084,530,1,1,0,1,-3270.92,336.851,119.933,3.08923,300,0,0,6986,0,0,0,0,0),(77485,22084,530,1,1,0,1,-3323.36,284.921,116.444,3.10669,300,0,0,6986,0,0,0,0,0),(77486,22084,530,1,1,0,1,-3323.35,305.299,116.533,3.15905,300,0,0,6986,0,0,0,0,0),(77487,22084,530,1,1,0,1,-3408.25,314.888,104.408,1.65035,300,5,0,6986,0,1,0,0,0),(77488,22084,530,1,1,0,1,-3347.25,283.53,115.908,3.08923,300,0,0,6986,0,0,0,0,0),(77489,22084,530,1,1,0,1,-3368.45,284.255,107.851,3.08923,300,0,0,6986,0,0,0,0,0),(77490,22084,530,1,1,0,1,-3368.82,306.777,107.721,3.15905,300,0,0,6986,0,0,0,0,0),(77491,22084,530,1,1,0,1,-3347.56,307.103,115.851,3.15905,300,0,0,6986,0,0,0,0,0),(77492,22084,530,1,1,0,1,-3415.49,395.264,103.933,4.4788,300,5,0,6986,0,1,0,0,0),(77493,22084,530,1,1,0,1,-3219.11,336.641,127.613,1.5708,300,0,0,6986,0,0,0,0,0),(77494,22084,530,1,1,0,1,-3241.32,335.837,127.595,1.53589,300,0,0,6986,0,0,0,0,0),(77495,22084,530,1,1,0,1,-3244.87,421.909,104.074,3.02842,300,5,0,6986,0,1,0,0,0),(77496,22084,530,1,1,0,1,-3270.65,356.901,119.923,3.19395,300,0,0,6986,0,0,0,0,0),(77497,22084,530,1,1,0,1,-3297.32,385.104,120.458,4.10727,300,5,0,6986,0,1,0,0,0),(77498,22084,530,1,1,0,1,-3265.98,460.908,103.946,1.3719,300,5,0,6986,0,1,0,0,0),(77499,22084,530,1,1,0,1,-3329.19,444.084,99.945,1.58825,300,0,0,6986,0,0,0,0,0),(77500,22084,530,1,1,0,1,-3304.52,444.343,99.943,1.72788,300,0,0,6986,0,0,0,0,0),(77501,22084,530,1,1,0,1,-3353.27,443.839,99.948,1.43117,300,0,0,6986,0,0,0,0,0),(77502,22086,530,1,1,0,0,255.659,8524.83,70.7645,2.3911,300,0,0,7685,0,0,0,0,0),(77503,22086,530,1,1,0,0,230.03,8560.14,66.4276,2.1293,300,0,0,7685,0,0,0,0,0),(77504,22086,530,1,1,0,0,217.307,8484.16,75.2902,5.20108,300,0,0,7685,0,0,0,0,0),(77505,22086,530,1,1,0,0,255.331,8485.88,79.154,1.29154,300,0,0,7685,0,0,0,0,0),(77506,22086,530,1,1,0,0,180.887,8523.8,57.2319,5.19747,300,0,0,7685,0,0,0,0,0),(77507,22086,530,1,1,0,0,246.902,8535.85,121.804,3.59538,300,0,0,7685,0,0,0,0,0),(77508,22086,530,1,1,0,0,185.254,8574,78.5864,5.60251,300,0,0,7685,0,0,0,0,0),(77509,22086,530,1,1,0,0,175.719,8472.91,80.7034,2.93215,300,0,0,7685,0,0,0,0,0),(77510,22086,530,1,1,0,0,170.776,8507.67,98.6886,3.08923,300,0,0,7685,0,0,0,0,0),(77511,22087,530,1,1,0,0,218.681,8516.4,51.0686,4.15388,300,0,0,7685,0,0,0,0,0),(77512,22087,530,1,1,0,0,243.056,8545.1,92.596,3.21141,300,0,0,7685,0,0,0,0,0),(77513,22087,530,1,1,0,0,239.938,8468.51,55.7202,0.069813,300,0,0,7685,0,0,0,0,0),(77514,22087,530,1,1,0,0,181.263,8490.34,57.3386,5.58505,300,0,0,7685,0,0,0,0,0),(77515,22087,530,1,1,0,0,170.3,8545.1,54.2064,0.645772,300,0,0,7685,0,0,0,0,0),(77516,22088,530,1,1,0,0,255.331,8485.88,49.0707,1.29154,300,0,0,7685,0,0,0,0,0),(77517,22088,530,1,1,0,0,255.659,8524.83,40.6811,2.3911,300,0,0,7685,0,0,0,0,0),(77518,22088,530,1,1,0,0,230.03,8560.14,36.3442,2.1293,300,0,0,7685,0,0,0,0,0),(77519,22088,530,1,1,0,0,246.902,8535.85,91.7205,3.59538,300,0,0,7685,0,0,0,0,0),(77520,22088,530,1,1,0,0,217.307,8484.16,45.2068,5.20108,300,0,0,7685,0,0,0,0,0),(77521,22088,530,1,1,0,0,175.719,8472.91,50.6201,2.93215,300,0,0,7685,0,0,0,0,0),(77522,22088,530,1,1,0,0,170.776,8507.67,68.6052,3.08923,300,0,0,7685,0,0,0,0,0),(77523,22088,530,1,1,0,0,180.887,8523.8,27.1486,1.67552,300,0,0,7685,0,0,0,0,0),(77524,22088,530,1,1,0,0,185.254,8574,48.5031,5.60251,300,0,0,7685,0,0,0,0,0),(77525,22090,530,1,1,0,0,1842.51,5547.74,287.018,5.95157,300,0,0,7685,0,0,0,0,0),(77526,22090,530,1,1,0,0,1883.84,5566.01,270.459,2.9147,300,0,0,7685,0,0,0,0,0),(77527,22090,530,1,1,0,0,1896.57,5547.74,281.626,2.60054,300,0,0,7685,0,0,0,0,0),(77528,22090,530,1,1,0,0,1926.19,5572.02,276.709,4.93928,300,0,0,7685,0,0,0,0,0),(77529,22090,530,1,1,0,0,1925.81,5549.05,291.36,2.09439,300,0,0,7685,0,0,0,0,0),(77530,22090,530,1,1,0,0,1967.23,5562.32,277.938,4.04916,300,0,0,7685,0,0,0,0,0),(77531,22093,530,1,1,0,1,-4588.83,1337.24,139.519,5.88176,300,0,0,44712,18930,0,0,0,0),(77532,22093,530,1,1,0,1,-4585.05,1341.52,139.519,5.68977,300,0,0,44712,18930,0,0,0,0),(77533,22093,530,1,1,0,1,-4598.6,1323.7,139.541,5.68977,300,0,0,44712,18930,0,0,0,0),(77534,22093,530,1,1,0,1,-4576.28,1356.44,139.545,5.5676,300,0,0,44712,18930,0,0,0,0),(77535,22095,530,1,1,0,0,-2808.35,4607.03,-9.77925,6.27994,300,5,0,5715,0,1,0,0,0),(77536,22095,530,1,1,0,0,-2842.09,4650.01,-16.8834,3.70671,300,5,0,5715,0,1,0,0,0),(77537,22095,530,1,1,0,0,-2861.11,4617.16,-15.3772,4.33769,300,5,0,5715,0,1,0,0,0),(77538,22095,530,1,1,0,0,-2814.75,4847.74,-15.7662,4.02361,300,5,0,5715,0,1,0,0,0),(77539,22095,530,1,1,0,0,-2784.67,4891.8,-12.0478,1.23046,300,5,0,5715,0,1,0,0,0),(77540,22095,530,1,1,0,0,-2726.8,4923.06,-6.32239,0,300,5,0,5715,0,1,0,0,0),(77541,22095,530,1,1,0,0,-2699.3,4932.97,-2.94178,3.80581,300,5,0,5715,0,1,0,0,0),(77542,22095,530,1,1,0,0,-2691,4993.05,-6.40599,4.63419,300,5,0,5715,0,1,0,0,0),(77543,22095,530,1,1,0,0,-2716.05,5197.33,-2.33453,1.27747,300,5,0,5715,0,1,0,0,0),(77544,22095,530,1,1,0,0,-2782.63,5224.73,-7.44133,1.39007,300,5,0,5715,0,1,0,0,0),(77545,22095,530,1,1,0,0,-2762.3,5214.94,-5.85974,6.14108,300,5,0,5715,0,1,0,0,0),(77546,22095,530,1,1,0,0,-3857.22,5387.22,-19.7847,2.89411,300,5,0,5715,0,1,0,0,0),(77547,22095,530,1,1,0,0,-3810.93,5412.86,-5.39056,5.4747,300,0,0,5715,0,0,0,0,0),(77548,22095,530,1,1,0,0,-3654.49,5441.93,-3.5385,1.5747,300,5,0,5715,0,1,0,0,0),(77549,22095,530,1,1,0,0,-3629.48,5502.9,-6.9419,5.87747,300,5,0,5715,0,1,0,0,0),(77550,22095,530,1,1,0,0,-3603.35,5488.31,-8.98102,0.771741,300,5,0,5715,0,1,0,0,0),(77551,22095,530,1,1,0,0,-3806.61,5307.68,-26.1166,4.61205,300,5,0,5715,0,1,0,0,0),(77552,22095,530,1,1,0,0,-3852.03,5301.3,-42.9091,2.7321,300,5,0,5715,0,1,0,0,0),(77553,22095,530,1,1,0,0,-3846.84,5268.82,-38.9448,6.25585,300,5,0,5715,0,1,0,0,0),(77554,22095,530,1,1,0,0,-2913.39,4489.03,-14.6075,5.91824,300,5,0,5715,0,1,0,0,0),(77555,22095,530,1,1,0,0,-2893.48,4491.64,-10.2657,4.78582,300,5,0,5715,0,1,0,0,0),(77556,22095,530,1,1,0,0,-3275.79,4243.57,-14.5912,0.076936,300,5,0,5715,0,1,0,0,0),(77557,22095,530,1,1,0,0,-3235.15,4284.63,-17.1908,0.599372,300,5,0,5715,0,1,0,0,0),(77558,22095,530,1,1,0,0,-3392.84,4227.51,-11.156,1.95747,300,5,0,5715,0,1,0,0,0),(77559,22095,530,1,1,0,0,-3486.95,4228.28,-6.96523,1.23661,300,5,0,5715,0,1,0,0,0),(77560,22095,530,1,1,0,0,-3491.15,4252.9,-8.86715,6.01071,300,5,0,5715,0,1,0,0,0),(77561,22095,530,1,1,0,0,-3437.96,4233.11,-9.50888,0.995646,300,5,0,5715,0,1,0,0,0),(77562,22095,530,1,1,0,0,-3560.4,4254.68,-6.4539,4.95811,300,5,0,5715,0,1,0,0,0),(77563,22095,530,1,1,0,0,-3598.84,4292.35,-4.69678,6.2783,300,5,0,5715,0,1,0,0,0),(77564,22095,530,1,1,0,0,-3781.96,4381.04,1.67854,4.56136,300,5,0,5715,0,1,0,0,0),(77565,22095,530,1,1,0,0,-3829.15,4448.26,-13.192,2.52543,300,5,0,5715,0,1,0,0,0),(77566,22095,530,1,1,0,0,-3829.07,4403.22,-3.8823,4.92894,300,5,0,5715,0,1,0,0,0),(77567,22095,530,1,1,0,0,-3667.84,4333.94,-1.36517,2.42386,300,5,0,5715,0,1,0,0,0),(77568,22095,530,1,1,0,0,-3543.23,4212.61,-4.72045,4.97849,300,5,0,5715,0,1,0,0,0),(77569,22095,530,1,1,0,0,-3459.99,4200.03,-4.37066,1.90515,300,5,0,5715,0,1,0,0,0),(77570,22095,530,1,1,0,0,-3340.36,4220.73,-12.9634,1.45516,300,5,0,5715,0,1,0,0,0),(77571,22095,530,1,1,0,0,-3296.84,4195.14,-9.84273,3.55449,300,5,0,5715,0,1,0,0,0),(77572,22095,530,1,1,0,0,-3267.33,4196.5,-9.84572,5.77652,300,5,0,5715,0,1,0,0,0),(77573,22095,530,1,1,0,0,-3124.74,4258.26,-10.5597,0.188952,300,5,0,5715,0,1,0,0,0),(77574,22095,530,1,1,0,0,-3123.95,4280.35,-11.859,3.73539,300,5,0,5715,0,1,0,0,0),(77575,22095,530,1,1,0,0,-3085.57,4310.71,-12.3238,2.78722,300,5,0,5715,0,1,0,0,0),(77576,22095,530,1,1,0,0,-3152.15,4312.07,-15.635,4.20463,300,5,0,5715,0,1,0,0,0),(77577,22095,530,1,1,0,0,-3070.37,4271.13,-8.64043,2.98154,300,5,0,5715,0,1,0,0,0),(77578,22095,530,1,1,0,0,-2992.12,4379.1,-8.57139,2.47314,300,5,0,5715,0,1,0,0,0),(77579,22095,530,1,1,0,0,-3024.6,4343.28,-10.6135,0.422587,300,5,0,5715,0,1,0,0,0),(77580,22096,530,1,1,0,0,-3252.49,302.192,137.06,0.084682,300,0,0,6722,0,0,0,0,0),(77581,22099,530,1,1,0,1,3165.79,7004,161.833,1.46608,300,0,0,6326,0,0,0,0,0),(77582,22099,530,1,1,0,1,3164.5,7017.97,161.942,1.66283,300,0,0,6326,0,0,0,0,0),(77583,22100,530,1,1,0,0,1779.36,5385.19,154.419,5.72231,300,0,0,5715,0,0,0,0,0),(77584,22100,530,1,1,0,0,-2817.05,4906.41,-16.0072,4.33624,300,5,0,5715,0,1,0,0,0),(77585,22100,530,1,1,0,0,-3575.88,5442.82,-12.6348,5.64221,300,5,0,5715,0,1,0,0,0),(77586,22100,530,1,1,0,0,-3257.99,5506.4,-12.7906,1.97197,300,5,0,5715,0,1,0,0,0),(77587,22100,530,1,1,0,0,-3242.58,5457.21,-16.4877,2.79321,300,5,0,5715,0,1,0,0,0),(77588,22100,530,1,1,0,0,-3255.87,5558.67,-10.6145,3.41354,300,5,0,5715,0,1,0,0,0),(77589,22100,530,1,1,0,0,-3227.28,5519.8,-14.2419,3.6224,300,5,0,5715,0,1,0,0,0),(77590,22100,530,1,1,0,0,-3218.15,5552.43,-9.73321,3.72959,300,5,0,5715,0,1,0,0,0),(77591,22100,530,1,1,0,0,-3111.56,5502.53,-18.0829,1.30305,300,5,0,5715,0,1,0,0,0),(77592,22100,530,1,1,0,0,-3159.68,5419.82,-21.8119,2.83684,300,5,0,5715,0,1,0,0,0),(77593,22100,530,1,1,0,0,-3061.89,5461.76,-17.6736,2.89371,300,5,0,5715,0,1,0,0,0),(77594,22100,530,1,1,0,0,-2981.99,5475.13,-11.7532,6.10356,300,5,0,5715,0,1,0,0,0),(77595,22100,530,1,1,0,0,-3051.69,5388.05,-19.4591,1.71826,300,5,0,5715,0,1,0,0,0),(77596,22100,530,1,1,0,0,-3011.18,5321.36,-17.4852,3.34008,300,5,0,5715,0,1,0,0,0),(77597,22100,530,1,1,0,0,-3060.09,5302.04,-21.9925,2.91793,300,5,0,5715,0,1,0,0,0),(77598,22100,530,1,1,0,0,-3186.47,5310.82,-20.5868,5.03445,300,5,0,5715,0,1,0,0,0),(77599,22100,530,1,1,0,0,-3191.14,5370.16,-21.4149,4.62461,300,5,0,5715,0,1,0,0,0),(77600,22100,530,1,1,0,0,-3231.83,5396.74,-20.5019,3.19548,300,5,0,5715,0,1,0,0,0),(77601,22100,530,1,1,0,0,-3288.26,5303.27,-19.2751,0.947597,300,5,0,5715,0,1,0,0,0),(77602,22100,530,1,1,0,0,-3379.06,5376.54,-17.2228,2.81468,300,5,0,5715,0,1,0,0,0),(77603,22100,530,1,1,0,0,-3342.29,5419.56,-16.8794,1.82762,300,5,0,5715,0,1,0,0,0),(77604,22100,530,1,1,0,0,-3488.84,5359.04,-17.3466,1.53722,300,5,0,5715,0,1,0,0,0),(77605,22100,530,1,1,0,0,-3454.35,5368.51,-14.8908,1.30189,300,5,0,5715,0,1,0,0,0),(77606,22100,530,1,1,0,0,-3527.68,5396.94,-18.0356,4.77289,300,5,0,5715,0,1,0,0,0),(77607,22100,530,1,1,0,0,-3586.95,5420.65,-14.8826,1.52812,300,0,0,5715,0,0,0,0,0),(77608,22100,530,1,1,0,0,-3045.84,5249.57,-21.0702,2.93512,300,5,0,5715,0,1,0,0,0),(77609,22100,530,1,1,0,0,-2984.54,5112.02,-21.698,2.53795,300,5,0,5715,0,1,0,0,0),(77610,22100,530,1,1,0,0,-2957.56,5275.52,-15.3714,3.04173,300,5,0,5715,0,1,0,0,0),(77611,22100,530,1,1,0,0,-2953.71,5048.51,-22.079,0.737027,300,5,0,5715,0,1,0,0,0),(77612,22100,530,1,1,0,0,-3001.57,4841.72,-21.983,3.33401,300,5,0,5715,0,1,0,0,0),(77613,22100,530,1,1,0,0,-2949,4881.3,-21.5164,2.97371,300,5,0,5715,0,1,0,0,0),(77614,22100,530,1,1,0,0,-2936.01,4835.87,-20.3972,4.47338,300,5,0,5715,0,1,0,0,0),(77615,22100,530,1,1,0,0,-2888.94,4855.84,-20.8181,5.27974,300,5,0,5715,0,1,0,0,0),(77616,22100,530,1,1,0,0,-2891.59,4907.65,-21.1437,3.55885,300,5,0,5715,0,1,0,0,0),(77617,22100,530,1,1,0,0,-3027.73,4757.55,-22.0923,3.00954,300,5,0,5715,0,1,0,0,0),(77618,22100,530,1,1,0,0,-3039.61,4721.62,-20.9408,1.29874,300,5,0,5715,0,1,0,0,0),(77619,22100,530,1,1,0,0,-2939.73,4615.4,-20.254,2.26141,300,5,0,5715,0,1,0,0,0),(77620,22103,530,1,1,0,1,2919.11,5956.93,3.16149,1.58825,300,0,0,7380,0,0,0,0,0),(77621,22105,530,1,1,0,0,-3787.75,4805.26,-20.4518,0.285299,300,5,0,5715,0,1,0,0,0),(77622,22105,530,1,1,0,0,-3872.64,4660.06,-43.1789,3.30353,300,5,0,5715,0,1,0,0,0),(77623,22105,530,1,1,0,0,-3939.21,4659.82,-84.8934,3.50535,300,5,0,5715,0,1,0,0,0),(77624,22105,530,1,1,0,0,-3831.96,4626.3,-24.0373,0.48642,300,5,0,5715,0,1,0,0,0),(77625,22105,530,1,1,0,0,-3846.12,4580.41,-21.413,4.74919,300,5,0,5715,0,1,0,0,0),(77626,22105,530,1,1,0,0,-3880.31,4527.11,-29.6929,0.772135,300,5,0,5715,0,1,0,0,0),(77627,22105,530,1,1,0,0,-3795.56,4625.3,-20.3401,0.806094,300,5,0,5715,0,1,0,0,0),(77628,22105,530,1,1,0,0,-3810.48,4549.58,-17.8776,5.55036,300,5,0,5715,0,1,0,0,0),(77629,22105,530,1,1,0,0,-3822.16,4588.61,-19.6801,4.40885,300,5,0,5715,0,1,0,0,0),(77630,22105,530,1,1,0,0,-3841.97,4502.2,-24.7078,4.25438,300,5,0,5715,0,1,0,0,0),(77631,22105,530,1,1,0,0,-3739.58,4561.38,-15.5071,4.75259,300,5,0,5715,0,1,0,0,0),(77632,22105,530,1,1,0,0,-3734.76,4505.18,-10.5081,5.81002,300,5,0,5715,0,1,0,0,0),(77633,22105,530,1,1,0,0,-3782.37,4485.73,-12.6095,2.31173,300,5,0,5715,0,1,0,0,0),(77634,22105,530,1,1,0,0,-3691.8,4537.28,-15.5532,5.67751,300,5,0,5715,0,1,0,0,0),(77635,22105,530,1,1,0,0,-3677.49,4611.25,-17.8756,6.10303,300,5,0,5715,0,1,0,0,0),(77636,22105,530,1,1,0,0,-3716.43,4628.1,-17.9114,0.947087,300,5,0,5715,0,1,0,0,0),(77637,22105,530,1,1,0,0,-3695.22,4405.89,-5.90634,3.84896,300,5,0,5715,0,1,0,0,0),(77638,22105,530,1,1,0,0,-3690.57,4456.78,-11.0483,1.48569,300,5,0,5715,0,1,0,0,0),(77639,22105,530,1,1,0,0,-3649.44,4486.21,-17.1913,5.70407,300,5,0,5715,0,1,0,0,0),(77640,22105,530,1,1,0,0,-3790.1,4445.05,-8.07428,3.79502,300,5,0,5715,0,1,0,0,0),(77641,22107,530,1,1,0,0,-1319.35,2378.33,88.481,5.63741,300,0,0,6986,0,0,0,0,0),(77642,22108,530,1,1,0,0,2919.47,5951.3,4.05443,1.20428,300,0,0,5233,2991,0,0,0,0),(77643,22110,530,1,1,0,0,2206.09,4758.49,158.194,2.96706,300,0,0,6986,0,0,0,0,0),(77644,22112,530,1,1,0,0,-4200.89,382.464,118.055,1.309,300,0,0,110700,0,0,0,0,0),(77645,22113,530,1,1,0,1,-4129.33,762.282,2.03807,5.80126,300,0,0,86160,3231,0,0,0,0),(77646,22115,530,1,1,0,0,-3770.98,1603.26,41.402,6.06809,300,0,0,2617,0,0,0,0,0),(77647,22115,530,1,1,0,0,-3642.85,1766.12,40.5229,0.372167,300,0,0,2617,0,0,0,0,0),(77648,22116,530,1,1,0,0,3240.37,5877.01,-1.76953,0.977384,300,0,0,42,0,0,0,0,0),(77649,22123,530,1,1,0,0,1901.27,5702.12,257.523,2.63966,300,5,0,5527,0,1,0,0,0),(77650,22123,530,1,1,0,0,1847,5678.06,262.792,6.12141,300,5,0,5527,0,1,0,0,0),(77651,22123,530,1,1,0,0,1845.13,5641.18,260.273,2.61239,300,5,0,5527,0,1,0,0,0),(77652,22123,530,1,1,0,0,1950.76,5690.92,266.635,5.4988,300,5,0,5527,0,1,0,0,0),(77653,22123,530,1,1,0,0,1923.11,5697.28,266.363,1.13205,300,5,0,5527,0,1,0,0,0),(77654,22123,530,1,1,0,0,1988.69,5624.05,259.471,5.41398,300,5,0,5527,0,1,0,0,0),(77655,22123,530,1,1,0,0,1980.16,5681.86,266.948,1.46919,300,5,0,5527,0,1,0,0,0),(77656,22123,530,1,1,0,0,2039.53,5612.82,261.938,3.37189,300,5,0,5527,0,1,0,0,0),(77657,22123,530,1,1,0,0,2105.19,5604.17,265.791,5.23192,300,5,0,5527,0,1,0,0,0),(77658,22123,530,1,1,0,0,1999.26,5705.87,269.525,0.385384,300,5,0,5527,0,1,0,0,0),(77659,22123,530,1,1,0,0,2010.17,5685.66,267.058,2.6035,300,5,0,5527,0,1,0,0,0),(77660,22123,530,1,1,0,0,2042.94,5709.03,269.686,3.7476,300,5,0,5527,0,1,0,0,0),(77661,22123,530,1,1,0,0,2076.53,5682.16,265.759,0.333173,300,5,0,5527,0,1,0,0,0),(77662,22123,530,1,1,0,0,2101.94,5723.08,265.296,6.17196,300,5,0,5527,0,1,0,0,0),(77663,22123,530,1,1,0,0,2125.92,5618.36,265.519,4.19088,300,5,0,5527,0,1,0,0,0),(77664,22123,530,1,1,0,0,2144.9,5691.57,265.805,0.800298,300,5,0,5527,0,1,0,0,0),(77665,22123,530,1,1,0,0,2153.65,5712.4,265.269,4.79451,300,5,0,5527,0,1,0,0,0),(77666,22123,530,1,1,0,0,2082.08,5759.61,265.808,0.735647,300,5,0,5527,0,1,0,0,0),(77667,22123,530,1,1,0,0,2144.4,5735.68,266.032,4.74706,300,5,0,5527,0,1,0,0,0),(77668,22123,530,1,1,0,0,3584.52,4905.36,262.858,5.10549,300,0,0,5527,0,0,0,0,0),(77669,22124,530,1,1,0,0,-261.861,5395.29,82.2699,1.06465,300,0,0,7685,0,0,0,0,0),(77670,22124,530,1,1,0,0,2982.31,5530.68,190.56,4.29351,300,0,0,7685,0,0,0,0,0),(77671,22124,530,1,1,0,0,2946.75,5457.94,189.088,1.36136,300,0,0,7685,0,0,0,0,0),(77672,22124,530,1,1,0,0,2941.31,5417.37,201.181,0.942478,300,0,0,7685,0,0,0,0,0),(77673,22124,530,1,1,0,0,3021.32,5435.32,189.538,0.990407,300,0,0,7685,0,0,0,0,0),(77674,22124,530,1,1,0,0,3035.44,5503.14,189.321,2.54818,300,0,0,7685,0,0,0,0,0),(77675,22124,530,1,1,0,0,3083.74,5472.91,197.814,6.17846,300,0,0,7685,0,0,0,0,0),(77676,22124,530,1,1,0,0,-291.627,5425.14,84.0876,0.017453,300,0,0,7685,0,0,0,0,0),(77677,22124,530,1,1,0,0,-204.181,5407.97,104.014,1.23918,300,0,0,7685,0,0,0,0,0),(77678,22124,530,1,1,0,0,-181.717,5466.14,75.8724,5.74213,300,0,0,7685,0,0,0,0,0),(77679,22124,530,1,1,0,0,-233.939,5499.65,86.7415,3.71755,300,0,0,7685,0,0,0,0,0),(77680,22124,530,1,1,0,0,-303.258,5492.69,100.642,4.7822,300,0,0,7685,0,0,0,0,0),(77681,22124,530,1,1,0,0,-171.312,5498.54,107.988,3.26377,300,0,0,7685,0,0,0,0,0),(77682,22124,530,1,1,0,0,-188.334,5529.03,67.0183,1.76278,300,0,0,7685,0,0,0,0,0),(77683,22124,530,1,1,0,0,-153.596,5529.96,77.2561,2.61799,300,0,0,7685,0,0,0,0,0),(77684,22124,530,1,1,0,0,-203.251,5589,96.0365,5.81195,300,0,0,7685,0,0,0,0,0),(77685,22125,530,1,1,0,0,2982.32,5530.7,160.229,5.72468,300,0,0,7685,0,0,0,0,0),(77686,22125,530,1,1,0,0,2946.42,5457.8,158.77,2.37365,300,0,0,7685,0,0,0,0,0),(77687,22125,530,1,1,0,0,2940.96,5417.24,171.172,1.62316,300,0,0,7685,0,0,0,0,0),(77688,22125,530,1,1,0,0,3021.82,5435.7,159.546,2.16421,300,0,0,7685,0,0,0,0,0),(77689,22125,530,1,1,0,0,3035.22,5503,159.044,3.26377,300,0,0,7685,0,0,0,0,0),(77690,22125,530,1,1,0,0,3083.63,5472.9,167.724,5.79449,300,0,0,7685,0,0,0,0,0),(77691,22125,530,1,1,0,0,-310.759,5421.58,62.9019,4.34587,300,0,0,7685,0,0,0,0,0),(77692,22125,530,1,1,0,0,-257.442,5390.27,51.3026,5.42797,300,0,0,7685,0,0,0,0,0),(77693,22125,530,1,1,0,0,-216.24,5405.92,70.9173,5.89921,300,0,0,7685,0,0,0,0,0),(77694,22125,530,1,1,0,0,-260.598,5481.95,83.0362,1.65806,300,0,0,7685,0,0,0,0,0),(77695,22125,530,1,1,0,0,-164.002,5462.06,48.1377,3.10669,300,0,0,7685,0,0,0,0,0),(77696,22125,530,1,1,0,0,-177.804,5495.85,76.9772,3.1765,300,0,0,7685,0,0,0,0,0),(77697,22125,530,1,1,0,0,-303.238,5508.5,70.3718,6.03884,300,0,0,7685,0,0,0,0,0),(77698,22125,530,1,1,0,0,-170.684,5525.05,44.6502,5.68977,300,0,0,7685,0,0,0,0,0),(77699,22125,530,1,1,0,0,-218.977,5599.71,63.3918,1.78024,300,0,0,7685,0,0,0,0,0),(77700,22126,530,1,1,0,0,2982.31,5530.68,160.477,4.29351,300,0,0,7685,0,0,0,0,0),(77701,22126,530,1,1,0,0,2946.75,5457.94,159.005,1.36136,300,0,0,7685,0,0,0,0,0),(77702,22126,530,1,1,0,0,2941.31,5417.37,171.097,0.942478,300,0,0,7685,0,0,0,0,0),(77703,22126,530,1,1,0,0,3021.32,5435.32,159.454,5.60251,300,0,0,7685,0,0,0,0,0),(77704,22126,530,1,1,0,0,3035.44,5503.14,159.237,2.54818,300,0,0,7685,0,0,0,0,0),(77705,22126,530,1,1,0,0,3083.74,5472.91,167.73,6.17846,300,0,0,7685,0,0,0,0,0),(77706,22126,530,1,1,0,0,-291.627,5425.14,54.0042,0.017453,300,0,0,7685,0,0,0,0,0),(77707,22126,530,1,1,0,0,-261.861,5395.29,52.1865,1.06465,300,0,0,7685,0,0,0,0,0),(77708,22126,530,1,1,0,0,-204.181,5407.97,73.9307,1.23918,300,0,0,7685,0,0,0,0,0),(77709,22126,530,1,1,0,0,-181.717,5466.14,45.789,5.74213,300,0,0,7685,0,0,0,0,0),(77710,22126,530,1,1,0,0,-233.939,5499.65,56.6582,3.71755,300,0,0,7685,0,0,0,0,0),(77711,22126,530,1,1,0,0,-303.258,5492.69,70.5585,4.7822,300,0,0,7685,0,0,0,0,0),(77712,22126,530,1,1,0,0,-171.312,5498.54,77.9045,3.26377,300,0,0,7685,0,0,0,0,0),(77713,22126,530,1,1,0,0,-188.334,5529.03,36.935,1.76278,300,0,0,7685,0,0,0,0,0),(77714,22126,530,1,1,0,0,-153.596,5529.96,47.1727,2.61799,300,0,0,7685,0,0,0,0,0),(77715,22126,530,1,1,0,0,-203.251,5589,65.9532,5.81195,300,0,0,7685,0,0,0,0,0),(77716,22127,530,1,1,0,0,2959.73,5465.37,144.332,5.12665,300,0,0,206500,115815,0,0,0,0),(77717,22130,530,1,1,0,0,3158.47,5894.5,-9.31942,2.22465,300,0,0,5233,2991,0,0,0,0),(77718,22132,530,1,1,0,0,1328.42,6034.09,158.311,3.58921,300,5,0,5914,0,1,0,0,0),(77719,22132,530,1,1,0,0,1236.68,6974.83,86.5215,2.96731,300,0,0,5914,0,2,0,0,0),(77720,22133,530,1,1,0,1,3024.71,5452.03,147.35,4.16399,300,0,0,20958,0,0,0,0,0),(77721,22134,530,1,1,0,0,-3396.84,350.416,103.952,1.57413,300,5,0,349,0,1,0,0,0),(77722,22134,530,1,1,0,0,-3439.24,353.486,90.99,4.50945,300,5,0,349,0,1,0,0,0),(77723,22134,530,1,1,0,0,-3405.37,503.852,91.2191,0.096353,300,5,0,349,0,1,0,0,0),(77724,22134,530,1,1,0,0,-3300.41,342.237,120.487,0.291369,300,5,0,349,0,1,0,0,0),(77725,22134,530,1,1,0,0,-3213.97,387.697,120.273,0.059266,300,5,0,349,0,1,0,0,0),(77726,22134,530,1,1,0,0,-3236.95,434.977,104.814,0.919619,300,5,0,349,0,1,0,0,0),(77727,22134,530,1,1,0,0,-3342.38,423.796,103.963,0.022918,300,5,0,349,0,1,0,0,0),(77728,22134,530,1,1,0,0,-3305.87,512.39,86.8576,2.97066,300,5,0,349,0,1,0,0,0),(77729,22134,530,1,1,0,0,-3328.96,470.267,98.339,4.85452,300,5,0,349,0,1,0,0,0),(77730,22134,530,1,1,0,0,-3468.37,574.093,28.1086,3.33401,300,5,0,349,0,1,0,0,0),(77731,22135,530,1,1,0,0,2249,4780.78,157.312,3.29867,300,0,0,4979,0,0,0,0,0),(77732,22135,530,1,1,0,0,2168.15,4810.37,156.27,2.40855,300,0,0,4979,0,0,0,0,0),(77733,22135,530,1,1,0,0,2062.25,4703.04,150.089,1.309,300,0,0,4979,0,0,0,0,0),(77734,22135,530,1,1,0,0,2058.57,4733.02,150.283,5.32325,300,0,0,4979,0,0,0,0,0),(77735,22136,530,1,1,0,0,2231.35,4744.45,159.823,2.89725,300,0,0,4979,0,0,0,0,0),(77736,22137,530,1,1,0,0,-4192.25,2005.34,53.563,0.488692,300,0,0,6986,0,0,0,0,0),(77737,22138,530,1,1,0,1,-4182.16,1964.4,65.4432,1.5708,300,0,0,2530,2933,0,0,0,0),(77738,22138,530,1,1,0,1,-4146.67,1982.4,64.4134,3.38594,300,0,0,2530,2933,0,0,0,0),(77739,22138,530,1,1,0,1,-4138.13,1958.3,64.5656,2.26893,300,0,0,2530,2933,0,0,0,0),(77740,22138,530,1,1,0,1,-4159.94,1942.08,65.6664,2.46091,300,0,0,2530,2933,0,0,0,0),(77741,22139,530,1,1,0,0,-4192.24,2005.37,55,0.802851,300,0,0,42,0,0,0,0,0),(77742,22141,530,1,1,0,0,2208.43,4746.93,158.59,0.801347,300,5,0,4979,0,1,0,0,0),(77743,22141,530,1,1,0,0,2207.17,4749.94,158.605,0.799522,300,5,0,4979,0,1,0,0,0),(77744,22141,530,1,1,0,0,2207.28,4745.73,158.559,0.801264,300,5,0,4979,0,1,0,0,0),(77745,22142,530,1,1,0,0,2123.71,4736.44,150.684,0.436332,300,0,0,4979,0,0,0,0,0),(77746,22146,530,1,1,0,0,-4192.24,2005.34,53.5622,2.47837,300,0,0,6986,0,0,0,0,0),(77747,22149,530,1,1,0,1,3034.59,5483.08,147.203,4.08407,300,0,0,5589,3155,0,0,0,0),(77748,22150,530,1,1,0,1,3036.01,5483.13,147.07,3.92699,300,0,0,6542,0,0,0,0,0),(77749,22151,530,1,1,0,1,2940.09,5503.97,145.722,3.34601,300,5,0,16767,3155,1,0,0,0),(77750,22151,530,1,1,0,1,2960.96,5423.6,146.5,0.172896,300,5,0,16767,3155,1,0,0,0),(77751,22151,530,1,1,0,1,3046.95,5458.98,149.771,4.08929,300,5,0,16767,3155,1,0,0,0),(77752,22151,530,1,1,0,1,3009.35,5480.78,143.188,5.53671,300,5,0,16767,3155,1,0,0,0),(77753,22151,530,1,1,0,1,3023.73,5527.63,148.145,2.11882,300,5,0,16767,3155,1,0,0,0),(77754,22160,530,1,1,0,0,3091.73,5838.35,-0.381576,1.3439,300,0,0,6116,0,0,0,0,0),(77755,22160,530,1,1,0,0,3236.18,5876.28,-2.91681,0.383972,300,0,0,6116,0,0,0,0,0),(77756,22160,530,1,1,0,0,3197.76,5689.74,0.09484,2.25148,300,0,0,6116,0,0,0,0,0),(77757,22160,530,1,1,0,0,3276.16,5704.31,-5.3976,1.0821,300,0,0,6116,0,0,0,0,0),(77758,22174,530,1,1,0,0,3982.84,5086.07,267.274,5.14459,300,0,0,43086,0,0,0,0,0),(77759,22175,530,1,1,0,0,4079.29,5129.22,267.446,1.09823,300,0,0,7181,0,0,0,0,0),(77760,22177,530,1,1,0,0,-1336.04,2353.65,90.0524,1.0821,300,0,0,42,0,0,0,0,0),(77761,22180,530,1,1,0,0,3947.38,5263.01,265.007,1.27319,300,5,0,6986,0,1,0,0,0),(77762,22180,530,1,1,0,0,3980.61,5184.16,265.202,0.284667,300,5,0,6986,0,1,0,0,0),(77763,22180,530,1,1,0,0,3904.37,5196.68,266.107,1.06936,300,5,0,6986,0,1,0,0,0),(77764,22180,530,1,1,0,0,3920.42,5137.71,267.469,5.4727,300,5,0,6986,0,1,0,0,0),(77765,22180,530,1,1,0,0,4025.62,5192.78,266.4,5.15739,300,5,0,6986,0,1,0,0,0),(77766,22180,530,1,1,0,0,3970.84,5088.88,267.161,1.57204,300,5,0,6986,0,1,0,0,0),(77767,22180,530,1,1,0,0,3891.67,5082.59,269.227,5.59457,300,5,0,6986,0,1,0,0,0),(77768,22180,530,1,1,0,0,4019.89,5125.19,266.69,3.23252,300,5,0,6986,0,1,0,0,0),(77769,22180,530,1,1,0,0,3991.09,5027.74,266.816,1.99496,300,5,0,6986,0,1,0,0,0),(77770,22180,530,1,1,0,0,3954.21,4978.66,266.367,4.27242,300,5,0,6986,0,1,0,0,0),(77771,22180,530,1,1,0,0,3896.56,4982.7,267.425,1.52326,300,5,0,6986,0,1,0,0,0),(77772,22180,530,1,1,0,0,3996.02,4916.79,266.946,5.81585,300,5,0,6986,0,1,0,0,0),(77773,22180,530,1,1,0,0,4023.37,4962.6,266.983,2.41323,300,5,0,6986,0,1,0,0,0),(77774,22180,530,1,1,0,0,4050.84,4989.66,267.191,2.51904,300,5,0,6986,0,1,0,0,0),(77775,22180,530,1,1,0,0,3961.38,4855.68,267.491,3.45815,300,5,0,6986,0,1,0,0,0),(77776,22180,530,1,1,0,0,3919.54,4907.78,267.826,0.058053,300,5,0,6986,0,1,0,0,0),(77777,22180,530,1,1,0,0,3922.23,4838.24,265.174,4.53051,300,5,0,6986,0,1,0,0,0),(77778,22180,530,1,1,0,0,4020.95,4862.29,266.992,3.30257,300,5,0,6986,0,1,0,0,0),(77779,22180,530,1,1,0,0,4078.72,4892.7,267.552,4.04666,300,5,0,6986,0,1,0,0,0),(77780,22180,530,1,1,0,0,4083.24,4835.4,267.822,1.84279,300,5,0,6986,0,1,0,0,0),(77781,22180,530,1,1,0,0,4085.9,4955.41,267.777,1.4985,300,5,0,6986,0,1,0,0,0),(77782,22180,530,1,1,0,0,4112.95,5019.91,268.099,3.93519,300,5,0,6986,0,1,0,0,0),(77783,22180,530,1,1,0,0,4056.09,5059.65,267.482,0.746106,300,5,0,6986,0,1,0,0,0),(77784,22180,530,1,1,0,0,4100.37,5059.32,267.655,5.0893,300,5,0,6986,0,1,0,0,0),(77785,22180,530,1,1,0,0,4074.3,5116.01,267.696,2.18884,300,5,0,6986,0,1,0,0,0),(77786,22180,530,1,1,0,0,4083.46,5180.67,266.05,5.0514,300,5,0,6986,0,1,0,0,0),(77787,22181,530,1,1,0,0,3912.48,5226.69,278.55,1.34883,300,5,0,7685,0,1,0,0,0),(77788,22181,530,1,1,0,0,3999.63,5159.77,279.428,1.66695,300,5,0,7685,0,1,0,0,0),(77789,22181,530,1,1,0,0,4036.33,5066.62,289.028,3.07678,300,5,0,7685,0,1,0,0,0),(77790,22181,530,1,1,0,0,4028.27,5017.34,272.313,2.56337,300,5,0,7685,0,1,0,0,0),(77791,22181,530,1,1,0,0,3921.46,4859.61,268.402,0.944035,300,5,0,7685,0,1,0,0,0),(77792,22182,530,1,1,0,0,3681.75,5952.07,269.154,2.63468,300,5,0,6986,0,1,0,0,0),(77793,22182,530,1,1,0,0,3774.83,5869.73,266.125,5.46492,300,5,0,6986,0,1,0,0,0),(77794,22182,530,1,1,0,0,3799.72,5901.78,267.28,5.84971,300,5,0,6986,0,1,0,0,0),(77795,22182,530,1,1,0,0,3697.77,5994.4,265.155,4.73437,300,5,0,6986,0,1,0,0,0),(77796,22182,530,1,1,0,0,3736.45,5989.69,266.06,3.22816,300,5,0,6986,0,1,0,0,0),(77797,22182,530,1,1,0,0,3668.73,6010.27,267.269,0.192801,300,5,0,6986,0,1,0,0,0),(77798,22182,530,1,1,0,0,3695.98,6046.25,267.102,1.86269,300,5,0,6986,0,1,0,0,0),(77799,22182,530,1,1,0,0,3802.79,6008.81,265.166,4.4149,300,5,0,6986,0,1,0,0,0),(77800,22182,530,1,1,0,0,3668.35,6099.08,267.089,4.44155,300,5,0,6986,0,1,0,0,0),(77801,22182,530,1,1,0,0,3653.41,6129.36,269.067,4.92939,300,5,0,6986,0,1,0,0,0),(77802,22182,530,1,1,0,0,3625.29,6151.41,265.711,0.028046,300,5,0,6986,0,1,0,0,0),(77803,22182,530,1,1,0,0,3647.64,6185.27,271.207,0.337214,300,5,0,6986,0,1,0,0,0),(77804,22182,530,1,1,0,0,3850.14,5930.05,267.726,5.5877,300,5,0,6986,0,1,0,0,0),(77805,22182,530,1,1,0,0,3885.45,5909.33,266.545,2.9837,300,5,0,6986,0,1,0,0,0),(77806,22182,530,1,1,0,0,3939.66,6058.46,266.583,1.72858,300,5,0,6986,0,1,0,0,0),(77807,22182,530,1,1,0,0,3898.78,6034.49,266.286,0.119334,300,5,0,6986,0,1,0,0,0),(77808,22182,530,1,1,0,0,3909.11,6087.4,266.334,4.62775,300,5,0,6986,0,1,0,0,0),(77809,22182,530,1,1,0,0,3856.18,6075.34,265.568,5.05943,300,5,0,6986,0,1,0,0,0),(77810,22182,530,1,1,0,0,3775.31,6126.39,267.4,3.43915,300,5,0,6986,0,1,0,0,0),(77811,22182,530,1,1,0,0,3833,6134.83,265.948,5.41649,300,5,0,6986,0,1,0,0,0),(77812,22182,530,1,1,0,0,3742.8,6188.77,265.066,6.17314,300,5,0,6986,0,1,0,0,0),(77813,22182,530,1,1,0,0,3711.6,6204.93,265.664,0.214292,300,5,0,6986,0,1,0,0,0),(77814,22187,530,1,1,0,0,2679.18,7053.25,364.657,1.22393,300,0,0,7181,0,0,0,0,0),(77815,22187,530,1,1,0,0,2819.22,7252.19,364.493,5.96903,300,5,0,7181,0,1,0,0,0),(77816,22187,530,1,1,0,0,2652.61,7283.78,364.537,3.77817,300,5,0,7181,0,1,0,0,0),(77817,22187,530,1,1,0,0,2583.38,7014.58,363.96,1.88138,300,0,0,7181,0,0,0,0,0),(77818,22187,530,1,1,0,0,2568.77,7084.11,366.156,0.161817,300,0,0,7181,0,0,0,0,0),(77819,22187,530,1,1,0,0,2635.49,6997.73,366.901,4.22478,300,5,0,7181,0,1,0,0,0),(77820,22187,530,1,1,0,0,2652.24,7085.08,364.659,2.16234,300,0,0,7181,0,0,0,0,0),(100172,27654,578,3,1,27032,1,947.794,1045.8,360.051,0.314159,86400,0,0,325825,0,0,0,0,0),(100171,32261,578,3,1,27861,0,1197.68,1152.84,526.655,5.01687,3600,5,0,8,0,1,0,0,0),(100169,32261,578,3,1,27861,0,1108.9,996.555,495.674,4.07995,3600,5,0,8,0,1,0,0,0),(100168,32261,578,3,1,27861,0,1121.94,1102.31,495.698,5.85018,3600,5,0,8,0,1,0,0,0),(100167,32261,578,3,1,27861,0,1203.54,952.118,526.655,1.53514,3600,5,0,8,0,1,0,0,0),(100166,32261,578,3,1,27861,0,969.615,1082.01,526.655,2.3259,3600,5,0,8,0,1,0,0,0),(100165,32261,578,3,1,27861,0,1155.33,1039.37,495.698,0.300066,3600,5,0,8,0,1,0,0,0),(34038,20923,540,2,1,0,1,513.24,315.927,1.93557,3.1429,86400,0,0,103320,0,0,0,0,0),(34037,29143,1,1,1,0,0,1762.84,-4345.06,-7.98185,0.453786,25,0,0,955,0,0,0,0,0),(34036,15561,0,1,1,0,0,514.754,1560.97,130.145,4.39823,25,0,0,2563,5751,0,0,0,0),(34035,15567,0,1,1,0,0,-7274.65,-801.765,296.871,6.14681,25,0,0,2563,5751,0,0,0,0),(34034,30722,530,1,1,0,1,238.399,2840.97,145.087,5.46581,300,0,0,2136,5751,0,0,0,0),(10497,30721,530,1,1,0,1,-773.806,2751.21,146.535,0.595788,300,0,0,2136,5751,0,0,0,0),(77846,22195,530,1,1,0,1,2985.08,6874.68,369.821,4.86947,300,0,0,5589,3155,0,0,0,0),(77847,22195,530,1,1,0,1,2967.3,6844.93,370.222,0.174533,300,0,0,5589,3155,0,0,0,0),(77848,22195,530,1,1,0,1,3010.78,6847.33,369.328,1.69939,300,0,0,5589,3155,0,0,0,0),(77849,22195,530,1,1,0,1,1499.32,7257.24,369.969,3.59538,300,0,0,5589,3155,0,0,0,0),(77850,22196,530,1,1,0,1,3047.81,7064.05,365.392,3.59538,300,0,0,57448,0,0,0,0,0),(77851,22196,530,1,1,0,1,2876.8,7160.38,366.514,2.14675,300,0,0,57448,0,0,0,0,0),(77852,22196,530,1,1,0,1,3073.01,6800.59,365.482,2.93215,300,0,0,57448,0,0,0,0,0),(77853,22196,530,1,1,0,1,2791.17,7099.61,364.977,2.28638,300,0,0,57448,0,0,0,0,0),(77854,22201,530,1,1,0,1,1472.64,7235.12,372.276,1.7197,300,0,0,5589,3155,0,0,0,0),(77855,22202,530,1,1,0,0,1270.46,7165,373.484,0.15708,300,0,0,6986,0,0,0,0,0),(77856,22202,530,1,1,0,0,1280.12,7155.24,373.105,0.471239,300,0,0,6986,0,0,0,0,0),(77857,22202,530,1,1,0,0,1369.93,7355.93,370.646,4.08407,300,0,0,6986,0,0,0,0,0),(77858,22202,530,1,1,0,0,1373.41,7338.77,370.521,5.06145,300,0,0,6986,0,0,0,0,0),(77859,22202,530,1,1,0,0,1358.35,7317.62,370.16,0.331613,300,0,0,6986,0,0,0,0,0),(77860,22202,530,1,1,0,0,1361.04,7306.27,369.667,4.62512,300,0,0,6986,0,0,0,0,0),(77861,22202,530,1,1,0,0,1327.39,7356.79,367.705,5.044,300,0,0,6986,0,0,0,0,0),(77862,22202,530,1,1,0,0,1325.01,7371.29,368.635,1.15192,300,0,0,6986,0,0,0,0,0),(77863,22202,530,1,1,0,0,1332.36,7217.85,375.805,4.03171,300,0,0,6986,0,0,0,0,0),(77864,22202,530,1,1,0,0,1315.52,7210.17,374.516,0.191986,300,0,0,6986,0,0,0,0,0),(77865,22202,530,1,1,0,0,1352.46,7188.53,375.076,0.401426,300,0,0,6986,0,0,0,0,0),(77866,22202,530,1,1,0,0,1340.69,7177.61,374.825,0.872665,300,0,0,6986,0,0,0,0,0),(77867,22204,530,1,1,0,0,1708.41,7377.73,370.897,5.89921,300,0,0,7181,0,0,0,0,0),(77868,22204,530,1,1,0,0,1686.95,7344.33,370.135,5.5676,300,0,0,7181,0,0,0,0,0),(77869,22204,530,1,1,0,0,1685.7,7398.78,370.247,3.13568,300,5,0,7181,0,1,0,0,0),(77870,22204,530,1,1,0,0,1609.43,7258.42,364.407,1.20564,300,5,0,7181,0,1,0,0,0),(77871,22204,530,1,1,0,0,1650.27,7199.77,369.897,0.139626,300,0,0,7181,0,0,0,0,0),(77872,22204,530,1,1,0,0,1627.41,7241.34,369.141,0.663225,300,0,0,7181,0,0,0,0,0),(77873,22206,530,1,1,0,0,3116.45,6232.58,131.618,0.955641,300,0,0,16767,3155,2,0,0,0),(77874,22208,530,1,1,0,0,-2077.68,5266.01,-37.2402,0.890118,300,0,0,5233,2991,0,0,0,0),(77875,22211,530,1,1,0,1,-4103.93,1129.29,43.2364,5.42797,300,0,0,6761,0,0,0,0,0),(77876,22212,530,1,1,0,0,-2067.25,5262.56,-38.3815,2.25148,300,0,0,5233,2991,0,0,0,0),(77877,22213,530,1,1,0,0,-2072.69,5262.43,-37.2402,1.20428,300,0,0,6542,0,0,0,0,0),(77878,22214,530,1,1,0,1,-3039.95,800.17,-9.22668,2.40855,300,0,0,6761,0,0,0,0,0),(77879,22215,530,1,1,0,0,3606.15,6834.94,137.818,2.14742,300,0,0,6986,0,0,0,0,0),(77880,22216,530,1,1,0,0,2975.63,5499.79,143.668,2.21657,300,0,0,6387,2790,0,0,0,0),(77881,22217,530,1,1,0,1,3888.52,5755.38,270.471,0.663225,300,0,0,4892,3415,0,0,0,0),(77882,22217,530,1,1,0,1,3991.98,5694.63,270.039,2.21657,300,0,0,4892,3415,0,0,0,0),(77883,22217,530,1,1,0,1,4000.88,5713.22,269.147,1.53589,300,0,0,4892,3415,0,0,0,0),(77884,22217,530,1,1,0,1,3957.6,5612.72,266.169,0.733038,300,0,0,4892,3415,0,0,0,0),(77885,22217,530,1,1,0,1,4005.91,5618.79,274.792,4.29351,300,0,0,4892,3415,0,0,0,0),(77886,22217,530,1,1,0,1,4033.73,5718.43,270.195,1.59454,300,0,0,4892,3415,0,0,0,0),(77887,22217,530,1,1,0,1,3998.2,5581.59,275.673,2.53073,300,0,0,4892,3415,0,0,0,0),(77888,22217,530,1,1,0,1,4018.31,5566.46,272.75,3.28122,300,0,0,4892,3415,0,0,0,0),(77889,22217,530,1,1,0,1,3976.72,5356.91,268.918,1.32645,300,0,0,4892,3415,0,0,0,0),(77890,22217,530,1,1,0,1,3945.42,5350.58,269.287,3.735,300,0,0,4892,3415,0,0,0,0),(77891,22217,530,1,1,0,1,3937.22,5391.47,271.803,3.24631,300,0,0,4892,3415,0,0,0,0),(77892,22217,530,1,1,0,1,3977,5379.27,268.914,4.79965,300,0,0,4892,3415,0,0,0,0),(77893,22217,530,1,1,0,1,3906.38,5389.87,269.846,2.3911,300,0,0,4892,3415,0,0,0,0),(77894,22217,530,1,1,0,1,3921.74,5348.9,269.719,5.67232,300,0,0,4892,3415,0,0,0,0),(77895,22217,530,1,1,0,1,4082.17,5304.93,270.412,2.68781,300,0,0,4892,3415,0,0,0,0),(77896,22217,530,1,1,0,1,4053.41,5420.6,267.428,1.79769,300,0,0,4892,3415,0,0,0,0),(77897,22217,530,1,1,0,1,4057.63,5439.92,267.192,3.1765,300,0,0,4892,3415,0,0,0,0),(77898,22217,530,1,1,0,1,4110.74,5445.78,273.932,6.17846,300,0,0,4892,3415,0,0,0,0),(77899,22217,530,1,1,0,1,4124.27,5454.75,274.368,4.01426,300,0,0,4892,3415,0,0,0,0),(77900,22217,530,1,1,0,1,4042.92,5452.26,267.009,5.02655,300,0,0,4892,3415,0,0,0,0),(77901,22217,530,1,1,0,1,4116.78,5521.69,269.825,3.63029,300,0,0,4892,3415,0,0,0,0),(77902,22217,530,1,1,0,1,4080.15,5517.92,270.205,1.97222,300,0,0,4892,3415,0,0,0,0),(77903,22217,530,1,1,0,1,4056.01,5518.6,271.14,4.11898,300,0,0,4892,3415,0,0,0,0),(77904,22217,530,1,1,0,1,4100.11,5595.21,270.321,2.37365,300,0,0,4892,3415,0,0,0,0),(77905,22217,530,1,1,0,1,4042.74,5655.17,269.686,2.18166,300,0,0,4892,3415,0,0,0,0),(77906,22217,530,1,1,0,1,4094.02,5671.52,267.52,0.942478,300,0,0,4892,3415,0,0,0,0),(77907,22217,530,1,1,0,1,4075.28,5650.83,270.765,5.02655,300,0,0,4892,3415,0,0,0,0),(77908,22217,530,1,1,0,1,4050.1,5751.39,264.093,1.16937,300,0,0,4892,3415,0,0,0,0),(77909,22217,530,1,1,0,1,4017.39,5751.26,264.658,2.11185,300,0,0,4892,3415,0,0,0,0),(77910,22218,530,1,1,0,0,3886.67,5757.75,270.259,2.298,300,5,0,2236,3155,1,0,0,0),(77911,22218,530,1,1,0,0,3989.59,5692.82,269.329,2.21657,300,0,0,2236,3155,0,0,0,0),(77912,22218,530,1,1,0,0,3997.88,5713.32,269.328,1.53589,300,5,0,2236,3155,1,0,0,0),(77913,22218,530,1,1,0,0,3955.59,5614.95,265.363,0.733038,300,5,0,2236,3155,1,0,0,0),(77914,22218,530,1,1,0,0,4008.65,5617.57,275.556,4.29351,300,5,0,2236,3155,1,0,0,0),(77915,22218,530,1,1,0,0,4030.73,5718.43,269.397,1.54595,300,5,0,2236,3155,1,0,0,0),(77916,22218,530,1,1,0,0,3996.48,5579.13,275.673,2.53073,300,0,0,2236,3155,0,0,0,0),(77917,22218,530,1,1,0,0,4018.44,5563.57,272.417,3.28122,300,5,0,2236,3155,1,0,0,0),(77918,22218,530,1,1,0,0,3937.54,5388.48,271.29,3.24631,300,5,0,2236,3155,1,0,0,0),(77919,22218,530,1,1,0,0,3979.99,5379.53,268.522,4.79965,300,5,0,2236,3155,1,0,0,0),(77920,22218,530,1,1,0,0,3973.81,5357.64,268.991,1.32645,300,5,0,2236,3155,1,0,0,0),(77921,22218,530,1,1,0,0,3904.33,5387.68,269.971,2.3911,300,0,0,2236,3155,0,0,0,0),(77922,22218,530,1,1,0,0,3923.46,5351.36,269.469,5.67232,300,5,0,2236,3155,1,0,0,0),(77923,22218,530,1,1,0,0,3947.1,5348.09,269.278,3.735,300,5,0,2236,3155,1,0,0,0),(77924,22218,530,1,1,0,0,4080.86,5302.23,270.481,2.68781,300,5,0,2236,3155,1,0,0,0),(77925,22218,530,1,1,0,0,4050.48,5419.92,267.178,1.79769,300,0,0,2236,3155,0,0,0,0),(77926,22218,530,1,1,0,0,4057.74,5436.93,267.209,3.1765,300,5,0,2236,3155,1,0,0,0),(77927,22218,530,1,1,0,0,4111.06,5448.77,274.268,6.17846,300,5,0,2236,3155,1,0,0,0),(77928,22218,530,1,1,0,0,4126.57,5452.82,274.268,4.01426,300,5,0,2236,3155,1,0,0,0),(77929,22218,530,1,1,0,0,4045.77,5453.19,266.709,5.02655,300,5,0,2236,3155,1,0,0,0),(77930,22218,530,1,1,0,0,4077.39,5516.74,270.101,1.97222,300,5,0,2236,3155,1,0,0,0),(77931,22218,530,1,1,0,0,4058.49,5516.92,270.683,4.11898,300,5,0,2236,3155,1,0,0,0),(77932,22218,530,1,1,0,0,4118.19,5519.04,270.022,3.63029,300,5,0,2236,3155,1,0,0,0),(77933,22218,530,1,1,0,0,4098.02,5593.05,270.187,2.37365,300,5,0,2236,3155,1,0,0,0),(77934,22218,530,1,1,0,0,4091.59,5673.28,267.637,0.942478,300,0,0,2236,3155,0,0,0,0),(77935,22218,530,1,1,0,0,4040.29,5653.44,269.315,2.18166,300,5,0,2236,3155,1,0,0,0),(77936,22218,530,1,1,0,0,4078.14,5651.76,270.81,5.02655,300,5,0,2236,3155,1,0,0,0),(77937,22218,530,1,1,0,0,4047.34,5752.56,264.093,1.16937,300,5,0,2236,3155,1,0,0,0),(77938,22218,530,1,1,0,0,4014.82,5749.72,264.533,2.11185,300,5,0,2236,3155,1,0,0,0),(77939,22221,530,1,1,0,1,3980.56,5666.79,266.909,6.18731,300,5,0,5744,3231,1,0,0,0),(77940,22221,530,1,1,0,1,3929.26,5435,266.494,4.35945,300,5,0,5744,3231,1,0,0,0),(77941,22221,530,1,1,0,1,3974.35,5445.04,266.474,5.99637,300,5,0,5744,3231,1,0,0,0),(77942,22225,530,1,1,0,0,179.787,2605.4,87.3669,0.279253,300,0,0,3052,0,0,0,0,0),(77943,22227,530,1,1,0,0,-707.807,2716.12,94.8203,1.55334,300,0,0,3052,0,0,0,0,0),(77944,22230,530,1,1,0,0,-3493.04,394.865,33.2685,0.331613,300,0,0,6722,0,0,0,0,0),(77945,22231,530,1,1,0,0,-1337.77,2355.06,89.0385,0.785398,300,0,0,5914,0,0,0,0,0),(77946,22241,530,1,1,0,1,3732.29,5910.1,266.505,3.83972,300,0,0,6986,0,0,0,0,0),(77947,22241,530,1,1,0,1,3761.16,5933.58,265.803,0.942478,300,0,0,6986,0,0,0,0,0),(77948,22241,530,1,1,0,1,3756.91,5962.77,266.524,3.23312,300,5,0,6986,0,1,0,0,0),(77949,22241,530,1,1,0,1,3750.45,5971.78,266.31,2.28983,300,5,0,6986,0,1,0,0,0),(77950,22241,530,1,1,0,1,3716.61,6030.4,264.923,4.67999,300,5,0,6986,0,1,0,0,0),(77951,22241,530,1,1,0,1,3713.73,6112.02,266.544,2.98451,300,0,0,6986,0,0,0,0,0),(77952,22241,530,1,1,0,1,3792.96,6081.17,266.069,2.02458,300,0,0,6986,0,0,0,0,0),(77953,22241,530,1,1,0,1,3759.19,6132.08,266.715,4.9475,300,5,0,6986,0,1,0,0,0),(77954,22241,530,1,1,0,1,3726.43,6151.62,267.336,6.12611,300,0,0,6986,0,0,0,0,0),(77955,22241,530,1,1,0,1,3834.46,6029.37,266.73,1.71042,300,0,0,6986,0,0,0,0,0),(77956,22241,530,1,1,0,1,3836.66,6108.11,267.479,6.16101,300,0,0,6986,0,0,0,0,0),(77957,22242,530,1,1,0,1,3738.03,5892.01,264.748,3.12414,300,0,0,5589,3155,0,0,0,0),(77958,22242,530,1,1,0,1,3711.91,5980.88,267.337,5.68977,300,0,0,5589,3155,0,0,0,0),(77959,22242,530,1,1,0,1,3741.14,5925.12,265.962,5.69654,300,5,0,5589,3155,1,0,0,0),(77960,22242,530,1,1,0,1,3802.1,5919.33,266.688,5.74213,300,0,0,5589,3155,0,0,0,0),(77961,22242,530,1,1,0,1,3807.23,5982.16,266.687,2.08582,300,5,0,5589,3155,1,0,0,0),(77962,22242,530,1,1,0,1,3757.63,6104.13,268.504,4.31096,300,0,0,5589,3155,0,0,0,0),(77963,22242,530,1,1,0,1,3810.9,6062.14,266.261,1.49772,300,5,0,5589,3155,1,0,0,0),(77964,22242,530,1,1,0,1,3816.23,5935.11,266.966,5.63741,300,0,0,5589,3155,0,0,0,0),(77965,22242,530,1,1,0,1,3820.64,5969.37,266.651,4.31096,300,0,0,5589,3155,0,0,0,0),(77966,22242,530,1,1,0,1,3873.74,6049.93,266.58,6.12611,300,0,0,5589,3155,0,0,0,0),(77967,22242,530,1,1,0,1,3880.24,6058.24,265.012,5.38225,300,5,0,5589,3155,1,0,0,0),(77968,22242,530,1,1,0,1,3790.24,6150.28,266.029,5.02655,300,0,0,5589,3155,0,0,0,0),(77969,22243,530,1,1,0,1,3729.9,5928.12,266.505,0.855211,300,0,0,5744,3231,0,0,0,0),(77970,22243,530,1,1,0,1,3732.44,5969.48,268.279,4.00725,300,5,0,5744,3231,1,0,0,0),(77971,22243,530,1,1,0,1,3720.03,5980.17,267.258,3.78316,300,5,0,5744,3231,1,0,0,0),(77972,22243,530,1,1,0,1,3679.12,5987.69,266.066,5.63741,300,0,0,5744,3231,0,0,0,0),(77973,22243,530,1,1,0,1,3773.92,5997.38,267.187,5.92841,300,5,0,5744,3231,1,0,0,0),(77974,22243,530,1,1,0,1,3732.97,6021.77,266.92,1.29154,300,0,0,5744,3231,0,0,0,0),(77975,22243,530,1,1,0,1,3708.47,6076.4,267.14,1.98968,300,0,0,5744,3231,0,0,0,0),(77976,22243,530,1,1,0,1,3777.57,6030.13,265.548,0.418879,300,0,0,5744,3231,0,0,0,0),(77977,22243,530,1,1,0,1,3785.32,6090.4,266.263,6.03884,300,0,0,5744,3231,0,0,0,0),(77978,22243,530,1,1,0,1,3696.9,6146.58,266.759,4.11898,300,0,0,5744,3231,0,0,0,0),(77979,22243,530,1,1,0,1,3719.41,6181.28,265.611,0.994838,300,0,0,5744,3231,0,0,0,0),(77980,22243,530,1,1,0,1,3813.98,5958.6,266.633,1.02974,300,0,0,5744,3231,0,0,0,0),(77981,22243,530,1,1,0,1,3882.39,6072,265.629,5.81195,300,0,0,5744,3231,0,0,0,0),(77982,22243,530,1,1,0,1,3850.14,6047.14,266.882,5.93412,300,0,0,5744,3231,0,0,0,0),(77983,22243,530,1,1,0,1,3845.21,6092.92,267.443,5.09697,300,5,0,5744,3231,1,0,0,0),(77984,22243,530,1,1,0,1,3812.76,6115.9,265.95,2.32957,300,0,0,5744,3231,0,0,0,0),(77985,22243,530,1,1,0,1,3768.66,6170.68,266.005,2.3911,300,0,0,5744,3231,0,0,0,0),(77986,22243,530,1,1,0,1,3788,6168.84,266.051,4.01426,300,0,0,5744,3231,0,0,0,0),(77987,22244,530,1,1,0,0,3744.19,5907.97,265.417,2.99795,300,5,0,6986,0,1,0,0,0),(77988,22244,530,1,1,0,0,3686.11,5968.92,266.53,1.73014,300,5,0,6986,0,1,0,0,0),(77989,22244,530,1,1,0,0,3772.31,5973.41,267.187,3.39906,300,5,0,6986,0,1,0,0,0),(77990,22244,530,1,1,0,0,3715.08,6006.14,265.173,4.90306,300,5,0,6986,0,1,0,0,0),(77991,22244,530,1,1,0,0,3675.01,6069.82,267.089,2.92874,300,5,0,6986,0,1,0,0,0),(77992,22244,530,1,1,0,0,3737.82,6078.91,266.809,1.56828,300,5,0,6986,0,1,0,0,0),(77993,22244,530,1,1,0,0,3735.76,6035.23,266.735,4.74114,300,5,0,6986,0,1,0,0,0),(77994,22244,530,1,1,0,0,3742.35,6128.83,266.59,5.22101,300,5,0,6986,0,1,0,0,0),(77995,22244,530,1,1,0,0,3705.67,6145.37,266.714,3.4636,300,5,0,6986,0,1,0,0,0),(77996,22244,530,1,1,0,0,3673.81,6138.01,266.817,4.81073,300,5,0,6986,0,1,0,0,0),(77997,22244,530,1,1,0,0,3697.76,6184.39,265.535,3.82694,300,5,0,6986,0,1,0,0,0),(77998,22244,530,1,1,0,0,3805.24,6030.73,265.541,3.14159,300,5,0,6986,0,1,0,0,0),(77999,22244,530,1,1,0,0,3811.86,6111.29,266.079,2.86087,300,5,0,6986,0,1,0,0,0),(78000,22252,530,1,1,0,1,-5047.32,455.01,85.4492,4.24115,300,0,0,3271,0,0,0,0,0),(78001,22252,530,1,1,0,1,-5041.43,452.073,85.3622,3.82227,300,0,0,3271,0,0,0,0,0),(78002,22252,530,1,1,0,1,-5033.42,447.824,86.3458,5.28835,300,0,0,3271,0,0,0,0,0),(78003,22252,530,1,1,0,1,-5091.65,473.045,85.8153,0.471239,300,0,0,3271,0,0,0,0,0),(78004,22252,530,1,1,0,1,-5087.61,473.175,84.3436,4.17134,300,0,0,3271,0,0,0,0,0),(78005,22252,530,1,1,0,1,-4977.66,395.436,87.2279,3.31613,300,0,0,3271,0,0,0,0,0),(78006,22252,530,1,1,0,1,-4977.92,391.185,86.9443,2.84489,300,0,0,3271,0,0,0,0,0),(78007,22252,530,1,1,0,1,-5017.58,541.917,88.8316,1.69297,300,0,0,3271,0,0,0,0,0),(78008,22252,530,1,1,0,1,-5021.98,541.763,88.8288,1.16937,300,0,0,3271,0,0,0,0,0),(78009,22252,530,1,1,0,1,-4971.12,444.943,85.8984,1.76278,300,0,0,3271,0,0,0,0,0),(78010,22252,530,1,1,0,1,-4971.86,457.021,85.1049,5.20108,300,0,0,3271,0,0,0,0,0),(78011,22252,530,1,1,0,1,-4972.61,453.413,85.1403,0.436332,300,0,0,3271,0,0,0,0,0),(78012,22252,530,1,1,0,1,-4892.73,543.887,44.9395,6.05629,300,0,0,3271,0,0,0,0,0),(78013,22252,530,1,1,0,1,-4982.84,565.476,81.7786,1.44862,300,0,0,3271,0,0,0,0,0),(78014,22252,530,1,1,0,1,-4978.49,571.893,79.844,2.74017,300,0,0,3271,0,0,0,0,0),(78015,22252,530,1,1,0,1,-4883.68,553.572,57.8876,5.18363,300,0,0,3271,0,0,0,0,0),(78016,22252,530,1,1,0,1,-4966.11,519.752,80.1368,3.9968,300,0,0,3271,0,0,0,0,0),(78017,22252,530,1,1,0,1,-4945.57,521.877,77.4061,5.93412,300,0,0,3271,0,0,0,0,0),(78018,22252,530,1,1,0,1,-4891.3,500.731,65.6119,3.10669,300,0,0,3271,0,0,0,0,0),(78019,22252,530,1,1,0,1,-4895.07,508.363,64.6452,4.01426,300,0,0,3271,0,0,0,0,0),(78020,22252,530,1,1,0,1,-4885.55,494.402,65.9104,3.28122,300,0,0,3271,0,0,0,0,0),(78021,22252,530,1,1,0,1,-4879.83,439.938,67.1254,4.2237,300,0,0,3271,0,0,0,0,0),(78022,22252,530,1,1,0,1,-4883.49,434.888,68.5476,2.18166,300,0,0,3271,0,0,0,0,0),(78023,22252,530,1,1,0,1,-4927.73,400.331,82.4032,2.56563,300,0,0,3271,0,0,0,0,0),(78024,22252,530,1,1,0,1,-4835.32,447.598,53.3395,2.67035,300,0,0,3271,0,0,0,0,0),(78025,22252,530,1,1,0,1,-4837.45,453.061,54.5227,4.39823,300,0,0,3271,0,0,0,0,0),(78026,22252,530,1,1,0,1,-4917.05,406.565,81.0098,3.54302,300,0,0,3271,0,0,0,0,0),(78027,22252,530,1,1,0,1,-4910.13,409.445,80.2382,0.767945,300,0,0,3271,0,0,0,0,0),(78028,22252,530,1,1,0,1,-4919.1,362.26,78.6972,4.67748,300,0,0,3271,0,0,0,0,0),(78029,22252,530,1,1,0,1,-4909.71,359.261,78.3011,3.92699,300,0,0,3271,0,0,0,0,0),(78030,22252,530,1,1,0,1,-4871.15,293.828,59.1275,2.02458,300,0,0,3271,0,0,0,0,0),(78031,22252,530,1,1,0,1,-4868.95,300.152,59.1751,3.31613,300,0,0,3271,0,0,0,0,0),(78032,22252,530,1,1,0,1,-4885.73,176.214,38.4854,1.3439,300,0,0,3271,0,0,0,0,0),(78033,22252,530,1,1,0,1,-4882.34,176.752,37.4854,2.37365,300,0,0,3271,0,0,0,0,0),(78034,22252,530,1,1,0,1,-4858.13,208.172,37.0585,0.575959,300,0,0,3271,0,0,0,0,0),(78035,22252,530,1,1,0,1,-4859.23,214.857,38.0464,5.89921,300,0,0,3271,0,0,0,0,0),(78036,22252,530,1,1,0,1,-4873.82,284.827,58.7817,2.40855,300,0,0,3271,0,0,0,0,0),(78037,22252,530,1,1,0,1,-4884.65,282.668,62.8824,1.29154,300,0,0,3271,0,0,0,0,0),(78038,22252,530,1,1,0,1,-4914.91,258.385,61.2091,2.6529,300,0,0,3271,0,0,0,0,0),(78039,22252,530,1,1,0,1,-4920.01,256.647,65.5633,2.9147,300,0,0,3271,0,0,0,0,0),(78040,22252,530,1,1,0,1,-4967.7,337.348,83.7424,5.23599,300,0,0,3271,0,0,0,0,0),(78041,22252,530,1,1,0,1,-4995.9,255.852,81.1897,4.34587,300,0,0,3271,0,0,0,0,0),(78042,22252,530,1,1,0,1,-4995.05,252.54,80.8477,4.13643,300,0,0,3271,0,0,0,0,0),(78043,22252,530,1,1,0,1,-4971.23,333.796,83.3674,5.58505,300,0,0,3271,0,0,0,0,0),(78044,22252,530,1,1,0,1,-4994.15,314.582,84.0392,3.07178,300,0,0,3271,0,0,0,0,0),(78045,22252,530,1,1,0,1,-4994.77,309.011,83.5637,2.86234,300,0,0,3271,0,0,0,0,0),(78046,22252,530,1,1,0,1,-4977.59,270.68,80.4661,5.48033,300,0,0,3271,0,0,0,0,0),(78047,22252,530,1,1,0,1,-4978.57,275.871,80.6292,6.02139,300,0,0,3271,0,0,0,0,0),(78048,22252,530,1,1,0,1,-4975.86,278.05,81.3205,5.07891,300,0,0,3271,0,0,0,0,0),(78049,22252,530,1,1,0,1,-4932.51,211.388,67.9862,4.55531,300,0,0,3271,0,0,0,0,0),(78050,22252,530,1,1,0,1,-5004.09,219.936,82.0277,2.6529,300,0,0,3271,0,0,0,0,0),(78051,22252,530,1,1,0,1,-5006.41,217.707,82.8617,2.05949,300,0,0,3271,0,0,0,0,0),(78052,22252,530,1,1,0,1,-5002.81,223.177,82.5165,2.74017,300,0,0,3271,0,0,0,0,0),(78053,22252,530,1,1,0,1,-4975.44,221.562,80.2452,5.20108,300,0,0,3271,0,0,0,0,0),(78054,22252,530,1,1,0,1,-4979.95,219.92,80.3702,6.02139,300,0,0,3271,0,0,0,0,0),(78055,22252,530,1,1,0,1,-4925.73,190.343,64.2966,2.30383,300,0,0,3271,0,0,0,0,0),(78056,22252,530,1,1,0,1,-5008.72,152.064,79.6531,3.35103,300,0,0,3271,0,0,0,0,0),(78057,22252,530,1,1,0,1,-5008.04,148.732,79.1365,5.60251,300,0,0,3271,0,0,0,0,0),(78058,22252,530,1,1,0,1,-5007.79,141.677,78.1744,4.04916,300,0,0,3271,0,0,0,0,0),(78059,22252,530,1,1,0,1,-4993.33,182.895,82.0187,0.244346,300,0,0,3271,0,0,0,0,0),(78060,22252,530,1,1,0,1,-4992.28,188.36,81.0297,0.017453,300,0,0,3271,0,0,0,0,0),(78061,22252,530,1,1,0,1,-4991.29,193.36,80.9724,5.41052,300,0,0,3271,0,0,0,0,0),(78062,22252,530,1,1,0,1,-4937.17,135.552,58.8648,2.28638,300,0,0,3271,0,0,0,0,0),(78063,22252,530,1,1,0,1,-4943.62,133.846,61.2997,1.67552,300,0,0,3271,0,0,0,0,0),(78064,22252,530,1,1,0,1,-4947.26,128.999,61.6102,1.67552,300,0,0,3271,0,0,0,0,0),(78065,22252,530,1,1,0,1,-4977.24,121.249,77.3389,0,300,0,0,3271,0,0,0,0,0),(78066,22252,530,1,1,0,1,-4975.37,126.511,80.7056,0.034907,300,0,0,3271,0,0,0,0,0),(78067,22252,530,1,1,0,1,-4896.19,9.41753,45.8292,5.09636,300,0,0,3271,0,0,0,0,0),(78068,22252,530,1,1,0,1,-4903.82,4.06782,47.4531,5.21853,300,0,0,3271,0,0,0,0,0),(78069,22252,530,1,1,0,1,-4981.89,86.1118,72.5252,6.24828,300,0,0,3271,0,0,0,0,0),(78070,22252,530,1,1,0,1,-4987,80.5654,74.754,5.44543,300,0,0,3271,0,0,0,0,0),(78071,22252,530,1,1,0,1,-5049.75,6.44976,78.7167,3.87463,300,0,0,3271,0,0,0,0,0),(78072,22252,530,1,1,0,1,-5046.58,1.12066,78.2433,3.63029,300,0,0,3271,0,0,0,0,0),(78073,22252,530,1,1,0,1,-4938.11,-17.5226,58.9477,4.29351,300,0,0,3271,0,0,0,0,0),(78074,22252,530,1,1,0,1,-4944.55,-8.14334,61.3484,5.07891,300,0,0,3271,0,0,0,0,0),(78075,22252,530,1,1,0,1,-4939.99,-13.3117,59.457,3.56047,300,0,0,3271,0,0,0,0,0),(78076,22252,530,1,1,0,1,-4960.14,-29.5781,64.1721,1.50098,300,0,0,3271,0,0,0,0,0),(78077,22252,530,1,1,0,1,-4964.39,-26.4526,65.7031,0.698132,300,0,0,3271,0,0,0,0,0),(78078,22252,530,1,1,0,1,-4982.4,-53.8619,64.1409,5.81195,300,0,0,3271,0,0,0,0,0),(78079,22252,530,1,1,0,1,-4975.52,-43.6748,65.3105,5.07891,300,0,0,3271,0,0,0,0,0),(78080,22252,530,1,1,0,1,-4970.76,-96.6869,47.5758,1.65806,300,0,0,3271,0,0,0,0,0),(78081,22252,530,1,1,0,1,-4967.13,-96.9778,47.5927,0.261799,300,0,0,3271,0,0,0,0,0),(78082,22252,530,1,1,0,1,-4962.96,-101.212,46.263,1.15192,300,0,0,3271,0,0,0,0,0),(78083,22252,530,1,1,0,1,-5045.69,-75.5566,69.0718,1.79769,300,0,0,3271,0,0,0,0,0),(78084,22252,530,1,1,0,1,-5051.78,-75.7278,69.8292,1.51844,300,0,0,3271,0,0,0,0,0),(78085,22252,530,1,1,0,1,-5084.18,-101.95,68.6601,1.44862,300,0,0,3271,0,0,0,0,0),(78086,22252,530,1,1,0,1,-5080.74,-102.667,67.5514,2.00713,300,0,0,3271,0,0,0,0,0),(78087,22252,530,1,1,0,1,-5123.87,-95.4256,70.4362,5.81195,300,0,0,3271,0,0,0,0,0),(78088,22252,530,1,1,0,1,-5135.72,-90.493,72.455,1.97222,300,0,0,3271,0,0,0,0,0),(78089,22252,530,1,1,0,1,-5142.74,-87.0043,73.1662,0.05236,300,0,0,3271,0,0,0,0,0),(78090,22252,530,1,1,0,1,-5204.49,-93.1767,61.4745,4.60767,300,0,0,3271,0,0,0,0,0),(78091,22252,530,1,1,0,1,-5202.45,-98.5192,63.2696,3.1765,300,0,0,3271,0,0,0,0,0),(78092,22252,530,1,1,0,1,-5176.71,3.05393,76.1026,5.60251,300,0,0,3271,0,0,0,0,0),(78093,22252,530,1,1,0,1,-5161.98,12.1751,77.4035,4.43314,300,0,0,3271,0,0,0,0,0),(78094,22252,530,1,1,0,1,-5171.65,7.08865,76.4553,0.226893,300,0,0,3271,0,0,0,0,0),(78095,22252,530,1,1,0,1,-5143.85,62.5841,77.6883,2.53073,300,0,0,3271,0,0,0,0,0),(78096,22252,530,1,1,0,1,-5148.75,63.3197,77.64,1.20428,300,0,0,3271,0,0,0,0,0),(78097,22252,530,1,1,0,1,-5171.73,-36.0831,76.2269,0.645772,300,0,0,3271,0,0,0,0,0),(78098,22252,530,1,1,0,1,-5166.15,-42.0792,75.2501,0.139626,300,0,0,3271,0,0,0,0,0),(78099,22252,530,1,1,0,1,-5166.73,-39.0496,75.7269,0.436332,300,0,0,3271,0,0,0,0,0),(78100,22252,530,1,1,0,1,-5241.21,47.8097,51.7529,5.48033,300,0,0,3271,0,0,0,0,0),(78101,22252,530,1,1,0,1,-5248.39,40.1797,48.7049,5.77704,300,0,0,3271,0,0,0,0,0),(78102,22252,530,1,1,0,1,-5244.38,45.459,47.4793,5.93412,300,0,0,3271,0,0,0,0,0),(78103,22252,530,1,1,0,1,-5258.51,138.844,54.2017,0.942478,300,0,0,3271,0,0,0,0,0),(78104,22252,530,1,1,0,1,-5245.06,129.028,59.8252,0.488692,300,0,0,3271,0,0,0,0,0),(78105,22252,530,1,1,0,1,-5252.51,132.543,56.275,1.27409,300,0,0,3271,0,0,0,0,0),(78106,22252,530,1,1,0,1,-5333.77,166.815,43.5898,2.23402,300,0,0,3271,0,0,0,0,0),(78107,22252,530,1,1,0,1,-5343.41,173.447,44.4003,0.296706,300,0,0,3271,0,0,0,0,0),(78108,22252,530,1,1,0,1,-5221.65,235.964,74.9179,3.33358,300,0,0,3271,0,0,0,0,0),(78109,22252,530,1,1,0,1,-5228.57,246.809,73.338,4.39823,300,0,0,3271,0,0,0,0,0),(78110,22252,530,1,1,0,1,-5224.84,242.487,72.945,3.31613,300,0,0,3271,0,0,0,0,0),(78111,22252,530,1,1,0,1,-5284.42,234.689,68.2582,0.261799,300,0,0,3271,0,0,0,0,0),(78112,22252,530,1,1,0,1,-5185.46,323.326,73.683,3.61283,300,0,0,3271,0,0,0,0,0),(78113,22252,530,1,1,0,1,-5185.51,326.034,74.808,3.47321,300,0,0,3271,0,0,0,0,0),(78114,22252,530,1,1,0,1,-5186.72,319.471,74.058,2.16421,300,0,0,3271,0,0,0,0,0),(78115,22252,530,1,1,0,1,-5246.1,282.549,72.3055,1.37881,300,0,0,3271,0,0,0,0,0),(78116,22252,530,1,1,0,1,-5252,288.327,71.0116,6.00393,300,0,0,3271,0,0,0,0,0),(78117,22252,530,1,1,0,1,-5280.57,243.009,68.2696,5.91667,300,0,0,3271,0,0,0,0,0),(78118,22252,530,1,1,0,1,-5276.84,247.657,67.0771,4.95674,300,0,0,3271,0,0,0,0,0),(78119,22252,530,1,1,0,1,-5179.17,381.771,72.2878,6.17846,300,0,0,3271,0,0,0,0,0),(78120,22252,530,1,1,0,1,-5259.31,331.382,72.7235,6.19592,300,0,0,3271,0,0,0,0,0),(78121,22252,530,1,1,0,1,-5259.21,335.341,72.185,0.453786,300,0,0,3271,0,0,0,0,0),(78122,22252,530,1,1,0,1,-5254.02,328.389,73.3485,1.69297,300,0,0,3271,0,0,0,0,0),(78123,22252,530,1,1,0,1,-5176.98,386.604,72.5378,5.81195,300,0,0,3271,0,0,0,0,0),(78124,22252,530,1,1,0,1,-5175.3,390.043,72.7878,5.42797,300,0,0,3271,0,0,0,0,0),(78125,22252,530,1,1,0,1,-5229.26,377.357,74.0601,4.99164,300,0,0,3271,0,0,0,0,0),(78126,22252,530,1,1,0,1,-5213.12,367.626,76.1851,3.26377,300,0,0,3271,0,0,0,0,0),(78127,22252,530,1,1,0,1,-5214.49,371.763,73.3101,3.35103,300,0,0,3271,0,0,0,0,0),(78128,22252,530,1,1,0,1,-5299.51,372.631,51.8185,3.24631,300,0,0,3271,0,0,0,0,0),(78129,22252,530,1,1,0,1,-5314.11,384.568,44.4163,0.959931,300,0,0,3271,0,0,0,0,0),(78130,22252,530,1,1,0,1,-5314.58,380.049,47.3269,5.8294,300,0,0,3271,0,0,0,0,0),(78131,22252,530,1,1,0,1,-5241.99,503.067,56.5061,4.38078,300,0,0,3271,0,0,0,0,0),(78132,22252,530,1,1,0,1,-5237.41,507.014,59.7983,4.69494,300,0,0,3271,0,0,0,0,0),(78133,22252,530,1,1,0,1,-5233.37,504.903,61.0124,3.97935,300,0,0,3271,0,0,0,0,0),(78134,22252,530,1,1,0,1,-5290.22,524.766,36.1293,2.25148,300,0,0,3271,0,0,0,0,0),(78135,22252,530,1,1,0,1,-5156.17,590.695,80.7696,5.50276,300,0,0,3271,0,0,0,0,0),(78136,22252,530,1,1,0,1,-5158.24,584.303,81.0741,5.95436,300,0,0,3271,0,0,0,0,0),(78137,22252,530,1,1,0,1,-5152.37,592.303,81.3619,4.70558,300,0,0,3271,0,0,0,0,0),(78138,22252,530,1,1,0,1,-5288.37,539.563,38.458,4.11898,300,0,0,3271,0,0,0,0,0),(78139,22252,530,1,1,0,1,-5297.42,646.378,17.7336,1.39626,300,0,0,3271,0,0,0,0,0),(78140,22252,530,1,1,0,1,-5284.85,530.289,38.64,3.08923,300,0,0,3271,0,0,0,0,0),(78141,22252,530,1,1,0,1,-5291.48,659.045,25.7202,4.15388,300,0,0,3271,0,0,0,0,0),(78142,22252,530,1,1,0,1,-5201.28,603.825,62.2221,0.680678,300,0,0,3271,0,0,0,0,0),(78143,22252,530,1,1,0,1,-5289.17,668.534,25.4119,3.35103,300,0,0,3271,0,0,0,0,0),(78144,22252,530,1,1,0,1,-5196.15,613.094,63.1971,5.68977,300,0,0,3271,0,0,0,0,0),(78145,22252,530,1,1,0,1,-5221.92,706.245,54.6696,3.92699,300,0,0,3271,0,0,0,0,0),(78146,22252,530,1,1,0,1,-5225.55,697.259,53.4612,1.5708,300,0,0,3271,0,0,0,0,0),(78147,22252,530,1,1,0,1,-5219.96,701.908,58.1617,3.1765,300,0,0,3271,0,0,0,0,0),(78148,22252,530,1,1,0,1,-5144.02,788.289,54.8045,2.44346,300,0,0,3271,0,0,0,0,0),(78149,22252,530,1,1,0,1,-5142.46,779.092,52.7009,1.93731,300,0,0,3271,0,0,0,0,0),(78150,22252,530,1,1,0,1,-5109.82,717.647,82.2025,1.44862,300,0,0,3271,0,0,0,0,0),(78151,22252,530,1,1,0,1,-5117.74,727.441,78.1368,0.488692,300,0,0,3271,0,0,0,0,0),(78152,22252,530,1,1,0,1,-5121.3,738.126,72.2984,1.13446,300,0,0,3271,0,0,0,0,0),(78153,22252,530,1,1,0,1,-5057.07,584.101,88.5404,5.8294,300,0,0,3271,0,0,0,0,0),(78154,22252,530,1,1,0,1,-5054.7,585.869,89.6654,1.309,300,0,0,3271,0,0,0,0,0),(78155,22252,530,1,1,0,1,-5114.63,663.123,86.3679,3.71755,300,0,0,3271,0,0,0,0,0),(78156,22252,530,1,1,0,1,-5113.42,651.332,86.6668,1.76278,300,0,0,3271,0,0,0,0,0),(78157,22252,530,1,1,0,1,-5071.73,608.635,89.1623,5.70723,300,0,0,3271,0,0,0,0,0),(78158,22252,530,1,1,0,1,-5071.2,603.933,89.6607,1.27409,300,0,0,3271,0,0,0,0,0),(78159,22252,530,1,1,0,1,-5123.59,626.639,86.6297,1.39512,300,0,0,3271,0,0,0,0,0),(78160,22252,530,1,1,0,1,-5113.35,623.85,86.7363,1.03384,300,0,0,3271,0,0,0,0,0),(78161,22252,530,1,1,0,1,-5078.14,688.94,86.6434,0.139626,300,0,0,3271,0,0,0,0,0),(78162,22252,530,1,1,0,1,-4981.85,622.819,81.3893,5.09636,300,0,0,3271,0,0,0,0,0),(78163,22252,530,1,1,0,1,-4978.37,619.433,80.6418,3.28122,300,0,0,3271,0,0,0,0,0),(78164,22252,530,1,1,0,1,-5068.99,613.855,89.5564,5.3058,300,0,0,3271,0,0,0,0,0),(78165,22252,530,1,1,0,1,-4908.04,696.783,68.8598,3.26377,300,0,0,3271,0,0,0,0,0),(78166,22252,530,1,1,0,1,-4920.51,689.121,66.4705,1.50098,300,0,0,3271,0,0,0,0,0),(78167,22252,530,1,1,0,1,-5025.1,696.803,82.47,3.50811,300,0,0,3271,0,0,0,0,0),(78168,22252,530,1,1,0,1,-5029.29,694.027,82.1415,1.67552,300,0,0,3271,0,0,0,0,0),(78169,22252,530,1,1,0,1,-5043.79,691.119,83.6567,0.837758,300,0,0,3271,0,0,0,0,0),(78170,22252,530,1,1,0,1,-5069.59,683.491,86.4402,1.79769,300,0,0,3271,0,0,0,0,0),(78171,22252,530,1,1,0,1,-5066.93,688.791,86.9902,1.72788,300,0,0,3271,0,0,0,0,0),(78172,22252,530,1,1,0,1,-5015.54,649.427,85.6796,5.60251,300,0,0,3271,0,0,0,0,0),(78173,22252,530,1,1,0,1,-5010.88,644.473,87.0546,4.20624,300,0,0,3271,0,0,0,0,0),(78174,22252,530,1,1,0,1,-5000.48,717.883,81.6968,2.53073,300,0,0,3271,0,0,0,0,0),(78175,22252,530,1,1,0,1,-4953.4,715.421,80.3559,0.244346,300,0,0,3271,0,0,0,0,0),(78176,22252,530,1,1,0,1,-4947.73,712.222,79.2309,1.62316,300,0,0,3271,0,0,0,0,0),(78177,22252,530,1,1,0,1,-5039.71,806.418,54.0831,3.92699,300,0,0,3271,0,0,0,0,0),(78178,22252,530,1,1,0,1,-4907.23,743.095,69.2661,5.67232,300,0,0,3271,0,0,0,0,0),(78179,22252,530,1,1,0,1,-4902.98,740.437,66.3825,4.95674,300,0,0,3271,0,0,0,0,0),(78180,22252,530,1,1,0,1,-4898.9,741.277,64.4501,4.88692,300,0,0,3271,0,0,0,0,0),(78181,22252,530,1,1,0,1,-4961.68,773.47,68.0888,3.22886,300,0,0,3271,0,0,0,0,0),(78182,22252,530,1,1,0,1,-4991.5,731.23,82.3694,1.55334,300,0,0,3271,0,0,0,0,0),(78183,22252,530,1,1,0,1,-4960.01,789.078,66.1966,3.75246,300,0,0,3271,0,0,0,0,0),(78184,22252,530,1,1,0,1,-4952.83,782.694,67.0416,2.82743,300,0,0,3271,0,0,0,0,0),(37056,20619,530,1,1,0,0,3931.31,2344.1,110.68,2.89149,120,2,0,1582,0,1,0,0,0),(37055,20619,530,1,1,0,0,3906.34,2327.14,110.673,3.16246,120,2,0,1582,0,1,0,0,0),(37054,20619,530,1,1,0,0,3835.32,2405.59,110.538,5.2092,120,2,0,1582,0,1,0,0,0),(37053,20619,530,1,1,0,0,3983.1,2387.07,111.623,4.75368,120,2,0,1582,0,1,0,0,0),(78189,22254,530,1,1,0,1,2717.5,7145.11,365.694,2.33376,300,5,0,5589,3155,1,0,0,0),(78190,22254,530,1,1,0,1,2770.92,7165.38,367.522,2.86706,300,5,0,5589,3155,1,0,0,0),(78191,22254,530,1,1,0,1,2777.65,7163.49,368.022,2.86678,300,0,0,5589,3155,0,0,0,0),(78192,22254,530,1,1,0,1,2716.12,7143.09,365.637,4.0866,300,5,0,5589,3155,1,0,0,0),(78193,22254,530,1,1,0,1,2708.42,7197.75,365.141,2.33097,300,5,0,5589,3155,1,0,0,0),(78194,22254,530,1,1,0,1,2716.62,7189.12,364.266,2.33062,300,5,0,5589,3155,1,0,0,0),(78195,22254,530,1,1,0,1,2679.31,7127.15,364.302,4.53596,300,5,0,5589,3155,1,0,0,0),(78196,22254,530,1,1,0,1,2680.37,7133.05,364.927,0.777375,300,0,0,5589,3155,0,0,0,0),(78197,22254,530,1,1,0,1,2736.91,7212.69,365.66,2.95786,300,0,0,5589,3155,0,0,0,0),(78198,22254,530,1,1,0,1,2723.98,7227.58,365.03,1.55127,300,5,0,5589,3155,1,0,0,0),(78199,22254,530,1,1,0,1,2839.93,7211.46,365.345,3.09549,300,5,0,5589,3155,1,0,0,0),(78200,22254,530,1,1,0,1,2832.53,7211.7,365.525,2.47022,300,5,0,5589,3155,1,0,0,0),(78201,22254,530,1,1,0,1,2659.96,7226.89,365.173,3.99952,300,0,0,5589,3155,0,0,0,0),(78202,22254,530,1,1,0,1,2664.84,7232.53,365.843,0.3712,300,0,0,5589,3155,0,0,0,0),(78203,22254,530,1,1,0,1,2625.26,7252.81,364.696,5.56068,300,5,0,5589,3155,1,0,0,0),(78204,22254,530,1,1,0,1,2617.01,7260.08,365.171,5.56062,300,0,0,5589,3155,0,0,0,0),(78205,22254,530,1,1,0,1,2577.7,7110.64,364.463,4.1788,300,5,0,5589,3155,1,0,0,0),(78206,22254,530,1,1,0,1,2580.75,7115.81,364.961,1.03728,300,5,0,5589,3155,1,0,0,0),(78216,22181,530,1,1,0,0,2706.82,7151.3,364.832,4.39658,300,5,0,7685,0,1,0,0,0),(78217,22181,530,1,1,0,0,2778.18,7217.4,365.399,2.17515,300,5,0,7685,0,1,0,0,0),(78218,22181,530,1,1,0,0,2650.19,7215.58,363.941,4.31096,300,5,0,7685,0,1,0,0,0),(78219,22181,530,1,1,0,0,2616.01,7245.59,364.671,1.10546,300,5,0,7685,0,1,0,0,0),(78220,22181,530,1,1,0,0,2512.59,7275.21,367.263,2.72734,300,5,0,7685,0,1,0,0,0),(78221,22181,530,1,1,0,0,2527.36,7253.35,364.53,5.55499,300,5,0,7685,0,1,0,0,0),(44254,23392,530,1,1,0,1,2511.01,7350.59,380.734,3.30985,60,0,0,6986,0,0,0,0,0),(78223,22181,530,1,1,0,0,2504.71,7245.27,365.684,0.66838,300,5,0,7685,0,1,0,0,0),(78224,22181,530,1,1,0,0,2458.35,7281.86,365.359,4.08158,300,5,0,7685,0,1,0,0,0),(78225,22181,530,1,1,0,0,2446.84,7359.08,365.205,2.49121,300,5,0,7685,0,1,0,0,0),(78226,22181,530,1,1,0,0,2061.52,7271.81,363.911,2.25509,300,5,0,7685,0,1,0,0,0),(78227,22181,530,1,1,0,0,2099.33,7330.34,364.607,2.57119,300,5,0,7685,0,1,0,0,0),(78228,22181,530,1,1,0,0,2067.45,7331.05,364.735,4.17056,300,0,0,7685,0,0,0,0,0),(78229,22181,530,1,1,0,0,2103.11,7353.6,366.479,5.89536,300,5,0,7685,0,1,0,0,0),(78230,22181,530,1,1,0,0,2032.96,7259.08,363.918,5.56344,300,5,0,7685,0,1,0,0,0),(78231,22181,530,1,1,0,0,2036.44,7293.47,363.316,5.38637,300,5,0,7685,0,1,0,0,0),(78232,22181,530,1,1,0,0,1843.66,7295.39,364.686,3.08165,300,5,0,7685,0,1,0,0,0),(78233,22181,530,1,1,0,0,1858.35,7351.39,363.794,2.91742,300,5,0,7685,0,1,0,0,0),(78234,22181,530,1,1,0,0,1789.23,7122.59,362.149,3.0024,300,5,0,7685,0,1,0,0,0),(78235,22181,530,1,1,0,0,1926.84,7195.48,364.116,3.93496,300,5,0,7685,0,1,0,0,0),(78236,22181,530,1,1,0,0,2121.94,7160.59,363.906,6.17584,300,5,0,7685,0,1,0,0,0),(78237,22181,530,1,1,0,0,2114.53,7187.61,366.179,4.56345,300,5,0,7685,0,1,0,0,0),(78238,22181,530,1,1,0,0,2206.19,7122.32,364.065,4.78504,300,5,0,7685,0,1,0,0,0),(78239,22181,530,1,1,0,0,2239.24,7142.74,366.781,2.45333,300,5,0,7685,0,1,0,0,0),(78240,22181,530,1,1,0,0,2224.77,7099.38,365.982,1.09666,300,5,0,7685,0,1,0,0,0),(78241,22181,530,1,1,0,0,2353.17,7104.93,367.007,2.18587,300,5,0,7685,0,1,0,0,0),(78242,22181,530,1,1,0,0,2403.47,7083.51,366.579,4.23665,300,5,0,7685,0,1,0,0,0),(78243,22181,530,1,1,0,0,2490,7043.62,366.056,4.14772,300,5,0,7685,0,1,0,0,0),(78244,22181,530,1,1,0,0,2458.42,7049.03,367.785,5.5253,300,5,0,7685,0,1,0,0,0),(78245,22181,530,1,1,0,0,2464.83,7072.46,364.959,6.15883,300,0,0,7685,0,0,0,0,0),(78246,22181,530,1,1,0,0,2678.12,7120.47,364.677,4.06626,300,5,0,7685,0,1,0,0,0),(78247,22181,530,1,1,0,0,3790.07,5840.06,261.204,5.2408,300,5,0,7685,0,1,0,0,0),(78248,22181,530,1,1,0,0,3815.14,5857.78,266.07,2.85368,300,5,0,7685,0,1,0,0,0),(78249,22181,530,1,1,0,0,3877.07,5943.6,269.352,1.46953,300,5,0,7685,0,1,0,0,0),(78250,22181,530,1,1,0,0,3899.06,5968.08,268.173,3.42963,300,5,0,7685,0,1,0,0,0),(78251,22181,530,1,1,0,0,3827.45,5814.51,267.705,4.15338,300,5,0,7685,0,1,0,0,0),(78252,22181,530,1,1,0,0,4085.43,5827.83,264.129,2.14618,300,5,0,7685,0,1,0,0,0),(78253,22181,530,1,1,0,0,4077.67,5856.85,256.653,6.22165,300,5,0,7685,0,1,0,0,0),(78254,22181,530,1,1,0,0,4047.39,5913.28,263.395,4.89851,300,5,0,7685,0,1,0,0,0),(78255,22181,530,1,1,0,0,4041.46,5970.79,265.805,6.14957,300,5,0,7685,0,1,0,0,0),(78256,22181,530,1,1,0,0,4002.9,5996.79,264.954,3.2317,300,5,0,7685,0,1,0,0,0),(78257,22181,530,1,1,0,0,3917.28,6008.18,267.865,5.58632,300,5,0,7685,0,1,0,0,0),(78258,22181,530,1,1,0,0,4006.68,6042.7,261.141,5.28363,300,5,0,7685,0,1,0,0,0),(78259,22181,530,1,1,0,0,3952.79,6078.67,266.482,0.737055,300,5,0,7685,0,1,0,0,0),(78260,22181,530,1,1,0,0,3905.1,6107.35,266.69,5.08921,300,5,0,7685,0,1,0,0,0),(78261,22181,530,1,1,0,0,3997.91,6093.29,260.065,3.98226,300,5,0,7685,0,1,0,0,0),(78262,23115,530,1,1,0,1,2395.5,7317.5,366.083,0.541052,300,0,0,71810,0,0,0,0,0),(78263,23115,530,1,1,0,1,2381.53,7252.25,365.4,4.76475,300,0,0,71810,0,0,0,0,0),(78264,23115,530,1,1,0,1,2353.09,7340.4,364.09,4.66003,300,0,0,71810,0,0,0,0,0),(78265,23115,530,1,1,0,1,2333.61,7249.68,365.917,2.95667,300,0,0,71810,0,0,0,0,0),(78266,23115,530,1,1,0,1,2261.02,7303.44,366.646,3.29867,300,0,0,71810,0,0,0,0,0),(78267,23115,530,1,1,0,1,2266.5,7275.91,365.888,3.28122,300,0,0,71810,0,0,0,0,0),(91796,23115,530,1,1,0,1,2364.95,7233.32,365.741,5.54821,25,0,0,71810,0,0,0,0,0),(91795,23115,530,1,1,0,1,2274.66,7255.09,363.897,4.33024,25,0,0,71810,0,0,0,0,0),(78270,22265,530,1,1,0,0,-2812,3172,10,2,300,5,0,6116,0,1,0,0,0),(78271,22265,530,1,1,0,0,-2830,3119,32,0,300,5,0,6116,0,1,0,0,0),(78272,22265,530,1,1,0,0,-2816,3067,48,3,300,5,0,6116,0,1,0,0,0),(78273,22265,530,1,1,0,0,-2781,3175,4,1,300,5,0,6116,0,1,0,0,0),(78274,22265,530,1,1,0,0,-2845,3016,31,3,300,5,0,6116,0,1,0,0,0),(78275,22265,530,1,1,0,0,-2866,3018,39,0,300,5,0,6116,0,1,0,0,0),(78276,22265,530,1,1,0,0,-2816.05,3034.26,23.6314,0.628653,300,5,0,6116,0,1,0,0,0),(78277,22265,530,1,1,0,0,-2817.18,3117.46,28.622,3.77376,300,5,0,6116,0,1,0,0,0),(78278,22265,530,1,1,0,0,-2831.6,3178.89,9.9374,5.96761,300,5,0,6116,0,1,0,0,0),(78279,22265,530,1,1,0,0,-2974.35,3191.81,26.5608,4.12926,300,5,0,6116,0,1,0,0,0),(78280,22265,530,1,1,0,0,-2988.84,3166.73,35.2118,5.92807,300,5,0,6116,0,1,0,0,0),(78281,22265,530,1,1,0,0,-2879.12,3023.8,44.1414,2.40936,300,5,0,6116,0,1,0,0,0),(78282,22265,530,1,1,0,0,-2808.78,3124.08,21.1573,0.47325,300,5,0,6116,0,1,0,0,0),(78283,1410,530,1,1,0,1,-2300.64,3100.04,147.398,0.228408,300,0,0,6116,0,2,0,0,0),(78284,22265,530,1,1,0,0,-2952.24,3152.46,34.4336,4.47389,300,5,0,6116,0,1,0,0,0),(78285,22265,530,1,1,0,0,-2838.64,3109.45,40.0094,0.320824,300,5,0,6116,0,1,0,0,0),(78286,22265,530,1,1,0,0,-2927.96,3170.9,24.325,0.661332,300,5,0,6116,0,1,0,0,0),(78287,22265,530,1,1,0,0,-2802.71,3142.03,12.8027,2.90798,300,5,0,6116,0,1,0,0,0),(78288,22265,530,1,1,0,0,-2762.19,3162.25,2.71622,3.52572,300,5,0,6116,0,1,0,0,0),(78289,22268,530,1,1,0,0,3675.99,5279.69,18.4976,1.91986,300,0,0,349300,0,0,0,0,0),(78290,22272,530,1,1,0,1,-2855.43,5053.92,-19.3265,2.84945,300,0,0,5715,0,2,0,0,0),(78291,22274,530,1,1,0,1,-4919.38,764.919,115.821,3.49686,300,0,0,7266,3155,2,0,0,0),(78292,22274,530,1,1,0,1,-4914.27,182.665,105.39,2.10116,300,0,0,7266,3155,2,0,0,0),(78293,22274,530,1,1,0,1,-5001.05,507.868,125.189,2.57263,300,0,0,7266,3155,2,0,0,0),(78294,22274,530,1,1,0,1,-4957.77,-85.9143,117.741,2.41635,300,0,0,7266,3155,2,0,0,0),(78295,22274,530,1,1,0,1,-4989.57,277.216,129.445,1.83224,300,0,0,7266,3155,2,0,0,0),(78296,22274,530,1,1,0,1,-5013.1,529.833,147.466,2.07098,300,0,0,7266,3155,2,0,0,0),(78297,22274,530,1,1,0,1,-5115.67,15.1122,156.038,3.25408,300,0,0,7266,3155,2,0,0,0),(78298,22274,530,1,1,0,1,-5128.9,485.141,149.469,2.64865,300,0,0,7266,3155,2,0,0,0),(78299,22274,530,1,1,0,1,-5203.09,230.205,125.233,0.855016,300,0,0,7266,3155,2,0,0,0),(78300,22274,530,1,1,0,1,-5234.02,262.72,131.392,1.73891,300,0,0,7266,3155,2,0,0,0),(78313,22278,530,1,1,0,0,-2827.24,5060.84,-15.4348,2.02458,300,0,0,9958,0,0,0,0,0),(78314,22279,530,1,1,0,0,3087.3,3657.69,142.932,3.15219,300,0,0,57,0,2,0,0,0),(78315,22280,530,1,1,0,0,3088.87,3659.28,142.801,5.36041,300,0,0,57,0,2,0,0,0),(1974607,28362,571,1,1,0,0,5484.12,4632.12,-136.877,2.23402,300,0,0,42,0,0,0,0,0),(78317,22282,530,1,1,0,0,3908.59,5742.47,264.698,3.93245,300,5,0,349,0,1,0,0,0),(78318,22282,530,1,1,0,0,3968.75,5689.74,266.454,2.03255,300,0,0,349,0,0,0,0,0),(78319,22282,530,1,1,0,0,3993.67,5580.46,275.529,2.58801,300,5,0,349,0,1,0,0,0),(78320,22282,530,1,1,0,0,4025.71,5639.63,267.012,2.84237,300,0,0,349,0,0,0,0,0),(78321,22282,530,1,1,0,0,3970.72,5480.56,267.725,2.40108,300,5,0,349,0,1,0,0,0),(78322,22282,530,1,1,0,0,3915.58,5387.05,269.388,1.10496,300,5,0,349,0,1,0,0,0),(78323,22282,530,1,1,0,0,4057.62,5506.11,271.019,0.464958,300,5,0,349,0,1,0,0,0),(78324,22283,530,1,1,0,1,4055.66,5484.14,270.313,2.94961,300,0,0,44712,9465,0,0,0,0),(78325,22286,530,1,1,0,0,2972.27,7063.56,368.881,0.017453,300,0,0,6986,0,0,0,0,0),(78326,22286,530,1,1,0,0,2993.38,7044.72,369.219,1.85005,300,0,0,6986,0,0,0,0,0),(78327,22286,530,1,1,0,0,2992.19,7067.72,369.508,1.64061,300,0,0,6986,0,0,0,0,0),(78328,22286,530,1,1,0,0,2936.99,7038.8,367.448,4.74729,300,0,0,6986,0,0,0,0,0),(78329,22286,530,1,1,0,0,2922.51,7027.74,367.495,5.88176,300,0,0,6986,0,0,0,0,0),(78330,22286,530,1,1,0,0,2934.41,7012.99,367.124,2.37365,300,0,0,6986,0,0,0,0,0),(78331,22286,530,1,1,0,0,2825.56,7012.25,370.084,3.50811,300,0,0,6986,0,0,0,0,0),(78332,22286,530,1,1,0,0,2815.33,6994.82,369.045,2.00713,300,0,0,6986,0,0,0,0,0),(78333,22286,530,1,1,0,0,2796.75,7001.82,370.222,0.383972,300,0,0,6986,0,0,0,0,0),(78334,22287,530,1,1,0,0,3913.38,5851.31,265.94,2.3578,300,5,0,7181,0,1,0,0,0),(78335,22287,530,1,1,0,0,3910.05,5911.7,267.079,4.5864,300,5,0,7181,0,1,0,0,0),(78336,22287,530,1,1,0,0,3991.02,5858.58,267.364,1.71114,300,5,0,7181,0,1,0,0,0),(78337,22287,530,1,1,0,0,4060.45,5810.76,265.018,1.67124,300,5,0,7181,0,1,0,0,0),(78338,22287,530,1,1,0,0,4057.16,5882.84,265.356,4.36887,300,5,0,7181,0,1,0,0,0),(78339,22287,530,1,1,0,0,3985.1,5917.46,266.524,4.10372,300,5,0,7181,0,1,0,0,0),(78340,22287,530,1,1,0,0,3954.52,5979.6,267.109,4.31328,300,5,0,7181,0,1,0,0,0),(78341,22287,530,1,1,0,0,3983.18,6055.42,265.524,6.16269,300,5,0,7181,0,1,0,0,0),(78342,22288,530,1,1,0,0,-2512.74,5418.92,5.14871,4.55531,300,0,0,42,0,0,0,0,0),(78343,22289,530,1,1,0,0,3885.64,5717.94,265.219,2.69982,300,5,0,5589,3155,1,0,0,0),(78344,22289,530,1,1,0,0,3919.31,5683.88,266.501,0.98273,300,5,0,5589,3155,1,0,0,0),(78345,22289,530,1,1,0,0,3981.02,5649.7,266.323,1.60004,300,5,0,5589,3155,1,0,0,0),(78346,22289,530,1,1,0,0,3981.04,5547.86,263.917,5.74133,300,5,0,5589,3155,1,0,0,0),(78347,22289,530,1,1,0,0,3919.71,5580.72,267.251,0.344807,300,5,0,5589,3155,1,0,0,0),(78348,22289,530,1,1,0,0,4014.84,5512.75,267.343,4.14749,300,5,0,5589,3155,1,0,0,0),(78349,22289,530,1,1,0,0,3910.77,5434.58,266.064,5.47443,300,5,0,5589,3155,1,0,0,0),(78350,22289,530,1,1,0,0,3986.7,5417.79,265.838,5.42971,300,5,0,5589,3155,1,0,0,0),(78351,22289,530,1,1,0,0,4015.91,5446.2,267.48,5.38374,300,5,0,5589,3155,1,0,0,0),(78352,22289,530,1,1,0,0,3952.95,5314.4,265.042,0.044554,300,5,0,5589,3155,1,0,0,0),(78353,22289,530,1,1,0,0,4079.77,5353.94,266.249,2.33738,300,5,0,5589,3155,1,0,0,0),(78354,22289,530,1,1,0,0,4052.86,5383.78,264.754,0.515082,300,5,0,5589,3155,1,0,0,0),(78355,22289,530,1,1,0,0,4085.84,5420.74,265.311,1.6819,300,5,0,5589,3155,1,0,0,0),(78356,22289,530,1,1,0,0,4079.29,5551.65,264.649,3.59136,300,5,0,5589,3155,1,0,0,0),(78357,22289,530,1,1,0,0,4050.53,5586.52,265.108,2.10082,300,5,0,5589,3155,1,0,0,0),(78358,22289,530,1,1,0,0,4050.96,5685.17,265.173,4.59415,300,5,0,5589,3155,1,0,0,0),(78359,22291,530,1,1,0,1,3013.98,6897.87,369.341,4.50295,300,0,0,6986,0,0,0,0,0),(78360,22291,530,1,1,0,1,2947.05,6870.6,369.391,1.02974,300,0,0,6986,0,0,0,0,0),(78361,22291,530,1,1,0,1,2959.3,6888.54,370.576,4.06662,300,0,0,6986,0,0,0,0,0),(78362,22291,530,1,1,0,1,3026.85,6819.28,373.834,3.29867,300,0,0,6986,0,0,0,0,0),(78363,22291,530,1,1,0,1,3013.19,6875.87,370.152,1.78024,300,0,0,6986,0,0,0,0,0),(78364,22291,530,1,1,0,1,2955.87,6795.86,366.894,2.30383,300,0,0,6986,0,0,0,0,0),(78365,22291,530,1,1,0,1,2940.69,6813.84,367.362,5.53269,300,0,0,6986,0,0,0,0,0),(78366,22291,530,1,1,0,1,3008.28,6806.73,374.443,0.279253,300,0,0,6986,0,0,0,0,0),(78367,22292,530,1,1,0,1,-1656.93,5448.97,-40.3227,5.88176,300,0,0,5527,0,0,0,0,0),(78368,22293,530,1,1,0,0,4384.17,3484.03,182.44,4.74729,300,0,0,6986,0,0,0,0,0),(78369,22293,530,1,1,0,0,4521.53,3435.61,166.805,4.08407,300,0,0,6986,0,0,0,0,0),(78370,22293,530,1,1,0,0,4501.38,3367.62,156.794,4.15388,300,0,0,6986,0,0,0,0,0),(97019,22323,530,1,1,22748,0,796.947,2534.29,295.917,1.74533,360,0,0,6986,0,0,0,0,0),(97020,22323,530,1,1,22748,0,672.515,2399.91,275.578,4.29448,360,5,0,6986,0,1,0,0,0),(97021,22323,530,1,1,22748,0,774.081,2059.15,272.703,4.84531,360,5,0,6986,0,1,0,0,0),(97016,22323,530,1,1,22748,0,712.249,2554.65,281.907,0.672701,360,5,0,6986,0,1,0,0,0),(78376,22298,530,1,1,0,0,1456.16,7206.47,369.669,1.69297,300,0,0,5744,3231,0,0,0,0),(78377,22298,530,1,1,0,0,1457.95,7222.5,371.22,4.64258,300,0,0,5744,3231,0,0,0,0),(78378,22298,530,1,1,0,0,1509.62,7213.56,370.816,1.0472,300,0,0,5744,3231,0,0,0,0),(78379,22298,530,1,1,0,0,1518.85,7227.36,369.989,3.97935,300,0,0,5744,3231,0,0,0,0),(78380,22298,530,1,1,0,0,1526.28,7286.23,367.369,2.1293,300,0,0,5744,3231,0,0,0,0),(97017,22323,530,1,1,22748,0,806.551,2378.54,282.029,1.22445,360,5,0,6986,0,1,0,0,0),(97018,22323,530,1,1,22748,0,718.36,2521.69,277.671,5.59252,360,5,0,6986,0,1,0,0,0),(97014,22323,530,1,1,22748,0,816.281,2243.53,281.457,3.42258,360,5,0,6986,0,1,0,0,0),(37538,20619,530,1,1,0,0,4026.14,2343.2,111.11,3.62505,120,0,2,1582,0,0,0,0,0),(97004,22323,530,1,1,22748,0,837.035,2285.32,282.788,0.775314,360,5,0,6986,0,1,0,0,0),(97005,22323,530,1,1,22748,0,863.034,2247.81,294.686,4.13377,360,5,0,6986,0,1,0,0,0),(97006,22323,530,1,1,22748,0,773.122,2262.28,282.028,3.22473,360,0,0,6986,0,0,0,0,0),(97007,22323,530,1,1,22748,0,806.654,2471.27,290.114,2.16464,360,0,0,6986,0,0,0,0,0),(97008,22323,530,1,1,22748,0,805.013,2171.16,272.545,1.55763,360,0,0,6986,0,0,0,0,0),(97009,22323,530,1,1,22748,0,709.597,2517.03,276.588,2.04363,360,5,0,6986,0,1,0,0,0),(97010,22323,530,1,1,22748,0,802.07,2425.66,280.738,1.3758,360,0,0,6986,0,0,0,0,0),(97011,22323,530,1,1,22748,0,847.641,2439.58,290.364,5.01209,360,5,0,6986,0,1,0,0,0),(97012,22323,530,1,1,22748,0,876.59,2168.81,279.876,5.33303,360,5,0,6986,0,1,0,0,0),(97013,22323,530,1,1,22748,0,779.815,2137.84,272.479,6.13372,360,5,0,6986,0,1,0,0,0),(97003,22323,530,1,1,22748,0,835.823,2222.47,288.053,5.26474,360,5,0,6986,0,1,0,0,0),(97002,22323,530,1,1,22748,0,904.055,2231.69,303.629,0.124355,360,5,0,6986,0,1,0,0,0),(78404,22305,530,1,1,0,1,1797.9,5044.21,178.462,1.58825,300,0,0,6072,2933,0,0,0,0),(78405,22306,530,1,1,0,0,1075.75,6007.9,132.503,0.965277,300,5,0,42,0,1,0,0,0),(78406,22306,530,1,1,0,0,1076.87,6005.99,132.664,5.37536,300,0,0,42,0,0,0,0,0),(78407,22306,530,1,1,0,0,1066.3,6069.79,133.86,2.51583,300,5,0,42,0,1,0,0,0),(78408,22306,530,1,1,0,0,1121.45,6052.89,153.922,4.98091,300,0,0,42,0,0,0,0,0),(78409,22306,530,1,1,0,0,1108.84,6053.39,150.838,0.536174,300,5,0,42,0,1,0,0,0),(78410,22306,530,1,1,0,0,1071.73,6070.17,135.632,1.06825,300,0,0,42,0,0,0,0,0),(78411,22306,530,1,1,0,0,1198.61,6027.28,163.818,5.66754,300,0,0,42,0,0,0,0,0),(78412,22306,530,1,1,0,0,1184.88,6055.6,162.978,0.302086,300,0,0,42,0,0,0,0,0),(78413,22306,530,1,1,0,0,1166.79,6075.47,159.715,2.50924,300,0,0,42,0,0,0,0,0),(78414,22306,530,1,1,0,0,1202.88,6027.4,165.101,4.99641,300,0,0,42,0,0,0,0,0),(78415,22306,530,1,1,0,0,1249.14,6017.73,169.711,4.97063,300,5,0,42,0,1,0,0,0),(78416,22306,530,1,1,0,0,1221.2,5981.14,166.427,3.01995,300,5,0,42,0,1,0,0,0),(78417,22306,530,1,1,0,0,1324.86,5984.93,161.33,4.96535,300,5,0,42,0,1,0,0,0),(78418,22306,530,1,1,0,0,1326.22,6003.76,160.77,1.75781,300,5,0,42,0,1,0,0,0),(78419,22306,530,1,1,0,0,1356.09,6047.26,154.503,4.52589,300,0,0,42,0,0,0,0,0),(78420,22306,530,1,1,0,0,1405.91,6084.5,150.283,3.52159,300,5,0,42,0,1,0,0,0),(78421,22306,530,1,1,0,0,1365.35,6848.82,103.979,1.27901,300,5,0,42,0,1,0,0,0),(78422,22306,530,1,1,0,0,1352.78,6864.61,101.409,0.895007,300,5,0,42,0,1,0,0,0),(78423,22306,530,1,1,0,0,1338.69,6885.81,100.204,1.41065,300,5,0,42,0,1,0,0,0),(78424,22306,530,1,1,0,0,1331.81,6944.02,93.1811,4.64846,300,5,0,42,0,1,0,0,0),(78425,22306,530,1,1,0,0,1328.18,6947.44,93.1783,1.62258,300,5,0,42,0,1,0,0,0),(78426,22306,530,1,1,0,0,1336.46,6948.85,94.5687,3.23245,300,5,0,42,0,1,0,0,0),(78427,22306,530,1,1,0,0,1247.35,6956.11,99.534,2.94248,300,5,0,42,0,1,0,0,0),(78428,22306,530,1,1,0,0,1217.56,6968.58,106.685,1.68243,300,5,0,42,0,1,0,0,0),(78429,22306,530,1,1,0,0,1207.52,6981.06,109.756,0.866692,300,5,0,42,0,1,0,0,0),(78430,22306,530,1,1,0,0,1065.63,6013.91,130.282,2.53078,300,0,0,42,0,0,0,0,0),(78431,22306,530,1,1,0,0,1067.22,6002.31,129.494,2.9108,300,5,0,42,0,1,0,0,0),(78432,22306,530,1,1,0,0,1075.82,6070.21,136.896,0.340762,300,5,0,42,0,1,0,0,0),(78433,22306,530,1,1,0,0,1103.91,6053.95,149.933,3.0993,300,0,0,42,0,0,0,0,0),(78434,22306,530,1,1,0,0,1067.39,6067.47,133.417,3.06985,300,0,0,42,0,0,0,0,0),(78435,22307,530,1,1,0,0,-2849.23,4452.75,-7.3317,0.966037,300,5,0,5914,0,1,0,0,0),(78436,22307,530,1,1,0,0,-2735.1,4897.37,-6.92439,3.30256,300,5,0,5914,0,1,0,0,0),(78437,22307,530,1,1,0,0,-3927.87,4435.65,-24.1596,0.925025,300,5,0,5914,0,1,0,0,0),(78438,22307,530,1,1,0,0,-3546.35,4215.03,-4.56673,2.60472,300,5,0,5914,0,1,0,0,0),(78439,22307,530,1,1,0,0,-3106.56,4259.65,-9.25109,0.134295,300,5,0,5914,0,1,0,0,0),(78440,22308,530,1,1,0,1,3154.78,6252.1,124.825,0.628319,300,0,0,4892,2846,0,0,0,0),(78441,22308,530,1,1,0,1,3202.03,6284.96,124.487,1.63036,300,0,0,4892,2846,0,0,0,0),(78442,22308,530,1,1,0,1,3218.68,6368.52,120.228,4.45002,300,0,0,4892,2846,0,0,0,0),(78443,22309,530,1,1,0,0,-653.128,6752.07,157.542,4.83102,300,5,0,7266,3155,1,0,0,0),(78444,22309,530,1,1,0,0,-616.597,6786.12,141.057,0.580099,300,5,0,7266,3155,1,0,0,0),(78445,22309,530,1,1,0,0,-584.65,6751.39,150.203,2.3184,300,5,0,7266,3155,1,0,0,0),(78446,22309,530,1,1,0,0,-602.704,6818.63,153.264,3.5328,300,0,0,7266,3155,0,0,0,0),(78447,22309,530,1,1,0,0,-617.304,6848.81,156.981,5.50902,300,5,0,7266,3155,1,0,0,0),(78448,22309,530,1,1,0,0,-579.596,6887.7,153.8,1.67428,300,5,0,7266,3155,1,0,0,0),(78449,22309,530,1,1,0,0,-545.93,6847.91,163.477,3.50796,300,5,0,7266,3155,1,0,0,0),(78450,22309,530,1,1,0,0,-548.815,6914.24,162.979,3.59436,300,5,0,7266,3155,1,0,0,0),(78451,22309,530,1,1,0,0,-518.769,6882.85,163.254,0.800971,300,0,0,7266,3155,0,0,0,0),(78452,22309,530,1,1,0,0,-594.614,6942.29,157.059,3.01604,300,5,0,7266,3155,1,0,0,0),(78453,22309,530,1,1,0,0,-517.64,6947.38,151.984,1.70984,300,5,0,7266,3155,1,0,0,0),(78454,22309,530,1,1,0,0,-486.013,6980.64,146.977,0.677376,300,5,0,7266,3155,1,0,0,0),(78455,22309,530,1,1,0,0,-510.147,7011.38,158.965,5.97686,300,5,0,7266,3155,1,0,0,0),(78456,22309,530,1,1,0,0,-557.202,6787.92,149.171,4.05159,300,5,0,7266,3155,1,0,0,0),(78457,22310,530,1,1,0,0,-784.9,6465.99,179.125,4.45363,300,0,0,7266,3155,0,0,0,0),(78458,22310,530,1,1,0,0,-795.04,6432.24,173.769,1.60988,300,0,0,7266,3155,0,0,0,0),(78459,22310,530,1,1,0,0,-769.323,6438.86,175.948,1.99464,300,0,0,7266,3155,0,0,0,0),(78460,22310,530,1,1,0,0,-847.156,6454.62,175.301,0.05236,300,0,0,7266,3155,0,0,0,0),(78461,22310,530,1,1,0,0,-766.639,6418.1,171.654,3.01619,300,0,0,7266,3155,0,0,0,0),(78462,22310,530,1,1,0,0,-711.066,6473.15,173.496,3.41882,300,0,0,7266,3155,0,0,0,0),(78463,22310,530,1,1,0,0,-725.164,6451.48,173.789,0.860671,300,0,0,7266,3155,0,0,0,0),(78464,22310,530,1,1,0,0,-786.212,6385.79,171.677,2.50711,300,0,0,7266,3155,0,0,0,0),(78465,22310,530,1,1,0,0,-812.311,6499.34,198.128,5.49779,300,0,0,7266,3155,0,0,0,0),(78466,22311,530,1,1,0,0,-815.928,6551.43,170.632,4.30919,300,5,0,9082,0,1,0,0,0),(78467,22311,530,1,1,0,0,-770.436,6625.45,173.976,4.56925,300,0,0,9082,0,0,0,0,0),(78468,22311,530,1,1,0,0,-717.695,6570.38,171.123,2.91133,300,0,0,9082,0,0,0,0,0),(78469,22311,530,1,1,0,0,-715.3,6545.61,171.684,0.304589,300,0,0,9082,0,0,0,0,0),(78470,22311,530,1,1,0,0,-746.829,6587.57,171.198,5.16512,300,0,0,9082,0,0,0,0,0),(78471,22311,530,1,1,0,0,-752.711,6571.91,171.757,5.58048,300,0,0,9082,0,0,0,0,0),(78472,22311,530,1,1,0,0,-787.178,6642.7,180.565,2.21657,300,0,0,9082,0,0,0,0,0),(78473,22311,530,1,1,0,0,-828.827,6551.46,169.875,0.704283,300,0,0,9082,0,0,0,0,0),(78474,22311,530,1,1,0,0,-816.867,6556.56,170.379,2.82171,300,0,0,9082,0,0,0,0,0),(78475,22311,530,1,1,0,0,-715.85,6515.86,171.593,5.43833,300,5,0,9082,0,1,0,0,0),(78476,22311,530,1,1,0,0,-768.337,6592.08,171.431,2.89662,300,0,0,9082,0,0,0,0,0),(78477,22312,530,1,1,0,1,2221.21,4781.8,156.583,1.27409,300,0,0,7645,0,0,0,0,0),(78478,22313,530,1,1,0,0,-918.466,6747.54,142.444,4.14639,300,5,0,9082,0,1,0,0,0),(78479,22313,530,1,1,0,0,-945.968,6713.99,173.501,2.58532,300,5,0,9082,0,1,0,0,0),(78480,22313,530,1,1,0,0,-880.717,6718.44,144.75,3.47384,300,5,0,9082,0,1,0,0,0),(78481,22313,530,1,1,0,0,-984.012,6686.91,186.559,5.01198,300,5,0,9082,0,1,0,0,0),(78482,22313,530,1,1,0,0,-919.313,6684.43,177.64,2.24135,300,5,0,9082,0,1,0,0,0),(78483,22313,530,1,1,0,0,-918.917,6585.68,226.638,3.76419,300,5,0,9082,0,1,0,0,0),(78484,22313,530,1,1,0,0,-847.629,6677.29,163.174,0.055661,300,5,0,9082,0,1,0,0,0),(78485,22313,530,1,1,0,0,-713.932,6652.88,176.155,0.081004,300,5,0,9082,0,1,0,0,0),(78486,22313,530,1,1,0,0,-615.246,6548.85,186.696,1.39216,300,5,0,9082,0,1,0,0,0),(78487,22313,530,1,1,0,0,-687.692,6717.78,161.726,3.42533,300,5,0,9082,0,1,0,0,0),(78488,22314,530,1,1,0,0,-2526.76,5384.53,28.0916,2.21657,300,0,0,42,0,0,0,0,0),(78489,22314,530,1,1,0,0,-2525.61,5383.78,28.0869,4.46804,300,0,0,42,0,0,0,0,0),(78491,22314,530,1,1,0,0,-2464.22,5402.19,2.16002,0.575959,300,0,0,42,0,0,0,0,0),(78492,22314,530,1,1,0,0,-2579.22,5430.93,28.044,2.28638,300,0,0,42,0,0,0,0,0),(78493,22314,530,1,1,0,0,-2580.26,5430.34,28.0412,3.735,300,0,0,42,0,0,0,0,0),(78494,22314,530,1,1,0,0,-2545.31,5484.29,8.3446,0.226893,300,0,0,42,0,0,0,0,0),(78495,22315,530,1,1,0,0,-3430.69,2238.72,33.7636,0.135447,300,0,0,591,0,0,0,0,0),(78496,22317,530,1,1,0,0,-4236.14,313.865,160.389,3.5595,300,0,0,6986,0,0,0,0,0),(78497,22317,530,1,1,0,0,-4242.73,232.015,180.987,2.18166,300,0,0,6986,0,0,0,0,0),(78498,22317,530,1,1,0,0,-4185.45,370.411,143.099,6.10865,300,0,0,6986,0,0,0,0,0),(78499,22317,530,1,1,0,0,-4237.51,412.141,89.9752,3.9619,300,0,0,6986,0,0,0,0,0),(78500,22317,530,1,1,0,0,-4220.02,448.911,59.5408,3.50811,300,0,0,6986,0,0,0,0,0),(78501,22317,530,1,1,0,0,-4177.89,479.084,32.4235,1.37881,300,0,0,6986,0,0,0,0,0),(78502,22317,530,1,1,0,0,-4197.74,493.153,101.98,1.76278,300,0,0,6986,0,0,0,0,0),(78503,22317,530,1,1,0,0,-4118.2,511.977,45.5388,3.85718,300,0,0,6986,0,0,0,0,0),(78504,22317,530,1,1,0,0,-4175.81,516.005,43.6626,4.10152,300,0,0,6986,0,0,0,0,0),(78505,22317,530,1,1,0,0,-4159.57,529.905,58.966,2.67035,300,0,0,6986,0,0,0,0,0),(78506,22317,530,1,1,0,0,-4176.34,-12481.7,44.3271,4.4253,300,0,0,6986,0,0,0,0,0),(78507,22317,530,1,1,0,0,-4174.48,-12479.7,44.3594,4.14255,300,0,0,6986,0,0,0,0,0),(97022,22323,530,1,1,22748,0,779.805,2025.52,272.724,2.08223,360,5,0,6986,0,1,0,0,0),(78509,22320,530,1,1,0,0,705.956,2406.95,280.28,1.51844,300,0,0,6722,0,0,0,0,0),(97033,24918,530,1,1,22980,1,723.793,2365.64,274.944,5.86431,360,0,0,16767,9465,0,0,0,0),(97034,24918,530,1,1,22979,1,752.155,2343.45,275.142,2.60054,360,0,0,16767,9465,0,0,0,0),(96984,20231,530,1,1,16370,0,310.429,1484.34,-9.80759,4.34587,360,0,0,42740,2568,0,0,0,0),(96985,20232,530,1,1,16389,1,315.337,1442.1,0.981787,4.18879,360,0,0,6104,0,0,0,0,0),(78516,22320,530,1,1,0,0,880.547,2085.45,295.504,3.7001,300,0,0,6722,0,0,0,0,0),(78517,22320,530,1,1,0,0,783.513,2151.7,293.387,2.58309,300,0,0,6722,0,0,0,0,0),(78518,22320,530,1,1,0,0,791.017,2082.55,292.31,5.72468,300,0,0,6722,0,0,0,0,0),(97032,24918,530,1,1,22979,1,787.652,2278.22,281.466,3.79114,360,0,0,16767,9465,0,0,0,0),(97031,24918,530,1,1,22979,1,704.268,2359.31,275.142,3.61283,360,0,0,16767,9465,0,0,0,0),(97023,24918,530,1,1,22980,1,673.716,2368.9,275.142,5.2709,360,0,0,16767,9465,0,0,0,0),(97024,24918,530,1,1,22980,1,662.616,2432.37,275.845,0.715585,360,0,0,16767,9465,0,0,0,0),(97025,24918,530,1,1,22979,1,664.95,2458.71,275.782,5.74213,360,0,0,16767,9465,0,0,0,0),(97026,24918,530,1,1,22979,1,824.137,2288.24,281.436,3.94444,360,0,0,16767,9465,0,0,0,0),(97027,24918,530,1,1,22979,1,823.586,2249.68,281.457,2.07694,360,0,0,16767,9465,0,0,0,0),(97028,24918,530,1,1,22980,1,751.091,2429.36,275.142,2.42601,360,0,0,16767,9465,0,0,0,0),(97029,24918,530,1,1,22980,1,695.22,2432.9,275.142,2.42601,360,0,0,16767,9465,0,0,0,0),(97030,24918,530,1,1,22980,1,716.441,2429.56,275.142,0.820305,360,0,0,16767,9465,0,0,0,0),(96999,18728,530,1,1,17887,1,943.49,2269.77,306.786,3.28122,7400,0,0,848960,0,0,0,0,0),(97000,22323,530,1,1,22748,0,812.533,2553.2,293.69,4.74659,360,5,0,6986,0,1,0,0,0),(97001,22323,530,1,1,22748,0,871.139,2272.32,288.928,1.82762,360,5,0,6986,0,1,0,0,0),(96998,20251,530,1,1,16925,0,328.931,1478.76,-4.83589,2.56563,360,0,0,6722,0,0,0,0,0),(96992,20238,530,1,1,16449,1,313.404,1476.27,-7.68097,0.820305,360,0,0,59140,0,0,0,0,0),(96993,20238,530,1,1,16449,1,317.901,1473.37,-6.11224,0.453786,360,0,0,59140,0,0,0,0,0),(96994,20238,530,1,1,16449,1,322.826,1470.75,-4.64011,0.593412,360,0,0,59140,0,0,0,0,0),(96995,20251,530,1,1,16925,0,323.947,1482.19,-5.81062,1.6057,360,0,0,6722,0,0,0,0,0),(96997,20251,530,1,1,16925,0,319.555,1485.75,-6.94822,2.05949,360,0,0,6722,0,0,0,0,0),(96986,20234,530,1,1,18666,1,279.397,1489.76,-15.4411,3.29867,360,0,0,59140,0,0,0,0,0),(96987,20235,530,1,1,21064,1,294.688,1498.06,-14.4729,1.0472,360,0,0,26140,0,0,0,0,0),(96988,20237,530,1,1,18666,1,308.202,1469.31,-7.4402,1.23918,360,0,0,59140,0,0,0,0,0),(96989,20237,530,1,1,18666,1,273.713,1461.73,-13.6495,1.05584,360,0,0,59140,0,0,0,0,0),(96990,20238,530,1,1,16449,1,273.556,1451.37,-13.1796,2.00817,360,0,0,59140,0,2,0,0,0),(96991,20238,530,1,1,16449,1,314.131,1439.38,0.876582,1.20428,360,0,0,59140,0,0,0,0,0),(32688,21742,530,1,1,0,1,-3685.88,462.437,90.944,1.42529,300,0,0,5060,2933,0,0,0,0),(78554,22326,530,1,1,0,0,-2850.41,5065.92,-18.6117,0.763368,300,0,0,5341,0,0,0,0,0),(78555,22326,530,1,1,0,0,-2851.6,5067.82,-18.5844,0.632818,300,0,0,5341,0,0,0,0,0),(78556,22326,530,1,1,0,0,-1653.68,5452.96,-36.8532,5.6943,300,5,0,5341,0,1,0,0,0),(78557,22326,530,1,1,0,0,-1654.22,5442.51,-36.1004,0.316787,300,5,0,5341,0,1,0,0,0),(78558,22326,530,1,1,0,0,-1653.4,5443.88,-34.3612,3.47727,300,5,0,5341,0,1,0,0,0),(78559,22327,530,1,1,0,1,1275.31,7158.46,374.225,0.942478,300,0,0,5744,3231,0,0,0,0),(78560,22327,530,1,1,0,1,1373.43,7347.37,370.78,3.57792,300,0,0,5744,3231,0,0,0,0),(78561,22327,530,1,1,0,1,1356.06,7310.81,369.355,6.0912,300,0,0,5744,3231,0,0,0,0),(78562,22327,530,1,1,0,1,1330.58,7364.44,367.824,3.14159,300,0,0,5744,3231,0,0,0,0),(78563,22327,530,1,1,0,1,1323.41,7214.82,375.962,5.09636,300,0,0,5744,3231,0,0,0,0),(78564,22327,530,1,1,0,1,1347.22,7182.96,375.144,2.72271,300,0,0,5744,3231,0,0,0,0),(78565,22340,530,1,1,0,0,-3672.45,5844.35,7.3191,4.99164,300,5,0,42,0,1,0,0,0),(78566,22340,530,1,1,0,0,-3657.76,5801.37,12.5167,2.9147,300,5,0,42,0,1,0,0,0),(78567,22340,530,1,1,0,0,-3662.66,5708.91,7.19478,2.14675,300,5,0,42,0,1,0,0,0),(78568,22340,530,1,1,0,0,-3674.84,5745.43,10.1877,6.17846,300,5,0,42,0,1,0,0,0),(78569,22340,530,1,1,0,0,-3624.15,5832.19,14.7019,0.663225,300,5,0,42,0,1,0,0,0),(78570,22340,530,1,1,0,0,-3616.71,5786.67,13.6964,0.191986,300,5,0,42,0,1,0,0,0),(78571,22340,530,1,1,0,0,-3630.15,5741.37,15.7884,0.698132,300,5,0,42,0,1,0,0,0),(78572,22340,530,1,1,0,0,-3611.1,5762.17,14.7917,1.23918,300,5,0,42,0,1,0,0,0),(78573,22340,530,1,1,0,0,-3586.82,5817.34,7.84071,2.33874,300,5,0,42,0,1,0,0,0),(78574,22340,530,1,1,0,0,-3566.64,5785.38,4.70512,6.0912,300,5,0,42,0,1,0,0,0),(78575,22340,530,1,1,0,0,-3572.53,5799.1,6.82338,1.16937,300,5,0,42,0,1,0,0,0),(78576,22340,530,1,1,0,0,-3554.64,5714.83,6.62671,2.25148,300,5,0,42,0,1,0,0,0),(78577,22341,530,1,1,0,1,-1549.3,9741.74,202.539,5.68977,300,0,0,5589,3155,0,0,0,0),(78578,22341,530,1,1,0,1,-1547.43,9713.23,202.489,1.36136,300,0,0,5589,3155,0,0,0,0),(78579,22341,530,1,1,0,1,-1381.56,9724.94,205.394,4.41568,300,0,0,5589,3155,0,0,0,0),(78580,22341,530,1,1,0,1,-1373.94,9712.83,205.394,2.11185,300,0,0,5589,3155,0,0,0,0),(78581,22341,530,1,1,0,1,-1391.97,9575.05,205.64,1.16937,300,0,0,5589,3155,0,0,0,0),(78582,22341,530,1,1,0,1,-1376.52,9579.83,205.64,0.331613,300,0,0,5589,3155,0,0,0,0),(78583,22342,530,1,1,0,1,-1533.23,9817.72,200.799,2.61799,300,0,0,5589,3155,0,0,0,0),(78584,22342,530,1,1,0,1,-1589.62,9843.57,201.021,4.76475,300,0,0,5589,3155,0,0,0,0),(78585,22342,530,1,1,0,1,-1543.57,9808.44,200.227,2.09439,300,0,0,5589,3155,0,0,0,0),(78586,22342,530,1,1,0,1,-1582.66,9853.28,200.896,5.51524,300,0,0,5589,3155,0,0,0,0),(78587,22342,530,1,1,0,1,-1553.34,9803.13,200.693,1.72788,300,0,0,5589,3155,0,0,0,0),(78588,22342,530,1,1,0,1,-1573.51,9861.7,200.771,5.34071,300,0,0,5589,3155,0,0,0,0),(78589,22342,530,1,1,0,1,-1548.92,9731.15,202.535,3.66519,300,0,0,5589,3155,0,0,0,0),(78590,22342,530,1,1,0,1,-1548.01,9723.48,202.535,2.70526,300,0,0,5589,3155,0,0,0,0),(78591,22342,530,1,1,0,1,-1527.55,9827.69,201.342,3.57792,300,0,0,5589,3155,0,0,0,0),(78592,22342,530,1,1,0,1,-1563.83,9867.19,200.417,4.90619,300,0,0,5589,3155,0,0,0,0),(78593,22342,530,1,1,0,1,-1462.62,9845.34,200.632,0.122173,300,0,0,5589,3155,0,0,0,0),(78594,22342,530,1,1,0,1,-1455.45,9687.48,199.963,0.069813,300,0,0,5589,3155,0,0,0,0),(78595,22342,530,1,1,0,1,-1431,9683.54,200.257,2.58309,300,0,0,5589,3155,0,0,0,0),(78596,22342,530,1,1,0,1,-1434.16,9693.94,199.641,3.80482,300,0,0,5589,3155,0,0,0,0),(78597,22342,530,1,1,0,1,-1444.27,9699.59,199.972,5.06145,300,0,0,5589,3155,0,0,0,0),(78598,22342,530,1,1,0,1,-1451.53,9679.99,199.902,0.694321,300,0,0,5589,3155,0,0,0,0),(78599,22342,530,1,1,0,1,-1391.75,9716.4,205.35,5.81195,300,0,0,5589,3155,0,0,0,0),(78600,22342,530,1,1,0,1,-1440.24,9675.59,200.014,1.89248,300,0,0,5589,3155,0,0,0,0),(78601,22342,530,1,1,0,1,-1384.11,9706,205.335,1.78024,300,0,0,5589,3155,0,0,0,0),(78602,22342,530,1,1,0,1,-1389.18,9588.2,205.576,5.48033,300,0,0,5589,3155,0,0,0,0),(78603,22342,530,1,1,0,1,-1380.14,9590.96,204.649,4.04916,300,0,0,5589,3155,0,0,0,0),(78604,22343,530,1,1,0,1,-1564.59,9797.71,199.122,4.88692,300,0,0,6986,0,0,0,0,0),(78605,22343,530,1,1,0,1,-1534.35,9692.92,201.574,1.15457,300,0,0,6986,0,2,0,0,0),(78606,22343,530,1,1,0,1,-1520.26,9833.81,200.323,5.98648,300,0,0,6986,0,0,0,0,0),(78607,22343,530,1,1,0,1,-1440.53,9826.04,200.204,6.18657,300,0,0,6986,0,2,0,0,0),(78608,22343,530,1,1,0,1,-1380.65,9741.17,204.122,0.875509,300,0,0,6986,0,2,0,0,0),(78609,22343,530,1,1,0,1,-1319.21,9624.37,202.191,5.442,300,0,0,6986,0,2,0,0,0),(78610,22343,530,1,1,0,1,-1306.94,9590.38,210.033,6.21337,300,0,0,6986,0,0,0,0,0),(78611,22343,530,1,1,0,1,-1404.83,9588.39,204.283,5.05245,300,0,0,6986,0,2,0,0,0),(78612,22343,530,1,1,0,1,-1298.21,9618.36,205.511,5.32325,300,0,0,6986,0,0,0,0,0),(78613,22348,530,1,1,0,0,4695.81,3299.52,181.133,3.94444,300,0,0,6722,0,0,0,0,0),(78614,22350,530,1,1,0,0,4733.29,3194.43,163.948,3.85718,300,0,0,6722,0,0,0,0,0),(78615,22351,530,1,1,0,0,4671.05,3128.65,169.15,4.64258,300,0,0,6722,0,0,0,0,0),(78616,22355,530,1,1,0,0,-3938.96,4341.21,-11.1862,4.62512,300,0,0,498,0,0,0,0,0),(78617,22355,530,1,1,0,0,-3912.55,4312.67,-13.5113,4.86947,300,0,0,498,0,0,0,0,0),(78618,22355,530,1,1,0,0,-3909.22,4245.19,-13.5542,1.97222,300,0,0,498,0,0,0,0,0),(78619,22355,530,1,1,0,0,-3857.44,4281.41,8.37881,4.60767,300,0,0,498,0,0,0,0,0),(78620,22355,530,1,1,0,0,-3871.05,4225.98,-5.77104,5.93458,300,0,0,498,0,0,0,0,0),(78621,22355,530,1,1,0,0,-3802.7,4257.46,6.70758,5.07401,300,0,0,498,0,0,0,0,0),(78622,22355,530,1,1,0,0,-3826.96,4239.65,4.87731,5.90352,300,0,0,498,0,0,0,0,0),(78623,22355,530,1,1,0,0,-3823.68,4276.08,10.6624,1.0472,300,0,0,498,0,0,0,0,0),(78624,22355,530,1,1,0,0,-3811.7,4208.91,1.59076,3.7001,300,0,0,498,0,0,0,0,0),(78625,22355,530,1,1,0,0,-3765.16,4243.06,5.75255,1.43117,300,0,0,498,0,0,0,0,0),(78626,22355,530,1,1,0,0,-3782.7,4280.99,3.80928,0.835299,300,0,0,498,0,0,0,0,0),(78627,22355,530,1,1,0,0,-3842.35,4210.2,3.6577,5.51524,300,0,0,498,0,0,0,0,0),(78628,22356,530,1,1,0,0,3467.9,5847.08,5.25952,5.11381,300,0,0,42,0,0,0,0,0),(78629,22358,530,1,1,0,0,4389.45,3309.09,138.71,5.91667,300,0,0,4120,0,0,0,0,0),(78630,22358,530,1,1,0,0,4381.07,3328.05,140.286,3.40339,300,0,0,4120,0,0,0,0,0),(78631,22358,530,1,1,0,0,4429.81,3312.22,142.774,3.9619,300,0,0,4120,0,0,0,0,0),(78632,22358,530,1,1,0,0,4430.95,3292.13,138.158,3.735,300,0,0,4120,0,0,0,0,0),(78633,22358,530,1,1,0,0,4423.34,3275.32,136.472,0.698132,300,0,0,4120,0,0,0,0,0),(78654,22363,530,1,1,0,1,-1590.94,9788.74,201.254,5.74213,300,0,0,5589,3155,0,0,0,0),(78655,22363,530,1,1,0,1,-1575.7,9768.58,201.504,2.1293,300,0,0,5589,3155,0,0,0,0),(78656,22363,530,1,1,0,1,-1508.58,9859.97,201.573,5.89921,300,0,0,5589,3155,0,0,0,0),(78657,22363,530,1,1,0,1,-1486.86,9850.01,200.413,2.86234,300,0,0,5589,3155,0,0,0,0),(78658,22363,530,1,1,0,1,-1451.75,9749.23,200.508,0.10472,300,0,0,5589,3155,0,0,0,0),(78659,22363,530,1,1,0,1,-1427.9,9756.74,201.265,3.49066,300,0,0,5589,3155,0,0,0,0),(78660,22363,530,1,1,0,1,-1442.61,9765.21,200.633,5.044,300,0,0,5589,3155,0,0,0,0),(78661,22363,530,1,1,0,1,-1434.86,9742.88,200.185,1.8326,300,0,0,5589,3155,0,0,0,0),(78662,22363,530,1,1,0,1,-1489.8,9693.29,200.613,1.97222,300,0,0,5589,3155,0,0,0,0),(78663,22363,530,1,1,0,1,-1488.84,9709.66,200.391,3.75246,300,0,0,5589,3155,0,0,0,0),(78664,22363,530,1,1,0,1,-1504.45,9695.76,199.738,0.942478,300,0,0,5589,3155,0,0,0,0),(78665,22363,530,1,1,0,1,-1503.99,9711.01,199.914,5.63741,300,0,0,5589,3155,0,0,0,0),(78666,22363,530,1,1,0,1,-1367.81,9651.78,201.017,2.80998,300,0,0,5589,3155,0,0,0,0),(78667,22363,530,1,1,0,1,-1403.34,9621.97,202.733,3.7001,300,0,0,5589,3155,0,0,0,0),(78668,22363,530,1,1,0,1,-1407.13,9602.49,203.267,2.18166,300,0,0,5589,3155,0,0,0,0),(78669,22363,530,1,1,0,1,-1372.73,9664.25,199.646,4.06662,300,0,0,5589,3155,0,0,0,0),(78670,22363,530,1,1,0,1,-1384.2,9645.88,201.392,1.13446,300,0,0,5589,3155,0,0,0,0),(78671,22363,530,1,1,0,1,-1388.47,9662.91,200.642,5.88176,300,0,0,5589,3155,0,0,0,0),(78672,22363,530,1,1,0,1,-1425.5,9622.28,203.23,5.81195,300,0,0,5589,3155,0,0,0,0),(78673,22363,530,1,1,0,1,-1424.99,9603.29,203.142,0.733038,300,0,0,5589,3155,0,0,0,0),(78674,22364,530,1,1,0,0,-3723.72,5385.68,-2.53495,4.5204,300,0,0,4979,0,0,0,0,0),(78675,22365,530,1,1,0,0,-2848.37,5045.6,-18.6129,1.44862,300,0,0,42,0,0,0,0,0),(78676,22367,530,1,1,0,0,3388.65,5843.18,2.94867,4.79965,300,0,0,42,0,0,0,0,0),(78677,22368,530,1,1,0,0,3574.68,5809.42,2.93356,5.48033,300,0,0,42,0,0,0,0,0),(78678,22370,530,1,1,0,1,-2866.16,5039.95,-20.3203,4.37999,300,0,0,7266,3155,2,0,0,0),(78679,22371,530,1,1,0,0,-3418.4,4453.76,-7.19019,3.19395,300,0,0,42,0,0,0,0,0),(78680,22373,530,1,1,0,1,-1655.31,5459.34,-40.3227,5.68977,300,0,0,5527,0,0,0,0,0),(32687,21742,530,1,1,0,1,-3680.19,389.595,90.9739,1.33497,300,0,0,5060,2933,0,0,0,0),(240025,23537,0,1,1,0,0,2238.2,459.049,39.5968,0.445493,300,0,0,2610,6749,0,0,0,0),(78685,22377,530,1,1,0,0,-2766.1,5430.2,-34.4551,6.12611,300,0,0,7266,3155,0,0,0,0),(78686,22378,530,1,1,0,1,-2764.52,5431.19,-34.4548,3.735,300,0,0,4572,2705,0,0,0,0),(78687,22380,530,1,1,0,0,-1620.7,5390.36,-31.9728,4.27606,300,5,0,5914,0,1,0,0,0),(78688,22380,530,1,1,0,0,-1623.58,5391.54,-32.562,2.89725,300,5,0,5914,0,1,0,0,0),(78689,22380,530,1,1,0,0,-1622.89,5390.83,-31.9969,5.77704,300,5,0,5914,0,1,0,0,0),(78690,22384,530,1,1,0,1,3092.19,5845.25,-0.225303,4.55531,300,0,0,4281,6588,0,0,0,0),(78691,22384,530,1,1,0,1,3244.82,5874.14,-2.2354,2.23402,300,0,0,4281,6588,0,0,0,0),(78692,22384,530,1,1,0,1,3192.37,5695.3,0.25804,5.49779,300,0,0,4281,6588,0,0,0,0),(78693,22384,530,1,1,0,1,3285.25,5708.71,-5.3976,2.40855,300,0,0,4281,6588,0,0,0,0),(78694,22385,530,1,1,0,1,1463.54,7178.48,364.369,0.063972,300,0,0,22356,9465,0,0,0,0),(78695,22386,530,1,1,0,1,3108.07,6131.54,136.358,1.36031,300,0,0,6542,0,0,0,0,0),(78696,22387,530,1,1,0,1,-3655.68,5823.51,0.6106,5.3058,300,0,0,4572,2705,0,0,0,0),(78697,22387,530,1,1,0,1,-3682.44,5721.55,-0.478197,0.401426,300,0,0,4572,2705,0,0,0,0),(78698,22387,530,1,1,0,1,-3667.05,5710.72,-1.2327,2.80998,300,0,0,4572,2705,0,0,0,0),(78699,22387,530,1,1,0,1,-3621.33,5754.35,1.78136,5.23599,300,0,0,4572,2705,0,0,0,0),(78700,22387,530,1,1,0,1,-3619.45,5776.47,1.87118,0.488692,300,0,0,4572,2705,0,0,0,0),(78701,22387,530,1,1,0,1,-3633.1,5833.42,0.40294,2.33874,300,0,0,4572,2705,0,0,0,0),(78702,22387,530,1,1,0,1,-3564.22,5760.39,-2.52642,2.82743,300,0,0,4572,2705,0,0,0,0),(78703,22387,530,1,1,0,1,-3584.63,5739.74,-4.54238,0.122173,300,0,0,4572,2705,0,0,0,0),(78704,22387,530,1,1,0,1,-3573.72,5812.8,-3.13028,3.28122,300,0,0,4572,2705,0,0,0,0),(78705,22387,530,1,1,0,1,-3568.58,5705.29,0.56014,6.23082,300,0,0,4572,2705,0,0,0,0),(78706,22387,530,1,1,0,1,-3544.56,5706.99,0.11795,1.55334,300,0,0,4572,2705,0,0,0,0),(78707,22388,530,1,1,0,1,-3691.5,5783.13,0.41298,5.54544,300,5,0,5527,0,1,0,0,0),(78708,22388,530,1,1,0,1,-3690.94,5752.49,-4.6313,1.20496,300,5,0,5527,0,1,0,0,0),(78709,22388,530,1,1,0,1,-3720.46,5752.23,1.53084,2.19457,300,5,0,5527,0,1,0,0,0),(78710,22388,530,1,1,0,1,-3658.33,5691.67,-1.60188,2.32329,300,5,0,5527,0,1,0,0,0),(78711,22388,530,1,1,0,1,-3584.51,5714.7,-1.55171,1.54008,300,5,0,5527,0,1,0,0,0),(78712,22388,530,1,1,0,1,-3620.38,5812.34,-3.03699,4.92894,300,5,0,5527,0,1,0,0,0),(78713,22388,530,1,1,0,1,-3557.05,5781.99,-3.27889,5.29065,300,5,0,5527,0,1,0,0,0),(78714,22388,530,1,1,0,1,-3516.13,5718.4,1.29528,0.418997,300,5,0,5527,0,1,0,0,0),(78715,22388,530,1,1,0,1,-3516.97,5745.77,0.03913,5.3658,300,5,0,5527,0,1,0,0,0),(78716,22389,530,1,1,0,1,1017.33,2291.71,402.745,3.45575,300,0,0,81180,0,0,0,0,0),(78717,22392,530,1,1,0,1,2938.08,7097.49,370.216,2.54818,300,0,0,7181,0,0,0,0,0),(78718,22392,530,1,1,0,1,2775.19,7020.22,370.754,2.42601,300,0,0,7181,0,0,0,0,0),(78719,22392,530,1,1,0,1,2812.32,7039.1,370.632,2.07694,300,0,0,7181,0,0,0,0,0),(78720,22393,530,1,1,0,1,-1472.13,9677.51,200.738,1.72692,300,0,0,33534,9465,2,0,0,0),(78721,22393,530,1,1,0,1,-1612.9,9760.4,201.859,0.576281,300,0,0,33534,9465,2,0,0,0),(78722,22393,530,1,1,0,1,-1403.31,9723.15,202.818,0.334209,300,0,0,33534,9465,2,0,0,0),(78723,22393,530,1,1,0,1,-1453.54,9636.82,201.688,1.66862,300,0,0,33534,9465,2,0,0,0),(78724,22393,530,1,1,0,1,-1402.76,9588.8,204.495,2.58486,300,0,0,33534,9465,2,0,0,0),(78725,22394,530,1,1,0,0,-1534.35,9692.92,201.574,1.17264,300,0,0,3493,0,2,0,0,0),(78726,22394,530,1,1,0,0,-1440.53,9826.04,200.204,0.884089,300,0,0,3493,0,2,0,0,0),(78727,22394,530,1,1,0,0,-1380.65,9741.17,204.122,0.875532,300,0,0,3493,0,2,0,0,0),(78728,22394,530,1,1,0,0,-1319.21,9624.37,202.191,5.6471,300,0,0,3493,0,2,0,0,0),(78729,22394,530,1,1,0,0,-1404.83,9588.39,204.283,5.03002,300,0,0,3493,0,2,0,0,0),(78730,22395,530,1,1,0,0,-4546.85,1019.9,10.9051,0.715585,300,0,0,42,0,0,0,0,0),(78731,22396,530,1,1,0,1,3233.38,6394.42,131.359,1.09134,300,0,0,8856,0,2,0,0,0),(78732,22400,530,1,1,0,0,-1557.24,9833.64,215.108,5.14872,300,0,0,6722,0,0,0,0,0),(78733,22400,530,1,1,0,0,-1441.23,9688.79,198.05,0.558505,300,0,0,6722,0,0,0,0,0),(78734,22400,530,1,1,0,0,-1443.84,9686.4,197.959,3.92699,300,0,0,6722,0,0,0,0,0),(78735,22401,530,1,1,0,0,-825.249,2026.35,46.5842,1.18682,300,0,0,1,0,0,0,0,0),(78736,22402,530,1,1,0,0,-894.47,1919.87,93.7102,1.18682,300,0,0,1,0,0,0,0,0),(78737,22403,530,1,1,0,0,-979.369,1876.67,121.587,1.18682,300,0,0,1,0,0,0,0,0),(208903,40176,1,1,1,0,0,-702.024,-4936.86,24.7856,0,45,10,0,1,0,1,0,0,0),(208902,40187,1,1,1,0,0,-747.705,-5007.78,18.8993,3.38594,120,0,0,1,0,0,0,0,0),(208901,40184,1,1,1,0,1,-747.175,-5003.97,19.5052,3.76991,120,0,0,1,0,0,0,0,0),(78738,21173,530,1,1,0,0,-1162.91,2248.2,152.247,4.81585,120,0,0,1,0,0,0,0,0),(78742,22407,530,1,1,0,1,-2780.21,5051.77,-8.8989,4.67748,300,0,0,17145,0,0,0,0,0),(78743,22407,530,1,1,0,1,-2752.4,5123.26,-5.31901,0.558505,300,0,0,17145,0,0,0,0,0),(78744,22407,530,1,1,0,1,-2780.2,5122.68,-9.09769,1.6057,300,0,0,17145,0,0,0,0,0),(78745,22407,530,1,1,0,1,-2768.87,5083.82,-6.91736,6.13883,300,0,0,17145,0,0,0,0,0),(78746,22407,530,1,1,0,1,-2828.53,5022.66,-15.7915,5.14872,300,0,0,17145,0,0,0,0,0),(78747,22407,530,1,1,0,1,-2802.06,5036.29,-11.6329,5.06145,300,0,0,17145,0,0,0,0,0),(78748,22407,530,1,1,0,1,-2839.84,5125.98,-14.8991,1.64061,300,0,0,17145,0,0,0,0,0),(78749,22407,530,1,1,0,1,-2853.14,5081.75,-18.3547,2.61799,300,0,0,17145,0,0,0,0,0),(78750,22407,530,1,1,0,1,-2818.34,5070.55,-14.1828,1.91986,300,0,0,17145,0,0,0,0,0),(78751,22407,530,1,1,0,1,-2844.53,5026.09,-18.1478,4.32842,300,0,0,17145,0,0,0,0,0),(78752,22407,530,1,1,0,1,-2866.16,5054.63,-19.9867,3.54302,300,0,0,17145,0,0,0,0,0),(78753,22407,530,1,1,0,1,-2863.83,5102.24,-19.0241,2.93215,300,0,0,17145,0,0,0,0,0),(78754,22410,530,1,1,0,1,3009.13,5920.84,130.985,4.30403,300,0,0,16767,3155,2,0,0,0),(78755,22410,530,1,1,0,1,2992.1,5882.41,131.079,1.09818,300,0,0,16767,3155,0,0,0,0),(78756,22417,530,1,1,0,0,-4559.91,1031.92,20.391,5.46288,300,0,0,42,0,0,0,0,0),(78757,22417,530,1,1,0,0,-4532.3,1004.79,22.8793,2.3911,300,0,0,42,0,0,0,0,0),(78758,22420,530,1,1,0,1,-2860.59,5038.81,-19.9867,3.76991,300,0,0,5341,0,0,0,0,0),(78759,22422,530,1,1,0,0,2870.43,4814.42,299,4.43314,300,0,0,42,0,0,0,0,0),(78760,22423,530,1,1,0,0,2148.36,5415.99,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78761,22423,530,1,1,0,0,2115.61,5448.22,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78762,22423,530,1,1,0,0,2184.24,5448.7,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78763,22423,530,1,1,0,0,2216.41,5416.91,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78764,22423,530,1,1,0,0,2247.57,5399.89,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78765,22423,530,1,1,0,0,2249.26,5451.03,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78766,22423,530,1,1,0,0,2216.32,5483.93,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78767,22423,530,1,1,0,0,2153.73,5482.22,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78768,22423,530,1,1,0,0,2082.04,5417.07,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78769,22423,530,1,1,0,0,2047.92,5449.47,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78770,22423,530,1,1,0,0,2047.14,5388.09,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78771,22423,530,1,1,0,0,2016.06,5419.25,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78772,22423,530,1,1,0,0,1981.55,5383.26,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78773,22423,530,1,1,0,0,2004.7,5342.69,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78774,22423,530,1,1,0,0,1918.13,5385.14,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78775,22423,530,1,1,0,0,1948.46,5348.67,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78776,22423,530,1,1,0,0,1919.16,5316.79,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78777,22423,530,1,1,0,0,1882.82,5349.58,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78778,22423,530,1,1,0,0,1850.64,5316.64,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78779,22423,530,1,1,0,0,1851.16,5383.8,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78780,22423,530,1,1,0,0,1815.91,5349.11,230.561,6.24828,300,0,0,5589,3155,0,0,0,0),(78781,22424,530,1,1,0,0,-3605.72,4175.58,-0.031817,2.90906,300,0,0,5715,0,0,0,0,0),(78782,22427,530,1,1,0,1,4094.64,3023.52,336.821,0.610865,300,0,0,6542,0,0,0,0,0),(78783,22429,530,1,1,0,0,-1668.65,5531.65,2.08439,4.30748,300,0,0,5914,0,2,0,0,0),(78784,22430,530,1,1,0,0,-710.679,2734.28,101.675,5.91667,300,0,0,3331,0,0,0,0,0),(78785,22431,530,1,1,0,0,-707.211,2754.11,101.675,2.74017,300,0,0,4996,0,0,0,0,0),(78786,22432,530,1,1,0,0,-710.211,2754.36,102.367,1.46213,300,0,0,3237,0,0,0,0,0),(78787,22433,530,1,1,0,1,-5142.74,602.02,82.942,0.15,300,0,0,7266,3155,0,0,0,0),(78788,22436,530,1,1,0,0,2987.71,7062.52,368.946,3.26377,300,5,0,6722,0,1,0,0,0),(78789,22436,530,1,1,0,0,2935.94,7024.24,366.615,1.5708,300,5,0,6722,0,1,0,0,0),(78790,22436,530,1,1,0,0,2810.37,7006.4,367.869,5.07891,300,5,0,6722,0,1,0,0,0),(78792,22442,530,1,1,0,1,-1765.08,5150.23,-37.1216,1.23918,300,0,0,6542,0,0,0,0,0),(78793,22443,530,1,1,0,0,2227.46,5484.32,153.773,1.15192,300,0,0,7850,0,0,0,0,0),(78794,22443,530,1,1,0,0,1931.44,5330.76,154.176,2.86234,300,0,0,7850,0,0,0,0,0),(78795,22446,530,1,1,0,0,-3740.01,5409.07,-3.24949,3.57792,300,0,0,6116,0,0,0,0,0),(78796,22447,530,1,1,0,0,3606.41,7186.06,139.381,3.85718,300,0,0,42,0,0,0,0,0),(78797,22451,530,1,1,0,0,2933.08,7103.19,369.06,2.37365,300,0,0,3493,0,0,0,0,0),(78798,22451,530,1,1,0,0,2770.55,7027.8,369.582,2.18166,300,0,0,3493,0,0,0,0,0),(78799,22451,530,1,1,0,0,2808.2,7051.2,370.992,2.00713,300,0,0,3493,0,0,0,0,0),(78800,22451,530,1,1,0,0,1717.7,7372.98,370.977,6.00393,300,0,0,3493,0,0,0,0,0),(78801,22451,530,1,1,0,0,1694.16,7337.91,369.488,5.68977,300,0,0,3493,0,0,0,0,0),(78802,22451,530,1,1,0,0,1635.4,7246.7,368.744,0.471239,300,0,0,3493,0,0,0,0,0),(78803,22451,530,1,1,0,0,1659.01,7199.62,367.918,0.087266,300,0,0,3493,0,0,0,0,0),(78804,22451,530,1,1,0,0,3891.17,5763.21,270.433,1.13446,300,0,0,3493,0,0,0,0,0),(78805,22451,530,1,1,0,0,3989.16,5701.78,269.459,2.32129,300,0,0,3493,0,0,0,0,0),(78806,22451,530,1,1,0,0,4029.73,5725.24,270.562,1.72788,300,0,0,3493,0,0,0,0,0),(78807,22451,530,1,1,0,0,3976.49,5365.38,269.238,5.68977,300,0,0,3493,0,0,0,0,0),(78808,22451,530,1,1,0,0,3942.17,5342.89,269.113,5.0091,300,0,0,3493,0,0,0,0,0),(78809,22451,530,1,1,0,0,4075.6,5303.07,270.42,4.01426,300,0,0,3493,0,0,0,0,0),(78810,22453,530,1,1,0,0,-3740.33,5416.47,-2.13993,2.93215,300,0,0,16767,3155,0,0,0,0),(78811,22455,530,1,1,0,0,2023.78,4702.71,150.667,0.087266,300,0,0,17742,0,0,0,0,0),(78812,22456,530,1,1,0,0,-3755.23,5405.95,-3.31487,5.2709,300,0,0,16767,3155,0,0,0,0),(78813,22457,530,1,1,0,0,-3565.84,5460.68,-6.3559,0.785398,300,0,0,5914,0,0,0,0,0),(78814,22457,530,1,1,0,0,-3548.74,5457.51,-12.241,3.76991,300,0,0,5914,0,0,0,0,0),(78815,22457,530,1,1,0,0,-3558.15,5469.23,-7.63832,6.26573,300,0,0,5914,0,0,0,0,0),(78816,22457,530,1,1,0,0,-3537.44,5452.85,-12.4314,3.9968,300,0,0,5914,0,0,0,0,0),(78817,22457,530,1,1,0,0,-3543.1,5468.93,-12.3195,3.1765,300,0,0,5914,0,0,0,0,0),(78818,22458,530,1,1,0,1,-3739.24,5394.5,-3.99944,0,300,0,0,5914,0,0,0,0,0),(78819,22461,530,1,1,0,0,379.176,2100.16,117.568,3.49066,300,0,0,3485,0,0,0,0,0),(78820,22461,530,1,1,0,0,338.454,2206.75,117.91,3.00197,300,0,0,3485,0,0,0,0,0),(78821,22461,530,1,1,0,0,327.47,2158.38,118.142,2.9147,300,0,0,3485,0,0,0,0,0),(78822,22461,530,1,1,0,0,328.404,2229.33,118.081,2.04204,300,0,0,3485,0,0,0,0,0),(78823,22461,530,1,1,0,0,362.362,2264.42,119.093,2.1293,300,0,0,3485,0,0,0,0,0),(78824,22461,530,1,1,0,0,411.817,2259.34,116.848,2.19912,300,0,0,3485,0,0,0,0,0),(78825,22461,530,1,1,0,0,360.031,2460.51,156.246,3.723,300,0,0,3485,0,0,0,0,0),(78826,22461,530,1,1,0,0,338.5,2490.03,162.373,3.29867,300,0,0,3485,0,0,0,0,0),(78827,22461,530,1,1,0,0,336.516,2507.03,163.241,3.07178,300,0,0,3485,0,0,0,0,0),(78828,22461,530,1,1,0,0,566.069,2841.26,216.526,1.32645,300,0,0,3485,0,0,0,0,0),(78829,22461,530,1,1,0,0,480.389,2799.82,201.884,3.00197,300,0,0,3485,0,0,0,0,0),(78830,22461,530,1,1,0,0,513.743,2835.63,210.309,1.81514,300,0,0,3485,0,0,0,0,0),(78831,22461,530,1,1,0,0,375.741,2553.73,151.806,2.32129,300,0,0,3485,0,0,0,0,0),(78832,22461,530,1,1,0,0,347.319,2539.46,161.795,2.18166,300,0,0,3485,0,0,0,0,0),(78833,22462,530,1,1,0,1,-3742.69,4398.95,-0.295119,4.43314,300,0,0,12822,2568,0,0,0,0),(78834,22463,530,1,1,0,1,-3741.95,4402.15,-1.38977,2.67035,300,0,0,16767,3155,0,0,0,0),(78835,22463,530,1,1,0,1,-3743.43,4405.93,-2.18572,4.55531,300,0,0,16767,3155,0,0,0,0),(78836,22463,530,1,1,0,1,-3746.48,4402.6,-0.872038,3.80482,300,0,0,16767,3155,0,0,0,0),(78837,22464,530,1,1,0,1,-3741.01,5398.09,-3.37444,5.04481,300,5,0,5715,0,1,0,0,0),(78838,22464,530,1,1,0,1,-3735.24,5394.5,-4.62444,6.15434,300,5,0,5715,0,1,0,0,0),(78839,22464,530,1,1,0,1,-3739.05,5398.38,-3.37444,6.18727,300,5,0,5715,0,1,0,0,0),(78840,22464,530,1,1,0,1,-3739.24,5390.5,-4.99944,6.23493,300,5,0,5715,0,1,0,0,0),(78841,22465,530,1,1,0,0,2961.69,5467,144.011,5.12561,300,0,0,86,0,0,0,0,0),(78842,22467,530,1,1,0,0,-690.565,2743.81,94.0318,2.67035,300,0,0,42,0,0,0,0,0),(78843,22467,530,1,1,0,0,-687.237,2720.04,94.92,1.44862,300,0,0,42,0,0,0,0,0),(78844,22467,530,1,1,0,0,-687.055,2715.56,95.5187,5.2709,300,0,0,42,0,0,0,0,0),(78845,22467,530,1,1,0,0,-689.09,2727.6,94.3365,2.1293,300,0,0,42,0,0,0,0,0),(78846,22467,530,1,1,0,0,-687.764,2708.07,95.46,5.68977,300,0,0,42,0,0,0,0,0),(78847,22467,530,1,1,0,0,-688.245,2740.12,93.9916,5.91667,300,0,0,42,0,0,0,0,0),(78848,22467,530,1,1,0,0,-699.905,2750.75,94.3492,0.523599,300,0,0,42,0,0,0,0,0),(78849,22467,530,1,1,0,0,-689.006,2701.9,94.9302,3.59538,300,0,0,42,0,0,0,0,0),(78850,22467,530,1,1,0,0,-692.266,2650.74,92.2836,3.40339,300,0,0,42,0,0,0,0,0),(78851,22467,530,1,1,0,0,-694.243,2650.02,92.3466,2.68781,300,0,0,42,0,0,0,0,0),(78852,22467,530,1,1,0,0,-713.019,2622.01,89.8459,3.28122,300,0,0,42,0,0,0,0,0),(78853,22467,530,1,1,0,0,-694.607,2666.24,92.5453,4.27606,300,0,0,42,0,0,0,0,0),(78854,22467,530,1,1,0,0,-690.986,2655.47,92.3659,5.20108,300,0,0,42,0,0,0,0,0),(78855,22467,530,1,1,0,0,-675.319,2677.35,89.9321,3.50811,300,0,0,42,0,0,0,0,0),(78856,22467,530,1,1,0,0,-683.363,2678.4,91.5975,5.21853,300,0,0,42,0,0,0,0,0),(78857,22467,530,1,1,0,0,-683.863,2736.05,93.9916,5.84685,300,0,0,42,0,0,0,0,0),(78858,22467,530,1,1,0,0,-670.174,2730.86,93.9916,3.42085,300,0,0,42,0,0,0,0,0),(78859,22467,530,1,1,0,0,-670.308,2727.84,93.9916,1.51844,300,0,0,42,0,0,0,0,0),(78860,22467,530,1,1,0,0,-672.326,2735.6,93.9916,4.06662,300,0,0,42,0,0,0,0,0),(78861,22467,530,1,1,0,0,-678.973,2732.13,93.9916,5.02655,300,0,0,42,0,0,0,0,0),(78862,22467,530,1,1,0,0,-666.354,2715.73,94.3652,5.84685,300,0,0,42,0,0,0,0,0),(78863,22467,530,1,1,0,0,-665.227,2733.87,94.0775,0.628319,300,0,0,42,0,0,0,0,0),(78864,22467,530,1,1,0,0,-697.663,2601.1,89.5076,0.401426,300,0,0,42,0,0,0,0,0),(78865,22467,530,1,1,0,0,-697.313,2622,89.9202,1.79769,300,0,0,42,0,0,0,0,0),(78866,22467,530,1,1,0,0,-701.986,2617.68,89.7611,4.01426,300,0,0,42,0,0,0,0,0),(78867,22467,530,1,1,0,0,-686.923,2610.57,86.7943,2.07694,300,0,0,42,0,0,0,0,0),(78868,22467,530,1,1,0,0,-688.22,2630.56,89.7646,3.29867,300,0,0,42,0,0,0,0,0),(78869,22467,530,1,1,0,0,-699.353,2596.02,89.3531,1.06465,300,0,0,42,0,0,0,0,0),(78870,22467,530,1,1,0,0,-711.666,2585.91,89.5178,4.01426,300,0,0,42,0,0,0,0,0),(78871,22467,530,1,1,0,0,-686.298,2603.97,86.7943,0.523599,300,0,0,42,0,0,0,0,0),(78872,22467,530,1,1,0,0,-698.913,2611.4,89.6674,4.27606,300,0,0,42,0,0,0,0,0),(78873,22467,530,1,1,0,0,-706.081,2576.34,88.9245,2.30383,300,0,0,42,0,0,0,0,0),(78874,22467,530,1,1,0,0,-714.841,2579.64,89.7601,1.93731,300,0,0,42,0,0,0,0,0),(78875,22467,530,1,1,0,0,-687.638,2586.2,87.2872,1.55334,300,0,0,42,0,0,0,0,0),(78876,22467,530,1,1,0,0,-689.241,2581.14,87.1575,5.32325,300,0,0,42,0,0,0,0,0),(78877,22467,530,1,1,0,0,-655.136,2652.56,86.553,1.0472,300,0,0,42,0,0,0,0,0),(78878,22467,530,1,1,0,0,-657.02,2675.17,88.4414,4.31096,300,0,0,42,0,0,0,0,0),(78879,22468,530,1,1,0,0,2228.66,4748.84,159.435,2.58309,300,0,0,6224,0,0,0,0,0),(78880,22469,530,1,1,0,0,2074.93,6888.71,180.966,3.9619,300,0,0,5914,0,0,0,0,0),(78881,22471,530,1,1,0,0,2188.26,5478.03,159.432,1.62316,300,0,0,6986,0,0,0,0,0),(78882,22472,530,1,1,0,0,1979.13,5315.81,162.283,6.0912,300,0,0,6986,0,0,0,0,0),(213320,21753,530,1,1,0,0,-2777.57,2279.41,92.5403,1.58126,300,0,0,1,0,2,0,0,0),(213319,21753,530,1,1,0,0,-2762.52,2211.21,93.287,4.70307,300,0,0,1,0,2,0,0,0),(213318,21753,530,1,1,0,0,-2777.59,2282.63,92.5836,4.71961,300,0,0,1,0,2,0,0,0),(213317,21753,530,1,1,0,0,-2761.12,2103.65,117.347,1.56303,300,0,0,1,0,2,0,0,0),(213316,21753,530,1,1,0,0,-2761.94,2308.56,93.3704,4.69665,300,0,0,1,0,2,0,0,0),(213315,21753,530,1,1,0,0,-2747.55,2294.19,92.1767,1.55633,300,0,0,1,0,2,0,0,0),(213314,21753,530,1,1,0,0,-2795.16,2236.35,93.3739,4.71652,300,0,0,1,0,2,0,0,0),(213313,21961,530,1,1,0,0,-2708.78,2068.91,117.238,4.68572,300,0,0,1,0,2,0,0,0),(213312,21961,530,1,1,0,0,-2742.46,2466.13,93.3811,4.71817,300,0,0,1,0,2,0,0,0),(213310,21961,530,1,1,0,0,-2759.87,2277.61,93.2987,4.68112,300,0,0,1,0,2,0,0,0),(213311,21961,530,1,1,0,0,-2775.07,2395.29,93.287,1.55227,300,0,0,1,0,2,0,0,0),(213364,21949,530,1,1,0,0,-2654.26,2667.9,74.9156,4.71239,300,0,0,1,0,0,0,0,0),(213363,21949,530,1,1,0,0,-2644.06,2666.83,75.0076,4.66003,300,0,0,1,0,0,0,0,0),(213309,21961,530,1,1,0,0,-2774.23,2205.86,93.4008,4.80599,300,0,0,1,0,2,0,0,0),(213308,21961,530,1,1,0,0,-2657.85,2594.25,74.9474,4.68602,300,0,0,1,0,2,0,0,0),(78917,22476,530,1,1,0,0,-3753.33,5410.81,-3.23218,5.58505,300,0,0,11430,0,0,0,0,0),(78918,22477,530,1,1,0,0,-3739.92,5418.41,-3.31487,4.38078,300,0,0,9144,2705,0,0,0,0),(78919,22479,530,1,1,0,1,2954.91,1782.12,139.204,0.628319,300,0,0,5233,2991,0,0,0,0),(78920,22480,530,1,1,0,0,3347.24,5783.97,-7.10641,2.54785,300,0,0,8,0,0,0,0,0),(78921,22480,530,1,1,0,0,3335.73,5786.75,-5.47077,2.92156,300,0,0,8,0,0,0,0,0),(78922,22480,530,1,1,0,0,3353.09,5786.18,-5.96662,0.808669,300,0,0,8,0,0,0,0,0),(78923,22481,530,1,1,0,1,-3742.71,5410.3,-3.25122,4.60767,300,0,0,5914,0,0,0,0,0),(32585,17407,530,1,1,17055,0,-3199.38,1290.86,31.0238,0,3600,0,0,4979,0,0,0,0,0),(32584,17407,530,1,1,17055,0,-3182.97,1518.24,60.931,0,3600,0,0,4979,0,0,0,0,0),(32583,17407,530,1,1,17055,0,-3346.63,1742.45,99.6251,0,3600,0,0,4979,0,0,0,0,0),(32377,17407,530,1,1,17055,0,-3680.16,1681.41,39.4371,0,3600,0,0,4979,0,0,0,0,0),(32376,17407,530,1,1,17055,0,-4601.63,1843.41,175.02,0,3600,0,0,4979,0,0,0,0,0),(32375,17407,530,1,1,17055,0,-3870.86,1653.51,84.4796,0,3600,0,0,4979,0,0,0,0,0),(32374,17407,530,1,1,17055,0,-3754.07,1836.06,89.9446,0,3600,0,0,4979,0,0,0,0,0),(31825,17407,530,1,1,17055,0,-3481.09,1964.61,79.3604,0,3600,0,0,4979,0,0,0,0,0),(29395,17407,530,1,1,17055,0,-3203.14,2336.49,61.5985,0,3600,0,0,4979,0,0,0,0,0),(78933,22484,530,1,1,0,0,3318.78,2244.39,104.281,0.87323,300,0,0,42,0,0,0,0,0),(78934,22485,530,1,1,0,1,963.428,7399.58,29.3317,6.14356,300,0,0,10572,0,0,0,0,0),(78935,22488,530,1,1,0,1,1113.34,7098.97,122.612,3.12414,300,0,0,5914,0,0,0,0,0),(78936,22489,530,1,1,0,1,928.52,5972.8,121.364,4.38078,300,0,0,5914,0,0,0,0,0),(78937,22491,530,1,1,0,0,2955.03,1802.13,139.204,5.75959,300,0,0,5589,3155,0,0,0,0),(78938,22494,530,1,1,0,1,2971.34,1851.7,141.199,0.261799,300,0,0,13972,0,0,0,0,0),(78939,22494,530,1,1,0,1,2973.94,1844.61,140.961,0.890118,300,0,0,13972,0,0,0,0,0),(78940,22494,530,1,1,0,1,2949.29,1798.44,139.204,4.06662,300,0,0,13972,0,0,0,0,0),(78941,22494,530,1,1,0,1,2964.07,1794.46,139.204,3.94444,300,0,0,13972,0,0,0,0,0),(78942,22494,530,1,1,0,1,2989.07,1802.62,139.204,0.872665,300,0,0,13972,0,0,0,0,0),(78943,22494,530,1,1,0,1,2984.2,1808.95,139.2,0.994838,300,0,0,13972,0,0,0,0,0),(78944,22494,530,1,1,0,1,2957.72,1777.98,139.204,1.25664,300,0,0,13972,0,0,0,0,0),(78945,22494,530,1,1,0,1,2947.78,1796.45,139.204,0.767945,300,0,0,13972,0,0,0,0,0),(78946,22494,530,1,1,0,1,2970.38,1786.5,139.204,3.87463,300,0,0,13972,0,0,0,0,0),(78947,22495,530,1,1,0,0,2207.53,5481.67,153.661,3.05433,300,0,0,6986,0,0,0,0,0),(78948,22495,530,1,1,0,0,1950.03,5323.47,154.162,2.56563,300,0,0,6986,0,0,0,0,0),(96636,25142,530,1,1,22763,1,-2003.09,5434.49,-12.4282,3.19395,180,0,0,6542,0,0,0,0,0),(69713,21318,530,1,1,0,0,-3800.38,2601.1,90.143,5.48163,180,0,0,6986,0,0,0,0,0),(1976585,19698,530,1,1,0,0,-3346.54,5188.42,-101.05,6.28236,300,0,0,6986,0,0,0,0,0),(1954836,22911,530,1,1,0,0,3279.68,4640.43,216.526,6.2009,600,0,0,97800,7196,0,0,0,0),(78955,22502,530,1,1,0,0,2188.7,5477.07,155.158,5.70723,300,0,0,6722,0,0,0,0,0),(78956,22502,530,1,1,0,0,1983.29,5317.17,156.659,0.907571,300,0,0,6722,0,0,0,0,0),(78957,22798,530,1,1,0,0,3784.44,6729.34,170.528,0.20944,300,0,0,42,0,0,0,0,0),(78958,22799,530,1,1,0,0,3625.61,6541.65,155.13,4.11898,300,0,0,42,0,0,0,0,0),(78959,22800,530,1,1,0,0,3734.71,6639.49,133.736,6.26573,300,0,0,42,0,0,0,0,0),(78960,22801,530,1,1,0,0,3575.48,6666.42,128.562,3.29867,300,0,0,42,0,0,0,0,0),(78961,22851,530,1,1,0,0,-3895.54,-11662,-304.355,1.22173,300,0,0,6986,0,0,0,0,0),(78962,22893,530,1,1,0,0,-720.081,7932.23,58.8922,4.50295,300,0,0,5715,0,0,0,0,0),(78963,22905,530,1,1,0,0,-3821.81,-11394.2,-104.363,5.25344,300,0,0,6986,0,0,0,0,0),(78964,22918,530,1,1,0,0,3736.48,5366.62,-8.06217,2.82743,300,0,0,42,0,0,0,0,0),(78965,22972,530,1,1,0,0,-3511.49,3586.73,313.899,0.204343,300,0,0,54,69,0,0,0,0),(78966,22974,530,1,1,0,0,-3439.34,3626.33,328.867,3.0824,300,0,0,42,0,0,0,0,0),(78967,22974,530,1,1,0,0,-3455.53,3645.83,338.86,2.89829,300,0,0,42,0,0,0,0,0),(78968,22974,530,1,1,0,0,-3510.05,3587.03,326.092,5.75404,300,0,0,42,0,0,0,0,0),(78969,22974,530,1,1,0,0,-3510.97,3564.07,328.561,0.416528,300,0,0,42,0,0,0,0,0),(78970,22974,530,1,1,0,0,-3499.6,3574.89,340.526,3.93264,300,0,0,42,0,0,0,0,0),(78971,22974,530,1,1,0,0,-3562.58,3560.93,338.413,5.19422,300,0,0,42,0,0,0,0,0),(78972,22974,530,1,1,0,0,-3534.29,3559.49,329.336,3.78279,300,0,0,42,0,0,0,0,0),(78973,22974,530,1,1,0,0,-3522.4,3572.19,341.125,3.91844,300,0,0,42,0,0,0,0,0),(78974,22974,530,1,1,0,0,-3571.56,3554.8,327.207,4.62711,300,0,0,42,0,0,0,0,0),(78975,22974,530,1,1,0,0,-3560.46,3567.27,338.5,3.91289,300,0,0,42,0,0,0,0,0),(78976,22974,530,1,1,0,0,-3565.69,3434.19,354.284,5.72094,300,0,0,42,0,0,0,0,0),(78977,22974,530,1,1,0,0,-3590.91,3503.87,339.84,1.92604,300,0,0,42,0,0,0,0,0),(78978,22974,530,1,1,0,0,-3575.57,3551.24,327.332,4.33631,300,0,0,42,0,0,0,0,0),(78979,22974,530,1,1,0,0,-3594.38,3508.16,338.418,5.72241,300,0,0,42,0,0,0,0,0),(78980,22974,530,1,1,0,0,-3587.63,3526.47,329.314,0.978089,300,0,0,42,0,0,0,0,0),(78981,22974,530,1,1,0,0,-3575.72,3537.25,341.204,3.93863,300,0,0,42,0,0,0,0,0),(78982,22974,530,1,1,0,0,-3576.67,3530.24,330.205,4.05588,300,0,0,42,0,0,0,0,0),(78983,22974,530,1,1,0,0,-3574.45,3544.29,340.154,3.75103,300,0,0,42,0,0,0,0,0),(78984,22974,530,1,1,0,0,-3635.07,3427.2,333.12,1.04093,300,0,0,42,0,0,0,0,0),(78985,22974,530,1,1,0,0,-3628.17,3453.02,341.895,3.94189,300,0,0,42,0,0,0,0,0),(78986,22974,530,1,1,0,0,-3629.63,3454.38,326.907,3.93995,300,0,0,42,0,0,0,0,0),(78987,22974,530,1,1,0,0,-3632.6,3449.07,342.064,0.654692,300,0,0,42,0,0,0,0,0),(78988,22974,530,1,1,0,0,-3644.78,3450.83,338.086,3.91963,300,0,0,42,0,0,0,0,0),(78989,22974,530,1,1,0,0,-3580.15,3428.69,342.511,2.78366,300,0,0,42,0,0,0,0,0),(78990,22974,530,1,1,0,0,-3587.05,3432.22,340.086,2.49455,300,0,0,42,0,0,0,0,0),(78991,22974,530,1,1,0,0,-3618.22,3474.89,326.782,0.911336,300,0,0,42,0,0,0,0,0),(78992,22974,530,1,1,0,0,-3659.62,3404,346.928,6.18092,300,0,0,42,0,0,0,0,0),(78993,22974,530,1,1,0,0,-3664.26,3420.83,328.538,4.63692,300,0,0,42,0,0,0,0,0),(78994,22974,530,1,1,0,0,-3656.76,3438.15,326.538,3.68119,300,0,0,42,0,0,0,0,0),(78996,22974,530,1,1,0,0,-3521.39,3649.95,333.697,2.83029,300,0,0,42,0,0,0,0,0),(78998,22980,530,1,1,0,1,-3387.62,3637.36,315.568,6.01105,300,5,0,6986,0,1,0,0,0),(78999,22980,530,1,1,0,1,-3395.91,3636.48,315.321,0.389707,300,5,0,6986,0,1,0,0,0),(79000,22980,530,1,1,0,1,-3405.7,3633.15,314.427,0.546269,300,5,0,6986,0,1,0,0,0),(79004,22982,530,1,1,0,1,-3365.06,3656.2,284.633,1.51544,300,5,0,6986,0,1,0,0,0),(79005,22982,530,1,1,0,1,-3355.3,3649.52,284.865,2.93215,300,5,0,6986,0,1,0,0,0),(79006,22986,530,1,1,0,0,-3466.94,3487.49,286.668,3.24631,300,0,0,41,60,0,0,0,0),(79007,22987,530,1,1,0,0,-3370.71,3600.39,277.908,3.1765,300,5,0,6761,0,1,0,0,0),(79008,22987,530,1,1,0,0,-3371.65,3654.82,284.865,5.28835,300,5,0,6761,0,1,0,0,0),(79009,22987,530,1,1,0,0,-3368.78,3657.31,284.865,5.21853,300,5,0,6761,0,1,0,0,0),(79010,22987,530,1,1,0,0,-3374.52,3644.16,284.801,3.74927,300,5,0,6761,0,1,0,0,0),(79011,22987,530,1,1,0,0,-1845.87,5294.38,-12.3448,0.733038,300,0,0,6761,0,0,0,0,0),(79012,23016,530,1,1,0,1,-3372.03,3647.17,284.618,4.25872,300,0,0,6986,0,0,0,0,0),(79013,23038,530,1,1,0,1,-3408.26,3622.71,278.075,5.79449,300,0,0,6986,0,0,0,0,0),(79014,23042,530,1,1,0,0,-3407.59,3624.57,278.075,4.55531,300,0,0,6986,0,0,0,0,0),(79015,23048,530,1,1,0,1,-3401.09,3597.87,277.412,0.244346,300,0,0,6986,0,0,0,0,0),(79017,23051,530,1,1,0,0,-3712.47,3449.82,329.528,4.86096,300,0,0,6986,0,2,0,0,0),(79016,23051,530,1,1,0,0,-3689.09,3491.28,321.928,1.20607,300,8,0,6986,0,1,0,0,0),(79019,23219,530,1,1,0,0,-3583.43,3482.01,286.535,3.30835,300,5,0,6761,0,1,0,0,0),(79020,23219,530,1,1,0,0,-3607.32,3445.24,298.612,2.93425,300,5,0,6761,0,1,0,0,0),(79021,23257,530,1,1,0,1,-3346.84,3581.02,272.559,3.56047,300,0,0,43086,0,0,0,0,0),(79022,23257,530,1,1,0,1,-3363.48,3577.21,275.316,4.34587,300,0,0,43086,0,0,0,0,0),(79023,23257,530,1,1,0,1,-3378.51,3585.33,276.18,2.3911,300,0,0,43086,0,0,0,0,0),(79024,23257,530,1,1,0,1,-3399.24,3580.59,276.738,4.50295,300,0,0,43086,0,0,0,0,0),(79025,23257,530,1,1,0,1,-3383.93,3579.17,276.223,1.64061,300,0,0,43086,0,0,0,0,0),(79026,23257,530,1,1,0,1,-3399.93,3583.59,276.743,3.52301,300,0,0,43086,0,0,0,0,0),(79027,23257,530,1,1,0,1,-3402.1,3622.76,278.664,5.44543,300,0,0,43086,0,0,0,0,0),(79028,23257,530,1,1,0,1,-3407.29,3617.65,278.095,5.68977,300,0,0,43086,0,0,0,0,0),(79029,23273,530,1,1,0,0,-2027.23,5340.45,-9.26762,0.767945,300,0,0,3984,2434,0,0,0,0),(79030,23306,530,1,1,0,0,-3410.85,3614.86,278.234,1.309,300,0,0,6986,0,0,0,0,0),(79031,23367,530,1,1,0,1,-3384.47,3611.3,276.071,4.5204,300,0,0,6986,0,0,0,0,0),(79032,23415,530,1,1,0,1,-3369.23,3654.53,284.865,5.41052,300,0,0,6986,0,0,0,0,0),(79033,23449,530,1,1,0,1,-1842.58,5294.96,-12.3448,1.16937,300,0,0,6986,0,0,0,0,0),(79034,23483,530,1,1,0,0,-2028.48,5344.03,-7.99053,0.523599,300,0,0,6986,0,0,0,0,0),(79035,1707,34,1,1,0,1,82.3245,-10.6106,-26.4396,0.371108,86400,0,0,1815,0,0,0,0,0),(79036,1706,34,1,1,0,1,110.986,-29.1003,-26.4396,4.23787,86400,5,0,1815,0,1,0,0,0),(79037,1715,34,1,1,0,1,77.8325,-88.7943,-33.8562,1.87365,86400,5,0,1953,0,1,0,0,0),(79038,1715,34,1,1,0,1,128.395,-36.2513,-33.9396,3.46348,86400,5,0,1953,0,1,0,0,0),(79039,1711,34,1,1,0,1,70.595,-83.9379,-33.8562,4.83093,86400,5,0,1815,0,1,0,0,0),(79040,1715,34,1,1,0,1,99.3863,-37.6553,-34.7729,5.84427,86400,5,0,1953,0,1,0,0,0),(79041,1708,34,1,1,0,1,117.7,-45.8883,-34.7729,2.96333,86400,5,0,1815,0,1,0,0,0),(79042,1707,34,1,1,0,1,110.662,-0.797785,-25.5229,0.30335,86400,0,0,1815,0,0,0,0,0),(79043,1706,34,1,1,0,1,88.573,-15.4623,-26.4396,4.33564,86400,0,0,1815,0,0,0,0,0),(79044,1707,34,1,1,0,1,87.736,-28.9658,-26.4396,1.5708,86400,0,0,1815,0,0,0,0,0),(79045,1707,34,1,1,0,1,102.687,-28.8744,-26.4396,6.02139,86400,5,0,1815,0,1,0,0,0),(79046,1706,34,1,1,0,1,81.5075,-2.03578,-25.5229,2.77507,86400,0,0,1815,0,0,0,0,0),(79047,1711,34,1,1,0,1,111.721,-41.2636,-34.7729,2.05949,86400,5,0,1815,0,1,0,0,0),(79048,1706,34,1,1,0,1,110.512,-14.289,-26.4396,2.07694,86400,5,0,1815,0,1,0,0,0),(79049,1715,34,1,1,0,1,110.796,-65.9973,-34.7729,3.56047,86400,5,0,1953,0,1,0,0,0),(79050,1707,34,1,1,0,1,108.735,21.5291,-26.5229,2.66238,86400,0,0,1815,0,0,0,0,0),(79051,1707,34,1,1,0,1,110.493,42.8924,-34.7729,3.87516,86400,0,0,1815,0,0,0,0,0),(79052,1707,34,1,1,0,1,110.413,30.1479,-26.4396,5.35283,86400,0,0,1815,0,0,0,0,0),(79053,1711,34,1,1,0,1,129.414,21.692,-29.216,1.50148,86400,5,0,1815,0,1,0,0,0),(79054,1708,34,1,1,0,1,76.2288,0.302129,-25.5229,3.49974,86400,0,0,1815,0,0,0,0,0),(79055,1706,34,1,1,0,1,83.9548,30.5974,-26.4396,0.369557,86400,0,0,1815,0,0,0,0,0),(79056,1706,34,1,1,0,1,131.149,3.33946,-25.5229,1.50787,86400,0,0,1815,0,0,0,0,0),(79057,1707,34,1,1,0,1,86.8127,21.0691,-26.4396,4.59022,86400,0,0,1815,0,0,0,0,0),(79058,1708,34,1,1,0,1,128.622,49.0336,-33.8562,4.17134,86400,0,0,1815,0,0,0,0,0),(79059,1707,34,1,1,0,1,80.683,16.7574,-26.4396,2.04204,86400,0,0,1815,0,0,0,0,0),(79060,1707,34,1,1,0,1,131.167,40.9354,-33.8562,1.98968,86400,0,0,1815,0,0,0,0,0),(79061,1708,34,1,1,0,1,105.4,70.095,-34.7729,2.75762,86400,5,0,1815,0,1,0,0,0),(79062,1707,34,1,1,0,1,140.338,3.08356,-25.5229,5.99824,86400,5,0,1815,0,1,0,0,0),(79063,1711,34,1,1,0,1,129.687,-47.4302,-33.8562,3.40339,86400,5,0,1815,0,1,0,0,0),(79064,1706,34,1,1,0,1,93.4684,3.03369,-25.5229,3.50811,86400,0,0,1815,0,0,0,0,0),(79065,1707,34,1,1,0,1,103.24,12.9131,-26.4396,1.16937,86400,0,0,1815,0,0,0,0,0),(79066,1708,34,1,1,0,1,100.916,53.2517,-34.7729,2.70526,86400,5,0,1815,0,1,0,0,0),(79067,1708,34,1,1,0,1,100.564,44.3137,-34.7729,2.30383,86400,5,0,1815,0,1,0,0,0),(79068,1706,34,1,1,0,1,127.145,-1.40234,-25.5229,2.26893,86400,0,0,1815,0,0,0,0,0),(79069,1708,34,1,1,0,1,123.368,-61.7398,-33.8562,3.01942,86400,5,0,1815,0,1,0,0,0),(79070,1711,34,1,1,0,1,94.8542,-60.1856,-34.7729,2.61799,86400,5,0,1815,0,1,0,0,0),(79071,1711,34,1,1,0,1,66.9717,-90.2606,-33.8562,5.39307,86400,5,0,1815,0,1,0,0,0),(79072,1708,34,1,1,0,1,96.4198,-54.7564,-34.7729,2.51327,86400,5,0,1815,0,1,0,0,0),(79073,1707,34,1,1,0,1,115.026,46.7235,-34.7729,4.31096,86400,5,0,1815,0,1,0,0,0),(79074,1711,34,1,1,0,1,104.11,-55.8138,-34.7729,4.83456,86400,5,0,1815,0,1,0,0,0),(79075,1711,34,1,1,0,1,124.704,-70.8525,-33.9396,4.719,86400,5,0,1815,0,1,0,0,0),(79076,1708,34,1,1,0,1,82.6119,-94.8407,-33.8562,5.54853,86400,5,0,1815,0,1,0,0,0),(79077,1715,34,1,1,0,1,146.893,-42.7851,-34.8562,3.56855,86400,5,0,1953,0,1,0,0,0),(79078,1711,34,1,1,0,1,138.566,-48.0856,-34.7729,0.529011,86400,5,0,1815,0,1,0,0,0),(79079,1708,34,1,1,0,1,121.623,74.722,-34.7729,0.645772,86400,5,0,1815,0,1,0,0,0),(79080,1708,34,1,1,0,1,108.453,82.4015,-34.8562,1.40505,86400,5,0,1815,0,1,0,0,0),(79081,1707,34,1,1,0,1,153.705,3.6997,-25.6062,5.67859,86400,5,0,1815,0,1,0,0,0),(79082,1708,34,1,1,0,1,145.489,43.3674,-34.7729,4.00042,86400,0,0,1815,0,0,0,0,0),(79083,1706,34,1,1,0,1,150.993,39.1095,-34.7729,2.50405,86400,5,0,1815,0,1,0,0,0),(79084,1708,34,1,1,0,1,114.613,-86.3965,-33.9396,5.65375,86400,5,0,1815,0,1,0,0,0),(79085,1715,34,1,1,0,1,140.158,-64.5333,-34.7729,5.99149,86400,5,0,1953,0,1,0,0,0),(79086,1706,34,1,1,0,1,165.944,1.0911,-25.6062,2.88702,86400,5,0,1815,0,1,0,0,0),(79087,1707,34,1,1,0,1,134.054,70.9823,-33.8562,6.04937,86400,5,0,1815,0,1,0,0,0),(79088,1666,34,1,1,0,1,142.644,-71.8536,-34.8562,4.49228,86400,0,0,2097,0,0,0,0,0),(79089,1711,34,1,1,0,1,155.148,-52.0394,-34.8562,3.07747,86400,5,0,1815,0,1,0,0,0),(79090,1720,34,1,1,0,0,160.051,45.709,-34.7729,3.36848,86400,0,0,2097,0,0,0,0,0),(79091,1708,34,1,1,0,1,159.931,39.9643,-34.8562,0.52169,86400,0,0,1815,0,0,0,0,0),(79092,1708,34,1,1,0,1,151.641,60.1077,-34.7729,2.38636,86400,0,0,1815,0,0,0,0,0),(79093,1707,34,1,1,0,1,148.353,65.0762,-34.7729,5.40655,86400,5,0,1815,0,1,0,0,0),(79094,1708,34,1,1,0,1,161.133,54.0252,-34.8562,4.38428,86400,5,0,1815,0,1,0,0,0),(79095,1708,34,1,1,0,1,141.995,84.1125,-33.9396,3.0374,86400,5,0,1815,0,1,0,0,0),(79096,1706,34,1,1,0,1,162.726,59.1677,-34.8562,4.46164,86400,5,0,1815,0,1,0,0,0),(79097,1708,34,1,1,0,1,152.804,-69.5129,-34.7729,4.67092,86400,5,0,1815,0,1,0,0,0),(79098,1717,34,1,1,0,1,105.523,-105.795,-35.1062,1.09956,86400,0,0,1830,655,0,0,0,0),(79099,1715,34,1,1,0,1,95.4846,-105.947,-35.1062,0.663225,86400,0,0,1953,0,0,0,0,0),(79100,1708,34,1,1,0,1,150.261,-76.7672,-34.8562,2.28934,86400,5,0,1815,0,1,0,0,0),(79101,1715,34,1,1,0,1,109.097,-114.239,-35.1062,1.43117,86400,0,0,1953,0,0,0,0,0),(79102,1707,34,1,1,0,1,148.538,103.18,-35.1896,4.52629,86400,5,0,1815,0,1,0,0,0),(79103,1708,34,1,1,0,1,171.119,93.3214,-33.8562,4.20114,86400,0,0,1815,0,0,0,0,0),(79104,1708,34,1,1,0,1,155.673,99.6374,-35.1896,4.85931,86400,5,0,1815,0,1,0,0,0),(79105,1708,34,1,1,0,1,123.941,119.574,-33.8562,3.60874,86400,5,0,1815,0,1,0,0,0),(79106,1708,34,1,1,0,1,129.951,122.361,-33.8562,1.54336,86400,0,0,1815,0,0,0,0,0),(79107,1707,34,1,1,0,1,147.452,111.814,-35.1896,3.40928,86400,5,0,1815,0,1,0,0,0),(79108,1708,34,1,1,0,1,156.316,109.516,-35.1896,2.99417,86400,0,0,1815,0,0,0,0,0),(79109,1708,34,1,1,0,1,189.206,87.3162,-33.8562,0.762264,86400,0,0,1815,0,0,0,0,0),(79110,1708,34,1,1,0,1,182.74,95.2994,-33.8562,1.40045,86400,0,0,1815,0,0,0,0,0),(79111,1706,34,1,1,0,1,186.274,86.9216,-33.8562,3.42742,86400,0,0,1815,0,0,0,0,0),(79112,1707,34,1,1,0,1,192.771,91.34,-33.8562,5.44344,86400,0,0,1815,0,0,0,0,0),(79113,1708,34,1,1,0,1,119.78,128.785,-33.9396,6.2394,86400,0,0,1815,0,0,0,0,0),(79114,1708,34,1,1,0,1,161.07,129.292,-33.8562,4.39901,86400,0,0,1815,0,0,0,0,0),(79115,1706,34,1,1,0,1,167.363,127.883,-33.8562,0.959931,86400,0,0,1815,0,0,0,0,0),(79116,1663,34,1,1,0,1,166.789,134.787,-33.9396,1.78929,86400,0,0,2097,0,0,0,0,0),(79117,1708,34,1,1,0,1,171.059,142.025,-33.9396,4.49541,86400,0,0,1815,0,0,0,0,0),(79118,1708,34,1,1,0,1,168.987,147.931,-33.9396,1.38903,86400,0,0,1815,0,0,0,0,0),(79119,1708,34,1,1,0,1,176.087,142.688,-33.8562,2.28023,86400,0,0,1815,0,0,0,0,0),(79120,1711,34,1,1,0,1,126.276,-116.828,-33.9396,2.39055,86400,0,0,1815,0,0,0,0,0),(79121,1715,34,1,1,0,1,132.264,-123.557,-33.9396,2.95052,86400,0,0,1953,0,0,0,0,0),(79122,1708,34,1,1,0,1,141.424,-120.264,-33.9396,1.87443,86400,0,0,1815,0,0,0,0,0),(79123,1708,34,1,1,0,1,139.681,-128.899,-33.8562,2.90953,86400,0,0,1815,0,0,0,0,0),(79124,1716,34,1,1,0,1,89.5518,-136.922,-33.9396,5.00727,86400,0,0,2097,0,0,0,0,0),(79125,1715,34,1,1,0,1,91.7954,-126.047,-33.9396,4.01449,86400,0,0,1953,0,0,0,0,0),(79126,1711,34,1,1,0,1,95.3684,-128.729,-33.9396,2.07435,86400,0,0,1815,0,0,0,0,0),(79127,598,36,1,1,0,1,-50.2651,-401.198,55.6811,5.51524,86400,0,0,386,0,0,0,0,0),(79128,598,36,1,1,0,1,-73.1336,-407.03,54.9728,2.56563,86400,0,0,386,0,0,0,0,0),(79129,598,36,1,1,0,1,-104.389,-426.736,55.9882,1.09956,86400,5,0,386,0,1,0,0,0),(79130,4416,36,1,1,0,1,-87.4821,-404.357,59.0401,5.67232,86400,0,0,417,0,0,0,0,0),(79131,598,36,1,1,0,1,-100.262,-430.704,56.005,0.767945,86400,5,0,386,0,1,0,0,0),(79132,4075,36,1,1,0,0,-94.0732,-403.819,57.5726,0.191218,86400,10,0,8,0,1,0,0,0),(79133,598,36,1,1,0,1,-108.016,-403.976,60.0188,4.79965,86400,0,0,386,0,0,0,0,0),(79134,598,36,1,1,0,1,-57.0594,-406.745,55.1336,5.06145,86400,5,0,386,0,1,0,0,0),(79135,598,36,1,1,0,1,-100.509,-372.996,59.22,1.32645,86400,0,0,386,0,0,0,0,0),(79136,598,36,1,1,0,1,-79.0664,-382.136,55.3884,4.64258,86400,0,0,386,0,0,0,0,0),(79137,598,36,1,1,0,1,-72.5348,-370.202,55.6576,1.6057,86400,0,0,386,0,0,0,0,0),(79138,598,36,1,1,0,1,-40.12,-370.386,56.5668,2.35619,86400,0,0,386,0,0,0,0,0),(79139,1729,36,1,1,0,1,-58.9532,-390.73,53.9482,5.2709,86400,0,0,990,1876,0,0,0,0),(79140,598,36,1,1,0,1,-83.0129,-396.353,59.0941,0.087266,86400,0,0,386,0,0,0,0,0),(79141,4075,36,1,1,0,0,-13.3427,-376.707,60.7323,0.994858,86400,10,0,8,0,1,0,0,0),(79142,598,36,1,1,0,1,-70.8896,-395.711,55.8013,3.64774,86400,0,0,386,0,0,0,0,0),(79143,598,36,1,1,0,1,-98.282,-383.228,59.2963,5.58505,86400,0,0,386,0,0,0,0,0),(79144,634,36,1,1,0,1,-55.6462,-376.861,54.2091,0.063403,86400,0,0,1158,0,0,0,0,0),(79145,598,36,1,1,0,1,-66.8609,-364.098,54.8182,2.89725,86400,0,0,386,0,0,0,0,0),(79146,598,36,1,1,0,1,-52.6469,-368.032,55.5931,1.41372,86400,0,0,386,0,0,0,0,0),(76520,17961,547,3,1,0,1,-45.3246,-259.102,-0.837966,3.09142,86400,0,0,12395,2568,2,0,0,0),(79148,598,36,1,1,0,1,-116.78,-411.297,58.8569,5.74213,86400,0,0,386,0,0,0,0,0),(79149,598,36,1,1,0,1,-128.305,-384.093,59.1888,3.10669,86400,0,0,386,0,0,0,0,0),(79418,17961,547,3,1,0,1,-84.6656,-724.307,36.8609,1.76082,86400,0,0,12395,2568,2,0,0,0),(79151,634,36,1,1,0,1,-136.063,-408.245,58.1921,0.224902,86400,0,0,1158,0,0,0,0,0),(79152,634,36,1,1,0,1,-116.45,-406.916,59.5309,0.895679,86400,0,0,1158,0,0,0,0,0),(79153,4075,36,1,1,0,0,-122.287,-414.488,58.311,6.23634,86400,10,0,8,0,1,0,0,0),(79154,598,36,1,1,0,1,-139.803,-399.804,58.4387,1.48353,86400,0,0,386,0,0,0,0,0),(79155,598,36,1,1,0,1,-130.811,-394.411,59.4243,2.47837,86400,0,0,386,0,0,0,0,0),(79156,598,36,1,1,0,1,-139.342,-412.573,58.9302,3.57792,86400,0,0,386,0,0,0,0,0),(79157,598,36,1,1,0,1,-147.793,-407.295,57.7768,4.06662,86400,0,0,386,0,0,0,0,0),(79158,598,36,1,1,0,1,-114.904,-450.414,56.424,0,86400,0,0,386,0,0,0,0,0),(79159,598,36,1,1,0,1,-126.517,-441.77,55.5907,4.06662,86400,0,0,386,0,0,0,0,0),(79160,598,36,1,1,0,1,-153.941,-395.623,57.0007,1.16937,86400,0,0,386,0,0,0,0,0),(79161,598,36,1,1,0,1,-165.125,-403.208,57.3258,5.48033,86400,0,0,386,0,0,0,0,0),(79162,598,36,1,1,0,1,-175.251,-400.119,57.5643,2.49582,86400,0,0,386,0,0,0,0,0),(79163,598,36,1,1,0,1,-169.962,-409.583,57.6959,5.60251,86400,0,0,386,0,0,0,0,0),(79164,598,36,1,1,0,1,-182.302,-410.296,55.6153,2.77507,86400,0,0,386,0,0,0,0,0),(79165,1725,36,1,1,0,1,-183.731,-450.034,54.6475,3.37684,86400,0,0,356,0,0,0,0,0),(79166,4075,36,1,1,0,0,-183.257,-440.667,54.201,5.42284,86400,10,0,8,0,1,0,0,0),(79167,1725,36,1,1,0,1,-202.166,-453.277,54.2891,0.811484,86400,0,0,356,0,0,0,0,0),(79168,644,36,1,1,0,1,-192.915,-448.211,54.4339,1.66886,86400,0,0,4490,0,0,0,0,0),(79169,598,36,1,1,0,1,-176.814,-487.945,54.2515,6.26573,86400,0,0,386,0,0,0,0,0),(79170,634,36,1,1,0,1,-191.73,-483.36,54.0413,2.0461,86400,5,0,1158,0,1,0,0,0),(79171,1729,36,1,1,0,1,-188.074,-486.698,54.044,1.56971,86400,5,0,990,1876,1,0,0,0),(79172,598,36,1,1,0,1,-176.345,-499.359,54.2337,0.890118,86400,5,0,386,0,1,0,0,0),(79173,598,36,1,1,0,1,-219.438,-485.815,49.4967,0.698132,86400,0,0,386,0,0,0,0,0),(79174,598,36,1,1,0,1,-197.438,-490.739,54.0243,3.76991,86400,0,0,386,0,0,0,0,0),(79175,598,36,1,1,0,1,-231.309,-476.99,49.3445,1.06465,86400,0,0,386,0,0,0,0,0),(79176,598,36,1,1,0,1,-207.559,-499.156,51.04,1.02974,86400,0,0,386,0,0,0,0,0),(79177,1729,36,1,1,0,1,-214.703,-506.568,50.8243,4.64998,86400,0,0,990,1876,0,0,0,0),(79178,598,36,1,1,0,1,-233.461,-490.313,49.5979,4.06662,86400,0,0,386,0,0,0,0,0),(79179,598,36,1,1,0,1,-186.472,-506.314,53.3956,4.79965,86400,0,0,386,0,0,0,0,0),(79180,598,36,1,1,0,1,-198.654,-510.057,53.4681,4.99164,86400,5,0,386,0,1,0,0,0),(79181,598,36,1,1,0,1,-222.039,-500.223,49.6132,3.66519,86400,0,0,386,0,0,0,0,0),(79182,598,36,1,1,0,1,-170.745,-509.416,53.7236,4.85202,86400,5,0,386,0,1,0,0,0),(79183,598,36,1,1,0,1,-157.933,-506.575,53.4426,1.02974,86400,0,0,386,0,0,0,0,0),(79184,598,36,1,1,0,1,-206.619,-512.06,51.5749,4.55531,86400,5,0,386,0,1,0,0,0),(79185,598,36,1,1,0,1,-158.652,-513.984,52.7541,4.08407,86400,0,0,386,0,0,0,0,0),(79186,4075,36,1,1,0,0,-195.525,-476.929,54.1321,2.96706,86400,10,0,8,0,1,0,0,0),(79187,598,36,1,1,0,1,-214.18,-516.23,51.4912,5.89921,86400,0,0,386,0,0,0,0,0),(79188,1729,36,1,1,0,1,-93.0234,-400.3,58.0467,3.03687,86400,0,0,990,1876,0,0,0,0),(79189,634,36,1,1,0,1,-94.3284,-402.581,57.4746,0.820305,86400,0,0,1158,0,0,0,0,0),(79190,598,36,1,1,0,1,-159.594,-529.266,52.2688,3.24631,86400,0,0,386,0,0,0,0,0),(79191,598,36,1,1,0,1,-149.5,-519.485,53.0869,0.10472,86400,0,0,386,0,0,0,0,0),(79192,641,36,1,1,0,1,-277.256,-494.085,49.5858,0.436332,86400,0,0,1251,0,0,0,0,0),(79193,641,36,1,1,0,1,-284.672,-480.893,49.2836,4.01426,86400,0,0,1251,0,0,0,0,0),(79194,598,36,1,1,0,1,-146.345,-528.773,52.1728,0.366519,86400,5,0,386,0,1,0,0,0),(79195,641,36,1,1,0,1,-285.507,-489.11,50.0757,1.3742,86400,5,0,1251,0,1,0,0,0),(79196,622,36,1,1,0,1,-193.104,-550.659,19.3065,4.45445,86400,5,0,1251,0,1,0,0,0),(79197,1731,36,1,1,0,1,-213.95,-548.452,19.3065,1.22022,86400,5,0,1251,0,1,0,0,0),(79198,622,36,1,1,0,1,-207.954,-546.822,19.3065,1.66173,86400,5,0,1251,0,1,0,0,0),(79199,1731,36,1,1,0,1,-182.394,-567.021,51.0262,3.21455,86400,5,0,1251,0,1,0,0,0),(79200,1731,36,1,1,0,1,-183.209,-564.577,51.2296,0.113424,86400,5,0,1251,0,1,0,0,0),(79201,1731,36,1,1,0,1,-186.878,-553.565,19.3065,3.02864,86400,5,0,1251,0,1,0,0,0),(79202,641,36,1,1,0,1,-270.228,-523.864,49.9504,0.296706,86400,0,0,1251,0,0,0,0,0),(79203,1731,36,1,1,0,1,-209.573,-568.15,20.9768,2.94235,86400,5,0,1251,0,1,0,0,0),(79204,1731,36,1,1,0,1,-178.397,-565.429,19.3065,2.53463,86400,5,0,1251,0,1,0,0,0),(79205,1731,36,1,1,0,1,-226.034,-555.927,19.3065,0.854289,86400,5,0,1251,0,1,0,0,0),(79206,1763,36,1,1,0,1,-177.362,-574.458,19.3113,0.092073,86400,0,0,2904,0,0,0,0,0),(79207,641,36,1,1,0,1,-281.279,-502.013,49.3831,1.4796,86400,5,0,1251,0,1,0,0,0),(79208,622,36,1,1,0,1,-226.113,-563.705,19.3065,2.36988,86400,5,0,1251,0,1,0,0,0),(79209,622,36,1,1,0,1,-194.589,-586.258,20.9768,5.51389,86400,5,0,1251,0,1,0,0,0),(79210,4416,36,1,1,0,1,-139.828,-569.442,19.7906,1.39626,86400,0,0,417,0,0,0,0,0),(79211,1731,36,1,1,0,1,-178.319,-581.496,19.3112,2.21882,86400,5,0,1251,0,1,0,0,0),(79212,622,36,1,1,0,1,-207.48,-585.729,20.9768,0.872041,86400,5,0,1251,0,1,0,0,0),(79213,622,36,1,1,0,1,-232.502,-569.785,19.3065,1.08319,86400,5,0,1251,0,1,0,0,0),(79214,4417,36,1,1,0,1,-149.151,-580.585,19.3131,3.12269,86400,5,0,1251,0,1,0,0,0),(79215,4416,36,1,1,0,1,-131.691,-578.845,18.6522,0.314159,86400,0,0,417,0,0,0,0,0),(79216,4416,36,1,1,0,1,-152.997,-590.709,19.0535,4.81711,86400,0,0,417,0,0,0,0,0),(79217,1731,36,1,1,0,1,-188.734,-600.466,36.5784,5.17014,86400,5,0,1251,0,1,0,0,0),(79218,1731,36,1,1,0,1,-234.991,-575.816,19.3065,1.36211,86400,5,0,1251,0,1,0,0,0),(79219,641,36,1,1,0,1,-263.514,-571.289,51.0459,2.60054,86400,0,0,1251,0,0,0,0,0),(79220,641,36,1,1,0,1,-291.981,-477.763,49.2735,3.01942,86400,0,0,1251,0,0,0,0,0),(79221,641,36,1,1,0,1,-284.815,-518.513,48.5385,4.5204,86400,0,0,1251,0,0,0,0,0),(79222,641,36,1,1,0,1,-294.264,-506.217,49.2678,5.69011,86400,0,0,1251,0,0,0,0,0),(79223,642,36,1,1,0,0,-289.453,-513.009,49.6785,3.78367,86400,0,0,3872,0,2,0,0,0),(79224,641,36,1,1,0,1,-283.229,-560.001,49.514,0.034907,86400,0,0,1251,0,0,0,0,0),(79225,4416,36,1,1,0,1,-275.491,-574.469,50.5192,2.49582,86400,0,0,417,0,0,0,0,0),(79226,4416,36,1,1,0,1,-259.328,-587.667,51.0296,3.80482,86400,0,0,417,0,0,0,0,0),(79227,641,36,1,1,0,1,-295.528,-530.023,49.3874,5.50756,86400,0,0,1251,0,0,0,0,0),(79228,4075,36,1,1,0,0,-274.531,-578.467,50.2194,5.87235,86400,10,0,8,0,1,0,0,0),(79229,4418,36,1,1,0,1,-272.331,-583.156,50.1907,0.925193,86400,5,0,1062,2040,1,0,0,0),(79230,4417,36,1,1,0,1,-272.512,-582.382,49.9988,0.681518,86400,5,0,1251,0,1,0,0,0),(79231,641,36,1,1,0,1,-308.87,-485.281,49.802,1.6057,86400,0,0,1251,0,0,0,0,0),(79232,4416,36,1,1,0,1,-297.79,-567.185,50.0666,3.07178,86400,0,0,417,0,0,0,0,0),(79233,4417,36,1,1,0,1,-263.805,-578.193,50.5558,6.26195,86400,5,0,1251,0,1,0,0,0),(79234,4416,36,1,1,0,1,-287.618,-576.586,49.2788,5.46288,86400,0,0,417,0,0,0,0,0),(79235,4416,36,1,1,0,1,-294.312,-584.521,49.7644,5.61996,86400,0,0,417,0,0,0,0,0),(79236,4416,36,1,1,0,1,-305.659,-579.786,48.8363,2.35619,86400,0,0,417,0,0,0,0,0),(79237,4416,36,1,1,0,1,-313.123,-592.62,48.5652,3.14159,86400,0,0,417,0,0,0,0,0),(79238,4416,36,1,1,0,1,-272.938,-589.211,50.9034,5.8294,86400,0,0,417,0,0,0,0,0),(79239,4416,36,1,1,0,1,-280.811,-588.13,51.0407,2.37365,86400,0,0,417,0,0,0,0,0),(79240,4416,36,1,1,0,1,-281.691,-601.383,50.8434,5.06145,86400,0,0,417,0,0,0,0,0),(79241,641,36,1,1,0,1,-292.775,-608.236,47.7036,5.37561,86400,0,0,1251,0,0,0,0,0),(79242,1731,36,1,1,0,1,-208.324,-606.89,28.3691,3.16188,86400,5,0,1251,0,1,0,0,0),(79243,1731,36,1,1,0,1,-203.274,-602.657,30.3561,3.56974,86400,5,0,1251,0,1,0,0,0),(79244,634,36,1,1,0,1,-205.348,-504.892,52.0981,3.31299,86400,0,0,1158,0,0,0,0,0),(79245,1729,36,1,1,0,1,-203.187,-506.547,52.3841,3.31298,86400,0,0,990,1876,0,0,0,0),(79372,17961,547,3,1,0,1,-227.724,-365.283,3.03565,2.49482,86400,0,0,12395,2568,2,0,0,0),(79247,1731,36,1,1,0,1,-198.926,-603.779,19.3022,5.74754,86400,0,0,1251,0,0,0,0,0),(79248,4416,36,1,1,0,1,-138.003,-602.398,16.1097,3.03687,86400,0,0,417,0,0,0,0,0),(79249,4416,36,1,1,0,1,-135.128,-593.666,17.8968,3.29867,86400,0,0,417,0,0,0,0,0),(79250,4416,36,1,1,0,1,-138.051,-613.235,15.3036,3.38594,86400,0,0,417,0,0,0,0,0),(79251,4416,36,1,1,0,1,-127.414,-607.545,15.174,0.15708,86400,0,0,417,0,0,0,0,0),(79252,4416,36,1,1,0,1,-126.252,-596.364,17.8088,6.24828,86400,0,0,417,0,0,0,0,0),(79253,4416,36,1,1,0,1,-137.649,-622.887,15.0423,2.98451,86400,0,0,417,0,0,0,0,0),(79254,4075,36,1,1,0,0,-137.611,-627.141,14.8801,1.50113,86400,10,0,8,0,1,0,0,0),(79255,4416,36,1,1,0,1,-106.13,-613.612,14.3938,1.6057,86400,0,0,417,0,0,0,0,0),(79256,4416,36,1,1,0,1,-115.187,-621.201,14.1127,4.93928,86400,0,0,417,0,0,0,0,0),(79257,4416,36,1,1,0,1,-104.417,-620.566,14.5019,5.0091,86400,0,0,417,0,0,0,0,0),(79258,4416,36,1,1,0,1,-132.504,-637.781,14.3308,4.46804,86400,0,0,417,0,0,0,0,0),(79259,4416,36,1,1,0,1,-118.393,-635.202,12.197,0.785398,86400,0,0,417,0,0,0,0,0),(79260,4418,36,1,1,0,1,-119.498,-639.309,11.4469,2.66136,86400,5,0,1062,2040,1,0,0,0),(79261,4416,36,1,1,0,1,-115.421,-651.487,8.16425,3.57792,86400,0,0,417,0,0,0,0,0),(79262,3947,36,1,1,0,1,-188.781,-702.69,8.85784,2.06811,86400,5,0,1212,456,1,0,0,0),(134005,100,0,1,1,0,1,-9945.86,620.999,37.2259,4.03808,7200,10,0,247,0,1,0,0,0),(134004,100,0,1,1,0,1,-9981.18,566.13,37.6634,1.37087,7200,10,0,247,0,1,0,0,0),(134003,100,0,1,1,0,1,-10067.1,629.856,39.2659,0.67265,7200,10,0,247,0,1,0,0,0),(134002,472,0,1,1,0,1,-8839.13,-863.772,75.6382,4.52817,7200,5,0,247,0,1,0,0,0),(134001,472,0,1,1,0,1,-8855.48,-822.622,71.5874,0.598824,7200,5,0,247,0,1,0,0,0),(134000,472,0,1,1,0,1,-8886.04,-771.985,69.2205,4.98213,7200,5,0,247,0,1,0,0,0),(79271,4416,36,1,1,0,1,-104.376,-640.789,8.76665,0.733038,86400,0,0,417,0,0,0,0,0),(79273,634,36,1,1,0,1,-187.714,-491.858,53.7952,4.84823,86400,5,0,1158,0,1,0,0,0),(52367,17963,547,3,1,0,0,-89.1755,-91.5341,-2.22339,6.07375,86400,0,0,1,0,0,0,0,0),(79375,17961,547,3,1,0,1,-226.913,-394.971,3.03554,3.71478,86400,0,0,12395,2568,2,0,0,0),(79276,4075,36,1,1,0,0,-121.662,-435.93,54.643,4.30604,86400,10,0,8,0,1,0,0,0),(79277,1729,36,1,1,0,1,-146.777,-399.16,57.259,0.099881,86400,5,0,990,1876,1,0,0,0),(134515,8976,0,1,1,0,0,-8203.09,-922.076,133.28,0.964897,151200,5,0,12210,4868,2,0,0,0),(133933,15990,533,3,1,15945,0,3749.68,-5114.06,142.115,2.93215,604800,0,0,5229375,2554800,0,0,0,0),(79280,634,36,1,1,0,1,-194.663,-503.042,53.2529,3.31299,86400,5,0,1158,0,1,0,0,0),(79281,1729,36,1,1,0,1,-195.271,-505.177,53.1259,3.31299,86400,5,0,990,1876,1,0,0,0),(133932,15989,533,3,1,16033,0,3522.39,-5236.78,137.709,4.50295,604800,0,0,4183500,0,0,0,0,0),(79283,4417,36,1,1,0,1,-239.833,-578.879,51.1657,6.24575,86400,5,0,1251,0,1,0,0,0),(79284,4418,36,1,1,0,1,-229.584,-578.362,51.2588,1.44671,86400,5,0,1062,2040,1,0,0,0),(79285,4417,36,1,1,0,1,-228.095,-576.564,51.2145,2.12069,86400,5,0,1251,0,1,0,0,0),(79286,3947,36,1,1,0,1,-121.645,-698.163,8.68659,4.4315,86400,5,0,1212,456,1,0,0,0),(79287,3947,36,1,1,0,1,-123.156,-681.324,10.5616,5.09576,86400,5,0,1212,456,1,0,0,0),(79292,657,36,1,1,0,1,-95.1414,-722.4,8.48278,5.50703,86400,5,0,1347,0,1,0,0,0),(79293,3947,36,1,1,0,1,-49.5123,-685.08,3.89985,3.17298,86400,5,0,1212,456,1,0,0,0),(79294,1732,36,1,1,0,1,-96.6361,-709.373,8.81989,1.44085,86400,5,0,1137,2236,1,0,0,0),(79296,634,36,1,1,0,1,-130.776,-605.473,15.2352,5.44543,86400,0,0,1158,0,0,0,0,0),(79297,657,36,1,1,0,1,-79.9682,-729.441,8.94915,6.16024,86400,5,0,1347,0,1,0,0,0),(79298,3947,36,1,1,0,1,-34.375,-692.709,4.52485,4.69944,86400,5,0,1212,456,1,0,0,0),(79299,1732,36,1,1,0,1,-50.1355,-723.342,9.07696,1.48353,86400,5,0,1137,2236,1,0,0,0),(79300,657,36,1,1,0,1,-31.3801,-727.911,8.47387,2.96909,86400,5,0,1347,0,1,0,0,0),(79301,1732,36,1,1,0,1,-42.2427,-732.088,9.04105,4.52774,86400,0,0,1137,2236,0,0,0,0),(79302,1732,36,1,1,0,1,-60.2403,-731.372,8.81632,2.51001,86400,0,0,1137,2236,0,0,0,0),(79303,3947,36,1,1,0,1,-140.013,-762.128,4.58898,2.42708,86400,5,0,1212,456,1,0,0,0),(79304,3947,36,1,1,0,1,-123.739,-788.672,17.3131,5.22666,86400,5,0,1212,456,1,0,0,0),(79305,657,36,1,1,0,1,-79.6583,-782.438,17.3884,0.686417,86400,0,0,1347,0,0,0,0,0),(79306,1732,36,1,1,0,1,-22.5682,-736.14,8.63019,1.42668,86400,0,0,1137,2236,0,0,0,0),(79307,657,36,1,1,0,1,-74.8631,-783.376,26.2465,2.98393,86400,0,0,1347,0,0,0,0,0),(79308,657,36,1,1,0,1,-99.9396,-778.266,22.3395,5.88379,86400,5,0,1347,0,1,0,0,0),(79309,3947,36,1,1,0,1,-79.5762,-788.13,38.823,2.92716,86400,0,0,1212,456,0,0,0,0),(79310,1732,36,1,1,0,1,-83.5081,-776.182,26.7952,5.57936,86400,0,0,1137,2236,0,0,0,0),(79311,657,36,1,1,0,1,-131.098,-789.196,17.4008,2.26836,86400,5,0,1347,0,1,0,0,0),(79312,3947,36,1,1,0,1,-132.915,-766.251,3.86817,1.59329,86400,5,0,1212,456,1,0,0,0),(79313,1732,36,1,1,0,1,-57.0502,-782.479,18.0147,2.13404,86400,0,0,1137,2236,0,0,0,0),(79314,3947,36,1,1,0,1,-94.1737,-787.372,17.1116,0.542439,86400,5,0,1212,456,1,0,0,0),(79315,3947,36,1,1,0,1,-83.4978,-791.166,25.8501,2.49507,86400,0,0,1212,456,0,0,0,0),(79316,657,36,1,1,0,1,-15.0055,-724.655,7.91381,3.36236,86400,0,0,1347,0,0,0,0,0),(79319,3947,36,1,1,0,1,-97.6529,-805.56,30.683,5.10199,86400,5,0,1212,456,1,0,0,0),(79320,3947,36,1,1,0,1,-122.837,-806.022,16.8947,2.01555,86400,5,0,1212,456,1,0,0,0),(79321,657,36,1,1,0,1,-65.9172,-794.401,39.4002,3.9576,86400,0,0,1347,0,0,0,0,0),(79322,1732,36,1,1,0,1,-111.494,-795.161,16.917,5.26124,86400,5,0,1137,2236,1,0,0,0),(79323,657,36,1,1,0,1,-41.5834,-788.566,18.7949,4.86947,86400,0,0,1347,0,0,0,0,0),(79324,657,36,1,1,0,1,-9.25067,-740.91,8.91751,5.75106,86400,0,0,1347,0,0,0,0,0),(79325,3947,36,1,1,0,1,-45.3096,-787.028,18.452,5.4415,86400,0,0,1212,456,0,0,0,0),(79326,1732,36,1,1,0,1,-106.433,-793.287,28.1631,2.29205,86400,5,0,1137,2236,1,0,0,0),(79327,1732,36,1,1,0,1,-78.3783,-796.849,38.3719,2.56158,86400,0,0,1137,2236,0,0,0,0),(79328,657,36,1,1,0,1,-52.9977,-791.268,38.6091,0.738249,86400,5,0,1347,0,1,0,0,0),(79329,1732,36,1,1,0,1,-40.2788,-797.973,39.3257,0.914945,86400,5,0,1137,2236,1,0,0,0),(79330,657,36,1,1,0,1,-28.8178,-795.674,19.3963,6.02139,86400,0,0,1347,0,0,0,0,0),(79331,4075,36,1,1,0,0,-134.399,-792.648,17.47,2.70032,86400,10,0,8,0,1,0,0,0),(79333,647,36,1,1,0,1,-59.62,-820.132,41.6134,1.23189,86400,0,0,2904,0,2,0,0,0),(79334,657,36,1,1,0,1,-67.6401,-809.496,40.8694,3.10425,86400,5,0,1347,0,1,0,0,0),(79335,1732,36,1,1,0,1,-67.9707,-806.653,40.8301,3.10443,86400,5,0,1137,2236,1,0,0,0),(79336,639,36,1,1,0,1,-87.369,-819.895,39.3004,0,86400,0,0,3872,0,0,0,0,0),(79337,646,36,1,1,0,1,-22.8471,-797.283,20.3745,1.0472,86400,0,0,3872,0,0,0,0,0),(79338,1732,36,1,1,0,1,-21.874,-802.941,19.7633,1.72788,86400,0,0,1137,2236,0,0,0,0),(52366,17964,547,3,1,0,0,-54.2919,-248.085,-3.69153,1.97222,86400,0,0,1,0,0,0,0,0),(79340,657,36,1,1,0,1,-20.9408,-835.917,19.6528,2.05681,86400,5,0,1347,0,1,0,0,0),(79341,657,36,1,1,0,1,-19.0468,-830.344,19.7522,4.01444,86400,5,0,1347,0,1,0,0,0),(79343,657,36,1,1,0,1,-30.3766,-843.213,19.1693,5.61834,86400,5,0,1347,0,1,0,0,0),(79344,645,36,1,1,0,1,-67.5844,-853.749,17.075,4.92527,86400,0,0,2904,0,2,0,0,0),(79345,636,36,1,1,0,1,-3.98715,-777.068,9.86787,0.991293,86400,0,0,1347,0,0,0,0,0),(79346,636,36,1,1,0,1,0.077364,-781.616,9.97179,1.39409,86400,0,0,1347,0,0,0,0,0),(79347,3947,36,1,1,0,1,-43.2699,-852.248,18.5989,1.28568,86400,5,0,1212,456,1,0,0,0),(79348,657,36,1,1,0,1,-89.5684,-854.834,17.2142,5.22399,86400,5,0,1347,0,1,0,0,0),(79349,657,36,1,1,0,1,-85.9117,-856.569,17.2837,3.16079,86400,5,0,1347,0,1,0,0,0),(79351,1732,36,1,1,0,1,-103.033,-847.702,17.0292,5.40776,86400,5,0,1137,2236,1,0,0,0),(79352,1732,36,1,1,0,1,-117.719,-837.953,16.9124,3.21479,86400,5,0,1137,2236,1,0,0,0),(79353,3947,36,1,1,0,1,-122.586,-823.971,16.9447,3.7869,86400,5,0,1212,456,1,0,0,0),(79354,1732,36,1,1,0,1,-119.086,-836.376,16.9153,5.99994,86400,5,0,1137,2236,1,0,0,0),(79355,1732,36,1,1,0,1,-142.771,-873.765,2.37754,3.76723,86400,5,0,1137,2236,1,0,0,0),(57878,17960,547,3,1,0,1,-45.5928,-264.443,-0.776139,3.09535,86400,0,0,10843,6015,2,0,0,0),(79360,1729,36,1,1,0,1,-109.158,-649.657,7.15244,5.21559,86400,0,0,990,1876,0,0,0,0),(79361,634,36,1,1,0,1,-111.77,-645.406,8.96003,5.2248,86400,5,0,1158,0,1,0,0,0),(79712,17960,547,3,1,0,1,-112.68,-587.462,5.10565,0.116737,86400,5,0,10843,6015,1,0,0,0),(79416,17960,547,3,1,0,1,-92.2789,-224.129,-1.22842,1.73087,86400,0,0,10843,6015,2,0,0,0),(52397,17964,547,3,1,0,0,-61.5159,-248.364,-3.94023,0.994838,86400,0,0,1,0,0,0,0,0),(79382,17959,547,3,1,0,1,-71.858,-16.172,-4.7298,5.70353,86400,0,0,16023,0,2,0,0,0),(79368,636,36,1,1,0,1,-70.8939,-816.54,40.6294,0.081585,86400,0,0,1347,0,0,0,0,0),(79369,636,36,1,1,0,1,-78.2791,-824.784,40.0007,2.93215,86400,5,0,1347,0,1,0,0,0),(79370,636,36,1,1,0,1,-77.8071,-815.097,40.0188,3.26377,86400,5,0,1347,0,1,0,0,0),(79359,17959,547,3,1,0,1,-41.1192,-1.00841,-1.38881,1.69853,86400,0,0,16023,0,2,0,0,0),(79373,634,36,1,1,0,1,-170.144,-403.045,57.0869,0.192994,86400,0,0,1158,0,0,0,0,0),(79374,1729,36,1,1,0,1,-173.48,-402.487,57.1029,0.305933,86400,0,0,990,1876,0,0,0,0),(61959,17959,547,3,1,0,1,-78.8031,-198.368,-3.30045,1.27724,86400,0,0,16023,0,2,0,0,0),(79376,1729,36,1,1,0,1,-265.001,-578.632,50.5221,0.186009,86400,5,0,990,1876,1,0,0,0),(79377,634,36,1,1,0,1,-259.018,-579.541,51.1469,0.186022,86400,5,0,1158,0,1,0,0,0),(79378,4418,36,1,1,0,1,-207.884,-553.552,19.3065,2.95879,86400,0,0,1062,2040,0,0,0,0),(79379,4417,36,1,1,0,1,-208.377,-551.49,19.3065,2.92817,86400,0,0,1251,0,0,0,0,0),(79380,4417,36,1,1,0,1,-204.761,-552.424,19.3065,2.88854,86400,0,0,1251,0,0,0,0,0),(79381,4075,36,1,1,0,0,-137.489,-625.4,14.8722,1.50113,86400,10,0,8,0,1,0,0,0),(57017,17959,547,3,1,0,1,-54.3411,-251.294,-3.37616,3.27301,86400,0,0,16023,0,2,0,0,0),(79383,636,36,1,1,0,1,-63.9391,-820.231,41.2688,0.202767,86400,0,0,1347,0,0,0,0,0),(79384,657,36,1,1,0,1,-154.996,-891.815,5.64332,3.05433,86400,5,0,1347,0,1,0,0,0),(79385,1732,36,1,1,0,1,-146.141,-906.036,8.17895,4.04916,86400,5,0,1137,2236,1,0,0,0),(57018,17959,547,3,1,0,1,-77.7076,-282.609,-1.24249,4.19428,86400,0,0,16023,0,2,0,0,0),(79387,4075,36,1,1,0,0,-289.323,-574.988,49.0583,6.0705,86400,0,0,8,0,0,0,0,0),(79388,657,36,1,1,0,1,-153.182,-909,8.72719,2.61799,86400,0,0,1347,0,0,0,0,0),(79390,1732,36,1,1,0,1,-147.674,-919.162,12.5437,6.04953,86400,0,0,1137,2236,0,0,0,0),(79391,20870,552,3,1,0,0,275.788,-123.343,-10.1232,6.13695,86400,5,0,118000,33090,1,0,0,0),(79392,20859,552,3,1,0,1,69.6491,-14.8739,-10.0332,0.541052,86400,0,0,15699,8973,0,0,0,0),(79393,20859,552,3,1,0,1,73.3906,-16.7659,-10.0612,0.541052,86400,0,0,15699,8973,0,0,0,0),(79394,20885,552,3,1,0,1,137.234,128.506,22.5245,1.01229,86400,0,0,132840,0,0,0,0,0),(79395,20857,552,3,1,0,1,101.977,-2.98757,-10.1691,0.20944,86400,0,0,19626,0,0,0,0,0),(79396,20859,552,3,1,0,1,76.9442,18.8223,-10.1055,5.68977,86400,0,0,15699,8973,0,0,0,0),(79397,20859,552,3,1,0,1,73.8442,17.5507,-10.0701,5.89921,86400,0,0,15699,8973,0,0,0,0),(79398,20886,552,3,1,0,1,136.2,168.31,22.5245,5.23599,86400,0,0,132840,0,0,0,0,0),(79399,20857,552,3,1,0,1,103.497,1.23046,-10.1701,6.21804,86400,0,0,19626,0,0,0,0,0),(79400,20857,552,3,1,0,1,101.624,6.57745,-10.1856,5.8294,86400,0,0,19626,0,0,0,0,0),(97930,6491,571,1,4294967295,0,0,4315.11,2409.94,392.64,5.59188,60,0,0,4120,0,0,0,0,0),(97921,6491,571,1,4294967295,0,0,5141.29,2178.63,390.938,1.89266,60,0,0,4120,0,0,0,0,0),(97919,6491,571,1,4294967295,0,0,5099.03,3469.67,368.485,5.09316,60,0,0,4120,0,0,0,0,0),(79405,20900,552,3,1,0,1,429.11,-156.501,43.0686,1.99487,86400,0,0,64629,0,0,0,0,0),(79406,20900,552,3,1,0,1,432.257,-114.243,43.1834,1.13446,86400,0,0,64629,0,0,0,0,0),(79407,21186,552,3,1,0,0,115.734,-1.29285,-10.0188,0.261799,86400,0,0,42,0,0,0,0,0),(79408,21186,552,3,1,0,0,114.841,2.44889,-10.0188,2.98451,86400,0,0,42,0,0,0,0,0),(79409,21186,552,3,1,0,0,118.098,0.268171,-10.0188,1.69297,86400,0,0,42,0,0,0,0,0),(97968,6491,571,1,4294967295,0,0,4331.75,3235.64,390.251,5.96887,60,0,0,4120,0,0,0,0,0),(79275,17958,547,3,1,0,1,-33.9556,-353.67,78.0838,0.242071,86400,0,0,16028,0,2,0,0,0),(79246,17958,547,3,1,0,1,-36.058,-405.157,78.8151,5.89218,86400,0,0,16028,0,2,0,0,0),(98064,6491,571,1,4294967295,0,0,5624.51,5845.25,-62.6812,3.97005,60,0,0,4120,0,0,0,0,0),(79150,17958,547,3,1,0,1,-33.5623,-398.116,77.9469,5.74689,86400,0,0,16028,0,2,0,0,0),(98433,6491,571,1,4294967295,0,0,6271.65,4408.18,-70.1607,0.745985,60,0,0,4120,0,0,0,0,0),(79420,17958,547,3,1,0,1,-66.2864,-567.066,-0.823783,0.96025,86400,0,0,16028,0,2,0,0,0),(98578,6491,571,1,4294967295,0,0,5557.87,-1609.36,242.247,4.7162,60,0,0,4120,0,0,0,0,0),(79274,17958,547,3,1,0,1,-33.5819,-362.544,77.9538,0.328465,86400,0,0,16028,0,2,0,0,0),(79421,17958,547,3,1,0,1,-63.2146,-569.216,-1.06684,0.96025,86400,0,0,16028,0,2,0,0,0),(52368,17963,547,3,1,0,0,-120.71,-65.8306,-2.22306,3.15905,86400,0,0,1,0,0,0,0,0),(52370,17964,547,3,1,0,0,-57.0887,-27.9338,-1.77243,3.1765,86400,0,0,1,0,0,0,0,0),(98577,6491,571,1,4294967295,0,0,5705.4,-2468.62,287.551,3.18859,60,0,0,4120,0,0,0,0,0),(52398,17964,547,3,1,0,0,-27.1729,1.65894,-0.765291,1.81514,86400,0,0,1,0,0,0,0,0),(52371,17963,547,3,1,0,0,-78.0172,-191.155,-3.42385,5.93412,86400,0,0,1,0,0,0,0,0),(79364,17957,547,3,1,0,1,-113.036,-42.8538,-4.0075,1.90093,86400,0,0,16028,0,2,0,0,0),(1971527,18721,553,3,1,0,0,-10.3133,600.464,-7.63075,4.69012,300,0,0,4121,0,0,0,0,0),(79419,17957,547,3,1,0,1,-86.5601,-724.672,37.0945,1.76082,86400,0,0,16028,0,2,0,0,0),(79429,17957,547,3,1,0,0,-162.792,-463.417,3.2051,1.91986,86400,0,0,1,0,0,0,0,0),(98024,6491,571,1,4294967295,0,0,4821.72,5467.69,-52.8696,6.08275,60,0,0,4120,0,0,0,0,0),(52373,17963,547,3,1,0,0,-69.6233,-245.939,-3.53677,0.767945,86400,0,0,1,0,0,0,0,0),(79433,20898,552,3,1,0,0,444.386,-151.779,43.0374,1.57296,86400,0,0,71810,0,2,0,0,0),(83067,17993,553,3,1,0,1,-159.188,391.486,-17.7415,1.61133,86400,0,0,21881,3155,0,0,0,0),(52372,17964,547,3,1,0,0,-113.155,-8.01756,-8.66913,1.76278,86400,0,0,1,0,0,0,0,0),(98541,6491,571,1,4294967295,0,0,5518.39,3589.14,-13.374,1.3429,60,0,0,4120,0,0,0,0,0),(88902,17957,547,3,1,0,1,-110.547,-41.9972,-4.41004,5.02992,86400,0,0,16028,0,2,0,0,0),(86371,17957,547,3,1,0,1,-47.2077,-261.919,-0.845018,3.16211,86400,0,0,16028,0,2,0,0,0),(98203,6491,571,1,4294967295,0,0,6246.57,5171.06,-83.3611,4.78686,60,0,0,4120,0,0,0,0,0),(52378,17964,547,3,1,0,0,-73.0294,-718.732,38.9858,5.48033,86400,0,0,1,0,0,0,0,0),(72370,17957,547,3,1,0,1,-89.9147,-222.259,-1.19294,1.7348,86400,0,0,16028,0,2,0,0,0),(97917,6491,571,1,4294967295,0,0,5538,2895.81,517.055,1.58009,60,0,0,4120,0,0,0,0,0),(97918,6491,571,1,4294967295,0,0,5097.25,2299.2,368.485,0.259043,60,0,0,4120,0,0,0,0,0),(98065,6491,571,1,4294967295,0,0,5540.36,4852.61,-196.562,3.60877,60,0,0,4120,0,0,0,0,0),(97920,6491,571,1,4294967295,0,0,5031.83,3711.34,372.43,3.84281,60,0,0,4120,0,0,0,0,0),(63375,29369,571,1,1,0,1,7842.92,-124.645,880.933,5.88176,300,0,0,1,0,2,0,0,0),(12403,22421,547,2,1,0,0,-296.493,-459.043,6.14677,0.767945,86400,0,0,1,0,0,0,0,0),(79451,20904,552,3,1,0,0,445.803,-169.007,43.6442,4.74729,86400,0,0,22140,0,0,0,0,0),(79452,20864,552,3,1,0,0,202.329,-40.5555,-10.0961,4.59888,86400,0,0,46676,0,0,0,0,0),(79453,20865,552,3,1,0,0,201.214,-36.4609,-10.0973,3.43722,86400,0,0,8178,0,0,0,0,0),(79444,20865,552,3,1,0,0,191.54,7.59,-10.1,3.22,7200,0,0,46676,0,0,0,0,0),(79455,20865,552,3,1,0,0,205.26,-45.3562,-10.1119,3.64711,86400,0,0,8178,0,0,0,0,0),(79456,20865,552,3,1,0,0,208.098,-34.0851,-10.1048,1.57625,86400,0,0,8178,0,0,0,0,0),(79457,20865,552,3,1,0,0,209.277,-34.7429,-10.106,1.57625,86400,0,0,8178,0,0,0,0,0),(79458,20865,552,3,1,0,0,206.19,-32.8861,-10.1022,1.57627,86400,0,0,8178,0,2,0,0,0),(79445,20865,552,3,1,0,0,191.54,7.59,-7.1,3.22,7200,0,0,46676,0,0,0,0,0),(79362,17941,547,3,1,0,1,89.2687,-380.237,15.0899,3.17405,86400,0,0,77724,6762,2,0,0,0),(32685,21742,530,1,1,0,1,-3684.58,489.618,90.9659,4.77265,300,0,0,5060,2933,0,0,0,0),(79465,20875,552,3,1,0,0,275.458,7.17656,22.4434,1.48273,86400,5,0,39123,18930,1,0,0,0),(79466,20865,552,3,1,0,0,285.555,40.5121,22.4412,0.179863,86400,5,0,8178,0,1,0,0,0),(79467,20865,552,3,1,0,0,278.648,-12.6903,22.4479,1.41948,86400,5,0,8178,0,1,0,0,0),(79468,20875,552,3,1,0,0,292.445,32.8977,21.5072,4.24085,86400,5,0,39123,18930,1,0,0,0),(79691,17940,547,3,1,0,1,135.021,-456.865,3.03419,0.0447664,86400,5,0,12824,2620,1,0,0,0),(32684,21742,530,1,1,0,1,-3684.88,499.3,90.9761,3.80661,300,0,0,5060,2933,0,0,0,0),(79365,17940,547,3,1,0,1,120.069,-321.27,3.03644,3.97267,86400,0,0,12824,2620,2,0,0,0),(79474,20873,552,3,1,0,0,295.592,-0.413022,22.4423,2.19476,86400,0,0,41916,0,0,0,0,0),(32340,21742,530,1,1,0,1,-3756.25,500.205,91.0252,2.17304,300,0,0,5060,2933,0,0,0,0),(79477,20866,552,3,1,0,0,207.708,-129.074,-10.1095,6.26082,86400,0,0,45409,0,2,0,0,0),(79478,20865,552,3,1,0,0,216.72,-121.811,-10.1174,2.66206,86400,0,0,8178,0,0,0,0,0),(79479,20865,552,3,1,0,0,213.449,-120.089,-10.1083,2.4144,86400,0,0,8178,0,0,0,0,0),(79480,20865,552,3,1,0,0,214.844,-118.252,-10.1188,2.43393,86400,0,0,8178,0,0,0,0,0),(79481,20867,552,3,1,0,0,244.258,-156.479,-10.104,4.38315,86400,0,0,45409,0,0,0,0,0),(79367,17940,547,3,1,0,1,-292.746,-380.393,30.4533,6.28178,86400,0,0,12824,2620,2,0,0,0),(79454,20864,552,3,1,0,0,191.54,7.59,-13.1,3.22,7200,8,0,46676,0,1,0,0,0),(79485,20865,552,3,1,0,0,253.873,-148.56,-10.1103,2.60445,86400,0,0,8178,0,2,0,0,0),(79486,20867,552,3,1,0,0,266.335,-187.128,-10.1051,4.02795,86400,0,0,45409,0,0,0,0,0),(47313,25851,580,1,1,0,0,1871.19,636.913,32.1155,5.48033,604800,0,0,8042,3231,0,0,0,0),(79438,17940,547,3,1,0,1,122.274,-463.862,3.03453,4.57128,86400,5,0,12824,2620,1,0,0,0),(29056,22859,530,1,1,0,1,-3570.48,376.317,32.6359,0.0847965,25,0,0,5409,3080,0,0,0,0),(29055,22859,530,1,1,0,1,-3554.87,377.644,32.5899,3.1722,25,0,0,5409,3080,0,0,0,0),(32339,21742,530,1,1,0,1,-3820.51,533.735,77.7066,0.0493307,300,0,0,5060,2933,0,0,0,0),(79509,17940,547,3,1,0,1,-228.306,-393.069,3.03554,3.75013,86400,0,0,12824,2620,2,0,0,0),(3456,5815,1,1,1,4354,1,1836.86,-4347.13,-14.7621,3.33358,300,0,0,1553,3801,0,0,0,0),(47309,25851,580,1,1,0,0,1933.84,526.862,32.1156,4.29351,604800,0,0,8042,3231,0,0,0,0),(684,25157,530,1,1,19595,0,12776.7,-6701.83,1.3041,4.7822,200,0,0,42,0,0,0,0,0),(32338,21742,530,1,1,0,1,-3753.74,514.531,90.4995,0.00612702,300,0,0,5060,2933,0,0,0,0),(79518,17940,547,3,1,0,1,-225.927,-397.512,3.03554,3.62446,86400,0,0,12824,2620,2,0,0,0),(79511,20875,552,3,1,0,0,284.956,22.5675,20.8149,0.3452,86400,0,0,39123,18930,0,0,0,0),(79513,20873,552,3,1,0,0,264.602,51.2746,22.4412,4.38677,86400,0,0,41916,0,0,0,0,0),(29058,22859,530,1,1,0,1,-3619.48,406.466,31.9636,4.86944,25,0,0,5409,3080,0,0,0,0),(32337,21742,530,1,1,0,1,-3822.33,570.68,72.0434,0.0493307,300,0,0,5060,2933,0,0,0,0),(79507,17940,547,3,1,0,1,32.8843,-396.246,3.03556,1.3571,86400,0,0,12824,2620,2,0,0,0),(79520,20865,552,3,1,0,0,301.17,71.9341,22.4508,4.70266,86400,5,0,8178,0,1,0,0,0),(47265,25851,580,1,1,0,0,1930.92,549.028,32.1075,0.05236,604800,0,0,8042,3231,0,0,0,0),(29057,22859,530,1,1,0,1,-3616.57,386.73,34.6178,1.70429,25,0,0,5409,3080,0,0,0,0),(32336,21742,530,1,1,0,1,-3821.29,549.59,72.6689,0.0493307,300,0,0,5060,2933,0,0,0,0),(79708,17940,547,3,1,0,1,135.756,-300.193,3.03642,4.23892,86400,5,0,12824,2620,1,0,0,0),(39681,17832,530,1,1,0,0,6470.71,-6439.33,49.6367,5.92662,300,0,0,605,0,0,0,0,0),(79498,17940,547,3,1,0,1,-228.887,-367.368,3.03565,2.49875,86400,0,0,12824,2620,2,0,0,0),(38815,20619,530,1,1,0,0,3829.15,2368.6,111.979,0.59577,120,2,0,1582,0,1,0,0,0),(79532,20881,552,3,1,0,1,198.229,134.81,22.4779,0.027622,86400,0,0,48902,0,0,0,0,0),(63374,29369,571,1,1,0,1,7827.68,-77.0993,882.731,5.88176,300,0,0,1,0,2,0,0,0),(79534,20883,552,3,1,0,0,199.46,154.953,22.3714,3.95347,86400,0,0,39123,12620,0,0,0,0),(79847,17940,547,3,1,0,1,77.7826,-411.818,36.0547,0.27358,86400,0,0,12824,2620,2,0,0,0),(38887,22995,530,1,1,0,0,2772.7,5838.93,-1.20216,3.26979,25,0,0,1,0,0,0,0,0),(52374,17963,547,3,1,0,0,-45.5191,-293.743,-1.34952,3.40339,86400,0,0,1,0,0,0,0,0),(39629,24974,530,1,1,0,0,3047.87,3698.7,143.42,3.33341,25,0,0,3301,0,0,0,0,0),(79542,20883,552,3,1,0,0,148.05,146.994,20.8982,6.26573,86400,0,0,39123,12620,0,0,0,0),(79366,17940,547,3,1,0,1,75.5603,-403.899,36.5509,0.27358,86400,0,0,12824,2620,2,0,0,0),(79516,17940,547,3,1,0,1,-226.247,-363.843,3.03565,2.49875,86400,0,0,12824,2620,2,0,0,0),(79849,17940,547,3,1,0,1,-152.382,-350.138,71.9751,5.99374,86400,0,0,12824,2620,2,0,0,0),(79363,17940,547,3,1,0,1,117.844,-319.254,3.03644,3.9766,86400,0,0,12824,2620,2,0,0,0),(79526,17940,547,3,1,0,1,39.1371,-371.735,3.03555,3.54051,86400,0,0,12824,2620,2,0,0,0),(3455,3330,1,1,1,1330,1,1823.88,-4302.59,-12.314,3.78736,300,0,0,1003,0,0,0,0,0),(79549,20882,552,3,1,0,0,192.524,149.164,22.4411,0.429698,86400,0,0,45409,0,0,0,0,0),(3454,3327,1,1,1,1327,1,1792.34,-4279.38,7.33733,4.74729,300,0,0,1753,0,0,0,0,0),(79553,20882,552,3,1,0,0,153.183,167.767,22.4421,2.94055,86400,0,0,45409,0,0,0,0,0),(3452,3325,1,1,1,1325,1,1834.66,-4362.52,-14.7825,2.09439,300,0,0,2769,0,0,0,0,0),(3451,3331,1,1,1,1331,1,1750.38,-4320.91,5.99437,0.872665,300,0,0,1003,0,0,0,0,0),(47155,25851,580,1,1,0,0,1898.29,470.45,32.1155,2.9147,604800,0,0,8042,3231,0,0,0,0),(3450,3119,1,1,1,9442,1,-1028.79,-4506.35,25.8569,2.76322,300,3,0,120,0,1,0,0,0),(63373,29369,571,1,1,0,1,7842.54,-110.646,882.807,5.88176,300,0,0,1,0,2,0,0,0),(79562,20896,552,3,1,0,1,433.027,6.10896,48.2954,2.87979,86400,0,0,20958,0,0,0,0,0),(79563,20896,552,3,1,0,1,429.812,12.0886,48.2949,5.20108,86400,0,0,20958,0,0,0,0,0),(79564,21702,552,3,1,0,1,429.409,7.09051,48.2896,1.23918,86400,0,0,16767,12620,0,0,0,0),(79565,20897,552,3,1,0,1,434.228,9.77371,48.2944,3.57792,86400,0,0,16767,12620,0,0,0,0),(79566,20896,552,3,1,0,1,457.725,37.7515,50.8465,2.77771,86400,0,0,20958,0,0,0,0,0),(79567,20896,552,3,1,0,1,458.313,41.8073,50.808,1.93433,86400,0,0,20958,0,0,0,0,0),(79568,21702,552,3,1,0,1,457.31,37.1372,50.8465,1.93428,86400,0,0,16767,12620,0,0,0,0),(79569,20897,552,3,1,0,1,447.928,44.2628,50.4677,2.77771,86400,0,0,16767,12620,2,0,0,0),(1976437,31810,571,1,1,0,1,7860.62,-1396.72,1534.06,5.98481,300,0,0,252,0,0,0,0,0),(52375,17964,547,3,1,0,0,-47.7542,-285.91,-1.3104,3.75246,86400,0,0,1,0,0,0,0,0),(79573,15468,530,1,1,0,0,10323,-6404.01,114.462,1.18467,300,0,0,42,0,0,0,0,0),(29059,21166,530,1,1,0,0,-3561.76,388.402,31.2717,1.71558,25,0,0,28720,3231,0,0,0,0),(79575,20901,552,3,1,0,1,431.237,-72.8754,48.4787,0.174533,86400,0,0,33534,12620,0,0,0,0),(79576,20902,552,3,1,0,0,436.245,-76.3012,48.4787,1.74533,86400,0,0,33534,12620,0,0,0,0),(79577,20901,552,3,1,0,1,460.864,-74.1793,48.4787,2.94961,86400,0,0,33534,12620,0,0,0,0),(79578,20902,552,3,1,0,0,457.611,-76.815,48.4787,1.09956,86400,0,0,33534,12620,0,0,0,0),(79579,15384,552,3,1,0,0,466.582,-126.723,43.1834,3.7001,86400,0,0,4120,0,0,0,0,0),(79582,21437,552,3,1,0,0,414.231,-151.94,54.97,0.296706,86400,0,0,42,0,0,0,0,0),(79583,21436,552,3,1,0,0,477.348,-151.661,55.786,2.54818,86400,0,0,42,0,0,0,0,0),(79584,21440,552,3,1,0,0,445.763,-191.639,57.5766,3.9619,86400,0,0,42,0,0,0,0,0),(79585,21439,552,3,1,0,0,471.795,-174.58,55.0008,2.87979,86400,0,0,42,0,0,0,0,0),(79586,21438,552,3,1,0,0,420.179,-174.396,54.8305,0.087266,86400,0,0,42,0,0,0,0,0),(3449,3120,1,1,1,9443,1,-1059.71,-4597.51,25.9093,4.59294,300,3,0,131,138,1,0,0,0),(47154,25851,580,1,1,0,0,1875.99,462.723,32.1155,1.95477,604800,0,0,8042,3231,0,0,0,0),(567,25154,530,1,1,19595,0,12181.8,-7337.81,3.678,5.5676,200,0,0,42,0,0,0,0,0),(566,25156,530,1,1,19595,0,12583.3,-6915.94,4.68467,2.72271,200,0,0,42,0,0,0,0,0),(47153,25851,580,1,1,0,0,1947.33,518.016,32.1155,0.645772,604800,0,0,8042,3231,0,0,0,0),(79595,217,0,1,1,0,0,-10054.7,-965.009,34.4405,5.97831,180,0,0,449,0,0,0,0,0),(79596,565,0,1,1,0,0,-10078.4,-984.301,32.8389,4.44751,190,0,0,494,0,0,0,0,0),(79597,565,0,1,1,0,0,-10123.7,-977.053,31.7925,1.17796,190,0,0,494,0,0,0,0,0),(79598,569,0,1,1,0,0,-10111.7,-1020.03,33.8926,0.978462,180,0,0,531,0,0,0,0,0),(79599,539,0,1,1,0,0,-10040,-958.925,33.7992,0.532604,180,0,0,417,0,0,0,0,0),(79600,217,0,1,1,0,0,-10042.4,-954.054,34.3918,4.80139,180,0,0,449,0,0,0,0,0),(79601,46,0,1,1,0,1,-9915.98,-846.381,20.0111,4.87445,180,5,0,176,0,1,0,0,0),(79602,46,0,1,1,0,1,-9893.45,-747.853,20.6947,3.57606,180,5,0,176,0,1,0,0,0),(79603,46,0,1,1,0,1,-9860.71,-711.289,29.0377,6.05668,180,5,0,176,0,1,0,0,0),(79604,721,0,1,1,0,0,-9774.17,-544.481,34.3062,2.44885,180,10,0,1,0,1,0,0,0),(79605,524,0,1,1,0,0,-9751.72,-603.903,39.7345,4.76923,180,0,0,137,0,0,0,0,0),(79606,524,0,1,1,0,0,-9787.24,-648.918,36.1254,1.70107,180,5,0,137,0,1,0,0,0),(79607,2442,0,1,1,0,0,-9751.14,-643.177,42.1577,5.78197,180,5,0,1,0,1,0,0,0),(79608,46,0,1,1,0,1,-9804.3,-612.081,31.5397,0.363205,180,5,0,176,0,1,0,0,0),(79609,822,0,1,1,0,0,-9780.58,-553.3,33.6325,1.88916,180,5,0,195,0,1,0,0,0),(79610,524,0,1,1,0,0,-9823,-565.919,27.2956,1.95566,180,5,0,137,0,1,0,0,0),(79611,524,0,1,1,0,0,-9748.33,-554.43,38.2072,0.345816,180,0,0,137,0,0,0,0,0),(79612,524,0,1,1,0,0,-9785.26,-568.395,33.5413,1.97565,180,0,0,137,0,0,0,0,0),(79613,721,0,1,1,0,0,-9753.6,-650.283,41.7763,1.42828,180,10,0,1,0,1,0,0,0),(79614,822,0,1,1,0,0,-9772.18,-658.219,38.8135,2.1229,180,5,0,195,0,1,0,0,0),(79615,524,0,1,1,0,0,-9684.52,-550.147,49.0968,1.22744,180,0,0,137,0,0,0,0,0),(79616,524,0,1,1,0,0,-9664.94,-522.64,51.4993,3.76278,180,0,0,137,0,0,0,0,0),(79617,524,0,1,1,0,0,-9670.05,-496.888,51.4968,0.165244,180,0,0,137,0,0,0,0,0),(79618,524,0,1,1,0,0,-9623.76,-490.877,58.2497,4.21573,180,0,0,137,0,0,0,0,0),(79619,285,0,1,1,0,1,-9473.71,-431.412,59.8586,4.67748,180,0,0,120,0,0,0,0,0),(79620,285,0,1,1,0,1,-9479.72,-430.688,58.7018,5.53269,180,0,0,120,0,0,0,0,0),(79621,285,0,1,1,0,1,-9484.21,-423.217,59.9518,1.26246,180,0,0,120,0,0,0,0,0),(79622,285,0,1,1,0,1,-9500.72,-434.34,56.3074,2.20692,180,0,0,120,0,0,0,0,0),(79623,285,0,1,1,0,1,-9485.44,-409.706,59.806,2.51726,180,0,0,120,0,0,0,0,0),(79624,285,0,1,1,0,1,-9487.15,-437.875,58.9326,4.38078,180,0,0,120,0,0,0,0,0),(79625,735,0,1,1,0,1,-9547.14,-449.578,60.4493,2.82642,180,5,0,120,0,1,0,0,0),(79626,525,0,1,1,0,0,-9553.39,-445.932,61.0743,3.30387,180,10,0,102,0,1,0,0,0),(79627,285,0,1,1,0,1,-9484.85,-328.59,54.8925,0.418879,180,0,0,120,0,0,0,0,0),(79628,6491,0,1,4294967295,0,0,-9341,165.021,61.641,1.096,60,0,0,4120,0,0,0,0,0),(79629,285,0,1,1,0,1,-9456.27,-331.956,55.4854,2.46553,180,5,0,120,0,1,0,0,0),(79630,735,0,1,1,0,1,-9411.46,-324.322,58.8521,4.71239,180,0,0,120,0,0,0,0,0),(79631,525,0,1,1,0,0,-9413.56,-271.553,66.0287,3.94092,180,10,0,102,0,1,0,0,0),(79632,735,0,1,1,0,1,-9445.9,-287.94,57.978,3.96317,180,0,0,120,0,0,0,0,0),(52395,17963,547,3,1,0,0,-112.214,-105.25,-4.70083,2.75762,86400,0,0,1,0,0,0,0,0),(79634,285,0,1,1,0,1,-9476.74,-194.136,56.734,0.994268,180,0,0,120,0,0,0,0,0),(79635,285,0,1,1,0,1,-9472.11,-220.709,56.3165,4.6669,180,0,0,120,0,0,0,0,0),(79636,525,0,1,1,0,0,-9517.01,-114.266,60.8873,2.3195,180,10,0,102,0,1,0,0,0),(79637,6306,0,1,1,0,1,-9380.23,-69.5295,64.5206,4.55531,180,0,0,247,0,0,0,0,0),(79638,805,0,1,1,0,0,-9373,-66.3365,69.2025,1.03083,180,0,0,42,0,0,0,0,0),(79639,806,0,1,1,0,0,-9375.01,-64.1496,69.2023,1.07403,180,0,0,42,0,0,0,0,0),(79640,804,0,1,1,0,0,-9371.5,-63.8449,69.2032,1.07202,180,0,0,42,0,0,0,0,0),(79641,811,0,1,1,0,0,-9370.07,-67.0083,69.2028,1.29179,180,0,0,42,0,0,0,0,0),(79642,807,0,1,1,0,0,-9375.8,-67.6207,69.2019,0.965543,180,0,0,42,0,0,0,0,0),(79643,810,0,1,1,0,0,-9372.78,-69.4064,69.2021,0.922176,180,0,0,42,0,0,0,0,0),(79644,721,0,1,1,0,0,-9455.02,-29.2894,59.511,3.34436,180,10,0,1,0,1,0,0,0),(79645,917,0,1,1,0,1,-9465.79,12.6454,63.9038,1.09956,180,0,0,222,0,0,0,0,0),(79646,2329,0,1,1,0,0,-9456.81,29.361,63.9038,2.96706,180,0,0,222,0,0,0,0,0),(79647,465,0,1,1,0,1,-9459.98,8.41135,57.1459,1.46608,180,0,0,198,0,0,0,0,0),(79648,299,0,1,1,0,0,-9393.36,52.5792,59.7772,3.15888,180,10,0,42,0,1,0,0,0),(79649,721,0,1,1,0,0,-9348.23,121.802,63.349,5.73038,180,10,0,1,0,1,0,0,0),(79650,525,0,1,1,0,0,-9281.85,93.0241,70.3287,2.90704,180,10,0,102,0,1,0,0,0),(79651,299,0,1,1,0,0,-9288.78,93.2141,69.386,3.68034,180,10,0,42,0,1,0,0,0),(79652,883,0,1,1,0,0,-9255.45,128.083,70.8557,4.96116,180,5,0,1,0,1,0,0,0),(79653,94,0,1,1,0,1,-9190.44,187.539,73.7134,3.28073,180,5,0,102,0,1,0,0,0),(79654,4959,0,1,1,0,1,-8981.78,397.36,75.9548,0.785398,180,0,0,328,0,0,0,0,0),(52396,17963,547,3,1,0,0,-71.8825,-19.1877,-4.44727,4.15388,86400,0,0,1,0,0,0,0,0),(79656,14721,0,1,1,0,0,-8927.76,481.33,93.9432,1.71042,180,0,0,51792,0,0,0,0,0),(79524,17816,547,3,1,0,0,-200.234,-703.039,37.556,4.96924,86400,0,0,15489,0,2,0,0,0),(79658,352,0,1,1,0,0,-8835.76,490.084,109.699,4.04916,430,0,0,10572,0,0,0,0,0),(79659,1303,0,1,1,0,1,-8822.07,518.022,98.6826,4.17985,310,0,0,1003,0,0,0,0,0),(79660,1302,0,1,1,0,1,-8827.97,519.827,98.8659,5.39307,310,0,0,1003,0,0,0,0,0),(79661,4075,0,1,1,0,0,-8811.56,494.985,97.7457,0.872665,180,10,0,8,0,1,0,0,0),(79662,4075,0,1,1,0,0,-8779.25,462.563,97.9664,2.80562,180,10,0,8,0,1,0,0,0),(79663,4981,0,1,1,0,1,-8847.28,569.955,94.7707,3.12414,250,0,0,713,0,0,0,0,0),(79664,68,0,1,1,0,1,-8854.14,541.299,105.984,5.02655,900,0,0,15952,0,0,0,0,0),(79665,483,0,1,1,0,1,-8845.68,566.492,94.7707,2.53073,310,0,0,1003,0,0,0,0,0),(79666,68,0,1,1,0,1,-8833,542.104,96.942,2.753,900,0,1,15952,0,2,0,0,0),(79667,2334,0,1,1,0,0,-8834.14,552.277,75.1667,0.331613,300,0,0,20,0,0,0,0,0),(79668,482,0,1,1,0,1,-8854.12,575.652,101.15,4.11898,310,0,0,1003,0,0,0,0,0),(79669,68,0,1,1,0,1,-8888.17,566.202,92.5339,2.23402,900,0,0,15952,0,0,0,0,0),(79670,1976,0,1,1,0,1,-8918.67,495.736,93.8756,6.14151,900,0,0,11828,0,2,0,0,0),(79671,68,0,1,1,0,1,-8938.22,518.206,96.3645,3.54922,900,0,0,15952,0,0,0,0,0),(79672,1286,0,1,1,0,0,-8821.22,598.249,95.6618,2.37365,310,0,0,1003,0,0,0,0,0),(79673,1285,0,1,1,0,1,-8831.75,596.355,95.7618,0.942478,310,0,0,1003,0,0,0,0,0),(79674,68,0,1,1,0,1,-8895.63,575.368,92.6352,5.41052,900,0,0,15952,0,0,0,0,0),(79675,1976,0,1,1,0,1,-8916.15,501.64,93.8719,0,900,0,0,11828,0,2,0,0,0),(79677,466,0,1,1,0,1,-8953.95,521.019,96.5399,3.83972,180,0,0,42780,0,0,0,0,0),(79678,2456,0,1,1,0,0,-8935.27,613.135,99.606,0.453786,540,0,0,5544,0,0,0,0,0),(79679,68,0,1,1,0,1,-8950.27,537.283,96.3667,4.02874,900,0,0,15952,0,0,0,0,0),(79680,6174,0,1,1,0,0,-8832.27,613.706,94.2841,2.05949,180,0,0,102,0,0,0,0,0),(79681,4974,0,1,1,0,1,-8885.25,614.395,95.2576,3.52556,430,0,0,2769,0,0,0,0,0),(79682,1257,0,1,1,0,1,-8865.02,631.844,96.1728,5.044,310,0,0,1003,0,0,0,0,0),(79683,279,0,1,1,0,0,-8857.69,625.498,96.1728,3.07178,310,0,0,1003,0,0,0,0,0),(79684,2455,0,1,1,0,0,-8931.23,605.801,99.606,0.488692,540,0,0,5544,0,0,0,0,0),(79685,5193,0,1,1,0,0,-8893.57,611.211,95.3409,0.314159,250,0,0,713,0,0,0,0,0),(79686,1275,0,1,1,0,1,-8863.87,626.459,95.9895,5.84685,310,0,0,1003,0,0,0,0,0),(79687,68,0,1,1,0,1,-8887.27,635.868,99.6059,1.06465,900,0,0,15952,0,0,0,0,0),(79688,1432,0,1,1,0,1,-8848.26,614.981,95.2698,5.11381,540,0,0,2218,0,0,0,0,0),(79689,68,0,1,1,0,1,-8825,613.922,94.463,0.89,900,0,1,15952,0,2,0,0,0),(79690,1976,0,1,1,0,1,-8738.65,571.958,97.3261,0.75402,900,0,0,11828,0,2,0,0,0),(80044,17817,547,3,1,0,0,-194.405,-701.508,37.8924,4.96924,86400,0,0,15489,0,2,0,0,0),(80235,17817,547,3,1,0,0,25.0752,-80.876,-1.59054,5.61699,86400,0,0,15489,0,2,0,0,0),(79693,12481,0,1,1,0,1,-8824.79,631.929,94.2269,3.82227,430,0,0,5568,0,0,0,0,0),(79694,12480,0,1,1,0,1,-8823.78,630.43,94.1006,4.03171,430,0,0,8613,0,0,0,0,0),(203464,6086,0,1,1,4847,1,-8645.35,1314.62,5.23,0.43,275,0,0,3048,0,0,0,0,0),(79696,1287,0,1,1,0,1,-8787.69,609.631,96.8564,2.3911,310,0,0,1003,0,0,0,0,0),(79697,1289,0,1,1,0,1,-8790.42,607.348,96.9564,2.30383,310,0,0,1003,0,0,0,0,0),(79698,11867,0,1,1,0,1,-8796.12,613.003,96.8564,0.244346,430,0,0,15505,0,0,0,0,0),(79700,1367,0,1,1,0,1,-8745.93,534.749,96.338,0.994838,370,0,0,42,0,0,0,0,0),(79657,17817,547,3,1,0,0,-20.9667,-184.502,-1.85655,1.3762,86400,1,0,15489,0,1,0,0,0),(79702,1366,0,1,1,0,1,-8747.28,535.483,96.338,1.01889,370,0,0,42,0,0,0,0,0),(79704,68,0,1,1,0,1,-8889.65,640.301,99.6059,0.05236,900,0,0,15952,0,0,0,0,0),(79705,8719,0,1,1,0,0,-8821.53,659.886,97.4645,0.401426,430,0,0,6645,0,0,0,0,0),(79706,8670,0,1,1,0,0,-8824.28,665.711,97.4674,0.541052,430,0,0,6645,0,0,0,0,0),(79707,15659,0,1,1,0,0,-8814.55,660.315,96.6818,1.72788,430,0,0,6645,0,0,0,0,0),(79655,17817,547,3,1,0,0,-13.309,-200.404,-1.58687,4.47067,86400,1,0,15489,0,1,0,0,0),(80219,17817,547,3,1,0,0,21.5715,-77.6084,-1.59054,2.38508,86400,0,0,15489,0,2,0,0,0),(79431,17817,547,3,1,0,0,-86.3989,-459.215,-1.57829,3.12945,86400,1,0,15489,0,1,0,0,0),(79692,17817,547,3,1,0,0,-91.6633,-466.584,-1.44884,1.90737,86400,1,0,15489,0,1,0,0,0),(79714,1294,0,1,1,0,0,-8774.03,647.306,97.3065,5.07891,310,0,0,1003,0,0,0,0,0),(79715,1291,0,1,1,0,0,-8781.1,645.286,97.3065,5.044,310,0,0,1003,0,0,0,0,0),(79716,1427,0,1,1,0,0,-8782.9,640.188,97.4065,5.68977,180,0,0,247,0,0,0,0,0),(79717,1295,0,1,1,0,0,-8777.41,646.162,97.3065,5.0091,310,0,0,1003,0,0,0,0,0),(79571,17817,547,3,1,0,0,-113.948,-212.55,-1.45716,3.68763,86400,1,0,15489,0,1,0,0,0),(79720,2533,0,1,1,0,0,-8739.04,549.987,100.173,5.45979,370,0,0,42,0,2,0,0,0),(79721,2532,0,1,1,0,0,-8744.68,556.069,97.9521,5.45979,370,0,0,42,0,0,0,0,0),(79723,3518,0,1,1,0,1,-8831.81,543.054,96.8538,3.51519,350,0,1,328,0,2,0,0,0),(79724,1402,0,1,1,0,0,-8795.22,675.206,102.036,0.349066,180,0,0,42,0,0,0,0,0),(31438,4412,1,1,1,2546,0,-3465.26,-2835.94,37.6315,6.05085,360,10,0,1536,0,1,0,0,0),(79726,1321,0,1,1,0,1,-8716.39,477.37,98.7964,3.735,310,0,0,1003,0,0,0,0,0),(79727,5564,0,1,1,0,0,-8725.55,477.415,98.6964,5.25344,310,0,0,1342,0,0,0,0,0),(79728,5565,0,1,1,0,0,-8722.87,479.322,98.6964,4.97419,310,0,0,1003,0,0,0,0,0),(79729,1319,0,1,1,0,1,-8663.52,520.82,101.466,4.53786,310,0,0,1003,0,0,0,0,0),(79730,68,0,1,1,0,1,-8675.93,638.677,97.0547,2.23402,900,0,0,15952,0,0,0,0,0),(79731,68,0,1,1,0,1,-8684.41,575.301,96.9743,3.80482,900,0,0,15952,0,0,0,0,0),(79732,68,0,1,1,0,1,-8679.41,635.96,97.0551,2.19912,900,0,0,15952,0,0,0,0,0),(79733,68,0,1,1,0,1,-8687.19,578.601,96.9748,3.80482,900,0,0,15952,0,0,0,0,0),(79734,11096,0,1,1,0,1,-8723.9,469.426,98.6964,6.24828,190,0,0,664,0,0,0,0,0),(79735,1292,0,1,1,0,1,-8716.41,469.414,98.6964,2.60054,310,0,0,1342,0,0,0,0,0),(79736,23050,0,1,1,0,0,-8721.15,471.026,98.6131,5.99581,300,0,0,102,0,0,0,0,0),(79737,1320,0,1,1,0,0,-8713.81,474.327,98.7964,3.83972,310,0,0,1003,0,0,0,0,0),(79738,1339,0,1,1,0,1,-8669.85,477.37,101.384,0.715585,540,0,0,1003,0,0,0,0,0),(79739,1395,0,1,1,0,0,-8691.9,444.22,100.132,5.13127,180,0,0,198,0,0,0,0,0),(79740,2795,0,1,1,0,0,-8678.19,458.158,99.7539,5.3058,310,0,0,1342,0,0,0,0,0),(79741,4961,0,1,1,0,0,-8681.14,432.794,99.2405,1.65806,180,0,0,787,0,0,0,0,0),(79742,4075,0,1,1,0,0,-8674.44,451.945,99.6602,0.888236,180,10,0,8,0,1,0,0,0),(79743,4075,0,1,1,0,0,-8687.27,443.283,99.5513,2.63182,180,10,0,8,0,1,0,0,0),(79744,1333,0,1,1,0,0,-8661.33,454.443,104.431,5.44543,310,0,0,1003,0,0,0,0,0),(79546,17817,547,3,1,0,0,-14.3222,-182.544,-1.58811,2.58571,86400,1,0,15489,0,1,0,0,0),(79746,3626,0,1,1,0,0,-8692.72,397.438,101.37,5.51888,370,0,0,102,0,2,0,0,0),(79747,1756,0,1,1,0,1,-8541.23,450.202,105.1,2.21657,430,0,0,25200,0,0,0,0,0),(79748,2285,0,1,1,0,0,-8549.9,386.121,108.469,5.77704,540,0,0,1753,0,0,0,0,0),(79749,1439,0,1,1,0,1,-8562.78,369.692,108.569,0.471239,180,0,0,198,0,0,0,0,0),(79750,6090,0,1,1,0,1,-8604.47,389.102,102.924,5.67232,180,0,0,198,0,0,0,0,0),(79751,1327,0,1,1,0,1,-8606.28,384.286,102.921,3.75668,310,0,0,1003,0,0,0,0,0),(79752,1478,0,1,1,0,1,-8605.97,388.41,102.925,5.41052,310,0,0,1003,0,0,0,0,0),(79753,1477,0,1,1,0,1,-8607.49,387.326,102.926,5.39307,310,0,0,1003,0,0,0,0,0),(79754,340,0,1,1,0,1,-8606.15,376.913,110.28,4.55531,430,0,0,2769,0,0,0,0,0),(79755,5482,0,1,1,0,1,-8610.9,364.64,99.7062,0.785398,310,0,0,1342,0,0,0,0,0),(79756,5483,0,1,1,0,1,-8608.36,358.496,99.7064,0.069813,310,0,0,1003,0,0,0,0,0),(79757,4075,0,1,1,0,0,-8607.22,364.055,92.1361,1.50001,180,10,0,8,0,1,0,0,0),(31452,4331,1,1,1,8249,1,-4377.23,-3368.13,40.5809,-1.20517,360,0,0,1471,1283,0,0,0,0),(31451,4344,1,1,1,2548,0,-3994.22,-3165.01,31.5108,2.5488,360,10,0,1305,1186,1,0,0,0),(31450,4324,1,1,1,397,0,-4412.8,-3348.7,34.7069,4.72637,360,10,0,1416,1236,1,0,0,0),(31449,4344,1,1,1,2548,0,-3953.86,-3179.65,30.7724,4.95467,360,10,0,1305,1186,1,0,0,0),(79766,1646,0,1,1,0,0,-8550.24,719.661,101.802,2.53073,310,0,0,1003,0,0,0,0,0),(79767,10782,0,1,1,0,1,-8552.63,729.489,108.848,3.85718,540,0,0,1753,0,0,0,0,0),(79768,14439,0,1,1,0,1,-8618.18,498.294,102.999,0.667497,350,0,1,50400,0,2,0,0,0),(79769,2198,0,1,1,0,0,-8854,743.15,100.751,0.607,180,0,1,71,0,2,0,0,0),(79770,1721,0,1,1,0,0,-8696.33,391.153,102.258,1.64061,180,0,0,102,0,2,0,0,0),(79771,1323,0,1,1,0,1,-8702.28,382.052,103.909,2.70526,310,0,0,1003,0,0,0,0,0),(79772,1341,0,1,1,0,0,-8705.86,376.13,103.809,2.60054,310,0,0,1003,0,0,0,0,0),(79773,6089,0,1,1,0,1,-8612.75,382.771,103.011,1.22173,430,0,0,2769,0,0,0,0,0),(79774,1324,0,1,1,0,0,-8660.31,381.223,104.451,2.26893,310,0,0,1003,0,0,0,0,0),(79775,3629,0,1,1,0,1,-8610.78,380.14,103.013,2.23402,180,0,0,102,0,0,0,0,0),(79776,1328,0,1,1,0,1,-8624.84,394.134,102.925,2.16253,350,0,1,4120,0,2,0,0,0),(79777,4075,0,1,1,0,0,-8611.82,367.793,92.1363,4.68357,180,10,0,8,0,1,0,0,0),(79778,5480,0,1,1,0,1,-8688.56,325.764,109.521,4.43314,540,0,0,1753,0,0,0,0,0),(79779,5479,0,1,1,0,1,-8689.32,323.237,109.521,1.29154,430,0,0,2769,0,0,0,0,0),(79780,914,0,1,1,0,1,-8705.41,329.59,111.689,5.88176,490,0,0,4120,0,0,0,0,0),(79781,7208,0,1,1,0,0,-8804.86,337.673,95.0976,2.63721,180,0,0,713,0,0,0,0,0),(79782,7207,0,1,1,0,1,-8805.56,331.968,95.0986,3.15905,540,0,0,2218,0,0,0,0,0),(79783,6946,0,1,1,0,1,-8819.92,362.534,109.604,5.2709,540,0,0,1753,0,0,0,0,0),(79784,1326,0,1,1,0,1,-8816.57,356.727,100.67,4.62512,250,0,0,713,0,0,0,0,0),(79785,332,0,1,1,0,1,-8815.27,362.3,109.604,4.55531,2100,0,0,4370,0,0,0,0,0),(79786,1325,0,1,1,0,1,-8807.56,328.195,102.336,1.48353,310,0,0,1003,0,0,0,0,0),(79787,13283,0,1,1,0,1,-8790.2,328.033,103.17,3.01942,490,0,0,4120,2620,0,0,0,0),(79788,918,0,1,1,0,1,-8752.3,377.572,101.139,1.29154,490,0,0,4120,0,0,0,0,0),(79789,8383,0,1,1,0,1,-8706.12,316.767,103.19,5.95157,490,0,0,20958,0,0,0,0,0),(52377,17964,547,3,1,0,0,-114.968,-747.156,37.9846,0.890118,86400,0,0,1,0,0,0,0,0),(79792,1976,0,1,1,0,1,-8818.15,666.503,95.4248,3.15368,900,0,1,11828,0,2,0,0,0),(79793,4075,0,1,1,0,0,-8799.87,651.868,94.6152,4.48025,180,0,0,8,0,0,0,0,0),(31439,4347,1,1,1,2707,0,-3556.01,-3111.8,35.007,5.46741,360,5,0,1536,0,1,0,0,0),(79796,3520,0,1,1,0,0,-8656.45,676.937,108.141,2.33112,180,0,0,55,0,2,0,0,0),(79797,1298,0,1,1,0,1,-8795.48,709.113,102.367,4.59022,310,0,0,1003,0,0,0,0,0),(79798,1299,0,1,1,0,0,-8773.68,709.888,99.6172,0.767945,310,0,0,1003,0,0,0,0,0),(79799,1297,0,1,1,0,1,-8791.82,702.675,102.367,3.14159,310,0,0,1003,0,0,0,0,0),(79800,1428,0,1,1,0,0,-8777.6,713.496,99.6172,0.593412,310,0,0,1342,0,0,0,0,0),(79802,1349,0,1,1,0,0,-8662.6,793.156,101.902,3.76991,310,0,0,1003,0,0,0,0,0),(79803,14496,0,1,1,0,0,-8614.73,738.285,101.893,0.912321,180,0,0,42,0,0,0,0,0),(79804,14496,0,1,1,0,0,-8615.78,739.555,101.894,2.37221,180,0,0,42,0,0,0,0,0),(79805,14496,0,1,1,0,0,-8617.75,730.553,101.904,6.24108,180,5,0,42,0,1,0,0,0),(79806,14450,0,1,1,0,0,-8621.17,744.422,96.8627,3.33358,180,0,0,198,0,0,0,0,0),(79807,1976,0,1,1,0,1,-8614.9,707.248,96.7702,3.19968,900,0,0,11828,0,2,0,0,0),(79808,1405,0,1,1,0,0,-8713.66,801.15,98.0096,3.4383,180,0,0,42,0,0,0,0,0),(79809,1350,0,1,1,0,0,-8666.89,798.411,101.902,3.735,310,0,0,1003,0,0,0,0,0),(79810,1444,0,1,1,0,1,-8623.24,766.655,97.4033,0.837758,540,0,0,1753,0,0,0,0,0),(79811,14497,0,1,1,0,1,-8603.79,732.194,101.987,2.30383,190,0,0,405,1202,0,0,0,0),(79812,14496,0,1,1,0,0,-8621.93,751.493,96.7368,4.34055,180,5,0,42,0,1,0,0,0),(79813,14496,0,1,1,0,0,-8603.15,743.224,101.904,3.52019,180,5,0,42,0,1,0,0,0),(79814,1976,0,1,1,0,1,-8563.95,751.397,96.6507,0.70585,900,0,0,11828,0,2,0,0,0),(79815,1368,0,1,1,0,1,-8582.03,633.634,96.338,4.98933,180,0,0,42,0,2,0,0,0),(79816,1371,0,1,1,0,1,-8583.88,633.127,96.338,4.98933,180,0,0,42,0,2,0,0,0),(79817,1370,0,1,1,0,1,-8580.51,635.108,96.338,4.98933,180,0,0,42,0,2,0,0,0),(79818,14423,0,1,1,0,1,-8833.45,545.681,96.7027,0.655296,350,0,1,50400,0,2,0,0,0),(79819,68,0,1,1,0,1,-8813.59,803.421,98.5887,3.9968,900,0,0,15952,0,0,0,0,0),(79820,4078,0,1,1,0,1,-8999.45,801.736,105.47,6.03884,310,0,0,1163,0,0,0,0,0),(79821,14722,0,1,1,0,0,-8942.03,785.805,97.4045,0.20944,325,0,0,1220,0,0,0,0,0),(79822,1314,0,1,1,0,0,-8946.15,798.843,91.0251,5.0091,310,0,0,1003,0,0,0,0,0),(79823,1347,0,1,1,0,0,-8942.84,799.544,91.0251,4.92183,310,0,0,1003,0,0,0,0,0),(79824,1300,0,1,1,0,0,-8939.55,793.706,91.0251,3.15905,250,0,0,713,0,0,0,0,0),(79825,5566,0,1,1,0,1,-8969.99,779.636,95.9744,4.10152,310,0,0,1342,0,0,0,0,0),(79826,1346,0,1,1,0,0,-8938.1,800.706,91.0251,4.34587,540,0,0,2399,0,0,0,0,0),(79827,1315,0,1,1,0,0,-8863.45,801.819,97.5057,3.00197,310,0,0,1003,0,0,0,0,0),(79828,1317,0,1,1,0,0,-8858.31,803.735,96.5175,5.35816,310,0,0,1342,0,0,0,0,0),(79829,11068,0,1,1,0,1,-8849.87,801.497,96.4173,3.47321,250,0,0,713,0,0,0,0,0),(79538,17816,547,3,1,0,0,-87.9355,-446.624,-1.56181,4.88088,86400,1,0,15489,0,1,0,0,0),(79831,1313,0,1,1,0,1,-8987.74,751.759,98.4145,0.959931,310,0,0,1003,0,0,0,0,0),(79832,5499,0,1,1,0,1,-8993.05,755.79,98.4145,0.296706,310,0,0,1342,0,0,0,0,0),(79833,5503,0,1,1,0,1,-8983.79,753.764,98.4145,1.78024,310,0,0,1003,0,0,0,0,0),(79834,5500,0,1,1,0,1,-8987.94,759.196,98.4145,0.174533,310,0,0,1107,0,0,0,0,0),(79835,5494,0,1,1,0,1,-8803.94,765.689,96.4213,3.1765,310,0,0,1003,0,0,0,0,0),(79836,5493,0,1,1,0,1,-8802.57,767.463,96.4213,1.6057,310,0,0,1342,0,0,0,0,0),(79837,277,0,1,1,0,0,-8886.15,679.911,100.08,2.12825,310,0,0,1003,0,0,0,0,0),(79838,1301,0,1,1,0,1,-8895.82,681.648,100.163,0.715585,310,0,0,1003,0,0,0,0,0),(79839,1431,0,1,1,0,1,-8884.88,675.547,100.263,1.93731,310,0,0,1003,0,0,0,0,0),(79840,68,0,1,1,0,1,-8836.68,722.916,97.7159,2.02606,900,0,0,15952,0,0,0,0,0),(79841,6740,0,1,1,0,0,-8867.79,673.673,97.9864,5.20108,310,0,0,1003,0,0,0,0,0),(79850,17816,547,3,1,0,0,23.4494,-73.5745,-1.59054,2.38901,86400,0,0,15489,0,2,0,0,0),(79855,17816,547,3,1,0,0,28.6373,-79.4699,-1.59054,5.62485,86400,0,0,15489,0,2,0,0,0),(79856,17817,547,3,1,0,0,24.7658,-84.4754,-1.59054,5.62485,86400,0,0,15489,0,2,0,0,0),(79545,17816,547,3,1,0,0,-11.42,-219.051,-1.59055,1.5969,86400,1,0,15489,0,1,0,0,0),(79848,4075,0,1,1,0,0,-8793.15,675.61,101.916,1.43058,180,0,0,8,0,0,0,0,0),(79846,17816,547,3,1,0,0,-101.01,-465.098,-1.17822,0.443382,86400,1,0,15489,0,1,0,0,0),(79851,17817,547,3,1,0,0,-198.296,-697.77,37.4455,4.96924,86400,0,0,15489,0,2,0,0,0),(79495,17817,547,3,1,0,0,-116.268,-201.302,-1.45323,2.77264,86400,1,0,15489,0,1,0,0,0),(79853,2457,0,1,1,0,0,-8939.28,620.538,99.606,0.506145,540,0,0,5544,0,0,0,0,0),(79854,14394,0,1,1,0,0,-8986.33,555.95,93.943,5.91667,490,0,0,39072,2434,0,0,0,0),(79528,17816,547,3,1,0,0,-114.612,-208.805,-1.45503,5.14061,86400,1,0,15489,0,1,0,0,0),(79857,68,0,1,1,0,1,-8995.8,496.151,96.8077,0.720081,900,0,0,15952,0,2,0,0,0),(79859,68,0,1,1,0,1,-8958.4,509.049,96.5968,0.70014,900,0,0,15952,0,2,0,0,0),(79860,20407,0,1,1,0,1,-9031.63,549.8,73.4711,5.18363,180,0,0,3297,2434,0,0,0,0),(79861,68,0,1,1,0,1,-9078.46,440.514,93.2955,5.37561,900,0,0,15952,0,0,0,0,0),(79862,17804,0,1,1,0,0,-9042.23,434.241,93.3788,2.23402,300,0,0,3082,0,0,0,0,0),(79863,68,0,1,1,0,1,-9062.18,420.085,93.2955,2.25148,900,0,0,15952,0,0,0,0,0),(79864,68,0,1,1,0,1,-9095.62,422.026,92.0445,4.04916,900,0,0,15952,0,0,0,0,0),(79865,68,0,1,1,0,1,-9085.59,408.559,92.1695,3.47321,900,0,0,15952,0,0,0,0,0),(79866,721,0,1,1,0,0,-9076.24,380.184,92.6135,1.75777,180,10,0,1,0,1,0,0,0),(79867,721,0,1,1,0,0,-9145.99,417.829,93.9833,1.5708,180,10,0,1,0,1,0,0,0),(79868,890,0,1,1,0,0,-9181.07,414.55,89.6092,4.7957,180,0,0,8,0,0,0,0,0),(79869,883,0,1,1,0,0,-9188.38,420.498,90.8592,2.98929,180,5,0,1,0,1,0,0,0),(79870,721,0,1,1,0,0,-9172.34,469.566,104.185,0.505691,180,10,0,1,0,1,0,0,0),(79871,2442,0,1,1,0,0,-9189.98,430.771,92.4673,3.3122,180,5,0,1,0,1,0,0,0),(79872,721,0,1,1,0,0,-9139.18,355.357,91.7032,4.10822,180,10,0,1,0,1,0,0,0),(79873,721,0,1,1,0,0,-9214.43,344.521,73.7192,2.74268,180,10,0,1,0,1,0,0,0),(79874,883,0,1,1,0,0,-9205.02,340.429,73.3442,5.27145,180,5,0,1,0,1,0,0,0),(79875,1423,0,1,1,0,1,-9181.74,310.279,78.9794,1.58252,190,0,0,1124,0,0,0,0,0),(79876,525,0,1,1,0,0,-9224.23,418.613,87.9368,0.047608,180,10,0,102,0,1,0,0,0),(79877,94,0,1,1,0,1,-9217.53,232.167,73.029,4.64607,180,5,0,102,0,1,0,0,0),(79878,883,0,1,1,0,0,-9234.25,254.141,72.9114,2.8935,180,5,0,1,0,1,0,0,0),(79879,890,0,1,1,0,0,-9231.44,253.441,72.8208,2.89989,180,10,0,8,0,1,0,0,0),(79880,2442,0,1,1,0,0,-9225.26,259.278,72.6654,4.66506,180,5,0,1,0,1,0,0,0),(79881,5917,0,1,1,0,0,-9266.12,354.4,76.6919,2.2945,180,0,0,42,0,2,0,0,0),(79882,721,0,1,1,0,0,-9213.91,273.681,74.2265,4.57673,180,10,0,1,0,1,0,0,0),(79883,30,0,1,1,0,0,-9233.27,271.076,72.78,3.25266,180,5,0,102,0,1,0,0,0),(79884,721,0,1,1,0,0,-9215.63,192.999,69.4072,2.10084,180,10,0,1,0,1,0,0,0),(79885,94,0,1,1,0,1,-9193.79,179.546,73.7525,5.65411,180,5,0,102,0,1,0,0,0),(79886,721,0,1,1,0,0,-9221.01,106.726,73.9549,4.82008,180,10,0,1,0,1,0,0,0),(79887,94,0,1,1,0,1,-9181.75,81.5951,77.8001,2.67358,180,5,0,102,0,1,0,0,0),(79888,94,0,1,1,0,1,-9162.37,84.6315,77.0762,1.91986,180,5,0,102,0,1,0,0,0),(79889,94,0,1,1,0,1,-9158.63,88.1075,76.4952,3.05433,180,5,0,102,0,1,0,0,0),(79890,94,0,1,1,0,1,-9162.57,94.5477,76.3557,3.78736,180,5,0,102,0,1,0,0,0),(79891,94,0,1,1,0,1,-9185.47,118.826,74.5898,4.68115,180,5,0,102,0,1,0,0,0),(79892,94,0,1,1,0,1,-9210.65,134.54,72.7013,4.70716,180,5,0,102,0,1,0,0,0),(79893,94,0,1,1,0,1,-9237.66,40.2561,73.3568,3.72285,180,5,0,102,0,1,0,0,0),(79894,299,0,1,1,0,0,-9221.41,46.3592,74.7942,6.15518,180,10,0,42,0,1,0,0,0),(79895,525,0,1,1,0,0,-9211.86,49.6484,75.5856,1.7138,180,10,0,102,0,1,0,0,0),(79896,94,0,1,1,0,1,-9143.14,58.0315,77.4185,5.11831,180,5,0,102,0,1,0,0,0),(79897,94,0,1,1,0,1,-9178.42,37.4651,77.9614,4.87576,180,5,0,102,0,1,0,0,0),(79898,94,0,1,1,0,1,-9197.86,73.8136,77.4574,4.42985,180,5,0,102,0,1,0,0,0),(79899,525,0,1,1,0,0,-9277.91,-11.2201,70.6536,0.121179,180,10,0,102,0,1,0,0,0),(79900,299,0,1,1,0,0,-9222.11,-39.7406,73.8181,1.76359,180,10,0,42,0,1,0,0,0),(79901,94,0,1,1,0,1,-9251.36,-11.6955,73.4498,4.86727,180,5,0,102,0,1,0,0,0),(79902,6368,0,1,1,0,0,-9177.55,-10.9676,79.1202,0.208455,180,5,0,1,0,1,0,0,0),(79903,6368,0,1,1,0,0,-9185.84,-6.26367,77.9952,3.85509,180,5,0,1,0,1,0,0,0),(79904,6368,0,1,1,0,0,-9164.44,-6.83258,79.4985,3.37061,180,5,0,1,0,1,0,0,0),(79905,7385,0,1,1,0,0,-9173.6,-0.252902,80.3948,1.99512,370,0,0,42,0,0,0,0,0),(79906,6368,0,1,1,0,0,-9159.23,-1.84042,79.3735,6.06882,180,5,0,1,0,1,0,0,0),(79907,94,0,1,1,0,1,-9213.33,19.113,77.096,0.692428,180,5,0,102,0,1,0,0,0),(79908,7381,0,1,1,0,0,-9173.94,1.30174,80.3945,6.09201,300,0,0,42,0,0,0,0,0),(79909,7382,0,1,1,0,0,-9170.25,2.46752,80.4049,1.56278,300,0,0,42,0,0,0,0,0),(79910,7384,0,1,1,0,0,-9175.33,3.87259,80.3912,4.33778,180,0,0,42,0,0,0,0,0),(79911,6368,0,1,1,0,0,-9180.5,13.5264,79.2606,5.98203,180,5,0,1,0,1,0,0,0),(79912,6367,0,1,1,0,1,-9176.5,0.704102,80.4761,5.79449,180,0,0,102,0,0,0,0,0),(79913,6368,0,1,1,0,0,-9188.4,5.30065,78.1142,1.12691,180,5,0,1,0,1,0,0,0),(79914,6368,0,1,1,0,0,-9156.63,15.9581,78.5701,1.64355,180,5,0,1,0,1,0,0,0),(79915,6368,0,1,1,0,0,-9163.13,7.73827,79.0701,3.57267,180,5,0,1,0,1,0,0,0),(79916,6368,0,1,1,0,0,-9167.8,17.7601,78.9207,4.27481,180,5,0,1,0,1,0,0,0),(79917,94,0,1,1,0,1,-9120.66,38.1426,82.754,5.63773,180,5,0,102,0,1,0,0,0),(79918,2442,0,1,1,0,0,-9167.85,13.3317,79.0457,3.00682,180,5,0,1,0,1,0,0,0),(79919,2442,0,1,1,0,0,-9157.46,13.7152,78.6951,3.12673,180,5,0,1,0,1,0,0,0),(79920,299,0,1,1,0,0,-9290,-10.2439,69.4036,5.69506,180,10,0,42,0,1,0,0,0),(79921,525,0,1,1,0,0,-9222.78,-53.9854,73.6102,5.97606,180,10,0,102,0,1,0,0,0),(79922,2442,0,1,1,0,0,-9226.41,-59.2634,74.2215,3.07871,180,5,0,1,0,1,0,0,0),(79923,94,0,1,1,0,1,-9109.14,6.64692,88.2881,5.75035,180,5,0,102,0,1,0,0,0),(79924,883,0,1,1,0,0,-9097.14,-14.5558,91.0138,5.11138,180,5,0,1,0,1,0,0,0),(79925,6774,0,1,1,0,0,-9044.56,-45.9817,88.4193,3.08923,180,0,0,198,0,0,0,0,0),(79926,1642,0,1,1,0,1,-9047.58,-101.24,88.3071,1.98968,430,0,0,11828,0,0,0,0,0),(79927,1642,0,1,1,0,1,-9047.72,-65.2479,88.182,4.62545,430,0,0,11828,0,2,0,0,0),(79928,299,0,1,1,0,0,-9025.26,-113.884,87.6897,5.90885,180,10,0,42,0,1,0,0,0),(79929,1642,0,1,1,0,1,-9061.28,-46.7949,88.795,1.5708,430,0,0,11828,0,0,0,0,0),(79930,1642,0,1,1,0,1,-9060.42,-39.0625,88.295,4.71239,430,0,0,11828,0,0,0,0,0),(79931,1642,0,1,1,0,1,-9034.7,7.06125,88.0834,5.06145,430,0,0,11828,0,0,0,0,0),(79932,1642,0,1,1,0,1,-9022.7,2.68442,88.3783,2.48363,430,0,0,11828,0,2,0,0,0),(79933,299,0,1,1,0,0,-8953.62,-48.5983,91.9745,1.52582,180,10,0,42,0,1,0,0,0),(79934,299,0,1,1,0,0,-8971.19,-52.8166,91.7821,5.59298,180,10,0,42,0,1,0,0,0),(79935,299,0,1,1,0,0,-8979.68,-64.6176,90.3669,4.30211,180,10,0,42,0,1,0,0,0),(79936,299,0,1,1,0,0,-8970.22,-87.6545,87.0364,3.96984,180,10,0,42,0,1,0,0,0),(79937,299,0,1,1,0,0,-8952.08,-83.9177,88.1923,5.93131,180,10,0,42,0,1,0,0,0),(79938,299,0,1,1,0,0,-9002.51,-129.957,84.2971,2.56219,180,10,0,42,0,1,0,0,0),(79939,299,0,1,1,0,0,-8938.02,-49.7685,90.7206,2.82973,180,10,0,42,0,1,0,0,0),(79940,299,0,1,1,0,0,-8925.81,-38.3764,92.0904,6.08847,180,10,0,42,0,1,0,0,0),(79941,299,0,1,1,0,0,-8919.35,-52.6967,87.9581,0.302009,180,10,0,42,0,1,0,0,0),(79942,823,0,1,1,0,1,-8947.64,-132.319,83.7199,3.33358,180,0,0,417,0,0,0,0,0),(79943,5403,0,1,1,0,0,-8933.85,-166.93,81.0317,0,180,0,0,42,0,0,0,0,0),(79944,721,0,1,1,0,0,-8954.53,-161.289,81.7223,4.62946,180,10,0,1,0,1,0,0,0),(79945,299,0,1,1,0,0,-8993.86,-153.85,81.1214,0.192583,180,10,0,42,0,1,0,0,0),(79946,299,0,1,1,0,0,-9023.11,-141.786,83.659,2.96681,180,10,0,42,0,1,0,0,0),(79947,721,0,1,1,0,0,-8931.63,-137.105,82.8369,1.21334,180,10,0,1,0,1,0,0,0),(79948,1642,0,1,1,0,1,-8914.44,-134.267,80.5523,5.17342,430,0,0,11828,0,2,0,0,0),(79949,11940,0,1,1,0,0,-8908.31,-108.521,81.9314,4.13643,180,0,0,102,0,0,0,0,0),(79950,152,0,1,1,0,1,-8901.59,-112.716,82.0314,3.31613,180,0,0,102,0,0,0,0,0),(79951,190,0,1,1,0,0,-8897.71,-115.328,81.9982,3.78736,180,0,0,102,0,0,0,0,0),(79952,1213,0,1,1,0,1,-8898.23,-119.838,82.016,2.74017,180,0,0,102,0,0,0,0,0),(79953,78,0,1,1,0,1,-8909.46,-104.163,82.0314,4.39823,180,0,0,102,0,0,0,0,0),(79954,299,0,1,1,0,0,-8867.79,-69.8964,84.732,2.01698,180,10,0,42,0,1,0,0,0),(79955,299,0,1,1,0,0,-8879.21,-50.3677,86.811,3.42225,180,10,0,42,0,1,0,0,0),(79956,69,0,1,1,0,0,-8872.65,-57.9788,86.311,1.4592,180,5,0,55,0,1,0,0,0),(79957,299,0,1,1,0,0,-8918.72,-73.92,88.3627,5.72065,180,10,0,42,0,1,0,0,0),(79958,299,0,1,1,0,0,-8883.51,-59.0416,85.936,5.39762,180,10,0,42,0,1,0,0,0),(79959,299,0,1,1,0,0,-8886.96,-85.4681,85.3813,1.99338,180,10,0,42,0,1,0,0,0),(79960,299,0,1,1,0,0,-8876.07,-114.909,81.2399,5.51329,180,10,0,42,0,1,0,0,0),(79961,69,0,1,1,0,0,-8989.88,-170.731,78.3374,1.19042,180,5,0,55,0,1,0,0,0),(79962,198,0,1,1,0,1,-8851.57,-188.234,89.4958,2.9147,180,0,0,102,0,0,0,0,0),(79963,375,0,1,1,0,1,-8853.59,-193.336,82.1157,2.54818,180,0,0,102,0,0,0,0,0),(79964,911,0,1,1,0,1,-8918.36,-208.411,82.3088,6.05629,180,0,0,102,0,0,0,0,0),(79965,6373,0,1,1,0,1,-8927.62,-201.787,80.6824,2.26893,180,0,0,143,319,0,0,0,0),(79966,459,0,1,1,0,1,-8926.74,-195.589,80.7714,2.79253,180,0,0,102,0,0,0,0,0),(79967,925,0,1,1,0,1,-8914.57,-215.016,82.2996,1.20428,180,0,0,102,0,0,0,0,0),(79968,952,0,1,1,0,0,-8902.13,-181.646,113.24,0.872665,430,0,0,2769,0,0,0,0,0),(79969,951,0,1,1,0,1,-8874.87,-186.332,82.1206,1.309,250,0,0,840,0,0,0,0,0),(79970,197,0,1,1,0,1,-8902.59,-162.606,82.0223,2.04204,190,0,0,484,0,0,0,0,0),(79971,196,0,1,1,0,1,-8869.22,-163.237,80.9719,0.959931,180,0,0,71,0,0,0,0,0),(79972,721,0,1,1,0,0,-8890.02,-214.179,80.9554,5.9517,180,10,0,1,0,1,0,0,0),(51827,8207,1,1,1,0,0,-7532.62,-3626.84,10.3282,2.11731,9900,0,0,2399,0,0,0,0,0),(79974,299,0,1,1,0,0,-8826.85,-159.473,80.208,3.99024,180,10,0,42,0,1,0,0,0),(79975,69,0,1,1,0,0,-8851.41,-84.09,84.0794,5.4171,180,5,0,55,0,1,0,0,0),(79976,299,0,1,1,0,0,-8860.79,-87.9941,82.4953,4.86537,180,10,0,42,0,1,0,0,0),(79977,299,0,1,1,0,0,-8815.7,-110.295,82.4108,1.8314,180,10,0,42,0,1,0,0,0),(79978,299,0,1,1,0,0,-8820.1,-91.1454,84.7704,2.26079,180,10,0,42,0,1,0,0,0),(79979,299,0,1,1,0,0,-8844.26,-45.0241,86.9295,1.89413,180,10,0,42,0,1,0,0,0),(79980,299,0,1,1,0,0,-8854.87,-106.428,80.9344,5.97907,180,10,0,42,0,1,0,0,0),(79981,299,0,1,1,0,0,-8827.2,-100.013,84.4858,5.23202,180,10,0,42,0,1,0,0,0),(79982,299,0,1,1,0,0,-8820.37,-79.6791,86.4006,6.21158,180,10,0,42,0,1,0,0,0),(79983,299,0,1,1,0,0,-8828.87,-69.3906,87.0256,0.512979,180,10,0,42,0,1,0,0,0),(79984,299,0,1,1,0,0,-8856.48,-131.607,81.3476,3.83983,180,10,0,42,0,1,0,0,0),(79985,299,0,1,1,0,0,-8838.49,-133.395,81.3375,4.58528,180,10,0,42,0,1,0,0,0),(79986,915,0,1,1,0,1,-8863.47,-210.905,80.755,4.41568,180,0,0,102,0,0,0,0,0),(79987,69,0,1,1,0,0,-8813.36,-179.602,82.1866,1.63724,180,5,0,55,0,1,0,0,0),(79988,299,0,1,1,0,0,-8810.28,-179.303,82.069,1.96849,180,10,0,42,0,1,0,0,0),(79989,69,0,1,1,0,0,-8804.49,-136.622,83.6897,3.02099,180,5,0,55,0,1,0,0,0),(79990,299,0,1,1,0,0,-8806.25,-143.212,83.57,1.33151,180,10,0,42,0,1,0,0,0),(79991,721,0,1,1,0,0,-8829.68,-213.486,83.9962,1.54931,180,10,0,1,0,1,0,0,0),(79992,6,0,1,1,0,1,-8783.05,-161.565,82.0352,0.904036,180,5,0,42,0,1,0,0,0),(79993,6,0,1,1,0,1,-8774.13,-184.494,83.1764,1.59099,180,5,0,42,0,1,0,0,0),(79994,6,0,1,1,0,1,-8794.45,-170.399,81.5514,1.74907,180,5,0,42,0,1,0,0,0),(79995,6,0,1,1,0,1,-8794.96,-134.15,83.0352,2.1558,180,5,0,42,0,1,0,0,0),(79996,6,0,1,1,0,1,-8789.91,-143.313,82.7331,2.96193,180,5,0,42,0,1,0,0,0),(79997,69,0,1,1,0,0,-8747.56,-135.783,83.7125,5.44551,180,5,0,55,0,1,0,0,0),(79998,6,0,1,1,0,1,-8768.46,-176.434,83.4446,3.31613,180,0,0,42,0,0,0,0,0),(79999,6,0,1,1,0,1,-8752.95,-160.776,84.243,2.22203,180,5,0,42,0,1,0,0,0),(80000,6,0,1,1,0,1,-8779.8,-195.355,84.0514,3.78246,180,5,0,42,0,1,0,0,0),(80001,6,0,1,1,0,1,-8775.9,-148.466,81.4102,4.05152,180,5,0,42,0,1,0,0,0),(80002,6,0,1,1,0,1,-8785.46,-171.229,81.6764,5.11032,180,5,0,42,0,1,0,0,0),(80003,257,0,1,1,0,1,-8763.31,-159.256,82.9625,5.98151,180,5,0,71,0,1,0,0,0),(80004,257,0,1,1,0,1,-8756.81,-171.434,84.8866,3.52798,180,5,0,71,0,1,0,0,0),(80005,257,0,1,1,0,1,-8769.9,-138.115,82.5352,0.362188,180,5,0,71,0,1,0,0,0),(80006,299,0,1,1,0,0,-8824.51,-58.7339,88.6915,3.69501,180,10,0,42,0,1,0,0,0),(80007,299,0,1,1,0,0,-8808.48,-91.4317,84.1506,3.60744,180,10,0,42,0,1,0,0,0),(80008,69,0,1,1,0,0,-8781.32,-59.8318,91.8378,5.18477,180,5,0,55,0,1,0,0,0),(80009,69,0,1,1,0,0,-8752.63,-81.9882,92.7991,0.638906,180,5,0,55,0,1,0,0,0),(80010,69,0,1,1,0,0,-8761.9,-66.2644,92.2944,4.47272,180,5,0,55,0,1,0,0,0),(80011,6,0,1,1,0,1,-8765.28,-93.41,89.7241,0.129198,180,5,0,42,0,1,0,0,0),(80012,6,0,1,1,0,1,-8771.45,-115.916,83.365,0.383972,180,0,0,42,0,0,0,0,0),(80013,6,0,1,1,0,1,-8794.01,-118.5,83.5315,1.02964,180,5,0,42,0,1,0,0,0),(80014,6,0,1,1,0,1,-8778.78,-125.732,82.7815,1.30576,180,5,0,42,0,1,0,0,0),(80015,6,0,1,1,0,1,-8781.3,-115.552,82.8641,0.122173,180,0,0,42,0,0,0,0,0),(80016,6,0,1,1,0,1,-8766.97,-117.391,83.6927,2.30383,180,0,0,42,0,0,0,0,0),(80017,6,0,1,1,0,1,-8761.02,-127.543,83.4305,1.01327,180,5,0,42,0,1,0,0,0),(80018,6,0,1,1,0,1,-8780.05,-108.379,83.6632,5.79449,180,0,0,42,0,0,0,0,0),(80019,6,0,1,1,0,1,-8772.89,-103.59,86.1565,5.22354,180,5,0,42,0,1,0,0,0),(80020,257,0,1,1,0,1,-8768.63,-113.135,83.7815,0.0699,180,5,0,71,0,1,0,0,0),(80021,257,0,1,1,0,1,-8786.94,-105.911,83.4065,0.976494,180,5,0,71,0,1,0,0,0),(80022,257,0,1,1,0,1,-8770.12,-117.703,83.4954,0,180,0,0,71,0,0,0,0,0),(80023,257,0,1,1,0,1,-8767.71,-111.647,84.3424,4.15388,180,0,0,71,0,0,0,0,0),(80024,6,0,1,1,0,1,-8749.15,-114.985,85.9305,6.13703,180,5,0,42,0,1,0,0,0),(80025,69,0,1,1,0,0,-8789.76,-69.806,90.19,5.7897,180,5,0,55,0,1,0,0,0),(80026,257,0,1,1,0,1,-8752.36,-101.854,87.9305,1.63139,180,5,0,71,0,1,0,0,0),(80027,299,0,1,1,0,0,-8799.31,-70.4097,88.9475,1.9513,180,10,0,42,0,1,0,0,0),(80028,6,0,1,1,0,1,-8753.58,-192.765,85.7976,1.5708,180,0,0,42,0,0,0,0,0),(80029,721,0,1,1,0,0,-8752.2,-197.95,86.1366,3.12472,180,10,0,1,0,1,0,0,0),(80030,69,0,1,1,0,0,-8718.79,-148.353,86.1238,3.38237,180,5,0,55,0,1,0,0,0),(80031,6,0,1,1,0,1,-8757.55,-180.684,85.0116,1.62418,180,5,0,42,0,1,0,0,0),(80032,6,0,1,1,0,1,-8768.17,-190.502,84.5514,6.08596,180,5,0,42,0,1,0,0,0),(80033,257,0,1,1,0,1,-8721.69,-155.805,85.3738,5.30705,180,5,0,71,0,1,0,0,0),(80034,257,0,1,1,0,1,-8717.47,-144.581,86.4988,0.432977,180,5,0,71,0,1,0,0,0),(80035,257,0,1,1,0,1,-8698.78,-161.758,89.1669,1.97494,180,5,0,71,0,1,0,0,0),(80036,257,0,1,1,0,1,-8742.24,-176.21,85.6366,5.59501,180,5,0,71,0,1,0,0,0),(80037,257,0,1,1,0,1,-8727.35,-133.797,86.9388,0.016385,180,5,0,71,0,1,0,0,0),(80038,721,0,1,1,0,0,-8680.28,-83.5984,91.627,5.55718,180,10,0,1,0,1,0,0,0),(80039,883,0,1,1,0,0,-8679.93,-98.3911,89.5294,6.19524,180,5,0,1,0,1,0,0,0),(80040,69,0,1,1,0,0,-8736.29,-72.8328,92.0231,6.01294,180,5,0,55,0,1,0,0,0),(80041,69,0,1,1,0,0,-8753.2,-33.3754,92.5098,1.87129,180,5,0,55,0,1,0,0,0),(80042,69,0,1,1,0,0,-8748.67,-50.3176,92.2134,2.86224,180,5,0,55,0,1,0,0,0),(80043,69,0,1,1,0,0,-8737.09,-94.3173,90.1741,3.34832,180,5,0,55,0,1,0,0,0),(79540,17816,547,3,1,0,0,-118.561,-210.211,-1.51529,4.20206,86400,1,0,15489,0,1,0,0,0),(80045,257,0,1,1,0,1,-8706.28,-129.849,86.2483,3.47469,180,5,0,71,0,1,0,0,0),(80046,257,0,1,1,0,1,-8701.35,-118.101,88.8733,0.843928,180,5,0,71,0,1,0,0,0),(80047,257,0,1,1,0,1,-8718.7,-98.3166,88.3631,5.60389,180,5,0,71,0,1,0,0,0),(80048,257,0,1,1,0,1,-8695.02,-114.396,89.3617,3.886,180,5,0,71,0,1,0,0,0),(80049,257,0,1,1,0,1,-8695.04,-103.437,89.6117,3.47724,180,5,0,71,0,1,0,0,0),(80050,257,0,1,1,0,1,-8713.42,-90.302,89.5737,5.2409,180,5,0,71,0,1,0,0,0),(80051,257,0,1,1,0,1,-8707.58,-108.406,89.1233,2.23404,180,5,0,71,0,1,0,0,0),(80052,257,0,1,1,0,1,-8691.02,-80.2893,90.1544,0.100076,180,5,0,71,0,1,0,0,0),(80053,257,0,1,1,0,1,-8684.79,-71.4061,91.0294,1.34379,180,5,0,71,0,1,0,0,0),(80054,257,0,1,1,0,1,-8698.44,-70.5609,90.2794,2.97837,180,5,0,71,0,1,0,0,0),(80055,257,0,1,1,0,1,-8686.47,-108.002,89.3114,3.22886,180,0,0,71,0,0,0,0,0),(80056,257,0,1,1,0,1,-8680.79,-120.071,90.8183,2.58309,180,0,0,71,0,0,0,0,0),(80057,257,0,1,1,0,1,-8671.76,-127.471,91.9537,3.69248,180,7,0,71,0,1,0,0,0),(80058,257,0,1,1,0,1,-8725.92,-109.693,86.2483,0.481521,180,5,0,71,0,1,0,0,0),(80059,257,0,1,1,0,1,-8667.23,-116.46,92.4403,1.51229,180,7,0,71,0,1,0,0,0),(80060,80,0,1,1,0,1,-8671.83,-123.34,92.1135,1.68621,180,7,0,71,0,1,0,0,0),(80061,721,0,1,1,0,0,-8718.02,-112.688,87.425,0,180,10,0,1,0,1,0,0,0),(80062,721,0,1,1,0,0,-8673.78,-189.267,91.329,0.563237,180,10,0,1,0,1,0,0,0),(80063,883,0,1,1,0,0,-8686.67,-197.311,92.329,3.94988,180,5,0,1,0,1,0,0,0),(80064,80,0,1,1,0,1,-8632.33,-143.753,86.3842,3.27452,180,7,0,71,0,1,0,0,0),(80065,80,0,1,1,0,1,-8616.27,-143.334,87.4937,0.409049,180,7,0,71,0,1,0,0,0),(80066,80,0,1,1,0,1,-8640.19,-143.559,86.8829,1.44862,180,7,0,71,0,1,0,0,0),(80067,80,0,1,1,0,1,-8640.58,-113.289,86.9627,2.97738,180,7,0,71,0,1,0,0,0),(80068,80,0,1,1,0,1,-8635.27,-110.326,86.8396,4.78637,180,7,0,71,0,1,0,0,0),(80069,80,0,1,1,0,1,-8657.9,-124.669,90.9269,5.76153,180,7,0,71,0,1,0,0,0),(80070,80,0,1,1,0,1,-8639.08,-132.949,86.9817,6.08973,180,7,0,71,0,1,0,0,0),(80071,80,0,1,1,0,1,-8654.91,-127.006,89.5479,2.8159,180,0,0,71,0,0,0,0,0),(80072,257,0,1,1,0,1,-8741.43,-193.606,86.2892,1.22173,180,5,0,71,0,1,0,0,0),(80073,721,0,1,1,0,0,-8707.05,-204.728,90.7831,0.74278,180,10,0,1,0,1,0,0,0),(80074,80,0,1,1,0,1,-8613.77,-152.982,86.0714,3.08878,180,7,0,71,0,1,0,0,0),(80075,80,0,1,1,0,1,-8610.92,-171.602,85.6868,0.602958,180,7,0,71,0,1,0,0,0),(80076,80,0,1,1,0,1,-8596.08,-173.872,87.1276,2.94578,180,0,0,71,0,0,0,0,0),(80077,80,0,1,1,0,1,-8609.08,-141.239,87.6184,3.50514,180,0,0,71,0,0,0,0,0),(80078,80,0,1,1,0,1,-8601.23,-138.195,87.6999,4.00536,180,0,0,71,0,0,0,0,0),(80079,80,0,1,1,0,1,-8588.97,-147.395,89.6137,2.07603,180,0,0,71,0,0,0,0,0),(80080,80,0,1,1,0,1,-8550.41,-163.072,86.6575,3.8533,180,0,0,71,0,0,0,0,0),(80081,80,0,1,1,0,1,-8582.82,-171.929,91.0492,4.1382,180,0,0,71,0,0,0,0,0),(80082,80,0,1,1,0,1,-8573.48,-150.506,89.7627,1.40641,180,0,0,71,0,0,0,0,0),(80083,80,0,1,1,0,1,-8555.47,-149.37,88.3994,5.12587,180,0,0,71,0,0,0,0,0),(80084,80,0,1,1,0,1,-8559.72,-210.564,84.3106,2.62464,180,0,0,71,0,0,0,0,0),(80085,80,0,1,1,0,1,-8538.12,-184.356,84.0459,4.52718,180,0,0,71,0,0,0,0,0),(80086,80,0,1,1,0,1,-8548.78,-207.237,85.1833,5.05884,180,0,0,71,0,0,0,0,0),(80087,80,0,1,1,0,1,-8561.05,-217.528,85.5112,4.95625,180,0,0,71,0,0,0,0,0),(80088,80,0,1,1,0,1,-8564.94,-203.695,84.2832,1.86342,180,0,0,71,0,0,0,0,0),(80089,257,0,1,1,0,1,-8732.69,-197.638,88.1356,5.84854,180,0,0,71,0,0,0,0,0),(80090,721,0,1,1,0,0,-8753.91,2.80961,92.7651,3.43452,180,10,0,1,0,1,0,0,0),(80091,721,0,1,1,0,0,-8835.42,-10.7878,90.3409,4.89691,180,10,0,1,0,1,0,0,0),(80092,883,0,1,1,0,0,-8820.92,-7.87339,90.2892,4.96105,180,5,0,1,0,1,0,0,0),(80093,721,0,1,1,0,0,-8812.31,4.68013,92.2564,1.22803,180,10,0,1,0,1,0,0,0),(80094,6,0,1,1,0,1,-8760.26,-201.47,86.3046,0.963932,180,5,0,42,0,1,0,0,0),(80095,257,0,1,1,0,1,-8722.67,-207.828,89.6581,5.39678,180,5,0,71,0,1,0,0,0),(80096,257,0,1,1,0,1,-8732.07,-205.732,89.1581,5.04892,180,5,0,71,0,1,0,0,0),(80097,721,0,1,1,0,0,-8693.17,-293.164,86.948,1.53297,180,10,0,1,0,1,0,0,0),(80098,6,0,1,1,0,1,-8784.33,-245.049,83.121,3.66519,180,0,0,42,0,0,0,0,0),(80099,6,0,1,1,0,1,-8773.21,-242.694,83.9417,5.63666,180,5,0,42,0,1,0,0,0),(80100,6,0,1,1,0,1,-8765.42,-256.049,80.6917,3.86551,180,5,0,42,0,1,0,0,0),(80101,69,0,1,1,0,0,-8766.04,-232.213,85.4296,3.70092,180,5,0,55,0,1,0,0,0),(80102,257,0,1,1,0,1,-8762.35,-235.236,85.3167,1.36265,180,5,0,71,0,1,0,0,0),(80103,257,0,1,1,0,1,-8778.08,-254.596,82.0667,1.81161,180,5,0,71,0,1,0,0,0),(80104,721,0,1,1,0,0,-8753.21,-215.544,87.0546,5.40769,180,10,0,1,0,1,0,0,0),(80105,257,0,1,1,0,1,-8781.39,-274.644,78.8608,2.40847,180,5,0,71,0,1,0,0,0),(80106,69,0,1,1,0,0,-8752.87,-295.046,79.4607,5.62039,180,5,0,55,0,1,0,0,0),(80107,257,0,1,1,0,1,-8769.02,-272.632,78.2358,2.58601,180,5,0,71,0,1,0,0,0),(80108,6,0,1,1,0,1,-8810.02,-217.027,83.6212,1.46425,180,5,0,42,0,1,0,0,0),(80109,6,0,1,1,0,1,-8809.45,-233.871,82.5042,4.57276,180,0,0,42,0,0,0,0,0),(80110,6,0,1,1,0,1,-8805.95,-244.942,82.4202,1.95947,180,5,0,42,0,1,0,0,0),(80111,257,0,1,1,0,1,-8813.27,-244.145,82.2872,0,180,0,0,71,0,0,0,0,0),(80112,257,0,1,1,0,1,-8817.24,-228.768,82.9962,6.24274,180,5,0,71,0,1,0,0,0),(80113,69,0,1,1,0,0,-8805.37,-205.46,82.6964,6.05053,180,5,0,55,0,1,0,0,0),(80114,6,0,1,1,0,1,-8806.91,-226.327,82.8712,5.20619,180,5,0,42,0,1,0,0,0),(80115,6,0,1,1,0,1,-8796.38,-247.373,82.4417,4.31741,180,5,0,42,0,1,0,0,0),(80116,6,0,1,1,0,1,-8796.15,-258.344,82.8167,2.70763,180,5,0,42,0,1,0,0,0),(80117,257,0,1,1,0,1,-8786.88,-252.299,82.661,2.23402,180,0,0,71,0,0,0,0,0),(80118,9296,0,1,1,0,0,-8850.29,-224.03,81.7778,4.93928,180,0,0,55,0,0,0,0,0),(80119,11260,0,1,1,0,1,-8840.36,-271.29,80.9749,1.13804,180,0,0,42,0,2,0,0,0),(80120,257,0,1,1,0,1,-8823.45,-236.78,82.4202,4.01583,180,5,0,71,0,1,0,0,0),(80121,257,0,1,1,0,1,-8819.6,-252.86,82.5452,0.517106,180,5,0,71,0,1,0,0,0),(80122,257,0,1,1,0,1,-8811.3,-257.724,82.7952,3.19441,180,5,0,71,0,1,0,0,0),(80123,883,0,1,1,0,0,-8877.66,14.8767,93.475,0.440051,180,5,0,1,0,1,0,0,0),(80124,721,0,1,1,0,0,-8863.43,12.5133,93.6489,5.15324,180,10,0,1,0,1,0,0,0),(80125,890,0,1,1,0,0,-8877.7,13.7454,93.701,3.94909,180,0,0,8,0,0,0,0,0),(80126,721,0,1,1,0,0,-8836.24,-248.546,82.953,5.87392,180,10,0,1,0,1,0,0,0),(80127,11260,0,1,1,0,1,-8856.89,-252.401,81.078,5.37848,180,0,0,42,0,2,0,0,0),(80128,721,0,1,1,0,0,-8840.98,-250.706,82.828,2.85951,180,10,0,1,0,1,0,0,0),(80129,69,0,1,1,0,0,-8875.74,-242.938,81.6811,1.17205,180,5,0,55,0,1,0,0,0),(80130,69,0,1,1,0,0,-8845.73,-287.021,78.3529,4.98699,180,5,0,55,0,1,0,0,0),(80131,69,0,1,1,0,0,-8827.58,-292.02,79.3608,0.334482,180,5,0,55,0,1,0,0,0),(80132,721,0,1,1,0,0,-8795.52,-296.763,76.1108,5.20217,180,10,0,1,0,1,0,0,0),(80133,257,0,1,1,0,1,-8705.78,-201.821,90.9366,2.87979,180,0,0,71,0,0,0,0,0),(80134,69,0,1,1,0,0,-8876.64,-291.29,78.0791,5.03571,180,5,0,55,0,1,0,0,0),(80135,299,0,1,1,0,0,-8903.4,-271.746,78.8336,3.69709,180,10,0,42,0,1,0,0,0),(80136,69,0,1,1,0,0,-8836.19,-306.546,76.6022,5.82215,180,5,0,55,0,1,0,0,0),(80137,11260,0,1,1,0,1,-8891.61,-275.477,80.0948,4.86014,180,0,0,42,0,2,0,0,0),(80138,69,0,1,1,0,0,-8901.44,-265.269,79.2182,0.22555,180,5,0,55,0,1,0,0,0),(80139,69,0,1,1,0,0,-8916.07,-287.69,77.2543,3.59651,180,5,0,55,0,1,0,0,0),(80140,69,0,1,1,0,0,-8951,-252.969,76.0696,3.51775,180,5,0,55,0,1,0,0,0),(80141,69,0,1,1,0,0,-8961.19,-231.91,76.9597,1.20516,180,5,0,55,0,1,0,0,0),(80142,69,0,1,1,0,0,-8966.63,-231.021,76.2175,4.7172,180,5,0,55,0,1,0,0,0),(80143,299,0,1,1,0,0,-8968.29,-229.972,75.8943,1.04737,180,10,0,42,0,1,0,0,0),(80144,69,0,1,1,0,0,-8937.8,-259.455,76.9118,0.676014,180,5,0,55,0,1,0,0,0),(80145,11260,0,1,1,89,1,-8932.22,-240.487,79.3923,2.99685,180,0,0,42,0,2,0,0,0),(80146,69,0,1,1,0,0,-8920.5,-255.801,79.5036,3.6542,180,5,0,55,0,1,0,0,0),(80147,38,0,1,1,0,1,-8994.59,-312.364,71.9033,1.76278,180,0,0,71,0,0,0,0,0),(80149,38,0,1,1,0,1,-8964.3,-334.248,71.6651,2.91509,180,5,0,71,0,1,0,0,0),(80151,38,0,1,1,0,1,-9031.57,-304.335,74.4903,1.78024,180,0,0,71,0,0,0,0,0),(80152,38,0,1,1,0,1,-9033.82,-301.611,74.7497,5.89921,180,0,0,71,0,0,0,0,0),(80153,38,0,1,1,0,1,-9030.79,-285.642,75.5096,6.25018,180,5,0,71,0,1,0,0,0),(80154,38,0,1,1,0,1,-9062.89,-267.752,73.9798,3.1138,180,10,0,71,0,1,0,0,0),(80155,38,0,1,1,0,1,-9028.07,-297.134,75.1763,5.46843,180,0,0,71,0,2,0,0,0),(80156,69,0,1,1,0,0,-9017.96,-196.56,75.0036,3.10197,180,5,0,55,0,1,0,0,0),(80157,299,0,1,1,0,0,-8987.25,-179,76.9624,1.85569,180,10,0,42,0,1,0,0,0),(80158,38,0,1,1,0,1,-9039.49,-264.737,73.6806,4.56933,180,10,0,71,0,1,0,0,0),(80159,721,0,1,1,0,0,-9058.14,-245.824,72.6166,3.9617,180,10,0,1,0,1,0,0,0),(80160,883,0,1,1,0,0,-9063.94,-246.895,72.9306,1.68514,180,5,0,1,0,1,0,0,0),(80161,69,0,1,1,0,0,-9079.85,-182.028,74.6405,6.06449,180,0,0,55,0,0,0,0,0),(80162,38,0,1,1,0,1,-9079.48,-236.698,73.5753,5.91654,180,10,0,71,0,1,0,0,0),(80163,890,0,1,1,0,0,-9078.66,-244.165,73.7003,4.82163,180,10,0,8,0,1,0,0,0),(80164,69,0,1,1,0,0,-9038.11,-177.288,76.8733,2.59264,180,5,0,55,0,1,0,0,0),(80165,69,0,1,1,0,0,-9028.41,-164.729,79.0259,5.30062,180,5,0,55,0,1,0,0,0),(80166,721,0,1,1,0,0,-9027.87,-86.8298,87.9876,4.52992,180,10,0,1,0,1,0,0,0),(80167,721,0,1,1,0,0,-9105.58,-286.043,72.2814,2.9609,180,10,0,1,0,1,0,0,0),(80168,38,0,1,1,0,1,-9084.74,-279.007,73.74,5.68111,180,0,0,71,0,0,0,0,0),(80169,38,0,1,1,0,1,-9068.32,-288.58,73.7368,0.793078,180,10,0,71,0,1,0,0,0),(80170,38,0,1,1,0,1,-9099.05,-277.979,73.2813,2.38933,180,0,0,71,0,2,0,0,0),(80171,38,0,1,1,0,1,-9120.29,-269.848,73.6024,4.02247,180,0,0,71,0,0,0,0,0),(80172,721,0,1,1,0,0,-9104.76,-222.075,74.0504,0.212502,180,10,0,1,0,1,0,0,0),(80173,721,0,1,1,0,0,-9086.03,-256.365,73.7064,3.90171,180,10,0,1,0,1,0,0,0),(80174,38,0,1,1,0,1,-9079.81,-247.925,73.8253,0.698361,180,10,0,71,0,1,0,0,0),(80175,38,0,1,1,0,1,-9112.45,-244.769,75.5258,1.77427,180,10,0,71,0,1,0,0,0),(80176,69,0,1,1,0,0,-8994.55,-250.291,72.0086,3.53139,180,5,0,55,0,1,0,0,0),(80177,721,0,1,1,0,0,-9118.81,-295.869,73.1261,2.62033,180,10,0,1,0,1,0,0,0),(80178,721,0,1,1,0,0,-9133.86,-302.699,73.6015,1.65986,180,10,0,1,0,1,0,0,0),(80179,721,0,1,1,0,0,-9074.24,-344.455,73.5757,6.20538,180,10,0,1,0,1,0,0,0),(80180,38,0,1,1,0,1,-9110.05,-311.655,73.5303,1.26827,180,0,0,71,0,0,0,0,0),(80181,38,0,1,1,0,1,-9131.1,-323.678,73.0066,1.20518,180,0,0,71,0,0,0,0,0),(80182,38,0,1,1,0,1,-9135.2,-282.032,72.1678,5.44543,180,0,0,71,0,0,0,0,0),(80183,38,0,1,1,0,1,-9141.53,-290.903,72.5665,3.26377,180,0,0,71,0,0,0,0,0),(80184,38,0,1,1,0,1,-9083.31,-301.332,73.4003,0.05236,180,0,0,71,0,0,0,0,0),(80185,38,0,1,1,0,1,-9081.54,-299.698,73.5213,4.59022,180,0,0,71,0,0,0,0,0),(80186,38,0,1,1,0,1,-9086.48,-314.165,73.4716,5.60884,180,0,0,71,0,0,0,0,0),(80187,38,0,1,1,0,1,-9090.72,-331.023,73.4716,0.848541,180,10,0,71,0,1,0,0,0),(80188,38,0,1,1,0,1,-9077.56,-334.076,73.5351,1.29154,180,0,0,71,0,0,0,0,0),(80189,38,0,1,1,0,1,-9075.33,-332.12,73.5351,3.66519,180,0,0,71,0,0,0,0,0),(80190,38,0,1,1,0,1,-9078.17,-331.132,73.4716,5.25754,180,0,0,71,0,2,0,0,0),(80191,38,0,1,1,0,1,-9110.34,-338.593,73.4938,2.70326,180,10,0,71,0,1,0,0,0),(80192,721,0,1,1,0,0,-9038.39,-330.808,73.5767,6.08521,180,10,0,1,0,1,0,0,0),(80193,38,0,1,1,0,1,-9054.5,-311.645,73.5767,5.60214,180,10,0,71,0,1,0,0,0),(80194,38,0,1,1,0,1,-9058.18,-325.627,73.5767,4.24052,180,0,0,71,0,0,0,0,0),(80195,38,0,1,1,0,1,-9045.05,-324.702,73.5767,4.84956,180,10,0,71,0,1,0,0,0),(80196,38,0,1,1,0,1,-9130.17,-263.614,72.5258,4.62631,180,0,0,71,0,0,0,0,0),(80197,721,0,1,1,0,0,-9152.42,-371.24,71.9054,5.00839,180,10,0,1,0,1,0,0,0),(80198,883,0,1,1,0,0,-9111.69,-363.262,73.6354,4.57914,180,5,0,1,0,1,0,0,0),(80199,38,0,1,1,0,1,-9128.11,-355.049,73.4938,5.71384,180,0,0,71,0,0,0,0,0),(80200,38,0,1,1,0,1,-9077.32,-377.228,73.5343,1.32645,180,0,0,71,0,0,0,0,0),(80201,38,0,1,1,0,1,-9073.82,-376.869,73.5351,2.44346,180,0,0,71,0,0,0,0,0),(80202,38,0,1,1,0,1,-9147.74,-341.34,72.786,4.69789,180,0,0,71,0,0,0,0,0),(80203,38,0,1,1,0,1,-9144.97,-368.707,72.0304,2.68893,180,0,0,71,0,0,0,0,0),(80204,38,0,1,1,0,1,-9124.93,-389.333,72.7234,5.29585,180,0,0,71,0,0,0,0,0),(80205,38,0,1,1,0,1,-9090.67,-397.58,73.1227,2.95765,180,5,0,71,0,1,0,0,0),(80206,38,0,1,1,0,1,-9071.87,-355.235,73.5757,0.881842,180,10,0,71,0,1,0,0,0),(80207,38,0,1,1,0,1,-9093.8,-355.778,73.5757,4.01018,180,10,0,71,0,1,0,0,0),(80208,38,0,1,1,0,1,-9102.6,-357.989,73.5504,5.51633,180,0,0,71,0,2,0,0,0),(80209,38,0,1,1,0,1,-9046.82,-375.002,74.072,1.25406,180,10,0,71,0,1,0,0,0),(80210,38,0,1,1,0,1,-9028.01,-359.972,75.5033,1.19357,180,5,0,71,0,1,0,0,0),(80211,38,0,1,1,0,1,-9025.5,-340.637,74.5033,4.86725,180,5,0,71,0,1,0,0,0),(80212,721,0,1,1,0,0,-9014.25,-337.865,74.904,4.34468,180,10,0,1,0,1,0,0,0),(80213,38,0,1,1,0,1,-9061.12,-369.522,73.5131,3.81119,180,10,0,71,0,1,0,0,0),(80214,38,0,1,1,0,1,-9046.85,-343.534,73.5767,0.92428,180,10,0,71,0,1,0,0,0),(80215,721,0,1,1,0,0,-9076.57,-417.09,75.1228,4.1304,180,10,0,1,0,1,0,0,0),(80216,38,0,1,1,0,1,-9091.08,-421.406,73.9978,4.09253,180,5,0,71,0,1,0,0,0),(80217,721,0,1,1,0,0,-9062.82,-445.859,72.3721,2.75623,180,10,0,1,0,1,0,0,0),(80218,38,0,1,1,0,1,-9053.63,-410.669,71.9829,4.16758,180,5,0,71,0,1,0,0,0),(79852,17816,547,3,1,0,0,-196.818,-702.791,37.8387,4.99673,86400,0,0,15489,0,2,0,0,0),(80220,890,0,1,1,0,0,-8983.11,-402.958,71.0471,2.44832,180,0,0,8,0,0,0,0,0),(80221,721,0,1,1,0,0,-9005.59,-384.689,73.4165,5.41013,180,10,0,1,0,1,0,0,0),(80222,38,0,1,1,0,1,-8998.78,-390.347,71.8185,4.87939,180,10,0,71,0,1,0,0,0),(80223,38,0,1,1,0,1,-9003.3,-363.304,75.0033,3.74668,180,0,0,71,0,0,0,0,0),(80224,38,0,1,1,0,1,-9034.19,-397.809,72.6381,1.83317,180,10,0,71,0,1,0,0,0),(80225,721,0,1,1,0,0,-9028.71,-387.084,74.5318,3.36358,180,10,0,1,0,1,0,0,0),(80226,38,0,1,1,0,1,-9027.98,-383.922,75.0318,1.25572,180,10,0,71,0,1,0,0,0),(80227,883,0,1,1,0,0,-9021.51,-373.152,75.1056,3.3033,180,5,0,1,0,1,0,0,0),(80228,38,0,1,1,0,1,-8980.84,-411.607,69.4132,6.01341,180,0,0,71,0,0,0,0,0),(80229,38,0,1,1,0,1,-8951.47,-429.956,65.1523,1.95477,180,0,0,71,0,0,0,0,0),(80230,38,0,1,1,0,1,-8956.23,-422.418,65.3401,4.5204,180,0,0,71,0,0,0,0,0),(80231,38,0,1,1,0,1,-8958.37,-431.305,64.7884,1.25664,180,0,0,71,0,0,0,0,0),(80232,721,0,1,1,0,0,-8936.78,-418.375,65.8772,3.73739,180,10,0,1,0,1,0,0,0),(80233,883,0,1,1,0,0,-9002.12,-420.868,69.827,3.13183,180,5,0,1,0,1,0,0,0),(80234,721,0,1,1,0,0,-8938.28,-391.842,70.048,0.868378,180,10,0,1,0,1,0,0,0),(80236,38,0,1,1,0,1,-8956.91,-389.864,70.298,2.37787,180,5,0,71,0,1,0,0,0),(80237,38,0,1,1,0,1,-8917.87,-381.132,70.7183,1.76861,180,5,0,71,0,1,0,0,0),(80238,38,0,1,1,0,1,-8963.1,-370.271,73.0808,1.16937,180,5,0,71,0,1,0,0,0),(80239,721,0,1,1,0,0,-8911.16,-418.504,66.6302,5.18603,180,10,0,1,0,1,0,0,0),(80240,883,0,1,1,0,0,-8927.37,-436.047,66.9626,0.182826,180,5,0,1,0,1,0,0,0),(80241,38,0,1,1,0,1,-8869.45,-373.783,71.6896,2.31791,180,0,0,71,0,2,0,0,0),(80242,721,0,1,1,0,0,-8893.94,-387.5,68.8146,4.92776,180,10,0,1,0,1,0,0,0),(80243,721,0,1,1,0,0,-8875.71,-389.825,68.1029,4.35911,180,10,0,1,0,1,0,0,0),(80246,38,0,1,1,0,1,-8886.68,-392.438,67.5338,0.217492,180,5,0,71,0,1,0,0,0),(80247,103,0,1,1,0,1,-9056.48,-460.903,72.8318,1.76278,180,0,0,102,0,0,0,0,0),(80248,38,0,1,1,0,1,-8886.35,-445.452,65.1291,3.39385,180,5,0,71,0,1,0,0,0),(80249,721,0,1,1,0,0,-8885.43,-450.312,65.3791,4.33639,180,10,0,1,0,1,0,0,0),(80250,38,0,1,1,0,1,-8924.11,-445.315,68.1632,0,180,5,0,71,0,1,0,0,0),(80251,38,0,1,1,0,1,-8878.29,-410.994,65.7157,4.53505,180,5,0,71,0,1,0,0,0),(80253,38,0,1,1,0,1,-8869.74,-371.571,72.0051,0.592264,180,10,0,71,0,1,0,0,0),(80254,38,0,1,1,0,1,-8916.79,-403.277,67.5052,0.827004,180,10,0,71,0,1,0,0,0),(80255,38,0,1,1,0,1,-8938.17,-372.883,71.923,6.04404,180,10,0,71,0,1,0,0,0),(80256,38,0,1,1,0,1,-8912.98,-361.353,73.4038,0.848243,180,10,0,71,0,1,0,0,0),(80257,38,0,1,1,0,1,-8929.8,-356.501,72.2315,1.04143,180,10,0,71,0,1,0,0,0),(80259,38,0,1,1,0,1,-8975.7,-338.156,73.2266,0.510007,180,10,0,71,0,1,0,0,0),(79543,17816,547,3,1,0,0,-23.9356,-196.451,-1.80866,3.82664,86400,1,0,15489,0,1,0,0,0),(80261,69,0,1,1,0,0,-8979.83,-213.14,73.952,4.21105,180,0,0,55,0,0,0,0,0),(80262,11260,0,1,1,0,1,-8967.41,-203.362,75.5193,2.50597,180,0,0,42,0,2,0,0,0),(80263,1423,0,1,1,0,1,-9076.08,-46.0496,87.617,0.270454,190,0,0,1124,0,2,0,0,0),(80264,94,0,1,1,0,1,-9116.32,16.1908,86.1412,0,180,5,0,102,0,1,0,0,0),(80265,94,0,1,1,0,1,-9123.28,45.5078,81.5248,0,180,5,0,102,0,1,0,0,0),(80266,721,0,1,1,0,0,-9009.96,-0.049045,89.1085,0,180,10,0,1,0,1,0,0,0),(80267,94,0,1,1,0,1,-9216.37,19.9618,76.701,0.825487,180,5,0,102,0,1,0,0,0),(80268,94,0,1,1,0,1,-9175.16,78.2666,77.6793,2.67358,180,5,0,102,0,1,0,0,0),(80269,94,0,1,1,0,1,-9144.37,53.7751,77.7479,4.62874,180,5,0,102,0,1,0,0,0),(80270,299,0,1,1,0,0,-9271.63,-20.4582,72.0286,6.22852,180,10,0,42,0,1,0,0,0),(80271,94,0,1,1,0,1,-9263.42,-24.1155,73.1425,4.06441,180,5,0,102,0,1,0,0,0),(82964,21301,548,1,1,0,1,44.8716,-553.235,1.58654,0.378046,604800,0,0,125668,0,2,0,0,0),(82963,21301,548,1,1,0,1,145.612,-359.579,1.58651,2.69576,604800,0,0,125668,0,2,0,0,0),(82962,21251,548,1,1,0,0,254.304,-687.7,-6.23133,5.01312,604800,0,0,387450,0,2,0,0,0),(80275,94,0,1,1,0,1,-9189.05,110.796,75.854,3.7875,180,5,0,102,0,1,0,0,0),(80276,94,0,1,1,0,1,-9243.78,122.246,72.377,0.481233,180,5,0,102,0,1,0,0,0),(80277,94,0,1,1,0,1,-9216.17,147.554,72.3877,3.05173,180,5,0,102,0,1,0,0,0),(80278,883,0,1,1,0,0,-9265.33,139.605,68.8393,4.46788,180,5,0,1,0,1,0,0,0),(80279,94,0,1,1,0,1,-9195.6,185.983,73.4127,3.34746,180,5,0,102,0,1,0,0,0),(80280,721,0,1,1,0,0,-9298.47,228.579,67.886,1.22931,180,10,0,1,0,1,0,0,0),(80281,94,0,1,1,0,1,-9278.95,203.298,67.636,4.66906,180,5,0,102,0,1,0,0,0),(80282,94,0,1,1,0,1,-9218.33,241.176,73.3824,5.081,180,5,0,102,0,1,0,0,0),(80283,3937,0,1,1,0,0,-9127.47,391.953,91.4787,3.82752,180,0,0,247,0,2,0,0,0),(80284,1933,0,1,1,0,0,-9207.74,335.047,72.9692,5.08074,180,5,0,14,0,1,0,0,0),(80285,2442,0,1,1,0,0,-9210.72,419.773,88.383,2.05575,180,5,0,1,0,1,0,0,0),(80286,883,0,1,1,0,0,-9181.17,414.977,89.7382,1.14126,180,5,0,1,0,1,0,0,0),(80287,890,0,1,1,0,0,-9182.42,414.435,89.3592,3.36393,180,0,0,8,0,0,0,0,0),(80288,30,0,1,1,0,0,-9259.6,444.417,84.3847,5.11796,180,5,0,102,0,1,0,0,0),(80289,525,0,1,1,0,0,-9285.95,377.083,76.1121,0.555494,180,10,0,102,0,1,0,0,0),(80290,1933,0,1,1,0,0,-9283.05,460.661,79.7801,2.80317,180,5,0,14,0,1,0,0,0),(80291,2442,0,1,1,0,0,-9334.18,322.277,67.1415,3.98068,180,5,0,1,0,1,0,0,0),(80292,395,0,1,1,0,0,-9277.34,345.464,75.6012,5.62312,180,0,0,42,0,0,0,0,0),(80293,11994,0,1,1,0,0,-9309.79,284.638,70.6218,2.04204,250,0,0,713,0,0,0,0,0),(80294,11979,0,1,1,0,0,-9313.08,291.223,70.6186,4.5204,250,0,0,713,0,0,0,0,0),(80295,525,0,1,1,0,0,-9312.85,349.291,68.9001,0.755021,180,10,0,102,0,1,0,0,0),(80296,721,0,1,1,0,0,-9307.77,323.492,70.8742,2.95222,180,10,0,1,0,1,0,0,0),(80297,883,0,1,1,0,0,-9299.99,391.945,75.5581,0.692738,180,5,0,1,0,1,0,0,0),(80298,94,0,1,1,0,1,-9287.21,281.559,70.1183,3.36619,180,5,0,102,0,1,0,0,0),(80299,525,0,1,1,0,0,-9347.53,258.843,65.4293,0.365631,180,10,0,102,0,1,0,0,0),(80300,525,0,1,1,0,0,-9388.39,290.287,62.9001,1.95877,180,10,0,102,0,1,0,0,0),(80301,30,0,1,1,0,0,-9390.82,286.729,62.52,1.32586,180,5,0,102,0,1,0,0,0),(80302,620,0,1,1,0,0,-9340.95,285.349,67.4902,0.602206,300,10,0,1,0,1,0,0,0),(80303,525,0,1,1,0,0,-9356.33,306.629,65.9791,2.01959,180,10,0,102,0,1,0,0,0),(80304,11996,0,1,1,0,0,-9318.44,270.625,68.1097,3.52786,180,0,0,42,0,0,0,0,0),(80305,22985,0,1,1,0,0,-9321.16,270.756,68.0387,6.23488,300,0,0,42,0,0,0,0,0),(80306,620,0,1,1,0,0,-9325.21,269.797,67.8272,5.27587,300,10,0,1,0,1,0,0,0),(80307,620,0,1,1,0,0,-9323.52,275.141,68.6325,3.57932,300,10,0,1,0,1,0,0,0),(80308,620,0,1,1,0,0,-9332.22,272.505,68.1097,1.01197,300,10,0,1,0,1,0,0,0),(80309,721,0,1,1,0,0,-9320.07,269.961,68.1097,0.02196,180,10,0,1,0,1,0,0,0),(80310,620,0,1,1,0,0,-9331.25,285.416,68.7347,5.96252,300,10,0,1,0,1,0,0,0),(80311,525,0,1,1,0,0,-9416.54,200.779,60.2635,0.633863,180,10,0,102,0,1,0,0,0),(80312,525,0,1,1,0,0,-9379.01,205.933,61.7403,4.94317,180,10,0,102,0,1,0,0,0),(80313,2442,0,1,1,0,0,-9413.49,226.538,61.0589,2.80054,180,5,0,1,0,1,0,0,0),(80314,30,0,1,1,0,0,-9383.82,200.188,61.4398,0.546416,180,5,0,102,0,1,0,0,0),(80315,525,0,1,1,0,0,-9401.29,254.306,61.8017,5.7364,180,10,0,102,0,1,0,0,0),(80316,525,0,1,1,0,0,-9405.91,310.595,59.3323,2.20649,180,10,0,102,0,1,0,0,0),(80317,795,0,1,1,0,0,-9424.88,128.852,59.563,2.28574,180,0,0,42,0,0,0,0,0),(80318,620,0,1,1,0,0,-9427.15,129.176,59.4742,2.84226,300,10,0,1,0,1,0,0,0),(80319,721,0,1,1,0,0,-9347.92,127.084,64.2189,1.74998,180,10,0,1,0,1,0,0,0),(80320,797,0,1,1,0,0,-9426.15,129.829,59.5506,3.12876,180,0,0,42,0,2,0,0,0),(80321,796,0,1,1,0,0,-9422.29,129.096,59.7126,2.22594,180,0,0,42,0,0,0,0,0),(80322,620,0,1,1,0,0,-9429.7,129.086,59.3006,5.70503,300,10,0,1,0,1,0,0,0),(80323,525,0,1,1,0,0,-9441.37,233.004,59.9603,0.430757,180,10,0,102,0,1,0,0,0),(80324,1933,0,1,1,0,0,-9367.79,146.996,61.5274,3.48803,180,5,0,14,0,1,0,0,0),(80325,927,0,1,1,0,1,-9468.14,108.976,57.6606,1.79769,180,0,0,222,0,0,0,0,0),(80326,241,0,1,1,0,1,-9496.32,72.8264,56.598,6.23082,180,0,0,102,0,0,0,0,0),(80327,66,0,1,1,0,0,-9494.13,83.9096,56.6586,5.96903,180,0,0,198,0,0,0,0,0),(80328,5403,0,1,1,0,0,-9468.9,46.1174,56.909,4.43314,180,0,0,42,0,0,0,0,0),(80329,5406,0,1,1,0,0,-9472.91,46.977,56.887,4.83456,180,0,0,42,0,0,0,0,0),(80330,1423,0,1,1,0,1,-9481.31,74.4224,56.5493,3.06882,190,0,0,1124,0,0,0,0,0),(80331,620,0,1,1,0,0,-9472.62,47.3926,56.7775,5.34535,300,0,0,1,0,0,0,0,0),(80332,620,0,1,1,0,0,-9470.22,54.0639,57.2775,2.38564,300,10,0,1,0,1,0,0,0),(80333,913,0,1,1,0,1,-9461.85,109.353,57.8784,2.6529,180,0,0,247,0,0,0,0,0),(80334,240,0,1,1,0,1,-9465.52,74.0069,56.7785,4.59022,250,0,0,713,0,0,0,0,0),(80335,1423,0,1,1,0,1,-9454.15,73.0675,56.7219,3.27538,190,0,1,1124,0,0,0,0,0),(80336,514,0,1,1,0,1,-9456.65,87.8553,58.4271,2.40855,190,0,0,664,0,0,0,0,0),(80337,74,0,1,1,0,0,-9457.64,99.6884,58.4271,4.11898,180,0,0,198,0,0,0,0,0),(80338,54,0,1,1,0,1,-9464.87,93.9896,58.5271,0,180,0,0,198,0,0,0,0,0),(80339,2046,0,1,1,0,1,-9462.29,87.8151,58.4211,0.733038,180,0,0,156,0,0,0,0,0),(80340,6749,0,1,1,0,0,-9465.95,48.1419,56.9676,1.46608,250,0,0,1003,0,0,0,0,0),(80341,299,0,1,1,0,0,-9380.72,49.6599,60.4848,4.10521,180,10,0,42,0,1,0,0,0),(80342,525,0,1,1,0,0,-9386.41,59.6187,60.128,2.74345,180,10,0,102,0,1,0,0,0),(80343,299,0,1,1,0,0,-9351.23,56.4407,61.0556,2.97341,180,10,0,42,0,1,0,0,0),(80344,328,0,1,1,0,1,-9471.67,34.451,63.9038,4.62512,180,0,0,273,0,0,0,0,0),(80345,6778,0,1,1,0,0,-9471.94,27.4077,56.4228,5.58505,180,0,0,222,0,0,0,0,0),(80346,295,0,1,1,0,0,-9462.66,16.1915,57.0459,3.03687,310,0,0,1003,0,0,0,0,0),(80347,377,0,1,1,0,1,-9460.75,33.1338,63.9038,4.36332,180,0,0,273,0,0,0,0,0),(80348,151,0,1,1,0,1,-9465.29,9.63314,57.1459,1.44862,180,0,0,198,0,0,0,0,0),(80349,3935,0,1,1,0,1,-9466.42,0.061252,57.0335,6.12611,180,0,0,198,0,0,0,0,0),(80350,253,0,1,1,0,0,-9460.3,31.9389,57.0494,2.98451,180,0,0,120,0,0,0,0,0),(80351,525,0,1,1,0,0,-9352.68,39.7086,61.6442,4.33008,180,10,0,102,0,1,0,0,0),(80352,6374,0,1,1,0,1,-9466.97,-5.52935,49.8766,4.57276,180,0,0,199,459,0,0,0,0),(80353,906,0,1,1,0,1,-9472.8,-5.32661,49.8778,5.55015,180,0,0,198,0,0,0,0,0),(80354,6121,0,1,1,0,0,-9473.43,-8.58822,49.8779,6.23082,180,0,0,178,382,0,0,0,0),(80355,1430,0,1,1,0,1,-9466.99,-4.53396,57.033,1.64061,180,0,0,198,0,0,0,0,0),(80356,883,0,1,1,0,0,-9470.53,-25.8799,58.3798,0.281633,180,5,0,1,0,1,0,0,0),(80357,890,0,1,1,0,0,-9473.01,-26.9386,58.4689,0.426951,180,0,0,8,0,0,0,0,0),(51825,8208,1,1,1,0,0,-7406.35,-3828.79,9.63658,2.81239,9900,0,0,2059,0,0,0,0,0),(80359,721,0,1,1,0,0,-9439.26,-26.7026,60.6086,4.1163,180,10,0,1,0,1,0,0,0),(80360,721,0,1,1,0,0,-9535.33,89.8609,59.0065,5.15616,180,10,0,1,0,1,0,0,0),(80361,113,0,1,1,0,0,-9545.4,4.4072,60.651,5.20721,180,5,0,102,0,1,0,0,0),(80362,113,0,1,1,0,0,-9547.6,83.9896,59.5094,5.09636,180,5,0,102,0,1,0,0,0),(80363,1933,0,1,1,0,0,-9554.76,82.208,59.0394,1.38046,180,5,0,14,0,1,0,0,0),(80364,525,0,1,1,0,0,-9526.04,-57.6862,58.9145,1.44787,180,10,0,102,0,1,0,0,0),(80365,721,0,1,1,0,0,-9563.49,64.6003,59.993,2.83936,180,10,0,1,0,1,0,0,0),(80366,1933,0,1,1,0,0,-9574.03,2.28607,61.55,1.8693,180,5,0,14,0,1,0,0,0),(80367,113,0,1,1,0,0,-9548.47,115.032,59.1045,3.35103,180,5,0,102,0,1,0,0,0),(80368,1933,0,1,1,0,0,-9515.27,174.794,57.6116,3.32485,180,5,0,14,0,1,0,0,0),(80369,113,0,1,1,0,0,-9552.61,151.449,59.4064,2.34791,180,5,0,102,0,1,0,0,0),(80370,721,0,1,1,0,0,-9536.96,180.429,57.4556,0.015586,180,10,0,1,0,1,0,0,0),(80371,113,0,1,1,0,0,-9529.79,187.151,57.8628,2.56714,180,5,0,102,0,1,0,0,0),(80372,94,0,1,1,0,1,-9471.96,254.546,53.9546,6.21279,180,5,0,102,0,1,0,0,0),(80373,883,0,1,1,0,0,-9477.02,260.347,54.102,1.47696,180,5,0,1,0,1,0,0,0),(80374,94,0,1,1,0,1,-9486.54,277.408,52.9888,3.26632,180,5,0,102,0,1,0,0,0),(80375,94,0,1,1,0,1,-9464.92,275.763,53.5246,4.97254,180,5,0,102,0,1,0,0,0),(80376,2442,0,1,1,0,0,-9409.5,298.304,60.0419,3.86036,180,5,0,1,0,1,0,0,0),(80377,94,0,1,1,0,1,-9489.74,311.878,56.206,6.20915,180,5,0,102,0,1,0,0,0),(80378,525,0,1,1,0,0,-9484.38,321.875,52.4917,6.19262,180,10,0,102,0,1,0,0,0),(80379,525,0,1,1,0,0,-9448.6,341.045,54.4686,5.63527,180,10,0,102,0,1,0,0,0),(80380,525,0,1,1,0,0,-9383.59,331.037,58.9527,3.91228,180,10,0,102,0,1,0,0,0),(80381,116,0,1,1,0,1,-9270.71,458.695,81.4879,2.58321,180,5,0,156,0,1,0,0,0),(80382,525,0,1,1,0,0,-9239.91,421.35,87.1991,0.125324,180,10,0,102,0,1,0,0,0),(80383,474,0,1,1,0,1,-9348.8,524.347,53.4461,5.42204,180,0,0,160,350,0,0,0,0),(80384,116,0,1,1,0,1,-9289.61,522.254,83.8261,5.35067,180,5,0,156,0,1,0,0,0),(80385,116,0,1,1,0,1,-9280.03,510.21,84.1767,1.69299,180,5,0,156,0,1,0,0,0),(80386,116,0,1,1,0,1,-9303.82,525.605,79.5101,1.86418,180,5,0,156,0,1,0,0,0),(80387,116,0,1,1,0,1,-9287.19,498.328,80.096,4.63733,180,5,0,156,0,1,0,0,0),(80388,474,0,1,1,0,1,-9378.74,532.762,57.3211,3.44836,180,0,0,160,350,0,0,0,0),(80389,474,0,1,1,0,1,-9389.63,529.377,61.5711,2.16402,180,0,0,160,350,0,0,0,0),(80390,474,0,1,1,0,1,-9321.24,552.049,76.9558,3.0249,180,0,0,160,350,0,0,0,0),(80391,116,0,1,1,0,1,-9441.48,469.81,53.2758,4.26422,180,5,0,156,0,1,0,0,0),(80392,116,0,1,1,0,1,-9444.94,473.775,52.3257,4.03171,180,5,0,156,0,1,0,0,0),(80393,116,0,1,1,0,1,-9437.72,486.039,53.3307,5.58505,180,5,0,156,0,1,0,0,0),(80394,116,0,1,1,0,1,-9433.15,482.528,53.2474,2.53073,180,5,0,156,0,1,0,0,0),(80395,99,0,1,1,0,1,-9437.81,466.159,53.2881,3.74106,3600,0,0,198,0,0,0,0,0),(80396,94,0,1,1,0,1,-9464.65,480.308,53.0385,3.48143,180,5,0,102,0,1,0,0,0),(80397,94,0,1,1,0,1,-9453.23,512.811,56.3243,6.18203,180,5,0,102,0,1,0,0,0),(80398,30,0,1,1,0,0,-9483.68,547.621,53.2887,0.369588,180,5,0,102,0,1,0,0,0),(80399,116,0,1,1,0,1,-9447.86,462.158,52.2864,4.2586,180,5,0,156,0,1,0,0,0),(80400,94,0,1,1,0,1,-9495.64,457.065,52.3032,2.96413,180,5,0,102,0,1,0,0,0),(80401,94,0,1,1,0,1,-9479.78,470.421,51.6672,5.18983,180,5,0,102,0,1,0,0,0),(80402,94,0,1,1,0,1,-9459.9,426.179,52.6221,3.6223,180,5,0,102,0,1,0,0,0),(80403,116,0,1,1,0,1,-9441.33,447.532,52.5032,3.9619,180,5,0,156,0,1,0,0,0),(80404,116,0,1,1,0,1,-9445.96,451.56,52.6251,1.93731,180,5,0,156,0,1,0,0,0),(80405,94,0,1,1,0,1,-9517.96,494.378,52.2181,5.29769,180,5,0,102,0,1,0,0,0),(80406,30,0,1,1,0,0,-9524.25,426.606,53.0522,3.66698,180,5,0,102,0,1,0,0,0),(80407,525,0,1,1,0,0,-9538.83,471.885,52.6319,1.89255,180,10,0,102,0,1,0,0,0),(80408,525,0,1,1,0,0,-9515.82,474.036,52.6854,0.317416,180,10,0,102,0,1,0,0,0),(80409,2442,0,1,1,0,0,-9547.63,526.943,50.0758,5.83003,180,5,0,1,0,1,0,0,0),(80410,525,0,1,1,0,0,-9506.85,406.131,52.3176,3.51163,180,10,0,102,0,1,0,0,0),(80411,525,0,1,1,0,0,-9500.23,554.585,51.7785,0.273427,180,10,0,102,0,1,0,0,0),(80412,474,0,1,1,0,1,-9352.18,503.765,50.433,4.97419,180,0,0,160,350,0,0,0,0),(80413,525,0,1,1,0,0,-9502.93,324.291,52.2383,0.973038,180,10,0,102,0,1,0,0,0),(80414,525,0,1,1,0,0,-9542.45,282.37,53.0858,2.62729,180,10,0,102,0,1,0,0,0),(80415,30,0,1,1,0,0,-9538.36,294.275,53.4616,1.47696,180,5,0,102,0,1,0,0,0),(80416,525,0,1,1,0,0,-9560.1,319.627,53.0128,3.78705,180,10,0,102,0,1,0,0,0),(80417,525,0,1,1,0,0,-9575.73,306.545,54.6368,2.4627,180,10,0,102,0,1,0,0,0),(80418,30,0,1,1,0,0,-9559.39,217.842,56.78,2.27546,180,5,0,102,0,1,0,0,0),(80419,113,0,1,1,0,0,-9577.93,229.622,51.5966,5.46465,180,5,0,102,0,1,0,0,0),(80420,525,0,1,1,0,0,-9643.3,298.333,47.5885,6.0536,180,10,0,102,0,1,0,0,0),(80421,525,0,1,1,0,0,-9615.15,316.553,45.5058,5.38439,180,10,0,102,0,1,0,0,0),(80422,30,0,1,1,0,0,-9625.72,209.416,47.9853,2.73477,180,5,0,102,0,1,0,0,0),(80423,113,0,1,1,0,0,-9685.17,213.392,51.2086,2.69681,180,5,0,102,0,1,0,0,0),(80424,525,0,1,1,0,0,-9643.3,360.25,42.9048,2.4112,180,10,0,102,0,1,0,0,0),(80425,30,0,1,1,0,0,-9646.86,371.204,42.7618,6.151,180,5,0,102,0,1,0,0,0),(80426,525,0,1,1,0,0,-9637.91,368.944,42.7618,1.46233,180,10,0,102,0,1,0,0,0),(80427,525,0,1,1,0,0,-9686.59,330.467,45.9163,1.25255,180,10,0,102,0,1,0,0,0),(80428,2442,0,1,1,0,0,-9675.89,369.958,43.1045,1.27595,180,5,0,1,0,1,0,0,0),(80429,525,0,1,1,0,0,-9701.68,373.565,41.9979,3.41465,180,10,0,102,0,1,0,0,0),(80430,525,0,1,1,0,0,-9691.12,387.699,42.0108,5.837,180,10,0,102,0,1,0,0,0),(80431,525,0,1,1,0,0,-9604.43,481.71,41.167,1.04289,180,10,0,102,0,1,0,0,0),(80432,525,0,1,1,0,0,-9589.67,456.328,40.9777,2.3663,180,10,0,102,0,1,0,0,0),(80433,525,0,1,1,0,0,-9609.22,484.572,41.4802,5.37737,180,10,0,102,0,1,0,0,0),(80434,525,0,1,1,0,0,-9625.81,506.437,41.888,0.899895,180,10,0,102,0,1,0,0,0),(80435,525,0,1,1,0,0,-9626.33,520.953,42.763,2.79898,180,10,0,102,0,1,0,0,0),(80436,525,0,1,1,0,0,-9611.63,509.318,41.8522,3.49066,180,10,0,102,0,1,0,0,0),(80437,525,0,1,1,0,0,-9610.75,518.436,42.0201,2.80998,180,10,0,102,0,1,0,0,0),(80438,525,0,1,1,0,0,-9659.06,523.691,41.0109,2.79198,180,10,0,102,0,1,0,0,0),(80439,525,0,1,1,0,0,-9551.24,525.083,50.0121,1.74558,180,10,0,102,0,1,0,0,0),(80440,2442,0,1,1,0,0,-9643.69,544.681,44.0833,0.875365,180,5,0,1,0,1,0,0,0),(80441,525,0,1,1,0,0,-9611.13,537.079,44.1051,1.56298,180,10,0,102,0,1,0,0,0),(80442,525,0,1,1,0,0,-9589.72,573.505,49.3531,3.39805,180,10,0,102,0,1,0,0,0),(80443,1423,0,1,1,0,1,-9615.57,644.484,38.6521,5.41741,190,0,0,1124,0,0,0,0,0),(80444,1423,0,1,1,0,1,-9640.68,653.895,62.7339,5.89845,190,0,0,1124,0,0,0,0,0),(82961,21246,548,1,1,0,0,-144.822,-138.235,-5.40741,6.23245,604800,0,0,75400,0,0,0,0,0),(80446,1423,0,1,1,0,1,-9621.73,663.242,52.5756,0.215856,190,0,0,1124,0,0,0,0,0),(80447,1423,0,1,1,0,1,-9611.33,638.353,38.6521,2.20762,190,0,0,1124,0,0,0,0,0),(80448,1249,0,1,1,0,1,-9653.95,659.651,38.7355,5.68977,300,0,0,198,0,0,0,0,0),(80449,1645,0,1,1,0,1,-9652.26,654.731,38.7355,0.453786,300,0,0,198,0,0,0,0,0),(80450,896,0,1,1,0,0,-9649.72,661.417,38.7355,5.02655,300,0,0,198,0,0,0,0,0),(80451,525,0,1,1,0,0,-9658.07,577.166,43.0452,3.46328,180,10,0,102,0,1,0,0,0),(80452,525,0,1,1,0,0,-9682.65,620.546,39.5905,4.14272,180,10,0,102,0,1,0,0,0),(80453,2442,0,1,1,0,0,-9687.77,611.569,38.9802,2.84396,180,5,0,1,0,1,0,0,0),(80454,721,0,1,1,0,0,-9667.99,609.968,39.8405,1.11368,180,10,0,1,0,1,0,0,0),(80455,1423,0,1,1,0,1,-9626.75,652.528,47.4739,6.05674,190,0,0,1124,0,0,0,0,0),(80456,1423,0,1,1,0,1,-9626.94,690.651,52.5756,4.99134,190,0,0,1124,0,0,0,0,0),(80457,1423,0,1,1,0,1,-9606.12,670.059,53.8694,5.23726,190,0,0,1124,0,0,0,0,0),(80458,1423,0,1,1,0,1,-9626.99,677.92,52.5756,0.717858,190,0,0,1124,0,0,0,0,0),(80459,955,0,1,1,0,1,-9633.79,699.489,38.7355,5.8294,300,0,0,198,0,0,0,0,0),(80460,1423,0,1,1,0,1,-9613.22,667.673,38.6522,1.12454,190,0,0,1124,0,0,0,0,0),(80461,1423,0,1,1,0,1,-9601.35,667.134,38.6522,3.51367,190,0,0,1124,0,0,0,0,0),(80462,1423,0,1,1,0,1,-9621.15,693.24,62.7332,5.8584,190,0,0,1124,0,0,0,0,0),(80463,1423,0,1,1,0,1,-9611.39,686.407,38.6521,1.66047,190,0,0,1124,0,0,0,0,0),(80464,1423,0,1,1,0,1,-9595.17,680.425,38.6521,2.41778,190,0,0,1124,0,0,0,0,0),(80465,1423,0,1,1,0,1,-9593.95,685.146,38.6521,4.02325,190,0,0,1124,0,0,0,0,0),(80466,1423,0,1,1,0,1,-9737.79,557.637,35.62,3.16212,190,0,0,1124,0,0,0,0,0),(80467,1423,0,1,1,0,1,-9744.4,558.682,35.6202,6.00393,190,0,0,1124,0,0,0,0,0),(80468,525,0,1,1,0,0,-9687.87,539.143,38.716,4.69286,180,10,0,102,0,1,0,0,0),(80469,525,0,1,1,0,0,-9671.34,546.917,40.0999,3.99928,180,10,0,102,0,1,0,0,0),(80470,721,0,1,1,0,0,-9731.21,606.504,32.078,1.26139,180,10,0,1,0,1,0,0,0),(80471,963,0,1,1,0,1,-9662.75,694.321,36.9357,3.28122,180,0,0,198,0,0,0,0,0),(80472,721,0,1,1,0,0,-9688.71,697.875,33.6506,4.68112,180,10,0,1,0,1,0,0,0),(82960,21251,548,1,1,0,0,232.579,-263.236,-2.01759,3.40574,604800,0,0,387450,0,2,0,0,0),(80474,478,0,1,1,0,1,-9788.6,582.644,38.1564,5.91138,180,5,0,176,0,1,0,0,0),(80475,1423,0,1,1,0,1,-9804.19,685.987,31.7587,4.18879,190,0,0,1124,0,0,0,0,0),(80476,525,0,1,1,0,0,-9722.19,717.864,29.3523,1.61183,180,10,0,102,0,1,0,0,0),(80477,2442,0,1,1,0,0,-9712.52,751.27,31.0481,5.25384,180,5,0,1,0,1,0,0,0),(80478,525,0,1,1,0,0,-9687.83,754.702,31.4786,3.94633,180,10,0,102,0,1,0,0,0),(80479,525,0,1,1,0,0,-9686.91,764.203,32.9384,2.13017,180,10,0,102,0,1,0,0,0),(80480,822,0,1,1,0,0,-9693.27,756.903,31.5184,1.15872,180,5,0,195,0,1,0,0,0),(80481,525,0,1,1,0,0,-9707.64,782.041,31.7447,5.35258,180,10,0,102,0,1,0,0,0),(80482,525,0,1,1,0,0,-9659.22,792.274,34.7735,2.78882,180,10,0,102,0,1,0,0,0),(80483,721,0,1,1,0,0,-9771.53,770.524,26.802,2.94002,180,10,0,1,0,1,0,0,0),(80484,1423,0,1,1,0,1,-9780.1,711.683,33.0689,4.623,190,0,0,1124,0,0,0,0,0),(80485,1423,0,1,1,0,1,-9795.4,709.685,33.2013,3.88862,190,0,0,1124,0,0,0,0,0),(80486,1423,0,1,1,0,1,-9803.49,715.782,33.1171,4.72195,190,0,0,1124,0,0,0,0,0),(80487,822,0,1,1,0,0,-9869.39,684.55,35.9953,1.20226,180,5,0,195,0,1,0,0,0),(80488,1423,0,1,1,0,1,-9807.69,717.244,68.206,2.89725,190,0,0,1124,0,0,0,0,0),(80489,1423,0,1,1,0,1,-9815.01,690.105,31.6528,4.31096,190,0,0,1124,0,0,0,0,0),(80490,478,0,1,1,0,1,-9906.72,623.355,40.2933,4.03545,180,5,0,176,0,1,0,0,0),(80492,478,0,1,1,0,1,-9847.56,587.786,40.311,2.83187,180,5,0,176,0,1,0,0,0),(80493,478,0,1,1,0,1,-9824.3,620.795,41.6051,5.09522,180,5,0,176,0,1,0,0,0),(80494,721,0,1,1,0,0,-9852.17,617.767,39.8341,1.14144,180,10,0,1,0,1,0,0,0),(80495,883,0,1,1,0,0,-9860.01,659.279,38.1223,1.31019,180,5,0,1,0,1,0,0,0),(80496,890,0,1,1,0,0,-9861.74,656.577,38.4626,1.13435,180,10,0,8,0,1,0,0,0),(82959,21229,548,1,1,0,1,437.532,-481.711,-13.1582,6.23586,604800,0,0,100520,48465,0,0,0,0),(82958,21339,548,1,1,0,1,-220.628,-240.13,-5.40741,5.71646,604800,0,0,100520,48465,0,0,0,0),(80499,97,0,1,1,0,1,-9945.14,617.188,37.2311,2.77507,180,5,0,156,0,1,0,0,0),(80500,478,0,1,1,0,1,-9949.54,615.613,37.2311,1.16937,180,5,0,176,0,1,0,0,0),(80501,478,0,1,1,0,1,-9949.58,621.918,37.2311,5.06145,180,5,0,176,0,1,0,0,0),(80502,721,0,1,1,0,0,-9935.78,606.082,39.6475,3.81372,180,10,0,1,0,1,0,0,0),(80503,478,0,1,1,0,1,-9990.87,653.904,36.4184,2.51737,180,5,0,176,0,1,0,0,0),(80504,97,0,1,1,0,1,-9996.68,665.204,36.6127,3.76991,180,5,0,156,0,1,0,0,0),(80505,97,0,1,1,0,1,-9944.83,572.915,37.6453,2.37365,180,5,0,156,0,1,0,0,0),(80506,97,0,1,1,0,1,-9933.14,573.86,37.027,1.16937,180,5,0,156,0,1,0,0,0),(80507,478,0,1,1,0,1,-9935.88,583.854,37.7703,1.44862,180,5,0,176,0,1,0,0,0),(80508,478,0,1,1,0,1,-9931.62,578.899,37.277,2.3911,180,5,0,176,0,1,0,0,0),(80509,478,0,1,1,0,1,-9954.26,663.252,33.8692,1.44037,180,5,0,176,0,1,0,0,0),(82957,21246,548,1,1,0,0,-219.35,-243.341,-5.40741,6.05418,604800,0,0,75400,0,0,0,0,0),(80511,478,0,1,1,0,1,-10033.9,645.885,38.4437,2.35619,180,5,0,176,0,1,0,0,0),(80512,97,0,1,1,0,1,-10007.6,658.496,36.2532,0.436332,180,5,0,156,0,1,0,0,0),(80513,478,0,1,1,0,1,-10002,657.114,36.4221,1.81514,180,5,0,176,0,1,0,0,0),(80514,478,0,1,1,0,1,-10005.1,662.883,35.8841,5.49779,180,5,0,176,0,1,0,0,0),(80515,822,0,1,1,0,0,-10038.9,649.552,38.2594,3.27767,180,5,0,195,0,1,0,0,0),(80516,478,0,1,1,0,1,-10027.2,608.88,38.7172,3.758,180,5,0,176,0,1,0,0,0),(80517,478,0,1,1,0,1,-10010.6,581.321,38.8676,6.12969,180,5,0,176,0,1,0,0,0),(80518,97,0,1,1,0,1,-10062.1,625.964,39.4488,1.93731,180,5,0,156,0,1,0,0,0),(80519,97,0,1,1,0,1,-10062.3,630.716,39.4488,2.68781,180,5,0,156,0,1,0,0,0),(80520,478,0,1,1,0,1,-10071.4,629.02,39.4488,6.12611,180,5,0,176,0,1,0,0,0),(80521,478,0,1,1,0,1,-10071,633.184,39.4488,6.07375,180,5,0,176,0,1,0,0,0),(80522,721,0,1,1,0,0,-10051.2,614.986,40.0766,2.85444,180,10,0,1,0,1,0,0,0),(80523,97,0,1,1,0,1,-9983.9,575.295,37.7614,5.39307,180,5,0,156,0,1,0,0,0),(80524,97,0,1,1,0,1,-9961.96,551.831,37.5276,5.43096,180,5,0,156,0,1,0,0,0),(80525,478,0,1,1,0,1,-9981.51,562.627,37.7605,1.27409,180,5,0,176,0,1,0,0,0),(80526,478,0,1,1,0,1,-9986.73,571.913,37.7614,5.98648,180,5,0,176,0,1,0,0,0),(80527,478,0,1,1,0,1,-9981.14,547.836,38.0105,3.21327,180,5,0,176,0,1,0,0,0),(80528,478,0,1,1,0,1,-9959.76,544.444,37.6965,0.746743,180,5,0,176,0,1,0,0,0),(80529,721,0,1,1,0,0,-10094.6,606.046,39.2172,1.23808,180,10,0,1,0,1,0,0,0),(80530,478,0,1,1,0,1,-10120.1,653.327,34.911,3.04834,180,5,0,176,0,1,0,0,0),(80531,448,0,1,1,0,1,-10107.2,617.835,38.0838,5.98131,180,0,0,666,0,0,0,0,0),(80532,478,0,1,1,0,1,-10085,633.968,39.1533,2.38575,180,5,0,176,0,1,0,0,0),(80533,478,0,1,1,0,1,-10117.3,711.22,31.4584,5.6441,180,5,0,176,0,1,0,0,0),(80534,97,0,1,1,0,1,-10106.6,690.702,32.0811,3.9619,180,5,0,156,0,1,0,0,0),(80535,478,0,1,1,0,1,-10110.2,692.573,31.9033,4.55531,180,5,0,176,0,1,0,0,0),(80536,478,0,1,1,0,1,-10117.8,686.296,31.9033,6.17846,180,5,0,176,0,1,0,0,0),(80537,478,0,1,1,0,1,-10089.9,673.787,34.2691,4.1482,180,5,0,176,0,1,0,0,0),(80538,478,0,1,1,0,1,-10147.1,616.176,27.6083,4.91395,180,5,0,176,0,1,0,0,0),(80539,478,0,1,1,0,1,-10127,573.715,33.3096,4.91898,180,5,0,176,0,1,0,0,0),(80540,478,0,1,1,0,1,-10092,542.775,25.9823,3.31981,180,5,0,176,0,1,0,0,0),(80541,97,0,1,1,0,1,-10002.6,464.538,32.4476,1.95325,180,5,0,156,0,1,0,0,0),(80542,252,0,1,1,0,0,-9930.05,499.734,32.5204,3.14159,180,0,0,55,0,0,0,0,0),(80543,2442,0,1,1,0,0,-9985.8,468.045,34.2788,0.066845,180,5,0,1,0,1,0,0,0),(80544,113,0,1,1,0,0,-9886.71,461.584,37.8474,1.17974,180,5,0,102,0,1,0,0,0),(80545,97,0,1,1,0,1,-9857.17,467.822,36.5601,5.06952,180,5,0,156,0,1,0,0,0),(80546,478,0,1,1,0,1,-9821.08,562.099,38.7323,1.59273,180,5,0,176,0,1,0,0,0),(80547,822,0,1,1,0,0,-9828.59,537.301,34.4253,3.79252,180,5,0,195,0,1,0,0,0),(80548,721,0,1,1,0,0,-9822.58,434.057,36.6792,4.45111,180,10,0,1,0,1,0,0,0),(80549,113,0,1,1,0,0,-9792.83,435.857,37.9384,4.52488,180,5,0,102,0,1,0,0,0),(80550,113,0,1,1,0,0,-9824.81,412.5,36.872,0,180,5,0,102,0,1,0,0,0),(80551,97,0,1,1,0,1,-9806.09,438.606,36.5553,4.15031,180,5,0,156,0,1,0,0,0),(80552,1933,0,1,1,0,0,-9815.51,452.586,36.1183,1.51801,180,5,0,14,0,1,0,0,0),(80553,113,0,1,1,0,0,-9814.29,454.489,36.4303,5.09693,180,5,0,102,0,1,0,0,0),(80554,113,0,1,1,0,0,-9852,448.214,36.5163,0.538723,180,5,0,102,0,1,0,0,0),(80555,2442,0,1,1,0,0,-9727.69,446.214,37.1872,2.20765,180,5,0,1,0,1,0,0,0),(80556,113,0,1,1,0,0,-9929.22,443.641,34.5945,3.4276,180,5,0,102,0,1,0,0,0),(80557,113,0,1,1,0,0,-9881.65,418.157,34.8951,4.62417,180,5,0,102,0,1,0,0,0),(80558,113,0,1,1,0,0,-9945.1,423.813,34.7675,1.22975,180,5,0,102,0,1,0,0,0),(80559,721,0,1,1,0,0,-9890.72,422.371,35.1451,0.557955,180,10,0,1,0,1,0,0,0),(80560,113,0,1,1,0,0,-9926.7,427.381,34.7728,2.20437,180,5,0,102,0,1,0,0,0),(80561,113,0,1,1,0,0,-9944.8,376.158,34.8795,4.60737,180,5,0,102,0,1,0,0,0),(80562,113,0,1,1,0,0,-9910.12,377.148,35.1656,2.91669,180,5,0,102,0,1,0,0,0),(80563,894,0,1,1,0,0,-9858.46,365.972,36.3371,1.81514,180,0,0,102,0,0,0,0,0),(80564,721,0,1,1,0,0,-9958.53,406.289,35.2716,2.98672,180,10,0,1,0,1,0,0,0),(80565,113,0,1,1,0,0,-10016,379.302,32.8737,5.55437,180,5,0,102,0,1,0,0,0),(80566,113,0,1,1,0,0,-10008.5,362.802,33.5907,0.910096,180,5,0,102,0,1,0,0,0),(80567,113,0,1,1,0,0,-10018.3,313.798,31.4486,3.99191,180,5,0,102,0,1,0,0,0),(80568,244,0,1,1,0,0,-9895,332.424,36.5505,2.11185,180,0,0,71,0,0,0,0,0),(80569,248,0,1,1,0,0,-9880.63,322.619,37.8244,3.14159,180,0,0,71,0,0,0,0,0),(80570,246,0,1,1,0,0,-9889.68,338.467,36.6486,2.75762,180,0,0,120,0,0,0,0,0),(80571,1933,0,1,1,0,0,-9959.63,308.751,36.8121,5.97215,180,5,0,14,0,1,0,0,0),(80572,113,0,1,1,0,0,-9971.3,308.87,35.7139,3.46149,180,5,0,102,0,1,0,0,0),(80573,113,0,1,1,0,0,-9821.62,356.002,37.7473,2.78667,180,5,0,102,0,1,0,0,0),(80574,113,0,1,1,0,0,-9794.95,388.987,39.6181,2.51294,180,5,0,102,0,1,0,0,0),(80575,475,0,1,1,0,1,-9853.68,284.862,37.987,1.89787,180,5,0,102,0,1,0,0,0),(80576,883,0,1,1,0,0,-9821.67,281.215,39.3122,4.5547,180,5,0,1,0,1,0,0,0),(80577,475,0,1,1,0,1,-9770.83,279.166,43.1248,0.1198,180,5,0,102,0,1,0,0,0),(80578,883,0,1,1,0,0,-9745.05,304.262,45.8766,1.78925,180,5,0,1,0,1,0,0,0),(80579,890,0,1,1,0,0,-9743.7,301.686,46.1331,2.21899,180,0,0,8,0,0,0,0,0),(80580,525,0,1,1,0,0,-9716.04,411.349,40.3702,2.527,180,10,0,102,0,1,0,0,0),(80581,113,0,1,1,0,0,-9759.17,190.368,50.8352,1.38605,180,5,0,102,0,1,0,0,0),(80582,475,0,1,1,0,1,-9833.96,188.524,22.577,5.79556,180,5,0,102,0,1,0,0,0),(80583,475,0,1,1,0,1,-9804.73,240.662,41.1706,4.86251,180,5,0,102,0,1,0,0,0),(80584,475,0,1,1,0,1,-9843.61,198.627,22.7217,5.28962,180,5,0,102,0,1,0,0,0),(80585,475,0,1,1,0,1,-9806.61,181.334,22.481,0.226278,180,5,0,102,0,1,0,0,0),(80586,475,0,1,1,0,1,-9818.85,181.23,22.8492,3.23508,180,5,0,102,0,1,0,0,0),(80587,475,0,1,1,0,1,-9828.89,215.772,15.5806,4.06545,180,5,0,102,0,1,0,0,0),(80588,475,0,1,1,0,1,-9825.36,199.121,13.9991,5.394,180,5,0,102,0,1,0,0,0),(80589,475,0,1,1,0,1,-9768.37,231.5,46.3995,2.64377,180,5,0,102,0,1,0,0,0),(80590,475,0,1,1,0,1,-9758.04,191.688,51.0349,3.51339,180,5,0,102,0,1,0,0,0),(80591,475,0,1,1,0,1,-9826.07,186.314,12.2822,1.2734,180,5,0,102,0,1,0,0,0),(80592,475,0,1,1,0,1,-9851.49,213.185,14.1337,2.54401,180,5,0,102,0,1,0,0,0),(80593,113,0,1,1,0,0,-9717.87,248.615,49.4381,5.23292,180,5,0,102,0,1,0,0,0),(80594,475,0,1,1,0,1,-9903.68,226.756,16.4163,0.336615,180,5,0,102,0,1,0,0,0),(80595,475,0,1,1,0,1,-9871.14,237.252,19.4741,4.31734,180,5,0,102,0,1,0,0,0),(80596,475,0,1,1,0,1,-9879.33,217.356,14.1337,5.82548,180,5,0,102,0,1,0,0,0),(80597,475,0,1,1,0,1,-9879.43,190.812,16.6024,1.79753,180,5,0,102,0,1,0,0,0),(80598,475,0,1,1,0,1,-9884.25,260.653,34.8986,2.57944,180,5,0,102,0,1,0,0,0),(80599,475,0,1,1,0,1,-9885.02,196.351,15.2175,2.27603,180,5,0,102,0,1,0,0,0),(80600,475,0,1,1,0,1,-9852.19,179.62,20.9187,3.22526,180,5,0,102,0,1,0,0,0),(80601,475,0,1,1,0,1,-9822.68,180.421,22.9706,3.13012,180,5,0,102,0,1,0,0,0),(80602,475,0,1,1,0,1,-9865.25,170.29,19.6687,5.36632,180,5,0,102,0,1,0,0,0),(80603,721,0,1,1,0,0,-9930.92,285.115,37.6102,0.960702,180,10,0,1,0,1,0,0,0),(80604,40,0,1,1,0,1,-9797.38,131.632,24.4919,2.91242,180,5,0,120,0,1,0,0,0),(80605,40,0,1,1,0,1,-9806.99,116.714,24.3185,1.64476,180,5,0,120,0,1,0,0,0),(80606,475,0,1,1,0,1,-9816.59,120.354,45.9586,3.66559,180,5,0,102,0,1,0,0,0),(80607,475,0,1,1,0,1,-9819.45,129.544,4.7231,5.83605,180,5,0,102,0,1,0,0,0),(80608,40,0,1,1,0,1,-9823.76,122.362,4.11124,0.172538,180,5,0,120,0,1,0,0,0),(80609,40,0,1,1,0,1,-9800.91,117.807,5.79624,1.15769,180,0,0,120,0,0,0,0,0),(80610,40,0,1,1,0,1,-9813.57,109.196,6.22626,4.81172,180,0,0,120,0,0,0,0,0),(80611,475,0,1,1,0,1,-9827.35,124.626,4.25697,6.19969,180,5,0,102,0,1,0,0,0),(80612,475,0,1,1,0,1,-9907.61,178.849,31.9818,5.60655,180,5,0,102,0,1,0,0,0),(80613,475,0,1,1,0,1,-9888.21,153.554,32.0522,5.88405,180,5,0,102,0,1,0,0,0),(80614,40,0,1,1,0,1,-9814.65,151.784,25.961,0.178155,180,0,0,120,0,0,0,0,0),(80615,40,0,1,1,0,1,-9759.31,148.983,22.3136,1.22528,180,0,0,120,0,0,0,0,0),(80616,40,0,1,1,0,1,-9782.1,139.407,26.2336,2.39189,180,0,0,120,0,0,0,0,0),(80617,40,0,1,1,0,1,-9770.11,155.217,24.921,0.045715,180,0,0,120,0,0,0,0,0),(80618,475,0,1,1,0,1,-9799.58,167.104,24.0743,2.08218,180,5,0,102,0,1,0,0,0),(80619,475,0,1,1,0,1,-9840.62,161.11,4.89257,0.281934,180,5,0,102,0,1,0,0,0),(80620,40,0,1,1,0,1,-9794.09,148.158,24.2717,4.75735,180,5,0,120,0,1,0,0,0),(80621,475,0,1,1,0,1,-9849.7,135.178,6.03231,6.08721,180,5,0,102,0,1,0,0,0),(80622,475,0,1,1,0,1,-9857.44,157.624,6.20103,0.988133,180,5,0,102,0,1,0,0,0),(80623,30,0,1,1,0,0,-9760.26,162.948,53.4379,1.60789,180,5,0,102,0,1,0,0,0),(80624,113,0,1,1,0,0,-9907.56,114.018,32.4213,5.30634,180,5,0,102,0,1,0,0,0),(80625,883,0,1,1,0,0,-9789.27,105.548,45.2997,2.68862,180,5,0,1,0,1,0,0,0),(80626,475,0,1,1,0,1,-9751.76,122.076,16.1832,6.27415,180,5,0,102,0,1,0,0,0),(80627,40,0,1,1,0,1,-9788.18,97.4281,28.4897,1.36379,180,5,0,120,0,1,0,0,0),(80628,40,0,1,1,0,1,-9774.12,102.94,27.8857,2.28045,180,5,0,120,0,1,0,0,0),(80629,40,0,1,1,0,1,-9793.23,90.1409,28.8422,2.67237,180,5,0,120,0,1,0,0,0),(80630,40,0,1,1,0,1,-9822.41,82.0952,3.03206,4.89061,180,5,0,120,0,1,0,0,0),(80631,475,0,1,1,0,1,-9750.53,109.906,25.705,3.41538,180,5,0,102,0,1,0,0,0),(80632,475,0,1,1,0,1,-9800.68,103.668,24.789,5.76924,180,5,0,102,0,1,0,0,0),(80633,475,0,1,1,0,1,-9797.96,109.575,24.4197,3.88405,180,5,0,102,0,1,0,0,0),(80634,40,0,1,1,0,1,-9748.66,111.016,25.5922,3.19397,180,5,0,120,0,1,0,0,0),(80635,475,0,1,1,0,1,-9783.55,84.901,42.6198,3.27819,180,5,0,102,0,1,0,0,0),(80636,40,0,1,1,0,1,-9789.31,111.668,4.6548,4.32913,180,0,0,120,0,0,0,0,0),(80637,40,0,1,1,0,1,-9792.08,91.4188,4.92414,6.23839,180,5,0,120,0,1,0,0,0),(80638,475,0,1,1,0,1,-9752.98,120.348,15.9225,1.30766,180,5,0,102,0,1,0,0,0),(80639,40,0,1,1,0,1,-9737.84,136.119,19.2009,5.81502,180,5,0,120,0,1,0,0,0),(80640,40,0,1,1,0,1,-9748.71,134.768,19.3349,5.06639,180,5,0,120,0,1,0,0,0),(80641,113,0,1,1,0,0,-9926.4,93.1414,32.677,1.9743,180,5,0,102,0,1,0,0,0),(80642,113,0,1,1,0,0,-9933.76,197.007,23.3433,0.880808,180,5,0,102,0,1,0,0,0),(80643,524,0,1,1,0,0,-9837.74,44.6516,32.7111,0.569577,180,5,0,137,0,1,0,0,0),(80644,327,0,1,1,0,1,-9745.84,87.567,12.7743,4.8965,180,0,0,156,0,0,0,0,0),(80645,40,0,1,1,0,1,-9743.42,95.6006,12.5796,1.37507,180,5,0,120,0,1,0,0,0),(80646,822,0,1,1,0,0,-9819.96,29.1408,31.5044,3.48657,180,5,0,195,0,1,0,0,0),(80647,79,0,1,1,0,1,-9733.35,114.784,24.4159,5.41347,3600,0,0,257,0,0,0,0,0),(80648,113,0,1,1,0,0,-9738.29,88.1389,43.8449,4.68014,180,5,0,102,0,1,0,0,0),(80649,40,0,1,1,0,1,-9760.56,87.6726,12.544,2.89838,180,0,0,120,0,0,0,0,0),(80650,40,0,1,1,0,1,-9732.38,117.863,24.6974,3.69457,180,0,0,120,0,0,0,0,0),(80651,883,0,1,1,0,0,-9752.65,30.937,38.2523,5.62972,180,5,0,1,0,1,0,0,0),(80652,475,0,1,1,0,1,-9734.4,138.944,49.0226,0.433051,180,5,0,102,0,1,0,0,0),(80653,113,0,1,1,0,0,-9717.21,180.171,50.5346,3.73231,180,5,0,102,0,1,0,0,0),(80654,524,0,1,1,0,0,-9813.29,7.83382,27.7642,4.62049,180,5,0,137,0,1,0,0,0),(80655,524,0,1,1,0,0,-9775,4.94017,31.6528,4.71239,180,5,0,137,0,1,0,0,0),(80656,524,0,1,1,0,0,-9741.9,31.8874,38.2523,3.73848,180,5,0,137,0,1,0,0,0),(80657,113,0,1,1,0,0,-9681.88,85.5572,45.7138,4.74363,180,5,0,102,0,1,0,0,0),(80658,30,0,1,1,0,0,-9714.55,12.6503,40.6567,5.48121,180,5,0,102,0,1,0,0,0),(80659,30,0,1,1,0,0,-9678.46,120.61,47.1912,0.613775,180,5,0,102,0,1,0,0,0),(80660,475,0,1,1,0,1,-9954.52,222.797,26.328,4.94774,180,5,0,102,0,1,0,0,0),(80661,113,0,1,1,0,0,-10005.3,212.535,30.3517,3.29647,180,5,0,102,0,1,0,0,0),(80662,2442,0,1,1,0,0,-9989.46,215.273,30.8401,4.84101,180,5,0,1,0,1,0,0,0),(80663,113,0,1,1,0,0,-9989.76,252.255,30.8966,1.56494,180,5,0,102,0,1,0,0,0),(80664,113,0,1,1,0,0,-10021,238.277,29.5087,4.53031,180,5,0,102,0,1,0,0,0),(80665,113,0,1,1,0,0,-10024.6,189.339,29.754,3.43305,180,5,0,102,0,1,0,0,0),(80666,113,0,1,1,0,0,-10038.7,223.114,27.9143,6.23625,180,5,0,102,0,1,0,0,0),(80667,822,0,1,1,0,0,-10008.2,207.007,30.5295,3.99613,180,5,0,195,0,1,0,0,0),(80668,113,0,1,1,0,0,-10053.8,277.949,26.4879,3.2434,180,5,0,102,0,1,0,0,0),(80669,822,0,1,1,0,0,-10003.1,274.084,32.554,4.38447,180,5,0,195,0,1,0,0,0),(80670,113,0,1,1,0,0,-10040.4,161.168,28.632,4.28594,180,5,0,102,0,1,0,0,0),(80671,113,0,1,1,0,0,-10067.2,114.227,29.9437,5.12804,180,5,0,102,0,1,0,0,0),(80672,113,0,1,1,0,0,-10020.8,117.915,33.5757,2.59753,180,5,0,102,0,1,0,0,0),(80673,113,0,1,1,0,0,-9984.24,113.954,34.1042,3.02591,180,5,0,102,0,1,0,0,0),(80674,883,0,1,1,0,0,-10055.4,141.353,27.3607,5.70493,180,5,0,1,0,1,0,0,0),(80675,721,0,1,1,0,0,-10029.9,150.69,31.7446,3.79408,180,10,0,1,0,1,0,0,0),(80676,113,0,1,1,0,0,-9986.97,156.062,34.6856,1.2756,180,5,0,102,0,1,0,0,0),(80677,258,0,1,1,0,1,-10008.3,65.2117,34.8658,0.261799,180,0,0,102,0,0,0,0,0),(80678,721,0,1,1,0,0,-9969.03,98.3201,33.5495,5.32623,180,10,0,1,0,1,0,0,0),(80679,721,0,1,1,0,0,-9930.48,66.5221,33.123,2.6685,180,10,0,1,0,1,0,0,0),(80680,113,0,1,1,0,0,-9942.02,86.1381,33.0227,3.83789,180,5,0,102,0,1,0,0,0),(80681,113,0,1,1,0,0,-9948.29,112.667,33.0901,3.82554,180,5,0,102,0,1,0,0,0),(80682,113,0,1,1,0,0,-9979.29,86.038,34.7465,6.23044,180,5,0,102,0,1,0,0,0),(80683,250,0,1,1,0,1,-10005.2,52.8202,34.6539,0.296706,180,0,0,120,0,0,0,0,0),(80684,251,0,1,1,0,0,-10014,37.605,35.2531,0.767945,180,0,0,55,0,0,0,0,0),(80685,247,0,1,1,0,0,-9923.68,38.3872,32.5951,3.14159,180,0,0,42,0,0,0,0,0),(80686,255,0,1,1,0,0,-9918.6,39.3611,32.6858,3.14159,180,0,0,120,0,0,0,0,0),(80687,113,0,1,1,0,0,-9943.08,46.5204,33.1547,4.23553,180,5,0,102,0,1,0,0,0),(80688,524,0,1,1,0,0,-9878.19,-9.14996,26.8841,3.88048,180,5,0,137,0,1,0,0,0),(80689,524,0,1,1,0,0,-9773.41,-8.62885,30.0164,2.9482,180,5,0,137,0,1,0,0,0),(80690,116,0,1,1,0,1,-9673.89,-4.60323,44.8655,5.85446,180,5,0,156,0,1,0,0,0),(80691,113,0,1,1,0,0,-9634.27,58.2623,60.2921,1.57599,180,5,0,102,0,1,0,0,0),(80692,113,0,1,1,0,0,-9682.43,113.513,47.1978,3.2208,180,5,0,102,0,1,0,0,0),(80693,113,0,1,1,0,0,-9612.56,17.916,61.3788,3.92441,180,5,0,102,0,1,0,0,0),(80694,30,0,1,1,0,0,-9609.84,82.4616,61.2011,2.50789,180,5,0,102,0,1,0,0,0),(80695,113,0,1,1,0,0,-9593.61,54.719,60.9167,2.22424,180,5,0,102,0,1,0,0,0),(80696,113,0,1,1,0,0,-9577.1,124.616,59.3955,0.671218,180,5,0,102,0,1,0,0,0),(80697,30,0,1,1,0,0,-9636.07,188.916,47.5386,0.407667,180,5,0,102,0,1,0,0,0),(80698,883,0,1,1,0,0,-9656.18,200.163,48.7987,5.0675,180,5,0,1,0,1,0,0,0),(80699,721,0,1,1,0,0,-9581.12,18.7787,60.425,1.52829,180,10,0,1,0,1,0,0,0),(80700,30,0,1,1,0,0,-9588.36,-12.2227,61.6865,5.53788,180,5,0,102,0,1,0,0,0),(80701,116,0,1,1,0,1,-9647.7,-59.3975,43.4704,3.02813,180,5,0,156,0,1,0,0,0),(80702,524,0,1,1,0,0,-9758.45,-81.6962,30.8459,5.63773,180,5,0,137,0,1,0,0,0),(80703,883,0,1,1,0,0,-9759.05,-68.3373,30.4826,0.24119,180,5,0,1,0,1,0,0,0),(80704,822,0,1,1,0,0,-9748.02,-25.2635,35.4068,3.96682,180,5,0,195,0,1,0,0,0),(80705,524,0,1,1,0,0,-9693.33,-105.208,38.7951,0,180,5,0,137,0,1,0,0,0),(80706,116,0,1,1,0,1,-9685.02,-73.2844,40.1185,1.51476,180,5,0,156,0,1,0,0,0),(80707,2442,0,1,1,0,0,-9702.18,-77.6162,38.2658,2.28981,180,5,0,1,0,1,0,0,0),(80708,822,0,1,1,0,0,-9694.79,-72.2588,39.408,4.71239,180,5,0,195,0,1,0,0,0),(80709,116,0,1,1,0,1,-9704.33,-45.9833,39.0054,0.942847,180,5,0,156,0,1,0,0,0),(80710,116,0,1,1,0,1,-9655.4,-112.452,44.5232,0.912916,180,5,0,156,0,1,0,0,0),(80711,524,0,1,1,0,0,-9698.37,-129.936,39.625,3.47384,180,5,0,137,0,1,0,0,0),(80712,822,0,1,1,0,0,-9716.07,-140.246,37.9383,4.098,180,5,0,195,0,1,0,0,0),(80713,524,0,1,1,0,0,-9778.16,-102.621,29.8269,4.64206,180,5,0,137,0,1,0,0,0),(80714,524,0,1,1,0,0,-9796.32,-75.3252,25.7988,1.87681,180,0,0,137,0,0,0,0,0),(80715,822,0,1,1,0,0,-9783.68,-96.5355,28.4609,2.6762,180,5,0,195,0,1,0,0,0),(80716,524,0,1,1,0,0,-9759.19,-125.479,32.6467,0.629034,180,5,0,137,0,1,0,0,0),(80717,524,0,1,1,0,0,-9812.62,-142.259,30.5675,0.226506,180,5,0,137,0,1,0,0,0),(80718,116,0,1,1,0,1,-9820.04,-113.833,27.9131,1.41451,180,5,0,156,0,1,0,0,0),(80719,1933,0,1,1,0,0,-9807.75,-106.75,28.1368,4.23997,180,5,0,14,0,1,0,0,0),(80720,524,0,1,1,0,0,-9814.71,-83.1168,26.0056,4.98532,180,5,0,137,0,1,0,0,0),(80721,116,0,1,1,0,1,-9860.32,-88.5566,26.3414,1.32571,180,5,0,156,0,1,0,0,0),(80722,524,0,1,1,0,0,-9857.37,-56.8469,25.2664,1.00317,180,5,0,137,0,1,0,0,0),(80723,116,0,1,1,0,1,-9866.8,-155.916,31.97,6.01213,180,5,0,156,0,1,0,0,0),(80724,883,0,1,1,0,0,-9870.36,-140.725,29.8659,2.79822,180,5,0,1,0,1,0,0,0),(80725,116,0,1,1,0,1,-9919.28,-81.928,29.3812,5.50814,180,5,0,156,0,1,0,0,0),(80726,524,0,1,1,0,0,-9909.7,-80.2755,28.8326,0.829528,180,0,0,137,0,0,0,0,0),(80727,883,0,1,1,0,0,-9953.14,-54.4741,33.2219,6.1872,180,5,0,1,0,1,0,0,0),(80728,721,0,1,1,0,0,-9894.14,-129.765,31.3224,4.75338,180,10,0,1,0,1,0,0,0),(80729,822,0,1,1,0,0,-9908.25,-58.8789,29.8297,2.70414,180,5,0,195,0,1,0,0,0),(80730,6927,0,1,1,0,1,-9958.61,-153.27,22.3896,5.7039,180,0,0,156,0,2,0,0,0),(82956,21246,548,1,1,0,0,-132.255,-207.503,1.58924,0.944377,604800,0,0,75400,0,0,0,0,0),(80732,6927,0,1,1,0,1,-9960.07,-154.13,21.9752,5.60729,180,0,0,156,0,2,0,0,0),(80733,116,0,1,1,0,1,-9863.5,-123.635,28.9781,6.00191,180,5,0,156,0,1,0,0,0),(80734,620,0,1,1,0,0,-9942.3,-147.547,25.0081,0.581317,300,0,0,1,0,0,0,0,0),(80735,620,0,1,1,0,0,-9944.64,-150.41,25.0081,1.68865,300,0,0,1,0,0,0,0,0),(80736,620,0,1,1,0,0,-9946.96,-144.214,24.7581,5.4159,300,0,0,1,0,0,0,0,0),(80737,6846,0,1,1,0,0,-9959.24,-132.4,25.3701,3.91556,180,0,0,198,0,2,0,0,0),(80738,883,0,1,1,0,0,-9961.08,-28.3792,33.8086,4.13691,180,5,0,1,0,1,0,0,0),(80739,524,0,1,1,0,0,-9958.87,-11.0404,34.5669,2.44376,180,0,0,137,0,0,0,0,0),(80740,524,0,1,1,0,0,-9976.09,-47.0791,35.1398,4.86533,180,0,0,137,0,0,0,0,0),(80741,524,0,1,1,0,0,-10013,-25.353,35.8516,1.46704,180,0,0,137,0,0,0,0,0),(80742,116,0,1,1,0,1,-9880.3,-189.318,35.1261,1.45917,180,5,0,156,0,1,0,0,0),(80743,822,0,1,1,0,0,-9855.75,-173.082,34.7587,2.90225,180,5,0,195,0,1,0,0,0),(80744,474,0,1,1,0,1,-9866.08,-222.641,35.9794,0.628319,180,0,0,160,350,0,0,0,0),(80745,524,0,1,1,0,0,-9783.79,-204.969,39.6402,2.99666,180,0,0,137,0,0,0,0,0),(80746,116,0,1,1,0,1,-9812.76,-188.394,36.8753,5.78247,180,5,0,156,0,1,0,0,0),(80747,116,0,1,1,0,1,-9860.47,-220.92,36.2294,2.6529,180,5,0,156,0,1,0,0,0),(80748,116,0,1,1,0,1,-9863.62,-218.641,36.2294,5.37561,180,5,0,156,0,1,0,0,0),(80749,524,0,1,1,0,0,-9762.34,-203.066,40.2936,4.59253,180,0,0,137,0,0,0,0,0),(80750,883,0,1,1,0,0,-9738.14,-252.654,46.8072,2.63605,180,5,0,1,0,1,0,0,0),(80751,524,0,1,1,0,0,-9744.79,-274.096,48.2849,3.6357,180,5,0,137,0,1,0,0,0),(80752,524,0,1,1,0,0,-9693.81,-287.447,59.1046,6.06152,180,5,0,137,0,1,0,0,0),(80753,524,0,1,1,0,0,-9691.26,-182.507,45.7818,2.48415,180,0,0,137,0,0,0,0,0),(80754,822,0,1,1,0,0,-9696.73,-173.051,43.7101,3.51835,180,5,0,195,0,1,0,0,0),(80755,883,0,1,1,0,0,-9694.44,-176.494,44.4763,3.76011,180,5,0,1,0,1,0,0,0),(80756,524,0,1,1,0,0,-9700.23,-164.423,42.6536,5.6811,180,0,0,137,0,0,0,0,0),(80757,524,0,1,1,0,0,-9668.36,-264.583,63.5965,0,180,0,0,137,0,0,0,0,0),(80758,525,0,1,1,0,0,-9584.75,-279.387,62.0789,5.06255,180,10,0,102,0,1,0,0,0),(80759,735,0,1,1,0,1,-9547.12,-250.417,61.5035,2.42862,180,5,0,120,0,1,0,0,0),(80760,525,0,1,1,0,0,-9552.61,-247.975,61.863,1.5682,180,10,0,102,0,1,0,0,0),(80761,721,0,1,1,0,0,-9589.32,-257.693,59.0979,5.96761,180,10,0,1,0,1,0,0,0),(80762,2442,0,1,1,0,0,-9667.08,-325.259,55.4588,0.159745,180,5,0,1,0,1,0,0,0),(80763,524,0,1,1,0,0,-9652.08,-306.25,58.7088,1.55131,180,5,0,137,0,1,0,0,0),(80764,721,0,1,1,0,0,-9634.05,-347.055,58.6414,5.31037,180,10,0,1,0,1,0,0,0),(80765,735,0,1,1,0,1,-9560.81,-309.06,62.9801,3.00175,180,5,0,120,0,1,0,0,0),(80766,525,0,1,1,0,0,-9552.97,-308.507,62.2519,1.46203,180,10,0,102,0,1,0,0,0),(80767,2442,0,1,1,0,0,-9582.23,-310.178,61.9885,6.12221,180,5,0,1,0,1,0,0,0),(80768,524,0,1,1,0,0,-9743.46,-345.229,54.3924,0.904061,180,5,0,137,0,1,0,0,0),(80769,721,0,1,1,0,0,-9750.91,-336.092,52.2179,0.77745,180,10,0,1,0,1,0,0,0),(80770,524,0,1,1,0,0,-9681.23,-358.883,56.0801,4.69881,180,5,0,137,0,1,0,0,0),(80771,524,0,1,1,0,0,-9709.11,-318.376,54.2561,3.54495,180,5,0,137,0,1,0,0,0),(80772,822,0,1,1,0,0,-9688.07,-337.024,57.7277,4.71044,180,5,0,195,0,1,0,0,0),(80773,2442,0,1,1,0,0,-9718.67,-355.994,54.6256,4.02941,180,5,0,1,0,1,0,0,0),(80774,524,0,1,1,0,0,-9788.09,-368.443,54.2493,1.69098,180,5,0,137,0,1,0,0,0),(80775,524,0,1,1,0,0,-9811.98,-361.979,54.246,0.348683,180,5,0,137,0,1,0,0,0),(80776,524,0,1,1,0,0,-9825.1,-291.894,40.2645,3.77999,180,5,0,137,0,1,0,0,0),(80777,524,0,1,1,0,0,-9846.08,-311.584,40.1341,2.91318,180,5,0,137,0,1,0,0,0),(80778,524,0,1,1,0,0,-9788.65,-318.501,48.8338,4.16397,180,5,0,137,0,1,0,0,0),(80779,2442,0,1,1,0,0,-9774.64,-352.819,52.4881,4.99086,180,5,0,1,0,1,0,0,0),(80780,721,0,1,1,0,0,-9778.84,-356.832,52.8422,6.24414,180,10,0,1,0,1,0,0,0),(80781,883,0,1,1,0,0,-9779.42,-339.024,52.213,2.86061,180,5,0,1,0,1,0,0,0),(80782,524,0,1,1,0,0,-9713.58,-391.615,51.1133,2.21899,180,5,0,137,0,1,0,0,0),(80783,524,0,1,1,0,0,-9915.52,-323.947,32.425,1.89701,180,0,0,137,0,0,0,0,0),(80784,1933,0,1,1,0,0,-9895.36,-293.901,34.3675,3.5764,180,5,0,14,0,1,0,0,0),(80785,524,0,1,1,0,0,-9892.39,-292.269,34.2425,3.54293,180,5,0,137,0,1,0,0,0),(80786,822,0,1,1,0,0,-9901.03,-320.186,34.0545,0.280982,180,5,0,195,0,1,0,0,0),(80787,524,0,1,1,0,0,-9876.13,-351.713,34.1669,1.56782,180,0,0,137,0,0,0,0,0),(80788,46,0,1,1,0,1,-9911.75,-420.714,26.9035,5.6096,180,0,0,176,0,0,0,0,0),(80789,524,0,1,1,0,0,-9882.09,-423.763,33.2074,3.32303,180,0,0,137,0,0,0,0,0),(80790,524,0,1,1,0,0,-9926.91,-371.035,27.3265,2.5664,180,0,0,137,0,0,0,0,0),(80791,46,0,1,1,0,1,-9946.99,-281.391,29.242,5.03722,180,0,0,176,0,0,0,0,0),(80792,213,0,1,1,0,0,-10018.6,-423.418,32.611,4.28107,250,0,0,449,0,0,0,0,0),(80793,46,0,1,1,0,1,-9889.43,-442.811,28.3063,6.05858,180,5,0,176,0,1,0,0,0),(80794,524,0,1,1,0,0,-9847.47,-448.341,34.0142,5.83775,180,5,0,137,0,1,0,0,0),(80795,822,0,1,1,0,0,-9696.79,-439.03,51.6461,0.824053,180,5,0,195,0,1,0,0,0),(80796,524,0,1,1,0,0,-9707.42,-448.762,51.6561,2.7737,180,0,0,137,0,0,0,0,0),(80797,524,0,1,1,0,0,-9681.01,-423.161,54.1289,3.22999,180,0,0,137,0,0,0,0,0),(80798,721,0,1,1,0,0,-9679.08,-436.552,52.7534,4.54949,180,10,0,1,0,1,0,0,0),(80799,1933,0,1,1,0,0,-9676.52,-432.06,53.7539,4.64567,180,5,0,14,0,1,0,0,0),(80800,2442,0,1,1,0,0,-9657.26,-424.879,57.1523,3.13311,180,5,0,1,0,1,0,0,0),(80801,883,0,1,1,0,0,-9655.27,-438.494,55.8194,3.97765,180,5,0,1,0,1,0,0,0),(80802,524,0,1,1,0,0,-9647.33,-393.739,59.6299,2.92458,180,0,0,137,0,0,0,0,0),(80803,721,0,1,1,0,0,-9677.63,-392.864,53.1638,1.29131,180,10,0,1,0,1,0,0,0),(80804,524,0,1,1,0,0,-9668.72,-495.71,52.1218,6.12963,180,0,0,137,0,0,0,0,0),(80805,524,0,1,1,0,0,-9710.87,-515.84,53.4383,4.07676,180,0,0,137,0,0,0,0,0),(80806,524,0,1,1,0,0,-9659.86,-516.509,51.7834,0.264838,180,0,0,137,0,0,0,0,0),(80807,524,0,1,1,0,0,-9616.5,-489.437,59.0715,6.28123,180,5,0,137,0,1,0,0,0),(80808,524,0,1,1,0,0,-9646.89,-447.798,56.8402,3.78507,180,0,0,137,0,0,0,0,0),(80809,2442,0,1,1,0,0,-9587.4,-440.112,59.715,0.196629,180,5,0,1,0,1,0,0,0),(80810,525,0,1,1,0,0,-9585.82,-411.112,63.8551,2.12572,180,10,0,102,0,1,0,0,0),(80811,721,0,1,1,0,0,-9767.21,-549.39,35.6084,5.43012,180,10,0,1,0,1,0,0,0),(80812,524,0,1,1,0,0,-9808.94,-477.447,33.4883,3.69274,180,0,0,137,0,0,0,0,0),(80813,524,0,1,1,0,0,-9749.61,-558.077,38.6037,3.26692,180,0,0,137,0,0,0,0,0),(80814,822,0,1,1,0,0,-9770.42,-575.761,36.7657,1.52618,180,5,0,195,0,1,0,0,0),(80815,46,0,1,1,0,1,-9847.46,-522.908,25.1326,0.785398,180,0,0,176,0,0,0,0,0),(80816,524,0,1,1,0,0,-9752.03,-605.757,39.8925,4.58126,180,0,0,137,0,0,0,0,0),(80817,524,0,1,1,0,0,-9783.61,-580.79,35.0487,2.58879,180,0,0,137,0,0,0,0,0),(80818,46,0,1,1,0,1,-9846.28,-587.654,21.5072,0.016149,180,0,0,176,0,0,0,0,0),(80819,524,0,1,1,0,0,-9725.53,-581.543,45.5966,2.66477,180,0,0,137,0,0,0,0,0),(80820,524,0,1,1,0,0,-9753.79,-687.975,39.3901,3.97812,180,5,0,137,0,1,0,0,0),(80821,524,0,1,1,0,0,-9782.88,-707.119,38.1831,0.888387,180,0,0,137,0,0,0,0,0),(80822,524,0,1,1,0,0,-9805.33,-684.267,33.6216,0.099228,180,0,0,137,0,0,0,0,0),(80823,46,0,1,1,0,1,-9856.13,-663.608,21.3321,4.31579,180,5,0,176,0,1,0,0,0),(80824,524,0,1,1,0,0,-9705.16,-647.011,47.3032,3.9746,180,0,0,137,0,0,0,0,0),(80825,822,0,1,1,0,0,-9722.87,-660.44,45.6752,1.43747,180,5,0,195,0,1,0,0,0),(80826,1933,0,1,1,0,0,-9769.15,-737.917,39.7256,0.573919,180,5,0,14,0,1,0,0,0),(80827,2442,0,1,1,0,0,-9762.39,-728.625,39.2931,1.06787,180,5,0,1,0,1,0,0,0),(80828,822,0,1,1,0,0,-9763.54,-758.977,41.1705,3.71551,180,5,0,195,0,1,0,0,0),(80829,524,0,1,1,0,0,-9738.92,-747.559,41.8718,2.62882,180,5,0,137,0,1,0,0,0),(80830,1933,0,1,1,0,0,-9693.01,-692.28,47.0307,4.44939,180,5,0,14,0,1,0,0,0),(80831,524,0,1,1,0,0,-9689.58,-739.584,45.1292,1.97325,180,5,0,137,0,1,0,0,0),(80832,524,0,1,1,0,0,-9715.8,-718.996,45.2577,4.705,180,0,0,137,0,0,0,0,0),(80833,524,0,1,1,0,0,-9693.87,-682.222,46.6974,2.16265,180,5,0,137,0,1,0,0,0),(80834,524,0,1,1,0,0,-9685.42,-618.75,49.6767,3.58739,180,0,0,137,0,0,0,0,0),(80835,116,0,1,1,0,1,-9738.45,-834.382,40.3696,2.2215,180,5,0,156,0,1,0,0,0),(80836,116,0,1,1,0,1,-9744.7,-815.93,42.0071,1.2859,180,5,0,156,0,1,0,0,0),(80837,721,0,1,1,0,0,-9726.51,-814.171,42.4707,3.29741,180,10,0,1,0,1,0,0,0),(80838,524,0,1,1,0,0,-9820.48,-743.447,34.9121,2.314,180,0,0,137,0,0,0,0,0),(80839,524,0,1,1,0,0,-9788.09,-787.506,41.9487,4.89777,180,0,0,137,0,0,0,0,0),(80840,524,0,1,1,0,0,-9719.79,-799.479,42.1394,3.14159,180,5,0,137,0,1,0,0,0),(80841,116,0,1,1,0,1,-9802.55,-829.077,40.7339,0.583856,180,5,0,156,0,1,0,0,0),(80842,524,0,1,1,0,0,-9848.41,-787.678,34.9964,1.10128,180,0,0,137,0,0,0,0,0),(80843,46,0,1,1,0,1,-9876.75,-822.158,29.6442,4.4361,180,0,0,176,0,0,0,0,0),(80844,116,0,1,1,0,1,-9836.55,-839.935,39.3029,3.67885,180,5,0,156,0,1,0,0,0),(80845,721,0,1,1,0,0,-9834.46,-842.223,40.3163,2.14202,180,10,0,1,0,1,0,0,0),(80846,46,0,1,1,0,1,-9885.69,-893.422,30.3454,2.03619,180,5,0,176,0,1,0,0,0),(80847,524,0,1,1,0,0,-9851.55,-919.864,39.3363,5.62621,180,5,0,137,0,1,0,0,0),(80848,390,0,1,1,0,0,-9771.52,-880.772,39.5726,3.7601,180,0,0,137,0,0,0,0,0),(80849,330,0,1,1,0,0,-9773.94,-882.495,39.6192,3.75995,180,0,0,176,0,0,0,0,0),(80850,390,0,1,1,0,0,-9772.23,-884.956,39.5726,3.76008,180,0,0,137,0,0,0,0,0),(80851,116,0,1,1,0,1,-9715.12,-939.522,38.3854,0.446598,180,5,0,156,0,1,0,0,0),(80852,721,0,1,1,0,0,-9755.89,-883.807,39.61,3.89861,180,10,0,1,0,1,0,0,0),(80853,473,0,1,1,0,1,-9806.25,-932.124,39.8574,1.0821,180,0,0,198,0,0,0,0,0),(80854,881,0,1,1,0,1,-9809.18,-929.385,39.8697,0.034907,180,0,0,160,350,0,0,0,0),(80855,880,0,1,1,0,1,-9805.79,-927.164,39.8671,4.36332,180,0,0,156,0,0,0,0,0),(80856,524,0,1,1,0,0,-9782.15,-986.937,40.3275,5.04128,180,0,0,137,0,0,0,0,0),(80857,721,0,1,1,0,0,-9795.31,-979.565,40.1775,3.04053,180,10,0,1,0,1,0,0,0),(80858,524,0,1,1,0,0,-9710.7,-998.179,42.3644,4.23435,180,5,0,137,0,1,0,0,0),(80859,524,0,1,1,0,0,-9681.12,-956.087,42.0195,4.9373,180,5,0,137,0,1,0,0,0),(80860,822,0,1,1,0,0,-9673.12,-916.457,42.2932,3.59475,180,5,0,195,0,1,0,0,0),(80861,2442,0,1,1,0,0,-9858.63,-926.539,37.0863,4.86048,180,5,0,1,0,1,0,0,0),(80862,822,0,1,1,0,0,-9811.79,-993.296,39.8986,3.9187,180,5,0,195,0,1,0,0,0),(80863,524,0,1,1,0,0,-9644.67,-921.347,47.6622,2.27679,180,5,0,137,0,1,0,0,0),(80864,116,0,1,1,0,1,-9766.92,-917.459,39.8,0,180,5,0,156,0,1,0,0,0),(80865,524,0,1,1,0,0,-9756.21,-1025.7,39.7242,4.99305,180,5,0,137,0,1,0,0,0),(80866,116,0,1,1,0,1,-9730.21,-840.625,40.2659,4.90311,180,5,0,156,0,1,0,0,0),(80867,116,0,1,1,0,1,-9714.19,-846.725,41.8909,3.09557,180,5,0,156,0,1,0,0,0),(80868,116,0,1,1,0,1,-9826.75,-918.736,41.3269,0.804792,180,5,0,156,0,1,0,0,0),(80869,524,0,1,1,0,0,-9874.73,-941.875,33.7494,3.96766,180,0,0,137,0,0,0,0,0),(80870,524,0,1,1,0,0,-9852.86,-993.595,36.7696,4.63674,180,0,0,137,0,0,0,0,0),(80871,883,0,1,1,0,0,-9802.61,-1010.95,38.9007,1.08095,180,5,0,1,0,1,0,0,0),(80872,524,0,1,1,0,0,-9810.41,-1016.96,38.1802,1.62944,180,0,0,137,0,0,0,0,0),(80873,524,0,1,1,0,0,-9687.22,-877.815,44.594,2.74612,180,0,0,137,0,0,0,0,0),(80874,118,0,1,1,0,0,-9711.21,-1084.78,40.7394,5.21532,180,5,0,176,0,1,0,0,0),(80875,524,0,1,1,0,0,-9794.32,-1047.81,37.4403,6.2173,180,5,0,137,0,1,0,0,0),(80876,1423,0,1,1,0,1,-9611.04,-1071.76,39.6254,3.33358,190,0,0,1124,0,0,0,0,0),(80877,1423,0,1,1,0,1,-9618.58,-1069.09,39.7504,6.12611,190,0,0,1124,0,0,0,0,0),(80878,118,0,1,1,0,0,-9656.53,-1083.56,43.2615,0.916645,180,0,0,176,0,0,0,0,0),(80879,1423,0,1,1,0,1,-9621.44,-1038.78,39.7489,6.21337,190,0,0,1124,0,0,0,0,0),(80880,261,0,1,1,0,0,-9610.23,-1032.05,41.3058,3.14159,310,0,0,1003,0,0,0,0,0),(80881,1423,0,1,1,0,1,-9615.54,-1038.75,39.7489,3.14159,190,0,0,1124,0,0,0,0,0),(80882,2442,0,1,1,0,0,-9500.92,-1046.96,51.5554,2.13161,180,5,0,1,0,1,0,0,0),(80883,1922,0,1,1,0,0,-9534.62,-1033.36,49.1643,0.748071,180,5,0,137,0,1,0,0,0),(80884,822,0,1,1,0,0,-9502.75,-1095.25,51.493,4.91082,180,5,0,195,0,1,0,0,0),(80885,1922,0,1,1,0,0,-9470.74,-1025.41,55.7569,1.6023,180,5,0,137,0,1,0,0,0),(80886,1922,0,1,1,0,0,-9503.59,-991.642,55.2849,5.23198,180,5,0,137,0,1,0,0,0),(80887,1922,0,1,1,0,0,-9442.79,-1039.73,58.7106,4.2898,180,5,0,137,0,1,0,0,0),(80888,118,0,1,1,0,0,-9413.37,-1124.11,59.1057,4.22691,180,5,0,176,0,1,0,0,0),(80889,2442,0,1,1,0,0,-9483.15,-956.615,56.4859,6.2304,180,5,0,1,0,1,0,0,0),(80890,1922,0,1,1,0,0,-9477.95,-949.501,56.0624,4.78078,180,5,0,137,0,1,0,0,0),(80891,118,0,1,1,0,0,-9461.59,-973.419,56.3415,4.4048,180,5,0,176,0,1,0,0,0),(80892,118,0,1,1,0,0,-9447.56,-977.222,55.8026,2.04204,180,0,0,176,0,0,0,0,0),(80893,118,0,1,1,0,0,-9450.68,-957.841,55.7379,0.732949,180,5,0,176,0,1,0,0,0),(80894,118,0,1,1,0,0,-9439.83,-972.599,55.7748,2.67035,180,0,0,176,0,0,0,0,0),(80895,1922,0,1,1,0,0,-9402.65,-957.853,61.3605,1.98047,180,5,0,137,0,1,0,0,0),(80896,1922,0,1,1,0,0,-9403.04,-990.28,61.9987,1.34854,180,5,0,137,0,1,0,0,0),(80897,1922,0,1,1,0,0,-9412.19,-1025.14,61.1983,1.94706,180,5,0,137,0,1,0,0,0),(80898,1922,0,1,1,0,0,-9353.02,-942.272,66.9444,0.890564,180,5,0,137,0,1,0,0,0),(80899,822,0,1,1,0,0,-9358.58,-939.169,66.4676,5.9775,180,5,0,195,0,1,0,0,0),(80900,2442,0,1,1,0,0,-9372.56,-936.474,64.3124,4.73404,180,5,0,1,0,1,0,0,0),(80901,1922,0,1,1,0,0,-9370.6,-912.182,64.5859,3.02904,180,5,0,137,0,1,0,0,0),(80902,1922,0,1,1,0,0,-9411.16,-907.985,59.9218,6.0751,180,5,0,137,0,1,0,0,0),(80903,2442,0,1,1,0,0,-9346.75,-864.965,66.5683,0.578285,180,5,0,1,0,1,0,0,0),(80904,1922,0,1,1,0,0,-9371.17,-887.009,65.2754,4.9169,180,0,0,137,0,0,0,0,0),(80905,1922,0,1,1,0,0,-9354.75,-886.508,65.6959,3.267,180,5,0,137,0,1,0,0,0),(80906,1922,0,1,1,0,0,-9396.32,-859.061,64.2375,3.48435,180,5,0,137,0,1,0,0,0),(80907,1922,0,1,1,0,0,-9268.46,-859.773,71.7079,3.57586,180,5,0,137,0,1,0,0,0),(80908,1922,0,1,1,0,0,-9279.35,-829.813,70.0151,1.19653,180,5,0,137,0,1,0,0,0),(80909,1922,0,1,1,0,0,-9317.01,-838.293,66.1899,3.22376,180,5,0,137,0,1,0,0,0),(80910,1922,0,1,1,0,0,-9423.81,-870.147,61.1011,4.39249,180,0,0,137,0,0,0,0,0),(80911,822,0,1,1,0,0,-9417.66,-854.635,62.031,0.628653,180,5,0,195,0,1,0,0,0),(80912,1922,0,1,1,0,0,-9380.21,-810.626,65.9781,1.48467,180,5,0,137,0,1,0,0,0),(80913,1922,0,1,1,0,0,-9447.08,-846.934,60.5924,0.180713,180,0,0,137,0,0,0,0,0),(80914,1922,0,1,1,0,0,-9423.11,-809.347,64.1416,4.43758,180,5,0,137,0,1,0,0,0),(80915,822,0,1,1,0,0,-9474.45,-844.969,60.2612,0.790923,180,5,0,195,0,1,0,0,0),(80916,1922,0,1,1,0,0,-9463.64,-830.57,60.7213,5.59045,180,5,0,137,0,1,0,0,0),(80917,1922,0,1,1,0,0,-9393.35,-785.39,63.6593,1.36046,180,5,0,137,0,1,0,0,0),(80918,1922,0,1,1,0,0,-9549.16,-889.622,46.0537,0.076173,180,0,0,137,0,0,0,0,0),(80919,1922,0,1,1,0,0,-9508.27,-762.008,60.2988,1.54541,180,5,0,137,0,1,0,0,0),(80920,2442,0,1,1,0,0,-9486.61,-774.773,60.8734,1.11201,180,5,0,1,0,1,0,0,0),(80921,1922,0,1,1,0,0,-9459.06,-760.647,61.6535,1.05161,180,5,0,137,0,1,0,0,0),(80922,524,0,1,1,0,0,-9619.75,-884.375,48.4459,3.14159,180,0,0,137,0,0,0,0,0),(80923,883,0,1,1,0,0,-9609.2,-882.045,49.5843,0.314179,180,5,0,1,0,1,0,0,0),(80924,1949,0,1,1,0,0,-9562.33,-722.926,64.7386,0.82301,180,0,0,156,0,0,0,0,0),(80925,1949,0,1,1,0,0,-9562.29,-735.12,99.203,2.15347,180,0,0,156,0,0,0,0,0),(80926,1949,0,1,1,0,0,-9573.05,-713.053,99.1406,5.95087,180,0,0,156,0,0,0,0,0),(80927,1949,0,1,1,0,0,-9554.81,-706.766,90.4123,2.72909,180,0,0,156,0,0,0,0,0),(80928,1949,0,1,1,0,0,-9550.88,-685.652,63.183,2.14719,180,0,0,156,0,0,0,0,0),(80929,1949,0,1,1,0,0,-9558.13,-712.885,64.7386,6.22928,180,0,0,156,0,0,0,0,0),(80930,1949,0,1,1,0,0,-9558.59,-700.421,99.2119,4.4751,180,0,0,156,0,0,0,0,0),(80931,1949,0,1,1,0,0,-9549,-724.052,99.1484,2.63064,180,0,0,156,0,0,0,0,0),(80932,1949,0,1,1,0,0,-9550.68,-711.69,75.0554,3.24567,180,0,0,156,0,0,0,0,0),(80933,11072,0,1,1,0,0,-9576.3,-718.124,99.2704,3.05433,540,0,0,2138,0,0,0,0,0),(80934,313,0,1,1,0,0,-9553.08,-728.152,99.2522,2.16421,190,0,0,664,0,0,0,0,0),(80935,959,0,1,1,0,0,-9548.45,-709.983,90.5103,3.63029,180,0,0,198,0,0,0,0,0),(80936,1949,0,1,1,0,0,-9522.95,-700.829,61.6524,1.62088,180,0,0,156,0,0,0,0,0),(80937,958,0,1,1,0,1,-9541.13,-716.466,99.2953,3.03687,310,0,0,1342,0,0,0,0,0),(80938,1922,0,1,1,0,0,-9581.52,-624.553,57.3027,4.73192,180,5,0,137,0,1,0,0,0),(80939,1922,0,1,1,0,0,-9535.82,-655.504,62.4354,3.01821,180,5,0,137,0,1,0,0,0),(80940,1922,0,1,1,0,0,-9475.7,-594.477,66.4951,1.05676,180,5,0,137,0,1,0,0,0),(80941,2442,0,1,1,0,0,-9582.42,-613.655,56.9415,1.84644,180,5,0,1,0,1,0,0,0),(80942,1922,0,1,1,0,0,-9485.93,-592.312,66.0216,2.71189,180,5,0,137,0,1,0,0,0),(80943,2442,0,1,1,0,0,-9585.97,-607.565,56.9316,4.78467,180,5,0,1,0,1,0,0,0),(80944,822,0,1,1,0,0,-9464.4,-648.277,65.3682,3.18592,180,5,0,195,0,1,0,0,0),(80945,1922,0,1,1,0,0,-9429.22,-724.465,65.8369,6.08464,180,5,0,137,0,1,0,0,0),(80946,822,0,1,1,0,0,-9398.71,-710.605,67.8667,2.39209,180,5,0,195,0,1,0,0,0),(80947,1922,0,1,1,0,0,-9412.17,-739.773,66.5475,1.42181,180,0,0,137,0,0,0,0,0),(80948,1922,0,1,1,0,0,-9413.65,-657.926,66.6763,0.009765,180,5,0,137,0,1,0,0,0),(80949,1922,0,1,1,0,0,-9335.42,-706.25,67.8974,1.54871,180,5,0,137,0,1,0,0,0),(80950,40,0,1,1,0,1,-9326.82,-713.03,67.5269,2.95107,180,5,0,120,0,1,0,0,0),(80951,40,0,1,1,0,1,-9354.6,-675.024,67.3725,5.00572,180,5,0,120,0,1,0,0,0),(80952,40,0,1,1,0,1,-9268.7,-703.31,63.1625,1.7926,180,5,0,120,0,1,0,0,0),(80953,1922,0,1,1,0,0,-9287.73,-768.92,67.5636,0.252554,180,5,0,137,0,1,0,0,0),(80954,476,0,1,1,0,1,-9256.46,-711.838,62.856,4.05948,180,0,0,126,289,0,0,0,0),(80955,476,0,1,1,0,1,-9289.54,-669.512,65.2942,5.97583,180,5,0,126,289,1,0,0,0),(80956,40,0,1,1,0,1,-9254.85,-696.338,64.015,3.07881,180,5,0,120,0,1,0,0,0),(80957,476,0,1,1,0,1,-9248.51,-702.869,63.4745,3.59538,180,0,0,126,289,0,0,0,0),(80958,476,0,1,1,0,1,-9252.35,-703.304,63.5593,6.05629,180,0,0,126,289,0,0,0,0),(80959,40,0,1,1,0,1,-9245.29,-713.372,63.0387,1.91986,180,0,0,120,0,0,0,0,0),(80960,40,0,1,1,0,1,-9256.03,-707.889,63.1122,0.942478,180,0,0,120,0,0,0,0,0),(80961,40,0,1,1,0,1,-9220.8,-671.27,62.89,1.65247,180,5,0,120,0,1,0,0,0),(80962,40,0,1,1,0,1,-9285.9,-679.103,64.3406,3.5812,180,5,0,120,0,1,0,0,0),(80963,40,0,1,1,0,1,-9248.69,-655.311,64.3173,5.22255,180,5,0,120,0,1,0,0,0),(80964,40,0,1,1,0,1,-9327.75,-647.848,69.3101,2.62899,180,5,0,120,0,1,0,0,0),(80965,40,0,1,1,0,1,-9289.51,-615.627,66.1828,5.91573,180,5,0,120,0,1,0,0,0),(80966,40,0,1,1,0,1,-9219.69,-617.962,61.277,3.19243,180,5,0,120,0,1,0,0,0),(80967,476,0,1,1,0,1,-9229.65,-623.414,61.8933,1.29756,180,5,0,126,289,1,0,0,0),(80968,40,0,1,1,0,1,-9185.28,-645.08,65.5001,2.60017,180,5,0,120,0,1,0,0,0),(80969,476,0,1,1,0,1,-9247.6,-580.757,65.7305,1.95928,180,5,0,126,289,1,0,0,0),(80970,40,0,1,1,0,1,-9268.04,-549.461,66.9,0.174785,180,5,0,120,0,1,0,0,0),(80971,2442,0,1,1,0,0,-9272.86,-587.447,64.934,5.49666,180,5,0,1,0,1,0,0,0),(80972,40,0,1,1,0,1,-9244.14,-586.069,65.7298,5.65726,180,5,0,120,0,1,0,0,0),(80973,40,0,1,1,0,1,-9161.78,-571.596,58.1243,0.712466,180,5,0,120,0,1,0,0,0),(80974,40,0,1,1,0,1,-9141.22,-599.18,57.8545,5.51055,180,5,0,120,0,1,0,0,0),(80975,40,0,1,1,0,1,-9131.9,-596.161,57.4463,0,180,5,0,120,0,1,0,0,0),(80976,40,0,1,1,0,1,-9172.25,-599.412,63.02,4.2237,180,5,0,120,0,1,0,0,0),(80977,476,0,1,1,0,1,-9134.57,-589.276,57.5748,1.8477,180,5,0,126,289,1,0,0,0),(80978,476,0,1,1,0,1,-9079.75,-586.978,62.1438,5.08187,180,0,0,126,289,0,0,0,0),(80979,40,0,1,1,0,1,-9078.95,-582.27,62.2442,2.29443,180,0,0,120,0,0,0,0,0),(80980,40,0,1,1,0,1,-9117.78,-585.782,57.5247,2.84701,180,0,0,120,0,0,0,0,0),(80981,40,0,1,1,0,1,-9085.36,-576.067,61.9363,1.58841,180,5,0,120,0,1,0,0,0),(80982,40,0,1,1,0,1,-9086.56,-556.355,60.6945,0.215381,180,0,0,120,0,0,0,0,0),(80983,40,0,1,1,0,1,-9087.93,-589.59,58.3875,0.773561,180,5,0,120,0,1,0,0,0),(80984,40,0,1,1,0,1,-9101.44,-598.58,56.9574,2.50615,180,5,0,120,0,1,0,0,0),(80985,40,0,1,1,0,1,-9116.58,-568.454,59.0402,3.95177,180,0,0,120,0,0,0,0,0),(80986,40,0,1,1,0,1,-9094.39,-586.519,57.9721,5.16445,180,5,0,120,0,1,0,0,0),(80987,43,0,1,1,0,0,-9048.82,-616.729,53.0161,3.73272,180,0,0,156,0,0,0,0,0),(80988,43,0,1,1,0,0,-9066.4,-548.124,58.3119,4.03298,180,0,0,156,0,0,0,0,0),(80989,471,0,1,1,0,0,-9051.83,-621.321,53.5771,4.24115,3600,0,0,198,0,0,0,0,0),(80990,43,0,1,1,0,0,-9033.98,-585.441,56.337,0,180,0,0,156,0,0,0,0,0),(80991,43,0,1,1,0,0,-9037.76,-607.992,53.4164,5.62913,180,0,0,156,0,0,0,0,0),(80992,43,0,1,1,0,0,-9040.33,-554.065,55.5712,1.09758,180,0,0,156,0,0,0,0,0),(80993,43,0,1,1,0,0,-9030.17,-613.531,56.4697,1.00271,180,0,0,156,0,0,0,0,0),(80994,43,0,1,1,0,0,-9025.17,-602.782,56.1168,4.73095,180,0,0,156,0,0,0,0,0),(80995,43,0,1,1,0,0,-9025.12,-565.593,54.976,0,180,0,0,156,0,0,0,0,0),(80996,38,0,1,1,0,1,-9052.24,-458.063,72.6514,2.07694,180,0,0,71,0,0,0,0,0),(82955,21301,548,1,1,0,1,-54.0582,-475.747,1.58657,5.72346,604800,0,0,125668,0,2,0,0,0),(80998,721,0,1,1,0,0,-9063.69,-455.139,72.4971,4.60924,180,10,0,1,0,1,0,0,0),(80999,1922,0,1,1,0,0,-9354.5,-610.635,71.0105,2.50558,180,5,0,137,0,1,0,0,0),(81000,40,0,1,1,0,1,-9321.64,-578.605,69.968,5.69867,180,5,0,120,0,1,0,0,0),(81001,1922,0,1,1,0,0,-9321.47,-561.326,69.6776,2.98154,180,5,0,137,0,1,0,0,0),(81002,1922,0,1,1,0,0,-9427.88,-578.534,67.3996,4.98397,180,0,0,137,0,0,0,0,0),(81003,1922,0,1,1,0,0,-9410.76,-576.973,68.2066,1.19464,180,0,0,137,0,0,0,0,0),(81004,1922,0,1,1,0,0,-9414.01,-567.364,67.5163,4.2237,180,0,0,137,0,0,0,0,0),(81005,1922,0,1,1,0,0,-9406.43,-582.849,67.3996,5.70977,180,0,0,137,0,0,0,0,0),(81006,1922,0,1,1,0,0,-9420.7,-566.195,67.6868,4.62512,180,0,0,137,0,0,0,0,0),(81007,1922,0,1,1,0,0,-9363,-577.39,68.7027,4.37223,180,5,0,137,0,1,0,0,0),(81008,1922,0,1,1,0,0,-9484.16,-554.031,65.1934,5.2996,180,0,0,137,0,0,0,0,0),(81009,1922,0,1,1,0,0,-9427.82,-549.583,73.708,3.9941,180,5,0,137,0,1,0,0,0),(81010,1922,0,1,1,0,0,-9453.58,-536.602,65.5304,5.25618,180,5,0,137,0,1,0,0,0),(81011,1922,0,1,1,0,0,-9464.34,-539.105,65.7762,4.6756,180,5,0,137,0,1,0,0,0),(81012,1922,0,1,1,0,0,-9462.55,-551.576,67.4054,3.94274,180,5,0,137,0,1,0,0,0),(81013,1922,0,1,1,0,0,-9377.71,-493.036,69.3664,0.462262,180,5,0,137,0,1,0,0,0),(81014,1922,0,1,1,0,0,-9419.58,-501.338,68.4843,2.47393,180,5,0,137,0,1,0,0,0),(81015,1922,0,1,1,0,0,-9438.05,-514.727,67.7627,6.16174,180,5,0,137,0,1,0,0,0),(97341,6491,571,1,4294967295,0,0,4607.77,-973.058,170.076,3.90994,60,0,0,4120,0,0,0,0,0),(81017,1922,0,1,1,0,0,-9527.24,-542.705,62.2918,3.57468,180,0,0,137,0,0,0,0,0),(81018,2442,0,1,1,0,0,-9545.58,-544.491,61.1677,1.50631,180,5,0,1,0,1,0,0,0),(81019,735,0,1,1,0,1,-9511.55,-487.074,61.595,5.30582,180,0,0,120,0,0,0,0,0),(81020,822,0,1,1,0,0,-9488.22,-516.115,63.5907,4.41479,180,5,0,195,0,1,0,0,0),(81021,1922,0,1,1,0,0,-9546.68,-521.048,63.0931,4.74948,180,0,0,137,0,0,0,0,0),(81022,1922,0,1,1,0,0,-9486.97,-525.281,63.8618,4.5196,180,5,0,137,0,1,0,0,0),(81023,735,0,1,1,0,1,-9449.82,-488.69,62.6602,4.30263,180,5,0,120,0,1,0,0,0),(81024,1922,0,1,1,0,0,-9590.8,-562.219,57.57,4.01109,180,0,0,137,0,0,0,0,0),(82954,21301,548,1,1,0,1,-58.2506,-482.438,1.58657,5.72346,604800,0,0,125668,0,2,0,0,0),(81026,285,0,1,1,0,1,-9496.23,-442,57.0387,2.80133,180,5,0,120,0,1,0,0,0),(82953,21246,548,1,1,0,0,-141.514,-130.891,-5.4074,0.106349,604800,0,0,75400,0,0,0,0,0),(82952,21863,548,1,1,0,0,378.195,-331.227,20.3529,2.12711,604800,0,0,73353,0,2,0,0,0),(82951,21873,548,1,1,0,1,253.29,-260.371,-0.936383,2.90387,604800,0,0,48902,0,0,0,0,0),(81030,285,0,1,1,0,1,-9483.94,-421.038,59.5899,4.84347,180,0,0,120,0,0,0,0,0),(81031,525,0,1,1,0,0,-9555.39,-452.731,62.1993,4.42545,180,10,0,102,0,1,0,0,0),(81032,883,0,1,1,0,0,-9577.19,-437.85,60.9212,3.88138,180,5,0,1,0,1,0,0,0),(81033,735,0,1,1,0,1,-9498.99,-467.962,58.9887,5.62523,180,5,0,120,0,1,0,0,0),(81034,285,0,1,1,0,1,-9465.14,-432.218,56.7279,5.98711,180,5,0,120,0,1,0,0,0),(81035,285,0,1,1,0,1,-9505.26,-403.165,56.5587,0.591016,180,5,0,120,0,1,0,0,0),(81036,735,0,1,1,0,1,-9545.65,-381.259,61.4751,3.19474,180,5,0,120,0,1,0,0,0),(81037,525,0,1,1,0,0,-9559.39,-382.375,63.1188,3.81577,180,10,0,102,0,1,0,0,0),(81038,285,0,1,1,0,1,-9471,-384.036,58.2299,2.87979,180,0,0,120,0,0,0,0,0),(81039,285,0,1,1,0,1,-9484.07,-395.844,58.4774,0,180,0,0,120,0,0,0,0,0),(81040,285,0,1,1,0,1,-9485.84,-388.377,57.046,2.14675,180,0,0,120,0,0,0,0,0),(81041,285,0,1,1,0,1,-9484.46,-370.071,55.7391,1.74583,180,0,0,120,0,0,0,0,0),(81042,525,0,1,1,0,0,-9587.04,-347.399,61.7206,0.364979,180,10,0,102,0,1,0,0,0),(81043,285,0,1,1,0,1,-9473.25,-384.355,57.1971,0.98265,180,5,0,120,0,1,0,0,0),(81044,735,0,1,1,0,1,-9413.71,-452.006,60.3769,2.96314,180,5,0,120,0,1,0,0,0),(81045,285,0,1,1,0,1,-9477.31,-371.876,56.3524,3.09892,180,5,0,120,0,1,0,0,0),(81046,285,0,1,1,0,1,-9470.46,-379.389,59.0321,4.24115,180,0,0,120,0,0,0,0,0),(81047,285,0,1,1,0,1,-9473.54,-361.002,60.2721,6.10036,180,5,0,120,0,1,0,0,0),(81048,285,0,1,1,0,1,-9487.4,-358.883,57.6885,2.96706,180,0,0,120,0,0,0,0,0),(81049,285,0,1,1,0,1,-9485.4,-354.08,59.9508,3.56047,180,0,0,120,0,0,0,0,0),(81050,285,0,1,1,0,1,-9485.98,-350.2,59.7253,1.39626,180,0,0,120,0,0,0,0,0),(81051,285,0,1,1,0,1,-9474.9,-353.104,60.6382,0.202683,180,5,0,120,0,1,0,0,0),(81052,285,0,1,1,0,1,-9451.13,-367.227,55.7305,2.34409,180,5,0,120,0,1,0,0,0),(81053,735,0,1,1,0,1,-9381.37,-447.646,63.3056,2.91583,180,5,0,120,0,1,0,0,0),(81054,525,0,1,1,0,0,-9362.31,-425.369,64.1048,5.87368,180,10,0,102,0,1,0,0,0),(81055,525,0,1,1,0,0,-9336.76,-436.052,67.6681,0.236456,180,10,0,102,0,1,0,0,0),(81056,525,0,1,1,0,0,-9341.48,-490.621,69.2226,5.61361,180,10,0,102,0,1,0,0,0),(81057,735,0,1,1,0,1,-9403.51,-390.75,60.6673,0.677486,180,5,0,120,0,1,0,0,0),(81058,40,0,1,1,0,1,-9324.34,-478.439,71.7502,5.24075,180,5,0,120,0,1,0,0,0),(81059,525,0,1,1,0,0,-9304.71,-423.768,69.4074,3.451,180,10,0,102,0,1,0,0,0),(81060,525,0,1,1,0,0,-9323.21,-447.944,68.0573,2.38608,180,10,0,102,0,1,0,0,0),(81061,525,0,1,1,0,0,-9362.87,-381.743,63.8044,4.55324,180,10,0,102,0,1,0,0,0),(81062,116,0,1,1,0,1,-9326.92,-382.97,66.8942,1.93636,180,5,0,156,0,1,0,0,0),(81063,525,0,1,1,0,0,-9313.87,-374.865,68.26,6.09652,180,10,0,102,0,1,0,0,0),(82936,21873,548,1,1,0,1,254.691,-273.168,0.342581,3.19368,604800,0,0,48902,0,0,0,0,0),(81065,285,0,1,1,0,1,-9475.54,-337.636,58.5555,2.18166,180,0,0,120,0,0,0,0,0),(81066,735,0,1,1,0,1,-9395.85,-344.613,58.5996,5.76622,180,5,0,120,0,1,0,0,0),(81067,735,0,1,1,0,1,-9410.08,-313.216,60.8708,1.47159,180,5,0,120,0,1,0,0,0),(81068,285,0,1,1,0,1,-9449.18,-294.843,56.8474,2.59314,180,5,0,120,0,1,0,0,0),(81069,735,0,1,1,0,1,-9448.45,-297.242,56.6352,2.59307,180,5,0,120,0,1,0,0,0),(81070,735,0,1,1,0,1,-9391.53,-345.167,59.0443,5.62124,180,5,0,120,0,1,0,0,0),(81071,735,0,1,1,0,1,-9511.85,-302.882,55.0908,5.39536,180,5,0,120,0,1,0,0,0),(81072,525,0,1,1,0,0,-9415.42,-271.11,65.8178,2.76785,180,10,0,102,0,1,0,0,0),(81073,735,0,1,1,0,1,-9431.38,-268.329,61.7787,0.864894,180,5,0,120,0,1,0,0,0),(81074,735,0,1,1,0,1,-9446.52,-253.93,62.261,0.805059,180,5,0,120,0,1,0,0,0),(81075,285,0,1,1,0,1,-9530.46,-269.478,59.5826,4.93312,180,0,0,120,0,0,0,0,0),(81076,735,0,1,1,0,1,-9528.95,-268.761,59.1591,4.95118,180,0,0,120,0,0,0,0,0),(81077,285,0,1,1,0,1,-9492.42,-240.271,56.297,3.08221,180,0,0,120,0,0,0,0,0),(81078,285,0,1,1,0,1,-9493.42,-224.326,58.5665,2.74017,180,0,0,120,0,0,0,0,0),(81079,525,0,1,1,0,0,-9572.4,-230.681,60.6784,2.19925,180,10,0,102,0,1,0,0,0),(81080,721,0,1,1,0,0,-9603.87,-249.368,57.6059,1.65476,180,10,0,1,0,1,0,0,0),(81081,285,0,1,1,0,1,-9505,-209.918,52.3005,2.38488,180,0,0,120,0,0,0,0,0),(81082,285,0,1,1,0,1,-9471.86,-213.085,55.9415,1.75852,180,0,0,120,0,0,0,0,0),(81083,285,0,1,1,0,1,-9486.42,-206.092,57.6915,2.83248,180,0,0,120,0,0,0,0,0),(81084,525,0,1,1,0,0,-9544.9,-189.886,61.6624,0.94658,180,10,0,102,0,1,0,0,0),(81085,12423,0,1,1,0,1,-9514.61,-135.652,60.4096,5.39307,180,0,0,137,0,0,0,4104,0),(81086,525,0,1,1,0,0,-9586.77,-282.395,62.0079,0,180,10,0,102,0,1,0,0,0),(81087,525,0,1,1,0,0,-9513.96,-115.443,60.4964,5.92116,180,10,0,102,0,1,0,0,0),(81088,525,0,1,1,0,0,-9519.17,-113.974,60.8714,2.97458,180,10,0,102,0,1,0,0,0),(81089,525,0,1,1,0,0,-9525.91,-60.7891,59.2813,6.07277,180,10,0,102,0,1,0,0,0),(81090,883,0,1,1,0,0,-9490.58,-33.6001,59.2255,5.56693,180,5,0,1,0,1,0,0,0),(81091,890,0,1,1,0,0,-9492.48,-32.667,58.9891,5.62429,180,0,0,8,0,0,0,0,0),(81092,383,0,1,1,0,0,-9378.89,-111.923,59.006,3.15905,180,0,0,137,0,0,0,0,0),(81093,1632,0,1,1,0,0,-9375.68,-74.4761,64.5206,3.45575,190,0,0,573,0,0,0,0,0),(81094,1651,0,1,1,0,1,-9382.08,-117.005,58.9841,4.43314,180,0,0,156,0,0,0,0,0),(81095,525,0,1,1,0,0,-9350.46,-186.499,65.0208,4.24482,180,10,0,102,0,1,0,0,0),(81096,525,0,1,1,0,0,-9367.93,-214.926,65.1561,5.77753,180,10,0,102,0,1,0,0,0),(81097,525,0,1,1,0,0,-9367.17,-212.041,64.8336,2.5182,180,10,0,102,0,1,0,0,0),(81098,525,0,1,1,0,0,-9289.09,-182.752,68.5669,0.096395,180,10,0,102,0,1,0,0,0),(81099,2442,0,1,1,0,0,-9296,-104.049,68.5179,0.02945,180,5,0,1,0,1,0,0,0),(81100,735,0,1,1,0,1,-9382.02,-215.757,63.1149,1.3616,180,0,0,120,0,0,0,0,0),(81101,525,0,1,1,0,0,-9390.15,-282.168,62.8373,4.84043,180,10,0,102,0,1,0,0,0),(81102,525,0,1,1,0,0,-9375.08,-281.941,65.1798,5.55154,180,10,0,102,0,1,0,0,0),(81103,525,0,1,1,0,0,-9396.85,-272.529,61.7762,5.46288,180,10,0,102,0,1,0,0,0),(82929,21873,548,1,1,0,1,253.276,-278.402,0.856559,3.02089,604800,0,0,48902,0,0,0,0,0),(81105,474,0,1,1,0,1,-9306.21,-294.363,70.51,1.13446,180,0,0,160,350,0,0,0,0),(81106,116,0,1,1,0,1,-9306.67,-287.224,70.5972,5.16617,180,5,0,156,0,1,0,0,0),(81107,61,0,1,1,0,1,-9303.19,-292.231,70.63,3.22,7200,0,0,222,0,2,0,0,0),(81108,116,0,1,1,0,1,-9309.05,-272.284,70.9471,4.02234,180,5,0,156,0,1,0,0,0),(81109,116,0,1,1,0,1,-9314.27,-276.775,70.19,0.450548,180,5,0,156,0,1,0,0,0),(81110,525,0,1,1,0,0,-9337.26,-330.813,67.7179,4.41076,180,10,0,102,0,1,0,0,0),(81111,478,0,1,1,0,1,-9207.39,-846.818,68.2408,3.85824,180,5,0,176,0,1,0,0,0),(81112,478,0,1,1,0,1,-9117.19,-830.729,70.2657,2.40939,180,5,0,176,0,1,0,0,0),(81113,478,0,1,1,0,1,-9070.95,-831.316,69.6163,4.87625,180,5,0,176,0,1,0,0,0),(81114,97,0,1,1,0,1,-9014.86,-845.351,70.3914,1.04126,180,5,0,156,0,1,0,0,0),(81115,97,0,1,1,0,1,-9014.58,-818.75,69.7591,2.45992,180,5,0,156,0,1,0,0,0),(81116,478,0,1,1,0,1,-8996.38,-817.691,69.5901,1.35894,180,5,0,176,0,1,0,0,0),(81117,97,0,1,1,0,1,-8989.19,-837.573,69.6341,0.837758,180,5,0,156,0,1,0,0,0),(81118,97,0,1,1,0,1,-8978.88,-838.899,69.9902,1.91986,180,5,0,156,0,1,0,0,0),(81119,478,0,1,1,0,1,-8984.14,-828.167,70.2784,5.60251,180,5,0,176,0,1,0,0,0),(81120,478,0,1,1,0,1,-8979.83,-818.941,70.4679,4.4855,180,5,0,176,0,1,0,0,0),(81121,478,0,1,1,0,1,-8985.59,-854.958,69.1153,0.047932,180,5,0,176,0,1,0,0,0),(81122,472,0,1,1,0,1,-8978.21,-829.324,70.1883,3.29867,7200,5,0,247,0,1,0,0,0),(81123,118,0,1,1,0,0,-8985.36,-777.824,72.2418,5.45966,180,0,0,176,0,0,0,0,0),(81124,478,0,1,1,0,1,-8939.99,-853.295,68.6805,4.01473,180,5,0,176,0,1,0,0,0),(81125,478,0,1,1,0,1,-8918.61,-814.389,68.927,0.370001,180,5,0,176,0,1,0,0,0),(81126,478,0,1,1,0,1,-8953.07,-780.752,69.0888,1.12163,180,5,0,176,0,1,0,0,0),(81127,2442,0,1,1,0,0,-8957.83,-794.486,69.7611,1.32059,180,5,0,1,0,1,0,0,0),(81128,478,0,1,1,0,1,-8874.23,-862.047,74.7382,1.85187,180,5,0,176,0,1,0,0,0),(81129,478,0,1,1,0,1,-8869.74,-819.372,71.8887,0.88304,180,5,0,176,0,1,0,0,0),(81130,478,0,1,1,0,1,-8836.41,-831.326,73.7589,6.20071,180,5,0,176,0,1,0,0,0),(81131,97,0,1,1,0,1,-8851.85,-827.879,72.9202,1.93731,180,5,0,156,0,1,0,0,0),(81132,478,0,1,1,0,1,-8847.86,-811.561,70.7121,4.20624,180,5,0,176,0,1,0,0,0),(81133,478,0,1,1,0,1,-8859.67,-824.284,71.8228,5.84685,180,5,0,176,0,1,0,0,0),(81134,97,0,1,1,0,1,-8854.58,-853.312,74.2394,6.11634,180,5,0,156,0,1,0,0,0),(81135,118,0,1,1,0,0,-8942.46,-706.991,82.8542,1.80725,180,0,0,176,0,0,0,0,0),(81136,97,0,1,1,0,1,-8849.2,-753.343,70.3534,2.08604,180,5,0,156,0,1,0,0,0),(81137,478,0,1,1,0,1,-8888.63,-756.145,69.4341,3.1422,180,5,0,176,0,1,0,0,0),(81138,478,0,1,1,0,1,-8914.71,-745.936,70.2894,4.47358,180,5,0,176,0,1,0,0,0),(81139,97,0,1,1,0,1,-8852.59,-777.225,70.4306,6.17223,180,5,0,156,0,1,0,0,0),(81140,478,0,1,1,0,1,-8879.58,-786.566,70.0006,2.84998,180,5,0,176,0,1,0,0,0),(81141,97,0,1,1,0,1,-8895.92,-769.232,69.5663,5.63741,180,5,0,156,0,1,0,0,0),(81142,97,0,1,1,0,1,-8879.83,-766.896,68.7156,4.17134,180,5,0,156,0,1,0,0,0),(81143,478,0,1,1,0,1,-8873.52,-776.396,69.3139,3.1765,180,5,0,176,0,1,0,0,0),(81144,478,0,1,1,0,1,-8887.32,-778.651,69.7129,0.855211,180,5,0,176,0,1,0,0,0),(81145,478,0,1,1,0,1,-8895.99,-778.248,69.3756,0.380141,180,5,0,176,0,1,0,0,0),(81146,97,0,1,1,0,1,-8846.81,-922.26,75.6918,3.07364,180,5,0,156,0,1,0,0,0),(81147,2442,0,1,1,0,0,-8873.44,-911.612,76.3751,1.46558,180,5,0,1,0,1,0,0,0),(81148,478,0,1,1,0,1,-8838.21,-854.256,74.6843,2.74352,180,5,0,176,0,1,0,0,0),(81149,478,0,1,1,0,1,-8848.67,-882.444,74.6828,4.37717,180,5,0,176,0,1,0,0,0),(81150,118,0,1,1,0,0,-8885.08,-890.691,74.929,0.056939,180,0,0,176,0,0,0,0,0),(81151,97,0,1,1,0,1,-8841.8,-867.743,75.9984,5.70723,180,5,0,156,0,1,0,0,0),(81152,478,0,1,1,0,1,-8834.45,-880.661,74.4284,2.02458,180,5,0,176,0,1,0,0,0),(81153,478,0,1,1,0,1,-8827.74,-867.454,74.5929,3.22886,180,5,0,176,0,1,0,0,0),(81154,97,0,1,1,0,1,-8824.66,-848.258,74.3457,1.75243,180,5,0,156,0,1,0,0,0),(81155,118,0,1,1,0,0,-8908.56,-912.445,73.5995,1.93643,180,0,0,176,0,0,0,0,0),(81156,118,0,1,1,0,0,-8847.9,-918.84,75.8897,0.086536,180,0,0,176,0,0,0,0,0),(81157,118,0,1,1,0,0,-8806.5,-943.751,73.6821,0.475011,180,5,0,176,0,1,0,0,0),(81158,118,0,1,1,0,0,-8889.98,-968.151,73.2223,4.39878,180,5,0,176,0,1,0,0,0),(81159,474,0,1,1,0,1,-9012.59,-983.277,69.3455,5.93294,180,0,0,160,350,0,0,0,0),(81160,474,0,1,1,0,1,-9090.89,-951.887,68.852,1.86837,180,0,0,160,350,0,0,0,0),(81161,474,0,1,1,0,1,-9026.78,-1048.42,68.7902,4.4112,180,0,0,160,350,0,0,0,0),(81162,474,0,1,1,0,1,-9091.25,-1011.04,73.0624,2.38878,180,0,0,160,350,0,0,0,0),(81163,6172,0,1,1,0,1,-9129.59,-984.313,76.1811,2.05949,180,0,0,186,191,0,0,0,0),(81164,474,0,1,1,0,1,-9143.81,-954.4,70.6154,0.325079,180,0,0,160,350,0,0,0,0),(81165,474,0,1,1,0,1,-9080.71,-1048.87,72.4672,4.47537,180,0,0,160,350,0,0,0,0),(81166,474,0,1,1,0,1,-9123.83,-1020.25,72.1897,2.8955,180,0,0,160,350,0,0,0,0),(81167,474,0,1,1,0,1,-9154.25,-1011.36,70.6092,1.34232,180,0,0,160,350,0,0,0,0),(81168,474,0,1,1,0,1,-9118.63,-1038.46,71.808,2.52619,180,0,0,160,350,0,0,0,0),(81169,474,0,1,1,0,1,-9138.07,-1035.47,71.433,5.47858,180,0,0,160,350,0,0,0,0),(81170,474,0,1,1,0,1,-9245.24,-980.931,68.6672,0.464243,180,0,0,160,350,0,0,0,0),(81171,474,0,1,1,0,1,-9213.36,-974.892,71.5342,1.83999,180,0,0,160,350,0,0,0,0),(81172,474,0,1,1,0,1,-9193.12,-1002.59,70.4148,1.31267,180,0,0,160,350,0,0,0,0),(81173,474,0,1,1,0,1,-9188.32,-1050.96,71.414,4.40869,180,0,0,160,350,0,0,0,0),(81174,474,0,1,1,0,1,-9152.29,-1052.52,71.308,4.3452,180,0,0,160,350,0,0,0,0),(81175,474,0,1,1,0,1,-9145.17,-1063.72,71.433,2.89713,180,0,0,160,350,0,0,0,0),(81176,474,0,1,1,0,1,-9227.32,-1031.4,69.6308,3.28044,180,0,0,160,350,0,0,0,0),(81177,822,0,1,1,0,0,-9485.23,-1053.89,52.4656,5.04652,180,5,0,195,0,1,0,0,0),(81178,2442,0,1,1,0,0,-9587.28,-1141.08,45.0712,4.95689,180,5,0,1,0,1,0,0,0),(81179,1933,0,1,1,0,0,-9575.07,-1175.1,47.0691,5.00277,180,5,0,14,0,1,0,0,0),(81180,118,0,1,1,0,0,-9663.31,-1152.73,40.297,0.270359,180,5,0,176,0,1,0,0,0),(81181,844,0,1,1,0,1,-9628.33,-1176.14,39.9827,0.992539,310,0,0,1342,0,2,0,0,0),(81182,118,0,1,1,0,0,-9742.49,-1108.49,38.1107,3.05352,180,0,0,176,0,0,0,0,0),(81183,118,0,1,1,0,0,-9698.05,-1107.83,40.8897,0.039039,180,0,0,176,0,0,0,0,0),(81184,118,0,1,1,0,0,-9709.73,-1146.01,39.7267,3.26305,180,0,0,176,0,0,0,0,0),(81185,822,0,1,1,0,0,-9714.67,-1144.14,39.9097,5.20734,180,5,0,195,0,1,0,0,0),(81186,732,0,1,1,0,1,-9784.02,-1120.66,35.9243,4.80892,180,5,0,176,0,1,0,0,0),(81187,118,0,1,1,0,0,-9747.08,-1163.59,38.2913,3.49947,180,5,0,176,0,1,0,0,0),(81188,732,0,1,1,0,1,-9876.3,-1097.24,27.5205,0.855211,180,0,0,176,0,0,0,0,0),(81189,46,0,1,1,0,1,-9855.29,-1127.58,29.5544,0.471239,180,0,0,176,0,0,0,0,0),(81190,732,0,1,1,0,1,-9852.86,-1133.84,27.7583,0.139626,180,0,0,176,0,0,0,0,0),(81191,732,0,1,1,0,1,-9836.91,-1118.42,26.6061,0.261799,180,0,0,176,0,0,0,0,0),(81192,732,0,1,1,0,1,-9813.26,-1156.08,33.575,4.80817,180,5,0,176,0,1,0,0,0),(81193,1933,0,1,1,0,0,-9837.23,-1170.45,32.3391,3.95395,180,5,0,14,0,1,0,0,0),(81194,822,0,1,1,0,0,-9771.95,-1174.35,37.7895,5.67134,180,5,0,195,0,1,0,0,0),(81195,524,0,1,1,0,0,-9835.63,-1048.32,34.6165,5.98123,180,0,0,137,0,0,0,0,0),(81196,118,0,1,1,0,0,-9866.49,-1247.83,31.4246,0.779873,180,5,0,176,0,1,0,0,0),(81197,118,0,1,1,0,0,-9817.23,-1250.83,36.2617,3.6385,180,5,0,176,0,1,0,0,0),(81198,732,0,1,1,0,1,-9883.68,-1188.61,28.5517,2.8649,180,5,0,176,0,1,0,0,0),(81199,732,0,1,1,0,1,-9926.5,-1141.09,23.173,6.08998,180,5,0,176,0,1,0,0,0),(81200,732,0,1,1,0,1,-9888.62,-1138,26.7575,1.42128,180,5,0,176,0,1,0,0,0),(81201,46,0,1,1,0,1,-9928.74,-1129.88,23.6526,2.75762,180,0,0,176,0,0,0,0,0),(81202,46,0,1,1,0,1,-9920.11,-1123.17,24.7945,0.640891,180,5,0,176,0,1,0,0,0),(81203,46,0,1,1,0,1,-9911.07,-1145.65,23.7459,4.59022,180,0,0,176,0,0,0,0,0),(81204,732,0,1,1,0,1,-9907.11,-1144.85,24.0525,5.0091,180,0,0,176,0,0,0,0,0),(81205,46,0,1,1,0,1,-9928.98,-1156.71,22.2152,3.42085,180,0,0,176,0,0,0,0,0),(81206,732,0,1,1,0,1,-9928.25,-1163.1,21.2383,5.2709,180,0,0,176,0,0,0,0,0),(81207,46,0,1,1,0,1,-9904.07,-1107.86,27.1617,4.83965,180,5,0,176,0,1,0,0,0),(81208,732,0,1,1,0,1,-9892.94,-1112.79,28.7231,3.19841,180,5,0,176,0,1,0,0,0),(81209,732,0,1,1,0,1,-9839.48,-1191.06,34.0365,5.19787,180,5,0,176,0,1,0,0,0),(81210,732,0,1,1,0,1,-9913.96,-1223.62,24.942,4.7692,180,5,0,176,0,1,0,0,0),(81211,732,0,1,1,0,1,-9918.14,-1240.02,25.0181,5.31991,180,5,0,176,0,1,0,0,0),(81212,732,0,1,1,0,1,-9940.03,-1134.11,21.2883,3.56047,180,0,0,176,0,0,0,0,0),(81213,46,0,1,1,0,1,-9933.19,-1164.35,20.9409,4.45059,180,0,0,176,0,0,0,0,0),(81214,732,0,1,1,0,1,-9950.56,-1278.84,26.5787,0.129198,180,5,0,176,0,1,0,0,0),(81215,883,0,1,1,0,0,-9889.3,-1277.78,33.571,4.58303,180,5,0,1,0,1,0,0,0),(81216,118,0,1,1,0,0,-9879.71,-1312.79,36.2718,0.686708,180,5,0,176,0,1,0,0,0),(81217,118,0,1,1,0,0,-9823.18,-1266.35,35.3476,3.78431,180,5,0,176,0,1,0,0,0),(81218,118,0,1,1,0,0,-9808.33,-1258.78,35.7617,4.61773,180,5,0,176,0,1,0,0,0),(81219,118,0,1,1,0,0,-9818.11,-1269.33,35.6951,5.96757,180,5,0,176,0,1,0,0,0),(81220,118,0,1,1,0,0,-9796.5,-1260.63,35.2682,3.07178,180,0,0,176,0,0,0,0,0),(81221,118,0,1,1,0,0,-9849.88,-1286.07,35.8665,4.96037,180,5,0,176,0,1,0,0,0),(81222,732,0,1,1,0,1,-9958.81,-1342.6,25.6964,3.94633,180,5,0,176,0,1,0,0,0),(81223,118,0,1,1,0,0,-9886.52,-1367.22,33.7042,0.86831,180,5,0,176,0,1,0,0,0),(81224,118,0,1,1,0,0,-9918.8,-1345.62,30.7832,2.43468,180,5,0,176,0,1,0,0,0),(81225,822,0,1,1,0,0,-9900.56,-1364.33,33.3178,2.47112,180,5,0,195,0,1,0,0,0),(81226,822,0,1,1,0,0,-9866.83,-1233.14,31.904,0,180,5,0,195,0,1,0,0,0),(81227,732,0,1,1,0,1,-9944.75,-1407.46,25.5433,4.84663,180,5,0,176,0,1,0,0,0),(81228,118,0,1,1,0,0,-9858.83,-1415.5,37.6797,1.61578,180,5,0,176,0,1,0,0,0),(81229,1423,0,1,1,0,1,-9767.03,-1368.88,59.0108,0.890118,190,0,0,1124,0,0,0,0,0),(81230,118,0,1,1,0,0,-9764.02,-1261.39,45.7955,0.319911,180,0,0,176,0,0,0,0,0),(81231,118,0,1,1,0,0,-9749.64,-1251.38,46.8563,2.09542,180,0,0,176,0,0,0,0,0),(81232,118,0,1,1,0,0,-9742.63,-1292.56,47.5727,4.08374,180,5,0,176,0,1,0,0,0),(81233,1423,0,1,1,0,1,-9755.07,-1377.19,59.2102,1.0472,190,0,0,1124,0,0,0,0,0),(81234,118,0,1,1,0,0,-9726.09,-1304.14,49.2229,1.49058,180,5,0,176,0,1,0,0,0),(81235,822,0,1,1,0,0,-9727.53,-1280.62,51.9969,2.89709,180,5,0,195,0,1,0,0,0),(81236,2442,0,1,1,0,0,-9725.36,-1241.31,50.6461,4.66697,180,5,0,1,0,1,0,0,0),(81237,118,0,1,1,0,0,-9702.8,-1207.45,52.0275,3.05359,180,5,0,176,0,1,0,0,0),(81238,278,0,1,1,0,0,-9531.76,-1222.42,47.8379,5.35816,180,0,0,102,0,0,0,0,0),(81239,1103,0,1,1,0,0,-9537.24,-1214.05,48.2341,4.90438,190,0,0,573,0,0,0,0,0),(81240,620,0,1,1,0,0,-9507.4,-1209.39,47.8715,3.73257,300,10,0,1,0,1,0,0,0),(81241,620,0,1,1,0,0,-9504.65,-1217.94,47.3471,1.73711,300,10,0,1,0,1,0,0,0),(81242,620,0,1,1,0,0,-9475.52,-1161.98,50.9518,4.90971,300,0,0,1,0,0,0,0,0),(81243,620,0,1,1,0,0,-9472.75,-1179.3,49.3829,3.86421,300,10,0,1,0,1,0,0,0),(81244,620,0,1,1,0,0,-9480.22,-1159.73,50.8268,0.586483,300,10,0,1,0,1,0,0,0),(81245,620,0,1,1,0,0,-9471.61,-1157.88,51.5768,5.19697,300,0,0,1,0,0,0,0,0),(81246,620,0,1,1,0,0,-9478.55,-1166.22,50.4518,4.10283,300,0,0,1,0,0,0,0,0),(81247,13159,0,1,1,0,1,-9491.77,-1193.42,49.5782,2.0547,180,0,0,247,0,0,0,0,0),(81249,11328,0,1,1,0,1,-9512.16,-1284.19,44.3192,2.99859,180,5,0,120,0,1,0,0,0),(81250,11328,0,1,1,0,1,-9508.8,-1280.82,43.8932,6.00732,180,5,0,120,0,1,0,0,0),(81251,10616,0,1,1,0,0,-9469.79,-1289.22,41.1855,3.24631,180,0,0,328,0,0,0,0,0),(81252,11328,0,1,1,0,1,-9535.3,-1304.7,44.702,5.26945,180,5,0,120,0,1,0,0,0),(81253,883,0,1,1,0,0,-9427.67,-1269.96,48.413,1.05819,180,5,0,1,0,1,0,0,0),(81254,883,0,1,1,0,0,-9437.19,-1254.12,48.4532,2.48021,180,5,0,1,0,1,0,0,0),(81255,890,0,1,1,0,0,-9435.76,-1255.18,48.5311,2.51561,180,10,0,8,0,1,0,0,0),(81256,620,0,1,1,0,0,-9456.54,-1160.68,52.9803,4.11778,300,0,0,1,0,0,0,0,0),(81257,1975,0,1,1,0,1,-9400.75,-1336.92,50.0274,0.131568,180,5,0,137,0,1,0,0,0),(81258,118,0,1,1,0,0,-9370.32,-1212.86,63.9757,2.67625,180,0,0,176,0,0,0,0,0),(81259,1975,0,1,1,0,1,-9403.85,-1331.02,50.0274,4.35244,180,5,0,137,0,1,0,0,0),(81260,118,0,1,1,0,0,-9391.29,-1185.1,62.3641,5.77619,180,0,0,176,0,0,0,0,0),(81261,118,0,1,1,0,0,-9345.07,-1308.41,61.754,4.30283,180,0,0,176,0,0,0,0,0),(81262,118,0,1,1,0,0,-9345.57,-1241.07,66.1845,2.2482,180,0,0,176,0,0,0,0,0),(81263,2442,0,1,1,0,0,-9297.62,-1240.56,69.0536,2.19739,180,5,0,1,0,1,0,0,0),(81264,822,0,1,1,0,0,-9310.18,-1316.86,68.0764,1.02905,180,5,0,195,0,1,0,0,0),(81265,118,0,1,1,0,0,-9367.15,-1161.51,65.4592,5.13495,180,0,0,176,0,0,0,0,0),(81266,2442,0,1,1,0,0,-9358.52,-1160.69,65.1582,2.88179,180,5,0,1,0,1,0,0,0),(81267,118,0,1,1,0,0,-9347.92,-1192.06,66.678,3.41267,180,0,0,176,0,0,0,0,0),(81268,822,0,1,1,0,0,-9367.13,-1169.46,65.1099,1.1223,180,5,0,195,0,1,0,0,0),(81269,732,0,1,1,0,1,-9332.93,-1189.9,68.0493,3.4948,180,5,0,176,0,1,0,0,0),(81270,46,0,1,1,0,1,-9263.43,-1218.48,71.935,2.80998,180,0,0,176,0,0,0,0,0),(81271,46,0,1,1,0,1,-9255.84,-1215.61,72.5196,0.663225,180,0,0,176,0,0,0,0,0),(81272,732,0,1,1,0,1,-9244.18,-1211.99,72.5092,0.890118,180,0,0,176,0,0,0,0,0),(81273,46,0,1,1,0,1,-9217.6,-1229.03,72.6829,1.85005,180,0,0,176,0,0,0,0,0),(81274,732,0,1,1,0,1,-9219.07,-1220.05,70.9714,4.83965,180,5,0,176,0,1,0,0,0),(81275,732,0,1,1,0,1,-9254.7,-1232.84,73.6074,1.3357,180,5,0,176,0,1,0,0,0),(81276,46,0,1,1,0,1,-9244.01,-1221.57,73.3574,5.68404,180,5,0,176,0,1,0,0,0),(81277,46,0,1,1,0,1,-9229.57,-1199.44,67.7157,1.13446,180,0,0,176,0,0,0,0,0),(81278,46,0,1,1,0,1,-9250.76,-1186.95,68.3633,1.07394,180,5,0,176,0,1,0,0,0),(81279,46,0,1,1,0,1,-9239.36,-1187.58,69.2406,0.785398,180,0,0,176,0,0,0,0,0),(81280,732,0,1,1,0,1,-9283,-1165.4,69.5297,1.5708,180,0,0,176,0,0,0,0,0),(81281,732,0,1,1,0,1,-9278.78,-1180.12,70.8333,0.477805,180,5,0,176,0,1,0,0,0),(81282,732,0,1,1,0,1,-9274.1,-1174.41,70.2011,0.009661,180,5,0,176,0,1,0,0,0),(81283,46,0,1,1,0,1,-9212.75,-1203.99,66.0998,2.82743,180,5,0,176,0,1,0,0,0),(81284,732,0,1,1,0,1,-9212.07,-1229.33,72.9972,1.46608,180,0,0,176,0,0,0,0,0),(81285,46,0,1,1,0,1,-9191.33,-1218.33,69.6672,1.5708,180,5,0,176,0,1,0,0,0),(81286,46,0,1,1,0,1,-9194.58,-1214.87,68.4347,1.0821,180,0,0,176,0,0,0,0,0),(81287,732,0,1,1,0,1,-9173.47,-1255.92,75.3774,5.46812,180,5,0,176,0,1,0,0,0),(81288,732,0,1,1,0,1,-9242.25,-1160.93,63.4762,1.69297,180,0,0,176,0,0,0,0,0),(81289,732,0,1,1,0,1,-9231.14,-1188.27,65.2443,3.47321,180,0,0,176,0,0,0,0,0),(81290,732,0,1,1,0,1,-9255.98,-1161.28,65.3492,1.58825,180,0,0,176,0,0,0,0,0),(81291,732,0,1,1,0,1,-9303.92,-1121.99,69.0745,2.38673,180,0,0,176,0,0,0,0,0),(81292,46,0,1,1,0,1,-9113.98,-1222.37,66.5227,0.149231,180,5,0,176,0,1,0,0,0),(81293,1933,0,1,1,0,0,-9151.74,-1260.64,77.1783,0.596842,180,5,0,14,0,1,0,0,0),(81294,474,0,1,1,0,1,-9135.67,-1143.14,70.741,1.51076,180,0,0,160,350,0,0,0,0),(81295,46,0,1,1,0,1,-9049.59,-1220.96,69.3406,1.65806,180,0,0,176,0,0,0,0,0),(81296,46,0,1,1,0,1,-9055.24,-1222.39,69.4903,2.26893,180,0,0,176,0,0,0,0,0),(81297,46,0,1,1,0,1,-9036.39,-1212.15,65.7656,2.14675,180,0,0,176,0,0,0,0,0),(81298,46,0,1,1,0,1,-9043.74,-1219.15,68.4732,4.7338,180,5,0,176,0,1,0,0,0),(81299,474,0,1,1,0,1,-9175.03,-1122.98,71.3228,2.17653,180,0,0,160,350,0,0,0,0),(81300,46,0,1,1,0,1,-8986.67,-1251.84,76.292,5.71529,180,5,0,176,0,1,0,0,0),(81301,46,0,1,1,0,1,-8986.08,-1213.23,72.5967,5.37309,180,5,0,176,0,1,0,0,0),(81302,46,0,1,1,0,1,-9004.07,-1210.58,71.5857,5.735,180,5,0,176,0,1,0,0,0),(81303,46,0,1,1,0,1,-8989.47,-1223.1,73.4447,2.6529,180,0,0,176,0,0,0,0,0),(81304,46,0,1,1,0,1,-8986.83,-1218.47,72.988,2.56563,180,0,0,176,0,0,0,0,0),(81305,46,0,1,1,0,1,-9031.68,-1225.32,70.3526,3.37615,180,5,0,176,0,1,0,0,0),(81306,46,0,1,1,0,1,-9011.36,-1224.29,73.3099,3.14159,180,0,0,176,0,0,0,0,0),(81307,732,0,1,1,0,1,-9009.98,-1218.83,72.491,2.96706,180,0,0,176,0,0,0,0,0),(81308,46,0,1,1,0,1,-9010.67,-1239.99,74.3252,4.73973,180,5,0,176,0,1,0,0,0),(81309,46,0,1,1,0,1,-8970.37,-1200.56,71.982,2.63545,180,0,0,176,0,0,0,0,0),(81310,732,0,1,1,0,1,-9002.02,-1195.34,68.4495,1.93731,180,0,0,176,0,0,0,0,0),(81311,474,0,1,1,0,1,-9065.2,-1131.12,70.5225,3.19828,180,0,0,160,350,0,0,0,0),(81312,732,0,1,1,0,1,-8969.85,-1196.36,71.5524,2.1293,180,0,0,176,0,0,0,0,0),(81313,46,0,1,1,0,1,-8983.62,-1170.05,65.0869,2.68781,180,0,0,176,0,0,0,0,0),(81314,732,0,1,1,0,1,-8988.99,-1174.49,65.3495,1.62316,180,0,0,176,0,0,0,0,0),(81315,46,0,1,1,0,1,-8979.13,-1192.8,71.1776,0.117569,180,5,0,176,0,1,0,0,0),(81316,46,0,1,1,0,1,-8978.21,-1179.85,68.4297,0.978392,180,5,0,176,0,1,0,0,0),(81317,732,0,1,1,0,1,-8982.79,-1197.27,71.6175,4.25486,180,5,0,176,0,1,0,0,0),(81318,46,0,1,1,0,1,-8946.85,-1222.71,74.1843,2.39789,180,5,0,176,0,1,0,0,0),(81319,46,0,1,1,0,1,-8938.87,-1191.69,72.9322,6.03309,180,5,0,176,0,1,0,0,0),(81320,474,0,1,1,0,1,-9037.58,-1103.8,70.9863,0.908968,180,0,0,160,350,0,0,0,0),(81321,46,0,1,1,0,1,-8966.23,-1168.53,68.5689,3.61283,180,0,0,176,0,0,0,0,0),(81322,46,0,1,1,0,1,-8964.49,-1162.66,67.8175,2.56563,180,5,0,176,0,1,0,0,0),(81323,732,0,1,1,0,1,-8960.29,-1159.65,68.0321,2.05949,180,5,0,176,0,1,0,0,0),(81324,46,0,1,1,0,1,-8960.26,-1147.74,65.6319,3.22258,180,5,0,176,0,1,0,0,0),(81325,46,0,1,1,0,1,-8913.71,-1191.35,74.5667,5.07544,180,5,0,176,0,1,0,0,0),(81326,118,0,1,1,0,0,-8900.49,-1203.78,75.522,2.46677,180,5,0,176,0,1,0,0,0),(81327,118,0,1,1,0,0,-8885.71,-1153.22,75.7348,0.061243,180,5,0,176,0,1,0,0,0),(81328,118,0,1,1,0,0,-8874.94,-1075.41,74.5064,1.37189,180,0,0,176,0,0,0,0,0),(81329,118,0,1,1,0,0,-8878.34,-1122.72,75.9496,3.31027,180,5,0,176,0,1,0,0,0),(81330,478,0,1,1,0,1,-8869.96,-1130.14,76.7842,2.35896,180,5,0,176,0,1,0,0,0),(81331,883,0,1,1,0,0,-8853.55,-1130.57,76.1068,6.1582,180,5,0,1,0,1,0,0,0),(81332,118,0,1,1,0,0,-8858.06,-1073.32,75.7669,4.52797,180,0,0,176,0,0,0,0,0),(81333,118,0,1,1,0,0,-8876.15,-1021.54,74.2623,0.93508,180,0,0,176,0,0,0,0,0),(81334,118,0,1,1,0,0,-8865.25,-1019.44,74.967,4.88449,180,0,0,176,0,0,0,0,0),(81335,118,0,1,1,0,0,-8803.55,-1081.96,76.8271,5.23372,180,0,0,176,0,0,0,0,0),(81336,118,0,1,1,0,0,-8821.57,-1019.76,75.9927,5.12453,180,0,0,176,0,0,0,0,0),(81337,118,0,1,1,0,0,-8809.61,-1035.06,75.5801,4.63217,180,0,0,176,0,0,0,0,0),(81338,478,0,1,1,0,1,-8826.02,-995.49,74.4831,3.4065,180,5,0,176,0,1,0,0,0),(81339,46,0,1,1,0,1,-9283.11,-1220.16,69.9581,4.98484,180,0,0,176,0,0,0,0,0),(81340,732,0,1,1,0,1,-9269.89,-1181.11,70.615,1.97222,180,0,0,176,0,0,0,0,0),(81341,118,0,1,1,0,0,-9321.02,-1352.16,67.5302,3.27273,180,5,0,176,0,1,0,0,0),(81342,822,0,1,1,0,0,-9361.05,-1197.73,64.9425,3.75246,180,5,0,195,0,1,0,0,0),(81343,385,0,1,1,0,0,-9415.83,-1361.95,50.6943,0.558505,180,0,0,102,0,0,0,0,0),(81344,1650,0,1,1,0,1,-9404.85,-1343.52,50.1107,2.46091,180,0,0,222,0,0,0,0,0),(81345,1975,0,1,1,0,1,-9411.29,-1347.18,50.0279,1.65702,180,5,0,137,0,1,0,0,0),(81346,1198,0,1,1,0,1,-9469.28,-1355.24,47.4289,1.02974,180,0,0,417,0,0,0,0,0),(81347,1250,0,1,1,0,0,-9483.1,-1356.25,47.041,0.767945,180,0,0,198,0,0,0,0,0),(81348,11328,0,1,1,0,1,-9529.32,-1323.67,45.8948,2.70969,180,0,0,120,0,0,0,0,0),(81349,11328,0,1,1,0,1,-9485.32,-1313.51,41.17,0.755021,180,5,0,120,0,1,0,0,0),(81350,721,0,1,1,0,0,-9551.55,-1338.64,48.5237,1.41608,180,10,0,1,0,1,0,0,0),(81351,118,0,1,1,0,0,-9747.78,-1252.35,47.3221,5.47825,180,0,0,176,0,0,0,0,0),(81352,118,0,1,1,0,0,-9784.21,-1215.5,39.3283,2.42258,180,0,0,176,0,0,0,0,0),(81353,118,0,1,1,0,0,-9855.01,-1212.3,32.9815,1.62749,180,0,0,176,0,0,0,0,0),(81354,46,0,1,1,0,1,-9943.45,-1087.18,21.4983,0,180,0,0,176,0,0,0,0,0),(81355,46,0,1,1,0,1,-9940.72,-1111.85,22.2972,1.85005,180,0,0,176,0,0,0,0,0),(81356,46,0,1,1,0,1,-9928.72,-1097.6,24.0897,2.89725,180,0,0,176,0,0,0,0,0),(81357,732,0,1,1,0,1,-9930.98,-1100.81,23.881,2.77507,180,0,0,176,0,0,0,0,0),(81358,46,0,1,1,0,1,-9913.13,-1058.6,25.3447,4.38447,180,0,0,176,0,0,0,0,0),(81359,118,0,1,1,0,0,-9911.79,-1443.38,29.5497,4.45026,180,0,0,176,0,0,0,0,0),(81360,883,0,1,1,0,0,-9877.48,-1482.56,30.4505,3.29068,180,5,0,1,0,1,0,0,0),(81361,118,0,1,1,0,0,-9882.43,-1437.78,33.9574,0.025385,180,5,0,176,0,1,0,0,0),(81362,1423,0,1,1,0,1,-9797.72,-1397.7,62.7426,1.24072,190,0,0,1124,0,0,0,0,0),(81363,1423,0,1,1,0,1,-9784.8,-1397.47,62.982,0.191986,190,0,0,1124,0,0,0,0,0),(81364,1423,0,1,1,0,1,-9781.87,-1405.95,62.9875,1.11701,190,0,0,1124,0,0,0,0,0),(81365,1423,0,1,1,0,1,-9771.3,-1406.96,97.8868,1.16937,190,0,0,1124,0,0,0,0,0),(81366,822,0,1,1,0,0,-9755.47,-1462.59,48.1375,3.45706,180,5,0,195,0,1,0,0,0),(81367,118,0,1,1,0,0,-9776.74,-1487.88,45.9843,2.04754,180,5,0,176,0,1,0,0,0),(81368,118,0,1,1,0,0,-9731.2,-1489.2,49.5855,2.70978,180,5,0,176,0,1,0,0,0),(81369,883,0,1,1,0,0,-9607.57,-1482,59.2828,5.61917,180,5,0,1,0,1,0,0,0),(81370,890,0,1,1,0,0,-9605.88,-1483.36,59.2828,5.6051,180,10,0,8,0,1,0,0,0),(81371,2442,0,1,1,0,0,-9581.54,-1477.2,59.9866,2.31334,180,5,0,1,0,1,0,0,0),(81372,118,0,1,1,0,0,-9613.17,-1446.79,57.4714,2.94586,180,5,0,176,0,1,0,0,0),(81373,118,0,1,1,0,0,-9605.83,-1374.21,54.5594,0.846838,180,5,0,176,0,1,0,0,0),(81374,721,0,1,1,0,0,-9594.44,-1419.28,57.893,2.9891,180,10,0,1,0,1,0,0,0),(81375,118,0,1,1,0,0,-9608.56,-1519.68,59.917,2.31754,180,5,0,176,0,1,0,0,0),(81376,118,0,1,1,0,0,-9524.04,-1496.84,62.1365,6.16368,180,0,0,176,0,0,0,0,0),(81377,118,0,1,1,0,0,-9468.57,-1479.81,62.2559,0.283826,180,0,0,176,0,0,0,0,0),(81378,118,0,1,1,0,0,-9526.95,-1542.21,61.1686,6.24524,180,5,0,176,0,1,0,0,0),(81379,822,0,1,1,0,0,-9447.15,-1474.35,61.8309,6.17525,180,5,0,195,0,1,0,0,0),(81380,2442,0,1,1,0,0,-9463.51,-1480.15,62.4794,5.45494,180,5,0,1,0,1,0,0,0),(81381,822,0,1,1,0,0,-9447.76,-1470.53,61.7908,4.95641,180,5,0,195,0,1,0,0,0),(81382,721,0,1,1,0,0,-9508.8,-1387.43,52.2712,1.68259,180,10,0,1,0,1,0,0,0),(81383,2442,0,1,1,0,0,-9447.9,-1460.88,60.9057,4.19369,180,5,0,1,0,1,0,0,0),(81384,118,0,1,1,0,0,-9579.87,-1544.08,60.4951,0.461899,180,5,0,176,0,1,0,0,0),(81385,14561,0,1,1,0,0,-9444.04,-1412.16,46.9049,1.72788,180,0,0,42,0,0,0,0,0),(81386,822,0,1,1,0,0,-9459.52,-1529.85,65.5635,0,180,5,0,195,0,1,0,0,0),(81387,118,0,1,1,0,0,-9415.21,-1510.45,69.0401,6.02681,180,5,0,176,0,1,0,0,0),(81388,14560,0,1,1,0,0,-9438.08,-1411.84,47.0352,1.65806,180,0,0,42,0,0,0,0,0),(81389,4732,0,1,1,0,0,-9441.02,-1391.25,46.8758,2.21657,180,0,0,198,0,0,0,0,0),(81390,12375,0,1,1,0,0,-9438.26,-1405.13,47.0492,4.74729,180,0,0,42,0,0,0,0,0),(81391,14559,0,1,1,0,0,-9456.64,-1386.59,47.1554,1.39626,180,0,0,42,0,0,0,0,0),(81392,12376,0,1,1,0,0,-9432.75,-1389.03,46.7454,0.523599,180,0,0,42,0,0,0,0,0),(81393,384,0,1,1,0,0,-9455.37,-1385.33,47.2098,1.41372,180,0,0,198,0,0,0,0,0),(81394,5405,0,1,1,0,0,-9440.48,-1379.6,46.9932,1.06465,180,0,0,42,0,0,0,0,0),(81395,118,0,1,1,0,0,-9373.73,-1416.8,63.4678,0.364781,180,0,0,176,0,0,0,0,0),(81396,118,0,1,1,0,0,-9374,-1415.6,63.3606,0.058258,180,0,0,176,0,0,0,0,0),(81397,822,0,1,1,0,0,-9402.72,-1456.86,61.6428,0.51572,180,5,0,195,0,1,0,0,0),(81398,118,0,1,1,0,0,-9425.13,-1461.9,62.1602,6.05852,180,0,0,176,0,0,0,0,0),(81399,118,0,1,1,0,0,-9415.73,-1461.76,62.629,6.27553,180,0,0,176,0,0,0,0,0),(81400,118,0,1,1,0,0,-9356.79,-1399.67,63.4195,4.33877,180,0,0,176,0,0,0,0,0),(81401,118,0,1,1,0,0,-9357.34,-1446.03,66.0512,4.37944,180,0,0,176,0,0,0,0,0),(81402,118,0,1,1,0,0,-9531.84,-1494.25,62.1052,5.94749,180,0,0,176,0,0,0,0,0),(81403,822,0,1,1,0,0,-9544.51,-1491.51,60.3093,1.56634,180,5,0,195,0,1,0,0,0),(81404,294,0,1,1,0,0,-9545.33,-1401.1,54.1478,3.14159,190,0,0,484,0,0,0,0,0),(81405,1933,0,1,1,0,0,-9636.88,-1566.36,54.4672,1.74828,180,5,0,14,0,1,0,0,0),(81406,118,0,1,1,0,0,-9752.26,-1514.08,48.6527,2.84506,180,5,0,176,0,1,0,0,0),(81407,822,0,1,1,0,0,-9734.3,-1548.68,51.029,1.06249,180,5,0,195,0,1,0,0,0),(81408,118,0,1,1,0,0,-9731.11,-1545.96,51.5272,3.15722,180,5,0,176,0,1,0,0,0),(81409,118,0,1,1,0,0,-9675.52,-1575.58,56.1217,1.03494,180,5,0,176,0,1,0,0,0),(81410,116,0,1,1,0,1,-9749.66,-1548.18,49.4051,1.96652,180,5,0,156,0,1,0,0,0),(81411,6093,0,1,1,0,1,-9768.74,-1566.18,41.624,4.08065,180,0,0,222,0,0,0,0,0),(81412,116,0,1,1,0,1,-9772.73,-1560.21,41.749,2.83708,180,5,0,156,0,1,0,0,0),(81413,116,0,1,1,0,1,-9791.75,-1547.16,41.374,4.45129,180,5,0,156,0,1,0,0,0),(81414,721,0,1,1,0,0,-9787.44,-1514.48,43.8762,2.65784,180,10,0,1,0,1,0,0,0),(81415,116,0,1,1,0,1,-9776.18,-1574.37,41.901,5.04337,180,5,0,156,0,1,0,0,0),(81416,116,0,1,1,0,1,-9795.13,-1567.43,38.526,2.41517,180,5,0,156,0,1,0,0,0),(81417,118,0,1,1,0,0,-9833.56,-1498.16,39.492,5.59045,180,0,0,176,0,0,0,0,0),(81418,822,0,1,1,0,0,-9816.88,-1512.31,41.8603,5.67533,180,5,0,195,0,1,0,0,0),(81419,883,0,1,1,0,0,-9805.59,-1541.31,40.3322,6.15592,180,5,0,1,0,1,0,0,0),(81420,118,0,1,1,0,0,-9820.66,-1505,40.5888,0.444419,180,0,0,176,0,0,0,0,0),(81421,890,0,1,1,0,0,-9807.92,-1541.02,40.113,6.10456,180,0,0,8,0,0,0,0,0),(81422,732,0,1,1,0,1,-9887.5,-1537.5,22.5285,2.81629,180,0,0,176,0,0,0,0,0),(81423,116,0,1,1,0,1,-9749.8,-1586.18,48.6593,1.64448,180,5,0,156,0,1,0,0,0),(81424,116,0,1,1,0,1,-9790.91,-1586.84,40.7193,2.51969,180,5,0,156,0,1,0,0,0),(81425,732,0,1,1,0,1,-9847.17,-1585.42,26.01,3.73906,180,0,0,176,0,0,0,0,0),(81426,118,0,1,1,0,0,-9846.33,-1587.48,25.8486,4.72216,180,0,0,176,0,0,0,0,0),(81427,116,0,1,1,0,1,-9770.28,-1595.36,44.651,1.59509,180,5,0,156,0,1,0,0,0),(81428,732,0,1,1,0,1,-9845.01,-1645.12,23.4972,1.05864,180,0,0,176,0,0,0,0,0),(81429,118,0,1,1,0,0,-9764.24,-1627.9,47.4417,5.6475,180,0,0,176,0,0,0,0,0),(81430,118,0,1,1,0,0,-9738.35,-1606.07,49.6782,2.72588,180,0,0,176,0,0,0,0,0),(81431,118,0,1,1,0,0,-9541.45,-1486.06,60.6541,5.88647,180,0,0,176,0,0,0,0,0),(135261,16409,532,1,5,16467,1,-10946.9,-1912.09,93.8216,2.60835,604800,0,0,7825,15775,0,0,0,0),(135260,16409,532,1,5,16467,1,-11014.7,-1939.97,93.8216,2.49365,604800,0,0,7825,15775,0,0,0,0),(81494,7269,209,1,1,7470,0,1792.51,898.457,8.98657,0,86400,5,0,1782,0,1,0,0,0),(81492,7269,209,1,1,7470,0,1794.1,906.664,8.97701,3.49066,86400,5,0,1782,0,1,0,0,0),(81493,7269,209,1,1,7470,0,1803.68,896.158,8.98506,4.11898,86400,5,0,1782,0,1,0,0,0),(81490,7269,209,1,1,7470,0,1825.9,889.764,8.96012,3.1765,86400,5,0,1782,0,1,0,0,0),(81486,7269,209,1,1,7470,0,1813.43,888.041,8.96132,6.10865,86400,5,0,1782,0,1,0,0,0),(81487,7269,209,1,1,7470,0,1804.25,886.572,8.98023,5.72468,86400,5,0,1782,0,1,0,0,0),(81488,7269,209,1,1,7470,0,1820.12,861.049,8.96013,6.03884,86400,5,0,1782,0,1,0,0,0),(81485,7269,209,1,1,7470,0,1817.88,868.174,8.96013,5.18363,86400,5,0,1782,0,1,0,0,0),(81483,7269,209,1,1,7470,0,1834.46,816.299,15.1046,2.82743,86400,5,0,1782,0,1,0,0,0),(81481,7269,209,1,1,7470,0,1807.79,851.188,8.96026,0.610865,86400,5,0,1782,0,1,0,0,0),(81482,5650,209,1,1,6421,1,1793.86,747.192,14.4325,0.907571,86400,3,0,4278,2966,1,0,0,0),(81480,7269,209,1,1,7470,0,1817.15,849.678,8.96013,4.53786,86400,5,0,1782,0,1,0,0,0),(81477,7269,209,1,1,7470,0,1813.77,837.721,8.96013,0.436332,86400,5,0,1782,0,1,0,0,0),(81478,7269,209,1,1,7470,0,1783.71,893.215,9.29231,3.1765,86400,5,0,1782,0,1,0,0,0),(81587,8095,209,1,1,7345,0,1606.86,1131,11.2195,3.77943,86400,1,0,5757,0,1,0,0,0),(81473,7269,209,1,1,7470,0,1786.71,881.451,8.96012,0.471239,86400,5,0,1782,0,1,0,0,0),(81470,7269,209,1,1,7470,0,1796.93,849.003,8.99404,4.24115,86400,5,0,1782,0,1,0,0,0),(81471,7269,209,1,1,7470,0,1812.74,823.662,9.1601,3.76991,86400,5,0,1782,0,1,0,0,0),(81586,5650,209,1,1,6421,1,1620.65,1191.7,9.1335,1.09956,86400,0,0,4278,2966,0,0,0,0),(81467,7269,209,1,1,7470,0,1785.82,816.439,21.6703,1.22173,86400,5,0,1782,0,1,0,0,0),(81468,5650,209,1,1,6422,1,1776.9,813.656,23.2348,3.24631,86400,5,0,4278,2966,1,0,0,0),(81464,7269,209,1,1,7470,0,1782.51,859.632,8.96012,1.09956,86400,5,0,1782,0,1,0,0,0),(81465,7269,209,1,1,7470,0,1783.67,853.474,8.96012,5.72468,86400,5,0,1782,0,1,0,0,0),(81584,5649,209,1,1,6424,1,1624.85,1192.94,9.08505,2.72271,86400,0,0,5346,0,0,0,0,0),(81581,8095,209,1,1,7345,0,1653.66,1214.47,9.2401,0.653508,86400,5,0,5757,0,1,0,0,0),(81580,5650,209,1,1,6421,1,1643.59,1200.11,9.05309,1.81514,86400,5,0,4278,2966,1,0,0,0),(81579,5649,209,1,1,6424,1,1699.81,1233.84,8.96111,1.15192,86400,2,0,5346,0,1,0,0,0),(81578,5649,209,1,1,6424,1,1652.06,1219.91,9.67312,1.44862,86400,5,0,5346,0,1,0,0,0),(81577,7246,209,1,1,6426,1,1626.51,1136.02,8.87709,2.45112,86400,0,1,4119,2864,2,0,0,0),(81576,5650,209,1,1,6421,1,1644.01,1104.96,9.20275,3.03687,86400,0,0,4278,2966,0,0,0,0),(81575,5649,209,1,1,6424,1,1632.54,1166.75,9.05948,4.60767,86400,5,0,5346,0,1,0,0,0),(81574,5649,209,1,1,6423,1,1636.18,1106.7,8.96013,0.017453,86400,0,0,5346,0,0,0,0,0),(81573,5649,209,1,1,6424,1,1636.05,1105.06,8.96016,0.087266,86400,0,0,5346,0,0,0,0,0),(81572,7246,209,1,1,6426,1,1644.17,1107.36,9.04577,3.28122,86400,0,0,4119,2864,0,0,0,0),(81571,5649,209,1,1,6423,1,1636.84,1109.9,8.9902,5.75959,86400,0,0,5346,0,0,0,0,0),(81570,7795,209,1,1,6685,1,1698.24,1210.74,9.41781,5.45566,86400,0,0,4029,7846,2,0,0,0),(81569,5649,209,1,1,6424,1,1648.18,1152.28,9.01227,5.39307,86400,5,0,5346,0,1,0,0,0),(81568,5649,209,1,1,6424,1,1714.38,1218.58,8.96012,5.48033,86400,3,0,5346,0,1,0,0,0),(81567,7269,209,1,1,7470,0,1677.07,1153.68,8.96011,1.29154,86400,5,0,1782,0,1,0,0,0),(81461,5650,209,1,1,6421,1,1655.19,717.366,27.1727,1.27409,86400,5,0,4278,2966,1,0,0,0),(81462,8095,209,1,1,7345,0,1768.32,757.659,27.3368,5.98648,86400,5,0,5757,0,1,0,0,0),(81566,5649,209,1,1,6424,1,1667.29,1151.89,8.96011,3.63029,86400,5,0,5346,0,1,0,0,0),(81565,8120,209,1,1,7345,0,1744.88,1066.61,51.2345,5.51524,86400,5,0,3980,0,1,0,0,0),(81564,5649,209,1,1,6423,1,1712.07,1187.57,9.39765,5.49779,86400,0,0,5346,0,0,0,0,0),(81563,5650,209,1,1,6422,1,1714.92,1190.31,10.3375,4.31096,86400,0,0,4278,2966,0,0,0,0),(81562,7246,209,1,1,6426,1,1717.19,1188.65,10.8277,4.31096,86400,0,0,4119,2864,0,0,0,0),(81561,5650,209,1,1,6422,1,1719.98,1181.94,10.506,5.46288,86400,0,0,4278,2966,0,0,0,0),(81559,8095,209,1,1,7345,0,1764.58,1243.75,33.4994,1.84091,86400,5,0,5757,0,1,0,0,0),(81558,8095,209,1,1,7345,0,1760.61,1215.38,28.1244,4.92385,86400,5,0,5757,0,1,0,0,0),(81557,7605,209,1,1,6435,1,1886.64,1299.11,48.3146,4.36332,86400,0,0,6237,0,0,0,0,0),(81458,7269,209,1,1,7470,0,1773.16,826.965,16.05,6.21337,86400,5,0,1782,0,1,0,0,0),(81459,8095,209,1,1,7345,0,1615.78,753.916,22.0062,0.170666,86400,5,0,5757,0,1,0,0,0),(81556,7608,209,1,1,6438,1,1891.07,1294.78,48.2347,3.31613,86400,0,0,4991,1483,0,0,0,0),(81555,7604,209,1,1,6433,1,1882.89,1299.27,48.3843,4.83456,86400,0,0,18480,0,0,0,0,0),(81454,7269,209,1,1,7470,0,1762.66,850.786,8.96011,4.86947,86400,5,0,1782,0,1,0,0,0),(81455,7269,209,1,1,7470,0,1777.98,873.714,9.09439,3.10669,86400,5,0,1782,0,1,0,0,0),(81456,7247,209,1,1,6427,1,1767.67,850.924,8.8832,3.92424,86400,0,1,4278,2966,2,0,0,0),(81449,5649,209,1,1,6423,1,1708.31,897.658,9.00179,5.09013,86400,0,0,5346,0,0,0,0,0),(81450,5649,209,1,1,6424,1,1608.46,978.857,9.01275,4.32842,86400,0,0,5346,0,0,0,0,0),(81451,8095,209,1,1,7345,0,1663.34,783.054,15.5692,2.02458,86400,5,0,5757,0,1,0,0,0),(81452,5649,209,1,1,6424,1,1713.68,784.082,17.346,5.48033,86400,5,0,5346,0,1,0,0,0),(81552,7274,209,1,1,6440,1,1886.8,1289.89,45.9625,3.38594,86400,0,0,9595,0,0,0,0,0),(81446,5648,209,1,1,6420,1,1707.05,914.393,10.2081,1.18682,86400,0,0,3603,7150,0,0,0,0),(81447,5648,209,1,1,6419,1,1706.18,917.728,11.1787,5.81195,86400,0,0,3603,7150,0,0,0,0),(81442,5649,209,1,1,6423,1,1603.14,970.714,9.18092,0.820305,86400,0,0,5346,0,0,0,0,0),(81443,5649,209,1,1,6423,1,1656.78,942.958,9.11468,5.65487,86400,0,0,5346,0,0,0,0,0),(81444,5648,209,1,1,6419,1,1660.76,937.592,9.17103,2.19912,86400,0,0,3603,7150,0,0,0,0),(81441,5649,209,1,1,6423,1,1605.68,969.609,9.18042,1.29154,86400,0,0,5346,0,0,0,0,0),(47465,7269,209,1,1,7470,0,1617.68,970.682,8.9631,1.81514,86400,5,0,1782,0,1,0,0,0),(45709,5649,209,1,1,6424,1,1685.91,888.847,9.00179,1.37218,86400,5,0,5346,0,1,0,0,0),(45710,5650,209,1,1,6422,1,1658.52,805.539,9.29566,1.36264,86400,0,0,4278,2966,0,0,0,0),(44170,7246,209,1,1,6425,1,1663.38,926.347,9.025,3.67835,86400,0,1,4119,2864,2,0,0,0),(44177,7246,209,1,1,6425,1,1662.34,929.703,9.12678,2.75114,86400,0,0,4119,2864,0,0,0,0),(44166,7269,209,1,1,7470,0,1655.86,920.877,8.96012,1.39626,86400,5,0,1782,0,1,0,0,0),(44165,5650,209,1,1,6422,1,1669.67,896.452,8.96012,2.51327,86400,0,0,4278,2966,0,0,0,0),(44162,5648,209,1,1,6420,1,1660.46,901.742,8.96499,0.628319,86400,0,0,3603,7150,0,0,0,0),(15288,2397,0,1,1,3652,1,-14.0007,-952.195,56.2737,2.45524,300,0,0,1163,0,0,0,0,0),(31445,2914,1,1,1,2958,0,-3596.22,-2724.19,35.1474,1.74296,360,10,0,8,0,1,0,0,0),(43703,7269,209,1,1,7470,0,1652.97,818.11,8.96013,3.54302,86400,5,0,1782,0,1,0,0,0),(43702,7246,209,1,1,6426,1,1644.98,814.596,8.96928,4.53786,86400,0,0,4119,2864,0,0,0,0),(43695,5648,209,1,1,6420,1,1614.61,897.026,9.75628,5.74213,86400,0,0,3603,7150,0,0,0,0),(43694,5650,209,1,1,6422,1,1639.96,798.093,8.97168,1.48353,86400,0,0,4278,2966,0,0,0,0),(42628,5650,209,1,1,6421,1,1616.86,778.17,11.32,5.3058,86400,0,0,4278,2966,0,0,0,0),(42625,5650,209,1,1,6421,1,1582,850.825,9.89255,5.96903,86400,0,0,4278,2966,0,0,0,0),(42626,5648,209,1,1,6419,1,1546.47,835.226,8.8914,3.8113,86400,0,1,3603,7150,2,0,0,0),(42627,5648,209,1,1,6419,1,1606.3,857.721,11.6019,5.0091,86400,0,0,3603,7150,0,0,0,0),(3448,3119,1,1,1,9442,1,-1019.16,-4725.93,14.7198,3.85196,300,10,0,120,0,1,0,0,0),(81549,7247,209,1,1,6428,1,1899.24,1214.72,9.00179,1.80893,86400,0,0,4278,2966,0,0,0,0),(81547,5650,209,1,1,6422,1,1915.55,1194.25,8.96012,1.0821,86400,0,0,4278,2966,0,0,0,0),(81546,5650,209,1,1,6421,1,1913.5,1199.53,9.04154,5.81195,86400,0,0,4278,2966,0,0,0,0),(42622,5648,209,1,1,6420,1,1586.46,853.121,9.88523,4.24115,86400,0,0,3603,7150,0,0,0,0),(42623,5649,209,1,1,6423,1,1564.22,871.627,9.70283,4.46804,86400,0,0,5346,0,0,0,0,0),(42624,5648,209,1,1,6420,1,1583,847.667,11.134,0.890118,86400,0,0,3603,7150,0,0,0,0),(42618,7269,209,1,1,7470,0,1560.28,849.29,8.97512,3.56047,86400,8,0,1782,0,1,0,0,0),(42617,5649,209,1,1,6424,1,1562.31,868.947,9.52113,1.0821,86400,0,0,5346,0,0,0,0,0),(42610,8095,209,1,1,7345,0,1519.79,753.656,26.956,1.33225,86400,5,0,5757,0,1,0,0,0),(42611,5648,209,1,1,6420,1,1531.04,822.545,9.17081,0.628319,86400,0,0,3603,7150,0,0,0,0),(42605,5648,209,1,1,6419,1,1505.32,844.512,9.4491,0.069813,86400,0,0,3603,7150,0,0,0,0),(42606,5648,209,1,1,6420,1,1488.54,816.122,9.21445,5.37561,86400,0,0,3603,7150,0,0,0,0),(42603,7269,209,1,1,7470,0,1517.12,823.743,8.97511,0.226893,86400,3,0,1782,0,1,0,0,0),(42600,5648,209,1,1,6420,1,1504.88,818.578,8.97416,2.46091,86400,0,0,3603,7150,0,0,0,0),(42602,5648,209,1,1,6419,1,1521.9,826.386,8.8919,3.82264,86400,0,1,3603,7150,2,0,0,0),(42599,5648,209,1,1,6420,1,1511.31,844.814,9.72667,2.87979,86400,0,0,3603,7150,0,0,0,0),(38014,8095,209,1,1,7345,0,1414.69,772.811,28.7146,5.72987,86400,5,0,5757,0,1,0,0,0),(38015,5648,209,1,1,6420,1,1430.52,795.113,11.9563,2.33874,86400,0,0,3603,7150,0,0,0,0),(38016,5648,209,1,1,6420,1,1427.77,794.452,11.6592,1.79769,86400,0,0,3603,7150,0,0,0,0),(38017,5648,209,1,1,6419,1,1426.05,800.303,10.6506,5.14872,86400,0,0,3603,7150,0,0,0,0),(38018,8095,209,1,1,7345,0,1452.61,761.849,40.2917,6.17755,86400,5,0,5757,0,1,0,0,0),(81712,18974,530,1,1,0,0,-633.046,2631.54,-3.08868,2.27582,360,0,0,3739,6015,2,0,0,0),(81713,16205,530,1,1,0,0,7577.79,-6897.55,111.997,2.23402,300,0,0,307,856,0,0,0,0),(81714,16665,530,1,1,0,0,7576.91,-6883.63,95.1072,0.436332,300,0,0,356,0,0,0,0,0),(81715,16528,530,1,1,0,0,7555.68,-6857.73,93.663,0.977384,300,0,0,417,0,0,0,0,0),(81716,16199,530,1,1,0,0,7563.71,-6802.08,87.118,4.99164,300,0,0,273,0,0,0,0,0),(81717,16541,530,1,1,0,0,7575.41,-6874.24,96.0452,0.855211,300,0,0,1500,0,0,0,0,0),(81718,16541,530,1,1,0,0,7562.8,-6865.32,96.0422,1.18682,300,0,0,1500,0,0,0,0,0),(81719,16541,530,1,1,0,0,7565.37,-6807.69,86.911,2.33022,300,5,0,1500,0,1,0,0,0),(81720,16224,530,1,1,0,1,7644.05,-6838.9,83.9032,4.69922,300,0,0,233,0,0,0,0,0),(81721,16187,530,1,1,0,1,7622.97,-6845.61,83.9717,0.855211,300,0,0,438,0,0,0,0,0),(81722,16197,530,1,1,0,1,7642.22,-6819.37,79.3757,4.31808,300,0,0,276,710,2,0,0,0),(81723,16541,530,1,1,0,0,7656.14,-6854.95,86.5801,4.72984,300,0,0,1500,0,0,0,0,0),(81724,17655,530,1,1,0,1,7600.52,-6904.99,93.886,1.78024,300,0,0,328,0,0,0,0,0),(81725,16068,530,1,1,0,0,7617.99,-6863.44,90.0108,3.95924,300,8,0,8,0,1,0,0,0),(81726,16213,530,1,1,0,1,7552.85,-6784.15,89.417,1.85005,300,0,0,185,0,0,0,0,0),(81727,16251,530,1,1,0,1,7556.46,-6759.95,91.3061,4.24115,300,0,0,374,0,0,0,0,0),(81728,16189,530,1,1,0,1,7595.16,-6782.24,86.878,4.62512,300,0,0,10572,0,0,0,0,0),(81729,16541,530,1,1,0,0,7551.38,-6777.9,90.3381,4.95674,300,0,0,1500,0,0,0,0,0),(81730,16541,530,1,1,0,0,7559.49,-6775.46,90.4631,5.09636,300,0,0,1500,0,0,0,0,0),(81731,14881,530,1,1,0,0,7577.64,-6778.84,87.3522,5.69515,300,5,0,8,0,1,0,0,0),(81732,16268,530,1,1,0,1,7511.88,-6841.08,83.7494,1.27409,300,0,0,328,0,0,0,0,0),(81733,16200,530,1,1,0,0,7528.07,-6801.9,83.4496,5.51524,300,0,0,449,0,0,0,0,0),(81734,16231,530,1,1,0,0,7551.52,-6764.35,91.3361,5.2709,300,0,0,438,0,0,0,0,0),(81735,16252,530,1,1,0,1,7552.8,-6760.88,91.3371,4.85202,300,0,0,581,0,0,0,0,0),(81736,16289,530,1,1,0,0,7544.94,-6763.04,91.3372,5.89921,300,0,0,344,0,0,0,0,0),(81737,16541,530,1,1,0,0,7565.35,-6731.61,83.6889,2.90088,300,5,0,1500,0,1,0,0,0),(81738,16354,530,1,1,0,0,7679.11,-6782.89,69.6863,3.12846,300,5,0,273,0,1,0,0,0),(81739,16198,530,1,1,0,0,7499.65,-6856.24,85.4783,1.18682,300,0,0,247,0,0,0,0,0),(81740,18426,530,1,1,0,0,7535.26,-6878.81,111.997,5.37561,300,0,0,178,382,0,0,0,0),(81741,16542,530,1,1,0,0,7553.37,-6897.35,96.11,1.09956,300,0,0,330,938,0,0,0,0),(81742,4075,530,1,1,0,0,7497.1,-6851.03,84.6906,4.20185,300,10,0,8,0,1,0,0,0),(81743,16541,530,1,1,0,0,7478.38,-6771.39,76.7461,3.92699,300,0,0,1500,0,0,0,0,0),(81745,16541,530,1,1,0,0,7482.22,-6898.36,96.6347,0.717728,300,0,0,1500,0,0,0,0,0),(81746,16347,530,1,1,0,0,7721.57,-6880.75,82.1183,0.80039,300,0,0,176,0,0,0,0,0),(81747,16347,530,1,1,0,0,7743.05,-6948.07,101.264,1.32713,300,0,0,176,0,0,0,0,0),(81748,16347,530,1,1,0,0,7745.83,-6937.38,99.2406,1.06367,300,0,0,176,0,0,0,0,0),(81749,16347,530,1,1,0,0,7818.84,-6844.59,64.1858,4.51576,300,0,0,176,0,0,0,0,0),(81750,16347,530,1,1,0,0,7838.3,-6930.69,83.1033,5.12346,300,0,0,176,0,0,0,0,0),(81751,16347,530,1,1,0,0,7857.3,-6907.3,74.6872,4.39934,300,0,0,176,0,0,0,0,0),(81752,16353,530,1,1,0,0,7895.56,-6910.62,68.527,2.01161,300,0,0,176,0,0,0,0,0),(81753,16353,530,1,1,0,0,7704.45,-6946.23,117.873,4.32572,300,0,0,176,0,0,0,0,0),(81754,16347,530,1,1,0,0,7858.67,-6994.99,100.384,1.97462,300,0,0,176,0,0,0,0,0),(81755,16353,530,1,1,0,0,7771.25,-7025.09,102.999,1.3622,300,0,0,176,0,0,0,0,0),(81756,14881,530,1,1,0,0,7853.74,-7008.52,102.359,2.90779,300,0,0,8,0,0,0,0,0),(81757,16353,530,1,1,0,0,7928.71,-6973.67,81.35,5.28713,300,5,0,176,0,1,0,0,0),(81758,16353,530,1,1,0,0,7909.28,-6994.43,88.4396,0.737267,300,0,0,176,0,0,0,0,0),(81759,16347,530,1,1,0,0,7878.06,-7060.34,110.8,3.44684,300,0,0,176,0,0,0,0,0),(81760,16347,530,1,1,0,0,7907.97,-7099.03,121.613,1.33244,300,0,0,176,0,0,0,0,0),(81761,16347,530,1,1,0,0,7947.09,-7068.47,119.424,4.68006,300,0,0,176,0,0,0,0,0),(81762,16347,530,1,1,0,0,7933.92,-7109.61,122.434,2.78476,300,0,0,176,0,0,0,0,0),(81763,16347,530,1,1,0,0,7819.21,-7175.48,130.682,4.71141,300,0,0,176,0,0,0,0,0),(82917,21251,548,1,1,0,0,-89.871,-114.08,7.4833,0.359943,604800,0,0,387450,0,2,0,0,0),(81765,16343,530,1,1,0,1,7763.29,-7131.89,128.756,5.99625,300,0,0,301,326,0,0,0,0),(81766,16313,530,1,1,0,0,7917.68,-7254.84,155.815,2.39918,300,0,0,166,178,0,0,0,0),(81767,16313,530,1,1,0,0,7891.48,-7265.98,155.814,1.21025,300,5,0,166,178,1,0,0,0),(81768,16313,530,1,1,0,0,7927.29,-7210.73,133.072,0.782311,300,0,0,166,178,0,0,0,0),(81769,16313,530,1,1,0,0,7881.63,-7254.56,135.359,1.88359,300,5,0,166,178,1,0,0,0),(81771,16313,530,1,1,0,0,7910.72,-7275.58,155.821,0.654843,300,5,0,166,178,1,0,0,0),(81772,16313,530,1,1,0,0,7913.52,-7274.86,139.928,0.092749,300,5,0,166,178,1,0,0,0),(81773,16313,530,1,1,0,0,7935.69,-7278.93,139.943,0.732155,300,5,0,166,178,1,0,0,0),(81774,16313,530,1,1,0,0,7919.45,-7276.65,155.822,6.00073,300,5,0,166,178,1,0,0,0),(81775,16313,530,1,1,0,0,8005.55,-7215.29,140.733,0.859763,300,0,0,166,178,0,0,0,0),(81776,16313,530,1,1,0,0,7979.34,-7179.35,136.025,3.03349,300,0,0,166,178,0,0,0,0),(81777,16313,530,1,1,0,0,8019.37,-7174.51,136.041,1.34229,300,0,0,166,178,0,0,0,0),(81778,16313,530,1,1,0,0,7980.2,-7277.51,141.477,1.266,300,0,0,166,178,0,0,0,0),(81779,16313,530,1,1,0,0,8047.76,-7214.73,158.63,0.086975,300,0,0,166,178,0,0,0,0),(81780,16313,530,1,1,0,0,8044.89,-7206.34,149.807,0.933034,300,0,0,166,178,0,0,0,0),(81781,16313,530,1,1,0,0,8004.17,-7245.37,140.082,2.92907,300,5,0,166,178,1,0,0,0),(81782,16353,530,1,1,0,0,8015.16,-7117.49,136.332,4.8037,300,0,0,176,0,0,0,0,0),(81783,16313,530,1,1,0,0,8059.83,-7182.44,141.837,6.24623,300,0,0,166,178,0,0,0,0),(81784,16313,530,1,1,0,0,7908.89,-7290.9,155.816,1.0134,300,0,0,166,178,0,0,0,0),(81785,16357,530,1,1,0,0,7974.56,-7251.63,137.215,0.517558,300,0,0,624,205,2,0,0,0),(81786,16313,530,1,1,0,0,8049.94,-7241.1,142.758,1.78743,300,0,0,166,178,0,0,0,0),(81787,16313,530,1,1,0,0,8021.15,-7276.64,141.569,5.86424,300,0,0,166,178,0,0,0,0),(81788,16313,530,1,1,0,0,7910.08,-7343.75,142.364,1.69972,300,5,0,166,178,1,0,0,0),(81789,16313,530,1,1,0,0,7977.77,-7309.79,143.179,3.13593,300,5,0,166,178,1,0,0,0),(81790,16313,530,1,1,0,0,7912.77,-7322.09,142.163,5.42778,300,0,0,166,178,0,0,0,0),(81791,16313,530,1,1,0,0,7878.73,-7285.98,139.36,1.93883,300,0,0,166,178,0,0,0,0),(81792,16313,530,1,1,0,0,7937.96,-7354.21,143.492,5.90593,300,0,0,166,178,0,0,0,0),(81793,16347,530,1,1,0,0,7817.28,-7321.1,145.134,2.55084,300,0,0,176,0,0,0,0,0),(81794,16353,530,1,1,0,0,7842.88,-7401.62,153.173,5.49226,300,0,0,176,0,0,0,0,0),(81795,16313,530,1,1,0,0,7943.96,-7390.71,142.6,0.296576,300,0,0,166,178,0,0,0,0),(81796,16347,530,1,1,0,0,7847.01,-7419.17,152.063,0.708043,300,5,0,176,0,1,0,0,0),(81797,16068,530,1,1,0,0,7945.18,-7403.27,143.157,1.11545,300,8,0,8,0,1,0,0,0),(81798,16313,530,1,1,0,0,7975.89,-7380.5,141.203,0.624574,300,0,0,166,178,0,0,0,0),(81799,16347,530,1,1,0,0,7876.13,-7439.27,155.269,4.177,300,5,0,176,0,1,0,0,0),(81800,16347,530,1,1,0,0,7902.12,-7470.38,148.729,1.9141,300,5,0,176,0,1,0,0,0),(81801,13321,530,1,1,0,0,7954.96,-7473.12,143.911,5.03732,300,5,0,42,0,1,0,0,0),(81802,16313,530,1,1,0,0,8013.4,-7415.66,146.733,3.96502,300,5,0,166,178,1,0,0,0),(81803,16313,530,1,1,0,0,8018.51,-7377.34,141.626,0.924137,300,0,0,166,178,0,0,0,0),(81804,16313,530,1,1,0,0,8036.01,-7364.29,144.148,4.16971,300,0,0,166,178,0,0,0,0),(81805,16313,530,1,1,0,0,8054.48,-7395.71,142.656,1.681,300,0,0,166,178,0,0,0,0),(81806,16313,530,1,1,0,0,8076.13,-7338.33,141.755,2.26157,300,0,0,166,178,0,0,0,0),(81807,16313,530,1,1,0,0,8055.91,-7372.2,143.957,3.43894,300,0,0,166,178,0,0,0,0),(81808,16313,530,1,1,0,0,8087.92,-7380.57,164.221,2.75257,300,0,0,166,178,0,0,0,0),(81809,16313,530,1,1,0,0,8092.19,-7388.02,142.92,6.22496,300,0,0,166,178,0,0,0,0),(81810,16313,530,1,1,0,0,8039.06,-7373.16,144.328,4.59271,300,0,0,166,178,0,0,0,0),(81811,16313,530,1,1,0,0,8051.65,-7383.42,165.085,5.84559,300,0,0,166,178,0,0,0,0),(81812,16313,530,1,1,0,0,8062.16,-7366.95,164.38,5.73705,300,0,0,166,178,0,0,0,0),(81813,16313,530,1,1,0,0,8018.67,-7324.76,142.587,3.16472,300,0,0,166,178,0,0,0,0),(81814,16313,530,1,1,0,0,8084.83,-7488.58,151.409,1.30011,300,5,0,166,178,1,0,0,0),(81815,16313,530,1,1,0,0,8076.57,-7314.19,142.1,2.15668,300,0,0,166,178,0,0,0,0),(81816,16313,530,1,1,0,0,8057.5,-7313.25,141.382,5.30253,300,0,0,166,178,0,0,0,0),(81817,16313,530,1,1,0,0,8114.41,-7486.53,155.379,0.102157,300,5,0,166,178,1,0,0,0),(81818,16313,530,1,1,0,0,8125.57,-7503.06,162.773,1.25773,300,0,0,166,178,0,0,0,0),(81819,16313,530,1,1,0,0,8147.62,-7487,152.346,0.98401,300,5,0,166,178,1,0,0,0),(81820,16313,530,1,1,0,0,8138.35,-7511.81,160.649,3.32652,300,0,0,166,178,0,0,0,0),(81821,16313,530,1,1,0,0,8054.1,-7511.16,150.723,3.37757,300,5,0,166,178,1,0,0,0),(81822,16313,530,1,1,0,0,8113.41,-7552.92,171.521,3.9528,300,0,0,166,178,0,0,0,0),(81823,16313,530,1,1,0,0,8051.92,-7547.54,150.128,0.305359,300,0,0,166,178,0,0,0,0),(81824,16313,530,1,1,0,0,8022.23,-7543.98,146.799,2.06548,300,5,0,166,178,1,0,0,0),(81825,16313,530,1,1,0,0,8118.99,-7608.19,150.797,2.3161,300,5,0,166,178,1,0,0,0),(81826,16313,530,1,1,0,0,8117.7,-7593.37,157.453,5.36761,300,0,0,166,178,0,0,0,0),(81827,16313,530,1,1,0,0,8047.31,-7580.24,147.437,4.09581,300,5,0,166,178,1,0,0,0),(81828,16313,530,1,1,0,0,8080.82,-7591.3,149.215,4.58534,300,0,0,166,178,0,0,0,0),(81829,16313,530,1,1,0,0,8145.62,-7612.53,149.937,1.56981,300,5,0,166,178,1,0,0,0),(81830,16340,530,1,1,0,0,8048.07,-7749.25,155.691,0.86111,300,5,0,198,0,1,0,0,0),(81831,16341,530,1,1,0,1,8043.96,-7785.68,167.812,3.85718,300,5,0,208,205,1,0,0,0),(81832,2914,530,1,1,0,0,8088.44,-7793.31,165.861,3.12349,300,10,0,8,0,1,0,0,0),(81833,16341,530,1,1,0,1,8086.92,-7785.98,164.872,0.013467,300,5,0,208,205,1,0,0,0),(81834,16340,530,1,1,0,0,8032.45,-7800.78,167.854,0.705066,300,5,0,198,0,1,0,0,0),(81835,16341,530,1,1,0,1,7980.89,-7780.33,158.052,0.373976,300,5,0,208,205,1,0,0,0),(81836,16340,530,1,1,0,0,8006.81,-7786.41,165.319,3.22386,300,5,0,198,0,1,0,0,0),(81837,16340,530,1,1,0,0,8079.41,-7819.85,170.927,3.24401,300,5,0,198,0,1,0,0,0),(81838,16340,530,1,1,0,0,8051.32,-7825.21,170.586,3.84641,300,5,0,198,0,1,0,0,0),(81839,16341,530,1,1,0,1,8036.82,-7853.56,180.809,6.26573,300,5,0,208,205,1,0,0,0),(81840,16340,530,1,1,0,0,8054.83,-7865.07,180.523,2.05949,300,5,0,198,0,1,0,0,0),(81841,2914,530,1,1,0,0,8122.43,-7848.25,177.627,1.22571,300,10,0,8,0,1,0,0,0),(81842,16341,530,1,1,0,1,7988.12,-7849.29,177.582,1.06465,300,5,0,208,205,1,0,0,0),(81843,16340,530,1,1,0,0,7998.88,-7839.71,177.419,4.69494,300,5,0,198,0,1,0,0,0),(81844,16341,530,1,1,0,1,8012.93,-7853.74,181.858,4.64011,300,5,0,208,205,1,0,0,0),(81845,16340,530,1,1,0,0,8014.11,-7711.65,148.443,1.7564,300,5,0,198,0,1,0,0,0),(81846,14881,530,1,1,0,0,7892.23,-7813.05,166.2,0.393725,300,5,0,8,0,1,0,0,0),(81847,13321,530,1,1,0,0,7953.58,-7696.51,145.214,3.97694,300,5,0,42,0,1,0,0,0),(81848,16340,530,1,1,0,0,7983.65,-7717.06,146.681,6.19592,300,5,0,198,0,1,0,0,0),(81849,16341,530,1,1,0,1,7999.93,-7727.41,151.524,4.90438,300,5,0,208,205,1,0,0,0),(81850,16341,530,1,1,0,1,7999.6,-7738.16,150.712,4.55531,300,5,0,208,205,1,0,0,0),(81851,16341,530,1,1,0,1,7950.18,-7716.03,147.709,4.27606,300,5,0,208,205,1,0,0,0),(81852,16340,530,1,1,0,0,8010.96,-7758.86,152.257,5.63741,300,5,0,198,0,1,0,0,0),(81853,1420,530,1,1,0,0,7895.5,-7727.47,143.771,1.90436,300,5,0,8,0,1,0,0,0),(81854,16340,530,1,1,0,0,8026.05,-7757.15,151.984,2.60054,300,5,0,198,0,1,0,0,0),(81855,16341,530,1,1,0,1,7977.19,-7755.35,151.739,0.471239,300,5,0,208,205,1,0,0,0),(81856,16341,530,1,1,0,1,7984.85,-7785.59,159.486,5.34071,300,5,0,208,205,1,0,0,0),(81857,16339,530,1,1,0,0,7846.35,-7829.46,170.478,5.79453,300,5,0,328,0,1,0,0,0),(81858,16339,530,1,1,0,0,7842.22,-7876.06,167.138,1.46608,300,5,0,328,0,1,0,0,0),(81859,16339,530,1,1,0,0,7851.48,-7902.99,169.326,3.71755,300,5,0,328,0,1,0,0,0),(81860,16339,530,1,1,0,0,7866.71,-7870.94,169.488,1.63918,300,5,0,328,0,1,0,0,0),(81861,16339,530,1,1,0,0,7830.76,-7930.85,169.326,1.5708,300,5,0,328,0,1,0,0,0),(81862,16339,530,1,1,0,0,7805.25,-7869.07,168.03,2.64743,300,5,0,328,0,1,0,0,0),(81863,16339,530,1,1,0,0,7806.52,-7911.3,169.326,6.26573,300,5,0,328,0,1,0,0,0),(81864,16339,530,1,1,0,0,7826.16,-7909.09,169.243,4.6564,300,5,0,328,0,1,0,0,0),(81865,16339,530,1,1,0,0,7829.38,-7888.34,169.241,1.59362,300,5,0,328,0,1,0,0,0),(81866,13321,530,1,1,0,0,7832.41,-7757.51,142.432,1.10966,300,5,0,42,0,1,0,0,0),(81867,16339,530,1,1,0,0,7795.04,-7829.5,170.274,1.03551,300,5,0,328,0,1,0,0,0),(81868,16339,530,1,1,0,0,7797.85,-7828.4,170.186,3.7655,300,5,0,328,0,1,0,0,0),(81869,16339,530,1,1,0,0,7788.1,-7865.09,167.556,3.60884,300,5,0,328,0,1,0,0,0),(81870,1420,530,1,1,0,0,7744.64,-7744.09,142.789,2.13379,300,5,0,8,0,1,0,0,0),(81871,16327,530,1,1,0,0,7748.21,-7739.11,142.024,2.47245,300,5,0,222,0,1,0,0,0),(81872,16327,530,1,1,0,0,7848.26,-7713.91,138.048,3.87109,300,0,0,222,0,0,0,0,0),(81873,16327,530,1,1,0,0,7799.02,-7712.31,134.056,3.41369,300,0,0,222,0,0,0,0,0),(81874,16327,530,1,1,0,0,7759.18,-7724.33,139.139,3.57387,300,0,0,222,0,0,0,0,0),(81875,16327,530,1,1,0,0,7810.69,-7691.46,143.462,4.21175,300,5,0,222,0,1,0,0,0),(81876,16201,530,1,1,0,0,7846.54,-7668.93,147.561,0.226893,300,0,0,247,0,0,0,0,0),(81877,16327,530,1,1,0,0,7846.04,-7655.46,147.333,2.26772,300,5,0,222,0,1,0,0,0),(81878,16327,530,1,1,0,0,7722.02,-7722.55,141.013,4.62446,300,5,0,222,0,1,0,0,0),(81879,1420,530,1,1,0,0,7814.08,-7636.64,139.782,0.086904,300,0,0,8,0,0,0,0,0),(81880,16327,530,1,1,0,0,7801.52,-7638.89,138.972,1.87958,300,0,0,222,0,0,0,0,0),(81881,13321,530,1,1,0,0,7737.08,-7648.37,144.066,3.05644,300,5,0,42,0,1,0,0,0),(81882,16327,530,1,1,0,0,7735.2,-7638.77,145.428,0.938071,300,5,0,222,0,1,0,0,0),(81883,16328,530,1,1,0,0,7829.92,-7604.32,134.044,0.938163,300,0,0,247,0,0,0,0,0),(81884,16327,530,1,1,0,0,7816.21,-7601.11,132.792,3.7112,300,0,0,222,0,0,0,0,0),(81885,16327,530,1,1,0,0,7751.04,-7685.68,139.99,3.22886,300,5,0,222,0,1,0,0,0),(81886,13321,530,1,1,0,0,7839.4,-7548.18,140.467,3.88686,300,5,0,42,0,1,0,0,0),(81887,16219,530,1,1,0,1,7932.62,-7573.55,145.501,0.523599,300,0,0,259,0,0,0,0,0),(81889,16327,530,1,1,0,0,7963.19,-7584.59,132.888,1.61344,300,0,0,222,0,0,0,0,0),(81890,16327,530,1,1,0,0,7884.87,-7683.61,139.46,5.77704,300,5,0,222,0,1,0,0,0),(81891,1420,530,1,1,0,0,7969.41,-7573.08,137.139,0.191411,300,0,0,8,0,0,0,0,0),(81892,16347,530,1,1,0,0,7843.77,-7476.99,149.932,0.788161,300,0,0,176,0,0,0,0,0),(81893,16327,530,1,1,0,0,7738.6,-7624.35,146.274,5.9669,300,5,0,222,0,1,0,0,0),(81894,16327,530,1,1,0,0,7681.96,-7674.95,131.462,0.294235,300,5,0,222,0,1,0,0,0),(81895,16328,530,1,1,0,0,7912.13,-7659.33,126.757,1.45286,300,5,0,247,0,1,0,0,0),(81896,16341,530,1,1,0,1,7951.32,-7752.68,153.93,4.7603,300,5,0,208,205,1,0,0,0),(18032,1944,0,1,1,10850,1,1021.34,733.977,59.3484,5.41052,43200,0,0,573,0,0,0,0,0),(81898,16328,530,1,1,0,0,7946.65,-7614.63,118.887,5.55015,300,5,0,247,0,1,0,0,0),(81899,16327,530,1,1,0,0,7883.07,-7611.99,130.091,0.802851,300,5,0,222,0,1,0,0,0),(81900,16328,530,1,1,0,0,7816.27,-7743.35,140.129,2.56563,300,5,0,247,0,1,0,0,0),(81901,16327,530,1,1,0,0,7783.36,-7713.65,134.263,1.37881,300,5,0,222,0,1,0,0,0),(81902,16328,530,1,1,0,0,7851.74,-7586.3,119.558,6.24828,300,0,0,247,0,0,0,0,0),(81903,16327,530,1,1,0,0,7817.72,-7614.53,133.94,4.95674,300,0,0,222,0,0,0,0,0),(81904,16327,530,1,1,0,0,7772.76,-7647.01,136.054,1.59059,300,0,0,222,0,0,0,0,0),(81905,16354,530,1,1,0,0,7700.92,-7791.58,150.774,3.92434,300,5,0,273,0,1,0,0,0),(81906,16328,530,1,1,0,0,7647.81,-7675.31,127.042,1.80155,300,5,0,247,0,1,0,0,0),(81907,16220,530,1,1,0,1,7614.6,-7671.46,154.08,2.74697,300,0,0,508,0,0,0,0,0),(81908,13321,530,1,1,0,0,7626.77,-7716.26,141.674,2.73204,300,5,0,42,0,1,0,0,0),(81909,16462,530,1,1,0,1,7611.57,-7666.11,154.08,5.81195,300,0,0,287,0,0,0,0,0),(81910,16354,530,1,1,0,0,7617.66,-7759.49,147.242,3.50445,300,5,0,273,0,1,0,0,0),(81911,16603,530,1,1,0,1,7578.88,-7672.48,151.757,1.27409,300,0,0,315,0,0,0,0,0),(82912,21220,548,1,1,0,1,250.266,-272.503,-0.19831,3.32797,604800,0,0,100520,48465,2,0,0,0),(82902,21220,548,1,1,0,1,249.354,-264.947,-0.801366,3.273,604800,0,0,100520,48465,2,0,0,0),(82898,21873,548,1,1,0,1,254.58,-267.576,-0.262298,3.11592,604800,0,0,48902,0,0,0,0,0),(82891,21251,548,1,1,0,0,465.176,-502.167,-13.1583,6.26413,604800,0,0,387450,0,2,0,0,0),(82880,21251,548,1,1,0,0,491.128,-526.024,-13.1583,1.39467,604800,0,0,387450,0,2,0,0,0),(81918,16354,530,1,1,0,0,7583.93,-7583.94,148.664,4.77198,300,5,0,273,0,1,0,0,0),(81919,14881,530,1,1,0,0,7556.8,-7546.87,138.935,1.25275,300,0,0,8,0,0,0,0,0),(81920,16348,530,1,1,0,0,7546.34,-7548.01,137.023,5.57048,300,5,0,273,0,1,0,0,0),(81921,16343,530,1,1,0,1,7680.13,-7527.57,150.957,1.72567,300,0,0,301,326,0,0,0,0),(81922,16343,530,1,1,0,1,7633.15,-7514.81,153.672,5.44346,300,0,0,301,326,0,0,0,0),(81923,16343,530,1,1,0,1,7696.77,-7541.15,149.739,4.66821,300,0,0,301,326,0,0,0,0),(81924,16354,530,1,1,0,0,7583.8,-7782.79,146.95,1.56127,300,5,0,273,0,1,0,0,0),(81925,16348,530,1,1,0,0,7556.09,-7792.37,148.761,5.26854,300,5,0,273,0,1,0,0,0),(81926,16348,530,1,1,0,0,7517.29,-7803.53,147.502,4.51561,300,5,0,273,0,1,0,0,0),(81927,16354,530,1,1,0,0,7457.28,-7714.63,131.904,3.19794,300,5,0,273,0,1,0,0,0),(81928,14881,530,1,1,0,0,7532.26,-7832.15,149.558,2.81094,300,5,0,8,0,1,0,0,0),(81929,16469,530,1,1,0,1,7512.59,-7820.54,147.808,2.35517,300,5,0,350,390,1,0,0,0),(81930,16354,530,1,1,0,0,7593.6,-7842.03,161.097,4.19627,300,5,0,273,0,1,0,0,0),(81931,16354,530,1,1,0,0,7620.53,-7819.72,155.304,0.707691,300,5,0,273,0,1,0,0,0),(81932,16348,530,1,1,0,0,7648.29,-7783.03,150.752,1.29221,300,5,0,273,0,1,0,0,0),(81933,16348,530,1,1,0,0,7659.67,-7839.54,157.684,1.05735,300,5,0,273,0,1,0,0,0),(81934,16354,530,1,1,0,0,7681.5,-7821.97,154.805,4.55755,300,5,0,273,0,1,0,0,0),(81935,16348,530,1,1,0,0,7506.24,-7807.35,149.558,3.10192,300,5,0,273,0,1,0,0,0),(81936,16354,530,1,1,0,0,7708.98,-7861.67,157.316,1.88349,300,5,0,273,0,1,0,0,0),(81937,16339,530,1,1,0,0,7807.21,-7825.86,170.379,0.522957,300,5,0,328,0,1,0,0,0),(81938,16339,530,1,1,0,0,7820.96,-7871.73,167.724,3.41044,300,5,0,328,0,1,0,0,0),(81939,16348,530,1,1,0,0,7618.95,-7897.66,180.954,4.57435,300,5,0,273,0,1,0,0,0),(81940,16354,530,1,1,0,0,7583.22,-7901.36,192.421,1.46996,300,5,0,273,0,1,0,0,0),(81941,16348,530,1,1,0,0,7545.14,-7886.28,183.819,5.99893,300,5,0,273,0,1,0,0,0),(81942,2914,530,1,1,0,0,7446.54,-7870.08,156.888,1.9788,300,10,0,8,0,1,0,0,0),(81943,16344,530,1,1,0,1,7486.74,-7889.98,159.137,3.10669,300,0,0,386,0,0,0,0,0),(82877,21251,548,1,1,0,0,538.6,-503.714,-13.1583,1.68134,604800,0,0,387450,0,2,0,0,0),(81945,16469,530,1,1,0,1,7488.8,-7855.81,153.738,4.88789,300,5,0,350,390,1,0,0,0),(81946,16348,530,1,1,0,0,7419.14,-7737.8,131.254,5.94909,300,5,0,273,0,1,0,0,0),(81947,16344,530,1,1,0,1,7418.65,-7843.83,151.598,2.61134,300,0,0,386,0,0,0,0,0),(81948,16344,530,1,1,0,1,7415.13,-7813.13,144.484,1.85795,300,0,0,386,0,0,0,0,0),(81949,16344,530,1,1,0,1,7425.76,-7790.58,140.989,0.258964,300,5,0,386,0,1,0,0,0),(81950,16469,530,1,1,0,1,7446.54,-7885.54,158.763,2.62593,300,0,0,350,390,0,0,0,0),(81951,16469,530,1,1,0,1,7418.14,-7872.14,156.705,1.73273,300,0,0,350,390,0,0,0,0),(81952,16469,530,1,1,0,1,7457.03,-7896.58,158.187,2.53264,300,0,0,350,390,0,0,0,0),(81953,16344,530,1,1,0,1,7360.37,-7832.71,148.134,1.32645,300,0,0,386,0,0,0,0,0),(81954,16469,530,1,1,0,1,7396.87,-7848.49,149.409,4.02865,300,0,0,350,390,0,0,0,0),(81955,16469,530,1,1,0,1,7385.45,-7782.16,152.496,1.60257,300,5,0,350,390,1,0,0,0),(81956,16344,530,1,1,0,1,7400.56,-7847.43,149.842,4.50771,300,0,0,386,0,0,0,0,0),(81957,2914,530,1,1,0,0,7442.94,-7943.55,158.825,5.42859,300,10,0,8,0,1,0,0,0),(81958,16344,530,1,1,0,1,7466.09,-7933.68,160.1,0.017453,300,0,0,386,0,0,0,0,0),(81959,16344,530,1,1,0,1,7422.85,-7923.25,157.144,2.49582,300,0,0,386,0,0,0,0,0),(81960,16469,530,1,1,0,1,7392.21,-7930.51,158.8,0.785398,300,0,0,350,390,0,0,0,0),(81961,16469,530,1,1,0,1,7413.03,-7949.6,161.249,1.3495,300,0,0,350,390,0,0,0,0),(81962,16469,530,1,1,0,1,7379.52,-7888.09,155.485,3.24631,300,0,0,350,390,0,0,0,0),(81963,16469,530,1,1,0,1,7452.31,-7975.94,159.147,1.60581,300,0,0,350,390,0,0,0,0),(81964,16344,530,1,1,0,1,7401.94,-7975.17,161.333,0.802851,300,0,0,386,0,0,0,0,0),(81965,16469,530,1,1,0,1,7407.71,-7953.32,174.375,1.58825,300,0,0,350,390,0,0,0,0),(81966,16469,530,1,1,0,1,7425.34,-7965.4,174.347,0.785398,300,0,0,350,390,0,0,0,0),(81967,16344,530,1,1,0,1,7522.2,-7950.65,188.788,0.261868,300,5,0,386,0,1,0,0,0),(81968,16469,530,1,1,0,1,7351.32,-7820.85,148.058,1.48353,300,5,0,350,390,1,0,0,0),(81969,16469,530,1,1,0,1,7334.45,-7823.75,147.357,0.663225,300,0,0,350,390,0,0,0,0),(81970,16354,530,1,1,0,0,7448.31,-7782.57,141.648,1.24686,300,5,0,273,0,1,0,0,0),(81971,2914,530,1,1,0,0,7299.63,-7806.02,149.964,1.03804,300,0,0,8,0,0,0,0,0),(81972,16344,530,1,1,0,1,7321.17,-7745.72,151.082,5.42764,300,0,0,386,0,0,0,0,0),(81973,16469,530,1,1,0,1,7299.02,-7818.04,151.608,2.07694,300,0,0,350,390,0,0,0,0),(81974,16344,530,1,1,0,1,7283.75,-7825.28,151.497,1.0821,300,0,0,386,0,0,0,0,0),(81975,16344,530,1,1,0,1,7284.98,-7762.82,163.02,0.628319,300,0,0,386,0,0,0,0,0),(81976,16344,530,1,1,0,1,7277.89,-7781.6,163.129,5.91667,300,0,0,386,0,0,0,0,0),(81977,16344,530,1,1,0,1,7303.02,-7781.8,147.999,1.0472,300,0,0,386,0,0,0,0,0),(81978,16469,530,1,1,0,1,7274.5,-7780.6,162.987,5.85283,300,5,0,350,390,1,0,0,0),(81979,16469,530,1,1,0,1,7275.17,-7759.25,150.102,3.78736,300,0,0,350,390,0,0,0,0),(81980,16344,530,1,1,0,1,7411.85,-7846.05,151.338,0.715585,300,5,0,386,0,1,0,0,0),(81981,16469,530,1,1,0,1,7415.77,-7815.71,145.061,3.75246,300,5,0,350,390,1,0,0,0),(81982,16469,530,1,1,0,1,7264.24,-7759.49,163.223,1.79769,300,0,0,350,390,0,0,0,0),(81983,16344,530,1,1,0,1,7267.65,-7765.63,150.102,0.767945,300,0,0,386,0,0,0,0,0),(81984,16344,530,1,1,0,1,7240.82,-7798.02,148.77,2.75584,300,0,0,386,0,0,0,0,0),(81985,16344,530,1,1,0,1,7276.08,-7718.93,146.16,0.296367,300,0,0,386,0,0,0,0,0),(81986,16469,530,1,1,0,1,7240.63,-7761.36,147.999,5.34071,300,0,0,350,390,0,0,0,0),(81987,16354,530,1,1,0,0,7387.67,-7705.2,121.565,4.36076,300,5,0,273,0,1,0,0,0),(81988,16469,530,1,1,0,1,7385.24,-7837.18,147.753,3.76991,300,0,0,350,390,0,0,0,0),(81989,16469,530,1,1,0,1,7452.45,-7888.83,158.664,5.81195,300,0,0,350,390,0,0,0,0),(81990,16344,530,1,1,0,1,7418.62,-7882.18,157.874,5.77507,300,0,0,386,0,0,0,0,0),(81991,16354,530,1,1,0,0,7475.59,-7751.07,137.625,4.23447,300,5,0,273,0,1,0,0,0),(81992,16469,530,1,1,0,1,7474.08,-7908.47,159.393,2.26893,300,0,0,350,390,0,0,0,0),(81993,16469,530,1,1,0,1,7447.43,-7848.06,154.175,2.70526,300,0,0,350,390,0,0,0,0),(81994,16348,530,1,1,0,0,7513.69,-7785.91,146.767,0.191986,300,5,0,273,0,1,0,0,0),(81995,16354,530,1,1,0,0,7444.9,-7688.12,129.816,6.14251,300,5,0,273,0,1,0,0,0),(81996,16348,530,1,1,0,0,7445.04,-7611.89,121.769,4.06978,300,5,0,273,0,1,0,0,0),(82876,21251,548,1,1,0,0,465.175,-578.373,-7.39521,6.13061,604800,0,0,387450,0,2,0,0,0),(81998,16203,530,1,1,0,0,7548.63,-7657.9,167.829,4.90438,300,0,0,247,0,0,0,0,0),(81999,16202,530,1,1,0,0,7559.69,-7675.63,151.369,1.15192,300,0,0,247,0,0,0,0,0),(82000,16463,530,1,1,0,1,7579.23,-7670.07,151.757,2.98451,300,0,0,438,0,0,0,0,0),(82001,16464,530,1,1,0,1,7572.2,-7679.56,167.829,2.3911,300,0,0,346,938,0,0,0,0),(82875,21251,548,1,1,0,0,529.846,-578.542,-7.14435,0.754563,604800,0,0,387450,0,2,0,0,0),(82869,21231,548,1,1,0,1,499.554,-452.329,-13.1583,1.72766,604800,0,0,125668,0,2,0,0,0),(82004,16354,530,1,1,0,0,7516.8,-7674.19,147.884,2.96242,300,5,0,273,0,1,0,0,0),(82005,16354,530,1,1,0,0,7482.51,-7749.64,139.078,2.3911,300,5,0,273,0,1,0,0,0),(82006,17656,530,1,1,0,1,7555.5,-7668.76,151.369,3.01942,300,0,0,300,0,0,0,0,0),(82007,16274,530,1,1,0,1,7561.88,-7663.5,151.369,4.53786,300,0,0,300,0,0,0,0,0),(82008,16348,530,1,1,0,0,7449.02,-7719.07,131.328,2.44346,300,5,0,273,0,1,0,0,0),(82009,13321,530,1,1,0,0,7607.61,-7614.02,140.887,3.57525,300,0,0,42,0,0,0,0,0),(82010,16348,530,1,1,0,0,7449.89,-7586.9,118.794,5.64261,300,5,0,273,0,1,0,0,0),(82011,16354,530,1,1,0,0,7580.75,-7583.74,148.44,5.29787,300,5,0,273,0,1,0,0,0),(82012,16348,530,1,1,0,0,7482.41,-7555.86,121.753,5.2536,300,5,0,273,0,1,0,0,0),(82013,16348,530,1,1,0,0,7549.9,-7553.51,140.052,5.34183,300,5,0,273,0,1,0,0,0),(82014,14881,530,1,1,0,0,7555.51,-7556.54,142.289,3.51495,300,0,0,8,0,0,0,0,0),(82015,16343,530,1,1,0,1,7627.16,-7514.61,155.922,3.10837,300,5,0,301,326,1,0,0,0),(82016,16327,530,1,1,0,0,7653.06,-7686.58,129.229,5.04741,300,5,0,222,0,1,0,0,0),(82017,16343,530,1,1,0,1,7681.76,-7526.79,150.367,3.36907,300,5,0,301,326,1,0,0,0),(82018,16327,530,1,1,0,0,7720.48,-7648.03,146.227,1.06958,300,5,0,222,0,1,0,0,0),(82019,16328,530,1,1,0,0,7745.13,-7620.38,145.785,3.46334,300,5,0,247,0,1,0,0,0),(82020,13321,530,1,1,0,0,7739.4,-7647.44,144.091,2.88739,300,5,0,42,0,1,0,0,0),(82021,16328,530,1,1,0,0,7775.79,-7589.87,127.65,3.30651,300,5,0,247,0,1,0,0,0),(82022,16328,530,1,1,0,0,7657.39,-7689.21,128.875,2.15799,300,0,0,247,0,0,0,0,0),(82023,16328,530,1,1,0,0,7747.17,-7684.2,139.955,2.77563,300,5,0,247,0,1,0,0,0),(82024,16327,530,1,1,0,0,7775.63,-7652.65,136.169,5.58548,300,0,0,222,0,0,0,0,0),(82025,16328,530,1,1,0,0,7815.78,-7620.06,135.307,4.37489,300,5,0,247,0,1,0,0,0),(82026,1420,530,1,1,0,0,7822,-7632.74,139.024,5.88754,300,5,0,8,0,1,0,0,0),(82027,16353,530,1,1,0,0,7773.8,-7480.78,154.284,2.45531,300,5,0,176,0,1,0,0,0),(82028,16328,530,1,1,0,0,7846.19,-7646.51,145.009,1.96273,300,0,0,247,0,0,0,0,0),(82029,16327,530,1,1,0,0,7852.68,-7586.86,119.988,5.74826,300,5,0,222,0,1,0,0,0),(82030,1420,530,1,1,0,0,7847.38,-7544.08,138.227,6.00006,300,5,0,8,0,1,0,0,0),(82031,16328,530,1,1,0,0,7888.29,-7613.26,129.786,6.0447,300,0,0,247,0,0,0,0,0),(82865,21253,548,1,1,0,0,-216.829,-351.851,-1.62314,1.4171,604800,0,0,7540,0,2,0,0,0),(82033,16347,530,1,1,0,0,7858.31,-7490.18,149.363,5.53367,300,5,0,176,0,1,0,0,0),(82034,16327,530,1,1,0,0,7917.18,-7645.74,119.156,1.6533,300,0,0,222,0,0,0,0,0),(82035,16217,530,1,1,0,1,7937.13,-7567.82,145.511,5.4812,300,0,0,287,0,0,0,0,0),(82037,16327,530,1,1,0,0,7955.4,-7614.57,117.741,0.007812,300,0,0,222,0,0,0,0,0),(82038,1420,530,1,1,0,0,7945.17,-7581.22,138.439,4.38971,300,0,0,8,0,0,0,0,0),(82039,16328,530,1,1,0,0,7888.49,-7691.5,137.993,5.14282,300,0,0,247,0,0,0,0,0),(82040,1420,530,1,1,0,0,7952.89,-7686.6,143.166,4.24525,300,0,0,8,0,0,0,0,0),(82041,16341,530,1,1,0,1,7943.46,-7719.99,147.698,3.67382,300,5,0,208,205,1,0,0,0),(82042,16347,530,1,1,0,0,7906.1,-7478.73,149.094,2.66452,300,0,0,176,0,0,0,0,0),(82043,1420,530,1,1,0,0,7951.29,-7480.88,143.06,0.816021,300,0,0,8,0,0,0,0,0),(82044,16347,530,1,1,0,0,7877.9,-7443.66,158.705,1.28981,300,0,0,176,0,0,0,0,0),(82045,16353,530,1,1,0,0,7810.45,-7449.61,159.872,3.14941,300,0,0,176,0,0,0,0,0),(82046,16343,530,1,1,0,1,7628.97,-7486.82,159.185,2.86234,300,0,0,301,326,0,0,0,0),(82047,16343,530,1,1,0,1,7638,-7466.44,163.41,4.59479,300,0,0,301,326,0,0,0,0),(82048,16342,530,1,1,0,0,7637.14,-7449.17,163.16,1.98592,300,0,0,356,0,0,0,0,0),(82049,4075,530,1,1,0,0,7639.83,-7438.4,163.038,4.68078,300,0,0,8,0,0,0,0,0),(82050,16342,530,1,1,0,0,7636.7,-7424.98,162.664,4.61835,300,0,0,356,0,0,0,0,0),(82051,4075,530,1,1,0,0,7642.6,-7400.45,163.428,1.78623,300,0,0,8,0,0,0,0,0),(82052,16342,530,1,1,0,0,7640.77,-7401.47,162.415,5.76906,300,0,0,356,0,0,0,0,0),(82053,16342,530,1,1,0,0,7603.01,-7407.78,156.944,1.89045,300,0,0,356,0,0,0,0,0),(82054,16342,530,1,1,0,0,7607.22,-7397.37,156.941,4.18797,300,0,0,356,0,0,0,0,0),(82055,16342,530,1,1,0,0,7633.5,-7365.97,162.376,2.13989,300,0,0,356,0,0,0,0,0),(82056,16342,530,1,1,0,0,7604.67,-7383.92,159.241,4.70253,300,0,0,356,0,0,0,0,0),(82057,4075,530,1,1,0,0,7574.93,-7359.85,161.737,1.13992,300,10,0,8,0,1,0,0,0),(82058,16342,530,1,1,0,0,7567.09,-7372.42,162.05,3.23726,300,5,0,356,0,1,0,0,0),(82059,16343,530,1,1,0,1,7598.99,-7359.08,162.243,6.28076,300,5,0,301,326,1,0,0,0),(82060,4075,530,1,1,0,0,7605.08,-7366.5,162.297,0.758985,300,10,0,8,0,1,0,0,0),(82061,4075,530,1,1,0,0,7639.35,-7351.73,162.335,4.72994,300,10,0,8,0,1,0,0,0),(82062,16342,530,1,1,0,0,7642.77,-7351.96,162.322,4.03227,300,5,0,356,0,1,0,0,0),(82063,16342,530,1,1,0,0,7608.99,-7365.99,162.316,0.783063,300,5,0,356,0,1,0,0,0),(82064,16342,530,1,1,0,0,7619.62,-7355.58,162.334,1.18094,300,5,0,356,0,1,0,0,0),(82065,16342,530,1,1,0,0,7618.31,-7359.4,162.357,3.13547,300,5,0,356,0,1,0,0,0),(82066,16342,530,1,1,0,0,7603.7,-7354.17,162.246,2.00437,300,5,0,356,0,1,0,0,0),(82067,16343,530,1,1,0,1,7639.61,-7344.19,162.31,1.58711,300,5,0,301,326,1,0,0,0),(82068,16342,530,1,1,0,0,7638.82,-7346.24,162.318,4.75299,300,5,0,356,0,1,0,0,0),(82069,16342,530,1,1,0,0,7568.31,-7346.52,162.044,3.1254,300,5,0,356,0,1,0,0,0),(82070,4075,530,1,1,0,0,7566.2,-7347.42,161.737,0.585648,300,10,0,8,0,1,0,0,0),(82071,16295,530,1,1,0,0,7544.91,-7359.97,162.44,0.034907,300,0,0,392,0,0,0,0,0),(82072,16343,530,1,1,0,1,7544.44,-7362.82,162.349,1.68223,300,0,0,301,326,0,0,0,0),(82073,16342,530,1,1,0,0,7599.61,-7313.28,155.279,5.93279,300,5,0,356,0,1,0,0,0),(82074,16342,530,1,1,0,0,7654.25,-7301.26,155.539,0.469002,300,5,0,356,0,1,0,0,0),(82075,16342,530,1,1,0,0,7620.69,-7307.79,155.267,5.4958,300,5,0,356,0,1,0,0,0),(82076,4075,530,1,1,0,0,7606.85,-7302.92,155.228,1.27164,300,10,0,8,0,1,0,0,0),(82077,4075,530,1,1,0,0,7641.79,-7306.17,155.185,2.07363,300,10,0,8,0,1,0,0,0),(82078,16342,530,1,1,0,0,7601.98,-7285.36,155.825,2.8045,300,5,0,356,0,1,0,0,0),(82079,16353,530,1,1,0,0,7745.61,-7377.09,167.545,2.19631,300,0,0,176,0,0,0,0,0),(82080,16342,530,1,1,0,0,7653.66,-7257.7,155.389,0.855211,300,5,0,356,0,1,0,0,0),(82081,4075,530,1,1,0,0,7607.56,-7259.04,155.329,4.72778,300,10,0,8,0,1,0,0,0),(82082,16342,530,1,1,0,0,7597.6,-7258.52,155.411,1.63502,300,5,0,356,0,1,0,0,0),(82083,4075,530,1,1,0,0,7637.49,-7252.27,155.152,2.16218,300,0,0,8,0,0,0,0,0),(82084,16342,530,1,1,0,0,7612.8,-7248.62,155.626,6.22561,300,0,0,356,0,0,0,0,0),(82085,4075,530,1,1,0,0,7647.18,-7216.74,156.154,5.48125,300,0,0,8,0,0,0,0,0),(82086,16343,530,1,1,0,1,7642.25,-7175.74,152.897,5.96903,300,0,0,301,326,0,0,0,0),(82087,16343,530,1,1,0,1,7655.7,-7149.5,153.644,5.0091,300,0,0,301,326,0,0,0,0),(82088,16343,530,1,1,0,1,7682.88,-7186.04,149.597,2.89725,300,0,0,301,326,0,0,0,0),(82089,16343,530,1,1,0,1,7716.15,-7157.52,140.131,0.495063,300,5,0,301,326,1,0,0,0),(82090,16343,530,1,1,0,1,7755.61,-7171.02,132.848,1.22173,300,0,0,301,326,0,0,0,0),(82091,16343,530,1,1,0,1,7761.1,-7135.86,128.988,4.71323,300,0,0,301,326,0,0,0,0),(82092,16347,530,1,1,0,0,7815.5,-7180.05,131.437,2.69541,300,0,0,176,0,0,0,0,0),(82093,16347,530,1,1,0,0,7912.38,-7079.21,116.116,1.66127,300,5,0,176,0,1,0,0,0),(82094,16601,530,1,1,0,0,7938.38,-7182.34,133.754,2.79253,300,0,0,168,350,0,0,0,0),(82095,16347,530,1,1,0,0,7950.14,-7113.01,124.781,1.52688,300,5,0,176,0,1,0,0,0),(82096,16347,530,1,1,0,0,7889.44,-7051.99,107.781,6.05468,300,5,0,176,0,1,0,0,0),(82097,14881,530,1,1,0,0,7846.09,-7011.39,102.789,4.71629,300,5,0,8,0,1,0,0,0),(82098,16347,530,1,1,0,0,7905.6,-7015.4,97.6945,2.93826,300,5,0,176,0,1,0,0,0),(82099,16347,530,1,1,0,0,7942.54,-7053.46,115.891,3.88227,300,0,0,176,0,0,0,0,0),(82100,16353,530,1,1,0,0,7777.82,-7026.26,102.752,4.26184,300,0,0,176,0,0,0,0,0),(82101,16347,530,1,1,0,0,7878.79,-6987.16,99.0447,3.91526,300,5,0,176,0,1,0,0,0),(82102,16347,530,1,1,0,0,7846.78,-6944.73,91.3033,2.66048,300,5,0,176,0,1,0,0,0),(82103,16347,530,1,1,0,0,7924.6,-6959.88,79.966,5.64757,300,5,0,176,0,1,0,0,0),(82104,16347,530,1,1,0,0,7862.88,-6920.65,74.8122,4.63953,300,5,0,176,0,1,0,0,0),(82105,16347,530,1,1,0,0,7999.81,-6940.25,53.5095,5.93425,300,0,0,176,0,0,0,0,0),(82106,16347,530,1,1,0,0,7983.18,-6929.87,60.0865,2.99859,300,5,0,176,0,1,0,0,0),(82107,16353,530,1,1,0,0,7906.53,-6909.86,68.0861,6.21976,300,5,0,176,0,1,0,0,0),(82108,16347,530,1,1,0,0,7936.25,-6909.38,67.8458,3.33018,300,5,0,176,0,1,0,0,0),(82109,16353,530,1,1,0,0,8006.89,-7119.09,133.763,3.7556,300,0,0,176,0,0,0,0,0),(82110,16313,530,1,1,0,0,7988.4,-7185.39,135.418,5.19177,300,0,0,166,178,0,0,0,0),(82111,16313,530,1,1,0,0,8018.2,-7181.63,136.041,2.21388,300,0,0,166,178,0,0,0,0),(82112,16313,530,1,1,0,0,8050.99,-7186.66,140.962,4.79919,300,0,0,166,178,0,0,0,0),(82113,13321,530,1,1,0,0,8111.52,-7125.98,137.988,3.70324,300,0,0,42,0,0,0,0,0),(82114,16353,530,1,1,0,0,7916.28,-6892.25,66.6871,3.9401,300,0,0,176,0,0,0,0,0),(82115,16347,530,1,1,0,0,7825.03,-6852.92,64.8326,6.02214,300,0,0,176,0,0,0,0,0),(82116,16353,530,1,1,0,0,7942.2,-6837.45,58.743,4.025,300,0,0,176,0,0,0,0,0),(82117,16347,530,1,1,0,0,7982.79,-6853.51,52.699,1.71283,300,0,0,176,0,0,0,0,0),(82118,16353,530,1,1,0,0,7972.6,-6816.25,54.9817,4.35202,300,0,0,176,0,0,0,0,0),(82119,16353,530,1,1,0,0,7821.39,-6787.86,51.1125,5.46693,300,0,0,176,0,0,0,0,0),(82120,16347,530,1,1,0,0,7886.53,-6777.71,51.8727,6.0946,300,0,0,176,0,0,0,0,0),(82121,16347,530,1,1,0,0,7940.71,-6791.64,56.5008,0.84701,300,0,0,176,0,0,0,0,0),(82122,16300,530,1,1,0,0,7887.09,-6686.78,40.4051,5.17795,300,0,0,176,0,0,0,0,0),(82123,16300,530,1,1,0,0,7897.45,-6700.66,38.2828,2.83917,300,0,0,176,0,0,0,0,0),(82124,16300,530,1,1,0,0,7901.68,-6682.42,40.5338,5.6176,300,0,0,176,0,0,0,0,0),(82125,16303,530,1,1,0,1,7958.44,-6674.77,55.9232,0.316744,300,0,0,222,0,0,0,0,0),(82126,16307,530,1,1,0,0,7922.05,-6680.14,45.5246,6.08866,300,0,0,166,178,0,0,0,0),(82127,16303,530,1,1,0,1,7852.93,-6692.26,18.9605,2.14322,300,0,0,222,0,0,0,0,0),(82128,16347,530,1,1,0,0,7841,-6745.92,41.3207,4.45084,300,0,0,176,0,0,0,0,0),(82129,16307,530,1,1,0,0,7892.16,-6668.14,42.5301,5.97001,300,0,0,166,178,0,0,0,0),(82130,16300,530,1,1,0,0,7887.19,-6643.72,39.4283,1.56298,300,0,0,176,0,0,0,0,0),(82131,16303,530,1,1,0,1,7903.32,-6654.68,44.6413,1.93205,300,0,0,222,0,0,0,0,0),(82132,16303,530,1,1,0,1,7840.92,-6642.66,30.3298,2.03195,300,5,0,222,0,1,0,0,0),(82133,16300,530,1,1,0,0,7812.67,-6645.41,24.7233,3.69274,300,5,0,176,0,1,0,0,0),(82134,16300,530,1,1,0,0,7826.78,-6630.5,28.3129,5.34535,300,5,0,176,0,1,0,0,0),(82135,16330,530,1,1,0,1,7944.47,-6586.62,54.7058,1.01095,300,0,0,198,0,0,0,0,0),(82136,16330,530,1,1,0,1,7926.54,-6580.6,53.4566,0.200458,300,0,0,198,0,0,0,0,0),(82137,16330,530,1,1,0,1,7920.18,-6554.29,51.7943,5.00561,300,0,0,198,0,0,0,0,0),(82138,16330,530,1,1,0,1,7894.06,-6544.12,47.641,0.324908,300,5,0,198,0,1,0,0,0),(82139,16330,530,1,1,0,1,7947.65,-6547.53,54.3721,5.65176,300,0,0,198,0,0,0,0,0),(82140,16330,530,1,1,0,1,7978.05,-6554.13,59.2672,1.95477,300,0,0,198,0,0,0,0,0),(82141,14881,530,1,1,0,0,7911.49,-6557.22,51.693,0.358996,300,5,0,8,0,1,0,0,0),(82142,16330,530,1,1,0,1,7911.63,-6548.47,50.8419,4.39247,300,0,0,198,0,0,0,0,0),(82143,16330,530,1,1,0,1,7981.29,-6539,59.5339,3.89208,300,0,0,198,0,0,0,0,0),(82144,16330,530,1,1,0,1,7920.95,-6520.88,47.2197,5.94026,300,0,0,198,0,0,0,0,0),(82145,16330,530,1,1,0,1,7950.21,-6511.6,47.475,1.76551,300,5,0,198,0,1,0,0,0),(82146,16330,530,1,1,0,1,7946.37,-6469.52,50.927,5.8294,300,0,0,198,0,0,0,0,0),(82147,16330,530,1,1,0,1,7891.01,-6490.43,48.1458,5.91371,300,5,0,198,0,1,0,0,0),(82148,16330,530,1,1,0,1,7966.69,-6482.31,51.9147,2.42601,300,0,0,198,0,0,0,0,0),(82149,16330,530,1,1,0,1,7989.87,-6513.11,59.2806,5.54836,300,0,0,198,0,0,0,0,0),(82150,16330,530,1,1,0,1,7888.39,-6510.36,47.2935,0.942144,300,0,0,198,0,0,0,0,0),(82151,16330,530,1,1,0,1,7913.65,-6485.86,47.6309,4.13106,300,0,0,198,0,0,0,0,0),(82152,16330,530,1,1,0,1,7965.81,-6465.19,51.1298,4.11898,300,0,0,198,0,0,0,0,0),(82153,16330,530,1,1,0,1,7960.28,-6431.02,58.1741,0.081288,300,0,0,198,0,0,0,0,0),(82154,16330,530,1,1,0,1,7996.01,-6455.5,61.1668,6.03039,300,0,0,198,0,0,0,0,0),(82155,16330,530,1,1,0,1,8005.76,-6450.98,62.1337,3.92699,300,0,0,198,0,0,0,0,0),(82156,16330,530,1,1,0,1,8011.04,-6466.65,62.0297,3.1765,300,0,0,198,0,0,0,0,0),(82157,17210,530,1,1,0,1,8002.82,-6453.93,61.8719,0.534608,300,0,0,222,0,0,0,0,0),(82158,17224,530,1,1,0,0,8020.9,-6371.51,59.9664,4.67748,300,0,0,198,0,0,0,0,0),(82159,17314,530,1,1,0,0,8019.79,-6368.89,61.0191,4.62512,300,0,0,186,191,0,0,0,0),(82160,16350,530,1,1,0,0,7851.42,-6409.05,15.8509,1.26232,300,5,0,198,0,1,0,0,0),(82161,16068,530,1,1,0,0,7810.04,-6433.93,14.7581,2.22328,300,8,0,8,0,1,0,0,0),(82162,16353,530,1,1,0,0,7812.81,-6445.56,15.8457,2.46165,300,5,0,176,0,1,0,0,0),(82163,16350,530,1,1,0,0,7817.92,-6379.25,19.2762,1.38317,300,5,0,198,0,1,0,0,0),(82164,16325,530,1,1,0,1,7920.73,-6288.26,39.7865,5.51449,300,5,0,198,0,1,0,0,0),(82165,16326,530,1,1,0,1,7924.81,-6287.38,39.7783,2.97011,300,5,0,222,0,1,0,0,0),(82166,16350,530,1,1,0,0,7781,-6407.29,13.9963,1.86937,300,5,0,198,0,1,0,0,0),(82167,16350,530,1,1,0,0,7787.7,-6347.71,18.1345,4.20624,300,5,0,198,0,1,0,0,0),(82168,16353,530,1,1,0,0,7784.52,-6286.25,21.5153,5.4694,300,5,0,176,0,1,0,0,0),(82169,16322,530,1,1,0,0,7695.32,-6385.79,21.7635,2.10787,300,5,0,198,0,1,0,0,0),(82170,16350,530,1,1,0,0,7708.11,-6286.88,25.0428,3.41238,300,5,0,198,0,1,0,0,0),(82171,16353,530,1,1,0,0,7686.45,-6312.74,27.5245,0.474564,300,5,0,176,0,1,0,0,0),(82172,14881,530,1,1,0,0,7707.48,-6278.86,24.1611,1.00733,300,5,0,8,0,1,0,0,0),(82173,16350,530,1,1,0,0,7689.59,-6305.48,27.9278,2.12712,300,5,0,198,0,1,0,0,0),(82174,16353,530,1,1,0,0,7675.62,-6249.71,28.3053,3.02954,300,5,0,176,0,1,0,0,0),(82175,16326,530,1,1,0,1,7883.97,-6222.94,20.6409,4.81779,300,0,0,222,0,0,0,0,0),(82176,16326,530,1,1,0,1,7844.22,-6143.2,18.8061,2.92627,300,5,0,222,0,1,0,0,0),(82177,16325,530,1,1,0,1,7923.4,-6223.38,20.5818,5.65621,300,0,0,198,0,0,0,0,0),(82178,16325,530,1,1,0,1,7923.5,-6265.96,23.9011,4.18964,300,0,0,198,0,0,0,0,0),(82179,16326,530,1,1,0,1,7924.86,-6266.15,39.7944,5.11603,300,0,0,222,0,0,0,0,0),(82180,16325,530,1,1,0,1,7911.6,-6183.53,20.21,4.01615,300,0,0,198,0,0,0,0,0),(82181,16326,530,1,1,0,1,7932.82,-6240.5,23.9161,0.877803,300,0,0,222,0,0,0,0,0),(82182,16326,530,1,1,0,1,7888.84,-6186.89,19.8005,5.77237,300,0,0,222,0,0,0,0,0),(82183,16325,530,1,1,0,1,7904.7,-6258.87,39.8714,2.54818,300,0,0,198,0,0,0,0,0),(82184,16325,530,1,1,0,1,7947.62,-6271.32,39.7869,6.03138,300,0,0,198,0,0,0,0,0),(82185,16325,530,1,1,0,1,7924.05,-6167.13,40.8979,2.17939,300,0,0,198,0,0,0,0,0),(82186,16325,530,1,1,0,1,7946.03,-6220.6,20.8998,1.63308,300,0,0,198,0,0,0,0,0),(82187,16325,530,1,1,0,1,7932.78,-6174.04,30.1563,0.577165,300,0,0,198,0,0,0,0,0),(82188,16326,530,1,1,0,1,7940.02,-6194.55,28.1352,5.18289,300,0,0,222,0,0,0,0,0),(82189,16325,530,1,1,0,1,7934.01,-6188.04,40.9003,3.25636,300,0,0,198,0,0,0,0,0),(82190,16325,530,1,1,0,1,7934.89,-6176.74,20.2009,5.56412,300,0,0,198,0,0,0,0,0),(82191,16326,530,1,1,0,1,7954.53,-6242.43,21.6017,1.00392,300,0,0,222,0,0,0,0,0),(82192,4075,530,1,1,0,0,7939.91,-6208.44,20.9746,3.7849,300,0,0,8,0,0,0,0,0),(82193,16325,530,1,1,0,1,7991.13,-6188.42,21.6402,5.54925,300,0,0,198,0,0,0,0,0),(82194,16326,530,1,1,0,1,7957.09,-6142.27,18.496,0.758214,300,0,0,222,0,0,0,0,0),(82195,16326,530,1,1,0,1,7991.62,-6207.84,23.6426,0.478908,300,0,0,222,0,0,0,0,0),(82196,16326,530,1,1,0,1,7962.11,-6161.79,40.88,6.16171,300,0,0,222,0,0,0,0,0),(82197,16326,530,1,1,0,1,7890.92,-6147.07,18.0197,0.798996,300,0,0,222,0,0,0,0,0),(82198,16325,530,1,1,0,1,7919.5,-6148.81,30.2473,4.76739,300,0,0,198,0,0,0,0,0),(82199,16326,530,1,1,0,1,7956.6,-6152.19,40.0688,2.22217,300,0,0,222,0,0,0,0,0),(82200,16325,530,1,1,0,1,7917.47,-6127.8,16.0239,3.79252,300,0,0,198,0,0,0,0,0),(82201,16326,530,1,1,0,1,7885.95,-6121.88,15.7667,5.05607,300,5,0,222,0,1,0,0,0),(82202,16326,530,1,1,0,1,7883.89,-6121.04,15.9113,5.76344,300,5,0,222,0,1,0,0,0),(82203,16325,530,1,1,0,1,7907.83,-6122.58,15.5508,1.82221,300,5,0,198,0,1,0,0,0),(82204,16326,530,1,1,0,1,7935.56,-6119.19,15.8472,1.95221,300,5,0,222,0,1,0,0,0),(82205,16325,530,1,1,0,1,7980.72,-6128.25,16.8466,1.48494,300,0,0,198,0,0,0,0,0),(82206,4075,530,1,1,0,0,7932.25,-6097.27,15.6152,3.42432,300,0,0,8,0,0,0,0,0),(82207,16326,530,1,1,0,1,7982.75,-6101.34,20.3516,4.80709,300,0,0,222,0,0,0,0,0),(82208,16325,530,1,1,0,1,7943.08,-6080.15,16.1983,2.51753,300,0,0,198,0,0,0,0,0),(82209,16326,530,1,1,0,1,7907.43,-6096.03,17.0764,1.22171,300,5,0,222,0,1,0,0,0),(82210,16326,530,1,1,0,1,8013.88,-6072.9,16.2664,2.16154,300,0,0,222,0,0,0,0,0),(82211,16325,530,1,1,0,1,7977.15,-6058.95,15.9045,4.09897,300,5,0,198,0,1,0,0,0),(82212,16350,530,1,1,0,0,8053,-6054.84,19.5034,5.09471,300,0,0,198,0,0,0,0,0),(82213,16350,530,1,1,0,0,8023.52,-6012.63,10.7103,0.662257,300,5,0,198,0,1,0,0,0),(82214,16353,530,1,1,0,0,8084.82,-6012.49,16.2935,0.202567,300,5,0,176,0,1,0,0,0),(82215,16350,530,1,1,0,0,8048.43,-5975.22,8.29452,1.77221,300,5,0,198,0,1,0,0,0),(82216,16403,530,1,1,0,1,8084.33,-5898.44,1.46734,3.28392,300,0,0,247,0,0,0,0,0),(82217,16402,530,1,1,0,0,8095.13,-5889.54,-0.657658,0.606555,300,0,0,247,0,0,0,0,0),(82218,16403,530,1,1,0,1,8130.59,-5895.08,0.487551,0.162113,300,0,0,247,0,0,0,0,0),(82219,16403,530,1,1,0,1,8113.82,-5920.45,1.49016,4.62343,300,0,0,247,0,0,0,0,0),(82220,16402,530,1,1,0,0,8143.81,-5897.67,0.000952,0.376035,300,0,0,247,0,0,0,0,0),(82221,16402,530,1,1,0,0,8122.1,-5881.21,-0.387449,2.52433,300,0,0,247,0,0,0,0,0),(82222,16402,530,1,1,0,0,8035.29,-5885.92,1.26286,5.6433,300,0,0,247,0,0,0,0,0),(82223,16403,530,1,1,0,1,8036.37,-5873.47,-0.112143,1.68369,300,5,0,247,0,1,0,0,0),(82224,16403,530,1,1,0,1,8077.78,-5887.24,-0.407658,1.44158,300,0,0,247,0,0,0,0,0),(82225,16403,530,1,1,0,1,8103.49,-5879.53,-2.54339,3.20023,300,0,0,247,0,0,0,0,0),(82226,16402,530,1,1,0,0,8051.37,-5907.97,2.6589,1.3389,300,0,0,247,0,0,0,0,0),(82227,16402,530,1,1,0,0,8049.44,-5870.13,-0.78142,0.099766,300,5,0,247,0,1,0,0,0),(82228,16402,530,1,1,0,0,8069.36,-5887.78,0.342342,5.67666,300,5,0,247,0,1,0,0,0),(82229,16403,530,1,1,0,1,8019.4,-5910.81,2.44276,5.08552,300,5,0,247,0,1,0,0,0),(82230,16402,530,1,1,0,0,7995.94,-5877.91,-1.02161,2.31534,300,0,0,247,0,0,0,0,0),(82231,16403,530,1,1,0,1,8022.06,-5882.01,0.282856,2.28391,300,0,0,247,0,0,0,0,0),(82232,16403,530,1,1,0,1,7980.36,-5915.66,-0.102393,5.57468,300,0,0,247,0,0,0,0,0),(82233,6827,530,1,1,0,0,7946.43,-5911.08,1.76135,2.32533,300,5,0,42,0,1,0,0,0),(82234,16403,530,1,1,0,1,7960.06,-5912.06,0.38635,0.180677,300,5,0,247,0,1,0,0,0),(82235,16402,530,1,1,0,0,7949.64,-5890.19,-0.897752,3.38634,300,5,0,247,0,1,0,0,0),(82236,16402,530,1,1,0,0,7954.59,-5916.04,1.34593,1.67537,300,5,0,247,0,1,0,0,0),(82237,16353,530,1,1,0,0,7943.83,-6011.3,12.841,2.70632,300,5,0,176,0,1,0,0,0),(82238,16350,530,1,1,0,0,7901.27,-6010.1,12.6596,0.234557,300,5,0,198,0,1,0,0,0),(82239,16403,530,1,1,0,1,7886.13,-5911.71,1.57224,6.17052,300,5,0,247,0,1,0,0,0),(82240,16403,530,1,1,0,1,7876.65,-5883.31,-0.720406,3.53114,300,5,0,247,0,1,0,0,0),(82241,16325,530,1,1,0,1,7876.04,-6040.63,15,2.31735,300,0,0,198,0,0,0,0,0),(82242,16326,530,1,1,0,1,7911.07,-6052.9,15.2507,3.53048,300,5,0,222,0,1,0,0,0),(82243,16402,530,1,1,0,0,7848.11,-5954.62,1.82614,5.79742,300,5,0,247,0,1,0,0,0),(82244,16350,530,1,1,0,0,7811.98,-6016.23,10.5294,2.87268,300,5,0,198,0,1,0,0,0),(82245,16402,530,1,1,0,0,7827.45,-5913.19,-0.167991,3.24481,300,5,0,247,0,1,0,0,0),(82246,16402,530,1,1,0,0,7846.89,-5914.49,0.697879,4.91915,300,5,0,247,0,1,0,0,0),(82247,16403,530,1,1,0,1,7861.76,-5905.29,1.07288,0.090379,300,5,0,247,0,1,0,0,0),(82248,6827,530,1,1,0,0,7848.5,-5930.77,0.824183,4.89294,300,5,0,42,0,1,0,0,0),(82249,16403,530,1,1,0,1,7825.86,-5926.25,1.33201,0.069979,300,5,0,247,0,1,0,0,0),(82250,16402,530,1,1,0,0,7816.54,-5944.85,1.83334,1.80535,300,5,0,247,0,1,0,0,0),(82251,16353,530,1,1,0,0,7783.9,-6040.65,11.6364,1.51842,300,5,0,176,0,1,0,0,0),(82252,14881,530,1,1,0,0,7827.62,-6077.33,18.8619,0.228629,300,0,0,8,0,0,0,0,0),(82253,16326,530,1,1,0,1,7849.07,-6088.06,17.8198,4.23564,300,0,0,222,0,0,0,0,0),(82254,16325,530,1,1,0,1,7875.02,-6089.27,16.3889,3.60742,300,0,0,198,0,0,0,0,0),(82255,16350,530,1,1,0,0,7780.74,-6118,18.9486,4.20596,300,0,0,198,0,0,0,0,0),(82256,16403,530,1,1,0,1,7746.54,-5978.31,-0.773188,1.53753,300,5,0,247,0,1,0,0,0),(82257,16402,530,1,1,0,0,7804.27,-5930.46,0.582009,4.06653,300,0,0,247,0,0,0,0,0),(82258,16402,530,1,1,0,0,7792.82,-5909.03,-0.017687,2.11156,300,0,0,247,0,0,0,0,0),(82259,16403,530,1,1,0,1,7790.18,-5921.73,0.857313,2.51122,300,0,0,247,0,0,0,0,0),(82260,16403,530,1,1,0,1,7854.95,-5890.38,-0.533673,1.4651,300,0,0,247,0,0,0,0,0),(82261,16403,530,1,1,0,1,7760.03,-5948.68,-1.16051,6.26228,300,0,0,247,0,0,0,0,0),(82262,16402,530,1,1,0,0,7814.1,-5884.38,-2.45017,1.82824,300,0,0,247,0,0,0,0,0),(82263,16403,530,1,1,0,1,7783.46,-5882.27,-0.002309,3.9887,300,0,0,247,0,0,0,0,0),(82264,16402,530,1,1,0,0,7739.91,-5940.25,1.42728,4.68098,300,0,0,247,0,0,0,0,0),(82265,16403,530,1,1,0,1,7745.22,-5942.06,0.427283,3.00064,300,5,0,247,0,1,0,0,0),(82266,16402,530,1,1,0,0,7744.08,-5912.24,-0.572456,3.65945,300,0,0,247,0,0,0,0,0),(82267,6827,530,1,1,0,0,7745.86,-5908,-0.472555,5.84822,300,0,0,42,0,0,0,0,0),(82268,16402,530,1,1,0,0,7718.58,-5910.74,2.12594,4.06763,300,0,0,247,0,0,0,0,0),(82269,16402,530,1,1,0,0,7719.44,-5878.25,-1.04782,5.7673,300,0,0,247,0,0,0,0,0),(82270,16403,530,1,1,0,1,7692.19,-5881.77,0,0.94975,300,0,0,247,0,0,0,0,0),(82271,16403,530,1,1,0,1,7681.67,-5879.19,1.65927,3.82396,300,0,0,247,0,0,0,0,0),(82272,16353,530,1,1,0,0,7677.84,-5986.97,8.80846,2.86249,300,5,0,176,0,1,0,0,0),(82273,16402,530,1,1,0,0,7620.11,-5881.81,-0.963721,5.35433,300,0,0,247,0,0,0,0,0),(82274,6827,530,1,1,0,0,7609.21,-5897.06,1.31728,0.485066,300,0,0,42,0,0,0,0,0),(82275,16402,530,1,1,0,0,7644.74,-5856.79,-1.29658,4.37945,300,0,0,247,0,0,0,0,0),(82276,16403,530,1,1,0,1,7624.26,-5841.95,-2.37393,2.89963,300,0,0,247,0,0,0,0,0),(82277,16331,530,1,1,0,1,7679.66,-5769.4,3.85462,1.0472,300,0,0,253,264,0,0,0,0),(82278,16403,530,1,1,0,1,7574.77,-5893,-2.05242,4.23737,300,0,0,247,0,0,0,0,0),(82279,16403,530,1,1,0,1,7576.62,-5912.88,-0.362907,3.44375,300,0,0,247,0,0,0,0,0),(82280,16402,530,1,1,0,0,7581.13,-5849.26,-2.8296,3.54423,300,0,0,247,0,0,0,0,0),(82281,16402,530,1,1,0,0,7582.55,-5818.87,-1.25428,1.3243,300,0,0,247,0,0,0,0,0),(82282,16403,530,1,1,0,1,7563.1,-5817.16,0.526409,6.05736,300,5,0,247,0,1,0,0,0),(82283,16402,530,1,1,0,0,7563.05,-5828.52,0.276409,2.76176,300,5,0,247,0,1,0,0,0),(82284,16402,530,1,1,0,0,7578.71,-5783.63,-2.71509,4.79358,300,5,0,247,0,1,0,0,0),(82285,16331,530,1,1,0,1,7677.5,-5736.3,3.75832,5.72468,300,0,0,253,264,0,0,0,0),(82286,16331,530,1,1,0,1,7712.93,-5704.05,3.39791,2.56563,300,0,0,253,264,0,0,0,0),(82287,16331,530,1,1,0,1,7685.89,-5699.06,3.64973,0.488692,300,0,0,253,264,0,0,0,0),(82288,16331,530,1,1,0,1,7720.33,-5695.7,3.86315,2.72271,300,0,0,253,264,0,0,0,0),(82289,16331,530,1,1,0,1,7691.96,-5714.35,4.27936,3.57792,300,0,0,253,264,0,0,0,0),(82290,16331,530,1,1,0,1,7741.42,-5707.06,3.66907,6.19592,300,0,0,253,264,0,0,0,0),(82291,16331,530,1,1,0,1,7719.69,-5682.39,4.80813,0.191986,300,0,0,253,264,0,0,0,0),(82292,16332,530,1,1,0,1,7754.84,-5700.87,4.10588,4.88883,300,0,0,300,0,0,0,0,0),(82293,16331,530,1,1,0,1,7681.08,-5667.5,1.57312,5.3058,300,0,0,253,264,0,0,0,0),(82294,16403,530,1,1,0,1,7576.82,-5736.22,-1.93772,2.92693,300,0,0,247,0,0,0,0,0),(82295,16402,530,1,1,0,0,7578.93,-5711.72,-2.60365,2.41275,300,0,0,247,0,0,0,0,0),(82296,16403,530,1,1,0,1,7549.55,-5740.53,0.616941,2.79208,300,5,0,247,0,1,0,0,0),(82297,16403,530,1,1,0,1,7521.97,-5680.68,-1.16028,5.74278,300,0,0,247,0,0,0,0,0),(82298,16403,530,1,1,0,1,7552.26,-5717.29,0.237131,0.802851,300,0,0,247,0,0,0,0,0),(82299,16403,530,1,1,0,1,7555.07,-5772.59,0.616941,4.64213,300,5,0,247,0,1,0,0,0),(82300,16403,530,1,1,0,1,7486.8,-5708.65,0.613484,0.95975,300,5,0,247,0,1,0,0,0),(82301,16354,530,1,1,0,0,7468.29,-5777.75,5.77243,2.87483,300,5,0,273,0,1,0,0,0),(82302,16402,530,1,1,0,0,7556.35,-5809.75,0.526409,3.63337,300,5,0,247,0,1,0,0,0),(82303,16402,530,1,1,0,0,7446.6,-5713.29,0.610046,3.65561,300,5,0,247,0,1,0,0,0),(82304,16403,530,1,1,0,1,7421.19,-5749.17,0.532183,4.02848,300,5,0,247,0,1,0,0,0),(82305,16402,530,1,1,0,0,7391.8,-5753.36,-0.356895,3.81254,300,5,0,247,0,1,0,0,0),(82306,16403,530,1,1,0,1,7419.91,-5709.44,0.319265,1.07783,300,0,0,247,0,0,0,0,0),(82307,16351,530,1,1,0,0,7460.69,-5821.97,9.06946,5.72718,300,5,0,300,0,1,0,0,0),(82308,16403,530,1,1,0,1,7518.75,-5712.88,0.585622,6.14356,300,0,0,247,0,0,0,0,0),(82309,16351,530,1,1,0,0,7381.92,-5829.83,9.39925,4.99372,300,5,0,300,0,1,0,0,0),(82310,16403,530,1,1,0,1,7382.17,-5763.08,0.168289,0.263649,300,5,0,247,0,1,0,0,0),(82311,16351,530,1,1,0,0,7423.56,-5839.98,10.2727,1.9513,300,5,0,300,0,1,0,0,0),(82312,16402,530,1,1,0,0,7386.07,-5776.84,0.414619,6.0352,300,5,0,247,0,1,0,0,0),(82313,16402,530,1,1,0,0,7384.58,-5706.99,-1.87002,1.51716,300,0,0,247,0,0,0,0,0),(82314,6827,530,1,1,0,0,7342.13,-5716,0.246789,4.21297,300,5,0,42,0,1,0,0,0),(82315,16403,530,1,1,0,1,7354.27,-5718.49,-0.21734,4.42243,300,0,0,247,0,0,0,0,0),(82316,16354,530,1,1,0,0,7479.47,-5842.54,6.9663,4.99861,300,5,0,273,0,1,0,0,0),(82317,16402,530,1,1,0,0,7418.02,-5683.1,-3.19395,1.91986,300,5,0,247,0,1,0,0,0),(82318,16323,530,1,1,0,0,7319.12,-5816.76,36.5527,1.22332,300,5,0,230,249,1,0,0,0),(82319,16323,530,1,1,0,0,7326.64,-5842.55,36.5612,3.82827,300,5,0,230,249,1,0,0,0),(82320,16403,530,1,1,0,1,7320.79,-5745.58,0.817503,0.62418,300,5,0,247,0,1,0,0,0),(82321,16324,530,1,1,0,0,7320.32,-5811.63,11.509,1.4829,300,5,0,273,0,1,0,0,0),(82322,16323,530,1,1,0,0,7305.51,-5844.56,15.9554,5.74213,300,5,0,230,249,1,0,0,0),(82323,16323,530,1,1,0,0,7317.54,-5854.11,36.5739,3.03988,300,5,0,230,249,1,0,0,0),(82324,16323,530,1,1,0,0,7320.78,-5854.77,23.892,5.37561,300,5,0,230,249,1,0,0,0),(82325,16323,530,1,1,0,0,7306.57,-5835.58,36.5702,2.32997,300,5,0,230,249,1,0,0,0),(82326,16323,530,1,1,0,0,7303.82,-5847.31,25.8295,4.28434,300,5,0,230,249,1,0,0,0),(82327,16403,530,1,1,0,1,7288.02,-5752.59,0.928354,4.67432,300,5,0,247,0,1,0,0,0),(82328,16323,530,1,1,0,0,7315.44,-5831.56,15.7786,4.22291,300,5,0,230,249,1,0,0,0),(82329,16324,530,1,1,0,0,7344.59,-5852.3,14.6604,3.77817,300,5,0,273,0,1,0,0,0),(82330,16402,530,1,1,0,0,7318.35,-5712.8,-1.28743,1.55712,300,0,0,247,0,0,0,0,0),(82331,16403,530,1,1,0,1,7243.85,-5752.08,-0.001794,0.36092,300,5,0,247,0,1,0,0,0),(82332,16323,530,1,1,0,0,7278.46,-5828.67,25.9147,1.01729,300,5,0,230,249,1,0,0,0),(82333,16323,530,1,1,0,0,7282.85,-5834.31,36.6375,5.88176,300,5,0,230,249,1,0,0,0),(82334,16324,530,1,1,0,0,7276.38,-5812.78,12.1091,2.88477,300,5,0,273,0,1,0,0,0),(82335,16403,530,1,1,0,1,7218.37,-5752.77,0.163409,3.65153,300,5,0,247,0,1,0,0,0),(82336,16351,530,1,1,0,0,7169.12,-5796.13,8.33154,5.74676,300,5,0,300,0,1,0,0,0),(82337,16324,530,1,1,0,0,7190.4,-5821.69,15.417,3.76264,300,5,0,273,0,1,0,0,0),(82338,16324,530,1,1,0,0,7249.43,-5850.77,13.3048,5.2212,300,5,0,273,0,1,0,0,0),(82339,16324,530,1,1,0,0,7214.19,-5830,12.984,1.31208,300,5,0,273,0,1,0,0,0),(82340,16324,530,1,1,0,0,7161.82,-5849.43,11.8721,0.172449,300,5,0,273,0,1,0,0,0),(82341,16354,530,1,1,0,0,7116.26,-5756.28,9.38268,2.73606,300,5,0,273,0,1,0,0,0),(82342,16351,530,1,1,0,0,7091.05,-5788.24,29.3632,4.30814,300,5,0,300,0,1,0,0,0),(82343,16323,530,1,1,0,0,7102.01,-5823.69,27.9161,1.31866,300,5,0,230,249,1,0,0,0),(82344,16323,530,1,1,0,0,7189.26,-5858.7,14.4108,1.83646,300,5,0,230,249,1,0,0,0),(82345,16324,530,1,1,0,0,7180.3,-5883.62,11.6324,1.45703,300,5,0,273,0,1,0,0,0),(82346,16324,530,1,1,0,0,7216.25,-5888.84,13.7329,4.13552,300,5,0,273,0,1,0,0,0),(82347,16324,530,1,1,0,0,7320.85,-5884.67,14.4275,1.40249,300,5,0,273,0,1,0,0,0),(82348,16324,530,1,1,0,0,7250.41,-5885.59,16.1289,5.48191,300,5,0,273,0,1,0,0,0),(82349,16323,530,1,1,0,0,7313.02,-5866.82,36.5603,3.27176,300,0,0,230,249,0,0,0,0),(82350,16323,530,1,1,0,0,7296.56,-5866.75,15.8822,0.102935,300,0,0,230,249,0,0,0,0),(82351,16323,530,1,1,0,0,7299.45,-5854.98,36.6516,5.81195,300,0,0,230,249,0,0,0,0),(82352,16323,530,1,1,0,0,7278.82,-5927.09,17.8029,1.04639,300,5,0,230,249,1,0,0,0),(82353,16324,530,1,1,0,0,7321.8,-5915.77,15.7796,5.57732,300,5,0,273,0,1,0,0,0),(82354,16324,530,1,1,0,0,7353.74,-5917.72,13.999,0.28313,300,5,0,273,0,1,0,0,0),(82355,16354,530,1,1,0,0,7463.05,-5882.84,7.8849,2.10784,300,5,0,273,0,1,0,0,0),(82356,16354,530,1,1,0,0,7445.3,-5942.09,7.26517,5.93202,300,5,0,273,0,1,0,0,0),(82357,16402,530,1,1,0,0,7518.82,-5889.87,1.10734,3.45857,300,0,0,247,0,0,0,0,0),(82358,16402,530,1,1,0,0,7512.19,-5918.57,1.8194,3.90756,300,5,0,247,0,1,0,0,0),(82359,16403,530,1,1,0,1,7548.56,-5888.08,0.618895,4.48729,300,0,0,247,0,0,0,0,0),(82360,16402,530,1,1,0,0,7544.65,-5896.27,0.618895,1.02249,300,0,0,247,0,0,0,0,0),(82361,16403,530,1,1,0,1,7546.98,-5847.88,0.30206,1.85213,300,0,0,247,0,0,0,0,0),(82362,16324,530,1,1,0,0,7380.5,-5947.6,14.798,3.68904,300,5,0,273,0,1,0,0,0),(82363,16403,530,1,1,0,1,7476.53,-5947.81,1.49361,3.03315,300,0,0,247,0,0,0,0,0),(82364,16351,530,1,1,0,0,7455.5,-6009.79,1.11116,6.25803,300,0,0,300,0,0,0,0,0),(82365,16323,530,1,1,0,0,7334.27,-5955.23,15.924,3.00771,300,5,0,230,249,1,0,0,0),(82366,16324,530,1,1,0,0,7348.67,-5980.05,11.8727,1.10597,300,5,0,273,0,1,0,0,0),(82367,16324,530,1,1,0,0,7366.42,-5946.21,13.6186,1.30403,300,5,0,273,0,1,0,0,0),(82368,16402,530,1,1,0,0,7508.12,-5959.73,0.335729,1.91867,300,0,0,247,0,0,0,0,0),(82369,16403,530,1,1,0,1,7501.4,-5976.42,0.109332,4.13386,300,0,0,247,0,0,0,0,0),(82370,16403,530,1,1,0,1,7510.67,-5981.72,-0.656305,2.32306,300,0,0,247,0,0,0,0,0),(82371,16403,530,1,1,0,1,7498.31,-5975.89,0.181267,0.954544,300,0,0,247,0,0,0,0,0),(82372,16354,530,1,1,0,0,7419.66,-6050.92,12.1033,3.54495,300,5,0,273,0,1,0,0,0),(82373,16324,530,1,1,0,0,7320.12,-5983.79,14.7263,0.588545,300,5,0,273,0,1,0,0,0),(82374,16351,530,1,1,0,0,7371.72,-6092.62,19.0664,3.48226,300,0,0,300,0,0,0,0,0),(82375,16354,530,1,1,0,0,7399.75,-6077.98,16.5881,4.89812,300,5,0,273,0,1,0,0,0),(82376,16354,530,1,1,0,0,7444.69,-6081.72,13.9749,1.56021,300,5,0,273,0,1,0,0,0),(82377,16351,530,1,1,0,0,7393.8,-6070.48,16.9922,3.83167,300,0,0,300,0,0,0,0,0),(82378,16354,530,1,1,0,0,7337.86,-6064.5,19.8712,1.19283,300,5,0,273,0,1,0,0,0),(82379,15652,530,1,1,0,0,7447.35,-6139.58,15.8405,4.71735,300,5,0,156,0,1,0,0,0),(82380,16354,530,1,1,0,0,7355.1,-6123.63,16.3345,3.06234,300,5,0,273,0,1,0,0,0),(82381,16403,530,1,1,0,1,7507.29,-6055.87,-0.047915,1.15185,300,0,0,247,0,0,0,0,0),(82382,16351,530,1,1,0,0,7448.04,-6199.84,17.7026,2.02571,300,0,0,300,0,0,0,0,0),(82383,4075,530,1,1,0,0,7410.09,-6195.6,24.5014,1.77221,300,10,0,8,0,1,0,0,0),(82384,16351,530,1,1,0,0,7361.3,-6197.38,28.4199,3.04322,300,5,0,300,0,1,0,0,0),(82385,16351,530,1,1,0,0,7381.23,-6204.32,27.588,1.78921,300,5,0,300,0,1,0,0,0),(82386,16351,530,1,1,0,0,7420.1,-6209.91,23.8338,4.66847,300,0,0,300,0,0,0,0,0),(82387,16351,530,1,1,0,0,7413.36,-6253.65,34.4874,4.52914,300,5,0,300,0,1,0,0,0),(82388,16354,530,1,1,0,0,7478.53,-6249.65,18.6405,2.81452,300,5,0,273,0,1,0,0,0),(82389,16335,530,1,1,0,1,7313.46,-6278.23,51.3968,3.10789,300,5,0,247,0,1,0,0,0),(82390,16354,530,1,1,0,0,7381.96,-6279.47,40.5378,1.75363,300,5,0,273,0,1,0,0,0),(82391,16337,530,1,1,0,1,7314.42,-6250.48,21.609,2.48052,300,5,0,230,249,1,0,0,0),(82392,16337,530,1,1,0,1,7285.23,-6252.43,22.9658,3.45126,300,5,0,230,249,1,0,0,0),(82393,16334,530,1,1,0,1,7315.09,-6248.73,50.0025,3.2433,300,5,0,273,0,1,0,0,0),(82394,16354,530,1,1,0,0,7382.07,-6350.99,41.3507,3.0222,300,5,0,273,0,1,0,0,0),(82395,16354,530,1,1,0,0,7336.76,-6310.77,49.8848,1.81435,300,5,0,273,0,1,0,0,0),(82396,16354,530,1,1,0,0,7451.59,-6284.85,29.0292,5.01383,300,5,0,273,0,1,0,0,0),(82397,16354,530,1,1,0,0,7414.78,-6312.61,37.3173,1.58288,300,5,0,273,0,1,0,0,0),(82398,16310,530,1,1,0,0,7452.2,-6346.68,37.2297,5.84081,300,5,0,230,199,1,0,0,0),(82399,16310,530,1,1,0,0,7487.6,-6313.28,27.6104,0.788531,300,0,0,230,199,0,0,0,0),(82400,16304,530,1,1,0,0,7477.99,-6405.48,14.0973,2.49355,300,5,0,208,205,1,0,0,0),(82401,16304,530,1,1,0,0,7444.09,-6388.17,37.5603,1.33317,300,5,0,208,205,1,0,0,0),(82402,16310,530,1,1,0,0,7506.99,-6386.68,23.1897,2.66363,300,5,0,230,199,1,0,0,0),(82403,16310,530,1,1,0,0,7515.58,-6387.38,13.4671,3.80861,300,5,0,230,199,1,0,0,0),(82404,16304,530,1,1,0,0,7511.79,-6388.81,40.966,0.880024,300,5,0,208,205,1,0,0,0),(82405,16304,530,1,1,0,0,7539.43,-6362.26,37.3805,6.06163,300,0,0,208,205,0,0,0,0),(82406,16310,530,1,1,0,0,7489.32,-6355.7,13.5635,5.99707,300,5,0,230,199,1,0,0,0),(82407,16304,530,1,1,0,0,7471.24,-6379.06,14.1961,1.90976,300,5,0,208,205,1,0,0,0),(82408,16304,530,1,1,0,0,7525.85,-6323.6,12.1129,6.06664,300,5,0,208,205,1,0,0,0),(82409,16310,530,1,1,0,0,7518.05,-6347.98,12.5795,0.635689,300,0,0,230,199,0,0,0,0),(82410,16310,530,1,1,0,0,7502.37,-6393.46,42.0807,4.92175,300,5,0,230,199,1,0,0,0),(82411,16304,530,1,1,0,0,7552.82,-6325.74,12.2313,3.03651,300,0,0,208,205,0,0,0,0),(82412,16310,530,1,1,0,0,7451.85,-6415.54,34.0699,4.60672,300,5,0,230,199,1,0,0,0),(82413,16354,530,1,1,0,0,7420.14,-6402.82,33.0047,2.59749,300,5,0,273,0,1,0,0,0),(82414,16310,530,1,1,0,0,7532.05,-6415.57,13.483,0.318095,300,5,0,230,199,1,0,0,0),(82415,16304,530,1,1,0,0,7532.47,-6401.98,13.3924,0.308687,300,5,0,208,205,1,0,0,0),(82416,16304,530,1,1,0,0,7548.56,-6356.11,10.4107,0.864444,300,5,0,208,205,1,0,0,0),(82417,16304,530,1,1,0,0,7559.81,-6290.94,18.1437,0.668834,300,0,0,208,205,0,0,0,0),(82418,16310,530,1,1,0,0,7553.98,-6387.07,9.76365,1.12375,300,5,0,230,199,1,0,0,0),(82419,16304,530,1,1,0,0,7561.81,-6325.39,12.706,2.17613,300,5,0,208,205,1,0,0,0),(82420,16310,530,1,1,0,0,7577.66,-6379.29,12.5311,1.73948,300,5,0,230,199,1,0,0,0),(82421,16351,530,1,1,0,0,7415.05,-6413.86,33.7962,4.7321,300,5,0,300,0,1,0,0,0),(82422,16310,530,1,1,0,0,7554.49,-6419.19,10.2047,5.87522,300,5,0,230,199,1,0,0,0),(82423,16310,530,1,1,0,0,7489.75,-6454.5,19.0485,4.85056,300,5,0,230,199,1,0,0,0),(82424,16304,530,1,1,0,0,7515.1,-6451.56,16.8,5.18366,300,0,0,208,205,0,0,0,0),(82425,16351,530,1,1,0,0,7376.38,-6420.17,31.7223,3.64281,300,5,0,300,0,1,0,0,0),(82426,16354,530,1,1,0,0,7455.06,-6482.57,15.3897,4.13765,300,5,0,273,0,1,0,0,0),(82427,16351,530,1,1,0,0,7409.73,-6470.1,20.2439,1.68523,300,5,0,300,0,1,0,0,0),(82428,16304,530,1,1,0,0,7545.72,-6446.94,12.2698,4.55196,300,5,0,208,205,1,0,0,0),(82429,16304,530,1,1,0,0,7585.17,-6415.2,13.2534,2.73195,300,5,0,208,205,1,0,0,0),(82430,4075,530,1,1,0,0,7578.09,-6390.64,13.1579,4.74311,300,10,0,8,0,1,0,0,0),(82431,16309,530,1,1,0,0,7521.02,-6528.94,14.4791,1.33789,300,5,0,247,0,1,0,0,0),(82432,16310,530,1,1,0,0,7585.88,-6455.48,14.8567,4.24856,300,0,0,230,199,0,0,0,0),(82433,16304,530,1,1,0,0,7616.89,-6419.38,16.5303,3.06924,300,5,0,208,205,1,0,0,0),(82434,16304,530,1,1,0,0,7601.99,-6386.42,13.8787,3.64934,300,0,0,208,205,0,0,0,0),(82435,16309,530,1,1,0,0,7448.56,-6543.76,11.1855,5.04762,300,5,0,247,0,1,0,0,0),(82436,16309,530,1,1,0,0,7543.71,-6566.14,12.4815,4.56649,300,5,0,247,0,1,0,0,0),(82437,16301,530,1,1,0,0,7527.59,-6576.91,11.0992,5.9785,300,5,0,273,0,1,0,0,0),(82438,16301,530,1,1,0,0,7482.39,-6561.17,10.3657,2.88916,300,5,0,273,0,1,0,0,0),(82439,16030,530,1,1,0,0,7574.73,-6573.72,13.5986,3.7696,300,8,0,8,0,1,0,0,0),(82440,16030,530,1,1,0,0,7554.18,-6585.58,12.7223,0.196805,300,8,0,8,0,1,0,0,0),(82441,16301,530,1,1,0,0,7482.25,-6582.09,9.88644,0.681211,300,5,0,273,0,1,0,0,0),(82442,16301,530,1,1,0,0,7541.94,-6590.83,11.5973,3.79072,300,5,0,273,0,1,0,0,0),(82443,16301,530,1,1,0,0,7605.18,-6562.73,13.8426,5.53916,300,5,0,273,0,1,0,0,0),(82444,16304,530,1,1,0,0,7580.19,-6480.23,11.3903,4.13643,300,5,0,208,205,1,0,0,0),(82445,16353,530,1,1,0,0,7635.93,-6481.68,11.8957,2.87804,300,5,0,176,0,1,0,0,0),(82446,16309,530,1,1,0,0,7595.37,-6587.19,14.0559,3.17281,300,5,0,247,0,1,0,0,0),(82447,16301,530,1,1,0,0,7621.43,-6587.61,14.0934,2.27134,300,5,0,273,0,1,0,0,0),(82448,16311,530,1,1,0,0,7629.75,-6579.18,11.726,6.2148,300,0,0,230,249,0,0,0,0),(82449,16350,530,1,1,0,0,7680.3,-6444.01,14.2885,2.46369,300,5,0,198,0,1,0,0,0),(82450,16303,530,1,1,0,1,7707.06,-6579.63,13.8129,6.01936,300,0,0,222,0,0,0,0,0),(82451,16322,530,1,1,0,0,7665.96,-6406.48,19.1865,1.05674,300,5,0,198,0,1,0,0,0),(82452,16322,530,1,1,0,0,7680.21,-6408.18,17.545,4.67237,300,0,0,198,0,0,0,0,0),(82453,16322,530,1,1,0,0,7689.81,-6395.82,19.2037,0.484159,300,5,0,198,0,1,0,0,0),(82454,16322,530,1,1,0,0,7688.4,-6391.44,20.5135,1.10074,300,5,0,198,0,1,0,0,0),(82455,16322,530,1,1,0,0,7663.18,-6396,20.2945,2.48449,300,5,0,198,0,1,0,0,0),(82456,16322,530,1,1,0,0,7676.73,-6378.29,23.0135,4.74449,300,5,0,198,0,1,0,0,0),(82457,16322,530,1,1,0,0,7663.31,-6376.65,23.6095,2.0837,300,5,0,198,0,1,0,0,0),(82458,16353,530,1,1,0,0,7794.44,-6490.5,15.7171,4.21561,300,5,0,176,0,1,0,0,0),(82459,16322,530,1,1,0,0,7705.21,-6355.74,22.5366,0.780316,300,5,0,198,0,1,0,0,0),(82460,16322,530,1,1,0,0,7680.92,-6343.92,28.4991,0.109609,300,5,0,198,0,1,0,0,0),(82461,16350,530,1,1,0,0,7631.48,-6290.49,33.791,3.47563,300,0,0,198,0,0,0,0,0),(82462,16310,530,1,1,0,0,7621.94,-6309.47,32.8258,2.70188,300,0,0,230,199,0,0,0,0),(82463,16350,530,1,1,0,0,7637.18,-6233.7,29.3944,0.752831,300,0,0,198,0,0,0,0,0),(82464,16353,530,1,1,0,0,7617.48,-6238.39,30.4525,2.78002,300,0,0,176,0,0,0,0,0),(82465,16310,530,1,1,0,0,7575.26,-6278.58,27.0996,5.35784,300,0,0,230,199,0,0,0,0),(82466,16304,530,1,1,0,0,7620.65,-6336.16,22.4468,1.82214,300,0,0,208,205,0,0,0,0),(82467,16350,530,1,1,0,0,7571.65,-6232.69,28.5959,2.4635,300,0,0,198,0,0,0,0,0),(82468,16350,530,1,1,0,0,7598.25,-6195.72,22.216,2.27879,300,0,0,198,0,0,0,0,0),(49126,14491,0,1,1,0,0,-13576.3,-40.3796,37.6806,2.97642,128000,5,0,1981,0,1,0,0,0),(82470,14881,530,1,1,0,0,7583.83,-6184.27,17.6482,0.361285,300,0,0,8,0,0,0,0,0),(82471,16350,530,1,1,0,0,7575.58,-6147.05,16.3499,2.16584,300,0,0,198,0,0,0,0,0),(82472,16350,530,1,1,0,0,7551.08,-6172.43,17.8947,1.58676,300,0,0,198,0,0,0,0,0),(82473,16353,530,1,1,0,0,7583.68,-6128.38,15.3815,0.66505,300,0,0,176,0,0,0,0,0),(82474,16353,530,1,1,0,0,7551.21,-6124.18,16.7468,5.04197,300,0,0,176,0,0,0,0,0),(82475,16350,530,1,1,0,0,7596.22,-6076.74,10.0415,1.4896,300,0,0,198,0,0,0,0,0),(82476,16350,530,1,1,0,0,7567.3,-6070.95,10.8373,4.17968,300,0,0,198,0,0,0,0,0),(82477,16353,530,1,1,0,0,7601.72,-6065.84,11.0753,2.67356,300,5,0,176,0,1,0,0,0),(82478,16351,530,1,1,0,0,7467.07,-6269.42,22.9653,4.29417,300,5,0,300,0,1,0,0,0),(82479,16354,530,1,1,0,0,7375.83,-6150.03,22.9967,0.586326,300,5,0,273,0,1,0,0,0),(82480,16351,530,1,1,0,0,7384.14,-6084.25,18.3023,6.19387,300,0,0,300,0,0,0,0,0),(82481,16351,530,1,1,0,0,7313.42,-6153.67,25.8258,4.82143,300,5,0,300,0,1,0,0,0),(82482,16354,530,1,1,0,0,7318.5,-6092.13,20.5386,4.5238,300,5,0,273,0,1,0,0,0),(82483,16351,530,1,1,0,0,7281.7,-6121.28,20.2221,4.60767,300,5,0,300,0,1,0,0,0),(82484,16324,530,1,1,0,0,7286.98,-6014.38,17.8272,4.93433,300,0,0,273,0,0,0,0,0),(82485,16324,530,1,1,0,0,7249.43,-6015.57,19.0449,1.48668,300,0,0,273,0,0,0,0,0),(82486,16324,530,1,1,0,0,7283.9,-5987.35,19.3443,3.56881,300,0,0,273,0,0,0,0,0),(82487,16323,530,1,1,0,0,7286.5,-5964.24,15.4778,0.586995,300,0,0,230,249,0,0,0,0),(82488,4075,530,1,1,0,0,7285.76,-5975.07,16.7479,2.67569,300,0,0,8,0,0,0,0,0),(82489,16324,530,1,1,0,0,7248.99,-5992.34,18.2362,5.16555,300,0,0,273,0,0,0,0,0),(82490,16323,530,1,1,0,0,7216.1,-5976.58,19.6699,1.58679,300,0,0,230,249,0,0,0,0),(82491,16323,530,1,1,0,0,7263.52,-5936,17.8033,3.66275,300,0,0,230,249,0,0,0,0),(82492,16323,530,1,1,0,0,7215.65,-5948.23,21.3398,3.09782,300,0,0,230,249,0,0,0,0),(82493,16323,530,1,1,0,0,7192.81,-5954.74,37.2182,3.35264,300,0,0,230,249,0,0,0,0),(82494,16323,530,1,1,0,0,7189.98,-5934.97,37.2118,5.08829,300,0,0,230,249,0,0,0,0),(82495,16323,530,1,1,0,0,7190.95,-5954.43,21.3249,2.55472,300,0,0,230,249,0,0,0,0),(82496,16323,530,1,1,0,0,7200.11,-5975.64,37.2118,6.22156,300,0,0,230,249,0,0,0,0),(82497,16323,530,1,1,0,0,7173.15,-5961.48,37.2111,4.69972,300,0,0,230,249,0,0,0,0),(82498,16324,530,1,1,0,0,7170.06,-5987.71,19.5167,2.91043,300,0,0,273,0,0,0,0,0),(82499,16324,530,1,1,0,0,7154.5,-5952.75,15.1304,6.04247,300,5,0,273,0,1,0,0,0),(82500,16324,530,1,1,0,0,7151.78,-5916.41,12.2722,1.13771,300,5,0,273,0,1,0,0,0),(82501,16324,530,1,1,0,0,7175.7,-5911.12,14.0527,2.62296,300,5,0,273,0,1,0,0,0),(82502,14881,530,1,1,0,0,7112.74,-5959.45,12.8894,2.83219,300,5,0,8,0,1,0,0,0),(82503,16324,530,1,1,0,0,7111.04,-5877.53,13.5683,2.05509,300,0,0,273,0,0,0,0,0),(82504,16324,530,1,1,0,0,7079.7,-5881.88,13.4844,3.17041,300,0,0,273,0,0,0,0,0),(82505,16324,530,1,1,0,0,7058.65,-5856.66,18.8789,0.808082,300,5,0,273,0,1,0,0,0),(82506,16351,530,1,1,0,0,7028.39,-5914.21,18.2938,3.12972,300,5,0,300,0,1,0,0,0),(82507,16314,530,1,1,0,0,7056.81,-5785.35,50.5463,2.79441,300,5,0,328,0,1,0,0,0),(82508,16314,530,1,1,0,0,6983.06,-5844.8,47.174,1.59517,300,5,0,328,0,1,0,0,0),(82509,16314,530,1,1,0,0,7009.74,-5815.04,66.761,4.55041,300,5,0,328,0,1,0,0,0),(82510,16354,530,1,1,0,0,7036.46,-5956.94,9.58792,2.79482,300,5,0,273,0,1,0,0,0),(82511,16351,530,1,1,0,0,7004.39,-5977.81,13.6176,1.02937,300,5,0,300,0,1,0,0,0),(82512,16354,530,1,1,0,0,7078.77,-5974.39,10.3831,2.28161,300,5,0,273,0,1,0,0,0),(82513,16354,530,1,1,0,0,7061.78,-6020.9,4.89067,5.89514,300,5,0,273,0,1,0,0,0),(82514,16315,530,1,1,0,1,6980.25,-5867.43,36.4759,1.58154,300,0,0,276,295,0,0,0,0),(82515,16349,530,1,1,0,0,6894.12,-5912.43,13.794,3.21589,300,5,0,356,0,1,0,0,0),(82516,16352,530,1,1,0,0,6898.47,-5956.63,17.1241,3.3342,300,5,0,386,0,1,0,0,0),(82517,16352,530,1,1,0,0,6925.66,-5886.74,11.4354,3.081,300,5,0,386,0,1,0,0,0),(82518,16349,530,1,1,0,0,6938.36,-5973.4,12.4592,1.71382,300,5,0,356,0,1,0,0,0),(82519,16352,530,1,1,0,0,6920.34,-5823.66,13.02,0.708626,300,5,0,386,0,1,0,0,0),(82520,16352,530,1,1,0,0,6885.81,-5826.12,13.556,1.73944,300,5,0,386,0,1,0,0,0),(82521,6827,530,1,1,0,0,6923.92,-5764.1,-2.678,5.48414,300,5,0,42,0,1,0,0,0),(82522,16315,530,1,1,0,1,6983.85,-5747.48,84.2958,4.42905,300,5,0,276,295,1,0,0,0),(82523,16314,530,1,1,0,0,7026.81,-5777.01,86.6475,0.501217,300,0,0,328,0,0,0,0,0),(82524,16314,530,1,1,0,0,6966.05,-5735.84,84.2355,1.54875,300,5,0,328,0,1,0,0,0),(82525,16314,530,1,1,0,0,7019.27,-5734.9,105.16,2.05474,300,0,0,328,0,0,0,0,0),(82526,16314,530,1,1,0,0,7027.98,-5743.48,105.383,2.73584,300,0,0,328,0,0,0,0,0),(82527,16315,530,1,1,0,1,6984.78,-5725.2,84.1039,2.12036,300,5,0,276,295,1,0,0,0),(82528,16315,530,1,1,0,1,7064.16,-5736.91,84.2915,6.26832,300,0,0,276,295,0,0,0,0),(82529,16315,530,1,1,0,1,7012.92,-5716.01,106.607,0.947147,300,0,0,276,295,0,0,0,0),(82530,16314,530,1,1,0,0,7024.63,-5720.43,106.607,4.70305,300,0,0,328,0,0,0,0,0),(82531,16315,530,1,1,0,1,7055.22,-5718.27,84.2155,4.82528,300,0,0,276,295,0,0,0,0),(82532,16314,530,1,1,0,0,7063.65,-5719.49,84.2369,4.56753,300,0,0,328,0,0,0,0,0),(82533,16314,530,1,1,0,0,7011.75,-5677.9,82.6366,1.87804,300,0,0,328,0,0,0,0,0),(82534,16314,530,1,1,0,0,7013.77,-5698.96,102.56,3.57066,300,0,0,328,0,0,0,0,0),(82535,16314,530,1,1,0,0,7006.5,-5690.31,82.6524,1.68673,300,0,0,328,0,0,0,0,0),(82536,16315,530,1,1,0,1,6970.56,-5701.32,92.1461,5.76389,300,5,0,276,295,1,0,0,0),(82537,16315,530,1,1,0,1,7007.72,-5691.87,102.359,5.40865,300,5,0,276,295,1,0,0,0),(82538,16315,530,1,1,0,1,6982.41,-5684.82,82.6858,4.20834,300,5,0,276,295,1,0,0,0),(82539,16315,530,1,1,0,1,7020.13,-5690.52,82.6788,5.20008,300,5,0,276,295,1,0,0,0),(82540,16315,530,1,1,0,1,7057.34,-5684.78,93.1481,3.18766,300,0,0,276,295,0,0,0,0),(82541,16314,530,1,1,0,0,6998.6,-5685.4,102.562,0.681355,300,5,0,328,0,1,0,0,0),(82542,16314,530,1,1,0,0,7027.35,-5684.5,102.611,2.15704,300,5,0,328,0,1,0,0,0),(82543,16314,530,1,1,0,0,7018.69,-5674.31,102.506,6.21371,300,0,0,328,0,0,0,0,0),(82544,16315,530,1,1,0,1,6980.65,-5683.04,82.5348,4.54021,300,0,0,276,295,0,0,0,0),(82545,16315,530,1,1,0,1,7047.85,-5682.14,83.4052,5.20862,300,0,0,276,295,0,0,0,0),(82546,16314,530,1,1,0,0,7025.49,-5847.62,49.222,3.54302,300,0,0,328,0,0,0,0,0),(82547,16315,530,1,1,0,1,7040.9,-5669.2,82.1646,4.79297,300,0,0,276,295,0,0,0,0),(82548,16352,530,1,1,0,0,6831.3,-5895.5,24.7307,0.576621,300,5,0,386,0,1,0,0,0),(82549,16352,530,1,1,0,0,6846.78,-5813.15,8.43531,3.30327,300,5,0,386,0,1,0,0,0),(82550,16349,530,1,1,0,0,6815.06,-5837.34,12.9131,2.30506,300,5,0,356,0,1,0,0,0),(82551,16352,530,1,1,0,0,6778.5,-5828.92,11.9094,5.83568,300,5,0,386,0,1,0,0,0),(82552,16352,530,1,1,0,0,6781.18,-5837.49,12.9008,3.75072,300,5,0,386,0,1,0,0,0),(82553,6827,530,1,1,0,0,6863.93,-5758.17,-0.710568,3.30864,300,0,0,42,0,0,0,0,0),(82554,16405,530,1,1,0,0,6929.59,-5718.05,-2.57678,4.20766,300,0,0,247,0,0,0,0,0),(82555,16405,530,1,1,0,0,6786.31,-5718.75,-11.0892,3.22507,300,0,0,247,0,0,0,0,0),(82556,16349,530,1,1,0,0,6744.32,-5857.02,45.6707,3.80658,300,5,0,356,0,1,0,0,0),(82557,16352,530,1,1,0,0,6862.5,-6004.17,51.5158,3.005,300,5,0,386,0,1,0,0,0),(82558,16352,530,1,1,0,0,6898.17,-6022.37,16.7111,5.28467,300,5,0,386,0,1,0,0,0),(82559,16349,530,1,1,0,0,6881.91,-6039.95,30.6079,2.49829,300,5,0,356,0,1,0,0,0),(82560,16349,530,1,1,0,0,6954.29,-6050.88,11.9405,1.09579,300,5,0,356,0,1,0,0,0),(82561,16352,530,1,1,0,0,6907.41,-6118.76,26.3414,0.129198,300,5,0,386,0,1,0,0,0),(82562,16352,530,1,1,0,0,6916.19,-6085.43,19.4604,4.87113,300,5,0,386,0,1,0,0,0),(82563,16349,530,1,1,0,0,6981.64,-6087.83,14.8062,4.27311,300,5,0,356,0,1,0,0,0),(82564,16352,530,1,1,0,0,6949.13,-6116.2,21.7312,2.66544,300,5,0,386,0,1,0,0,0),(82565,16349,530,1,1,0,0,6916.37,-6141.21,26.1866,5.02778,300,5,0,356,0,1,0,0,0),(82566,16349,530,1,1,0,0,6984.17,-6147.91,26.739,1.68359,300,5,0,356,0,1,0,0,0),(82567,16352,530,1,1,0,0,6839.78,-6081.71,43.9706,3.62925,300,5,0,386,0,1,0,0,0),(82568,16352,530,1,1,0,0,6898.67,-6208.28,27.6364,3.69005,300,5,0,386,0,1,0,0,0),(82569,16352,530,1,1,0,0,6865.68,-6195.99,30.6989,3.75201,300,5,0,386,0,1,0,0,0),(82570,16352,530,1,1,0,0,6922.79,-6203.27,25.9434,4.65472,300,5,0,386,0,1,0,0,0),(82571,16352,530,1,1,0,0,6949.75,-6178.75,25.5325,1.60594,300,5,0,386,0,1,0,0,0),(82572,16349,530,1,1,0,0,6845.13,-6212.6,29.7925,2.47646,300,5,0,356,0,1,0,0,0),(82573,16352,530,1,1,0,0,6930.62,-6285.45,33.3223,4.91457,300,5,0,386,0,1,0,0,0),(82574,16352,530,1,1,0,0,6863.41,-6262.6,26.1809,3.58112,300,5,0,386,0,1,0,0,0),(82575,16349,530,1,1,0,0,6915.91,-6254.56,28.2463,0.863548,300,5,0,356,0,1,0,0,0),(82576,16335,530,1,1,0,1,7000.56,-6248.93,6.55891,2.72271,300,0,0,247,0,0,0,0,0),(82577,16352,530,1,1,0,0,7010.99,-6172.63,35.0472,6.09652,300,5,0,386,0,1,0,0,0),(82578,16349,530,1,1,0,0,6984.29,-6218.1,39.3302,4.6984,300,5,0,356,0,1,0,0,0),(82579,16337,530,1,1,0,1,7019.18,-6235.49,4.30447,5.16617,300,0,0,230,249,0,0,0,0),(82580,16335,530,1,1,0,1,7022.74,-6241.18,4.56835,2.25148,300,0,0,247,0,0,0,0,0),(82581,16352,530,1,1,0,0,7014.39,-6252.89,46.5658,4.10491,300,5,0,386,0,1,0,0,0),(82582,16337,530,1,1,0,1,7006.29,-6247.67,6.11225,4.39184,300,0,0,230,249,0,0,0,0),(82583,16335,530,1,1,0,1,7028.33,-6270.32,8.20009,1.97222,300,0,0,247,0,0,0,0,0),(82584,16335,530,1,1,0,1,7057.92,-6279.16,13.6665,5.044,300,0,0,247,0,0,0,0,0),(82585,16334,530,1,1,0,1,6997.27,-6269.64,7.02544,1.76278,300,0,0,273,0,0,0,0,0),(82586,16335,530,1,1,0,1,7044.51,-6276.11,10.0675,1.25664,300,0,0,247,0,0,0,0,0),(82587,16334,530,1,1,0,1,7009.28,-6283.87,8.32244,3.66519,300,0,0,273,0,0,0,0,0),(82588,16349,530,1,1,0,0,6981.98,-6279.86,46.1905,2.07469,300,5,0,356,0,1,0,0,0),(82589,16337,530,1,1,0,1,6995.99,-6264.93,6.48747,5.06145,300,0,0,230,249,0,0,0,0),(82590,16335,530,1,1,0,1,7100.95,-6210.46,42.392,5.79553,300,0,0,247,0,0,0,0,0),(82591,16334,530,1,1,0,1,7079.49,-6263.72,17.9114,0.244346,300,0,0,273,0,0,0,0,0),(82592,16351,530,1,1,0,0,7090.87,-6176.2,30.5939,0.450462,300,0,0,300,0,0,0,0,0),(82593,16335,530,1,1,0,1,7074.57,-6215.59,23.2843,2.42601,300,0,0,247,0,0,0,0,0),(82594,16335,530,1,1,0,1,7095.48,-6210.83,22.4495,4.46804,300,0,0,247,0,0,0,0,0),(82595,16335,530,1,1,0,1,7066.96,-6243.08,19.8187,3.94444,300,0,0,247,0,0,0,0,0),(82596,16334,530,1,1,0,1,7071,-6185.95,20.7685,1.20428,300,0,0,273,0,0,0,0,0),(82597,16351,530,1,1,0,0,7077.02,-6260.87,48,0.420348,300,0,0,300,0,0,0,0,0),(82598,16335,530,1,1,0,1,7104.94,-6222.46,22.9891,3.78736,300,0,0,247,0,0,0,0,0),(82599,16334,530,1,1,0,1,7098.78,-6255.14,47.3567,3.12467,300,5,0,273,0,1,0,0,0),(82600,16334,530,1,1,0,1,7113.55,-6188.56,34.9294,0.550632,300,0,0,273,0,0,0,0,0),(82601,16334,530,1,1,0,1,7130.99,-6215.46,22.4828,1.27409,300,0,0,273,0,0,0,0,0),(82602,16334,530,1,1,0,1,7146.12,-6192.17,21.7094,2.05949,300,0,0,273,0,0,0,0,0),(82603,16337,530,1,1,0,1,7139.38,-6189.86,21.4476,0.436332,300,0,0,230,249,0,0,0,0),(82604,16351,530,1,1,0,0,7121.84,-6153.76,29.3215,3.35217,300,0,0,300,0,0,0,0,0),(82605,16337,530,1,1,0,1,7143.05,-6217.65,23.0988,3.4721,300,5,0,230,249,1,0,0,0),(82606,16337,530,1,1,0,1,7121.01,-6176.3,30.1094,4.30288,300,5,0,230,249,1,0,0,0),(82607,16335,530,1,1,0,1,7178.38,-6176.27,17.5906,1.92169,300,5,0,247,0,1,0,0,0),(82608,16334,530,1,1,0,1,7182.57,-6147.89,17.8552,0.051184,300,5,0,273,0,1,0,0,0),(82609,16334,530,1,1,0,1,7153.12,-6217.6,21.8023,3.23241,300,5,0,273,0,1,0,0,0),(82610,16335,530,1,1,0,1,7152.38,-6238.31,22.3878,0.349066,300,0,0,247,0,0,0,0,0),(82611,16354,530,1,1,0,0,7046.56,-6087.54,10.8871,1.06171,300,5,0,273,0,1,0,0,0),(82612,16354,530,1,1,0,0,7131.93,-6107.81,10.4406,3.54713,300,5,0,273,0,1,0,0,0),(82613,16354,530,1,1,0,0,7086.04,-6063.33,2.91535,4.69832,300,5,0,273,0,1,0,0,0),(82614,16335,530,1,1,0,1,7192.74,-6122.73,16.2776,6.21986,300,0,0,247,0,0,0,0,0),(82615,16354,530,1,1,0,0,7108.62,-6018.34,8.32317,6.23002,300,5,0,273,0,1,0,0,0),(82616,16351,530,1,1,0,0,7179.96,-6093.75,12.2083,1.85992,300,0,0,300,0,0,0,0,0),(82617,16351,530,1,1,0,0,7175.67,-6101,11.7989,3.44728,300,0,0,300,0,0,0,0,0),(82618,16335,530,1,1,0,1,7191.6,-6210.05,18.8305,0.545119,300,5,0,247,0,1,0,0,0),(82619,16334,530,1,1,0,1,7158.73,-6242.81,22.0593,1.46608,300,0,0,273,0,0,0,0,0),(82620,16337,530,1,1,0,1,7166.11,-6239.57,21.8723,2.60054,300,0,0,230,249,0,0,0,0),(82621,16068,530,1,1,0,0,7169.15,-6230.63,20.3345,3.38657,300,8,0,8,0,1,0,0,0),(82622,16335,530,1,1,0,1,7215.62,-6142.75,14.2215,1.06344,300,0,0,247,0,0,0,0,0),(82623,16334,530,1,1,0,1,7212.07,-6196.84,19.0826,3.96348,300,5,0,273,0,1,0,0,0),(82624,16334,530,1,1,0,1,7239.74,-6147.62,20.303,6.24536,300,5,0,273,0,1,0,0,0),(82625,16337,530,1,1,0,1,7229.45,-6203.51,20.6172,3.63029,300,0,0,230,249,0,0,0,0),(82626,16334,530,1,1,0,1,7211.58,-6214.71,19.9386,5.58982,300,5,0,273,0,1,0,0,0),(82627,16337,530,1,1,0,1,7223.51,-6135.15,16.897,2.25148,300,0,0,230,249,0,0,0,0),(82628,16337,530,1,1,0,1,7228.21,-6209.17,20.3136,1.77669,300,0,0,230,249,0,0,0,0),(82629,16337,530,1,1,0,1,7190.76,-6231.89,18.8753,3.17286,300,5,0,230,249,1,0,0,0),(82630,16334,530,1,1,0,1,7152.4,-6289.72,48.9875,1.23329,300,5,0,273,0,1,0,0,0),(82631,16334,530,1,1,0,1,7175.9,-6275.98,21.2529,2.71065,300,5,0,273,0,1,0,0,0),(82632,16337,530,1,1,0,1,7180.78,-6278.97,21.1949,1.80535,300,5,0,230,249,1,0,0,0),(82633,16334,530,1,1,0,1,7212.47,-6286.72,21.002,3.65154,300,5,0,273,0,1,0,0,0),(82634,16334,530,1,1,0,1,7183.86,-6255.8,20.4616,4.7162,300,5,0,273,0,1,0,0,0),(82635,16337,530,1,1,0,1,7211.9,-6245.83,19.4554,2.89725,300,0,0,230,249,0,0,0,0),(82636,16335,530,1,1,0,1,7208.52,-6239.29,19.6117,4.50295,300,0,0,247,0,0,0,0,0),(82637,16334,530,1,1,0,1,7259.93,-6190.21,33.3691,0.551567,300,5,0,273,0,1,0,0,0),(82638,16337,530,1,1,0,1,7252.47,-6225.43,21.2974,4.20624,300,0,0,230,249,0,0,0,0),(82639,16335,530,1,1,0,1,7245.43,-6227.1,21.2943,5.63741,300,0,0,247,0,0,0,0,0),(82640,16068,530,1,1,0,0,7246.6,-6233.71,21.09,3.41991,300,8,0,8,0,1,0,0,0),(82641,16335,530,1,1,0,1,7171.59,-6312.76,40.7508,4.6166,300,5,0,247,0,1,0,0,0),(82642,16293,530,1,1,0,1,7203.48,-6320.68,33.5638,1.3439,300,0,0,230,537,0,0,0,0),(82643,16337,530,1,1,0,1,7248.4,-6298.42,20.1474,0.820305,300,0,0,230,249,0,0,0,0),(82644,16335,530,1,1,0,1,7255.81,-6296.96,20.104,2.42601,300,0,0,247,0,0,0,0,0),(82645,16334,530,1,1,0,1,7278.26,-6283.4,20.8281,2.77507,300,0,0,273,0,0,0,0,0),(82646,16335,530,1,1,0,1,7273.4,-6275.48,20.1842,4.32842,300,0,0,247,0,0,0,0,0),(82647,16337,530,1,1,0,1,7269.66,-6285.24,20.37,1.22173,300,0,0,230,249,0,0,0,0),(82648,16334,530,1,1,0,1,7258.66,-6258.03,18.8578,5.92042,300,5,0,273,0,1,0,0,0),(82649,16335,530,1,1,0,1,7280.27,-6211.79,40.9668,2.40372,300,5,0,247,0,1,0,0,0),(82650,16351,530,1,1,0,0,7285.24,-6180.82,29.9302,0.793405,300,5,0,300,0,1,0,0,0),(82651,10415,530,1,1,0,0,7220.41,-6415.69,122.227,1.5708,300,0,0,3052,0,0,0,0,0),(82652,16316,530,1,1,0,0,7221.24,-6350.17,42.281,0.784609,300,5,0,356,0,1,0,0,0),(82653,16334,530,1,1,0,1,7281.14,-6322.91,47.1278,4.49593,300,5,0,273,0,1,0,0,0),(82654,16316,530,1,1,0,0,7245.87,-6371.23,45.5117,1.98578,300,5,0,356,0,1,0,0,0),(82655,16030,530,1,1,0,0,7197.41,-6416.46,59.1658,3.0673,300,8,0,8,0,1,0,0,0),(82656,16318,530,1,1,0,1,7220.65,-6403.01,56.2495,4.66003,300,5,0,330,938,1,0,0,0),(82657,16318,530,1,1,0,1,7216.75,-6415.47,59.2486,0.10472,300,0,0,330,938,0,0,0,0),(82658,16318,530,1,1,0,1,7232.88,-6414.54,56.2493,3.1765,300,0,0,330,938,0,0,0,0),(82659,16030,530,1,1,0,0,7225.98,-6412.22,57.1505,1.64461,300,8,0,8,0,1,0,0,0),(82660,4075,530,1,1,0,0,7275.35,-6371.42,43.3359,5.87547,300,10,0,8,0,1,0,0,0),(82661,16316,530,1,1,0,0,7284,-6389.01,42.9657,5.91538,300,5,0,356,0,1,0,0,0),(82662,16354,530,1,1,0,0,7313.89,-6354.62,42.2376,3.7464,300,5,0,273,0,1,0,0,0),(82663,16334,530,1,1,0,1,7313.79,-6222.86,41.1625,4.79747,300,0,0,273,0,0,0,0,0),(82664,16354,530,1,1,0,0,7354.26,-6254.4,41.1595,3.55673,300,5,0,273,0,1,0,0,0),(82665,16318,530,1,1,0,1,7221.19,-6428.11,56.2494,1.62316,300,5,0,330,938,1,0,0,0),(82666,16316,530,1,1,0,0,7142.1,-6423.63,35.7786,0.148938,300,0,0,356,0,0,0,0,0),(82667,16316,530,1,1,0,0,7263.14,-6454.08,32.4021,3.48018,300,5,0,356,0,1,0,0,0),(82668,16316,530,1,1,0,0,7268.84,-6422.21,44.8567,0.68786,300,0,0,356,0,0,0,0,0),(82669,10415,530,1,1,0,0,7169.77,-6613.94,130.185,4.93928,300,0,0,3052,0,0,0,0,0),(82670,16352,530,1,1,0,0,7055.14,-6421.32,32.0897,2.12281,300,5,0,386,0,1,0,0,0),(82672,16302,530,1,1,0,0,7107.89,-6517.51,10.2024,3.58346,300,5,0,356,0,1,0,0,0),(82673,16030,530,1,1,0,0,7089.86,-6522.57,9.50026,5.44337,300,8,0,8,0,1,0,0,0),(82674,16302,530,1,1,0,0,7080.42,-6519.63,8.95315,3.80419,300,5,0,356,0,1,0,0,0),(82675,16030,530,1,1,0,0,7063.02,-6532.81,9.2493,0.840156,300,8,0,8,0,1,0,0,0),(82676,16302,530,1,1,0,0,7120.34,-6557.19,11.9504,2.87025,300,5,0,356,0,1,0,0,0),(82677,16302,530,1,1,0,0,7149.41,-6564.55,19.3778,2.22833,300,5,0,356,0,1,0,0,0),(82678,16305,530,1,1,0,1,7082.41,-6545.55,9.58132,1.9154,300,5,0,386,0,1,0,0,0),(82679,16030,530,1,1,0,0,7220.73,-6526.42,11.1375,4.56041,300,8,0,8,0,1,0,0,0),(82680,16301,530,1,1,0,0,7281.93,-6544.78,11.7742,2.12274,300,5,0,273,0,1,0,0,0),(82681,16309,530,1,1,0,0,7253.6,-6549.31,14.8441,2.09077,300,5,0,247,0,1,0,0,0),(82682,16309,530,1,1,0,0,7286,-6518.35,12.5914,1.21944,300,5,0,247,0,1,0,0,0),(82683,16030,530,1,1,0,0,7257.15,-6510.11,11.3325,0.88212,300,8,0,8,0,1,0,0,0),(82684,16301,530,1,1,0,0,7322.01,-6582.67,9.86694,1.639,300,5,0,273,0,1,0,0,0),(82685,16030,530,1,1,0,0,7319.69,-6577.21,9.65639,0.523072,300,8,0,8,0,1,0,0,0),(82686,16309,530,1,1,0,0,7283.54,-6581.05,14.5094,5.20635,300,5,0,247,0,1,0,0,0),(82687,16030,530,1,1,0,0,7294.67,-6564.05,10.6514,5.27231,300,8,0,8,0,1,0,0,0),(82688,16301,530,1,1,0,0,7331.36,-6546.77,12.2764,0.178631,300,5,0,273,0,1,0,0,0),(82689,16309,530,1,1,0,0,7327.2,-6522.6,13.6942,0.169313,300,5,0,247,0,1,0,0,0),(82690,16309,530,1,1,0,0,7358.7,-6548.32,12.5225,5.74603,300,5,0,247,0,1,0,0,0),(82691,16351,530,1,1,0,0,7345.93,-6368.19,41.7665,1.59325,300,0,0,300,0,0,0,0,0),(82692,16030,530,1,1,0,0,7451.33,-6550.71,10.8363,2.49832,300,8,0,8,0,1,0,0,0),(82693,16301,530,1,1,0,0,7419.12,-6546.12,11.4786,5.15593,300,5,0,273,0,1,0,0,0),(82694,16301,530,1,1,0,0,7415.71,-6538.24,11.7621,3.66777,300,5,0,273,0,1,0,0,0),(82695,16310,530,1,1,0,0,7543.91,-6493.53,14.8472,1.85209,300,0,0,230,199,0,0,0,0),(82696,16030,530,1,1,0,0,7453.79,-6579.75,9.62054,4.89678,300,8,0,8,0,1,0,0,0),(82697,16245,530,1,1,0,0,6615.78,-6438.4,29.2661,5.84962,300,0,0,2084,0,2,0,0,0),(82698,16030,530,1,1,0,0,7527.31,-6570.63,12.2242,0.541563,300,8,0,8,0,1,0,0,0),(82699,16311,530,1,1,0,0,7468.97,-6581.87,9.5844,6.20317,300,0,0,230,249,0,0,0,0),(82700,16301,530,1,1,0,0,7430.42,-6588.68,9.62727,4.03869,300,5,0,273,0,1,0,0,0),(82701,16309,530,1,1,0,0,7452.48,-6586.72,10.3211,4.20766,300,5,0,247,0,1,0,0,0),(82702,16301,530,1,1,0,0,7556.18,-6595.69,11.8128,1.52736,300,5,0,273,0,1,0,0,0),(82703,16301,530,1,1,0,0,7507.21,-6613.51,9.40868,0.19057,300,5,0,273,0,1,0,0,0),(82704,16301,530,1,1,0,0,7588.15,-6592.12,13.35,1.92153,300,5,0,273,0,1,0,0,0),(82705,16030,530,1,1,0,0,7605.24,-6612.6,13.4115,1.50046,300,8,0,8,0,1,0,0,0),(82706,16301,530,1,1,0,0,7606.3,-6615.72,13.5316,6.12371,300,5,0,273,0,1,0,0,0),(82707,16300,530,1,1,0,0,7688.48,-6607.1,10.5279,0.944266,300,5,0,176,0,1,0,0,0),(82708,16301,530,1,1,0,0,7587.32,-6556.01,14.0612,4.32842,300,5,0,273,0,1,0,0,0),(82709,16300,530,1,1,0,0,7706.75,-6639.31,11.6169,5.58219,300,5,0,176,0,1,0,0,0),(82710,16303,530,1,1,0,1,7704.02,-6646.04,13.3134,5.97047,300,5,0,222,0,1,0,0,0),(82711,16303,530,1,1,0,1,7723.04,-6587.04,14.3537,5.11138,300,5,0,222,0,1,0,0,0),(82712,16300,530,1,1,0,0,7721.75,-6623.67,11.5083,2.23304,300,5,0,176,0,1,0,0,0),(82713,16300,530,1,1,0,0,7738.87,-6590.62,14.6911,4.99243,300,0,0,176,0,0,0,0,0),(82714,16303,530,1,1,0,1,7750.11,-6627.93,21.8124,1.0509,300,5,0,222,0,1,0,0,0),(82715,16303,530,1,1,0,1,7757.49,-6642.58,21.0889,5.40181,300,5,0,222,0,1,0,0,0),(82716,16303,530,1,1,0,1,7779.4,-6637.98,24.9838,4.62725,300,5,0,222,0,1,0,0,0),(82717,16300,530,1,1,0,0,7782.47,-6634.35,25.2338,1.06379,300,5,0,176,0,1,0,0,0),(82718,16030,530,1,1,0,0,7786.5,-6630.26,24.71,5.10601,300,8,0,8,0,1,0,0,0),(82719,16350,530,1,1,0,0,7682.62,-6445.88,14.4769,4.92183,300,0,0,198,0,0,0,0,0),(82720,16322,530,1,1,0,0,7681.28,-6407.98,17.497,4.83577,300,0,0,198,0,0,0,0,0),(82721,16330,530,1,1,0,1,7891.76,-6546.6,47.8116,6.01431,300,0,0,198,0,0,0,0,0),(82722,16330,530,1,1,0,1,7886.62,-6517.31,46.9132,5.20012,300,0,0,198,0,0,0,0,0),(82723,16347,530,1,1,0,0,7745.75,-6707.56,37.922,5.72769,300,5,0,176,0,1,0,0,0),(82724,16309,530,1,1,0,0,7622.03,-6577.98,13.1584,1.17989,300,5,0,247,0,1,0,0,0),(82725,16309,530,1,1,0,0,7596.88,-6582.05,14.3384,3.3202,300,5,0,247,0,1,0,0,0),(82726,16348,530,1,1,0,0,7491.17,-6658.18,23.709,1.87349,300,5,0,273,0,1,0,0,0),(82727,16311,530,1,1,0,0,7490.23,-6608.59,9.46808,6.07905,300,0,0,230,249,0,0,0,0),(82728,16311,530,1,1,0,0,7445.68,-6546.56,11.1362,5.99333,300,0,0,230,249,0,0,0,0),(82729,16309,530,1,1,0,0,7381.06,-6587.88,9.92009,3.94864,300,5,0,247,0,1,0,0,0),(82730,16301,530,1,1,0,0,7551.3,-6583.67,12.5211,0.680678,300,5,0,273,0,1,0,0,0),(82731,16348,530,1,1,0,0,7462.16,-6687.81,26.4966,5.95466,300,5,0,273,0,1,0,0,0),(82732,16030,530,1,1,0,0,7373.75,-6589.31,11.1173,0.712991,300,8,0,8,0,1,0,0,0),(82733,16311,530,1,1,0,0,7389.64,-6550.85,11.7967,6.14599,300,0,0,230,249,0,0,0,0),(82734,16301,530,1,1,0,0,7362.19,-6568.43,10.7483,1.46899,300,5,0,273,0,1,0,0,0),(82735,16030,530,1,1,0,0,7365.09,-6555.02,12.4298,4.89903,300,8,0,8,0,1,0,0,0),(82736,16301,530,1,1,0,0,7365.21,-6552.14,12.6798,0.286284,300,5,0,273,0,1,0,0,0),(82737,16354,530,1,1,0,0,7388.22,-6670.5,16.2542,1.26418,300,5,0,273,0,1,0,0,0),(82738,16309,530,1,1,0,0,7350.89,-6520.37,14.9855,0.021648,300,5,0,247,0,1,0,0,0),(82739,16309,530,1,1,0,0,7258.33,-6508.33,11.1921,1.20146,300,5,0,247,0,1,0,0,0),(82740,16301,530,1,1,0,0,7214.9,-6515.68,10.2427,3.92569,300,5,0,273,0,1,0,0,0),(82741,16318,530,1,1,0,1,7157.48,-6611.38,60.7416,6.03884,300,0,0,330,938,0,0,0,0),(82742,16318,530,1,1,0,1,7173.08,-6602.65,60.7417,4.45059,300,0,0,330,938,0,0,0,0),(82743,16318,530,1,1,0,1,7184.13,-6616.95,63.6581,5.84516,300,0,0,330,938,0,0,0,0),(82744,16308,530,1,1,0,0,7086.56,-6545.05,9.51715,0.005609,300,0,0,325,357,0,0,0,0),(82745,16302,530,1,1,0,0,7050.29,-6546.18,9.14357,0.5278,300,5,0,356,0,1,0,0,0),(82746,16305,530,1,1,0,1,7056.84,-6530.01,9.44472,2.43041,300,5,0,386,0,1,0,0,0),(82747,16302,530,1,1,0,0,7017.55,-6519.99,9.97549,4.76363,300,5,0,356,0,1,0,0,0),(82748,16302,530,1,1,0,0,7024.76,-6560.61,9.45275,1.00784,300,5,0,356,0,1,0,0,0),(82749,16305,530,1,1,0,1,7047.09,-6581.31,10.0371,4.59892,300,5,0,386,0,1,0,0,0),(82750,16305,530,1,1,0,1,7021.54,-6579.9,9.43695,6.2422,300,5,0,386,0,1,0,0,0),(82751,16316,530,1,1,0,0,7120.7,-6629.75,40.1964,4.82723,300,5,0,356,0,1,0,0,0),(82752,16349,530,1,1,0,0,7082.22,-6680.17,41.5294,6.16289,300,5,0,356,0,1,0,0,0),(82753,14881,530,1,1,0,0,7096.66,-6695.13,42.0294,3.9535,300,5,0,8,0,1,0,0,0),(82754,16349,530,1,1,0,0,7053.42,-6654.79,30.336,5.26168,300,5,0,356,0,1,0,0,0),(82755,16316,530,1,1,0,0,7164.14,-6659.28,51.1032,2.44948,300,5,0,356,0,1,0,0,0),(82862,21229,548,1,1,0,1,441.064,-512.791,-13.1582,0.129391,604800,0,0,100520,48465,0,0,0,0),(82757,16316,530,1,1,0,0,7175.19,-6660.42,50.9904,1.09071,300,5,0,356,0,1,0,0,0),(82758,16030,530,1,1,0,0,7196.1,-6620.98,63.6581,2.91104,300,8,0,8,0,1,0,0,0),(82759,16352,530,1,1,0,0,7048.15,-6713.6,33.2798,0.736578,300,5,0,386,0,1,0,0,0),(82760,16352,530,1,1,0,0,7020.41,-6685.99,26.7252,5.709,300,5,0,386,0,1,0,0,0),(82761,16348,530,1,1,0,0,7156.07,-6744.26,38.7533,4.06342,300,5,0,273,0,1,0,0,0),(82762,16348,530,1,1,0,0,7199.42,-6772.95,41.5937,0.399206,300,5,0,273,0,1,0,0,0),(82763,16354,530,1,1,0,0,7219.24,-6763.72,41.5688,5.65726,300,5,0,273,0,1,0,0,0),(82764,16316,530,1,1,0,0,7234.97,-6643.13,49.204,5.49503,300,5,0,356,0,1,0,0,0),(82765,16246,530,1,1,0,0,7199.49,-6622.57,63.6583,3.19093,300,0,1,2084,0,2,0,0,0),(82766,6491,530,1,4294967295,0,0,7700.74,-6731.16,48.408,2.82743,60,0,0,4120,0,0,0,0,0),(82767,16354,530,1,1,0,0,7188.36,-6619.04,63.7414,2.95388,300,5,0,273,0,1,0,0,0),(82769,16347,530,1,1,0,0,7321.28,-6688.02,29.2631,4.31282,300,0,0,176,0,0,0,0,0),(82770,16318,530,1,1,0,1,7167.12,-6626.79,60.7419,1.41372,300,0,0,330,938,0,0,0,0),(82771,16354,530,1,1,0,0,7116.83,-6795.46,43.4571,0.142953,300,5,0,273,0,1,0,0,0),(82772,16349,530,1,1,0,0,6985.74,-6714.71,25.9085,1.76717,300,5,0,356,0,1,0,0,0),(82773,16352,530,1,1,0,0,6966.15,-6703.91,22.194,3.92067,300,5,0,386,0,1,0,0,0),(82774,16352,530,1,1,0,0,6921.3,-6646.21,22.0719,3.46275,300,5,0,386,0,1,0,0,0),(82775,16030,530,1,1,0,0,6990.56,-6577.36,10.2402,3.8777,300,8,0,8,0,1,0,0,0),(82776,16302,530,1,1,0,0,6950.86,-6577.64,9.93981,4.86543,300,5,0,356,0,1,0,0,0),(82777,16030,530,1,1,0,0,6923.3,-6586.66,9.60756,2.39419,300,8,0,8,0,1,0,0,0),(82778,16305,530,1,1,0,1,6932.79,-6550.73,9.75339,0.36446,300,5,0,386,0,1,0,0,0),(82779,16302,530,1,1,0,0,6919.39,-6593.67,9.29623,2.46747,300,5,0,356,0,1,0,0,0),(82780,16305,530,1,1,0,1,6944.77,-6541.48,9.86426,0.606934,300,5,0,386,0,1,0,0,0),(82781,16302,530,1,1,0,0,7011.12,-6549.27,9.78964,0.216529,300,5,0,356,0,1,0,0,0),(82782,16305,530,1,1,0,1,7002.5,-6533.6,9.66569,5.0376,300,5,0,386,0,1,0,0,0),(82783,16030,530,1,1,0,0,6983.94,-6517.59,9.79063,4.25257,300,8,0,8,0,1,0,0,0),(82784,16302,530,1,1,0,0,6940.39,-6516.18,9.94431,2.4464,300,5,0,356,0,1,0,0,0),(82785,16305,530,1,1,0,1,6906.24,-6509.92,13.6212,4.63917,300,5,0,386,0,1,0,0,0),(82786,16302,530,1,1,0,0,6894.52,-6541.65,15.7473,5.37814,300,5,0,356,0,1,0,0,0),(82787,16030,530,1,1,0,0,6870.25,-6525.75,18.774,4.17458,300,8,0,8,0,1,0,0,0),(82788,16302,530,1,1,0,0,6886.98,-6513.73,17.262,0.386488,300,5,0,356,0,1,0,0,0),(82789,16349,530,1,1,0,0,6972.01,-6434.81,28.9108,4.33098,300,5,0,356,0,1,0,0,0),(82790,16305,530,1,1,0,1,6857.71,-6532.7,19.7623,4.97647,300,5,0,386,0,1,0,0,0),(82791,16355,530,1,1,0,0,6848.3,-6419.27,27.0688,2.73082,300,0,0,356,0,0,0,0,0),(82792,16302,530,1,1,0,0,6839.38,-6477.83,16.8658,2.63819,300,5,0,356,0,1,0,0,0),(82793,16355,530,1,1,0,0,6892.4,-6423.03,32.516,6.05456,300,0,0,356,0,0,0,0,0),(82794,16355,530,1,1,0,0,6884.8,-6398.32,31.0382,4.58707,300,0,0,356,0,0,0,0,0),(82795,16030,530,1,1,0,0,6807.44,-6485.34,16.802,1.86898,300,8,0,8,0,1,0,0,0),(82796,16302,530,1,1,0,0,6811.56,-6476.06,16.3749,2.41827,300,5,0,356,0,1,0,0,0),(82797,16352,530,1,1,0,0,6916.27,-6384.22,34.9919,3.97137,300,5,0,386,0,1,0,0,0),(82798,16305,530,1,1,0,1,6788.91,-6508.7,18.4704,3.26457,300,5,0,386,0,1,0,0,0),(82799,16305,530,1,1,0,1,6792.73,-6484.1,18.0288,0.239668,300,5,0,386,0,1,0,0,0),(82800,16355,530,1,1,0,0,6819.17,-6375,29.4544,2.69759,300,0,0,356,0,0,0,0,0),(82801,16352,530,1,1,0,0,6926.56,-6376.09,38.5678,3.61834,300,5,0,386,0,1,0,0,0),(82802,16355,530,1,1,0,0,6778.28,-6411.35,26.407,5.6002,300,0,0,356,0,0,0,0,0),(82803,16030,530,1,1,0,0,6753.22,-6480.41,21.7116,1.67307,300,8,0,8,0,1,0,0,0),(82804,16030,530,1,1,0,0,6782.84,-6511.75,18.728,0.419415,300,8,0,8,0,1,0,0,0),(82805,16305,530,1,1,0,1,6742.87,-6473.09,23.1943,4.5324,300,5,0,386,0,1,0,0,0),(82806,16302,530,1,1,0,0,6795.36,-6521.56,20.0115,2.94746,300,5,0,356,0,1,0,0,0),(82807,16355,530,1,1,0,0,6751.51,-6393.18,34.3896,2.93685,300,5,0,356,0,1,0,0,0),(82808,16305,530,1,1,0,1,6724.07,-6468.06,26.9358,4.88107,300,5,0,386,0,1,0,0,0),(82809,16320,530,1,1,0,0,6698.88,-6463.12,29.3429,5.63741,300,0,0,404,456,0,0,0,0),(82810,16302,530,1,1,0,0,6740.5,-6506.93,23.4888,2.97802,300,5,0,356,0,1,0,0,0),(82811,16302,530,1,1,0,0,6739.22,-6509.42,23.3775,4.74494,300,5,0,356,0,1,0,0,0),(82812,16320,530,1,1,0,0,6690.85,-6483.71,29.3429,6.03884,300,0,0,404,456,0,0,0,0),(82813,16355,530,1,1,0,0,6769.48,-6346.58,43.0525,2.75492,300,0,0,356,0,0,0,0,0),(82814,16355,530,1,1,0,0,6680.28,-6543.99,41.8649,1.88545,300,5,0,356,0,1,0,0,0),(82815,16319,530,1,1,0,0,6611.25,-6504.63,36.5228,1.28177,300,5,0,417,0,1,0,0,0),(82816,16308,530,1,1,0,0,6702.06,-6489.62,29.3432,0.087266,300,0,0,325,357,0,0,0,0),(82817,16321,530,1,1,0,0,6612.81,-6422.07,29.3776,4.77158,300,5,0,417,0,1,0,0,0),(82818,16319,530,1,1,0,0,6579.87,-6475.54,33.1881,5.86162,300,5,0,417,0,1,0,0,0),(82819,16321,530,1,1,0,0,6578.25,-6408.97,31.1786,5.11744,300,5,0,417,0,1,0,0,0),(82820,16317,530,1,1,0,1,6652.46,-6363.44,30.6345,1.77026,300,0,0,377,408,0,0,0,0),(82821,16320,530,1,1,0,0,6645.24,-6370.05,30.518,1.9341,300,0,0,404,456,0,0,0,0),(82822,16303,530,1,1,0,1,6666.83,-6381.79,36.5385,2.44056,300,0,0,222,0,0,0,0,0),(82823,16303,530,1,1,0,1,6642.13,-6356.75,29.3845,5.37027,300,0,0,222,0,0,0,0,0),(82824,16317,530,1,1,0,1,6639.36,-6353.36,29.3845,4.54505,300,0,0,377,408,0,0,0,0),(82825,16320,530,1,1,0,0,6579.99,-6381.62,31.3772,2.28409,300,5,0,404,456,1,0,0,0),(82826,16303,530,1,1,0,1,6633.68,-6395.32,30.1879,3.59903,300,0,0,222,0,0,0,0,0),(82827,16303,530,1,1,0,1,6626.69,-6343.51,30.8031,2.68797,300,0,0,222,0,0,0,0,0),(82828,16320,530,1,1,0,0,6541.48,-6460.78,39.5829,4.42782,300,0,0,404,456,0,0,0,0),(82829,16319,530,1,1,0,0,6556.16,-6509.41,40.204,0.952152,300,5,0,417,0,1,0,0,0),(82830,4075,530,1,1,0,0,6547.26,-6496.87,40.8805,3.85022,300,0,0,8,0,0,0,0,0),(82831,16321,530,1,1,0,0,6526.46,-6448.58,41.2459,4.48281,300,5,0,417,0,1,0,0,0),(82832,16321,530,1,1,0,0,6584.04,-6349.61,31.4075,6.03469,300,5,0,417,0,1,0,0,0),(82833,16321,530,1,1,0,0,6550.83,-6379.9,33.8966,2.79348,300,5,0,417,0,1,0,0,0),(82834,16250,530,1,1,0,1,6521.35,-6516.06,43.8454,2.77507,300,0,0,532,0,0,0,0,0),(82835,16321,530,1,1,0,0,6511.78,-6498.71,43.762,5.87526,300,5,0,417,0,1,0,0,0),(82836,16321,530,1,1,0,0,6532.87,-6521.41,43.762,3.17142,300,5,0,417,0,1,0,0,0),(82837,16320,530,1,1,0,0,6521.67,-6383.59,47.0422,6.27122,300,5,0,404,456,1,0,0,0),(82838,16320,530,1,1,0,0,6555.31,-6346.99,32.9609,0.1727,300,0,0,404,456,0,0,0,0),(82839,16319,530,1,1,0,0,6580.48,-6544.9,43.5655,0.871808,300,5,0,417,0,1,0,0,0),(82840,16319,530,1,1,0,0,6551.86,-6549.8,43.4567,1.08618,300,5,0,417,0,1,0,0,0),(82841,16303,530,1,1,0,1,6463.17,-6443.71,52.568,3.52556,300,0,0,222,0,0,0,0,0),(82842,16319,530,1,1,0,0,6515.22,-6583.45,48.1187,2.01173,300,5,0,417,0,1,0,0,0),(82843,16320,530,1,1,0,0,6480.24,-6547.81,46.7218,1.96852,300,5,0,404,456,1,0,0,0),(82844,16321,530,1,1,0,0,6448.48,-6513.6,53.4191,2.46838,300,5,0,417,0,1,0,0,0),(82845,4075,530,1,1,0,0,6409.31,-6522.44,75.6236,1.40793,300,10,0,8,0,1,0,0,0),(82846,16319,530,1,1,0,0,6410.62,-6520.54,75.1295,3.92078,300,5,0,417,0,1,0,0,0),(82847,10415,530,1,1,0,0,6305.95,-6463.66,136.13,1.18682,300,0,0,3052,0,0,0,0,0),(82848,16319,530,1,1,0,0,6395.15,-6471.49,65.8307,0.377968,300,5,0,417,0,1,0,0,0),(82849,16320,530,1,1,0,0,6411.43,-6421.56,61.5423,4.23564,300,5,0,404,456,1,0,0,0),(82850,16319,530,1,1,0,0,6386.66,-6508.95,72.0147,6.17368,300,5,0,417,0,1,0,0,0),(82851,16320,530,1,1,0,0,6421.09,-6563,94.1958,1.77221,300,5,0,404,456,1,0,0,0),(82852,16319,530,1,1,0,0,6363.74,-6462.79,71.7961,1.03933,300,5,0,417,0,1,0,0,0),(82853,21229,548,1,1,0,1,561.644,-507.314,-13.1582,3.055,604800,0,0,100520,48465,0,0,0,0),(82854,16320,530,1,1,0,0,6441.58,-6384.95,55.1782,5.43976,300,5,0,404,456,1,0,0,0),(82855,16319,530,1,1,0,0,6348.85,-6544.06,91.0037,2.56063,300,5,0,417,0,1,0,0,0),(82856,16206,530,1,1,0,0,6435.93,-6635.71,108.964,3.31613,300,0,0,247,0,0,0,0,0),(82857,16320,530,1,1,0,0,6426.69,-6652.98,108.566,3.97845,300,0,0,404,456,0,0,0,0),(82858,16321,530,1,1,0,0,6420.84,-6641.51,108.566,0.985502,300,5,0,417,0,1,0,0,0),(82859,16321,530,1,1,0,0,6506.25,-6529.8,43.7615,4.70514,300,5,0,417,0,1,0,0,0),(82860,16320,530,1,1,0,0,6407.98,-6463.32,63.193,5.33937,300,0,0,404,456,0,0,0,0),(82768,21229,548,1,1,0,1,553.778,-545.207,-7.23891,2.79189,604800,0,0,100520,48465,0,0,0,0),(82863,16317,530,1,1,0,1,6373.92,-6399.32,68.8309,4.80469,300,5,0,377,408,1,0,0,0),(82864,16303,530,1,1,0,1,6376.38,-6410.57,69.2824,4.80469,300,0,0,222,0,0,0,0,0),(82756,21229,548,1,1,0,1,555.794,-569.489,-7.14426,3.24349,604800,0,0,100520,48465,0,0,0,0),(82866,16320,530,1,1,0,0,6313.95,-6456.59,86.0106,0.748347,300,0,0,404,456,0,0,0,0),(82867,16319,530,1,1,0,0,6344.6,-6387.78,77.4284,3.551,300,5,0,417,0,1,0,0,0),(82868,16321,530,1,1,0,0,6391.97,-6380.11,64.2908,2.57202,300,5,0,417,0,1,0,0,0),(82870,16321,530,1,1,0,0,6447.26,-6384.75,41.1931,4.40586,300,5,0,417,0,1,0,0,0),(82871,16317,530,1,1,0,1,6448.7,-6383.25,41.3198,2.79253,300,0,0,377,408,0,0,0,0),(82872,16320,530,1,1,0,0,6318.96,-6408.75,79.3299,1.29786,300,0,0,404,456,0,0,0,0),(82873,4075,530,1,1,0,0,6401.52,-6359.4,55.4337,1.20082,300,10,0,8,0,1,0,0,0),(82874,16317,530,1,1,0,1,6296.86,-6455.65,83.2835,5.58505,300,0,0,377,408,0,0,0,0),(82878,16320,530,1,1,0,0,6376.59,-6344.23,68.7133,3.64824,300,5,0,404,456,1,0,0,0),(82879,16303,530,1,1,0,1,6446.89,-6384.09,41.2711,2.79253,300,5,0,222,0,1,0,0,0),(82881,16319,530,1,1,0,0,6284.8,-6420.19,80.6047,5.55927,300,5,0,417,0,1,0,0,0),(82882,10415,530,1,1,0,0,6310.51,-6248.95,129.308,3.1765,300,0,0,3052,0,0,0,0,0),(82883,16209,530,1,1,0,0,6288.15,-6365.47,79.5602,1.69297,300,0,0,247,0,0,0,0,0),(82884,16321,530,1,1,0,0,6339.84,-6353.81,77.3073,0.173859,300,5,0,417,0,1,0,0,0),(82885,16320,530,1,1,0,0,6285.26,-6382.66,79.2458,4.72984,300,0,0,404,456,0,0,0,0),(82886,16317,530,1,1,0,1,6463.95,-6441.87,52.4596,3.52556,300,0,0,377,408,0,0,0,0),(82887,16319,530,1,1,0,0,6313.38,-6521.13,91.2071,3.10056,300,5,0,417,0,1,0,0,0),(82888,16319,530,1,1,0,0,6273.44,-6494.17,82.6702,0.315881,300,5,0,417,0,1,0,0,0),(82889,16247,530,1,1,0,0,6279.76,-6361.43,78.1116,6.21337,300,0,0,629,0,0,0,0,0),(82890,16321,530,1,1,0,0,6272.06,-6376.51,79.1538,5.15711,300,5,0,417,0,1,0,0,0),(82892,16321,530,1,1,0,0,6312.87,-6295.68,77.6193,4.59467,300,5,0,417,0,1,0,0,0),(82893,6491,530,1,4294967295,0,0,7013.18,-7311.28,46.7389,1.0821,60,0,0,4120,0,0,0,0,0),(82894,16320,530,1,1,0,0,6391.89,-6347.54,63.841,2.94707,300,5,0,404,456,1,0,0,0),(82895,16321,530,1,1,0,0,6379.41,-6374.6,67.9934,2.63799,300,5,0,417,0,1,0,0,0),(82896,16319,530,1,1,0,0,6354.02,-6384.04,76.4284,6.28203,300,5,0,417,0,1,0,0,0),(82897,16321,530,1,1,0,0,6436.14,-6365.76,41.264,1.23435,300,5,0,417,0,1,0,0,0),(82899,16303,530,1,1,0,1,6447.68,-6386.06,41.2049,2.79253,300,0,0,222,0,0,0,0,0),(82900,16319,530,1,1,0,0,6301.22,-6424.66,80.5936,2.37788,300,5,0,417,0,1,0,0,0),(82901,16319,530,1,1,0,0,6359.38,-6484.38,73.7127,5.13074,300,5,0,417,0,1,0,0,0),(82903,16317,530,1,1,0,1,6297.05,-6472.92,83.2833,0.750492,300,0,0,377,408,0,0,0,0),(82904,16320,530,1,1,0,0,6347.26,-6434.59,78.1568,0.837758,300,0,0,404,456,0,0,0,0),(82905,16320,530,1,1,0,0,6338.65,-6424.52,78.0688,0.698132,300,0,0,404,456,0,0,0,0),(82906,16317,530,1,1,0,1,6313.02,-6474.52,83.2836,2.25148,300,0,0,377,408,0,0,0,0),(82907,16249,530,1,1,0,1,6305.88,-6463.66,86.2826,3.92699,300,0,0,486,1202,0,0,0,0),(82908,16319,530,1,1,0,0,6394.38,-6516.27,73.1247,0.309369,300,5,0,417,0,1,0,0,0),(82909,16319,530,1,1,0,0,6397.01,-6523.51,73.9727,1.49729,300,5,0,417,0,1,0,0,0),(82910,16319,530,1,1,0,0,6394.7,-6496.16,68.1409,3.09957,300,5,0,417,0,1,0,0,0),(82911,16320,530,1,1,0,0,6318.94,-6415.87,80.0936,2.25195,300,0,0,404,456,0,0,0,0),(20298,23712,530,1,1,252,0,-4188.39,-12501.9,44.4447,0.331613,2,0,0,71,0,0,0,0,0),(82914,16317,530,1,1,0,1,6306.13,-6365.19,78.0242,1.46397,300,5,0,377,408,1,0,0,0),(82915,16303,530,1,1,0,1,6306.08,-6365.7,78.0242,1.77673,300,5,0,222,0,1,0,0,0),(82916,16354,530,1,1,0,0,6374.33,-6436.74,71.9915,1.19817,300,5,0,273,0,1,0,0,0),(81915,21230,548,1,1,0,1,557.688,-472.984,-13.1581,3.70923,604800,0,0,100520,48465,0,0,0,0),(82918,16320,530,1,1,0,0,6439.41,-6483.35,55.9861,3.08295,300,5,0,404,456,1,0,0,0),(82919,16320,530,1,1,0,0,6310.88,-6458.9,86.283,5.16617,300,0,0,404,456,0,0,0,0),(82920,16319,530,1,1,0,0,6272.02,-6494.5,82.8473,0.189908,300,5,0,417,0,1,0,0,0),(82921,16321,530,1,1,0,0,6271.67,-6375.19,79.1538,2.26807,300,5,0,417,0,1,0,0,0),(82922,16319,530,1,1,0,0,6320.85,-6531.36,99.2036,4.29327,300,5,0,417,0,1,0,0,0),(82923,16321,530,1,1,0,0,6371.33,-6347.53,67.9541,4.77222,300,5,0,417,0,1,0,0,0),(82924,16320,530,1,1,0,0,6335.46,-6372.75,78.1971,5.88176,300,0,0,404,456,0,0,0,0),(82925,16320,530,1,1,0,0,6336.44,-6361.69,78.1087,6.10865,300,0,0,404,456,0,0,0,0),(82926,16320,530,1,1,0,0,6406.16,-6438.19,65.0673,4.49069,300,0,0,404,456,0,0,0,0),(82927,16321,530,1,1,0,0,6349.71,-6366.3,78.1873,5.88176,300,5,0,417,0,1,0,0,0),(82928,16319,530,1,1,0,0,6353.75,-6355.5,73.2292,3.07819,300,5,0,417,0,1,0,0,0),(82930,16320,530,1,1,0,0,6275.54,-6345.21,79.1538,3.37931,300,0,0,404,456,0,0,0,0),(82931,16321,530,1,1,0,0,6324.1,-6296.8,76.4418,6.0455,300,5,0,417,0,1,0,0,0),(82932,16303,530,1,1,0,1,6404.95,-6455.26,64.7564,5.45218,300,0,0,222,0,0,0,0,0),(82933,16320,530,1,1,0,0,6343.53,-6287.6,73.3953,5.84685,300,0,0,404,456,0,0,0,0),(82934,16320,530,1,1,0,0,6450.63,-6384.81,55.2616,4.34587,300,0,0,404,456,0,0,0,0),(82935,16320,530,1,1,0,0,6444.47,-6383.1,55.2616,4.43314,300,0,0,404,456,0,0,0,0),(81914,21230,548,1,1,0,1,564.498,-514.544,-13.1581,2.93169,604800,0,0,100520,48465,0,0,0,0),(82937,16321,530,1,1,0,0,6442.05,-6406.18,48.7616,2.18166,300,5,0,417,0,1,0,0,0),(82938,4075,530,1,1,0,0,6299.71,-6294.95,79.2907,5.21113,300,0,0,8,0,0,0,0,0),(82939,16320,530,1,1,0,0,6352.84,-6277.44,73.467,5.51524,300,0,0,404,456,0,0,0,0),(82940,16739,530,1,1,0,0,-3746.37,-11696.1,-105.87,3.14578,120,0,0,737,2175,0,0,0,0),(82941,19778,530,1,1,0,0,-3781.55,-11541.8,-134.744,1.93941,120,0,0,811,852,0,0,0,0),(82942,16727,530,1,1,0,1,-3783.15,-11546.8,-134.781,1.84987,120,0,0,811,852,0,0,0,0),(82943,18350,530,1,1,0,0,-3918.95,-11544.7,-150.14,4.58778,120,0,0,955,0,0,0,0,0),(82944,17773,530,1,1,0,0,-3923.77,-11544.5,-150.193,4.58778,120,0,0,811,852,0,0,0,0),(82945,16710,530,1,1,0,0,-3914.41,-11544.8,-150.085,4.58778,120,0,0,737,2175,0,0,0,0),(82946,16773,530,1,1,0,0,-4214.06,-11630.2,-98.8992,5.66455,120,0,0,955,0,0,0,0,0),(82947,16766,530,1,1,0,0,-4092.99,-11634.4,-138.784,1.59698,120,0,0,737,2175,0,0,0,0),(82948,16553,530,1,1,0,0,-4129.43,-12469,44.0842,3.90528,120,0,0,1003,0,0,0,0,0),(82949,17101,530,1,1,0,0,-4266.38,-12985.1,2.29031,5.5232,120,0,0,176,0,0,0,0,0),(81913,21230,548,1,1,0,1,436.508,-504.474,-13.1582,6.15967,604800,0,0,100520,48465,0,0,0,0),(81912,21230,548,1,1,0,1,442.2,-472.305,-13.1582,5.83766,604800,0,0,100520,48465,0,0,0,0),(81770,21231,548,1,1,0,1,556.908,-478.109,-13.1582,3.15946,604800,0,0,125668,0,0,0,0,0),(81764,21221,548,1,1,0,1,428.727,-770.685,-7.1437,1.8502,604800,0,0,175934,0,0,0,0,0),(81104,21339,548,1,1,0,1,423.768,-772.959,-7.1437,1.94524,604800,0,0,100520,48465,0,0,0,0),(81064,21301,548,1,1,0,1,492.101,-652.358,-7.10498,6.19425,604800,0,0,125668,0,0,0,0,0),(81028,21231,548,1,1,0,1,549.974,-569.879,-7.14429,2.91756,604800,0,0,125668,0,0,0,0,0),(81027,21260,548,1,1,0,0,-156.659,-396.432,-1.60243,2.44678,604800,0,0,7540,0,2,0,0,0),(81025,21231,548,1,1,0,1,451.279,-570.087,-7.36974,6.24372,604800,0,0,125668,0,0,0,0,0),(80997,21229,548,1,1,0,1,446.678,-571.85,-7.32441,6.04344,604800,0,0,100520,48465,0,0,0,0),(80731,21231,548,1,1,0,1,443.201,-477.605,-13.1582,5.98846,604800,0,0,125668,0,0,0,0,0),(80510,21231,548,1,1,0,1,444.586,-507.828,-13.1582,0.196145,604800,0,0,125668,0,0,0,0,0),(80498,21231,548,1,1,0,1,557.703,-509.528,-13.1582,2.90577,604800,0,0,125668,0,0,0,0,0),(80497,21231,548,1,1,0,1,551.494,-541.766,-7.30326,2.6034,604800,0,0,125668,0,0,0,0,0),(80491,21301,548,1,1,0,1,547.846,-703.082,-7.14424,2.76992,604800,0,0,125668,0,0,0,0,0),(80273,21339,548,1,1,0,1,509.129,-736.181,-7.1441,1.28552,604800,0,0,100520,48465,0,0,0,0),(80272,21251,548,1,1,0,0,-219.567,-304.264,-3.68182,1.3574,604800,0,0,387450,0,2,0,0,0),(82977,18419,553,3,1,0,0,13.1181,198.473,-5.54039,0.944012,86400,0,0,16227,3080,2,0,0,0),(82978,18419,553,3,1,0,0,16.2932,195.016,-5.54041,0.366745,86400,0,0,16227,3080,0,0,0,0),(82979,19633,553,3,1,0,0,9.96607,201.49,-5.54034,4.46653,86400,0,0,14199,21093,0,0,0,0),(82980,19633,553,3,1,0,0,-10.8899,200.943,-5.54034,5.33439,86400,0,0,14199,21093,0,0,0,0),(82981,18419,553,3,1,0,0,-8.21974,204.331,-5.54036,1.06967,86400,0,0,16227,3080,2,0,0,0),(82982,18419,553,3,1,0,0,-13.7922,197.698,-5.54033,2.3538,86400,0,0,16227,3080,0,0,0,0),(82983,18419,553,3,1,0,0,2.21315,163.032,-5.54038,1.77654,86400,0,0,16227,3080,2,0,0,0),(82984,17993,553,3,1,0,1,4.66944,131.582,-5.53933,4.39113,86400,0,0,15686,3080,0,0,0,0),(82985,17993,553,3,1,0,1,-5.02438,214.198,-5.54034,5.33059,86400,0,0,15686,3080,0,0,0,0),(82986,17976,553,3,1,0,1,125.729,321.185,-3.63595,5.47973,86400,0,0,113700,0,2,0,0,0),(82987,17975,553,3,1,0,0,116.326,455.57,-4.9414,0.796403,86400,0,0,92925,49635,2,0,0,0),(82988,19505,553,3,1,0,0,21.5163,588.566,-17.7631,1.62734,86400,0,0,14181,7196,0,0,0,0),(82989,17980,553,3,1,0,0,-203.962,390.84,-11.1781,0.0518439,86400,0,0,121770,0,0,0,0,0),(82990,17977,553,3,1,0,0,65.8663,392.454,-27.9772,3.0984,86400,0,0,132840,0,0,0,0,0),(82991,17993,553,3,1,0,1,5.43855,213.4,-5.54034,4.08966,86400,0,0,15686,3080,0,0,0,0),(82992,18405,553,3,1,0,0,14.3946,191.623,-5.5404,4.61588,86400,0,0,22356,3155,2,0,0,0),(82993,18419,553,3,1,0,0,3.13933,253.476,-5.3924,1.10514,86400,0,0,16227,3080,2,0,0,0),(82994,18419,553,3,1,0,0,-4.45333,252.871,-5.39659,2.29894,86400,0,0,16227,3080,2,0,0,0),(82995,17994,553,3,1,0,1,-34.7252,287.805,-1.84731,2.18113,86400,0,0,20958,0,0,0,0,0),(82996,18155,553,3,1,0,0,-31.6639,291.06,-1.84731,5.8136,86400,0,0,13522,0,0,0,0,0),(82997,18155,553,3,1,0,0,-39.27,287.635,-1.84731,3.86188,86400,0,0,13522,0,0,0,0,0),(82998,18155,553,3,1,0,0,-34.1896,283.212,-1.84731,5.66044,86400,0,0,13522,0,0,0,0,0),(82999,18155,553,3,1,0,0,-38.0886,278.887,-1.84731,4.95751,86400,0,0,13522,0,0,0,0,0),(83000,19633,553,3,1,0,0,-0.803799,255.715,-5.489,1.28576,86400,0,0,14199,21093,0,0,0,0),(83001,17993,553,3,1,0,1,15.7168,284.394,-1.44363,2.76937,86400,0,0,15686,3080,0,0,0,0),(83002,17993,553,3,1,0,1,15.8236,291.783,-1.47023,3.74327,86400,0,0,15686,3080,0,0,0,0),(83003,18405,553,3,1,0,0,-17.7493,288.036,-1.50225,3.13537,86400,0,0,22356,3155,2,0,0,0),(83004,17993,553,3,1,0,1,47.1522,284.676,-5.67585,2.93823,86400,0,0,15686,3080,0,0,0,0),(83005,17993,553,3,1,0,1,47.263,291.679,-5.67585,3.49587,86400,0,0,15686,3080,0,0,0,0),(83006,18404,553,3,1,0,1,50.4144,282.994,-5.64831,1.66981,86400,0,0,20283,0,0,0,0,0),(83007,17994,553,3,1,0,1,102.21,287.521,-6.81452,0.21604,86400,0,0,20958,0,2,0,0,0),(83008,18155,553,3,1,0,0,101.218,295.671,-6.7191,3.58147,86400,0,0,13522,0,2,0,0,0),(83009,18155,553,3,1,0,0,109.374,279.244,-6.94078,2.23058,86400,0,0,13522,0,2,0,0,0),(83010,18155,553,3,1,0,0,100.847,280.372,-6.88755,2.28163,86400,0,0,13522,0,2,0,0,0),(83011,18404,553,3,1,0,1,150.187,281.684,-4.62663,1.54336,86400,0,0,20283,0,0,0,0,0),(83012,17993,553,3,1,0,1,154.023,282.03,-4.09486,1.86144,86400,0,0,15686,3080,0,0,0,0),(83013,18404,553,3,1,0,1,161,286.047,-3.48953,2.35625,86400,0,0,20283,0,0,0,0,0),(83014,17993,553,3,1,0,1,151.958,282.052,-4.4129,1.59048,86400,0,0,15686,3080,0,0,0,0),(83015,17993,553,3,1,0,1,162.811,287.795,-3.46681,2.69789,86400,0,0,15686,3080,0,0,0,0),(83016,18421,553,3,1,0,1,152.792,368.803,-5.39437,0.971583,86400,0,0,16208,9465,0,0,0,0),(83017,18422,553,3,1,0,1,161.327,377.632,-5.38641,6.28087,86400,0,0,16208,9465,2,0,0,0),(83018,19557,553,3,1,0,0,158.107,367.374,-5.41518,3.4181,86400,0,0,8451,0,0,0,0,0),(83019,19486,553,3,1,0,1,152.338,375.192,-5.38734,5.4405,86400,0,0,16208,3155,0,0,0,0),(83020,19486,553,3,1,0,1,169.486,387.83,-5.38639,0.629924,86400,0,0,16208,3155,0,0,0,0),(83021,19486,553,3,1,0,1,151.895,406.235,-5.38639,1.02262,86400,0,0,16208,3155,0,0,0,0),(83027,28402,571,1,1,0,1,5493.61,-3712.33,362.623,0.680678,120,0,0,1,0,2,0,0,0),(83026,28861,571,1,1,0,0,6320.92,-4130.37,458.932,0.0134323,120,0,0,1,0,2,0,0,0),(83024,18422,553,3,1,0,1,163.059,410.22,-5.38639,5.25592,86400,0,0,16208,9465,0,0,0,0),(83025,19557,553,3,1,0,0,164.226,409.468,-5.38639,2.56593,86400,0,0,8451,0,0,0,0,0),(83023,36223,571,1,1,0,0,8533.11,985.16,547.393,0.680678,120,0,0,1,0,0,0,0,0),(83022,36223,571,1,1,0,0,8537.03,986.37,547.418,0.0134323,120,0,0,1,0,2,0,0,0),(83028,18421,553,3,1,0,1,157.859,413,-5.38639,4.38647,86400,0,0,16208,9465,0,0,0,0),(83029,18421,553,3,1,0,1,175.628,393.674,-5.38583,3.98592,86400,0,0,16208,9465,0,0,0,0),(83030,18422,553,3,1,0,1,185.393,384.42,-5.39148,5.41142,86400,0,0,16208,9465,2,0,0,0),(83031,19557,553,3,1,0,0,194.601,376.902,-5.47873,2.65074,86400,0,0,8451,0,0,0,0,0),(83032,18421,553,3,1,0,1,196.725,375.837,-5.49607,0.117831,86400,0,0,16208,9465,0,0,0,0),(83033,18421,553,3,1,0,1,199.939,372.079,-5.52151,0.867887,86400,0,0,16208,9465,0,0,0,0),(83034,19486,553,3,1,0,1,196.994,373.283,-5.49978,0.451626,86400,0,0,16208,3155,0,0,0,0),(83035,18420,553,3,1,0,1,162.23,452.538,-5.41697,4.74775,86400,0,0,22976,12924,0,0,0,0),(83036,18587,553,3,1,0,0,168.887,442.034,-6.92318,3.42043,86400,0,0,3271,0,0,0,0,0),(83037,18587,553,3,1,0,0,171.929,441.282,-6.95202,4.57889,86400,0,0,3271,0,0,0,0,0),(83038,18587,553,3,1,0,0,171.384,437.23,-6.93856,4.57889,86400,0,0,3271,0,0,0,0,0),(83039,18587,553,3,1,0,0,165.965,436.164,-6.87502,3.31047,86400,0,0,3271,0,0,0,0,0),(83040,18587,553,3,1,0,0,159.858,434.154,-6.80196,4.00947,86400,0,0,3271,0,0,0,0,0),(83041,18587,553,3,1,0,0,160.993,438.481,-6.82266,1.33912,86400,0,0,3271,0,0,0,0,0),(83042,18587,553,3,1,0,0,154.784,437.83,-6.75847,3.11804,86400,0,0,3271,0,0,0,0,0),(83043,18587,553,3,1,0,0,152.573,431.55,-6.71444,4.02518,86400,0,0,3271,0,0,0,0,0),(83044,18587,553,3,1,0,0,146.013,434.843,-6.65248,3.6207,86400,0,0,3271,0,0,0,0,0),(83045,18587,553,3,1,0,0,144.25,427.625,-6.61283,0.522306,86400,0,0,3271,0,0,0,0,0),(83046,18587,553,3,1,0,0,148.663,437.22,-6.69541,0.616554,86400,0,0,3271,0,0,0,0,0),(83047,18587,553,3,1,0,0,140.816,437.174,-6.61253,0.0589213,86400,0,0,3271,0,0,0,0,0),(83048,18421,553,3,1,0,1,151.078,410.242,-5.38645,6.27927,86400,0,0,16208,9465,0,0,0,0),(83049,18422,553,3,1,0,1,174.814,495.449,-2.62112,2.26981,86400,0,0,16208,9465,0,0,0,0),(83050,19557,553,3,1,0,0,173.692,496.74,-2.51852,5.33679,86400,0,0,8451,0,0,0,0,0),(83051,18421,553,3,1,0,1,170.872,498.51,-2.35577,1.77108,86400,0,0,16208,9465,0,0,0,0),(83052,18421,553,3,1,0,1,158.175,496.274,-3.86825,0.239551,86400,0,0,16208,9465,2,0,0,0),(83053,19486,553,3,1,0,1,164.605,505.64,-2.36451,6.07113,86400,0,0,16208,3155,0,0,0,0),(83054,19557,553,3,1,0,0,162.363,507.301,-2.5377,2.6625,86400,0,0,8451,0,0,0,0,0),(83055,18422,553,3,1,0,1,159.537,508.659,-2.74336,5.86693,86400,0,0,16208,9465,0,0,0,0),(83056,18420,553,3,1,0,1,88.4563,495.092,-5.38647,5.83944,86400,0,0,22976,12924,0,0,0,0),(83057,18587,553,3,1,0,0,99.661,505.548,-6.92925,5.36584,86400,0,0,3271,0,0,0,0,0),(83058,18587,553,3,1,0,0,106.341,502.968,-6.91221,5.29123,86400,0,0,3271,0,0,0,0,0),(83059,18587,553,3,1,0,0,106.239,507.311,-6.96302,5.23625,86400,0,0,3271,0,0,0,0,0),(83060,18587,553,3,1,0,0,112.969,504.546,-6.97572,3.89715,86400,0,0,3271,0,0,0,0,0),(83061,18587,553,3,1,0,0,103.268,494.14,-6.80064,3.66938,86400,0,0,3271,0,0,0,0,0),(83062,18587,553,3,1,0,0,107.35,493.805,-6.82242,3.66938,86400,0,0,3271,0,0,0,0,0),(83063,18587,553,3,1,0,0,102.983,485.073,-6.70173,3.69687,86400,0,0,3271,0,0,0,0,0),(83064,18587,553,3,1,0,0,99.0343,483.894,-6.67042,3.69687,86400,0,0,3271,0,0,0,0,0),(83065,18587,553,3,1,0,0,103.663,480.451,-6.65843,3.69687,86400,0,0,3271,0,0,0,0,0),(83066,17993,553,3,1,0,1,-165.143,391.979,-17.7002,1.58384,86400,0,0,21881,3155,0,0,0,0),(83068,18587,553,3,1,0,0,98.3853,480.026,-6.62289,3.69687,86400,0,0,3271,0,0,0,0,0),(83069,18587,553,3,1,0,0,101.155,490.86,-6.75729,3.69687,86400,0,0,3271,0,0,0,0,0),(83070,19505,553,3,1,0,0,-2.59272,503.548,-5.32385,1.48205,86400,0,0,14181,7196,0,0,0,0),(83071,19505,553,3,1,0,0,-7.07519,507.14,-5.29541,0.657381,86400,0,0,14181,7196,0,0,0,0),(83072,19511,553,3,1,0,1,-10.8118,498.695,-5.35544,5.4326,86400,0,0,20958,0,2,0,0,0),(83073,19511,553,3,1,0,1,-6.52539,482.932,-5.49278,0.99117,86400,0,0,20958,0,2,0,0,0),(83074,19505,553,3,1,0,0,-24.473,507.265,-5.30362,0.22148,86400,0,0,14181,7196,0,0,0,0),(83075,19505,553,3,1,0,0,-19.6949,503.837,-5.32075,1.55666,86400,0,0,14181,7196,0,0,0,0),(83076,17978,553,3,1,0,0,5.03811,593.451,-15.1414,4.68254,86400,0,0,75875,3387,0,0,0,0),(83077,19505,553,3,1,0,0,-11.5331,590.832,-17.7077,1.39957,86400,0,0,14181,7196,0,0,0,0),(83078,19511,553,3,1,0,1,-8.26931,579.562,-17.8498,1.32574,86400,0,0,20958,0,0,0,0,0),(83079,19512,553,3,1,0,1,-9.58502,571.339,-17.9584,1.41214,86400,0,0,20958,0,0,0,0,0),(83080,19511,553,3,1,0,1,-1.795,572.5,-17.9285,1.41214,86400,0,0,20958,0,0,0,0,0),(83081,19512,553,3,1,0,1,1.05078,578.815,-17.84,1.41214,86400,0,0,20958,0,0,0,0,0),(83082,19511,553,3,1,0,1,15.4774,578.021,-17.8911,1.77735,86400,0,0,20958,0,0,0,0,0),(83083,19511,553,3,1,0,1,15.5868,567.811,-18.038,1.80091,86400,0,0,20958,0,0,0,0,0),(83084,19512,553,3,1,0,1,22.0604,569.604,-18.0291,1.80091,86400,0,0,20958,0,0,0,0,0),(83085,19512,553,3,1,0,1,22.9256,579.648,-17.8874,1.86374,86400,0,0,20958,0,0,0,0,0),(83086,19511,553,3,1,0,1,-37.1817,524.029,-10.1643,3.0654,86400,0,0,20958,0,2,0,0,0),(83087,19843,553,3,1,0,1,-76.9737,558.159,-17.7822,0.634591,86400,0,0,20958,0,2,0,0,0),(83088,19843,553,3,1,0,1,-101.159,540.929,-17.8248,1.11761,86400,0,0,20958,0,0,0,0,0),(83089,19843,553,3,1,0,1,-101.383,550.862,-17.8248,0.249745,86400,0,0,20958,0,0,0,0,0),(83090,19598,553,3,1,0,0,-133.4,518.873,-17.8247,4.12176,86400,0,0,4890,0,0,0,0,0),(83091,19508,553,3,1,0,1,-128.333,505.967,-17.8247,3.94112,86400,0,0,20259,0,0,0,0,0),(83092,19598,553,3,1,0,0,-126.586,510.349,-17.8247,2.6295,86400,0,0,4890,0,0,0,0,0),(83093,19507,553,3,1,0,0,-133.021,508.123,-17.8247,4.58514,86400,0,0,14181,7196,0,0,0,0),(83094,19509,553,3,1,0,1,-136.26,507.361,-17.8249,4.19637,86400,0,0,16208,3155,0,0,0,0),(83095,19509,553,3,1,0,1,-153.522,532.335,-17.8249,4.25527,86400,0,0,16208,3155,0,0,0,0),(83096,19509,553,3,1,0,1,-150.717,521.538,-17.8249,2.80621,86400,0,0,16208,3155,0,0,0,0),(83097,19507,553,3,1,0,0,-151.228,527.071,-17.8249,3.49736,86400,0,0,14181,7196,0,0,0,0),(83098,19598,553,3,1,0,0,-149.496,533.72,-17.8249,4.90715,86400,0,0,4890,0,0,0,0,0),(83099,19598,553,3,1,0,0,-145.39,520.226,-17.8249,3.71334,86400,0,0,4890,0,0,0,0,0),(83100,19598,553,3,1,0,0,-155.895,511.581,-17.8249,2.20537,86400,0,0,4890,0,0,0,0,0),(83101,19598,553,3,1,0,0,-154.103,502.819,-17.8249,5.08386,86400,0,0,4890,0,0,0,0,0),(83102,19508,553,3,1,0,1,-163.969,505.352,-17.8249,4.377,86400,0,0,20259,0,0,0,0,0),(83103,19507,553,3,1,0,0,-160.597,499.904,-17.8249,3.47772,86400,0,0,14181,7196,0,0,0,0),(83104,19509,553,3,1,0,1,-162.198,494.549,-17.8249,2.68839,86400,0,0,16208,3155,0,0,0,0),(83105,17993,553,3,1,0,1,-164.842,472.099,-17.8249,0.595305,86400,0,0,15686,3080,0,0,0,0),(83106,17993,553,3,1,0,1,-156.333,472.493,-17.8249,1.60847,86400,0,0,15686,3080,0,0,0,0),(83107,19865,553,3,1,0,0,-176.416,417.391,-17.6969,3.70156,86400,0,0,15718,0,0,0,0,0),(83108,19513,553,3,1,0,0,-179.26,413.633,-17.6885,4.20814,86400,0,0,15718,0,0,0,0,0),(83109,19513,553,3,1,0,0,-174.099,408.19,-17.6913,5.89674,86400,0,0,15718,0,0,0,0,0),(83110,19513,553,3,1,0,0,-160.795,405.768,-17.6949,5.12784,86400,0,0,15718,0,0,0,0,0),(83111,19513,553,3,1,0,0,-156.22,402.327,-17.7852,5.65798,86400,0,0,15718,0,0,0,0,0),(83112,19865,553,3,1,0,0,-178.451,397.761,-17.6878,0.458639,86400,0,0,15718,0,0,0,0,0),(83113,19865,553,3,1,0,0,-153.927,415.133,-17.6938,4.2796,86400,0,0,15718,0,0,0,0,0),(83114,19865,553,3,1,0,0,-150.972,395.511,-17.8314,1.30294,86400,0,0,15718,0,0,0,0,0),(83115,19865,553,3,1,0,0,-158.512,382.764,-17.7646,4.55449,86400,0,0,15718,0,0,0,0,0),(83116,19865,553,3,1,0,0,-171.692,386.431,-17.6929,4.62911,86400,0,0,15718,0,0,0,0,0),(83117,19513,553,3,1,0,0,-175.537,378.661,-17.6926,4.7155,86400,0,0,15718,0,0,0,0,0),(83118,19513,553,3,1,0,0,-153.73,377.347,-17.6915,3.34498,86400,0,0,15718,0,0,0,0,0),(83119,19608,553,3,1,0,0,-7.40264,405.74,-28.8768,0.568592,86400,0,0,4890,0,0,0,0,0),(83120,19608,553,3,1,0,0,-11.3965,409.641,-28.9496,1.05554,86400,0,0,4890,0,0,0,0,0),(83121,19608,553,3,1,0,0,-5.04485,413.541,-28.7785,0.851335,86400,0,0,4890,0,0,0,0,0),(83122,19608,553,3,1,0,0,-2.76557,407.948,-28.8031,0.851335,86400,0,0,4890,0,0,0,0,0),(83123,19608,553,3,1,0,0,2.45118,411.253,-27.8576,0.851335,86400,0,0,4890,0,0,0,0,0),(83124,19608,553,3,1,0,0,-1.1033,413.343,-28.478,0.851335,86400,0,0,4890,0,0,0,0,0),(83125,19608,553,3,1,0,0,1.42734,417.668,-28.5357,0.851335,86400,0,0,4890,0,0,0,0,0),(83126,19608,553,3,1,0,0,-5.77979,417.822,-28.9189,0.851335,86400,0,0,4890,0,0,0,0,0),(83127,19608,553,3,1,0,0,-12.6501,413.66,-28.9731,0.851335,86400,0,0,4890,0,0,0,0,0),(83128,19608,553,3,1,0,0,8.47863,406.905,-27.2781,0.00703203,86400,0,0,4890,0,0,0,0,0),(83129,19608,553,3,1,0,0,5.30724,405.438,-27.6309,0.00703203,86400,0,0,4890,0,0,0,0,0),(83130,19608,553,3,1,0,0,17.547,404.861,-27.1645,3.80836,86400,0,0,4890,0,0,0,0,0),(83131,19608,553,3,1,0,0,23.7654,371.145,-26.2477,5.5166,86400,0,0,4890,0,0,0,0,0),(83132,19608,553,3,1,0,0,12.2855,360.383,-27.7852,5.46555,86400,0,0,4890,0,0,0,0,0),(83133,19608,553,3,1,0,0,11.4912,368.427,-27.1336,5.46555,86400,0,0,4890,0,0,0,0,0),(83134,19608,553,3,1,0,0,9.38162,375.868,-26.9916,5.46555,86400,0,0,4890,0,0,0,0,0),(83135,19608,553,3,1,0,0,17.2784,379.591,-27.3824,5.46555,86400,0,0,4890,0,0,0,0,0),(83136,19608,553,3,1,0,0,32.2701,373.472,-26.2357,5.46555,86400,0,0,4890,0,0,0,0,0),(83137,19608,553,3,1,0,0,33.6453,373.674,-26.3937,5.46555,86400,0,0,4890,0,0,0,0,0),(83138,19608,553,3,1,0,0,40.1692,370.195,-26.9002,5.46555,86400,0,0,4890,0,0,0,0,0),(83139,19608,553,3,1,0,0,48.5151,367.157,-27.7453,5.46555,86400,0,0,4890,0,0,0,0,0),(83140,19608,553,3,1,0,0,43.0198,361.53,-26.4336,5.46555,86400,0,0,4890,0,0,0,0,0),(83141,19608,553,3,1,0,0,54.0026,360.482,-26.8436,5.46555,86400,0,0,4890,0,0,0,0,0),(83142,19608,553,3,1,0,0,61.631,362.406,-27.4211,5.46555,86400,0,0,4890,0,0,0,0,0),(83143,19608,553,3,1,0,0,49.4192,355.22,-25.9677,3.27036,86400,0,0,4890,0,0,0,0,0),(83144,19608,553,3,1,0,0,35.1972,349.307,-26.3855,2.88944,86400,0,0,4890,0,0,0,0,0),(83145,19608,553,3,1,0,0,24.6772,351.709,-27.7434,2.88944,86400,0,0,4890,0,0,0,0,0),(83146,19608,553,3,1,0,0,23.2317,359.402,-26.5154,1.86057,86400,0,0,4890,0,0,0,0,0),(83147,19608,553,3,1,0,0,16.1734,363.268,-27.0121,1.88413,86400,0,0,4890,0,0,0,0,0),(83148,19608,553,3,1,0,0,1.29839,363.459,-28.1844,2.15117,86400,0,0,4890,0,0,0,0,0),(83149,19608,553,3,1,0,0,16.9297,368.371,-26.301,0.360461,86400,0,0,4890,0,0,0,0,0),(83150,18419,553,3,1,0,0,-2.82268,162.395,-5.54036,1.45845,86400,0,0,16227,3080,0,0,0,0),(83151,17993,553,3,1,0,1,2.35202,46.2708,-5.53589,4.48292,86400,0,0,15686,3080,0,0,0,0),(83152,17993,553,3,1,0,1,-4.7336,45.9968,-5.55443,4.8874,86400,0,0,15686,3080,0,0,0,0),(83153,18405,553,3,1,0,0,-1.15049,43.6785,-5.60109,4.72246,86400,0,0,22356,3155,0,0,0,0),(83154,17993,553,3,1,0,1,2.61628,90.4882,-5.64622,4.33368,86400,0,0,15686,3080,0,0,0,0),(83155,17993,553,3,1,0,1,-5.64378,90.6378,-5.64235,4.93059,86400,0,0,15686,3080,0,0,0,0),(83156,17993,553,3,1,0,1,-5.33101,130.813,-5.53933,5.38859,86400,0,0,15686,3080,0,0,0,0),(83157,18405,553,3,1,0,0,-0.544267,126.423,-5.53933,1.64223,86400,0,0,22356,3155,2,0,0,0),(83158,18155,553,3,1,0,0,-6.50401,322.724,-5.42089,5.88918,86400,0,0,13522,0,0,0,0,0),(83159,18155,553,3,1,0,0,-31.621,304.613,-2.21123,1.21161,86400,0,0,13522,0,0,0,0,0),(83160,19219,554,3,1,0,0,207.231,-14.3023,-2.19213,3.23112,86400,0,0,121770,0,2,0,0,0),(83161,20988,554,3,1,0,0,133.053,-39.9267,-0.00164767,6.15486,86400,0,0,16227,3080,0,0,0,0),(83162,19716,554,3,1,0,0,141.167,-45.2077,-0.00164767,4.43249,86400,0,0,10142,0,0,0,0,0),(83163,19716,554,3,1,0,0,135.119,-44.8897,-0.00164767,4.44427,86400,0,0,10142,0,0,0,0,0),(83164,20988,554,3,1,0,0,132.881,37.3127,-0.00156292,1.45583,86400,0,0,16227,3080,0,0,0,0),(83165,19712,554,3,1,0,0,147.889,45.0173,-0.00156292,0.426625,86400,0,0,20958,0,0,0,0,0),(83166,19716,554,3,1,0,0,139.378,50.5137,-0.00137669,1.23199,86400,0,0,10142,0,0,0,0,0),(83167,19716,554,3,1,0,0,152.785,53.8737,-0.00282132,3.05019,86400,0,0,10142,0,0,0,0,0),(83168,19716,554,3,1,0,0,173.995,37.7319,1.01045,0.127397,86400,0,0,10142,0,2,0,0,0),(83169,19168,554,3,1,0,0,225.822,46.382,-0.00603536,3.27292,86400,0,0,21636,3080,0,0,0,0),(83170,19716,554,3,1,0,0,196.496,36.608,-0.00623331,5.04792,86400,0,0,10142,0,0,0,0,0),(83171,19716,554,3,1,0,0,189.831,35.4342,-0.00623331,4.74946,86400,0,0,10142,0,0,0,0,0),(83172,19168,554,3,1,0,0,225.811,59.3986,-0.0020728,2.99409,86400,0,0,21636,3080,0,0,0,0),(83173,19735,554,3,1,0,0,233.313,52.3184,0.0214247,3.11426,86400,0,0,86172,0,2,0,0,0),(83174,20059,554,3,1,0,1,169.156,92.0407,0.642169,3.19502,86400,0,0,14670,7196,0,0,0,0),(83175,19510,554,3,1,0,1,167.576,88.3262,1.13275,3.13612,86400,0,0,20958,0,0,0,0,0),(83176,20990,554,3,1,0,1,167.539,81.4523,1.13569,3.13612,86400,0,0,16227,15400,0,0,0,0),(83177,19166,554,3,1,0,0,149.63,81.2452,6.46902,3.14005,86400,0,0,35905,0,2,0,0,0),(83178,19167,554,3,1,0,1,119.302,86.1098,14.9333,3.23967,86400,0,0,20958,0,0,0,0,0),(83179,20990,554,3,1,0,1,119.65,67.89,14.9258,2.96792,86400,0,0,16227,15400,0,0,0,0),(83180,20988,554,3,1,0,0,112.07,40.3562,14.9243,4.4052,86400,0,0,16227,3080,2,0,0,0),(87087,19716,554,3,1,0,0,106.545,52.6026,14.9234,0.0881336,86400,0,0,10142,0,0,0,0,0),(83182,19713,554,3,1,0,0,110.535,59.7892,14.9232,5.11599,86400,0,0,20958,0,0,0,0,0),(83183,19713,554,3,1,0,0,110.807,46.7967,14.9232,1.07904,86400,0,0,20958,0,0,0,0,0),(83185,19167,554,3,1,0,1,74.4081,65.8713,14.9247,3.12422,86400,0,0,20958,0,0,0,0,0),(83186,20990,554,3,1,0,1,74.1962,53.6792,14.9247,3.12422,86400,0,0,16227,15400,0,0,0,0),(83187,20990,554,3,1,0,1,37.3334,55.4128,0.162094,1.91239,86400,0,0,16227,15400,0,0,0,0),(83188,19167,554,3,1,0,1,37.0378,64.3177,0.162094,3.83588,86400,0,0,20958,0,0,0,0,0),(83189,19166,554,3,1,0,0,38.192,59.6879,0.163062,4.61499,86400,0,0,35905,0,2,0,0,0),(83190,19510,554,3,1,0,1,23.228,18.9781,0.00000711717,3.11017,86400,0,0,20958,0,0,0,0,0),(83191,20059,554,3,1,0,1,23.3113,21.6298,0.00000711717,3.11017,86400,0,0,14670,7196,0,0,0,0),(83192,20990,554,3,1,0,1,23.3909,24.1625,0.00000711717,3.1141,86400,0,0,16227,15400,0,0,0,0),(83193,20990,554,3,1,0,1,23.4324,-18.349,0.00000567781,3.04813,86400,0,0,16227,15400,0,0,0,0),(83194,20059,554,3,1,0,1,23.1913,-20.9207,0.00000567781,3.04813,86400,0,0,14670,7196,0,0,0,0),(83195,19166,554,3,1,0,0,41.3271,29.4487,0.00610411,3.14865,86400,0,0,35905,0,2,0,0,0),(83196,19167,554,3,1,0,1,23.3317,-23.394,0.00000567781,3.05991,86400,0,0,20958,0,0,0,0,0),(83197,19166,554,3,1,0,0,43.6111,-26.7519,0.00603389,3.14944,86400,0,0,35905,0,2,0,0,0),(83198,19166,554,3,1,0,0,30.7088,3.51896,-0.000455872,3.1141,86400,0,0,35905,0,0,0,0,0),(83199,20988,554,3,1,0,0,138.596,-40.4336,-0.00164767,3.13108,86400,0,0,16227,3080,0,0,0,0),(83200,19716,554,3,1,0,0,134.617,44.1247,-0.00164767,1.67967,86400,0,0,10142,0,0,0,0,0),(83201,19716,554,3,1,0,0,180.879,35.1528,-0.00623331,4.76203,86400,0,0,10142,0,0,0,0,0),(83202,19713,554,3,1,0,0,166.968,-17.1549,-0.00102673,5.45003,86400,0,0,20958,0,0,0,0,0),(83203,19713,554,3,1,0,0,174.259,-18.3418,-0.00102673,3.7575,86400,0,0,20958,0,0,0,0,0),(83204,19716,554,3,1,0,0,169.242,-12.2941,-0.00102673,4.806,86400,0,0,10142,0,0,0,0,0),(83205,19716,554,3,1,0,0,173.388,-13.5083,-0.00102673,3.74572,86400,0,0,10142,0,0,0,0,0),(83207,19716,554,3,1,0,0,209.166,-90.5678,0.0000594996,1.5309,86400,0,0,10142,0,0,0,0,0),(83208,19716,554,3,1,0,0,201.057,-94.4735,0.00555151,2.37913,86400,0,0,10142,0,2,0,0,0),(83209,19712,554,3,1,0,0,220.283,-95.5726,0.0000594996,0.352802,86400,0,0,20958,0,0,0,0,0),(83210,19712,554,3,1,0,0,216.394,-80.0561,0.0000594996,5.4736,86400,0,0,20958,0,0,0,0,0),(83211,19712,554,3,1,0,0,228.547,-53.2302,0.00192854,0.154885,86400,0,0,20958,0,0,0,0,0),(83212,19712,554,3,1,0,0,225.146,-61.0923,0.0015216,5.13588,86400,0,0,20958,0,0,0,0,0),(83213,20988,554,3,1,0,0,215.637,-57.8509,0.00758725,6.04145,86400,0,0,16227,3080,2,0,0,0),(83214,20990,554,3,1,0,1,169.136,-88.8967,0.652591,3.08443,86400,0,0,16227,15400,0,0,0,0),(83215,20059,554,3,1,0,1,169.469,-66.9563,0.512734,3.15276,86400,0,0,14670,7196,0,0,0,0),(83216,19510,554,3,1,0,1,166.135,-73.2655,1.55645,3.15276,86400,0,0,20958,0,0,0,0,0),(83217,19167,554,3,1,0,1,119.726,-66.1184,14.9247,2.96427,86400,0,0,20958,0,0,0,0,0),(83218,20990,554,3,1,0,1,119.629,-82.6008,14.9287,3.13313,86400,0,0,16227,15400,0,0,0,0),(83219,19716,554,3,1,0,0,99.502,-78.7173,14.9259,3.83213,86400,0,0,10142,0,0,0,0,0),(83220,19716,554,3,1,0,0,92.8965,-79.4786,14.9259,5.52074,86400,0,0,10142,0,0,0,0,0),(83221,19231,554,3,1,0,0,90.8512,-74.3164,14.9265,6.20403,86400,0,0,20958,0,2,0,0,0),(83222,19712,554,3,1,0,0,109.813,-55.6875,14.9233,1.12643,86400,0,0,20958,0,0,0,0,0),(83223,19712,554,3,1,0,0,108.077,-42.1086,14.9233,5.46576,86400,0,0,20958,0,0,0,0,0),(83224,20988,554,3,1,0,0,103.117,-38.3957,14.9247,4.90812,86400,0,0,16227,3080,2,0,0,0),(83225,20990,554,3,1,0,1,76.7499,-60.4829,14.9247,2.96898,86400,0,0,16227,15400,0,0,0,0),(83226,19167,554,3,1,0,1,76.8159,-51.7629,14.9247,3.01657,86400,0,0,20958,0,0,0,0,0),(83227,20990,554,3,1,0,1,36.4878,-61.3542,0.163072,2.95925,86400,0,0,16227,15400,0,0,0,0),(83228,19167,554,3,1,0,1,36.3608,-51.3871,0.162347,3.06699,86400,0,0,20958,0,0,0,0,0),(83229,19166,554,3,1,0,0,73.9181,-56.7124,14.9247,1.54309,86400,0,0,35905,0,2,0,0,0),(83230,19221,554,3,1,0,1,325.558,12.5866,27.8366,3.05075,86400,0,0,97350,33090,0,0,0,0),(83235,19510,554,3,1,0,1,274.023,-17.8571,26.3284,6.26825,86400,0,0,31542,0,0,0,0,0),(83233,19735,554,3,1,0,0,275.518,52.4032,25.3862,6.21957,86400,0,0,86172,0,2,0,0,0),(83234,19735,554,3,1,0,0,301.066,-23.1058,25.3862,1.60902,86400,0,0,86172,0,2,0,0,0),(83232,19510,554,3,1,0,1,308.485,11.1399,25.3862,3.11175,86400,0,0,32620,0,0,0,0,0),(83236,19510,554,3,1,0,1,273.889,-26.8161,26.3284,6.25254,86400,0,0,32620,0,0,0,0,0),(83238,23051,530,1,1,0,0,-3740.35,3781.2,318.124,6.269,300,0,0,6986,0,2,0,0,0),(83239,19218,554,3,1,0,0,89.4443,24.2701,14.9247,0.79717,86400,0,0,92250,0,0,0,0,0),(83240,19710,554,3,1,0,0,167.873,-78.7667,1.00763,1.00923,86400,0,0,121770,0,2,0,0,0),(83241,19220,554,3,1,0,1,138.447,150.281,25.5756,4.63332,86400,0,0,100300,33090,0,0,0,0),(86099,23051,530,1,1,0,0,-3617.66,3768.5,321.441,2.29488,300,0,0,6986,0,2,0,0,0),(83237,23051,530,1,1,0,0,-3620.78,3761.98,319.176,6.17004,300,0,0,6986,0,2,0,0,0),(83231,19510,554,3,1,0,1,308.485,20.3946,25.3862,3.12981,86400,0,0,31542,0,0,0,0,0),(34061,18327,556,3,1,0,1,-70.6823,83.5585,0.0072107,2.38681,86400,0,0,12844,33745,0,0,0,0),(34060,18327,556,3,1,0,1,-59.3197,110.16,0.00720393,0.847425,86400,0,0,12844,33745,0,0,0,0),(34059,18327,556,3,1,0,1,43.9238,105.848,0.150805,4.6998,86400,0,0,12844,33745,0,0,0,0),(34057,18327,556,3,1,0,1,56.4907,78.122,0.0110131,1.17809,86400,0,0,12844,33745,0,0,0,0),(34056,18327,556,3,1,0,1,82.2538,111.642,0.309918,2.1559,86400,0,0,12844,33745,0,0,0,0),(34052,18327,556,3,1,0,1,16.9146,106.801,0.423325,4.50817,86400,0,0,12844,33745,0,0,0,0),(34051,18327,556,3,1,0,1,22.4906,72.9365,0.590624,0.428022,86400,0,0,12844,33745,0,0,0,0),(34050,18318,556,3,1,0,1,-266.2,180.196,0.0339732,0.703685,86400,0,0,18345,0,0,0,0,0),(34049,18318,556,3,1,0,1,-84.1271,104.895,0.00720952,1.60925,86400,0,0,18345,0,0,0,0,0),(34048,18318,556,3,1,0,1,37.9472,99.5696,0.150809,0.117006,86400,0,0,18345,0,0,0,0,0),(14638,18318,556,3,1,0,1,49.7412,98.8194,0.150805,3.03476,86400,0,0,18345,0,0,0,0,0),(14634,18318,556,3,1,0,1,58.9125,83.4522,0.141001,4.08799,86400,0,0,18345,0,0,0,0,0),(14579,18318,556,3,1,0,1,76.0441,117.134,0.288058,5.08544,86400,0,0,18345,0,0,0,0,0),(14561,18318,556,3,1,0,1,11.578,103.391,0.424489,0.55369,86400,0,0,18345,0,0,0,0,0),(83270,18472,556,3,1,0,0,-144.332,173.307,1.68535,6.28057,86400,0,0,85194,140620,0,0,0,0),(14558,18318,556,3,1,0,1,20.1954,81.116,0.0234405,5.5017,86400,0,0,18345,0,0,0,0,0),(14551,18318,556,3,1,0,1,28.0602,77.0513,0.174205,2.35225,86400,0,0,18345,0,0,0,0,0),(14547,18323,556,3,1,0,1,-104.994,177.139,0.00966716,6.23446,86400,0,0,18345,0,0,0,0,0),(14544,18323,556,3,1,0,1,-105.033,170.147,0.00966716,6.25017,86400,0,0,18345,0,0,0,0,0),(14543,18323,556,3,1,0,1,-66.7565,131.185,0.00575906,4.70843,86400,0,0,18345,0,0,0,0,0),(14332,18323,556,3,1,0,1,-75.1704,131.218,0.00575906,4.70843,86400,0,0,18345,0,0,0,0,0),(14331,18323,556,3,1,0,1,48.8068,130.586,0.0811725,4.73122,86400,0,0,18345,0,0,0,0,0),(14330,18323,556,3,1,0,1,41.6294,130.64,0.0858025,4.66054,86400,0,0,18345,0,0,0,0,0),(14329,18323,556,3,1,0,1,90.6777,103.853,0.0908531,3.10624,86400,0,0,18345,0,0,0,0,0),(14328,18323,556,3,1,0,1,90.899,97.0613,0.00746803,3.05519,86400,0,0,18345,0,0,0,0,0),(14327,18323,556,3,1,0,1,-2.31109,103.609,0.00719541,6.25568,86400,0,0,18345,0,0,0,0,0),(14326,18323,556,3,1,0,1,-2.59732,96.8673,0.00719541,6.27532,86400,0,0,18345,0,0,0,0,0),(14325,18323,556,3,1,0,1,39.4102,51.7897,0.00822106,4.754,86400,0,0,18345,0,0,0,0,0),(14324,18323,556,3,1,0,1,47.3249,52.1451,0.00822106,4.68724,86400,0,0,18345,0,0,0,0,0),(12819,18323,556,3,1,0,1,27.0571,-4.73126,0.0062,3.06933,86400,0,0,18345,0,0,0,0,0),(83300,18473,556,3,1,0,1,44.4522,286.902,25.0132,3.16829,86400,0,0,90287,45924,0,0,0,0),(83325,14881,557,3,1,2536,0,-393.544,-67.5723,-1.00932,2.98987,86400,5,0,8,0,1,0,0,0),(83324,4076,557,3,1,2177,0,-55.284,-65.2501,-0.583655,5.39547,86400,5,0,8,0,1,0,0,0),(83323,4076,557,3,1,2177,0,-90.8603,-57.1547,-0.899749,0.695749,86400,5,0,8,0,1,0,0,0),(83322,4076,557,3,1,2177,0,-58.7712,-112.638,-0.643656,1.29869,86400,5,0,8,0,1,0,0,0),(83321,18313,557,3,1,21004,1,-39.1131,-94.6985,-1.49129,0.564044,86400,5,0,11600,31145,1,0,0,0),(83320,18311,557,3,1,20466,1,-45.8928,-91.9961,-2.05578,3.6214,86400,0,0,16574,0,2,0,0,0),(83319,18311,557,3,1,20466,1,-32.2717,-92.2206,-0.213944,4.29137,86400,5,0,16574,0,1,0,0,0),(83318,18313,557,3,1,21004,1,-92.2927,-66.7266,-1.65868,0.693752,86400,3,0,11600,31145,1,0,0,0),(83317,18309,557,3,1,19778,1,-97.8913,-59.8778,-0.80451,3.32374,86400,3,0,16574,0,1,0,0,0),(83316,18311,557,3,1,20466,1,-93.0082,-56.5336,-0.907013,6.24652,86400,3,0,16574,0,1,0,0,0),(83315,18313,557,3,1,21004,1,-46.7438,-97.7815,-0.929652,2.09157,86400,0,0,11600,31145,2,0,0,0),(83314,18311,557,3,1,20466,1,-43.3006,-97.6103,-1.64936,1.83806,86400,5,0,16574,0,1,0,0,0),(83313,18313,557,3,1,21004,1,-67.7227,-67.2675,-0.763696,1.37881,86400,0,0,11600,31145,0,0,0,0),(83312,18311,557,3,1,20466,1,-72.6442,-60.9713,-0.966841,1.6057,86400,0,0,16574,0,0,0,0,0),(83311,18311,557,3,1,20466,1,-63.6561,-60.9781,-0.083704,1.78024,86400,0,0,16574,0,0,0,0,0),(83310,18313,557,3,1,21004,1,-93.9981,-104.636,-0.740739,1.11713,86400,5,0,11600,31145,1,0,0,0),(83309,18309,557,3,1,19778,1,-108.347,-92.963,-0.525856,2.61019,86400,3,0,16574,0,1,0,0,0),(83308,4076,557,3,1,2177,0,-28.6643,-1.36396,-0.954327,2.99347,86400,5,0,8,0,1,0,0,0),(83307,18311,557,3,1,20466,1,-63.4184,-41.5546,-0.871005,1.8326,86400,0,0,16574,0,0,0,0,0),(83306,18311,557,3,1,20466,1,-71.1583,-41.0175,-0.870978,1.309,86400,0,0,16574,0,0,0,0,0),(83305,18311,557,3,1,20466,1,-54.2197,3.48241,-0.863073,0.10472,86400,0,0,16574,0,0,0,0,0),(83304,18309,557,3,1,19778,1,-48.3093,-5.9904,-0.862044,0.366519,86400,0,0,16574,0,0,0,0,0),(83303,14881,557,3,1,9829,0,-57.6287,-11.5832,-0.950267,3.20032,86400,5,0,8,0,1,0,0,0),(83302,18311,557,3,1,20466,1,-70.0874,-19.6834,-0.947276,1.26261,86400,0,0,16574,0,2,0,0,0),(1448,22941,530,1,1,19755,1,2785.99,5835.66,36.052,1.84254,360,0,0,6542,0,0,0,0,0),(19,1061,0,1,1,0,1,-11514,724.968,61.104,3.381,540,0,0,1902,0,0,0,0,0),(83402,18521,558,3,1,0,1,-154.92,-267.069,25.7598,3.96312,86400,6,0,17396,0,1,0,0,0),(83403,18521,558,3,1,0,1,-136.742,-263.15,27.3932,0.401329,86400,6,0,17396,0,1,0,0,0),(83401,18521,558,3,1,0,1,-121.776,-255.303,26.4622,1.07756,86400,6,0,17396,0,1,0,0,0),(83410,18521,558,3,1,0,1,-141.234,-251.416,26.7015,1.70588,86400,6,0,17396,0,1,0,0,0),(83393,18524,558,3,1,0,1,-135.428,-246.088,26.4041,5.15143,86400,6,0,16819,0,1,0,0,0),(83394,18497,558,3,1,0,1,-127.024,-160.944,26.5891,0.0691125,86400,0,0,18333,0,0,0,0,0),(83409,18497,558,3,1,0,1,-123.783,-166.747,26.5891,0.0251305,86400,0,0,18333,0,0,0,0,0),(83395,18497,558,3,1,0,1,20.7816,-166.676,13.4585,3.19814,86400,0,0,18333,0,0,0,0,0),(83407,18497,558,3,1,0,1,17.8707,-160.166,13.1859,3.20992,86400,0,0,18333,0,0,0,0,0),(83392,18497,558,3,1,0,1,162.396,-163.229,26.0571,3.11961,86400,0,0,18333,0,2,0,0,0),(83408,18497,558,3,1,0,1,227.48,-171.485,26.5913,0.649528,86400,0,0,18333,0,0,0,0,0),(83391,18497,558,3,1,0,1,239.249,-118.938,26.5913,1.54097,86400,0,0,18333,0,2,0,0,0),(83406,18497,558,3,1,0,1,268.698,-3.64296,-0.0624835,1.51348,86400,0,0,18333,0,2,0,0,0),(83390,18497,558,3,1,0,1,162.193,15.7715,-0.0256256,1.54884,86400,0,0,18333,0,0,0,0,0),(83404,18497,558,3,1,0,1,236.981,16.1657,-0.0612834,5.5897,86400,0,0,18333,0,0,0,0,0),(83389,18497,558,3,1,0,1,188.17,4.91364,-0.121574,5.00851,86400,0,0,18333,0,0,0,0,0),(83405,18493,558,3,1,0,1,-95.8236,-389.94,26.5896,3.13608,86400,0,0,13720,8370,2,0,0,0),(83385,18493,558,3,1,0,1,164.349,-167.043,26.2239,3.18244,86400,0,0,13720,8370,2,0,0,0),(83387,18493,558,3,1,0,1,224.301,-163.203,26.5913,6.26512,86400,0,0,13720,8538,0,0,0,0),(83384,18493,558,3,1,0,1,227.402,-154.191,26.5913,5.4012,86400,0,0,13720,8370,0,0,0,0),(83386,18493,558,3,1,0,1,268.882,-0.43074,-0.0664322,1.51348,86400,0,0,13720,8538,2,0,0,0),(83383,18493,558,3,1,0,1,101.024,18.9657,0.00459499,4.70461,86400,0,0,13720,8370,2,0,0,0),(83388,18371,558,3,1,0,0,-50.9133,-163.133,26.3687,0.0185413,86400,0,0,77049,14230,2,0,0,0),(83379,18493,558,3,1,0,1,100.679,-16.8401,0.0886985,1.5473,86400,0,0,13720,8538,2,0,0,0),(83381,18493,558,3,1,0,1,243.424,-15.607,-0.0599849,0.700594,86400,0,0,13720,8370,0,0,0,0),(83380,18493,558,3,1,0,1,230.368,20.5924,-0.0635663,1.48207,86400,0,0,13720,8538,0,0,0,0),(83382,18493,558,3,1,0,1,190.775,-2.99402,-0.100146,1.93759,86400,0,0,13720,8370,0,0,0,0),(83377,18493,558,3,1,0,1,135.284,-27.3773,9.91618,0.999043,86400,0,0,13720,8370,0,0,0,0),(83375,18493,558,3,1,0,1,131.563,-19.3444,6.32334,5.95491,86400,0,0,13720,8538,0,0,0,0),(83376,18493,558,3,1,0,1,123.786,3.04014,-0.129123,4.13282,86400,0,0,13720,8370,0,0,0,0),(83374,18495,558,3,1,0,1,-95.8081,-387.126,26.5896,3.13608,86400,0,0,13720,8538,2,0,0,0),(83378,18495,558,3,1,0,1,164.001,-159.224,26.1356,3.18636,86400,0,0,13720,8538,2,0,0,0),(83372,18495,558,3,1,0,1,239.389,-114.247,26.5913,1.54097,86400,0,0,13720,8370,2,0,0,0),(83373,18495,558,3,1,0,1,248.736,-10.9492,-0.0570722,3.60657,86400,0,0,13720,8538,0,0,0,0),(83369,18495,558,3,1,0,1,118.769,-4.22462,0.00315632,0.661361,86400,0,0,13720,8538,0,0,0,0),(83370,18495,558,3,1,0,1,147.56,39.2709,4.26165,1.52137,86400,0,0,13720,8370,0,0,0,0),(83371,18493,558,3,1,0,1,147.56,39.2709,4.26165,1.52137,86400,0,0,13720,8370,0,0,0,0),(83368,18493,558,3,1,0,1,140.345,39.6279,4.26165,1.50566,86400,0,0,13720,8538,0,0,0,0),(83367,18495,558,3,1,0,1,140.345,39.6279,4.26165,1.50566,86400,0,0,13720,8370,0,0,0,0),(83366,18495,558,3,1,0,1,87.4646,-39.32,4.26117,4.63549,86400,0,0,13720,8538,0,0,0,0),(83357,18493,558,3,1,0,1,87.4646,-39.32,4.26117,4.63549,86400,0,0,13720,8370,0,0,0,0),(83356,18493,558,3,1,0,1,92.448,-39.2448,4.26117,4.61977,86400,0,0,13720,8370,0,0,0,0),(83351,18495,558,3,1,0,1,92.448,-39.2448,4.26117,4.61977,86400,0,0,13720,8370,0,0,0,0),(83352,18493,558,3,1,0,1,90.3508,8.52917,-0.0666118,1.49625,86400,0,0,13720,8538,0,0,0,0),(83354,18495,558,3,1,0,1,90.3508,8.52917,-0.0666118,1.49625,86400,0,0,13720,8370,0,0,0,0),(83353,18493,558,3,1,0,1,87.1055,8.23484,-0.0660365,1.61406,86400,0,0,13720,8370,0,0,0,0),(83355,18495,558,3,1,0,1,87.1055,8.23484,-0.0660365,1.61406,86400,0,0,13720,8370,0,0,0,0),(83364,18495,558,3,1,0,1,85.2452,-8.47736,-0.058707,4.71638,86400,0,0,13720,8538,0,0,0,0),(83360,18493,558,3,1,0,1,85.2452,-8.47736,-0.058707,4.71638,86400,0,0,13720,8370,0,0,0,0),(83362,18495,558,3,1,0,1,81.4043,-8.57216,-0.0616878,4.65747,86400,0,0,13720,8538,0,0,0,0),(83361,18493,558,3,1,0,1,81.4043,-8.57216,-0.0616878,4.65747,86400,0,0,13720,8370,0,0,0,0),(83358,18493,558,3,1,0,1,83.663,40.7714,4.2616,1.48604,86400,0,0,13720,8370,0,0,0,0),(83359,18495,558,3,1,0,1,83.663,40.7714,4.2616,1.48604,86400,0,0,13720,8538,0,0,0,0),(83363,18493,558,3,1,0,1,78.0757,40.5517,4.26167,1.62331,86400,0,0,13720,8538,0,0,0,0),(83365,18495,558,3,1,0,1,78.0093,40.356,4.26179,1.50568,86400,0,0,13720,8538,0,0,0,0),(83453,18373,558,3,1,0,1,68.1311,-387.821,26.5891,3.18791,86400,0,0,97350,16545,0,0,0,0),(31443,4323,1,1,1,715,0,-4888.5,-3316.51,36.6896,4.56781,360,10,0,1751,0,1,0,0,0),(83455,18649,560,3,1,0,0,2655.61,663.915,57.1724,2.98558,86400,0,0,42,0,0,0,0,0),(83965,18598,560,3,1,0,0,2198.4,265.62,54.77,0.396,7200,0,0,5914,0,0,0,0,0),(83457,17819,560,3,1,0,1,2227.79,94.7897,89.4559,4.79939,86400,0,0,17736,0,0,0,0,0),(83458,20376,560,3,1,0,0,2330.1,927.302,54.9747,4.9425,86400,0,0,562,1633,0,0,0,0),(83459,20372,560,3,1,0,0,2332.28,928.192,54.9672,4.9425,86400,0,0,737,2175,0,0,0,0),(83460,2385,560,3,1,0,0,2268.57,1064.72,51.9091,3.04969,86400,3,0,840,0,1,0,0,0),(83461,2354,560,3,1,0,0,2336.21,1037.19,53.059,4.72024,86400,3,0,742,0,1,0,0,0),(83462,2385,560,3,1,0,0,2366.92,1084.11,58.1636,0.29059,86400,3,0,840,0,1,0,0,0),(83463,2350,560,3,1,0,0,2321.87,1084.36,53.9301,2.48185,86400,3,0,494,0,1,0,0,0),(83464,2350,560,3,1,0,0,2363.29,1053.84,57.2203,3.6678,86400,3,0,494,0,1,0,0,0),(83465,2354,560,3,1,0,0,2400.16,1071.89,62.5757,1.03279,86400,3,0,742,0,1,0,0,0),(83466,2385,560,3,1,0,0,2395.76,1046.34,59.5759,4.9645,86400,3,0,840,0,1,0,0,0),(83467,2350,560,3,1,0,0,2426.16,1093.91,64.1724,5.11294,86400,3,0,494,0,1,0,0,0),(83468,2385,560,3,1,0,0,2386.85,1120.96,62.7984,0.322005,86400,3,0,840,0,1,0,0,0),(83469,2385,560,3,1,0,0,2343.44,1129.25,58.1238,5.89676,86400,3,0,840,0,1,0,0,0),(83470,2385,560,3,1,0,0,2297.16,1176.76,54.5254,1.52602,86400,3,0,840,0,1,0,0,0),(83471,2350,560,3,1,0,0,2296.07,1152.49,53.4595,2.79837,86400,3,0,494,0,1,0,0,0),(83472,2350,560,3,1,0,0,2376.83,1124.98,61.0872,5.16242,86400,3,0,494,0,1,0,0,0),(83473,2354,560,3,1,0,0,2358.69,1161.23,60.2945,0.391119,86400,3,0,742,0,1,0,0,0),(83474,18725,560,3,1,0,0,2381.76,1170.31,66.4626,1.38151,86400,0,0,6986,0,0,0,0,0),(83475,18723,560,3,1,0,1,2375.47,1175.48,65.2881,0.99379,86400,0,0,6986,0,0,0,0,0),(83476,18664,560,3,1,0,0,2471.25,879.78,62.9179,0.0416174,86400,0,0,2899,5598,0,0,0,0),(83477,18666,560,3,1,0,1,2471.1,881.491,62.9147,0.0848143,86400,0,0,21666,5875,0,0,0,0),(83478,2385,560,3,1,0,0,2450.06,889.615,61.4797,3.54841,86400,3,0,840,0,1,0,0,0),(83479,2354,560,3,1,0,0,2413.18,901.556,59.027,2.88475,86400,3,0,742,0,1,0,0,0),(83480,2385,560,3,1,0,0,2410.34,942.831,55.7746,1.2739,86400,3,0,840,0,1,0,0,0),(83481,2350,560,3,1,0,0,2401.41,947.625,55.1771,2.8502,86400,3,0,494,0,1,0,0,0),(83482,2354,560,3,1,0,0,2350.77,955.785,54.3349,3.07168,86400,3,0,742,0,1,0,0,0),(83483,2385,560,3,1,0,0,2313.63,972.588,52.9046,1.75692,86400,3,0,840,0,1,0,0,0),(83484,2354,560,3,1,0,0,2333.04,999.744,55.8916,0.135861,86400,3,0,742,0,1,0,0,0),(83485,2385,560,3,1,0,0,2396.48,999.834,59.3632,6.19914,86400,3,0,840,0,1,0,0,0),(83486,2350,560,3,1,0,0,2450.11,924.097,60.9369,6.11274,86400,3,0,494,0,1,0,0,0),(83487,2354,560,3,1,0,0,2437.95,837.497,59.4075,3.9529,86400,3,0,742,0,1,0,0,0),(83488,2385,560,3,1,0,0,2399.84,821.102,58.6427,3.51779,86400,3,0,840,0,1,0,0,0),(83489,2350,560,3,1,0,0,2411.39,779.267,56.0932,4.98177,86400,3,0,494,0,1,0,0,0),(83490,2354,560,3,1,0,0,2369.3,773.669,57.7204,3.22091,86400,3,0,742,0,1,0,0,0),(83491,2385,560,3,1,0,0,2328.67,789.263,57.5711,2.76066,86400,3,0,840,0,1,0,0,0),(83492,2354,560,3,1,0,0,2452.34,804.695,55.5937,0.0824553,86400,3,0,742,0,1,0,0,0),(83493,2385,560,3,1,0,0,2505.81,824.773,56.7855,0.518351,86400,3,0,840,0,1,0,0,0),(83494,2350,560,3,1,0,0,2505.21,776.729,56.311,4.69981,86400,3,0,494,0,1,0,0,0),(83495,2354,560,3,1,0,0,2578.31,824.448,56.2449,0.0188372,86400,3,0,742,0,1,0,0,0),(83496,2385,560,3,1,0,0,2584.04,796.755,58.4419,4.91658,86400,3,0,840,0,1,0,0,0),(83497,18094,560,3,1,0,1,2646.79,755.607,62.8472,1.4569,86400,0,0,16208,3155,0,0,0,0),(83498,23178,560,3,1,0,1,2644.33,754.75,62.7509,1.64147,86400,0,0,16208,3155,0,0,0,0),(83499,18094,560,3,1,0,1,2659.89,732.338,59.1027,5.83157,86400,0,0,16208,3155,0,0,0,0),(83500,23176,560,3,1,0,1,2664.25,734.98,58.6934,4.94014,86400,0,0,20259,0,0,0,0,0),(83501,18093,560,3,1,0,1,2663.65,730.468,58.5562,2.22267,86400,0,0,16208,3155,0,0,0,0),(83502,18644,560,3,1,0,0,2560.29,707.901,55.2574,3.18871,86400,0,0,328,0,0,0,0,0),(83503,18644,560,3,1,0,0,2573.33,695.682,55.2084,5.10901,86400,0,0,328,0,0,0,0,0),(83504,18644,560,3,1,0,0,2554.37,690.342,55.4739,2.46143,86400,0,0,328,0,0,0,0,0),(83505,18644,560,3,1,0,0,2572.46,721.133,55.1384,1.04771,86400,0,0,328,0,0,0,0,0),(83506,18093,560,3,1,0,1,2566.17,767.978,57.3789,6.28239,86400,0,0,16208,3155,0,0,0,0),(83507,18094,560,3,1,0,1,2563.68,767.595,57.3088,0.0384762,86400,0,0,16208,3155,0,0,0,0),(83508,18092,560,3,1,0,1,2563.7,768.971,57.4693,6.21171,86400,0,0,20259,0,0,0,0,0),(83509,18094,560,3,1,0,1,2547.52,758.668,56.9005,3.05048,86400,0,0,16208,3155,0,0,0,0),(83510,18094,560,3,1,0,1,2542.87,757.997,57.027,0.910269,86400,0,0,16208,3155,0,0,0,0),(83511,18655,560,3,1,0,0,2533.74,695.312,55.2551,2.12293,86400,0,0,42,0,0,0,0,0),(83512,18644,560,3,1,0,0,2541.73,688.438,55.1652,3.94112,86400,0,0,328,0,0,0,0,0),(83513,18644,560,3,1,0,0,2518.15,705.85,55.1382,1.69096,86400,0,0,328,0,0,0,0,0),(83514,18644,560,3,1,0,0,2543.49,720.784,55.1384,0.838799,86400,0,0,328,0,0,0,0,0),(83515,18644,560,3,1,0,0,2568.66,737.593,55.1384,0.332219,86400,0,0,328,0,0,0,0,0),(83516,18651,560,3,1,0,0,2479.36,689.342,55.7602,1.55587,86400,0,0,55,0,0,0,0,0),(83518,18644,560,3,1,0,0,2546.16,668.104,55.9482,1.24199,86400,0,0,328,0,0,0,0,0),(83519,18656,560,3,1,0,0,2600.09,670.343,56.6939,1.78392,86400,0,0,42,0,2,0,0,0),(83520,18094,560,3,1,0,1,2683.33,678.372,57.8381,4.792,86400,0,0,16208,3155,0,0,0,0),(83521,18093,560,3,1,0,1,2682.51,680.008,57.8195,4.76451,86400,0,0,16208,3155,0,0,0,0),(83522,18092,560,3,1,0,1,2684.05,680.055,57.9292,4.53753,86400,0,0,20259,0,0,0,0,0),(83523,18093,560,3,1,0,1,2651.12,619.739,56.4888,0.731492,86400,0,0,16208,3155,0,0,0,0),(83524,18094,560,3,1,0,1,2649.68,618.192,56.3194,0.681226,86400,0,0,16208,3155,0,0,0,0),(83525,18092,560,3,1,0,1,2648.94,619.104,56.2493,0.681226,86400,0,0,20259,0,0,0,0,0),(83526,2385,560,3,1,0,0,2603.88,578.99,56.6569,3.73957,86400,3,0,840,0,1,0,0,0),(83527,2354,560,3,1,0,0,2570.72,551.796,46.5478,4.03802,86400,3,0,742,0,1,0,0,0),(83528,2354,560,3,1,0,0,2602.61,523.07,45.8388,6.10676,86400,3,0,742,0,1,0,0,0),(83529,2385,560,3,1,0,0,2656.94,520.208,45.6885,0.320732,86400,3,0,840,0,1,0,0,0),(83530,2354,560,3,1,0,0,2723.29,508.832,45.286,5.70856,86400,3,0,742,0,1,0,0,0),(83531,2350,560,3,1,0,0,2759.55,509.361,45.5599,0.110246,86400,3,0,494,0,1,0,0,0),(83532,2385,560,3,1,0,0,2774.29,496.424,45.1429,5.13758,86400,3,0,840,0,1,0,0,0),(83533,2354,560,3,1,0,0,2830.64,455.374,44.9917,0.0591945,86400,3,0,742,0,1,0,0,0),(83534,2350,560,3,1,0,0,2863.14,499.514,58.5454,1.10927,86400,3,0,494,0,1,0,0,0),(83535,2354,560,3,1,0,0,2883.29,524.676,65.174,0.455821,86400,3,0,742,0,1,0,0,0),(83536,2385,560,3,1,0,0,2888.82,555.713,69.6485,1.53182,86400,3,0,840,0,1,0,0,0),(83537,2354,560,3,1,0,0,2910.67,588.348,77.9106,0.852447,86400,3,0,742,0,1,0,0,0),(83538,2350,560,3,1,0,0,2946.76,554.397,81.103,5.61667,86400,3,0,494,0,1,0,0,0),(83539,2354,560,3,1,0,0,2986.46,568.635,94.3274,0.421263,86400,3,0,742,0,1,0,0,0),(83540,2385,560,3,1,0,0,3038.22,570.828,106.652,6.20022,86400,3,0,840,0,1,0,0,0),(83541,2350,560,3,1,0,0,3023.48,602.039,106.887,2.47115,86400,3,0,494,0,1,0,0,0),(83542,2354,560,3,1,0,0,3007.67,637.082,107.722,1.9363,86400,3,0,742,0,1,0,0,0),(83543,2385,560,3,1,0,0,3013.79,683.882,114.168,1.31662,86400,3,0,840,0,1,0,0,0),(83544,2354,560,3,1,0,0,3051.13,707.341,121.534,0.520223,86400,3,0,742,0,1,0,0,0),(83545,2385,560,3,1,0,0,3059.88,741.698,124.603,2.14757,86400,3,0,840,0,1,0,0,0),(83546,2350,560,3,1,0,0,3061.5,762.308,126.926,0.418906,86400,3,0,494,0,1,0,0,0),(83547,2354,560,3,1,0,0,3085.12,761.402,129.722,4.09614,86400,3,0,742,0,1,0,0,0),(83548,2385,560,3,1,0,0,3085.21,692.447,125.364,5.48315,86400,3,0,840,0,1,0,0,0),(83549,2354,560,3,1,0,0,3114.74,662.036,125.135,5.48315,86400,3,0,742,0,1,0,0,0),(83550,2350,560,3,1,0,0,3164.79,634.648,137.588,5.79338,86400,3,0,494,0,1,0,0,0),(83551,2354,560,3,1,0,0,3146.78,610.333,133.04,4.05529,86400,3,0,742,0,1,0,0,0),(83552,2385,560,3,1,0,0,3091.79,646.435,113.799,5.5774,86400,3,0,840,0,1,0,0,0),(83553,2385,560,3,1,0,0,3028.04,748.447,126.898,3.15916,86400,3,0,840,0,1,0,0,0),(83554,2354,560,3,1,0,0,2978.27,747.573,135.821,3.15916,86400,3,0,742,0,1,0,0,0),(83555,2385,560,3,1,0,0,2959.73,774.751,139.384,2.15385,86400,3,0,840,0,1,0,0,0),(83556,2350,560,3,1,0,0,2923.3,756.621,146.218,3.74349,86400,3,0,494,0,1,0,0,0),(83557,2354,560,3,1,0,0,2901.82,709.335,154.084,3.79847,86400,3,0,742,0,1,0,0,0),(83558,2385,560,3,1,0,0,2869.32,737.957,156.02,2.28265,86400,3,0,840,0,1,0,0,0),(83559,2354,560,3,1,0,0,2833.94,739.671,158.394,3.09318,86400,3,0,742,0,1,0,0,0),(83560,2354,560,3,1,0,0,2843.63,714.371,158.82,4.85562,86400,3,0,742,0,1,0,0,0),(83561,2385,560,3,1,0,0,2870.91,782.191,151.062,1.28206,86400,3,0,840,0,1,0,0,0),(83562,2350,560,3,1,0,0,2902.93,805.472,143.999,0.628607,86400,3,0,494,0,1,0,0,0),(83563,2354,560,3,1,0,0,2945.4,814.419,136.96,0.207633,86400,3,0,742,0,1,0,0,0),(83564,2385,560,3,1,0,0,2943.7,868.666,132.004,1.50747,86400,3,0,840,0,1,0,0,0),(83565,2385,560,3,1,0,0,2831.65,842.927,91.9865,3.94692,86400,3,0,840,0,1,0,0,0),(83566,2354,560,3,1,0,0,2792.91,806.678,87.0822,4.93259,86400,3,0,742,0,1,0,0,0),(83567,2385,560,3,1,0,0,2745.52,752.259,71.0791,4.39145,86400,3,0,840,0,1,0,0,0),(83568,2354,560,3,1,0,0,2757.96,699.387,69.16,5.13601,86400,3,0,742,0,1,0,0,0),(83569,2385,560,3,1,0,0,2721.47,687.835,63.5533,3.31389,86400,3,0,840,0,1,0,0,0),(83570,2354,560,3,1,0,0,2714.38,638.028,57.4821,5.06375,86400,3,0,742,0,1,0,0,0),(83571,2385,560,3,1,0,0,2703.72,593.204,57.8938,4.05059,86400,3,0,840,0,1,0,0,0),(83572,2350,560,3,1,0,0,2674.89,555.701,53.6866,4.38596,86400,3,0,494,0,1,0,0,0),(83573,2408,560,3,1,0,0,2692.71,492.951,37.3945,5.02841,86400,3,0,1050,0,1,0,0,0),(83574,2408,560,3,1,0,0,2792.05,453.752,38.1951,6.13582,86400,3,0,1050,0,1,0,0,0),(83575,2408,560,3,1,0,0,2845.59,377.374,37.2076,5.81381,86400,3,0,1050,0,1,0,0,0),(83576,2408,560,3,1,0,0,2784.95,417.109,38.3031,2.58583,86400,3,0,1050,0,1,0,0,0),(83577,2354,560,3,1,0,0,2726.07,431.951,49.5957,3.943,86400,3,0,742,0,1,0,0,0),(83578,2385,560,3,1,0,0,2669.72,427.99,53.2044,3.36573,86400,3,0,840,0,1,0,0,0),(83579,2408,560,3,1,0,0,2606.77,467.144,37.9479,1.96379,86400,3,0,1050,0,1,0,0,0),(83580,2354,560,3,1,0,0,2618.26,426.98,54.0472,5.00329,86400,3,0,742,0,1,0,0,0),(83581,2385,560,3,1,0,0,2615.25,377.215,62.4804,4.64043,86400,3,0,840,0,1,0,0,0),(83582,2350,560,3,1,0,0,2621.59,373.459,62.9363,5.90335,86400,3,0,494,0,1,0,0,0),(83583,2354,560,3,1,0,0,2639.94,316.891,78.3207,4.57132,86400,3,0,742,0,1,0,0,0),(83584,2385,560,3,1,0,0,2611.73,300.397,85.9477,3.51496,86400,3,0,840,0,1,0,0,0),(83585,2354,560,3,1,0,0,2565.59,284.38,98.1641,3.47569,86400,3,0,742,0,1,0,0,0),(83586,2385,560,3,1,0,0,2527.55,269.603,104.256,3.57779,86400,3,0,840,0,1,0,0,0),(83587,2354,560,3,1,0,0,2511.82,243.256,109.046,4.63179,86400,3,0,742,0,1,0,0,0),(83588,2350,560,3,1,0,0,2509.12,209.738,112.495,4.63179,86400,3,0,494,0,1,0,0,0),(83589,2354,560,3,1,0,0,2485.09,249.796,101.18,2.22848,86400,3,0,742,0,1,0,0,0),(83590,2385,560,3,1,0,0,2492.45,291.432,102.345,1.39595,86400,3,0,840,0,1,0,0,0),(83591,2350,560,3,1,0,0,2460.95,322.661,106.536,2.36042,86400,3,0,494,0,1,0,0,0),(83592,2354,560,3,1,0,0,2458.49,353.524,116.273,1.65042,86400,3,0,742,0,1,0,0,0),(83593,2354,560,3,1,0,0,2456.09,383.668,121.861,1.65042,86400,3,0,742,0,1,0,0,0),(83594,2385,560,3,1,0,0,2485.31,349.503,109.01,5.42034,86400,3,0,840,0,1,0,0,0),(83595,2385,560,3,1,0,0,2438.75,263.878,88.6885,2.99738,86400,3,0,840,0,1,0,0,0),(83596,2354,560,3,1,0,0,2401.28,252.979,83.2312,3.89509,86400,3,0,742,0,1,0,0,0),(83597,2350,560,3,1,0,0,2387.5,207.401,86.8536,4.46451,86400,3,0,494,0,1,0,0,0),(83598,2385,560,3,1,0,0,2358.06,188.778,83.3219,3.57465,86400,3,0,840,0,1,0,0,0),(83599,2354,560,3,1,0,0,2366.97,230.348,78.6811,1.7918,86400,3,0,742,0,1,0,0,0),(83600,2385,560,3,1,0,0,2355.72,280.451,73.9942,1.7918,86400,3,0,840,0,1,0,0,0),(83601,2350,560,3,1,0,0,2329.4,307.902,65.3288,3.03587,86400,3,0,494,0,1,0,0,0),(83602,2350,560,3,1,0,0,2702.37,322.063,76.9325,5.19964,86400,3,0,494,0,1,0,0,0),(83603,2354,560,3,1,0,0,2653.25,361.369,66.2902,2.66673,86400,3,0,742,0,1,0,0,0),(83604,2385,560,3,1,0,0,2788.75,628.868,66.6172,6.08164,86400,3,0,840,0,1,0,0,0),(83605,2354,560,3,1,0,0,2820.9,647.706,73.7575,6.07771,86400,3,0,742,0,1,0,0,0),(83606,2350,560,3,1,0,0,2852.25,623.095,76.3168,5.92456,86400,3,0,494,0,1,0,0,0),(83607,2354,560,3,1,0,0,2908.76,628.792,85.8904,0.230422,86400,3,0,742,0,1,0,0,0),(83608,2385,560,3,1,0,0,2957.65,650.422,98.0951,0.675743,86400,3,0,840,0,1,0,0,0),(83609,2354,560,3,1,0,0,2906.65,748.396,147.677,3.16545,86400,3,0,742,0,1,0,0,0),(83610,2385,560,3,1,0,0,2902.54,903.174,114.093,4.06866,86400,3,0,840,0,1,0,0,0),(83611,2354,560,3,1,0,0,2866.35,859.052,100.041,4.02547,86400,3,0,742,0,1,0,0,0),(83612,2350,560,3,1,0,0,2791.21,862.297,82.1687,2.05176,86400,3,0,494,0,1,0,0,0),(83613,2354,560,3,1,0,0,2815.45,855.697,72.4862,0.559503,86400,3,0,742,0,1,0,0,0),(83614,2385,560,3,1,0,0,2774.88,841.091,70.3463,2.73191,86400,3,0,840,0,1,0,0,0),(83615,2354,560,3,1,0,0,2749.3,837.743,70.3101,3.56444,86400,3,0,742,0,1,0,0,0),(83616,2350,560,3,1,0,0,2761.57,802.047,78.2807,6.27406,86400,3,0,494,0,1,0,0,0),(83617,2354,560,3,1,0,0,2716.18,922.666,81.9478,0.721293,86400,3,0,742,0,1,0,0,0),(83618,2385,560,3,1,0,0,2751.73,937.184,85.6407,6.22693,86400,3,0,840,0,1,0,0,0),(83619,2350,560,3,1,0,0,2776.04,948.171,91.6216,0.56657,86400,3,0,494,0,1,0,0,0),(83620,2354,560,3,1,0,0,2816.28,939.09,95.0489,5.67873,86400,3,0,742,0,1,0,0,0),(83621,2385,560,3,1,0,0,2849.53,950.266,103.635,0.970263,86400,3,0,840,0,1,0,0,0),(83622,2354,560,3,1,0,0,2866.52,990.378,121.548,1.84598,86400,3,0,742,0,1,0,0,0),(83623,2350,560,3,1,0,0,2878.67,1007.08,130.75,0.216281,86400,3,0,494,0,1,0,0,0),(83624,2385,560,3,1,0,0,2902.76,1000.88,131.904,5.80439,86400,3,0,840,0,1,0,0,0),(83625,2354,560,3,1,0,0,2908.48,976.602,125.562,5.46274,86400,3,0,742,0,1,0,0,0),(83626,2354,560,3,1,0,0,2957.55,922.526,132.817,6.2285,86400,3,0,742,0,1,0,0,0),(83627,20350,560,3,1,0,0,1947.49,1047.74,20.7643,2.867,86400,0,0,2091,2117,0,0,0,0),(83628,20353,560,3,1,0,0,1947.27,1046.33,20.8415,2.69814,86400,0,0,1135,1186,0,0,0,0),(83629,20430,560,3,1,0,0,2011.42,1039.97,25.9761,6.18609,86400,0,0,40,120,0,0,0,0),(83630,20429,560,3,1,0,0,2011.51,1040.96,25.873,6.19787,86400,0,0,40,120,0,0,0,0),(83631,20428,560,3,1,0,0,1948.82,1097.53,26.8087,5.21063,86400,0,0,40,120,0,0,0,0),(83632,20430,560,3,1,0,0,1950.06,1094.69,26.8233,2.11913,86400,0,0,40,120,0,0,0,0),(83633,20429,560,3,1,0,0,1944.91,1091.43,26.3673,3.15979,86400,0,0,40,120,0,0,0,0),(83634,20426,560,3,1,0,0,1941.92,1087.87,25.5007,0.999939,86400,0,0,1077,3191,0,0,0,0),(83635,20426,560,3,1,0,0,1939.98,1092.63,25.7574,5.74767,86400,0,0,1077,3191,0,0,0,0),(83636,20363,560,3,1,0,1,1937.68,986.571,21.6888,5.49948,86400,0,0,1006,0,0,0,0,0),(83637,20429,560,3,1,0,0,1875.78,1046.94,19.0236,2.32647,86400,0,0,40,120,0,0,0,0),(83638,20430,560,3,1,0,0,1845.6,1049.8,15.2171,3.38676,86400,0,0,40,120,0,0,0,0),(83639,20428,560,3,1,0,0,1843.16,1049.55,15.1808,0.158773,86400,0,0,40,120,0,0,0,0),(83640,20430,560,3,1,0,0,1853.9,1037.27,16.4049,4.8319,86400,0,0,40,120,0,0,0,0),(83641,20426,560,3,1,0,0,1846.63,1035.59,16.4081,3.31607,86400,0,0,1077,3191,0,0,0,0),(83642,20434,560,3,1,0,0,1880.34,992.801,15.1515,5.51126,86400,0,0,41,60,0,0,0,0),(83643,385,560,3,1,0,0,1887.32,999.369,15.1516,5.44843,86400,0,0,102,0,0,0,0,0),(83644,8883,560,3,1,0,0,1891.65,994.035,15.1516,2.33433,86400,0,0,42,0,0,0,0,0),(83645,385,560,3,1,0,0,1887.41,989.628,15.1516,2.15761,86400,0,0,102,0,0,0,0,0),(83646,20368,560,3,1,0,0,1851.88,961.724,12.0402,1.78848,86400,0,0,484,0,0,0,0,0),(83647,20433,560,3,1,0,1,1852.17,945.774,11.8424,4.34888,86400,0,0,102,0,0,0,0,0),(83648,20433,560,3,1,0,1,1848.82,937.322,11.8424,4.47062,86400,0,0,102,0,0,0,0,0),(83649,20433,560,3,1,0,1,1844.07,937.998,11.8424,0.315861,86400,0,0,102,0,0,0,0,0),(83650,20433,560,3,1,0,1,1858.64,941.067,11.8424,6.28096,86400,0,0,102,0,0,0,0,0),(83651,20433,560,3,1,0,1,1872.22,943.799,11.8424,6.13566,86400,0,0,102,0,0,0,0,0),(83652,20433,560,3,1,0,1,1879.36,947.511,11.8424,0.480794,86400,0,0,102,0,0,0,0,0),(83653,20433,560,3,1,0,1,1889.95,946.501,11.8424,5.03611,86400,0,0,102,0,0,0,0,0),(83654,20433,560,3,1,0,1,1883.86,936.987,11.8491,3.95226,86400,0,0,102,0,0,0,0,0),(83655,20433,560,3,1,0,1,1869.66,935.246,11.8495,2.19689,86400,0,0,102,0,0,0,0,0),(83656,20433,560,3,1,0,1,1864.57,930.21,11.8224,2.55818,86400,0,0,102,0,0,0,0,0),(83657,2408,560,3,1,0,0,1847.61,893.495,6.62699,5.94324,86400,3,0,1050,0,1,0,0,0),(83658,2408,560,3,1,0,0,1879.59,886.878,5.57283,5.88041,86400,3,0,1050,0,1,0,0,0),(83659,2408,560,3,1,0,0,1920.35,895.668,6.35251,6.09639,86400,3,0,1050,0,1,0,0,0),(83660,2408,560,3,1,0,0,1949.6,871.401,6.08001,4.61592,86400,3,0,1050,0,1,0,0,0),(83661,2408,560,3,1,0,0,1967.65,880.72,5.59825,0.445454,86400,3,0,1050,0,1,0,0,0),(83662,2408,560,3,1,0,0,2029.47,858.138,6.78023,0.137579,86400,3,0,1050,0,1,0,0,0),(83663,2408,560,3,1,0,0,2069.79,791.441,5.35676,0.0708182,86400,3,0,1050,0,1,0,0,0),(83664,2408,560,3,1,0,0,2037.17,826.623,4.84834,1.77906,86400,3,0,1050,0,1,0,0,0),(83665,2408,560,3,1,0,0,2018.18,837.137,6.33487,2.97287,86400,3,0,1050,0,1,0,0,0),(83666,2408,560,3,1,0,0,1909.44,881.393,6.07197,2.42309,86400,3,0,1050,0,1,0,0,0),(83667,2408,560,3,1,0,0,1821.55,882.348,6.44341,3.62867,86400,3,0,1050,0,1,0,0,0),(83668,21341,560,3,1,0,0,1827.7,948.985,15.4446,2.32177,86400,0,0,83,104,0,0,0,0),(83669,21342,560,3,1,0,0,1829.8,951.789,15.3027,3.0247,86400,0,0,83,104,0,0,0,0),(83670,21345,560,3,1,0,0,1829.28,954.9,15.6466,3.87686,86400,0,0,83,104,0,0,0,0),(83671,21343,560,3,1,0,0,1825.75,955.628,16.1763,5.40446,86400,0,0,83,104,0,0,0,0),(83672,21344,560,3,1,0,0,1823.26,952.299,16.6008,6.2684,86400,0,0,83,104,0,0,0,0),(83673,20432,560,3,1,0,0,1818.89,994.88,11.0784,4.69839,86400,0,0,55,0,0,0,0,0),(83674,20400,560,3,1,0,0,1724.57,1011.26,1.26768,2.01646,86400,0,0,325,357,0,0,0,0),(83675,20351,560,3,1,0,0,1726.5,1012.83,1.09859,2.61729,86400,0,0,377,408,0,0,0,0),(83676,20420,560,3,1,0,0,1756.05,1043.65,6.87974,1.50517,86400,0,0,1163,0,0,0,0,0),(83677,20419,560,3,1,0,1,1758.36,1044.51,6.87962,3.23304,86400,0,0,1163,0,0,0,0,0),(83678,20342,560,3,1,0,1,1735.42,1075.09,6.87962,3.17806,86400,0,0,1006,0,0,0,0,0),(83679,20344,560,3,1,0,1,1735.39,1077.48,6.87962,3.1545,86400,0,0,1395,0,0,0,0,0),(83680,20360,560,3,1,0,0,1781.63,1062.78,7.58105,3.17021,86400,0,0,325,357,0,0,0,0),(83681,20428,560,3,1,0,0,1786.24,1073.02,11.2316,3.08774,86400,0,0,40,120,0,0,0,0),(83682,20430,560,3,1,0,0,1786.99,1075.12,11.5149,3.11131,86400,0,0,40,120,0,0,0,0),(83683,20426,560,3,1,0,0,1803.84,1050.82,10.9498,0.00505018,86400,0,0,1077,3191,0,0,0,0),(83684,20429,560,3,1,0,0,1807.61,1050.37,11.1079,3.14664,86400,0,0,40,120,0,0,0,0),(83685,20345,560,3,1,0,0,1818.42,1031.17,11.0651,3.14155,86400,0,0,2371,0,0,0,0,0),(83686,20348,560,3,1,0,0,1819.16,1032.94,11.0649,3.12936,86400,0,0,732,756,0,0,0,0),(83687,20428,560,3,1,0,0,1806.47,1041.24,11.6917,3.13329,86400,0,0,40,120,0,0,0,0),(83688,20426,560,3,1,0,0,1802.98,1041.38,11.6916,0.0309679,86400,0,0,1077,3191,0,0,0,0),(83689,20352,560,3,1,0,0,1816.63,1027.57,11.0653,1.51576,86400,0,0,433,490,0,0,0,0),(83690,20349,560,3,1,0,0,1815.4,1031.36,11.0651,0.0117269,86400,0,0,2091,2117,0,0,0,0),(83691,20346,560,3,1,0,0,1814.75,1030.44,11.0651,0.113828,86400,0,0,1772,1807,0,0,0,0),(83692,20347,560,3,1,0,0,1814.58,1032.03,11.0651,0.105974,86400,0,0,1834,1864,0,0,0,0),(83693,20377,560,3,1,0,0,1816.66,1017.11,11.6882,1.63829,86400,0,0,867,2553,0,0,0,0),(83694,20401,560,3,1,0,0,1820.11,1017.07,11.6882,1.55975,86400,0,0,285,790,0,0,0,0),(83695,20378,560,3,1,0,1,1816.52,1007.04,11.6763,6.27606,86400,0,0,690,732,0,0,0,0),(83696,17213,560,3,1,0,0,1802.79,1019.27,14.9106,1.5998,86400,0,0,1,0,2,0,0,0),(83697,20355,560,3,1,0,0,1804.99,1041.48,19.4658,4.54112,86400,0,0,498,544,0,0,0,0),(83698,20361,560,3,1,0,1,1820.17,1039.49,18.546,3.83779,86400,0,0,377,408,0,0,0,0),(83699,20370,560,3,1,0,0,1819.11,1022.68,18.546,1.6269,86400,0,0,770,2253,0,0,0,0),(83700,20422,560,3,1,0,0,1813.88,1024.54,18.546,3.05239,86400,0,0,1551,4393,0,0,0,0),(83701,20422,560,3,1,0,0,1814.37,1019.09,18.546,3.23696,86400,0,0,1551,4393,0,0,0,0),(83702,20422,560,3,1,0,0,1822.28,1027.84,18.546,1.49731,86400,0,0,1551,4393,0,0,0,0),(83703,20422,560,3,1,0,0,1822.11,1022.81,18.546,6.24268,86400,0,0,1551,4393,0,0,0,0),(83704,20428,560,3,1,0,0,1819.34,1087.57,12.4705,1.71879,86400,0,0,40,120,0,0,0,0),(83705,20429,560,3,1,0,0,1819.03,1090.44,12.4652,4.90358,86400,0,0,40,120,0,0,0,0),(83706,20430,560,3,1,0,0,1808.68,1108.25,13.3572,2.20574,86400,0,0,40,120,0,0,0,0),(83707,20426,560,3,1,0,0,1806.37,1111.12,13.3558,5.41802,86400,0,0,1077,3191,0,0,0,0),(83708,20428,560,3,1,0,0,1792.72,1106.02,12.4537,2.50812,86400,0,0,40,120,0,0,0,0),(83709,20429,560,3,1,0,0,1790.73,1107.24,12.4537,5.72433,86400,0,0,40,120,0,0,0,0),(83710,20430,560,3,1,0,0,1782.16,1118.66,13.3555,3.3053,86400,0,0,40,120,0,0,0,0),(83711,20429,560,3,1,0,0,1784.71,1128.98,13.3555,3.95718,86400,0,0,40,120,0,0,0,0),(83712,20428,560,3,1,0,0,1782.76,1127.42,13.3555,0.69778,86400,0,0,40,120,0,0,0,0),(83713,20380,560,3,1,0,0,1792.41,1122.24,13.3555,2.55917,86400,0,0,690,732,0,0,0,0),(83714,20354,560,3,1,0,0,1789.88,1123.93,13.3555,6.25839,86400,0,0,1650,1695,0,0,0,0),(83715,20379,560,3,1,0,0,1792.42,1124.93,13.3555,3.48201,86400,0,0,484,0,0,0,0,0),(83716,20429,560,3,1,0,0,1800.71,1118.56,13.3555,6.23876,86400,0,0,40,120,0,0,0,0),(83717,20426,560,3,1,0,0,1803.39,1118.39,13.3555,3.12465,86400,0,0,1077,3191,0,0,0,0),(83718,20428,560,3,1,0,0,1808.49,1129.88,13.3555,3.15214,86400,0,0,40,120,0,0,0,0),(83719,20430,560,3,1,0,0,1806.18,1129.7,13.3555,0.0851638,86400,0,0,40,120,0,0,0,0),(83720,20373,560,3,1,0,0,1815.75,1122.7,14.7145,1.5303,86400,0,0,1650,1695,0,0,0,0),(83721,20429,560,3,1,0,0,1843.34,1109.06,16.4485,1.62062,86400,0,0,40,120,0,0,0,0),(83722,20429,560,3,1,0,0,1849.53,1102.22,16.4447,0.0262618,86400,0,0,40,120,0,0,0,0),(83723,20365,560,3,1,0,0,1876.32,1087.69,17.7383,4.51089,86400,0,0,955,0,0,0,0,0),(83724,20441,560,3,1,0,0,1882.16,1100.4,18.8604,5.74003,86400,0,0,198,0,0,0,0,0),(83725,20428,560,3,1,0,0,1889.77,1091.65,18.8602,5.6772,86400,0,0,40,120,0,0,0,0),(83726,20429,560,3,1,0,0,1893.82,1098.59,18.8535,0.792026,86400,0,0,40,120,0,0,0,0),(83727,20430,560,3,1,0,0,1895.64,1100.66,18.847,3.85901,86400,0,0,40,120,0,0,0,0),(83728,20429,560,3,1,0,0,1893.63,1094.25,23.6263,5.63401,86400,0,0,40,120,0,0,0,0),(83729,20428,560,3,1,0,0,1894.47,1100.49,23.6263,2.38795,86400,0,0,40,120,0,0,0,0),(83730,20430,560,3,1,0,0,1892.95,1102.15,23.6263,5.46671,86400,0,0,40,120,0,0,0,0),(83731,20429,560,3,1,0,0,1889.79,1105.25,23.6217,2.39188,86400,0,0,40,120,0,0,0,0),(83732,2354,560,3,1,0,0,1940.92,1227.34,25.3819,3.78366,86400,3,0,742,0,1,0,0,0),(83733,2350,560,3,1,0,0,1892.6,1228.84,19.3433,2.47833,86400,3,0,494,0,1,0,0,0),(83734,2385,560,3,1,0,0,1896.29,1247.69,18.8787,0.961721,86400,3,0,840,0,1,0,0,0),(83735,2350,560,3,1,0,0,1940.53,1311.12,18.1536,0.961721,86400,3,0,494,0,1,0,0,0),(83736,2354,560,3,1,0,0,1991.68,1308.12,17.461,6.22232,86400,3,0,742,0,1,0,0,0),(83737,2385,560,3,1,0,0,1940.47,1292.28,17.7574,3.61165,86400,3,0,840,0,1,0,0,0),(83738,2354,560,3,1,0,0,1844.11,1273.77,23.4269,3.30535,86400,3,0,742,0,1,0,0,0),(83739,2350,560,3,1,0,0,1806.01,1273.12,33.3842,2.26077,86400,3,0,494,0,1,0,0,0),(83740,2354,560,3,1,0,0,1735.61,1277.79,49.7998,3.17262,86400,3,0,742,0,1,0,0,0),(83741,2385,560,3,1,0,0,1725.31,1287.33,55.3083,2.09426,86400,3,0,840,0,1,0,0,0),(83742,2350,560,3,1,0,0,1722.64,1350.8,61.6444,1.37955,86400,3,0,494,0,1,0,0,0),(83743,2385,560,3,1,0,0,1771.74,1219.41,25.5376,4.74106,86400,3,0,840,0,1,0,0,0),(83744,2354,560,3,1,0,0,1854.31,1192.58,15.492,5.50682,86400,3,0,742,0,1,0,0,0),(83745,2385,560,3,1,0,0,1980.43,1234.1,33.8957,0.248583,86400,3,0,840,0,1,0,0,0),(83746,2354,560,3,1,0,0,2034.72,1283.78,41.7341,0.641282,86400,3,0,742,0,1,0,0,0),(83747,2350,560,3,1,0,0,2066.43,1337.25,44.779,1.07011,86400,3,0,494,0,1,0,0,0),(83748,2385,560,3,1,0,0,2015.39,1377.11,44.1501,2.73123,86400,3,0,840,0,1,0,0,0),(83749,2354,560,3,1,0,0,2021.01,1331.77,38.7931,4.73556,86400,3,0,742,0,1,0,0,0),(83750,2354,560,3,1,0,0,2106.65,1238.31,46.0483,4.94369,86400,3,0,742,0,1,0,0,0),(83751,2350,560,3,1,0,0,2132.62,1203.22,43.9018,5.01045,86400,3,0,494,0,1,0,0,0),(83752,2385,560,3,1,0,0,2122.94,1148.91,39.9957,4.52508,86400,3,0,840,0,1,0,0,0),(83753,2354,560,3,1,0,0,2147.61,1084.7,42.1608,5.239,86400,3,0,742,0,1,0,0,0),(83754,2385,560,3,1,0,0,2101.61,1078.52,38.0017,3.75146,86400,3,0,840,0,1,0,0,0),(83755,2354,560,3,1,0,0,2021.15,1082.63,30.3915,3.15848,86400,3,0,742,0,1,0,0,0),(83756,2385,560,3,1,0,0,2171.16,1140.03,41.9949,0.425296,86400,3,0,840,0,1,0,0,0),(83757,2354,560,3,1,0,0,2255.61,1207.93,53.3428,1.20284,86400,3,0,742,0,1,0,0,0),(83758,2385,560,3,1,0,0,2288.79,1259.19,59.2432,0.887109,86400,3,0,840,0,1,0,0,0),(83759,2350,560,3,1,0,0,2259.62,1307.64,58.4876,1.4361,86400,3,0,494,0,1,0,0,0),(83760,2385,560,3,1,0,0,2234.87,1249.31,52.8302,4.29809,86400,3,0,840,0,1,0,0,0),(83761,2354,560,3,1,0,0,2186.9,973.269,44.738,4.27846,86400,3,0,742,0,1,0,0,0),(83762,2385,560,3,1,0,0,2149.32,936.392,45.1184,3.88262,86400,3,0,840,0,1,0,0,0),(83763,2350,560,3,1,0,0,2168.34,875.259,51.2857,5.228,86400,3,0,494,0,1,0,0,0),(83764,2354,560,3,1,0,0,2161.39,848.136,52.5968,4.46146,86400,3,0,742,0,1,0,0,0),(83765,2385,560,3,1,0,0,2150.4,795.275,42.8853,3.86141,86400,3,0,840,0,1,0,0,0),(83766,2354,560,3,1,0,0,2121.4,877.663,48.4179,2.22464,86400,3,0,742,0,1,0,0,0),(83767,2385,560,3,1,0,0,2098.31,914.64,42.0309,1.62381,86400,3,0,840,0,1,0,0,0),(83768,2350,560,3,1,0,0,2064.5,973.993,39.3825,2.99747,86400,3,0,494,0,1,0,0,0),(83769,2354,560,3,1,0,0,2008.92,963.353,30.839,3.54647,86400,3,0,742,0,1,0,0,0),(83770,2385,560,3,1,0,0,2035.56,929.885,34.7462,5.69532,86400,3,0,840,0,1,0,0,0),(83771,2354,560,3,1,0,0,2067.34,908.703,36.9286,5.69532,86400,3,0,742,0,1,0,0,0),(83772,2385,560,3,1,0,0,2100.48,828.266,15.9509,0.704111,86400,3,0,840,0,1,0,0,0),(83773,2354,560,3,1,0,0,2020.24,805.971,18.0441,3.25273,86400,3,0,742,0,1,0,0,0),(83774,2385,560,3,1,0,0,1971.74,829.297,14.1263,2.96999,86400,3,0,840,0,1,0,0,0),(83775,2354,560,3,1,0,0,1904.04,854.524,8.22704,3.10115,86400,3,0,742,0,1,0,0,0),(83776,2350,560,3,1,0,0,1823.96,847.615,8.2437,3.16241,86400,3,0,494,0,1,0,0,0),(83777,2385,560,3,1,0,0,1805.79,831.225,13.9854,4.74813,86400,3,0,840,0,1,0,0,0),(83778,2354,560,3,1,0,0,1784,782.465,21.8916,4.02006,86400,3,0,742,0,1,0,0,0),(83779,2350,560,3,1,0,0,1727.96,790.772,25.0149,2.73986,86400,3,0,494,0,1,0,0,0),(83780,2354,560,3,1,0,0,1758.36,769.219,24.7931,5.57201,86400,3,0,742,0,1,0,0,0),(83781,2385,560,3,1,0,0,1793.94,751.17,24.3921,5.87831,86400,3,0,840,0,1,0,0,0),(83782,2385,560,3,1,0,0,1855.96,730.664,24.868,0.294916,86400,3,0,840,0,1,0,0,0),(83783,2385,560,3,1,0,0,1896.72,750.02,19.8814,1.06304,86400,3,0,840,0,1,0,0,0),(83784,2354,560,3,1,0,0,1912.83,758.947,21.8365,5.24764,86400,3,0,742,0,1,0,0,0),(83785,2350,560,3,1,0,0,1964.94,706.411,27.0309,5.85318,86400,3,0,494,0,1,0,0,0),(83786,2354,560,3,1,0,0,2001.74,702.116,28.3247,0.199098,86400,3,0,742,0,1,0,0,0),(83787,2354,560,3,1,0,0,2058.19,689.345,35.3757,4.64838,86400,3,0,742,0,1,0,0,0),(83788,2354,560,3,1,0,0,2052.84,650.034,39.2039,4.15593,86400,3,0,742,0,1,0,0,0),(83789,2385,560,3,1,0,0,2023.27,602.501,47.4992,4.15593,86400,3,0,840,0,1,0,0,0),(83790,2385,560,3,1,0,0,1994,613.229,42.3876,0.126054,86400,3,0,840,0,1,0,0,0),(83791,2354,560,3,1,0,0,1988,645.965,34.5493,1.76989,86400,3,0,742,0,1,0,0,0),(83792,2350,560,3,1,0,0,1920.98,680.047,32.208,3.80172,86400,3,0,494,0,1,0,0,0),(83793,2350,560,3,1,0,0,1881.94,640.359,29.5184,3.79701,86400,3,0,494,0,1,0,0,0),(83794,2350,560,3,1,0,0,1845.33,674.131,27.9614,2.64875,86400,3,0,494,0,1,0,0,0),(83795,2350,560,3,1,0,0,1789.78,707.795,23.1611,2.36837,86400,3,0,494,0,1,0,0,0),(83796,2354,560,3,1,0,0,1739.75,737.258,26.3951,3.09329,86400,3,0,742,0,1,0,0,0),(83797,2385,560,3,1,0,0,1694.83,724.909,30.7032,3.88576,86400,3,0,840,0,1,0,0,0),(83798,2354,560,3,1,0,0,1684.71,688.62,30.8706,4.51565,86400,3,0,742,0,1,0,0,0),(83799,2350,560,3,1,0,0,1675.03,681.037,33.7848,2.84903,86400,3,0,494,0,1,0,0,0),(83800,2354,560,3,1,0,0,1609.78,718.351,37.7279,2.33302,86400,3,0,742,0,1,0,0,0),(83801,2385,560,3,1,0,0,1569.33,714.98,52.3088,3.56688,86400,3,0,840,0,1,0,0,0),(83802,2354,560,3,1,0,0,1536.91,672.594,61.9369,4.12766,86400,3,0,742,0,1,0,0,0),(83803,2350,560,3,1,0,0,1530.94,637.455,62.986,4.62482,86400,3,0,494,0,1,0,0,0),(83804,2354,560,3,1,0,0,1552.42,619.497,57.8484,5.58693,86400,3,0,742,0,1,0,0,0),(83805,2385,560,3,1,0,0,1595.89,594.081,53.5599,6.10058,86400,3,0,840,0,1,0,0,0),(83806,2385,560,3,1,0,0,1629.08,582.023,45.0269,4.98453,86400,3,0,840,0,1,0,0,0),(83807,2385,560,3,1,0,0,1656.54,518.553,44.9819,5.28612,86400,3,0,840,0,1,0,0,0),(83808,2385,560,3,1,0,0,1631.42,485.46,45.6755,3.67762,86400,3,0,840,0,1,0,0,0),(83809,2385,560,3,1,0,0,1585.51,487.178,46.6464,2.85767,86400,3,0,840,0,1,0,0,0),(83810,2354,560,3,1,0,0,1547.22,483.024,45.2108,3.31241,86400,3,0,742,0,1,0,0,0),(83811,2350,560,3,1,0,0,1492.85,476.647,41.9643,2.80819,86400,3,0,494,0,1,0,0,0),(83812,2354,560,3,1,0,0,1428.1,489.808,37.5686,3.09093,86400,3,0,742,0,1,0,0,0),(83813,2385,560,3,1,0,0,1372.83,483.288,32.7204,3.39017,86400,3,0,840,0,1,0,0,0),(83814,2354,560,3,1,0,0,1327.01,481.1,32.5647,3.09564,86400,3,0,742,0,1,0,0,0),(83815,2350,560,3,1,0,0,1274.96,480.505,38.7621,3.96351,86400,3,0,494,0,1,0,0,0),(83816,2354,560,3,1,0,0,1304.73,493.081,36.9059,0.730027,86400,3,0,742,0,1,0,0,0),(83817,2385,560,3,1,0,0,1341.49,516.872,30.1399,1.04419,86400,3,0,840,0,1,0,0,0),(83818,2354,560,3,1,0,0,1388.05,568.397,15.5701,0.669551,86400,3,0,742,0,1,0,0,0),(83819,2354,560,3,1,0,0,1400.88,558.81,27.6146,5.18009,86400,3,0,742,0,1,0,0,0),(83820,2385,560,3,1,0,0,1441.94,528.069,37.2935,0.238367,86400,3,0,840,0,1,0,0,0),(83821,2385,560,3,1,0,0,1491.68,552.875,46.2558,1.1832,86400,3,0,840,0,1,0,0,0),(83822,2385,560,3,1,0,0,1512.44,594.561,55.4158,0.992349,86400,3,0,840,0,1,0,0,0),(83823,2385,560,3,1,0,0,1534.01,526.102,46.1278,4.97039,86400,3,0,840,0,1,0,0,0),(83824,2354,560,3,1,0,0,1589.9,449.231,49.6855,5.35838,86400,3,0,742,0,1,0,0,0),(83825,2385,560,3,1,0,0,1629.58,400.056,51.0666,5.78014,86400,3,0,840,0,1,0,0,0),(83826,2350,560,3,1,0,0,1701.32,363.145,55.459,6.21839,86400,3,0,494,0,1,0,0,0),(83827,2354,560,3,1,0,0,1754.78,379.499,52.3389,0.759871,86400,3,0,742,0,1,0,0,0),(83828,2385,560,3,1,0,0,1799.85,405.422,51.0274,5.97806,86400,3,0,840,0,1,0,0,0),(83829,2354,560,3,1,0,0,1848.8,357.487,52.4408,5.07563,86400,3,0,742,0,1,0,0,0),(83830,2354,560,3,1,0,0,1806.7,334.682,52.352,3.30063,86400,3,0,742,0,1,0,0,0),(83831,2385,560,3,1,0,0,1750.86,326.313,51.2555,3.07915,86400,3,0,840,0,1,0,0,0),(83832,2354,560,3,1,0,0,1711.19,364.127,55.7386,3.4208,86400,3,0,742,0,1,0,0,0),(83833,2354,560,3,1,0,0,1835.41,458.771,47.8065,1.73141,86400,3,0,742,0,1,0,0,0),(83834,2385,560,3,1,0,0,1861.47,506.058,47.8019,0.482624,86400,3,0,840,0,1,0,0,0),(83835,2350,560,3,1,0,0,1915.5,545.78,42.1808,0.805422,86400,3,0,494,0,1,0,0,0),(83836,2354,560,3,1,0,0,1934.32,563.542,41.8713,0.477911,86400,3,0,742,0,1,0,0,0),(83837,2354,560,3,1,0,0,2165.54,733.602,37.8337,1.90655,86400,3,0,742,0,1,0,0,0),(83838,2385,560,3,1,0,0,2200.91,787.671,46.9949,1.77146,86400,3,0,840,0,1,0,0,0),(83839,2350,560,3,1,0,0,2199.66,854.432,52.4732,0.627133,86400,3,0,494,0,1,0,0,0),(83840,2354,560,3,1,0,0,2236,910.365,50.4931,0.740231,86400,3,0,742,0,1,0,0,0),(83841,2354,560,3,1,0,0,2325.26,697.996,58.4566,5.10312,86400,3,0,742,0,1,0,0,0),(83842,2385,560,3,1,0,0,2336.17,660.154,55.5428,4.49051,86400,3,0,840,0,1,0,0,0),(83843,2350,560,3,1,0,0,2339.36,616.178,54.5245,5.58143,86400,3,0,494,0,1,0,0,0),(83844,2385,560,3,1,0,0,2361.36,608.599,55.5608,0.928726,86400,3,0,840,0,1,0,0,0),(83845,2354,560,3,1,0,0,2415.08,615.691,57.3233,0.915374,86400,3,0,742,0,1,0,0,0),(83846,2354,560,3,1,0,0,2457.89,644.82,56.2101,5.97412,86400,3,0,742,0,1,0,0,0),(83847,2354,560,3,1,0,0,2316.29,546.669,41.2666,3.90539,86400,3,0,742,0,1,0,0,0),(83848,2385,560,3,1,0,0,2283.16,564.297,41.1094,2.60005,86400,3,0,840,0,1,0,0,0),(83849,2350,560,3,1,0,0,2236.14,621.365,36.7163,2.36758,86400,3,0,494,0,1,0,0,0),(83850,2354,560,3,1,0,0,2236.45,655.641,38.9432,1.13057,86400,3,0,742,0,1,0,0,0),(83851,2354,560,3,1,0,0,2216.32,543.053,41.1329,5.32146,86400,3,0,742,0,1,0,0,0),(83852,2354,560,3,1,0,0,2205.17,513.47,43.4353,3.34932,86400,3,0,742,0,1,0,0,0),(83853,2350,560,3,1,0,0,2192.48,504.821,51.6471,4.9751,86400,3,0,494,0,1,0,0,0),(83854,2385,560,3,1,0,0,2199.1,433.049,56.7023,4.97981,86400,3,0,840,0,1,0,0,0),(83855,2354,560,3,1,0,0,2256.33,388.409,58.1366,5.98119,86400,3,0,742,0,1,0,0,0),(83856,2385,560,3,1,0,0,2319.98,363.536,63.112,5.33324,86400,3,0,840,0,1,0,0,0),(83857,2350,560,3,1,0,0,2344.38,305.558,67.8938,4.90205,86400,3,0,494,0,1,0,0,0),(83858,2354,560,3,1,0,0,2362.09,247.008,76.6937,5.11176,86400,3,0,742,0,1,0,0,0),(83859,2385,560,3,1,0,0,2400.12,188.963,92.617,5.50288,86400,3,0,840,0,1,0,0,0),(83860,2354,560,3,1,0,0,2436.46,165.517,102.607,5.89166,86400,3,0,742,0,1,0,0,0),(83861,2354,560,3,1,0,0,2408.74,133.56,94.8514,4.01377,86400,3,0,742,0,1,0,0,0),(83862,2385,560,3,1,0,0,2367.01,96.5249,87.8238,3.16083,86400,3,0,840,0,1,0,0,0),(83863,2350,560,3,1,0,0,2289.06,88.7103,65.4377,5.12825,86400,3,0,494,0,1,0,0,0),(83864,2354,560,3,1,0,0,2329.23,23.5776,80.9516,5.46048,86400,3,0,742,0,1,0,0,0),(83865,2354,560,3,1,0,0,1840.05,605.719,35.5535,5.14161,86400,3,0,742,0,1,0,0,0),(83866,2385,560,3,1,0,0,1860.41,561.583,40.9108,5.24999,86400,3,0,840,0,1,0,0,0),(83867,2350,560,3,1,0,0,1876.42,496.882,46.6764,3.51505,86400,3,0,494,0,1,0,0,0),(83868,2385,560,3,1,0,0,1953.25,560.29,44.1703,0.632634,86400,3,0,840,0,1,0,0,0),(83869,2350,560,3,1,0,0,1975.83,576.846,44.175,0.632634,86400,3,0,494,0,1,0,0,0),(83870,2354,560,3,1,0,0,2027.89,626.111,45.2915,1.53034,86400,3,0,742,0,1,0,0,0),(83871,2350,560,3,1,0,0,1907.46,300.469,62.7818,2.83412,86400,3,0,494,0,1,0,0,0),(83872,2385,560,3,1,0,0,1824.11,284.342,62.8299,4.01457,86400,3,0,840,0,1,0,0,0),(83873,2354,560,3,1,0,0,1937.31,71.58,58.2425,4.97197,86400,3,0,742,0,1,0,0,0),(83874,2385,560,3,1,0,0,1922.89,4.17176,54.2034,4.97433,86400,3,0,840,0,1,0,0,0),(83875,2350,560,3,1,0,0,1938.01,-15.1232,57.9452,0.286286,86400,3,0,494,0,1,0,0,0),(83876,2354,560,3,1,0,0,1992.59,-7.84647,54.4811,5.97807,86400,3,0,742,0,1,0,0,0),(83877,2385,560,3,1,0,0,2046,-24.6693,59.9998,5.97807,86400,3,0,840,0,1,0,0,0),(83878,2354,560,3,1,0,0,2113.42,-25.3041,66.8198,0.286286,86400,3,0,742,0,1,0,0,0),(83879,2385,560,3,1,0,0,2207.7,-81.5329,83.0974,5.4542,86400,3,0,840,0,1,0,0,0),(83880,2385,560,3,1,0,0,2211.75,-107.583,86.3452,4.27846,86400,3,0,840,0,1,0,0,0),(83881,2385,560,3,1,0,0,2175.9,-211.096,69.1768,1.7212,86400,3,0,840,0,1,0,0,0),(83882,2354,560,3,1,0,0,2243.16,-86.5874,86.8439,0.545463,86400,3,0,742,0,1,0,0,0),(83883,2385,560,3,1,0,0,2279.52,-64.5863,87.5276,0.545463,86400,3,0,840,0,1,0,0,0),(83884,2350,560,3,1,0,0,2343.91,-57.5838,89.1852,0.545463,86400,3,0,494,0,1,0,0,0),(83885,2354,560,3,1,0,0,2376.99,-32.7886,95.1279,2.70766,86400,3,0,742,0,1,0,0,0),(83886,2354,560,3,1,0,0,2321.37,15.1089,76.3767,2.11862,86400,3,0,742,0,1,0,0,0),(83887,2354,560,3,1,0,0,2343.31,159.422,78.1826,0.775585,86400,3,0,742,0,1,0,0,0),(83888,2385,560,3,1,0,0,2348.5,156.282,78.9334,6.27651,86400,3,0,840,0,1,0,0,0),(83889,2350,560,3,1,0,0,2409.46,155.875,97.1508,6.27651,86400,3,0,494,0,1,0,0,0),(83890,2354,560,3,1,0,0,2384.67,109.471,91.3312,4.13159,86400,3,0,742,0,1,0,0,0),(83891,2385,560,3,1,0,0,2381.12,54.2359,90.9813,4.72064,86400,3,0,840,0,1,0,0,0),(83892,2354,560,3,1,0,0,2302.23,4.85901,77.6613,3.54254,86400,3,0,742,0,1,0,0,0),(83893,2354,560,3,1,0,0,2003.23,-57.4405,56.9819,2.4634,86400,3,0,742,0,1,0,0,0),(83894,2385,560,3,1,0,0,1940.04,38.5657,56.2523,1.87436,86400,3,0,840,0,1,0,0,0),(83895,2385,560,3,1,0,0,1788.73,150.698,55.2145,3.4428,86400,3,0,840,0,1,0,0,0),(83896,2350,560,3,1,0,0,1754.37,212.047,58.9226,1.45574,86400,3,0,494,0,1,0,0,0),(83897,2354,560,3,1,0,0,1764.02,295.492,52.8127,1.45574,86400,3,0,742,0,1,0,0,0),(83898,2354,560,3,1,0,0,1770.44,351.066,52.0424,1.45574,86400,3,0,742,0,1,0,0,0),(83899,2385,560,3,1,0,0,1717.28,338.181,54.6755,3.42709,86400,3,0,840,0,1,0,0,0),(83900,2354,560,3,1,0,0,1967.38,291.461,65.7698,5.94665,86400,3,0,742,0,1,0,0,0),(83901,17819,560,3,1,0,1,2113.12,195.772,66.2218,2.46529,86400,0,0,17736,0,0,0,0,0),(83902,17820,560,3,1,0,1,2109.01,189.145,66.2221,2.57525,86400,0,0,17736,0,0,0,0,0),(83903,17819,560,3,1,0,1,2120.17,223.408,64.8717,4.53953,86400,0,0,17736,0,0,0,0,0),(83904,17819,560,3,1,0,1,2119.47,219.019,64.8917,1.40579,86400,0,0,17736,0,0,0,0,0),(83905,17819,560,3,1,0,1,2076.55,168.677,65.1504,3.72429,86400,0,0,17736,0,0,0,0,0),(83906,17840,560,3,1,0,0,2122.54,183.843,69.253,5.73098,86400,0,0,10645,0,0,0,0,0),(83907,17820,560,3,1,0,1,2124.23,182.621,69.4139,5.70349,86400,0,0,17736,0,0,0,0,0),(83908,17819,560,3,1,0,1,2073.18,166.098,65.0422,0.634532,86400,0,0,17736,0,0,0,0,0),(83909,17819,560,3,1,0,1,2078.83,218.735,64.8736,2.47713,86400,0,0,17736,0,0,0,0,0),(83910,17819,560,3,1,0,1,2120.48,234.527,64.8737,1.1796,86400,0,0,17736,0,0,0,0,0),(83911,17840,560,3,1,0,0,2119.27,231.822,64.8737,1.00681,86400,0,0,10645,0,0,0,0,0),(83912,17820,560,3,1,0,1,2141.53,174.744,66.2217,2.54227,86400,0,0,17736,0,0,0,0,0),(83913,17820,560,3,1,0,1,2137.49,168.56,66.2217,2.4598,86400,0,0,17736,0,0,0,0,0),(83964,18598,560,3,1,0,0,2208.77,250.57,54.463,1.467,7200,0,0,5914,0,0,0,0,0),(83961,18598,560,3,1,0,0,2176.77,252.22,54.124,1.55,7200,0,0,5914,0,0,0,0,0),(83960,18598,560,3,1,0,0,2155.47,236.9,53.8478,0.7,7200,0,0,5914,0,0,0,0,0),(83957,18598,560,3,1,0,0,2192.58,238.444,52.441,4.23008,7200,0,0,5914,0,0,0,0,0),(83954,18598,560,3,1,0,0,2191.29,235.69,52.468,1.157,7200,0,0,5914,0,0,0,0,0),(83953,18598,560,3,1,0,0,2201.58,241.879,53.0639,2.85876,7200,0,0,5914,0,0,0,0,0),(83952,18598,560,3,1,0,0,2186.21,242.686,52.7649,5.80793,7200,0,0,5914,0,0,0,0,0),(83947,18598,560,3,1,0,0,2175.35,234.429,52.456,4.59,7200,0,0,5914,0,0,0,0,0),(83922,17820,560,3,1,0,1,2074.32,110.602,53.3292,5.88492,86400,0,0,17736,0,0,0,0,0),(83923,17819,560,3,1,0,1,2072.64,106.504,53.3294,5.85351,86400,0,0,17736,0,0,0,0,0),(83924,17819,560,3,1,0,1,2068.75,112.026,54.6787,2.01409,86400,0,0,17736,0,0,0,0,0),(83946,18598,560,3,1,0,0,2111.03,154.628,52.4409,4.23541,7200,0,0,5914,0,0,0,0,0),(83926,17819,560,3,1,0,1,2082.69,73.5106,52.4411,0.489631,86400,0,0,17736,0,0,0,0,0),(83927,17819,560,3,1,0,1,2084.96,69.4752,52.4764,0.480697,86400,0,0,17736,0,0,0,0,0),(83928,17819,560,3,1,0,1,2118.16,54.8553,52.5457,1.10907,86400,0,0,17736,0,0,0,0,0),(83929,17819,560,3,1,0,1,2121.62,52.6229,52.4409,1.02381,86400,0,0,17736,0,0,0,0,0),(83930,17820,560,3,1,0,1,2110.67,69.1812,52.5041,2.52167,86400,0,0,17736,0,0,0,0,0),(83931,17840,560,3,1,0,0,2112.97,67.542,52.5256,2.52167,86400,0,0,10645,0,0,0,0,0),(83932,17820,560,3,1,0,1,2138.01,47.761,52.441,5.62399,86400,0,0,17736,0,0,0,0,0),(83933,17840,560,3,1,0,0,2135.19,49.647,52.441,5.69468,86400,0,0,10645,0,0,0,0,0),(83934,17819,560,3,1,0,1,2070.83,71.4879,53.6836,2.25856,86400,0,0,17736,0,0,0,0,0),(83935,17833,560,3,1,0,1,2181.28,139.613,88.2164,2.67875,86400,0,0,14674,14665,0,0,0,0),(83936,17819,560,3,1,0,1,2186.96,137.735,88.2164,2.71802,86400,0,0,17736,0,0,0,0,0),(83937,17860,560,3,1,0,1,2189.84,142.759,88.2164,2.71409,86400,0,0,18345,0,0,0,0,0),(83938,17820,560,3,1,0,1,2185.07,146.42,88.2164,2.60806,86400,0,0,17736,0,0,0,0,0),(83939,18764,560,3,1,0,0,2183.04,111.732,89.4549,4.185,86400,0,0,5914,0,0,0,0,0),(83940,17820,560,3,1,0,1,2208.24,106.283,89.4549,2.97721,86400,0,0,17736,0,0,0,0,0),(83941,17840,560,3,1,0,0,2210.61,107.33,89.4549,3.8058,86400,0,0,10645,0,0,0,0,0),(83942,17833,560,3,1,0,1,2122.02,182.829,53.2169,5.92402,86400,0,0,14674,14665,0,0,0,0),(83943,17833,560,3,1,0,1,2124.24,185.669,52.8671,4.50638,86400,0,0,14674,14665,0,0,0,0),(83944,17819,560,3,1,0,1,2127.02,182.627,52.7427,3.08088,86400,0,0,17736,0,0,0,0,0),(83945,17819,560,3,1,0,1,2124.97,179.927,52.6141,1.75355,86400,0,0,17736,0,0,0,0,0),(83925,18598,560,3,1,0,0,2076.49,75.11,53.667,5.08,7200,0,0,5914,0,0,0,0,0),(83921,18598,560,3,1,0,0,2068.06,67.342,54.356,2.897,7200,0,0,5914,0,0,0,0,0),(83948,17820,560,3,1,0,1,2161.25,232.944,52.441,5.44257,86400,0,0,17736,0,0,0,0,0),(83949,17820,560,3,1,0,1,2164.78,235.551,52.441,5.23774,86400,0,0,17736,0,0,0,0,0),(83950,17819,560,3,1,0,1,2166.98,217.204,52.8188,0.32192,86400,0,0,17736,0,0,0,0,0),(83951,17840,560,3,1,0,0,2164.4,216.06,52.6709,0.424021,86400,0,0,10645,0,0,0,0,0),(83920,18598,560,3,1,0,0,2058.8,117.234,55.408,2.587,7200,0,0,5914,0,0,0,0,0),(83919,18598,560,3,1,0,0,2062.86,111.946,55.394,2.014,7200,0,0,5914,0,0,0,0,0),(83918,18598,560,3,1,0,0,2104.58,55.877,54.256,1.691,7200,0,0,5914,0,0,0,0,0),(83955,17819,560,3,1,0,1,2195.49,253.833,52.4421,4.21357,86400,0,0,17736,0,0,0,0,0),(83956,17819,560,3,1,0,1,2191.87,256.267,52.4422,4.13204,86400,0,0,17736,0,0,0,0,0),(83917,18598,560,3,1,0,0,2113.6,80.1264,53.0217,1.78515,7200,0,0,5914,0,0,0,0,0),(83958,17820,560,3,1,0,1,2195.96,258.857,54.0546,0.636878,86400,0,0,17736,0,0,0,0,0),(83959,17820,560,3,1,0,1,2172.72,261.189,53.5547,1.63345,86400,0,0,17736,0,0,0,0,0),(83916,18598,560,3,1,0,0,2106.94,40.976,54.554,4.754,7200,0,0,5914,0,0,0,0,0),(83915,18598,560,3,1,0,0,2105.86,99.483,52.568,3.881,7200,0,0,5914,0,0,0,0,0),(83962,17819,560,3,1,0,1,2186.06,272.098,52.7956,3.30242,86400,0,0,17736,0,0,0,0,0),(83963,17840,560,3,1,0,0,2187.73,272.262,52.7267,3.14534,86400,0,0,10645,0,0,0,0,0),(83914,18598,560,3,1,0,0,2097.88,96.411,52.8751,6.24621,7200,0,0,5914,0,0,0,0,0),(83456,18598,560,3,1,0,0,2104.87,91.259,53.1445,1.97364,7200,0,0,5914,0,0,0,0,0),(83966,17833,560,3,1,0,1,2220.92,183.993,98.3113,3.23645,86400,0,0,14674,14665,0,0,0,0),(83967,17833,560,3,1,0,1,2221.87,176.493,98.0355,3.26786,86400,0,0,14674,14665,0,0,0,0),(83968,17819,560,3,1,0,1,2231.95,184.198,102.564,3.22859,86400,0,0,17736,0,0,0,0,0),(83969,17820,560,3,1,0,1,2232.44,179.266,102.561,3.24037,86400,0,0,17736,0,0,0,0,0),(83970,18765,560,3,1,0,1,2204.82,160.47,89.4549,5.75757,86400,0,0,5914,0,0,0,0,0),(83971,17820,560,3,1,0,1,2222.86,120.352,89.4549,1.39547,86400,0,0,17736,0,0,0,0,0),(83972,17819,560,3,1,0,1,2225.36,124.204,89.4549,3.93545,86400,0,0,17736,0,0,0,0,0),(83973,17833,560,3,1,0,1,2215.29,131.741,103.379,1.76776,86400,0,0,14674,14665,0,0,0,0),(83974,17820,560,3,1,0,1,2214.79,134.233,103.379,4.88579,86400,0,0,17736,0,0,0,0,0),(83975,17833,560,3,1,0,1,2211.84,126.955,103.379,3.34248,86400,0,0,14674,14665,0,0,0,0),(83976,17819,560,3,1,0,1,2208.62,126.092,103.379,0.204816,86400,0,0,17736,0,0,0,0,0),(83977,17820,560,3,1,0,1,2222.13,90.7906,89.4559,3.62523,86400,0,0,17736,0,0,0,0,0),(83978,17846,560,3,1,0,0,2165.57,54.8847,64.809,4.41926,86400,0,0,17151,0,0,0,0,0),(83979,17846,560,3,1,0,0,2172.75,54.4972,66.1298,4.21899,86400,0,0,17151,0,0,0,0,0),(83980,17846,560,3,1,0,0,2201.82,33.1603,66.1087,2.70239,86400,0,0,17151,0,0,0,0,0),(83981,17846,560,3,1,0,0,2193.96,22.413,64.7908,2.73381,86400,0,0,17151,0,0,0,0,0),(83982,18673,560,3,1,0,0,2193.28,20.9314,64.789,2.71024,86400,0,0,17151,0,0,0,0,0),(83983,17846,560,3,1,0,0,2189.75,5.89241,66.126,2.65527,86400,0,0,17151,0,0,0,0,0),(83984,17846,560,3,1,0,0,2179.42,-0.939732,66.1252,1.79133,86400,0,0,17151,0,0,0,0,0),(83985,17846,560,3,1,0,0,2145.42,13.9408,66.1736,0.530764,86400,0,0,17151,0,0,0,0,0),(83986,17820,560,3,1,0,1,2085.48,46.7439,52.5225,4.3745,86400,0,0,17736,0,0,0,0,0),(83987,17820,560,3,1,0,1,2053.22,87.8803,52.5469,3.53099,86400,0,0,17736,0,0,0,0,0),(83988,2354,560,3,1,0,0,1964.69,333.723,60.1776,4.18619,86400,3,0,742,0,1,0,0,0),(83989,17876,560,3,1,0,0,2231.89,119.956,82.2979,4.21682,86400,0,0,37956,0,0,0,0,0),(83990,2350,560,3,1,0,0,1937.35,359.722,58.7813,1.80879,86400,3,0,494,0,1,0,0,0),(83991,2385,560,3,1,0,0,1971.06,431.124,60.9672,0.948781,86400,3,0,840,0,1,0,0,0),(83992,2354,560,3,1,0,0,2026.85,502.427,58.8477,1.48364,86400,3,0,742,0,1,0,0,0),(83993,2354,560,3,1,0,0,1950.46,471.01,57.2913,3.16675,86400,3,0,742,0,1,0,0,0),(83994,2350,560,3,1,0,0,1885.13,462.837,51.5093,3.47305,86400,3,0,494,0,1,0,0,0),(83995,2354,560,3,1,0,0,1945.81,400.874,60.6708,0.896162,86400,3,0,742,0,1,0,0,0),(83996,17833,560,3,1,0,1,2232.9,126.152,89.4551,3.47509,86400,0,0,14674,14665,0,0,0,0),(83997,17860,560,3,1,0,1,2230.59,119.039,89.455,1.8158,86400,0,0,18345,0,0,0,0,0),(84000,18887,560,3,1,0,0,2664.2,656.724,61.9367,2.64719,86400,0,0,699,0,0,0,0,0),(84001,18664,560,3,1,0,0,2623.23,674.935,54.598,0.0522261,86400,0,0,2899,5598,0,0,0,0),(84007,18093,560,3,1,0,1,2628.8,713.694,56.0762,2.04777,86400,0,0,14674,2933,0,0,0,0),(84008,18093,560,3,1,0,1,2637.42,718.284,56.546,2.06741,86400,0,0,14674,2933,0,0,0,0),(84009,18092,560,3,1,0,1,2633.49,665.289,54.3305,1.23986,86400,0,0,18345,0,2,0,0,0),(84010,18092,560,3,1,0,1,2630.62,666.227,54.2863,1.25556,86400,0,0,18345,0,2,0,0,0),(84011,18672,560,3,1,0,1,2632.75,666.366,54.3134,0.147891,86400,0,0,1753,0,2,0,0,0),(84012,18094,560,3,1,0,1,2642.08,749.883,63.272,2.59624,86400,0,0,14674,2933,0,0,0,0),(84013,21344,560,3,1,0,0,2648.34,700.608,56.2363,5.28623,86400,0,0,83,104,2,0,0,0),(84014,20428,560,3,1,0,0,2648.42,701.486,56.2887,5.51583,86400,0,0,40,120,0,0,0,0),(84015,20429,560,3,1,0,0,2649.23,700.131,56.271,2.2648,86400,0,0,40,120,0,0,0,0),(84016,20357,560,3,1,0,0,1821.21,1055.1,11.296,2.61274,86400,0,0,276,295,0,0,0,0),(84017,20358,560,3,1,0,0,1819.38,1056.91,11.2595,5.33572,86400,0,0,230,249,0,0,0,0),(86065,19389,565,1,1,0,1,121.425,353.774,5.57,3.99279,604800,0,0,206640,0,2,0,0,0),(83206,19389,565,1,1,0,1,113.294,354.383,3.60133,4.55668,604800,0,0,206640,0,0,0,0,0),(72432,19389,565,1,1,0,1,97.2598,285.685,1.92696,4.6146,604800,0,0,206640,0,0,0,0,0),(84027,1696,34,1,1,0,1,159.582,1.25311,-25.6062,6.25925,86400,0,0,1953,0,0,0,0,0),(18715,6906,70,1,1,5710,1,-353.007,117.186,-44.3684,0.523599,86400,0,0,4755,0,0,0,0,0),(22332,4822,48,1,1,1001,0,-434.535,106.072,-70.5668,2.93215,86400,5,0,1686,0,1,0,0,0),(25066,4822,48,1,1,1001,0,-443.161,130.462,-70.5796,1.8675,86400,5,0,1686,0,1,0,0,0),(19226,4822,48,1,1,1001,0,-409.104,180.943,-56.4831,4.04916,86400,5,0,1686,0,1,0,0,0),(22274,4807,48,1,1,4762,1,-342.759,214.898,-68.774,2.00713,86400,5,0,2529,0,1,0,0,0),(18989,4807,48,1,1,4762,1,-326.35,191.841,-65.5993,0.24262,86400,5,0,2529,0,1,0,0,0),(18756,4822,48,1,1,1001,0,-387.244,173.772,-56.6372,1.95477,86400,5,0,1686,0,1,0,0,0),(18751,4815,48,1,1,2835,0,-325.462,129.509,-48.1088,0.575959,86400,5,0,1686,0,1,0,0,0),(18752,4815,48,1,1,2835,0,-347.126,130.557,-50.7097,1.8326,86400,5,0,1686,0,1,0,0,0),(27409,4813,48,1,1,2876,1,-813.087,-99.3175,-25.6698,3.68265,86400,0,0,1482,2886,0,0,0,0),(18746,4820,48,1,1,3617,0,-422.341,4.16348,-47.8643,1.78024,86400,1,0,1599,1162,1,0,0,0),(18745,4819,48,1,1,11293,0,-422.97,25.0112,-48.0705,3.45575,86400,3,0,1815,0,1,0,0,0),(18743,6243,48,1,1,1773,1,-412.653,40.919,-48.1363,4.31096,86400,0,0,3906,0,0,0,0,0),(18742,4819,48,1,1,11293,0,-410.273,22.8632,-48.4303,1.17895,86400,1,0,1815,0,1,0,0,0),(84079,3586,36,1,1,0,1,-152.545,-526.434,51.133,1.73877,86400,0,0,1347,0,0,0,0,0),(3447,3119,1,1,1,9442,1,-987.174,-4676.82,26.8719,3.34738,300,10,0,120,0,1,0,0,0),(84082,22026,530,1,1,0,0,-3050.62,2504.62,63.1857,0.320444,25000,0,0,6542,0,0,0,0,0),(47643,8916,230,1,1,9069,1,538.864,-166.645,-34.0779,5.91667,7200,0,0,2304,1807,0,0,0,0),(84085,17702,530,1,1,0,1,-2426.15,-12169.1,32.5905,5.55192,300,0,0,273,0,0,0,0,0),(207593,15102,530,1,1,0,0,-1782.26,5249.88,-40.1258,1.0821,120,0,0,1,0,0,0,0,0),(207592,15102,530,1,1,0,0,-1779.92,5252.18,-40.1258,3.90954,120,0,0,1,0,0,0,0,0),(207591,15102,530,1,1,0,0,-1764.38,5158.26,-37.1216,5.86431,120,0,0,1,0,0,0,0,0),(207590,15102,530,1,1,0,0,-1678.97,5505.96,-40.307,5.79449,120,0,0,1,0,0,0,0,0),(84090,14848,530,1,1,0,1,-3919.03,-11551.5,-150.166,1.57704,300,0,0,104790,0,0,0,0,0),(207589,15102,530,1,1,0,0,-1676.71,5504.1,-40.316,2.6529,120,0,0,1,0,0,0,0,0),(207588,15102,530,1,1,0,0,-1667.34,5413.18,-40.3227,4.7822,120,0,0,1,0,0,0,0,0),(207587,15102,530,1,1,0,0,-1667.33,5410.56,-40.3227,1.6057,120,0,0,1,0,0,0,0,0),(84094,18985,530,1,1,0,0,-3836.51,-11479,-138.694,5.00767,300,0,0,3484,5751,0,0,0,0),(143197,23929,571,1,1,0,0,2377.89,-6160.93,-19.9129,1.64061,120,5,0,1,0,1,0,0,0),(143196,23929,571,1,1,0,0,2423.32,-6059,-6.10526,3.63626,120,5,0,1,0,1,0,0,0),(143195,23929,571,1,1,0,0,2384.59,-6092.62,-3.65338,5.48191,120,5,0,1,0,1,0,0,0),(84101,16248,530,1,1,0,0,6628.6,-6342.53,10.0853,6.08446,300,0,0,520,490,0,0,0,0),(84102,16329,530,1,1,0,1,6478.92,-6373.74,27.2051,2.84861,300,0,0,3712,1020,0,0,0,0),(84103,16333,530,1,1,0,1,6793.03,-7184.43,25.8965,4.28199,300,7,0,328,0,1,0,0,0),(84104,17591,530,1,1,17115,1,-4439.19,-12662.9,19.2655,0.75624,300,3,0,103,0,1,0,0,0),(84105,17591,530,1,1,17115,1,-4436.11,-12631.4,16.887,5.81027,300,3,0,103,0,1,0,0,0),(84106,17591,530,1,1,17115,1,-4468.51,-12659.8,18.1311,5.18588,300,3,0,103,0,1,0,0,0),(84107,17591,530,1,1,17115,1,-4484.53,-12320.6,16.1904,0.0807885,300,3,0,103,0,1,0,0,0),(84108,17591,530,1,1,17115,1,-4467.87,-12349.9,16.4834,1.6673,300,3,0,103,0,1,0,0,0),(84109,17591,530,1,1,17115,1,-4716.88,-11841.3,21.9577,0.603082,300,3,0,103,0,1,0,0,0),(84110,17591,530,1,1,17115,1,-4771.48,-11914.4,28.5556,4.45153,300,3,0,103,0,1,0,0,0),(84111,17591,530,1,1,17115,1,-4754.68,-11875.6,24.5643,4.1413,300,3,0,103,0,1,0,0,0),(84112,17591,530,1,1,17115,1,-4575.74,-11837.8,27.7615,1.27067,300,3,0,103,0,1,0,0,0),(84113,17591,530,1,1,17115,1,-4562.96,-11870.3,27.0418,5.13482,300,3,0,103,0,1,0,0,0),(84114,17591,530,1,1,17115,1,-4542.06,-11840,20.2551,0.658056,300,3,0,103,0,1,0,0,0),(84115,17591,530,1,1,17115,1,-4442.25,-11775.2,5.08432,5.46862,300,3,0,103,0,1,0,0,0),(84116,17591,530,1,1,17115,1,-4287.74,-11565.4,15.7463,1.21176,300,3,0,103,0,1,0,0,0),(84117,17591,530,1,1,17115,1,-4337.56,-11537.3,11.1132,4.32194,300,3,0,103,0,1,0,0,0),(84118,17591,530,1,1,17115,1,-4572.7,-11588.3,14.1249,3.29699,300,3,0,103,0,1,0,0,0),(84119,17591,530,1,1,17115,1,-4444.96,-11739.2,3.92559,4.5497,300,3,0,103,0,1,0,0,0),(84120,17591,530,1,1,17115,1,-4385.78,-11958.7,15.859,1.41989,300,3,0,103,0,1,0,0,0),(84121,17591,530,1,1,17115,1,-4405.04,-11928.5,14.4276,2.09533,300,3,0,103,0,1,0,0,0),(84122,17591,530,1,1,17115,1,-4411.27,-11994.1,18.463,3.29699,300,3,0,103,0,1,0,0,0),(84123,17591,530,1,1,17115,1,-4452.88,-11975.8,30.8552,2.9789,300,3,0,103,0,1,0,0,0),(84124,17591,530,1,1,17115,1,-4407.39,-11743.2,4.98888,1.80866,300,3,0,103,0,1,0,0,0),(84125,17591,530,1,1,17115,1,-3439.96,-11981,17.3588,5.29974,300,3,0,103,0,1,0,0,0),(84126,17591,530,1,1,17115,1,-3464.62,-11966.8,13.25,5.60997,300,3,0,103,0,1,0,0,0),(84127,17591,530,1,1,17115,1,-3463.9,-12009.6,18.7404,0.65411,300,3,0,103,0,1,0,0,0),(84128,17591,530,1,1,17115,1,-3147.75,-12626.8,30.0281,4.81673,300,3,0,103,0,1,0,0,0),(84129,17591,530,1,1,17115,1,-3181.16,-12675.8,24.6686,4.02348,300,3,0,103,0,1,0,0,0),(84130,17591,530,1,1,17115,1,-3266.93,-12701.2,22.0934,3.55616,300,3,0,103,0,1,0,0,0),(84131,17591,530,1,1,17115,1,-3319.55,-12679.5,20.4153,1.2785,300,3,0,103,0,1,0,0,0),(84132,17591,530,1,1,17115,1,-3342.66,-12630.2,37.487,0.418494,300,3,0,103,0,1,0,0,0),(84133,17591,530,1,1,17115,1,-3084.32,-12681.7,5.75133,1.99714,300,3,0,103,0,1,0,0,0),(84257,20480,530,1,1,0,0,2474.45,2140.5,94.8416,3.14397,300,0,0,7850,0,0,0,0,0),(84258,20480,530,1,1,0,0,2479.45,2074.89,90.7218,1.58646,300,0,0,7850,0,0,0,0,0),(84259,20480,530,1,1,0,0,2487.34,2102.45,94.7489,3.53018,300,0,0,7850,0,0,0,0,0),(84260,20480,530,1,1,0,0,2483.01,2099.36,94.4718,1.3093,300,0,0,7850,0,0,0,0,0),(84261,20480,530,1,1,0,0,2488.77,2095.18,94.1898,3.05213,300,0,0,7850,0,0,0,0,0),(11390,20424,560,3,1,341,1,2355.54,887.797,57.9301,3.37956,86400,0,0,198,0,0,0,0,0),(6758,505,0,1,1,520,0,-9683.55,-3029.79,52.6831,1.55396,300,10,0,449,0,1,0,0,0),(84282,21853,530,1,1,0,0,3519.07,6719.9,147.578,4.46622,300,0,0,1114,0,0,0,0,0),(84283,21853,530,1,1,0,0,3505.5,6723.31,151.703,4.46622,300,0,0,1114,0,0,0,0,0),(84284,21853,530,1,1,0,0,3348.99,7114.24,161.93,1.03493,300,0,0,1114,0,0,0,0,0),(84285,21853,530,1,1,0,0,3361.03,7107.09,160.43,1.03493,300,0,0,1114,0,0,0,0,0),(84286,20998,530,1,1,0,0,3279.02,5086.35,262.333,4.12791,300,0,0,6542,0,0,0,0,0),(84287,20998,530,1,1,0,0,3047.58,4994.29,263.789,0.350911,300,0,0,6542,0,0,0,0,0),(84288,20998,530,1,1,0,0,3121.95,5045.62,262.339,3.3771,300,0,0,6542,0,0,0,0,0),(84289,21950,530,1,1,0,1,2272.95,5984.4,142.799,6.23082,300,0,0,6986,0,0,0,0,0),(84290,21951,530,1,1,0,1,2270.95,5982.93,142.839,0.31849,300,0,0,6542,0,0,0,0,0),(84291,21952,530,1,1,0,0,2273.26,5986.73,142.754,5.14872,300,0,0,6986,0,0,0,0,0),(84292,21951,530,1,1,0,1,2271.17,5986.07,142.811,5.86431,300,0,0,6542,0,0,0,0,0),(6757,428,0,1,1,490,0,-9676.46,-2868.88,51.6369,0.98872,300,10,0,417,0,1,0,0,0),(84328,20714,530,1,1,0,0,2130.62,5155.2,266.314,3.66861,300,0,0,6116,0,0,0,0,0),(84329,20714,530,1,1,0,0,2088.64,5143.19,265.817,6.09556,300,0,0,6116,0,0,0,0,0),(84330,20714,530,1,1,0,0,1880.93,5122.83,266.025,5.94288,300,0,0,6116,0,0,0,0,0),(84331,20714,530,1,1,0,0,1842.29,5125.5,266.402,4.99302,300,0,0,6116,0,0,0,0,0),(84332,20714,530,1,1,0,0,1783.75,5167.56,267.105,3.99862,300,0,0,6116,0,0,0,0,0),(84333,21423,530,1,1,0,0,1922.95,5662.43,260.181,5.176,300,10,0,3869,0,1,0,0,0),(84334,21423,530,1,1,0,0,1944.71,5645.51,261.827,4.46761,300,10,0,3869,0,1,0,0,0),(84335,21423,530,1,1,0,0,1956.5,5601.63,256.314,3.38684,300,10,0,3869,0,1,0,0,0),(84337,21423,530,1,1,0,0,1875.76,5635.18,257.336,5.95157,300,10,0,3869,0,1,0,0,0),(84338,21423,530,1,1,0,0,1884.11,5653.29,253.676,1.09956,300,10,0,3869,0,1,0,0,0),(84339,21423,530,1,1,0,0,1837.63,5562.29,264.978,3.22886,300,10,0,3869,0,1,0,0,0),(84340,21423,530,1,1,0,0,1858.35,5634.08,257.739,0.855211,300,10,0,3869,0,1,0,0,0),(84343,21441,530,1,1,0,1,1950.71,5546.84,270.198,0.30137,300,0,0,13972,0,0,0,0,0),(84344,22089,530,1,1,0,0,1926.19,5572.02,291.793,4.93928,300,0,0,13972,0,0,0,0,0),(84345,21423,530,1,1,0,0,1881.48,5617.57,253.982,4.46737,300,10,0,3869,0,1,0,0,0),(63453,35612,530,1,1,0,1,9855.4,-7578.02,20.619,1.78024,300,0,0,1,1,0,0,0,0),(63451,35597,530,1,1,0,1,-1977.8,5267.62,-41.6556,4.39823,300,0,0,1,1,0,0,0,0),(84350,20714,530,1,1,0,0,2019.15,5663.7,266.188,3.74515,300,0,0,6116,0,0,0,0,0),(84351,21423,530,1,1,0,0,1942.81,5637.91,261.018,4.46765,300,10,0,3869,0,1,0,0,0),(84352,21423,530,1,1,0,0,1902.46,5629.22,252.022,5.38709,300,10,0,3869,0,1,0,0,0),(84353,21423,530,1,1,0,0,1928.85,5650.63,261.096,5.17604,300,10,0,3869,0,1,0,0,0),(84354,21423,530,1,1,0,0,1986.74,5662.16,265.144,0.506145,300,10,0,3869,0,1,0,0,0),(84355,21423,530,1,1,0,0,2019.76,5617.56,262.492,0.767945,300,10,0,3869,0,1,0,0,0),(84356,21423,530,1,1,0,0,2038.62,5589.81,261.41,5.86431,300,10,0,3869,0,1,0,0,0),(84357,20714,530,1,1,0,0,2410.19,5316.98,264.809,5.35519,300,0,0,6116,0,0,0,0,0),(84358,20714,530,1,1,0,0,2391.16,5291.75,266.39,2.49506,300,0,0,6116,0,0,0,0,0),(84359,20714,530,1,1,0,0,2533.72,5225.77,259.957,0.265824,300,0,0,6116,0,0,0,0,0),(84360,20714,530,1,1,0,0,2614.42,5192.97,262.784,3.53452,300,0,0,6116,0,0,0,0,0),(84361,20714,530,1,1,0,0,2618.33,5282.26,274.019,0.737406,300,0,0,6116,0,0,0,0,0),(84362,20714,530,1,1,0,0,2656.81,5276.54,269.441,0.94643,300,0,0,6116,0,0,0,0,0),(7806,2729,0,1,1,1164,0,-6987.14,-2885.09,243.356,1.95494,300,10,0,1678,0,1,0,0,0),(84366,22122,530,1,1,0,0,-218.977,5599.71,78.4751,1.78024,300,0,0,11178,3155,0,0,0,0),(144508,15325,509,1,1,0,0,-8853.16,1601.76,21.4307,3.29854,7200,0,0,1,0,2,0,0,0),(84368,22122,530,1,1,0,0,-170.684,5525.05,59.7336,5.68977,300,0,0,11178,3155,0,0,0,0),(84369,4512,530,1,1,0,0,2121.04,1435.04,64.2852,1.4021,300,0,0,2250,0,2,0,0,0),(84370,18046,530,1,1,0,1,-366.556,6202.51,26.3777,0.261799,300,0,0,22108,0,0,0,0,0),(84372,18035,530,1,1,0,0,719.491,5415.51,-26.0545,1.15192,300,0,0,5341,0,0,0,0,0),(84395,18031,530,1,1,0,0,-1896.39,-11887.7,39.0398,1.25664,300,0,0,1732,1470,0,0,0,0),(84396,18032,530,1,1,0,1,-1897.37,-11869.7,39.6608,4.88692,300,0,0,1414,1368,0,0,0,0),(84397,18027,530,1,1,0,0,-2067.84,-11863.4,50.1402,0.698132,300,0,0,1732,1470,0,0,0,0),(84398,17508,530,1,1,0,0,-2090.25,-11298.4,63.4649,5.68977,300,0,0,285,790,0,0,0,0),(84399,17528,530,1,1,0,0,-2313.08,-11266.6,36.0662,3.14159,300,0,0,360,0,0,0,0,0),(84400,19171,530,1,1,22362,1,-4044.45,-11786,9.11559,2.53073,300,0,0,42,0,0,0,0,0),(84401,20849,530,1,1,0,0,-3944.37,-11926.4,1.07681,3.63029,300,0,0,3052,0,0,0,0,0),(84402,19171,530,1,1,22362,1,-3909.22,-11614.8,-138.101,3.1765,300,0,0,42,0,0,0,0,0),(84407,19925,530,1,1,0,0,-3725.25,-11688.3,-105.53,3.66519,300,0,0,6986,0,0,0,0,0),(84408,16719,530,1,1,0,0,-3797.98,-11655.5,-106.063,4.08407,300,0,0,811,852,0,0,0,0),(84409,19171,530,1,1,22363,1,-3811.42,-11709.2,-106.409,4.64258,300,0,0,42,0,0,3,0,0),(84410,19171,530,1,1,22363,1,-4045.58,-11785,9.10616,5.60251,300,0,0,42,0,0,3,0,0),(84411,17443,530,1,1,0,1,-3398.19,-12412.1,19.1152,1.62316,300,0,0,208,205,0,0,0,0),(84412,17445,530,1,1,0,1,-3368.17,-12409.4,24.0562,1.82019,300,0,0,186,191,0,0,0,0),(84413,17444,530,1,1,0,1,-3353.89,-12406.8,25.9772,2.04204,300,0,0,301,326,0,0,0,0),(84414,17241,530,1,1,0,0,-4701.66,-12418.5,11.7104,0.994838,300,0,0,433,490,0,0,0,0),(84415,17311,530,1,1,0,0,-5357.79,-11175.3,6.43216,3.76991,300,0,0,356,0,0,0,0,0),(144507,15325,509,1,1,0,0,-8812.03,1669.48,21.5108,2.38176,7200,0,0,1,0,2,0,0,0),(144506,15325,509,1,1,0,0,-8812.03,1669.48,21.5108,2.38176,7200,0,0,1,0,2,0,0,0),(84418,19169,530,1,1,22361,1,9663.51,-7117.01,14.4069,2.53073,120,0,0,42,0,0,3,0,0),(84419,19169,530,1,1,22361,1,9690.43,-7493.95,15.8579,2.33874,120,0,0,42,0,0,3,0,0),(84420,17849,530,1,1,0,1,9871,-6557.19,10.3874,0.261799,120,0,0,117,259,0,0,0,0),(84421,16480,530,1,1,0,0,7025.41,-6814.6,42.1224,3.12414,120,0,0,377,408,0,0,0,0),(84422,16291,530,1,1,0,1,7199.96,-7096.74,57.147,4.03171,120,0,0,346,938,0,0,0,0),(84423,19169,530,1,1,22360,1,9662.28,-7116.19,14.4064,5.44543,120,0,0,42,0,0,0,0,0),(84424,19169,530,1,1,22360,1,9689.07,-7493.1,15.861,6.19592,120,0,0,42,0,0,0,0,0),(84425,17600,530,1,1,0,0,-1818.55,-12070.9,32.7632,4.15388,120,0,0,276,295,0,0,0,0),(84426,17600,530,1,1,0,0,-1811.34,-12083.6,32.4783,3.71755,120,0,0,276,295,0,0,0,0),(84427,17600,530,1,1,0,0,-1810.56,-12073.2,32.545,5.68977,120,0,0,276,295,0,0,0,0),(84428,18034,530,1,1,0,1,-2032.87,-11835.4,48.1801,3.90954,120,0,0,1414,1368,0,0,0,0),(84429,20850,530,1,1,0,0,-3941.55,-11933.1,0.599897,1.81514,120,0,0,3052,0,0,0,0,0),(84430,19171,530,1,1,22362,1,-3954.31,-11702.2,-138.799,2.6529,120,0,0,42,0,0,0,0,0),(84431,20847,530,1,1,0,0,-3964.44,-11933.2,-0.554611,2.19912,120,0,0,1524,0,0,0,0,0),(84433,17242,530,1,1,0,0,-4693.81,-12423.1,11.8935,6.26573,120,0,0,300,0,0,0,0,0),(84434,17538,530,1,1,0,0,-3901.6,-11678.8,-296.355,1.29154,120,0,0,698050,338700,0,0,0,0),(84435,19171,530,1,1,22363,1,-3955.85,-11701.5,-138.82,5.72468,120,0,0,42,0,0,3,0,0),(84438,16709,530,1,1,0,0,-3940.56,-11631.2,-138.469,2.07694,120,0,0,811,852,0,0,0,0),(84440,19171,530,1,1,22362,1,-3809.49,-11712.9,-106.485,2.07128,300,0,0,42,0,0,0,0,0),(84441,19171,530,1,1,22363,1,-3911.25,-11615.9,-138.202,6.20541,300,0,0,42,0,0,3,0,0),(84442,18183,530,1,1,0,0,-2488.78,7230.66,16.321,5.74213,120,0,0,6986,0,0,0,0,0),(84443,18233,530,1,1,0,0,-2491.86,7228.57,16.3211,5.74213,120,0,0,4731,2790,0,0,0,0),(84445,18204,530,1,1,0,1,-1518.47,8591.76,7.34313,4.5204,120,0,0,5060,2933,0,0,0,0),(84446,18240,530,1,1,0,0,-1528.49,8615.02,7.34313,4.7822,120,0,0,2371,0,0,0,0,0),(84447,18240,530,1,1,0,0,-1505.05,8606.52,7.34313,6.17846,120,0,0,2371,0,0,0,0,0),(84448,18240,530,1,1,0,0,-1518.91,8617.7,7.34313,6.14356,120,0,0,2371,0,0,0,0,0),(84449,18240,530,1,1,0,0,-1441.28,8541.79,13.3222,0.715585,120,0,0,2371,0,0,0,0,0),(84450,18240,530,1,1,0,0,-1417.7,8541.06,14.1215,1.98968,120,0,0,2371,0,0,0,0,0),(84451,18240,530,1,1,0,0,-1456.63,8452.88,0.0537803,6.03884,120,0,0,2371,0,0,0,0,0),(84452,18240,530,1,1,0,0,-1456.87,8447.9,0.0537813,2.74017,120,0,0,2371,0,0,0,0,0),(84453,18240,530,1,1,0,0,-1444.07,8429.3,0.0537823,0.453786,120,0,0,2371,0,0,0,0,0),(84454,18240,530,1,1,0,0,-1468.3,8427.56,0.185302,2.23402,120,0,0,2371,0,0,0,0,0),(84455,18240,530,1,1,0,0,-1500.69,8563.95,7.34313,6.00393,120,0,0,2371,0,0,0,0,0),(84456,18240,530,1,1,0,0,-1544.74,8572.72,7.34313,1.44862,120,0,0,2371,0,0,0,0,0),(84457,18240,530,1,1,0,0,-1530.88,8601.05,7.34313,0.418879,120,0,0,2371,0,0,0,0,0),(84458,18240,530,1,1,0,0,-1492.4,8480.05,-3.82181,2.74017,120,0,0,2371,0,0,0,0,0),(84459,18209,530,1,1,0,0,-1516.63,8462.39,-4.01942,2.23402,120,0,0,4274,2568,0,0,0,0),(84460,18240,530,1,1,0,0,-1541.92,8501.12,0.71293,2.05949,120,0,0,2371,0,0,0,0,0),(84461,18240,530,1,1,0,0,-1519.45,8464.52,3.56354,0.0523599,120,0,0,2371,0,0,0,0,0),(84462,18240,530,1,1,0,0,-1516.4,8469,3.51417,1.81514,120,0,0,2371,0,0,0,0,0),(84463,18240,530,1,1,0,0,-1624.41,8513.67,-13.3111,4.83456,120,0,0,2371,0,0,0,0,0),(84464,18240,530,1,1,0,0,-1577.06,8462.3,-9.97254,2.58309,120,0,0,2371,0,0,0,0,0),(84465,18240,530,1,1,0,0,-1680.83,8385.57,-32.8067,2.14675,120,0,0,2371,0,0,0,0,0),(84466,18240,530,1,1,0,0,-1648.87,8377.81,-26.9247,0.191986,120,0,0,2371,0,0,0,0,0),(84467,18240,530,1,1,0,0,-1664.82,8394.38,-28.5649,5.95157,120,0,0,2371,0,0,0,0,0),(84468,18240,530,1,1,0,0,-1707.43,8387.64,-35.9321,6.23082,120,0,0,2371,0,0,0,0,0),(84469,18240,530,1,1,0,0,-1678.85,8356.43,-36.5637,2.42601,120,0,0,2371,0,0,0,0,0),(84470,18240,530,1,1,0,0,-1652.69,8353.5,-29.9345,2.09439,120,0,0,2371,0,0,0,0,0),(84471,18240,530,1,1,0,0,-1729.01,8421.09,-34.5743,2.70526,120,0,0,2371,0,0,0,0,0),(84472,18240,530,1,1,0,0,-1713.45,8417.38,-25.2962,1.23918,120,0,0,2371,0,0,0,0,0),(84473,18240,530,1,1,0,0,-1695.68,8406.94,-27.7944,4.04916,120,0,0,2371,0,0,0,0,0),(84474,18240,530,1,1,0,0,-1719.74,8472.65,-29.5987,1.55334,120,0,0,2371,0,0,0,0,0),(84475,18240,530,1,1,0,0,-1720.08,8437.42,-31.7364,2.46091,120,0,0,2371,0,0,0,0,0),(84476,18240,530,1,1,0,0,-1712.55,8452.4,-25.6788,5.42797,120,0,0,2371,0,0,0,0,0),(84477,18240,530,1,1,0,0,-1664.17,8433.87,-23.2726,1.6057,120,0,0,2371,0,0,0,0,0),(84478,18240,530,1,1,0,0,-1736.75,8466.85,-30.9712,5.75959,120,0,0,2371,0,0,0,0,0),(84479,18240,530,1,1,0,0,-1744.78,8458.28,-30.894,1.98968,120,0,0,2371,0,0,0,0,0),(84480,18240,530,1,1,0,0,-1736.58,8440.33,-32.2804,1.01229,120,0,0,2371,0,0,0,0,0),(84481,18240,530,1,1,0,0,-1665.55,8464.44,-19.8966,5.77704,120,0,0,2371,0,0,0,0,0),(18023,1767,0,1,1,441,1,1288.13,860.852,35.4024,3.17337,275,10,0,247,0,1,0,0,0),(84488,21879,530,1,1,0,0,-3642.4,2282.84,101.388,2.85252,120,0,0,6542,0,2,0,0,0),(84491,21501,530,1,1,0,1,-3334.17,2837.7,135.984,1.83354,120,0,0,26168,0,2,0,0,0),(84492,15241,530,1,1,0,0,-2902.96,3932.89,38.9052,4.27606,120,0,0,13972,0,0,0,0,0),(84497,19673,530,1,1,0,1,-3127.5,4922.79,-98.2781,2.44596,120,0,0,27635,0,0,0,0,0),(84498,19673,530,1,1,0,1,-3096.79,4940.8,-99.7053,0.10472,120,0,0,27635,0,0,0,0,0),(84499,19672,530,1,1,0,1,-3078.04,4937.13,-100.961,5.65487,120,0,0,25790,0,0,0,0,0),(84500,19672,530,1,1,0,1,-3079.37,4951.33,-100.959,6.26573,120,0,0,25790,0,0,0,0,0),(84501,19672,530,1,1,0,1,-3078.18,4949.02,-100.961,0.855211,120,0,0,25790,0,0,0,0,0),(84502,19672,530,1,1,0,1,-3078.8,4934.67,-100.959,0.0872665,120,0,0,25790,0,0,0,0,0),(84504,19673,530,1,1,0,1,-3099.99,4931.76,-99.4694,3.36848,120,0,0,27635,0,0,0,0,0),(84506,19674,530,1,1,0,1,-3105.25,4957.24,-99.7619,4.72984,120,0,0,7580,0,0,0,0,0),(84507,19673,530,1,1,0,1,-3112.87,4924.54,-95.0976,0.453786,120,0,0,27635,0,0,0,0,0),(144505,15325,509,1,1,0,0,-8767.31,1593.83,21.4998,4.67136,7200,0,0,1,0,2,0,0,0),(84574,16503,530,1,1,0,1,-4136.04,-13739.8,74.6439,5.60251,120,0,0,120,0,0,0,0,0),(84575,17929,530,1,1,0,0,-4225.71,-12523.1,45.5279,1.98968,120,0,0,247,0,0,0,0,0),(84576,17930,530,1,1,0,1,-4235.53,-12518.2,46.2905,5.51524,120,0,0,222,0,0,0,0,0),(84577,17483,530,1,1,0,1,-4138.98,-12468.5,44.6632,6.00393,120,0,0,186,191,0,0,0,0),(84578,17117,530,1,1,0,0,-4201.46,-12470.2,45.7105,5.74213,120,0,0,102,0,0,0,0,0),(84579,17488,530,1,1,0,0,-4179.89,-12493.1,44.4446,1.72788,120,0,0,273,0,0,0,0,0),(84580,17425,530,1,1,0,1,-4211.32,-13703.1,70.1138,2.98451,120,0,0,118,115,0,0,0,0),(84581,16500,530,1,1,0,1,-4117.47,-13739.6,74.7147,4.92183,120,0,0,111,259,0,0,0,0),(84582,17222,530,1,1,0,0,-4157.57,-12470.2,44.9803,2.23402,120,0,1,417,0,2,0,0,0),(84583,17485,530,1,1,0,0,-4146.42,-12492.7,44.6167,3.83972,120,0,0,176,0,0,0,0,0),(84584,16920,530,1,1,0,1,-4174.88,-13726.3,74.6079,2.98451,120,0,0,95,230,0,0,0,0),(84585,16499,530,1,1,0,1,-4143.19,-13752,74.632,6.17846,120,0,0,138,126,0,0,0,0),(84586,20227,530,1,1,0,1,-4055.16,-13710.9,73.4458,3.26976,120,0,0,86,0,0,0,0,0),(3446,3120,1,1,1,9443,1,-929.787,-4488.4,29.5207,3.96277,300,3,0,131,138,1,0,0,0),(3445,3147,1,1,1,1275,1,384.743,-4600.13,76.1716,3.89208,300,0,0,120,0,0,0,0,0),(7807,2729,0,1,1,1164,0,-6921.58,-2759.55,243.2,1.7954,300,10,0,1678,0,1,0,0,0),(84594,21879,530,1,1,0,0,-3306.02,2329.37,83.5418,2.42532,120,0,0,6542,0,2,0,0,0),(6756,579,0,1,1,550,1,-9361.86,-3285.76,88.4632,0.114317,300,0,0,664,0,0,0,0,0),(6755,721,0,1,1,328,0,-9660.08,-2673.83,61.5783,4.37926,300,5,0,1,0,1,0,0,0),(84597,21879,530,1,1,0,0,-3679.03,1980.17,95.4007,0.646427,120,0,0,6542,0,2,0,0,0),(84600,17008,530,1,1,0,1,-3593.4,1858.13,48.4441,4.95674,120,0,0,6986,0,0,0,0,0),(84607,21292,530,1,1,0,0,-3795.83,2595.23,94.1175,4.79965,120,0,0,6986,0,0,0,0,0),(84608,21307,530,1,1,0,0,-3786.17,2605.56,90.74,3.54302,120,0,0,6986,0,0,0,0,0),(6754,431,0,1,1,493,1,-9010.03,-3218.55,108.742,2.51327,300,0,0,734,0,0,0,0,0),(84613,21879,530,1,1,0,0,-3495.38,2654.51,85.1497,0.441023,120,0,0,6542,0,2,0,0,0),(84620,19760,530,1,1,0,0,-3483.61,2201.5,32.8564,5.06145,120,0,0,6542,0,0,0,0,0),(84621,19760,530,1,1,0,0,-3475.41,2170.14,32.8636,5.41052,120,0,0,6542,0,0,0,0,0),(84622,19757,530,1,1,0,0,-3362.36,1984.61,27.2348,0.0770725,120,0,0,4710,2991,0,0,0,0),(84626,19757,530,1,1,0,0,-3363.5,2092.09,5.45007,3.96057,120,0,0,4710,2991,0,0,0,0),(84632,21879,530,1,1,0,0,-3051.69,1036.49,18.4269,4.54409,120,0,0,6542,0,2,0,0,0),(84633,17711,530,1,1,0,0,-3563.34,233.887,44.1936,4.7331,86400,0,0,1591800,0,0,0,0,0),(84636,21699,530,1,1,0,0,-3697.67,1026.18,57.1449,4.67545,120,0,0,23600,13236,0,0,0,0),(6753,485,0,1,1,6034,1,-9782.14,-3242.63,59.0191,1.51844,300,0,0,494,0,0,0,0,0),(90922,25196,530,1,1,0,1,-2022.53,5586.79,53.3846,4.04632,25,0,0,4274,2568,0,0,0,0),(90921,6247,1,1,1,0,1,-2252.13,-2373.95,91.6672,0.72806,180,0,0,1239,3191,0,0,0,0),(84645,30735,530,1,1,27300,0,220.739,2828.66,145.053,0.384847,300,0,0,42,0,0,0,0,0),(45146,19792,530,1,1,0,0,-4300.74,1528.3,145.323,6.02139,300,0,0,1,0,2,0,0,0),(84649,17556,530,1,1,0,0,-3063.94,-12699.4,3.20272,5.81195,480,0,0,495,0,0,0,0,0),(1975892,30696,571,1,1,0,0,6656.16,3443.1,632.358,1.37264,300,0,0,1,0,0,0,0,0),(84668,18381,530,1,1,0,0,-3342.31,2168.65,1.98169,1.98431,480,0,0,42,0,0,0,0,0),(84669,18480,530,1,1,0,0,-1784.47,4644.94,14.7083,0.837758,720,0,0,4979,0,0,0,0,0),(84670,18490,530,1,1,0,0,-1796.11,4609.84,12.3083,4.03171,720,0,0,4274,2568,0,0,0,0),(84671,18490,530,1,1,0,0,-1764.95,4625.64,12.5941,0,720,0,0,4274,2568,0,0,0,0),(84672,18490,530,1,1,0,0,-1740.41,4642.37,11.0384,1.44862,720,0,0,4274,2568,0,0,0,0),(84673,18490,530,1,1,0,0,-1794.75,4689.75,12.2691,2.23402,720,0,0,4274,2568,0,0,0,0),(84674,18490,530,1,1,0,0,-1782.2,4670.25,14.7156,1.48353,720,0,0,4274,2568,0,0,0,0),(84675,18490,530,1,1,0,0,-1805.56,4733.73,28.2972,0.418879,720,0,0,4274,2568,0,0,0,0),(84676,18490,530,1,1,0,0,-1791.54,4727.44,29.4037,2.75762,720,0,0,4274,2568,0,0,0,0),(84677,18490,530,1,1,0,0,-1781.36,4651.86,29.4247,2.82743,720,0,0,4274,2568,0,0,0,0),(84678,18490,530,1,1,0,0,-1787.49,4626.31,14.7143,4.31096,720,0,0,4274,2568,0,0,0,0),(84679,18490,530,1,1,0,0,-1788.18,4649.96,14.7206,2.11185,720,0,0,4274,2568,0,0,0,0),(84680,18490,530,1,1,0,0,-1783.07,4654.35,14.711,1.48353,720,0,0,4274,2568,0,0,0,0),(84681,18490,530,1,1,0,0,-1777.76,4645.05,14.6924,1.36136,720,0,0,4274,2568,0,0,0,0),(84682,18490,530,1,1,0,0,-1781.86,4628.13,14.698,6.14356,720,0,0,4274,2568,0,0,0,0),(84683,18490,530,1,1,0,0,-1783.85,4639.91,14.7071,4.69494,720,0,0,4274,2568,0,0,0,0),(84684,18490,530,1,1,0,0,-1762.05,4657.49,12.6284,5.84685,720,0,0,4274,2568,0,0,0,0),(84685,18490,530,1,1,0,0,-1782.25,4651.32,14.7028,1.44862,720,0,0,4274,2568,0,0,0,0),(84686,18490,530,1,1,0,0,-1792.75,4631.78,14.7164,4.46804,720,0,0,4274,2568,0,0,0,0),(84687,18490,530,1,1,0,0,-1807.62,4646.13,19.8173,6.00393,720,0,0,4274,2568,0,0,0,0),(84690,18490,530,1,1,0,0,-1847.34,4647.19,9.84757,3.66519,720,0,0,4274,2568,0,0,0,0),(84693,18490,530,1,1,0,0,-1837.03,4698.35,9.50755,4.36332,480,0,0,4274,2568,0,0,0,0),(84694,18490,530,1,1,0,0,-1834.88,4696.42,9.69853,1.74533,480,0,0,4274,2568,0,0,0,0),(84695,18490,530,1,1,0,0,-1916.12,4673.52,-0.816593,2.46091,480,0,0,4274,2568,0,0,0,0),(84696,18490,530,1,1,0,0,-1881.77,4658.02,11.132,0.925025,480,0,0,4274,2568,0,0,0,0),(84701,18583,530,1,1,0,0,-2918.13,3419.44,1.95939,1.8675,480,0,0,4572,2705,0,0,0,0),(84712,21976,530,1,1,0,0,3102.53,3658.58,154.721,0.989135,300,0,0,11178,3155,0,0,0,0),(84711,21976,530,1,1,0,0,3072.53,3728.25,154.773,4.59327,300,0,0,11178,3155,0,0,0,0),(84710,21976,530,1,1,0,0,3005.08,3737.22,155.901,3.00284,300,0,0,11178,3155,0,0,0,0),(84709,21976,530,1,1,0,0,2974.63,3686.09,157.646,3.35234,300,0,0,11178,3155,0,0,0,0),(84708,21976,530,1,1,0,0,3053.05,3691.84,156.225,5.92452,300,0,0,11178,3155,0,0,0,0),(84707,5894,0,1,1,0,0,427.39,1821.41,10.38,2.11,190,0,0,508,544,0,0,0,0),(84706,23386,530,1,1,0,1,1928.85,7374.8,364.471,4.82312,600,0,0,6986,0,0,0,0,0),(84705,23386,530,1,1,0,1,1922.89,7365.65,364.471,5.51427,600,0,0,6986,0,0,0,0,0),(84704,23386,530,1,1,0,1,1913.64,7359.83,364.471,0.0667496,600,0,0,6986,0,0,0,0,0),(84703,23386,530,1,1,0,1,1928.65,7342.86,364.47,1.56136,600,0,0,6986,0,0,0,0,0),(84702,23386,530,1,1,0,1,1934.86,7354.13,364.47,2.62087,600,0,0,6986,0,0,0,0,0),(84238,23386,530,1,1,0,1,1943.92,7359.26,364.47,3.31594,600,0,0,6986,0,0,0,0,0),(84237,23386,530,1,1,0,1,2101.22,7137.61,364.771,4.56865,600,0,0,6986,0,0,0,0,0),(84236,23386,530,1,1,0,1,2086.27,7122.9,364.771,5.99729,600,0,0,6986,0,0,0,0,0),(84233,23386,530,1,1,0,1,2094.53,7129.54,364.771,5.45222,600,0,0,6986,0,0,0,0,0),(84232,23386,530,1,1,0,1,2105.56,7117.29,364.771,2.43787,600,0,0,6986,0,0,0,0,0),(84228,23386,530,1,1,0,1,2101.02,7108.28,364.771,1.2637,600,0,0,6986,0,0,0,0,0),(84226,23386,530,1,1,0,1,2115.15,7122.04,364.771,3.26332,600,0,0,6986,0,0,0,0,0),(82671,23386,530,1,1,0,1,2513.04,7044.2,367.955,0.601606,600,0,0,6986,0,0,0,0,0),(55133,23386,530,1,1,0,1,2518.28,7020.29,367.955,3.93876,600,0,0,6986,0,0,0,0,0),(53047,23386,530,1,1,0,1,2525.75,7039.37,367.955,5.11765,600,0,0,6986,0,0,0,0,0),(53046,23386,530,1,1,0,1,2537.91,7026.47,367.955,1.95878,600,0,0,6986,0,0,0,0,0),(51615,23386,530,1,1,0,1,2546.97,7019.78,367.955,5.41296,600,0,0,6986,0,0,0,0,0),(51614,23386,530,1,1,0,1,2546.68,7050.09,367.955,5.50093,600,0,0,6986,0,0,0,0,0),(51613,23386,530,1,1,0,1,2722.64,7287.3,368.74,5.49307,600,0,0,6986,0,0,0,0,0),(51612,23386,530,1,1,0,1,2730.66,7279.7,368.832,2.3829,600,0,0,6986,0,0,0,0,0),(51611,23386,530,1,1,0,1,2739.87,7283.23,368.585,3.12039,600,0,0,6986,0,0,0,0,0),(48038,23386,530,1,1,0,1,2726.13,7296.88,368.585,4.76658,600,0,0,6986,0,0,0,0,0),(28456,23386,530,1,1,0,1,2712.59,7283.42,368.585,6.2447,600,0,0,6986,0,0,0,0,0),(84756,18757,530,1,1,0,0,375.807,7332.96,63.1073,2.94961,720,0,0,4120,0,0,0,0,0),(84758,18915,530,1,1,0,1,-3895.67,-11364.4,-127.397,0.959733,720,0,0,11828,0,0,0,0,0),(84773,19501,530,1,1,0,1,-3617.74,4939.41,-101.049,2.74756,480,0,0,13522,0,0,0,0,0),(91739,22148,530,1,1,0,1,-1339.94,5707.33,181.108,4.36245,300,0,0,7181,0,0,0,0,0),(91738,23022,530,1,1,0,0,-1315.22,5809.05,186.312,5.15544,300,0,0,27945,6310,0,0,0,0),(91737,22143,530,1,1,0,1,-1316.63,5781.18,184.33,4.6965,300,3,0,7181,0,1,0,0,0),(91736,22143,530,1,1,0,1,-1373.85,5763.62,189.939,0.568063,300,4,0,7181,0,1,0,0,0),(91735,22143,530,1,1,0,1,-1357.05,5779.09,191.121,0.674748,300,0,0,7181,0,0,0,0,0),(91734,22144,530,1,1,0,1,-1289.37,5750.7,189.228,2.06085,300,4,0,5589,3155,1,0,0,0),(91733,22143,530,1,1,0,1,-1285.06,5837.2,185.61,3.88389,300,5,0,7181,0,1,0,0,0),(91732,22148,530,1,1,0,1,-1258.5,5874.49,183.428,5.46489,300,5,0,7181,0,1,0,0,0),(91731,22144,530,1,1,0,1,-1331.45,5854.27,222.398,0.757743,300,0,0,5589,3155,0,0,0,0),(91730,22143,530,1,1,0,1,-1326.3,5901.12,190.996,5.93103,300,5,0,7181,0,1,0,0,0),(91729,22144,530,1,1,0,1,-1362.35,5833.74,186.071,5.80577,300,5,0,5589,3155,1,0,0,0),(91728,22144,530,1,1,0,1,-1392,5885.14,186.955,2.52804,300,0,0,5589,3155,0,0,0,0),(91727,22143,530,1,1,0,1,-1522.98,6000.17,193.162,0.0902636,300,5,0,7181,0,1,0,0,0),(91726,22144,530,1,1,0,1,-1534.3,6029.87,196.305,4.60054,300,4,0,5589,3155,1,0,0,0),(91725,22148,530,1,1,0,1,-1578.38,5977.31,204.707,0.245511,300,0,0,7181,0,0,0,0,0),(91724,22148,530,1,1,0,1,-1577.6,5997.89,204.892,5.81961,300,0,0,7181,0,0,0,0,0),(91723,22148,530,1,1,0,1,-1502.15,5912.79,194.478,2.06345,300,5,0,7181,0,1,0,0,0),(91722,22143,530,1,1,0,1,-1475.36,5946.29,231.56,4.82792,300,0,0,7181,0,0,0,0,0),(91721,22143,530,1,1,0,1,-1481.7,5928.15,194.61,3.39731,300,0,0,7181,0,0,0,0,0),(91720,22143,530,1,1,0,1,-1551.94,5916.72,199.769,2.07994,300,0,0,7181,0,0,0,0,0),(91719,22144,530,1,1,0,1,-1533.12,5897.32,198.947,1.67677,300,0,0,5589,3155,0,0,0,0),(91718,22144,530,1,1,0,1,-1477.65,5817.77,204.174,1.71225,300,4,0,5589,3155,1,0,0,0),(91717,22144,530,1,1,0,1,-1466.07,5850.77,200.025,2.80814,300,0,0,5589,3155,0,0,0,0),(91716,22144,530,1,1,0,1,-1469.05,5861.15,199.129,4.07315,300,0,0,5589,3155,0,0,0,0),(91715,22148,530,1,1,0,1,-1482.63,5855.23,200.262,0.259386,300,0,0,7181,0,0,0,0,0),(7781,2752,0,1,1,8550,0,-7370.91,-2445.66,305.004,4.59644,25200,30,0,2218,0,1,0,0,0),(7782,4856,0,1,1,722,1,-6218.48,-2960.89,222.928,3.54088,300,3,0,1596,0,1,0,0,0),(11404,20424,560,3,1,341,1,2352.77,899.15,56.2116,3.81545,86400,0,0,198,0,0,0,0,0),(84828,19669,530,1,1,0,0,-3102.51,4955.29,-100.619,2.61799,480,0,0,5715,0,0,0,0,0),(84829,19670,530,1,1,0,0,-3106.5,4954.48,-101.018,1.09956,480,0,0,5715,0,0,0,0,0),(84830,19676,530,1,1,0,0,-3094.89,4937.13,-99.6565,0.488692,480,0,0,26165,8973,0,0,0,0),(84831,19679,530,1,1,0,1,-3117.44,4964.86,-99.8068,4.50295,480,0,0,27635,0,0,0,0,0),(84832,19759,530,1,1,0,0,-3554.89,2193.11,30.2753,5.97847,480,0,0,6761,0,0,0,0,0),(84833,19759,530,1,1,0,0,-3628.69,2075.64,12.0156,6.1854,480,0,0,6761,0,0,0,0,0),(84835,20133,530,1,1,0,0,4671.73,2512.32,243.008,3.78736,720,0,0,42,0,0,0,0,0),(84836,20148,530,1,1,0,0,4671.15,2504.47,240.114,3.36848,720,0,0,40,120,0,0,0,0),(84837,20148,530,1,1,0,0,4669.64,2488.98,240.114,2.47837,720,0,0,40,120,0,0,0,0),(84838,20148,530,1,1,0,0,4672.99,2496.03,240.114,2.87979,720,0,0,40,120,0,0,0,0),(84839,20148,530,1,1,0,0,4654.58,2492.39,242.414,1.06465,720,0,0,40,120,0,0,0,0),(84841,20218,530,1,1,0,1,2998.39,2141.35,165.289,1.43484,720,0,0,2530,0,0,0,0,0),(84842,20218,530,1,1,0,1,3017.43,2087.77,164.003,2.47837,720,0,0,2530,0,0,0,0,0),(84843,20218,530,1,1,0,1,2965.59,2194.9,165.049,0.739814,720,0,0,2530,0,0,0,0,0),(84844,20436,530,1,1,0,1,3019.6,2091.82,164.003,1.0472,720,0,0,4579,0,0,0,0,0),(84845,20436,530,1,1,0,1,2972.15,2200.3,165.299,3.06795,720,0,0,4579,0,0,0,0,0),(84846,20556,530,1,1,0,1,-4674.03,-12378.3,11.3549,6.09022,720,0,0,1706,0,0,0,0,0),(84847,20556,530,1,1,0,1,-4672.51,-12365.9,11.802,5.67396,720,0,0,1706,0,0,0,0,0),(84848,20556,530,1,1,0,1,-4759.18,-12436.5,1.82251,1.10294,720,0,0,1706,0,0,0,0,0),(84849,20556,530,1,1,0,1,-4792.01,-12396.4,0.60731,5.43442,720,0,0,1706,0,0,0,0,0),(84850,20556,530,1,1,0,1,-4777.11,-12458.5,0.384845,0.46677,720,0,0,1706,0,0,0,0,0),(14339,18688,530,1,1,0,0,-2407.95,8655.04,-19.7505,5.65003,300,0,0,6542,0,0,0,0,0),(84852,21095,530,1,1,0,0,-3016.97,1440.81,18.9198,4.10152,480,0,0,6986,0,0,0,0,0),(84853,21207,530,1,1,0,1,-3350.91,2151.45,-7.08715,3.71755,480,0,0,7032,3080,0,0,0,0),(84854,21210,530,1,1,0,0,-3369.89,2164.47,-7.06302,4.90438,480,0,0,42,0,0,0,0,0),(84855,21210,530,1,1,0,0,-3392.08,2153.75,-7.5305,6.16101,480,0,0,42,0,0,0,0,0),(84856,21210,530,1,1,0,0,-3349.41,2139.45,-7.73881,3.15905,480,0,0,42,0,0,0,0,0),(84857,21210,530,1,1,0,0,-3368.91,2145.37,-8.39026,4.4855,480,0,0,42,0,0,0,0,0),(84858,21210,530,1,1,0,0,-3366.91,2121.34,-7.6278,1.78024,480,0,0,42,0,0,0,0,0),(84859,21211,530,1,1,0,0,-3369,2145.35,2.92919,1.309,480,0,0,42,0,0,0,0,0),(84860,21211,530,1,1,0,0,-3368.97,2145.45,-8.01526,1.13446,480,0,0,42,0,0,0,0,0),(84861,21287,530,1,1,0,1,-3640.07,2083.31,11.8418,0.287481,480,0,0,6491,3080,0,0,0,0),(14338,18688,530,1,1,0,0,-2300.29,8571.08,-22.0957,5.65003,300,0,0,6326,0,0,0,0,0),(14337,18688,530,1,1,0,0,-1637.01,8569.54,-12.3352,5.65003,300,0,0,6326,0,0,0,0,0),(84865,21659,530,1,1,0,0,2186.78,5444.94,179.664,4.6662,720,10,0,42,0,1,0,0,0),(84866,21659,530,1,1,0,0,2221.71,5400.79,153.449,5.70723,720,0,0,42,0,0,0,0,0),(84867,21659,530,1,1,0,0,2246.35,5468.13,172.901,3.62471,720,10,0,42,0,1,0,0,0),(84868,21659,530,1,1,0,0,2215.39,5389.42,155.119,5.34071,720,0,0,42,0,0,0,0,0),(84869,21659,530,1,1,0,0,2224.94,5392.17,153.529,1.5708,720,0,0,42,0,0,0,0,0),(84870,21659,530,1,1,0,0,2213.52,5397.92,153.657,3.26377,720,0,0,42,0,0,0,0,0),(84871,21659,530,1,1,0,0,2212.75,5408.44,173.567,3.41056,720,10,0,42,0,1,0,0,0),(84872,21659,530,1,1,0,0,2171.39,5412.82,172.882,2.86739,720,10,0,42,0,1,0,0,0),(84873,21659,530,1,1,0,0,2182.03,5436.93,178.902,3.34441,720,10,0,42,0,1,0,0,0),(84874,21659,530,1,1,0,0,2183.45,5420.67,165.184,5.31917,720,10,0,42,0,1,0,0,0),(84875,21659,530,1,1,0,0,1978.63,5411.68,159.01,3.90954,720,0,0,42,0,0,0,0,0),(84876,21659,530,1,1,0,0,2126.22,5419.56,170.682,5.97453,720,10,0,42,0,1,0,0,0),(84877,21659,530,1,1,0,0,2120.12,5442.23,177.944,2.7867,720,10,0,42,0,1,0,0,0),(84878,21659,530,1,1,0,0,2098.14,5395.15,167.073,3.19744,720,10,0,42,0,1,0,0,0),(84879,21659,530,1,1,0,0,2066.2,5421.89,192.029,3.13006,720,10,0,42,0,1,0,0,0),(84880,21659,530,1,1,0,0,2085.01,5461.05,179.372,2.87466,720,10,0,42,0,1,0,0,0),(84881,21659,530,1,1,0,0,1980.53,5424.24,158.867,4.2237,720,0,0,42,0,0,0,0,0),(84882,21659,530,1,1,0,0,2052.57,5389.58,175.756,2.99437,720,10,0,42,0,1,0,0,0),(84883,21659,530,1,1,0,0,1997.76,5396.05,170.675,1.81042,720,10,0,42,0,1,0,0,0),(84884,21659,530,1,1,0,0,1985.68,5417.25,158.799,5.63741,720,0,0,42,0,0,0,0,0),(84885,21659,530,1,1,0,0,1996.57,5389.23,170.738,5.05023,720,10,0,42,0,1,0,0,0),(84886,21659,530,1,1,0,0,1998.92,5311.74,174.306,4.64134,720,10,0,42,0,1,0,0,0),(84887,21659,530,1,1,0,0,1979.07,5418.36,165.496,3.32965,720,0,0,42,0,0,0,0,0),(84888,21659,530,1,1,0,0,1973.51,5418.96,158.916,1.64061,720,0,0,42,0,0,0,0,0),(84889,21659,530,1,1,0,0,1946.11,5361.53,179.476,3.5254,720,10,0,42,0,1,0,0,0),(84890,21659,530,1,1,0,0,1968.02,5382.03,178.938,1.85506,720,10,0,42,0,1,0,0,0),(84891,21659,530,1,1,0,0,1983.86,5388.87,179.776,2.88917,720,10,0,42,0,1,0,0,0),(84892,21659,530,1,1,0,0,1957.42,5374.35,172.658,1.60166,720,10,0,42,0,1,0,0,0),(84893,21659,530,1,1,0,0,1883.25,5387.29,173.912,3.45818,720,10,0,42,0,1,0,0,0),(84894,21659,530,1,1,0,0,1862.09,5362.69,188.086,0.208499,720,10,0,42,0,1,0,0,0),(84895,21659,530,1,1,0,0,1918.72,5331.96,186.566,2.84214,720,10,0,42,0,1,0,0,0),(84896,21659,530,1,1,0,0,1888.85,5348.24,178.605,3.21365,720,10,0,42,0,1,0,0,0),(84897,21659,530,1,1,0,0,1877.96,5343.48,183.449,2.84203,720,10,0,42,0,1,0,0,0),(84898,21659,530,1,1,0,0,1795.72,5293.82,177.166,0.240749,720,10,0,42,0,1,0,0,0),(275,679,0,1,1,536,1,-12468.5,-996.564,49.8019,1.36136,1800,0,0,1579,1432,0,0,0,0),(84742,21795,530,1,1,0,0,-3928.56,2050.09,95.0822,3.02218,480,5,0,1,0,1,0,0,0),(84901,21897,530,1,1,0,0,-3489,1126.26,10.8456,4.74729,480,0,0,12575,0,0,0,0,0),(1976586,21909,530,1,1,0,0,-3414.29,813.942,-31.1204,1.47848,30,3,0,2445,0,1,0,0,0),(47644,8894,230,1,1,8752,1,542.846,-178.15,-36.887,6.10865,7200,0,0,4653,8786,0,0,0,0),(84938,22014,530,1,1,0,0,9528.39,-7106.11,14.2756,2.56373,100000,0,0,120,0,0,0,0,0),(87845,15475,531,1,1,0,0,-7914.4,1445.46,-67.3994,3.58752,604800,5,0,1,0,1,0,0,0),(84940,22094,530,1,1,0,0,-3584.31,1854.73,47.24,2.478,480,0,0,3380,0,0,0,0,0),(29099,17407,530,1,1,17055,0,-3309.78,2415.47,60.6708,0,3600,0,0,4979,0,0,0,0,0),(18030,1924,0,1,1,574,0,-587.054,1552.25,9.9344,4.52536,275,10,0,328,0,1,0,0,0),(18029,1924,0,1,1,574,0,-549.74,1581.29,9.18659,5.62239,275,10,0,328,0,1,0,0,0),(84713,2779,0,1,1,0,1,-2297,-1564,-40,3.097,115200,0,0,1902,0,0,0,0,0),(84948,22437,530,1,1,0,0,-3600.8,1853.34,47.3237,0.767945,480,0,0,3380,0,0,0,0,0),(84949,22438,530,1,1,0,0,-3586.7,1873.69,47.3237,4.2586,480,0,0,3380,0,0,0,0,0),(47649,8896,230,1,1,8796,1,545.277,-172.964,-36.8681,6.02139,7200,0,0,2304,1807,0,0,0,0),(84951,22439,530,1,1,0,0,-3606.57,1870.38,47.3243,5.60251,480,0,0,3380,0,0,0,0,0),(84952,22440,530,1,1,0,0,-3596.19,1873.74,47.324,4.79965,480,0,0,3380,0,0,0,0,0),(47645,8896,230,1,1,8793,1,539.557,-179.862,-35.5257,6.14356,7200,0,0,2304,1807,0,0,0,0),(7784,4856,0,1,1,722,1,-6261.49,-2960.13,223.589,5.759,300,3,0,1596,0,1,0,0,0),(7785,4856,0,1,1,722,1,-6245.5,-2954.13,223.571,3.18614,300,5,0,1596,0,1,0,0,0),(7786,4856,0,1,1,722,1,-6275.59,-2961.71,223.618,3.52201,300,5,0,1596,0,1,0,0,0),(7787,4856,0,1,1,722,1,-6273.12,-2976.3,223.596,4.25651,300,3,0,1596,0,1,0,0,0),(7788,2735,0,1,1,1161,0,-6519.18,-2410.5,290.26,0.413911,300,10,0,1536,0,1,0,0,0),(7789,4856,0,1,1,722,1,-6249.05,-2935.45,222.198,1.80952,300,5,0,1596,0,1,0,0,0),(7790,4851,0,1,1,721,1,-6267.46,-2947.63,222.191,3.26939,300,3,0,1469,0,1,0,0,0),(7791,4851,0,1,1,721,1,-6265.38,-2937.56,222.213,3.8883,300,5,0,1469,0,1,0,0,0),(7792,2735,0,1,1,1161,0,-6539.62,-2406.09,286.75,0.400735,300,10,0,1536,0,1,0,0,0),(7793,4851,0,1,1,721,1,-6255.39,-2922.26,222.206,2.9934,300,5,0,1469,0,1,0,0,0),(7794,92,0,1,1,171,0,-6491.27,-2424.04,294.146,6.10405,300,10,0,1678,0,1,0,0,0),(7795,92,0,1,1,171,0,-6457.95,-2377.25,296.798,1.67959,300,3,0,1678,0,1,0,0,0),(7796,2829,0,1,1,10824,0,-6364.59,-3486.1,245.441,4.89906,300,10,0,1403,0,1,0,0,0),(84972,21183,530,1,1,0,1,-2810.28,1257.7,74.8815,0.669665,300,0,0,55890,15775,0,0,0,0),(135259,16409,532,1,1,16467,1,-10918.2,-1957.68,92.2609,3.01942,604800,0,0,7825,15775,0,0,0,0),(135258,16409,532,1,1,16464,1,-10913.9,-1953.46,92.2677,2.89725,604800,0,0,7825,15775,0,0,0,0),(135257,16409,532,1,1,16467,1,-10916.2,-1955.93,92.2673,1.309,604800,0,0,7825,15775,0,0,0,0),(135256,16409,532,1,1,16465,1,-10923.8,-1953.77,92.2664,5.88176,604800,0,0,7825,15775,0,0,0,0),(135255,16409,532,1,1,16465,1,-10919.2,-1951.68,92.2684,2.74017,604800,0,0,7825,15775,0,0,0,0),(135254,16409,532,1,1,16467,1,-10923.4,-1957.12,92.2625,0.663225,604800,0,0,7825,15775,0,0,0,0),(135253,16409,532,1,1,16464,1,-10921.2,-1958.74,92.2618,1.50098,604800,0,0,7825,15775,0,0,0,0),(135252,16409,532,1,1,16465,1,-10920.4,-1954.34,92.2667,5.09636,604800,0,0,7825,15775,0,0,0,0),(135251,16409,532,1,1,16466,1,-10921.7,-1950.28,92.2691,4.4855,604800,0,0,7825,15775,0,0,0,0),(135250,16409,532,1,1,16466,1,-10916.9,-1984.39,92.2679,1.8675,604800,0,0,7825,15775,0,0,0,0),(135249,16409,532,1,1,16467,1,-10914,-1987.52,92.2683,1.78024,604800,0,0,7825,15775,0,0,0,0),(135248,16409,532,1,1,16466,1,-10921.4,-1985.5,92.2674,4.97419,604800,0,0,7825,15775,0,0,0,0),(135247,16409,532,1,1,16464,1,-10923.2,-1988.79,92.2667,0.767945,604800,0,0,7825,15775,0,0,0,0),(135246,16409,532,1,1,16466,1,-10911.1,-1986.26,92.2686,3.00197,604800,0,0,7825,15775,0,0,0,0),(135245,16409,532,1,1,16466,1,-10917.8,-1982.61,92.2678,5.28835,604800,0,0,7825,15775,0,0,0,0),(135244,16409,532,1,1,16466,1,-10919.1,-1986.72,92.2676,3.9968,604800,0,0,7825,15775,0,0,0,0),(135243,16409,532,1,1,16466,1,-10919.1,-1988.99,92.2673,2.25148,604800,0,0,7825,15775,0,0,0,0),(135242,16409,532,1,1,16467,1,-10912.2,-1984.81,92.2684,4.55531,604800,0,0,7825,15775,0,0,0,0),(135241,16409,532,1,5,16467,1,-10987.5,-2032.49,93.8216,0.106394,604800,0,0,7825,15775,0,0,0,0),(135240,16409,532,1,5,16465,1,-10943.8,-1894.41,93.8216,-3.02181,604800,0,0,7825,15775,0,0,0,0),(135239,16409,532,1,5,16464,1,-10945.5,-1895.81,93.8216,1.13696,604800,0,0,7825,15775,0,0,0,0),(135238,16409,532,1,5,16464,1,-11010.2,-1890.23,78.83,-2.65015,604800,0,0,7825,15775,0,0,0,0),(135237,16409,532,1,5,16464,1,-11015.7,-1894.6,78.83,-0.722299,604800,0,0,7825,15775,0,0,0,0),(135236,16409,532,1,5,16467,1,-11015.5,-1898.21,78.83,0.281313,604800,0,0,7825,15775,0,0,0,0),(135235,16409,532,1,5,16466,1,-11012.1,-1901.02,78.83,0.281066,604800,0,0,7825,15775,0,0,0,0),(135234,16409,532,1,5,16465,1,-11004.6,-1890.11,78.83,-0.898834,604800,0,0,7825,15775,0,0,0,0),(135233,16409,532,1,5,16466,1,-10999.3,-1902.17,78.83,1.61727,604800,0,0,7825,15775,0,0,0,0),(135232,16409,532,1,5,16466,1,-10996.5,-1899.13,78.83,2.43202,604800,0,0,7825,15775,0,0,0,0),(135231,16409,532,1,5,16464,1,-10999.8,-1891.47,78.83,-1.43971,604800,0,0,7825,15775,0,0,0,0),(135230,16409,532,1,5,16464,1,-10997.4,-1892.89,78.8139,3.59538,604800,0,0,7825,15775,0,0,0,0),(135229,16409,532,1,5,16465,1,-10965.5,-1930.75,78.862,2.4518,604800,0,0,7825,15775,0,0,0,0),(135228,16409,532,1,5,16466,1,-10993.7,-1931.19,78.862,1.56082,604800,0,0,7825,15775,0,0,0,0),(135227,16409,532,1,5,16466,1,-10982.4,-1932.41,78.862,1.90613,604800,0,0,7825,15775,0,0,0,0),(135226,16409,532,1,5,16466,1,-10976.9,-1933.48,78.862,1.97409,604800,0,0,7825,15775,0,0,0,0),(135225,16409,532,1,5,16464,1,-10979.3,-1933.2,78.862,1.10143,604800,0,0,7825,15775,0,0,0,0),(135224,16409,532,1,5,16464,1,-10986.5,-1932.15,78.862,1.0771,604800,0,0,7825,15775,0,0,0,0),(135223,16409,532,1,5,16466,1,-10999.2,-1930.56,78.862,1.19343,604800,0,0,7825,15775,0,0,0,0),(135222,16409,532,1,5,16467,1,-10972.4,-1933.36,78.862,0.810987,604800,0,0,7825,15775,0,0,0,0),(95198,26309,530,1,1,23757,1,9598.18,-7281.77,17.7694,1.55334,180,0,0,8982,0,0,0,0,0),(135221,16409,532,1,5,16467,1,-10996.3,-1930.94,78.862,1.95352,604800,0,0,7825,15775,0,0,0,0),(135220,16409,532,1,5,16464,1,-10969.5,-1921.19,78.862,1.5935,604800,0,0,7825,15775,0,0,0,0),(135219,16409,532,1,5,16464,1,-10989.3,-1918.95,78.862,2.38888,604800,0,0,7825,15775,0,0,0,0),(135218,16409,532,1,5,16467,1,-10992.3,-1918.86,78.862,-2.21839,604800,0,0,7825,15775,0,0,0,0),(135217,16409,532,1,5,16467,1,-10998.9,-1917.71,78.862,2.38888,604800,0,0,7825,15775,0,0,0,0),(135216,16409,532,1,5,16466,1,-10985.9,-1919.81,78.862,0.331444,604800,0,0,7825,15775,0,0,0,0),(135215,16409,532,1,5,16464,1,-10995.5,-1919.06,78.862,-1.34573,604800,0,0,7825,15775,0,0,0,0),(135214,16409,532,1,5,16464,1,-10973.4,-1921.28,78.862,-2.16441,604800,0,0,7825,15775,0,0,0,0),(135213,16409,532,1,5,16466,1,-10979.6,-1920.34,78.862,-1.99866,604800,0,0,7825,15775,0,0,0,0),(135212,16409,532,1,5,16466,1,-10982.8,-1920.66,78.862,-1.76295,604800,0,0,7825,15775,0,0,0,0); +INSERT INTO `creature` VALUES (135211,16409,532,1,5,16464,1,-10972.5,-1896.69,78.862,-0.834393,604800,0,0,7825,15775,0,0,0,0),(135210,16409,532,1,5,16464,1,-10959.3,-1896.08,78.862,-1.99866,604800,0,0,7825,15775,0,0,0,0),(135209,16409,532,1,5,16465,1,-10963.9,-1894.62,78.862,-1.51156,604800,0,0,7825,15775,0,0,0,0),(135208,16409,532,1,5,16467,1,-10965,-1906.88,78.862,0.241834,604800,0,0,7825,15775,0,0,0,0),(135207,16409,532,1,5,16466,1,-10955.6,-1898.34,78.862,-2.67166,604800,0,0,7825,15775,0,0,0,0),(135206,16409,532,1,5,16467,1,-10974.4,-1902.36,78.862,0.693946,604800,0,0,7825,15775,0,0,0,0),(135205,16409,532,1,5,16467,1,-10969.3,-1894.15,78.862,-2.43378,604800,0,0,7825,15775,0,0,0,0),(135204,16409,532,1,5,16464,1,-10954.2,-1902.95,78.862,2.79993,604800,0,0,7825,15775,0,0,0,0),(135203,16409,532,1,5,16467,1,-10958.5,-1907.06,78.862,1.79823,604800,0,0,7825,15775,0,0,0,0),(135202,16409,532,1,3,16466,1,-10967,-1967.63,80.056,5.40935,604800,0,0,7825,15775,0,0,0,0),(135201,16409,532,1,3,16466,1,-10972.7,-1969.17,80.0563,6.19592,604800,0,0,7825,15775,0,0,0,0),(135200,16409,532,1,3,16467,1,-10971.8,-1972.57,80.0562,0.925025,604800,0,0,7825,15775,0,0,0,0),(135199,16409,532,1,3,16464,1,-10971.9,-1967.58,80.0563,5.49779,604800,0,0,7825,15775,0,0,0,0),(135198,16409,532,1,3,16465,1,-10970,-1973.02,80.0561,1.39626,604800,0,0,7825,15775,0,0,0,0),(135197,16409,532,1,3,16467,1,-10968,-1965.55,80.0561,4.38078,604800,0,0,7825,15775,0,0,0,0),(135196,16409,532,1,3,16467,1,-10970.5,-1965.79,80.0562,5.044,604800,0,0,7825,15775,0,0,0,0),(135195,16409,532,1,3,16466,1,-10966.7,-1970.09,80.056,3.01942,604800,0,0,7825,15775,0,0,0,0),(135194,16409,532,1,3,16465,1,-10964.4,-2021.33,80.0569,6.19592,604800,0,0,7825,15775,0,0,0,0),(135193,16409,532,1,3,16464,1,-10963.6,-2023.81,80.0568,0.506145,604800,0,0,7825,15775,0,0,0,0),(135192,16409,532,1,3,16464,1,-10961.8,-2025.69,80.057,1.11701,604800,0,0,7825,15775,0,0,0,0),(135191,16409,532,1,3,16467,1,-10963.2,-2018.57,80.057,5.51524,604800,0,0,7825,15775,0,0,0,0),(135190,16409,532,1,3,16464,1,-10956.8,-2023.98,80.0573,2.49582,604800,0,0,7825,15775,0,0,0,0),(135189,16409,532,1,3,16464,1,-10957.1,-2018.68,80.0572,3.97935,604800,0,0,7825,15775,0,0,0,0),(135188,16409,532,1,3,16466,1,-10956.2,-2021.31,80.0572,3.26377,604800,0,0,7825,15775,0,0,0,0),(135187,16409,532,1,3,16464,1,-10959.3,-2017.2,80.0571,4.57276,604800,0,0,7825,15775,0,0,0,0),(135186,16409,532,1,3,16464,1,-10982.5,-1993.48,80.0569,0.733038,604800,0,0,7825,15775,0,0,0,0),(135185,16409,532,1,3,16467,1,-10982.6,-1989.53,80.057,1.16378,604800,0,0,7825,15775,0,0,0,0),(135184,16409,532,1,3,16465,1,-10979.1,-1994.59,80.0567,1.81514,604800,0,0,7825,15775,0,0,0,0),(135183,16409,532,1,3,16465,1,-10977.8,-1993.35,80.0566,2.35619,604800,0,0,7825,15775,0,0,0,0),(135182,16409,532,1,3,16464,1,-10977.3,-1989.5,80.0566,3.7001,604800,0,0,7825,15775,0,0,0,0),(135181,16409,532,1,3,16464,1,-10980.9,-1988.21,80.0569,5.02655,604800,0,0,7825,15775,0,0,0,0),(135180,16409,532,1,3,16467,1,-10983.5,-1991.63,80.057,0.139626,604800,0,0,7825,15775,0,0,0,0),(135179,16409,532,1,3,16467,1,-10980.8,-1994.78,80.0568,1.3439,604800,0,0,7825,15775,0,0,0,0),(135178,16409,532,1,5,16467,1,-10977.8,-2035.39,79.9729,1.45764,604800,0,0,7825,15775,0,0,0,0),(135177,16409,532,1,5,16466,1,-10950.4,-2033.92,79.9729,2.83871,604800,0,0,7825,15775,0,0,0,0),(135176,16153,532,1,1,16042,0,-11060.2,-1967.07,53.1487,3.33358,604800,0,0,4890,0,0,0,0,0),(135175,16408,532,1,1,16497,0,-10947.7,-2014.13,80.0573,3.10669,604800,0,0,46494,0,0,0,0,0),(135174,16408,532,1,1,16496,0,-10901.5,-1965.61,92.2555,3.01942,604800,0,0,46494,0,0,0,0,0),(135173,15384,532,1,1,11686,0,-10991,-1884.14,81.8119,1.32645,604800,0,0,4120,0,0,0,0,0),(135172,17176,532,1,1,15435,0,-11164.8,-1912.01,232.092,2.30383,604800,0,0,2835,0,0,0,0,0),(135171,16408,532,1,1,16496,0,-10968.7,-1954.6,80.056,4.55531,604800,0,0,46494,0,0,0,0,0),(135170,16408,532,1,1,16495,0,-10943,-1967.32,80.0572,2.98451,604800,0,0,46494,0,0,0,0,0),(135169,15384,532,1,1,11686,0,-11087.4,-1941.56,49.9702,3.50811,604800,0,0,4120,0,0,0,0,0),(135168,15384,532,1,1,11686,0,-11069.6,-1999.09,49.9953,4.76475,604800,0,0,4120,0,0,0,0,0),(135167,15384,532,1,1,11686,0,-10916.2,-1867.03,70.7718,1.93731,604800,0,0,4120,0,0,0,0,0),(135166,16407,532,1,1,16486,0,-10945.8,-1937.39,93.8207,2.44967,604800,0,0,28396,0,2,0,0,0),(135165,16407,532,1,1,16488,0,-10954.8,-2042.3,93.8209,3.06687,604800,5,0,28396,0,2,0,0,0),(135164,16407,532,1,1,16485,0,-10946,-1963.51,79.9737,6.15931,604800,0,0,28396,0,2,0,0,0),(135163,16407,532,1,1,16487,0,-10957.2,-1966.66,79.973,0.614591,604800,0,0,28396,0,2,0,0,0),(135162,16407,532,1,1,16488,0,-10911.2,-2000.3,92.184,4.14224,604800,0,0,28396,0,2,0,0,0),(135161,16407,532,1,1,16486,0,-10929.6,-1971.55,92.1902,3.78897,604800,0,0,28396,0,2,0,0,0),(135160,16407,532,1,1,0,0,-10939,-1960.1,93.8242,4.65429,604800,5,0,28396,0,2,0,0,0),(135159,16151,532,1,1,19640,0,-11126.3,-1929.11,49.329,1.69297,604800,0,0,265300,0,0,0,0,0),(135158,16407,532,1,1,16485,0,-11099.2,-1900.79,49.9305,0.977384,604800,0,0,28396,0,0,0,0,0),(135157,16407,532,1,1,16487,0,-11092,-1914.46,49.9406,2.21657,604800,0,0,28396,0,0,0,0,0),(135156,16407,532,1,1,16486,0,-11124.2,-1891.21,49.9734,5.5676,604800,0,0,28396,0,0,0,0,0),(135155,16407,532,1,1,16485,0,-11123.4,-1898.76,49.9736,1.29154,604800,0,0,28396,0,0,0,0,0),(135154,17175,532,1,1,15435,0,-11138.2,-1915.38,232.092,3.00197,604800,0,0,2835,0,0,0,0,0),(135153,16407,532,1,1,16485,0,-11066.5,-1984.8,77.2681,3.87263,604800,5,0,28396,0,1,0,0,0),(135152,16407,532,1,1,16486,0,-10954.7,-2022.67,79.9738,4.6008,604800,0,0,28396,0,2,0,0,0),(26581,17378,530,1,1,0,0,-12.8972,7134.33,17.3751,0,3600,0,0,4979,0,0,0,0,0),(26580,17378,530,1,1,0,0,172.073,6526.14,22.5222,0,3600,0,0,4979,0,0,0,0,0),(135151,16407,532,1,1,16487,0,-10977.3,-2016.07,79.9735,2.36312,604800,0,0,28396,0,2,0,0,0),(135150,16406,532,1,1,16516,0,-10937,-1935.16,93.9028,2.18166,604800,0,0,24125,16155,0,0,0,0),(135149,16406,532,1,1,16515,0,-10937,-1930.78,93.9051,4.20624,604800,0,0,24125,16155,0,0,0,0),(135148,16406,532,1,1,16514,0,-10940.3,-1931.41,93.9035,5.86431,604800,0,0,24125,16155,0,0,0,0),(135147,16406,532,1,1,16516,0,-10938.9,-1934.74,93.9046,1.13446,604800,0,0,24125,16155,0,0,0,0),(135146,16406,532,1,1,16514,0,-10932.5,-1973.04,92.2653,1.48353,604800,0,0,24125,16155,0,0,0,0),(135145,16406,532,1,1,16514,0,-10930.8,-1974.6,92.2647,0.890118,604800,0,0,24125,16155,0,0,0,0),(135144,16406,532,1,1,16517,0,-10932.2,-1970.72,92.2652,5.72468,604800,0,0,24125,16155,0,0,0,0),(135143,16406,532,1,1,16514,0,-10928.5,-1972.84,92.264,2.58309,604800,0,0,24125,16155,0,0,0,0),(135142,16406,532,1,1,16514,0,-10970.3,-1999.83,80.056,0.820305,604800,0,0,24125,16155,0,0,0,0),(135141,16406,532,1,1,16516,0,-10968.8,-2001.91,80.0561,1.27409,604800,0,0,24125,16155,0,0,0,0),(135140,16406,532,1,1,16517,0,-10966.7,-2000.44,80.0563,2.68781,604800,0,0,24125,16155,0,0,0,0),(135139,16406,532,1,1,16514,0,-10969.5,-1998.23,80.056,5.5676,604800,0,0,24125,16155,0,0,0,0),(135138,17174,532,1,1,15435,0,-11161.7,-1885.36,232.092,4.59022,604800,0,0,2835,0,0,0,0,0),(135137,16406,532,1,1,16515,0,-10954.5,-1972.06,80.0568,2.26893,604800,0,0,24125,16155,0,0,0,0),(135136,16406,532,1,1,16515,0,-10956.9,-1971.48,80.0566,0.680678,604800,0,0,24125,16155,0,0,0,0),(135135,16406,532,1,1,16515,0,-10957.4,-1969.42,80.0566,5.68977,604800,0,0,24125,16155,0,0,0,0),(135134,16406,532,1,1,16517,0,-10956,-1968.47,80.0567,4.85202,604800,0,0,24125,16155,0,0,0,0),(135133,17173,532,1,1,15435,0,-11192.4,-1909.36,232.092,6.19592,604800,0,0,29,0,0,0,0,0),(135132,17172,532,1,1,15435,0,-11168.1,-1939.29,232.092,1.46608,604800,0,0,2835,0,0,0,0,0),(135131,17171,532,1,1,15435,0,-11143.2,-1894.7,232.092,3.80482,604800,0,0,2835,0,0,0,0,0),(135130,17170,532,1,1,15435,0,-11186.7,-1929.42,232.092,0.663225,604800,0,0,2835,0,0,0,0,0),(135129,17169,532,1,1,15435,0,-11182.4,-1890.14,232.092,5.39307,604800,0,0,29,0,0,0,0,0),(135128,17168,532,1,1,15435,0,-11147.8,-1933.63,232.092,2.23402,604800,0,0,2835,0,0,0,0,0),(135127,17161,532,1,1,11686,0,-11175.6,-1898.68,232.009,0.997272,604800,0,0,1,0,0,0,0,0),(135126,16389,532,1,1,16437,1,-11097.5,-1902.15,49.9294,5.07891,604800,0,0,29341,0,0,0,0,0),(135125,16389,532,1,1,16441,1,-11092.2,-1911.57,49.9384,5.63741,604800,0,0,29341,0,0,0,0,0),(135124,16389,532,1,1,16441,1,-11096.5,-1904.75,49.9426,1.97222,604800,0,0,29341,0,0,0,0,0),(135123,16389,532,1,1,16441,1,-11122.9,-1895.78,49.9736,4.17134,604800,0,0,29341,0,0,0,0,0),(135122,16389,532,1,1,16417,1,-11124.9,-1896.57,49.9736,0.139626,604800,0,0,29341,0,0,0,0,0),(135121,16389,532,1,1,16417,1,-11121.8,-1890.74,49.9679,3.7001,604800,0,0,29341,0,0,0,0,0),(135683,16388,532,1,1,16165,1,-11090.5,-1908.39,49.9482,3.61283,604800,0,0,4890,0,0,0,0,0),(83263,19429,556,3,1,0,0,-70.4107,109.628,0.00575906,1.59511,86400,0,0,18978,0,2,0,0,0),(83265,21904,556,3,1,0,0,-15.4586,293.766,26.7306,4.56233,86400,0,0,19626,0,2,0,0,0),(83266,21904,556,3,1,0,0,-126.323,276.7,27.2817,5.9132,86400,0,0,19626,0,2,0,0,0),(83258,21904,556,3,1,0,0,-168.78,286.087,26.6818,3.04573,86400,0,0,19626,0,2,0,0,0),(83267,18321,556,3,1,0,1,-88.0316,314.335,25.7694,4.00155,86400,0,0,15176,2991,2,0,0,0),(83262,18321,556,3,1,0,1,-76.7977,277.367,25.1225,3.9749,86400,0,0,15176,2991,2,0,0,0),(83261,18321,556,3,1,0,1,-64.4036,281.848,26.8234,0.408351,86400,0,0,15176,2991,2,0,0,0),(83260,18321,556,3,1,0,1,-59.7816,300.337,26.3979,2.28782,86400,0,0,15176,2991,2,0,0,0),(83256,18321,556,3,1,0,1,-217.927,343.478,26.8268,5.73573,86400,0,0,15176,2991,2,0,0,0),(83254,18321,556,3,1,0,1,-245.284,331.204,27.0823,6.22502,86400,0,0,15176,2991,2,0,0,0),(83264,19428,556,3,1,0,0,-93.5769,287.374,26.4832,1.24244,86400,0,0,31398,14955,2,0,0,0),(83257,19428,556,3,1,0,0,-179.81,285.767,26.3917,1.92497,86400,0,0,31398,14955,2,0,0,0),(83255,19428,556,3,1,0,0,-213.308,204.461,26.7227,4.62438,86400,0,0,31398,14955,2,0,0,0),(83251,19428,556,3,1,0,0,-237.134,172.762,0.0181006,2.28234,86400,0,0,31398,14955,2,0,0,0),(83253,19429,556,3,1,0,0,-79.7081,97.0032,0.00720708,1.79383,86400,0,0,18978,0,2,0,0,0),(83247,19429,556,3,1,0,0,56.9616,87.9582,0.150808,4.35503,86400,0,0,18978,0,2,0,0,0),(83250,19429,556,3,1,0,0,71.5671,119.089,-0.0970558,5.17183,86400,0,0,18978,0,2,0,0,0),(83249,19429,556,3,1,0,0,23.6554,105.746,0.314959,3.57747,86400,0,0,18978,0,2,0,0,0),(83246,19429,556,3,1,0,0,44.1187,40.3451,0.00710403,4.73437,86400,0,0,18978,0,2,0,0,0),(83252,18318,556,3,1,0,1,-241.708,168.436,0.0371223,2.71823,86400,0,0,18345,0,2,0,0,0),(83248,18318,556,3,1,0,1,44.277,36.1481,0.00710403,4.75008,86400,0,0,18345,0,2,0,0,0),(83269,18326,556,3,1,0,1,-1.85038,283.631,26.6972,3.12112,86400,0,0,15686,15400,0,0,0,0),(83268,18326,556,3,1,0,1,-59.2551,313.144,27.2844,3.99998,86400,0,0,15686,15400,0,0,0,0),(83278,18320,556,3,1,0,1,-70.1904,270.717,26.6588,2.92639,86400,0,0,13726,35155,0,0,0,0),(83279,18320,556,3,1,0,1,-9.9106,281.105,26.7306,2.97582,86400,0,0,13726,35155,0,0,0,0),(83282,18320,556,3,1,0,1,-59.71,278.999,26.9153,1.05866,86400,0,0,13726,35155,0,0,0,0),(83281,18320,556,3,1,0,1,-65.5693,316.952,27.5045,4.57882,86400,0,0,13726,35155,0,0,0,0),(83283,18320,556,3,1,0,1,-114.604,268.434,26.8474,2.44725,86400,0,0,13726,35155,0,0,0,0),(12162,18321,556,3,1,0,1,-9.55722,292.701,26.7306,3.14861,86400,0,0,15176,2991,0,0,0,0),(12163,18325,556,3,1,0,1,-82.6601,263.878,26.8079,1.80327,86400,0,0,13726,35155,0,0,0,0),(12161,18325,556,3,1,0,1,-73.3755,266.14,26.65,2.1999,86400,0,0,13726,35155,0,0,0,0),(83286,18325,556,3,1,0,1,-1.93382,289.688,26.6972,3.16431,86400,0,0,13726,35155,0,0,0,0),(83284,18325,556,3,1,0,1,-48.876,285.009,26.8404,3.75258,86400,0,0,13726,35155,0,0,0,0),(83285,18325,556,3,1,0,1,-49.8802,280.341,26.87,2.1111,86400,0,0,13726,35155,0,0,0,0),(83287,18325,556,3,1,0,1,-57.8245,306.055,26.713,2.60983,86400,0,0,13726,35155,0,0,0,0),(83290,18325,556,3,1,0,1,-103.606,302.112,26.5147,1.01468,86400,0,0,13726,35155,0,0,0,0),(83289,18325,556,3,1,0,1,-123.463,270.365,27.2622,1.54718,86400,0,0,13726,35155,0,0,0,0),(83291,18325,556,3,1,0,1,-180.072,276.655,26.6813,1.50635,86400,0,0,13726,35155,0,0,0,0),(83293,18325,556,3,1,0,1,-188.752,282.299,26.6155,0.0926325,86400,0,0,13726,35155,0,0,0,0),(83292,18325,556,3,1,0,1,-204.918,337.105,26.6365,1.31629,86400,0,0,13726,35155,0,0,0,0),(12160,18325,556,3,1,0,1,-201.686,345.276,26.6374,3.08736,86400,0,0,13726,35155,0,0,0,0),(83295,18325,556,3,1,0,1,-230.57,331.326,27.3869,2.86745,86400,0,0,13726,35155,0,0,0,0),(83297,18325,556,3,1,0,1,-234.572,335.623,27.3029,3.95915,86400,0,0,13726,35155,0,0,0,0),(49354,18319,556,3,1,0,1,-95.4783,314.689,26.4742,4.05024,86400,0,0,13282,34410,0,0,0,0),(49353,18319,556,3,1,0,1,-102.933,310.369,26.6274,5.27546,86400,0,0,13282,34410,0,0,0,0),(49348,18319,556,3,1,0,1,-118.098,265.801,27.077,1.69248,86400,0,0,13282,34410,0,0,0,0),(49161,18319,556,3,1,0,1,-172.847,281.592,26.5753,2.9397,86400,0,0,13282,34410,0,0,0,0),(49159,18319,556,3,1,0,1,-210.527,344.918,26.7078,4.89064,86400,0,0,13282,34410,0,0,0,0),(49153,18319,556,3,1,0,1,-240.731,335.762,27.1731,5.9737,86400,0,0,13282,34410,0,0,0,0),(48962,18319,556,3,1,0,1,-266.429,190.288,0.0344637,5.95407,86400,0,0,13282,34410,0,0,0,0),(48441,18319,556,3,1,0,1,-268.345,184.362,0.0344637,0.487697,86400,0,0,13282,34410,0,0,0,0),(47938,21891,556,3,1,0,0,-186.508,337.89,25.792,0.727239,86400,4,0,4112,0,1,0,0,0),(47935,21891,556,3,1,0,0,-191.23,333.657,24.7364,0.735093,86400,4,0,4112,0,1,0,0,0),(47930,21891,556,3,1,0,0,-185.957,333.468,25.7527,3.22481,86400,4,0,4112,0,1,0,0,0),(47278,21891,556,3,1,0,0,-181.856,334.14,25.6838,1.6383,86400,4,0,4112,0,1,0,0,0),(47277,21891,556,3,1,0,0,-187.691,329.533,25.6998,0.699751,86400,4,0,4112,0,1,0,0,0),(47275,21891,556,3,1,0,0,-211.76,311.188,33.985,3.73924,86400,4,0,4112,0,1,0,0,0),(47274,21891,556,3,1,0,0,-208.722,310.491,32.7327,4.5482,86400,4,0,4112,0,1,0,0,0),(47273,21891,556,3,1,0,0,-207.842,315.809,30.7336,5.22364,86400,4,0,4112,0,1,0,0,0),(47272,21891,556,3,1,0,0,-214.073,316.014,31.9912,4.22226,86400,4,0,4112,0,1,0,0,0),(46987,21891,556,3,1,0,0,-210.157,321.121,28.7218,4.57962,86400,4,0,4112,0,1,0,0,0),(46702,21891,556,3,1,0,0,-241.434,279.821,27.1337,3.50362,86400,4,0,4112,0,1,0,0,0),(46674,21891,556,3,1,0,0,-236.114,280.839,26.8363,5.32181,86400,4,0,4112,0,1,0,0,0),(46656,21891,556,3,1,0,0,-239.695,287.379,27.2153,4.52071,86400,4,0,4112,0,1,0,0,0),(45897,21891,556,3,1,0,0,-238.362,292.167,27.1108,0.299195,86400,4,0,4112,0,1,0,0,0),(45209,21891,556,3,1,0,0,-246.924,293.31,27.1549,1.41446,86400,4,0,4112,0,1,0,0,0),(45207,21891,556,3,1,0,0,-245.98,286.151,27.6126,5.4946,86400,4,0,4112,0,1,0,0,0),(45206,21891,556,3,1,0,0,-251.984,292.204,27.2069,1.96424,86400,4,0,4112,0,1,0,0,0),(45186,21891,556,3,1,0,0,-252.979,282.54,27.125,2.11346,86400,4,0,4112,0,1,0,0,0),(45137,21891,556,3,1,0,0,-248.162,275.141,27.0023,2.90672,86400,4,0,4112,0,1,0,0,0),(45135,21891,556,3,1,0,0,-237.831,272.618,26.8359,1.31629,86400,4,0,4112,0,1,0,0,0),(45134,21891,556,3,1,0,0,-226.085,185.425,3.59751,2.14411,86400,4,0,4112,0,1,0,0,0),(45102,21891,556,3,1,0,0,-227.914,199.032,5.95795,4.37857,86400,4,0,4112,0,1,0,0,0),(45101,21891,556,3,1,0,0,-226.14,191.49,5.62879,0.966012,86400,4,0,4112,0,1,0,0,0),(45100,21891,556,3,1,0,0,-220.916,188.308,4.95999,5.02652,86400,4,0,4112,0,1,0,0,0),(45077,21891,556,3,1,0,0,-221.416,194.831,7.39966,4.72022,86400,4,0,4112,0,1,0,0,0),(83296,18322,556,3,1,0,1,-141.699,291.342,26.7319,3.14234,86400,0,0,18972,0,0,0,0,0),(83299,18322,556,3,1,0,1,-141.693,282.48,26.7319,3.14234,86400,0,0,18972,0,0,0,0,0),(83298,18322,556,3,1,0,1,-238.565,212.601,26.7745,4.68722,86400,0,0,18972,0,0,0,0,0),(83280,18322,556,3,1,0,1,-246.404,212.666,26.7484,4.62438,86400,0,0,18972,0,0,0,0,0),(83294,18322,556,3,1,0,1,-205.899,169.483,0.0115074,0.00546837,86400,0,0,18972,0,0,0,0,0),(83259,18322,556,3,1,0,1,-205.941,177.183,0.0115074,0.00546837,86400,0,0,18972,0,0,0,0,0),(45076,18328,556,3,1,0,1,-261.291,192.02,-0.0537414,5.06265,86400,0,0,12844,33745,0,0,0,0),(45074,18328,556,3,1,0,1,-250.402,166.542,0.0783735,5.40115,86400,0,0,12844,33745,0,0,0,0),(43422,18328,556,3,1,0,1,-75.039,174.012,0.00919677,4.68802,86400,0,0,12844,33745,0,0,0,0),(43280,18328,556,3,1,0,1,-69.4267,173.875,0.00895159,4.68802,86400,0,0,12844,33745,0,0,0,0),(40191,18328,556,3,1,0,1,-87.5478,109.286,0.00720952,0.0266757,86400,0,0,12844,33745,0,0,0,0),(39820,18328,556,3,1,0,1,-77.1996,90.3404,0.0072107,4.75479,86400,0,0,12844,33745,0,0,0,0),(26579,17378,530,1,1,0,0,98.8607,6436.07,22.3731,0,3600,0,0,4979,0,0,0,0,0),(26578,17378,530,1,1,0,0,-292.079,6264.88,17.3747,0,3600,0,0,4979,0,0,0,0,0),(39819,18328,556,3,1,0,1,-78.2004,85.0288,0.0072107,0.289789,86400,0,0,12844,33745,0,0,0,0),(24777,17378,530,1,1,0,0,-518.363,6182.8,22.7222,0,3600,0,0,4979,0,0,0,0,0),(20942,17378,530,1,1,0,0,-873.243,5691.36,17.333,0,3600,0,0,4979,0,0,0,0,0),(20941,17378,530,1,1,0,0,-722.758,5540.27,18.4871,0,3600,0,0,4979,0,0,0,0,0),(2199,11857,1,1,1,0,1,-263,-943,12.439,4.752,25,0,0,713,0,0,0,0,0),(39818,18328,556,3,1,0,1,-59.9827,115.417,0.00720393,5.64228,86400,0,0,12844,33745,0,0,0,0),(95424,26309,0,1,1,23757,1,2279.35,322.9,37.8804,2.28638,180,0,0,8982,0,0,0,0,0),(95363,26309,530,1,1,23757,1,10344,-6398.57,42.2989,5.67232,180,0,0,8982,0,0,0,0,0),(85382,18685,530,1,1,0,1,-1633.09,4416.39,52.1155,5.98654,450,0,0,9144,13525,0,0,0,0),(85383,21196,530,1,1,0,0,-2654.11,1081.14,51.0565,2.55257,450,8,0,6761,0,1,0,0,0),(85384,21196,530,1,1,0,0,-2661.5,1121.34,65.2795,2.76528,450,8,0,6761,0,1,0,0,0),(85385,21196,530,1,1,0,0,-2707.75,1134.49,58.9898,3.76645,450,8,0,6761,0,1,0,0,0),(85386,21196,530,1,1,0,0,-2711.72,1100.98,51.4583,3.64449,450,8,0,6761,0,1,0,0,0),(85387,21196,530,1,1,0,0,-2737.05,1138.76,55.4457,0.39425,450,8,0,6761,0,1,0,0,0),(85388,21196,530,1,1,0,0,-2611.09,1088.12,57.8661,1.70739,450,8,0,6761,0,1,0,0,0),(85389,21196,530,1,1,0,0,-2581.64,1082.6,58.2185,5.06257,450,8,0,6761,0,1,0,0,0),(85390,21196,530,1,1,0,0,-2604.35,1143.9,68.9471,4.29114,450,8,0,6761,0,1,0,0,0),(85391,21255,530,1,1,0,0,-2802.32,1286.46,77.3836,5.68054,450,0,0,55890,15775,2,0,0,0),(85392,21205,530,1,1,0,0,-2662.5,1122.06,65.2942,2.98554,450,0,0,27944,0,2,0,0,0),(85393,21196,530,1,1,0,0,-2534.52,1107.63,68.0522,0.626815,450,8,0,6761,0,1,0,0,0),(85394,21196,530,1,1,0,0,-2533.86,1025.22,42.4913,5.37739,450,8,0,6761,0,1,0,0,0),(85395,21196,530,1,1,0,0,-2626.9,1355.31,87.0705,3.09209,450,8,0,6761,0,1,0,0,0),(85396,21196,530,1,1,0,0,-2598.97,1397.04,80.4157,0.380723,450,8,0,6761,0,1,0,0,0),(85397,21196,530,1,1,0,0,-2567.28,1422.19,72.3176,5.47272,450,8,0,6761,0,1,0,0,0),(85398,21196,530,1,1,0,0,-2556.2,1316.7,80.4476,4.56515,450,8,0,6761,0,1,0,0,0),(85399,21196,530,1,1,0,0,-2603.24,1271.74,80.6977,5.01327,450,8,0,6761,0,1,0,0,0),(85400,21196,530,1,1,0,0,-2570.6,1221.79,78.5288,0.355202,450,8,0,6761,0,1,0,0,0),(85401,21196,530,1,1,0,0,-2510.18,1291.89,66.8156,0.973485,450,8,0,6761,0,1,0,0,0),(85402,21196,530,1,1,0,0,-2526.41,1208.02,66.7375,4.62471,450,8,0,6761,0,1,0,0,0),(85403,21196,530,1,1,0,0,-2563.3,1146.67,76.3379,3.67002,450,8,0,6761,0,1,0,0,0),(85404,21196,530,1,1,0,0,-2632.21,1327.07,89.5507,2.69721,450,8,0,6761,0,1,0,0,0),(85405,18685,530,1,1,0,1,-2564.99,5437.01,28.0524,3.10727,450,0,0,9144,13525,0,0,0,0),(85406,25195,530,1,1,0,1,-1713.21,5646.24,128.023,3.41571,25,0,0,6986,0,0,0,0,0),(12746,23337,564,1,1,18251,1,712.932,387.965,117.475,1.71042,604800,0,0,206640,0,0,0,0,0),(12745,23337,564,1,1,18251,1,599.525,411.442,112.827,5.89921,604800,0,0,206640,0,0,0,0,0),(3444,3145,1,1,1,1875,1,-629.052,-4228.06,38.2334,5.0091,300,0,0,247,0,0,0,0,0),(3443,3143,1,1,1,1653,1,-600.132,-4186.19,41.2663,4.15388,200,0,0,102,0,0,0,0,0),(3442,10176,1,1,1,9470,0,-610.073,-4253.52,39.0393,3.28122,300,0,0,484,0,0,0,0,0),(3441,3099,1,1,1,381,0,66.1406,-4669.99,36.3283,2.62402,300,5,0,120,0,1,0,0,0),(3440,3099,1,1,1,381,0,469.149,-4839.71,30.163,6.2304,300,10,0,120,0,1,0,0,0),(3439,3099,1,1,1,381,0,648.155,-4215.57,15.2068,4.44886,300,10,0,120,0,1,0,0,0),(3438,3099,1,1,1,381,0,239.77,-4479.44,17.9533,5.88163,300,10,0,120,0,1,0,0,0),(3437,3099,1,1,1,381,0,474.453,-4022.52,22.9559,4.61149,300,10,0,120,0,1,0,0,0),(3436,3099,1,1,1,381,0,343.559,-5048.52,19.1048,4.51384,300,5,0,120,0,1,0,0,0),(3435,3099,1,1,1,381,0,-438.139,-4686.37,37.3815,0.230755,300,10,0,120,0,1,0,0,0),(3434,3099,1,1,1,381,0,51.9119,-4807.97,22.05,4.56746,300,5,0,120,0,1,0,0,0),(95005,17527,530,1,1,0,0,-1902.11,-11111.4,59.5594,4.40116,300,5,0,356,0,1,0,0,0),(95004,17527,530,1,1,0,0,-1923.6,-10978.9,62.4245,2.8775,300,5,0,356,0,1,0,0,0),(95003,17527,530,1,1,0,0,-1884.68,-10905.4,66.0101,4.32656,300,5,0,356,0,1,0,0,0),(95002,17527,530,1,1,0,0,-1814.6,-11260.1,61.2452,5.14731,300,5,0,356,0,1,0,0,0),(95001,17527,530,1,1,0,0,-1807.06,-11268.3,59.5253,2.50445,300,5,0,356,0,1,0,0,0),(95000,17527,530,1,1,0,0,-1799.22,-11196.7,64.9264,1.3185,300,5,0,356,0,1,0,0,0),(94999,17527,530,1,1,0,0,-1782.37,-11110.4,66.8952,4.54256,300,5,0,356,0,1,0,0,0),(94998,17527,530,1,1,0,0,-1819.21,-11055.5,65.6871,4.40549,300,5,0,356,0,1,0,0,0),(94997,17527,530,1,1,0,0,-1818.55,-10963.2,65.5082,1.12646,300,5,0,356,0,1,0,0,0),(94996,17527,530,1,1,0,0,-1824.53,-10908.4,66.6697,5.20268,300,5,0,356,0,1,0,0,0),(94995,17527,530,1,1,0,0,-1821.48,-10808.1,72.3886,4.7982,300,5,0,356,0,1,0,0,0),(94994,17527,530,1,1,0,0,-1714.4,-11078.5,77.1357,2.85433,300,5,0,356,0,1,0,0,0),(94993,17527,530,1,1,0,0,-1713.51,-10982.1,77.2916,2.46166,300,5,0,356,0,1,0,0,0),(94992,17527,530,1,1,0,0,-1755.54,-10905.4,63.649,6.09805,300,5,0,356,0,1,0,0,0),(94991,17527,530,1,1,0,0,-1693.55,-10885.9,59.3133,4.99457,300,5,0,356,0,1,0,0,0),(94990,17527,530,1,1,0,0,-1741.22,-10905.2,63.496,0.203643,300,5,0,356,0,1,0,0,0),(94989,17527,530,1,1,0,0,-1596.59,-10836.1,54.1521,0.454987,300,5,0,356,0,1,0,0,0),(94988,17527,530,1,1,0,0,-1797.78,-10875.9,66.9707,2.80725,300,5,0,356,0,1,0,0,0),(94987,17527,530,1,1,0,0,-1686.88,-10838.3,60.5062,2.76798,300,5,0,356,0,1,0,0,0),(94986,17527,530,1,1,0,0,-1640.68,-10820,57.0238,4.2249,300,5,0,356,0,1,0,0,0),(94985,17527,530,1,1,0,0,-1570.73,-10793.2,50.6794,0.317544,300,5,0,356,0,1,0,0,0),(94984,17527,530,1,1,0,0,-1499.7,-10747.2,58.8786,0.290058,300,5,0,356,0,1,0,0,0),(94983,17527,530,1,1,0,0,-1497.1,-10676.3,63.9473,0.0779981,300,5,0,356,0,1,0,0,0),(94982,17527,530,1,1,0,0,-1425.87,-10676.3,77.0876,2.48526,300,5,0,356,0,1,0,0,0),(94981,17527,530,1,1,0,0,-1394.62,-10617.3,110.767,4.01287,300,5,0,356,0,1,0,0,0),(94980,17527,530,1,1,0,0,-1372.43,-10668.7,90.073,0.270448,300,5,0,356,0,1,0,0,0),(94979,17527,530,1,1,0,0,-1971.32,-11117.3,56.6788,1.06976,300,5,0,356,0,1,0,0,0),(18009,1889,0,1,1,3587,1,-465.866,809.954,96.6372,3.45575,275,0,0,379,1118,0,0,0,0),(94978,17527,530,1,1,0,0,-1967.38,-11044.7,58.9198,4.4509,300,5,0,356,0,1,0,0,0),(94977,17527,530,1,1,0,0,-1969.77,-10932.2,57.2987,4.4627,300,5,0,356,0,1,0,0,0),(94976,17527,530,1,1,0,0,-1868.28,-10865.5,61.6514,4.5452,300,5,0,356,0,1,0,0,0),(94975,17527,530,1,1,0,0,-1761.17,-10865.5,62.4417,3.2846,300,5,0,356,0,1,0,0,0),(94974,17527,530,1,1,0,0,-1765.95,-10943.6,70.4022,3.16286,300,5,0,356,0,1,0,0,0),(94973,17527,530,1,1,0,0,-1797.88,-10969.9,72.6233,2.11435,300,5,0,356,0,1,0,0,0),(94972,17527,530,1,1,0,0,-1846.58,-10995.4,65.613,2.4717,300,5,0,356,0,1,0,0,0),(94971,17527,530,1,1,0,0,-1537.82,-10945,60.965,3.36935,300,5,0,356,0,1,0,0,0),(85451,21730,530,1,1,0,0,-3956.82,3449.16,260.74,4.99509,600,0,0,29500,6618,0,0,0,0),(142708,24439,571,1,1,24780,0,2068.71,-3318.71,98.2312,5.72468,120,0,0,42,0,0,0,0,0),(86846,19178,0,1,1,22381,0,1573.04,265.955,-43.0193,0.593412,5,0,0,42,0,0,3,0,0),(86168,19178,0,1,1,22380,0,1626.7,222.7,-43.0193,1.01229,5,0,0,42,0,0,0,0,0),(85986,19178,0,1,1,22381,0,1627.8,224.57,-43.0193,4.15388,5,0,0,42,0,0,3,0,0),(85654,19148,0,1,1,22364,0,-4901.8,-958.955,501.543,1.01229,2,0,0,42,0,0,0,0,0),(85653,19148,0,1,1,22365,0,-4900.87,-957.314,501.541,4.17134,2,0,0,42,0,0,3,0,0),(84953,19172,0,1,1,22366,0,-4831.74,-1172.58,502.278,6.19592,2,0,0,42,0,0,0,0,0),(84950,19172,0,1,1,22367,0,-4829.88,-1173.25,502.277,2.49582,2,0,0,42,0,0,3,0,0),(84937,23971,530,1,1,14616,0,9515.91,-6815.92,16.5715,1.85005,5,0,0,42,0,0,0,0,0),(84903,23971,0,1,1,14616,0,2239.65,281.141,34.9765,1.8326,5,0,0,42,0,0,0,0,0),(20425,23973,0,1,1,22499,0,2239.51,282.798,35.1478,5.28835,30,0,0,247,0,0,0,0,0),(20424,24519,0,1,1,22504,0,-5621.95,-472.837,397.14,5.67232,30,0,0,247,0,0,0,0,0),(20299,23712,0,1,1,252,0,-5620.99,-471.153,397.333,5.48033,2,0,0,71,0,0,0,0,0),(85514,21275,530,1,1,0,0,-3746.37,5409.46,-3.33422,5.58029,450,0,0,6986,0,0,0,0,0),(95015,17527,530,1,1,0,0,-1935.73,-11200.4,63.7064,0.796103,300,5,0,356,0,1,0,0,0),(95014,17527,530,1,1,0,0,-2016.61,-11206.1,70.7492,3.94163,300,5,0,356,0,1,0,0,0),(95013,17527,530,1,1,0,0,-2002.07,-11165.4,60.3629,5.24147,300,5,0,356,0,1,0,0,0),(95012,17527,530,1,1,0,0,-1938.6,-11083.6,57.2375,6.08185,300,5,0,356,0,1,0,0,0),(95011,17527,530,1,1,0,0,-1921.05,-11160,58.9554,1.89178,300,5,0,356,0,1,0,0,0),(95010,17527,530,1,1,0,0,-1996.56,-11091.1,54.9509,3.2034,300,5,0,356,0,1,0,0,0),(95009,17527,530,1,1,0,0,-1942.12,-11069.2,57.17,6.18006,300,5,0,356,0,1,0,0,0),(95008,17527,530,1,1,0,0,-1912.23,-11003.5,60.5656,6.03869,300,5,0,356,0,1,0,0,0),(95007,17527,530,1,1,0,0,-1903.98,-11210.4,56.658,5.64207,300,5,0,356,0,1,0,0,0),(95006,17527,530,1,1,0,0,-1888.06,-11164.8,61.141,5.64207,300,5,0,356,0,1,0,0,0),(85525,22381,530,1,1,0,1,-2684.89,5417.99,-37.0389,3.12551,450,0,0,5677,2790,0,0,0,0),(85526,19879,530,1,1,0,1,-3376.35,5216.41,-101.048,5.66421,450,0,0,5341,0,0,0,0,0),(85527,18448,530,1,1,0,1,-3683.12,5720.91,-0.561678,3.62448,450,0,0,5715,0,0,0,0,0),(75559,18885,530,1,1,0,0,2865.62,3196.4,178.2,0,300,5,0,25304,0,1,0,0,0),(79588,20812,530,1,1,0,0,-968.436,8127.36,-93.4888,3.79295,300,0,0,24895,0,0,0,0,0),(53881,34947,571,1,1,25773,1,9429.25,1192.45,2.11359,5.41202,120,0,0,1,0,0,0,0,0),(240223,35249,0,1,1,0,0,-9344.05,175.877,61.5584,3.59669,300,0,0,42,0,0,0,0,0),(240224,35249,0,1,1,0,0,-9349.19,176.153,61.726,5.18634,300,0,0,42,0,0,0,0,0),(240225,35249,0,1,1,0,0,-9327.92,185.507,62.7096,4.07265,300,0,0,42,0,0,0,0,0),(240226,34383,1,1,1,0,0,1184.43,-4467.28,21.3388,1.2079,300,0,0,12600,0,0,0,0,0),(240227,34383,0,1,1,0,0,-9330.46,180.936,61.6792,4.1716,300,0,0,12600,0,0,0,0,0),(240228,34382,1,1,1,0,0,1180.53,-4465.53,21.3293,0.944794,600,0,0,12600,0,0,0,0,0),(240229,34382,0,1,1,0,0,-9327.6,178.975,61.6973,4.10484,600,0,0,12600,0,0,0,0,0),(240230,34482,1,1,1,0,0,1181.51,-4469.65,21.2349,1.4121,300,0,0,2136,5751,0,0,0,0),(240231,34435,0,1,1,0,0,-9354.72,167.942,61.665,0.27367,300,0,0,3052,0,0,0,0,0),(240232,34477,1,1,1,0,0,1173.47,-4462.54,21.3309,0.60707,300,0,0,3052,0,0,0,0,0),(16210,23398,564,1,1,11686,0,592.224,50.2034,111.998,2.64392,10,5,0,3912,3155,1,0,0,0),(16209,23398,564,1,1,11686,0,608.63,36.4813,112.727,2.84053,10,5,0,3912,3155,1,0,0,0),(16208,23398,564,1,1,11686,0,617.205,48.1991,112.279,5.13882,10,5,0,3912,3155,1,0,0,0),(16206,23398,564,1,1,11686,0,628.785,33.7681,112.75,2.3534,10,5,0,3912,3155,1,0,0,0),(16205,23398,564,1,1,11686,0,486.085,77.5332,111.771,1.98669,10,5,0,3912,3155,1,0,0,0),(16204,23398,564,1,1,11686,0,498.55,76.3829,110.898,4.03667,10,5,0,3912,3155,1,0,0,0),(16203,23398,564,1,1,11686,0,517.544,77.9564,112.781,1.03571,10,5,0,3912,3155,1,0,0,0),(16202,22885,564,1,1,21457,0,436.329,793.07,12.1273,0.837758,604800,0,0,73353,0,0,0,0,0),(16201,22885,564,1,1,21457,0,301.18,998.612,-62.4953,4.15388,604800,0,0,73353,0,0,0,0,0),(85563,21312,530,1,1,0,1,-2747.81,5062.99,-3.43829,6.10669,450,0,0,6986,0,0,0,0,0),(85564,18685,530,1,1,0,1,-1843.55,3958.17,46.5491,4.04581,450,0,0,9144,13525,0,0,0,0),(85565,18685,530,1,1,0,1,-3551.84,3999.6,93.7046,5.20977,450,0,0,9144,13525,0,0,0,0),(85566,21504,530,1,1,0,0,-2282.75,3077.89,13.8306,5.78861,450,0,0,125460,0,0,0,0,0),(85567,21250,530,1,1,0,0,-2941.02,3908.02,2.68497,5.79568,450,0,0,102,0,0,0,0,0),(85568,21250,530,1,1,0,0,-2982.38,3946.53,3.17638,5.5098,450,0,0,102,0,0,0,0,0),(85569,21250,530,1,1,0,0,-2958.86,4107.06,5.20187,0.183228,450,0,0,102,0,0,0,0,0),(85570,21250,530,1,1,0,0,-2721.27,4395.64,25.3384,0.0701342,450,0,0,102,0,0,0,0,0),(85571,21250,530,1,1,0,0,-2667.57,4483.16,36.3173,5.32681,450,0,0,102,0,0,0,0,0),(75856,18885,530,1,1,0,0,2919.34,3280.61,165.1,0,300,5,0,25304,0,1,0,0,0),(18028,2053,0,1,1,3553,1,-755.021,1504.76,17.2782,4.03593,275,0,0,417,0,0,0,0,0),(240233,35256,571,1,65535,0,0,5831.01,751.564,641.134,3.40199,300,0,0,12600,0,0,0,0,0),(247000,33068,530,1,1,0,0,-1805.9,4964.68,-24.8216,4.03094,300,0,0,1,0,0,0,0,0),(245810,25971,547,3,1,0,0,-115.141,-143.317,-2.09467,4.92772,86400,0,0,42,0,0,0,0,0),(84210,20212,642,3,1,0,0,7.30561,-0.095246,34.5102,3.15905,7200,0,0,50000,0,0,0,0,0),(68455,22991,530,1,1,0,0,-4187.52,3040.39,352.071,-0.017453,180,0,0,4120,0,0,0,0,0),(49023,4075,309,1,1,1141,0,-11570.4,-1320.7,77.8591,4.76475,7200,0,0,8,0,0,0,0,0),(135706,16525,532,1,1,16241,0,-11268.6,-1937.7,240.553,2.37365,604800,0,0,30160,0,0,0,0,0),(31966,7329,129,1,1,0,1,2522.26,945.682,48.8541,1.64132,86400,1,0,3660,0,1,0,0,0),(85584,19208,555,3,1,0,1,-268.03,-263.302,12.6806,0.0352027,86400,0,0,16227,9240,0,0,0,0),(85585,19208,555,3,1,0,1,-156.374,-359.301,17.0833,1.57671,86400,0,0,16227,9240,0,0,0,0),(200008,29057,571,1,1,0,0,5102.72,5343.44,224.11,0,120,0,0,6722,0,0,0,0,0),(85588,16726,530,1,1,0,0,-4263.95,-11638.5,-142.013,5.16617,120,0,0,811,852,0,0,0,0),(85589,17120,530,1,1,0,0,-4189.44,-11653.8,-99.5823,2.67035,120,0,0,3052,0,0,0,0,0),(85590,16771,530,1,1,0,0,-4198.85,-11648.6,-99.673,5.81195,120,0,0,1524,0,0,0,0,0),(85591,20604,530,1,1,0,0,-4087.02,-11737.5,-139.428,1.69297,120,0,0,1220,0,0,0,0,0),(85592,16735,530,1,1,0,0,-4230.67,-11549.6,-125.979,1.6057,120,0,0,737,2175,0,0,0,0),(85593,16657,530,1,1,0,0,-4249.81,-11632.7,-141.855,4.29351,120,0,0,737,2175,0,0,0,0),(85594,16743,530,1,1,0,0,-4257.91,-11640.4,-141.932,3.21141,120,0,0,811,852,0,0,0,0),(85595,16724,530,1,1,0,0,-4243.9,-11706.7,-143.99,0.645772,120,0,0,811,852,0,0,0,0),(85596,16763,530,1,1,0,0,-4135.28,-11760.2,-136.734,3.735,120,0,0,811,852,0,0,0,0),(85597,16728,530,1,1,0,0,-4135.17,-11779.7,-136.806,1.74533,120,0,0,811,852,0,0,0,0),(85598,16765,530,1,1,0,0,-4207.36,-11844.4,-132.808,0.872665,120,0,0,737,2175,0,0,0,0),(85599,16751,530,1,1,0,0,-4234.13,-11699.4,-143.543,4.53786,120,0,0,737,2175,0,0,0,0),(85600,16747,530,1,1,0,0,-4263.04,-11804.8,-99.5311,5.20108,120,0,0,737,2175,0,0,0,0),(85602,16745,530,1,1,0,0,-4140.16,-11776.7,-136.853,0.575959,120,0,0,811,852,0,0,0,0),(85603,16746,530,1,1,0,0,-4088.66,-11747.5,-139.496,5.41052,120,0,0,811,852,0,0,0,0),(85604,18348,530,1,1,0,0,-4027.62,-11732.4,-151.822,0.436332,120,0,0,955,0,0,0,0,0),(85605,18349,530,1,1,0,0,-4025.49,-11736,-151.811,0.506145,120,0,0,811,852,0,0,0,0),(85606,16707,530,1,1,0,0,-4023.29,-11739.7,-151.799,0.593412,120,0,0,737,2175,0,0,0,0),(85607,21971,530,1,1,0,1,-3924.03,-11604.5,-138.361,4.69494,120,0,0,2614,0,0,0,0,0),(85608,21008,530,1,1,0,0,-3848.73,-11382,-126.829,0.366519,120,0,0,42,0,0,0,0,0),(85610,18915,530,1,1,0,1,-3816.55,-11406.4,-104.347,1.50098,120,0,0,11828,0,0,0,0,0),(85614,16731,530,1,1,0,0,-3766.05,-11481.8,-134.338,3.19956,120,0,0,811,852,0,0,0,0),(85615,16774,530,1,1,0,0,-3712.96,-11404,-133.865,1.85005,120,0,0,811,852,0,0,0,0),(207567,15105,530,1,1,0,0,-1797.06,5479.81,-12.3448,2.1293,120,0,0,1,0,0,0,0,0),(85619,16725,530,1,1,0,0,-3882.85,-11496.7,-136.057,1.67552,120,0,0,811,852,0,0,0,0),(85624,17510,530,1,1,0,0,-3969.38,-11483.2,-135.165,2.53073,120,0,0,1226,1283,0,0,0,0),(85626,17511,530,1,1,0,0,-3971.81,-11479,-135.178,5.48033,120,0,0,1772,1807,0,0,0,0),(207577,15105,530,1,1,0,0,-1926.31,5376.15,-12.3448,2.11185,120,0,0,1,0,0,0,0,0),(85628,16756,530,1,1,0,0,-3968.08,-11473,-135.113,4.10152,120,0,0,3484,5751,0,0,0,0),(85629,17468,530,1,1,0,1,-3993.71,-11413.7,-122.136,1.22173,7200,0,0,1,0,0,0,0,0),(85630,16736,530,1,1,0,0,-4052.46,-11356.4,-138.998,4.69494,120,0,0,811,852,0,0,0,0),(85631,16705,530,1,1,0,0,-4045.87,-11363.7,-138.948,5.02077,120,0,0,737,2175,0,0,0,0),(202630,17264,543,3,1,0,1,-1281.01,1625.67,91.7014,2.29593,86400,0,0,1,0,2,0,0,0),(202629,17264,543,3,1,0,1,-1278.03,1495.07,68.5746,2.05756,86400,0,0,1,0,2,0,0,0),(202628,17264,543,3,1,0,1,-1273.38,1668.04,68.7214,2.34277,86400,0,0,1,0,2,0,0,0),(202627,17264,543,3,1,0,1,-1222.95,1452.48,68.5799,3.31472,86400,0,0,1,0,2,0,0,0),(202626,17264,543,3,1,0,1,-1172.88,1442.51,68.4986,2.1293,86400,0,0,1,0,0,0,0,0),(202625,17264,543,3,1,0,1,-1158.78,1472.88,68.4177,4.13872,86400,0,0,1,0,2,0,0,0),(202624,17259,543,3,1,0,1,-1332.65,1670.06,92.8932,2.26242,86400,0,0,1,0,2,0,0,0),(202623,17259,543,3,1,0,1,-1331.37,1660.68,93.2804,2.2624,86400,0,0,1,0,2,0,0,0),(202622,17259,543,3,1,0,1,-1329.57,1667.08,68.7185,3.63028,86400,0,0,1,0,0,0,0,0),(202621,17259,543,3,1,0,1,-1326.74,1659.26,69.0985,3.49066,86400,0,0,1,0,0,0,0,0),(202620,17259,543,3,1,0,1,-1295.73,1585.1,91.8061,1.69297,86400,0,0,1,0,0,0,0,0),(202619,17259,543,3,1,0,1,-1293.2,1493.8,68.6832,3.50811,86400,0,0,1,0,0,0,0,0),(202618,17259,543,3,1,0,1,-1286.73,1669.91,68.9444,6.10865,86400,0,0,1,0,0,0,0,0),(202617,17259,543,3,1,0,1,-1285.47,1678.21,68.6203,6.14356,86400,0,0,1,0,0,0,0,0),(202616,17259,543,3,1,0,1,-1275.13,1643.13,91.6642,5.40752,86400,0,0,1,0,2,0,0,0),(202615,17259,543,3,1,0,1,-1269.9,1642.51,91.6084,3.58962,86400,0,0,1,0,2,0,0,0),(202614,17259,543,3,1,0,1,-1268.38,1639.36,91.6179,3.58964,86400,0,0,1,0,2,0,0,0),(202613,17259,543,3,1,0,1,-1258.02,1580.35,68.5841,5.18818,86400,5,0,1,0,1,0,0,0),(202612,17259,543,3,1,0,1,-1252.19,1596.7,68.6478,0.855211,86400,5,0,1,0,1,0,0,0),(202611,17259,543,3,1,0,1,-1233.43,1477.57,68.6409,3.80482,86400,5,0,1,0,1,0,0,0),(86857,19177,1,1,1,22378,0,1693.4,-4334.83,61.9237,3.03687,5,0,0,42,0,0,0,0,0),(85125,34788,571,1,1,27173,0,8409.21,755.234,549.146,3.42085,180,0,0,1,0,0,0,0,0),(138188,17414,542,3,1,0,1,304.249,103.356,9.62076,5.61477,86400,0,0,10843,6015,0,0,0,0),(138157,17397,542,3,1,0,0,27.6779,-90.5785,-40.7088,1.48496,86400,0,0,11965,2486,0,0,0,0),(138148,17491,542,3,1,0,1,107.083,-96.6171,-14.2289,0.930522,86400,0,0,7479,0,0,0,0,0),(138149,17491,542,3,1,0,1,182.461,-68.9882,9.62108,3.98337,86400,0,0,7479,0,0,0,0,0),(138212,17626,542,3,1,0,1,458.614,116.989,9.61455,3.07559,86400,0,0,14958,0,0,0,0,0),(138167,17397,542,3,1,0,0,227.979,-74.6894,9.61909,1.96987,86400,0,0,11965,2486,0,0,0,0),(138166,17397,542,3,1,0,0,224.497,-68.0896,9.62108,5.19786,86400,0,0,11965,2486,0,0,0,0),(138168,17477,542,3,1,0,0,226.371,-71.3008,9.61766,2.01394,86400,0,0,4126,9944,0,0,0,0),(138169,17371,542,3,1,0,0,246.377,-85.311,9.61661,3.04947,86400,0,0,10472,5875,2,0,0,0),(138171,17370,542,3,1,0,1,258.511,-30.4009,6.95261,4.07258,86400,0,0,14958,0,0,0,0,0),(138173,17370,542,3,1,0,1,286.75,-7.12364,9.33158,3.50552,86400,0,0,14958,0,0,0,0,0),(138180,17397,542,3,1,0,0,344.219,5.00403,9.62297,3.2955,86400,0,0,11965,2486,0,0,0,0),(138182,17370,542,3,1,0,1,323.216,28.6452,9.62206,4.92205,86400,0,0,14958,0,0,0,0,0),(138207,17370,542,3,1,0,1,466.657,179.674,9.61915,2.88877,86400,0,0,14958,0,2,0,0,0),(138205,17398,542,3,1,0,1,411.319,185.388,9.60154,2.28952,86400,0,0,6963,0,0,0,0,0),(138206,17395,542,3,1,0,0,403.447,190.68,9.59739,0.0770466,86400,0,0,10472,17625,0,0,0,0),(138204,17371,542,3,1,0,0,412.814,195.493,9.60144,3.55951,86400,0,0,10472,5875,0,0,0,0),(138208,17370,542,3,1,0,1,466.171,176.663,9.6201,2.8927,86400,0,0,14958,0,2,0,0,0),(138214,17395,542,3,1,0,0,457.121,99.2828,9.61496,4.44777,86400,0,0,10472,17625,0,0,0,0),(138215,17414,542,3,1,0,1,452.317,94.5807,9.61519,0.545102,86400,0,0,10843,6015,0,0,0,0),(138216,17414,542,3,1,0,1,458.068,92.7015,9.61519,1.89206,86400,0,0,10472,5875,0,0,0,0),(138217,17414,542,3,1,0,1,482.454,103.335,9.61156,5.27398,86400,0,0,10472,5875,0,0,0,0),(138144,17398,542,3,1,0,1,499.499,118.085,9.65347,3.14963,86400,0,0,6963,0,0,0,0,0),(138143,17398,542,3,1,0,1,503.024,116.589,9.65788,3.14963,86400,0,0,6963,0,0,0,0,0),(138142,17398,542,3,1,0,1,503.042,114.321,9.65788,3.14963,86400,0,0,6963,0,0,0,0,0),(138141,17398,542,3,1,0,1,499.774,112.283,9.65334,3.14963,86400,0,0,6963,0,0,0,0,0),(138140,17398,542,3,1,0,1,495.696,113.877,9.64425,3.14963,86400,0,0,6963,0,0,0,0,0),(138139,17398,542,3,1,0,1,495.677,116.285,9.64388,3.14963,86400,0,0,6963,0,0,0,0,0),(138138,17398,542,3,1,0,1,407.17,115.172,9.66061,0.0185067,86400,0,0,6963,0,0,0,0,0),(138137,17398,542,3,1,0,1,409.699,113.048,9.65731,0.0185067,86400,0,0,6963,0,0,0,0,0),(138136,17398,542,3,1,0,1,411.735,114.446,9.65571,0.00803471,86400,0,0,6963,0,0,0,0,0),(138135,17398,542,3,1,0,1,412.462,116.555,9.65317,6.1865,86400,0,0,6963,0,0,0,0,0),(138134,17398,542,3,1,0,1,412.081,112.626,9.65613,6.1865,86400,0,0,6963,0,0,0,0,0),(138133,17398,542,3,1,0,1,409.226,83.2983,9.65786,0.141552,86400,0,0,6963,0,0,0,0,0),(138210,17414,542,3,1,0,1,327.172,188.393,9.61882,1.09492,86400,0,0,10472,5875,0,0,0,0),(138127,17398,542,3,1,0,1,498.393,86.641,9.65219,3.19309,86400,0,0,6963,0,0,0,0,0),(138128,17398,542,3,1,0,1,498.962,83.0695,9.6524,3.08941,86400,0,0,6963,0,0,0,0,0),(138129,17398,542,3,1,0,1,502.724,82.8731,9.65935,3.08941,86400,0,0,6963,0,0,0,0,0),(138130,17398,542,3,1,0,1,500.076,84.7778,9.65474,3.08941,86400,0,0,6963,0,0,0,0,0),(138131,17398,542,3,1,0,1,413.285,81.8238,9.65038,0.154642,86400,0,0,6963,0,0,0,0,0),(138178,17395,542,3,1,0,0,338.242,1.09978,9.61664,1.01391,86400,0,0,10472,17625,0,0,0,0),(138179,17395,542,3,1,0,0,338.84,8.10661,9.61679,5.05086,86400,0,0,10472,17625,0,0,0,0),(138183,17370,542,3,1,0,1,331.076,28.8939,9.62118,4.2576,86400,0,0,14958,0,0,0,0,0),(138181,17491,542,3,1,0,1,314.564,-7.67602,9.6169,2.30511,86400,0,0,7479,0,0,0,0,0),(138177,17397,542,3,1,0,0,317.184,8.72084,9.6192,2.67896,86400,0,0,11965,2486,0,0,0,0),(138175,17395,542,3,1,0,0,311.261,7.92634,9.62195,0.656179,86400,0,0,10472,17625,0,0,0,0),(138176,17397,542,3,1,0,0,313.949,13.7401,9.61652,4.38997,86400,0,0,11965,2486,0,0,0,0),(138184,17371,542,3,1,0,0,331.268,69.7599,9.61402,1.77024,86400,0,0,10472,5875,0,0,0,0),(138253,18894,542,3,1,0,1,313.392,-170.618,-25.5086,6.20651,86400,0,0,14958,0,0,0,0,0),(138252,18894,542,3,1,0,1,312.116,-179.382,-25.5071,6.20258,86400,0,0,14958,0,0,0,0,0),(138251,17371,542,3,1,0,0,312.396,-174.925,-25.5082,6.21829,86400,0,0,10472,5875,0,0,0,0),(138250,18894,542,3,1,0,1,325.278,-191.535,-25.5078,1.49412,86400,0,0,14958,0,0,0,0,0),(138248,18894,542,3,1,0,1,355.194,-175.571,-25.5497,0.0701911,86400,0,0,14958,0,0,0,0,0),(138241,17477,542,3,1,0,0,427.911,-69.9011,9.61668,4.99622,86400,0,0,4126,9944,0,0,0,0),(138246,17477,542,3,1,0,0,419.961,-76.9838,9.62318,5.67087,86400,0,0,4126,9944,0,0,0,0),(138240,17477,542,3,1,0,0,432.656,-78.7667,9.62296,1.5821,86400,0,0,4126,9944,0,0,0,0),(138245,17491,542,3,1,0,1,404.193,-62.5071,9.61827,5.54913,86400,0,0,7479,0,0,0,0,0),(138243,17477,542,3,1,0,0,420.081,-88.5245,9.62061,0.206074,86400,0,0,4126,9944,0,0,0,0),(138242,17477,542,3,1,0,0,412.944,-83.971,9.61695,5.1156,86400,0,0,4126,9944,0,0,0,0),(138120,21174,542,3,1,0,1,320.912,-83.0625,-133.307,3.00197,86400,0,0,8338000,0,0,0,0,0),(138163,17397,542,3,1,0,0,240.674,-64.4904,9.62484,5.05383,86400,0,0,11965,2486,0,0,0,0),(138164,17397,542,3,1,0,0,242.883,-72.4289,9.61514,1.81799,86400,0,0,11965,2486,0,0,0,0),(138165,17477,542,3,1,0,0,241.827,-68.3783,9.61987,1.82585,86400,0,0,4126,9944,0,0,0,0),(138158,17477,542,3,1,0,0,28.2572,-85.4531,-41.0542,4.63284,86400,0,0,4126,9944,0,0,0,0),(138159,17491,542,3,1,0,1,234.022,-106.406,9.61037,1.88867,86400,0,0,7479,0,0,0,0,0),(138162,17477,542,3,1,0,0,227.94,-93.8952,9.61879,0.561355,86400,0,0,4126,9944,0,0,0,0),(138160,17397,542,3,1,0,0,231.512,-91.5716,9.62435,3.65189,86400,0,0,11965,2486,0,0,0,0),(138161,17397,542,3,1,0,0,224.587,-96.0037,9.61879,0.647748,86400,0,0,11965,2486,0,0,0,0),(138152,17477,542,3,1,0,0,-10.8822,-85.2033,-41.3341,2.09342,86400,0,0,4126,9944,0,0,0,0),(138237,17491,542,3,1,0,1,495.566,-43.8895,9.5591,2.9343,86400,0,0,7479,0,0,0,0,0),(138235,17371,542,3,1,0,0,476.506,-63.3028,9.54636,0,86400,0,0,10472,5875,2,0,0,0),(138234,17371,542,3,1,0,0,465.905,-19.9126,9.55319,5.19624,86400,0,0,10472,5875,2,0,0,0),(138232,17477,542,3,1,0,0,484.202,13.9732,9.5505,6.25258,86400,0,0,4126,9944,0,0,0,0),(138226,17491,542,3,1,0,1,433.6,-18.2301,9.55216,0.450845,86400,0,0,7479,0,0,0,0,0),(138218,17414,542,3,1,0,1,479.898,98.2961,9.62183,6.09707,86400,0,0,10472,5875,0,0,0,0),(85746,17671,540,3,1,0,1,512.984,107.969,1.93758,1.51526,86400,0,0,28006,0,0,0,0,0),(85747,17671,540,3,1,0,1,523.381,107.758,1.93875,1.68282,86400,0,0,28006,0,0,0,0,0),(85748,17671,540,3,1,0,1,513.087,94.7579,1.90828,1.60951,86400,0,0,28006,0,0,0,0,0),(85749,17671,540,3,1,0,1,523.138,94.6208,1.90828,1.55715,86400,0,0,28006,0,0,0,0,0),(85750,17671,540,3,1,0,1,484.281,51.2979,1.91697,0.245535,86400,0,0,28006,0,0,0,0,0),(85751,17671,540,3,1,0,1,472.769,65.183,1.92978,6.19885,86400,0,0,28006,0,0,0,0,0),(85752,17671,540,3,1,0,1,465.579,49.8267,1.9288,0.157045,86400,0,0,28006,0,0,0,0,0),(85753,17671,540,3,1,0,1,454.893,65.7382,1.92061,6.23341,86400,0,0,28006,0,0,0,0,0),(85754,19501,530,1,1,0,1,-3617.13,4941.01,-101.049,3.15516,300,0,0,13522,0,0,0,0,0),(85755,19501,530,1,1,0,1,-3617.53,4942.46,-101.049,3.27454,300,0,0,13522,0,0,0,0,0),(85761,16183,530,1,1,0,0,8119.71,-6899.62,70.8429,3.42085,120,0,0,247,0,0,0,0,0),(85762,16345,530,1,1,0,1,7146.12,-7514.48,48.2645,4.37491,300,7,0,377,408,1,0,0,0),(85763,16345,530,1,1,0,1,7118.95,-7479.35,47.788,5.54724,300,7,0,377,408,1,0,0,0),(85765,16346,530,1,1,0,1,7181.04,-7539.66,50.2565,2.50578,300,7,0,350,390,1,0,0,0),(85769,16345,530,1,1,0,1,6986.81,-7540,61.762,0.992628,300,7,0,377,408,1,0,0,0),(85770,16345,530,1,1,0,1,6830.69,-7436.72,46.8494,1.90241,300,7,0,377,408,1,0,0,0),(85771,16345,530,1,1,0,1,6948.99,-7480.74,48.083,4.05664,300,7,0,377,408,1,0,0,0),(85774,16345,530,1,1,0,1,6783.87,-7385.41,48.2046,6.06812,300,7,0,377,408,1,0,0,0),(85781,16346,530,1,1,0,1,6814.9,-7311.27,45.1887,1.6841,300,7,0,350,390,1,0,0,0),(85782,16346,530,1,1,0,1,6807.39,-7385.57,47.4029,5.44543,300,7,0,350,390,1,0,0,0),(85789,16345,530,1,1,0,1,6743.17,-7430.3,50.4181,4.93928,300,7,0,377,408,1,0,0,0),(85790,16345,530,1,1,0,1,6716.14,-7315.36,52.7255,1.81005,300,7,0,377,408,1,0,0,0),(85791,16345,530,1,1,0,1,6684.73,-7316.64,52.1476,0.663602,300,7,0,377,408,1,0,0,0),(85792,16346,530,1,1,0,1,6587.27,-7279.25,52.3371,2.10645,300,7,0,350,390,1,0,0,0),(85803,16346,530,1,1,0,1,6610.52,-7349.64,54.0591,4.46804,300,7,0,350,390,1,0,0,0),(85807,16346,530,1,1,0,1,6611.23,-7375.11,54.8431,1.50098,300,7,0,350,390,1,0,0,0),(85809,16333,530,1,1,0,1,6836.25,-7141.67,30.3422,4.4855,300,0,0,328,0,0,0,0,0),(85810,16333,530,1,1,0,1,6842.99,-7192.27,26.8135,1.97028,300,7,0,328,0,1,0,0,0),(85811,16333,530,1,1,0,1,6824.47,-7226.56,27.1161,1.16937,300,0,0,328,0,0,0,0,0),(85812,16333,530,1,1,0,1,6820.17,-7249.49,39.356,5.42038,300,7,0,328,0,1,0,0,0),(85814,16333,530,1,1,0,1,6815.77,-7166.11,30.8879,2.00389,300,7,0,328,0,1,0,0,0),(85815,16333,530,1,1,0,1,6830.13,-7176.33,26.0216,4.5204,300,0,0,328,0,0,0,0,0),(85816,16333,530,1,1,0,1,6847.46,-7183.75,27.4872,3.80482,300,0,0,328,0,0,0,0,0),(85817,16333,530,1,1,0,1,6865.56,-7178.11,27.8135,3.56158,300,7,0,328,0,1,0,0,0),(85818,16333,530,1,1,0,1,6780.41,-7186.85,25.8551,6.12611,300,0,0,328,0,0,0,0,0),(85819,16333,530,1,1,0,1,6790.64,-7202.7,25.8551,0.715585,300,0,0,328,0,0,0,0,0),(85820,16333,530,1,1,0,1,6814.71,-7146.99,39.3713,4.35504,300,7,0,328,0,1,0,0,0),(85826,16345,530,1,1,0,1,7064.54,-7539.9,45.8901,2.05949,300,7,0,377,408,1,0,0,0),(85831,16345,530,1,1,0,1,6997.04,-7459.96,47.3086,3.75246,300,7,0,377,408,1,0,0,0),(85833,16345,530,1,1,0,1,6746.25,-7383.83,51.1608,5.11022,300,7,0,377,408,1,0,0,0),(85835,16345,530,1,1,0,1,6690.29,-7369.09,53.3532,6.19171,300,7,0,377,408,1,0,0,0),(85842,16346,530,1,1,0,1,6845.29,-7387.82,46.2046,3.73437,300,7,0,350,390,1,0,0,0),(85846,16345,530,1,1,0,1,6754.97,-7363,50.2588,0.896818,300,7,0,377,408,1,0,0,0),(85852,16345,530,1,1,0,1,6631.23,-7344.31,53.6476,6.00435,300,7,0,377,408,1,0,0,0),(85860,16346,530,1,1,0,1,6501.68,-7445.17,73.14,4.27606,300,7,0,350,390,1,0,0,0),(85866,16346,530,1,1,0,1,6667.7,-7315.06,52.2435,3.41127,300,7,0,350,390,1,0,0,0),(85867,16345,530,1,1,0,1,6592.69,-7331.27,55.0936,1.91986,300,7,0,377,408,1,0,0,0),(85868,16346,530,1,1,0,1,6617.44,-7316.27,52.2726,5.50056,300,7,0,350,390,1,0,0,0),(85869,16345,530,1,1,0,1,6644.1,-7286.47,52.2548,4.20542,300,7,0,377,408,1,0,0,0),(85870,16333,530,1,1,0,1,6895.64,-7131.41,42.2595,3.85244,300,7,0,328,0,1,0,0,0),(85871,16333,530,1,1,0,1,6772.19,-7218.93,28.2485,3.68917,300,7,0,328,0,1,0,0,0),(85872,16333,530,1,1,0,1,6812.75,-7221.55,26.7183,0.872665,300,7,0,328,0,1,0,0,0),(85873,16333,530,1,1,0,1,6756.6,-7182.44,31.2689,4.35297,300,7,0,328,0,1,0,0,0),(85874,16333,530,1,1,0,1,6846.46,-7237.67,33.6768,0.712861,300,7,0,328,0,1,0,0,0),(85876,16333,530,1,1,0,1,6810.17,-7151.38,38.6809,1.93391,300,7,0,328,0,1,0,0,0),(85877,16333,530,1,1,0,1,6745.75,-7148.03,58.2892,2.06064,300,7,0,328,0,1,0,0,0),(85878,16240,530,1,1,0,0,7202.86,-7092.56,66.5481,2.86234,120,0,0,432,1272,0,0,0,0),(85879,16204,530,1,1,0,0,7198.52,-7093.96,66.5416,0.366519,120,0,0,354,1020,0,0,0,0),(85880,16239,530,1,1,0,0,7192.36,-7100.57,57.1446,2.51327,120,0,0,484,0,0,0,0,0),(85881,16253,530,1,1,0,0,7586.1,-6881.42,95.1048,1.23918,120,0,0,276,710,0,0,0,0),(6752,485,0,1,1,6034,1,-9815.77,-3259.52,58.9768,1.5708,300,0,0,494,0,0,0,0,0),(85883,16404,530,1,1,0,0,7782.52,-5520.32,-25.0596,2.25148,120,0,0,247,0,0,0,0,0),(85886,16404,530,1,1,0,0,7849.99,-5582.05,-15.6664,1.91986,120,0,0,247,0,0,0,0,0),(85887,16196,530,1,1,0,0,8118,-6901.53,70.427,1.32645,120,0,0,247,0,0,0,0,0),(85888,16345,530,1,1,0,1,7096.57,-7528.34,48.4963,4.55531,300,7,0,377,408,1,0,0,0),(85889,16345,530,1,1,0,1,7115.78,-7545.94,47.775,1.85321,300,7,0,377,408,1,0,0,0),(85890,16345,530,1,1,0,1,7135.54,-7580.94,48.8834,1.18682,300,7,0,377,408,1,0,0,0),(85891,16346,530,1,1,0,1,7163.5,-7580.25,48.8425,2.04204,300,7,0,350,390,1,0,0,0),(85892,16346,530,1,1,0,1,7150.12,-7556.66,48.0593,4.62512,300,7,0,350,390,1,0,0,0),(85893,16346,530,1,1,0,1,6985.83,-7519.01,61.9886,1.67552,300,7,0,350,390,1,0,0,0),(85894,16345,530,1,1,0,1,6946.52,-7444.43,47.7358,3.97511,300,7,0,377,408,1,0,0,0),(85899,16346,530,1,1,0,1,6642.29,-7402.97,65.6103,1.80347,300,7,0,350,390,1,0,0,0),(85903,16345,530,1,1,0,1,6813.1,-7437.24,47.7421,1.44862,300,7,0,377,408,1,0,0,0),(85904,16345,530,1,1,0,1,6818.1,-7344.69,47.5337,3.54153,300,7,0,377,408,1,0,0,0),(85905,16345,530,1,1,0,1,6796.17,-7337.43,49.8916,3.71755,300,7,0,377,408,1,0,0,0),(85906,16465,530,1,1,0,0,6798.28,-7431.98,48.9366,5.06145,120,0,0,57,0,0,0,0,0),(85907,16345,530,1,1,0,1,6772.32,-7322.28,49.8916,4.10152,300,7,0,377,408,1,0,0,0),(85908,16346,530,1,1,0,1,6667.74,-7405.69,58.3086,4.25483,300,7,0,350,390,1,0,0,0),(85909,16346,530,1,1,0,1,6715.82,-7385.67,52.2981,0.471609,300,7,0,350,390,1,0,0,0),(85910,16346,530,1,1,0,1,6722.1,-7430.5,51.2673,1.46608,300,7,0,350,390,1,0,0,0),(85911,16346,530,1,1,0,1,6787.35,-7416.75,47.5715,0.314159,300,7,0,350,390,1,0,0,0),(85913,16346,530,1,1,0,1,6650.67,-7318.61,52.2613,4.30021,300,7,0,350,390,1,0,0,0),(85914,16346,530,1,1,0,1,6674.51,-7391.93,57.5551,3.57803,300,7,0,350,390,1,0,0,0),(85915,16346,530,1,1,0,1,6677.82,-7401.4,70.5784,6.24828,300,7,0,350,390,1,0,0,0),(85921,16345,530,1,1,0,1,6583.17,-7369.65,57.0093,3.9774,300,7,0,377,408,1,0,0,0),(85922,16346,530,1,1,0,1,6584.42,-7380.13,58.6475,6.18913,300,7,0,350,390,1,0,0,0),(85924,16345,530,1,1,0,1,6500.58,-7455.83,86.2448,2.23402,300,7,0,377,408,1,0,0,0),(85925,16346,530,1,1,0,1,6506.88,-7452.85,73.14,5.11381,300,7,0,350,390,1,0,0,0),(85926,16358,530,1,1,0,1,6518.6,-7437.8,86.2023,0.837758,120,0,0,1516,980,0,0,0,0),(85927,16345,530,1,1,0,1,6557.22,-7415.19,65.6479,5.95433,300,7,0,377,408,1,0,0,0),(85928,16345,530,1,1,0,1,6710.4,-7354.21,53.1388,4.31142,300,7,0,377,408,1,0,0,0),(85929,16345,530,1,1,0,1,6634.08,-7363.21,54.5565,2.75762,300,7,0,377,408,1,0,0,0),(85930,16345,530,1,1,0,1,6662.5,-7385.84,70.557,1.55334,300,7,0,377,408,1,0,0,0),(85931,16346,530,1,1,0,1,6660.45,-7390.41,57.6384,4.95674,300,7,0,350,390,1,0,0,0),(85932,16466,530,1,1,0,0,6616.9,-7363.12,54.8511,5.2709,120,0,0,57,0,0,0,0,0),(85933,16345,530,1,1,0,1,6611.01,-7342.15,53.784,3.64281,300,7,0,377,408,1,0,0,0),(85934,16333,530,1,1,0,1,6841.58,-7174.07,26.7287,4.95674,300,7,0,328,0,1,0,0,0),(85935,16333,530,1,1,0,1,6882.91,-7182.39,34.9994,1.0177,300,7,0,328,0,1,0,0,0),(85936,16333,530,1,1,0,1,6862.86,-7111.97,43.2595,6.19812,300,7,0,328,0,1,0,0,0),(85937,16333,530,1,1,0,1,6883.22,-7215.93,35.7572,3.83648,300,7,0,328,0,1,0,0,0),(85938,16333,530,1,1,0,1,6782.96,-7221.48,34.0388,2.14824,300,7,0,328,0,1,0,0,0),(85939,16333,530,1,1,0,1,6819.89,-7192.04,24.1579,4.09413,300,7,0,328,0,1,0,0,0),(85940,16333,530,1,1,0,1,6768.29,-7147.1,49.6312,0.471239,300,7,0,328,0,1,0,0,0),(85941,16333,530,1,1,0,1,6851.27,-7214.31,29.3614,0.618929,300,7,0,328,0,1,0,0,0),(85942,16333,530,1,1,0,1,6889.73,-7157.54,30.2629,2.73824,300,7,0,328,0,1,0,0,0),(85943,16333,530,1,1,0,1,6879.14,-7113.56,41.6345,0.108649,300,7,0,328,0,1,0,0,0),(85944,16333,530,1,1,0,1,6889.7,-7123.21,43.1345,2.37723,300,7,0,328,0,1,0,0,0),(85949,17436,530,1,1,0,0,-3823.79,-11492.5,324.743,2.16848,120,0,0,1782,0,0,0,0,0),(85950,17436,530,1,1,0,0,-3743.18,-11366,260.735,3.98577,120,0,0,1782,0,0,0,0,0),(85952,17436,530,1,1,0,0,-3649.9,-11422.5,319.11,2.30383,120,0,0,1782,0,0,0,0,0),(85955,17436,530,1,1,0,0,-3860.26,-11455.5,317.685,2.25183,120,0,0,1782,0,0,0,0,0),(85956,17436,530,1,1,0,0,-3776.22,-11438.4,320.176,5.23419,120,0,0,1782,0,0,0,0,0),(85957,17436,530,1,1,0,0,-3686.57,-11388.7,320.156,5.0091,120,0,0,1782,0,0,0,0,0),(85960,17436,530,1,1,0,0,-3689.78,-11343.7,234.952,6.26576,120,0,0,1782,0,0,0,0,0),(85962,17436,530,1,1,0,0,-3779.49,-11413.9,328.794,5.48893,120,0,0,1782,0,0,0,0,0),(85964,17436,530,1,1,0,0,-3830.65,-11443.6,305.552,4.44374,120,0,0,1782,0,0,0,0,0),(85966,17436,530,1,1,0,0,-3642.77,-11402,318.137,3.03687,120,0,0,1782,0,0,0,0,0),(85967,17436,530,1,1,0,0,-3649.57,-11385,318.278,3.735,120,0,0,1782,0,0,0,0,0),(85968,17436,530,1,1,0,0,-3666.82,-11378.6,318.582,4.32842,120,0,0,1782,0,0,0,0,0),(85969,17436,530,1,1,0,0,-3797.14,-11382.1,324.703,5.12661,120,0,0,1782,0,0,0,0,0),(85971,17436,530,1,1,0,0,-3740.3,-11442,318.458,1.93818,120,0,0,1782,0,0,0,0,0),(85972,17436,530,1,1,0,0,-3803.24,-11535.7,385.569,2.13608,120,0,0,1782,0,0,0,0,0),(85973,17436,530,1,1,0,0,-3778.74,-11411,305.187,1.43117,120,0,0,1782,0,0,0,0,0),(85975,17436,530,1,1,0,0,-3709.33,-11288.1,186.607,1.18191,120,0,0,1782,0,0,0,0,0),(85976,17436,530,1,1,0,0,-3655.85,-11318.4,209.754,3.1765,120,0,0,1782,0,0,0,0,0),(85977,17431,530,1,1,0,1,-3768.94,-11513.6,315.69,1.26838,300,0,0,2091,2117,0,0,0,0),(85978,21925,530,1,1,0,1,-1724.29,9213.63,82.5622,3.72584,300,0,0,6148,3155,0,0,0,0),(47044,25851,580,1,1,0,0,1931.45,566.535,32.1058,5.18363,604800,0,0,8042,3231,0,0,0,0),(84715,23373,530,1,1,0,0,748.466,6882.93,-64.1698,3.85811,25,0,0,6986,0,0,0,0,0),(85987,19443,530,1,1,0,1,-179.792,2839.99,23.6469,5.36435,120,0,0,20632,0,2,0,0,0),(85997,17794,530,1,1,0,0,-289.734,3702.48,58.242,1.3439,120,0,0,42,0,0,0,0,0),(85998,17795,530,1,1,0,0,-289.82,3702.63,58.2683,5.84685,120,0,0,42,0,0,0,0,0),(85999,19029,530,1,1,0,0,-290.141,3702.35,58.2253,0.558505,120,0,0,42,0,0,0,0,0),(86001,17062,530,1,1,0,0,-17.7019,3803.48,94.1632,5.48033,120,0,0,4979,0,0,0,0,0),(86002,16852,530,1,1,0,0,192.146,4150.55,73.6611,5.34071,120,0,0,4731,2790,0,0,0,0),(86006,20679,530,1,1,0,1,-530.683,4867.86,33.7291,2.35619,120,0,0,5556,2568,0,0,0,0),(86007,20677,530,1,1,0,1,-620.888,4861.63,41.501,0.366519,120,0,0,5556,2568,0,0,0,0),(86008,20678,530,1,1,0,1,-541.787,4734.32,38.7961,1.46608,120,0,0,3367,2568,0,0,0,0),(12859,23386,530,1,1,0,1,2726.33,7269.77,368.585,1.61556,600,0,0,6986,0,0,0,0,0),(86010,17039,530,1,1,0,0,-1152.51,4264.08,14.2766,5.59628,120,0,0,6705,0,0,0,0,0),(86017,19032,530,1,1,0,0,-471.336,3451.02,36.0257,0.680678,120,0,0,42,0,0,0,0,0),(86018,17795,530,1,1,0,0,-471.182,3450.67,36.0342,0.506145,120,0,0,42,0,0,0,0,0),(86019,17794,530,1,1,0,0,-471.013,3450.6,36.0343,1.36136,120,0,0,42,0,0,0,0,0),(86020,17794,530,1,1,0,0,-185.016,3476.79,39.6219,0.610865,120,0,0,42,0,0,0,0,0),(86021,19028,530,1,1,0,0,-185.152,3476.81,39.5922,0.0872665,120,0,0,42,0,0,0,0,0),(86022,17795,530,1,1,0,0,-185.17,3476.9,39.5848,3.05433,120,0,0,42,0,0,0,0,0),(86023,20158,530,1,1,0,0,198.784,3470.29,63.9496,1.3439,120,0,0,5914,0,0,0,0,0),(86024,17004,530,1,1,0,0,235.941,2834.89,179.823,3.59538,120,0,0,2533,0,0,0,0,0),(86025,17002,530,1,1,0,1,236.474,2831.26,179.852,3.71755,120,0,0,2227,2241,0,0,0,0),(86026,19259,530,1,1,0,0,79.9474,2524.5,62.1032,2.35619,120,0,0,3052,0,0,0,0,0),(86027,19259,530,1,1,0,0,58.8273,2518.12,61.2764,4.93928,120,0,0,3052,0,0,0,0,0),(86028,19259,530,1,1,0,0,77.6029,2512.58,59.3627,1.0472,120,0,0,3052,0,0,0,0,0),(86029,19259,530,1,1,0,0,62.657,2519.33,61.4867,2.23402,120,0,0,3052,0,0,0,0,0),(86030,19259,530,1,1,0,0,83.5677,2514.71,59.7037,2.35619,120,0,0,3052,0,0,0,0,0),(86031,19259,530,1,1,0,0,118.939,2517.13,62.4297,2.23402,120,0,0,3052,0,0,0,0,0),(86032,19259,530,1,1,0,0,92.5013,2518.68,60.2694,1.0472,120,0,0,3052,0,0,0,0,0),(86033,19259,530,1,1,0,0,85.9302,2514.93,59.8124,6.17846,120,0,0,3052,0,0,0,0,0),(86034,19259,530,1,1,0,0,106.446,2528.48,62.5813,2.35619,120,0,0,3052,0,0,0,0,0),(86035,19259,530,1,1,0,0,72.2795,2527.24,62.9438,1.95286,120,0,0,3052,0,0,0,0,0),(86036,19259,530,1,1,0,0,58.6991,2521.19,61.9544,6.17846,120,0,0,3052,0,0,0,0,0),(86037,19445,530,1,1,0,0,-365.884,992.767,54.2785,5.61996,120,0,0,5228,0,0,0,0,0),(86039,21134,530,1,1,0,0,-1166.79,1910.94,81.9625,1.63391,120,0,0,249,0,0,0,0,0),(6751,721,0,1,1,4626,0,-9726.11,-2153.46,59.4309,0.755662,300,10,0,1,0,1,0,0,0),(144504,15325,509,1,1,0,0,-8767.31,1593.83,21.4998,4.62827,7200,0,0,1,0,2,0,0,0),(86049,16977,530,1,1,0,1,-1311.58,2767.75,-27.0801,4.59022,120,0,0,5158,2486,0,0,0,0),(86050,17060,530,1,1,0,0,-1308.77,2773.61,-26.9757,4.18879,120,0,0,1524,0,0,0,0,0),(86051,17060,530,1,1,0,0,-1309.69,2772.95,-26.9656,4.50295,120,0,0,1524,0,0,0,0,0),(86052,17060,530,1,1,0,0,-1310.33,2773.99,-26.9356,4.7822,120,0,0,1524,0,0,0,0,0),(86053,20866,552,3,1,0,0,221.871,-152.577,-10.1123,3.94511,86400,0,0,1,12620,2,0,0,0),(1955014,30474,571,1,256,0,0,7975.86,-2724.91,1137.35,4.2892,60,0,0,63000,19970,0,0,0,0),(45833,27354,571,1,1,0,0,4085.38,-2916.55,278.035,5.02655,300,0,0,1,0,0,0,0,0),(45832,27354,571,1,1,0,0,4156.48,-2964,283.862,6.0912,300,0,0,1,0,0,0,0,0),(62741,31804,621,1,1,0,1,14.0833,1.95972,18.8097,3.735,120,0,0,1,0,0,0,0,0),(86058,20869,552,3,1,0,0,395.413,18.1948,48.296,2.49582,86400,0,0,1,0,0,0,0,0),(86057,20869,552,3,1,0,0,255.498,158.914,22.3619,5.41052,86400,0,0,1,0,0,0,0,0),(86056,20869,552,3,1,0,0,253.942,131.881,22.395,0.767945,86400,0,0,1,0,0,0,0,0),(86055,20869,552,3,1,0,0,336.514,27.4267,48.426,3.83972,86400,0,0,1,0,0,0,0,0),(86054,20869,552,3,1,0,0,264.286,-61.3211,22.4534,5.28835,86400,0,0,1,0,0,0,0,0),(51781,9299,1,1,1,0,0,-6948.18,-3939.48,31.4876,1.98427,430,0,0,4120,0,0,0,0,0),(68112,18965,530,1,1,0,1,-269.932,1083.3,48.2155,1.5708,30,0,0,12652,0,0,0,0,0),(68111,18965,530,1,1,0,1,-269.663,1086.26,46.2537,1.5708,30,0,0,12652,0,0,0,0,0),(68025,18950,530,1,1,0,1,-242.321,1097.96,41.6667,1.5708,30,0,0,12652,0,0,0,0,0),(68024,18950,530,1,1,0,1,-233.684,1098.06,41.6667,1.5708,30,0,0,12652,0,0,0,0,0),(68022,18950,530,1,1,0,1,-251.015,1097.87,41.7916,1.5708,30,0,0,12652,0,0,0,0,0),(68020,18950,530,1,1,0,1,-246.297,1097.92,41.6667,1.5708,30,0,0,12652,0,0,0,0,0),(68018,18950,530,1,1,0,1,-237.898,1098.01,41.6667,1.5708,30,0,0,12652,0,0,0,0,0),(31444,4341,1,1,1,1080,0,-2973.35,-3138.91,29.7209,3.18657,360,10,0,1403,0,1,0,0,0),(54697,12217,349,1,1,12345,0,727.906,-332.296,-50.7887,2.72271,86400,1,0,1238,0,1,0,0,0),(54696,12216,349,1,1,2452,0,683.27,-351.368,-52.095,0.20944,86400,1,0,1238,0,1,0,0,0),(86083,22331,530,1,1,0,1,-4151.43,545.892,13.3924,1.58127,300,0,0,5589,3155,0,0,0,0),(86084,22331,530,1,1,0,1,-4170.62,552.437,14.559,0.905822,300,0,0,5589,3155,0,0,0,0),(87844,4076,531,1,1,0,0,-9184.26,1699.1,-50.8381,3.6158,604800,5,0,1,0,1,0,0,0),(87843,4076,531,1,1,0,0,-9174.12,2027.8,-60.8063,0.0840705,604800,5,0,1,0,1,0,0,0),(87842,4076,531,1,1,0,0,-9117.44,1379.47,-106.454,5.96829,604800,5,0,1,0,1,0,0,0),(87841,4076,531,1,1,0,0,-9068,1884.9,-43.8225,2.85069,604800,5,0,1,0,1,0,0,0),(120997,32262,571,1,1,10631,1,8163.59,2059.63,550.596,3.76863,80,0,0,9740,8636,0,0,0,0),(86093,22331,530,1,1,0,1,-4274.06,388.016,79.4586,4.16341,300,0,0,5589,3155,0,0,0,0),(86094,22331,530,1,1,0,1,-4279.03,390.894,79.5059,4.16341,300,0,0,5589,3155,0,0,0,0),(86095,22331,530,1,1,0,1,-4266.01,403.295,79.728,1.16058,300,0,0,5589,3155,0,0,0,0),(86096,22331,530,1,1,0,1,-4271.34,406.059,79.6921,0.950088,300,0,0,5589,3155,0,0,0,0),(29096,17407,530,1,1,17055,0,-3467.69,2356.2,65.1685,0,3600,0,0,4979,0,0,0,0,0),(86101,22102,530,1,1,0,1,-4575.52,1672.71,176.243,0.0361352,300,0,0,5409,0,0,0,0,0),(86102,22102,530,1,1,0,1,-4575.32,1667.37,176.243,0.0361352,300,0,0,5409,0,0,0,0,0),(86103,21648,530,1,1,0,0,-3981.94,1200.4,108.263,4.66527,300,0,0,13972,0,2,0,0,0),(45924,8921,230,1,1,8180,0,481,-108.655,-62.9098,0.712075,7200,5,0,2672,0,1,0,0,0),(45923,8890,230,1,1,8758,1,515.504,-86.7094,-62.5583,0.069813,7200,0,0,6414,0,0,0,0,0),(12744,23337,564,1,1,18251,1,599.842,387.937,112.822,0.401426,604800,0,0,206640,0,0,0,0,0),(12743,23330,564,1,1,21547,1,626.741,854.619,64.869,4.11898,604800,0,0,140728,48465,0,0,0,0),(12742,23330,564,1,1,21547,1,604.079,772.641,71.259,1.09956,604800,0,0,140728,48465,0,0,0,0),(12741,23330,564,1,1,21547,1,623.249,779.821,71.3502,2.74017,604800,0,0,140728,48465,0,0,0,0),(84721,24436,530,1,1,0,1,-1609.25,5333.81,-40.2091,0.477538,180,0,0,3524,0,0,0,0,0),(3433,3099,1,1,1,381,0,728.011,-4828.39,30.3341,2.08059,300,5,0,120,0,1,0,0,0),(84722,24393,530,1,1,0,0,-1609.3,5328.65,-39.5993,2.08994,180,0,0,3728,0,0,0,0,0),(12740,23330,564,1,1,21547,1,770.716,878.097,68.9106,2.32999,604800,50,0,140728,48465,1,0,0,0),(86138,23484,530,1,1,0,0,-1701.47,5514.42,-8.52183,3.71573,300,0,0,6986,0,0,0,0,0),(86139,21797,530,1,1,0,1,-4552.37,1015.79,10.8787,0.695724,300,0,0,29500,20681,0,0,0,0),(6761,721,0,1,1,4626,0,-9642.26,-2925.89,49.7281,3.24515,300,5,0,1,0,1,0,0,0),(274,679,0,1,1,536,1,-12469.5,-986.406,49.377,5.28402,1800,0,0,1579,1432,0,0,0,0),(273,679,0,1,1,536,1,-12464.3,-989.308,49.9095,3.83972,1800,0,0,1579,1432,0,0,0,0),(185,1151,0,1,1,2548,0,-11595,1265.73,1.77801,0.603209,300,5,0,1403,0,1,0,0,0),(184,4631,0,1,1,7106,1,-14298.2,539.636,8.9337,4.79965,300,0,0,1342,0,0,0,0,0),(182,4624,0,1,1,7102,1,-14305,433.285,29.2265,1.39626,300,0,0,22758,0,0,0,0,0),(178,4624,0,1,1,7102,1,-14478.6,428.314,34.249,0.605178,300,0,0,22758,0,0,0,0,0),(165,4624,0,1,1,7104,1,-14466.6,447.94,15.5059,1.50098,300,0,0,22758,0,0,0,0,0),(164,4624,0,1,1,7104,1,-14442.6,454.548,3.72366,0.523599,300,0,0,22758,0,0,0,0,0),(86154,100,0,1,1,0,1,-10017,654.089,37.149,5.412,7200,10,0,247,0,1,0,0,0),(86156,802,0,1,1,0,0,-9511,-1286,44.145,3.789,939,0,0,42,0,0,0,0,0),(86157,800,0,1,1,0,0,-9504,-1286,43.067,4.472,318,0,0,42,0,0,0,0,0),(86158,798,0,1,1,0,0,-9497,-1274,43.456,0.703,939,0,0,42,0,0,0,0,0),(86159,799,0,1,1,0,0,-9487,-1254,43.483,1.865,318,0,0,42,0,0,0,0,0),(41657,22807,530,1,1,0,0,-4289.68,4543.89,-58.8092,1.20971,480,5,0,6986,0,1,0,0,0),(68454,22991,530,1,1,0,0,-4184.98,3044.71,352.394,1.81514,180,0,0,4120,0,0,0,0,0),(81653,23007,530,1,1,0,0,-2062.86,8626.81,23.37,3,300,0,0,13716,8115,0,0,0,0),(86164,60,0,1,1,0,1,-9250.89,-708.187,62.9,1.5507,444,0,0,148,165,0,0,0,0),(86166,13435,0,1,1,0,0,-8810,641.539,94.229,3.236,840,0,0,1003,0,0,0,0,0),(86167,13436,0,1,1,0,0,-8807,635.279,94.229,4.162,840,0,0,1003,0,0,0,0,0),(86169,15310,0,1,1,0,0,-8596,739.708,101.904,2.749,318,0,0,42,0,0,0,0,0),(86170,1130,0,1,1,0,0,-5798,-938,393.646,1.187,7200,30,0,247,0,1,0,0,0),(86171,6113,0,1,1,0,1,-5780,431.391,426.595,0.937,498,0,0,222,0,0,0,0,0),(86172,1119,0,1,1,0,1,-5561,-1717,372.298,3.159,2244,0,0,321,0,0,0,0,0),(86173,12371,0,1,1,0,0,-5529,-1344,398.664,0.705,318,0,0,42,0,0,0,0,0),(86174,12370,0,1,1,0,0,-5499,-1322,397.516,4.034,318,0,0,42,0,0,0,0,0),(86176,2870,0,1,1,0,0,-5206,-479,387.736,2.214,678,0,0,521,0,0,0,0,0),(48250,29999,571,1,1,0,0,6500.87,-1746.74,490.478,6.0912,300,0,0,484,0,0,0,0,0),(86181,1365,0,1,1,0,0,-4935,-955,501.578,4.503,480,0,0,198,0,0,0,0,0),(86182,13433,0,1,1,13349,0,-4923.96,-980.013,501.554,0.994838,180,0,0,1003,0,0,0,0,0),(83242,26113,1,1,1,23790,1,1917.02,-4341.81,20.658,5.61996,300,0,0,3237,0,0,0,0,0),(86184,13444,0,1,1,13369,1,-4914.36,-976.11,501.453,1.93731,180,0,0,1003,0,0,0,0,0),(86185,13000,0,1,1,0,1,-4762,-1701,503.324,1.843,570,0,0,328,0,0,0,0,0),(86186,13000,0,1,1,0,1,-4754,-1644,503.408,5.62,570,0,0,328,0,0,0,0,0),(86187,13000,0,1,1,0,1,-4747,-1702,503.324,3.885,570,0,0,328,0,0,0,0,0),(86188,13000,0,1,1,0,1,-4739,-1705,503.408,5.253,570,0,0,328,0,0,0,0,0),(86189,13000,0,1,1,0,1,-4726,-1705,503.324,2.173,570,0,0,328,0,0,0,0,0),(86191,12047,0,1,1,0,1,-4492,-1582,509.005,3.935,1290,7,0,2614,0,1,0,0,0),(3277,7028,0,1,1,6048,1,-7620.57,-785.899,190.854,0.541052,500,0,0,2550,5206,0,0,0,0),(48361,10480,289,1,1,10978,0,249.715,-5.97765,85.1057,3.1765,86400,0,0,3876,0,0,0,0,0),(11564,20424,560,3,1,341,1,1774.18,587.21,30.3477,3.03438,86400,0,0,198,0,0,0,0,0),(11563,20424,560,3,1,341,1,1784.27,599.747,30.3477,0.811705,86400,0,0,198,0,0,0,0,0),(11562,20424,560,3,1,341,1,1765.55,600.839,30.3477,5.80684,86400,0,0,198,0,0,0,0,0),(11561,20424,560,3,1,341,1,1754.3,606.862,30.3477,4.74655,86400,0,0,198,0,0,0,0,0),(11560,20424,560,3,1,341,1,1754.98,617.196,30.3477,3.22288,86400,0,0,198,0,0,0,0,0),(11559,20424,560,3,1,341,1,1764.42,615.622,30.3477,3.0226,86400,0,0,198,0,0,0,0,0),(11511,20424,560,3,1,341,1,1783.72,613.316,30.3477,3.6038,86400,0,0,198,0,0,0,0,0),(11502,20424,560,3,1,341,1,2343.28,861.374,55.2275,2.26429,86400,0,0,198,0,0,0,0,0),(11501,20424,560,3,1,341,1,2324.16,856.581,56.3119,1.54565,86400,0,0,198,0,0,0,0,0),(11499,20424,560,3,1,341,1,2312.95,859.469,55.9213,1.17652,86400,0,0,198,0,0,0,0,0),(11488,20424,560,3,1,341,1,2304,864.712,56.2951,0.830942,86400,0,0,198,0,0,0,0,0),(11424,20424,560,3,1,341,1,2297.3,883.926,54.4085,0.143718,86400,0,0,198,0,0,0,0,0),(11420,20424,560,3,1,341,1,2339.86,894.909,57.6643,3.92934,86400,0,0,198,0,0,0,0,0),(11417,20424,560,3,1,341,1,2329.28,896.193,57.665,1.8284,86400,0,0,198,0,0,0,0,0),(163,4624,0,1,1,7103,1,-14461.7,478.294,26.8603,3.50811,300,0,0,22758,0,0,0,0,0),(3432,3099,1,1,1,381,0,47.2036,-4713.72,30.2001,4.72959,300,10,0,120,0,1,0,0,0),(3431,12430,1,1,1,12477,1,170.596,-4769.92,14.4874,4.29351,300,0,0,137,0,0,0,0,0),(3430,11178,1,1,1,10697,1,2051.84,-4794.39,23.2673,5.35816,300,0,0,2980,0,0,0,0,0),(3414,22836,530,1,1,0,0,-2080.21,8556.21,22.7558,0.754017,25,0,0,41,60,0,0,0,0),(98827,6491,571,1,4294967295,0,0,6615.95,-4797.55,450.522,0.823739,60,0,0,4120,0,0,0,0,0),(3429,11177,1,1,1,10696,1,2048.8,-4799.86,22.8961,6.00393,300,0,0,3082,0,0,0,0,0),(86234,15354,1,1,1,0,1,1657.86,-4432.84,17.4795,2.02458,840,0,0,955,0,0,0,0,0),(86233,13430,0,1,1,13345,0,1630.85,219.424,-43.0193,2.16421,180,0,0,1003,0,0,0,0,0),(86237,14480,1,1,1,0,0,1660.02,-4391,23.268,4.771,480,0,0,198,0,0,0,0,0),(152259,21789,530,1,1,0,0,-2725.63,2712.66,122.433,5.20108,300,0,0,1,0,0,0,0,0),(10996,6231,0,1,1,0,0,-4925.46,827.751,247.47,4.58277,25,0,0,787,0,0,0,0,0),(3428,11176,1,1,1,10695,1,2055.53,-4802.11,22.4662,5.95157,300,0,0,3189,0,0,0,0,0),(3427,11378,1,1,1,12089,0,-611.587,-4322.08,40.0927,1.16937,200,0,0,86,0,0,0,0,0),(3426,9317,1,1,1,8631,1,2045.53,-4753.81,29.2431,1.11701,300,0,0,573,0,0,0,0,0),(3425,5890,1,1,1,1128,0,-921.403,-4296.98,77.538,0.947639,120,5,0,42,0,1,0,0,0),(3424,5890,1,1,1,1127,0,-865.239,-4273.11,78.1182,2.10721,120,5,0,42,0,1,0,0,0),(3423,5891,1,1,1,12110,0,-877.79,-4290.36,72.7066,0.541052,300,0,0,328,0,0,0,0,0),(3422,14727,1,1,1,14759,0,1451.64,-4209.35,43.6451,5.53269,300,0,0,1220,0,0,0,0,0),(3421,14726,1,1,1,14757,0,1794.68,-4572.71,22.8627,0.925025,300,0,0,1220,0,0,0,0,0),(3420,5910,1,1,1,4546,1,1717.78,-4200.11,51.7367,4.43314,300,0,0,328,0,0,0,0,0),(3419,5909,1,1,1,4545,0,1839.54,-4340.73,-15.4344,3.59538,300,0,0,1753,0,0,0,0,0),(3418,5892,1,1,1,4534,1,1920.95,-4212.99,42.1782,5.41052,300,0,0,328,0,0,0,0,0),(3417,5887,1,1,1,4532,0,-630.02,-4204.55,38.2173,5.44543,300,0,0,156,0,0,0,0,0),(3416,11943,1,1,1,11901,0,-638.159,-4237.94,38.2173,0.017453,200,0,0,102,0,0,0,0,0),(3415,3216,1,1,1,3754,1,1800.66,-4374.51,-17.3475,4.57276,300,0,0,1536,0,0,0,0,0),(3412,3108,1,1,1,999,0,1222.43,-5089.12,-3.29107,5.71349,300,5,0,176,0,1,0,0,0),(3411,3108,1,1,1,999,0,1487.26,-4952.2,-3.71864,2.51294,300,5,0,176,0,1,0,0,0),(28407,462,0,1,1,0,0,-10416.1,1244.29,47.9231,1.12112,93600,10,0,787,0,1,0,0,0),(3410,3108,1,1,1,999,0,1511.56,-5023.87,-6.71243,4.33255,300,5,0,176,0,1,0,0,0),(3409,3108,1,1,1,999,0,1374.44,-4985.78,-1.71755,3.33825,300,5,0,176,0,1,0,0,0),(3408,3108,1,1,1,999,0,1323.36,-5044.44,-6.26821,0.590526,300,5,0,176,0,1,0,0,0),(3407,3108,1,1,1,999,0,1417.86,-4939.62,1.00858,1.57568,300,5,0,176,0,1,0,0,0),(86263,15351,0,1,1,0,0,-5050.1,-1270.2,510.325,6.13428,300,0,0,30520,0,0,0,0,0),(3406,3108,1,1,1,999,0,1255.65,-5052.54,-0.46814,0.051609,300,5,0,176,0,1,0,0,0),(3405,3108,1,1,1,999,0,1450.27,-4973.23,-10.5372,1.27129,300,5,0,176,0,1,0,0,0),(3404,3108,1,1,1,999,0,1271.97,-5022.56,0.621942,3.59418,300,5,0,176,0,1,0,0,0),(3403,3125,1,1,1,2486,0,-663.184,-4903.87,30.8102,5.48121,200,10,0,102,0,1,0,0,0),(30116,6223,90,1,1,6982,1,-617.462,370.696,-247.188,2.68781,86400,3,0,2250,0,1,0,0,0),(30115,6223,90,1,1,6981,1,-511.379,263.088,-207.823,4.86947,86400,2,0,2250,0,1,0,0,0),(86277,8506,369,1,1,0,0,-45.0608,163.213,-3.53676,1.45299,318,0,0,42,0,0,0,0,0),(86278,8506,369,1,1,0,0,4.6351,314.627,-47.698,1.72643,318,0,0,42,0,0,0,0,0),(54695,12216,349,1,1,2452,0,678.345,-349.311,-52.2441,0.610865,86400,1,0,1238,0,1,0,0,0),(135495,16460,532,1,1,16549,0,-10829.7,-1960.09,93.442,1.09956,604800,0,0,32166,16155,0,0,0,0),(30114,6233,90,1,1,6978,0,-445.739,235.804,-207.823,3.83972,86400,2,0,3412,0,1,0,0,0),(23963,6233,90,1,1,6978,0,-639.608,353.948,-255.521,1.41372,86400,3,0,3412,0,1,0,0,0),(19225,6233,90,1,1,6978,0,-474.707,281.476,-211.459,4.66003,86400,3,0,3412,0,1,0,0,0),(17971,6233,90,1,1,6978,0,-560.926,311.901,-213.461,1.2258,86400,3,0,3412,0,1,0,0,0),(86292,14481,0,1,1,0,0,-8864.46,658.466,96.5078,5.47143,480,0,0,198,0,0,0,0,0),(3402,3125,1,1,1,2486,0,-344.096,-4845.91,39.8805,4.78467,200,10,0,102,0,1,0,0,0),(3276,7028,0,1,1,6048,1,-7593.33,-778.441,190.968,3.15905,500,0,0,2550,5206,0,0,0,0),(3275,7028,0,1,1,6048,1,-7603.77,-793.267,190.905,1.8675,500,0,0,2550,5206,0,0,0,0),(3274,7026,0,1,1,6046,1,-8118.99,-1551.55,133.712,0.403249,500,10,0,2470,5013,1,0,0,0),(86300,3581,0,1,1,0,0,-8560.69,486.619,85.8912,2.29404,8400,0,0,17720,0,0,0,0,0),(86301,3581,0,1,1,0,0,-8783.6,487.416,85.8914,0.528863,8400,0,0,17720,0,0,0,0,0),(3401,3125,1,1,1,2486,0,-848.249,-4618.33,44.8452,3.47964,200,10,0,102,0,1,0,0,0),(3400,3125,1,1,1,2486,0,-284.233,-4857.56,34.3123,4.82708,200,10,0,102,0,1,0,0,0),(3399,3125,1,1,1,2486,0,-688.159,-4987.74,19.7873,1.46316,200,10,0,102,0,1,0,0,0),(11004,19178,0,1,1,6232,0,1626.7,222.7,-43.1027,1.01229,43200,0,0,42,0,0,0,0,0),(11003,19178,0,1,1,4069,0,1627.8,224.57,-43.1026,4.15388,43200,0,0,42,0,0,3,0,0),(11002,19178,0,1,1,4069,0,1574.55,267.583,-43.0193,3.76991,43200,0,0,42,0,0,0,0,0),(11001,19178,0,1,1,6232,0,1573.04,265.955,-43.1027,0.593412,43200,0,0,42,0,0,3,0,0),(3398,3125,1,1,1,2486,0,188.641,-5019.8,12.6547,1.27263,200,10,0,102,0,1,0,0,0),(3397,3125,1,1,1,2486,0,197.564,-4969.24,13.6588,5.01189,200,10,0,102,0,1,0,0,0),(3396,3142,1,1,1,1877,1,287.265,-4724.88,13.2142,5.2709,300,0,0,417,0,0,0,0,0),(3395,4047,1,1,1,4514,1,1914.65,-4226.58,42.1789,0.663225,300,0,0,4370,0,0,0,0,0),(3394,10540,1,1,1,10357,1,1934.06,-4162.26,40.995,2.18166,43200,0,0,5578000,68128,0,0,0,0),(86322,12364,0,1,1,0,0,-5459.66,-623.126,393.514,0.515859,318,0,0,42,0,0,0,0,0),(86323,12368,0,1,1,0,0,-5454.32,-612.649,394.478,4.66003,318,0,0,42,0,0,0,0,0),(31428,4323,1,1,1,715,0,-4915.72,-3424.95,35.5163,0.573919,360,10,0,1751,0,1,0,0,0),(53942,14869,0,1,1,0,0,-9554.05,125.139,59.0065,1.47803,180,5,0,42,0,1,0,0,0),(70515,20520,530,1,1,0,0,3719.42,2447.69,104.158,6.20298,600,0,0,7181,0,0,0,0,0),(3393,5941,1,1,1,4609,1,-1067.89,-4778.09,17.4449,0.331613,300,0,0,300,0,0,0,0,0),(94479,23762,530,1,1,0,1,6735.54,-7559.46,127.102,1.57651,900,0,0,4890,0,0,0,0,0),(3392,3101,1,1,1,1185,1,-168.068,-4403.07,77.5404,0.585295,200,5,0,69,79,1,0,0,0),(12739,23330,564,1,1,21546,1,778.735,851.111,73.4507,0.871723,604800,50,0,140728,48465,1,0,0,0),(86336,6208,0,1,1,0,1,-4964.89,728.935,257.767,6.2644,1677,0,0,734,0,0,0,0,0),(86337,6208,0,1,1,0,1,-4994.64,731.707,256.39,3.05564,1677,0,0,734,0,0,0,0,0),(86338,6208,0,1,1,0,1,-5165.83,910.628,257.177,1.78203,1677,0,0,734,0,0,0,0,0),(86339,6209,0,1,1,0,0,-5146.4,880.43,252.803,5.11306,1704,0,0,2250,0,0,0,0,0),(86340,6209,0,1,1,0,0,-4925.73,670.234,249.393,2.73331,1704,0,0,2250,0,0,0,0,0),(86341,6209,0,1,1,0,0,-5077.93,849.784,253.54,5.82777,1704,0,0,2250,0,0,0,0,0),(86342,6209,0,1,1,0,0,-4912.11,763.749,249.395,4.90494,1704,0,0,2250,0,0,0,0,0),(86343,6210,0,1,1,0,1,-4983.13,729.05,256.341,3.78899,1623,0,0,664,0,0,0,0,0),(86344,6210,0,1,1,0,1,-5090.76,787.029,260.544,4.55975,1623,0,0,664,0,0,0,0,0),(86345,6210,0,1,1,0,1,-5162.78,877.911,256.576,1.9147,1623,0,0,664,0,0,0,0,0),(86346,6213,0,1,1,0,1,-5059.66,772.96,260.553,1.90588,1650,0,0,582,1236,0,0,0,0),(86347,6213,0,1,1,0,1,-4997.97,714.257,260.531,3.09089,1650,0,0,582,1236,0,0,0,0),(86348,6213,0,1,1,0,1,-5082.4,832.847,257.177,3.04371,1650,0,0,582,1236,0,0,0,0),(86349,6213,0,1,1,0,1,-5151.02,850.722,255.082,5.7078,1650,0,0,582,1236,0,0,0,0),(86350,6213,0,1,1,0,1,-4934.21,728.064,261.645,1.31173,1650,0,0,582,1236,0,0,0,0),(86352,7732,0,1,1,0,0,-4926.19,831.139,247.469,0.353555,318,0,0,42,0,0,0,0,0),(86353,7732,0,1,1,0,0,-4933.86,822.889,247.469,2.17567,318,0,0,42,0,0,0,0,0),(86354,801,0,1,1,0,0,-9511.31,-1285.64,44.1448,3.93122,318,0,0,42,0,0,0,0,0),(53631,13429,0,1,1,13346,0,1629.23,218.479,-43.0193,2.21657,180,0,0,1003,0,0,0,0,0),(86356,8320,0,1,1,0,1,-5100.64,750.289,260.634,0.05236,804,0,0,896,0,0,0,0,0),(86357,18648,530,1,1,0,0,-2049.32,3821.27,2.08482,3.47382,2500,0,0,20002,0,0,0,0,0),(3391,3296,1,1,1,4602,1,1690.52,-4262.62,53.7757,2.61799,300,0,0,15952,0,0,0,0,0),(202610,17259,543,3,1,0,1,-1217.83,1463.56,68.5754,1.84457,86400,5,0,1,0,1,0,0,0),(202609,17259,543,3,1,0,1,-1216.89,1545.05,68.6415,0.488692,86400,0,0,1,0,0,0,0,0),(202608,17259,543,3,1,0,1,-1207.7,1533.9,68.6406,0.680678,86400,0,0,1,0,0,0,0,0),(202607,17259,543,3,1,0,1,-1206.08,1440.92,68.6282,2.16421,86400,0,0,1,0,0,0,0,0),(69871,19389,565,1,1,0,1,109.885,283.228,2.01115,4.39862,604800,0,0,206640,0,0,0,0,0),(65618,19389,565,1,1,0,1,125.596,348.753,6.45195,4.19147,604800,0,0,206640,0,0,0,0,0),(86366,16593,540,3,1,0,0,309.952,-85.0858,1.91646,6.28175,86400,0,0,20259,0,0,0,0,0),(86368,17695,540,3,1,0,1,521.549,134.203,1.93278,1.66124,86400,0,0,20259,0,0,0,0,0),(86369,17622,540,3,1,0,1,522.562,218.903,1.92645,1.57014,86400,0,0,8451,0,0,0,0,0),(86370,17622,540,3,1,0,1,518.124,218.962,1.92134,1.57014,86400,0,0,8451,0,0,0,0,0),(79544,17816,547,3,1,0,0,1.50067,-209.725,-1.56011,2.21265,86400,1,0,15489,0,1,0,0,0),(86372,17885,546,3,1,0,1,296.697,-362.373,50.1506,5.5676,360,0,0,4572,2705,0,0,0,0),(69728,21846,530,1,1,0,1,-3766.29,5062.47,-18.9817,3.57792,300,0,0,6986,0,0,0,0,0),(138228,17371,542,3,1,0,0,494.46,7.58925,9.54249,2.87616,86400,0,0,10472,5875,0,0,0,0),(3390,3296,1,1,1,4601,1,1479.39,-4406.25,25.3187,0.017453,300,0,0,15952,0,0,0,0,0),(135705,16525,532,1,1,16241,0,-11295.6,-1893.52,240.47,3.46127,604800,5,0,30160,0,1,0,0,0),(3389,3296,1,1,1,4260,1,1775.07,-4319.91,-7.87855,5.60251,300,0,0,15952,0,0,0,0,0),(162,4624,0,1,1,7103,1,-14448.4,409.794,25.1044,1.5708,300,0,0,22758,0,0,0,0,0),(3388,3296,1,1,1,4260,1,1902.63,-4628.79,33.9763,0.593412,300,0,0,15952,0,0,0,0,0),(17696,1957,0,1,1,1994,1,805.721,192.1,33.5771,2.33874,275,0,0,356,0,0,0,0,0),(161,4624,0,1,1,7104,1,-14488.5,460.438,30.7151,0.069813,300,0,0,22758,0,0,0,0,0),(160,4624,0,1,1,7103,1,-14286.5,540.747,8.91942,1.97222,300,0,0,22758,0,0,0,0,0),(13357,2110,129,1,1,0,0,2529.98,1044.96,46.5896,5.9076,86400,5,0,1,0,1,0,0,0),(83301,18309,557,3,1,19778,1,-66.9724,-20.2131,-0.95298,1.33097,86400,0,0,16574,0,2,0,0,0),(3273,7025,0,1,1,6045,1,-8186.67,-1697.44,141.747,5.81639,500,5,0,3529,0,1,0,0,0),(3272,7027,0,1,1,6047,1,-8118.61,-1490.64,133.023,4.69715,500,5,0,3644,0,1,0,0,0),(3271,7025,0,1,1,6045,1,-8023.91,-1573.1,132.595,0.331613,500,0,0,3529,0,0,0,0,0),(3270,7026,0,1,1,6046,1,-8086.34,-1725.5,132.032,4.64049,500,5,0,2470,5013,1,0,0,0),(3269,7027,0,1,1,6047,1,-8092.27,-1901.63,147.753,4.84921,500,5,0,3644,0,1,0,0,0),(3268,7025,0,1,1,6045,1,-8088.2,-1895.17,149.054,3.81964,500,5,0,3529,0,1,0,0,0),(3267,7034,0,1,1,11550,1,-7755.29,-2454.65,146.468,3.48984,500,5,0,2751,1864,1,0,0,0),(3266,7034,0,1,1,11550,1,-7891.02,-2579.24,122.583,2.08875,500,3,0,2751,1864,1,0,0,0),(3265,7034,0,1,1,11550,1,-7972.61,-2657.63,169.108,3.83477,500,5,0,2751,1864,1,0,0,0),(38041,11320,389,1,1,0,0,-45.0298,-27.7645,-21.2917,1.70311,86400,5,0,819,0,1,0,0,0),(3264,7034,0,1,1,11550,1,-7914.43,-2559.97,124.077,0.707194,500,3,0,2751,1864,1,0,0,0),(135704,16525,532,1,1,16241,0,-11313,-1890.5,240.553,1.97222,604800,0,0,30160,0,0,0,0,0),(135703,16525,532,1,1,16241,0,-11319.2,-1915.57,240.47,0.729506,604800,5,0,30160,0,1,0,0,0),(135702,16525,532,1,1,16241,0,-11299.3,-1778.26,179.734,5.77688,604800,0,0,30160,0,2,0,0,0),(86423,16593,540,3,1,0,0,515.126,278.282,1.91803,1.70523,86400,0,0,20259,0,0,0,0,0),(86424,15708,0,1,1,0,1,-8813.4,654.195,96.0776,4.5185,3540,0,0,15260,0,0,0,0,0),(52415,15303,0,1,1,0,1,-9570.41,-10.6037,63.4679,1.47533,180,0,0,1220,0,0,0,0,0),(86427,16593,540,3,1,0,0,523.378,279.885,1.91803,1.54815,86400,0,0,20259,0,0,0,0,0),(3387,3296,1,1,1,4601,1,1481.77,-4427.79,25.3187,0.191986,300,0,0,15952,0,0,0,0,0),(138229,17477,542,3,1,0,0,489.518,5.51373,9.54353,1.96038,86400,0,0,4126,9944,0,0,0,0),(138230,17477,542,3,1,0,0,490.168,11.6964,9.54898,1.13336,86400,0,0,4126,9944,0,0,0,0),(138174,17371,542,3,1,0,0,327.262,30.5611,9.61686,4.68833,86400,0,0,10472,5875,2,0,0,0),(138231,17477,542,3,1,0,0,485.76,8.63405,9.54898,1.43024,86400,0,0,4126,9944,0,0,0,0),(138132,17398,542,3,1,0,1,412.728,85.7323,9.65141,0.141552,86400,0,0,6963,0,0,0,0,0),(138200,17491,542,3,1,0,1,480.502,180.017,9.61526,3.42991,86400,0,0,7479,0,0,0,0,0),(138201,17371,542,3,1,0,0,371.98,194.243,9.59956,5.36434,86400,0,0,10472,5875,0,0,0,0),(138203,17395,542,3,1,0,0,373.636,184.777,9.59848,1.15697,86400,0,0,10472,17625,0,0,0,0),(138209,17414,542,3,1,0,1,448.428,190.764,9.6054,1.01795,86400,0,0,10472,5875,0,0,0,0),(138202,17398,542,3,1,0,1,379.741,192.233,9.59787,3.36158,86400,0,0,7210,0,0,0,0,0),(138197,17414,542,3,1,0,1,345.706,198.519,11.139,1.6879,86400,0,0,10472,5875,0,0,0,0),(138198,17414,542,3,1,0,1,436.311,198.522,11.4389,1.34468,86400,0,0,10472,5875,0,0,0,0),(138194,17414,542,3,1,0,1,317.15,189.009,10.0509,1.88412,86400,0,0,10472,5875,0,0,0,0),(86452,16593,540,3,1,0,0,416.451,318.995,1.93875,3.21234,86400,0,0,20259,0,0,0,0,0),(86453,16593,540,3,1,0,0,416.16,312.807,1.94077,3.20841,86400,0,0,20259,0,0,0,0,0),(86454,17695,540,3,1,0,1,343.544,320.971,1.91699,3.16915,86400,0,0,20259,0,0,0,0,0),(86455,17695,540,3,1,0,1,342.917,310.972,1.91699,3.14166,86400,0,0,20259,0,0,0,0,0),(86456,17622,540,3,1,0,1,107.171,263.394,-13.223,3.11652,86400,0,0,8451,0,0,0,0,0),(86457,17622,540,3,1,0,1,106.153,270.77,-13.223,3.11259,86400,0,0,8451,0,0,0,0,0),(86458,16593,540,3,1,0,0,68.6549,200.035,-13.1973,4.79336,86400,0,0,20259,0,0,0,0,0),(86459,16593,540,3,1,0,0,68.7874,51.9725,-13.223,4.7698,86400,0,0,20259,0,0,0,0,0),(86460,17695,540,3,1,0,1,73.403,46.7978,-13.2207,4.73093,86400,0,0,20259,0,0,0,0,0),(86461,17695,540,3,1,0,1,64.8688,44.5917,-13.2207,4.81732,86400,0,0,20259,0,0,0,0,0),(86462,16593,540,3,1,0,0,302.413,-78.5592,1.9382,0.0103457,86400,0,0,20259,0,0,0,0,0),(86463,16593,540,3,1,0,0,301.13,-91.7611,1.9382,0.0260537,86400,0,0,20259,0,0,0,0,0),(86464,17695,540,3,1,0,1,215.891,-71.817,4.93869,5.94481,86400,0,0,20259,0,0,0,0,0),(86465,17695,540,3,1,0,1,218.977,-98.3712,4.93869,0.364551,86400,0,0,20259,0,0,0,0,0),(86466,17695,540,3,1,0,1,211.21,-85.3287,4.93869,0.0464637,86400,0,0,20259,0,0,0,0,0),(77,4624,0,1,1,7102,1,-14278.3,553.193,8.90007,3.90954,300,0,0,22758,0,0,0,0,0),(81642,19389,565,1,1,0,1,71.5957,132.59,-7.95167,4.43263,604800,0,0,206640,0,2,0,0,0),(81644,19044,565,1,1,0,0,239.919,359.057,-4.65222,3.01282,604800,0,0,2387700,0,0,0,0,0),(48348,18836,565,1,1,0,1,142.019,198.36,-10.3485,3.64425,604800,0,0,212450,67740,0,0,0,0),(81643,18835,565,1,1,0,1,139.088,204.215,-9.33075,3.85875,604800,0,0,212450,101610,0,0,0,0),(81652,18834,565,1,1,0,1,147.273,182.562,-10.8629,3.22328,604800,0,0,212450,101610,0,0,0,0),(81651,18832,565,1,1,0,1,146.227,174.241,-10.7911,3.37409,604800,0,0,212450,101610,0,0,0,0),(7483,18831,565,1,1,0,1,145.786,190.979,-11.5417,3.68118,604800,0,0,530600,0,0,0,0,0),(6749,485,0,1,1,6034,1,-9815.55,-3250.74,58.9556,4.38078,300,0,0,494,0,0,0,0,0),(69736,20520,530,1,1,0,0,3726.96,2451.69,103.981,4.55601,600,0,0,7181,0,0,0,0,0),(68953,20520,530,1,1,0,0,3959.18,2429.82,114.468,-2.89725,600,0,0,7181,0,0,0,0,0),(86483,20787,530,1,1,0,0,3916.31,2511.86,105.199,3.85911,170,0,0,6761,0,0,0,0,0),(86485,21710,530,1,1,0,1,-3396.21,1568.68,47.824,6.1106,300,0,0,5589,3155,0,0,0,0),(3386,3296,1,1,1,4260,1,1941.58,-4393.49,21.5581,1.78998,300,0,0,15952,0,2,0,0,0),(86488,17316,530,1,1,0,0,-2210.01,6221.03,76.5863,3.38987,600,0,0,42,0,0,0,0,0),(86489,17316,530,1,1,0,0,-2563.93,6271.51,17.21,0.635752,600,0,0,42,0,0,0,0,0),(86490,17316,530,1,1,0,0,-2607.68,6282.22,31.5783,6.10064,600,0,0,42,0,0,0,0,0),(86492,22101,530,1,1,0,0,-4060.97,-11795.9,8.80631,3.73504,1560,0,0,6986,0,0,0,0,0),(86493,22024,530,1,1,0,0,-3477.82,2277.81,64.315,5.38,1524,0,0,5233,2991,2,0,0,0),(86495,22097,530,1,1,0,0,9852.61,-7557.99,19.2555,4.34799,1560,0,0,6986,0,0,0,0,0),(86496,22098,530,1,1,0,0,9848.43,-7557.86,19.2555,4.93364,1560,0,0,6986,0,0,0,0,0),(86497,22101,530,1,1,0,0,-4062.2,-11796.9,8.78763,0.550246,1560,0,0,6986,0,0,0,0,0),(135701,16525,532,1,1,16241,0,-11367.9,-1774.41,179.734,0.324479,604800,0,0,30160,0,2,0,0,0),(203430,16733,530,1,1,0,1,-4061.09,-11943.6,1.70512,5.74213,120,0,0,1,0,0,0,0,0),(203429,16733,530,1,1,0,1,-4051.52,-11903,-2.02483,6.19592,120,0,0,1,0,0,0,0,0),(203428,16733,530,1,1,0,1,-4051.08,-11913.6,-1.51507,0.0872665,120,0,0,1,0,0,0,0,0),(203427,16733,530,1,1,0,1,-4051.06,-11779,9.13044,4.72984,120,0,0,1,0,0,0,0,0),(203426,16733,530,1,1,0,1,-4045.88,-11953.7,1.69369,2.51327,120,0,0,1,0,0,0,0,0),(203425,16733,530,1,1,0,1,-4037.36,-11808.6,9.1288,4.06662,120,0,0,1,0,0,0,0,0),(203424,16733,530,1,1,0,1,-3997.85,-11848.7,0.336357,4.20624,120,0,0,1,0,0,0,0,0),(203423,16733,530,1,1,0,1,-3983.19,-11857.3,0.479534,4.08407,120,0,0,1,0,0,0,0,0),(203422,16733,530,1,1,0,1,-3969.2,-11958.2,-1.87462,5.77704,120,0,0,1,0,0,0,0,0),(203421,16733,530,1,1,0,1,-3966.59,-11944.9,-1.48412,5.58505,120,0,0,1,0,0,0,0,0),(91712,15602,0,1,1,15618,0,1995.88,-2420.17,59.3823,2.72271,315,0,0,2563,5751,0,0,0,0),(86511,17220,530,1,1,0,0,-3291.7,-12928.1,9,0.7,516,0,0,276,249,0,0,0,0),(42187,26924,571,1,2,0,0,4834.98,-4754.5,32.5689,3.97935,180,0,0,1,0,0,0,0,0),(12925,26048,571,1,1,0,0,3409.9,4128.83,18.1375,5.74213,300,0,0,1,0,0,0,0,0),(86514,17426,530,1,1,0,0,-2116.5,-11305.4,63.3,0,570,0,0,328,0,0,0,0,0),(86515,17495,530,1,1,0,1,-3357.3,-12341.3,24,5.9,471,15,0,44,0,1,0,0,0),(86516,17495,530,1,1,0,1,-3285.9,-12346.6,21.2,6.2,471,15,0,44,0,1,0,0,0),(86517,17495,530,1,1,0,1,-3252,-12375.3,10.4,5,471,15,0,44,0,1,0,0,0),(86518,17495,530,1,1,0,1,-3232.1,-12396.7,10.1,4.8,471,15,0,44,0,1,0,0,0),(86519,17495,530,1,1,0,1,-3217.7,-12435.8,19.1,5.4,471,15,0,44,0,1,0,0,0),(86520,17495,530,1,1,0,1,-3213,-12472.6,14.9,4.6,471,15,0,44,0,1,0,0,0),(86521,17495,530,1,1,0,1,-3193.5,-12471.8,13.5,0.5,471,15,0,44,0,1,0,0,0),(86522,17495,530,1,1,0,1,-3149.6,-12435.9,11.1,5.9,471,15,0,44,0,1,0,0,0),(86523,17495,530,1,1,0,1,-3119.4,-12447,6.7,5,471,15,0,44,0,1,0,0,0),(86524,17495,530,1,1,0,1,-3122.1,-12485.6,1.8,4.1,471,15,0,44,0,1,0,0,0),(86525,17495,530,1,1,0,1,-3088.6,-12483.6,-0.6,5.1,471,15,0,44,0,1,0,0,0),(86526,17495,530,1,1,0,1,-3069.7,-12486.6,2,1.8,471,15,0,44,0,1,0,0,0),(86527,17495,530,1,1,0,1,-3067.9,-12459.3,4.6,3.5,471,15,0,44,0,1,0,0,0),(86528,17495,530,1,1,0,1,-3108.3,-12471.5,2.5,1.9,471,15,0,44,0,1,0,0,0),(86529,17495,530,1,1,0,1,-3146.5,-12413.8,11.5,2.8,471,15,0,44,0,1,0,0,0),(86530,17495,530,1,1,0,1,-3188,-12401.6,12.7,5.9,471,15,0,44,0,1,0,0,0),(86531,17495,530,1,1,0,1,-3209.4,-12454.8,16.13,1.8,471,0,0,44,0,0,0,0,0),(86532,17495,530,1,1,0,1,-3261.5,-12354.2,14.3,2.6,471,15,0,44,0,1,0,0,0),(86533,17495,530,1,1,0,1,-3453.8,-12383,12.5,3.1,471,15,0,44,0,1,0,0,0),(86534,17495,530,1,1,0,1,-3392.7,-12306.7,19.1,0,471,15,0,44,0,1,0,0,0),(86535,17495,530,1,1,0,1,-3331.4,-12290.3,28.5,4.1,471,15,0,44,0,1,0,0,0),(86536,17495,530,1,1,0,1,-3424.4,-12368.4,14.5,3.7,471,15,0,44,0,1,0,0,0),(86537,17495,530,1,1,0,1,-3367.2,-12256,29,3.8,471,15,0,44,0,1,0,0,0),(86538,17524,530,1,1,0,1,-2481.5,-11259.1,31.07,5.3,534,0,0,273,0,0,0,0,0),(86539,17524,530,1,1,0,1,-2381.2,-11308.2,31.6,5.4,534,5,0,273,0,1,0,0,0),(86540,17524,530,1,1,0,1,-2362.9,-11425.1,31.8,0.9,534,5,0,273,0,1,0,0,0),(86541,17524,530,1,1,0,1,-2405.9,-11411.1,29.6,3.4,534,5,0,273,0,1,0,0,0),(86542,17524,530,1,1,0,1,-2445.1,-11433.7,32.5,0.9,534,5,0,273,0,1,0,0,0),(86543,17524,530,1,1,0,1,-2483.3,-11393.4,37.2,0.1,534,5,0,273,0,1,0,0,0),(86544,17524,530,1,1,0,1,-2457.8,-11375.7,37.5,3.3,534,5,0,273,0,1,0,0,0),(86545,17524,530,1,1,0,1,-2468.2,-11347.7,35,1,534,5,0,273,0,1,0,0,0),(86546,17524,530,1,1,0,1,-2509.7,-11251.2,36.2,3.8,534,5,0,273,0,1,0,0,0),(86547,17524,530,1,1,0,1,-2503.9,-11184.2,16.9,2,534,5,0,273,0,1,0,0,0),(86548,17524,530,1,1,0,1,-2327.8,-11361.9,28.1,3,534,5,0,273,0,1,0,0,0),(86549,17524,530,1,1,0,1,-2339.2,-11396.8,30.2,2.2,534,5,0,273,0,1,0,0,0),(86550,17524,530,1,1,0,1,-2417.4,-11380.3,29.4,2.5,534,5,0,273,0,1,0,0,0),(86551,17524,530,1,1,0,1,-2523.6,-11228.3,31.6,1.2,534,5,0,273,0,1,0,0,0),(86552,17524,530,1,1,0,1,-2446.6,-11133.6,12,0.1,534,5,0,273,0,1,0,0,0),(86553,17524,530,1,1,0,1,-2317.8,-11189.3,13.9,2.5,534,5,0,273,0,1,0,0,0),(86554,17612,530,1,1,0,0,-3237.7,-11921.9,8.1,0.6,480,15,0,249,3820,1,0,0,0),(86555,17612,530,1,1,0,0,-3386.1,-11934.1,6.7,1.9,480,15,0,249,3820,1,0,0,0),(86556,17612,530,1,1,0,0,-4961.2,-10854.3,1.8,1.1,480,15,0,249,3820,1,0,0,0),(86557,17612,530,1,1,0,0,-5043.4,-10828.8,6.9,1.8,480,15,0,249,3820,1,0,0,0),(6745,721,0,1,1,4626,0,-9730.23,-3238.66,58.9906,0.848534,300,0,0,1,0,0,0,0,0),(6744,4463,0,1,1,6030,1,-9723.13,-3178.2,58.7338,5.96903,300,0,0,472,1357,0,0,0,0),(6743,485,0,1,1,6034,1,-9715.42,-3185.43,58.7338,1.69297,300,0,0,494,0,0,0,0,0),(6742,440,0,1,1,6033,1,-9719.51,-3167.96,58.8588,5.32325,300,0,0,449,0,0,0,0,0),(18031,2359,0,1,1,1068,0,-4.23652,481.775,47.6478,3.28349,275,0,0,1221,0,0,0,0,0),(134533,28407,571,1,1,25391,0,851.042,-2688.62,20.5018,0.191986,180,0,0,42,0,0,0,0,0),(134532,28407,571,1,1,25390,0,-669.375,-4444.39,27.4796,4.32471,180,5,0,42,0,1,0,0,0),(203339,25203,571,1,1,0,0,4535.11,6373.84,-1.68393,4.77471,120,0,0,9291,0,2,0,0,0),(203124,5936,571,1,1,0,0,-198.571,-3740.89,-1.18652,3.82523,120,0,0,9291,0,2,0,0,0),(134529,24637,571,1,1,12199,0,-12.4834,-3189.73,-1.20675,1.45643,180,5,0,8982,0,1,0,0,0),(134528,24637,571,1,1,12199,0,12.856,-3052.45,-1.2428,0.44974,180,5,0,8982,0,1,0,0,0),(134527,24637,571,1,1,12200,0,-374.218,-3556.8,-92.7076,0.581742,180,5,0,8982,0,1,0,0,0),(134526,24637,571,1,1,12199,0,-178.203,-3221.94,-1.08816,1.47302,180,5,0,8982,0,1,0,0,0),(134525,24637,571,1,1,12199,0,7.79194,-3121.86,-1.23412,2.07413,180,5,0,8982,0,1,0,0,0),(134524,24637,571,1,1,1557,0,-56.8718,-3056.57,-1.28651,5.3276,180,5,0,8982,0,1,0,0,0),(134523,24637,571,1,1,12200,0,123.12,-2996.76,-1.23142,4.01704,180,5,0,8982,0,1,0,0,0),(134522,5936,571,1,1,21975,0,-268.121,-4065.06,-1.87226,2.52112,180,0,0,8982,0,2,0,0,0),(134521,5936,571,1,1,21975,0,-11.4604,-3171.79,-0.179623,6.23905,180,0,0,8982,0,2,0,0,0),(200023,36558,650,3,1,0,0,793.052,642.851,412.474,3.63029,999999,0,0,50000,0,0,0,0,0),(200024,36558,650,3,1,0,0,773.097,660.733,412.467,4.45059,999999,0,0,50000,0,0,0,0,0),(200020,36558,650,3,1,0,0,702.165,647.267,412.475,5.68977,999999,0,0,50000,0,0,0,0,0),(200021,36558,650,3,1,0,0,790.177,589.059,412.475,2.56563,999999,0,0,50000,0,0,0,0,0),(200108,33026,571,1,1,0,1,5796.47,667.41,613.883,5.67432,25,0,0,10635,0,0,0,0,0),(86581,17989,530,1,1,0,0,-1947.9,-11847,52.3,4.7,327,0,0,42,0,0,0,0,0),(1975814,22515,631,15,1,0,0,568.533,-2106.96,845.878,0,120,0,0,0,0,0,0,0,0),(1975813,22515,631,15,1,0,0,567.837,-2144.41,845.878,0,120,0,0,0,0,0,0,0,0),(1975812,22515,631,15,1,0,0,554.196,-2166.77,845.878,0,120,0,0,0,0,0,0,0,0),(1975811,22515,631,15,1,0,0,550.62,-2132.89,840.94,0,120,0,0,0,0,0,0,0,0),(1975810,22515,631,15,1,0,0,548.729,-2110.41,840.94,0,120,0,0,0,0,0,0,0,0),(1975809,22515,631,15,1,0,0,542.776,-2071.84,845.878,0,120,0,0,0,0,0,0,0,0),(1975808,22515,631,15,1,0,0,542.559,-2151.41,840.94,0,120,0,0,0,0,0,0,0,0),(1975807,22515,631,15,1,0,0,539.628,-2089.51,840.94,0,120,0,0,0,0,0,0,0,0),(1975806,22515,631,15,1,0,0,530.698,-2182.86,845.878,0,120,0,0,0,0,0,0,0,0),(84211,20213,641,3,1,0,0,11.6996,0.034146,20.6208,3.21141,7200,0,0,50000,0,0,0,0,0),(14340,18688,530,1,1,0,0,-2530.94,8629.31,-25.5884,5.65003,300,0,0,6326,0,0,0,0,0),(86594,16237,530,1,1,0,1,7484.22,-7273.52,98.0389,3.97111,588,0,0,322,856,0,0,0,0),(51824,5935,1,1,1,0,0,-6266.18,-4269.81,-58.75,5.7655,43200,0,0,4008,0,0,0,0,0),(86598,18297,530,1,1,0,1,-1316.38,6731.91,36.0754,4.82733,1470,15,0,5914,0,1,0,0,0),(86599,18297,530,1,1,0,1,-1351.23,6652.32,43.2278,2.30149,1470,15,0,5914,0,1,0,0,0),(18014,1766,0,1,1,246,0,949.221,1501.21,40.8967,5.05469,275,10,0,222,0,1,0,0,0),(18013,1769,0,1,1,11180,0,1083.46,1116.93,40.3303,4.2649,275,10,0,186,191,1,0,0,0),(18012,1779,0,1,1,1947,0,1190.02,1368.12,32.9063,1.43467,275,10,0,247,0,1,0,0,0),(18011,1767,0,1,1,441,1,1000.31,1055,34.1572,2.74611,275,10,0,247,0,1,0,0,0),(31435,4343,1,1,1,814,0,-3528.94,-2896.5,30.9072,3.83708,360,10,0,1536,0,1,0,0,0),(31434,5184,1,1,1,4679,1,-3100.52,-3213.02,34.1147,5.16546,360,0,0,1403,0,0,0,0,0),(31433,4324,1,1,1,397,0,-4952.4,-3413.62,39.4209,2.41706,360,10,0,1416,1236,1,0,0,0),(31432,4343,1,1,1,814,0,-3375.17,-3078.88,29.4788,3.80658,360,10,0,1536,0,1,0,0,0),(51981,3414,1,1,1,0,1,-4076.99,-2361.79,108.909,5.19129,180,0,0,1003,0,0,0,0,0),(245552,16592,0,1,1,11686,0,-5233.16,-2893.37,337.286,-0.226893,300,0,0,42,0,0,0,0,0),(3385,3296,1,1,1,4259,1,1537.41,-4380.75,16.7599,3.42085,300,0,0,15952,0,0,0,0,0),(49109,3378,1,1,1,0,1,-4085.05,-2362.1,108.909,0.331094,180,3,0,787,0,1,0,0,0),(48345,14448,0,1,1,0,0,-10214.8,-3013.96,18.2521,2.16638,3600,5,0,2476,0,1,0,0,0),(48204,14447,0,1,1,0,1,-10583.5,-4377.98,3.36329,5.89153,100800,15,0,2059,0,2,0,0,0),(84743,21795,530,1,1,0,0,-3864.85,2054.39,94.3371,0.022742,480,5,0,1,0,1,0,0,0),(86628,18109,530,1,1,0,0,-1831.72,6377.21,45.84,1.61949,1560,0,0,6986,0,0,0,0,0),(13413,22883,564,1,1,5492,0,305.727,793.117,-16.0915,3.24631,604800,0,0,44012,0,0,0,0,0),(13412,22883,564,1,1,5492,0,302.576,795.708,-17.7537,2.96706,604800,0,0,44012,0,0,0,0,0),(13411,22883,564,1,1,5492,0,347.247,826.957,0.960461,0.017453,604800,0,0,44012,0,0,0,0,0),(13410,22883,564,1,1,5492,0,348.612,829.29,1.47173,6.21337,604800,0,0,44012,0,0,0,0,0),(13409,22883,564,1,1,5492,0,251.192,741.957,-26.049,0.541052,604800,0,0,44012,0,0,0,0,0),(13408,22883,564,1,1,5492,0,262.745,740.508,-25.2831,3.4383,604800,0,0,44012,0,0,0,0,0),(13407,22883,564,1,1,5492,0,262.664,722.705,-15.3866,0.087266,604800,0,0,44012,0,0,0,0,0),(13406,22883,564,1,1,5492,0,241.252,723.484,-15.6819,0.855211,604800,0,0,44012,0,0,0,0,0),(13405,22883,564,1,1,5492,0,240.871,740.208,-25.0218,0.122173,604800,0,0,44012,0,0,0,0,0),(86647,21470,530,1,1,0,0,3193.01,5448.63,146.811,3.40583,498,15,0,2957,0,1,0,0,0),(86648,21470,530,1,1,0,0,3232.2,5306.94,145.384,0.0733824,498,15,0,2957,0,1,0,0,0),(86649,21470,530,1,1,0,0,1729.05,4644,148.141,6.02042,498,15,0,2957,0,1,0,0,0),(86650,21470,530,1,1,0,0,1681.58,4652.04,145.665,6.15943,498,15,0,2957,0,1,0,0,0),(28664,18203,530,1,1,0,1,-1516.01,8465.96,-4.10237,2.60731,300,0,0,5504,0,0,0,0,0),(28663,18203,530,1,1,0,1,-1519.91,8462.62,-4.10237,2.60731,300,0,0,5504,0,0,0,0,0),(28662,18203,530,1,1,0,1,-1530.12,8555.45,7.26013,4.77209,300,0,0,5504,0,0,0,0,0),(65002,18203,530,1,1,0,1,-1660.33,8454.61,-20.2817,0.488692,300,0,0,5504,0,0,0,0,0),(28657,17147,530,1,1,0,1,-2902.6,6395.39,81.9079,0.705869,300,0,0,4731,2790,0,0,0,0),(203102,15214,571,1,1,0,0,2694.74,4664.85,2.26701,0.0872665,120,0,0,1,0,0,0,0,0),(203103,15214,571,1,1,0,0,2708.97,4675.87,3.03195,5.23599,120,0,0,1,0,0,0,0,0),(86663,19956,530,1,1,0,1,1596.15,6259.35,26.7075,5.84197,1479,0,0,5914,0,0,0,0,0),(86664,19956,530,1,1,0,1,1591.38,6267.57,26.7592,3.00276,1479,0,0,5914,0,0,0,0,0),(86665,19956,530,1,1,0,1,1602.33,6252.1,26.4778,5.95899,1479,0,0,5914,0,0,0,0,0),(86666,19956,530,1,1,0,1,1610.01,6268.27,17.9077,1.15628,1479,0,0,5914,0,0,0,0,0),(28661,18203,530,1,1,0,1,-1514.32,8555.2,7.26013,4.56789,300,0,0,5504,0,0,0,0,0),(28660,18203,530,1,1,0,1,-1522.72,8592.33,7.26011,4.58359,300,0,0,5504,0,0,0,0,0),(28659,18203,530,1,1,0,1,-1515.94,8590.04,7.26011,4.48542,300,0,0,5504,0,0,0,0,0),(28658,18203,530,1,1,0,1,-1481.64,8607.28,7.26011,0.248205,300,0,0,5504,0,0,0,0,0),(65003,18203,530,1,1,0,1,-1658.42,8450.91,-20.2545,0.349066,300,0,0,5504,0,0,0,0,0),(86672,21796,530,1,1,0,0,1964.59,5573.36,259.857,0.666027,1488,0,0,6116,0,0,0,0,0),(86673,21796,530,1,1,0,0,1770.23,5679.62,267.198,3.31439,1488,0,0,6116,0,0,0,0,0),(86674,21796,530,1,1,0,0,1762.19,5629.77,266.402,2.58789,1488,0,0,6116,0,0,0,0,0),(86675,21796,530,1,1,0,0,1714.47,5644.64,265.425,2.6523,1488,0,0,6116,0,0,0,0,0),(86676,21796,530,1,1,0,0,1681.83,5627.49,266.099,4.53882,1488,0,0,6116,0,0,0,0,0),(86677,21796,530,1,1,0,0,1634.47,5617.95,266.505,3.2704,1488,0,0,6116,0,0,0,0,0),(86678,21796,530,1,1,0,0,1623.38,5581.99,266.378,4.63621,1488,0,0,6116,0,0,0,0,0),(86679,21796,530,1,1,0,0,1543.17,5580.15,264.068,3.92386,1488,0,0,6116,0,0,0,0,0),(86680,21796,530,1,1,0,0,1519.79,5556.92,250.45,3.92386,1488,0,0,6116,0,0,0,0,0),(86681,21796,530,1,1,0,0,1548.18,5514.73,268.06,5.31872,1488,0,0,6116,0,0,0,0,0),(86682,21796,530,1,1,0,0,1572.73,5465.55,266.262,5.46952,1488,0,0,6116,0,0,0,0,0),(86683,21796,530,1,1,0,0,1649.05,5421.51,265.96,6.03893,1488,0,0,6116,0,0,0,0,0),(86684,21796,530,1,1,0,0,1639.13,5358.45,265.678,3.69845,1488,0,0,6116,0,0,0,0,0),(86685,21796,530,1,1,0,0,1606.48,5363.95,265.426,2.94996,1488,0,0,6116,0,0,0,0,0),(86686,21796,530,1,1,0,0,1596.82,5327.91,266.024,4.73831,1488,0,0,6116,0,0,0,0,0),(86687,21796,530,1,1,0,0,1603.32,5276.62,266.388,5.65644,1488,0,0,6116,0,0,0,0,0),(86688,21796,530,1,1,0,0,1669.19,5173.59,265.345,5.94783,1488,0,0,6116,0,0,0,0,0),(86689,21796,530,1,1,0,0,1721.34,5162.48,266.256,6.22821,1488,0,0,6116,0,0,0,0,0),(86690,21796,530,1,1,0,0,1736.89,5193.49,266.268,1.50719,1488,0,0,6116,0,0,0,0,0),(86691,21796,530,1,1,0,0,1692.52,5214.85,267.353,2.45516,1488,0,0,6116,0,0,0,0,0),(86692,21796,530,1,1,0,0,1662.79,5261.57,265.57,2.34835,1488,0,0,6116,0,0,0,0,0),(86693,21796,530,1,1,0,0,1631.77,5278.2,265.776,2.66643,1488,0,0,6116,0,0,0,0,0),(86694,21796,530,1,1,0,0,1598.38,5459.01,265.341,1.95486,1488,0,0,6116,0,0,0,0,0),(31431,4323,1,1,1,715,0,-4919.58,-3456.57,38.7896,2.98479,360,10,0,1751,0,1,0,0,0),(31430,4362,1,1,1,11293,1,-2547.73,-3993.51,13.9534,4.66546,360,5,0,1469,0,1,0,0,0),(31429,4341,1,1,1,1080,0,-2794.39,-3403.09,35.1398,2.24206,360,10,0,1403,0,1,0,0,0),(76,4624,0,1,1,7102,1,-14439,436.395,20.5088,3.07178,300,0,0,22758,0,0,0,0,0),(95360,26309,530,1,1,23757,1,10346.3,-6395.76,42.2989,5.53269,180,0,0,8982,0,0,0,0,0),(95345,26309,530,1,1,23757,1,10342,-6401.89,42.2989,5.81195,180,0,0,8982,0,0,0,0,0),(95307,26309,530,1,1,23757,1,9537.87,-6789.84,20.184,2.3911,180,0,0,8982,0,0,0,0,0),(95303,26309,530,1,1,23757,1,9541.05,-6781.55,19.518,3.08923,180,0,0,8982,0,0,0,0,0),(95300,26309,530,1,1,23757,1,9539.34,-6785.59,19.967,2.74017,180,0,0,8982,0,0,0,0,0),(95215,26309,530,1,1,23757,1,9602.14,-7281.89,17.7703,1.8326,180,0,0,8982,0,0,0,0,0),(95201,26309,530,1,1,23757,1,9594,-7281.68,17.7687,1.25664,180,0,0,8982,0,0,0,0,0),(86717,22233,530,1,1,0,0,2991.93,5556.64,148.628,3.99453,1515,0,0,6326,0,0,0,0,0),(86718,22235,530,1,1,0,0,2982.71,5534.24,147.892,4.53017,1515,0,0,6326,0,0,0,0,0),(1117,21779,530,1,1,0,0,-2695.57,2633.82,74.6837,4.36332,300,0,0,1,0,0,0,0,0),(86720,22232,530,1,1,0,1,2945.97,5512.96,146.468,5.80349,1524,0,0,5233,2991,0,0,0,0),(86721,18782,530,1,1,0,0,9518.07,-7103.64,14.3373,2.9147,318,0,0,42,0,0,0,0,0),(86722,18687,530,1,1,0,0,-2210.08,8820.06,16.2175,0.684952,1200,0,0,503010,3155,0,0,0,0),(207586,15102,530,1,1,0,0,-1650.46,5216.03,-42.111,1.29154,120,0,0,1,0,0,0,0,0),(86724,16804,530,1,1,0,0,7480.07,-7288.39,96.3354,4.60557,543,0,0,247,0,0,0,0,0),(86725,16804,530,1,1,0,0,7450.98,-7285.76,95.2196,3.34579,543,0,0,247,0,0,0,0,0),(86726,16804,530,1,1,0,0,7440.62,-7312.21,97.429,4.08878,543,0,0,247,0,0,0,0,0),(86727,16804,530,1,1,0,0,7418.64,-7298.11,92.0532,0.607112,543,0,0,247,0,0,0,0,0),(86728,16804,530,1,1,0,0,7420.78,-7322.52,98.8218,4.48148,543,0,0,247,0,0,0,0,0),(86729,16804,530,1,1,0,0,7469.05,-7269.22,97.6685,0.400552,543,0,0,247,0,0,0,0,0),(86730,16242,530,1,1,0,1,7482.27,-7271.97,98.053,4.93701,588,0,0,427,0,0,0,0,0),(151938,32358,571,1,1,0,1,4107.78,4981.3,4.60112,0.814532,28800,0,0,13936,0,2,0,0,0),(86732,19176,530,1,1,0,0,9706.29,-7276.05,16.4981,1.47118,318,0,0,42,0,0,0,0,0),(86733,19176,530,1,1,0,0,9706.9,-7273.98,16.5705,4.06928,318,0,0,42,0,0,0,0,0),(86734,20792,530,1,1,0,0,604.096,6202.05,23.5341,1.85522,1425,15,0,1658,0,1,0,0,0),(86735,20792,530,1,1,0,0,557.254,6226.44,21.6309,2.7388,1425,15,0,1658,0,1,0,0,0),(86736,20792,530,1,1,0,0,545.344,6195.38,22.2781,4.67873,1425,15,0,1658,0,1,0,0,0),(86737,20792,530,1,1,0,0,579.49,6153.51,17.8238,5.71545,1425,15,0,1658,0,1,0,0,0),(86738,20792,530,1,1,0,0,618.731,6169.43,20.0477,1.14679,1425,15,0,1658,0,1,0,0,0),(86739,20792,530,1,1,0,0,615.57,6231.2,17.9655,2.25812,1425,15,0,1658,0,1,0,0,0),(86740,20792,530,1,1,0,0,615.869,6285.29,21.6469,1.28423,1425,15,0,1658,0,1,0,0,0),(86741,20792,530,1,1,0,0,581.549,6319.85,22.2617,3.13777,1425,15,0,1658,0,1,0,0,0),(86742,20792,530,1,1,0,0,488.031,6291.85,22.0358,3.59251,1425,15,0,1658,0,1,0,0,0),(86743,20792,530,1,1,0,0,459.167,6271.67,22.6292,1.06667,1425,15,0,1658,0,1,0,0,0),(86744,18682,530,1,1,0,0,-529.798,6443.21,24.4159,4.78858,10506,15,0,8844,2620,1,0,0,0),(86745,18682,530,1,1,0,0,-1023.69,5095.25,21.6708,6.05307,10506,15,0,8844,2620,1,0,0,0),(86746,18682,530,1,1,0,0,1110.56,7803.78,17.3751,3.41021,10506,15,0,8844,2620,1,0,0,0),(86747,20477,530,1,1,0,0,400.72,8353.38,22.6682,5.27326,1434,0,0,7185,0,0,0,0,0),(86748,20931,530,1,1,0,0,5100.75,2970.8,80.0953,0.130239,160,0,0,9335,0,2,0,0,0),(1972739,23512,530,1,1,0,0,1474.1,7256.4,375.19,0,300,0,0,6986,0,0,0,0,0),(86608,18298,530,1,1,0,1,-2664.54,7954.71,-18.838,3.90007,25,0,0,5060,2933,2,0,0,0),(86751,19556,530,1,1,0,1,-1304.1,6954.56,31.9313,1.03594,8238,0,0,6070000,1016100,2,0,0,0),(86752,18297,530,1,1,0,1,-1440.91,6346.25,38.2015,3.02536,1470,0,0,5914,0,0,0,0,0),(86753,17578,530,1,1,0,0,-2579.75,7345.42,9.84499,6.07269,318,0,0,42,0,0,0,0,0),(86754,22357,530,1,1,0,0,-1470.79,9695.28,201.915,2.14272,4242,0,0,151750,13548,2,0,0,0),(45860,14445,0,1,1,0,1,-10279.5,-4017.43,23.7843,0.658414,25200,5,0,6468,0,1,0,0,0),(1820,23193,572,1,1,0,0,1309.41,1663.58,36.4243,3.30149,25,5,0,42,0,1,0,0,0),(1822,23193,572,1,1,0,0,1335.04,1676.09,36.2882,5.67732,25,5,0,42,0,1,0,0,0),(86779,22077,530,1,1,0,0,-3029.09,911.748,-3.43006,3.34412,4080,0,0,13972,0,0,0,0,0),(86780,22077,530,1,1,0,0,-3035.24,913.935,-5.76732,3.91697,4080,0,0,13972,0,0,0,0,0),(203100,15214,571,1,1,0,0,2686.67,4653.5,-10.1406,0.349066,120,0,0,1,0,0,0,0,0),(203101,15214,571,1,1,0,0,2693.68,4650.24,0.728477,0.383972,120,0,0,1,0,0,0,0,0),(20297,23971,0,1,1,14589,0,2240.93,283.706,35.1031,3.63029,5,0,0,42,0,0,0,0,0),(19351,23971,0,1,1,14616,0,2240.66,282.413,35.0363,2.89725,5,0,0,42,0,0,0,0,0),(84864,14867,530,1,1,14938,0,-2312.62,5252.89,-9.93442,1.52472,180,0,0,102,0,0,0,0,0),(86800,21029,530,1,1,0,0,-2805.65,1258.17,74.7367,0.512544,1407,0,0,3984,2434,0,0,0,0),(86801,21029,530,1,1,0,0,-2766.43,1246.53,75.7947,0.38531,1407,0,0,3984,2434,0,0,0,0),(86802,21029,530,1,1,0,0,-2755.36,1309.56,82.3238,1.55948,1407,0,0,3984,2434,0,0,0,0),(86803,21029,530,1,1,0,0,-2714.49,1334.36,89.8604,0.540819,1407,0,0,3984,2434,0,0,0,0),(86804,21029,530,1,1,0,0,-2739.79,1356.15,89.8361,2.75407,1407,0,0,3984,2434,0,0,0,0),(86805,21029,530,1,1,0,0,-2769.56,1342.28,88.7746,3.17661,1407,0,0,3984,2434,0,0,0,0),(86806,21029,530,1,1,0,0,-2800.37,1308.39,77.6554,3.97458,1407,0,0,3984,2434,0,0,0,0),(86807,21029,530,1,1,0,0,-2790.98,1290.15,78.0491,0.359392,1407,0,0,3984,2434,0,0,0,0),(86808,21029,530,1,1,0,0,-2757.83,1266.94,75.6583,4.69872,1407,0,0,3984,2434,0,0,0,0),(86809,21044,530,1,1,0,1,-2773.07,1146.58,51.0392,5.71414,1533,0,0,6542,0,0,0,0,0),(86810,21044,530,1,1,0,1,-2742.43,1166.69,63.1726,4.2478,1533,0,0,6542,0,0,0,0,0),(86811,21044,530,1,1,0,1,-2703.19,1144.4,65.1673,4.79993,1533,0,0,6542,0,0,0,0,0),(86812,21044,530,1,1,0,1,-2675.6,1119.57,60.2026,3.60299,1533,0,0,6542,0,0,0,0,0),(86813,21044,530,1,1,0,1,-2647.29,1115.3,64.2759,4.53918,1533,0,0,6542,0,0,0,0,0),(86814,21044,530,1,1,0,1,-2657.39,1084.52,51.7818,2.15864,1533,0,0,6542,0,0,0,0,0),(86815,21044,530,1,1,0,1,-2626.58,1109.02,63.0601,4.41902,1533,0,0,6542,0,0,0,0,0),(86816,21044,530,1,1,0,1,-2625.8,1072.43,50.7912,1.89396,1533,0,0,6542,0,0,0,0,0),(86817,21044,530,1,1,0,1,-2585.44,1099.45,62.4606,3.15845,1533,0,0,6542,0,0,0,0,0),(86818,21044,530,1,1,0,1,-2586.83,1130.74,70.6364,3.99097,1533,0,0,6542,0,0,0,0,0),(86819,21044,530,1,1,0,1,-2758.74,1287.19,77.8174,2.54584,1533,0,0,6542,0,0,0,0,0),(86820,21044,530,1,1,0,1,-2783.03,1290.01,78.961,0.903574,1533,0,0,6542,0,0,0,0,0),(86821,21044,530,1,1,0,1,-2755.3,1323.35,85.3984,5.27431,1533,0,0,6542,0,0,0,0,0),(86822,21044,530,1,1,0,1,-2718.32,1321.85,87.7061,3.42156,1533,0,0,6542,0,0,0,0,0),(86823,21044,530,1,1,0,1,-2694.16,1326.83,92.2087,3.16474,1533,0,0,6542,0,0,0,0,0),(86824,21044,530,1,1,0,1,-2708.15,1350.98,91.5943,2.47123,1533,0,0,6542,0,0,0,0,0),(86825,21044,530,1,1,0,1,-2705.68,1377.9,92.9358,4.68762,1533,0,0,6542,0,0,0,0,0),(74508,21703,530,1,1,0,0,-3397.85,1576.28,47.1459,5.53269,120,0,0,1,0,0,0,0,0),(74507,21703,530,1,1,0,0,-3404.08,1566.57,47.8847,4.7822,120,0,0,1,0,0,0,0,0),(74506,21703,530,1,1,0,0,-3392.4,1566.67,47.9718,0.20944,120,0,0,1,0,0,0,0,0),(203093,21316,530,1,1,0,0,-3458.19,2983.11,174.517,6.24828,300,0,0,6542,0,0,0,0,0),(86832,21027,530,1,1,0,0,-2705.66,1301.04,32.5693,5.83769,1560,0,0,11178,6310,0,0,0,0),(86833,20763,530,1,1,0,0,4054.57,2288.79,113.61,1.57303,1560,0,0,5240,0,2,0,0,0),(86834,20854,530,1,1,0,1,4054.35,2349.36,112.564,4.91883,1560,0,0,13972,0,2,0,0,0),(86835,20779,530,1,1,0,0,3822.49,2437.74,110.538,5.28254,4080,0,0,27944,0,0,0,0,0),(86836,20770,530,1,1,0,1,3921.87,2451.12,113.341,2.50218,180,0,0,6986,0,2,0,0,0),(86837,20561,530,1,1,0,1,3712.74,2095.11,151.651,5.70105,1551,0,0,6761,0,0,0,0,0),(86838,20561,530,1,1,0,1,3736.33,2082.06,149.049,5.83065,1551,0,0,6761,0,0,0,0,0),(86839,20561,530,1,1,0,1,3747.42,2060.01,148.287,2.48092,1551,0,0,6761,0,0,0,0,0),(86840,20561,530,1,1,0,1,3758.86,2081.79,152.3,6.13933,1551,0,0,6761,0,0,0,0,0),(86841,20561,530,1,1,0,1,3840.47,2122.01,146.953,1.71989,1551,0,0,6761,0,0,0,0,0),(86842,20561,530,1,1,0,1,3860.08,2116.7,147.169,0.32581,1551,0,0,6761,0,0,0,0,0),(86843,20554,530,1,1,0,0,3977.79,2129.68,162.13,4.93216,1560,0,0,6707,3155,2,0,0,0),(86844,20561,530,1,1,0,1,3848.73,2147.21,140.23,1.94765,1551,0,0,6761,0,0,0,0,0),(86845,20561,530,1,1,0,1,3852.86,2153.85,140.535,1.10727,1551,0,0,6761,0,0,0,0,0),(86853,19177,1,1,1,22379,0,1689.75,-4334.92,61.7469,0.15708,5,0,0,42,0,0,3,0,0),(86852,19169,530,1,1,22361,1,9375.07,-7157.06,9.25588,1.6057,5,0,0,42,0,0,0,0,0),(86851,19169,530,1,1,22361,1,9374.67,-7155.09,9.33675,4.95674,5,0,0,42,0,0,0,0,0),(16466,6491,530,1,4294967295,0,0,-1295.76,9170.33,217.797,0.295307,60,0,0,4120,0,0,0,0,0),(12783,6491,0,1,4294967295,0,0,-10602.4,293.623,31.7491,3.09761,60,0,0,4120,0,0,0,0,0),(4222,22199,530,1,1,0,0,-1651.75,5994.35,209.355,6.21465,1500,0,0,139720,0,0,0,0,0),(86854,20561,530,1,1,0,1,3874.59,2145.55,139.163,5.28825,1551,0,0,6761,0,0,0,0,0),(86855,20561,530,1,1,0,1,3899.91,2126.05,136.913,5.52466,1551,0,0,6761,0,0,0,0,0),(86856,20552,530,1,1,0,1,3913.55,2086.86,138.728,2.03352,1524,0,0,6542,0,0,0,0,0),(4216,7024,0,1,1,0,0,-11035.2,619.354,35.4196,3.97935,180,0,0,573,0,0,0,0,0),(86860,20932,530,1,1,0,0,3280.81,1907.83,133.229,1.89858,11640,0,0,13972,0,2,0,0,0),(86861,21727,530,1,1,0,1,-3408.76,2320.11,37.3315,5.3938,1560,0,0,5589,3155,0,0,0,0),(43670,14864,530,1,1,14939,0,-2306.08,5225.23,-9.86279,2.4162,180,5,0,102,0,1,0,0,0),(35418,14871,530,1,1,14943,0,-2293.46,5265.4,-9.89653,5.07891,180,0,0,247,0,0,0,0,0),(203094,21316,530,1,1,0,0,-3458.27,2991.92,174.65,6.23083,300,0,0,6542,0,0,0,0,0),(86869,21725,530,1,1,0,0,-3421.36,2289.39,33.6348,3.87463,1560,0,0,6986,0,0,0,0,0),(43474,34717,647,1,1,0,1,-13.6702,-12.4018,-15.9876,4.59022,180,0,0,1,0,2,0,0,0),(86872,20795,530,1,1,0,1,-2592.9,1329.52,81.6155,2.13729,1533,0,0,6803,2991,0,0,0,0),(86873,20159,530,1,1,0,1,-689.583,4167.8,58.5228,5.0053,1416,0,0,5347,6015,2,0,0,0),(28653,17148,530,1,1,0,1,-2797.13,6442.84,63.4026,5.72848,300,0,0,5914,0,0,0,0,0),(28652,17148,530,1,1,0,1,-2848.85,6509.37,60.8635,2.4573,300,0,0,5914,0,0,0,0,0),(28651,17148,530,1,1,0,1,-2811.58,6452.9,63.4576,2.79895,300,0,0,5914,0,0,0,0,0),(28650,17148,530,1,1,0,1,-2874.23,6467.19,82.6466,0.305419,300,0,0,5914,0,0,0,0,0),(52013,24835,584,1,1,22661,0,24.6154,5.46865,16.124,3.1765,120,0,0,1358,0,2,0,0,0),(40601,33613,530,1,1,0,0,-2265.57,5560.32,67.0911,2.80998,180,0,0,1,0,0,0,0,0),(91714,22143,530,1,1,0,1,-1501.91,5836.11,202.229,6.02919,300,2,0,7181,0,1,0,0,0),(86882,21878,530,1,1,0,0,-3339.52,2393.91,61.5411,5.83958,300,5,0,1,0,1,0,0,0),(86883,21878,530,1,1,0,0,-3297.06,2386.53,61.3494,5.91419,300,5,0,1,0,1,0,0,0),(86884,21878,530,1,1,0,0,-3265.37,2341.28,62.2971,4.95522,300,5,0,1,0,1,0,0,0),(86885,21878,530,1,1,0,0,-3365.38,2313.69,63.7491,2.79145,300,5,0,1,0,1,0,0,0),(86886,21878,530,1,1,0,0,-3407.71,2342.3,65.293,3.08204,300,5,0,1,0,1,0,0,0),(86887,21878,530,1,1,0,0,-3456.9,2373.95,63.4842,2.79145,300,5,0,1,0,1,0,0,0),(86888,21878,530,1,1,0,0,-3466.38,2411.61,63.5215,1.23243,300,5,0,1,0,1,0,0,0),(86889,21878,530,1,1,0,0,-3417.65,2421.22,59.808,0.478447,300,5,0,1,0,1,0,0,0),(86890,21878,530,1,1,0,0,-3452,2463.75,58.4073,2.24952,300,5,0,1,0,1,0,0,0),(86891,21878,530,1,1,0,0,-3502.23,2488.76,71.1474,4.17375,300,5,0,1,0,1,0,0,0),(86892,21878,530,1,1,0,0,-3482.63,2536.91,61.7632,0.541275,300,5,0,1,0,1,0,0,0),(86893,21878,530,1,1,0,0,-3449.88,2525.81,60.09,6.04299,300,5,0,1,0,1,0,0,0),(86894,21878,530,1,1,0,0,-3368.62,2385.05,61.6862,5.29685,300,5,0,1,0,1,0,0,0),(95178,26309,0,1,1,23757,1,1840.09,283.23,74.1663,4.24115,180,0,0,8982,0,0,0,0,0),(95176,26309,0,1,1,23757,1,1830.92,283.602,74.1663,4.32842,180,0,0,8982,0,0,0,0,0),(86900,12580,0,1,1,0,1,-8440.71,332.994,122.579,2.25725,1800,0,0,9993,0,2,0,0,0),(19346,23973,1,1,1,22499,0,356.121,-4742.24,9.82812,0.558505,30,0,0,247,0,0,0,0,0),(19345,23971,530,1,1,14616,0,9514.52,-6815.95,16.5718,0.925025,5,0,0,42,0,0,0,0,0),(19342,23971,530,1,1,14616,0,9517.01,-6815.09,16.5374,2.84489,5,0,0,42,0,0,0,0,0),(11005,23712,530,1,1,251,0,-4187.21,-12499.9,44.4447,4.85202,2,0,0,71,0,0,0,0,0),(11011,23712,530,1,1,251,0,-4188.13,-12500.6,44.4447,5.61996,2,0,0,71,0,0,0,0,0),(17338,23973,530,1,1,22499,0,9515.57,-6814.63,16.5557,4.41568,30,0,0,247,0,0,0,0,0),(17339,23971,530,1,1,14589,0,9513.8,-6814.91,16.5687,0.15708,5,0,0,42,0,0,0,0,0),(3384,3296,1,1,1,4601,1,1711.45,-3920.75,51.6336,3.7001,300,0,0,15952,0,0,0,0,0),(86925,18554,530,1,1,0,1,-2289.5,3094.68,152.817,0.65,300,0,0,11828,2790,0,0,0,0),(98826,6491,571,1,4294967295,0,0,5515.57,-4101.57,364.358,0.00299454,60,0,0,4120,0,0,0,0,0),(98713,6491,571,1,4294967295,0,0,5792.54,-3288.83,363.565,0.0697586,60,0,0,4120,0,0,0,0,0),(98710,6491,571,1,4294967295,0,0,4941.26,-2959.29,289.535,3.78471,60,0,0,4120,0,0,0,0,0),(98709,6491,571,1,4294967295,0,0,5239.77,-2132.53,244.569,6.26577,60,0,0,4120,0,0,0,0,0),(86932,21465,530,1,1,0,1,-2389.1,2895.6,-55.6795,1.87861,4900,0,0,5589,3155,0,0,0,0),(25,33870,571,1,1,0,0,8484.01,911.087,547.376,2.68781,120,0,0,1,0,0,0,0,0),(68952,20520,530,1,1,0,0,3947.34,2443.12,114.277,5.90532,600,0,0,7181,0,0,0,0,0),(68949,20520,530,1,1,0,0,3972.36,2443.4,114.489,0.737232,600,0,0,7181,0,0,0,0,0),(68950,20520,530,1,1,0,0,3959.3,2443.07,114.271,-1.78024,600,0,0,7181,0,0,0,0,0),(68951,20520,530,1,1,0,0,3958.75,2456.73,114.468,1.43955,600,0,0,7181,0,0,0,0,0),(16250,3863,33,1,1,2446,0,-120.756,2183.02,113.215,4.13643,86400,2,0,1452,0,1,0,0,0),(16249,3859,33,1,1,736,0,-181.106,2172.01,97.4733,1.09956,86400,2,0,1452,0,2,0,0,0),(16248,2529,33,1,1,1098,0,-134.141,2163.83,94.1253,6.17846,86400,3,0,1452,0,1,0,0,0),(16247,3863,33,1,1,2446,0,-111.421,2166.52,101.603,0.244346,86400,3,0,1452,0,1,0,0,0),(16246,2529,33,1,1,1098,0,-107.516,2153.47,101.603,4.31096,86400,2,0,1452,0,1,0,0,0),(16245,2529,33,1,1,1098,0,-121.846,2162.59,138.697,4.52578,86400,3,0,1452,0,2,0,0,0),(16244,3859,33,1,1,736,0,-181.282,2189.59,113.5,5.90112,86400,2,0,1452,0,1,0,0,0),(16243,3859,33,1,1,736,0,-140.88,2182.66,110.256,5.97856,86400,1,0,1452,0,2,0,0,0),(16242,3914,33,1,1,524,0,-252.091,2123.11,81.1795,0.919918,86400,0,0,1936,0,0,0,0,0),(16241,5058,33,1,1,246,0,-149.213,2163.18,155.762,0.10472,86400,0,0,494,0,0,0,0,0),(16240,3862,33,1,1,11421,0,-139.407,2182.91,155.762,5.09636,86400,2,0,1251,0,1,0,0,0),(16239,3861,33,1,1,801,0,-127.63,2153.28,155.762,2.16421,86400,0,0,1251,0,0,0,0,0),(16238,3863,33,1,1,2446,0,-118.703,2173.42,155.762,3.35103,86400,1,0,1452,0,1,0,0,0),(16237,3927,33,1,1,11179,0,-120.725,2162.03,155.762,2.67035,86400,0,0,3126,0,0,0,0,0),(16236,2110,33,1,1,1141,0,-121.052,2152.03,101.517,3.00286,86400,3,0,1,0,1,0,0,0),(16235,2110,33,1,1,1141,0,-179.144,2184.82,97.265,6.11683,86400,2,0,1,0,1,0,0,0),(16234,2110,33,1,1,1141,0,-232.683,2111.82,76.974,4.10152,86400,5,0,1,0,1,0,0,0),(16233,2110,33,1,1,1141,0,-254.61,2290.36,76.3315,2.80136,86400,5,0,1,0,1,0,0,0),(16232,2110,33,1,1,1141,0,-205.049,2135.94,86.4996,1.36241,86400,5,0,1,0,1,0,0,0),(16231,2110,33,1,1,1141,0,-227.76,2234.48,79.7656,5.4449,86400,3,0,1,0,1,0,0,0),(16230,2110,33,1,1,1141,0,-241.8,2113.14,87.013,2.12899,86400,5,0,1,0,1,0,0,0),(13356,2110,33,1,1,1141,0,-154.571,2184.39,99.9595,5.3058,86400,2,0,1,0,1,0,0,0),(13355,2110,33,1,1,1141,0,-204.552,2255.98,76.2013,6.02718,86400,5,0,1,0,1,0,0,0),(13354,2110,33,1,1,1141,0,-212.2,2295.34,96.0127,1.76915,86400,2,0,1,0,1,0,0,0),(13353,3861,33,1,1,801,0,-258.757,2121.37,81.2629,1.50098,86400,0,0,1251,0,0,0,0,0),(13352,3861,33,1,1,801,0,-255.29,2129.89,81.2629,1.74533,86400,0,0,1251,0,0,0,0,0),(11514,3851,33,1,1,729,0,-206.364,2130.33,86.5839,5.88176,86400,0,0,1131,816,0,0,0,0),(3483,3851,33,1,1,729,0,-246.827,2115.07,87.0959,2.79253,86400,0,0,1131,816,0,0,0,0),(3482,3851,33,1,1,729,0,-194.589,2133.5,81.584,6.03884,86400,0,0,1131,816,0,0,0,0),(3481,3861,33,1,1,801,0,-191.003,2125.8,81.585,0.418879,86400,0,0,1251,0,0,0,0,0),(3480,3851,33,1,1,729,0,-246.705,2136.28,81.2629,2.32129,86400,0,0,1131,816,0,0,0,0),(3479,3851,33,1,1,729,0,-205.378,2117.15,81.1379,1.0472,86400,0,0,1131,816,0,0,0,0),(3478,3861,33,1,1,801,0,-236.623,2118.53,87.0845,6.00393,86400,0,0,1251,0,0,0,0,0),(2114,3861,33,1,1,801,0,-212.892,2102.81,76.9773,6.00393,86400,0,0,1251,0,0,0,0,0),(75,2544,0,1,1,9573,0,-14422.4,63.9523,1.38003,4.18235,300,10,0,1829,0,1,0,0,0),(74,2544,0,1,1,9573,0,-14908.7,-29.849,0.276198,5.28334,300,5,0,1829,0,1,0,0,0),(73,2544,0,1,1,9573,0,-14679.8,163.598,-0.325073,1.48668,300,5,0,1829,0,1,0,0,0),(72,2544,0,1,1,9573,0,-14812.7,312.065,1.10458,0.065201,300,5,0,1829,0,1,0,0,0),(71,2544,0,1,1,9573,0,-14645.5,258.305,0.890634,0.007671,300,10,0,1829,0,1,0,0,0),(70,2544,0,1,1,9573,0,-14811.8,449.855,1.31822,0.973038,300,5,0,1829,0,1,0,0,0),(69,2542,0,1,1,1546,0,-14467,479.833,20.4677,0.279253,300,0,0,2769,0,0,0,0,0),(87038,16208,530,1,1,0,0,6640.26,-6343.53,8.94499,4.61578,600,0,0,247,0,0,0,0,0),(87039,20682,530,1,1,0,0,-3945.56,4152.5,3.57,1.5144,1250,0,0,23656,0,0,0,0,0),(2094,7035,0,1,1,10707,1,-7961.1,-2700.76,159.413,5.69973,500,2,0,3556,0,1,0,0,0),(31446,4403,1,1,1,2599,0,-4243.38,-3998.96,21.514,1.82335,360,5,0,1464,0,1,0,0,0),(207618,34951,530,1,1,0,0,-1799.63,5482.91,-12.3448,5.18363,120,0,0,1,0,0,0,0,0),(207619,34949,530,1,1,0,0,-1809.68,5366.84,-12.3448,3.92699,120,0,0,1,0,0,0,0,0),(207620,34951,530,1,1,0,0,-1812.39,5364.03,-12.3448,0.698132,120,0,0,1,0,0,0,0,0),(87046,6491,0,1,4294967295,0,0,-6160,325.568,399.968,1.928,60,0,0,4120,0,0,0,0,0),(87047,6491,0,1,4294967295,0,0,-8924,-189,80.555,2.77,60,0,0,4120,0,0,0,0,0),(87048,6491,1,1,4294967295,0,0,9683.39,952.225,1291.87,5.752,60,0,0,4120,0,0,0,0,0),(87049,6491,1,1,4294967295,0,0,10055.4,2116.32,1329.71,2.54,60,0,0,4120,0,0,0,0,0),(87050,6491,1,1,4294967295,0,0,10394.7,825.111,1317.52,3.753,60,0,0,4120,0,0,0,0,0),(87052,6491,530,1,4294967295,0,0,-3922.27,3689.32,286.767,3.27669,60,0,0,4120,0,0,0,0,0),(87053,6491,530,1,4294967295,0,0,-3127.85,727.413,-20.3158,4.22387,60,0,0,4120,0,0,0,0,0),(87054,6491,530,1,4294967295,0,0,-4122.94,1062.18,31.5531,5.80802,60,0,0,4120,0,0,0,0,0),(87055,6491,530,1,4294967295,0,0,-2996.17,2454.73,62.4357,4.70139,60,0,0,4120,0,0,0,0,0),(87056,6491,530,1,4294967295,0,0,-2023.67,8485.88,-0.436384,3.64818,60,0,0,4120,0,0,0,0,0),(87057,6491,530,1,4294967295,0,0,9417.63,-6853.48,14.9356,2.64128,60,0,0,4120,0,0,0,0,0),(87058,6491,530,1,4294967295,0,0,10463.3,-6369.74,39.7908,2.29649,60,0,0,4120,0,0,0,0,0),(87059,6491,530,1,4294967295,0,0,8939.88,-7443.37,82.7631,2.16768,60,0,0,4120,0,0,0,0,0),(87060,6491,530,1,4294967295,0,0,8704.09,-6670.87,70.3361,6.03635,60,0,0,4120,0,0,0,0,0),(87061,6491,530,1,4294967295,0,0,-280.767,1055.99,54.3232,5.92818,60,0,0,4120,0,0,0,0,0),(87062,6491,530,1,4294967295,0,0,-4119.32,-13663.5,74.4887,2.46696,60,0,0,4120,0,0,0,0,0),(87063,6491,530,1,4294967295,0,0,-4304.85,-12422.9,17.5658,4.30872,60,0,0,4120,0,0,0,0,0),(87064,6491,530,1,4294967295,0,0,-3329.27,-12097.1,28.5829,1.22054,60,0,0,4120,0,0,0,0,0),(87065,6491,530,1,4294967295,0,0,-2014.24,-11969.3,33.3328,4.29537,60,0,0,4120,0,0,0,0,0),(87066,6491,530,1,4294967295,0,0,-1757.48,-11056.5,77.13,4.35191,60,0,0,4120,0,0,0,0,0),(87067,6491,530,1,4294967295,0,0,2368.63,2325.31,106.184,2.29208,60,0,0,4120,0,0,0,0,0),(87068,6491,530,1,4294967295,0,0,2218.65,6017.26,135.922,2.56696,60,0,0,4120,0,0,0,0,0),(87069,6491,530,1,4294967295,0,0,2013.51,5570.5,262.92,1.60077,60,0,0,4120,0,0,0,0,0),(87070,6491,530,1,4294967295,0,0,-3485.5,-11652,7.80012,6.2,60,0,0,4120,0,0,0,0,0),(87072,6491,530,1,4294967295,0,0,-3561.65,4674.39,-21.9614,4.57731,60,0,0,4120,0,0,0,0,0),(87073,6491,530,1,4294967295,0,0,-213.516,5593.56,20.7121,4.97236,60,0,0,4120,0,0,0,0,0),(87074,6491,530,1,4294967295,0,0,227.538,6200.29,22.2206,3.14788,60,0,0,4120,0,0,0,0,0),(87075,6491,530,1,4294967295,0,0,321.729,8622.32,23.3595,5.72871,60,0,0,4120,0,0,0,0,0),(87076,6491,530,1,4294967295,0,0,-1069.48,8096.37,-35.9058,5.18834,60,0,0,4120,0,0,0,0,0),(87077,6491,530,1,4294967295,0,0,873.334,7284.83,22.9778,6.28005,60,0,0,4120,0,0,0,0,0),(68,2663,0,1,1,7190,1,-14334.8,425.681,6.70968,4.41568,300,0,0,1981,0,0,0,0,0),(207614,34949,530,1,1,0,0,-1688.98,5531.12,-40.4948,4.64258,120,0,0,1,0,0,0,0,0),(207613,34951,530,1,1,0,0,-1669.92,5188.15,-43.2296,0.523599,120,0,0,1,0,0,0,0,0),(207612,34949,530,1,1,0,0,-1666.55,5192.02,-41.3905,3.71755,120,0,0,1,0,0,0,0,0),(84028,3513,0,1,1,0,0,-8838.52,670.28,98.0987,0.553153,43200,0,0,713,0,2,0,0,0),(87082,3512,0,1,1,0,0,-8841.64,671.515,97.9739,0.556232,43200,0,0,42,0,2,0,0,0),(87088,3508,0,1,1,0,0,-8841.74,670.394,97.9404,0.629918,43200,0,0,42,0,2,0,0,0),(87089,3511,0,1,1,0,0,-8841.58,669.168,97.9151,0.55451,43200,0,0,42,0,2,0,0,0),(87090,3510,0,1,1,0,0,-8841.32,667.768,97.8914,0.553006,43200,0,0,40,120,2,0,0,0),(87091,3507,0,1,1,0,0,-8840.46,666.881,97.9108,0.553158,43200,0,0,42,0,2,0,0,0),(87092,3505,0,1,1,0,0,-8838.57,667.07,98.0103,0.553137,43200,0,0,42,0,2,0,0,0),(12604,14849,0,1,1,0,0,-9581.36,59.2771,61.5242,0.308834,180,0,0,699,0,0,0,0,0),(27660,14849,0,1,1,14890,0,-9551.95,134.237,58.9648,1.72788,180,0,0,699,0,0,0,0,0),(38004,14849,0,1,1,14912,0,-9547.84,73.6699,58.9674,4.64258,180,0,0,699,0,0,0,0,0),(42598,14849,0,1,1,14890,0,-9537.16,70.2721,59.0065,5.03524,180,0,0,699,0,0,0,0,0),(42601,14849,0,1,1,0,0,-9545.6,116.265,59.2087,4.90953,180,0,0,699,0,0,0,0,0),(44187,14849,0,1,1,0,0,-9532.41,67.9315,58.9648,5.39307,180,0,0,699,0,0,0,0,0),(56323,14868,0,1,1,0,0,-9538.58,133.231,58.9648,4.03171,180,0,0,156,0,0,0,0,0),(56324,14871,0,1,1,0,0,-9566.38,31.1655,61.4444,1.58992,180,0,0,247,0,0,0,0,0),(56326,14869,0,1,1,0,0,-9549.82,112.997,59.0065,3.32908,180,5,0,42,0,1,0,0,0),(56342,14829,0,1,1,0,1,-9548.9,141.163,58.9648,4.83456,180,0,0,2614,0,0,0,0,0),(56497,14846,0,1,1,0,0,-9557.49,105.464,58.9648,4.64258,180,0,0,1220,0,0,0,0,0),(56498,14828,0,1,1,0,1,-9533.65,95.1698,58.9648,4.03171,180,0,0,699,0,0,0,0,0),(56499,10445,0,1,1,0,0,-9541.73,87.4378,59.3029,6.23082,180,0,0,955,0,0,0,0,0),(56600,14823,0,1,1,0,1,-9554.4,81.7822,59.0065,1.08224,180,0,0,2515,2486,0,0,0,0),(56611,14827,0,1,1,0,1,-9558.14,78.5432,59.0065,0.488762,180,0,0,3052,0,0,0,0,0),(56612,14864,0,1,1,0,0,-9542.36,114.763,59.1315,3.3116,180,5,0,102,0,1,0,0,0),(56613,14849,0,1,1,0,0,-9571.82,90.374,59.0065,0.978225,180,0,0,699,0,0,0,0,0),(56614,14841,0,1,1,0,0,-9576.4,87.7237,58.9648,6.23082,180,0,0,2614,0,0,0,0,0),(56615,14822,0,1,1,0,1,-9536.62,73.2432,58.9648,1.90241,180,0,0,2091,2117,0,0,0,0),(56617,14847,0,1,1,0,1,-9560.98,103.642,58.9648,5.5676,180,0,0,1220,0,0,0,0,0),(56618,14869,0,1,1,0,0,-9540.22,123.264,59.0065,5.01385,180,0,0,42,0,0,0,0,0),(56621,14845,0,1,1,0,0,-9564.5,72.2799,59.1869,0.663225,180,0,0,1220,0,0,0,0,0),(56623,14844,0,1,1,0,1,-9561.12,69.9691,59.2053,1.01229,180,0,0,1220,0,0,0,0,0),(56624,14866,0,1,1,0,0,-1606.1,124.909,-15.568,4.62012,180,0,0,102,0,2,0,0,0),(56625,14860,0,1,1,0,0,-9515.7,85.8905,59.3007,2.40195,180,0,0,86,0,2,0,0,0),(56680,14849,0,1,1,0,0,-9544.69,73.6216,59.0065,0.573501,180,0,0,699,0,0,0,0,0),(57163,14869,0,1,1,0,0,-9547.29,137.246,58.9143,5.09003,180,5,0,42,0,1,0,0,0),(57168,14864,0,1,1,0,0,-9545.21,130.871,59.0065,4.36626,180,5,0,102,0,1,0,0,0),(57441,14865,0,1,1,0,0,-9555.53,115.845,58.9683,5.74213,180,0,0,594,0,0,0,0,0),(61987,14832,0,1,1,0,0,-9558.18,130.175,58.9648,5.70723,180,0,0,2614,0,0,0,0,0),(45917,8921,230,1,1,8180,0,503.076,-72.1034,-63.0386,4.40181,7200,5,0,2672,0,1,0,0,0),(3383,3296,1,1,1,4602,1,2049.3,-4629.26,51.0382,0.434071,300,0,0,15952,0,0,0,0,0),(3382,3296,1,1,1,4602,1,1682.14,-4099.99,37.7947,1.5708,300,0,0,15952,0,0,0,0,0),(3381,5900,1,1,1,4537,1,-269.97,-4000.87,168.218,3.37875,300,0,0,1342,0,0,0,0,0),(90497,22832,530,1,1,0,0,-248.568,5444.16,24.5815,5.64767,500,0,0,6986,0,0,0,0,0),(3380,14304,1,1,1,14362,1,1898.44,-4128.35,43.5265,5.51524,300,0,0,25200,0,0,0,0,0),(90500,22979,530,1,1,0,0,-1331.06,9183.99,245.818,0.0858951,500,0,0,5589,3155,0,0,0,0),(90501,22979,530,1,1,0,0,-1207.19,9222.06,223.697,3.25026,500,0,0,5589,3155,0,0,0,0),(90502,22979,530,1,1,0,0,-1210.26,9167.74,214.453,3.11282,500,0,0,5589,3155,0,0,0,0),(90503,22979,530,1,1,0,0,-1325.37,9282.57,246.006,1.41321,500,0,0,5589,3155,0,0,0,0),(90504,22979,530,1,1,0,0,-1368.66,9315.83,256.706,4.72916,500,0,0,5589,3155,0,0,0,0),(90505,22924,530,1,1,0,0,3024.32,5511.29,146.051,2.31064,500,0,0,5589,3155,0,0,0,0),(90506,22932,530,1,1,0,0,2389.34,7179.57,366.458,1.81774,500,0,0,5589,3155,0,0,0,0),(90507,22981,530,1,1,0,1,-1274.44,9158.71,216.662,1.23781,500,0,0,5589,3155,0,0,0,0),(81647,21350,565,1,1,0,1,104.296,288.764,1.34641,4.5584,604800,0,0,165200,49635,2,0,0,0),(81645,21350,565,1,1,0,1,79.5526,133.903,-7.64774,3.29974,604800,0,0,165200,49635,0,0,0,0),(28480,947,0,1,1,0,1,-9148.3,-3209.08,105.494,1.43446,50400,5,0,787,0,1,0,0,0),(3379,14304,1,1,1,14360,1,1898.32,-4149.7,40.9876,0.10472,300,0,0,25200,0,0,0,0,0),(7486,432,0,1,1,1887,1,-9370.36,-3166.04,83.5755,2.72271,300,0,0,617,0,0,0,0,0),(90984,15384,544,1,1,11686,0,-2.59192,83.3255,22.6908,4.57276,604800,0,0,4120,0,0,0,0,0),(7485,433,0,1,1,275,1,-9376.52,-3167.18,83.6684,0.575959,300,0,0,573,0,0,0,0,0),(7461,433,0,1,1,275,1,-9381.67,-3163.85,83.5755,1.29154,300,0,0,573,0,0,0,0,0),(90983,17376,544,1,1,13069,0,-31.471,-34.156,2.2351,1.06465,604800,0,0,4705,0,0,0,0,0),(7460,433,0,1,1,275,1,-9368.75,-3161.73,83.7005,3.31613,300,0,0,573,0,0,0,0,0),(7459,434,0,1,1,275,0,-9356.05,-3164.54,83.9201,3.47321,300,0,0,531,0,0,0,0,0),(90982,17256,544,1,1,9865,1,-31.7645,-35.8374,0.714268,1.37881,604800,0,0,152964,1016100,0,0,0,0),(51823,5937,1,1,1,0,0,-6105.79,-3537.57,-58.7501,1.44973,43200,0,0,3660,0,0,0,0,0),(90981,17256,544,1,1,9865,1,10.3369,-19.7942,0.714241,2.53073,604800,0,0,152964,1016100,0,0,0,0),(7457,4463,0,1,1,6030,1,-9207.29,-2893.75,112.992,0.226893,300,0,0,472,1357,0,0,0,0),(7456,485,0,1,1,6034,1,-9198.21,-2887.29,113.073,4.67748,300,0,0,494,0,0,0,0,0),(90980,17256,544,1,1,9865,1,10.4777,23.9914,0.714224,3.66519,604800,0,0,152964,1016100,0,0,0,0),(7455,440,0,1,1,6033,1,-9203.43,-2898.08,112.992,1.5708,300,0,0,449,0,0,0,0,0),(7454,440,0,1,1,6033,1,-9195.06,-2894.82,113.073,3.63029,300,0,0,449,0,0,0,0,0),(90979,17256,544,1,1,9865,1,-31.9479,40.2201,0.714251,4.93928,604800,0,0,152964,1016100,0,0,0,0),(7410,721,0,1,1,4626,0,-9234.85,-3097.38,107.299,0.725107,300,5,0,1,0,1,0,0,0),(90978,17256,544,1,1,9865,1,-55.6891,2.17024,0.71428,0.05236,604800,0,0,152964,1016100,0,0,0,0),(89069,4295,189,1,1,2515,1,1851.88,-385.46,18.7619,2.33874,86400,0,0,3831,0,0,0,0,0),(89067,4295,189,1,1,2515,1,1855.75,-403.744,18.7616,3.24631,86400,0,0,3831,0,0,0,0,0),(40026,4301,189,1,1,2499,1,1118.46,1425.7,30.3888,4.74729,86400,0,0,4185,0,0,0,0,0),(40027,4540,189,1,1,2604,0,1118.89,1405.23,30.3874,6.10865,86400,0,0,3489,0,0,0,0,0),(40028,4301,189,1,1,2499,1,1118.77,1372.24,30.3885,1.50098,86400,0,0,4185,0,0,0,0,0),(40029,3976,189,1,1,2042,1,1153.87,1398.39,32.6112,6.12611,86400,0,0,5517,2566,0,0,0,0),(40030,4299,189,1,1,2502,1,1137.65,1455.58,30.3845,4.36332,86400,0,0,2901,2014,0,0,0,0),(40031,4302,189,1,1,2460,1,1134.68,1338.78,30.3007,1.46608,86400,0,1,3540,2472,2,0,0,0),(40020,4303,189,1,1,2492,1,1131.19,1405.14,30.3888,6.14356,86400,0,0,3540,2472,0,0,0,0),(40021,4540,189,1,1,2604,0,1131.25,1390.61,30.3824,0.20944,86400,0,0,3489,0,0,0,0,0),(40022,4300,189,1,1,2525,1,1123.06,1377.68,30.3911,0.418879,86400,0,0,3514,5950,0,0,0,0),(40014,4301,189,1,1,2500,1,1099.92,1425.87,30.3883,4.67748,86400,0,0,4185,0,0,0,0,0),(40015,4300,189,1,1,2526,1,1082.92,1417.33,30.3027,3.09318,86400,0,1,3514,5950,2,0,0,0),(40016,4302,189,1,1,2461,1,1103.96,1419.38,30.3908,5.23599,86400,2,0,3540,2472,1,0,0,0),(40013,4303,189,1,1,2492,1,1106.51,1395.47,30.3909,0.087266,86400,0,0,3540,2472,0,0,0,0),(40011,4303,189,1,1,2492,1,1107.01,1403.8,30.3909,6.16101,86400,0,0,3540,2472,0,0,0,0),(40009,4301,189,1,1,2500,1,1081.35,1425.84,30.3862,4.81711,86400,0,0,4185,0,0,0,0,0),(40008,4299,189,1,1,2502,1,1079.82,1376.72,30.3059,6.03884,86400,0,1,2901,2014,2,0,0,0),(40006,4540,189,1,1,2604,0,1093.94,1407.44,30.3825,6.12611,86400,0,0,3489,0,0,0,0,0),(39994,4301,189,1,1,2499,1,1064.4,1387.33,30.8469,3.05433,86400,0,0,4185,0,0,0,0,0),(39995,4301,189,1,1,2500,1,1042.55,1436.11,27.3831,0.890118,86400,3,0,4185,0,1,0,0,0),(39996,4301,189,1,1,2499,1,1064.79,1410.84,30.8469,3.22886,86400,0,0,4185,0,0,0,0,0),(39997,4301,189,1,1,2500,1,1063.2,1415.93,30.8469,3.42085,86400,0,0,4185,0,0,0,0,0),(39998,4294,189,1,1,2524,1,1045.66,1449.21,29.1465,1.05107,86400,0,0,2910,5722,0,0,0,0),(39999,4294,189,1,1,2524,1,1042.8,1453.6,29.2298,0.523599,86400,0,0,2910,5722,0,0,0,0),(40000,4301,189,1,1,2500,1,1081.55,1372.29,30.3863,1.50098,86400,0,0,4185,0,0,0,0,0),(40001,4299,189,1,1,2502,1,1078.94,1377.88,30.3894,5.91667,86400,0,0,2901,2014,0,0,0,0),(40002,4301,189,1,1,2500,1,1045.87,1456.44,29.2298,4.03171,86400,0,0,4185,0,0,0,0,0),(40003,4301,189,1,1,2500,1,1100.04,1372.48,30.3885,1.50098,86400,0,0,4185,0,0,0,0,0),(40004,4302,189,1,1,2460,1,1094.09,1393.13,30.3869,0.069813,86400,0,0,3540,2472,0,0,0,0),(39991,4295,189,1,1,2515,1,1041.41,1400.29,27.3899,2.14675,86400,3,0,3831,0,1,0,0,0),(39992,4295,189,1,1,2515,1,1045.23,1343.56,29.2298,2.9147,86400,0,0,3831,0,0,0,0,0),(89062,4292,189,1,1,2476,1,1798.61,-427.408,8.09416,5.8294,86400,0,0,3027,2134,0,0,0,0),(89063,4290,189,1,1,2511,1,1804.33,-430.56,8.09537,2.6529,86400,0,0,3660,0,0,0,0,0),(89059,4292,189,1,1,2465,1,1781.94,-381.199,8.09497,2.87979,86400,0,0,3027,2134,0,0,0,0),(40149,4290,189,1,1,2511,1,1776.38,-380.149,8.09487,6.16101,86400,0,0,3660,0,0,0,0,0),(40148,4290,189,1,1,2511,1,1747.19,-407.454,8.09384,5.46288,86400,0,0,3660,0,0,0,0,0),(40147,4292,189,1,1,2476,1,1751.65,-411.954,8.09475,2.37365,86400,0,0,3027,2134,0,0,0,0),(40145,4286,189,1,1,2522,1,1747.55,-382.132,8.094,5.13127,86400,0,0,3660,0,0,0,0,0),(40146,4292,189,1,1,2465,1,1747.38,-386.651,8.09371,1.06465,86400,0,0,3027,2134,0,0,0,0),(40138,4286,189,1,1,2523,1,1707.79,-338.49,18.6778,2.39103,86400,0,1,3660,0,2,0,0,0),(40137,4286,189,1,1,2522,1,1699.02,-372.043,18.148,0.087266,86400,0,0,3660,0,0,0,0,0),(45916,8921,230,1,1,8180,0,504.562,-74.7311,-62.7859,4.42372,7200,5,0,2672,0,1,0,0,0),(45915,8921,230,1,1,8180,0,501.974,-76.0336,-63.0212,4.5521,7200,5,0,2672,0,1,0,0,0),(45914,8890,230,1,1,8758,1,522.054,-86.6401,-62.552,3.05433,7200,0,0,6414,0,0,0,0,0),(45913,8890,230,1,1,8758,1,488.443,-113.627,-62.013,3.59538,7200,0,0,6414,0,0,0,0,0),(45912,8890,230,1,1,8758,1,476.464,-94.0346,-62.5247,1.98968,7200,0,0,6414,0,0,0,0,0),(45911,8889,230,1,1,8754,1,482.241,-115.99,-62.6958,0.226893,7200,0,0,6183,0,0,0,0,0),(45910,8892,230,1,1,8718,1,592.991,-139.189,-68.7439,2.89725,7200,0,0,6645,0,0,0,0,0),(45909,8891,230,1,1,8750,1,630.61,-275.252,-83.677,3.83972,7200,0,0,6645,0,0,0,0,0),(45908,8891,230,1,1,8750,1,601.197,-267.201,-82.994,0.715585,7200,0,0,6645,0,0,0,0,0),(45907,8909,230,1,1,2172,0,657.746,-156.779,-72.9804,1.36136,7200,0,0,5316,3614,0,0,0,0),(45906,8909,230,1,1,2172,0,661.14,-160.517,-73.6136,0.15708,7200,0,0,5316,3614,0,0,0,0),(45905,8892,230,1,1,8718,1,549.991,-114.152,-62.3849,2.96706,7200,0,0,6645,0,0,0,0,0),(45904,8892,230,1,1,8718,1,548.344,-123.727,-62.1628,2.93215,7200,0,0,6645,0,0,0,0,0),(45903,8891,230,1,1,8750,1,655.143,-233.742,-83.5416,2.05949,7200,0,0,6645,0,0,0,0,0),(45902,8921,230,1,1,8180,0,596.864,-136.173,-69.502,1.55334,7200,0,0,2672,0,0,0,0,0),(45901,8921,230,1,1,8180,0,592.544,-134.631,-69.2601,3.64774,7200,0,0,2672,0,0,0,0,0),(45900,8892,230,1,1,8718,1,647.553,-227.379,-83.3193,5.91667,7200,0,0,6645,0,0,0,0,0),(45899,8892,230,1,1,8718,1,649.799,-188.49,-75.1179,4.53786,7200,0,0,6645,0,0,0,0,0),(45898,8921,230,1,1,8180,0,513.468,-180.707,-59.7321,5.01773,7200,0,0,2672,0,0,0,0,0),(45896,8921,230,1,1,8180,0,512.257,-176.864,-60.2591,5.01771,7200,5,0,2672,0,1,0,0,0),(45895,8891,230,1,1,8750,1,404.938,-46.5168,-63.8461,0,7200,0,0,6645,0,0,0,0,0),(45894,8890,230,1,1,8758,1,380.542,-79.6814,-64.4891,5.67232,7200,0,0,6414,0,0,0,0,0),(45893,8921,230,1,1,8180,0,386.969,-153.739,-64.8657,1.06465,7200,0,0,2672,0,0,0,0,0),(45892,8891,230,1,1,8750,1,348.197,-112.435,-64.8657,6.24828,7200,0,0,6645,0,0,0,0,0),(45891,8891,230,1,1,8750,1,375.304,-104.843,-64.8657,4.24115,7200,0,0,6645,0,0,0,0,0),(45890,8891,230,1,1,8750,1,409.084,-44.4012,-63.8605,3.75246,7200,0,0,6645,0,0,0,0,0),(45889,8891,230,1,1,8750,1,413.339,-162.273,-63.2825,3.94444,7200,0,0,6645,0,0,0,0,0),(45888,8891,230,1,1,8750,1,384.186,-82.2529,-64.1439,3.00197,7200,0,0,6645,0,0,0,0,0),(45887,8890,230,1,1,8758,1,364.619,-54.1914,-66.7459,3.05433,7200,0,0,6414,0,0,0,0,0),(45886,8912,230,1,1,8792,1,358.933,-54.3478,-67.0486,0.122173,7200,0,0,5316,3614,0,0,0,0),(45885,9016,230,1,1,12162,0,702.416,184.462,-71.988,4.20624,43200,0,0,23710,0,0,0,0,0),(45884,8892,230,1,1,8718,1,634.845,125.57,-73.7863,4.99164,7200,0,0,6645,0,0,0,0,0),(45883,8893,230,1,1,8757,1,636.962,129.764,-73.7864,4.99164,7200,0,0,6645,0,0,0,0,0),(45882,8894,230,1,1,8752,1,638.245,124.286,-73.7859,4.99164,7200,0,0,4653,8786,0,0,0,0),(45881,8893,230,1,1,8757,1,640.099,127.803,-73.786,4.99164,7200,0,0,6645,0,0,0,0,0),(45880,8895,230,1,1,8753,1,641.76,124.362,-73.7856,4.99164,7200,0,0,5502,3728,0,0,0,0),(45879,8892,230,1,1,8718,1,670.446,-51.7988,-73.0803,2.42779,7200,0,0,6645,0,0,0,0,0),(45878,8893,230,1,1,8757,1,665.208,-57.8459,-73.0578,2.42779,7200,0,0,6645,0,0,0,0,0),(45877,8894,230,1,1,8752,1,669.137,-53.3106,-73.0747,2.42779,7200,0,0,4653,8786,0,0,0,0),(45876,8893,230,1,1,8757,1,666.518,-56.3341,-73.0635,2.42779,7200,0,0,6645,0,0,0,0,0),(45875,8895,230,1,1,8753,1,665.063,-52.4277,-73.1494,2.4278,7200,0,0,5502,3728,0,0,0,0),(45874,8892,230,1,1,8718,1,604.827,30.0904,-73.6136,3.28122,7200,0,0,6645,0,0,0,0,0),(45872,8893,230,1,1,8757,1,605.628,25.3446,-73.6744,3.28122,7200,0,0,6645,0,0,0,0,0),(45871,8894,230,1,1,8752,1,600.469,29.5363,-73.1515,3.28122,7200,0,0,4653,8786,0,0,0,0),(45870,8893,230,1,1,8757,1,600.897,24.4853,-73.1713,3.28122,7200,0,0,6645,0,0,0,0,0),(45869,8895,230,1,1,8753,1,597.316,26.4197,-72.746,0.244346,7200,0,0,5502,3728,0,0,0,0),(45868,8910,230,1,1,1070,0,622.499,36.2067,-74.041,4.20035,7200,0,0,5691,3846,2,0,0,0),(45867,8921,230,1,1,8180,0,649.059,144.845,-73.8695,4.78166,7200,5,0,2672,0,1,0,0,0),(45866,8894,230,1,1,8752,1,614.825,96.8101,-73.7865,5.75959,7200,0,0,4653,8786,0,0,0,0),(45865,8893,230,1,1,8757,1,613.474,92.0275,-73.7863,5.84685,7200,0,0,6645,0,0,0,0,0),(45864,8893,230,1,1,8757,1,611.643,87.6111,-73.7864,5.93412,7200,0,0,6645,0,0,0,0,0),(45863,8893,230,1,1,8757,1,609.862,83.0139,-73.7865,6.03884,7200,0,0,6645,0,0,0,0,0),(45862,8895,230,1,1,8753,1,619.407,86.2535,-73.7848,2.67035,7200,0,0,5502,3728,0,0,0,0),(45861,8892,230,1,1,8718,1,720.429,-132.657,-71.887,6.0012,7200,0,0,6645,0,0,0,0,0),(28405,23068,530,1,1,0,1,-3676.88,3378.85,312.15,4.08325,300,0,0,6032,7332,0,0,0,0),(45859,8894,230,1,1,8752,1,720.429,-132.657,-71.887,6.0012,7200,0,0,4653,8786,0,0,0,0),(45858,8893,230,1,1,8757,1,720.429,-132.657,-71.887,6.0012,7200,0,0,6645,0,0,0,0,0),(45857,8895,230,1,1,8753,1,720.429,-132.657,-71.887,6.0012,7200,5,0,5502,3728,1,0,0,0),(45856,8894,230,1,1,8752,1,627.693,-19.5938,-73.2431,3.64774,7200,0,0,4653,8786,0,0,0,0),(45855,8894,230,1,1,8752,1,628.928,-22.8526,-73.2824,3.63029,7200,0,0,4653,8786,0,0,0,0),(45854,8893,230,1,1,8757,1,630.564,-26.1523,-73.2428,3.61283,7200,0,0,6645,0,0,0,0,0),(45853,8893,230,1,1,8757,1,632.172,-29.5864,-73.2427,3.59538,7200,0,0,6645,0,0,0,0,0),(45852,8895,230,1,1,8753,1,625.989,-26.4447,-73.8394,0.523599,7200,0,0,5502,3728,0,0,0,0),(48714,11322,389,1,1,0,1,-300.145,204.932,-25.1219,2.83371,86400,2,0,759,396,1,0,0,0),(48715,11324,389,1,1,0,1,-284.913,216.073,-25.0184,2.53073,86400,5,0,723,902,1,0,0,0),(48716,11324,389,1,1,0,1,-299.173,199.104,-24.7852,3.08923,86400,0,0,723,902,0,0,0,0),(48717,11322,389,1,1,0,1,-279.577,210.296,-25.0184,5.48262,86400,0,0,759,396,0,0,0,0),(48718,11322,389,1,1,0,1,-294.636,196.863,-25.415,1.26676,86400,2,0,759,396,1,0,0,0),(48719,11322,389,1,1,0,1,-224.395,213.183,-24.9818,1.76312,86400,1,0,759,396,1,0,0,0),(48720,11322,389,1,1,0,1,-229.394,206.597,-24.7948,5.65487,86400,1,0,759,396,1,0,0,0),(48721,11324,389,1,1,0,1,-231.167,212.064,-24.9235,5.09528,86400,1,0,723,902,1,0,0,0),(48722,11322,389,1,1,0,1,-275.823,219.821,-25.0184,0.090169,86400,0,0,759,396,0,0,0,0),(48723,11322,389,1,1,0,1,-309.146,224.228,-23.7467,4.62512,86400,2,0,759,396,1,0,0,0),(48724,11324,389,1,1,0,1,-316.556,222.633,-22.1718,4.07439,86400,0,0,723,902,0,0,0,0),(48725,11323,389,1,1,0,1,-329.782,210.636,-19.9161,0.820305,86400,0,0,819,0,0,0,0,0),(48726,11322,389,1,1,0,1,-301.24,251.092,-13.0535,1.22761,86400,5,0,759,396,1,0,0,0),(48727,11322,389,1,1,0,1,-293.292,256.603,-14.8024,3.12128,86400,5,0,759,396,1,0,0,0),(48728,11322,389,1,1,0,1,-340.183,207.471,-21.4877,0.777513,86400,2,0,759,396,1,0,0,0),(48729,11323,389,1,1,0,1,-321.875,247.56,-11.5076,0.226893,86400,0,0,819,0,0,0,0,0),(48730,11323,389,1,1,0,1,-318.951,256.642,-11.5058,5.21853,86400,0,0,819,0,0,0,0,0),(48731,11323,389,1,1,0,1,-336.361,224.257,-20.2678,5.98648,86400,0,0,819,0,0,0,0,0),(48732,11322,389,1,1,0,1,-346.643,213.994,-21.3899,4.62512,86400,2,0,759,396,1,0,0,0),(48733,11322,389,1,1,0,1,-342.315,256.423,-7.97652,3.64774,86400,5,0,759,396,1,0,0,0),(48734,11322,389,1,1,0,1,-372.27,265.154,-4.84659,3.80391,86400,0,0,759,396,0,0,0,0),(48735,11322,389,1,1,0,1,-367.589,254.246,-5.0474,1.40766,86400,0,0,759,396,0,0,0,0),(48736,11324,389,1,1,0,1,-375.796,256.279,-4.84658,5.98416,86400,0,0,723,902,0,0,0,0),(48737,11322,389,1,1,0,1,-369.356,211.166,-21.801,2.00713,86400,2,0,759,396,1,0,0,0),(48738,11324,389,1,1,0,1,-385.122,239.621,-4.84661,4.5914,86400,0,0,723,902,0,0,0,0),(48739,11322,389,1,1,0,1,-360.933,179.061,-22.1946,0.722725,86400,2,0,759,396,1,0,0,0),(48740,11518,389,1,1,0,1,-376.811,209.224,-21.801,5.91667,86400,0,0,1382,1712,0,0,0,0),(48741,11322,389,1,1,0,1,-374.127,201.24,-21.801,4.50295,86400,2,0,759,396,1,0,0,0),(48742,11322,389,1,1,0,1,-400.436,216.18,-1.01054,0.794809,86400,2,0,759,396,1,0,0,0),(48743,11322,389,1,1,0,1,-387.038,259.729,-4.84658,3.08605,86400,0,0,759,396,0,0,0,0),(48744,11324,389,1,1,0,1,-367.19,180.435,-22.1573,1.02974,86400,2,0,723,902,1,0,0,0),(48745,11322,389,1,1,0,1,-367.06,173.695,-22.0076,3.50908,86400,2,0,759,396,1,0,0,0),(48746,11322,389,1,1,0,1,-392.023,244.262,-4.84661,2.50107,86400,0,0,759,396,0,0,0,0),(48747,11323,389,1,1,0,1,-404.929,181.384,6.57811,1.91986,86400,0,0,819,0,0,0,0,0),(48748,11323,389,1,1,0,1,-412.364,177.342,6.70869,1.36136,86400,0,0,819,0,0,0,0,0),(48749,11322,389,1,1,0,1,-385.157,156.603,7.7385,0.844909,86400,2,0,759,396,1,0,0,0),(48750,11519,389,1,1,0,1,-384.867,146.045,7.82184,2.51327,86400,0,0,1513,0,0,0,0,0),(48751,11322,389,1,1,0,1,-396.309,150.828,7.82184,4.67748,86400,2,0,759,396,1,0,0,0),(38141,2914,43,1,1,0,0,-338.159,35.1821,-99.0124,1.00232,86400,10,0,8,0,1,0,0,0),(38142,3640,43,1,1,0,0,-344.548,24.5073,-101.101,2.69132,86400,5,0,1158,0,1,0,0,0),(38143,3840,43,1,1,0,1,-352.826,43.2932,-100.082,0.733038,86400,0,0,1212,912,0,0,0,0),(38144,3840,43,1,1,0,1,-343.81,51.4949,-98.5811,3.85718,86400,0,0,1212,912,0,0,0,0),(38145,2914,43,1,1,0,0,-334.276,-66.2257,-65.0929,4.18411,86400,10,0,8,0,1,0,0,0),(38146,3840,43,1,1,0,1,-102.14,-8.77391,-29.1185,6.03884,86400,0,0,1212,912,0,0,0,0),(38147,5756,43,1,1,0,0,-111.045,-16.0654,-28.4545,6.22136,86400,5,0,1347,0,1,0,0,0),(38148,3673,43,1,1,0,1,-120.163,-24.624,-28.5832,2.83035,86400,0,0,2784,1530,0,0,0,0),(38168,5761,43,1,1,0,0,-172.858,-82.2607,-67.712,5.59834,86400,5,0,1212,456,1,0,0,0),(38508,2914,43,1,1,0,0,-173.806,-81.3373,-67.728,4.88681,86400,10,0,8,0,1,0,0,0),(45718,3840,43,1,1,0,1,-74.9697,-39.5402,-59.3461,0.820305,86400,0,0,1212,912,0,0,0,0),(45719,2914,43,1,1,0,0,-102.949,-62.0252,-66.7835,1.27229,86400,10,0,8,0,1,0,0,0),(45721,5055,43,1,1,0,0,-68.4069,-39.3043,-60.7368,2.00713,86400,5,0,135,0,1,0,0,0),(45722,3840,43,1,1,0,1,-174.366,-87.5045,-67.7942,3.29544,86400,0,0,1212,912,0,0,0,0),(45723,5761,43,1,1,0,0,-172.206,-91.6923,-67.4046,4.768,86400,5,0,1212,456,1,0,0,0),(45724,5761,43,1,1,0,0,-120.548,-100.983,-72.7718,0.855211,86400,5,0,1212,456,1,0,0,0),(48752,5055,43,1,1,0,0,-61.7184,-37.6639,-61.8105,0.14321,86400,5,0,135,0,1,0,0,0),(49413,5761,43,1,1,0,0,-120.675,-129.028,-66.9905,0.405046,86400,2,0,1212,456,1,0,0,0),(49414,3840,43,1,1,0,1,-140.355,-181.34,-68.152,2.46184,86400,0,0,1212,912,0,0,0,0),(49415,5761,43,1,1,0,0,-102.971,-160.908,-67.5989,3.61124,86400,5,0,1212,456,1,0,0,0),(49416,5756,43,1,1,0,0,-144.266,-195.181,-67.9851,4.92362,86400,2,0,1347,0,1,0,0,0),(51609,2914,43,1,1,0,0,-128.641,-185.705,-68.2838,5.83658,86400,10,0,8,0,1,0,0,0),(52598,5761,43,1,1,0,0,-69.5251,-144.688,-81.6552,5.11381,86400,5,0,1212,456,1,0,0,0),(85900,3640,43,1,1,0,0,-75.6394,-142.53,-80.9427,5.66487,86400,5,0,1158,0,1,0,0,0),(85901,5761,43,1,1,0,0,-57.3268,-123.082,-69.3712,3.53947,86400,0,0,1212,456,0,0,0,0),(85902,5761,43,1,1,0,0,-61.5681,-152.878,-78.7219,6.12289,86400,0,0,1212,456,0,0,0,0),(85912,5055,43,1,1,0,0,-35.1866,-109.43,-71.5824,4.83972,86400,1,0,135,0,1,0,0,0),(85916,5055,43,1,1,0,0,-35.6954,-102.823,-71.1393,0.200927,86400,1,0,135,0,1,0,0,0),(85917,5055,43,1,1,0,0,-35.2855,-115.286,-71.646,5.0583,86400,1,0,135,0,1,0,0,0),(85918,5055,43,1,1,0,0,-40.8706,-109.559,-70.794,1.05035,86400,1,0,135,0,1,0,0,0),(85919,3840,43,1,1,0,1,-39.2192,-118.272,-71.3657,5.65877,86400,0,0,1212,912,0,0,0,0),(85920,5055,43,1,1,0,0,-60.5177,-42.8552,-62.6483,3.59899,86400,5,0,135,0,1,0,0,0),(85923,2914,43,1,1,0,0,-42.2102,-115.005,-70.9481,2.88265,86400,10,0,8,0,1,0,0,0),(85947,5761,43,1,1,0,0,-34.1276,-102.592,-71.2142,1.03311,86400,5,0,1212,456,1,0,0,0),(85948,3840,43,1,1,0,1,-32.1023,-44.1422,-64.9763,3.38594,86400,5,0,1212,912,1,0,0,0),(85951,2914,43,1,1,0,0,-27.5634,-67.0949,-67.0457,4.47942,86400,10,0,8,0,1,0,0,0),(85953,5761,43,1,1,0,0,-37.4441,-48.2186,-65.3351,0.700297,86400,5,0,1212,456,1,0,0,0),(85954,5761,43,1,1,0,0,-6.09599,-60.787,-67.2247,2.70526,86400,5,0,1212,456,1,0,0,0),(85958,3840,43,1,1,0,1,0.456491,-58.0701,-66.7706,1.41372,86400,0,0,1212,912,0,0,0,0),(85959,3840,43,1,1,0,1,2.31787,-47.6905,-65.8961,4.64258,86400,0,0,1212,912,0,0,0,0),(85961,5761,43,1,1,0,0,26.621,-155.963,-80.0963,2.01608,86400,5,0,1212,456,1,0,0,0),(85963,5761,43,1,1,0,0,22.7648,-150.782,-75.5469,5.68534,86400,0,1,1212,456,2,0,0,0),(85965,3840,43,1,1,0,1,-35.9738,-188.879,-74.2266,5.40204,86400,2,0,1212,912,1,0,0,0),(85970,2914,43,1,1,0,0,-43.1579,-186.891,-74.4734,3.93977,86400,10,0,8,0,1,0,0,0),(85974,5761,43,1,1,0,0,-49.4982,-184.694,-74.7432,3.2571,86400,2,0,1212,456,1,0,0,0),(85988,5055,43,1,1,0,0,31.7616,-164.023,-82.2103,1.95201,86400,1,0,135,0,1,0,0,0),(85989,5055,43,1,1,0,0,30.6841,-162.294,-81.9008,1.01849,86400,1,0,135,0,1,0,0,0),(85991,2914,43,1,1,0,0,-5.53486,-197.778,-79.7883,3.03733,86400,10,0,8,0,1,0,0,0),(85992,2914,43,1,1,0,0,-148.34,-206.21,-68.5827,0.120755,86400,10,0,8,0,1,0,0,0),(85993,5056,43,1,1,0,0,-151.99,-193.793,-68.517,2.55062,86400,5,0,1347,0,1,0,0,0),(85994,5055,43,1,1,0,0,-179.348,-213.459,-57.1672,4.99566,86400,1,0,135,0,1,0,0,0),(85995,5055,43,1,1,0,0,-181.605,-204.294,-59.3739,6.15698,86400,1,0,135,0,1,0,0,0),(85996,5055,43,1,1,0,0,-188.013,-194.516,-61.1482,2.01214,86400,5,0,135,0,1,0,0,0),(86000,5055,43,1,1,0,0,-192.057,-191.647,-62.1711,1.60461,86400,5,0,135,0,1,0,0,0),(86003,2914,43,1,1,0,0,-124.618,-243.066,-62.8639,2.81518,86400,10,0,8,0,1,0,0,0),(86004,3840,43,1,1,0,1,-124.628,-240.457,-63.182,0.264839,86400,0,0,1212,912,0,0,0,0),(86005,2914,43,1,1,0,0,-130.906,-244.259,-64.7158,4.08519,86400,10,0,8,0,1,0,0,0),(86011,5756,43,1,1,0,0,-123.356,-246.826,-62.0081,5.19314,86400,5,0,1347,0,1,0,0,0),(86012,5756,43,1,1,0,0,-166.816,-246.205,-57.274,6.20765,86400,5,0,1347,0,1,0,0,0),(86013,3840,43,1,1,0,1,-209.561,-195.677,-62.2591,0.287966,86400,5,0,1212,912,1,0,0,0),(86045,5756,43,1,1,0,0,-193.045,-237.753,-70.109,2.84551,86400,5,0,1347,0,1,0,0,0),(86046,5761,43,1,1,0,0,-56.9424,-236.043,-68.8445,2.01367,86400,5,0,1212,456,1,0,0,0),(86047,3640,43,1,1,0,0,-109.218,-260.432,-59.3047,1.5912,86400,5,0,1158,0,1,0,0,0),(86048,3840,43,1,1,0,1,-96.4884,-262.309,-58.1511,0.92934,86400,5,0,1212,912,1,0,0,0),(86104,3840,43,1,1,0,1,-55.0802,-249.599,-68.6557,4.71643,86400,5,0,1212,912,1,0,0,0),(86105,5055,43,1,1,0,0,-160.949,-285.363,-62.9216,1.97666,86400,1,0,135,0,1,0,0,0),(86106,2914,43,1,1,0,0,-118.55,-306.559,-63.2057,4.37173,86400,10,0,8,0,1,0,0,0),(86107,3840,43,1,1,0,1,-104.047,-305.083,-62.8754,4.95674,86400,0,0,1212,912,0,0,0,0),(86108,3840,43,1,1,0,1,-101.087,-314.364,-62.4039,1.97222,86400,0,0,1212,912,0,0,0,0),(86109,3840,43,1,1,0,1,-17.6659,-269.587,-66.5163,1.0472,86400,0,0,1212,912,0,0,0,0),(86110,5761,43,1,1,0,0,-30.8356,-270.358,-67.4264,1.67204,86400,5,0,1212,456,1,0,0,0),(86111,5756,43,1,1,0,0,-107.918,-297.238,-62.4053,0.421712,86400,5,0,1347,0,1,0,0,0),(86112,3840,43,1,1,0,1,-29.1347,-264.171,-67.822,6.05629,86400,0,0,1212,912,0,0,0,0),(86113,2914,43,1,1,0,0,-29.2057,-249.163,-68.4566,2.87598,86400,10,0,8,0,1,0,0,0),(86136,3840,43,1,1,0,1,-11.4551,-260.961,-67.9703,3.9968,86400,0,0,1212,912,0,0,0,0),(86137,3840,43,1,1,0,1,-154.099,-304.537,-64.4385,4.83202,86400,0,0,1212,912,0,0,0,0),(86325,5055,43,1,1,0,0,-157.599,-295.351,-63.7677,4.91261,86400,1,0,135,0,1,0,0,0),(86415,5055,43,1,1,0,0,-159.93,-293.499,-63.302,1.5125,86400,1,0,135,0,1,0,0,0),(87093,2914,43,1,1,0,0,-152.102,-303.074,-64.2866,5.58982,86400,10,0,8,0,1,0,0,0),(87094,5056,43,1,1,0,0,-126.095,-310.862,-63.1581,3.80482,86400,5,0,1347,0,1,0,0,0),(87095,3840,43,1,1,0,1,-116.649,-315.842,-62.8369,3.57792,86400,0,0,1212,912,0,0,0,0),(87096,3840,43,1,1,0,1,-123.947,-319.379,-62.8578,0.471239,86400,0,0,1212,912,0,0,0,0),(87097,5055,43,1,1,0,0,-3.3672,-264.488,-67.7827,0,86400,1,0,135,0,1,0,0,0),(87098,5055,43,1,1,0,0,-4.82069,-255.468,-69.1817,2.16421,86400,1,0,135,0,1,0,0,0),(87099,2914,43,1,1,0,0,7.50551,-239.335,-74.897,2.78982,86400,10,0,8,0,1,0,0,0),(87100,3840,43,1,1,0,1,2.6055,-194.975,-81.3621,1.96162,86400,0,0,1212,912,0,0,0,0),(87101,5055,43,1,1,0,0,2.54921,-262.221,-68.645,0.873738,86400,1,0,135,0,1,0,0,0),(87102,5055,43,1,1,0,0,7.63465,-261.772,-69.1068,2.49019,86400,1,0,135,0,1,0,0,0),(87103,5055,43,1,1,0,0,4.87711,-207.111,-80.9956,2.66648,86400,1,0,135,0,1,0,0,0),(87104,5055,43,1,1,0,0,-154.25,-307.184,-64.6329,5.65985,86400,1,0,135,0,1,0,0,0),(87105,5761,43,1,1,0,0,22.7005,-238.792,-78.3185,3.65987,86400,5,0,1212,456,1,0,0,0),(87106,5055,43,1,1,0,0,10.7953,-202.956,-82.7098,2.64557,86400,1,0,135,0,1,0,0,0),(87107,3670,43,1,1,0,1,36.8074,-241.064,-79.4989,3.26377,86400,0,0,2165,490,0,0,0,0),(87108,3840,43,1,1,0,1,30.8969,-242.389,-78.918,0.296706,86400,0,0,1212,912,0,0,0,0),(87109,5055,43,1,1,0,0,7.3927,-193.395,-82.2454,2.95981,86400,1,0,135,0,1,0,0,0),(87110,5055,43,1,1,0,0,14.3814,-194.226,-83.2436,3.17283,86400,1,0,135,0,1,0,0,0),(87111,5055,43,1,1,0,0,30.3945,-170.816,-83.1614,5.05349,86400,1,0,135,0,1,0,0,0),(87112,5055,43,1,1,0,0,36.808,-165.823,-82.9689,4.33359,86400,1,0,135,0,1,0,0,0),(87113,5761,43,1,1,0,0,36.9697,-161.79,-81.4813,0.021414,86400,5,0,1212,456,1,0,0,0),(87114,5056,43,1,1,0,0,-221.03,-248.666,-64.5097,5.4692,86400,5,0,1347,0,1,0,0,0),(87115,3640,43,1,1,0,0,-229.071,-148.309,-62.7342,1.434,86400,5,0,1158,0,1,0,0,0),(87116,3840,43,1,1,0,1,-229.202,-252.465,-64.517,5.14928,86400,5,0,1212,912,1,0,0,0),(87117,2914,43,1,1,0,0,-233.259,-253.283,-64.4615,3.30781,86400,10,0,8,0,1,0,0,0),(87118,5055,43,1,1,0,0,-226.389,-297.445,-70.1544,4.36783,86400,1,0,135,0,1,0,0,0),(87119,5055,43,1,1,0,0,-219.849,-301.134,-70.3479,3.95375,86400,1,0,135,0,1,0,0,0),(87120,5055,43,1,1,0,0,-220.485,-290.92,-68.8364,1.82428,86400,1,0,135,0,1,0,0,0),(87121,3840,43,1,1,0,1,-219.152,-306.994,-71.0566,4.03858,86400,5,0,1212,912,1,0,0,0),(87122,3840,43,1,1,0,1,-264.5,-182.806,-60.4153,4.74168,86400,0,0,1212,912,0,0,0,0),(87123,5756,43,1,1,0,0,-243.766,-158.635,-63.1701,3.9086,86400,5,0,1347,0,1,0,0,0),(87124,2914,43,1,1,0,0,-215.97,-313.343,-72.2215,5.70723,86400,10,0,8,0,1,0,0,0),(87125,3840,43,1,1,0,1,-216.289,-320.921,-73.1538,5.31839,86400,5,0,1212,912,1,0,0,0),(87126,3840,43,1,1,0,1,-275.804,-213.695,-63.6744,3.24631,86400,0,0,1212,912,0,0,0,0),(87127,5756,43,1,1,0,0,-281.583,-219.059,-64.0544,6.12038,86400,5,0,1347,0,1,0,0,0),(87128,3840,43,1,1,0,1,-269.435,-297.775,-67.6666,0.680678,86400,0,0,1212,912,0,0,0,0),(87129,3840,43,1,1,0,1,-264.547,-301.761,-68.3543,0.541052,86400,0,0,1212,912,0,0,0,0),(87130,5056,43,1,1,0,0,-280.19,-219.436,-64.2073,0.379014,86400,5,0,1347,0,1,0,0,0),(87131,3674,43,1,1,0,0,-285.579,-312.968,-69.1933,3.38678,86400,0,0,3630,0,0,0,0,0),(87132,5056,43,1,1,0,0,-179.899,-352.951,-70.7235,3.54306,86400,5,0,1347,0,1,0,0,0),(87133,2914,43,1,1,0,0,-177.6,-349.974,-70.5783,4.23091,86400,10,0,8,0,1,0,0,0),(87134,5756,43,1,1,0,0,-185.886,-351.144,-71.0647,0.578072,86400,5,0,1347,0,1,0,0,0),(87135,5055,43,1,1,0,0,-292.851,-245.813,-64.2381,2.23773,86400,1,0,135,0,1,0,0,0),(87136,5055,43,1,1,0,0,-293.022,-237.848,-63.9754,5.69922,86400,1,0,135,0,1,0,0,0),(87137,5055,43,1,1,0,0,-298.504,-246.468,-63.7644,4.04456,86400,1,0,135,0,1,0,0,0),(87138,5055,43,1,1,0,0,-299.831,-247.467,-63.6049,5.99316,86400,1,0,135,0,1,0,0,0),(87139,3840,43,1,1,0,1,-307.049,-232.158,-63.1637,4.66003,86400,0,0,1212,912,0,0,0,0),(87140,2914,43,1,1,0,0,-296.791,-231.84,-64.0705,2.58863,86400,10,0,8,0,1,0,0,0),(87141,3840,43,1,1,0,1,-307.06,-240.658,-63.1645,1.58825,86400,0,0,1212,912,0,0,0,0),(87142,3840,43,1,1,0,1,-290.86,-215.104,-63.0903,0.087266,86400,0,0,1212,912,0,0,0,0),(87143,5056,43,1,1,0,0,-271.463,-179.867,-60.1505,3.26983,86400,5,0,1347,0,1,0,0,0),(87144,5056,43,1,1,0,0,-307.428,-147.538,-61.3452,1.59788,86400,5,0,1347,0,1,0,0,0),(87145,2914,43,1,1,0,0,-300.887,-160.161,-60.5079,4.59357,86400,10,0,8,0,1,0,0,0),(87146,5756,43,1,1,0,0,-322.382,-133.973,-62.2309,0.093105,86400,5,0,1347,0,1,0,0,0),(87147,5056,43,1,1,0,0,-304.704,-104.276,-63.8065,5.49598,86400,5,0,1347,0,1,0,0,0),(87148,5055,43,1,1,0,0,-331.749,-106.76,-64.7443,4.19085,86400,1,0,135,0,1,0,0,0),(87149,5055,43,1,1,0,0,-336.872,-108.108,-64.4868,0.248071,86400,1,0,135,0,1,0,0,0),(87150,3840,43,1,1,0,1,-341.952,-118.986,-63.4724,0.148351,86400,0,0,1212,912,0,0,0,0),(87151,5055,43,1,1,0,0,-339.096,-114.678,-63.547,2.0554,86400,1,0,135,0,1,0,0,0),(87152,5055,43,1,1,0,0,-338.916,-104.232,-64.975,3.05615,86400,1,0,135,0,1,0,0,0),(87153,3840,43,1,1,0,1,-331.511,-79.2574,-65.6617,0.065628,86400,0,0,1212,912,0,0,0,0),(87154,2914,43,1,1,0,0,-350.451,-127.514,-64.1829,2.63663,86400,10,0,8,0,1,0,0,0),(87155,5056,43,1,1,0,0,-333.949,-72.1648,-65.4133,0.870512,86400,5,0,1347,0,1,0,0,0),(87156,5056,43,1,1,0,0,-373.998,-101.075,-65.1572,2.12917,86400,5,0,1347,0,1,0,0,0),(87157,3640,43,1,1,0,0,-390.159,-97.6714,-64.4247,2.2797,86400,5,0,1158,0,1,0,0,0),(45538,7329,129,1,1,0,1,2534.37,750.769,53.8997,0.0245,86400,0,0,3660,0,0,0,0,0),(45704,4076,129,1,1,0,0,2441.35,822.925,42.1302,1.70331,86400,5,0,8,0,1,0,0,0),(85583,7329,129,1,1,0,1,2467.68,761.222,46.0943,5.77056,86400,0,0,3660,0,0,0,0,0),(86393,2110,129,1,1,0,0,2476.68,751.531,46.0874,6.20448,86400,5,0,1,0,1,0,0,0),(86394,2110,129,1,1,0,0,2525.27,724.496,40.6447,0.147814,86400,5,0,1,0,1,0,0,0),(87158,2110,129,1,1,0,0,2496.23,723.902,54.0114,1.88067,86400,5,0,1,0,1,0,0,0),(87159,7328,129,1,1,0,1,2545.74,738.999,53.9722,2.56756,86400,0,0,3660,0,0,0,0,0),(87160,7337,129,1,1,0,0,2544.26,746.635,54.4936,4.11696,86400,0,0,3027,1067,0,0,0,0),(87161,2110,129,1,1,0,0,2571.38,755.25,54.6642,0.418879,86400,5,0,1,0,1,0,0,0),(87162,4076,129,1,1,0,0,2488.82,693.755,53.7823,2.32386,86400,5,0,8,0,1,0,0,0),(87163,2110,129,1,1,0,0,2464.17,710.677,54.5307,3.61305,86400,5,0,1,0,1,0,0,0),(87164,2110,129,1,1,0,0,2562.25,730.46,54.7394,2.89779,86400,5,0,1,0,1,0,0,0),(87165,2110,129,1,1,0,0,2571.33,711.523,56.0558,4.18071,86400,5,0,1,0,1,0,0,0),(87166,4076,129,1,1,0,0,2585.97,736.487,55.3385,5.53362,86400,5,0,8,0,1,0,0,0),(87167,4076,129,1,1,0,0,2592.43,725.474,54.9276,2.3547,86400,5,0,8,0,1,0,0,0),(87168,2110,129,1,1,0,0,2559.34,709.452,54.5806,4.48365,86400,5,0,1,0,1,0,0,0),(87169,8696,129,1,1,0,0,2603.03,705.568,54.9087,2.04204,86400,0,0,1469,0,0,0,0,0),(87170,8767,129,1,1,0,0,2567.37,686.373,55.2735,2.23402,86400,0,0,1003,0,0,0,0,0),(87171,8516,129,1,1,0,0,2610.66,730.583,54.6521,3.4383,86400,0,0,10500,1097,0,0,0,0),(87172,7343,129,1,1,0,0,2485.14,686.107,53.9602,3.83972,86400,0,0,305,0,0,0,0,0),(87173,7343,129,1,1,0,0,2492.55,663.143,53.8691,2.84489,86400,0,0,305,0,0,0,0,0),(87174,7343,129,1,1,0,0,2488.2,671.234,54.487,3.19395,86400,0,0,305,0,0,0,0,0),(87175,7343,129,1,1,0,0,2485.39,679.566,54.1661,3.52556,86400,0,0,305,0,0,0,0,0),(87176,4076,129,1,1,0,0,2485.98,662.321,54.5564,5.41568,86400,5,0,8,0,1,0,0,0),(87177,7343,129,1,1,0,0,2473.98,664.482,56.1041,2.14675,86400,0,0,305,0,0,0,0,0),(87178,7343,129,1,1,0,0,2483.52,657.603,54.6616,2.42601,86400,0,0,305,0,0,0,0,0),(87179,7343,129,1,1,0,0,2481.66,661.203,54.7497,2.53073,86400,0,0,305,0,0,0,0,0),(87180,7343,129,1,1,0,0,2475.74,656.953,54.7683,2.14675,86400,0,0,305,0,0,0,0,0),(87181,7343,129,1,1,0,0,2486.11,664.82,54.6754,2.58309,86400,0,0,305,0,0,0,0,0),(87182,7343,129,1,1,0,0,2478.84,665.902,54.9314,2.74017,86400,0,0,305,0,0,0,0,0),(87183,7343,129,1,1,0,0,2480.26,650.968,54.614,2.11185,86400,0,0,305,0,0,0,0,0),(87184,7343,129,1,1,0,0,2479.31,680.78,54.7516,3.82227,86400,0,0,305,0,0,0,0,0),(87185,7343,129,1,1,0,0,2483.96,668.421,54.7603,3.01942,86400,0,0,305,0,0,0,0,0),(87186,7343,129,1,1,0,0,2477.48,670.657,56.22,2.6529,86400,0,0,305,0,0,0,0,0),(87187,7357,129,1,1,0,0,2466.62,671.443,63.4694,5.55015,86400,0,0,7760,8583,0,0,0,0),(87188,7343,129,1,1,0,0,2484.18,674.849,54.4412,3.31613,86400,0,0,305,0,0,0,0,0),(87189,7343,129,1,1,0,0,2480.66,672.89,55.4045,3.29867,86400,0,0,305,0,0,0,0,0),(87190,7343,129,1,1,0,0,2478.42,676.464,56.0468,3.63029,86400,0,0,305,0,0,0,0,0),(87191,7343,129,1,1,0,0,2469.93,654.411,54.8092,1.64061,86400,0,0,305,0,0,0,0,0),(87192,7343,129,1,1,0,0,2470.41,659.764,55.4709,1.72788,86400,0,0,305,0,0,0,0,0),(87193,7343,129,1,1,0,0,2473.03,645.964,54.614,1.74533,86400,0,0,305,0,0,0,0,0),(87194,7343,129,1,1,0,0,2475.16,651.54,54.6277,1.90241,86400,0,0,305,0,0,0,0,0),(87195,7343,129,1,1,0,0,2469,649.315,54.6841,1.5708,86400,0,0,305,0,0,0,0,0),(87196,7348,129,1,1,0,0,2379.5,902.078,29.1142,6.26162,86400,0,0,3660,0,0,0,0,0),(87197,7352,129,1,1,0,0,2375.5,915.706,29.6314,2.26721,86400,0,0,3027,1067,0,0,0,0),(87198,7344,129,1,1,0,1,2382.87,910.678,29.4963,3.43725,86400,0,0,1403,0,0,0,0,0),(87199,7344,129,1,1,0,1,2374.68,906.513,28.7459,5.33118,86400,0,0,1403,0,0,0,0,0),(87200,4076,129,1,1,0,0,2382.39,907.831,28.9527,3.04518,86400,5,0,8,0,1,0,0,0),(87201,7345,129,1,1,0,1,2389.48,929.097,41.4792,1.56939,86400,0,0,3831,0,0,0,0,0),(87202,7342,129,1,1,0,0,2395.8,928.736,41.8305,2.5705,86400,0,0,2805,2763,0,0,0,0),(87203,7346,129,1,1,0,1,2399.11,934.285,43.2484,1.81994,86400,0,0,1469,0,0,0,0,0),(87204,7346,129,1,1,0,1,2392.55,934.378,42.7592,5.2715,86400,0,0,1469,0,0,0,0,0),(87205,7347,129,1,1,0,0,2392.3,996.693,53.4884,4.48944,86400,0,1,3831,0,2,0,0,0),(87206,7353,129,1,1,0,0,2392.46,933.458,53.1636,4.48956,86400,0,1,3150,1097,2,0,0,0),(87207,7343,129,1,1,0,0,2378.48,908.439,28.8267,5.67051,86400,0,0,305,0,0,0,0,0),(87208,7343,129,1,1,0,0,2378.29,911.018,29.2085,5.81243,86400,0,0,305,0,0,0,0,0),(87209,7358,129,1,1,0,0,2403.37,960.93,55.1437,2.33874,86400,0,0,8744,9136,0,0,0,0),(87210,7343,129,1,1,0,0,2450.35,987.236,36.5326,1.28796,86400,0,1,305,0,2,0,0,0),(87211,7343,129,1,1,0,0,2443.19,954.093,25.9125,1.28839,86400,0,1,305,0,2,0,0,0),(87212,7347,129,1,1,0,0,2438.43,1011.83,38.1357,3.60922,86400,0,0,3831,0,0,0,0,0),(87213,7342,129,1,1,0,0,2422.62,993.993,49.2738,4.24915,86400,0,0,2805,2763,0,0,0,0),(87214,4076,129,1,1,0,0,2424.75,995.491,49.314,5.03403,86400,5,0,8,0,1,0,0,0),(87215,7342,129,1,1,0,0,2410.84,1016.89,37.1664,4.52994,86400,0,0,2805,2763,0,0,0,0),(87216,7346,129,1,1,0,1,2404.72,1012.56,37.7316,5.0058,86400,0,0,1469,0,0,0,0,0),(87217,7347,129,1,1,0,0,2433.58,1013.44,37.3792,3.92188,86400,0,0,3831,0,0,0,0,0),(87218,7346,129,1,1,0,1,2433.27,1019.12,37.1386,1.73413,86400,0,0,1469,0,0,0,0,0),(87219,7346,129,1,1,0,1,2428.29,1016.82,37.0896,3.59712,86400,0,0,1469,0,0,0,0,0),(87220,7341,129,1,1,0,0,2446.91,1026.77,25.6188,3.33788,86400,0,0,2706,2680,0,0,0,0),(87221,7344,129,1,1,0,1,2452.46,1028.93,24.9032,1.62255,86400,0,0,1403,0,0,0,0,0),(87222,7348,129,1,1,0,0,2442.37,1031.18,25.3254,0.052807,86400,0,0,3660,0,0,0,0,0),(87223,7348,129,1,1,0,0,2453.93,1036.68,24.7171,5.48754,86400,0,0,3660,0,0,0,0,0),(87224,7344,129,1,1,0,1,2447.63,1036.05,24.645,2.7683,86400,0,0,1403,0,0,0,0,0),(87225,2110,129,1,1,0,0,2446.09,1030.2,25.1632,2.85756,86400,5,0,1,0,1,0,0,0),(87226,7341,129,1,1,0,0,2462.37,1019.99,24.4924,2.46252,86400,0,1,2706,2680,2,0,0,0),(87227,7348,129,1,1,0,0,2460.89,1018.88,24.5396,2.44461,86400,0,1,3660,0,2,0,0,0),(87228,7347,129,1,1,0,0,2398.27,1017.29,37.4545,3.09463,86400,0,0,3831,0,0,0,0,0),(87229,7345,129,1,1,0,1,2378.63,981.219,55.0525,4.62224,86400,0,0,3831,0,0,0,0,0),(87230,7346,129,1,1,0,1,2387.8,995.696,53.7325,0.837758,86400,0,0,1469,0,0,0,0,0),(87231,7346,129,1,1,0,1,2380.55,994.654,53.8726,1.3179,86400,0,0,1469,0,0,0,0,0),(87232,7346,129,1,1,0,1,2384.98,989.438,54.096,0.407338,86400,0,0,1469,0,0,0,0,0),(87233,7346,129,1,1,0,1,2383.98,983.521,55.111,1.73634,86400,0,0,1469,0,0,0,0,0),(87234,2110,129,1,1,0,0,2385.57,996.948,53.851,5.34071,86400,5,0,1,0,1,0,0,0),(87235,7346,129,1,1,0,1,2407.26,1024.9,37.6334,1.21404,86400,0,0,1469,0,0,0,0,0),(87236,2110,129,1,1,0,0,2426.1,1043.16,24.5254,2.79305,86400,5,0,1,0,1,0,0,0),(87237,7347,129,1,1,0,0,2470.98,1055.94,48.3419,2.04848,86400,0,0,3831,0,0,0,0,0),(87238,7353,129,1,1,0,0,2473.98,1058.94,48.3419,1.13317,86400,0,0,3150,1097,0,0,0,0),(87239,7346,129,1,1,0,1,2465.52,1057.29,48.1456,4.13079,86400,0,0,1469,0,0,0,0,0),(87240,7346,129,1,1,0,1,2468.74,1062.34,47.7956,4.03171,86400,0,0,1469,0,0,0,0,0),(87241,7344,129,1,1,0,1,2413.04,1025.87,37.8776,4.18879,86400,0,0,1403,0,0,0,0,0),(87242,8567,129,1,1,0,0,2468.71,1006.83,23.7573,6.11095,86400,0,1,10688,0,2,0,0,0),(87243,7342,129,1,1,0,0,2377.71,988.825,54.5183,0.833919,86400,0,0,2805,2763,0,0,0,0),(87244,7347,129,1,1,0,0,2485.51,1078.35,47.6169,0.039764,86400,0,0,3831,0,0,0,0,0),(87245,7346,129,1,1,0,1,2478.47,1077.25,47.6991,4.61104,86400,0,0,1469,0,0,0,0,0),(87246,7346,129,1,1,0,1,2469.44,1073.88,47.8208,5.67638,86400,0,0,1469,0,0,0,0,0),(87247,7353,129,1,1,0,0,2475.05,1073.15,47.6738,5.15106,86400,0,0,3150,1097,0,0,0,0),(87248,7346,129,1,1,0,1,2475.1,1079.74,47.7214,0.473428,86400,0,0,1469,0,0,0,0,0),(87249,4076,129,1,1,0,0,2374.91,1045.81,25.2815,1.39991,86400,5,0,8,0,1,0,0,0),(87250,7347,129,1,1,0,0,2397.3,1092.92,31.5187,2.62714,86400,0,0,3831,0,0,0,0,0),(87251,7346,129,1,1,0,1,2399.97,1087.21,31.5187,5.9572,86400,0,0,1469,0,0,0,0,0),(87252,2110,129,1,1,0,0,2406.92,1094.91,31.4224,1.09963,86400,5,0,1,0,1,0,0,0),(87253,7346,129,1,1,0,1,2405.98,1091.24,31.602,0.418879,86400,0,0,1469,0,0,0,0,0),(87254,7346,129,1,1,0,1,2401.18,1098.33,31.5187,2.49671,86400,0,0,1469,0,0,0,0,0),(87255,7342,129,1,1,0,0,2361.95,979.992,38.9008,5.19039,86400,0,0,2805,2763,0,0,0,0),(87256,7347,129,1,1,0,0,2357.88,987.066,39.0074,2.52523,86400,0,0,3831,0,0,0,0,0),(87257,4076,129,1,1,0,0,2353.85,988.55,40.3621,2.38338,86400,5,0,8,0,1,0,0,0),(87258,7352,129,1,1,0,0,2355.65,1023.64,25.5178,3.41611,86400,0,0,3027,1067,0,0,0,0),(87259,7344,129,1,1,0,1,2344.45,1026.54,25.5295,0.956109,86400,0,0,1403,0,0,0,0,0),(87260,7348,129,1,1,0,0,2349.16,1021.62,25.3076,3.54302,86400,0,0,3660,0,0,0,0,0),(87261,7344,129,1,1,0,1,2347.51,1016.1,25.6402,0.769891,86400,0,0,1403,0,0,0,0,0),(87262,4076,129,1,1,0,0,2356.35,1034.41,25.2192,2.76465,86400,5,0,8,0,1,0,0,0),(87263,4076,129,1,1,0,0,2338.8,1001.96,26.0338,1.14298,86400,5,0,8,0,1,0,0,0),(87264,7353,129,1,1,0,0,2397.34,1102.37,31.602,6.2712,86400,0,0,3150,1097,0,0,0,0),(87265,7347,129,1,1,0,0,2364.35,945.539,42.0123,6.07286,86400,0,0,3831,0,0,0,0,0),(87266,7347,129,1,1,0,0,2363.77,950.51,41.4413,1.71042,86400,0,0,3831,0,0,0,0,0),(87267,7346,129,1,1,0,1,2355.35,952.518,41.8526,4.45059,86400,0,0,1469,0,0,0,0,0),(87268,7344,129,1,1,0,1,2318.8,975.584,26.6544,5.61897,86400,0,0,1403,0,0,0,0,0),(87269,7348,129,1,1,0,0,2322.84,968.958,26.6545,4.58991,86400,0,0,3660,0,0,0,0,0),(87270,7344,129,1,1,0,1,2327.83,974.187,26.875,3.83972,86400,0,0,1403,0,0,0,0,0),(87271,7346,129,1,1,0,1,2349.87,971.238,41.0663,4.2586,86400,0,0,1469,0,0,0,0,0),(87272,7346,129,1,1,0,1,2349.79,978.606,39.8992,1.10869,86400,0,0,1469,0,0,0,0,0),(87273,4076,129,1,1,0,0,2348.33,973.183,40.9297,5.25823,86400,5,0,8,0,1,0,0,0),(87274,4076,129,1,1,0,0,2350.52,958.644,42.5131,0.219275,86400,5,0,8,0,1,0,0,0),(87275,4076,129,1,1,0,0,2351.26,921.057,28.3562,5.16281,86400,5,0,8,0,1,0,0,0),(87276,7344,129,1,1,0,1,2337.41,925.211,28.3051,3.87935,86400,0,0,1403,0,0,0,0,0),(87277,7348,129,1,1,0,0,2342.49,930.757,27.9854,2.31183,86400,0,0,3660,0,0,0,0,0),(87278,7346,129,1,1,0,1,2358.89,946.276,42.0763,4.32424,86400,0,0,1469,0,0,0,0,0),(87279,7341,129,1,1,0,0,2327.36,962.132,26.6932,3.50811,86400,0,0,2706,2680,0,0,0,0),(87280,7344,129,1,1,0,1,2319.55,964.231,26.8144,0.220178,86400,0,0,1403,0,0,0,0,0),(87281,7341,129,1,1,0,0,2348.68,934.699,28.4524,4.76254,86400,0,0,2706,2680,0,0,0,0),(87282,7344,129,1,1,0,1,2337.26,934.076,27.8436,2.89744,86400,0,0,1403,0,0,0,0,0),(87283,4076,129,1,1,0,0,2324.85,964.073,26.6462,5.11566,86400,5,0,8,0,1,0,0,0),(87284,4436,47,1,1,0,1,2033.56,1530.4,80.65,3.4383,86400,0,0,2097,0,0,0,0,0),(87285,4436,47,1,1,0,1,2029.93,1538.71,81.0905,3.56047,86400,0,0,2097,0,0,0,0,0),(87286,4530,47,1,1,0,1,2012.42,1518.29,79.6513,0.626741,86400,3,0,2097,0,1,0,0,0),(87287,4436,47,1,1,0,1,2005.06,1597.86,81.3098,3.03687,86400,0,0,2097,0,0,0,0,0),(87288,4530,47,1,1,0,1,2015.55,1537.19,80.89,1.04361,86400,3,0,2097,0,1,0,0,0),(87289,4520,47,1,1,0,1,2019.37,1510.51,78.6182,0.962607,86400,0,1,1830,982,2,0,0,0),(87290,4435,47,1,1,0,1,2016.1,1550.59,81.2152,2.00106,86400,0,0,1953,0,0,0,0,0),(87291,4435,47,1,1,0,1,2004.75,1530.54,80.9999,4.31675,86400,0,0,1953,0,0,0,0,0),(87292,4436,47,1,1,0,1,2002.17,1572.75,81.912,4.22739,86400,0,0,2097,0,0,0,0,0),(87293,4436,47,1,1,0,1,2004.63,1556.32,80.7725,4.78123,86400,0,0,2097,0,0,0,0,0),(87294,4442,47,1,1,0,1,2020.39,1493.41,74.5037,1.79769,86400,6,0,2097,0,1,0,0,0),(87296,4530,47,1,1,0,1,1987.53,1600.03,79.8027,6.25575,86400,2,0,2097,0,1,0,0,0),(87297,4436,47,1,1,0,1,1996.96,1606.41,81.8151,3.64774,86400,0,0,2097,0,0,0,0,0),(87301,4520,47,1,1,0,1,1996.25,1630.64,80.9216,2.57618,86400,5,0,1830,982,1,0,0,0),(87302,4436,47,1,1,0,1,2000.94,1646.68,80.5056,4.34587,86400,0,0,2097,0,0,0,0,0),(87304,4514,47,1,1,0,0,2045.97,1564.23,64.7886,1.22348,86400,5,0,2097,0,1,0,0,0),(87305,4436,47,1,1,0,1,2012.39,1646.38,80.4228,3.86109,86400,0,0,2097,0,0,0,0,0),(87306,4520,47,1,1,0,1,2019.32,1660.39,82.7042,4.57276,86400,1,0,1830,982,1,0,0,0),(87307,4530,47,1,1,0,1,2032.3,1650.53,81.4707,4.05184,86400,2,0,2097,0,1,0,0,0),(87310,4514,47,1,1,0,0,2067.24,1599.55,62.8485,3.14159,86400,3,0,2097,0,1,0,0,0),(87311,4436,47,1,1,0,1,2044.06,1648.99,81.998,2.6529,86400,0,0,2097,0,0,0,0,0),(87312,4436,47,1,1,0,1,2048.13,1655.96,81.6141,2.96706,86400,0,0,2097,0,0,0,0,0),(87313,4511,47,1,1,0,0,2059.58,1617.29,62.9914,5.3058,86400,3,0,1953,0,1,0,0,0),(87314,4511,47,1,1,0,0,2065.89,1633.15,64.296,0.709751,86400,3,0,1953,0,1,0,0,0),(87315,4514,47,1,1,0,0,2066.6,1614.46,63.1546,1.48928,86400,3,0,2097,0,1,0,0,0),(87316,4442,47,1,1,0,1,2080.18,1565.26,81.7072,3.71137,86400,5,0,2097,0,1,0,0,0),(87317,4512,47,1,1,0,0,2068.1,1660.41,61.2547,1.12516,86400,3,0,2250,0,1,0,0,0),(87318,4514,47,1,1,0,0,2080.52,1674.64,61.2673,4.32842,86400,3,0,2097,0,1,0,0,0),(87319,4514,47,1,1,0,0,2032.57,1727.98,60.6265,2.50425,86400,3,0,2097,0,1,0,0,0),(87320,4514,47,1,1,0,0,2044.24,1709.91,59.7183,2.13508,86400,3,0,2097,0,1,0,0,0),(87321,4541,47,1,1,0,0,2061.45,1646.19,61.9304,0.259645,86400,0,1,2250,0,2,0,0,0),(87322,4511,47,1,1,0,0,2061.73,1701.93,58.3124,2.9891,86400,3,0,1953,0,1,0,0,0),(87323,4442,47,1,1,0,1,2101.38,1594.22,80.493,2.3911,86400,1,0,2097,0,1,0,0,0),(87324,4511,47,1,1,0,0,2115.27,1665.87,59.4845,2.30383,86400,3,0,1953,0,1,0,0,0),(87325,4519,47,1,1,0,1,2103.36,1601.37,80.8787,4.44461,86400,1,0,1830,655,1,0,0,0),(87326,4516,47,1,1,0,1,2107.68,1609.01,80.7722,4.79965,86400,1,0,2248,2450,1,0,0,0),(87327,4525,47,1,1,0,1,2117.18,1693.67,80.5766,5.96903,86400,0,0,2433,852,0,0,0,0),(87328,4518,47,1,1,0,1,2072.74,1728.61,77.0211,1.3439,86400,0,0,1830,655,0,0,0,0),(87329,6035,47,1,1,0,1,2066.02,1742.89,76.7197,0.174533,86400,0,0,2097,0,0,0,0,0),(87330,4525,47,1,1,0,1,2065.17,1733.95,76.6257,0.349066,86400,0,0,2433,852,0,0,0,0),(87331,4525,47,1,1,0,1,2122.63,1707.94,80.495,4.83456,86400,0,0,2433,852,0,0,0,0),(87332,4518,47,1,1,0,1,2128.07,1619.58,81.6695,5.20059,86400,0,0,1830,655,0,0,0,0),(87333,4516,47,1,1,0,1,2115.27,1580.91,81.4457,3.60296,86400,1,0,2248,2450,1,0,0,0),(87334,4442,47,1,1,0,1,2132.31,1584.01,81.5,0.791037,86400,0,0,2097,0,0,0,0,0),(87335,4519,47,1,1,0,1,2092.09,1556.07,81.2769,2.55439,86400,5,0,1830,655,1,0,0,0),(87336,4516,47,1,1,0,1,2121.33,1569.75,80.5072,1.95454,86400,5,0,2248,2450,1,0,0,0),(87337,4518,47,1,1,0,1,2132.76,1613.51,81.8362,0.340052,86400,0,0,1830,655,0,0,0,0),(87338,4532,47,1,1,0,1,2146.03,1614.74,81.6781,4.85866,86400,0,0,2250,0,0,0,0,0),(87340,4532,47,1,1,0,1,2138.38,1630.94,81.7384,1.32335,86400,0,0,2250,0,0,0,0,0),(87342,4519,47,1,1,0,1,2106.03,1551.15,81.6238,2.23835,86400,1,0,1830,655,1,0,0,0),(87343,4519,47,1,1,0,1,2103.12,1539.16,87.1971,6.11408,86400,0,0,1830,655,0,0,0,0),(87344,4516,47,1,1,0,1,2111.93,1550.17,81.6238,0.545883,86400,1,0,2248,2450,1,0,0,0),(87345,4442,47,1,1,0,1,2131.74,1573.88,81.4973,4.40274,86400,0,0,2097,0,0,0,0,0),(87346,6168,47,1,1,0,1,2142.99,1581.57,80.3842,3.08923,86400,0,0,1953,693,0,0,0,0),(87347,4516,47,1,1,0,1,2139.5,1588.47,80.7736,3.82997,86400,1,0,2248,2450,1,0,0,0),(87349,4623,47,1,1,0,1,2132.34,1657.14,82.0877,4.72984,86400,0,0,2250,0,0,0,0,0),(87350,4623,47,1,1,0,1,2125.63,1658.24,82.385,5.96903,86400,0,0,2250,0,0,0,0,0),(87351,4442,47,1,1,0,1,2030.6,1498.11,72.9933,2.33874,86400,6,0,2097,0,1,0,0,0),(87352,4523,47,1,1,0,1,2158.89,1549.53,72.0155,5.16617,86400,0,0,1830,655,0,0,0,0),(87353,4523,47,1,1,0,1,2152.3,1539.39,72.9732,5.74726,86400,0,0,1830,655,0,0,0,0),(87354,4442,47,1,1,0,1,2137.49,1506.01,72.6925,4.3872,86400,0,1,2097,0,2,0,0,0),(87355,4442,47,1,1,0,1,2152.14,1525.3,72.9292,4.19474,86400,2,0,2097,0,1,0,0,0),(87356,4623,47,1,1,0,1,2161.15,1628.09,81.7039,1.72788,86400,0,0,2250,0,0,0,0,0),(87357,4424,47,1,1,0,1,2082.31,1463.54,73.1789,5.46288,86400,0,0,3450,2196,0,0,0,0),(87358,4531,47,1,1,0,1,2104.29,1469.47,73.7013,5.53269,86400,0,0,2196,756,0,0,0,0),(87359,4442,47,1,1,0,1,2036.76,1475.77,67.6265,2.25853,86400,0,0,2097,0,0,0,0,0),(87360,4522,47,1,1,0,1,2122.21,1485.49,73.082,4.21812,86400,0,0,1830,655,0,0,0,0),(87362,4442,47,1,1,0,1,2169.8,1522.93,71.2909,0.226893,86400,0,0,2097,0,0,0,0,0),(87363,4516,47,1,1,0,1,2155.97,1500.49,67.5142,3.82223,86400,0,1,2248,2450,2,0,0,0),(87364,4523,47,1,1,0,1,2135.65,1493.45,73.0833,0.447883,86400,0,0,1830,655,0,0,0,0),(87365,4532,47,1,1,0,1,2154.73,1494.14,67.932,0.186359,86400,0,0,2250,0,0,0,0,0),(87367,4442,47,1,1,0,1,2160.14,1507.1,67.0769,0.885894,86400,0,0,2097,0,0,0,0,0),(87368,4442,47,1,1,0,1,2157.61,1508.76,67.4724,0.852833,86400,0,0,2097,0,0,0,0,0),(87370,4516,47,1,1,0,1,2064.3,1459.09,67.4689,0.511291,86400,2,0,2248,2450,1,0,0,0),(87371,4531,47,1,1,0,1,2101.57,1450.09,73.8959,1.93731,86400,0,0,2196,756,0,0,0,0),(87372,4516,47,1,1,0,1,2132.69,1461.15,66.3519,5.21432,86400,2,0,2248,2450,1,0,0,0),(87373,4523,47,1,1,0,1,2078.71,1443.38,66.6624,1.18513,86400,0,0,1830,655,0,0,0,0),(87374,4442,47,1,1,0,1,2182.08,1526.04,71.5105,3.31613,86400,0,0,2097,0,0,0,0,0),(87375,4442,47,1,1,0,1,2152.56,1474.26,67.0982,2.98618,86400,2,0,2097,0,1,0,0,0),(87377,4442,47,1,1,0,1,2178.74,1496.08,73.0912,4.17241,86400,0,1,2097,0,2,0,0,0),(87378,4440,47,1,1,0,1,2183.11,1596.42,79.9248,5.85803,86400,2,0,1830,655,1,0,0,0),(87379,4515,47,1,1,0,1,2191.84,1498.61,73.4284,2.04204,86400,0,0,1830,655,0,0,0,0),(87380,4442,47,1,1,0,1,2194.78,1501.7,73.3301,1.8675,86400,0,0,2097,0,0,0,0,0),(87381,4518,47,1,1,0,1,2207.6,1611.83,81.6424,4.99159,86400,2,0,1830,655,1,0,0,0),(87382,4440,47,1,1,0,1,2177.46,1638.82,81.1093,3.66033,86400,0,0,1830,655,0,0,0,0),(87383,4623,47,1,1,0,1,2159.3,1636,81.8871,5.3058,86400,0,0,2250,0,0,0,0,0),(87384,4525,47,1,1,0,1,2189.81,1608.4,80.4038,2.44378,86400,0,0,2433,852,0,0,0,0),(87385,4525,47,1,1,0,1,2182.19,1623.39,81.4333,5.16836,86400,0,0,2433,852,0,0,0,0),(87386,4420,47,1,1,0,1,2203.13,1640.05,85.9022,4.7822,86400,0,0,5600,0,0,0,0,0),(87387,4438,47,1,1,0,1,2205.98,1644.75,85.927,4.76475,86400,0,0,1048,0,0,0,0,0),(87388,4438,47,1,1,0,1,2198.4,1642.08,86.0778,4.93928,86400,0,0,1048,0,0,0,0,0),(87389,4518,47,1,1,0,1,2213.49,1602.72,81.305,5.09984,86400,2,0,1830,655,1,0,0,0),(87390,4511,47,1,1,0,0,2166,1686.35,58.7368,2.93215,86400,3,0,1953,0,1,0,0,0),(87391,4511,47,1,1,0,0,2149.51,1685.73,58.4076,6.07375,86400,3,0,1953,0,1,0,0,0),(87392,4514,47,1,1,0,0,2149.64,1674.07,58.9446,3.71252,86400,3,0,2097,0,1,0,0,0),(87393,4623,47,1,1,0,1,2145.39,1626.96,81.6809,1.88496,86400,0,0,2250,0,0,0,0,0),(87394,4623,47,1,1,0,1,2142.8,1626.55,81.6695,2.04204,86400,0,0,2250,0,0,0,0,0),(87395,4516,47,1,1,0,1,2099.47,1436.66,63.6857,2.69286,86400,2,0,2248,2450,1,0,0,0),(87396,4442,47,1,1,0,1,2116.94,1439.54,64.0232,4.485,86400,0,1,2097,0,2,0,0,0),(87397,4442,47,1,1,0,1,2124.19,1434.84,64.4478,2.3911,86400,0,0,2097,0,0,0,0,0),(87398,4442,47,1,1,0,1,2119.56,1430.03,64.191,2.51327,86400,0,0,2097,0,0,0,0,0),(87399,4440,47,1,1,0,1,2143.63,1430.93,75.9218,2.32917,86400,0,0,1830,655,0,0,0,0),(87400,4428,47,1,1,0,1,2146.43,1411.24,73.9538,1.5708,86400,0,0,3450,1464,0,0,0,0),(87401,4515,47,1,1,0,1,2140.53,1413.85,73.8868,0.872665,86400,0,0,1830,655,0,0,0,0),(87402,4523,47,1,1,0,1,2143.27,1450.44,77.9961,3.27257,86400,0,0,1830,655,0,0,0,0),(87403,4523,47,1,1,0,1,2155.1,1429.69,74.3329,4.68963,86400,0,0,1830,655,0,0,0,0),(87404,4522,47,1,1,0,1,2163.2,1460.34,73.8618,5.92303,86400,0,0,1830,655,0,0,0,0),(87405,4523,47,1,1,0,1,2154.74,1414.62,74.248,2.00713,86400,0,0,1830,655,0,0,0,0),(87407,4522,47,1,1,0,1,2178.63,1474.3,72.359,5.17167,86400,0,0,1830,655,0,0,0,0),(87408,4520,47,1,1,0,1,2183.96,1480.54,72.9076,5.19729,86400,0,0,1830,982,0,0,0,0),(87411,4623,47,1,1,0,1,2181.49,1569.14,74.8526,4.27606,86400,0,0,2250,0,0,0,0,0),(87412,4623,47,1,1,0,1,2174.52,1571.72,75.023,4.5204,86400,0,0,2250,0,0,0,0,0),(87413,4511,47,1,1,0,0,2167.05,1701.62,55.0645,0.609866,86400,3,0,1953,0,1,0,0,0),(87414,4518,47,1,1,0,1,2129.74,1707.63,80.1145,4.31096,86400,1,0,1830,655,1,0,0,0),(87415,4514,47,1,1,0,0,2152.54,1722.03,52.0952,4.2182,86400,3,0,2097,0,1,0,0,0),(87416,4512,47,1,1,0,0,2069.06,1701.43,57.604,0.081818,86400,3,0,2250,0,1,0,0,0),(87417,4511,47,1,1,0,0,2122.66,1738.86,52.8069,5.86431,86400,3,0,1953,0,1,0,0,0),(87418,4623,47,1,1,0,1,2091.51,1747.41,77.6711,3.87463,86400,0,0,2250,0,0,0,0,0),(87419,4623,47,1,1,0,1,2088.14,1753.08,77.7836,3.38594,86400,0,0,2250,0,0,0,0,0),(87420,4511,47,1,1,0,0,2138.32,1744.36,52.5633,4.83456,86400,3,0,1953,0,1,0,0,0),(87421,6035,47,1,1,0,1,2133.73,1699,80.8284,3.01942,86400,0,0,2097,0,0,0,0,0),(87422,4514,47,1,1,0,0,2112.07,1785.14,48.3863,1.91986,86400,5,0,2097,0,1,0,0,0),(87423,4511,47,1,1,0,0,2046.61,1765.31,59.4647,4.47792,86400,3,0,1953,0,1,0,0,0),(87424,4514,47,1,1,0,0,2080.08,1784.59,54.7743,3.77963,86400,3,0,2097,0,1,0,0,0),(87425,4511,47,1,1,0,0,2122.35,1795.3,47.4118,3.84249,86400,5,0,1953,0,1,0,0,0),(87426,4541,47,1,1,0,0,2116.68,1791.75,47.8211,6.1975,86400,0,0,2250,0,0,0,0,0),(87427,4514,47,1,1,0,0,2034.61,1761.75,60.3106,5.41052,86400,3,0,2097,0,1,0,0,0),(87428,4511,47,1,1,0,0,2108.24,1802.07,48.2446,4.34587,86400,3,0,1953,0,1,0,0,0),(87429,4541,47,1,1,0,0,2033.69,1758.07,60.359,4.32145,86400,0,1,2250,0,2,0,0,0),(87430,4623,47,1,1,0,1,2094.39,1773.56,78.3322,4.41863,86400,0,1,2250,0,2,0,0,0),(87431,4623,47,1,1,0,1,2090.83,1774.64,78.2311,4.41864,86400,0,1,2250,0,2,0,0,0),(87432,4511,47,1,1,0,0,2137.51,1801.25,47.2841,3.92376,86400,3,0,1953,0,1,0,0,0),(87433,4623,47,1,1,0,1,2112.36,1822.53,80.5358,4.01426,86400,0,0,2250,0,0,0,0,0),(87434,4623,47,1,1,0,1,2105.5,1822.47,79.8917,4.76475,86400,0,0,2250,0,0,0,0,0),(87435,4541,47,1,1,0,0,2070.68,1846.22,55.0831,0.164225,86400,0,1,2250,0,2,0,0,0),(87436,4512,47,1,1,0,0,2067.03,1848.41,55.3226,3.0186,86400,3,0,2250,0,1,0,0,0),(87437,4514,47,1,1,0,0,2070.68,1850.47,54.8515,1.12912,86400,3,0,2097,0,1,0,0,0),(87438,4514,47,1,1,0,0,2037.19,1861.59,55.9585,5.81195,86400,3,0,2097,0,1,0,0,0),(87439,4514,47,1,1,0,0,2038.64,1851.96,56.2026,0.087266,86400,3,0,2097,0,1,0,0,0),(87440,4511,47,1,1,0,0,2091.11,1860.09,51.0466,5.74213,86400,3,0,1953,0,1,0,0,0),(87441,4511,47,1,1,0,0,2117.48,1851.08,49.4163,3.36736,86400,5,0,1953,0,1,0,0,0),(87442,4510,47,1,1,0,0,2186.77,1789.49,65.149,0.890118,86400,0,0,92,0,0,0,0,0),(87443,4437,47,1,1,0,1,2184.15,1806.62,64.4971,1.43117,86400,0,0,2097,0,0,0,0,0),(87444,4514,47,1,1,0,0,2136.7,1847.94,48.7465,2.61795,86400,3,0,2097,0,1,0,0,0),(87445,4508,47,1,1,0,0,2194.38,1791.69,65.5727,2.11185,86400,0,0,2400,0,0,0,0,0),(87446,4437,47,1,1,0,1,2162.25,1857.61,56.9991,2.76155,86400,0,1,2097,0,2,0,0,0),(87447,4437,47,1,1,0,1,2196.63,1805.74,64.9593,2.14675,86400,0,0,2097,0,0,0,0,0),(87448,4517,47,1,1,0,1,2178.31,1844.27,58.402,5.20154,86400,2,0,1830,1965,1,0,0,0),(87449,4517,47,1,1,0,1,2193.06,1836.15,60.3219,3.77636,86400,5,0,1830,1965,1,0,0,0),(87450,4437,47,1,1,0,1,2195.43,1817.05,62.2787,3.32956,86400,2,0,2097,0,1,0,0,0),(87451,4437,47,1,1,0,1,2185.42,1828.12,60.8356,4.73733,86400,2,0,2097,0,1,0,0,0),(87452,4437,47,1,1,0,1,2161.58,1861.86,56.8861,3.76991,86400,0,0,2097,0,0,0,0,0),(87453,4437,47,1,1,0,1,2163.72,1852.09,56.9746,3.05433,86400,0,0,2097,0,0,0,0,0),(87454,4623,47,1,1,0,1,2110.01,1886.77,72.0235,5.044,86400,0,0,2250,0,0,0,0,0),(87455,4623,47,1,1,0,1,2116.88,1883.83,71.6591,4.13643,86400,0,0,2250,0,0,0,0,0),(87456,4517,47,1,1,0,1,2178.34,1855.08,58.1964,3.70765,86400,2,0,1830,1965,1,0,0,0),(87457,4517,47,1,1,0,1,2190.8,1862.36,58.5014,2.33087,86400,2,0,1830,1965,1,0,0,0),(87458,4518,47,1,1,0,1,2141.91,1918.87,66.5693,4.34914,86400,0,0,1830,655,0,0,0,0),(87459,4538,47,1,1,0,0,2078.21,1962.31,63.0147,5.65254,86400,3,0,2250,0,1,0,0,0),(87460,4538,47,1,1,0,0,2056.44,1920.13,69.4711,2.73908,86400,3,0,2250,0,1,0,0,0),(87461,4538,47,1,1,0,0,2081.88,1939.52,65.5034,4.63723,86400,3,0,2250,0,1,0,0,0),(87462,4539,47,1,1,0,0,2081.03,1945.39,63.9449,1.96165,86400,3,0,2250,0,1,0,0,0),(87463,4538,47,1,1,0,0,2062.59,1938.86,64.7527,1.56869,86400,3,0,2250,0,1,0,0,0),(87464,4538,47,1,1,0,0,2092.03,1966.71,64.9646,0.428552,86400,3,0,2250,0,1,0,0,0),(87465,4623,47,1,1,0,1,2156.87,1934.31,65.7587,0.628319,86400,0,0,2250,0,0,0,0,0),(87466,4440,47,1,1,0,1,2145.96,1931.02,67.293,1.00215,86400,2,0,1830,655,1,0,0,0),(87467,4538,47,1,1,0,0,2115.17,1983.69,65.5089,1.03096,86400,3,0,2250,0,1,0,0,0),(87468,4539,47,1,1,0,0,2104.03,1983.46,64.8704,1.91355,86400,3,0,2250,0,1,0,0,0),(87469,4539,47,1,1,0,0,2077.04,1981.47,63.4643,3.90556,86400,5,0,2250,0,1,0,0,0),(87470,4538,47,1,1,0,0,2188.91,1974.78,55.7724,4.01327,86400,3,0,2250,0,1,0,0,0),(87471,4538,47,1,1,0,0,2151.14,1964.97,63.8306,4.67624,86400,3,0,2250,0,1,0,0,0),(87472,4538,47,1,1,0,0,2151.72,1988.22,59.9977,1.71821,86400,3,0,2250,0,1,0,0,0),(87473,4538,47,1,1,0,0,2161.92,1961.04,58.5643,1.52629,86400,3,0,2250,0,1,0,0,0),(87474,4538,47,1,1,0,0,2135.6,1978.41,60.1695,4.4854,86400,3,0,2250,0,1,0,0,0),(87475,4539,47,1,1,0,0,2161.05,1994.36,60.9008,4.02457,86400,3,0,2250,0,1,0,0,0),(87476,4538,47,1,1,0,0,2164.3,1954.43,58.1978,2.01097,86400,3,0,2250,0,1,0,0,0),(87477,4538,47,1,1,0,0,2128.13,2000.48,64.2687,6.08115,86400,3,0,2250,0,1,0,0,0),(87478,4427,47,1,1,0,1,2067.27,1999.35,64.9261,5.72468,86400,0,0,1953,2079,0,0,0,0),(87479,4519,47,1,1,0,1,2071.89,2004.52,63.3572,5.44543,86400,0,0,1830,655,0,0,0,0),(87480,4427,47,1,1,0,1,2076.73,2009.28,62.5202,5.23599,86400,0,0,1953,2079,0,0,0,0),(87481,4625,47,1,1,0,0,2069.23,2015.3,64.0441,2.40855,86400,0,0,328,0,0,0,0,0),(87482,4625,47,1,1,0,0,2063.81,2008.77,64.2132,2.47837,86400,0,0,328,0,0,0,0,0),(87483,4539,47,1,1,0,0,2131.13,2006.93,64.8492,4.33878,86400,3,0,2250,0,1,0,0,0),(87484,4539,47,1,1,0,0,2143.74,2012.88,65.5523,2.77843,86400,5,0,2250,0,1,0,0,0),(87485,4425,47,1,1,0,0,2200.76,1978.19,56.7228,3.735,86400,0,0,4000,0,0,0,0,0),(87486,4422,47,1,1,0,0,1994.4,1976.44,63.292,0.750492,86400,0,1,6400,0,2,0,0,0),(87487,4421,47,1,1,0,1,2190.4,1864.29,79.1389,1.37881,86400,0,0,6900,2196,0,0,0,0),(87488,6035,47,1,1,0,1,2160.86,1929.84,65.8223,0.855211,86400,0,0,2097,0,0,0,0,0),(87489,6035,47,1,1,0,1,2161.93,1920.36,66.592,5.78799,86400,0,0,2097,0,0,0,0,0),(56630,11671,409,1,1,12168,0,1034.73,-972.43,-181.188,2.82838,7200,5,0,47160,0,1,0,0,0),(56629,11671,409,1,1,12168,0,1036.19,-963.074,-179.813,1.11117,7200,5,0,47160,0,1,0,0,0),(56628,12099,409,1,1,5781,0,698.831,-507.815,-214.691,6.02004,7200,0,0,61040,0,0,0,0,0),(56626,12099,409,1,1,5781,0,685.026,-504.096,-214.37,6.02004,7200,0,0,61040,0,0,0,0,0),(56622,12099,409,1,1,5781,0,683.891,-496.467,-213.892,6.02003,7200,0,0,61040,0,0,0,0,0),(56620,12099,409,1,1,5781,0,688.558,-490.401,-213.735,6.02003,7200,0,0,61040,0,0,0,0,0),(56619,12099,409,1,1,5781,0,693.192,-494.994,-214.185,0,7200,0,0,61040,0,0,0,0,0),(56616,12099,409,1,1,5781,0,693.289,-502.757,-214.36,0,7200,0,0,61040,0,0,0,0,0),(56610,12099,409,1,1,5781,0,688.943,-508.177,-214.46,4.83456,7200,0,0,61040,0,0,0,0,0),(56609,12057,409,1,1,12110,0,691.018,-498.387,-214.266,6.02004,604800,10,0,1500840,0,1,0,0,0),(56608,12264,409,1,1,13032,1,587.303,-801.975,-205.158,0.23952,604800,0,0,801240,50805,2,0,0,0),(56607,12119,409,1,1,12030,1,1038.51,-982.952,-181.258,5.8443,7200,0,0,90650,25680,2,0,0,0),(56606,12119,409,1,1,12030,1,1035.67,-989.742,-181.776,6.18019,7200,0,0,90650,25680,2,0,0,0),(56605,12118,409,1,1,13031,1,1037.02,-986.342,-181.516,5.93384,604800,0,0,801240,50805,2,0,0,0),(56604,11669,409,1,1,12190,0,976.438,-895.323,-171.901,2.30473,7200,3,0,9432,0,1,0,0,0),(56603,11669,409,1,1,12190,0,976.046,-888.556,-171.926,4.41568,7200,3,0,9432,0,1,0,0,0),(56602,11669,409,1,1,12190,0,971.108,-895.754,-172.913,0.678496,7200,3,0,9432,0,1,0,0,0),(56601,11669,409,1,1,12190,0,963.543,-901.374,-176.262,1.92479,7200,3,0,9432,0,1,0,0,0),(56599,11669,409,1,1,12190,0,964.508,-889.874,-173.89,2.16215,7200,3,0,9432,0,1,0,0,0),(56598,11669,409,1,1,12190,0,958.709,-894.308,-175.309,1.78288,7200,3,0,9432,0,1,0,0,0),(56597,11669,409,1,1,12190,0,968.984,-883.877,-173.347,2.42601,7200,3,0,9432,0,1,0,0,0),(56596,11669,409,1,1,12190,0,962.605,-886.837,-173.335,3.50033,7200,3,0,9432,0,1,0,0,0),(56595,11669,409,1,1,12190,0,954.811,-887.196,-174.197,5.18385,7200,3,0,9432,0,1,0,0,0),(56594,11669,409,1,1,12190,0,954.195,-878.481,-173.891,3.24631,7200,3,0,9432,0,1,0,0,0),(56593,11669,409,1,1,12190,0,1043.4,-864.498,-158.811,2.6263,7200,3,0,9432,0,1,0,0,0),(56592,11669,409,1,1,12190,0,1047.92,-861.605,-159.323,4.95183,7200,3,0,9432,0,1,0,0,0),(56591,11669,409,1,1,12190,0,1045.71,-855.841,-158.773,2.12026,7200,3,0,9432,0,1,0,0,0),(56590,11669,409,1,1,12190,0,1052.31,-864.566,-159.504,3.91108,7200,3,0,9432,0,1,0,0,0),(56589,11669,409,1,1,12190,0,1056.73,-860.603,-159.178,3.38149,7200,3,0,9432,0,1,0,0,0),(56588,11669,409,1,1,12190,0,1059.94,-866.431,-159.648,1.15287,7200,3,0,9432,0,1,0,0,0),(56587,11669,409,1,1,12190,0,1061.16,-858.424,-159.333,1.92597,7200,3,0,9432,0,1,0,0,0),(56586,11669,409,1,1,12190,0,1063.81,-861.622,-158.82,4.97039,7200,3,0,9432,0,1,0,0,0),(56585,11669,409,1,1,12190,0,1063.67,-865.644,-159.007,0.441328,7200,3,0,9432,0,1,0,0,0),(56584,11669,409,1,1,12190,0,1051,-857.905,-158.564,4.43539,7200,3,0,9432,0,1,0,0,0),(56583,11669,409,1,1,12190,0,1067.16,-891.505,-156.469,0.593412,7200,0,0,9432,0,0,0,0,0),(56582,11669,409,1,1,12190,0,1060.13,-893.888,-157.256,1.8326,7200,0,0,9432,0,0,0,0,0),(56581,11669,409,1,1,12190,0,1061.81,-900.108,-159.11,2.96706,7200,0,0,9432,0,0,0,0,0),(56580,11669,409,1,1,12190,0,1063.37,-897.697,-158.136,1.32645,7200,0,0,9432,0,0,0,0,0),(56579,11669,409,1,1,12190,0,1063.88,-893.547,-157.01,2.74017,7200,0,0,9432,0,0,0,0,0),(56578,11669,409,1,1,12190,0,1061.65,-890.32,-156.379,0.122173,7200,0,0,9432,0,0,0,0,0),(56577,11669,409,1,1,12190,0,1068.88,-900.07,-158.184,5.32325,7200,0,0,9432,0,0,0,0,0),(56576,11669,409,1,1,12190,0,1068.98,-894.973,-157.023,2.53073,7200,0,0,9432,0,0,0,0,0),(56575,11669,409,1,1,12190,0,1069.77,-891.972,-156.307,0.069813,7200,0,0,9432,0,0,0,0,0),(56574,11669,409,1,1,12190,0,1073.91,-896.305,-156.789,1.39626,7200,0,0,9432,0,0,0,0,0),(56573,11669,409,1,1,12190,0,1032.38,-907.033,-160.374,2.07902,7200,5,0,9432,0,1,0,0,0),(56572,11669,409,1,1,12190,0,1026.35,-889.125,-160.916,0.750492,7200,0,0,9432,0,0,0,0,0),(56571,11669,409,1,1,12190,0,1027.23,-893.86,-161.051,5.72468,7200,0,0,9432,0,0,0,0,0),(56570,11669,409,1,1,12190,0,1026.41,-900.375,-161.546,4.01426,7200,0,0,9432,0,0,0,0,0),(56569,11669,409,1,1,12190,0,1026.62,-906.913,-161.835,2.70354,7200,5,0,9432,0,1,0,0,0),(56568,11669,409,1,1,12190,0,1037.91,-907.375,-159.63,2.20598,7200,5,0,9432,0,1,0,0,0),(56567,11669,409,1,1,12190,0,1031.86,-903.127,-160.348,6.17846,7200,0,0,9432,0,0,0,0,0),(56566,11669,409,1,1,12190,0,1033.92,-897.279,-159.873,3.94444,7200,0,0,9432,0,0,0,0,0),(56565,11669,409,1,1,12190,0,1034.46,-891.486,-159.556,3.92699,7200,0,0,9432,0,0,0,0,0),(56564,11669,409,1,1,12190,0,1033.44,-886.828,-159.574,0.174533,7200,0,0,9432,0,0,0,0,0),(56563,11669,409,1,1,12190,0,1045.65,-892.618,-157.81,4.03171,7200,0,0,9432,0,0,0,0,0),(56562,11669,409,1,1,12190,0,1040,-891.344,-158.877,3.7001,7200,0,0,9432,0,0,0,0,0),(56561,11669,409,1,1,12190,0,1040.79,-898.042,-159.13,5.25344,7200,0,0,9432,0,0,0,0,0),(56560,11669,409,1,1,12190,0,1042.78,-888.768,-157.825,4.79965,7200,0,0,9432,0,0,0,0,0),(56559,11669,409,1,1,12190,0,1044.42,-899.307,-158.771,6.05629,7200,0,0,9432,0,0,0,0,0),(56558,11669,409,1,1,12190,0,1042.78,-895.115,-158.649,3.68265,7200,0,0,9432,0,0,0,0,0),(56557,11669,409,1,1,12190,0,1046.76,-889.494,-157.256,1.01229,7200,0,0,9432,0,0,0,0,0),(56556,11669,409,1,1,12190,0,1052.1,-895.145,-158.422,1.69297,7200,0,0,9432,0,0,0,0,0),(56555,11669,409,1,1,12190,0,1052.21,-890.174,-156.87,3.1765,7200,0,0,9432,0,0,0,0,0),(56549,11669,409,1,1,12190,0,1051.86,-887.561,-156.09,3.14159,7200,0,0,9432,0,0,0,0,0),(248432,13022,429,1,1,0,0,115.228,-192.819,-55.0426,2.91091,86400,2,0,1900,0,1,0,0,0),(248431,13022,429,1,1,0,0,118.955,-189.796,-54.6273,3.18426,86400,2,0,1900,0,1,0,0,0),(248430,13022,429,1,1,0,0,122.508,-193.592,-55.2534,3.11933,86400,2,0,1900,0,1,0,0,0),(248429,11490,429,1,1,0,0,-34.983,-448,-37.8785,0.191986,86400,0,0,22272,0,0,0,0,0),(248428,13276,429,1,1,0,0,-1.03906,-435.259,-37.9609,5.92277,86400,2,0,3644,0,1,0,0,0),(248427,13276,429,1,1,0,0,7.73413,-443.673,-37.8776,3.12414,86400,2,0,3644,0,1,0,0,0),(248426,13276,429,1,1,0,0,1.53725,-438.741,-37.9606,1.07755,86400,2,0,3644,0,1,0,0,0),(248425,13276,429,1,1,0,0,1.65759,-434.832,-37.9608,0.775787,86400,2,0,3644,0,1,0,0,0),(248424,13276,429,1,1,0,0,7.56612,-440.69,-37.8779,3.89208,86400,2,0,3644,0,1,0,0,0),(248423,11457,429,1,1,0,0,4.60055,-437.18,-37.8782,4.27606,86400,2,0,6477,4326,1,0,0,0),(248422,11456,429,1,1,0,1,4.50979,-386.047,-58.5316,1.16937,86400,2,0,8097,0,1,0,0,0),(248421,11456,429,1,1,0,1,-57.0053,-401.183,-58.5854,0,86400,0,0,8097,0,2,0,0,0),(248420,11456,429,1,1,0,1,46.9284,-465.54,-58.631,0,86400,0,0,8097,0,2,0,0,0),(248419,11456,429,1,1,0,1,-148.751,-487.5,-36.871,0,86400,0,0,8097,0,2,0,0,0),(248418,13280,429,1,1,0,0,4.57887,-438.407,-59.954,0,86400,5,0,22270,6723,1,0,0,0),(248417,13321,429,1,1,0,0,-21.032,-425.93,-58.1864,1.81514,86400,0,0,42,0,0,0,0,0),(248416,13321,429,1,1,0,0,-21.3831,-431.467,-58.527,3.7001,86400,0,0,42,0,0,0,0,0),(248415,13321,429,1,1,0,0,1.08285,-427.635,-58.2154,0.942478,86400,0,0,42,0,0,0,0,0),(248414,11452,429,1,1,0,1,-96.6476,-388.518,-58.52,4.5204,86400,2,0,8097,0,1,0,0,0),(248413,11452,429,1,1,0,1,-84.0613,-392.13,-58.4799,0.959931,86400,2,0,8097,0,1,0,0,0),(248412,11453,429,1,1,0,0,-79.7413,-389.324,-58.5109,1.25664,86400,2,0,6477,3244,1,0,0,0),(248411,11453,429,1,1,0,0,-90.2836,-391.934,-58.4822,3.01942,86400,2,0,6477,3244,1,0,0,0),(248410,11452,429,1,1,0,1,-28.3503,-391.94,-58.618,2.83299,86400,2,0,8097,0,1,0,0,0),(248409,11452,429,1,1,0,1,-16.0019,-395.454,-58.5304,4.55531,86400,2,0,8097,0,1,0,0,0),(248408,11453,429,1,1,0,0,-10.3481,-393.132,-58.5304,1.90241,86400,2,0,6477,3244,1,0,0,0),(248407,11453,429,1,1,0,0,-23.6704,-398.692,-58.6164,0.80207,86400,2,0,6477,3244,1,0,0,0),(248406,13276,429,1,1,0,0,43.4029,-392.169,-58.5266,4.11898,86400,2,0,3644,0,1,0,0,0),(248405,13276,429,1,1,0,0,34.4894,-396.159,-58.5277,1.20428,86400,2,0,3644,0,1,0,0,0),(248404,13276,429,1,1,0,0,40.4389,-397.353,-58.5258,1.71042,86400,2,0,3644,0,1,0,0,0),(248403,13276,429,1,1,0,0,42.2916,-388.172,-58.5281,5.48033,86400,2,0,3644,0,1,0,0,0),(248402,13276,429,1,1,0,0,32.1917,-393.651,-58.6118,0.535442,86400,2,0,3644,0,1,0,0,0),(248401,11457,429,1,1,0,0,37.3552,-392.268,-58.5272,2.37365,86400,2,0,6477,4326,1,0,0,0),(248400,11452,429,1,1,0,1,74.9546,-417.913,-58.5995,0.030332,86400,2,0,8097,0,1,0,0,0),(248399,11452,429,1,1,0,1,70.4284,-429.825,-58.6012,0.320256,86400,2,0,8097,0,1,0,0,0),(248398,11453,429,1,1,0,0,68.7285,-422.43,-58.6015,5.77543,86400,2,0,6477,3244,1,0,0,0),(248397,11453,429,1,1,0,0,74.8293,-435.001,-58.5152,1.06465,86400,2,0,6477,3244,1,0,0,0),(248396,13276,429,1,1,0,0,-10.9179,-456.242,-58.6249,0.31074,86400,2,0,3644,0,1,0,0,0),(248395,13276,429,1,1,0,0,-3.05802,-456.817,-58.5464,0.366519,86400,2,0,3644,0,1,0,0,0),(248394,13276,429,1,1,0,0,-6.83229,-455.483,-58.5433,0.366519,86400,2,0,3644,0,1,0,0,0),(248393,13276,429,1,1,0,0,-14.1565,-460.888,-58.6237,4.10695,86400,2,0,3644,0,1,0,0,0),(248392,13276,429,1,1,0,0,-3.22096,-460.538,-58.549,1.3439,86400,2,0,3644,0,1,0,0,0),(248391,11457,429,1,1,0,0,-6.88377,-459.375,-58.5461,0.872665,86400,2,0,6477,4326,1,0,0,0),(248390,13276,429,1,1,0,0,-71.6369,-440.319,-58.6128,0.256474,86400,2,0,3644,0,1,0,0,0),(248389,13276,429,1,1,0,0,-61.434,-444.802,-58.5307,6.16101,86400,2,0,3644,0,1,0,0,0),(248388,13276,429,1,1,0,0,-72.5177,-436.876,-58.611,4.10582,86400,2,0,3644,0,1,0,0,0),(248387,13276,429,1,1,0,0,-64.4045,-442.443,-58.6145,1.04908,86400,2,0,3644,0,1,0,0,0),(248386,13276,429,1,1,0,0,-70.9053,-439.957,-58.6127,0.913746,86400,2,0,3644,0,1,0,0,0),(248385,11457,429,1,1,0,0,-69.0547,-442.536,-58.6142,1.13804,86400,2,0,6477,4326,1,0,0,0),(248384,11452,429,1,1,0,1,-84.7378,-460.673,-58.5294,2.68781,86400,2,0,8097,0,1,0,0,0),(248383,11452,429,1,1,0,1,-94.5833,-466.205,-58.6246,2.23612,86400,2,0,8097,0,1,0,0,0),(248382,11453,429,1,1,0,0,-93.0634,-461.176,-58.6221,5.70493,86400,2,0,6477,3244,1,0,0,0),(248381,13197,429,1,1,0,0,55.5946,-405.276,-58.5211,3.9968,86400,0,0,12954,4326,0,0,0,0),(248380,13197,429,1,1,0,0,47.3864,-447.764,-58.5225,3.75246,86400,0,0,12954,4326,0,0,0,0),(248379,13197,429,1,1,0,0,-35.181,-458.88,-58.5327,2.26893,86400,0,0,12954,4326,0,0,0,0),(248378,14354,429,1,1,0,0,86.1935,-197.888,-4.05657,1.76278,86400,0,0,13362,13446,0,0,0,0),(248377,11462,429,1,1,0,0,136.63,-297.89,-4.14037,0,86400,0,0,7599,0,2,0,0,0),(248376,11464,429,1,1,0,0,136.63,-297.89,-4.14037,0,86400,0,0,6273,3175,2,0,0,0),(248375,11462,429,1,1,0,0,102.259,-189.041,-4.14403,0,86400,0,0,7599,0,2,0,0,0),(248374,11464,429,1,1,0,0,102.259,-189.041,-4.14403,0,86400,0,0,6273,3175,2,0,0,0),(248373,11462,429,1,1,0,0,71.9864,-345.765,-4.03809,0,86400,0,0,7599,0,0,0,0,0),(248372,11462,429,1,1,0,0,71.9864,-345.765,-4.03809,0,86400,0,0,7599,0,0,0,0,0),(248371,11464,429,1,1,0,0,71.9864,-345.765,-4.03809,0,86400,0,0,6273,3175,2,0,0,0),(248370,11462,429,1,1,0,0,-96.5183,-347.559,-4.04812,0,86400,0,0,7599,0,0,0,0,0),(248369,11462,429,1,1,0,0,-96.5183,-347.559,-4.04812,0,86400,0,0,7599,0,0,0,0,0),(248368,11464,429,1,1,0,0,-96.5183,-347.559,-4.04812,0,86400,0,0,6273,3175,2,0,0,0),(248367,11462,429,1,1,0,0,-34.0211,-368.15,-4.10071,0,86400,0,0,7599,0,0,0,0,0),(34040,30731,1,1,1,0,0,10138.1,2314.44,1343.39,4.2237,25,0,0,902,2680,0,0,0,0),(34039,30729,0,1,1,0,0,1509.66,279.824,-62.0883,4.8695,25,0,0,902,2680,0,0,0,0),(248366,11462,429,1,1,0,0,-34.0211,-368.15,-4.10071,0,86400,0,0,7599,0,0,0,0,0),(248365,11464,429,1,1,0,0,-34.0211,-368.15,-4.10071,0,86400,0,0,6273,3175,2,0,0,0),(248364,11462,429,1,1,0,0,-159.065,-285.835,-4.17517,0,86400,0,0,7599,0,0,0,0,0),(248363,11462,429,1,1,0,0,-159.065,-285.835,-4.17517,0,86400,0,0,7599,0,0,0,0,0),(248362,11464,429,1,1,0,0,-159.065,-285.835,-4.17517,0,86400,0,0,6273,3175,2,0,0,0),(248361,11462,429,1,1,0,0,-115.532,-200.983,-4.09197,0,86400,0,0,7599,0,0,0,0,0),(248360,11462,429,1,1,0,0,-115.532,-200.983,-4.09197,0,86400,0,0,7599,0,0,0,0,0),(248359,11464,429,1,1,0,0,-115.532,-200.983,-4.09197,0,86400,0,0,6273,3175,2,0,0,0),(248358,11462,429,1,1,0,0,-36.193,-205.04,-4.10713,0,86400,0,0,7599,0,0,0,0,0),(248357,11462,429,1,1,0,0,-36.193,-205.04,-4.10713,0,86400,0,0,7599,0,0,0,0,0),(248356,11464,429,1,1,0,0,-36.193,-205.04,-4.10713,0,86400,0,0,6273,3175,2,0,0,0),(248355,13022,429,1,1,0,0,111.893,-272.557,-4.10279,1.21066,86400,2,0,1900,0,1,0,0,0),(248354,13022,429,1,1,0,0,106.298,-266.643,-3.97269,0.314159,86400,2,0,1900,0,1,0,0,0),(248353,13022,429,1,1,0,0,110.253,-269.029,-4.08908,4.45622,86400,2,0,1900,0,1,0,0,0),(248352,13022,429,1,1,0,0,115.432,-263.394,-4.13027,1.33576,86400,2,0,1900,0,1,0,0,0),(248351,13022,429,1,1,0,0,111.401,-260.037,-4.09867,4.40331,86400,2,0,1900,0,1,0,0,0),(248350,13022,429,1,1,0,0,115.729,-259.257,-4.1305,1.7137,86400,2,0,1900,0,1,0,0,0),(248349,13022,429,1,1,0,0,110.844,-255.06,-4.09403,3.22507,86400,2,0,1900,0,1,0,0,0),(248348,13022,429,1,1,0,0,114.94,-320.727,-4.04562,1.32645,86400,2,0,1900,0,1,0,0,0),(248347,13022,429,1,1,0,0,112.82,-334.044,-4.13689,1.36265,86400,2,0,1900,0,1,0,0,0),(248346,13022,429,1,1,0,0,109.902,-329.777,-4.0035,2.84489,86400,2,0,1900,0,1,0,0,0),(248345,13022,429,1,1,0,0,115.748,-327.539,-4.14523,0.318494,86400,2,0,1900,0,1,0,0,0),(248344,13022,429,1,1,0,0,121.124,-325.982,-4.16182,5.76204,86400,2,0,1900,0,1,0,0,0),(248343,13022,429,1,1,0,0,116.839,-329.884,-4.14893,2.53066,86400,2,0,1900,0,1,0,0,0),(248342,13022,429,1,1,0,0,111.065,-324.665,-4.01276,2.42601,86400,2,0,1900,0,1,0,0,0),(248341,13022,429,1,1,0,0,40.7124,-351.442,-4.003,2.47837,86400,2,0,1900,0,1,0,0,0),(248340,13022,429,1,1,0,0,45.7938,-349.025,-3.98307,3.21141,86400,2,0,1900,0,1,0,0,0),(248339,13022,429,1,1,0,0,51.5748,-349.531,-3.98683,0.122173,86400,2,0,1900,0,1,0,0,0),(248338,13022,429,1,1,0,0,39.5877,-355.57,-4.03657,0.10472,86400,2,0,1900,0,1,0,0,0),(248337,13022,429,1,1,0,0,44.475,-354.61,-4.02848,1.5708,86400,2,0,1900,0,1,0,0,0),(248336,13022,429,1,1,0,0,49.1207,-353.705,-4.02085,3.01942,86400,2,0,1900,0,1,0,0,0),(248335,13022,429,1,1,0,0,53.6343,-353.286,-4.01717,3.92699,86400,2,0,1900,0,1,0,0,0),(248334,13022,429,1,1,0,0,-75.468,-349.99,-3.9886,1.71042,86400,2,0,1900,0,1,0,0,0),(248333,13022,429,1,1,0,0,-86.0241,-357.57,-4.05092,5.48033,86400,2,0,1900,0,1,0,0,0),(248332,13022,429,1,1,0,0,-88.6114,-353.518,-4.0837,5.33838,86400,2,0,1900,0,1,0,0,0),(1975972,30169,571,1,8,0,0,7206.48,-3460.64,835.851,3.90954,300,0,0,1,0,0,0,0,0),(1975971,30169,571,1,8,0,0,7217.79,-3378.62,846.734,5.41052,300,0,0,1,0,0,0,0,0),(1975970,30169,571,1,8,0,0,7227.85,-3415.96,840.174,1.55334,300,0,0,1,0,0,0,0,0),(1975969,30169,571,1,8,0,0,7222.42,-3441.84,837.193,2.14675,300,0,0,1,0,0,0,0,0),(1975968,30169,571,1,8,0,0,7207.47,-3438.53,838.874,2.89725,300,0,0,1,0,0,0,0,0),(248331,13022,429,1,1,0,0,-83.2647,-352.631,-4.07834,5.93665,86400,2,0,1900,0,1,0,0,0),(1975967,30169,571,1,8,0,0,7216.24,-3582.57,824.501,0.837758,300,0,0,1,0,0,0,0,0),(1975966,30169,571,1,8,0,0,7219.12,-3607.77,822.712,1.65806,300,0,0,1,0,0,0,0,0),(248330,13022,429,1,1,0,0,-78.0264,-346.742,-4.04545,5.75634,86400,2,0,1900,0,1,0,0,0),(248329,13022,429,1,1,0,0,-84.0316,-349.012,-4.0567,3.99263,86400,2,0,1900,0,1,0,0,0),(248328,13022,429,1,1,0,0,-80.2455,-350.76,-3.99503,1.93732,86400,2,0,1900,0,1,0,0,0),(248327,13022,429,1,1,0,0,-136,-323.641,-4.06031,4.8053,86400,2,0,1900,0,1,0,0,0),(248326,13022,429,1,1,0,0,-138.617,-328.017,-3.99383,2.25147,86400,2,0,1900,0,1,0,0,0),(248325,13022,429,1,1,0,0,-142.503,-315.225,-4.11006,1.66281,86400,2,0,1900,0,1,0,0,0),(248324,13022,429,1,1,0,0,-139.72,-320.566,-4.08884,4.80789,86400,2,0,1900,0,1,0,0,0),(248323,13022,429,1,1,0,0,-140.131,-325.933,-4.09224,5.21016,86400,2,0,1900,0,1,0,0,0),(248322,13022,429,1,1,0,0,-143.089,-330.215,-4.02938,0.959931,86400,2,0,1900,0,1,0,0,0),(248321,13022,429,1,1,0,0,-147.416,-325.322,-4.14834,1.5089,86400,2,0,1900,0,1,0,0,0),(248320,13022,429,1,1,0,0,-154.099,-195.957,-4.20064,4.23252,86400,2,0,1900,0,1,0,0,0),(248319,13022,429,1,1,0,0,-154.058,-198.694,-4.19924,2.28912,86400,2,0,1900,0,1,0,0,0),(248318,13022,429,1,1,0,0,-157.879,-198.865,-4.18982,0.402479,86400,2,0,1900,0,1,0,0,0),(248317,13022,429,1,1,0,0,-152.666,-202.802,-4.06916,3.33358,86400,2,0,1900,0,1,0,0,0),(248316,13022,429,1,1,0,0,-156.945,-201.478,-4.06936,5.21853,86400,2,0,1900,0,1,0,0,0),(248315,13022,429,1,1,0,0,-149.702,-197.893,-4.21031,5.77921,86400,2,0,1900,0,1,0,0,0),(248314,13022,429,1,1,0,0,-148.843,-200.749,-4.21083,4.27233,86400,2,0,1900,0,1,0,0,0),(248313,13021,429,1,1,0,0,134.906,-288.916,-4.06306,3.54302,86400,0,0,16194,0,0,0,0,0),(248312,13021,429,1,1,0,0,131.583,-352.838,-4.06887,3.36849,86400,0,0,16194,0,0,0,0,0),(248311,13021,429,1,1,0,0,-20.0212,-366.39,-4.04007,1.81514,86400,0,0,16194,0,0,0,0,0),(248310,13021,429,1,1,0,0,-110.687,-357.62,-4.05201,1.65806,86400,0,0,16194,0,0,0,0,0),(248309,13021,429,1,1,0,0,-135.92,-278.62,-3.97313,3.47321,86400,0,0,16194,0,0,0,0,0),(248308,13021,429,1,1,0,0,-87.1855,-173.293,-2.63107,4.86947,86400,0,0,16194,0,0,0,0,0),(248307,13021,429,1,1,0,0,-16.8805,-177.09,-2.63107,4.81711,86400,0,0,16194,0,0,0,0,0),(1976211,39420,0,1,1,0,0,-5303.11,663.793,448.898,1.65362,300,0,0,42,0,0,0,0,0),(248306,13196,429,1,1,0,0,70.9002,-357.223,-4.04807,0.977384,86400,0,0,15198,0,0,0,0,0),(248305,13196,429,1,1,0,0,-51.43,-358.119,-4.05449,2.16421,86400,0,0,15198,0,0,0,0,0),(248304,13196,429,1,1,0,0,-146.427,-366.639,-4.06831,1.90241,86400,0,0,15198,0,0,0,0,0),(248303,13196,429,1,1,0,0,-166.726,-271.487,-4.06308,5.68977,86400,0,0,15198,0,0,0,0,0),(248302,13196,429,1,1,0,0,-85.9347,-208.182,-3.96894,0.541052,86400,0,0,15198,0,0,0,0,0),(248301,13196,429,1,1,0,0,-25.8675,-208.432,-3.97046,0.820305,86400,0,0,15198,0,0,0,0,0),(248300,14349,429,1,1,0,0,-6.91042,-440.736,16.4178,6.0218,86400,0,0,6477,6489,0,0,0,0),(84387,12017,469,1,1,0,1,-7573.97,-1034.39,449.34,3.83,604800,0,0,916025,0,0,0,0,0),(84388,12435,469,1,1,0,0,-7570.64,-1090.02,413.56,2.18,604800,0,0,1023300,0,0,0,0,0),(84389,12557,469,1,1,0,1,-7618.29,-1021.42,413.56,5.28,604800,0,0,64750,25680,0,0,0,0),(84390,14456,469,1,1,0,1,-7624,-1022.74,413.56,5.31,604800,0,0,31440,0,0,0,0,0),(84391,14456,469,1,1,0,1,-7615.21,-1016.6,413.56,5.31,604800,0,0,31440,0,0,0,0,0),(1975984,30387,571,1,8,0,0,7209.96,-3426.8,839.399,1.92906,600,0,0,12600,0,0,0,0,0),(61998,12458,469,1,1,0,1,-7632.96,-996.521,440.263,3.19395,604800,0,0,1,0,2,0,0,0),(61999,12458,469,1,1,0,1,-7639.31,-1088.74,449.164,3.07178,604800,0,0,1,0,2,0,0,0),(17,10799,229,1,1,0,0,81.104,-479.903,30.8624,3.12414,7200,0,0,1,0,2,0,0,0),(40508,9216,229,1,1,0,1,-16.8941,-385.101,48.9515,0.593412,10800,5,0,1,0,1,0,0,0),(1975992,30121,571,1,4,0,0,7138.25,-3547.1,832.591,5.20108,300,0,0,48700,0,0,0,0,0),(16,32442,571,1,1,0,0,6777.51,1539.35,392.173,1.62316,120,0,0,1,0,0,0,0,0),(20,10447,229,1,1,0,1,202.511,-421.307,110.987,3.12414,7200,0,0,1,0,0,0,0,0),(21,10442,229,1,1,0,0,204.015,-418.443,110.989,3.19395,7200,0,0,1,0,0,0,0,0),(22,10442,229,1,1,0,0,203.142,-423.999,110.986,3.07178,7200,0,0,1,0,0,0,0,0),(23,10442,229,1,1,0,0,201.008,-416.648,110.974,3.22886,7200,0,0,1,0,0,0,0,0),(61997,12458,469,1,1,0,1,-7663.99,-1021.79,440.242,3.12414,604800,0,0,1,0,2,0,0,0),(84512,13020,469,1,1,0,0,-7481.18,-1019.68,408.75,2.22,604800,0,0,3331000,0,0,0,0,0),(84513,12464,469,1,1,0,1,-7462.55,-1015.27,408.75,2.26,604800,0,0,113295,0,0,0,0,0),(84514,12464,469,1,1,0,1,-7484.4,-992.57,408.74,2.28,604800,0,0,113295,0,0,0,0,0),(84515,12464,469,1,1,0,1,-7505.69,-1007.07,408.73,2.19,604800,0,0,113295,0,0,0,0,0),(84516,12464,469,1,1,0,1,-7491.17,-1035.6,408.74,2.26,604800,0,0,113295,0,0,0,0,0),(84517,12463,469,1,1,0,1,-7494.95,-1022.22,408.73,2.19,604800,0,0,129480,0,0,0,0,0),(84518,12463,469,1,1,0,1,-7469.89,-1004.51,408.74,2.17,604800,0,0,129480,0,0,0,0,0),(84519,12467,469,1,1,0,1,-7514.31,-930.06,428.11,2.86,604800,0,0,242775,0,0,0,0,0),(84520,12467,469,1,1,0,1,-7596.12,-930.19,428.46,6.02,604800,0,0,242775,0,0,0,0,0),(84521,12464,469,1,1,0,1,-7587.02,-941.4,428.38,0.06,604800,0,0,113295,0,0,0,0,0),(84522,12464,469,1,1,0,1,-7585.56,-920.97,428.52,6.09,604800,0,0,113295,0,0,0,0,0),(84523,12464,469,1,1,0,1,-7517.67,-911.88,428.12,3.83,604800,0,0,113295,0,0,0,0,0),(84524,12464,469,1,1,0,1,-7528.91,-938.09,428.09,3.25,604800,0,0,113295,0,0,0,0,0),(84525,12465,469,1,1,0,1,-7537.64,-933.27,428.17,3.08,604800,0,0,88025,24860,0,0,0,0),(84526,12465,469,1,1,0,1,-7520.83,-920.39,428.11,2.84,604800,0,0,88025,24860,0,0,0,0),(84527,12465,469,1,1,0,1,-7578.01,-926.32,428.46,5.64,604800,0,0,88025,24860,0,0,0,0),(84528,12465,469,1,1,0,1,-7593.69,-942.08,428.4,6.15,604800,0,0,88025,24860,0,0,0,0),(84529,12463,469,1,1,0,1,-7576.52,-932.81,428.38,0.16,604800,0,0,129480,0,0,0,0,0),(84530,12463,469,1,1,0,1,-7578.27,-941.14,428.34,0.01,604800,0,0,129480,0,0,0,0,0),(84531,12463,469,1,1,0,1,-7537.58,-924.45,428.17,3.27,604800,0,0,129480,0,0,0,0,0),(84532,12463,469,1,1,0,1,-7532.5,-916.88,428.13,2.98,604800,0,0,129480,0,0,0,0,0),(84533,13996,469,1,1,0,1,-7556.37,-1022.06,449.42,4.64,604800,0,0,15260,0,0,0,0,0),(84534,13996,469,1,1,0,1,-7558.47,-1024.04,449.42,4.32,604800,0,0,15260,0,0,0,0,0),(84535,13996,469,1,1,0,1,-7557.17,-1025.67,449.42,5.39,604800,0,0,15260,0,0,0,0,0),(84536,13996,469,1,1,0,1,-7555.43,-1029.32,449.42,5.09,604800,0,0,15260,0,0,0,0,0),(84537,13996,469,1,1,0,1,-7553.46,-1030.04,449.42,5.93,604800,0,0,15260,0,0,0,0,0),(84538,13996,469,1,1,0,1,-7551.07,-1028.57,449.42,0.55,604800,0,0,15260,0,0,0,0,0),(84539,13996,469,1,1,0,1,-7551.96,-1026.43,449.42,1.96,604800,0,0,15260,0,0,0,0,0),(84540,13996,469,1,1,0,1,-7554.37,-1020.62,449.42,1.96,604800,0,0,15260,0,0,0,0,0),(84541,12459,469,1,1,0,1,-7552.21,-1017.31,449.42,3.91,604800,0,0,88025,24860,0,0,0,0),(84542,12459,469,1,1,0,1,-7547.48,-1025.85,449.42,3.95,604800,0,0,88025,24860,0,0,0,0),(84543,12457,469,1,1,0,1,-7549.54,-1021.79,449.42,3.59,604800,0,0,90650,25680,0,0,0,0),(84544,13996,469,1,1,0,1,-7527.24,-1063.87,449.42,5.61,604800,0,0,15260,0,0,0,0,0),(84545,13996,469,1,1,0,1,-7525.83,-1062.75,449.42,5.59,604800,0,0,15260,0,0,0,0,0),(84546,12459,469,1,1,0,1,-7523.95,-1059.96,449.42,2.17,604800,0,0,88025,24860,0,0,0,0),(84547,13996,469,1,1,0,1,-7520.18,-1058.11,449.42,5.63,604800,0,0,15260,0,0,0,0,0),(84548,12457,469,1,1,0,1,-7515.31,-1056.79,449.42,2.18,604800,0,0,90650,25680,0,0,0,0),(84549,13996,469,1,1,0,1,-7514.42,-1053.99,449.42,5.39,604800,0,0,15260,0,0,0,0,0),(84550,13996,469,1,1,0,1,-7512.98,-1052.16,449.42,5.77,604800,0,0,15260,0,0,0,0,0),(84551,13996,469,1,1,0,1,-7511.45,-1049.02,449.42,2.48,604800,0,0,15260,0,0,0,0,0),(84552,13996,469,1,1,0,1,-7508.01,-1045.78,449.42,5.43,604800,0,0,15260,0,0,0,0,0),(84553,12459,469,1,1,0,1,-7506.38,-1043,449.42,2.45,604800,0,0,88025,24860,0,0,0,0),(84554,13996,469,1,1,0,1,-7502.7,-1041.08,449.42,1.96,604800,0,0,15260,0,0,0,0,0),(84555,13996,469,1,1,0,1,-7499.13,-1039.77,449.42,1.79,604800,0,0,15260,0,0,0,0,0),(84556,13996,469,1,1,0,1,-7495.08,-1037.94,449.42,2.17,604800,0,0,15260,0,0,0,0,0),(84557,12461,469,1,1,0,1,-7513.69,-1048.27,449.242,3.77,604800,0,0,161850,0,2,0,0,0),(84558,12461,469,1,1,0,1,-7531.13,-990.97,449.42,0.57,604800,0,0,161850,0,0,0,0,0),(84559,12457,469,1,1,0,1,-7533.23,-982.85,449.42,5.34,604800,0,0,90650,25680,0,0,0,0),(84560,12459,469,1,1,0,1,-7538.58,-983.23,449.42,5.58,604800,0,0,88025,24860,0,0,0,0),(84561,12459,469,1,1,0,1,-7518.65,-966.95,449.42,5.23,604800,0,0,88025,24860,0,0,0,0),(84562,13996,469,1,1,0,1,-7521.87,-962.95,449.42,2.18,604800,0,0,15260,0,0,0,0,0),(84563,13996,469,1,1,0,1,-7526.46,-966.16,449.42,2.21,604800,0,0,15260,0,0,0,0,0),(84564,13996,469,1,1,0,1,-7530.05,-967.83,449.42,2.95,604800,0,0,15260,0,0,0,0,0),(84565,13996,469,1,1,0,1,-7533.51,-971.84,449.42,2.15,604800,0,0,15260,0,0,0,0,0),(84566,13996,469,1,1,0,1,-7541.24,-977.1,449.42,2.15,604800,0,0,15260,0,0,0,0,0),(84567,13996,469,1,1,0,1,-7543.13,-981.19,449.42,3.87,604800,0,0,15260,0,0,0,0,0),(84568,13996,469,1,1,0,1,-7537.71,-974.3,449.42,5.26,604800,0,0,15260,0,0,0,0,0),(84569,13996,469,1,1,0,1,-7530.42,-970.67,449.42,5.45,604800,0,0,15260,0,0,0,0,0),(84570,13996,469,1,1,0,1,-7523.57,-966.7,449.42,5.59,604800,0,0,15260,0,0,0,0,0),(84571,13996,469,1,1,0,1,-7516.59,-961.58,449.42,5.24,604800,0,0,15260,0,0,0,0,0),(84572,11983,469,1,1,0,0,-7520.24,-1025.77,449.09,0.6,604800,0,0,2274000,0,0,0,0,0),(84573,12468,469,1,1,0,1,-7447.51,-996.27,449.81,3.28,604800,0,0,88025,24860,0,0,0,0),(84589,12468,469,1,1,0,1,-7456.25,-999.89,449.87,3.14,604800,0,0,88025,24860,0,0,0,0),(84590,12468,469,1,1,0,1,-7462.79,-984.93,449.88,3.65,604800,0,0,88025,24860,0,0,0,0),(84591,12468,469,1,1,0,1,-7454.16,-986.18,449.86,3.56,604800,0,0,88025,24860,0,0,0,0),(84592,12460,469,1,1,0,1,-7463.62,-993.18,449.9,3.5,604800,0,0,216515,0,0,0,0,0),(84598,12459,469,1,1,0,1,-7518.56,-924.99,457.76,5.59,604800,0,0,88025,24860,0,0,0,0),(84599,12459,469,1,1,0,1,-7499.36,-908.3,458.04,4.95,604800,0,0,88025,24860,0,0,0,0),(84601,12457,469,1,1,0,1,-7502.21,-914.33,458.04,5.37,604800,0,0,90650,25680,0,0,0,0),(84602,13996,469,1,1,0,1,-7507.01,-904.58,457.76,1.76,604800,0,0,15260,0,0,0,0,0),(84603,13996,469,1,1,0,1,-7505.9,-903.71,457.76,2.35,604800,0,0,15260,0,0,0,0,0),(84605,13996,469,1,1,0,1,-7509.78,-908.53,457.76,5.46,604800,0,0,15260,0,0,0,0,0),(84606,13996,469,1,1,0,1,-7512.28,-910.98,457.76,5.49,604800,0,0,15260,0,0,0,0,0),(84614,13996,469,1,1,0,1,-7515.03,-911.85,457.76,5.35,604800,0,0,15260,0,0,0,0,0),(84615,13996,469,1,1,0,1,-7516.63,-914.8,457.76,5.41,604800,0,0,15260,0,0,0,0,0),(84616,13996,469,1,1,0,1,-7523.38,-916.03,457.76,2.09,604800,0,0,15260,0,0,0,0,0),(84617,13996,469,1,1,0,1,-7526.58,-918.24,457.76,2.18,604800,0,0,15260,0,0,0,0,0),(84618,13996,469,1,1,0,1,-7526.55,-921.74,457.76,3.24,604800,0,0,15260,0,0,0,0,0),(84619,13996,469,1,1,0,1,-7525.64,-924.33,457.76,3.8,604800,0,0,15260,0,0,0,0,0),(84623,13996,469,1,1,0,1,-7523.37,-929.3,457.76,3.9,604800,0,0,15260,0,0,0,0,0),(84624,13996,469,1,1,0,1,-7522.89,-921.64,457.76,5.96,604800,0,0,15260,0,0,0,0,0),(84625,12461,469,1,1,0,1,-7515.5,-929.4,457.76,0.69,604800,0,0,161850,0,0,0,0,0),(84627,14401,469,1,1,0,0,-7398.43,-966.97,465.15,2.09,604800,0,0,9156,0,0,0,0,0),(84628,12460,469,1,1,0,1,-7389.7,-951.74,465.15,2.32,604800,0,0,216515,0,0,0,0,0),(84634,12460,469,1,1,0,1,-7394.61,-956.29,465.15,2.32,604800,0,0,216515,0,0,0,0,0),(84635,12460,469,1,1,0,1,-7400.41,-961.01,465.14,2.32,604800,0,0,216515,0,0,0,0,0),(84639,12460,469,1,1,0,1,-7437.04,-1053.58,477.04,0.66,604800,0,0,216515,0,0,0,0,0),(84648,12460,469,1,1,0,1,-7443.51,-1045.13,477.02,0.55,604800,0,0,216515,0,0,0,0,0),(84650,12460,469,1,1,0,1,-7450.65,-1035.77,477,0.62,604800,0,0,216515,0,0,0,0,0),(84651,12457,469,1,1,0,1,-7463.49,-874.51,465.16,5.33,604800,0,0,90650,25680,0,0,0,0),(84652,12459,469,1,1,0,1,-7451.59,-870.5,465.16,4.66,604800,0,0,88025,24860,0,0,0,0),(84653,12459,469,1,1,0,1,-7480.4,-885.27,465.16,5.69,604800,0,0,88025,24860,0,0,0,0),(84654,13996,469,1,1,0,1,-7482.64,-878.69,465.16,0.05,604800,0,0,15260,0,0,0,0,0),(84655,13996,469,1,1,0,1,-7479.36,-876.07,465.16,0.67,604800,0,0,15260,0,0,0,0,0),(84688,13996,469,1,1,0,1,-7478.29,-877.6,465.16,5.33,604800,0,0,15260,0,0,0,0,0),(84689,13996,469,1,1,0,1,-7474.5,-876.44,465.16,0.3,604800,0,0,15260,0,0,0,0,0),(84691,13996,469,1,1,0,1,-7471.38,-871.23,465.16,1.03,604800,0,0,15260,0,0,0,0,0),(84692,13996,469,1,1,0,1,-7472.48,-870.39,465.16,0.92,604800,0,0,15260,0,0,0,0,0),(84759,13996,469,1,1,0,1,-7456.82,-859.54,465.16,0.68,604800,0,0,15260,0,0,0,0,0),(84760,13996,469,1,1,0,1,-7461.2,-859.72,465.16,3.41,604800,0,0,15260,0,0,0,0,0),(84761,13996,469,1,1,0,1,-7461.38,-863.4,465.16,4.68,604800,0,0,15260,0,0,0,0,0),(84762,13996,469,1,1,0,1,-7458.19,-866.07,465.16,5.61,604800,0,0,15260,0,0,0,0,0),(84763,13996,469,1,1,0,1,-7451.73,-865.07,465.16,0.52,604800,0,0,15260,0,0,0,0,0),(84840,12461,469,1,1,0,1,-7455.86,-880.92,465.4,3.77,604800,0,0,161850,0,0,0,0,0),(85581,12459,469,1,1,0,1,-7428.69,-901.37,465.16,3.73,604800,0,0,88025,24860,0,0,0,0),(85601,12459,469,1,1,0,1,-7409.28,-926.99,465.16,3.83,604800,0,0,88025,24860,0,0,0,0),(85609,13996,469,1,1,0,1,-7406.14,-925.95,465.16,1.81,604800,0,0,15260,0,0,0,0,0),(85611,13996,469,1,1,0,1,-7407.16,-921.78,465.16,1.81,604800,0,0,15260,0,0,0,0,0),(85612,13996,469,1,1,0,1,-7409.25,-919.6,465.16,2.33,604800,0,0,15260,0,0,0,0,0),(85613,13996,469,1,1,0,1,-7411.78,-916.85,465.16,2.07,604800,0,0,15260,0,0,0,0,0),(85616,13996,469,1,1,0,1,-7413.79,-913.18,465.16,2.07,604800,0,0,15260,0,0,0,0,0),(85620,13996,469,1,1,0,1,-7415.92,-909.27,465.16,2.07,604800,0,0,15260,0,0,0,0,0),(85621,13996,469,1,1,0,1,-7416.52,-906.64,465.65,1.63,604800,0,0,15260,0,0,0,0,0),(85622,13996,469,1,1,0,1,-7418.92,-902,465.16,2.46,604800,0,0,15260,0,0,0,0,0),(85623,13996,469,1,1,0,1,-7421.09,-900.23,465.16,2.46,604800,0,0,15260,0,0,0,0,0),(85625,13996,469,1,1,0,1,-7424.86,-898.08,465.16,2.66,604800,0,0,15260,0,0,0,0,0),(85756,12461,469,1,1,0,1,-7424.96,-920.55,465.53,2.83,604800,0,0,161850,0,0,0,0,0),(85757,12459,469,1,1,0,1,-7449.5,-930.53,465.16,0.51,604800,0,0,88025,24860,0,0,0,0),(85758,12457,469,1,1,0,1,-7446.97,-945.069,464.983,0.63,604800,0,0,90650,25680,2,0,0,0),(85759,12461,469,1,1,0,1,-7438.94,-945.5,465.16,0.72,604800,0,0,161850,0,0,0,0,0),(85760,13996,469,1,1,0,1,-7454.19,-931.91,465.16,0.53,604800,0,0,15260,0,0,0,0,0),(85764,13996,469,1,1,0,1,-7451.35,-936.73,465.16,0.53,604800,0,0,15260,0,0,0,0,0),(85766,13996,469,1,1,0,1,-7448.5,-941.57,465.16,0.53,604800,0,0,15260,0,0,0,0,0),(85767,13996,469,1,1,0,1,-7446.35,-945.21,465.16,0.53,604800,0,0,15260,0,0,0,0,0),(85768,13996,469,1,1,0,1,-7442.95,-949.17,465.16,0.53,604800,0,0,15260,0,0,0,0,0),(85772,13996,469,1,1,0,1,-7441.17,-952.19,465.16,0.53,604800,0,0,15260,0,0,0,0,0),(85773,13996,469,1,1,0,1,-7437.99,-955.74,465.17,0.53,604800,0,0,15260,0,0,0,0,0),(85775,12459,469,1,1,0,1,-7433.44,-956.18,465.17,0.82,604800,0,0,88025,24860,0,0,0,0),(85776,13996,469,1,1,0,1,-7450.89,-949.63,465.16,0.53,604800,0,0,15260,0,0,0,0,0),(85777,13996,469,1,1,0,1,-7452.05,-945.15,465.16,0.53,604800,0,0,15260,0,0,0,0,0),(85778,13996,469,1,1,0,1,-7459.46,-934.06,465.16,0.58,604800,0,0,15260,0,0,0,0,0),(85779,13996,469,1,1,0,1,-7442.19,-959.32,465.16,0.71,604800,0,0,15260,0,0,0,0,0),(85780,14601,469,1,1,0,0,-7358.19,-994.32,477.35,3.69,604800,0,0,999300,0,0,0,0,0),(85783,11981,469,1,1,0,0,-7407.94,-1031.04,477.35,0.87,604800,0,0,2274000,0,0,0,0,0),(85784,14020,469,1,1,0,0,-7515.34,-1029.62,476.73,5.33,604800,0,0,1832050,0,0,0,0,0),(85785,10162,469,1,1,0,1,-7587.76,-1261.43,482.21,0.61,604800,0,0,306475,262000,0,0,0,0),(85786,9098,469,1,1,0,1,-7602.2,-946.99,441.37,3.84,604800,0,0,6078,4082,0,0,0,0),(85788,12468,469,1,1,0,1,-7611.32,-947.15,441.14,1.93,604800,0,0,88025,24860,0,0,0,0),(85793,12468,469,1,1,0,1,-7602.95,-960.5,441.14,1.7,604800,0,0,88025,24860,0,0,0,0),(85794,12465,469,1,1,0,1,-7589,-977.05,441.14,2.97,604800,0,0,88025,24860,0,0,0,0),(85795,12465,469,1,1,0,1,-7639.67,-1005.42,440.33,4.4,604800,0,0,88025,24860,0,0,0,0),(85796,12465,469,1,1,0,1,-7664.06,-997.08,440.17,3.25,604800,0,0,88025,24860,0,0,0,0),(85797,12468,469,1,1,0,1,-7677.63,-1020.57,440.16,4.81,604800,0,0,88025,24860,0,0,0,0),(85798,12468,469,1,1,0,1,-7683.03,-1029.88,440.16,3.96,604800,0,0,88025,24860,0,0,0,0),(85799,12468,469,1,1,0,1,-7683.86,-1046.52,440.48,4.98,604800,0,0,88025,24860,0,0,0,0),(85800,12465,469,1,1,0,1,-7716.54,-1067.27,445.36,0.49,604800,0,0,88025,24860,0,0,0,0),(85801,12465,469,1,1,0,1,-7693.99,-1100.98,449.3,0.44,604800,0,0,88025,24860,0,0,0,0),(85802,12468,469,1,1,0,1,-7651.23,-1106.45,449.34,0.19,604800,0,0,88025,24860,0,0,0,0),(85804,12465,469,1,1,0,1,-7648.02,-1062.1,449.34,1.84,604800,0,0,88025,24860,0,0,0,0),(85805,12468,469,1,1,0,1,-7595.61,-1066.71,449.34,0.54,604800,0,0,88025,24860,0,0,0,0),(85806,12465,469,1,1,0,1,-7596.32,-1024.5,449.34,1.58,604800,0,0,88025,24860,0,0,0,0),(85808,14264,469,1,1,0,1,-7676.54,-1091.91,449.32,0.45,604800,0,0,15260,0,0,0,0,0),(85813,14264,469,1,1,0,1,-7661.48,-1092.54,449.34,0.28,604800,0,0,15260,0,0,0,0,0),(85821,14264,469,1,1,0,1,-7627.86,-1082.81,449.34,0.28,604800,0,0,15260,0,0,0,0,0),(85822,14264,469,1,1,0,1,-7614.52,-1047.64,449.34,1.85,604800,0,0,15260,0,0,0,0,0),(85823,14264,469,1,1,0,1,-7659.1,-1036.27,440.31,1.56,604800,0,0,15260,0,0,0,0,0),(85824,14264,469,1,1,0,1,-7692.77,-1004.83,440.16,1.7,604800,0,0,15260,0,0,0,0,0),(85825,14264,469,1,1,0,1,-7647.01,-971.44,440.43,0.59,604800,0,0,15260,0,0,0,0,0),(85827,14262,469,1,1,0,1,-7621.76,-964.92,440.4,4.22,604800,0,0,15260,0,0,0,0,0),(85828,14262,469,1,1,0,1,-7630.5,-984.01,440.18,4.28,604800,0,0,15260,0,0,0,0,0),(85829,14262,469,1,1,0,1,-7650.79,-1001.07,440.17,3.74,604800,0,0,15260,0,0,0,0,0),(85830,14262,469,1,1,0,1,-7679.84,-1116.64,449.32,1.17,604800,0,0,15260,0,0,0,0,0),(85832,14262,469,1,1,0,1,-7628.3,-1065.28,449.34,0.09,604800,0,0,15260,0,0,0,0,0),(85834,14263,469,1,1,0,1,-7650.46,-1074.67,449.34,3.78,604800,0,0,15260,0,0,0,0,0),(85836,14263,469,1,1,0,1,-7606.12,-1081.22,449.34,2.57,604800,0,0,15260,0,0,0,0,0),(85837,14263,469,1,1,0,1,-7657.94,-1018.33,440.44,2.58,604800,0,0,15260,0,0,0,0,0),(85838,14263,469,1,1,0,1,-7611.88,-990.28,440.23,0.75,604800,0,0,15260,0,0,0,0,0),(85839,14023,469,1,1,0,0,-7617.15,-979.82,440.5,4.1,604800,0,0,4578,0,0,0,0,0),(85840,14023,469,1,1,0,0,-7656.73,-984.89,440.17,3.85,604800,0,0,4578,0,0,0,0,0),(85841,14023,469,1,1,0,0,-7678.81,-1101.1,449.3,0.07,604800,0,0,4578,0,0,0,0,0),(85843,14023,469,1,1,0,0,-7621.46,-1102.83,449.34,1.77,604800,0,0,4578,0,0,0,0,0),(85844,14024,469,1,1,0,0,-7592.63,-1081.41,449.34,1.72,604800,0,0,4578,0,0,0,0,0),(85845,14024,469,1,1,0,0,-7568.47,-1067.15,449.34,1.99,604800,0,0,4578,0,0,0,0,0),(85847,14024,469,1,1,0,0,-7600.39,-1056.26,449.34,4.01,604800,0,0,4578,0,0,0,0,0),(85848,14024,469,1,1,0,0,-7640.75,-1021.91,440.37,2.42,604800,0,0,4578,0,0,0,0,0),(85849,14024,469,1,1,0,0,-7675.82,-1008.05,440.44,2.93,604800,0,0,4578,0,0,0,0,0),(85850,14022,469,1,1,0,0,-7645.86,-987.51,440.44,5.79,604800,0,0,4578,0,0,0,0,0),(85851,14022,469,1,1,0,0,-7668.89,-1044.6,440.29,4.19,604800,0,0,4578,0,0,0,0,0),(85853,14022,469,1,1,0,0,-7652.81,-1053.44,449.36,0.08,604800,0,0,4578,0,0,0,0,0),(85854,14022,469,1,1,0,0,-7628.52,-1037.79,449.34,5.61,604800,0,0,4578,0,0,0,0,0),(85855,14025,469,1,1,0,0,-7605.35,-1038.99,449.34,5.33,604800,0,0,4578,0,0,0,0,0),(85856,14025,469,1,1,0,0,-7618.36,-1098.69,449.34,3.28,604800,0,0,4578,0,0,0,0,0),(85857,14025,469,1,1,0,0,-7661.64,-1111.37,449.34,2.93,604800,0,0,4578,0,0,0,0,0),(85858,14025,469,1,1,0,0,-7636.05,-1024.45,440.31,1.91,604800,0,0,4578,0,0,0,0,0),(85859,14025,469,1,1,0,0,-7612.45,-1006.68,440.29,1.97,604800,0,0,4578,0,0,0,0,0),(85861,14025,469,1,1,0,0,-7649.13,-958.47,440.29,5.13,604800,0,0,4578,0,0,0,0,0),(85862,14022,469,1,1,0,0,-7671.08,-974.73,440.29,4.58,604800,0,0,4578,0,0,0,0,0),(85863,14024,469,1,1,0,0,-7672.81,-979.27,440.29,4.76,604800,0,0,4578,0,0,0,0,0),(85864,14024,469,1,1,0,0,-7707.78,-1016.93,440.63,6.24,604800,0,0,4578,0,0,0,0,0),(85865,14023,469,1,1,0,0,-7707.49,-1012.73,440.5,6.17,604800,0,0,4578,0,0,0,0,0),(85875,14022,469,1,1,0,0,-7713.18,-1011.98,441.47,5.98,604800,0,0,4578,0,0,0,0,0),(85884,14025,469,1,1,0,0,-7711.5,-1008.25,441.63,5.9,604800,0,0,4578,0,0,0,0,0),(144503,15325,509,1,1,0,0,-8764.12,1581.65,22.6881,3.71767,7200,0,0,1,0,2,0,0,0),(144502,15325,509,1,1,0,0,-8764.12,1581.65,22.6881,3.69371,7200,0,0,1,0,2,0,0,0),(144501,15325,509,1,1,0,0,-8729.3,1429.32,37.3242,3.81557,7200,0,0,1,0,2,0,0,0),(144500,15325,509,1,1,0,0,-8729.3,1429.32,37.3242,3.8099,7200,0,0,1,0,2,0,0,0),(144499,15325,509,1,1,0,0,-8658.22,1452.97,32.0319,2.01218,7200,0,0,1,0,2,0,0,0),(144498,15325,509,1,1,0,0,-8658.22,1452.97,32.0319,1.89069,7200,0,0,1,0,2,0,0,0),(144497,15325,509,1,1,0,0,-8676.3,1523.41,32.032,2.22387,7200,0,0,1,0,2,0,0,0),(144496,15325,509,1,1,0,0,-8676.3,1523.41,32.032,1.82947,7200,0,0,1,0,2,0,0,0),(144495,15325,509,1,1,0,0,-8597.94,1369.12,32.032,3.25122,7200,0,0,1,0,0,0,0,0),(144494,15325,509,1,1,0,0,-8597.94,1369.12,32.032,3.25117,7200,0,0,1,0,0,0,0,0),(144493,15325,509,1,1,0,0,-8548.86,1386.29,32.032,5.26035,7200,0,0,1,0,2,0,0,0),(144492,15325,509,1,1,0,0,-8548.86,1386.29,32.032,5.22911,7200,0,0,1,0,2,0,0,0),(144491,15325,509,1,1,0,0,-8529.96,1364.05,36.8613,5.12102,7200,0,0,1,0,2,0,0,0),(144490,15325,509,1,1,0,0,-8529.96,1364.05,36.8613,4.8206,7200,0,0,1,0,2,0,0,0),(144489,15324,509,1,1,0,0,-9162.49,1518.8,22.7809,0.226893,7200,0,0,1,0,0,0,0,0),(144488,15324,509,1,1,0,0,-9148.94,1510.32,21.9923,0.942478,7200,0,0,1,0,0,0,0,0),(144487,15324,509,1,1,0,0,-9067.32,1673.46,23.0715,4.31096,7200,0,0,1,0,0,0,0,0),(144486,15324,509,1,1,0,0,-9053.82,1664.36,22.9385,3.9968,7200,0,0,1,0,0,0,0,0),(144485,15324,509,1,1,0,0,-8706.15,1552.29,31.9903,5.41052,7200,0,0,1,0,0,0,0,0),(144484,15324,509,1,1,0,0,-8693.79,1565.82,31.9903,5.35816,7200,0,0,1,0,0,0,0,0),(144483,15324,509,1,1,0,0,-8531.85,1515.69,33.2644,0.767945,7200,0,0,1,0,0,0,0,0),(144482,15324,509,1,1,0,0,-8517.44,1505.66,33.3647,0.837758,7200,0,0,1,0,0,0,0,0),(144481,15323,509,1,1,0,0,-9379.34,1401.02,21.472,3.31613,7200,5,0,1,0,1,0,0,0),(144480,15323,509,1,1,0,0,-9359.12,1217.69,21.4696,3.12414,7200,5,0,1,0,1,0,0,0),(144479,15323,509,1,1,0,0,-9353.46,1204.12,21.854,4.13643,7200,5,0,1,0,1,0,0,0),(144478,15323,509,1,1,0,0,-9311.37,1389.4,21.5097,5.53269,7200,5,0,1,0,1,0,0,0),(144477,15323,509,1,1,0,0,-9301.52,1385.1,21.4697,5.67232,7200,5,0,1,0,1,0,0,0),(144476,15323,509,1,1,0,0,-9231.43,1386.64,21.4697,0.436332,7200,5,0,1,0,1,0,0,0),(144475,15323,509,1,1,0,0,-9199.54,1464.2,21.4879,2.70526,7200,5,0,1,0,1,0,0,0),(144474,15323,509,1,1,0,0,-9189.15,1452.48,21.5292,2.05949,7200,5,0,1,0,1,0,0,0),(144473,15323,509,1,1,0,0,-9154.13,1292.98,21.4696,4.27606,7200,5,0,1,0,1,0,0,0),(144472,15320,509,1,1,0,0,-9395.24,1388.35,21.3868,0.492019,7200,5,0,1,0,1,0,0,0),(144471,15320,509,1,1,0,0,-9386.74,1393.28,21.4697,2.07694,7200,5,0,1,0,1,0,0,0),(144470,15320,509,1,1,0,0,-9340.13,1210.84,21.4696,5.34071,7200,5,0,1,0,1,0,0,0),(144469,15320,509,1,1,0,0,-9315.23,1380.3,21.5059,5.46288,7200,5,0,1,0,1,0,0,0),(144468,15320,509,1,1,0,0,-9236.35,1396.04,21.4697,2.51327,7200,5,0,1,0,1,0,0,0),(144467,15320,509,1,1,0,0,-9224.24,1384.02,21.4697,3.19395,7200,5,0,1,0,1,0,0,0),(144466,15320,509,1,1,0,0,-9187.02,1463.77,21.4697,1.18682,7200,5,0,1,0,1,0,0,0),(144465,15320,509,1,1,0,0,-9149.69,1284.75,21.4696,0.506145,7200,5,0,1,0,1,0,0,0),(144464,15320,509,1,1,0,0,-9141.97,1292.71,21.4696,1.71042,7200,5,0,1,0,1,0,0,0),(144463,15319,509,1,1,0,0,-9592.67,1425.94,21.6363,2.66185,7200,5,0,1,0,1,0,0,0),(144462,15319,509,1,1,0,0,-9589.7,1407.81,21.5113,0.698057,7200,5,0,1,0,1,0,0,0),(144461,15319,509,1,1,0,0,-9580.61,1480.18,22.2188,4.90255,7200,5,0,1,0,1,0,0,0),(144460,15319,509,1,1,0,0,-9571.89,1493.51,21.541,2.29352,7200,5,0,1,0,1,0,0,0),(144459,15319,509,1,1,0,0,-9511.27,1386.07,21.5113,0.117013,7200,5,0,1,0,1,0,0,0),(144458,15319,509,1,1,0,0,-9479.98,1370.8,23.4108,1.98968,7200,5,0,1,0,1,0,0,0),(144457,15318,509,1,1,0,0,-9592.44,1388.4,25.7444,2.01948,7200,5,0,1,0,1,0,0,0),(144456,15318,509,1,1,0,0,-9580.18,1381.9,23.9498,1.77729,7200,5,0,1,0,1,0,0,0),(144455,15318,509,1,1,0,0,-9578.56,1506.85,21.737,3.01422,7200,5,0,1,0,1,0,0,0),(144454,15318,509,1,1,0,0,-9574.35,1484.25,22.7679,1.78155,7200,5,0,1,0,1,0,0,0),(144453,15318,509,1,1,0,0,-9524.38,1383.69,21.5113,1.03884,7200,5,0,1,0,1,0,0,0),(144452,15318,509,1,1,0,0,-9489.85,1372.82,21.5999,4.38078,7200,5,0,1,0,1,0,0,0),(144451,15168,509,1,1,0,0,-9211.34,1432.98,21.4697,4.01426,7200,5,0,1,0,1,0,0,0),(144450,15168,509,1,1,0,0,-9066.02,1733.49,21.5309,3.24631,7200,5,0,1,0,1,0,0,0),(144449,15168,509,1,1,0,0,-9058.11,2159.35,21.4697,4.36332,7200,5,0,1,0,1,0,0,0),(144448,15168,509,1,1,0,0,-9000.71,1700.1,21.5721,4.43314,7200,5,0,1,0,1,0,0,0),(144447,15168,509,1,1,0,0,-8994.84,1916.53,21.4697,5.5676,7200,5,0,1,0,1,0,0,0),(144446,15168,509,1,1,0,0,-8978.44,2101.63,21.4697,0.366519,7200,5,0,1,0,1,0,0,0),(144445,15168,509,1,1,0,0,-8917.9,1547.61,21.4697,0.994838,7200,5,0,1,0,1,0,0,0),(144444,15168,509,1,1,0,0,-8848.91,1845.96,21.4697,2.05949,7200,5,0,1,0,1,0,0,0),(144443,15168,509,1,1,0,0,-8792.84,2131.11,21.4697,5.18363,7200,5,0,1,0,1,0,0,0),(144442,15168,509,1,1,0,0,-8785.25,2009.17,21.4697,3.00197,7200,5,0,1,0,1,0,0,0),(144441,15168,509,1,1,0,0,-8733.77,1600.12,21.4697,3.24631,7200,5,0,1,0,1,0,0,0),(144440,15168,509,1,1,0,0,-8732.68,1399.61,32.5355,3.42085,7200,5,0,1,0,1,0,0,0),(144439,15168,509,1,1,0,0,-8694.21,1489.31,32.1495,3.34881,7200,5,0,1,0,1,0,0,0),(144438,15168,509,1,1,0,0,-8661.1,1559.78,32.032,5.2958,7200,5,0,1,0,1,0,0,0),(144437,15168,509,1,1,0,0,-8659.35,1666.77,21.5117,2.91092,7200,5,0,1,0,1,0,0,0),(144436,15168,509,1,1,0,0,-8645.91,1430.94,32.4899,4.98746,7200,5,0,1,0,1,0,0,0),(144435,15168,509,1,1,0,0,-8610.07,1357.37,32.4278,6.23285,7200,5,0,1,0,1,0,0,0),(144434,15168,509,1,1,0,0,-8605.02,1599.76,32.032,2.77185,7200,5,0,1,0,1,0,0,0),(144433,15168,509,1,1,0,0,-8585.96,1341.19,34.0247,6.26358,7200,5,0,1,0,1,0,0,0),(144432,15168,509,1,1,0,0,-8577.19,1449.55,32.2902,0.351546,7200,5,0,1,0,1,0,0,0),(144431,15168,509,1,1,0,0,-8556.95,1410.15,32.1348,4.09838,7200,5,0,1,0,1,0,0,0),(144430,15168,509,1,1,0,0,-8523.96,1468.17,32.7353,2.54655,7200,5,0,1,0,1,0,0,0),(144429,4076,509,1,1,0,0,-9447.22,1341.09,21.4487,3.25234,7200,10,0,1,0,1,0,0,0),(144428,4076,509,1,1,0,0,-9330.01,1187.87,21.5239,5.30491,7200,10,0,1,0,1,0,0,0),(144427,4076,509,1,1,0,0,-9159.45,1308.01,21.7461,0.692738,7200,10,0,1,0,1,0,0,0),(144426,4076,509,1,1,0,0,-9007.33,1625.98,31.0026,2.55359,7200,10,0,1,0,1,0,0,0),(144425,4076,509,1,1,0,0,-8993.17,2054.44,24.6481,0.330403,7200,10,0,1,0,1,0,0,0),(144424,4076,509,1,1,0,0,-8958.73,1640.26,29.7436,3.46173,7200,10,0,1,0,1,0,0,0),(144423,4076,509,1,1,0,0,-8895.27,1739.47,21.5929,3.72889,7200,10,0,1,0,1,0,0,0),(144422,4076,509,1,1,0,0,-8879.4,1635.51,21.5113,0.438568,7200,10,0,1,0,1,0,0,0),(144421,4076,509,1,1,0,0,-8839.45,2198.03,21.4864,3.54674,7200,10,0,1,0,1,0,0,0),(144420,4076,509,1,1,0,0,-8764.86,1637.77,21.8394,1.08314,7200,10,0,1,0,1,0,0,0),(144419,4076,509,1,1,0,0,-8670.48,1374.6,32.032,3.17865,7200,10,0,1,0,1,0,0,0),(144418,4076,509,1,1,0,0,-8578.96,1562.63,38.3445,2.08301,7200,10,0,1,0,1,0,0,0),(144417,4076,509,1,1,0,0,-8557.88,1475.61,32.0928,0.317311,7200,10,0,1,0,1,0,0,0),(87632,15233,531,1,1,0,0,-8357.02,1822.8,0.319486,6.03222,604800,0,0,1,0,0,0,0,0),(87631,15233,531,1,1,0,0,-8393.71,1924.23,3.22189,2.51069,604800,0,0,1,0,0,0,0,0),(87630,15233,531,1,1,0,0,-8339.52,1890.66,-2.48608,2.18042,604800,0,0,1,0,0,0,0,0),(1975991,30120,571,1,4,0,0,7223.84,-3676.14,828.727,2.17625,300,0,0,12600,0,0,0,0,0),(1975983,30387,571,1,8,0,0,7231.77,-3648.91,823.616,5.67933,600,0,0,12600,0,0,0,0,0),(68508,22991,530,1,1,0,0,-3884.29,3003.3,400.063,-1.88496,180,0,0,4120,0,0,0,0,0),(68507,22991,530,1,1,0,0,-3883.26,3001.55,399.431,-2.3911,180,0,0,4120,0,0,0,0,0),(68506,22991,530,1,1,0,0,-3883.21,3004.11,399.738,-1.64061,180,0,0,4120,0,0,0,0,0),(68512,22991,530,1,1,0,0,-4107.81,3023.42,352.142,1.06465,180,0,0,4120,0,0,0,0,0),(68505,22991,530,1,1,0,0,-3915.67,2983.4,396.957,-1.91986,180,0,0,4120,0,0,0,0,0),(68504,22991,530,1,1,0,0,-4186.47,3047.19,352.316,2.60054,180,0,0,4120,0,0,0,0,0),(68503,22991,530,1,1,0,0,-4192.02,3046.91,352.297,2.46091,180,0,0,4120,0,0,0,0,0),(68502,22991,530,1,1,0,0,-4192.61,3045.1,352.096,3.14159,180,0,0,4120,0,0,0,0,0),(68509,22991,530,1,1,0,0,-3903.02,3095.85,383.783,-2.28638,180,0,0,4120,0,0,0,0,0),(88076,15275,531,1,1,0,0,-9023.67,1176.24,-104.226,0.767945,604800,0,0,1,0,0,0,0,0),(88073,15957,531,1,1,0,0,-9173.09,2107.33,-65.0863,1.43008,604800,5,0,1,0,1,0,0,0),(87560,15589,531,1,1,0,0,-8578.79,1986.18,100.304,3.50811,604800,0,0,1,0,0,0,0,0),(87559,15727,531,1,1,0,0,-8578.65,1985.85,100.304,3.49066,604800,0,0,1,0,0,0,0,0),(87571,15264,531,1,1,0,0,-8206.18,2164.81,129.467,5.02655,604800,0,0,1,0,0,0,0,0),(87570,15264,531,1,1,0,0,-8314.34,2119.22,118.263,0.541052,604800,0,0,1,0,0,0,0,0),(87569,15264,531,1,1,0,0,-8182.61,2166.21,129.64,4.64258,604800,0,0,1,0,0,0,0,0),(87568,15264,531,1,1,0,0,-8297.35,2075.67,118.269,0.610865,604800,0,0,1,0,0,0,0,0),(87567,15264,531,1,1,0,0,-8159.37,2144.16,129.564,4.08407,604800,0,0,1,0,0,0,0,0),(87566,15264,531,1,1,0,0,-8288.92,2054.5,118.3,0.523599,604800,0,0,1,0,0,0,0,0),(87565,15264,531,1,1,0,0,-8156.46,2119.58,129.203,3.57792,604800,0,0,1,0,0,0,0,0),(87564,15264,531,1,1,0,0,-8321.97,2142.68,118.266,0.628318,604800,0,0,1,0,0,0,0,0),(144257,15316,531,1,1,0,0,-8927.36,1291.11,-112.297,2.02832,604800,0,0,1,0,0,0,0,0),(144256,15316,531,1,1,0,0,-8926.77,1237.89,-112.292,2.31661,604800,0,0,1,0,0,0,0,0),(144255,15316,531,1,1,0,0,-8924.41,1272.34,-112.288,5.48104,604800,0,0,1,0,0,0,0,0),(144254,15316,531,1,1,0,0,-8923.95,1172.43,-112.303,5.76339,604800,0,0,1,0,0,0,0,0),(144253,15316,531,1,1,0,0,-8922.73,1187.45,-112.294,5.63987,604800,0,0,1,0,0,0,0,0),(144252,15316,531,1,1,0,0,-8921.78,1299.67,-112.219,6.10865,604800,0,0,1,0,0,0,0,0),(144251,15316,531,1,1,0,0,-8921.45,1263.29,-112.292,1.40891,604800,0,0,1,0,0,0,0,0),(144250,15316,531,1,1,0,0,-8916.75,1288.38,-112.294,0.150793,604800,0,0,1,0,0,0,0,0),(144249,15316,531,1,1,0,0,-8915.82,1271.88,-112.289,5.16047,604800,0,0,1,0,0,0,0,0),(144248,15316,531,1,1,0,0,-8915.26,1169.89,-112.302,3.20335,604800,0,0,1,0,0,0,0,0),(144247,15316,531,1,1,0,0,-8914.45,1228.33,-112.293,2.32654,604800,0,0,1,0,0,0,0,0),(144246,15316,531,1,1,0,0,-8913.2,1239.53,-112.209,5.02655,604800,0,0,1,0,0,0,0,0),(144245,15316,531,1,1,0,0,-8903.06,1233.61,-112.293,3.42555,604800,0,0,1,0,0,0,0,0),(144244,15316,531,1,1,0,0,-8895.81,1440.09,-90.5479,6.03703,604800,0,0,1,0,0,0,0,0),(144243,15316,531,1,1,0,0,-8861.7,1215.01,-104.31,4.03969,604800,0,0,1,0,0,0,0,0),(144242,15316,531,1,1,0,0,-8861.55,1424.44,-91.7355,4.75183,604800,0,0,1,0,0,0,0,0),(144241,15316,531,1,1,0,0,-8861.07,1221.99,-104.313,5.77761,604800,0,0,1,0,0,0,0,0),(144240,15316,531,1,1,0,0,-8857.82,1211.25,-104.301,1.6767,604800,0,0,1,0,0,0,0,0),(144239,15316,531,1,1,0,0,-8856.36,1231.61,-104.322,0.0350508,604800,0,0,1,0,0,0,0,0),(144238,15316,531,1,1,0,0,-8852.4,1221.99,-104.323,5.08231,604800,0,0,1,0,0,0,0,0),(144237,15316,531,1,1,0,0,-8848.83,1543.33,-95.7799,0.374809,604800,0,0,1,0,0,0,0,0),(144236,15316,531,1,1,0,0,-8752.73,1622.76,-82.5024,3.85716,604800,0,0,1,0,0,0,0,0),(144235,15316,531,1,1,0,0,-8718.27,1668.98,-83.2453,6.27658,604800,0,0,1,0,0,0,0,0),(87629,15233,531,1,1,0,0,-8350.33,1814.97,0.0281584,0.622449,604800,0,0,1,0,0,0,0,0),(87628,15233,531,1,1,0,0,-8401.17,1932.27,2.61801,5.46508,604800,0,0,1,0,0,0,0,0),(87627,15233,531,1,1,0,0,-8328.89,1876.64,-2.24609,4.79662,604800,0,0,1,0,0,0,0,0),(87626,15233,531,1,1,0,0,-8351.18,1921.12,-2.54084,3.62777,604800,0,0,1,0,0,0,0,0),(87625,15233,531,1,1,0,0,-8402.61,1914.39,3.14294,2.03199,604800,0,0,1,0,0,0,0,0),(87624,15233,531,1,1,0,0,-8344.92,1919.04,-2.50076,3.83868,604800,0,0,1,0,0,0,0,0),(87623,15233,531,1,1,0,0,-8351.28,1805.48,-1.23354,0.561911,604800,0,0,1,0,0,0,0,0),(87622,15233,531,1,1,0,0,-8339.31,1800.29,-1.5174,3.04091,604800,0,0,1,0,0,0,0,0),(87603,15544,531,1,1,0,0,-8598.54,2165.3,-4.01691,2.83,604800,0,0,433030,0,2,0,0,0),(87618,15233,531,1,1,0,0,-8385.5,2044.83,9.21668,0.122411,604800,0,0,1,0,0,0,0,0),(87617,15233,531,1,1,0,0,-8397.21,2058.12,9.61887,1.05729,604800,0,0,1,0,0,0,0,0),(87616,15233,531,1,1,0,0,-8368.54,2035.74,9.28862,2.58978,604800,0,0,1,0,0,0,0,0),(87615,15233,531,1,1,0,0,-8369.46,2060.38,9.63088,5.04104,604800,0,0,1,0,0,0,0,0),(87614,15233,531,1,1,0,0,-8636.27,2090.39,-1.37059,1.34908,604800,0,0,1,0,0,0,0,0),(87613,15233,531,1,1,0,0,-8633.74,2112.3,-1.90974,1.78408,604800,0,0,1,0,0,0,0,0),(87612,15233,531,1,1,0,0,-8620.17,2093.82,-1.80162,5.46288,604800,0,0,1,0,0,0,0,0),(87611,15233,531,1,1,0,0,-8544.83,2124.62,-1.83091,5.06591,604800,0,0,1,0,0,0,0,0),(87610,15233,531,1,1,0,0,-8550.41,2110.02,-0.879438,5.87205,604800,0,0,1,0,0,0,0,0),(87609,15233,531,1,1,0,0,-8541.61,2134.76,-2.54457,1.73661,604800,0,0,1,0,0,0,0,0),(87804,15300,531,1,1,0,0,-8105.17,1616.93,-52.5128,3.24631,0,5,0,1,0,1,0,0,0),(75965,16518,530,1,1,0,0,-4637.72,-13935.3,86.0136,5.21538,300,0,0,71,0,0,0,0,0),(87607,15247,531,1,1,0,0,-8631.83,2101.62,-1.33052,0.506145,604800,0,0,1,0,0,0,0,0),(87606,15247,531,1,1,0,0,-8623.28,2108.95,-2.67648,3.78736,604800,0,0,1,0,0,0,0,0),(87605,15247,531,1,1,0,0,-8551.39,2118.21,-1.73794,1.22173,604800,0,0,1,0,0,0,0,0),(87604,15247,531,1,1,0,0,-8548.23,2130.36,-2.73022,4.4855,604800,0,0,1,0,0,0,0,0),(87602,15511,531,1,1,0,0,-8566.88,2177.17,-3.97898,4.2237,604800,0,0,1,0,0,0,0,0),(87601,15543,531,1,1,0,0,-8587.96,2174.21,-4.14782,4.93928,604800,0,0,1,0,0,0,0,0),(87608,15233,531,1,1,0,0,-8593.99,1964.04,-1.26053,1.85283,604800,5,0,1,0,1,0,0,0),(87600,15233,531,1,1,0,0,-8581.49,1970.88,-1.45896,4.42721,604800,5,0,1,0,1,0,0,0),(87599,15233,531,1,1,0,0,-8586.84,1985.7,-1.54213,1.89459,604800,5,0,1,0,1,0,0,0),(87598,15247,531,1,1,0,0,-8592.57,1976.95,-1.21,6.0912,604800,0,0,1,0,0,0,0,0),(87597,15247,531,1,1,0,0,-8391.91,2063.48,116.203,3.50811,604800,0,0,1,0,0,0,0,0),(87596,15233,531,1,1,0,0,-8396.88,2051.32,116.212,3.38594,604800,0,0,1,0,0,0,0,0),(87595,15233,531,1,1,0,0,-8404.73,2070.3,116.213,3.64774,604800,0,0,1,0,0,0,0,0),(87653,15262,531,1,1,0,0,-8325.95,2055.94,133.055,5.01283,604800,0,0,1,0,2,0,0,0),(87652,15262,531,1,1,0,0,-8282.95,2093.24,118.3,4.95779,604800,0,0,1,0,2,0,0,0),(87528,15504,531,1,1,0,0,-8499.58,1933.64,135.709,0.977384,604800,0,0,1,0,0,0,0,0),(87529,15503,531,1,1,0,0,-8500.15,1937.38,135.755,0.471239,604800,0,0,1,0,0,0,0,0),(87527,15502,531,1,1,0,0,-8496.15,1932.62,135.738,1.309,604800,0,0,1,0,0,0,0,0),(88075,15263,531,1,1,0,0,-8346.05,2080.98,125.732,0.401426,604800,0,0,1,0,0,0,0,0),(87638,15233,531,1,1,0,0,-8363.57,1811.68,1.22763,5.53565,604800,0,0,1,0,0,0,0,0),(87637,15233,531,1,1,0,0,-8348.09,1790.44,-2.23376,2.1543,604800,0,0,1,0,0,0,0,0),(87636,15233,531,1,1,0,0,-8408.12,1938.3,3.82573,2.33242,604800,0,0,1,0,0,0,0,0),(87635,15233,531,1,1,0,0,-8390.9,1914.46,3.00565,2.86316,604800,0,0,1,0,0,0,0,0),(87634,15233,531,1,1,0,0,-8341.86,1906.82,-2.41028,5.22879,604800,0,0,1,0,0,0,0,0),(87803,15300,531,1,1,0,0,-8103.64,1634.18,-51.7676,1.58825,0,0,0,1,0,0,0,0,0),(75966,16518,530,1,1,0,0,-4667.34,-13966,87.076,5.68662,300,0,0,86,0,0,0,0,0),(87648,15516,531,1,1,0,0,-8302.48,1657.66,-29.8133,0.22,604800,0,0,749475,0,2,0,0,0),(87649,15984,531,1,1,0,0,-8302.48,1657.66,-29.8133,0.01,604800,0,0,94320,0,2,0,0,0),(87650,15984,531,1,1,0,0,-8302.48,1657.66,-29.8133,0.36,604800,0,0,94320,0,2,0,0,0),(87651,15984,531,1,1,0,0,-8302.48,1657.66,-29.8133,0.51,604800,0,0,94320,0,2,0,0,0),(87621,15233,531,1,1,0,0,-8326.91,1891.11,-1.83778,5.85632,604800,0,0,1,0,0,0,0,0),(87620,15233,531,1,1,0,0,-8378.62,2070.82,8.84445,1.7638,604800,0,0,1,0,0,0,0,0),(87814,15300,531,1,1,0,0,-8135.34,1631.17,-46.5251,5.67232,0,5,0,1,0,1,0,0,0),(87813,15300,531,1,1,0,0,-8124.21,1665.76,-44.5814,1.09956,0,5,0,1,0,1,0,0,0),(87812,15300,531,1,1,0,0,-8123.38,1655.84,-44.6947,3.45575,0,5,0,1,0,1,0,0,0),(87811,15300,531,1,1,0,0,-8122.22,1622.48,-49.1401,0.898211,0,5,0,1,0,1,0,0,0),(144271,15316,531,1,1,0,0,-8972.04,1214.24,-112.294,1.16454,604800,0,0,1,0,0,0,0,0),(87810,15300,531,1,1,0,0,-8182.79,1672.96,-31.6529,5.5676,0,0,0,1,0,2,0,0,0),(87809,15300,531,1,1,0,0,-8117.02,1671.85,-45.0503,6.03884,0,5,0,1,0,1,0,0,0),(87808,15300,531,1,1,0,0,-8110.5,1665.46,-47.7296,0.418879,0,5,0,1,0,1,0,0,0),(75964,16518,530,1,1,0,0,-4622.08,-13980.5,83.0399,5.28298,300,0,0,86,0,0,0,0,0),(87807,15300,531,1,1,0,0,-8183.29,1625.46,-38.2379,3.45575,0,0,0,1,0,0,0,0,0),(87633,15233,531,1,1,0,0,-8395.52,1942.85,4.02082,5.75491,604800,0,0,1,0,0,0,0,0),(87672,15230,531,1,1,0,0,-8578.05,1940.54,-0.0654505,4.63,604800,0,0,50304,0,2,0,0,0),(87673,15230,531,1,1,0,0,-8581.05,1940.54,-0.0654505,4.69,604800,0,0,50304,0,2,0,0,0),(87674,15230,531,1,1,0,0,-8586.05,1940.54,-0.0654505,4.78,604800,0,0,50304,0,2,0,0,0),(87675,15230,531,1,1,0,0,-8406.92,1940.7,3.54001,1.68,604800,0,0,50304,0,2,0,0,0),(87676,15230,531,1,1,0,0,-8406.92,1940.7,3.54001,4.83,604800,0,0,50304,0,2,0,0,0),(87677,15230,531,1,1,0,0,-8406.92,1940.7,3.54001,5.23,604800,0,0,50304,0,2,0,0,0),(87787,15300,531,1,1,0,0,-8059.33,1586.71,-61.1738,5.23599,0,5,0,1,0,1,0,0,0),(87786,15300,531,1,1,0,0,-8058.56,1573.01,-61.5696,3.92076,0,5,0,1,0,1,0,0,0),(87785,15300,531,1,1,0,0,-8057.8,1593.25,-61.4148,3.27207,0,5,0,1,0,1,0,0,0),(87784,15300,531,1,1,0,0,-8057.07,1658.57,-56.4563,0.837758,0,5,0,1,0,1,0,0,0),(87783,15300,531,1,1,0,0,-8052.96,1648.65,-58.4655,0.366519,0,5,0,1,0,1,0,0,0),(144270,15316,531,1,1,0,0,-8968.73,1325.82,-104.243,3.18605,604800,0,0,1,0,0,0,0,0),(87782,15300,531,1,1,0,0,-8047.27,1647.51,-58.8685,4.22416,0,0,0,1,0,2,0,0,0),(87781,15300,531,1,1,0,0,-8045.61,1583.69,-62.9838,0.979003,0,5,0,1,0,1,0,0,0),(87780,15300,531,1,1,0,0,-8043.78,1637.51,-59.3727,3.19929,0,5,0,1,0,1,0,0,0),(240326,19175,1,1,1,0,0,1603.36,-4404.49,9.30901,0.627438,300,0,0,42,0,0,0,0,0),(87779,15300,531,1,1,0,0,-8038.43,1617.54,-58.8722,4.15388,0,0,0,1,0,0,0,0,0),(240327,20102,1,1,1,0,0,6747.03,-4664.43,724.551,3.61009,300,0,0,42,0,0,0,0,0),(87778,15300,531,1,1,0,0,-8037.92,1551.61,-65.2989,4.20624,0,0,0,1,0,0,0,0,0),(240328,20102,1,1,1,0,0,-938.792,-3735.2,8.57162,3.66385,300,0,0,42,0,0,0,0,0),(87777,15300,531,1,1,0,0,-8033.25,1610.34,-58.871,3.56047,0,0,0,1,0,0,0,0,0),(87776,15300,531,1,1,0,0,-8033.08,1644.17,-58.8283,4.17972,0,5,0,1,0,1,0,0,0),(87775,15300,531,1,1,0,0,-8030.96,1190.39,-88.7235,1.48353,0,5,0,1,0,1,0,0,0),(240329,20102,1,1,1,0,0,-7177.24,-3810.02,8.3753,0.711558,300,0,0,42,0,0,0,0,0),(87774,15300,531,1,1,0,0,-8030.67,1534.74,-67.8349,3.59538,0,0,0,1,0,0,0,0,0),(87773,15300,531,1,1,0,0,-8028.74,1230.84,-85.9334,5.5676,0,5,0,1,0,1,0,0,0),(240330,20102,0,1,1,0,0,-14464.9,470.287,15.0369,5.96098,300,0,0,42,0,0,0,0,0),(87772,15300,531,1,1,0,0,-8026.98,1601.14,-59.0959,3.83972,0,0,0,1,0,0,0,0,0),(87771,15300,531,1,1,0,0,-8021.23,1552.84,-67.0752,5.46288,0,5,0,1,0,1,0,0,0),(87770,15300,531,1,1,0,0,-8017.82,1614.39,-59.0602,0.715585,0,5,0,1,0,1,0,0,0),(240331,20102,530,1,1,0,0,-1888.02,5400.44,-12.4278,5.97919,300,0,0,42,0,0,0,0,0),(87769,15300,531,1,1,0,0,-8017.15,1536.66,-68.3195,5.11381,0,0,0,1,0,0,0,0,0),(87768,15300,531,1,1,0,0,-8015.45,1614.31,-58.7127,1.97848,0,5,0,1,0,1,0,0,0),(240332,20102,530,1,1,0,0,3035.51,3635.08,144.47,0.901821,300,0,0,42,0,0,0,0,0),(87767,15300,531,1,1,0,0,-8011.02,1629.75,-55.8833,0.628318,0,0,0,1,0,0,0,0,0),(87766,15300,531,1,1,0,0,-8010.66,1253.65,-79.1359,1.67552,0,5,0,1,0,1,0,0,0),(240333,20102,1,1,1,0,0,6745.48,-4667.44,723.103,1.03712,300,0,0,42,0,0,0,0,0),(87765,15300,531,1,1,0,0,-8010.41,1557.02,-66.0409,6.0912,0,0,0,1,0,0,0,0,0),(240334,20102,1,1,1,0,0,-936.306,-3738.3,8.96324,3.35283,300,0,0,42,0,0,0,0,0),(87764,15300,531,1,1,0,0,-8006.77,1543.8,-67.109,5.21853,0,0,0,1,0,0,0,0,0),(87763,15300,531,1,1,0,0,-8005.25,1585.54,-61.2722,0.254609,0,5,0,1,0,1,0,0,0),(240335,20102,1,1,1,0,0,-7173.14,-3808.58,8.37043,3.3285,300,0,0,42,0,0,0,0,0),(87762,15300,531,1,1,0,0,-8004.08,1619.39,-55.7401,0.244346,0,0,0,1,0,0,0,0,0),(87761,15300,531,1,1,0,0,-8003.66,1273.24,-75.2686,0.20944,0,5,0,1,0,1,0,0,0),(87760,15300,531,1,1,0,0,-8002.06,1595.3,-60.0018,1.4511,0,5,0,1,0,1,0,0,0),(51876,23140,530,1,1,0,1,-5114.44,588.484,85.8724,3.03687,25,0,0,151600,0,0,0,0,0),(87759,15300,531,1,1,0,0,-8000.12,1602.63,-58.3299,0.226893,0,5,0,1,0,1,0,0,0),(87758,15300,531,1,1,0,0,-7999.32,1278.98,-73.6973,4.53786,0,5,0,1,0,1,0,0,0),(87757,15300,531,1,1,0,0,-7992.52,1592.58,-60.0931,0.526886,0,5,0,1,0,1,0,0,0),(240336,20102,0,1,1,0,0,-14461.4,468.507,15.1232,2.66545,300,0,0,42,0,0,0,0,0),(87756,15300,531,1,1,0,0,-7991.84,1299.62,-73.9601,2.1293,0,0,0,1,0,0,0,0,0),(87755,15300,531,1,1,0,0,-7990.81,1284.74,-73.1582,2.82743,0,5,0,1,0,1,0,0,0),(87754,15300,531,1,1,0,0,-7990.39,1272.21,-73.5695,2.93215,0,5,0,1,0,1,0,0,0),(87753,15300,531,1,1,0,0,-7990.04,1297.59,-74.1237,3.12338,0,5,0,1,0,1,0,0,0),(87752,15300,531,1,1,0,0,-7989.69,1580.11,-62.092,6.12582,0,5,0,1,0,1,0,0,0),(240337,20102,530,1,1,0,0,-1884.63,5397.52,-12.4278,2.51637,300,0,0,42,0,0,0,0,0),(87751,15300,531,1,1,0,0,-7988.98,1555.54,-62.0748,3.56047,0,0,0,1,0,0,0,0,0),(240338,20102,530,1,1,0,0,3038.56,3635.53,144.012,3.32713,300,0,0,42,0,0,0,0,0),(87750,15300,531,1,1,0,0,-7984.72,1306.54,-76.8012,2.35619,0,0,0,1,0,0,0,0,0),(240339,35250,1,1,1,0,0,10066,2125.69,1329.66,1.12742,300,0,0,42,0,0,0,0,0),(87749,15300,531,1,1,0,0,-7984.06,1544.06,-61.7208,3.56047,0,0,0,1,0,0,0,0,0),(87748,15300,531,1,1,0,0,-7982.53,1274.69,-72.8727,4.81711,0,5,0,1,0,1,0,0,0),(240340,35250,1,1,1,0,0,10058.4,2135.92,1330.81,4.55176,300,0,0,42,0,0,0,0,0),(87747,15300,531,1,1,0,0,-7979.31,1537.99,-61.219,3.21141,0,0,0,1,0,0,0,0,0),(87746,15300,531,1,1,0,0,-7978.03,1568.93,-61.9363,2.33874,0,5,0,1,0,1,0,0,0),(87745,15300,531,1,1,0,0,-7971.2,1302.06,-78.5289,2.68836,0,5,0,1,0,1,0,0,0),(87744,15300,531,1,1,0,0,-7970.93,1297.65,-76.1736,3.36848,0,5,0,1,0,1,0,0,0),(87743,15300,531,1,1,0,0,-7967.87,1536.32,-62.045,5.91667,0,5,0,1,0,1,0,0,0),(87742,15300,531,1,1,0,0,-7967.63,1313.65,-85.223,5.32325,0,5,0,1,0,1,0,0,0),(87741,15300,531,1,1,0,0,-7967.22,1524.41,-60.576,5.2709,0,5,0,1,0,1,0,0,0),(87740,15300,531,1,1,0,0,-7967.02,1274.79,-72.16,5.044,0,0,0,1,0,0,0,0,0),(136045,32780,603,3,1,11686,0,2137.48,-289.132,419.561,1.67552,180,0,0,42,0,0,0,0,0),(87739,15300,531,1,1,0,0,-7961.92,1338.29,-92.4044,2.23402,0,0,0,1,0,0,0,0,0),(87738,15300,531,1,1,0,0,-7961.39,1279.92,-73.735,5.37561,0,0,0,1,0,0,0,0,0),(87737,15300,531,1,1,0,0,-7960.23,1307.61,-83.0706,5.00353,0,5,0,1,0,1,0,0,0),(87736,15300,531,1,1,0,0,-7959.44,1320.1,-89.4182,0.855211,0,5,0,1,0,1,0,0,0),(87735,15300,531,1,1,0,0,-7958.49,1528.29,-61.774,3.85732,0,5,0,1,0,1,0,0,0),(1976580,30502,571,1,4,0,0,7278.25,-984.53,918.99,5.55079,300,0,0,50400,0,0,0,0,0),(87734,15300,531,1,1,0,0,-7957.66,1340.28,-92.2655,2.28638,0,0,0,1,0,0,0,0,0),(245704,25710,547,3,1,0,0,132.721,-116.256,-1.59053,3.85833,86400,0,0,13000,0,0,0,0,0),(87733,15300,531,1,1,0,0,-7955.87,1284.8,-75.5465,5.8294,0,0,0,1,0,0,0,0,0),(245702,25946,0,1,1,0,0,2281.77,453.836,33.9988,4.05597,300,0,0,160,0,0,0,0,0),(87732,15300,531,1,1,0,0,-7955.86,1498.23,-62.6501,3.66519,0,0,0,1,0,0,0,0,0),(244636,37671,1,1,1,0,1,1393.56,-4487.77,31.4434,2.97897,180,0,0,12600,0,0,0,0,0),(87731,15300,531,1,1,0,0,-7955.77,1568.09,-60.0947,0.226893,0,0,0,1,0,0,0,0,0),(87730,15300,531,1,1,0,0,-7954.77,1345.85,-91.369,3.12414,0,0,0,1,0,0,0,0,0),(87729,15300,531,1,1,0,0,-7954.72,1540.17,-60.0012,4.36332,0,5,0,1,0,1,0,0,0),(245511,32812,571,1,1,0,0,2586.68,-4337.07,276.07,4.13643,300,0,0,4278,0,0,0,0,0),(87728,15300,531,1,1,0,0,-7954.24,1559.81,-59.1187,0.715585,0,0,0,1,0,0,0,0,0),(87727,15300,531,1,1,0,0,-7950.72,1521.17,-62.7498,2.95015,0,5,0,1,0,1,0,0,0),(87726,15300,531,1,1,0,0,-7950.41,1317.31,-89.459,1.91188,0,5,0,1,0,1,0,0,0),(245703,25947,530,1,1,0,0,205.463,7693.15,23.3862,2.04204,300,0,0,5000,0,0,0,0,0),(87725,15300,531,1,1,0,0,-7949.81,1486.38,-63.6192,3.52556,0,0,0,1,0,0,0,0,0),(87724,15300,531,1,1,0,0,-7949.53,1525.04,-62.2877,2.1293,0,5,0,1,0,1,0,0,0),(87723,15300,531,1,1,0,0,-7940.6,1337.28,-91.0397,2.72271,0,5,0,1,0,1,0,0,0),(87722,15300,531,1,1,0,0,-7939.13,1356.65,-86.1083,1.62316,0,5,0,1,0,1,0,0,0),(245700,25944,0,1,1,0,0,-457.319,-4525.64,9.81651,1.8675,300,0,0,740,0,0,0,0,0),(87721,15300,531,1,1,0,0,-7938.88,1372.34,-78.7031,2.19912,0,0,0,1,0,0,0,0,0),(87720,15300,531,1,1,0,0,-7938.33,1348.7,-87.8406,3.57202,0,5,0,1,0,1,0,0,0),(245701,25945,1,1,1,0,0,-5519.48,-2294.23,-57.9951,3.1765,300,0,0,11000,0,0,0,0,0),(87719,15300,531,1,1,0,0,-7937.95,1461.59,-65.5012,3.80482,0,0,0,1,0,0,0,0,0),(87718,15300,531,1,1,0,0,-7936.1,1496.02,-64.4074,3.07174,0,5,0,1,0,1,0,0,0),(144269,15316,531,1,1,0,0,-8966.55,1207.66,-112.294,4.47718,604800,0,0,1,0,0,0,0,0),(87717,15300,531,1,1,0,0,-7959.94,1511.2,-61.9448,5.60251,0,0,0,1,0,2,0,0,0),(245698,25942,530,1,1,0,0,-2545.67,4273.74,19.9345,0.610865,300,0,0,4800,0,0,0,0,0),(87716,15300,531,1,1,0,0,-7933.89,1378.92,-75.0208,3.03687,0,0,0,1,0,0,0,0,0),(245699,25943,1,1,1,0,0,-282.304,-2668.31,92.9559,4.60767,300,0,0,1900,0,0,0,0,0),(87715,15300,531,1,1,0,0,-7933.67,1528.83,-59.2125,0.628318,0,0,0,1,0,0,0,0,0),(245696,25940,1,1,1,0,0,947.727,780.152,104.199,3.80482,300,0,0,440,0,0,0,0,0),(87714,15300,531,1,1,0,0,-7932.88,1453.16,-65.9118,3.33358,0,0,0,1,0,0,0,0,0),(87713,15300,531,1,1,0,0,-7931.01,1349.31,-86.4936,4.62881,0,5,0,1,0,1,0,0,0),(245697,25941,0,1,1,0,0,-10339.2,-3294.17,22.5361,1.79769,300,0,0,1100,0,0,0,0,0),(87712,15300,531,1,1,0,0,-7930.55,1320.51,-90.3727,5.70723,0,0,0,1,0,0,0,0,0),(87711,15300,531,1,1,0,0,-7929.9,1484.51,-65.1324,2.53903,0,5,0,1,0,1,0,0,0),(245694,25938,530,1,1,0,0,-3060.18,2399.51,61.2253,4.7626,300,0,0,510,0,0,0,0,0),(87710,15300,531,1,1,0,0,-7927.48,1389.67,-69.1256,2.94961,0,0,0,1,0,0,0,0,0),(87709,15300,531,1,1,0,0,-7927.46,1472.6,-65.6557,1.79968,0,5,0,1,0,1,0,0,0),(87708,15300,531,1,1,0,0,-7927.37,1365.6,-79.8304,6.05629,0,5,0,1,0,1,0,0,0),(245695,25939,0,1,1,0,0,593.82,1363,90.1024,1.01229,300,0,0,88,0,0,0,0,0),(87707,15300,531,1,1,0,0,-7927.33,1328.95,-89.8647,5.75959,0,0,0,1,0,0,0,0,0),(87706,15300,531,1,1,0,0,-7927.26,1493.96,-64.1237,2.33611,0,5,0,1,0,1,0,0,0),(245692,25936,1,1,1,0,0,-2321.74,-619.749,-8.98915,5.67232,300,0,0,9300,0,0,0,0,0),(87705,15300,531,1,1,0,0,-7926.7,1518.37,-59.6873,0.558505,0,0,0,1,0,0,0,0,0),(245693,25937,530,1,1,0,0,-1215.73,7482.89,22.1811,3.22886,300,0,0,6900,0,0,0,0,0),(87704,15300,531,1,1,0,0,-7926.56,1411.77,-65.3652,2.74017,0,0,0,1,0,0,0,0,0),(87703,15300,531,1,1,0,0,-7926.44,1354.81,-83.5887,3.46605,0,5,0,1,0,1,0,0,0),(245690,25934,530,1,1,0,0,33.5603,2589.92,69.2065,3.63029,300,0,0,1600,0,0,0,0,0),(87702,15300,531,1,1,0,0,-7925.12,1421.92,-65.6156,3.19395,0,0,0,1,0,0,0,0,0),(87701,15300,531,1,1,0,0,-7923.03,1477.88,-65.6414,3.4383,0,5,0,1,0,1,0,0,0),(87700,15300,531,1,1,0,0,-7921.19,1485.36,-64.4823,3.43748,0,5,0,1,0,1,0,0,0),(87699,15300,531,1,1,0,0,-7919.87,1441.27,-66.9613,0.0349066,0,5,0,1,0,1,0,0,0),(245691,25935,0,1,1,0,0,-142.509,-807.779,55.477,2.42601,300,0,0,1400,0,0,0,0,0),(87698,15300,531,1,1,0,0,-7919.54,1503.97,-60.7916,0.680678,0,0,0,1,0,0,0,0,0),(87697,15300,531,1,1,0,0,-7919.17,1450.88,-66.8672,3.782,0,5,0,1,0,1,0,0,0),(87696,15300,531,1,1,0,0,-7919.03,1399.42,-65.4714,0.820305,0,5,0,1,0,1,0,0,0),(87695,15300,531,1,1,0,0,-7916.7,1452.72,-66.9803,3.1765,0,5,0,1,0,1,0,0,0),(87694,15300,531,1,1,0,0,-7915.5,1391.56,-68.9624,0.182964,0,5,0,1,0,1,0,0,0),(87693,15300,531,1,1,0,0,-7912.69,1392.55,-68.8668,4.43314,0,5,0,1,0,1,0,0,0),(87692,15300,531,1,1,0,0,-7912.08,1399.68,-68.0191,4.38238,0,5,0,1,0,1,0,0,0),(87691,15300,531,1,1,0,0,-7911.51,1433.75,-68.0199,2.9732,0,5,0,1,0,1,0,0,0),(245688,25932,1,1,1,0,0,-4580.95,411.728,42.0259,3.71755,300,0,0,2000,0,0,0,0,0),(87690,15300,531,1,1,0,0,-7911.22,1360.08,-75.3761,5.81195,0,0,0,1,0,0,0,0,0),(28402,23139,530,1,1,0,1,-5085,578.657,86.6483,2.36871,25,0,0,151600,0,0,0,0,0),(87689,15300,531,1,1,0,0,-7909.4,1408.31,-66.5765,2.09439,0,5,0,1,0,1,0,0,0),(144268,15316,531,1,1,0,0,-8964.83,1240.76,-112.621,3.0616,604800,0,0,1,0,0,0,0,0),(87688,15300,531,1,1,0,0,-7917.92,1443.21,-67.164,2.53073,0,0,0,1,0,2,0,0,0),(87687,15300,531,1,1,0,0,-7909.21,1453.82,-66.7135,5.38819,0,5,0,1,0,1,0,0,0),(87686,15300,531,1,1,0,0,-7908.2,1441.5,-67.6727,1.96544,0,5,0,1,0,1,0,0,0),(87685,15300,531,1,1,0,0,-7905.73,1397.53,-65.6743,1.68921,0,5,0,1,0,1,0,0,0),(245689,25933,530,1,1,0,0,7700.87,-6837.83,77.0927,1.03095,300,0,0,140,0,0,0,0,0),(87684,15300,531,1,1,0,0,-7904.26,1483.91,-61.9132,0.191986,0,0,0,1,0,0,0,0,0),(245686,25930,1,1,1,0,0,-3115.07,-2730.11,33.8021,3.03687,300,0,0,1500,0,0,0,0,0),(87683,15300,531,1,1,0,0,-7903.24,1475.59,-62.5183,0.174533,0,0,0,1,0,0,0,0,0),(245687,25931,530,1,1,0,0,9384.59,-6772.03,14.2686,3.31144,300,0,0,8700,0,0,0,0,0),(87682,15300,531,1,1,0,0,-7902.51,1379.25,-64.9104,5.60251,0,0,0,1,0,0,0,0,0),(245684,25928,1,1,1,0,0,-1853.53,3057.99,0.857634,1.41372,300,0,0,1200,0,0,0,0,0),(87681,15300,531,1,1,0,0,-7898.47,1467.74,-63.5777,0.959931,0,0,0,1,0,0,0,0,0),(245685,25929,1,1,1,0,0,147.559,-4705.72,18.602,5.86374,300,0,0,955,0,0,0,0,0),(87680,15300,531,1,1,0,0,-7893.52,1410.41,-63.5654,0.0698132,0,0,0,1,0,0,0,0,0),(245682,25926,530,1,1,0,0,2278.76,6137.25,136.707,4.22391,300,0,0,840,0,0,0,0,0),(87679,15300,531,1,1,0,0,-7892.57,1422.79,-64.8623,0.0349066,0,0,0,1,0,0,0,0,0),(245683,25927,0,1,1,0,0,-7598.53,-2075.67,127.085,2.79253,300,0,0,1900,0,0,0,0,0),(87678,15300,531,1,1,0,0,-7892.55,1435.67,-65.2271,0.0349066,0,0,0,1,0,0,0,0,0),(87901,15229,531,1,1,0,0,-8015.13,1258.72,-79.7256,0.76,604800,0,0,81744,0,2,0,0,0),(87902,15229,531,1,1,0,0,-8043.79,1645.19,-59.283,1.51,604800,0,0,81744,0,2,0,0,0),(87903,15229,531,1,1,0,0,-7902.71,1410.92,-66.0865,2.03,604800,0,0,81744,0,2,0,0,0),(87904,15229,531,1,1,0,0,-7938.3,1489.5,-64.3345,2.49,604800,0,0,81744,0,2,0,0,0),(87905,15229,531,1,1,0,0,-8164.9,1624.76,-40.0435,2.24,604800,0,0,81744,0,2,0,0,0),(87906,15229,531,1,1,0,0,-7925.46,1500.01,-63.0719,2.87,604800,0,0,81744,0,2,0,0,0),(87802,15300,531,1,1,0,0,-8102.48,1600.46,-52.3871,4.31096,0,0,0,1,0,0,0,0,0),(75967,16518,530,1,1,0,0,-4646.43,-14010,88.6244,2.11305,300,0,0,71,0,0,0,0,0),(87801,15300,531,1,1,0,0,-8098.15,1677.55,-46.3869,1.43117,0,0,0,1,0,0,0,0,0),(87911,15510,531,1,1,0,0,-8085.39,1196.72,-91.97,0.62,604800,10,0,999300,0,1,0,0,0),(240010,24205,1,1,1,0,0,1576.72,-4196.79,41.14,2.08832,300,0,0,1,0,0,0,0,0),(87800,15300,531,1,1,0,0,-8093.48,1646.51,-51.5366,4.93928,0,0,0,1,0,0,0,0,0),(240009,24205,0,1,1,0,0,-4663.33,-963.828,500.375,2.0796,300,0,0,1,0,0,0,0,0),(87799,15300,531,1,1,0,0,-8092.72,1633.17,-54.1339,0.349066,0,0,0,1,0,0,0,0,0),(87798,15300,531,1,1,0,0,-8091.71,1660.42,-51.8639,1.88496,0,5,0,1,0,1,0,0,0),(240321,19177,1,1,1,0,0,1688.01,-4350.19,61.2691,2.56413,300,0,0,42,0,0,0,0,0),(87797,15300,531,1,1,0,0,-8087.1,1594.79,-56.2253,3.61283,0,0,0,1,0,0,0,0,0),(87796,15300,531,1,1,0,0,-8084.04,1154.17,-92.0299,1.79769,0,5,0,1,0,1,0,0,0),(240322,19177,1,1,1,0,0,1685.07,-4352.88,61.7253,1.79601,300,0,0,42,0,0,0,0,0),(87795,15300,531,1,1,0,0,-8082.84,1626.92,-55.887,0.802851,0,0,0,1,0,0,0,0,0),(240323,19176,1,1,1,0,0,-1241.98,81.7344,129.422,5.4992,300,0,0,42,0,0,0,0,0),(87794,15300,531,1,1,0,0,-8082.64,1645.96,-53.6985,4.45059,0,0,0,1,0,0,0,0,0),(240324,19176,1,1,1,0,0,-1242.68,76.7127,128.935,1.27376,300,0,0,42,0,0,0,0,0),(87793,15300,531,1,1,0,0,-8082.46,1673.08,-49.7111,1.02974,0,0,0,1,0,0,0,0,0),(87792,15300,531,1,1,0,0,-8078.9,1239.6,-91.3777,1.06635,0,5,0,1,0,1,0,0,0),(240325,19175,1,1,1,0,0,1607.39,-4402.93,10.1664,3.11715,300,0,0,42,0,0,0,0,0),(87791,15300,531,1,1,0,0,-8073.21,1670.58,-51.6655,1.50098,0,0,0,1,0,0,0,0,0),(87790,15300,531,1,1,0,0,-8066.04,1645.91,-56.9483,3.00077,0,5,0,1,0,1,0,0,0),(87789,15300,531,1,1,0,0,-8065.97,1589.98,-60.271,0.820305,0,5,0,1,0,1,0,0,0),(87788,15300,531,1,1,0,0,-8060.23,1604.71,-60.4653,4.95674,0,5,0,1,0,1,0,0,0),(87938,15299,531,1,1,0,0,-7992.36,908.19,-52.62,1.68,604800,0,0,1998600,0,0,0,0,0),(87939,15240,531,1,1,0,0,-8290.74,1337.27,-79.8455,5.33,604800,0,0,97110,0,2,0,0,0),(87940,15240,531,1,1,0,0,-8294.74,1332.27,-79.8455,2.46,604800,0,0,97110,0,2,0,0,0),(87941,15240,531,1,1,0,0,-8255.96,1349.65,-84.4174,3.5,604800,0,0,97110,0,2,0,0,0),(87942,15240,531,1,1,0,0,-8259.72,1343.37,-84.4428,3.21,604800,0,0,97110,0,2,0,0,0),(87943,15240,531,1,1,0,0,-8526.7,1385.16,-58.8777,2.89,604800,0,0,97110,0,2,0,0,0),(87944,15240,531,1,1,0,0,-8524.32,1389.61,-57.2656,3.79,604800,0,0,97110,0,2,0,0,0),(87834,4076,531,1,1,0,0,-8416.19,2076.55,116.128,2.94388,604800,5,0,1,0,1,0,0,0),(87833,4076,531,1,1,0,0,-8414.61,2051.61,9.27969,3.34374,604800,5,0,1,0,1,0,0,0),(87832,4076,531,1,1,0,0,-8308.06,1858.82,-1.61043,5.60666,604800,5,0,1,0,1,0,0,0),(87831,4076,531,1,1,0,0,-8071.96,1231.47,-91.4619,1.90356,604800,5,0,1,0,1,0,0,0),(87830,4076,531,1,1,0,0,-7993.61,1277.03,-73.5346,1.85641,604800,5,0,1,0,1,0,0,0),(87962,15236,531,1,1,0,0,-8563.52,1739.6,-90.4636,1.87,604800,0,0,30520,0,2,0,0,0),(87963,15236,531,1,1,0,0,-8563.52,1739.6,-90.4636,1.86,604800,0,0,30520,0,2,0,0,0),(87964,15236,531,1,1,0,0,-8635.93,1406.94,-69.8332,1.7,604800,0,0,30520,0,2,0,0,0),(87965,15236,531,1,1,0,0,-8635.93,1406.94,-69.8332,0.72,604800,0,0,30520,0,2,0,0,0),(87966,15236,531,1,1,0,0,-8635.93,1406.94,-69.8332,0.73,604800,0,0,30520,0,2,0,0,0),(87967,15236,531,1,1,0,0,-8623.98,1334.81,-69.8649,0.78,604800,0,0,30520,0,2,0,0,0),(87968,15236,531,1,1,0,0,-8623.98,1334.81,-69.8649,0.74,604800,0,0,30520,0,2,0,0,0),(87969,15236,531,1,1,0,0,-8623.98,1334.81,-69.8649,0.79,604800,0,0,30520,0,2,0,0,0),(87970,15236,531,1,1,0,0,-8627.88,1556.9,-77.6994,1.07,604800,0,0,30520,0,2,0,0,0),(87971,15236,531,1,1,0,0,-8627.88,1556.9,-77.6994,0.95,604800,0,0,30520,0,2,0,0,0),(87972,15236,531,1,1,0,0,-8632.93,1329.29,-69.7949,0.39,604800,0,0,30520,0,2,0,0,0),(87973,15236,531,1,1,0,0,-8632.93,1329.29,-69.7949,0.27,604800,0,0,30520,0,2,0,0,0),(87974,15236,531,1,1,0,0,-8602.22,1420.14,-66.1638,5.29,604800,0,0,30520,0,2,0,0,0),(87975,15236,531,1,1,0,0,-8602.22,1420.14,-66.1638,5.35,604800,0,0,30520,0,2,0,0,0),(87976,15236,531,1,1,0,0,-8602.22,1420.14,-66.1638,5.2,604800,0,0,30520,0,2,0,0,0),(144267,15316,531,1,1,0,0,-8962.06,1269.01,-112.501,4.20022,604800,0,0,1,0,0,0,0,0),(144266,15316,531,1,1,0,0,-8960.9,1280.69,-112.293,3.25384,604800,0,0,1,0,0,0,0,0),(144265,15316,531,1,1,0,0,-8951.37,1274.6,-112.293,3.10544,604800,0,0,1,0,0,0,0,0),(144264,15316,531,1,1,0,0,-8943.13,1192.37,-112.292,5.81498,604800,0,0,1,0,0,0,0,0),(144263,15316,531,1,1,0,0,-8942.03,1261.23,-112.292,5.23597,604800,0,0,1,0,0,0,0,0),(144262,15316,531,1,1,0,0,-8939.72,1163.85,-112.299,0.500117,604800,0,0,1,0,0,0,0,0),(144261,15316,531,1,1,0,0,-8935.91,1189.32,-112.289,5.85941,604800,0,0,1,0,0,0,0,0),(144260,15316,531,1,1,0,0,-8933.85,1249.55,-112.292,2.21655,604800,0,0,1,0,0,0,0,0),(144259,15316,531,1,1,0,0,-8928.22,1368.94,-104.253,0.845118,604800,0,0,1,0,0,0,0,0),(144258,15316,531,1,1,0,0,-8928.1,1227.17,-112.292,3.44665,604800,0,0,1,0,0,0,0,0),(87990,15235,531,1,1,0,0,-8563.52,1739.6,-90.4636,6.24,604800,0,0,64740,0,2,0,0,0),(87991,15235,531,1,1,0,0,-8635.93,1406.94,-69.8332,2.07,604800,0,0,64740,0,2,0,0,0),(87992,15235,531,1,1,0,0,-8623.98,1334.81,-69.8649,1.06,604800,0,0,64740,0,2,0,0,0),(87993,15235,531,1,1,0,0,-8627.88,1556.9,-77.6994,5.1,604800,0,0,64740,0,2,0,0,0),(87994,15249,531,1,1,0,0,-8563.52,1739.6,-90.4636,5.07,604800,0,0,6474,0,2,0,0,0),(87995,15249,531,1,1,0,0,-8627.88,1556.9,-77.6994,5.08,604800,0,0,6474,0,2,0,0,0),(87996,15249,531,1,1,0,0,-8632.93,1329.29,-69.7949,4.23,604800,0,0,6474,0,2,0,0,0),(87997,15235,531,1,1,0,0,-8632.93,1329.29,-69.7949,4.33,604800,0,0,64740,0,2,0,0,0),(87998,15235,531,1,1,0,0,-8602.22,1420.14,-66.1638,4.72,604800,0,0,64740,0,2,0,0,0),(88014,15509,531,1,1,0,0,-8515.8,1693.65,-90.4847,1.57,604800,0,0,999300,0,2,0,0,0),(88015,15277,531,1,1,0,0,-8824.77,1504.37,-94.8184,3.85,604800,0,0,485550,0,2,0,0,0),(88016,15277,531,1,1,0,0,-8775.91,1617.34,-87.9855,4.12,604800,0,0,485550,0,2,0,0,0),(88017,15277,531,1,1,0,0,-8850.7,1524.02,-95.0793,2.17,604800,0,0,485550,0,2,0,0,0),(88018,15277,531,1,1,0,0,-8887.57,1503.21,-94.078,0.28,604800,0,0,485550,0,2,0,0,0),(88019,15277,531,1,1,0,0,-8909.75,1378.05,-101.799,1.3,604800,0,0,485550,0,2,0,0,0),(87656,15311,531,1,1,0,0,-9083.56,1767.91,-42.7913,3.22886,604800,0,0,1,0,0,0,0,0),(87655,15311,531,1,1,0,0,-8997.91,1920.16,-43.965,4.29351,604800,0,0,1,0,0,0,0,0),(88029,15312,531,1,1,0,0,-9140.38,1802.05,-42.0114,5.48033,604800,0,0,1,0,0,0,0,0),(88028,15312,531,1,1,0,0,-9122.17,1809.71,-42.5087,4.43314,604800,0,0,1,0,0,0,0,0),(88027,15312,531,1,1,0,0,-9090.95,1755.96,-41.9928,2.86234,604800,0,0,1,0,0,0,0,0),(88026,15312,531,1,1,0,0,-9087.13,1781.5,-42.4746,3.57792,604800,0,0,1,0,0,0,0,0),(88025,15312,531,1,1,0,0,-9016.39,1920.33,-44.3013,4.57276,604800,0,0,1,0,0,0,0,0),(88024,15312,531,1,1,0,0,-8995.44,1903.27,-41.8788,3.75246,604800,0,0,1,0,0,0,0,0),(88023,15312,531,1,1,0,0,-8919,1846.38,-23.089,2.61799,604800,0,0,1,0,0,0,0,0),(88022,15312,531,1,1,0,0,-8913.27,1875.2,-22.022,3.1765,604800,0,0,1,0,0,0,0,0),(88030,15252,531,1,1,0,0,-9052.87,1935.98,-50.53,5.09,604800,0,0,266480,0,0,0,0,0),(88031,15246,531,1,1,0,0,-9056.51,1943.94,-50.35,5.19,604800,0,0,125760,0,0,0,0,0),(88032,15246,531,1,1,0,0,-9047.41,1940.86,-50.24,5.19,604800,0,0,125760,0,0,0,0,0),(88033,15246,531,1,1,0,0,-9060.56,1932.24,-48.58,5.38,604800,0,0,125760,0,0,0,0,0),(88034,15246,531,1,1,0,0,-9048.83,1928.51,-51.29,5.24,604800,0,0,125760,0,0,0,0,0),(88035,15537,531,1,1,0,0,-9094.79,1419.27,-107.07,5.35,604800,0,0,38844,0,0,0,0,0),(88036,15537,531,1,1,0,0,-9137.84,1493.64,-100.15,5.27,604800,0,0,38844,0,0,0,0,0),(88037,15537,531,1,1,0,0,-9215.68,1548.3,-81.44,5.22,604800,0,0,38844,0,0,0,0,0),(88038,15252,531,1,1,0,0,-9182.03,1621.43,-71.19,4.86,604800,0,0,266480,0,0,0,0,0),(88039,15252,531,1,1,0,0,-9075.95,1471.12,-106.43,5.09,604800,0,0,266480,0,0,0,0,0),(88040,15249,531,1,1,0,0,-9072.45,1479.86,-104.82,4.94,604800,0,0,94320,0,0,0,0,0),(88041,15249,531,1,1,0,0,-9078.94,1479.76,-105.86,5.22,604800,0,0,94320,0,0,0,0,0),(88042,15249,531,1,1,0,0,-9102.47,1421.9,-106.56,5.36,604800,0,0,94320,0,0,0,0,0),(88043,15249,531,1,1,0,0,-9223.76,1549.93,-80.94,5.45,604800,0,0,94320,0,0,0,0,0),(88044,15249,531,1,1,0,0,-9211.67,1559.36,-79.04,5.1,604800,0,0,94320,0,0,0,0,0),(88045,15249,531,1,1,0,0,-9187.61,1631.64,-68.62,4.69,604800,0,0,94320,0,0,0,0,0),(88046,15250,531,1,1,0,0,-9176.69,1632.09,-69.09,4.71,604800,0,0,100600,2486,0,0,0,0),(88047,15250,531,1,1,0,0,-9182.12,1633.01,-69.1,4.82,604800,0,0,100600,2486,0,0,0,0),(88048,15250,531,1,1,0,0,-9218.93,1556.08,-79.77,5.08,604800,0,0,100600,2486,0,0,0,0),(88049,15250,531,1,1,0,0,-9143.05,1496.38,-99.64,5.22,604800,0,0,100600,2486,0,0,0,0),(88050,15250,531,1,1,0,0,-9136.85,1500.99,-98.89,5.16,604800,0,0,100600,2486,0,0,0,0),(88051,15250,531,1,1,0,0,-9141.84,1503.35,-98.33,4.95,604800,0,0,100600,2486,0,0,0,0),(88052,15250,531,1,1,0,0,-9083.13,1476.56,-105.66,5.27,604800,0,0,100600,2486,0,0,0,0),(88053,15250,531,1,1,0,0,-9095.65,1425.91,-106.88,5.33,604800,0,0,100600,2486,0,0,0,0),(88054,15250,531,1,1,0,0,-9130.47,1396.42,-106.64,0.06,604800,0,0,100600,2486,0,0,0,0),(88055,15249,531,1,1,0,0,-9128.85,1386.56,-106.28,0.46,604800,0,0,94320,0,0,0,0,0),(88056,15249,531,1,1,0,0,-9135.67,1390.58,-106.77,0.27,604800,0,0,94320,0,0,0,0,0),(88057,15252,531,1,1,0,0,-9127.62,1391.84,-106.69,0.12,604800,0,0,266480,0,0,0,0,0),(88058,15252,531,1,1,0,0,-9175.75,1461.22,-101.29,0.41,604800,0,0,266480,0,0,0,0,0),(88059,15249,531,1,1,0,0,-9183.72,1464.95,-99.54,0.4,604800,0,0,94320,0,0,0,0,0),(88060,15249,531,1,1,0,0,-9180.13,1454.26,-100.34,0.44,604800,0,0,94320,0,0,0,0,0),(88061,15250,531,1,1,0,0,-9186.33,1461.52,-99.2,0.2,604800,0,0,100600,2486,0,0,0,0),(88062,15250,531,1,1,0,0,-9184.98,1457.65,-99.62,0.35,604800,0,0,100600,2486,0,0,0,0),(87654,15311,531,1,1,0,0,-8909.5,1860.69,-22.3739,3.1765,604800,0,0,1,0,0,0,0,0),(68511,22991,530,1,1,0,0,-3900.75,3100.75,383.795,-0.436333,180,0,0,4120,0,0,0,0,0),(68510,22991,530,1,1,0,0,-3898.45,3093.06,383.667,2.53073,180,0,0,4120,0,0,0,0,0),(68501,22991,530,1,1,0,0,-4189.67,3039.9,352.247,-0.785398,180,0,0,4120,0,0,0,0,0),(87806,15300,531,1,1,0,0,-8110.33,1194.99,-91.6911,1.5708,0,5,0,1,0,1,0,0,0),(87805,15300,531,1,1,0,0,-8110,1654.93,-47.8545,6.17846,0,5,0,1,0,1,0,0,0),(4458,15896,531,1,1,0,0,-8578.1,1986.94,100.304,2.30383,604800,0,0,1,0,0,0,0,0),(87563,15380,531,1,1,0,0,-8663.46,2029.89,108.661,4.31096,604800,0,0,1,0,0,0,0,0),(88074,15262,531,1,1,0,0,-8181.45,2105.02,129.196,4.05,604800,0,0,170940,24340,2,0,0,0),(87619,15233,531,1,1,0,0,-8393.08,2075.15,9.17977,5.66788,604800,0,0,1,0,0,0,0,0),(87562,15379,531,1,1,0,0,-8660.59,2022.34,108.661,4.03171,604800,0,0,1,0,0,0,0,0),(87561,15378,531,1,1,0,0,-8652.15,2020.91,108.661,4.01426,604800,0,0,1,0,0,0,0,0),(126306,31103,615,3,1,27396,0,3339.15,512.563,99.6245,0.087266,3600,0,0,37800,0,0,0,0,0),(126305,31103,615,3,1,27396,0,3339.36,513.83,99.4789,0.820305,3600,0,0,37800,0,0,0,0,0),(126304,31103,615,3,1,27396,0,3098.73,483.069,87.9034,0.994838,3600,0,0,37800,0,0,0,0,0),(126303,31103,615,3,1,27396,0,3096.86,482.44,87.9526,5.51524,3600,0,0,37800,0,0,0,0,0),(126302,31103,615,3,1,27396,0,3337.13,667.017,86.4224,1.62316,3600,0,0,37800,0,0,0,0,0),(126301,31103,615,3,1,27396,0,3338.77,666.341,86.5069,0,3600,0,0,37800,0,0,0,0,0),(126300,31103,615,3,1,27396,0,3093.27,467.427,86.9609,2.98451,3600,0,0,37800,0,0,0,0,0),(126299,31103,615,3,1,27396,0,3093.47,469.212,86.936,4.7822,3600,0,0,37800,0,0,0,0,0),(126298,31103,615,3,1,27396,0,3092.11,468.15,87.1567,1.55334,3600,0,0,37800,0,0,0,0,0),(126297,31103,615,3,1,27396,0,3094.78,468.093,86.7062,3.63029,3600,0,0,37800,0,0,0,0,0),(126296,31103,615,3,1,27396,0,3339.01,541.05,95.3731,0.15708,3600,0,0,37800,0,0,0,0,0),(126295,31103,615,3,1,27396,0,3339.22,542.431,95.3712,0.593412,3600,0,0,37800,0,0,0,0,0),(126294,31103,615,3,1,27396,0,3337.8,543.609,95.1263,0.20944,3600,0,0,37800,0,0,0,0,0),(126293,31103,615,3,1,27396,0,3337.91,541.546,95.303,1.37881,3600,0,0,37800,0,0,0,0,0),(126292,31103,615,3,1,27396,0,3107.8,465.319,86.0433,6.05629,3600,0,0,37800,0,0,0,0,0),(126291,31103,615,3,1,27396,0,3108.17,463.884,85.6322,3.71755,3600,0,0,37800,0,0,0,0,0),(126290,31103,615,3,1,27396,0,3105.26,496.676,89.0899,0.855211,3600,0,0,37800,0,0,0,0,0),(126289,31103,615,3,1,27396,0,3104.64,498.566,89.023,0.733038,3600,0,0,37800,0,0,0,0,0),(126288,31103,615,3,1,27396,0,3104.01,496.803,89.0086,0.331613,3600,0,0,37800,0,0,0,0,0),(126287,31103,615,3,1,27396,0,3102.01,648.674,81.6926,0.750492,3600,0,0,37800,0,0,0,0,0),(126286,31103,615,3,1,27396,0,3100.78,647.597,81.8757,0.785398,3600,0,0,37800,0,0,0,0,0),(126285,31103,615,3,1,27396,0,3164.79,559.871,90.4664,0.15708,3600,0,0,37800,0,0,0,0,0),(126284,31103,615,3,1,27396,0,3166.67,559.463,90.5865,4.76475,3600,0,0,37800,0,0,0,0,0),(126283,31103,615,3,1,27396,0,3166.02,560.896,90.3405,1.79769,3600,0,0,37800,0,0,0,0,0),(126282,31103,615,3,1,27396,0,3342.56,444.755,85.435,1.36136,3600,0,0,37800,0,0,0,0,0),(126281,31103,615,3,1,27396,0,3343.91,443.933,85.7492,6.00393,3600,0,0,37800,0,0,0,0,0),(126280,31103,615,3,1,27396,0,3343.69,445.767,85.8758,0.575959,3600,0,0,37800,0,0,0,0,0),(126279,31103,615,3,1,27396,0,3352.28,504.132,99.6819,6.16101,3600,0,0,37800,0,0,0,0,0),(126278,31103,615,3,1,27396,0,3353.3,502.86,99.8086,4.24115,3600,0,0,37800,0,0,0,0,0),(126277,31103,615,3,1,27396,0,3188.69,369.259,68.8578,0.453786,3600,0,0,37800,0,0,0,0,0),(126276,31103,615,3,1,27396,0,3187.44,369.931,68.9109,2.75762,3600,0,0,37800,0,0,0,0,0),(126275,31103,615,3,1,27396,0,3220.37,713.438,94.4155,3.4383,3600,0,0,37800,0,0,0,0,0),(126274,31103,615,3,1,27396,0,3220.73,712.031,94.3344,4.64258,3600,0,0,37800,0,0,0,0,0),(126273,31103,615,3,1,27396,0,3219.48,711.898,94.35,0.890118,3600,0,0,37800,0,0,0,0,0),(126272,31103,615,3,1,27396,0,3192.63,379.926,66.2645,4.10152,3600,0,0,37800,0,0,0,0,0),(126271,31103,615,3,1,27396,0,3194.53,379.192,66.0009,2.28638,3600,0,0,37800,0,0,0,0,0),(126270,31103,615,3,1,27396,0,3192.89,378.344,66.3757,5.23599,3600,0,0,37800,0,0,0,0,0),(126269,31103,615,3,1,27396,0,3397.65,531.811,98.4069,0.942478,3600,0,0,37800,0,0,0,0,0),(126268,31103,615,3,1,27396,0,3397.42,533.02,98.3281,0.034907,3600,0,0,37800,0,0,0,0,0),(126267,31103,615,3,1,27396,0,3154.94,411.296,73.815,4.97419,3600,0,0,37800,0,0,0,0,0),(126266,31103,615,3,1,27396,0,3153.75,409.685,74.339,0.890118,3600,0,0,37800,0,0,0,0,0),(126265,31103,615,3,1,27396,0,3153.35,411.831,74.3239,4.38078,3600,0,0,37800,0,0,0,0,0),(126264,31103,615,3,1,27396,0,3093.38,623.132,78.8328,1.23918,3600,0,0,37800,0,0,0,0,0),(126263,31103,615,3,1,27396,0,3091.52,623.781,79.1914,1.46608,3600,0,0,37800,0,0,0,0,0),(126262,31103,615,3,1,27396,0,3093.37,624.549,79.1151,2.84489,3600,0,0,37800,0,0,0,0,0),(126259,22515,575,3,1,16925,0,477.581,-484.559,104.822,4.67748,3600,0,0,4120,0,0,0,0,0),(126258,22515,575,3,1,16925,0,526.896,-546.387,119.209,5.68977,3600,0,0,4120,0,0,0,0,0),(126257,22515,575,3,1,16925,0,392.458,-324.92,104.059,3.45575,3600,0,0,4120,0,0,0,0,0),(126255,26861,575,3,1,28019,1,392.835,-286.809,109.284,4.7822,86400,0,0,404430,0,0,0,0,0),(126254,28368,575,3,1,27255,1,478.685,-461.006,75.133,5.93412,3600,0,0,40320,44070,0,0,0,0),(126253,28368,575,3,1,27255,1,396.421,-442.985,75.1975,2.40855,3600,0,0,40320,44070,0,0,0,0),(126252,28368,575,3,1,27255,1,383.842,-435.346,75.1979,5.67232,3600,0,0,40320,44070,0,0,0,0),(126251,28368,575,3,1,27255,1,419.459,-454.22,75.2546,6.26573,3600,0,0,40320,44070,0,0,0,0),(126250,28368,575,3,1,27255,1,423.682,-458.795,75.2266,1.74533,3600,0,0,40320,44070,0,0,0,0),(126249,28368,575,3,1,27255,1,480.583,-454.446,104.794,4.7822,3600,0,0,40320,44070,0,0,0,0),(126248,28368,575,3,1,27255,1,477.974,-458.523,104.799,0.139626,3600,0,0,40320,44070,0,0,0,0),(126172,27327,575,3,1,11686,0,296.651,-346.293,91.3533,4.08407,3600,0,0,9940,3387,0,0,0,0),(126171,26555,575,3,1,12818,0,458.727,-325.901,104.124,6.24828,3600,0,0,97400,0,0,0,0,0),(126170,26555,575,3,1,12818,0,428.517,-236.65,104.835,4.76475,3600,0,0,97400,0,0,0,0,0),(126169,26555,575,3,1,12818,0,362.757,-235.62,104.907,4.92183,3600,0,0,97400,0,0,0,0,0),(126168,26555,575,3,1,12818,0,236.158,-345.165,81.3003,0,3600,0,0,97400,0,0,0,0,0),(126167,26555,575,3,1,12818,0,297.915,-279.74,86.9214,4.69494,3600,0,0,97400,0,0,0,0,0),(126166,26555,575,3,1,12818,0,478.654,-412.068,89.9824,4.64258,3600,0,0,97400,0,0,0,0,0),(126165,26555,575,3,1,12818,0,355.941,-445.533,75.245,0.191986,3600,0,0,97400,0,0,0,0,0),(126164,26554,575,3,1,25657,1,487.979,-324.387,104.126,4.06662,3600,0,0,50400,19970,0,0,0,0),(126163,26554,575,3,1,25657,1,405.706,-251.067,104.672,2.51327,3600,0,0,50400,19970,0,0,0,0),(126162,26554,575,3,1,25657,1,321.939,-249.474,104.531,2.93215,3600,0,0,50400,19970,0,0,0,0),(126161,26554,575,3,1,25657,1,447.144,-246.744,104.716,2.32129,3600,0,0,50400,19970,0,0,0,0),(126160,26553,575,3,1,28056,1,483.179,-325.046,104.047,0.054009,3600,5,0,50400,0,1,0,0,0),(126159,26553,575,3,1,28056,1,408.648,-247.865,105.159,3.21485,3600,0,0,50400,0,2,0,0,0),(126158,26553,575,3,1,28056,1,402.847,-246.669,104.87,4.67748,3600,0,0,50400,0,0,0,0,0),(126157,26553,575,3,1,28056,1,320.42,-244.701,104.494,4.04916,3600,0,0,50400,0,0,0,0,0),(126156,26553,575,3,1,28056,1,441.805,-241.913,104.942,5.55015,3600,0,0,50400,0,0,0,0,0),(126155,26550,575,3,1,28054,1,484.969,-328.379,104.129,0.994838,3600,0,0,48700,0,0,0,0,0),(126154,26550,575,3,1,28054,1,399.845,-250.214,104.762,0.401426,3600,0,0,48700,0,0,0,0,0),(126153,26550,575,3,1,28054,1,317.807,-252.545,104.418,2.07694,3600,0,0,48700,0,0,0,0,0),(126152,26550,575,3,1,28054,1,314.54,-243.611,104.311,4.72984,3600,0,0,48700,0,0,0,0,0),(126151,26550,575,3,1,28054,1,446.476,-242.9,104.898,3.78736,3600,0,0,48700,0,0,0,0,0),(126150,23472,575,3,1,16925,0,397.017,-511.496,104.854,4.41568,3600,0,0,4120,0,0,0,0,0),(126149,27309,575,3,1,11686,0,370.12,-334.903,107.281,0.05236,604800,0,0,13945,0,0,0,0,0),(126148,27308,575,3,1,11686,0,413.568,-335.497,107.298,3.14159,604800,0,0,13945,0,0,0,0,0),(126147,27307,575,3,1,11686,0,413.959,-314.937,107.288,3.12414,604800,0,0,13945,0,0,0,0,0),(126146,26536,575,3,1,7869,0,541.879,-346.678,113.147,0.523599,3600,0,0,3653,0,0,0,0,0),(126145,26536,575,3,1,7869,0,478.669,-344.229,105.188,2.75084,3600,5,0,3653,0,1,0,0,0),(126144,26536,575,3,1,7869,0,545.738,-303.727,113.432,1.17985,3600,5,0,3653,0,1,0,0,0),(126143,26536,575,3,1,7869,0,524.88,-362.622,118.703,5.38741,3600,5,0,3653,0,1,0,0,0),(126142,26536,575,3,1,7869,0,507.861,-353.896,114.351,5.84663,3600,5,0,3653,0,1,0,0,0),(126141,26536,575,3,1,7869,0,509.223,-345.499,110.203,3.51815,3600,5,0,3653,0,1,0,0,0),(126140,26536,575,3,1,7869,0,452.081,-349.892,107.636,2.31871,3600,5,0,3653,0,1,0,0,0),(126139,26536,575,3,1,7869,0,479.778,-361.772,106.257,4.79965,3600,0,0,3653,0,0,0,0,0),(126138,26536,575,3,1,7869,0,504.906,-309.589,113.143,1.473,3600,5,0,3653,0,1,0,0,0),(126137,26536,575,3,1,7869,0,502.503,-298.652,114.61,3.4269,3600,5,0,3653,0,1,0,0,0),(126136,26536,575,3,1,7869,0,541.584,-290.404,119.777,1.47198,3600,5,0,3653,0,1,0,0,0),(126135,26536,575,3,1,7869,0,532.281,-308.913,110.162,5.87388,3600,5,0,3653,0,1,0,0,0),(126134,26536,575,3,1,7869,0,527.767,-350.867,113.66,3.39735,3600,5,0,3653,0,1,0,0,0),(126133,26536,575,3,1,7869,0,510.175,-309.683,110.194,4.64645,3600,5,0,3653,0,1,0,0,0),(126132,26536,575,3,1,7869,0,549.237,-348.76,117.734,3.78736,3600,0,0,3653,0,0,0,0,0),(126131,26536,575,3,1,7869,0,523.45,-296.735,112.671,2.07694,3600,0,0,3653,0,0,0,0,0),(126130,26536,575,3,1,7869,0,531.034,-344.714,110.146,3.86766,3600,5,0,3653,0,1,0,0,0),(126129,26536,575,3,1,7869,0,454.242,-302.547,108.248,5.09636,3600,0,0,3653,0,0,0,0,0),(126128,27303,575,3,1,11686,0,370.639,-314.325,107.302,0.034907,604800,0,0,13945,0,0,0,0,0),(126123,30871,575,3,1,27375,1,570.076,-323.938,110.224,5.70723,3600,0,0,12600,0,0,0,0,0),(40254,23102,530,1,1,0,0,-2414.98,4458.58,165.809,2.80998,120,0,0,1,0,0,0,0,0),(40253,23102,530,1,1,0,0,-2414.89,4436.77,163.188,0.20944,120,0,0,1,0,0,0,0,0),(126120,15475,575,3,1,15468,0,303.165,-463.648,104.727,1.65087,3600,5,0,8,0,1,0,0,0),(126119,15475,575,3,1,15468,0,254.687,-466.193,104.707,5.8808,3600,5,0,8,0,1,0,0,0),(126118,15475,575,3,1,15468,0,316.98,-260.091,104.698,0.208606,3600,5,0,8,0,1,0,0,0),(126117,15475,575,3,1,15468,0,227.721,-378.18,75.0851,3.82178,3600,5,0,8,0,1,0,0,0),(126116,15475,575,3,1,15467,0,479.641,-256.612,104.539,5.59632,3600,5,0,8,0,1,0,0,0),(126115,29281,575,3,1,25944,0,296.632,-346.075,90.6307,4.60767,86400,0,0,12600,0,0,0,0,0),(126114,26696,575,3,1,25242,1,484.533,-463.263,75.1324,2.16421,3600,0,0,50400,0,0,0,0,0),(126113,26696,575,3,1,25242,1,395.297,-315.512,104.059,1.65806,3600,0,0,50400,0,0,0,0,0),(126112,26696,575,3,1,25242,1,389.036,-314.749,104.059,1.46608,3600,0,0,50400,0,0,0,0,0),(126111,26696,575,3,1,25242,1,372.712,-436.907,75.0746,3.53521,3600,0,0,50400,0,2,0,0,0),(126110,26696,575,3,1,25242,1,370.794,-432.289,75.1223,3.53522,3600,5,0,50400,0,1,0,0,0),(126109,26696,575,3,1,25242,1,424.607,-452.531,75.2725,3.90954,3600,0,0,50400,0,0,0,0,0),(126108,26696,575,3,1,25242,1,483.183,-458.552,104.798,3.00197,3600,0,0,50400,0,0,0,0,0),(126107,26694,575,3,1,25244,1,481.851,-458.923,75.133,5.3058,3600,0,0,40320,44070,0,0,0,0),(126106,26694,575,3,1,25244,1,383.634,-442.975,75.1979,0.890118,3600,0,0,40320,44070,0,0,0,0),(126105,26694,575,3,1,25244,1,396.319,-435.553,75.201,3.71755,3600,0,0,40320,44070,0,0,0,0),(126104,26694,575,3,1,25244,1,392.399,-310.018,104.059,1.5708,3600,0,0,40320,44070,0,0,0,0),(126103,26693,575,3,1,27418,1,343.02,-507.325,104.567,2.96706,86400,0,0,252000,0,0,0,0,0),(126102,26687,575,3,1,27419,1,320.791,-453.145,104.806,3.14159,86400,0,0,189000,0,0,0,0,0),(126101,2110,575,3,1,1141,0,312.768,-519.134,104.697,5.19923,3600,5,0,1,0,1,0,0,0),(126100,2110,575,3,1,1141,0,466.938,-254.929,104.696,1.38871,3600,5,0,1,0,1,0,0,0),(126099,2110,575,3,1,1141,0,308.316,-239.728,104.735,2.53073,3600,0,0,1,0,0,0,0,0),(126098,2110,575,3,1,1141,0,461.991,-443.954,75.0671,5.99999,3600,5,0,1,0,1,0,0,0),(126097,2110,575,3,1,1141,0,328.084,-503.061,104.598,2.09588,3600,5,0,1,0,1,0,0,0),(126096,2110,575,3,1,1141,0,252.209,-391.083,75.0925,5.31078,3600,5,0,1,0,1,0,0,0),(126095,2110,575,3,1,1141,0,524.092,-324.811,109.627,3.56562,3600,5,0,1,0,1,0,0,0),(126094,26686,575,3,1,26284,0,291.549,-462.653,104.824,2.67035,86400,0,0,126000,0,0,0,0,0),(126093,26685,575,3,1,24564,0,290.781,-440.816,104.816,3.56047,86400,0,0,126000,0,0,0,0,0),(126092,26684,575,3,1,23999,0,262.119,-463.103,104.787,2.04204,86400,0,0,126000,19970,0,0,0,0),(126091,26683,575,3,1,26327,0,262.195,-440.502,104.82,3.9968,86400,0,0,126000,0,0,0,0,0),(126090,26672,575,3,1,22089,0,229.914,-400.672,104.825,2.1293,3600,0,0,48700,0,0,0,0,0),(126089,26672,575,3,1,22089,0,226.605,-394.217,104.821,5.07891,3600,0,0,48700,0,0,0,0,0),(126088,26672,575,3,1,22089,0,278.317,-383.349,90.0907,6.20069,3600,5,0,48700,0,1,0,0,0),(126087,26672,575,3,1,22089,0,281.554,-380.606,90.0792,6.20072,3600,5,0,48700,0,1,0,0,0),(126086,26672,575,3,1,22089,0,295.132,-452.3,104.735,6.24152,3600,0,0,48700,0,2,0,0,0),(126085,26672,575,3,1,22089,0,225.135,-400.559,75.1751,0.244346,3600,0,0,48700,0,0,0,0,0),(126084,26670,575,3,1,25240,1,224.479,-401.413,104.818,0.925025,3600,0,0,50400,0,0,0,0,0),(126083,26670,575,3,1,25240,1,281.214,-383.579,90.2852,6.20068,3600,0,0,50400,0,2,0,0,0),(126082,26670,575,3,1,25240,1,298.376,-458.503,104.739,6.24153,3600,5,0,50400,0,1,0,0,0),(126081,26670,575,3,1,25240,1,288.138,-452.009,104.736,6.24152,3600,5,0,50400,0,1,0,0,0),(126080,26670,575,3,1,25240,1,229.156,-397.159,75.1658,4.85202,3600,0,0,50400,0,0,0,0,0),(126079,26669,575,3,1,25241,1,232.563,-394.029,104.829,3.82227,3600,0,0,48700,0,0,0,0,0),(126078,26669,575,3,1,25241,1,298.881,-446.389,105.493,6.24154,3600,5,0,48700,0,1,0,0,0),(126077,26669,575,3,1,25241,1,265.938,-381.246,75.0607,2.32129,3600,0,0,48700,0,0,0,0,0),(126076,26669,575,3,1,25241,1,229.97,-401.653,75.1709,2.61799,3600,0,0,48700,0,0,0,0,0),(126075,26669,575,3,1,25241,1,264.225,-376.345,75.1716,5.21853,3600,0,0,48700,0,0,0,0,0),(126074,26667,575,3,1,22293,0,308.971,-308.678,86.9665,4.50295,3600,0,0,12175,0,0,0,0,0),(126073,26667,575,3,1,22293,0,307.944,-320.943,86.9583,4.43314,3600,0,0,12175,0,0,0,0,0),(126072,26667,575,3,1,22293,0,306.786,-307.995,86.9688,4.5204,3600,0,0,12175,0,0,0,0,0),(126071,26667,575,3,1,22293,0,316.34,-322.509,86.965,4.24115,3600,0,0,12175,0,0,0,0,0),(126070,26667,575,3,1,22293,0,315.3,-315.988,86.959,4.31096,3600,0,0,12175,0,0,0,0,0),(126069,26667,575,3,1,22293,0,313.701,-321.411,86.9583,4.31096,3600,0,0,12175,0,0,0,0,0),(126068,26667,575,3,1,22293,0,309.588,-314.546,86.9583,4.46804,3600,0,0,12175,0,0,0,0,0),(126067,26667,575,3,1,22293,0,306.55,-314.865,86.9583,4.50295,3600,0,0,12175,0,0,0,0,0),(126066,26667,575,3,1,22293,0,319.975,-310.905,86.9854,4.31096,3600,0,0,12175,0,0,0,0,0),(126065,26667,575,3,1,22293,0,318.392,-316.849,86.9767,4.31096,3600,0,0,12175,0,0,0,0,0),(126064,14881,575,3,1,9829,0,222.974,-381.33,104.732,1.62321,3600,5,0,8,0,1,0,0,0),(126063,14881,575,3,1,2536,0,473.243,-307.859,104.738,1.14851,3600,5,0,8,0,1,0,0,0),(126062,14881,575,3,1,2536,0,276.469,-381.95,74.9317,1.46369,3600,5,0,8,0,1,0,0,0),(126061,14881,575,3,1,2536,0,267.62,-323.294,86.4331,4.71422,3600,5,0,8,0,1,0,0,0),(126060,14881,575,3,1,9829,0,278.929,-407.307,74.9819,5.54499,3600,5,0,8,0,1,0,0,0),(126059,14881,575,3,1,9829,0,239.055,-423.283,104.737,4.72141,3600,5,0,8,0,1,0,0,0),(126058,14881,575,3,1,1160,0,464.698,-414.282,75.0843,2.86234,3600,0,0,8,0,0,0,0,0),(126057,14881,575,3,1,9829,0,326.992,-298.945,86.4621,4.32958,3600,5,0,8,0,1,0,0,0),(126056,14881,575,3,1,1160,0,272.885,-298.961,86.4515,0.80588,3600,5,0,8,0,1,0,0,0),(126055,14881,575,3,1,1160,0,503.789,-462.292,104.701,3.29658,3600,5,0,8,0,1,0,0,0),(126054,14881,575,3,1,9829,0,322.624,-357.201,86.4391,4.9683,3600,5,0,8,0,1,0,0,0),(126053,14881,575,3,1,2536,0,463.837,-465.139,104.702,1.68446,3600,5,0,8,0,1,0,0,0),(126051,28410,574,3,1,25393,1,155.38,-177.79,180.589,0.436332,3600,0,0,28740,7196,0,0,0,0),(126048,23961,574,3,1,22281,1,213.437,-70.1856,24.7641,3.38594,3600,0,0,35928,0,0,0,0,0),(126047,23961,574,3,1,22281,1,211.413,-63.4692,24.7641,3.49066,3600,0,0,35928,0,0,0,0,0),(126046,23961,574,3,1,22282,1,197.267,225.973,40.9016,5.42797,3600,0,0,35928,0,0,0,0,0),(126045,23961,574,3,1,22282,1,103.615,59.1528,109.097,5.39307,3600,0,0,35928,0,0,0,0,0),(126044,23961,574,3,1,22282,1,112.259,53.3617,65.7861,3.9619,3600,0,0,35928,0,0,0,0,0),(126043,23961,574,3,1,22282,1,136.107,80.1865,65.7836,3.38594,3600,0,0,35928,0,0,0,0,0),(126042,23960,574,3,1,22289,1,208.512,231.513,40.9014,4.83456,3600,0,0,35928,3155,0,0,0,0),(126041,23960,574,3,1,22290,1,211.367,194.883,40.9015,1.81514,3600,0,0,35928,3155,0,0,0,0),(126040,23960,574,3,1,22289,1,329.22,258.245,30.8287,4.31096,3600,0,0,35928,3155,0,0,0,0),(126039,23960,574,3,1,22289,1,245.431,15.7227,135.272,2.70526,3600,0,0,35928,3155,0,0,0,0),(126038,23960,574,3,1,22289,1,230.448,-13.7934,178.621,3.28122,3600,0,0,35928,3155,0,0,0,0),(126037,23960,574,3,1,22289,1,111.594,61.3958,109.095,4.32842,3600,0,0,35928,3155,0,0,0,0),(126036,23960,574,3,1,22289,1,103.125,46.6215,109.095,0.907571,3600,0,0,35928,3155,0,0,0,0),(126035,23960,574,3,1,22290,1,101.185,50.1099,65.7877,5.96903,3600,0,0,35928,3155,0,0,0,0),(126034,23960,574,3,1,22290,1,129.904,82.8806,65.7996,5.63741,3600,0,0,35928,3155,0,0,0,0),(126033,23956,574,3,1,22293,1,89.4369,98.3051,87.24,1.8856,3600,0,0,35928,0,2,0,0,0),(126032,23956,574,3,1,22293,1,221.203,200.627,40.9015,2.54818,3600,0,0,35928,0,0,0,0,0),(126031,23956,574,3,1,22293,1,331.669,250.869,30.8304,2.6529,3600,0,0,35928,0,0,0,0,0),(126030,23956,574,3,1,22293,1,323.269,253.632,30.8312,0.610865,3600,0,0,35928,0,0,0,0,0),(126029,23956,574,3,1,22294,1,109.54,45.5503,109.09,1.71042,3600,0,0,35928,0,0,0,0,0),(126028,23956,574,3,1,22294,1,107.214,38.4694,65.7756,1.39626,3600,0,0,35928,0,0,0,0,0),(126027,23956,574,3,1,22294,1,131.518,75.9348,65.7934,1.25664,3600,0,0,35928,0,0,0,0,0),(126026,23954,574,3,1,21953,1,242.677,-333.595,180.56,5.22671,86400,0,0,120125,0,0,0,0,0),(126025,23953,574,3,1,25338,0,193.121,197.492,40.815,0.174533,86400,0,0,192200,49635,2,0,0,0),(126024,24201,574,3,1,26349,1,112.023,-40.2865,118.861,2.18166,86400,0,0,96100,39708,0,0,0,0),(126023,24200,574,3,1,22194,1,109.516,-33.658,118.861,4.86947,86400,0,0,96100,0,0,0,0,0),(126022,15475,574,3,1,15467,0,170.157,-22.9712,134.978,0.335497,3600,5,0,8,0,1,0,0,0),(126021,15475,574,3,1,7511,0,95.1596,125.766,65.5166,2.90747,3600,5,0,8,0,1,0,0,0),(126020,15475,574,3,1,15467,0,49.9453,49.5219,115.113,3.25737,3600,0,0,8,0,0,0,0,0),(126019,15475,574,3,1,8971,0,161.842,-6.3571,156.793,1.90145,3600,5,0,8,0,1,0,0,0),(126018,15475,574,3,1,15468,0,272.55,-63.3583,24.6786,2.70177,3600,5,0,8,0,1,0,0,0),(126017,15475,574,3,1,7511,0,339.476,227.087,30.7587,0.654122,3600,5,0,8,0,1,0,0,0),(126016,2110,574,3,1,1141,0,246.844,194.466,42.8694,3.42683,3600,5,0,1,0,1,0,0,0),(126015,2110,574,3,1,1141,0,175.881,-109.317,12.5032,4.15857,3600,5,0,1,0,1,0,0,0),(126014,2110,574,3,1,1141,0,389.389,181.902,30.7757,5.52289,3600,5,0,1,0,1,0,0,0),(126013,2110,574,3,1,1141,0,137.394,-24.014,156.771,4.31604,3600,5,0,1,0,1,0,0,0),(126012,2110,574,3,1,1141,0,221.269,3.67559,178.507,2.60294,3600,5,0,1,0,1,0,0,0),(126011,2110,574,3,1,1141,0,171.643,-118.97,12.4732,2.19948,3600,5,0,1,0,1,0,0,0),(126010,2110,574,3,1,1141,0,145.542,256.067,42.9518,2.16421,3600,0,0,1,0,0,0,0,0),(126009,2110,574,3,1,1141,0,93.5429,47.8011,65.6915,2.55365,3600,5,0,1,0,1,0,0,0),(126008,2110,574,3,1,1141,0,75.6265,-56.2613,118.859,3.50811,3600,0,0,1,0,0,0,0,0),(126007,2110,574,3,1,1141,0,311.345,132.414,30.7757,4.52022,3600,5,0,1,0,1,0,0,0),(126006,2110,574,3,1,1141,0,44.0876,8.98136,114.995,3.39384,3600,5,0,1,0,1,0,0,0),(126005,2110,574,3,1,1141,0,344.871,-78.9165,24.6755,2.83017,3600,5,0,1,0,1,0,0,0),(126004,2110,574,3,1,1141,0,93.3721,184.964,49.3563,0.285122,3600,5,0,1,0,1,0,0,0),(126003,2110,574,3,1,1141,0,143.983,-149.931,94.2032,0.257183,3600,5,0,1,0,1,0,0,0),(126002,2110,574,3,1,1141,0,103.581,265.209,42.9518,6.00393,3600,0,0,1,0,0,0,0,0),(126001,2110,574,3,1,1141,0,145.363,62.2267,108.995,2.86839,3600,5,0,1,0,1,0,0,0),(126000,2110,574,3,1,1141,0,123,49.1334,109.009,0.320343,3600,5,0,1,0,1,0,0,0),(125999,2110,574,3,1,1141,0,281.557,-150.473,190.476,0.187162,3600,5,0,1,0,1,0,0,0),(125998,29735,574,3,1,23793,0,87.2098,95.4552,86.4534,1.88689,3600,5,0,8982,0,1,0,0,0),(125997,29735,574,3,1,22088,0,270.571,-97.4226,190.494,3.89208,3600,0,0,8982,0,0,0,0,0),(125996,29735,574,3,1,23793,0,269.975,-105.048,190.486,2.40855,3600,0,0,8982,0,0,0,0,0),(125995,29735,574,3,1,22088,0,115.516,43.2692,65.7824,2.72271,3600,0,0,8982,0,0,0,0,0),(125994,29735,574,3,1,22088,0,157.556,-184.497,180.587,1.0821,3600,0,0,8982,0,0,0,0,0),(125993,29735,574,3,1,22088,0,153.62,-171.299,180.59,5.86431,3600,0,0,8982,0,0,0,0,0),(125992,14881,574,3,1,14952,0,385.672,216.804,30.7758,4.06112,3600,5,0,8,0,1,0,0,0),(125991,14881,574,3,1,14952,0,159.769,220.598,42.8734,0.683896,3600,5,0,8,0,1,0,0,0),(125990,14881,574,3,1,1160,0,250.65,23.3199,178.507,0.618344,3600,5,0,8,0,1,0,0,0),(125989,14881,574,3,1,1160,0,351.623,119.086,30.7204,4.97866,3600,5,0,8,0,1,0,0,0),(125988,14881,574,3,1,2536,0,392.44,229.011,30.7757,0.361659,3600,5,0,8,0,1,0,0,0),(125987,14881,574,3,1,9829,0,83.7245,86.9135,65.7038,5.46565,3600,5,0,8,0,1,0,0,0),(125986,14881,574,3,1,14952,0,134.766,40.706,65.6836,0.270355,3600,5,0,8,0,1,0,0,0),(125985,14881,574,3,1,2536,0,237.577,30.4528,135.16,2.18779,3600,5,0,8,0,1,0,0,0),(125984,14881,574,3,1,2536,0,66.1986,223.339,49.3383,3.15679,3600,5,0,8,0,1,0,0,0),(125983,24864,574,3,1,22677,0,102.362,-174.205,174.223,3.35103,3600,0,0,35928,0,0,0,0,0),(125982,24864,574,3,1,22677,0,119.372,-213.744,174.934,3.15905,3600,0,0,35928,0,0,0,0,0),(125981,24864,574,3,1,22677,0,99.4311,-178.375,174.321,1.62316,3600,0,0,35928,0,0,0,0,0),(125980,24864,574,3,1,22678,0,97.6687,-174.132,174.182,5.75959,3600,0,0,35928,0,0,0,0,0),(125979,24864,574,3,1,22678,0,91.9361,-190.061,174.178,4.50295,3600,5,0,35928,0,1,0,0,0),(125978,24864,574,3,1,22677,0,103.308,-203.586,174.474,2.00335,3600,5,0,35928,0,1,0,0,0),(125977,24085,574,3,1,22291,1,85.2923,257.59,42.8685,0.631553,3600,0,0,35928,0,2,0,0,0),(125976,24085,574,3,1,22291,1,108.85,88.2292,65.8863,2.36022,3600,0,0,35928,0,2,0,0,0),(125975,24085,574,3,1,22291,1,96.2057,186.072,49.3604,4.55559,3600,0,0,35928,0,2,0,0,0),(125974,24085,574,3,1,22291,1,126.307,273.061,42.871,3.64279,3600,0,0,35928,0,2,0,0,0),(125973,24084,574,3,1,25399,0,126.669,278.809,42.9544,2.35619,3600,0,0,7186,0,0,0,0,0),(125972,24084,574,3,1,25399,0,71.8684,251.33,42.952,2.49582,3600,0,0,7186,0,0,0,0,0),(125971,24084,574,3,1,25399,0,23.8748,1.17052,115.111,3.1765,3600,0,0,7186,0,0,0,0,0),(125970,24084,574,3,1,25399,0,102.426,186.815,49.459,6.23082,3600,0,0,7186,0,0,0,0,0),(125969,24084,574,3,1,25399,0,103.321,193.915,49.4708,0.034907,3600,0,0,7186,0,0,0,0,0),(11414,20424,560,3,1,341,1,2304.69,903.09,54.541,5.7279,86400,0,0,198,0,0,0,0,0),(125968,24084,574,3,1,25399,0,96.3229,265.182,42.9543,2.02458,3600,0,0,7186,0,0,0,0,0),(125967,24084,574,3,1,25399,0,53.1153,-5.97298,118.861,0.645772,3600,0,0,7186,0,0,0,0,0),(125966,24084,574,3,1,25399,0,103.154,206.282,49.4718,0.366519,3600,0,0,7186,0,0,0,0,0),(125965,24084,574,3,1,25399,0,112.616,238.142,42.9524,5.74213,3600,0,0,7186,0,0,0,0,0),(125964,24084,574,3,1,25399,0,146.573,284.096,42.9544,1.50098,3600,0,0,7186,0,0,0,0,0),(125963,24084,574,3,1,25399,0,134.183,284.564,42.9538,2.61799,3600,0,0,7186,0,0,0,0,0),(125962,24084,574,3,1,25399,0,24.2587,22.4606,115.115,2.98451,3600,0,0,7186,0,0,0,0,0),(125961,24084,574,3,1,25399,0,88.3812,262.567,42.9542,1.90241,3600,0,0,7186,0,0,0,0,0),(125960,24084,574,3,1,25399,0,124.15,247.508,42.9538,5.39307,3600,0,0,7186,0,0,0,0,0),(125959,24084,574,3,1,25399,0,152.663,278.339,42.9544,0.890118,3600,0,0,7186,0,0,0,0,0),(125958,24084,574,3,1,25399,0,101.417,214.13,49.4739,0.436332,3600,0,0,7186,0,0,0,0,0),(125957,24084,574,3,1,25399,0,66.8247,216.411,49.4739,3.68265,3600,0,0,7186,0,0,0,0,0),(125956,24084,574,3,1,25399,0,43.1458,-34.5895,118.861,4.13643,3600,0,0,7186,0,0,0,0,0),(125955,24084,574,3,1,25399,0,64.8507,185.613,49.4739,3.50811,3600,0,0,7186,0,0,0,0,0),(125954,24084,574,3,1,25399,0,79.8062,259.625,42.9542,2.33874,3600,0,0,7186,0,0,0,0,0),(125953,24083,574,3,1,24874,0,352.618,151.977,30.8487,2.49582,3600,0,0,71856,0,0,0,0,0),(125951,24083,574,3,1,24874,0,336.8,100.422,30.8471,0.261799,3600,0,0,71856,0,0,0,0,0),(125950,24083,574,3,1,24874,0,397.982,157.672,30.8612,4.29351,3600,0,0,71856,0,0,0,0,0),(125949,24083,574,3,1,24874,0,316.362,170.318,30.8817,0.331613,3600,0,0,71856,0,0,0,0,0),(125948,24083,574,3,1,24874,0,337.243,211.333,30.8972,4.34587,3600,0,0,71856,0,0,0,0,0),(1971380,24083,574,3,1,0,0,206.713,-189.298,200.024,0.677681,3600,0,0,71856,0,0,0,33600,0),(1971385,24082,574,3,1,0,1,327.887,205.659,30.9036,0.680678,3600,0,0,35928,3155,0,0,0,0),(1971384,24082,574,3,1,0,1,342.115,202.497,30.8997,1.95477,3600,0,0,35928,3155,0,0,0,0),(1971383,24082,574,3,1,0,1,377.682,183.172,30.8612,2.68781,3600,0,0,35928,3155,0,0,0,0),(125940,24849,574,3,1,22287,1,238.382,-353.086,188.785,1.29762,3600,5,0,35928,0,2,0,0,0),(125939,24849,574,3,1,22288,1,405.624,-218.255,163.186,3.06533,3600,5,0,35928,0,1,0,0,0),(125938,24849,574,3,1,22287,1,270.709,15.3159,272.859,4.55318,3600,5,0,35928,0,1,0,0,0),(125937,24849,574,3,1,22288,1,221.534,-239.809,196.459,0.236284,3600,5,0,35928,0,2,0,0,0),(125936,24849,574,3,1,22287,1,243.964,-194.833,227.126,2.88377,3600,5,0,35928,0,2,0,0,0),(125935,24849,574,3,1,22288,1,243.877,-352.606,184.951,1.56545,3600,5,0,35928,0,1,0,0,0),(125934,24849,574,3,1,22287,1,252.247,-350.532,185.813,2.01344,3600,5,0,35928,0,2,0,0,0),(125933,24849,574,3,1,22288,1,274.552,37.4915,266.433,4.52746,3600,5,0,35928,0,1,0,0,0),(125929,24849,574,3,1,22287,1,273.508,31.8047,268.674,4.53437,3600,5,0,35928,0,1,0,0,0),(125928,24849,574,3,1,22288,1,109.559,-190.155,190,2.83804,3600,5,0,35928,0,1,0,0,0),(125926,24849,574,3,1,22288,1,73.3107,-185.558,185.903,6.13719,3600,5,0,35928,0,1,0,0,0),(125925,24849,574,3,1,22287,1,191.458,-34.0243,291.769,2.15581,3600,5,0,35928,0,1,0,0,0),(125924,24849,574,3,1,22287,1,-43.0917,-112.432,240.791,1.5473,3600,5,0,35928,0,1,0,0,0),(125923,24849,574,3,1,22288,1,-29.2209,-114.589,238.031,4.74998,3600,5,0,35928,0,1,0,0,0),(248299,14327,429,1,1,0,1,-5.45062,-441.126,16.4179,0.531164,86400,0,0,17816,8964,2,0,0,0),(125919,24849,574,3,1,22287,1,-10.9815,-173.155,189.35,6.1368,3600,5,0,35928,0,1,0,0,0),(7346,721,0,1,1,328,0,-9233,-2057.44,77.5281,3.19405,300,5,0,1,0,1,0,0,0),(6762,428,0,1,1,490,0,-9686.68,-2770.42,52.8004,3.27686,300,10,0,417,0,1,0,0,0),(248298,13197,429,1,1,0,0,-104.776,-405.624,-4.13418,5.55015,86400,0,0,12954,4326,0,0,0,0),(125916,24849,574,3,1,22288,1,40.7859,-180.776,187.232,6.13716,3600,5,0,35928,0,1,0,0,0),(248297,13196,429,1,1,0,0,-104.776,-405.624,-4.13418,5.55015,86400,0,0,15198,0,0,0,0,0),(248296,13197,429,1,1,0,0,-48.4529,-401.622,-4.13796,5.13127,86400,0,0,12954,4326,0,0,0,0),(240013,27489,1,1,1,0,0,1473.72,-4207.13,42.959,4.53175,600,0,0,2215,0,0,0,0,0),(125911,24849,574,3,1,22288,1,26.3445,-52.8585,235.378,0.230395,3600,5,0,35928,0,1,0,0,0),(125910,24080,574,3,1,22279,1,353.498,-63.7745,22.8404,2.05949,3600,0,0,35928,0,0,0,0,0),(125909,24080,574,3,1,22280,1,344.52,-55.2984,23.0049,0.032627,3600,0,0,35928,0,2,0,0,0),(125908,24080,574,3,1,22280,1,265.145,-42.028,24.6786,3.37485,3600,0,0,35928,0,2,0,0,0),(125907,24080,574,3,1,22280,1,269.368,-54.3698,24.6786,1.69571,3600,0,0,35928,0,2,0,0,0),(125906,24080,574,3,1,22280,1,257.956,-66.8929,24.6786,4.47474,3600,0,0,35928,0,2,0,0,0),(125905,24079,574,3,1,22283,0,385.775,-16.2345,24.7641,0.575959,3600,0,0,35928,0,0,0,0,0),(125904,24079,574,3,1,22283,0,349.556,-39.3328,24.7641,4.38078,3600,0,0,35928,0,0,0,0,0),(125903,24079,574,3,1,22283,0,347.623,4.63357,24.7349,3.35103,3600,0,0,35928,0,0,0,0,0),(125902,24078,574,3,1,22286,1,389.558,2.44944,22.8409,1.15192,3600,0,0,35928,0,0,0,0,0),(125901,24078,574,3,1,22286,1,396.622,-6.05642,22.8404,3.66519,3600,0,0,35928,0,0,0,0,0),(125900,24078,574,3,1,22286,1,264.441,-59.6614,24.7641,4.81711,3600,0,0,35928,0,0,0,0,0),(125899,24078,574,3,1,22286,1,268.927,-73.4635,24.7641,1.37881,3600,0,0,35928,0,0,0,0,0),(125898,24078,574,3,1,22285,1,362.32,-52.5641,22.8409,5.23599,3600,0,0,35928,0,0,0,0,0),(125897,24078,574,3,1,22285,1,331.563,0.776747,22.8404,3.01942,3600,0,0,35928,0,0,0,0,0),(125896,24078,574,3,1,22286,1,334.303,18.5946,22.8404,4.10152,3600,0,0,35928,0,0,0,0,0),(125895,24078,574,3,1,22286,1,254.023,-27.6519,24.7646,5.2709,3600,0,0,35928,0,0,0,0,0),(125894,24078,574,3,1,22285,1,256.113,-40.8171,24.7646,1.98968,3600,0,0,35928,0,0,0,0,0),(125893,24071,574,3,1,25497,1,239.789,21.2734,135.265,4.86947,3600,0,0,35928,0,0,0,0,0),(125892,24071,574,3,1,25497,1,266.559,-103.838,190.471,0.471239,3600,0,0,35928,0,0,0,0,0),(125891,24071,574,3,1,25497,1,249.172,-11.1736,178.748,5.63741,3600,0,0,35928,0,0,0,0,0),(125890,24069,574,3,1,22297,1,237.977,13.392,135.278,1.11701,3600,0,0,35928,0,0,0,0,0),(125889,24069,574,3,1,22297,1,263.756,-99.9674,190.468,0.802851,3600,0,0,35928,0,0,0,0,0),(125888,24069,574,3,1,22298,1,228.063,-5.74479,178.568,2.67035,3600,0,0,35928,0,0,0,0,0),(125887,24069,574,3,1,22298,1,245.872,4.07292,178.618,1.13446,3600,0,0,35928,0,0,0,0,0),(125886,24069,574,3,1,22298,1,162.227,-175.224,180.59,3.52556,3600,0,0,35928,0,0,0,0,0),(125885,28419,574,3,1,25402,0,78.6932,204.622,49.5707,5.79892,3600,5,0,3593,0,1,0,0,0),(125884,28419,574,3,1,25402,0,84.3455,208.811,49.6034,5.55015,3600,5,0,3593,0,1,0,0,0),(125883,28419,574,3,1,25402,0,68.9454,212.742,49.3453,2.25302,3600,0,0,3593,0,2,0,0,0),(125882,28419,574,3,1,25402,0,41.131,-1.78272,116.735,2.73689,3600,0,0,3593,0,2,0,0,0),(125881,28419,574,3,1,25402,0,34.5746,-1.30757,115.194,3.80694,3600,0,0,3593,0,0,0,0,0),(125880,28419,574,3,1,25402,0,43.7721,-1.57229,117.214,2.12739,3600,0,0,3593,0,0,0,0,0),(125879,28419,574,3,1,25402,0,56.802,35.5855,115.029,2.34137,3600,0,0,3593,0,2,0,0,0),(125878,28419,574,3,1,25402,0,64.4099,28.3247,115.054,4.96695,3600,0,0,3593,0,0,0,0,0),(125877,28419,574,3,1,25402,0,35.3915,23.5929,115.029,4.03541,3600,0,0,3593,0,0,0,0,0),(125876,28419,574,3,1,25402,0,119.102,55.4629,65.6993,1.5177,3600,5,0,3593,0,1,0,0,0),(125875,28419,574,3,1,25402,0,124.77,53.4952,65.6888,5.96712,3600,5,0,3593,0,1,0,0,0),(125874,28419,574,3,1,25402,0,121.963,76.8827,109.226,4.37826,3600,0,0,3593,0,2,0,0,0),(88814,15113,0,1,1,0,0,-5073.96,-805.209,495.174,0.950319,180,8,0,3052,0,1,0,0,0),(88815,15113,0,1,1,0,0,-5102.08,-806.25,495.196,3.38456,180,8,0,3052,0,1,0,0,0),(88816,15113,0,1,1,0,0,-5096.04,-806.401,495.299,3.90971,180,8,0,3052,0,1,0,0,0),(88817,15113,0,1,1,0,0,-5084.33,-804.372,495.174,0.859029,180,8,0,3052,0,1,0,0,0),(88818,15113,0,1,1,0,0,-5064.19,-801.367,495.247,1.06997,180,8,0,3052,0,1,0,0,0),(88819,15113,0,1,1,0,0,-5079.64,-792.5,495.654,1.80821,180,8,0,3052,0,1,0,0,0),(88820,15113,0,1,1,0,0,-5089.96,-796.235,495.279,5.48193,180,8,0,3052,0,1,0,0,0),(88821,15113,0,1,1,0,0,-5087.36,-791.15,495.654,1.99345,180,8,0,3052,0,1,0,0,0),(88822,15113,0,1,1,0,0,-5081.38,-788.111,495.904,1.7728,180,8,0,3052,0,1,0,0,0),(88823,15113,0,1,1,0,0,-5069.69,-795.414,495.154,2.72635,180,8,0,3052,0,1,0,0,0),(88824,15113,0,1,1,0,0,-5069.31,-799.433,495.154,2.66472,180,8,0,3052,0,1,0,0,0),(88825,15113,0,1,1,0,0,-5095.31,-799.423,495.154,3.82802,180,8,0,3052,0,1,0,0,0),(88826,15011,0,1,1,0,0,-5060.04,-788.611,495.148,1.06465,180,0,0,2614,0,0,0,0,0),(88827,15115,1,1,1,0,0,1320.52,-4426.47,26.4992,1.92418,180,8,0,3052,0,1,0,0,0),(88828,15115,1,1,1,0,0,1320.96,-4421.78,26.7492,5.4309,180,8,0,3052,0,1,0,0,0),(88829,15012,1,1,1,0,0,1322.99,-4400.1,27.2511,2.47837,180,0,0,2614,0,0,0,0,0),(88830,15115,1,1,1,0,0,1322.06,-4410.64,26.8742,0.43937,180,8,0,3052,0,1,0,0,0),(88831,15115,1,1,1,0,0,1325.02,-4430.45,26.7492,5.32057,180,8,0,3052,0,1,0,0,0),(88832,15115,1,1,1,0,0,1327.45,-4405.72,27.2492,3.85921,180,8,0,3052,0,1,0,0,0),(88833,15115,1,1,1,0,0,1337.98,-4405.24,27.7619,5.88596,180,8,0,3052,0,1,0,0,0),(88834,15115,1,1,1,0,0,1344.22,-4432.18,27.1369,4.94701,180,8,0,3052,0,1,0,0,0),(88835,15115,1,1,1,0,0,1346.34,-4428.32,27.2619,4.48845,180,8,0,3052,0,1,0,0,0),(88836,15115,1,1,1,0,0,1350.48,-4419.66,27.7619,2.59623,180,8,0,3052,0,1,0,0,0),(88837,15115,1,1,1,0,0,1348.36,-4410.29,28.0119,2.74817,180,8,0,3052,0,1,0,0,0),(88838,15115,1,1,1,0,0,1333.42,-4402.17,27.6369,1.17725,180,8,0,3052,0,1,0,0,0),(88839,15115,1,1,1,0,0,1334.45,-4434.97,26.504,0.323982,180,8,0,3052,0,1,0,0,0),(74523,19610,530,1,1,0,0,2985.69,3696.52,142.782,1.96847,300,0,0,0,0,0,0,0,0),(74522,19610,530,1,1,0,0,2987.09,3693.87,142.829,1.88838,300,0,0,0,0,0,0,0,0),(29977,29771,571,1,2,0,0,8406.27,2829.69,718.509,3.9968,120,0,0,1,0,0,0,0,0),(79858,17817,547,3,1,0,0,17.8418,-79.5628,-1.59054,2.38901,86400,0,0,15489,0,2,0,0,0),(45851,8910,230,1,1,1070,0,928.311,-320.615,-71.6783,0.890118,7200,0,0,5691,3846,0,0,0,0),(45850,8910,230,1,1,1070,0,940.976,-305.621,-71.6783,3.9968,7200,0,0,5691,3846,0,0,0,0),(45849,8894,230,1,1,8752,1,636.452,25.8274,-73.4257,3.22886,7200,0,0,4653,8786,0,0,0,0),(45848,8894,230,1,1,8752,1,636.583,28.4628,-73.5385,3.21141,7200,0,0,4653,8786,0,0,0,0),(45847,8893,230,1,1,8757,1,636.652,31.4808,-73.6692,3.19395,7200,0,0,6645,0,0,0,0,0),(45846,8893,230,1,1,8757,1,636.658,35.152,-73.8296,3.22886,7200,0,0,6645,0,0,0,0,0),(45845,8895,230,1,1,8753,1,632.764,30.5004,-73.7048,0.122173,7200,0,0,5502,3728,0,0,0,0),(54694,12217,349,1,1,12345,0,685.664,-345.066,-52.1014,5.95157,86400,1,0,1238,0,1,0,0,0),(54693,13142,349,1,1,13098,0,617.453,-354.993,-52.0194,1.07088,86400,2,0,5148,0,1,0,0,0),(54692,2914,349,1,1,2957,0,606.83,-376.575,-51.936,2.37365,86400,10,0,8,0,1,0,0,0),(54691,11790,349,1,1,11345,1,674.105,-344.019,-51.5498,5.89921,86400,1,0,4953,0,1,0,0,0),(54684,12242,349,1,1,12370,1,650.431,-359.596,-52.0193,2.42527,86400,0,1,5346,0,2,0,0,0),(54683,13141,349,1,1,2079,0,620.877,-349.23,-51.936,6.17846,86400,2,0,4953,0,1,0,0,0),(54682,13142,349,1,1,13098,0,650.521,-349.327,-51.936,1.41372,86400,5,0,5148,0,1,0,0,0),(54681,11791,349,1,1,11338,1,637.383,-318.413,-50.9839,3.28122,86400,0,0,5148,0,0,0,0,0),(54680,11791,349,1,1,11338,1,634.602,-314.308,-50.962,4.46804,86400,0,0,5148,0,0,0,0,0),(54679,12216,349,1,1,2452,0,638.632,-312.248,-51.9875,5.60251,86400,1,0,1238,0,1,0,0,0),(54678,12217,349,1,1,12345,0,640.746,-315.845,-51.9824,1.46608,86400,1,0,1238,0,1,0,0,0),(54677,12217,349,1,1,12345,0,638.003,-308.511,-51.9364,2.53073,86400,1,0,1238,0,1,0,0,0),(54676,11792,349,1,1,2021,1,740.936,-204.986,-47.6882,3.54302,86400,0,0,4953,0,0,0,0,0),(54675,11792,349,1,1,2021,1,740.682,-234.436,-47.7354,2.79253,86400,0,0,4953,0,0,0,0,0),(54674,13141,349,1,1,2079,0,627.636,-260.405,-53.2432,0.506145,86400,5,0,4953,0,1,0,0,0),(54673,13142,349,1,1,13098,0,639.614,-261.649,-52.7787,5.46288,86400,5,0,5148,0,1,0,0,0),(54672,13142,349,1,1,13098,0,656.935,-227.146,-64.3079,2.11185,86400,5,0,5148,0,1,0,0,0),(54671,13141,349,1,1,2079,0,647.045,-201.605,-64.3079,3.08923,86400,5,0,4953,0,1,0,0,0),(54122,12218,349,1,1,12346,0,925.115,-371.905,-50.4495,0.151607,86400,2,0,1336,0,1,0,0,0),(54123,12218,349,1,1,12346,0,921.593,-363.347,-50.4764,5.25939,86400,5,0,1336,0,1,0,0,0),(54121,12222,349,1,1,14350,0,973.882,-254.73,-48.7537,3.82227,86400,5,0,5148,0,1,0,0,0),(54104,12218,349,1,1,12346,0,1040.28,-255.664,-72.3116,3.38751,86400,2,0,1336,0,1,0,0,0),(54105,12222,349,1,1,14350,0,990.719,-248.56,-45.6281,0.244346,86400,1,0,5148,0,1,0,0,0),(54103,12218,349,1,1,12346,0,1032.01,-252.936,-72.2407,2.45657,86400,2,0,1336,0,1,0,0,0),(54102,12218,349,1,1,12346,0,1078.92,-268.667,-72.5621,4.12956,86400,5,0,1336,0,1,0,0,0),(54096,12218,349,1,1,12346,0,939.563,-368.764,-50.3628,1.91986,86400,5,0,1336,0,1,0,0,0),(54097,12222,349,1,1,14350,0,945.735,-276.518,-45.8651,4.11898,86400,1,0,5148,0,1,0,0,0),(54098,12222,349,1,1,14350,0,952.823,-286.019,-45.5627,4.93928,86400,1,0,5148,0,1,0,0,0),(54099,12218,349,1,1,12346,0,1058.68,-267.89,-73.231,0.878976,86400,5,0,1336,0,1,0,0,0),(54669,12206,349,1,1,12309,0,242.46,-105.546,-87.1505,4.67748,86400,0,0,11940,0,0,0,0,0),(54668,11791,349,1,1,11338,1,597.202,-145.592,-55.1017,2.1293,86400,0,0,5148,0,0,0,0,0),(54666,13141,349,1,1,2079,0,633.69,-167.711,-53.5876,2.18166,86400,5,0,4953,0,1,0,0,0),(54665,2914,349,1,1,6303,0,617.651,-153.106,-54.9555,3.19395,86400,10,0,8,0,1,0,0,0),(54664,12206,349,1,1,12309,0,290.086,-203.261,-59.8158,1.55334,86400,0,0,11940,0,0,0,0,0),(54663,12222,349,1,1,14350,0,624.471,-126.815,-55.1455,1.85005,86400,1,0,5148,0,1,0,0,0),(54662,12223,349,1,1,3386,0,617.374,-99.9578,-57.4167,2.04204,86400,5,0,5346,0,1,0,0,0),(54661,12222,349,1,1,14350,0,619.28,-131.684,-54.8618,5.28835,86400,1,0,5148,0,1,0,0,0),(54660,13141,349,1,1,2079,0,669.35,-152.991,-50.1035,0.593412,86400,5,0,4953,0,1,0,0,0),(54659,13142,349,1,1,13098,0,642.862,-160.182,-52.9503,5.68977,86400,5,0,5148,0,1,0,0,0),(54658,12206,349,1,1,12309,0,302.198,-187.907,-59.8158,2.32129,86400,0,0,11940,0,0,0,0,0),(54657,12222,349,1,1,14350,0,669.841,-110.025,-56.0689,0.523599,86400,1,0,5148,0,1,0,0,0),(54656,12222,349,1,1,14350,0,664.059,-109.324,-56.2693,0.20944,86400,1,0,5148,0,1,0,0,0),(54655,12223,349,1,1,3386,0,699.16,-89.0857,-57.5,0.525737,86400,3,0,5346,0,1,0,0,0),(54654,12222,349,1,1,14350,0,676.169,-110.746,-55.9617,4.69494,86400,1,0,5148,0,1,0,0,0),(54653,12224,349,1,1,9014,0,812.635,-37.2737,-88.1976,5.23599,86400,5,0,4434,2301,1,0,0,0),(54652,12223,349,1,1,3386,0,731.105,-76.9863,-57.4987,3.1765,86400,0,1,5346,0,2,0,0,0),(54651,12216,349,1,1,2452,0,762.973,-41.8963,-55.9294,0.20944,86400,1,0,1238,0,1,0,0,0),(54650,12217,349,1,1,12345,0,755.625,-53.8264,-56.1086,0.331613,86400,1,0,1238,0,1,0,0,0),(54649,12217,349,1,1,12345,0,753.999,-46.5705,-56.1367,5.13127,86400,1,0,1238,0,1,0,0,0),(54648,12217,349,1,1,12345,0,744.919,-51.0789,-56.0131,4.64258,86400,1,0,1238,0,1,0,0,0),(54647,11791,349,1,1,11338,1,750.123,-42.8777,-56.1531,0.959931,86400,0,0,5148,0,0,0,0,0),(54646,11791,349,1,1,11338,1,758.122,-42.8355,-55.9574,2.1293,86400,0,0,5148,0,0,0,0,0),(54645,12223,349,1,1,3386,0,740.259,-82.077,-57.4152,0.628319,86400,3,0,5346,0,1,0,0,0),(54644,12216,349,1,1,2452,0,736.766,-114.996,-56.4388,0.645772,86400,1,0,1238,0,1,0,0,0),(54643,12216,349,1,1,2452,0,747.838,-121.34,-56.4993,3.01942,86400,1,0,1238,0,1,0,0,0),(54642,12217,349,1,1,12345,0,750.224,-129.533,-56.3232,3.68265,86400,1,0,1238,0,1,0,0,0),(54641,12223,349,1,1,3386,0,765.097,-112.538,-57.4167,2.14675,86400,3,0,5346,0,1,0,0,0),(54640,11791,349,1,1,11338,1,739.91,-122.194,-56.5653,3.97935,86400,0,0,5148,0,0,0,0,0),(54636,11791,349,1,1,11338,1,742.923,-127.961,-56.2506,3.29867,86400,0,0,5148,0,0,0,0,0),(54635,13142,349,1,1,13098,0,688.886,-164.706,-48.6661,1.3439,86400,5,0,5148,0,1,0,0,0),(54634,12216,349,1,1,2452,0,677.379,-202.295,-60.5414,3.10762,86400,3,0,1238,0,1,0,0,0),(54633,12217,349,1,1,12345,0,676.133,-193.009,-60.4786,5.31158,86400,1,0,1238,0,1,0,0,0),(54632,12217,349,1,1,12345,0,679.92,-197.158,-60.5348,3.73611,86400,2,0,1238,0,1,0,0,0),(54631,11791,349,1,1,11338,1,681.369,-191.207,-60.4103,5.48033,86400,0,0,5148,0,0,0,0,0),(54630,12217,349,1,1,12345,0,683.95,-202.811,-60.4394,5.09636,86400,2,0,1238,0,1,0,0,0),(54629,11791,349,1,1,11338,1,686.322,-196.2,-60.4321,2.37365,86400,0,0,5148,0,0,0,0,0),(54628,12222,349,1,1,14350,0,777.343,-136.791,-56.0397,1.309,86400,1,0,5148,0,1,0,0,0),(54627,11791,349,1,1,11338,1,710.02,-201.638,-47.166,1.5708,86400,0,0,5148,0,0,0,0,0),(54626,11791,349,1,1,11338,1,709.847,-193.447,-47.166,4.76475,86400,0,0,5148,0,0,0,0,0),(54618,12217,349,1,1,12345,0,706.173,-206.424,-47.166,2.04204,86400,1,0,1238,0,1,0,0,0),(54613,12216,349,1,1,2452,0,708.825,-197.031,-47.166,0.226893,86400,1,0,1238,0,1,0,0,0),(54592,12216,349,1,1,2452,0,708.052,-186.54,-47.166,3.83972,86400,1,0,1238,0,1,0,0,0),(54591,12216,349,1,1,2452,0,704.127,-196.929,-47.166,3.07178,86400,1,0,1238,0,1,0,0,0),(54093,12218,349,1,1,12346,0,931.7,-374.042,-50.4125,5.28588,86400,3,0,1336,0,1,0,0,0),(54094,12219,349,1,1,12347,0,926.689,-312.426,-49.7107,4.86947,86400,1,0,8316,0,1,0,0,0),(54095,12218,349,1,1,12346,0,936.365,-358.656,-50.4764,1.72337,86400,5,0,1336,0,1,0,0,0),(54062,12218,349,1,1,12346,0,1078.98,-279.331,-72.0672,5.3058,86400,5,0,1336,0,1,0,0,0),(54063,12218,349,1,1,12346,0,925.932,-358.394,-50.4764,2.56199,86400,5,0,1336,0,1,0,0,0),(54589,13142,349,1,1,13098,0,692.312,-265.623,-52.8056,4.55531,86400,5,0,5148,0,1,0,0,0),(54590,12222,349,1,1,14350,0,785.27,-136.504,-55.8265,6.07375,86400,1,0,5148,0,1,0,0,0),(54588,12222,349,1,1,14350,0,771.625,-140.803,-56.2799,3.64774,86400,1,0,5148,0,1,0,0,0),(54587,12222,349,1,1,14350,0,778.732,-145.498,-55.9994,1.41372,86400,1,0,5148,0,1,0,0,0),(54586,11792,349,1,1,2021,1,721.642,-227.507,-47.166,2.80998,86400,0,0,4953,0,0,0,0,0),(54585,11792,349,1,1,2021,1,721.573,-211.075,-47.166,3.31613,86400,0,0,4953,0,0,0,0,0),(54584,12216,349,1,1,2452,0,801.145,-337.659,-51.6119,1.00031,86400,1,0,1238,0,1,0,0,0),(54583,11791,349,1,1,11338,1,800.262,-334.675,-51.4592,4.57276,86400,0,0,5148,0,0,0,0,0),(54582,12217,349,1,1,12345,0,797.702,-341.591,-51.52,5.42127,86400,1,0,1238,0,1,0,0,0),(54581,12216,349,1,1,2452,0,796.003,-332.974,-50.8889,0.223871,86400,1,0,1238,0,1,0,0,0),(54580,12221,349,1,1,1145,0,765.684,-184.129,-58.4382,0.994838,86400,1,0,4290,0,1,0,0,0),(54578,12221,349,1,1,1145,0,779.549,-222.393,-64.7241,6.05629,86400,2,0,4290,0,1,0,0,0),(54579,12236,349,1,1,12334,1,748.874,-219.647,-47.6926,3.1765,86400,0,0,13365,0,0,0,0,0),(54577,12221,349,1,1,1145,0,781.24,-216.589,-64.7155,0.296706,86400,2,0,4290,0,1,0,0,0),(54575,11794,349,1,1,12337,1,797.136,-163.28,-74.783,4.81711,86400,1,0,5544,0,1,0,0,0),(54576,12221,349,1,1,1145,0,783.17,-211.836,-64.9395,1.98968,86400,1,0,4290,0,1,0,0,0),(54574,11794,349,1,1,12337,1,793.148,-160.879,-74.3821,4.95674,86400,1,0,5544,0,1,0,0,0),(54573,12221,349,1,1,1145,0,764.333,-188.164,-59.5819,5.75959,86400,1,0,4290,0,1,0,0,0),(54572,12221,349,1,1,1145,0,775.214,-216.535,-64.5187,0.925025,86400,1,0,4290,0,1,0,0,0),(54571,12224,349,1,1,9014,0,804.199,-200.599,-77.0656,0.226893,86400,5,0,4434,2301,1,0,0,0),(54570,12221,349,1,1,1145,0,786.946,-216.828,-64.9564,5.06145,86400,1,0,4290,0,1,0,0,0),(54569,12221,349,1,1,1145,0,821.911,-192.92,-74.7536,3.07178,86400,2,0,4290,0,1,0,0,0),(54568,12223,349,1,1,3386,0,840.592,-174.882,-88.258,3.83972,86400,5,0,5346,0,1,0,0,0),(54567,11794,349,1,1,12337,1,872.477,-156.565,-87.2358,1.62768,86400,1,0,5544,0,1,0,0,0),(54566,11794,349,1,1,12337,1,874.742,-156.131,-87.0904,1.72611,86400,1,0,5544,0,1,0,0,0),(54484,12221,349,1,1,1145,0,839.266,-8.15158,-87.1322,3.14159,86400,5,0,4290,0,1,0,0,0),(54485,12224,349,1,1,9014,0,840.875,-148.738,-88.258,0.122173,86400,5,0,4434,2301,1,0,0,0),(54483,12221,349,1,1,1145,0,830.388,-19.7983,-86.8948,3.45575,86400,5,0,4290,0,1,0,0,0),(54482,12221,349,1,1,1145,0,834.564,-12.9574,-87.003,6.07375,86400,5,0,4290,0,1,0,0,0),(54481,12223,349,1,1,3386,0,848.979,-113.375,-88.5932,1.5708,86400,5,0,5346,0,1,0,0,0),(54480,12223,349,1,1,3386,0,831.267,-94.1314,-88.684,5.0091,86400,5,0,5346,0,1,0,0,0),(54479,12221,349,1,1,1145,0,840.889,-19.0094,-87.0379,5.32325,86400,5,0,4290,0,1,0,0,0),(54478,12221,349,1,1,1145,0,846.466,-14.1576,-86.6577,0.715585,86400,5,0,4290,0,1,0,0,0),(54477,11794,349,1,1,12337,1,864.097,-88.3481,-87.4051,5.42058,86400,2,0,5544,0,1,0,0,0),(54476,11794,349,1,1,12337,1,863.344,-82.0318,-87.0558,1.49697,86400,2,0,5544,0,1,0,0,0),(54475,11794,349,1,1,12337,1,866.196,-92.6992,-87.3208,5.64039,86400,2,0,5544,0,1,0,0,0),(54474,12258,349,1,1,12389,0,978.887,-10.152,-62.5035,4.60767,86400,0,0,12474,0,0,0,0,0),(54473,12220,349,1,1,12348,0,880.282,-60.3926,-59.1787,5.60564,86400,1,0,5346,0,1,0,0,0),(54472,12220,349,1,1,12348,0,954.335,-61.6697,-62.0561,4.48323,86400,1,0,5346,0,1,0,0,0),(54471,12220,349,1,1,12348,0,958.615,-64.748,-62.0542,1.80317,86400,1,0,5346,0,1,0,0,0),(54470,12220,349,1,1,12348,0,976.132,-58.5746,-61.828,0,86400,1,0,5346,0,1,0,0,0),(54469,12220,349,1,1,12348,0,980.792,-54.4659,-61.8292,0,86400,1,0,5346,0,1,0,0,0),(54468,12220,349,1,1,12348,0,982.695,-62.1626,-61.8266,3.22886,86400,1,0,5346,0,1,0,0,0),(54467,12219,349,1,1,12347,0,887.293,-63.0953,-59.0878,0.890118,86400,3,0,8316,0,1,0,0,0),(54466,12219,349,1,1,12347,0,922.325,-58.418,-59.5497,1.76278,86400,2,0,8316,0,1,0,0,0),(54465,11794,349,1,1,12337,1,873.336,-94.3792,-87.0649,0.033702,86400,2,0,5544,0,1,0,0,0),(54464,12220,349,1,1,12348,0,890.89,-68.4742,-59.2243,3.14159,86400,1,0,5346,0,1,0,0,0),(54463,12220,349,1,1,12348,0,894.606,-63.6768,-59.0799,3.14159,86400,1,0,5346,0,1,0,0,0),(54462,12220,349,1,1,12348,0,952.156,-69.6218,-61.8973,1.46608,86400,1,0,5346,0,1,0,0,0),(54461,12219,349,1,1,12347,0,958.699,-72.8189,-61.8155,1.16937,86400,3,0,8316,0,1,0,0,0),(54460,12221,349,1,1,1145,0,873.275,-123.897,-87.1192,2.07694,86400,1,0,4290,0,1,0,0,0),(54459,12221,349,1,1,1145,0,874.018,-131.8,-86.9531,3.40339,86400,1,0,4290,0,1,0,0,0),(54458,12221,349,1,1,1145,0,869.645,-128.893,-87.0106,5.2709,86400,1,0,4290,0,1,0,0,0),(54457,12221,349,1,1,1145,0,868.948,-133.92,-86.9805,1.23918,86400,1,0,4290,0,1,0,0,0),(54456,12220,349,1,1,12348,0,912.51,-114.3,-61.7388,0,86400,1,0,5346,0,1,0,0,0),(54455,12220,349,1,1,12348,0,918.709,-112.563,-61.8433,2.67135,86400,1,0,5346,0,1,0,0,0),(54454,12219,349,1,1,12347,0,916.525,-119.201,-61.918,0.418879,86400,3,0,8316,0,1,0,0,0),(54453,12220,349,1,1,12348,0,965.398,-103.253,-63.7055,0,86400,1,0,5346,0,1,0,0,0),(54452,12220,349,1,1,12348,0,966.289,-108.169,-63.8364,0,86400,1,0,5346,0,1,0,0,0),(54451,12220,349,1,1,12348,0,963.146,-108.215,-63.7376,3.08923,86400,1,0,5346,0,1,0,0,0),(54450,12220,349,1,1,12348,0,921.857,-118.687,-61.9724,0.977384,86400,1,0,5346,0,1,0,0,0),(54449,12219,349,1,1,12347,0,942.167,-145.379,-60.3743,1.81514,86400,1,0,8316,0,1,0,0,0),(54448,12218,349,1,1,12346,0,1097.7,-196.63,-75.0663,0.98362,86400,2,0,1336,0,1,0,0,0),(54447,12218,349,1,1,12346,0,1102.86,-201.505,-74.7568,5.99821,86400,2,0,1336,0,1,0,0,0),(54446,12218,349,1,1,12346,0,1094.71,-199.884,-74.794,1.77423,86400,2,0,1336,0,1,0,0,0),(54445,13282,349,1,1,11172,0,1130.4,-191.342,-80.0014,4.64258,86400,0,0,13433,0,0,0,0,0),(54444,12218,349,1,1,12346,0,1097.1,-212.174,-74.5568,3.73809,86400,5,0,1336,0,1,0,0,0),(54443,12218,349,1,1,12346,0,1085.17,-204.993,-74.5752,4.2371,86400,2,0,1336,0,1,0,0,0),(54418,12218,349,1,1,12346,0,1093.51,-215.534,-74.7449,0.628319,86400,5,0,1336,0,1,0,0,0),(54391,12218,349,1,1,12346,0,1091.68,-208.849,-74.6908,2.45877,86400,5,0,1336,0,1,0,0,0),(54380,12218,349,1,1,12346,0,1103.89,-209.825,-74.5225,5.49286,86400,5,0,1336,0,1,0,0,0),(54379,12218,349,1,1,12346,0,1069.71,-216.795,-72.9533,0.76709,86400,2,0,1336,0,1,0,0,0),(54058,12220,349,1,1,12348,0,1030.58,-297.475,-71.9025,0,86400,1,0,5346,0,1,0,0,0),(54059,12219,349,1,1,12347,0,981.228,-304.751,-45.6394,5.41052,86400,3,0,8316,0,1,0,0,0),(54060,2914,349,1,1,2958,0,994.114,-310.902,-45.2978,6.26573,86400,10,0,8,0,1,0,0,0),(54377,12218,349,1,1,12346,0,1070.19,-229.465,-72.6647,5.53495,86400,5,0,1336,0,1,0,0,0),(54378,12218,349,1,1,12346,0,1071.63,-222.498,-72.8678,1.18682,86400,5,0,1336,0,1,0,0,0),(54376,12218,349,1,1,12346,0,1096.15,-246.782,-74.7586,1.5184,86400,2,0,1336,0,1,0,0,0),(54375,12218,349,1,1,12346,0,1095.18,-264.841,-74.2661,0.753238,86400,2,0,1336,0,1,0,0,0),(54374,12218,349,1,1,12346,0,1091.72,-244.562,-74.1944,2.80998,86400,2,0,1336,0,1,0,0,0),(54373,12218,349,1,1,12346,0,1104.53,-261.904,-75.8234,4.63901,86400,2,0,1336,0,1,0,0,0),(54372,12218,349,1,1,12346,0,1105.03,-253.853,-76.0463,4.50295,86400,5,0,1336,0,1,0,0,0),(54371,12218,349,1,1,12346,0,1098.14,-239.133,-75.2166,5.46898,86400,2,0,1336,0,1,0,0,0),(54370,12218,349,1,1,12346,0,1084.43,-253.58,-73.0771,3.12597,86400,5,0,1336,0,1,0,0,0),(54369,12218,349,1,1,12346,0,1102.81,-243.492,-75.97,2.18068,86400,5,0,1336,0,1,0,0,0),(54368,12218,349,1,1,12346,0,1064.45,-222.906,-72.5004,5.66331,86400,5,0,1336,0,1,0,0,0),(54367,12218,349,1,1,12346,0,1054.62,-220.084,-72.2077,3.32482,86400,2,0,1336,0,1,0,0,0),(54366,12218,349,1,1,12346,0,1061.09,-217.058,-72.5261,3.66481,86400,2,0,1336,0,1,0,0,0),(54365,12218,349,1,1,12346,0,1066.57,-227.93,-72.4804,6.06374,86400,5,0,1336,0,1,0,0,0),(54364,12218,349,1,1,12346,0,1056.11,-225.031,-72.0835,1.15779,86400,5,0,1336,0,1,0,0,0),(54363,12218,349,1,1,12346,0,1071.41,-260.84,-73.1077,5.81745,86400,5,0,1336,0,1,0,0,0),(54362,13141,349,1,1,2079,0,880.451,-402.985,-51.932,1.50613,86400,5,0,4953,0,1,0,0,0),(54361,11790,349,1,1,11345,1,897.796,-406.071,-52.8607,3.36848,86400,0,0,4953,0,0,0,0,0),(54358,12216,349,1,1,2452,0,891.098,-416.337,-52.4106,3.19395,86400,2,0,1238,0,1,0,0,0),(54357,12216,349,1,1,2452,0,895.228,-420.673,-52.7762,3.21141,86400,1,0,1238,0,1,0,0,0),(54356,12216,349,1,1,2452,0,895.025,-412.703,-52.5014,2.61799,86400,2,0,1238,0,1,0,0,0),(54355,11791,349,1,1,11338,1,837.188,-362.33,-51.516,1.6057,86400,0,0,5148,0,0,0,0,0),(54354,11790,349,1,1,11345,1,834.136,-356.258,-51.9663,0.890118,86400,0,0,4953,0,0,0,0,0),(54353,13141,349,1,1,2079,0,855.316,-382.354,-64.0031,0.890118,86400,3,0,4953,0,1,0,0,0),(54352,13141,349,1,1,2079,0,880.113,-367.95,-51.9663,4.2237,86400,5,0,4953,0,1,0,0,0),(54351,12216,349,1,1,2452,0,806.704,-341.826,-51.6066,1.15192,86400,1,0,1238,0,1,0,0,0),(54350,12216,349,1,1,2452,0,835.557,-352.947,-51.9663,4.08407,86400,1,0,1238,0,1,0,0,0),(54349,12217,349,1,1,12345,0,830.116,-354.746,-51.9663,5.11381,86400,2,0,1238,0,1,0,0,0),(54348,12217,349,1,1,12345,0,843.975,-359.052,-51.5259,5.32325,86400,2,0,1238,0,1,0,0,0),(54347,12217,349,1,1,12345,0,841.309,-354.738,-51.9663,2.75762,86400,2,0,1238,0,1,0,0,0),(54346,2914,349,1,1,1206,0,881.947,-394.246,-51.9663,4.18879,86400,10,0,8,0,1,0,0,0),(54345,11790,349,1,1,11345,1,805.145,-337.727,-51.5528,3.83972,86400,0,0,4953,0,0,0,0,0),(54344,12221,349,1,1,1145,0,804.193,-250.795,-60.7708,0.349066,86400,1,0,4290,0,1,0,0,0),(54343,12221,349,1,1,1145,0,830.777,-197.865,-74.7582,6.10865,86400,2,0,4290,0,1,0,0,0),(54012,12218,349,1,1,12346,0,952.468,-362.702,-50.1017,3.22074,86400,5,0,1336,0,1,0,0,0),(54013,12218,349,1,1,12346,0,1064.96,-274.43,-73.2326,2.99423,86400,5,0,1336,0,1,0,0,0),(54014,12220,349,1,1,12348,0,1029.57,-302.15,-71.7337,0.069813,86400,1,0,5346,0,1,0,0,0),(54342,12221,349,1,1,1145,0,809.469,-257.054,-60.3481,2.26893,86400,1,0,4290,0,1,0,0,0),(54341,12221,349,1,1,1145,0,815.959,-232.834,-74.5539,1.85005,86400,1,0,4290,0,1,0,0,0),(54336,12221,349,1,1,1145,0,822.136,-234.405,-74.5879,0.645772,86400,1,0,4290,0,1,0,0,0),(54335,12221,349,1,1,1145,0,833.022,-205.855,-74.7724,6.10865,86400,2,0,4290,0,1,0,0,0),(54334,12221,349,1,1,1145,0,816.726,-256.266,-60.3822,2.79253,86400,2,0,4290,0,1,0,0,0),(54333,12221,349,1,1,1145,0,837.412,-199.512,-75.0968,2.98451,86400,2,0,4290,0,1,0,0,0),(54332,12221,349,1,1,1145,0,812.719,-248.653,-60.6525,0.10472,86400,2,0,4290,0,1,0,0,0),(54331,12216,349,1,1,2452,0,866.385,-330.353,-50.0884,1.42954,86400,2,0,1238,0,1,0,0,0),(54330,12216,349,1,1,2452,0,868.052,-335.039,-50.2559,3.88721,86400,2,0,1238,0,1,0,0,0),(54329,12220,349,1,1,12348,0,960.26,-150.752,-59.3292,6.2241,86400,1,0,5346,0,1,0,0,0),(54328,12221,349,1,1,1145,0,840.053,-208.914,-75.5745,2.96706,86400,2,0,4290,0,1,0,0,0),(54327,11794,349,1,1,12337,1,942.819,-155.982,-60.3046,1.20594,86400,0,0,5544,0,0,0,0,0),(54326,11794,349,1,1,12337,1,945.434,-157.025,-60.1186,0.41063,86400,0,0,5544,0,2,0,0,0),(54325,12220,349,1,1,12348,0,961.196,-162.815,-58.8018,0,86400,1,0,5346,0,1,0,0,0),(54324,12220,349,1,1,12348,0,957.23,-157.029,-59.1375,6.21337,86400,1,0,5346,0,1,0,0,0),(54323,12220,349,1,1,12348,0,942.471,-172.975,-62.6343,1.51313,86400,1,0,5346,0,1,0,0,0),(54322,12220,349,1,1,12348,0,936.859,-173.159,-62.3021,2.04047,86400,1,0,5346,0,1,0,0,0),(54321,12220,349,1,1,12348,0,914.232,-184.988,-57.4478,5.66455,86400,1,0,5346,0,1,0,0,0),(54320,12220,349,1,1,12348,0,917.864,-180.282,-58.1882,1.76835,86400,1,0,5346,0,1,0,0,0),(54319,12220,349,1,1,12348,0,897.214,-194.957,-52.3878,0,86400,1,0,5346,0,1,0,0,0),(54318,12220,349,1,1,12348,0,899.508,-188.356,-52.7743,0,86400,1,0,5346,0,1,0,0,0),(54317,12220,349,1,1,12348,0,893.471,-192.021,-52.512,0.785398,86400,1,0,5346,0,1,0,0,0),(54316,12220,349,1,1,12348,0,859.506,-250.136,-52.6662,3.14159,86400,1,0,5346,0,1,0,0,0),(54313,12219,349,1,1,12347,0,878.765,-201.886,-75.1242,2.37365,86400,5,0,8316,0,1,0,0,0),(54312,12219,349,1,1,12347,0,855.181,-241.428,-54.0381,6.07375,86400,3,0,8316,0,1,0,0,0),(54311,12219,349,1,1,12347,0,852.392,-234.648,-54.5556,0.855211,86400,2,0,8316,0,1,0,0,0),(54310,12219,349,1,1,12347,0,986.278,-184.941,-67.8246,2.9147,86400,5,0,8316,0,1,0,0,0),(54309,12220,349,1,1,12348,0,997.528,-200.626,-67.4448,3.14159,86400,1,0,5346,0,1,0,0,0),(54308,12220,349,1,1,12348,0,1006.64,-199.078,-67.6057,3.14159,86400,1,0,5346,0,1,0,0,0),(54307,12220,349,1,1,12348,0,1002.94,-194.713,-67.5581,2.26893,86400,1,0,5346,0,1,0,0,0),(54306,12219,349,1,1,12347,0,982.507,-180.604,-67.9762,1.309,86400,2,0,8316,0,1,0,0,0),(54305,12220,349,1,1,12348,0,941.267,-178.783,-62.8358,0,86400,1,0,5346,0,1,0,0,0),(54285,12218,349,1,1,12346,0,1043.37,-240.246,-72.2399,4.51294,86400,5,0,1336,0,1,0,0,0),(18741,4820,48,1,1,3617,0,-406.857,26.494,-48.4163,2.93215,86400,2,0,1599,1162,1,0,0,0),(18736,4818,48,1,1,4920,1,-337.805,-24.5904,-72.3178,0.645772,86400,5,0,1686,0,1,0,0,0),(18734,4818,48,1,1,4920,1,-295.475,108.201,-53.5076,3.10669,86400,5,0,1686,0,1,0,0,0),(18735,4821,48,1,1,981,0,-321.646,103.492,-58.6204,3.28122,86400,5,0,1686,0,1,0,0,0),(18722,4818,48,1,1,4920,1,-254.728,34.6942,-55.6703,2.25148,86400,5,0,1686,0,1,0,0,0),(18721,4818,48,1,1,4920,1,-259.135,20.7215,-55.9537,4.86947,86400,1,0,1686,0,1,0,0,0),(18717,4821,48,1,1,981,0,-231.986,36.3215,-54.2971,0.471239,86400,5,0,1686,0,1,0,0,0),(39988,4298,189,1,1,2473,1,1042.64,1363.84,27.3835,2.40855,86400,3,0,3831,0,1,0,0,0),(39989,4301,189,1,1,2499,1,1012.41,1454.72,29.2298,6.17846,86400,0,0,4185,0,0,0,0,0),(40133,4286,189,1,1,2522,1,1668.44,-336.926,18.7611,4.11228,86400,0,0,3660,0,0,0,0,0),(39981,4300,189,1,1,2525,1,1021.64,1362.29,27.3879,4.13643,86400,3,0,3514,5950,1,0,0,0),(39982,4295,189,1,1,2514,1,1027.78,1399.18,27.3967,3.15905,86400,2,0,3831,0,1,0,0,0),(39976,4298,189,1,1,2462,1,985.957,1454.46,29.2299,0.907571,86400,0,0,3831,0,0,0,0,0),(39977,4295,189,1,1,2515,1,986.18,1343.2,29.2299,0.994838,86400,0,0,3831,0,0,0,0,0),(39970,4300,189,1,1,2525,1,948.805,1423.6,18.1066,2.42601,86400,3,0,3514,5950,1,0,0,0),(39968,4294,189,1,1,2524,1,960.646,1360.61,18.7611,3.05433,86400,0,0,2910,5722,0,0,0,0),(39969,4295,189,1,1,2515,1,931.613,1437.55,18.7611,4.59022,86400,0,0,3831,0,0,0,0,0),(39960,4300,189,1,1,2526,1,947.376,1375.67,18.1066,5.91667,86400,3,0,3514,5950,1,0,0,0),(39961,4295,189,1,1,2514,1,956.586,1360.52,18.7611,0.122173,86400,0,0,3831,0,0,0,0,0),(39956,4298,189,1,1,2462,1,890.282,1360.67,18.7611,0.802851,86400,0,0,3831,0,0,0,0,0),(39955,4298,189,1,1,2473,1,865.244,1359.41,18.0893,0.017453,86400,0,0,3831,0,0,0,0,0),(39949,4294,189,1,1,2524,1,927.287,1359.98,18.7611,0.296706,86400,0,0,2910,5722,0,0,0,0),(39950,4298,189,1,1,2473,1,868.398,1406,18.0893,6.26573,86400,0,0,3831,0,0,0,0,0),(39951,4294,189,1,1,2524,1,889.963,1374.25,18.7611,1.43117,86400,0,0,2910,5722,0,0,0,0),(39948,4295,189,1,1,2514,1,873.301,1406.05,18.0893,3.21141,86400,0,0,3831,0,0,0,0,0),(39946,3977,189,1,1,2043,1,1202.13,1399.07,29.0931,3.12414,86400,0,0,4904,6415,0,0,0,0),(39947,721,189,1,1,4626,0,915.357,1379.98,18.0842,1.78024,86400,10,0,1,0,1,0,0,0),(39945,4295,189,1,1,2514,1,876.701,1322.55,18.0893,3.15905,86400,0,0,3831,0,0,0,0,0),(39941,4308,189,1,1,5430,0,1804.02,1433.12,8.44826,3.33666,86400,0,0,955,0,0,0,0,0),(39940,4308,189,1,1,5430,0,1806,1432.56,8.44832,4.42443,86400,1,0,955,0,1,0,0,0),(39938,6426,189,1,1,1196,0,1812.48,1432.85,8.5311,1.65806,86400,5,0,3018,0,1,0,0,0),(39936,4308,189,1,1,5430,0,1780.88,1429.15,0.083333,0,86400,2,0,955,0,1,0,0,0),(39932,4308,189,1,1,5430,0,1786.24,1406.18,0.083333,0,86400,2,0,955,0,1,0,0,0),(39933,6426,189,1,1,10255,0,1817.76,1400.2,21.3051,4.7822,86400,3,0,3018,0,1,0,0,0),(39917,6427,189,1,1,4629,0,1811.35,1401.03,8.52722,2.98451,86400,2,0,3018,0,1,0,0,0),(39930,4308,189,1,1,5430,0,1783.58,1402.23,0.083333,0.488692,86400,2,0,955,0,1,0,0,0),(39931,4308,189,1,1,5430,0,1781.24,1405.95,0.083333,0,86400,2,0,955,0,1,0,0,0),(39913,4308,189,1,1,5430,0,1844.2,1401.81,21.284,0.331613,86400,3,0,955,0,1,0,0,0),(39914,4308,189,1,1,5430,0,1841.92,1373.78,19.1498,6.03884,86400,5,0,955,0,1,0,0,0),(40130,4286,189,1,1,2522,1,1670.54,-346.561,18.1066,1.58825,86400,0,0,3660,0,0,0,0,0),(39908,6427,189,1,1,4629,0,1814.89,1417.88,8.4461,3.00822,86400,2,0,3018,0,1,0,0,0),(39909,4075,189,1,1,1141,0,1769.2,1395.49,20.9381,0.10472,86400,10,0,8,0,1,0,0,0),(39910,4308,189,1,1,5430,0,1767.37,1400.58,20.8589,5.23599,86400,5,0,955,0,1,0,0,0),(39903,4308,189,1,1,5430,0,1775.42,1397.14,0.083333,4.43314,86400,2,0,955,0,1,0,0,0),(39904,4308,189,1,1,5430,0,1776.84,1400.45,0.083333,0,86400,2,0,955,0,1,0,0,0),(39905,4308,189,1,1,5430,0,1780.67,1397.55,0.083333,0,86400,2,0,955,0,1,0,0,0),(39906,6426,189,1,1,10255,0,1787.3,1416.96,0.083333,2.6529,86400,2,0,3018,0,1,0,0,0),(40127,4286,189,1,1,2523,1,1641.39,-383.177,18.7611,0.05236,86400,0,0,3660,0,0,0,0,0),(40126,4286,189,1,1,2523,1,1630.35,-341.378,18.0908,3.1765,86400,0,0,3660,0,0,0,0,0),(40125,4286,189,1,1,2523,1,1644.07,-380.373,18.6778,5.15457,86400,0,1,3660,0,2,0,0,0),(40124,6487,189,1,1,5266,1,148.32,-428.692,18.4864,6.24828,86400,0,1,8118,8040,2,0,0,0),(39899,6426,189,1,1,4631,0,1795.38,1362.76,18.9709,5.65487,86400,5,0,3018,0,1,0,0,0),(39900,6426,189,1,1,10256,0,1770.33,1358.26,18.5253,2.61366,86400,3,0,3018,0,1,0,0,0),(39898,4308,189,1,1,5430,0,1823.54,1342.17,17.7157,0,86400,3,0,955,0,1,0,0,0),(39896,4308,189,1,1,5430,0,1820.47,1338.36,17.5815,5.91667,86400,3,0,955,0,1,0,0,0),(39897,4308,189,1,1,5430,0,1825.42,1337.67,17.6144,0,86400,3,0,955,0,1,0,0,0),(39893,6427,189,1,1,4629,0,1853.69,1321.07,17.323,4.76481,86400,5,0,3018,0,1,0,0,0),(39892,4075,189,1,1,1141,0,1827.34,1330.7,18.0777,2.25148,86400,10,0,8,0,1,0,0,0),(39891,6426,189,1,1,10255,0,1787.18,1334.56,18.9709,3.80482,86400,3,0,3018,0,1,0,0,0),(39888,4308,189,1,1,5430,0,1837.76,1315.02,19.098,0.226893,86400,2,0,955,0,1,0,0,0),(39882,6426,189,1,1,10256,0,1749.6,1309.9,18.5249,3.89208,86400,3,0,3018,0,1,0,0,0),(39881,4308,189,1,1,5430,0,1773.64,1313.96,17.6021,5.91172,86400,3,0,955,0,1,0,0,0),(39877,4308,189,1,1,5430,0,1756.41,1278.62,18.2407,5.3058,86400,3,0,955,0,1,0,0,0),(39874,4308,189,1,1,5430,0,1811.79,1302.46,17.8061,5.74213,86400,3,0,955,0,1,0,0,0),(39875,4308,189,1,1,5430,0,1815.85,1300.29,17.6923,0,86400,3,0,955,0,1,0,0,0),(39876,4308,189,1,1,5430,0,1819.47,1300.64,17.5862,0,86400,3,0,955,0,1,0,0,0),(39871,4308,189,1,1,5430,0,1773.14,1307.27,17.603,1.72788,86400,3,0,955,0,1,0,0,0),(39872,4308,189,1,1,5430,0,1766.5,1309.83,18.0689,0,86400,3,0,955,0,1,0,0,0),(39870,6426,189,1,1,1196,0,1834.93,1279.38,18.2407,3.08923,86400,3,0,3018,0,1,0,0,0),(39866,4308,189,1,1,5430,0,1777.24,1262.44,17.6542,5.58505,86400,5,0,955,0,1,0,0,0),(39867,4308,189,1,1,5430,0,1781.75,1265.2,17.7005,0,86400,5,0,955,0,1,0,0,0),(39868,4308,189,1,1,5430,0,1778.28,1267.77,17.6649,0,86400,5,0,955,0,1,0,0,0),(39861,4308,189,1,1,5430,0,1798.83,1246.83,18.4078,0,86400,3,0,955,0,1,0,0,0),(39856,6547,189,1,1,1027,0,1794.24,1144.93,8.71928,5.63741,86400,0,0,713,0,0,0,0,0),(39857,4306,189,1,1,2607,1,1807.84,1165.98,6.90374,1.51844,86400,0,0,2865,0,0,0,0,0),(39853,4306,189,1,1,2607,1,1793.45,1143.31,7.57362,1.22173,86400,0,0,2865,0,0,0,0,0),(81542,5649,209,1,1,6423,1,1900.33,1166.45,8.96588,0.785398,86400,5,0,5346,0,1,0,0,0),(38013,5649,209,1,1,6424,1,1365.43,819.994,8.97416,3.71755,86400,0,0,5346,0,0,0,0,0),(38011,5650,209,1,1,6422,1,1327.73,838.162,9.23823,3.24631,86400,0,0,4278,2966,0,0,0,0),(38012,5649,209,1,1,6424,1,1357.26,817.232,8.97416,0.174533,86400,0,0,5346,0,0,0,0,0),(38010,5649,209,1,1,6423,1,1319.59,836.886,8.97416,0.418879,86400,0,0,5346,0,0,0,0,0),(38006,5649,209,1,1,6423,1,1261.55,846.373,9.28673,5.34071,86400,0,0,5346,0,0,0,0,0),(38007,5648,209,1,1,6420,1,1265.82,840.409,9.10481,2.19912,86400,0,0,3603,7150,0,0,0,0),(38003,5648,209,1,1,6420,1,1262.07,840.807,8.9959,0.383972,86400,0,0,3603,7150,0,0,0,0),(40122,4291,189,1,1,2508,1,180.105,-442.338,18.9438,5.8294,86400,0,0,2901,2014,0,0,0,0),(40121,4540,189,1,1,2604,0,183.061,-443.497,18.9388,3.03687,86400,0,0,3489,0,0,0,0,0),(40120,4540,189,1,1,2603,0,173.965,-427.5,18.6164,0.034907,86400,0,0,3489,0,0,0,0,0),(40119,4540,189,1,1,2604,0,173.977,-430.87,18.616,0,86400,0,0,3489,0,0,0,0,0),(40118,4540,189,1,1,2603,0,272.192,-430.993,18.6173,4.31096,86400,0,0,3489,0,0,0,0,0),(40117,4291,189,1,1,2508,1,270.066,-435.688,18.6203,1.06465,86400,0,0,2901,2014,0,0,0,0),(40116,4291,189,1,1,2508,1,253.05,-432.902,18.6185,4.88692,86400,0,0,2901,2014,0,0,0,0),(40115,4291,189,1,1,2508,1,277.415,-410.155,20.4948,1.0472,86400,0,0,2901,2014,0,0,0,0),(40114,4540,189,1,1,2604,0,279.506,-405.837,20.4875,4.29351,86400,0,0,3489,0,0,0,0,0),(27408,4812,48,1,1,2894,1,-822.119,-79.9384,-29.6178,1.15192,86400,0,0,1494,1088,0,0,0,0),(54284,12220,349,1,1,12348,0,917.681,-187.961,-57.216,3.14159,86400,1,0,5346,0,1,0,0,0),(54283,12219,349,1,1,12347,0,899.922,-200.105,-52.3801,0.488692,86400,3,0,8316,0,1,0,0,0),(54281,12220,349,1,1,12348,0,874.738,-231.428,-53.4259,0,86400,1,0,5346,0,1,0,0,0),(54280,12220,349,1,1,12348,0,881.613,-230.559,-52.9113,1.95477,86400,1,0,5346,0,1,0,0,0),(27407,4810,48,1,1,2900,1,-816.991,-75.5989,-29.739,0.645772,86400,0,1,1815,0,2,0,0,0),(27402,4830,48,1,1,1816,0,-746.744,-169.427,-50.6239,5.49537,86400,0,1,3255,0,2,0,0,0),(27401,4827,48,1,1,2836,0,-778.368,-94.4939,-40.1442,3.66519,86400,3,0,1686,0,1,0,0,0),(27400,4827,48,1,1,2836,0,-726.514,-118.253,-36.8979,3.75246,86400,8,0,1686,0,1,0,0,0),(27397,4809,48,1,1,2883,1,-734.182,-105.306,-29.9524,2.30383,86400,0,0,1494,544,0,0,0,0),(27396,4811,48,1,1,2888,1,-722.212,-105.695,-29.9737,1.18682,86400,0,0,1599,1162,0,0,0,0),(27390,4827,48,1,1,2836,0,-753.07,-87.3449,-40.8707,6.0912,86400,3,0,1686,0,1,0,0,0),(27352,4812,48,1,1,2896,1,-801.936,-59.8917,-29.5982,4.50295,86400,0,0,1494,1088,0,0,0,0),(26333,4812,48,1,1,2894,1,-798.28,-57.0101,-29.6816,6.23816,86400,0,0,1494,1088,0,0,0,0),(26332,4810,48,1,1,2899,1,-754.31,-58.1687,-29.9301,0.575959,86400,0,1,1815,0,2,0,0,0),(26331,4811,48,1,1,2887,1,-764.725,-61.6536,-29.8474,1.5708,86400,0,0,1599,1162,0,0,0,0),(26330,4811,48,1,1,2887,1,-798.48,-54.9876,-29.5982,0.191986,86400,0,0,1599,1162,0,0,0,0),(26329,4809,48,1,1,2884,1,-721.039,-86.4893,-37.7622,2.11185,86400,0,1,1494,544,2,0,0,0),(26328,4810,48,1,1,2899,1,-793.893,-59.3825,-29.5982,1.8326,86400,0,0,1815,0,0,0,0,0),(26327,4812,48,1,1,2895,1,-764.633,-54.1033,-29.8464,5.39307,86400,0,0,1494,1088,0,0,0,0),(26326,4823,48,1,1,9565,0,-761.466,-34.6609,-40.333,1.65806,86400,2,0,1392,0,1,0,0,0),(26325,4811,48,1,1,2887,1,-748.753,5.72824,-29.9157,0.506145,86400,0,0,1599,1162,0,0,0,0),(26324,4812,48,1,1,2896,1,-722.41,-79.0308,-37.659,5.28835,86400,0,0,1494,1088,0,0,0,0),(26323,4807,48,1,1,4762,1,-713.285,42.7616,-29.9299,3.47321,86400,1,0,2529,0,1,0,0,0),(26322,4812,48,1,1,2896,1,-719.863,4.31058,-29.95,2.93215,86400,0,0,1494,1088,0,0,0,0),(26321,4810,48,1,1,2899,1,-725.556,5.94794,-29.95,5.93412,86400,0,0,1815,0,0,0,0,0),(26318,4810,48,1,1,2898,1,-725.366,-60.1186,-37.6581,0.907571,86400,0,0,1815,0,0,0,0,0),(26317,4810,48,1,1,2898,1,-722.105,-27.4256,-37.6503,5.5676,86400,0,0,1815,0,0,0,0,0),(26316,4810,48,1,1,2898,1,-722.013,-56.5438,-37.6503,3.83972,86400,0,0,1815,0,0,0,0,0),(54202,12220,349,1,1,12348,0,938.847,-227.259,-46.4733,3.14159,86400,1,0,5346,0,1,0,0,0),(54160,12219,349,1,1,12347,0,1001.87,-216.367,-67.3711,5.07891,86400,1,0,8316,0,1,0,0,0),(54157,12220,349,1,1,12348,0,889.728,-282.184,-45.8448,3.14159,86400,1,0,5346,0,1,0,0,0),(54154,11790,349,1,1,11345,1,870.034,-329.385,-48.798,0.279253,86400,0,0,4953,0,0,0,0,0),(54150,12222,349,1,1,14350,0,966.765,-246.399,-48.7931,6.14356,86400,5,0,5148,0,1,0,0,0),(54136,12218,349,1,1,12346,0,1025.83,-245.535,-72.2404,0.013524,86400,2,0,1336,0,1,0,0,0),(81540,7269,209,1,1,7470,0,1851.06,1186.61,8.96923,4.90438,86400,5,0,1782,0,1,0,0,0),(81539,5649,209,1,1,6423,1,1849.2,1184.55,8.9883,6.19592,86400,5,0,5346,0,1,0,0,0),(81538,7246,209,1,1,6425,1,1878.71,1159.65,9.60457,3.66519,86400,5,0,4119,2864,1,0,0,0),(81537,5649,209,1,1,6424,1,1899.6,1136.85,9.09823,5.68977,86400,0,0,5346,0,0,0,0,0),(81536,5650,209,1,1,6421,1,1911.82,1153.47,9.60223,2.51327,86400,0,0,4278,2966,0,0,0,0),(81535,5649,209,1,1,6423,1,1903.87,1133.99,8.9936,2.54818,86400,0,0,5346,0,0,0,0,0),(81534,5650,209,1,1,6421,1,1926.08,1131.13,10.8489,1.90241,86400,5,0,4278,2966,1,0,0,0),(81528,7246,209,1,1,6425,1,1819.37,1116.38,28.7914,3.83083,86400,0,1,4119,2864,2,0,0,0),(40113,4540,189,1,1,2604,0,256.803,-409.171,20.4936,2.77507,86400,0,0,3489,0,0,0,0,0),(40112,4540,189,1,1,2604,0,215.304,-421.982,18.6203,1.27409,86400,0,0,3489,0,0,0,0,0),(54133,12218,349,1,1,12346,0,1035.73,-238.229,-72.2391,5.59064,86400,5,0,1336,0,1,0,0,0),(54132,12222,349,1,1,14350,0,974.51,-247.362,-48.7063,5.86431,86400,5,0,5148,0,1,0,0,0),(40111,4291,189,1,1,2507,1,231.714,-432.81,18.6163,4.5204,86400,0,0,2901,2014,0,0,0,0),(81525,7269,209,1,1,7470,0,1882.94,1117.95,9.22164,4.72984,86400,5,0,1782,0,1,0,0,0),(81522,8130,209,1,1,1073,0,1812.14,667.302,15.8964,1.62316,86400,0,0,2865,0,0,0,0,0),(81517,7246,209,1,1,6425,1,1752.93,718.564,21.2051,4.88692,86400,5,0,4119,2864,1,0,0,0),(81512,8095,209,1,1,7345,0,1802.24,738.69,14.5232,4.79092,86400,5,0,5757,0,1,0,0,0),(81509,5650,209,1,1,6422,1,1814.87,947.317,8.97432,4.74729,86400,0,0,4278,2966,0,0,0,0),(81502,7269,209,1,1,7470,0,1802.93,926.001,8.98457,3.59538,86400,5,0,1782,0,1,0,0,0),(81501,8095,209,1,1,7345,0,1856.18,854.172,21.642,1.25722,86400,5,0,5757,0,1,0,0,0),(40110,4540,189,1,1,2604,0,184.504,-414.299,18.9364,3.14159,86400,0,0,3489,0,0,0,0,0),(40109,4540,189,1,1,2603,0,265.016,-428.936,18.5347,6.27407,86400,0,1,3489,0,2,0,0,0),(40106,4540,189,1,1,2603,0,251.522,-408.955,20.4928,0.383972,86400,0,0,3489,0,0,0,0,0),(40105,4291,189,1,1,2507,1,181.98,-413.51,18.9406,5.63741,86400,0,0,2901,2014,0,0,0,0),(40104,4540,189,1,1,2604,0,182.002,-416.543,18.9408,0.925025,86400,0,0,3489,0,0,0,0,0),(40103,4291,189,1,1,2508,1,263.192,-386.943,20.1605,0.174533,86400,0,0,2901,2014,0,0,0,0),(40102,4540,189,1,1,2603,0,265.949,-386.511,20.1611,3.28122,86400,0,0,3489,0,0,0,0,0),(40101,4299,189,1,1,2501,1,253.815,-405.001,20.4863,4.69494,86400,0,0,2901,2014,0,0,0,0),(40100,4299,189,1,1,2501,1,277.677,-373.477,20.4933,0.942478,86400,0,0,2901,2014,0,0,0,0),(40099,4291,189,1,1,2507,1,279.837,-369.762,20.487,4.06662,86400,0,0,2901,2014,0,0,0,0),(40098,4299,189,1,1,2502,1,265.031,-379.047,20.078,1.56189,86400,0,1,2901,2014,2,0,0,0),(40097,4299,189,1,1,2501,1,272.568,-331.08,18.6172,1.309,86400,0,0,2901,2014,0,0,0,0),(40096,4540,189,1,1,2603,0,272.412,-326.647,18.6172,4.99164,86400,0,0,3489,0,0,0,0,0),(40095,4291,189,1,1,2507,1,253.363,-367.029,20.482,2.16421,86400,0,0,2901,2014,0,0,0,0),(40094,4540,189,1,1,2604,0,251.835,-363.646,20.4781,5.044,86400,0,0,3489,0,0,0,0,0),(40091,4304,189,1,1,2709,0,123.09,-258.452,18.6299,3.80482,86400,0,0,3330,0,0,0,0,0),(40090,4304,189,1,1,2709,0,120.958,-257.75,18.6299,4.43314,86400,0,0,3330,0,0,0,0,0),(40089,4304,189,1,1,2709,0,123.754,-261.435,18.6299,2.96706,86400,0,0,3330,0,0,0,0,0),(40088,3974,189,1,1,2040,1,119.938,-260.869,18.6299,0.10472,86400,0,0,7736,1007,0,0,0,0),(40087,4299,189,1,1,2502,1,215.679,-332.621,18.6193,5.49779,86400,0,0,2901,2014,0,0,0,0),(40086,4291,189,1,1,2507,1,232.174,-325.762,18.617,1.53589,86400,0,0,2901,2014,0,0,0,0),(40085,4291,189,1,1,2507,1,220.417,-336.332,18.6174,2.63545,86400,0,0,2901,2014,0,0,0,0),(40084,4540,189,1,1,2604,0,265.073,-312.405,20.079,1.60504,86400,0,0,3489,0,0,0,0,0),(40083,4287,189,1,1,2463,1,174.665,-312.681,18.6126,1.71042,86400,0,0,2784,1926,0,0,0,0),(40082,4287,189,1,1,2463,1,155.754,-285.667,19.2011,3.56047,86400,0,1,2784,1926,2,0,0,0),(40081,4287,189,1,1,2463,1,153.936,-268.826,19.2844,0.017453,86400,0,0,2784,1926,0,0,0,0),(40080,4287,189,1,1,2474,1,182.787,-289.654,19.2844,1.51844,86400,0,0,2784,1926,0,0,0,0),(40079,4304,189,1,1,2709,0,168.105,-268.833,18.6996,1.64061,86400,0,0,3330,0,0,0,0,0),(40078,4288,189,1,1,2498,1,166.937,-266.84,18.6979,0.733038,86400,3,0,3489,0,1,0,0,0),(40074,4287,189,1,1,2474,1,228.658,-310.084,18.6126,1.55334,86400,0,0,2784,1926,0,0,0,0),(40073,4287,189,1,1,2463,1,229.038,-304.547,18.6126,4.60767,86400,0,0,2784,1926,0,0,0,0),(40072,4287,189,1,1,2463,1,271.381,-233.791,18.614,3.10669,86400,0,0,2784,1926,0,0,0,0),(40071,4287,189,1,1,2474,1,267.888,-233.814,18.614,0.05236,86400,0,0,2784,1926,0,0,0,0),(40070,4304,189,1,1,2709,0,201.061,-230.432,18.5307,3.13901,86400,0,1,3330,0,0,0,0,0),(40068,4288,189,1,1,2497,1,201.223,-232.896,18.5307,3.14066,86400,3,1,3489,0,1,0,0,0),(40067,4287,189,1,1,2474,1,194.217,-229.353,18.614,2.35619,86400,0,0,2784,1926,0,0,0,0),(40064,4287,189,1,1,2463,1,240.84,-229.627,18.6141,4.99164,86400,0,0,2784,1926,0,0,0,0),(40063,4287,189,1,1,2463,1,181.5,-240.021,19.2844,4.72984,86400,0,0,2784,1926,0,0,0,0),(40060,4304,189,1,1,2709,0,187.05,-257.972,18.6737,3.49066,86400,0,0,3330,0,0,0,0,0),(40059,4288,189,1,1,2497,1,189.179,-259.118,18.8245,0.645772,86400,3,0,3489,0,1,0,0,0),(40058,4296,189,1,1,5725,1,201.003,-231.957,18.5308,1.50647,86400,0,1,2784,1926,2,0,0,0),(40057,4287,189,1,1,2463,1,223.34,-229.759,18.614,2.30383,86400,0,0,2784,1926,0,0,0,0),(40056,4291,189,1,1,2508,1,267.932,-303.047,20.1611,3.28122,86400,0,0,2901,2014,0,0,0,0),(40055,4299,189,1,1,2502,1,247.023,-304.425,20.1611,6.0912,86400,0,0,2901,2014,0,0,0,0),(40052,4287,189,1,1,2463,1,220.711,-288.573,19.2829,1.46608,86400,0,0,2784,1926,0,0,0,0),(40051,4296,189,1,1,5726,1,223.447,-286.047,19.2829,3.54302,86400,0,0,2784,1926,0,0,0,0),(40050,4299,189,1,1,2502,1,240.758,-301.743,20.1611,5.67232,86400,0,0,2901,2014,0,0,0,0),(40049,4287,189,1,1,2474,1,203.703,-268.734,19.2844,3.12414,86400,0,0,2784,1926,0,0,0,0),(40048,4287,189,1,1,2463,1,218.136,-286.012,19.2829,5.89921,86400,0,0,2784,1926,0,0,0,0),(40042,4299,189,1,1,2501,1,1159.59,1456.71,30.3882,4.17134,86400,1,0,2901,2014,1,0,0,0),(40039,4542,189,1,1,2605,1,1158.86,1354.27,30.389,4.69494,86400,0,0,6130,2566,0,0,0,0),(40038,4302,189,1,1,2460,1,1160.33,1438.27,30.3882,1.309,86400,1,0,3540,2472,1,0,0,0),(40037,4302,189,1,1,2460,1,1141.86,1343.3,30.387,3.38594,86400,0,0,3540,2472,0,0,0,0),(40034,4300,189,1,1,2526,1,1135.38,1459.44,30.2991,1.33446,86400,0,1,3514,5950,2,0,0,0),(26315,4810,48,1,1,2901,1,-718.32,-30.9891,-37.6503,2.35619,86400,0,0,1815,0,0,0,0,0),(26314,4827,48,1,1,2836,0,-700.743,-77.3548,-38.3356,3.59538,86400,3,0,1686,0,1,0,0,0),(26313,4812,48,1,1,2897,1,-694.532,-30.0734,-29.95,1.32645,86400,0,0,1494,1088,0,0,0,0),(26312,4811,48,1,1,2889,1,-695.441,-40.5065,-29.9526,3.10669,86400,0,0,1599,1162,0,0,0,0),(26311,4809,48,1,1,2883,1,-692.671,-45.7525,-29.9505,4.04916,86400,0,0,1494,544,0,0,0,0),(26310,4798,48,1,1,2014,0,-532.32,-43.5506,-39.6092,0.125233,86400,0,1,1494,544,2,0,0,0),(26309,4799,48,1,1,2021,0,-478.746,-86.1163,-40.6561,3.24631,86400,1,0,1494,816,1,0,0,0),(26308,4798,48,1,1,2014,0,-468.616,-40.577,-36.6384,1.37881,86400,1,0,1494,544,1,0,0,0),(26307,4798,48,1,1,2014,0,-487.371,-85.9738,-42.7338,6.19592,86400,1,0,1494,544,1,0,0,0),(26306,4799,48,1,1,2021,0,-514.26,-45.309,-42.1518,2.53691,86400,5,0,1494,816,1,0,0,0),(26305,4807,48,1,1,4762,1,-509.989,-58.5488,-41.8187,1.18682,86400,1,0,2529,0,1,0,0,0),(26304,4807,48,1,1,4762,1,-505.342,-53.0529,-42.0544,3.75246,86400,1,0,2529,0,1,0,0,0),(26303,4805,48,1,1,4982,1,-479.967,-40.9691,-40.9697,0.139626,86400,2,0,1494,1088,1,0,0,0),(26302,4805,48,1,1,4982,1,-519.014,-41.2675,-41.5278,1.88496,86400,5,0,1494,1088,1,0,0,0),(26301,4807,48,1,1,4762,1,-511.079,-33.1574,-42.9942,1.88496,86400,5,0,2529,0,1,0,0,0),(26300,4805,48,1,1,4982,1,-507.705,19.1058,-45.4344,2.07694,86400,2,0,1494,1088,1,0,0,0),(26299,4805,48,1,1,4982,1,-513.823,30.3236,-46.233,5.20108,86400,2,0,1494,1088,1,0,0,0),(26298,4799,48,1,1,2021,0,-533.166,-3.55523,-40.4189,6.18501,86400,0,1,1494,816,2,0,0,0),(26297,4805,48,1,1,4982,1,-518.229,-9.47799,-43.1508,4.20624,86400,5,0,1494,1088,1,0,0,0),(26296,4805,48,1,1,4982,1,-623.069,-45.3432,-22.3864,1.50098,86400,0,0,1494,1088,0,0,0,0),(26295,4805,48,1,1,4982,1,-580.142,-37.0436,-33.0913,3.24631,86400,1,0,1494,1088,1,0,0,0),(26294,4799,48,1,1,2021,0,-545.942,-40.8536,-39.1961,0.645772,86400,1,0,1494,816,1,0,0,0),(26293,4805,48,1,1,4982,1,-574.266,-45.378,-34.6147,4.53786,86400,1,0,1494,1088,1,0,0,0),(26292,4799,48,1,1,2021,0,-623.971,-37.308,-21.7737,4.43314,86400,1,0,1494,816,1,0,0,0),(26291,4798,48,1,1,2014,0,-546.507,-49.7815,-38.5412,0.226893,86400,1,0,1494,544,1,0,0,0),(26290,4805,48,1,1,4982,1,-544.438,-2.99869,-42.0358,3.4383,86400,2,0,1494,1088,1,0,0,0),(26289,4799,48,1,1,2021,0,-570.364,0.897712,-47.1378,3.35103,86400,2,0,1494,816,1,0,0,0),(26288,4799,48,1,1,2021,0,-624.232,-14.4385,-21.8731,0.383972,86400,0,0,1494,816,0,0,0,0),(26287,4807,48,1,1,4762,1,-618.076,-8.71146,-23.3561,1.48353,86400,1,0,2529,0,1,0,0,0),(26286,4798,48,1,1,2014,0,-562.737,-3.06629,-45.3303,1.01229,86400,2,0,1494,544,1,0,0,0),(26285,4807,48,1,1,4762,1,-657.648,-13.9641,-18.2174,4.50295,86400,1,0,2529,0,1,0,0,0),(26173,12902,48,1,1,12822,1,-622.355,-10.3501,-22.777,4.90438,86400,0,0,1713,1236,0,0,0,0),(26170,4805,48,1,1,4982,1,-666.418,5.95801,-22.9052,6.14356,86400,0,0,1494,1088,0,0,0,0),(26157,4799,48,1,1,2021,0,-672.137,8.8487,-25.2749,1.18682,86400,0,0,1494,816,0,0,0,0),(26156,4799,48,1,1,2021,0,-696.314,28.6606,-30.8672,5.88176,86400,1,0,1494,816,1,0,0,0),(26155,4799,48,1,1,2021,0,-688.951,24.0723,-30.6319,2.40855,86400,1,0,1494,816,1,0,0,0),(26154,4807,48,1,1,4762,1,-590.068,49.9016,-51.9539,5.81195,86400,1,0,2529,0,1,0,0,0),(26153,4798,48,1,1,2014,0,-612.367,27.1981,-51.7427,5.67232,86400,2,0,1494,544,1,0,0,0),(26152,4799,48,1,1,2021,0,-612.935,33.4303,-52.7348,5.41052,86400,1,0,1494,816,1,0,0,0),(26151,4798,48,1,1,2014,0,-602.882,22.8889,-50.4071,2.84489,86400,2,0,1494,544,1,0,0,0),(26150,4807,48,1,1,4762,1,-584.962,45.5463,-51.4678,2.14675,86400,1,0,2529,0,1,0,0,0),(26149,4798,48,1,1,2014,0,-607.3,47.8114,-54.9607,2.63545,86400,5,0,1494,544,1,0,0,0),(26148,4798,48,1,1,2014,0,-632.811,104.016,-57.2097,5.65487,86400,0,1,1494,544,2,0,0,0),(26147,4798,48,1,1,2014,0,-636.781,142.756,-58.2683,4.67099,86400,5,0,1494,544,1,0,0,0),(26146,4805,48,1,1,4982,1,-635.402,121.566,-58.0027,3.94444,86400,1,0,1494,1088,1,0,0,0),(26145,4805,48,1,1,4982,1,-640.456,116.714,-57.9424,0.733038,86400,1,0,1494,1088,1,0,0,0),(26144,4805,48,1,1,4982,1,-639.823,144.715,-58.029,5.89921,86400,1,0,1494,1088,1,0,0,0),(26143,4805,48,1,1,4982,1,-630.663,144.164,-58.0995,3.40339,86400,1,0,1494,1088,1,0,0,0),(26142,4807,48,1,1,4762,1,-621.184,243.938,-48.6994,0.767945,86400,1,0,2529,0,1,0,0,0),(26139,4807,48,1,1,4762,1,-608.087,229.156,-51.2429,6.21337,86400,2,0,2529,0,1,0,0,0),(26136,4787,48,1,1,4946,1,-531.6,318.992,-49.9643,5.81195,86400,0,0,484,0,0,0,0,0),(26135,4807,48,1,1,4762,1,-514.717,169.381,-73.9482,5.24776,86400,5,0,2529,0,1,0,0,0),(26134,4822,48,1,1,1001,0,-567.348,221.677,-57.4658,1.78024,86400,5,0,1686,0,1,0,0,0),(26133,4805,48,1,1,4982,1,-552.707,228.827,-61.0278,4.88692,86400,2,0,1494,1088,1,0,0,0),(26132,4822,48,1,1,1001,0,-568.336,238.632,-57.4044,3.45575,86400,5,0,1686,0,1,0,0,0),(26131,4807,48,1,1,4762,1,-534.882,220.775,-62.7386,0.733038,86400,5,0,2529,0,1,0,0,0),(26130,4822,48,1,1,1001,0,-549.004,222.12,-61.8754,6.12611,86400,5,0,1686,0,1,0,0,0),(26129,4831,48,1,1,4979,1,-299.917,413.755,-57.1229,3.60618,86400,0,0,4264,1743,0,0,0,0),(26121,4807,48,1,1,4762,1,-327.74,399.933,-55.7801,4.36332,86400,5,0,2529,0,1,0,0,0),(26118,4807,48,1,1,4762,1,-305.973,317.833,-53.9673,3.29867,86400,2,0,2529,0,1,0,0,0),(26115,4805,48,1,1,4982,1,-353.746,338.65,-53.834,4.43314,86400,2,0,1494,1088,1,0,0,0),(26112,4807,48,1,1,4762,1,-411.071,337.68,-71.3588,0.05236,86400,5,0,2529,0,1,0,0,0),(26109,4807,48,1,1,4762,1,-416.355,301.952,-68.1343,4.86947,86400,5,0,2529,0,1,0,0,0),(26108,4807,48,1,1,4762,1,-379.892,271.889,-75.3926,2.74017,86400,5,0,2529,0,1,0,0,0),(26052,4822,48,1,1,1001,0,-480.214,274.26,-65.287,3.45575,86400,5,0,1686,0,1,0,0,0),(26018,4805,48,1,1,4982,1,-411.48,285.569,-68.951,2.14675,86400,5,0,1494,1088,1,0,0,0),(26017,4822,48,1,1,1001,0,-462.53,279.641,-62.82,3.22886,86400,5,0,1686,0,1,0,0,0),(26016,4805,48,1,1,4982,1,-502.029,248.275,-63.4705,0.823047,86400,5,0,1494,1088,1,0,0,0),(26012,4805,48,1,1,4982,1,-516.284,157.908,-75.2864,6.0845,86400,5,0,1494,1088,1,0,0,0),(26008,4822,48,1,1,1001,0,-515.217,189.157,-65.3353,3.735,86400,5,0,1686,0,1,0,0,0),(26007,4822,48,1,1,1001,0,-488.703,120.092,-73.2175,4.08407,86400,5,0,1686,0,1,0,0,0),(25905,4824,48,1,1,1244,0,-463.373,223.81,-53.2553,5.11381,86400,2,0,1686,0,1,0,0,0),(25735,4805,48,1,1,4982,1,-461.413,138.002,-70.7748,6.19592,86400,5,0,1494,1088,1,0,0,0),(25732,4887,48,1,1,5027,0,-442.424,211.822,-52.6367,2.23402,86400,0,0,3630,0,0,0,0,0),(25731,4822,48,1,1,1001,0,-467.823,108.306,-72.5669,1.18682,86400,5,0,1686,0,1,0,0,0),(25730,4805,48,1,1,4982,1,-365.808,221.563,-67.7164,4.01426,86400,5,0,1494,1088,1,0,0,0),(81500,7269,209,1,1,7470,0,1824.48,881.625,8.96012,5.65487,86400,5,0,1782,0,1,0,0,0),(81499,7269,209,1,1,7470,0,1826.05,853.896,8.96012,2.53073,86400,5,0,1782,0,1,0,0,0),(81498,7269,209,1,1,7470,0,1802.22,906.063,9.03047,4.20624,86400,5,0,1782,0,1,0,0,0),(81497,7269,209,1,1,7470,0,1808.38,899.887,8.97187,5.35816,86400,5,0,1782,0,1,0,0,0),(81496,7269,209,1,1,7470,0,1824.29,870.903,8.96012,4.76475,86400,5,0,1782,0,1,0,0,0),(81495,7269,209,1,1,7470,0,1821.76,844.411,8.96013,3.49066,86400,5,0,1782,0,1,0,0,0),(81491,7269,209,1,1,7470,0,1818.52,880.216,8.96012,3.08923,86400,5,0,1782,0,1,0,0,0),(81489,7269,209,1,1,7470,0,1825.87,838.543,9.04489,4.11898,86400,5,0,1782,0,1,0,0,0),(81484,7269,209,1,1,7470,0,1815.37,898.562,8.96016,3.64774,86400,5,0,1782,0,1,0,0,0),(81479,7269,209,1,1,7470,0,1802.86,834.035,8.96012,1.72788,86400,5,0,1782,0,1,0,0,0),(81476,7269,209,1,1,7470,0,1785.51,873.028,8.96012,4.46804,86400,5,0,1782,0,1,0,0,0),(81475,7269,209,1,1,7470,0,1793.11,878.192,8.96223,4.4855,86400,5,0,1782,0,1,0,0,0),(81474,7269,209,1,1,7470,0,1784.11,865.568,8.96013,5.39307,86400,5,0,1782,0,1,0,0,0),(81472,7269,209,1,1,7470,0,1806.16,843.918,8.96286,5.75959,86400,5,0,1782,0,1,0,0,0),(81469,7269,209,1,1,7470,0,1793.46,890.488,9.01126,5.86431,86400,5,0,1782,0,1,0,0,0),(81466,7269,209,1,1,7470,0,1799.67,806.941,15.5681,0.139626,86400,5,0,1782,0,1,0,0,0),(81463,7272,209,1,1,6696,1,1778.01,859.671,8.87682,4.39971,86400,0,1,9595,0,2,0,0,0),(81460,7246,209,1,1,6426,1,1655.41,746.146,19.6866,4.36332,86400,5,0,4119,2864,1,0,0,0),(81457,5649,209,1,1,6424,1,1766.6,856.168,8.8768,3.96897,86400,0,1,5346,0,2,0,0,0),(81453,7269,209,1,1,7470,0,1773.89,861.428,8.96012,3.14159,86400,5,0,1782,0,1,0,0,0),(81448,5650,209,1,1,6422,1,1710.08,915.375,11.0054,2.49582,86400,0,0,4278,2966,0,0,0,0),(81445,7269,209,1,1,7470,0,1650.37,784.918,11.112,5.74213,86400,5,0,1782,0,1,0,0,0),(81440,5648,209,1,1,6419,1,1661.94,938.541,9.24633,2.33874,86400,0,0,3603,7150,0,0,0,0),(45708,5648,209,1,1,6420,1,1688.44,868.643,8.96012,2.87979,86400,0,0,3603,7150,0,0,0,0),(44225,5649,209,1,1,6423,1,1680.85,871.522,8.96821,5.8294,86400,0,0,5346,0,0,0,0,0),(44191,7269,209,1,1,7470,0,1685.95,887.844,8.96012,5.48033,86400,5,0,1782,0,1,0,0,0),(44169,5650,209,1,1,6422,1,1670.57,908.334,9.1404,2.56563,86400,0,0,4278,2966,0,0,0,0),(44168,5649,209,1,1,6424,1,1525.17,935.174,11.8075,5.22015,86400,5,0,5346,0,1,0,0,0),(44167,7269,209,1,1,7470,0,1520,942.808,11.4989,2.86234,86400,5,0,1782,0,1,0,0,0),(44164,5650,209,1,1,6421,1,1664.1,911.256,8.96011,4.99164,86400,0,0,4278,2966,0,0,0,0),(44163,7247,209,1,1,6428,1,1644.51,903.655,9.334,2.3911,86400,0,0,4278,2966,0,0,0,0),(44161,7269,209,1,1,7470,0,1654.45,929.097,8.96097,0.890118,86400,5,0,1782,0,1,0,0,0),(44160,7246,209,1,1,6426,1,1639.3,805.281,8.97168,4.95674,86400,0,0,4119,2864,0,0,0,0),(43704,5650,209,1,1,6422,1,1633.3,868.305,10.4543,5.02655,86400,0,0,4278,2966,0,0,0,0),(43697,5649,209,1,1,6423,1,1619.14,893.287,9.35544,2.32129,86400,0,0,5346,0,0,0,0,0),(43696,7246,209,1,1,6426,1,1644.91,804.828,8.96451,3.87463,86400,0,0,4119,2864,0,0,0,0),(42634,7269,209,1,1,7470,0,1610.28,880.92,8.97477,5.32325,86400,5,0,1782,0,1,0,0,0),(42633,5650,209,1,1,6421,1,1613.04,892.271,9.0397,6.23082,86400,0,0,4278,2966,0,0,0,0),(42632,7246,209,1,1,6426,1,1520.33,916.787,21.9712,5.0091,86400,5,0,4119,2864,1,0,0,0),(42631,7246,209,1,1,6425,1,1620.47,774.6,10.363,2.46091,86400,0,0,4119,2864,0,0,0,0),(42630,5649,209,1,1,6423,1,1620.09,773.471,11.5338,2.18166,86400,0,0,5346,0,0,0,0,0),(42621,8095,209,1,1,7345,0,1538.36,896.122,12.2658,2.6316,86400,5,0,5757,0,1,0,0,0),(42620,8095,209,1,1,7345,0,1588.65,750.514,29.347,3.5212,86400,5,0,5757,0,1,0,0,0),(42619,5649,209,1,1,6424,1,1544.7,838.938,8.8912,3.85389,86400,0,1,5346,0,2,0,0,0),(42615,8095,209,1,1,7345,0,1547.6,742.664,36.6663,2.79026,86400,5,0,5757,0,1,0,0,0),(42614,5649,209,1,1,6423,1,1535.25,825.811,8.87731,4.08407,86400,0,0,5346,0,0,0,0,0),(42612,5649,209,1,1,6423,1,1532.13,821.041,9.34458,1.13446,86400,0,0,5346,0,0,0,0,0),(42609,7269,209,1,1,7470,0,1475.02,817.334,8.97415,2.56563,86400,5,0,1782,0,1,0,0,0),(42608,5649,209,1,1,6424,1,1495.23,834.321,8.89086,3.46603,86400,0,1,5346,0,2,0,0,0),(42607,5648,209,1,1,6419,1,1505.5,846.106,9.74815,6.10865,86400,0,0,3603,7150,0,0,0,0),(42604,5648,209,1,1,6420,1,1489.73,824.167,9.08669,6.00393,86400,0,0,3603,7150,0,0,0,0),(42597,8095,209,1,1,7345,0,1473.8,859.438,18.4442,0.151279,86400,5,0,5757,0,1,0,0,0),(42596,5649,209,1,1,6423,1,1465.17,833.569,10.0631,1.91986,86400,0,0,5346,0,0,0,0,0),(22318,4805,48,1,1,4982,1,-391.153,183.328,-57.1059,3.91349,86400,5,0,1494,1088,1,0,0,0),(18992,4805,48,1,1,4982,1,-422.529,109.427,-70.6683,1.82729,86400,5,0,1494,1088,1,0,0,0),(18990,4822,48,1,1,1001,0,-361.306,200.085,-65.4363,3.61283,86400,5,0,1686,0,1,0,0,0),(18755,4805,48,1,1,4982,1,-324.953,205.232,-68.6379,3.00197,86400,5,0,1494,1088,1,0,0,0),(18754,4815,48,1,1,2835,0,-353.259,137.056,-50.8998,4.01426,86400,5,0,1686,0,1,0,0,0),(18753,4821,48,1,1,981,0,-318.432,124.281,-49.0926,0.802851,86400,5,0,1686,0,1,0,0,0),(18750,4819,48,1,1,11293,0,-461.005,8.9746,-47.966,5.2709,86400,1,0,1815,0,1,0,0,0),(18749,4819,48,1,1,11293,0,-453.411,13.0221,-47.9998,3.42085,86400,1,0,1815,0,1,0,0,0),(18748,4820,48,1,1,3617,0,-435.787,38.4254,-48.2506,1.5708,86400,1,0,1599,1162,1,0,0,0),(18747,4820,48,1,1,3617,0,-436.153,20.8745,-47.972,3.45575,86400,2,0,1599,1162,1,0,0,0),(18744,4820,48,1,1,3617,0,-429.005,4.86473,-47.9984,2.74017,86400,2,0,1599,1162,1,0,0,0),(89070,4298,189,1,1,2462,1,1851.39,-381.298,18.7611,4.20624,86400,0,0,3831,0,0,0,0,0),(89068,4295,189,1,1,2515,1,1848.72,-408.344,18.7611,1.13446,86400,0,0,3831,0,0,0,0,0),(40032,4300,189,1,1,2525,1,1137.72,1341.88,30.3849,0.488692,86400,0,0,3514,5950,0,0,0,0),(40025,4302,189,1,1,2461,1,1131.12,1393.02,30.3852,0.122173,86400,0,0,3540,2472,0,0,0,0),(40024,4540,189,1,1,2603,0,1130.96,1407.78,30.3828,6.03884,86400,0,0,3489,0,0,0,0,0),(40023,4302,189,1,1,2460,1,1123.83,1419.34,30.3907,5.65487,86400,0,0,3540,2472,0,0,0,0),(40019,4300,189,1,1,2526,1,1113.08,1380.51,30.3011,3.14111,86400,2,0,3514,5950,1,0,0,0),(40018,4303,189,1,1,2492,1,1118.56,1394.85,30.3911,0.174533,86400,0,0,3540,2472,0,0,0,0),(40017,4302,189,1,1,2460,1,1119.04,1403.42,30.3911,6.19592,86400,0,0,3540,2472,0,0,0,0),(40012,4299,189,1,1,2501,1,1079.28,1417.23,30.3849,4.7822,86400,1,0,2901,2014,1,0,0,0),(40010,4302,189,1,1,2460,1,1106.8,1379.17,30.3025,3.1506,86400,0,0,3540,2472,0,0,0,0),(40007,4303,189,1,1,2492,1,1093.89,1405.21,30.3866,6.17846,86400,0,0,3540,2472,0,0,0,0),(40005,4540,189,1,1,2604,0,1093.88,1390.98,30.3829,0.139626,86400,0,0,3489,0,0,0,0,0),(39993,4301,189,1,1,2500,1,1063.05,1382.2,30.8469,2.86234,86400,0,0,4185,0,0,0,0,0),(54125,4076,349,1,1,2177,0,928.427,-289.144,-49.7132,5.58505,86400,3,0,8,0,1,0,0,0),(54118,12222,349,1,1,14350,0,992.022,-252.179,-45.6281,3.66519,86400,1,0,5148,0,1,0,0,0),(54106,12218,349,1,1,12346,0,1065.27,-263.417,-73.2289,4.11447,86400,5,0,1336,0,1,0,0,0),(54101,12218,349,1,1,12346,0,1070.46,-269.115,-73.1791,3.82749,86400,5,0,1336,0,1,0,0,0),(54100,12222,349,1,1,14350,0,953.088,-280.79,-45.5815,0.453786,86400,1,0,5148,0,1,0,0,0),(54065,12218,349,1,1,12346,0,928.639,-379.264,-50.3402,1.11734,86400,2,0,1336,0,1,0,0,0),(54064,12218,349,1,1,12346,0,931.656,-363.487,-50.4764,1.82313,86400,5,0,1336,0,1,0,0,0),(54061,12218,349,1,1,12346,0,1071.78,-275.602,-72.7271,1.70784,86400,5,0,1336,0,1,0,0,0),(54057,12220,349,1,1,12348,0,1025.44,-297.944,-71.8533,0,86400,1,0,5346,0,1,0,0,0),(18740,4819,48,1,1,11293,0,-400.073,25.6906,-48.1241,2.30383,86400,1,0,1815,0,1,0,0,0),(18739,4821,48,1,1,981,0,-373.62,50.3974,-56.8304,5.5676,86400,2,0,1686,0,1,0,0,0),(18738,4821,48,1,1,981,0,-342.427,9.77035,-71.1098,1.78024,86400,5,0,1686,0,1,0,0,0),(18737,4815,48,1,1,2835,0,-338.096,-33.7639,-70.5845,0.575959,86400,5,0,1686,0,1,0,0,0),(18733,4821,48,1,1,981,0,-334.294,78.1841,-60.6719,3.61283,86400,5,0,1686,0,1,0,0,0),(18732,4818,48,1,1,4920,1,-319.174,-16.9382,-71.1558,2.32129,86400,5,0,1686,0,1,0,0,0),(18731,4818,48,1,1,4920,1,-316.443,-3.21443,-71.8173,6.05629,86400,5,0,1686,0,1,0,0,0),(18730,4815,48,1,1,2835,0,-306.855,-23.6657,-68.6727,5.61996,86400,5,0,1686,0,1,0,0,0),(18729,4821,48,1,1,981,0,-281.235,16.456,-56.9926,4.43314,86400,5,0,1686,0,1,0,0,0),(18728,4821,48,1,1,981,0,-302.441,70.6481,-63.5031,5.81195,86400,5,0,1686,0,1,0,0,0),(18727,4821,48,1,1,981,0,-283.729,8.44561,-56.9505,0.610865,86400,5,0,1686,0,1,0,0,0),(18726,4821,48,1,1,981,0,-290.304,87.1691,-52.0361,1.32645,86400,2,0,1686,0,1,0,0,0),(18725,4818,48,1,1,4920,1,-296.819,89.8415,-51.4581,1.51844,86400,2,0,1686,0,1,0,0,0),(18724,4818,48,1,1,4920,1,-254.322,51.9767,-53.6117,5.35816,86400,2,0,1686,0,1,0,0,0),(18723,4815,48,1,1,2835,0,-253.374,55.0195,-53.3931,4.4855,86400,5,0,1686,0,1,0,0,0),(18720,4818,48,1,1,4920,1,-277.164,43.6245,-66.9591,3.61283,86400,5,0,1686,0,1,0,0,0),(18719,4821,48,1,1,981,0,-267.936,72.5985,-57.1852,3.76991,86400,5,0,1686,0,1,0,0,0),(18718,4818,48,1,1,4920,1,-236.641,31.0125,-54.7077,0.785398,86400,5,0,1686,0,1,0,0,0),(39990,4300,189,1,1,2525,1,1017.74,1454.69,29.2298,2.82743,86400,0,0,3514,5950,0,0,0,0),(39987,721,189,1,1,4626,0,1033.28,1428.83,27.3882,2.82743,86400,10,0,1,0,1,0,0,0),(39986,4298,189,1,1,2473,1,1035.56,1418.87,27.3903,4.66003,86400,3,0,3831,0,1,0,0,0),(39985,721,189,1,1,4626,0,1037.12,1369.88,27.3872,5.20108,86400,10,0,1,0,1,0,0,0),(39984,4295,189,1,1,2515,1,1016.68,1343.52,29.2298,2.80998,86400,2,0,3831,0,1,0,0,0),(39983,4301,189,1,1,2499,1,1035.74,1378.37,27.39,1.309,86400,5,0,4185,0,1,0,0,0),(39980,4295,189,1,1,2514,1,1031.26,1363.48,27.3037,0.467584,86400,3,0,3831,0,1,0,0,0),(39979,4294,189,1,1,2524,1,1016.04,1436.88,27.3877,6.16101,86400,0,0,2910,5722,0,0,0,0),(39978,4301,189,1,1,2499,1,998.125,1343.43,29.1465,3.14447,86400,2,0,4185,0,1,0,0,0),(39975,4298,189,1,1,2462,1,991.131,1437.42,27.3819,3.33358,86400,3,0,3831,0,1,0,0,0),(39974,4301,189,1,1,2500,1,992.712,1362.11,27.3827,5.51524,86400,5,0,4185,0,1,0,0,0),(39973,4301,189,1,1,2500,1,964.298,1414.41,18.7611,2.16421,86400,0,0,4185,0,0,0,0,0),(39972,4295,189,1,1,2514,1,957.66,1437.56,18.7611,0.05236,86400,0,0,3831,0,0,0,0,0),(39971,4298,189,1,1,2473,1,962.055,1437.48,18.7611,3.03687,86400,0,0,3831,0,0,0,0,0),(39967,4300,189,1,1,2526,1,903.927,1437.55,18.6778,3.14001,86400,2,0,3514,5950,1,0,0,0),(39966,4294,189,1,1,2524,1,890.405,1434.73,18.7611,0.785398,86400,0,0,2910,5722,0,0,0,0),(39965,4295,189,1,1,2514,1,889.992,1420.7,18.7611,5.39307,86400,2,0,3831,0,1,0,0,0),(39964,4295,189,1,1,2514,1,894.761,1437.65,18.7611,3.59538,86400,0,0,3831,0,0,0,0,0),(39963,721,189,1,1,328,0,911.466,1417.71,18.0877,3.57792,86400,10,0,1,0,1,0,0,0),(39962,4298,189,1,1,2473,1,908.503,1421.89,18.0842,0.907571,86400,3,0,3831,0,1,0,0,0),(39959,4301,189,1,1,2499,1,925.633,1377.55,18.0233,0.018956,86400,3,0,4185,0,1,0,0,0),(39958,4301,189,1,1,2500,1,909.251,1378.57,18.0794,4.96092,86400,3,0,4185,0,1,0,0,0),(39957,4294,189,1,1,2524,1,931.21,1360.36,18.7611,3.03687,86400,0,0,2910,5722,0,0,0,0),(39954,4295,189,1,1,2514,1,889.978,1378.01,18.7611,4.85202,86400,0,0,3831,0,0,0,0,0),(39953,4301,189,1,1,2500,1,909.231,1399.03,18.1066,3.18328,86400,5,0,4185,0,1,0,0,0),(39952,4298,189,1,1,2462,1,876.506,1359.32,18.0893,3.10669,86400,0,0,3831,0,0,0,0,0),(39944,6426,189,1,1,1196,0,1784.84,1431.28,0.083333,1.0472,86400,2,0,3018,0,1,0,0,0),(39943,4308,189,1,1,5430,0,1848.72,1402.95,21.6375,5.25023,86400,3,0,955,0,1,0,0,0),(39942,4308,189,1,1,5430,0,1850.04,1404.56,21.6877,3.0719,86400,3,0,955,0,1,0,0,0),(39939,4308,189,1,1,5430,0,1803.6,1431.15,8.4472,3.41441,86400,1,0,955,0,1,0,0,0),(39937,4308,189,1,1,5430,0,1778.23,1434.16,0.083333,0,86400,2,0,955,0,1,0,0,0),(39935,4308,189,1,1,5430,0,1777.37,1429.7,0.083333,3.78736,86400,2,0,955,0,1,0,0,0),(39934,4543,189,1,1,11396,1,1820.34,1416.71,-7.91731,3.15905,86400,0,0,7104,2338,0,0,0,0),(39916,4308,189,1,1,5430,0,1845.47,1373.59,19.2066,0,86400,3,0,955,0,1,0,0,0),(39915,4308,189,1,1,5430,0,1843.91,1371.44,19.1904,0,86400,3,0,955,0,1,0,0,0),(39912,4308,189,1,1,5430,0,1772.51,1407.66,21.4132,0,86400,3,0,955,0,1,0,0,0),(39911,4308,189,1,1,5430,0,1773.4,1401.88,21.12,0,86400,5,0,955,0,1,0,0,0),(39907,6426,189,1,1,4631,0,1739.43,1406.42,21.4502,2.92881,86400,3,0,3018,0,1,0,0,0),(39902,4075,189,1,1,1418,0,1838.03,1401.54,21.0788,4.67748,86400,10,0,8,0,1,0,0,0),(39901,6426,189,1,1,10255,0,1761.93,1368.33,19.513,0.418879,86400,5,0,3018,0,1,0,0,0),(39895,6427,189,1,1,4629,0,1848.8,1344.06,18.4575,4.63511,86400,5,0,3018,0,1,0,0,0),(39894,6488,189,1,1,5230,1,1756.17,1345.45,19.3719,5.03576,86400,0,0,3330,0,0,0,0,0),(39890,4075,189,1,1,1418,0,1773.16,1334.5,17.9149,0.418879,86400,10,0,8,0,1,0,0,0),(39889,6427,189,1,1,4629,0,1745.48,1329.6,18.6464,3.05433,86400,3,0,3018,0,1,0,0,0),(39880,6426,189,1,1,4631,0,1802.29,1315.75,18.7903,4.42769,86400,3,0,3018,0,1,0,0,0),(39879,4308,189,1,1,5430,0,1760.09,1281.22,18.2407,0,86400,3,0,955,0,1,0,0,0),(39878,4308,189,1,1,5430,0,1755.2,1282.74,18.2407,0,86400,3,0,955,0,1,0,0,0),(39873,6427,189,1,1,4629,0,1797.23,1283.1,18.613,1.71042,86400,3,0,3018,0,1,0,0,0),(39869,4075,189,1,1,2176,0,1778.59,1275.54,17.6707,3.94444,86400,10,0,8,0,1,0,0,0),(39865,6426,189,1,1,10256,0,1837.69,1249.07,18.2407,4.55531,86400,3,0,3018,0,1,0,0,0),(39864,4308,189,1,1,5430,0,1754.07,1250.63,18.2407,3.53748,86400,3,0,955,0,1,0,0,0),(39863,4075,189,1,1,2176,0,1813.79,1252.13,17.6995,2.75762,86400,10,0,8,0,1,0,0,0),(39862,4308,189,1,1,5430,0,1800.67,1249.87,18.425,0,86400,3,0,955,0,1,0,0,0),(39860,4308,189,1,1,5430,0,1796.2,1247.53,18.4118,0.802851,86400,3,0,955,0,1,0,0,0),(39859,4308,189,1,1,5430,0,1759.29,1247.62,18.2407,0,86400,3,0,955,0,1,0,0,0),(39858,4308,189,1,1,5430,0,1754.17,1244,18.2407,4.46804,86400,3,0,955,0,1,0,0,0),(39855,4306,189,1,1,2607,1,1807.48,1170.39,6.90373,4.95674,86400,0,0,2865,0,0,0,0,0),(39854,4306,189,1,1,2607,1,1793.07,1146.38,7.57362,5.37561,86400,0,0,2865,0,0,0,0,0),(38009,5648,209,1,1,6419,1,1325.66,843.422,11.7873,4.01426,86400,0,0,3603,7150,0,0,0,0),(38008,5649,209,1,1,6423,1,1292.81,810.933,10.6402,5.72468,86400,0,0,5346,0,0,0,0,0),(38005,5648,209,1,1,6419,1,1296.55,807.73,12.1035,2.00713,86400,0,0,3603,7150,0,0,0,0),(54011,12220,349,1,1,12348,0,1073.84,-308.9,-72.4787,0,86400,1,0,5346,0,1,0,0,0),(54010,12220,349,1,1,12348,0,1068.49,-313.721,-72.4787,0,86400,1,0,5346,0,1,0,0,0),(54009,12220,349,1,1,12348,0,1073.2,-314.498,-72.4787,6.05629,86400,1,0,5346,0,1,0,0,0),(54008,12218,349,1,1,12346,0,959.547,-369.447,-49.8858,4.7595,86400,5,0,1336,0,1,0,0,0),(54007,12218,349,1,1,12346,0,953.104,-377.342,-50.0064,1.97049,86400,5,0,1336,0,1,0,0,0),(54006,12220,349,1,1,12348,0,1049.94,-326.105,-38.3124,4.40843,86400,1,0,5346,0,1,0,0,0),(54005,12220,349,1,1,12348,0,1044.79,-326.789,-38.1654,5.26045,86400,1,0,5346,0,1,0,0,0),(53994,12219,349,1,1,12347,0,1009.39,-353.802,-40.683,4.64258,86400,2,0,8316,0,1,0,0,0),(53993,12220,349,1,1,12348,0,1045.25,-331.686,-38.0173,2.74017,86400,1,0,5346,0,1,0,0,0),(53992,2914,349,1,1,2958,0,985.773,-362.54,-50.1909,1.78024,86400,10,0,8,0,1,0,0,0),(53991,11793,349,1,1,11714,1,1043.05,-368.435,-36.3261,1.83132,86400,0,0,4434,2301,0,0,0,0),(53990,11793,349,1,1,11714,1,1045.99,-368.822,-36.2759,1.82739,86400,0,0,4434,2301,2,0,0,0),(53989,12220,349,1,1,12348,0,985.241,-374.951,-49.9296,3.14159,86400,1,0,5346,0,1,0,0,0),(53988,12220,349,1,1,12348,0,985.691,-382.148,-50.0415,3.14159,86400,1,0,5346,0,1,0,0,0),(53987,12220,349,1,1,12348,0,991.006,-377.712,-50.028,3.56047,86400,1,0,5346,0,1,0,0,0),(53986,12219,349,1,1,12347,0,1049.32,-379.469,-36.1926,4.55531,86400,1,0,8316,0,1,0,0,0),(53985,12218,349,1,1,12346,0,964.631,-377.721,-49.6845,0.733038,86400,5,0,1336,0,1,0,0,0),(53984,12218,349,1,1,12346,0,971.63,-382.009,-49.7097,3.19395,86400,2,0,1336,0,1,0,0,0),(53983,12218,349,1,1,12346,0,958.061,-385.395,-49.9248,0.296706,86400,2,0,1336,0,1,0,0,0),(53973,12218,349,1,1,12346,0,955.098,-391.433,-50.0988,0.349066,86400,2,0,1336,0,1,0,0,0),(53972,12218,349,1,1,12346,0,969.816,-372.657,-49.601,2.28638,86400,5,0,1336,0,1,0,0,0),(53971,12219,349,1,1,12347,0,1062.71,-424.148,-31.5727,0.977384,86400,1,0,8316,0,1,0,0,0),(53970,12243,349,1,1,12373,1,1055.28,-423.504,-31.7805,1.75036,86400,0,0,5346,0,2,0,0,0),(39852,4075,189,1,1,1141,0,1783.95,1145.06,7.57362,6.0912,86400,3,0,8,0,1,0,0,0),(39851,4306,189,1,1,2607,1,1758.39,1147.04,7.57362,3.4383,86400,0,0,2865,0,0,0,0,0),(39850,3981,189,1,1,2046,0,1786.22,1119.48,8.75801,4.64258,86400,0,0,156,0,0,0,0,0),(39849,6547,189,1,1,1027,0,1757.23,1146.14,8.76122,0.785398,86400,0,0,713,0,0,0,0,0),(27445,4075,189,1,1,1418,0,1782.75,1121.98,7.57362,4.27606,86400,3,0,8,0,1,0,0,0),(27441,4075,189,1,1,1141,0,1757.8,1121.22,7.57362,0.907571,86400,2,0,8,0,1,0,0,0),(27440,4306,189,1,1,2607,1,1759.54,1121.24,7.49103,4.75209,86400,0,1,2865,0,2,0,0,0),(27439,4283,189,1,1,2521,1,1763.58,1103.48,6.90332,3.83972,86400,0,0,1050,0,0,0,0,0),(38002,5650,209,1,1,6421,1,1296.82,813.011,11.1528,4.50295,86400,0,0,4278,2966,0,0,0,0),(37999,7268,209,1,1,0,0,1718.64,1056.26,53.488,5.68551,86400,1,0,5544,0,1,0,0,0),(37998,7268,209,1,1,0,0,1725,1058.67,54.1025,5.60697,86400,1,0,5544,0,1,0,0,0),(37997,7797,209,1,1,0,1,1730.28,1015.17,54.9074,0.900874,86400,0,0,9240,0,0,0,0,0),(89079,4298,189,1,1,2462,1,1893.99,-383.011,18.7617,1.50098,86400,0,0,3831,0,0,0,0,0),(89035,13599,349,1,1,6368,0,54.8301,113.88,-131.073,2.80998,86400,5,0,2310,0,1,0,0,0),(27420,4813,48,1,1,2876,1,-819.479,-132.687,-25.7867,3.42085,86400,0,0,1482,2886,0,0,0,0),(27417,4814,48,1,1,2892,1,-789.71,-140.375,-25.7867,3.10669,86400,0,0,1482,2164,0,0,0,0),(88994,11789,349,1,1,13212,0,118.08,-164.622,-167.374,4.01426,86400,2,0,1919,0,1,0,0,0),(56483,13323,349,1,1,13210,0,139.83,-221.503,-108.768,5.14872,86400,2,0,5757,0,1,0,0,0),(55446,11789,349,1,1,13211,0,497.84,256.666,-93.966,5.49779,86400,2,0,1919,0,1,0,0,0),(55445,11789,349,1,1,13211,0,363.773,265.729,-94.0647,3.1204,86400,2,0,1919,0,1,0,0,0),(55443,11789,349,1,1,13212,0,357.917,261.982,-94.0766,3.98254,86400,2,0,1919,0,1,0,0,0),(55442,11789,349,1,1,12333,0,364.185,261.026,-94.0731,6.1056,86400,2,0,1919,0,1,0,0,0),(55438,11789,349,1,1,9032,0,421.065,267.795,-112.877,3.66519,86400,2,0,1919,0,1,0,0,0),(55437,11789,349,1,1,13211,0,447.359,236.82,-94.0469,6.2066,86400,2,0,1919,0,1,0,0,0),(55435,11789,349,1,1,13212,0,443.431,237.929,-94.0469,0.284811,86400,2,0,1919,0,1,0,0,0),(55432,11789,349,1,1,12333,0,413.722,262.665,-113.078,5.32325,86400,2,0,1919,0,1,0,0,0),(55346,13321,349,1,1,6297,0,294.309,24.9293,-130.919,3.57792,86400,5,0,42,0,1,0,0,0),(55344,12206,349,1,1,12309,0,73.008,-197.635,-109.857,4.45059,86400,0,0,11940,0,0,0,0,0),(81603,7246,209,1,1,6425,1,1728.63,1281.63,14.5892,2.58309,86400,0,0,4119,2864,0,0,0,0),(81601,5649,209,1,1,6423,1,1614.31,1126.9,9.00178,0.655469,86400,5,0,5346,0,1,0,0,0),(54740,2914,349,1,1,1206,0,808.974,-392.469,-58.954,3.9619,86400,10,0,8,0,1,0,0,0),(54735,13141,349,1,1,2079,0,796.36,-373.903,-59.0663,6.21337,86400,5,0,4953,0,1,0,0,0),(81600,7269,209,1,1,7470,0,1609.93,1119.82,8.96011,1.8675,86400,5,0,1782,0,1,0,0,0),(81597,7246,209,1,1,6426,1,1713.24,1247.76,9.95029,4.57276,86400,0,0,4119,2864,0,0,0,0),(81596,7269,209,1,1,7470,0,1649.01,1218.63,9.60811,1.74533,86400,5,0,1782,0,1,0,0,0),(54729,12216,349,1,1,2452,0,733.493,-333.481,-50.7962,1.49642,86400,1,0,1238,0,1,0,0,0),(81591,7269,209,1,1,7470,0,1714.41,1250.49,10.2351,0.471239,86400,5,0,1782,0,1,0,0,0),(81590,5650,209,1,1,6422,1,1666.95,1259.23,10.4681,3.35103,86400,0,0,4278,2966,0,0,0,0),(89078,4295,189,1,1,2515,1,1874.41,-382.072,18.7614,5.79449,86400,0,0,3831,0,0,0,0,0),(89077,4298,189,1,1,2462,1,1879.85,-388.085,18.762,1.93731,86400,0,0,3831,0,0,0,0,0),(89076,4298,189,1,1,2462,1,1880.71,-383.422,18.7619,3.47321,86400,0,0,3831,0,0,0,0,0),(89074,4298,189,1,1,2462,1,1872.88,-411.156,18.7612,0,86400,0,0,3831,0,0,0,0,0),(89073,4290,189,1,1,2511,1,1853.21,-428.959,18.7609,3.45575,86400,0,0,3660,0,0,0,0,0),(89072,4298,189,1,1,2473,1,1848.53,-430.005,18.7608,0.122173,86400,0,0,3831,0,0,0,0,0),(89071,4289,189,1,1,2510,1,1850.16,-426.777,18.6776,6.27325,86400,0,1,2706,5360,2,0,0,0),(27415,4811,48,1,1,2887,1,-816.204,-55.4134,-29.5982,3.87463,86400,0,0,1599,1162,0,0,0,0),(27414,4810,48,1,1,2901,1,-817.287,-57.9343,-29.6844,5.49779,86400,0,1,1815,0,2,0,0,0),(27413,4812,48,1,1,2894,1,-818.036,-75.3462,-29.6361,2.84489,86400,0,0,1494,1088,0,0,0,0),(27412,4811,48,1,1,2887,1,-822.218,-54.7079,-29.5982,6.14356,86400,0,0,1599,1162,0,0,0,0),(27411,4827,48,1,1,2836,0,-818.598,-54.6887,-38.2682,0.907571,86400,3,0,1686,0,1,0,0,0),(27410,4814,48,1,1,2890,1,-818.654,-108.217,-25.7867,4.43314,86400,0,0,1482,2164,0,0,0,0),(81588,7246,209,1,1,6425,1,1610.96,1130.39,9.46224,3.69682,86400,1,0,4119,2864,1,0,0,0),(81585,5649,209,1,1,6423,1,1622.26,1196.97,9.42084,4.69494,86400,0,0,5346,0,0,0,0,0),(81583,7246,209,1,1,6426,1,1652.63,1210.28,9.16838,0.608942,86400,5,0,4119,2864,1,0,0,0),(81582,7246,209,1,1,6426,1,1649.43,1214.94,9.54338,0.608068,86400,5,0,4119,2864,1,0,0,0),(81560,5649,209,1,1,6423,1,1713.23,1182.44,9.14993,0.837758,86400,0,0,5346,0,0,0,0,0),(81554,7606,209,1,1,6432,1,1889.62,1298.01,48.2581,3.94444,86400,0,0,4364,3680,0,0,0,0),(81553,7607,209,1,1,7222,1,1881.05,1297.36,48.419,5.41052,86400,0,0,16645,0,0,0,0,0),(81551,5649,209,1,1,6423,1,1885.64,1222.54,9.1649,4.27606,86400,3,0,5346,0,1,0,0,0),(81550,7247,209,1,1,6428,1,1757.16,1141.25,9.11206,6.2156,86400,0,1,4278,2966,2,0,0,0),(81548,7246,209,1,1,6426,1,1899.49,1211.08,8.96058,3.19395,86400,2,0,4119,2864,1,0,0,0),(81545,7246,209,1,1,6425,1,1920.28,1198.52,8.96012,3.45575,86400,0,0,4119,2864,0,0,0,0),(89066,4298,189,1,1,2473,1,1848.92,-402.19,18.7621,5.39307,86400,0,0,3831,0,0,0,0,0),(89065,4295,189,1,1,2515,1,1847.83,-385.244,18.7604,0.628319,86400,0,0,3831,0,0,0,0,0),(89064,4289,189,1,1,2509,1,1803.07,-426.691,8.01154,2.85425,86400,0,1,2706,5360,2,0,0,0),(89061,4292,189,1,1,2476,1,1802.1,-401.302,8.09548,5.88176,86400,0,0,3027,2134,0,0,0,0),(89060,4290,189,1,1,2511,1,1806.46,-404.538,8.09371,2.21657,86400,0,0,3660,0,0,0,0,0),(89058,4292,189,1,1,2476,1,1779.01,-411.284,8.09467,2.68781,86400,0,0,3027,2134,0,0,0,0),(40152,4290,189,1,1,2511,1,1773.45,-411.58,8.09441,0.558505,86400,0,0,3660,0,0,0,0,0),(40151,4292,189,1,1,2465,1,1776.81,-408.846,8.01154,4.76475,86400,0,1,3027,2134,2,0,0,0),(40150,4292,189,1,1,2465,1,1756.69,-365.143,8.09359,2.25148,86400,0,0,3027,2134,0,0,0,0),(40144,4286,189,1,1,2522,1,1751.06,-385.826,8.09396,2.63545,86400,0,0,3660,0,0,0,0,0),(40143,4292,189,1,1,2465,1,1753.6,-361.732,8.0943,5.48033,86400,0,0,3027,2134,0,0,0,0),(40142,4289,189,1,1,2510,1,1717.25,-362.902,18.6769,3.15247,86400,0,0,2706,5360,0,0,0,0),(40141,4286,189,1,1,2523,1,1708.53,-383.078,18.7611,1.15192,86400,0,0,3660,0,0,0,0,0),(40140,4286,189,1,1,2522,1,1710.51,-378.446,18.7611,4.32842,86400,0,0,3660,0,0,0,0,0),(40139,4286,189,1,1,2522,1,1710.72,-336.769,18.7611,4.55531,86400,0,0,3660,0,0,0,0,0),(40136,4286,189,1,1,2523,1,1700.57,-357.268,18.1327,6.21337,86400,0,0,3660,0,0,0,0,0),(40135,4286,189,1,1,2523,1,1710.91,-339.664,18.7611,1.79769,86400,0,0,3660,0,0,0,0,0),(54670,13142,349,1,1,13098,0,614.709,-206.536,-64.2963,4.76475,86400,5,0,5148,0,1,0,0,0),(54667,11791,349,1,1,11338,1,597.286,-159.13,-55.1057,3.87463,86400,0,0,5148,0,0,0,0,0),(54360,11790,349,1,1,11345,1,899.811,-417.652,-52.9225,2.60054,86400,0,0,4953,0,0,0,0,0),(54359,12217,349,1,1,12345,0,893.262,-406.592,-52.5785,3.92699,86400,2,0,1238,0,1,0,0,0),(54315,12220,349,1,1,12348,0,854.713,-248.638,-54.0449,3.14159,86400,1,0,5346,0,1,0,0,0),(54314,12220,349,1,1,12348,0,860.817,-245.711,-53.0562,2.30383,86400,1,0,5346,0,1,0,0,0),(40132,4286,189,1,1,2522,1,1678.26,-347.922,18.1066,1.37881,86400,0,0,3660,0,0,0,0,0),(40131,4286,189,1,1,2523,1,1630.46,-333.896,18.0909,3.05433,86400,0,0,3660,0,0,0,0,0),(40129,4286,189,1,1,2522,1,1650.1,-356.093,18.0233,5.49779,86400,0,1,3660,0,2,0,0,0),(40128,4297,189,1,1,2504,1,1644.85,-382.714,18.7611,3.10669,86400,0,0,2706,5360,0,0,0,0),(40123,4299,189,1,1,2501,1,180.243,-445.043,18.9434,0.471239,86400,0,0,2901,2014,0,0,0,0),(81543,5650,209,1,1,6421,1,1863.11,1199.95,8.96012,4.93928,86400,5,0,4278,2966,1,0,0,0),(81541,7247,209,1,1,6427,1,1821.7,1177,8.99118,0.96724,86400,0,1,4278,2966,2,0,0,0),(18716,4815,48,1,1,2835,0,-178.368,52.7392,-49.8229,1.27409,86400,5,0,1686,0,1,0,0,0),(39848,4306,189,1,1,2607,1,1757.21,1143.53,7.57362,0.558505,86400,0,0,2865,0,0,0,0,0),(27448,4306,189,1,1,2607,1,1759.29,1144.24,7.57362,3.14159,86400,0,0,2865,0,0,0,0,0),(27447,4306,189,1,1,2607,1,1755.47,1146.65,7.57362,0,86400,0,0,2865,0,0,0,0,0),(27446,4306,189,1,1,2607,1,1784.03,1118.32,7.57362,2.87979,86400,0,0,2865,0,0,0,0,0),(27444,4075,189,1,1,1418,0,1760.96,1143.3,7.57362,0.122173,86400,10,0,8,0,1,0,0,0),(27443,3983,189,1,1,2044,1,1786.55,1124.44,7.57362,4.81711,86400,0,0,5328,935,0,0,0,0),(27442,4306,189,1,1,2607,1,1754.01,1126.06,7.57362,3.92699,86400,0,0,2865,0,0,0,0,0),(27438,4283,189,1,1,2520,1,1739.87,1092.86,6.90333,1.50098,86400,0,0,1050,0,0,0,0,0),(27437,4306,189,1,1,2607,1,1751.41,1123.6,7.57362,0.750492,86400,0,0,2865,0,0,0,0,0),(38001,7268,209,1,1,0,0,1762.87,1014.21,53.4866,2.42533,86400,1,0,5544,0,1,0,0,0),(38000,7268,209,1,1,0,0,1767.91,1024.01,53.7834,2.25254,86400,1,0,5544,0,1,0,0,0),(37996,7267,209,1,1,0,1,1727.48,1017.35,54.9102,1.00614,86400,0,0,13433,0,0,0,0,0),(89043,11789,349,1,1,13211,0,-116.521,-385.825,-170.336,3.735,86400,2,0,1919,0,1,0,0,0),(89044,11789,349,1,1,13212,0,-108.174,-380.384,-170.336,2.28638,86400,2,0,1919,0,1,0,0,0),(89045,11789,349,1,1,13212,0,-126.455,-381.604,-170.419,2.77572,86400,2,0,1919,0,1,0,0,0),(89046,2914,349,1,1,2958,0,-126.047,-353.323,-170.336,4.36332,86400,10,0,8,0,1,0,0,0),(89047,11784,349,1,1,11712,0,-133.015,-363.42,-170.419,4.37615,86400,0,0,5757,0,0,0,0,0),(239021,5720,109,1,2,0,0,-458.84,127.7,-91.57,5.77,86400,0,0,11075,0,2,0,0,0),(89052,11789,349,1,1,13212,0,-143.368,-334.523,-170.336,4.08407,86400,2,0,1919,0,1,0,0,0),(89053,11789,349,1,1,12333,0,-144.237,-318.947,-170.336,1.79769,86400,2,0,1919,0,1,0,0,0),(89054,11789,349,1,1,13212,0,-142.068,-327.561,-170.336,2.21657,86400,2,0,1919,0,1,0,0,0),(89055,11789,349,1,1,12333,0,-145.74,-339.411,-170.336,1.97222,86400,2,0,1919,0,1,0,0,0),(89056,11789,349,1,1,12333,0,-147.693,-330.588,-170.336,0.558505,86400,2,0,1919,0,1,0,0,0),(89057,11789,349,1,1,12333,0,-111.448,-320.95,-170.418,1.83066,86400,2,0,1919,0,1,0,0,0),(27421,4814,48,1,1,2892,1,-837.999,-108.302,-25.7867,0.017453,86400,0,0,1482,2164,0,0,0,0),(27422,4814,48,1,1,2893,1,-805.562,-127.678,-25.7867,3.1765,86400,2,0,1482,2164,1,0,0,0),(27423,4814,48,1,1,2891,1,-833.015,-131.745,-25.7867,6.03884,86400,2,0,1482,2164,1,0,0,0),(27424,4832,48,1,1,4939,1,-818.832,-155.576,-25.7923,4.74729,86400,0,0,4568,1545,0,0,0,0),(27425,4813,48,1,1,2877,1,-847.311,-139.714,-25.7867,6.24828,86400,0,0,1482,2886,0,0,0,0),(27426,4813,48,1,1,2877,1,-784.056,-161.775,-25.8701,1.52852,86400,0,1,1482,2886,2,0,0,0),(27427,4813,48,1,1,2876,1,-846.982,-124.266,-25.7867,0.034907,86400,0,0,1482,2886,0,0,0,0),(27428,4813,48,1,1,2877,1,-848.939,-146.323,-25.87,0.43086,86400,0,1,1482,2886,2,0,0,0),(27429,4825,48,1,1,5026,0,-795.763,-214.792,-25.7867,1.32645,86400,5,0,1815,0,1,0,0,0),(27430,4825,48,1,1,5026,0,-829.36,-219.978,-25.7985,4.04916,86400,3,0,1815,0,1,0,0,0),(27431,4825,48,1,1,5026,0,-797.647,-251.394,-25.7867,3.10669,86400,1,0,1815,0,1,0,0,0),(27432,4825,48,1,1,5026,0,-828.847,-253.035,-26.1588,0.897793,86400,2,0,1815,0,1,0,0,0),(27433,4829,48,1,1,2837,0,-848.446,-453.865,-33.8922,1.5708,86400,0,0,6510,0,0,0,0,0),(27434,4825,48,1,1,5026,0,-840.931,-356.62,-33.7907,1.18682,86400,3,0,1815,0,1,0,0,0),(27435,4825,48,1,1,5026,0,-820.578,-396.224,-33.8071,2.30383,86400,2,0,1815,0,1,0,0,0),(27436,4825,48,1,1,5026,0,-852.46,-407.621,-34.0238,3.35103,86400,5,0,1815,0,1,0,0,0),(89080,4295,189,1,1,2515,1,1904.76,-407.945,18.7611,3.9968,86400,0,0,3831,0,0,0,0,0),(89081,4298,189,1,1,2462,1,1899.73,-412.501,18.7621,0.628319,86400,0,0,3831,0,0,0,0,0),(89082,4298,189,1,1,2462,1,1894.78,-378.765,18.7614,4.36332,86400,0,0,3831,0,0,0,0,0),(89083,4290,189,1,1,2511,1,1924.11,-438.246,18.0913,0.174533,86400,0,0,3660,0,0,0,0,0),(89084,4298,189,1,1,2462,1,1927.06,-440.33,18.0913,2.02458,86400,0,0,3831,0,0,0,0,0),(89085,4295,189,1,1,2514,1,1920.64,-421.962,18.0913,6.17846,86400,0,0,3831,0,0,0,0,0),(89086,4295,189,1,1,2514,1,1927.69,-437.186,18.0913,3.82227,86400,0,0,3831,0,0,0,0,0),(89087,4295,189,1,1,2515,1,1926,-394.77,18.0913,0.890118,86400,0,0,3831,0,0,0,0,0),(89088,4295,189,1,1,2514,1,1907.68,-388.676,18.7602,1.97222,86400,0,0,3831,0,0,0,0,0),(89089,4298,189,1,1,2462,1,1927.19,-391.242,18.0913,4.5204,86400,0,0,3831,0,0,0,0,0),(89090,4295,189,1,1,2515,1,1900.46,-362.276,18.7606,3.64774,86400,0,0,3831,0,0,0,0,0),(89091,4295,189,1,1,2515,1,1898.52,-365.821,18.7612,1.69297,86400,0,0,3831,0,0,0,0,0),(89092,4295,189,1,1,2515,1,1895.94,-362.592,18.7606,5.89921,86400,0,0,3831,0,0,0,0,0),(89093,4292,189,1,1,2476,1,1906.15,-384.892,18.7608,5.09636,86400,0,0,3027,2134,0,0,0,0),(89094,4298,189,1,1,2473,1,1931.72,-363.245,18.0913,2.94961,86400,0,0,3831,0,0,0,0,0),(89095,4298,189,1,1,2462,1,1931.53,-391.429,18.0913,3.1765,86400,0,0,3831,0,0,0,0,0),(89096,4289,189,1,1,2510,1,1924.99,-369.014,18.0081,4.74808,86400,0,1,2706,5360,2,0,0,0),(89097,3975,189,1,1,2041,1,1965.09,-431.607,6.26076,2.98451,86400,0,0,10688,0,0,0,0,0),(81604,5650,209,1,1,6421,1,1606.43,1106.06,8.96011,4.95674,86400,0,0,4278,2966,0,0,0,0),(81605,5650,209,1,1,6421,1,1610.38,1108.35,8.96011,3.52556,86400,0,0,4278,2966,0,0,0,0),(81606,7246,209,1,1,6426,1,1601.71,1104.41,8.96011,0.471239,86400,0,0,4119,2864,0,0,0,0),(81607,7246,209,1,1,6425,1,1608.3,1110.79,8.96011,3.94444,86400,0,0,4119,2864,0,0,0,0),(81608,7246,209,1,1,6426,1,1578.42,1085.15,9.17854,4.31096,86400,0,0,4119,2864,0,0,0,0),(81609,5650,209,1,1,6421,1,1576.17,1079.08,9.02151,1.25664,86400,0,0,4278,2966,0,0,0,0),(81610,7246,209,1,1,6426,1,1591.02,1047.66,8.96459,6.26573,86400,0,0,4119,2864,0,0,0,0),(81611,5649,209,1,1,6424,1,1585.1,1035.5,8.96012,3.03687,86400,5,0,5346,0,1,0,0,0),(81612,7269,209,1,1,7470,0,1576.09,1055.8,8.96011,5.32325,86400,5,0,1782,0,1,0,0,0),(81613,5649,209,1,1,6424,1,1515.81,1050.86,18.1446,1.36136,86400,5,0,5346,0,1,0,0,0),(81614,7269,209,1,1,7470,0,1554.53,1019.5,8.96011,0.750492,86400,5,0,1782,0,1,0,0,0),(81615,7269,209,1,1,7470,0,1581.4,1018.43,8.96011,5.89921,86400,5,0,1782,0,1,0,0,0),(81616,5649,209,1,1,6423,1,1541.13,1001.76,8.96011,5.23599,86400,0,0,5346,0,0,0,0,0),(81617,5649,209,1,1,6423,1,1527.04,1017.31,9.81576,0.959931,86400,0,0,5346,0,0,0,0,0),(81618,5650,209,1,1,6421,1,1554.3,1006.74,8.96011,4.41568,86400,0,0,4278,2966,0,0,0,0),(81619,5650,209,1,1,6421,1,1556.35,1002.31,8.96011,2.6529,86400,0,0,4278,2966,0,0,0,0),(81620,5649,209,1,1,6423,1,1525.47,1019.07,9.98873,0.436332,86400,0,0,5346,0,0,0,0,0),(81621,5650,209,1,1,6421,1,1530.26,1021.4,9.72279,3.61283,86400,0,0,4278,2966,0,0,0,0),(81622,7269,209,1,1,7470,0,1521.26,981.956,8.98845,3.57792,86400,5,0,1782,0,1,0,0,0),(81623,7247,209,1,1,6428,1,1518.59,984.925,9.12678,5.25215,86400,0,0,4278,2966,0,0,0,0),(81624,7246,209,1,1,6426,1,1545.05,995.059,8.96011,1.88496,86400,0,0,4119,2864,0,0,0,0),(81625,7269,209,1,1,7470,0,1487.51,962.706,14.4566,0.890118,86400,5,0,1782,0,1,0,0,0),(81634,5649,209,1,1,6424,1,1478.6,980.091,16.3627,5.60251,86400,5,0,5346,0,1,0,0,0),(81635,5649,209,1,1,6424,1,1455.76,945.569,26.5751,3.71755,86400,5,0,5346,0,1,0,0,0),(81636,5650,209,1,1,6421,1,1456.89,1033.27,29.3484,1.46608,86400,5,0,4278,2966,1,0,0,0),(53941,24484,0,1,1,21860,0,-9145.26,339.64,90.6757,0.052739,43200,0,0,2215,0,0,0,0,0),(85381,24484,0,1,1,21858,0,-9129.28,362.629,92.3738,4.11774,43200,0,0,2215,0,0,0,0,0),(88840,23510,0,1,1,22397,0,-9114.79,338.765,93.6277,2.9147,43200,0,0,2215,0,0,0,0,0),(88841,23511,0,1,1,22628,0,-9118.65,325.3,93.3136,1.91986,43200,0,0,2215,0,0,0,0,0),(88842,24484,0,1,1,21846,0,-9128.35,345.368,94.0594,2.68781,43200,0,0,2215,0,0,0,0,0),(88843,24484,0,1,1,21849,0,-9130.68,347.471,93.6376,5.67232,43200,0,0,2215,0,0,0,0,0),(88844,24484,0,1,1,21860,0,-9131.85,358.836,92.3964,0.976147,43200,0,0,2215,0,0,0,0,0),(88845,24484,0,1,1,21858,0,-9142.22,339.801,91.3411,3.19433,43200,0,0,2215,0,0,0,0,0),(88846,23482,0,1,1,22395,0,-9118.48,348.456,93.9492,3.78736,43200,0,0,2215,0,0,0,0,0),(88847,24484,0,1,1,21846,0,-9130.91,344.503,93.7304,0.942478,43200,0,0,2215,0,0,0,0,0),(88848,24484,0,1,1,21861,0,-9130.69,333.939,93.3105,0.837273,43200,0,0,2215,0,0,0,0,0),(88849,24484,0,1,1,21859,0,-9126.82,338.231,93.9283,3.97886,43200,0,0,2215,0,0,0,0,0),(88850,24484,0,1,1,21848,0,-9127.97,347.931,93.9306,3.87463,43200,0,0,2215,0,0,0,0,0),(47648,24484,0,1,1,21848,0,-5038.69,-793.428,495.214,2.36238,43200,0,0,2215,0,0,0,0,0),(84899,24484,0,1,1,21847,0,-5041.32,-790.831,495.211,0.350973,43200,0,0,2215,0,0,0,0,0),(86731,24484,0,1,1,21846,0,-5037.43,-789.404,495.213,3.49257,43200,0,0,2215,0,0,0,0,0),(88851,23684,0,1,1,21837,1,-5143.19,-630.371,397.294,1.62316,43200,0,0,2215,0,0,0,0,0),(88852,23696,0,1,1,22628,0,-5136.59,-581.939,397.26,3.45575,43200,0,0,2215,0,0,0,0,0),(88853,24462,0,1,1,22630,0,-5185.62,-484.172,387.13,6.27273,43200,0,0,41,60,0,0,0,0),(88854,24108,0,1,1,22162,0,-5167.23,-546.334,397.279,1.7023,43200,0,0,2215,0,2,0,0,0),(88855,24468,0,1,1,22455,1,-5200.87,-484.704,388.881,3.42085,43200,0,0,1003,0,0,0,0,0),(88856,24463,0,1,1,22631,0,-5188.04,-487.665,386.88,1.89749,43200,0,0,41,60,0,0,0,0),(88857,23558,0,1,1,22454,0,-5200.16,-491.549,388.559,3.19395,300,0,0,1003,0,0,0,0,0),(88858,24484,0,1,1,21848,0,-5210.18,-512.958,389.592,0.808568,43200,0,0,2215,0,0,0,0,0),(88859,23628,0,1,1,22451,0,-5146.56,-633.554,397.264,1.64061,43200,0,0,2215,0,0,0,0,0),(88860,24710,0,1,1,22603,0,-5184.68,-562.372,397.26,2.11185,43200,0,0,2215,0,0,0,0,0),(88861,23627,0,1,1,22450,0,-5184.13,-611.797,397.26,0.488692,43200,0,0,2215,0,0,0,0,0),(88862,24484,0,1,1,21849,0,-5195.69,-515.611,389.714,5.10018,43200,0,0,2215,0,0,0,0,0),(88863,23511,0,1,1,22628,0,-5139.07,-579.316,397.26,4.03171,43200,0,0,2215,0,0,0,0,0),(88864,23685,0,1,1,22628,1,-5136.68,-586.151,397.26,3.57792,43200,0,0,2215,0,0,0,0,0),(88865,23521,0,1,1,22385,0,-5172.94,-628.044,397.26,1.18682,43200,0,0,1003,0,0,0,0,0),(88866,23482,0,1,1,22395,0,-5185.08,-608.256,397.26,0.506145,43200,0,0,2215,0,0,0,0,0),(88867,23486,0,1,1,21574,1,-5172.92,-562.567,397.26,3.45575,43200,0,0,5914,0,0,0,0,0),(88868,23510,0,1,1,22396,0,-5149.61,-634.204,397.265,1.72788,43200,0,0,2215,0,0,0,0,0),(88869,23481,0,1,1,22390,1,-5129.6,-606.104,397.406,3.05433,43200,0,0,1003,0,0,0,0,0),(88870,24484,0,1,1,21865,0,-5210.78,-506.068,388.505,5.52483,43200,0,0,2215,0,0,0,0,0),(88871,24484,0,1,1,21848,0,-5194.19,-519.275,390.262,1.95859,43200,0,0,2215,0,0,0,0,0),(88872,23525,0,1,1,22391,1,-5164.67,-568.444,397.26,3.9619,43200,0,0,1003,0,0,0,0,0),(88873,23522,0,1,1,22384,1,-5189.09,-584.102,397.34,0.418879,43200,0,0,1003,0,0,0,0,0),(88874,23683,0,1,1,21836,1,-5181.02,-613.824,397.26,0.383972,43200,0,0,2215,0,0,0,0,0),(88875,24484,0,1,1,21850,0,-5207.01,-509.638,388.825,3.95016,43200,0,0,2215,0,0,0,0,0),(88876,23710,0,1,1,21701,0,-5177.25,-624.597,397.864,0.716281,43200,0,0,3524,0,0,0,0,0),(88877,24484,0,1,1,21849,0,-5172.55,-586.553,397.906,0.046851,43200,0,0,2215,0,0,0,0,0),(88878,24484,0,1,1,21845,0,-5166.66,-586.277,397.821,3.18844,43200,0,0,2215,0,0,0,0,0),(88879,24484,0,1,1,21846,0,-5179.54,-596.714,397.412,4.97636,43200,0,0,2215,0,0,0,0,0),(88880,24484,0,1,1,21844,0,-5178.24,-601.539,397.367,5.77101,43200,0,0,2215,0,0,0,0,0),(88881,24484,0,1,1,21843,0,-5170.15,-578.862,397.368,4.41018,43200,0,0,2215,0,0,0,0,0),(88882,24484,0,1,1,21852,0,-5165.99,-608.422,397.667,1.14204,43200,0,0,2215,0,0,0,0,0),(88883,24484,0,1,1,21851,0,-5154.86,-585.464,397.293,6.03208,43200,0,0,2215,0,0,0,0,0),(88884,24484,0,1,1,21843,0,-5141.22,-594.877,397.547,4.15292,43200,0,0,2215,0,0,0,0,0),(88885,24484,0,1,1,21852,0,-5162.54,-600.876,398.227,4.91465,43200,0,0,2215,0,0,0,0,0),(88886,24484,0,1,1,21845,0,-5149.82,-605.071,398.556,0.7283,43200,0,0,2215,0,0,0,0,0),(88887,24484,0,1,1,21851,0,-5144.81,-600.602,398.184,3.86989,43200,0,0,2215,0,0,0,0,0),(88888,24484,0,1,1,21850,0,-5142.32,-609.345,398.355,4.1853,43200,0,0,2215,0,0,0,0,0),(88889,24484,0,1,1,21842,0,-5161.28,-607.041,398.095,3.42675,43200,0,0,2215,0,0,0,0,0),(88890,24484,0,1,1,21852,0,-5159.97,-627.401,397.341,0.481445,43200,0,0,2215,0,0,0,0,0),(88891,24484,0,1,1,21852,0,-5150.19,-581.106,397.262,4.93512,43200,0,0,2215,0,0,0,0,0),(88892,24484,0,1,1,21865,0,-5148.86,-587.004,397.285,1.79353,43200,0,0,2215,0,0,0,0,0),(88893,24484,0,1,1,21849,0,-5155.71,-625.177,397.533,3.62304,43200,0,0,2215,0,0,0,0,0),(88894,24484,0,1,1,21864,0,-5160.29,-623.134,397.509,4.788,43200,0,0,2215,0,0,0,0,0),(88895,24484,0,1,1,21859,0,-5145.6,-614.992,398.375,3.93084,43200,0,0,2215,0,0,0,0,0),(88896,23698,0,1,1,22461,1,-5137.41,-627.263,397.31,2.53073,43200,0,0,2215,0,0,0,0,0),(87041,24510,1,1,1,22498,1,1285.1,-4409.89,26.5416,2.05949,43200,0,0,1003,0,0,0,0,0),(28799,24484,1,1,1,0,0,1332.88,-4360.04,28.1824,1.73972,450,0,0,1,0,0,0,0,0),(28798,24484,1,1,1,0,0,1329.54,-4360.52,27.8138,0.940035,450,0,0,1,0,0,0,0,0),(28797,24497,1,1,1,0,0,1279.69,-4411.26,26.4771,1.97222,300,0,0,1,0,0,0,0,0),(88914,24484,1,1,1,21856,0,1329.37,-4357.84,27.7139,0.362493,43200,0,0,2215,0,0,0,0,0),(88915,24484,1,1,1,21855,0,1332.31,-4356.72,28.0309,3.50409,43200,0,0,2215,0,0,0,0,0),(88916,24463,1,1,1,22631,0,1288.77,-4424.98,26.7339,3.06414,43200,0,0,41,60,0,0,0,0),(88917,24462,1,1,1,22630,0,1284.51,-4427.71,26.8589,1.15103,43200,0,0,41,60,0,0,0,0),(88918,24484,1,1,1,21854,0,1251.93,-4348.3,38.9164,5.48958,43200,0,0,2215,0,0,0,0,0),(88919,24484,1,1,1,21856,0,1236.41,-4391.01,27.9976,1.12392,43200,0,0,2215,0,0,0,0,0),(88920,24484,1,1,1,21857,0,1255.36,-4348.57,38.9164,4.40819,43200,0,0,2215,0,0,0,0,0),(88921,24484,1,1,1,21854,0,1241.27,-4393.46,28.0128,1.2666,43200,0,0,2215,0,0,0,0,0),(88922,24484,1,1,1,21855,0,1255.25,-4351.68,38.8368,2.34799,43200,0,0,2215,0,0,0,0,0),(88923,23606,1,1,1,22513,1,1222.14,-4340.41,21.3192,2.42601,43200,0,0,1003,0,0,0,0,0),(88924,24484,1,1,1,21876,0,1223.29,-4332.38,21.3789,1.63543,43200,0,0,2215,0,0,0,0,0),(88925,24711,1,1,1,22605,0,1200.99,-4372.89,24.8457,4.62512,43200,0,0,2215,0,0,0,0,0),(88926,24484,1,1,1,21856,0,1209.55,-4341.18,21.3794,1.72883,43200,0,0,2215,0,0,0,0,0),(88927,24484,1,1,1,21856,0,1223.01,-4328.08,21.3794,4.77702,43200,0,0,2215,0,0,0,0,0),(88928,24108,1,1,1,22162,0,1182,-4358.79,21.4211,4.99356,43200,0,0,2215,0,2,0,0,0),(88929,24484,1,1,1,21869,0,1190.61,-4306.22,21.3626,0.026867,43200,0,0,2215,0,0,0,0,0),(88930,24484,1,1,1,21881,0,1197.64,-4306.03,21.3378,3.16846,43200,0,0,2215,0,0,0,0,0),(88931,24484,1,1,1,21868,0,1199.02,-4319.45,21.3794,1.35732,43200,0,0,2215,0,0,0,0,0),(88932,24657,1,1,1,22553,1,1194.8,-4342.57,21.3794,0.261799,43200,0,0,3524,0,0,0,0,0),(88933,23603,1,1,1,4728,1,1192.25,-4330.81,21.3794,0.261799,43200,0,0,1003,0,0,0,0,0),(88934,24484,1,1,1,21868,0,1200.3,-4313.56,21.3793,4.49891,43200,0,0,2215,0,0,0,0,0),(88935,24484,1,1,1,21875,0,1201.95,-4337.8,21.3794,0.528083,43200,0,0,2215,0,0,0,0,0),(88936,24484,1,1,1,21855,0,1215.9,-4298.33,21.275,2.24374,43200,0,0,2215,0,0,0,0,0),(88937,24484,1,1,1,21880,0,1213.11,-4294.82,21.275,2.0657,43200,0,0,2215,0,0,0,0,0),(88938,24484,1,1,1,21839,0,1214.81,-4312.42,21.3481,6.21194,43200,0,0,2215,0,0,0,0,0),(88939,23605,1,1,1,1318,1,1224.22,-4311.05,21.275,3.08923,43200,0,0,1003,0,0,0,0,0),(88940,24484,1,1,1,21839,0,1208.41,-4334.03,21.3784,4.87042,43200,0,0,2215,0,0,0,0,0),(88941,24484,1,1,1,21839,0,1219.16,-4312.73,21.3151,3.07035,43200,0,0,2215,0,0,0,0,0),(88942,24493,1,1,1,22495,1,1196.52,-4270.07,21.32,4.83456,43200,0,0,2215,0,0,0,0,0),(88943,24484,1,1,1,21875,0,1192.61,-4276.58,21.2749,4.2107,43200,0,0,2215,0,0,0,0,0),(88944,24492,1,1,1,22494,1,1178.11,-4301.28,21.3677,0.383972,43200,0,0,2215,0,0,0,0,0),(88945,24484,1,1,1,21875,0,1182.98,-4297.22,21.3298,0.325441,43200,0,0,2215,0,0,0,0,0),(88946,24498,1,1,1,22488,0,1176.86,-4309.27,21.3625,0.628319,43200,0,0,2215,0,0,0,0,0),(88947,24484,1,1,1,21857,0,1187.86,-4295.57,21.3192,3.46703,43200,0,0,2215,0,0,0,0,0),(88948,23604,1,1,1,7358,0,1176.64,-4283.82,21.2772,5.5676,43200,0,0,1003,0,0,0,0,0),(88949,24484,1,1,1,21869,0,1189.91,-4281.48,21.275,1.06911,43200,0,0,2215,0,0,0,0,0),(88950,24499,1,1,1,22489,0,1189.05,-4267.56,21.2987,5.11381,43200,0,0,2215,0,0,0,0,0),(88951,24501,1,1,1,22491,0,1174.86,-4305.53,21.3699,0.488692,43200,0,0,2215,0,0,0,0,0),(88952,23511,1,1,1,22628,0,1222.09,-4288.5,21.3062,3.28122,43200,0,0,2215,0,0,0,0,0),(88953,24484,1,1,1,21841,0,1208.32,-4285.95,21.275,2.17921,43200,0,0,2215,0,0,0,0,0),(88954,24484,1,1,1,21866,0,1202.88,-4286.08,21.279,0.02489,43200,0,0,2215,0,0,0,0,0),(88955,23685,1,1,1,22628,1,1216.6,-4284.27,21.2903,3.78736,43200,0,0,2215,0,0,0,0,0),(88956,23696,1,1,1,22628,0,1220.62,-4284.82,21.3475,3.33358,43200,0,0,2215,0,0,0,0,0),(88957,24484,1,1,1,21874,0,1204.34,-4280.23,21.2752,5.32081,43200,0,0,2215,0,0,0,0,0),(88958,23533,1,1,1,22492,0,1193.48,-4266.56,21.2661,4.79965,43200,0,0,2215,0,0,0,0,0),(207000,23487,0,1,1,0,0,-5342.23,-533.42,392.85,4.59,120,10,0,1,0,1,0,0,0),(88960,23698,1,1,1,22545,1,1252.4,-4287.27,24.3573,0.872665,43200,0,0,2215,0,0,0,0,0),(88961,24484,1,1,1,21854,0,-1305.57,205.663,58.9481,0.366519,43200,0,0,2215,0,0,0,0,0),(88962,24501,1,1,1,22491,0,-1283.88,217.184,58.9686,5.13127,43200,0,0,2215,0,0,0,0,0),(88963,24484,1,1,1,21870,0,-1277.55,214.203,59.2336,6.16643,43200,0,0,2215,0,0,0,0,0),(88964,23533,1,1,1,22492,0,-1283.05,209.118,58.967,1.91986,43200,0,0,2215,0,0,0,0,0),(88965,23511,1,1,1,22628,0,-1310.01,193.257,59.1965,2.93215,43200,0,0,2215,0,0,0,0,0),(88966,24484,1,1,1,21854,0,-1302.95,207.49,58.9481,4.43314,43200,0,0,2215,0,0,0,0,0),(88967,24484,1,1,1,21873,0,-1327.18,190.869,60.3058,2.05172,43200,0,0,2215,0,0,0,0,0),(88968,24484,1,1,1,21871,0,-1270.95,213.429,59.9984,1.79027,43200,0,0,2215,0,0,0,0,0),(88969,24484,1,1,1,21873,0,-1323.57,197.165,59.4621,3.13102,43200,0,0,2215,0,0,0,0,0),(88970,24484,1,1,1,21870,0,-1330.5,197.238,59.9575,0.265461,43200,0,0,2215,0,0,0,0,0),(88971,24484,1,1,1,21855,0,-1300.68,205.319,58.9481,2.80998,43200,0,0,2215,0,0,0,0,0),(88972,24484,1,1,1,21870,0,-1272.24,219.213,59.4478,3.89777,43200,0,0,2215,0,0,0,0,0),(88973,24484,1,1,1,21856,0,-1302.66,203.228,58.9602,1.71042,43200,0,0,2215,0,0,0,0,0),(88976,24484,0,1,1,21856,0,1826.47,231.201,60.3244,1.71042,43200,0,0,2215,0,0,0,0,0),(88977,24484,0,1,1,21881,0,1834.12,242.622,59.9811,2.70282,43200,0,0,2215,0,0,0,0,0),(88978,24484,0,1,1,21880,0,1829.69,244.7,60.1498,4.44542,43200,0,0,2215,0,0,0,0,0),(88979,23511,0,1,1,22628,0,1826.81,257.185,59.8664,4.06662,43200,0,0,2215,0,0,0,0,0),(88980,24484,0,1,1,21880,0,1815.06,236.906,60.5297,0.263669,43200,0,0,2215,0,0,0,0,0),(88981,24484,0,1,1,21855,0,1824.81,233.503,60.3995,0.366519,43200,0,0,2215,0,0,0,0,0),(88982,24484,0,1,1,21855,0,1828.39,233.235,60.4152,2.80998,43200,0,0,2215,0,0,0,0,0),(88983,24484,0,1,1,21880,0,1813.03,233.163,60.6701,0.206939,43200,0,0,2215,0,0,0,0,0),(88984,24484,0,1,1,21879,0,1828.56,240.548,60.8235,1.30383,43200,0,0,2215,0,0,0,0,0),(88985,24501,0,1,1,22491,0,1831.31,229.27,60.3069,2.58309,43200,0,0,2215,0,0,0,0,0),(88986,24484,0,1,1,21879,0,1816.68,233.928,60.6217,2.06775,43200,0,0,2215,0,0,0,0,0),(88987,23533,0,1,1,22492,0,1823.62,219.964,60.5241,1.97222,43200,0,0,2215,0,0,0,0,0),(88988,24484,0,1,1,21854,0,1826.44,235.119,60.824,4.43314,43200,0,0,2215,0,0,0,0,0),(207598,15102,530,1,1,0,0,-1839.07,5148.27,-42.8,4.29351,120,0,0,1,0,0,0,0,0),(207597,15102,530,1,1,0,0,-1818.03,5434.83,-12.3449,4.60767,120,0,0,1,0,0,0,0,0),(8969,14849,0,1,1,0,0,-9528.68,92.4662,58.9648,6.0912,180,0,0,699,0,0,0,0,0),(8971,14849,0,1,1,0,0,-9530.22,96.3252,58.9648,0.628319,180,0,0,699,0,0,0,0,0),(46801,14849,0,1,1,14912,0,-9546.6,124.032,59.3384,4.87607,180,0,0,699,0,0,0,0,0),(10997,21962,552,3,1,0,0,453.344,30.3071,51.9656,3.94427,86400,0,0,6943,0,0,0,0,0),(1054,18528,530,1,1,0,0,-3559.68,637.633,4.14156,1.60102,25,0,0,558900,31550,0,0,0,0),(11000,23712,530,1,1,252,0,-4187.46,-12502.8,44.4447,1.25664,2,0,0,71,0,0,0,0,0),(48011,17814,560,3,1,17959,1,2016.4,1041.15,25.9121,6.24892,86400,0,0,17151,0,0,0,0,0),(48012,17814,560,3,1,17959,1,1966.17,1177.44,31.6322,3.0901,86400,0,0,17151,0,0,0,0,0),(48013,17814,560,3,1,17959,1,1999.01,1168.61,66.7264,5.78328,86400,0,0,17151,0,0,0,0,0),(48014,17814,560,3,1,17959,1,1996.01,1180.81,66.7264,1.01199,86400,0,0,17151,0,0,0,0,0),(48015,17814,560,3,1,17959,1,2041,552.11,65.436,2.46811,86400,0,0,17151,0,0,0,0,0),(48016,17814,560,3,1,17959,1,2036.05,541.417,65.4361,2.52702,86400,0,0,17151,0,0,0,0,0),(48017,17814,560,3,1,17959,1,2059.83,531.487,65.4454,2.39036,86400,0,0,17151,0,0,0,0,0),(48018,17814,560,3,1,17959,1,2051.96,533.553,73.3265,1.9152,86400,0,0,17151,0,0,0,0,0),(48019,17814,560,3,1,17959,1,2058.26,526.977,100.531,4.40884,86400,0,0,17151,0,0,0,0,0),(48020,17814,560,3,1,17959,1,2062.63,544.846,100.531,1.40784,86400,0,0,17151,0,0,0,0,0),(48021,17814,560,3,1,17959,1,2013.41,302.687,66.0954,1.14394,86400,0,0,17151,0,0,0,0,0),(48022,17814,560,3,1,17959,1,2012.27,303.211,66.0958,1.03005,86400,0,0,17151,0,0,0,0,0),(3378,14304,1,1,1,14363,1,1951.96,-4145.71,43.5485,3.22886,300,0,0,25200,0,0,0,0,0),(3377,14304,1,1,1,14360,1,1902.47,-4150.23,40.9349,3.21379,300,0,0,25200,0,2,0,0,0),(3376,14304,1,1,1,14363,1,1890.67,-4150.02,43.5458,0.087266,300,0,0,25200,0,0,0,0,0),(3375,14304,1,1,1,14362,1,1901.27,-4171.16,43.5635,0.994838,300,0,0,25200,0,0,0,0,0),(3374,14304,1,1,1,14360,1,1912.25,-4124.2,43.117,4.97419,300,0,0,25200,0,0,0,0,0),(3373,14304,1,1,1,14361,1,1930.46,-4238.26,42.0164,4.39823,300,0,0,25200,0,0,0,0,0),(3372,14304,1,1,1,14360,1,1922.2,-4204.38,42.0703,4.92183,300,0,0,25200,0,0,0,0,0),(3371,14304,1,1,1,14363,1,1927.48,-4175.91,41.0052,3.15905,300,0,0,25200,0,0,0,0,0),(3370,6446,1,1,1,5190,1,1772.94,-4279.93,7.95099,5.35816,300,0,0,484,0,0,0,0,0),(3369,13157,1,1,1,13089,1,-528.634,-5215.8,12.1806,0.593412,300,0,0,230,249,0,0,0,0),(3368,10578,1,1,1,9911,1,-848.704,-4908.38,21.3808,1.50535,300,5,0,156,0,1,0,0,0),(3367,6607,1,1,1,9213,1,587.133,-4892.9,24.9198,1.09956,200,0,0,102,0,0,0,0,0),(3366,6586,1,1,1,5307,1,608.499,-4896.18,25.7524,1.69297,300,0,0,1342,0,0,0,0,0),(3365,3106,1,1,1,1307,0,-343.063,-5313.09,-11.1287,0.186668,200,10,0,102,0,1,0,0,0),(3364,3106,1,1,1,1307,0,-117.738,-5334.21,-17.56,4.28366,200,10,0,102,0,1,0,0,0),(3363,3103,1,1,1,1940,0,-914.995,-5647.28,-8.62248,1.17353,300,10,0,120,0,1,0,0,0),(3362,3105,1,1,1,1248,0,877.412,-5154.16,-7.10624,3.73259,300,5,0,156,0,1,0,0,0),(3361,3103,1,1,1,1940,0,-1220.34,-5682.19,-3.91232,1.98237,300,10,0,120,0,1,0,0,0),(3360,3103,1,1,1,1940,0,-1452.73,-5251.27,-2.38763,5.42542,300,10,0,120,0,1,0,0,0),(3359,3103,1,1,1,1940,0,52.0649,-5411.03,-21.5256,0.60796,300,10,0,120,0,1,0,0,0),(3358,3110,1,1,1,1250,0,-87.1646,-3787.89,17.2615,4.25566,300,10,0,176,0,1,0,0,0),(3357,3110,1,1,1,1250,0,-106.542,-3804.4,20.9084,0.691155,300,10,0,176,0,1,0,0,0),(3356,3110,1,1,1,1250,0,214.049,-3739.18,15.7797,0.010067,300,10,0,176,0,1,0,0,0),(3355,3110,1,1,1,1250,0,852.626,-3797.39,16.3928,4.68798,300,10,0,176,0,1,0,0,0),(3354,3110,1,1,1,1250,0,747.129,-3825.58,19.4839,4.40915,300,10,0,176,0,1,0,0,0),(3353,3110,1,1,1,1250,0,52.5152,-3765.47,16.4437,1.6145,300,10,0,176,0,1,0,0,0),(3352,3110,1,1,1,1250,0,670.287,-3787.67,15.7302,0.368488,300,10,0,176,0,1,0,0,0),(3351,3110,1,1,1,1250,0,585.592,-3777.59,16.7543,4.21289,300,10,0,176,0,1,0,0,0),(3350,3110,1,1,1,1250,0,887.155,-3811.98,15.4663,6.27799,300,10,0,176,0,1,0,0,0),(2092,7033,0,1,1,11549,1,-7984,-2448.87,131.915,5.99131,500,5,0,3322,0,1,0,0,0),(81641,23079,530,1,1,0,0,-1729.11,5147.63,-37.1953,4.58444,25,0,0,20958,0,0,0,0,0),(30397,6329,90,1,1,976,0,-530.666,201.902,-155.156,4.45059,86400,5,0,1830,655,1,0,0,0),(30398,6329,90,1,1,976,0,-410.196,39.4883,-154.66,4.85202,86400,5,0,1830,655,1,0,0,0),(30399,6329,90,1,1,976,0,-507.703,110.804,-154.66,4.10152,86400,5,0,1830,655,1,0,0,0),(30400,6206,90,1,1,830,1,-368.251,84.5512,-154.66,5.02655,86400,3,0,2272,0,1,0,0,0),(31796,6329,90,1,1,976,0,-397.217,50.1614,-154.714,3.08923,86400,3,0,1830,655,1,0,0,0),(31797,6206,90,1,1,830,1,-515.554,52.2393,-154.168,3.9968,86400,5,0,2272,0,1,0,0,0),(31944,6329,90,1,1,976,0,-472.085,43.7858,-154.654,2.51327,86400,5,0,1830,655,1,0,0,0),(31981,6212,90,1,1,3456,1,-748.046,624.546,-312.699,5.84685,86400,2,0,2400,0,1,0,0,0),(31982,6224,90,1,1,6936,1,-588.535,691.862,-326.979,3.08923,86400,2,0,787,0,1,0,0,0),(31983,6212,90,1,1,3456,1,-726.655,651.998,-308.977,5.16617,86400,0,0,2400,0,0,0,0,0),(31984,6234,90,1,1,6979,0,-696.054,720.927,-317.977,5.44543,86400,3,0,3018,0,1,0,0,0),(31985,6212,90,1,1,3456,1,-733.927,709.049,-317.977,2.89725,86400,3,0,2400,0,1,0,0,0),(31986,6234,90,1,1,6979,0,-765.398,561.056,-290.977,4.93928,86400,3,0,3018,0,1,0,0,0),(31987,6234,90,1,1,6979,0,-745.388,625.978,-312.699,5.88176,86400,2,0,3018,0,1,0,0,0),(31988,6234,90,1,1,6979,0,-727.201,693.357,-330.699,0.10472,86400,3,0,3018,0,1,0,0,0),(31989,6212,90,1,1,3456,1,-703.428,694.964,-317.977,4.34587,86400,0,0,2400,0,0,0,0,0),(31990,6212,90,1,1,3456,1,-766.203,600.453,-290.977,2.98451,86400,0,0,2400,0,0,0,0,0),(31991,6211,90,1,1,10285,1,-550.133,18.5031,-179.652,5.21853,86400,2,0,2400,0,1,0,0,0),(31992,6329,90,1,1,976,0,-633.396,113.62,-195.992,2.82743,86400,1,0,1830,655,1,0,0,0),(31993,6206,90,1,1,830,1,-600.52,24.6008,-179.598,1.0472,86400,3,0,2272,0,1,0,0,0),(31994,6329,90,1,1,976,0,-555.172,102.537,-201.659,2.93215,86400,2,0,1830,655,1,0,0,0),(31995,6329,90,1,1,976,0,-565.925,233.393,-159.345,5.79449,86400,5,0,1830,655,1,0,0,0),(31996,6211,90,1,1,10285,1,-545.883,72.0569,-200.725,0.907571,86400,0,0,2400,0,0,0,0,0),(31997,6206,90,1,1,830,1,-594.108,96.128,-199.458,0.925298,86400,0,0,2272,0,0,0,0,0),(31998,6329,90,1,1,976,0,-630.458,132.447,-183.796,3.82227,86400,3,0,1830,655,1,0,0,0),(31999,6329,90,1,1,976,0,-606.562,193.586,-172.299,6.02139,86400,2,0,1830,655,1,0,0,0),(32000,6211,90,1,1,10285,1,-633.632,101.509,-195.888,3.87463,86400,1,0,2400,0,1,0,0,0),(32001,7603,90,1,1,6968,0,-517.836,474.413,-273.074,0.027287,86400,2,0,787,0,1,0,0,0),(32002,7603,90,1,1,6968,0,-516.484,474.45,-273.078,0.027284,86400,2,0,787,0,1,0,0,0),(32003,7603,90,1,1,6968,0,-518.543,476.394,-273.077,0.027285,86400,2,0,787,0,1,0,0,0),(32004,7603,90,1,1,6968,0,-520.488,474.34,-273.075,0.027286,86400,2,0,787,0,1,0,0,0),(32005,6233,90,1,1,6978,0,-517.611,472.418,-273.077,0.027281,86400,5,0,3412,0,1,0,0,0),(32006,6222,90,1,1,6934,1,-603.687,507.389,-273.063,5.74002,86400,2,0,787,0,1,0,0,0),(32007,6222,90,1,1,6935,1,-586.528,465.276,-273.081,4.58216,86400,2,0,787,0,1,0,0,0),(32008,6225,90,1,1,5926,0,-503.215,527.958,-273.08,5.09596,86400,5,0,2715,0,1,0,0,0),(32013,6230,90,1,1,8369,0,-480.902,456.021,-230.602,3.55663,86400,2,0,2400,0,1,0,0,0),(32014,7603,90,1,1,6968,0,-479.445,548.944,-230.518,0,86400,2,0,787,0,1,0,0,0),(32103,7603,90,1,1,6967,0,-484.079,561.437,-230.602,5.94259,86400,2,0,787,0,1,0,0,0),(32104,7603,90,1,1,6967,0,-480.532,560.66,-230.601,2.62881,86400,2,0,787,0,1,0,0,0),(33390,7603,90,1,1,6967,0,-489.812,559.961,-230.602,3.65961,86400,2,0,787,0,1,0,0,0),(33395,6233,90,1,1,6978,0,-479.992,553.159,-230.602,3.59214,86400,2,0,3412,0,1,0,0,0),(33396,7603,90,1,1,6968,0,-466.408,527.329,-230.602,6.11885,86400,2,0,787,0,1,0,0,0),(33397,7603,90,1,1,6967,0,-464.437,527.62,-230.601,0.364823,86400,2,0,787,0,1,0,0,0),(33398,7603,90,1,1,6968,0,-467.899,517.033,-230.518,2.00713,86400,2,0,787,0,1,0,0,0),(33399,7603,90,1,1,6967,0,-472.045,527.063,-230.602,0.923557,86400,2,0,787,0,1,0,0,0),(33400,6222,90,1,1,6933,1,-464.458,518.547,-230.602,5.24279,86400,0,0,787,0,0,0,0,0),(33401,6222,90,1,1,6932,1,-515.631,587.235,-230.602,6.02039,86400,2,0,787,0,1,0,0,0),(33402,6222,90,1,1,6935,1,-539.798,558.085,-273.08,1.41736,86400,2,0,787,0,1,0,0,0),(33403,7603,90,1,1,6967,0,-631.247,444.701,-272.979,0.925025,86400,3,0,787,0,1,0,0,0),(33404,7603,90,1,1,6967,0,-626.295,448.169,-272.978,3.735,86400,2,0,787,0,1,0,0,0),(33405,7603,90,1,1,6967,0,-630.799,450,-272.979,0,86400,2,0,787,0,1,0,0,0),(33421,7603,90,1,1,6968,0,-634.205,453.489,-273.063,2.70326,86400,2,0,787,0,1,0,0,0),(33422,6222,90,1,1,6935,1,-633.882,447.407,-273.063,5.88472,86400,3,0,787,0,1,0,0,0),(33423,7603,90,1,1,6968,0,-732.509,241.083,-272.997,1.65806,86400,2,0,787,0,1,0,0,0),(33426,7603,90,1,1,6967,0,-734.406,234.689,-272.403,2.49582,86400,2,0,787,0,1,0,0,0),(33427,7603,90,1,1,6967,0,-738.795,225.476,-272.997,5.49779,86400,2,0,787,0,1,0,0,0),(33428,7603,90,1,1,6968,0,-740.041,235.315,-272.997,0,86400,2,0,787,0,1,0,0,0),(33429,6233,90,1,1,6978,0,-738.034,230.835,-272.997,0.174533,86400,3,0,3412,0,1,0,0,0),(33430,6224,90,1,1,6936,1,-877.407,363.953,-316.433,1.62105,86400,3,0,787,0,1,0,0,0),(33431,6224,90,1,1,6936,1,-858.925,389.898,-316.43,3.65923,86400,3,0,787,0,1,0,0,0),(33432,6224,90,1,1,6936,1,-764.095,56.176,-257.347,4.92183,86400,2,0,787,0,1,0,0,0),(33433,7603,90,1,1,6967,0,-847.354,289.447,-272.611,2.57274,86400,2,0,787,0,1,0,0,0),(33434,7603,90,1,1,6967,0,-846.367,294.08,-272.513,5.044,86400,2,0,787,0,1,0,0,0),(33435,7603,90,1,1,6968,0,-847.694,284.091,-272.605,2.96448,86400,2,0,787,0,1,0,0,0),(33436,7603,90,1,1,6968,0,-859.787,292.404,-272.513,5.32325,86400,2,0,787,0,1,0,0,0),(33437,6233,90,1,1,6978,0,-852.587,290.918,-272.61,4.08323,86400,3,0,3412,0,1,0,0,0),(33438,7603,90,1,1,6967,0,-788.239,205.013,-272.999,3.61283,86400,3,0,787,0,1,0,0,0),(33439,7603,90,1,1,6967,0,-797.803,205.898,-272.999,2.96706,86400,3,0,787,0,1,0,0,0),(33440,7603,90,1,1,6968,0,-779.544,216.3,-272.999,0,86400,3,0,787,0,1,0,0,0),(33441,7603,90,1,1,6967,0,-791.334,202.494,-273.082,3.34306,86400,3,0,787,0,1,0,0,0),(33442,6224,90,1,1,6936,1,-784.163,210.624,-272.999,4.18879,86400,3,0,787,0,1,0,0,0),(33443,6224,90,1,1,6936,1,-867.086,332.016,-316.431,2.58111,86400,3,0,787,0,1,0,0,0),(33444,6224,90,1,1,6936,1,-742.334,235.533,-273.08,0.66947,86400,2,0,787,0,1,0,0,0),(33445,6226,90,1,1,6890,0,-867.12,333.94,-316.433,1.04478,86400,5,0,2388,0,1,0,0,0),(33446,6224,90,1,1,6936,1,-876.962,365.196,-316.433,1.62033,86400,3,0,787,0,1,0,0,0),(33447,6329,90,1,1,976,0,-486.77,159.007,-154.634,2.1293,86400,3,0,1830,655,1,0,0,0),(33448,6206,90,1,1,830,1,-367.079,101.611,-154.743,4.66665,86400,5,0,2272,0,1,0,0,0),(33449,6206,90,1,1,830,1,-507.797,105.502,-154.66,2.04204,86400,5,0,2272,0,1,0,0,0),(33450,6329,90,1,1,976,0,-506.575,182.598,-155.153,2.3911,86400,3,0,1830,655,1,0,0,0),(33451,6329,90,1,1,976,0,-455.021,38.1171,-154.66,0.506145,86400,5,0,1830,655,1,0,0,0),(33452,6329,90,1,1,976,0,-429.105,180,-154.743,3.19489,86400,5,0,1830,655,1,0,0,0),(33453,6206,90,1,1,830,1,-531.673,160.769,-155.153,4.2586,86400,5,0,2272,0,1,0,0,0),(33454,6212,90,1,1,3456,1,-724.26,698.946,-330.699,3.89208,86400,5,0,2400,0,1,0,0,0),(33455,6212,90,1,1,3456,1,-746.574,542.956,-290.977,4.03171,86400,2,0,2400,0,1,0,0,0),(33456,6234,90,1,1,6979,0,-646.241,524.73,-272.977,2.32129,86400,3,0,3018,0,1,0,0,0),(33457,6212,90,1,1,3456,1,-768.671,568.882,-291.06,1.68938,86400,3,0,2400,0,1,0,0,0),(33458,6212,90,1,1,3456,1,-688.181,704.648,-330.699,3.89208,86400,5,0,2400,0,1,0,0,0),(33459,6212,90,1,1,3456,1,-706.772,549.348,-295.519,5.3058,86400,2,0,2400,0,1,0,0,0),(33460,6232,90,1,1,6889,0,-737.309,659.8,-323.456,2.79253,86400,2,0,4000,0,1,0,0,0),(33471,6212,90,1,1,3456,1,-742.329,579.152,-290.977,0.959931,86400,0,0,2400,0,0,0,0,0),(33472,6232,90,1,1,6889,0,-721.026,703.277,-330.699,3.21141,86400,3,0,4000,0,1,0,0,0),(33473,6212,90,1,1,3456,1,-740.86,558.484,-303.699,1.36136,86400,3,0,2400,0,1,0,0,0),(33474,6211,90,1,1,10285,1,-572.245,36.1417,-196.701,4.46804,86400,2,0,2400,0,1,0,0,0),(33475,6211,90,1,1,10285,1,-640.63,60.9319,-192.837,6.05629,86400,1,0,2400,0,1,0,0,0),(33476,6206,90,1,1,830,1,-579.958,98.1969,-202.035,5.93412,86400,5,0,2272,0,1,0,0,0),(33477,6329,90,1,1,976,0,-575.288,46.7761,-200.157,4.88692,86400,3,0,1830,655,1,0,0,0),(33478,6206,90,1,1,830,1,-641.052,113.123,-192.667,2.98451,86400,0,0,2272,0,0,0,0,0),(33479,6211,90,1,1,10285,1,-594.156,94.788,-199.414,3.29641,86400,0,0,2400,0,0,0,0,0),(33480,6329,90,1,1,976,0,-546.082,137.754,-202.068,4.81711,86400,5,0,1830,655,1,0,0,0),(33481,7603,90,1,1,6967,0,-666.094,421.115,-272.981,1.11701,86400,2,0,787,0,1,0,0,0),(33482,7603,90,1,1,6967,0,-679.972,412.712,-273.064,4.5664,86400,2,0,787,0,1,0,0,0),(33483,7603,90,1,1,6968,0,-670.493,423.687,-272.981,0.820305,86400,2,0,787,0,1,0,0,0),(33484,7603,90,1,1,6968,0,-668.682,418.405,-272.981,0,86400,2,0,787,0,1,0,0,0),(33485,6222,90,1,1,6934,1,-673.195,412.989,-273.064,0.950813,86400,2,0,787,0,1,0,0,0),(33486,6224,90,1,1,6936,1,-823.78,425.54,-272.591,2.92918,86400,2,0,787,0,1,0,0,0),(33487,6226,90,1,1,6890,0,-797.001,384.529,-316.433,1.96094,86400,3,0,2388,0,1,0,0,0),(33488,6224,90,1,1,6936,1,-781.707,204.067,-273.081,3.81134,86400,3,0,787,0,1,0,0,0),(33489,6234,90,1,1,6979,0,-687.447,719.957,-317.977,2.87979,86400,3,0,3018,0,1,0,0,0),(33490,6212,90,1,1,3456,1,-725.086,648.683,-308.78,3.29867,86400,0,0,2400,0,0,0,0,0),(33491,6212,90,1,1,3456,1,-656.108,696.262,-334.045,2.85127,86400,5,0,2400,0,1,0,0,0),(33492,6234,90,1,1,6979,0,-741.779,541.255,-290.977,3.00197,86400,2,0,3018,0,1,0,0,0),(33493,6212,90,1,1,3456,1,-751.021,604.79,-306.048,2.60054,86400,0,0,2400,0,0,0,0,0),(33494,6212,90,1,1,3456,1,-755.573,580.21,-303.699,3.80482,86400,5,0,2400,0,1,0,0,0),(33495,6224,90,1,1,6936,1,-589.443,686.069,-327.001,2.94961,86400,2,0,787,0,1,0,0,0),(33496,6232,90,1,1,6889,0,-738.366,705.214,-317.977,2.00713,86400,3,0,4000,0,1,0,0,0),(33497,6212,90,1,1,3456,1,-677.469,541.743,-285.982,2.49582,86400,2,0,2400,0,1,0,0,0),(33498,6212,90,1,1,3456,1,-738.731,663.921,-325.031,6.14356,86400,2,0,2400,0,1,0,0,0),(33499,6212,90,1,1,3456,1,-742.175,581.596,-290.977,3.61283,86400,0,0,2400,0,0,0,0,0),(33500,6212,90,1,1,3456,1,-771.775,601.896,-290.977,6.12611,86400,0,0,2400,0,0,0,0,0),(16296,3877,33,1,1,3226,1,-250.506,2237.95,100.98,1.58825,86400,3,0,1563,0,1,0,0,0),(16297,3877,33,1,1,3226,1,-259.918,2242.56,100.977,3.03687,86400,3,0,1563,0,1,0,0,0),(16298,3877,33,1,1,3226,1,-232.226,2250.59,101.885,6.23082,86400,3,0,1563,0,1,0,0,0),(16299,3875,33,1,1,3230,1,-229.849,2261.64,102.84,2.46091,86400,0,0,1251,0,0,0,0,0),(16300,3875,33,1,1,3230,1,-247.221,2247.53,100.977,3.66519,86400,0,0,1251,0,0,0,0,0),(16313,3875,33,1,1,3229,1,-250.079,2262.77,100.972,2.04204,86400,0,0,1251,0,0,0,0,0),(16314,3855,33,1,1,657,0,-266.808,2314.64,95.9498,0.488692,86400,2,0,1212,912,1,0,0,0),(16315,3855,33,1,1,657,0,-278.912,2323.63,95.8664,5.92198,86400,2,0,1212,912,2,0,0,0),(16318,3855,33,1,1,657,0,-258.117,2319.79,96.9054,6.23082,86400,2,0,1212,912,1,0,0,0),(16319,3855,33,1,1,657,0,-277.793,2322.1,95.9498,3.49066,86400,2,0,1212,912,1,0,0,0),(16343,3855,33,1,1,657,0,-284.357,2277.18,95.9498,0.314159,86400,3,0,1212,912,1,0,0,0),(16406,24076,571,1,1,0,0,1010.35,-4123.36,172.163,2.08308,120,0,0,1,0,0,0,0,0),(16436,3855,33,1,1,657,0,-299.004,2295.8,93.1101,0.296706,86400,2,0,1212,912,1,0,0,0),(16437,3855,33,1,1,657,0,-186.911,2284.36,95.9823,6.21337,86400,2,0,1212,912,2,0,0,0),(16438,3855,33,1,1,657,0,-273.394,2273.13,95.9498,2.04204,86400,3,0,1212,912,1,0,0,0),(16439,3855,33,1,1,657,0,-251.357,2307.46,95.9498,3.89208,86400,2,0,1212,912,1,0,0,0),(16440,3864,33,1,1,1951,0,-234.131,2236.26,79.8619,0.296706,86400,0,0,1347,0,0,0,0,0),(16441,3864,33,1,1,1951,0,-223.612,2245.72,79.8583,5.13127,86400,0,0,1347,0,0,0,0,0),(16442,3864,33,1,1,1951,0,-217.135,2247.13,79.8579,4.88692,86400,0,0,1347,0,0,0,0,0),(16443,3873,33,1,1,3225,1,-205.822,2105.25,97.3899,1.07407,86400,3,0,1815,0,1,0,0,0),(16444,3877,33,1,1,3226,1,-248.504,2183.63,93.9309,4.4644,86400,2,0,1563,0,1,0,0,0),(16445,3873,33,1,1,3225,1,-241.873,2111.72,97.4733,5.86999,86400,0,0,1815,0,2,0,0,0),(16448,3877,33,1,1,3226,1,-255.961,2149.2,91.913,4.22951,86400,0,0,1563,0,2,0,0,0),(16449,3877,33,1,1,3226,1,-251.156,2175.53,94.02,1.61463,86400,2,0,1563,0,1,0,0,0),(17901,3873,33,1,1,3225,1,-182.666,2164.29,97.4733,4.39701,86400,0,0,1815,0,2,0,0,0),(17956,3877,33,1,1,3226,1,-252.301,2168.82,93.9366,1.09352,86400,2,0,1563,0,2,0,0,0),(18183,3873,33,1,1,3225,1,-186.698,2137.24,97.3899,4.28856,86400,0,0,1815,0,0,0,0,0),(18189,3873,33,1,1,3225,1,-191.989,2129.11,97.4733,1.29655,86400,3,0,1815,0,1,0,0,0),(18241,3873,33,1,1,3225,1,-194.844,2120.18,97.4733,1.11768,86400,3,0,1815,0,1,0,0,0),(18302,17822,33,1,1,17263,0,-239.492,2132.84,81.2629,2.87979,86400,0,0,605,0,0,0,0,0),(18304,3861,33,1,1,801,0,-204.481,2139.15,86.5832,1.42291,86400,0,0,1251,0,0,0,0,0),(18308,3851,33,1,1,729,0,-207.244,2102.16,76.9773,1.88094,86400,0,0,1131,816,0,0,0,0),(18312,3861,33,1,1,801,0,-197.316,2111.16,81.1401,5.9909,86400,0,0,1251,0,0,0,0,0),(18313,3851,33,1,1,729,0,-243.039,2129.03,87.0962,1.45932,86400,0,0,1131,816,0,0,0,0),(18316,2110,33,1,1,1141,0,-256.649,2241.38,100.892,0.181911,86400,5,0,1,0,1,0,0,0),(18392,2110,33,1,1,1141,0,-126.499,2153.87,155.678,5.60377,86400,3,0,1,0,1,0,0,0),(18401,3863,33,1,1,2446,0,-128.064,2186.77,113.215,2.67035,86400,2,0,1452,0,1,0,0,0),(18403,3859,33,1,1,736,0,-143.452,2162.7,94.1247,0.069813,86400,0,0,1452,0,0,0,0,0),(18431,3859,33,1,1,736,0,-169.686,2171.7,94.0461,5.93232,86400,0,0,1452,0,0,0,0,0),(18690,3863,33,1,1,2446,0,-150.907,2182.17,99.9595,1.01229,86400,2,0,1452,0,1,0,0,0),(18691,2529,33,1,1,1098,0,-94.8525,2150.37,145.004,3.07178,86400,5,0,1452,0,1,0,0,0),(18692,3859,33,1,1,736,0,-149.101,2174.34,99.9595,2.86234,86400,3,0,1452,0,1,0,0,0),(18693,3863,33,1,1,2446,0,-118.109,2152.18,101.603,5.72468,86400,2,0,1452,0,1,0,0,0),(18694,2529,33,1,1,1098,0,-106.86,2133.2,145.004,2.70526,86400,5,0,1452,0,1,0,0,0),(18695,2529,33,1,1,1098,0,-90.1872,2131.41,145.004,6.26573,86400,3,0,1452,0,1,0,0,0),(18696,3859,33,1,1,736,0,-164.462,2192.41,138.287,1.03908,86400,3,0,1452,0,2,0,0,0),(18697,3862,33,1,1,11421,0,-192.438,2222.95,79.8431,2.94961,86400,5,0,1251,0,1,0,0,0),(18698,3853,33,1,1,729,0,-207.099,2162.01,79.8483,0.623848,86400,0,0,1212,912,0,0,0,0),(18699,3862,33,1,1,11421,0,-169.934,2244.22,86.3592,3.1765,86400,3,0,1251,0,1,0,0,0),(18700,3853,33,1,1,729,0,-159.022,2243.51,86.0992,0.10472,86400,0,0,1212,912,0,0,0,0),(18701,3862,33,1,1,11421,0,-198.594,2153.93,79.8471,4.46288,86400,5,0,1251,0,1,0,0,0),(18702,3853,33,1,1,729,0,-195.926,2162.95,79.8327,0.456987,86400,0,0,1212,912,0,0,0,0),(18703,3862,33,1,1,11421,0,-231.866,2165.91,79.8476,2.68061,86400,0,0,1251,0,0,0,0,0),(18704,3853,33,1,1,729,0,-176.157,2250.3,86.5898,5.11381,86400,0,0,1212,912,0,0,0,0),(18705,3853,33,1,1,729,0,-223.663,2209.45,79.8438,3.46964,86400,0,0,1212,912,0,0,0,0),(18706,3853,33,1,1,729,0,-169.525,2220.66,80.5822,0.715585,86400,0,0,1212,912,0,0,0,0),(18707,3855,33,1,1,657,0,-294.707,2279.39,95.8665,6.26476,86400,2,0,1212,912,2,0,0,0),(18708,3855,33,1,1,657,0,-193.978,2271.01,90.8411,4.24008,86400,3,0,1212,912,2,0,0,0),(18709,3877,33,1,1,3226,1,-232.178,2212.89,97.3452,4.49351,86400,2,0,1563,0,2,0,0,0),(18710,2529,33,1,1,1098,0,-128.054,2179.05,112.778,1.74533,86400,1,0,1452,0,1,0,0,0),(18711,3859,33,1,1,736,0,-120.542,2161.02,101.603,6.03884,86400,2,0,1452,0,1,0,0,0),(18712,3862,33,1,1,11421,0,-204.012,2184.13,79.8488,4.31299,86400,0,0,1251,0,0,0,0,0),(18713,3853,33,1,1,729,0,-217.143,2225.19,79.8432,4.5204,86400,0,0,1212,912,0,0,0,0),(18714,4274,33,1,1,20180,0,-135.609,2168.66,128.779,2.86234,86400,0,0,2605,0,0,0,0,0),(28371,7011,70,1,1,6010,1,-70.2975,239.65,-49.7109,0.252966,86400,5,0,1674,0,1,0,0,0),(28372,7012,70,1,1,6009,1,-80.2126,237.241,-49.6289,3.05433,86400,2,0,1205,2975,1,0,0,0),(28373,7012,70,1,1,6009,1,-89.1307,232.445,-49.6289,3.29867,86400,3,0,1205,2975,1,0,0,0),(28374,7011,70,1,1,6010,1,-87.6623,240.589,-49.6289,4.2586,86400,3,0,1674,0,1,0,0,0),(28376,7011,70,1,1,6010,1,-85.255,275.884,-47.6308,1.85184,86400,0,0,1674,0,0,0,0,0),(28377,7011,70,1,1,6010,1,-91.305,281.95,-47.5474,0.645772,86400,3,0,1674,0,1,0,0,0),(28532,7011,70,1,1,6010,1,-98.2153,276.013,-47.5474,2.1293,86400,0,0,1674,0,0,0,0,0),(28533,7012,70,1,1,6009,1,-95.467,267.834,-47.5474,0.820305,86400,0,0,1205,2975,0,0,0,0),(28534,7012,70,1,1,6009,1,-88.2716,262.831,-47.6308,3.30022,86400,0,0,1205,2975,0,0,0,0),(28535,7011,70,1,1,6010,1,-78.7421,266.852,-47.6307,4.72767,86400,0,0,1674,0,0,0,0,0),(28536,7011,70,1,1,6010,1,-108.909,315.128,-48.0201,5.5676,86400,0,0,1674,0,0,0,0,0),(28537,7011,70,1,1,6010,1,-97.6881,332.306,-47.5372,1.6057,86400,0,0,1674,0,0,0,0,0),(28538,7011,70,1,1,6010,1,-101,315.478,-49.3246,4.29351,86400,0,0,1674,0,0,0,0,0),(28539,7011,70,1,1,6010,1,-110.732,324.565,-46.9314,2.28638,86400,0,0,1674,0,0,0,0,0),(28540,7012,70,1,1,6009,1,-100.29,322.715,-49.3303,1.58825,86400,0,0,1205,2975,0,0,0,0),(28541,7011,70,1,1,6010,1,-1.90834,279.235,-49.6279,6.17846,86400,0,0,1674,0,0,0,0,0),(28542,7011,70,1,1,6010,1,-8.72249,288.024,-48.0006,0.261799,86400,0,0,1674,0,0,0,0,0),(28543,7011,70,1,1,6010,1,-14.8232,289.552,-46.6865,3.49066,86400,0,0,1674,0,0,0,0,0),(28544,7011,70,1,1,6010,1,-13.8457,274.421,-48.3546,4.88692,86400,0,0,1674,0,0,0,0,0),(28545,7012,70,1,1,6009,1,-23.7722,278.45,-47.6628,1.55334,86400,0,0,1205,2975,0,0,0,0),(28546,7011,70,1,1,6010,1,-43.5592,237.275,-48.3282,2.7571,86400,2,0,1674,0,1,0,0,0),(28547,7011,70,1,1,6010,1,-43.1821,203.8,-48.3275,6.12569,86400,2,0,1674,0,1,0,0,0),(28784,7011,70,1,1,6010,1,-42.6852,255.155,-48.9355,1.90241,86400,2,0,1674,0,1,0,0,0),(76022,17211,532,1,1,0,0,-11093.3,-1882.73,220.751,0.663225,604800,0,0,1,0,0,0,0,0),(28789,7012,70,1,1,6009,1,-42.3058,263.875,-48.9355,2.96706,86400,2,0,1205,2975,1,0,0,0),(28795,7011,70,1,1,6010,1,-49.6443,201.981,-48.3253,0.987509,86400,2,0,1674,0,1,0,0,0),(76021,17211,532,1,1,0,0,-11089.7,-1887.11,220.751,0.715585,604800,0,0,1,0,0,0,0,0),(76020,17469,532,1,1,0,0,-11064.7,-1874.34,220.751,3.83972,604800,0,0,1,0,0,0,0,0),(76019,21664,532,1,1,0,0,-11104.6,-1877.51,220.751,0.680678,604800,0,0,1,0,0,0,0,0),(76018,21664,532,1,1,0,0,-11086.9,-1899.18,220.751,0.733038,604800,0,0,1,0,0,0,0,0),(29384,7011,70,1,1,6010,1,-99.3593,220.256,-43.6977,2.80998,86400,0,0,1674,0,0,0,0,0),(29488,7011,70,1,1,6010,1,-101.67,213.408,-41.9086,2.79253,86400,0,0,1674,0,0,0,0,0),(29573,7011,70,1,1,6010,1,-100.271,196.996,-39.4195,4.64258,86400,0,0,1674,0,0,0,0,0),(29574,7011,70,1,1,6010,1,-107.486,197.499,-40.3266,4.46804,86400,0,0,1674,0,0,0,0,0),(29589,7012,70,1,1,6009,1,-85.0633,214.664,-46.0615,3.83972,86400,0,0,1205,2975,0,0,0,0),(29590,6912,70,1,1,5711,0,-176.003,169.17,-47.3276,2.68781,86400,0,0,1110,1067,0,0,0,0),(29591,4847,70,1,1,6054,1,-160.858,363.96,-33.8446,4.39823,86400,5,0,3405,1186,1,0,0,0),(29592,4847,70,1,1,6054,1,-139.421,370.119,-41.6872,3.56047,86400,0,0,3405,1186,0,0,0,0),(29593,7030,70,1,1,6056,1,-139.302,393.84,-40.2474,5.79449,86400,0,0,3405,1186,0,0,0,0),(29594,4847,70,1,1,6054,1,-137.294,386.394,-40.2004,5.96903,86400,2,0,3405,1186,1,0,0,0),(29649,4847,70,1,1,6054,1,-151.839,368.456,-33.9654,5.93412,86400,0,0,3405,1186,0,0,0,0),(29650,7023,70,1,1,5285,0,-163.76,387.992,-36.3564,0.10472,86400,0,0,7620,0,0,0,0,0),(29651,4847,70,1,1,6054,1,-143.07,389.049,-39.8265,0.959931,86400,3,0,3405,1186,1,0,0,0),(29652,4852,70,1,1,160,1,-248.191,240.72,-46.5294,0.296706,86400,0,0,3279,1142,0,0,0,0),(29653,4850,70,1,1,722,1,-242.073,241.255,-47.9852,2.70526,86400,0,0,4008,0,0,0,0,0),(29654,4850,70,1,1,722,1,-246.664,245.974,-46.9168,5.44543,86400,0,0,4008,0,0,0,0,0),(29655,4852,70,1,1,160,1,-258.846,280.83,-48.5384,2.79253,86400,0,0,3279,1142,0,0,0,0),(29656,4850,70,1,1,722,1,-265.963,280.01,-48.3898,0.767945,86400,0,0,4008,0,0,0,0,0),(29657,4850,70,1,1,722,1,-267.258,286.174,-47.2355,5.51524,86400,0,0,4008,0,0,0,0,0),(29658,4852,70,1,1,160,1,-244.168,266.766,-50.3178,3.57792,86400,0,0,3279,1142,0,0,0,0),(29659,4850,70,1,1,722,1,-223.6,197.962,-44.5323,3.42085,86400,0,0,4008,0,0,0,0,0),(29773,4850,70,1,1,722,1,-211.945,247.895,-48.5138,3.89208,86400,3,0,4008,0,1,0,0,0),(30022,4850,70,1,1,722,1,-210.824,242.184,-47.8069,1.02974,86400,3,0,4008,0,1,0,0,0),(30023,7175,70,1,1,763,1,-243.165,215.393,-46.6571,5.91667,86400,0,0,1220,0,0,0,0,0),(30024,7175,70,1,1,763,1,-211.798,220.44,-46.6627,3.08923,86400,0,0,1220,0,0,0,0,0),(30025,7175,70,1,1,763,1,-213.264,215.356,-46.7294,2.18166,86400,0,0,1220,0,0,0,0,0),(30027,7175,70,1,1,763,1,-243.263,220.803,-46.3484,1.0472,86400,0,0,1220,0,0,0,0,0),(30028,7175,70,1,1,763,1,-235.294,214.836,-49.4181,0.890118,86400,0,0,1220,0,0,0,0,0),(30029,7175,70,1,1,763,1,-221.358,214.264,-49.4079,2.32129,86400,0,0,1220,0,0,0,0,0),(30030,4850,70,1,1,722,1,-230.359,255.139,-49.4661,6.12611,86400,2,0,4008,0,1,0,0,0),(30066,4850,70,1,1,722,1,-232.006,198.061,-44.532,2.94961,86400,0,0,4008,0,0,0,0,0),(30067,4850,70,1,1,722,1,-250.699,264.989,-50.2675,6.05629,86400,0,0,4008,0,0,0,0,0),(30068,4852,70,1,1,160,1,-334.994,80.9996,-51.1472,0.890118,86400,3,0,3279,1142,1,0,0,0),(30069,4852,70,1,1,160,1,-296.946,140.831,-46.5533,0.349066,86400,2,0,3279,1142,1,0,0,0),(30073,4850,70,1,1,722,1,-317.726,117.748,-49.015,0,86400,2,0,4008,0,1,0,0,0),(30074,4852,70,1,1,160,1,-350.327,100.63,-53.0457,4.71239,86400,1,0,3279,1142,1,0,0,0),(30075,4852,70,1,1,160,1,-333.309,98.8381,-56.0877,0.418879,86400,3,0,3279,1142,1,0,0,0),(30076,4850,70,1,1,722,1,-332,112.267,-54.0304,5.06145,86400,2,0,4008,0,1,0,0,0),(30077,4852,70,1,1,160,1,-342.276,86.0456,-51.8534,0.645772,86400,2,0,3279,1142,1,0,0,0),(30078,4850,70,1,1,722,1,-338.709,139.708,-49.575,4.29351,86400,3,0,4008,0,1,0,0,0),(30079,4850,70,1,1,722,1,-305.035,131.561,-46.5367,3.56047,86400,0,0,4008,0,0,0,0,0),(30080,4852,70,1,1,160,1,-331.743,119.006,-53.3566,0,86400,0,0,3279,1142,0,0,0,0),(30081,4861,70,1,1,1954,0,-116.197,317.779,-46.0844,1.14041,86400,0,0,4008,0,2,0,0,0),(30082,7022,70,1,1,2488,0,-152.951,275.119,-46.8386,4.24115,86400,5,0,4008,0,1,0,0,0),(30083,4861,70,1,1,1954,0,-69.8894,358.44,-51.3618,5.23599,86400,5,0,4008,0,1,0,0,0),(30084,4863,70,1,1,4486,0,-178.951,321.668,-52.6526,2.72271,86400,3,0,4008,0,1,0,0,0),(30085,4861,70,1,1,1954,0,-142.795,225.251,-45.7625,4.47565,86400,0,0,4008,0,2,0,0,0),(30086,7022,70,1,1,2488,0,-155.958,319.144,-49.1202,1.15192,86400,5,0,4008,0,1,0,0,0),(30087,7022,70,1,1,2488,0,-133.63,229.448,-47.8246,4.64258,86400,3,0,4008,0,1,0,0,0),(30088,4861,70,1,1,1954,0,-77.5891,373.853,-46.2722,3.1765,86400,5,0,4008,0,1,0,0,0),(30089,4863,70,1,1,4486,0,-125.943,266.856,-45.7099,3.9619,86400,5,0,4008,0,1,0,0,0),(30090,4861,70,1,1,1954,0,-112.023,353.095,-45.5119,1.93731,86400,5,0,4008,0,1,0,0,0),(30091,4855,70,1,1,11166,0,58.6503,366.721,-38.8707,0.785398,86400,0,0,4185,0,0,0,0,0),(30092,4855,70,1,1,11166,0,55.4041,379.024,-38.1699,2.18166,86400,0,0,4185,0,0,0,0,0),(30093,4853,70,1,1,1194,1,62.5257,377.912,-38.2556,2.10292,86400,2,0,3405,1186,1,0,0,0),(30094,4855,70,1,1,11166,0,55.8178,416.082,-41.0342,2.3869,86400,2,0,4185,0,1,0,0,0),(30095,7320,70,1,1,11166,1,6.94175,278.814,-37.2726,1.00828,86400,2,0,4185,0,1,0,0,0),(30096,7320,70,1,1,11166,1,25.8111,300.415,-40.3157,4.08407,86400,2,0,4185,0,1,0,0,0),(30097,7320,70,1,1,11166,1,26.1589,293.341,-39.4752,1.65806,86400,2,0,4185,0,1,0,0,0),(30098,4855,70,1,1,11166,0,49.7852,418.467,-40.9534,0.122173,86400,2,0,4185,0,1,0,0,0),(30099,4853,70,1,1,1194,1,49.4747,425.58,-40.9556,3.59538,86400,3,0,3405,1186,1,0,0,0),(30100,4855,70,1,1,11166,0,40.1434,445.185,-40.965,4.62512,86400,2,0,4185,0,1,0,0,0),(30101,4853,70,1,1,1194,1,37.5974,438.76,-40.9636,4.7822,86400,3,0,3405,1186,1,0,0,0),(30102,4855,70,1,1,11166,0,39.3714,311.03,-39.1286,2.63545,86400,0,0,4185,0,0,0,0,0),(30103,4855,70,1,1,11166,0,49.9951,309.711,-40.1848,2.26893,86400,0,0,4185,0,0,0,0,0),(30104,4853,70,1,1,1194,1,43.393,304.585,-39.5612,5.48033,86400,0,0,3405,1186,0,0,0,0),(30105,4855,70,1,1,11166,0,40.5816,359.864,-43.2524,5.74213,86400,2,0,4185,0,1,0,0,0),(30106,4855,70,1,1,11166,0,9.18573,361.806,-42.525,0.802851,86400,0,0,4185,0,2,0,0,0),(30107,4851,70,1,1,721,1,-191.578,138.187,-47.321,6.13962,86400,2,0,1469,0,1,0,0,0),(30108,4852,70,1,1,160,1,-243.784,120.961,-46.6312,4.99385,86400,3,0,3279,1142,1,0,0,0),(30109,4851,70,1,1,721,1,-176.665,143.337,-47.3272,1.65806,86400,3,0,1469,0,1,0,0,0),(30110,4851,70,1,1,721,1,-174.126,137.393,-47.4112,2.02458,86400,0,1,1469,0,2,0,0,0),(30111,4851,70,1,1,721,1,-287.446,83.2841,-48.723,0.948537,86400,2,0,1469,0,1,0,0,0),(30112,4852,70,1,1,160,1,-174.826,75.6344,-48.7268,3.2467,86400,3,0,3279,1142,1,0,0,0),(30113,4851,70,1,1,721,1,-231.575,137.174,-46.6299,3.1363,86400,2,0,1469,0,1,0,0,0),(33501,4852,70,1,1,160,1,-172.4,140.041,-47.3289,2.60054,86400,2,0,3279,1142,1,0,0,0),(33502,4851,70,1,1,721,1,-276.031,169.233,-47.3251,3.15905,86400,2,0,1469,0,1,0,0,0),(33503,4851,70,1,1,721,1,-276.377,136.472,-47.3259,5.34071,86400,2,0,1469,0,1,0,0,0),(33504,10120,70,1,1,5989,0,48.5035,251.146,-52.1147,0.558505,86400,0,0,5836,0,0,0,0,0),(33505,7396,70,1,1,6010,1,48.8237,260.62,-52.1147,5.51524,86400,2,0,1751,0,1,0,0,0),(33506,7396,70,1,1,6010,1,65.102,251.421,-52.1981,5.42025,86400,2,0,1751,0,1,0,0,0),(33507,7396,70,1,1,6010,1,59.6526,247.481,-52.198,1.62304,86400,2,0,1751,0,1,0,0,0),(33508,7396,70,1,1,6010,1,55.0334,254.895,-52.198,2.13041,86400,2,0,1751,0,1,0,0,0),(33509,7397,70,1,1,6009,1,61.976,247.81,-52.198,2.02133,86400,2,0,1248,3075,1,0,0,0),(33510,7397,70,1,1,6009,1,58.3992,254.443,-52.198,5.78542,86400,2,0,1248,3075,1,0,0,0),(33511,4860,70,1,1,2234,0,61.616,238.023,-52.198,0.140379,86400,2,0,4377,0,1,0,0,0),(33513,7396,70,1,1,6010,1,122.341,258.239,-26.5881,2.8043,86400,2,0,1751,0,1,0,0,0),(33514,7396,70,1,1,6010,1,129.495,258.71,-26.5881,1.24716,86400,2,0,1751,0,1,0,0,0),(33515,7396,70,1,1,6010,1,129.486,263.976,-26.5881,5.05695,86400,2,0,1751,0,1,0,0,0),(33516,7396,70,1,1,6010,1,112.488,244.233,-26.5047,0.593412,86400,2,0,1751,0,1,0,0,0),(33517,7397,70,1,1,6009,1,124.215,250.495,-26.5881,0.043685,86400,2,0,1248,3075,1,0,0,0),(33518,4860,70,1,1,2234,0,113.387,252.391,-26.5881,0.518236,86400,2,0,4377,0,1,0,0,0),(33519,7022,70,1,1,2488,0,-123.224,239.511,-48.3428,3.07178,86400,3,0,4008,0,1,0,0,0),(33520,4863,70,1,1,4486,0,-141.03,312.545,-44.3538,5.61996,86400,5,0,4008,0,1,0,0,0),(33521,4861,70,1,1,1954,0,-44.2284,356.997,-47.5747,0.575959,86400,3,0,4008,0,1,0,0,0),(33522,4861,70,1,1,1954,0,-34.3582,349.182,-44.7179,3.43001,86400,0,0,4008,0,2,0,0,0),(28796,23283,530,1,1,0,0,-5240.3,682.02,157.604,5.72309,900,0,0,151760,0,2,0,0,0),(33524,4851,70,1,1,721,1,-281.844,163.795,-47.3267,4.4855,86400,2,0,1469,0,1,0,0,0),(33525,4852,70,1,1,160,1,-166.57,69.4432,-48.7308,1.53746,86400,3,0,3279,1142,1,0,0,0),(33526,4852,70,1,1,160,1,-273.878,62.1223,-48.7141,3.41824,86400,3,0,3279,1142,1,0,0,0),(33527,4851,70,1,1,721,1,-212.113,120.996,-46.6312,4.60462,86400,5,0,1469,0,1,0,0,0),(33528,4851,70,1,1,721,1,-280.322,59.587,-48.7168,0.403883,86400,3,0,1469,0,1,0,0,0),(33529,4851,70,1,1,721,1,-164.516,82.1045,-48.7316,0.567649,86400,3,0,1469,0,1,0,0,0),(33530,4851,70,1,1,721,1,-244.22,90.1088,-48.0306,3.45953,86400,2,0,1469,0,1,0,0,0),(33531,4852,70,1,1,160,1,-282.683,170.546,-47.3271,2.51327,86400,2,0,3279,1142,1,0,0,0),(33532,4851,70,1,1,721,1,-212.481,88.8378,-48.0205,3.08739,86400,2,0,1469,0,1,0,0,0),(33533,4852,70,1,1,160,1,-224.209,134.803,-46.6291,3.37407,86400,2,0,3279,1142,1,0,0,0),(33534,4851,70,1,1,721,1,-230.612,129.842,-46.6282,1.46608,86400,2,0,1469,0,1,0,0,0),(33535,10120,70,1,1,5989,0,51.9748,243.765,-52.1147,0.593412,86400,0,0,5836,0,0,0,0,0),(33536,15384,70,1,1,11686,0,150.307,306.34,-52.1428,5.79449,86400,0,0,4120,0,0,0,0,0),(33537,2748,70,1,1,5988,1,104.338,272.31,-51.6959,3.64774,86400,0,0,22860,0,0,0,0,0),(33538,7309,70,1,1,6025,0,132.846,259.723,-52.1213,2.60054,86400,0,0,446,0,0,0,0,0),(33539,7309,70,1,1,6025,0,79.827,292.044,-52.1213,5.84685,86400,0,0,446,0,0,0,0,0),(33540,7309,70,1,1,6025,0,119.714,299.935,-52.1213,4.18879,86400,0,0,446,0,0,0,0,0),(33541,7309,70,1,1,6025,0,73.6493,276.098,-52.1213,6.0912,86400,0,0,446,0,0,0,0,0),(33542,7076,70,1,1,6026,1,106.737,290.618,-51.6997,4.59022,86400,0,0,349,0,0,0,0,0),(33543,7309,70,1,1,6025,0,96.1878,242.548,-52.1213,1.36136,86400,0,0,446,0,0,0,0,0),(33544,10120,70,1,1,5989,0,117.541,244.48,-52.1213,2.09439,86400,0,0,5836,0,0,0,0,0),(33545,7309,70,1,1,6025,0,85.3935,247.961,-52.1213,0.959931,86400,0,0,446,0,0,0,0,0),(33546,7309,70,1,1,6025,0,87.3029,246.851,-52.1213,1.06465,86400,0,0,446,0,0,0,0,0),(33547,7309,70,1,1,6025,0,107.897,303.66,-52.1213,4.57276,86400,0,0,446,0,0,0,0,0),(33548,7309,70,1,1,6025,0,110.552,303.294,-52.1213,4.57276,86400,0,0,446,0,0,0,0,0),(33549,10120,70,1,1,5989,0,90.9648,301.704,-52.1213,5.28835,86400,0,0,5836,0,0,0,0,0),(33550,7077,70,1,1,6025,0,125.958,296.112,-52.1213,3.9619,86400,0,0,251,2975,0,0,0,0),(33551,7076,70,1,1,6026,1,89.731,282.814,-51.6997,5.67232,86400,0,0,349,0,0,0,0,0),(33552,7309,70,1,1,6025,0,78.5479,289.994,-52.1213,5.70723,86400,0,0,446,0,0,0,0,0),(33553,7309,70,1,1,6025,0,77.1684,287.766,-52.1213,5.81195,86400,0,0,446,0,0,0,0,0),(33554,7309,70,1,1,6025,0,75.9659,285.748,-52.1213,5.65487,86400,0,0,446,0,0,0,0,0),(33555,7309,70,1,1,6025,0,74.2951,280.898,-52.1213,6.0912,86400,0,0,446,0,0,0,0,0),(33556,7309,70,1,1,6025,0,73.9196,278.483,-52.1213,6.12611,86400,0,0,446,0,0,0,0,0),(33557,7309,70,1,1,6025,0,73.2958,273.634,-52.1213,6.00393,86400,0,0,446,0,0,0,0,0),(33558,7077,70,1,1,6025,0,83.3431,249.266,-52.1213,0.837758,86400,0,0,251,2975,0,0,0,0),(33559,7077,70,1,1,6025,0,93.7888,243.029,-52.1213,1.23918,86400,0,0,251,2975,0,0,0,0),(33560,7076,70,1,1,6026,1,102.634,255.188,-51.6997,1.48353,86400,0,0,349,0,0,0,0,0),(33561,7309,70,1,1,6025,0,130.37,255.511,-52.1213,2.58309,86400,0,0,446,0,0,0,0,0),(33562,7309,70,1,1,6025,0,131.642,257.691,-52.1213,2.61799,86400,0,0,446,0,0,0,0,0),(33563,7077,70,1,1,6025,0,115.438,302.439,-52.1213,4.34587,86400,0,0,251,2975,0,0,0,0),(33577,7077,70,1,1,6025,0,103.067,304.25,-52.1213,4.74729,86400,0,0,251,2975,0,0,0,0),(33578,7309,70,1,1,6025,0,91.5691,244.263,-52.1213,1.0472,86400,0,0,446,0,0,0,0,0),(33579,7309,70,1,1,6025,0,98.6404,242.097,-52.1213,1.36136,86400,0,0,446,0,0,0,0,0),(33580,7309,70,1,1,6025,0,101.175,241.734,-52.1213,1.41372,86400,0,0,446,0,0,0,0,0),(33581,7309,70,1,1,6025,0,134.815,264.562,-52.1213,2.9147,86400,0,0,446,0,0,0,0,0),(33582,7309,70,1,1,6025,0,135.212,267.042,-52.1213,2.98451,86400,0,0,446,0,0,0,0,0),(33583,7309,70,1,1,6025,0,135.559,269.673,-52.1213,2.98451,86400,0,0,446,0,0,0,0,0),(33584,7309,70,1,1,6025,0,135.927,272.091,-52.1213,3.01942,86400,0,0,446,0,0,0,0,0),(33585,7309,70,1,1,6025,0,123.935,297.48,-52.1213,4.15388,86400,0,0,446,0,0,0,0,0),(33586,7076,70,1,1,6026,1,88.0912,265.328,-51.6997,0.436332,86400,0,0,349,0,0,0,0,0),(33587,7309,70,1,1,6025,0,117.584,301.153,-52.1213,4.24115,86400,0,0,446,0,0,0,0,0),(33588,7077,70,1,1,6025,0,127.731,251.6,-52.1213,2.40855,86400,0,0,251,2975,0,0,0,0),(33589,7077,70,1,1,6025,0,134.081,262.03,-52.1213,2.80998,86400,0,0,251,2975,0,0,0,0),(33593,7077,70,1,1,6025,0,74.8823,283.399,-52.1213,5.91667,86400,0,0,251,2975,0,0,0,0),(33594,7309,70,1,1,6025,0,103.572,241.414,-52.1213,1.36136,86400,0,0,446,0,0,0,0,0),(33595,7309,70,1,1,6025,0,121.925,298.689,-52.1213,4.15388,86400,0,0,446,0,0,0,0,0),(33596,7309,70,1,1,6025,0,112.992,302.948,-52.1213,4.50295,86400,0,0,446,0,0,0,0,0),(33597,7309,70,1,1,6025,0,105.498,304,-52.1213,4.59022,86400,0,0,446,0,0,0,0,0),(35238,7309,70,1,1,6025,0,129.047,253.491,-52.1213,2.53073,86400,0,0,446,0,0,0,0,0),(44158,7077,70,1,1,6025,0,105.984,241.057,-52.1213,1.64061,86400,0,0,251,2975,0,0,0,0),(44159,7077,70,1,1,6025,0,73.0399,271.531,-52.1213,0.017453,86400,0,0,251,2975,0,0,0,0),(44391,7077,70,1,1,6025,0,81.1552,293.988,-52.1213,5.51524,86400,0,0,251,2975,0,0,0,0),(46995,7076,70,1,1,6026,1,120.997,280.152,-51.6997,3.61283,86400,0,0,349,0,0,0,0,0),(47441,7076,70,1,1,6026,1,119.465,263.298,-51.6997,2.56563,86400,0,0,349,0,0,0,0,0),(47579,7077,70,1,1,6025,0,135.904,274.323,-52.1213,3.21141,86400,0,0,251,2975,0,0,0,0),(48034,7309,70,1,1,6025,0,89.4681,245.446,-52.1213,1.06465,86400,0,0,446,0,0,0,0,0),(52882,11073,70,1,1,10609,1,-159.803,196.172,-49.5849,1.74533,86400,0,0,3293,0,0,0,0,0),(54080,7228,70,1,1,0,1,-235.673,309.639,-47.5976,4.74317,86400,0,0,14590,0,0,0,0,0),(18131,23026,530,1,1,0,0,-1353.95,9620.58,205.148,4.19322,350,5,0,6761,0,1,0,0,0),(41809,23026,530,1,1,0,0,-1421.45,9566.93,204.574,1.2794,350,5,0,6761,0,1,0,0,0),(54119,23026,530,1,1,0,0,-1513.31,9647.82,203.217,2.3711,350,5,0,6761,0,1,0,0,0),(54419,23026,530,1,1,0,0,-1543.68,9678.47,203.09,0.0942316,350,5,0,6761,0,1,0,0,0),(56958,23026,530,1,1,0,0,-1449.14,9802.48,202.99,4.03301,350,5,0,6761,0,1,0,0,0),(63449,23026,530,1,1,0,0,-1386.68,9848.3,201.882,3.9152,350,5,0,6761,0,1,0,0,0),(81654,23026,530,1,1,0,0,-1378.22,9766.21,204.655,3.03163,350,5,0,6761,0,1,0,0,0),(81655,23026,530,1,1,0,0,-1348.71,9685.13,203.323,3.50287,350,5,0,6761,0,1,0,0,0),(81656,23026,530,1,1,0,0,-1266.64,9619.07,204.859,3.5657,350,5,0,6761,0,1,0,0,0),(81657,23026,530,1,1,0,0,-1216.48,9522.31,251.683,2.1834,350,5,0,6761,0,1,0,0,0),(81658,23026,530,1,1,0,0,-1247.98,9456.68,264.09,6.06719,350,5,0,6761,0,1,0,0,0),(81659,23026,530,1,1,0,0,-1340.01,9267.53,242.378,0.32201,350,5,0,6761,0,1,0,0,0),(81660,23026,530,1,1,0,0,-1288.07,9275.82,241.337,5.63522,350,5,0,6761,0,1,0,0,0),(81662,23026,530,1,1,0,0,-1276.19,9127.39,216.291,3.36935,350,5,0,6761,0,1,0,0,0),(81663,23026,530,1,1,0,0,-1344.78,9233.61,238.273,1.42156,350,5,0,6761,0,1,0,0,0),(81664,23026,530,1,1,0,0,-1202.4,9298.96,257.465,2.44651,350,5,0,6761,0,1,0,0,0),(81665,23026,530,1,1,0,0,-1300.57,9188.2,220.581,5.56847,350,5,0,6761,0,1,0,0,0),(81666,23026,530,1,1,0,0,-1174.48,9240.11,225.542,3.84059,350,5,0,6761,0,1,0,0,0),(81667,23026,530,1,1,0,0,-1244.35,9252.61,232.359,5.67057,350,5,0,6761,0,1,0,0,0),(81668,23026,530,1,1,0,0,-1212.68,9184.09,216.61,2.25802,350,5,0,6761,0,1,0,0,0),(81669,23020,530,1,1,0,0,-2808.09,688.305,-18.4746,0.93773,500,0,0,6761,0,0,0,0,0),(81670,23020,530,1,1,0,0,-2940.18,568.899,-10.686,6.05931,500,0,0,6761,0,0,0,0,0),(81671,23020,530,1,1,0,0,-2978.34,600.43,12.8629,3.49106,500,0,0,6761,0,0,0,0,0),(81672,23020,530,1,1,0,0,-3012.69,638.035,-0.704971,2.42685,500,0,0,6761,0,0,0,0,0),(81673,23020,530,1,1,0,0,-3050.81,585.801,-2.39146,1.35478,500,0,0,6761,0,0,0,0,0),(81674,23020,530,1,1,0,0,-2969.63,353.884,-12.3529,3.58531,500,0,0,6761,0,0,0,0,0),(81675,23020,530,1,1,0,0,-3050.75,265.055,45.7577,2.94914,500,0,0,6761,0,0,0,0,0),(81676,23020,530,1,1,0,0,-3098.89,242.107,88.0001,0.420158,500,0,0,6761,0,0,0,0,0),(81677,23020,530,1,1,0,0,-3042.33,134.842,27.9031,1.50008,500,0,0,6761,0,0,0,0,0),(81678,23020,530,1,1,0,0,-2990.1,200.768,1.14204,2.58393,500,0,0,6761,0,0,0,0,0),(81679,23020,530,1,1,0,0,-2988.45,301.434,-9.75605,2.83133,500,0,0,6761,0,0,0,0,0),(81680,23020,530,1,1,0,0,-3016.44,360.698,-3.19895,1.18592,500,0,0,6761,0,0,0,0,0),(81681,23020,530,1,1,0,0,-3047.45,437.263,-2.54522,0.757878,500,0,0,6761,0,0,0,0,0),(81682,23020,530,1,1,0,0,-3016.25,492.037,-14.3052,1.02884,500,0,0,6761,0,0,0,0,0),(81683,23020,530,1,1,0,0,-2892.97,540.099,-17.1982,2.11269,500,0,0,6761,0,0,0,0,0),(81684,23020,530,1,1,0,0,-2761.65,617.631,-31.7661,3.56961,500,0,0,6761,0,0,0,0,0),(81685,23020,530,1,1,0,0,-2826.28,596.723,-12.7553,3.09444,500,0,0,6761,0,0,0,0,0),(81686,23020,530,1,1,0,0,-2833.79,548.043,-18.1807,2.2737,500,0,0,6761,0,0,0,0,0),(81687,23020,530,1,1,0,0,-2827.74,508.938,-30.9603,2.03808,500,0,0,6761,0,0,0,0,0),(81688,23020,530,1,1,0,0,-2753.44,459.909,-33.8396,2.09306,500,0,0,6761,0,0,0,0,0),(81689,23020,530,1,1,0,0,-2732.16,497.259,-38.1076,3.71098,500,0,0,6761,0,0,0,0,0),(81690,23020,530,1,1,0,0,-2704.95,553.343,-44.187,2.76457,500,0,0,6761,0,0,0,0,0),(81691,23020,530,1,1,0,0,-2765.5,577.654,-23.8918,3.19262,500,0,0,6761,0,0,0,0,0),(81692,23020,530,1,1,0,0,-2770.94,654.839,-30.3419,3.30258,500,0,0,6761,0,0,0,0,0),(81693,23020,530,1,1,0,0,-2731.22,707.741,-18.8387,4.26076,500,0,0,6761,0,0,0,0,0),(81694,23020,530,1,1,0,0,-2752.13,722.939,-18.6453,3.65208,500,0,0,6761,0,0,0,0,0),(81695,23020,530,1,1,0,0,-2786.65,744.802,-5.49288,0.345555,500,0,0,6761,0,0,0,0,0),(81696,23020,530,1,1,0,0,-2728.6,854.907,-5.62444,4.22542,500,0,0,6761,0,0,0,0,0),(81697,23020,530,1,1,0,0,-2778.8,840.353,19.6306,1.78283,500,0,0,6761,0,0,0,0,0),(81698,23020,530,1,1,0,0,-2751.68,895.048,-5.03054,3.84843,500,0,0,6761,0,0,0,0,0),(81699,23020,530,1,1,0,0,-2444.08,1783.21,10.5143,4.99905,500,0,0,6761,0,0,0,0,0),(81700,23020,530,1,1,0,0,-2476.46,1595.35,-29.305,1.26841,500,0,0,6761,0,0,0,0,0),(81701,23020,530,1,1,0,0,-2394.07,1786.89,-3.02827,5.7334,500,0,0,6761,0,0,0,0,0),(81702,23020,530,1,1,0,0,-2435.26,1650.1,-16.1131,1.33517,500,0,0,6761,0,0,0,0,0),(81703,23020,530,1,1,0,0,-2373.26,1687.5,-24.9741,2.9688,500,0,0,6761,0,0,0,0,0),(81704,23020,530,1,1,0,0,-2364.54,1741.09,-10.0286,5.16006,500,0,0,6761,0,0,0,0,0),(81705,23020,530,1,1,0,0,-2425.48,1747.26,4.46214,4.22936,500,0,0,6761,0,0,0,0,0),(81706,23020,530,1,1,0,0,-2519.19,1679.66,15.5196,2.5329,500,0,0,6761,0,0,0,0,0),(67,2844,0,1,1,4477,0,-14361.9,372.226,24.4477,5.84685,300,0,0,2399,0,0,0,0,0),(66,7390,0,1,1,6191,0,-14332.5,425.102,6.63462,2.30658,300,0,0,42,0,0,0,0,0),(65,2622,0,1,1,4489,1,-14437.3,408.212,15.1134,1.91986,300,0,0,2399,0,0,0,0,0),(64,2832,0,1,1,7180,1,-14451.7,495.417,15.1901,3.7001,300,0,0,1604,0,0,0,0,0),(8,8123,0,1,1,7337,0,-14421.9,528.898,5.24876,5.14872,300,0,0,7842,0,0,0,0,0),(7,2482,0,1,1,4490,0,-14379.1,412.672,6.8203,5.70723,300,0,0,2059,0,0,0,0,0),(6,2626,0,1,1,4491,1,-14451.3,471.164,4.28487,5.72468,300,0,0,2059,0,0,0,0,0),(5,2839,0,1,1,4478,1,-14340.6,414.604,6.71338,2.19912,300,0,0,1902,0,0,0,0,0),(4,2838,0,1,1,7181,1,-14430.2,410.963,15.3606,3.03687,300,0,0,2399,0,0,0,0,0),(3,2499,0,1,1,7429,1,-14355.9,433.399,7.55289,1.79769,300,0,0,1604,0,0,0,0,0),(2,7853,0,1,1,7036,1,-14464.9,459.585,15.2488,3.735,300,0,0,1003,0,0,0,0,0),(1,2843,0,1,1,4481,1,-14467.8,468.374,15.1064,0.139626,300,0,0,2059,0,0,0,0,0),(1076,7035,0,1,1,10707,1,-7800.81,-2652.94,173.296,5.43544,500,2,0,3556,0,1,0,0,0),(1072,7033,0,1,1,11549,1,-8075.29,-2678.09,140.93,5.34104,500,5,0,3322,0,1,0,0,0),(948,7034,0,1,1,11550,1,-7952.03,-2452.73,133.672,4.22834,500,5,0,2751,1864,1,0,0,0),(31457,4388,1,1,1,2425,0,-3727.28,-4818.96,-36.5424,3.44927,360,10,0,1396,0,1,0,0,0),(31458,4329,1,1,1,143,1,-4751.05,-3434.24,39.9569,1.20839,360,5,0,1751,0,1,0,0,0),(31459,4331,1,1,1,8249,1,-4754.81,-3438.53,39.8953,1.20932,360,0,0,1471,1283,0,0,0,0),(31460,4388,1,1,1,2425,0,-3675.59,-4848.85,-29.8542,5.64454,360,10,0,1396,0,1,0,0,0),(31461,4388,1,1,1,2425,0,-3655.09,-4883.1,-28.1565,5.59216,360,10,0,1396,0,1,0,0,0),(31462,4388,1,1,1,2425,0,-3626.01,-4849.82,-31.5711,4.28726,360,10,0,1396,0,1,0,0,0),(31463,4328,1,1,1,8310,1,-4648.86,-3687.15,42.6316,0.688309,360,5,0,1471,1283,1,0,0,0),(31464,4334,1,1,1,8309,1,-4674.56,-3748.92,47.837,4.41236,360,5,0,1522,1332,1,0,0,0),(31465,4334,1,1,1,8309,1,-4653.64,-3718.34,44.6281,1.23251,360,5,0,1522,1332,1,0,0,0),(31466,4334,1,1,1,8309,1,-4714.32,-3646.9,46.702,0.893693,360,5,0,1522,1332,1,0,0,0),(31467,4412,1,1,1,2546,0,-3551.08,-2975.82,34.717,3.41061,360,10,0,1536,0,1,0,0,0),(31468,4344,1,1,1,2548,0,-3706.9,-3014.29,30.0417,6.13373,360,10,0,1305,1186,1,0,0,0),(31469,4343,1,1,1,814,0,-3611.47,-2970.18,33.0224,1.47979,360,10,0,1536,0,1,0,0,0),(31470,4334,1,1,1,8309,1,-4611.96,-3502.36,36.6249,0.436383,360,5,0,1522,1332,1,0,0,0),(31471,4345,1,1,1,807,0,-4579.17,-3457.65,31.8975,3.82705,360,10,0,1751,0,1,0,0,0),(31472,4334,1,1,1,8309,1,-4645.06,-3526.22,32.7861,5.40091,360,5,0,1522,1332,1,0,0,0),(31473,4328,1,1,1,8310,1,-4620.74,-3531.21,34.8332,3.24729,360,5,0,1471,1283,1,0,0,0),(31474,4347,1,1,1,2707,0,-2995.74,-3350.67,47.8381,2.56767,360,5,0,1536,0,1,0,0,0),(31475,4347,1,1,1,2707,0,-3095.25,-3285.67,50.9625,6.05803,360,5,0,1536,0,1,0,0,0),(31476,4412,1,1,1,2546,0,-3034.29,-3335.29,51.6654,2.8464,360,10,0,1536,0,1,0,0,0),(31477,4412,1,1,1,2546,0,-3356.74,-3305.6,42.7633,4.34797,360,10,0,1536,0,1,0,0,0),(31478,4412,1,1,1,2546,0,-3091.24,-3301.28,50.1489,2.7426,360,10,0,1536,0,1,0,0,0),(31479,4329,1,1,1,143,1,-4336.5,-3379.32,37.1506,-1.08017,360,0,0,1751,0,0,0,0,0),(31480,4415,1,1,1,11348,0,-3702.21,-3618.72,61.4027,1.40648,360,5,0,1751,0,1,0,0,0),(31481,14234,1,1,1,2703,0,-4233.95,-3706.17,67.8654,3.5511,3600,0,0,1902,0,0,0,0,0),(31482,4329,1,1,1,143,1,-4350.74,-3345.77,35.1284,2.43899,360,10,0,1751,0,1,0,0,0),(31483,4415,1,1,1,11348,0,-3817.98,-3824.99,54.79,4.24874,360,5,0,1751,0,1,0,0,0),(31484,4393,1,1,1,11137,0,-3855.64,-3672.31,39.9033,2.14016,360,10,0,1751,0,1,0,0,0),(31485,4331,1,1,1,8249,1,-4354.06,-3321.53,34.3784,2.82917,360,10,0,1471,1283,1,0,0,0),(31486,4390,1,1,1,6431,0,-3714.48,-3891.99,-16.6131,4.53356,360,0,0,1603,0,0,0,0,0),(31487,4329,1,1,1,143,1,-4378.92,-3504.45,37.0523,4.14716,360,0,0,1751,0,0,0,0,0),(31488,4331,1,1,1,8249,1,-4374.84,-3501.75,36.2175,4.14505,360,0,0,1471,1283,0,0,0,0),(31489,4346,1,1,1,2700,0,-2986.96,-3440.54,69.2482,1.42973,360,5,0,1403,0,1,0,0,0),(31490,23592,1,1,1,21656,1,-2526.29,-3204.11,34.6906,4.11898,360,0,0,1469,0,0,0,0,0),(31491,4323,1,1,1,715,0,-4483.32,-3262.52,31.2762,2.1454,360,0,0,1751,0,0,0,0,0),(31492,4329,1,1,1,143,1,-4464.43,-3244.39,38.2677,1.24039,360,10,0,1751,0,1,0,0,0),(31493,4331,1,1,1,8249,1,-4466.32,-3243.72,38.2725,1.66456,360,10,0,1471,1283,1,0,0,0),(31494,4323,1,1,1,715,0,-4558.01,-3377.44,29.1475,4.434,360,10,0,1751,0,1,0,0,0),(31495,4323,1,1,1,715,0,-4593.25,-3364.52,38.1033,5.49612,360,10,0,1751,0,1,0,0,0),(31496,4323,1,1,1,715,0,-4536.31,-3433.05,33.9252,2.83219,360,10,0,1751,0,1,0,0,0),(31497,4334,1,1,1,8309,1,-4594.19,-3523.14,35.3062,5.04197,360,5,0,1522,1332,1,0,0,0),(31498,4394,1,1,1,2569,0,-4048.06,-3691.18,40.78,2.07376,360,10,0,1459,0,1,0,0,0),(31499,4394,1,1,1,2569,0,-4035.04,-3732.9,41.0521,0.552515,360,5,0,1459,0,1,0,0,0),(31500,4393,1,1,1,11137,0,-3956.17,-3758.13,40.875,1.89197,360,10,0,1751,0,1,0,0,0),(31503,4323,1,1,1,715,0,-4552.37,-3626.76,35.9962,4.57519,360,10,0,1751,0,1,0,0,0),(31504,4323,1,1,1,715,0,-4491.65,-3544.56,39.3583,1.12779,360,10,0,1751,0,1,0,0,0),(31505,4323,1,1,1,715,0,-4450.02,-3600.4,37.3503,1.42973,360,10,0,1751,0,1,0,0,0),(31506,4393,1,1,1,11137,0,-4069.78,-3777.78,40.4224,2.83178,360,10,0,1751,0,1,0,0,0),(31507,4394,1,1,1,2569,0,-3989.58,-3756.86,39.2567,0.853068,360,5,0,1459,0,1,0,0,0),(31508,4394,1,1,1,2569,0,-3941.49,-3843.41,35.9831,5.26995,360,5,0,1459,0,1,0,0,0),(31509,4393,1,1,1,11137,0,-3950.73,-3770.44,37.2062,1.01805,360,10,0,1751,0,1,0,0,0),(31510,4393,1,1,1,11137,0,-4020.4,-3835.1,38.8249,4.40626,360,5,0,1751,0,1,0,0,0),(31511,4393,1,1,1,11137,0,-3959.69,-3840.89,36.1754,4.40355,360,5,0,1751,0,1,0,0,0),(31512,4393,1,1,1,11137,0,-4087.01,-3754.63,38.1112,0.825466,360,10,0,1751,0,1,0,0,0),(31513,4393,1,1,1,11137,0,-3922.2,-3846.69,36.5863,3.73935,360,5,0,1751,0,1,0,0,0),(31514,4415,1,1,1,11348,0,-4197.68,-3706,53.2112,0.36998,360,5,0,1751,0,1,0,0,0),(31515,4393,1,1,1,11137,0,-3933.98,-3745.68,38.1584,1.95246,360,10,0,1751,0,1,0,0,0),(31516,4393,1,1,1,11137,0,-4025.83,-3728.92,40.0216,0.597758,360,5,0,1751,0,1,0,0,0),(31517,4393,1,1,1,11137,0,-4078.58,-3785.77,36.8401,5.5807,360,5,0,1751,0,1,0,0,0),(31518,4324,1,1,1,397,0,-4393.01,-3415.42,35.9104,4.87049,360,10,0,1416,1236,1,0,0,0),(31519,4323,1,1,1,715,0,-4310.16,-3400.32,40.8374,-1.50731,360,10,0,1751,0,1,0,0,0),(31520,4345,1,1,1,807,0,-4196.8,-3280.36,31.8481,2.15996,360,10,0,1751,0,1,0,0,0),(31521,4329,1,1,1,143,1,-4317.82,-3046.67,29.4061,2.87101,360,10,0,1751,0,1,0,0,0),(31522,4329,1,1,1,143,1,-4279.65,-3047.42,34.6324,4.73029,360,5,0,1751,0,1,0,0,0),(31523,4331,1,1,1,8249,1,-4294.12,-3014.4,35.2926,1.4554,360,5,0,1471,1283,1,0,0,0),(31524,4348,1,1,1,2708,0,-4150.09,-3536.61,35.2845,3.69135,360,10,0,1674,0,1,0,0,0),(31525,4329,1,1,1,143,1,-4315.81,-3077.69,37.1517,4.08706,360,5,0,1751,0,1,0,0,0),(31526,4331,1,1,1,8249,1,-4319.9,-3289.7,34.3784,5.50163,360,5,0,1471,1283,1,0,0,0),(31527,4345,1,1,1,807,0,-3910.35,-3622.63,31.1034,2.08776,360,10,0,1751,0,1,0,0,0),(31528,4345,1,1,1,807,0,-4816.25,-3488.13,30.3655,3.15886,360,10,0,1751,0,1,0,0,0),(31529,4323,1,1,1,715,0,-4851.68,-3504.61,36.6567,5.02268,360,10,0,1751,0,1,0,0,0),(31530,23554,1,1,1,10771,0,-3015.4,-3780.91,41.0066,5.97132,360,10,0,1403,0,1,0,0,0),(31531,4412,1,1,1,2546,0,-4115.7,-3510.51,36.0201,1.4585,360,10,0,1536,0,1,0,0,0),(31532,4334,1,1,1,8309,1,-4781.92,-3652.35,47.7042,4.52859,360,5,0,1522,1332,1,0,0,0),(31533,4348,1,1,1,2708,0,-4140.25,-3480.42,44.5089,1.8532,360,10,0,1674,0,1,0,0,0),(31534,4345,1,1,1,807,0,-4179.35,-3421.21,36.0224,2.00858,360,10,0,1751,0,1,0,0,0),(31535,4345,1,1,1,807,0,-4244.02,-3393.57,28.6474,1.40762,360,10,0,1751,0,1,0,0,0),(31536,4348,1,1,1,2708,0,-4201.09,-3439.04,37.1674,5.35326,360,10,0,1674,0,1,0,0,0),(31537,4387,1,1,1,1549,0,-2743.72,-3114.44,37.6809,2.17279,360,10,0,1536,0,1,0,0,0),(31538,4345,1,1,1,807,0,-4218.18,-3311.66,30.8974,2.36069,360,10,0,1751,0,1,0,0,0),(31539,4389,1,1,1,2601,0,-3233.56,-3430.85,-3.31873,5.23153,360,5,0,1532,0,1,0,0,0),(31540,4345,1,1,1,807,0,-4217.63,-3381.7,28.6474,1.3028,360,10,0,1751,0,1,0,0,0),(31541,4348,1,1,1,2708,0,-4204,-3260.32,35.829,2.87483,360,5,0,1674,0,1,0,0,0),(31542,4331,1,1,1,8249,1,-4381.4,-3018.34,43.0677,4.96921,360,5,0,1471,1283,1,0,0,0),(31543,4345,1,1,1,807,0,-3961.45,-3498.28,31.8974,5.4984,360,10,0,1751,0,1,0,0,0),(31544,4345,1,1,1,807,0,-3906.71,-3492.6,28.8974,6.1898,360,10,0,1751,0,1,0,0,0),(31545,4394,1,1,1,2569,0,-3911.24,-3534.73,39.6445,1.8802,360,5,0,1459,0,1,0,0,0),(31546,4345,1,1,1,807,0,-3889.88,-3570.72,36.7724,2.0203,360,10,0,1751,0,1,0,0,0),(31547,4345,1,1,1,807,0,-3873.74,-3635.67,29.4675,0.582591,360,10,0,1751,0,1,0,0,0),(31548,4345,1,1,1,807,0,-4020.8,-3526.19,30.0022,1.57861,360,10,0,1751,0,1,0,0,0),(31549,23881,1,1,1,16062,1,-3663.91,-3453.97,37.2993,2.60054,360,0,0,1135,1186,0,0,0,0),(31550,4345,1,1,1,807,0,-4166.36,-3244.83,29.9912,6.10071,360,10,0,1751,0,1,0,0,0),(31551,4345,1,1,1,807,0,-4181.99,-3213.92,29.8974,6.0979,360,10,0,1751,0,1,0,0,0),(31552,23595,1,1,1,21658,1,-3642.91,-3422.29,37.4042,3.7001,360,0,0,1305,1186,0,0,0,0),(31553,23594,1,1,1,21663,1,-3599.68,-3473.52,51.8345,1.89922,360,5,0,1604,0,1,0,0,0),(31554,23594,1,1,1,21664,1,-3618.95,-3447.81,39.538,3.42445,360,5,0,1604,0,1,0,0,0),(31555,23979,1,1,1,21950,0,-2960.94,-4027.48,39.0224,0.097812,360,10,0,13,0,1,0,0,0),(31556,4401,1,1,1,2426,0,-3643.76,-4181.29,8.71802,2.5315,360,5,0,1403,0,1,0,0,0),(31557,23555,1,1,1,1196,0,-2892.74,-3991.67,33.7325,4.4092,360,10,0,1403,0,1,0,0,0),(31558,4401,1,1,1,2426,0,-3614.76,-4043.14,-8.43659,5.35863,360,5,0,1403,0,1,0,0,0),(31559,4401,1,1,1,2426,0,-3589.79,-4055.8,-3.78007,4.18208,360,5,0,1403,0,1,0,0,0),(31560,23554,1,1,1,10771,0,-2975.05,-4015.67,40.6697,6.21285,360,10,0,1403,0,1,0,0,0),(31561,4404,1,1,1,2600,0,-3670.68,-3938.94,8.28907,4.55735,360,5,0,1211,1067,1,0,0,0),(31562,23554,1,1,1,10771,0,-2957.36,-4062.12,37.0878,4.85954,360,10,0,1403,0,1,0,0,0),(31563,4404,1,1,1,2600,0,-3610.86,-4095.7,0.220912,5.82018,360,5,0,1211,1067,1,0,0,0),(31564,23554,1,1,1,10771,0,-2889.93,-3931.65,39.3042,3.55472,360,10,0,1403,0,1,0,0,0),(31565,4389,1,1,1,2601,0,-3674.77,-3983.09,-15.8067,3.43062,360,5,0,1532,0,1,0,0,0),(31566,23589,1,1,1,21648,1,-3030.37,-4206.77,0.340391,3.14796,360,3,0,1469,0,1,0,0,0),(31567,23589,1,1,1,21647,1,-2707,-4228.4,10.3084,2.15216,360,5,0,1469,0,1,0,0,0),(31568,23590,1,1,1,21651,0,-2694.88,-4280.01,3.68981,0.994838,360,0,0,1208,1097,0,0,0,0),(31569,4346,1,1,1,2700,0,-3383.84,-4005.33,35.7126,0.189506,360,5,0,1403,0,1,0,0,0),(31570,4414,1,1,1,2542,0,-3360.04,-4045.12,25.567,4.92623,360,10,0,1469,0,1,0,0,0),(31571,23979,1,1,1,21950,0,-2928.14,-4055.01,38.5672,0.129568,360,10,0,13,0,1,0,0,0),(31572,23979,1,1,1,21950,0,-2977.2,-3982.13,35.1516,4.74818,360,10,0,13,0,1,0,0,0),(31573,23554,1,1,1,10771,0,-2852.74,-4080.1,37.6607,2.28562,360,10,0,1403,0,1,0,0,0),(31574,23555,1,1,1,10255,0,-2909.44,-4015.62,28.6474,6.22396,360,10,0,1403,0,1,0,0,0),(31575,23589,1,1,1,21647,1,-2764.18,-4202.97,0.099875,0.682735,360,3,0,1469,0,1,0,0,0),(31576,23555,1,1,1,1196,0,-2952.53,-3975.58,31.0224,1.69869,360,10,0,1403,0,1,0,0,0),(31577,4382,1,1,1,2024,0,-2758.76,-3194.03,30.6474,4.14551,360,10,0,1469,0,1,0,0,0),(31578,23595,1,1,1,21660,1,-3638.86,-3393.31,37.233,3.24631,360,0,0,1305,1186,0,0,0,0),(31579,23594,1,1,1,21663,1,-3619.62,-3362.17,42.932,4.58449,360,5,0,1604,0,1,0,0,0),(31580,23594,1,1,1,21663,1,-3625.25,-3373.66,42.0887,1.50438,360,5,0,1604,0,1,0,0,0),(31581,23594,1,1,1,21663,1,-3623.2,-3409.3,36.9956,1.55446,360,5,0,1604,0,1,0,0,0),(31582,4412,1,1,1,2546,0,-3625.55,-3438.38,37.3427,0.183412,360,10,0,1536,0,1,0,0,0),(31583,4412,1,1,1,2546,0,-3594.11,-3417.05,40.6785,3.73098,360,10,0,1536,0,1,0,0,0),(31584,4347,1,1,1,2707,0,-3561.63,-3366.68,39.6023,1.80661,360,5,0,1536,0,1,0,0,0),(31585,4412,1,1,1,2546,0,-3478.46,-3388.4,53.5988,3.45345,360,10,0,1536,0,1,0,0,0),(31586,4412,1,1,1,2546,0,-3517.03,-3434.59,55.6962,0.893311,360,10,0,1536,0,1,0,0,0),(31587,4412,1,1,1,2546,0,-3440.13,-3386.78,50.8693,6.14647,360,10,0,1536,0,1,0,0,0),(31588,4344,1,1,1,2548,0,-3709.59,-3348.26,33.0224,0.199618,360,10,0,1305,1186,1,0,0,0),(31589,4412,1,1,1,2546,0,-3375.66,-3362.82,53.9463,3.46952,360,10,0,1536,0,1,0,0,0),(31590,4412,1,1,1,2546,0,-3324.17,-3322.34,60.1199,3.71281,360,10,0,1536,0,1,0,0,0),(31591,4344,1,1,1,2548,0,-3676.55,-3313.25,34.1907,3.27273,360,10,0,1305,1186,1,0,0,0),(31592,5057,1,1,1,21687,1,-3935.22,-2834.92,45.0582,5.61996,360,0,0,1536,0,0,0,0,0),(31593,5057,1,1,1,21687,1,-3950,-2800.72,36.1944,2.91861,360,0,0,1536,0,0,0,0,0),(31594,5057,1,1,1,21687,1,-3911.16,-2852.42,46.4658,0.246311,360,0,0,1536,0,0,0,0,0),(31595,5057,1,1,1,3016,1,-3918.25,-2857.4,46.4777,0.767945,360,0,0,1536,0,0,0,0,0),(31596,5057,1,1,1,21687,1,-3929.78,-2857.98,46.4779,1.36885,360,0,0,1536,0,0,0,0,0),(31597,23637,1,1,1,21639,1,-3909.32,-2874.8,46.3937,4.28747,360,5,0,1536,0,1,0,0,0),(31598,4357,1,1,1,2574,0,-4554.96,-2735.18,38.0825,1.86225,360,5,0,1674,0,1,0,0,0),(31599,4356,1,1,1,1962,0,-4536.94,-2804.57,32.5567,0.199401,360,5,0,1678,0,1,0,0,0),(31600,4357,1,1,1,2574,0,-4530.6,-2776.48,34.4373,2.59421,360,10,0,1674,0,1,0,0,0),(31601,5057,1,1,1,21687,1,-3918.02,-2867.88,46.4802,1.04486,360,0,0,1536,0,0,0,0,0),(31602,4356,1,1,1,1962,0,-4479.29,-2737.35,37.6754,1.28966,360,5,0,1678,0,1,0,0,0),(31603,4356,1,1,1,1962,0,-4598.83,-2779.72,41.8033,2.94496,360,5,0,1678,0,1,0,0,0),(31604,4357,1,1,1,2574,0,-4517.57,-2724.66,37.3198,5.27492,360,5,0,1674,0,1,0,0,0),(31605,4356,1,1,1,1962,0,-4448.71,-2768.33,35.2743,1.82146,360,10,0,1678,0,1,0,0,0),(31606,4329,1,1,1,143,1,-4346.94,-3048.41,31.7399,5.01189,360,5,0,1751,0,1,0,0,0),(31607,4328,1,1,1,8310,1,-4387.95,-2927.15,24.5625,2.64893,360,3,0,1471,1283,1,0,0,0),(31608,4328,1,1,1,8310,1,-4389.8,-2960.3,24.173,2.46076,360,3,0,1471,1283,1,0,0,0),(31609,4834,1,1,1,4675,1,-2858.85,-2972.78,32.0563,3.7043,360,5,0,1403,0,1,0,0,0),(31610,4334,1,1,1,8309,1,-4682.76,-3683.4,46.3789,5.8212,360,5,0,1522,1332,1,0,0,0),(31611,4334,1,1,1,8309,1,-4681.2,-3643.91,46.8421,1.27892,360,5,0,1522,1332,1,0,0,0),(31612,14230,1,1,1,391,1,-2361.28,-4074.73,6.91264,2.64602,7200,0,0,1257,1142,0,0,0,0),(31613,4339,1,1,1,6374,0,-4691.22,-3186.37,35.9148,1.40979,3600,0,0,4755,0,2,0,0,0),(31614,4380,1,1,1,2537,0,-2747.28,-2610.38,28.1879,5.68977,3600,0,0,1604,0,0,0,0,0),(31615,4331,1,1,1,8249,1,-4415.08,-3000.96,28.1032,5.01492,360,3,0,1471,1283,1,0,0,0),(31616,4329,1,1,1,143,1,-4420.04,-2937.98,23.9399,2.36125,360,3,0,1751,0,1,0,0,0),(31617,4328,1,1,1,8310,1,-4465.66,-2962.83,26.433,5.87536,360,5,0,1471,1283,1,0,0,0),(31618,4331,1,1,1,8249,1,-4429.96,-2940.88,23.4306,5.59391,360,3,0,1471,1283,1,0,0,0),(31619,4328,1,1,1,8310,1,-4421.1,-2961.46,26.299,4.58829,360,3,0,1471,1283,1,0,0,0),(31620,4331,1,1,1,8249,1,-4411.78,-2942.68,22.6479,2.14977,360,3,0,1471,1283,1,0,0,0),(31621,4331,1,1,1,8249,1,-4455.86,-2904.39,20.9774,0.7276,360,3,0,1471,1283,1,0,0,0),(31622,4328,1,1,1,8310,1,-4471.18,-2896.64,22.0799,2.42904,360,3,0,1471,1283,1,0,0,0),(31623,4329,1,1,1,143,1,-4358.76,-2985.22,29.3853,3.14846,360,3,0,1751,0,1,0,0,0),(31624,4351,1,1,1,2571,0,-2728.84,-3485.03,35.4795,4.84215,360,5,0,1469,0,1,0,0,0),(31625,4331,1,1,1,8249,1,-4382.46,-2985.77,28.854,5.23027,360,3,0,1471,1283,1,0,0,0),(31626,4329,1,1,1,143,1,-4394.25,-3001.66,29.859,4.08952,360,3,0,1751,0,1,0,0,0),(31627,4329,1,1,1,143,1,-4324.66,-3015.07,31.7836,3.41571,360,5,0,1751,0,1,0,0,0),(31628,4331,1,1,1,8249,1,-4345.12,-3022.34,33.776,6.17373,360,5,0,1471,1283,1,0,0,0),(31629,4351,1,1,1,2571,0,-2763.19,-3342.51,31.2724,5.59372,360,5,0,1469,0,1,0,0,0),(31630,23714,1,1,1,21655,1,-2515.08,-3190.14,33.0079,5.06145,360,0,0,1208,1097,0,0,0,0),(31631,4382,1,1,1,2024,0,-2590.19,-3207.59,28.8974,6.22502,360,10,0,1469,0,1,0,0,0),(31632,23592,1,1,1,21656,1,-2568.84,-3231.43,33.9725,6.10174,360,0,0,1469,0,2,0,0,0),(31633,23555,1,1,1,10255,0,-2812.59,-3921.98,31.3975,0.005299,360,10,0,1403,0,1,0,0,0),(31634,4345,1,1,1,807,0,-4451.26,-3148.99,29.8543,4.29417,360,10,0,1751,0,1,0,0,0),(31635,23592,1,1,1,21657,1,-2545.94,-3219.72,34.9072,6.03884,360,0,0,1469,0,0,0,0,0),(31636,23714,1,1,1,21654,1,-2437.69,-3201.37,33.1775,1.67552,360,0,0,1208,1097,0,0,0,0),(31637,1420,1,1,1,901,0,-2924.49,-2976.09,35.5997,2.63306,360,10,0,8,0,1,0,0,0),(31638,4834,1,1,1,19835,1,-2927.96,-2972.67,35.7247,2.73801,360,5,0,1403,0,1,0,0,0),(31639,23720,1,1,1,2977,0,-2496.14,-3176.1,33.0411,0.10472,360,0,0,1220,0,0,0,0,0),(31640,4834,1,1,1,4675,1,-2817.89,-3019.32,34.7763,2.93801,360,5,0,1403,0,1,0,0,0),(31641,23720,1,1,1,2978,0,-2487.75,-3152.82,33.0649,6.05629,360,0,0,1220,0,0,0,0,0),(31642,23592,1,1,1,21657,1,-2586.81,-3246.16,34.0571,4.15388,360,0,0,1469,0,0,0,0,0),(31643,4382,1,1,1,2024,0,-2860.7,-3002.9,29.0224,2.44864,360,10,0,1469,0,1,0,0,0),(31644,23592,1,1,1,21656,1,-2646.55,-3326.74,33.6233,4.27701,360,5,0,1469,0,1,0,0,0),(31645,23720,1,1,1,2980,0,-2444.77,-3200.49,33.1775,1.93731,360,0,0,1220,0,0,0,0,0),(31646,23714,1,1,1,21655,1,-2468.22,-3190.52,34.2757,2.51833,360,5,0,1208,1097,1,0,0,0),(31647,4385,1,1,1,697,0,-2837.39,-3043.01,39.0539,5.02919,360,10,0,1469,0,1,0,0,0),(31648,4834,1,1,1,19836,1,-2869.05,-3055.18,35.8974,0.217673,360,5,0,1403,0,1,0,0,0),(31649,23592,1,1,1,21656,1,-2483.76,-3171.9,32.9236,5.19068,360,0,0,1469,0,2,0,0,0),(31650,4414,1,1,1,2542,0,-2943.94,-3007.72,39.4991,4.8634,360,10,0,1469,0,1,0,0,0),(31651,4834,1,1,1,4675,1,-2978.86,-2947.1,32.9947,0.623366,360,5,0,1403,0,1,0,0,0),(31652,23592,1,1,1,21656,1,-2619.45,-3335.26,42.412,2.6529,360,0,0,1469,0,0,0,0,0),(31653,2914,1,1,1,1206,0,-3016.89,-2887.2,29.3543,5.78633,360,10,0,8,0,1,0,0,0),(31654,4980,1,1,1,2976,1,-3365.77,-3214.06,33.5845,1.22173,120,0,0,1110,1067,0,0,0,0),(31655,4343,1,1,1,814,0,-3245.03,-3086.59,30.2724,5.6173,360,10,0,1536,0,1,0,0,0),(31656,4344,1,1,1,2548,0,-4046.57,-3001.85,33.288,4.97727,360,10,0,1305,1186,1,0,0,0),(31657,4343,1,1,1,814,0,-3363.62,-3129.39,33.6474,4.29977,360,10,0,1536,0,1,0,0,0),(31658,4344,1,1,1,2548,0,-4055.8,-2947.47,36.8974,1.3931,360,10,0,1305,1186,1,0,0,0),(31659,4412,1,1,1,2546,0,-4048.32,-2924.62,37.832,0.86831,360,10,0,1536,0,1,0,0,0),(31660,4343,1,1,1,814,0,-3385.05,-3136.22,31.5976,1.55127,360,10,0,1536,0,1,0,0,0),(31661,4343,1,1,1,814,0,-3405.45,-3200.97,29.3974,4.6518,360,10,0,1536,0,1,0,0,0),(31662,4343,1,1,1,814,0,-3335.41,-3171.31,30.6474,1.32664,360,10,0,1536,0,1,0,0,0),(31663,4344,1,1,1,2548,0,-4119.81,-2966.51,28.6474,4.60584,360,10,0,1305,1186,1,0,0,0),(31664,4128,1,1,1,2712,0,-3726.24,-2360.6,94.7395,0.234522,360,5,0,573,0,1,0,0,0),(31665,4382,1,1,1,2024,0,-2825.5,-2958.34,30.4979,1.84243,360,10,0,1469,0,1,0,0,0),(31666,23979,1,1,1,21950,0,-3131.25,-3997.07,34.0188,0.208713,360,10,0,13,0,1,0,0,0),(31667,23979,1,1,1,21950,0,-3138.73,-4056.31,31.3512,5.29454,360,10,0,13,0,1,0,0,0),(31668,23979,1,1,1,21950,0,-3094.48,-3956.06,39.0847,4.00261,360,10,0,13,0,1,0,0,0),(31669,4401,1,1,1,2426,0,-4081.47,-4079.09,-9.80585,0.435988,360,5,0,1403,0,1,0,0,0),(31670,4345,1,1,1,807,0,-4553.33,-3059.76,29.7233,3.18657,360,10,0,1751,0,1,0,0,0),(31671,23979,1,1,1,21950,0,-3062.7,-3858.47,33.767,4.36779,360,10,0,13,0,1,0,0,0),(31672,4345,1,1,1,807,0,-4541.01,-2944.35,29.1582,4.69946,360,10,0,1751,0,1,0,0,0),(31673,4345,1,1,1,807,0,-4571.28,-2989.46,31.3759,4.99337,360,10,0,1751,0,1,0,0,0),(31674,4414,1,1,1,2542,0,-2853.99,-3579.29,37.5432,3.17021,360,10,0,1469,0,1,0,0,0),(31675,4341,1,1,1,1080,0,-2809.37,-3518.24,29.6756,0.092379,360,10,0,1403,0,1,0,0,0),(31676,4356,1,1,1,1962,0,-4483.27,-2963.3,38.4169,6.24709,360,5,0,1678,0,1,0,0,0),(31677,4341,1,1,1,1080,0,-3025.73,-2974.94,32.9514,2.46411,360,10,0,1403,0,1,0,0,0),(31678,4352,1,1,1,1962,0,-2609.35,-3507.39,36.4998,1.16812,360,10,0,1469,0,1,0,0,0),(31679,4341,1,1,1,1080,0,-2803.11,-3570.84,28.6718,0.33751,360,10,0,1403,0,1,0,0,0),(31680,4357,1,1,1,2574,0,-4449.92,-2914,40.03,5.40743,360,10,0,1674,0,1,0,0,0),(31681,4356,1,1,1,1962,0,-4470.22,-2872.69,39.9483,6.11836,360,5,0,1678,0,1,0,0,0),(31682,4352,1,1,1,1962,0,-2586.64,-3482.21,36.4708,3.26688,360,10,0,1469,0,1,0,0,0),(31683,4357,1,1,1,2574,0,-4407.9,-2945.62,55.944,3.38199,360,5,0,1674,0,1,0,0,0),(31684,4357,1,1,1,2574,0,-4346.69,-2881.11,35.4809,4.25639,360,10,0,1674,0,1,0,0,0),(31685,4352,1,1,1,1962,0,-2609.81,-3456.36,36.2103,1.12146,360,10,0,1469,0,1,0,0,0),(31686,23592,1,1,1,21656,1,-2654.17,-3327.58,33.7125,5.02655,360,0,0,1469,0,0,0,0,0),(31687,4343,1,1,1,814,0,-3472.55,-2798.83,34.1474,5.47706,360,10,0,1536,0,1,0,0,0),(31688,4352,1,1,1,1962,0,-2721.32,-3387.09,34.7813,2.95475,360,10,0,1469,0,1,0,0,0),(31689,23592,1,1,1,21656,1,-2590.33,-3269.08,35.06,0.95895,360,5,0,1469,0,1,0,0,0),(31690,4359,1,1,1,652,1,-2581.52,-3820.13,2.58815,4.48582,360,5,0,1469,0,1,0,0,0),(31691,4359,1,1,1,652,1,-2563.66,-3798.58,6.858,1.97851,360,5,0,1469,0,1,0,0,0),(31692,4347,1,1,1,2707,0,-3494.97,-2795.44,37.8009,1.40439,360,5,0,1536,0,1,0,0,0),(31693,4343,1,1,1,814,0,-3553.12,-2853.13,29.2724,6.24796,360,10,0,1536,0,1,0,0,0),(31694,4359,1,1,1,652,1,-2614.7,-3881.31,-0.002719,1.49654,360,5,0,1469,0,1,0,0,0),(31695,4359,1,1,1,652,1,-2610.29,-3848.88,2.61402,1.17381,360,5,0,1469,0,1,0,0,0),(31696,4343,1,1,1,814,0,-3580.41,-2870.24,34.3165,1.2984,360,10,0,1536,0,1,0,0,0),(31697,4362,1,1,1,11293,1,-2564.76,-3808.15,3.85025,1.81514,360,0,0,1469,0,0,0,0,0),(31698,620,1,1,1,304,0,-3647.24,-4482.5,11.7186,1.50046,360,10,0,1,0,1,0,0,0),(31699,1420,1,1,1,901,0,-2658.03,-3456.87,34.778,1.55666,360,10,0,8,0,1,0,0,0),(31700,4362,1,1,1,11293,1,-2610.23,-3961,13.5862,2.05364,360,0,0,1469,0,0,0,0,0),(31701,23873,1,1,1,21825,0,-4331.29,-2664.14,33.379,3.36805,160,0,0,2188,0,0,0,0,0),(31702,4351,1,1,1,2571,0,-2662.84,-3504.02,34.1758,0.43975,360,10,0,1469,0,1,0,0,0),(31703,4344,1,1,1,2548,0,-4004.63,-3232.78,29.8996,0.964388,360,0,0,1305,1186,0,0,0,0),(31704,4359,1,1,1,652,1,-2593.28,-3990.91,5.76175,0.366519,360,0,0,1469,0,0,0,0,0),(31705,4344,1,1,1,2548,0,-4155.38,-3133.92,34.088,4.73128,360,10,0,1305,1186,1,0,0,0),(31706,4357,1,1,1,2574,0,-4335.73,-2621.36,37.7353,5.9275,360,0,0,1674,0,0,0,0,0),(31707,4362,1,1,1,11293,1,-2603.42,-3971.21,13.3951,4.95624,360,0,0,1469,0,0,0,0,0),(31708,4356,1,1,1,1962,0,-4333.25,-2640.76,38.3023,1.69906,360,0,0,1678,0,0,0,0,0),(31709,4352,1,1,1,1962,0,-2679.59,-3454.35,35.0327,1.2405,360,10,0,1469,0,1,0,0,0),(31710,4357,1,1,1,2574,0,-4343.81,-2616.03,37.5061,4.96802,360,0,0,1674,0,0,0,0,0),(31711,4352,1,1,1,1962,0,-2677.18,-3427.82,33.6959,5.95131,360,10,0,1469,0,1,0,0,0),(31712,4356,1,1,1,1962,0,-4318.03,-2685.28,30.2217,2.86325,360,10,0,1678,0,1,0,0,0),(31713,4359,1,1,1,652,1,-2588.02,-3998.96,5.91196,6.22729,360,0,0,1469,0,0,0,0,0),(31714,4352,1,1,1,1962,0,-2642.69,-3480.5,33.8578,3.72526,360,10,0,1469,0,1,0,0,0),(31715,4362,1,1,1,11293,1,-2604.76,-3861.31,-0.757054,1.11413,360,5,0,1469,0,1,0,0,0),(31716,23592,1,1,1,21656,1,-2483.89,-3206.3,35.6416,5.57244,360,5,0,1469,0,1,0,0,0),(31717,4359,1,1,1,652,1,-2613.62,-3993.33,3.77005,4.74624,360,5,0,1469,0,1,0,0,0),(31718,4356,1,1,1,1962,0,-4302.93,-2682.01,31.4717,1.22908,360,10,0,1678,0,1,0,0,0),(31719,4357,1,1,1,2574,0,-4287.83,-2692.03,37.4869,2.53079,360,10,0,1674,0,1,0,0,0),(31720,4357,1,1,1,2574,0,-4289.35,-2711.43,35.0004,4.72013,360,10,0,1674,0,1,0,0,0),(31721,4357,1,1,1,2574,0,-4289.82,-2742.56,34.5657,5.46599,360,10,0,1674,0,1,0,0,0),(31722,4362,1,1,1,11293,1,-2622.14,-4043.14,1.86583,4.43888,360,5,0,1469,0,1,0,0,0),(31723,23979,1,1,1,21950,0,-3085.51,-3910.7,42.668,4.20083,360,10,0,13,0,1,0,0,0),(31724,4324,1,1,1,397,0,-4330.32,-3204.94,40.5147,3.22219,360,10,0,1416,1236,1,0,0,0),(31725,23979,1,1,1,21950,0,-3070.55,-3911.48,40.793,6.13358,360,10,0,13,0,1,0,0,0),(31726,23979,1,1,1,21950,0,-3064.52,-3896.19,42.0224,6.19605,360,10,0,13,0,1,0,0,0),(31727,4331,1,1,1,8249,1,-4414.59,-3193.17,40.3753,-2.97033,360,10,0,1471,1283,1,0,0,0),(31728,4343,1,1,1,814,0,-3021.7,-3197.51,34.0017,1.39245,360,10,0,1536,0,1,0,0,0),(31729,4329,1,1,1,143,1,-4337.98,-3246.46,35.013,1.8161,360,0,0,1751,0,0,0,0,0),(31730,23714,1,1,1,21655,1,-2403.04,-3128.26,36.8455,3.64774,360,0,0,1208,1097,0,0,0,0),(31731,4329,1,1,1,143,1,-4354.95,-3219.18,34.5218,0.509668,360,10,0,1751,0,1,0,0,0),(31732,4385,1,1,1,697,0,-2847.08,-3253.2,31.0376,2.83405,360,10,0,1469,0,1,0,0,0),(31733,23979,1,1,1,21950,0,-2919.41,-3867.98,34.8484,0.804656,360,10,0,13,0,1,0,0,0),(31805,23979,1,1,1,21950,0,-2901.18,-3887.21,38.6091,3.34642,360,10,0,13,0,1,0,0,0),(31937,23979,1,1,1,21950,0,-2887.84,-3866.92,41.6792,0.844797,360,10,0,13,0,1,0,0,0),(31940,23714,1,1,1,21653,1,-2418.56,-3183.14,38.8065,6.14356,360,3,0,1208,1097,1,0,0,0),(31941,23979,1,1,1,21950,0,-2857.95,-3879.8,39.6824,5.89851,360,10,0,13,0,1,0,0,0),(31942,23979,1,1,1,21950,0,-2921.75,-3911.63,38.3042,0.185127,360,10,0,13,0,1,0,0,0),(31943,23979,1,1,1,21950,0,-2931.27,-3939.6,40.034,0.805461,360,10,0,13,0,1,0,0,0),(33392,23979,1,1,1,21950,0,-2910.71,-3937.9,40.534,6.22754,360,10,0,13,0,1,0,0,0),(33393,23979,1,1,1,21950,0,-2920.32,-3964.11,38.284,0.429408,360,10,0,13,0,1,0,0,0),(33394,23979,1,1,1,21950,0,-2956.87,-3924.68,35.5803,4.73295,360,10,0,13,0,1,0,0,0),(33681,23593,1,1,1,21653,0,-2449.06,-3155.76,35.9429,1.62316,360,0,0,1208,1097,0,0,0,0),(33682,23979,1,1,1,21950,0,-2976.78,-3895,30.466,3.00246,360,10,0,13,0,1,0,0,0),(33683,4343,1,1,1,814,0,-3151.78,-3109.86,31.8476,1.71573,360,10,0,1536,0,1,0,0,0),(33684,23979,1,1,1,21950,0,-2993.38,-3935.75,30.8974,1.22116,360,10,0,13,0,1,0,0,0),(33685,4329,1,1,1,143,1,-4345.2,-3279.72,44.7534,0.073148,360,5,0,1751,0,1,0,0,0),(33686,23592,1,1,1,21657,1,-2391.5,-3175.76,37.27,1.0153,360,3,0,1469,0,1,0,0,0),(33687,23593,1,1,1,21655,0,-2449.36,-3148.96,35.9429,4.74729,360,0,0,1208,1097,0,0,0,0),(33688,23593,1,1,1,21655,0,-2536.15,-3205.1,35.01,4.97419,360,0,0,1208,1097,0,0,0,0),(33689,23592,1,1,1,21657,1,-2445.98,-3140.77,35.9372,1.57919,360,0,0,1469,0,0,0,0,0),(33690,4412,1,1,1,2546,0,-3581.83,-2946.08,38.1757,0.929641,360,10,0,1536,0,1,0,0,0),(33691,23979,1,1,1,21950,0,-2997.41,-3855.08,37.8508,1.59983,360,10,0,13,0,1,0,0,0),(33692,4323,1,1,1,715,0,-4358.56,-3290.9,39.5516,4.81808,360,10,0,1751,0,1,0,0,0),(33693,23593,1,1,1,21655,0,-2578.05,-3237.17,34.0571,0.401426,360,0,0,1208,1097,0,0,0,0),(33757,4323,1,1,1,715,0,-4289.99,-3333.87,39.4647,5.07802,360,10,0,1751,0,1,0,0,0),(33758,4382,1,1,1,2024,0,-2680.02,-2909.92,34.7639,4.4699,360,10,0,1469,0,1,0,0,0),(33759,23593,1,1,1,21655,0,-2492.76,-3162.9,33.0647,5.48033,360,0,0,1208,1097,0,0,0,0),(33760,23555,1,1,1,10255,0,-3017.52,-3914.38,30.1005,5.90087,360,10,0,1403,0,1,0,0,0),(33761,23592,1,1,1,21657,1,-2427.7,-3196.92,33.7191,3.28122,360,0,0,1469,0,0,0,0,0),(33762,4331,1,1,1,8249,1,-4297.92,-3314.58,45.0505,5.49514,360,5,0,1471,1283,1,0,0,0),(33764,4347,1,1,1,2707,0,-3616.77,-2906.52,39.4134,1.97671,360,5,0,1536,0,1,0,0,0),(33765,2914,1,1,1,6303,0,-3007.45,-3907.72,28.6377,5.3926,360,10,0,8,0,1,0,0,0),(33766,23554,1,1,1,10771,0,-2852.53,-3880.02,39.1824,1.11693,360,10,0,1403,0,1,0,0,0),(33767,23554,1,1,1,10771,0,-2912.81,-3953.09,39.034,5.09953,360,10,0,1403,0,1,0,0,0),(33768,4344,1,1,1,2548,0,-3690.98,-2837.24,30.2724,1.36417,360,10,0,1305,1186,1,0,0,0),(33769,4324,1,1,1,397,0,-4353.96,-3481.16,37.9034,3.03042,360,10,0,1416,1236,1,0,0,0),(33770,4348,1,1,1,2708,0,-3738.94,-2820.7,34.6474,0.6409,360,10,0,1674,0,1,0,0,0),(33771,4344,1,1,1,2548,0,-3682.79,-2913.79,29.5224,5.30582,360,10,0,1305,1186,1,0,0,0),(33772,4344,1,1,1,2548,0,-3732.89,-2862.23,30.4021,2.3161,360,10,0,1305,1186,1,0,0,0),(33773,4324,1,1,1,397,0,-4379.09,-3518.78,37.0455,5.8729,360,10,0,1416,1236,1,0,0,0),(33774,4323,1,1,1,715,0,-4323.18,-3427.12,38.9844,6.1573,360,10,0,1751,0,1,0,0,0),(33775,4323,1,1,1,715,0,-4384.95,-3453.36,40.6498,4.6557,360,10,0,1751,0,1,0,0,0),(33776,4344,1,1,1,2548,0,-3766.16,-2782.49,32.8419,3.81908,360,10,0,1305,1186,1,0,0,0),(33777,1420,1,1,1,901,0,-2765.23,-3441.49,29.2724,0.678766,360,10,0,8,0,1,0,0,0),(33778,4351,1,1,1,2571,0,-2614.72,-3381.36,41.8856,1.23855,360,5,0,1469,0,1,0,0,0),(33779,4351,1,1,1,2571,0,-2649.55,-3466.33,34.1504,1.24835,360,10,0,1469,0,1,0,0,0),(33780,12939,1,1,1,12930,1,-3747.27,-4532.25,11.9935,0.418879,360,0,0,2576,0,0,0,0,0),(33781,4344,1,1,1,2548,0,-3757.21,-2824.08,34.7724,6.01091,360,10,0,1305,1186,1,0,0,0),(33782,4345,1,1,1,807,0,-4511.09,-3313.64,29.376,3.68872,360,10,0,1751,0,1,0,0,0),(33783,4344,1,1,1,2548,0,-3795.29,-3087.72,29.8787,1.57666,360,10,0,1305,1186,1,0,0,0),(33784,4344,1,1,1,2548,0,-3836.22,-2930.86,35.7167,3.91656,360,10,0,1305,1186,1,0,0,0),(33786,4344,1,1,1,2548,0,-3790.02,-3037.06,33.5923,4.29853,360,10,0,1305,1186,1,0,0,0),(33791,4344,1,1,1,2548,0,-3824.73,-3057.62,31.6215,3.54711,360,10,0,1305,1186,1,0,0,0),(33792,5057,1,1,1,3016,1,-3929.25,-2821.05,40.8324,1.55334,360,0,0,1536,0,0,0,0,0),(33793,5057,1,1,1,3016,1,-3906.45,-2826.95,41.1166,1.5708,360,0,0,1536,0,0,0,0,0),(33794,23555,1,1,1,10255,0,-2885.27,-3656.8,29.3872,3.2984,360,10,0,1403,0,1,0,0,0),(33795,4348,1,1,1,2708,0,-3881.07,-3277.74,47.5041,4.11896,360,5,0,1674,0,1,0,0,0),(33797,4348,1,1,1,2708,0,-3910.2,-3309.3,43.2623,4.05015,360,5,0,1674,0,1,0,0,0),(33798,5057,1,1,1,3016,1,-3918.9,-2844.21,45.5775,0.104178,360,0,0,1536,0,0,0,0,0),(33799,1412,1,1,1,134,0,-3678.61,-4545.68,10.3822,1.17365,360,10,0,8,0,1,0,0,0),(33800,23555,1,1,1,1196,0,-2852.68,-3688.08,28.6474,2.07785,360,10,0,1403,0,1,0,0,0),(33825,4412,1,1,1,2546,0,-3937.28,-3274.18,37.9988,3.83283,360,10,0,1536,0,1,0,0,0),(33826,4412,1,1,1,2546,0,-3950.46,-2754.1,36.5352,4.6792,360,10,0,1536,0,1,0,0,0),(33827,23554,1,1,1,10771,0,-2883.98,-3715.94,39.3965,5.50884,360,10,0,1403,0,1,0,0,0),(33828,1420,1,1,1,901,0,-4197.64,-3124.68,29.6815,1.5889,360,10,0,8,0,1,0,0,0),(33829,5057,1,1,1,3016,1,-3935.73,-2845.99,46.5165,3.72999,360,0,0,1536,0,0,0,0,0),(33832,4412,1,1,1,2546,0,-3174.61,-3290.95,43.6775,5.33133,360,10,0,1536,0,1,0,0,0),(33833,23555,1,1,1,10255,0,-2816.46,-3716.13,28.7329,2.76102,360,10,0,1403,0,1,0,0,0),(33839,23554,1,1,1,10771,0,-2864.2,-3746.55,40.5068,2.67794,360,10,0,1403,0,1,0,0,0),(33840,4983,1,1,1,10704,1,-3317.64,-3125.36,33.0284,3.38594,360,0,0,1342,0,0,0,0,0),(33841,4412,1,1,1,2546,0,-3242.37,-3148.72,39.8037,4.51384,360,10,0,1536,0,1,0,0,0),(33842,5057,1,1,1,21687,1,-3912.7,-2787.49,36.8756,3.54302,360,0,0,1536,0,0,0,0,0),(33843,4387,1,1,1,1549,0,-2722.93,-3078.02,29.5029,0.70812,360,10,0,1536,0,1,0,0,0),(33844,4388,1,1,1,2425,0,-3818.25,-4720.14,-19.5339,4.63667,360,10,0,1396,0,1,0,0,0),(33845,23555,1,1,1,1196,0,-2817.2,-3785.46,29.7921,5.17036,360,10,0,1403,0,1,0,0,0),(33846,23554,1,1,1,10771,0,-2795.4,-3818.4,38.0962,5.90336,360,10,0,1403,0,1,0,0,0),(33847,4343,1,1,1,814,0,-3577.02,-2823.24,32.3585,5.67014,360,10,0,1536,0,1,0,0,0),(33848,4356,1,1,1,1962,0,-4365.18,-2803.8,45.4506,5.31286,360,5,0,1678,0,1,0,0,0),(33849,4412,1,1,1,2546,0,-3641.65,-2761.23,35.6279,4.30031,360,10,0,1536,0,1,0,0,0),(33850,5057,1,1,1,3016,1,-3949.52,-2782.31,35.2724,1.0821,360,0,0,1536,0,0,0,0,0),(33851,4388,1,1,1,2425,0,-3911.08,-4752.25,-24.0741,4.70555,360,10,0,1396,0,1,0,0,0),(33852,4357,1,1,1,2574,0,-4334.08,-2713.5,36.9902,1.64308,360,5,0,1674,0,1,0,0,0),(33853,4388,1,1,1,2425,0,-3877.51,-4748.69,-25.8337,3.3658,360,10,0,1396,0,1,0,0,0),(33854,23554,1,1,1,10771,0,-2823.67,-3840.11,31.65,1.96034,360,10,0,1403,0,1,0,0,0),(33855,4388,1,1,1,2425,0,-3856.54,-4718.37,-14.5281,0.091897,360,10,0,1396,0,1,0,0,0),(33856,4357,1,1,1,2574,0,-4312.8,-2757.97,34.7295,2.03008,360,10,0,1674,0,1,0,0,0),(33857,4344,1,1,1,2548,0,-4068.25,-3280.94,33.2163,5.52264,360,10,0,1305,1186,1,0,0,0),(33858,4388,1,1,1,2425,0,-3853.16,-4781.41,-42.028,4.97696,360,10,0,1396,0,1,0,0,0),(33859,4388,1,1,1,2425,0,-3820.93,-4757.88,-32.4699,2.37587,360,10,0,1396,0,1,0,0,0),(33860,4412,1,1,1,2546,0,-3847.79,-3183.98,40.7398,3.95966,360,10,0,1536,0,1,0,0,0),(33861,23554,1,1,1,10771,0,-2755.9,-3857.28,37.528,4.37776,360,10,0,1403,0,1,0,0,0),(33862,4357,1,1,1,2574,0,-4350.79,-2693.12,34.9157,2.90088,360,10,0,1674,0,1,0,0,0),(33863,23554,1,1,1,10771,0,-2795.17,-3888.74,37.252,3.26705,360,10,0,1403,0,1,0,0,0),(33864,4344,1,1,1,2548,0,-4015.22,-3251.92,32.0244,6.16779,360,10,0,1305,1186,1,0,0,0),(33865,4412,1,1,1,2546,0,-4035.78,-3495.44,36.8608,6.10456,360,10,0,1536,0,1,0,0,0),(33866,4356,1,1,1,1962,0,-4315.73,-2714.9,33.8446,1.34619,360,10,0,1678,0,1,0,0,0),(33867,4344,1,1,1,2548,0,-4080.37,-3250.2,31.4116,1.42393,360,10,0,1305,1186,1,0,0,0),(33868,4412,1,1,1,2546,0,-3969.05,-3434.76,40.0915,2.97676,360,10,0,1536,0,1,0,0,0),(33869,4356,1,1,1,1962,0,-4371.72,-2653.03,42.8377,3.65856,360,5,0,1678,0,1,0,0,0),(33870,4412,1,1,1,2546,0,-3787.98,-3167.16,39.953,1.88452,360,10,0,1536,0,1,0,0,0),(33871,4345,1,1,1,807,0,-4073.29,-3556.66,35.9379,3.41681,360,10,0,1751,0,1,0,0,0),(33872,4345,1,1,1,807,0,-4083.04,-3583.31,34.1562,0.807494,360,10,0,1751,0,1,0,0,0),(33873,4345,1,1,1,807,0,-4104.26,-3413.29,28.9157,3.16453,360,10,0,1751,0,1,0,0,0),(33874,4348,1,1,1,2708,0,-3845.52,-3121.64,38.5665,6.00837,360,5,0,1674,0,1,0,0,0),(33875,4345,1,1,1,807,0,-3952.03,-3446.92,28.7724,5.49779,360,10,0,1751,0,1,0,0,0),(33876,4412,1,1,1,2546,0,-3948.76,-3080.87,37.9062,3.23932,360,10,0,1536,0,1,0,0,0),(33877,4412,1,1,1,2546,0,-3882.84,-3153.17,37.5073,4.85925,360,10,0,1536,0,1,0,0,0),(33878,4323,1,1,1,715,0,-4456.5,-3236.51,37.3975,3.24419,360,10,0,1751,0,1,0,0,0),(33879,4393,1,1,1,11137,0,-4079.39,-3652.19,40.3271,6.24414,360,10,0,1751,0,1,0,0,0),(33880,4348,1,1,1,2708,0,-3911.89,-3113.88,40.2113,0.579503,360,5,0,1674,0,1,0,0,0),(33881,4412,1,1,1,2546,0,-4242.38,-3189.41,39.2921,1.07324,360,10,0,1536,0,1,0,0,0),(33882,4345,1,1,1,807,0,-3987.19,-3619.91,33.3898,4.27494,360,10,0,1751,0,1,0,0,0),(33883,4345,1,1,1,807,0,-4019.84,-3586.35,29.1474,5.10241,360,10,0,1751,0,1,0,0,0),(33884,4348,1,1,1,2708,0,-4017.26,-3085.83,36.7092,3.89109,360,5,0,1674,0,1,0,0,0),(33885,4345,1,1,1,807,0,-3947.54,-3649.67,30.8112,5.51141,360,10,0,1751,0,1,0,0,0),(33886,23723,1,1,1,2981,1,-2840.13,-3424.61,34.7885,0.837758,360,0,0,1279,0,0,0,0,0),(33887,4348,1,1,1,2708,0,-3817.99,-3145.86,41.3687,1.64308,360,5,0,1674,0,1,0,0,0),(33888,4346,1,1,1,2700,0,-2926.79,-3125.86,34.402,3.48435,360,5,0,1403,0,1,0,0,0),(33889,4379,1,1,1,2541,0,-2882.86,-2800.49,44.4566,3.48416,360,10,0,1469,0,1,0,0,0),(33890,23595,1,1,1,21660,1,-3653.68,-3399.2,37.3231,2.05949,360,0,0,1305,1186,0,0,0,0),(33891,4376,1,1,1,545,0,-2929.09,-2778.75,32.921,5.96761,360,5,0,1469,0,1,0,0,0),(33892,4345,1,1,1,807,0,-3914.41,-3393.57,30.5224,1.43423,360,10,0,1751,0,1,0,0,0),(33893,5184,1,1,1,4677,1,-2885.17,-3406.13,39.3364,0.01847,360,5,0,1403,0,1,0,0,0),(33894,4376,1,1,1,545,0,-2818.95,-2752.69,36.292,1.74616,360,10,0,1469,0,1,0,0,0),(33895,5184,1,1,1,4677,1,-2890.46,-3427.24,39.3592,3.64092,360,0,0,1403,0,0,0,0,0),(33896,23594,1,1,1,21664,1,-3795.45,-3425.15,38.2609,5.07979,360,5,0,1604,0,1,0,0,0),(33897,5184,1,1,1,19834,1,-2852.78,-3427.91,35.947,0.890118,360,0,0,1403,0,0,0,0,0),(33898,4341,1,1,1,1080,0,-3065.24,-2971.06,28.7724,1.44731,360,10,0,1403,0,1,0,0,0),(33899,4378,1,1,1,2538,0,-2877.41,-2774.3,45.1583,3.24719,360,10,0,1469,0,1,0,0,0),(33900,17119,1,1,1,16865,0,-2889.8,-3423.24,39.4438,5.63741,360,0,0,1050,1097,0,0,0,0),(33901,23594,1,1,1,21663,1,-3734.88,-3439.24,40.4353,6.12414,360,5,0,1604,0,1,0,0,0),(33902,23594,1,1,1,21664,1,-3743.8,-3425.57,37.3764,0.02882,360,5,0,1604,0,1,0,0,0),(33903,4376,1,1,1,545,0,-2884.42,-2818.96,38.7328,2.93776,360,10,0,1469,0,1,0,0,0),(33904,4331,1,1,1,8249,1,-4384.76,-3191.62,35.1105,4.37111,360,5,0,1471,1283,1,0,0,0),(33905,5184,1,1,1,4677,1,-2856.69,-3412.81,36.3208,5.95157,360,0,0,1403,0,0,0,0,0),(33906,23594,1,1,1,21664,1,-3711.37,-3445.46,37.0717,3.44249,360,5,0,1604,0,1,0,0,0),(33907,1412,1,1,1,134,0,-3756.46,-4497.34,13.8475,4.22382,360,10,0,8,0,1,0,0,0),(33908,620,1,1,1,304,0,-3806.33,-4405.18,12.378,5.00759,360,10,0,1,0,1,0,0,0),(33909,4841,1,1,1,0,0,-3949.69,-3471.04,29.1544,4.28802,360,0,0,1902,0,0,0,0,0),(33910,4414,1,1,1,2542,0,-3012.98,-2778,57.1159,5.01807,360,10,0,1469,0,1,0,0,0),(33911,4344,1,1,1,2548,0,-3886.49,-3389.57,32.9654,4.56137,360,10,0,1305,1186,1,0,0,0),(33912,23595,1,1,1,21658,1,-3709.91,-3402.8,37.2787,1.09956,360,0,0,1305,1186,0,0,0,0),(33913,23595,1,1,1,21658,1,-3698.29,-3464.93,37.3659,5.77704,360,0,0,1305,1186,0,0,0,0),(33914,4379,1,1,1,2541,0,-2842.1,-2804.72,36.2097,3.63596,360,5,0,1469,0,1,0,0,0),(33915,23594,1,1,1,21663,1,-3683.72,-3415.38,36.3109,2.50056,360,5,0,1604,0,1,0,0,0),(33916,4387,1,1,1,1549,0,-3017.78,-3170.11,30.2724,3.53521,360,10,0,1536,0,1,0,0,0),(33917,5184,1,1,1,4677,1,-2884.96,-3434.36,39.3548,0.48073,360,0,0,1403,0,0,0,0,0),(33920,4379,1,1,1,2541,0,-2842.74,-2776.87,35.8155,0.495465,360,5,0,1469,0,1,0,0,0),(33928,4331,1,1,1,8249,1,-4314.95,-3247.83,35.5034,6.19717,360,5,0,1471,1283,1,0,0,0),(33929,23595,1,1,1,21660,1,-3688.15,-3387.72,37.288,4.50295,360,0,0,1305,1186,0,0,0,0),(33930,4379,1,1,1,2541,0,-2832.46,-2802.52,35.0047,2.44996,360,5,0,1469,0,1,0,0,0),(33988,5184,1,1,1,4677,1,-2894.83,-3434.18,39.5658,3.07208,360,0,0,1403,0,0,0,0,0),(33989,5184,1,1,1,4677,1,-2886.17,-3417.74,39.4407,4.83456,360,0,0,1403,0,0,0,0,0),(33990,4323,1,1,1,715,0,-4287.24,-3269.59,39.1857,5.60684,360,10,0,1751,0,1,0,0,0),(33991,5184,1,1,1,4679,1,-2905.47,-3433.89,39.2723,4.8117,360,5,0,1403,0,1,0,0,0),(33992,4341,1,1,1,1080,0,-2957.94,-3105.54,30.7107,3.22765,360,10,0,1403,0,1,0,0,0),(33993,4376,1,1,1,545,0,-2782.68,-2785.85,34.0821,5.13174,360,10,0,1469,0,1,0,0,0),(33994,4341,1,1,1,1080,0,-2984.71,-3077.06,35.4302,0.864099,360,0,0,1403,0,0,0,0,0),(33995,4379,1,1,1,2541,0,-2814.39,-2780.8,34.5638,1.00709,360,10,0,1469,0,1,0,0,0),(34000,4378,1,1,1,2538,0,-2821.09,-2815.21,35.5216,2.10617,360,5,0,1469,0,1,0,0,0),(34001,5184,1,1,1,19834,1,-2905.62,-3437.11,39.3894,5.75959,360,0,0,1403,0,0,0,0,0),(34002,4376,1,1,1,545,0,-2786.17,-2814.47,35.9305,2.43207,360,10,0,1469,0,1,0,0,0),(34003,4379,1,1,1,2541,0,-2770.17,-2850.67,36.5261,3.61834,360,5,0,1469,0,1,0,0,0),(34004,4376,1,1,1,545,0,-2745.57,-2813.45,43.3771,0.523018,360,5,0,1469,0,1,0,0,0),(34005,4379,1,1,1,2541,0,-2780.4,-2749.71,34.4171,0.222697,360,5,0,1469,0,1,0,0,0),(34006,4379,1,1,1,2541,0,-2763.8,-2784.79,35.0239,4.64708,360,5,0,1469,0,1,0,0,0),(34007,23568,1,1,1,21623,1,-2894.49,-3422.32,44.2113,5.88176,360,0,0,1336,0,0,0,0,0),(34008,4331,1,1,1,8249,1,-4338.3,-3373.13,37.6631,0.576995,360,0,0,1471,1283,0,0,0,0),(34009,4347,1,1,1,2707,0,-3513.16,-3354.02,37.1838,6.13024,360,5,0,1536,0,1,0,0,0),(34010,4323,1,1,1,715,0,-4314.51,-3379.1,35.6607,1.07831,360,10,0,1751,0,1,0,0,0),(34011,1412,1,1,1,134,0,-3812.73,-4491.95,12.1209,5.72617,360,10,0,8,0,1,0,0,0),(34012,4331,1,1,1,8249,1,-4384.64,-3355.3,38.5471,3.1455,360,3,0,1471,1283,1,0,0,0),(34013,1412,1,1,1,134,0,-3799.73,-4430.46,14.0878,0.445414,360,10,0,8,0,1,0,0,0),(34014,4323,1,1,1,715,0,-4385.71,-3387.63,39.4944,4.2636,360,10,0,1751,0,1,0,0,0),(34015,4387,1,1,1,1549,0,-2698.56,-2963.9,33.7158,6.0512,360,0,0,1536,0,0,0,0,0),(34016,4331,1,1,1,8249,1,-4349.22,-3346.41,35.2126,4.64044,360,10,0,1471,1283,1,0,0,0),(34017,4382,1,1,1,2024,0,-2786.18,-2956.54,29.4723,0.449836,360,10,0,1469,0,1,0,0,0),(34018,4329,1,1,1,143,1,-4325.23,-3319.51,34.3532,1.8675,360,0,0,1751,0,0,0,0,0),(34019,4331,1,1,1,8249,1,-4338.3,-3243.62,34.7266,0.122173,360,0,0,1471,1283,0,0,0,0),(34020,4388,1,1,1,2425,0,-3790.14,-4720.02,-23.518,0.599346,360,10,0,1396,0,1,0,0,0),(34096,4388,1,1,1,2425,0,-3748.31,-4709.46,-27.6842,3.18956,360,10,0,1396,0,1,0,0,0),(34097,4382,1,1,1,2024,0,-2819.02,-2941.97,28.7935,0.594697,360,10,0,1469,0,1,0,0,0),(34098,4382,1,1,1,2024,0,-2851.04,-2951.04,34.3383,1.52513,360,10,0,1469,0,1,0,0,0),(34099,4346,1,1,1,2700,0,-2861.41,-2973.77,31.5523,5.89651,360,5,0,1403,0,1,0,0,0),(34100,4341,1,1,1,1080,0,-2986.62,-2886.4,30.741,3.64983,360,10,0,1403,0,1,0,0,0),(34101,6145,1,1,1,4878,0,-3779,-4750.8,-34.9099,0.264546,360,5,0,8,0,1,0,0,0),(34135,4388,1,1,1,2425,0,-3776.34,-4750.75,-35.7235,5.31748,360,10,0,1396,0,1,0,0,0),(34136,1420,1,1,1,901,0,-3488.66,-3021.47,31.7888,3.12414,360,0,0,8,0,0,0,0,0),(35225,4341,1,1,1,1080,0,-2916.18,-2939.03,28.9577,4.6518,360,10,0,1403,0,1,0,0,0),(35245,4388,1,1,1,2425,0,-3814.66,-4793.34,-41.3809,4.01656,360,10,0,1396,0,1,0,0,0),(37022,4341,1,1,1,1080,0,-3019.71,-2915.42,29.2568,4.09622,360,10,0,1403,0,1,0,0,0),(37023,4341,1,1,1,1080,0,-2939.7,-2861.57,28.9531,5.2451,360,10,0,1403,0,1,0,0,0),(37029,4414,1,1,1,2542,0,-3002.28,-2956.01,33.3417,2.44186,360,10,0,1469,0,1,0,0,0),(37030,4346,1,1,1,2700,0,-2946.79,-2958.82,36.1741,5.42589,360,5,0,1403,0,1,0,0,0),(37031,4346,1,1,1,2700,0,-2916.37,-2986.84,35.4747,4.79946,360,5,0,1403,0,1,0,0,0),(37032,23602,1,1,1,21640,0,-3675.45,-4373.1,11.4151,4.10152,360,0,0,1009,1067,0,0,0,0),(37033,23602,1,1,1,21639,0,-3732.22,-4379.73,11.3747,3.68265,360,0,0,1009,1067,0,0,0,0),(37034,4341,1,1,1,1080,0,-2955.11,-3106.83,31.3212,0.072281,360,10,0,1403,0,1,0,0,0),(37035,4382,1,1,1,2024,0,-2917.95,-3083.06,29.3396,4.16393,360,10,0,1469,0,1,0,0,0),(37036,23602,1,1,1,21639,0,-3769.36,-4349.59,11.2731,0.593412,360,0,0,1009,1067,0,0,0,0),(37037,4341,1,1,1,1080,0,-2976.87,-3083.36,30.9939,4.30791,360,10,0,1403,0,1,0,0,0),(37038,23602,1,1,1,21640,0,-3801.06,-4420.4,12.8751,5.41052,360,0,0,1009,1067,0,0,0,0),(37039,23602,1,1,1,21639,0,-3785.88,-4485.59,13.9352,1.88496,360,0,0,1009,1067,0,0,0,0),(37041,1412,1,1,1,134,0,-3676.6,-4372.1,11.7306,1.73022,360,10,0,8,0,1,0,0,0),(37042,620,1,1,1,304,0,-3694.88,-4356.64,11.5288,2.0384,360,10,0,1,0,1,0,0,0),(37043,4382,1,1,1,2024,0,-2852.63,-3147.84,28.6893,2.96488,360,10,0,1469,0,1,0,0,0),(37046,620,1,1,1,304,0,-3764.68,-4414.57,26.991,0.046932,360,10,0,1,0,1,0,0,0),(37047,1412,1,1,1,134,0,-3802.68,-4384.62,15.6618,4.61879,360,10,0,8,0,1,0,0,0),(37048,4382,1,1,1,2024,0,-2782.6,-3147.71,28.6141,3.26969,360,10,0,1469,0,1,0,0,0),(37049,4385,1,1,1,697,0,-2779.51,-3018.37,38.1869,0.173963,360,10,0,1469,0,1,0,0,0),(38328,4382,1,1,1,2024,0,-2781.81,-3082.22,28.8167,5.56968,360,10,0,1469,0,1,0,0,0),(38337,23620,1,1,1,21642,0,-4078.57,-4521.85,12.2928,6.18902,360,0,0,1220,0,0,0,0,0),(39302,4387,1,1,1,1549,0,-2691.38,-2933.64,29.7653,3.48002,360,10,0,1536,0,1,0,0,0),(39303,4834,1,1,1,19836,1,-2791.17,-3020.4,37.8591,2.09439,360,0,0,1403,0,0,0,0,0),(39304,23620,1,1,1,21643,0,-4076.27,-4511.45,6.38422,0.567002,360,0,0,1220,0,0,0,0,0),(39305,23620,1,1,1,21644,0,-4071.37,-4530.96,6.38211,4.51435,360,0,0,1220,0,0,0,0,0),(39306,23620,1,1,1,21643,0,-4084.04,-4537.78,11.4353,0.902802,360,0,0,1220,0,0,0,0,0),(39307,23620,1,1,1,21643,0,-4094.88,-4538.5,6.46144,6.03884,360,0,0,1220,0,0,0,0,0),(39308,23555,1,1,1,10255,0,-2949.75,-3647,29.4105,2.21595,360,10,0,1403,0,1,0,0,0),(39309,23841,1,1,1,5306,1,-2724.06,-4008.5,30.1463,6.02019,360,0,0,1050,1097,0,0,0,0),(39310,23555,1,1,1,10255,0,-2985.73,-3627.21,29.6873,3.91594,360,10,0,1403,0,1,0,0,0),(39311,4397,1,1,1,7836,0,-3421.5,-4373.36,1.53496,5.02975,360,10,0,1403,0,1,0,0,0),(39312,4397,1,1,1,7836,0,-3509.96,-4388.96,-3.77504,1.18231,360,10,0,1403,0,1,0,0,0),(39313,4397,1,1,1,7836,0,-3462.65,-4376.41,0.642562,2.15193,360,10,0,1403,0,1,0,0,0),(39314,4397,1,1,1,7836,0,-3369.66,-4310.66,0.679151,0.610332,360,10,0,1403,0,1,0,0,0),(39315,4397,1,1,1,7836,0,-3283.43,-4285.41,1.81794,1.55127,360,10,0,1403,0,1,0,0,0),(39316,4397,1,1,1,7836,0,-3346.67,-4293.96,0.904401,5.05949,360,10,0,1403,0,1,0,0,0),(39317,23585,1,1,1,21636,0,-2871.44,-3829.05,42.7102,5.46275,360,5,0,42,0,1,0,0,0),(39318,23585,1,1,1,21636,0,-2856.51,-3777.62,45.671,2.3427,360,5,0,42,0,1,0,0,0),(39319,23585,1,1,1,21636,0,-2874.7,-3758.94,49.4544,5.48461,360,5,0,42,0,1,0,0,0),(39320,23585,1,1,1,21636,0,-3017.02,-3752.57,56.3379,2.32129,360,5,0,42,0,1,0,0,0),(39321,23585,1,1,1,21636,0,-2882.9,-3950.05,48.7265,6.25322,360,5,0,42,0,1,0,0,0),(39322,23585,1,1,1,21636,0,-2882.24,-3817.22,40.8864,5.35816,360,5,0,42,0,1,0,0,0),(39323,23585,1,1,1,21636,0,-2848.91,-3854.21,46.7873,4.31096,360,5,0,42,0,1,0,0,0),(39324,23585,1,1,1,21636,0,-2916.66,-3984.44,47.8557,4.32842,360,5,0,42,0,1,0,0,0),(39325,23585,1,1,1,21636,0,-3015.7,-3952.67,44.5581,0.610865,360,5,0,42,0,1,0,0,0),(39326,23585,1,1,1,21636,0,-2882.9,-3950.05,48.7265,2.47837,360,5,0,42,0,1,0,0,0),(39327,23585,1,1,1,21636,0,-3058.4,-3927.24,50.4237,3.96549,360,5,0,42,0,1,0,0,0),(39328,23585,1,1,1,21636,0,-3052.09,-3982.65,48.9906,1.94845,360,5,0,42,0,1,0,0,0),(39329,23585,1,1,1,21636,0,-2983.31,-3986.33,49.8943,5.5676,360,5,0,42,0,1,0,0,0),(39330,23585,1,1,1,21636,0,-2842.2,-3925.43,46.9611,5.5206,360,5,0,42,0,1,0,0,0),(39331,23585,1,1,1,21636,0,-2976.64,-4045.37,45.4402,0.817072,360,5,0,42,0,1,0,0,0),(39332,23585,1,1,1,21636,0,-2983.31,-3986.33,49.8943,5.5676,360,5,0,42,0,1,0,0,0),(39333,23585,1,1,1,21636,0,-2957.72,-4025.09,48.6864,3.96112,360,5,0,42,0,1,0,0,0),(40170,23585,1,1,1,21636,0,-2916.66,-3984.44,47.8557,4.32842,360,5,0,42,0,1,0,0,0),(40171,23585,1,1,1,21636,0,-2814.68,-3883.07,49.7737,1.07996,360,5,0,42,0,1,0,0,0),(40227,23585,1,1,1,21636,0,-2780.29,-3915.31,49.8987,0.841641,360,5,0,42,0,1,0,0,0),(40563,23585,1,1,1,21636,0,-2852.93,-4045.68,47.4178,2.34694,360,5,0,42,0,1,0,0,0),(40564,23585,1,1,1,21636,0,-2766.2,-3899.86,49.4929,3.97022,360,5,0,42,0,1,0,0,0),(41319,23585,1,1,1,21636,0,-2918.5,-4052.8,46.9453,1.95477,360,5,0,42,0,1,0,0,0),(41322,23585,1,1,1,21636,0,-2882.32,-4016.13,40.9393,0.715585,360,5,0,42,0,1,0,0,0),(41323,23585,1,1,1,21636,0,-2882.9,-3950.05,48.7265,2.47837,360,5,0,42,0,1,0,0,0),(41324,23585,1,1,1,21636,0,-2852.73,-3985.66,48.8095,4.41568,360,5,0,42,0,1,0,0,0),(41325,23585,1,1,1,21636,0,-2846.35,-3921.37,46.745,5.53916,360,5,0,42,0,1,0,0,0),(41326,23585,1,1,1,21636,0,-2816.65,-3948.41,41.5155,4.08407,360,5,0,42,0,1,0,0,0),(41327,23585,1,1,1,21636,0,-2783.6,-3981.69,47.8974,1.46608,360,5,0,42,0,1,0,0,0),(41328,23585,1,1,1,21636,0,-2810.66,-3886.56,49.8222,5.97801,360,5,0,42,0,1,0,0,0),(41669,23585,1,1,1,21636,0,-2815.27,-4017.56,48.5707,5.65487,360,5,0,42,0,1,0,0,0),(41726,23585,1,1,1,21636,0,-2791.6,-3795.57,42.8469,4.01365,360,5,0,42,0,1,0,0,0),(42616,23585,1,1,1,21636,0,-2760.18,-3812.49,46.393,2.69584,360,5,0,42,0,1,0,0,0),(42641,23585,1,1,1,21636,0,-2812.61,-3822.44,47.2573,5.04978,360,5,0,42,0,1,0,0,0),(42668,23585,1,1,1,21636,0,-2869.47,-3817.59,42.045,6.22062,360,5,0,42,0,1,0,0,0),(42669,23585,1,1,1,21636,0,-2788.71,-3851.38,48.4962,4.15454,360,5,0,42,0,1,0,0,0),(42680,23585,1,1,1,21636,0,-2852.08,-3849.08,46.0538,2.11988,360,5,0,42,0,1,0,0,0),(42686,23585,1,1,1,21636,0,-2853.2,-3789.81,43.7233,4.13977,360,5,0,42,0,1,0,0,0),(44193,23585,1,1,1,21636,0,-2720.05,-3787.74,46.9291,3.64489,360,5,0,42,0,1,0,0,0),(44194,23585,1,1,1,21636,0,-2751.97,-3884.19,49.088,6.12611,360,5,0,42,0,1,0,0,0),(46975,23585,1,1,1,21636,0,-2718.85,-3787.09,46.9343,2.25148,360,5,0,42,0,1,0,0,0),(47413,23585,1,1,1,21636,0,-2781.91,-3785.27,41.015,4.4855,360,5,0,42,0,1,0,0,0),(47414,23585,1,1,1,21636,0,-2881.5,-3752,51.0175,2.04204,360,5,0,42,0,1,0,0,0),(47415,23585,1,1,1,21636,0,-3015.06,-3684.11,45.1986,5.42845,360,5,0,42,0,1,0,0,0),(47416,23585,1,1,1,21636,0,-2949.8,-3686.78,49.1344,3.61283,360,5,0,42,0,1,0,0,0),(47417,23585,1,1,1,21636,0,-2984.12,-3718.64,50.0816,0.645772,360,5,0,42,0,1,0,0,0),(47418,23585,1,1,1,21636,0,-3014.91,-3750.33,55.9313,0.809515,360,5,0,42,0,1,0,0,0),(47419,23585,1,1,1,21636,0,-3048.82,-3650.64,44.4375,4.01426,360,5,0,42,0,1,0,0,0),(47420,23585,1,1,1,21636,0,-3048.4,-3717.42,48.8832,0.802851,360,5,0,42,0,1,0,0,0),(47421,23585,1,1,1,21636,0,-3082.54,-3751.51,44.5594,6.12611,360,5,0,42,0,1,0,0,0),(47422,23585,1,1,1,21636,0,-3084.63,-3687.61,45.4883,0.471239,360,5,0,42,0,1,0,0,0),(47423,23585,1,1,1,21636,0,-3116.75,-3716.41,51.255,0.740467,360,5,0,42,0,1,0,0,0),(47424,23585,1,1,1,21636,0,-3151.04,-3750.89,53.119,1.98968,360,5,0,42,0,1,0,0,0),(47425,23585,1,1,1,21636,0,-3181.85,-3720.28,53.2229,3.50811,360,5,0,42,0,1,0,0,0),(47426,23585,1,1,1,21636,0,-3215.01,-3751.38,48.7713,0.15708,360,5,0,42,0,1,0,0,0),(47427,23585,1,1,1,21636,0,-3184.06,-3785.55,47.8584,4.99164,360,5,0,42,0,1,0,0,0),(47428,23585,1,1,1,21636,0,-3154.18,-3813.91,45.8842,2.28506,360,5,0,42,0,1,0,0,0),(47429,23585,1,1,1,21636,0,-3181.53,-3850.52,40.2612,5.2709,360,5,0,42,0,1,0,0,0),(47430,23585,1,1,1,21636,0,-3053.1,-3930.46,50.879,4.54663,360,5,0,42,0,1,0,0,0),(47431,23585,1,1,1,21636,0,-3083.9,-3807.89,41.4539,1.728,360,5,0,42,0,1,0,0,0),(47445,23585,1,1,1,21636,0,-3214.99,-3883.56,51.6898,2.93215,360,5,0,42,0,1,0,0,0),(47632,23585,1,1,1,21636,0,-3079.95,-3950.92,47.6381,0.640063,360,5,0,42,0,1,0,0,0),(48383,23585,1,1,1,21636,0,-3116.49,-3784.64,48.1552,5.55015,360,5,0,42,0,1,0,0,0),(49987,23585,1,1,1,21636,0,-3245.71,-3911.74,44.9813,0.77023,360,5,0,42,0,1,0,0,0),(51458,23585,1,1,1,21636,0,-3151.04,-3750.89,53.119,1.98968,360,0,0,42,0,0,0,0,0),(51751,23585,1,1,1,21636,0,-3184.06,-3785.55,47.8584,4.99164,360,0,0,42,0,0,0,0,0),(51982,23585,1,1,1,21636,0,-3186.38,-3919.04,46.1157,2.82743,360,0,0,42,0,0,0,0,0),(51983,23585,1,1,1,21636,0,-3212.37,-3943.09,49.121,0.847818,360,5,0,42,0,1,0,0,0),(52707,4397,1,1,1,7836,0,-3087.65,-4214.55,0.758639,2.84158,360,10,0,1403,0,1,0,0,0),(52926,23585,1,1,1,21636,0,-3051.42,-4050.34,50.77,2.11185,360,5,0,42,0,1,0,0,0),(52927,23585,1,1,1,21636,0,-3117.08,-4051.37,36.1639,5.81195,360,5,0,42,0,1,0,0,0),(52928,23585,1,1,1,21636,0,-3023.13,-3954.3,45.0695,3.25238,360,5,0,42,0,1,0,0,0),(52929,23585,1,1,1,21636,0,-3015.3,-4083.97,48.7557,3.78736,360,5,0,42,0,1,0,0,0),(53166,23585,1,1,1,21636,0,-2983.31,-3986.33,49.8943,5.5676,360,0,0,42,0,0,0,0,0),(53651,23585,1,1,1,21636,0,-2947.01,-4083.81,51.4348,5.79449,360,5,0,42,0,1,0,0,0),(53844,23585,1,1,1,21636,0,-3016.78,-4018.17,48.1433,4.43314,360,0,0,42,0,0,0,0,0),(53845,23585,1,1,1,21636,0,-2981.9,-4050.92,44.5492,6.21337,360,5,0,42,0,1,0,0,0),(53846,23585,1,1,1,21636,0,-2952.58,-4019.57,49.5774,0.575959,360,5,0,42,0,1,0,0,0),(53847,23585,1,1,1,21636,0,-2924.27,-4057.17,47.5692,3.78065,360,5,0,42,0,1,0,0,0),(53848,23585,1,1,1,21636,0,-2916.66,-3984.44,47.8557,4.32842,360,0,0,42,0,0,0,0,0),(53849,23585,1,1,1,21636,0,-3051.6,-3983.88,48.9834,5.81195,360,0,0,42,0,0,0,0,0),(53850,23585,1,1,1,21636,0,-2870.57,-4004.03,44.052,0.800145,360,5,0,42,0,1,0,0,0),(53851,23585,1,1,1,21636,0,-2878.2,-3945.19,48.5484,0.796354,360,5,0,42,0,1,0,0,0),(53951,23585,1,1,1,21636,0,-3083.27,-4015.99,43.925,2.11185,360,0,0,42,0,0,0,0,0),(57315,23585,1,1,1,21636,0,-3015.7,-3952.67,44.5581,0.610865,360,0,0,42,0,0,0,0,0),(68749,23585,1,1,1,21636,0,-2983.31,-3986.33,49.8943,5.5676,360,5,0,42,0,1,0,0,0),(68750,23585,1,1,1,21636,0,-3051.6,-3983.88,48.9834,5.81195,360,5,0,42,0,1,0,0,0),(68751,23585,1,1,1,21636,0,-3083.32,-3817.17,40.9094,0.715585,360,5,0,42,0,1,0,0,0),(68752,23585,1,1,1,21636,0,-3149.53,-3818.73,45.6091,3.83972,360,5,0,42,0,1,0,0,0),(68753,23585,1,1,1,21636,0,-3051.76,-3920.03,51.3565,0.261799,360,5,0,42,0,1,0,0,0),(76521,23585,1,1,1,21636,0,-3181.53,-3850.52,40.2612,5.2709,360,5,0,42,0,1,0,0,0),(79676,23585,1,1,1,21636,0,-3015.7,-3952.67,44.5581,0.610865,360,5,0,42,0,1,0,0,0),(79725,23585,1,1,1,21636,0,-3186.38,-3919.04,46.1157,2.82743,360,5,0,42,0,1,0,0,0),(79758,23585,1,1,1,21636,0,-3081.53,-3952.09,47.4523,6.05629,360,5,0,42,0,1,0,0,0),(79759,23585,1,1,1,21636,0,-3217.5,-3948.8,49.6858,1.22173,360,5,0,42,0,1,0,0,0),(79760,23585,1,1,1,21636,0,-3083.27,-4015.99,43.925,2.11185,360,5,0,42,0,1,0,0,0),(79761,23585,1,1,1,21636,0,-3186.38,-3919.04,46.1157,2.82743,360,5,0,42,0,1,0,0,0),(79762,23585,1,1,1,21636,0,-3117.08,-4051.37,36.1639,5.81195,360,5,0,42,0,1,0,0,0),(79763,23585,1,1,1,21636,0,-3083.27,-4015.99,43.925,2.11185,360,5,0,42,0,1,0,0,0),(79764,23585,1,1,1,21636,0,-3217.5,-3948.8,49.6858,1.22173,360,5,0,42,0,1,0,0,0),(79765,24007,1,1,1,89,0,-3737.91,-4332.46,9.96946,4.6036,360,0,0,955,0,0,0,0,0),(79794,620,1,1,1,304,0,-3810.2,-4525.65,9.96813,0,360,10,0,1,0,1,0,0,0),(79801,24007,1,1,1,89,0,-4065.1,-4540,9.75165,4.16027,360,0,0,955,0,2,0,0,0),(83454,24007,1,1,1,89,0,-3811.59,-4467.79,12.771,4.95141,360,0,0,955,0,2,0,0,0),(84638,24007,1,1,1,89,0,-3736.97,-4338.66,10.5359,1.99412,360,0,0,955,0,2,0,0,0),(84656,6491,1,1,4294967295,0,0,-3518,-4315,6.77,3.035,60,0,0,4120,0,0,0,0,0),(84826,6491,1,1,4294967295,0,0,-3134,-3048,34.246,5.711,60,0,0,4120,0,0,0,0,0),(84827,23746,568,1,1,19595,0,116.743,1659.94,42.1049,1.3439,7200,0,0,4979,0,0,0,0,0),(85580,23889,568,1,1,22324,1,81.7104,1515.83,21.2338,0.091743,7200,0,0,2515,0,0,0,0,0),(85618,23746,568,1,1,19595,0,91.4336,1668.38,42.1049,4.79965,7200,0,0,4979,0,0,0,0,0),(86038,25173,568,1,1,17188,0,121.179,1605.34,55.6535,3.57792,7200,0,0,6287,0,0,0,0,0),(86044,25173,568,1,1,17188,0,134.03,1642.78,42.2785,4.53786,7200,0,0,6287,0,0,0,0,0),(86074,23746,568,1,1,19595,0,89.9226,1678.82,42.1049,5.86431,7200,0,0,4979,0,0,0,0,0),(86132,23889,568,1,1,22324,1,121.549,1525.11,21.2338,3.13302,7200,0,0,2515,0,0,0,0,0),(86162,23889,568,1,1,22323,1,158.714,1527.86,21.2338,0.158039,7200,0,0,2515,0,0,0,0,0),(43491,28401,571,1,1,0,0,5746.51,-3608.83,387.191,1.39626,300,0,0,1,0,0,0,0,0),(86194,23597,568,1,1,22310,1,138.816,1587.09,43.6489,4.74729,7200,0,0,78044,0,0,0,0,0),(86195,23577,568,1,1,21632,1,370.257,1135.74,6.54913,4.76475,259200,0,0,565338,0,0,0,0,0),(86196,22517,568,1,1,16925,0,370.78,1119.51,5.78472,3.87463,7200,0,0,4120,0,0,0,0,0),(86198,24064,568,1,1,22517,0,248.641,1084.97,0.086787,0.785398,7200,0,0,18862,0,0,0,0,0),(86199,24530,568,1,1,19705,0,187.077,1172.54,0.849389,4.38078,7200,0,0,50299,0,0,0,0,0),(86200,24064,568,1,1,22517,0,148.186,1125.2,2.13474,3.19395,7200,0,0,18862,0,0,0,0,0),(86201,24064,568,1,1,22517,0,169.462,1130.48,1.09778,5.51524,7200,0,0,18862,0,0,0,0,0),(86202,24064,568,1,1,22517,0,172.895,1120.76,0.478469,6.23082,7200,0,0,18862,0,0,0,0,0),(86203,24064,568,1,1,22517,0,155.335,1130.25,1.17472,0.907571,7200,0,0,18862,0,0,0,0,0),(86204,23597,568,1,1,22309,1,346.195,1046.09,9.59506,3.14159,7200,0,0,78044,0,0,0,0,0),(86205,23597,568,1,1,22309,1,338.112,1051.79,9.60488,5.25344,7200,0,0,78044,0,0,0,0,0),(86206,24065,568,1,1,22303,1,337.652,1043.24,9.60488,0.872665,7200,0,0,78044,0,0,0,0,0),(86207,24047,568,1,1,834,0,334.262,978.604,-2.50742,5.63074,7200,5,0,25150,0,1,0,0,0),(86208,24047,568,1,1,834,0,317.741,989.672,-5.39434,2.02388,7200,5,0,25150,0,1,0,0,0),(86209,23581,568,1,1,22276,1,68.7225,1419.91,0.797359,6.25885,7200,5,0,78044,32310,1,0,0,0),(12923,23889,568,1,1,0,1,137.566,688.175,45.1114,1.51855,7200,0,0,2515,0,0,0,0,0),(86211,24059,568,1,1,22301,1,95.7619,1155.89,-3.16286,0.533555,7200,5,0,78044,0,1,0,0,0),(86212,23596,568,1,1,22307,1,94.8123,1158.76,-3.60433,0.568136,7200,0,0,78044,6462,0,0,0,0),(86213,24396,568,1,1,901,0,93.9677,1219.41,-19.3522,0.995478,7200,5,0,29,0,1,0,0,0),(86214,24396,568,1,1,6295,0,81.7418,1353.86,-24.6138,6.10071,7200,5,0,29,0,1,0,0,0),(86215,24396,568,1,1,6295,0,132.089,1209.91,-15.8916,5.39946,7200,5,0,29,0,1,0,0,0),(86216,24396,568,1,1,6295,0,91.3981,1365.58,-23.875,0.641562,7200,5,0,29,0,1,0,0,0),(86217,23746,568,1,1,19595,0,117.712,1402.44,-8.41463,0.855211,7200,0,0,4979,0,0,0,0,0),(86218,23746,568,1,1,19595,0,103.892,1357.14,-24.1421,3.49066,7200,0,0,4979,0,0,0,0,0),(86219,24396,568,1,1,6295,0,168.448,1243.36,-21.1469,3.4104,7200,5,0,29,0,1,0,0,0),(86220,24396,568,1,1,6295,0,111.002,1206.7,-21.0986,1.74257,7200,5,0,29,0,1,0,0,0),(86221,24396,568,1,1,901,0,90.9599,1378.32,-18.8055,6.18431,7200,5,0,29,0,1,0,0,0),(86222,24396,568,1,1,6295,0,137.737,1372.67,-22.0551,3.45626,7200,5,0,29,0,1,0,0,0),(86223,22515,568,1,1,16925,0,117.27,1289.97,-1.66894,5.96903,7200,0,0,4120,0,0,0,0,0),(86225,23746,568,1,1,19595,0,120.857,1605.62,43.5857,4.13643,7200,0,0,4979,0,0,0,0,0),(86239,23597,568,1,1,22309,1,249.004,1043.29,3.57493,1.79769,7200,0,0,78044,0,0,0,0,0),(86280,23597,568,1,1,22309,1,234.088,1039.92,3.55883,2.11185,7200,0,0,78044,0,0,0,0,0),(86306,23596,568,1,1,22308,1,243.45,1033.66,3.55167,1.8675,7200,0,0,78044,6462,0,0,0,0),(86307,23597,568,1,1,22309,1,254.847,1025.23,3.46834,5.57699,7200,5,0,78044,0,1,0,0,0),(86308,23597,568,1,1,22309,1,243.167,1032.67,16.5783,1.81514,7200,5,0,78044,0,1,0,0,0),(86309,1412,568,1,1,134,0,43.882,1356.5,9.27985,5.18073,7200,10,0,8,0,1,0,0,0),(86310,14881,568,1,1,9829,0,169.649,1722.02,42.0216,4.39576,7200,5,0,8,0,1,0,0,0),(86311,14881,568,1,1,2536,0,167.257,1656.94,42.0216,2.35211,7200,0,0,8,0,0,0,0,0),(86312,1412,568,1,1,134,0,161.995,1394.99,5.89833,0.362198,7200,10,0,8,0,1,0,0,0),(86313,1412,568,1,1,134,0,69.0605,1374.56,-3.80553,5.2771,7200,10,0,8,0,1,0,0,0),(86324,14881,568,1,1,1160,0,169.011,1698.04,42.0216,5.64277,7200,5,0,8,0,1,0,0,0),(86351,1412,568,1,1,134,0,-223.361,1422.71,0.008211,5.91084,7200,10,0,8,0,1,0,0,0),(86363,23746,568,1,1,19595,0,58.4526,1695.63,47.0572,3.00197,7200,0,0,4979,0,0,0,0,0),(86364,23746,568,1,1,19595,0,-78.6888,1164.77,5.52694,2.93215,7200,0,0,4979,0,0,0,0,0),(86365,23746,568,1,1,19595,0,81.8456,1648.21,45.8278,0.959931,7200,0,0,4979,0,0,0,0,0),(86375,23746,568,1,1,19595,0,342.918,1150.48,7.06588,4.39823,7200,0,0,4979,0,0,0,0,0),(86468,23746,568,1,1,19595,0,69.9182,683.547,57.1529,4.41568,7200,0,0,4979,0,0,0,0,0),(86469,23807,568,1,1,19595,0,-80.1,1366.4,40.8492,4.64258,7200,0,0,3052,0,0,0,0,0),(86470,23746,568,1,1,19595,0,182.828,1695.28,45.7485,1.62316,7200,0,0,4979,0,0,0,0,0),(86471,23746,568,1,1,19595,0,305.382,1467.21,81.5893,4.18879,7200,0,0,4979,0,0,0,0,0),(86472,23746,568,1,1,19595,0,108.12,659.957,55.3927,4.01426,7200,0,0,4979,0,0,0,0,0),(86473,23746,568,1,1,19595,0,135.517,720.719,58.2989,4.17134,7200,0,0,4979,0,0,0,0,0),(86474,21252,568,1,1,11686,0,-33.8969,1122.81,18.7948,1.58825,7200,0,0,4120,0,0,0,0,0),(86475,21252,568,1,1,11686,0,-53.6238,1150.03,18.7886,0,7200,0,0,4120,0,0,0,0,0),(86476,22515,568,1,1,16925,0,-80.6288,1150.35,5.67736,5.61996,7200,0,0,4120,0,0,0,0,0),(86477,21252,568,1,1,11686,0,-33.4373,1177.73,18.7947,4.66003,7200,0,0,4120,0,0,0,0,0),(86478,21252,568,1,1,11686,0,-10.2896,1149.98,18.7947,3.14159,7200,0,0,4120,0,0,0,0,0),(86479,24325,568,1,1,17188,0,192.938,1422.35,15.7245,5.91667,7200,0,0,8488,0,0,0,0,0),(86494,23574,568,1,1,21630,0,376.353,1407.34,75.5313,3.45575,259200,0,0,934780,84675,0,0,0,0),(86609,23576,568,1,1,21631,1,16.9616,1414.6,11.9265,6.23082,259200,0,0,1255919,0,0,0,0,0),(86610,23584,568,1,1,22467,0,-7.98126,1482.39,9.37306,5.54282,7200,5,0,75449,0,1,0,0,0),(86611,23584,568,1,1,22467,0,-18.8911,1488.05,13.9981,0.540604,7200,5,0,75449,0,1,0,0,0),(86612,23584,568,1,1,22467,0,-60.8165,1485.24,17.9836,2.65171,7200,5,0,75449,0,1,0,0,0),(86695,23584,568,1,1,22467,0,-46.7586,1474.11,13.3586,5.76827,7200,5,0,75449,0,1,0,0,0),(86696,23584,568,1,1,22467,0,26.6786,1463.02,1.69598,4.8852,7200,5,0,75449,0,1,0,0,0),(86697,23584,568,1,1,22467,0,20.6921,1482.15,3.15478,1.65682,7200,5,0,75449,0,1,0,0,0),(86698,23582,568,1,1,22272,1,19.0948,1420.57,11.973,5.8294,7200,0,0,78044,0,0,0,0,0),(86699,23542,568,1,1,22274,1,17.3455,1418.6,11.9475,6.02139,7200,0,0,78044,0,0,0,0,0),(86700,23582,568,1,1,22271,1,14.5413,1411.64,11.982,0.017453,7200,0,0,78044,0,0,0,0,0),(86701,23834,568,1,1,17547,0,-180.205,1231.06,0.502825,5.7607,7200,5,0,18862,0,1,0,0,0),(86702,23834,568,1,1,17547,0,-185.765,1222.8,1.00283,4.61955,7200,5,0,18862,0,1,0,0,0),(86750,23834,568,1,1,17547,0,-190.126,1230,0.627825,0.155582,7200,5,0,18862,0,1,0,0,0),(86859,23834,568,1,1,17547,0,-180.889,1240.78,1.77645,4.42307,7200,5,0,18862,0,1,0,0,0),(86866,24312,568,1,1,10056,0,-204.928,1136.49,0.388893,6.00393,7200,0,0,294,0,0,0,0,0),(86867,23834,568,1,1,17547,0,-198.038,1157.67,-0.133128,1.9875,7200,5,0,18862,0,1,0,0,0),(86902,23834,568,1,1,17547,0,-218.398,1155.91,-1.9117,3.07176,7200,5,0,18862,0,1,0,0,0),(86903,23834,568,1,1,17547,0,-204.363,1143.33,-1.4117,5.09194,7200,5,0,18862,0,1,0,0,0),(86904,23834,568,1,1,17547,0,-214.267,1146.52,-1.9117,0.585372,7200,5,0,18862,0,1,0,0,0),(86905,24312,568,1,1,10056,0,-222.574,1124.88,-0.057337,1.32645,7200,0,0,294,0,0,0,0,0),(86906,23597,568,1,1,22309,1,-83.8267,1196.94,5.7285,5.46288,7200,0,0,78044,0,0,0,0,0),(86907,22515,568,1,1,16925,0,-112.116,1159.57,0.083333,3.56047,7200,0,0,4120,0,0,0,0,0),(86908,24312,568,1,1,10056,0,-208.865,1116.26,0.377559,1.20428,7200,0,0,294,0,0,0,0,0),(86909,22515,568,1,1,16925,0,-173.463,1212.12,0.174226,0.383972,7200,0,0,4120,0,0,0,0,0),(86910,23597,568,1,1,22309,1,-80.5356,1197.13,5.59467,3.83972,7200,0,0,78044,0,0,0,0,0),(86911,24312,568,1,1,10056,0,-209.437,1115.29,0.264964,1.37881,7200,0,0,294,0,0,0,0,0),(86912,23746,568,1,1,19595,0,120.172,1638.11,42.3568,6.23082,7200,0,0,4979,0,0,0,0,0),(86913,23889,568,1,1,22324,1,102.504,1523.64,21.2338,2.85248,7200,0,0,2515,0,0,0,0,0),(86914,23597,568,1,1,22310,1,101.955,1588.22,43.6776,4.93928,7200,0,0,78044,0,0,0,0,0),(86915,23889,568,1,1,22322,1,167.954,1523.31,21.2338,1.51648,7200,0,0,2515,0,0,0,0,0),(86916,23889,568,1,1,22325,1,136.024,1525.09,21.2338,6.22001,7200,0,0,2515,0,0,0,0,0),(86917,23746,568,1,1,19595,0,94.9908,1656.76,42.1049,5.88176,7200,0,0,4979,0,0,0,0,0),(86918,23889,568,1,1,22324,1,83.6504,1527.7,21.2338,6.12353,7200,0,0,2515,0,0,0,0,0),(86919,23746,568,1,1,19595,0,171.535,1561.78,53.7917,2.05949,7200,0,0,4979,0,0,0,0,0),(86920,23889,568,1,1,22325,1,160.569,1514.97,21.2338,2.20896,7200,0,0,2515,0,0,0,0,0),(86921,24064,568,1,1,22517,0,247.53,1128.97,0.33017,3.19395,7200,0,0,18862,0,0,0,0,0),(86922,24064,568,1,1,22517,0,221.965,1130.85,0.083334,0.802851,7200,0,0,18862,0,0,0,0,0),(86923,24065,568,1,1,22304,1,179.738,1145.42,0.125,4.69055,7200,5,0,78044,0,1,0,0,0),(86927,24065,568,1,1,22304,1,183.726,1144.8,0.125,4.69055,7200,5,0,78044,0,1,0,0,0),(87042,24064,568,1,1,22517,0,171.733,1138.6,0.125,1.58028,7200,5,0,18862,0,1,0,0,0),(87043,24064,568,1,1,22517,0,236.318,1088.26,0.083335,2.16421,7200,0,0,18862,0,0,0,0,0),(88652,24064,568,1,1,22517,0,230.744,1066.13,0.178641,3.87463,7200,0,0,18862,0,0,0,0,0),(88812,23746,568,1,1,19595,0,124.361,1373.14,-20.883,0.506145,7200,0,0,4979,0,0,0,0,0),(89098,24396,568,1,1,6295,0,176.706,1235.97,-17.1469,1.70773,7200,5,0,29,0,1,0,0,0),(89099,24396,568,1,1,6295,0,85.0883,1222.52,-20.8522,0.55615,7200,5,0,29,0,1,0,0,0),(89100,24396,568,1,1,6295,0,141.691,1356.04,-24.8096,2.14242,7200,5,0,29,0,1,0,0,0),(89101,23746,568,1,1,19595,0,129.791,1357.97,-24.0763,6.0912,7200,0,0,4979,0,0,0,0,0),(89102,23746,568,1,1,19595,0,115.099,1245.86,-20.1063,2.58309,7200,0,0,4979,0,0,0,0,0),(89103,23746,568,1,1,19595,0,107.344,1226.04,-23.9391,0.837758,7200,0,0,4979,0,0,0,0,0),(89104,24396,568,1,1,6295,0,143.78,1220.84,-20.3664,1.83069,7200,5,0,29,0,1,0,0,0),(89105,24396,568,1,1,6295,0,144.046,1371.51,-22.5551,1.85117,7200,5,0,29,0,1,0,0,0),(89106,24396,568,1,1,901,0,74.3894,1229.84,-20.3522,0.856248,7200,5,0,29,0,1,0,0,0),(89107,1412,568,1,1,134,0,184.991,1178.33,2.055,2.98865,7200,10,0,8,0,1,0,0,0),(89108,14881,568,1,1,2536,0,85.6123,1726.32,42.0215,2.93348,7200,5,0,8,0,1,0,0,0),(89109,1412,568,1,1,134,0,-201.169,1310.07,1.4539,5.77058,7200,10,0,8,0,1,0,0,0),(89110,1412,568,1,1,134,0,-193.244,1216.61,0.627825,5.0293,7200,10,0,8,0,1,0,0,0),(89111,23746,568,1,1,19595,0,390.18,1080,6.42698,3.38594,7200,0,0,4979,0,0,0,0,0),(89112,23897,568,1,1,21893,0,250.141,996.782,10.9915,2.00713,7200,0,0,6287,0,0,0,0,0),(89113,23746,568,1,1,19595,0,104.313,1678.46,45.7201,0.383972,7200,0,0,4979,0,0,0,0,0),(89114,23746,568,1,1,19595,0,77.9453,1651.02,46.739,4.31096,7200,0,0,4979,0,0,0,0,0),(89115,23746,568,1,1,19595,0,120.432,766.113,55.1054,6.26573,7200,0,0,4979,0,0,0,0,0),(89116,23746,568,1,1,19595,0,130.957,659.718,57.0027,5.41052,7200,0,0,4979,0,0,0,0,0),(89117,23746,568,1,1,19595,0,-74.4201,1138.56,5.28276,0.767945,7200,0,0,4979,0,0,0,0,0),(89118,23746,568,1,1,19595,0,92.4965,698.917,64.2503,2.32129,7200,0,0,4979,0,0,0,0,0),(89119,23746,568,1,1,19595,0,383.222,1152.55,6.42699,4.55531,7200,0,0,4979,0,0,0,0,0),(89120,23746,568,1,1,19595,0,294.015,1457.98,81.5893,3.26377,7200,0,0,4979,0,0,0,0,0),(89121,23774,568,1,1,22314,1,-205.011,1122.03,-0.553194,1.89687,7200,5,0,94311,0,1,0,0,0),(89122,23834,568,1,1,17547,0,-95.9498,1111.12,5.63477,0.965111,7200,5,0,18862,0,1,0,0,0),(89123,23834,568,1,1,17547,0,-90.4841,1111.62,5.59396,0.962558,7200,5,0,18862,0,1,0,0,0),(89124,24312,568,1,1,10056,0,-209.218,1151.03,0.033993,1.74533,7200,0,0,294,0,0,0,0,0),(89126,24312,568,1,1,10056,0,-225.386,1153.92,-0.692664,3.75246,7200,0,0,294,0,0,0,0,0),(89127,24312,568,1,1,10056,0,-208.297,1152.33,-0.208609,2.25148,7200,0,0,294,0,0,0,0,0),(89130,24312,568,1,1,10056,0,-223.94,1153.75,-0.468028,1.79769,7200,0,0,294,0,0,0,0,0),(89131,23596,568,1,1,22307,1,-78.6729,1199.08,5.63549,1.16937,7200,0,0,78044,6462,0,0,0,0),(89132,24312,568,1,1,10056,0,-222.025,1126.66,-0.315843,3.28122,7200,0,0,294,0,0,0,0,0),(89133,23597,568,1,1,22310,1,337.235,1022.44,9.60534,4.5204,7200,0,0,78044,0,0,0,0,0),(89134,23597,568,1,1,22310,1,327.933,1030.54,9.60501,3.29867,7200,0,0,78044,0,0,0,0,0),(89135,24064,568,1,1,22517,0,221.048,1057.69,1.68041,0.907571,7200,0,0,18862,0,0,0,0,0),(89136,24065,568,1,1,22303,1,372.493,1044.07,9.58696,3.57792,7200,0,0,78044,0,0,0,0,0),(89137,24530,568,1,1,19705,0,364.396,1048.9,9.58343,4.76475,7200,0,0,50299,0,0,0,0,0),(89138,24065,568,1,1,22304,1,367.733,1042.91,9.58983,0.034907,7200,0,0,78044,0,0,0,0,0),(89139,24530,568,1,1,19705,0,375.055,1050.34,9.58932,4.60767,7200,0,0,50299,0,0,0,0,0),(89140,24530,568,1,1,19705,0,148.932,1113.78,1.30726,0.122173,7200,0,0,50299,0,0,0,0,0),(89141,24064,568,1,1,22517,0,242.575,1075.25,0.340571,2.54818,7200,0,0,18862,0,0,0,0,0),(89142,24065,568,1,1,22303,1,236.597,1115.74,0.083333,1.67552,7200,0,0,78044,0,0,0,0,0),(89143,23597,568,1,1,22310,1,358.713,1112.35,5.87011,0.733038,7200,0,0,78044,0,0,0,0,0),(89144,23596,568,1,1,22307,1,364.306,1112.51,5.76931,2.46091,7200,0,0,78044,6462,0,0,0,0),(89145,24064,568,1,1,22517,0,245.382,1138.24,0.083332,5.16617,7200,0,0,18862,0,0,0,0,0),(89146,23746,568,1,1,19595,0,124.88,1225.51,-23.9887,5.98648,7200,0,0,4979,0,0,0,0,0),(89147,24396,568,1,1,901,0,132.032,1358.28,-24.2416,6.03236,7200,5,0,29,0,1,0,0,0),(89148,23746,568,1,1,19595,0,108.058,1371.94,-21.3731,1.32645,7200,0,0,4979,0,0,0,0,0),(89149,24396,568,1,1,6295,0,160.946,1228.61,-18.7414,3.98906,7200,5,0,29,0,1,0,0,0),(89150,24396,568,1,1,901,0,94.144,1374.41,-20.6805,0.152388,7200,5,0,29,0,1,0,0,0),(89151,24396,568,1,1,6295,0,145.674,1226.8,-23.3682,6.11557,7200,5,0,29,0,1,0,0,0),(89152,23746,568,1,1,19595,0,87.4132,1703.16,45.5562,4.74729,7200,0,0,4979,0,0,0,0,0),(89153,23746,568,1,1,19595,0,110.786,734.368,49.4926,3.28122,7200,0,0,4979,0,0,0,0,0),(89154,23746,568,1,1,19595,0,-80.1067,1125.27,5.42039,3.05433,7200,0,0,4979,0,0,0,0,0),(89155,23746,568,1,1,19595,0,119.402,1680.13,47.6264,5.68977,7200,0,0,4979,0,0,0,0,0),(89156,23746,568,1,1,19595,0,-149.192,1350.13,48.2572,0.05236,7200,0,0,4979,0,0,0,0,0),(89157,23790,568,1,1,21767,0,-147.696,1333.27,48.2572,0.820305,7200,0,0,6287,0,0,0,0,0),(89158,23746,568,1,1,19595,0,-22.2064,1350.52,48.2573,3.9619,7200,0,0,4979,0,0,0,0,0),(89159,23746,568,1,1,19595,0,179.912,1657.18,47.8062,3.50811,7200,0,0,4979,0,0,0,0,0),(89160,23834,568,1,1,17547,0,-212.318,1106.67,-0.100973,1.15832,7200,5,0,18862,0,1,0,0,0),(89161,23834,568,1,1,17547,0,-195.346,1127.15,0.249147,2.81606,7200,5,0,18862,0,1,0,0,0),(89162,23834,568,1,1,17547,0,-204.952,1127.64,-1.10097,1.70847,7200,5,0,18862,0,1,0,0,0),(89163,23834,568,1,1,17547,0,-215.168,1120.53,-1.78481,6.08606,7200,5,0,18862,0,1,0,0,0),(89164,22515,568,1,1,16925,0,-178.349,1350.27,-0.023093,5.46288,7200,0,0,4120,0,0,0,0,0),(89165,23597,568,1,1,22310,1,-86.4353,1150.79,5.67736,6.24828,7200,0,0,78044,0,0,0,0,0),(89167,23834,568,1,1,17547,0,-132.169,1140.14,0.463024,5.27626,7200,0,0,18862,0,0,0,0,0),(89168,23597,568,1,1,22309,1,-78.7532,1150.4,5.49613,3.07178,7200,0,0,78044,0,0,0,0,0),(89169,23596,568,1,1,22307,1,-86.0985,1083.58,1.19911,6.05629,7200,0,0,78044,6462,0,0,0,0),(89170,23597,568,1,1,22309,1,-195.045,1323.84,0.605175,0.25652,7200,0,0,78044,0,0,0,0,0),(89171,23597,568,1,1,22309,1,-83.8775,1081.24,1.01608,1.65806,7200,0,0,78044,0,0,0,0,0),(89172,24064,568,1,1,22517,0,227.794,1136.08,0.083332,2.35619,7200,0,0,18862,0,0,0,0,0),(89173,24064,568,1,1,22517,0,237.411,1135.67,0.083334,5.86431,7200,0,0,18862,0,0,0,0,0),(89174,24065,568,1,1,22303,1,221.439,1138.82,0.125,2.53465,7200,5,0,78044,0,1,0,0,0),(89175,24064,568,1,1,22517,0,240.458,1125.04,0.083334,0.802851,7200,0,0,18862,0,0,0,0,0),(89176,24064,568,1,1,22517,0,226.897,1079.17,0.083331,3.82227,7200,0,0,18862,0,0,0,0,0),(89177,24064,568,1,1,22517,0,228.512,1126.03,0.083332,4.01426,7200,0,0,18862,0,0,0,0,0),(89178,23746,568,1,1,19595,0,65.665,1656.89,51.8595,5.95157,7200,0,0,4979,0,0,0,0,0),(89179,23746,568,1,1,19595,0,148.688,698.372,67.6114,1.01229,7200,0,0,4979,0,0,0,0,0),(89180,23746,568,1,1,19595,0,-151.682,1339.34,48.2572,2.80998,7200,0,0,4979,0,0,0,0,0),(89181,23746,568,1,1,19595,0,108.381,1632.48,47.6339,0.977384,7200,0,0,4979,0,0,0,0,0),(89182,23746,568,1,1,19595,0,290.516,1467.13,81.5893,5.41052,7200,0,0,4979,0,0,0,0,0),(89183,23746,568,1,1,19595,0,133.719,1631.77,47.752,4.08407,7200,0,0,4979,0,0,0,0,0),(89184,23746,568,1,1,19595,0,130.362,733.863,49.7089,4.34587,7200,0,0,4979,0,0,0,0,0),(89185,23746,568,1,1,19595,0,119.427,928.836,64.3938,4.66003,7200,0,0,4979,0,0,0,0,0),(89186,23746,568,1,1,19595,0,333.131,1085.87,7.72835,1.44862,7200,0,0,4979,0,0,0,0,0),(89187,23746,568,1,1,19595,0,63.9015,1735.93,47.6881,5.8294,7200,0,0,4979,0,0,0,0,0),(89188,22515,568,1,1,16925,0,-177.929,1274.98,1.5615,0.436332,7200,0,0,4120,0,0,0,0,0),(89189,23774,568,1,1,22313,1,-208.207,1130.93,-1.72597,0.452702,7200,5,0,94311,0,1,0,0,0),(89190,23774,568,1,1,22313,1,-193.362,1242.08,0.651445,5.67232,7200,0,0,94311,0,0,0,0,0),(89191,23586,568,1,1,22983,1,-186.455,1323.15,-0.033457,4.11898,7200,0,0,6287,0,0,0,0,0),(89192,23597,568,1,1,22309,1,-82.6712,1153.38,5.67735,4.66003,7200,0,0,78044,0,0,0,0,0),(89193,23774,568,1,1,22313,1,-204.005,1159.89,-0.738282,2.41081,7200,5,0,94311,0,1,0,0,0),(89194,23597,568,1,1,22309,1,-181.866,1158.57,12.0392,0.977384,7200,0,0,78044,0,0,0,0,0),(89195,23597,568,1,1,22309,1,-181.74,1164.2,12.0392,5.13127,7200,0,0,78044,0,0,0,0,0),(89196,23596,568,1,1,22308,1,-177.464,1159.71,12.0392,2.74017,7200,0,0,78044,6462,0,0,0,0),(89197,24312,568,1,1,10056,0,-206.347,1136.5,0.152328,6.17846,7200,0,0,294,0,0,0,0,0),(89199,24065,568,1,1,22304,1,234.628,1078.93,0.125,4.41342,7200,5,0,78044,0,1,0,0,0),(89200,24064,568,1,1,22517,0,215.973,1072.41,1.2816,1.69297,7200,0,0,18862,0,0,0,0,0),(89201,24064,568,1,1,22517,0,192.933,1167.76,1.29923,4.41849,7200,5,0,18862,0,1,0,0,0),(89202,24064,568,1,1,22517,0,179.434,1167.02,0.549227,5.63265,7200,5,0,18862,0,1,0,0,0),(89203,24064,568,1,1,22517,0,193.293,1173.71,2.04923,0.358979,7200,5,0,18862,0,1,0,0,0),(89204,24047,568,1,1,834,0,284.695,1033.79,-3.70402,0.800363,7200,5,0,25150,0,1,0,0,0),(89205,24047,568,1,1,834,0,298.851,1023.65,-1.39662,5.41663,7200,5,0,25150,0,1,0,0,0),(89206,24047,568,1,1,834,0,303.241,1008.27,-3.27641,1.64086,7200,5,0,25150,0,1,0,0,0),(89207,24065,568,1,1,22303,1,221.267,1067.83,0.375,1.69092,7200,5,0,78044,0,1,0,0,0),(89208,23814,568,1,1,0,0,376.693,1402.5,74.7988,3.53507,25,0,0,2136,0,0,0,0,0),(89209,23746,568,1,1,19595,0,78.3507,733.04,56.7177,3.4383,7200,0,0,4979,0,0,0,0,0),(89210,23746,568,1,1,19595,0,341.022,1310.98,81.6709,3.33358,7200,0,0,4979,0,0,0,0,0),(89211,23746,568,1,1,19595,0,133.822,1759.53,47.9103,1.72788,7200,0,0,4979,0,0,0,0,0),(89212,24444,568,1,1,22437,0,-74.9698,1158.32,5.43907,4.53526,7200,0,0,7231,0,0,0,0,0),(89213,23746,568,1,1,19595,0,423.1,1084.32,7.31664,2.54818,7200,0,0,4979,0,0,0,0,0),(89214,23746,568,1,1,19595,0,81.9872,1648.87,47.9493,1.46608,7200,0,0,4979,0,0,0,0,0),(89215,23746,568,1,1,19595,0,119.295,1711.27,47.2793,2.04204,7200,0,0,4979,0,0,0,0,0),(89216,24312,568,1,1,10056,0,-209.442,1117.17,0.41697,0.785398,7200,0,0,294,0,0,0,0,0),(89217,24312,568,1,1,10056,0,-224.442,1154.63,-0.606921,6.24828,7200,0,0,294,0,0,0,0,0),(89219,23597,568,1,1,22310,1,-225.5,1314.84,1.91045,5.63741,7200,0,0,78044,0,0,0,0,0),(89220,23597,568,1,1,22310,1,-221.845,1316.85,1.17543,3.89208,7200,0,0,78044,0,0,0,0,0),(89221,23596,568,1,1,22307,1,-222.093,1312.36,2.4422,1.64061,7200,0,0,78044,6462,0,0,0,0),(89222,22515,568,1,1,16925,0,-185.469,1292.65,1.96368,2.05949,7200,0,0,4120,0,0,0,0,0),(89223,23774,568,1,1,22313,1,-213.016,1159.9,-1.69267,0.785406,7200,5,0,94311,0,1,0,0,0),(89224,22515,568,1,1,16925,0,-166.024,1191.63,0.925669,2.80998,7200,0,0,4120,0,0,0,0,0),(89226,23817,568,1,1,10056,0,-38.8813,1084.2,18.7948,0.575959,7200,0,0,294,0,0,0,0,0),(89227,23817,568,1,1,10056,0,-40.7069,1088.51,18.7948,0.017453,7200,0,0,294,0,0,0,0,0),(89228,23817,568,1,1,10056,0,-38.9577,1207.25,18.7947,4.06662,7200,0,0,294,0,0,0,0,0),(89229,23813,568,1,1,19595,0,-51.0977,1150.07,18.7896,3.28122,7200,0,0,2136,0,0,0,0,0),(89230,24363,568,1,1,19595,0,118.832,1009.86,67.8271,4.86947,7200,5,0,2136,0,1,0,0,0),(89231,24363,568,1,1,19595,0,116.286,1277.44,-15.2687,4.59022,7200,5,0,2136,0,1,0,0,0),(89233,23596,568,1,1,22307,1,-80.9743,1194.18,5.6611,2.28638,7200,0,0,78044,6462,0,0,0,0),(89235,24312,568,1,1,10056,0,-207.601,1150.81,-0.151421,1.81514,7200,0,0,294,0,0,0,0,0),(89236,24312,568,1,1,10056,0,-205.27,1134.63,0.203882,0.366519,7200,0,0,294,0,0,0,0,0),(89237,23774,568,1,1,22313,1,-217.94,1147.27,-1.9117,3.02546,7200,5,0,94311,0,1,0,0,0),(89241,23597,568,1,1,22309,1,-130.566,1137.6,0.465736,2.53073,7200,0,0,78044,0,0,0,0,0),(89242,24312,568,1,1,10056,0,-210.534,1115.47,0.468966,1.18682,7200,0,0,294,0,0,0,0,0),(89243,23597,568,1,1,22310,1,-82.1988,1084.49,0.972757,3.7001,7200,0,0,78044,0,0,0,0,0),(89244,23586,568,1,1,22983,1,-198.805,1227.37,1.09097,1.32645,7200,0,0,6287,0,0,0,0,0),(89245,23596,568,1,1,22307,1,-190.82,1325.56,-0.033457,3.63029,7200,0,0,78044,6462,0,0,0,0),(89246,23596,568,1,1,22308,1,-82.871,1147.99,5.67737,1.55334,7200,0,0,78044,6462,0,0,0,0),(89247,22515,568,1,1,16925,0,-114.455,1125.79,0.083333,3.33358,7200,0,0,4120,0,0,0,0,0),(89248,23774,568,1,1,22314,1,-207.92,1162.87,-0.997889,4.66003,7200,0,0,94311,0,0,0,0,0),(89250,22515,568,1,1,16925,0,-127.524,1167.95,0.760725,2.56563,7200,0,0,4120,0,0,0,0,0),(89251,23596,568,1,1,22308,1,-140.903,1134.42,0.167008,1.22173,7200,0,0,78044,6462,0,0,0,0),(89252,24312,568,1,1,10056,0,-206.541,1134.73,0.344968,0.401426,7200,0,0,294,0,0,0,0,0),(89254,22515,568,1,1,16925,0,-195.533,1357.58,0.427896,2.58309,7200,0,0,4120,0,0,0,0,0),(89255,23597,568,1,1,22310,1,-133.446,1147.77,0.247097,4.24115,7200,0,0,78044,0,0,0,0,0),(89256,14881,568,1,1,9829,0,162.76,1697.51,42.1049,3.28122,7200,0,0,8,0,0,0,0,0),(89257,14881,568,1,1,1160,0,105.415,1660.29,42.0216,0.682085,7200,5,0,8,0,1,0,0,0),(89258,14881,568,1,1,1160,0,90.1453,1727.29,42.0215,3.45978,7200,5,0,8,0,1,0,0,0),(89259,23581,568,1,1,22275,1,-50.7096,1423.47,27.4899,6.17846,7200,0,0,78044,32310,0,0,0,0),(89260,23582,568,1,1,22271,1,-53.3283,1416.59,27.3666,0.017453,7200,0,0,78044,0,0,0,0,0),(89261,23542,568,1,1,22273,1,-53.39,1422.76,27.367,6.17846,7200,0,0,78044,0,0,0,0,0),(89262,23582,568,1,1,22272,1,-50.7764,1415.72,27.4538,0,7200,0,0,78044,0,0,0,0,0),(89263,23580,568,1,1,22277,1,-84.733,1375.83,40.8849,1.41372,7200,0,0,97556,0,0,0,0,0),(89264,23580,568,1,1,22278,1,-76.1125,1375.98,40.8471,1.67552,7200,0,0,97556,0,0,0,0,0),(89265,1412,568,1,1,134,0,50.0498,1422.87,1.07552,0.925025,7200,0,0,8,0,0,0,0,0),(89266,24217,568,1,1,22467,0,-92.281,1418.93,27.3781,3.10991,7200,0,0,37724,0,0,0,0,0),(89267,24217,568,1,1,22467,0,-88.112,1419.37,27.3781,2.53874,7200,0,0,37724,0,0,0,0,0),(89268,23580,568,1,1,22277,1,-84.5659,1315.04,41.201,4.85202,7200,0,0,97556,0,0,0,0,0),(89269,23581,568,1,1,22276,1,-71.6538,1315.07,41.3016,4.4855,7200,0,0,78044,32310,0,0,0,0),(89270,23581,568,1,1,22276,1,-88.9147,1314.97,41.1013,4.97419,7200,0,0,78044,32310,0,0,0,0),(89271,23580,568,1,1,22278,1,-75.9265,1315.24,41.3016,4.60767,7200,0,0,97556,0,0,0,0,0),(89272,24217,568,1,1,22467,0,-94.1759,1342.15,40.9046,1.42279,7200,0,0,37724,0,0,0,0,0),(89273,14881,568,1,1,2536,0,91.6916,1725.1,42.0215,2.8154,7200,5,0,8,0,1,0,0,0),(89274,23586,568,1,1,22983,1,-179.821,1347.53,-0.020919,0.148083,7200,5,0,6287,0,1,0,0,0),(89275,24217,568,1,1,22467,0,-98.9552,1359.19,40.8913,2.55043,7200,0,0,37724,0,0,0,0,0),(89276,14881,568,1,1,14952,0,66.6136,1692.46,42.0215,3.01154,7200,5,0,8,0,1,0,0,0),(89277,14881,568,1,1,2536,0,99.9732,1669.12,42.0216,5.83846,7200,5,0,8,0,1,0,0,0),(89278,23586,568,1,1,22983,1,-207.987,1376.99,0.006258,1.59629,7200,5,0,6287,0,1,0,0,0),(89279,24396,568,1,1,6295,0,111.421,1204.28,-21.2236,4.84312,7200,5,0,29,0,1,0,0,0),(89280,23586,568,1,1,22983,1,-197.946,1325.93,1.25821,1.76407,7200,5,0,6287,0,1,0,0,0),(12404,23889,568,1,1,0,1,108.831,688.201,45.1114,1.55981,7200,0,0,2515,0,0,0,0,0),(89282,1412,568,1,1,134,0,-229.353,1425.05,0.94149,0.488692,7200,0,0,8,0,0,0,0,0),(11906,23889,568,1,1,0,1,106.105,688.231,45.1114,1.55981,7200,0,0,2515,0,0,0,0,0),(89284,23586,568,1,1,22983,1,-134.575,1189.24,0.125,1.69314,7200,5,0,6287,0,1,0,0,0),(89285,23586,568,1,1,22983,1,-143.626,1144.37,0.202364,6.02139,7200,0,0,6287,0,0,0,0,0),(89286,23834,568,1,1,17547,0,-142.093,1141.8,0.335745,2.10754,7200,0,0,18862,0,0,0,0,0),(89287,23586,568,1,1,22983,1,-200.669,1253.68,1.28333,1.86412,7200,5,0,6287,0,1,0,0,0),(89288,23586,568,1,1,22983,1,-170.374,1239.39,1.66798,2.73909,7200,5,0,6287,0,1,0,0,0),(89289,23586,568,1,1,22983,1,-212.178,1161.06,-1.58448,1.10716,7200,5,0,6287,0,1,0,0,0),(10560,23889,568,1,1,0,1,103.164,688.263,45.1114,1.55981,7200,0,0,2515,0,0,0,0,0),(9252,23889,568,1,1,0,1,131.498,688.34,45.1114,1.54604,7200,0,0,2515,0,0,0,0,0),(89292,14881,568,1,1,9829,0,96.2507,1661.01,42.0216,1.96371,7200,5,0,8,0,1,0,0,0),(89293,23586,568,1,1,22983,1,-154.766,1196.84,0.125,0.829683,7200,5,0,6287,0,1,0,0,0),(4915,23889,568,1,1,0,1,128.088,688.424,45.1114,1.54604,7200,0,0,2515,0,0,0,0,0),(1107,24179,568,1,1,0,1,305.573,1389.8,57.135,3.45356,7200,0,0,65037,32310,0,0,0,0),(89300,23817,568,1,1,10056,0,-38.2802,1088.14,18.7948,1.27409,7200,0,0,294,0,0,0,0,0),(89301,23817,568,1,1,10056,0,-39.536,1213.3,18.7947,5.58505,7200,0,0,294,0,0,0,0,0),(89302,23817,568,1,1,10056,0,-38.5764,1218.68,18.7947,4.97419,7200,0,0,294,0,0,0,0,0),(89303,23586,568,1,1,22983,1,-171.875,1213.34,0.127825,3.7951,7200,0,0,6287,0,0,0,0,0),(89304,1412,568,1,1,134,0,55.5945,1428.36,1.0813,4.24265,7200,10,0,8,0,1,0,0,0),(86210,24179,568,1,1,22262,1,69.0978,1416.27,0.800665,6.25885,7200,0,0,65037,32310,0,0,0,0),(89311,24180,568,1,1,0,1,306.92,1383.61,57.1572,3.25813,7200,0,0,65037,32310,0,0,0,0),(89283,24549,568,1,1,0,1,302.193,1385.68,57.4693,3.4605,7200,0,0,130074,0,0,0,0,0),(89308,23586,568,1,1,22983,1,-195.518,1285.67,1.43967,1.51203,7200,5,0,6287,0,1,0,0,0),(89281,24175,568,1,1,0,1,224.41,1479.77,25.9171,4.7339,7200,0,0,75449,0,0,0,0,0),(89310,23581,568,1,1,22275,1,132.874,1410.11,-4.91132,0.345519,7200,5,0,78044,32310,1,0,0,0),(12922,23889,568,1,1,0,1,111.764,688.095,45.1114,1.5386,7200,0,0,2515,0,0,0,0,0),(89312,23586,568,1,1,22983,1,-107.676,1154.55,0.083333,3.94444,7200,0,0,6287,0,0,0,0,0),(89313,23586,568,1,1,22983,1,-167.522,1194.68,0.642452,5.3058,7200,0,0,6287,0,0,0,0,0),(89314,23817,568,1,1,10056,0,-42.8135,1085.94,18.7948,2.04204,7200,0,0,294,0,0,0,0,0),(89315,23817,568,1,1,10056,0,-37.6035,1085.87,18.7948,0.296706,7200,0,0,294,0,0,0,0,0),(89316,23817,568,1,1,10056,0,-36.2872,1218.11,18.7947,0.034907,7200,0,0,294,0,0,0,0,0),(89317,23817,568,1,1,10056,0,-39.7272,1216.09,18.7947,5.58505,7200,0,0,294,0,0,0,0,0),(89318,14881,568,1,1,1160,0,73.3515,1684.77,42.0215,0.79049,7200,5,0,8,0,1,0,0,0),(89319,23817,568,1,1,10056,0,-39.7956,1081.47,18.7948,2.74017,7200,0,0,294,0,0,0,0,0),(89320,23817,568,1,1,10056,0,-39.3636,1209.73,18.7947,0.593412,7200,0,0,294,0,0,0,0,0),(89321,23817,568,1,1,10056,0,-37.3368,1212.53,18.7947,0.314159,7200,0,0,294,0,0,0,0,0),(89322,23578,568,1,1,21633,0,-18.6421,1150.46,18.7947,3.19395,259200,0,0,939330,0,0,0,0,0),(89323,23817,568,1,1,10056,0,-41.177,1084.59,18.7948,1.06465,7200,0,0,294,0,0,0,0,0),(89324,14881,568,1,1,1160,0,104.595,1659.01,42.0216,5.65418,7200,5,0,8,0,1,0,0,0),(89326,24059,568,1,1,22301,1,81.1417,1147.26,0.197549,3.02961,7200,5,0,78044,0,1,0,0,0),(89327,23596,568,1,1,22307,1,81.7096,1144.18,0.197549,3.3227,7200,0,0,78044,6462,0,0,0,0),(89328,23817,568,1,1,10056,0,-36.4398,1209.93,18.7947,0.331613,7200,0,0,294,0,0,0,0,0),(89329,23586,568,1,1,22983,1,-117.331,1121.12,0.0878,2.26893,7200,0,0,6287,0,0,0,0,0),(89331,23597,568,1,1,22309,1,-189.317,1319.33,-0.033457,1.02974,7200,0,0,78044,0,0,0,0,0),(89332,23817,568,1,1,10056,0,-40.0005,1090.55,18.7948,1.11701,7200,0,0,294,0,0,0,0,0),(89333,23817,568,1,1,10056,0,-33.6638,1087.02,18.7948,0.959931,7200,0,0,294,0,0,0,0,0),(89334,23817,568,1,1,10056,0,-36.2434,1088.15,18.7948,1.72788,7200,0,0,294,0,0,0,0,0),(89335,23817,568,1,1,10056,0,-31.0391,1088.33,18.7948,2.70526,7200,0,0,294,0,0,0,0,0),(89336,23817,568,1,1,10056,0,-35.0347,1084.92,18.7948,5.21853,7200,0,0,294,0,0,0,0,0),(89337,23817,568,1,1,10056,0,-28.4201,1082.09,18.7948,4.01426,7200,0,0,294,0,0,0,0,0),(89338,23817,568,1,1,10056,0,-30.5146,1084.72,18.7948,1.79769,7200,0,0,294,0,0,0,0,0),(89339,23817,568,1,1,10056,0,-34.0568,1082.02,18.7947,2.67035,7200,0,0,294,0,0,0,0,0),(89340,23817,568,1,1,10056,0,-31.6647,1081.88,18.7948,6.17846,7200,0,0,294,0,0,0,0,0),(89341,23817,568,1,1,10056,0,-33.5926,1090.16,18.7948,5.13127,7200,0,0,294,0,0,0,0,0),(89342,23817,568,1,1,10056,0,-29.1757,1090.27,18.7948,0.680678,7200,0,0,294,0,0,0,0,0),(89343,23817,568,1,1,10056,0,-33.1212,1209.77,18.7947,2.77507,7200,0,0,294,0,0,0,0,0),(89344,23817,568,1,1,10056,0,-28.0851,1214.22,18.7947,3.38594,7200,0,0,294,0,0,0,0,0),(89345,23817,568,1,1,10056,0,-27.0043,1211.99,18.7947,3.94444,7200,0,0,294,0,0,0,0,0),(89346,23817,568,1,1,10056,0,-29.8651,1211.38,18.7947,2.94961,7200,0,0,294,0,0,0,0,0),(89347,23817,568,1,1,10056,0,-29.7244,1208.43,18.7947,4.93928,7200,0,0,294,0,0,0,0,0),(89348,23817,568,1,1,10056,0,-34.0586,1207.23,18.7947,4.60767,7200,0,0,294,0,0,0,0,0),(89349,23817,568,1,1,10056,0,-28.0705,1216.81,18.7947,1.39626,7200,0,0,294,0,0,0,0,0),(89350,23817,568,1,1,10056,0,-30.4304,1216.39,18.7947,4.90438,7200,0,0,294,0,0,0,0,0),(89351,23817,568,1,1,10056,0,-32.37,1212.68,18.7947,1.0472,7200,0,0,294,0,0,0,0,0),(89352,23817,568,1,1,10056,0,-32.0784,1218.55,18.7947,5.65487,7200,0,0,294,0,0,0,0,0),(89353,23817,568,1,1,10056,0,-34.4183,1213.35,18.7947,2.26893,7200,0,0,294,0,0,0,0,0),(89354,23817,568,1,1,10056,0,-32.7619,1215.33,18.7947,2.80998,7200,0,0,294,0,0,0,0,0),(89355,23817,568,1,1,10056,0,-26.5745,1084.44,18.7948,2.79253,7200,0,0,294,0,0,0,0,0),(89356,23817,568,1,1,10056,0,-27.2051,1087.54,18.7948,1.76278,7200,0,0,294,0,0,0,0,0),(89357,24239,568,1,1,22332,1,105.457,968.15,30.5099,6.28278,259200,0,0,939330,0,0,0,0,0),(89358,23863,568,1,1,0,1,120.132,664.015,51.7023,1.5806,259200,0,0,1565550,0,0,0,0,0),(89359,15760,0,1,1,15744,1,-9468.33,24.9295,56.5369,6.0912,180,0,0,955,0,0,0,0,0),(89360,15760,0,1,1,15745,1,-9465.93,24.9355,56.6126,3.12414,180,0,0,955,0,0,0,0,0),(89361,15760,0,1,1,15744,1,-8866.35,676.362,97.9864,0.034907,180,0,0,955,0,0,0,0,0),(89362,15760,0,1,1,15745,1,-8864.07,675.996,97.9864,2.87979,180,0,0,955,0,0,0,0,0),(89363,15760,0,1,1,15744,1,-10647.7,1174.96,34.4276,1.09956,180,0,0,955,0,0,0,0,0),(89364,15760,0,1,1,15745,1,-10645.7,1177.46,34.5556,4.13643,180,0,0,955,0,0,0,0,0),(89365,15760,0,1,1,15744,1,-10523.2,-1164.94,27.5597,1.5708,180,0,0,955,0,0,0,0,0),(89366,15760,0,1,1,15745,1,-10523.5,-1162.52,27.5597,4.66003,180,0,0,955,0,0,0,0,0),(89367,15760,0,1,1,15744,1,-9223.84,-2153.94,64.0168,3.01942,180,0,0,955,0,0,0,0,0),(89368,15760,0,1,1,15745,1,-9225.23,-2153.85,64.0168,6.23082,180,0,0,955,0,0,0,0,0),(89369,15760,0,1,1,15746,1,-5581.24,-525.341,400.846,1.51844,180,0,0,955,0,0,0,0,0),(89370,15760,0,1,1,15747,1,-5581.07,-523.102,400.846,4.62512,180,0,0,955,0,0,0,0,0),(89371,15760,0,1,1,15747,1,-4853.14,-870.297,501.997,4.81711,180,0,0,955,0,0,0,0,0),(89372,15760,0,1,1,15746,1,-4852.92,-872.19,501.997,1.69297,180,0,0,955,0,0,0,0,0),(89373,15760,530,1,1,21178,1,-1906.05,5773.35,131.296,3.9619,180,0,0,955,0,0,0,0,0),(89374,15760,530,1,1,21177,1,-1907.47,5771.96,131.296,0.645772,180,0,0,955,0,0,0,0,0),(89375,15760,1,1,1,15748,1,9817.05,956.271,1308.87,1.88496,180,0,0,955,0,0,0,0,0),(89376,15760,1,1,1,15758,1,9816.57,957.975,1308.88,4.88692,180,0,0,955,0,0,0,0,0),(89377,15760,530,1,1,21177,1,-4123.25,-12473.5,44.6518,4.45059,180,0,0,955,0,0,0,0,0),(89378,15760,530,1,1,21178,1,-4123.87,-12475.4,44.6513,1.25664,180,0,0,955,0,0,0,0,0),(89379,15760,0,1,1,15752,1,-14461.9,491.803,15.2063,0.837758,180,0,0,955,0,0,0,0,0),(89380,15760,0,1,1,15750,1,-14460.8,492.998,15.208,3.92699,180,0,0,955,0,0,0,0,0),(89381,15760,1,1,1,15759,1,-412.213,-2653.14,96.3063,2.63545,180,0,0,955,0,0,0,0,0),(89382,15760,1,1,1,15751,1,-414.373,-2651.99,96.3063,5.79449,180,0,0,955,0,0,0,0,0),(89383,15760,1,1,1,15751,1,1629.61,-4439.9,15.5944,0.977384,180,0,0,955,0,0,0,0,0),(89384,15760,1,1,1,15756,1,1630.71,-4438.38,15.6045,4.11898,180,0,0,955,0,0,0,0,0),(89385,15760,1,1,1,15759,1,-1291.8,46.9446,129.292,3.63029,180,0,0,955,0,0,0,0,0),(89386,15760,1,1,1,15754,1,-1294.27,45.5886,129.292,0.575959,180,0,0,955,0,0,0,0,0),(89387,15760,0,1,1,15755,1,1635.82,233.67,-43.0193,1.11701,180,0,0,955,0,0,0,0,0),(89388,15760,0,1,1,15753,1,1637.09,236.273,-43.0193,4.34587,180,0,0,955,0,0,0,0,0),(89389,15760,0,1,1,15755,1,-11.5524,-932.199,57.2556,5.84685,180,0,0,955,0,0,0,0,0),(89390,15760,0,1,1,15753,1,-9.5064,-933.083,57.2556,2.74017,180,0,0,955,0,0,0,0,0),(89391,15760,0,1,1,15755,1,2249.08,240.226,34.3437,6.14356,180,0,0,955,0,0,0,0,0),(89392,15760,0,1,1,15753,1,2251.53,240.007,34.3437,3.05433,180,0,0,955,0,0,0,0,0),(89393,15760,1,1,1,15751,1,330.857,-4689.74,16.5411,1.50098,180,0,0,955,0,0,0,0,0),(89394,15760,1,1,1,15756,1,331.185,-4687.07,16.5411,4.53786,180,0,0,955,0,0,0,0,0),(89395,15760,1,1,1,15759,1,-2375.13,-341.74,-8.87366,4.2586,180,0,0,955,0,0,0,0,0),(89396,15760,1,1,1,15754,1,-2376.24,-344.29,-8.87366,1.20428,180,0,0,955,0,0,0,0,0),(89397,15760,0,1,1,15756,1,-6665.69,-2167.53,245.456,5.67232,180,0,0,955,0,0,0,0,0),(89398,15760,0,1,1,15751,1,-6663,-2169.4,245.456,2.49582,180,0,0,955,0,0,0,0,0),(89399,15760,530,1,1,21175,1,9695.96,-7375.55,12.0052,0.314159,180,0,0,955,0,0,0,0,0),(89400,15760,530,1,1,21176,1,9697.58,-7375.01,12.0039,3.64774,180,0,0,955,0,0,0,0,0),(89401,15760,530,1,1,21176,1,9575.18,-7220.55,16.2212,4.60767,180,0,0,955,0,0,0,0,0),(89402,15760,530,1,1,21176,1,9575.22,-7222.04,16.2204,1.74533,180,0,0,955,0,0,0,0,0),(89403,15760,530,1,1,21176,1,9475.21,-6864.08,17.4482,2.30383,180,0,0,955,0,0,0,0,0),(89404,15760,530,1,1,21175,1,9473.97,-6862.7,17.4677,5.48033,180,0,0,955,0,0,0,0,0),(89405,15760,0,1,1,15744,1,-858.777,-558.361,11.7749,4.66003,180,0,0,955,0,0,0,0,0),(89406,15760,0,1,1,15745,1,-858.831,-559.944,11.7749,1.50098,180,0,0,955,0,0,0,0,0),(89407,18927,0,1,1,18800,0,-8837.9,553.154,95.9797,0.15708,180,0,0,42,0,0,3,0,0),(89408,18927,0,1,1,18800,0,-8837.23,554.917,95.7154,5.044,180,0,0,42,0,0,0,0,0),(89409,18927,0,1,1,18801,0,-8854.78,649.83,96.7417,1.43117,180,0,0,42,0,0,3,0,0),(89410,18927,0,1,1,18800,0,-8855.72,651.851,96.6895,5.70723,180,0,0,42,0,0,0,0,0),(89411,23064,530,1,1,21237,0,-1732.4,5465.62,-12.3448,3.90954,180,0,0,1003,0,0,0,0,0),(89412,23065,530,1,1,21236,0,-1972.55,5346.77,-12.3448,0.401426,180,0,0,1003,0,0,0,0,0),(89413,15732,0,1,1,13349,0,-8823.24,543.75,96.7631,2.89725,180,0,0,1003,0,0,0,0,0),(89414,15732,0,1,1,13349,0,-5046.5,-816.26,495.22,2.11185,180,0,0,1003,0,0,0,0,0),(89415,15732,530,1,1,13349,0,-3998.22,-11904.2,-1.3401,3.01942,180,0,0,1003,0,0,0,0,0),(89416,15732,0,1,1,13349,0,-14296,519.288,9.0344,3.28122,180,0,0,1003,0,0,0,0,0),(89417,15732,1,1,1,13349,0,1329.46,-4605.78,23.8204,3.71755,180,0,0,1003,0,0,0,0,0),(89418,15732,0,1,1,13349,0,2049.43,275.707,56.9202,3.10669,180,0,0,1003,0,0,0,0,0),(89419,15732,530,1,1,13349,0,9341.16,-7267.78,14.6316,4.95674,180,0,0,1003,0,0,0,0,0),(89420,19148,0,1,1,18797,0,-4900.87,-957.314,501.541,4.17134,180,0,0,42,0,0,3,0,0),(89421,19148,0,1,1,18797,0,-4901.8,-958.955,501.543,1.01229,180,0,0,42,0,0,0,0,0),(53620,13420,1,1,1,13344,0,1657.5,-4426.88,17.2108,2.80998,180,0,0,1003,0,0,0,0,0),(86236,19178,0,1,1,18811,0,1626.7,222.7,-43.0193,1.01229,180,0,0,42,0,0,0,0,0),(86355,19178,0,1,1,18811,0,1573.04,265.955,-43.0193,0.593412,180,0,0,42,0,0,3,0,0),(89422,19178,0,1,1,18811,0,1574.55,267.583,-43.0193,3.76991,180,0,0,42,0,0,0,0,0),(86180,13434,0,1,1,13350,0,-4926.36,-979.266,501.56,1.6057,180,0,0,1003,0,0,0,0,0),(89423,13636,0,1,1,13730,0,147.423,-208.914,153.49,0.15708,180,0,0,1342,0,0,0,0,0),(89424,13602,0,1,1,13644,0,235.035,-359.131,161.38,4.45075,180,0,0,3831,0,0,0,0,0),(89425,15692,0,1,1,7790,1,-6589.65,-1835.64,244.4,1.29367,180,5,0,2310,0,1,0,0,0),(89426,15692,0,1,1,7790,1,-6637.21,-1836.91,247.373,2.34234,180,5,0,2310,0,1,0,0,0),(89427,15692,0,1,1,7790,1,-6608.72,-1852.43,244.269,1.6057,180,0,0,2310,0,0,0,0,0),(89428,15692,0,1,1,7790,1,-6592.98,-1867.66,245.247,4.24115,180,0,0,2310,0,0,0,0,0),(89429,15692,0,1,1,7789,1,-6629.13,-1871.31,244.269,2.10952,180,5,0,2310,0,1,0,0,0),(89430,15692,0,1,1,7789,1,-6603.6,-1887.39,245.144,4.47091,180,5,0,2310,0,1,0,0,0),(89431,15692,0,1,1,7792,1,-6590.66,-1875.92,245.398,0.688031,180,5,0,2310,0,1,0,0,0),(89432,15664,0,1,1,15903,0,-6609.19,-1857.01,244.359,5.35816,180,0,0,102,0,0,0,0,0),(89433,15692,0,1,1,7791,1,-6613.01,-1857.67,244.269,3.22886,180,0,0,2310,0,0,0,0,0),(89434,15692,0,1,1,7790,1,-6603.86,-1856.71,244.519,0.087266,180,0,0,2310,0,0,0,0,0),(89435,15692,0,1,1,7789,1,-6608.5,-1861.86,244.394,4.86947,180,0,0,2310,0,0,0,0,0),(89437,15685,1,1,1,6950,1,-8065.21,-5317.76,1.69655,2.74004,180,0,0,2218,0,0,0,0,0),(89438,15685,1,1,1,6954,1,-8063.47,-5312.91,1.55462,-1.76068,180,0,0,2218,0,0,0,0,0),(89439,15685,1,1,1,6951,1,-8056.21,-5319.81,1.46917,0.562535,180,0,0,2218,0,0,0,0,0),(89440,15664,1,1,1,15903,0,-8086.09,-5279.64,1.30106,1.13446,180,0,0,102,0,0,0,0,0),(89441,15685,1,1,1,6954,1,-8076.72,-5284.68,0.699819,1.34912,180,0,0,2218,0,0,0,0,0),(89442,15685,1,1,1,6951,1,-8057.25,-5258.35,1.69982,1.15097,180,0,0,2218,0,0,0,0,0),(943,7033,0,1,1,11549,1,-7853.94,-2615.34,120.061,4.91873,500,3,0,3322,0,1,0,0,0),(942,7039,0,1,1,10806,0,-7778.19,-1804.87,132.168,2.23828,500,5,0,3189,0,1,0,0,0),(685,7039,0,1,1,10806,0,-7767.35,-2268.56,134.875,1.04076,500,5,0,3189,0,1,0,0,0),(251,7036,0,1,1,6649,1,-7742.63,-1914,133.564,4.67949,500,5,0,3189,0,1,0,0,0),(250,7037,0,1,1,8170,1,-7829.94,-2138.96,134.546,3.85479,500,5,0,3189,0,1,0,0,0),(249,7039,0,1,1,10806,0,-7723.03,-2055.32,133.439,4.88479,500,5,0,3189,0,1,0,0,0),(248,9046,0,1,1,8900,1,-7575.14,-1289.98,278.258,1.67552,120,0,0,3921,0,0,0,0,0),(125,9563,0,1,1,8696,1,-7495.02,-2170.95,165.536,1.50098,500,0,0,3758,0,0,0,0,0),(124,9561,0,1,1,8693,1,-8398.89,-2768.59,194.881,0.471239,500,0,0,2631,5340,0,0,0,0),(123,9565,0,1,1,8695,1,-8380.58,-2751.88,187.122,0.785398,500,0,0,2631,5340,0,0,0,0),(117,9560,0,1,1,8685,1,-8378.54,-2748.94,186.725,4.38078,500,0,0,3398,0,0,0,0,0),(10,9520,0,1,1,8697,0,-7699.62,-1444.29,139.871,4.2586,900,0,0,21592,0,0,0,0,0),(9,9459,0,1,1,2552,0,-7647.31,-3051.95,131.25,1.71042,900,0,0,7842,0,0,0,0,0),(90975,10814,229,1,1,0,1,31.706,-293.848,110.947,3.18881,7200,0,0,23688,0,0,0,0,0),(90976,10814,229,1,1,0,1,30.8434,-278.412,110.945,3.18881,7200,0,0,23688,0,0,0,0,0),(7499,424,0,1,1,551,1,-9597.7,-2508.09,59.4286,3.7001,300,0,0,356,0,0,0,0,0),(90977,17376,544,1,1,13069,0,8.79722,-19.4801,2.43646,3.07178,604800,0,0,4705,0,0,0,0,0),(90999,17375,530,1,1,0,0,-4483.39,-11627.8,11.2147,2.72271,300,0,0,120,0,0,0,0,0),(91000,17375,530,1,1,0,0,-4482.3,-11613.3,11.1803,3.47321,300,0,0,120,0,0,0,0,0),(91001,17375,530,1,1,0,0,-4610.09,-11609.3,18.7612,5.07205,300,0,0,120,0,0,0,0,0),(91002,17375,530,1,1,0,0,-4581.02,-11644.2,19.6052,2.42343,300,0,0,120,0,0,0,0,0),(91003,17375,530,1,1,0,0,-4633.37,-11546.3,16.9046,1.30338,300,0,0,120,0,0,0,0,0),(91004,17375,530,1,1,0,0,-4649.62,-11536.1,17.8001,0.64794,300,0,0,120,0,0,0,0,0),(91005,17375,530,1,1,0,0,-4635.28,-11493.6,19.7222,4.68943,300,0,0,120,0,0,0,0,0),(91006,17375,530,1,1,0,0,-4618.28,-11498.6,19.5823,4.01129,300,0,0,120,0,0,0,0,0),(91007,17375,530,1,1,0,0,-4601.52,-11519.5,19.3076,3.31505,300,0,0,120,0,0,0,0,0),(91008,17375,530,1,1,0,0,-4601.6,-11536.7,17.7557,4.23105,300,0,0,120,0,0,0,0,0),(3349,10880,1,1,1,10186,1,1568.96,-4207.38,43.4047,2.88835,200,0,0,71,0,2,0,0,0),(7500,424,0,1,1,551,1,-9606.94,-2511.6,59.3492,0,300,0,0,356,0,0,0,0,0),(7501,423,0,1,1,487,1,-9604.01,-2517.84,59.7036,1.25664,300,0,0,328,0,0,0,0,0),(7502,431,0,1,1,493,1,-9089.53,-3181.91,109.397,4.39823,300,0,0,734,0,0,0,0,0),(7503,429,0,1,1,491,1,-9338.75,-3312.22,90.4582,3.75246,300,0,0,640,655,0,0,0,0),(7510,620,0,1,1,304,0,-9246.32,-2010.21,77.1152,3.59324,300,5,0,1,0,1,0,0,0),(7511,721,0,1,1,328,0,-9716.62,-2500.04,60.7618,1.55931,300,3,0,1,0,1,0,0,0),(7512,721,0,1,1,328,0,-9695.4,-2514.26,61.3341,5.28154,300,10,0,1,0,1,0,0,0),(7513,432,0,1,1,1887,1,-9162.64,-3314.33,105.371,0.942478,300,0,0,617,0,0,0,0,0),(7514,430,0,1,1,10789,1,-9001.13,-2267.11,142.432,0.174533,300,0,0,354,1020,0,0,0,0),(7515,446,0,1,1,609,1,-8997.39,-2275.13,146.015,0.733038,300,0,0,417,0,0,0,0,0),(7516,446,0,1,1,609,1,-9000.36,-2271.87,145.062,0.471239,300,0,0,417,0,0,0,0,0),(7517,721,0,1,1,4626,0,-9174.16,-3005.37,93.5232,5.22918,300,10,0,1,0,1,0,0,0),(7518,432,0,1,1,1887,1,-9116.21,-3232.83,100.599,2.82743,300,0,0,617,0,0,0,0,0),(7519,442,0,1,1,366,0,-9808.46,-1849.79,39.5704,5.71631,300,5,0,328,0,1,0,0,0),(7520,432,0,1,1,1887,1,-9168.75,-3285.69,100.751,0.541052,300,0,0,617,0,0,0,0,0),(7521,721,0,1,1,4626,0,-9164.75,-3131.95,100.556,2.78914,300,5,0,1,0,1,0,0,0),(7522,721,0,1,1,4626,0,-9668.58,-2620.37,63.3236,2.058,300,10,0,1,0,1,0,0,0),(7523,721,0,1,1,328,0,-9554.63,-1893.61,70.6377,0.975219,300,10,0,1,0,1,0,0,0),(7524,429,0,1,1,491,1,-9246.05,-3303.4,106.243,0.418879,300,0,0,640,655,0,0,0,0),(7525,568,0,1,1,662,1,-9107.18,-3218.99,105.012,4.27606,300,0,0,664,0,0,0,0,0),(7526,568,0,1,1,662,1,-9230.71,-3305.59,101.551,0.506145,300,0,0,664,0,0,0,0,0),(7540,568,0,1,1,662,1,-9226.43,-3303.31,101.301,3.14159,300,0,0,664,0,0,0,0,0),(7541,429,0,1,1,491,1,-9229.09,-3300.47,101.301,4.67748,300,0,0,640,655,0,0,0,0),(7542,434,0,1,1,275,0,-9253.17,-3218.56,100.743,2.49582,300,0,0,531,0,0,0,0,0),(7543,434,0,1,1,275,0,-9253.66,-3212.86,101.015,4.06662,300,0,0,531,0,0,0,0,0),(7544,433,0,1,1,275,1,-9258.04,-3213.46,101.493,4.74729,300,0,0,573,0,0,0,0,0),(7545,433,0,1,1,275,1,-9263.24,-3216.68,102.041,6.07375,300,0,0,573,0,0,0,0,0),(7546,441,0,1,1,387,0,-9703.79,-2515.29,61.6603,2.39151,300,10,0,330,938,1,0,0,0),(7547,441,0,1,1,387,0,-9656.37,-2694.85,60.5456,5.11636,300,10,0,330,938,1,0,0,0),(7548,441,0,1,1,387,0,-9678.67,-2739.32,57.5843,2.11326,300,5,0,330,938,1,0,0,0),(7549,441,0,1,1,387,0,-9641.97,-2756.33,58.7697,5.42165,300,5,0,330,938,1,0,0,0),(7550,441,0,1,1,387,0,-9657.63,-2843.86,52.6266,3.81048,300,10,0,330,938,1,0,0,0),(7551,441,0,1,1,387,0,-9709.88,-2822.38,51.817,1.61849,300,10,0,330,938,1,0,0,0),(7552,428,0,1,1,490,0,-9678.88,-2809.53,51.9944,0.588012,300,10,0,417,0,1,0,0,0),(7553,441,0,1,1,387,0,-9694.52,-2827.44,51.7868,1.4471,300,10,0,330,938,1,0,0,0),(7583,428,0,1,1,490,0,-9708.37,-2890.48,52.0665,4.76025,300,10,0,417,0,1,0,0,0),(7584,431,0,1,1,493,1,-9266.8,-3354.83,105.851,0.663225,300,0,0,734,0,0,0,0,0),(7585,568,0,1,1,662,1,-9250.13,-3342.32,100.933,5.21741,300,5,0,664,0,1,0,0,0),(7586,431,0,1,1,493,1,-9278.9,-3329.47,115.809,4.41568,300,0,0,734,0,0,0,0,0),(7587,441,0,1,1,387,0,-9663.54,-2885.31,50.6445,5.94581,300,10,0,330,938,1,0,0,0),(7588,441,0,1,1,387,0,-9713.34,-2902.82,53.4733,3.65389,300,5,0,330,938,1,0,0,0),(7589,568,0,1,1,662,1,-9276.11,-3338.37,112.084,5.16617,300,0,0,664,0,0,0,0,0),(7590,428,0,1,1,490,0,-9681.56,-2906.01,51.5517,1.53756,300,10,0,417,0,1,0,0,0),(7594,431,0,1,1,493,1,-9285.2,-3328.77,115.817,4.83456,300,0,0,734,0,0,0,0,0),(7596,441,0,1,1,387,0,-9489.85,-2089.22,99.2507,1.93828,300,10,0,330,938,1,0,0,0),(7654,579,0,1,1,550,1,-9285.41,-3311.42,115.852,0.855211,300,0,0,664,0,0,0,0,0),(7655,436,0,1,1,6039,1,-9358.35,-3084.53,153.787,5.68977,300,0,0,463,1357,0,0,0,0),(7657,721,0,1,1,4626,0,-9499.36,-2126.38,101.559,0.253355,300,5,0,1,0,1,0,0,0),(7658,721,0,1,1,328,0,-9109.66,-2734.6,93.8307,2.57083,300,5,0,1,0,1,0,0,0),(7659,721,0,1,1,4626,0,-9612.94,-2252.23,85.0148,1.00015,300,10,0,1,0,1,0,0,0),(7741,441,0,1,1,387,0,-9679.82,-3002.19,52.1318,4.50198,300,0,0,330,938,0,0,0,0),(7765,441,0,1,1,387,0,-9662.78,-2922.04,50.2507,2.83833,300,10,0,330,938,1,0,0,0),(7766,721,0,1,1,4626,0,-9635.54,-2915.91,50.3531,3.78187,300,5,0,1,0,1,0,0,0),(7767,428,0,1,1,490,0,-9681.44,-2962.72,51.9669,1.57801,300,5,0,417,0,1,0,0,0),(7768,819,0,1,1,3916,0,-9272.54,-3297.95,120.518,3.97935,300,0,0,582,618,0,0,0,0),(7769,485,0,1,1,6034,1,-9800.33,-3220.85,59.1028,0.20944,300,0,0,494,0,0,0,0,0),(7770,440,0,1,1,6033,1,-9792.49,-3201.28,58.7338,3.26577,300,5,0,449,0,1,0,0,0),(7771,819,0,1,1,3916,0,-9275.99,-3287.19,123.296,3.49066,300,0,0,582,618,0,0,0,0),(8166,440,0,1,1,6033,1,-9776.07,-3212.41,58.7338,3.6975,300,5,0,449,0,1,0,0,0),(8167,431,0,1,1,493,1,-9291.78,-3301.33,129.117,0.122173,300,0,0,734,0,0,0,0,0),(8168,440,0,1,1,6033,1,-9776.01,-3229.15,58.8148,3.40073,300,5,0,449,0,1,0,0,0),(8308,4463,0,1,1,6030,1,-8789.97,-2132.73,156.699,2.06383,300,3,0,472,1357,1,0,0,0),(8309,440,0,1,1,6033,1,-9756.7,-3196.37,58.7338,2.55302,300,0,0,449,0,0,0,0,0),(8310,4463,0,1,1,6030,1,-8803.14,-2166.81,150.828,3.44501,300,0,0,472,1357,0,0,0,0),(51822,14427,1,1,1,0,1,-5446.46,-2880.48,-51.3781,1.17328,9900,0,0,896,0,0,0,0,0),(8312,435,0,1,1,6044,1,-8812.68,-2162.45,151.061,0.122173,300,0,0,664,0,0,0,0,0),(51821,5934,1,1,1,0,0,-5183.81,-1170.22,45.1108,4.18436,43200,0,0,3171,0,2,0,0,0),(8314,429,0,1,1,491,1,-9282.08,-3297.04,115.852,4.7822,300,0,0,640,655,0,0,0,0),(8315,819,0,1,1,3916,0,-9280.29,-3311.32,126.169,1.98968,300,0,0,582,618,0,0,0,0),(8316,819,0,1,1,3916,0,-9282.91,-3310.91,126.169,1.29154,300,0,0,582,618,0,0,0,0),(8317,819,0,1,1,3916,0,-9268.45,-3301.96,135.784,3.08923,300,0,0,582,618,0,0,0,0),(8654,422,0,1,1,506,0,-9320.45,-2582.09,22.2616,5.07281,300,10,0,417,0,1,0,0,0),(8655,578,0,1,1,391,0,-9312.76,-2555.84,18.925,2.1909,300,10,0,449,0,1,0,0,0),(8656,578,0,1,1,391,0,-9355.62,-2416.32,40.8724,2.94156,300,10,0,449,0,1,0,0,0),(8657,721,0,1,1,328,0,-9229.27,-3050.24,100.863,2.0931,300,10,0,1,0,1,0,0,0),(8669,1933,0,1,1,856,0,-9257.42,-1986.1,77.1864,1.35658,300,10,0,14,0,1,0,0,0),(8671,431,0,1,1,493,1,-9278.04,-3313.14,141.358,3.41041,300,0,0,734,0,2,0,0,0),(8672,819,0,1,1,3916,0,-9267.43,-3297.84,141.443,1.74533,300,0,0,582,618,0,0,0,0),(8673,819,0,1,1,3916,0,-9273.7,-3309.71,141.443,3.33358,300,0,0,582,618,0,0,0,0),(8676,819,0,1,1,3916,0,-9261.71,-3289.28,150.225,3.9968,300,0,0,582,618,0,0,0,0),(8700,819,0,1,1,3916,0,-9265.99,-3284.34,150.225,3.92699,300,0,0,582,618,0,0,0,0),(8701,429,0,1,1,491,1,-9264.64,-3287.75,150.225,4.11898,300,0,0,640,655,0,0,0,0),(8706,423,0,1,1,487,1,-9436.92,-1910.12,88.1318,5.5877,300,5,0,328,0,1,0,0,0),(8707,721,0,1,1,4626,0,-9663.12,-2086.9,58.1338,5.45578,300,5,0,1,0,1,0,0,0),(8713,721,0,1,1,328,0,-9243.07,-2259.9,64.0584,0.728615,300,5,0,1,0,1,0,0,0),(8747,712,0,1,1,489,1,-9751,-2197.41,58.7863,5.38349,300,10,0,300,0,1,0,0,0),(8748,423,0,1,1,487,1,-9796.33,-2209.32,58.6922,0.837758,300,0,0,328,0,0,0,0,0),(8749,424,0,1,1,551,1,-9786.23,-2206.33,58.7238,3.35103,300,0,0,356,0,0,0,0,0),(8750,424,0,1,1,551,1,-9796.81,-2201.91,58.6944,5.84685,300,0,0,356,0,0,0,0,0),(8751,568,0,1,1,662,1,-9121.81,-3226.07,101.099,4.15388,300,0,0,664,0,0,0,0,0),(8752,568,0,1,1,662,1,-9122.63,-3234.79,101.131,2.53073,300,0,0,664,0,0,0,0,0),(8753,568,0,1,1,662,1,-9127.42,-3228.96,101.224,5.07891,300,0,0,664,0,0,0,0,0),(8754,568,0,1,1,662,1,-9087.19,-3233.6,100.718,3.90739,300,5,0,664,0,1,0,0,0),(8755,429,0,1,1,491,1,-9076.99,-3225.82,101.795,3.64888,300,5,0,640,655,1,0,0,0),(8756,721,0,1,1,328,0,-9479.18,-2311.76,70.5857,3.10598,300,5,0,1,0,1,0,0,0),(8757,441,0,1,1,387,0,-9695.26,-2620.16,63.9601,4.75974,300,10,0,330,938,1,0,0,0),(8758,441,0,1,1,387,0,-9491.3,-2173.03,89.904,3.2296,300,5,0,330,938,1,0,0,0),(8759,721,0,1,1,328,0,-9445.47,-2315.14,66.8164,4.71825,300,5,0,1,0,1,0,0,0),(8760,441,0,1,1,387,0,-9705.64,-2658.01,62.272,0.327923,300,10,0,330,938,1,0,0,0),(8761,721,0,1,1,4626,0,-9449.66,-2232.9,70.7507,3.68725,300,5,0,1,0,1,0,0,0),(8762,721,0,1,1,4626,0,-9399.42,-1988.04,58.5099,1.82779,300,10,0,1,0,1,0,0,0),(8763,1933,0,1,1,857,0,-9186.84,-2315.71,89.2911,2.93069,300,10,0,14,0,1,0,0,0),(8764,721,0,1,1,4626,0,-9528,-2165.03,98.1932,6.17005,300,5,0,1,0,1,0,0,0),(8765,440,0,1,1,6033,1,-9231.29,-2925.42,113.094,0.715585,300,0,0,449,0,0,0,0,0),(8766,440,0,1,1,6033,1,-9235.94,-2928.61,113.094,0,300,0,0,449,0,0,0,0,0),(8767,485,0,1,1,6034,1,-9234.39,-2932.01,113.094,5.53269,300,0,0,494,0,0,0,0,0),(8768,442,0,1,1,366,0,-9742.04,-1803.77,49.293,1.03105,300,5,0,328,0,1,0,0,0),(8769,442,0,1,1,366,0,-9727.92,-1813.05,52.1567,2.76797,300,5,0,328,0,1,0,0,0),(8770,422,0,1,1,506,0,-9473.58,-2823.81,70.994,5.54988,300,0,0,417,0,0,0,0,0),(8771,548,0,1,1,1079,0,-9469.64,-2818.11,69.6798,1.13446,300,0,0,350,390,0,0,0,0),(8772,422,0,1,1,506,0,-9435.85,-2841.01,61.21,3.9433,300,5,0,417,0,1,0,0,0),(8773,721,0,1,1,328,0,-9736.48,-1805.41,50.2891,2.68977,300,5,0,1,0,1,0,0,0),(8774,442,0,1,1,366,0,-9685.2,-1784.13,56.9312,2.70054,300,5,0,328,0,1,0,0,0),(8775,422,0,1,1,506,0,-9477.99,-2873.35,81.3754,4.44346,300,0,0,417,0,0,0,0,0),(8776,548,0,1,1,1079,0,-9452.05,-2827.89,65.9558,3.18387,300,0,0,350,390,0,0,0,0),(8777,548,0,1,1,1079,0,-9449.14,-2831.65,65.9558,2.52134,300,0,0,350,390,0,0,0,0),(8778,442,0,1,1,366,0,-9764.31,-1869.49,47.5215,2.22875,300,10,0,328,0,1,0,0,0),(8779,548,0,1,1,1079,0,-9468.89,-2771.14,52.0017,0.559841,300,10,0,350,390,1,0,0,0),(8780,14357,0,1,1,14390,0,-9387.5,-2558.74,40.1086,2.10565,600,10,0,2097,0,1,0,0,0),(8781,422,0,1,1,506,0,-9360.33,-2523.19,15.713,4.3984,300,10,0,417,0,1,0,0,0),(8782,422,0,1,1,506,0,-9448.16,-2785.49,52.7319,0.918165,300,10,0,417,0,1,0,0,0),(8783,548,0,1,1,1079,0,-9444.55,-2785.03,52.986,0.997763,300,10,0,350,390,1,0,0,0),(8784,548,0,1,1,1079,0,-9448.33,-2843.2,65.6741,0.087266,300,0,0,350,390,0,0,0,0),(8785,422,0,1,1,506,0,-9472.33,-2819.64,70.0674,2.47837,300,0,0,417,0,0,0,0,0),(8786,430,0,1,1,10789,1,-8901.67,-2299.45,145.079,4.70946,300,0,0,354,1020,0,0,0,0),(8907,422,0,1,1,506,0,-9455.76,-2827.15,66.893,0.645772,300,0,0,417,0,0,0,0,0),(8908,446,0,1,1,609,1,-9016.46,-2185.59,136.916,3.05433,300,0,0,417,0,0,0,0,0),(8909,446,0,1,1,609,1,-9011.64,-2197.92,135.014,3.59538,300,0,0,417,0,0,0,0,0),(8910,441,0,1,1,387,0,-9670.7,-2238.34,63.8374,2.6072,300,10,0,330,938,1,0,0,0),(8911,430,0,1,1,10789,1,-8984.06,-2191.3,132.605,2.63545,300,0,0,354,1020,0,0,0,0),(8912,430,0,1,1,10789,1,-9034.54,-2108.23,135.29,2.58309,300,0,0,354,1020,0,0,0,0),(8913,446,0,1,1,609,1,-8971.23,-2167.7,134.312,4.10152,300,0,0,417,0,0,0,0,0),(8914,446,0,1,1,609,1,-9001.08,-2165.23,132.809,5.51524,300,0,0,417,0,0,0,0,0),(8915,446,0,1,1,609,1,-9026.62,-2219.27,137.391,2.28638,300,0,0,417,0,0,0,0,0),(8916,424,0,1,1,551,1,-9788.65,-2338.09,80.5448,0.820305,300,0,0,356,0,0,0,0,0),(8917,424,0,1,1,551,1,-9778.1,-2323.93,69.8824,0.925025,300,0,0,356,0,0,0,0,0),(8918,424,0,1,1,551,1,-9774.4,-2323.92,69.9317,1.97222,300,0,0,356,0,0,0,0,0),(8919,423,0,1,1,487,1,-9775.31,-2318.87,68.9146,4.50295,300,0,0,328,0,0,0,0,0),(8920,430,0,1,1,10789,1,-8993.24,-2179.93,133.105,1.74222,300,5,0,354,1020,1,0,0,0),(8921,426,0,1,1,500,1,-9080.4,-2091.86,128.964,6.18892,300,10,0,386,0,1,0,0,0),(8922,446,0,1,1,609,1,-9030.87,-2190.52,131.859,3.03687,300,0,0,417,0,0,0,0,0),(8923,441,0,1,1,387,0,-9084.83,-2087.52,128.787,0.976732,300,10,0,330,938,1,0,0,0),(8924,430,0,1,1,10789,1,-8958.85,-2062.95,135.461,4.81711,300,0,0,354,1020,0,0,0,0),(8925,442,0,1,1,366,0,-9806.7,-1765.23,29.9013,5.7669,300,5,0,328,0,1,0,0,0),(8926,446,0,1,1,609,1,-8888.94,-1994.86,135.626,1.11414,300,0,0,417,0,0,0,0,0),(9664,442,0,1,1,366,0,-9825.96,-1788.55,23.6652,0.92759,300,5,0,328,0,1,0,0,0),(9665,1083,0,1,1,1305,1,-9610.93,-2620.03,57.0042,5.0087,300,5,0,356,0,1,0,0,0),(9666,580,0,1,1,551,1,-8823,-1919.77,124.308,2.91731,300,0,0,494,0,0,0,0,0),(9667,422,0,1,1,506,0,-9601.31,-2663.82,59.1656,0.765713,300,5,0,417,0,1,0,0,0),(9668,548,0,1,1,1079,0,-9620.42,-2630.88,58.3792,2.13711,300,5,0,350,390,1,0,0,0),(9669,548,0,1,1,1079,0,-9620.42,-2623.75,58.6292,5.6398,300,5,0,350,390,1,0,0,0),(9670,721,0,1,1,328,0,-9182.64,-2097.79,87.8603,2.1628,300,5,0,1,0,1,0,0,0),(9671,1083,0,1,1,1305,1,-9564.15,-2607.25,53.9951,6.11436,300,5,0,356,0,1,0,0,0),(9672,1083,0,1,1,1305,1,-9590,-2630.72,60.7542,5.19776,300,5,0,356,0,1,0,0,0),(9673,422,0,1,1,506,0,-9606.21,-2606.38,56.5042,4.35914,300,5,0,417,0,1,0,0,0),(9674,441,0,1,1,387,0,-9627.7,-2360.86,64.1231,3.38325,300,10,0,330,938,1,0,0,0),(10052,548,0,1,1,1079,0,-9597.92,-2597.92,59.2067,3.25283,300,5,0,350,390,1,0,0,0),(10053,434,0,1,1,275,0,-9265.05,-3209.41,102.378,3.82735,300,0,0,531,0,2,0,0,0),(10054,433,0,1,1,275,1,-9364.7,-3250.32,90.5373,3.87381,300,5,0,573,0,1,0,0,0),(10055,548,0,1,1,1079,0,-9567.36,-2661.01,54.2981,4.84979,300,10,0,350,390,1,0,0,0),(10056,442,0,1,1,366,0,-9706.65,-1844.74,53.2409,2.67826,300,5,0,328,0,1,0,0,0),(10057,1083,0,1,1,1305,1,-9593.32,-2659.87,61.1731,3.29915,300,5,0,356,0,1,0,0,0),(10058,1083,0,1,1,1305,1,-9578.9,-2676.87,55.983,4.73583,300,10,0,356,0,1,0,0,0),(10059,431,0,1,1,493,1,-9354.9,-3244.91,92.3338,0.915454,300,5,0,734,0,1,0,0,0),(10060,548,0,1,1,1079,0,-9580.47,-2628.25,54.3792,4.45043,300,5,0,350,390,1,0,0,0),(10061,548,0,1,1,1079,0,-9550.6,-2618.56,53.6192,5.40032,300,10,0,350,390,1,0,0,0),(10062,431,0,1,1,493,1,-9378.08,-3253.93,89.7537,0.541052,300,0,0,734,0,0,0,0,0),(10063,431,0,1,1,493,1,-9341.65,-3276.9,94.1245,3.68265,300,0,0,734,0,0,0,0,0),(10064,1083,0,1,1,1305,1,-9575.58,-2574.05,54.0817,1.70354,300,5,0,356,0,1,0,0,0),(10065,1083,0,1,1,1305,1,-9533.82,-2597.37,52.3236,6.00936,300,5,0,356,0,1,0,0,0),(10066,434,0,1,1,275,0,-9298.52,-3199.46,105.035,6.07375,300,0,0,531,0,0,0,0,0),(10067,433,0,1,1,275,1,-9296.33,-3203.91,105.471,1.27409,300,0,0,573,0,0,0,0,0),(10068,434,0,1,1,275,0,-9293.82,-3199.09,105.443,3.9968,300,0,0,531,0,0,0,0,0),(10069,434,0,1,1,275,0,-9420.73,-3155.85,78.4672,0.471239,300,0,0,531,0,0,0,0,0),(10070,433,0,1,1,275,1,-9314.32,-3218.88,101.299,5.34071,300,0,0,573,0,0,0,0,0),(10071,434,0,1,1,275,0,-9360.39,-3119.73,86.1343,6.12611,300,0,0,531,0,0,0,0,0),(10072,433,0,1,1,275,1,-9330.33,-3197.1,105.392,4.39823,300,0,0,573,0,0,0,0,0),(10073,433,0,1,1,275,1,-9320.23,-3139.82,99.9838,0.872665,300,0,0,573,0,0,0,0,0),(10075,433,0,1,1,275,1,-9427.83,-3123.26,78.4761,5.65487,300,0,0,573,0,0,0,0,0),(10076,6727,0,1,1,5407,0,-9223.98,-2157.12,64.0168,3.05433,300,0,0,1003,0,0,0,0,0),(10077,6166,0,1,1,4944,0,-9222.58,-2147.87,63.814,3.92699,300,0,0,664,0,0,0,0,0),(10078,434,0,1,1,275,0,-9368.99,-3149.92,88.7154,1.25664,300,0,0,531,0,0,0,0,0),(10079,433,0,1,1,275,1,-9428.49,-3145.47,78.4672,0.418879,300,0,0,573,0,0,0,0,0),(10080,936,0,1,1,3641,1,-9245.68,-2167.47,64.0499,3.14159,300,0,0,2440,0,0,0,0,0),(10081,789,0,1,1,3369,0,-9234.49,-2158.75,64.4407,2.11185,300,0,0,484,0,0,0,0,0),(10082,859,0,1,1,3453,1,-9249.39,-2140.79,64.2329,3.78736,300,0,0,2220,0,0,0,0,0),(10083,379,0,1,1,3367,0,-9217.04,-2151.47,64.3539,4.47915,300,0,0,328,0,0,0,0,0),(10084,900,0,1,1,5009,1,-9215.92,-2215.91,66.5231,1.78024,300,0,0,1003,0,0,0,0,0),(10085,344,0,1,1,1753,0,-9218.61,-2221.8,67.6227,1.5708,500,0,0,1469,0,0,0,0,0),(10086,712,0,1,1,489,1,-9556.2,-1866.17,71.2841,2.48671,300,10,0,300,0,1,0,0,0),(10087,341,0,1,1,1748,0,-9279.22,-2268.53,67.6306,5.25344,300,0,0,484,0,0,0,0,0),(10088,934,0,1,1,3455,1,-9276.02,-2272.22,67.3066,1.98287,300,0,0,2440,0,2,0,0,0),(10089,441,0,1,1,387,0,-9053.15,-2491.32,126.266,5.6682,300,10,0,330,938,1,0,0,0),(10090,422,0,1,1,506,0,-9272.92,-2441.92,53.701,4.52793,300,10,0,417,0,1,0,0,0),(10091,578,0,1,1,391,0,-9273.21,-2442.02,54.676,4.92605,300,10,0,449,0,1,0,0,0),(10092,712,0,1,1,489,1,-9463.05,-1899.34,82.5449,1.6057,300,0,0,300,0,0,0,0,0),(10093,423,0,1,1,487,1,-9457.9,-1897.8,82.7276,2.56563,300,0,0,328,0,0,0,0,0),(10094,423,0,1,1,487,1,-9465.01,-1893.03,82.7339,4.11898,300,0,0,328,0,0,0,0,0),(10095,423,0,1,1,487,1,-9475.37,-1934.13,80.3683,1.2675,300,0,0,328,0,2,0,0,0),(10096,422,0,1,1,506,0,-9226.94,-2442.88,55.8612,0.15708,300,0,0,417,0,0,0,0,0),(10097,578,0,1,1,391,0,-9221.97,-2448.36,57.1582,0.401426,300,0,0,449,0,0,0,0,0),(10098,578,0,1,1,391,0,-9246.59,-2457.74,55.5778,2.30383,300,10,0,449,0,1,0,0,0),(10099,578,0,1,1,391,0,-9243.79,-2461.53,55.5547,3.50811,300,10,0,449,0,1,0,0,0),(10100,578,0,1,1,391,0,-9255.61,-2489.65,48.1957,0.778502,300,10,0,449,0,1,0,0,0),(10101,442,0,1,1,366,0,-9689.64,-1840.16,57.2991,3.6542,300,5,0,328,0,1,0,0,0),(10102,578,0,1,1,391,0,-9277.77,-2513.42,35.0234,0.592334,300,10,0,449,0,1,0,0,0),(10103,422,0,1,1,506,0,-9290.65,-2479.95,41.8993,5.05603,300,10,0,417,0,1,0,0,0),(10104,422,0,1,1,506,0,-9305.71,-2494.28,35.1084,1.69564,300,10,0,417,0,1,0,0,0),(10105,345,0,1,1,703,0,-9288.95,-1911.28,74.9346,2.34692,300,0,0,1139,0,0,0,0,0),(10106,422,0,1,1,506,0,-9380.57,-2455.62,29.2163,2.00002,300,10,0,417,0,1,0,0,0),(10107,545,0,1,1,5293,1,-9338.86,-2744.99,65.0039,4.15388,300,0,0,404,456,0,0,0,0),(10108,430,0,1,1,10789,1,-9085.82,-2041.06,129.401,5.11564,300,0,0,354,1020,2,0,0,0),(10109,426,0,1,1,500,1,-9129.79,-2061.26,128.702,1.56268,300,0,0,386,0,2,0,0,0),(10110,426,0,1,1,500,1,-9099.5,-2037.44,128.835,2.05949,300,0,0,386,0,0,0,0,0),(10111,426,0,1,1,500,1,-9097.62,-2031.9,128.834,4.06662,300,0,0,386,0,0,0,0,0),(10112,426,0,1,1,500,1,-9102.25,-2031.16,128.834,4.67748,300,0,0,386,0,0,0,0,0),(10113,547,0,1,1,3035,0,-9254.54,-1944.67,78.7819,0.144185,300,10,0,356,0,1,0,0,0),(10114,426,0,1,1,500,1,-9056.48,-2008.05,146.581,2.96706,300,0,0,386,0,0,0,0,0),(10115,430,0,1,1,10789,1,-9052.12,-2010.23,146.676,4.08407,300,0,0,354,1020,0,0,0,0),(10116,446,0,1,1,609,1,-8921.28,-1994.36,139.284,1.03094,300,0,0,417,0,0,0,0,0),(10117,446,0,1,1,609,1,-8796.43,-2047.03,128.337,0.674926,300,0,0,417,0,0,0,0,0),(10118,547,0,1,1,3035,0,-8822.79,-2574.16,131.618,3.65856,300,5,0,356,0,1,0,0,0),(10119,547,0,1,1,3035,0,-8781.58,-2587.95,130.887,6.09005,300,5,0,356,0,1,0,0,0),(10120,547,0,1,1,3035,0,-8725.97,-2577.49,132.657,2.98679,300,5,0,356,0,1,0,0,0),(10121,446,0,1,1,609,1,-8862.41,-1952.15,122.668,2.96281,300,0,0,417,0,0,0,0,0),(10122,446,0,1,1,609,1,-8837.81,-1975.2,122.928,2.68993,300,0,0,417,0,0,0,0,0),(10123,712,0,1,1,489,1,-9547.88,-1897.94,71.8418,1.50241,300,10,0,300,0,1,0,0,0),(10124,580,0,1,1,551,1,-8879.73,-2011.24,124.55,1.70791,300,0,0,494,0,0,0,0,0),(10125,580,0,1,1,551,1,-8881.47,-1915.72,133.626,5.35102,300,0,0,494,0,0,0,0,0),(10126,446,0,1,1,609,1,-8856.58,-1959.49,122.619,4.51326,300,0,0,417,0,2,0,0,0),(10127,580,0,1,1,551,1,-8848.17,-1917.24,126.024,3.12162,300,0,0,494,0,0,0,0,0),(10128,547,0,1,1,3035,0,-8940.86,-2624.51,132.326,6.13825,300,5,0,356,0,1,0,0,0),(10129,547,0,1,1,3035,0,-9206.77,-1972.63,110.657,1.70412,300,5,0,356,0,1,0,0,0),(10130,547,0,1,1,3035,0,-9153.69,-2001.35,121.791,5.334,300,5,0,356,0,1,0,0,0),(10131,547,0,1,1,3035,0,-8871.61,-2551.55,130.748,3.29852,300,5,0,356,0,1,0,0,0),(10132,433,0,1,1,275,1,-9230.7,-3233.01,101.509,0.201456,300,5,0,573,0,1,0,0,0),(10133,432,0,1,1,1887,1,-9245.68,-3201.98,102.128,3.00231,300,10,0,617,0,1,0,0,0),(10134,568,0,1,1,662,1,-9226.05,-3258.2,105.659,0.471239,300,0,0,664,0,0,0,0,0),(10135,547,0,1,1,3035,0,-9710.89,-2107.72,60.2623,0.905814,300,5,0,356,0,1,0,0,0),(10136,442,0,1,1,366,0,-9522.01,-2008.15,77.698,2.82355,300,5,0,328,0,1,0,0,0),(10137,442,0,1,1,366,0,-9535.8,-2057.83,73.0253,2.52975,300,5,0,328,0,1,0,0,0),(10138,4064,0,1,1,6038,1,-9284.25,-2990.19,119.661,5.25344,300,0,0,484,0,0,0,0,0),(10139,423,0,1,1,487,1,-9528.05,-1885.81,75.7695,0.746743,300,5,0,328,0,1,0,0,0),(10140,712,0,1,1,489,1,-9534.82,-1906.52,73.8987,1.61694,300,10,0,300,0,1,0,0,0),(10141,424,0,1,1,551,1,-9766.32,-2271.59,60.3345,2.67035,300,0,0,356,0,0,0,0,0),(10142,424,0,1,1,551,1,-9772.92,-2265.75,59.2384,5.28835,300,0,0,356,0,0,0,0,0),(10143,424,0,1,1,551,1,-9775.33,-2267.72,59.2384,5.88176,300,0,0,356,0,0,0,0,0),(10144,423,0,1,1,487,1,-9774.22,-2275.15,59.7384,0.959931,300,0,0,328,0,0,0,0,0),(10145,423,0,1,1,487,1,-9791.47,-2244.93,69.8174,2.18166,300,0,0,328,0,0,0,0,0),(10146,424,0,1,1,551,1,-9794.47,-2241.88,69.4882,0.05236,300,0,0,356,0,0,0,0,0),(10147,423,0,1,1,487,1,-9792.97,-2219.13,58.7108,0.610865,300,0,0,328,0,0,0,0,0),(10148,442,0,1,1,366,0,-9670.91,-1877.15,56.6459,1.92549,300,10,0,328,0,1,0,0,0),(10149,442,0,1,1,366,0,-9627.13,-1824.03,52.5922,3.00029,300,10,0,328,0,1,0,0,0),(10150,712,0,1,1,489,1,-9526.26,-1937.34,74.2911,3.86061,300,10,0,300,0,1,0,0,0),(10151,423,0,1,1,487,1,-9487.25,-1934.2,78.9822,2.44346,300,0,0,328,0,0,0,0,0),(10152,712,0,1,1,489,1,-9495.04,-1929.04,78.7979,5.84685,300,0,0,300,0,0,0,0,0),(10153,712,0,1,1,489,1,-9494.87,-1933.57,78.7322,0.942478,300,0,0,300,0,0,0,0,0),(10154,433,0,1,1,275,1,-9286.96,-3182.63,111.418,5.09636,300,0,0,573,0,0,0,0,0),(10155,505,0,1,1,520,0,-9101.7,-2736.89,93.9311,5.19703,300,5,0,449,0,1,0,0,0),(10156,433,0,1,1,275,1,-9236.79,-3062.57,101.252,0.616924,300,5,0,573,0,1,0,0,0),(10157,441,0,1,1,387,0,-9657.49,-2265.16,69.626,2.16313,300,10,0,330,938,1,0,0,0),(10158,4463,0,1,1,6030,1,-8731.73,-2166.8,159.346,5.3497,300,0,0,472,1357,0,0,0,0),(10159,435,0,1,1,6044,1,-8810.62,-2167.45,150.841,1.0472,300,0,0,664,0,0,0,0,0),(10160,547,0,1,1,3035,0,-9620.74,-2252.31,85.1398,3.37291,300,10,0,356,0,1,0,0,0),(51820,5851,1,1,1,0,1,-4040.98,-2383.34,125.299,1.98446,43200,0,0,2400,0,0,0,0,0),(10162,441,0,1,1,387,0,-9637.32,-2314.26,74.0737,1.33244,300,10,0,330,938,1,0,0,0),(10163,441,0,1,1,387,0,-9003.36,-2496.67,136.223,1.09856,300,5,0,330,938,1,0,0,0),(10164,547,0,1,1,3035,0,-9636.79,-2200.59,69.9214,1.73412,300,5,0,356,0,1,0,0,0),(10165,433,0,1,1,275,1,-9236.28,-3238.88,101.831,1.51844,300,0,0,573,0,0,0,0,0),(10166,432,0,1,1,1887,1,-9233.28,-3243.59,101.602,0.593412,300,0,0,617,0,0,0,0,0),(10167,437,0,1,1,6037,1,-8754.89,-2534.21,138.162,5.96903,300,0,0,531,0,0,0,0,0),(10168,4463,0,1,1,6030,1,-8758.51,-2528.69,138.038,0.558505,300,0,0,472,1357,0,0,0,0),(10169,14270,0,1,1,5243,1,-9390.02,-2410.67,45.8668,3.16112,9000,5,0,449,0,1,0,0,0),(10170,547,0,1,1,3035,0,-8811.43,-2488.36,132.978,0.025147,300,5,0,356,0,1,0,0,0),(10171,435,0,1,1,6044,1,-8719.21,-2162.26,157.949,4.2237,300,0,0,664,0,2,0,0,0),(10172,568,0,1,1,662,1,-9028.8,-3214.91,108.066,2.1383,300,0,0,664,0,0,0,0,0),(10173,4463,0,1,1,6030,1,-8746.27,-2187.97,163.924,5.17681,300,0,0,472,1357,0,0,0,0),(10192,568,0,1,1,662,1,-9078.26,-3257.91,114.709,2.96706,300,0,0,664,0,0,0,0,0),(10193,435,0,1,1,6044,1,-8779.75,-2213.76,142.154,4.71012,300,5,0,664,0,1,0,0,0),(10194,547,0,1,1,3035,0,-9666.22,-2172.84,60.6417,2.78709,300,5,0,356,0,1,0,0,0),(10195,14271,0,1,1,500,1,-9520.45,-1921.31,75.5956,2.0231,9000,5,0,386,0,1,0,0,0),(51819,5848,1,1,1,0,1,-4084.18,-2403.32,125.299,1.99624,9900,0,0,713,0,0,0,0,0),(10197,440,0,1,1,6033,1,-9207.73,-2852.03,108.482,1.50098,300,0,0,449,0,0,0,0,0),(10211,440,0,1,1,6033,1,-9216.93,-2861.03,109.607,1.76278,300,0,0,449,0,0,0,0,0),(10212,440,0,1,1,6033,1,-9182.41,-2868.55,112.914,0.471239,300,0,0,449,0,0,0,0,0),(10213,440,0,1,1,6033,1,-9186.1,-2864.6,112.981,1.39626,300,0,0,449,0,0,0,0,0),(10214,485,0,1,1,6034,1,-9185.07,-2878.34,112.948,1.958,300,5,0,494,0,1,0,0,0),(10215,440,0,1,1,6033,1,-9174.41,-2926.43,107.849,0.698132,300,0,0,449,0,0,0,0,0),(10216,485,0,1,1,6034,1,-9175.15,-2930.81,107.984,5.61996,300,0,0,494,0,0,0,0,0),(10258,441,0,1,1,387,0,-9166.64,-2518.35,110.556,0.097727,300,5,0,330,938,1,0,0,0),(10259,423,0,1,1,487,1,-9769.44,-2266.68,59.4884,4.08407,300,0,0,328,0,0,0,0,0),(10261,441,0,1,1,387,0,-9087.18,-2575.17,126.563,0.638421,300,10,0,330,938,1,0,0,0),(10412,721,0,1,1,328,0,-9054.36,-2623.27,126.53,5.32357,300,10,0,1,0,1,0,0,0),(10413,547,0,1,1,3035,0,-9724.1,-2153.24,59.8127,4.1799,300,10,0,356,0,1,0,0,0),(10414,505,0,1,1,520,0,-9139.37,-2719.14,92.8897,0.826811,300,10,0,449,0,1,0,0,0),(10415,505,0,1,1,520,0,-9127.57,-2738.82,93.8815,3.48619,300,10,0,449,0,1,0,0,0),(10416,712,0,1,1,489,1,-9741.46,-2162.6,58.7255,4.40214,300,10,0,300,0,1,0,0,0),(10417,428,0,1,1,490,0,-9158.19,-2750.46,90.6553,2.32019,300,10,0,417,0,1,0,0,0),(10418,505,0,1,1,520,0,-9200.28,-2740.55,88.9286,3.04979,300,10,0,449,0,1,0,0,0),(10419,505,0,1,1,520,0,-9206.27,-2739.03,89.164,3.1045,300,10,0,449,0,1,0,0,0),(10420,505,0,1,1,520,0,-9199.77,-2767.51,90.0616,3.88781,300,10,0,449,0,1,0,0,0),(10446,505,0,1,1,520,0,-9202.88,-2784.69,91.3231,4.83338,300,10,0,449,0,1,0,0,0),(10451,505,0,1,1,520,0,-9130.94,-2713.36,92.0353,4.89714,300,10,0,449,0,1,0,0,0),(10452,428,0,1,1,490,0,-9242.59,-2768.72,89.5943,1.08095,300,10,0,417,0,1,0,0,0),(10453,505,0,1,1,520,0,-9171.93,-2696.6,90.2813,1.54931,300,10,0,449,0,1,0,0,0),(10454,428,0,1,1,490,0,-9136.67,-2708.56,91.2302,2.14304,300,10,0,417,0,1,0,0,0),(10455,505,0,1,1,520,0,-9162.79,-2669.13,93.6677,1.28406,300,10,0,449,0,1,0,0,0),(10456,505,0,1,1,520,0,-9250.13,-2810.99,93.3725,5.91573,300,10,0,449,0,1,0,0,0),(10457,545,0,1,1,5293,1,-9314.87,-2806.96,73.6326,3.03687,300,0,0,404,456,0,0,0,0),(10458,428,0,1,1,490,0,-9225.42,-2814.38,93.3098,4.48779,300,0,0,417,0,0,0,0,0),(10459,14272,0,1,1,497,0,-9023.74,-2492.91,129.57,5.60712,9000,5,0,354,1020,1,0,0,0),(10481,721,0,1,1,328,0,-9202,-2279.96,89.9499,0.059304,300,10,0,1,0,1,0,0,0),(10711,426,0,1,1,500,1,-9047.37,-2094.47,130.774,5.70277,300,5,0,386,0,1,0,0,0),(10712,430,0,1,1,10789,1,-9091.3,-2153.33,140.738,1.73922,300,0,0,354,1020,0,0,0,0),(11668,430,0,1,1,10789,1,-9114.83,-2092.02,124.509,2.30046,300,10,0,354,1020,1,0,0,0),(11669,426,0,1,1,500,1,-9115,-2092.94,124.588,1.7857,300,10,0,386,0,1,0,0,0),(11670,430,0,1,1,10789,1,-9114,-2156.62,127.722,1.35651,300,5,0,354,1020,1,0,0,0),(11671,426,0,1,1,500,1,-9123.46,-2211.76,123.6,0.18237,300,5,0,386,0,1,0,0,0),(11672,578,0,1,1,391,0,-9286.42,-2422.26,54.0042,0.559841,300,10,0,449,0,1,0,0,0),(11673,578,0,1,1,391,0,-9322.46,-2419.87,51.9804,6.13934,300,10,0,449,0,1,0,0,0),(11674,422,0,1,1,506,0,-9256.88,-2420.52,54.17,1.58724,300,10,0,417,0,1,0,0,0),(11675,578,0,1,1,391,0,-9285.89,-2451.05,51.6323,5.84485,300,10,0,449,0,1,0,0,0),(11676,442,0,1,1,366,0,-9690.13,-1761.46,58.9996,2.9219,300,5,0,328,0,1,0,0,0),(11677,580,0,1,1,551,1,-8972.89,-2004.04,135.57,3.61283,300,0,0,494,0,0,0,0,0),(11678,580,0,1,1,551,1,-8917.21,-2040.44,129.415,3.48608,300,0,0,494,0,0,0,0,0),(11679,446,0,1,1,609,1,-9008.02,-2015.31,135.598,6.24163,300,0,0,417,0,2,0,0,0),(11680,446,0,1,1,609,1,-8949.78,-1991.45,137.57,6.16778,300,0,0,417,0,0,0,0,0),(11681,580,0,1,1,551,1,-8826.46,-2032.74,129.648,0.068146,300,0,0,494,0,0,0,0,0),(11837,580,0,1,1,551,1,-8872.49,-2056.09,126.45,3.22705,300,0,0,494,0,0,0,0,0),(11838,580,0,1,1,551,1,-8766.61,-2009.28,130.254,0,300,0,0,494,0,0,0,0,0),(11877,580,0,1,1,551,1,-8796.47,-1977.42,125.81,4.09946,300,0,0,494,0,0,0,0,0),(11891,580,0,1,1,551,1,-8814.67,-2053.96,128.905,5.35062,300,0,0,494,0,0,0,0,0),(11893,446,0,1,1,609,1,-8839.9,-2072.49,128.146,5.71264,300,0,0,417,0,0,0,0,0),(11897,580,0,1,1,551,1,-8795.31,-1973.39,126.736,1.88472,300,0,0,494,0,2,0,0,0),(12095,424,0,1,1,551,1,-9749.78,-2250.4,61.8218,4.83585,300,10,0,356,0,1,0,0,0),(12893,580,0,1,1,551,1,-8926.91,-1979.36,140.028,0.488692,300,0,0,494,0,0,0,0,0),(13318,711,0,1,1,603,1,-8827.31,-1941.14,133.214,4.88692,300,0,0,582,618,0,0,0,0),(13319,445,0,1,1,609,1,-8833.12,-1945.19,133.058,5.58505,300,0,0,458,0,0,0,0,0),(13320,430,0,1,1,10789,1,-8831.77,-1937.72,133.103,5.13127,300,0,0,354,1020,0,0,0,0),(13321,580,0,1,1,551,1,-8834.44,-1940.76,132.951,5.41052,300,0,0,494,0,0,0,0,0),(13322,446,0,1,1,609,1,-8909.85,-1969.12,136.705,1.23576,300,0,0,417,0,0,0,0,0),(13323,446,0,1,1,609,1,-8892.43,-1933.47,136.948,4.24115,300,0,0,417,0,0,0,0,0),(13324,441,0,1,1,387,0,-9565.94,-2327.43,63.8336,5.77058,300,10,0,330,938,1,0,0,0),(13325,721,0,1,1,328,0,-9660.25,-2372.76,63.2419,1.29917,300,10,0,1,0,1,0,0,0),(13326,547,0,1,1,3035,0,-9527.5,-2294.12,73.1432,0.710953,300,10,0,356,0,1,0,0,0),(13327,547,0,1,1,3035,0,-9459.22,-2307.58,69.6735,0.393812,300,5,0,356,0,1,0,0,0),(13328,441,0,1,1,387,0,-9544.73,-2292.84,72.6954,3.49053,300,10,0,330,938,1,0,0,0),(13329,441,0,1,1,387,0,-9487.16,-2374.11,63.3982,2.13423,300,3,0,330,938,1,0,0,0),(13330,441,0,1,1,387,0,-9491.05,-2290.11,74.458,1.16607,300,10,0,330,938,1,0,0,0),(13331,547,0,1,1,3035,0,-9606.78,-2306.57,70.7103,5.44983,300,10,0,356,0,1,0,0,0),(13332,428,0,1,1,490,0,-9591.83,-2340.67,60.8864,5.30347,300,10,0,417,0,1,0,0,0),(13333,442,0,1,1,366,0,-9662.16,-2331.09,69.1524,4.3539,300,10,0,328,0,1,0,0,0),(13334,441,0,1,1,387,0,-9681.88,-2307.25,66.4207,0.327923,300,10,0,330,938,1,0,0,0),(13368,441,0,1,1,387,0,-9628.67,-2390.41,60.461,2.25103,300,10,0,330,938,1,0,0,0),(14704,441,0,1,1,387,0,-9644.54,-2351.72,68.7737,3.02133,300,10,0,330,938,1,0,0,0),(15218,423,0,1,1,487,1,-9632.09,-2441.97,63.9838,5.48097,300,0,0,328,0,2,0,0,0),(15219,424,0,1,1,551,1,-9622.57,-2470.48,60.2736,5.49129,300,0,0,356,0,2,0,0,0),(16148,428,0,1,1,490,0,-9697.03,-2568.52,59.9396,4.25819,300,10,0,417,0,1,0,0,0),(16200,548,0,1,1,1079,0,-9521.19,-2823.86,79.7058,2.87958,300,0,0,350,390,0,0,0,0),(16207,428,0,1,1,490,0,-9637.81,-2770.34,58.5805,3.39842,300,10,0,417,0,1,0,0,0),(16224,424,0,1,1,551,1,-9605.83,-2504.1,59.8492,0.747673,300,0,0,356,0,2,0,0,0),(16226,1083,0,1,1,1305,1,-9618.42,-2653.31,58.2906,2.17588,300,10,0,356,0,1,0,0,0),(16227,423,0,1,1,0,1,-9621.85,-2534.61,59.3034,0.757781,300,0,0,356,0,2,0,0,0),(16228,424,0,1,1,551,1,-9726.02,-2274.04,62.7093,4.96305,300,10,0,356,0,1,0,0,0),(16229,547,0,1,1,3035,0,-9708.88,-2227.86,58.3406,3.71957,300,10,0,356,0,1,0,0,0),(16287,4065,0,1,1,6029,1,-9495.44,-2899.71,112.507,2.40855,300,0,0,521,0,0,0,0,0),(16320,547,0,1,1,3035,0,-9636.21,-2404.24,62.0477,0.621772,300,10,0,356,0,1,0,0,0),(16321,547,0,1,1,3035,0,-9723.79,-2185.7,59.5904,1.07659,300,5,0,356,0,1,0,0,0),(16322,424,0,1,1,551,1,-9726.1,-2243.06,61.6253,4.53579,300,10,0,356,0,1,0,0,0),(16323,442,0,1,1,366,0,-9680.27,-2065.72,65.2933,5.91755,300,5,0,328,0,1,0,0,0),(16324,424,0,1,1,551,1,-9724.77,-2186.14,59.5456,0.95032,300,5,0,356,0,1,0,0,0),(16325,423,0,1,1,487,1,-9750.76,-2229.7,59.0261,1.26267,300,10,0,328,0,1,0,0,0),(16329,547,0,1,1,3035,0,-9451.39,-2122.71,69.88,1.42458,300,5,0,356,0,1,0,0,0),(16336,721,0,1,1,4626,0,-9613.22,-2141.79,70.5096,3.37397,300,5,0,1,0,1,0,0,0),(16337,547,0,1,1,3035,0,-9375.17,-1954.55,59.1294,4.46788,300,10,0,356,0,1,0,0,0),(16338,2442,0,1,1,1060,0,-9426.95,-2107.63,65.958,5.25858,300,5,0,1,0,1,0,0,0),(16339,547,0,1,1,3035,0,-9356.52,-1909.16,66.1403,5.31015,300,5,0,356,0,1,0,0,0),(16340,547,0,1,1,3035,0,-9356.55,-1968.46,58.7977,3.12311,300,5,0,356,0,1,0,0,0),(16341,721,0,1,1,328,0,-9261.11,-1970.24,77.0614,1.95498,300,10,0,1,0,1,0,0,0),(16342,547,0,1,1,3035,0,-9332.29,-1935.76,58.4154,3.6992,300,5,0,356,0,1,0,0,0),(16344,430,0,1,1,10789,1,-9116.26,-2354.29,121.339,5.39159,300,5,0,354,1020,1,0,0,0),(16345,423,0,1,1,487,1,-9500.44,-1903.07,79.3361,1.99727,300,0,0,328,0,0,0,0,0),(16347,712,0,1,1,489,1,-9468.75,-1895.44,82.8588,0.186633,300,0,0,300,0,0,0,0,0),(16348,712,0,1,1,489,1,-9470.11,-1897.39,82.9099,0.186372,300,0,0,300,0,0,0,0,0),(16349,423,0,1,1,487,1,-9539.16,-1908.93,73.1351,3.23295,300,0,0,328,0,2,0,0,0),(16350,426,0,1,1,500,1,-9154.67,-2023.23,120.341,3.02813,300,5,0,386,0,1,0,0,0),(16351,430,0,1,1,10789,1,-8979.46,-2188.86,133.021,2.09439,300,0,0,354,1020,0,0,0,0),(16352,446,0,1,1,609,1,-8986.68,-2184.29,132.714,0.10472,300,0,0,417,0,0,0,0,0),(16353,446,0,1,1,609,1,-8977.54,-2185.35,133.029,2.84489,300,0,0,417,0,0,0,0,0),(16354,446,0,1,1,609,1,-8946.04,-2193.89,138.588,0.139626,300,0,0,417,0,0,0,0,0),(16355,430,0,1,1,10789,1,-8943.34,-2318.82,132.548,1.15192,300,0,0,354,1020,0,0,0,0),(16356,430,0,1,1,10789,1,-8939.1,-2319.45,132.649,2.75762,300,0,0,354,1020,0,0,0,0),(16401,446,0,1,1,609,1,-8940.81,-2310.87,132.63,5.41052,300,0,0,417,0,0,0,0,0),(16405,26663,571,1,1,0,0,1010.35,-4123.36,156.78,2.08308,120,0,0,1,0,2,0,0,0),(16404,24076,571,1,1,0,0,869.413,-4231.23,172.163,2.08308,120,0,0,1,0,0,0,0,0),(16403,26663,571,1,1,0,0,864.799,-4212.05,171.156,2.0834,120,0,0,1,0,2,0,0,0),(16407,446,0,1,1,609,1,-8922.84,-2263.57,132.782,4.62512,300,0,0,417,0,0,0,0,0),(16408,445,0,1,1,609,1,-8884.32,-2168.84,132.569,3.8927,300,0,0,458,0,0,0,0,0),(51818,7895,1,1,1,0,1,-4518.3,-2214.41,94.1101,4.83938,9900,0,0,1110,2134,0,0,0,0),(16410,445,0,1,1,609,1,-8887.69,-2178.1,132.819,4.46847,300,0,0,458,0,0,0,0,0),(16411,445,0,1,1,609,1,-8909.64,-2162.14,138.799,5.8294,300,0,0,458,0,0,0,0,0),(16412,430,0,1,1,10789,1,-8908.09,-2158.1,138.581,0.506145,300,0,0,354,1020,0,0,0,0),(16413,430,0,1,1,10789,1,-8915.44,-2246.08,132.899,1.06465,300,0,0,354,1020,0,0,0,0),(16414,445,0,1,1,609,1,-8882.73,-2145.15,133.686,4.43314,300,0,0,458,0,0,0,0,0),(16415,518,0,1,1,488,1,-8884.59,-2171.12,132.569,2.96706,300,0,0,494,0,0,0,0,0),(16416,445,0,1,1,609,1,-8889.88,-2166.3,132.569,5.16617,300,0,0,458,0,0,0,0,0),(16417,430,0,1,1,10789,1,-8893.27,-2171.97,132.569,0.296706,300,0,0,354,1020,0,0,0,0),(16418,445,0,1,1,609,1,-8913.98,-2129.07,135.305,2.21657,300,0,0,458,0,0,0,0,0),(16419,430,0,1,1,10789,1,-8907.27,-2127.22,137.95,2.51327,300,0,0,354,1020,0,0,0,0),(16420,446,0,1,1,609,1,-8940.42,-2082.39,135.115,4.81711,300,0,0,417,0,0,0,0,0),(16421,446,0,1,1,609,1,-8942.52,-2078.41,136.13,3.47321,300,0,0,417,0,0,0,0,0),(16422,446,0,1,1,609,1,-8996.83,-2085.87,132.569,4.81711,300,0,0,417,0,2,0,0,0),(16423,446,0,1,1,609,1,-8954.73,-2081.25,132.724,3.00197,300,0,0,417,0,0,0,0,0),(16424,446,0,1,1,609,1,-8962.32,-2076.53,132.636,5.68977,300,0,0,417,0,0,0,0,0),(16425,446,0,1,1,609,1,-8924.62,-2080.21,144.688,4.45059,300,0,0,417,0,0,0,0,0),(16426,428,0,1,1,490,0,-9043.84,-2485.98,127.266,1.57158,300,10,0,417,0,1,0,0,0),(16446,430,0,1,1,10789,1,-8971.16,-2077.71,132.642,3.50811,300,0,0,354,1020,0,0,0,0),(16447,430,0,1,1,10789,1,-9006.56,-2089.78,132.402,0.38232,300,5,0,354,1020,1,0,0,0),(16450,428,0,1,1,490,0,-9093.53,-2564.35,119.184,0.279105,300,10,0,417,0,1,0,0,0),(16451,428,0,1,1,490,0,-9066.42,-2657.99,126.92,0.315578,300,5,0,417,0,1,0,0,0),(16452,426,0,1,1,500,1,-9034.95,-2415.15,129.488,2.21657,300,0,0,386,0,0,0,0,0),(16453,426,0,1,1,500,1,-9034.69,-2407.47,129.734,4.29351,300,0,0,386,0,0,0,0,0),(16456,426,0,1,1,500,1,-9032.25,-2413.26,129.749,3.07178,300,0,0,386,0,0,0,0,0),(16457,426,0,1,1,500,1,-9038.68,-2453.33,134.902,3.67518,300,5,0,386,0,1,0,0,0),(16459,430,0,1,1,10789,1,-9066.96,-2478.43,123.383,4.04454,300,5,0,354,1020,1,0,0,0),(16460,505,0,1,1,520,0,-9131.89,-2609.04,112.042,6.14405,300,10,0,449,0,1,0,0,0),(16461,4463,0,1,1,6030,1,-8752.61,-2503.71,132.91,5.91938,300,5,0,472,1357,1,0,0,0),(51817,5847,1,1,1,0,1,-4041.05,-2140.55,90.0779,3.53562,9900,0,0,586,0,0,0,0,0),(16463,428,0,1,1,490,0,-9045.4,-2597.16,126.648,0.023563,300,10,0,417,0,1,0,0,0),(16464,428,0,1,1,490,0,-9081.06,-2626.03,124.805,3.30449,300,10,0,417,0,1,0,0,0),(16465,485,0,1,1,6034,1,-8856.23,-2537.57,138.371,4.11632,300,0,0,494,0,0,0,0,0),(47655,8916,230,1,1,9069,1,647.568,-172.909,-36.9245,3.42085,7200,0,0,2304,1807,0,0,0,0),(16467,485,0,1,1,6034,1,-8834.85,-2494.08,132.837,0.657572,300,5,0,494,0,1,0,0,0),(16468,437,0,1,1,6037,1,-8813.88,-2616.47,153.7,5.13127,300,5,0,531,0,1,0,0,0),(16469,4463,0,1,1,6030,1,-8732.19,-2472.43,133.215,3.28122,300,0,0,472,1357,0,0,0,0),(16470,437,0,1,1,6037,1,-8841.39,-2515.96,133.203,2.67035,300,0,0,531,0,0,0,0,0),(16471,437,0,1,1,6037,1,-8838.43,-2514.87,133.276,1.98968,300,0,0,531,0,0,0,0,0),(51816,5832,1,1,1,0,0,-3671.82,-2145.76,93.9451,2.78478,9900,0,0,664,0,0,0,0,0),(16473,615,0,1,1,6040,1,-8789.97,-2421.55,159.438,5.37561,300,0,0,617,0,0,0,0,0),(16474,615,0,1,1,6040,1,-8782.85,-2417.19,156.187,5.23599,300,0,0,617,0,0,0,0,0),(17087,4463,0,1,1,6030,1,-8859.22,-2523,133.914,3.96829,300,5,0,472,1357,1,0,0,0),(51815,5827,1,1,1,0,0,-3330.11,-2168.02,91.6684,4.30452,43200,0,0,3200,0,0,0,0,0),(17316,615,0,1,1,6040,1,-8726,-2374.53,157.932,1.88492,300,0,0,617,0,2,0,0,0),(17317,615,0,1,1,6040,1,-8757.97,-2367.63,157.606,4.62049,300,5,0,617,0,1,0,0,0),(17318,4463,0,1,1,6030,1,-8724.23,-2347.55,156,5.60251,300,0,0,472,1357,0,0,0,0),(17319,615,0,1,1,6040,1,-8718.67,-2342.11,156,5.63741,300,0,0,617,0,0,0,0,0),(17320,615,0,1,1,6040,1,-8731.44,-2350.1,156.307,5.11381,300,0,0,617,0,0,0,0,0),(17321,435,0,1,1,6044,1,-8715.86,-2155.98,158.518,5.32325,300,0,0,664,0,0,0,0,0),(17322,615,0,1,1,6040,1,-8759.72,-2380.98,156.724,4.04466,300,5,0,617,0,1,0,0,0),(17323,435,0,1,1,6044,1,-8693.64,-2147.79,158.445,4.79965,300,0,0,664,0,0,0,0,0),(17324,615,0,1,1,6040,1,-8707.1,-2329.1,156.791,2.28638,300,5,0,617,0,1,0,0,0),(17325,615,0,1,1,6040,1,-8697.62,-2166.55,157.133,2.98829,300,0,0,617,0,0,0,0,0),(17326,435,0,1,1,6044,1,-8685.82,-2345.84,157.181,2.6529,300,0,0,664,0,0,0,0,0),(17327,4463,0,1,1,6030,1,-8691.12,-2342.73,156.396,3.4383,300,0,0,472,1357,0,0,0,0),(17328,615,0,1,1,6040,1,-8688.94,-2351.09,157.86,2.63545,300,0,0,617,0,0,0,0,0),(51814,3253,1,1,1,0,0,-3122.22,-1741.87,92.0056,2.34818,9900,0,0,664,0,0,0,0,0),(51813,5834,1,1,1,0,0,-2685.14,-1940.75,98.2187,3.55377,9900,0,0,622,982,0,0,0,0),(17331,435,0,1,1,6044,1,-8688.63,-2318.55,156.416,5.70236,300,5,0,664,0,1,0,0,0),(17332,435,0,1,1,6044,1,-8672.24,-2318.15,156.041,4.49892,300,5,0,664,0,1,0,0,0),(17333,615,0,1,1,6040,1,-8677.03,-2269.45,155.298,4.94046,300,5,0,617,0,1,0,0,0),(17334,435,0,1,1,6044,1,-8718.72,-2229.81,154.669,1.92797,300,3,0,664,0,1,0,0,0),(17335,4463,0,1,1,6030,1,-8667.85,-2265.95,157.107,3.14159,300,0,0,472,1357,0,0,0,0),(51812,5864,1,1,1,0,1,-1439.23,-1506.82,92.5667,3.62681,43200,0,0,1686,0,0,0,0,0),(17337,435,0,1,1,6044,1,-8679.48,-2242.8,156.138,5.55015,300,0,0,664,0,0,0,0,0),(17562,435,0,1,1,6044,1,-8656.91,-2253.53,154.088,3.47321,300,0,0,664,0,0,0,0,0),(17564,435,0,1,1,6044,1,-8702.55,-2232.12,154.41,2.47837,300,0,0,664,0,0,0,0,0),(17565,4463,0,1,1,6030,1,-8711.74,-2247.49,154.723,1.37881,300,0,0,472,1357,0,0,0,0),(51811,3672,1,1,1,0,1,-677.775,-2348.93,18.8394,1.20386,9900,0,0,525,390,0,0,0,0),(17567,615,0,1,1,6040,1,-8702.1,-2214.39,153.396,4.66348,300,5,0,617,0,1,0,0,0),(17572,435,0,1,1,6044,1,-8698.52,-2211.72,152.978,5.47081,300,0,0,664,0,0,0,0,0),(17573,435,0,1,1,6044,1,-8749.44,-2207.81,153.564,2.56113,300,3,0,664,0,1,0,0,0),(17574,435,0,1,1,6044,1,-8744.25,-2191.17,152.766,5.41052,300,3,0,664,0,1,0,0,0),(17575,435,0,1,1,6044,1,-8737.43,-2213.5,149.96,1.63795,300,3,0,664,0,1,0,0,0),(17576,4463,0,1,1,6030,1,-8759.77,-2198.37,156.494,5.44543,300,0,0,472,1357,0,0,0,0),(51810,5865,1,1,1,0,0,381.22,-2538.05,92.6576,3.11894,9900,0,0,273,0,0,0,0,0),(17578,4463,0,1,1,6030,1,-8814.12,-2219.44,143.043,4.69494,300,0,0,472,1357,0,0,0,0),(51809,3295,1,1,1,0,0,1071.4,-3135.26,67.39,3.63731,9900,0,0,449,0,0,0,0,0),(17871,435,0,1,1,6044,1,-8760.77,-2253.44,152.291,5.91667,300,3,0,664,0,1,0,0,0),(17872,435,0,1,1,6044,1,-8798,-2190.77,141.994,2.26893,300,3,0,664,0,1,0,0,0),(17873,435,0,1,1,6044,1,-8824.79,-2191.59,138.558,0.925419,300,3,0,664,0,1,0,0,0),(17874,349,0,1,1,1826,1,-8756.77,-2187.12,139.975,2.96706,600,0,0,1398,0,0,0,0,0),(17875,435,0,1,1,6044,1,-8818.63,-2182.18,139.063,1.98675,300,3,0,664,0,1,0,0,0),(17876,4463,0,1,1,6030,1,-8788.47,-2187.71,142.028,3.75246,300,3,0,472,1357,1,0,0,0),(17877,1933,0,1,1,857,0,-9485.98,-2219.98,76.0553,4.14603,300,5,0,14,0,1,0,0,0),(17878,435,0,1,1,6044,1,-8776.02,-2193.54,141.011,1.97246,300,3,0,664,0,1,0,0,0),(17879,435,0,1,1,6044,1,-8798.71,-2234.86,146.048,4.95674,300,0,0,664,0,0,0,0,0),(17880,547,0,1,1,3035,0,-9604.3,-2267.13,85.2955,0.535391,300,5,0,356,0,1,0,0,0),(17903,435,0,1,1,6044,1,-8764.91,-2258.66,151.189,0.12893,300,0,0,664,0,0,0,0,0),(17913,4463,0,1,1,6030,1,-8753.45,-2236.94,153.257,0.698132,300,0,0,472,1357,0,0,0,0),(17958,615,0,1,1,6040,1,-8728.73,-2246.21,154.735,2.75708,300,3,0,617,0,1,0,0,0),(17960,428,0,1,1,490,0,-9656.15,-2670.86,60.8752,5.98986,300,10,0,417,0,1,0,0,0),(17972,437,0,1,1,6037,1,-9522.55,-2880.2,94.4276,4.76323,300,5,0,531,0,1,0,0,0),(18374,4064,0,1,1,6038,1,-9509.08,-2922.85,109.308,2.05949,300,0,0,484,0,0,0,0,0),(18375,4064,0,1,1,6038,1,-9467.05,-2968.26,126.567,4.81711,300,0,0,484,0,0,0,0,0),(18377,485,0,1,1,6034,1,-9473.49,-2972.03,126.762,5.46473,300,0,0,494,0,0,0,0,0),(18378,4065,0,1,1,6029,1,-9534.49,-2920.27,106.696,1.27409,300,0,0,521,0,0,0,0,0),(18379,4065,0,1,1,6029,1,-9283.71,-3027.75,120.66,1.28981,300,5,0,521,0,1,0,0,0),(18380,428,0,1,1,490,0,-9176.98,-2810.47,93.2177,0.231612,300,10,0,417,0,1,0,0,0),(18381,433,0,1,1,275,1,-9164.99,-3180.02,103.57,4.52764,300,5,0,573,0,1,0,0,0),(18382,334,0,1,1,6050,1,-9382.84,-3082.02,158.155,1.8326,600,0,0,2250,0,0,0,0,0),(18383,335,0,1,1,497,0,-9386.9,-3084.96,158.155,1.15192,600,0,0,1584,1545,0,0,0,0),(18384,436,0,1,1,6039,1,-9378.56,-3076.05,158.155,2.35619,300,0,0,463,1357,0,0,0,0),(18385,4464,0,1,1,6042,1,-9389.81,-3077.22,158.155,0.959931,300,0,0,699,0,0,0,0,0),(18386,434,0,1,1,275,0,-9159.48,-3139.61,100.962,2.35619,300,0,0,531,0,0,0,0,0),(18387,568,0,1,1,662,1,-9138.18,-3196.13,107.447,3.97935,300,0,0,664,0,0,0,0,0),(18388,4064,0,1,1,6038,1,-9500.56,-2918.37,109.088,2.26893,300,0,0,484,0,0,0,0,0),(18389,4065,0,1,1,6029,1,-9439.13,-3080.34,136.688,0.996597,300,0,0,521,0,0,0,0,0),(18394,436,0,1,1,6039,1,-9392.91,-3015.43,136.81,3.45096,300,5,0,463,1357,1,0,0,0),(18396,4065,0,1,1,6029,1,-9392.3,-3017.34,136.81,3.45104,300,5,0,521,0,1,0,0,0),(18397,486,0,1,1,6043,1,-9442.19,-3074.29,136.676,0.690293,600,0,0,1713,618,0,0,0,0),(18433,4462,0,1,1,6031,1,-9380.08,-3059.85,139.298,2.61799,300,0,0,605,0,0,0,0,0),(18434,436,0,1,1,6039,1,-9389.49,-3024.51,136.81,2.81873,300,5,0,463,1357,1,0,0,0),(18435,4065,0,1,1,6029,1,-9400.14,-3010.42,136.704,5.61996,300,0,0,521,0,0,0,0,0),(18436,4065,0,1,1,6029,1,-9404.86,-3009.31,136.704,5.91667,300,0,0,521,0,0,0,0,0),(18437,436,0,1,1,6039,1,-9399.29,-3006.63,136.81,4.74729,300,0,0,463,1357,0,0,0,0),(18438,4065,0,1,1,6029,1,-9350.46,-3034.49,136.307,0.541052,300,0,0,521,0,0,0,0,0),(18439,4065,0,1,1,6029,1,-9353.37,-3029.71,136.588,0.733038,300,0,0,521,0,0,0,0,0),(18440,436,0,1,1,6039,1,-9358.32,-3027.09,136.758,1.13446,300,0,0,463,1357,0,0,0,0),(18441,4065,0,1,1,6029,1,-9361.88,-3082.55,149.581,3.24631,300,0,0,521,0,0,0,0,0),(18442,4462,0,1,1,6031,1,-9410.3,-3086.12,139.856,0.139626,300,0,0,605,0,0,0,0,0),(18443,4464,0,1,1,6042,1,-9401.48,-3090.75,139.856,2.61799,300,0,0,699,0,0,0,0,0),(18444,436,0,1,1,6039,1,-9406.03,-3089.28,139.856,1.09956,300,0,0,463,1357,0,0,0,0),(18445,4464,0,1,1,6042,1,-9371.32,-3050.18,156.861,5.25344,300,0,0,699,0,0,0,0,0),(18446,436,0,1,1,6039,1,-9365.92,-3051.78,156.861,4.41568,300,0,0,463,1357,0,0,0,0),(18447,4065,0,1,1,6029,1,-9382.88,-3039.52,139.437,1.88496,300,0,0,521,0,0,0,0,0),(18448,4065,0,1,1,6029,1,-9390.65,-3039.86,139.437,1.3439,300,0,0,521,0,0,0,0,0),(18449,431,0,1,1,493,1,-9111.58,-3311.35,102.325,4.84352,300,10,0,734,0,1,0,0,0),(18450,429,0,1,1,491,1,-9134.28,-3306.48,103.051,3.20608,300,10,0,640,655,1,0,0,0),(18451,4464,0,1,1,6042,1,-9379.59,-3075.51,140.675,1.7764,300,0,0,699,0,0,0,0,0),(18452,436,0,1,1,6039,1,-9379.13,-3068.04,140.758,3.75246,300,0,0,463,1357,0,0,0,0),(18453,4462,0,1,1,6031,1,-9385.37,-3075.57,140.758,0.628319,300,0,0,605,0,0,0,0,0),(18454,4462,0,1,1,6031,1,-9382.43,-3077.34,140.762,1.5708,300,0,0,605,0,0,0,0,0),(18455,436,0,1,1,6039,1,-9360.73,-3081.39,155.48,3.18573,300,5,0,463,1357,1,0,0,0),(18456,4065,0,1,1,6029,1,-9386.2,-3051.99,156.861,5.02655,300,0,0,521,0,0,0,0,0),(18457,436,0,1,1,6039,1,-9390.71,-3053.79,156.861,5.58505,300,0,0,463,1357,0,0,0,0),(18458,4065,0,1,1,6029,1,-9367.44,-3076.13,149.58,0.506145,300,0,0,521,0,0,0,0,0),(18459,4462,0,1,1,6031,1,-9390.62,-3056.87,139.298,5.61996,300,0,0,605,0,0,0,0,0),(20703,4065,0,1,1,6029,1,-9396.15,-3074.33,140.858,2.9147,300,0,0,521,0,0,0,0,0),(20704,436,0,1,1,6039,1,-9397.55,-3069.87,140.758,3.56047,300,0,0,463,1357,0,0,0,0),(20705,4462,0,1,1,6031,1,-9377.52,-3073.93,149.58,3.01942,300,0,0,605,0,0,0,0,0),(20706,436,0,1,1,6039,1,-9377.03,-3068.71,149.58,3.7001,300,0,0,463,1357,0,0,0,0),(20707,4065,0,1,1,6029,1,-9357.78,-3000.23,137.079,4.11898,300,0,0,521,0,0,0,0,0),(20708,436,0,1,1,6039,1,-9367.85,-2991.52,138.541,1.0472,300,0,0,463,1357,0,0,0,0),(20709,568,0,1,1,662,1,-9178.1,-3230.13,105.545,2.44695,300,5,0,664,0,1,0,0,0),(20713,4065,0,1,1,6029,1,-9415.97,-3075.98,136.802,3.08923,300,0,0,521,0,0,0,0,0),(20714,436,0,1,1,6039,1,-9420.07,-3080.51,136.802,2.33874,300,0,0,463,1357,0,0,0,0),(22273,432,0,1,1,1887,1,-9083.33,-3313.57,103.142,3.1765,300,0,0,617,0,0,0,0,0),(22275,568,0,1,1,662,1,-9168.75,-3239.58,102.747,2.95838,300,5,0,664,0,1,0,0,0),(22276,432,0,1,1,1887,1,-9160.66,-3285.01,101.877,3.49066,300,0,0,617,0,0,0,0,0),(22277,568,0,1,1,662,1,-9160.84,-3289.71,102.128,2.11185,300,0,0,664,0,0,0,0,0),(22278,432,0,1,1,1887,1,-9167.37,-3290.33,101.679,1.39626,300,0,0,617,0,0,0,0,0),(51808,5835,1,1,1,0,1,1058.87,-3079.53,91.7453,4.64184,9900,0,0,314,0,0,0,0,0),(25447,4065,0,1,1,6029,1,-9288.48,-2998.13,119.47,6.21337,300,0,0,521,0,0,0,0,0),(25449,4065,0,1,1,6029,1,-9308.72,-2942.36,128.656,4.43853,300,0,0,521,0,2,0,0,0),(26003,426,0,1,1,500,1,-9081.85,-2446.57,123.615,3.01942,300,0,0,386,0,2,0,0,0),(26004,4064,0,1,1,6038,1,-9290.96,-2955.23,128.936,3.90954,300,0,0,484,0,0,0,0,0),(26039,4065,0,1,1,6029,1,-9297.52,-2952.91,128.936,4.74729,300,0,0,521,0,0,0,0,0),(26167,4065,0,1,1,6029,1,-9337.76,-3025.9,135.564,2.82787,300,5,0,521,0,1,0,0,0),(26168,432,0,1,1,1887,1,-9110.89,-3282.96,103.893,2.63545,300,0,0,617,0,0,0,0,0),(26171,4064,0,1,1,6038,1,-9310.21,-2975.37,122.699,0.27324,300,0,0,484,0,0,0,0,0),(26172,426,0,1,1,500,1,-9030.23,-2429.1,131.088,3.85438,300,5,0,386,0,1,0,0,0),(27760,430,0,1,1,10789,1,-9021.17,-2421.99,131.463,3.80642,300,3,0,354,1020,1,0,0,0),(28237,446,0,1,1,609,1,-8980.15,-2337.88,132.631,4.64258,300,0,0,417,0,0,0,0,0),(28327,430,0,1,1,10789,1,-9081.9,-2433.4,131.24,3.19395,300,0,0,354,1020,0,0,0,0),(28328,568,0,1,1,662,1,-9142.97,-3267.64,101.851,6.2556,300,5,0,664,0,1,0,0,0),(28329,430,0,1,1,10789,1,-8893.4,-2208.6,150.056,1.81514,300,0,0,354,1020,0,0,0,0),(28330,4065,0,1,1,6029,1,-9285.12,-2935.32,128.947,4.06662,300,0,0,521,0,0,0,0,0),(28331,4065,0,1,1,6029,1,-9280.19,-2940.93,128.945,3.63029,300,0,0,521,0,0,0,0,0),(28332,4064,0,1,1,6038,1,-9287.24,-2949.96,128.939,1.71042,300,0,0,484,0,0,0,0,0),(28333,446,0,1,1,609,1,-8904.88,-2243.36,133.503,4.82779,300,5,0,417,0,1,0,0,0),(28334,430,0,1,1,10789,1,-8944.72,-2289.87,132.568,5.19334,300,5,0,354,1020,1,0,0,0),(28335,446,0,1,1,609,1,-8934.06,-2309.87,132.548,3.64774,300,0,0,417,0,0,0,0,0),(28336,433,0,1,1,275,1,-9213.93,-3192.18,107.49,0.680678,300,0,0,573,0,0,0,0,0),(28337,4064,0,1,1,6038,1,-9293.2,-2943.88,163.847,0.568319,300,0,0,484,0,2,0,0,0),(28338,4065,0,1,1,6029,1,-9298.27,-2940.57,142.652,6.26573,300,0,0,521,0,0,0,0,0),(28359,429,0,1,1,491,1,-9215.73,-3306.54,100.173,0.53103,300,5,0,640,655,1,0,0,0),(28360,433,0,1,1,275,1,-9210.04,-3132.54,104.687,1.05116,300,10,0,573,0,1,0,0,0),(28361,432,0,1,1,1887,1,-9123.4,-3306.11,103.065,0.860322,300,10,0,617,0,1,0,0,0),(28362,4065,0,1,1,6029,1,-9278.73,-2939.37,134.909,1.10709,300,5,0,521,0,1,0,0,0),(28366,4064,0,1,1,6038,1,-9290.62,-2948.03,164.031,4.64258,300,0,0,484,0,0,0,0,0),(28375,432,0,1,1,1887,1,-9214.94,-3337.47,104.335,3.43308,300,5,0,617,0,1,0,0,0),(29885,568,0,1,1,662,1,-9159.75,-3346.15,105.242,2.49582,300,0,0,664,0,0,0,0,0),(29886,568,0,1,1,662,1,-9105.33,-3326.74,100.807,0.242378,300,10,0,664,0,1,0,0,0),(29887,432,0,1,1,1887,1,-9100.55,-3333.91,100.524,2.42601,300,0,0,617,0,0,0,0,0),(29888,568,0,1,1,662,1,-9089.38,-3325.75,101.942,4.27057,300,10,0,664,0,1,0,0,0),(29889,703,0,1,1,492,1,-9111.58,-3311.35,102.408,4.84352,300,0,0,787,0,0,0,0,0),(29890,14357,0,1,1,14390,0,-9508,-2490.79,37.1252,2.56227,600,10,0,2097,0,1,0,0,0),(29891,442,0,1,1,366,0,-9613.06,-1994.43,63.8306,-0.557512,300,10,0,328,0,1,0,0,0),(29892,547,0,1,1,3035,0,-9628.7,-1992.81,61.5397,0.68573,300,10,0,356,0,1,0,0,0),(29893,547,0,1,1,3035,0,-9604.07,-1959.59,64.5037,0.625925,300,5,0,356,0,1,0,0,0),(30347,442,0,1,1,366,0,-9613.65,-1964.81,62.7962,4.40484,300,0,0,328,0,0,0,0,0),(31806,616,0,1,1,821,0,-9230.09,-2702.39,89.086,5.71584,18000,5,0,617,0,1,0,0,0),(152022,32407,1,1,1,27953,1,-7123.33,-3766.68,9.40339,0,180,0,0,1,0,0,0,0,0),(31808,440,0,1,1,6033,1,-9163.74,-2416.26,104.905,0.989836,300,5,0,449,0,1,0,0,0),(31809,485,0,1,1,6034,1,-9164.03,-2442.94,110.932,4.96921,300,0,0,494,0,2,0,0,0),(31810,440,0,1,1,6033,1,-9166.05,-2418.29,105.708,2.03881,300,0,0,449,0,0,0,0,0),(31811,440,0,1,1,6033,1,-9174.09,-2452.13,118.098,5.56538,300,0,0,449,0,0,0,0,0),(31812,485,0,1,1,6034,1,-9229.9,-2375.24,91.9176,5.06145,300,0,0,494,0,0,0,0,0),(31813,485,0,1,1,6034,1,-9235,-2376.05,92.1701,5.95157,300,0,0,494,0,0,0,0,0),(31814,485,0,1,1,6034,1,-9237.37,-2378.63,92.3221,0.314159,300,0,0,494,0,0,0,0,0),(31815,712,0,1,1,489,1,-9551.51,-1917.04,70.071,5.95093,300,10,0,300,0,1,0,0,0),(31816,547,0,1,1,3035,0,-9557.83,-2247.17,85.381,6.06057,300,10,0,356,0,1,0,0,0),(31817,1933,0,1,1,857,0,-9445.63,-2314.94,66.7736,1.7138,300,5,0,14,0,1,0,0,0),(31818,441,0,1,1,387,0,-9654.18,-2165.81,62.6863,1.36171,300,5,0,330,938,1,0,0,0),(31819,442,0,1,1,366,0,-9673.07,-2147.73,61.0886,1.59618,300,5,0,328,0,1,0,0,0),(31820,441,0,1,1,387,0,-9492.16,-2348.87,68.6343,5.08854,300,5,0,330,938,1,0,0,0),(31821,442,0,1,1,366,0,-9548.67,-2053.15,69.8158,5.7759,300,10,0,328,0,1,0,0,0),(31823,485,0,1,1,6034,1,-9493.12,-2938.55,115.314,5.33656,300,0,0,494,0,2,0,0,0),(31824,437,0,1,1,6037,1,-9526.83,-2873.19,91.8719,4.91515,300,5,0,531,0,1,0,0,0),(51807,5809,1,1,1,0,1,-226.809,-5093.53,41.3468,4.39915,9900,0,0,176,0,0,0,0,0),(31827,4065,0,1,1,6029,1,-9446,-2992.99,136.895,2.51327,300,0,0,521,0,0,0,0,0),(31828,4065,0,1,1,6029,1,-9438.59,-3004.44,137.579,3.03687,300,0,0,521,0,0,0,0,0),(31829,436,0,1,1,6039,1,-9430.26,-2953.52,115.829,0.669421,300,5,0,463,1357,1,0,0,0),(31830,440,0,1,1,6033,1,-9170.93,-2400.95,104.074,5.65487,300,0,0,449,0,0,0,0,0),(31831,485,0,1,1,6034,1,-9172.25,-2402.47,104.433,0,300,0,0,494,0,0,0,0,0),(31832,485,0,1,1,6034,1,-9138.15,-2556.15,116.441,1.56103,300,5,0,494,0,1,0,0,0),(152021,31863,571,1,1,26463,0,5753.74,585.413,615.052,0,180,0,0,1,0,0,0,0,0),(31835,4065,0,1,1,6029,1,-9449.31,-3020.26,136.87,1.74533,300,0,0,521,0,0,0,0,0),(31836,4065,0,1,1,6029,1,-9420.86,-3052.87,136.777,3.21141,300,0,0,521,0,0,0,0,0),(31837,436,0,1,1,6039,1,-9429.38,-3050.43,136.776,5.48033,300,0,0,463,1357,0,0,0,0),(31838,505,0,1,1,520,0,-9184.43,-2708.43,89.315,2.08371,300,10,0,449,0,1,0,0,0),(31839,10037,0,1,1,3447,1,-9229.44,-2058.91,77.6243,3.49854,180,0,0,7048,0,0,0,0,0),(31840,4953,0,1,1,2956,0,-10540.7,-3283.58,26.627,2.95493,300,5,0,8,0,1,0,0,0),(31841,4953,0,1,1,2954,0,-10545.4,-2889.03,23.3609,4.59482,300,5,0,8,0,1,0,0,0),(31842,4953,0,1,1,2956,0,-10757.8,-3842.54,22.6241,1.63058,300,5,0,8,0,1,0,0,0),(31843,4953,0,1,1,1986,0,-10123.1,-3315.7,19.7885,5.14756,300,5,0,8,0,1,0,0,0),(31844,5261,0,1,1,6673,1,-10347.1,-4071.27,-84.2094,2.88499,900,5,0,2310,0,1,0,0,0),(31845,5353,0,1,1,19815,0,-10717.5,-2536.47,28.2923,0.034907,300,0,0,2218,0,0,0,0,0),(31846,11874,0,1,1,19851,0,-10102.1,-2829.84,22.4003,2.60054,300,0,0,2138,0,0,0,0,0),(31847,866,0,1,1,4504,1,-10377.6,-3241.58,19.8697,0.558505,300,0,0,7688,0,0,0,0,0),(31848,866,0,1,1,4503,1,-10381.1,-3308.33,22.0589,2.194,300,5,0,7688,0,2,0,0,0),(31849,866,0,1,1,4504,1,-10425.5,-3174.65,22.5074,3.21659,300,5,0,7688,0,2,0,0,0),(31850,866,0,1,1,4503,1,-10514.2,-3314.58,20.9633,0.017453,300,0,0,7688,0,0,0,0,0),(31851,866,0,1,1,4503,1,-10407.9,-3345.48,22.8363,0.638577,300,3,0,7688,0,2,0,0,0),(31852,866,0,1,1,4504,1,-10484.2,-3172.64,20.3722,6.26707,300,2,0,7688,0,2,0,0,0),(31853,866,0,1,1,4503,1,-10370.7,-3252.59,19.7447,0.680678,300,0,0,7688,0,0,0,0,0),(31854,866,0,1,1,4504,1,-10509.4,-3324.35,20.7133,0.558505,300,0,0,7688,0,0,0,0,0),(31945,866,0,1,1,4504,1,-10469.6,-3217.65,21.0671,1.25664,300,0,0,7688,0,0,0,0,0),(31946,866,0,1,1,4503,1,-10453.3,-3216.05,20.4325,1.58825,300,0,0,7688,0,0,0,0,0),(31947,6930,0,1,1,5707,1,-10487.3,-3258.84,21.1127,0.10472,300,0,0,1003,0,0,0,0,0),(31948,981,0,1,1,4561,1,-10399.5,-3270.43,21.9894,4.20624,300,0,0,2218,0,0,0,0,0),(31949,987,0,1,1,4560,1,-10437.8,-3307.04,20.4499,5.96903,300,0,0,2769,0,0,0,0,0),(31950,1386,0,1,1,4380,1,-10474.8,-3335.97,25.5541,0.279253,300,0,0,3189,0,0,0,0,0),(31951,8177,0,1,1,7389,1,-10490.5,-3264.03,27.8238,3.07178,300,0,0,2218,0,0,0,0,0),(32091,988,0,1,1,4567,1,-10471.6,-3338.83,25.5541,1.0821,300,0,0,2769,0,0,0,0,0),(32092,984,0,1,1,4565,1,-10406.9,-3256.55,22.211,2.53073,300,0,0,2218,0,0,0,0,0),(32093,6026,0,1,1,4725,1,-10459.2,-3279.76,21.5445,0.733038,900,0,0,10572,0,0,0,0,0),(32094,864,0,1,1,4502,1,-10460.3,-3241.88,20.9401,3.70601,300,0,0,2769,0,2,0,0,0),(32095,8176,0,1,1,7384,1,-10407,-3265.75,22.0295,0.506145,300,0,0,2218,0,0,0,0,0),(32096,863,0,1,1,4500,1,-10860,-4108.21,21.9055,5.5587,300,3,0,2880,0,1,0,0,0),(32097,863,0,1,1,4499,1,-10847.3,-4078.09,22.6185,5.00874,300,3,0,2880,0,1,0,0,0),(32098,868,0,1,1,4551,1,-10857.1,-4096.36,21.9338,1.3439,300,0,0,2551,1982,0,0,0,0),(32099,863,0,1,1,4499,1,-10838,-4096.47,22.1185,6.08558,300,3,0,2880,0,1,0,0,0),(32100,863,0,1,1,4500,1,-10860.7,-4081.34,22.1185,0.561759,300,3,0,2880,0,1,0,0,0),(32101,17127,0,1,1,16868,0,-10106.9,-2813.62,22.0675,3.92699,300,0,0,1747,3801,0,0,0,0),(32102,17531,0,1,1,17064,1,-10107.6,-2811.24,22.3081,4.20624,300,0,0,2772,0,0,0,0,0),(32107,17531,0,1,1,17064,1,-10103.9,-2811.83,22.3175,3.83972,300,0,0,2772,0,0,0,0,0),(32691,862,0,1,1,4495,1,-10758.8,-4056.85,23.4721,2.07903,300,0,0,1536,0,2,0,0,0),(32692,922,0,1,1,9571,0,-9701.59,-4032.88,-9.3691,2.07694,300,5,0,1829,0,1,0,0,0),(32693,1443,0,1,1,4554,1,-10458.5,-3322.33,40.037,3.38594,300,0,0,4120,0,0,0,0,0),(32694,1442,0,1,1,4549,1,-10465,-3317.89,40.037,5.02655,300,0,0,4120,0,0,0,0,0),(33135,11198,0,1,1,19841,0,-10083.9,-2801.88,29.1938,3.9968,300,0,0,1981,0,0,0,0,0),(33801,11198,0,1,1,19843,0,-10085.3,-2830.86,28.3668,2.75762,300,0,0,1981,0,0,0,0,0),(33802,1775,0,1,1,4555,1,-10459.3,-3255.5,20.5848,5.77704,300,0,0,4120,0,0,0,0,0),(33803,11198,0,1,1,19843,0,-10102.2,-2799.19,22.5713,5.21853,300,0,0,1981,0,0,0,0,0),(33804,11198,0,1,1,19841,0,-10093,-2818.93,22.4333,2.80998,300,0,0,1981,0,0,0,0,0),(33805,11198,0,1,1,19843,0,-10108.5,-2807.66,22.5874,5.02655,300,0,0,1981,0,0,0,0,0),(33806,11198,0,1,1,19843,0,-10098,-2800.98,22.6063,3.52556,300,0,0,1981,0,0,0,0,0),(33807,11198,0,1,1,19843,0,-10119.1,-2806.79,22.4468,4.64258,300,0,0,1981,0,0,0,0,0),(33808,7643,0,1,1,6570,0,-10498.1,-3254.38,21.1127,6.23082,300,0,0,2218,0,0,0,0,0),(33809,7623,0,1,1,6571,1,-10460.9,-3319.07,39.937,4.11898,300,0,0,4120,0,0,0,0,0),(33810,769,0,1,1,336,0,-10553.4,-3515.56,22.9358,1.30374,300,5,0,1829,0,1,0,0,0),(33811,769,0,1,1,336,0,-10946.1,-3986.75,26.0115,5.44126,300,5,0,1829,0,1,0,0,0),(33812,769,0,1,1,336,0,-10571,-3527.55,22.3295,1.35283,300,5,0,1829,0,1,0,0,0),(33813,767,0,1,1,632,0,-10196.1,-3082.58,23.0202,5.41063,300,10,0,1469,0,1,0,0,0),(33814,5546,0,1,1,4550,1,-10425.2,-3242.71,20.303,4.17134,300,0,0,4581,0,0,0,0,0),(33815,5547,0,1,1,4548,1,-10420.1,-3242.73,20.303,4.90438,300,0,0,4581,0,0,0,0,0),(33816,5591,0,1,1,3508,1,-10495.7,-3248.14,21.1127,4.72984,300,0,0,1753,0,0,0,0,0),(33817,5592,0,1,1,3511,1,-10859,-4088.09,22.3127,0.069813,300,0,0,2059,0,0,0,0,0),(33921,1084,0,1,1,814,0,-10216.3,-2921.17,17.7429,2.90894,300,5,0,1403,0,1,0,0,0),(33922,1084,0,1,1,814,0,-10184.5,-3042.27,17.4803,3.00851,300,10,0,1403,0,1,0,0,0),(33923,17125,0,1,1,11686,0,-9968.38,-3723.11,21.9991,0.959931,300,0,0,4120,0,0,0,0,0),(33924,17112,0,1,1,16866,0,-9983.18,-3665.7,21.7612,1.37881,300,0,0,1902,0,0,0,0,0),(33925,17126,0,1,1,11686,0,-9959.88,-3610.25,21.7963,5.044,300,0,0,4120,0,0,0,0,0),(33926,17111,0,1,1,632,0,-9968.04,-3722.69,21.9698,1.0821,300,0,0,1469,0,0,0,0,0),(33927,17113,0,1,1,831,0,-9960.04,-3610.3,21.7858,3.15905,300,0,0,1678,0,0,0,0,0),(33998,17124,0,1,1,11686,0,-9983.1,-3665.83,21.7612,3.54302,300,0,0,4120,0,0,0,0,0),(34141,17109,0,1,1,16859,1,-10461.1,-3319.65,20.9641,0.952855,300,0,0,1747,3801,0,0,0,0),(34142,18221,0,1,1,17601,1,-10116.6,-2816.33,22.1116,5.98648,300,0,0,1621,3575,0,0,0,0),(34143,4953,0,1,1,1987,0,-10155.4,-3215.15,23.0931,2.77232,300,5,0,8,0,1,0,0,0),(34144,1420,0,1,1,901,0,-10310.8,-3297.39,21.0641,4.42523,300,5,0,8,0,1,0,0,0),(34145,6653,0,1,1,5379,0,-10299.4,-2927.14,18.3195,0.127261,300,5,0,8,0,1,0,0,0),(34146,4953,0,1,1,1987,0,-10324.6,-3426.73,18.0274,5.74176,300,5,0,8,0,1,0,0,0),(34147,986,0,1,1,4552,1,-10506.9,-3328.17,20.8888,0.663225,300,0,0,2769,0,0,0,0,0),(34148,865,0,1,1,4506,1,-10357.7,-3369.77,22.4278,4.21004,300,2,0,2880,0,1,0,0,0),(34149,982,0,1,1,4563,1,-10451,-3290.11,20.3032,0.663225,300,0,0,2218,0,0,0,0,0),(34150,10049,0,1,1,9268,1,-10464.2,-3267.98,20.411,6.10865,300,0,0,1003,0,0,0,0,0),(34151,12807,0,1,1,12689,1,-10466,-3337.19,25.5541,1.72788,300,0,0,2769,0,0,0,0,0),(34152,864,0,1,1,4502,1,-10503.5,-3331.86,20.9633,2.47065,300,0,0,2769,0,2,0,0,0),(34153,865,0,1,1,4506,1,-10383.4,-3373.6,22.8654,5.20112,300,2,0,2880,0,1,0,0,0),(34154,989,0,1,1,4559,1,-10486.8,-3249.89,27.5599,2.84489,300,0,0,2769,0,0,0,0,0),(34155,864,0,1,1,4502,1,-10437.5,-3210.06,20.9154,1.36136,300,0,0,2769,0,2,0,0,0),(34156,985,0,1,1,4556,1,-10502,-3252.67,21.2127,5.98648,300,0,0,2769,0,0,0,0,0),(34157,752,0,1,1,386,1,-10910.6,-3631.49,16.4526,3.32189,300,3,0,1774,1534,1,0,0,0),(34158,922,0,1,1,9571,0,-9733.64,-4066.1,-7.65416,2.84489,300,5,0,1829,0,1,0,0,0),(34159,11198,0,1,1,19841,0,-10127.5,-2839.57,22.3175,3.67592,300,0,0,1981,0,0,0,0,0),(34160,1776,0,1,1,19854,0,-10101,-2818.9,22.1149,3.10669,300,0,0,1981,0,0,0,0,0),(34161,769,0,1,1,336,0,-10979.7,-3970.58,28.7162,1.26663,300,5,0,1829,0,1,0,0,0),(34162,1084,0,1,1,814,0,-10177.5,-2895.34,18.3741,4.47523,300,5,0,1403,0,1,0,0,0),(34163,1084,0,1,1,814,0,-10137.6,-2936.04,17.7491,0.661298,300,10,0,1403,0,1,0,0,0),(34164,1087,0,1,1,815,0,-9710.13,-3983.35,0.803726,0,300,5,0,1902,0,1,0,0,0),(34205,766,0,1,1,697,0,-10714.4,-3921.77,17.4991,3.90734,300,5,0,1471,1283,1,0,0,0),(34206,4953,0,1,1,2956,0,-10024.4,-3876.07,17.4991,1.45212,300,5,0,8,0,1,0,0,0),(34207,1420,0,1,1,901,0,-10377.5,-3446.62,18.0939,4.85732,300,5,0,8,0,1,0,0,0),(34208,1420,0,1,1,901,0,-10366.8,-2741.05,18.7491,1.13696,300,5,0,8,0,1,0,0,0),(34209,4953,0,1,1,1986,0,-10438.9,-4173.71,20.9866,4.19106,300,5,0,8,0,1,0,0,0),(34262,6653,0,1,1,5379,0,-10722.6,-3933.4,17.8844,6.08656,300,5,0,8,0,1,0,0,0),(34263,4953,0,1,1,1987,0,-9909.19,-3780.58,17.4991,3.97837,300,5,0,8,0,1,0,0,0),(34264,1420,0,1,1,901,0,-10845.8,-3979.86,19.2282,4.87227,300,5,0,8,0,1,0,0,0),(34499,744,0,1,1,7903,1,-10672.9,-3979.62,22.2757,2.86866,300,5,0,1981,0,1,0,0,0),(34500,744,0,1,1,7903,1,-10701.3,-4001.63,24.0456,0.453158,300,5,0,1981,0,1,0,0,0),(34501,3622,0,1,1,4295,1,-10429.6,-3309.04,21.5738,2.87979,300,0,0,1753,0,0,0,0,0),(34515,980,0,1,1,4562,1,-10392,-3256.97,22.0191,0,300,0,0,2218,0,0,0,0,0),(34516,867,0,1,1,4508,1,-10370.1,-3359.46,22.6802,4.74729,300,0,0,3082,0,0,0,0,0),(34517,983,0,1,1,4564,1,-10428.6,-3272.99,20.5275,3.14159,300,0,0,2218,0,0,0,0,0),(34581,769,0,1,1,336,0,-10804.8,-3977.72,22.3168,2.39076,300,5,0,1829,0,1,0,0,0),(34582,766,0,1,1,697,0,-10720.4,-4030.83,17.426,4.88105,300,5,0,1471,1283,1,0,0,0),(34583,6653,0,1,1,5379,0,-10362.7,-3162.15,17.4237,0.618739,300,5,0,8,0,1,0,0,0),(35064,4953,0,1,1,1986,0,-10164.5,-2909.72,18.183,5.65031,300,5,0,8,0,1,0,0,0),(35222,4953,0,1,1,2956,0,-10485.2,-3536.09,19.442,4.71629,300,5,0,8,0,1,0,0,0),(35223,4953,0,1,1,2956,0,-10277.8,-4145.43,17.6709,6.07938,300,5,0,8,0,1,0,0,0),(35228,6653,0,1,1,5379,0,-10459.6,-3556.09,17.5642,3.46623,300,5,0,8,0,1,0,0,0),(35230,922,0,1,1,9571,0,-9833.01,-4166.06,-3.82848,4.17134,300,5,0,1829,0,1,0,0,0),(35237,7572,0,1,1,6775,1,-10632.3,-3009.37,29.2653,6.19592,300,0,0,4120,0,0,0,0,0),(35251,922,0,1,1,9571,0,-9700.15,-3965.88,-1.28868,3.08923,300,5,0,1829,0,1,0,0,0),(35252,922,0,1,1,9571,0,-9767.1,-4100.25,-6.36123,1.69297,300,5,0,1829,0,1,0,0,0),(35253,922,0,1,1,9571,0,-9900.51,-4266.59,-4.61402,2.84489,300,5,0,1829,0,1,0,0,0),(37376,922,0,1,1,9571,0,-9700.58,-4000.34,-4.55441,1.8326,300,5,0,1829,0,1,0,0,0),(52347,23489,530,1,1,0,0,-5099.26,617.778,85.9796,4.2237,120,0,0,1,0,0,0,0,0),(37539,745,0,1,1,7976,1,-10663.8,-4011.42,22.1015,4.87707,300,5,0,2059,0,1,0,0,0),(37589,1420,0,1,1,901,0,-10040.3,-4147.11,18.8715,1.48474,300,5,0,8,0,1,0,0,0),(37590,922,0,1,1,9571,0,-11056.5,-4068.69,-5.14192,4.97419,300,5,0,1829,0,1,0,0,0),(37591,922,0,1,1,9571,0,-9666.95,-3967.06,-9.86884,3.68265,300,5,0,1829,0,1,0,0,0),(37592,757,0,1,1,152,1,-10100.1,-3232.95,20.6241,2.11185,300,5,0,1403,0,1,0,0,0),(37596,861,0,1,1,4497,1,-10391.9,-2620.49,40.4627,2.47065,300,2,0,1469,0,2,0,0,0),(37598,862,0,1,1,4495,1,-9757.26,-3979.77,21.7335,0.992539,300,5,0,1536,0,2,0,0,0),(37599,750,0,1,1,1995,0,-10511.3,-4423.21,-4.42189,5.72166,300,5,0,1981,0,1,0,0,0),(37600,767,0,1,1,632,0,-10325.4,-2557.57,25.113,2.31334,300,5,0,1469,0,1,0,0,0),(37601,5263,0,1,1,4769,0,-10254.7,-4025.53,-109.881,5.34071,900,5,0,2399,0,1,0,0,0),(37613,767,0,1,1,632,0,-10164.3,-2988.84,23.1682,3.76773,300,10,0,1469,0,1,0,0,0),(37616,769,0,1,1,336,0,-10983.8,-4083,10.1018,3.84577,300,10,0,1829,0,1,0,0,0),(37620,862,0,1,1,4495,1,-10479,-3604.31,17.5947,0.025385,300,5,0,1536,0,1,0,0,0),(37624,769,0,1,1,336,0,-10570.7,-3504.28,23.0709,4.66155,300,5,0,1829,0,1,0,0,0),(37625,769,0,1,1,336,0,-10684.5,-3736.27,23.2685,1.32624,300,5,0,1829,0,1,0,0,0),(37626,858,0,1,1,2543,0,-10378.5,-2818.65,23.4522,2.13456,300,5,0,1469,0,1,0,0,0),(37710,764,0,1,1,2024,0,-10188.2,-3298.23,17.5806,1.34334,300,10,0,1305,1186,1,0,0,0),(37711,764,0,1,1,2024,0,-10160.1,-3353.17,17.9509,3.8876,300,10,0,1305,1186,1,0,0,0),(37835,858,0,1,1,2543,0,-10137.3,-3318.67,22.5177,2.81373,300,5,0,1469,0,1,0,0,0),(37836,766,0,1,1,697,0,-9980.82,-3857.99,17.8293,3.19048,300,5,0,1471,1283,1,0,0,0),(37837,766,0,1,1,697,0,-10111.5,-3783.87,17.4991,2.64449,300,5,0,1471,1283,1,0,0,0),(38060,1087,0,1,1,815,0,-11149.6,-3887.42,-11.0665,4.43141,300,5,0,1902,0,1,0,0,0),(38202,750,0,1,1,1995,0,-11167.7,-3845.83,-7.61336,4.25718,300,5,0,1981,0,1,0,0,0),(38667,750,0,1,1,1995,0,-11102.5,-3802.82,11.9806,0.999272,300,3,0,1981,0,1,0,0,0),(38668,861,0,1,1,4498,1,-10483.4,-3097.73,20.4253,1.68344,300,0,1,1469,0,2,0,0,0),(38669,1088,0,1,1,699,0,-11126.4,-3915.7,-1.37906,3.71332,300,5,0,1716,0,1,0,0,0),(38670,5269,0,1,1,4776,1,-10349.4,-3898.5,-99.2843,6.24828,900,0,0,1919,1587,0,0,0,0),(38671,5243,0,1,1,4779,1,-10360.4,-3930.23,-99.2853,4.5204,900,0,0,2310,0,0,0,0,0),(38672,5261,0,1,1,6672,1,-10343.5,-3926.87,-99.2853,4.24115,900,0,0,2310,0,0,0,0,0),(38673,5224,0,1,1,4767,0,-10306.5,-3912.59,-93.3987,1.93939,900,3,0,2310,0,1,0,0,0),(38674,5243,0,1,1,4780,1,-10345.9,-3899.17,-99.2843,2.86234,900,0,0,2310,0,0,0,0,0),(38675,5261,0,1,1,6672,1,-10359.8,-3911.12,-99.2853,4.57276,900,0,0,2310,0,0,0,0,0),(38676,5261,0,1,1,6672,1,-10349.2,-3939.03,-99.2853,4.2586,900,0,0,2310,0,0,0,0,0),(38677,5269,0,1,1,4776,1,-10366.5,-3943.83,-99.2853,4.69494,900,0,0,1919,1587,0,0,0,0),(38678,5243,0,1,1,4780,1,-10348.9,-3953.8,-99.2851,4.10152,900,0,0,2310,0,0,0,0,0),(38679,5243,0,1,1,4780,1,-10304.7,-4042.9,-76.3541,0.857558,900,2,0,2310,0,1,0,0,0),(38680,5243,0,1,1,4780,1,-10293.7,-4013.42,-76.3541,4.46281,900,5,0,2310,0,1,0,0,0),(38681,750,0,1,1,1995,0,-10680.3,-4349.53,-5.22218,5.56039,300,5,0,1981,0,1,0,0,0),(38682,750,0,1,1,1995,0,-10671.1,-4349.99,-3.04826,3.75344,300,5,0,1981,0,1,0,0,0),(38683,5261,0,1,1,6672,1,-10308.7,-4023.67,-76.3541,1.51348,900,2,0,2310,0,1,0,0,0),(38684,922,0,1,1,9571,0,-9743.23,-4027.73,6.79941,0.818535,300,5,0,1829,0,1,0,0,0),(38685,922,0,1,1,9571,0,-9802.07,-4158.17,-2.37193,0.903072,300,5,0,1829,0,1,0,0,0),(38686,6653,0,1,1,5379,0,-9921.7,-4066.04,17.4991,4.80227,300,5,0,8,0,1,0,0,0),(38687,922,0,1,1,9571,0,-9702.47,-3912.48,3.86439,1.50631,300,5,0,1829,0,1,0,0,0),(38688,745,0,1,1,7976,1,-10619.3,-3990.6,22.1126,5.48121,300,5,0,2059,0,1,0,0,0),(38689,922,0,1,1,9571,0,-9762.35,-4084.46,0.021444,4.63486,300,5,0,1829,0,1,0,0,0),(38690,750,0,1,1,1995,0,-10874.1,-4253.54,-2.4453,4.22065,300,5,0,1981,0,1,0,0,0),(38691,922,0,1,1,9571,0,-9814.01,-4119.4,3.91088,4.39867,300,5,0,1829,0,1,0,0,0),(38692,1087,0,1,1,815,0,-11152,-3949.32,-16.3758,1.62349,300,5,0,1902,0,1,0,0,0),(38693,6653,0,1,1,5379,0,-10587,-4114.7,17.4991,2.34685,300,5,0,8,0,1,0,0,0),(38694,922,0,1,1,9571,0,-10941.7,-4207.12,0.0772,5.18489,300,5,0,1829,0,1,0,0,0),(38695,1420,0,1,1,901,0,-10492.6,-3392.28,17.6325,3.22808,300,5,0,8,0,1,0,0,0),(38696,1420,0,1,1,901,0,-10651.2,-3762.04,18.0268,2.61324,300,5,0,8,0,1,0,0,0),(38697,4953,0,1,1,1987,0,-10590.9,-3657.39,17.3429,0.318042,300,5,0,8,0,1,0,0,0),(38698,747,0,1,1,506,1,-11060.4,-4118.44,-0.210789,6.2425,300,0,0,1902,0,0,0,0,0),(38699,750,0,1,1,1995,0,-10775.6,-4290.11,-6.19537,5.89447,300,5,0,1981,0,1,0,0,0),(38700,1087,0,1,1,815,0,-11080,-4145.16,-0.961537,0.843712,300,5,0,1902,0,1,0,0,0),(38701,751,0,1,1,391,1,-11113,-3887.11,-4.61817,1.70684,300,5,0,2059,0,1,0,0,0),(38702,751,0,1,1,391,1,-11113.2,-3850.94,-3.04598,6.1084,300,5,0,2059,0,1,0,0,0),(38703,4953,0,1,1,1986,0,-10858.9,-4086.63,22.0182,4.62742,300,5,0,8,0,1,0,0,0),(38704,768,0,1,1,633,0,-10523,-4145.37,21.9028,5.84477,300,5,0,1678,0,1,0,0,0),(38705,5263,0,1,1,4770,0,-10253.8,-4005.16,-89.6429,4.62512,900,0,0,2399,0,0,0,0,0),(38706,5263,0,1,1,4769,0,-10226.5,-3988.05,-89.5822,3.50811,900,0,0,2399,0,0,0,0,0),(38707,5263,0,1,1,4770,0,-10249,-3983.36,-89.5798,0.296706,900,0,0,2399,0,0,0,0,0),(38708,5263,0,1,1,4769,0,-10209.2,-4016.04,-89.5907,3.78736,900,2,0,2399,0,1,0,0,0),(38709,5225,0,1,1,4768,0,-10205.6,-3994.98,-89.5835,5.42797,900,2,0,2399,0,1,0,0,0),(38710,5263,0,1,1,4770,0,-10216.4,-4037.6,-89.5978,3.9619,900,2,0,2399,0,1,0,0,0),(38711,752,0,1,1,386,1,-10898.9,-3619.7,15.9847,2.84345,300,3,0,1774,1534,1,0,0,0),(38712,751,0,1,1,391,1,-10915.3,-3613.01,17.2932,4.23325,300,3,0,2059,0,1,0,0,0),(38713,767,0,1,1,632,0,-10287.9,-2880.2,26.9498,3.27194,300,5,0,1469,0,1,0,0,0),(38714,768,0,1,1,633,0,-9798.91,-3813.28,23.5677,2.93039,300,5,0,1678,0,1,0,0,0),(38715,1087,0,1,1,815,0,-9626.88,-3975.74,-2.43864,3.03007,300,5,0,1902,0,1,0,0,0),(38716,1087,0,1,1,815,0,-9733.7,-4050.62,-1.42684,0.144933,300,5,0,1902,0,1,0,0,0),(38717,858,0,1,1,2543,0,-10284.1,-2857.58,26.6775,4.49182,300,5,0,1469,0,1,0,0,0),(38718,4953,0,1,1,1986,0,-10340.6,-3335.99,22.7815,3.29068,300,5,0,8,0,1,0,0,0),(38719,922,0,1,1,9571,0,-10882.8,-4187.08,5.47756,2.91632,300,5,0,1829,0,1,0,0,0),(38720,922,0,1,1,9571,0,-10891.1,-4161.32,5.41886,5.01452,300,5,0,1829,0,1,0,0,0),(38721,1088,0,1,1,699,0,-9922.54,-4318.98,-3.80129,4.8841,300,5,0,1716,0,1,0,0,0),(38722,1087,0,1,1,815,0,-10175.6,-4134.95,17.7491,2.77164,300,5,0,1902,0,1,0,0,0),(38723,1088,0,1,1,699,0,-10573.5,-4371.45,4.3654,4.30284,300,5,0,1716,0,1,0,0,0),(38724,1082,0,1,1,807,0,-9924.09,-3873.48,19.6594,0.405918,300,5,0,1604,0,1,0,0,0),(38725,6653,0,1,1,5379,0,-9836.67,-3914.69,18.0389,1.17615,300,5,0,8,0,1,0,0,0),(38726,1087,0,1,1,815,0,-9843.54,-4011.36,18.854,0.860985,300,5,0,1902,0,1,0,0,0),(38727,1087,0,1,1,815,0,-9822.35,-3989.87,18.0501,3.95531,300,5,0,1902,0,1,0,0,0),(38728,1087,0,1,1,815,0,-9917.47,-3955.28,17.68,0.965916,300,5,0,1902,0,1,0,0,0),(38729,1087,0,1,1,815,0,-9925.42,-4012.72,17.7778,0.696244,300,5,0,1902,0,1,0,0,0),(38730,1087,0,1,1,815,0,-9843.38,-3945.65,23.3557,3.15649,300,5,0,1902,0,1,0,0,0),(38731,1087,0,1,1,815,0,-9976.58,-4012.22,17.4991,0.630384,300,5,0,1902,0,1,0,0,0),(38732,769,0,1,1,336,0,-10826.6,-3769.5,24.1685,2.71723,300,3,0,1829,0,1,0,0,0),(38733,755,0,1,1,628,1,-10143.5,-3373.39,18.1241,0.931114,300,5,0,1279,0,1,0,0,0),(38734,1082,0,1,1,807,0,-9905.71,-3824.97,20.8859,1.14207,300,10,0,1604,0,1,0,0,0),(38735,1082,0,1,1,807,0,-9853.59,-3820.13,18.4991,4.82077,300,5,0,1604,0,1,0,0,0),(38736,1082,0,1,1,807,0,-9854.4,-3877.83,17.4598,0.741866,300,5,0,1604,0,1,0,0,0),(38737,1084,0,1,1,814,0,-10215.7,-2973.4,18.9678,2.7021,300,10,0,1403,0,1,0,0,0),(38738,1087,0,1,1,815,0,-10142.1,-4208.16,17.415,0.486902,300,5,0,1902,0,1,0,0,0),(38739,752,0,1,1,386,1,-10087.6,-4383.26,-5.4685,1.78257,300,5,0,1774,1534,1,0,0,0),(38740,1420,0,1,1,901,0,-10326.7,-4280.09,17.8872,4.77883,300,5,0,8,0,1,0,0,0),(38741,745,0,1,1,7976,1,-10337.4,-3979.2,17.4017,3.4528,300,10,0,2059,0,1,0,0,0),(38742,1087,0,1,1,815,0,-10093,-4118.97,17.8277,0.703809,300,5,0,1902,0,1,0,0,0),(38743,1087,0,1,1,815,0,-9923.46,-4080.62,17.499,1.34196,300,5,0,1902,0,1,0,0,0),(38744,755,0,1,1,628,1,-10148.7,-3219.68,23.0219,0.077891,300,5,0,1279,0,1,0,0,0),(38745,757,0,1,1,152,1,-10115.2,-3383.27,20.9991,2.14675,300,5,0,1403,0,1,0,0,0),(38746,767,0,1,1,632,0,-10230.6,-3069.05,22.0528,0.704589,300,10,0,1469,0,1,0,0,0),(38747,767,0,1,1,632,0,-10226.1,-3055.51,22.0185,0.318781,300,10,0,1469,0,1,0,0,0),(38748,750,0,1,1,1995,0,-10555.9,-4414.15,-4.38647,2.48089,300,5,0,1981,0,1,0,0,0),(38749,750,0,1,1,1995,0,-10583.9,-4415.41,-6.8657,5.50333,300,5,0,1981,0,1,0,0,0),(38750,764,0,1,1,2024,0,-10182.9,-3396.66,17.4991,5.97284,300,10,0,1305,1186,1,0,0,0),(38751,750,0,1,1,1995,0,-10846,-4291.79,-12.7752,5.26674,300,5,0,1981,0,1,0,0,0),(38752,766,0,1,1,697,0,-10315.4,-3575.93,17.965,1.79897,300,5,0,1471,1283,1,0,0,0),(38753,1088,0,1,1,699,0,-10690.2,-4359.12,-7.09718,5.76969,300,5,0,1716,0,1,0,0,0),(38754,922,0,1,1,9571,0,-10818.1,-4242.47,1.79609,5.70114,300,5,0,1829,0,1,0,0,0),(38755,1088,0,1,1,699,0,-10080.4,-4350.81,-4.50187,6.14319,300,5,0,1716,0,1,0,0,0),(38756,1088,0,1,1,699,0,-10120.7,-4381,-4.18061,3.15704,300,5,0,1716,0,1,0,0,0),(38757,1087,0,1,1,815,0,-9926.42,-4200.86,15.3788,5.00572,300,5,0,1902,0,1,0,0,0),(38758,1087,0,1,1,815,0,-9854.63,-4155.4,2.58277,0.1372,300,5,0,1902,0,1,0,0,0),(38759,769,0,1,1,336,0,-10670.8,-3620.64,37.2539,4.93362,300,5,0,1829,0,1,0,0,0),(38760,922,0,1,1,9571,0,-9846.63,-4158.63,0.94299,0.011718,300,5,0,1829,0,1,0,0,0),(38761,1088,0,1,1,699,0,-10328.3,-4423.99,-1.85617,1.95118,300,5,0,1716,0,1,0,0,0),(38762,922,0,1,1,9571,0,-9857.72,-4127.32,12.7739,6.02271,300,5,0,1829,0,1,0,0,0),(38763,922,0,1,1,9571,0,-9984.33,-4292.09,1.31476,5.20051,300,5,0,1829,0,1,0,0,0),(38764,922,0,1,1,9571,0,-9934.31,-4241.89,2.71027,0.479381,300,5,0,1829,0,1,0,0,0),(38765,922,0,1,1,9571,0,-9898.84,-4217.92,2.29258,1.40212,300,5,0,1829,0,1,0,0,0),(38766,922,0,1,1,9571,0,-10915.3,-4131.91,9.70558,5.95526,300,5,0,1829,0,1,0,0,0),(38767,750,0,1,1,1995,0,-10896.3,-4212.31,4.23737,0.226893,300,0,0,1981,0,0,0,0,0),(38768,766,0,1,1,697,0,-10104.4,-3911.66,17.4991,1.00411,300,5,0,1471,1283,1,0,0,0),(38769,766,0,1,1,697,0,-10093.1,-3983.83,17.4991,0.815345,300,5,0,1471,1283,1,0,0,0),(38770,769,0,1,1,336,0,-10936.6,-3999.29,25.4912,5.79771,300,5,0,1829,0,1,0,0,0),(38771,858,0,1,1,2543,0,-10092.8,-3061.25,23.2538,0.583141,300,10,0,1469,0,1,0,0,0),(38772,769,0,1,1,336,0,-10903.6,-4063.37,22.5813,5.11844,300,5,0,1829,0,1,0,0,0),(38773,858,0,1,1,2543,0,-10064.9,-3214.81,22.9256,0.230521,300,5,0,1469,0,1,0,0,0),(38774,755,0,1,1,628,1,-10042.9,-3279.24,27.5999,5.95278,300,5,0,1279,0,1,0,0,0),(38775,861,0,1,1,4497,1,-10390.5,-2693.75,21.6787,2.47065,300,5,0,1469,0,2,0,0,0),(38776,1084,0,1,1,814,0,-10170.5,-2808.6,20.7491,0.661082,300,0,0,1403,0,0,0,0,0),(38777,858,0,1,1,2543,0,-10569.6,-2872.95,22.0878,0.576174,300,10,0,1469,0,1,0,0,0),(38778,1084,0,1,1,814,0,-10147.4,-3189.19,18.7383,4.64939,300,5,0,1403,0,1,0,0,0),(38779,769,0,1,1,336,0,-10843.1,-3833.59,23.267,5.89258,300,5,0,1829,0,1,0,0,0),(38780,769,0,1,1,336,0,-10592.8,-3582.49,21.9671,0.578042,300,5,0,1829,0,1,0,0,0),(38781,767,0,1,1,632,0,-10345.9,-2829.23,24.0116,1.55182,300,5,0,1469,0,1,0,0,0),(38782,766,0,1,1,697,0,-10136.8,-3662.35,17.4991,0.784726,300,5,0,1471,1283,1,0,0,0),(38783,769,0,1,1,336,0,-10624.8,-3519.29,21.9278,1.50717,300,5,0,1829,0,1,0,0,0),(38784,757,0,1,1,152,1,-10051.9,-3597.99,19.6241,2.42601,300,5,0,1403,0,1,0,0,0),(38785,4953,0,1,1,2954,0,-10067.9,-3614.87,17.4991,1.40718,300,5,0,8,0,1,0,0,0),(38786,760,0,1,1,628,1,-10056.1,-3562.79,18.6126,2.24127,300,5,0,1469,0,1,0,0,0),(38787,760,0,1,1,628,1,-10055.8,-3619.1,20.7491,0.141069,300,5,0,1469,0,1,0,0,0),(38788,760,0,1,1,628,1,-10108.1,-3508.9,19.1241,1.27186,300,5,0,1469,0,1,0,0,0),(38789,760,0,1,1,628,1,-10078.4,-3546.36,17.8741,0.749145,300,5,0,1469,0,1,0,0,0),(38790,5224,0,1,1,4767,0,-10281,-3990.24,-70.6546,2.17177,900,2,0,2310,0,1,0,0,0),(38791,5269,0,1,1,4777,1,-10350.9,-3989.16,-77.0391,1.67552,900,5,0,1919,1587,1,0,0,0),(38792,5261,0,1,1,6673,1,-10352,-3986.08,-77.0384,4.97419,900,5,0,2310,0,1,0,0,0),(38793,14356,0,1,1,14389,0,-10422.7,-3746.09,-1.3724,0.604937,300,5,0,1534,0,1,0,0,0),(38794,760,0,1,1,628,1,-9955.35,-3678.34,22.8028,0.061641,300,5,0,1469,0,1,0,0,0),(38795,757,0,1,1,152,1,-10090.8,-3520.74,21.7168,4.2586,300,5,0,1403,0,1,0,0,0),(38796,14356,0,1,1,14389,0,-10414.7,-3923.26,0.127511,2.11339,300,5,0,1534,0,1,0,0,0),(38797,762,0,1,1,4688,1,-9967.13,-3694.96,21.7947,3.90954,300,0,0,1116,2861,0,0,0,0),(38798,767,0,1,1,632,0,-10252,-2802.84,23.8602,1.78459,300,5,0,1469,0,1,0,0,0),(38799,762,0,1,1,4688,1,-9975.01,-3692.71,22.1706,1.32645,300,0,0,1116,2861,0,0,0,0),(38800,760,0,1,1,628,1,-10021,-3706,17.4991,1.39578,300,5,0,1469,0,1,0,0,0),(38801,760,0,1,1,628,1,-10029.1,-3652.77,18.7744,5.74612,300,5,0,1469,0,1,0,0,0),(38802,767,0,1,1,632,0,-10251.5,-3221.61,22.2463,2.272,300,10,0,1469,0,1,0,0,0),(38803,755,0,1,1,628,1,-10108.6,-3346.82,17.4991,0.731904,300,5,0,1279,0,1,0,0,0),(38804,767,0,1,1,632,0,-10191.5,-3150.52,21.9128,3.14159,300,10,0,1469,0,1,0,0,0),(38805,858,0,1,1,2543,0,-10091.9,-3128.97,23.3028,4.42711,300,5,0,1469,0,1,0,0,0),(38806,1084,0,1,1,814,0,-10160.2,-3108.58,19.7073,2.72969,300,5,0,1403,0,1,0,0,0),(38807,858,0,1,1,2543,0,-10076.2,-3159.66,21.8028,3.01874,300,5,0,1469,0,1,0,0,0),(38809,767,0,1,1,632,0,-10098.4,-3138.55,23.3028,2.23945,300,5,0,1469,0,1,0,0,0),(38810,858,0,1,1,2543,0,-10058.4,-3074.85,22.4332,0.440538,300,5,0,1469,0,1,0,0,0),(38811,767,0,1,1,632,0,-10094.1,-3081.26,22.1928,5.50607,300,5,0,1469,0,1,0,0,0),(38812,755,0,1,1,628,1,-10133.6,-3410.68,23.4991,3.08936,300,5,0,1279,0,1,0,0,0),(38813,4953,0,1,1,2954,0,-10031.7,-3535.97,22.3377,3.08685,300,5,0,8,0,1,0,0,0),(51806,11734,1,1,1,12155,0,-8254.94,390.324,-88.9214,0.36578,300,3,0,3849,0,1,0,0,0),(51805,11734,1,1,1,12155,0,-8289.36,538.046,-85.4889,1.31642,300,3,0,3849,0,1,0,0,0),(38816,766,0,1,1,697,0,-10469.2,-3559.67,17.4991,0.151288,300,5,0,1471,1283,1,0,0,0),(38817,858,0,1,1,2543,0,-10063.2,-2984.62,21.9762,1.05788,300,10,0,1469,0,1,0,0,0),(38818,862,0,1,1,4496,1,-10000.3,-3495.59,23.9655,0.5354,300,5,0,1536,0,2,0,0,0),(38819,766,0,1,1,697,0,-10174.2,-3610,18.7491,4.78682,300,5,0,1471,1283,1,0,0,0),(38820,858,0,1,1,2543,0,-10111.4,-3082.44,21.8887,2.37389,300,5,0,1469,0,1,0,0,0),(38821,858,0,1,1,2543,0,-10079.1,-3861.61,21.9278,4.36635,300,5,0,1469,0,1,0,0,0),(38822,767,0,1,1,632,0,-10214.4,-3164.07,18.1241,1.16567,300,10,0,1469,0,1,0,0,0),(38823,1084,0,1,1,814,0,-10271.5,-2787.51,17.7491,5.02445,300,5,0,1403,0,1,0,0,0),(38824,1082,0,1,1,807,0,-10471.8,-3453.2,21.1241,2.60682,300,5,0,1604,0,1,0,0,0),(38825,1087,0,1,1,815,0,-10029.6,-4045.03,20.1241,5.21407,300,5,0,1902,0,1,0,0,0),(38826,1087,0,1,1,815,0,-10055.2,-4011.51,17.4991,2.35855,300,5,0,1902,0,1,0,0,0),(38827,1087,0,1,1,815,0,-9983.01,-4085.91,24.1057,1.12927,300,5,0,1902,0,1,0,0,0),(38828,4953,0,1,1,2954,0,-10496.6,-2800.21,22.6536,3.81481,300,5,0,8,0,1,0,0,0),(38829,768,0,1,1,633,0,-10023.4,-3826.1,22.4856,4.58807,300,5,0,1678,0,1,0,0,0),(38830,1087,0,1,1,815,0,-10088.2,-4051.98,17.6593,6.06282,300,5,0,1902,0,1,0,0,0),(38831,1084,0,1,1,814,0,-10342.3,-2957,17.4634,5.21935,300,5,0,1403,0,1,0,0,0),(38832,768,0,1,1,633,0,-9781.14,-3851.94,22.3028,2.94361,300,5,0,1678,0,1,0,0,0),(38833,1087,0,1,1,815,0,-10121.1,-4086.85,22.4291,3.79681,300,5,0,1902,0,1,0,0,0),(38834,768,0,1,1,633,0,-10007.6,-3923.11,23.6105,0.757781,300,5,0,1678,0,1,0,0,0),(38835,1087,0,1,1,815,0,-10130,-4151.29,17.773,3.70111,300,5,0,1902,0,1,0,0,0),(38836,6653,0,1,1,5379,0,-10427.3,-2839.57,17.4772,2.15765,300,5,0,8,0,1,0,0,0),(38837,768,0,1,1,633,0,-10658.7,-3722.93,21.9488,2.0851,300,5,0,1678,0,1,0,0,0),(38838,1087,0,1,1,815,0,-10210.9,-4225.76,18.1989,6.2187,300,5,0,1902,0,1,0,0,0),(38839,767,0,1,1,632,0,-10445.7,-3045.87,22.3741,5.74319,300,5,0,1469,0,1,0,0,0),(38840,6653,0,1,1,5379,0,-10178.8,-2521.62,28.5656,1.5991,300,5,0,8,0,1,0,0,0),(38841,1087,0,1,1,815,0,-11109.9,-3972.39,-5.43111,2.37553,300,5,0,1902,0,1,0,0,0),(38842,1420,0,1,1,901,0,-10162.4,-2467.9,27.5715,4.31519,300,5,0,8,0,1,0,0,0),(38843,768,0,1,1,633,0,-10058.3,-4224.79,22.0446,5.62239,300,5,0,1678,0,1,0,0,0),(38844,17115,0,1,1,16863,0,-10065.9,-3519.39,22.3573,2.79821,300,5,0,1257,1142,1,0,0,0),(38845,768,0,1,1,633,0,-10176.4,-4256.24,22.4067,2.73806,300,5,0,1678,0,1,0,0,0),(38846,858,0,1,1,2543,0,-10393.7,-2947.81,21.9482,3.18865,300,5,0,1469,0,1,0,0,0),(38847,17115,0,1,1,16863,0,-9854.77,-3721.43,21.8028,3.54109,300,5,0,1257,1142,1,0,0,0),(38848,858,0,1,1,2543,0,-10464.2,-3013.86,23.4454,0.301736,300,5,0,1469,0,1,0,0,0),(38849,768,0,1,1,633,0,-10303.3,-4355.1,16.6408,4.23301,300,5,0,1678,0,1,0,0,0),(38850,1087,0,1,1,815,0,-11100.6,-4071.54,-2.20516,2.55413,300,5,0,1902,0,1,0,0,0),(38851,1082,0,1,1,807,0,-10488.9,-3510.2,18.9991,3.60591,300,5,0,1604,0,1,0,0,0),(38852,1087,0,1,1,815,0,-11159.1,-4047.86,-16.902,2.54928,300,5,0,1902,0,1,0,0,0),(38853,766,0,1,1,697,0,-10035.8,-3916.83,18.1839,4.9071,300,5,0,1471,1283,1,0,0,0),(38854,759,0,1,1,152,1,-9972.89,-3708.02,23.4221,6.01561,300,5,0,1469,0,1,0,0,0),(38855,1082,0,1,1,807,0,-10109.4,-3675.71,21.6707,3.41882,300,5,0,1604,0,1,0,0,0),(38856,17115,0,1,1,16863,0,-9994.91,-3743.22,21.3832,3.34363,300,5,0,1257,1142,1,0,0,0),(38857,1082,0,1,1,807,0,-10083.7,-3651.67,19.8741,5.52743,300,5,0,1604,0,1,0,0,0),(38858,862,0,1,1,4496,1,-10085.3,-3392.55,20.5148,1.42679,300,5,0,1536,0,1,0,0,0),(38859,759,0,1,1,152,1,-10005.4,-3487.94,22.027,2.98585,300,5,0,1469,0,1,0,0,0),(38860,757,0,1,1,152,1,-10086.3,-3339.07,20.4792,2.9147,300,5,0,1403,0,1,0,0,0),(38861,743,0,1,1,7974,1,-10495.6,-3604.9,21.3741,5.4439,300,5,0,1585,1381,1,0,0,0),(38862,1087,0,1,1,815,0,-11142.9,-4117.18,-3.327,6.10698,300,5,0,1902,0,1,0,0,0),(38863,767,0,1,1,632,0,-10212.1,-2762.38,22.0303,3.00689,300,10,0,1469,0,1,0,0,0),(38864,745,0,1,1,7976,1,-10645.3,-3956.21,23.3839,5.54163,300,5,0,2059,0,1,0,0,0),(38865,769,0,1,1,336,0,-10650.3,-3814.04,22.5528,1.27194,300,5,0,1829,0,1,0,0,0),(38866,760,0,1,1,628,1,-9887.08,-3678.39,21.8323,1.7168,300,5,0,1469,0,1,0,0,0),(38867,767,0,1,1,632,0,-10275.9,-2686.88,24.3186,0.118427,300,5,0,1469,0,1,0,0,0),(38868,769,0,1,1,336,0,-10666.9,-3777.44,22.7531,3.41882,300,10,0,1829,0,1,0,0,0),(38869,769,0,1,1,336,0,-10672.7,-3858.74,22.8028,5.36416,300,5,0,1829,0,1,0,0,0),(38870,769,0,1,1,336,0,-10616.8,-3726.14,22.8028,0.916795,300,5,0,1829,0,1,0,0,0),(38871,769,0,1,1,336,0,-10654.5,-3664.89,23.0556,4.89967,300,5,0,1829,0,1,0,0,0),(38872,1087,0,1,1,815,0,-11149.8,-4015.32,-16.3968,0.056691,300,5,0,1902,0,1,0,0,0),(38873,922,0,1,1,9571,0,-10849.8,-4283.15,-11.5076,4.54949,300,5,0,1829,0,1,0,0,0),(38874,1081,0,1,1,9010,0,-10100.7,-2348.96,25.4067,4.25971,300,0,0,2476,0,0,0,0,0),(38875,858,0,1,1,2543,0,-10197.6,-2739.86,23.407,0.008642,300,10,0,1469,0,1,0,0,0),(38876,1088,0,1,1,699,0,-11121.6,-4033.55,-7.72621,1.32629,300,5,0,1716,0,1,0,0,0),(38877,1088,0,1,1,699,0,-10478.4,-4401.41,2.39286,4.00873,300,5,0,1716,0,1,0,0,0),(38878,1082,0,1,1,807,0,-10157,-3589.51,23.2607,6.12844,300,5,0,1604,0,1,0,0,0),(38879,767,0,1,1,632,0,-10281.2,-2983.48,22.1874,0.635689,300,5,0,1469,0,1,0,0,0),(38880,768,0,1,1,633,0,-10101.2,-4236.54,23.7272,1.54748,300,5,0,1678,0,1,0,0,0),(38881,5416,0,1,1,4557,0,-10422.5,-3238.74,20.2615,4.79965,300,0,0,1753,0,0,0,0,0),(38882,5263,0,1,1,4770,0,-10258.2,-4026.13,-89.6803,2.00713,900,2,0,2399,0,1,0,0,0),(38883,5476,0,1,1,3252,0,-10535.7,-2836.28,21.9401,0.506145,300,0,0,1221,0,0,0,0,0),(38884,5225,0,1,1,4768,0,-10213.2,-3990.91,-89.6637,2.92438,900,2,0,2399,0,1,0,0,0),(38885,861,0,1,1,4497,1,-10520.8,-3027.2,21.6311,1.43605,300,3,0,1469,0,2,0,0,0),(38886,762,0,1,1,4688,1,-9940.43,-3642.89,23.9278,2.23402,300,0,0,1116,2861,0,0,0,0),(51804,11734,1,1,1,12155,0,-8287.33,557.789,-85.3336,0.855462,300,3,0,3849,0,1,0,0,0),(38888,767,0,1,1,632,0,-10268.6,-2751.93,22.2491,4.46876,300,5,0,1469,0,1,0,0,0),(38889,17115,0,1,1,16863,0,-9931.62,-3667.48,22.1778,5.03257,300,5,0,1257,1142,1,0,0,0),(38890,767,0,1,1,632,0,-10083.9,-3018.6,23.2767,0.32865,300,10,0,1469,0,1,0,0,0),(38891,760,0,1,1,628,1,-9917.75,-3650.7,22.0407,3.14482,300,5,0,1469,0,1,0,0,0),(38892,767,0,1,1,632,0,-10221.1,-3121.76,21.8752,5.99976,300,10,0,1469,0,1,0,0,0),(38893,767,0,1,1,632,0,-10247.8,-3137.26,22.0528,5.06496,300,5,0,1469,0,1,0,0,0),(38894,757,0,1,1,152,1,-10210.2,-3217.5,20.7978,4.34587,300,0,0,1403,0,0,0,0,0),(38895,755,0,1,1,628,1,-10097,-3276.23,20.8935,0.010621,300,5,0,1279,0,1,0,0,0),(38896,755,0,1,1,628,1,-10061.7,-3409.28,19.9417,2.90382,300,5,0,1279,0,1,0,0,0),(38897,757,0,1,1,152,1,-10089.5,-3455.38,21.001,3.97935,300,5,0,1403,0,1,0,0,0),(38898,766,0,1,1,697,0,-10170.5,-3552.3,18.4429,5.77995,300,5,0,1471,1283,1,0,0,0),(38899,755,0,1,1,628,1,-10039.2,-3360.34,24.2521,5.65751,300,5,0,1279,0,1,0,0,0),(38900,757,0,1,1,152,1,-10079.1,-3480.19,24.5784,2.33874,300,0,0,1403,0,0,0,0,0),(38901,757,0,1,1,152,1,-10038.8,-3524.65,21.8171,3.76991,300,5,0,1403,0,1,0,0,0),(38902,759,0,1,1,152,1,-10084.5,-3487.44,23.8741,5.71972,300,0,0,1469,0,0,0,0,0),(38903,759,0,1,1,152,1,-9987.35,-3544.69,21.8028,1.15199,300,5,0,1469,0,1,0,0,0),(38904,759,0,1,1,152,1,-10066.2,-3502.27,23.0046,1.29154,300,0,0,1469,0,0,0,0,0),(38905,759,0,1,1,152,1,-9999.16,-3548.51,22.9278,1.01452,300,0,0,1469,0,0,0,0,0),(38906,759,0,1,1,152,1,-10006.6,-3525.95,22.0405,1.58918,300,5,0,1469,0,1,0,0,0),(38907,759,0,1,1,152,1,-9997.78,-3536.58,22.5528,2.39906,300,0,0,1469,0,0,0,0,0),(38908,17115,0,1,1,16863,0,-10015.3,-3594.82,22.7614,3.51157,300,5,0,1257,1142,1,0,0,0),(38909,17115,0,1,1,16863,0,-9942.39,-3586.22,22.7243,2.61857,300,5,0,1257,1142,2,0,0,0),(38910,761,0,1,1,4688,1,-9963.87,-3608.49,21.7612,2.79253,300,0,0,1257,1142,0,0,0,0),(38911,760,0,1,1,628,1,-9981.04,-3576.69,21.8534,3.4461,300,5,0,1469,0,1,0,0,0),(38913,769,0,1,1,336,0,-10542.6,-3611.58,22.6275,5.23739,300,5,0,1829,0,1,0,0,0),(38914,1087,0,1,1,815,0,-9809.33,-4121.8,0.535883,5.26353,300,5,0,1902,0,1,0,0,0),(38915,858,0,1,1,2543,0,-10194,-3113.83,21.9843,6.2187,300,10,0,1469,0,1,0,0,0),(38916,767,0,1,1,632,0,-10070.4,-2949.2,24.4438,0.64819,300,3,0,1469,0,1,0,0,0),(38917,767,0,1,1,632,0,-10226,-2841.67,22.0295,2.34599,300,5,0,1469,0,1,0,0,0),(38918,767,0,1,1,632,0,-10145.3,-2829.34,22.84,2.19945,300,0,0,1469,0,0,0,0,0),(38919,858,0,1,1,2543,0,-10364.6,-2836.59,24.4984,5.52682,300,5,0,1469,0,1,0,0,0),(38920,858,0,1,1,2543,0,-10322.6,-2829.52,24.1977,1.15323,300,5,0,1469,0,1,0,0,0),(38921,858,0,1,1,2543,0,-10435.3,-2895.97,23.0737,2.01698,300,5,0,1469,0,1,0,0,0),(38922,5224,0,1,1,4767,0,-10262.3,-3874.01,-38.7693,3.64389,900,2,0,2310,0,1,0,0,0),(38923,861,0,1,1,4498,1,-10419.4,-2563.21,23.0921,2.47065,300,3,0,1469,0,2,0,0,0),(38924,5224,0,1,1,4767,0,-10303.3,-3964.68,-70.6546,2.46061,900,2,0,2310,0,1,0,0,0),(38925,5269,0,1,1,4776,1,-10363.1,-4003.84,-77.1241,2.75343,900,3,0,1919,1587,1,0,0,0),(38926,5235,0,1,1,682,0,-10277.1,-3944.65,-70.6546,3.89452,900,0,0,2399,0,0,0,0,0),(38927,5224,0,1,1,4767,0,-10272.6,-3915.18,-55.8438,1.35488,900,2,0,2310,0,1,0,0,0),(38928,5243,0,1,1,4780,1,-10400.5,-3980.92,-83.3565,4.40055,900,2,0,2310,0,1,0,0,0),(38929,743,0,1,1,7974,1,-10593.2,-3693.25,21.8577,1.51464,300,10,0,1585,1381,1,0,0,0),(38930,5225,0,1,1,4768,0,-10327.2,-3981.19,-70.6346,1.31641,900,3,0,2399,0,1,0,0,0),(38932,740,0,1,1,9582,0,-10607.8,-2595.48,23.5637,2.41706,300,10,0,954,2553,1,0,0,0),(38933,5235,0,1,1,682,0,-10336.3,-4018.05,-76.3532,3.68259,900,2,0,2399,0,1,0,0,0),(38934,5269,0,1,1,4777,1,-10396.8,-3968.33,-83.3589,1.65247,900,5,0,1919,1587,1,0,0,0),(38935,742,0,1,1,7863,1,-10683.8,-3884.49,21.5133,5.30743,300,5,0,1902,0,1,0,0,0),(38936,1106,0,1,1,152,1,-9969.5,-3719.2,22.0471,3.63029,21600,0,0,1257,1142,0,0,0,0),(38937,740,0,1,1,9582,0,-10638.8,-2573.72,22.5634,4.77758,300,10,0,954,2553,1,0,0,0),(38938,5261,0,1,1,6672,1,-10371.1,-3986.53,-77.0383,0.610865,900,2,0,2310,0,1,0,0,0),(38939,742,0,1,1,7863,1,-10421.3,-3599.42,23.3893,0.441817,300,5,0,1902,0,1,0,0,0),(38940,743,0,1,1,7974,1,-10537.7,-3645.89,23.0995,0.219769,300,5,0,1585,1381,1,0,0,0),(38941,858,0,1,1,2543,0,-10522.7,-2734.72,25.9835,3.063,300,5,0,1469,0,1,0,0,0),(38942,5261,0,1,1,6673,1,-10367.3,-3984.94,-77.0383,3.31613,900,2,0,2310,0,1,0,0,0),(38943,1084,0,1,1,814,0,-10220.8,-2786.44,17.4991,5.06999,300,5,0,1403,0,1,0,0,0),(38944,5401,0,1,1,6694,1,-10362.2,-3966.62,-84.5882,5.92294,900,0,0,2475,3390,0,0,0,0),(38945,767,0,1,1,632,0,-10506.2,-2737.25,23.5591,3.31027,300,10,0,1469,0,1,0,0,0),(38946,1084,0,1,1,814,0,-10125.6,-3004.78,19.9479,2.43446,300,5,0,1403,0,1,0,0,0),(38947,5263,0,1,1,4770,0,-10380.3,-4063,-76.3381,3.86095,900,2,0,2399,0,1,0,0,0),(38948,5263,0,1,1,4770,0,-10331.5,-4078.55,-76.181,2.94961,900,2,0,2399,0,1,0,0,0),(38949,5263,0,1,1,4770,0,-10359.7,-4063.47,-76.179,5.06145,900,2,0,2399,0,1,0,0,0),(38950,5263,0,1,1,4769,0,-10335.2,-4077.67,-76.1814,6.03884,900,2,0,2399,0,1,0,0,0),(38951,1420,0,1,1,901,0,-10528.8,-2564.65,20.2789,2.58341,300,5,0,8,0,1,0,0,0),(38952,5243,0,1,1,4780,1,-10314.6,-4078.18,-76.1826,0.29433,900,2,0,2310,0,1,0,0,0),(38953,858,0,1,1,2543,0,-10429.1,-2676.87,22.3923,3.38068,300,5,0,1469,0,1,0,0,0),(38954,5269,0,1,1,4776,1,-10272.7,-4088.75,-76.2859,1.53141,900,2,0,1919,1587,1,0,0,0),(38955,6653,0,1,1,5379,0,-10472.6,-2560.11,19.7476,0.015856,300,5,0,8,0,1,0,0,0),(38956,5269,0,1,1,4777,1,-10296.3,-4080.02,-76.1796,2.26893,900,2,0,1919,1587,1,0,0,0),(38957,5261,0,1,1,6673,1,-10345.2,-4071.5,-76.1818,5.96402,900,0,0,2310,0,0,0,0,0),(38958,744,0,1,1,7903,1,-10222.3,-3612.62,23.6759,1.42942,300,5,0,1981,0,1,0,0,0),(38959,742,0,1,1,7863,1,-10602.9,-3744.4,22.1118,0.712091,300,10,0,1902,0,1,0,0,0),(38960,5269,0,1,1,4777,1,-10357.8,-4066.52,-76.1795,1.88496,900,2,0,1919,1587,1,0,0,0),(38961,858,0,1,1,2543,0,-10571.9,-2742.97,25.7931,5.17157,300,5,0,1469,0,1,0,0,0),(38962,743,0,1,1,7974,1,-10641.1,-3858.85,24.1778,0.711259,300,5,0,1585,1381,1,0,0,0),(38963,744,0,1,1,7903,1,-10263.5,-3702.67,23.7491,0.911166,300,10,0,1981,0,1,0,0,0),(38964,5263,0,1,1,4770,0,-10299.8,-4077.82,-76.1792,5.77704,900,0,0,2399,0,0,0,0,0),(38965,743,0,1,1,7974,1,-10433.6,-3611.04,23.093,4.05568,300,5,0,1585,1381,1,0,0,0),(38966,767,0,1,1,632,0,-10539.6,-2761.46,22.8229,5.12139,300,10,0,1469,0,1,0,0,0),(38967,858,0,1,1,2543,0,-10599.7,-2793.11,25.853,3.47579,300,5,0,1469,0,1,0,0,0),(38968,745,0,1,1,7976,1,-10302.1,-3646.93,23.9946,1.05819,300,10,0,2059,0,1,0,0,0),(38969,767,0,1,1,632,0,-10452.3,-2993.14,22.137,3.39653,300,5,0,1469,0,1,0,0,0),(38970,744,0,1,1,7903,1,-10220.6,-3683.92,21.8907,2.79204,300,10,0,1981,0,1,0,0,0),(38971,1084,0,1,1,814,0,-10463.9,-2844.54,17.655,5.56021,300,5,0,1403,0,1,0,0,0),(38972,744,0,1,1,7903,1,-10193.6,-3640.95,21.6241,2.98576,300,5,0,1981,0,1,0,0,0),(38998,1084,0,1,1,814,0,-10404.2,-3085.55,17.4991,4.85812,300,5,0,1403,0,1,0,0,0),(39202,1084,0,1,1,814,0,-10412.5,-3012.2,17.6155,1.68375,300,5,0,1403,0,1,0,0,0),(39523,744,0,1,1,7903,1,-10258.8,-3649.61,22.7768,0.130978,300,5,0,1981,0,1,0,0,0),(39535,745,0,1,1,7976,1,-10245.7,-3587.08,22.1272,0.978445,300,10,0,2059,0,1,0,0,0),(39545,744,0,1,1,7903,1,-10282.4,-3615.48,22.8712,3.35019,300,10,0,1981,0,1,0,0,0),(39546,745,0,1,1,7976,1,-10249.4,-3950.7,22.2927,0.465393,300,10,0,2059,0,1,0,0,0),(39547,745,0,1,1,7976,1,-10214.7,-3909.62,23.1413,3.71204,300,5,0,2059,0,1,0,0,0),(39549,5263,0,1,1,4770,0,-10215.6,-4015.49,-99.6279,5.37561,900,2,0,2399,0,1,0,0,0),(40156,767,0,1,1,632,0,-10598.9,-2845.86,25.3261,2.58429,300,5,0,1469,0,1,0,0,0),(40157,5263,0,1,1,4769,0,-10235.9,-4010.46,-109.881,3.64774,900,3,0,2399,0,1,0,0,0),(40158,5263,0,1,1,4770,0,-10244.2,-3990.81,-99.715,5.41052,900,2,0,2399,0,1,0,0,0),(40159,5225,0,1,1,4768,0,-10226.3,-4007.59,-109.881,2.04204,900,3,0,2399,0,1,0,0,0),(40182,764,0,1,1,2024,0,-10111.7,-3478.48,17.4991,6.12354,300,5,0,1305,1186,1,0,0,0),(40183,5263,0,1,1,4770,0,-10227.8,-4020.79,-109.798,6.05629,900,3,0,2399,0,1,0,0,0),(40184,17115,0,1,1,16863,0,-10007.7,-3665.62,23.1004,2.51446,300,5,0,1257,1142,1,0,0,0),(40185,745,0,1,1,7976,1,-10268.6,-4079.65,22.5606,2.86866,300,5,0,2059,0,1,0,0,0),(40186,5225,0,1,1,4768,0,-10237.9,-4043.2,-103.954,5.98701,900,0,0,2399,0,0,0,0,0),(40187,5225,0,1,1,4768,0,-10211,-3998.53,-99.6287,4.08407,900,2,0,2399,0,1,0,0,0),(40188,746,0,1,1,625,1,-10321.9,-4196.7,22.8896,1.38413,300,5,0,2218,0,1,0,0,0),(40189,759,0,1,1,152,1,-9980.7,-3644.95,21.8028,5.14142,300,5,0,1469,0,1,0,0,0),(40190,759,0,1,1,152,1,-9968.59,-3643.46,22.4278,4.27411,300,5,0,1469,0,1,0,0,0),(97342,6491,571,1,4294967295,0,0,3664.94,-1043.01,130.771,5.26869,60,0,0,4120,0,0,0,0,0),(40197,759,0,1,1,152,1,-9988.96,-3659.25,21.9278,5.58793,300,5,0,1469,0,1,0,0,0),(40198,745,0,1,1,7976,1,-10247.4,-4106.5,22.5275,4.03643,300,5,0,2059,0,1,0,0,0),(40199,5263,0,1,1,4770,0,-10251.4,-4016.66,-99.7104,5.07891,900,5,0,2399,0,1,0,0,0),(40200,762,0,1,1,4688,1,-9985.65,-3620.8,22.9415,2.98451,300,0,0,1116,2861,0,0,0,0),(40201,746,0,1,1,625,1,-10316,-4061.43,22.0153,6.10833,300,5,0,2218,0,1,0,0,0),(40202,759,0,1,1,152,1,-10030.1,-3555.21,21.9441,3.94537,300,5,0,1469,0,1,0,0,0),(40203,746,0,1,1,625,1,-10294.4,-4218.55,23.8326,1.94442,300,5,0,2218,0,1,0,0,0),(40204,745,0,1,1,7976,1,-10314,-4235.93,23.3741,1.07875,300,5,0,2059,0,1,0,0,0),(51803,11734,1,1,1,12155,0,-8146.03,340.089,-39.2861,4.60054,300,5,0,3849,0,1,0,0,0),(40206,760,0,1,1,628,1,-10007.3,-3625.9,21.7195,0.453245,300,5,0,1469,0,1,0,0,0),(40207,746,0,1,1,625,1,-10352.3,-4217.22,23.2781,1.7891,300,5,0,2218,0,1,0,0,0),(40208,745,0,1,1,7976,1,-10413.4,-4086.95,23.402,6.04863,300,5,0,2059,0,1,0,0,0),(40209,745,0,1,1,7976,1,-10414.3,-4148.4,22.0357,0.097606,300,5,0,2059,0,1,0,0,0),(40210,5391,0,1,1,4553,0,-9898.53,-3724.63,22.4164,3.63029,300,0,0,1536,0,0,0,0,0),(40211,744,0,1,1,7903,1,-10519.4,-4051.83,23.1979,3.03115,300,5,0,1981,0,1,0,0,0),(40212,1087,0,1,1,815,0,-10019.4,-4114.71,20.1117,2.21362,300,5,0,1902,0,1,0,0,0),(40213,862,0,1,1,4495,1,-9847.83,-3769.57,21.7637,2.69105,300,5,0,1536,0,1,0,0,0),(40214,5622,0,1,1,4688,1,-9956.73,-3715.53,21.8028,0.424781,300,0,0,1536,0,0,0,0,0),(40215,746,0,1,1,625,1,-10382.2,-4181.81,23.9974,1.60065,300,5,0,2218,0,1,0,0,0),(40216,746,0,1,1,625,1,-10461.2,-4022.35,21.9991,0.685497,300,5,0,2218,0,1,0,0,0),(40217,743,0,1,1,7974,1,-10491.4,-4296.74,22.3381,4.72801,300,5,0,1585,1381,1,0,0,0),(40237,14356,0,1,1,14389,0,-10322.3,-3793.49,3.56093,2.41852,300,5,0,1534,0,1,0,0,0),(40339,863,0,1,1,4499,1,-10842.5,-4114.68,23.0305,4.70131,300,3,0,2880,0,1,0,0,0),(40341,5593,0,1,1,3519,1,-10850.5,-4144.1,21.755,3.9619,300,0,0,2218,0,0,0,0,0),(40448,1082,0,1,1,807,0,-10113,-3610.31,22.4268,4.63217,300,5,0,1604,0,1,0,0,0),(41703,766,0,1,1,697,0,-9996.13,-3771.12,17.705,1.23421,300,10,0,1471,1283,1,0,0,0),(41704,14356,0,1,1,14389,0,-10496.6,-3750.39,-1.66687,4.9126,300,5,0,1534,0,1,0,0,0),(41705,761,0,1,1,4688,1,-9932.96,-3715.22,22.8054,2.54818,300,0,0,1257,1142,0,0,0,0),(41706,1082,0,1,1,807,0,-10378.9,-3485.55,17.4991,4.7311,300,5,0,1604,0,1,0,0,0),(41707,1082,0,1,1,807,0,-10355.1,-3520.27,23.8502,4.6462,300,5,0,1604,0,1,0,0,0),(41708,17115,0,1,1,16863,0,-9911.51,-3711.97,22.0424,4.74363,300,5,0,1257,1142,1,0,0,0),(41712,766,0,1,1,697,0,-10389.8,-3538.03,17.4991,5.32512,300,5,0,1471,1283,1,0,0,0),(41713,767,0,1,1,632,0,-10256.4,-3456.65,23.994,2.42084,300,5,0,1469,0,1,0,0,0),(41714,1082,0,1,1,807,0,-10325.7,-3546.18,22.2347,5.4191,300,5,0,1604,0,1,0,0,0),(41715,1082,0,1,1,807,0,-10420.3,-3519.46,19.8101,3.97392,300,5,0,1604,0,1,0,0,0),(41716,767,0,1,1,632,0,-10312.7,-3496.94,23.7694,5.50565,300,5,0,1469,0,1,0,0,0),(41720,1082,0,1,1,807,0,-10344,-3447.95,21.3741,1.95143,300,5,0,1604,0,1,0,0,0),(41721,767,0,1,1,632,0,-10290.7,-3527.12,23.1203,6.23931,300,5,0,1469,0,1,0,0,0),(41722,1082,0,1,1,807,0,-10269.1,-3449.97,19.6798,6.26561,300,5,0,1604,0,1,0,0,0),(41768,1082,0,1,1,807,0,-10253,-3488.29,18.1241,4.86082,300,5,0,1604,0,1,0,0,0),(41771,14356,0,1,1,14389,0,-10545.3,-3902.84,-5.17771,1.96679,300,5,0,1534,0,1,0,0,0),(41797,14356,0,1,1,14389,0,-10537.9,-3819.14,-0.565795,5.14672,300,5,0,1534,0,1,0,0,0),(41798,14356,0,1,1,14389,0,-10481.7,-3915.14,-0.954312,1.52164,300,5,0,1534,0,1,0,0,0),(41799,767,0,1,1,632,0,-10243.9,-3317.32,21.9975,4.91288,300,10,0,1469,0,1,0,0,0),(41800,14356,0,1,1,14389,0,-10347.9,-3885.63,2.09179,2.00432,300,5,0,1534,0,1,0,0,0),(41801,1082,0,1,1,807,0,-10219,-3333.4,23.4144,4.80321,300,10,0,1604,0,1,0,0,0),(41802,1082,0,1,1,807,0,-10177.3,-3472.24,20.7511,0.009765,300,10,0,1604,0,1,0,0,0),(41803,1084,0,1,1,814,0,-10418.7,-2816.55,17.4991,4.41215,300,5,0,1403,0,1,0,0,0),(41805,768,0,1,1,633,0,-9789.52,-3843.31,23.303,1.13082,300,5,0,1678,0,1,0,0,0),(41824,742,0,1,1,7863,1,-10626.2,-4267.75,23.1074,5.24946,300,5,0,1902,0,1,0,0,0),(42110,766,0,1,1,697,0,-10255.3,-3536.31,18.0114,4.47132,300,5,0,1471,1283,1,0,0,0),(42111,1087,0,1,1,815,0,-10479.9,-4210.86,17.4991,0.932645,300,5,0,1902,0,1,0,0,0),(42112,763,0,1,1,10921,1,-9944.46,-3644.22,23.6126,2.42601,50400,0,0,1678,0,0,0,0,0),(42113,743,0,1,1,7974,1,-10561.4,-4279.83,22.9278,2.80752,300,5,0,1585,1381,1,0,0,0),(42114,767,0,1,1,632,0,-10549.5,-2826.77,22.3757,2.79516,300,10,0,1469,0,1,0,0,0),(42115,766,0,1,1,697,0,-10649.7,-4174.02,17.4991,2.37459,300,5,0,1471,1283,1,0,0,0),(42116,1087,0,1,1,815,0,-10611.6,-4148.89,19.9433,0.367454,300,5,0,1902,0,1,0,0,0),(42117,1087,0,1,1,815,0,-10589.6,-4181.25,17.4991,3.48733,300,5,0,1902,0,1,0,0,0),(42122,766,0,1,1,697,0,-10735.6,-4145.76,17.7781,3.17673,300,5,0,1471,1283,1,0,0,0),(42123,750,0,1,1,1995,0,-10954.2,-4186.46,4.00805,4.03111,300,5,0,1981,0,1,0,0,0),(42125,767,0,1,1,632,0,-10540.4,-2606.91,24.0652,3.51068,300,5,0,1469,0,1,0,0,0),(42126,740,0,1,1,9582,0,-10557.8,-2551.18,19.6904,1.78815,300,10,0,954,2553,1,0,0,0),(42577,740,0,1,1,9582,0,-10535.5,-2618.63,22.9834,5.73473,300,10,0,954,2553,1,0,0,0),(42643,750,0,1,1,1995,0,-10885.7,-4221.34,0.122311,0.099354,300,0,0,1981,0,0,0,0,0),(42799,858,0,1,1,2543,0,-10528.1,-2805.01,23.0528,5.07602,300,5,0,1469,0,1,0,0,0),(42800,747,0,1,1,506,1,-10913.2,-4206.25,3.74206,3.47321,300,0,0,1902,0,0,0,0,0),(42801,750,0,1,1,1995,0,-10977.7,-4176.08,2.41155,5.90547,300,5,0,1981,0,1,0,0,0),(42802,747,0,1,1,506,1,-10920.9,-4215.73,-1.1728,3.3646,300,5,0,1902,0,1,0,0,0),(42803,741,0,1,1,621,0,-10602.2,-2555.93,23.9093,3.65722,300,5,0,1037,2680,1,0,0,0),(42804,747,0,1,1,506,1,-10974.7,-4142.45,5.65217,0.904718,300,5,0,1902,0,1,0,0,0),(42805,747,0,1,1,506,1,-10955.1,-4207.12,-0.257428,1.48863,300,5,0,1902,0,1,0,0,0),(42806,741,0,1,1,621,0,-10522.8,-2511.83,22.9056,1.16232,300,10,0,1037,2680,1,0,0,0),(42807,741,0,1,1,621,0,-10610.9,-2514.48,22.5566,0.244505,300,10,0,1037,2680,1,0,0,0),(42808,740,0,1,1,9582,0,-10528.5,-2541.92,19.845,2.56595,300,10,0,954,2553,1,0,0,0),(42809,741,0,1,1,621,0,-10527.6,-2511.35,22.7399,2.88288,300,10,0,1037,2680,1,0,0,0),(42810,767,0,1,1,632,0,-10529.4,-2499.15,22.331,0.156378,300,10,0,1469,0,1,0,0,0),(42811,741,0,1,1,621,0,-10497.3,-2484.53,28.6919,2.54304,300,5,0,1037,2680,1,0,0,0),(42812,740,0,1,1,9582,0,-10579.1,-2478.08,22.5711,1.19718,300,10,0,954,2553,1,0,0,0),(42813,740,0,1,1,9582,0,-10642.5,-2517.79,26.8394,5.6182,300,10,0,954,2553,1,0,0,0),(42814,741,0,1,1,621,0,-10480.7,-2606.07,22.6419,1.32625,300,10,0,1037,2680,1,0,0,0),(42815,764,0,1,1,2024,0,-10213.1,-2565.03,27.6206,5.03043,300,10,0,1305,1186,1,0,0,0),(42816,764,0,1,1,2024,0,-10179.8,-2585.65,28.3536,5.26976,300,10,0,1305,1186,1,0,0,0),(42817,765,0,1,1,9012,0,-10117.9,-2519.37,28.1376,5.29335,300,5,0,1357,1236,1,0,0,0),(42818,858,0,1,1,2543,0,-10568.2,-2822.18,25.6689,1.10016,300,5,0,1469,0,1,0,0,0),(42819,764,0,1,1,2024,0,-10213.9,-2609.92,28.246,1.44741,300,5,0,1305,1186,1,0,0,0),(42820,764,0,1,1,2024,0,-10151.6,-2552.57,24.9238,4.7533,300,10,0,1305,1186,1,0,0,0),(42821,1084,0,1,1,814,0,-10390.5,-2775.65,17.6807,4.29821,300,5,0,1403,0,1,0,0,0),(42822,765,0,1,1,9012,0,-10114.9,-2453.85,27.7069,5.76622,300,10,0,1357,1236,1,0,0,0),(42823,766,0,1,1,697,0,-10090.9,-2480.16,28.1235,3.03396,300,10,0,1471,1283,1,0,0,0),(42824,1084,0,1,1,814,0,-10458.3,-2918.47,18.119,6.06271,300,5,0,1403,0,1,0,0,0),(42825,766,0,1,1,697,0,-10086.5,-2419.34,27.0039,3.23543,300,10,0,1471,1283,1,0,0,0),(42826,750,0,1,1,1995,0,-10709.6,-4310.11,0.029192,0.210275,300,5,0,1981,0,1,0,0,0),(42827,1084,0,1,1,814,0,-10476.6,-2878.82,17.4304,4.09792,300,5,0,1403,0,1,0,0,0),(42828,766,0,1,1,697,0,-10146,-2416.25,27.6431,6.24624,300,5,0,1471,1283,1,0,0,0),(42829,764,0,1,1,2024,0,-10212,-2484.98,27.5489,5.9466,300,5,0,1305,1186,1,0,0,0),(42830,1088,0,1,1,699,0,-10164.1,-4369.16,-2.19779,5.43838,300,5,0,1716,0,1,0,0,0),(42831,750,0,1,1,1995,0,-10457.8,-4410.33,-0.261992,2.4887,300,5,0,1981,0,1,0,0,0),(42832,766,0,1,1,697,0,-10152,-2486.47,24.9236,4.17673,300,10,0,1471,1283,1,0,0,0),(42833,764,0,1,1,2024,0,-10187.2,-2521.16,29.3057,3.41264,300,5,0,1305,1186,1,0,0,0),(42834,766,0,1,1,697,0,-10180.3,-2454.81,28.0161,5.85801,300,5,0,1471,1283,1,0,0,0),(42835,751,0,1,1,391,1,-10405,-4403.14,2.87001,6.14356,300,0,0,2059,0,0,0,0,0),(42836,750,0,1,1,1995,0,-10425.7,-4423.66,-1.32828,2.75848,300,5,0,1981,0,1,0,0,0),(42837,750,0,1,1,1995,0,-10385.2,-4416.7,-0.457347,5.30813,300,0,0,1981,0,0,0,0,0),(42838,752,0,1,1,386,1,-10401.7,-4403.12,2.75671,3.33358,300,0,0,1774,1534,0,0,0,0),(42839,1084,0,1,1,814,0,-10308.1,-2756.53,17.9435,4.99116,300,5,0,1403,0,1,0,0,0),(42840,858,0,1,1,2543,0,-10437.7,-2626.98,22.9659,5.60118,300,5,0,1469,0,1,0,0,0),(42841,764,0,1,1,2024,0,-10244.4,-2584.61,26.9099,6.10075,300,5,0,1305,1186,1,0,0,0),(42842,767,0,1,1,632,0,-10423.5,-2911.57,23.4839,3.31465,300,5,0,1469,0,1,0,0,0),(42843,767,0,1,1,632,0,-10384.8,-2957.56,22.1982,4.73135,300,5,0,1469,0,1,0,0,0),(42844,858,0,1,1,2543,0,-10271.1,-2710.67,22.3402,3.04312,300,10,0,1469,0,1,0,0,0),(42845,766,0,1,1,697,0,-10739.3,-3984.1,18.4451,0.808709,300,5,0,1471,1283,1,0,0,0),(42846,752,0,1,1,386,1,-10539.1,-4399.5,0.767854,1.29154,300,0,0,1774,1534,0,0,0,0),(42847,769,0,1,1,336,0,-10622.2,-3647.04,22.4683,1.37178,300,5,0,1829,0,1,0,0,0),(42848,767,0,1,1,632,0,-10361.7,-3060.46,22.4744,3.71519,300,5,0,1469,0,1,0,0,0),(42849,750,0,1,1,1995,0,-10642.1,-4359.87,1.67078,2.24135,300,5,0,1981,0,1,0,0,0),(42850,769,0,1,1,336,0,-10567.1,-3609.59,22.3028,0.626232,300,5,0,1829,0,1,0,0,0),(42851,750,0,1,1,1995,0,-10588.9,-4382.33,1.93194,0.638421,300,5,0,1981,0,1,0,0,0),(42852,752,0,1,1,386,1,-10553.6,-4398.72,0.627688,5.51524,300,0,0,1774,1534,0,0,0,0),(42853,766,0,1,1,697,0,-10807.8,-4001.57,19.6658,1.21374,300,5,0,1471,1283,1,0,0,0),(42854,769,0,1,1,336,0,-10887.8,-3944.36,22.203,0.779421,300,5,0,1829,0,1,0,0,0),(42855,767,0,1,1,632,0,-10311.3,-3077.01,23.3385,4.73973,300,5,0,1469,0,1,0,0,0),(42856,750,0,1,1,1995,0,-10651.3,-4321.73,6.57644,0.682365,300,5,0,1981,0,1,0,0,0),(42857,1082,0,1,1,807,0,-10149.3,-3519.83,19.2163,2.55359,300,10,0,1604,0,1,0,0,0),(42858,1082,0,1,1,807,0,-10217.4,-3527.86,17.4991,4.05214,300,10,0,1604,0,1,0,0,0),(42859,767,0,1,1,632,0,-10344.5,-3120.8,22.3405,5.64755,300,5,0,1469,0,1,0,0,0),(42860,750,0,1,1,1995,0,-10687.3,-4320.86,1.08961,6.27733,300,5,0,1981,0,1,0,0,0),(42861,767,0,1,1,632,0,-10284.2,-3184.02,21.8168,5.98993,300,5,0,1469,0,1,0,0,0),(42862,767,0,1,1,632,0,-10313,-3148.52,21.5055,5.92148,300,5,0,1469,0,1,0,0,0),(42863,767,0,1,1,632,0,-10310.9,-3216.43,22.5257,1.86023,300,10,0,1469,0,1,0,0,0),(42864,766,0,1,1,697,0,-10860.8,-3993.63,17.9802,6.25743,300,5,0,1471,1283,1,0,0,0),(42865,769,0,1,1,336,0,-10887.1,-3891.68,23.6229,0.224602,300,10,0,1829,0,1,0,0,0),(42866,769,0,1,1,336,0,-10843,-3892.9,21.9838,5.51022,300,10,0,1829,0,1,0,0,0),(42869,766,0,1,1,697,0,-10747,-3883.74,17.4991,4.65662,300,10,0,1471,1283,1,0,0,0),(42881,1082,0,1,1,807,0,-10278.8,-3313.5,20.6241,4.68463,300,10,0,1604,0,1,0,0,0),(42882,769,0,1,1,336,0,-10846.8,-3901.48,22.7858,1.53761,300,10,0,1829,0,1,0,0,0),(42883,767,0,1,1,632,0,-10284.5,-3248.94,22.5715,3.34303,300,10,0,1469,0,1,0,0,0),(42890,1082,0,1,1,807,0,-10255.5,-3419.96,19.7491,3.25348,300,5,0,1604,0,1,0,0,0),(43424,750,0,1,1,1995,0,-10780.5,-3761.81,23.4471,2.01552,300,5,0,1981,0,1,0,0,0),(43428,767,0,1,1,632,0,-10208.5,-3443.22,22.5525,1.35234,300,10,0,1469,0,1,0,0,0),(43429,750,0,1,1,1995,0,-10939.1,-3742.6,23.8638,4.4473,300,3,0,1981,0,1,0,0,0),(43443,751,0,1,1,391,1,-10891.7,-3746.8,23.5472,5.42588,300,2,0,2059,0,1,0,0,0),(43444,750,0,1,1,1995,0,-10969.2,-3689.67,10.2818,2.17962,300,3,0,1981,0,1,0,0,0),(43445,751,0,1,1,391,1,-10981.2,-3707.64,14.7222,0.10179,300,3,0,2059,0,1,0,0,0),(43446,751,0,1,1,391,1,-11016.4,-3671.48,22.9221,4.97238,300,3,0,2059,0,1,0,0,0),(43447,750,0,1,1,1995,0,-10952.6,-3706.96,26.5824,1.32237,300,3,0,1981,0,1,0,0,0),(43448,751,0,1,1,391,1,-10974,-3675.21,27.6192,4.98762,300,3,0,2059,0,1,0,0,0),(43584,752,0,1,1,386,1,-10968.5,-3653.52,27.8933,5.9001,300,3,0,1774,1534,1,0,0,0),(43585,752,0,1,1,386,1,-10955.5,-3644.71,25.339,6.2677,300,3,0,1774,1534,1,0,0,0),(43586,751,0,1,1,391,1,-10992.6,-3665.04,25.0737,3.79194,300,3,0,2059,0,1,0,0,0),(43587,752,0,1,1,386,1,-10944.5,-3610.09,21.2261,6.00201,300,3,0,1774,1534,1,0,0,0),(43588,5477,0,1,1,10920,1,-10214.7,-3303.35,23.1034,-1.74092,300,0,0,1678,0,0,0,0,0),(43589,760,0,1,1,628,1,-10211.1,-3290.66,20.3741,3.66544,300,5,0,1469,0,1,0,0,0),(43590,760,0,1,1,628,1,-10210.5,-3287.88,19.4991,3.66686,300,5,0,1469,0,1,0,0,0),(43591,752,0,1,1,386,1,-10951.9,-3662.52,26.6084,4.69375,300,5,0,1774,1534,1,0,0,0),(43592,767,0,1,1,632,0,-10144.8,-2889.44,21.8544,2.44018,300,10,0,1469,0,1,0,0,0),(43593,751,0,1,1,391,1,-10883.3,-3645.01,12.1427,3.95498,300,3,0,2059,0,1,0,0,0),(43594,751,0,1,1,391,1,-10919.3,-3673.05,11.0245,3.80482,300,3,0,2059,0,1,0,0,0),(43595,752,0,1,1,386,1,-10947.8,-3681.48,8.40415,6.0336,300,3,0,1774,1534,1,0,0,0),(43596,950,0,1,1,5243,1,-10967.6,-3658.81,27.9808,1.61231,300,0,0,2880,0,0,0,0,0),(43597,750,0,1,1,1995,0,-10853.7,-3697.75,22.8109,0.28261,300,3,0,1981,0,1,0,0,0),(81248,24222,530,1,1,0,0,-1351.06,7200.54,209.99,5.82061,600,15,0,4979,0,1,0,0,0),(43599,750,0,1,1,1995,0,-10858.7,-3737.03,23.6398,5.39301,300,3,0,1981,0,1,0,0,0),(43600,751,0,1,1,391,1,-10861.3,-3652.41,16.7108,3.87605,300,3,0,2059,0,1,0,0,0),(43601,750,0,1,1,1995,0,-10849.1,-3692.93,22.3577,4.11045,300,5,0,1981,0,1,0,0,0),(43602,751,0,1,1,391,1,-10807.8,-3738.06,25.8873,2.88891,300,0,0,2059,0,0,0,0,0),(43603,750,0,1,1,1995,0,-10868.6,-3701.83,22.6034,2.5148,300,3,0,1981,0,1,0,0,0),(43604,14446,0,1,1,441,0,-10950.3,-3636.01,24.2375,4.54783,46800,5,0,2059,0,1,0,0,0),(43605,1088,0,1,1,699,0,-9657.04,-4042.51,-4.45573,1.73717,300,5,0,1716,0,1,0,0,0),(43606,750,0,1,1,1995,0,-10954.8,-4159.11,7.75749,4.02941,300,5,0,1981,0,1,0,0,0),(43607,747,0,1,1,506,1,-10920.1,-4193.97,3.28545,1.3758,300,0,0,1902,0,0,0,0,0),(43608,750,0,1,1,1995,0,-11005.3,-4125.55,3.82745,2.88911,300,5,0,1981,0,1,0,0,0),(43609,750,0,1,1,1995,0,-11015.5,-4084.36,3.62639,0.71271,300,5,0,1981,0,1,0,0,0),(43610,750,0,1,1,1995,0,-11051.1,-4121.6,0.789211,1.86316,300,0,0,1981,0,0,0,0,0),(43611,750,0,1,1,1995,0,-11060.4,-4085.42,-1.14109,2.48858,300,5,0,1981,0,1,0,0,0),(43612,747,0,1,1,506,1,-11053.7,-4139.58,1.03068,2.26778,300,0,0,1902,0,0,0,0,0),(43613,750,0,1,1,1995,0,-11055.4,-4121.64,0.450665,2.60054,300,0,0,1981,0,0,0,0,0),(43629,750,0,1,1,1995,0,-11011.1,-4138.84,2.44343,0.750049,300,0,0,1981,0,0,0,0,0),(43630,750,0,1,1,1995,0,-10888.8,-4180.11,5.60256,2.14157,300,5,0,1981,0,1,0,0,0),(43657,750,0,1,1,1995,0,-10997.1,-4148.32,2.52717,0.880045,300,0,0,1981,0,0,0,0,0),(43658,752,0,1,1,386,1,-10820.5,-4265.58,-3.95391,3.46433,300,5,0,1774,1534,1,0,0,0),(43663,750,0,1,1,1995,0,-10789,-4252.16,2.09987,0.36319,300,5,0,1981,0,1,0,0,0),(43701,750,0,1,1,1995,0,-10809.7,-4274.12,-5.82037,4.72755,300,5,0,1981,0,1,0,0,0),(43709,750,0,1,1,1995,0,-10991.7,-4121.9,4.14533,1.44703,300,5,0,1981,0,1,0,0,0),(43737,750,0,1,1,1995,0,-10515.6,-4396.02,1.7469,1.07156,300,5,0,1981,0,1,0,0,0),(43743,750,0,1,1,1995,0,-10538.3,-4387.02,3.47554,6.05755,300,5,0,1981,0,1,0,0,0),(43773,750,0,1,1,1995,0,-10625.8,-4343.26,6.71332,1.88266,300,5,0,1981,0,1,0,0,0),(43774,9916,0,1,1,478,1,-10416.8,-4396.86,4.05644,5.13127,300,0,0,2399,0,0,0,0,0),(43775,768,0,1,1,633,0,-10369.4,-4302.11,22.7738,3.9187,300,5,0,1678,0,1,0,0,0),(43776,750,0,1,1,1995,0,-10384.6,-4385.53,4.00143,3.54475,300,5,0,1981,0,1,0,0,0),(43778,750,0,1,1,1995,0,-10448.8,-4386.87,4.58578,5.03661,300,5,0,1981,0,1,0,0,0),(43925,751,0,1,1,391,1,-10423.9,-4388.42,5.61128,1.23428,300,0,0,2059,0,0,0,0,0),(44144,751,0,1,1,391,1,-10817.2,-4243.93,1.42109,1.70052,300,5,0,2059,0,1,0,0,0),(44171,747,0,1,1,506,1,-10854.3,-4220.8,2.57772,4.11302,300,5,0,1902,0,1,0,0,0),(44172,750,0,1,1,1995,0,-10846.9,-4245.77,-4.2003,1.87217,300,5,0,1981,0,1,0,0,0),(44173,747,0,1,1,506,1,-10926.5,-4156,8.26603,3.29639,300,5,0,1902,0,1,0,0,0),(44180,24366,0,1,1,0,0,-11340.5,-219.14,75.2143,2.04203,300,0,0,10572,0,0,0,0,0),(44231,1426,0,1,1,374,1,-10536.6,2003.7,-8.76479,2.34942,300,3,0,300,0,1,0,0,0),(44232,589,0,1,1,2339,1,-10591,1993.22,-4.84641,5.29912,300,0,0,263,710,0,0,0,0),(44233,590,0,1,1,2340,1,-10498.5,1977.48,10.9144,3.45094,300,0,0,273,0,0,0,0,0),(44289,590,0,1,1,2340,1,-10476.7,1971.51,9.78465,6.17846,300,0,0,273,0,0,0,0,0),(44290,1426,0,1,1,374,1,-10458.9,1954.29,8.32358,6.2357,300,0,0,300,0,0,0,0,0),(44291,589,0,1,1,2338,1,-10555.7,2007.65,-6.70145,4.89812,300,3,0,263,710,1,0,0,0),(44292,590,0,1,1,2341,1,-10530.2,1940.12,3.94629,0.837758,300,0,0,273,0,0,0,0,0),(44293,589,0,1,1,2339,1,-10562.2,1975.09,-4.90356,3.47642,300,3,0,263,710,1,0,0,0),(44294,590,0,1,1,2340,1,-10571.1,1980.03,-5.59783,2.13814,300,3,0,273,0,1,0,0,0),(44295,590,0,1,1,2340,1,-10570,2004.27,-6.46231,4.29351,300,3,0,273,0,1,0,0,0),(44296,842,0,1,1,308,1,-10612.1,1181.01,34.5176,5.11381,300,3,0,102,0,1,0,0,0),(44297,6670,0,1,1,3264,1,-10654.6,1176.49,46.2041,6.26573,300,0,0,102,0,0,0,0,0),(44303,6670,0,1,1,3264,1,-10661.3,1113.16,34.1967,4.15388,300,0,0,102,0,0,0,0,0),(45472,6670,0,1,1,3264,1,-10650.8,1128.61,34.1978,4.43314,300,0,0,102,0,0,0,0,0),(45477,842,0,1,1,89,1,-10645.2,1141.44,33.7257,1.20428,300,0,0,102,0,0,0,0,0),(45520,6670,0,1,1,3264,1,-10631.2,1189.67,47.6136,0.331613,300,0,0,102,0,0,0,0,0),(45521,6670,0,1,1,3264,1,-10646.3,1113.35,35.627,0.925025,300,0,0,102,0,0,0,0,0),(45522,6670,0,1,1,3264,1,-10641.3,1177.66,47.4244,3.56047,300,0,0,102,0,0,0,0,0),(45523,6670,0,1,1,3264,1,-10648.6,1165.79,46.722,1.88496,300,0,0,102,0,0,0,0,0),(45524,842,0,1,1,308,1,-10624.4,1107.64,33.8127,1.4572,300,0,0,102,0,0,0,0,0),(45525,550,0,1,1,2312,1,-11025.1,1459.74,43.0861,5.28786,300,0,0,300,0,2,0,0,0),(45526,1109,0,1,1,2305,0,-9981.23,1226.25,42.0095,3.47097,300,10,0,273,0,1,0,0,0),(45527,2620,0,1,1,1072,0,-11176.7,1226.89,84.8303,4.52572,300,5,0,8,0,1,0,0,0),(45528,2620,0,1,1,1072,0,-11077.4,1659.81,44.8357,4.66355,300,5,0,8,0,1,0,0,0),(45529,2914,0,1,1,2958,0,-10317.6,1137.38,37.9683,1.4965,300,10,0,8,0,1,0,0,0),(45530,2914,0,1,1,2957,0,-11115.2,797.275,36.2494,4.56105,300,5,0,8,0,1,0,0,0),(45531,6271,0,1,1,4960,0,-11187.2,1759.67,36.0294,0.321429,300,5,0,8,0,1,0,0,0),(45532,2914,0,1,1,2957,0,-10805.2,837.114,32.9496,2.33747,300,10,0,8,0,1,0,0,0),(45533,2620,0,1,1,1072,0,-10543.8,863.366,40.8301,2.5235,300,5,0,8,0,1,0,0,0),(45534,6271,0,1,1,4959,0,-10411.2,909.765,43.3136,4.19269,300,5,0,8,0,1,0,0,0),(45536,95,0,1,1,4419,1,-9856.29,1386.08,38.2633,0.593412,300,0,0,222,0,0,0,0,0),(45539,95,0,1,1,4418,1,-10001.2,1470.4,40.9513,3.03687,300,0,0,222,0,0,0,0,0),(45540,504,0,1,1,2332,1,-9987.65,1478.71,43.5477,2.67035,300,0,0,247,0,0,0,0,0),(45541,95,0,1,1,4419,1,-9998.19,1451.22,41.3837,2.80998,300,0,0,222,0,0,0,0,0),(45542,95,0,1,1,4418,1,-9987.12,1444.62,42.5593,3.61283,300,0,0,222,0,0,0,0,0),(45543,1236,0,1,1,373,1,-9939.55,1448.83,39.6373,0.730094,300,3,0,247,0,1,0,0,0),(45544,1236,0,1,1,373,1,-9830.73,1429.98,36.923,2.49284,300,0,0,247,0,0,0,0,0),(45545,95,0,1,1,4419,1,-10005.1,1476.44,40.7722,3.76991,300,0,0,222,0,0,0,0,0),(45546,1236,0,1,1,373,1,-9880.89,1449.9,43.6066,0.129733,300,3,0,247,0,1,0,0,0),(45547,504,0,1,1,2332,1,-9973.8,1458.38,45.0564,0.203169,300,0,0,247,0,0,0,0,0),(45548,121,0,1,1,2337,1,-11031.3,1661.02,42.9227,5.63741,300,0,0,356,0,0,0,0,0),(45549,589,0,1,1,2339,1,-11024.2,1660.14,42.8221,4.10152,300,0,0,263,710,0,0,0,0),(45550,121,0,1,1,2336,1,-11019.2,1652.34,43.0465,2.53073,300,0,0,356,0,0,0,0,0),(45551,121,0,1,1,2337,1,-11155.2,1722.11,41.322,3.49345,300,5,0,356,0,1,0,0,0),(45552,449,0,1,1,2344,0,-11169.7,1723.7,39.9144,3.27032,300,5,0,356,0,1,0,0,0),(45553,121,0,1,1,2337,1,-11158.9,1707.37,42.9868,1.69297,300,0,0,356,0,0,0,0,0),(45554,449,0,1,1,2345,0,-11157.6,1713.76,42.2156,4.53786,300,0,0,356,0,0,0,0,0),(45555,121,0,1,1,2337,1,-11166.3,1709.23,41.6794,0,300,0,0,356,0,0,0,0,0),(45556,449,0,1,1,2344,0,-11113.7,1661.62,49.1317,2.04191,300,10,0,356,0,1,0,0,0),(45557,449,0,1,1,2344,0,-11076.1,1784.68,38.4917,3.86818,300,10,0,356,0,1,0,0,0),(45558,824,0,1,1,556,1,-11141.6,1498.99,24.392,3.28122,300,0,0,328,0,0,0,0,0),(45559,824,0,1,1,2441,1,-11089.5,1531.53,31.0062,1.06465,300,0,0,328,0,0,0,0,0),(45560,824,0,1,1,556,1,-11163.1,1537.22,20.3592,0.907571,300,0,0,328,0,0,0,0,0),(45561,824,0,1,1,2441,1,-11114.5,1487.35,24.5028,5.25344,300,0,0,328,0,0,0,0,0),(45562,824,0,1,1,2441,1,-11227.5,1522.94,36.7241,0.191986,300,0,0,328,0,0,0,0,0),(45563,824,0,1,1,2441,1,-11207.5,1497.36,16.3478,3.57792,300,0,0,328,0,0,0,0,0),(45564,824,0,1,1,2441,1,-11136.6,1541.27,19.8812,0.069813,300,0,0,328,0,0,0,0,0),(45565,824,0,1,1,556,1,-11167,1522.51,19.8348,5.41052,300,0,0,328,0,0,0,0,0),(45566,824,0,1,1,2441,1,-11185.8,1486.25,16.4122,1.43117,300,0,0,328,0,0,0,0,0),(45567,824,0,1,1,556,1,-11157.7,1563.67,22.157,3.94444,300,0,0,328,0,0,0,0,0),(45568,830,0,1,1,342,0,-9648.04,1353.01,10.5873,3.50125,300,10,0,273,0,1,0,0,0),(45569,830,0,1,1,342,0,-9639.62,1338.94,8.08732,2.21497,300,10,0,273,0,1,0,0,0),(45705,830,0,1,1,342,0,-9656.92,1256.4,6.79725,1.4988,300,10,0,273,0,1,0,0,0),(45957,830,0,1,1,342,0,-9623.58,1403.36,7.36983,3.39748,300,10,0,273,0,1,0,0,0),(45960,830,0,1,1,342,0,-9639.25,1248.36,4.29725,2.57835,300,10,0,273,0,1,0,0,0),(46224,830,0,1,1,342,0,-9657.25,1240.72,8.74018,1.21701,300,10,0,273,0,1,0,0,0),(46225,830,0,1,1,342,0,-9642.94,1271.48,4.21368,4.89203,300,10,0,273,0,1,0,0,0),(46230,830,0,1,1,342,0,-9648.06,1382.84,11.7258,5.61159,300,10,0,273,0,1,0,0,0),(46237,830,0,1,1,342,0,-9675.18,1272.23,8.29307,4.29001,300,10,0,273,0,1,0,0,0),(46961,830,0,1,1,342,0,-9638.58,1391.1,10.106,2.14097,300,10,0,273,0,1,0,0,0),(46982,830,0,1,1,342,0,-9701.82,1631.36,10.5236,3.24178,300,10,0,273,0,1,0,0,0),(46993,830,0,1,1,342,0,-9687.98,1630.04,9.63132,3.2672,300,10,0,273,0,1,0,0,0),(47264,830,0,1,1,342,0,-9683.95,1581.61,12.7578,4.54881,300,10,0,273,0,1,0,0,0),(47291,830,0,1,1,342,0,-9669.31,1589.78,10.7365,3.49645,300,10,0,273,0,1,0,0,0),(47306,830,0,1,1,342,0,-9684.28,1615.04,12.3174,5.47553,300,10,0,273,0,1,0,0,0),(47311,830,0,1,1,342,0,-9660.68,1578.93,7.43825,0.938353,300,10,0,273,0,1,0,0,0),(47432,830,0,1,1,342,0,-9673.67,1613.46,11.8122,3.4426,300,10,0,273,0,1,0,0,0),(47433,831,0,1,1,979,0,-9913.61,1876.93,2.79998,6.07479,300,10,0,328,0,1,0,0,0),(47434,831,0,1,1,979,0,-9789.11,1758.25,-2.54815,0.000206,300,10,0,328,0,1,0,0,0),(47435,831,0,1,1,979,0,-9928.52,1907.84,-1.25367,1.81047,300,5,0,328,0,1,0,0,0),(47436,831,0,1,1,979,0,-9964.83,1927.16,-0.703907,5.57272,300,10,0,328,0,1,0,0,0),(47443,831,0,1,1,979,0,-9831.06,1793.77,-0.84381,4.73192,300,5,0,328,0,1,0,0,0),(47447,831,0,1,1,979,0,-9947.36,1903.2,3.36876,2.63423,300,10,0,328,0,1,0,0,0),(47458,831,0,1,1,979,0,-9777.92,1736.61,2.72388,0.273087,300,5,0,328,0,1,0,0,0),(47460,831,0,1,1,979,0,-9944.79,1917.71,-0.703907,2.14326,300,5,0,328,0,1,0,0,0),(48222,831,0,1,1,979,0,-9962.93,1910.38,3.09284,5.98104,300,5,0,328,0,1,0,0,0),(48223,831,0,1,1,979,0,-9908.38,1862.75,3.65372,2.9104,300,10,0,328,0,1,0,0,0),(48224,1216,0,1,1,9570,0,-10908.9,2121.96,2.87579,3.02509,300,10,0,386,0,1,0,0,0),(48225,1216,0,1,1,9570,0,-10885.9,2114.29,5.10303,0.83994,300,10,0,386,0,1,0,0,0),(48226,1216,0,1,1,9570,0,-10969.5,2116.61,-1.19079,3.81565,300,5,0,386,0,1,0,0,0),(48227,1216,0,1,1,9570,0,-10891.3,2130.44,0.272697,2.03881,300,10,0,386,0,1,0,0,0),(48371,1216,0,1,1,9570,0,-10928.4,2115.59,2.87579,2.89468,300,10,0,386,0,1,0,0,0),(48549,1216,0,1,1,9570,0,-10910.3,2132.37,0.15611,0.64819,300,10,0,386,0,1,0,0,0),(48550,1216,0,1,1,9570,0,-10958,2117.44,-0.24392,3.11035,300,10,0,386,0,1,0,0,0),(48551,1216,0,1,1,9570,0,-10962.4,2096.01,4.18313,0.830102,300,10,0,386,0,1,0,0,0),(48552,1216,0,1,1,9570,0,-10944.5,2109.02,3.09671,3.94166,300,10,0,386,0,1,0,0,0),(48553,1216,0,1,1,9570,0,-10933.2,2127.18,-0.455769,1.93208,300,10,0,386,0,1,0,0,0),(48554,832,0,1,1,5327,0,-11112.2,614.904,37.2079,5.55874,300,10,0,417,0,1,0,0,0),(48555,832,0,1,1,5327,0,-11802.9,-1582.82,21.0033,1.6214,300,0,0,417,0,0,0,0,0),(48556,832,0,1,1,5327,0,-10361.6,1105.06,36.2555,1.00609,300,10,0,417,0,1,0,0,0),(48557,832,0,1,1,5327,0,-10853.3,1679.12,38.9748,1.79042,300,10,0,417,0,1,0,0,0),(48558,832,0,1,1,5327,0,-10373.7,1521.29,42.7719,2.83066,300,5,0,417,0,1,0,0,0),(48872,832,0,1,1,5327,0,-10982.2,1816.11,45.1287,0.060591,300,10,0,417,0,1,0,0,0),(48873,832,0,1,1,5327,0,-10786.8,1544.01,48.879,6.07564,300,10,0,417,0,1,0,0,0),(48874,832,0,1,1,5327,0,-9895.14,1621.36,37.5592,2.50863,300,10,0,417,0,1,0,0,0),(48875,1423,0,1,1,3258,1,-9779.24,815.569,25.9716,3.52556,300,0,0,1124,0,0,0,0,0),(48876,1670,0,1,1,3262,1,-10653.3,995.395,32.9575,1.6057,300,0,0,484,0,0,0,0,0),(48877,1669,0,1,1,4423,1,-10957.7,1495.12,50.608,3.26699,300,0,0,484,0,0,0,0,0),(48878,4305,0,1,1,4417,1,-11504.3,1748.64,2.13639,1.25664,300,0,0,713,0,0,0,0,0),(48879,491,0,1,1,3342,1,-10500.6,1021.59,60.6106,1.8326,300,0,0,484,0,0,0,0,0),(48880,843,0,1,1,3260,1,-10661.2,999.356,32.9575,0.628319,300,0,0,328,0,0,0,0,0),(48881,1668,0,1,1,3259,1,-10658.5,996.851,32.9575,0.872665,300,0,0,328,0,0,0,0,0),(48882,480,0,1,1,514,0,-9986,1130.33,43.5259,4.04127,300,5,0,176,0,1,0,0,0),(48883,36,0,1,1,367,0,-10978.3,1367.97,45.9808,3.39802,300,10,0,222,0,1,0,0,0),(48884,114,0,1,1,378,0,-10516.3,1686.63,40.373,3.91594,300,10,0,300,0,1,0,0,0),(48885,480,0,1,1,514,0,-9894.26,1017.14,33.131,5.42666,300,5,0,176,0,1,0,0,0),(48886,480,0,1,1,514,0,-9973.41,1080.33,41.8958,2.81627,300,5,0,176,0,1,0,0,0),(48887,834,0,1,1,643,0,-10017.8,1354.18,42.0099,1.56494,300,10,0,198,0,1,0,0,0),(48888,834,0,1,1,643,0,-9686.46,929.745,34.1962,1.74666,300,5,0,198,0,1,0,0,0),(48889,834,0,1,1,643,0,-9652.73,950.747,39.811,4.0703,300,10,0,198,0,1,0,0,0),(48890,833,0,1,1,161,0,-9877.62,1391.86,52.3526,1.54346,300,10,0,222,0,1,0,0,0),(48891,834,0,1,1,643,0,-9921.94,1055.62,40.3448,5.67918,300,5,0,198,0,1,0,0,0),(48892,833,0,1,1,161,0,-9745.65,1355.22,42.4935,0.396221,300,10,0,222,0,1,0,0,0),(48893,834,0,1,1,643,0,-9758.03,1358.16,41.8685,0.198803,300,10,0,198,0,1,0,0,0),(48894,834,0,1,1,643,0,-9742.64,971.802,30.1428,0.19242,300,5,0,198,0,1,0,0,0),(48895,199,0,1,1,410,0,-9836.84,1181.76,40.1257,0.047901,300,10,0,198,0,1,0,0,0),(49162,199,0,1,1,410,0,-9811.64,1084.39,28.9064,4.76923,300,10,0,198,0,1,0,0,0),(49618,199,0,1,1,410,0,-9976.25,1283.29,44.1212,4.98523,300,5,0,198,0,1,0,0,0),(51321,199,0,1,1,410,0,-9973.92,1049.38,38.8119,3.20023,300,5,0,198,0,1,0,0,0),(51555,199,0,1,1,410,0,-9723.31,957.742,33.3346,4.76123,300,5,0,198,0,1,0,0,0),(51556,199,0,1,1,410,0,-9868.77,1454.1,67.5757,4.13847,300,5,0,198,0,1,0,0,0),(51558,199,0,1,1,410,0,-9825.13,1343.07,44.7054,3.12707,300,5,0,198,0,1,0,0,0),(51559,199,0,1,1,410,0,-10048.1,1322.72,44.4317,1.55101,300,5,0,198,0,1,0,0,0),(51560,454,0,1,1,8871,0,-9948.76,1275.52,41.1345,5.37519,300,5,0,247,0,1,0,0,0),(51561,454,0,1,1,8871,0,-10023.5,1121.26,42.1292,2.07862,300,10,0,247,0,1,0,0,0),(51562,454,0,1,1,8871,0,-9809.49,1182.88,40.7303,3.33261,300,10,0,247,0,1,0,0,0),(51563,454,0,1,1,8871,0,-9856.14,1082.18,33.3851,1.24939,300,10,0,247,0,1,0,0,0),(51648,454,0,1,1,8871,0,-9851.22,1385.07,51.5061,4.49533,300,10,0,247,0,1,0,0,0),(51826,454,0,1,1,8871,0,-9846.52,1311.93,44.5084,5.51988,300,5,0,247,0,1,0,0,0),(52055,454,0,1,1,8871,0,-9884.56,1053.4,34.3306,1.40688,300,5,0,247,0,1,0,0,0),(52117,454,0,1,1,8871,0,-9688.97,974.015,37.1433,4.92305,300,10,0,247,0,1,0,0,0),(52118,454,0,1,1,8871,0,-9718.81,956.568,33.7667,5.80119,300,5,0,247,0,1,0,0,0),(52120,454,0,1,1,8871,0,-9775.63,1024.41,32.5054,0.803182,300,10,0,247,0,1,0,0,0),(52547,834,0,1,1,643,0,-10325.6,876.92,40.066,4.31439,300,5,0,198,0,1,0,0,0),(52548,834,0,1,1,643,0,-10110.6,939.295,33.7459,5.28008,300,10,0,198,0,1,0,0,0),(52549,834,0,1,1,643,0,-10279.2,910.686,36.9784,3.18486,300,10,0,198,0,1,0,0,0),(52550,833,0,1,1,161,0,-9946.2,852.274,32.082,1.10821,300,10,0,222,0,1,0,0,0),(52551,834,0,1,1,643,0,-10014.1,862.448,33.1132,0.832489,300,5,0,198,0,1,0,0,0),(52552,833,0,1,1,161,0,-10379.8,837.39,39.0792,4.57726,300,10,0,222,0,1,0,0,0),(52553,834,0,1,1,643,0,-10387.9,822.711,34.6869,1.60988,300,10,0,198,0,1,0,0,0),(52554,834,0,1,1,643,0,-10055.5,957.597,37.0503,2.0388,300,10,0,198,0,1,0,0,0),(52555,834,0,1,1,643,0,-10079,856.851,34.2083,1.4626,300,5,0,198,0,1,0,0,0),(52556,834,0,1,1,643,0,-9923.83,959.985,35.8598,1.84221,300,5,0,198,0,1,0,0,0),(52557,199,0,1,1,410,0,-10154.2,922.038,37.8582,5.44942,300,10,0,198,0,1,0,0,0),(52558,199,0,1,1,410,0,-10328.6,915.115,40.6276,4.36694,300,5,0,198,0,1,0,0,0),(52559,199,0,1,1,410,0,-10337.2,871.422,41.0713,5.47293,300,5,0,198,0,1,0,0,0),(52560,199,0,1,1,410,0,-10052.6,884.181,34.4039,4.8004,300,10,0,198,0,1,0,0,0),(52561,199,0,1,1,410,0,-10084.4,881.558,34.0505,0.600729,300,10,0,198,0,1,0,0,0),(52562,199,0,1,1,410,0,-10224,852.177,38.3078,4.57326,300,10,0,198,0,1,0,0,0),(52563,199,0,1,1,410,0,-10049.5,817.679,33.4157,2.43018,300,10,0,198,0,1,0,0,0),(52564,199,0,1,1,410,0,-9964.89,912.581,39.8513,3.27176,300,5,0,198,0,1,0,0,0),(52565,454,0,1,1,8871,0,-10183.2,916.852,38.4371,0.00462,300,10,0,247,0,1,0,0,0),(52566,454,0,1,1,8871,0,-10291.9,805.747,51.7576,5.82861,300,5,0,247,0,1,0,0,0),(52567,454,0,1,1,8871,0,-10049.6,849.514,33.7985,1.71974,300,5,0,247,0,1,0,0,0),(52568,454,0,1,1,8871,0,-10100.1,895.816,35.8331,2.24828,300,10,0,247,0,1,0,0,0),(52569,454,0,1,1,8871,0,-9950.22,814.661,31.8721,0.202251,300,10,0,247,0,1,0,0,0),(52570,454,0,1,1,8871,0,-10250.6,875.627,37.8229,0.058641,300,10,0,247,0,1,0,0,0),(52571,454,0,1,1,8871,0,-10153.7,907.713,39.3463,4.22915,300,10,0,247,0,1,0,0,0),(52572,834,0,1,1,643,0,-10349.6,1090.5,37.2508,2.87531,300,10,0,198,0,1,0,0,0),(52573,834,0,1,1,643,0,-10216.5,1565.8,45.1973,1.40404,300,5,0,198,0,1,0,0,0),(52574,834,0,1,1,643,0,-10291.9,1150.99,39.7536,4.75854,300,10,0,198,0,1,0,0,0),(52575,834,0,1,1,643,0,-10080.7,1240.87,38.4358,4.60874,300,10,0,198,0,1,0,0,0),(52576,834,0,1,1,643,0,-10046.1,1106.56,40.5197,5.19995,300,10,0,198,0,1,0,0,0),(52577,834,0,1,1,643,0,-10126.6,1398.59,40.1143,4.20681,300,5,0,198,0,1,0,0,0),(52578,199,0,1,1,410,0,-10236.7,1304.16,39.5538,4.7886,300,10,0,198,0,1,0,0,0),(52579,199,0,1,1,410,0,-10046.1,1201.38,40.6739,4.61855,300,10,0,198,0,1,0,0,0),(52580,199,0,1,1,410,0,-10232.9,1170.96,34.7181,0.454037,300,10,0,198,0,1,0,0,0),(52581,199,0,1,1,410,0,-10077.1,1406.89,43.9664,1.34775,300,5,0,198,0,1,0,0,0),(52582,199,0,1,1,410,0,-10268.8,1287.45,40.0604,0.562734,300,10,0,198,0,1,0,0,0),(52583,199,0,1,1,410,0,-10385.4,1218.91,44.382,5.96236,300,5,0,198,0,1,0,0,0),(52588,454,0,1,1,8871,0,-10354.6,1130.82,35.5919,1.88637,300,10,0,247,0,1,0,0,0),(52589,454,0,1,1,8871,0,-10315.1,1019.2,41.0904,2.00677,300,5,0,247,0,1,0,0,0),(52590,454,0,1,1,8871,0,-10384.7,1120.4,37.9755,5.43352,300,10,0,247,0,1,0,0,0),(52591,454,0,1,1,8871,0,-10110.6,1465.42,41.9599,0.972077,300,5,0,247,0,1,0,0,0),(52592,454,0,1,1,8871,0,-10330.1,1172.23,39.0594,3.66961,300,10,0,247,0,1,0,0,0),(52593,454,0,1,1,8871,0,-10391.3,1048.83,36.9131,1.5241,300,5,0,247,0,1,0,0,0),(52594,1109,0,1,1,2305,0,-10988.2,1600.1,45.6427,5.37523,300,5,0,273,0,1,0,0,0),(52595,1109,0,1,1,2305,0,-10958.9,1603.63,47.8132,1.78282,300,5,0,273,0,1,0,0,0),(52596,1109,0,1,1,2305,0,-10976.4,1610.5,46.0335,1.98,300,5,0,273,0,1,0,0,0),(52597,590,0,1,1,2340,1,-11048.5,1406.83,44.8628,4.51084,300,10,0,273,0,1,0,0,0),(52811,590,0,1,1,2340,1,-11059.4,1406.41,46.4878,0.731283,300,10,0,273,0,1,0,0,0),(52851,590,0,1,1,2340,1,-11042,1424.21,44.4411,0.593412,300,0,0,273,0,0,0,0,0),(52881,589,0,1,1,2339,1,-11041.4,1427.7,44.4443,6.16101,300,0,0,263,710,0,0,0,0),(53858,590,0,1,1,2340,1,-11015.7,1475.3,43.8808,4.29351,300,0,0,273,0,0,0,0,0),(53859,590,0,1,1,2341,1,-10980,1463.59,43.385,5.8294,300,0,0,273,0,0,0,0,0),(53860,589,0,1,1,2339,1,-10971.5,1461.66,43.4908,2.89725,300,0,0,263,710,0,0,0,0),(53861,589,0,1,1,2338,1,-11001.2,1466.05,43.2363,3.56047,300,0,0,263,710,0,0,0,0),(53862,589,0,1,1,2338,1,-11003.8,1447.38,43.6113,5.06677,300,5,0,263,710,1,0,0,0),(53957,590,0,1,1,2340,1,-10973.7,1442.25,45.3329,3.44821,300,10,0,273,0,1,0,0,0),(53958,590,0,1,1,2341,1,-10980.8,1483.29,43.285,2.49582,300,0,0,273,0,0,0,0,0),(53959,589,0,1,1,2338,1,-10989.1,1490.65,43.837,4.72984,300,0,0,263,710,0,0,0,0),(53960,590,0,1,1,2340,1,-10976,1488.09,43.8335,3.26377,300,0,0,273,0,0,0,0,0),(53961,590,0,1,1,2340,1,-10960.8,1494.93,36.665,6.03884,300,0,0,273,0,0,0,0,0),(53962,589,0,1,1,2338,1,-10949.5,1485.77,36.6659,2.11185,300,0,0,263,710,0,0,0,0),(54037,590,0,1,1,2340,1,-10988.2,1496.67,50.6914,4.41568,300,0,0,273,0,0,0,0,0),(54045,589,0,1,1,2339,1,-10992.4,1491.23,50.6914,0.261799,300,0,0,263,710,0,0,0,0),(54046,590,0,1,1,2340,1,-10988.4,1479.16,50.6914,2.93215,300,0,0,273,0,0,0,0,0),(54047,589,0,1,1,2339,1,-10995,1480.09,50.6914,0.139626,300,0,0,263,710,0,0,0,0),(54048,590,0,1,1,2340,1,-11020.7,1542.33,44.3337,2.63545,300,0,0,273,0,0,0,0,0),(54051,589,0,1,1,2338,1,-11023.1,1547.48,44.4936,4.57276,300,0,0,263,710,0,0,0,0),(54078,590,0,1,1,2340,1,-11045.5,1538.39,43.5363,4.18879,300,0,0,273,0,0,0,0,0),(54110,589,0,1,1,2339,1,-11023.6,1500.94,43.285,4.27606,300,0,0,263,710,0,0,0,0),(54111,589,0,1,1,2339,1,-11052.1,1495.5,44.3616,0.942478,300,0,0,263,710,0,0,0,0),(54124,589,0,1,1,2339,1,-11052.4,1511.68,43.1816,1.57669,300,5,0,263,710,1,0,0,0),(54436,590,0,1,1,2341,1,-11029.5,1563.98,45.0767,1.19866,300,5,0,273,0,1,0,0,0),(54437,590,0,1,1,2341,1,-11024.7,1548.45,49.1068,5.11381,300,0,0,273,0,0,0,0,0),(54438,589,0,1,1,2338,1,-11021.7,1552.02,49.1041,4.36332,300,0,0,263,710,0,0,0,0),(54439,589,0,1,1,2339,1,-11020.9,1537.18,49.0095,4.14119,300,0,0,263,710,0,0,0,0),(54440,122,0,1,1,2342,1,-11226.8,1393.29,89.1562,3.10513,300,5,0,386,0,1,0,0,0),(54441,122,0,1,1,2343,1,-11156.1,1191.27,75.4143,1.15192,300,0,0,386,0,0,0,0,0),(54442,122,0,1,1,2342,1,-11121,1177.36,62.4712,6.01474,300,5,0,386,0,1,0,0,0),(54596,122,0,1,1,2343,1,-11100.4,1194.48,59.2212,0.707664,300,5,0,386,0,1,0,0,0),(54598,122,0,1,1,2342,1,-11229.9,1173.59,89.6933,0.337154,300,5,0,386,0,1,0,0,0),(54599,122,0,1,1,2343,1,-11242.7,1152.28,89.3165,1.36136,300,0,0,386,0,0,0,0,0),(54600,122,0,1,1,2343,1,-11237.4,1159.95,89.2145,3.83972,300,0,0,386,0,0,0,0,0),(54601,122,0,1,1,2342,1,-11245.7,1157.22,89.2269,0,300,0,0,386,0,0,0,0,0),(54604,449,0,1,1,2344,0,-11241.5,1282.92,89.6235,1.11701,300,0,0,356,0,0,0,0,0),(54605,449,0,1,1,2344,0,-11240.8,1292.41,90.1562,5.21365,300,5,0,356,0,1,0,0,0),(54606,122,0,1,1,2342,1,-11155,1237.28,79.8552,2.88377,300,5,0,386,0,1,0,0,0),(54607,449,0,1,1,2344,0,-11224.2,1210.91,89.2226,4.27719,300,5,0,356,0,1,0,0,0),(54685,122,0,1,1,2343,1,-11186.8,1289.19,88.7771,2.51536,300,5,0,386,0,1,0,0,0),(54686,122,0,1,1,2342,1,-11292.4,1374.8,95.8735,0.296706,300,0,0,386,0,0,0,0,0),(54689,449,0,1,1,2345,0,-11300.1,1384.48,95.5298,1.0472,300,0,0,356,0,0,0,0,0),(54690,121,0,1,1,2337,1,-11204.4,1289.99,91.8471,0,300,10,0,356,0,1,0,0,0),(56314,121,0,1,1,2337,1,-11114.6,1170.27,59.8462,3.74392,300,5,0,356,0,1,0,0,0),(56317,121,0,1,1,2336,1,-11154.3,1224.8,78.8006,0,300,0,0,356,0,0,0,0,0),(57019,122,0,1,1,2342,1,-11260.5,1501.06,82.7884,4.216,300,5,0,386,0,1,0,0,0),(59384,121,0,1,1,2336,1,-11230.5,1253.95,89.2896,0,300,0,0,356,0,0,0,0,0),(59385,122,0,1,1,2342,1,-11250.6,1651,50.5303,0.588815,300,5,0,386,0,1,0,0,0),(61984,122,0,1,1,2343,1,-11279,1544.79,74.2196,0.028735,300,10,0,386,0,1,0,0,0),(62085,121,0,1,1,2336,1,-11248.1,1400.41,89.609,0,300,0,0,356,0,0,0,0,0),(62086,122,0,1,1,2342,1,-11254.2,1581.25,66.2747,3.48607,300,5,0,386,0,1,0,0,0),(62836,237,0,1,1,1944,1,-9851.68,918.296,30.5143,4.64258,300,0,0,484,0,0,0,0,0),(62837,235,0,1,1,1691,1,-10112.1,1042.1,37.5542,2.42601,300,0,0,484,0,0,0,0,0),(62838,233,0,1,1,1943,1,-10128.7,1055.21,36.4333,2.44346,300,0,0,484,0,0,0,0,0),(62839,238,0,1,1,1692,0,-9853.05,919.542,30.4614,4.7822,300,0,0,484,0,0,0,0,0),(62840,239,0,1,1,3265,1,-11272.6,1455.03,89.6325,5.37561,300,0,0,484,0,0,0,0,0),(66972,820,0,1,1,2374,1,-10504.8,1033.25,95.7958,4.43314,300,0,0,1003,0,0,0,0,0),(66973,878,0,1,1,2373,1,-10636.3,1127.26,33.8767,5.91667,300,0,0,1003,0,0,0,0,0),(66974,821,0,1,1,2372,1,-10511.2,1041.84,60.7013,1.50098,300,0,0,1221,0,0,0,0,0),(66975,234,0,1,1,1690,1,-10508.8,1045.23,60.7013,1.95477,600,0,0,2440,0,0,0,0,0),(66976,10045,0,1,1,9265,0,-10638.3,1163.87,33.5578,5.51524,300,0,0,1003,0,0,0,0,0),(66977,8934,0,1,1,8186,0,-10632.6,1188.78,35.3057,3.33358,300,0,0,1003,0,0,0,0,0),(66978,8931,0,1,1,8185,0,-10653.4,1166.52,34.4647,5.74519,300,0,0,1003,0,0,0,0,0),(66979,6182,0,1,1,4894,1,-11482.3,1557.41,48.7058,4.28651,300,0,0,484,0,2,0,0,0),(66980,834,0,1,1,643,0,-10047.2,1586.38,43.5193,0.276073,300,10,0,198,0,1,0,0,0),(66981,834,0,1,1,643,0,-10007.5,1741.95,34.123,3.48961,300,10,0,198,0,1,0,0,0),(66982,834,0,1,1,643,0,-10083.9,1619.16,42.2527,1.79943,300,5,0,198,0,1,0,0,0),(66983,834,0,1,1,643,0,-9886.34,1632.12,36.3031,5.62797,300,10,0,198,0,1,0,0,0),(66984,834,0,1,1,643,0,-10033,1726.21,37.538,2.19184,300,10,0,198,0,1,0,0,0),(66985,834,0,1,1,643,0,-9955.25,1679.98,33.9662,4.92894,300,10,0,198,0,1,0,0,0),(66986,833,0,1,1,161,0,-10022.9,1556.61,44.9144,2.5923,300,5,0,222,0,1,0,0,0),(66987,833,0,1,1,161,0,-10019,1625.89,45.3409,1.4965,300,5,0,222,0,1,0,0,0),(66988,7052,0,1,1,5811,1,-11152.3,552.681,55.8918,4.20945,300,0,0,617,0,2,0,0,0),(66989,7050,0,1,1,5812,1,-11065.3,505.894,23.0502,2.43091,300,0,0,573,0,0,0,0,0),(66990,7050,0,1,1,5812,1,-11064.2,505.057,22.6275,2.41344,300,0,0,573,0,0,0,0,0),(66991,7052,0,1,1,5811,1,-11149.7,554.126,55.8372,0.515589,300,0,0,617,0,2,0,0,0),(66992,7067,0,1,1,5832,1,-11102.7,542.765,33.5222,4.66351,300,5,0,573,0,1,0,0,0),(66993,7067,0,1,1,5832,1,-11101.8,546.144,33.5665,4.6753,300,5,0,573,0,1,0,0,0),(66994,7056,0,1,1,5807,1,-11155.1,537.708,61.6125,6.08912,300,0,0,664,0,2,0,0,0),(66995,7056,0,1,1,5806,1,-11141.5,527.507,61.6513,5.98733,300,0,0,664,0,0,0,0,0),(66996,7053,0,1,1,5805,1,-11133.4,550.86,70.3957,2.27306,300,0,0,605,0,0,0,0,0),(66997,513,0,1,1,1994,1,-9789.81,1816.33,7.88402,0,300,3,0,300,0,1,0,0,0),(67002,513,0,1,1,1994,1,-9790.02,1836.2,-2.06848,2.6375,300,5,0,300,0,1,0,0,0),(68754,456,0,1,1,486,1,-9800.66,1822.51,4.03045,3.7869,300,5,0,276,295,1,0,0,0),(68755,513,0,1,1,1994,1,-9788.99,1823.17,-8.06371,0.632272,300,0,0,300,0,0,0,0,0),(68756,456,0,1,1,486,1,-9770.04,1818.43,-4.82148,4.45059,300,0,0,276,295,0,0,0,0),(68757,513,0,1,1,1994,1,-9770.69,1807.24,1.94291,1.81514,300,0,0,300,0,0,0,0,0),(69492,456,0,1,1,486,1,-9776.22,1828.67,0.233093,4.64258,300,0,0,276,295,0,0,0,0),(81708,513,0,1,1,1994,1,-9818.31,1842.65,1.81078,0,300,3,0,300,0,1,0,0,0),(81709,456,0,1,1,486,1,-9776.35,1812.31,10.7871,4.69768,300,3,0,276,295,1,0,0,0),(81710,833,0,1,1,161,0,-9821.91,1577.27,38.3083,2.9189,300,10,0,222,0,1,0,0,0),(81711,834,0,1,1,643,0,-9842.71,1559.68,43.6983,3.03449,300,10,0,198,0,1,0,0,0),(81744,833,0,1,1,161,0,-10012,1577.74,43.0575,5.18603,300,10,0,222,0,1,0,0,0),(84018,834,0,1,1,643,0,-10015.8,1574.58,43.8843,4.68896,300,10,0,198,0,1,0,0,0),(84019,833,0,1,1,161,0,-10095.7,1760.02,35.7319,2.97099,300,10,0,222,0,1,0,0,0),(84020,834,0,1,1,643,0,-10074.1,1757.77,37.4793,5.05916,300,10,0,198,0,1,0,0,0),(84021,199,0,1,1,410,0,-9838.69,1491.27,46.3646,3.99889,300,5,0,198,0,1,0,0,0),(84022,199,0,1,1,410,0,-9864.85,1680.95,38.4324,1.10882,300,5,0,198,0,1,0,0,0),(84023,1109,0,1,1,2305,0,-10206,1679.12,34.1769,4.25093,300,5,0,273,0,1,0,0,0),(84024,1109,0,1,1,2305,0,-9984.24,1649.61,38.8085,4.18235,300,10,0,273,0,1,0,0,0),(84025,199,0,1,1,410,0,-10149.4,1683.88,38.235,5.45499,300,5,0,198,0,1,0,0,0),(84026,1109,0,1,1,2305,0,-9960.74,1621.87,40.0652,0.013671,300,10,0,273,0,1,0,0,0),(84078,199,0,1,1,410,0,-9986.13,1513.89,50.3167,3.91594,300,5,0,198,0,1,0,0,0),(84081,454,0,1,1,8871,0,-10058.7,1519.88,46.9411,2.62116,300,5,0,247,0,1,0,0,0),(84263,454,0,1,1,8871,0,-9952.6,1540.52,45.0792,0.83101,300,10,0,247,0,1,0,0,0),(84278,454,0,1,1,8871,0,-10188,1637.21,43.1175,1.71186,300,5,0,247,0,1,0,0,0),(84327,454,0,1,1,8871,0,-10101.2,1583.87,42.693,0.337505,300,5,0,247,0,1,0,0,0),(84363,157,0,1,1,3027,0,-10123.3,1835.87,37.5725,4.88508,300,10,0,300,0,1,0,0,0),(84595,454,0,1,1,8871,0,-10115.9,1709.38,33.7452,4.91687,300,5,0,247,0,1,0,0,0),(84596,454,0,1,1,8871,0,-10005.3,1694.73,36.131,1.8397,300,10,0,247,0,1,0,0,0),(84612,157,0,1,1,3027,0,-10050.2,1647.15,40.9424,4.55157,300,10,0,300,0,1,0,0,0),(84637,833,0,1,1,161,0,-10291,1949.16,36.9406,6.15786,300,10,0,222,0,1,0,0,0),(84640,834,0,1,1,643,0,-10316.6,1938.28,35.3574,4.58733,300,10,0,198,0,1,0,0,0),(84641,833,0,1,1,161,0,-10106.3,1860.35,35.9594,6.12969,300,10,0,222,0,1,0,0,0),(84642,833,0,1,1,161,0,-10250.9,1737.43,37.1281,1.29196,300,10,0,222,0,1,0,0,0),(84834,833,0,1,1,161,0,-10183.9,1756.71,35.4559,4.83372,300,5,0,222,0,1,0,0,0),(85882,833,0,1,1,161,0,-10312.6,1792.61,35.9927,5.60842,300,5,0,222,0,1,0,0,0),(86042,833,0,1,1,161,0,-10137.9,1852.07,37.8068,4.33224,300,10,0,222,0,1,0,0,0),(86140,833,0,1,1,161,0,-10337.2,1876.12,37.662,3.36428,300,10,0,222,0,1,0,0,0),(86141,833,0,1,1,161,0,-10249.4,1950.36,36.6119,1.89471,300,10,0,222,0,1,0,0,0),(86142,1109,0,1,1,2305,0,-10293.3,1969.12,35.0587,1.71974,300,10,0,273,0,1,0,0,0),(86143,1109,0,1,1,2305,0,-10287.6,1750.95,35.598,3.07199,300,10,0,273,0,1,0,0,0),(86144,1109,0,1,1,2305,0,-10259.5,1858.67,36.5242,5.28105,300,10,0,273,0,1,0,0,0),(86145,1109,0,1,1,2305,0,-10083.3,1644.91,44.5045,5.13101,300,5,0,273,0,1,0,0,0),(86146,1109,0,1,1,2305,0,-10361.4,1774.84,35.8187,5.04464,300,5,0,273,0,1,0,0,0),(86147,157,0,1,1,3027,0,-10357.1,1692.54,36.419,5.36761,300,5,0,300,0,1,0,0,0),(86148,454,0,1,1,8871,0,-10211.8,1815.94,38.1194,1.45141,300,10,0,247,0,1,0,0,0),(86150,157,0,1,1,3027,0,-10174.2,1575.4,45.3646,2.68056,300,5,0,300,0,1,0,0,0),(86151,454,0,1,1,8871,0,-10215.7,1750.9,35.8143,1.39919,300,5,0,247,0,1,0,0,0),(86197,157,0,1,1,3027,0,-10254.5,1778.81,36.4493,4.12603,300,10,0,300,0,1,0,0,0),(86226,454,0,1,1,8871,0,-10204,1842.7,36.4561,3.43398,300,10,0,247,0,1,0,0,0),(86383,157,0,1,1,3027,0,-10283.5,1839.51,39.1168,1.57641,300,10,0,300,0,1,0,0,0),(86384,620,0,1,1,304,0,-9897.53,1311.06,42.2721,2.52486,300,5,0,1,0,1,0,0,0),(86385,620,0,1,1,304,0,-10119.9,1069.4,36.5335,0.124861,300,5,0,1,0,1,0,0,0),(86390,620,0,1,1,304,0,-10145.4,1059.4,36.4085,3.94727,300,5,0,1,0,1,0,0,0),(86391,620,0,1,1,304,0,-10128.8,1206.65,35.6332,5.28986,300,5,0,1,0,1,0,0,0),(86392,620,0,1,1,304,0,-10731.8,1678.61,45.4163,3.35598,300,10,0,1,0,1,0,0,0),(86395,620,0,1,1,304,0,-10729.9,1657.28,44.3767,4.40374,300,5,0,1,0,1,0,0,0),(86467,620,0,1,1,304,0,-11023.7,1429.76,43.6226,3.60857,300,10,0,1,0,1,0,0,0),(86480,392,0,1,1,1279,0,-11407.1,1966.15,10.5123,3.14159,300,0,0,1003,0,0,0,0,0),(86491,391,0,1,1,5243,1,-11360.7,1826.72,7.58232,3.97765,300,0,0,581,0,2,0,0,0),(86613,481,0,1,1,2335,1,-9847.35,1053.16,33.5892,6.22413,300,0,0,198,0,0,0,0,0),(86614,117,0,1,1,175,1,-9708.85,991.146,35.455,2.58023,300,10,0,222,0,1,0,0,0),(86615,117,0,1,1,175,1,-9697.01,1045.47,35.5871,4.5204,300,0,0,222,0,0,0,0,0),(86616,500,0,1,1,374,1,-9693.65,1039.18,36.5322,2.68781,300,0,0,247,0,0,0,0,0),(86617,117,0,1,1,175,1,-9702.18,1037.13,36.3156,0.750492,300,0,0,222,0,0,0,0,0),(86618,117,0,1,1,175,1,-9702.44,1024.31,37.4612,2.01768,300,10,0,222,0,1,0,0,0),(86619,117,0,1,1,175,1,-9712.12,1046.45,35.5443,3.66519,300,0,0,222,0,0,0,0,0),(86620,500,0,1,1,374,1,-9717.01,1046.13,35.5496,5.98648,300,0,0,247,0,0,0,0,0),(86621,117,0,1,1,175,1,-9714.64,1039.9,36.0748,1.50098,300,0,0,222,0,0,0,0,0),(86622,117,0,1,1,175,1,-9728.1,1184.99,42.8952,1.76744,300,5,0,222,0,1,0,0,0),(86623,117,0,1,1,175,1,-9752.58,1198.58,41.1622,1.50098,300,0,0,222,0,0,0,0,0),(86624,500,0,1,1,374,1,-9754.68,1191.72,41.163,5.88176,300,0,0,247,0,0,0,0,0),(86657,500,0,1,1,374,1,-9746.86,1189.25,41.1622,3.71755,300,0,0,247,0,0,0,0,0),(86658,117,0,1,1,175,1,-9745.11,1192.77,41.1622,3.14159,300,0,0,222,0,0,0,0,0),(86659,117,0,1,1,175,1,-9729.14,1191.11,42.4429,4.01128,300,5,0,222,0,1,0,0,0),(86660,117,0,1,1,175,1,-9725.44,1450.94,45.0245,4.60767,300,0,0,222,0,0,0,0,0),(86661,500,0,1,1,374,1,-9727.61,1443.45,45.0189,5.88176,300,0,0,247,0,0,0,0,0),(86662,500,0,1,1,374,1,-9719.46,1440.99,45.0733,2.60054,300,0,0,247,0,0,0,0,0),(86781,117,0,1,1,175,1,-9717.8,1445,45.0707,3.22886,300,0,0,222,0,0,0,0,0),(86782,117,0,1,1,175,1,-9778.9,1454.55,43.9253,1.3021,300,5,0,222,0,1,0,0,0),(86783,500,0,1,1,374,1,-9786.71,1481.27,44.4093,3.96594,300,5,0,247,0,1,0,0,0),(86784,117,0,1,1,175,1,-9746.34,1456.44,43.6676,2.89254,300,5,0,222,0,1,0,0,0),(86785,500,0,1,1,374,1,-9730.34,1451.46,44.7221,1.97851,300,5,0,247,0,1,0,0,0),(86786,500,0,1,1,374,1,-9752.63,1392.23,43.7283,1.73152,300,10,0,247,0,1,0,0,0),(86787,117,0,1,1,175,1,-9734.74,1442.46,44.5614,1.54734,300,5,0,222,0,1,0,0,0),(86788,500,0,1,1,374,1,-9913.61,1541.23,42.8939,2.62696,300,10,0,247,0,1,0,0,0),(86789,117,0,1,1,175,1,-9882.65,1581.65,44.0934,4.25646,300,10,0,222,0,1,0,0,0),(86790,117,0,1,1,175,1,-9878.79,1549.26,44.2709,2.49582,300,0,0,222,0,0,0,0,0),(86791,500,0,1,1,374,1,-9882.69,1555,44.0723,3.92699,300,0,0,247,0,0,0,0,0),(86792,1065,0,1,1,204,1,-9885.01,1558.94,44.0372,4.81711,300,0,0,230,249,0,0,0,0),(86793,500,0,1,1,374,1,-9887.56,1548.39,44.3756,0.925025,300,0,0,247,0,0,0,0,0),(87024,500,0,1,1,374,1,-9877.14,1553.13,44.4818,2.96706,300,0,0,247,0,0,0,0,0),(87025,117,0,1,1,175,1,-9914.18,1587.79,42.2181,2.75372,300,10,0,222,0,1,0,0,0),(87026,123,0,1,1,383,1,-9999.85,1823.85,37.64,4.57992,300,5,0,300,0,1,0,0,0),(87027,123,0,1,1,383,1,-10085.4,1868.63,36.1966,3.18704,300,5,0,300,0,1,0,0,0),(87028,123,0,1,1,383,1,-10024.6,1812.34,37.8161,1.62316,300,0,0,300,0,0,0,0,0),(87029,123,0,1,1,383,1,-10020.6,1815.65,37.8547,3.49066,300,0,0,300,0,0,0,0,0),(87030,123,0,1,1,383,1,-10027.2,1821.16,37.8078,5.89921,300,0,0,300,0,0,0,0,0),(87031,123,0,1,1,383,1,-10036,1816.85,37.344,2.37829,300,5,0,300,0,1,0,0,0),(87032,123,0,1,1,383,1,-10016,1828.7,37.6354,2.94769,300,5,0,300,0,1,0,0,0),(87033,123,0,1,1,383,1,-10195.7,1704.38,34.2766,2.87765,300,0,0,300,0,0,0,0,0),(87034,123,0,1,1,383,1,-10141.6,1775.06,34.4807,0.30238,300,5,0,300,0,1,0,0,0),(87035,123,0,1,1,383,1,-10137.2,1735.44,32.0995,3.50811,300,0,0,300,0,0,0,0,0),(87036,500,0,1,1,374,1,-10139.7,1740.45,31.7987,4.18879,300,0,0,247,0,0,0,0,0),(87037,500,0,1,1,374,1,-10144.2,1735.28,32.0098,4.79965,300,0,0,247,0,0,0,0,0),(87083,123,0,1,1,383,1,-10149.9,1734.81,32.108,5.95157,300,0,0,300,0,0,0,0,0),(87084,123,0,1,1,383,1,-10140.7,1647.29,37.8315,3.31613,300,0,0,300,0,0,0,0,0),(87085,500,0,1,1,374,1,-10145.6,1652.06,38.214,1.23918,300,0,0,247,0,0,0,0,0),(88748,500,0,1,1,374,1,-10174.4,1610.72,44.8507,2.84194,300,5,0,247,0,1,0,0,0),(88749,500,0,1,1,374,1,-10059.5,1717.35,37.8225,0.002869,300,10,0,247,0,1,0,0,0),(88750,123,0,1,1,383,1,-10066.1,1681.58,34.683,5.42797,300,0,0,300,0,0,0,0,0),(88751,500,0,1,1,374,1,-10060.7,1683.25,34.719,4.66003,300,0,0,247,0,0,0,0,0),(88910,454,0,1,1,8871,0,-9942.86,1219.5,42.6485,5.44803,300,10,0,247,0,1,0,0,0),(89436,454,0,1,1,8871,0,-9878.81,1192.85,41.2376,2.45716,300,10,0,247,0,1,0,0,0),(89443,454,0,1,1,8871,0,-9872.46,1225.01,41.6656,1.27099,300,5,0,247,0,1,0,0,0),(89444,502,0,1,1,4422,1,-9843.2,1285.32,41.9,2.93215,300,0,0,328,0,0,0,0,0),(89445,504,0,1,1,2332,1,-9875.14,1308.65,43.1871,2.40855,300,0,0,247,0,0,0,0,0),(89446,504,0,1,1,2331,1,-9848.13,1325.39,43.3237,1.45052,300,5,0,247,0,1,0,0,0),(89447,95,0,1,1,4418,1,-9873.43,1324.17,43.2108,4.57276,300,0,0,222,0,0,0,0,0),(89448,95,0,1,1,4419,1,-9863.31,1321.89,43.2868,3.92699,300,0,0,222,0,0,0,0,0),(89449,504,0,1,1,2332,1,-9886.71,1311.43,42.4926,3.97935,300,0,0,247,0,0,0,0,0),(89450,504,0,1,1,2331,1,-9882.46,1307.67,42.5123,3.61283,300,0,0,247,0,0,0,0,0),(89451,504,0,1,1,2331,1,-10168.3,1906.93,35.1377,5.76076,300,5,0,247,0,1,0,0,0),(89452,504,0,1,1,2331,1,-10189.1,1917.47,37.52,6.03884,300,0,0,247,0,0,0,0,0),(89453,504,0,1,1,2332,1,-10186.8,1920.14,37.4566,1.11701,300,0,0,247,0,0,0,0,0),(89454,504,0,1,1,2332,1,-10184.5,1920.47,37.3642,2.14675,300,0,0,247,0,0,0,0,0),(89455,504,0,1,1,2331,1,-10159.4,1920.36,35.2296,0.243558,300,5,0,247,0,1,0,0,0),(89456,504,0,1,1,2331,1,-10172.2,1934.17,37.3743,2.71352,300,5,0,247,0,1,0,0,0),(89457,504,0,1,1,2331,1,-10190.7,1895.74,35.9227,2.1912,300,0,0,247,0,0,0,0,0),(89458,126,0,1,1,983,1,-9584.96,1479.4,-1.20599,4.55879,300,5,0,247,0,1,0,0,0),(89459,126,0,1,1,983,1,-9590.79,1445.04,2.42173,6.04542,300,5,0,247,0,1,0,0,0),(89460,515,0,1,1,441,1,-9639.4,1190.66,7.14707,0.407779,300,10,0,222,0,1,0,0,0),(89461,126,0,1,1,983,1,-9659.42,1153.12,5.43155,0.942478,300,10,0,247,0,1,0,0,0),(89462,515,0,1,1,441,1,-9663.76,1162.71,6.64513,5.67232,300,0,0,222,0,0,0,0,0),(89463,456,0,1,1,486,1,-9672.34,1513.39,14.1054,1.44367,300,5,0,276,295,1,0,0,0),(89464,126,0,1,1,983,1,-9606.73,1156.97,1.7901,0.04429,300,10,0,247,0,1,0,0,0),(89465,456,0,1,1,486,1,-9667.69,1538.59,10.589,4.09138,300,10,0,276,295,1,0,0,0),(89466,126,0,1,1,983,1,-9623.52,1122.75,1.82536,0.06547,300,10,0,247,0,1,0,0,0),(89467,513,0,1,1,1994,1,-9780.57,1684.74,7.60068,5.81254,300,10,0,300,0,1,0,0,0),(89468,513,0,1,1,1994,1,-9768.37,1714.89,3.45522,3.26533,300,10,0,300,0,1,0,0,0),(89469,513,0,1,1,1994,1,-9759.5,1650.8,9.76584,0,300,10,0,300,0,1,0,0,0),(89470,456,0,1,1,486,1,-9733.4,1669.21,3.39156,2.96751,300,10,0,276,295,1,0,0,0),(89471,513,0,1,1,1994,1,-9755.74,1697.16,1.89156,5.2734,300,10,0,300,0,1,0,0,0),(89472,513,0,1,1,1994,1,-9777.88,1658.88,10.8996,4.15871,300,10,0,300,0,1,0,0,0),(89473,456,0,1,1,486,1,-9743.09,1656.23,7.69151,3.75443,300,10,0,276,295,1,0,0,0),(89474,513,0,1,1,1994,1,-9756.8,1675.25,6.26656,5.44003,300,10,0,300,0,1,0,0,0),(89475,513,0,1,1,1994,1,-9783.95,1708.12,8.11724,5.87923,300,10,0,300,0,1,0,0,0),(89476,171,0,1,1,1305,1,-10168.6,1992.49,11.0159,1.16288,300,10,0,328,0,1,0,0,0),(89477,171,0,1,1,1305,1,-10009.4,1905.04,6.49229,2.49088,300,5,0,328,0,1,0,0,0),(89478,171,0,1,1,1305,1,-10346.9,2088.33,-0.453275,1.5303,300,10,0,328,0,1,0,0,0),(89479,513,0,1,1,1994,1,-9913.16,1806.25,8.41198,4.09218,300,10,0,300,0,1,0,0,0),(89480,171,0,1,1,1305,1,-10311.9,2047.36,7.46994,4.91898,300,10,0,328,0,1,0,0,0),(89481,513,0,1,1,1994,1,-9926.85,1762.97,13.6785,2.50359,300,5,0,300,0,1,0,0,0),(89482,458,0,1,1,757,1,-10236.2,2006.92,12.7829,6.21337,300,0,0,356,0,0,0,0,0),(89483,171,0,1,1,1305,1,-10227.7,2008.73,12.6365,3.80482,300,0,0,328,0,0,0,0,0),(89484,171,0,1,1,1305,1,-10230,2002.24,12.1719,1.71042,300,0,0,328,0,0,0,0,0),(89485,171,0,1,1,1305,1,-10179.6,2021.87,5.75055,5.06145,300,0,0,328,0,0,0,0,0),(89486,171,0,1,1,1305,1,-10166.5,2021.28,8.30312,3.22886,300,0,0,328,0,0,0,0,0),(89487,171,0,1,1,1305,1,-10169.8,2024.2,7.6383,4.90438,300,0,0,328,0,0,0,0,0),(89488,513,0,1,1,1994,1,-9928.7,1807.57,9.71079,1.49786,300,10,0,300,0,1,0,0,0),(89489,458,0,1,1,757,1,-10039.4,1999.03,-6.70686,5.08187,300,10,0,356,0,1,0,0,0),(89490,171,0,1,1,1305,1,-10036.3,1988.82,-5.92553,0,300,10,0,328,0,1,0,0,0),(89491,458,0,1,1,757,1,-10034.2,2011.04,-8.92252,3.27273,300,10,0,356,0,1,0,0,0),(89492,171,0,1,1,1305,1,-10022,1952.12,-2.53806,3.63044,300,10,0,328,0,1,0,0,0),(89493,458,0,1,1,757,1,-10067.3,1954.65,4.22568,4.61916,300,10,0,356,0,1,0,0,0),(89494,171,0,1,1,1305,1,-10067.9,1988.08,-3.45053,4.03755,300,5,0,328,0,1,0,0,0),(89495,458,0,1,1,757,1,-10042.1,1959.59,-0.571766,1.12089,300,10,0,356,0,1,0,0,0),(89496,458,0,1,1,757,1,-9992.33,1957.59,-4.18619,2.89188,300,10,0,356,0,1,0,0,0),(89497,171,0,1,1,1305,1,-10044.9,2002.07,-6.44576,1.85252,300,10,0,328,0,1,0,0,0),(89498,154,0,1,1,1105,0,-10389.3,2068.9,6.80879,3.35814,300,5,0,356,0,1,0,0,0),(89499,154,0,1,1,1105,0,-10429.1,2086.53,5.15393,0.190696,300,10,0,356,0,1,0,0,0),(89500,154,0,1,1,1105,0,-10393.3,2092.19,1.81073,2.01752,300,5,0,356,0,1,0,0,0),(89501,517,0,1,1,1079,1,-11004.6,2046.43,10.9429,1.63759,300,10,0,350,390,1,0,0,0),(89502,127,0,1,1,1995,0,-11041,2021.3,11.2134,5.06834,300,5,0,377,408,1,0,0,0),(89503,517,0,1,1,1079,1,-10691.3,2072.81,6.17765,4.21772,300,10,0,350,390,1,0,0,0),(89504,517,0,1,1,1079,1,-10664.9,2074.58,7.22251,0,300,10,0,350,390,1,0,0,0),(89505,517,0,1,1,1079,1,-11340.9,1835.32,8.96161,3.19625,300,10,0,350,390,1,0,0,0),(89506,458,0,1,1,757,1,-10807.6,2086.28,7.45641,3.33431,300,5,0,356,0,1,0,0,0),(89507,517,0,1,1,1079,1,-11033.9,2047.56,9.52603,4.16563,300,10,0,350,390,1,0,0,0),(89508,517,0,1,1,1079,1,-11038.3,2079.93,1.87699,0.377924,300,5,0,350,390,1,0,0,0),(89509,458,0,1,1,757,1,-10719.7,2133.94,21.7865,3.94444,300,0,0,356,0,0,0,0,0),(89510,458,0,1,1,757,1,-10712.1,2133.02,21.8445,5.39307,300,0,0,356,0,0,0,0,0),(89511,517,0,1,1,1079,1,-10624.3,2057.91,12.6655,0.945001,300,10,0,350,390,1,0,0,0),(89512,517,0,1,1,1079,1,-11137,2102.61,-6.99985,2.53837,300,10,0,350,390,1,0,0,0),(89513,517,0,1,1,1079,1,-11104.8,2035.63,0.80971,1.06958,300,10,0,350,390,1,0,0,0),(89514,127,0,1,1,1995,0,-11107.2,2077.05,-2.15916,5.33135,300,10,0,377,408,1,0,0,0),(89515,127,0,1,1,1995,0,-11120.2,2110.28,-5.86168,3.31613,300,10,0,377,408,1,0,0,0),(89516,127,0,1,1,1995,0,-11139.3,2039.28,0.277747,4.6518,300,10,0,377,408,1,0,0,0),(89517,127,0,1,1,1995,0,-11123,2084.76,-6.8155,0.314159,300,0,0,377,408,0,0,0,0),(89518,517,0,1,1,1079,1,-11097.3,2067.77,1.10995,5.79449,300,0,0,350,390,0,0,0,0),(89519,517,0,1,1,1079,1,-11085.8,2106.8,-1.1961,5.84485,300,10,0,350,390,1,0,0,0),(89520,127,0,1,1,1995,0,-11072.9,2099.11,1.1694,5.79449,300,10,0,377,408,1,0,0,0),(89521,127,0,1,1,1995,0,-11144.9,2090.64,-7.18677,3.71755,300,10,0,377,408,1,0,0,0),(89522,523,0,1,1,3263,0,-10628.3,1037.27,34.1915,2.28638,600,0,0,10572,0,0,0,0,0),(89523,1109,0,1,1,2305,0,-10477.2,877.086,41.4187,2.44167,300,5,0,273,0,1,0,0,0),(89524,157,0,1,1,3027,0,-10448.9,871.968,39.9274,4.12564,300,5,0,300,0,1,0,0,0),(89525,1109,0,1,1,2305,0,-10418.1,892.858,44.469,5.1373,300,5,0,273,0,1,0,0,0),(89526,157,0,1,1,3027,0,-10512.2,884.859,40.1483,5.53019,300,5,0,300,0,1,0,0,0),(89527,157,0,1,1,3027,0,-10461.2,913.626,38.7056,2.80233,300,5,0,300,0,1,0,0,0),(89528,157,0,1,1,3027,0,-10392.1,925.329,42.4526,6.05899,300,5,0,300,0,1,0,0,0),(89529,157,0,1,1,3027,0,-10418.4,948.747,38.266,1.90924,300,5,0,300,0,1,0,0,0),(89530,1109,0,1,1,2305,0,-10489.1,923.33,37.9113,2.34998,300,5,0,273,0,1,0,0,0),(89531,490,0,1,1,2367,1,-10524.7,1058.13,56.1558,1.309,300,0,0,1910,0,0,0,0,0),(89532,869,0,1,1,2366,1,-10279.5,967.536,31.1856,3.65243,300,0,0,1910,0,0,0,0,0),(89533,870,0,1,1,2365,1,-10657.4,1090.46,34.4981,5.34071,300,0,0,1910,0,0,0,0,0),(89534,489,0,1,1,2364,1,-10517.9,1035,60.5174,4.43679,300,0,0,1910,0,2,0,0,0),(89535,876,0,1,1,2370,1,-10641.6,1093.47,34.043,4.74729,300,0,0,1910,0,0,0,0,0),(89536,488,0,1,1,2371,1,-10494.1,1028.51,95.6123,5.4417,300,0,0,1910,0,0,0,0,0),(89537,487,0,1,1,2368,1,-10506.2,1066.91,55.439,2.6529,300,0,0,1910,0,0,0,0,0),(89538,874,0,1,1,2369,1,-10914.6,898.65,32.1358,4.6557,300,0,0,1910,0,2,0,0,0),(89539,594,0,1,1,2323,1,-11093.9,1515.71,29.6174,1.54702,300,3,0,328,0,1,0,0,0),(89540,594,0,1,1,2323,1,-11230.2,1552.32,34.8106,4.01685,300,3,0,328,0,1,0,0,0),(89541,594,0,1,1,2324,1,-11115.3,1478.69,32.7343,0.663225,300,0,0,328,0,0,0,0,0),(89542,619,0,1,1,2330,1,-11134.2,1487.29,34.4006,4.76952,300,3,0,285,790,1,0,0,0),(89543,619,0,1,1,2330,1,-11225.8,1599.39,32.4871,4.57128,300,3,0,285,790,1,0,0,0),(89544,619,0,1,1,2329,1,-11175.1,1557.35,20.8878,4.47539,300,3,0,285,790,1,0,0,0),(89545,594,0,1,1,2323,1,-11197.1,1483.13,14.7718,5.35683,300,5,0,328,0,1,0,0,0),(89546,594,0,1,1,2323,1,-11138.2,1539.52,19.8687,1.03873,300,3,0,328,0,1,0,0,0),(89547,1726,0,1,1,2321,1,-11248.1,1540.79,30.374,4.05791,300,3,0,307,856,1,0,0,0),(89548,1725,0,1,1,184,1,-11243.6,1645.14,28.492,5.21458,300,3,0,356,0,1,0,0,0),(89549,1725,0,1,1,184,1,-11209.6,1630.75,27.714,6.08786,300,3,0,356,0,1,0,0,0),(89550,1725,0,1,1,184,1,-11218.9,1617.71,33.4905,4.34587,300,3,0,356,0,1,0,0,0),(89551,1725,0,1,1,184,1,-11231.2,1618.41,33.1879,4.97419,300,3,0,356,0,1,0,0,0),(89552,1725,0,1,1,184,1,-11267.9,1509.91,37.5807,5.74718,300,3,0,356,0,1,0,0,0),(89553,1726,0,1,1,2322,1,-11244.5,1524.48,28.6207,5.37314,300,3,0,307,856,1,0,0,0),(89554,1727,0,1,1,341,1,-11232.7,1597.98,32.4094,2.49582,300,0,0,386,0,0,0,0,0),(89555,1727,0,1,1,341,1,-11238,1538.91,28.1736,5.93412,300,0,0,386,0,0,0,0,0),(89556,1727,0,1,1,2528,1,-11176.2,1622.23,27.1787,5.32325,300,0,0,386,0,0,0,0,0),(89557,1727,0,1,1,341,1,-11271,1542.75,29.0529,2.96706,300,0,0,386,0,0,0,0,0),(89558,1727,0,1,1,341,1,-11261.7,1644.11,33.3916,4.01426,300,0,0,386,0,0,0,0,0),(89559,1727,0,1,1,341,1,-11173.9,1636.76,25.7854,2.61799,300,0,0,386,0,0,0,0,0),(89560,1727,0,1,1,341,1,-11240.4,1588.7,34.2185,4.93928,300,0,0,386,0,0,0,0,0),(89561,1727,0,1,1,341,1,-11209,1624.12,28.4209,4.85202,300,0,0,386,0,0,0,0,0),(89562,1727,0,1,1,2528,1,-11263.7,1559.31,34.4233,5.8294,300,0,0,386,0,0,0,0,0),(89563,1727,0,1,1,2528,1,-11249.8,1476.44,24.141,3.10669,300,0,0,386,0,0,0,0,0),(89564,623,0,1,1,11402,1,-11308.8,1591.97,36.365,5.61331,300,3,0,386,0,1,0,0,0),(89565,623,0,1,1,11402,1,-11298.1,1563.58,35.8481,3.68829,300,3,0,386,0,1,0,0,0),(89566,625,0,1,1,829,1,-11289,1579.03,36.2713,4.26374,300,3,0,386,0,1,0,0,0),(89567,625,0,1,1,829,1,-11330.7,1581.66,34.5925,0.560167,300,3,0,386,0,1,0,0,0),(89568,623,0,1,1,11402,1,-11305.7,1560.36,36.4148,0.611958,300,3,0,386,0,1,0,0,0),(89569,625,0,1,1,829,1,-11342.7,1555.72,30.7678,0.012107,300,3,0,386,0,1,0,0,0),(89570,624,0,1,1,10630,0,-11336.1,1541.77,29.1302,3.4324,300,3,0,386,0,1,0,0,0),(89571,623,0,1,1,11402,1,-11292.3,1573.64,36.3852,2.48481,300,3,0,386,0,1,0,0,0),(89572,626,0,1,1,10628,1,-11327.6,1539.12,28.4979,2.95187,300,0,0,500,0,0,0,0,0),(89573,596,0,1,1,3267,1,-11227.8,1477.54,18.7152,0.415105,3600,0,0,531,2040,0,0,0,0),(89574,599,0,1,1,2355,1,-11264.2,1539.52,28.0596,1.52972,3600,0,0,531,2040,0,0,0,0),(89575,95,0,1,1,4419,1,-10326.2,1394.63,41.1257,2.26524,300,5,0,222,0,1,0,0,0),(89576,95,0,1,1,4419,1,-10347.1,1567.01,41.3426,2.16421,300,0,0,222,0,0,0,0,0),(89577,504,0,1,1,2331,1,-10357.9,1562.52,42.0098,5.93412,300,0,0,247,0,0,0,0,0),(89578,95,0,1,1,4419,1,-10278,1389.65,40.1833,2.96706,300,0,0,222,0,0,0,0,0),(89579,95,0,1,1,4418,1,-10282.5,1386.53,40.2983,1.309,300,0,0,222,0,0,0,0,0),(89580,504,0,1,1,2331,1,-10311.3,1378.07,40.3432,1.09613,300,5,0,247,0,1,0,0,0),(89581,504,0,1,1,2332,1,-10291,1407.07,40.1771,4.69494,300,0,0,247,0,0,0,0,0),(89582,95,0,1,1,4418,1,-10374.7,1576.87,41.7279,4.84872,300,5,0,222,0,1,0,0,0),(89583,504,0,1,1,2332,1,-10261.4,1392.5,39.5841,0,300,0,0,247,0,0,0,0,0),(89584,504,0,1,1,2331,1,-10247.4,1358.18,41.7648,0.750646,300,5,0,247,0,1,0,0,0),(89585,504,0,1,1,2331,1,-10317.5,1244.23,39.3501,0,300,0,0,247,0,0,0,0,0),(89586,95,0,1,1,4418,1,-10645,1385.82,41.7622,5.02655,300,0,0,222,0,0,0,0,0),(89587,95,0,1,1,4418,1,-10497.6,1328.48,42.6518,5.93412,300,0,0,222,0,0,0,0,0),(89588,504,0,1,1,2332,1,-10490.1,1330.69,42.6935,4.72984,300,0,0,247,0,0,0,0,0),(89589,95,0,1,1,4419,1,-10487.5,1328.78,42.6935,3.52556,300,0,0,222,0,0,0,0,0),(89590,589,0,1,1,2339,1,-10424.3,1905.8,7.17894,5.26966,300,5,0,263,710,1,0,0,0),(89591,590,0,1,1,2341,1,-10404,1906.28,10.4289,2.738,300,5,0,273,0,1,0,0,0),(89592,589,0,1,1,2339,1,-10426.1,1893.55,7.07512,5.16608,300,5,0,263,710,1,0,0,0),(89593,589,0,1,1,2338,1,-10404.3,1934.98,10.0287,3.00433,300,5,0,263,710,1,0,0,0),(89594,590,0,1,1,2341,1,-10441.6,1923.86,11.059,5.2709,300,0,0,273,0,0,0,0,0),(89595,589,0,1,1,2338,1,-10447,1910.94,9.48856,0.314159,300,0,0,263,710,0,0,0,0),(89596,501,0,1,1,413,0,-10556.9,1954.35,36.2894,1.58825,300,0,0,300,0,0,0,0,0),(89597,123,0,1,1,383,1,-10552.8,1962.29,35.8334,4.17134,300,0,0,300,0,0,0,0,0),(89598,123,0,1,1,383,1,-10551.2,1959.08,36.215,3.35103,300,0,0,300,0,0,0,0,0),(89599,501,0,1,1,413,0,-10542.3,1921.08,37.4216,5.98756,300,5,0,300,0,1,0,0,0),(89600,123,0,1,1,383,1,-10562,1963.49,35.2138,5.81195,300,0,0,300,0,0,0,0,0),(89601,123,0,1,1,383,1,-10563.3,1960.53,35.602,5.53269,300,0,0,300,0,0,0,0,0),(89602,123,0,1,1,383,1,-10583.9,1950.41,35.8802,2.98415,300,5,0,300,0,1,0,0,0),(89603,501,0,1,1,413,0,-10585.7,1981.66,37.4979,2.34169,300,5,0,300,0,1,0,0,0),(89604,123,0,1,1,383,1,-10521.4,1974.86,33.9444,0.3988,300,5,0,300,0,1,0,0,0),(89605,123,0,1,1,383,1,-10519.7,1951.81,38.8867,4.88738,300,5,0,300,0,1,0,0,0),(89606,501,0,1,1,413,0,-10586.4,1914.42,39.4557,1.8171,300,5,0,300,0,1,0,0,0),(89607,501,0,1,1,413,0,-10607.4,1948.86,37.8717,3.4383,300,0,0,300,0,0,0,0,0),(89608,123,0,1,1,383,1,-10583.1,1972.37,35.4011,2.94496,300,5,0,300,0,1,0,0,0),(89609,123,0,1,1,383,1,-10622.7,1953.05,37.924,5.77704,300,0,0,300,0,0,0,0,0),(89610,123,0,1,1,383,1,-10613.6,1952.42,37.8717,4.92183,300,0,0,300,0,0,0,0,0),(89611,123,0,1,1,383,1,-10609.8,1942.86,37.8717,2.1293,300,0,0,300,0,0,0,0,0),(89612,501,0,1,1,413,0,-10615.6,1943.44,37.8717,0.925025,300,0,0,300,0,0,0,0,0),(89613,501,0,1,1,413,0,-10620.8,1909.5,43.7343,4.51166,300,5,0,300,0,1,0,0,0),(89614,589,0,1,1,2339,1,-10767,1853.74,34.7544,0,300,0,0,263,710,0,0,0,0),(89615,589,0,1,1,2339,1,-10726.8,1836.81,37.1433,1.06958,300,5,0,263,710,1,0,0,0),(89616,589,0,1,1,2339,1,-10721.7,1856.2,33.4464,1.50098,300,0,0,263,710,0,0,0,0),(89617,589,0,1,1,2339,1,-10722.1,1869.44,32.328,4.90438,300,0,0,263,710,0,0,0,0),(89618,589,0,1,1,2339,1,-10746.6,1893.8,41.8806,5.68439,300,5,0,263,710,1,0,0,0),(89619,123,0,1,1,383,1,-10720.2,1967.69,37.2306,1.52781,300,5,0,300,0,1,0,0,0),(89620,123,0,1,1,383,1,-10751.8,1957.72,37.4189,4.59022,300,0,0,300,0,0,0,0,0),(89621,123,0,1,1,383,1,-10751.3,1952.26,37.4264,1.97222,300,0,0,300,0,0,0,0,0),(89622,501,0,1,1,413,0,-10754.3,1947.14,37.4602,0.994838,300,0,0,300,0,0,0,0,0),(89623,123,0,1,1,383,1,-10755.7,1955.64,37.423,6.10865,300,0,0,300,0,0,0,0,0),(89624,123,0,1,1,383,1,-10747.2,1952.37,37.5037,2.67035,300,0,0,300,0,0,0,0,0),(89625,501,0,1,1,413,0,-10741.8,1957.92,38.1532,5.74213,300,10,0,300,0,1,0,0,0),(89626,123,0,1,1,383,1,-10910,2004.19,36.0668,2.5673,300,10,0,300,0,1,0,0,0),(89627,123,0,1,1,383,1,-10926.7,2014.56,37.6918,2.71584,300,10,0,300,0,1,0,0,0),(89628,123,0,1,1,383,1,-10941.8,1995.06,34.5282,5.90704,300,10,0,300,0,1,0,0,0),(89629,123,0,1,1,383,1,-10926.8,1987.95,34.231,1.0472,300,0,0,300,0,0,0,0,0),(89630,123,0,1,1,383,1,-10923.8,1985.43,34.8503,1.72788,300,0,0,300,0,0,0,0,0),(89631,501,0,1,1,413,0,-10923.2,1997.37,35.1273,4.38078,300,0,0,300,0,0,0,0,0),(89632,123,0,1,1,383,1,-10888.4,1975.34,39.1995,5.74625,300,5,0,300,0,1,0,0,0),(89633,123,0,1,1,383,1,-10945.9,1969.18,35.2149,0.120117,300,10,0,300,0,1,0,0,0),(89634,501,0,1,1,413,0,-10929.1,1996.21,34.1005,5.25344,300,0,0,300,0,0,0,0,0),(89635,124,0,1,1,384,1,-11029.4,1941.58,35.3864,0.766334,300,5,0,328,0,1,0,0,0),(89636,501,0,1,1,413,0,-11048,1922.27,36.0711,4.6694,300,10,0,300,0,1,0,0,0),(89637,124,0,1,1,384,1,-11010.7,1891.26,39.9277,0.052063,300,10,0,328,0,1,0,0,0),(89638,124,0,1,1,384,1,-10979.1,1919.45,44.2695,1.63724,300,10,0,328,0,1,0,0,0),(89639,124,0,1,1,384,1,-11018,1931.1,34.7418,4.90438,300,0,0,328,0,0,0,0,0),(89640,124,0,1,1,384,1,-11019.3,1924.54,35.5034,0.802851,300,0,0,328,0,0,0,0,0),(89641,124,0,1,1,384,1,-10998.8,1874.51,41.5471,0.401426,300,0,0,328,0,0,0,0,0),(89642,501,0,1,1,413,0,-10996.4,1870.37,41.5086,1.5708,300,0,0,300,0,0,0,0,0),(89643,124,0,1,1,384,1,-10990.4,1874.07,42.0952,2.89725,300,0,0,328,0,0,0,0,0),(89644,124,0,1,1,384,1,-10998.8,1878.56,41.557,5.41052,300,0,0,328,0,0,0,0,0),(89645,124,0,1,1,384,1,-10993.5,1878.24,41.6037,3.89208,300,0,0,328,0,0,0,0,0),(89646,501,0,1,1,413,0,-10986.2,1868.68,43.5143,3.91366,300,10,0,300,0,1,0,0,0),(89647,124,0,1,1,384,1,-11013.2,1867.53,40.1777,4.87758,300,10,0,328,0,1,0,0,0),(89648,124,0,1,1,384,1,-11064.2,1913.7,32.7518,3.46788,300,5,0,328,0,1,0,0,0),(89649,501,0,1,1,413,0,-11120.1,1880.28,37.5749,3.01814,300,10,0,300,0,1,0,0,0),(89650,124,0,1,1,384,1,-11101.9,1923.5,33.7903,1.94826,300,5,0,328,0,1,0,0,0),(89651,123,0,1,1,383,1,-11088.7,1914.05,33.5659,0.715585,300,0,0,300,0,0,0,0,0),(89652,123,0,1,1,383,1,-11082,1920.61,32.5775,4.01426,300,0,0,300,0,0,0,0,0),(89653,123,0,1,1,383,1,-11081.6,1914.59,33.2307,2.26893,300,0,0,300,0,0,0,0,0),(89654,501,0,1,1,413,0,-11086.2,1912.33,33.5449,1.23918,300,0,0,300,0,0,0,0,0),(89655,124,0,1,1,384,1,-11089,1921.77,33.4035,5.58505,300,0,0,328,0,0,0,0,0),(89656,501,0,1,1,413,0,-11085.3,1886.05,36.1845,1.20658,300,10,0,300,0,1,0,0,0),(89657,501,0,1,1,413,0,-10826.5,1765.29,36.8491,4.04916,300,0,0,300,0,0,0,0,0),(89658,123,0,1,1,383,1,-10835.5,1773.65,36.4599,5.3058,300,0,0,300,0,0,0,0,0),(89659,123,0,1,1,383,1,-10837.1,1758.84,36.5616,0.436332,300,0,0,300,0,0,0,0,0),(89660,590,0,1,1,2340,1,-10738.3,1688.48,45.9575,1.45606,300,5,0,273,0,1,0,0,0),(89661,590,0,1,1,2341,1,-10726.7,1663.81,44.0017,1.90754,300,5,0,273,0,1,0,0,0),(89662,589,0,1,1,2339,1,-10726.4,1659.12,44.0017,5.9406,300,5,0,263,710,1,0,0,0),(89663,590,0,1,1,2340,1,-10744.7,1668.05,45.1801,3.08528,300,5,0,273,0,1,0,0,0),(89664,590,0,1,1,2341,1,-10752.9,1658.42,45.2544,1.20428,300,0,0,273,0,0,0,0,0),(89665,589,0,1,1,2339,1,-10747.4,1658.41,45.2267,2.09439,300,0,0,263,710,0,0,0,0),(89666,590,0,1,1,2341,1,-10755.9,1663.99,45.3004,5.51524,300,0,0,273,0,0,0,0,0),(89667,589,0,1,1,2339,1,-10705.3,1717.95,43.1775,5.42101,300,5,0,263,710,1,0,0,0),(89668,590,0,1,1,2341,1,-10753.9,1718.44,42.1873,1.23934,300,5,0,273,0,1,0,0,0),(89669,590,0,1,1,2341,1,-10672.3,1714.36,41.7563,5.02033,300,5,0,273,0,1,0,0,0),(89670,590,0,1,1,2341,1,-10676.6,1755.42,39.3004,0.418879,300,0,0,273,0,0,0,0,0),(89671,590,0,1,1,2340,1,-10674.6,1757.24,39.1768,4.11898,300,0,0,273,0,0,0,0,0),(89672,590,0,1,1,2341,1,-10694.1,1744.91,41.6433,2.66775,300,5,0,273,0,1,0,0,0),(89673,590,0,1,1,2340,1,-10661.7,1737.62,39.6819,4.81711,300,0,0,273,0,0,0,0,0),(89674,589,0,1,1,2339,1,-10655,1733.03,39.589,6.0912,300,0,0,263,710,0,0,0,0),(89675,590,0,1,1,2340,1,-10659.9,1731.15,39.6012,1.18682,300,0,0,273,0,0,0,0,0),(89676,590,0,1,1,2340,1,-10653.5,1765.57,37.1809,5.96148,300,5,0,273,0,1,0,0,0),(89677,589,0,1,1,2339,1,-10640.1,1761.17,37.842,0.366519,300,0,0,263,710,0,0,0,0),(89678,589,0,1,1,2339,1,-10638.7,1755.37,38.3279,5.44543,300,0,0,263,710,0,0,0,0),(89679,589,0,1,1,2339,1,-10654.8,1787.99,35.6386,0.541052,300,0,0,263,710,0,0,0,0),(89680,589,0,1,1,2339,1,-10654.6,1791.67,35.6386,5.21853,300,0,0,263,710,0,0,0,0),(89681,452,0,1,1,383,1,-10856.7,1346.85,37.4837,3.72077,300,10,0,356,0,1,0,0,0),(89682,124,0,1,1,384,1,-10844.9,1330.66,35.8844,1.09405,300,10,0,328,0,1,0,0,0),(89683,124,0,1,1,384,1,-10820.9,1328.4,34.2793,3.66519,300,0,0,328,0,0,0,0,0),(89684,452,0,1,1,383,1,-10828.4,1330.76,34.2492,5.20108,300,0,0,356,0,0,0,0,0),(89685,452,0,1,1,383,1,-10829.8,1322.76,34.6568,0.610865,300,0,0,356,0,0,0,0,0),(89686,124,0,1,1,384,1,-10819.4,1324.43,34.3925,2.86234,300,0,0,328,0,0,0,0,0),(89687,124,0,1,1,384,1,-10855,1314.23,37.02,3.86548,300,10,0,328,0,1,0,0,0),(89688,124,0,1,1,384,1,-10818.5,1150.59,41.9775,5.16701,300,5,0,328,0,1,0,0,0),(89689,452,0,1,1,383,1,-10878.1,1146.33,37.5661,0.72159,300,10,0,356,0,1,0,0,0),(89690,124,0,1,1,384,1,-10853,1163.02,37.2741,3.03687,300,0,0,328,0,0,0,0,0),(89691,452,0,1,1,383,1,-10862.8,1158.13,38.062,1.02974,300,0,0,356,0,0,0,0,0),(89692,452,0,1,1,383,1,-10855.3,1168.46,37.1341,3.97935,300,0,0,356,0,0,0,0,0),(89693,124,0,1,1,384,1,-10865,1165.22,38.0317,6.03884,300,0,0,328,0,0,0,0,0),(89694,452,0,1,1,383,1,-10853.2,1115.39,46.3243,1.7332,300,10,0,356,0,1,0,0,0),(89695,452,0,1,1,383,1,-11049.2,1014.04,37.2962,5.42864,300,10,0,356,0,1,0,0,0),(89696,452,0,1,1,383,1,-11016.2,1038.41,39.74,0.324223,300,10,0,356,0,1,0,0,0),(89697,452,0,1,1,383,1,-11027,1063.49,38.8182,3.27043,300,10,0,356,0,1,0,0,0),(89698,452,0,1,1,383,1,-11056.6,1048.57,36.4431,1.76149,300,10,0,356,0,1,0,0,0),(89699,98,0,1,1,376,1,-11036,1038.74,37.0751,0.593412,300,0,0,386,0,0,0,0,0),(89700,452,0,1,1,383,1,-11037.2,1044.42,36.8946,5.74213,300,0,0,356,0,0,0,0,0),(89701,452,0,1,1,383,1,-11033.7,1046.25,37.1172,5.02655,300,0,0,356,0,0,0,0,0),(89702,452,0,1,1,383,1,-11027.8,1043.61,37.694,3.61283,300,0,0,356,0,0,0,0,0),(89703,452,0,1,1,383,1,-11028.2,1038.62,37.319,2.53073,300,0,0,356,0,0,0,0,0),(89704,452,0,1,1,383,1,-11114.7,1048.03,34.3642,2.93588,300,5,0,356,0,1,0,0,0),(89705,452,0,1,1,383,1,-11104,1014.02,34.4008,4.24515,300,10,0,356,0,1,0,0,0),(89706,98,0,1,1,376,1,-11135.5,1045.39,34.3724,5.21853,300,0,0,386,0,0,0,0,0),(89707,452,0,1,1,383,1,-11131.1,1047.09,34.6142,4.60767,300,0,0,356,0,0,0,0,0),(89708,98,0,1,1,376,1,-11127.9,1040.89,33.8642,3.12414,300,0,0,386,0,0,0,0,0),(89709,98,0,1,1,376,1,-11137.8,1042.93,34.1224,5.96903,300,0,0,386,0,0,0,0,0),(89710,452,0,1,1,383,1,-11133.9,1037.42,33.6224,1.88496,300,0,0,356,0,0,0,0,0),(89711,98,0,1,1,376,1,-11013.6,917.431,36.2185,5.291,300,10,0,386,0,1,0,0,0),(89712,98,0,1,1,376,1,-11053.2,902.13,36.2726,5.55015,300,0,0,386,0,0,0,0,0),(89713,452,0,1,1,383,1,-11045.1,896.894,36.2052,2.79253,300,0,0,356,0,0,0,0,0),(89714,452,0,1,1,383,1,-11049.2,893.74,36.207,1.53589,300,0,0,356,0,0,0,0,0),(89715,452,0,1,1,383,1,-11031.8,917.192,36.8968,1.78544,300,10,0,356,0,1,0,0,0),(89716,98,0,1,1,376,1,-11129,936.59,36.8307,2.04204,300,0,0,386,0,0,0,0,0),(89717,452,0,1,1,383,1,-11136,937.957,37.8574,0.139626,300,0,0,356,0,0,0,0,0),(89718,452,0,1,1,383,1,-11133.6,933.748,37.5845,0.994838,300,0,0,356,0,0,0,0,0),(89719,452,0,1,1,383,1,-11128.1,941.045,36.7315,3.92699,300,0,0,356,0,0,0,0,0),(89720,452,0,1,1,383,1,-11133.6,942.207,37.4156,5.48033,300,0,0,356,0,0,0,0,0),(89721,98,0,1,1,376,1,-11137.6,883.772,38.8406,0.645772,300,0,0,386,0,0,0,0,0),(89722,453,0,1,1,502,1,-11129.3,890.087,39.1656,3.75246,300,0,0,377,408,0,0,0,0),(89723,98,0,1,1,376,1,-11131.7,880.888,39.3081,1.93731,300,0,0,386,0,0,0,0,0),(89724,98,0,1,1,376,1,-11128.3,885.072,39.4498,2.86234,300,0,0,386,0,0,0,0,0),(89725,98,0,1,1,376,1,-11138.1,888.626,38.8328,5.77704,300,0,0,386,0,0,0,0,0),(89726,453,0,1,1,502,1,-11198.2,865.46,44.3149,1.9807,300,10,0,377,408,1,0,0,0),(89727,98,0,1,1,376,1,-11216,852.347,47.5718,1.036,300,10,0,386,0,1,0,0,0),(89728,125,0,1,1,10790,1,-11215,885.427,53.5537,5.42797,300,0,0,449,0,0,0,0,0),(89729,453,0,1,1,502,1,-11210,879.943,51.2052,2.46091,300,0,0,377,408,0,0,0,0),(89730,98,0,1,1,376,1,-11207.6,885.008,51.1514,0,300,0,0,386,0,0,0,0,0),(89731,98,0,1,1,376,1,-11210.4,888.536,52.4697,4.62512,300,0,0,386,0,0,0,0,0),(89732,98,0,1,1,376,1,-11215.6,880.659,53.1758,0.05236,300,0,0,386,0,0,0,0,0),(89733,98,0,1,1,376,1,-11197.3,819.211,40.9588,6.15592,300,5,0,386,0,1,0,0,0),(89734,98,0,1,1,376,1,-11183.9,859.87,41.0649,3.51926,300,10,0,386,0,1,0,0,0),(89735,453,0,1,1,502,1,-11212.5,820.833,43.9706,4.59382,300,5,0,377,408,1,0,0,0),(89736,453,0,1,1,502,1,-11167,854.821,39.3149,6.26945,300,10,0,377,408,1,0,0,0),(89737,98,0,1,1,376,1,-11171.8,823.136,39.3878,4.45648,300,10,0,386,0,1,0,0,0),(89738,98,0,1,1,376,1,-11199.3,848.857,41.1899,5.14825,300,10,0,386,0,1,0,0,0),(89739,98,0,1,1,376,1,-11178.1,837.517,40.8149,2.63388,300,5,0,386,0,1,0,0,0),(89740,453,0,1,1,502,1,-11185.3,809.635,39.1378,0.282035,300,10,0,377,408,1,0,0,0),(89741,98,0,1,1,376,1,-11187,774.36,36.3165,1.88226,300,5,0,386,0,1,0,0,0),(89742,125,0,1,1,10790,1,-11209.7,794.785,41.0024,0.296706,300,0,0,449,0,0,0,0,0),(89743,453,0,1,1,502,1,-11201.9,791.336,39.5312,2.21657,300,0,0,377,408,0,0,0,0),(89744,98,0,1,1,376,1,-11207.1,799.9,40.4373,5.79449,300,0,0,386,0,0,0,0,0),(89745,98,0,1,1,376,1,-11207.2,792.221,40.5779,0.994838,300,0,0,386,0,0,0,0,0),(89746,98,0,1,1,376,1,-11200.6,798.831,39.3318,3.31613,300,0,0,386,0,0,0,0,0),(89747,98,0,1,1,376,1,-11205.1,817.189,42.2206,2.53488,300,5,0,386,0,1,0,0,0),(89748,98,0,1,1,376,1,-11037.7,788.199,37.7787,4.67748,300,0,0,386,0,0,0,0,0),(89749,452,0,1,1,383,1,-11035.4,777.645,37.9759,2.09439,300,0,0,356,0,0,0,0,0),(89750,452,0,1,1,383,1,-11042.9,783.679,38.4771,5.95157,300,0,0,356,0,0,0,0,0),(89751,452,0,1,1,383,1,-11041.2,779.525,38.6334,0.610865,300,0,0,356,0,0,0,0,0),(89752,452,0,1,1,383,1,-11034.1,783.808,37.4935,3.61283,300,0,0,356,0,0,0,0,0),(89753,98,0,1,1,376,1,-11103.2,782.834,37.4628,1.50098,300,0,0,386,0,0,0,0,0),(89754,98,0,1,1,376,1,-11099,794.745,37.8541,4.10152,300,0,0,386,0,0,0,0,0),(89755,98,0,1,1,376,1,-11096.5,787.918,37.7178,2.89725,300,0,0,386,0,0,0,0,0),(89756,453,0,1,1,502,1,-11107,793.103,37.4741,5.5676,300,0,0,377,408,0,0,0,0),(89757,453,0,1,1,502,1,-11189.3,713.191,32.8943,3.31704,300,5,0,377,408,1,0,0,0),(89758,98,0,1,1,376,1,-11160.2,682.184,34.7952,3.567,300,10,0,386,0,1,0,0,0),(89759,98,0,1,1,376,1,-11154.2,729.619,33.4567,1.74533,300,0,0,386,0,0,0,0,0),(89760,453,0,1,1,502,1,-11151.8,738.899,32.7101,4.04916,300,0,0,377,408,0,0,0,0),(89761,98,0,1,1,376,1,-11156.6,731.167,33.0209,1.16937,300,0,0,386,0,0,0,0,0),(89762,98,0,1,1,376,1,-11160.5,732.27,32.7587,0.401426,300,0,0,386,0,0,0,0,0),(89763,98,0,1,1,376,1,-11158.3,738.956,32.7027,5.44543,300,0,0,386,0,0,0,0,0),(89764,98,0,1,1,376,1,-11187.6,756.093,36.1961,1.76368,300,5,0,386,0,1,0,0,0),(89765,449,0,1,1,2344,0,-11273.3,1747.98,36.6272,5.62599,300,10,0,356,0,1,0,0,0),(89766,122,0,1,1,2343,1,-11322.5,1727.94,37.1565,4.69494,300,0,0,386,0,0,0,0,0),(89767,122,0,1,1,2343,1,-11325.5,1718.05,37.5173,0.785398,300,0,0,386,0,0,0,0,0),(89768,122,0,1,1,2342,1,-11313.9,1719.66,37.2277,2.98451,300,0,0,386,0,0,0,0,0),(89769,122,0,1,1,2343,1,-11277.8,1718.89,39.7573,3.7346,300,5,0,386,0,1,0,0,0),(89770,122,0,1,1,2343,1,-11296.2,1685.95,44.1172,2.49809,300,10,0,386,0,1,0,0,0),(89771,122,0,1,1,2342,1,-11281.7,1683.59,44.6798,3.8169,300,10,0,386,0,1,0,0,0),(89772,122,0,1,1,2343,1,-11276.3,1708.89,41.1053,6.14374,300,5,0,386,0,1,0,0,0),(89773,582,0,1,1,236,0,-9853.19,924.884,31.0435,5.42797,300,0,0,55,0,0,0,0,0),(89774,157,0,1,1,3027,0,-10579.3,1437.71,40.9645,4.95529,300,5,0,300,0,1,0,0,0),(89775,157,0,1,1,3027,0,-10452.1,1463.89,47.751,2.12608,300,5,0,300,0,1,0,0,0),(89776,157,0,1,1,3027,0,-10392.8,1683.26,38.6156,3.33385,300,5,0,300,0,1,0,0,0),(89777,157,0,1,1,3027,0,-10304.6,1549.36,42.2111,3.1455,300,5,0,300,0,1,0,0,0),(89778,157,0,1,1,3027,0,-10617.1,1481.21,47.3366,1.00609,300,5,0,300,0,1,0,0,0),(89779,157,0,1,1,3027,0,-10728.3,1451.99,47.461,3.21994,300,5,0,300,0,1,0,0,0),(89780,157,0,1,1,3027,0,-10627.6,1326.26,38.0802,5.444,300,10,0,300,0,1,0,0,0),(89781,157,0,1,1,3027,0,-10693.1,1421.44,41.2332,2.29473,300,10,0,300,0,1,0,0,0),(89782,157,0,1,1,3027,0,-10324.8,1477.63,37.9519,3.00439,300,5,0,300,0,1,0,0,0),(89783,157,0,1,1,3027,0,-10542.1,1513.26,63.1523,6.03631,300,5,0,300,0,1,0,0,0),(89784,1109,0,1,1,2305,0,-10329.1,1628.67,38.5157,5.57244,300,5,0,273,0,1,0,0,0),(89785,1109,0,1,1,2305,0,-10314.1,1551.7,42.6229,1.53744,300,5,0,273,0,1,0,0,0),(89786,1109,0,1,1,2305,0,-10298,1635.3,44.6783,2.02358,300,5,0,273,0,1,0,0,0),(89787,1109,0,1,1,2305,0,-10381,1640.85,34.7321,2.65261,300,5,0,273,0,1,0,0,0),(89788,1109,0,1,1,2305,0,-10596.4,1375.39,41.7846,3.82867,300,10,0,273,0,1,0,0,0),(89789,1109,0,1,1,2305,0,-10585.1,1310.83,39.6822,1.64704,300,5,0,273,0,1,0,0,0),(89790,1109,0,1,1,2305,0,-10653.2,1451.57,46.6992,3.51901,300,5,0,273,0,1,0,0,0),(89791,157,0,1,1,3027,0,-10781.3,1017.42,32.7895,0.353578,300,10,0,300,0,1,0,0,0),(89792,157,0,1,1,3027,0,-10851.1,1364.86,37.9532,5.21797,300,10,0,300,0,1,0,0,0),(89793,157,0,1,1,3027,0,-10705.9,1391.74,39.7334,0.205241,300,10,0,300,0,1,0,0,0),(89794,157,0,1,1,3027,0,-10849.1,1429.58,43.6413,2.54574,300,10,0,300,0,1,0,0,0),(89795,157,0,1,1,3027,0,-10777.3,1224.51,40.8045,0.46627,300,5,0,300,0,1,0,0,0),(89796,157,0,1,1,3027,0,-10777.4,1122.17,39.0558,4.81389,300,10,0,300,0,1,0,0,0),(89797,157,0,1,1,3027,0,-10914.1,1130.88,42.5645,2.40083,300,10,0,300,0,1,0,0,0),(89798,157,0,1,1,3027,0,-10739.9,1421.28,36.9333,0.996604,300,10,0,300,0,1,0,0,0),(89799,1109,0,1,1,2305,0,-10679.3,1321.49,38.4965,0.891986,300,10,0,273,0,1,0,0,0),(89800,1109,0,1,1,2305,0,-10843.2,1258.9,33.0545,2.71771,300,10,0,273,0,1,0,0,0),(89801,1109,0,1,1,2305,0,-10778.9,1185.32,47.4174,0.050837,300,10,0,273,0,1,0,0,0),(89802,1109,0,1,1,2305,0,-10821.9,1066.92,38.2393,4.0478,300,10,0,273,0,1,0,0,0),(89803,1109,0,1,1,2305,0,-11011.7,1723.3,41.239,6.00837,300,10,0,273,0,1,0,0,0),(89804,1109,0,1,1,2305,0,-10854.2,1651.09,43.2753,6.11047,300,10,0,273,0,1,0,0,0),(89805,1109,0,1,1,2305,0,-10781.4,1612.1,40.8662,1.63529,300,10,0,273,0,1,0,0,0),(89806,1109,0,1,1,2305,0,-10916.7,1785.74,58.7211,1.11807,300,5,0,273,0,1,0,0,0),(89807,1109,0,1,1,2305,0,-10939.1,1702.83,40.2991,2.7435,300,10,0,273,0,1,0,0,0),(89808,1109,0,1,1,2305,0,-10848.6,1629.16,46.7968,4.76513,300,10,0,273,0,1,0,0,0),(89809,1109,0,1,1,2305,0,-10792.2,1584.07,42.8623,3.1328,300,10,0,273,0,1,0,0,0),(89810,157,0,1,1,3027,0,-10744.4,1572.03,45.0209,5.38089,300,10,0,300,0,1,0,0,0),(89811,157,0,1,1,3027,0,-11078.9,1712.91,43.5134,1.98889,300,10,0,300,0,1,0,0,0),(89812,157,0,1,1,3027,0,-10820.8,1636.21,40.2313,4.69215,300,10,0,300,0,1,0,0,0),(89813,157,0,1,1,3027,0,-11169.9,1906.9,33.943,5.38479,300,10,0,300,0,1,0,0,0),(89814,157,0,1,1,3027,0,-10885.2,1715.25,36.3352,1.60073,300,10,0,300,0,1,0,0,0),(89815,157,0,1,1,3027,0,-11285.2,1767.75,38.9165,0.552496,300,10,0,300,0,1,0,0,0),(89816,157,0,1,1,3027,0,-11018.1,1784.19,43.9677,6.16876,300,10,0,300,0,1,0,0,0),(89817,157,0,1,1,3027,0,-10804.3,1715.78,40.0546,1.73161,300,10,0,300,0,1,0,0,0),(89818,157,0,1,1,3027,0,-10850.3,1486.77,45.2139,4.51978,300,10,0,300,0,1,0,0,0),(89819,157,0,1,1,3027,0,-10947.4,1682.69,44.196,2.88809,300,10,0,300,0,1,0,0,0),(89820,547,0,1,1,3035,0,-10993.6,1105.98,39.0421,1.5364,300,5,0,356,0,1,0,0,0),(89821,547,0,1,1,3035,0,-11054.6,652.899,34.2431,3.06137,300,10,0,356,0,1,0,0,0),(89822,547,0,1,1,3035,0,-10776.3,959.516,43.0739,2.88571,300,10,0,356,0,1,0,0,0),(89823,547,0,1,1,3035,0,-10602,831.624,49.6781,0.82339,300,5,0,356,0,1,0,0,0),(89824,547,0,1,1,3035,0,-11003.5,1278.4,43.1867,3.69882,300,10,0,356,0,1,0,0,0),(89825,547,0,1,1,3035,0,-10854.7,982.644,33.8116,3.19292,300,5,0,356,0,1,0,0,0),(89826,547,0,1,1,3035,0,-10978.9,1019.41,37.3854,2.98575,300,10,0,356,0,1,0,0,0),(89827,547,0,1,1,3035,0,-10987,965.955,35.0471,4.52065,300,10,0,356,0,1,0,0,0),(89828,547,0,1,1,3035,0,-10976.4,887.5,36.1314,2.70993,300,5,0,356,0,1,0,0,0),(89829,154,0,1,1,1105,0,-10549.1,849.111,44.7617,1.36632,300,10,0,356,0,1,0,0,0),(89830,154,0,1,1,1105,0,-10580.7,822.654,49.4535,3.14946,300,10,0,356,0,1,0,0,0),(89831,154,0,1,1,1105,0,-10620.8,937.5,39.2805,0.416194,300,5,0,356,0,1,0,0,0),(89832,171,0,1,1,1305,1,-10520.3,2129.9,-3.88919,4.50295,300,10,0,328,0,1,0,0,0),(89833,171,0,1,1,1305,1,-10527.6,2155.14,-13.2537,5.5493,300,10,0,328,0,1,0,0,0),(89834,171,0,1,1,1305,1,-10540.7,2151.46,-12.8998,2.77507,300,0,0,328,0,0,0,0,0),(89835,171,0,1,1,1305,1,-10561.7,2133.36,-5.84559,4.34276,300,10,0,328,0,1,0,0,0),(89836,171,0,1,1,1305,1,-10505.9,2106.29,4.49234,5.67232,300,10,0,328,0,1,0,0,0),(89837,458,0,1,1,757,1,-10526.1,2086.56,7.36017,2.57863,300,5,0,356,0,1,0,0,0),(89838,458,0,1,1,757,1,-10526.2,2147.46,-10.7805,0.349066,300,10,0,356,0,1,0,0,0),(89839,458,0,1,1,757,1,-10496.1,2122.96,-0.118076,3.9619,300,0,0,356,0,0,0,0,0),(89840,1216,0,1,1,9570,0,-11310.5,1941.79,7.45594,2.55754,300,5,0,386,0,1,0,0,0),(89841,1216,0,1,1,9570,0,-11329.5,1895.79,9.26459,0.699444,300,10,0,386,0,1,0,0,0),(89842,1216,0,1,1,9570,0,-11301.9,1969.26,3.42733,1.2142,300,10,0,386,0,1,0,0,0),(89843,1216,0,1,1,9570,0,-11249.8,1985.64,8.97135,1.07896,300,10,0,386,0,1,0,0,0),(89844,1216,0,1,1,9570,0,-11451.1,1762.04,5.94979,5.42914,300,10,0,386,0,1,0,0,0),(89845,1216,0,1,1,9570,0,-11336.6,1944.38,0.880763,2.20304,300,10,0,386,0,1,0,0,0),(89846,1216,0,1,1,9570,0,-11278.6,1964.82,9.09304,3.16943,300,10,0,386,0,1,0,0,0),(89847,1216,0,1,1,9570,0,-11229.9,1984.26,10.2792,4.17918,300,10,0,386,0,1,0,0,0),(89848,1216,0,1,1,9570,0,-11278.7,1995.99,1.87621,1.02656,300,10,0,386,0,1,0,0,0),(89849,1216,0,1,1,9570,0,-11215,2009.66,5.86436,5.77569,300,5,0,386,0,1,0,0,0),(89850,1426,0,1,1,374,1,-10474.9,1990.84,9.42142,2.22722,300,0,0,300,0,0,0,0,0),(89851,590,0,1,1,2341,1,-10470.3,1968.84,9.50174,5.52403,300,0,0,273,0,0,0,0,0),(89852,589,0,1,1,2339,1,-10502.6,1979.35,10.7098,0.420007,300,0,0,263,710,0,0,0,0),(89853,1426,0,1,1,374,1,-10581.5,2003.62,-6.388,3.13363,300,3,0,300,0,1,0,0,0),(89854,590,0,1,1,2341,1,-10559.6,1963.24,-4.16075,2.22827,300,3,0,273,0,1,0,0,0),(89855,1426,0,1,1,374,1,-10580.1,1979.05,-4.34703,5.98916,300,3,0,300,0,1,0,0,0),(89856,1426,0,1,1,374,1,-10509.5,1957.69,6.82292,1.67018,300,3,0,300,0,1,0,0,0),(89857,1426,0,1,1,374,1,-10477.8,1939.67,8.05988,3.05218,300,0,0,300,0,0,0,0,0),(89858,1426,0,1,1,374,1,-10558.5,1957.18,-3.27676,1.06297,300,3,0,300,0,1,0,0,0),(89859,124,0,1,1,384,1,-10545.9,2001.94,-7.51245,6.23082,300,0,0,328,0,0,0,0,0),(89860,6670,0,1,1,3264,1,-10656.2,1126.87,34.1967,5.60251,300,0,0,102,0,0,0,0,0),(89861,842,0,1,1,308,1,-10584.8,1144.22,40.2974,3.85718,300,5,0,102,0,1,0,0,0),(89862,2914,0,1,1,2957,0,-10646.6,1388.98,41.7955,4.8006,300,10,0,8,0,1,0,0,0),(89863,2620,0,1,1,1072,0,-9992.22,1301.7,43.5822,0.448789,300,5,0,8,0,1,0,0,0),(89864,2914,0,1,1,2958,0,-11074.1,1404.84,49.0041,1.60218,300,10,0,8,0,1,0,0,0),(89865,6271,0,1,1,4960,0,-11074.9,1878.98,35.1735,5.69518,300,10,0,8,0,1,0,0,0),(89866,2620,0,1,1,1072,0,-10892,1213.97,35.0613,6.13825,300,5,0,8,0,1,0,0,0),(89867,2914,0,1,1,2957,0,-9743.07,967.388,31.2126,4.57132,300,5,0,8,0,1,0,0,0),(89868,2914,0,1,1,2958,0,-10622.5,1891.97,41.1911,3.32538,300,5,0,8,0,1,0,0,0),(89869,2914,0,1,1,6303,0,-10031.1,1714.57,37.4611,0.089953,300,10,0,8,0,1,0,0,0),(89870,2914,0,1,1,2958,0,-10847.8,1583.65,45.0126,4.9872,300,5,0,8,0,1,0,0,0),(89871,95,0,1,1,4418,1,-9906.87,1424.68,38.4851,2.35883,300,5,0,222,0,1,0,0,0),(89872,95,0,1,1,4418,1,-9853.1,1406.65,38.1029,5.11381,300,0,0,222,0,0,0,0,0),(89873,504,0,1,1,2331,1,-9914.22,1448.96,40.6289,4.69494,300,0,0,247,0,0,0,0,0),(89874,95,0,1,1,4418,1,-9894.66,1429.43,39.6725,0.139626,300,0,0,222,0,0,0,0,0),(89875,504,0,1,1,2332,1,-10037.7,1384.16,42.9747,5.71699,300,10,0,247,0,1,0,0,0),(89876,1236,0,1,1,373,1,-9866.47,1455.02,41.4509,3.70767,300,3,0,247,0,1,0,0,0),(89877,95,0,1,1,4419,1,-9902.5,1458.1,40.731,5.95157,300,0,0,222,0,0,0,0,0),(89878,95,0,1,1,4418,1,-10013,1451.55,41.5273,3.7001,300,0,0,222,0,0,0,0,0),(89879,95,0,1,1,4418,1,-10027.7,1431.94,41.0688,2.18166,300,0,0,222,0,0,0,0,0),(89880,504,0,1,1,2331,1,-9922.57,1448.01,39.5639,5.77704,300,0,0,247,0,0,0,0,0),(89881,449,0,1,1,2344,0,-11153.5,1698.4,44.6863,2.28195,300,5,0,356,0,1,0,0,0),(89882,824,0,1,1,2441,1,-11199,1518.77,19.8861,2.46091,300,0,0,328,0,0,0,0,0),(89883,824,0,1,1,556,1,-11198.6,1504.76,18.3513,5.95157,300,0,0,328,0,0,0,0,0),(89884,824,0,1,1,556,1,-11177.9,1564.25,22.7379,3.14159,300,0,0,328,0,0,0,0,0),(89885,824,0,1,1,2441,1,-11120.7,1513.22,23.5516,1.06465,300,0,0,328,0,0,0,0,0),(89886,824,0,1,1,2441,1,-11131.7,1489.31,34.6491,6.26573,300,0,0,328,0,0,0,0,0),(89887,824,0,1,1,2441,1,-11149.4,1548.48,20.8182,4.06662,300,0,0,328,0,0,0,0,0),(89888,824,0,1,1,2441,1,-11143.7,1566.78,21.7933,1.02974,300,0,0,328,0,0,0,0,0),(89889,824,0,1,1,556,1,-11215.5,1553.02,34.4511,6.16101,300,0,0,328,0,0,0,0,0),(89890,824,0,1,1,556,1,-11166,1573.65,22.664,1.5708,300,0,0,328,0,0,0,0,0),(89891,824,0,1,1,2441,1,-11203.3,1583.09,28.3189,2.51327,300,0,0,328,0,0,0,0,0),(89892,831,0,1,1,979,0,-9899.47,1880.21,-0.380554,4.25933,300,10,0,328,0,1,0,0,0),(89893,831,0,1,1,979,0,-9928.51,1884.94,4.29558,5.24219,300,10,0,328,0,1,0,0,0),(89894,1423,0,1,1,3257,1,-9787.54,809.795,26.0386,0.837758,300,0,0,1124,0,0,0,0,0),(89895,114,0,1,1,378,0,-10678.8,1652.12,42.4109,0.232001,300,10,0,300,0,1,0,0,0),(89896,114,0,1,1,378,0,-9896.86,1270.81,41.9403,5.14313,300,10,0,300,0,1,0,0,0),(89897,114,0,1,1,378,0,-10550.5,1651.41,41.5258,3.79391,300,10,0,300,0,1,0,0,0),(89898,480,0,1,1,514,0,-9997.03,1113.03,43.474,4.51271,300,5,0,176,0,1,0,0,0),(89899,36,0,1,1,367,0,-10470.9,1763.37,35.4886,4.23995,300,5,0,222,0,1,0,0,0),(89900,36,0,1,1,367,0,-10474.4,1810.54,36.8419,4.37889,300,5,0,222,0,1,0,0,0),(89901,36,0,1,1,367,0,-10248.3,1878.83,35.7099,3.17189,300,10,0,222,0,1,0,0,0),(89902,834,0,1,1,643,0,-9924.48,1150.64,42.326,4.07946,300,10,0,198,0,1,0,0,0),(89903,833,0,1,1,161,0,-10157.2,844.637,25.3668,5.70511,300,10,0,222,0,1,0,0,0),(89904,834,0,1,1,643,0,-10080.1,1497.98,45.3276,1.84775,300,5,0,198,0,1,0,0,0),(89905,199,0,1,1,410,0,-10328.2,1120.76,36.7664,3.20459,300,10,0,198,0,1,0,0,0),(89906,199,0,1,1,410,0,-10121.2,1308.85,40.3543,0.812974,300,10,0,198,0,1,0,0,0),(89907,454,0,1,1,8871,0,-10371,1295.77,40.1368,0.907954,300,5,0,247,0,1,0,0,0),(89908,454,0,1,1,8871,0,-10420.1,1083.8,48.8493,0.08898,300,5,0,247,0,1,0,0,0),(89909,454,0,1,1,8871,0,-10257.8,1270.85,37.8478,1.50105,300,10,0,247,0,1,0,0,0),(89910,122,0,1,1,2342,1,-11202.4,1331.91,89.3128,4.37965,300,5,0,386,0,1,0,0,0),(89911,449,0,1,1,2344,0,-11234.4,1236.32,89.6562,2.71868,300,5,0,356,0,1,0,0,0),(89912,449,0,1,1,2345,0,-11237.6,1249.72,89.7604,0.261799,300,0,0,356,0,0,0,0,0),(89913,122,0,1,1,2343,1,-11201.6,1208.63,87.8476,1.16124,300,5,0,386,0,1,0,0,0),(89914,513,0,1,1,1994,1,-9809.17,1864.33,-16.7733,3.44019,300,5,0,300,0,1,0,0,0),(89915,456,0,1,1,486,1,-9790.04,1830.64,-10.198,2.89725,300,0,0,276,295,0,0,0,0),(89916,513,0,1,1,1994,1,-9795.21,1790.53,-4.07209,5.38692,300,5,0,300,0,1,0,0,0),(89917,456,0,1,1,486,1,-9798.57,1842.76,-3.44893,0.590037,300,3,0,276,295,1,0,0,0),(89918,456,0,1,1,486,1,-9791.47,1826.97,5.37233,2.79253,300,0,0,276,295,0,0,0,0),(89919,456,0,1,1,486,1,-9753.35,1845.93,-16.4015,2.75221,300,10,0,276,295,1,0,0,0),(89920,513,0,1,1,1994,1,-9836.86,1828.98,-6.16082,3.48381,300,5,0,300,0,1,0,0,0),(89921,456,0,1,1,486,1,-9766.46,1813.28,2.43849,3.03687,300,5,0,276,295,1,0,0,0),(89922,456,0,1,1,486,1,-9781.9,1830.19,-11.1869,4.17388,300,5,0,276,295,1,0,0,0),(89923,456,0,1,1,486,1,-9811.94,1843.51,-4.54433,2.87803,300,0,0,276,295,0,0,0,0),(89924,620,0,1,1,304,0,-10722.7,1653.89,43.7517,1.0455,300,10,0,1,0,1,0,0,0),(89925,620,0,1,1,304,0,-10314.4,1417.72,40.3659,1.51624,300,5,0,1,0,1,0,0,0),(89926,620,0,1,1,304,0,-10303.4,1414.66,40.7905,0.566039,300,5,0,1,0,1,0,0,0),(89927,620,0,1,1,304,0,-9854.85,1275.5,40.9487,3.8068,300,5,0,1,0,1,0,0,0),(89928,620,0,1,1,304,0,-11031.6,1436.69,43.8064,0.632789,300,10,0,1,0,1,0,0,0),(89929,620,0,1,1,304,0,-10129.8,1213.53,36.1332,2.53744,300,5,0,1,0,1,0,0,0),(89930,620,0,1,1,304,0,-9877.59,1295.1,42.1903,3.43758,300,5,0,1,0,1,0,0,0),(89931,620,0,1,1,304,0,-9885.44,1302.93,42.0221,6.12205,300,5,0,1,0,1,0,0,0),(89932,117,0,1,1,175,1,-9787.43,1420.45,41.7238,1.38407,300,5,0,222,0,1,0,0,0),(89933,515,0,1,1,441,1,-9647.55,1155.92,5.14084,2.44989,300,10,0,222,0,1,0,0,0),(89934,126,0,1,1,983,1,-9591.53,1428.6,3.17173,0.613265,300,10,0,247,0,1,0,0,0),(89935,515,0,1,1,441,1,-9587.05,1070.63,0.944414,1.85005,300,0,0,222,0,0,0,0,0),(89936,126,0,1,1,983,1,-9576.78,1059.79,5.28867,3.14159,300,0,0,247,0,0,0,0,0),(89937,515,0,1,1,441,1,-9570.48,1066.8,3.59947,4.2237,300,0,0,222,0,0,0,0,0),(89938,126,0,1,1,983,1,-9604.28,1460.37,6.65136,3.8011,300,5,0,247,0,1,0,0,0),(89939,126,0,1,1,983,1,-9682.83,1546.78,12.964,3.78795,300,10,0,247,0,1,0,0,0),(89940,126,0,1,1,983,1,-9618.88,1357.34,3.4901,0.749965,300,10,0,247,0,1,0,0,0),(89941,458,0,1,1,757,1,-10219.3,2051.07,9.31934,2.49182,300,5,0,356,0,1,0,0,0),(89942,171,0,1,1,1305,1,-10021.8,1890.43,11.6347,1.0472,300,0,0,328,0,0,0,0,0),(89943,513,0,1,1,1994,1,-10021.4,1881.92,12.797,3.35103,300,0,0,300,0,0,0,0,0),(89944,513,0,1,1,1994,1,-10012.6,1879.26,12.801,0,300,0,0,300,0,0,0,0,0),(89945,171,0,1,1,1305,1,-10203.6,1990.78,11.6211,3.20151,300,10,0,328,0,1,0,0,0),(89946,171,0,1,1,1305,1,-10289.8,2082.53,-2.08995,0.108323,300,10,0,328,0,1,0,0,0),(89947,513,0,1,1,1994,1,-9876.75,1797.56,3.47668,2.27391,300,10,0,300,0,1,0,0,0),(89948,171,0,1,1,1305,1,-10185.8,2046.64,0.721725,3.9667,300,5,0,328,0,1,0,0,0),(89949,171,0,1,1,1305,1,-10174.3,2029.62,5.89085,5.84378,300,0,0,328,0,0,0,0,0),(89950,458,0,1,1,757,1,-10286.3,2044.33,9.70826,5.25709,300,5,0,356,0,1,0,0,0),(89951,458,0,1,1,757,1,-10047.6,1980.06,-4.07457,3.22863,300,10,0,356,0,1,0,0,0),(89952,171,0,1,1,1305,1,-10086.5,2025.19,-6.0156,3.02522,300,5,0,328,0,1,0,0,0),(89953,458,0,1,1,757,1,-10016.7,1992.66,-7.37872,4.08862,300,10,0,356,0,1,0,0,0),(89954,171,0,1,1,1305,1,-10057.7,2027.42,-9.66458,3.53498,300,5,0,328,0,1,0,0,0),(89955,517,0,1,1,1079,1,-10799.8,2038.96,11.2187,0.575959,300,0,0,350,390,0,0,0,0),(89956,458,0,1,1,757,1,-10798.5,2054.77,10.7607,5.14872,300,0,0,356,0,0,0,0,0),(89957,458,0,1,1,757,1,-10797.9,2045.54,10.5618,1.50098,300,0,0,356,0,0,0,0,0),(89958,127,0,1,1,1995,0,-11014.4,2036.97,10.2512,4.88692,300,0,0,377,408,0,0,0,0),(89959,127,0,1,1,1995,0,-11016.8,2030.12,10.7599,0.314159,300,0,0,377,408,0,0,0,0),(89960,517,0,1,1,1079,1,-11009.9,2030.85,11.0509,3.03687,300,0,0,350,390,0,0,0,0),(89961,517,0,1,1,1079,1,-10787.3,2078.2,8.63765,6.25157,300,10,0,350,390,1,0,0,0),(89962,458,0,1,1,757,1,-10767.5,2046.83,15.0832,4.12782,300,10,0,356,0,1,0,0,0),(89963,517,0,1,1,1079,1,-10776.5,2103.37,1.69464,1.05163,300,10,0,350,390,1,0,0,0),(89964,127,0,1,1,1995,0,-11414.4,1821.84,-1.18796,-2.7221,300,5,0,377,408,1,0,0,0),(89965,127,0,1,1,1995,0,-11367.2,1806.27,8.11069,4.27606,300,10,0,377,408,1,0,0,0),(89966,127,0,1,1,1995,0,-11371.4,1796.91,8.50641,1.16937,300,0,0,377,408,0,0,0,0),(89967,127,0,1,1,1995,0,-11365.1,1799.64,8.41003,2.51327,300,0,0,377,408,0,0,0,0),(89968,517,0,1,1,1079,1,-10647,2074.4,7.70761,1.93206,300,10,0,350,390,1,0,0,0),(89969,517,0,1,1,1079,1,-10770.8,2062.44,10.7035,1.05815,300,10,0,350,390,1,0,0,0),(89970,458,0,1,1,757,1,-10751.9,2057.75,12.6267,3.5091,300,10,0,356,0,1,0,0,0),(89971,127,0,1,1,1995,0,-11127.7,2123.97,-10.9382,5.35312,300,10,0,377,408,1,0,0,0),(89972,517,0,1,1,1079,1,-11162.7,2061.85,-3.56641,5.26506,300,10,0,350,390,1,0,0,0),(89973,127,0,1,1,1995,0,-11082.8,2079.71,11.3781,4.32842,300,0,0,377,408,0,0,0,0),(89974,517,0,1,1,1079,1,-11118.6,2103.77,-6.40406,5.09636,300,10,0,350,390,1,0,0,0),(89975,517,0,1,1,1079,1,-11135.5,2065.5,-4.70716,3.9968,300,10,0,350,390,1,0,0,0),(89976,127,0,1,1,1995,0,-11073.6,2069.53,6.38764,1.55908,300,10,0,377,408,1,0,0,0),(89977,127,0,1,1,1995,0,-11079.7,2085.96,9.63451,6.12611,300,0,0,377,408,0,0,0,0),(89978,127,0,1,1,1995,0,-11165.7,2037.17,0.362662,3.68265,300,0,0,377,408,0,0,0,0),(89979,1727,0,1,1,341,1,-11233.1,1514.79,28.65,0.122173,300,0,0,386,0,0,0,0,0),(89980,1727,0,1,1,341,1,-11277.4,1505.73,39.0168,4.27606,300,0,0,386,0,0,0,0,0),(89981,1727,0,1,1,2528,1,-11261.4,1572.71,34.6407,3.19395,300,0,0,386,0,0,0,0,0),(89982,1727,0,1,1,2528,1,-11228.7,1504.32,26.4833,6.05629,300,0,0,386,0,0,0,0,0),(89983,1727,0,1,1,2528,1,-11221.4,1607.43,33.11,6.19592,300,0,0,386,0,0,0,0,0),(89984,1727,0,1,1,2528,1,-11208.6,1648.46,27.5595,0.10472,300,0,0,386,0,0,0,0,0),(89985,1727,0,1,1,2528,1,-11218,1640.98,27.4693,2.68781,300,0,0,386,0,0,0,0,0),(89986,1727,0,1,1,341,1,-11232.9,1627.22,26.9836,5.34071,300,0,0,386,0,0,0,0,0),(89987,1727,0,1,1,341,1,-11241.8,1666.51,33.6692,2.00713,300,0,0,386,0,0,0,0,0),(89988,1727,0,1,1,2528,1,-11252.8,1593.14,33.9067,1.32645,300,0,0,386,0,0,0,0,0),(89989,623,0,1,1,11402,1,-11343.3,1564.1,31.9432,3.85718,300,3,0,386,0,1,0,0,0),(89990,623,0,1,1,11402,1,-11320.1,1592.46,35.7475,2.57781,300,3,0,386,0,1,0,0,0),(89991,623,0,1,1,11402,1,-11285.5,1586.7,36.6121,3.68821,300,3,0,386,0,1,0,0,0),(89992,625,0,1,1,829,1,-11300.3,1551.89,35.2044,4.68193,300,3,0,386,0,1,0,0,0),(89993,624,0,1,1,10630,0,-11287.9,1596.96,36.2807,1.01229,300,0,0,386,0,0,0,0,0),(89994,624,0,1,1,10630,0,-11326.8,1588.6,35.1702,4.13746,300,3,0,386,0,1,0,0,0),(89995,623,0,1,1,11402,1,-11341.5,1573.82,33.4517,2.72048,300,3,0,386,0,1,0,0,0),(89996,624,0,1,1,10630,0,-11324.6,1545.31,28.7448,4.65358,300,3,0,386,0,1,0,0,0),(89997,95,0,1,1,4418,1,-10324.6,1413.14,40.4493,3.32955,300,5,0,222,0,1,0,0,0),(89998,95,0,1,1,4419,1,-10353.7,1588.67,40.625,5.73731,300,5,0,222,0,1,0,0,0),(89999,95,0,1,1,4419,1,-10344.4,1552.39,41.7656,5.2704,300,5,0,222,0,1,0,0,0),(90000,95,0,1,1,4419,1,-10311.5,1400.06,41.407,0.401426,300,0,0,222,0,0,0,0,0),(90001,504,0,1,1,2331,1,-10311.5,1402.89,41.407,0.017453,300,0,0,247,0,0,0,0,0),(90002,504,0,1,1,2331,1,-10625.2,1382.13,42.1773,1.39626,300,0,0,247,0,0,0,0,0),(90003,157,0,1,1,3027,0,-10608.2,1395.27,41.2804,5.20177,300,10,0,300,0,1,0,0,0),(90004,157,0,1,1,3027,0,-10548.3,1450.02,48.1918,0.056691,300,5,0,300,0,1,0,0,0),(90005,157,0,1,1,3027,0,-10416.7,1516.67,48.2655,3.9664,300,5,0,300,0,1,0,0,0),(90006,157,0,1,1,3027,0,-10445.9,1584.95,54.7778,2.96296,300,5,0,300,0,1,0,0,0),(90007,1109,0,1,1,2305,0,-10401.1,1619.26,39.3244,6.15883,300,5,0,273,0,1,0,0,0),(90008,1109,0,1,1,2305,0,-10545.3,1503.85,63.8104,1.30806,300,5,0,273,0,1,0,0,0),(90009,1109,0,1,1,2305,0,-10584.8,1520.36,48.0619,4.65762,300,5,0,273,0,1,0,0,0),(90010,157,0,1,1,3027,0,-11223.4,1907.86,35.1899,5.50884,300,10,0,300,0,1,0,0,0),(90011,157,0,1,1,3027,0,-10896.7,1534.49,48.3628,1.04244,300,10,0,300,0,1,0,0,0),(90012,157,0,1,1,3027,0,-11252.7,1801.26,36.7896,4.6831,300,10,0,300,0,1,0,0,0),(90013,157,0,1,1,3027,0,-11215.5,1817.73,36.4939,2.39403,300,10,0,300,0,1,0,0,0),(90014,547,0,1,1,3035,0,-10988.6,1108.85,39.6838,5.57535,300,5,0,356,0,1,0,0,0),(90015,547,0,1,1,3035,0,-10977,1207.59,43.4901,5.12189,300,10,0,356,0,1,0,0,0),(90016,547,0,1,1,3035,0,-10578.1,908.086,38.957,5.18259,300,5,0,356,0,1,0,0,0),(90017,547,0,1,1,3035,0,-10545.4,953.413,43.8703,0.153911,300,5,0,356,0,1,0,0,0),(90018,547,0,1,1,3035,0,-10955.7,767.409,41.0726,4.43141,300,10,0,356,0,1,0,0,0),(90019,547,0,1,1,3035,0,-10989.2,682.318,34.6875,0.001575,300,10,0,356,0,1,0,0,0),(90020,458,0,1,1,757,1,-10544.8,2113.78,1.57785,3.97935,300,10,0,356,0,1,0,0,0),(90021,458,0,1,1,757,1,-10534.9,2135.05,-5.07052,0.698132,300,10,0,356,0,1,0,0,0),(90022,171,0,1,1,1305,1,-10540.5,2141.99,-8.15187,4.13643,300,10,0,328,0,1,0,0,0),(90023,458,0,1,1,757,1,-10493.1,2118.64,1.1146,2.43522,300,5,0,356,0,1,0,0,0),(90024,171,0,1,1,1305,1,-10568.2,2109.97,0.991297,6.19592,300,0,0,328,0,0,0,0,0),(90025,458,0,1,1,757,1,-10541.1,2126.69,-1.71408,4.83456,300,10,0,356,0,1,0,0,0),(90026,171,0,1,1,1305,1,-10518.8,2113.9,1.36634,4.08407,300,10,0,328,0,1,0,0,0),(90027,171,0,1,1,1305,1,-10555.8,2101.33,4.38844,3.34558,300,10,0,328,0,1,0,0,0),(90028,1216,0,1,1,9570,0,-11235.3,2003.17,3.58551,0.840992,300,5,0,386,0,1,0,0,0),(90029,1216,0,1,1,9570,0,-11462.9,1731.1,9.79707,5.56708,300,10,0,386,0,1,0,0,0),(90030,589,0,1,1,2338,1,-10473.2,1952.74,10.5862,2.31881,300,0,0,263,710,0,0,0,0),(90031,2914,0,1,1,2957,0,-11245,1398.16,89.7176,1.46102,300,5,0,8,0,1,0,0,0),(90032,2620,0,1,1,1072,0,-10548,1730.23,40.6448,1.61963,300,5,0,8,0,1,0,0,0),(90033,6271,0,1,1,4959,0,-10658.5,1202.97,34.9344,4.57919,300,10,0,8,0,1,0,0,0),(90034,2620,0,1,1,1072,0,-10117.1,1279.88,39.6322,1.03155,300,5,0,8,0,1,0,0,0),(90035,95,0,1,1,4418,1,-9878.41,1415.76,43.64,1.76278,300,3,0,222,0,1,0,0,0),(90036,95,0,1,1,4419,1,-10026.2,1479.52,41.4131,5.45774,300,5,0,222,0,1,0,0,0),(90037,95,0,1,1,4419,1,-9889.67,1423.62,40.0303,0.874795,300,5,0,222,0,1,0,0,0),(90038,95,0,1,1,4418,1,-9852.84,1453.07,40.9059,5.62883,300,3,0,222,0,1,0,0,0),(90039,504,0,1,1,2332,1,-9959.92,1452.94,43.3409,5.33184,300,0,0,247,0,0,0,0,0),(90040,95,0,1,1,4418,1,-9840.47,1406.74,38.5635,4.99164,300,0,0,222,0,0,0,0,0),(90041,95,0,1,1,4419,1,-9979.01,1457.29,44.6146,6.19725,300,0,0,222,0,0,0,0,0),(90042,1236,0,1,1,373,1,-9877.37,1430.55,44.0194,1.30677,300,0,0,247,0,0,0,0,0),(90043,95,0,1,1,4418,1,-9821.38,1422.96,36.7884,2.71233,300,0,0,222,0,0,0,0,0),(90044,824,0,1,1,2441,1,-11219.8,1538.33,34.7055,5.77704,300,0,0,328,0,0,0,0,0),(90045,824,0,1,1,556,1,-11126.9,1476.99,34.6331,4.76475,300,0,0,328,0,0,0,0,0),(90046,824,0,1,1,556,1,-11082.8,1519.86,29.9805,0.261799,300,0,0,328,0,0,0,0,0),(90047,824,0,1,1,2441,1,-11185.6,1581.68,26.6417,0.925025,300,0,0,328,0,0,0,0,0),(90048,824,0,1,1,556,1,-11147.4,1530.6,20.0244,1.78024,300,0,0,328,0,0,0,0,0),(90049,824,0,1,1,556,1,-11195.8,1493.12,15.7827,0.453786,300,0,0,328,0,0,0,0,0),(90050,824,0,1,1,2441,1,-11191,1564.17,27.7931,6.03884,300,0,0,328,0,0,0,0,0),(90051,824,0,1,1,2441,1,-11144.5,1512.24,22.915,3.63029,300,0,0,328,0,0,0,0,0),(90052,824,0,1,1,556,1,-11192.8,1540.06,19.8363,2.67035,300,0,0,328,0,0,0,0,0),(90053,824,0,1,1,556,1,-11186.7,1549.27,19.785,2.53073,300,0,0,328,0,0,0,0,0),(90054,36,0,1,1,367,0,-10189.2,1302.29,36.7473,3.75987,300,10,0,222,0,1,0,0,0),(90055,114,0,1,1,378,0,-9926.43,1263.58,42.1853,2.55257,300,10,0,300,0,1,0,0,0),(90056,114,0,1,1,378,0,-9939.18,1161.9,41.7314,0.443139,300,10,0,300,0,1,0,0,0),(90057,480,0,1,1,514,0,-9862.75,1007.32,32.2554,3.51236,300,10,0,176,0,1,0,0,0),(90058,480,0,1,1,514,0,-9868.64,1018.64,32.881,0.371185,300,10,0,176,0,1,0,0,0),(90059,114,0,1,1,378,0,-10617.7,1590.22,42.518,3.13085,300,10,0,300,0,1,0,0,0),(90060,456,0,1,1,486,1,-9829.85,1803.09,-1.85927,1.31527,300,5,0,276,295,1,0,0,0),(90061,513,0,1,1,1994,1,-9807.28,1838.85,-8.1311,2.12705,300,0,0,300,0,0,0,0,0),(90062,513,0,1,1,1994,1,-9798.47,1844.69,4.57742,4.51365,300,3,0,300,0,1,0,0,0),(90063,513,0,1,1,1994,1,-9777.56,1822.77,10.1445,4.17703,300,3,0,300,0,1,0,0,0),(90064,456,0,1,1,486,1,-9771.19,1816.85,1.46678,4.54742,300,5,0,276,295,1,0,0,0),(90065,513,0,1,1,1994,1,-9765.1,1808.33,-4.73589,4.86476,300,0,0,300,0,0,0,0,0),(90066,513,0,1,1,1994,1,-9802.37,1846.35,-14.8858,2.34933,300,5,0,300,0,1,0,0,0),(90067,456,0,1,1,486,1,-9806.18,1826.43,-4.46597,1.69297,300,3,0,276,295,1,0,0,0),(90068,620,0,1,1,304,0,-9861.1,1290.83,41.8237,1.62479,300,5,0,1,0,1,0,0,0),(90069,620,0,1,1,304,0,-10988.5,1451.04,43.3267,1.11714,300,5,0,1,0,1,0,0,0),(90070,620,0,1,1,304,0,-10722.2,1669.9,44.0413,1.1882,300,10,0,1,0,1,0,0,0),(90071,620,0,1,1,304,0,-9842.73,1269.92,41.3237,0.834495,300,5,0,1,0,1,0,0,0),(90072,620,0,1,1,304,0,-11023.9,1426.91,43.8726,6.2012,300,10,0,1,0,1,0,0,0),(90073,620,0,1,1,304,0,-10324,1419.24,39.9909,1.01209,300,5,0,1,0,1,0,0,0),(90074,620,0,1,1,304,0,-10997.5,1451.06,43.3267,3.21287,300,5,0,1,0,1,0,0,0),(90075,456,0,1,1,486,1,-9578.58,1449.17,-0.086853,0.942478,300,0,0,276,295,0,0,0,0),(90076,126,0,1,1,983,1,-9632,1358.23,6.48876,0,300,0,0,247,0,0,0,0,0),(90077,126,0,1,1,983,1,-9583.74,1452.6,0.441286,3.47321,300,0,0,247,0,0,0,0,0),(90078,456,0,1,1,486,1,-9588.13,1442.72,2.24347,2.32129,300,0,0,276,295,0,0,0,0),(90079,126,0,1,1,983,1,-9687.95,1529.92,13.8549,5.53269,300,0,0,247,0,0,0,0,0),(90080,126,0,1,1,983,1,-9687.61,1522.07,14.2513,0.959931,300,0,0,247,0,0,0,0,0),(90081,126,0,1,1,983,1,-9605.56,1040.35,7.66496,3.73299,300,5,0,247,0,1,0,0,0),(90082,456,0,1,1,486,1,-9590.83,1511.04,0.098443,2.30383,300,0,0,276,295,0,0,0,0),(90083,126,0,1,1,983,1,-9626.67,1547.82,0.748849,4.38078,300,10,0,247,0,1,0,0,0),(90084,126,0,1,1,983,1,-9589.85,1503.48,-0.147509,4.11898,300,0,0,247,0,0,0,0,0),(90085,456,0,1,1,486,1,-9637.87,1573.42,0.748535,2.86234,300,0,0,276,295,0,0,0,0),(90086,126,0,1,1,983,1,-9609.7,1519.33,2.38142,2.07611,300,5,0,247,0,1,0,0,0),(90087,126,0,1,1,983,1,-9664.42,1137.08,6.87928,3.71475,300,10,0,247,0,1,0,0,0),(90088,126,0,1,1,983,1,-9607.37,1441.13,5.89246,2.22129,300,10,0,247,0,1,0,0,0),(90089,126,0,1,1,983,1,-9665.49,1527.82,10.6811,2.47558,300,5,0,247,0,1,0,0,0),(90090,126,0,1,1,983,1,-9608.78,1066.64,3.48331,3.47321,300,0,0,247,0,0,0,0,0),(90091,515,0,1,1,441,1,-9601.35,1066.62,2.86092,4.7822,300,0,0,222,0,0,0,0,0),(90092,171,0,1,1,1305,1,-9908.63,1778.59,10.2314,0.820305,300,0,0,328,0,0,0,0,0),(90093,513,0,1,1,1994,1,-9915.69,1772.7,10.6439,0,300,0,0,300,0,0,0,0,0),(90094,513,0,1,1,1994,1,-9903.3,1763.72,10.3332,0,300,0,0,300,0,0,0,0,0),(90095,458,0,1,1,757,1,-10348.7,2051.27,6.15983,0.824728,300,10,0,356,0,1,0,0,0),(90096,458,0,1,1,757,1,-10251.8,2085.64,-3.92631,5.8398,300,5,0,356,0,1,0,0,0),(90097,458,0,1,1,757,1,-10310.1,2082.67,-1.76199,0.150643,300,10,0,356,0,1,0,0,0),(90098,171,0,1,1,1305,1,-10143.4,1996.15,9.69244,3.97671,300,10,0,328,0,1,0,0,0),(90099,513,0,1,1,1994,1,-9992.74,1887.8,11.3672,2.66741,300,5,0,300,0,1,0,0,0),(90100,171,0,1,1,1305,1,-9884.45,1769.04,8.8866,4.76958,300,10,0,328,0,1,0,0,0),(90101,171,0,1,1,1305,1,-9888.16,1795.33,5.69883,0.791609,300,10,0,328,0,1,0,0,0),(90102,458,0,1,1,757,1,-10691.1,2135.19,20.938,3.1765,300,0,0,356,0,0,0,0,0),(90103,458,0,1,1,757,1,-10684.1,2134.39,20.3029,5.74213,300,0,0,356,0,0,0,0,0),(90104,458,0,1,1,757,1,-10737.5,2187.64,17.1083,2.30383,300,0,0,356,0,0,0,0,0),(90105,517,0,1,1,1079,1,-10732.2,2188.65,16.507,1.09956,300,0,0,350,390,0,0,0,0),(90106,517,0,1,1,1079,1,-11379.6,1829.08,2.5493,0.989493,300,10,0,350,390,1,0,0,0),(90107,517,0,1,1,1079,1,-10757.5,2082.63,5.41489,2.36822,300,10,0,350,390,1,0,0,0),(90108,517,0,1,1,1079,1,-10651.7,2053.26,7.76899,3.94444,300,10,0,350,390,1,0,0,0),(90109,458,0,1,1,757,1,-10659.6,2042.48,8.33358,2.96706,300,0,0,356,0,0,0,0,0),(90110,458,0,1,1,757,1,-10665.5,2042.45,7.97644,0,300,0,0,356,0,0,0,0,0),(90111,458,0,1,1,757,1,-10678.2,2061.01,7.84587,3.7286,300,10,0,356,0,1,0,0,0),(90112,517,0,1,1,1079,1,-11390.7,1805.56,7.73824,3.9329,300,10,0,350,390,1,0,0,0),(90113,517,0,1,1,1079,1,-10634.2,2045.94,11.2488,5.18695,300,10,0,350,390,1,0,0,0),(90114,517,0,1,1,1079,1,-11404.5,1773.51,9.03428,0.141069,300,10,0,350,390,1,0,0,0),(90115,127,0,1,1,1995,0,-11365.7,1779.55,9.82954,6.03528,300,10,0,377,408,1,0,0,0),(90116,1727,0,1,1,2528,1,-11258.5,1654.6,33.6242,2.33874,300,0,0,386,0,0,0,0,0),(90117,1727,0,1,1,2528,1,-11266.7,1533.88,30.5158,3.66519,300,0,0,386,0,0,0,0,0),(90118,1727,0,1,1,341,1,-11240,1509.02,37.8079,4.79965,300,0,0,386,0,0,0,0,0),(90119,1727,0,1,1,2528,1,-11245.1,1492.22,23.8821,1.50098,300,0,0,386,0,0,0,0,0),(90120,1727,0,1,1,341,1,-11194.8,1630.83,28.1775,1.6057,300,0,0,386,0,0,0,0,0),(90121,1727,0,1,1,341,1,-11255.3,1518.75,31.698,3.35103,300,0,0,386,0,0,0,0,0),(90122,1727,0,1,1,341,1,-11242,1635.24,27.6542,3.9619,300,0,0,386,0,0,0,0,0),(90123,1727,0,1,1,341,1,-11257.5,1502.36,38.0122,4.59022,300,0,0,386,0,0,0,0,0),(90124,625,0,1,1,829,1,-11343.8,1531.26,28.5596,2.57697,300,3,0,386,0,1,0,0,0),(90125,625,0,1,1,829,1,-11325.9,1562.39,26.4165,5.30071,300,3,0,386,0,1,0,0,0),(90126,95,0,1,1,4419,1,-9944.64,1473.77,39.5663,4.48298,300,3,0,222,0,1,0,0,0),(90127,1236,0,1,1,373,1,-9852.63,1401.42,37.4865,2.87751,300,0,0,247,0,0,0,0,0),(90128,95,0,1,1,4419,1,-10020.1,1413.72,40.8387,0.800858,300,5,0,222,0,1,0,0,0),(90129,1236,0,1,1,373,1,-9826.66,1404.08,37.3115,1.82128,300,0,0,247,0,0,0,0,0),(90130,95,0,1,1,4418,1,-9997.87,1411.76,40.8543,2.72271,300,0,0,222,0,0,0,0,0),(90131,824,0,1,1,2441,1,-11132,1514.27,24.5622,1.39626,300,0,0,328,0,0,0,0,0),(90132,824,0,1,1,556,1,-11220.9,1486.6,17.7838,1.71042,300,0,0,328,0,0,0,0,0),(90133,824,0,1,1,2441,1,-11208.1,1482.61,15.3275,4.97419,300,0,0,328,0,0,0,0,0),(90134,824,0,1,1,2441,1,-11240,1559.42,34.576,0.820305,300,0,0,328,0,0,0,0,0),(90135,824,0,1,1,2441,1,-11193.4,1530.52,19.9293,3.36848,300,0,0,328,0,0,0,0,0),(90136,824,0,1,1,2441,1,-11184.2,1517.98,20.3053,5.02655,300,0,0,328,0,0,0,0,0),(90137,824,0,1,1,556,1,-11169,1553.15,20.8527,6.14356,300,0,0,328,0,0,0,0,0),(90138,824,0,1,1,556,1,-11198.5,1470.89,16.7919,2.86234,300,0,0,328,0,0,0,0,0),(90139,824,0,1,1,556,1,-11089.8,1511.6,29.3671,5.16617,300,0,0,328,0,0,0,0,0),(90140,824,0,1,1,2441,1,-11215,1574.51,30.2629,2.09439,300,0,0,328,0,0,0,0,0),(90141,36,0,1,1,367,0,-10270.2,1864.45,36.9199,0.951106,300,10,0,222,0,1,0,0,0),(90142,36,0,1,1,367,0,-10233.4,1027.19,34.6941,-1.34613,300,0,0,222,0,0,0,0,0),(90143,114,0,1,1,378,0,-9980.81,1214.99,42.1345,1.7927,300,10,0,300,0,1,0,0,0),(90144,36,0,1,1,367,0,-10495.1,1752.18,36.6136,4.88771,300,5,0,222,0,1,0,0,0),(90145,513,0,1,1,1994,1,-9783.84,1836.71,-1.26479,3.45575,300,0,0,300,0,0,0,0,0),(90146,515,0,1,1,441,1,-9623.69,1172.35,4.58092,5.29361,300,10,0,222,0,1,0,0,0),(90147,456,0,1,1,486,1,-9615.7,1493.02,6.76234,1.60868,300,10,0,276,295,1,0,0,0),(90148,517,0,1,1,1079,1,-11405.3,1807.93,4.98193,5.72468,300,0,0,350,390,0,0,0,0),(90149,127,0,1,1,1995,0,-11390,1789.89,8.38229,1.67552,300,0,0,377,408,0,0,0,0),(90150,127,0,1,1,1995,0,-11392.9,1790.27,8.36698,0.925025,300,0,0,377,408,0,0,0,0),(90151,127,0,1,1,1995,0,-11411,1806.41,4.07039,5.53269,300,0,0,377,408,0,0,0,0),(90152,36,0,1,1,367,0,-10181,1340.99,37.9607,3.78997,300,10,0,222,0,1,0,0,0),(90153,36,0,1,1,367,0,-11011.9,1387.64,46.0683,1.37031,300,5,0,222,0,1,0,0,0),(90154,114,0,1,1,378,0,-10585,1681.76,40.9741,3.71265,300,10,0,300,0,1,0,0,0),(90155,36,0,1,1,367,0,-10192.3,1255.63,36.367,-0.818217,300,10,0,222,0,1,0,0,0),(90156,114,0,1,1,378,0,-10550.8,1706.12,42.2933,4.67254,300,10,0,300,0,1,0,0,0),(90157,36,0,1,1,367,0,-10515,1815.21,40.4497,4.55058,300,5,0,222,0,1,0,0,0),(90158,36,0,1,1,367,0,-10501.3,1779.26,35.6794,2.26868,300,5,0,222,0,1,0,0,0),(90159,114,0,1,1,378,0,-9940.51,1232.25,42.5235,3.29838,300,10,0,300,0,1,0,0,0),(90160,480,0,1,1,514,0,-9968.55,1113.79,39.724,4.61517,300,5,0,176,0,1,0,0,0),(90161,114,0,1,1,378,0,-10648.5,1685,42.1497,0.355062,300,10,0,300,0,1,0,0,0),(90162,114,0,1,1,378,0,-10586.4,1751.89,40.6899,2.13163,300,10,0,300,0,1,0,0,0),(90163,36,0,1,1,367,0,-10244.5,1846.91,36.7264,1.76402,300,10,0,222,0,1,0,0,0),(90164,480,0,1,1,514,0,-9889.75,1036.26,33.7268,2.39705,300,10,0,176,0,1,0,0,0),(90165,114,0,1,1,378,0,-10589.7,1616.2,42.472,2.25475,300,10,0,300,0,1,0,0,0),(90166,114,0,1,1,378,0,-10615.4,1646.88,42.9668,4.9417,300,10,0,300,0,1,0,0,0),(90167,480,0,1,1,514,0,-9985.16,1092.43,40.8958,4.9189,300,5,0,176,0,1,0,0,0),(90168,114,0,1,1,378,0,-10648.4,1620.54,43.2723,0.842895,300,10,0,300,0,1,0,0,0),(90169,114,0,1,1,378,0,-9946.99,1196.47,42.6531,1.24975,300,10,0,300,0,1,0,0,0),(90170,480,0,1,1,514,0,-9996.34,1148.45,43.6892,2.86226,300,5,0,176,0,1,0,0,0),(90171,114,0,1,1,378,0,-10619.5,1716.48,41.4147,3.41182,300,10,0,300,0,1,0,0,0),(90172,114,0,1,1,378,0,-9907.13,1207.03,42.196,5.66322,300,10,0,300,0,1,0,0,0),(90173,480,0,1,1,514,0,-9983.16,1146.94,43.077,4.34982,300,5,0,176,0,1,0,0,0),(90174,36,0,1,1,367,0,-10154.5,1310.82,38.5669,0.559332,300,10,0,222,0,1,0,0,0),(90175,114,0,1,1,378,0,-9869.38,1228.47,41.6656,5.91486,300,10,0,300,0,1,0,0,0),(90176,480,0,1,1,514,0,-9788.23,978.021,29.2029,2.15055,300,10,0,176,0,1,0,0,0),(90177,883,0,1,1,347,0,-9859.77,943.055,31.875,3.86644,300,10,0,1,0,1,0,0,0),(90178,2442,0,1,1,1060,0,-9952.78,930.388,43.3613,1.70399,300,5,0,1,0,1,0,0,0),(90198,454,0,1,1,8871,0,-10084.9,1251.91,39.6124,0.262512,300,10,0,247,0,1,0,0,0),(90199,454,0,1,1,8871,0,-10385,1283.8,41.7525,3.16503,300,5,0,247,0,1,0,0,0),(90200,833,0,1,1,161,0,-10219.2,1198.03,39.6837,3.97602,300,5,0,222,0,1,0,0,0),(90201,454,0,1,1,8871,0,-10477.3,1163.17,48.357,1.29384,300,5,0,247,0,1,0,0,0),(90202,834,0,1,1,643,0,-10146.3,1551.37,44.0582,0.973038,300,5,0,198,0,1,0,0,0),(90203,833,0,1,1,161,0,-10249.9,913.865,40.4789,4.3915,300,10,0,222,0,1,0,0,0),(90204,154,0,1,1,1105,0,-10679.8,876.593,37.6284,5.22935,300,5,0,356,0,1,0,0,0),(90205,154,0,1,1,1105,0,-10685.6,781.467,48.1836,3.9263,300,10,0,356,0,1,0,0,0),(90206,519,0,1,1,540,0,-10005.5,1912.19,5.09257,5.65101,3600,0,0,328,0,2,0,0,0),(90207,520,0,1,1,652,1,-10439.3,2062.36,9.27596,5.8943,3600,0,0,449,0,2,0,0,0),(90208,834,0,1,1,643,0,-10249.1,822.796,50.05,0.424199,300,10,0,198,0,1,0,0,0),(90209,506,0,1,1,383,1,-10143.2,1725.84,32.8832,1.79769,3600,0,0,417,0,0,0,0,0),(90210,123,0,1,1,383,1,-10139.6,1729.12,32.5282,1.3439,300,0,0,300,0,0,0,0,0),(90211,123,0,1,1,383,1,-10147,1728.78,32.5492,2.09439,300,0,0,300,0,0,0,0,0),(90212,1424,0,1,1,774,1,-9843.01,1390.73,38.1707,5.66296,3600,0,0,328,0,0,0,0,0),(90213,834,0,1,1,643,0,-9756.36,924.189,28.1601,2.75311,300,10,0,198,0,1,0,0,0),(90214,467,0,1,1,2311,0,-10508.4,1068,55.2111,2.1293,300,0,0,328,0,0,0,0,0),(90215,2442,0,1,1,1060,0,-9747.45,928.978,27.7093,5.75465,300,10,0,1,0,1,0,0,0),(90216,1109,0,1,1,2305,0,-10885.9,1415.6,44.7171,1.685,300,5,0,273,0,1,0,0,0),(90217,834,0,1,1,643,0,-9825.14,1022.24,29.8273,1.62158,300,5,0,198,0,1,0,0,0),(90218,480,0,1,1,514,0,-9825.74,949.581,29.2542,3.42373,300,10,0,176,0,1,0,0,0),(90219,589,0,1,1,2339,1,-10971.4,1397.4,45.1017,4.25722,300,5,0,263,710,1,0,0,0),(90220,454,0,1,1,8871,0,-10451.1,1136.71,39.2304,4.78864,300,5,0,247,0,1,0,0,0),(90221,590,0,1,1,2340,1,-11016.8,1413.82,44.1946,5.77704,300,0,0,273,0,0,0,0,0),(90222,480,0,1,1,514,0,-9823.44,1005.16,29.2554,3.70021,300,10,0,176,0,1,0,0,0),(90223,834,0,1,1,643,0,-9788.76,985.814,29.2505,5.01376,300,10,0,198,0,1,0,0,0),(90224,481,0,1,1,2335,1,-9850.21,1038.59,34.0218,1.91723,300,0,0,198,0,0,0,0,0),(90225,199,0,1,1,410,0,-10424.1,1137.91,39.1297,4.905,300,10,0,198,0,1,0,0,0),(90226,481,0,1,1,2335,1,-9841.22,1033.61,33.0888,4.67748,300,0,0,198,0,0,0,0,0),(90227,481,0,1,1,2333,1,-9846.95,1027.69,33.3076,6.05629,300,0,0,198,0,0,0,0,0),(90228,481,0,1,1,2333,1,-9861.72,1030.42,33.8804,6.00205,300,0,0,198,0,0,0,0,0),(90229,199,0,1,1,410,0,-9780.47,1246.5,41.7554,3.25796,300,10,0,198,0,1,0,0,0),(90230,95,0,1,1,4419,1,-9830.08,1263.53,40.8442,4.15555,300,5,0,222,0,1,0,0,0),(90231,504,0,1,1,2331,1,-9861.08,1272.64,40.8237,4.19504,300,5,0,247,0,1,0,0,0),(90232,95,0,1,1,4418,1,-9847.75,1287.47,41.8973,4.36761,300,5,0,222,0,1,0,0,0),(90234,154,0,1,1,1105,0,-10809.8,963.494,34.1271,1.61121,300,10,0,356,0,1,0,0,0),(90235,157,0,1,1,3027,0,-10328.8,1589.05,40.8687,1.82899,300,5,0,300,0,1,0,0,0),(90236,154,0,1,1,1105,0,-10862.7,937.159,41.1782,0.790923,300,5,0,356,0,1,0,0,0),(90237,115,0,1,1,379,0,-10825.6,715.884,37.8314,5.61478,300,3,0,386,0,1,0,0,0),(90238,2914,0,1,1,2957,0,-10518.4,1294.1,55.9647,5.0861,300,5,0,8,0,1,0,0,0),(90239,504,0,1,1,2331,1,-10513,1316.94,46.1071,4.32572,300,5,0,247,0,1,0,0,0),(90240,98,0,1,1,376,1,-11149,780.719,33.0292,4.41906,300,10,0,386,0,1,0,0,0),(90241,124,0,1,1,384,1,-11107.1,744.047,34.7981,3.41506,300,10,0,328,0,1,0,0,0),(90242,452,0,1,1,383,1,-11045.8,755.628,38.8671,6.01891,300,10,0,356,0,1,0,0,0),(90243,504,0,1,1,2331,1,-10477.5,1366.4,51.2746,0.401556,300,0,0,247,0,0,0,0,0),(90244,1109,0,1,1,2305,0,-10482,1492.08,57.3609,1.54346,300,5,0,273,0,1,0,0,0),(90245,1109,0,1,1,2305,0,-10459.7,1410.88,53.753,0.324223,300,5,0,273,0,1,0,0,0),(90246,1109,0,1,1,2305,0,-10421.9,1491.08,51.9053,4.84171,300,5,0,273,0,1,0,0,0),(90247,98,0,1,1,376,1,-11168.8,792.768,35.1847,3.04607,300,10,0,386,0,1,0,0,0),(90248,1109,0,1,1,2305,0,-10381,1478.89,40.2725,5.19066,300,5,0,273,0,1,0,0,0),(90249,98,0,1,1,376,1,-11011,752.482,39.2166,2.57383,300,10,0,386,0,1,0,0,0),(90250,98,0,1,1,376,1,-10981.3,827.232,36.5928,3.1831,300,10,0,386,0,1,0,0,0),(90251,452,0,1,1,383,1,-11023.5,811.251,37.1062,1.77228,300,5,0,356,0,1,0,0,0),(90252,452,0,1,1,383,1,-11013.2,889.149,36.1101,0.68792,300,10,0,356,0,1,0,0,0),(90253,547,0,1,1,3035,0,-10685,778.717,48.4887,6.13825,300,10,0,356,0,1,0,0,0),(90254,98,0,1,1,376,1,-11042.2,874.464,36.5218,2.817,300,10,0,386,0,1,0,0,0),(90255,454,0,1,1,8871,0,-10360.7,1193.49,40.3355,5.49779,300,5,0,247,0,1,0,0,0),(90256,452,0,1,1,383,1,-11051.2,825.797,37.7813,3.13964,300,5,0,356,0,1,0,0,0),(90257,453,0,1,1,502,1,-11093.7,887.162,41.7937,0.338426,300,5,0,377,408,1,0,0,0),(90258,98,0,1,1,376,1,-11104.2,853.003,40.413,5.92134,300,10,0,386,0,1,0,0,0),(90259,98,0,1,1,376,1,-11084.7,857.196,42.3772,3.68039,300,10,0,386,0,1,0,0,0),(90260,98,0,1,1,376,1,-11081.9,816.313,40.0446,5.04543,300,5,0,386,0,1,0,0,0),(90261,452,0,1,1,383,1,-11060.6,878.282,37.1468,3.85476,300,10,0,356,0,1,0,0,0),(90262,98,0,1,1,376,1,-11103.1,898.998,40.0269,5.66702,300,5,0,386,0,1,0,0,0),(90263,199,0,1,1,410,0,-10187.4,1512.87,42.9605,0.873183,300,5,0,198,0,1,0,0,0),(90264,98,0,1,1,376,1,-11099.5,938.161,35.9443,0.719797,300,10,0,386,0,1,0,0,0),(90265,452,0,1,1,383,1,-11123.6,961.716,37.9487,5.23528,300,10,0,356,0,1,0,0,0),(90266,98,0,1,1,376,1,-11187.9,885.047,45.5467,5.67054,300,10,0,386,0,1,0,0,0),(90267,453,0,1,1,502,1,-11160.4,896.277,40.7638,0.456426,300,10,0,377,408,1,0,0,0),(90268,452,0,1,1,383,1,-11157.1,1045.45,35.6022,0.125899,300,5,0,356,0,1,0,0,0),(90269,114,0,1,1,378,0,-10219.6,1488.85,41.4034,1.09786,300,5,0,300,0,1,0,0,0),(90270,114,0,1,1,378,0,-10176.5,1440.33,40.6278,5.52133,300,5,0,300,0,1,0,0,0),(90271,452,0,1,1,383,1,-10871.1,1198.07,33.3257,4.4995,300,10,0,356,0,1,0,0,0),(90272,124,0,1,1,384,1,-11045.5,1010.78,37.7962,3.36731,300,10,0,328,0,1,0,0,0),(90273,2914,0,1,1,2957,0,-10187.1,1489.11,39.3756,1.48084,300,5,0,8,0,1,0,0,0),(90274,114,0,1,1,378,0,-10174.8,1420.15,40.1521,1.06299,300,5,0,300,0,1,0,0,0),(90275,36,0,1,1,367,0,-10952.3,1355.52,44.7959,3.8157,300,10,0,222,0,1,0,0,0),(90276,114,0,1,1,378,0,-10219.4,1374.71,39.7396,4.47695,300,5,0,300,0,1,0,0,0),(90277,36,0,1,1,367,0,-10938.2,1382.03,42.1795,4.01717,300,10,0,222,0,1,0,0,0),(90278,36,0,1,1,367,0,-10964,1376.26,46.3728,3.86414,300,10,0,222,0,1,0,0,0),(90279,1109,0,1,1,2305,0,-10990.2,1623.08,45.1017,4.4604,300,5,0,273,0,1,0,0,0),(90280,1109,0,1,1,2305,0,-10962.3,1625.83,46.4382,3.24442,300,5,0,273,0,1,0,0,0),(90286,589,0,1,1,2339,1,-10989.6,1512.52,43.6183,5.11844,300,5,0,263,710,1,0,0,0),(90287,114,0,1,1,378,0,-10243.3,1410.25,40.7007,5.79725,300,5,0,300,0,1,0,0,0),(90290,590,0,1,1,2340,1,-11016,1487.04,43.5332,3.71755,300,0,0,273,0,0,0,0,0),(90291,589,0,1,1,2339,1,-11006,1497.93,44.0323,2.53073,300,0,0,263,710,0,0,0,0),(90292,449,0,1,1,2344,0,-11140,1742.47,38.605,3.05747,300,10,0,356,0,1,0,0,0),(90293,121,0,1,1,2336,1,-11195.1,1755.91,36.7794,5.69701,300,5,0,356,0,1,0,0,0),(90294,114,0,1,1,378,0,-10252.2,1483.53,40.6493,0.165064,300,5,0,300,0,1,0,0,0),(90295,501,0,1,1,413,0,-11112.3,1905.27,36.5998,1.36012,300,10,0,300,0,1,0,0,0),(90297,124,0,1,1,384,1,-10981.3,1953.69,33.8409,0.873237,300,10,0,328,0,1,0,0,0),(90298,501,0,1,1,413,0,-11024.8,1930.2,35.3572,4.8671,300,5,0,300,0,1,0,0,0),(90299,114,0,1,1,378,0,-10220.3,1130.18,36.2865,4.47113,300,5,0,300,0,1,0,0,0),(90300,114,0,1,1,378,0,-10155.8,1188.61,36.3941,1.4046,300,10,0,300,0,1,0,0,0),(90301,504,0,1,1,2331,1,-10322.8,1589.55,41.1589,1.47984,300,5,0,247,0,1,0,0,0),(90302,833,0,1,1,161,0,-10397.1,1783.93,34.8076,3.21986,300,5,0,222,0,1,0,0,0),(90303,834,0,1,1,643,0,-10383.5,1778.99,35.3814,4.99575,300,5,0,198,0,1,0,0,0),(90304,123,0,1,1,383,1,-10790.6,1969.87,36.1528,0.369073,300,10,0,300,0,1,0,0,0),(90305,501,0,1,1,413,0,-10619.6,1979.42,38.2408,4.66854,300,5,0,300,0,1,0,0,0),(90306,114,0,1,1,378,0,-10122.9,1126.23,36.9085,1.48005,300,10,0,300,0,1,0,0,0),(90307,114,0,1,1,378,0,-10240.5,1510.21,40.2542,0.064589,300,5,0,300,0,1,0,0,0),(90308,501,0,1,1,413,0,-10652.7,1952.89,34.9043,2.10524,300,5,0,300,0,1,0,0,0),(90309,123,0,1,1,383,1,-10559,1985.01,34.501,2.7272,300,5,0,300,0,1,0,0,0),(90310,36,0,1,1,367,0,-10199.4,1026.92,36.2049,5.96341,300,0,0,222,0,0,0,0,0),(90311,620,0,1,1,304,0,-10142.5,1048.42,36.8772,2.92152,300,5,0,1,0,1,0,0,0),(90312,36,0,1,1,367,0,-10488.7,1842.12,38.4167,1.64574,300,5,0,222,0,1,0,0,0),(90313,114,0,1,1,378,0,-10151.2,1114.41,36.8488,0.178735,300,5,0,300,0,1,0,0,0),(90314,833,0,1,1,161,0,-9985.95,1712.09,34.5036,5.36701,300,10,0,222,0,1,0,0,0),(90315,114,0,1,1,378,0,-10114.8,1156.42,36.4085,1.75826,300,10,0,300,0,1,0,0,0),(90316,620,0,1,1,304,0,-10134.1,1068.69,36.4085,5.22293,300,5,0,1,0,1,0,0,0),(90317,504,0,1,1,2332,1,-10207.9,1888.38,36.2056,4.00779,300,5,0,247,0,1,0,0,0),(90318,1109,0,1,1,2305,0,-10315.2,1850.47,36.4893,0.036117,300,5,0,273,0,1,0,0,0),(90319,114,0,1,1,378,0,-10184.7,1151.63,36.8419,3.01928,300,5,0,300,0,1,0,0,0),(90320,504,0,1,1,2331,1,-10206.8,1908.32,37.0127,1.84446,300,0,0,247,0,0,0,0,0),(90321,36,0,1,1,367,0,-10228.7,1864.02,37.0376,4.62633,300,10,0,222,0,1,0,0,0),(90322,504,0,1,1,2331,1,-10179.3,1877.76,33.6748,5.42797,300,10,0,247,0,1,0,0,0),(90323,2914,0,1,1,1206,0,-10191.5,1790.67,35.3037,3.38515,300,5,0,8,0,1,0,0,0),(90324,199,0,1,1,410,0,-10017.6,1747.71,34.9165,4.98113,300,10,0,198,0,1,0,0,0),(90325,157,0,1,1,3027,0,-10439.9,927.02,38.7766,1.55022,300,5,0,300,0,1,0,0,0),(90326,500,0,1,1,374,1,-10081.2,1826.57,34.9028,2.86911,300,10,0,247,0,1,0,0,0),(90327,117,0,1,1,175,1,-9864.96,1535.47,46.3233,2.64043,300,5,0,222,0,1,0,0,0),(90328,500,0,1,1,374,1,-10059.2,1836.53,35.7428,1.60156,300,5,0,247,0,1,0,0,0),(90329,199,0,1,1,410,0,-9784.17,1548.49,42.1891,3.36566,300,10,0,198,0,1,0,0,0),(90330,117,0,1,1,175,1,-9852.19,1557.01,47.0733,3.81742,300,10,0,222,0,1,0,0,0),(90331,7051,0,1,1,5813,1,-11147.3,512.539,32.6186,5.62169,300,0,0,617,0,2,0,0,0),(90332,500,0,1,1,374,1,-9747.39,1514.89,44.2356,6.16084,300,10,0,247,0,1,0,0,0),(90333,590,0,1,1,2341,1,-10933.8,1460.47,48.7216,1.89286,300,5,0,273,0,1,0,0,0),(90334,589,0,1,1,2338,1,-10991.4,1470.56,43.2791,6.26153,300,5,0,263,710,1,0,0,0),(90335,500,0,1,1,374,1,-9694.54,1440,48.7878,0.244346,300,0,0,247,0,0,0,0,0),(90336,117,0,1,1,175,1,-9704.73,1430.36,46.9241,5.28899,300,5,0,222,0,1,0,0,0),(90337,834,0,1,1,643,0,-10024.4,1048.16,37.4913,0.518662,300,10,0,198,0,1,0,0,0),(90338,154,0,1,1,1105,0,-10898,957.335,37.7209,1.81891,300,5,0,356,0,1,0,0,0),(90339,117,0,1,1,175,1,-9713.75,990.32,35.08,5.4891,300,10,0,222,0,1,0,0,0),(90340,117,0,1,1,175,1,-9731.63,1015.78,37.9612,3.29885,300,10,0,222,0,1,0,0,0),(90341,834,0,1,1,643,0,-10104,1078.55,37.6146,3.36202,300,5,0,198,0,1,0,0,0),(90342,115,0,1,1,379,0,-10848.5,719.3,34.3037,3.79626,300,5,0,386,0,1,0,0,0),(90343,95,0,1,1,4419,1,-10503.9,1246.24,69.0145,2.11859,300,5,0,222,0,1,0,0,0),(90344,95,0,1,1,4418,1,-10488.6,1211.17,66.7095,1.08532,300,0,0,222,0,0,0,0,0),(90345,2620,0,1,1,1072,0,-10422.7,1280.78,40.0873,0.034699,300,5,0,8,0,1,0,0,0),(90346,1109,0,1,1,2305,0,-10714.9,1286.64,50.1084,4.79845,300,5,0,273,0,1,0,0,0),(90347,114,0,1,1,378,0,-10286.1,1453.6,40.0664,2.13085,300,5,0,300,0,1,0,0,0),(90348,504,0,1,1,2331,1,-10411.8,1346.22,55.3489,5.57445,300,0,0,247,0,0,0,0,0),(90349,199,0,1,1,410,0,-10332.6,1321,54.9631,2.99763,300,5,0,198,0,1,0,0,0),(90350,95,0,1,1,4418,1,-10352.5,1255.29,41.1085,1.37881,300,0,0,222,0,0,0,0,0),(90351,589,0,1,1,2339,1,-11036.1,1508.33,43.285,3.01942,300,0,0,263,710,0,0,0,0),(90352,115,0,1,1,379,0,-10843.4,755.434,33.8382,4.18403,300,10,0,386,0,1,0,0,0),(90353,504,0,1,1,2332,1,-10319.7,1229.1,37.8693,5.39307,300,0,0,247,0,0,0,0,0),(90354,95,0,1,1,4419,1,-10335.1,1239.62,39.4897,0,300,0,0,222,0,0,0,0,0),(90355,95,0,1,1,4418,1,-10343.6,1223.4,40.3074,6.24828,300,0,0,222,0,0,0,0,0),(90356,589,0,1,1,2338,1,-11062.2,1563.69,45.2017,1.58828,300,5,0,263,710,1,0,0,0),(90357,114,0,1,1,378,0,-10186.4,1081.39,36.6235,0.454942,300,5,0,300,0,1,0,0,0),(90358,589,0,1,1,2339,1,-11024.3,1514.33,43.1204,0.872665,300,0,0,263,710,0,0,0,0),(90359,547,0,1,1,3035,0,-10728.1,952.895,47.0933,4.45072,300,5,0,356,0,1,0,0,0),(90360,157,0,1,1,3027,0,-10887,1053.63,36.5773,2.93496,300,10,0,300,0,1,0,0,0),(90361,157,0,1,1,3027,0,-10740.5,1283.42,43.0943,1.35901,300,10,0,300,0,1,0,0,0),(90362,115,0,1,1,379,0,-10849.3,722.031,33.641,4.15077,300,5,0,386,0,1,0,0,0),(90363,157,0,1,1,3027,0,-10778.6,1456.15,45.4044,2.87577,300,5,0,300,0,1,0,0,0),(90364,624,0,1,1,10630,0,-11300.9,1586.12,34.9946,0.226893,300,3,0,386,0,1,0,0,0),(90365,157,0,1,1,3027,0,-10752.2,1778.75,38.51,5.58414,300,10,0,300,0,1,0,0,0),(90366,623,0,1,1,11402,1,-11294.7,1590.64,34.3271,4.99164,300,3,0,386,0,1,0,0,0),(90367,124,0,1,1,384,1,-10845.6,1282.6,35.1159,6.26711,300,10,0,328,0,1,0,0,0),(90368,154,0,1,1,1105,0,-10815.1,826.974,33.4187,4.97632,300,10,0,356,0,1,0,0,0),(90369,157,0,1,1,3027,0,-10814.5,1217.77,34.5545,1.01204,300,5,0,300,0,1,0,0,0),(90370,124,0,1,1,384,1,-10872.8,1191.88,33.6896,3.22245,300,10,0,328,0,1,0,0,0),(90371,452,0,1,1,383,1,-10819,1278.98,33.0545,3.99741,300,10,0,356,0,1,0,0,0),(90372,1109,0,1,1,2305,0,-10780.6,1250.47,33.246,0.03123,300,10,0,273,0,1,0,0,0),(90373,115,0,1,1,379,0,-10821.3,884.51,33.1676,5.73659,300,10,0,386,0,1,0,0,0),(90374,115,0,1,1,379,0,-10745.8,812.736,32.7199,1.74168,300,10,0,386,0,1,0,0,0),(90375,1109,0,1,1,2305,0,-10852.8,1248.95,33.0545,3.60209,300,10,0,273,0,1,0,0,0),(90376,452,0,1,1,383,1,-10808,1262.64,35.8889,2.97681,300,5,0,356,0,1,0,0,0),(90381,36,0,1,1,367,0,-10225.2,1011.39,35.008,-0.341727,300,0,0,222,0,0,0,0,0),(90382,515,0,1,1,441,1,-9622.4,1081.33,2.7283,3.61305,300,5,0,222,0,1,0,0,0),(90383,1109,0,1,1,2305,0,-10881.8,1412.65,44.8244,4.65375,300,5,0,273,0,1,0,0,0),(90384,154,0,1,1,1105,0,-10784.4,949.373,38.8371,2.61243,300,10,0,356,0,1,0,0,0),(90385,126,0,1,1,983,1,-9623.71,1047.03,7.05488,4.99311,300,10,0,247,0,1,0,0,0),(90386,115,0,1,1,379,0,-10781.4,836.458,33.0699,4.9312,300,10,0,386,0,1,0,0,0),(90387,115,0,1,1,379,0,-10807.6,740.564,35.0015,0.021521,300,10,0,386,0,1,0,0,0),(90388,449,0,1,1,2345,0,-10771.5,893.62,34.8924,3.28122,300,0,0,356,0,0,0,0,0),(90389,449,0,1,1,2344,0,-10782.6,899.167,34.0699,4.59022,300,0,0,356,0,0,0,0,0),(90390,126,0,1,1,983,1,-9592.13,1063.12,3.48064,3.70854,300,0,0,247,0,0,0,0,0),(90391,8096,0,1,1,7311,1,-10669.1,991.895,32.9575,1.7549,300,5,0,3048,0,1,0,0,0),(90392,8096,0,1,1,7308,1,-10659.2,1152.01,33.6756,2.27942,300,5,0,3048,0,1,0,0,0),(90393,8096,0,1,1,7309,1,-10612.4,1160.15,35.6722,4.09628,300,5,0,3048,0,1,0,0,0),(90394,122,0,1,1,2342,1,-10758.7,889.913,36.1414,3.35103,300,0,0,386,0,0,0,0,0),(90395,122,0,1,1,2342,1,-10758.1,895.212,36.1414,3.75246,300,0,0,386,0,0,0,0,0),(90396,115,0,1,1,379,0,-10831.6,789.238,33.2247,2.21633,300,10,0,386,0,1,0,0,0),(90397,480,0,1,1,514,0,-9843.64,979.916,29.2554,5.84814,300,10,0,176,0,1,0,0,0),(90398,515,0,1,1,441,1,-9624.76,1130.52,2.57536,5.0729,300,5,0,222,0,1,0,0,0),(90399,115,0,1,1,379,0,-10846.7,861.362,32.9449,0.96971,300,5,0,386,0,1,0,0,0),(90400,515,0,1,1,441,1,-9635.75,1082.39,5.24759,3.01097,300,5,0,222,0,1,0,0,0),(90401,480,0,1,1,514,0,-9884.94,1005.74,33.131,2.5922,300,5,0,176,0,1,0,0,0),(90402,620,0,1,1,304,0,-10093.3,1053.26,37.1329,5.03173,300,5,0,1,0,1,0,0,0),(90403,2620,0,1,1,1072,0,-10347.6,887.11,43.2591,2.59588,300,5,0,8,0,1,0,0,0),(90404,620,0,1,1,304,0,-10090.8,1049.47,38.0079,2.01546,300,5,0,1,0,1,0,0,0),(90405,126,0,1,1,983,1,-9615.98,1197.08,3.70593,5.01723,300,10,0,247,0,1,0,0,0),(90406,2914,0,1,1,2957,0,-9881.45,1115.07,33.5527,1.65077,300,5,0,8,0,1,0,0,0),(90407,199,0,1,1,410,0,-10326.8,1016.52,39.4294,6.27635,300,5,0,198,0,1,0,0,0),(90408,620,0,1,1,304,0,-10101.1,1053.31,36.5544,1.38766,300,5,0,1,0,1,0,0,0),(90409,504,0,1,1,2331,1,-10491.7,1217.69,67.2554,2.16764,300,5,0,247,0,1,0,0,0),(90410,834,0,1,1,643,0,-10451.8,1248.44,51.8239,4.14907,300,5,0,198,0,1,0,0,0),(90411,620,0,1,1,304,0,-10137.3,1213.84,36.7591,4.26919,300,5,0,1,0,1,0,0,0),(90412,36,0,1,1,367,0,-10192.7,1015.97,38.2403,0,300,0,0,222,0,0,0,0,0),(90413,573,0,1,1,548,0,-10225.6,1448.09,40.8255,4.23996,7200,5,0,484,0,1,0,0,0),(90414,95,0,1,1,4419,1,-10483.3,1283.47,56.5457,1.22109,300,5,0,222,0,1,0,0,0),(90415,504,0,1,1,2332,1,-10501.7,1243.17,69.58,2.62484,300,5,0,247,0,1,0,0,0),(90416,36,0,1,1,367,0,-10219.1,1038.4,35.8961,4.10137,300,5,0,222,0,1,0,0,0),(90417,36,0,1,1,367,0,-10238.5,1044.9,37.9416,3.62362,300,5,0,222,0,1,0,0,0),(90418,36,0,1,1,367,0,-10246.4,1022.69,36.2457,2.97195,300,5,0,222,0,1,0,0,0),(90419,504,0,1,1,2332,1,-10469.8,1345.15,45.7896,4.59022,300,0,0,247,0,0,0,0,0),(90420,454,0,1,1,8871,0,-10447.7,1186.26,42.4983,0.674755,300,10,0,247,0,1,0,0,0),(90421,95,0,1,1,4418,1,-10452.8,1317.79,44.2652,5.69995,300,5,0,222,0,1,0,0,0),(90422,504,0,1,1,2331,1,-10455.7,1318.1,45.0161,1.61784,300,5,0,247,0,1,0,0,0),(90423,834,0,1,1,643,0,-10476.7,1221.47,66.3223,4.20027,300,5,0,198,0,1,0,0,0),(90424,454,0,1,1,8871,0,-10152.2,1482.07,41.8596,3.95675,300,5,0,247,0,1,0,0,0),(90425,834,0,1,1,643,0,-10088,1088.4,38.4085,1.10722,300,5,0,198,0,1,0,0,0),(90431,199,0,1,1,410,0,-10104.4,1322.3,42.5532,6.27733,300,10,0,198,0,1,0,0,0),(90432,2914,0,1,1,1206,0,-10126.7,1266.86,38.3463,4.74168,300,5,0,8,0,1,0,0,0),(90433,883,0,1,1,347,0,-9873.07,923.558,31.03,4.00715,300,10,0,1,0,1,0,0,0),(90434,199,0,1,1,410,0,-10047.3,1182.14,39.5793,1.21699,300,10,0,198,0,1,0,0,0),(90435,36,0,1,1,367,0,-10169.2,1278.08,37.2355,4.91583,300,10,0,222,0,1,0,0,0),(90436,36,0,1,1,367,0,-10151.2,1313.34,38.8169,1.00027,300,10,0,222,0,1,0,0,0),(90437,834,0,1,1,643,0,-9884.34,852.013,31.8458,0,300,10,0,198,0,1,0,0,0),(2473,68,0,1,1,0,1,-8857,937.947,102.143,0.53,430,0,0,15952,0,0,0,0,0),(19272,68,0,1,1,0,1,-8817,810.273,99.022,3.975,430,0,0,15952,0,0,0,0,0),(19273,68,0,1,1,0,1,-8803,862.081,98.887,2.161,430,0,0,15952,0,0,0,0,0),(26833,68,0,1,1,0,1,-8799,865.216,98.958,2.381,430,0,0,15952,0,0,0,0,0),(26834,297,0,1,1,0,0,-8834,983.482,98.47,5.327,310,0,0,1003,0,0,0,0,0),(26835,331,0,1,1,0,1,-9012,867.595,29.621,0.776,490,0,0,4120,0,0,0,0,0),(26836,338,0,1,1,0,1,-8856,822.813,98.4,0.73,540,0,0,2138,0,0,0,0,0),(26838,461,0,1,1,0,1,-8980,1041.09,101.487,4.485,490,0,0,4120,0,0,0,0,0),(38225,1141,0,1,1,0,1,-9080.1,823.091,108.503,0.558505,490,0,0,4120,0,0,0,0,0),(43441,1304,0,1,1,0,0,-8887,985.503,124.541,4.677,310,0,0,1003,0,0,0,0,0),(48276,1305,0,1,1,0,1,-8954,993.725,122.209,0.698,310,0,0,1003,0,0,0,0,0),(52920,1307,0,1,1,0,1,-8995,948.303,117.279,4.276,430,0,0,2769,0,0,0,0,0),(52921,1308,0,1,1,0,1,-8951,898.995,108.103,5.264,310,0,0,1003,0,0,0,0,0),(52922,1309,0,1,1,0,0,-8963,822.517,109.447,3.846,310,0,0,1003,0,0,0,0,0),(52923,1310,0,1,1,0,0,-8965,808.006,109.446,1.278,310,0,0,1003,0,0,0,0,0),(52924,1311,0,1,1,0,1,-9086,829.043,108.604,0.454,310,0,0,1003,0,0,0,0,0),(52925,1312,0,1,1,0,1,-8863,805.137,97.422,2.945,310,0,0,1003,0,0,0,0,0),(53686,1316,0,1,1,0,1,-8866,822.286,98.4,0.576,490,0,0,4120,0,0,0,0,0),(61960,1318,0,1,1,0,1,-8856,805.48,96.517,5.201,310,0,0,1003,0,0,0,0,0),(86152,1412,0,1,1,0,0,-9001,852.79,105.561,0.054,180,5,0,8,0,1,0,0,0),(86153,1412,0,1,1,0,0,-8972,858.785,106.162,1.383,180,5,0,8,0,1,0,0,0),(86558,1412,0,1,1,0,0,-8959,880.379,105.577,2.595,180,5,0,8,0,1,0,0,0),(86559,1412,0,1,1,0,0,-8942,956.923,116.963,2.472,180,5,0,8,0,1,0,0,0),(86560,1412,0,1,1,0,0,-8902,959.482,117.361,0.599,180,5,0,8,0,1,0,0,0),(86561,1412,0,1,1,0,0,-8895,888.598,103.007,5.454,180,5,0,8,0,1,0,0,0),(86596,1413,0,1,1,0,0,-8992.48,859.067,105.647,5.51011,250,0,0,713,0,2,0,0,0),(86597,1414,0,1,1,0,0,-8989.59,858.133,105.605,3.46022,250,0,0,713,0,2,0,0,0),(89294,1415,0,1,1,0,1,-8992.66,856.234,105.775,0.595873,250,0,0,713,0,2,0,0,0),(89298,1429,0,1,1,0,0,-8962,809.712,109.446,2.087,180,0,0,55,0,0,0,0,0),(89299,1435,0,1,1,0,1,-8984,1025.49,101.587,0.279,490,0,0,4120,0,0,0,0,0),(89325,1719,0,1,1,0,1,-8799,827.703,97.635,0.738,310,0,0,1003,0,0,0,0,0),(89330,1733,0,1,1,0,0,-8984,1024.26,101.587,0.384,180,0,0,102,0,0,0,0,0),(90438,1976,0,1,1,0,1,-8853.4,934.071,102.148,0.549144,350,0,0,11828,0,2,0,0,0),(90439,2330,0,1,1,0,0,-8856.26,741.91,100.666,2.15696,25,0,0,713,0,2,0,0,0),(90441,2485,0,1,1,0,1,-8991,845.411,29.621,1.752,430,0,0,2769,0,0,0,0,0),(90442,2708,0,1,1,0,1,-9009,846.395,105.842,0.048,540,0,0,1753,0,0,0,0,0),(90440,2331,0,1,1,0,0,-8855.95,739.398,100.652,2.15696,25,0,0,42,0,2,0,0,0),(90445,3627,0,1,1,0,0,-9028.74,889.187,110.196,4.19386,180,0,0,102,0,2,0,0,0),(90446,3628,0,1,1,0,1,-9084,823.965,108.503,0.401,180,0,0,102,0,0,0,0,0),(90447,4075,0,1,1,0,0,-8989,1030.99,101.404,3.247,180,5,0,8,0,1,0,0,0),(90448,4075,0,1,1,0,0,-8983,1023.42,101.404,3.979,180,5,0,8,0,1,0,0,0),(90449,4075,0,1,1,0,0,-8969,1035.15,101.404,1.622,180,5,0,8,0,1,0,0,0),(90450,4075,0,1,1,0,0,-8842,983.172,98.477,5.702,180,5,0,8,0,1,0,0,0),(95346,26112,571,1,1,23037,1,4496.23,5690,81.4918,4.2237,300,0,0,6116,0,0,0,0,0),(90452,4984,0,1,1,0,1,-8779,1093.35,92.611,4.817,190,0,0,484,0,0,0,0,0),(90453,4995,0,1,1,0,1,-8793,831.376,97.643,0.113,540,0,0,3696,0,0,0,0,0),(90454,4995,0,1,1,0,1,-8790,828.412,97.643,0.567,540,0,0,3696,0,0,0,0,0),(90455,4995,0,1,1,0,1,-8787,823.427,97.642,0.976,540,0,0,3696,0,0,0,0,0),(90456,4995,0,1,1,0,1,-8785,819.921,97.641,1.198,540,0,0,3696,0,0,0,0,0),(90457,4996,0,1,1,0,0,-8756.34,814.008,97.6346,2.08007,540,0,0,3696,0,0,0,0,0),(90458,5042,0,1,1,0,0,-8760,814.872,97.635,6.156,310,0,0,1003,0,0,0,0,0),(90459,5386,0,1,1,0,1,-8851,830.246,104.696,2.193,180,0,0,328,0,0,0,0,0),(90460,5495,0,1,1,0,1,-8971,1029.9,101.487,2.967,540,0,0,1410,1283,0,0,0,0),(90461,5496,0,1,1,0,1,-8989,1033.89,101.487,6.056,430,0,0,2215,1807,0,0,0,0),(90462,5497,0,1,1,0,1,-8990,862.929,29.621,4.858,540,0,0,1753,0,0,0,0,0),(90463,5498,0,1,1,0,1,-9007,885.181,29.621,3.938,430,0,0,2769,0,0,0,0,0),(90464,5502,0,1,1,0,1,-8721,1175.5,98.342,3.626,310,0,0,1342,0,0,0,0,0),(90465,5504,0,1,1,0,1,-8776,1100.09,92.626,4.904,490,0,0,4120,0,0,0,0,0),(90466,5505,0,1,1,0,1,-8742,1095.41,93.711,5.353,430,0,0,2215,1807,0,0,0,0),(90467,5506,0,1,1,0,1,-8751,1124.52,92.634,1.536,540,0,0,1410,1283,0,0,0,0),(90468,5520,0,1,1,0,1,-8975,1035.97,101.487,3.875,540,0,0,1410,1283,0,0,0,0),(90469,5567,0,1,1,0,0,-8958,815.571,109.447,3.762,310,0,0,1107,0,0,0,0,0),(90470,5694,0,1,1,0,1,-9011,876.722,148.617,5.538,500,0,0,3059,6015,0,0,0,0),(90471,6122,0,1,1,0,1,-8983,1041.52,101.487,4.66,430,0,0,2215,1807,0,0,0,0),(90472,6237,0,1,1,0,1,-8792,829.447,97.642,0.311,540,0,0,3696,0,0,0,0,0),(90473,6237,0,1,1,0,1,-8787,836.693,98.196,0.305,540,0,0,3696,0,0,0,0,0),(90474,6237,0,1,1,0,1,-8786,822.293,97.725,1.03,540,0,0,3696,0,0,0,0,0),(90475,6237,0,1,1,0,1,-8782,823.13,100.482,1.047,540,0,0,3696,0,0,0,0,0),(90476,6267,0,1,1,0,1,-8962.71,1043.58,53.548,3.93008,190,0,0,433,490,0,0,0,0),(90477,7295,0,1,1,0,1,-8756.84,972.561,98.7865,1.06461,310,0,1,1342,0,2,0,0,0),(90478,9584,0,1,1,0,0,-8976,1021.77,101.487,1.292,540,0,0,2218,0,0,0,0,0),(90479,9977,0,1,1,0,0,-8738,983.207,97.586,0.611,310,0,0,1003,0,0,0,0,0),(90480,11397,0,1,1,0,0,-8728,1102.96,92.603,3.875,310,0,0,852,852,0,0,0,0),(90481,11827,0,1,1,0,0,-8744.17,1060.43,90.0196,3.14535,310,0,0,1342,0,2,0,0,0),(90482,11828,0,1,1,0,0,-8745.13,1063.95,89.9337,3.15163,540,0,0,1753,0,2,0,0,0),(90483,11916,0,1,1,0,0,-8721,1137.16,90.761,3.481,250,0,0,713,0,0,0,0,0),(90484,14438,0,1,1,0,1,-8752.66,984.545,97.9592,0.523878,350,0,1,50400,0,2,0,0,0),(90485,18162,0,1,1,0,0,-11172.9,-1898.83,-17.7893,5.93761,60,0,0,6722,0,0,0,0,0),(3348,10556,1,1,1,10038,1,-507.436,-4376.15,46.3391,6.2194,200,5,0,86,0,1,0,0,0),(47658,8896,230,1,1,8794,1,651.877,-172.598,-35.5238,3.40339,7200,0,0,2304,1807,0,0,0,0),(47659,8902,230,1,1,8800,1,650.484,-168.606,-35.5156,3.47321,7200,0,0,1834,1864,0,0,0,0),(47664,8902,230,1,1,8801,1,658.992,-186.378,-34.0766,3.07178,7200,0,0,1834,1864,0,0,0,0),(47665,8904,230,1,1,8826,1,653.344,-190.509,-35.5261,3.12414,7200,0,0,2394,4896,0,0,0,0),(47666,8893,230,1,1,8757,1,659.228,-181.813,-34.0787,3.24631,7200,0,0,6645,0,0,0,0,0),(47667,8916,230,1,1,9070,1,628.883,-236.882,-35.5437,2.18166,7200,0,0,2304,1807,0,0,0,0),(47668,8916,230,1,1,9072,1,629.115,-232.726,-36.89,2.21657,7200,0,0,2304,1807,0,0,0,0),(47669,8895,230,1,1,8753,1,633.597,-227.325,-36.9129,2.33874,7200,0,0,5502,3728,0,0,0,0),(47670,8896,230,1,1,8795,1,626.613,-244.684,-34.0836,2.09439,7200,0,0,2304,1807,0,0,0,0),(47671,8896,230,1,1,8796,1,633.121,-232.962,-35.4894,2.26893,7200,0,0,2304,1807,0,0,0,0),(47672,8902,230,1,1,8799,1,636.298,-239.461,-34.0903,2.25148,7200,0,0,1834,1864,0,0,0,0),(47673,8902,230,1,1,8798,1,640.897,-225.034,-35.1749,2.49582,7200,0,0,1834,1864,0,0,0,0),(47674,8904,230,1,1,8826,1,638.203,-229.41,-35.3931,2.37365,7200,0,0,2394,4896,0,0,0,0),(47675,8893,230,1,1,8757,1,625.097,-235.386,-36.8931,2.14675,7200,0,0,6645,0,0,0,0,0),(47676,8916,230,1,1,9072,1,572.808,-140.939,-36.8044,5.18363,7200,0,0,2304,1807,0,0,0,0),(47677,8916,230,1,1,9070,1,558.88,-137.183,-34.0844,5.34071,7200,0,0,2304,1807,0,0,0,0),(47678,8916,230,1,1,9071,1,578.281,-139.209,-36.7895,5.09636,7200,0,0,2304,1807,0,0,0,0),(47679,8916,230,1,1,9070,1,581.317,-133.988,-35.456,4.99164,7200,0,0,2304,1807,0,0,0,0),(47680,8916,230,1,1,9069,1,574.24,-136.707,-35.4314,5.13127,7200,0,0,2304,1807,0,0,0,0),(47681,8916,230,1,1,9071,1,580.626,-138.046,-36.7586,5.06145,7200,0,0,2304,1807,0,0,0,0),(47682,8916,230,1,1,9070,1,564.922,-132.282,-34.0677,5.23599,7200,0,0,2304,1807,0,0,0,0),(47683,8893,230,1,1,8757,1,568.816,-142.538,-36.8602,5.25344,7200,0,0,6645,0,0,0,0,0),(47684,8894,230,1,1,8752,1,571.426,-137.882,-35.4362,5.18363,7200,0,0,4653,8786,0,0,0,0),(47685,8916,230,1,1,9069,1,570.107,-244.451,-34.0701,1.11701,7200,0,0,2304,1807,0,0,0,0),(47686,8916,230,1,1,9070,1,571.724,-237.314,-36.847,1.0821,7200,0,0,2304,1807,0,0,0,0),(47687,8916,230,1,1,9069,1,564.052,-232.826,-36.8618,0.942478,7200,0,0,2304,1807,0,0,0,0),(47688,8916,230,1,1,9069,1,559.582,-242.593,-34.094,0.977384,7200,0,0,2304,1807,0,0,0,0),(47689,8916,230,1,1,9069,1,573.1,-245.279,-34.0668,1.16937,7200,0,0,2304,1807,0,0,0,0),(47690,8916,230,1,1,9071,1,560.295,-235.085,-35.4579,0.925025,7200,0,0,2304,1807,0,0,0,0),(47691,8916,230,1,1,9070,1,577.724,-242.723,-35.4771,1.41372,7200,0,0,2304,1807,0,0,0,0),(47692,8893,230,1,1,8757,1,575.489,-238.36,-36.8509,1.15192,7200,0,0,6645,0,0,0,0,0),(47693,8894,230,1,1,8752,1,565.406,-238.728,-35.5046,1.01229,7200,0,0,4653,8786,0,0,0,0),(47694,8916,230,1,1,9069,1,630.548,-141.538,-35.5298,4.11898,7200,0,0,2304,1807,0,0,0,0),(47695,8916,230,1,1,9070,1,638.577,-149.822,-35.5189,3.94444,7200,0,0,2304,1807,0,0,0,0),(47696,8916,230,1,1,9070,1,633.551,-150.085,-36.9221,4.01426,7200,0,0,2304,1807,0,0,0,0),(47697,8894,230,1,1,8752,1,639.042,-143.629,-34.0727,3.9968,7200,0,0,4653,8786,0,0,0,0),(47698,8896,230,1,1,8793,1,633.191,-144.662,-35.5235,4.06662,7200,0,0,2304,1807,0,0,0,0),(47699,8896,230,1,1,8796,1,635.871,-147.005,-35.5167,4.01426,7200,0,0,2304,1807,0,0,0,0),(47700,8902,230,1,1,8799,1,644.298,-149.025,-34.0718,3.89208,7200,0,0,1834,1864,0,0,0,0),(47701,8902,230,1,1,8799,1,638.765,-155.361,-36.9171,3.63029,7200,0,0,1834,1864,0,0,0,0),(47702,8894,230,1,1,8752,1,630.439,-147.045,-36.9195,4.08407,7200,0,0,4653,8786,0,0,0,0),(47703,9499,230,1,1,8652,1,888.472,-177.929,-42.9623,2.40195,43200,0,0,10455,16936,2,0,0,0),(47704,8905,230,1,1,8289,0,959.443,-390.747,-60.7544,5.89921,7200,0,0,7359,0,0,0,0,0),(47705,8897,230,1,1,8804,1,969.437,-403.373,-60.9193,3.68265,7200,0,0,2980,0,0,0,0,0),(47706,8897,230,1,1,8806,1,985.43,-409.616,-60.7129,4.20624,7200,0,0,2980,0,0,0,0,0),(47707,8897,230,1,1,8804,1,981.085,-414.095,-60.1468,0.663225,7200,0,0,2980,0,0,0,0,0),(47708,8905,230,1,1,8289,0,945.165,-425.228,-54.8845,1.91986,7200,0,0,7359,0,0,0,0,0),(47709,8897,230,1,1,8805,1,955.358,-430.303,-54.8118,1.0472,7200,0,0,2980,0,0,0,0,0),(47710,8897,230,1,1,8803,1,955.864,-438.159,-54.6837,5.07891,7200,0,0,2980,0,0,0,0,0),(47711,8897,230,1,1,8804,1,952.459,-437.602,-54.6447,3.52556,7200,0,0,2980,0,0,0,0,0),(47712,8905,230,1,1,8289,0,988.673,-358.838,-65.4518,3.07178,7200,0,0,7359,0,0,0,0,0),(47713,8897,230,1,1,8803,1,1002.15,-351.505,-65.0669,0.959931,7200,0,0,2980,0,0,0,0,0),(47714,8897,230,1,1,8805,1,1006.13,-351.509,-65.0843,2.05949,7200,0,0,2980,0,0,0,0,0),(47715,8897,230,1,1,8805,1,996.526,-368.222,-66.9922,5.07891,7200,0,0,2980,0,0,0,0,0),(47716,8905,230,1,1,8289,0,909.471,-388.878,-49.4017,2.26375,7200,0,0,7359,0,2,0,0,0),(47717,8905,230,1,1,8289,0,967.01,-339.211,-71.3893,3.22886,7200,0,0,7359,0,0,0,0,0),(47718,8897,230,1,1,8805,1,969.065,-333.381,-70.9416,2.05949,7200,0,0,2980,0,0,0,0,0),(47719,8897,230,1,1,8806,1,979.27,-328.244,-71.0935,0.366519,7200,0,0,2980,0,0,0,0,0),(47720,8897,230,1,1,8804,1,981.705,-332.186,-71.4592,0.750492,7200,0,0,2980,0,0,0,0,0),(47721,8905,230,1,1,8289,0,903.416,-392.39,-48.8122,2.25148,7200,0,0,7359,0,0,0,0,0),(47722,8897,230,1,1,8804,1,901.873,-409.445,-49.3758,5.63741,7200,0,0,2980,0,0,0,0,0),(47723,8897,230,1,1,8805,1,899.9,-412.124,-49.5308,4.83456,7200,0,0,2980,0,0,0,0,0),(47724,8897,230,1,1,8805,1,894.684,-410.535,-49.6516,2.6529,7200,0,0,2980,0,0,0,0,0),(47725,8905,230,1,1,8289,0,985.728,-377.65,-66.2052,3.15905,7200,0,0,7359,0,0,0,0,0),(47726,8897,230,1,1,8804,1,993.384,-375.561,-66.6038,0.715585,7200,0,0,2980,0,0,0,0,0),(47727,8897,230,1,1,8803,1,1005.06,-386.346,-65.2483,4.55531,7200,0,0,2980,0,0,0,0,0),(47728,8897,230,1,1,8805,1,1001.8,-391.221,-64.3762,0.226893,7200,0,0,2980,0,0,0,0,0),(47729,8905,230,1,1,8289,0,930.502,-426.247,-55.9066,0.802851,7200,0,0,7359,0,0,0,0,0),(47730,8897,230,1,1,8803,1,915.034,-434.328,-55.4015,3.76991,7200,0,0,2980,0,0,0,0,0),(47731,8897,230,1,1,8803,1,914.96,-438.185,-54.9931,2.82743,7200,0,0,2980,0,0,0,0,0),(47732,8897,230,1,1,8805,1,925.591,-438.393,-55.6162,3.83972,7200,0,0,2980,0,0,0,0,0),(47733,9017,230,1,1,1204,0,893.546,-267.056,-71.9002,3.10204,43200,0,0,15944,0,2,0,0,0),(47734,8896,230,1,1,8794,1,630.846,-285.909,-43.0244,1.6057,7200,0,0,2304,1807,0,0,0,0),(47735,8896,230,1,1,8794,1,628.49,-284.308,-43.0244,0.680678,7200,0,0,2304,1807,0,0,0,0),(47736,8913,230,1,1,8776,1,631.131,-279.136,-43.0245,4.59022,7200,0,0,4812,9012,0,0,0,0),(47737,8922,230,1,1,8181,0,632.809,-280.728,-43.033,3.85718,7200,0,0,3082,0,0,0,0,0),(47738,8911,230,1,1,5488,0,698.151,-279.812,-43.0803,3.25592,7200,5,0,7599,0,1,0,0,0),(47739,8896,230,1,1,8796,1,793.023,-217.264,-43.1991,5.68977,7200,0,0,2304,1807,0,0,0,0),(47740,8896,230,1,1,8794,1,798.309,-219.397,-43.205,3.38594,7200,0,0,2304,1807,0,0,0,0),(47741,8913,230,1,1,8772,1,795.951,-222.922,-43.2055,1.3439,7200,0,0,4812,9012,0,0,0,0),(47742,8914,230,1,1,8773,1,790.083,-221.171,-43.2,0.069813,7200,0,0,5691,3846,0,0,0,0),(47743,8910,230,1,1,1070,0,716.227,-268.919,-42.7891,6.05629,7200,0,0,5691,3846,0,0,0,0),(47744,8910,230,1,1,1070,0,717.782,-286.231,-42.7901,0.418879,7200,0,0,5691,3846,0,0,0,0),(47745,8896,230,1,1,8795,1,809.962,-296.043,-43.21,5.32325,7200,0,0,2304,1807,0,0,0,0),(47746,8896,230,1,1,8793,1,810.917,-304.768,-43.21,1.64061,7200,0,0,2304,1807,0,0,0,0),(47747,8896,230,1,1,8793,1,813.46,-303.433,-43.21,1.98968,7200,0,0,2304,1807,0,0,0,0),(47748,8922,230,1,1,8181,0,822.183,-298.627,-43.21,3.19395,7200,0,0,3082,0,0,0,0,0),(47749,8896,230,1,1,8796,1,792.565,-302.191,-43.2122,4.53786,7200,0,0,2304,1807,0,0,0,0),(47750,8896,230,1,1,8793,1,795.884,-307.063,-43.2105,2.9147,7200,0,0,2304,1807,0,0,0,0),(47751,8913,230,1,1,8772,1,788.43,-303.527,-43.2129,5.79449,7200,0,0,4812,9012,0,0,0,0),(47754,8922,230,1,1,8181,0,792.948,-309.464,-43.2108,1.8675,7200,0,0,3082,0,0,0,0,0),(47755,8894,230,1,1,8752,1,764.839,-253.071,-43.2781,5.67232,7200,0,0,4653,8786,0,0,0,0),(47757,8892,230,1,1,8718,1,797.023,-259.111,-43.132,4.36332,7200,0,0,6645,0,0,0,0,0),(47758,8896,230,1,1,8796,1,766.611,-259.733,-43.3173,5.60251,7200,0,0,2304,1807,0,0,0,0),(47759,8896,230,1,1,8796,1,773.667,-254.504,-43.2704,1.50098,7200,0,0,2304,1807,0,0,0,0),(47760,8913,230,1,1,8776,1,771.564,-249.073,-43.245,0.802851,7200,0,0,4812,9012,0,0,0,0),(47761,8922,230,1,1,8181,0,774.474,-245.2,-43.22,4.53786,7200,0,0,3082,0,0,0,0,0),(47762,8896,230,1,1,8794,1,853.433,-300.133,-50.1871,5.37561,7200,0,0,2304,1807,0,0,0,0),(47763,8896,230,1,1,8796,1,867.158,-295.355,-49.8527,5.58505,7200,0,0,2304,1807,0,0,0,0),(47764,8896,230,1,1,8796,1,855.435,-301.573,-50.0656,2.68781,7200,0,0,2304,1807,0,0,0,0),(47765,8913,230,1,1,8777,1,866.252,-307.02,-49.8661,0.331613,7200,0,0,4812,9012,0,0,0,0),(47766,8913,230,1,1,8774,1,868.4,-306.332,-49.8527,3.42085,7200,0,0,4812,9012,0,0,0,0),(47767,8914,230,1,1,9347,1,868.993,-296.69,-49.8527,2.58309,7200,0,0,5691,3846,0,0,0,0),(47771,9024,230,1,1,8762,1,530.168,-243.93,-43.018,2.23402,43200,0,0,8300,23250,0,0,0,0),(47772,8913,230,1,1,8774,1,530.708,-246.967,-43.018,2.09439,7200,0,0,4812,9012,0,0,0,0),(47773,8913,230,1,1,8776,1,534.511,-244.984,-43.018,2.68781,7200,0,0,4812,9012,0,0,0,0),(47774,9041,230,1,1,9089,1,823.387,-342.278,-50.1077,0.785398,43200,0,0,8104,10205,0,0,0,0),(47775,9042,230,1,1,9019,0,821.706,-340.384,-50.1076,0.750492,43200,0,0,9812,0,0,0,0,0),(47777,8908,230,1,1,8179,0,1125.21,-196.285,-65.3843,2.41971,7200,0,0,11500,4234,2,0,0,0),(47778,9156,230,1,1,8329,1,1009.75,-239.017,-61.3038,2.30383,43200,0,0,26140,0,0,0,0,0),(47779,12944,230,1,1,14666,1,912.52,-185.856,-43.6204,3.735,7200,0,0,4120,0,0,0,0,0),(47780,16079,230,1,1,11686,0,590.631,-181.061,-53.9102,3.97935,7200,0,0,4120,0,0,0,0,0),(47781,8895,230,1,1,8753,1,734.28,158.037,-72.3178,0.244346,7200,5,0,5502,3728,1,0,0,0),(47782,8893,230,1,1,8757,1,734.955,163.812,-72.2567,3.28122,7200,0,0,6645,0,0,0,0,0),(47783,8894,230,1,1,8752,1,739.96,161.639,-72.322,3.28122,7200,0,0,4653,8786,0,0,0,0),(47784,8892,230,1,1,8718,1,738.746,170.782,-72.1842,3.28122,7200,5,0,6645,0,1,0,0,0),(47785,8892,230,1,1,8718,1,744.502,168.011,-72.1961,3.28122,7200,0,0,6645,0,0,0,0,0),(47786,8895,230,1,1,8753,1,668.3,138.553,-73.2312,4.17134,7200,0,0,5502,3728,0,0,0,0),(47787,8893,230,1,1,8757,1,665.705,140.585,-73.2315,4.18879,7200,0,0,6645,0,0,0,0,0),(47788,8893,230,1,1,8757,1,671.007,137.07,-73.231,4.13643,7200,0,0,6645,0,0,0,0,0),(47789,8894,230,1,1,8752,1,673.808,135.532,-73.2308,4.11898,7200,0,0,4653,8786,0,0,0,0),(47790,8894,230,1,1,8752,1,663.061,142.184,-73.2318,4.20624,7200,0,0,4653,8786,0,0,0,0),(47791,8921,230,1,1,8180,0,647.963,142.464,-73.8694,4.10217,7200,5,0,2672,0,1,0,0,0),(47792,8921,230,1,1,8180,0,608.963,13.1572,-74.0233,2.76571,7200,5,0,2672,0,1,0,0,0),(47793,8910,230,1,1,1070,0,641.05,-2.70842,-73.2487,5.11964,7200,5,0,5691,3846,1,0,0,0),(47794,8921,230,1,1,8180,0,637.966,-53.1863,-73.8695,6.06573,7200,5,0,2672,0,1,0,0,0),(47795,8910,230,1,1,1070,0,542.424,31.4633,-70.6123,5.95078,7200,0,0,5691,3846,2,0,0,0),(47796,8910,230,1,1,1070,0,789.975,-147.427,-73.3867,2.58309,7200,0,0,5691,3846,0,0,0,0),(47797,8910,230,1,1,1070,0,767.305,-173.728,-73.3501,2.16421,7200,0,0,5691,3846,0,0,0,0),(47798,8921,230,1,1,8180,0,641.268,-54.6402,-73.7828,0.191986,7200,0,0,2672,0,0,0,0,0),(47799,8895,230,1,1,8753,1,681.767,-64.1832,-72.5281,2.3911,7200,0,0,5502,3728,0,0,0,0),(47800,8893,230,1,1,8757,1,680.664,-65.7233,-72.5145,2.36762,7200,0,0,6645,0,0,0,0,0),(47801,8894,230,1,1,8752,1,683.131,-62.7205,-72.5312,2.25304,7200,0,0,4653,8786,0,0,0,0),(47802,8893,230,1,1,8757,1,680.313,-67.5517,-72.4683,2.80691,7200,0,0,6645,0,0,0,0,0),(47803,8892,230,1,1,8718,1,684.718,-60.6937,-72.545,2.3911,7200,0,0,6645,0,0,0,0,0),(47804,8912,230,1,1,9350,1,374.112,-193.686,-70.8861,0.366519,7200,0,0,5316,3614,0,0,0,0),(47805,8890,230,1,1,8758,1,408.814,-202.181,-65.4244,0.820305,7200,0,0,6414,0,0,0,0,0),(47806,8921,230,1,1,8180,0,399.758,-118.348,-65.0811,2.58309,7200,0,0,2672,0,0,0,0,0),(47807,8912,230,1,1,8790,1,431.149,-121.091,-65.3562,1.41372,7200,0,0,5316,3614,0,0,0,0),(47808,8921,230,1,1,8180,0,376.838,-76.3056,-64.6609,1.36136,7200,3,0,2672,0,1,0,0,0),(47809,8921,230,1,1,8180,0,407.217,-51.017,-63.8686,0.628253,7200,3,0,2672,0,1,0,0,0),(47810,8912,230,1,1,8792,1,320.767,-210.933,-78.0466,5.14872,7200,0,0,5316,3614,0,0,0,0),(47811,8890,230,1,1,8758,1,295.44,-115.542,-69.9608,4.15388,7200,0,0,6414,0,0,0,0,0),(47812,8921,230,1,1,8180,0,365.441,-214.539,-73.1542,4.50295,7200,0,0,2672,0,0,0,0,0),(47813,8890,230,1,1,8758,1,337.164,-196.97,-78.1487,2.25148,7200,0,0,6414,0,0,0,0,0),(47814,8892,230,1,1,8718,1,648.02,-189.836,-75.6377,4.86947,7200,0,0,6645,0,0,0,0,0),(47815,8891,230,1,1,8750,1,650.114,-224.158,-82.6135,5.3058,7200,0,0,6645,0,0,0,0,0),(47816,8891,230,1,1,8750,1,634.132,-153.048,-70.7033,4.81711,7200,0,0,6645,0,0,0,0,0),(47817,8891,230,1,1,8750,1,519.394,-241.991,-65.3693,1.97222,7200,0,0,6645,0,0,0,0,0),(47818,8892,230,1,1,8718,1,588.94,-137.7,-68.5618,5.79449,7200,0,0,6645,0,0,0,0,0),(47819,8891,230,1,1,8750,1,659.148,-150.016,-72.6521,5.51524,7200,0,0,6645,0,0,0,0,0),(47820,8892,230,1,1,8718,1,589.265,-287.606,-82.5056,3.00197,7200,0,0,6645,0,0,0,0,0),(47821,8892,230,1,1,8718,1,635.626,-156.738,-71.06,2.81399,7200,5,0,6645,0,1,0,0,0),(47822,8892,230,1,1,8718,1,666.733,-198.565,-78.186,1.3439,7200,0,0,6645,0,0,0,0,0),(47823,8892,230,1,1,8718,1,600.741,-263.019,-83.2753,0.20944,7200,0,0,6645,0,0,0,0,0),(47824,8890,230,1,1,8758,1,493.624,-60.0595,-62.3808,0.750492,7200,0,0,6414,0,0,0,0,0),(47825,8890,230,1,1,8758,1,504.334,-124.74,-62.2873,3.3539,7200,5,0,6414,0,1,0,0,0),(47826,8921,230,1,1,8180,0,506.21,-126.368,-61.9919,3.60864,7200,0,0,2672,0,0,0,0,0),(47827,8921,230,1,1,8180,0,507.096,-123.682,-61.9944,3.60864,7200,0,0,2672,0,0,0,0,0),(47828,8889,230,1,1,8754,1,473.529,-88.3264,-62.8351,5.23599,7200,0,0,6183,0,0,0,0,0),(47829,8890,230,1,1,8758,1,510.965,-123.116,-62.5922,1.90241,7200,0,0,6414,0,0,0,0,0),(47830,8921,230,1,1,8180,0,519.55,-68.0224,-62.0111,2.3229,7200,5,0,2672,0,1,0,0,0),(47831,8921,230,1,1,8180,0,520.168,-71.6099,-62.0318,2.20067,7200,0,0,2672,0,0,0,0,0),(47832,8921,230,1,1,8180,0,522.995,-71.7041,-62.1196,2.16334,7200,0,0,2672,0,0,0,0,0),(47833,8892,230,1,1,8718,1,630.753,-81.0635,-45.7456,1.22173,7200,0,0,6645,0,0,0,0,0),(47834,8892,230,1,1,8718,1,558.759,-86.3946,-44.9377,1.93731,7200,0,0,6645,0,0,0,0,0),(47835,8892,230,1,1,8718,1,634.336,-74.7301,-45.6399,4.03171,7200,0,0,6645,0,0,0,0,0),(47836,8909,230,1,1,2172,0,595.242,-85.3328,-45.456,1.54788,7200,0,0,5316,3614,2,0,0,0),(47837,8891,230,1,1,8750,1,668.63,-142.33,-46.1504,4.15388,7200,0,0,6645,0,0,0,0,0),(47838,8892,230,1,1,8718,1,691.71,-126.73,-46.3482,2.21657,7200,0,0,6645,0,0,0,0,0),(47839,8891,230,1,1,8750,1,625.561,-52.1923,-59.9762,0.366519,7200,0,0,6645,0,0,0,0,0),(47840,8891,230,1,1,8750,1,612.218,-99.9253,-45.8613,3.08923,7200,0,0,6645,0,0,0,0,0),(47841,8892,230,1,1,8718,1,623.13,-120.324,-46.106,5.60251,7200,0,0,6645,0,0,0,0,0),(47842,8891,230,1,1,8750,1,569.366,-100.759,-44.9377,6.0912,7200,0,0,6645,0,0,0,0,0),(47843,8899,230,1,1,8822,1,682.865,-9.60982,-59.9754,2.56563,7200,0,0,7359,0,0,0,0,0),(47844,8911,230,1,1,5488,0,692.248,-12.2783,-45.5771,4.60767,7200,0,0,7599,0,0,0,0,0),(47845,8911,230,1,1,5488,0,715.954,31.2373,-45.3576,1.27409,7200,0,0,7599,0,0,0,0,0),(47846,8898,230,1,1,8751,1,689.226,57.376,-45.3839,5.13127,7200,0,0,5886,3964,0,0,0,0),(47847,8899,230,1,1,8820,1,732.85,-14.5486,-46.0667,0.401426,7200,0,0,7359,0,0,0,0,0),(47848,8898,230,1,1,8751,1,694.733,-12.6555,-45.5882,4.93928,7200,0,0,5886,3964,0,0,0,0),(47849,8898,230,1,1,8751,1,701.977,25.4987,-45.3759,4.69494,7200,0,0,5886,3964,0,0,0,0),(47850,8911,230,1,1,5488,0,678.88,55.816,-59.9536,4.85202,7200,0,0,7599,0,0,0,0,0),(47868,8899,230,1,1,8822,1,762.155,-49.4341,-46.1504,1.91986,7200,0,0,7359,0,0,0,0,0),(47877,8899,230,1,1,8822,1,737.059,-16.7554,-46.1504,1.8675,7200,0,0,7359,0,0,0,0,0),(47878,8902,230,1,1,8798,1,902.036,-233.051,-49.8527,4.74729,7200,0,0,1834,1864,0,0,0,0),(47881,8902,230,1,1,8801,1,901.834,-227.637,-50.0352,5.44543,7200,0,0,1834,1864,0,0,0,0),(47882,8902,230,1,1,8800,1,905.382,-230.302,-49.8965,2.67035,7200,0,0,1834,1864,0,0,0,0),(47948,8900,230,1,1,8815,1,898.066,-235.703,-49.8527,1.53589,7200,0,0,2305,4896,0,0,0,0),(47950,8911,230,1,1,5488,0,898.096,-232.077,-49.8527,4.76475,7200,0,0,7599,0,0,0,0,0),(47951,8911,230,1,1,5488,0,902.047,-238.54,-49.8527,1.5708,7200,0,0,7599,0,0,0,0,0),(47952,8911,230,1,1,5488,0,886.74,-327.905,-116.12,5.21696,7200,5,0,7599,0,1,0,0,0),(47995,8911,230,1,1,5488,0,1009.73,-235.89,-104.863,0.180177,7200,5,0,7599,0,1,0,0,0),(47996,8911,230,1,1,5488,0,1209.99,-442.035,-102.026,1.85005,7200,0,0,7599,0,0,0,0,0),(47997,8911,230,1,1,5488,0,1118.19,-358.505,-120.342,2.67035,7200,0,0,7599,0,0,0,0,0),(48037,8911,230,1,1,5488,0,1150.9,-323.904,-105.601,0.855211,7200,3,0,7599,0,1,0,0,0),(48039,8911,230,1,1,5488,0,851.683,-281.675,-116.122,5.61394,7200,5,0,7599,0,1,0,0,0),(48040,8911,230,1,1,5488,0,1012.17,-239.351,-104.863,2.11793,7200,5,0,7599,0,1,0,0,0),(48090,8911,230,1,1,5488,0,1139.25,-241.24,-116.368,1.4164,7200,0,0,7599,0,2,0,0,0),(48091,8911,230,1,1,5488,0,1165.08,-327.249,-104.616,4.61086,7200,3,0,7599,0,1,0,0,0),(48092,9547,230,1,1,8679,1,877.047,-200.616,-43.6204,4.85932,7200,0,0,1443,4140,0,0,0,0),(48093,9547,230,1,1,8679,1,870.104,-167.366,-49.6738,5.38127,7200,0,0,1443,4140,0,0,0,0),(48094,9545,230,1,1,8673,1,858.437,-196.42,-43.6204,4.80094,7200,0,0,2061,0,0,0,0,0),(48152,9545,230,1,1,8676,1,866.51,-142.174,-49.6736,3.18714,7200,0,0,2061,0,0,0,0,0),(48153,9554,230,1,1,8683,1,826.493,-176.204,-49.6699,2.19405,7200,0,0,6183,0,0,0,0,0),(48168,9545,230,1,1,8673,1,884.002,-209.763,-42.7176,0.521002,7200,0,0,2061,0,0,0,0,0),(48169,9547,230,1,1,8678,1,875.471,-161.67,-49.6744,6.03025,7200,0,0,1443,4140,0,0,0,0),(48170,9554,230,1,1,8681,1,874.506,-210.514,-43.6204,3.2657,7200,0,0,6183,0,0,0,0,0),(48171,9547,230,1,1,8678,1,872.532,-137.667,-49.6753,4.36103,7200,0,0,1443,4140,0,0,0,0),(48172,9545,230,1,1,8676,1,891.181,-202.894,-43.6204,3.79794,7200,0,0,2061,0,0,0,0,0),(48173,8901,230,1,1,9290,1,1381.23,-432.56,-94.6746,1.51663,300,5,0,711,0,1,0,0,0),(48174,8901,230,1,1,9288,1,1381.96,-434.549,-94.6746,1.51698,300,5,0,711,0,1,0,0,0),(48203,8901,230,1,1,8755,1,1379.43,-435.989,-94.6746,1.654,300,5,0,711,0,1,0,0,0),(17650,6491,0,1,4294967295,0,0,-9554.16,-1367.13,51.202,4.91271,60,0,0,4120,0,0,0,0,0),(48209,8901,230,1,1,9290,1,1383.58,-433.686,-94.6746,1.52719,300,5,0,711,0,1,0,0,0),(88903,8901,230,1,1,9289,1,1383.94,-437.583,-94.6746,1.63536,300,5,0,711,0,1,0,0,0),(88904,8901,230,1,1,9289,1,1379.96,-432.732,-94.6746,1.58454,300,5,0,711,0,1,0,0,0),(88905,8901,230,1,1,8755,1,1474.54,-429.184,-91.9711,4.90438,300,0,0,711,0,0,0,0,0),(88906,8901,230,1,1,8755,1,1472.5,-431.129,-91.9711,5.95157,300,0,0,711,0,0,0,0,0),(88907,8901,230,1,1,9289,1,1474.94,-436.152,-91.9711,1.55334,300,0,0,711,0,0,0,0,0),(88908,8901,230,1,1,9289,1,1467.29,-442.55,-91.9711,3.59538,300,0,0,711,0,0,0,0,0),(88909,8901,230,1,1,8755,1,1465.29,-446.614,-91.9693,1.79769,300,0,0,711,0,0,0,0,0),(88911,8901,230,1,1,9289,1,1456.69,-455.008,-91.959,2.35619,300,0,0,711,0,0,0,0,0),(90487,8901,230,1,1,9288,1,1477.09,-433.062,-91.9711,2.67035,300,0,0,711,0,0,0,0,0),(90489,8901,230,1,1,8755,1,1454.87,-451.984,-91.952,5.13127,300,0,0,711,0,0,0,0,0),(90491,8901,230,1,1,9288,1,1461.99,-444.457,-91.9634,0.226893,300,0,0,711,0,0,0,0,0),(90513,8901,230,1,1,8755,1,1463.49,-441.138,-91.9661,5.11381,300,0,0,711,0,0,0,0,0),(90514,8911,230,1,1,5488,0,1330.29,-499.318,-89.8003,1.46608,7200,0,0,7599,0,0,0,0,0),(90515,8901,230,1,1,9289,1,1385.07,-442.853,-94.5913,4.5204,300,0,0,711,0,0,0,0,0),(90516,8901,230,1,1,9288,1,1372.44,-443.276,-94.5913,0.471239,300,0,0,711,0,0,0,0,0),(90517,8901,230,1,1,9290,1,1387.54,-441.535,-94.5913,0.558505,300,0,0,711,0,0,0,0,0),(90519,8901,230,1,1,9289,1,1387.39,-445.746,-94.5913,2.09439,300,0,0,711,0,0,0,0,0),(90520,8901,230,1,1,8755,1,1372.36,-429.011,-94.5913,0.558505,300,0,0,711,0,0,0,0,0),(90521,8901,230,1,1,9290,1,1370.7,-426.248,-94.5913,1.41372,300,0,0,711,0,0,0,0,0),(90522,8901,230,1,1,9289,1,1390.35,-444.429,-94.5913,4.17134,300,0,0,711,0,0,0,0,0),(90523,8901,230,1,1,9288,1,1374.89,-426.135,-94.5913,2.51327,300,0,0,711,0,0,0,0,0),(90524,8901,230,1,1,9289,1,1375.37,-446.558,-94.5913,5.55015,300,0,0,711,0,0,0,0,0),(90525,8901,230,1,1,9288,1,1371.32,-445.236,-94.5913,1.97222,300,0,0,711,0,0,0,0,0),(90526,8901,230,1,1,8755,1,1329.97,-448.636,-91.9246,4.46804,300,0,0,711,0,0,0,0,0),(90527,8901,230,1,1,9289,1,1326.77,-443.608,-91.9312,3.28122,300,0,0,711,0,0,0,0,0),(90528,8901,230,1,1,8755,1,1350.6,-446.162,-91.9467,6.14356,300,0,0,711,0,0,0,0,0),(90529,8901,230,1,1,9289,1,1311.74,-461.614,-91.9524,3.28122,300,0,0,711,0,0,0,0,0),(90530,8901,230,1,1,9288,1,1331.03,-443.818,-91.9295,6.03884,300,0,0,711,0,0,0,0,0),(90531,8901,230,1,1,9289,1,1313.48,-442.15,-91.9254,2.47837,300,0,0,711,0,0,0,0,0),(90532,8901,230,1,1,9290,1,1314.36,-458.797,-91.9436,5.48033,300,0,0,711,0,0,0,0,0),(90533,8901,230,1,1,9288,1,1314.22,-438.777,-91.9259,6.00393,300,0,0,711,0,0,0,0,0),(90534,8901,230,1,1,9289,1,1316.99,-439.793,-91.9165,1.53589,300,0,0,711,0,0,0,0,0),(90535,8901,230,1,1,9290,1,1346.16,-449.806,-91.9373,2.54818,300,0,0,711,0,0,0,0,0),(90536,8901,230,1,1,9290,1,1416.32,-433.632,-91.9349,1.85005,300,0,0,711,0,0,0,0,0),(90537,8901,230,1,1,9289,1,1413.81,-432.722,-91.9394,1.06465,300,0,0,711,0,0,0,0,0),(90538,8901,230,1,1,9289,1,1415.35,-429.179,-91.9433,4.60767,300,0,0,711,0,0,0,0,0),(90539,8901,230,1,1,9289,1,1432.75,-437.7,-91.9339,3.31613,300,0,0,711,0,0,0,0,0),(90540,8901,230,1,1,8755,1,1428.77,-411.007,-91.9347,0.453786,300,0,0,711,0,0,0,0,0),(90541,8901,230,1,1,9290,1,1432.3,-408.596,-91.9337,3.90954,300,0,0,711,0,0,0,0,0),(90542,8901,230,1,1,9288,1,1439.81,-425.127,-91.9286,3.00197,300,0,0,711,0,0,0,0,0),(90543,8901,230,1,1,8755,1,1435.43,-422.761,-91.9284,5.74213,300,0,0,711,0,0,0,0,0),(90544,8901,230,1,1,9289,1,1435.38,-426.302,-91.9223,0.331613,300,0,0,711,0,0,0,0,0),(90545,8901,230,1,1,9288,1,1429.61,-437.877,-91.9352,6.24828,300,0,0,711,0,0,0,0,0),(90546,8901,230,1,1,9288,1,1398.6,-541.89,-91.9433,5.65487,300,0,0,711,0,0,0,0,0),(90547,8901,230,1,1,9290,1,1396.37,-521.767,-91.9285,0.977384,300,0,0,711,0,0,0,0,0),(90548,8901,230,1,1,9288,1,1395.9,-537.116,-91.9296,5.0091,300,0,0,711,0,0,0,0,0),(90549,8901,230,1,1,9288,1,1399.43,-519.463,-91.9285,5.70723,300,0,0,711,0,0,0,0,0),(90550,8901,230,1,1,9288,1,1399.03,-524.913,-91.9285,3.1765,300,0,0,711,0,0,0,0,0),(90551,8901,230,1,1,9290,1,1415.01,-520.726,-91.939,2.96706,300,0,0,711,0,0,0,0,0),(90552,8901,230,1,1,9289,1,1412.68,-543.524,-91.948,0.244346,300,0,0,711,0,0,0,0,0),(90553,8901,230,1,1,9288,1,1419.59,-524.833,-91.9493,0.610865,300,0,0,711,0,0,0,0,0),(90554,8901,230,1,1,9288,1,1400.04,-537.496,-91.9307,3.71755,300,0,0,711,0,0,0,0,0),(90555,8901,230,1,1,8755,1,1415.75,-540.3,-91.9501,3.92699,300,0,0,711,0,0,0,0,0),(90556,8901,230,1,1,9290,1,1363.6,-374.809,-91.9429,3.12414,300,0,0,711,0,0,0,0,0),(90557,8901,230,1,1,9290,1,1345.22,-359.163,-91.9198,1.20428,300,0,0,711,0,0,0,0,0),(90558,8901,230,1,1,9290,1,1345.74,-343.003,-91.9495,2.46091,300,0,0,711,0,0,0,0,0),(90559,8901,230,1,1,8755,1,1362.47,-378.021,-91.9411,0.925025,300,0,0,711,0,0,0,0,0),(90560,8901,230,1,1,9289,1,1344.97,-340.83,-91.9575,5.13127,300,0,0,711,0,0,0,0,0),(90561,8901,230,1,1,9288,1,1358.46,-357.282,-91.9277,4.85202,300,0,0,711,0,0,0,0,0),(90562,8901,230,1,1,9288,1,1346.5,-376.991,-91.9222,2.00713,300,0,0,711,0,0,0,0,0),(90563,8901,230,1,1,9290,1,1347.79,-374.283,-91.9199,5.95157,300,0,0,711,0,0,0,0,0),(90564,8901,230,1,1,8755,1,1362.02,-361.091,-91.9255,3.56047,300,0,0,711,0,0,0,0,0),(90565,8901,230,1,1,8755,1,1344.27,-362.935,-91.928,5.06145,300,0,0,711,0,0,0,0,0),(90566,8901,230,1,1,9288,1,1288.89,-443.535,-91.9711,1.55334,300,0,0,711,0,0,0,0,0),(90567,8901,230,1,1,9290,1,1293.76,-448.941,-91.9711,3.35103,300,0,0,711,0,0,0,0,0),(90568,8901,230,1,1,9289,1,1290.45,-449.343,-91.9711,6.26573,300,0,0,711,0,0,0,0,0),(90569,8901,230,1,1,9290,1,1298.25,-441.673,-91.9653,3.36848,300,0,0,711,0,0,0,0,0),(90570,8901,230,1,1,9290,1,1284.06,-437.056,-91.9711,3.03687,300,0,0,711,0,0,0,0,0),(90571,8901,230,1,1,8755,1,1294.32,-442.919,-91.9711,0.541052,300,0,0,711,0,0,0,0,0),(90572,8901,230,1,1,9290,1,1297.13,-440.224,-91.9673,3.97935,300,0,0,711,0,0,0,0,0),(90573,8901,230,1,1,8755,1,1281.69,-439.124,-91.9711,1.85005,300,0,0,711,0,0,0,0,0),(90574,8901,230,1,1,9288,1,1289.53,-441.673,-91.9711,4.13643,300,0,0,711,0,0,0,0,0),(90575,8901,230,1,1,9290,1,1280.16,-436.085,-91.9711,5.60251,300,0,0,711,0,0,0,0,0),(90576,8901,230,1,1,9289,1,1446.07,-509.547,-91.9542,4.85202,300,0,0,711,0,0,0,0,0),(90577,8901,230,1,1,9290,1,1449.34,-512.27,-91.9598,1.88496,300,0,0,711,0,0,0,0,0),(90578,8901,230,1,1,9288,1,1432.87,-528.623,-91.9624,5.02655,300,0,0,711,0,0,0,0,0),(90579,8901,230,1,1,9290,1,1445.12,-525.361,-91.9604,1.48353,300,0,0,711,0,0,0,0,0),(90580,8901,230,1,1,9289,1,1449.1,-523.051,-91.9613,5.88176,300,0,0,711,0,0,0,0,0),(90581,8901,230,1,1,9289,1,1431.91,-523.971,-91.9542,0.383972,300,0,0,711,0,0,0,0,0),(90582,8901,230,1,1,9290,1,1446.47,-497.064,-91.9478,2.40855,300,0,0,711,0,0,0,0,0),(90583,8901,230,1,1,8755,1,1448.77,-527.128,-91.9636,6.0912,300,0,0,711,0,0,0,0,0),(90584,8901,230,1,1,9290,1,1450.16,-495.335,-91.9548,1.06465,300,0,0,711,0,0,0,0,0),(90585,8901,230,1,1,8755,1,1450.44,-508.672,-91.9619,0.314159,300,0,0,711,0,0,0,0,0),(90586,8906,230,1,1,8177,0,807.141,52.1214,-53.5713,3.1765,7200,0,0,7599,0,0,0,0,0),(90587,8900,230,1,1,8814,1,804.537,50.8482,-53.5804,0.139626,7200,0,0,2305,4896,0,0,0,0),(90588,8920,230,1,1,8897,1,788.368,-0.498707,-53.6518,3.01942,7200,0,0,2453,0,0,0,0,0),(90589,8920,230,1,1,8894,1,778.715,47.5265,-53.6518,4.7822,7200,0,0,2453,0,0,0,0,0),(90590,8906,230,1,1,8177,0,779.212,44.9612,-53.6518,3.19395,7200,0,0,7599,0,0,0,0,0),(90591,8920,230,1,1,8895,1,800.774,35.1317,-53.6643,5.67365,7200,5,0,2453,0,1,0,0,0),(90592,8920,230,1,1,8896,1,793.538,-34.395,-53.631,5.28835,7200,0,0,2453,0,0,0,0,0),(90593,8900,230,1,1,8812,1,774.173,-9.61347,-53.7318,1.59027,7200,3,0,2305,4896,1,0,0,0),(90594,8900,230,1,1,8814,1,760.166,55.6209,-53.6182,3.24631,7200,0,0,2305,4896,0,0,0,0),(90595,8906,230,1,1,8177,0,780.244,-9.44037,-53.6513,1.72788,7200,0,0,7599,0,0,0,0,0),(90596,8904,230,1,1,8828,1,1406.05,-821.902,-91.8983,2.93215,7200,0,0,2394,4896,0,0,0,0),(90597,8904,230,1,1,8828,1,1395.39,-816.384,-91.8982,5.67232,7200,0,0,2394,4896,0,0,0,0),(90598,8915,230,1,1,8778,1,1398.54,-823.968,-91.8983,0.698132,7200,0,0,2634,2041,0,0,0,0),(90599,8915,230,1,1,9025,1,1406.05,-816.533,-91.8983,3.97935,7200,0,0,2634,2041,0,0,0,0),(90600,8903,230,1,1,8749,1,1354.93,-796.008,-85.0636,6.24828,7200,0,0,7842,0,0,0,0,0),(90601,8899,230,1,1,8822,1,1380.99,-793.052,-92.6402,5.88176,7200,0,0,7359,0,0,0,0,0),(90602,8904,230,1,1,8826,1,1411.75,-799.675,-85.0696,3.66519,7200,0,0,2394,4896,0,0,0,0),(90603,8904,230,1,1,8827,1,1406.5,-798.135,-85.0654,5.18363,7200,0,0,2394,4896,0,0,0,0),(90604,8915,230,1,1,9025,1,1411.87,-804.099,-85.0692,2.54818,7200,0,0,2634,2041,0,0,0,0),(90605,8915,230,1,1,8778,1,1406.52,-801.503,-85.0678,6.16101,7200,0,0,2634,2041,0,0,0,0),(90606,8904,230,1,1,8828,1,1406.73,-722.535,-91.8983,3.92699,7200,0,0,2394,4896,0,0,0,0),(90607,8904,230,1,1,8827,1,1401.37,-728.191,-91.8983,0.436332,7200,0,0,2394,4896,0,0,0,0),(90608,8904,230,1,1,8825,1,1408.14,-728.471,-91.8983,2.75762,7200,0,0,2394,4896,0,0,0,0),(90609,8904,230,1,1,8827,1,1404.44,-731.368,-91.8983,1.32645,7200,0,0,2394,4896,0,0,0,0),(90610,8915,230,1,1,8779,1,1402.53,-723.347,-91.8983,5.25344,7200,0,0,2634,2041,0,0,0,0),(90611,8899,230,1,1,8820,1,1408.95,-743.275,-85.0691,5.61996,7200,0,0,7359,0,0,0,0,0),(90612,8904,230,1,1,8828,1,1352.93,-732.719,-91.8983,0.698132,7200,0,0,2394,4896,0,0,0,0),(90613,8904,230,1,1,8825,1,1352.36,-726.895,-91.8983,0.034907,7200,0,0,2394,4896,0,0,0,0),(90614,8904,230,1,1,8828,1,1358.75,-726.641,-91.8983,3.49066,7200,0,0,2394,4896,0,0,0,0),(90615,8904,230,1,1,8828,1,1354.74,-723.03,-91.8983,5.39307,7200,0,0,2394,4896,0,0,0,0),(90616,8904,230,1,1,8827,1,1356.95,-733.003,-91.8983,1.74533,7200,0,0,2394,4896,0,0,0,0),(90617,8904,230,1,1,8825,1,1345.59,-799.74,-85.07,5.55015,7200,0,0,2394,4896,0,0,0,0),(90618,8904,230,1,1,8827,1,1351.93,-802.79,-85.069,3.15905,7200,0,0,2394,4896,0,0,0,0),(90619,8904,230,1,1,8825,1,1350.21,-799.457,-85.0696,4.36332,7200,0,0,2394,4896,0,0,0,0),(90620,8915,230,1,1,8778,1,1349.8,-806.159,-85.0689,1.79769,7200,0,0,2634,2041,0,0,0,0),(90621,8899,230,1,1,8820,1,1406.38,-791.195,-85.0604,5.32325,7200,0,0,7359,0,0,0,0,0),(90622,8894,230,1,1,8752,1,804.024,-272.105,-43.1346,2.53073,7200,0,0,4653,8786,0,0,0,0),(90623,8892,230,1,1,8718,1,769.13,-306.203,-43.3014,4.32842,7200,5,0,6645,0,1,0,0,0),(90624,8896,230,1,1,8795,1,564.61,-273.643,-43.018,3.36848,7200,0,0,2304,1807,0,0,0,0),(90625,8896,230,1,1,8793,1,556.481,-276.268,-43.018,0.401426,7200,0,0,2304,1807,0,0,0,0),(90626,8896,230,1,1,8796,1,561.447,-270.267,-43.018,4.46804,7200,0,0,2304,1807,0,0,0,0),(90627,8896,230,1,1,8796,1,552.692,-265.121,-43.018,5.35816,7200,0,0,2304,1807,0,0,0,0),(90628,8897,230,1,1,8805,1,555.384,-268.208,-43.018,2.32129,7200,0,0,2980,0,0,0,0,0),(90629,8894,230,1,1,8752,1,560.114,-279.083,-43.018,1.50098,7200,0,0,4653,8786,0,0,0,0),(90630,8892,230,1,1,8718,1,818.215,-301.775,-43.21,2.70526,7200,0,0,6645,0,0,0,0,0),(90631,8896,230,1,1,8793,1,913.611,-306.681,-49.854,4.06662,7200,0,0,2304,1807,0,0,0,0),(90632,8896,230,1,1,8793,1,910.232,-309.776,-49.852,0.488692,7200,0,0,2304,1807,0,0,0,0),(90633,8913,230,1,1,8776,1,913.444,-310.126,-49.856,2.3911,7200,0,0,4812,9012,0,0,0,0),(90634,8897,230,1,1,8805,1,910.457,-307.054,-49.8484,5.44543,7200,0,0,2980,0,0,0,0,0),(90635,8895,230,1,1,8753,1,907.283,-303.749,-49.8527,0.436332,7200,0,0,5502,3728,0,0,0,0),(90636,8913,230,1,1,8777,1,910.216,-302.067,-49.8437,3.75246,7200,0,0,4812,9012,0,0,0,0),(90637,8894,230,1,1,8752,1,795.499,-303.18,-43.2113,4.2586,7200,0,0,4653,8786,0,0,0,0),(90638,8910,230,1,1,1070,0,654.851,-271.714,-43.0998,6.24828,7200,0,0,5691,3846,0,0,0,0),(90639,8910,230,1,1,1070,0,657.492,-295.114,-43.2001,0.244346,7200,0,0,5691,3846,0,0,0,0),(90640,8893,230,1,1,8757,1,782.223,-241.044,-43.2994,4.11218,7200,5,0,6645,0,1,0,0,0),(90641,8896,230,1,1,8794,1,844.938,-332.622,-50.1994,3.40339,7200,0,0,2304,1807,0,0,0,0),(90642,8896,230,1,1,8796,1,834.484,-314.541,-50.1949,6.03884,7200,0,0,2304,1807,0,0,0,0),(90643,8896,230,1,1,8796,1,828.176,-326.792,-50.1981,2.07694,7200,0,0,2304,1807,0,0,0,0),(90644,8913,230,1,1,8776,1,826.355,-321.649,-50.1874,4.90438,7200,0,0,4812,9012,0,0,0,0),(90645,8913,230,1,1,8776,1,840.275,-333.673,-50.1994,0.191986,7200,0,0,4812,9012,0,0,0,0),(90646,8914,230,1,1,9349,1,840.412,-316.446,-50.201,2.74017,7200,0,0,5691,3846,0,0,0,0),(90647,8896,230,1,1,8795,1,798.29,-262.88,-43.1369,4.39823,7200,0,0,2304,1807,0,0,0,0),(90648,8896,230,1,1,8796,1,794.885,-266.32,-43.1952,5.95157,7200,0,0,2304,1807,0,0,0,0),(90649,8913,230,1,1,8772,1,802.795,-267.726,-43.1161,2.77507,7200,0,0,4812,9012,0,0,0,0),(90650,8914,230,1,1,9347,1,797.579,-270.536,-43.1938,1.72788,7200,0,0,5691,3846,0,0,0,0),(90651,8921,230,1,1,8180,0,605.192,44.4749,-74.0454,2.07537,7200,5,0,2672,0,1,0,0,0),(90652,8921,230,1,1,8180,0,638.745,-50.3329,-73.8678,2.76303,7200,5,0,2672,0,1,0,0,0),(90653,8895,230,1,1,8753,1,679.383,-126.595,-72.0897,4.34226,7200,0,0,5502,3728,0,0,0,0),(90654,8893,230,1,1,8757,1,679.73,-127.493,-72.0882,3.87625,7200,0,0,6645,0,0,0,0,0),(90655,8893,230,1,1,8757,1,680.267,-126.248,-72.0773,5.45412,7200,0,0,6645,0,0,0,0,0),(90656,8893,230,1,1,8757,1,681.029,-125.095,-72.0637,4.13096,7200,0,0,6645,0,0,0,0,0),(90657,8894,230,1,1,8752,1,677.519,-125.871,-72.1111,5.13357,7200,0,0,4653,8786,0,0,0,0),(90658,8895,230,1,1,8753,1,662.677,192.024,-72.1815,4.99164,7200,0,0,5502,3728,0,0,0,0),(90659,8893,230,1,1,8757,1,657.677,192.518,-72.1776,4.99164,7200,0,0,6645,0,0,0,0,0),(90660,8894,230,1,1,8752,1,660.719,197.776,-72.105,4.99164,7200,0,0,4653,8786,0,0,0,0),(90661,8893,230,1,1,8757,1,652.635,196.035,-72.1328,4.99164,7200,0,0,6645,0,0,0,0,0),(90662,8892,230,1,1,8718,1,655.096,201.248,-72.1411,4.99164,7200,0,0,6645,0,0,0,0,0),(90663,8910,230,1,1,1070,0,844.957,-204.539,-72.1765,4.06662,7200,0,0,5691,3846,0,0,0,0),(90664,8910,230,1,1,1070,0,831.207,-228.417,-71.9635,1.13446,7200,0,0,5691,3846,0,0,0,0),(90665,8910,230,1,1,1070,0,821.661,-174.748,-73.1141,4.08407,7200,0,0,5691,3846,0,0,0,0),(90666,8910,230,1,1,1070,0,802.117,-207.665,-72.7428,1.13446,7200,0,0,5691,3846,0,0,0,0),(90667,8895,230,1,1,8753,1,667.863,101.598,-73.7868,5.81195,7200,0,0,5502,3728,0,0,0,0),(90668,8893,230,1,1,8757,1,675.326,103.708,-73.7868,2.51327,7200,0,0,6645,0,0,0,0,0),(90669,8893,230,1,1,8757,1,673.552,100.529,-73.7868,2.58309,7200,0,0,6645,0,0,0,0,0),(90670,8894,230,1,1,8752,1,671.665,97.1954,-73.7868,2.60054,7200,0,0,4653,8786,0,0,0,0),(90671,8894,230,1,1,8752,1,669.753,93.8376,-73.7868,2.56563,7200,0,0,4653,8786,0,0,0,0),(90672,8921,230,1,1,8180,0,743.215,-60.3527,-71.9954,2.42601,7200,0,0,2672,0,0,0,0,0),(90673,8921,230,1,1,8180,0,741.428,-56.4887,-71.7187,2.89725,7200,0,0,2672,0,0,0,0,0),(90674,8921,230,1,1,8180,0,741.113,-52.3226,-71.7261,3.52556,7200,0,0,2672,0,0,0,0,0),(90675,8895,230,1,1,8753,1,651.705,61.2399,-73.8701,2.74017,7200,0,0,5502,3728,0,0,0,0),(90676,8893,230,1,1,8757,1,648.766,68.2939,-73.8704,5.93412,7200,0,0,6645,0,0,0,0,0),(90677,8893,230,1,1,8757,1,647.31,64.983,-73.8704,5.91667,7200,0,0,6645,0,0,0,0,0),(90678,8894,230,1,1,8752,1,646.111,61.6754,-73.8704,5.8294,7200,0,0,4653,8786,0,0,0,0),(90679,8894,230,1,1,8752,1,644.751,58.9224,-73.8704,5.81195,7200,0,0,4653,8786,0,0,0,0),(90680,8895,230,1,1,8753,1,736.497,-58.9588,-71.8597,3.92699,7200,5,0,5502,3728,1,0,0,0),(90681,8893,230,1,1,8757,1,737.386,-59.6062,-71.8446,5.31331,7200,5,0,6645,0,1,0,0,0),(90682,8894,230,1,1,8752,1,735.496,-58.2871,-71.899,2.0785,7200,0,0,4653,8786,0,0,0,0),(90683,8893,230,1,1,8757,1,739.326,-61.7872,-71.8094,5.29402,7200,0,0,6645,0,0,0,0,0),(90684,8892,230,1,1,8718,1,733.669,-56.1304,-71.9675,2.07851,7200,0,0,6645,0,0,0,0,0),(90685,8890,230,1,1,8758,1,291.353,-117.947,-69.8506,0.558505,7200,0,0,6414,0,0,0,0,0),(90686,8921,230,1,1,8180,0,405.437,-73.7528,-62.0672,2.82692,7200,5,0,2672,0,1,0,0,0),(90687,8921,230,1,1,8180,0,412.444,-78.1369,-62.4241,2.82692,7200,3,0,2672,0,1,0,0,0),(90688,8921,230,1,1,8180,0,414.982,-76.8596,-62.6671,2.82692,7200,3,0,2672,0,1,0,0,0),(90689,8891,230,1,1,8750,1,398.49,-111.579,-65.0967,4.81711,7200,0,0,6645,0,0,0,0,0),(90690,8890,230,1,1,8758,1,393.839,-143.637,-64.8657,4.62512,7200,0,0,6414,0,0,0,0,0),(90691,8890,230,1,1,8758,1,432.875,-116.073,-65.2243,3.90954,7200,0,0,6414,0,0,0,0,0),(90692,8891,230,1,1,8750,1,379.509,-191.971,-69.718,3.40339,7200,0,0,6645,0,0,0,0,0),(90693,8921,230,1,1,8180,0,460.844,-136.703,-63.6951,3.05433,7200,0,0,2672,0,0,0,0,0),(90694,8921,230,1,1,8180,0,444.096,-82.7896,-63.7208,5.16617,7200,0,0,2672,0,0,0,0,0),(90695,8912,230,1,1,9351,1,360.983,-162.008,-64.8657,3.03687,7200,0,0,5316,3614,0,0,0,0),(90696,8890,230,1,1,8758,1,448.214,-90.3091,-62.1132,0,7200,0,0,6414,0,0,0,0,0),(90697,8890,230,1,1,8758,1,447.884,-79.9526,-62.8283,6.16101,7200,0,0,6414,0,0,0,0,0),(90698,8892,230,1,1,8718,1,589.415,-272.04,-81.5141,3.66308,7200,5,0,6645,0,1,0,0,0),(90699,8921,230,1,1,8180,0,513.93,-205.457,-59.078,0.645772,7200,0,0,2672,0,0,0,0,0),(90700,8921,230,1,1,8180,0,509.652,-193.653,-59.2962,3.87463,7200,0,0,2672,0,0,0,0,0),(90701,8921,230,1,1,8180,0,512.527,-199.283,-59.5497,3.14159,7200,0,0,2672,0,0,0,0,0),(90702,8891,230,1,1,8750,1,520.722,-241.035,-65.6437,2.28638,7200,0,0,6645,0,0,0,0,0),(90703,8892,230,1,1,8718,1,517.187,-236.456,-64.4333,5.06145,7200,0,0,6645,0,0,0,0,0),(90704,8891,230,1,1,8750,1,626.673,-125.045,-72.7928,2.9147,7200,0,0,6645,0,0,0,0,0),(90705,8892,230,1,1,8718,1,501.992,-158.544,-61.9997,1.93731,7200,0,0,6645,0,0,0,0,0),(90706,8891,230,1,1,8750,1,511.715,-155.045,-61.7997,1.93731,7200,0,0,6645,0,0,0,0,0),(90707,8891,230,1,1,8750,1,625.554,-278.916,-83.8756,0.575959,7200,0,0,6645,0,0,0,0,0),(90708,8891,230,1,1,8750,1,620.166,-123.232,-72.5403,5.95157,7200,0,0,6645,0,0,0,0,0),(90709,8891,230,1,1,8750,1,668.684,-192.317,-77.4771,5.07891,7200,0,0,6645,0,0,0,0,0),(90710,8892,230,1,1,8718,1,658.197,-230.126,-83.2209,2.82743,7200,0,0,6645,0,0,0,0,0),(90711,8891,230,1,1,8750,1,628.884,-77.5238,-45.6328,6.24828,7200,0,0,6645,0,0,0,0,0),(90712,8892,230,1,1,8718,1,610.951,-41.0554,-59.9744,0.506145,7200,0,0,6645,0,0,0,0,0),(90713,8892,230,1,1,8718,1,572.037,-100.758,-44.9377,3.29867,7200,0,0,6645,0,0,0,0,0),(90714,8891,230,1,1,8750,1,609.395,-99.6979,-45.7306,6.17846,7200,0,0,6645,0,0,0,0,0),(90715,8892,230,1,1,8718,1,587.833,-37.9909,-59.9752,2.53073,7200,0,0,6645,0,0,0,0,0),(90716,8909,230,1,1,2172,0,634.676,-77.5651,-45.6522,3.1765,7200,0,0,5316,3614,0,0,0,0),(90717,8892,230,1,1,8718,1,582.3,-34.5938,-59.976,5.95157,7200,0,0,6645,0,0,0,0,0),(90718,8891,230,1,1,8750,1,587.621,-35.401,-59.9758,3.03687,7200,0,0,6645,0,0,0,0,0),(90719,8891,230,1,1,8750,1,631.341,-109.559,-45.947,1.50098,7200,0,0,6645,0,0,0,0,0),(90720,8891,230,1,1,8750,1,669.019,-144.754,-46.1504,2.21657,7200,0,0,6645,0,0,0,0,0),(90721,8899,230,1,1,8821,1,755.36,-52.1277,-46.1504,2.11185,7200,0,0,7359,0,0,0,0,0),(90722,8898,230,1,1,8751,1,702.121,18.8661,-45.3756,1.6057,7200,0,0,5886,3964,0,0,0,0),(90723,8911,230,1,1,5488,0,736.264,-12.5603,-46.1349,4.29351,7200,0,0,7599,0,0,0,0,0),(90724,8911,230,1,1,5488,0,719.362,61.1917,-44.9377,4.53786,7200,0,0,7599,0,0,0,0,0),(90725,8898,230,1,1,8751,1,718.242,57.3913,-44.9377,1.25664,7200,0,0,5886,3964,0,0,0,0),(90726,8898,230,1,1,8751,1,677.94,-8.26589,-59.9756,6.0912,7200,0,0,5886,3964,0,0,0,0),(90727,8911,230,1,1,5488,0,695.816,-15.7533,-45.6037,1.98968,7200,0,0,7599,0,0,0,0,0),(90728,8911,230,1,1,5488,0,706.555,13.0863,-45.5852,1.76109,7200,0,0,7599,0,2,0,0,0),(90729,8911,230,1,1,5488,0,983.66,-278.923,-116.411,2.10731,7200,5,0,7599,0,1,0,0,0),(90730,8911,230,1,1,5488,0,1153.99,-313.59,-104.33,4.20332,7200,3,0,7599,0,1,0,0,0),(90731,8911,230,1,1,5488,0,1140.18,-449.129,-104.768,1.11701,7200,0,0,7599,0,0,0,0,0),(90732,8911,230,1,1,5488,0,1133.1,-444.435,-103.302,0.820305,7200,0,0,7599,0,0,0,0,0),(90733,8911,230,1,1,5488,0,1129.12,-437.422,-102.162,0.523599,7200,0,0,7599,0,0,0,0,0),(90734,8911,230,1,1,5488,0,941.022,-310.532,-116.235,1.64001,7200,5,0,7599,0,1,0,0,0),(90735,8911,230,1,1,5488,0,1067.93,-264.695,-116.356,3.96163,7200,5,0,7599,0,1,0,0,0),(90736,8911,230,1,1,5488,0,932.497,-250.361,-116.329,3.49474,7200,5,0,7599,0,1,0,0,0),(90737,9554,230,1,1,8684,1,827.466,-163.1,-49.6699,5.48649,7200,0,0,6183,0,0,0,0,0),(90738,9554,230,1,1,8682,1,873.906,-213.638,-42.6273,5.28143,7200,0,0,6183,0,0,0,0,0),(90739,9547,230,1,1,8680,1,881.549,-209.784,-43.6204,5.08309,7200,0,0,1443,4140,0,0,0,0),(90740,9545,230,1,1,8673,1,870.151,-144.163,-49.6742,2.64149,7200,0,0,2061,0,0,0,0,0),(90741,9547,230,1,1,8679,1,889.815,-205.893,-42.6204,0.153653,7200,0,0,1443,4140,0,0,0,0),(90742,9547,230,1,1,8678,1,880.795,-180.049,-43.8419,0.199057,7200,0,0,1443,4140,0,0,0,0),(90743,9554,230,1,1,8684,1,817.96,-178.674,-49.6699,5.18238,7200,0,0,6183,0,0,0,0,0),(90744,9545,230,1,1,8676,1,814.555,-172.168,-49.6699,2.39913,7200,0,0,2061,0,0,0,0,0),(90745,9547,230,1,1,8678,1,882.36,-211.872,-43.6204,1.9415,7200,0,0,1443,4140,0,0,0,0),(90746,9545,230,1,1,8675,1,831.84,-156.663,-49.6699,4.1155,7200,0,0,2061,0,0,0,0,0),(90747,8901,230,1,1,9290,1,1449.1,-356.933,-91.9516,0.698132,300,0,0,711,0,0,0,0,0),(90748,8901,230,1,1,9289,1,1451.08,-359.821,-91.9507,2.16421,300,0,0,711,0,0,0,0,0),(90749,8901,230,1,1,8755,1,1451.37,-373.793,-91.9522,1.11701,300,0,0,711,0,0,0,0,0),(90750,8901,230,1,1,8755,1,1446.42,-358.629,-91.9447,3.15905,300,0,0,711,0,0,0,0,0),(90751,8901,230,1,1,8755,1,1449.33,-376.14,-91.9423,5.70723,300,0,0,711,0,0,0,0,0),(90752,8901,230,1,1,9290,1,1434.49,-345.97,-91.9494,6.00393,300,0,0,711,0,0,0,0,0),(90753,8901,230,1,1,9290,1,1437.55,-347.443,-91.9498,3.33358,300,0,0,711,0,0,0,0,0),(90754,8901,230,1,1,9290,1,1447.86,-362.157,-91.9352,3.52556,300,0,0,711,0,0,0,0,0),(90755,8901,230,1,1,9289,1,1437.16,-344.403,-91.9564,1.74533,300,0,0,711,0,0,0,0,0),(90756,8901,230,1,1,9290,1,1439.42,-345.833,-91.9542,3.21141,300,0,0,711,0,0,0,0,0),(90757,8901,230,1,1,8755,1,1387.19,-340.844,-91.9594,1.36136,300,0,0,711,0,0,0,0,0),(90758,8901,230,1,1,9288,1,1388.51,-344.325,-91.9437,1.88496,300,0,0,711,0,0,0,0,0),(90759,8901,230,1,1,8755,1,1408.35,-317.216,-91.9711,6.17846,300,0,0,711,0,0,0,0,0),(90760,8901,230,1,1,8755,1,1411.07,-340.772,-91.9624,1.85005,300,0,0,711,0,0,0,0,0),(90761,8901,230,1,1,9288,1,1402.7,-321.739,-91.9711,1.71042,300,0,0,711,0,0,0,0,0),(90762,8901,230,1,1,9290,1,1404.83,-335.749,-91.9711,0.20944,300,0,0,711,0,0,0,0,0),(90763,8901,230,1,1,8755,1,1384.89,-345.137,-91.9401,1.88496,300,0,0,711,0,0,0,0,0),(90764,8901,230,1,1,9289,1,1403.56,-316.788,-91.9711,3.59538,300,0,0,711,0,0,0,0,0),(90765,8901,230,1,1,8755,1,1406.49,-322.95,-91.9711,0.733038,300,0,0,711,0,0,0,0,0),(90766,8901,230,1,1,9289,1,1411.33,-335.588,-91.9711,3.7001,300,0,0,711,0,0,0,0,0),(90767,8911,230,1,1,5488,0,1431.44,-500.01,-89.4362,1.6057,7200,0,0,7599,0,0,0,0,0),(90768,8901,230,1,1,9289,1,1460.5,-398.741,-91.9575,5.5676,300,0,0,711,0,0,0,0,0),(90769,8901,230,1,1,8755,1,1463.34,-401.115,-91.9648,2.46091,300,0,0,711,0,0,0,0,0),(90770,8901,230,1,1,8755,1,1473.22,-407.831,-91.9711,5.51524,300,0,0,711,0,0,0,0,0),(90771,8901,230,1,1,9290,1,1458.13,-410.033,-91.9568,5.68977,300,0,0,711,0,0,0,0,0),(90772,8901,230,1,1,8755,1,1472.62,-410.55,-91.9711,0.418879,300,0,0,711,0,0,0,0,0),(90773,8901,230,1,1,9288,1,1476.19,-409.867,-91.9711,2.87979,300,0,0,711,0,0,0,0,0),(90774,8901,230,1,1,9288,1,1453.25,-402.258,-91.9396,4.2586,300,0,0,711,0,0,0,0,0),(90775,8901,230,1,1,9288,1,1460.94,-410.054,-91.9618,3.42085,300,0,0,711,0,0,0,0,0),(90776,8901,230,1,1,9289,1,1459.87,-412.546,-91.9599,1.98968,300,0,0,711,0,0,0,0,0),(90777,8901,230,1,1,9290,1,1451.35,-405.777,-91.94,1.0472,300,0,0,711,0,0,0,0,0),(90778,8901,230,1,1,9290,1,1414.42,-379.054,-92.0089,1.29743,300,5,0,711,0,1,0,0,0),(90779,8901,230,1,1,9288,1,1410.26,-400.791,-92.0192,2.49214,300,5,0,711,0,1,0,0,0),(90780,8901,230,1,1,8755,1,1411.16,-390.771,-92.028,1.60551,300,5,0,711,0,1,0,0,0),(5721,6491,1,1,4294967295,0,0,-4637.91,-3139.22,34.9469,0.761173,60,0,0,4120,0,0,0,0,0),(5719,6491,1,1,4294967295,0,0,-8146.14,-4608.99,-125.103,4.16259,60,0,0,4120,0,0,0,0,0),(90784,8901,230,1,1,9289,1,1409.72,-405.018,-92.0262,2.53054,300,5,0,711,0,1,0,0,0),(5718,6491,1,1,4294967295,0,0,2734.82,1279.54,295.79,2.00745,60,0,0,4120,0,0,0,0,0),(90786,8901,230,1,1,9289,1,1412.69,-403.34,-92.0274,2.31446,300,5,0,711,0,1,0,0,0),(90787,8901,230,1,1,9288,1,1288.26,-422.558,-91.9711,1.64061,300,0,0,711,0,0,0,0,0),(90788,8901,230,1,1,9288,1,1299.73,-410.206,-91.9629,1.76278,300,0,0,711,0,0,0,0,0),(90789,8901,230,1,1,9288,1,1287.83,-411.418,-91.9711,0.436332,300,0,0,711,0,0,0,0,0),(90790,8901,230,1,1,9289,1,1297.11,-407.795,-91.9676,0.174533,300,0,0,711,0,0,0,0,0),(90791,8901,230,1,1,9288,1,1289.59,-418.553,-91.9711,4.24115,300,0,0,711,0,0,0,0,0),(90792,8901,230,1,1,8755,1,1298.68,-405.128,-91.9648,4.93928,300,0,0,711,0,0,0,0,0),(90793,8901,230,1,1,9289,1,1287.11,-419.346,-91.9711,5.20108,300,0,0,711,0,0,0,0,0),(90794,8901,230,1,1,9289,1,1290.35,-409.823,-91.9711,3.9968,300,0,0,711,0,0,0,0,0),(90795,8901,230,1,1,9288,1,1301.29,-406.926,-91.9601,3.36848,300,0,0,711,0,0,0,0,0),(90796,8901,230,1,1,9288,1,1289.27,-412.676,-91.9711,1.37881,300,0,0,711,0,0,0,0,0),(90797,8901,230,1,1,9289,1,1321.94,-408.211,-91.9303,5.07891,300,0,0,711,0,0,0,0,0),(90798,8901,230,1,1,8755,1,1342.11,-412.866,-91.9267,2.9147,300,0,0,711,0,0,0,0,0),(90799,8901,230,1,1,8755,1,1346.39,-416.705,-91.9305,3.10669,300,0,0,711,0,0,0,0,0),(90800,8901,230,1,1,9290,1,1321.19,-411.758,-91.9271,4.57276,300,0,0,711,0,0,0,0,0),(90801,8901,230,1,1,9288,1,1348.39,-413.741,-91.9281,1.50098,300,0,0,711,0,0,0,0,0),(90802,8901,230,1,1,8755,1,1345.47,-411.218,-91.8676,2.68781,300,0,0,711,0,0,0,0,0),(90803,8901,230,1,1,9290,1,1328.63,-391.593,-91.9182,1.5708,300,0,0,711,0,0,0,0,0),(90804,8901,230,1,1,9288,1,1343.56,-416.644,-91.9291,1.6057,300,0,0,711,0,0,0,0,0),(90806,8901,230,1,1,9288,1,1330.69,-397.53,-91.9254,4.83456,300,0,0,711,0,0,0,0,0),(90807,8901,230,1,1,8755,1,1325.71,-394.043,-91.9178,6.24828,300,0,0,711,0,0,0,0,0),(90808,8920,230,1,1,8897,1,755.999,61.6141,-53.5721,6.21337,7200,0,0,2453,0,0,0,0,0),(90809,8920,230,1,1,8895,1,806.096,54.2448,-53.5767,5.48033,7200,0,0,2453,0,0,0,0,0),(90810,8920,230,1,1,8894,1,763.269,22.2708,-53.664,3.10291,7200,5,0,2453,0,1,0,0,0),(90811,8920,230,1,1,8897,1,794.78,-35.9308,-53.6368,2.04204,7200,0,0,2453,0,0,0,0,0),(90812,8906,230,1,1,8177,0,793.348,-9.29995,-53.6518,3.07178,7200,0,0,7599,0,0,0,0,0),(90813,8920,230,1,1,8897,1,759.862,58.2598,-53.6085,3.9619,7200,0,0,2453,0,0,0,0,0),(90814,8920,230,1,1,8897,1,786.798,-42.1107,-53.6505,0.366519,7200,0,0,2453,0,0,0,0,0),(90815,8920,230,1,1,8897,1,787.464,-40.3752,-53.6493,5.23599,7200,0,0,2453,0,0,0,0,0),(90816,8900,230,1,1,8814,1,757.366,59.5952,-53.5933,0.837758,7200,0,0,2305,4896,0,0,0,0),(90817,8900,230,1,1,8813,1,791.143,-40.9252,-53.6506,3.85718,7200,0,0,2305,4896,0,0,0,0),(90818,8896,230,1,1,8795,1,855.581,-259.655,-49.8527,2.16421,7200,0,0,2304,1807,0,0,0,0),(90819,8896,230,1,1,8796,1,850.493,-257.247,-49.8662,0.314159,7200,0,0,2304,1807,0,0,0,0),(90820,8913,230,1,1,8774,1,858.027,-255.867,-49.8766,3.22886,7200,0,0,4812,9012,0,0,0,0),(90821,8897,230,1,1,8805,1,855.256,-254.566,-49.8781,3.87463,7200,0,0,2980,0,0,0,0,0),(90822,8895,230,1,1,8753,1,852.219,-258.57,-49.8635,1.11701,7200,0,0,5502,3728,0,0,0,0),(90823,8913,230,1,1,8774,1,851.562,-253.153,-49.8903,5.23599,7200,0,0,4812,9012,0,0,0,0),(90824,8896,230,1,1,8795,1,753.228,-273.44,-42.7627,3.63029,7200,0,0,2304,1807,0,0,0,0),(90825,8913,230,1,1,8777,1,741.527,-274.972,-42.7518,6.17846,7200,0,0,4812,9012,0,0,0,0),(90826,8910,230,1,1,1070,0,753.022,-277.616,-42.7704,2.72271,7200,0,0,5691,3846,0,0,0,0),(90827,8922,230,1,1,8181,0,745.672,-277.552,-42.7518,0.506145,7200,0,0,3082,0,0,0,0,0),(90828,8910,230,1,1,1070,0,855.155,-284.038,-49.936,1.98067,7200,5,0,5691,3846,1,0,0,0),(90829,8896,230,1,1,8793,1,592.506,-280.569,-43.018,5.48033,7200,0,0,2304,1807,0,0,0,0),(90830,8896,230,1,1,8795,1,597.112,-279.821,-43.0185,4.50295,7200,0,0,2304,1807,0,0,0,0),(90831,8896,230,1,1,8795,1,595.024,-289.124,-43.021,1.32645,7200,0,0,2304,1807,0,0,0,0),(90832,8913,230,1,1,8776,1,592.006,-285.288,-43.0193,0.20944,7200,0,0,4812,9012,0,0,0,0),(90833,8913,230,1,1,8776,1,600.961,-282.715,-43.02,3.47321,7200,0,0,4812,9012,0,0,0,0),(90834,8914,230,1,1,9346,1,600.32,-288.004,-43.0215,2.42601,7200,0,0,5691,3846,0,0,0,0),(90835,8896,230,1,1,8795,1,774.097,-303.192,-43.2171,4.99164,7200,0,0,2304,1807,0,0,0,0),(90836,8896,230,1,1,8793,1,779.096,-311.473,-43.2155,2.14675,7200,0,0,2304,1807,0,0,0,0),(90837,8896,230,1,1,8796,1,770.35,-310.941,-43.2168,1.02974,7200,0,0,2304,1807,0,0,0,0),(90838,8922,230,1,1,8181,0,774.727,-316.716,-43.216,1.58825,7200,0,0,3082,0,0,0,0,0),(90839,8895,230,1,1,8753,1,671.831,-34.9277,-73.3114,0.244346,7200,5,0,5502,3728,1,0,0,0),(90840,8893,230,1,1,8757,1,667.567,-33.3695,-73.3112,3.28122,7200,5,0,6645,0,1,0,0,0),(90841,8893,230,1,1,8757,1,671.155,-30.151,-73.3134,3.28122,7200,0,0,6645,0,0,0,0,0),(90842,8893,230,1,1,8757,1,664.043,-28.4768,-73.2895,3.28122,7200,0,0,6645,0,0,0,0,0),(90843,8894,230,1,1,8752,1,667.517,-25.1782,-73.8748,3.28122,7200,0,0,4653,8786,0,0,0,0),(90844,8910,230,1,1,1070,0,870.18,-239.327,-71.6776,4.06662,7200,0,0,5691,3846,0,0,0,0),(90845,8910,230,1,1,1070,0,863.806,-250.834,-71.6756,1.29154,7200,0,0,5691,3846,0,0,0,0),(90846,8921,230,1,1,8180,0,361.558,-58.3851,-66.7057,2.49582,7200,3,0,2672,0,1,0,0,0),(90847,8890,230,1,1,8758,1,411.087,-167.735,-63.4654,1.24097,7200,5,0,6414,0,1,0,0,0),(90848,8921,230,1,1,8180,0,457.554,-140.79,-63.8145,1.78024,7200,0,0,2672,0,0,0,0,0),(90849,8921,230,1,1,8180,0,324.618,-212.014,-78.2142,0.698132,7200,0,0,2672,0,0,0,0,0),(90850,8890,230,1,1,8758,1,355.669,-161.649,-64.8657,6.24828,7200,0,0,6414,0,0,0,0,0),(90851,8921,230,1,1,8180,0,357.462,-58.0399,-67.3812,1.20428,7200,3,0,2672,0,1,0,0,0),(90852,8921,230,1,1,8180,0,384.864,-78.3217,-63.991,1.65806,7200,3,0,2672,0,1,0,0,0),(90853,8921,230,1,1,8180,0,339.123,-76.1179,-70.3924,4.71239,7200,3,0,2672,0,1,0,0,0),(90854,8912,230,1,1,8792,1,264.449,-149.725,-72.5408,0.907571,7200,0,0,5316,3614,0,0,0,0),(90855,8921,230,1,1,8180,0,409.205,-184.321,-63.7488,3.89351,7200,3,0,2672,0,1,0,0,0),(90856,8921,230,1,1,8180,0,413.92,-181.62,-63.0163,4.07896,7200,3,0,2672,0,1,0,0,0),(90857,8921,230,1,1,8180,0,413.496,-178.817,-62.9655,4.07896,7200,3,0,2672,0,1,0,0,0),(90858,8892,230,1,1,8718,1,555.58,-274.545,-75.6066,2.77507,7200,0,0,6645,0,0,0,0,0),(90859,8891,230,1,1,8750,1,635.098,-158.922,-70.9624,2.53073,7200,0,0,6645,0,0,0,0,0),(90860,8921,230,1,1,8180,0,620.124,-276.787,-83.7964,1.32645,7200,0,0,2672,0,0,0,0,0),(90861,8921,230,1,1,8180,0,626.244,-272.318,-83.9212,5.46288,7200,0,0,2672,0,0,0,0,0),(90862,8909,230,1,1,2172,0,633.261,-267.149,-83.2195,1.8675,7200,0,0,5316,3614,0,0,0,0),(90863,8892,230,1,1,8718,1,648.608,-195.776,-76.3168,1.62316,7200,0,0,6645,0,0,0,0,0),(90864,8891,230,1,1,8750,1,632.435,-154.188,-70.7046,5.23599,7200,0,0,6645,0,0,0,0,0),(90865,8892,230,1,1,8718,1,606.65,-262.916,-83.4854,2.9147,7200,0,0,6645,0,0,0,0,0),(90866,8891,230,1,1,8750,1,634.684,-252.648,-83.508,4.04995,7200,0,0,6645,0,0,0,0,0),(90867,8921,230,1,1,8180,0,627.172,-261.771,-83.8865,3.85347,7200,5,0,2672,0,1,0,0,0),(90868,8921,230,1,1,8180,0,627.38,-258.95,-83.75,3.85346,7200,5,0,2672,0,1,0,0,0),(90869,8891,230,1,1,8750,1,605.884,-264.782,-83.2414,2.79253,7200,0,0,6645,0,0,0,0,0),(90870,8892,230,1,1,8718,1,556.167,-248.163,-70.6092,2.49582,7200,0,0,6645,0,0,0,0,0),(90872,8892,230,1,1,8718,1,663.407,-154.398,-73.7731,2.30383,7200,0,0,6645,0,0,0,0,0),(90874,8891,230,1,1,8750,1,594.625,-54.522,-59.9678,3.56047,7200,0,0,6645,0,0,0,0,0),(90875,8891,230,1,1,8750,1,594.451,-56.6109,-59.96,3.00197,7200,0,0,6645,0,0,0,0,0),(90876,8891,230,1,1,8750,1,666.213,-142.887,-46.1504,6.02139,7200,0,0,6645,0,0,0,0,0),(90877,8892,230,1,1,8718,1,609.441,-97.7691,-45.7332,5.5676,7200,0,0,6645,0,0,0,0,0),(90878,8909,230,1,1,2172,0,628.139,-57.0865,-59.9761,0.820305,7200,0,0,5316,3614,0,0,0,0),(90879,8909,230,1,1,2172,0,629.227,-73.7156,-45.5453,5.34071,7200,0,0,5316,3614,0,0,0,0),(90880,8892,230,1,1,8718,1,630.975,-105.554,-45.9517,5.0091,7200,0,0,6645,0,0,0,0,0),(90881,9545,230,1,1,8673,1,824.958,-166.388,-49.6699,4.27777,7200,0,0,2061,0,0,0,0,0),(90882,9545,230,1,1,8673,1,881.499,-163.228,-49.6754,3.72741,7200,0,0,2061,0,0,0,0,0),(90883,9545,230,1,1,8673,1,857.768,-162.738,-49.6717,6.04803,7200,0,0,2061,0,0,0,0,0),(90884,9547,230,1,1,8679,1,877.84,-205.968,-43.6204,2.24715,7200,0,0,1443,4140,0,0,0,0),(90885,9545,230,1,1,8676,1,866.556,-195.949,-43.6204,5.48534,7200,0,0,2061,0,0,0,0,0),(90886,9547,230,1,1,8680,1,887.628,-208.3,-43.6204,2.07571,7200,0,0,1443,4140,0,0,0,0),(90887,9545,230,1,1,8673,1,830.263,-157.607,-49.6699,0.53946,7200,0,0,2061,0,0,0,0,0),(90888,9554,230,1,1,8683,1,872.504,-210.763,-42.6134,2.4924,7200,0,0,6183,0,0,0,0,0),(90889,9545,230,1,1,8675,1,861.362,-167.823,-49.6724,2.18598,7200,0,0,2061,0,0,0,0,0),(90890,9547,230,1,1,8680,1,862.89,-200.193,-43.6204,3.4411,7200,0,0,1443,4140,0,0,0,0),(90892,8920,230,1,1,8896,1,755.346,51.0896,-53.57,1.0472,7200,0,0,2453,0,0,0,0,0),(90894,8920,230,1,1,8897,1,759.628,61.429,-53.5742,3.21141,7200,0,0,2453,0,0,0,0,0),(90895,8920,230,1,1,8895,1,783.224,-5.08509,-53.6516,2.3911,7200,0,0,2453,0,0,0,0,0),(90896,8921,230,1,1,8180,0,414.346,-166.139,-63.4666,3.40339,7200,0,0,2672,0,0,0,0,0),(90897,8912,230,1,1,8790,1,379.964,-81.4252,-64.2487,6.02139,7200,0,0,5316,3614,0,0,0,0),(90898,8921,230,1,1,8180,0,401.246,-113.082,-65.2232,4.45059,7200,0,0,2672,0,0,0,0,0),(90899,8912,230,1,1,8792,1,340.143,-117.05,-64.8657,5.09636,7200,0,0,5316,3614,0,0,0,0),(90900,8921,230,1,1,8180,0,409.773,-196.003,-64.7748,4.15388,7200,0,0,2672,0,0,0,0,0),(90901,8890,230,1,1,8758,1,333.292,-195.188,-78.2226,0.087266,7200,0,0,6414,0,0,0,0,0),(90902,8912,230,1,1,8790,1,375.964,-107.817,-64.8657,2.75762,7200,0,0,5316,3614,0,0,0,0),(90903,8890,230,1,1,8758,1,318.265,-62.8067,-75.1536,3.35103,7200,0,0,6414,0,0,0,0,0),(90904,8890,230,1,1,8758,1,407.555,-200.144,-65.3298,0.122173,7200,0,0,6414,0,0,0,0,0),(90905,8921,230,1,1,8180,0,288.343,-92.9883,-75.5968,0.610865,7200,0,0,2672,0,0,0,0,0),(90906,8892,230,1,1,8718,1,583.082,-286.592,-82.1588,6.0912,7200,0,0,6645,0,0,0,0,0),(90907,8892,230,1,1,8718,1,587.938,-289.647,-82.7068,2.21657,7200,0,0,6645,0,0,0,0,0),(90908,8909,230,1,1,2172,0,616.278,-125.476,-71.6701,2.07694,7200,0,0,5316,3614,0,0,0,0),(90910,8909,230,1,1,2172,0,621.573,-127.696,-72.6036,1.67552,7200,0,0,5316,3614,0,0,0,0),(90911,8909,230,1,1,2172,0,544.167,-246.6,-69.259,2.47837,7200,0,0,5316,3614,0,0,0,0),(90912,8891,230,1,1,8750,1,554.463,-276.653,-75.6805,2.49582,7200,0,0,6645,0,0,0,0,0),(90913,8892,230,1,1,8718,1,506.061,-196.933,-60.0154,4.99164,7200,0,0,6645,0,0,0,0,0),(90914,8892,230,1,1,8718,1,668.841,-197.608,-78.1925,1.5708,7200,0,0,6645,0,0,0,0,0),(90915,8892,230,1,1,8718,1,549.315,-272.307,-74.053,5.53269,7200,0,0,6645,0,0,0,0,0),(90916,8921,230,1,1,8180,0,587.865,-124.758,-68.555,5.95941,7200,5,0,2672,0,1,0,0,0),(90917,8921,230,1,1,8180,0,569.831,-120.727,-63.9959,1.65336,7200,5,0,2672,0,1,0,0,0),(90918,8921,230,1,1,8180,0,569.464,-124.601,-64.0841,4.46512,7200,5,0,2672,0,1,0,0,0),(90919,8892,230,1,1,8718,1,670.192,-196.127,-78.0563,1.95477,7200,0,0,6645,0,0,0,0,0),(91010,9547,230,1,1,8680,1,868.526,-161.386,-49.6733,5.34704,7200,0,0,1443,4140,0,0,0,0),(91011,9545,230,1,1,8674,1,885.785,-208.74,-42.6968,3.6626,7200,0,0,2061,0,0,0,0,0),(91012,9545,230,1,1,8676,1,855.058,-206.511,-43.6204,2.05573,7200,0,0,2061,0,0,0,0,0),(91013,9545,230,1,1,8673,1,886.978,-178.802,-43.8419,5.17016,7200,0,0,2061,0,0,0,0,0),(91014,9545,230,1,1,8674,1,822.791,-171.055,-49.6699,1.18745,7200,0,0,2061,0,0,0,0,0),(91015,9545,230,1,1,8676,1,832.374,-162.472,-49.6699,3.26892,7200,0,0,2061,0,0,0,0,0),(91016,9545,230,1,1,8674,1,879.558,-181.069,-43.8419,0.68901,7200,0,0,2061,0,0,0,0,0),(91017,9545,230,1,1,8676,1,854.052,-204.601,-43.6204,1.73405,7200,0,0,2061,0,0,0,0,0),(91018,9545,230,1,1,8674,1,861.847,-141.616,-49.6727,3.48803,7200,0,0,2061,0,0,0,0,0),(91019,9545,230,1,1,8674,1,874.108,-205.199,-43.6204,4.78717,7200,0,0,2061,0,0,0,0,0),(91020,9039,230,1,1,8687,1,1281.14,-282.151,-78.1359,2.25148,43200,0,0,12954,17304,0,0,0,0),(91021,9034,230,1,1,8690,1,1246.18,-189.969,-85.5895,4.66003,43200,0,0,9410,10585,0,0,0,0),(91022,9037,230,1,1,8689,1,1226.69,-246.124,-85.5903,0.820305,43200,0,0,12146,0,0,0,0,0),(91023,9040,230,1,1,8688,1,1236.55,-291.534,-78.1351,0.750492,43200,0,0,9716,4326,0,0,0,0),(91024,9036,230,1,1,8692,1,1272.32,-199.817,-85.5905,3.92699,43200,0,0,9716,12978,0,0,0,0),(91025,9035,230,1,1,8686,1,1215.05,-220.656,-85.5903,0.034907,43200,0,0,11763,0,0,0,0,0),(91026,9038,230,1,1,8691,1,1286.56,-253.331,-78.0612,3.00197,43200,0,0,9716,10815,0,0,0,0),(91027,8912,230,1,1,8792,1,428.594,-110.903,-65.2933,3.7001,7200,0,0,5316,3614,0,0,0,0),(91028,8912,230,1,1,8792,1,292.555,-119.086,-69.6539,0.767945,7200,0,0,5316,3614,0,0,0,0),(91029,8912,230,1,1,9351,1,269.104,-144.251,-71.4673,3.90954,7200,0,0,5316,3614,0,0,0,0),(91030,8921,230,1,1,8180,0,377.659,-197.328,-70.0497,3.4383,7200,0,0,2672,0,0,0,0,0),(91031,8912,230,1,1,9350,1,322.894,-214.787,-77.9576,2.72271,7200,0,0,5316,3614,0,0,0,0),(91032,8921,230,1,1,8180,0,408.616,-120.045,-65.5316,3.44326,7200,5,0,2672,0,1,0,0,0),(91033,8921,230,1,1,8180,0,411.14,-121.354,-65.6602,3.44326,7200,5,0,2672,0,1,0,0,0),(91034,8921,230,1,1,8180,0,412.455,-118.851,-65.7562,3.59174,7200,5,0,2672,0,1,0,0,0),(91035,8921,230,1,1,8180,0,314.176,-67.12,-76.779,2.75762,7200,3,0,2672,0,1,0,0,0),(91036,8891,230,1,1,8750,1,412.821,-198.187,-64.484,3.89208,7200,0,0,6645,0,0,0,0,0),(91037,8890,230,1,1,8758,1,350.881,-114.001,-64.8657,2.75762,7200,0,0,6414,0,0,0,0,0),(91038,8891,230,1,1,8750,1,369.105,-217.883,-72.9747,3.40339,7200,0,0,6645,0,0,0,0,0),(91039,8892,230,1,1,8718,1,551.262,-244.794,-70.0144,5.72468,7200,0,0,6645,0,0,0,0,0),(91040,8891,230,1,1,8750,1,630.827,-155.526,-70.8703,5.55015,7200,0,0,6645,0,0,0,0,0),(91041,8892,230,1,1,8718,1,584.481,-284.765,-82.188,5.74213,7200,0,0,6645,0,0,0,0,0),(91042,8891,230,1,1,8750,1,508.853,-203.9,-59.7728,2.05949,7200,0,0,6645,0,0,0,0,0),(91043,9547,230,1,1,8680,1,824.328,-169.636,-49.6699,3.88715,7200,0,0,1443,4140,0,0,0,0),(91044,9547,230,1,1,8679,1,872.038,-166.157,-49.674,3.70043,7200,0,0,1443,4140,0,0,0,0),(91045,9545,230,1,1,8676,1,886.146,-205.619,-43.6204,4.59701,7200,0,0,2061,0,0,0,0,0),(91046,9547,230,1,1,8678,1,879.805,-164.352,-49.6752,2.58739,7200,0,0,1443,4140,0,0,0,0),(91047,9547,230,1,1,8679,1,824.262,-167.408,-49.6699,0.972107,7200,0,0,1443,4140,0,0,0,0),(91048,9554,230,1,1,8683,1,871.039,-209.651,-43.6204,6.03945,7200,0,0,6183,0,0,0,0,0),(91049,9545,230,1,1,8673,1,878.393,-158.174,-49.6749,4.01626,7200,0,0,2061,0,0,0,0,0),(91050,9547,230,1,1,8680,1,825.521,-183.547,-49.6699,2.56911,7200,0,0,1443,4140,0,0,0,0),(91051,9547,230,1,1,8678,1,872.964,-170.985,-49.6743,1.7603,7200,0,0,1443,4140,0,0,0,0),(91052,9547,230,1,1,8680,1,860.675,-161.887,-49.6721,3.42633,7200,0,0,1443,4140,0,0,0,0),(91053,8912,230,1,1,8792,1,268.93,-148.171,-72.0263,2.09439,7200,0,0,5316,3614,0,0,0,0),(91054,8890,230,1,1,8758,1,367.161,-152.572,-64.8657,4.50295,7200,0,0,6414,0,0,0,0,0),(91055,8921,230,1,1,8180,0,296.548,-178.945,-75.7617,1.20428,7200,0,0,2672,0,0,0,0,0),(91056,8921,230,1,1,8180,0,361.272,-216.971,-73.9869,5.46288,7200,0,0,2672,0,0,0,0,0),(91057,8891,230,1,1,8750,1,363.466,-219.268,-73.5822,0.226893,7200,0,0,6645,0,0,0,0,0),(91058,8890,230,1,1,8758,1,463.29,-141.633,-61.7728,0.628319,7200,0,0,6414,0,0,0,0,0),(91059,8890,230,1,1,8758,1,457.141,-134.561,-63.3908,0.541052,7200,0,0,6414,0,0,0,0,0),(91060,8891,230,1,1,8750,1,336.952,-79.8091,-70.5937,0.174533,7200,0,0,6645,0,0,0,0,0),(91061,8921,230,1,1,8180,0,310.019,-68.7645,-77.1066,3.92699,7200,3,0,2672,0,1,0,0,0),(91062,8891,230,1,1,8750,1,368.065,-106.67,-64.8657,5.81195,7200,0,0,6645,0,0,0,0,0),(91063,8921,230,1,1,8180,0,299.555,-181.906,-75.8201,2.60054,7200,0,0,2672,0,0,0,0,0),(91064,9547,230,1,1,8679,1,853.469,-201.064,-43.6204,6.21552,7200,0,0,1443,4140,0,0,0,0),(91065,9547,230,1,1,8679,1,829.004,-164.674,-49.6699,0.578797,7200,0,0,1443,4140,0,0,0,0),(91066,9547,230,1,1,8680,1,875.766,-203.385,-42.6759,5.38874,7200,0,0,1443,4140,0,0,0,0),(91067,9547,230,1,1,8679,1,819.488,-161.968,-49.6699,5.60345,7200,0,0,1443,4140,0,0,0,0),(91068,9547,230,1,1,8679,1,858.882,-201.43,-43.6204,4.06716,7200,0,0,1443,4140,0,0,0,0),(91069,9547,230,1,1,8679,1,887.81,-180.491,-43.8419,3.0787,7200,0,0,1443,4140,0,0,0,0),(91070,9545,230,1,1,8674,1,889.16,-204.451,-43.6204,3.51151,7200,0,0,2061,0,0,0,0,0),(91071,9554,230,1,1,8683,1,811.107,-169.004,-49.6699,0.698433,7200,0,0,6183,0,0,0,0,0),(91072,8912,230,1,1,8792,1,390.639,-149.944,-64.8657,1.02974,7200,0,0,5316,3614,0,0,0,0),(91073,8921,230,1,1,8180,0,322.011,-64.4407,-74.6726,0.715585,7200,3,0,2672,0,1,0,0,0),(91074,8921,230,1,1,8180,0,317.751,-66.824,-75.8529,1.16937,7200,3,0,2672,0,1,0,0,0),(91075,8891,230,1,1,8750,1,425.896,-112.526,-65.4491,0.523599,7200,0,0,6645,0,0,0,0,0),(91076,8921,230,1,1,8180,0,346.808,-117.731,-64.8657,0,7200,0,0,2672,0,0,0,0,0),(91077,8890,230,1,1,8758,1,285.181,-91.5213,-75.9695,1.11701,7200,0,0,6414,0,0,0,0,0),(91078,8921,230,1,1,8180,0,292.127,-113.515,-70.4735,1.8675,7200,0,0,2672,0,0,0,0,0),(91079,8921,230,1,1,8180,0,444.406,-87.2027,-63.5874,3.01942,7200,0,0,2672,0,0,0,0,0),(91080,8891,230,1,1,8750,1,333.729,-193.407,-78.0487,5.5676,7200,0,0,6645,0,0,0,0,0),(91081,8912,230,1,1,9350,1,398.882,-115.906,-65.0732,1.65806,7200,0,0,5316,3614,0,0,0,0),(91082,8912,230,1,1,9350,1,366.36,-159.031,-64.8657,1.55334,7200,0,0,5316,3614,0,0,0,0),(91083,8891,230,1,1,8750,1,428.882,-117.745,-65.4328,0.20944,7200,0,0,6645,0,0,0,0,0),(91084,8890,230,1,1,8758,1,418.939,-78.2689,-63.3344,2.68535,7200,5,0,6414,0,1,0,0,0),(91085,8921,230,1,1,8180,0,417.213,-79.65,-63.078,2.68535,7200,3,0,2672,0,1,0,0,0),(91086,8921,230,1,1,8180,0,419.908,-78.7446,-63.5041,2.68535,7200,3,0,2672,0,1,0,0,0),(91087,8912,230,1,1,9351,1,341.329,-121.958,-64.8657,1.98968,7200,0,0,5316,3614,0,0,0,0),(91088,8890,230,1,1,8758,1,301.846,-179.006,-76.5046,2.30383,7200,0,0,6414,0,0,0,0,0),(91089,8890,230,1,1,8758,1,409.59,-166.914,-63.3368,0.959931,7200,0,0,6414,0,0,0,0,0),(91090,8891,230,1,1,8750,1,265.419,-141.633,-72.2014,5.20108,7200,0,0,6645,0,0,0,0,0),(91091,8912,230,1,1,8790,1,342.093,-78.5387,-70.1344,3.4383,7200,0,0,5316,3614,0,0,0,0),(91092,8912,230,1,1,9351,1,288.483,-85.904,-76.8867,4.08407,7200,0,0,5316,3614,0,0,0,0),(91093,8921,230,1,1,8180,0,305.766,-184.201,-76.1861,2.19912,7200,0,0,2672,0,0,0,0,0),(91094,8912,230,1,1,8790,1,298.077,-174.663,-76.2563,5.39307,7200,0,0,5316,3614,0,0,0,0),(91095,8912,230,1,1,9350,1,395.502,-148.546,-64.8657,2.02458,7200,0,0,5316,3614,0,0,0,0),(91096,8891,230,1,1,8750,1,337.919,-194.808,-77.8851,3.22886,7200,0,0,6645,0,0,0,0,0),(91097,8890,230,1,1,8758,1,312.018,-64.6422,-76.3635,0.349066,7200,0,0,6414,0,0,0,0,0),(91098,8912,230,1,1,9351,1,369.389,-110.626,-64.8657,0.872665,7200,0,0,5316,3614,0,0,0,0),(91099,8890,230,1,1,8758,1,381.634,-128.1,-64.949,0.267563,7200,5,0,6414,0,1,0,0,0),(91100,8921,230,1,1,8180,0,379.1,-126.667,-64.949,0.284797,7200,0,0,2672,0,2,0,0,0),(91101,8921,230,1,1,8180,0,377.742,-129.148,-64.949,0.284794,7200,0,0,2672,0,2,0,0,0),(91102,8891,230,1,1,8750,1,409.172,-48.9517,-63.8794,2.46091,7200,0,0,6645,0,0,0,0,0),(91103,8921,230,1,1,8180,0,383.455,-192.244,-68.4789,2.3911,7200,0,0,2672,0,0,0,0,0),(91104,8921,230,1,1,8180,0,402.918,-108.497,-65.1381,1.65806,7200,0,0,2672,0,0,0,0,0),(91105,8891,230,1,1,8750,1,319.164,-212.623,-77.9837,5.65487,7200,0,0,6645,0,0,0,0,0),(91106,8891,230,1,1,8750,1,642.366,-274.516,-43.1092,0.471239,7200,0,0,6645,0,0,0,0,0),(91107,8891,230,1,1,8750,1,740.114,-283.345,-42.7508,2.86234,7200,0,0,6645,0,0,0,0,0),(91108,8901,230,1,1,9290,1,1331.46,-527.201,-91.9598,2.6529,300,0,0,711,0,0,0,0,0),(91109,8901,230,1,1,8755,1,1316.12,-523.707,-91.9594,0.366519,300,0,0,711,0,0,0,0,0),(91110,8901,230,1,1,9290,1,1432.48,-414.189,-91.9976,1.80106,300,5,0,711,0,1,0,0,0),(5717,6491,1,1,4294967295,0,0,466.735,1466.16,12.8983,0.112288,60,0,0,4120,0,0,0,0,0),(91112,8901,230,1,1,9289,1,1429.08,-415.548,-91.9992,1.72027,300,5,0,711,0,1,0,0,0),(5729,6491,0,1,4294967295,0,0,-6863.62,-1537.06,241.746,3.72703,60,0,0,4120,0,0,0,0,0),(5749,6491,1,1,4294967295,0,0,-7348.79,-1316.54,-260.86,2.90753,60,0,0,4120,0,0,0,0,0),(5723,6491,1,1,4294967295,0,0,-4031.16,-3422.71,38.8247,1.69815,60,0,0,4120,0,0,0,0,0),(5724,6491,1,1,4294967295,0,0,-3973.19,-2017.75,96.0305,0.966001,60,0,0,4120,0,0,0,0,0),(5725,6491,0,1,4294967295,0,0,790.751,-418.588,136.861,5.48565,60,0,0,4120,0,0,0,0,0),(91119,9956,230,1,1,9309,1,1431.38,-462.241,-91.9348,5.18363,600,0,0,760,0,0,0,0,0),(91120,9956,230,1,1,9309,1,1382,-528.688,-91.9619,2.00053,600,0,0,760,0,2,0,0,0),(83326,4076,557,3,1,2177,0,-357.006,-58.2662,-0.958768,1.45726,86400,5,0,8,0,1,0,0,0),(83327,14881,557,3,1,2536,0,-349.628,-227.574,-0.958779,4.06159,86400,5,0,8,0,1,0,0,0),(83328,14881,557,3,1,14952,0,-368.572,-236.88,-0.956436,5.09738,86400,5,0,8,0,1,0,0,0),(83329,18317,557,3,1,21005,1,-373.487,-200.457,-0.958741,4.71823,86400,0,0,11600,31145,0,0,0,0),(83330,18314,557,3,1,20468,1,-370.804,-197.49,-0.959255,4.77872,86400,0,0,17151,0,0,0,0,0),(83331,18314,557,3,1,20468,1,-370.712,-191.2,-0.99997,1.57663,86400,0,0,17151,0,0,0,0,0),(83332,18331,557,3,1,20987,1,-391.753,-171.917,-0.875433,0.122173,86400,0,0,12006,6443,0,0,0,0),(83333,18313,557,3,1,21004,1,-395.757,-168.362,-0.875432,0.523599,86400,0,0,11600,31145,0,0,0,0),(83334,19307,557,3,1,18050,0,-370.539,-91.8821,-0.958763,5.80378,86400,5,0,30004,0,1,0,0,0),(83335,18331,557,3,1,20987,1,-351.811,-168.769,-0.875438,3.64774,86400,0,0,12006,6443,0,0,0,0),(83336,18313,557,3,1,21004,1,-353.883,-174.866,-0.875439,2.79253,86400,0,0,11600,31145,0,0,0,0),(83337,14881,557,3,1,9829,0,-381.3,-174.79,-0.95342,1.86325,86400,5,0,8,0,1,0,0,0),(83338,18331,557,3,1,20987,1,-299.195,-205.596,-1.43628,0.471239,86400,0,0,12006,6443,0,0,0,0),(83339,18331,557,3,1,20987,1,-294.206,-203.307,-1.90027,0.767945,86400,0,0,12006,6443,0,0,0,0),(83340,18317,557,3,1,21005,1,-181.468,-229.24,-0.871819,0.453786,86400,0,0,11600,31145,0,0,0,0),(83341,18331,557,3,1,20987,1,-181.588,-217.674,-0.871864,5.96903,86400,0,0,12006,6443,0,0,0,0),(83342,18313,557,3,1,21004,1,-189.265,-218.946,-0.872109,0.05236,86400,0,0,11600,31145,0,0,0,0),(83343,18309,557,3,1,19778,1,-188.778,-226.132,-0.872381,6.16101,86400,0,0,16574,0,0,0,0,0),(83344,18331,557,3,1,20987,1,-221.975,-200.975,-0.227811,5.88254,86400,0,0,12006,6443,0,0,0,0),(83345,18331,557,3,1,20987,1,-209.475,-204.015,1.09204,5.53188,86400,0,0,12006,6443,0,0,0,0),(83346,19307,557,3,1,18050,0,-207.631,-258.483,-0.964534,1.57884,86400,0,0,30004,0,2,0,0,0),(83347,18317,557,3,1,21005,1,-258.398,-163.34,-1.11519,4.25308,86400,5,0,11600,31145,1,0,0,0),(83348,18331,557,3,1,20987,1,-247.868,-155.745,-0.95344,5.41272,86400,0,0,12006,6443,0,0,0,0),(86396,18331,557,3,1,20987,1,-252.239,-178.32,-0.869823,5.67232,86400,0,0,12006,6443,0,0,0,0),(91121,18317,557,3,1,21005,1,-252.497,-188.106,-0.867767,6.26573,86400,0,0,11600,31145,0,0,0,0),(91122,18313,557,3,1,21004,1,-255.713,-184.388,-0.868398,6.10865,86400,0,0,11600,31145,0,0,0,0),(91123,14881,557,3,1,1160,0,-284.135,-172.869,-2.02379,1.41923,86400,5,0,8,0,1,0,0,0),(91124,18331,557,3,1,20987,1,-220.62,-217.393,-0.578685,0.017453,86400,0,0,12006,6443,0,0,0,0),(91125,18317,557,3,1,21005,1,-221.111,-229.191,-0.870442,0.05236,86400,0,0,11600,31145,0,0,0,0),(91126,18313,557,3,1,21004,1,-215.436,-223.383,-0.872229,0.069813,86400,0,0,11600,31145,0,0,0,0),(91127,14881,557,3,1,9829,0,-305.686,-187.61,-0.630343,3.63029,86400,0,0,8,0,0,0,0,0),(91128,14881,557,3,1,1160,0,-256.133,-187.711,-0.904484,4.0228,86400,5,0,8,0,1,0,0,0),(91129,14881,557,3,1,9829,0,-97.7995,-41.5142,16.7875,5.6583,86400,5,0,8,0,1,0,0,0),(91130,4076,557,3,1,2177,0,-260.138,-12.721,16.7853,2.51056,86400,5,0,8,0,1,0,0,0),(91131,18431,557,3,1,16946,0,-179.433,9.06982,16.7108,5.13499,86400,3,0,3548,2790,1,0,0,0),(91132,18431,557,3,1,16946,0,-187.271,15.3965,16.7227,1.21272,86400,3,0,3548,2790,1,0,0,0),(91133,18431,557,3,1,16946,0,-188.619,5.124,16.771,3.24971,86400,3,0,3548,2790,1,0,0,0),(91134,19306,557,3,1,16217,0,-227.722,-7.84817,17.0254,1.4391,86400,3,0,4572,2705,1,0,0,0),(91135,19306,557,3,1,16217,0,-223.528,-7.16711,16.7343,5.29432,86400,3,0,4572,2705,1,0,0,0),(91136,19306,557,3,1,16217,0,-222.373,-9.60735,16.7198,1.84962,86400,3,0,4572,2705,1,0,0,0),(91137,19306,557,3,1,16217,0,-222.044,-2.65712,17.127,2.81858,86400,3,0,4572,2705,1,0,0,0),(91138,19306,557,3,1,16217,0,-218.428,-7.09061,16.7351,4.11056,86400,3,0,4572,2705,1,0,0,0),(91139,19306,557,3,1,16217,0,-228.266,27.6937,17.4812,1.76408,86400,3,0,4572,2705,1,0,0,0),(91140,19306,557,3,1,16217,0,-225.287,29.535,16.8096,3.85384,86400,3,0,4572,2705,1,0,0,0),(91141,19306,557,3,1,16217,0,-222.826,27.6137,16.8019,2.15511,86400,3,0,4572,2705,1,0,0,0),(91142,19306,557,3,1,16217,0,-219.396,30.1998,16.8002,5.08662,86400,3,0,4572,2705,1,0,0,0),(91143,19306,557,3,1,16217,0,-222.662,19.0589,17.0274,4.67522,86400,3,0,4572,2705,1,0,0,0),(91144,14881,557,3,1,9829,0,-110.774,12.0316,16.7932,5.03552,86400,5,0,8,0,1,0,0,0),(91145,4076,557,3,1,2177,0,-313.069,29.6364,16.7887,4.75044,86400,5,0,8,0,1,0,0,0),(91146,4076,557,3,1,2177,0,-223.753,36.9397,16.8765,5.02907,86400,5,0,8,0,1,0,0,0),(91147,4075,557,3,1,1141,0,-132.436,-235.061,-0.837656,2.61799,86400,0,0,8,0,0,0,0,0),(91148,4076,557,3,1,2177,0,-52.7426,-248.427,-0.342114,5.71542,86400,3,0,8,0,1,0,0,0),(91149,3300,557,3,1,1987,0,-167.945,-219.049,-0.955184,2.24635,86400,5,0,1,0,1,0,0,0),(91150,4075,557,3,1,1418,0,-106.434,-221.349,-0.327391,1.56844,86400,5,0,8,0,1,0,0,0),(91151,18317,557,3,1,21005,1,-111.255,-196.593,-1.08792,4.41568,86400,0,0,11600,31145,0,0,0,0),(91152,18317,557,3,1,21005,1,-120.675,-197.878,-0.815505,5.42797,86400,0,0,11600,31145,0,0,0,0),(91153,18313,557,3,1,21004,1,-115.255,-199.527,-1.26219,4.92183,86400,0,0,11600,31145,0,0,0,0),(91154,18313,557,3,1,21004,1,-37.6795,-230.105,-0.206448,3.51569,86400,5,0,11600,31145,1,0,0,0),(91155,18313,557,3,1,21004,1,-29.0976,-219.602,0.065326,5.39465,86400,5,0,11600,31145,1,0,0,0),(91156,18317,557,3,1,21005,1,-27.9476,-219.871,0.127813,2.02268,86400,5,0,11600,31145,1,0,0,0),(91157,4076,557,3,1,2177,0,-78.0714,-203.72,-2.18549,0.510209,86400,5,0,8,0,1,0,0,0),(91158,4075,557,3,1,1418,0,-109.154,-245.159,-0.877707,2.00713,86400,0,0,8,0,0,0,0,0),(91159,4076,557,3,1,2177,0,-31.8792,-200.34,-0.096381,2.06846,86400,5,0,8,0,1,0,0,0),(91160,19307,557,3,1,18050,0,-115.799,-204.359,-1.28942,2.40573,86400,0,0,30004,0,2,0,0,0),(91161,18343,557,3,1,19332,0,-321.717,-222.183,-0.777635,0.366519,86400,0,0,91740,0,0,0,0,0),(91162,18344,557,3,1,19780,1,-184.366,9.33347,16.8174,2.94961,86400,0,0,88056,28460,0,0,0,0),(91163,18341,557,3,1,19338,0,-67.9913,-118.934,-1.1978,3.91872,86400,0,0,73392,0,0,0,0,0),(91164,18314,557,3,1,20468,1,-370.222,-132.95,-0.87542,3.92699,86400,0,0,17151,0,0,0,0,0),(91165,18314,557,3,1,20468,1,-376.182,-133.235,-0.875428,4.57276,86400,0,0,17151,0,0,0,0,0),(91166,18315,557,3,1,21004,1,-372.96,-128.455,-0.875433,4.60767,86400,0,0,12415,32940,0,0,0,0),(91167,18311,557,3,1,20466,1,-376.534,-42.4344,-0.875429,5.18363,86400,0,0,16574,0,0,0,0,0),(91168,18311,557,3,1,20466,1,-368.995,-43.6087,-0.87543,4.13643,86400,0,0,16574,0,0,0,0,0),(91169,18317,557,3,1,21005,1,-370.425,-37.1676,-0.875545,4.45059,86400,0,0,11600,31145,0,0,0,0),(91170,18312,557,3,1,20986,1,-375.576,-37.7328,-0.875593,4.85202,86400,0,0,12006,32215,0,0,0,0),(91171,14881,557,3,1,1160,0,-357.909,-174.616,-0.963162,5.4589,86400,5,0,8,0,1,0,0,0),(91172,18314,557,3,1,20468,1,-362.925,-170.397,-0.958768,1.03307,86400,0,0,17151,0,2,0,0,0),(91173,18331,557,3,1,20987,1,-365.002,-171.794,-0.958768,0.555512,86400,0,0,12006,6443,2,0,0,0),(91174,18312,557,3,1,20986,1,-353.013,-70.3003,-0.971305,2.16339,86400,0,0,12006,32215,0,0,0,0),(91175,18312,557,3,1,20986,1,-350.154,-70.4616,-0.975357,0.499545,86400,0,0,12006,32215,0,0,0,0),(91176,18314,557,3,1,20468,1,-355.889,-64.566,-0.973143,1.59343,86400,0,0,17151,0,0,0,0,0),(91177,14881,557,3,1,2536,0,-359.879,-129.787,-0.875448,4.72984,86400,0,0,8,0,0,0,0,0),(91178,14881,557,3,1,14952,0,-397.591,-141.71,-0.875414,2.58309,86400,0,0,8,0,0,0,0,0),(91179,18312,557,3,1,20986,1,-370.63,-111.675,-0.875497,4.5204,86400,0,0,12006,32215,0,0,0,0),(91180,18312,557,3,1,20986,1,-376.577,-112.053,-0.875482,4.99164,86400,0,0,12006,32215,0,0,0,0),(91181,14881,557,3,1,9829,0,-380.746,-118.221,-0.958706,2.85805,86400,5,0,8,0,1,0,0,0),(91182,18312,557,3,1,20986,1,-388.684,-62.1238,-0.875438,5.81195,86400,0,0,12006,32215,0,0,0,0),(91183,18312,557,3,1,20986,1,-396.181,-68.5921,-0.875436,6.19592,86400,0,0,12006,32215,0,0,0,0),(91184,18314,557,3,1,20468,1,-389.196,-73.2266,-0.875436,5.96903,86400,0,0,17151,0,0,0,0,0),(91185,19307,557,3,1,18050,0,-261.64,-185.142,-0.560481,2.92994,86400,0,0,30004,0,2,0,0,0),(91186,18331,557,3,1,20987,1,-220.07,-177.662,-0.980976,0.867449,86400,0,0,12006,6443,0,0,0,0),(91187,18331,557,3,1,20987,1,-213.82,-182.69,-0.726174,2.51996,86400,0,0,12006,6443,0,0,0,0),(91188,19306,557,3,1,16217,0,-235.101,-175.894,-0.953743,2.07142,86400,3,0,4572,2705,1,0,0,0),(91189,19306,557,3,1,16217,0,-237.909,-173.929,-0.953745,2.57018,86400,3,0,4572,2705,1,0,0,0),(91190,19306,557,3,1,16217,0,-226.888,-175.681,-1.08653,5.70626,86400,3,0,4572,2705,1,0,0,0),(91191,14881,557,3,1,1160,0,-199.944,-230.552,-0.955697,2.56202,86400,5,0,8,0,1,0,0,0),(91192,14881,557,3,1,1160,0,-94.1764,-13.9732,16.7906,2.03256,86400,5,0,8,0,1,0,0,0),(91193,4076,557,3,1,2177,0,-293.38,36.0122,16.8706,0.872665,86400,0,0,8,0,0,0,0,0),(91194,19307,557,3,1,18050,0,-242.362,9.28667,16.7983,3.15574,86400,0,0,30004,0,2,0,0,0),(91195,4076,557,3,1,2177,0,-316.03,-6.83241,16.8607,2.68775,86400,5,0,8,0,1,0,0,0),(91196,4076,557,3,1,2177,0,-210.438,-15.8727,16.9463,2.46178,86400,5,0,8,0,1,0,0,0),(91197,18315,557,3,1,21004,1,-258.087,13.0255,17.1581,3.63029,86400,0,0,12415,32940,0,0,0,0),(91198,18315,557,3,1,21004,1,-259.228,2.10484,16.8695,2.60054,86400,0,0,12415,32940,0,0,0,0),(91199,18312,557,3,1,20986,1,-251.152,12.3595,17.035,3.63029,86400,0,0,12006,32215,0,0,0,0),(91200,18312,557,3,1,20986,1,-253.225,5.28209,16.8681,2.61799,86400,0,0,12006,32215,0,0,0,0),(91201,19307,557,3,1,18050,0,-304.462,8.63538,16.7904,5.85776,86400,5,0,30004,0,1,0,0,0),(91202,18312,557,3,1,20986,1,-305.399,13.2821,16.839,5.75958,86400,5,0,12006,32215,1,0,0,0),(91203,18312,557,3,1,20986,1,-306.651,8.00188,16.791,5.97163,86400,5,0,12006,32215,1,0,0,0),(91204,18312,557,3,1,20986,1,-283.411,-8.19136,16.6854,5.96874,86400,5,0,12006,32215,1,0,0,0),(91205,18312,557,3,1,20986,1,-282.122,-13.5559,16.685,3.09364,86400,5,0,12006,32215,1,0,0,0),(91206,18315,557,3,1,21004,1,-277.118,-4.83042,16.6846,5.82539,86400,0,0,12415,32940,0,0,0,0),(91207,4075,557,3,1,1141,0,-80.9963,-247.669,-0.981655,3.095,86400,3,0,8,0,1,0,0,0),(91208,18313,557,3,1,21004,1,-149.215,-228.594,-0.737461,6.24828,86400,0,0,11600,31145,0,0,0,0),(91209,18313,557,3,1,21004,1,-149.423,-216.702,-0.696873,6.0912,86400,0,0,11600,31145,0,0,0,0),(91210,18317,557,3,1,21005,1,-156.482,-222.924,-0.871843,0,86400,0,0,11600,31145,0,0,0,0),(91211,3300,557,3,1,1206,0,-64.9214,-152.803,-0.954621,5.24954,86400,5,0,1,0,1,0,0,0),(91212,18309,557,3,1,19778,1,-104.22,-232.65,1.24996,1.16937,86400,0,0,16574,0,0,0,0,0),(91213,18317,557,3,1,21005,1,-103.364,-240.135,0.547421,1.0821,86400,0,0,11600,31145,0,0,0,0),(91214,18313,557,3,1,21004,1,-95.4604,-239.609,0.136311,1.25664,86400,0,0,11600,31145,0,0,0,0),(91215,18317,557,3,1,21005,1,-123.452,-211.153,-0.155386,0.221979,86400,0,0,11600,31145,2,0,0,0),(91216,18317,557,3,1,21005,1,-140.441,-209.664,-0.584043,0.777947,86400,0,0,11600,31145,0,0,0,0),(91217,4076,557,3,1,2177,0,-117.197,-197.153,-0.876427,1.85005,86400,0,0,8,0,0,0,0,0),(91218,19306,557,3,1,16217,0,-14.7249,-228.225,2.0624,3.07177,86400,3,0,4572,2705,1,0,0,0),(91219,19306,557,3,1,16217,0,-8.77906,-227.244,1.90264,3.63575,86400,3,0,4572,2705,1,0,0,0),(91220,19306,557,3,1,16217,0,-13.7841,-219.52,0.561817,2.60924,86400,3,0,4572,2705,1,0,0,0),(91221,19306,557,3,1,16217,0,-8.2826,-216.339,1.06373,3.07125,86400,3,0,4572,2705,1,0,0,0),(91222,19306,557,3,1,16217,0,-3.38083,-221.256,1.82014,4.50011,86400,3,0,4572,2705,1,0,0,0),(91223,19306,557,3,1,16217,0,-52.1267,-243.826,-0.643876,2.82645,86400,3,0,4572,2705,1,0,0,0),(91224,19306,557,3,1,16217,0,-60.3636,-237.137,-0.279891,0.925377,86400,3,0,4572,2705,1,0,0,0),(91225,19306,557,3,1,16217,0,-59.1449,-246.561,-0.479103,4.95654,86400,3,0,4572,2705,1,0,0,0),(91226,18311,557,3,1,20466,1,-69.126,-192.387,-1.93268,1.5708,86400,0,0,16574,0,0,0,0,0),(91227,18309,557,3,1,19778,1,-61.5001,-188.772,-1.46905,1.76278,86400,0,0,16574,0,0,0,0,0),(91228,18313,557,3,1,21004,1,-71.2226,-188.406,-1.73088,1.53589,86400,0,0,11600,31145,0,0,0,0),(91229,18317,557,3,1,21005,1,-64.7507,-193.183,-1.75949,1.69297,86400,0,0,11600,31145,0,0,0,0),(91230,19307,557,3,1,18050,0,-372.193,6.12651,7.91805,5.22501,86400,5,0,30004,0,1,0,0,0),(91231,19306,557,3,1,16217,0,-376.279,-216.61,-0.957973,1.53744,86400,3,0,4572,2705,1,0,0,0),(91232,19306,557,3,1,16217,0,-380.248,-211.073,-0.958662,1.91085,86400,3,0,4572,2705,1,0,0,0),(91233,19306,557,3,1,16217,0,-379.793,-215.366,-0.958244,3.11079,86400,3,0,4572,2705,1,0,0,0),(91234,19307,557,3,1,18050,0,-384.325,-69.7276,-0.958768,4.28878,86400,0,0,30004,0,2,0,0,0),(91235,19307,557,3,1,18050,0,-372.748,-147.504,-0.979576,1.17386,86400,0,0,30004,0,2,0,0,0),(91236,4076,557,3,1,2177,0,-383.227,-34.5537,-0.587377,1.38789,86400,5,0,8,0,1,0,0,0),(91237,4076,557,3,1,2177,0,-44.6584,-227.59,-0.23824,0.56071,86400,5,0,8,0,1,0,0,0),(91238,18311,557,3,1,20466,1,-62.6304,-171.056,-0.872021,1.69297,86400,0,0,16574,0,0,0,0,0),(91239,18313,557,3,1,21004,1,-72.2145,-171.142,-0.872516,1.27409,86400,0,0,11600,31145,0,0,0,0),(91240,18317,557,3,1,21005,1,-37.7229,-222.832,-0.349562,2.99589,86400,0,0,11600,31145,2,0,0,0),(91241,18317,557,3,1,21005,1,-31.5714,-218.681,-0.06615,6.13744,86400,0,0,11600,31145,2,0,0,0),(91242,18317,557,3,1,21005,1,-39.049,-199.532,-0.14847,5.71687,86400,5,0,11600,31145,1,0,0,0),(91243,18317,557,3,1,21005,1,-29.0415,-198.211,-0.237882,5.72736,86400,5,0,11600,31145,1,0,0,0),(91244,18313,557,3,1,21004,1,-32.9747,-197.769,-0.282741,5.79297,86400,5,0,11600,31145,1,0,0,0),(91245,18429,557,3,1,19702,0,-76.8306,-20.2146,-0.865239,1.62139,86400,0,0,1600,13525,0,0,0,0),(91246,18429,557,3,1,19702,0,-59.405,-18.6035,-0.864968,1.62139,86400,0,0,1600,13525,0,0,0,0),(90986,18829,544,1,1,11440,1,2.69777,-60.936,22.8984,4.95674,604800,0,0,132160,99270,0,0,0,0),(90987,18829,544,1,1,11440,1,5.55054,-64.0838,22.9179,2.86234,604800,0,0,132160,99270,0,0,0,0),(90988,18829,544,1,1,11440,1,34.5866,-3.04499,45.1226,0.069813,604800,0,0,132160,99270,0,0,0,0),(90989,18829,544,1,1,11440,1,36.4493,2.02954,45.1387,0.034907,604800,0,0,132160,99270,0,0,0,0),(90990,18829,544,1,1,11440,1,34.3106,6.95704,45.1233,0.017453,604800,0,0,132160,99270,0,0,0,0),(90991,18829,544,1,1,11440,1,-47.9732,60.5261,5.79901,0.249972,604800,0,0,132160,99270,2,0,0,0),(90992,18829,544,1,1,11440,1,-55.3381,61.663,3.19827,0.257027,604800,0,0,132160,99270,2,0,0,0),(90993,18829,544,1,1,11440,1,-52.7902,56.2308,3.26089,0.246907,604800,0,0,132160,99270,2,0,0,0),(91247,18829,544,1,1,11440,1,-0.181343,67.1853,22.8294,1.5708,604800,0,0,132160,99270,0,0,0,0),(91248,18829,544,1,1,11440,1,6.12531,69.0678,22.9075,2.07694,604800,0,0,132160,99270,0,0,0,0),(91249,18829,544,1,1,11440,1,-8.90767,68.377,22.6632,1.16937,604800,0,0,132160,99270,0,0,0,0),(91250,19871,544,1,1,11686,0,3.16924,-63.2071,22.8882,2.14675,604800,0,0,4120,0,0,0,0,0),(91251,17376,544,1,1,13069,0,-54.2772,2.34374,2.30456,1.3439,604800,0,0,4705,0,0,0,0,0),(91252,17376,544,1,1,13069,0,-31.8918,38.4303,2.18647,5.07891,604800,0,0,4705,0,0,0,0,0),(91253,17376,544,1,1,13069,0,9.3589,23.2286,2.24895,3.89208,604800,0,0,4705,0,0,0,0,0),(91254,17257,544,1,1,18527,1,-18.7012,2.24051,-0.320873,3.00197,604800,0,0,3369310,0,0,0,0,0),(91255,21252,544,1,1,11686,0,-16.683,2.34519,-0.320923,1.29154,604800,0,0,4120,0,0,0,0,0),(56682,11662,409,1,1,12030,1,613.861,-1178.12,-195.602,2.53073,7200,0,0,67980,72180,0,0,0,0),(56683,11982,409,1,1,10193,0,1144.63,-1020.48,-185.663,2.93215,604800,0,0,1879840,0,0,0,0,0),(56684,11988,409,1,1,11986,0,793.248,-998.265,-206.762,6.12611,604800,0,0,1879840,0,0,0,0,0),(56685,11672,409,1,1,11997,0,785.579,-974.27,-207.111,5.95157,7200,0,0,80925,0,0,0,0,0),(56699,11672,409,1,1,11997,0,783.448,-1017.07,-205.389,0.558505,7200,0,0,80925,0,0,0,0,0),(56700,11659,409,1,1,12162,0,695.551,-570.771,-210.663,0.174533,7200,0,0,149895,0,0,0,0,0),(56701,11659,409,1,1,12162,0,680.575,-553.066,-209.453,0.925025,7200,0,0,149895,0,0,0,0,0),(56702,11658,409,1,1,8269,0,955.057,-656.78,-199.603,4.81711,7200,0,0,129480,0,0,0,0,0),(56703,11659,409,1,1,12162,0,961.912,-646.348,-199.603,0.139626,7200,0,0,149895,0,0,0,0,0),(56704,11658,409,1,1,8269,0,1123.9,-546.339,-107.569,1.85005,7200,0,0,129480,0,0,0,0,0),(56705,11658,409,1,1,8269,0,1135.25,-536.02,-107.222,2.67035,7200,0,0,129480,0,0,0,0,0),(56706,11658,409,1,1,8269,0,968.041,-572.857,-202.527,5.11381,7200,0,0,129480,0,0,0,0,0),(56707,11658,409,1,1,8269,0,957.504,-580.835,-205.38,4.93928,7200,0,0,129480,0,0,0,0,0),(56708,11658,409,1,1,8269,0,862.148,-589.327,-203.503,5.53269,7200,0,0,129480,0,0,0,0,0),(56709,11659,409,1,1,12162,0,857.964,-573.673,-204.033,0.593412,7200,0,0,149895,0,0,0,0,0),(56710,11658,409,1,1,8269,0,818.509,-609.092,-201.258,6.19592,7200,0,0,129480,0,0,0,0,0),(56711,11659,409,1,1,12162,0,811.666,-599.488,-202.372,0.820305,7200,0,0,149895,0,0,0,0,0),(56712,11659,409,1,1,12162,0,760.44,-499.878,-212.702,3.63029,7200,0,0,149895,0,0,0,0,0),(56713,11659,409,1,1,12162,0,768.657,-512.394,-212.44,4.18879,7200,0,0,149895,0,0,0,0,0),(56714,11658,409,1,1,8269,0,1172.47,-561.812,-112.378,2.9147,7200,0,0,129480,0,0,0,0,0),(56715,11658,409,1,1,8269,0,1172.05,-575.496,-113.249,2.42601,7200,0,0,129480,0,0,0,0,0),(56716,11658,409,1,1,8269,0,1081.99,-772.752,-151.437,1.62316,7200,0,0,129480,0,0,0,0,0),(56717,11658,409,1,1,8269,0,1069.84,-766.122,-151.549,0.191986,7200,0,0,129480,0,0,0,0,0),(56718,11658,409,1,1,8269,0,798.749,-547.507,-212.361,5.70723,7200,0,0,129480,0,0,0,0,0),(56719,11659,409,1,1,12162,0,787.113,-553.212,-213.331,4.32842,7200,0,0,149895,0,0,0,0,0),(56720,11668,409,1,1,12231,0,1150.96,-764.344,-139.851,2.46091,7200,0,0,94320,0,0,0,0,0),(56721,11668,409,1,1,12231,0,970.091,-662.586,-199.52,2.14675,7200,0,0,94320,0,0,0,0,0),(56722,11666,409,1,1,1070,0,661.078,-863.043,-207.943,6.05629,7200,0,0,78600,0,0,0,0,0),(56723,12100,409,1,1,12163,0,651.842,-862.057,-208.33,6.07375,7200,0,0,80925,0,0,0,0,0),(56724,11667,409,1,1,5488,0,644.141,-855.789,-208.355,6.00393,7200,0,0,78600,0,0,0,0,0),(56727,11665,409,1,1,12164,0,701.531,-553.726,-213.79,6.26573,7200,0,0,94320,0,0,0,0,0),(56728,11668,409,1,1,12231,0,1128.52,-776.993,-147.171,2.3911,7200,0,0,94320,0,0,0,0,0),(56729,11666,409,1,1,1070,0,679.924,-1088.4,-185.929,5.61996,7200,0,0,78600,0,0,0,0,0),(56730,12076,409,1,1,5781,0,674.067,-1082.78,-186.741,5.0091,7200,0,0,78600,0,0,0,0,0),(56731,11667,409,1,1,5488,0,663.237,-1091.76,-190.272,1.79769,7200,0,0,78600,0,0,0,0,0),(56732,12076,409,1,1,5781,0,663.621,-1102.22,-191.753,6.02572,7200,5,0,78600,0,1,0,0,0),(56733,11665,409,1,1,12164,0,1140.43,-570.256,-112.552,3.10669,7200,0,0,94320,0,0,0,0,0),(56734,11665,409,1,1,12164,0,782.023,-585.019,-211.214,0.20944,7200,0,0,94320,0,0,0,0,0),(56735,11665,409,1,1,12164,0,690.012,-843.639,-208.398,3.76991,7200,0,0,94320,0,0,0,0,0),(56736,11665,409,1,1,12164,0,1056.5,-801.492,-151.717,2.14675,7200,0,0,94320,0,0,0,0,0),(56737,12259,409,1,1,13030,1,898.074,-545.87,-203.405,4.81711,604800,0,0,801240,50805,0,0,0,0),(56738,11661,409,1,1,12030,1,905.754,-542.433,-202.798,3.97935,7200,0,0,77700,25680,0,0,0,0),(56739,11661,409,1,1,12030,1,890.958,-539.14,-203.051,5.44543,7200,0,0,77700,25680,0,0,0,0),(56740,12101,409,1,1,12239,0,667.934,-1066.05,-188.389,4.51819,7200,0,0,94320,0,2,0,0,0),(56741,12101,409,1,1,12239,0,1055.82,-833.265,-154.468,5.479,7200,0,0,94320,0,2,0,0,0),(56742,11673,409,1,1,12189,0,619.315,-1131.17,-201.625,1.52315,7200,0,0,113295,0,2,0,0,0),(56743,11673,409,1,1,12189,0,1039.67,-791.097,-151.01,0.959931,7200,0,0,113295,0,2,0,0,0),(56744,11673,409,1,1,12189,0,862.483,-1025.39,-193.773,0.935524,7200,0,0,113295,0,2,0,0,0),(56745,11673,409,1,1,12189,0,820.886,-1133.54,-153.956,0.911084,7200,0,0,113295,0,2,0,0,0),(56746,11673,409,1,1,12189,0,706.599,-608.756,-209.786,5.28897,7200,0,0,113295,0,2,0,0,0),(56747,11658,409,1,1,8269,0,1047.24,-718.871,-154.33,5.81195,7200,0,0,129480,0,0,0,0,0),(56748,11659,409,1,1,12162,0,1040.62,-704.714,-160.49,0.750492,7200,0,0,149895,0,0,0,0,0),(56749,11668,409,1,1,12231,0,692.237,-1115.81,-138.776,6.05629,7200,0,0,94320,0,0,0,0,0),(56750,11666,409,1,1,1070,0,886.037,-995.401,-196.256,4.50295,7200,0,0,78600,0,0,0,0,0),(56751,12076,409,1,1,5781,0,891.348,-988.805,-197.254,4.97419,7200,0,0,78600,0,0,0,0,0),(56775,11667,409,1,1,5488,0,881.334,-987.008,-197.514,0.314159,7200,0,0,78600,0,0,0,0,0),(56776,12076,409,1,1,5781,0,890.065,-978.625,-197.771,3.07178,7200,0,0,78600,0,0,0,0,0),(56777,11668,409,1,1,12231,0,1156.39,-557.653,-111.91,0.295383,7200,5,0,94320,0,1,0,0,0),(56778,11665,409,1,1,12164,0,746.785,-503.634,-214.709,5.12988,7200,5,0,94320,0,1,0,0,0),(56779,11668,409,1,1,12231,0,896.718,-631.05,-199.603,4.0833,7200,5,0,94320,0,1,0,0,0),(56780,11665,409,1,1,12164,0,761.491,-531.788,-214.413,5.84679,7200,5,0,94320,0,1,0,0,0),(56781,11666,409,1,1,1070,0,705.099,-863.132,-203.246,4.34587,7200,0,0,78600,0,0,0,0,0),(56782,12100,409,1,1,12163,0,708.437,-868.978,-201.662,3.64774,7200,0,0,80925,0,0,0,0,0),(56783,11667,409,1,1,5488,0,711.677,-873.951,-200.25,3.03687,7200,0,0,78600,0,0,0,0,0),(56784,11668,409,1,1,12231,0,855.88,-1030.09,-193.706,5.35816,7200,0,0,94320,0,0,0,0,0),(56785,11668,409,1,1,12231,0,638.292,-1047.19,-200.079,6.23082,7200,0,0,94320,0,0,0,0,0),(56786,11665,409,1,1,12164,0,1205.35,-633.135,-125.321,3.88314,7200,5,0,94320,0,1,0,0,0),(56787,11668,409,1,1,12231,0,721.228,-945.115,-188.781,3.7001,7200,0,0,94320,0,0,0,0,0),(56788,11665,409,1,1,12164,0,851.241,-601.516,-203.147,5.1118,7200,5,0,94320,0,1,0,0,0),(56789,11665,409,1,1,12164,0,696.688,-852.352,-206.596,3.6748,7200,0,0,94320,0,0,0,0,0),(56790,11665,409,1,1,12164,0,836.949,-1024.23,-199.867,6.16101,7200,0,0,94320,0,0,0,0,0),(56791,11665,409,1,1,12164,0,766.722,-576.593,-213.671,4.94359,7200,5,0,94320,0,1,0,0,0),(56792,11666,409,1,1,1070,0,734.617,-1037.41,-175.59,2.36404,7200,5,0,78600,0,1,0,0,0),(56793,12076,409,1,1,5781,0,741.298,-1042.58,-173.995,5.85072,7200,5,0,78600,0,1,0,0,0),(56794,11667,409,1,1,5488,0,738.521,-1027.86,-176.741,4.59022,7200,0,0,78600,0,0,0,0,0),(56795,12076,409,1,1,5781,0,744.067,-1035.18,-175.028,3.34283,7200,5,0,78600,0,1,0,0,0),(56796,11665,409,1,1,12164,0,1197.7,-618.907,-123.179,5.90362,7200,5,0,94320,0,1,0,0,0),(56797,11666,409,1,1,1070,0,846.864,-986.669,-203.75,3.42085,7200,0,0,78600,0,0,0,0,0),(56798,12100,409,1,1,12163,0,854.437,-982.424,-202.242,4.69494,7200,0,0,80925,0,0,0,0,0),(56799,11667,409,1,1,5488,0,841.219,-983.197,-205.101,3.87463,7200,0,0,78600,0,0,0,0,0),(56800,11665,409,1,1,12164,0,1160.36,-657.862,-130.633,3.73828,7200,5,0,94320,0,1,0,0,0),(56801,11668,409,1,1,12231,0,838.139,-547.931,-202.562,4.33349,7200,5,0,94320,0,1,0,0,0),(91256,11668,409,1,1,12231,0,1186.97,-657.141,-128.659,6.27447,7200,5,0,94320,0,1,0,0,0),(91257,11666,409,1,1,1070,0,591.331,-1117.53,-201.014,4.48725,7200,5,0,78600,0,1,0,0,0),(91258,12076,409,1,1,5781,0,596.868,-1115.3,-201.147,5.83845,7200,5,0,78600,0,1,0,0,0),(91259,11667,409,1,1,5488,0,602.164,-1108.45,-200.179,4.88692,7200,0,0,78600,0,0,0,0,0),(91260,12076,409,1,1,5781,0,601.514,-1097.16,-199.893,4.83456,7200,0,0,78600,0,0,0,0,0),(91261,11666,409,1,1,1070,0,642.003,-786.758,-208.58,2.44346,7200,0,0,78600,0,0,0,0,0),(91262,12076,409,1,1,5781,0,643.823,-794.082,-208.566,5.63741,7200,0,0,78600,0,0,0,0,0),(91263,11667,409,1,1,5488,0,637.097,-798.358,-208.49,0.131364,7200,5,0,78600,0,1,0,0,0),(91264,12076,409,1,1,5781,0,633.751,-791.522,-208.518,1.46613,7200,5,0,78600,0,1,0,0,0),(91265,11666,409,1,1,1070,0,729.186,-906.097,-191.914,4.13643,7200,0,0,78600,0,0,0,0,0),(91266,12100,409,1,1,12163,0,726.876,-917.076,-190.949,3.71755,7200,0,0,80925,0,0,0,0,0),(91267,11667,409,1,1,5488,0,733.841,-924.863,-189.597,2.94961,7200,0,0,78600,0,0,0,0,0),(91268,11666,409,1,1,1070,0,590.424,-853.008,-207.868,5.26646,7200,5,0,78600,0,1,0,0,0),(91269,12076,409,1,1,5781,0,597.516,-850.352,-207.671,1.9327,7200,5,0,78600,0,1,0,0,0),(91270,11667,409,1,1,5488,0,602.401,-854.669,-207.867,1.20428,7200,0,0,78600,0,0,0,0,0),(91271,12076,409,1,1,5781,0,607.364,-853.57,-207.906,0.837758,7200,0,0,78600,0,0,0,0,0),(91272,11668,409,1,1,12231,0,639.971,-1131.11,-198.953,5.8294,7200,0,0,94320,0,0,0,0,0),(91273,11665,409,1,1,12164,0,1100.03,-669.224,-154.407,1.87077,7200,5,0,94320,0,1,0,0,0),(91274,11668,409,1,1,12231,0,1140.03,-583.332,-112.802,0.156878,7200,5,0,94320,0,1,0,0,0),(91275,11668,409,1,1,12231,0,900.52,-1029.9,-190.77,3.64774,7200,0,0,94320,0,0,0,0,0),(91276,11665,409,1,1,12164,0,664.365,-1149.93,-128.038,4.55531,7200,0,0,94320,0,0,0,0,0),(91277,11666,409,1,1,1070,0,679.887,-801.288,-209.007,5.0091,7200,0,0,78600,0,0,0,0,0),(91278,12100,409,1,1,12163,0,675.76,-809.343,-208.948,1.82725,7200,5,0,80925,0,1,0,0,0),(91279,11667,409,1,1,5488,0,678.907,-819.517,-208.923,6.04179,7200,5,0,78600,0,1,0,0,0),(91280,11668,409,1,1,12231,0,1092.77,-648.297,-152.55,2.1293,7200,0,0,94320,0,0,0,0,0),(91281,11665,409,1,1,12164,0,829.7,-639.79,-203.339,0.855211,7200,0,0,94320,0,0,0,0,0),(91282,11665,409,1,1,12164,0,857.474,-555.603,-202.618,5.93412,7200,0,0,94320,0,0,0,0,0),(91283,11665,409,1,1,12164,0,984.985,-674.37,-195.695,2.23402,7200,0,0,94320,0,0,0,0,0),(91284,11668,409,1,1,12231,0,862.858,-627.298,-201.089,1.09956,7200,0,0,94320,0,0,0,0,0),(91285,11668,409,1,1,12231,0,874.957,-550.344,-203.103,5.67232,7200,0,0,94320,0,0,0,0,0),(91286,11666,409,1,1,1070,0,646.236,-753.202,-208.774,2.59938,7200,5,0,78600,0,1,0,0,0),(91287,12076,409,1,1,5781,0,654.018,-756.168,-208.804,6.14356,7200,0,0,78600,0,0,0,0,0),(91288,11667,409,1,1,5488,0,656.034,-746.308,-208.809,2.63545,7200,0,0,78600,0,0,0,0,0),(91289,12076,409,1,1,5781,0,660.771,-750.896,-208.888,1.48353,7200,0,0,78600,0,0,0,0,0),(91290,11666,409,1,1,1070,0,607.937,-765.307,-208.098,5.42797,7200,0,0,78600,0,0,0,0,0),(91291,12100,409,1,1,12163,0,603.954,-771.479,-207.873,5.10807,7200,5,0,80925,0,1,0,0,0),(91292,11667,409,1,1,5488,0,598.65,-775.852,-207.261,0.471749,7200,5,0,78600,0,1,0,0,0),(91293,11668,409,1,1,12231,0,1016.78,-751.844,-156.017,2.1293,7200,0,0,94320,0,0,0,0,0),(48912,4075,289,1,1,2176,0,151.059,18.9816,90.3063,3.71755,86400,0,0,8,0,0,0,0,0),(48913,4075,289,1,1,2176,0,151.242,16.0744,91.9559,0.15708,86400,0,0,8,0,0,0,0,0),(48914,4075,289,1,1,1141,0,135.858,2.82568,85.3117,0.680678,86400,0,0,8,0,0,0,0,0),(48915,4075,289,1,1,1418,0,254.405,82.5685,97.8099,5.84685,86400,0,0,8,0,0,0,0,0),(48916,4075,289,1,1,1418,0,192.484,10.3403,75.6057,2.32129,86400,0,0,8,0,0,0,0,0),(48917,4075,289,1,1,1418,0,195.918,198.53,109.921,1.62316,86400,0,0,8,0,0,0,0,0),(48918,4075,289,1,1,1418,0,143.15,-8.25727,89.0338,1.55334,86400,0,0,8,0,0,0,0,0),(48919,4075,289,1,1,1141,0,180.838,-36.5398,89.0359,3.42085,86400,0,0,8,0,0,0,0,0),(48920,4075,289,1,1,2176,0,143.027,-3.99631,75.4812,3.1765,86400,0,0,8,0,0,0,0,0),(48921,10495,289,1,1,519,0,192.739,-69.0465,85.3117,4.81711,86400,0,0,8613,0,0,0,0,0),(48922,10495,289,1,1,519,0,174.745,-65.2907,85.3117,0.314159,86400,0,0,8613,0,0,0,0,0),(48923,10495,289,1,1,519,0,180.708,-75.8177,84.9242,1.39626,86400,0,0,8613,0,0,0,0,0),(48924,10495,289,1,1,519,0,185.679,-64.6271,84.9242,5.55015,86400,0,0,8613,0,0,0,0,0),(48925,11261,289,1,1,10901,1,182.246,-95.4371,85.3117,4.72984,86400,0,0,30520,0,0,0,0,0),(48926,10495,289,1,1,519,0,170.005,-78.1506,85.3117,4.27606,86400,0,0,8613,0,0,0,0,0),(48927,10678,289,1,1,10007,0,106.696,161.245,109.571,5.98648,86400,8,0,3758,0,1,0,0,0),(48928,11257,289,1,1,11124,1,112.043,153.284,109.491,3.53422,86400,5,0,7107,4738,1,0,0,0),(48929,10678,289,1,1,10007,0,142.782,183.829,109.688,0.331613,86400,8,0,3758,0,1,0,0,0),(48930,10678,289,1,1,10007,0,107.526,176.268,109.557,3.29867,86400,8,0,3758,0,1,0,0,0),(48931,10678,289,1,1,10007,0,142.354,169.091,109.678,4.04916,86400,8,0,3758,0,1,0,0,0),(48932,10678,289,1,1,10007,0,122.632,153.995,109.608,4.55531,86400,8,0,3758,0,1,0,0,0),(48933,10678,289,1,1,10007,0,146.318,179.439,109.67,4.08407,86400,8,0,3758,0,1,0,0,0),(48934,10678,289,1,1,10007,0,155.987,149.97,109.592,0.436332,86400,8,0,3758,0,1,0,0,0),(48935,10678,289,1,1,10007,0,118.005,164.643,109.602,3.05433,86400,8,0,3758,0,1,0,0,0),(48936,10678,289,1,1,10007,0,150.568,182.894,109.683,4.90438,86400,8,0,3758,0,1,0,0,0),(48937,16047,289,1,1,11686,0,-24.898,141.242,84.0468,0.890118,7200,0,0,57,0,0,0,0,0),(48938,10480,289,1,1,10978,0,256.289,0.651584,84.9242,4.76475,86400,0,0,3876,0,0,0,0,0),(48939,10480,289,1,1,10972,0,270.093,2.26855,85.3117,3.26377,86400,0,0,3876,0,0,0,0,0),(48940,10481,289,1,1,10975,0,235.624,-16.6919,85.3117,3.87463,86400,0,0,1436,0,0,0,0,0),(48941,10480,289,1,1,10972,0,234.723,5.20269,84.9242,1.44862,86400,0,0,3876,0,0,0,0,0),(48942,10480,289,1,1,10978,0,250.387,-0.470486,84.9242,5.77704,86400,0,0,3876,0,0,0,0,0),(48943,10481,289,1,1,10975,0,263.733,-4.28961,84.9242,0.418879,86400,0,0,1436,0,0,0,0,0),(48944,10480,289,1,1,10972,0,243.638,8.32758,85.3117,4.55531,86400,0,0,3876,0,0,0,0,0),(48945,10480,289,1,1,10972,0,245.009,-2.31836,84.9242,3.35103,86400,0,0,3876,0,0,0,0,0),(48946,10901,289,1,1,11492,1,274.877,1.33366,85.3117,3.22886,86400,0,0,27468,0,0,0,0,0),(48947,10480,289,1,1,10972,0,256.567,-8.36057,85.3117,3.52556,86400,0,0,3876,0,0,0,0,0),(48948,10475,289,1,1,11134,1,112.661,86.179,99.6562,3.08923,86400,0,0,17226,0,0,0,0,0),(48949,10475,289,1,1,11161,1,114.324,103.698,99.837,1.65405,86400,0,0,17226,0,2,0,0,0),(48950,10475,289,1,1,11161,1,110.434,101.785,100.11,3.28122,86400,0,0,17226,0,0,0,0,0),(48951,10475,289,1,1,11161,1,143.114,65.1004,103.226,1.90241,86400,0,0,17226,0,0,0,0,0),(48952,10475,289,1,1,11136,1,144.228,68.1884,103.473,3.735,86400,0,0,17226,0,0,0,0,0),(48953,10475,289,1,1,11134,1,105.327,110.351,98.8685,4.88692,86400,0,0,17226,0,0,0,0,0),(48954,10475,289,1,1,11161,1,96.7977,93.9028,97.416,1.16937,86400,0,0,17226,0,0,0,0,0),(48955,10475,289,1,1,11135,1,131.626,86.589,102.056,5.95157,86400,0,0,17226,0,0,0,0,0),(48956,10475,289,1,1,11136,1,139.847,68.5642,103.207,5.96903,86400,0,0,17226,0,0,0,0,0),(48957,10475,289,1,1,11134,1,99.9902,95.1306,97.7582,2.79253,86400,0,0,17226,0,0,0,0,0),(48958,10469,289,1,1,11150,1,175.394,172.18,109.663,2.9147,86400,0,0,6891,6867,0,0,0,0),(48959,10498,289,1,1,3942,0,213.02,168.756,109.723,0.314159,86400,0,0,6891,6867,0,0,0,0),(48960,10498,289,1,1,3942,0,170.96,132.657,109.667,0.733038,86400,0,0,6891,6867,0,0,0,0),(48961,10477,289,1,1,11155,1,210.077,145.658,109.817,1.27409,86400,0,0,6891,6867,0,0,0,0),(48963,10487,289,1,1,11489,1,259.834,164.623,109.848,4.81711,86400,0,0,6891,6867,0,0,0,0),(48964,10469,289,1,1,11150,1,186.345,171.551,109.738,1.09956,86400,0,0,6891,6867,0,0,0,0),(48965,10469,289,1,1,11149,1,184.448,116.57,109.723,4.53786,86400,0,0,6891,6867,0,0,0,0),(48966,10498,289,1,1,3942,0,231.218,143.303,109.723,4.81711,86400,0,0,6891,6867,0,0,0,0),(48967,10469,289,1,1,11149,1,272.357,155.6,109.865,5.67232,86400,0,0,6891,6867,0,0,0,0),(48968,10476,289,1,1,11152,1,243.871,82.9685,109.917,6.00393,86400,0,0,6681,6723,0,0,0,0),(48969,10476,289,1,1,11152,1,249.25,118.011,109.987,2.40855,86400,0,0,6681,6723,0,0,0,0),(48970,10476,289,1,1,11152,1,243.635,101.195,109.883,0.139626,86400,0,0,6681,6723,0,0,0,0),(48971,11582,289,1,1,11128,1,275.279,124.641,109.842,5.11381,86400,0,0,6891,6867,0,0,0,0),(48972,10476,289,1,1,11151,1,277.33,78.4843,109.982,1.13446,86400,0,0,6681,6723,0,0,0,0),(48973,10476,289,1,1,11151,1,279.041,124.33,109.775,4.06662,86400,0,0,6681,6723,0,0,0,0),(48974,10476,289,1,1,11152,1,273.637,101.085,110.033,0.226893,86400,0,0,6681,6723,0,0,0,0),(48975,10489,289,1,1,7848,1,260.888,130.607,110.057,1.67552,86400,0,0,8352,0,2,0,0,0),(48976,10488,289,1,1,12074,0,122.651,137.86,93.1686,1.44862,86400,3,0,14355,0,1,0,0,0),(48977,10488,289,1,1,12074,0,103.966,195.693,93.8625,1.44862,86400,3,0,14355,0,1,0,0,0),(48978,10481,289,1,1,10976,0,236.007,94.437,95.9061,0.034907,86400,0,0,1436,0,0,0,0,0),(48979,10481,289,1,1,10975,0,233.139,87.9702,95.906,4.57276,86400,0,0,1436,0,0,0,0,0),(48980,10485,289,1,1,7550,0,230.98,96.4101,95.906,3.85718,86400,0,0,2088,0,0,0,0,0),(48981,10485,289,1,1,7550,0,239.97,100.049,95.9061,2.35619,86400,0,0,2088,0,0,0,0,0),(48982,10485,289,1,1,9786,0,243.083,94.631,95.9061,1.41372,86400,0,0,2088,0,0,0,0,0),(48983,10495,289,1,1,519,0,241.468,89.0642,95.9061,4.24115,86400,0,0,8613,0,0,0,0,0),(48984,10481,289,1,1,10976,0,245.677,89.6127,95.9061,5.06145,86400,0,0,1436,0,0,0,0,0),(48985,10481,289,1,1,10976,0,250.808,142.462,95.9059,0.575959,86400,0,0,1436,0,0,0,0,0),(48986,10485,289,1,1,9786,0,252.943,149.551,95.9059,0.191986,86400,0,0,2088,0,0,0,0,0),(48987,10495,289,1,1,519,0,256.456,136.235,95.9059,4.03171,86400,0,0,8613,0,0,0,0,0),(48988,10481,289,1,1,10975,0,274.728,120.556,95.9059,3.4383,86400,0,0,1436,0,0,0,0,0),(48989,10481,289,1,1,10975,0,278.28,125.318,95.9059,5.88176,86400,0,0,1436,0,0,0,0,0),(48990,10485,289,1,1,7550,0,280.182,117.704,95.9059,6.07375,86400,0,0,2088,0,0,0,0,0),(48991,10485,289,1,1,7550,0,272.15,125.055,95.9059,1.67552,86400,0,0,2088,0,0,0,0,0),(48992,10485,289,1,1,9786,0,268.777,119.552,95.9059,5.68977,86400,0,0,2088,0,0,0,0,0),(48993,10495,289,1,1,519,0,272.368,114.152,95.9059,4.41568,86400,0,0,8613,0,0,0,0,0),(48994,10481,289,1,1,10976,0,252.421,118.261,95.8225,0.032734,86400,5,0,1436,0,1,0,0,0),(48995,10481,289,1,1,10975,0,277.144,149.866,95.9059,1.11701,86400,0,0,1436,0,0,0,0,0),(48996,10485,289,1,1,7550,0,279.281,143.438,95.8587,3.32769,86400,5,0,2088,0,1,0,0,0),(48997,10485,289,1,1,9786,0,276.612,137.261,95.9059,1.5708,86400,0,0,2088,0,0,0,0,0),(48998,10485,289,1,1,9786,0,269.936,148.813,95.9059,3.00197,86400,0,0,2088,0,0,0,0,0),(48999,10495,289,1,1,519,0,269.97,139.975,95.9059,6.19592,86400,0,0,8613,0,0,0,0,0),(49000,10485,289,1,1,9786,0,246.028,169.426,95.906,0.890118,86400,0,0,2088,0,0,0,0,0),(49001,10485,289,1,1,9786,0,264.459,124.197,95.9059,1.88496,86400,0,0,2088,0,0,0,0,0),(49002,10489,289,1,1,7848,1,210.576,8.04275,115.791,1.74533,86400,0,0,8352,0,0,0,0,0),(49003,10499,289,1,1,3942,0,175.677,29.6364,115.708,0.026647,86400,0,0,6891,6867,0,0,0,0),(49004,10471,289,1,1,11146,1,240.778,45.3544,115.791,0.767945,86400,0,0,6681,6723,0,0,0,0),(49005,10499,289,1,1,3942,0,241.602,48.3987,115.791,4.43314,86400,0,0,6891,6867,0,0,0,0),(49006,10471,289,1,1,11145,1,184.212,-18.913,115.791,2.87979,86400,0,0,6681,6723,0,0,0,0),(49007,10489,289,1,1,7848,1,200.353,54.1937,128.86,5.02655,86400,0,0,8352,0,2,0,0,0),(49008,10471,289,1,1,11145,1,195.37,-2.93425,115.791,3.9619,86400,0,0,6681,6723,0,0,0,0),(49009,10470,289,1,1,11164,1,240.293,27.8336,115.8,4.83456,86400,0,0,5847,16020,0,0,0,0),(49010,10489,289,1,1,7848,1,209.808,79.8682,128.518,2.58309,86400,0,0,8352,0,0,0,0,0),(49011,10470,289,1,1,11133,1,241.015,52.0705,115.791,1.72788,86400,0,0,5847,16020,0,0,0,0),(49012,4075,289,1,1,1141,0,178.01,43.6494,88.8371,4.13643,86400,0,0,8,0,0,0,0,0),(49013,4075,289,1,1,1141,0,268.927,162.778,109.863,3.94444,86400,0,0,8,0,0,0,0,0),(49014,4075,289,1,1,1418,0,285.492,170.962,97.8099,3.89208,86400,0,0,8,0,0,0,0,0),(49015,4075,289,1,1,1141,0,208.759,-9.23768,115.791,0.942478,86400,0,0,8,0,0,0,0,0),(49016,4075,289,1,1,2176,0,150.256,9.80024,91.9559,0.628319,86400,0,0,8,0,0,0,0,0),(49017,4075,289,1,1,1418,0,228.746,179.058,112.689,0.575959,86400,0,0,8,0,0,0,0,0),(49018,4075,289,1,1,1418,0,182.771,69.4884,104.798,0.820305,86400,0,0,8,0,0,0,0,0),(49019,4075,289,1,1,1141,0,234.386,1.64269,84.9242,4.7822,86400,0,0,8,0,0,0,0,0),(49020,4075,289,1,1,2176,0,243.176,155.95,97.8099,2.23402,86400,0,0,8,0,0,0,0,0),(49022,4075,289,1,1,1418,0,193.379,28.866,91.9559,4.45059,86400,0,0,8,0,0,0,0,0),(91294,10678,289,1,1,10007,0,149.884,149.281,109.646,5.48033,86400,8,0,3758,0,1,0,0,0),(91295,11257,289,1,1,11161,1,146.752,178.424,109.562,0.046656,86400,5,0,7107,4738,1,0,0,0),(91296,11257,289,1,1,11123,1,149.615,156.854,109.651,0.959931,86400,0,0,7107,4738,0,0,0,0),(91297,10678,289,1,1,10007,0,104.586,186.871,109.534,5.09636,86400,8,0,3758,0,1,0,0,0),(91298,10678,289,1,1,10007,0,122.315,173.168,109.598,1.25664,86400,8,0,3758,0,1,0,0,0),(91299,10678,289,1,1,10007,0,130.224,182.606,109.626,2.9147,86400,8,0,3758,0,1,0,0,0),(91300,10678,289,1,1,10007,0,120.882,183.79,109.581,4.29351,86400,8,0,3758,0,1,0,0,0),(91301,10678,289,1,1,10007,0,137.731,166.521,109.659,0.226893,86400,8,0,3758,0,1,0,0,0),(91302,11257,289,1,1,11123,1,129.537,166.542,109.543,4.11946,86400,5,0,7107,4738,1,0,0,0),(91303,10678,289,1,1,10007,0,144.941,153.085,109.687,3.63029,86400,8,0,3758,0,1,0,0,0),(91304,10481,289,1,1,10976,0,241.345,4.23123,84.9242,5.06145,86400,0,0,1436,0,0,0,0,0),(91305,10480,289,1,1,10978,0,238.547,-0.144423,84.9242,1.90241,86400,0,0,3876,0,0,0,0,0),(91306,10481,289,1,1,10976,0,251.031,7.45606,85.1254,1.44862,86400,0,0,1436,0,0,0,0,0),(91307,10480,289,1,1,10972,0,240.676,11.1521,85.3117,4.97419,86400,0,0,3876,0,0,0,0,0),(91308,10480,289,1,1,10972,0,233.106,0.343533,84.9242,0.10472,86400,0,0,3876,0,0,0,0,0),(91309,10480,289,1,1,10978,0,246.748,3.51986,84.9242,5.09636,86400,0,0,3876,0,0,0,0,0),(91310,10480,289,1,1,10978,0,240.238,-5.23893,84.9242,0.872665,86400,0,0,3876,0,0,0,0,0),(91311,10480,289,1,1,10978,0,237.612,-10.2393,85.3117,1.0821,86400,0,0,3876,0,0,0,0,0),(91312,10475,289,1,1,11161,1,118.303,115.577,101.587,4.92183,86400,0,0,17226,0,0,0,0,0),(91313,10475,289,1,1,11161,1,126.328,81.184,101.868,3.7001,86400,0,0,17226,0,0,0,0,0),(91314,10475,289,1,1,11134,1,113.776,68.9133,99.8338,3.89208,86400,0,0,17226,0,0,0,0,0),(91315,10475,289,1,1,11134,1,120.956,97.073,101.359,0.349066,86400,0,0,17226,0,0,0,0,0),(91316,10475,289,1,1,11135,1,118.181,113.647,101.827,1.51844,86400,0,0,17226,0,0,0,0,0),(91317,10475,289,1,1,11161,1,123.5,99.3146,102.006,4.2586,86400,0,0,17226,0,0,0,0,0),(91318,10475,289,1,1,11136,1,133.769,82.9655,102.423,1.32645,86400,0,0,17226,0,0,0,0,0),(91319,10475,289,1,1,11136,1,105.698,88.6083,98.2769,1.65846,86400,0,0,17226,0,0,0,0,0),(91320,10475,289,1,1,11135,1,95.2852,76.5092,97.7875,5.37561,86400,0,0,17226,0,0,0,0,0),(91321,10475,289,1,1,11134,1,107.033,106.829,99.1358,2.35619,86400,0,0,17226,0,0,0,0,0),(91322,10469,289,1,1,11161,1,213.422,145.911,109.723,2.47837,86400,0,0,6891,6867,0,0,0,0),(91323,10477,289,1,1,11163,1,214.567,171.183,109.723,4.10152,86400,0,0,6891,6867,0,0,0,0),(91324,10498,289,1,1,3942,0,183.815,113.239,109.723,1.8675,86400,0,0,6891,6867,0,0,0,0),(91325,10477,289,1,1,11154,1,189.25,171.59,109.847,2.09439,86400,0,0,6891,6867,0,0,0,0),(91326,10477,289,1,1,11163,1,276.195,150.866,109.868,2.61799,86400,0,0,6891,6867,0,0,0,0),(91327,11551,289,1,1,11178,0,219.244,134.258,109.723,6.26573,86400,0,0,8613,0,2,0,0,0),(91328,10469,289,1,1,11148,1,242.655,165.943,109.739,0.349066,86400,0,0,6891,6867,0,0,0,0),(91329,10469,289,1,1,11161,1,237.077,166.516,109.729,1.53589,86400,0,0,6891,6867,0,0,0,0),(91330,10477,289,1,1,11163,1,243.902,164.119,109.742,1.15192,86400,0,0,6891,6867,0,0,0,0),(91331,10477,289,1,1,11156,1,173.588,169.633,109.642,2.26893,86400,0,0,6891,6867,0,0,0,0),(91332,10487,289,1,1,11489,1,198.665,172.76,109.879,4.34587,86400,0,0,6891,6867,2,0,0,0),(91333,10469,289,1,1,11161,1,235.725,141.804,109.728,3.49066,86400,0,0,6891,6867,0,0,0,0),(91334,10477,289,1,1,11163,1,230.069,140.256,109.723,0.925025,86400,0,0,6891,6867,0,0,0,0),(91335,10477,289,1,1,11156,1,232.765,140.263,109.724,2.6529,86400,0,0,6891,6867,0,0,0,0),(91336,10476,289,1,1,11152,1,249.607,103.293,110.033,3.33358,86400,0,0,6681,6723,0,0,0,0),(91337,10476,289,1,1,11161,1,246.102,124.054,109.808,4.86947,86400,0,0,6681,6723,0,0,0,0),(91338,11582,289,1,1,11129,1,273.496,102.927,110.055,5.96903,86400,0,0,6891,6867,0,0,0,0),(91339,10489,289,1,1,7848,1,240.817,75.5046,110.056,4.76475,86400,0,0,8352,0,2,0,0,0),(91340,11582,289,1,1,11128,1,243.487,80.5749,110.055,0,86400,0,0,6891,6867,0,0,0,0),(91341,10471,289,1,1,11146,1,196.023,19.6622,115.048,4.99164,86400,0,0,6681,6723,0,0,0,0),(91342,10471,289,1,1,11173,1,167.219,25.5763,115.791,5.41052,86400,0,0,6681,6723,0,0,0,0),(91343,10470,289,1,1,11164,1,223.767,-17.6511,115.791,4.31096,86400,0,0,5847,16020,0,0,0,0),(91344,10471,289,1,1,11145,1,239.267,25.2639,115.805,0.593412,86400,0,0,6681,6723,0,0,0,0),(91345,10471,289,1,1,11146,1,204.741,-9.72721,115.791,3.49066,86400,0,0,6681,6723,0,0,0,0),(91346,10470,289,1,1,11131,1,202.461,-9.18804,115.791,4.90438,86400,0,0,5847,16020,0,0,0,0),(91347,10470,289,1,1,11132,1,200.975,-11.6222,115.791,0.593412,86400,0,0,5847,16020,0,0,0,0),(91348,10470,289,1,1,11131,1,193.834,-5.09538,115.791,1.09956,86400,0,0,5847,16020,0,0,0,0),(91349,10499,289,1,1,3942,0,180.948,-18.5781,115.791,6.23082,86400,0,0,6891,6867,0,0,0,0),(91350,10499,289,1,1,3942,0,196.108,16.1789,115.079,1.91986,86400,0,0,6891,6867,0,0,0,0),(91351,10499,289,1,1,3942,0,192.673,-7.89915,115.703,6.24093,86400,0,0,6891,6867,2,0,0,0),(91352,10489,289,1,1,7848,1,198.386,64.2557,128.518,1.44862,86400,0,0,8352,0,0,0,0,0),(91353,4075,289,1,1,1418,0,171.185,175.499,109.692,4.34587,86400,0,0,8,0,0,0,0,0),(91354,4075,289,1,1,1141,0,268.033,132.074,97.8099,3.83972,86400,0,0,8,0,0,0,0,0),(91355,4075,289,1,1,1418,0,231.545,5.2781,74.4135,4.88692,86400,0,0,8,0,0,0,0,0),(91356,4075,289,1,1,1418,0,161.914,51.8159,115.791,2.89725,86400,3,0,8,0,1,0,0,0),(91357,4075,289,1,1,1141,0,162.617,29.4026,90.3063,3.33358,86400,0,0,8,0,0,0,0,0),(91358,4075,289,1,1,1418,0,137.01,45.3373,102.825,2.75762,86400,0,0,8,0,0,0,0,0),(91359,4075,289,1,1,1141,0,185.247,126.31,140.785,0.00236,86400,0,0,8,0,0,0,0,0),(91360,4075,289,1,1,1418,0,143.032,5.50201,89.0359,4.92183,86400,0,0,8,0,0,0,0,0),(91361,4075,289,1,1,2176,0,187.813,111.283,110.953,2.1293,86400,0,0,8,0,0,0,0,0),(91362,4075,289,1,1,1141,0,212.551,129.168,109.742,0.296706,86400,0,0,8,0,0,0,0,0),(91363,10678,289,1,1,10007,0,153.062,163.835,109.625,1.44862,86400,8,0,3758,0,1,0,0,0),(91364,10678,289,1,1,10007,0,129.969,160.768,109.626,2.72271,86400,8,0,3758,0,1,0,0,0),(91365,11257,289,1,1,11122,1,112.373,178.641,109.518,1.13787,86400,5,0,7107,4738,1,0,0,0),(91366,10678,289,1,1,10007,0,130.652,149.997,109.623,3.78736,86400,8,0,3758,0,1,0,0,0),(91367,10678,289,1,1,10007,0,151.169,174.608,109.679,5.8294,86400,8,0,3758,0,1,0,0,0),(91368,10678,289,1,1,10007,0,114.498,148.609,109.6,5.48033,86400,8,0,3758,0,1,0,0,0),(91369,10678,289,1,1,10007,0,112.499,167.13,109.591,4.18879,86400,8,0,3758,0,1,0,0,0),(91370,10475,289,1,1,11135,1,123.571,95.8893,101.615,1.98968,86400,0,0,17226,0,0,0,0,0),(91371,10475,289,1,1,11136,1,110.395,87.146,99.8255,5.75959,86400,0,0,17226,0,0,0,0,0),(91372,10469,289,1,1,11149,1,216.049,168.212,109.723,3.01942,86400,0,0,6891,6867,0,0,0,0),(91373,10470,289,1,1,11131,1,170.584,25.0902,115.791,3.52556,86400,0,0,5847,16020,0,0,0,0),(91374,14861,289,1,1,10925,0,164.891,-1.12663,115.791,0.117518,86400,0,0,15090,14916,2,0,0,0),(91375,10489,289,1,1,7848,1,203.679,64.6575,128.518,1.53589,86400,0,0,8352,0,0,0,0,0),(91376,10489,289,1,1,7848,1,191.084,79.743,128.518,0.628319,86400,0,0,8352,0,0,0,0,0),(91377,10499,289,1,1,3942,0,201.055,60.2982,115.791,0.471239,86400,0,0,6891,6867,0,0,0,0),(91378,10471,289,1,1,11145,1,218.686,-8.55881,115.791,2.93215,86400,0,0,6681,6723,0,0,0,0),(91379,10470,289,1,1,11133,1,181.189,-17.0533,115.791,5.72468,86400,0,0,5847,16020,0,0,0,0),(91380,10471,289,1,1,11173,1,230.383,-1.70041,115.791,0.087266,86400,0,0,6681,6723,0,0,0,0),(91381,10499,289,1,1,3942,0,212.651,9.72721,115.791,2.51327,86400,0,0,6891,6867,0,0,0,0),(91382,10470,289,1,1,11133,1,174.938,5.5529,115.791,3.47321,86400,0,0,5847,16020,0,0,0,0),(91383,4075,289,1,1,2176,0,224.044,143.561,97.8099,5.20108,86400,0,0,8,0,0,0,0,0),(91384,4075,289,1,1,1418,0,216.771,75.3716,104.798,3.12414,86400,0,0,8,0,0,0,0,0),(91385,4075,289,1,1,1418,0,192.153,-29.1752,90.3064,6.00393,86400,0,0,8,0,0,0,0,0),(91386,4075,289,1,1,2176,0,123.75,107.031,101.668,6.16101,86400,0,0,8,0,0,0,0,0),(91387,4075,289,1,1,1418,0,203.548,-1.26436,89.0165,1.5975,86400,5,0,8,0,1,0,0,0),(91388,4075,289,1,1,1141,0,194.77,-12.3419,75.646,1.18682,86400,0,0,8,0,0,0,0,0),(91389,4075,289,1,1,1141,0,280.445,97.9125,95.8223,1.51915,86400,5,0,8,0,1,0,0,0),(91390,4075,289,1,1,1418,0,212.519,120.629,110.953,1.8326,86400,0,0,8,0,0,0,0,0),(91391,4075,289,1,1,1418,0,167.056,-14.5257,75.6153,1.32645,86400,0,0,8,0,0,0,0,0),(91392,4075,289,1,1,1141,0,269.691,-1.02604,75.3334,0.471239,86400,0,0,8,0,0,0,0,0),(91393,10470,289,1,1,11131,1,161.358,45.2051,115.791,2.98451,86400,0,0,5847,16020,0,0,0,0),(91394,4075,289,1,1,1418,0,235.544,137.169,110.953,3.14773,86400,5,0,8,0,1,0,0,0),(91395,4075,289,1,1,1418,0,151.034,17.9137,90.3063,4.79965,86400,0,0,8,0,0,0,0,0),(91396,4075,289,1,1,1418,0,168.2,10.1825,75.645,5.72468,86400,0,0,8,0,0,0,0,0),(91397,4075,289,1,1,2176,0,77.3862,103.767,97.5706,6.21337,86400,0,0,8,0,0,0,0,0),(91398,4075,289,1,1,1418,0,177.147,143.539,109.649,1.58773,86400,5,0,8,0,1,0,0,0),(91399,4075,289,1,1,1418,0,119.767,89.9694,101.058,1.2437,86400,5,0,8,0,1,0,0,0),(91400,4075,289,1,1,1141,0,172.88,104.369,108.119,0.820305,86400,0,0,8,0,0,0,0,0),(91401,4075,289,1,1,1141,0,245.641,145.761,95.9059,0.042627,86400,5,0,8,0,1,0,0,0),(91402,4075,289,1,1,1418,0,210.642,99.2762,104.798,2.99596,86400,5,0,8,0,1,0,0,0),(91403,4075,289,1,1,2176,0,84.7035,-1.61551,85.3117,2.89725,86400,0,0,8,0,0,0,0,0),(91404,4075,289,1,1,1418,0,209.988,11.7605,90.3063,3.89208,86400,0,0,8,0,0,0,0,0),(91408,10485,289,1,1,9786,0,219.002,70.5227,104.715,4.14758,86400,5,0,2088,0,1,0,0,0),(91409,10485,289,1,1,9786,0,180.612,100.176,104.798,0.465572,86400,3,0,2088,0,1,0,0,0),(91410,10485,289,1,1,7550,0,185.926,100.079,104.798,3.5243,86400,3,0,2088,0,1,0,0,0),(91411,10495,289,1,1,519,0,185.168,95.0084,104.799,2.84489,86400,3,0,8613,0,1,0,0,0),(91412,10495,289,1,1,519,0,179.117,95.5166,104.8,2.14675,86400,3,0,8613,0,1,0,0,0),(91413,10485,289,1,1,9786,0,216.722,96.5785,104.798,1.8817,86400,3,0,2088,0,1,0,0,0),(91414,10481,289,1,1,10976,0,221.917,96.4046,104.798,3.82625,86400,3,0,1436,0,1,0,0,0),(91415,10495,289,1,1,519,0,221.956,103.89,104.798,3.4383,86400,3,0,8613,0,1,0,0,0),(91416,10485,289,1,1,9786,0,214.574,101.917,104.798,2.70261,86400,0,0,2088,0,0,0,0,0),(91417,10485,289,1,1,7550,0,180.483,74.1536,104.799,2.8371,86400,3,0,2088,0,1,0,0,0),(91418,10485,289,1,1,7550,0,181.214,80.6029,104.799,0.386879,86400,3,0,2088,0,1,0,0,0),(91419,10495,289,1,1,519,0,185.903,70.4123,104.798,1.36245,86400,3,0,8613,0,1,0,0,0),(91420,11551,289,1,1,11178,0,210.082,82.1787,104.244,0.372459,86400,0,0,8613,0,2,0,0,0),(91423,4075,289,1,1,2176,0,226.839,196.682,98.6458,3.94444,86400,0,0,8,0,0,0,0,0),(91424,4075,289,1,1,1418,0,224.257,194.92,100.434,3.15905,86400,0,0,8,0,0,0,0,0),(91425,4075,289,1,1,1141,0,221.989,192.827,102.011,2.89725,86400,0,0,8,0,0,0,0,0),(91426,4075,289,1,1,1141,0,220.478,190.889,103.067,3.00197,86400,0,0,8,0,0,0,0,0),(49671,11352,309,1,1,14832,0,-11806.6,-1622.62,21.2285,5.49779,7200,0,0,48555,0,0,0,0,0),(49673,11374,309,1,1,15101,0,-11673.7,-1623.4,8.63866,4.58763,7200,0,0,9156,0,2,0,0,0),(152154,29720,571,1,2,0,0,8505.87,2684.41,654.01,4.31096,300,0,0,12175,0,0,0,0,0),(152155,29720,571,1,2,0,0,8493.93,2656.29,653.637,4.39823,300,0,0,12175,0,0,0,0,0),(49675,11340,309,1,1,11221,1,-11771.9,-1618.82,21.2208,4.29351,7200,0,0,15090,12430,0,0,0,0),(49676,11352,309,1,1,14832,0,-11736.1,-1651.65,21.2108,0.174533,7200,0,0,48555,0,0,0,0,0),(49677,11352,309,1,1,14832,0,-11736.7,-1636.54,21.2108,6.23082,7200,0,0,48555,0,0,0,0,0),(49678,14834,309,1,1,15295,0,-11787.4,-1649.34,54.1017,4.76475,259200,0,0,719550,262000,0,0,0,0),(49679,14758,309,1,1,11686,0,-11789.5,-1620.9,73.8948,5.81195,7200,0,0,4120,0,0,0,0,0),(49680,4075,309,1,1,1418,0,-11584,-1265.31,77.6076,1.40767,7200,5,0,8,0,1,0,0,0),(49681,4075,309,1,1,2176,0,-11618.4,-1353.27,77.7979,1.5708,7200,0,0,8,0,0,0,0,0),(49682,4075,309,1,1,1418,0,-11569.4,-1266.36,77.6208,2.51327,7200,0,0,8,0,0,0,0,0),(49683,13321,309,1,1,901,0,-11611.1,-1238.78,80.4106,4.45059,7200,0,0,42,0,0,0,0,0),(49684,4075,309,1,1,1141,0,-11598.4,-1240.72,77.847,5.75959,7200,0,0,8,0,0,0,0,0),(49685,4075,309,1,1,2176,0,-11532.7,-1257.06,82.0085,2.30383,7200,0,0,8,0,0,0,0,0),(49686,13321,309,1,1,6295,0,-11624.7,-1367.77,77.3574,4.5204,7200,0,0,42,0,0,0,0,0),(49687,4075,309,1,1,1141,0,-11588.6,-1263.02,78.6657,5.28835,7200,0,0,8,0,0,0,0,0),(49688,2914,309,1,1,2958,0,-12259.9,-1849.64,133.428,4.16186,7200,5,0,8,0,1,0,0,0),(49689,13321,309,1,1,6295,0,-11827.4,-1510.56,15.03,0.689255,7200,5,0,42,0,1,0,0,0),(49690,2914,309,1,1,1206,0,-11559.7,-1468.44,66.9285,1.70606,7200,5,0,8,0,1,0,0,0),(49691,2914,309,1,1,2957,0,-12234.5,-1969.26,133.057,4.52276,7200,5,0,8,0,1,0,0,0),(49692,13321,309,1,1,6297,0,-11832.5,-1759.44,12.1525,6.15871,7200,5,0,42,0,1,0,0,0),(49693,2914,309,1,1,2958,0,-11700.8,-1372.22,61.4042,1.17796,7200,5,0,8,0,1,0,0,0),(49694,2914,309,1,1,1206,0,-11554.5,-1512.89,56.4605,0.566879,7200,5,0,8,0,1,0,0,0),(49695,2914,309,1,1,6303,0,-12152.9,-1820.68,89.8341,2.68126,7200,5,0,8,0,1,0,0,0),(49696,2914,309,1,1,2957,0,-12375.2,-1931.24,133.189,0.428727,7200,5,0,8,0,1,0,0,0),(49697,13321,309,1,1,1924,0,-11872.2,-1761.27,10.0581,0.420804,7200,5,0,42,0,1,0,0,0),(49698,11352,309,1,1,14832,0,-11954.2,-1805.99,53.222,1.51931,7200,0,0,48555,0,2,0,0,0),(49699,11361,309,1,1,11031,0,-11591.7,-1756.43,40.0162,3.39848,7200,0,0,9156,0,0,0,0,0),(49700,11361,309,1,1,11031,0,-11598.9,-1764.43,39.9138,0.610865,7200,0,0,9156,0,0,0,0,0),(49701,11351,309,1,1,11109,1,-11657.7,-1546.31,40.038,3.15905,7200,0,0,21364,0,0,0,0,0),(49702,11830,309,1,1,11761,1,-11666.8,-1545.98,42.7417,6.19592,7200,0,0,17094,12170,0,0,0,0),(49703,11339,309,1,1,11225,1,-11640.7,-1488.52,44.4881,3.26377,7200,0,0,25150,14916,0,0,0,0),(49704,11353,309,1,1,11080,1,-11650.6,-1488.65,47.9501,0.017453,7200,0,0,18312,0,0,0,0,0),(49705,11352,309,1,1,14832,0,-12329.9,-1870.84,130.349,0.978481,7200,0,0,48555,0,2,0,0,0),(49706,15043,309,1,1,833,0,-11712.2,-1728.12,13.0381,5.88176,7200,5,0,9156,0,1,0,0,0),(49707,15043,309,1,1,833,0,-11726.1,-1736.4,15.7301,0.174533,7200,5,0,9156,0,1,0,0,0),(49708,15043,309,1,1,833,0,-11730.4,-1743.03,15.3551,5.18363,7200,5,0,9156,0,1,0,0,0),(49709,15043,309,1,1,833,0,-11723.1,-1730.79,15.2881,2.87979,7200,5,0,9156,0,1,0,0,0),(49710,15043,309,1,1,833,0,-11830.2,-1522.1,12.682,2.89725,7200,5,0,9156,0,1,0,0,0),(49711,15043,309,1,1,833,0,-11827.8,-1504.08,13.807,0.977384,7200,5,0,9156,0,1,0,0,0),(49712,15043,309,1,1,833,0,-11814.2,-1501.94,16.182,5.42797,7200,5,0,9156,0,1,0,0,0),(49713,15043,309,1,1,833,0,-11817.2,-1513.66,19.432,1.309,7200,5,0,9156,0,1,0,0,0),(49714,11372,309,1,1,15150,0,-11556.7,-1487.4,68.982,6.24828,7200,0,0,15260,0,0,0,0,0),(49715,11371,309,1,1,15182,0,-11563.9,-1490.02,69.832,4.32842,7200,0,0,15260,0,0,0,0,0),(49716,11361,309,1,1,11031,0,-11603.5,-1739.6,39.4761,5.02655,7200,0,0,9156,0,0,0,0,0),(49717,11361,309,1,1,11031,0,-11601.3,-1729.95,39.7037,5.93412,7200,0,0,9156,0,0,0,0,0),(49718,15043,309,1,1,833,0,-11823.6,-1764.53,11.6762,4.97419,7200,5,0,9156,0,1,0,0,0),(49719,15043,309,1,1,833,0,-11833.2,-1762.04,12.6214,4.81012,7200,5,0,9156,0,1,0,0,0),(49720,15043,309,1,1,833,0,-11839.3,-1760.3,13.1136,0.598846,7200,5,0,9156,0,1,0,0,0),(49721,15043,309,1,1,833,0,-11834.3,-1768.71,13.8219,5.59656,7200,5,0,9156,0,1,0,0,0),(49722,11374,309,1,1,15101,0,-11851.6,-1486.17,8.63866,1.16937,7200,0,0,9156,0,0,0,0,0),(49723,11374,309,1,1,15101,0,-11922.8,-1591.78,8.63866,1.22173,7200,0,0,9156,0,0,0,0,0),(49724,11374,309,1,1,15101,0,-11935.1,-1466.74,8.63866,4.59022,7200,0,0,9156,0,0,0,0,0),(49725,11374,309,1,1,15101,0,-11678.6,-1692.92,8.63866,0.453786,7200,0,0,9156,0,0,0,0,0),(49726,11374,309,1,1,15101,0,-11679.6,-1607.96,8.63866,0.314159,7200,0,0,9156,0,2,0,0,0),(49727,11374,309,1,1,15101,0,-12044.6,-1581.38,8.63866,2.87979,7200,0,0,9156,0,0,0,0,0),(49728,11374,309,1,1,15101,0,-11873.9,-1553.86,8.63866,2.93215,7200,0,0,9156,0,0,0,0,0),(49729,11374,309,1,1,15101,0,-11676.5,-1727.6,8.63866,1.58825,7200,0,0,9156,0,0,0,0,0),(49730,11374,309,1,1,15101,0,-11744.6,-1788.97,8.63866,2.86234,7200,0,0,9156,0,0,0,0,0),(49731,11374,309,1,1,15101,0,-12018.9,-1584.4,8.63866,3.9968,7200,0,0,9156,0,0,0,0,0),(49732,11350,309,1,1,11077,1,-11903.7,-1327.2,77.621,0.750492,7200,0,0,21364,0,0,0,0,0),(49733,11350,309,1,1,11074,1,-11910.8,-1322.43,77.5587,0.680678,7200,0,0,21364,0,0,0,0,0),(49734,11371,309,1,1,15182,0,-11961.8,-1804.01,54.4115,2.58405,7200,5,0,15260,0,1,0,0,0),(49735,11371,309,1,1,15182,0,-11963.7,-1805.17,55.1322,2.59025,7200,5,0,15260,0,1,0,0,0),(49736,11350,309,1,1,11076,1,-11981.4,-1707.25,32.3669,2.80998,7200,0,0,21364,0,0,0,0,0),(49737,11830,309,1,1,11761,1,-11987.5,-1705.43,32.3669,0,7200,0,0,17094,12170,0,0,0,0),(49738,11387,309,1,1,11314,1,-11981.1,-1705.5,32.3669,3.19395,7200,0,0,3144,0,0,0,0,0),(49739,11372,309,1,1,15150,0,-11934.3,-1328.75,78.7419,2.72271,7200,0,0,15260,0,0,0,0,0),(49740,11372,309,1,1,15150,0,-11925.9,-1337.49,78.4218,3.38594,7200,0,0,15260,0,0,0,0,0),(49741,11350,309,1,1,11077,1,-11875.6,-1415.3,61.1701,5.5676,7200,0,0,21364,0,0,0,0,0),(49742,11830,309,1,1,11758,1,-11867.9,-1420.47,61.0251,2.68781,7200,0,0,17094,12170,0,0,0,0),(49743,11371,309,1,1,15182,0,-12068.8,-1691.19,44.4278,5.68977,7200,0,0,15260,0,0,0,0,0),(49744,11371,309,1,1,15182,0,-12083.1,-1694.73,47.5376,0.331613,7200,0,0,15260,0,0,0,0,0),(49745,11371,309,1,1,15182,0,-12068.8,-1701.61,45.4398,0.628319,7200,0,0,15260,0,0,0,0,0),(49746,11372,309,1,1,15150,0,-12077.5,-1690.05,46.669,1.11701,7200,0,0,15260,0,0,0,0,0),(49747,11372,309,1,1,15150,0,-11741.8,-1323.33,63.4595,0.471239,7200,0,0,15260,0,0,0,0,0),(49748,11372,309,1,1,15150,0,-11737.5,-1329.37,63.4688,2.02458,7200,0,0,15260,0,0,0,0,0),(49749,11372,309,1,1,15150,0,-11727.9,-1338.77,63.8019,2.79253,7200,0,0,15260,0,0,0,0,0),(49750,11371,309,1,1,15182,0,-11737.7,-1335.71,63.7414,2.86234,7200,0,0,15260,0,0,0,0,0),(49751,11350,309,1,1,11076,1,-12059.1,-1670.91,42.4278,4.01488,7200,5,0,21364,0,1,0,0,0),(49752,11830,309,1,1,11758,1,-12054.8,-1686,43.075,1.60662,7200,0,0,17094,12170,2,0,0,0),(49753,11350,309,1,1,11075,1,-11969.4,-1557.64,40.2843,1.11701,7200,0,0,21364,0,0,0,0,0),(49754,11830,309,1,1,11758,1,-11964.8,-1549.77,41.5586,4.11898,7200,0,0,17094,12170,0,0,0,0),(49755,11372,309,1,1,15150,0,-11990.6,-1825.16,58.6344,0,7200,0,0,15260,0,0,0,0,0),(49756,11372,309,1,1,15150,0,-11989.2,-1836.3,57.7291,5.51524,7200,0,0,15260,0,0,0,0,0),(49757,11371,309,1,1,15182,0,-11988.6,-1822.82,58.6127,3.64774,7200,0,0,15260,0,0,0,0,0),(49758,11371,309,1,1,15182,0,-11989.6,-1815.7,58.8855,0.331613,7200,0,0,15260,0,0,0,0,0),(49759,11371,309,1,1,15182,0,-11988.4,-1829,58.4375,1.20428,7200,0,0,15260,0,0,0,0,0),(49760,11371,309,1,1,15182,0,-11993.5,-1837.69,57.7444,0,7200,0,0,15260,0,0,0,0,0),(49761,11352,309,1,1,14832,0,-12101,-1478.76,128.789,0.171365,7200,0,0,48555,0,2,0,0,0),(49762,14880,309,1,1,15072,0,-12120.4,-1755.58,80.2268,2.14157,7200,0,0,4048,0,0,0,0,0),(49763,14880,309,1,1,15072,0,-12121.8,-1781.8,80.2511,1.47591,7200,5,0,4048,0,2,0,0,0),(7715,6491,1,1,4294967295,0,0,-6154.23,-1142.67,-216.588,2.99628,60,0,0,4120,0,0,0,0,0),(6876,6491,1,1,4294967295,0,0,5633.21,-4765.75,777.907,1.47459,60,0,0,4120,0,0,0,0,0),(49766,14880,309,1,1,15072,0,-12359.1,-1664.31,130.494,2.61807,7200,5,0,4048,0,1,0,0,0),(49767,14880,309,1,1,15072,0,-12335.7,-1645.88,130.792,1.98902,7200,5,0,4048,0,1,0,0,0),(6875,6491,0,1,4294967295,0,0,-7105.79,-3488.52,242.318,0.00187445,60,0,0,4120,0,0,0,0,0),(6858,6491,0,1,4294967295,0,0,1840.76,-2149.67,67.4929,2.38151,60,0,0,4120,0,0,0,0,0),(49770,11370,309,1,1,963,0,-12312.8,-1686.91,131.308,4.6604,7200,5,0,31440,0,1,0,0,0),(49771,14532,309,1,1,14950,0,-12288.7,-1687.73,133.104,4.89839,7200,5,0,12208,0,1,0,0,0),(49772,14532,309,1,1,14950,0,-12301.3,-1692.08,131.708,3.59538,7200,0,0,12208,0,0,0,0,0),(49773,14532,309,1,1,14950,0,-12311,-1684.61,131.058,3.7001,7200,0,0,12208,0,0,0,0,0),(49774,14532,309,1,1,14950,0,-12283,-1689.28,131.896,2.46108,7200,5,0,12208,0,1,0,0,0),(49775,14532,309,1,1,14950,0,-12298.9,-1679.9,131.81,4.88692,7200,0,0,12208,0,0,0,0,0),(49776,11353,309,1,1,11082,1,-12264.8,-1862.98,132.538,2.68781,7200,0,0,18312,0,0,0,0,0),(49777,11353,309,1,1,11080,1,-12267.4,-1861.41,131.826,5.70723,7200,0,0,18312,0,0,0,0,0),(49778,11353,309,1,1,11081,1,-12298.9,-1843.2,130.432,6.05629,7200,0,0,18312,0,0,0,0,0),(49779,11353,309,1,1,11082,1,-12294.2,-1846.53,130.355,2.40855,7200,0,0,18312,0,0,0,0,0),(49780,11830,309,1,1,11760,1,-12292.9,-1842.97,130.411,3.24631,7200,0,0,17094,12170,0,0,0,0),(49781,11353,309,1,1,11081,1,-12363.7,-1935.86,132.47,0.15708,7200,0,0,18312,0,0,0,0,0),(49782,11353,309,1,1,11081,1,-12354.6,-1936.65,132.493,2.6529,7200,0,0,18312,0,0,0,0,0),(49783,11830,309,1,1,11760,1,-12360.1,-1930.85,132.438,5.21853,7200,0,0,17094,12170,0,0,0,0),(49784,11830,309,1,1,11759,1,-12271.4,-1857.96,130.846,4.13643,7200,0,0,17094,12170,0,0,0,0),(49785,11830,309,1,1,11760,1,-12273.9,-1861.77,130.836,0.959931,7200,0,0,17094,12170,0,0,0,0),(49786,11830,309,1,1,11761,1,-12326.2,-1905.07,130.62,3.80482,7200,0,0,17094,12170,0,0,0,0),(49787,11830,309,1,1,11758,1,-12328.7,-1907.03,130.477,0.698132,7200,0,0,17094,12170,0,0,0,0),(49788,11356,309,1,1,11101,1,-12391.2,-1942.1,132.081,4.24115,7200,0,0,31440,0,0,0,0,0),(49789,11353,309,1,1,11083,1,-12347,-1847.58,131.092,2.3911,7200,0,0,18312,0,0,0,0,0),(49790,11353,309,1,1,11081,1,-12349.6,-1845.43,131.042,5.67232,7200,0,0,18312,0,0,0,0,0),(49791,11353,309,1,1,11083,1,-12267.7,-1865.83,132.445,2.23402,7200,0,0,18312,0,0,0,0,0),(49792,11353,309,1,1,11081,1,-12270,-1863.72,131.597,5.79449,7200,0,0,18312,0,0,0,0,0),(49793,11356,309,1,1,11100,1,-12222.1,-1910.29,133.499,2.67035,7200,0,0,31440,0,0,0,0,0),(49794,11356,309,1,1,11102,1,-12217.4,-1905.82,133.499,2.68781,7200,0,0,31440,0,0,0,0,0),(49795,11356,309,1,1,11101,1,-12215.3,-1911.08,133.499,0.017453,7200,0,0,31440,0,0,0,0,0),(49796,11356,309,1,1,11101,1,-12212.8,-1914.35,133.499,1.53589,7200,0,0,31440,0,0,0,0,0),(49797,11353,309,1,1,11081,1,-12252.6,-1957.54,132.868,2.46091,7200,0,0,18312,0,0,0,0,0),(49798,11356,309,1,1,11100,1,-12252.2,-1956.25,131.841,2.96706,7200,0,0,31440,0,0,0,0,0),(49799,11830,309,1,1,11759,1,-12255.2,-1955.45,131.898,5.53269,7200,0,0,17094,12170,0,0,0,0),(49800,11360,309,1,1,15151,0,-11811.4,-1899.16,49.1025,2.5948,7200,5,0,3052,0,1,0,0,0),(49801,11361,309,1,1,11031,0,-11725,-1938.05,56.5905,0.15708,7200,0,0,9156,0,0,0,0,0),(49802,11361,309,1,1,11031,0,-11733.2,-1940.66,57.593,5.96903,7200,0,0,9156,0,0,0,0,0),(49803,11361,309,1,1,11031,0,-11733.1,-1929.62,56.5639,2.58309,7200,0,0,9156,0,0,0,0,0),(49804,11361,309,1,1,11031,0,-11745.2,-1922.21,56.6405,2.67035,7200,0,0,9156,0,0,0,0,0),(49805,11361,309,1,1,11031,0,-11750.4,-1916.03,56.5897,1.58825,7200,0,0,9156,0,0,0,0,0),(152158,29720,571,1,2,0,0,8312.52,2676.2,689.168,3.89319,300,0,0,12175,0,0,0,0,0),(49807,11361,309,1,1,11031,0,-11689.6,-1831.24,40.5991,4.88692,7200,0,0,9156,0,0,0,0,0),(49808,11361,309,1,1,11031,0,-11703.5,-1836.96,42.6274,5.75959,7200,0,0,9156,0,0,0,0,0),(49809,11361,309,1,1,11031,0,-11697.6,-1827.12,41.2645,3.94444,7200,0,0,9156,0,0,0,0,0),(49810,11360,309,1,1,15151,0,-11811.6,-1888.58,47.0457,2.02458,7200,0,0,3052,0,0,0,0,0),(49811,11350,309,1,1,11074,1,-11637.3,-1885.53,57.2217,1.3622,7200,5,0,21364,0,1,0,0,0),(49812,11350,309,1,1,11074,1,-11647.7,-1885.87,57.3467,6.15927,7200,5,0,21364,0,1,0,0,0),(49813,11350,309,1,1,11076,1,-11655.8,-1892.26,56.9461,4.53786,7200,0,0,21364,0,0,0,0,0),(49814,11360,309,1,1,15151,0,-11685,-1914.06,56.075,5.28835,7200,0,0,3052,0,0,0,0,0),(51344,11360,309,1,1,15151,0,-11736.7,-1907.64,56.2351,0.855211,7200,0,0,3052,0,0,0,0,0),(51345,11350,309,1,1,11076,1,-11694.4,-1832.29,41.5242,3.64774,7200,0,0,21364,0,0,0,0,0),(51347,11350,309,1,1,11075,1,-11699.7,-1834.12,42.7127,2.77507,7200,0,0,21364,0,0,0,0,0),(51348,11361,309,1,1,11031,0,-11653,-1910.85,57.5342,3.45575,7200,0,0,9156,0,0,0,0,0),(51349,11361,309,1,1,11031,0,-11642.4,-1890.35,57.4213,2.40855,7200,0,0,9156,0,0,0,0,0),(51350,11361,309,1,1,11031,0,-11653.5,-1899.54,56.6081,1.16937,7200,0,0,9156,0,0,0,0,0),(51351,11361,309,1,1,11031,0,-11650.4,-1895.66,56.9303,3.59538,7200,0,0,9156,0,0,0,0,0),(51352,11361,309,1,1,11031,0,-11656,-1880.3,56.7794,4.31096,7200,0,0,9156,0,0,0,0,0),(51353,11339,309,1,1,11226,1,-11511.3,-1613.84,71.4066,3.36848,7200,0,0,25150,14916,0,0,0,0),(51354,11339,309,1,1,11226,1,-11518.3,-1629.19,71.4066,1.43117,7200,0,0,25150,14916,0,0,0,0),(51355,11365,309,1,1,633,0,-11587,-1580.33,51.4009,6.13104,7200,0,0,21364,0,0,0,0,0),(51356,11365,309,1,1,633,0,-11584.2,-1576.76,50.7188,5.43724,7200,5,0,21364,0,1,0,0,0),(51357,11365,309,1,1,633,0,-11586.7,-1576.85,51.2061,5.67895,7200,5,0,21364,0,1,0,0,0),(51358,11365,309,1,1,633,0,-11583.4,-1578.33,50.5416,5.53787,7200,5,0,21364,0,1,0,0,0),(51359,11365,309,1,1,633,0,-11453.8,-1611.1,49.2878,1.69817,7200,0,0,21364,0,0,0,0,0),(51360,11365,309,1,1,633,0,-11455.8,-1606.51,49.4163,1.60445,7200,5,0,21364,0,1,0,0,0),(51361,11365,309,1,1,633,0,-11454.6,-1613.08,49.0983,1.6476,7200,5,0,21364,0,1,0,0,0),(51362,11365,309,1,1,633,0,-11454.1,-1609.09,49.5681,1.69753,7200,5,0,21364,0,1,0,0,0),(51363,11339,309,1,1,11226,1,-11511.4,-1628.43,71.4067,2.96706,7200,0,0,25150,14916,0,0,0,0),(51364,11339,309,1,1,11225,1,-11518.3,-1613.51,71.4067,4.59022,7200,0,0,25150,14916,0,0,0,0),(51365,11339,309,1,1,11226,1,-11511.8,-1643.48,49.6276,1.74533,7200,0,0,25150,14916,0,0,0,0),(51366,11339,309,1,1,11227,1,-11526.9,-1643.49,49.6044,1.46608,7200,0,0,25150,14916,0,0,0,0),(51367,11353,309,1,1,11083,1,-11580.1,-1581.38,49.6853,2.29565,7200,0,0,18312,0,0,0,0,0),(51369,11365,309,1,1,633,0,-11492,-1607.23,71.4067,4.41948,7200,0,0,21364,0,0,0,0,0),(51370,11365,309,1,1,633,0,-11491.2,-1612.34,71.3234,4.20817,7200,0,0,21364,0,0,0,0,0),(51372,11365,309,1,1,633,0,-11491.8,-1609.3,71.3234,4.36473,7200,0,0,21364,0,0,0,0,0),(51373,11339,309,1,1,11226,1,-11519.9,-1685.07,50.0721,0.286186,7200,5,0,25150,14916,1,0,0,0),(51374,11339,309,1,1,11226,1,-11521.2,-1684.87,49.9866,3.74128,7200,5,0,25150,14916,1,0,0,0),(51375,11365,309,1,1,633,0,-11519.3,-1642.37,49.5332,1.97147,7200,0,0,21364,0,0,0,0,0),(51381,11365,309,1,1,633,0,-11522.6,-1636.72,49.5283,2.2845,7200,0,0,21364,0,0,0,0,0),(51382,11365,309,1,1,633,0,-11520.7,-1639.37,49.5312,6.22186,7200,0,0,21364,0,0,0,0,0),(51383,11365,309,1,1,633,0,-11514.8,-1632.89,49.5414,0.632592,7200,0,0,21364,0,0,0,0,0),(51384,11365,309,1,1,633,0,-11568.5,-1559.21,49.7218,1.88666,7200,5,0,21364,0,1,0,0,0),(51385,11365,309,1,1,633,0,-11559.7,-1565.21,49.5515,2.87652,7200,5,0,21364,0,1,0,0,0),(51386,11365,309,1,1,633,0,-11559.4,-1563.97,49.5531,3.03895,7200,5,0,21364,0,1,0,0,0),(51387,15091,309,1,1,11686,0,-11516.9,-1606.04,41.3826,6.24828,7200,0,0,4120,0,0,0,0,0),(51388,11340,309,1,1,11221,1,-11835,-1689.55,40.7472,1.19462,7200,5,0,15090,12430,1,0,0,0),(51389,11350,309,1,1,11076,1,-11838.2,-1689.4,40.7473,1.19453,7200,0,0,21364,0,0,0,0,0),(51390,11359,309,1,1,7829,0,-11843.6,-1593.21,40.7503,1.19454,7200,0,0,44016,0,0,0,0,0),(51391,11338,309,1,1,11229,1,-11837.8,-1692.37,40.7479,1.19463,7200,0,0,25150,14916,0,0,0,0),(51392,11831,309,1,1,11765,1,-11836.5,-1693.3,40.748,1.19461,7200,0,0,24420,12170,0,0,0,0),(51394,11350,309,1,1,11074,1,-11833.6,-1692.85,40.7477,1.19455,7200,0,0,21364,0,0,0,0,0),(51395,11352,309,1,1,14832,0,-11777.1,-1581.52,20.9976,1.6214,7200,0,0,48555,0,0,0,0,0),(51396,11352,309,1,1,14832,0,-11814.6,-1581.56,21.1734,0.382538,7200,0,0,48555,0,0,0,0,0),(51397,11359,309,1,1,7829,0,-11857.6,-1597.06,21.1082,4.62612,7200,5,0,44016,0,2,0,0,0),(51398,11357,309,1,1,15275,0,-11853.1,-1689.83,21.1694,1.73108,7200,0,0,15260,0,0,0,0,0),(51402,11357,309,1,1,15275,0,-11859.3,-1602.1,21.1267,4.62603,7200,5,0,15260,0,1,0,0,0),(51403,11340,309,1,1,11223,1,-11739.7,-1669.73,36.9982,1.60711,7200,5,0,15090,12430,1,0,0,0),(51414,11830,309,1,1,11758,1,-11742.4,-1677.77,39.9884,1.60727,7200,5,0,17094,12170,1,0,0,0),(51415,11359,309,1,1,7829,0,-11741.8,-1679.3,40.6688,1.60721,7200,5,0,44016,0,1,0,0,0),(51416,11356,309,1,1,11103,1,-11740.2,-1680.33,40.7082,1.60699,7200,0,0,31440,0,0,0,0,0),(51417,11830,309,1,1,11758,1,-11738.4,-1680.27,40.7086,1.60699,7200,5,0,17094,12170,1,0,0,0),(51418,11359,309,1,1,7829,0,-11736.9,-1679.12,40.6699,1.60705,7200,5,0,44016,0,1,0,0,0),(51419,11352,309,1,1,14832,0,-11842.7,-1640.89,21.2108,3.40339,7200,0,0,48555,0,0,0,0,0),(51420,11352,309,1,1,14832,0,-11842,-1655.23,21.2108,2.94961,7200,0,0,48555,0,0,0,0,0),(51421,11359,309,1,1,7829,0,-11762.9,-1722.02,19.5759,0.047909,7200,5,0,44016,0,2,0,0,0),(51422,11357,309,1,1,15275,0,-11764.5,-1719.53,19.5753,3.042,7200,5,0,15260,0,1,0,0,0),(51423,11357,309,1,1,15275,0,-11764.6,-1724.3,19.6253,3.57792,7200,0,0,15260,0,0,0,0,0),(51424,11359,309,1,1,7829,0,-11839.1,-1697.36,40.7492,1.72169,7200,5,0,44016,0,1,0,0,0),(51425,11357,309,1,1,15275,0,-11844.6,-1589.2,40.7503,0.459823,7200,0,0,15260,0,0,0,0,0),(51426,11357,309,1,1,15275,0,-11846.2,-1594.91,40.7503,3.71178,7200,0,0,15260,0,0,0,0,0),(51427,11359,309,1,1,7829,0,-11735.8,-1585.88,40.7507,1.83708,7200,0,0,44016,0,0,0,0,0),(51428,11357,309,1,1,15275,0,-11738.8,-1586.25,40.7507,1.94557,7200,0,0,15260,0,0,0,0,0),(51429,11357,309,1,1,15275,0,-11732.5,-1591.2,40.7507,1.81315,7200,0,0,15260,0,0,0,0,0),(51430,11356,309,1,1,11102,1,-11775.2,-1622.36,21.2321,0.820305,7200,0,0,31440,0,0,0,0,0),(51431,11356,309,1,1,11103,1,-11772.2,-1625.23,21.2319,1.5708,7200,0,0,31440,0,0,0,0,0),(51432,1420,309,1,1,901,0,-11722.7,-1739.81,13.0519,3.80482,7200,0,0,8,0,0,0,0,0),(51433,2914,309,1,1,2957,0,-11643.5,-1852.48,40.8151,6.00771,7200,5,0,8,0,1,0,0,0),(51434,2914,309,1,1,1206,0,-12187.2,-1819.68,107.471,3.21792,7200,5,0,8,0,1,0,0,0),(51435,2914,309,1,1,1206,0,-11984.6,-1524.13,49.618,2.118,7200,5,0,8,0,1,0,0,0),(51436,2914,309,1,1,6303,0,-11914.6,-1544.07,35.6675,0.761486,7200,5,0,8,0,1,0,0,0),(51437,2914,309,1,1,6303,0,-11547.3,-1720.08,41.2549,2.64911,7200,5,0,8,0,1,0,0,0),(51438,2914,309,1,1,2958,0,-12077.7,-1688.02,46.36,3.78431,7200,5,0,8,0,1,0,0,0),(51439,2914,309,1,1,2958,0,-11938.5,-1771.78,51.909,4.61785,7200,5,0,8,0,1,0,0,0),(51440,2914,309,1,1,1206,0,-11654.4,-1812.63,42.3694,1.52785,7200,5,0,8,0,1,0,0,0),(51441,2914,309,1,1,2958,0,-11651.8,-1500.65,43.4884,4.16828,7200,5,0,8,0,1,0,0,0),(51442,11374,309,1,1,15101,0,-11771.5,-1433.48,8.63866,2.26893,7200,0,0,9156,0,0,0,0,0),(51443,11374,309,1,1,15101,0,-11818.4,-1744.63,8.63866,0.191986,7200,0,0,9156,0,0,0,0,0),(51444,11374,309,1,1,15101,0,-11774.5,-1787.13,8.63866,2.18166,7200,0,0,9156,0,0,0,0,0),(51445,11374,309,1,1,15101,0,-11702,-1519.88,8.63866,3.59538,7200,0,0,9156,0,0,0,0,0),(51446,11374,309,1,1,15101,0,-11902.9,-1650.85,8.63866,5.02655,7200,0,0,9156,0,0,0,0,0),(51447,11374,309,1,1,15101,0,-11911.4,-1693.87,8.63866,3.28122,7200,0,0,9156,0,0,0,0,0),(51448,11374,309,1,1,15101,0,-11819.2,-1383.93,8.63866,0.750492,7200,0,0,9156,0,0,0,0,0),(51449,11374,309,1,1,15101,0,-11713,-1542.8,8.63866,6.21337,7200,0,0,9156,0,0,0,0,0),(51450,11374,309,1,1,15101,0,-11899.9,-1620.04,8.63866,5.58505,7200,0,0,9156,0,0,0,0,0),(51451,11372,309,1,1,15150,0,-12026.8,-1635.3,38.2631,0.358097,7200,5,0,15260,0,1,0,0,0),(51452,11371,309,1,1,15182,0,-12029.4,-1634.11,38.1586,0.217637,7200,0,0,15260,0,0,0,0,0),(51453,14821,309,1,1,2571,0,-12160.1,-1952.02,134.905,2.02458,7200,0,0,15260,0,0,0,0,0),(51454,14821,309,1,1,2571,0,-12154.2,-1948.8,134.675,4.43314,7200,0,0,15260,0,0,0,0,0),(51455,14821,309,1,1,2571,0,-12156.7,-1960.58,132.61,2.79253,7200,0,0,15260,0,0,0,0,0),(51456,11353,309,1,1,11082,1,-12362.4,-1827.53,130.339,2.51327,7200,0,0,18312,0,0,0,0,0),(51457,11353,309,1,1,11081,1,-12364.4,-1829.42,130.354,2.09439,7200,0,0,18312,0,0,0,0,0),(51459,11830,309,1,1,11761,1,-12368.2,-1822.81,130.369,5.2709,7200,0,0,17094,12170,0,0,0,0),(51460,11356,309,1,1,11102,1,-12288,-1895.71,130.493,2.32129,7200,0,0,31440,0,0,0,0,0),(51461,11356,309,1,1,11100,1,-12299.9,-1905.53,131.343,2.1293,7200,0,0,31440,0,0,0,0,0),(51462,14821,309,1,1,2571,0,-12172.2,-1899.2,132.144,1.20428,7200,0,0,15260,0,0,0,0,0),(51564,14821,309,1,1,2571,0,-12179.5,-1905.82,131.446,3.47321,7200,0,0,15260,0,0,0,0,0),(51565,14821,309,1,1,2571,0,-12185.2,-1894.29,133.572,1.65806,7200,0,0,15260,0,0,0,0,0),(51566,14821,309,1,1,2571,0,-12394.3,-1909.13,130.385,1.52368,7200,5,0,15260,0,1,0,0,0),(51567,14821,309,1,1,2571,0,-12383.3,-1898.94,131.257,2.86234,7200,0,0,15260,0,0,0,0,0),(51568,14821,309,1,1,2571,0,-12369.8,-1831.55,131.003,3.59538,7200,0,0,15260,0,0,0,0,0),(51569,14821,309,1,1,2571,0,-12363.3,-1817.14,131.024,2.79253,7200,0,0,15260,0,0,0,0,0),(51570,14821,309,1,1,2571,0,-12248.8,-1909.26,130.932,1.98968,7200,0,0,15260,0,0,0,0,0),(51571,14821,309,1,1,2571,0,-12250.2,-1900.48,131.79,5.18363,7200,0,0,15260,0,0,0,0,0),(51572,14821,309,1,1,2571,0,-12243.5,-1912.09,130.685,3.03687,7200,0,0,15260,0,0,0,0,0),(51573,11353,309,1,1,11082,1,-12346.7,-1958.36,132.932,4.64258,7200,0,0,18312,0,0,0,0,0),(51574,11353,309,1,1,11083,1,-12347.7,-1961.11,132.849,1.02974,7200,0,0,18312,0,0,0,0,0),(51575,14821,309,1,1,2571,0,-12368.6,-1932.08,133.385,3.28954,7200,5,0,15260,0,1,0,0,0),(51576,14821,309,1,1,2571,0,-12358.3,-1937.95,132.371,5.28459,7200,0,0,15260,0,0,0,0,0),(51577,14821,309,1,1,2571,0,-12350.1,-1929.23,133.228,1.98968,7200,0,0,15260,0,0,0,0,0),(51578,11353,309,1,1,11081,1,-12352,-1843.97,130.966,1.71042,7200,0,0,18312,0,0,0,0,0),(51579,11353,309,1,1,11081,1,-12352.5,-1841.72,131.105,5.0091,7200,0,0,18312,0,0,0,0,0),(51580,11360,309,1,1,15151,0,-11799.3,-1890.95,47.0202,3.07178,7200,0,0,3052,0,0,0,0,0),(51581,11360,309,1,1,15151,0,-11803.6,-1883.74,45.6479,0.785398,7200,0,0,3052,0,0,0,0,0),(51582,11350,309,1,1,11074,1,-11709.6,-1956.15,57.1976,6.17767,7200,5,0,21364,0,1,0,0,0),(51583,11350,309,1,1,11075,1,-11744.1,-1919,56.3862,3.59538,7200,0,0,21364,0,0,0,0,0),(51584,11350,309,1,1,11075,1,-11727.6,-1932.4,56.6076,1.30805,7200,5,0,21364,0,1,0,0,0),(51585,11361,309,1,1,11031,0,-11813.3,-1803.43,51.3092,3.66519,7200,0,0,9156,0,0,0,0,0),(51586,11361,309,1,1,11031,0,-11826.9,-1802.68,52.0076,5.53269,7200,0,0,9156,0,0,0,0,0),(51587,11361,309,1,1,11031,0,-11809.5,-1810.02,51.5274,1.90241,7200,0,0,9156,0,0,0,0,0),(51588,11365,309,1,1,633,0,-11511.2,-1580.07,71.4067,2.33874,7200,0,0,21364,0,0,0,0,0),(51589,11365,309,1,1,633,0,-11523.6,-1573.28,71.4067,3.76991,7200,0,0,21364,0,0,0,0,0),(51590,11365,309,1,1,633,0,-11525.1,-1582.7,71.4067,5.5676,7200,0,0,21364,0,0,0,0,0),(51591,11365,309,1,1,633,0,-11511.8,-1573.41,71.4067,2.87979,7200,0,0,21364,0,0,0,0,0),(51592,11353,309,1,1,11081,1,-11588,-1663.91,51.7205,5.91174,7200,0,0,18312,0,0,0,0,0),(51593,11353,309,1,1,11082,1,-11585.8,-1663.11,51.231,5.80136,7200,5,0,18312,0,1,0,0,0),(51594,11353,309,1,1,11081,1,-11498.4,-1641.72,60.4915,0.373932,7200,0,0,18312,0,0,0,0,0),(51596,14758,309,1,1,11686,0,-11505.8,-1553.69,52.3677,1.37881,7200,0,0,4120,0,0,0,0,0),(51597,11339,309,1,1,11226,1,-11496.8,-1621.54,71.4067,1.0213,7200,0,0,25150,14916,0,0,0,0),(51599,11339,309,1,1,11225,1,-11545.4,-1549.98,51.6079,4.25193,7200,0,0,25150,14916,0,0,0,0),(51601,11357,309,1,1,15275,0,-11801.9,-1628.01,21.1491,4.97787,7200,5,0,15260,0,1,0,0,0),(51602,11357,309,1,1,15275,0,-11796.7,-1623.35,21.2323,6.16101,7200,0,0,15260,0,0,0,0,0),(51603,2914,309,1,1,6303,0,-11815.3,-1888.35,47.8812,5.76622,7200,5,0,8,0,1,0,0,0),(51604,2914,309,1,1,1206,0,-11790.3,-1885.91,47.0478,5.95093,7200,5,0,8,0,1,0,0,0),(51605,13321,309,1,1,901,0,-11896.6,-1726.76,10.9919,0.692738,7200,5,0,42,0,1,0,0,0),(51606,1420,309,1,1,901,0,-11911.8,-1490.85,11.4457,2.73824,7200,5,0,8,0,1,0,0,0),(51629,2914,309,1,1,2958,0,-11968.3,-1810.08,56.6467,2.43604,7200,5,0,8,0,1,0,0,0),(51630,2914,309,1,1,2957,0,-11594.3,-1454.77,56.925,1.89255,7200,5,0,8,0,1,0,0,0),(51631,2914,309,1,1,6303,0,-11647.6,-1413.19,59.7141,2.02788,7200,5,0,8,0,1,0,0,0),(51632,2914,309,1,1,2957,0,-11525.9,-1485.9,78.531,5.89056,7200,5,0,8,0,1,0,0,0),(51633,2914,309,1,1,1206,0,-11979.8,-1711.83,32.3599,4.50064,7200,5,0,8,0,1,0,0,0),(51872,2914,309,1,1,2958,0,-11576.4,-1488.76,56.2523,5.74114,7200,5,0,8,0,1,0,0,0),(51873,11368,309,1,1,14562,0,-11564.6,-1736.66,39.1476,0.226893,7200,0,0,5341,0,0,0,0,0),(51874,11368,309,1,1,14562,0,-11553.9,-1740.82,38.8256,4.4425,7200,5,0,5341,0,1,0,0,0),(51875,11351,309,1,1,11110,1,-11652.1,-1453.79,59.4568,5.5676,7200,0,0,21364,0,0,0,0,0),(51880,11830,309,1,1,11759,1,-11646,-1460.02,62.202,2.21657,7200,0,0,17094,12170,0,0,0,0),(51881,11372,309,1,1,15150,0,-11533.1,-1512.37,63.3527,5.98368,7200,5,0,15260,0,1,0,0,0),(51946,11371,309,1,1,15182,0,-11536.9,-1511.2,62.9404,6.03434,7200,5,0,15260,0,1,0,0,0),(51947,11352,309,1,1,14832,0,-11871.3,-1811.38,51.1542,3.15686,7200,0,0,48555,0,2,0,0,0),(51948,11352,309,1,1,14832,0,-11721.2,-1349.94,62.3459,5.45638,7200,0,0,48555,0,2,0,0,0),(51949,11372,309,1,1,15150,0,-11615.8,-1847.66,41.4099,1.0472,7200,0,0,15260,0,0,0,0,0),(51950,11372,309,1,1,15150,0,-11615.4,-1851.05,42.0551,3.94444,7200,0,0,15260,0,0,0,0,0),(51951,11372,309,1,1,15150,0,-11637,-1489.19,45.4126,3.07178,7200,0,0,15260,0,0,0,0,0),(51952,11371,309,1,1,15182,0,-11647.5,-1496.57,43.8596,5.72468,7200,0,0,15260,0,0,0,0,0),(51953,11361,309,1,1,11031,0,-11940.9,-1763.15,52.483,0.453786,7200,0,0,9156,0,0,0,0,0),(51954,11361,309,1,1,11031,0,-11939.3,-1750.69,52.8272,0.017453,7200,0,0,9156,0,0,0,0,0),(51955,15043,309,1,1,833,0,-11900.7,-1739.61,13.883,4.13643,7200,5,0,9156,0,1,0,0,0),(51956,15043,309,1,1,833,0,-11906.2,-1729.76,13.6116,4.81711,7200,5,0,9156,0,1,0,0,0),(51957,15043,309,1,1,833,0,-11908.1,-1738.33,14.5083,1.46608,7200,5,0,9156,0,1,0,0,0),(51960,15043,309,1,1,833,0,-11901.3,-1733.02,13.3616,3.01942,7200,5,0,9156,0,1,0,0,0),(51961,15043,309,1,1,833,0,-11896.4,-1739.52,13.1136,1.81514,7200,5,0,9156,0,1,0,0,0),(51962,11352,309,1,1,14832,0,-12174.3,-1681.34,100.199,6.27537,7200,0,0,48555,0,2,0,0,0),(51963,11374,309,1,1,15101,0,-11895.7,-1473.57,8.63866,1.44862,7200,0,0,9156,0,0,0,0,0),(51964,11374,309,1,1,15101,0,-11819.9,-1448.73,8.63866,0.506145,7200,0,0,9156,0,0,0,0,0),(51965,11356,309,1,1,11100,1,-12391.7,-1850.09,129.413,0.977384,7200,0,0,31440,0,0,0,0,0),(51966,11356,309,1,1,11100,1,-12389.4,-1847.39,129.877,3.94444,7200,0,0,31440,0,0,0,0,0),(51967,14821,309,1,1,2571,0,-12245.9,-1903.01,131.051,1.81514,7200,0,0,15260,0,0,0,0,0),(51968,14821,309,1,1,2571,0,-12238.6,-1901.74,131.191,1.74533,7200,0,0,15260,0,0,0,0,0),(51969,14821,309,1,1,2571,0,-12241.4,-1896.13,133.204,5.70723,7200,0,0,15260,0,0,0,0,0),(51970,14821,309,1,1,2571,0,-12391,-1837.95,132.299,3.7001,7200,0,0,15260,0,0,0,0,0),(51971,14821,309,1,1,2571,0,-12401.5,-1839.05,134.551,2.00162,7200,5,0,15260,0,1,0,0,0),(51972,14821,309,1,1,2571,0,-12402.3,-1830.9,132.908,4.95342,7200,5,0,15260,0,1,0,0,0),(51973,11356,309,1,1,11102,1,-12294.9,-1902.03,130.362,2.14675,7200,0,0,31440,0,0,0,0,0),(51974,11356,309,1,1,11100,1,-12284,-1891.46,131.061,2.51327,7200,0,0,31440,0,0,0,0,0),(51975,11353,309,1,1,11083,1,-12393.2,-1940.51,132.513,2.05949,7200,0,0,18312,0,0,0,0,0),(51976,11353,309,1,1,11083,1,-12394.8,-1936.3,133.142,5.11381,7200,0,0,18312,0,0,0,0,0),(51977,14821,309,1,1,2571,0,-12299.2,-1850.66,131.406,4.34587,7200,0,0,15260,0,0,0,0,0),(51978,14821,309,1,1,2571,0,-12147.3,-1941.83,134.184,5.14872,7200,0,0,15260,0,0,0,0,0),(51979,14821,309,1,1,2571,0,-12154.6,-1967.22,132.775,3.01942,7200,0,0,15260,0,0,0,0,0),(51980,14821,309,1,1,2571,0,-12156.3,-1943.35,134.124,4.01426,7200,0,0,15260,0,0,0,0,0),(51985,11830,309,1,1,11759,1,-12323.9,-1883.92,131.513,5.04798,7200,5,0,17094,12170,1,0,0,0),(51986,11830,309,1,1,11758,1,-12328.2,-1865.28,130.382,5.23959,7200,5,0,17094,12170,1,0,0,0),(52059,11356,309,1,1,11100,1,-12251.9,-1959.7,134.07,0.925025,7200,0,0,31440,0,0,0,0,0),(52104,11356,309,1,1,11100,1,-12258.5,-1954.66,131.734,0.820305,7200,0,0,31440,0,0,0,0,0),(52105,2914,309,1,1,2957,0,-11646.3,-1581.05,40.9073,2.512,7200,5,0,8,0,1,0,0,0),(52116,2914,309,1,1,2958,0,-11737.4,-1326.55,63.8004,5.83264,7200,5,0,8,0,1,0,0,0),(52119,2914,309,1,1,1206,0,-12338,-1922.84,132.405,4.57021,7200,5,0,8,0,1,0,0,0),(91428,2914,309,1,1,2957,0,-11618.8,-1515.97,42.3573,2.34954,7200,5,0,8,0,1,0,0,0),(91429,2914,309,1,1,2958,0,-11585,-1745.93,39.0946,3.07512,7200,5,0,8,0,1,0,0,0),(91430,2914,309,1,1,2958,0,-12318.7,-1895.15,131.885,3.72564,7200,5,0,8,0,1,0,0,0),(91431,13321,309,1,1,901,0,-11815.9,-1311.57,60.2826,1.56394,7200,5,0,42,0,1,0,0,0),(91432,2914,309,1,1,1206,0,-12239.2,-1903.64,130.896,0.29478,7200,5,0,8,0,1,0,0,0),(91433,2914,309,1,1,2957,0,-12100.6,-1801.78,81.2352,5.80062,7200,5,0,8,0,1,0,0,0),(91434,1420,309,1,1,901,0,-11702,-1764.4,10.2326,2.22875,7200,5,0,8,0,1,0,0,0),(91435,11352,309,1,1,14832,0,-11611.7,-1736.6,38.7837,4.9382,7200,0,0,48555,0,2,0,0,0),(91436,15043,309,1,1,833,0,-11873.7,-1695.64,12.9281,4.01426,7200,5,0,9156,0,1,0,0,0),(91437,15043,309,1,1,833,0,-11881.4,-1685.63,14.5531,5.05547,7200,5,0,9156,0,1,0,0,0),(91438,15043,309,1,1,833,0,-11875.7,-1689.96,14.0531,4.79605,7200,5,0,9156,0,1,0,0,0),(91439,15043,309,1,1,833,0,-11870.3,-1708.36,10.4216,1.65806,7200,0,0,9156,0,0,0,0,0),(91440,11351,309,1,1,11111,1,-11606.1,-1513.56,45.2936,0.05474,7200,0,0,21364,0,0,0,0,0),(91441,11830,309,1,1,11758,1,-11612.5,-1515.44,43.5781,5.15845,7200,0,0,17094,12170,0,0,0,0),(91442,11350,309,1,1,11074,1,-11535.5,-1495.57,77.9503,4.97419,7200,0,0,21364,0,0,0,0,0),(91443,11831,309,1,1,11763,1,-11533.9,-1501.74,77.9503,1.81514,7200,0,0,24420,12170,0,0,0,0),(91444,11352,309,1,1,14832,0,-11565.6,-1478.67,65.0101,3.92298,7200,0,0,48555,0,2,0,0,0),(91445,14532,309,1,1,14950,0,-11654.5,-1459.82,60.7145,0.785398,7200,0,0,12208,0,0,0,0,0),(91446,14532,309,1,1,14950,0,-11653.8,-1450.25,58.7934,3.7001,7200,0,0,12208,0,0,0,0,0),(91447,13321,309,1,1,6295,0,-11765.1,-1301.81,58.6226,2.0587,7200,5,0,42,0,1,0,0,0),(91448,2914,309,1,1,2957,0,-12073,-1713.62,48.3076,2.58689,7200,5,0,8,0,1,0,0,0),(91449,2914,309,1,1,6303,0,-12319,-1812.26,131.135,0.388483,7200,5,0,8,0,1,0,0,0),(91450,2914,309,1,1,6303,0,-11613.7,-1821.83,40.898,1.42365,7200,5,0,8,0,1,0,0,0),(91451,2914,309,1,1,1206,0,-12188.5,-1903.77,133.927,0.663513,7200,5,0,8,0,1,0,0,0),(91452,13321,309,1,1,901,0,-11775.4,-1414,9.79819,6.07598,7200,5,0,42,0,1,0,0,0),(91453,2914,309,1,1,2957,0,-11994.1,-1709.9,32.3599,0.255775,7200,5,0,8,0,1,0,0,0),(91454,2914,309,1,1,1206,0,-11816,-1808.63,51.482,4.97538,7200,5,0,8,0,1,0,0,0),(91455,2914,309,1,1,6303,0,-12153.8,-1943.27,133.844,3.20803,7200,5,0,8,0,1,0,0,0),(91456,2914,309,1,1,6303,0,-12212.1,-1821.49,119.646,6.17555,7200,5,0,8,0,1,0,0,0),(91457,11351,309,1,1,11111,1,-11625.6,-1488.06,45.3629,4.20245,7200,0,0,21364,0,2,0,0,0),(91458,11830,309,1,1,11759,1,-11623.7,-1488.89,45.4706,4.19151,7200,0,0,17094,12170,2,0,0,0),(91459,15043,309,1,1,833,0,-11873.2,-1633.76,12.8975,1.0821,7200,0,0,9156,0,0,0,0,0),(91460,15043,309,1,1,833,0,-11874.6,-1653.27,14.0225,1.97222,7200,0,0,9156,0,0,0,0,0),(91461,15043,309,1,1,833,0,-11872,-1642.35,13.8975,4.13643,7200,0,0,9156,0,0,0,0,0),(91462,15043,309,1,1,833,0,-11872.8,-1617.81,14.6531,4.45059,7200,0,0,9156,0,0,0,0,0),(91463,15043,309,1,1,833,0,-11872.4,-1625.05,14.1531,1.58825,7200,0,0,9156,0,0,0,0,0),(91464,11350,309,1,1,11074,1,-11596.8,-1757.02,39.8711,5.51524,7200,0,0,21364,0,0,0,0,0),(91465,11831,309,1,1,11762,1,-11591.8,-1763.43,43.3102,2.07694,7200,0,0,24420,12170,0,0,0,0),(91466,2914,309,1,1,2957,0,-11885.7,-1413.49,60.2263,3.8731,7200,5,0,8,0,1,0,0,0),(91467,2914,309,1,1,2957,0,-12069.3,-1793.35,72.397,2.89928,7200,5,0,8,0,1,0,0,0),(91468,2914,309,1,1,1206,0,-12012,-1639.97,36.2836,4.74421,7200,5,0,8,0,1,0,0,0),(91469,13321,309,1,1,1924,0,-11883.7,-1685.52,14.3972,5.8394,7200,5,0,42,0,1,0,0,0),(91470,2914,309,1,1,1206,0,-11844.7,-1304.98,66.7188,4.14986,7200,5,0,8,0,1,0,0,0),(91471,2914,309,1,1,2957,0,-12206.4,-1923.66,133.095,2.81367,7200,5,0,8,0,1,0,0,0),(91472,2914,309,1,1,2958,0,-11622.8,-1747.27,39.9706,0.048885,7200,5,0,8,0,1,0,0,0),(91473,2914,309,1,1,1206,0,-11584.1,-1513.57,51.0803,2.60184,7200,5,0,8,0,1,0,0,0),(91474,2914,309,1,1,6303,0,-11909.3,-1342.06,77.489,2.40649,7200,5,0,8,0,1,0,0,0),(91475,2914,309,1,1,2958,0,-12295.8,-1863.3,131.629,4.58145,7200,5,0,8,0,1,0,0,0),(91476,11350,309,1,1,11077,1,-11649,-1568.68,39.3923,4.20624,7200,0,0,21364,0,0,0,0,0),(91477,11830,309,1,1,11758,1,-11652.8,-1574.88,41.4328,0.942478,7200,0,0,17094,12170,0,0,0,0),(91478,11350,309,1,1,11076,1,-11938.4,-1757.27,51.845,2.79253,7200,0,0,21364,0,0,0,0,0),(91479,11831,309,1,1,11762,1,-11946.1,-1754.6,55.5362,5.96903,7200,0,0,24420,12170,0,0,0,0),(91480,15043,309,1,1,833,0,-11903.1,-1490.94,12.5739,1.91973,7200,5,0,9156,0,1,0,0,0),(91481,15043,309,1,1,833,0,-11895.3,-1503.19,15.1803,5.42918,7200,5,0,9156,0,1,0,0,0),(91482,15043,309,1,1,833,0,-11892.8,-1498.98,13.7794,4.75143,7200,5,0,9156,0,1,0,0,0),(91483,15043,309,1,1,833,0,-11912.7,-1494.4,12.0913,3.05153,7200,5,0,9156,0,1,0,0,0),(91484,15043,309,1,1,833,0,-11903,-1502.04,14.7285,0.400987,7200,5,0,9156,0,1,0,0,0),(91485,15043,309,1,1,833,0,-11780.9,-1397.63,13.3884,1.71042,7200,0,0,9156,0,0,0,0,0),(91486,15043,309,1,1,833,0,-11789.2,-1394.14,12.6841,3.45575,7200,0,0,9156,0,0,0,0,0),(91487,15043,309,1,1,833,0,-11785,-1402.72,13.2982,1.29154,7200,0,0,9156,0,0,0,0,0),(91488,15043,309,1,1,833,0,-11776.8,-1401.87,13.0835,1.49921,7200,5,0,9156,0,1,0,0,0),(91489,15043,309,1,1,833,0,-11780.2,-1389.11,13.0134,0.610865,7200,0,0,9156,0,0,0,0,0),(91490,11350,309,1,1,11077,1,-11555.6,-1492.36,68.8893,3.9619,7200,0,0,21364,0,0,0,0,0),(91491,11830,309,1,1,11761,1,-11558.9,-1496.57,68.8893,0.959931,7200,0,0,17094,12170,0,0,0,0),(91492,14821,309,1,1,2571,0,-11658.1,-1541.89,39.6578,4.92183,7200,0,0,15260,0,0,0,0,0),(91493,11352,309,1,1,14832,0,-12145.2,-1818.32,86.2209,6.28123,7200,0,0,48555,0,2,0,0,0),(91494,14821,309,1,1,2571,0,-11530.3,-1492.59,78.5372,2.02458,7200,0,0,15260,0,0,0,0,0),(91495,11350,309,1,1,11075,1,-11563.3,-1733.07,38.3489,0,7200,0,0,21364,0,0,0,0,0),(91496,11830,309,1,1,11761,1,-11554,-1733.13,41.3323,3.10669,7200,0,0,17094,12170,0,0,0,0),(91497,11372,309,1,1,15150,0,-11584.3,-1817.37,41.5385,5.95157,7200,0,0,15260,0,0,0,0,0),(91498,11372,309,1,1,15150,0,-11590.6,-1812.11,41.5742,2.44346,7200,0,0,15260,0,0,0,0,0),(91499,13321,309,1,1,6295,0,-11824.4,-1492.95,11.4211,3.67213,7200,5,0,42,0,1,0,0,0),(91500,2914,309,1,1,1206,0,-11640.4,-1448.13,61.178,0.194296,7200,5,0,8,0,1,0,0,0),(91501,2914,309,1,1,2958,0,-12012.9,-1670.66,32.4086,0.619654,7200,5,0,8,0,1,0,0,0),(91502,1420,309,1,1,901,0,-11888.2,-1491.94,11.0643,0.074227,7200,5,0,8,0,1,0,0,0),(91503,2914,309,1,1,2957,0,-11589.6,-1819.03,41.3511,3.25578,7200,5,0,8,0,1,0,0,0),(91504,2914,309,1,1,6303,0,-12001.2,-1679.75,32.3928,2.82496,7200,5,0,8,0,1,0,0,0),(91505,14881,309,1,1,1160,0,-12346.2,-1656.72,130.449,5.78197,7200,5,0,8,0,1,0,0,0),(91506,1420,309,1,1,901,0,-11735.8,-1421.87,12.7935,2.83332,7200,5,0,8,0,1,0,0,0),(91507,2914,309,1,1,2957,0,-11695.1,-1828.77,40.8739,1.36821,7200,5,0,8,0,1,0,0,0),(91508,14881,309,1,1,14952,0,-12322.5,-1590.89,132.51,5.71796,7200,5,0,8,0,1,0,0,0),(91509,11371,309,1,1,15182,0,-11544.7,-1788.09,65.0068,3.6944,7200,5,0,15260,0,1,0,0,0),(91510,11371,309,1,1,15182,0,-11556,-1795.03,57.8967,0.552799,7200,5,0,15260,0,1,0,0,0),(91511,11350,309,1,1,11074,1,-11601.8,-1744,40.3132,0.802851,7200,0,0,21364,0,0,0,0,0),(91512,11830,309,1,1,11759,1,-11596,-1738.28,43.4556,3.89208,7200,0,0,17094,12170,0,0,0,0),(91513,15043,309,1,1,833,0,-11693.5,-1656.15,14.4505,4.18879,7200,5,0,9156,0,1,0,0,0),(91514,15043,309,1,1,833,0,-11700.7,-1655.62,15.9441,5.13127,7200,5,0,9156,0,1,0,0,0),(91515,15043,309,1,1,833,0,-11703,-1667.77,14.5721,1.71042,7200,5,0,9156,0,1,0,0,0),(91516,15043,309,1,1,833,0,-11688.6,-1644.38,14.3255,1.65806,7200,5,0,9156,0,1,0,0,0),(91517,15043,309,1,1,833,0,-11698.2,-1664.22,14.2033,1.15192,7200,5,0,9156,0,1,0,0,0),(91518,2914,309,1,1,1206,0,-11657.1,-1555.14,40.312,1.14821,7200,5,0,8,0,1,0,0,0),(91519,2914,309,1,1,6303,0,-11882.3,-1382.29,66.0623,0.147967,7200,5,0,8,0,1,0,0,0),(91520,2914,309,1,1,2957,0,-11633.6,-1622.6,39.7341,5.81318,7200,5,0,8,0,1,0,0,0),(91521,2914,309,1,1,2958,0,-11909.6,-1421.99,51.0637,1.14821,7200,5,0,8,0,1,0,0,0),(91522,2914,309,1,1,2958,0,-11937.7,-1786.32,52.9463,2.05967,7200,5,0,8,0,1,0,0,0),(91523,2914,309,1,1,1206,0,-12030.6,-1764.97,57.5933,2.97676,7200,5,0,8,0,1,0,0,0),(91524,2914,309,1,1,2958,0,-12164.7,-1962.66,133.199,1.44741,7200,5,0,8,0,1,0,0,0),(91525,2914,309,1,1,2957,0,-11989.4,-1641.88,34.3422,3.08212,7200,5,0,8,0,1,0,0,0),(91526,14881,309,1,1,9829,0,-12290.1,-1656.85,130.763,3.65856,7200,5,0,8,0,1,0,0,0),(91527,2914,309,1,1,1206,0,-11724.4,-1350.83,61.8102,2.31388,7200,5,0,8,0,1,0,0,0),(91528,2914,309,1,1,6303,0,-11680.1,-1396.89,59.4186,1.68426,7200,5,0,8,0,1,0,0,0),(91529,14881,309,1,1,1160,0,-12346.6,-1619.19,130.757,1.82524,7200,5,0,8,0,1,0,0,0),(91530,2914,309,1,1,2957,0,-12405.4,-1829.42,133.356,3.49854,7200,5,0,8,0,1,0,0,0),(91531,2914,309,1,1,1206,0,-11950.4,-1542.23,39.6678,0.173008,7200,5,0,8,0,1,0,0,0),(91532,2914,309,1,1,2957,0,-12267.9,-1937.16,134.127,3.73054,7200,5,0,8,0,1,0,0,0),(91533,2914,309,1,1,1206,0,-11881.8,-1351.68,73.0003,5.90695,7200,5,0,8,0,1,0,0,0),(91534,1420,309,1,1,901,0,-11696.1,-1661.09,14.3397,1.35043,7200,5,0,8,0,1,0,0,0),(91535,2914,309,1,1,2958,0,-11618.5,-1842.27,41.1348,1.88266,7200,5,0,8,0,1,0,0,0),(91536,2914,309,1,1,2957,0,-11997.3,-1771.12,57.7779,4.22691,7200,5,0,8,0,1,0,0,0),(91537,2914,309,1,1,6303,0,-11976.6,-1689.73,32.3784,6.07514,7200,5,0,8,0,1,0,0,0),(91538,2914,309,1,1,2957,0,-12280,-1810.64,131.279,3.80023,7200,5,0,8,0,1,0,0,0),(91539,2914,309,1,1,1206,0,-12048.8,-1736.73,51.8978,1.24905,7200,5,0,8,0,1,0,0,0),(91540,2914,309,1,1,2957,0,-11962,-1745,53.1181,5.64046,7200,5,0,8,0,1,0,0,0),(91541,2914,309,1,1,2958,0,-12378.3,-1842.5,131.652,5.36072,7200,5,0,8,0,1,0,0,0),(91542,2914,309,1,1,2958,0,-11881.8,-1310.85,78.2792,1.16913,7200,5,0,8,0,1,0,0,0),(91543,2914,309,1,1,1206,0,-11554.8,-1752.71,40.9137,4.56939,7200,5,0,8,0,1,0,0,0),(91544,2914,309,1,1,2958,0,-12255.5,-1804.85,131.438,1.14018,7200,5,0,8,0,1,0,0,0),(91545,13321,309,1,1,901,0,-11787.6,-1382.22,10.9178,4.84159,7200,5,0,42,0,1,0,0,0),(91546,2914,309,1,1,1206,0,-11997,-1743.07,54.7099,4.83456,7200,0,0,8,0,0,0,0,0),(91547,2914,309,1,1,6303,0,-11645.4,-1752.75,29.6354,1.9012,7200,5,0,8,0,1,0,0,0),(91548,11368,309,1,1,14562,0,-12193.7,-1470.71,147.973,0.718845,7200,5,0,5341,0,1,0,0,0),(91549,11368,309,1,1,14562,0,-12150.4,-1468.93,160.553,0.188655,7200,5,0,5341,0,1,0,0,0),(91550,11368,309,1,1,14562,0,-12214.6,-1414.05,156.978,0.240646,7200,5,0,5341,0,1,0,0,0),(91551,11368,309,1,1,14562,0,-12263.2,-1452.55,143.499,4.92516,7200,5,0,5341,0,1,0,0,0),(91552,11368,309,1,1,14562,0,-12226.3,-1429,148.674,5.70749,7200,5,0,5341,0,1,0,0,0),(91553,11368,309,1,1,14562,0,-12284,-1456.87,159.373,4.08001,7200,5,0,5341,0,1,0,0,0),(91554,11368,309,1,1,14562,0,-12277.8,-1408.08,144.63,4.88027,7200,5,0,5341,0,1,0,0,0),(91555,11368,309,1,1,14562,0,-12300.1,-1370.16,144.891,5.4159,7200,5,0,5341,0,2,0,0,0),(91556,11368,309,1,1,14562,0,-12319.3,-1352.99,143.958,0.855211,7200,0,0,5341,0,0,0,0,0),(91557,11368,309,1,1,14562,0,-12316,-1348.71,144.088,3.00197,7200,0,0,5341,0,0,0,0,0),(91558,11368,309,1,1,14562,0,-12313.7,-1350.58,143.917,1.71042,7200,0,0,5341,0,0,0,0,0),(91559,11368,309,1,1,14562,0,-12316.7,-1352.18,143.871,3.1765,7200,0,0,5341,0,0,0,0,0),(91560,11368,309,1,1,14562,0,-12309.9,-1348.91,144.447,0.314159,7200,0,0,5341,0,0,0,0,0),(91561,15067,309,1,1,14572,0,-11464,-1650.71,49.6302,2.94961,7200,0,0,22008,0,0,0,0,0),(91562,15576,0,1,1,15648,0,-14424.6,531.775,24.88,5.16617,180,0,0,2563,5751,0,0,0,0),(91563,19176,1,1,1,18871,0,-1240.55,90.6357,129.002,4.83456,180,0,0,42,0,0,3,0,0),(91564,19176,1,1,1,18872,0,-1240.74,88.4645,129.187,2.23402,180,0,0,42,0,0,0,0,0),(91565,19173,1,1,1,18867,0,9921.56,2499.58,1317.77,5.61996,180,0,0,42,0,0,3,0,0),(91566,19173,1,1,1,18867,0,9922.97,2498.76,1317.86,2.44346,180,0,0,42,0,0,0,0,0),(91567,19169,530,1,1,18841,1,9374.67,-7155.09,9.33675,4.95674,180,0,0,42,0,0,0,0,0),(91568,19169,530,1,1,18841,1,9375.07,-7157.06,9.25588,1.6057,180,0,0,42,0,0,0,0,0),(91569,19169,530,1,1,18841,1,9689.33,-7345.39,11.9144,4.20624,180,0,0,42,0,0,0,0,0),(91570,19169,530,1,1,18841,1,9687.96,-7346.09,11.956,1.50098,180,0,0,42,0,0,0,0,0),(91571,22229,530,1,1,20878,0,-3980.32,-11639.4,-138.904,5.65487,180,0,0,955,0,0,0,0,0),(91572,15895,0,1,1,15865,0,1647.51,243.693,62.6749,5.8294,180,0,0,1830,5013,0,0,0,0),(91573,19178,0,1,1,18876,0,1573.04,265.955,-43.0193,0.593412,180,0,0,42,0,0,3,0,0),(91574,19178,0,1,1,18875,0,1574.55,267.583,-43.0193,3.76991,180,0,0,42,0,0,0,0,0),(91575,19178,0,1,1,18875,0,1627.8,224.57,-43.0193,4.15388,180,0,0,42,0,0,3,0,0),(91576,19178,0,1,1,18876,0,1626.7,222.7,-43.0193,1.01229,180,0,0,42,0,0,0,0,0),(91577,19172,0,1,1,18847,0,-4829.88,-1173.25,502.277,2.49582,180,0,0,42,0,0,3,0,0),(91578,19172,0,1,1,18846,0,-4831.74,-1172.58,502.278,6.19592,180,0,0,42,0,0,0,0,0),(91579,20102,0,1,1,19341,1,-14313.5,508.853,8.69121,4.27606,180,0,0,42,0,0,0,0,0),(91580,20102,0,1,1,19341,1,-14314,507.109,8.68829,1.22173,180,0,0,42,0,0,0,0,0),(91581,20102,0,1,1,19341,1,-14440.1,509.034,26.2717,1.3439,180,0,0,42,0,0,0,0,0),(91582,20102,0,1,1,19341,1,-14440.2,510.301,26.2619,5.07891,180,0,0,42,0,0,0,0,0),(91583,20102,0,1,1,21067,1,-14468.7,463.642,36.9241,4.13643,180,0,0,42,0,0,0,0,0),(91584,20102,0,1,1,21067,1,-14469.6,462.223,36.9248,0.279253,180,0,0,42,0,0,0,0,0),(91585,19171,530,1,1,18842,1,-4045.58,-11785,9.10616,5.60251,180,0,0,42,0,0,0,0,0),(91586,19171,530,1,1,18842,1,-4044.45,-11786,9.11559,2.53073,180,0,0,42,0,0,0,0,0),(91587,19171,530,1,1,18842,1,-3810.52,-11710.6,-106.411,2.28638,180,0,0,42,0,0,0,0,0),(91588,19171,530,1,1,18842,1,-3811.42,-11709.2,-106.409,4.64258,180,0,0,42,0,0,0,0,0),(91589,19171,530,1,1,18843,1,-3909.22,-11614.8,-138.101,3.1765,180,0,0,42,0,0,0,0,0),(91590,19171,530,1,1,18843,1,-3910.78,-11615.7,-138.115,0.820305,180,0,0,42,0,0,0,0,0),(91591,19171,530,1,1,18843,1,-3954.31,-11702.2,-138.799,2.6529,180,0,0,42,0,0,0,0,0),(91592,19171,530,1,1,18842,1,-3955.85,-11701.5,-138.82,5.72468,180,0,0,42,0,0,0,0,0),(91593,15898,1,1,1,15869,0,1971.18,-4259.45,32.2156,4.01426,180,0,0,1830,5013,0,0,0,0),(91594,15897,0,1,1,15294,0,1642.07,239.839,62.6749,0.802851,180,0,0,4120,0,0,0,0,0),(91595,15891,1,1,1,15875,0,1614.23,-4395.6,10.3837,3.29867,180,0,0,2614,0,0,0,0,0),(91596,15897,1,1,1,15294,0,-1031.95,-230.513,160.243,3.9619,180,0,0,4120,0,0,0,0,0),(91597,15891,1,1,1,15863,0,-1036.33,-233.698,160.017,0.680678,180,0,0,2614,0,0,0,0,0),(91598,15564,0,1,1,15606,0,1633.3,233.931,62.6749,0.401426,180,0,0,2563,5751,0,0,0,0),(91599,15891,1,1,1,15877,0,-1291.3,116.18,131.217,5.14872,180,0,0,2614,0,0,0,0,0),(91600,15898,1,1,1,15869,0,-1043.66,-219.752,159.862,2.68781,180,0,0,1830,5013,0,0,0,0),(91601,15891,0,1,1,15876,0,1638,239.886,62.6749,6.26573,180,0,0,2614,0,0,0,0,0),(91602,15898,0,1,1,15869,0,1647.37,235.685,62.6749,0.471239,180,0,0,1830,5013,0,0,0,0),(91603,15580,1,1,1,15627,0,-1012.62,-245.095,159.361,0.244346,180,0,0,2563,5751,0,0,0,0),(91604,15891,1,1,1,15877,0,-1032.32,-224.263,160.518,4.76475,180,0,0,2614,0,0,0,0,0),(91605,15891,0,1,1,15877,0,1600.35,232.99,-52.0698,5.25344,180,0,0,2614,0,0,0,0,0),(91606,15891,0,1,1,15876,0,1643.96,243.095,62.6749,4.18879,180,0,0,2614,0,0,0,0,0),(91607,15891,0,1,1,15877,0,1643.94,236.545,62.6749,2.11185,180,0,0,2614,0,0,0,0,0),(91608,15895,1,1,1,15865,0,1974.7,-4264.86,32.1957,3.54302,180,0,0,1830,5013,0,0,0,0),(91609,15891,1,1,1,15875,0,1976.96,-4253.48,31.8491,5.91667,180,0,0,2614,0,0,0,0,0),(91610,15579,1,1,1,15607,0,1957.36,-4257.51,31.384,1.23918,180,0,0,2563,5751,0,0,0,0),(91611,15891,1,1,1,15875,0,1988.41,-4252.62,31.6401,3.7001,180,0,0,2614,0,0,0,0,0),(91612,15897,1,1,1,15294,0,1983.05,-4255.89,31.7698,2.07694,180,0,0,4120,0,0,0,0,0),(91613,15895,1,1,1,15865,0,-1046.25,-225.606,160.053,2.86234,180,0,0,1830,5013,0,0,0,0),(91614,15891,1,1,1,15876,0,-1027.03,-233.016,160.063,2.58309,180,0,0,2614,0,0,0,0,0),(91615,15891,1,1,1,15877,0,1983.66,-4262.07,32.1407,1.67552,180,0,0,2614,0,0,0,0,0),(91616,19148,0,1,1,18844,0,-4900.87,-957.314,501.541,4.17134,180,0,0,42,0,0,3,0,0),(91617,19148,0,1,1,18845,0,-4901.8,-958.955,501.543,1.01229,180,0,0,42,0,0,0,0,0),(91618,18927,0,1,1,18860,0,-8837.9,553.154,95.9797,0.15708,180,0,0,42,0,0,3,0,0),(91619,18927,0,1,1,18858,0,-8837.23,554.917,95.7154,5.044,180,0,0,42,0,0,0,0,0),(91620,18927,0,1,1,18860,0,-8854.78,649.83,96.7417,1.43117,180,0,0,42,0,0,3,0,0),(91621,18927,0,1,1,18860,0,-8855.72,651.851,96.6895,5.70723,180,0,0,42,0,0,0,0,0),(91622,15892,0,1,1,15872,0,-8745.4,1078.03,90.8636,4.06662,180,0,0,2614,0,0,0,0,0),(91623,15892,0,1,1,15873,0,-4894.18,-958.153,501.535,2.86234,180,0,0,2614,0,0,0,0,0),(91624,15892,0,1,1,15873,0,-4657.51,-957.597,500.461,2.79253,180,0,0,2614,0,0,0,0,0),(91625,15898,0,1,1,15870,0,-8737.67,1074.78,90.7919,4.66003,180,0,0,1830,5013,0,0,0,0),(91626,15895,0,1,1,15871,0,-4654.88,-941.656,502.229,1.29154,180,0,0,1830,5013,0,0,0,0),(91627,15897,0,1,1,15294,0,-4663.16,-956.235,500.46,0.05236,180,0,0,4120,0,0,0,0,0),(91628,15892,0,1,1,15873,0,-4663.47,-949.994,500.461,4.69494,180,0,0,2614,0,0,0,0,0),(91629,15892,0,1,1,15872,0,-8873.01,650.289,96.108,4.97419,180,0,0,2614,0,0,0,0,0),(91630,15562,0,1,1,15614,0,-8761.99,1092.71,94.8771,5.13127,180,0,0,2563,5751,0,0,0,0),(91631,15871,0,1,1,15625,0,-4659.2,-944.427,500.461,4.24115,180,0,0,2563,5751,0,0,0,0),(91632,15895,0,1,1,15871,0,-8756.05,1068.8,90.6075,5.53269,180,0,0,1830,5013,0,0,0,0),(91633,15892,0,1,1,15874,0,-8747.97,1069.06,90.2179,1.6057,180,0,0,2614,0,0,0,0,0),(91634,15892,0,1,1,15864,0,-4667.18,-959.822,500.46,0.680678,180,0,0,2614,0,0,0,0,0),(91635,15897,0,1,1,15294,0,-8748.48,1074.25,90.6194,0.471239,180,0,0,4120,0,0,0,0,0),(91636,15898,0,1,1,15870,0,-4644.21,-950.137,501.744,0.959931,180,0,0,1830,5013,0,0,0,0),(91637,15892,0,1,1,15873,0,-8752.71,1077.18,90.8636,5.65487,180,0,0,2614,0,0,0,0,0),(91638,22234,530,1,1,20884,0,-1849.86,5447.83,-12.3448,0.837758,180,0,0,955,0,0,0,0,0),(91639,15905,1,1,1,15883,1,7607.19,-2229.44,468.269,1.09956,180,0,0,42,0,0,0,0,0),(91640,15908,1,1,1,15891,1,7598.31,-2251.26,467.362,1.32645,180,0,0,42,0,0,0,0,0),(91641,15897,1,1,1,15294,0,7570.15,-2220.81,473.521,3.85718,180,0,0,4120,0,0,0,0,0),(91642,15905,1,1,1,15886,1,7610.34,-2232.98,467.61,0.314159,180,0,0,42,0,0,0,0,0),(91643,15897,1,1,1,15294,0,7610.8,-2228.96,468.761,1.27409,180,0,0,4120,0,0,0,0,0),(91644,15694,1,1,1,15768,1,7583.06,-2208.44,474.489,2.05949,180,0,0,42,0,0,0,0,0),(91645,15897,1,1,1,15294,0,7575.25,-2238.94,469.853,1.02974,180,0,0,4120,0,0,0,0,0),(91646,15905,1,1,1,15886,1,7613.68,-2226.41,469.712,1.64061,180,0,0,42,0,0,0,0,0),(91647,15961,1,1,1,15305,1,7561.18,-2206.26,475.007,0.15708,180,0,0,24416,0,0,0,0,0),(91648,15907,1,1,1,15895,1,7575.94,-2234.72,471.166,3.59538,180,0,0,42,0,0,0,0,0),(91649,15897,1,1,1,15294,0,7603.55,-2211.26,471.745,3.12414,180,0,0,4120,0,0,0,0,0),(91650,15897,1,1,1,15294,0,7585.15,-2205.24,475.369,0.959931,180,0,0,4120,0,0,0,0,0),(91651,15719,1,1,1,15770,1,7603.09,-2215.73,470.813,0.750492,180,0,0,42,0,0,0,0,0),(91652,15905,1,1,1,15885,1,7609.15,-2225.59,469.877,4.18879,180,0,0,42,0,0,0,0,0),(91653,15907,1,1,1,15897,1,7577.27,-2241.35,469.361,1.22173,180,0,0,42,0,0,0,0,0),(91654,15906,1,1,1,15889,1,7566.18,-2220.2,473.457,0.925025,180,0,0,71,0,0,0,0,0),(91655,15694,1,1,1,15767,1,7588.73,-2203.75,475.703,4.4855,180,0,0,42,0,0,0,0,0),(91656,15908,1,1,1,15893,1,7591.39,-2245.13,467.385,0.645772,180,0,0,42,0,0,0,0,0),(91657,15719,1,1,1,15773,1,7607.03,-2212.25,470.957,3.78736,180,0,0,42,0,0,0,0,0),(91658,15905,1,1,1,15886,1,7614.68,-2231.26,468.271,3.54302,180,0,0,42,0,0,0,0,0),(91659,15907,1,1,1,15895,1,7572.57,-2240.85,468.851,3.82227,180,0,0,42,0,0,0,0,0),(91660,15897,1,1,1,15294,0,7595.64,-2247.22,466.956,4.32842,180,0,0,4120,0,0,0,0,0),(91661,15719,1,1,1,15771,1,7598.6,-2213.04,471.369,1.48353,180,0,0,42,0,0,0,0,0),(91662,15719,1,1,1,15773,1,7599.17,-2208.41,473.579,4.59022,180,0,0,42,0,0,0,0,0),(91663,15694,1,1,1,15768,1,7585,-2201.84,476.036,1.71042,180,0,0,42,0,0,0,0,0),(91664,15694,1,1,1,15769,1,7581.1,-2204.7,475.249,5.16617,180,0,0,42,0,0,0,0,0),(91665,15906,1,1,1,15889,1,7568.56,-2224.18,472.863,4.03171,180,0,0,71,0,0,0,0,0),(91666,15908,1,1,1,15893,1,7599.75,-2244.76,467.983,4.55531,180,0,0,42,0,0,0,0,0),(91667,15961,1,1,1,15305,1,7580.5,-2249.01,466.905,4.31096,180,0,0,24416,0,0,0,0,0),(91668,15906,1,1,1,15890,1,7573.9,-2222.97,473.304,1.64061,180,0,0,71,0,0,0,0,0),(91669,15694,1,1,1,15768,1,7587.71,-2208.04,474.678,1.32645,180,0,0,42,0,0,0,0,0),(91670,15908,1,1,1,15893,1,7596.35,-2241.3,467.411,3.85718,180,0,0,42,0,0,0,0,0),(91671,15906,1,1,1,15888,1,7573.53,-2217.99,473.929,4.86947,180,0,0,71,0,0,0,0,0),(91672,15906,1,1,1,15889,1,7568.87,-2216.7,474.083,4.04916,180,0,0,71,0,0,0,0,0),(91673,15907,1,1,1,15895,1,7578.7,-2237.17,470.803,4.46804,180,0,0,42,0,0,0,0,0),(91674,15908,1,1,1,15891,1,7592.76,-2251.52,465.842,4.36332,180,0,0,42,0,0,0,0,0),(91675,15907,1,1,1,15895,1,7572.27,-2236.66,470.207,0.471239,180,0,0,42,0,0,0,0,0),(91676,15719,1,1,1,15771,1,7604.99,-2207.93,472.641,1.0472,180,0,0,42,0,0,0,0,0),(91677,15898,1,1,1,15869,0,7597.22,-2225.74,468.635,5.61996,180,0,0,1830,5013,0,0,0,0),(91678,15961,1,1,1,15306,1,7587.5,-2196.28,476.198,1.5708,180,0,0,24416,0,0,0,0,0),(91679,15864,1,1,1,15862,1,7948.88,-2619.7,492.72,2.30383,180,0,0,2614,0,0,0,0,0),(91680,15961,1,1,1,15306,1,7605.22,-2257.09,465.672,4.17134,180,0,0,24416,0,0,0,0,0),(91681,15961,1,1,1,15305,1,7586.66,-2221.23,471.323,5.51524,180,0,0,24416,0,0,0,0,0),(91682,15961,1,1,1,15307,1,7630.92,-2227.69,465.714,3.00197,180,0,0,24416,0,0,0,0,0),(91683,15961,1,1,1,15304,1,7949.62,-2616.5,492.466,2.77507,180,0,0,24416,0,0,0,0,0),(91684,15961,1,1,1,15305,1,7558.42,-2223.76,472.257,0.331613,180,0,0,24416,0,0,0,0,0),(91685,15961,1,1,1,15307,1,7604.86,-2204.07,473.214,0.628319,180,0,0,24416,0,0,0,0,0),(91686,15961,1,1,1,15307,1,7946.97,-2628.27,492.398,3.08923,180,0,0,24416,0,0,0,0,0),(91687,15909,1,1,1,15899,0,7947.82,-2622.94,492.851,2.80998,180,0,0,2563,5751,0,0,0,0),(91688,15892,1,1,1,15864,0,9927.99,2492.17,1317.66,0.959931,180,0,0,2614,0,0,0,0,0),(91689,15898,1,1,1,15870,0,7590.56,-2219.2,470.212,2.6529,180,0,0,1830,5013,0,0,0,0),(244635,37671,1,1,1,0,1,1395.8,-4495.27,31.5498,2.42998,180,0,0,12600,0,0,0,0,0),(244634,37671,1,1,1,0,1,1395.09,-4482.19,31.3414,3.41801,180,0,0,12600,0,0,0,0,0),(244633,38065,0,1,1,0,0,-9033.66,352.778,93.0811,4.03171,180,0,0,12600,0,0,0,0,0),(244632,38065,0,1,1,0,0,-9033.74,358.078,93.4561,3.12414,180,0,0,12600,0,0,0,0,0),(244631,38065,0,1,1,0,0,-9028.75,351.111,93.004,4.99164,180,0,0,12600,0,0,0,0,0),(244630,37715,0,1,1,0,0,-8401.37,1246.34,5.2303,5.97131,300,0,0,1003,0,0,0,0,0),(244629,37715,1,1,1,0,0,1349.47,-4641.45,53.5287,3.1282,300,0,0,1003,0,0,0,0,0),(57474,16537,530,1,1,0,0,-4643.64,-13941,85.343,5.24678,300,0,0,71,0,0,0,0,0),(57446,16537,530,1,1,0,0,-4404.58,-13749.7,53.7626,0.49418,300,5,0,71,0,1,0,0,0),(57445,16537,530,1,1,0,0,-4468.01,-13668.7,47.7971,5.28835,300,0,0,71,0,0,0,0,0),(57444,16537,530,1,1,0,0,-4455.99,-13677.1,46.9902,4.58655,300,5,0,71,0,1,0,0,0),(57443,16537,530,1,1,0,0,-4489.69,-13660.9,48.7265,4.22701,300,5,0,71,0,1,0,0,0),(60847,17190,530,1,1,0,1,-5033.99,-10767,-0.947792,6.13214,300,5,0,156,0,1,0,0,0),(60846,17190,530,1,1,0,1,-4854.59,-10834.4,-4.9846,1.5708,300,5,0,156,0,1,0,0,0),(60845,17190,530,1,1,0,1,-4849.38,-10820.6,-6.80166,1.18576,300,5,0,156,0,1,0,0,0),(60844,17190,530,1,1,0,1,-4754.11,-10929.8,-2.4867,4.35274,300,5,0,156,0,1,0,0,0),(60843,17190,530,1,1,0,1,-3524.83,-11866.7,1.9891,3.92458,300,5,0,156,0,1,0,0,0),(60842,17190,530,1,1,0,1,-3496.99,-11875.1,0.657692,4.91083,300,5,0,156,0,1,0,0,0),(60841,17190,530,1,1,0,1,-3495.32,-11813.3,1.44694,3.61829,300,5,0,156,0,1,0,0,0),(60840,17190,530,1,1,0,1,-3511.03,-11826.9,1.18247,3.66275,300,5,0,156,0,1,0,0,0),(60839,17190,530,1,1,0,1,-3324.96,-11868.4,0.197534,4.2378,300,5,0,156,0,1,0,0,0),(60838,17190,530,1,1,0,1,-3400.13,-11915.2,1.77873,4.94618,300,5,0,156,0,1,0,0,0),(60837,17190,530,1,1,0,1,-3413.83,-11888.6,-0.713675,3.19633,300,5,0,156,0,1,0,0,0),(60836,17190,530,1,1,0,1,-3416.06,-11903.2,0.29742,1.27129,300,5,0,156,0,1,0,0,0),(61225,17197,530,1,1,0,0,-3019.96,-12386,18.9995,0.334483,300,5,0,137,0,1,0,0,0),(61637,17202,530,1,1,0,0,-3595.32,-12625.8,20.2223,2.59045,300,5,0,137,0,1,0,0,0),(62063,17279,530,1,1,0,1,-4583.65,-12864.5,6.16147,4.31096,300,0,0,115,126,0,0,0,0),(61020,17195,530,1,1,0,0,-5028.61,-11595,0.95253,2.08659,300,5,0,126,289,1,0,0,0),(61021,17195,530,1,1,0,0,-4957.26,-11616.7,13.0016,1.84208,300,5,0,126,289,1,0,0,0),(61022,17195,530,1,1,0,0,-5038.21,-11691.2,1.49065,3.05731,300,5,0,126,289,1,0,0,0),(61023,17195,530,1,1,0,0,-4860.96,-11694.5,16.7733,5.52274,300,5,0,126,289,1,0,0,0),(61024,17195,530,1,1,0,0,-4986.65,-11810.2,9.574,4.00164,300,5,0,126,289,1,0,0,0),(61025,17195,530,1,1,0,0,-4981.23,-11849.1,4.4402,0.83782,300,5,0,126,289,1,0,0,0),(61026,17195,530,1,1,0,0,-4931.25,-11877.1,12.5441,4.24892,300,5,0,126,289,1,0,0,0),(61027,17195,530,1,1,0,0,-5020.89,-11945.5,1.08575,2.69365,300,5,0,126,289,1,0,0,0),(61028,17195,530,1,1,0,0,-4990.47,-11958.2,2.55288,4.12865,300,5,0,126,289,1,0,0,0),(61029,17195,530,1,1,0,0,-4882.11,-11961.1,20.3435,4.67172,300,5,0,126,289,1,0,0,0),(61030,17195,530,1,1,0,0,-4959.32,-12088.9,1.66792,0.836584,300,5,0,126,289,1,0,0,0),(61031,17195,530,1,1,0,0,-4989.6,-12129.3,-0.940349,3.39028,300,5,0,126,289,1,0,0,0),(38975,18328,556,3,1,0,1,-52.9985,110.334,0.00738084,2.51247,86400,0,0,12844,33745,0,0,0,0),(38931,18327,556,3,1,0,1,-244.07,157.547,0.0649488,1.22676,86400,0,0,12844,33745,0,0,0,0),(91713,15594,0,1,1,15620,0,1261.16,-2558.27,118.29,0.506145,315,0,0,2563,5751,0,0,0,0),(91710,15566,0,1,1,15636,0,2237.86,-5340.41,84.7113,1.13446,345,0,0,2563,5751,0,0,0,0),(91711,15592,0,1,1,15646,0,1853.99,-3721.45,162.308,1.27409,345,0,0,2563,5751,0,0,0,0),(91703,23559,530,1,1,0,0,6774.26,-7604.58,128.62,5.35,300,0,0,6287,0,0,0,0,0),(6849,6491,1,1,4294967295,0,0,-7748.02,-4978.67,6.00826,2.27058,60,0,0,4120,0,0,0,0,0),(3347,10556,1,1,1,10038,1,-231.575,-4452.83,63.9721,4.08368,200,0,0,86,0,0,0,0,0),(3346,10556,1,1,1,10038,1,-334.475,-4439.37,54.7496,4.52331,200,0,0,86,0,0,0,0,0),(3345,10556,1,1,1,10038,1,-227.913,-4277.76,65.3336,5.04721,200,0,0,86,0,0,0,0,0),(3256,10682,1,1,1,10010,1,295.658,-4740.84,9.33192,3.21144,300,0,0,2440,0,2,0,0,0),(3254,10676,1,1,1,10009,1,293.208,-4746.92,9.39871,3.16327,300,0,0,2440,0,2,0,0,0),(91780,23428,530,1,1,0,1,2278.7,7330.6,366.763,5.46139,25,0,0,6986,0,0,0,0,0),(91781,23112,530,1,1,0,1,2308.44,7263.41,365.553,1.83285,25,0,0,7181,0,0,0,0,0),(91782,22266,530,1,1,0,1,2302.08,7335.93,366.857,4.38933,25,0,0,7181,0,0,0,0,0),(91783,23110,530,1,1,0,1,2324.68,7336.14,366.89,5.24934,25,0,0,7181,0,0,0,0,0),(91784,22270,530,1,1,0,1,2292.5,7335.65,366.858,5.04121,25,0,0,7181,0,0,0,0,0),(91785,22264,530,1,1,0,1,2331.76,7242.9,365.668,0.446133,180,0,0,7181,0,0,0,0,0),(91786,22271,530,1,1,0,1,2363.78,7288.47,365.958,3.41936,25,0,0,7181,0,0,0,0,0),(91787,23233,530,1,1,0,1,2335.24,7285.18,365.617,2.7536,25,0,0,6986,0,0,0,0,0),(91788,23347,530,1,1,0,1,2324.72,7307.82,365.622,4.25764,25,0,0,5914,0,0,0,0,0),(91789,23362,530,1,1,0,1,2285.18,7279.5,365.762,0.353965,25,0,0,5914,0,0,0,0,0),(91790,23253,530,1,1,0,0,2313.07,7276.83,365.462,1.14747,25,0,0,5589,3155,0,0,0,0),(91791,23300,530,1,1,0,1,2308.34,7300.44,365.617,5.86771,25,0,0,6986,0,0,0,0,0),(91792,23256,530,1,1,0,1,2280.05,7310.23,365.158,5.40825,25,0,0,7181,0,0,0,0,0),(91793,23316,530,1,1,0,1,2315.89,7304.39,366.92,5.01167,25,0,0,6986,0,0,0,0,0),(91797,23115,530,1,1,0,1,2391.88,7330.96,365.924,0.0652802,25,0,0,71810,0,0,0,0,0),(91798,33933,530,1,1,0,1,3073.99,3633.34,143.779,2.09012,120,0,0,42,0,0,0,0,0),(15308,2368,0,1,1,4763,1,-1446.44,-1078.33,13.3182,2.61799,300,0,0,896,0,0,0,0,0),(18047,3578,0,1,1,3539,1,-87.5395,824.111,63.984,3.97935,275,0,0,328,0,0,0,0,0),(18048,1913,0,1,1,3593,1,-80.0281,815.495,63.8981,2.77507,275,0,0,356,0,0,0,0,0),(18049,1913,0,1,1,3592,1,-108.178,815.185,63.6545,3.68265,275,0,0,356,0,0,0,0,0),(18050,1915,0,1,1,3583,1,-84.3951,794.16,63.8357,4.8033,275,0,0,330,938,0,0,0,0),(32696,21180,530,1,1,0,1,-3725.13,464.207,104.056,2.76754,25,0,0,5589,3155,0,0,0,0),(18052,1912,0,1,1,3603,1,-180.069,925.579,65.6446,0.523599,275,0,0,300,0,0,0,0,0),(32695,21180,530,1,1,0,1,-3732.71,468.205,104.064,5.71749,25,0,0,5589,3155,0,0,0,0),(18055,4075,0,1,1,1418,0,-292.914,1125.88,66.7137,4.2402,275,10,0,8,0,1,0,0,0),(18056,1914,0,1,1,3559,1,-226.993,817.121,74.1054,2.54818,275,0,0,285,790,0,0,0,0),(18057,1914,0,1,1,3559,1,-222.062,820.535,74.0288,4.40418,275,3,0,285,790,1,0,0,0),(18058,1912,0,1,1,3603,1,-104.41,891.058,63.8079,2.7096,275,10,0,300,0,1,0,0,0),(18059,1766,0,1,1,246,0,955.883,1579.43,30.7286,1.26286,275,5,0,222,0,1,0,0,0),(18060,1781,0,1,1,760,0,1390.68,1976.36,18.5118,4.4781,275,3,0,273,0,1,0,0,0),(18061,1781,0,1,1,760,0,1380.4,1992.43,17.9904,1.5239,275,3,0,273,0,1,0,0,0),(18062,1781,0,1,1,760,0,1396.89,1970,18.2535,4.15763,275,3,0,273,0,1,0,0,0),(18063,1772,0,1,1,848,1,1007.36,1593.55,26.5158,3.72211,275,10,0,222,0,1,0,0,0),(18064,1772,0,1,1,848,1,1107.3,1604.9,27.9556,1.18725,275,10,0,222,0,1,0,0,0),(18065,1772,0,1,1,848,1,1034.08,1571.19,28.1631,0.669862,275,5,0,222,0,1,0,0,0),(18066,1773,0,1,1,10854,1,1118.05,1586.37,28.985,1.0169,275,10,0,230,249,1,0,0,0),(18067,1773,0,1,1,10854,1,1058.85,1598.03,29.0771,4.97659,275,0,0,230,249,0,0,0,0),(18068,1939,0,1,1,10851,1,953.352,612.313,55.0449,1.39626,275,0,0,356,0,0,0,0,0),(18069,1940,0,1,1,10855,1,956.433,607.742,55.0338,1.88496,275,0,0,350,390,0,0,0,0),(18070,1909,0,1,1,757,1,511.231,738.303,28.5022,5.84685,275,0,0,377,408,0,0,0,0),(18071,1920,0,1,1,3589,1,-107.002,781.137,66.0233,1.16937,43200,0,0,441,1272,0,0,0,0),(18072,1782,0,1,1,574,0,912.601,1762.26,15.8188,1.76095,275,10,0,273,0,1,0,0,0),(18073,1782,0,1,1,574,0,978.272,1822.41,10.9461,2.61884,275,10,0,273,0,1,0,0,0),(18074,1782,0,1,1,574,0,1053.51,1905.08,9.49361,0.95814,275,10,0,273,0,1,0,0,0),(18075,1782,0,1,1,574,0,953.021,1838.8,6.41229,6.09028,275,10,0,273,0,1,0,0,0),(18076,6033,0,1,1,7449,0,625.185,771.986,15.4978,0.558505,275,0,0,328,0,0,0,0,0),(18077,2914,0,1,1,6303,0,1409.84,958.628,51.3889,1.8804,275,10,0,8,0,1,0,0,0),(18078,1923,0,1,1,741,0,-628.259,1395.75,21.7743,3.1193,275,10,0,356,0,1,0,0,0),(18079,1923,0,1,1,741,0,-645.012,1374.01,29.1305,0.834997,275,10,0,356,0,1,0,0,0),(18080,1923,0,1,1,741,0,-592.858,1577.36,9.8251,2.60017,275,10,0,356,0,1,0,0,0),(18081,2053,0,1,1,3553,1,-706.528,1547.19,18.7441,1.69297,275,0,0,417,0,0,0,0,0),(18082,2054,0,1,1,3554,1,-706.334,1550.06,18.8794,4.66003,275,0,0,404,456,0,0,0,0),(18083,1779,0,1,1,1947,0,843.526,1679.71,23.2317,3.72958,275,10,0,247,0,1,0,0,0),(18084,1779,0,1,1,1947,0,871.648,1716.79,16.0956,0.506252,275,3,0,247,0,1,0,0,0),(18085,2173,0,1,1,245,0,975.085,2047.94,-11.6763,3.0771,275,5,0,300,0,1,0,0,0),(18086,1782,0,1,1,574,0,980.309,1870.71,10.4914,3.77379,275,10,0,273,0,1,0,0,0),(18087,1779,0,1,1,1947,0,1011.12,1784.7,13.7342,1.72197,275,5,0,247,0,1,0,0,0),(18088,1940,0,1,1,10855,1,739.083,581.533,41.3139,1.21701,275,10,0,350,390,1,0,0,0),(18089,1940,0,1,1,10855,1,717.042,551.65,40.6375,2.96068,275,5,0,350,390,1,0,0,0),(18090,1939,0,1,1,10851,1,784.646,585.051,34.6981,0.953683,275,10,0,356,0,1,0,0,0),(18091,1940,0,1,1,10855,1,786.231,610.956,36.9481,4.50408,275,3,0,350,390,1,0,0,0),(18092,1773,0,1,1,10854,1,1040.01,1596.94,27.5647,0.555736,275,10,0,230,249,1,0,0,0),(18093,1778,0,1,1,1006,0,1248.44,1306.71,45.5006,3.20413,275,10,0,266,0,1,0,0,0),(18094,1779,0,1,1,1947,0,820.897,1720.3,23.9366,1.12871,275,10,0,247,0,1,0,0,0),(18095,1779,0,1,1,1947,0,855.532,1747.86,15.0012,1.98768,275,10,0,247,0,1,0,0,0),(18096,1779,0,1,1,1947,0,835.687,1736.94,17.864,0.95895,275,10,0,247,0,1,0,0,0),(18097,1797,0,1,1,820,0,1064.33,1909.29,10.0951,0.167716,275,10,0,296,0,1,0,0,0),(18098,1766,0,1,1,246,0,1413.51,887.719,48.642,5.90226,275,10,0,222,0,1,0,0,0),(18099,1914,0,1,1,3559,1,-85.1178,875.349,65.3902,3.24631,275,0,0,285,790,0,0,0,0),(18100,1778,0,1,1,1006,0,214.446,1558.48,127.136,2.79174,275,5,0,266,0,1,0,0,0),(18101,1778,0,1,1,1006,0,210.656,1598.12,135.288,5.07585,275,5,0,266,0,1,0,0,0),(18102,1765,0,1,1,11421,0,200.122,1636.22,141.043,6.25142,275,5,0,198,0,1,0,0,0),(18103,1909,0,1,1,757,1,1217.04,349.684,33.346,2.07544,275,5,0,377,408,1,0,0,0),(18104,1909,0,1,1,757,1,1173.96,317.709,33.9523,5.59495,275,5,0,377,408,1,0,0,0),(18105,1420,0,1,1,901,0,608.341,598.949,33.7812,3.53699,275,10,0,8,0,1,0,0,0),(18106,1765,0,1,1,11421,0,1490.29,580.927,53.0487,1.17979,275,10,0,198,0,1,0,0,0),(18107,1765,0,1,1,11421,0,1448.39,548.308,50.9762,2.01786,275,5,0,198,0,1,0,0,0),(18108,1765,0,1,1,11421,0,1458.65,774.804,50.1241,4.09448,275,10,0,198,0,1,0,0,0),(18109,1766,0,1,1,246,0,1332.39,877.62,49.4472,0.389757,275,5,0,222,0,1,0,0,0),(18110,1958,0,1,1,2597,0,823.563,267.295,32.365,0.575553,275,10,0,350,390,1,0,0,0),(18111,1955,0,1,1,2567,0,851.132,191.857,34.2103,1.6079,275,10,0,386,0,1,0,0,0),(18112,1865,0,1,1,732,1,103.547,1455.79,115.536,5.96903,275,0,0,247,0,0,0,0,0),(18113,1865,0,1,1,732,1,87.7216,1535.05,121.328,1.55132,275,10,0,247,0,1,0,0,0),(18114,1778,0,1,1,1006,0,343.385,1564.34,126.46,3.38136,275,5,0,266,0,1,0,0,0),(18115,1778,0,1,1,1006,0,318.339,1592.09,126.596,6.22043,275,5,0,266,0,1,0,0,0),(18116,1865,0,1,1,732,1,125.574,1525.23,114.735,5.58974,275,10,0,247,0,1,0,0,0),(18117,1865,0,1,1,732,1,108.307,1512.08,114.598,0.552227,275,10,0,247,0,1,0,0,0),(18118,1865,0,1,1,732,1,111.626,1478.86,117.315,4.57194,275,3,0,247,0,1,0,0,0),(18119,1866,0,1,1,829,0,151.835,1477.5,114.641,3.37221,275,10,0,222,0,1,0,0,0),(18120,1915,0,1,1,3583,1,-176.025,769.203,63.9622,1.55334,275,0,0,330,938,0,0,0,0),(17336,22861,530,1,1,0,1,-3544.02,499.071,22.1278,4.68217,25,0,0,5589,3155,0,0,0,0),(18122,1889,0,1,1,3586,1,-161.48,786.765,69.5125,2.02458,275,0,0,379,1118,0,0,0,0),(18123,1889,0,1,1,3585,1,-169.495,787.796,69.531,0.785398,275,0,0,379,1118,0,0,0,0),(18124,1889,0,1,1,3587,1,-167.467,797.787,69.6033,5.28835,275,0,0,379,1118,0,0,0,0),(18125,1769,0,1,1,11180,0,972.376,1257.55,46.1319,1.34483,275,10,0,186,191,1,0,0,0),(18126,1772,0,1,1,848,1,1022.44,1584.24,26.7533,1.24071,275,10,0,222,0,1,0,0,0),(18127,1773,0,1,1,10854,1,1059.63,1589.45,28.1978,5.044,275,0,0,230,249,0,0,0,0),(18128,1767,0,1,1,441,1,1289.64,898.541,39.5331,2.3521,275,10,0,247,0,1,0,0,0),(18129,1766,0,1,1,246,0,1105.15,1394.29,37.533,1.66367,275,10,0,222,0,1,0,0,0),(18130,1779,0,1,1,1947,0,1141.49,1358.21,34.0249,4.64498,275,10,0,247,0,1,0,0,0),(18132,1779,0,1,1,1947,0,1097.36,1348.64,39.3295,3.85553,275,5,0,247,0,1,0,0,0),(18133,1914,0,1,1,3559,1,-211.753,970.463,72.5899,0.506145,275,0,0,285,790,0,0,0,0),(18134,2914,0,1,1,2957,0,1135.52,1353.25,34.3567,4.0642,275,10,0,8,0,1,0,0,0),(18135,1866,0,1,1,829,0,1213.36,1223.18,52.5121,3.10929,275,10,0,222,0,1,0,0,0),(18136,1766,0,1,1,246,0,1165.65,1327.35,38.0234,2.65017,275,10,0,222,0,1,0,0,0),(18137,1779,0,1,1,1947,0,1193.48,1306.75,34.6931,1.38664,275,10,0,247,0,1,0,0,0),(18138,1912,0,1,1,3602,1,-178.504,922.603,65.7264,0.879689,275,0,0,300,0,0,0,0,0),(18139,1866,0,1,1,829,0,1238.27,1227.75,52.7714,4.57433,275,5,0,222,0,1,0,0,0),(18140,1940,0,1,1,10855,1,927.508,719.039,55.0173,0.789443,275,5,0,350,390,1,0,0,0),(18141,1779,0,1,1,1947,0,770.775,1574.2,26.6154,4.35161,275,3,0,247,0,1,0,0,0),(18142,1779,0,1,1,1947,0,781.592,1594.3,33.7554,6.27928,275,10,0,247,0,1,0,0,0),(18143,1782,0,1,1,574,0,795.67,1637.95,31.1689,4.82197,275,3,0,273,0,1,0,0,0),(18144,1942,0,1,1,858,1,984.881,664.617,61.1583,1.5708,275,0,0,417,0,0,0,0,0),(18145,1779,0,1,1,1947,0,779.325,1621.32,30.2561,2.21657,275,0,0,247,0,0,0,0,0),(18146,1779,0,1,1,1947,0,789.687,1622.89,29.3811,2.46091,275,0,0,247,0,0,0,0,0),(18147,1782,0,1,1,574,0,766.651,1621.53,32.4912,0.471239,275,0,0,273,0,0,0,0,0),(18148,1779,0,1,1,1947,0,1162.36,1432.22,35.1344,1.48682,275,10,0,247,0,1,0,0,0),(18149,1782,0,1,1,574,0,779.664,1633.04,30.0061,3.84481,275,0,0,273,0,0,0,0,0),(18150,1782,0,1,1,574,0,818.304,1783,14.68,2.57592,275,10,0,273,0,1,0,0,0),(18151,1766,0,1,1,246,0,1285.76,1347.71,47.5153,6.1658,275,3,0,222,0,1,0,0,0),(18152,1779,0,1,1,1947,0,1259.68,1320.69,44.5622,5.14677,275,10,0,247,0,1,0,0,0),(18153,1943,0,1,1,10856,1,968.779,711.299,60.975,0.157496,275,5,0,417,0,1,0,0,0),(18154,1781,0,1,1,760,0,1375.92,1965.52,14.337,2.33496,275,3,0,273,0,1,0,0,0),(18155,1865,0,1,1,732,1,176.167,1494.53,115.664,5.4045,275,3,0,247,0,1,0,0,0),(18156,1781,0,1,1,760,0,1363.66,1963.45,13.2481,4.82929,275,5,0,273,0,1,0,0,0),(18157,1781,0,1,1,760,0,1372.14,1957.79,13.4641,1.06032,275,3,0,273,0,1,0,0,0),(18158,1781,0,1,1,760,0,1378.12,1976.69,13.9847,2.93972,275,3,0,273,0,1,0,0,0),(18159,1781,0,1,1,760,0,1385.26,1968.33,14.5251,0.237459,275,3,0,273,0,1,0,0,0),(18160,1780,0,1,1,827,0,1310.57,1988.27,14.2705,0.273908,275,5,0,247,0,1,0,0,0),(18161,1870,0,1,1,732,1,645.223,990.724,43.3139,3.07613,275,10,0,328,0,1,0,0,0),(18162,1780,0,1,1,827,0,1312.86,1984.43,14.0761,4.24556,275,5,0,247,0,1,0,0,0),(18163,2053,0,1,1,3553,1,-729.866,1483.81,15.706,2.35619,275,0,0,417,0,0,0,0,0),(18164,2054,0,1,1,3554,1,-729.988,1487.35,15.476,4.32842,275,0,0,404,456,0,0,0,0),(18165,2053,0,1,1,3553,1,-743.867,1449.57,17.9504,5.61272,275,5,0,417,0,1,0,0,0),(18166,2053,0,1,1,3553,1,-733.06,1486.35,16.2382,5.86431,275,0,0,417,0,0,0,0,0),(18167,1869,0,1,1,732,1,754.066,1044.75,47.0964,4.72221,275,5,0,300,0,1,0,0,0),(18168,1939,0,1,1,10851,1,818.708,647.859,53.68,6.1691,275,5,0,356,0,1,0,0,0),(18169,1939,0,1,1,10851,1,742.502,649.924,46.6694,0.377968,275,10,0,356,0,1,0,0,0),(18170,1939,0,1,1,10851,1,713.889,660.435,44.3449,1.45272,275,10,0,356,0,1,0,0,0),(18171,1940,0,1,1,10855,1,687.332,659.061,42.1965,1.77739,275,10,0,350,390,1,0,0,0),(18172,1940,0,1,1,10855,1,649.888,620.029,39.5832,4.47287,275,10,0,350,390,1,0,0,0),(18173,1939,0,1,1,10851,1,666.554,576.749,44.0254,1.18848,275,10,0,356,0,1,0,0,0),(18174,1939,0,1,1,10851,1,727.572,598.062,47.1101,0.156583,275,10,0,356,0,1,0,0,0),(18175,1939,0,1,1,10851,1,714.617,618.063,45.1369,3.46516,275,10,0,356,0,1,0,0,0),(18176,1939,0,1,1,10851,1,653.368,550.229,41.3251,0.020912,275,10,0,356,0,1,0,0,0),(18177,1766,0,1,1,246,0,1177.67,1254.62,45.3736,2.17068,275,5,0,222,0,1,0,0,0),(18178,1940,0,1,1,10855,1,928.125,642.609,53.9754,3.49066,275,0,0,350,390,0,0,0,0),(18179,1939,0,1,1,10851,1,939.583,635.416,53.556,2.52385,275,0,0,356,0,2,0,0,0),(18180,1766,0,1,1,246,0,1181.7,1118.1,39.6091,6.11242,275,10,0,222,0,1,0,0,0),(18181,1939,0,1,1,10851,1,925.357,642,54.7378,0.017453,275,0,0,356,0,0,0,0,0),(18182,1939,0,1,1,10851,1,980.56,639.112,54.1331,1.88496,275,0,0,356,0,0,0,0,0),(18184,1940,0,1,1,10855,1,981.654,608.015,54.5663,3.0435,275,5,0,350,390,1,0,0,0),(18185,1940,0,1,1,10855,1,967.342,598.497,53.7351,4.97401,275,5,0,350,390,1,0,0,0),(18186,1765,0,1,1,11421,0,1355.76,769.309,36.7444,2.31713,275,10,0,198,0,1,0,0,0),(18187,1779,0,1,1,1947,0,897.812,1495.21,37.6528,1.87082,275,10,0,247,0,1,0,0,0),(18188,1770,0,1,1,729,0,937.467,1235.54,47.3208,1.33822,275,10,0,222,0,1,0,0,0),(18190,1770,0,1,1,729,0,986.948,1230.92,50.1766,4.70404,275,10,0,222,0,1,0,0,0),(18191,1770,0,1,1,729,0,981.147,1197.89,48.6621,2.47837,275,0,0,222,0,0,0,0,0),(18192,1770,0,1,1,729,0,906.183,1187.85,46.8932,2.2255,275,10,0,222,0,1,0,0,0),(18193,1769,0,1,1,11180,0,983.548,1205.11,48.4279,1.86867,275,3,0,186,191,1,0,0,0),(18194,1770,0,1,1,729,0,964.183,1215.48,48.2436,2.49582,275,0,0,222,0,0,0,0,0),(18195,1866,0,1,1,829,0,1246.99,1206.65,52.7385,3.22594,275,10,0,222,0,1,0,0,0),(18196,1866,0,1,1,829,0,1234.36,1182.34,52.4549,5.33,275,0,0,222,0,0,0,0,0),(18197,1866,0,1,1,829,0,1261.06,1256.56,52.5649,2.34941,275,10,0,222,0,1,0,0,0),(18198,12433,0,1,1,368,0,1435.59,1950.61,9.99076,6.10486,43200,0,0,301,326,2,0,0,0),(18199,1923,0,1,1,741,0,-473.138,1283.93,43.4618,3.28653,275,10,0,356,0,1,0,0,0),(18200,1923,0,1,1,741,0,-514.948,1288.37,53.547,5.47084,275,10,0,356,0,1,0,0,0),(18201,1923,0,1,1,741,0,-480.753,1274.21,46.4167,1.37015,275,10,0,356,0,1,0,0,0),(18202,1765,0,1,1,11421,0,1511.81,691.075,50.0853,5.2451,275,5,0,198,0,1,0,0,0),(18203,1765,0,1,1,11421,0,1415.35,662.39,50.4851,0.019529,275,10,0,198,0,1,0,0,0),(18204,2173,0,1,1,245,0,831.323,1986.92,-16.8529,2.03588,275,5,0,300,0,1,0,0,0),(18205,1766,0,1,1,246,0,1371.92,975.914,48.8512,6.26116,275,10,0,222,0,1,0,0,0),(18206,2173,0,1,1,245,0,744.277,1911.04,-3.12703,4.92491,275,5,0,300,0,1,0,0,0),(18207,2173,0,1,1,245,0,412.177,1986.89,-20.5666,1.36823,275,5,0,300,0,1,0,0,0),(18208,1766,0,1,1,246,0,1223.92,1038.87,38.1017,1.50354,275,10,0,222,0,1,0,0,0),(18209,1766,0,1,1,246,0,1272.04,1017.19,45.1266,4.30828,275,10,0,222,0,1,0,0,0),(18210,1767,0,1,1,441,1,1180.22,990.22,35.3635,0.116481,275,10,0,247,0,1,0,0,0),(18211,1767,0,1,1,441,1,1203.35,923.596,34.0127,4.55901,275,10,0,247,0,1,0,0,0),(18212,1767,0,1,1,441,1,1178.17,932.995,33.3193,2.96104,275,0,0,247,0,0,0,0,0),(18213,1768,0,1,1,346,1,1171.86,933.894,32.8878,0,275,0,0,253,264,0,0,0,0),(18214,1767,0,1,1,441,1,1231.38,910.736,35.0038,4.90595,275,10,0,247,0,1,0,0,0),(18215,1768,0,1,1,346,1,1167.65,945.993,33.2895,0.093841,275,10,0,253,264,1,0,0,0),(18216,1767,0,1,1,441,1,1177.81,956.698,34.5514,4.39394,275,10,0,247,0,1,0,0,0),(18217,1923,0,1,1,741,0,-404.406,1357.07,36.5356,4.26097,275,10,0,356,0,1,0,0,0),(18218,1924,0,1,1,574,0,-470.231,1388.74,33.1013,0.79885,275,5,0,328,0,1,0,0,0),(18219,1924,0,1,1,574,0,-452.769,1429.38,29.1619,1.18265,275,10,0,328,0,1,0,0,0),(18220,1895,0,1,1,2535,1,-391.907,1432.23,27.0313,6.07375,600,0,0,276,295,0,0,0,0),(18221,1895,0,1,1,2535,1,-344.082,1504.01,18.7918,4.18879,600,0,0,276,295,0,0,0,0),(18222,1797,0,1,1,820,0,1119.25,1972.27,0.818851,0.736203,275,5,0,296,0,1,0,0,0),(18223,1778,0,1,1,1006,0,1148.69,1332.77,33.1924,4.13847,275,10,0,266,0,1,0,0,0),(18224,1778,0,1,1,1006,0,1179.34,1376.32,34.0849,0.456231,275,10,0,266,0,1,0,0,0),(18225,1778,0,1,1,1006,0,1200.33,1293.98,39.5579,5.6057,275,5,0,266,0,1,0,0,0),(18226,1778,0,1,1,1006,0,976.378,1581.2,32.2575,6.28129,275,5,0,266,0,1,0,0,0),(18227,1797,0,1,1,820,0,1287.42,1811.21,23.1797,4.26272,275,5,0,296,0,1,0,0,0),(18228,1797,0,1,1,820,0,1140.42,1619.07,31.8286,5.92099,275,5,0,296,0,1,0,0,0),(18229,1766,0,1,1,246,0,1375.96,940.455,49.5197,2.23972,275,10,0,222,0,1,0,0,0),(18230,1797,0,1,1,820,0,1184.34,1961.32,9.59904,5.55792,275,10,0,296,0,1,0,0,0),(18231,1797,0,1,1,820,0,1171.82,1892.13,18.8476,2.84826,275,5,0,296,0,1,0,0,0),(18232,1766,0,1,1,246,0,1360.21,798.544,44.4944,0.93097,275,10,0,222,0,1,0,0,0),(18233,1412,0,1,1,134,0,439.678,1218.8,87.4069,0.054687,275,10,0,8,0,1,0,0,0),(18234,1866,0,1,1,829,0,1255.8,1194.59,52.7049,4.40008,275,10,0,222,0,1,0,0,0),(18235,3530,0,1,1,3352,1,-360.278,1495.03,17.196,0.830526,600,0,0,328,0,0,0,0,0),(18236,1894,0,1,1,3551,1,-333.219,1548.41,25.2864,4.7729,600,0,0,300,0,0,0,0,0),(18237,1894,0,1,1,3551,1,-339.031,1547.76,30.0369,3.83411,600,3,0,300,0,1,0,0,0),(18238,1895,0,1,1,2535,1,-329.456,1545.74,30.1367,2.26893,600,0,0,276,295,0,0,0,0),(18239,1894,0,1,1,3551,1,-341.711,1553.34,24.5273,3.26377,600,0,0,300,0,0,0,0,0),(18240,1867,0,1,1,3768,1,-176.531,1275.7,46.6877,0.325149,275,10,0,241,601,1,0,0,0),(18242,1867,0,1,1,3767,1,-192.458,1259.47,49.3421,2.18079,275,10,0,241,601,1,0,0,0),(18243,1782,0,1,1,574,0,849.932,1537.99,36.0744,5.45115,275,3,0,273,0,1,0,0,0),(18244,1779,0,1,1,1947,0,903.441,1547.8,30.2481,0.218899,275,10,0,247,0,1,0,0,0),(18245,1923,0,1,1,741,0,-709.184,1340.15,45.0187,2.00211,275,10,0,356,0,1,0,0,0),(18246,1924,0,1,1,574,0,-642.581,1480.71,8.13521,3.3385,275,10,0,328,0,1,0,0,0),(18250,1779,0,1,1,1947,0,883.947,1597.09,36.8462,1.5761,275,3,0,247,0,1,0,0,0),(18251,1868,0,1,1,828,0,670.471,1137.69,56.2187,3.10059,275,10,0,253,264,1,0,0,0),(18252,10779,0,1,1,10090,0,144.673,1289.87,69.2119,2.51123,275,10,0,8,0,1,0,0,0),(18253,1870,0,1,1,732,1,696.413,1071.24,50.1966,1.73952,275,10,0,328,0,1,0,0,0),(18254,1870,0,1,1,732,1,689.231,1024.35,43.3737,5.92631,275,10,0,328,0,1,0,0,0),(18255,1870,0,1,1,732,1,717.989,1056.45,46.9303,4.28216,275,10,0,328,0,1,0,0,0),(18256,1870,0,1,1,732,1,680.926,1092.54,54.8569,4.77493,275,10,0,328,0,1,0,0,0),(18257,1769,0,1,1,11180,0,1088.11,1103.3,39.746,6.1915,275,10,0,186,191,1,0,0,0),(18258,1766,0,1,1,246,0,1428.44,840.574,51.1224,1.33898,275,10,0,222,0,1,0,0,0),(18259,6570,0,1,1,10834,1,716.412,948.538,34.7558,2.04436,275,0,0,356,0,0,0,0,0),(18260,1942,0,1,1,858,1,995.346,696.292,69.9801,5.79449,275,0,0,417,0,0,0,0,0),(18261,1940,0,1,1,10855,1,907.823,708.313,55.5173,2.03447,275,5,0,350,390,1,0,0,0),(18262,5897,0,1,1,5493,0,437.459,1855.12,10.7267,4.86947,275,0,0,449,0,0,0,0,0),(18263,5897,0,1,1,5493,0,412.113,1850.11,11.5968,2.93215,275,0,0,449,0,0,0,0,0),(18264,5897,0,1,1,5492,0,393.33,1849.11,12.1038,3.08923,275,0,0,449,0,0,0,0,0),(18265,5897,0,1,1,4907,0,401.524,1862.79,11.5299,1.01229,275,0,0,449,0,0,0,0,0),(18266,1939,0,1,1,10851,1,944.285,667.636,59.3527,1.84614,275,0,0,356,0,2,0,0,0),(18267,1772,0,1,1,848,1,1001.64,1562.91,28.9955,2.84123,275,3,0,222,0,1,0,0,0),(18268,1942,0,1,1,858,1,993.851,690.06,74.8984,3.18315,275,0,0,417,0,0,0,0,0),(18269,1939,0,1,1,10851,1,893.477,701.999,55.1423,3.23253,275,0,0,356,0,0,0,0,0),(18270,1943,0,1,1,10856,1,1007.22,695.686,76.2753,5.44543,275,0,0,417,0,0,0,0,0),(18271,1943,0,1,1,10856,1,998.584,682.441,69.7968,4.8834,275,0,0,417,0,2,0,0,0),(18272,1943,0,1,1,10856,1,1016.86,713.434,74.0034,4.23157,275,0,0,417,0,0,0,0,0),(18273,5897,0,1,1,5492,0,437.831,1832,12.4852,4.34587,275,0,0,449,0,0,0,0,0),(18274,5897,0,1,1,5492,0,401.918,1834.85,12.5727,1.0472,275,0,0,449,0,0,0,0,0),(18275,5897,0,1,1,5492,0,414.936,1820.7,12.6619,2.58309,275,0,0,449,0,0,0,0,0),(18276,5897,0,1,1,4907,0,428.181,1842.13,12.4641,3.21141,275,0,0,449,0,0,0,0,0),(18277,1947,0,1,1,4430,1,1003.79,690.011,76.3756,3.15905,275,0,0,405,1202,0,0,0,0),(51802,11734,1,1,1,12155,0,-8244.46,341.037,-90.4684,4.49899,300,5,0,3849,0,1,0,0,0),(18279,1942,0,1,1,858,1,1008.03,706.617,78.2085,4.71857,275,0,0,417,0,2,0,0,0),(18280,1943,0,1,1,10856,1,977.482,669.613,75.0818,0.174533,275,0,0,417,0,0,0,0,0),(18281,1943,0,1,1,10856,1,975.836,709.503,75.0818,6.05629,275,0,0,417,0,0,0,0,0),(18282,1765,0,1,1,11421,0,1431.55,611.792,43.0209,3.70578,275,10,0,198,0,1,0,0,0),(18283,1942,0,1,1,858,1,1010.99,708.863,69.9808,3.14159,275,0,0,417,0,0,0,0,0),(18284,1942,0,1,1,858,1,971.399,709.432,85.0009,1.36876,275,0,0,417,0,0,0,0,0),(18285,1939,0,1,1,10851,1,964.658,731.549,59.6171,1.49938,275,0,0,356,0,2,0,0,0),(18286,1939,0,1,1,10851,1,993.956,734.178,59.3528,5.18143,275,0,0,356,0,2,0,0,0),(18287,1943,0,1,1,10856,1,998.402,711.789,85.0559,0.039863,275,0,0,417,0,2,0,0,0),(18288,1866,0,1,1,829,0,165.653,1469.78,114.641,1.81377,275,10,0,222,0,1,0,0,0),(18289,1924,0,1,1,574,0,-541.537,1276.85,55.4996,6.05083,275,10,0,328,0,1,0,0,0),(18290,1923,0,1,1,741,0,-558.62,1279.91,55.817,5.18477,275,10,0,356,0,1,0,0,0),(18291,1894,0,1,1,3551,1,-380.605,1435.24,25.7369,5.98648,600,0,0,300,0,0,0,0,0),(18292,1866,0,1,1,829,0,183.43,1478.05,114.876,1.22011,275,10,0,222,0,1,0,0,0),(18293,1778,0,1,1,1006,0,1108.68,1351.27,38.0459,5.40503,275,10,0,266,0,1,0,0,0),(18294,1779,0,1,1,1947,0,360.729,1114.63,106.575,0,275,10,0,247,0,1,0,0,0),(18295,1769,0,1,1,11180,0,918.659,1160.17,47.4461,2.39061,275,10,0,186,191,1,0,0,0),(18296,1779,0,1,1,1947,0,380.963,1104.08,106.252,4.2586,275,0,0,247,0,0,0,0,0),(18297,1867,0,1,1,3768,1,-132.726,1283.73,50.7134,2.26141,275,10,0,241,601,1,0,0,0),(18298,1924,0,1,1,574,0,-562.349,1316.29,50.6811,2.53442,275,3,0,328,0,1,0,0,0),(18299,1779,0,1,1,1947,0,365.967,1076.89,105.931,5.35816,275,0,0,247,0,0,0,0,0),(18300,1923,0,1,1,741,0,-508.56,1359.29,37.7463,5.73178,275,10,0,356,0,1,0,0,0),(18301,1779,0,1,1,1947,0,393.234,1086.76,106.627,3.14159,275,0,0,247,0,0,0,0,0),(18303,1779,0,1,1,1947,0,382.032,1089.13,106.174,2.47837,275,0,0,247,0,0,0,0,0),(18305,1924,0,1,1,574,0,-588.722,1356.23,36.3627,5.67326,275,10,0,328,0,1,0,0,0),(18306,1894,0,1,1,3551,1,-378.287,1655.98,10.346,2.89725,600,3,0,300,0,1,0,0,0),(18307,3528,0,1,1,3349,1,-345.967,1501.4,18.9875,0.942478,600,0,0,328,0,0,0,0,0),(18309,3532,0,1,1,3365,1,-408.091,1604.03,18.2868,5.5676,600,0,0,300,0,0,0,0,0),(18310,1895,0,1,1,2535,1,-414.124,1581.03,19.7275,6.10865,600,0,0,276,295,0,0,0,0),(18311,1779,0,1,1,1947,0,344.098,1098.59,103.733,0,275,10,0,247,0,1,0,0,0),(18315,1912,0,1,1,3603,1,-194.257,991.621,65.7035,6.15697,275,10,0,300,0,1,0,0,0),(18317,4075,0,1,1,1141,0,-589.378,953.987,91.0206,1.01125,275,10,0,8,0,1,0,0,0),(18319,1924,0,1,1,574,0,-642.497,1219.92,76.1978,0.588542,275,3,0,328,0,1,0,0,0),(18320,1923,0,1,1,741,0,-691.049,1363.66,33.2018,1.12461,275,10,0,356,0,1,0,0,0),(18322,1923,0,1,1,741,0,-625.002,1246.08,71.2473,3.46859,275,3,0,356,0,1,0,0,0),(18323,4075,0,1,1,1141,0,511.093,1419.41,101.674,5.18084,275,10,0,8,0,1,0,0,0),(18324,1924,0,1,1,574,0,-522.881,1491.23,14.9334,2.27988,275,10,0,328,0,1,0,0,0),(18325,1923,0,1,1,741,0,-595.596,1455.91,9.30226,3.92316,275,5,0,356,0,1,0,0,0),(18326,1924,0,1,1,574,0,-504.241,1463.71,20.5913,1.20368,275,10,0,328,0,1,0,0,0),(18327,1923,0,1,1,741,0,-492.366,1489.22,22.1323,5.03113,275,10,0,356,0,1,0,0,0),(18328,1924,0,1,1,574,0,-558.637,1485.28,11.5136,0.418232,275,10,0,328,0,1,0,0,0),(18329,1923,0,1,1,741,0,-498.437,1422.29,31.5416,1.5708,275,5,0,356,0,1,0,0,0),(18330,1797,0,1,1,820,0,1189.8,1585.62,26.7093,5.70094,275,10,0,296,0,1,0,0,0),(18331,1797,0,1,1,820,0,1214.8,1548.08,33.4479,0.244505,275,5,0,296,0,1,0,0,0),(18332,1766,0,1,1,246,0,1390.56,1019.86,52.6699,6.02181,275,5,0,222,0,1,0,0,0),(18333,4075,0,1,1,1418,0,717.821,1204.64,62.7562,1.33719,275,10,0,8,0,1,0,0,0),(18334,1868,0,1,1,828,0,659.416,1219.39,78.0118,0.154876,275,5,0,253,264,1,0,0,0),(18335,2914,0,1,1,2957,0,448.156,1310.19,80.8115,2.35826,275,10,0,8,0,1,0,0,0),(18336,1765,0,1,1,11421,0,1443.68,744.701,44.6805,3.60057,275,10,0,198,0,1,0,0,0),(18337,1766,0,1,1,246,0,916.337,1579.98,34.9687,2.81768,275,5,0,222,0,1,0,0,0),(18338,1797,0,1,1,820,0,1249.31,1782.21,12.7217,0.275291,275,10,0,296,0,1,0,0,0),(18339,1797,0,1,1,820,0,1220.21,1807.42,15.3095,4.78769,275,10,0,296,0,1,0,0,0),(18340,1778,0,1,1,1006,0,937.697,1517.39,40.0309,0.315881,275,5,0,266,0,1,0,0,0),(18341,1779,0,1,1,1947,0,1113.5,1288.84,39.1146,1.76756,275,10,0,247,0,1,0,0,0),(18342,1778,0,1,1,1006,0,1063.05,1269.72,43.7426,3.64063,275,5,0,266,0,1,0,0,0),(18343,1778,0,1,1,1006,0,1118.02,1259.46,41.3504,1.51118,275,5,0,266,0,1,0,0,0),(18344,1797,0,1,1,820,0,1184.25,1880.68,17.1796,3.65603,275,5,0,296,0,1,0,0,0),(18345,1797,0,1,1,820,0,1201.2,1867.42,18.4268,1.84279,275,5,0,296,0,1,0,0,0),(18346,1797,0,1,1,820,0,1231.25,1857.81,10.502,2.89664,275,5,0,296,0,1,0,0,0),(18347,1972,0,1,1,564,0,410.687,989.72,108.119,1.36136,275,0,0,328,0,0,0,0,0),(18348,1779,0,1,1,1947,0,416.393,1007.11,108.598,2.80998,275,3,0,247,0,1,0,0,0),(18349,1888,0,1,1,3566,1,-445.433,818.329,97.4096,4.64305,275,10,0,354,1326,1,0,0,0),(18350,1894,0,1,1,3551,1,-411.642,1509.01,19.8575,1.55334,600,0,0,300,0,0,0,0,0),(18351,1889,0,1,1,3585,1,-452.913,681.75,91.1258,0.2407,275,5,0,379,1118,1,0,0,0),(18352,2058,0,1,1,1679,1,-416.182,1496.91,19.8534,0.314159,275,0,0,1251,0,0,0,0,0),(18353,1888,0,1,1,3566,1,-474.193,809.023,95.7396,1.35425,275,0,0,354,1326,0,0,0,0),(18354,1895,0,1,1,2535,1,-413.706,1579.64,24.2994,2.9861,600,0,0,276,295,0,0,0,0),(18355,1895,0,1,1,2535,1,-423.094,1578.33,24.3098,2.98749,600,0,0,276,295,0,0,0,0),(18356,1782,0,1,1,574,0,386.81,1048.1,106.101,2.11708,275,3,0,273,0,1,0,0,0),(18357,1889,0,1,1,3586,1,-403.629,756.781,102.403,1.36811,275,5,0,379,1118,1,0,0,0),(18358,1782,0,1,1,574,0,407.88,1004.99,107.441,4.36145,275,3,0,273,0,1,0,0,0),(18359,1782,0,1,1,574,0,386.886,1045.17,106.525,1.72788,275,0,0,273,0,2,0,0,0),(18360,1779,0,1,1,1947,0,381.092,1058.83,107.2,4.13818,275,3,0,247,0,1,0,0,0),(18361,1782,0,1,1,574,0,415.968,1020.94,107.6,5.80582,275,3,0,273,0,1,0,0,0),(18362,1782,0,1,1,574,0,407.462,1034.32,106.938,4.85226,275,3,0,273,0,1,0,0,0),(18363,1889,0,1,1,3585,1,-445.884,738.417,93.5903,6.14668,275,5,0,379,1118,1,0,0,0),(18364,1782,0,1,1,574,0,404.433,1012.95,109.129,0.837758,275,3,0,273,0,1,0,0,0),(18365,1779,0,1,1,1947,0,398.815,1001.17,108.122,0,275,3,0,247,0,1,0,0,0),(18366,1888,0,1,1,3566,1,-589.36,976.123,89.6548,3.18497,275,10,0,354,1326,1,0,0,0),(18367,1888,0,1,1,3569,1,-495.4,777.425,91.5306,3.15074,275,10,0,354,1326,1,0,0,0),(18368,1889,0,1,1,3585,1,-406.383,718.241,103.684,4.69481,275,5,0,379,1118,1,0,0,0),(18369,1889,0,1,1,3586,1,-470.813,728.077,88.2848,1.6451,275,5,0,379,1118,1,0,0,0),(18370,1888,0,1,1,3568,1,-472.702,793.781,94.9056,0.930005,275,10,0,354,1326,1,0,0,0),(18371,1765,0,1,1,11421,0,1536.16,510.723,47.0692,3.25904,275,10,0,198,0,1,0,0,0),(18372,1765,0,1,1,11421,0,1489.73,653.891,45.6981,0.192607,275,10,0,198,0,1,0,0,0),(18373,1955,0,1,1,2567,0,935.809,235.386,28.6108,1.95822,275,5,0,386,0,1,0,0,0),(18376,1955,0,1,1,2567,0,892.549,234.88,29.0054,1.92591,275,5,0,386,0,1,0,0,0),(18390,1953,0,1,1,863,0,726.953,509.806,32.4373,0.71721,275,10,0,328,0,1,0,0,0),(18391,1958,0,1,1,2597,0,747.181,288.794,34.9358,0.479357,275,10,0,350,390,1,0,0,0),(18398,1769,0,1,1,11180,0,508.039,1177.53,89.9191,5.29591,275,5,0,186,191,1,0,0,0),(18399,1766,0,1,1,246,0,1364.59,1052.02,53.9194,1.6318,275,5,0,222,0,1,0,0,0),(18400,1894,0,1,1,3551,1,-390.535,1466.63,25.9869,5.34071,600,0,0,300,0,0,0,0,0),(18404,1891,0,1,1,2565,1,-350.427,1448.5,24.3665,4.72984,600,0,0,300,0,0,0,0,0),(18405,1895,0,1,1,2535,1,-411.947,1517.76,19.7711,4.86947,600,0,0,276,295,0,0,0,0),(18406,1769,0,1,1,11180,0,912.561,1254.27,46.1064,4.96593,275,10,0,186,191,1,0,0,0),(18407,1895,0,1,1,2535,1,-424.202,1543.84,18.5687,6.17846,600,0,0,276,295,0,0,0,0),(18408,1891,0,1,1,2565,1,-370.983,1576.35,16.981,1.98656,600,0,0,300,0,2,0,0,0),(18409,1895,0,1,1,2535,1,-397.475,1543.61,17.1712,3.0459,600,5,0,276,295,1,0,0,0),(18410,12431,0,1,1,11413,0,1452.7,949.916,60.6819,1.01447,43200,0,0,273,0,2,0,0,0),(18411,1894,0,1,1,3551,1,-391.615,1601.72,17.1706,4.86947,600,0,0,300,0,0,0,0,0),(18412,1769,0,1,1,11180,0,777.135,1412.05,60.9628,0.650337,275,0,0,186,191,0,0,0,0),(18413,1894,0,1,1,3551,1,-355.263,1580.06,18.0622,0.078739,600,0,0,300,0,0,0,0,0),(18414,2054,0,1,1,3554,1,-734.846,1519.7,14.3509,2.71553,275,10,0,404,456,1,0,0,0),(18415,2053,0,1,1,3553,1,-727.164,1496.1,14.2845,1.04947,275,5,0,417,0,1,0,0,0),(18416,1773,0,1,1,10854,1,1030.05,1530.52,31.9197,2.28094,275,10,0,230,249,1,0,0,0),(18417,1797,0,1,1,820,0,1205.11,1776.17,15.4958,1.60052,275,10,0,296,0,1,0,0,0),(18418,1797,0,1,1,820,0,1160.67,1475.3,34.6033,6.24931,275,10,0,296,0,1,0,0,0),(18419,1797,0,1,1,820,0,1239.04,2002.68,14.1142,0.24895,275,5,0,296,0,1,0,0,0),(18420,1797,0,1,1,820,0,1155.47,1519.06,37.2919,1.6118,275,10,0,296,0,1,0,0,0),(18421,1797,0,1,1,820,0,1120.89,1664.6,29.5052,0.846912,275,10,0,296,0,1,0,0,0),(18422,1797,0,1,1,820,0,1162.88,1702.64,18.5242,6.23337,275,10,0,296,0,1,0,0,0),(18423,1797,0,1,1,820,0,1158.75,1665.98,24.9131,1.74654,275,10,0,296,0,1,0,0,0),(18424,2529,0,1,1,1098,0,-561.897,1561.63,11.6189,3.13476,600,0,0,1452,0,0,0,0,0),(18425,1797,0,1,1,820,0,1058.35,1682.05,28.1638,6.14695,275,5,0,296,0,1,0,0,0),(18426,1769,0,1,1,11180,0,456.084,1187.95,89.8521,4.32868,275,5,0,186,191,1,0,0,0),(18427,1778,0,1,1,1006,0,931.5,1401,42.4984,4.4674,275,5,0,266,0,1,0,0,0),(18428,1866,0,1,1,829,0,1270.7,1223.98,52.6321,5.93723,275,5,0,222,0,1,0,0,0),(18429,4075,0,1,1,1418,0,1092.22,1639.89,28.9572,2.39557,275,10,0,8,0,1,0,0,0),(18430,1866,0,1,1,829,0,1287.26,1252.55,53.1402,3.82892,275,10,0,222,0,1,0,0,0),(18460,1971,0,1,1,1065,0,1277.38,1286.28,52.9912,4.66003,275,0,0,273,0,0,0,0,0),(18461,1770,0,1,1,729,0,994.134,1398.76,40.9475,4.53376,275,5,0,222,0,1,0,0,0),(18462,1866,0,1,1,829,0,1283.06,1279.4,52.905,4.6107,275,0,0,222,0,0,0,0,0),(18463,1779,0,1,1,1947,0,978.183,1400.5,42.3911,2.98453,275,0,0,247,0,2,0,0,0),(18464,1866,0,1,1,829,0,1272.37,1277.54,52.8371,2.97767,275,5,0,222,0,1,0,0,0),(18465,1866,0,1,1,829,0,1276.98,1264.19,52.6648,4.41568,275,0,0,222,0,0,0,0,0),(18466,1866,0,1,1,829,0,1282.73,1268.57,52.8494,5.7594,275,3,0,222,0,1,0,0,0),(18467,1769,0,1,1,11180,0,931.249,1264.38,45.9499,2.65146,275,10,0,186,191,1,0,0,0),(18468,1780,0,1,1,827,0,1260.01,1977.84,16.4491,4.16876,275,10,0,247,0,1,0,0,0),(18469,1772,0,1,1,848,1,1009.11,1510.65,36.5447,3.07963,275,10,0,222,0,1,0,0,0),(18470,1773,0,1,1,10854,1,1004.87,1556.2,29.1257,0.715585,275,0,0,230,249,0,0,0,0),(18471,1770,0,1,1,729,0,969.219,1398.04,42.6967,5.54723,275,5,0,222,0,1,0,0,0),(18472,1797,0,1,1,820,0,1155.99,1721.3,17.7316,0.036915,275,10,0,296,0,1,0,0,0),(18473,1766,0,1,1,246,0,1037.75,1385.14,41.8531,3.03104,275,10,0,222,0,1,0,0,0),(18474,1770,0,1,1,729,0,980.128,1420.3,38.6953,5.32325,275,0,0,222,0,0,0,0,0),(18475,1779,0,1,1,1947,0,987.48,1419.74,38.8203,0.767945,275,0,0,247,0,0,0,0,0),(18476,1770,0,1,1,729,0,1017.69,1405.57,43.0668,2.86488,275,5,0,222,0,1,0,0,0),(18477,1770,0,1,1,729,0,959.72,1445.88,42.2783,2.57008,275,10,0,222,0,1,0,0,0),(18478,1412,0,1,1,134,0,1217.43,1968.97,10.5966,6.06568,275,10,0,8,0,1,0,0,0),(18479,1766,0,1,1,246,0,974.363,1447.91,41.6928,0.989836,275,10,0,222,0,1,0,0,0),(18480,1778,0,1,1,1006,0,1015.48,1436.06,47.1773,5.57316,275,5,0,266,0,1,0,0,0),(18481,1780,0,1,1,827,0,1240.55,2014.81,13.7392,2.11356,275,5,0,247,0,1,0,0,0),(18482,1770,0,1,1,729,0,980.265,1413.77,38.7463,0.488692,275,0,0,222,0,0,0,0,0),(18483,1766,0,1,1,246,0,1055.58,1455.59,42.5689,4.85746,275,5,0,222,0,1,0,0,0),(18484,1913,0,1,1,3592,1,-123.217,825.03,63.5796,1.76278,275,0,0,356,0,0,0,0,0),(18485,3577,0,1,1,3538,1,-154.772,820.215,64.1667,5.5676,275,0,0,328,0,0,0,0,0),(18486,1913,0,1,1,3593,1,-76.1783,805.225,64.905,5.10396,275,0,0,356,0,0,0,0,0),(18487,1913,0,1,1,3593,1,-122.85,761.712,63.8145,0.204509,275,0,0,356,0,0,0,0,0),(18488,1915,0,1,1,3582,1,-142.854,816.478,63.9601,1.36136,275,0,0,330,938,0,0,0,0),(18489,6033,0,1,1,7449,0,1035.1,906.114,18.1123,4.03171,275,0,0,328,0,0,0,0,0),(32690,21180,530,1,1,0,1,-3775.73,496.528,90.5705,1.62562,25,0,0,5589,3155,0,0,0,0),(18491,1915,0,1,1,3584,1,-161.931,797.487,64.7645,1.49602,275,0,0,330,938,0,0,0,0),(18493,1914,0,1,1,3561,1,-190.309,1012.36,65.4447,3.99798,275,10,0,285,790,1,0,0,0),(18494,1866,0,1,1,829,0,1240.36,1263.49,50.8149,2.42665,275,10,0,222,0,1,0,0,0),(18495,1912,0,1,1,3602,1,-223.113,1032.29,65.9498,1.71394,275,10,0,300,0,1,0,0,0),(18496,1912,0,1,1,3602,1,-158.407,979.455,65.0678,4.82706,275,10,0,300,0,1,0,0,0),(18497,1912,0,1,1,3602,1,-170.949,1012.29,65.5697,3.16566,275,10,0,300,0,1,0,0,0),(18498,1867,0,1,1,3768,1,-177.028,1068.98,61.1024,1.90861,275,5,0,241,601,1,0,0,0),(18499,1782,0,1,1,574,0,306.223,1096.62,93.55,1.72567,275,3,0,273,0,1,0,0,0),(18500,1779,0,1,1,1947,0,331.301,1080.21,101.021,0,275,10,0,247,0,1,0,0,0),(18501,1924,0,1,1,574,0,-545.267,1387.47,27.9099,0.20201,275,10,0,328,0,1,0,0,0),(18502,1912,0,1,1,3602,1,-159.913,944.71,65.2106,4.98007,275,10,0,300,0,1,0,0,0),(18503,1780,0,1,1,827,0,1221.11,1887.73,11.5197,5.95613,275,10,0,247,0,1,0,0,0),(18504,1914,0,1,1,3560,1,-171.156,961.793,64.8819,4.72657,275,5,0,285,790,1,0,0,0),(18505,1912,0,1,1,3603,1,-153.515,893.097,63.0928,6.06112,275,5,0,300,0,1,0,0,0),(18506,1780,0,1,1,827,0,1245.92,1951.19,12.3655,4.71969,275,5,0,247,0,1,0,0,0),(18507,1914,0,1,1,3559,1,-160.344,922.395,65.5657,3.15605,275,0,0,285,790,0,0,0,0),(18508,1923,0,1,1,741,0,-582.64,1416.73,16.929,3.90695,275,10,0,356,0,1,0,0,0),(18509,1780,0,1,1,827,0,1248.04,1919.41,13.3078,5.15477,275,10,0,247,0,1,0,0,0),(18510,1914,0,1,1,3559,1,-196.633,941.087,65.79,1.6668,275,0,0,285,790,0,0,0,0),(18511,1780,0,1,1,827,0,1272.14,1932.78,15.725,1.58952,275,10,0,247,0,1,0,0,0),(18512,1780,0,1,1,827,0,1282.84,1942.04,16.1744,0.608538,275,0,0,247,0,0,0,0,0),(18513,1780,0,1,1,827,0,1270.67,1953.39,15.1186,2.16097,275,3,0,247,0,1,0,0,0),(18514,1780,0,1,1,827,0,1300.42,1957.1,19.0124,4.3395,275,3,0,247,0,1,0,0,0),(18515,1780,0,1,1,827,0,1317.13,1963.29,15.2581,4.12758,275,3,0,247,0,1,0,0,0),(18516,1781,0,1,1,760,0,1341.72,1959.05,13.4341,5.12549,275,3,0,273,0,1,0,0,0),(18517,1781,0,1,1,760,0,1345.53,1975.56,14.5076,3.24619,275,3,0,273,0,1,0,0,0),(18518,1912,0,1,1,3603,1,-250.936,812.737,74.1881,5.76403,275,5,0,300,0,1,0,0,0),(18519,1924,0,1,1,574,0,-724.068,1284.04,68.1531,4.36345,275,3,0,328,0,1,0,0,0),(18520,1780,0,1,1,827,0,1181.55,2015.41,10.9859,2.91299,275,10,0,247,0,1,0,0,0),(18521,1888,0,1,1,3567,1,-388.491,819.671,97.9254,3.47256,275,5,0,354,1326,1,0,0,0),(18522,1924,0,1,1,574,0,-752.006,1245.28,69.6447,4.589,275,10,0,328,0,1,0,0,0),(18523,1780,0,1,1,827,0,1217.04,1951.05,10.6037,5.09695,275,10,0,247,0,1,0,0,0),(18524,1914,0,1,1,3560,1,-282.813,811.979,79.1949,6.11465,275,5,0,285,790,1,0,0,0),(18993,1912,0,1,1,3602,1,-24.8028,1142.06,64.9329,4.175,275,10,0,300,0,1,0,0,0),(18994,1924,0,1,1,574,0,-705.65,1203.43,90.3259,3.58819,275,3,0,328,0,1,0,0,0),(18995,1912,0,1,1,3602,1,-45.7433,1120.69,66.846,3.91042,275,10,0,300,0,1,0,0,0),(18996,1894,0,1,1,3551,1,-442.388,1539.5,19.6376,4.53468,600,5,0,300,0,1,0,0,0),(18997,2529,0,1,1,1098,0,1241.81,1847.95,9.58249,5.1235,600,0,0,1452,0,2,0,0,0),(18998,1924,0,1,1,574,0,-488.787,1176.95,62.5426,1.21165,275,10,0,328,0,1,0,0,0),(18999,1867,0,1,1,3768,1,-92.7974,1079.32,65.9836,3.48173,275,10,0,241,601,1,0,0,0),(19000,1912,0,1,1,3603,1,-112.332,1044.59,66.9791,2.4024,275,10,0,300,0,1,0,0,0),(19001,1912,0,1,1,3602,1,-85.8231,1012.69,66.1179,4.82003,275,10,0,300,0,1,0,0,0),(19002,1891,0,1,1,2565,1,-377.63,1491.95,18.4887,5.32325,600,0,0,300,0,0,0,0,0),(19003,1912,0,1,1,3603,1,-102.869,986.781,68.1818,6.19144,275,10,0,300,0,1,0,0,0),(19004,1939,0,1,1,10851,1,851.96,693.668,53.5139,1.50609,275,5,0,356,0,1,0,0,0),(19005,1891,0,1,1,2565,1,-381.301,1653.14,17.7911,4.4855,600,0,0,300,0,0,0,0,0),(19006,1912,0,1,1,3603,1,-65.5206,1012.21,65.1428,2.63545,275,0,0,300,0,0,0,0,0),(19007,1895,0,1,1,2535,1,-378.435,1625.51,16.8077,0.694863,600,3,0,276,295,1,0,0,0),(19008,1894,0,1,1,3551,1,-389.73,1634.41,17.4309,6.20095,600,0,0,300,0,0,0,0,0),(19009,1779,0,1,1,1947,0,1177.26,1234.25,51.1829,3.9726,275,10,0,247,0,1,0,0,0),(19010,1939,0,1,1,10851,1,803.068,717.876,52.9881,1.11921,275,10,0,356,0,1,0,0,0),(19011,1766,0,1,1,246,0,1416.48,949.669,51.8731,3.90628,275,10,0,222,0,1,0,0,0),(19012,1894,0,1,1,3551,1,-385.558,1618.24,24.2887,4.07713,600,3,0,300,0,1,0,0,0),(19013,1939,0,1,1,10851,1,814.853,686.977,53.6461,4.16122,275,10,0,356,0,1,0,0,0),(19014,1939,0,1,1,10851,1,871.699,692.057,53.6579,4.99591,275,10,0,356,0,1,0,0,0),(19015,1894,0,1,1,3551,1,-385.776,1632.95,24.2887,3.83402,600,0,0,300,0,0,0,0,0),(19016,1939,0,1,1,10851,1,907.572,679.438,53.6066,1.20428,275,0,0,356,0,0,0,0,0),(19017,1912,0,1,1,3602,1,-65.723,967.583,67.516,1.29154,275,0,0,300,0,0,0,0,0),(19018,1939,0,1,1,10851,1,810.19,664.919,56.0866,1.29628,275,10,0,356,0,1,0,0,0),(19019,1894,0,1,1,3551,1,-384.391,1560.98,17.1156,2.65866,600,5,0,300,0,1,0,0,0),(19020,1914,0,1,1,3559,1,-80.5932,974.126,68.4387,1.517,275,10,0,285,790,1,0,0,0),(19021,2106,0,1,1,574,0,-387.331,1648.79,24.3721,1.5708,600,0,0,356,0,0,0,0,0),(19022,1914,0,1,1,3561,1,-65.066,969.799,67.4811,4.60767,275,0,0,285,790,0,0,0,0),(19023,1942,0,1,1,858,1,965.551,684.154,59.9198,3.01942,275,0,0,417,0,0,0,0,0),(19024,1914,0,1,1,3561,1,-66.2251,955.202,67.868,1.91607,275,10,0,285,790,1,0,0,0),(19025,1914,0,1,1,3559,1,-80.1489,935.549,69.0073,0.331613,275,0,0,285,790,0,0,0,0),(19026,1940,0,1,1,10855,1,883.612,669.743,55.3795,2.6529,275,0,0,350,390,0,0,0,0),(19027,1942,0,1,1,858,1,964.771,692.943,59.9198,3.56047,275,0,0,417,0,0,0,0,0),(19028,1914,0,1,1,3561,1,-104.213,946.987,68.5021,0.863511,275,5,0,285,790,1,0,0,0),(19029,1939,0,1,1,10851,1,917.43,665.154,53.5591,5.45052,275,0,0,356,0,2,0,0,0),(19030,721,0,1,1,328,0,770.822,1459.2,58.3441,0.900462,275,10,0,1,0,1,0,0,0),(19031,1940,0,1,1,10855,1,949.602,701.223,59.6211,0.236936,275,5,0,350,390,1,0,0,0),(19032,1943,0,1,1,10856,1,996.733,675.884,60.975,1.59524,275,5,0,417,0,1,0,0,0),(19033,1912,0,1,1,3602,1,-76.8341,935.707,69.4504,2.33874,275,0,0,300,0,0,0,0,0),(19034,1914,0,1,1,3560,1,-79.1993,938.274,69.0175,5.72468,275,0,0,285,790,0,0,0,0),(19035,1942,0,1,1,858,1,973.794,667.548,60.975,3.2815,275,0,0,417,0,0,0,0,0),(19036,1942,0,1,1,858,1,1013.64,696.036,60.975,1.90104,275,0,0,417,0,0,0,0,0),(19037,1912,0,1,1,3603,1,-83.4462,898.394,65.73,5.88176,275,0,0,300,0,0,0,0,0),(19038,1942,0,1,1,858,1,1014,682.239,65.087,2.25148,275,0,0,417,0,0,0,0,0),(19039,1867,0,1,1,3767,1,-213.289,1379.17,33.8032,1.69612,275,3,0,241,601,1,0,0,0),(19040,1914,0,1,1,3560,1,-83.2189,896.125,65.6719,0.558505,275,0,0,285,790,0,0,0,0),(19041,1767,0,1,1,441,1,890.516,1094.11,31.6513,0,275,0,0,247,0,0,0,0,0),(19042,1943,0,1,1,10856,1,1000.02,673.188,69.7968,0.382239,275,0,0,417,0,0,0,0,0),(19043,1768,0,1,1,346,1,905.944,1098.89,33.4272,5.02886,275,5,0,253,264,1,0,0,0),(19044,1865,0,1,1,732,1,138.507,1453.93,114.825,0.68888,275,10,0,247,0,1,0,0,0),(19045,1768,0,1,1,346,1,892.108,1087.21,34.1139,1.33096,275,3,0,253,264,1,0,0,0),(19046,1912,0,1,1,3603,1,21.7272,1078.48,72.5767,5.5292,275,3,0,300,0,1,0,0,0),(19047,1912,0,1,1,3603,1,89.9114,1120.4,68.7467,0.841984,275,10,0,300,0,1,0,0,0),(19048,1940,0,1,1,10855,1,714.435,682.241,44.0485,1.93934,275,10,0,350,390,1,0,0,0),(19049,1953,0,1,1,863,0,602.256,393.83,30.5363,5.87368,275,10,0,328,0,1,0,0,0),(19050,1940,0,1,1,10855,1,686.242,584.288,42.9228,6.25601,275,10,0,350,390,1,0,0,0),(19051,1767,0,1,1,441,1,871.314,1094,43.3956,4.99337,275,5,0,247,0,1,0,0,0),(19052,1912,0,1,1,3603,1,143.376,1146.11,71.7651,3.40706,275,5,0,300,0,1,0,0,0),(19053,1767,0,1,1,441,1,958.015,1065.96,34.9291,3.8641,275,10,0,247,0,1,0,0,0),(19054,1768,0,1,1,346,1,896.736,1089.1,34.2388,0,275,0,0,253,264,0,0,0,0),(19055,1767,0,1,1,441,1,882.25,1094.81,34.7358,0,275,0,0,247,0,0,0,0,0),(19056,1767,0,1,1,441,1,1049.78,1050.56,32.6697,0.687441,275,10,0,247,0,1,0,0,0),(19057,721,0,1,1,328,0,126.376,1156.39,74.3161,4.39911,275,10,0,1,0,1,0,0,0),(19058,1866,0,1,1,829,0,149.525,1456.7,114.732,0.851048,275,10,0,222,0,1,0,0,0),(19059,1953,0,1,1,863,0,658.685,445.789,38.504,0.011886,275,10,0,328,0,1,0,0,0),(19060,1953,0,1,1,863,0,621.705,486.075,37.5874,5.43838,275,10,0,328,0,1,0,0,0),(19061,1954,0,1,1,9009,0,679.521,352.099,36.1314,5.07984,275,10,0,325,357,1,0,0,0),(19062,1767,0,1,1,441,1,1009.07,1024.79,31.5236,3.6415,275,10,0,247,0,1,0,0,0),(19063,1939,0,1,1,10851,1,794.065,686.597,51.8497,5.42176,275,0,0,356,0,2,0,0,0),(19064,1769,0,1,1,11180,0,882.06,1248.85,46.8588,1.797,275,0,0,186,191,0,0,0,0),(19065,1923,0,1,1,741,0,-522.316,1259.1,67.192,1.34087,275,5,0,356,0,1,0,0,0),(19066,1939,0,1,1,10851,1,666.861,603.643,44.2561,1.48279,275,10,0,356,0,1,0,0,0),(19067,1953,0,1,1,863,0,619.296,567.976,37.4897,0.435769,275,10,0,328,0,1,0,0,0),(19068,1953,0,1,1,863,0,594.326,521.123,33.4953,4.49125,275,10,0,328,0,1,0,0,0),(19069,1953,0,1,1,863,0,616.706,420.399,35.8737,2.72773,275,10,0,328,0,1,0,0,0),(19070,1770,0,1,1,729,0,872.115,1229.03,48.007,0,275,0,0,222,0,0,0,0,0),(19071,1769,0,1,1,11180,0,877.837,1269.29,48.6476,4.82991,275,5,0,186,191,1,0,0,0),(19072,1954,0,1,1,9009,0,690.543,329.669,31.6889,1.66949,275,10,0,325,357,1,0,0,0),(19073,1770,0,1,1,729,0,892.512,1228.66,46.9676,0,275,0,0,222,0,0,0,0,0),(19074,1954,0,1,1,9009,0,746.615,295.719,34.1363,1.91882,275,10,0,325,357,1,0,0,0),(19075,1953,0,1,1,863,0,656.248,377.268,37.9674,5.41193,275,10,0,328,0,1,0,0,0),(19076,1769,0,1,1,11180,0,867.822,1232.21,53.3354,3.59945,275,3,0,186,191,1,0,0,0),(19077,1770,0,1,1,729,0,883.011,1237.49,52.7901,5.044,275,3,0,222,0,1,0,0,0),(19078,1954,0,1,1,9009,0,683.156,343.492,34.6763,1.22323,275,0,0,325,357,2,0,0,0),(19079,1953,0,1,1,863,0,694.693,416.48,37.0935,3.45717,275,10,0,328,0,1,0,0,0),(19080,1953,0,1,1,863,0,710.438,458.013,32.1665,1.51769,275,10,0,328,0,1,0,0,0),(19081,1954,0,1,1,9009,0,700.636,299.803,34.8179,4.847,275,10,0,325,357,1,0,0,0),(19082,1953,0,1,1,863,0,679.016,486.673,35.9425,1.91736,275,10,0,328,0,1,0,0,0),(19083,1953,0,1,1,863,0,701.494,377.789,34.4557,4.45833,275,10,0,328,0,1,0,0,0),(19084,1891,0,1,1,2565,1,-354.378,1421.62,28.2597,5.14872,600,0,0,300,0,0,0,0,0),(19085,1923,0,1,1,741,0,-473.697,1349.23,36.1245,3.00502,275,5,0,356,0,1,0,0,0),(19086,1955,0,1,1,2567,0,862.624,231.434,29.3591,0.176709,275,5,0,386,0,1,0,0,0),(19087,1955,0,1,1,2567,0,890.696,198.327,38.4588,0.43166,275,10,0,386,0,1,0,0,0),(19088,1956,0,1,1,631,0,997.82,131.216,32.8863,0.858495,275,10,0,417,0,1,0,0,0),(19089,1955,0,1,1,2567,0,961.354,160.383,38.0475,3.6006,275,5,0,386,0,1,0,0,0),(19090,1955,0,1,1,2567,0,922.37,214.537,35.5636,2.69602,275,5,0,386,0,1,0,0,0),(19091,1955,0,1,1,2567,0,862.088,203.809,36.7185,0.51149,275,10,0,386,0,1,0,0,0),(19092,1956,0,1,1,631,0,974.12,217.732,32.4333,6.03514,275,10,0,417,0,1,0,0,0),(19093,1955,0,1,1,2567,0,909.998,173.176,37.7708,5.36252,275,10,0,386,0,1,0,0,0),(19094,1955,0,1,1,2567,0,935.482,163.085,39.1328,2.24952,275,10,0,386,0,1,0,0,0),(19095,1955,0,1,1,2567,0,960.153,193.529,37.3031,2.42869,275,5,0,386,0,1,0,0,0),(19096,1956,0,1,1,631,0,1023.25,205.31,31.6235,2.14805,275,10,0,417,0,1,0,0,0),(19097,1956,0,1,1,631,0,1057.43,315.643,35.2235,1.54608,275,10,0,417,0,1,0,0,0),(19098,1956,0,1,1,631,0,1035.68,248.139,36.8721,2.77554,275,10,0,417,0,1,0,0,0),(19099,1956,0,1,1,631,0,1019.05,282.072,32.7273,3.79155,275,10,0,417,0,1,0,0,0),(19100,1956,0,1,1,631,0,1018.33,176.233,37.4029,0.909325,275,10,0,417,0,1,0,0,0),(19101,1956,0,1,1,631,0,1011.09,228.467,32.6543,5.51327,275,10,0,417,0,1,0,0,0),(19102,1908,0,1,1,540,0,1119.91,618.064,42.3502,4.39064,275,10,0,404,456,1,0,0,0),(19103,1769,0,1,1,11180,0,925.483,1292.81,44.2352,6.23687,275,10,0,186,191,1,0,0,0),(19104,1769,0,1,1,11180,0,978.455,1172.52,48.3191,0.332266,275,10,0,186,191,1,0,0,0),(19105,1766,0,1,1,246,0,1420.15,854.708,48.3319,6.27049,275,10,0,222,0,1,0,0,0),(19106,1866,0,1,1,829,0,1273.46,1196.49,52.6464,2.44072,275,10,0,222,0,1,0,0,0),(19107,1978,0,1,1,2684,1,1409.68,1090.26,53.7694,5.95157,275,0,0,222,0,0,0,0,0),(19108,1766,0,1,1,246,0,1442.89,1080.62,58.2144,0,275,10,0,222,0,1,0,0,0),(19109,1950,0,1,1,3540,1,1290.69,1204.7,52.8049,2.98451,275,0,0,328,0,0,0,0,0),(19110,1766,0,1,1,246,0,1476.29,994.063,62.73,3.55958,275,5,0,222,0,1,0,0,0),(19111,1765,0,1,1,11421,0,1434.15,1015.51,52.3332,0.120903,275,10,0,198,0,1,0,0,0),(19112,1766,0,1,1,246,0,1384.23,1054.62,52.7702,3.11649,275,5,0,222,0,1,0,0,0),(19113,1866,0,1,1,829,0,1258.45,1235.81,52.6899,4.01463,275,5,0,222,0,1,0,0,0),(19114,1766,0,1,1,246,0,1420.99,1027.37,52.4924,4.49403,275,10,0,222,0,1,0,0,0),(19115,5748,0,1,1,7689,1,1166.96,2063.99,5.4826,1.29154,275,0,0,417,0,0,0,0,0),(19116,1780,0,1,1,827,0,1214.18,1979.05,10.2781,4.22844,275,10,0,247,0,1,0,0,0),(19117,1766,0,1,1,246,0,1212.91,1079.86,38.7098,0.853803,275,10,0,222,0,1,0,0,0),(19118,1766,0,1,1,246,0,1308.41,1161.43,52.835,2.05291,275,10,0,222,0,1,0,0,0),(19119,1779,0,1,1,1947,0,286.048,1117.92,79.9577,4.60767,275,10,0,247,0,1,0,0,0),(19120,1779,0,1,1,1947,0,286.181,1147.99,78.2759,2.62843,275,5,0,247,0,1,0,0,0),(19121,1765,0,1,1,11421,0,319.861,1437.96,125.322,2.2434,275,10,0,198,0,1,0,0,0),(19122,1766,0,1,1,246,0,1120.63,1314.01,36.7478,1.88091,275,10,0,222,0,1,0,0,0),(19123,1766,0,1,1,246,0,1056.95,1314.21,38.0561,1.93291,275,5,0,222,0,1,0,0,0),(19124,4075,0,1,1,1141,0,-217.983,1352.78,35.5777,0.459281,275,10,0,8,0,1,0,0,0),(19125,1867,0,1,1,3768,1,-109.942,1312.12,55.4393,0.022768,275,10,0,241,601,1,0,0,0),(19126,1769,0,1,1,11180,0,603.292,1229.87,80.7245,3.06652,275,10,0,186,191,1,0,0,0),(19127,1769,0,1,1,11180,0,537.5,1129.17,89.83,1.3522,275,3,0,186,191,1,0,0,0),(19128,1779,0,1,1,1947,0,314.381,1156,82.2896,1.88667,275,5,0,247,0,1,0,0,0),(19129,1866,0,1,1,829,0,230.973,1431.45,112.053,5.05428,275,10,0,222,0,1,0,0,0),(19130,1769,0,1,1,11180,0,460.237,1287.35,82.9161,2.96777,275,10,0,186,191,1,0,0,0),(19131,1772,0,1,1,848,1,1056.38,1498.18,33.3464,4.41719,275,5,0,222,0,1,0,0,0),(19132,1773,0,1,1,10854,1,1025.63,1560.62,28.8183,0,275,0,0,230,249,0,0,0,0),(19133,1772,0,1,1,848,1,1134.89,1532.24,32.19,1.23501,275,10,0,222,0,1,0,0,0),(19134,1772,0,1,1,848,1,1010.49,1531.9,32.5447,4.81805,275,10,0,222,0,1,0,0,0),(19135,1773,0,1,1,10854,1,1126.04,1536.02,31.0416,0.513866,275,10,0,230,249,1,0,0,0),(19136,1778,0,1,1,1006,0,1126.55,1421.06,37.941,3.16307,275,10,0,266,0,1,0,0,0),(19137,1778,0,1,1,1006,0,1097.76,1425.74,38.4663,2.34261,275,10,0,266,0,1,0,0,0),(19138,1772,0,1,1,848,1,1096.55,1572.08,28.2997,3.30081,275,5,0,222,0,1,0,0,0),(19139,883,0,1,1,347,0,1131.71,1468.4,35.5572,0.636474,275,5,0,1,0,1,0,0,0),(19140,1778,0,1,1,1006,0,1114.85,1456.54,35.0071,4.71434,275,10,0,266,0,1,0,0,0),(19141,1867,0,1,1,3767,1,-39.2264,1325.9,59.8806,5.70347,275,10,0,241,601,1,0,0,0),(19142,1772,0,1,1,848,1,1113.45,1542.11,29.2795,1.25419,275,5,0,222,0,1,0,0,0),(19143,1912,0,1,1,3602,1,-206.45,859.368,70.2265,0.170603,275,0,0,300,0,2,0,0,0),(19144,1912,0,1,1,3602,1,-135.69,1014.55,68.0678,4.71627,275,0,0,300,0,2,0,0,0),(19145,1914,0,1,1,3561,1,-133.746,1028.93,68.4001,4.71626,275,0,0,285,790,2,0,0,0),(19146,1954,0,1,1,9009,0,636.219,426.171,39.0266,0.076322,275,10,0,325,357,1,0,0,0),(19147,1765,0,1,1,11421,0,1462.88,726.477,44.6103,6.10342,275,10,0,198,0,1,0,0,0),(19148,1923,0,1,1,741,0,-595.76,1403.48,19.1661,3.16307,275,5,0,356,0,1,0,0,0),(19149,2054,0,1,1,3554,1,-719.31,1479.04,13.1132,4.92678,275,5,0,404,456,1,0,0,0),(19150,2332,0,1,1,3555,1,-704.939,1574.82,17.1868,1.74533,275,0,0,531,0,0,0,0,0),(19151,5682,0,1,1,3981,1,-731.464,1450.76,15.0758,4.905,275,0,0,433,490,2,0,0,0),(19152,2053,0,1,1,3553,1,-686.778,1520.47,9.16737,1.9985,275,10,0,417,0,1,0,0,0),(19153,1766,0,1,1,246,0,1217.52,949.942,37.5159,6.11568,275,10,0,222,0,1,0,0,0),(19154,1868,0,1,1,828,0,663.382,1246.28,76.6903,2.0742,275,5,0,253,264,1,0,0,0),(19155,1867,0,1,1,3767,1,-94.3065,1131.94,64.825,1.87905,275,5,0,241,601,1,0,0,0),(19156,1769,0,1,1,11180,0,362.98,1275.41,79.9665,1.69806,275,10,0,186,191,1,0,0,0),(19157,1769,0,1,1,11180,0,497.609,1257.68,83.9165,5.94474,275,10,0,186,191,1,0,0,0),(19158,1769,0,1,1,11180,0,529.198,1428.69,101.262,1.66961,275,10,0,186,191,1,0,0,0),(19159,1769,0,1,1,11180,0,532.946,1359.04,86.7746,2.45802,275,10,0,186,191,1,0,0,0),(19160,1769,0,1,1,11180,0,569.186,1341.02,87.2185,0.044482,275,10,0,186,191,1,0,0,0),(19161,1867,0,1,1,3768,1,-267.755,1372.27,36.444,2.23667,275,5,0,241,601,1,0,0,0),(19162,1924,0,1,1,574,0,-443.369,1218.88,48.8139,0.116746,275,10,0,328,0,1,0,0,0),(19163,1769,0,1,1,11180,0,711.729,1442.76,62.7848,5.93488,275,10,0,186,191,1,0,0,0),(19164,1769,0,1,1,11180,0,639.004,1397.63,84.17,1.42813,275,10,0,186,191,1,0,0,0),(19165,1769,0,1,1,11180,0,557.588,1386.03,88.8295,3.25214,275,10,0,186,191,1,0,0,0),(19166,1769,0,1,1,11180,0,710.012,1378.31,72.4412,0.83515,275,10,0,186,191,1,0,0,0),(19167,1924,0,1,1,574,0,-419.563,1255.32,42.8428,3.38964,275,10,0,328,0,1,0,0,0),(19168,1924,0,1,1,574,0,-412.5,1304.17,40.1942,3.2651,275,10,0,328,0,1,0,0,0),(19169,1769,0,1,1,11180,0,688.636,1373.47,73.0081,5.1927,275,5,0,186,191,1,0,0,0),(19170,1924,0,1,1,574,0,-399.199,1361.04,36.1349,3.0269,275,10,0,328,0,1,0,0,0),(19171,1924,0,1,1,574,0,-438.393,1310.07,45.2276,2.78031,275,10,0,328,0,1,0,0,0),(19172,1923,0,1,1,741,0,-443.381,1363.99,36.9669,2.20375,275,10,0,356,0,1,0,0,0),(19173,1769,0,1,1,11180,0,681.392,1414.9,66.7925,4.78486,275,10,0,186,191,1,0,0,0),(19174,1867,0,1,1,3768,1,-273.217,1289.04,42.6929,1.89471,275,10,0,241,601,1,0,0,0),(19175,1867,0,1,1,3768,1,-287.733,1337.65,42.925,1.00895,275,5,0,241,601,1,0,0,0),(19176,1867,0,1,1,3768,1,-317.825,1242.07,46.0522,5.77648,275,10,0,241,601,1,0,0,0),(19177,1867,0,1,1,3767,1,-257.384,1218.95,48.6229,5.06967,275,10,0,241,601,1,0,0,0),(19178,1867,0,1,1,3768,1,-322.495,1290.36,39.4016,2.66834,275,10,0,241,601,1,0,0,0),(19179,1867,0,1,1,3768,1,-305.432,1217.55,48.6793,3.6857,275,10,0,241,601,1,0,0,0),(19180,1867,0,1,1,3768,1,-241.157,1243.95,47.3205,0.028271,275,10,0,241,601,1,0,0,0),(19181,1769,0,1,1,11180,0,328.962,1318.76,78.1197,5.71942,275,10,0,186,191,1,0,0,0),(19182,1867,0,1,1,3767,1,-172.561,1223.64,52.589,5.90539,275,10,0,241,601,1,0,0,0),(19183,2529,0,1,1,1098,0,714.037,1461.88,61.7703,2.93108,600,10,0,1452,0,1,0,0,0),(19184,1867,0,1,1,3767,1,-58.1607,1325.65,60.8368,2.28413,275,10,0,241,601,1,0,0,0),(19185,1769,0,1,1,11180,0,408.561,1274.91,82.0275,5.43284,275,10,0,186,191,1,0,0,0),(19186,1797,0,1,1,820,0,-233.982,1310.88,44.6871,5.17926,275,5,0,296,0,1,0,0,0),(19187,1778,0,1,1,1006,0,581.754,1296.32,87.0757,1.69087,275,10,0,266,0,1,0,0,0),(19188,1765,0,1,1,11421,0,1421.18,675.368,50.8068,2.47935,275,10,0,198,0,1,0,0,0),(19189,1866,0,1,1,829,0,182.671,1448.97,114.519,0.427353,275,10,0,222,0,1,0,0,0),(19190,1865,0,1,1,732,1,185.323,1434.78,113.311,2.94865,275,10,0,247,0,1,0,0,0),(19191,1866,0,1,1,829,0,193.924,1433.27,112.256,2.97027,275,10,0,222,0,1,0,0,0),(19192,1867,0,1,1,3767,1,45.4134,1266.96,63.5395,4.74633,275,0,0,241,601,2,0,0,0),(19193,1867,0,1,1,3767,1,78.2874,1252.12,65.4119,0.547897,275,10,0,241,601,1,0,0,0),(19194,1867,0,1,1,3768,1,-1.10583,1311.91,61.3136,4.02897,275,10,0,241,601,1,0,0,0),(19195,1867,0,1,1,3767,1,23.0671,1339.68,62.1224,1.37672,275,10,0,241,601,1,0,0,0),(19196,1867,0,1,1,3767,1,-7.27941,1341.17,60.1616,3.85718,275,0,0,241,601,0,0,0,0),(19197,1867,0,1,1,3768,1,-6.21723,1351.14,60.301,3.92699,275,0,0,241,601,0,0,0,0),(19198,1867,0,1,1,3767,1,-21.0524,1343.38,59.3085,0.610865,275,0,0,241,601,0,0,0,0),(19199,1867,0,1,1,3768,1,-20.0647,1357.38,60.0333,4.88692,275,0,0,241,601,0,0,0,0),(19200,1867,0,1,1,3768,1,-119.458,1249.38,53.4653,2.57851,275,10,0,241,601,1,0,0,0),(19201,1412,0,1,1,134,0,-77.5867,1284.17,57.5194,1.86121,275,10,0,8,0,1,0,0,0),(19202,1867,0,1,1,3767,1,-34.2119,1369.12,63.8766,3.02522,275,10,0,241,601,1,0,0,0),(19203,1867,0,1,1,3767,1,-93.3536,1219.56,59.2291,4.3007,275,10,0,241,601,1,0,0,0),(19204,1912,0,1,1,3602,1,-231.862,1132.84,58.9774,1.98981,275,5,0,300,0,1,0,0,0),(19205,1867,0,1,1,3768,1,-247.427,1116,62.3329,5.38072,275,5,0,241,601,1,0,0,0),(19206,1888,0,1,1,3567,1,-537.096,1023.58,98.2979,4.86718,275,3,0,354,1326,1,0,0,0),(19207,1888,0,1,1,3566,1,-457.812,879.688,99.0823,1.66156,275,5,0,354,1326,1,0,0,0),(19208,1888,0,1,1,3568,1,-566.525,937.234,89.5777,2.23759,275,10,0,354,1326,1,0,0,0),(19209,1888,0,1,1,3569,1,-566.052,880.626,88.9518,2.19701,275,10,0,354,1326,1,0,0,0),(19210,1888,0,1,1,3567,1,-490.764,849.439,94.6555,4.15018,275,5,0,354,1326,1,0,0,0),(19211,1888,0,1,1,3566,1,-481.483,825.465,95.7536,0.314159,275,0,0,354,1326,0,0,0,0),(19212,1888,0,1,1,3569,1,-497.404,801.064,92.4144,4.1711,275,10,0,354,1326,1,0,0,0),(19213,1889,0,1,1,3586,1,-478.66,826.406,96.0895,3.57792,275,0,0,379,1118,0,0,0,0),(19214,1888,0,1,1,3567,1,-494.516,832.085,93.8851,2.97388,275,10,0,354,1326,1,0,0,0),(19215,1889,0,1,1,3585,1,-473.613,832.846,97.0009,1.79769,275,0,0,379,1118,0,0,0,0),(19216,1888,0,1,1,3569,1,-575.6,840.105,90.9519,4.73389,275,10,0,354,1326,1,0,0,0),(19217,1888,0,1,1,3569,1,-462.53,927.437,96.266,3.57933,275,10,0,354,1326,1,0,0,0),(19218,1888,0,1,1,3569,1,-469.09,953.318,91.9062,4.05506,275,10,0,354,1326,1,0,0,0),(19219,1891,0,1,1,2565,1,-432.435,1531.27,18.7313,4.20121,600,5,0,300,0,1,0,0,0),(19220,1894,0,1,1,3551,1,-420.551,1544.65,18.3187,2.70724,600,0,0,300,0,2,0,0,0),(19222,1891,0,1,1,2565,1,-350.822,1606.93,18.0028,3.78911,600,0,0,300,0,0,0,0,0),(19223,1891,0,1,1,2565,1,-416.268,1576.92,19.5441,3.61468,600,0,0,300,0,0,0,0,0),(19224,1891,0,1,1,2565,1,-439.617,1517.84,19.5619,3.33314,600,5,0,300,0,1,0,0,0),(19227,1891,0,1,1,2565,1,-358.11,1528.2,24.9468,1.18862,600,0,0,300,0,0,0,0,0),(19228,1894,0,1,1,3551,1,-372.427,1611.08,24.3721,1.32645,600,0,0,300,0,0,0,0,0),(19229,1891,0,1,1,2565,1,-433.404,1564.13,19.7291,1.48262,600,5,0,300,0,1,0,0,0),(19316,1891,0,1,1,2565,1,-363.818,1545.45,24.4813,3.24746,600,0,0,300,0,0,0,0,0),(19343,1891,0,1,1,2565,1,-345.242,1601.84,17.0845,2.23485,600,0,0,300,0,0,0,0,0),(19344,1778,0,1,1,1006,0,1030.93,1362.06,38.9237,1.89779,275,10,0,266,0,1,0,0,0),(22308,1778,0,1,1,1006,0,1145.95,1298.7,35.0787,4.1867,275,10,0,266,0,1,0,0,0),(22333,2914,0,1,1,6303,0,1225.68,1363.93,38.5034,4.95714,275,10,0,8,0,1,0,0,0),(22334,1778,0,1,1,1006,0,591.82,1307.2,87.3272,3.45658,275,10,0,266,0,1,0,0,0),(22335,1778,0,1,1,1006,0,523.086,1325.6,85.5067,4.84959,275,10,0,266,0,1,0,0,0),(22336,1867,0,1,1,3767,1,-280.413,1376.34,36.069,5.1734,275,10,0,241,601,1,0,0,0),(22337,1765,0,1,1,11421,0,1467.96,501.709,40.902,4.50102,275,10,0,198,0,1,0,0,0),(22338,1867,0,1,1,3767,1,-55.2049,1286.6,59.8505,1.21555,275,10,0,241,601,1,0,0,0),(24618,1797,0,1,1,820,0,219.528,1114.58,75.2298,0,275,3,0,296,0,1,0,0,0),(24619,1797,0,1,1,820,0,-211.737,1093.68,60.6197,2.90514,275,5,0,296,0,1,0,0,0),(24713,1797,0,1,1,820,0,-278.768,1153.32,64.3192,2.88195,275,10,0,296,0,1,0,0,0),(25728,1797,0,1,1,820,0,-154.203,1124.6,58.5677,2.44461,275,5,0,296,0,1,0,0,0),(25729,1797,0,1,1,820,0,-320.852,1117.41,74.8466,4.88923,275,10,0,296,0,1,0,0,0),(26020,1778,0,1,1,1006,0,409.543,1317.3,78.2445,3.84582,275,5,0,266,0,1,0,0,0),(26021,1778,0,1,1,1006,0,437.713,1159.52,93.4748,0.176778,275,10,0,266,0,1,0,0,0),(26022,1867,0,1,1,3767,1,-190.862,1325.08,40.1285,2.50029,275,10,0,241,601,1,0,0,0),(26023,1778,0,1,1,1006,0,451.615,1340.94,85.1817,3.19536,275,10,0,266,0,1,0,0,0),(26024,1797,0,1,1,820,0,-48.8666,1246.44,60.6744,5.43838,275,10,0,296,0,1,0,0,0),(26025,1797,0,1,1,820,0,217.217,1227.29,68.8747,0.263938,275,5,0,296,0,1,0,0,0),(26026,1797,0,1,1,820,0,92.6028,1171.89,67.6928,3.24048,275,5,0,296,0,1,0,0,0),(26027,1797,0,1,1,820,0,156.96,1285.44,69.5698,4.4701,275,10,0,296,0,1,0,0,0),(26029,1797,0,1,1,820,0,155.145,1217.37,67.9373,0.914298,275,5,0,296,0,1,0,0,0),(26030,1778,0,1,1,1006,0,477.756,1305.02,84.1691,2.74875,275,10,0,266,0,1,0,0,0),(26031,1778,0,1,1,1006,0,396.282,1295.85,77.3397,2.36224,275,10,0,266,0,1,0,0,0),(26032,1778,0,1,1,1006,0,653.726,1344.84,80.0022,6.24912,275,10,0,266,0,1,0,0,0),(26033,1778,0,1,1,1006,0,745.082,1402.35,67.4938,1.37176,275,10,0,266,0,1,0,0,0),(26034,1778,0,1,1,1006,0,742.907,1462.7,63.4623,0.124355,275,10,0,266,0,1,0,0,0),(26035,1778,0,1,1,1006,0,597.697,1170.5,84.7169,3.04576,275,5,0,266,0,1,0,0,0),(26036,1778,0,1,1,1006,0,560.667,1202.25,84.6172,0.261806,275,10,0,266,0,1,0,0,0),(26037,1778,0,1,1,1006,0,729.804,1479.67,62.1422,1.26715,275,10,0,266,0,1,0,0,0),(26038,1778,0,1,1,1006,0,430.434,1132.63,95.647,3.34109,275,10,0,266,0,1,0,0,0),(26040,1797,0,1,1,820,0,13.2094,1282.69,61.6673,4.65375,275,10,0,296,0,1,0,0,0),(26041,1797,0,1,1,820,0,-210.926,1228.94,55.0969,2.96777,275,10,0,296,0,1,0,0,0),(26042,1797,0,1,1,820,0,118.75,1293.75,69.4602,3.00272,275,10,0,296,0,1,0,0,0),(26043,1797,0,1,1,820,0,39.4396,1275.63,63.4846,4.84533,275,10,0,296,0,1,0,0,0),(26044,1797,0,1,1,820,0,187.751,1288.45,70.7082,5.3586,275,10,0,296,0,1,0,0,0),(26045,10780,0,1,1,10091,0,-483.713,1281.92,46.6344,4.93489,275,0,0,20,0,0,0,0,0),(26046,1797,0,1,1,820,0,-302.147,1375.94,34.8876,0.700368,275,5,0,296,0,1,0,0,0),(26047,1797,0,1,1,820,0,-82.8995,1284.23,56.8944,1.32105,275,10,0,296,0,1,0,0,0),(26048,1797,0,1,1,820,0,-214.962,1327.58,37.5295,1.13293,275,10,0,296,0,1,0,0,0),(26049,1797,0,1,1,820,0,-201.677,1281.97,43.3835,6.19129,275,10,0,296,0,1,0,0,0),(26050,1797,0,1,1,820,0,-275.778,1342.36,36.05,1.03657,275,10,0,296,0,1,0,0,0),(26123,1797,0,1,1,820,0,-152.705,1205.62,57.5753,5.75047,275,10,0,296,0,1,0,0,0),(26124,1869,0,1,1,732,1,735.347,1093.81,48.1717,0.753086,275,10,0,300,0,1,0,0,0),(26125,12432,0,1,1,982,0,212.523,1188.48,69.7485,1.24495,43200,0,0,375,0,0,0,0,0),(26160,1869,0,1,1,732,1,774.16,1117.51,52.8465,0.792179,275,0,0,300,0,0,0,0,0),(26161,1868,0,1,1,828,0,712.101,1227.01,62.5407,4.41417,275,10,0,253,264,1,0,0,0),(26162,1868,0,1,1,828,0,686.881,1246.61,73.9435,3.59087,275,10,0,253,264,1,0,0,0),(26163,1869,0,1,1,732,1,778.168,1220.01,55.6695,2.51764,275,10,0,300,0,1,0,0,0),(26366,1869,0,1,1,732,1,670.994,1179.05,65.6631,4.75109,275,10,0,300,0,1,0,0,0),(27351,1868,0,1,1,828,0,711.707,1279.47,70.4829,4.61918,275,10,0,253,264,1,0,0,0),(27391,1868,0,1,1,828,0,752.429,1185.54,55.7302,0.614355,275,10,0,253,264,1,0,0,0),(27493,1869,0,1,1,732,1,758.673,1146.76,49.2632,3.71148,275,10,0,300,0,1,0,0,0),(27561,1868,0,1,1,828,0,809.338,1244.26,55.9657,5.22654,275,10,0,253,264,1,0,0,0),(27562,1868,0,1,1,828,0,745.331,1249.33,60.5594,0.905387,275,10,0,253,264,1,0,0,0),(27771,1869,0,1,1,732,1,723.2,1193.85,60.3411,0.814424,275,10,0,300,0,1,0,0,0),(27797,1888,0,1,1,3569,1,-518.141,1099.53,81.3403,5.62445,275,10,0,354,1326,1,0,0,0),(27799,1797,0,1,1,820,0,-29.7372,1219.67,61.6027,3.19363,275,10,0,296,0,1,0,0,0),(27801,1867,0,1,1,3767,1,-221.949,1154.68,59.0596,3.15079,275,10,0,241,601,1,0,0,0),(27802,1924,0,1,1,574,0,-611.139,1139.6,80.9624,3.11328,275,3,0,328,0,1,0,0,0),(28231,1923,0,1,1,741,0,-581.999,1138.87,78.6239,4.42209,275,5,0,356,0,1,0,0,0),(28232,1866,0,1,1,829,0,261.411,1423.8,113.997,0.964189,275,10,0,222,0,1,0,0,0),(28233,1778,0,1,1,1006,0,365.424,1477.24,124.662,2.03881,275,10,0,266,0,1,0,0,0),(28234,1765,0,1,1,11421,0,382.513,1499.01,125.727,2.095,275,10,0,198,0,1,0,0,0),(28235,1909,0,1,1,757,1,1144.24,301.694,27.566,2.29781,275,5,0,377,408,1,0,0,0),(28236,1909,0,1,1,757,1,1211.46,314.035,33.5416,0.222445,275,5,0,377,408,1,0,0,0),(28318,1889,0,1,1,3586,1,-502.2,1030.44,94.0043,1.40597,275,0,0,379,1118,2,0,0,0),(28319,1888,0,1,1,3567,1,-506.316,1023.98,93.78,1.40597,275,0,0,354,1326,2,0,0,0),(28320,1889,0,1,1,3587,1,-369.952,804.072,93.2169,3.39092,275,0,0,379,1118,2,0,0,0),(28321,1889,0,1,1,3588,1,-516.892,712.155,87.6163,2.35219,275,10,0,379,1118,1,0,0,0),(28322,1766,0,1,1,246,0,1380.17,1091.26,52.4141,1.62316,275,10,0,222,0,1,0,0,0),(28323,1766,0,1,1,246,0,1317.18,1090.6,50.4066,0.244346,275,10,0,222,0,1,0,0,0),(28324,1766,0,1,1,246,0,1285.47,1145.11,51.8388,1.41372,275,10,0,222,0,1,0,0,0),(28325,1766,0,1,1,246,0,1312.46,1126.45,52.5574,1.74533,275,10,0,222,0,1,0,0,0),(28326,1888,0,1,1,3567,1,-415.372,829.486,94.8417,3.5738,275,10,0,354,1326,1,0,0,0),(28378,1889,0,1,1,3585,1,-523.053,664.967,88.7776,0.116362,275,3,0,379,1118,1,0,0,0),(28379,1983,0,1,1,915,0,1073.84,1543.37,28.6752,0.174533,275,0,0,300,0,0,0,0,0),(28380,1974,0,1,1,828,0,-405.515,915.922,118.82,3.46048,275,3,0,449,0,1,0,0,0),(28381,1974,0,1,1,828,0,-316.002,1037.61,117.749,2.28638,275,0,0,449,0,0,0,0,0),(28382,1973,0,1,1,370,1,-321.882,1051.01,118.255,3.84304,275,5,0,494,0,1,0,0,0),(28383,1973,0,1,1,370,1,-336.214,1031.54,118.971,1.02319,275,5,0,494,0,1,0,0,0),(28384,1973,0,1,1,370,1,-317.944,1039.05,117.534,5.72468,275,0,0,494,0,0,0,0,0),(28385,1973,0,1,1,370,1,-288.228,1024.13,115.024,4.43293,275,5,0,494,0,1,0,0,0),(28386,1974,0,1,1,828,0,-288.096,1025.36,115.146,4.84051,275,5,0,449,0,1,0,0,0),(28387,1973,0,1,1,370,1,-290.375,1044.4,115.962,3.54302,275,0,0,494,0,0,0,0,0),(28388,1973,0,1,1,370,1,-342.395,981.975,128.003,0,275,0,0,494,0,0,0,0,0),(28389,1974,0,1,1,828,0,-305.307,1066.69,117.554,5.77938,275,5,0,449,0,1,0,0,0),(28390,1974,0,1,1,828,0,-290.14,1011.5,113.612,5.4312,275,5,0,449,0,1,0,0,0),(28391,1973,0,1,1,370,1,-338.293,985.598,127.584,5.95002,275,5,0,494,0,1,0,0,0),(28392,1973,0,1,1,370,1,-317.504,973.757,133.245,3.04738,275,5,0,494,0,1,0,0,0),(28393,1973,0,1,1,370,1,-329.55,986.071,129.479,5.60251,275,0,0,494,0,0,0,0,0),(28394,1974,0,1,1,828,0,-349.574,1001.24,125.808,3.99575,275,5,0,449,0,1,0,0,0),(28395,1973,0,1,1,370,1,-324.499,928.591,130.929,0.133254,275,5,0,494,0,1,0,0,0),(28396,1973,0,1,1,370,1,-289.926,944.468,130.69,2.30383,275,0,0,494,0,0,0,0,0),(28397,1974,0,1,1,828,0,-314.677,944.923,131.839,0.627119,275,5,0,449,0,1,0,0,0),(28398,1974,0,1,1,828,0,-307.473,966.274,126.965,4.02522,275,0,0,449,0,0,0,0,0),(28399,1974,0,1,1,828,0,-359.615,905.576,133.589,3.68265,275,0,0,449,0,0,0,0,0),(28400,1974,0,1,1,828,0,-351.749,929.615,131.371,1.5947,275,3,0,449,0,1,0,0,0),(28401,1973,0,1,1,370,1,-342.676,947.602,131.54,4.43314,275,0,0,494,0,0,0,0,0),(28403,1888,0,1,1,3567,1,-427.931,911.598,107.515,3.9194,275,3,0,354,1326,1,0,0,0),(28404,1974,0,1,1,828,0,-366.251,902.298,131.968,0.202716,275,0,0,449,0,2,0,0,0),(49223,1837,0,1,1,0,1,2836.36,-1398.27,147.549,3.78187,72000,0,0,7326,2434,0,0,0,0),(95029,17527,530,1,1,0,0,-2169.14,-11131,53.2817,1.85855,300,5,0,356,0,1,0,0,0),(49222,1533,0,1,1,0,0,2885.04,973.306,116.879,0.199966,72000,0,0,187,0,0,0,0,0),(49204,1112,0,1,1,0,0,-3780.03,-2344.52,34.4869,2.78063,72000,0,0,664,0,0,0,0,0),(28409,1889,0,1,1,3587,1,39.0142,782.545,69.8046,3.31613,275,0,0,379,1118,0,0,0,0),(28410,721,0,1,1,328,0,-484.7,1281.47,46.8949,2.33092,275,10,0,1,0,1,0,0,0),(49203,1037,0,1,1,0,1,-3371.96,-2264.64,53.6157,4.37813,72000,0,0,684,0,2,0,0,0),(28412,10665,0,1,1,9999,1,2326.31,398.818,33.6847,6.25477,300,0,0,484,0,2,0,0,0),(28413,10666,0,1,1,10006,0,2242.45,599.449,33.3335,2.52821,300,0,0,1910,0,2,0,0,0),(28414,12943,0,1,1,12975,1,1737.1,-730.883,59.7414,2.42601,300,0,0,3398,0,0,0,0,0),(28415,11057,0,1,1,10552,1,1751.82,-729.987,60.1524,2.51327,300,0,0,2714,5461,0,0,0,0),(28416,11194,0,1,1,11408,1,1772.2,-726.041,59.5096,1.85005,300,0,0,7048,0,0,0,0,0),(28417,11194,0,1,1,11406,1,1783.48,-719.895,59.386,2.91158,300,0,0,7048,0,2,0,0,0),(28418,11194,0,1,1,11408,1,1778.95,-725.659,59.3983,1.8326,300,0,0,7048,0,0,0,0,0),(28419,10856,0,1,1,10212,1,1784.72,-729.107,59.4701,1.8675,300,0,0,3876,0,0,0,0,0),(28420,10839,0,1,1,10210,1,1775.48,-725.93,59.4157,1.72788,300,0,0,4120,0,0,0,0,0),(28421,10837,0,1,1,10150,1,1760.79,-723.177,59.9819,2.46091,300,0,0,4244,0,0,0,0,0),(28422,11055,0,1,1,10550,1,1671.19,-718.813,58.2996,1.32645,300,0,0,3297,2434,0,0,0,0),(28423,1554,0,1,1,8808,0,2821.08,-216.271,48.1429,0.365529,300,10,0,156,0,1,0,0,0),(28424,1554,0,1,1,8808,0,2784.72,60.5524,29.307,4.53664,300,5,0,156,0,1,0,0,0),(28425,1554,0,1,1,8808,0,2882.99,43.5775,15.8697,1.29075,300,10,0,156,0,1,0,0,0),(28426,1554,0,1,1,8808,0,2816.05,-296.522,63.1928,1.60594,300,5,0,156,0,1,0,0,0),(28427,1548,0,1,1,9020,0,2912.45,-51.8019,21.0566,3.01227,300,5,0,137,0,1,0,0,0),(28428,1548,0,1,1,9020,0,2747.53,-49.4095,33.4922,0.767611,300,5,0,137,0,1,0,0,0),(28429,1554,0,1,1,8808,0,2924.55,-418.408,81.1767,1.34144,300,10,0,156,0,1,0,0,0),(28430,1554,0,1,1,8808,0,2917.02,-256.824,40.8321,5.0675,300,10,0,156,0,1,0,0,0),(28431,1545,0,1,1,346,1,3085.17,-132.469,0,5.10808,300,5,0,176,0,1,0,0,0),(28432,1545,0,1,1,346,1,3071.71,-70.864,-0.854803,4.65863,300,5,0,176,0,1,0,0,0),(28433,1545,0,1,1,346,1,3084.85,-285.962,-1.81276,5.57775,300,5,0,176,0,1,0,0,0),(28434,1545,0,1,1,346,1,2979.87,-26.037,7.20216,0.954091,300,10,0,176,0,1,0,0,0),(28435,1545,0,1,1,346,1,2961.8,116.946,-0.105331,4.21289,300,5,0,176,0,1,0,0,0),(28436,1545,0,1,1,346,1,3014.85,-20.1467,5.02948,4.04806,300,10,0,176,0,1,0,0,0),(28437,1545,0,1,1,346,1,3046.45,11.1085,0.234004,4.4855,300,0,0,176,0,0,0,0,0),(28438,1545,0,1,1,346,1,3042.34,-335.774,4.19988,2.31064,300,5,0,176,0,1,0,0,0),(28439,1544,0,1,1,1005,1,3037.88,-361.711,1.91953,2.21657,300,0,0,148,165,0,0,0,0),(28440,1545,0,1,1,346,1,3041.92,-251.275,6.71752,0.855763,300,10,0,176,0,1,0,0,0),(28441,1917,0,1,1,3668,1,1967.96,1374.59,64.3015,4.84732,300,5,0,55,0,1,0,0,0),(28442,1916,0,1,1,11405,1,1971.99,1386.87,63.3015,1.27456,300,0,0,71,0,0,0,0,0),(28443,1934,0,1,1,3532,1,2311.7,1321.29,32.6429,5.0549,300,5,0,120,0,1,0,0,0),(28444,1934,0,1,1,3532,1,2333.36,1317.66,34.0506,5.77704,300,0,0,120,0,0,0,0,0),(28445,1934,0,1,1,3532,1,2320.64,1311.52,33.3476,2.74017,300,0,0,120,0,0,0,0,0),(28446,1538,0,1,1,2477,1,2563.66,-895.477,55.6279,2.46091,300,0,0,166,178,0,0,0,0),(28447,1537,0,1,1,2483,1,2554.68,-952.893,74.2141,0.20944,300,0,0,156,0,0,0,0,0),(28448,1538,0,1,1,2477,1,2540.38,-886.911,55.5066,4.88814,300,3,0,166,178,1,0,0,0),(28449,1537,0,1,1,2483,1,2544.87,-918.002,56.2483,0.750492,300,3,0,156,0,1,0,0,0),(28450,1537,0,1,1,2483,1,2534.89,-903.189,56.889,2.56563,300,0,0,156,0,0,0,0,0),(28451,1538,0,1,1,2466,1,2517.75,-898.981,56.1185,1.98968,300,0,0,166,178,0,0,0,0),(28452,1537,0,1,1,2483,1,2529.11,-918.49,56.4659,2.814,300,3,0,156,0,1,0,0,0),(28453,1537,0,1,1,2472,1,2560.15,-902.125,55.6462,3.90369,300,3,0,156,0,1,0,0,0),(28454,1537,0,1,1,2483,1,2564.65,-890.231,55.5182,3.59538,300,0,0,156,0,0,0,0,0),(28455,1538,0,1,1,2477,1,2528.36,-904.647,57.0912,0.977384,300,0,0,166,178,0,0,0,0),(28457,1909,0,1,1,757,1,1189.64,283.557,29.8825,4.89664,300,5,0,377,408,1,0,0,0),(28460,5749,0,1,1,4175,1,1836.77,1641.04,97.7113,5.13127,300,0,0,178,382,0,0,0,0),(28461,2115,0,1,1,1577,1,1866.02,1574.45,94.3969,3.49066,300,0,0,102,0,0,0,0,0),(28462,2116,0,1,1,1575,1,1842.44,1570.19,96.6652,2.42601,300,0,0,102,0,0,0,0,0),(28463,2124,0,1,1,1592,1,1847.39,1635.52,97.0169,3.87463,300,0,0,102,0,0,0,0,0),(28464,2119,0,1,1,1578,1,1862.46,1556.33,94.879,2.49582,300,0,0,102,0,0,0,0,0),(28465,2117,0,1,1,1576,1,1836.24,1569.16,96.5949,0.992606,300,0,0,102,0,0,0,0,0),(28466,2122,0,1,1,1580,1,1859.65,1563.3,94.39,5.81195,300,0,0,102,0,0,0,0,0),(28467,2126,0,1,1,1581,1,1839.03,1636.54,97.0169,5.20108,300,0,0,102,0,0,0,0,0),(28468,2113,0,1,1,1574,1,1859.39,1568.82,94.3135,1.15402,300,0,0,102,0,0,0,0,0),(28469,2123,0,1,1,1579,1,1848.32,1627.63,97.0169,3.33358,300,0,0,102,0,0,0,0,0),(28470,2114,0,1,1,3520,1,2267.3,331.635,35.2078,6.24828,300,0,0,102,0,0,0,0,0),(28471,2118,0,1,1,1632,1,2259.73,275.571,34.8637,2.49285,300,0,0,176,0,0,0,0,0),(28472,4731,0,1,1,2789,1,2250.38,328.108,35.2725,5.67232,300,0,0,1003,0,0,0,0,0),(28473,2137,0,1,1,1634,1,2246.33,308.24,35.2725,5.58505,300,0,0,247,0,0,0,0,0),(28474,5688,0,1,1,8190,1,2269.51,244.944,34.3402,3.75246,300,0,0,1003,0,0,0,0,0),(28475,5750,0,1,1,4176,1,2252.7,251.922,41.1981,5.14872,300,0,0,178,382,0,0,0,0),(28476,2128,0,1,1,1600,1,2256.81,233.219,41.1981,1.06465,300,0,0,300,0,0,0,0,0),(28477,2129,0,1,1,1602,1,2265.2,251.054,41.1981,5.34071,300,0,0,386,0,0,0,0,0),(28478,10055,0,1,1,9274,1,2266.06,320.66,34.4421,5.48033,300,0,0,1003,0,0,0,0,0),(28479,2130,0,1,1,1603,1,2271.04,242.997,41.1981,2.19912,300,0,0,273,0,0,0,0,0),(28481,36213,0,1,1,0,1,1612.13,189.217,-43.0189,0.471239,300,0,0,15952,0,0,0,0,0),(28482,13839,0,1,1,13807,1,1382.09,433.115,-52.8504,6.23082,900,0,0,4400,0,0,0,0,0),(28483,13839,0,1,1,13854,1,1246.15,336.818,-63.5777,5.98648,900,0,0,4400,0,0,0,0,0),(28484,13839,0,1,1,13807,1,1312.74,377.39,-66.653,1.46608,900,0,0,4400,0,0,0,0,0),(28485,36213,0,1,1,0,1,1423.53,323.279,-62.1024,1.02974,300,0,0,15952,0,0,0,0,0),(28486,36213,0,1,1,0,1,1466.46,97.3513,-61.3621,2.35619,300,0,0,15952,0,0,0,0,0),(28487,36213,0,1,1,0,1,1756.48,348.171,-62.1424,5.044,300,0,0,15952,0,0,0,0,0),(28488,36213,0,1,1,0,1,1579.34,291.169,-43.0189,3.52556,300,0,0,15952,0,0,0,0,0),(28489,36213,0,1,1,0,1,1591.16,203.881,55.3257,0.10472,300,0,0,15952,0,0,0,0,0),(28490,36213,0,1,1,0,1,1572.02,287.895,-43.0191,0.453786,300,0,0,15952,0,0,0,0,0),(28491,5651,0,1,1,6228,1,1566.8,275.302,-43.0192,5.37561,300,0,0,328,0,0,0,0,0),(28492,5667,0,1,1,3944,1,1836.94,1633.43,97.0169,5.86431,300,0,0,198,0,0,0,0,0),(28493,6784,0,1,1,5509,1,2126.65,1305.98,53.9885,2.83146,300,0,0,102,0,0,0,0,0),(28494,6411,0,1,1,5235,1,1627.44,277.051,-43.0192,4.34587,300,0,0,2218,0,0,0,0,0),(28495,13158,0,1,1,13090,0,2514.5,-908.417,56.2159,2.86234,300,0,0,230,249,0,0,0,0),(28496,6467,0,1,1,5206,1,1435.6,71.9724,-62.1954,1.01229,300,0,0,1003,0,0,0,0,0),(28497,11835,0,1,1,11756,1,1417.66,428.868,-84.8821,3.21141,300,0,0,2769,0,0,0,0,0),(28498,1741,0,1,1,1587,1,1876.15,1582.36,91.7599,4.2409,300,2,0,7048,0,1,0,0,0),(28705,1739,0,1,1,1589,1,1847.25,1572.01,95.0795,4.79961,300,0,0,11828,0,2,0,0,0),(28706,1737,0,1,1,1588,1,1827.71,1609.54,95.8829,1.60734,300,0,0,11828,0,2,0,0,0),(28707,7980,0,1,1,7117,1,2147.6,1283.62,53.8881,0.139626,300,0,0,21270,0,0,0,0,0),(28708,1740,0,1,1,3523,1,1861.17,1605.02,94.9238,3.5194,300,5,0,274,0,1,0,0,0),(28709,7980,0,1,1,14369,1,2162.66,1309.14,54.2936,4.18879,300,0,0,21270,0,0,0,0,0),(28710,7980,0,1,1,7118,1,2155.33,1270.88,52.5395,5.49779,300,0,0,21270,0,0,0,0,0),(28711,1736,0,1,1,1590,1,1882.95,1590.8,89.8312,5.86672,300,0,0,11828,0,0,0,0,0),(28712,7980,0,1,1,7118,1,2166.48,1275.31,53.3102,4.79965,300,0,0,21270,0,0,0,0,0),(28713,7980,0,1,1,14369,1,2156.34,1312.44,53.9032,4.69494,300,0,0,21270,0,0,0,0,0),(29774,2209,0,1,1,2856,1,2288.87,243.432,27.1719,5.044,300,0,0,1302,0,0,0,0,0),(29775,1735,0,1,1,2852,1,2240.14,609.873,33.4997,4.39823,300,0,0,1124,0,0,0,0,0),(29776,16096,0,1,1,7102,1,2070.67,289.674,97.1149,1.58825,900,0,0,31905,0,0,0,0,0),(29777,1745,0,1,1,2859,1,2259.59,312.751,34.8431,5.28835,300,0,0,1124,0,0,0,0,0),(29778,7980,0,1,1,7117,1,2074.89,282.039,59.3904,6.07375,300,0,0,21270,0,0,0,0,0),(29779,1738,0,1,1,2862,1,2133.82,165.34,38.0079,3.69342,300,0,0,1042,0,2,0,0,0),(29780,1743,0,1,1,2857,1,2288.33,387.875,34.363,2.11185,300,0,0,1124,0,0,0,0,0),(29781,7980,0,1,1,7117,1,2057.72,285.63,59.4004,2.98451,300,0,0,21270,0,0,0,0,0),(29782,16096,0,1,1,7102,1,2061.22,238.249,99.8488,5.02655,900,0,0,31905,0,0,0,0,0),(29783,2210,0,1,1,2861,1,2295.68,246.425,27.5413,3.7001,300,0,0,1302,0,0,0,0,0),(29784,1765,0,1,1,11421,0,1458.97,539.176,48.0651,2.57332,300,5,0,198,0,1,0,0,0),(29785,1765,0,1,1,11421,0,1516.98,687.972,50.7996,0.499035,300,5,0,198,0,1,0,0,0),(29786,1765,0,1,1,11421,0,1529.37,559.778,50.3755,0.558799,300,5,0,198,0,1,0,0,0),(29787,1547,0,1,1,9021,0,2624.53,1287.23,49.479,3.04077,300,5,0,102,0,1,0,0,0),(29788,1553,0,1,1,4734,0,2107.86,1148.63,34.0916,5.39812,300,5,0,120,0,1,0,0,0),(29789,1547,0,1,1,9021,0,2546.37,1195.78,67.5728,0.415125,300,5,0,102,0,1,0,0,0),(29790,1547,0,1,1,9021,0,2342.73,1165.76,35.577,3.71985,300,5,0,102,0,1,0,0,0),(29791,1547,0,1,1,9021,0,2250.88,1194.67,34.3002,1.66191,300,10,0,102,0,1,0,0,0),(29792,1553,0,1,1,4734,0,2622.98,1145.87,83.5926,3.41641,300,10,0,120,0,1,0,0,0),(29793,10781,0,1,1,10130,1,1601.69,203.622,-55.2596,2.33874,300,0,0,1753,0,0,0,0,0),(29794,1519,0,1,1,1648,1,2205.75,1184.52,32.328,1.16937,300,0,0,1210,0,0,0,0,0),(29795,1521,0,1,1,3515,0,2249.06,236.785,41.2981,0,300,0,0,156,0,0,0,0,0),(29796,1496,0,1,1,2855,1,2287.66,403.372,34.0048,3.10669,300,0,0,1124,0,0,0,0,0),(29797,1515,0,1,1,1649,1,2278.08,295.587,35.3301,1.93731,300,0,0,300,0,0,0,0,0),(29798,1652,0,1,1,1666,1,2270.7,279.998,35.3226,2.70526,300,0,0,1302,0,0,0,0,0),(29799,1497,0,1,1,3518,1,2574.63,-48.2606,33.7965,2.39245,300,0,0,3189,0,0,0,0,0),(29800,1560,0,1,1,3517,0,2252.83,250.671,34.3437,5.67232,300,0,0,328,0,0,0,0,0),(29801,1500,0,1,1,3516,1,2262.26,244.257,33.717,3.42085,300,0,0,328,0,0,0,0,0),(29803,1568,0,1,1,1582,1,1671.89,1678.29,120.802,0.0349066,300,0,0,102,0,0,0,0,0),(29804,1569,0,1,1,1584,1,1843.32,1639.9,97.8113,4.60767,300,0,0,102,0,0,0,0,0),(29805,1570,0,1,1,1583,1,1848.82,1580.47,94.7451,1.79769,300,0,0,102,0,0,0,0,0),(29806,1661,0,1,1,1593,1,1847.73,1638.65,97.0169,4.15388,300,0,0,71,0,0,0,0,0),(29807,1508,0,1,1,447,0,1808.2,1541.72,97.2886,3.88889,120,10,0,42,0,1,0,0,0),(29808,1508,0,1,1,447,0,1770.32,1517.16,111.011,4.28476,120,10,0,42,0,1,0,0,0),(29809,1506,0,1,1,2403,1,1875.67,1303.86,90.4382,1.06303,300,0,0,71,0,2,0,0,0),(29810,1507,0,1,1,2467,1,1719.75,1294.1,127.224,3.61536,300,5,0,67,174,1,0,0,0),(29811,1506,0,1,1,2407,1,1862.37,1327.33,76.739,3.44423,300,10,0,71,0,1,0,0,0),(29812,1506,0,1,1,2403,1,1804.3,1333.56,88.0722,4.86114,300,10,0,71,0,1,0,0,0),(29879,1506,0,1,1,2407,1,1678.79,1330.88,130.01,3.76314,300,5,0,71,0,1,0,0,0),(29881,1506,0,1,1,2403,1,1790.39,1345.21,89.3329,0.891939,300,0,0,71,0,0,0,0,0),(29883,1502,0,1,1,829,0,1853.81,1487.77,91.1091,1.3634,120,5,0,42,0,1,0,0,0),(29884,1501,0,1,1,10973,0,1946.66,1470.27,76.7557,3.95143,120,10,0,42,0,1,0,0,0),(29894,1505,0,1,1,30,0,2011.61,1950.18,102.784,4.99225,300,3,0,71,0,1,0,0,0),(29895,1505,0,1,1,30,0,2031.67,1982.41,99.4994,5.47444,300,5,0,71,0,1,0,0,0),(29896,1505,0,1,1,30,0,2062.19,1975.57,100.636,2.90281,300,5,0,71,0,1,0,0,0),(29897,1535,0,1,1,2471,1,2298.38,1595.04,39.7552,5.18259,300,10,0,120,0,1,0,0,0),(29898,1535,0,1,1,2482,1,2434.53,1638.51,35.0626,0.004955,300,3,0,120,0,1,0,0,0),(29899,1535,0,1,1,2471,1,2357.33,1660.23,34.544,2.34507,300,10,0,120,0,1,0,0,0),(29900,1535,0,1,1,2471,1,2473.13,1514.15,33.913,3.70284,300,5,0,120,0,1,0,0,0),(29901,1520,0,1,1,200,1,2504.66,831.001,120.961,1.46048,300,5,0,120,0,1,0,0,0),(29902,1536,0,1,1,2479,1,1874.17,1079.71,25.4531,4.06983,300,10,0,137,0,1,0,0,0),(29903,1536,0,1,1,2479,1,1850.2,882.255,28.0977,3.93582,300,5,0,137,0,1,0,0,0),(29904,1536,0,1,1,2479,1,1826.04,825.973,26.0906,1.11701,300,0,0,137,0,0,0,0,0),(29905,1536,0,1,1,2468,1,1879.72,1024.23,28.5879,1.34822,300,5,0,137,0,1,0,0,0),(29906,1548,0,1,1,9020,0,1774.21,986.453,47.6117,2.98078,300,10,0,137,0,1,0,0,0),(29907,1548,0,1,1,9020,0,1805.37,1136.43,46.6953,1.26052,300,5,0,137,0,1,0,0,0),(29908,1548,0,1,1,9020,0,1929.47,877.028,36.2013,0.751548,300,5,0,137,0,1,0,0,0),(29909,1554,0,1,1,8808,0,2035.3,813.816,34.8428,0.580144,300,0,0,156,0,0,0,0,0),(29910,1554,0,1,1,8808,0,1952.77,1025.85,36.3107,2.97676,300,5,0,156,0,1,0,0,0),(29911,1548,0,1,1,9020,0,2077.61,1199.84,44.5364,2.66353,300,10,0,137,0,1,0,0,0),(29912,1548,0,1,1,9020,0,1981.47,1181.1,45.4234,3.25613,300,5,0,137,0,1,0,0,0),(29913,1554,0,1,1,8808,0,1817.25,1084.9,39.5664,1.30572,300,10,0,156,0,1,0,0,0),(29914,1548,0,1,1,9020,0,1957.55,1100.77,33.0673,4.12086,300,10,0,137,0,1,0,0,0),(29915,1548,0,1,1,9020,0,2327.3,915.242,59.903,0.672606,300,10,0,137,0,1,0,0,0),(29916,1553,0,1,1,4734,0,2348.89,1018.03,51.2574,1.15346,300,5,0,120,0,1,0,0,0),(29917,1547,0,1,1,9021,0,2411.07,774.032,42.7019,6.09154,300,5,0,102,0,1,0,0,0),(29918,1553,0,1,1,4734,0,2375.14,774.735,38.5911,2.87484,300,5,0,120,0,1,0,0,0),(29919,1525,0,1,1,1200,0,2440.72,486.974,44.588,4.4855,300,10,0,102,0,1,0,0,0),(29920,1543,0,1,1,441,1,2506.99,1482.76,0.690869,1.45366,300,5,0,137,0,1,0,0,0),(29921,1543,0,1,1,441,1,2523.79,1672.26,3.77214,4.98783,300,0,0,137,0,0,0,0,0),(29922,1543,0,1,1,441,1,2490.99,1455.66,5.48871,1.22403,300,5,0,137,0,1,0,0,0),(29923,1544,0,1,1,1005,1,2608.13,1463.97,3.01951,5.21853,300,0,0,148,165,0,0,0,0),(29924,1543,0,1,1,441,1,2493.95,1645.91,14.9423,0.279253,300,0,0,137,0,0,0,0,0),(29925,1543,0,1,1,441,1,2541.35,1400.19,5.73272,4.41568,300,0,0,137,0,0,0,0,0),(29926,1543,0,1,1,441,1,2483.33,1693.55,24.4366,4.4855,300,0,0,137,0,0,0,0,0),(29927,1543,0,1,1,441,1,3008.54,181.054,0.674664,3.4383,300,0,0,137,0,0,0,0,0),(29928,1544,0,1,1,1005,1,2999.37,168.352,0.830552,2.47837,300,0,0,148,165,0,0,0,0),(29929,1553,0,1,1,4734,0,2233.52,56.4329,34.7082,0.528356,300,10,0,120,0,1,0,0,0),(29930,1553,0,1,1,4734,0,2133.75,3.84652,42.3952,0.186668,300,5,0,120,0,1,0,0,0),(30031,1553,0,1,1,4734,0,2579.18,210.064,40.1261,6.05075,300,5,0,120,0,1,0,0,0),(30032,1547,0,1,1,9021,0,2383.73,122.852,29.5404,0.281948,300,5,0,102,0,1,0,0,0),(30033,1553,0,1,1,4734,0,2525.86,209.735,40.5732,5.53644,300,10,0,120,0,1,0,0,0),(30034,1553,0,1,1,4734,0,2675.13,77.0714,35.3429,4.55944,300,5,0,120,0,1,0,0,0),(30035,1539,0,1,1,2480,1,3021.42,-541.854,119.423,2.86234,300,0,0,186,191,0,0,0,0),(30036,1540,0,1,1,2470,1,2849.83,-475.367,99.6665,1.67552,300,0,0,198,0,0,0,0,0),(30037,1540,0,1,1,2470,1,3101.32,-548.31,126.898,0.925025,300,0,0,198,0,0,0,0,0),(30038,1539,0,1,1,2480,1,3094.44,-568.945,126.898,1.09956,300,0,0,186,191,0,0,0,0),(30039,4281,0,1,1,2516,1,2907.7,-712.391,153.768,3.56004,300,5,0,950,0,1,0,0,0),(30040,4282,0,1,1,2512,1,2950.94,-750.413,155.123,4.22931,300,5,0,739,2068,1,0,0,0),(30041,4282,0,1,1,2513,1,2947.81,-680.172,152.392,4.18235,300,0,0,739,2068,0,0,0,0),(30042,4282,0,1,1,2512,1,2923.59,-651.342,143.589,1.88414,300,5,0,739,2068,1,0,0,0),(30043,1554,0,1,1,8808,0,2429,-186.018,32.3604,2.7347,300,5,0,156,0,1,0,0,0),(30044,1548,0,1,1,9020,0,2703.52,-335.2,91.9474,6.12738,300,5,0,137,0,1,0,0,0),(30045,1548,0,1,1,9020,0,1984.15,-258.23,34.397,3.09276,300,5,0,137,0,1,0,0,0),(30046,1554,0,1,1,8808,0,1959.39,-585.361,55.1541,3.4761,300,10,0,156,0,1,0,0,0),(30047,1548,0,1,1,9020,0,1612.67,-454.806,49.4669,3.91017,300,5,0,137,0,1,0,0,0),(30048,1554,0,1,1,8808,0,1625.84,-517.552,49.3711,5.72117,300,5,0,156,0,1,0,0,0),(30049,1548,0,1,1,9020,0,1888.41,-643.062,47.7455,3.99264,300,10,0,137,0,1,0,0,0),(30050,1554,0,1,1,8808,0,1600.61,-669.31,55.2824,5.33911,300,5,0,156,0,1,0,0,0),(30051,1554,0,1,1,8808,0,2505.49,-344.446,79.1171,5.63964,300,5,0,156,0,1,0,0,0),(30052,1548,0,1,1,9020,0,2202.54,-392.724,74.1951,3.9999,300,10,0,137,0,1,0,0,0),(30053,1555,0,1,1,368,0,2254.7,-851.399,74.9942,6.12831,300,10,0,176,0,1,0,0,0),(30054,1549,0,1,1,3916,0,2580.58,-954.517,75.2265,3.14355,300,5,0,176,0,1,0,0,0),(30055,1549,0,1,1,3916,0,2659.85,-888.487,68.3556,6.2539,300,10,0,176,0,1,0,0,0),(30056,1555,0,1,1,368,0,2258.81,-747.746,66.9329,0.070362,300,10,0,176,0,1,0,0,0),(30057,1554,0,1,1,8808,0,2380.01,-743.394,71.7807,2.96681,300,5,0,156,0,1,0,0,0),(30058,1555,0,1,1,368,0,2215.33,-921.249,75.9841,2.74875,300,5,0,176,0,1,0,0,0),(30059,1537,0,1,1,2483,1,2139.68,-577.814,80.5028,1.18866,300,5,0,156,0,1,0,0,0),(30060,1538,0,1,1,2477,1,2237.77,-653.93,78.261,2.04207,300,0,0,166,178,0,0,0,0),(30061,1537,0,1,1,2483,1,2117.76,-594.826,78.691,2.74017,300,0,0,156,0,0,0,0,0),(30062,1529,0,1,1,1198,0,2046.02,-483.616,40.8892,1.74654,300,3,0,176,0,1,0,0,0),(30063,1532,0,1,1,3228,0,2015.62,-425.206,35.3274,4.70848,300,10,0,198,0,1,0,0,0),(30064,1513,0,1,1,9535,0,2135.03,1371.75,67.4462,4.45096,300,10,0,71,0,1,0,0,0),(30065,1513,0,1,1,9535,0,1970.83,1358.35,67.2825,1.81564,300,10,0,71,0,1,0,0,0),(30070,1513,0,1,1,9535,0,2090.58,1329.68,60.4422,0.530042,300,10,0,71,0,1,0,0,0),(30071,1513,0,1,1,9535,0,2036.83,1351.34,63.8865,3.64032,300,5,0,71,0,1,0,0,0),(30072,1513,0,1,1,9535,0,1898.02,1365.08,69.6885,0.751152,300,10,0,71,0,1,0,0,0),(30405,4559,0,1,1,2653,1,1623.77,272.448,-43.0192,4.55531,300,0,0,1003,0,0,0,0,0),(31760,7395,0,1,1,2177,0,1594.66,226.601,-62.1087,0.946598,120,1,0,42,0,1,0,0,0),(31804,8403,0,1,1,7632,1,1595.27,224.662,-62.0162,1.62316,300,0,0,1003,0,0,0,0,0),(31855,10879,0,1,1,10187,1,1570.35,214.672,-59.2606,3.91497,300,0,0,71,0,2,0,0,0),(31856,5190,0,1,1,3130,1,1591.05,208.098,-55.2596,4.76475,300,0,0,713,0,0,0,0,0),(31857,4556,0,1,1,2629,1,1610.45,283.261,-43.0189,4.92183,300,0,0,1003,0,0,0,0,0),(31858,2458,0,1,1,2645,1,1599.96,240.65,-52.0596,0.087266,300,0,0,5544,0,0,0,0,0),(31859,4555,0,1,1,2660,1,1564.76,209.601,-43.019,0.767945,300,0,0,1003,0,0,0,0,0),(31860,4580,0,1,1,2668,1,1688.55,190.278,-62.0902,0.453786,300,0,0,1003,0,0,0,0,0),(31861,4574,0,1,1,2667,1,1681.1,95.7271,-62.0858,0.610865,300,0,0,1003,0,0,0,0,0),(31862,5754,0,1,1,4150,1,1705.5,205.857,-62.0755,4.32842,300,0,0,198,0,0,0,0,0),(31863,4565,0,1,1,2646,1,1776.4,20.2543,-47.305,1.93731,300,0,0,1753,0,0,0,0,0),(31864,5700,0,1,1,4057,1,1661.57,172.84,-62.054,2.77507,300,0,0,484,0,0,0,0,0),(31865,4608,0,1,1,2618,1,1756.95,416.858,-57.1312,3.40339,300,0,0,2769,0,0,0,0,0),(31866,4606,0,1,1,10723,0,1768.37,400.57,-57.1312,4.39823,300,0,0,4120,0,0,0,0,0),(31867,4572,0,1,1,2650,1,1754.99,58.0787,-59.2538,2.44346,300,0,0,1003,0,0,0,0,0),(31868,4578,0,1,1,2664,1,1736.6,41.8543,-59.2337,2.05949,300,0,0,2218,0,0,0,0,0),(31869,4566,0,1,1,10733,1,1788.19,57.5156,-61.4064,3.92699,300,0,0,4120,0,0,0,0,0),(31870,5734,0,1,1,4111,1,1402.29,364.749,-84.868,4.03171,300,0,0,484,0,0,0,0,0),(31871,4614,0,1,1,2669,1,1560.8,355.098,-62.0798,3.97935,300,0,0,1342,0,0,0,0,0),(31872,5732,0,1,1,4109,1,1535.91,275.839,-62.1765,0.022364,300,0,0,484,0,2,0,0,0),(31873,5735,0,1,1,3979,0,1401.93,361.817,-84.868,0.122173,300,0,0,102,0,0,0,0,0),(31874,4617,0,1,1,2651,1,1487.59,274.728,-62.0687,1.55334,300,0,0,1003,0,0,0,0,0),(31875,5738,0,1,1,4118,0,1403.85,376.678,-84.868,5.79449,300,0,0,102,0,0,0,0,0),(31876,11044,0,1,1,10576,1,1403.69,426.071,-80.276,5.28835,300,0,0,713,0,0,0,0,0),(31877,5736,0,1,1,3976,0,1404.78,378.398,-84.868,5.28835,300,0,0,102,0,0,0,0,0),(31878,11067,0,1,1,10590,1,1491.66,273.176,-62.0752,5.75959,300,0,0,617,0,0,0,0,0),(31879,4616,0,1,1,12955,0,1482.38,273.868,-62.0769,3.19395,300,0,0,1342,0,0,0,0,0),(31880,4592,0,1,1,2642,1,1560.27,129.819,-62.0742,2.80998,300,0,0,1003,0,0,0,0,0),(31881,4589,0,1,1,2635,1,1503.84,201.001,-62.0558,3.61283,300,0,0,1003,0,0,0,0,0),(31882,2799,0,1,1,2610,1,1396.69,136.603,-62.2791,5.86431,300,0,0,1342,0,0,0,0,0),(31883,4585,0,1,1,2625,1,1550.34,151.732,-62.0923,4.32842,300,0,0,1003,0,0,0,0,0),(31884,4588,0,1,1,2613,1,1510.37,199.943,-62.0539,3.89208,300,0,0,1342,0,0,0,0,0),(31885,4583,0,1,1,2639,1,1419.8,55.7021,-62.1954,2.18166,300,0,0,2215,1807,0,0,0,0),(31886,4590,0,1,1,2633,1,1486.12,208.881,-62.0689,4.97419,300,0,0,1003,0,0,0,0,0),(31887,223,0,1,1,10619,1,1504.04,192.7,-62.0571,2.94961,300,0,0,617,0,0,0,0,0),(31888,5820,0,1,1,4379,1,1505.25,198.394,-62.0594,3.50811,300,0,0,1003,0,0,0,0,0),(31889,4584,0,1,1,2631,1,1407.3,58.854,-62.1954,0.453786,300,0,0,4120,0,0,0,0,0),(31890,5664,0,1,1,3880,1,1693.74,422.657,-62.2149,1.85005,300,0,0,484,0,0,0,0,0),(31891,4598,0,1,1,2617,1,1638.21,335.638,-62.0999,0.628319,300,0,0,1342,0,0,0,0,0),(31892,5656,0,1,1,3862,1,1727,382.076,-61.5645,6.02139,300,0,0,484,0,0,0,0,0),(31893,5660,0,1,1,3863,1,1730.09,370.859,-60.4981,0.925025,300,0,0,484,0,0,0,0,0),(31894,5654,0,1,1,3854,1,1734.12,374.919,-61.6634,1.13446,300,0,0,968,0,0,0,0,0),(31895,5661,0,1,1,3876,1,1739.17,385.329,-62.208,3.9619,300,0,0,484,0,0,0,0,0),(31896,4604,0,1,1,2656,1,1629.87,348.382,-62.0687,6.05629,300,0,0,1003,0,0,0,0,0),(31897,4593,0,1,1,2620,1,1780.46,422.932,-57.1143,3.94444,300,0,0,4120,0,0,0,0,0),(31898,4597,0,1,1,2649,1,1685.39,284.042,-62.0594,0.366519,300,0,0,1003,0,0,0,0,0),(31899,5652,0,1,1,3019,0,1693.44,424.105,-62.2149,4.95674,300,0,0,2097,0,0,0,0,0),(31900,2055,0,1,1,1680,1,1434.48,404.854,-85.1753,2.26893,300,0,0,2215,1807,0,0,0,0),(31901,36273,0,1,1,0,1,1287.7,333.589,-59.9998,4.86748,120,0,0,1,0,0,0,0,0),(31902,7683,0,1,1,6837,1,1527.93,310.864,-62.0622,2.56563,300,0,0,1342,0,0,0,0,0),(31903,14729,0,1,1,14756,0,1690.83,185.738,-62.0883,5.58505,300,0,0,1220,0,0,0,0,0),(31904,8390,0,1,1,7597,1,1420.98,405.895,-85.163,6.07375,300,0,0,774,2175,0,0,0,0),(31905,8393,0,1,1,7599,0,1424.72,402.709,-85.1689,2.30383,300,0,0,2218,0,0,0,0,0),(31906,12342,0,1,1,10672,0,2256.13,329.335,35.2725,5.5676,120,0,0,42,0,0,0,0,0),(31907,12341,0,1,1,10671,0,2245.02,326.546,35.2725,5.55015,120,0,0,42,0,0,0,0,0),(31909,12343,0,1,1,10670,0,2250.26,322.025,35.2725,5.63741,120,0,0,55,0,0,0,0,0),(31910,11156,0,1,1,10720,0,2250.74,333.748,35.2725,5.58505,120,0,0,42,0,0,0,0,0),(31911,14558,0,1,1,10721,0,2248.66,331.206,35.2725,5.58505,120,0,0,55,0,0,0,0,0),(31915,2307,0,1,1,3522,1,1694.6,1555.3,123.439,3.62917,300,0,0,102,0,0,0,0,0),(31916,2315,0,1,1,1594,0,1860.44,1588.64,92.439,6.15239,300,0,0,102,0,2,0,0,0),(31918,2311,0,1,1,3529,0,2255.06,307.46,34.8617,4.01849,300,3,0,102,0,1,0,0,0),(31919,2314,0,1,1,3521,0,2281.65,342.214,34.2132,4.31047,300,0,0,102,0,2,0,0,0),(31920,2309,0,1,1,3533,1,2259.99,325.122,35.2341,5.2709,300,0,0,102,0,0,0,0,0),(31921,2310,0,1,1,3528,1,2316.01,287.033,37.3107,1.46239,300,5,0,102,0,1,0,0,0),(31922,2408,0,1,1,1244,0,1349.77,-40.2324,30.0306,0.645454,300,5,0,1050,0,1,0,0,0),(31923,11945,0,1,1,11904,0,2286.34,247.798,41.1148,3.00922,300,0,0,102,0,0,0,0,0),(31924,11615,0,1,1,12469,1,1658.37,-730.493,59.2481,5.74213,300,0,0,2379,5013,0,0,0,0),(31925,11608,0,1,1,11456,1,1677.06,-733.695,59.1794,2.30383,300,0,0,2215,1807,0,0,0,0),(31926,1522,0,1,1,11398,1,2824.46,1117.89,85.417,4.50567,300,5,0,126,289,1,0,0,0),(31927,1523,0,1,1,535,1,2885.03,815.624,115.433,2.28923,300,10,0,148,165,1,0,0,0),(31928,1522,0,1,1,11398,1,2957.32,876.261,108.849,4.98913,300,10,0,126,289,1,0,0,0),(31929,1530,0,1,1,10255,0,2991.03,714.877,93.9233,4.25843,300,5,0,198,0,1,0,0,0),(31930,1534,0,1,1,10752,0,2954.36,652.892,104.727,3.08328,300,5,0,176,0,1,0,0,0),(31932,1530,0,1,1,4631,0,2893.39,560.467,105.805,3.1058,300,5,0,198,0,1,0,0,0),(31933,1530,0,1,1,10256,0,2922.04,619.839,96.9735,1.83474,300,5,0,198,0,1,0,0,0),(32020,1530,0,1,1,1196,0,2847.81,679.248,137.388,4.81906,300,5,0,198,0,1,0,0,0),(32021,4486,0,1,1,4012,1,1561.39,260.797,-43.0193,5.25344,300,0,0,1163,0,0,0,0,0),(32022,4488,0,1,1,10197,1,1459.2,318.665,-50.7676,4.15388,300,0,0,1342,0,0,0,0,0),(32023,1526,0,1,1,1201,0,2054.74,556.232,41.381,0.861167,300,5,0,120,0,1,0,0,0),(32024,2308,0,1,1,1585,1,1664.75,162.794,-62.0528,0.331613,300,0,0,1753,0,0,0,0,0),(32025,1545,0,1,1,346,1,2483.06,1460.22,7.14018,0.89819,300,5,0,176,0,1,0,0,0),(32026,1545,0,1,1,346,1,2948.79,1312.65,-4.42557,2.69621,300,5,0,176,0,1,0,0,0),(32027,1544,0,1,1,1005,1,2584.39,1476.61,-10.2658,5.322,300,5,0,148,165,1,0,0,0),(32028,5725,0,1,1,10192,1,2310.22,398.027,33.8948,3.33325,300,0,0,656,0,2,0,0,0),(32029,5724,0,1,1,4107,1,2250.62,248.955,41.1981,6.02139,300,0,0,328,0,0,0,0,0),(32030,1504,0,1,1,513,0,2121.06,1779.07,93.371,5.43961,300,5,0,55,0,1,0,0,0),(32031,1504,0,1,1,513,0,2136.25,1651.92,78.8605,3.70541,300,10,0,55,0,1,0,0,0),(32032,1504,0,1,1,513,0,2107.5,1753.77,78.5072,4.27949,300,5,0,55,0,1,0,0,0),(32033,1504,0,1,1,513,0,2175.56,1773.06,106.256,5.15284,300,5,0,55,0,1,0,0,0),(32034,7825,0,1,1,7002,1,1667.69,172.243,-62.0689,4.69494,300,0,0,2769,0,0,0,0,0),(32035,23713,0,1,1,8848,1,1556.82,206.279,-60.7725,1.4197,300,0,0,2218,0,2,0,0,0),(32036,9566,0,1,1,8849,1,2064.01,288.57,97.1146,4.34587,300,0,0,2218,0,0,0,0,0),(32037,3150,0,1,1,11911,1,2054.57,241.679,99.8521,1.32645,300,0,0,2218,0,0,0,0,0),(32038,10136,0,1,1,9353,1,1408.45,417.941,-84.8823,5.88176,300,0,0,774,2175,0,0,0,0),(32039,10181,0,1,1,28213,1,1290.41,316.247,-57.2376,1.309,7200,0,0,5578000,85160,0,0,0,0),(32040,6566,0,1,1,10732,1,1389.83,122.755,-62.3697,6.24828,300,0,0,713,0,0,0,0,0),(32041,6522,0,1,1,5346,1,1389.34,347.315,-65.9567,0.715585,300,0,0,328,0,0,0,0,0),(32042,6785,0,1,1,5508,1,2265.17,238.836,34.3402,2.46091,300,0,0,137,0,0,0,0,0),(32044,6395,0,1,1,5576,1,1713.39,406.11,-62.2149,2.94961,300,0,0,4370,0,0,0,0,0),(32045,4075,0,1,1,1418,0,2385.77,379.859,35.9823,2.30579,120,5,0,8,0,1,0,0,0),(32046,4075,0,1,1,2176,0,2509.67,-988.976,79.4672,2.6529,120,10,0,8,0,1,0,0,0),(32047,721,0,1,1,328,0,2672.41,250.565,32.5797,3.71334,120,5,0,1,0,1,0,0,0),(32048,4075,0,1,1,1418,0,1689.63,1597.86,124.533,3.93528,120,5,0,8,0,1,0,0,0),(32049,2227,0,1,1,10731,0,1277.51,320.32,-59.9998,1.46608,300,0,0,713,0,0,0,0,0),(32050,5204,0,1,1,4056,1,1442.86,392.127,-84.8985,2.3911,300,0,0,950,0,0,0,0,0),(32051,2050,0,1,1,4011,1,1604.32,278.268,-55.2596,3.61283,300,0,0,300,0,0,0,0,0),(32052,1498,0,1,1,4055,1,1766.27,66.6262,-46.2381,5.39307,300,0,0,4120,0,0,0,0,0),(32053,2934,0,1,1,5751,1,1529.36,357.607,-61.4169,4.99164,300,0,0,1981,0,0,0,0,0),(32054,16287,0,1,1,16112,1,1298.25,319.007,-58.67,3.48013,300,0,0,3658,5751,0,0,0,0),(32055,17099,0,1,1,16851,1,1688.86,-727.09,58.3251,0.890118,300,0,0,2297,2289,0,0,0,0),(32056,6293,0,1,1,4987,1,1635.4,144.883,-62.0546,6.03884,300,0,0,433,490,0,0,0,0),(32057,11022,0,1,1,10456,1,1680.5,-719.773,58.0663,5.84685,900,0,0,12208,0,0,0,0,0),(32058,15682,0,1,1,15780,0,1648.17,224.173,-56.7948,4.2237,300,0,0,2769,0,0,0,0,0),(32059,8721,0,1,1,7994,0,1542.45,255.202,-56.7948,1.01229,300,0,0,2769,0,0,0,0,0),(32060,15676,0,1,1,15784,0,1609.71,187.175,-56.7907,0.05236,300,0,0,2769,0,0,0,0,0),(32061,15683,0,1,1,7995,0,1648.73,255.379,-56.7888,1.8675,300,0,0,2769,0,0,0,0,0),(32062,15684,0,1,1,15783,0,1610.68,292.85,-56.7948,6.05629,300,0,0,2769,0,0,0,0,0),(32063,15675,0,1,1,15782,0,1579.11,187.979,-56.7948,2.63545,300,0,0,2769,0,0,0,0,0),(32064,15686,0,1,1,15781,0,1580.66,293.062,-56.7877,3.35103,300,0,0,2769,0,0,0,0,0),(32065,8672,0,1,1,7995,0,1542.4,225.162,-56.7902,5.23599,300,0,0,2769,0,0,0,0,0),(32066,20406,0,1,1,19596,1,1298.99,316.802,-58.4492,6.0912,300,0,0,6722,0,0,0,0,0),(32069,19909,0,1,1,18290,0,1320.44,294.078,-63.6294,2.42601,300,0,0,6986,0,0,0,0,0),(207565,15105,530,1,1,0,0,-1689.12,5527.93,-40.3166,1.50098,120,0,0,1,0,0,0,0,0),(207566,15105,530,1,1,0,0,-1738.01,5147.58,-37.1216,4.04916,120,0,0,1,0,0,0,0,0),(203436,18815,530,1,1,0,0,-4076.55,-11906.5,-0.976349,6.02139,120,0,0,1,0,0,0,0,0),(203435,17530,530,1,1,0,0,-3927.86,-11922.4,1.37048,4.03171,120,0,0,1,0,0,0,0,0),(203420,36225,0,1,1,0,1,1586.99,247.521,-52.1514,1.81803,120,0,0,1,0,2,0,0,0),(1903,5639,1,1,1,3758,1,1844.49,-4400.1,4.67796,3.51219,300,0,0,1342,0,2,0,0,0),(32076,15768,0,1,1,15725,0,1587.89,279.28,-43.0193,4.85202,300,0,0,2614,0,0,0,0,0),(32077,1548,0,1,1,9020,0,2850.26,94.7335,19.9566,1.55029,300,5,0,137,0,1,0,0,0),(32078,1554,0,1,1,8808,0,2812.84,-16.4504,32.4144,3.02617,300,5,0,156,0,1,0,0,0),(32079,1548,0,1,1,9020,0,2842.19,-381.487,77.003,0.307178,300,5,0,137,0,1,0,0,0),(32080,1548,0,1,1,9020,0,2883.7,-277.524,46.8063,1.66075,300,10,0,137,0,1,0,0,0),(32081,1554,0,1,1,8808,0,2789.59,-114.53,33.0318,0.291176,300,10,0,156,0,1,0,0,0),(32082,1548,0,1,1,9020,0,2949.77,-223.311,30.2738,4.45179,300,10,0,137,0,1,0,0,0),(32083,1548,0,1,1,9020,0,2978,-115.186,18.1899,2.82787,300,5,0,137,0,1,0,0,0),(32084,1548,0,1,1,9020,0,2753.82,-330.549,77.8045,3.8267,300,10,0,137,0,1,0,0,0),(32085,1548,0,1,1,9020,0,2789.63,17.9031,30.6347,4.69872,300,5,0,137,0,1,0,0,0),(32086,1545,0,1,1,346,1,3016.6,-220.574,7.44219,3.95625,300,5,0,176,0,1,0,0,0),(32087,1545,0,1,1,346,1,3049.15,-314.106,5.27871,2.75023,300,5,0,176,0,1,0,0,0),(32088,1545,0,1,1,346,1,2990.24,18.4292,1.4472,0.323912,300,5,0,176,0,1,0,0,0),(33379,1545,0,1,1,346,1,2920.8,86.4658,4.24989,1.41864,300,10,0,176,0,1,0,0,0),(33384,1545,0,1,1,346,1,2940.1,43.7624,6.06985,0.892573,300,10,0,176,0,1,0,0,0),(33385,1545,0,1,1,346,1,2948.93,-18.7436,7.72405,4.14629,300,10,0,176,0,1,0,0,0),(33386,1545,0,1,1,346,1,2975.71,81.9219,2.92232,2.80628,300,5,0,176,0,1,0,0,0),(33695,1545,0,1,1,346,1,3012.86,52.7821,0,2.32029,300,5,0,176,0,1,0,0,0),(33696,1545,0,1,1,346,1,3065.7,-235.469,2.52976,0.453205,300,5,0,176,0,1,0,0,0),(33697,1545,0,1,1,346,1,3021.46,-346.883,6.98492,0.578412,300,5,0,176,0,1,0,0,0),(33698,1941,0,1,1,10853,1,2449.13,480.421,44.652,4.22613,300,10,0,120,0,1,0,0,0),(33699,1537,0,1,1,2472,1,2530.44,-890.327,55.7939,0.349307,300,0,0,156,0,0,0,0,0),(33700,1537,0,1,1,2483,1,2587.16,-897.513,61.5298,1.81514,300,0,0,156,0,0,0,0,0),(33701,1537,0,1,1,2483,1,2577.09,-855.484,60.1559,0.127261,300,5,0,156,0,1,0,0,0),(33702,1537,0,1,1,2483,1,2528.36,-843.548,59.2939,0.919282,300,5,0,156,0,1,0,0,0),(33703,1537,0,1,1,2483,1,2514.22,-936.122,66.0034,4.13643,300,0,0,156,0,0,0,0,0),(33704,1537,0,1,1,2472,1,2581.11,-913.99,69.4303,5.74213,300,0,0,156,0,0,0,0,0),(33705,1538,0,1,1,2466,1,2484.22,-879.037,60.3536,0.033223,300,5,0,166,178,1,0,0,0),(33706,1538,0,1,1,2466,1,2550.38,-905.022,56.928,0.959931,300,3,0,166,178,1,0,0,0),(33707,5690,0,1,1,4007,1,2301.52,-1.88889,23.258,5.60251,300,0,0,356,0,0,0,0,0),(33708,2132,0,1,1,1601,1,2265.17,347.628,36.104,4.59022,300,0,0,713,0,0,0,0,0),(33709,6289,0,1,1,4993,1,2029.08,69.7176,34.4594,0.820305,300,0,0,273,0,0,0,0,0),(33710,3548,0,1,1,1639,1,2330.42,242.518,28.4739,5.16617,300,0,0,247,0,0,0,0,0),(33711,4773,0,1,1,3945,1,2253.9,318.385,35.2725,5.51524,300,0,0,1003,0,0,0,0,0),(33720,2131,0,1,1,1599,1,2254.76,238.445,33.717,0.506145,300,0,0,356,0,0,0,0,0),(33740,5695,0,1,1,4039,1,2284.17,242.129,41.1978,2.44346,300,0,0,1107,0,0,0,0,0),(33741,5759,0,1,1,4179,1,2246.09,239.849,34.3437,0.715585,300,0,0,198,0,0,0,0,0),(33752,2127,0,1,1,1604,1,2259.05,250.317,41.1981,3.87463,300,0,0,328,0,0,0,0,0),(33818,3523,0,1,1,1606,1,2164.95,656.903,34.6258,3.10669,300,0,0,664,0,0,0,0,0),(33819,6033,0,1,1,7449,0,1311.75,379.124,16.8386,3.29867,300,0,0,328,0,0,0,0,0),(33823,36213,0,1,1,0,1,1485.13,83.6795,-62.2117,5.79449,300,0,0,15952,0,0,0,0,0),(33824,13839,0,1,1,13856,1,1306.3,276.605,-63.5773,1.8675,900,0,0,4400,0,0,0,0,0),(33831,36213,0,1,1,0,1,1722.7,96.7601,-61.1554,0.750492,300,0,0,15952,0,0,0,0,0),(33944,13839,0,1,1,13856,1,1324.69,408.225,-61.0472,0.942478,900,0,0,4400,0,0,0,0,0),(33999,13839,0,1,1,13855,1,1447.42,401.276,-57.8705,5.25344,900,0,0,4400,0,0,0,0,0),(34102,36213,0,1,1,0,1,1591.86,276.605,55.3256,0.017453,300,0,0,15952,0,0,0,0,0),(34103,36213,0,1,1,0,1,1774.37,216.364,-62.1759,1.32631,300,0,0,15952,0,2,0,0,0),(34104,36213,0,1,1,0,1,1527.94,73.1943,-62.2001,2.85779,300,0,0,15952,0,2,0,0,0),(34105,36213,0,1,1,0,1,1600.24,276.667,55.3257,3.12414,300,0,0,15952,0,0,0,0,0),(34106,36213,0,1,1,0,1,1703.69,80.5655,-62.2086,3.57792,300,0,0,15952,0,0,0,0,0),(34107,7980,0,1,1,7117,1,2073.73,276.662,59.4107,0,300,0,0,21270,0,0,0,0,0),(34108,7980,0,1,1,14369,1,2056.52,280.259,59.4098,2.94961,300,0,0,21270,0,0,0,0,0),(34109,16096,0,1,1,11375,1,2053.39,239.438,99.8519,4.79965,900,0,0,31905,0,0,0,0,0),(34110,16096,0,1,1,10747,1,2064.36,290.916,97.1146,1.55334,900,0,0,31905,0,0,0,0,0),(34111,1742,0,1,1,2853,1,2289.3,391.421,34.2001,3.60377,300,0,0,1124,0,2,0,0,0),(34112,1746,0,1,1,2854,1,2272.98,290.231,35.3461,3.24631,300,0,0,1042,0,0,0,0,0),(34113,1744,0,1,1,2860,1,2239.48,257.287,34.1308,2.58309,300,0,0,1302,0,2,0,0,0),(34114,1765,0,1,1,11421,0,1513.36,728.35,47.0631,1.5913,300,5,0,198,0,1,0,0,0),(34115,1547,0,1,1,9021,0,2483.16,1191.77,60.9595,3.7388,300,5,0,102,0,1,0,0,0),(34116,1553,0,1,1,4734,0,2050.3,733.522,37.5362,5.4736,300,10,0,120,0,1,0,0,0),(34117,1553,0,1,1,4734,0,2041,809.833,35.5015,4.16461,300,5,0,120,0,1,0,0,0),(34125,1553,0,1,1,4734,0,2408.59,1174.75,46.551,1.7669,300,5,0,120,0,1,0,0,0),(34140,1547,0,1,1,9021,0,2521.57,1283.98,42.9961,5.23513,300,5,0,102,0,1,0,0,0),(34777,1553,0,1,1,4734,0,2122.77,1160.49,36.3169,4.84559,300,10,0,120,0,1,0,0,0),(34778,1495,0,1,1,2858,1,2022.33,74.046,36.5297,0,300,0,0,1124,0,0,0,0,0),(34779,1499,0,1,1,3514,1,2305.91,265.164,38.7532,0.837758,300,0,0,300,0,0,0,0,0),(35231,1518,0,1,1,1565,1,2259.04,347.048,36.1025,4.86947,300,0,0,484,0,0,0,0,0),(35241,1512,0,1,1,4732,0,1744.75,1569.49,115.228,4.6735,120,10,0,42,0,1,0,0,0),(35242,1512,0,1,1,4732,0,1707.87,1483.11,146.563,1.67292,120,10,0,42,0,1,0,0,0),(35244,1512,0,1,1,4732,0,1751.15,1421.9,113.95,0.140387,120,10,0,42,0,1,0,0,0),(35247,1506,0,1,1,2407,1,1835.88,1340.23,81.4634,4.07856,300,5,0,71,0,1,0,0,0),(37702,1506,0,1,1,2403,1,1775.13,1303.42,104.451,4.84573,300,5,0,71,0,1,0,0,0),(37868,1502,0,1,1,829,0,1976.31,1515.04,86.8198,6.13592,120,5,0,42,0,1,0,0,0),(37869,1501,0,1,1,10973,0,1969,1611.12,88.1992,4.22559,120,2,0,42,0,1,0,0,0),(37870,1502,0,1,1,829,0,1965.1,1598.7,88.1981,3.6461,120,2,0,42,0,1,0,0,0),(37871,1501,0,1,1,10973,0,1945.65,1455.6,73.3928,0.320091,120,10,0,42,0,1,0,0,0),(37872,1505,0,1,1,30,0,2081.13,1968.83,101.196,5.56363,300,3,0,71,0,1,0,0,0),(37873,1505,0,1,1,30,0,2038.75,1927.25,107.053,1.66668,300,5,0,71,0,1,0,0,0),(37874,1505,0,1,1,30,0,2022.56,1972.36,99.8971,4.71197,300,5,0,71,0,1,0,0,0),(37875,1688,0,1,1,368,0,2084.57,1950.06,98.4014,2.56563,300,0,0,102,0,0,0,0,0),(37876,1505,0,1,1,30,0,2056.81,1972.36,100.747,5.48545,300,3,0,71,0,1,0,0,0),(37877,1535,0,1,1,2471,1,2403.3,1648.76,32.0077,1.99185,300,10,0,120,0,1,0,0,0),(37878,1535,0,1,1,2482,1,2332.26,1680.09,43.4751,0.662421,300,5,0,120,0,1,0,0,0),(37879,1520,0,1,1,200,1,2805.35,949.789,116.959,0.436489,300,5,0,120,0,1,0,0,0),(37880,1536,0,1,1,2479,1,1908.12,923.946,29.7386,0.006932,300,5,0,137,0,1,0,0,0),(37881,1536,0,1,1,2479,1,1837.85,855.646,25.2396,2.89931,300,5,0,137,0,1,0,0,0),(37882,1548,0,1,1,9020,0,1912.57,842.721,41.9045,0.060886,300,5,0,137,0,1,0,0,0),(37883,1554,0,1,1,8808,0,1929.02,1152.29,38.4958,1.53708,300,10,0,156,0,1,0,0,0),(37884,1548,0,1,1,9020,0,1854.96,787.717,26.9099,4.4742,300,5,0,137,0,1,0,0,0),(37885,1554,0,1,1,8808,0,1964.14,885.901,34.2882,3.46216,300,5,0,156,0,1,0,0,0),(37886,1548,0,1,1,9020,0,2002.38,768.478,39.6332,2.10133,300,10,0,137,0,1,0,0,0),(37887,1548,0,1,1,9020,0,1902.73,963.29,29.1254,5.09049,300,5,0,137,0,1,0,0,0),(37888,1554,0,1,1,8808,0,1922.58,836.244,41.6266,3.33018,300,0,0,156,0,0,0,0,0),(37889,1554,0,1,1,8808,0,2020.88,1012.5,30.5955,3.14159,300,5,0,156,0,1,0,0,0),(37890,1548,0,1,1,9020,0,1930.55,618.796,54.2126,1.86076,300,10,0,137,0,1,0,0,0),(37891,1553,0,1,1,4734,0,2344.95,712.518,36.8012,0.251609,300,0,0,120,0,0,0,0,0),(37892,1553,0,1,1,4734,0,2322.83,918.127,60.1364,5.34104,300,10,0,120,0,1,0,0,0),(37893,1548,0,1,1,9020,0,2379.37,865.692,57.992,1.02803,300,10,0,137,0,1,0,0,0),(37894,1547,0,1,1,9021,0,2315.17,724.557,35.1217,5.1804,300,10,0,102,0,1,0,0,0),(37895,1548,0,1,1,9020,0,2358.62,892.098,59.187,1.64109,300,10,0,137,0,1,0,0,0),(37896,1553,0,1,1,4734,0,2306.03,920.721,58.1964,0.858021,300,10,0,120,0,1,0,0,0),(37897,1674,0,1,1,10852,0,2821.03,376.412,22.7921,5.27871,300,10,0,120,0,1,0,0,0),(37898,1674,0,1,1,10852,0,2818.14,452.105,18.0361,5.86456,300,10,0,120,0,1,0,0,0),(37899,1544,0,1,1,1005,1,2488.6,1685.35,14.8781,1.15482,300,5,0,148,165,1,0,0,0),(37900,1544,0,1,1,1005,1,2494.73,1390.3,6.57287,1.28458,300,5,0,148,165,1,0,0,0),(37901,1543,0,1,1,441,1,2541.55,1410.08,5.10788,1.06614,300,5,0,137,0,1,0,0,0),(37902,1543,0,1,1,441,1,2464.12,1662.4,14.5767,3.06407,300,10,0,137,0,1,0,0,0),(37903,1544,0,1,1,1005,1,2545.33,1408.11,6.07028,1.22173,300,0,0,148,165,0,0,0,0),(37904,1543,0,1,1,441,1,2533.43,1657.31,5.56166,2.05949,300,0,0,137,0,0,0,0,0),(37905,1544,0,1,1,1005,1,2456.27,1715.87,24.5339,2.94092,300,5,0,148,165,1,0,0,0),(37906,1544,0,1,1,1005,1,2483.72,1641.12,15.7732,1.74533,300,0,0,148,165,0,0,0,0),(37907,1543,0,1,1,441,1,2567.5,1424.39,-1.19598,2.64526,300,5,0,137,0,1,0,0,0),(37908,1543,0,1,1,441,1,3018.69,289.98,0.184674,6.16101,300,0,0,137,0,0,0,0,0),(37909,1543,0,1,1,441,1,3025.98,239.058,-0.925396,5.22211,300,5,0,137,0,1,0,0,0),(37910,1544,0,1,1,1005,1,2969.76,189.275,12.6575,3.29867,300,0,0,148,165,0,0,0,0),(37911,1544,0,1,1,1005,1,2949.23,182.639,2.95665,3.94979,300,5,0,148,165,1,0,0,0),(37912,1544,0,1,1,1005,1,3017.71,280.209,-1.31983,0.164568,300,5,0,148,165,1,0,0,0),(37913,1553,0,1,1,4734,0,2580.05,88.1848,26.5534,5.92149,300,5,0,120,0,1,0,0,0),(37914,1553,0,1,1,4734,0,2276.98,2.35094,23.6575,4.81323,300,10,0,120,0,1,0,0,0),(37915,1553,0,1,1,4734,0,2132.05,74.0662,33.4684,1.15168,300,5,0,120,0,1,0,0,0),(37916,1553,0,1,1,4734,0,2419.84,173.863,32.5952,4.69774,300,5,0,120,0,1,0,0,0),(37917,1547,0,1,1,9021,0,2619.1,298.591,40.1173,5.63091,300,5,0,102,0,1,0,0,0),(37918,1547,0,1,1,9021,0,2224.5,116.798,44.6802,2.84238,300,10,0,102,0,1,0,0,0),(37919,1540,0,1,1,2481,1,2870.57,-497.285,101.174,5.39186,300,10,0,198,0,1,0,0,0),(37920,1540,0,1,1,2470,1,2943.75,-554.264,109.317,3.22052,300,5,0,198,0,1,0,0,0),(37921,1538,0,1,1,2477,1,3097.16,-552.221,126.705,2.99377,300,0,0,166,178,0,0,0,0),(37922,1538,0,1,1,2477,1,3051.71,-551.006,126.513,3.26377,300,0,0,166,178,0,0,0,0),(37923,1539,0,1,1,2480,1,2977.94,-537.431,112.447,5.61996,300,0,0,186,191,0,0,0,0),(37924,4282,0,1,1,2513,1,2953.57,-720.191,154.858,4.47836,300,5,0,739,2068,1,0,0,0),(37925,5406,0,1,1,2408,0,2879.21,-637.771,137.922,1.36136,120,0,0,42,0,0,0,0,0),(37926,1548,0,1,1,9020,0,2200.67,-335.787,77.222,0.06449,300,5,0,137,0,1,0,0,0),(37927,1554,0,1,1,8808,0,1736.9,-522.7,39.1957,5.4161,300,5,0,156,0,1,0,0,0),(37928,1554,0,1,1,8808,0,2157.01,-385.053,76.1391,0.085692,300,5,0,156,0,1,0,0,0),(38019,1548,0,1,1,9020,0,1666.37,-642.773,46.3329,2.93309,300,5,0,137,0,1,0,0,0),(38020,1554,0,1,1,8808,0,1849.37,-682.474,51.7183,0.429133,300,5,0,156,0,1,0,0,0),(38021,1554,0,1,1,8808,0,2725.52,-181.852,33.9557,5.27844,300,5,0,156,0,1,0,0,0),(38022,1548,0,1,1,9020,0,2692.92,-210.395,35.4957,0.066438,300,5,0,137,0,1,0,0,0),(38023,1554,0,1,1,8808,0,2750.29,-285.453,65.5412,4.96116,300,10,0,156,0,1,0,0,0),(38024,1554,0,1,1,8808,0,1869.89,-250.965,35.468,0.499035,300,10,0,156,0,1,0,0,0),(38025,1549,0,1,1,3916,0,2588.09,-781.904,70.3601,5.42313,300,10,0,176,0,1,0,0,0),(38026,1555,0,1,1,368,0,2294.67,-911.819,74.7889,5.52833,300,5,0,176,0,1,0,0,0),(38027,1549,0,1,1,3916,0,2648.45,-846.21,74.0381,3.7849,300,10,0,176,0,1,0,0,0),(38028,1555,0,1,1,368,0,2254.68,-1011.59,78.3674,0.375635,300,5,0,176,0,1,0,0,0),(38029,1554,0,1,1,8808,0,2283.27,-750.751,66.4682,5.73904,300,10,0,156,0,1,0,0,0),(38030,1549,0,1,1,3916,0,2410.82,-726.188,71.9845,5.79021,300,10,0,176,0,1,0,0,0),(38031,1538,0,1,1,2466,1,2112.78,-625.056,93.5988,3.4383,300,0,0,166,178,0,0,0,0),(38032,1538,0,1,1,2466,1,2177.13,-610.977,80.7263,5.22851,300,5,0,166,178,1,0,0,0),(38033,1537,0,1,1,2483,1,2168.74,-626.872,87.957,1.21185,300,0,0,156,0,0,0,0,0),(38034,1532,0,1,1,3228,0,2007.81,-422.719,35.4582,3.07848,300,10,0,198,0,1,0,0,0),(38035,1532,0,1,1,3227,0,2048.61,-512.023,43.3537,3.52147,300,5,0,198,0,1,0,0,0),(38036,1532,0,1,1,3228,0,2070.6,-462.606,39.4806,5.28183,300,3,0,198,0,1,0,0,0),(38037,1529,0,1,1,1198,0,2042.24,-423.988,35.5727,1.8838,300,3,0,176,0,1,0,0,0),(38038,1532,0,1,1,3228,0,2068.19,-423.546,39.014,4.12169,300,5,0,198,0,1,0,0,0),(38039,1513,0,1,1,9535,0,1970.4,1323.13,78.7402,4.20651,300,5,0,71,0,1,0,0,0),(38040,1509,0,1,1,604,0,1925.76,1366.68,68.2069,4.54467,300,10,0,55,0,1,0,0,0),(38052,1509,0,1,1,604,0,2067.9,1343.68,63.2778,5.74856,300,5,0,55,0,1,0,0,0),(38053,4775,0,1,1,2811,1,1554.3,257.968,-43.0198,5.93412,300,0,0,1003,0,0,0,0,0),(38054,7395,0,1,1,2177,0,1597.62,223.966,-62.1203,3.37374,120,1,0,42,0,1,0,0,0),(38055,4613,0,1,1,2621,1,1591.25,204.498,-55.2596,1.72788,300,0,0,2769,0,0,0,0,0),(38056,4558,0,1,1,2666,1,1634.87,260.828,-43.0197,4.04916,300,0,0,1003,0,0,0,0,0),(38057,4551,0,1,1,2638,1,1567.12,266.345,-43.0194,0.820305,900,0,0,10572,0,0,0,0,0),(38058,5052,0,1,1,2998,1,1594.48,203.449,-55.2596,1.50098,300,0,0,713,0,0,0,0,0),(38059,7395,0,1,1,2177,0,1597.15,226.008,-62.1117,1.48547,120,1,0,42,0,1,0,0,0),(38061,4557,0,1,1,2636,1,1616.24,286.537,-43.019,4.20624,300,0,0,1003,0,0,0,0,0),(38062,4560,0,1,1,2654,1,1630.4,275.131,-43.019,3.90954,300,0,0,1003,0,0,0,0,0),(38063,5703,0,1,1,4060,1,1789.69,122.007,-63.7599,1.11701,300,0,0,484,0,0,0,0,0),(38064,4570,0,1,1,2673,1,1702.31,206.812,-62.0739,4.76475,300,0,0,1003,0,0,0,0,0),(38065,5821,0,1,1,4381,1,1692.84,198.143,-62.0907,5.28835,300,0,0,1003,0,0,0,0,0),(38066,11048,0,1,1,10580,1,1686.99,200.905,-62.0883,5.16617,300,0,0,664,0,0,0,0,0),(38067,4576,0,1,1,2634,1,1681.49,194.356,-62.0865,0.458519,300,0,0,2218,0,0,0,0,0),(38068,4577,0,1,1,2671,1,1684.99,196.001,-62.083,5.70723,300,0,0,1003,0,0,0,0,0),(38069,11049,0,1,1,10581,1,1682.31,201.275,-62.0883,5.42797,300,0,0,1163,0,0,0,0,0),(38070,4581,0,1,1,2648,1,1626.63,130.468,-62.0695,0.226893,300,0,0,1003,0,0,0,0,0),(38071,4564,0,1,1,2637,1,1780.31,44.0374,-61.4091,1.32645,300,0,0,2769,0,0,0,0,0),(38072,2492,0,1,1,2810,1,1778.19,65.4829,-46.2368,2.79253,300,0,0,1342,0,0,0,0,0),(38073,4611,0,1,1,2623,1,1408.49,414.871,-84.8822,3.64774,300,0,0,2769,0,0,0,0,0),(38090,5731,0,1,1,4108,1,1529.73,210.666,-62.1813,5.3557,300,0,0,484,0,2,0,0,0),(38091,4612,0,1,1,1201,1,1467.61,340.737,-61.9681,2.56563,300,0,0,1003,0,0,0,0,0),(38092,4615,0,1,1,2665,1,1564.79,348.156,-62.0733,3.22886,300,0,0,1003,0,0,0,0,0),(38093,5733,0,1,1,4110,1,1543.31,362.002,-62.1596,3.72629,300,0,0,484,0,2,0,0,0),(38094,5735,0,1,1,3980,0,1405.82,375.381,-84.868,4.83456,300,0,0,102,0,0,0,0,0),(38095,4582,0,1,1,2659,1,1416.64,68.6927,-62.1954,4.64258,300,0,0,1410,1283,0,0,0,0),(38096,4586,0,1,1,2630,1,1409.82,150.423,-62.3224,4.93928,300,0,0,787,0,0,0,0,0),(38097,7297,0,1,1,6065,1,1457.91,69.3455,-62.2023,4.41568,300,0,0,1342,0,0,0,0,0),(38098,7087,0,1,1,5845,1,1499.16,200.116,-62.0551,4.34587,300,0,0,1342,0,0,0,0,0),(38099,4569,0,1,1,2619,1,1561.75,133.745,-62.0671,2.93215,300,0,0,1003,0,0,0,0,0),(38100,5747,0,1,1,4123,1,1514.81,238.436,-62.1777,1.81138,300,0,0,405,1202,2,0,0,0),(38101,2802,0,1,1,10563,1,1442.49,36.327,-62.0263,5.4319,300,0,0,3398,0,2,0,0,0),(38102,4587,0,1,1,2661,1,1402.06,149.05,-62.3705,5.60251,300,0,0,1003,0,0,0,0,0),(38103,11031,0,1,1,10572,1,1404.08,142.911,-62.2217,0.017453,300,0,0,1221,0,0,0,0,0),(38104,5744,0,1,1,4120,1,1485.35,160.439,-60.7826,2.26821,300,0,0,405,1202,2,0,0,0),(38105,5679,0,1,1,4009,1,1741.54,383.161,-62.208,3.735,300,0,0,774,2175,0,0,0,0),(38106,5665,0,1,1,3883,1,1702.21,424.583,-62.2676,1.8675,300,0,0,484,0,0,0,0,0),(38107,5674,0,1,1,3020,0,1719.97,279.43,-62.0962,1.85005,120,0,0,2097,0,0,0,0,0),(38108,5652,0,1,1,3019,0,1701.8,425.977,-62.2667,5.07891,300,0,0,2097,0,0,0,0,0),(38109,4601,0,1,1,2627,1,1669.39,307.177,-62.064,0.837758,300,0,0,1003,0,0,0,0,0),(38111,5699,0,1,1,4053,1,1655.61,365.46,-60.6794,2.67035,300,0,0,1753,0,0,0,0,0),(38112,5698,0,1,1,4052,1,1653.56,365.232,-60.6772,0.977384,300,0,0,1753,0,0,0,0,0),(38128,4595,0,1,1,2614,1,1767.26,418.445,-57.1143,0.122173,300,0,0,1753,0,0,0,0,0),(38129,11870,0,1,1,11805,1,1668.21,323.349,-62.0677,0.541052,900,0,0,15505,0,0,0,0,0),(38130,5653,0,1,1,3853,1,1732.01,378.016,-61.7878,0.027743,300,0,0,968,0,0,0,0,0),(38206,1522,0,1,1,11398,1,2811.55,869.971,111.951,2.97899,300,5,0,126,289,1,0,0,0),(38207,1522,0,1,1,11398,1,2813.15,728.139,139.449,3.9431,300,5,0,126,289,1,0,0,0),(38208,1522,0,1,1,11398,1,2857,1075.72,117.989,5.26917,300,5,0,126,289,1,0,0,0),(38228,1523,0,1,1,535,1,2960.58,828.33,102.422,4.84923,300,10,0,148,165,1,0,0,0),(38234,1523,0,1,1,535,1,2927.72,952.835,121.812,6.03625,300,5,0,148,165,1,0,0,0),(38235,1523,0,1,1,535,1,2979.51,980.653,115.069,5.74269,300,5,0,148,165,1,0,0,0),(38236,1534,0,1,1,10752,0,2935.07,540.967,92.7755,2.67245,300,5,0,176,0,1,0,0,0),(38237,1530,0,1,1,10256,0,2925.77,784.724,109.504,0.643665,300,5,0,198,0,1,0,0,0),(38239,1530,0,1,1,4631,0,2902.62,626.543,102.824,3.00246,300,5,0,198,0,1,0,0,0),(38240,1530,0,1,1,10256,0,2976.15,785.938,93.0196,1.79137,300,5,0,198,0,1,0,0,0),(38243,1534,0,1,1,10752,0,3022.88,644.454,90.3023,1.44018,300,5,0,176,0,1,0,0,0),(38244,1530,0,1,1,10255,0,2957.71,576.902,94.2604,4.92012,300,10,0,198,0,1,0,0,0),(38245,1534,0,1,1,10752,0,2947.86,559.876,91.2755,5.08789,300,5,0,176,0,1,0,0,0),(38246,1530,0,1,1,4631,0,3053.54,653.235,95.928,0.491913,300,5,0,198,0,1,0,0,0),(38247,1530,0,1,1,1196,0,2830.37,702.647,142.748,5.73204,300,10,0,198,0,1,0,0,0),(38248,16096,0,1,1,10747,1,2057.77,241.072,99.7687,1.3926,900,0,0,31905,0,2,0,0,0),(38249,1545,0,1,1,346,1,2559.34,1459.21,-4.4321,0.987018,300,5,0,176,0,1,0,0,0),(38250,1545,0,1,1,346,1,2587.41,1684.32,-1.64021,0.798327,300,5,0,176,0,1,0,0,0),(38251,1545,0,1,1,346,1,2411.02,1889.93,11.1815,1.83165,300,0,0,176,0,0,0,0,0),(38252,1544,0,1,1,1005,1,2441.38,1847.58,26.8344,2.67008,300,0,0,148,165,0,0,0,0),(38253,1544,0,1,1,1005,1,2532.33,1424.5,0.276119,0.659143,300,5,0,148,165,1,0,0,0),(38254,1544,0,1,1,1005,1,2647.73,1415.97,-4.97315,2.71522,300,5,0,148,165,1,0,0,0),(38255,1545,0,1,1,346,1,2380.86,1858.5,1.05226,3.38658,300,0,0,176,0,0,0,0,0),(38256,1504,0,1,1,513,0,2117.58,1758.96,85.0072,4.05153,300,5,0,55,0,1,0,0,0),(38258,1504,0,1,1,513,0,2076.64,1692.99,69.985,1.1692,300,10,0,55,0,1,0,0,0),(38259,1504,0,1,1,513,0,2134.59,1745.12,83.5088,3.76549,300,10,0,55,0,1,0,0,0),(38260,1504,0,1,1,513,0,2121.55,1685.13,75.985,3.94828,300,10,0,55,0,1,0,0,0),(38261,1504,0,1,1,513,0,2107.56,1680.35,71.61,6.00689,300,5,0,55,0,1,0,0,0),(38262,4075,0,1,1,1141,0,2359.88,473.208,34.4804,1.61606,120,5,0,8,0,1,0,0,0),(38263,4075,0,1,1,1418,0,2048.71,-379.601,35.5497,1.57383,120,5,0,8,0,1,0,0,0),(38264,4075,0,1,1,1141,0,2409.3,419.29,36.1368,4.86495,120,5,0,8,0,1,0,0,0),(38265,4075,0,1,1,1418,0,1703.63,1570.47,125.778,6.2081,120,5,0,8,0,1,0,0,0),(38266,1554,0,1,1,8808,0,2794.76,-177.556,42.0034,0.182648,300,0,0,156,0,0,0,0,0),(38267,1548,0,1,1,9020,0,2883.1,-82.0583,31.2244,3.74068,300,5,0,137,0,1,0,0,0),(38268,1554,0,1,1,8808,0,2821.24,-149.805,37.7036,0.376152,300,10,0,156,0,1,0,0,0),(38269,1548,0,1,1,9020,0,2751.19,-146.416,31.1943,5.85842,300,10,0,137,0,1,0,0,0),(38270,1554,0,1,1,8808,0,2986.29,-64.4061,15.7969,2.63165,300,5,0,156,0,1,0,0,0),(38271,1548,0,1,1,9020,0,2979.98,-254.353,19.3121,5.37035,300,10,0,137,0,1,0,0,0),(38272,1554,0,1,1,8808,0,2884.74,-436.988,77.0619,0.033223,300,5,0,156,0,1,0,0,0),(38273,1548,0,1,1,9020,0,2784.4,46.2677,28.9935,5.13534,300,5,0,137,0,1,0,0,0),(38274,1545,0,1,1,346,1,3042.45,-375.972,0.348958,6.26573,300,0,0,176,0,0,0,0,0),(38275,1544,0,1,1,1005,1,3026.25,-362.391,4.42938,5.98648,300,0,0,148,165,0,0,0,0),(38276,1545,0,1,1,346,1,3005.21,-354.38,7.48492,1.66088,300,10,0,176,0,1,0,0,0),(38277,1545,0,1,1,346,1,2974.59,-39.6916,7.70835,2.05949,300,0,0,176,0,0,0,0,0),(38278,1545,0,1,1,346,1,3050.43,-385.369,-0.552454,3.47168,300,5,0,176,0,1,0,0,0),(38279,1545,0,1,1,346,1,3051.38,-244.431,5.39526,2.3911,300,0,0,176,0,0,0,0,0),(38280,1545,0,1,1,346,1,3019.24,-279.257,7.50958,1.96253,300,5,0,176,0,1,0,0,0),(38281,1544,0,1,1,1005,1,3100.43,-13.3247,4.23771,3.59538,300,0,0,148,165,0,0,0,0),(38282,1544,0,1,1,1005,1,3088.75,-9.778,0.234817,2.42601,300,0,0,148,165,0,0,0,0),(38283,1545,0,1,1,346,1,3053.86,-112.032,5.22749,1.37325,300,10,0,176,0,1,0,0,0),(38284,1909,0,1,1,757,1,1221,383.484,29.7465,0.268599,300,5,0,377,408,1,0,0,0),(38285,1908,0,1,1,540,0,1198.81,378.829,35.2755,3.78216,300,5,0,404,456,1,0,0,0),(38286,3522,0,1,1,1633,1,2157.34,656.666,34.6295,0.471239,300,0,0,222,0,0,0,0,0),(38287,3550,0,1,1,1636,1,2040.91,57.4618,33.9527,3.78736,300,0,0,328,0,0,0,0,0),(38288,2135,0,1,1,1631,1,2237.77,312.294,36.8049,3.15905,300,0,0,300,0,0,0,0,0),(38289,3549,0,1,1,1607,1,2026.28,76.7832,35.4923,5.93421,300,0,0,713,0,0,0,0,0),(38290,2136,0,1,1,1638,1,2228.85,316.131,36.6975,3.72187,300,0,0,273,0,0,0,0,0),(38291,2134,0,1,1,1637,1,2252.78,269.656,34.3637,2.56664,300,0,0,198,0,0,0,0,0),(38292,3547,0,1,1,1635,1,2282.38,343.513,34.21,4.52215,300,0,0,198,0,2,0,0,0),(38293,6033,0,1,1,7449,0,1273.19,262.87,-6.4508,3.68265,300,0,0,328,0,0,0,0,0),(38294,6033,0,1,1,7449,0,1282.79,183.962,-8.17527,0.191986,300,0,0,328,0,0,0,0,0),(38295,6033,0,1,1,7449,0,1314.07,313.413,-12.103,1.43117,300,0,0,328,0,0,0,0,0),(38296,36213,0,1,1,0,1,1619.36,192.508,-43.0191,3.63029,300,0,0,15952,0,0,0,0,0),(38297,36213,0,1,1,0,1,1427.76,176.943,-62.1615,4.98419,300,0,0,15952,0,2,0,0,0),(38298,36213,0,1,1,0,1,1512.26,68.1908,-62.2185,2.51327,300,0,0,15952,0,0,0,0,0),(38299,36213,0,1,1,0,1,1543.83,222.605,-42.9843,4.97419,300,0,0,15952,0,0,0,0,0),(38300,13839,0,1,1,13854,1,1412.84,421.47,-55.1115,5.67232,900,0,0,4400,0,0,0,0,0),(38301,36213,0,1,1,0,1,1559.28,244.735,55.3256,4.83456,300,0,0,15952,0,0,0,0,0),(38302,36213,0,1,1,0,1,1452.27,113.711,-61.0702,5.42797,300,0,0,15952,0,0,0,0,0),(38304,13839,0,1,1,13856,1,1326.72,358.623,-63.5786,3.94444,900,0,0,4400,0,0,0,0,0),(38305,36213,0,1,1,0,1,1691.67,428.218,0.338584,5.79449,300,0,0,15952,0,0,0,0,0),(38306,1765,0,1,1,11421,0,1585.98,629.889,61.4021,0.144534,300,5,0,198,0,1,0,0,0),(38307,1553,0,1,1,4734,0,2251.2,1223.16,33.3678,4.12435,300,10,0,120,0,1,0,0,0),(38308,1553,0,1,1,4734,0,2413.41,1384.35,35.8526,4.77841,300,5,0,120,0,1,0,0,0),(38309,1553,0,1,1,4734,0,2514.65,1319.34,29.2068,5.99509,300,5,0,120,0,1,0,0,0),(38310,1547,0,1,1,9021,0,2477.51,1339.41,21.8734,1.75248,300,5,0,102,0,1,0,0,0),(38311,1553,0,1,1,4734,0,2527.56,1347.19,22.1488,4.8565,300,5,0,120,0,1,0,0,0),(38314,1512,0,1,1,4732,0,1685.72,1420.38,135.348,4.97205,120,10,0,42,0,1,0,0,0),(38315,1512,0,1,1,4732,0,1952.75,1751.16,114.005,5.14466,120,10,0,42,0,1,0,0,0),(38316,1512,0,1,1,4732,0,1652.08,1611.92,148.002,1.53477,120,10,0,42,0,1,0,0,0),(38317,1512,0,1,1,4732,0,1920.77,1754.41,95.3078,6.25479,120,10,0,42,0,1,0,0,0),(38318,1506,0,1,1,2407,1,1702.63,1363.19,118.611,3.81337,300,5,0,71,0,1,0,0,0),(38319,1507,0,1,1,2467,1,1781.26,1293.31,110.75,5.42494,300,5,0,67,174,1,0,0,0),(38320,1507,0,1,1,2478,1,1877.66,1285.81,97.7998,2.32532,300,5,0,67,174,1,0,0,0),(38321,1506,0,1,1,2407,1,1798.14,1299.33,103.75,5.12213,300,5,0,71,0,1,0,0,0),(38322,1507,0,1,1,2467,1,1795.91,1342.81,89.0869,2.22754,300,0,0,67,174,0,0,0,0),(38323,1506,0,1,1,2403,1,1814.61,1284.95,97.8504,0.336726,300,5,0,71,0,1,0,0,0),(38324,1506,0,1,1,2407,1,1844.64,1290.78,102.226,3.62851,300,0,0,71,0,0,0,0,0),(38325,1507,0,1,1,2478,1,1829.73,1327.49,86.4345,3.30384,300,5,0,67,174,1,0,0,0),(38330,1502,0,1,1,829,0,1952.19,1608.97,83.4339,0.955828,120,0,0,42,0,0,0,0,0),(38331,1501,0,1,1,10973,0,1886.93,1455.56,78.448,0.274813,120,5,0,42,0,1,0,0,0),(38332,1505,0,1,1,30,0,2077.16,1960.47,96.9296,5.54291,300,5,0,71,0,1,0,0,0),(38333,1505,0,1,1,30,0,2040.99,1986.86,99.6467,0.843757,300,0,0,71,0,0,0,0,0),(38334,1505,0,1,1,30,0,2077.16,1950.38,98.1403,3.59272,300,5,0,71,0,1,0,0,0),(38335,1535,0,1,1,2471,1,2347.13,1690.52,40.6449,3.84261,300,5,0,120,0,1,0,0,0),(38336,1535,0,1,1,2482,1,2319.13,1614.74,35.7619,3.14159,300,0,0,120,0,0,0,0,0),(38338,1535,0,1,1,2471,1,2292.91,1656.76,46.7055,3.11114,300,5,0,120,0,1,0,0,0),(38339,1520,0,1,1,200,1,2508.95,834.081,120.886,0.750492,300,0,0,120,0,0,0,0,0),(38340,1537,0,1,1,2483,1,1843.92,827.205,25.3005,4.74278,300,5,0,156,0,1,0,0,0),(38341,1548,0,1,1,9020,0,2086.34,1098.25,40.1123,5.17886,300,5,0,137,0,1,0,0,0),(38342,1548,0,1,1,9020,0,1894.89,1156.29,42.8164,2.25728,300,5,0,137,0,1,0,0,0),(38343,1554,0,1,1,8808,0,1787.85,1047.19,41.7189,6.24508,300,5,0,156,0,1,0,0,0),(38344,1554,0,1,1,8808,0,1935.08,1003.15,34.0244,0.651706,300,5,0,156,0,1,0,0,0),(38345,1548,0,1,1,9020,0,2004.95,996.133,32.8124,3.56725,300,5,0,137,0,1,0,0,0),(38346,1554,0,1,1,8808,0,1933.32,847.162,40.6721,4.17834,300,5,0,156,0,1,0,0,0),(38348,1554,0,1,1,8808,0,1840.69,984.311,32.1624,1.99686,300,5,0,156,0,1,0,0,0),(38349,1548,0,1,1,9020,0,1927.47,733.786,34.2673,1.12485,300,10,0,137,0,1,0,0,0),(38350,1554,0,1,1,8808,0,1945.01,975.056,32.879,1.4562,300,5,0,156,0,1,0,0,0),(38351,1553,0,1,1,4734,0,2327.29,1024.23,49.4035,2.81747,300,5,0,120,0,1,0,0,0),(38352,1548,0,1,1,9020,0,2334.72,776.21,33.6496,5.93613,300,10,0,137,0,1,0,0,0),(38353,1547,0,1,1,9021,0,2338.47,775.926,34.2746,3.40924,300,10,0,102,0,1,0,0,0),(38354,1553,0,1,1,4734,0,2295.08,989.557,47.8182,5.80992,300,5,0,120,0,1,0,0,0),(38355,1548,0,1,1,9020,0,2468.66,909.434,80.7078,3.00097,300,10,0,137,0,1,0,0,0),(38356,1525,0,1,1,1200,0,2216.58,716.134,37.0888,4.99164,300,10,0,102,0,1,0,0,0),(38357,1543,0,1,1,441,1,2593.81,1470.22,-8.54959,1.5708,300,0,0,137,0,0,0,0,0),(38358,1544,0,1,1,1005,1,2537.03,1629.5,-6.38857,3.25516,300,5,0,148,165,1,0,0,0),(38359,1544,0,1,1,1005,1,2609.04,1361.12,3.41598,1.72788,300,0,0,148,165,0,0,0,0),(38360,1543,0,1,1,441,1,2492.68,1671.93,10.0031,2.37369,300,5,0,137,0,1,0,0,0),(38361,1544,0,1,1,1005,1,2523.36,1648.3,7.24392,2.98451,300,0,0,148,165,0,0,0,0),(38362,1544,0,1,1,1005,1,2609.56,1453.66,0.118947,2.70526,300,0,0,148,165,0,0,0,0),(38363,1544,0,1,1,1005,1,2527.2,1414.4,1.95821,3.35103,300,0,0,148,165,0,0,0,0),(38364,1543,0,1,1,441,1,2996.71,177.15,0.54427,3.27865,300,5,0,137,0,1,0,0,0),(38365,1544,0,1,1,1005,1,2985.44,220.067,-0.127221,4.80623,300,5,0,148,165,1,0,0,0),(38366,1544,0,1,1,1005,1,2985.71,197.312,0.16927,4.18072,300,5,0,148,165,1,0,0,0),(38367,1553,0,1,1,4734,0,2758.81,191.009,31.0955,3.05245,300,5,0,120,0,1,0,0,0),(38368,1553,0,1,1,4734,0,2451.51,128.414,29.3831,1.22271,300,5,0,120,0,1,0,0,0),(38369,1547,0,1,1,9021,0,2690.06,193.751,31.9494,3.14405,300,5,0,102,0,1,0,0,0),(38370,1553,0,1,1,4734,0,2508.2,133.763,28.731,2.68886,300,5,0,120,0,1,0,0,0),(38371,1547,0,1,1,9021,0,2321.37,47.0512,30.0518,1.8138,300,10,0,102,0,1,0,0,0),(38372,4280,0,1,1,2464,1,2927.04,-760.854,154.036,2.37365,300,0,0,812,811,0,0,0,0),(38373,4282,0,1,1,2512,1,2912.36,-759.919,154.067,1.06465,300,0,0,739,2068,0,0,0,0),(38374,4281,0,1,1,2516,1,2788.7,-837.222,154.263,4.21996,300,5,0,950,0,1,0,0,0),(38375,5403,0,1,1,2410,0,2874.34,-629.611,137.922,4.55531,120,0,0,42,0,0,0,0,0),(38376,1554,0,1,1,8808,0,2081.41,-254.862,41.0105,6.17361,300,5,0,156,0,1,0,0,0),(38377,1548,0,1,1,9020,0,1812.84,-583.966,40.2057,4.27668,300,5,0,137,0,1,0,0,0),(38378,1548,0,1,1,9020,0,2354.08,-246.207,41.907,3.19633,300,5,0,137,0,1,0,0,0),(38379,1554,0,1,1,8808,0,1721.58,-499.748,38.7615,1.37755,300,5,0,156,0,1,0,0,0),(38380,1548,0,1,1,9020,0,1891.93,-375.499,36.3996,2.77814,300,5,0,137,0,1,0,0,0),(38382,1554,0,1,1,8808,0,1836.57,-612.305,44.031,0.17119,300,5,0,156,0,1,0,0,0),(38383,1554,0,1,1,8808,0,2078.89,-173.13,42.0254,3.36407,300,5,0,156,0,1,0,0,0),(38384,1555,0,1,1,368,0,2345.02,-1112.76,93.5659,2.9689,300,5,0,176,0,1,0,0,0),(38385,1555,0,1,1,368,0,2254.49,-837.668,73.3509,1.56298,300,10,0,176,0,1,0,0,0),(38386,1549,0,1,1,3916,0,2420.76,-670.181,72.7342,2.35067,300,5,0,176,0,1,0,0,0),(38387,1555,0,1,1,368,0,2163.65,-735.857,70.4138,0.794899,300,5,0,176,0,1,0,0,0),(38388,1555,0,1,1,368,0,2353.04,-1047.84,83.0572,0.245507,300,5,0,176,0,1,0,0,0),(38389,1549,0,1,1,3916,0,2319.77,-716.583,70.1699,4.09888,300,10,0,176,0,1,0,0,0),(38390,1554,0,1,1,8808,0,2487.74,-1050.97,93.5811,5.58282,300,10,0,156,0,1,0,0,0),(38391,1538,0,1,1,2466,1,2123.34,-632.033,93.5874,5.07891,300,0,0,166,178,0,0,0,0),(38392,1537,0,1,1,2472,1,2124.61,-625.896,93.3734,5.79139,300,5,0,156,0,1,0,0,0),(38393,1532,0,1,1,3227,0,2084.26,-365.957,38.775,5.10916,300,5,0,198,0,1,0,0,0),(38394,1529,0,1,1,1198,0,2043.45,-382.295,35.5497,4.96575,300,5,0,176,0,1,0,0,0),(38395,1529,0,1,1,1198,0,2026.6,-434.382,35.275,0.545954,300,3,0,176,0,1,0,0,0),(38396,1509,0,1,1,604,0,1940.73,1325.73,77.602,1.12098,300,10,0,55,0,1,0,0,0),(38397,1513,0,1,1,9535,0,2061.17,1445.77,67.4551,2.32901,300,10,0,71,0,1,0,0,0),(38398,1509,0,1,1,604,0,1912.71,1305.85,90.6524,3.2054,300,10,0,55,0,1,0,0,0),(38399,1513,0,1,1,9535,0,1988.39,1454.82,72.0954,4.04741,300,5,0,71,0,1,0,0,0),(38400,4561,0,1,1,2622,1,1638.71,258.739,-43.0198,3.80482,300,0,0,1003,0,0,0,0,0),(38401,4552,0,1,1,2662,1,1590.47,277.014,-55.2596,5.44543,300,0,0,1342,0,0,0,0,0),(38402,4549,0,1,1,2655,1,1591.49,240.328,-52.0596,3.03687,300,0,0,5544,0,0,0,0,0),(38405,7395,0,1,1,2177,0,1593.1,226.823,-62.1075,1.82117,120,1,0,42,0,1,0,0,0),(38406,2459,0,1,1,2641,1,1595.89,236.068,-52.0596,4.86947,300,0,0,5544,0,0,0,0,0),(38407,6741,0,1,1,5449,1,1635.4,223.331,-43.0198,2.84489,300,0,0,1003,0,0,0,0,0),(38408,4554,0,1,1,2674,1,1622.25,263.732,-43.1027,2.32365,300,0,0,1003,0,2,0,0,0),(38409,4553,0,1,1,2647,1,1602.12,275.442,-55.2596,5.72468,300,0,0,1003,0,0,0,0,0),(38410,10053,0,1,1,9273,1,1637.35,226.357,-43.02,4.17134,300,0,0,1003,0,0,0,0,0),(38411,4562,0,1,1,2652,1,1627.97,204.567,-43.0191,2.23402,300,0,0,1003,0,0,0,0,0),(38412,4573,0,1,1,2612,1,1677.83,99.0023,-61.9458,2.11185,300,0,0,1342,0,0,0,0,0),(38413,5705,0,1,1,4062,1,1786.89,132.604,-63.7599,5.84685,300,0,0,484,0,0,0,0,0),(38414,5753,0,1,1,4149,1,1775,50.9962,-61.4065,6.21337,300,0,0,405,1202,0,0,0,0),(38415,5675,0,1,1,3948,1,1711.59,57.1672,-62.2059,4.88692,300,0,0,2769,0,0,0,0,0),(38416,4567,0,1,1,2644,1,1791.48,53.4081,-61.4092,2.94961,300,0,0,2769,0,0,0,0,0),(38417,5702,0,1,1,4059,1,1796.8,134.712,-63.7599,4.13643,300,0,0,1753,0,0,0,0,0),(38418,5704,0,1,1,4061,1,1800.1,124.788,-63.7599,2.58309,300,0,0,484,0,0,0,0,0),(38421,4571,0,1,1,2640,1,1764.38,120.86,-62.2913,0.773067,300,0,0,1003,0,2,0,0,0),(38422,4568,0,1,1,2657,1,1813.74,56.4138,-47.3038,3.05433,300,0,0,1753,0,0,0,0,0),(38423,4575,0,1,1,2663,1,1776.6,79.0493,-59.2532,2.28638,300,0,0,1003,0,0,0,0,0),(38424,4591,0,1,1,2670,1,1524.95,171.353,-62.0668,3.90954,300,0,0,1342,0,0,0,0,0),(38425,5696,0,1,1,4050,1,1653.95,367.087,-60.6816,4.93928,300,0,0,1753,0,0,0,0,0),(38426,4602,0,1,1,2616,1,1667.85,308.892,-62.0674,0.820305,300,0,0,1003,0,0,0,0,0),(38427,5658,0,1,1,3860,1,1733.66,368.939,-60.725,1.36136,300,0,0,484,0,0,0,0,0),(38428,4605,0,1,1,2615,1,1691.73,295.928,-62.0609,0.733038,300,0,0,787,0,0,0,0,0),(38429,5668,0,1,1,4004,1,1717.82,303.114,-61.4799,1.54469,300,0,0,484,0,2,0,0,0),(38430,5670,0,1,1,4005,1,1596.62,340.43,-62.1777,1.53766,300,0,0,484,0,0,0,0,0),(38431,5655,0,1,1,3864,1,1725.88,379.122,-61.0246,0.244346,300,0,0,484,0,0,0,0,0),(38432,5663,0,1,1,3882,1,1685.33,421.181,-62.2149,1.8675,300,0,0,484,0,0,0,0,0),(38433,4599,0,1,1,2672,1,1641.5,329.046,-62.1017,1.09956,300,0,0,1003,0,0,0,0,0),(38434,5657,0,1,1,3861,1,1738.02,370.122,-61.4697,2.26893,300,0,0,484,0,0,0,0,0),(38435,5662,0,1,1,3879,1,1684.96,417.041,-62.2979,0.069381,300,0,0,1753,0,0,0,0,0),(38436,1523,0,1,1,535,1,2837.73,714.801,136.565,3.58022,300,5,0,148,165,1,0,0,0),(38437,1522,0,1,1,11398,1,2951.57,947.009,120.63,4.05554,300,5,0,126,289,1,0,0,0),(38438,1522,0,1,1,11398,1,2874.36,927.755,119.83,5.04834,300,5,0,126,289,1,0,0,0),(38439,1523,0,1,1,535,1,2997.01,851.393,99.1303,4.33007,300,5,0,148,165,1,0,0,0),(38440,1530,0,1,1,1196,0,2961.33,747.602,100.3,3.52083,300,5,0,198,0,1,0,0,0),(38441,1534,0,1,1,10752,0,2939.07,595.123,92.9127,2.30763,300,5,0,176,0,1,0,0,0),(38442,1534,0,1,1,10752,0,2889.14,689.437,121.601,2.70838,300,5,0,176,0,1,0,0,0),(38444,1534,0,1,1,10752,0,2994.05,614.819,97.5554,2.7085,300,5,0,176,0,1,0,0,0),(38445,1544,0,1,1,1005,1,2548.09,1512.43,-6.61852,4.81148,300,5,0,148,165,1,0,0,0),(38446,1545,0,1,1,346,1,2549.2,1654.6,-1.7113,2.47317,300,5,0,176,0,1,0,0,0),(38447,1544,0,1,1,1005,1,2519.55,1615.84,-3.95729,0.435177,300,5,0,148,165,1,0,0,0),(38448,1545,0,1,1,346,1,2524.34,1483.69,-0.385753,3.35221,300,5,0,176,0,1,0,0,0),(38449,1504,0,1,1,513,0,2016.1,1770.89,105.347,4.71727,300,5,0,55,0,1,0,0,0),(38454,1504,0,1,1,513,0,2161.98,1758.57,96.4834,0.738468,300,10,0,55,0,1,0,0,0),(38455,1504,0,1,1,513,0,2091.88,1795.68,104.667,2.48413,300,5,0,55,0,1,0,0,0),(38456,1504,0,1,1,513,0,2035.08,1760.78,101.64,0.380443,300,5,0,55,0,1,0,0,0),(38457,4075,0,1,1,1141,0,1849.71,-735.742,64.2611,5.82427,120,10,0,8,0,1,0,0,0),(38458,4075,0,1,1,1418,0,2689.27,1340.44,37.9345,5.40415,120,5,0,8,0,1,0,0,0),(38459,721,0,1,1,4626,0,2858.18,274.818,29.5139,4.63734,120,10,0,1,0,1,0,0,0),(38460,4075,0,1,1,1418,0,2072.32,-432.012,39.5339,6.0285,120,5,0,8,0,1,0,0,0),(38461,1548,0,1,1,9020,0,2748.74,-196.749,39.755,4.9228,300,10,0,137,0,1,0,0,0),(38462,1548,0,1,1,9020,0,2854.03,-180.119,42.1251,0.510482,300,10,0,137,0,1,0,0,0),(38463,1548,0,1,1,9020,0,2944.74,-85.6328,23.5569,3.05359,300,5,0,137,0,1,0,0,0),(38490,1554,0,1,1,8808,0,2853.94,-317.892,64.2488,5.90739,300,5,0,156,0,1,0,0,0),(38496,1548,0,1,1,9020,0,2885.34,-21.3686,23.3415,4.64206,300,5,0,137,0,1,0,0,0),(38912,1554,0,1,1,8808,0,2886.92,-212.806,50.2699,0.465681,300,10,0,156,0,1,0,0,0),(38973,1554,0,1,1,8808,0,2919.47,-116.169,33.701,0.960295,300,5,0,156,0,1,0,0,0),(39001,1548,0,1,1,9020,0,2789.06,-434.212,80.8521,3.77645,300,10,0,137,0,1,0,0,0),(39003,1544,0,1,1,1005,1,3062.05,-154.26,4.00341,3.08923,300,0,0,148,165,0,0,0,0),(39004,1545,0,1,1,346,1,3031.48,-359.656,3.42649,4.41604,300,0,0,176,0,0,0,0,0),(39005,1544,0,1,1,1005,1,3060.82,-15.7454,0.476488,5.55015,300,0,0,148,165,0,0,0,0),(39006,1545,0,1,1,346,1,3042.76,-381.41,0.110239,0.989067,300,0,0,176,0,0,0,0,0),(39007,1545,0,1,1,346,1,2945.12,116.061,6.11059,5.51524,300,0,0,176,0,0,0,0,0),(39008,1545,0,1,1,346,1,2922.19,111.395,4.87489,3.7001,300,0,0,176,0,0,0,0,0),(39009,1545,0,1,1,346,1,2922.86,108.657,4.62489,2.75762,300,0,0,176,0,0,0,0,0),(39010,1545,0,1,1,346,1,3012.27,-363.233,7.23492,5.24215,300,5,0,176,0,1,0,0,0),(39011,1545,0,1,1,346,1,3070.76,-87.2641,0.458018,3.98744,300,10,0,176,0,1,0,0,0),(39012,1545,0,1,1,346,1,3065.32,-137.46,0.259779,1.25551,300,5,0,176,0,1,0,0,0),(39013,1909,0,1,1,757,1,1210.1,313.236,33.9268,0.131261,300,5,0,377,408,1,0,0,0),(39014,1909,0,1,1,757,1,1221.14,346.769,31.846,0.467115,300,5,0,377,408,1,0,0,0),(39015,6033,0,1,1,7449,0,1344.02,450.613,9.81482,4.88692,300,0,0,328,0,0,0,0,0),(39016,6033,0,1,1,7449,0,1288.64,54.7773,-11.8312,4.64258,300,0,0,328,0,0,0,0,0),(39017,13839,0,1,1,13807,1,1475.56,376.338,-59.3511,5.39307,900,0,0,4400,0,0,0,0,0),(39018,13839,0,1,1,13855,1,1462.01,362.806,-59.3489,5.61996,900,0,0,4400,0,0,0,0,0),(39019,36213,0,1,1,0,1,1737.21,110.932,-61.1708,3.82227,300,0,0,15952,0,0,0,0,0),(39020,36213,0,1,1,0,1,1559.61,236.575,55.3256,1.64061,300,0,0,15952,0,0,0,0,0),(39021,13839,0,1,1,13856,1,1439.81,393.827,-57.8694,5.65487,900,0,0,4400,0,0,0,0,0),(39022,36213,0,1,1,0,1,1635.1,421.806,-62.0939,4.45059,300,0,0,15952,0,0,0,0,0),(39023,36213,0,1,1,0,1,1768.21,156.172,-62.2184,4.17134,300,0,0,15952,0,0,0,0,0),(39024,36213,0,1,1,0,1,1437.55,132.92,-62.2087,2.02458,300,0,0,15952,0,0,0,0,0),(39025,36213,0,1,1,0,1,1545.49,214.664,-42.9842,2.02458,300,0,0,15952,0,0,0,0,0),(39026,36213,0,1,1,0,1,1421.48,160.056,-62.2018,5.2709,300,0,0,15952,0,0,0,0,0),(39027,1547,0,1,1,9021,0,2610.21,1272.37,55.7273,4.08646,300,5,0,102,0,1,0,0,0),(39028,1548,0,1,1,9020,0,2544.41,1057.35,85.4139,1.73562,300,10,0,137,0,1,0,0,0),(39029,1553,0,1,1,4734,0,2025.08,924.534,35.2985,2.0255,300,5,0,120,0,1,0,0,0),(39030,1548,0,1,1,9020,0,2422.23,1122.36,54.762,3.0291,300,5,0,137,0,1,0,0,0),(39031,1548,0,1,1,9020,0,2548.42,1126.95,79.708,1.15257,300,10,0,137,0,1,0,0,0),(39032,1547,0,1,1,9021,0,2367.42,1157.52,41.5128,2.54031,300,5,0,102,0,1,0,0,0),(39033,1547,0,1,1,9021,0,2119.8,1024.15,32.939,6.1756,300,5,0,102,0,1,0,0,0),(39034,1547,0,1,1,9021,0,2492.37,1281.16,37.0641,1.90221,300,5,0,102,0,1,0,0,0),(39035,1512,0,1,1,4732,0,1756.74,1740.44,139.604,5.22366,120,10,0,42,0,1,0,0,0),(39036,1512,0,1,1,4732,0,1717.72,1445.41,123.975,2.961,120,10,0,42,0,1,0,0,0),(39037,1512,0,1,1,4732,0,1706.1,1415.02,127.267,3.20901,120,10,0,42,0,1,0,0,0),(39038,1512,0,1,1,4732,0,1745.25,1481.93,130.337,4.96211,120,10,0,42,0,1,0,0,0),(39541,1506,0,1,1,2407,1,1747.31,1282.72,112.219,0.209708,300,5,0,71,0,1,0,0,0),(40168,1507,0,1,1,2478,1,1789.48,1335.2,89.7295,1.36136,300,0,0,67,174,0,0,0,0),(40231,1535,0,1,1,2471,1,2482.01,1580.47,36.8568,0.86674,300,5,0,120,0,1,0,0,0),(40235,1522,0,1,1,11398,1,2706.49,852.049,112.419,4.78475,300,5,0,126,289,1,0,0,0),(40449,1522,0,1,1,11398,1,2754.03,1005.29,111.655,2.99748,300,10,0,126,289,1,0,0,0),(40450,1548,0,1,1,9020,0,1797.18,938.541,41.9494,0.743267,300,5,0,137,0,1,0,0,0),(40465,1548,0,1,1,9020,0,2059.38,848.958,36.2982,0.001335,300,5,0,137,0,1,0,0,0),(40474,1548,0,1,1,9020,0,1973.2,1037.1,39.6773,4.53376,300,5,0,137,0,1,0,0,0),(40477,1554,0,1,1,8808,0,1810.82,960.08,37.1006,2.75035,300,5,0,156,0,1,0,0,0),(40478,1548,0,1,1,9020,0,1688.11,665.287,45.8873,5.21853,300,0,0,137,0,0,0,0,0),(40479,1548,0,1,1,9020,0,2012.78,1051.25,31.9038,3.60979,300,5,0,137,0,1,0,0,0),(40480,1554,0,1,1,8808,0,2049.16,1132.47,34.008,1.21205,300,5,0,156,0,1,0,0,0),(40513,1554,0,1,1,8808,0,1755.96,1005.22,51.2938,4.19106,300,10,0,156,0,1,0,0,0),(40597,1553,0,1,1,4734,0,2340.46,796.87,35.2987,2.99459,300,10,0,120,0,1,0,0,0),(40598,1548,0,1,1,9020,0,2448.57,943.104,74.7156,2.06843,300,5,0,137,0,1,0,0,0),(40599,1548,0,1,1,9020,0,2400.94,993.575,66.2804,6.12029,300,5,0,137,0,1,0,0,0),(40600,1526,0,1,1,1201,0,2206.06,744.945,38.7574,0.143037,300,10,0,120,0,1,0,0,0),(40607,1526,0,1,1,1201,0,2247.62,712.36,35.3892,4.71451,300,10,0,120,0,1,0,0,0),(41294,1525,0,1,1,1200,0,2402.65,500.504,39.7787,5.41052,300,0,0,102,0,0,0,0,0),(41295,1526,0,1,1,1201,0,2217.13,687.886,35.6444,2.75492,300,10,0,120,0,1,0,0,0),(41296,1543,0,1,1,441,1,2604.81,1466.91,-8.54959,2.14675,300,0,0,137,0,0,0,0,0),(41297,1543,0,1,1,441,1,2481.31,1648.42,15.1975,3.04617,300,5,0,137,0,1,0,0,0),(41298,1544,0,1,1,1005,1,2503.82,1426.54,4.81029,3.49057,300,5,0,148,165,1,0,0,0),(41299,1543,0,1,1,441,1,2479.43,1702.89,24.6397,1.0183,300,3,0,137,0,1,0,0,0),(41300,1543,0,1,1,441,1,2656.3,1398.33,-3.25286,5.16577,300,5,0,137,0,1,0,0,0),(41301,1544,0,1,1,1005,1,2526.72,1469.03,-1.80913,2.2517,300,5,0,148,165,1,0,0,0),(41302,1544,0,1,1,1005,1,2530.86,1656.53,5.77004,3.29867,300,2,0,148,165,1,0,0,0),(41668,1544,0,1,1,1005,1,2479.13,1369.2,13.3845,4.13327,300,0,0,148,165,0,0,0,0),(41672,1544,0,1,1,1005,1,2535.55,1646.73,3.36458,0.436332,300,0,0,148,165,0,0,0,0),(41673,1543,0,1,1,441,1,2998.12,247.214,-0.407396,0.244346,300,0,0,137,0,0,0,0,0),(41676,1544,0,1,1,1005,1,2973.36,139.908,1.40939,4.19148,300,5,0,148,165,1,0,0,0),(41718,1553,0,1,1,4734,0,2514.82,217.964,42.5614,3.42829,300,10,0,120,0,1,0,0,0),(41727,1553,0,1,1,4734,0,2453.1,188.033,33.525,0.935894,300,5,0,120,0,1,0,0,0),(41728,1553,0,1,1,4734,0,2326.87,106.511,35.8591,5.17254,300,10,0,120,0,1,0,0,0),(41729,1553,0,1,1,4734,0,2537.68,301.928,40.8648,0.883556,300,5,0,120,0,1,0,0,0),(41734,1553,0,1,1,4734,0,2183.87,139.524,51.4741,4.95744,300,5,0,120,0,1,0,0,0),(41736,1553,0,1,1,4734,0,2619.37,108.48,33.0504,4.48512,300,5,0,120,0,1,0,0,0),(41739,4281,0,1,1,2517,1,2764.63,-891.382,147.599,3.87511,300,5,0,950,0,1,0,0,0),(41741,5403,0,1,1,2410,0,2877.43,-630.238,137.922,4.43314,120,0,0,42,0,0,0,0,0),(41742,5406,0,1,1,2408,0,2871.59,-628.901,137.922,4.59022,120,0,0,42,0,0,0,0,0),(41743,1554,0,1,1,8808,0,1901.26,-589.837,48.6169,2.3113,300,5,0,156,0,1,0,0,0),(41744,1554,0,1,1,8808,0,1683.55,-319.12,54.1702,3.28948,300,5,0,156,0,1,0,0,0),(41745,1548,0,1,1,9020,0,1732.34,-347.517,36.8038,2.42258,300,10,0,137,0,1,0,0,0),(41746,1554,0,1,1,8808,0,2717.09,-249.036,54.9964,0.037807,300,10,0,156,0,1,0,0,0),(41747,1554,0,1,1,8808,0,2069.76,-336.926,38.025,4.77827,300,0,0,156,0,0,0,0,0),(41748,1554,0,1,1,8808,0,1677.75,-519.032,43.4189,4.06974,300,0,0,156,0,0,0,0,0),(41749,1548,0,1,1,9020,0,2589.88,-264.998,52.9115,6.13303,300,5,0,137,0,1,0,0,0),(41750,1549,0,1,1,3916,0,2483.61,-982.437,75.8406,3.66951,300,10,0,176,0,1,0,0,0),(41754,1549,0,1,1,3916,0,2580.09,-729.736,70.0364,3.72526,300,5,0,176,0,1,0,0,0),(41756,1549,0,1,1,3916,0,2450.9,-916.043,63.7258,3.84471,300,10,0,176,0,1,0,0,0),(41760,1555,0,1,1,368,0,2327.89,-784.389,71.6932,6.23825,300,10,0,176,0,1,0,0,0),(41761,1554,0,1,1,8808,0,2547.33,-974.783,79.6675,5.63226,300,5,0,156,0,1,0,0,0),(41776,1509,0,1,1,604,0,2005.83,1377.9,61.7779,1.27262,300,10,0,55,0,1,0,0,0),(41808,1513,0,1,1,9535,0,2046.75,1333.03,69.1161,1.97851,300,10,0,71,0,1,0,0,0),(41825,1509,0,1,1,604,0,2010.67,1330.47,76.1351,4.3355,300,5,0,55,0,1,0,0,0),(41826,7395,0,1,1,2177,0,1597.88,226.795,-62.1085,3.11733,120,1,0,42,0,1,0,0,0),(41827,7395,0,1,1,2177,0,1593.4,224.571,-62.1169,5.83773,120,1,0,42,0,1,0,0,0),(41828,4550,0,1,1,3942,0,1595.84,244.236,-52.0596,1.50098,300,0,0,5544,0,0,0,0,0),(41829,23103,0,1,1,11466,0,1773.32,333.295,-62.2049,1.50098,300,0,0,2871,0,0,0,0,0),(41830,5706,0,1,1,4063,1,1595.9,130.349,-62.1777,1.59303,300,0,0,484,0,2,0,0,0),(41831,5701,0,1,1,4058,1,1594.51,129.267,-62.1777,1.59302,300,0,0,484,0,0,0,0,0),(41832,5707,0,1,1,4064,1,1597.35,128.684,-62.1777,1.59389,300,0,0,484,0,0,0,0,0),(41833,5693,0,1,1,4020,1,1782.99,59.5277,-61.4065,3.14937,300,0,0,328,0,0,0,0,0),(41834,4563,0,1,1,2675,1,1775.98,46.1265,-61.4063,0.890118,300,0,0,4120,0,0,0,0,0),(41835,4607,0,1,1,2626,1,1784.45,401.799,-57.1312,5.41052,300,0,0,1753,0,0,0,0,0),(41836,5659,0,1,1,3859,1,1725.73,375.72,-60.5538,0.453786,300,0,0,484,0,0,0,0,0),(41837,4600,0,1,1,2628,1,1666.31,310.363,-62.0695,0.785398,300,0,0,1003,0,0,0,0,0),(41838,5819,0,1,1,4378,1,1692.65,281.799,-62.0574,1.29154,300,0,0,1003,0,0,0,0,0),(41839,4603,0,1,1,2643,1,1706.63,271.476,-62.0714,1.85005,300,0,0,1003,0,0,0,0,0),(41840,5697,0,1,1,4054,1,1655.74,367.394,-60.7665,4.27606,300,0,0,102,0,0,0,0,0),(41841,4594,0,1,1,2658,1,1775.77,409.607,-57.1143,1.58825,300,0,0,2769,0,0,0,0,0),(41842,5652,0,1,1,3019,0,1684.97,422.634,-62.2149,4.88692,300,0,0,2097,0,0,0,0,0),(41843,4596,0,1,1,2632,1,1681.91,285.452,-62.0548,1.74533,300,0,0,1342,0,0,0,0,0),(41844,5669,0,1,1,4010,1,1717.1,290.181,-62.1068,5.02655,300,0,0,484,0,2,0,0,0),(41845,1522,0,1,1,11398,1,2911.28,877.134,118.975,3.1522,300,5,0,126,289,1,0,0,0),(41846,1522,0,1,1,11398,1,2922.8,854.711,111.968,4.1739,300,5,0,126,289,1,0,0,0),(41847,1522,0,1,1,11398,1,2864.41,904.538,118.588,0.894464,300,5,0,126,289,1,0,0,0),(41848,1523,0,1,1,535,1,2993.27,905.525,106.625,5.51358,300,5,0,148,165,1,0,0,0),(41849,1544,0,1,1,1005,1,2413.31,1855.42,0.806177,4.09161,300,5,0,148,165,1,0,0,0),(41850,1545,0,1,1,346,1,2588.9,1417.37,-1.57098,5.30332,300,5,0,176,0,1,0,0,0),(41851,1545,0,1,1,346,1,2428.51,1821.75,22.9221,1.71974,300,0,0,176,0,0,0,0,0),(41852,1545,0,1,1,346,1,2377.49,1881.8,0.722556,3.60169,300,3,0,176,0,1,0,0,0),(41853,4075,0,1,1,1141,0,1672.19,1633.83,139.027,5.24057,120,5,0,8,0,1,0,0,0),(41854,4075,0,1,1,1418,0,2868.24,416.16,21.1971,5.37935,120,5,0,8,0,1,0,0,0),(41855,4075,0,1,1,1418,0,2017.95,1518.06,77.5416,3.92699,120,5,0,8,0,1,0,0,0),(41856,620,0,1,1,304,0,2364.21,1314.57,33.4123,1.35871,120,10,0,1,0,1,0,0,0),(41857,4075,0,1,1,1418,0,2093.35,604.085,35.0535,2.21625,120,10,0,8,0,1,0,0,0),(41858,1554,0,1,1,8808,0,2918.8,-186.002,37.8195,5.0299,300,5,0,156,0,1,0,0,0),(41859,1548,0,1,1,9020,0,2764.71,-87.276,34.935,0.109133,300,5,0,137,0,1,0,0,0),(41860,1554,0,1,1,8808,0,2848.38,-48.0335,30.1793,2.69541,300,5,0,156,0,1,0,0,0),(41861,1554,0,1,1,8808,0,2847.92,-116.487,32.288,3.26885,300,10,0,156,0,1,0,0,0),(41862,1548,0,1,1,9020,0,2902.91,-421.642,81.4762,1.91211,300,10,0,137,0,1,0,0,0),(41863,1554,0,1,1,8808,0,2819.11,74.3523,27.48,0.141203,300,5,0,156,0,1,0,0,0),(41864,1548,0,1,1,9020,0,2815.17,-81.3475,32.2269,2.83591,300,5,0,137,0,1,0,0,0),(41865,1554,0,1,1,8808,0,2736.27,119.118,33.4145,3.47085,300,5,0,156,0,1,0,0,0),(41866,1548,0,1,1,9020,0,2974.19,-312.483,21.139,2.9509,300,10,0,137,0,1,0,0,0),(41867,1545,0,1,1,346,1,3026.85,-373.202,2.72663,0.733038,300,0,0,176,0,0,0,0,0),(41868,1545,0,1,1,346,1,2943.25,121.338,6.32456,4.2237,300,0,0,176,0,0,0,0,0),(41869,1545,0,1,1,346,1,3020.63,-148.949,5.32065,0.889039,300,10,0,176,0,1,0,0,0),(41870,1544,0,1,1,1005,1,2939.94,117.125,6.51909,0.645772,300,0,0,148,165,0,0,0,0),(41871,1544,0,1,1,1005,1,2941.69,102.462,6.31055,6.05629,300,0,0,148,165,0,0,0,0),(41872,1545,0,1,1,346,1,3049.16,-185.279,3.10857,3.81163,300,10,0,176,0,1,0,0,0),(41873,1545,0,1,1,346,1,3049.05,6.10373,0.300488,2.98451,300,0,0,176,0,0,0,0,0),(41874,1545,0,1,1,346,1,3077.85,-220.726,0.524573,4.59791,300,5,0,176,0,1,0,0,0),(41879,1545,0,1,1,346,1,3052.38,-49.299,4.66287,2.56563,300,0,0,176,0,0,0,0,0),(41880,1544,0,1,1,1005,1,3072.19,-34.8902,0.475697,2.84489,300,0,0,148,165,0,0,0,0),(41882,1909,0,1,1,757,1,1178.49,347.982,33.9388,2.6951,300,5,0,377,408,1,0,0,0),(41883,13839,0,1,1,13854,1,1420.34,428.313,-55.1515,5.3058,900,0,0,4400,0,0,0,0,0),(41884,36213,0,1,1,0,1,1763.17,328.739,-62.1422,3.21141,300,0,0,15952,0,0,0,0,0),(41885,13839,0,1,1,13807,1,1347.12,438.301,-55.8386,0.034907,900,0,0,4400,0,0,0,0,0),(41886,13839,0,1,1,13856,1,1384.79,443.291,-52.8399,5.81195,900,0,0,4400,0,0,0,0,0),(41887,36213,0,1,1,0,1,1599.45,203.725,55.3256,3.14159,300,0,0,15952,0,0,0,0,0),(41888,36213,0,1,1,0,1,1558.44,421.562,-62.0937,4.95674,300,0,0,15952,0,0,0,0,0),(41889,36213,0,1,1,0,1,1515.46,413.822,-62.1024,3.7001,300,0,0,15952,0,0,0,0,0),(41890,36213,0,1,1,0,1,1679.78,413.498,-62.2157,5.81195,300,0,0,15952,0,0,0,0,0),(41891,36213,0,1,1,0,1,1705.98,396.834,-62.209,2.56563,300,0,0,15952,0,0,0,0,0),(41892,36213,0,1,1,0,1,1751.47,130.047,-62.2117,0.994838,300,0,0,15952,0,0,0,0,0),(41893,1547,0,1,1,9021,0,2444.26,1230.08,46.1397,2.93998,300,10,0,102,0,1,0,0,0),(41894,1553,0,1,1,4734,0,2565.89,1176.99,73.7179,1.16744,300,5,0,120,0,1,0,0,0),(41895,1553,0,1,1,4734,0,2506.14,1120.82,72.4293,1.218,300,5,0,120,0,1,0,0,0),(41896,1547,0,1,1,9021,0,2412.49,1295.11,29.6979,0.993357,300,10,0,102,0,1,0,0,0),(41897,1512,0,1,1,4732,0,1911.89,1753.78,96.3078,2.50895,120,10,0,42,0,1,0,0,0),(41898,1512,0,1,1,4732,0,1742.24,1453.97,131.84,3.14648,120,10,0,42,0,1,0,0,0),(41899,1512,0,1,1,4732,0,1686.45,1448.19,133.05,1.56201,120,10,0,42,0,1,0,0,0),(41900,1512,0,1,1,4732,0,1884.93,1772.64,117.067,3.13433,120,10,0,42,0,1,0,0,0),(41901,1512,0,1,1,4732,0,1922.86,1778.06,117.337,2.14774,120,10,0,42,0,1,0,0,0),(41902,1512,0,1,1,4732,0,1806.62,1774.72,132.974,3.13085,120,10,0,42,0,1,0,0,0),(41903,1512,0,1,1,4732,0,1679.99,1586.57,128.822,1.13599,120,10,0,42,0,1,0,0,0),(41904,1512,0,1,1,4732,0,1653.94,1706.35,148.898,4.31429,120,10,0,42,0,1,0,0,0),(41905,1502,0,1,1,829,0,1973.7,1597.14,82.3567,3.85391,120,5,0,42,0,1,0,0,0),(41906,1501,0,1,1,10973,0,1905.06,1462.11,82.1722,5.87028,120,5,0,42,0,1,0,0,0),(41907,1554,0,1,1,8808,0,2003.88,1152.09,41.0463,3.39936,300,5,0,156,0,1,0,0,0),(41908,1548,0,1,1,9020,0,1819.7,1014.79,38.0631,0.403329,300,10,0,137,0,1,0,0,0),(41909,1554,0,1,1,8808,0,1983.36,942.584,36.3713,0.603444,300,5,0,156,0,1,0,0,0),(41910,1548,0,1,1,9020,0,2010.61,921.467,37.0247,2.08397,300,5,0,137,0,1,0,0,0),(41911,1548,0,1,1,9020,0,1969.45,1053.52,39.7116,1.26943,300,5,0,137,0,1,0,0,0),(41912,1554,0,1,1,8808,0,1938.18,1079.53,35.8189,1.98684,300,10,0,156,0,1,0,0,0),(41913,1547,0,1,1,9021,0,2356.72,89.3276,27.6658,4.28231,300,10,0,102,0,1,0,0,0),(41914,1547,0,1,1,9021,0,2499.05,276.281,44.7329,5.22063,300,5,0,102,0,1,0,0,0),(41915,1553,0,1,1,4734,0,2671.99,179.293,32.6444,1.646,300,5,0,120,0,1,0,0,0),(41916,1553,0,1,1,4734,0,2580.74,174.037,34.465,5.89355,300,0,0,120,0,0,0,0,0),(41917,1553,0,1,1,4734,0,2590.86,242.142,41.9305,1.2086,300,5,0,120,0,1,0,0,0),(41918,4281,0,1,1,2517,1,2973.33,-747.917,156.341,3.14159,300,0,0,950,0,0,0,0,0),(41919,4282,0,1,1,2512,1,2947.79,-649.427,154.773,6.18455,300,5,0,739,2068,1,0,0,0),(41920,4282,0,1,1,2513,1,2978.08,-711.854,159.094,2.87491,300,0,0,739,2068,0,0,0,0),(41921,1554,0,1,1,8808,0,1917.92,-407.395,36.68,4.61068,300,5,0,156,0,1,0,0,0),(41922,1548,0,1,1,9020,0,1974.92,-217.133,34.1384,3.08886,300,5,0,137,0,1,0,0,0),(41923,1554,0,1,1,8808,0,2293.27,-391.075,75.127,4.52764,300,5,0,156,0,1,0,0,0),(41924,1554,0,1,1,8808,0,1706.95,-551.731,42.7104,4.20415,300,5,0,156,0,1,0,0,0),(41925,1554,0,1,1,8808,0,2010.13,-120.391,35.213,3.37538,300,10,0,156,0,1,0,0,0),(41926,1554,0,1,1,8808,0,2242.01,-355.225,74.7539,4.97923,300,5,0,156,0,1,0,0,0),(41927,1548,0,1,1,9020,0,1749.49,-576.745,40.4943,3.31297,300,5,0,137,0,1,0,0,0),(41928,1554,0,1,1,8808,0,1956.35,-529.432,45.3321,5.07893,300,5,0,156,0,1,0,0,0),(41929,1554,0,1,1,8808,0,2442.93,-708.928,68.2445,4.37606,300,5,0,156,0,1,0,0,0),(41930,1555,0,1,1,368,0,2148.56,-917.96,92.3778,3.29855,300,5,0,176,0,1,0,0,0),(41931,1554,0,1,1,8808,0,2679.28,-911.239,75.8615,1.9513,300,10,0,156,0,1,0,0,0),(41932,1554,0,1,1,8808,0,2659.54,-800.647,72.0753,4.79261,300,0,0,156,0,0,0,0,0),(41933,1549,0,1,1,3916,0,2578.3,-1024.22,94.6768,3.20803,300,5,0,176,0,1,0,0,0),(41934,1549,0,1,1,3916,0,2417.97,-1047.28,89.5408,2.55757,300,10,0,176,0,1,0,0,0),(41935,1509,0,1,1,604,0,2150.73,1410.96,71.0966,1.05952,300,10,0,55,0,1,0,0,0),(41936,1522,0,1,1,11398,1,2888.27,753.724,120.32,0.464281,300,10,0,126,289,1,0,0,0),(41937,1522,0,1,1,11398,1,2806.51,1097.83,86.2252,2.11234,300,0,0,126,289,2,0,0,0),(41938,1522,0,1,1,11398,1,2928.26,894.673,118.6,2.85835,300,5,0,126,289,1,0,0,0),(41939,1523,0,1,1,535,1,2827.05,948.958,120.77,0,300,5,0,148,165,1,0,0,0),(41940,1523,0,1,1,535,1,2846.18,797.829,113.769,0.402073,300,5,0,148,165,1,0,0,0),(41941,1522,0,1,1,11398,1,2997.71,812.124,90.8305,3.16898,300,5,0,126,289,1,0,0,0),(41942,1522,0,1,1,11398,1,2975.95,1063.43,89.1266,3.37308,300,5,0,126,289,1,0,0,0),(41943,4075,0,1,1,1418,0,2820.35,-792.232,147.374,4.10611,120,5,0,8,0,1,0,0,0),(41944,4075,0,1,1,2176,0,2598.18,570.78,15.2937,3.16698,120,10,0,8,0,1,0,0,0),(41945,4075,0,1,1,1141,0,2682.82,428.711,20.81,0.148938,120,5,0,8,0,1,0,0,0),(41946,620,0,1,1,304,0,2143.53,676.102,35.4279,1.15347,120,5,0,1,0,1,0,0,0),(41947,4075,0,1,1,1418,0,2221.7,631.798,24.8213,3.40247,120,5,0,8,0,1,0,0,0),(41948,4075,0,1,1,1418,0,2358.51,271.472,35.1723,1.98955,120,5,0,8,0,1,0,0,0),(41949,721,0,1,1,4626,0,1900.96,1640.33,92.183,4.87294,120,10,0,1,0,1,0,0,0),(41950,721,0,1,1,4626,0,2336.77,1641.64,37.1435,1.22528,120,10,0,1,0,1,0,0,0),(41951,1554,0,1,1,8808,0,2957.27,-277.563,25.0322,0.578702,300,10,0,156,0,1,0,0,0),(41952,1548,0,1,1,9020,0,2948.43,-145.955,24.2124,1.94598,300,5,0,137,0,1,0,0,0),(41953,1548,0,1,1,9020,0,2793.67,-41.5503,33.9207,0.891763,300,5,0,137,0,1,0,0,0),(41954,1544,0,1,1,1005,1,3076.12,-150.204,2.44024,0,300,5,0,148,165,1,0,0,0),(41955,1545,0,1,1,346,1,3059.1,-30.1828,2.14751,2.87359,300,5,0,176,0,1,0,0,0),(41956,36213,0,1,1,0,1,1664.33,475.199,-11.807,1.5708,300,0,0,15952,0,0,0,0,0),(41957,13839,0,1,1,13856,1,1350.39,428.46,-55.7485,0.436332,900,0,0,4400,0,0,0,0,0),(41958,13839,0,1,1,13856,1,1258.26,289.543,-63.5786,0.785398,900,0,0,4400,0,0,0,0,0),(41959,13839,0,1,1,13854,1,1341.65,310.214,-63.5786,2.89725,900,0,0,4400,0,0,0,0,0),(41960,36213,0,1,1,0,1,1675.57,66.9335,-62.2018,0.453786,300,0,0,15952,0,0,0,0,0),(41961,36213,0,1,1,0,1,1494.32,401.674,-62.1024,0.541052,300,0,0,15952,0,0,0,0,0),(41962,13839,0,1,1,13854,1,1317.43,415.171,-61.1117,0.575959,900,0,0,4400,0,0,0,0,0),(41963,13839,0,1,1,13856,1,1302.77,380.188,-66.6448,1.0821,900,0,0,4400,0,0,0,0,0),(41964,36213,0,1,1,0,1,1714.91,415.04,0.33849,2.61799,300,0,0,15952,0,0,0,0,0),(41965,13839,0,1,1,13854,1,1281.1,370.935,-63.5786,4.93928,900,0,0,4400,0,0,0,0,0),(41966,1548,0,1,1,9020,0,2515.7,1001.48,78.5695,0.421696,300,5,0,137,0,1,0,0,0),(41967,1547,0,1,1,9021,0,2579.47,1288.98,48.4159,2.69629,300,5,0,102,0,1,0,0,0),(41968,1548,0,1,1,9020,0,2620.87,1018.6,101.768,2.74849,300,5,0,137,0,1,0,0,0),(41969,1553,0,1,1,4734,0,2144.7,1077.43,32.4219,1.80843,300,5,0,120,0,1,0,0,0),(41970,1553,0,1,1,4734,0,2439.71,1341.4,27.7677,6.19064,300,5,0,120,0,1,0,0,0),(41971,1548,0,1,1,9020,0,2474.97,1075.1,67.3738,3.03555,300,5,0,137,0,1,0,0,0),(41972,1547,0,1,1,9021,0,2061.68,820.331,36.1265,0.510793,300,5,0,102,0,1,0,0,0),(41973,1508,0,1,1,447,0,2162.2,1630.77,85.8424,6.14599,120,5,0,42,0,1,0,0,0),(41974,1512,0,1,1,4732,0,2143.49,1608.08,79.0285,5.89356,120,10,0,42,0,1,0,0,0),(41975,1502,0,1,1,829,0,1903.94,1489.82,93.9509,1.08002,120,2,0,42,0,1,0,0,0),(41976,1501,0,1,1,10973,0,1963.58,1606.24,88.201,1.12033,120,3,0,42,0,1,0,0,0),(41977,1554,0,1,1,8808,0,2028.77,1197.94,47.2429,5.93642,300,5,0,156,0,1,0,0,0),(41978,1554,0,1,1,8808,0,1794.47,866.693,36.8164,0.937838,300,5,0,156,0,1,0,0,0),(41979,1548,0,1,1,9020,0,2003.8,1200.61,55.3113,2.57258,300,5,0,137,0,1,0,0,0),(41980,1548,0,1,1,9020,0,1961.98,746.116,35.2365,1.18273,300,10,0,137,0,1,0,0,0),(41981,1548,0,1,1,9020,0,1942.83,810.931,38.2196,1.53869,300,5,0,137,0,1,0,0,0),(41982,1548,0,1,1,9020,0,1787.25,1080.61,47.9656,4.23879,300,10,0,137,0,1,0,0,0),(41983,1548,0,1,1,9020,0,1864.1,1159.19,47.2985,2.71464,300,10,0,137,0,1,0,0,0),(41984,1553,0,1,1,4734,0,2727.43,222.35,34.6677,4.55599,300,0,0,120,0,0,0,0,0),(41985,1547,0,1,1,9021,0,2619.22,249.018,37.4058,2.16497,300,5,0,102,0,1,0,0,0),(41986,1553,0,1,1,4734,0,2678.07,281.15,28.8312,3.22571,300,10,0,120,0,1,0,0,0),(41987,1553,0,1,1,4734,0,2735.88,126.442,33.1411,3.71334,300,5,0,120,0,1,0,0,0),(41988,1547,0,1,1,9021,0,2251.77,-18.539,26.2334,0.052965,300,10,0,102,0,1,0,0,0),(41989,1554,0,1,1,8808,0,2653.78,-267.149,58.9951,3.42326,300,5,0,156,0,1,0,0,0),(41990,1554,0,1,1,8808,0,1891.22,-673.426,49.8949,5.94075,300,10,0,156,0,1,0,0,0),(41991,1554,0,1,1,8808,0,1843.9,-419.367,33.2209,0.119728,300,5,0,156,0,1,0,0,0),(41992,1554,0,1,1,8808,0,2385.19,-183.087,33.3422,4.96494,300,5,0,156,0,1,0,0,0),(41993,1554,0,1,1,8808,0,1752.01,-562.644,38.4403,4.04009,300,5,0,156,0,1,0,0,0),(41994,1554,0,1,1,8808,0,1992.96,-153.278,34.5125,2.00396,300,5,0,156,0,1,0,0,0),(41995,1554,0,1,1,8808,0,2052.06,-604.47,60.1224,3.27879,300,5,0,156,0,1,0,0,0),(41996,1549,0,1,1,3916,0,2515.4,-1011.53,88.0203,1.36043,300,10,0,176,0,1,0,0,0),(41997,1555,0,1,1,368,0,2119.96,-887.133,110.45,1.35043,300,5,0,176,0,1,0,0,0),(41998,1555,0,1,1,368,0,2218.74,-983.596,81,4.81827,300,5,0,176,0,1,0,0,0),(41999,1549,0,1,1,3916,0,2614,-1049.52,101.931,4.25311,300,5,0,176,0,1,0,0,0),(42000,1555,0,1,1,368,0,2111.77,-847.17,109.022,0.457986,300,5,0,176,0,1,0,0,0),(42001,1555,0,1,1,368,0,2220.31,-850.34,78.8495,6.2617,300,10,0,176,0,1,0,0,0),(42002,1522,0,1,1,11398,1,2778.75,1104.72,85.2753,6.01869,300,5,0,126,289,1,0,0,0),(42003,1522,0,1,1,11398,1,2917.86,1050.78,100.829,0.055307,300,5,0,126,289,1,0,0,0),(42004,1523,0,1,1,535,1,2955.24,1006.79,109.175,4.60993,300,10,0,148,165,1,0,0,0),(42005,721,0,1,1,4626,0,2796.75,-78.4389,33.5406,4.60748,120,5,0,1,0,1,0,0,0),(42006,620,0,1,1,304,0,2141.23,640.716,34.2212,5.15441,120,5,0,1,0,1,0,0,0),(42007,4075,0,1,1,2176,0,2656.08,-258.31,52.8551,6.27237,120,5,0,8,0,1,0,0,0),(42008,4075,0,1,1,1418,0,2218.56,1230.82,40.9532,2.39557,120,10,0,8,0,1,0,0,0),(42009,1547,0,1,1,9021,0,2588.72,1317.82,39.6488,2.8959,300,5,0,102,0,1,0,0,0),(42010,1547,0,1,1,9021,0,2467.98,1282.64,33.4375,2.10756,300,5,0,102,0,1,0,0,0),(42011,1553,0,1,1,4734,0,2670.05,1338.81,33.9428,0.481113,300,5,0,120,0,1,0,0,0),(42012,1547,0,1,1,9021,0,2559.32,1141.15,76.7329,5.72417,300,10,0,102,0,1,0,0,0),(42013,1548,0,1,1,9020,0,2475.49,1021.8,68.9588,2.10189,300,5,0,137,0,1,0,0,0),(42014,1501,0,1,1,10973,0,1965.06,1610.41,83.4242,0.315183,120,0,0,42,0,0,0,0,0),(42015,1502,0,1,1,829,0,1913.02,1501.98,89.1851,1.12645,120,5,0,42,0,1,0,0,0),(42016,1501,0,1,1,10973,0,1902.39,1491.73,89.1655,5.23592,120,0,0,42,0,0,0,0,0),(42017,1553,0,1,1,4734,0,2686.78,101.531,35.8526,5.79883,300,5,0,120,0,1,0,0,0),(42018,1553,0,1,1,4734,0,2511.5,192.229,36.3517,4.02865,300,10,0,120,0,1,0,0,0),(42019,1553,0,1,1,4734,0,2699.78,137.402,33.9065,5.38911,300,5,0,120,0,1,0,0,0),(42020,1547,0,1,1,9021,0,2616.87,194.178,32.2176,0.674741,300,5,0,102,0,1,0,0,0),(42021,1553,0,1,1,4734,0,1962.01,20.7182,16.5384,2.66484,300,5,0,120,0,1,0,0,0),(42022,1554,0,1,1,8808,0,1833.56,-639.377,42.7803,0.461779,300,5,0,156,0,1,0,0,0),(42023,1548,0,1,1,9020,0,1833.36,-516.158,40.1865,4.36437,300,5,0,137,0,1,0,0,0),(42024,1548,0,1,1,9020,0,2691,-274.529,65.5054,3.52593,300,10,0,137,0,1,0,0,0),(42025,1548,0,1,1,9020,0,2450.64,-350.306,72.5602,4.52061,300,5,0,137,0,1,0,0,0),(42026,1548,0,1,1,9020,0,1652.07,-484.422,45.4857,6.16961,300,10,0,137,0,1,0,0,0),(42027,1554,0,1,1,8808,0,2419.3,-251.48,50.9036,4.68115,300,5,0,156,0,1,0,0,0),(42028,1548,0,1,1,9020,0,2403.25,-247.553,46.4789,2.87671,300,5,0,137,0,1,0,0,0),(42029,1548,0,1,1,9020,0,1982.56,-545.947,50.3998,3.15655,300,5,0,137,0,1,0,0,0),(42030,1555,0,1,1,368,0,2169.2,-752.18,73.659,2.15094,300,10,0,176,0,1,0,0,0),(42031,1549,0,1,1,3916,0,2697.17,-856.186,79.3438,0.390871,300,5,0,176,0,1,0,0,0),(42032,1554,0,1,1,8808,0,2417.8,-376.11,70.3854,1.37632,300,5,0,156,0,1,0,0,0),(42033,1554,0,1,1,8808,0,2502.51,-719.957,66.0479,0.580961,300,5,0,156,0,1,0,0,0),(42034,1555,0,1,1,368,0,2280.01,-1019.41,77.7253,5.0925,300,5,0,176,0,1,0,0,0),(42035,4075,0,1,1,1418,0,2810.85,379.2,22.594,5.21633,120,5,0,8,0,1,0,0,0),(42036,4075,0,1,1,2176,0,1822.5,1114.12,42.0064,2.02672,120,5,0,8,0,1,0,0,0),(42037,4075,0,1,1,2176,0,2030.56,-480.638,38.9,0.946627,120,3,0,8,0,1,0,0,0),(42038,4075,0,1,1,1141,0,2156.51,611.58,35.6106,3.56955,120,5,0,8,0,1,0,0,0),(42039,4075,0,1,1,1418,0,1743.19,1688.86,123.943,3.05748,120,10,0,8,0,1,0,0,0),(42040,4075,0,1,1,1141,0,1984.71,-493.957,34.6207,3.52052,120,5,0,8,0,1,0,0,0),(42041,1547,0,1,1,9021,0,2519.88,1226.52,56.2916,3.12206,300,10,0,102,0,1,0,0,0),(42042,1553,0,1,1,4734,0,2220.87,1139.76,36.6167,5.69962,300,5,0,120,0,1,0,0,0),(42043,1553,0,1,1,4734,0,2161.45,1220.09,47.1151,0.03068,300,5,0,120,0,1,0,0,0),(42044,1553,0,1,1,4734,0,2675.43,1294.6,48.5679,2.34929,300,5,0,120,0,1,0,0,0),(42045,1553,0,1,1,4734,0,2372.05,1211.64,35.8553,2.40028,300,5,0,120,0,1,0,0,0),(42046,1553,0,1,1,4734,0,2561.23,1114.3,84.8773,0.295197,300,10,0,120,0,1,0,0,0),(42047,1502,0,1,1,829,0,1903.63,1504.34,93.9357,6.1759,120,2,0,42,0,1,0,0,0),(42048,1501,0,1,1,10973,0,1897.77,1493.79,93.9501,1.81434,120,2,0,42,0,1,0,0,0),(42049,1553,0,1,1,4734,0,2577.03,323.101,39.7199,4.60281,300,5,0,120,0,1,0,0,0),(42050,1547,0,1,1,9021,0,2515.5,255.284,47.1736,0.373197,300,10,0,102,0,1,0,0,0),(42051,1553,0,1,1,4734,0,2193.49,93.1966,37.5979,0.818535,300,10,0,120,0,1,0,0,0),(42052,1548,0,1,1,9020,0,1621.75,-390.972,45.3384,4.99564,300,10,0,137,0,1,0,0,0),(42053,1548,0,1,1,9020,0,2045.16,-181.377,36.3115,1.10453,300,5,0,137,0,1,0,0,0),(42054,1548,0,1,1,9020,0,1688.02,-469.922,44.0814,3.81146,300,5,0,137,0,1,0,0,0),(42055,1554,0,1,1,8808,0,1808.82,-309.396,36.8131,6.24104,300,10,0,156,0,1,0,0,0),(42056,1554,0,1,1,8808,0,2393.91,-388.474,69.6596,5.1244,300,5,0,156,0,1,0,0,0),(42057,1554,0,1,1,8808,0,1839.31,-746.696,68.6534,4.14986,300,10,0,156,0,1,0,0,0),(42058,1554,0,1,1,8808,0,1713.37,-613.398,44.8726,3.1703,300,5,0,156,0,1,0,0,0),(42059,1548,0,1,1,9020,0,1909.89,-537.167,43.7312,1.04076,300,10,0,137,0,1,0,0,0),(42060,1555,0,1,1,368,0,2220.65,-942.049,75.1152,2.85754,300,5,0,176,0,1,0,0,0),(42061,1549,0,1,1,3916,0,2367.13,-716.426,74.2817,3.11816,300,10,0,176,0,1,0,0,0),(42062,1555,0,1,1,368,0,2315.15,-1081.06,80.6716,2.38105,300,5,0,176,0,1,0,0,0),(42063,1555,0,1,1,368,0,2217.89,-881.002,78.1769,0.431316,300,5,0,176,0,1,0,0,0),(42064,1549,0,1,1,3916,0,2517.66,-952.736,71.5761,4.86244,300,10,0,176,0,1,0,0,0),(42065,1549,0,1,1,3916,0,2439.95,-950.552,70.0778,3.31638,300,10,0,176,0,1,0,0,0),(42066,1555,0,1,1,368,0,2245.9,-793.033,73.6554,2.31838,300,5,0,176,0,1,0,0,0),(42067,4075,0,1,1,1141,0,2141.09,549.867,42.9889,2.56497,120,5,0,8,0,1,0,0,0),(42068,721,0,1,1,328,0,2213,717.382,37.2731,5.47845,120,10,0,1,0,1,0,0,0),(42069,4075,0,1,1,1141,0,2821.64,-180.728,47.0327,2.38381,120,5,0,8,0,1,0,0,0),(42070,4075,0,1,1,2176,0,2369.77,-1065.88,86.6374,0.020467,120,5,0,8,0,1,0,0,0),(42071,4075,0,1,1,1141,0,2327.27,102.226,35.2148,5.27927,120,10,0,8,0,1,0,0,0),(42072,4075,0,1,1,1141,0,2539.64,495.943,24.5441,0.125324,120,5,0,8,0,1,0,0,0),(42073,4075,0,1,1,1141,0,1781.61,1440.51,94.3112,1.32506,120,10,0,8,0,1,0,0,0),(42074,4075,0,1,1,1418,0,2139.45,756.124,33.2734,4.99692,120,5,0,8,0,1,0,0,0),(42075,1502,0,1,1,829,0,1921.09,1487.49,87.5093,0.832834,120,5,0,42,0,1,0,0,0),(42076,1502,0,1,1,829,0,1961.64,1603.7,83.4338,2.0583,120,0,0,42,0,0,0,0,0),(42077,1554,0,1,1,8808,0,2035.2,-223.878,35.7451,3.15917,300,5,0,156,0,1,0,0,0),(42078,1554,0,1,1,8808,0,1655.69,-377.126,45.0213,2.69558,300,10,0,156,0,1,0,0,0),(42079,1548,0,1,1,9020,0,2123.69,-259.117,52.4861,0.088007,300,10,0,137,0,1,0,0,0),(42080,1548,0,1,1,9020,0,1846.85,-568.116,39.861,1.79445,300,5,0,137,0,1,0,0,0),(42081,1548,0,1,1,9020,0,1722.55,-424.21,34.646,5.56549,300,5,0,137,0,1,0,0,0),(42082,1548,0,1,1,9020,0,1787.53,-443.286,33.3978,2.03561,300,5,0,137,0,1,0,0,0),(42083,1554,0,1,1,8808,0,1952.39,-254.878,36.3384,3.93022,300,5,0,156,0,1,0,0,0),(42084,1554,0,1,1,8808,0,1644.03,-585.304,45.1872,5.88972,300,10,0,156,0,1,0,0,0),(42085,1554,0,1,1,8808,0,2613.41,-910.495,59.8369,1.72374,300,10,0,156,0,1,0,0,0),(42086,1554,0,1,1,8808,0,2548.85,-1050.31,100.668,4.10835,300,5,0,156,0,1,0,0,0),(42087,1554,0,1,1,8808,0,2608.87,-790.742,70.0149,4.18755,300,5,0,156,0,1,0,0,0),(42088,1555,0,1,1,368,0,2177.6,-826.715,81.1248,3.528,300,5,0,176,0,1,0,0,0),(42089,1555,0,1,1,368,0,2337.1,-991.114,74.0947,5.75047,300,5,0,176,0,1,0,0,0),(42090,1555,0,1,1,368,0,2234.77,-886.223,76.0049,3.26885,300,5,0,176,0,1,0,0,0),(42091,1555,0,1,1,368,0,2318.02,-1024.3,76.1473,4.82934,300,5,0,176,0,1,0,0,0),(42092,4075,0,1,1,1418,0,2372.35,461.04,34.7763,5.87902,120,10,0,8,0,1,0,0,0),(42093,4075,0,1,1,1418,0,2005,-299.032,39.3418,1.29087,120,5,0,8,0,1,0,0,0),(42094,620,0,1,1,304,0,2279.84,1312.77,32.5179,6.04756,120,5,0,1,0,1,0,0,0),(42095,4075,0,1,1,1141,0,1813.78,1617.07,97.1351,0.107772,120,5,0,8,0,1,0,0,0),(42096,1548,0,1,1,9020,0,2414.32,-213.115,41.2042,1.14385,300,5,0,137,0,1,0,0,0),(42097,1554,0,1,1,8808,0,2360.03,-206.675,39.1958,0.940276,300,5,0,156,0,1,0,0,0),(42098,1548,0,1,1,9020,0,1909.72,-620.365,50.9364,2.99652,300,10,0,137,0,1,0,0,0),(42099,1554,0,1,1,8808,0,2414.04,-335.328,68.8014,2.69919,300,5,0,156,0,1,0,0,0),(42100,1554,0,1,1,8808,0,1690.37,-443.809,43.4174,3.34818,300,10,0,156,0,1,0,0,0),(42101,1554,0,1,1,8808,0,1796.74,-597.748,40.2708,5.21096,300,5,0,156,0,1,0,0,0),(42102,1548,0,1,1,9020,0,1883.2,-442.467,39.2225,4.2445,300,5,0,137,0,1,0,0,0),(42103,1554,0,1,1,8808,0,2329.31,-186.766,34.1861,1.46607,300,5,0,156,0,1,0,0,0),(42104,1549,0,1,1,3916,0,2395.81,-1007.27,80.1368,3.37194,300,10,0,176,0,1,0,0,0),(42105,1555,0,1,1,368,0,2301.88,-812.625,70.4841,0.180727,300,10,0,176,0,1,0,0,0),(42106,1549,0,1,1,3916,0,2345.86,-563,81.8322,3.11023,300,5,0,176,0,1,0,0,0),(42107,1555,0,1,1,368,0,2181.99,-951.31,87.1705,3.62971,300,5,0,176,0,1,0,0,0),(42108,1549,0,1,1,3916,0,2471.74,-896.42,61.5998,0.710108,300,5,0,176,0,1,0,0,0),(42109,1555,0,1,1,368,0,2300.73,-783.712,68.2987,3.31514,300,10,0,176,0,1,0,0,0),(42118,1549,0,1,1,3916,0,2429.66,-985.082,76.5702,3.77943,300,10,0,176,0,1,0,0,0),(42119,1549,0,1,1,3916,0,2376.47,-950.449,69.6505,2.71907,300,10,0,176,0,1,0,0,0),(42120,4075,0,1,1,1418,0,1712.44,679.645,44.7523,0.820305,120,0,0,8,0,0,0,0,0),(42121,4075,0,1,1,1418,0,2424.74,340.343,35.706,1.2956,120,5,0,8,0,1,0,0,0),(42124,4075,0,1,1,1141,0,1708.7,1689.15,133.817,4.84565,120,10,0,8,0,1,0,0,0),(42128,4075,0,1,1,1418,0,2918.08,-262.821,40.4747,1.56353,120,10,0,8,0,1,0,0,0),(42129,4075,0,1,1,1418,0,2388.78,1248.94,36.459,4.65868,120,10,0,8,0,1,0,0,0),(42130,1548,0,1,1,9020,0,1772.84,-469.776,35.9266,1.08095,300,5,0,137,0,1,0,0,0),(42131,1554,0,1,1,8808,0,2049.6,-282.117,37.7761,1.19464,300,5,0,156,0,1,0,0,0),(42132,1548,0,1,1,9020,0,2437.69,-250.688,50.3988,0.013671,300,5,0,137,0,1,0,0,0),(42133,1548,0,1,1,9020,0,2504.47,-339.535,77.4101,1.19627,300,5,0,137,0,1,0,0,0),(42134,1554,0,1,1,8808,0,1891.37,-524.258,39.6179,0.760541,300,10,0,156,0,1,0,0,0),(42135,1554,0,1,1,8808,0,2614.63,-277.275,62.2164,4.52575,300,5,0,156,0,1,0,0,0),(42136,4075,0,1,1,1418,0,1751.47,1581.63,112.728,4.54457,120,5,0,8,0,1,0,0,0),(42137,4075,0,1,1,2176,0,2152.91,1557.48,81.1316,4.86269,120,5,0,8,0,1,0,0,0),(42138,4075,0,1,1,1141,0,2340.08,331.204,36.298,4.19373,120,5,0,8,0,1,0,0,0),(42139,721,0,1,1,328,0,2732.23,462.884,22.5416,1.15783,120,10,0,1,0,1,0,0,0),(42140,4075,0,1,1,1418,0,1795.41,869.919,34.6667,0.51604,120,5,0,8,0,1,0,0,0),(42141,10357,0,1,1,9750,0,1802.04,1096.59,42.1426,5.13934,300,0,0,278,0,0,0,0,0),(42142,10356,0,1,1,7892,0,2567.3,1230.28,65.7738,0.452651,300,0,0,198,0,0,0,0,0),(42143,10358,0,1,1,5430,0,2013.67,-353.764,35.5772,3.17405,300,0,0,230,249,0,0,0,0),(42144,1911,0,1,1,1994,1,3009.79,173.515,0.398306,2.30383,300,0,0,230,374,0,0,0,0),(42145,1553,0,1,1,4734,0,2063.08,975.478,35.4176,3.50783,300,5,0,120,0,1,0,0,0),(42146,1934,0,1,1,3532,1,2275.16,1317.45,33.3862,5.88176,300,0,0,120,0,0,0,0,0),(42147,1934,0,1,1,3532,1,2277.63,1305.24,33.0179,0.778991,300,5,0,120,0,1,0,0,0),(42148,1935,0,1,1,3534,1,2279.28,1310.58,32.5179,3.90673,300,0,0,102,0,2,0,0,0),(42149,1934,0,1,1,3532,1,2310.84,1416.31,33.4583,3.65836,300,10,0,120,0,1,0,0,0); +INSERT INTO `creature` VALUES (42150,1935,0,1,1,3534,1,2284.06,1445.74,33.4583,3.95795,300,10,0,102,0,1,0,0,0),(42151,1934,0,1,1,3532,1,2276.99,1382.05,33.4583,2.66739,300,10,0,120,0,1,0,0,0),(42152,1934,0,1,1,3532,1,2282.15,1339.1,33.4775,6.20779,300,5,0,120,0,1,0,0,0),(42184,1544,0,1,1,1005,1,2990.21,396.962,8.04452,5.23599,300,0,0,148,165,0,0,0,0),(51801,11734,1,1,1,12155,0,-8267.37,314.835,-102.019,2.33967,300,3,0,3849,0,1,0,0,0),(42646,1543,0,1,1,441,1,2970.28,389.261,15.7945,5.32325,300,0,0,137,0,0,0,0,0),(42665,1543,0,1,1,441,1,2969.13,386.905,15.9195,5.96903,300,0,0,137,0,0,0,0,0),(42666,1553,0,1,1,4734,0,2397.83,1264.81,36.1853,2.18832,300,5,0,120,0,1,0,0,0),(42667,1545,0,1,1,346,1,2916.44,1289.88,1.84693,1.67153,300,5,0,176,0,1,0,0,0),(42795,1547,0,1,1,9021,0,2271.2,1254.55,35.7271,1.2437,300,5,0,102,0,1,0,0,0),(42796,1545,0,1,1,346,1,2790.8,1246.18,-0.301244,4.92301,300,5,0,176,0,1,0,0,0),(42867,1548,0,1,1,9020,0,2500.41,1169.19,67.6298,2.25591,300,5,0,137,0,1,0,0,0),(42872,1545,0,1,1,346,1,2780.05,1315.81,-5.11268,3.13342,300,5,0,176,0,1,0,0,0),(42873,1545,0,1,1,346,1,2784.47,1186.17,-0.594686,0.804733,300,5,0,176,0,1,0,0,0),(43425,1544,0,1,1,1005,1,2754.65,1382.76,2.20305,0.890564,300,5,0,148,165,1,0,0,0),(43426,1545,0,1,1,346,1,2681.12,1382.48,-0.289437,4.36963,300,5,0,176,0,1,0,0,0),(43427,1545,0,1,1,346,1,2613.4,1382.5,0.861164,2.7506,300,10,0,176,0,1,0,0,0),(43614,1544,0,1,1,1005,1,2614.28,1387.11,0.370335,2.12618,300,10,0,148,165,1,0,0,0),(43662,1543,0,1,1,441,1,2574.27,1361.5,10.6797,1.18682,300,0,0,137,0,0,0,0,0),(43668,1544,0,1,1,1005,1,2571.51,1375.09,10.4084,1.85005,300,0,0,148,165,0,0,0,0),(43669,1526,0,1,1,1201,0,2261.59,672.42,34.7255,4.00091,300,5,0,120,0,1,0,0,0),(43689,1553,0,1,1,4734,0,2222.45,26.9671,31.884,2.43883,300,5,0,120,0,1,0,0,0),(43691,1545,0,1,1,346,1,2553.42,1386.88,5.48245,5.28045,300,5,0,176,0,1,0,0,0),(43708,1523,0,1,1,535,1,2772,1054.61,109.789,4.87979,300,5,0,148,165,1,0,0,0),(43727,1522,0,1,1,11398,1,2784.39,1048.44,110.164,4.83468,300,5,0,126,289,1,0,0,0),(43729,1523,0,1,1,535,1,2888.89,1006.85,111.243,0.073326,300,5,0,148,165,1,0,0,0),(43730,1522,0,1,1,11398,1,2920.7,971.591,119.246,5.36691,300,5,0,126,289,1,0,0,0),(43731,1523,0,1,1,535,1,2854.63,1052.78,113.315,1.0674,300,10,0,148,165,1,0,0,0),(43732,1530,0,1,1,10256,0,2874.11,837.247,111.366,6.20288,300,10,0,198,0,1,0,0,0),(43733,1553,0,1,1,4734,0,2565.64,1257.08,56.3347,0.11152,300,5,0,120,0,1,0,0,0),(43736,1534,0,1,1,10752,0,3033.27,683.12,66.6006,-3.12625,300,0,0,176,0,0,0,0,0),(43909,1910,0,1,1,2597,1,2560.56,1384.3,4.44448,1.98845,3600,0,0,186,286,2,0,0,0),(43910,1534,0,1,1,10752,0,3044.19,678.489,65.078,1.48391,300,0,0,176,0,0,0,0,0),(43911,1530,0,1,1,1196,0,3027.96,669.401,73.5604,1.48557,300,0,0,198,0,0,0,0,0),(43912,1530,0,1,1,4631,0,3039.66,665.585,58.1085,0.799702,300,0,0,198,0,0,0,0,0),(43913,1526,0,1,1,1201,0,2480.54,596.032,32.2197,4.60534,300,5,0,120,0,1,0,0,0),(43914,1941,0,1,1,10853,1,2515.76,538.398,34.5602,5.89921,300,0,0,120,0,0,0,0,0),(43915,1941,0,1,1,10853,1,2482.21,465.683,41.2163,2.13594,300,10,0,120,0,1,0,0,0),(43916,721,0,1,1,328,0,2748.29,368.229,25.7244,1.4651,120,10,0,1,0,1,0,0,0),(43917,1547,0,1,1,9021,0,2554.72,1266.41,50.3286,4.82596,300,5,0,102,0,1,0,0,0),(43918,1553,0,1,1,4734,0,1880.15,609.948,45.7189,4.90289,300,10,0,120,0,1,0,0,0),(51800,11734,1,1,1,12155,0,-8352.79,371.046,-89.4943,2.00665,300,3,0,3849,0,1,0,0,0),(43921,1513,0,1,1,9535,0,1977.07,1423.22,64.3089,3.1681,300,5,0,71,0,1,0,0,0),(43922,1553,0,1,1,4734,0,2354.88,156.207,36.5644,4.37581,300,5,0,120,0,1,0,0,0),(43923,1502,0,1,1,829,0,1945.01,1506.9,87.3372,5.93766,120,5,0,42,0,1,0,0,0),(43981,1547,0,1,1,9021,0,2650.55,205.745,29.8304,4.98104,300,5,0,102,0,1,0,0,0),(44060,1554,0,1,1,8808,0,1837.61,916.219,38.4245,0.199502,300,5,0,156,0,1,0,0,0),(44062,1548,0,1,1,9020,0,2470.7,-384.806,76.1276,4.42336,300,5,0,137,0,1,0,0,0),(44063,1548,0,1,1,9020,0,1765.83,-355.961,33.8679,2.36257,300,10,0,137,0,1,0,0,0),(44064,1553,0,1,1,4734,0,2153.34,13.387,41.753,1.74531,300,5,0,120,0,1,0,0,0),(44065,1522,0,1,1,11398,1,2572.32,909.858,101.599,2.65978,300,10,0,126,289,1,0,0,0),(44066,1520,0,1,1,200,1,2531.97,956.779,92.0752,2.7106,300,10,0,120,0,1,0,0,0),(44067,1522,0,1,1,11398,1,2545.96,987.505,87.909,2.77729,300,10,0,126,289,1,0,0,0),(44068,1522,0,1,1,11398,1,2588.33,982.431,100.894,6.2539,300,5,0,126,289,1,0,0,0),(44069,1547,0,1,1,9021,0,2595.07,1206.02,69.9978,2.81861,300,10,0,102,0,1,0,0,0),(44070,1522,0,1,1,11398,1,2684.36,889.531,110.317,0.016653,300,10,0,126,289,1,0,0,0),(44071,1522,0,1,1,11398,1,2706.47,921.022,112.705,0.015624,300,10,0,126,289,1,0,0,0),(44072,1522,0,1,1,11398,1,2684.37,1027.61,108.846,5.15828,300,5,0,126,289,1,0,0,0),(44073,1548,0,1,1,9020,0,2396.26,996.841,64.2827,3.98045,300,5,0,137,0,1,0,0,0),(44074,1548,0,1,1,9020,0,2424.35,957.313,71.8265,0.777745,300,5,0,137,0,1,0,0,0),(44075,1522,0,1,1,11398,1,2644.35,983.503,111.978,1.32227,300,5,0,126,289,1,0,0,0),(44076,1520,0,1,1,200,1,2637.76,1049.97,102.771,1.12534,300,5,0,120,0,1,0,0,0),(44140,1520,0,1,1,200,1,2593.74,1019.98,99.434,6.28148,300,5,0,120,0,1,0,0,0),(44145,1547,0,1,1,9021,0,2641.94,1213.8,69.3121,4.48874,300,10,0,102,0,1,0,0,0),(44146,1548,0,1,1,9020,0,2556.33,1214.11,65.8785,4.17398,300,5,0,137,0,1,0,0,0),(44147,1554,0,1,1,8808,0,1970.56,832.231,39.3912,1.32581,300,0,0,156,0,0,0,0,0),(44155,1548,0,1,1,9020,0,1652.38,-604.238,46.4238,1.6726,300,10,0,137,0,1,0,0,0),(44156,4075,0,1,1,1141,0,2049.02,1107.39,35.6426,2.73914,120,10,0,8,0,1,0,0,0),(44157,1525,0,1,1,1200,0,2282.84,716.69,34.4655,0.069813,300,10,0,102,0,1,0,0,0),(44222,1548,0,1,1,9020,0,2071.48,-592.252,60.8234,4.27494,300,5,0,137,0,1,0,0,0),(44223,1554,0,1,1,8808,0,2553.01,-259.133,41.6946,0.996058,300,5,0,156,0,1,0,0,0),(44224,1547,0,1,1,9021,0,2143.87,1144.27,33.7075,1.16308,300,10,0,102,0,1,0,0,0),(44229,1535,0,1,1,2482,1,2288.95,1490.48,32.8677,0.525752,300,10,0,120,0,1,0,0,0),(44230,4075,0,1,1,1418,0,2075.3,3.16128,42.6668,3.38018,120,10,0,8,0,1,0,0,0),(44258,1535,0,1,1,2471,1,2321.23,1542.97,34.2747,2.36095,300,10,0,120,0,1,0,0,0),(44259,1535,0,1,1,2471,1,2378.45,1619.78,33.7167,1.73658,300,10,0,120,0,1,0,0,0),(44260,1535,0,1,1,2471,1,2294.95,1559.29,37.4996,1.55029,300,5,0,120,0,1,0,0,0),(44261,1535,0,1,1,2471,1,2351.25,1582.08,34.8732,0.950547,300,5,0,120,0,1,0,0,0),(44262,1549,0,1,1,3916,0,2381.96,-682.61,75.7777,2.3113,300,10,0,176,0,1,0,0,0),(44263,1525,0,1,1,1200,0,2201.67,569.425,28.7941,1.47459,300,5,0,102,0,1,0,0,0),(44264,1526,0,1,1,1201,0,2207.29,612.532,24.8213,2.02159,300,5,0,120,0,1,0,0,0),(44265,1525,0,1,1,1200,0,2210.83,643.242,24.8583,5.58453,300,5,0,102,0,1,0,0,0),(44266,1675,0,1,1,847,0,2778.04,413.688,19.9735,6.14503,300,5,0,137,0,1,0,0,0),(44267,1553,0,1,1,4734,0,1999.87,514.151,40.8483,6.28123,300,5,0,120,0,1,0,0,0),(44273,1553,0,1,1,4734,0,1941.58,475.956,38.0183,1.52785,300,10,0,120,0,1,0,0,0),(44274,1554,0,1,1,8808,0,2780.44,-373.084,79.1459,1.04076,300,5,0,156,0,1,0,0,0),(44275,1554,0,1,1,8808,0,1978.4,741.834,35.1912,2.55425,300,10,0,156,0,1,0,0,0),(44276,1537,0,1,1,2483,1,1849.31,608.528,48.1101,1.76196,300,5,0,156,0,1,0,0,0),(44277,1548,0,1,1,9020,0,1919.22,577.806,47.0311,5.25733,300,10,0,137,0,1,0,0,0),(44278,1553,0,1,1,4734,0,2379.79,689.46,35.7589,4.11073,300,5,0,120,0,1,0,0,0),(44280,1544,0,1,1,1005,1,2914.98,139.63,6.63987,3.31477,300,5,0,148,165,1,0,0,0),(44281,1547,0,1,1,9021,0,2220.54,836.449,44.1278,0.307439,300,5,0,102,0,1,0,0,0),(44282,1553,0,1,1,4734,0,2255.35,918.345,48.3092,1.90397,300,5,0,120,0,1,0,0,0),(44283,1553,0,1,1,4734,0,1908.74,545.586,47.2015,4.10326,300,5,0,120,0,1,0,0,0),(44284,1675,0,1,1,847,0,2750.22,325.737,29.3423,4.75042,300,10,0,137,0,1,0,0,0),(44285,1543,0,1,1,441,1,2984.86,426.09,21.2527,5.42797,300,0,0,137,0,0,0,0,0),(44286,4075,0,1,1,1141,0,2249.06,947.128,46.3209,1.51021,120,5,0,8,0,1,0,0,0),(44287,1548,0,1,1,9020,0,1589.73,662.294,85.3657,2.38866,300,5,0,137,0,1,0,0,0),(44288,1553,0,1,1,4734,0,1926.66,525.619,47.4764,4.14108,300,5,0,120,0,1,0,0,0),(44298,1522,0,1,1,11398,1,2648.84,849.539,110.334,3.92368,300,10,0,126,289,1,0,0,0),(44302,1529,0,1,1,1198,0,1946.39,-439.002,35.525,1.89252,300,5,0,176,0,1,0,0,0),(44357,1529,0,1,1,1198,0,1949.91,-409.971,35.5772,2.66689,300,5,0,176,0,1,0,0,0),(44379,1548,0,1,1,9020,0,2305.45,951.288,57.5243,4.74265,300,10,0,137,0,1,0,0,0),(44389,1553,0,1,1,4734,0,2439.29,898.408,74.5187,2.33553,300,5,0,120,0,1,0,0,0),(44392,1553,0,1,1,4734,0,1853.48,583.181,42.7662,4.6557,300,10,0,120,0,1,0,0,0),(44402,1547,0,1,1,9021,0,2231.06,1028.35,36.2459,5.73307,300,5,0,102,0,1,0,0,0),(44410,1553,0,1,1,4734,0,2479.22,867.721,84.8567,0.244682,300,0,0,120,0,0,0,0,0),(44417,1547,0,1,1,9021,0,2205.75,999.427,36.8751,5.21142,300,5,0,102,0,1,0,0,0),(44418,1520,0,1,1,200,1,2720.96,879.571,113.488,2.47125,300,5,0,120,0,1,0,0,0),(44419,1548,0,1,1,9020,0,2301.85,894.466,53.5478,4.90491,300,5,0,137,0,1,0,0,0),(44423,1548,0,1,1,9020,0,2199.24,1009.85,37.2576,2.2671,300,5,0,137,0,1,0,0,0),(44425,1548,0,1,1,9020,0,2331.25,852.817,48.4703,0.470198,300,10,0,137,0,1,0,0,0),(44426,1523,0,1,1,535,1,2802.35,880.452,111.925,4.27606,300,0,0,148,165,0,0,0,0),(44427,1553,0,1,1,4734,0,2254.8,968.584,41.7256,2.31033,300,5,0,120,0,1,0,0,0),(44428,1529,0,1,1,1198,0,2044.89,-336.63,35.5635,4.14321,300,5,0,176,0,1,0,0,0),(44429,620,0,1,1,304,0,2293.08,310.279,35.611,3.29253,120,0,0,1,0,0,0,0,0),(44430,1548,0,1,1,9020,0,1821.76,590.629,42.5656,3.15611,300,10,0,137,0,1,0,0,0),(44431,1529,0,1,1,1198,0,1945.91,-317.989,34.8625,0.891588,300,5,0,176,0,1,0,0,0),(44432,1532,0,1,1,3227,0,2056.21,-359.206,35.447,3.2501,300,5,0,198,0,1,0,0,0),(44433,4075,0,1,1,2176,0,2027.08,-307.025,36.7316,1.09875,120,5,0,8,0,1,0,0,0),(44434,1674,0,1,1,10852,0,2550.24,377.552,33.7382,6.2148,300,5,0,120,0,1,0,0,0),(44435,1532,0,1,1,3228,0,1988.21,-381.867,35.5772,3.66628,300,10,0,198,0,1,0,0,0),(44436,1941,0,1,1,10853,1,2574.9,425.176,30.487,4.35874,300,5,0,120,0,1,0,0,0),(44437,1532,0,1,1,3227,0,1985.62,-320.691,36.8912,0.463216,300,5,0,198,0,1,0,0,0),(44438,1529,0,1,1,1198,0,2036.95,-351.639,35.5721,3.98287,300,10,0,176,0,1,0,0,0),(44439,1532,0,1,1,3227,0,2015.57,-356.234,35.5772,2.84128,300,10,0,198,0,1,0,0,0),(44440,1553,0,1,1,4734,0,2110.45,1091.01,34.864,3.13322,300,5,0,120,0,1,0,0,0),(44441,1529,0,1,1,1198,0,1980.63,-349.823,35.5772,5.51277,300,10,0,176,0,1,0,0,0),(44442,1765,0,1,1,11421,0,1481.58,583.226,53.5268,4.04694,300,5,0,198,0,1,0,0,0),(44443,1548,0,1,1,9020,0,1898.77,474.694,37.27,3.04377,300,5,0,137,0,1,0,0,0),(44444,4075,0,1,1,1141,0,2596.04,504.565,21.8001,5.60182,120,10,0,8,0,1,0,0,0),(44445,1548,0,1,1,9020,0,2723.41,-42.2911,30.1924,2.22449,300,5,0,137,0,1,0,0,0),(44446,1675,0,1,1,847,0,2822.06,487.284,30.9346,2.33242,300,10,0,137,0,1,0,0,0),(44447,1548,0,1,1,9020,0,2854.97,-248.525,51.7207,1.06521,300,10,0,137,0,1,0,0,0),(44448,1548,0,1,1,9020,0,2853.05,-492.425,101.247,3.33018,300,10,0,137,0,1,0,0,0),(44449,1548,0,1,1,9020,0,2775.37,-317.052,71.9948,3.57344,300,10,0,137,0,1,0,0,0),(44453,1548,0,1,1,9020,0,2887.7,-153.281,35.3354,5.14719,300,10,0,137,0,1,0,0,0),(44454,1675,0,1,1,847,0,2887.28,419.892,23.4468,0.998987,300,5,0,137,0,1,0,0,0),(44459,1548,0,1,1,9020,0,1857.63,593.463,46.8154,4.71629,300,10,0,137,0,1,0,0,0),(44460,1675,0,1,1,847,0,2858.26,416.594,20.8228,5.8294,300,0,0,137,0,0,0,0,0),(44461,1675,0,1,1,847,0,2852.9,343.432,24.5927,1.58453,300,10,0,137,0,1,0,0,0),(44462,1547,0,1,1,9021,0,2179.79,-15.0453,38.2403,2.71289,300,5,0,102,0,1,0,0,0),(44463,1553,0,1,1,4734,0,2669.9,247.325,33.2147,5.73204,300,5,0,120,0,1,0,0,0),(44466,1547,0,1,1,9021,0,2463.9,240.053,44.5706,3.73664,300,10,0,102,0,1,0,0,0),(44470,4075,0,1,1,1141,0,2257.38,396.451,39.6083,0.05474,120,5,0,8,0,1,0,0,0),(44471,4075,0,1,1,2176,0,1793.44,-521.48,40.3178,0.785794,120,5,0,8,0,1,0,0,0),(44472,721,0,1,1,328,0,2817.34,118.544,26.1918,4.00691,120,5,0,1,0,1,0,0,0),(44473,4075,0,1,1,1141,0,2817.32,74.2523,27.3169,6.14212,120,5,0,8,0,1,0,0,0),(44474,1674,0,1,1,10852,0,2651.25,430.792,24.2771,5.67838,300,10,0,120,0,1,0,0,0),(44475,1675,0,1,1,847,0,2749.73,384.845,24.1979,4.26793,300,10,0,137,0,1,0,0,0),(44476,1675,0,1,1,847,0,2720.04,349.111,28.2431,0.992596,300,10,0,137,0,1,0,0,0),(44477,1504,0,1,1,513,0,2152.72,1794.58,111.83,4.76015,300,5,0,55,0,1,0,0,0),(44478,1504,0,1,1,513,0,2145.54,1820.88,114.179,0.348416,300,5,0,55,0,1,0,0,0),(44479,1504,0,1,1,513,0,2131.42,1811,106.238,1.02082,300,5,0,55,0,1,0,0,0),(44480,1544,0,1,1,1005,1,2934.09,263.472,8.08521,6.26573,300,0,0,148,165,0,0,0,0),(44481,1543,0,1,1,441,1,2951.85,251.139,7.99564,2.9119,300,5,0,137,0,1,0,0,0),(44482,1543,0,1,1,441,1,2912.85,203.016,7.75457,4.61628,300,10,0,137,0,1,0,0,0),(44483,1537,0,1,1,2483,1,1790.21,746.825,49.162,1.0821,300,0,0,156,0,0,0,0,0),(44484,1505,0,1,1,30,0,2023.87,1847.88,102.957,5.65308,300,3,0,71,0,1,0,0,0),(44485,1505,0,1,1,30,0,2017.35,1852.36,102.716,5.50816,300,3,0,71,0,1,0,0,0),(44486,1536,0,1,1,2468,1,1764.18,767.065,56.7175,4.69923,300,5,0,137,0,1,0,0,0),(44487,1544,0,1,1,1005,1,2988.07,244.116,1.0926,4.89775,300,5,0,148,165,1,0,0,0),(44488,1536,0,1,1,2479,1,1796.67,749.434,49.1112,2.23402,300,0,0,137,0,0,0,0,0),(44489,1553,0,1,1,4734,0,2587.07,1078.31,88.4918,1.91231,300,5,0,120,0,1,0,0,0),(44490,1547,0,1,1,9021,0,2538.36,115.142,27.3084,2.7542,300,10,0,102,0,1,0,0,0),(44491,1547,0,1,1,9021,0,2528.18,154.865,31.8311,6.27614,300,10,0,102,0,1,0,0,0),(44492,1553,0,1,1,4734,0,2195.27,38.1541,36.1324,5.05607,300,5,0,120,0,1,0,0,0),(44493,1547,0,1,1,9021,0,1916.13,-111.6,36.4091,1.47501,300,10,0,102,0,1,0,0,0),(44494,1547,0,1,1,9021,0,2628.22,124.612,31.5387,0.311563,300,5,0,102,0,1,0,0,0),(44495,1553,0,1,1,4734,0,2404.06,174.349,33.5899,4.0564,300,10,0,120,0,1,0,0,0),(44496,1548,0,1,1,9020,0,2522.29,-247.761,36.8111,5.76186,300,5,0,137,0,1,0,0,0),(44497,1548,0,1,1,9020,0,2268.32,-220.716,46.7279,0.192607,300,5,0,137,0,1,0,0,0),(44498,1548,0,1,1,9020,0,2011.91,-608.493,62.5063,4.83793,300,5,0,137,0,1,0,0,0),(44499,1509,0,1,1,604,0,2151.19,1334.45,57.6619,5.49917,300,5,0,55,0,1,0,0,0),(44500,1509,0,1,1,604,0,2123.4,1367.94,63.8943,5.80867,300,10,0,55,0,1,0,0,0),(44501,1513,0,1,1,9535,0,2072.39,1385.9,59.9138,4.20885,300,5,0,71,0,1,0,0,0),(44502,1509,0,1,1,604,0,2045.57,1421.05,64.7015,3.89872,300,10,0,55,0,1,0,0,0),(44503,1513,0,1,1,9535,0,2082.41,1423.86,61.7008,2.1382,300,5,0,71,0,1,0,0,0),(44504,1509,0,1,1,604,0,2112.76,1421.79,61.8798,1.97195,300,10,0,55,0,1,0,0,0),(44505,1513,0,1,1,9535,0,2128.17,1443.86,66.8825,1.17082,300,10,0,71,0,1,0,0,0),(44506,620,0,1,1,304,0,2222.98,282.697,35.2775,5.41645,120,5,0,1,0,1,0,0,0),(44507,1506,0,1,1,2403,1,1861.87,1379.92,75.753,5.0045,300,10,0,71,0,1,0,0,0),(44508,1529,0,1,1,1198,0,2022.44,-515.686,42.6241,1.61769,300,5,0,176,0,1,0,0,0),(44509,1506,0,1,1,2407,1,1873.37,1361.32,70.4063,1.29634,300,10,0,71,0,1,0,0,0),(44510,1506,0,1,1,2403,1,1836.48,1365.1,74.2134,4.4619,300,5,0,71,0,1,0,0,0),(44511,1532,0,1,1,3227,0,1991.21,-488.365,34.7926,5.14194,300,5,0,198,0,1,0,0,0),(44512,4075,0,1,1,1141,0,1997.22,-427.446,35.5179,5.98478,120,10,0,8,0,1,0,0,0),(44513,1529,0,1,1,1198,0,1993.22,-451.676,34.65,4.84612,300,5,0,176,0,1,0,0,0),(44514,1506,0,1,1,2403,1,1810.6,1360.75,83.6972,3.52339,300,10,0,71,0,1,0,0,0),(44515,1506,0,1,1,2403,1,1939.19,1366.7,68.0464,3.61504,300,5,0,71,0,1,0,0,0),(44516,1532,0,1,1,3227,0,1998.01,-367.762,35.5772,2.96288,300,10,0,198,0,1,0,0,0),(44517,1537,0,1,1,2472,1,2187.19,-657.243,89.5613,5.3548,300,0,0,156,0,0,0,0,0),(44518,1502,0,1,1,829,0,1956.25,1553.19,87.6134,5.95711,120,0,0,42,0,0,0,0,0),(44519,1548,0,1,1,9020,0,1649.15,-353.607,45.2139,3.04023,300,10,0,137,0,1,0,0,0),(44520,1554,0,1,1,8808,0,2060.81,-547.746,54.2997,1.43957,300,0,0,156,0,0,0,0,0),(44521,1765,0,1,1,11421,0,1474.03,516.741,39.3069,0.785369,300,5,0,198,0,1,0,0,0),(44522,1765,0,1,1,11421,0,1545.62,512.725,48.2212,4.83675,300,5,0,198,0,1,0,0,0),(44523,1513,0,1,1,9535,0,1977.85,1501.1,85.6051,5.32992,300,5,0,71,0,1,0,0,0),(44524,1890,0,1,1,11400,1,1898.19,1467.73,83.6047,5.35794,300,5,0,55,0,1,0,0,0),(44525,4282,0,1,1,2513,1,2761.7,-752.207,136.135,0.757017,300,5,0,739,2068,1,0,0,0),(44526,1890,0,1,1,11400,1,1889.25,1488.25,88.0136,1.7437,300,5,0,55,0,1,0,0,0),(44527,1513,0,1,1,9535,0,1868.23,1493.3,87.9405,2.52543,300,5,0,71,0,1,0,0,0),(44528,1509,0,1,1,604,0,1873.88,1471.85,83.2394,4.16876,300,5,0,55,0,1,0,0,0),(44529,1513,0,1,1,9535,0,1888.64,1441.52,74.6557,0.588003,300,5,0,71,0,1,0,0,0),(44530,1509,0,1,1,604,0,1855.75,1424.46,80.4898,0.858159,300,10,0,55,0,1,0,0,0),(44531,1513,0,1,1,9535,0,1843.14,1447.2,80.4335,6.05085,300,10,0,71,0,1,0,0,0),(44532,1513,0,1,1,9535,0,1825.97,1456.64,85.6311,3.85075,300,10,0,71,0,1,0,0,0),(44533,1508,0,1,1,447,0,1814.55,1485.2,90.6575,4.44157,120,10,0,42,0,1,0,0,0),(44534,1512,0,1,1,4732,0,1782.28,1487.95,105.568,0.22365,120,10,0,42,0,1,0,0,0),(44535,1512,0,1,1,4732,0,1826.59,1523.79,90.4232,3.8309,120,10,0,42,0,1,0,0,0),(44536,1554,0,1,1,8808,0,2443.49,-611.384,70.3959,3.20608,300,10,0,156,0,1,0,0,0),(44537,1890,0,1,1,11400,1,1877.55,1480.87,85.4797,0.325998,300,5,0,55,0,1,0,0,0),(44538,1513,0,1,1,9535,0,1940.31,1433.42,67.7195,3.77771,300,10,0,71,0,1,0,0,0),(44539,1935,0,1,1,3534,1,2316.83,1353.98,33.4583,1.36602,300,10,0,102,0,1,0,0,0),(44540,1554,0,1,1,8808,0,2503.34,-274.26,47.9136,0.494669,300,5,0,156,0,1,0,0,0),(44541,1509,0,1,1,604,0,1953.2,1471.71,79.2557,3.9418,300,10,0,55,0,1,0,0,0),(44542,1553,0,1,1,4734,0,1915.09,-175.58,35.963,0.548966,300,10,0,120,0,1,0,0,0),(44543,1509,0,1,1,604,0,1960.13,1419.92,67.1177,4.95589,300,5,0,55,0,1,0,0,0),(44544,1509,0,1,1,604,0,1922.27,1384.12,68.8264,5.88265,300,10,0,55,0,1,0,0,0),(44545,1548,0,1,1,9020,0,2057.54,-531.448,50.3675,0.244933,300,5,0,137,0,1,0,0,0),(44546,1935,0,1,1,3534,1,2351.02,1436.95,33.3439,2.7621,300,10,0,102,0,1,0,0,0),(44547,1935,0,1,1,3534,1,2346.78,1380.79,33.4437,3.85151,300,10,0,102,0,1,0,0,0),(44548,1931,0,1,1,11428,0,2292.45,233.122,27.2733,1.71042,300,0,0,176,0,0,0,0,0),(44549,1934,0,1,1,3532,1,2311.19,1468.48,33.4491,3.71581,300,10,0,120,0,1,0,0,0),(44550,1554,0,1,1,8808,0,1658.46,-428.594,45.0793,4.45554,300,10,0,156,0,1,0,0,0),(44551,1554,0,1,1,8808,0,2116.76,-295.797,52.6619,2.02396,300,5,0,156,0,1,0,0,0),(44552,1547,0,1,1,9021,0,1877.48,-157.65,37.7468,4.22341,300,10,0,102,0,1,0,0,0),(44553,1548,0,1,1,9020,0,1939.71,436.481,34.9743,1.45535,300,5,0,137,0,1,0,0,0),(44554,1553,0,1,1,4734,0,2110.34,120.4,38.328,0.601608,300,5,0,120,0,1,0,0,0),(44555,620,0,1,1,304,0,2326.63,1351.72,33.4583,5.00745,120,5,0,1,0,1,0,0,0),(44556,1553,0,1,1,4734,0,1944.06,-51.0565,26.2771,1.69999,300,5,0,120,0,1,0,0,0),(44557,12428,0,1,1,12475,1,2436.81,359.072,33.352,0.122173,300,0,0,310,0,0,0,0,0),(44558,1553,0,1,1,4734,0,2110.72,980.951,36.4171,4.79455,300,5,0,120,0,1,0,0,0),(44559,1548,0,1,1,9020,0,1722.14,720.163,48.0424,4.62512,300,0,0,137,0,0,0,0,0),(44560,1504,0,1,1,513,0,2042.12,1781,97.8739,4.16728,300,5,0,55,0,1,0,0,0),(44561,1674,0,1,1,10852,0,2505.43,348.753,33.778,0.710108,300,5,0,120,0,1,0,0,0),(44562,1553,0,1,1,4734,0,2090.11,928.302,37.6835,1.25886,300,5,0,120,0,1,0,0,0),(44563,1554,0,1,1,8808,0,2072.64,1127.6,36.1753,1.34832,300,5,0,156,0,1,0,0,0),(44564,1548,0,1,1,9020,0,1658.35,683.251,76.2178,1.68232,300,5,0,137,0,1,0,0,0),(44565,1548,0,1,1,9020,0,1846.36,521.123,35.5051,1.6507,300,10,0,137,0,1,0,0,0),(44566,1548,0,1,1,9020,0,2083.04,1033.25,34.0872,2.93616,300,10,0,137,0,1,0,0,0),(44567,1525,0,1,1,1200,0,2388.28,538.51,39.0321,2.26893,300,0,0,102,0,0,0,0,0),(44568,1525,0,1,1,1200,0,2442.07,614.041,30.8747,3.59538,300,0,0,102,0,0,0,0,0),(44569,1936,0,1,1,3535,1,2264.66,1314.69,34.0705,0.226893,300,0,0,156,0,0,0,0,0),(44570,1941,0,1,1,10853,1,2560.54,553.2,14.5145,3.13167,300,0,0,120,0,0,0,0,0),(44571,1548,0,1,1,9020,0,1674.43,580.359,35.7674,0.501252,300,10,0,137,0,1,0,0,0),(44572,1548,0,1,1,9020,0,1874.76,637.734,40.0103,6.00341,300,5,0,137,0,1,0,0,0),(44573,1537,0,1,1,2483,1,1742.31,685.26,46.9681,6.18161,300,5,0,156,0,1,0,0,0),(44574,1537,0,1,1,2483,1,1750.54,577.734,34.1766,4.96333,300,5,0,156,0,1,0,0,0),(44575,1548,0,1,1,9020,0,1653.91,645.626,64.0748,0.965158,300,5,0,137,0,1,0,0,0),(44576,1547,0,1,1,9021,0,2393.22,190.59,35.3175,5.58562,300,10,0,102,0,1,0,0,0),(44577,1536,0,1,1,2468,1,1785.77,621.786,41.2207,5.30692,300,10,0,137,0,1,0,0,0),(44578,1537,0,1,1,2472,1,1824.64,601.603,41.8646,1.82762,300,10,0,156,0,1,0,0,0),(44579,1536,0,1,1,2479,1,1806.51,648.498,38.3679,0.713298,300,10,0,137,0,1,0,0,0),(44580,1537,0,1,1,2472,1,1808.29,653.912,38.8679,4.62242,300,10,0,156,0,1,0,0,0),(44581,1662,0,1,1,1738,1,1795.12,722.655,48.9865,1.57718,300,0,0,176,0,0,0,0,0),(44582,1537,0,1,1,2472,1,1801.12,720.519,48.9854,3.17016,300,0,0,156,0,0,0,0,0),(44583,1536,0,1,1,2468,1,1737.49,726.49,48.5953,3.07021,300,10,0,137,0,1,0,0,0),(44584,1548,0,1,1,9020,0,2081.91,398.728,52.8649,0.528356,300,5,0,137,0,1,0,0,0),(44585,1554,0,1,1,8808,0,1977.1,711.174,37.8315,0.998736,300,10,0,156,0,1,0,0,0),(44586,1553,0,1,1,4734,0,2214.81,-86.7683,27.553,0.278753,300,5,0,120,0,1,0,0,0),(44587,1554,0,1,1,8808,0,1920.07,643.74,44.4402,0.139135,300,5,0,156,0,1,0,0,0),(44588,1548,0,1,1,9020,0,2821.61,169.303,21.8793,4.41009,300,5,0,137,0,1,0,0,0),(44589,1547,0,1,1,9021,0,2441.92,162.789,32.2517,3.37614,300,5,0,102,0,1,0,0,0),(44590,1553,0,1,1,4734,0,2401.47,1101.47,52.0606,2.06546,300,5,0,120,0,1,0,0,0),(44591,1941,0,1,1,10853,1,2525.38,491.596,34.1417,0.911752,300,0,0,120,0,0,0,0,0),(44592,1674,0,1,1,10852,0,2511.96,389.683,34.1707,1.37608,300,5,0,120,0,1,0,0,0),(44593,1553,0,1,1,4734,0,2099.69,827.802,30.4089,0.21655,300,0,0,120,0,0,0,0,0),(44594,1941,0,1,1,10853,1,2544.66,400.84,33.1233,4.0312,300,5,0,120,0,1,0,0,0),(44595,1554,0,1,1,8808,0,1928.45,687.012,40.3612,3.12695,300,5,0,156,0,1,0,0,0),(44596,1548,0,1,1,9020,0,2029.05,708.48,41.2072,2.95448,300,10,0,137,0,1,0,0,0),(44597,1674,0,1,1,10852,0,2685.98,460.299,18.9912,0.629687,300,10,0,120,0,1,0,0,0),(44598,4075,0,1,1,1141,0,1945.67,1584.99,81.8555,1.40357,120,5,0,8,0,1,0,0,0),(44599,4075,0,1,1,1418,0,2765.03,70.7647,29.4801,1.98554,120,5,0,8,0,1,0,0,0),(44600,4075,0,1,1,1418,0,2674.56,-902.621,73.8753,5.50331,120,10,0,8,0,1,0,0,0),(44601,1537,0,1,1,2483,1,1887.97,753.349,39.6658,5.67622,300,5,0,156,0,1,0,0,0),(44602,1941,0,1,1,10853,1,2587.42,625.511,20.8314,4.9071,300,3,0,120,0,1,0,0,0),(44603,1547,0,1,1,9021,0,2613.37,1107.23,93.3081,0.996877,300,5,0,102,0,1,0,0,0),(44604,1553,0,1,1,4734,0,1905.43,621.052,50.0717,4.9389,300,10,0,120,0,1,0,0,0),(44605,1526,0,1,1,1201,0,2206.13,561.797,29.877,4.99789,300,5,0,120,0,1,0,0,0),(44606,1553,0,1,1,4734,0,2198.26,961.743,34.9045,5.60646,300,5,0,120,0,1,0,0,0),(44607,1553,0,1,1,4734,0,2139.4,961.102,30.2701,3.32772,300,5,0,120,0,1,0,0,0),(44608,1674,0,1,1,10852,0,2771.15,470.771,23.1846,4.78056,300,10,0,120,0,1,0,0,0),(44609,1674,0,1,1,10852,0,2716.82,417.426,21.8937,2.7844,300,10,0,120,0,1,0,0,0),(44610,1674,0,1,1,10852,0,2748.52,441.91,20.8982,1.90579,300,10,0,120,0,1,0,0,0),(44611,1657,0,1,1,11399,1,2609.08,894.035,107.834,0.633537,300,0,0,176,0,0,0,0,0),(44612,1547,0,1,1,9021,0,2139.97,1217.64,48.6557,4.87417,300,5,0,102,0,1,0,0,0),(44613,1675,0,1,1,847,0,2822.45,351.395,24.0855,5.89025,300,10,0,137,0,1,0,0,0),(44614,1674,0,1,1,10852,0,2812.64,321.992,25.5702,1.62607,300,10,0,120,0,1,0,0,0),(44615,1675,0,1,1,847,0,2813.39,401.439,20.1807,0.869056,300,10,0,137,0,1,0,0,0),(44616,1674,0,1,1,10852,0,2782.76,346.148,26.265,3.38323,300,10,0,120,0,1,0,0,0),(44617,1522,0,1,1,11398,1,2612.04,891.02,108.83,2.57336,300,10,0,126,289,1,0,0,0),(44618,1520,0,1,1,200,1,2619.51,961.959,109.587,1.50699,300,10,0,120,0,1,0,0,0),(44619,1941,0,1,1,10853,1,2566.37,539.25,15.7236,5.07891,300,0,0,120,0,0,0,0,0),(44620,1941,0,1,1,10853,1,2555.51,538.088,15.3385,2.23402,300,0,0,120,0,0,0,0,0),(44621,1520,0,1,1,200,1,2660.42,952.083,114.075,0.352163,300,5,0,120,0,1,0,0,0),(44622,1522,0,1,1,11398,1,2636.82,920.125,109.705,3.63509,300,10,0,126,289,1,0,0,0),(44623,1520,0,1,1,200,1,2668.64,952.139,114.213,6.01835,300,5,0,120,0,1,0,0,0),(44624,1522,0,1,1,11398,1,2616.74,981.006,107.628,5.55095,300,5,0,126,289,1,0,0,0),(44625,1941,0,1,1,10853,1,2547.95,524.373,15.4836,3.06674,300,0,0,120,0,0,0,0,0),(44626,1654,0,1,1,646,0,2954.67,921.348,114.453,0.277897,300,0,0,198,0,2,0,0,0),(44627,1522,0,1,1,11398,1,2706.5,993.236,110.94,1.84367,300,10,0,126,289,1,0,0,0),(44628,1520,0,1,1,200,1,2682.71,981.226,114.691,6.02197,300,5,0,120,0,1,0,0,0),(44629,1522,0,1,1,11398,1,2704.83,1026.03,110.718,3.21753,300,5,0,126,289,1,0,0,0),(44630,1523,0,1,1,535,1,2794.61,997.672,113.346,1.36393,300,10,0,148,165,1,0,0,0),(44631,1523,0,1,1,535,1,2816.5,1014.4,115.709,0.797595,300,10,0,148,165,1,0,0,0),(44632,1522,0,1,1,11398,1,2860.98,988.148,118.154,0.612915,300,5,0,126,289,1,0,0,0),(44633,1522,0,1,1,11398,1,2883.14,946.142,119.348,4.43252,300,5,0,126,289,1,0,0,0),(44634,1522,0,1,1,11398,1,2786.73,987.587,112.346,0.519976,300,10,0,126,289,1,0,0,0),(44635,1523,0,1,1,535,1,2929.03,911.332,116.386,6.08905,300,5,0,148,165,1,0,0,0),(44636,1548,0,1,1,9020,0,2011.45,414.993,38.2466,0.029288,300,10,0,137,0,1,0,0,0),(44637,1547,0,1,1,9021,0,2229.25,534.198,41.6742,4.644,300,5,0,102,0,1,0,0,0),(44638,1543,0,1,1,441,1,3052.36,426.242,7.28626,4.06662,300,0,0,137,0,0,0,0,0),(44639,1543,0,1,1,441,1,3028.4,386.323,1.10682,3.40339,300,0,0,137,0,0,0,0,0),(44640,1543,0,1,1,441,1,3039.24,407.424,0.567485,2.80968,300,5,0,137,0,1,0,0,0),(44641,1501,0,1,1,10973,0,1912.97,1516.68,87.0453,0.608325,120,5,0,42,0,1,0,0,0),(44642,1544,0,1,1,1005,1,3045.31,417.43,0.656645,5.65487,300,0,0,148,165,0,0,0,0),(44643,1544,0,1,1,1005,1,3006.45,392.162,6.95733,1.16655,300,5,0,148,165,1,0,0,0),(44644,1553,0,1,1,4734,0,1978.08,589.801,49.1093,6.08253,300,5,0,120,0,1,0,0,0),(44645,1554,0,1,1,8808,0,2220.51,-137.756,25.0541,0.435793,300,5,0,156,0,1,0,0,0),(44646,1543,0,1,1,441,1,3021.07,371.17,1.64792,2.30383,300,0,0,137,0,0,0,0,0),(44647,1553,0,1,1,4734,0,1952.57,548.301,51.0032,4.96728,300,10,0,120,0,1,0,0,0),(44648,1548,0,1,1,9020,0,2258.89,-409.302,76.9831,3.05748,300,5,0,137,0,1,0,0,0),(44649,1537,0,1,1,2472,1,2175.42,-563.354,78.7361,1.12538,300,5,0,156,0,1,0,0,0),(44650,1548,0,1,1,9020,0,2033.77,-86.1085,34.9677,0.606965,300,10,0,137,0,1,0,0,0),(44651,1548,0,1,1,9020,0,2481.09,1141.28,63.3353,1.61203,300,5,0,137,0,1,0,0,0),(44652,1548,0,1,1,9020,0,1958.33,441.666,34.5993,2.07104,300,10,0,137,0,1,0,0,0),(44654,1543,0,1,1,441,1,2990.07,387.358,7.91952,4.68613,300,5,0,137,0,1,0,0,0),(44655,1553,0,1,1,4734,0,1924.66,661.319,40.7566,3.86694,300,0,0,120,0,0,0,0,0),(44657,1544,0,1,1,1005,1,3021.8,373.901,1.666,3.45575,300,0,0,148,165,0,0,0,0),(44658,1544,0,1,1,1005,1,3015.75,315.477,-1.26234,4.20651,300,5,0,148,165,1,0,0,0),(44659,1547,0,1,1,9021,0,2582.09,157.675,32.6812,3.83778,300,5,0,102,0,1,0,0,0),(44660,1547,0,1,1,9021,0,2198.69,-65.8595,32.8837,0.80373,300,5,0,102,0,1,0,0,0),(44661,1675,0,1,1,847,0,2859.19,281.739,28.7644,1.4445,300,10,0,137,0,1,0,0,0),(44662,1675,0,1,1,847,0,2712.27,279.399,28.1998,1.83629,300,10,0,137,0,1,0,0,0),(44663,1675,0,1,1,847,0,2667.94,300.786,28.223,5.65155,300,10,0,137,0,1,0,0,0),(44664,4075,0,1,1,1141,0,1972.61,1701.55,80.5943,3.55007,120,0,0,8,0,0,0,0,0),(44665,1675,0,1,1,847,0,2681.66,314.028,31.3697,0.035123,300,3,0,137,0,1,0,0,0),(44666,1675,0,1,1,847,0,2822.92,286.522,28.1714,2.30554,300,5,0,137,0,1,0,0,0),(44667,1674,0,1,1,10852,0,2573.43,381.306,32.486,5.62034,300,5,0,120,0,1,0,0,0),(44668,1674,0,1,1,10852,0,2654.45,357.149,28.8096,0.67579,300,10,0,120,0,1,0,0,0),(44669,1508,0,1,1,447,0,1909.98,1670.88,82.4885,0.008789,120,5,0,42,0,1,0,0,0),(44670,1918,0,1,1,569,1,1972.42,1371.21,64.3015,2.6682,300,5,0,71,0,1,0,0,0),(44671,1674,0,1,1,10852,0,2676.81,377.288,28.0318,5.28197,300,10,0,120,0,1,0,0,0),(44672,1674,0,1,1,10852,0,2614.68,389.739,36.7814,3.72345,300,5,0,120,0,1,0,0,0),(44673,1941,0,1,1,10853,1,2590.94,549.06,17.1286,0.632215,300,3,0,120,0,1,0,0,0),(44674,1554,0,1,1,8808,0,2447.39,-375.721,69.1685,1.46316,300,5,0,156,0,1,0,0,0),(44675,1549,0,1,1,3916,0,2505.93,-757.507,69.1937,1.45129,300,5,0,176,0,1,0,0,0),(44676,1941,0,1,1,10853,1,2622.93,451.535,26.6044,1.27267,300,10,0,120,0,1,0,0,0),(44677,1941,0,1,1,10853,1,2616.3,513.188,19.5454,1.81797,300,10,0,120,0,1,0,0,0),(44678,1512,0,1,1,4732,0,1863.35,1669.13,93.6798,4.36509,120,10,0,42,0,1,0,0,0),(44679,1941,0,1,1,10853,1,2575.37,528.241,15.5423,1.90241,300,0,0,120,0,0,0,0,0),(44680,1501,0,1,1,10973,0,1904.37,1645.94,90.5127,2.69251,120,5,0,42,0,1,0,0,0),(44681,1554,0,1,1,8808,0,2540.37,-768.07,71.2226,4.53529,300,10,0,156,0,1,0,0,0),(44682,1675,0,1,1,847,0,2855.61,427.809,20.0945,1.46608,300,0,0,137,0,0,0,0,0),(44683,1941,0,1,1,10853,1,2656.85,518.697,15.5769,1.13075,300,10,0,120,0,1,0,0,0),(44684,1502,0,1,1,829,0,1987.96,1614.69,82.1956,4.82802,120,3,0,42,0,1,0,0,0),(44685,1941,0,1,1,10853,1,2640.22,474.843,17.0662,4.72112,300,10,0,120,0,1,0,0,0),(44686,1501,0,1,1,10973,0,1872.06,1503.12,87.9231,2.66062,120,5,0,42,0,1,0,0,0),(44687,4075,0,1,1,1141,0,2483.63,-894.873,60.5115,2.73786,120,5,0,8,0,1,0,0,0),(44688,1502,0,1,1,829,0,1852.51,1507.48,88.8269,1.75722,120,5,0,42,0,1,0,0,0),(44689,1504,0,1,1,513,0,2146.59,1717.63,89.1338,5.35081,300,10,0,55,0,1,0,0,0),(44690,1504,0,1,1,513,0,2162.69,1707.07,93.3838,5.43568,300,3,0,55,0,1,0,0,0),(44691,1549,0,1,1,3916,0,2450.52,-745.689,67.4664,3.30449,300,10,0,176,0,1,0,0,0),(44692,1504,0,1,1,513,0,2154.07,1687.37,86.1918,1.59658,300,3,0,55,0,1,0,0,0),(44693,1522,0,1,1,11398,1,2617.39,1018.56,101.671,1.23861,300,5,0,126,289,1,0,0,0),(44694,4075,0,1,1,2176,0,1882.33,1527.86,88.1731,5.94189,120,5,0,8,0,1,0,0,0),(44695,1501,0,1,1,10973,0,1977.14,1647.29,75.3515,-1.24838,120,0,0,42,0,0,0,0,0),(44696,1890,0,1,1,11400,1,2052.56,1577.75,73.5502,0.24773,300,5,0,55,0,1,0,0,0),(44697,1502,0,1,1,829,0,2013.66,1581.97,77.1212,1.63115,120,5,0,42,0,1,0,0,0),(44698,1502,0,1,1,829,0,2008.93,1567.19,79.1212,3.27444,120,5,0,42,0,1,0,0,0),(44699,1505,0,1,1,30,0,2048.13,1912.95,102.649,3.79019,300,5,0,71,0,1,0,0,0),(44700,1505,0,1,1,30,0,2039.22,1912.87,102.587,5.07578,300,3,0,71,0,1,0,0,0),(44701,1505,0,1,1,30,0,2008.12,1940.49,104.097,5.63867,300,3,0,71,0,1,0,0,0),(44702,1513,0,1,1,9535,0,2043.27,1477.44,67.522,0.802797,300,5,0,71,0,1,0,0,0),(44703,1509,0,1,1,604,0,2064.27,1471.29,67.2453,3.27782,300,10,0,55,0,1,0,0,0),(44704,4075,0,1,1,1418,0,1995.55,1586.11,80.9817,2.10261,120,5,0,8,0,1,0,0,0),(44705,1512,0,1,1,4732,0,2083.27,1495.55,65.6588,0.075686,120,10,0,42,0,1,0,0,0),(44706,1508,0,1,1,447,0,2093.58,1457.08,62.7387,2.25568,120,10,0,42,0,1,0,0,0),(44707,1504,0,1,1,513,0,2054.82,1808.77,103.198,1.65094,300,5,0,55,0,1,0,0,0),(44708,1509,0,1,1,604,0,2107.9,1448.62,62.5113,5.08433,300,10,0,55,0,1,0,0,0),(44709,1504,0,1,1,513,0,2064.3,1789.2,91.4989,5.12211,300,5,0,55,0,1,0,0,0),(44710,1509,0,1,1,604,0,2125.38,1475.69,66.6393,5.21998,300,5,0,55,0,1,0,0,0),(44711,1508,0,1,1,447,0,2121.84,1487.26,68.8893,2.98184,120,5,0,42,0,1,0,0,0),(44712,1512,0,1,1,4732,0,2112.1,1507.17,68.1521,4.413,120,10,0,42,0,1,0,0,0),(44713,1513,0,1,1,9535,0,2110.26,1494.62,68.0143,6.06376,300,5,0,71,0,1,0,0,0),(44714,1512,0,1,1,4732,0,2144.38,1565.63,78.172,5.06625,120,10,0,42,0,1,0,0,0),(44715,1919,0,1,1,10977,1,1982.9,1376.01,63.0515,5.61537,300,5,0,102,0,1,0,0,0),(44716,1512,0,1,1,4732,0,2088.06,1552.17,72.9855,3.90605,120,10,0,42,0,1,0,0,0),(44717,1508,0,1,1,447,0,2104.47,1587.31,75.5794,5.99224,120,10,0,42,0,1,0,0,0),(44718,1508,0,1,1,447,0,2077.32,1612.44,71.0952,0.553885,120,5,0,42,0,1,0,0,0),(44719,1512,0,1,1,4732,0,2091.39,1627.63,72.5215,3.77039,120,10,0,42,0,1,0,0,0),(44720,4075,0,1,1,1141,0,1684.71,1677.58,137.098,5.94206,120,10,0,8,0,1,0,0,0),(44721,1890,0,1,1,11400,1,1939.61,1542.91,90.165,3.40744,300,0,0,55,0,0,0,0,0),(44722,1512,0,1,1,4732,0,2038.18,1636.35,70.768,4.91933,120,10,0,42,0,1,0,0,0),(44723,4075,0,1,1,1418,0,1739.54,1643.06,119.607,3.20316,120,5,0,8,0,1,0,0,0),(44724,1508,0,1,1,447,0,1965.3,1636.79,78.0914,0.786779,120,10,0,42,0,1,0,0,0),(44725,1890,0,1,1,11400,1,1954.62,1517.1,88.0872,0.896311,300,0,0,55,0,0,0,0,0),(44726,4075,0,1,1,1418,0,1761.01,1596.9,110.942,0.274813,120,10,0,8,0,1,0,0,0),(44727,1890,0,1,1,11400,1,1943.36,1484.81,81.5057,4.65508,300,10,0,55,0,1,0,0,0),(44728,1508,0,1,1,447,0,1973.37,1701.88,80.4712,3.54931,120,5,0,42,0,1,0,0,0),(44729,1512,0,1,1,4732,0,1963.8,1696.27,79.4307,4.90902,120,10,0,42,0,1,0,0,0),(44730,1512,0,1,1,4732,0,1921.42,1686.98,80.0345,3.56188,120,10,0,42,0,1,0,0,0),(44731,1512,0,1,1,4732,0,1907.38,1691.07,85.1595,5.04437,120,10,0,42,0,1,0,0,0),(44732,1512,0,1,1,4732,0,1984.6,1673.92,77.7889,5.38853,120,10,0,42,0,1,0,0,0),(44733,1512,0,1,1,4732,0,1998.52,1702.09,79.2207,5.47174,120,10,0,42,0,1,0,0,0),(44734,1525,0,1,1,1200,0,2290.26,531.412,36.6697,0.523599,300,0,0,102,0,0,0,0,0),(44735,1890,0,1,1,11400,1,1980.03,1590.94,82.489,3.36789,300,0,0,55,0,0,0,0,0),(44736,1525,0,1,1,1200,0,2342.35,564.935,28.19,2.3911,300,0,0,102,0,0,0,0,0),(44737,1526,0,1,1,1201,0,2367.52,524.861,31.5716,5.56482,300,5,0,120,0,1,0,0,0),(44738,6497,0,1,1,5237,0,1608.22,564.291,36.0963,6.02447,300,0,0,273,0,0,0,0,0),(44739,1665,0,1,1,1739,1,3079.98,-560.104,126.807,2.70526,300,0,0,247,0,0,0,0,0),(44740,1660,0,1,1,3145,1,3080.8,-556.315,126.807,3.80482,300,0,0,156,0,0,0,0,0),(44741,1660,0,1,1,3144,1,3076.84,-557.445,126.803,5.48033,300,0,0,156,0,0,0,0,0),(44742,1537,0,1,1,2483,1,2176.89,-452.169,75.7226,3.41451,300,3,0,156,0,1,0,0,0),(44743,1526,0,1,1,1201,0,2245.43,641.433,24.8747,5.43462,300,5,0,120,0,1,0,0,0),(44744,1553,0,1,1,4734,0,2445.78,1085.87,58.6103,4.86087,300,5,0,120,0,1,0,0,0),(44745,1526,0,1,1,1201,0,2284.97,584.211,33.7497,3.72898,300,10,0,120,0,1,0,0,0),(44746,1525,0,1,1,1200,0,2329.34,574.766,26.3381,5.40517,300,10,0,102,0,1,0,0,0),(44747,1538,0,1,1,2466,1,2184.19,-450.619,75.4925,2.49582,300,0,0,166,178,0,0,0,0),(44748,1526,0,1,1,1201,0,2370.98,679.181,35.2148,5.54725,300,5,0,120,0,1,0,0,0),(44749,1540,0,1,1,2470,1,2848.74,-511.46,106.835,5.12463,300,10,0,198,0,1,0,0,0),(44750,1537,0,1,1,2472,1,2187.72,-428.981,76.3403,1.24629,300,3,0,156,0,1,0,0,0),(44751,1525,0,1,1,1200,0,2441.02,676.87,33.3577,1.97222,300,0,0,102,0,0,0,0,0),(44752,1525,0,1,1,1200,0,2324.44,622.718,33.8684,3.24631,300,10,0,102,0,1,0,0,0),(44753,1525,0,1,1,1200,0,2408.2,687.692,33.2312,2.84489,300,0,0,102,0,0,0,0,0),(44754,1526,0,1,1,1201,0,2317.22,655.728,31.9779,2.03095,300,10,0,120,0,1,0,0,0),(44755,1537,0,1,1,2483,1,2174.43,-412.127,71.5903,3.23935,300,10,0,156,0,1,0,0,0),(44756,1525,0,1,1,1200,0,2319.54,679.173,37.4399,3.35103,300,10,0,102,0,1,0,0,0),(44757,1537,0,1,1,2483,1,2144.59,-440.731,73.7041,1.42556,300,0,0,156,0,0,0,0,0),(44758,1540,0,1,1,2481,1,3052.12,-565.528,126.397,2.72271,300,0,0,198,0,0,0,0,0),(44759,1526,0,1,1,1201,0,2469.52,683.397,42.0381,4.69015,300,5,0,120,0,1,0,0,0),(44760,1537,0,1,1,2472,1,2127.3,-454.208,75.1479,2.42601,300,3,0,156,0,1,0,0,0),(44761,1526,0,1,1,1201,0,2454.05,650.523,33.097,2.78248,300,5,0,120,0,1,0,0,0),(44762,1539,0,1,1,2469,1,3066.25,-538.546,126.624,3.39442,300,0,0,186,191,0,0,0,0),(44763,1538,0,1,1,2466,1,3054.79,-558.513,125.749,4.58007,300,0,0,166,178,0,0,0,0),(44764,1538,0,1,1,2466,1,2142.8,-505.647,81.7233,1.98477,300,5,0,166,178,1,0,0,0),(44765,1538,0,1,1,2477,1,2113.39,-405.729,71.3364,3.102,300,5,0,166,178,1,0,0,0),(44766,1664,0,1,1,1737,1,2146.47,-528.42,81.7803,5.25344,300,0,0,222,0,0,0,0,0),(44767,1538,0,1,1,2477,1,2143.57,-529.984,81.7805,5.60251,300,0,0,166,178,0,0,0,0),(44768,1525,0,1,1,1200,0,2410.67,612.571,30.9438,3.92699,300,0,0,102,0,0,0,0,0),(44769,1526,0,1,1,1201,0,2414.02,650.323,32.7641,2.55596,300,5,0,120,0,1,0,0,0),(44770,1538,0,1,1,2466,1,2169.06,-520.564,81.5963,4.86947,300,0,0,166,178,0,0,0,0),(44771,1539,0,1,1,2480,1,2858.72,-512.137,107.163,3.52556,300,0,0,186,191,0,0,0,0),(44772,1538,0,1,1,2466,1,2896.56,-537.532,106.566,3.24631,300,0,0,166,178,0,0,0,0),(44773,1538,0,1,1,2477,1,2165.17,-556.663,79.3422,5.44543,300,0,0,166,178,0,0,0,0),(44774,1526,0,1,1,1201,0,2375.76,585.386,32.6571,2.20658,300,5,0,120,0,1,0,0,0),(44775,1526,0,1,1,1201,0,2373.78,613.487,31.9903,1.86604,300,5,0,120,0,1,0,0,0),(44776,1525,0,1,1,1200,0,2351.05,649.239,33.7291,5.74213,300,0,0,102,0,0,0,0,0),(44777,1538,0,1,1,2466,1,2143.29,-554.631,81.5568,5.79449,300,0,0,166,178,0,0,0,0),(44778,1526,0,1,1,1201,0,2388.23,653.21,31.005,5.7609,300,5,0,120,0,1,0,0,0),(44779,1502,0,1,1,829,0,1945.58,1591.01,82.4922,5.30879,120,5,0,42,0,1,0,0,0),(44780,1538,0,1,1,2477,1,2149.27,-513.366,81.8476,2.1293,300,0,0,166,178,0,0,0,0),(44781,1941,0,1,1,10853,1,2514.16,602.187,28.324,4.59512,300,5,0,120,0,1,0,0,0),(44782,1941,0,1,1,10853,1,2601.44,529.022,16.9239,0.409505,300,3,0,120,0,1,0,0,0),(44783,1537,0,1,1,2472,1,2149.49,-508.654,81.7641,2.53073,300,0,0,156,0,0,0,0,0),(44784,1941,0,1,1,10853,1,2598.09,485.616,23.6649,0.375557,300,10,0,120,0,1,0,0,0),(44785,1941,0,1,1,10853,1,2548.98,579.057,20.8189,3.67349,300,5,0,120,0,1,0,0,0),(44786,1753,0,1,1,848,1,2910.7,382.547,31.4823,3.31613,300,0,0,198,0,0,0,0,0),(44787,4280,0,1,1,2475,1,2881.74,-676.742,137.259,3.59844,300,5,0,812,811,1,0,0,0),(44788,1501,0,1,1,10973,0,1940.97,1562.82,86.8106,-1.29707,120,0,0,42,0,0,0,0,0),(44789,1554,0,1,1,8808,0,2370.62,-548.914,79.4124,2.72079,300,0,0,156,0,0,0,0,0),(44790,1554,0,1,1,8808,0,2553.91,-712.668,64.9528,3.36256,300,10,0,156,0,1,0,0,0),(44791,1502,0,1,1,829,0,1930.99,1498.88,86.3843,5.12447,120,5,0,42,0,1,0,0,0),(44792,1549,0,1,1,3916,0,2588.68,-757.805,72.8464,3.13573,300,10,0,176,0,1,0,0,0),(44793,1554,0,1,1,8808,0,2549.14,-695.336,67.3417,3.36619,300,10,0,156,0,1,0,0,0),(44794,1675,0,1,1,847,0,2903.08,379.265,30.3527,2.77507,300,0,0,137,0,0,0,0,0),(44795,1675,0,1,1,847,0,2875.27,344.206,26.4604,4.21393,300,5,0,137,0,1,0,0,0),(44796,1675,0,1,1,847,0,2893.32,388.279,27.2642,5.60251,300,0,0,137,0,0,0,0,0),(44797,1549,0,1,1,3916,0,2510.85,-813.33,65.0498,2.94094,300,5,0,176,0,1,0,0,0),(44798,1537,0,1,1,2483,1,2549.74,-822.971,64.3074,4.77404,300,5,0,156,0,1,0,0,0),(44799,1544,0,1,1,1005,1,2961.62,347.765,8.25802,0.471239,300,0,0,148,165,0,0,0,0),(44800,1554,0,1,1,8808,0,2485.09,-779.33,63.9923,0.954623,300,5,0,156,0,1,0,0,0),(44801,1501,0,1,1,10973,0,1922.85,1593.8,84.4355,2.93639,120,10,0,42,0,1,0,0,0),(44802,1549,0,1,1,3916,0,2452.01,-810.543,64.7745,1.01095,300,5,0,176,0,1,0,0,0),(44803,1512,0,1,1,4732,0,1718.94,1680.23,132.086,1.4374,120,10,0,42,0,1,0,0,0),(44804,1543,0,1,1,441,1,2983.1,287.302,2.29035,1.67076,300,5,0,137,0,1,0,0,0),(44805,1512,0,1,1,4732,0,1753.65,1709.56,126.965,4.75733,120,10,0,42,0,1,0,0,0),(44806,1508,0,1,1,447,0,1782.39,1725.9,118.701,1.24428,120,5,0,42,0,1,0,0,0),(44807,1543,0,1,1,441,1,2968.38,335.047,8.08459,0.401426,300,0,0,137,0,0,0,0,0),(44808,1502,0,1,1,829,0,1923.08,1547.92,87.3368,1.8731,120,0,0,42,0,2,0,0,0),(44809,1544,0,1,1,1005,1,2967.57,333.307,7.97689,5.68977,300,0,0,148,165,0,0,0,0),(44810,1512,0,1,1,4732,0,1794.08,1721.54,113.701,2.23537,120,10,0,42,0,1,0,0,0),(44811,4075,0,1,1,1418,0,2615.9,234.802,35.0632,2.8464,120,5,0,8,0,1,0,0,0),(44812,1553,0,1,1,4734,0,2141.51,272.239,48.8777,3.06924,300,5,0,120,0,1,0,0,0),(44813,1512,0,1,1,4732,0,1827.94,1716.68,102.677,5.09471,120,10,0,42,0,1,0,0,0),(44814,1549,0,1,1,3916,0,2480.09,-851.642,56.9514,4.21818,300,5,0,176,0,1,0,0,0),(44815,1508,0,1,1,447,0,1812.15,1703.88,105.545,3.63478,120,10,0,42,0,1,0,0,0),(44816,1508,0,1,1,447,0,1859.24,1704.64,93.9552,2.30812,120,5,0,42,0,1,0,0,0),(44817,1555,0,1,1,368,0,2381.23,-815.678,73.1249,3.41238,300,10,0,176,0,1,0,0,0),(44818,1501,0,1,1,10973,0,1914.18,1533.72,86.9618,6.27027,120,0,0,42,0,2,0,0,0),(44819,1555,0,1,1,368,0,2416.64,-786.896,69.1077,4.69872,300,10,0,176,0,1,0,0,0),(44820,1555,0,1,1,368,0,2352.56,-915.006,70.6382,5.49164,300,10,0,176,0,1,0,0,0),(44821,1512,0,1,1,4732,0,1842.48,1680.36,97.5541,4.1205,120,10,0,42,0,1,0,0,0),(44822,1544,0,1,1,1005,1,2983.52,349.6,7.94133,1.46289,300,5,0,148,165,1,0,0,0),(44823,1501,0,1,1,10973,0,1901.45,1524.82,87.7641,0.146859,120,10,0,42,0,1,0,0,0),(44824,1547,0,1,1,9021,0,2096.28,-57.3671,38.85,3.24714,300,0,0,102,0,0,0,0,0),(44825,1508,0,1,1,447,0,1888.92,1729.84,94.5244,4.74942,120,5,0,42,0,1,0,0,0),(44826,1553,0,1,1,4734,0,2207.26,-38.7598,32.2208,4.44228,300,5,0,120,0,1,0,0,0),(44827,1501,0,1,1,10973,0,1893.58,1540.56,88.2019,1.38298,120,5,0,42,0,1,0,0,0),(44828,1555,0,1,1,368,0,2353.68,-848.584,71.915,0.18287,300,10,0,176,0,1,0,0,0),(44829,1508,0,1,1,447,0,1942.02,1673.68,77.8776,1.86114,120,5,0,42,0,1,0,0,0),(44830,1501,0,1,1,10973,0,1888.04,1520.42,88.1731,1.82163,120,0,0,42,0,2,0,0,0),(44831,1502,0,1,1,829,0,1930.21,1662.69,79.1377,3.80412,120,5,0,42,0,1,0,0,0),(44832,1909,0,1,1,757,1,1170.7,320.083,33.5773,2.3112,300,5,0,377,408,1,0,0,0),(44833,1502,0,1,1,829,0,1881.17,1526.82,88.1731,4.49383,120,5,0,42,0,1,0,0,0),(44834,1544,0,1,1,1005,1,3006.8,283.051,1.03949,3.50811,300,0,0,148,165,0,0,0,0),(44835,1508,0,1,1,447,0,2006.38,1643.12,73.2069,4.64239,120,10,0,42,0,1,0,0,0),(44836,1555,0,1,1,368,0,2380.15,-885.107,68.7078,3.53225,300,10,0,176,0,1,0,0,0),(44837,1547,0,1,1,9021,0,2710.98,90.4149,34.7407,5.67406,300,5,0,102,0,1,0,0,0),(44838,1555,0,1,1,368,0,2315.15,-885.782,75.1833,3.98233,300,5,0,176,0,1,0,0,0),(44839,1502,0,1,1,829,0,1898.78,1504.84,89.1851,1.96264,120,0,0,42,0,0,0,0,0),(44840,1890,0,1,1,11400,1,2005.93,1631.66,73.0787,3.75139,300,5,0,55,0,1,0,0,0),(44841,1547,0,1,1,9021,0,2123.99,29.5543,39.8536,2.39134,300,0,0,102,0,0,0,0,0),(44842,1890,0,1,1,11400,1,2020.85,1610.26,71.7037,0.621895,300,5,0,55,0,1,0,0,0),(44843,2211,0,1,1,11424,0,2288.94,234.303,27.1723,0.663225,300,0,0,176,0,0,0,0,0),(44844,1508,0,1,1,447,0,2041.26,1591.73,71.0407,4.28768,120,5,0,42,0,1,0,0,0),(44845,1502,0,1,1,829,0,1864.55,1528.08,88.5208,1.35432,120,2,0,42,0,1,0,0,0),(44846,1890,0,1,1,11400,1,2027.26,1585.13,73.9962,0.552396,300,5,0,55,0,1,0,0,0),(44847,1502,0,1,1,829,0,1858.38,1527.96,88.5499,0.646406,120,2,0,42,0,1,0,0,0),(44848,1512,0,1,1,4732,0,1750.19,1646.8,118.698,6.19436,120,10,0,42,0,1,0,0,0),(44849,1890,0,1,1,11400,1,1998.59,1588.13,79.8567,6.15124,300,3,0,55,0,1,0,0,0),(44850,1502,0,1,1,829,0,1934.1,1518.73,88.0872,3.57589,120,5,0,42,0,1,0,0,0),(44851,1890,0,1,1,11400,1,2015.96,1553.96,79.0252,3.49227,300,10,0,55,0,1,0,0,0),(44852,1547,0,1,1,9021,0,2161.89,45.0957,39.0002,4.68213,300,5,0,102,0,1,0,0,0),(44853,1544,0,1,1,1005,1,2982.52,318.865,5.94336,1.3481,300,5,0,148,165,1,0,0,0),(44854,1890,0,1,1,11400,1,2040.73,1539.46,78.1985,3.52835,300,10,0,55,0,1,0,0,0),(44855,1555,0,1,1,368,0,2318.99,-949,74.5468,5.65669,300,5,0,176,0,1,0,0,0),(44856,1890,0,1,1,11400,1,2025.7,1531.22,79.1395,1.7135,300,10,0,55,0,1,0,0,0),(44857,1890,0,1,1,11400,1,2006.65,1503.75,73.3895,4.31804,300,10,0,55,0,1,0,0,0),(44858,1890,0,1,1,11400,1,1977.45,1578.14,79.9817,2.80789,300,5,0,55,0,1,0,0,0),(44859,1890,0,1,1,11400,1,1981.18,1546.04,86.4956,2.82386,300,0,0,55,0,0,0,0,0),(44860,1890,0,1,1,11400,1,1980.11,1529.24,87.1908,1.05178,300,5,0,55,0,1,0,0,0),(44861,1890,0,1,1,11400,1,1974.18,1499.69,86.4142,3.75379,300,5,0,55,0,1,0,0,0),(44862,1553,0,1,1,4734,0,2154.5,1055.65,35.4677,1.25859,300,5,0,120,0,1,0,0,0),(44863,1531,0,1,1,985,0,2380.35,630.252,30.2444,1.33931,300,0,0,120,0,0,0,0,0),(44864,1531,0,1,1,985,0,2463.78,623.208,29.7211,4.7822,300,0,0,120,0,0,0,0,0),(44865,1537,0,1,1,2472,1,1757.8,642.308,40.5509,4.71578,300,10,0,156,0,1,0,0,0),(44866,1504,0,1,1,513,0,2047.39,1704.61,76.1127,4.95543,300,10,0,55,0,1,0,0,0),(44867,1504,0,1,1,513,0,2046.48,1729.1,80.2377,4.63342,300,10,0,55,0,1,0,0,0),(44868,1547,0,1,1,9021,0,2329.7,1105.8,36.4571,0.757035,300,5,0,102,0,1,0,0,0),(44869,1547,0,1,1,9021,0,2158.49,1179.54,40.9233,0.8189,300,5,0,102,0,1,0,0,0),(44870,4075,0,1,1,2176,0,1866.89,-348.928,39.2461,0.836554,120,5,0,8,0,1,0,0,0),(44871,1553,0,1,1,4734,0,2145.18,387.603,52.2243,3.21589,300,10,0,120,0,1,0,0,0),(44872,1554,0,1,1,8808,0,2455.19,-535.351,72.2975,3.74771,300,10,0,156,0,1,0,0,0),(44873,1547,0,1,1,9021,0,2109.69,949.156,34.4249,3.73393,300,5,0,102,0,1,0,0,0),(44874,1537,0,1,1,2472,1,1772.14,676.709,44.102,4.41272,300,0,0,156,0,0,0,0,0),(44875,1547,0,1,1,9021,0,2072.82,865.083,34.4453,1.89563,300,5,0,102,0,1,0,0,0),(44876,1535,0,1,1,2482,1,2354.26,1513.07,35.3082,5.02473,300,5,0,120,0,1,0,0,0),(44877,1547,0,1,1,9021,0,2123.44,345.153,47.6532,4.94695,300,10,0,102,0,1,0,0,0),(44878,1540,0,1,1,2470,1,2769.89,-485.563,107.248,3.78736,300,0,0,198,0,0,0,0,0),(44879,1538,0,1,1,2466,1,2750.02,-531.186,104.635,2.79253,300,0,0,166,178,0,0,0,0),(44880,1540,0,1,1,2481,1,2750.31,-521.581,106.324,2.35619,300,0,0,198,0,0,0,0,0),(44881,1553,0,1,1,4734,0,2173.58,413.141,59.6291,4.96021,300,5,0,120,0,1,0,0,0),(44882,1547,0,1,1,9021,0,2161.12,326.91,42.6405,1.41689,300,10,0,102,0,1,0,0,0),(44883,1504,0,1,1,513,0,2086.22,1716.26,67.4429,1.78024,300,10,0,55,0,1,0,0,0),(44884,1504,0,1,1,513,0,2100.58,1714.56,67.1622,2.3911,300,10,0,55,0,1,0,0,0),(44885,1540,0,1,1,2481,1,2791.81,-473.694,101.753,1.25664,300,0,0,198,0,0,0,0,0),(44886,1504,0,1,1,513,0,2118.23,1721.56,73.341,0.593412,300,0,0,55,0,0,0,0,0),(44887,1504,0,1,1,513,0,2081.53,1751.82,77.104,0,300,10,0,55,0,1,0,0,0),(44888,1504,0,1,1,513,0,2057.6,1745.27,81.8896,3.9467,300,5,0,55,0,1,0,0,0),(44889,1504,0,1,1,513,0,2055.19,1763.6,87.0146,0.292013,300,5,0,55,0,1,0,0,0),(44890,1505,0,1,1,30,0,2040.29,1847.27,104.237,1.92848,300,0,0,71,0,0,0,0,0),(44891,1505,0,1,1,30,0,2037.48,1849.06,103.849,2.98668,300,0,0,71,0,0,0,0,0),(44892,1505,0,1,1,30,0,2046.79,1875.41,101.913,5.74451,300,5,0,71,0,1,0,0,0),(44893,1505,0,1,1,30,0,2034.48,1884.76,103.2,0.153222,300,0,0,71,0,0,0,0,0),(44894,1935,0,1,1,3534,1,2313.74,1281.47,31.5054,0.418303,300,5,0,102,0,1,0,0,0),(44895,4281,0,1,1,2517,1,2861.59,-653.858,137.899,5.71699,300,5,0,950,0,1,0,0,0),(44896,1505,0,1,1,30,0,2044.02,1896.49,101.832,1.2159,300,5,0,71,0,1,0,0,0),(44897,1505,0,1,1,30,0,2019.25,1896.62,103.749,2.33423,300,0,0,71,0,0,0,0,0),(44898,1935,0,1,1,3534,1,2362.6,1320.62,33.4123,1.66033,300,5,0,102,0,1,0,0,0),(44899,721,0,1,1,328,0,2088.33,955.714,38.3537,3.78353,120,5,0,1,0,1,0,0,0),(44900,4280,0,1,1,2475,1,2821.58,-643.329,142.472,1.76411,300,5,0,812,811,1,0,0,0),(44901,1935,0,1,1,3534,1,2354.36,1288.5,33.0915,0.119907,300,10,0,102,0,1,0,0,0),(44902,1505,0,1,1,30,0,2053.58,1905.14,101.29,6.00857,300,3,0,71,0,1,0,0,0),(44903,1505,0,1,1,30,0,2020.14,1910.72,105.691,3.74741,300,3,0,71,0,1,0,0,0),(44904,4282,0,1,1,2513,1,2947.97,-629.745,155.293,0.731508,300,5,0,739,2068,1,0,0,0),(44905,1505,0,1,1,30,0,2010.72,1927.25,105.34,4.63097,300,5,0,71,0,1,0,0,0),(44906,1535,0,1,1,2471,1,2400.38,1343.11,34.0297,5.17516,300,5,0,120,0,1,0,0,0),(44907,1505,0,1,1,30,0,2028.45,1919.79,107.109,4.76898,300,5,0,71,0,1,0,0,0),(44908,721,0,1,1,328,0,1915.55,1364.77,68.8814,4.15472,120,5,0,1,0,1,0,0,0),(44909,1535,0,1,1,2482,1,2386.05,1364.57,34.4887,1.59686,300,0,0,120,0,2,0,0,0),(44910,4075,0,1,1,1141,0,2126.5,1355.23,60.3195,0.537071,120,10,0,8,0,1,0,0,0),(44911,1505,0,1,1,30,0,2043.83,1862.4,102.728,4.18525,300,3,0,71,0,1,0,0,0),(44912,1547,0,1,1,9021,0,2162.23,273.459,44.3304,3.12616,300,10,0,102,0,1,0,0,0),(44913,1535,0,1,1,2471,1,2410.67,1518.02,34.2359,3.82045,300,10,0,120,0,1,0,0,0),(44914,1505,0,1,1,30,0,2045.1,1831.24,107.779,3.3988,300,5,0,71,0,1,0,0,0),(44915,1535,0,1,1,2471,1,2409.22,1398.8,33.7258,6.02541,300,5,0,120,0,1,0,0,0),(44916,1535,0,1,1,2471,1,2432.66,1544.21,34.5419,3.46242,300,5,0,120,0,1,0,0,0),(44917,1535,0,1,1,2471,1,2446.01,1643.89,33.5626,5.40014,300,0,0,120,0,0,0,0,0),(44918,1535,0,1,1,2471,1,2396.4,1485.82,34.2861,0.899563,300,5,0,120,0,1,0,0,0),(44919,1535,0,1,1,2482,1,2348.33,1475.9,33.3439,2.45032,300,10,0,120,0,1,0,0,0),(44920,1520,0,1,1,200,1,2562.51,806.422,108.875,0.28466,300,5,0,120,0,1,0,0,0),(44921,1522,0,1,1,11398,1,2547.27,823.258,106.523,4.23214,300,5,0,126,289,1,0,0,0),(44922,1535,0,1,1,2471,1,2384.73,1552.59,31.7073,0.580064,300,10,0,120,0,1,0,0,0),(44923,1535,0,1,1,2471,1,2430.09,1577.92,37.2447,3.80482,300,0,0,120,0,0,0,0,0),(44924,1535,0,1,1,2471,1,2379.34,1514.88,35.9603,4.88692,300,0,0,120,0,0,0,0,0),(44925,1535,0,1,1,2471,1,2439.16,1599.61,50.9602,5.86431,300,0,0,120,0,0,0,0,0),(44926,1501,0,1,1,10973,0,1905.41,1601.54,86.3339,4.53082,120,5,0,42,0,1,0,0,0),(44927,1502,0,1,1,829,0,1928.76,1603.64,83.3339,4.93894,120,5,0,42,0,1,0,0,0),(44928,1507,0,1,1,2467,1,1730.29,1367.5,104.448,1.2161,300,5,0,67,174,1,0,0,0),(44929,4075,0,1,1,1141,0,1859.03,1681.66,93.5264,1.61573,120,10,0,8,0,1,0,0,0),(44930,1501,0,1,1,10973,0,1940.15,1629.43,80.1276,5.53251,120,10,0,42,0,1,0,0,0),(44931,1520,0,1,1,200,1,2536.4,770.158,110.861,0.626665,300,5,0,120,0,1,0,0,0),(44932,1522,0,1,1,11398,1,2527.26,810.881,110.736,4.06415,300,5,0,126,289,1,0,0,0),(44933,1535,0,1,1,2471,1,2442.86,1601.82,37.1504,4.93928,300,0,0,120,0,0,0,0,0),(44934,1520,0,1,1,200,1,2547.93,805.158,110.758,1.58825,300,0,0,120,0,0,0,0,0),(44935,1501,0,1,1,10973,0,1919.49,1623.68,85.5839,4.92853,120,5,0,42,0,1,0,0,0),(44936,1501,0,1,1,10973,0,1966.14,1636.96,78.0026,1.17677,120,10,0,42,0,1,0,0,0),(44937,1520,0,1,1,200,1,2513.17,741.334,120.865,4.57276,300,0,0,120,0,0,0,0,0),(44938,721,0,1,1,328,0,2083.1,225.98,52.7019,0.482801,120,5,0,1,0,1,0,0,0),(44939,1520,0,1,1,200,1,2529.87,802.584,110.849,0.607663,300,5,0,120,0,1,0,0,0),(44940,1507,0,1,1,2478,1,1741.45,1342.81,104.04,4.259,300,5,0,67,174,1,0,0,0),(44941,1501,0,1,1,10973,0,1983.2,1641.61,76.1643,1.18989,120,5,0,42,0,1,0,0,0),(44942,1501,0,1,1,10973,0,1901.98,1571.76,89.0864,6.02667,120,0,0,42,0,0,0,0,0),(44943,1535,0,1,1,2482,1,2409.44,1583.88,32.9756,4.27606,300,0,0,120,0,0,0,0,0),(44944,1535,0,1,1,2482,1,2438.09,1595.84,72.3399,3.03687,300,0,0,120,0,0,0,0,0),(44945,1506,0,1,1,2403,1,1752.96,1325,99.9812,4.63906,300,10,0,71,0,1,0,0,0),(44946,1535,0,1,1,2471,1,2450.47,1592.6,37.1535,2.86234,300,0,0,120,0,0,0,0,0),(44947,1520,0,1,1,200,1,2689,817.73,109.697,4.96615,300,10,0,120,0,1,0,0,0),(68453,22991,530,1,1,0,0,-4018.35,3076.7,375.29,-0.733038,180,0,0,4120,0,0,0,0,0),(44949,1506,0,1,1,2403,1,1728.35,1327.06,108.116,1.90598,300,5,0,71,0,1,0,0,0),(44950,1520,0,1,1,200,1,2727.97,795.706,112.262,0.5145,300,5,0,120,0,1,0,0,0),(44951,1535,0,1,1,2471,1,2455.31,1601.84,72.3392,0.698132,300,0,0,120,0,0,0,0,0),(44952,1555,0,1,1,368,0,2187.51,-691.316,67.1164,1.2086,300,10,0,176,0,1,0,0,0),(44953,1535,0,1,1,2482,1,2444.51,1601.66,66.7561,4.72984,300,0,0,120,0,0,0,0,0),(44954,1506,0,1,1,2403,1,1768.75,1336.7,90.3585,3.8317,300,5,0,71,0,1,0,0,0),(44955,4075,0,1,1,1141,0,2292.39,-708.573,70.9157,5.53854,120,5,0,8,0,1,0,0,0),(44956,1502,0,1,1,829,0,1990.45,1549.62,79.9522,0.586652,120,5,0,42,0,1,0,0,0),(44957,1506,0,1,1,2403,1,1770.16,1376.83,90.0053,1.41803,300,0,0,71,0,0,0,0,0),(44958,1502,0,1,1,829,0,1905.9,1561.9,88.1273,4.92183,120,0,0,42,0,0,0,0,0),(44959,1535,0,1,1,2471,1,2454.38,1588.08,72.3392,5.37561,300,0,0,120,0,0,0,0,0),(44960,1502,0,1,1,829,0,1994.96,1532.48,78.382,0,120,0,0,42,0,0,0,0,0),(44961,1501,0,1,1,10973,0,1899.31,1547.72,89.1474,0.296706,120,0,0,42,0,0,0,0,0),(44962,1502,0,1,1,829,0,1926.79,1522.18,87.3504,2.68243,120,5,0,42,0,1,0,0,0),(44963,1502,0,1,1,829,0,2008.63,1478.11,69.4733,4.57726,120,5,0,42,0,1,0,0,0),(44964,1507,0,1,1,2478,1,1777.73,1385.49,91.8299,1.7109,300,0,0,67,174,0,0,0,0),(44965,1502,0,1,1,829,0,1934.11,1579.17,82.536,3.29743,120,5,0,42,0,1,0,0,0),(44966,1549,0,1,1,3916,0,2477.31,-648.409,71.826,2.37345,300,10,0,176,0,1,0,0,0),(44967,1502,0,1,1,829,0,1964.68,1550.69,85.6722,1.5365,120,5,0,42,0,1,0,0,0),(44968,1549,0,1,1,3916,0,2559.14,-589.498,83.5296,1.27466,300,10,0,176,0,1,0,0,0),(44969,1502,0,1,1,829,0,1962.82,1559.83,84.6423,5.9083,120,5,0,42,0,1,0,0,0),(44970,1522,0,1,1,11398,1,2728.23,779.251,112.336,2.28638,300,0,0,126,289,0,0,0,0),(44971,1502,0,1,1,829,0,1946.86,1561.32,87.4658,0.24497,120,2,0,42,0,1,0,0,0),(44972,1520,0,1,1,200,1,2514.29,917.689,81.6984,2.06918,300,10,0,120,0,1,0,0,0),(44973,1554,0,1,1,8808,0,2248.14,-682.196,66.0762,2.09999,300,10,0,156,0,1,0,0,0),(44974,1501,0,1,1,10973,0,1939.47,1571.19,83.0324,0,120,0,0,42,0,0,0,0,0),(44975,1506,0,1,1,2403,1,1814.35,1395.29,78.5285,1.24603,300,10,0,71,0,1,0,0,0),(44976,1506,0,1,1,2403,1,1771.12,1409.43,95.1356,1.09421,300,0,0,71,0,0,0,0,0),(44977,4075,0,1,1,1418,0,2511.46,1260.32,46.814,2.56767,120,5,0,8,0,1,0,0,0),(44978,1554,0,1,1,8808,0,2484.09,-520.017,83.693,4.99767,300,5,0,156,0,1,0,0,0),(44979,1501,0,1,1,10973,0,1920.66,1574.64,85.9355,3.70597,120,5,0,42,0,1,0,0,0),(44980,1507,0,1,1,2467,1,1745.93,1385.38,98.6645,0.979422,300,5,0,67,174,1,0,0,0),(44981,1549,0,1,1,3916,0,2525.28,-676.791,71.1505,0.63817,300,10,0,176,0,1,0,0,0),(44982,1522,0,1,1,11398,1,2582.66,850.86,98.2156,2.2952,300,5,0,126,289,1,0,0,0),(44983,1522,0,1,1,11398,1,2547.25,883.511,91.3032,2.79174,300,0,0,126,289,0,0,0,0),(44984,1554,0,1,1,8808,0,2385.92,-633.249,71.5223,4.37581,300,5,0,156,0,1,0,0,0),(44985,4075,0,1,1,1418,0,1935.17,1480.43,80.6678,5.33264,120,10,0,8,0,1,0,0,0),(44986,1667,0,1,1,3531,1,1772.91,1381.26,91.0356,5.66646,300,0,0,102,0,0,0,0,0),(44987,4075,0,1,1,2176,0,1957.62,1479.64,82.6762,4.12222,120,10,0,8,0,1,0,0,0),(44988,1656,0,1,1,1196,0,2824.05,1044.97,111.324,6.21383,300,0,0,198,0,2,0,0,0),(44989,4075,0,1,1,1141,0,2023.1,1722.01,82.4207,4.82391,120,5,0,8,0,1,0,0,0),(44990,1655,0,1,1,10702,0,2742.71,785.519,119.133,0.453786,300,0,0,198,0,0,0,0,0),(44991,1522,0,1,1,11398,1,2752.48,792.334,119.218,1.72788,300,0,0,126,289,0,0,0,0),(44992,1523,0,1,1,535,1,2845.14,854.156,113.202,5.18363,300,0,0,148,165,0,0,0,0),(44993,1522,0,1,1,11398,1,2816.98,809.352,113.586,5.61802,300,0,0,126,289,0,0,0,0),(44994,1522,0,1,1,11398,1,2810.39,831.537,111.966,2.89722,300,3,0,126,289,1,0,0,0),(44995,1522,0,1,1,11398,1,2809.32,818.412,112.829,1.79769,300,0,0,126,289,0,0,0,0),(44996,1522,0,1,1,11398,1,2896.32,879.26,119.078,6.20127,300,5,0,126,289,1,0,0,0),(44997,1523,0,1,1,535,1,2821.73,823.122,113.577,1.51844,300,0,0,148,165,0,0,0,0),(44998,1522,0,1,1,11398,1,2775.24,818.082,112.625,2.74466,300,5,0,126,289,1,0,0,0),(45000,1523,0,1,1,535,1,2834.94,812.294,113.671,4.27606,300,0,0,148,165,0,0,0,0),(45001,1520,0,1,1,200,1,2750.05,948.125,113.033,6.14599,300,5,0,120,0,1,0,0,0),(45002,1522,0,1,1,11398,1,2827.17,809.824,113.597,2.42349,300,0,0,126,289,0,0,0,0),(45003,1523,0,1,1,535,1,2847.75,844.061,112.27,4.59094,300,10,0,148,165,1,0,0,0),(45004,1522,0,1,1,11398,1,2831.88,915.415,121.014,4.64692,300,5,0,126,289,1,0,0,0),(45005,1553,0,1,1,4734,0,2117.95,411.895,58.2963,0.346768,300,10,0,120,0,1,0,0,0),(45006,1553,0,1,1,4734,0,2077.22,375.254,41.22,3.88834,300,5,0,120,0,1,0,0,0),(45007,1553,0,1,1,4734,0,2133.22,221.593,51.5336,3.45717,300,5,0,120,0,1,0,0,0),(45008,1553,0,1,1,4734,0,2004.5,306.59,44.0392,1.96979,300,10,0,120,0,1,0,0,0),(45009,1553,0,1,1,4734,0,2120.36,392.657,51.2868,1.54151,300,5,0,120,0,1,0,0,0),(45010,1522,0,1,1,11398,1,2786.67,913.802,115.726,5.23632,300,5,0,126,289,1,0,0,0),(45011,1522,0,1,1,11398,1,2745.51,808.08,113.205,1.16937,300,0,0,126,289,0,0,0,0),(45012,1553,0,1,1,4734,0,2158.27,464.108,66.4453,1.40212,300,5,0,120,0,1,0,0,0),(45013,1523,0,1,1,535,1,2783.29,847.928,111.864,3.53961,300,0,0,148,165,2,0,0,0),(45014,1523,0,1,1,535,1,2893.92,1075.21,105.695,1.61281,300,5,0,148,165,1,0,0,0),(45015,1522,0,1,1,11398,1,2750.74,887.705,113.151,0.548966,300,5,0,126,289,1,0,0,0),(45016,1522,0,1,1,11398,1,2865.45,1104.06,116.02,1.27731,300,0,0,126,289,0,0,0,0),(45017,1553,0,1,1,4734,0,2172.95,893.333,43.0353,0.335338,300,5,0,120,0,1,0,0,0),(45018,1523,0,1,1,535,1,2784.93,791.135,114.629,3.75304,300,5,0,148,165,1,0,0,0),(45019,1520,0,1,1,200,1,2754.9,807.562,113.174,1.67552,300,0,0,120,0,0,0,0,0),(45020,1522,0,1,1,11398,1,2746.75,781.911,114.928,1.53589,300,0,0,126,289,0,0,0,0),(45021,1530,0,1,1,10256,0,2889.68,716.17,119.588,4.50389,300,10,0,198,0,1,0,0,0),(45022,1548,0,1,1,9020,0,1964.61,312.468,41.4046,2.94496,300,5,0,137,0,1,0,0,0),(45023,1530,0,1,1,10256,0,3028.63,652.552,75.3498,2.98388,300,0,0,198,0,0,0,0,0),(45024,1534,0,1,1,10752,0,2917.76,729.489,106.569,0.078195,300,5,0,176,0,1,0,0,0),(45025,1534,0,1,1,10752,0,2956.17,709.748,105.899,1.33051,300,5,0,176,0,1,0,0,0),(45026,1534,0,1,1,10752,0,3010.55,673.161,90.4979,2.10172,300,5,0,176,0,1,0,0,0),(45027,1526,0,1,1,1201,0,2116.84,511.179,54.4878,6.2441,300,10,0,120,0,1,0,0,0),(45028,1530,0,1,1,4631,0,3027.88,658.689,75.3494,-2.38752,300,0,0,198,0,0,0,0,0),(45029,1530,0,1,1,4631,0,2916.55,682.552,110.007,3.96219,300,10,0,198,0,1,0,0,0),(45030,1534,0,1,1,10752,0,2971.09,689.421,98.9592,1.14077,300,10,0,176,0,1,0,0,0),(45031,721,0,1,1,328,0,2080.27,470.836,53.2531,6.2074,120,5,0,1,0,1,0,0,0),(45032,1530,0,1,1,1196,0,3043.34,672.834,81.047,2.41767,300,3,0,198,0,1,0,0,0),(45033,1526,0,1,1,1201,0,2043.91,685.556,41.9728,2.78179,300,10,0,120,0,1,0,0,0),(45034,1525,0,1,1,1200,0,2111.53,549.018,40.6193,4.57229,300,10,0,102,0,1,0,0,0),(45035,1530,0,1,1,1196,0,3030.07,684.772,66.4938,1.79679,300,0,0,198,0,0,0,0,0),(45036,1525,0,1,1,1200,0,2149.72,784.085,35.7567,4.06662,300,0,0,102,0,0,0,0,0),(45037,1525,0,1,1,1200,0,2088.71,689.753,37.6499,0.499673,300,10,0,102,0,1,0,0,0),(45038,1658,0,1,1,733,0,3043.63,646.906,59.1434,1.55334,300,0,0,273,0,0,0,0,0),(45039,1553,0,1,1,4734,0,2192.69,984.905,35.1464,3.36312,300,5,0,120,0,1,0,0,0),(45040,1526,0,1,1,1201,0,2163.4,808.123,40.3986,3.84416,300,5,0,120,0,1,0,0,0),(45041,1534,0,1,1,10752,0,3033.86,655.376,75.3499,1.69381,300,0,0,176,0,0,0,0,0),(45042,1530,0,1,1,10255,0,3024.26,655.026,75.4332,0.244346,300,0,0,198,0,0,0,0,0),(45043,1534,0,1,1,10752,0,3053.68,685.129,66.4508,3.74396,300,2,0,176,0,1,0,0,0),(45044,1534,0,1,1,10752,0,3065.51,682.102,66.534,2.75762,300,0,0,176,0,0,0,0,0),(45045,1530,0,1,1,10255,0,3024.02,693.483,66.0472,5.46288,300,0,0,198,0,0,0,0,0),(45046,1530,0,1,1,10255,0,3059.17,688.299,66.0472,3.90954,300,0,0,198,0,0,0,0,0),(45047,1547,0,1,1,9021,0,1976.02,103.24,23.2516,0.223646,300,5,0,102,0,1,0,0,0),(45048,4075,0,1,1,1141,0,2209.09,273.666,36.407,6.27625,120,10,0,8,0,1,0,0,0),(45049,1547,0,1,1,9021,0,2632.13,56.3634,27.778,4.65634,300,5,0,102,0,1,0,0,0),(45050,1547,0,1,1,9021,0,1924.34,-3.55897,12.3541,3.70225,300,5,0,102,0,1,0,0,0),(45051,4075,0,1,1,1418,0,2342.34,834.478,47.5054,2.04536,120,5,0,8,0,1,0,0,0),(45052,4075,0,1,1,1418,0,1995.48,596.686,46.3917,0.939086,120,5,0,8,0,1,0,0,0),(45053,1525,0,1,1,1200,0,2217.66,781.878,33.9091,0.436332,300,10,0,102,0,1,0,0,0),(45054,1536,0,1,1,2468,1,1821.38,763.342,43.3882,1.58573,300,5,0,137,0,1,0,0,0),(45055,1536,0,1,1,2479,1,1828.24,699.349,45.1569,0.436332,300,0,0,137,0,0,0,0,0),(45056,721,0,1,1,4626,0,2090.8,947.166,37.6353,0.017097,120,5,0,1,0,1,0,0,0),(45057,1537,0,1,1,2483,1,1846.42,694.88,40.0404,3.45977,300,10,0,156,0,1,0,0,0),(45058,1525,0,1,1,1200,0,2151.18,590.995,37.4913,1.54898,300,10,0,102,0,1,0,0,0),(45059,1537,0,1,1,2472,1,1815.13,676.727,43.727,4.45206,300,5,0,156,0,1,0,0,0),(45060,1525,0,1,1,1200,0,2154.3,609.987,35.5916,2.04405,300,10,0,102,0,1,0,0,0),(45061,1554,0,1,1,8808,0,2496.29,-583.433,76.4063,0.633537,300,5,0,156,0,1,0,0,0),(45062,1553,0,1,1,4734,0,2038.52,438.273,44.865,0.777111,300,5,0,120,0,1,0,0,0),(45063,1548,0,1,1,9020,0,1949.45,393.285,36.7743,3.21784,300,10,0,137,0,1,0,0,0),(45064,1526,0,1,1,1201,0,2120.42,621.272,34.9725,0.561849,300,10,0,120,0,1,0,0,0),(45065,1537,0,1,1,2472,1,1858.1,722.105,37.6762,4.33504,300,10,0,156,0,1,0,0,0),(45066,1548,0,1,1,9020,0,2031.36,393.702,42.254,3.32424,300,10,0,137,0,1,0,0,0),(45067,1537,0,1,1,2483,1,1801.29,705.476,48.9744,4.32842,300,0,0,156,0,0,0,0,0),(45068,1548,0,1,1,9020,0,2042.62,455.149,45.4707,0.271616,300,5,0,137,0,1,0,0,0),(45069,1553,0,1,1,4734,0,2106.51,488.121,58.2988,6.00623,300,10,0,120,0,1,0,0,0),(45070,1525,0,1,1,1200,0,2123.08,576.127,36.6854,2.32582,300,10,0,102,0,1,0,0,0),(45071,1526,0,1,1,1201,0,2102.39,604.735,35.2568,1.69219,300,10,0,120,0,1,0,0,0),(45072,1525,0,1,1,1200,0,2117.5,650.875,34.7979,5.91032,300,10,0,102,0,1,0,0,0),(45073,1547,0,1,1,9021,0,2063.84,135.254,35.3976,1.12814,300,5,0,102,0,1,0,0,0),(43471,24935,647,1,1,0,0,10.2871,-12.0272,-23.4942,3.10669,180,0,0,1,0,0,0,0,0),(45078,1553,0,1,1,4734,0,1981.6,352.888,39.7094,0.04852,300,5,0,120,0,1,0,0,0),(45079,1547,0,1,1,9021,0,2423.12,215.144,35.4579,5.68381,300,10,0,102,0,1,0,0,0),(45080,1548,0,1,1,9020,0,2625.34,-229.493,36.755,3.00633,300,5,0,137,0,1,0,0,0),(45081,1526,0,1,1,1201,0,2134.45,674.491,35.317,2.82787,300,5,0,120,0,1,0,0,0),(45082,1548,0,1,1,9020,0,1927.53,-479.968,36.025,0.236365,300,10,0,137,0,1,0,0,0),(45083,1554,0,1,1,8808,0,1908.57,-350.692,37.992,3.0207,300,5,0,156,0,1,0,0,0),(45084,1547,0,1,1,9021,0,2210.27,184.116,47.5927,0.98902,300,10,0,102,0,1,0,0,0),(45085,4282,0,1,1,2513,1,2784.96,-744.029,134.115,0.786395,300,5,0,739,2068,1,0,0,0),(45086,1525,0,1,1,1200,0,2040.55,576.133,34.7067,4.63803,300,5,0,102,0,1,0,0,0),(45087,4282,0,1,1,2513,1,2811.79,-785.548,144.624,3.47193,300,5,0,739,2068,1,0,0,0),(45088,1526,0,1,1,1201,0,2039.58,676.989,41.3478,3.65191,300,10,0,120,0,1,0,0,0),(45089,4282,0,1,1,2512,1,2753.53,-797.493,145.781,0.944561,300,0,0,739,2068,0,0,0,0),(45090,1525,0,1,1,1200,0,2082.1,612.547,34.5395,4.77549,300,10,0,102,0,1,0,0,0),(45096,4281,0,1,1,2516,1,2818.66,-747.898,145.441,2.04931,300,5,0,950,0,1,0,0,0),(45097,1525,0,1,1,1200,0,2049.1,647.243,36.935,4.65601,300,5,0,102,0,1,0,0,0),(45098,1526,0,1,1,1201,0,2011.99,610.176,40.0855,0.048837,300,5,0,120,0,1,0,0,0),(43470,24934,647,1,1,0,0,10.321,-3.57351,-23.4941,3.1765,180,0,0,1,0,0,0,0,0),(45103,4075,0,1,1,1141,0,2022.15,743.707,41.6294,0.522296,120,10,0,8,0,1,0,0,0),(45111,1553,0,1,1,4734,0,2204.33,453.73,60.6053,1.98456,300,5,0,120,0,1,0,0,0),(45112,4282,0,1,1,2512,1,2951.87,-621.782,157.396,5.91356,300,5,0,739,2068,1,0,0,0),(45113,1528,0,1,1,1197,0,2478.51,19.1697,25.7809,0.454413,300,0,0,156,0,0,0,0,0),(45114,1547,0,1,1,9021,0,2249.69,421.204,40.2005,2.04204,300,10,0,102,0,1,0,0,0),(45115,1528,0,1,1,1197,0,2487.86,18.6828,26.1559,1.67701,300,0,0,156,0,0,0,0,0),(45116,1527,0,1,1,1202,0,2525.79,-43.9199,28.2046,3.74604,300,5,0,137,0,1,0,0,0),(45117,1528,0,1,1,1197,0,2512.96,-37.3931,26.0322,0.042984,300,5,0,156,0,1,0,0,0),(45118,4075,0,1,1,1141,0,1891.88,757.146,40.2985,0.81852,120,0,0,8,0,0,0,0,0),(45119,4280,0,1,1,2475,1,2815.95,-683.044,137.601,3.59538,300,0,0,812,811,0,0,0,0),(45120,1527,0,1,1,1202,0,2556.27,-46.1772,28.6477,1.44717,300,5,0,137,0,1,0,0,0),(45121,1554,0,1,1,8808,0,2445.88,-476.272,75.9326,3.27092,300,10,0,156,0,1,0,0,0),(45122,1554,0,1,1,8808,0,2382.77,-436.542,73.2287,4.19809,300,10,0,156,0,1,0,0,0),(45123,1528,0,1,1,1197,0,2525.17,-72.7583,35.4884,2.61061,300,5,0,156,0,1,0,0,0),(45124,1548,0,1,1,9020,0,2945.83,-420.904,81.0726,4.55238,300,5,0,137,0,1,0,0,0),(45125,4283,0,1,1,2520,1,2895.16,-757.138,160.333,3.21141,300,0,0,1050,0,0,0,0,0),(45126,4284,0,1,1,2496,1,2879.51,-743.71,160.416,3.64774,300,0,0,892,1704,0,0,0,0),(45127,1527,0,1,1,1202,0,2519.45,-18.7093,26.4906,3.18036,300,5,0,137,0,1,0,0,0),(45128,1527,0,1,1,1202,0,2567,-28.3954,30.0712,0.885141,300,5,0,137,0,1,0,0,0),(45129,1554,0,1,1,8808,0,2821.73,-350.251,75.6999,5.46465,300,5,0,156,0,1,0,0,0),(45130,1547,0,1,1,9021,0,2221.69,477.485,43.9162,1.99249,300,5,0,102,0,1,0,0,0),(45131,4075,0,1,1,2176,0,1920.76,492.019,41.4115,0,120,10,0,8,0,1,0,0,0),(45132,1527,0,1,1,1202,0,2557.35,-22.06,28.0644,3.86008,300,5,0,137,0,1,0,0,0),(45133,1547,0,1,1,9021,0,2182.99,205.522,47.0929,0.172693,300,5,0,102,0,1,0,0,0),(43469,3084,647,1,1,0,1,-5.20674,-11.3432,-17.6101,4.71239,180,0,0,1,0,0,0,0,0),(45138,1527,0,1,1,1202,0,2579.78,-109.441,30.5484,2.82384,300,3,0,137,0,1,0,0,0),(45139,4285,0,1,1,2505,1,2875.58,-745.699,160.416,0.436332,300,0,0,892,1704,0,0,0,0),(45140,1527,0,1,1,1202,0,2598.88,-114.654,34.5484,1.79853,300,3,0,137,0,1,0,0,0),(45141,1527,0,1,1,1202,0,2564.14,-7.71104,26.4977,0.863101,300,5,0,137,0,1,0,0,0),(45142,1547,0,1,1,9021,0,2094.57,43.9203,35.2253,0.474564,300,5,0,102,0,1,0,0,0),(45143,1527,0,1,1,1202,0,2540.63,-17.4988,27.9188,2.15175,300,5,0,137,0,1,0,0,0),(45144,1527,0,1,1,1202,0,2588.11,-59.5868,27.1153,5.87983,300,5,0,137,0,1,0,0,0),(45145,4075,0,1,1,1418,0,2479.81,-330.832,70.3086,5.55719,120,5,0,8,0,1,0,0,0),(45147,1526,0,1,1,1201,0,2280.51,640.495,24.8747,0.323717,300,10,0,120,0,1,0,0,0),(45148,1525,0,1,1,1200,0,2225.41,638.287,24.8583,2.78981,300,5,0,102,0,1,0,0,0),(45149,1526,0,1,1,1201,0,2222.15,568.755,33.2636,0.56254,300,5,0,120,0,1,0,0,0),(45150,4282,0,1,1,2513,1,2828.31,-712.965,138.438,3.05433,300,0,0,739,2068,0,0,0,0),(45151,4281,0,1,1,2517,1,2726.56,-784.142,135.27,2.42873,300,5,0,950,0,1,0,0,0),(45152,4283,0,1,1,2520,1,2852.58,-775.148,160.416,0.575959,300,0,0,1050,0,0,0,0,0),(45153,4075,0,1,1,1141,0,2187.53,274.695,41.4099,3.36469,120,10,0,8,0,1,0,0,0),(45154,4283,0,1,1,2520,1,2869.32,-787.137,160.333,1.99344,300,0,0,1050,0,2,0,0,0),(45155,1553,0,1,1,4734,0,2339.8,178.099,37.8681,5.57731,300,5,0,120,0,1,0,0,0),(45156,1553,0,1,1,4734,0,2186.22,963.972,34.3213,3.99751,300,5,0,120,0,1,0,0,0),(45157,1525,0,1,1,1200,0,2321.84,582.691,24.753,2.40762,300,10,0,102,0,1,0,0,0),(45158,1526,0,1,1,1201,0,2293.56,589.856,30.7497,1.0361,300,10,0,120,0,1,0,0,0),(45159,4075,0,1,1,1418,0,2212.77,637.844,24.8583,2.68044,120,5,0,8,0,1,0,0,0),(45160,4281,0,1,1,2516,1,2795,-778.473,141.633,2.53518,300,5,0,950,0,1,0,0,0),(45161,4283,0,1,1,2520,1,2862.53,-799.897,160.416,0.959931,300,0,0,1050,0,0,0,0,0),(45162,4281,0,1,1,2516,1,2729.29,-753.198,132.862,5.50815,300,0,0,950,0,0,0,0,0),(45163,1526,0,1,1,1201,0,2321.42,569.707,25.1275,3.21266,300,10,0,120,0,1,0,0,0),(45164,1526,0,1,1,1201,0,2264.27,672.911,33.8604,1.07309,300,5,0,120,0,1,0,0,0),(45165,4281,0,1,1,2516,1,2780.37,-777.357,139.941,1.33228,300,5,0,950,0,1,0,0,0),(45167,1525,0,1,1,1200,0,2315.87,551.03,30.3656,2.3911,300,0,0,102,0,0,0,0,0),(45168,1525,0,1,1,1200,0,2154.51,580.692,39.5968,6.26377,300,10,0,102,0,1,0,0,0),(45169,1548,0,1,1,9020,0,2008.09,347.696,40.8089,4.54852,300,10,0,137,0,1,0,0,0),(45170,4075,0,1,1,1418,0,2609.72,-775.089,77.3169,4.49312,120,5,0,8,0,1,0,0,0),(45171,4075,0,1,1,1418,0,2243.03,-243.808,54.0014,3.63358,120,5,0,8,0,1,0,0,0),(45172,4285,0,1,1,2506,1,2857.66,-753.65,160.416,3.40339,300,0,0,892,1704,0,0,0,0),(45173,721,0,1,1,328,0,2185.84,-123.033,34.1016,0.564707,120,5,0,1,0,1,0,0,0),(45174,4283,0,1,1,2521,1,2884.61,-762.783,160.332,5.09448,300,0,0,1050,0,2,0,0,0),(45175,4284,0,1,1,2495,1,2853.36,-755.751,160.416,0.418879,300,0,0,892,1704,0,0,0,0),(45176,4075,0,1,1,2176,0,2400.64,-595.054,71.9719,0.448789,120,5,0,8,0,1,0,0,0),(45177,1553,0,1,1,4734,0,2179.94,825.692,41.3981,1.32819,300,5,0,120,0,1,0,0,0),(45178,1525,0,1,1,1200,0,2203.76,630.98,24.8213,2.60363,300,5,0,102,0,1,0,0,0),(45179,4075,0,1,1,2176,0,2436.44,231.019,40.9451,2.19975,120,10,0,8,0,1,0,0,0),(45180,1526,0,1,1,1201,0,2175.98,805.809,40.5386,6.16054,300,5,0,120,0,1,0,0,0),(45181,1525,0,1,1,1200,0,2081.1,683.142,38.8764,0.863729,300,10,0,102,0,1,0,0,0),(45182,1525,0,1,1,1200,0,2137.79,636.345,34.3417,0.478293,300,5,0,102,0,1,0,0,0),(45183,1525,0,1,1,1200,0,2143.48,622.057,34.8244,5.83732,300,10,0,102,0,1,0,0,0),(45184,1526,0,1,1,1201,0,2099.71,700.538,35.8355,3.17876,300,10,0,120,0,1,0,0,0),(45185,1548,0,1,1,9020,0,2130.31,836.886,33.5899,2.34654,300,5,0,137,0,1,0,0,0),(45187,1674,0,1,1,10852,0,2505.63,351.373,34.1197,3.55448,300,5,0,120,0,1,0,0,0),(45188,1547,0,1,1,9021,0,2201.41,805.998,36.7559,1.48871,300,5,0,102,0,1,0,0,0),(45189,1553,0,1,1,4734,0,2142.93,890.77,34.7697,2.04536,300,5,0,120,0,1,0,0,0),(45190,1553,0,1,1,4734,0,2147.96,355.483,43.7588,1.49427,300,10,0,120,0,1,0,0,0),(45191,4075,0,1,1,1141,0,2244.62,396.215,43.1555,2.17396,120,5,0,8,0,1,0,0,0),(45192,1941,0,1,1,10853,1,2491.33,449.53,38.2049,2.55305,300,10,0,120,0,1,0,0,0),(45193,1941,0,1,1,10853,1,2520.97,489.4,35.552,0.627888,300,0,0,120,0,0,0,0,0),(45194,1941,0,1,1,10853,1,2512.94,498.76,42.6359,4.2586,300,0,0,120,0,0,0,0,0),(45195,4285,0,1,1,2505,1,2894.34,-809.559,160.416,3.76991,300,0,0,892,1704,0,0,0,0),(45196,4282,0,1,1,2513,1,2779.81,-684.106,132.636,4.4855,300,0,0,739,2068,0,0,0,0),(45197,1553,0,1,1,4734,0,1986.35,150.616,21.4207,3.60131,300,5,0,120,0,1,0,0,0),(45198,4282,0,1,1,2512,1,2750.84,-681.42,128.108,1.98968,300,0,0,739,2068,0,0,0,0),(45199,1941,0,1,1,10853,1,2447.11,474.622,44.5674,1.47679,300,10,0,120,0,1,0,0,0),(45200,4281,0,1,1,2516,1,2714.5,-718.295,129.235,1.98968,300,0,0,950,0,0,0,0,0),(45201,1553,0,1,1,4734,0,2076.63,108.631,36.8307,5.94693,300,10,0,120,0,1,0,0,0),(45202,1547,0,1,1,9021,0,2306.39,171.583,35.1592,4.00172,300,10,0,102,0,1,0,0,0),(45203,4281,0,1,1,2516,1,2718.97,-687.082,119.393,1.68912,300,5,0,950,0,1,0,0,0),(45205,1547,0,1,1,9021,0,2133.45,135.185,42.4659,1.64113,300,5,0,102,0,1,0,0,0),(43468,3084,647,1,1,0,1,-4.83257,-4.31233,-17.6322,1.62316,180,0,0,1,0,0,0,0,0),(45210,4075,0,1,1,1418,0,2065.89,89.146,36.9195,4.66448,120,10,0,8,0,1,0,0,0),(44457,32838,571,1,1,0,1,5877.88,662.895,644.53,1.66366,300,0,0,3367,8139,0,0,0,0),(45221,18896,530,1,1,0,0,-4119.59,-11467.8,-129.183,6.05629,120,0,0,1,0,0,0,0,0),(240024,23537,0,1,1,0,0,2240.27,487.806,38.1347,2.64068,300,0,0,2835,7196,0,0,0,0),(79263,36217,0,1,1,0,0,1438.03,403.83,-85.2626,3.12414,120,0,0,1,0,0,0,0,0),(45217,1548,0,1,1,9020,0,1691.98,510.147,37.6366,0.497324,300,10,0,137,0,1,0,0,0),(45218,5736,0,1,1,3975,0,1400.85,363.242,-84.868,1.11701,120,0,0,102,0,0,0,0,0),(45219,1548,0,1,1,9020,0,1620.91,516.839,40.604,5.08601,300,10,0,137,0,1,0,0,0),(79267,36213,0,1,1,0,0,1419.08,389.021,-84.9804,0.698132,120,0,0,1,0,0,0,0,0),(79266,36213,0,1,1,0,0,1414.68,448.16,-77.1543,4.67748,120,0,0,1,0,0,0,0,0),(79265,36213,0,1,1,0,0,1446.22,415.606,-84.9055,3.85718,120,0,0,1,0,0,0,0,0),(79264,36213,0,1,1,0,0,1388.43,421.595,-77.1538,6.0912,120,0,0,1,0,0,0,0,0),(45225,11610,0,1,1,11458,1,2562.35,-1815.91,33.5166,3.92699,315,0,0,3189,0,0,0,0,0),(45226,11613,0,1,1,11462,1,2331.89,-2070.1,168.541,1.81514,315,0,0,3644,0,0,0,0,0),(45227,1794,0,1,1,10626,0,1377.89,-1280.29,58.7789,1.36752,315,10,0,2634,2041,1,0,0,0),(45228,1789,0,1,1,9790,1,1546.1,-1713.64,67.7887,2.37365,315,0,0,2823,2117,0,0,0,0),(45229,1795,0,1,1,414,0,1400.91,-1420.72,56.6534,2.46364,315,5,0,2823,2117,1,0,0,0),(45230,1795,0,1,1,414,0,1222.05,-1577.23,64.5488,4.36513,315,5,0,2823,2117,1,0,0,0),(45231,1789,0,1,1,9790,1,1419.35,-1297.95,68.5218,0.998692,315,3,0,2823,2117,1,0,0,0),(45232,1787,0,1,1,11401,1,1439.48,-1550.49,56.0838,2.82147,315,5,0,3293,0,1,0,0,0),(45233,1787,0,1,1,11401,1,1294.96,-1276.5,63.0234,2.19004,315,10,0,3293,0,1,0,0,0),(45234,1789,0,1,1,9790,1,1311.58,-1610.1,62.1412,4.06023,315,0,0,2823,2117,0,0,0,0),(45235,1795,0,1,1,414,0,1453.5,-1754.52,64.603,5.96903,315,3,0,2823,2117,1,0,0,0),(45236,1794,0,1,1,10626,0,1417.24,-1215.97,75.4773,1.50108,315,3,0,2634,2041,1,0,0,0),(45237,10857,0,1,1,10213,1,966.826,-1425.31,65.3258,3.83972,315,0,0,3876,0,0,0,0,0),(45238,11053,0,1,1,10549,1,944.298,-1431.14,64.0076,1.01229,315,0,0,3297,2434,0,0,0,0),(45239,10838,0,1,1,10151,1,957.713,-1419.47,66.347,4.74729,315,0,0,3395,2486,0,0,0,0),(45240,11194,0,1,1,11407,1,971.502,-1428.11,65.1687,3.03687,315,0,0,7048,0,0,0,0,0),(45241,10840,0,1,1,10211,1,971.654,-1430.91,65.1563,3.26377,315,0,0,4120,0,0,0,0,0),(45242,11056,0,1,1,10551,1,965.135,-1417.87,66.7977,4.18879,315,0,0,2714,5461,0,0,0,0),(45243,11194,0,1,1,11409,1,971.043,-1433.61,65.1771,3.1765,315,0,0,7048,0,0,0,0,0),(45244,12942,0,1,1,12957,1,949.885,-1435.65,62.6731,1.44862,315,0,0,3398,0,0,0,0,0),(45245,11872,0,1,1,11800,1,1134.97,-1767.47,64.7515,6.16101,315,0,0,3876,0,0,0,0,0),(45246,17238,0,1,1,16930,1,944.456,-1428.37,64.6131,5.42797,315,0,0,2211,5461,0,0,0,0),(45247,11873,0,1,1,146,0,1384.48,-1542.65,58.9161,5.55015,315,0,0,1587,2434,0,0,0,0),(45248,1788,0,1,1,775,1,1395.88,-1523.36,58.7168,0.541052,315,0,0,3374,0,0,0,0,0),(45249,1788,0,1,1,775,1,1372.65,-1524.92,58.7586,2.46091,315,0,0,3374,0,0,0,0,0),(45250,11873,0,1,1,146,0,1375.18,-1541.48,58.2008,4.79965,315,0,0,1587,2434,0,0,0,0),(45251,1852,0,1,1,7919,0,1382.75,-1529.9,59.7361,4.72984,660,0,0,8300,7458,0,0,0,0),(45252,11873,0,1,1,146,0,1379.68,-1546.74,58.6859,1.50098,315,0,0,1587,2434,0,0,0,0),(45253,1815,0,1,1,1082,0,1579.96,-1184.58,75.1089,4.22221,315,10,0,3438,0,1,0,0,0),(45254,1815,0,1,1,1082,0,1488.42,-1214.02,63.246,0.249729,315,5,0,3438,0,1,0,0,0),(45255,1815,0,1,1,1082,0,1543.82,-1151.3,73.3075,3.24524,315,10,0,3438,0,1,0,0,0),(45256,1815,0,1,1,1082,0,1783.76,-988.284,76.2161,4.58383,315,5,0,3438,0,1,0,0,0),(45257,1822,0,1,1,1087,0,1605.54,-1020.58,85.3555,4.84449,315,3,0,2880,0,1,0,0,0),(45258,1822,0,1,1,1087,0,1582.05,-1121.27,69.2231,4.81751,315,10,0,2880,0,1,0,0,0),(45259,1815,0,1,1,1082,0,1586.35,-1054.97,69.8932,5.26871,315,10,0,3438,0,1,0,0,0),(45260,1822,0,1,1,1087,0,1816.6,-1010.37,90.3207,1.30591,315,5,0,2880,0,1,0,0,0),(45261,1822,0,1,1,1087,0,1609.42,-1214.16,67.6089,2.57689,315,10,0,2880,0,1,0,0,0),(45262,1822,0,1,1,1087,0,1450.39,-1111.86,71.6048,1.85365,315,10,0,2880,0,1,0,0,0),(45263,1824,0,1,1,1088,0,1985.22,-2473.04,62.2665,0.670469,315,10,0,3293,0,1,0,0,0),(45264,1824,0,1,1,1088,0,2035.89,-2305.16,65.9569,1.4789,315,3,0,3293,0,1,0,0,0),(45265,1824,0,1,1,1088,0,1913.23,-1947.4,78.9758,2.08074,315,10,0,3293,0,1,0,0,0),(45266,1816,0,1,1,1083,0,2045.22,-2488.06,62.902,3.20331,315,5,0,3921,0,1,0,0,0),(45267,1816,0,1,1,1083,0,1996.97,-2432.29,60.6732,0.489864,315,10,0,3921,0,1,0,0,0),(45268,1816,0,1,1,1083,0,1544.69,-1982.64,62.3916,2.77784,315,10,0,3921,0,1,0,0,0),(45269,1824,0,1,1,1088,0,1903.5,-2199.84,64.145,3.91594,315,10,0,3293,0,1,0,0,0),(45270,1816,0,1,1,1083,0,1829.69,-2409.41,59.2156,4.21416,315,10,0,3921,0,1,0,0,0),(45271,1824,0,1,1,1088,0,1917.45,-1878.1,77.2776,1.01333,315,10,0,3293,0,1,0,0,0),(45272,1817,0,1,1,4124,0,1347.15,-1842.09,69.1583,1.77221,315,10,0,3189,0,1,0,0,0),(45273,1817,0,1,1,4124,0,2211.85,-1516.09,73.8812,2.49614,315,10,0,3189,0,1,0,0,0),(45274,1821,0,1,1,1091,0,1650,-1578.85,61.9657,1.59423,315,5,0,3082,0,1,0,0,0),(45275,1817,0,1,1,4124,0,1845.01,-1782.22,60.6733,2.96631,315,10,0,3189,0,1,0,0,0),(45276,1821,0,1,1,1091,0,2314.52,-1688.29,102.416,4.63622,315,10,0,3082,0,1,0,0,0),(45277,1817,0,1,1,4124,0,1785.49,-1452.08,62.3533,0.432048,315,5,0,3189,0,1,0,0,0),(45278,1817,0,1,1,4124,0,2011.65,-1648.5,61.6532,3.08859,315,10,0,3189,0,1,0,0,0),(45279,1817,0,1,1,4124,0,2048.07,-1552.11,65.0068,3.89464,315,10,0,3189,0,1,0,0,0),(45280,1821,0,1,1,1091,0,1521.91,-1780.06,60.8657,0.256826,315,5,0,3082,0,1,0,0,0),(45281,1817,0,1,1,4124,0,2112.99,-1622.25,67.3304,3.6618,315,5,0,3189,0,1,0,0,0),(45282,1791,0,1,1,570,0,1783.24,-1254.47,59.8564,5.01334,315,5,0,2880,0,1,0,0,0),(45283,1784,0,1,1,11403,1,1755.67,-1120.25,62.4782,2.97425,315,5,0,2384,1864,1,0,0,0),(45284,1784,0,1,1,11403,1,1746.35,-1113.02,63.2282,5.12288,315,5,0,2384,1864,1,0,0,0),(45285,1783,0,1,1,733,1,1748.61,-1229.87,59.776,1.54038,315,10,0,2880,0,1,0,0,0),(45286,1784,0,1,1,11403,1,1792.55,-1272.58,60.8942,0.48906,315,5,0,2384,1864,1,0,0,0),(45287,1791,0,1,1,570,0,1755.85,-1177.83,59.5505,5.83498,315,10,0,2880,0,1,0,0,0),(45288,1784,0,1,1,11403,1,1819.69,-1240.62,59.6902,4.29384,315,5,0,2384,1864,1,0,0,0),(45289,1791,0,1,1,570,0,1792.8,-1163.52,60.0441,5.39235,315,5,0,2880,0,1,0,0,0),(45290,1784,0,1,1,11403,1,1816.35,-1196.66,59.7774,0.99643,315,10,0,2384,1864,1,0,0,0),(45291,1783,0,1,1,733,1,1824.06,-1222.59,59.4233,1.88464,315,5,0,2880,0,1,0,0,0),(45292,1783,0,1,1,733,1,1036.06,-1702.13,62.9725,5.0093,315,10,0,2880,0,1,0,0,0),(45293,1791,0,1,1,570,0,1059.46,-1748.46,61.6662,0.180913,315,5,0,2880,0,1,0,0,0),(45294,1783,0,1,1,733,1,1170.24,-1716.64,61.1124,5.20108,315,10,0,2880,0,1,0,0,0),(45295,1783,0,1,1,733,1,992.87,-1652.63,74.4687,0.004975,315,5,0,2880,0,1,0,0,0),(45296,1791,0,1,1,570,0,1180.93,-1729.29,60.8177,2.38752,315,10,0,2880,0,1,0,0,0),(45297,1791,0,1,1,570,0,1163,-1745.42,62.05,6.19999,315,10,0,2880,0,1,0,0,0),(45298,1791,0,1,1,570,0,993.784,-1716.74,70.201,6.1084,315,3,0,2880,0,1,0,0,0),(45299,1791,0,1,1,570,0,1139.81,-1735.93,62.05,2.82776,315,10,0,2880,0,1,0,0,0),(45300,1783,0,1,1,733,1,1157.44,-1707.67,60.6673,5.88308,315,10,0,2880,0,1,0,0,0),(45301,1783,0,1,1,733,1,1185.09,-1767.31,61.6531,1.74135,315,10,0,2880,0,1,0,0,0),(45302,1854,0,1,1,11395,1,979.659,-1821.63,80.4872,2.46366,315,0,0,3101,4578,2,0,0,0),(45303,4472,0,1,1,146,0,1704.83,-2354.79,60.5769,0.558975,315,0,0,3006,2241,0,0,0,0),(45304,1802,0,1,1,4629,0,1639.5,-2270.31,58.8691,0.897238,315,5,0,3644,0,1,0,0,0),(45305,4472,0,1,1,146,0,1687.71,-2319.81,59.2419,2.13969,315,10,0,3006,2241,1,0,0,0),(45306,1804,0,1,1,10690,0,1754.3,-2337.45,59.8283,5.1598,315,0,0,3644,0,0,0,0,0),(45307,4472,0,1,1,146,0,1612.87,-2295.11,59.6191,3.50631,315,3,0,3006,2241,1,0,0,0),(45308,4472,0,1,1,146,0,1752.96,-2300.99,60.4681,0.004016,315,0,0,3006,2241,0,0,0,0),(45309,1802,0,1,1,4629,0,1765.12,-2315.79,60.0931,1.15621,315,10,0,3644,0,1,0,0,0),(45310,1802,0,1,1,4629,0,1696.06,-2192.56,60.9834,2.96987,315,0,0,3644,0,0,0,0,0),(45311,1804,0,1,1,10690,0,1621.93,-2267.38,59.7595,5.32325,315,0,0,3644,0,0,0,0,0),(45312,1802,0,1,1,4629,0,1664.81,-2371.87,61.6589,3.0262,315,0,0,3644,0,0,0,0,0),(45313,1785,0,1,1,11404,1,1876,-1519.93,59.0076,4.291,315,5,0,3082,0,1,0,0,0),(45314,4475,0,1,1,10971,0,1872.98,-1552.7,59.1326,4.30515,315,5,0,3082,0,1,0,0,0),(45315,4474,0,1,1,4631,0,1820.67,-1548.7,59.0078,0.499675,315,10,0,3189,0,1,0,0,0),(45316,4475,0,1,1,10971,0,1863.86,-1581.56,59.4253,3.82227,315,0,0,3082,0,0,0,0,0),(45317,4475,0,1,1,10970,0,1796.99,-1584.02,59.4426,3.18318,315,10,0,3082,0,1,0,0,0),(45318,1785,0,1,1,11404,1,1898.92,-1651.54,60.3045,3.50811,315,0,0,3082,0,0,0,0,0),(45319,4474,0,1,1,4631,0,1864.02,-1564.27,59.2714,1.53589,315,0,0,3189,0,0,0,0,0),(45320,1785,0,1,1,11404,1,1935.11,-1636.34,60.157,1.78024,315,10,0,3082,0,1,0,0,0),(45321,4475,0,1,1,10970,0,1899.09,-1539.69,59.7576,5.89595,315,10,0,3082,0,1,0,0,0),(45322,4474,0,1,1,4631,0,1875.43,-1585.63,59.6683,5.27049,315,5,0,3189,0,1,0,0,0),(45323,1793,0,1,1,137,0,1472.79,-1931.67,60.2077,0.878641,315,5,0,3293,0,1,0,0,0),(45324,1793,0,1,1,137,0,1494.52,-1895.06,60.0306,4.48874,315,3,0,3293,0,1,0,0,0),(45325,1793,0,1,1,137,0,1479.98,-1903.58,59.7526,1.74908,315,3,0,3293,0,1,0,0,0),(45326,10580,0,1,1,10256,0,1411.43,-1888.26,61.2644,0.618257,315,3,0,3420,0,1,0,0,0),(45327,1796,0,1,1,10487,0,1439.15,-1864.47,58.8058,0.108495,315,10,0,3529,0,1,0,0,0),(45328,1793,0,1,1,137,0,1523.57,-1849.63,60.9699,1.24154,315,5,0,3293,0,1,0,0,0),(45329,1796,0,1,1,10487,0,1449.13,-1846.6,58.6686,2.11309,315,10,0,3529,0,1,0,0,0),(45330,1793,0,1,1,137,0,1514.06,-1868.82,59.2271,4.43728,315,5,0,3293,0,1,0,0,0),(45331,1793,0,1,1,137,0,1512.2,-1833.83,61.7444,1.03373,315,5,0,3293,0,1,0,0,0),(45332,1793,0,1,1,137,0,1444.68,-1910.35,60.1867,3.39459,315,10,0,3293,0,1,0,0,0),(45333,1808,0,1,1,11139,0,2338.49,-2328.77,48.9351,3.75533,315,3,0,3529,0,1,0,0,0),(45334,1812,0,1,1,8389,0,2381.03,-2336.72,54.0679,1.19901,315,3,0,3529,0,1,0,0,0),(45335,1812,0,1,1,8389,0,2348.45,-2239.6,57.0222,0.507552,315,3,0,3529,0,1,0,0,0),(45336,1806,0,1,1,681,0,2290.82,-2300.68,60.4228,3.40305,315,3,0,3293,0,1,0,0,0),(45337,1808,0,1,1,11139,0,2365.25,-2246.97,56.4647,6.00328,315,3,0,3529,0,1,0,0,0),(45338,1806,0,1,1,681,0,2157.53,-2423.77,59.8985,4.60655,315,10,0,3293,0,1,0,0,0),(45339,1806,0,1,1,681,0,2231.74,-2394.02,59.4885,2.60832,315,10,0,3293,0,1,0,0,0),(45340,1812,0,1,1,8389,0,2315.8,-2356.2,59.203,1.70648,315,3,0,3529,0,1,0,0,0),(45341,1808,0,1,1,11139,0,2340.9,-2309.15,48.0096,3.93339,315,3,0,3529,0,1,0,0,0),(45342,1806,0,1,1,681,0,2211.45,-2418.36,58.9644,3.32577,315,3,0,3293,0,1,0,0,0),(45343,10605,0,1,1,10311,1,1893.33,-1326.18,59.8258,2.21863,315,10,0,2466,1923,1,0,0,0),(45344,1831,0,1,1,10277,1,1863.54,-1346.68,60.5846,4.24662,315,0,0,3082,0,0,0,0,0),(45345,10605,0,1,1,10314,1,1871.43,-1314.84,60.0947,1.09956,315,10,0,2466,1923,1,0,0,0),(45346,1835,0,1,1,10321,1,1859.66,-1321.53,61.7102,4.54326,315,10,0,2551,1982,1,0,0,0),(45347,1831,0,1,1,10277,1,1858.34,-1334.8,61.3346,4.81018,315,0,0,3082,0,0,0,0,0),(45348,1831,0,1,1,10280,1,1762.2,-1244.8,60.2191,3.95808,315,5,0,3082,0,1,0,0,0),(45349,1835,0,1,1,10322,1,1761.48,-1245.43,60.2453,4.0943,315,5,0,2551,1982,1,0,0,0),(45350,10605,0,1,1,10311,1,1763.01,-1246.06,60.3214,3.90833,315,5,0,2466,1923,1,0,0,0),(45351,10605,0,1,1,10314,1,1878.15,-1337.87,60.1733,2.60246,315,5,0,2466,1923,1,0,0,0),(45352,1831,0,1,1,10279,1,1893.67,-1618.53,60.6432,4.54727,315,0,0,3082,0,0,0,0,0),(45353,1835,0,1,1,10322,1,1895.23,-1619.77,60.6432,4.80438,315,0,0,2551,1982,0,0,0,0),(45354,10605,0,1,1,10314,1,1896.56,-1616.52,60.5759,4.91907,315,5,0,2466,1923,1,0,0,0),(45355,1835,0,1,1,10322,1,1883.58,-1318.12,60.7731,3.71755,315,0,0,2551,1982,0,0,0,0),(45356,1831,0,1,1,10281,1,1870.9,-1333.11,60.1979,3.35103,315,0,0,3082,0,0,0,0,0),(45357,10605,0,1,1,10314,1,2082.33,-1821.67,60.2251,2.67035,315,0,0,2466,1923,0,0,0,0),(45358,1831,0,1,1,10281,1,2101.41,-1795.61,57.289,6.00342,315,0,0,3082,0,0,0,0,0),(45359,1835,0,1,1,10321,1,2112.49,-1813.31,59.0745,0.193426,315,0,0,2551,1982,0,0,0,0),(45360,10605,0,1,1,10313,1,2087.77,-1814.55,57.8245,3.32096,315,0,0,2466,1923,0,0,0,0),(45361,1831,0,1,1,10279,1,2104.43,-1806.43,57.4495,4.76122,315,0,0,3082,0,0,0,0,0),(45362,1831,0,1,1,10279,1,2090.26,-1803.43,56.9495,3.99032,315,0,0,3082,0,0,0,0,0),(45363,10605,0,1,1,10314,1,2081.61,-1808.95,58.5745,3.91197,315,0,0,2466,1923,0,0,0,0),(45364,1831,0,1,1,10280,1,2088.16,-1829.79,59.8245,1.38347,315,5,0,3082,0,1,0,0,0),(45365,1831,0,1,1,10277,1,2106.37,-1828.04,57.9198,3.31613,315,0,0,3082,0,0,0,0,0),(45366,1835,0,1,1,10322,1,2099.64,-1826.7,57.4495,1.13003,315,5,0,2551,1982,1,0,0,0),(45367,1833,0,1,1,10294,1,2189.58,-1751.7,59.5013,6.18013,315,10,0,3293,0,1,0,0,0),(45368,4494,0,1,1,10310,1,2348.84,-1918.51,101.571,5.75701,315,0,0,2631,5340,2,0,0,0),(45369,4494,0,1,1,10308,1,2691.96,-1945.11,107.239,5.17082,315,2,0,2631,5340,1,0,0,0),(45370,4494,0,1,1,10309,1,2694.52,-1940.48,72.1459,0.048214,315,2,0,2631,5340,1,0,0,0),(45371,1826,0,1,1,10288,1,2344.72,-2058.66,164.659,6.04053,315,0,0,2470,5013,0,0,0,0),(45372,1826,0,1,1,10289,1,2206.17,-1789.29,63.9466,1.34631,315,0,0,2470,5013,0,0,0,0),(45373,4494,0,1,1,10307,1,2700.29,-1945.7,72.3331,2.1293,315,2,0,2631,5340,1,0,0,0),(45374,4494,0,1,1,10310,1,2382.12,-1965.49,119.581,1.97325,315,0,0,2631,5340,2,0,0,0),(45375,1833,0,1,1,10292,1,2293.58,-1873.52,87.9875,4.98709,315,0,0,3293,0,2,0,0,0),(45376,4494,0,1,1,10309,1,2689.96,-1950.87,72.1546,3.27295,315,2,0,2631,5340,1,0,0,0),(45377,1833,0,1,1,10293,1,2415.34,-1716.52,108.241,4.33739,315,0,0,3293,0,2,0,0,0),(45378,1884,0,1,1,10301,1,2444.18,-1584.16,108.788,5.81195,315,0,0,3420,0,0,0,0,0),(45379,1833,0,1,1,10293,1,2379.45,-1551.25,108.307,2.26554,315,10,0,3293,0,1,0,0,0),(45380,1884,0,1,1,10302,1,2409.18,-1501.01,104.138,5.77704,315,0,0,3420,0,0,0,0,0),(45381,1833,0,1,1,10293,1,2378.74,-1680.58,105.243,2.83003,315,10,0,3293,0,1,0,0,0),(45382,1884,0,1,1,10299,1,2432.9,-1632.73,105.102,2.36232,315,5,0,3420,0,1,0,0,0),(45383,1884,0,1,1,10299,1,2482.56,-1629.64,106.211,0.453786,315,0,0,3420,0,0,0,0,0),(45384,1884,0,1,1,10300,1,2393.89,-1480.27,103.383,1.22173,315,0,0,3420,0,0,0,0,0),(45385,1884,0,1,1,10300,1,2449.33,-1668.7,103.127,2.55794,315,3,0,3420,0,1,0,0,0),(45386,1884,0,1,1,10302,1,2408.06,-1572.86,110.882,3.9968,315,0,0,3420,0,0,0,0,0),(45387,1834,0,1,1,10324,1,2906.14,-1410.65,152.02,3.92092,315,5,0,2614,2117,1,0,0,0),(45388,1834,0,1,1,10327,1,2844.54,-1419.55,147.63,0.15708,315,0,0,2614,2117,0,0,0,0),(45389,1883,0,1,1,10304,1,3012.25,-1566.34,147.999,1.69297,315,0,0,3529,0,0,0,0,0),(45390,1834,0,1,1,10325,1,2819.4,-1564.48,151.12,1.30247,315,5,0,2614,2117,1,0,0,0),(45391,1827,0,1,1,10350,1,2781.21,-1600.6,130.836,5.00539,315,0,0,3268,0,0,0,0,0),(45392,1834,0,1,1,10325,1,2773.69,-1443.69,146.095,6.17168,315,3,0,2614,2117,1,0,0,0),(45393,1827,0,1,1,10351,1,2970.99,-1395.62,176.129,2.70526,315,0,0,3268,0,0,0,0,0),(45394,1883,0,1,1,10306,1,3004.13,-1537.84,147.119,4.18879,315,0,0,3529,0,0,0,0,0),(45395,1827,0,1,1,10350,1,2797.33,-1455.68,145.97,2.36788,315,3,0,3268,0,1,0,0,0),(45396,1827,0,1,1,10351,1,2900.03,-1439.67,147.192,1.5708,315,0,0,3268,0,0,0,0,0),(45397,2110,0,1,1,1141,0,1370.75,-1549.55,57.7947,3.60198,315,10,0,1,0,1,0,0,0),(45398,2110,0,1,1,1141,0,1613.72,-1392.71,66.888,2.91106,315,10,0,1,0,1,0,0,0),(45399,2110,0,1,1,1141,0,1770.39,-1204.02,59.5956,5.43287,315,10,0,1,0,1,0,0,0),(45400,4076,0,1,1,2177,0,1714.14,-1730.68,60.1878,0.149179,315,10,0,8,0,1,0,0,0),(45401,4076,0,1,1,2177,0,2763.13,-1539.22,142.422,3.08673,315,10,0,8,0,1,0,0,0),(45402,4076,0,1,1,2177,0,1118.22,-1150.55,60.5692,5.3376,315,10,0,8,0,1,0,0,0),(45403,2110,0,1,1,1141,0,1694.27,-2330.47,59.6169,2.44901,315,10,0,1,0,1,0,0,0),(45404,10780,0,1,1,10091,0,1037.85,-1464.78,64.3293,5.22499,315,5,0,20,0,1,0,0,0),(45405,4076,0,1,1,2177,0,1644.18,-1746.55,60.4774,3.33387,315,10,0,8,0,1,0,0,0),(45406,10780,0,1,1,10091,0,2829.29,-1502.31,146.25,3.10537,315,5,0,20,0,1,0,0,0),(45407,1784,0,1,1,11403,1,1078.15,-1914.53,63.1367,0.760242,315,0,0,2384,1864,0,0,0,0),(45408,1783,0,1,1,733,1,1048.02,-1928.66,39.2634,5.92341,315,0,0,2880,0,2,0,0,0),(45409,1783,0,1,1,733,1,1082.69,-1932.42,39.1671,5.03138,315,0,0,2880,0,0,0,0,0),(45410,1791,0,1,1,570,0,1043.22,-1940.89,38.6803,0.484982,315,0,0,2880,0,0,0,0,0),(45411,1784,0,1,1,11403,1,1090.62,-1911.5,62.2564,1.98389,315,3,0,2384,1864,1,0,0,0),(45412,1791,0,1,1,570,0,1060.47,-1896.18,31.8598,4.66003,315,0,0,2880,0,0,0,0,0),(45413,1783,0,1,1,733,1,1068.33,-1902.07,48.1506,5.91667,315,0,0,2880,0,0,0,0,0),(45414,1783,0,1,1,733,1,1075,-1904.78,48.066,2.59195,315,0,0,2880,0,2,0,0,0),(45415,1784,0,1,1,11403,1,1063.46,-1904.11,48.152,1.32645,315,0,0,2384,1864,2,0,0,0),(45416,1791,0,1,1,570,0,1045.75,-1934.72,38.6803,4.80528,315,5,0,2880,0,1,0,0,0),(45417,11023,0,1,1,10457,1,966.428,-1451.72,63.7999,4.20624,660,0,0,12208,0,0,0,0,0),(45418,17253,0,1,1,11686,0,972.97,-1824.72,82.5407,2.96706,315,0,0,4120,0,0,0,0,0),(45419,11152,0,1,1,7804,0,1680.6,-2282.77,59.1679,5.88176,315,0,0,42,0,0,0,0,0),(45420,11152,0,1,1,7804,0,1726.79,-1179,59.3389,5.63741,315,0,0,42,0,0,0,0,0),(45421,11152,0,1,1,7804,0,1867.25,-1563.51,59.4606,2.53073,315,0,0,42,0,0,0,0,0),(45422,11152,0,1,1,7804,0,1474.86,-1867.65,58.6227,1.72788,315,0,0,42,0,0,0,0,0),(45423,11217,0,1,1,10896,0,1253.96,-2604.14,91.5909,3.1765,315,0,0,3398,0,0,0,0,0),(45424,11216,0,1,1,10895,0,1253.55,-2602.62,91.5884,3.36848,315,0,0,3293,0,0,0,0,0),(45425,12387,0,1,1,4754,0,2302.98,-2303.92,60.8146,2.73974,315,0,0,3006,4482,0,0,0,0),(45426,10905,0,1,1,7804,0,1329.93,-1587.96,61.1981,2.46091,315,0,0,42,0,0,0,0,0),(45427,10903,0,1,1,7804,0,1467.73,-1403.47,67.0566,5.14872,315,0,0,42,0,0,0,0,0),(45428,10904,0,1,1,7804,0,1553.46,-1488.11,67.7152,2.11185,315,0,0,42,0,0,0,0,0),(45429,10902,0,1,1,7804,0,1314.08,-1305.33,63.7871,1.32645,315,0,0,42,0,0,0,0,0),(45430,10927,0,1,1,10232,0,1114.2,-1697.44,67.5886,0.569946,315,0,0,198,0,0,0,0,0),(45431,10976,0,1,1,19817,1,1452.32,-1276.43,68.6052,3.38594,315,0,0,3876,0,0,0,0,0),(45432,11611,0,1,1,11459,1,2689.51,-1954.99,107.239,3.89208,315,0,0,3006,2241,2,0,0,0),(45433,12425,0,1,1,5908,1,944.157,-1458.45,62.6499,4.88692,660,0,0,9156,0,0,0,0,0),(45434,10801,0,1,1,10487,1,1697.65,-1167.22,59.7525,3.42698,315,0,0,3293,0,0,0,0,0),(45435,12596,0,1,1,12911,0,928.273,-1429.08,64.8343,5.72468,660,0,0,10572,0,0,0,0,0),(45436,1842,0,1,1,10341,1,2942.58,-1390.09,167.421,4.2586,660,0,0,26650,5240,0,0,0,0),(45437,11616,0,1,1,14953,1,934.77,-1450.32,62.7314,4.10152,315,0,0,2379,5013,0,0,0,0),(45438,883,0,1,1,347,0,980.216,-1500.93,67.6863,4.44216,315,10,0,1,0,1,0,0,0),(45439,10739,0,1,1,10069,0,1513.06,-1893.84,60.5976,2.44346,315,0,0,2718,2117,0,0,0,0),(45440,10778,0,1,1,10129,0,1817.14,-1234.57,65.1924,2.42601,315,0,0,102,0,0,0,0,0),(45441,10816,0,1,1,7550,0,1952.71,-1641.09,62.5544,3.07905,315,0,0,3398,0,0,0,0,0),(45442,1787,0,1,1,11401,1,1398.84,-1496.11,55.1429,1.18682,315,0,0,3293,0,0,0,0,0),(45443,1789,0,1,1,9790,1,1380.63,-1558.68,58.8425,4.95674,315,0,0,2823,2117,0,0,0,0),(45444,1787,0,1,1,11401,1,1401.83,-1501.03,55.7768,1.48353,315,0,0,3293,0,0,0,0,0),(45445,1795,0,1,1,414,0,1393.87,-1534.93,58.9197,3.27241,315,10,0,2823,2117,1,0,0,0),(45446,1789,0,1,1,9790,1,1370.98,-1497.44,56.9143,2.51327,315,0,0,2823,2117,0,0,0,0),(45447,1795,0,1,1,414,0,1369.11,-1502.66,57.1426,2.44346,315,0,0,2823,2117,0,0,0,0),(45448,1787,0,1,1,11401,1,1392.38,-1497.51,55.5874,1.309,315,0,0,3293,0,0,0,0,0),(45449,1794,0,1,1,10626,0,1396.39,-1501.01,55.7401,1.32645,315,0,0,2634,2041,0,0,0,0),(45450,1787,0,1,1,11401,1,1376.44,-1555.22,58.3682,4.69494,315,0,0,3293,0,0,0,0,0),(45451,1794,0,1,1,10626,0,1411.78,-1521.35,57.4569,0.057505,315,10,0,2634,2041,1,0,0,0),(45452,11609,0,1,1,11457,1,958.662,-1427.81,64.6484,5.93412,315,0,0,2384,1864,0,0,0,0),(45453,10667,0,1,1,10008,1,1452.81,-1279.91,68.6052,3.19395,315,0,0,4497,0,0,0,0,0),(45454,1847,0,1,1,519,0,1863.7,-1572.83,59.1449,1.22739,43200,0,0,3082,0,0,0,0,0),(45455,1789,0,1,1,9790,1,1321.62,-1415.4,46.5345,0.361778,315,10,0,2823,2117,1,0,0,0),(45456,1795,0,1,1,414,0,1449.57,-1247.65,69.8898,1.34891,315,3,0,2823,2117,1,0,0,0),(45457,1795,0,1,1,414,0,1387.67,-1392.5,56.33,1.25527,315,0,0,2823,2117,0,0,0,0),(45458,1794,0,1,1,10626,0,1279.41,-1414.14,52.4046,1.81558,315,10,0,2634,2041,1,0,0,0),(45459,1795,0,1,1,414,0,1265.94,-1570.99,59.4841,1.57506,315,3,0,2823,2117,1,0,0,0),(45460,1789,0,1,1,9790,1,1238.74,-1593.33,68.9581,3.65619,315,5,0,2823,2117,1,0,0,0),(45461,1789,0,1,1,9790,1,1517.68,-1452.22,63.0147,2.58639,315,5,0,2823,2117,1,0,0,0),(45462,1795,0,1,1,414,0,1510.37,-1710.45,68.9048,0.661563,315,5,0,2823,2117,1,0,0,0),(45463,1795,0,1,1,414,0,1517.02,-1642.81,64.7502,1.57233,315,5,0,2823,2117,1,0,0,0),(45464,1794,0,1,1,10626,0,1291.8,-1338.2,64.1967,4.10702,315,0,0,2634,2041,0,0,0,0),(45465,1822,0,1,1,1087,0,1619.22,-873.045,64.3331,4.02865,315,10,0,2880,0,1,0,0,0),(45466,1815,0,1,1,1082,0,1485.67,-1146.2,75.6753,0.61353,315,5,0,3438,0,1,0,0,0),(45467,1822,0,1,1,1087,0,1761.34,-827.675,63.6541,5.6859,315,3,0,2880,0,1,0,0,0),(45468,1815,0,1,1,1082,0,1448.42,-1177.22,70.2881,1.08053,315,10,0,3438,0,1,0,0,0),(45469,1809,0,1,1,1105,0,1799.09,-868.624,64.8857,1.90155,315,5,0,2880,0,1,0,0,0),(45479,1822,0,1,1,1087,0,1512.01,-1180.51,73.1403,2.61324,315,5,0,2880,0,1,0,0,0),(45480,1822,0,1,1,1087,0,1581.79,-977.945,66.5011,1.78925,315,10,0,2880,0,1,0,0,0),(45481,1815,0,1,1,1082,0,1598.6,-953.296,67.2133,2.44104,315,10,0,3438,0,1,0,0,0),(45482,1822,0,1,1,1087,0,1518.66,-1055.6,72.6541,5.12883,315,10,0,2880,0,1,0,0,0),(45483,1822,0,1,1,1087,0,1587.26,-1298.3,65.2191,1.37999,315,5,0,2880,0,1,0,0,0),(45484,1824,0,1,1,1088,0,1818.64,-1976.28,77.8121,3.80718,315,3,0,3293,0,1,0,0,0),(45485,1816,0,1,1,1083,0,1977.3,-2512.08,60.1856,2.96638,315,10,0,3921,0,1,0,0,0),(45486,1824,0,1,1,1088,0,1659.23,-2125.07,62.2864,3.61345,315,10,0,3293,0,1,0,0,0),(45487,1824,0,1,1,1088,0,1885.2,-1848.39,89.6968,1.15083,315,3,0,3293,0,1,0,0,0),(45488,1824,0,1,1,1088,0,1582.79,-1945.17,66.4387,1.08618,315,10,0,3293,0,1,0,0,0),(45517,1824,0,1,1,1088,0,1976.91,-2258.33,67.3431,1.73367,315,10,0,3293,0,1,0,0,0),(45572,1816,0,1,1,1083,0,1687.07,-1982.78,68.1713,4.64887,315,5,0,3921,0,1,0,0,0),(45706,1816,0,1,1,1083,0,1848.76,-2070.97,74.9777,3.76768,315,5,0,3921,0,1,0,0,0),(45725,1816,0,1,1,1083,0,1946.99,-1856.38,70.0017,4.60864,315,10,0,3921,0,1,0,0,0),(45726,1816,0,1,1,1083,0,1643.29,-2079.42,60.9107,4.0044,315,10,0,3921,0,1,0,0,0),(45727,1817,0,1,1,4124,0,2020.43,-1812.65,66.8084,0.618887,315,5,0,3189,0,1,0,0,0),(45728,1817,0,1,1,4124,0,2445.93,-1516.91,101.945,2.39628,315,3,0,3189,0,1,0,0,0),(45729,1821,0,1,1,1091,0,1651.54,-1516.35,60.6607,0.768003,315,5,0,3082,0,1,0,0,0),(45730,1821,0,1,1,1091,0,1631.76,-1798.07,62.3947,2.8217,315,5,0,3082,0,1,0,0,0),(45731,1817,0,1,1,4124,0,1752.92,-1414.71,64.0683,0.232197,315,5,0,3189,0,1,0,0,0),(45732,1821,0,1,1,1091,0,2143.93,-1581.34,68.313,2.79351,315,5,0,3082,0,1,0,0,0),(45733,1817,0,1,1,4124,0,2109.02,-1547.54,66.7829,2.91699,315,10,0,3189,0,1,0,0,0),(45735,1817,0,1,1,4124,0,2051.84,-1492.14,86.1811,4.48684,315,5,0,3189,0,1,0,0,0),(45736,1817,0,1,1,4124,0,2314.37,-1556.12,95.6517,4.30814,315,10,0,3189,0,1,0,0,0),(45737,1821,0,1,1,1091,0,2047.72,-1614.38,63.0904,2.27671,315,10,0,3082,0,1,0,0,0),(45738,1791,0,1,1,570,0,1723.61,-1256.71,59.925,4.90893,315,5,0,2880,0,1,0,0,0),(45739,1784,0,1,1,11403,1,1729.2,-1172.24,59.3638,4.95674,315,0,0,2384,1864,0,0,0,0),(45740,1784,0,1,1,11403,1,1725.5,-1190.47,59.7376,5.71821,315,5,0,2384,1864,1,0,0,0),(45873,1791,0,1,1,570,0,1734.1,-1199.72,59.8638,2.30383,315,0,0,2880,0,0,0,0,0),(45918,1783,0,1,1,733,1,1786.79,-1222.26,59.651,1.9367,315,5,0,2880,0,1,0,0,0),(45919,1791,0,1,1,570,0,1771.46,-1237.55,59.9791,5.19998,315,5,0,2880,0,1,0,0,0),(45920,1783,0,1,1,733,1,1785.72,-1210.18,59.526,4.23793,315,10,0,2880,0,1,0,0,0),(45921,1791,0,1,1,570,0,1777.13,-1265.08,60.3541,3.46671,315,5,0,2880,0,1,0,0,0),(45922,1791,0,1,1,570,0,1801.08,-1238.34,60.3152,2.459,315,5,0,2880,0,1,0,0,0),(46226,1784,0,1,1,11403,1,1721.9,-1140.79,60.801,2.67889,315,10,0,2384,1864,1,0,0,0),(46227,1783,0,1,1,733,1,1021.9,-1620.34,63.8074,3.72472,315,10,0,2880,0,1,0,0,0),(46228,1791,0,1,1,570,0,1176.83,-1785.79,62.4031,3.5482,315,10,0,2880,0,1,0,0,0),(46229,1791,0,1,1,570,0,1186.94,-1713.62,61.1927,0.4232,315,10,0,2880,0,1,0,0,0),(46231,1783,0,1,1,733,1,1136.66,-1710.72,62.4173,4.27272,315,5,0,2880,0,1,0,0,0),(46232,1791,0,1,1,570,0,1061.77,-1677.36,62.4129,4.0583,315,10,0,2880,0,1,0,0,0),(46233,1791,0,1,1,570,0,1217.54,-1744.98,62.7556,4.1149,315,0,0,2880,0,0,0,0,0),(46234,1791,0,1,1,570,0,1071.76,-1732.52,61.9333,0.696964,315,10,0,2880,0,1,0,0,0),(46235,1791,0,1,1,570,0,1071.92,-1666.04,63.3236,4.66403,315,10,0,2880,0,1,0,0,0),(46257,1791,0,1,1,570,0,1168.22,-1779.19,61.4031,5.71138,315,10,0,2880,0,1,0,0,0),(46274,1791,0,1,1,570,0,1141.86,-1724.32,61.7923,4.81068,315,10,0,2880,0,1,0,0,0),(46275,4472,0,1,1,146,0,1749.18,-2330.15,59.7734,1.79091,315,0,0,3006,2241,0,0,0,0),(46276,1804,0,1,1,10690,0,1706.71,-2348.47,60.4519,4.36878,315,0,0,3644,0,0,0,0,0),(46277,4472,0,1,1,146,0,1737.16,-2340.91,59.5482,6.17833,315,5,0,3006,2241,1,0,0,0),(46278,1804,0,1,1,10690,0,1647.24,-2371.34,61.1943,2.95575,315,3,0,3644,0,1,0,0,0),(46279,1802,0,1,1,4629,0,1669.92,-2351.84,60.7589,3.04631,315,0,0,3644,0,0,0,0,0),(46280,1804,0,1,1,10690,0,1743.49,-2310.41,60.0931,5.91364,315,10,0,3644,0,1,0,0,0),(46282,1802,0,1,1,4629,0,1716.08,-2336.94,59.9696,4.99164,315,0,0,3644,0,0,0,0,0),(46286,1804,0,1,1,10690,0,1706.73,-2269.58,58.9941,3.37377,315,3,0,3644,0,1,0,0,0),(46287,1802,0,1,1,4629,0,1703.27,-2278.88,59.1191,2.71692,315,5,0,3644,0,1,0,0,0),(46288,1802,0,1,1,4629,0,1711.29,-2311.89,59.2179,3.84899,315,10,0,3644,0,1,0,0,0),(46289,1785,0,1,1,11404,1,1930.77,-1614.94,66.0194,6.21337,315,0,0,3082,0,0,0,0,0),(46290,4475,0,1,1,10971,0,1833.56,-1660.53,61.8221,4.17516,315,10,0,3082,0,1,0,0,0),(46291,4474,0,1,1,4631,0,1926.84,-1626.81,60.6545,2.16397,315,5,0,3189,0,1,0,0,0),(46292,4475,0,1,1,10970,0,1853.52,-1628.89,59.2576,1.81679,315,10,0,3082,0,1,0,0,0),(46293,4474,0,1,1,4631,0,1907.03,-1638.69,60.3937,1.85917,315,3,0,3189,0,1,0,0,0),(46294,1785,0,1,1,11404,1,1885.42,-1553.4,59.1002,1.48353,315,0,0,3082,0,0,0,0,0),(46295,4474,0,1,1,4631,0,1934.27,-1573.85,60.9218,1.37753,315,5,0,3189,0,1,0,0,0),(46308,4475,0,1,1,10970,0,1891.76,-1574.51,59.405,1.32645,315,0,0,3082,0,0,0,0,0),(46605,4474,0,1,1,4631,0,1891.37,-1640.19,61.2927,2.14675,315,0,0,3189,0,0,0,0,0),(46606,1796,0,1,1,10487,0,1561.66,-1904.53,58.2853,3.70413,315,10,0,3529,0,1,0,0,0),(46609,10580,0,1,1,4631,0,1497.53,-1852.06,58.7447,3.5699,315,5,0,3420,0,1,0,0,0),(46684,1793,0,1,1,137,0,1420.06,-1897.65,62.5144,1.12198,315,3,0,3293,0,1,0,0,0),(46685,10580,0,1,1,4631,0,1427.59,-1839.7,58.872,0.535579,315,10,0,3420,0,1,0,0,0),(46686,1793,0,1,1,137,0,1490.67,-1816.92,60.5182,6.16703,315,5,0,3293,0,1,0,0,0),(46692,1793,0,1,1,137,0,1469.97,-1877.12,58.8102,3.26165,315,3,0,3293,0,1,0,0,0),(46746,1796,0,1,1,10487,0,1417.97,-1876.85,59.1394,5.85434,315,3,0,3529,0,1,0,0,0),(46747,1796,0,1,1,10487,0,1460.6,-1961.98,59.6732,0.623199,315,10,0,3529,0,1,0,0,0),(46748,1796,0,1,1,10487,0,1498.21,-1872.28,58.7943,1.51247,315,3,0,3529,0,1,0,0,0),(46749,1793,0,1,1,137,0,1453.64,-1818.3,58.6678,1.46384,315,10,0,3293,0,1,0,0,0),(46750,1806,0,1,1,681,0,2256.42,-2374.21,59.9344,0.020859,315,0,0,3293,0,0,0,0,0),(46751,1812,0,1,1,8389,0,2245.96,-2445.57,76.2884,4.57861,315,5,0,3529,0,1,0,0,0),(46752,1812,0,1,1,8389,0,2433.56,-2317.89,52.9452,4.16239,315,3,0,3529,0,1,0,0,0),(46753,1812,0,1,1,8389,0,2309.48,-2225.55,50.9598,2.52674,315,3,0,3529,0,1,0,0,0),(46754,1812,0,1,1,8389,0,2344.97,-2214.91,48.1226,2.2134,315,3,0,3529,0,1,0,0,0),(46755,1808,0,1,1,11139,0,2337.09,-2269.27,46.5503,1.17991,315,3,0,3529,0,1,0,0,0),(46756,1812,0,1,1,8389,0,2414.61,-2248.82,52.4973,5.61127,315,3,0,3529,0,1,0,0,0),(46757,1806,0,1,1,681,0,2184.11,-2379.59,66.1796,4.02515,315,10,0,3293,0,1,0,0,0),(46758,1812,0,1,1,8389,0,2415.57,-2327.34,52.5582,0.163054,315,3,0,3529,0,1,0,0,0),(46759,1808,0,1,1,11139,0,2409.33,-2355.18,52.0326,4.89453,315,5,0,3529,0,1,0,0,0),(46760,1831,0,1,1,10281,1,1423.2,-1461.11,53.9645,0.905316,315,0,0,3082,0,0,0,0,0),(46761,1835,0,1,1,10320,1,1423.2,-1461.11,53.9645,1.35144,315,0,0,2551,1982,0,0,0,0),(46762,10605,0,1,1,10311,1,1423.2,-1461.11,53.9645,3.11639,315,0,0,2466,1923,0,0,0,0),(46763,10605,0,1,1,10314,1,1878.6,-1347.77,61.1733,0.003487,315,10,0,2466,1923,1,0,0,0),(46764,1835,0,1,1,10320,1,1891.14,-1340.86,60.0483,0.550967,315,10,0,2551,1982,1,0,0,0),(46765,4494,0,1,1,10309,1,2695.73,-1957.16,107.422,5.91667,315,2,0,2631,5340,1,0,0,0),(46766,1826,0,1,1,10288,1,2315.94,-1854.88,92.1702,3.88307,315,0,0,2470,5013,0,0,0,0),(46767,1833,0,1,1,10291,1,2206.99,-1747.41,62.9829,5.35279,315,3,0,3293,0,1,0,0,0),(46768,4494,0,1,1,10309,1,2713.57,-1961.73,72.1523,1.13121,315,0,0,2631,5340,2,0,0,0),(46769,1826,0,1,1,10288,1,2213.95,-1777.66,63.3216,5.75896,315,0,0,2470,5013,0,0,0,0),(46770,1833,0,1,1,10292,1,2183.89,-1764.19,60.2513,1.13611,315,3,0,3293,0,1,0,0,0),(46771,1826,0,1,1,10287,1,2289.82,-1852.5,88.243,4.30833,315,0,0,2470,5013,0,0,0,0),(46772,1833,0,1,1,10291,1,2173.83,-1725.94,61.3841,5.96186,315,5,0,3293,0,1,0,0,0),(46773,1826,0,1,1,10287,1,2286.85,-1888.27,93.7002,4.60767,315,0,0,2470,5013,0,0,0,0),(46774,4493,0,1,1,10298,1,2687.6,-1918.44,70.4547,2.44346,315,0,0,3644,0,0,0,0,0),(46775,1884,0,1,1,10301,1,2352.23,-1484.94,96.6563,2.49582,315,0,0,3420,0,0,0,0,0),(46776,1884,0,1,1,10300,1,2362.82,-1530.24,103.844,2.70526,315,0,0,3420,0,0,0,0,0),(46777,1884,0,1,1,10299,1,2467.63,-1707.84,100.948,3.31613,315,0,0,3420,0,0,0,0,0),(46778,1884,0,1,1,10302,1,2455.15,-1658.74,103.211,5.96903,315,3,0,3420,0,1,0,0,0),(46779,1884,0,1,1,10301,1,2419.65,-1672.84,102.684,4.45487,315,10,0,3420,0,1,0,0,0),(46780,1845,0,1,1,10345,1,2403.89,-1681.41,103.514,0.001953,315,0,0,3198,2369,2,0,0,0),(46781,1884,0,1,1,10299,1,2386.75,-1522.13,102.807,2.56563,315,0,0,3420,0,0,0,0,0),(46782,1884,0,1,1,10301,1,2384.93,-1488.58,101.881,3.89208,315,0,0,3420,0,0,0,0,0),(46783,1884,0,1,1,10301,1,2383.7,-1519.72,102.669,5.53269,315,0,0,3420,0,0,0,0,0),(46784,1884,0,1,1,10301,1,2406.53,-1586.18,112.145,2.44346,315,0,0,3420,0,0,0,0,0),(46785,1834,0,1,1,10326,1,2840.45,-1432.7,145.708,1.60329,315,5,0,2614,2117,1,0,0,0),(46786,1883,0,1,1,10305,1,3055.97,-1551.45,149.871,5.08923,315,3,0,3529,0,1,0,0,0),(46787,1836,0,1,1,10337,1,2924.21,-1375.12,152.02,4.44046,660,0,0,8352,0,0,0,0,0),(46788,1883,0,1,1,10305,1,3032.71,-1553.66,150.765,3.09809,315,0,0,3529,0,0,0,0,0),(46789,1834,0,1,1,10325,1,2845.03,-1568.12,151.176,3.62257,315,5,0,2614,2117,1,0,0,0),(46790,1883,0,1,1,10304,1,2903.49,-1559.74,145.805,0.197219,315,0,0,3529,0,0,0,0,0),(46791,1883,0,1,1,10303,1,3062.37,-1547.02,150.567,5.84685,315,0,0,3529,0,0,0,0,0),(46792,1883,0,1,1,10303,1,2871.76,-1557.7,145.715,0.761847,315,3,0,3529,0,1,0,0,0),(46793,1883,0,1,1,10305,1,3112.29,-1541.83,151.227,6.17682,315,3,0,3529,0,1,0,0,0),(46794,1883,0,1,1,10305,1,3002.59,-1540.46,147.28,1.02974,315,0,0,3529,0,0,0,0,0),(46795,2110,0,1,1,1141,0,1203.07,-1733.37,60.6869,1.26419,315,10,0,1,0,1,0,0,0),(46796,2110,0,1,1,1141,0,1453.47,-1707.45,69.4391,4.88699,315,10,0,1,0,1,0,0,0),(46797,10780,0,1,1,10091,0,1206.72,-1136.13,61.4367,5.16495,315,10,0,20,0,1,0,0,0),(46798,4076,0,1,1,2177,0,3038.18,-1468.59,147.311,0.658703,315,10,0,8,0,1,0,0,0),(46799,2110,0,1,1,1141,0,1124.85,-1720.22,62.1223,5.66751,315,10,0,1,0,1,0,0,0),(46800,4076,0,1,1,2177,0,2388.24,-1920.35,109.275,6.15641,315,10,0,8,0,1,0,0,0),(46810,2110,0,1,1,1141,0,2083.66,-1895.94,61.4997,0.837758,315,0,0,1,0,0,0,0,0),(46859,4076,0,1,1,2177,0,1014.55,-1812.08,77.393,3.48145,315,10,0,8,0,1,0,0,0),(46860,2110,0,1,1,1141,0,1464.59,-1462.36,57.6013,2.1932,315,10,0,1,0,1,0,0,0),(46861,2110,0,1,1,1141,0,1838.12,-1569.55,59.1462,5.1986,315,10,0,1,0,1,0,0,0),(46862,1783,0,1,1,733,1,1043.89,-1933.64,38.6803,4.65511,315,0,0,2880,0,0,0,0,0),(46863,1783,0,1,1,733,1,1065.38,-1904.68,30.7783,1.93731,315,3,0,2880,0,1,0,0,0),(46864,1791,0,1,1,570,0,1048.15,-1906.66,30.825,2.07813,315,3,0,2880,0,1,0,0,0),(46865,1783,0,1,1,733,1,1044.97,-1903.34,48.0695,0.055837,315,3,0,2880,0,1,0,0,0),(46866,1784,0,1,1,11403,1,1068.34,-1935.53,63.4374,2.9588,315,3,0,2384,1864,1,0,0,0),(46867,1784,0,1,1,11403,1,1075.59,-1901.99,48.0661,2.82862,315,5,0,2384,1864,1,0,0,0),(46868,1784,0,1,1,11403,1,1075.62,-1936.35,63.4374,4.84868,315,10,0,2384,1864,1,0,0,0),(46869,1791,0,1,1,570,0,1068.32,-1909.39,30.695,2.98717,315,3,0,2880,0,1,0,0,0),(46870,1791,0,1,1,570,0,1069.82,-1901.13,62.1314,2.93256,315,3,0,2880,0,1,0,0,0),(46871,1784,0,1,1,11403,1,1074.05,-1903.01,62.2564,2.19313,315,3,0,2384,1864,1,0,0,0),(46872,11936,0,1,1,11890,0,1206.14,-2411.52,61.2246,2.63031,315,0,0,247,0,0,0,0,0),(46873,1794,0,1,1,10626,0,1361.98,-1522.74,57.7671,3.25249,315,10,0,2634,2041,1,0,0,0),(46874,1787,0,1,1,11401,1,1384.99,-1556.22,59.5549,4.95674,315,0,0,3293,0,0,0,0,0),(46875,1787,0,1,1,11401,1,1363.41,-1505.24,57.2589,2.53073,315,0,0,3293,0,0,0,0,0),(46876,1787,0,1,1,11401,1,1365.16,-1498.69,56.9228,2.32129,315,0,0,3293,0,0,0,0,0),(46877,1795,0,1,1,414,0,1380.68,-1553.87,58.8128,4.76475,315,0,0,2823,2117,0,0,0,0),(46878,1787,0,1,1,11401,1,1215.68,-1547.1,66.2343,2.36192,315,5,0,3293,0,1,0,0,0),(46879,1795,0,1,1,414,0,1343.54,-1346.84,49.398,0.61174,315,10,0,2823,2117,1,0,0,0),(46894,1789,0,1,1,9790,1,1320.77,-1298.85,62.1464,1.22708,315,0,0,2823,2117,0,0,0,0),(46900,1787,0,1,1,11401,1,1419.25,-1750.47,67.9089,3.97504,315,3,0,3293,0,1,0,0,0),(46956,1794,0,1,1,10626,0,1217.86,-1514.82,64.5582,0.998647,315,3,0,2634,2041,1,0,0,0),(46959,1789,0,1,1,9790,1,1508.05,-1690,69.3891,3.94833,315,3,0,2823,2117,1,0,0,0),(46964,1788,0,1,1,775,1,1558.74,-1468.04,68.3996,1.22748,315,0,0,3374,0,0,0,0,0),(46976,1794,0,1,1,10626,0,1247.6,-1416.84,57.4562,1.38553,315,0,0,2634,2041,0,0,0,0),(46980,1795,0,1,1,414,0,1315.98,-1337.01,64.2151,6.065,315,0,0,2823,2117,0,0,0,0),(46983,1795,0,1,1,414,0,1586.34,-1582.45,63.996,3.22925,315,3,0,2823,2117,1,0,0,0),(46984,1822,0,1,1,1087,0,1452.58,-1055.66,71.6163,5.21096,315,10,0,2880,0,1,0,0,0),(46985,1822,0,1,1,1087,0,1517.81,-1245.03,60.7022,1.3173,315,5,0,2880,0,1,0,0,0),(46986,1815,0,1,1,1082,0,1742.91,-951.218,72.6479,3.6328,315,10,0,3438,0,1,0,0,0),(46988,1815,0,1,1,1082,0,1854.22,-1041.49,63.2885,0.878059,315,5,0,3438,0,1,0,0,0),(46989,1815,0,1,1,1082,0,1554.37,-1213.86,70.5041,0.350773,315,5,0,3438,0,1,0,0,0),(47025,1822,0,1,1,1087,0,1513.39,-1112.62,75.4199,2.18968,315,5,0,2880,0,1,0,0,0),(47026,1815,0,1,1,1082,0,1600.99,-844.621,71.4955,6.20694,315,5,0,3438,0,1,0,0,0),(47027,1815,0,1,1,1082,0,1417.96,-1145.36,67.5406,1.38928,315,10,0,3438,0,1,0,0,0),(47032,1815,0,1,1,1082,0,1755.39,-1020.62,73.5313,5.26436,315,10,0,3438,0,1,0,0,0),(47033,1822,0,1,1,1087,0,1675.44,-1020.87,77.2044,4.28019,315,3,0,2880,0,1,0,0,0),(47034,1816,0,1,1,1083,0,1877.5,-2183.5,62.7534,1.81333,315,10,0,3921,0,1,0,0,0),(47035,1816,0,1,1,1083,0,1586.95,-2022.55,62.8267,5.69517,315,10,0,3921,0,1,0,0,0),(47036,1824,0,1,1,1088,0,1821.31,-2115.17,68.9933,6.04407,315,10,0,3293,0,1,0,0,0),(47040,1824,0,1,1,1088,0,1917.96,-2112.43,70.85,4.96921,315,3,0,3293,0,1,0,0,0),(47041,1824,0,1,1,1088,0,2071.69,-2316.19,76.155,5.08328,315,3,0,3293,0,1,0,0,0),(47042,1816,0,1,1,1083,0,1815.51,-2182.37,66.971,3.07362,315,10,0,3921,0,1,0,0,0),(47043,1816,0,1,1,1083,0,2053.07,-1946.66,58.8896,0.860792,315,3,0,3921,0,1,0,0,0),(47063,1816,0,1,1,1083,0,1786.3,-2399.63,65.186,1.41689,315,10,0,3921,0,1,0,0,0),(47064,1816,0,1,1,1083,0,1748.66,-2445.79,67.4189,2.00913,315,3,0,3921,0,1,0,0,0),(47065,1821,0,1,1,1091,0,1639.85,-1672.35,59.6733,0.427575,315,10,0,3082,0,1,0,0,0),(47066,1821,0,1,1,1091,0,2026.02,-1438.24,80.1285,0.637839,315,5,0,3082,0,1,0,0,0),(47067,1821,0,1,1,1091,0,2148.33,-1514.34,65.0893,3.02099,315,10,0,3082,0,1,0,0,0),(47068,1821,0,1,1,1091,0,2248.64,-1680.98,89.1168,2.28154,315,10,0,3082,0,1,0,0,0),(47069,1817,0,1,1,4124,0,2018.44,-1509.06,83.4021,1.38579,315,5,0,3189,0,1,0,0,0),(47070,1821,0,1,1,1091,0,2288.05,-1516.2,86.0625,0.021481,315,10,0,3082,0,1,0,0,0),(47071,1817,0,1,1,4124,0,1659.48,-1706.59,60.8218,0.556088,315,10,0,3189,0,1,0,0,0),(47072,1817,0,1,1,4124,0,2247.66,-1619.88,88.8751,3.93775,315,5,0,3189,0,1,0,0,0),(47073,1821,0,1,1,1091,0,2345.92,-1725.19,101.293,4.50962,315,10,0,3082,0,1,0,0,0),(47074,1821,0,1,1,1091,0,1915.12,-1786.32,62.277,4.72899,315,10,0,3082,0,1,0,0,0),(47075,1783,0,1,1,733,1,1739.69,-1252.4,60.7774,0.063136,315,5,0,2880,0,1,0,0,0),(47076,1783,0,1,1,733,1,1693.79,-1177.14,59.9448,2.5126,315,10,0,2880,0,1,0,0,0),(47082,1783,0,1,1,733,1,1803.07,-1167.93,59.7774,0.802001,315,5,0,2880,0,1,0,0,0),(47083,1791,0,1,1,570,0,1802.53,-1224.37,60.3427,2.45057,315,5,0,2880,0,1,0,0,0),(47084,1791,0,1,1,570,0,1716.88,-1177.87,59.6126,4.7445,315,10,0,2880,0,1,0,0,0),(47085,1791,0,1,1,570,0,1815.8,-1179.8,60.212,0,315,10,0,2880,0,1,0,0,0),(47089,1783,0,1,1,733,1,1690.04,-1200.54,60.2702,5.45494,315,10,0,2880,0,1,0,0,0),(47090,1784,0,1,1,11403,1,1806.2,-1180.43,59.8035,0,315,0,0,2384,1864,0,0,0,0),(47091,1791,0,1,1,570,0,1819.74,-1207.69,59.7983,3.16397,315,5,0,2880,0,1,0,0,0),(47092,1783,0,1,1,733,1,1771.04,-1156.26,59.6691,5.70652,315,10,0,2880,0,1,0,0,0),(47093,1791,0,1,1,570,0,1087.91,-1681.74,61.6021,5.66214,315,5,0,2880,0,1,0,0,0),(47094,1791,0,1,1,570,0,1156.87,-1728.92,62.4173,0.806217,315,10,0,2880,0,1,0,0,0),(47095,1783,0,1,1,733,1,1052.79,-1649.86,61.1114,0.27712,315,5,0,2880,0,1,0,0,0),(47096,1783,0,1,1,733,1,1021.89,-1687.28,62.4467,5.97538,315,10,0,2880,0,1,0,0,0),(47097,1791,0,1,1,570,0,1072.02,-1748.98,61.6265,2.51757,315,10,0,2880,0,1,0,0,0),(47098,1783,0,1,1,733,1,1113.46,-1653.57,64.3451,3.47734,315,3,0,2880,0,1,0,0,0),(47099,1791,0,1,1,570,0,1168.93,-1730.42,61.5677,4.96885,315,10,0,2880,0,1,0,0,0),(47100,1791,0,1,1,570,0,1197.91,-1773.08,60.7781,5.52064,315,10,0,2880,0,1,0,0,0),(47101,1783,0,1,1,733,1,1057.57,-1766.61,63.1662,4.7452,315,5,0,2880,0,1,0,0,0),(47102,1783,0,1,1,733,1,1206.63,-1752,62.7556,5.52269,315,0,0,2880,0,0,0,0,0),(47103,4472,0,1,1,146,0,1634.47,-2282.06,58.8691,0.737047,315,10,0,3006,2241,1,0,0,0),(47104,1802,0,1,1,4629,0,1673.46,-2384.4,61.1978,1.22173,315,0,0,3644,0,0,0,0,0),(47105,1804,0,1,1,10690,0,1629.67,-2292.18,59.484,2.1293,315,0,0,3644,0,0,0,0,0),(47106,4472,0,1,1,146,0,1629.77,-2254.7,59.7634,4.59694,315,10,0,3006,2241,1,0,0,0),(47107,1804,0,1,1,10690,0,1655.56,-2296.46,59.6191,2.46949,315,10,0,3644,0,1,0,0,0),(47108,4472,0,1,1,146,0,1676.22,-2306.86,59.2419,5.01219,315,10,0,3006,2241,1,0,0,0),(47109,4472,0,1,1,146,0,1661.46,-2359.38,60.4698,0.354675,315,3,0,3006,2241,1,0,0,0),(47110,1804,0,1,1,10690,0,1712.11,-2238.95,58.8691,3.21099,315,10,0,3644,0,1,0,0,0),(47111,1802,0,1,1,4629,0,1719.3,-2350.92,60.5769,1.20078,315,5,0,3644,0,1,0,0,0),(47112,1804,0,1,1,10690,0,1623.11,-2305.5,59.6652,1.8675,315,0,0,3644,0,0,0,0,0),(47113,4475,0,1,1,10971,0,1947.89,-1634.12,60.9233,4.23045,315,10,0,3082,0,1,0,0,0),(47114,4475,0,1,1,10971,0,1904.17,-1625.52,60.2795,2.58112,315,5,0,3082,0,1,0,0,0),(47115,4474,0,1,1,4631,0,1922.23,-1548.48,60.9575,4.73,315,5,0,3189,0,1,0,0,0),(47116,4475,0,1,1,10971,0,1890.1,-1648.44,61.0379,6.10926,315,10,0,3082,0,1,0,0,0),(47117,4474,0,1,1,4631,0,1939.51,-1607.07,61.0685,1.51587,315,5,0,3189,0,1,0,0,0),(47118,4474,0,1,1,4631,0,1835.6,-1590.55,59.7354,3.03687,315,10,0,3189,0,1,0,0,0),(47119,4475,0,1,1,10970,0,1845.73,-1544.74,58.9492,0.786115,315,10,0,3082,0,1,0,0,0),(47120,4475,0,1,1,10971,0,1913.21,-1636.18,60.3772,2.19717,315,3,0,3082,0,1,0,0,0),(47121,4474,0,1,1,4631,0,1801.14,-1516.18,59.7616,0.27738,315,10,0,3189,0,1,0,0,0),(47122,4474,0,1,1,4631,0,1844.95,-1517.24,58.9761,4.05194,315,10,0,3189,0,1,0,0,0),(47123,1796,0,1,1,10487,0,1486.4,-1933.12,61.1098,1.43821,315,3,0,3529,0,1,0,0,0),(47124,1796,0,1,1,10487,0,1444.57,-1879.98,58.8036,3.20198,315,10,0,3529,0,1,0,0,0),(47125,1796,0,1,1,10487,0,1476.47,-1850.78,58.8697,5.58922,315,3,0,3529,0,1,0,0,0),(47126,1793,0,1,1,137,0,1430.74,-1889.53,59.3894,5.26617,315,3,0,3293,0,1,0,0,0),(47127,1796,0,1,1,10487,0,1539.68,-1860.39,60.2235,6.01369,315,5,0,3529,0,1,0,0,0),(47128,1796,0,1,1,10487,0,1532.36,-1825.93,61.6615,0.542148,315,5,0,3529,0,1,0,0,0),(47129,1793,0,1,1,137,0,1420.16,-1851.68,58.997,5.72422,315,10,0,3293,0,1,0,0,0),(47130,1793,0,1,1,137,0,1544.94,-1875.5,58.3936,1.21911,315,10,0,3293,0,1,0,0,0),(47131,1793,0,1,1,137,0,1508.95,-1917.18,59.4825,5.46288,315,3,0,3293,0,1,0,0,0),(47132,1806,0,1,1,681,0,2324.96,-2315.51,59.5706,2.6455,315,5,0,3293,0,1,0,0,0),(47133,1806,0,1,1,681,0,2190.16,-2448.72,71.2319,6.0641,315,5,0,3293,0,1,0,0,0),(47134,1812,0,1,1,8389,0,2289.9,-2253.93,59.4816,1.1703,315,3,0,3529,0,1,0,0,0),(47135,1808,0,1,1,11139,0,2386.88,-2361.25,52.2508,3.09834,315,3,0,3529,0,1,0,0,0),(47136,1812,0,1,1,8389,0,2439.4,-2263.74,54.1031,5.40433,315,3,0,3529,0,1,0,0,0),(47137,1812,0,1,1,8389,0,2364.06,-2271.44,47.2143,0.252366,315,3,0,3529,0,1,0,0,0),(47138,1812,0,1,1,8389,0,2350.5,-2266.69,46.5537,0.77911,315,3,0,3529,0,1,0,0,0),(47139,1808,0,1,1,11139,0,2364.8,-2219.69,48.8751,1.1872,315,3,0,3529,0,1,0,0,0),(47140,1808,0,1,1,11139,0,2333.64,-2330.46,48.9787,3.48744,315,5,0,3529,0,1,0,0,0),(47141,1806,0,1,1,681,0,2282.54,-2327.38,63.9156,5.88658,315,3,0,3293,0,1,0,0,0),(47142,4493,0,1,1,10295,1,2316.36,-1868.55,91.048,2.47837,315,0,0,3644,0,0,0,0,0),(47143,4493,0,1,1,10298,1,2201.32,-1781.99,61.9679,2.16421,315,0,0,3644,0,0,0,0,0),(47144,1833,0,1,1,10291,1,2306.77,-1870.13,90.6983,1.35402,315,0,0,3293,0,0,0,0,0),(47145,1826,0,1,1,10288,1,2332.1,-2052.06,165.813,5.40931,315,0,0,2470,5013,0,0,0,0),(47146,1833,0,1,1,10292,1,2206.48,-1765.84,62.1079,2.49867,315,0,0,3293,0,0,0,0,0),(47147,4493,0,1,1,10298,1,2266.11,-1846.93,80.2447,2.09148,315,0,0,3644,0,2,0,0,0),(47148,1833,0,1,1,10293,1,2323.04,-2064.5,168.938,3.92481,315,0,0,3293,0,0,0,0,0),(47149,4494,0,1,1,10309,1,2703.36,-1944.54,107.239,0.482272,315,2,0,2631,5340,1,0,0,0),(47150,4493,0,1,1,10298,1,2675.14,-1926.99,70.875,2.32129,315,0,0,3644,0,0,0,0,0),(47151,1833,0,1,1,10294,1,2156.5,-1743.13,59.5948,2.02001,315,5,0,3293,0,1,0,0,0),(47152,1884,0,1,1,10300,1,2396.69,-1511.35,102.482,5.70723,315,0,0,3420,0,0,0,0,0),(47156,1884,0,1,1,10301,1,2414.61,-1535.46,106.983,5.02655,315,0,0,3420,0,0,0,0,0),(47157,1833,0,1,1,10294,1,2380.57,-1606.64,113.626,2.05627,315,10,0,3293,0,1,0,0,0),(47158,1884,0,1,1,10299,1,2443.74,-1657.42,104.562,5.74131,315,0,0,3420,0,0,0,0,0),(47159,1884,0,1,1,10299,1,2349.36,-1575.88,107.518,2.93215,315,0,0,3420,0,0,0,0,0),(47160,1833,0,1,1,10293,1,2452.48,-1619.56,106.891,5.8191,315,5,0,3293,0,1,0,0,0),(47161,1884,0,1,1,10301,1,2384.16,-1707.2,101.601,4.90438,315,0,0,3420,0,0,0,0,0),(47162,1884,0,1,1,10300,1,2381.79,-1491.28,101.62,0.733038,315,0,0,3420,0,0,0,0,0),(47163,1884,0,1,1,10300,1,2399.67,-1511.11,102.236,2.75762,315,0,0,3420,0,0,0,0,0),(47164,1884,0,1,1,10299,1,2340.84,-1669.67,111.397,3.52556,315,0,0,3420,0,0,0,0,0),(47165,10608,0,1,1,10332,1,2780.54,-1462.73,146.595,3.86935,315,3,0,2288,5013,1,0,0,0),(47166,1883,0,1,1,10305,1,3097.97,-1530.82,151.62,2.05949,315,0,0,3529,0,0,0,0,0),(47167,1883,0,1,1,10306,1,3052.11,-1555.13,149.32,4.7822,315,0,0,3529,0,0,0,0,0),(47168,1883,0,1,1,10306,1,2900.26,-1544.91,145.804,3.19117,315,3,0,3529,0,1,0,0,0),(47169,1832,0,1,1,10331,1,2916.44,-1517.71,152.12,3.8088,315,3,0,2361,5206,1,0,0,0),(47170,1883,0,1,1,10306,1,2873.96,-1459.38,145.654,2.23889,315,5,0,3529,0,1,0,0,0),(47171,1883,0,1,1,10305,1,3087.84,-1546.47,152.195,3.22886,315,0,0,3529,0,0,0,0,0),(47172,1834,0,1,1,10327,1,2976.96,-1601.37,150.159,2.42601,315,0,0,2614,2117,0,0,0,0),(47173,1883,0,1,1,10304,1,3100.66,-1531.81,151.366,1.25664,315,0,0,3529,0,0,0,0,0),(47174,1883,0,1,1,10304,1,2879.87,-1477.48,146.371,1.23948,315,0,0,3529,0,0,0,0,0),(47175,2110,0,1,1,1141,0,1112.54,-1850.07,60.8047,1.63139,315,10,0,1,0,1,0,0,0),(47176,10779,0,1,1,10090,0,2260.68,-1831.74,78.1471,1.66107,315,10,0,8,0,1,0,0,0),(47177,10780,0,1,1,10091,0,1054.73,-1362.3,68.7729,1.60619,315,10,0,20,0,1,0,0,0),(47178,10779,0,1,1,10090,0,1992.51,-1691.03,59.645,2.12441,315,10,0,8,0,1,0,0,0),(47179,4076,0,1,1,2177,0,2060.7,-1687.71,60.6958,4.11444,315,10,0,8,0,1,0,0,0),(47180,10780,0,1,1,10091,0,1890.48,-1405,59.2618,5.04518,315,10,0,20,0,1,0,0,0),(47181,10780,0,1,1,10091,0,2341.53,-1908.37,98.352,0.816598,315,10,0,20,0,1,0,0,0),(47182,2110,0,1,1,1141,0,1691.22,-2235.55,59.091,1.12019,315,10,0,1,0,1,0,0,0),(47183,10779,0,1,1,10090,0,2137.87,-1672.9,64.2316,6.24811,315,10,0,8,0,1,0,0,0),(47184,2110,0,1,1,1141,0,1522.49,-1627.74,64.9795,5.91055,315,10,0,1,0,1,0,0,0),(47185,1784,0,1,1,11403,1,1080.58,-1938.73,38.6803,1.26046,315,0,0,2384,1864,0,0,0,0),(47186,1784,0,1,1,11403,1,1075.29,-1938.72,38.6803,1.0492,315,0,0,2384,1864,0,0,0,0),(47187,1784,0,1,1,11403,1,1046.99,-1901.58,48.0689,2.37109,315,3,0,2384,1864,1,0,0,0),(47188,1784,0,1,1,11403,1,1048.32,-1939.69,38.6803,1.90925,315,0,0,2384,1864,0,0,0,0),(47189,1784,0,1,1,11403,1,1076.55,-1932.1,38.6803,5.29556,315,0,0,2384,1864,0,0,0,0),(47190,1791,0,1,1,570,0,1054.99,-1904.93,30.7783,1.02974,315,3,0,2880,0,1,0,0,0),(47191,1795,0,1,1,414,0,1344.07,-1411.5,48.9271,2.90364,315,5,0,2823,2117,1,0,0,0),(47192,1789,0,1,1,9790,1,1461.32,-1396.45,65.0907,1.94124,315,5,0,2823,2117,1,0,0,0),(47193,1787,0,1,1,11401,1,1379.62,-1588.25,60.7068,3.90968,315,10,0,3293,0,1,0,0,0),(47194,1794,0,1,1,10626,0,1322.79,-1383.91,46.0366,1.63665,315,5,0,2634,2041,1,0,0,0),(47195,1787,0,1,1,11401,1,1386.58,-1681.6,66.3124,1.56103,315,10,0,3293,0,1,0,0,0),(47196,1794,0,1,1,10626,0,1486.29,-1679.54,68.8208,2.67035,315,0,0,2634,2041,0,0,0,0),(47197,1794,0,1,1,10626,0,1614.04,-1444.54,63.5273,2.59821,315,10,0,2634,2041,1,0,0,0),(47198,1789,0,1,1,9790,1,1548.16,-1680.13,71.3618,4.78607,315,10,0,2823,2117,1,0,0,0),(47199,1789,0,1,1,9790,1,1490.63,-1655.87,68.9901,0.894522,315,5,0,2823,2117,1,0,0,0),(47200,1795,0,1,1,414,0,1293.32,-1593.1,61.8097,5.86991,315,0,0,2823,2117,0,0,0,0),(47201,1822,0,1,1,1087,0,1513.74,-983.993,65.9307,4.09078,315,3,0,2880,0,1,0,0,0),(47202,1815,0,1,1,1082,0,1813.07,-1078.93,65.8441,2.17721,315,10,0,3438,0,1,0,0,0),(47203,1815,0,1,1,1082,0,1642.86,-928.296,68.6817,4.4092,315,3,0,3438,0,1,0,0,0),(47204,1815,0,1,1,1082,0,1805.97,-881.229,73.2733,2.3341,315,5,0,3438,0,1,0,0,0),(47218,1815,0,1,1,1082,0,1677.94,-816.703,69.8412,5.8606,315,3,0,3438,0,1,0,0,0),(47219,1815,0,1,1,1082,0,1816.27,-944.769,75.1027,1.03021,315,5,0,3438,0,1,0,0,0),(47220,1815,0,1,1,1082,0,1481.83,-1020.89,75.8141,6.23435,315,10,0,3438,0,1,0,0,0),(47221,1822,0,1,1,1087,0,1545.96,-965.278,69.7681,4.49488,315,3,0,2880,0,1,0,0,0),(47222,1809,0,1,1,1105,0,1578.14,-970.7,65.5767,0.514304,315,10,0,2880,0,1,0,0,0),(47223,1816,0,1,1,1083,0,1940.48,-2323.74,61.1383,3.22613,315,10,0,3921,0,1,0,0,0),(47224,1816,0,1,1,1083,0,1904.62,-2040.5,75.8924,2.24554,315,10,0,3921,0,1,0,0,0),(47225,1816,0,1,1,1083,0,1996.77,-2450.71,63.294,2.74658,315,5,0,3921,0,1,0,0,0),(47226,1816,0,1,1,1083,0,1879.51,-1922.16,80.6656,4.59288,315,3,0,3921,0,1,0,0,0),(47227,1816,0,1,1,1083,0,2018.5,-2244.36,62.9875,1.29263,315,10,0,3921,0,1,0,0,0),(47228,1816,0,1,1,1083,0,1809.96,-1829.47,63.5155,1.88545,315,10,0,3921,0,1,0,0,0),(47229,1824,0,1,1,1088,0,1646.9,-2015.5,61.8782,2.5628,315,10,0,3293,0,1,0,0,0),(47230,1824,0,1,1,1088,0,1834.74,-1990.93,75.4207,4.74074,315,10,0,3293,0,1,0,0,0),(47231,1824,0,1,1,1088,0,1924.26,-2279.97,59.8266,5.32053,315,10,0,3293,0,1,0,0,0),(47232,1824,0,1,1,1088,0,2035.77,-2383.41,61.6824,1.94604,315,10,0,3293,0,1,0,0,0),(47233,1821,0,1,1,1091,0,2422.76,-1777.28,103.803,5.9693,315,3,0,3082,0,1,0,0,0),(47234,1821,0,1,1,1091,0,2282.83,-1587.93,93.5677,4.6953,315,10,0,3082,0,1,0,0,0),(47235,1821,0,1,1,1091,0,1690.4,-1671.7,60.2008,1.02929,315,5,0,3082,0,1,0,0,0),(47236,1821,0,1,1,1091,0,1979.26,-1351.82,75.6026,3.36005,315,5,0,3082,0,1,0,0,0),(47237,1817,0,1,1,4124,0,1982.24,-1548.24,62.2392,1.23947,315,10,0,3189,0,1,0,0,0),(47238,1817,0,1,1,4124,0,2555.94,-1616.53,95.2556,1.26139,315,5,0,3189,0,1,0,0,0),(47239,1821,0,1,1,1091,0,2082.86,-1510.45,74.091,2.66703,315,5,0,3082,0,1,0,0,0),(47240,1817,0,1,1,4124,0,1815.43,-1412.13,59.576,1.41619,315,10,0,3189,0,1,0,0,0),(47241,1821,0,1,1,1091,0,2554.52,-1687,94.3187,4.01839,315,3,0,3082,0,1,0,0,0),(47242,1817,0,1,1,4124,0,2214.91,-1453.66,82.9084,0.732185,315,5,0,3189,0,1,0,0,0),(47243,1784,0,1,1,11403,1,1762.36,-1250.16,60.6525,0,315,0,0,2384,1864,0,0,0,0),(47244,1784,0,1,1,11403,1,1751.94,-1189.94,59.6755,3.29843,315,5,0,2384,1864,1,0,0,0),(47245,1783,0,1,1,733,1,1729.4,-1242.95,60.55,4.20951,315,5,0,2880,0,1,0,0,0),(47246,1784,0,1,1,11403,1,1813.77,-1217.02,60.3427,6.02696,315,5,0,2384,1864,1,0,0,0),(47247,1784,0,1,1,11403,1,1659.38,-1198.7,61.3709,2.96606,315,5,0,2384,1864,1,0,0,0),(47248,1783,0,1,1,733,1,1764.17,-1262.6,60.1524,1.41965,315,5,0,2880,0,1,0,0,0),(47261,1783,0,1,1,733,1,1664.34,-1186.3,59.9959,0.91807,315,5,0,2880,0,1,0,0,0),(47276,1791,0,1,1,570,0,1670.89,-1200.71,61.1631,0,315,10,0,2880,0,1,0,0,0),(47305,1783,0,1,1,733,1,1739.17,-1165.18,59.6716,3.04991,315,5,0,2880,0,1,0,0,0),(47307,1791,0,1,1,570,0,1748.09,-1131.1,61.6032,4.10561,315,5,0,2880,0,1,0,0,0),(47308,1791,0,1,1,570,0,1068.68,-1684.8,63.0424,5.99004,315,0,0,2880,0,0,0,0,0),(47318,1791,0,1,1,570,0,1056.56,-1729.2,62.5975,1.53602,315,5,0,2880,0,1,0,0,0),(47437,1791,0,1,1,570,0,1129.5,-1728.47,62.4358,2.42338,315,10,0,2880,0,1,0,0,0),(47438,1791,0,1,1,570,0,1040.4,-1739.04,62.4896,5.49779,315,0,0,2880,0,0,0,0,0),(47439,1783,0,1,1,733,1,950.121,-1620.24,67.6254,2.51327,315,0,0,2880,0,0,0,0,0),(47440,1783,0,1,1,733,1,1059.09,-1617.29,62.3236,3.62534,315,5,0,2880,0,1,0,0,0),(47444,4472,0,1,1,146,0,1686.17,-2381.43,60.5465,4.14322,315,5,0,3006,2241,1,0,0,0),(47451,1802,0,1,1,4629,0,1686.64,-2352.53,60.2575,1.53589,315,10,0,3644,0,1,0,0,0),(47453,4472,0,1,1,146,0,1676.44,-2376.72,61.6675,3.6927,315,5,0,3006,2241,1,0,0,0),(47455,1802,0,1,1,4629,0,1769.54,-2330.04,60.004,3.03852,315,10,0,3644,0,1,0,0,0),(47456,1802,0,1,1,4629,0,1641.17,-2257.78,59.3691,5.89044,315,5,0,3644,0,1,0,0,0),(47459,4472,0,1,1,146,0,1694.66,-2288.13,59.4139,5.33914,315,3,0,3006,2241,1,0,0,0),(47462,1804,0,1,1,10690,0,1656.61,-2382.72,61.0693,5.33204,315,5,0,3644,0,1,0,0,0),(47463,4472,0,1,1,146,0,1749.22,-2342.61,59.8659,4.72678,315,5,0,3006,2241,1,0,0,0),(47476,1802,0,1,1,4629,0,1674.23,-2365.77,61.6675,2.15888,315,0,0,3644,0,0,0,0,0),(47479,4472,0,1,1,146,0,1773.03,-2302,60.504,6.12206,315,10,0,3006,2241,1,0,0,0),(47570,1785,0,1,1,11404,1,1918.04,-1556.72,60.4575,2.61846,315,5,0,3082,0,1,0,0,0),(47597,4475,0,1,1,10970,0,1928.6,-1563.65,60.7075,1.19675,315,5,0,3082,0,1,0,0,0),(47600,4474,0,1,1,4631,0,1904.64,-1616.46,60.7192,3.71755,315,0,0,3189,0,0,0,0,0),(47605,1785,0,1,1,11404,1,1894.44,-1627.61,60.7682,5.56142,315,5,0,3082,0,1,0,0,0),(47618,1785,0,1,1,11404,1,1918.6,-1608.91,60.8597,0.558505,315,0,0,3082,0,0,0,0,0),(47635,4474,0,1,1,4631,0,1824.97,-1613.25,58.8826,1.66727,315,10,0,3189,0,1,0,0,0),(47636,4475,0,1,1,10971,0,1940.85,-1621.23,65.8336,5.55244,315,5,0,3082,0,1,0,0,0),(47637,1785,0,1,1,11404,1,1916.29,-1643.49,60.4308,3.76025,315,3,0,3082,0,1,0,0,0),(47638,1806,0,1,1,681,0,2300.97,-2315.92,63.107,2.48433,315,3,0,3293,0,1,0,0,0),(47871,1813,0,1,1,2832,0,2396.68,-2248.28,50.5932,4.22288,315,3,0,3644,0,1,0,0,0),(47872,1806,0,1,1,681,0,2277.07,-2412.02,65.4476,2.19758,315,5,0,3293,0,1,0,0,0),(47873,1806,0,1,1,681,0,2266.89,-2348.47,60.7635,6.17362,315,3,0,3293,0,1,0,0,0),(47874,1812,0,1,1,8389,0,2327.84,-2214.87,49.2919,3.24835,315,3,0,3529,0,1,0,0,0),(47885,1808,0,1,1,11139,0,2314.13,-2226.33,50.645,3.59931,315,0,0,3529,0,2,0,0,0),(47886,1813,0,1,1,2832,0,2328.74,-2233.44,49.213,6.02887,315,3,0,3644,0,1,0,0,0),(47887,1812,0,1,1,8389,0,2291.06,-2269.86,61.7794,4.74611,315,3,0,3529,0,1,0,0,0),(47888,1808,0,1,1,11139,0,2293.84,-2240.85,56.9244,4.17134,315,0,0,3529,0,2,0,0,0),(47889,1833,0,1,1,10293,1,2326.57,-1870.59,92.2079,2.58309,315,0,0,3293,0,0,0,0,0),(47890,4493,0,1,1,10298,1,2390.97,-1943.49,112.713,0.866302,315,0,0,3644,0,0,0,0,0),(47891,1884,0,1,1,10302,1,2421.48,-1646.7,103.789,2.39822,315,5,0,3420,0,1,0,0,0),(47892,1827,0,1,1,10350,1,2910.23,-1611.37,149.748,2.75762,315,0,0,3268,0,0,0,0,0),(47943,1883,0,1,1,10305,1,3021.46,-1513.28,146.382,5.79449,315,0,0,3529,0,0,0,0,0),(47944,1883,0,1,1,10303,1,2873.57,-1555.76,145.84,3.1264,315,0,0,3529,0,0,0,0,0),(47945,1834,0,1,1,10327,1,2803.82,-1439.32,145.873,1.82428,315,3,0,2614,2117,1,0,0,0),(47974,10608,0,1,1,10333,1,2950.41,-1596.89,184.632,0.10472,315,0,0,2288,5013,0,0,0,0),(47975,1834,0,1,1,10324,1,2968.51,-1604.53,154.826,3.35103,315,0,0,2614,2117,0,0,0,0),(47976,1834,0,1,1,10326,1,2897.55,-1432.65,147.598,1.95477,315,0,0,2614,2117,0,0,0,0),(47977,1883,0,1,1,10306,1,3094.05,-1539.85,150.445,1.7407,315,3,0,3529,0,1,0,0,0),(47978,1827,0,1,1,10352,1,2973.92,-1390.42,176.129,2.44346,315,0,0,3268,0,0,0,0,0),(47979,1883,0,1,1,10304,1,3058,-1544.24,149.79,2.47837,315,0,0,3529,0,0,0,0,0),(47980,2110,0,1,1,1141,0,1365.2,-1616.56,58.0897,0.390078,315,10,0,1,0,1,0,0,0),(47981,2110,0,1,1,1141,0,2063.39,-1723.13,62.165,0.176715,315,10,0,1,0,1,0,0,0),(47982,10779,0,1,1,10090,0,2469.56,-1953.81,108.96,4.16626,315,10,0,8,0,1,0,0,0),(47983,10779,0,1,1,10090,0,1799.39,-1720.61,59.5549,4.60391,315,10,0,8,0,1,0,0,0),(47984,4076,0,1,1,2177,0,2612.24,-1936.14,81.6123,4.59288,315,10,0,8,0,1,0,0,0),(47985,10780,0,1,1,10091,0,2535.32,-1925.44,95.1636,5.17691,315,5,0,20,0,1,0,0,0),(47986,10779,0,1,1,10090,0,1097.74,-1258.45,62.2299,3.70894,315,10,0,8,0,1,0,0,0),(47987,10780,0,1,1,10091,0,1788.79,-1361.35,63.5684,4.98104,315,5,0,20,0,1,0,0,0),(47988,2110,0,1,1,1141,0,1298.83,-1227.64,63.2791,2.29054,315,10,0,1,0,1,0,0,0),(47989,4076,0,1,1,2177,0,2229.74,-1805.94,67.3421,3.763,315,10,0,8,0,1,0,0,0),(47990,1789,0,1,1,9790,1,1220.4,-1449.58,64.8208,4.37489,315,5,0,2823,2117,1,0,0,0),(47991,1794,0,1,1,10626,0,1545.84,-1552.33,64.3046,1.42487,315,10,0,2634,2041,1,0,0,0),(47992,1795,0,1,1,414,0,1463.56,-1343.76,62.2752,1.99205,315,5,0,2823,2117,1,0,0,0),(47993,1794,0,1,1,10626,0,1344.3,-1213.78,73.961,1.37814,315,0,0,2634,2041,0,0,0,0),(47994,1789,0,1,1,9790,1,1411.56,-1384.74,54.3753,1.0113,315,10,0,2823,2117,1,0,0,0),(47998,1794,0,1,1,10626,0,1351.56,-1648.44,61.2657,4.45631,315,10,0,2634,2041,1,0,0,0),(47999,1794,0,1,1,10626,0,1415.76,-1649.27,67.9841,5.19543,315,10,0,2634,2041,1,0,0,0),(48000,1787,0,1,1,11401,1,1484.94,-1312.79,74.1114,2.12641,315,5,0,3293,0,1,0,0,0),(48001,1787,0,1,1,11401,1,1332.77,-1589.15,60.9033,3.59781,315,0,0,3293,0,0,0,0,0),(48002,1815,0,1,1,1082,0,1579.51,-1258.95,60.1175,4.54082,315,10,0,3438,0,1,0,0,0),(48003,1815,0,1,1,1082,0,1543.43,-1020.91,71.6429,4.56706,315,10,0,3438,0,1,0,0,0),(48004,1822,0,1,1,1087,0,1668.44,-835.897,65.2679,0.69196,315,10,0,2880,0,1,0,0,0),(48005,1815,0,1,1,1082,0,1784.95,-918.256,70.5084,6.14599,315,10,0,3438,0,1,0,0,0),(48036,1822,0,1,1,1087,0,1577.18,-922.547,66.313,4.46077,315,10,0,2880,0,1,0,0,0),(48095,1815,0,1,1,1082,0,1545.83,-1082.58,72.7679,2.22426,315,10,0,3438,0,1,0,0,0),(48096,1822,0,1,1,1087,0,1716.71,-1057.25,72.4111,5.87765,315,10,0,2880,0,1,0,0,0),(48097,1815,0,1,1,1082,0,1681.67,-1080.68,65.9985,1.90305,315,10,0,3438,0,1,0,0,0),(48098,1822,0,1,1,1087,0,1741.85,-863.966,63.7472,2.05978,315,10,0,2880,0,1,0,0,0),(48099,1815,0,1,1,1082,0,1569.45,-1276.35,63.949,0.322059,315,10,0,3438,0,1,0,0,0),(48100,1816,0,1,1,1083,0,1834.31,-2039.4,75.1438,0.207997,315,5,0,3921,0,1,0,0,0),(48101,1816,0,1,1,1083,0,1836.49,-2453.09,62.4055,1.69903,315,10,0,3921,0,1,0,0,0),(48102,1816,0,1,1,1083,0,1999.11,-2354.85,61.6609,5.7684,315,10,0,3921,0,1,0,0,0),(48103,1816,0,1,1,1083,0,1887.08,-2120.78,69.8986,2.40117,315,10,0,3921,0,1,0,0,0),(48104,1816,0,1,1,1083,0,1880.96,-2244.53,62.0652,2.98723,315,10,0,3921,0,1,0,0,0),(48105,1824,0,1,1,1088,0,1831.78,-2197.49,63.6852,2.43148,315,10,0,3293,0,1,0,0,0),(48106,1824,0,1,1,1088,0,1945.5,-1982.97,87.4675,1.9779,315,5,0,3293,0,1,0,0,0),(48119,1816,0,1,1,1083,0,1936.4,-2286.12,60.4859,4.7177,315,10,0,3921,0,1,0,0,0),(48120,1816,0,1,1,1083,0,1780.73,-2483.22,67.0962,3.57946,315,3,0,3921,0,1,0,0,0),(48121,1816,0,1,1,1083,0,1846.49,-2379.33,65.144,0.894289,315,10,0,3921,0,1,0,0,0),(48122,1821,0,1,1,1091,0,2016.46,-1585.8,60.7909,5.84974,315,10,0,3082,0,1,0,0,0),(48123,1817,0,1,1,4124,0,2283.62,-1718.34,96.4451,5.81299,315,10,0,3189,0,1,0,0,0),(48124,1821,0,1,1,1091,0,2183.59,-1619.42,74.8749,4.29506,315,10,0,3082,0,1,0,0,0),(48125,1817,0,1,1,4124,0,2585.82,-1652.69,80.0716,5.30034,315,3,0,3189,0,1,0,0,0),(48126,1817,0,1,1,4124,0,1981.08,-1614.91,60.2598,2.4522,315,10,0,3189,0,1,0,0,0),(48127,1817,0,1,1,4124,0,2516.21,-1586.25,105.376,5.1437,315,5,0,3189,0,1,0,0,0),(48128,1817,0,1,1,4124,0,2021.17,-1747.39,64.0588,0.598003,315,10,0,3189,0,1,0,0,0),(48129,1817,0,1,1,4124,0,2585.37,-1717.98,73.8188,1.28311,315,5,0,3189,0,1,0,0,0),(48130,1817,0,1,1,4124,0,2618.07,-1679.99,82.7831,1.61374,315,5,0,3189,0,1,0,0,0),(48131,1821,0,1,1,1091,0,2216.53,-1649.3,82.9269,2.32511,315,10,0,3082,0,1,0,0,0),(48132,1783,0,1,1,733,1,1805.12,-1259.95,61.8152,4.92458,315,5,0,2880,0,1,0,0,0),(48133,1791,0,1,1,570,0,1819.45,-1172.29,60.6524,5.44747,315,5,0,2880,0,1,0,0,0),(48134,1783,0,1,1,733,1,1689.83,-1133.44,62.9822,3.91551,315,10,0,2880,0,1,0,0,0),(48135,1791,0,1,1,570,0,1802.71,-1223.96,65.1039,2.8793,315,5,0,2880,0,1,0,0,0),(48136,1784,0,1,1,11403,1,1789.06,-1246.67,59.8019,1.97868,315,5,0,2384,1864,1,0,0,0),(48137,1783,0,1,1,733,1,1786.7,-1191.62,59.901,5.8712,315,10,0,2880,0,1,0,0,0),(48138,1784,0,1,1,11403,1,1719.26,-1239.61,60.05,1.97318,315,5,0,2384,1864,1,0,0,0),(48139,1784,0,1,1,11403,1,1802.59,-1206.49,59.6568,0,315,10,0,2384,1864,1,0,0,0),(48140,1783,0,1,1,733,1,1745.69,-1198.49,59.6755,1.7194,315,5,0,2880,0,1,0,0,0),(48141,1783,0,1,1,733,1,1814.89,-1232.29,60.6663,5.37911,315,5,0,2880,0,1,0,0,0),(48142,1804,0,1,1,10690,0,1697.11,-2235.64,59.354,4.45487,315,10,0,3644,0,1,0,0,0),(48143,4472,0,1,1,146,0,1728.39,-2325.61,59.6233,2.667,315,5,0,3006,2241,1,0,0,0),(48144,1804,0,1,1,10690,0,1643.24,-2282.31,58.9941,0.813526,315,10,0,3644,0,1,0,0,0),(48150,1802,0,1,1,4629,0,1712.81,-2364.28,60.6462,4.60767,315,0,0,3644,0,0,0,0,0),(48154,4472,0,1,1,146,0,1611.42,-2282.04,60.2441,3.24991,315,3,0,3006,2241,1,0,0,0),(48155,1802,0,1,1,4629,0,1678.25,-2265.81,59.8691,4.54579,315,3,0,3644,0,1,0,0,0),(48156,4472,0,1,1,146,0,1694.2,-2255.49,59.1191,0.727167,315,3,0,3006,2241,1,0,0,0),(48158,1804,0,1,1,10690,0,1741.81,-2351.25,60.0482,1.78576,315,5,0,3644,0,1,0,0,0),(48159,1802,0,1,1,4629,0,1657.83,-2259.66,58.9941,6.19775,315,5,0,3644,0,1,0,0,0),(48176,1802,0,1,1,4629,0,1731.9,-2281.86,59.1191,5.85146,315,5,0,3644,0,1,0,0,0),(48177,4474,0,1,1,4631,0,1941.92,-1625.37,61.5619,1.68753,315,5,0,3189,0,1,0,0,0),(48178,4475,0,1,1,10971,0,1936.24,-1551.4,60.6054,3.13748,315,5,0,3082,0,1,0,0,0),(48179,4474,0,1,1,4631,0,1817.75,-1519.92,59.4434,2.28422,315,10,0,3189,0,1,0,0,0),(48180,1785,0,1,1,11404,1,1889.53,-1584.79,59.2943,5.32325,315,0,0,3082,0,0,0,0,0),(48181,4475,0,1,1,10971,0,1752.55,-1564.34,62.3886,1.98835,315,5,0,3082,0,1,0,0,0),(48182,4475,0,1,1,10970,0,1791.35,-1528.32,59.5981,4.81828,315,5,0,3082,0,1,0,0,0),(48183,1785,0,1,1,11404,1,1938.63,-1620.33,61.0606,3.77909,315,5,0,3082,0,1,0,0,0),(48184,4474,0,1,1,4631,0,1883.02,-1508.76,60.0076,1.96897,315,5,0,3189,0,1,0,0,0),(48186,4474,0,1,1,4631,0,1794.79,-1509.38,60.2231,5.63137,315,5,0,3189,0,1,0,0,0),(48187,1785,0,1,1,11404,1,1948.58,-1565.93,60.8554,4.68779,315,5,0,3082,0,1,0,0,0),(48188,1836,0,1,1,10337,1,2937.88,-1384.28,167.421,5.13127,660,0,0,8352,0,0,0,0,0),(48189,1883,0,1,1,10303,1,2869.02,-1480.94,146.496,5.04865,315,0,0,3529,0,0,0,0,0),(48190,1836,0,1,1,10337,1,2951.89,-1389.69,167.421,3.40339,660,0,0,8352,0,0,0,0,0),(48192,1883,0,1,1,10303,1,2998.66,-1512.92,146.003,5.2709,315,0,0,3529,0,0,0,0,0),(48193,1883,0,1,1,10304,1,2891.47,-1557.55,147.236,5.30962,315,0,0,3529,0,0,0,0,0),(48196,1883,0,1,1,10306,1,2978.94,-1484.09,147.126,1.20428,315,0,0,3529,0,0,0,0,0),(48205,1834,0,1,1,10327,1,2981.87,-1421.38,146.276,2.98451,315,0,0,2614,2117,0,0,0,0),(48206,1834,0,1,1,10326,1,2987.24,-1452.73,146.515,3.70178,315,0,0,2614,2117,0,0,0,0),(48218,1836,0,1,1,10336,1,2924.85,-1385.33,160.842,2.68328,660,0,0,8352,0,2,0,0,0),(48219,1827,0,1,1,10352,1,2910.7,-1397.42,152.103,5.81195,315,0,0,3268,0,0,0,0,0),(48220,2110,0,1,1,1141,0,1458.27,-1872.7,58.8036,5.72223,315,10,0,1,0,1,0,0,0),(48221,4076,0,1,1,2177,0,2693.92,-1766.25,105.89,6.21337,315,0,0,8,0,0,0,0,0),(48260,4076,0,1,1,2177,0,1930.58,-1714.77,61.6941,0.689086,315,10,0,8,0,1,0,0,0),(48261,10780,0,1,1,10091,0,2713.71,-1828.34,79.2936,2.64901,315,5,0,20,0,1,0,0,0),(48262,4076,0,1,1,2177,0,2646.7,-1897.01,73.6817,1.32644,315,10,0,8,0,1,0,0,0),(48263,2110,0,1,1,1141,0,1344.56,-1351.65,48.7683,3.73719,315,10,0,1,0,1,0,0,0),(48264,4076,0,1,1,2177,0,2794.41,-1398.09,147.157,3.17509,315,10,0,8,0,1,0,0,0),(48265,2110,0,1,1,1141,0,1279.71,-1355.21,51.318,0,315,10,0,1,0,1,0,0,0),(48274,4076,0,1,1,2177,0,1722.47,-1320.54,61.6134,0.188587,315,10,0,8,0,1,0,0,0),(48275,1787,0,1,1,11401,1,1451.03,-1718.26,69.6344,5.09542,315,10,0,3293,0,1,0,0,0),(48277,1787,0,1,1,11401,1,1353.17,-1680.14,62.0583,5.27941,315,3,0,3293,0,1,0,0,0),(48278,1789,0,1,1,9790,1,1268.85,-1378.08,49.8951,1.2161,315,3,0,2823,2117,1,0,0,0),(48279,1787,0,1,1,11401,1,1277.72,-1367.85,49.8634,3.95732,315,3,0,3293,0,1,0,0,0),(48280,1794,0,1,1,10626,0,1470.37,-1430.04,67.847,4.45059,315,0,0,2634,2041,0,0,0,0),(48281,1794,0,1,1,10626,0,1548.09,-1586.14,64.8641,0.262317,315,10,0,2634,2041,1,0,0,0),(48282,1795,0,1,1,414,0,1410.12,-1563.66,55.39,1.86547,315,5,0,2823,2117,1,0,0,0),(48283,1795,0,1,1,414,0,1414.53,-1688.59,67.5779,4.99448,315,10,0,2823,2117,1,0,0,0),(48284,1795,0,1,1,414,0,1300.52,-1429.35,49.9779,1.44504,315,0,0,2823,2117,0,0,0,0),(48285,1795,0,1,1,414,0,1462.42,-1332.71,62.3045,4.40001,315,5,0,2823,2117,1,0,0,0),(48286,1822,0,1,1,1087,0,1779.74,-1047.48,77.8497,2.22328,315,5,0,2880,0,1,0,0,0),(48287,1815,0,1,1,1082,0,1716.78,-986.997,74.9773,4.70946,315,10,0,3438,0,1,0,0,0),(48288,1824,0,1,1,1088,0,1935,-2455.91,67.4178,3.87521,315,10,0,3293,0,1,0,0,0),(48289,1816,0,1,1,1083,0,1691.31,-2064.83,60.6333,4.47688,315,10,0,3921,0,1,0,0,0),(48290,1824,0,1,1,1088,0,2015.83,-1916.86,68.9198,3.19773,315,10,0,3293,0,1,0,0,0),(48291,1824,0,1,1,1088,0,1950.21,-1919.42,75.2951,5.53199,315,10,0,3293,0,1,0,0,0),(48292,1824,0,1,1,1088,0,1893.41,-1992.98,79.2888,5.80207,315,10,0,3293,0,1,0,0,0),(48293,1816,0,1,1,1083,0,1585.2,-2084.42,60.0987,0.154876,315,10,0,3921,0,1,0,0,0),(48294,1816,0,1,1,1083,0,2018.95,-2352.3,61.4749,5.4957,315,10,0,3921,0,1,0,0,0),(48295,1816,0,1,1,1083,0,1912.99,-2016.71,79.4603,3.60742,315,10,0,3921,0,1,0,0,0),(48297,1824,0,1,1,1088,0,1618.78,-1988.29,61.701,5.13319,315,10,0,3293,0,1,0,0,0),(48300,1824,0,1,1,1088,0,1941.23,-2351.53,60.4232,2.81438,315,10,0,3293,0,1,0,0,0),(48301,1821,0,1,1,1091,0,1547.86,-1746.73,60.0006,2.03532,315,5,0,3082,0,1,0,0,0),(48302,1821,0,1,1,1091,0,1591.75,-1685.74,63.565,1.38853,315,10,0,3082,0,1,0,0,0),(48303,1821,0,1,1,1091,0,2321.95,-1749.67,102.602,5.30754,315,5,0,3082,0,1,0,0,0),(48347,1821,0,1,1,1091,0,2385.87,-1820.65,92.0735,4.13847,315,5,0,3082,0,1,0,0,0),(48354,1817,0,1,1,4124,0,2377.89,-1748.1,96.7352,2.94638,315,10,0,3189,0,1,0,0,0),(48355,1817,0,1,1,4124,0,2213.81,-1587.34,78.1321,3.50503,315,5,0,3189,0,1,0,0,0),(48362,1817,0,1,1,4124,0,1947.32,-1513.36,64.5364,2.19672,315,10,0,3189,0,1,0,0,0),(48364,1821,0,1,1,1091,0,2479.37,-1784.03,87.8163,2.41284,315,5,0,3082,0,1,0,0,0),(48365,1821,0,1,1,1091,0,2079.12,-1583.65,66.1705,3.11426,315,5,0,3082,0,1,0,0,0),(48366,1817,0,1,1,4124,0,1977.36,-1287.7,79.5745,5.16118,315,5,0,3189,0,1,0,0,0),(48367,1783,0,1,1,733,1,1792.12,-1255.36,59.8665,2.29647,315,5,0,2880,0,1,0,0,0),(48369,1783,0,1,1,733,1,1702.49,-1202.47,59.6598,4.94347,315,10,0,2880,0,1,0,0,0),(48370,1804,0,1,1,10690,0,1722.97,-2360.42,62.0769,5.53866,315,3,0,3644,0,1,0,0,0),(48376,1804,0,1,1,10690,0,1688.24,-2368.42,60.6093,2.30383,315,3,0,3644,0,1,0,0,0),(48379,4472,0,1,1,146,0,1678.48,-2277.54,58.9139,1.19878,315,3,0,3006,2241,1,0,0,0),(48380,1804,0,1,1,10690,0,1706.46,-2197.1,61.9684,3.56729,315,0,0,3644,0,0,0,0,0),(48384,1802,0,1,1,4629,0,1671.84,-2242.42,58.8691,5.89715,315,10,0,3644,0,1,0,0,0),(48386,1804,0,1,1,10690,0,1760.94,-2303.65,60.4681,5.64628,315,0,0,3644,0,0,0,0,0),(48387,1804,0,1,1,10690,0,1664.16,-2361.27,66.4471,3.42047,315,3,0,3644,0,1,0,0,0),(48388,1802,0,1,1,4629,0,1669.86,-2365.77,66.4246,1.62974,315,3,0,3644,0,1,0,0,0),(48390,1804,0,1,1,10690,0,1766.15,-2291.15,59.9941,3.62309,315,0,0,3644,0,0,0,0,0),(48422,1802,0,1,1,4629,0,1764.91,-2344.91,59.6732,1.40034,315,5,0,3644,0,1,0,0,0),(48430,4475,0,1,1,10971,0,1936.07,-1594.74,60.9218,3.07892,315,5,0,3082,0,1,0,0,0),(48431,4475,0,1,1,10970,0,1862.19,-1608.55,59.8794,5.56926,315,10,0,3082,0,1,0,0,0),(48432,4475,0,1,1,10970,0,1923.29,-1652.93,59.7983,5.87017,315,5,0,3082,0,1,0,0,0),(48433,4474,0,1,1,4631,0,1894.74,-1565.87,59.5076,3.92259,315,5,0,3189,0,1,0,0,0),(48440,4474,0,1,1,4631,0,1787.15,-1547.98,59.4613,1.17204,315,10,0,3189,0,1,0,0,0),(48442,4474,0,1,1,4631,0,1910.49,-1656.63,60.7983,1.76358,315,5,0,3189,0,1,0,0,0),(48443,4475,0,1,1,10970,0,1890.96,-1518.34,59.8826,1.01563,315,5,0,3082,0,1,0,0,0),(48444,4475,0,1,1,10971,0,1927.35,-1614.65,61.0685,3.05389,315,5,0,3082,0,1,0,0,0),(48445,1785,0,1,1,11404,1,1899.8,-1525.58,60.2576,4.92833,315,10,0,3082,0,1,0,0,0),(48446,1785,0,1,1,11404,1,1903.01,-1633.31,60.3539,2.23489,315,5,0,3082,0,1,0,0,0),(48447,1834,0,1,1,10325,1,2974.49,-1584.8,163.235,2.64992,315,0,0,2614,2117,2,0,0,0),(48448,1834,0,1,1,10327,1,2852.27,-1534.77,151.38,1.23918,315,0,0,2614,2117,0,0,0,0),(48474,1883,0,1,1,10304,1,2870.11,-1469.73,145.746,6.27348,315,0,0,3529,0,0,0,0,0),(48482,1883,0,1,1,10304,1,2969.84,-1514.16,146.239,4.11898,315,0,0,3529,0,0,0,0,0),(48483,1883,0,1,1,10306,1,3006.25,-1496.58,146.68,1.48353,315,0,0,3529,0,0,0,0,0),(48484,1883,0,1,1,10303,1,2880.35,-1565.85,147.429,3.14159,315,0,0,3529,0,0,0,0,0),(48485,1883,0,1,1,10306,1,3011.63,-1563.09,147.667,4.93928,315,0,0,3529,0,0,0,0,0),(48531,1883,0,1,1,10306,1,2857.15,-1477.65,145.629,4.39148,315,5,0,3529,0,1,0,0,0),(48532,1883,0,1,1,10304,1,2886.1,-1469.97,146.496,2.31315,315,3,0,3529,0,1,0,0,0),(48533,1832,0,1,1,10330,1,2925.27,-1527.27,152.129,3.78035,315,3,0,2361,5206,1,0,0,0),(48534,1795,0,1,1,414,0,1289.02,-1448.26,50.009,6.25426,315,0,0,2823,2117,0,0,0,0),(48535,1789,0,1,1,9790,1,1219.66,-1380.59,53.4605,0.934393,315,10,0,2823,2117,1,0,0,0),(48536,1787,0,1,1,11401,1,1409.48,-1248.23,61.986,5.044,315,3,0,3293,0,1,0,0,0),(48537,1789,0,1,1,9790,1,1612.55,-1611.32,74.427,6.21043,315,5,0,2823,2117,1,0,0,0),(48538,1795,0,1,1,414,0,1421.97,-1522.14,55.7069,5.67457,315,10,0,2823,2117,1,0,0,0),(48539,1789,0,1,1,9790,1,1385.36,-1312.97,57.8709,6.24515,315,10,0,2823,2117,1,0,0,0),(48540,1794,0,1,1,10626,0,1250.27,-1511.59,59.9013,1.99805,315,0,0,2634,2041,0,0,0,0),(48541,1789,0,1,1,9790,1,1308.4,-1570.35,61.437,2.10301,315,0,0,2823,2117,0,0,0,0),(48542,1795,0,1,1,414,0,1588.74,-1513.78,63.3998,5.76831,315,5,0,2823,2117,1,0,0,0),(48543,1795,0,1,1,414,0,1350.09,-1382.61,48.9083,3.71707,315,10,0,2823,2117,1,0,0,0),(48544,1824,0,1,1,1088,0,1720.24,-2419.83,61.8858,0.172718,315,10,0,3293,0,1,0,0,0),(48545,1816,0,1,1,1083,0,1645.11,-1879.67,91.4789,3.28251,315,3,0,3921,0,1,0,0,0),(48546,1816,0,1,1,1083,0,1692.19,-1842.18,73.9358,0.785398,315,5,0,3921,0,1,0,0,0),(48559,1824,0,1,1,1088,0,1613.78,-1912.29,76.0502,3.17088,315,3,0,3293,0,1,0,0,0),(48560,1824,0,1,1,1088,0,1588.48,-1877.63,68.3329,0.210616,315,3,0,3293,0,1,0,0,0),(48579,1824,0,1,1,1088,0,1717.68,-2018.6,64.02,0.081499,315,10,0,3293,0,1,0,0,0),(48580,1816,0,1,1,1083,0,1617.6,-2119.83,58.1956,4.89198,315,10,0,3921,0,1,0,0,0),(48581,1824,0,1,1,1088,0,1803.02,-2438.77,61.3101,5.13587,315,10,0,3293,0,1,0,0,0),(48582,1816,0,1,1,1083,0,1949.65,-2186.03,64.353,0.830654,315,3,0,3921,0,1,0,0,0),(48583,1816,0,1,1,1083,0,1847.45,-1964.21,74.7305,2.12981,315,3,0,3921,0,1,0,0,0),(48584,1817,0,1,1,4124,0,1617.8,-1817.27,63.6306,6.15592,315,5,0,3189,0,1,0,0,0),(48587,1821,0,1,1,1091,0,1746.73,-1481.54,63.0236,2.92504,315,5,0,3082,0,1,0,0,0),(48588,1821,0,1,1,1091,0,2179.27,-1550.2,70.7888,3.12409,315,10,0,3082,0,1,0,0,0),(48589,4472,0,1,1,146,0,1656.4,-2370.88,66.4334,0.315987,315,3,0,3006,2241,1,0,0,0),(48590,1804,0,1,1,10690,0,1669.16,-2363.57,61.6675,6.15634,315,0,0,3644,0,0,0,0,0),(48591,1883,0,1,1,10303,1,3095.7,-1546.81,150.529,4.88093,315,3,0,3529,0,1,0,0,0),(48592,1883,0,1,1,10306,1,3023.41,-1514.51,146.304,2.49582,315,0,0,3529,0,0,0,0,0),(48593,1827,0,1,1,10353,1,2753.85,-1687.85,134.907,3.52556,315,0,0,3268,0,0,0,0,0),(48594,1883,0,1,1,10306,1,3000.91,-1515.24,145.92,2.18166,315,0,0,3529,0,0,0,0,0),(48595,1834,0,1,1,10325,1,2843.01,-1528.43,151.38,0.383972,315,0,0,2614,2117,0,0,0,0),(48596,1827,0,1,1,10351,1,2912.4,-1393.96,152.103,5.77704,315,0,0,3268,0,0,0,0,0),(48597,1834,0,1,1,10325,1,2860.65,-1415.43,146.333,3.75648,315,5,0,2614,2117,1,0,0,0),(48598,1834,0,1,1,10325,1,2903.27,-1512.22,146.07,5.68977,315,0,0,2614,2117,0,0,0,0),(48599,1883,0,1,1,10306,1,2896.72,-1544.95,145.804,3.39278,315,3,0,3529,0,1,0,0,0),(48600,10608,0,1,1,10335,1,2790.56,-1427.04,146.699,2.82868,315,3,0,2288,5013,1,0,0,0),(48601,1787,0,1,1,11401,1,1360.23,-1418.66,48.9525,4.94763,315,5,0,3293,0,1,0,0,0),(48602,1787,0,1,1,11401,1,1578.64,-1473.1,68.3387,5.53934,315,0,0,3293,0,0,0,0,0),(48603,1795,0,1,1,414,0,1418.87,-1620.5,67.4476,5.21257,315,10,0,2823,2117,1,0,0,0),(48604,1794,0,1,1,10626,0,1352.47,-1320.15,52.5326,3.34713,315,10,0,2634,2041,1,0,0,0),(48605,1787,0,1,1,11401,1,1571.35,-1552.74,62.4854,2.80573,315,10,0,3293,0,1,0,0,0),(48606,1787,0,1,1,11401,1,1369.97,-1674.9,65.4491,3.45184,315,0,0,3293,0,0,0,0,0),(48607,1787,0,1,1,11401,1,1515.14,-1479.79,64.1201,5.78779,315,5,0,3293,0,1,0,0,0),(48608,1795,0,1,1,414,0,1243.56,-1381.24,50.5293,5.69669,315,10,0,2823,2117,1,0,0,0),(48609,1789,0,1,1,9790,1,1378.7,-1381.85,55.0965,2.10952,315,3,0,2823,2117,1,0,0,0),(48610,1816,0,1,1,1083,0,1516.61,-1955.33,60.1991,4.10246,315,10,0,3921,0,1,0,0,0),(48611,1824,0,1,1,1088,0,2053.53,-2426.22,61.5483,4.25066,315,10,0,3293,0,1,0,0,0),(48612,1816,0,1,1,1083,0,1925.11,-2391.42,66.1269,0.429354,315,10,0,3921,0,1,0,0,0),(48613,1816,0,1,1,1083,0,2104.8,-2415.81,59.4232,0.076518,315,10,0,3921,0,1,0,0,0),(48614,1824,0,1,1,1088,0,2061.46,-2509.5,64.2822,1.5708,315,5,0,3293,0,1,0,0,0),(48615,1834,0,1,1,10326,1,2972.54,-1456.59,146.265,5.56162,315,0,0,2614,2117,0,0,0,0),(48616,1846,0,1,1,10338,1,2857.62,-1515.51,145.785,4.42498,660,0,0,7545,2486,2,0,0,0),(48617,1827,0,1,1,10353,1,2780.07,-1657.04,154.426,3.38594,315,0,0,3268,0,0,0,0,0),(48618,1827,0,1,1,10353,1,2748.04,-1663.36,127.733,3.85718,315,0,0,3268,0,0,0,0,0),(48619,1883,0,1,1,10306,1,2880.27,-1568.97,147.228,5.89253,315,0,0,3529,0,0,0,0,0),(48620,1883,0,1,1,10304,1,3088.08,-1548.63,152.195,3.61283,315,0,0,3529,0,0,0,0,0),(48621,1827,0,1,1,10351,1,2921.22,-1370.92,176.129,6.02139,315,0,0,3268,0,0,0,0,0),(48622,1834,0,1,1,10324,1,2972.77,-1588.85,150.059,2.93215,315,0,0,2614,2117,0,0,0,0),(48623,1883,0,1,1,10305,1,2983.01,-1494.09,147.126,5.35816,315,0,0,3529,0,0,0,0,0),(48624,1827,0,1,1,10353,1,2893.56,-1437.57,147.279,6.23082,315,0,0,3268,0,0,0,0,0),(48625,1789,0,1,1,9790,1,1288.88,-1614.84,59.7052,1.37838,315,3,0,2823,2117,1,0,0,0),(48626,1789,0,1,1,9790,1,1219.55,-1350.99,53.328,5.11705,315,5,0,2823,2117,1,0,0,0),(48627,1789,0,1,1,9790,1,1285.79,-1503.3,59.7004,3.9585,315,0,0,2823,2117,0,0,0,0),(48628,1789,0,1,1,9790,1,1443.18,-1489.36,56.8896,0.803065,315,5,0,2823,2117,1,0,0,0),(48629,1787,0,1,1,11401,1,1543.88,-1439.7,64.7888,4.77258,315,5,0,3293,0,1,0,0,0),(48630,1789,0,1,1,9790,1,1539.38,-1465.45,68.3338,4.71295,315,0,0,2823,2117,2,0,0,0),(48631,1795,0,1,1,414,0,1499.02,-1682.77,69.3067,2.31933,315,3,0,2823,2117,1,0,0,0),(48632,1789,0,1,1,9790,1,1443.78,-1418.56,59.5867,2.22521,315,5,0,2823,2117,1,0,0,0),(48633,1789,0,1,1,9790,1,1515.65,-1381.54,76.827,4.02314,315,5,0,2823,2117,1,0,0,0),(48634,1794,0,1,1,10626,0,1481.26,-1553.53,60.8994,3.60188,315,5,0,2634,2041,1,0,0,0),(48635,1883,0,1,1,10303,1,2902.79,-1562.06,145.804,0.819191,315,0,0,3529,0,0,0,0,0),(49418,1834,0,1,1,10327,1,2905.2,-1425.31,149.412,4.34587,315,0,0,2614,2117,0,0,0,0),(49593,1834,0,1,1,10324,1,2834.2,-1418.84,146.645,1.60562,315,0,0,2614,2117,0,0,0,0),(49594,1836,0,1,1,10337,1,2936.41,-1395.9,166.027,4.72984,660,0,0,8352,0,0,0,0,0),(49595,1883,0,1,1,10303,1,2865.95,-1570.01,145.644,6.16415,315,0,0,3529,0,0,0,0,0),(49596,1832,0,1,1,10330,1,2971.66,-1575.94,184.632,5.09636,315,0,0,2361,5206,0,0,0,0),(49597,1883,0,1,1,10304,1,3080.77,-1533.23,150.856,4.67748,315,0,0,3529,0,0,0,0,0),(49598,1883,0,1,1,10306,1,3064.47,-1530.25,150.247,2.14675,315,0,0,3529,0,0,0,0,0),(49599,1827,0,1,1,10351,1,2955.67,-1420.1,152.103,2.68781,315,0,0,3268,0,0,0,0,0),(49600,1883,0,1,1,10303,1,3081.34,-1525.05,150.532,1.06465,315,0,0,3529,0,0,0,0,0),(49601,1789,0,1,1,9790,1,1498.65,-1425.75,67.6996,3.49121,315,5,0,2823,2117,1,0,0,0),(49602,1795,0,1,1,414,0,1490.69,-1397.43,67.6856,6.27052,315,5,0,2823,2117,1,0,0,0),(49603,1794,0,1,1,10626,0,1377.86,-1246.92,61.6562,5.73504,315,3,0,2634,2041,1,0,0,0),(49604,1794,0,1,1,10626,0,1573.79,-1675.01,64.815,4.41551,315,10,0,2634,2041,1,0,0,0),(49605,1794,0,1,1,10626,0,1451.35,-1284.24,61.6474,0.730191,315,3,0,2634,2041,1,0,0,0),(49606,1795,0,1,1,414,0,1363.9,-1366.71,51.1531,2.99424,315,3,0,2823,2117,1,0,0,0),(49607,1794,0,1,1,10626,0,1291.11,-1394.41,49.5696,1.47679,315,5,0,2634,2041,1,0,0,0),(49608,1789,0,1,1,9790,1,1547.14,-1620.24,64.3889,4.50476,315,10,0,2823,2117,1,0,0,0),(49619,1788,0,1,1,775,1,1483.12,-1417.11,67.7705,2.52699,315,0,0,3374,0,0,0,0,0),(49989,1795,0,1,1,414,0,1332.71,-1511.9,59.0698,2.4879,315,5,0,2823,2117,1,0,0,0),(49990,1883,0,1,1,10304,1,2892.37,-1577.63,146.137,2.00713,315,0,0,3529,0,0,0,0,0),(49992,1827,0,1,1,10352,1,2739.22,-1619.46,154.426,4.34587,315,0,0,3268,0,0,0,0,0),(49996,1834,0,1,1,10324,1,2898.3,-1422.4,149.571,5.8294,315,0,0,2614,2117,0,0,0,0),(51323,1827,0,1,1,10351,1,2735.11,-1651.2,127.719,4.11898,315,0,0,3268,0,0,0,0,0),(51477,1827,0,1,1,10353,1,2714.55,-1647.75,131.947,4.74729,315,0,0,3268,0,0,0,0,0),(51479,1834,0,1,1,10324,1,2822.78,-1534.44,151.172,1.67098,315,5,0,2614,2117,1,0,0,0),(51480,1883,0,1,1,10305,1,3006.66,-1493.47,146.552,4.5204,315,0,0,3529,0,0,0,0,0),(51610,1834,0,1,1,10324,1,2980.41,-1585.76,175.658,2.74903,315,0,0,2614,2117,2,0,0,0),(51644,1834,0,1,1,10326,1,2903.97,-1432.07,148.269,3.45575,315,0,0,2614,2117,0,0,0,0),(51646,1834,0,1,1,10326,1,2845,-1412.03,147.631,5.09636,315,0,0,2614,2117,0,0,0,0),(51647,1794,0,1,1,10626,0,1479.75,-1744.31,64.3249,4.72093,315,3,0,2634,2041,1,0,0,0),(51649,1787,0,1,1,11401,1,1589.54,-1382.56,65.5875,6.17984,315,5,0,3293,0,1,0,0,0),(51651,1795,0,1,1,414,0,1517.68,-1616.02,64.8651,0.963345,315,10,0,2823,2117,1,0,0,0),(51734,1795,0,1,1,414,0,1291.96,-1476.07,55.5169,2.4352,315,5,0,2823,2117,1,0,0,0),(51735,1787,0,1,1,11401,1,1288.89,-1550.19,59.3581,2.42207,315,0,0,3293,0,0,0,0,0),(51736,1789,0,1,1,9790,1,1568.71,-1418.27,65.2315,2.07533,315,10,0,2823,2117,1,0,0,0),(51737,1795,0,1,1,414,0,1593.07,-1551.77,62.0161,5.48979,315,3,0,2823,2117,1,0,0,0),(51738,1794,0,1,1,10626,0,1588.34,-1660.22,63.9201,5.02179,315,3,0,2634,2041,1,0,0,0),(51739,1794,0,1,1,10626,0,1419.89,-1414.38,55.6373,1.93744,315,10,0,2634,2041,1,0,0,0),(51740,1789,0,1,1,9790,1,1414.85,-1712.12,70.0552,1.85413,315,5,0,2823,2117,1,0,0,0),(51741,1832,0,1,1,10329,1,2963.03,-1587.98,160.476,5.53269,315,0,0,2361,5206,0,0,0,0),(51742,1832,0,1,1,10328,1,2991.08,-1596.67,184.632,2.98451,315,0,0,2361,5206,0,0,0,0),(51743,1883,0,1,1,10303,1,2975.34,-1494.16,147.225,3.87463,315,0,0,3529,0,0,0,0,0),(51744,1827,0,1,1,10351,1,2939.61,-1633.49,147.247,2.43676,315,5,0,3268,0,1,0,0,0),(51745,1827,0,1,1,10353,1,2896.49,-1517.91,146.048,4.83456,315,0,0,3268,0,0,0,0,0),(51746,1834,0,1,1,10326,1,2817.99,-1407.9,147.731,6.0912,315,0,0,2614,2117,0,0,0,0),(51747,10608,0,1,1,10332,1,2787.08,-1442.82,146.47,4.65285,315,3,0,2288,5013,1,0,0,0),(51748,1834,0,1,1,10325,1,2978.85,-1608,157.603,1.6057,315,0,0,2614,2117,0,0,0,0),(51749,1834,0,1,1,10326,1,2926.71,-1370.37,152.02,2.16393,315,5,0,2614,2117,1,0,0,0),(51750,1832,0,1,1,10329,1,2921.04,-1519.27,147.364,5.72534,315,0,0,2361,5206,0,0,0,0),(51856,1795,0,1,1,414,0,1252.9,-1347.71,50.8574,0.59656,315,10,0,2823,2117,1,0,0,0),(51864,1794,0,1,1,10626,0,1481.72,-1583.72,67.5162,0.731501,315,10,0,2634,2041,1,0,0,0),(51989,1789,0,1,1,9790,1,1478.77,-1367.29,62.0536,0.714409,315,5,0,2823,2117,1,0,0,0),(51990,1787,0,1,1,11401,1,1326.1,-1496.87,59.027,2.15011,315,0,0,3293,0,0,0,0,0),(51991,1787,0,1,1,11401,1,1385.2,-1615.37,64.7159,6.17018,315,5,0,3293,0,1,0,0,0),(51992,1787,0,1,1,11401,1,1406.93,-1381.47,54.0003,3.24527,315,10,0,3293,0,1,0,0,0),(51993,1794,0,1,1,10626,0,1547.83,-1497.26,65.6127,4.20477,315,0,0,2634,2041,0,0,0,0),(51994,1794,0,1,1,10626,0,1254.36,-1480.38,60.5548,4.16541,315,3,0,2634,2041,1,0,0,0),(51995,1794,0,1,1,10626,0,1409.3,-1480.49,53.99,3.00166,315,5,0,2634,2041,1,0,0,0),(51996,1787,0,1,1,11401,1,1429.8,-1290.16,61.0407,6.0019,315,3,0,3293,0,1,0,0,0),(51997,1834,0,1,1,10324,1,2967.09,-1391.96,152.02,4.50306,315,5,0,2614,2117,1,0,0,0),(51998,1832,0,1,1,10331,1,2927.64,-1525.16,147.351,5.85067,315,0,0,2361,5206,0,0,0,0),(51999,1834,0,1,1,10326,1,2977.87,-1453.44,146.015,6.17928,315,0,0,2614,2117,0,0,0,0),(52000,1834,0,1,1,10324,1,2897.38,-1513.55,145.769,1.51844,315,0,0,2614,2117,0,0,0,0),(52001,1827,0,1,1,10351,1,2939,-1384.46,152.103,5.0091,315,0,0,3268,0,0,0,0,0),(52002,1883,0,1,1,10306,1,3001.95,-1514.26,145.8,2.80998,315,0,0,3529,0,0,0,0,0),(52003,1883,0,1,1,10304,1,3067.33,-1526.43,150.066,2.60054,315,0,0,3529,0,0,0,0,0),(52004,1834,0,1,1,10327,1,2981.4,-1448.04,146.015,2.65929,315,0,0,2614,2117,0,0,0,0),(52005,1836,0,1,1,10337,1,2941.6,-1398.7,166.027,3.94444,660,0,0,8352,0,0,0,0,0),(52006,1883,0,1,1,10303,1,3071.48,-1528.21,149.819,2.97615,315,3,0,3529,0,1,0,0,0),(52007,1789,0,1,1,9790,1,1351.07,-1557.44,59.7066,4.91094,315,0,0,2823,2117,0,0,0,0),(52008,1787,0,1,1,11401,1,1555.33,-1650.76,68.328,4.37776,315,10,0,3293,0,1,0,0,0),(52123,1795,0,1,1,414,0,1407.44,-1329.17,59.2991,5.64902,315,3,0,2823,2117,1,0,0,0),(52145,1794,0,1,1,10626,0,1246.55,-1314.9,56.5861,1.28431,315,5,0,2634,2041,1,0,0,0),(52178,1787,0,1,1,11401,1,1381.27,-1647.94,65.8361,2.43582,315,0,0,3293,0,0,0,0,0),(52238,1794,0,1,1,10626,0,1288.63,-1308.35,64.2574,3.17025,315,0,0,2634,2041,0,0,0,0),(52239,1789,0,1,1,9790,1,1419.62,-1284.3,68.5218,4.47445,315,3,0,2823,2117,1,0,0,0),(52240,1789,0,1,1,9790,1,1480.88,-1713.67,69.9369,3.20215,315,10,0,2823,2117,1,0,0,0),(52241,1795,0,1,1,414,0,1312.68,-1545.57,58.6575,3.2497,315,10,0,2823,2117,1,0,0,0),(52242,1789,0,1,1,9790,1,1347.62,-1281.66,56.7077,3.01523,315,10,0,2823,2117,1,0,0,0),(52243,1832,0,1,1,10328,1,2970.82,-1617.53,184.632,1.25664,315,0,0,2361,5206,0,0,0,0),(52244,1832,0,1,1,10328,1,2929.61,-1511.56,147.364,0.189213,315,0,0,2361,5206,0,0,0,0),(52245,1827,0,1,1,10350,1,2940.33,-1388.64,152.103,1.88496,315,0,0,3268,0,0,0,0,0),(52246,1834,0,1,1,10327,1,2949.25,-1428.98,152.02,0.474248,315,5,0,2614,2117,1,0,0,0),(52247,1827,0,1,1,10350,1,2791.21,-1608.97,130.984,4.88692,315,0,0,3268,0,0,0,0,0),(52250,1883,0,1,1,10303,1,3048.32,-1555.74,148.846,5.02655,315,0,0,3529,0,0,0,0,0),(52251,1834,0,1,1,10327,1,2968.39,-1453.46,146.015,6.05487,315,0,0,2614,2117,0,0,0,0),(52252,1883,0,1,1,10304,1,2889.45,-1547.57,145.804,2.02868,315,0,0,3529,0,0,0,0,0),(52253,1883,0,1,1,10303,1,3010.63,-1566.18,147.831,1.0472,315,0,0,3529,0,0,0,0,0),(52254,1883,0,1,1,10303,1,3115.6,-1540.56,150.447,0.575959,315,0,0,3529,0,0,0,0,0),(52255,1789,0,1,1,9790,1,1463.39,-1596.72,67.8622,4.64653,315,0,0,2823,2117,0,0,0,0),(52256,1789,0,1,1,9790,1,1487.85,-1521.16,56.3268,3.20398,315,5,0,2823,2117,1,0,0,0),(52257,1795,0,1,1,414,0,1561.41,-1450.29,68.3187,4.14845,315,0,0,2823,2117,0,0,0,0),(52471,1787,0,1,1,11401,1,1218.57,-1416.66,62.5148,1.32645,315,0,0,3293,0,0,0,0,0),(52473,1805,0,1,1,1693,0,1380.2,-1629.36,60.5584,5.78991,660,0,0,8097,0,2,0,0,0),(52474,1794,0,1,1,10626,0,1445.4,-1313.58,61.4974,3.68529,315,5,0,2634,2041,1,0,0,0),(52475,1794,0,1,1,10626,0,1246.74,-1453.32,60.0713,2.93091,315,0,0,2634,2041,0,0,0,0),(52476,1789,0,1,1,9790,1,1482.38,-1489.92,56.7476,2.70526,315,0,0,2823,2117,0,0,0,0),(52477,1787,0,1,1,11401,1,1382.46,-1351.58,53.8061,2.93837,315,10,0,3293,0,1,0,0,0),(52496,1789,0,1,1,9790,1,1576.77,-1624.04,64.3037,1.34921,315,10,0,2823,2117,1,0,0,0),(52498,1883,0,1,1,10306,1,2966.23,-1519.6,146.413,0.994838,315,0,0,3529,0,0,0,0,0),(52499,1883,0,1,1,10304,1,2909.11,-1552.29,145.805,5.19553,315,0,0,3529,0,0,0,0,0),(52500,1827,0,1,1,10350,1,2924.2,-1365.03,176.129,5.61996,315,0,0,3268,0,0,0,0,0),(52501,1883,0,1,1,10304,1,2982.59,-1487.56,147.126,0.558505,315,0,0,3529,0,0,0,0,0),(52508,1834,0,1,1,10327,1,2963.61,-1596.07,150.159,1.62316,315,0,0,2614,2117,0,0,0,0),(52509,1834,0,1,1,10326,1,2821.37,-1415.33,147.731,0.750492,315,0,0,2614,2117,0,0,0,0),(52510,1827,0,1,1,10352,1,2957.01,-1417.22,152.103,2.61799,315,0,0,3268,0,0,0,0,0),(52511,1787,0,1,1,11401,1,1447.88,-1518.1,55.6985,1.91525,315,10,0,3293,0,1,0,0,0),(52512,1788,0,1,1,775,1,1312.55,-1592.46,61.8881,5.87276,315,0,0,3374,0,0,0,0,0),(52513,1789,0,1,1,9790,1,1382.73,-1415.23,52.7609,0.160284,315,5,0,2823,2117,1,0,0,0),(52514,1789,0,1,1,9790,1,1262.68,-1552.51,59.4525,1.34192,315,3,0,2823,2117,1,0,0,0),(52515,1789,0,1,1,9790,1,1617.33,-1547.77,63.7251,0.056332,315,5,0,2823,2117,1,0,0,0),(52516,1794,0,1,1,10626,0,1514.86,-1518.22,56.846,4.70504,315,5,0,2634,2041,1,0,0,0),(52517,1789,0,1,1,9790,1,1594.82,-1541.78,62.0032,1.77148,315,5,0,2823,2117,1,0,0,0),(52542,1787,0,1,1,11401,1,872.479,65.8434,112.741,2.18618,315,0,0,3293,0,2,0,0,0),(52543,1795,0,1,1,414,0,1311.41,-1451.09,50.737,2.57377,315,5,0,2823,2117,1,0,0,0),(52545,1794,0,1,1,10626,0,1386.61,-1716.44,68.1558,1.77489,315,5,0,2634,2041,1,0,0,0),(52546,1787,0,1,1,11401,1,1503.93,-1494.04,57.2976,1.99598,315,5,0,3293,0,1,0,0,0),(52585,1789,0,1,1,9790,1,1219.25,-1487.01,72.2224,0.335434,315,5,0,2823,2117,1,0,0,0),(52586,1787,0,1,1,11401,1,1324.22,-1649.39,58.7755,1.21577,315,10,0,3293,0,1,0,0,0),(52587,1787,0,1,1,11401,1,1357.88,-1247.12,61.6783,4.42914,315,0,0,3293,0,0,0,0,0),(52625,1795,0,1,1,414,0,1347.92,-1623.18,57.4243,4.16173,315,10,0,2823,2117,1,0,0,0),(52627,1788,0,1,1,775,1,1306.85,-1322.21,64.3095,2.3969,315,0,0,3374,0,0,0,0,0),(52630,1789,0,1,1,9790,1,1515.96,-1586.19,64.2823,1.11899,315,10,0,2823,2117,1,0,0,0),(52631,1794,0,1,1,10626,0,1429.05,-1349.13,61.0309,2.09439,315,0,0,2634,2041,0,0,0,0),(52632,1789,0,1,1,9790,1,1452.43,-1649.42,69.2995,0.011617,315,10,0,2823,2117,1,0,0,0),(52636,4474,0,1,1,4631,0,1940.55,-1628.27,65.8347,5.56524,315,5,0,3189,0,1,0,0,0),(52638,4475,0,1,1,10970,0,1922.59,-1599.93,60.9274,0.750492,315,0,0,3082,0,0,0,0,0),(52639,1785,0,1,1,11404,1,1950.01,-1615.23,60.09,2.17992,315,5,0,3082,0,1,0,0,0),(52640,11614,0,1,1,3203,0,2328.98,-2070.82,168.621,1.81514,315,0,0,3293,0,0,0,0,0),(52642,1783,0,1,1,733,1,1711.48,-1158.92,59.8751,0,315,10,0,2880,0,1,0,0,0),(52657,1783,0,1,1,733,1,1795.75,-1153.57,60.5746,0,315,0,0,2880,0,0,0,0,0),(52658,1783,0,1,1,733,1,1765.04,-1129.17,62.4713,0,315,10,0,2880,0,1,0,0,0),(52659,1783,0,1,1,733,1,1732.31,-1115.52,62.718,0,315,10,0,2880,0,1,0,0,0),(52660,1784,0,1,1,11403,1,1809.88,-1156.74,60.1861,1.4269,315,5,0,2384,1864,1,0,0,0),(52661,4474,0,1,1,4631,0,1910.16,-1588.46,60.0382,2.75762,315,10,0,3189,0,1,0,0,0),(52663,4474,0,1,1,4631,0,1837.23,-1485.58,59.992,5.19082,315,10,0,3189,0,1,0,0,0),(52669,4076,0,1,1,2177,0,2134.43,-1672.73,64.3117,5.82569,315,10,0,8,0,1,0,0,0),(52670,2110,0,1,1,1141,0,2058.49,-1726.31,61.9306,4.20644,315,10,0,1,0,1,0,0,0),(52671,1816,0,1,1,1083,0,1982.09,-1879.76,73.1652,1.57275,315,10,0,3921,0,1,0,0,0),(52672,1816,0,1,1,1083,0,1918.48,-2170.85,76.6136,4.82682,315,10,0,3921,0,1,0,0,0),(52673,1805,0,1,1,1693,0,1403.77,-1380.02,54.0682,5.37112,660,0,0,8097,0,2,0,0,0),(52674,16225,0,1,1,14547,0,2299.58,-5294.74,82.0796,6.24828,345,0,0,42,0,0,0,0,0),(52675,16225,0,1,1,14551,0,2300.05,-5292.09,82.0796,5.39307,345,0,0,42,0,0,0,0,0),(52676,16225,0,1,1,14547,0,2302.86,-5292.66,82.0796,4.41568,345,0,0,42,0,0,0,0,0),(52677,16228,0,1,1,16094,1,2691.61,-4029.12,93.0275,3.03687,345,0,0,5922,0,0,0,0,0),(52680,16228,0,1,1,16093,1,2687.02,-4025.65,92.9093,4.92183,345,0,0,5922,0,0,0,0,0),(52696,16228,0,1,1,16094,1,2705.15,-4004.7,92.1943,1.02974,345,0,0,5922,0,0,0,0,0),(52698,16228,0,1,1,16095,1,2708.28,-4004.2,92.2141,2.79253,345,0,0,5922,0,0,0,0,0),(52699,16228,0,1,1,16094,1,2750.24,-4042.46,95.6495,4.39156,345,0,0,5922,0,2,0,0,0),(52701,16228,0,1,1,16094,1,2754.62,-4040.86,96.2454,4.26289,345,0,0,5922,0,2,0,0,0),(52702,16229,0,1,1,16077,0,2672.35,-4001.94,99.6952,1.74533,345,0,0,5922,0,0,0,0,0),(52849,16229,0,1,1,16078,0,2680.15,-3995.33,99.6952,5.49779,345,0,0,5922,0,0,0,0,0),(52884,16229,0,1,1,16078,0,2676.31,-3997.96,99.6883,5.65487,345,0,0,5922,0,0,0,0,0),(52931,17690,0,1,1,11686,0,2562.09,-4796.25,110.296,0.506145,345,0,0,42,0,0,0,0,0),(52932,17698,0,1,1,11686,0,2973.23,-3037.31,120.381,2.35619,345,0,0,42,0,0,0,0,0),(52933,17696,0,1,1,11686,0,3169.98,-4374.98,139.715,2.84489,345,0,0,42,0,0,0,0,0),(52937,17689,0,1,1,11686,0,1853.88,-3722.89,162.308,4.76475,345,0,0,42,0,0,0,0,0),(52956,17069,0,1,1,16793,0,2267.96,-5332.84,87.2677,1.27409,345,0,0,2614,0,0,0,0,0),(52958,17072,0,1,1,16806,0,2317.35,-5283.65,81.8859,3.40339,345,0,0,2614,0,0,0,0,0),(52959,8519,0,1,1,5497,0,1653.28,-4618.3,56.1017,2.99266,345,5,0,3293,0,1,0,0,0),(52960,8520,0,1,1,5563,0,1679.83,-4581.64,73.5203,5.03043,345,10,0,3529,0,1,0,0,0),(52961,8520,0,1,1,5563,0,1714.88,-4684.15,51.5656,1.81776,345,10,0,3529,0,1,0,0,0),(52962,8519,0,1,1,5497,0,1762.64,-4488.14,56.9172,3.3123,345,5,0,3293,0,1,0,0,0),(52963,8519,0,1,1,5497,0,1799.99,-4552.22,68.5475,0.174431,345,5,0,3293,0,1,0,0,0),(52964,8520,0,1,1,5563,0,1740.22,-4460.51,70.4341,4.65305,345,10,0,3529,0,1,0,0,0),(52965,8519,0,1,1,5497,0,1753.93,-4646.06,64.7818,2.66407,345,5,0,3293,0,1,0,0,0),(52966,8520,0,1,1,5563,0,1712.45,-4495.74,64.9258,4.22561,345,10,0,3529,0,1,0,0,0),(52967,8519,0,1,1,5497,0,1646.38,-4542.88,54.7797,5.4895,345,5,0,3293,0,1,0,0,0),(52968,9447,0,1,1,10380,1,1801.26,-5204.33,113.18,3.49066,610,0,0,5886,1982,0,0,0,0),(53036,6547,0,1,1,1027,0,1594.97,-5312.56,70.1631,2.74017,345,0,0,713,0,0,0,0,0),(53038,9447,0,1,1,10377,1,1610.01,-4810.47,94.4305,3.71591,610,2,0,5886,1982,1,0,0,0),(53118,12262,0,1,1,10627,0,3227.72,-3096.21,161.423,3.47321,345,0,0,3589,0,0,0,0,0),(53136,12254,0,1,1,7804,0,3292.53,-3643.52,148.938,1.0821,345,0,0,42,0,0,0,0,0),(53155,12244,0,1,1,7804,0,3234.35,-3094.78,161.423,5.5676,345,0,0,42,0,0,0,0,0),(53157,12247,0,1,1,12271,0,2855.49,-3232.32,134.27,1.39626,345,0,0,42,0,0,0,0,0),(53168,12247,0,1,1,12271,0,3006.06,-3433.58,149.791,2.46091,345,0,0,42,0,0,0,0,0),(53169,11896,0,1,1,11828,0,2978.59,-4307.63,78.2263,4.72411,345,0,0,6288,0,2,0,0,0),(53170,12202,0,1,1,7804,0,1842.79,-3220.87,121.129,3.59538,345,5,0,42,0,1,0,0,0),(53171,11878,0,1,1,11814,1,1870.97,-3212.71,125.243,5.0091,610,0,0,38850,28248,0,0,0,0),(53172,12202,0,1,1,7804,0,1849.51,-3204.82,126.432,3.03687,345,5,0,42,0,1,0,0,0),(53173,12202,0,1,1,7804,0,1853.68,-3226.13,121.928,5.53269,345,5,0,42,0,1,0,0,0),(53174,12384,0,1,1,12470,1,2935.74,-2744.64,109.691,3.54302,345,0,0,3398,0,0,0,0,0),(53175,11706,0,1,1,18908,1,3362.56,-4446.57,127.746,3.14159,345,0,0,4120,0,0,0,0,0),(53176,12941,0,1,1,12954,1,2313.88,-5305,82.0796,2.3911,345,0,0,3644,0,0,0,0,0),(53177,12617,0,1,1,12549,1,2269.85,-5345.39,87.0242,1.76278,610,0,0,10572,0,0,0,0,0),(53178,12636,0,1,1,12569,1,2328.48,-5290.72,81.8744,2.9147,610,0,0,10572,0,0,0,0,0),(53679,11140,0,1,1,10644,1,2929.07,-2744.69,109.697,5.5676,345,0,0,3997,0,0,0,0,0),(53730,8542,0,1,1,8783,0,3015.59,-4885.45,105.235,3.10472,345,10,0,3758,0,1,0,0,0),(53731,8542,0,1,1,8783,0,2984.14,-5012.01,104.68,0.53474,345,10,0,3758,0,1,0,0,0),(53734,8542,0,1,1,8783,0,2986.54,-4974.8,106.98,2.8581,345,10,0,3758,0,1,0,0,0),(53735,8527,0,1,1,370,1,2887.09,-4712.76,96.0142,3.82259,345,5,0,3758,0,1,0,0,0),(53736,10926,0,1,1,10445,0,1456.32,-3596.44,86.9627,0.041027,345,0,0,42,0,0,0,0,0),(53737,11063,0,1,1,10476,1,2257.31,-5340.87,86.8037,1.48353,345,0,0,3876,0,0,0,0,0),(53738,11704,0,1,1,19819,0,3230.48,-4254.18,98.0389,4.20624,345,0,0,4120,0,0,0,0,0),(53739,10304,0,1,1,18910,1,3232.15,-4256.49,98.206,3.78736,345,0,0,4370,0,0,0,0,0),(53740,8521,0,1,1,11171,0,2962.54,-4918.34,99.5224,1.63529,345,10,0,3644,0,1,0,0,0),(53741,8522,0,1,1,11172,0,2891.76,-5002.24,101.357,4.55462,345,10,0,3876,0,1,0,0,0),(53742,8561,0,1,1,10439,1,3460.19,-4946.9,182.589,4.7822,345,0,0,3876,0,0,0,0,0),(53743,8561,0,1,1,10440,1,3432.53,-5036.13,183.602,0.750492,345,0,0,3876,0,0,0,0,0),(53744,8564,0,1,1,19822,1,3331.99,-4178.55,156.321,2.44346,345,0,0,3997,0,0,0,0,0),(53745,8563,0,1,1,19828,1,3313.58,-4275.27,159.223,3.07178,345,0,0,3876,0,0,0,0,0),(53746,8563,0,1,1,19827,1,3380.37,-4270.27,159.419,1.50098,345,0,0,3876,0,0,0,0,0),(53747,8563,0,1,1,19828,1,3284.85,-4231.15,158.397,3.24631,345,0,0,3876,0,0,0,0,0),(53748,8565,0,1,1,19820,1,3314.02,-4264.94,159.223,3.10669,345,0,0,3758,0,0,0,0,0),(53749,8603,0,1,1,7898,0,2216.17,-4769.83,91.253,0.703117,345,3,0,3293,0,1,0,0,0),(53750,8603,0,1,1,7898,0,2400.51,-4541.34,74.4222,4.17968,345,10,0,3293,0,1,0,0,0),(53751,8598,0,1,1,9022,0,2947.36,-4713.27,99.3967,5.81954,345,5,0,3758,0,1,0,0,0),(53752,8602,0,1,1,7897,0,2928.23,-5120.59,119.508,2.50896,345,3,0,3644,0,1,0,0,0),(53753,8602,0,1,1,7897,0,2861.16,-2929.17,100.38,1.74654,345,10,0,3644,0,1,0,0,0),(53754,8598,0,1,1,9022,0,2812.68,-4154.12,91.7327,1.86825,345,10,0,3758,0,1,0,0,0),(53755,8598,0,1,1,9022,0,3036.12,-4515.49,106.127,2.62245,345,3,0,3758,0,1,0,0,0),(53757,8598,0,1,1,9022,0,2948.31,-4606.65,77.0554,4.65277,345,10,0,3758,0,1,0,0,0),(53758,8598,0,1,1,9022,0,2724.95,-4609.68,90.6552,6.05053,345,10,0,3758,0,1,0,0,0),(53837,1855,0,1,1,9477,1,2672.04,-2478.26,72.6985,6.03506,610,0,0,25150,2486,0,0,0,0),(53838,11710,0,1,1,2325,0,2677.24,-2470.89,72.4485,2.11891,345,0,0,2769,0,0,0,0,0),(53839,8603,0,1,1,7898,0,1479.58,-3152.78,108.927,1.30029,345,5,0,3293,0,1,0,0,0),(53840,8600,0,1,1,7894,0,1851.85,-2766.02,89.6741,1.76322,345,5,0,3189,0,1,0,0,0),(53855,8546,0,1,1,10408,1,2509.67,-3645.45,186.692,4.46804,345,0,0,3876,0,0,0,0,0),(53856,8606,0,1,1,681,0,2090.27,-4391.35,15.054,1.26511,345,3,0,3529,0,1,0,0,0),(53857,16378,0,1,1,16150,1,2308.77,-5344.67,91.6577,2.32129,610,0,0,209580,0,0,0,0,0),(53863,16378,0,1,1,16149,1,2182.43,-5303.38,101.613,2.0615,610,0,0,209580,0,0,0,0,0),(53864,16378,0,1,1,16148,1,2275.17,-5394.57,86.5703,0.447865,610,3,0,209580,0,1,0,0,0),(53865,16378,0,1,1,16148,1,2280.05,-5292.46,83.7396,4.77984,610,0,0,209580,0,2,0,0,0),(53866,16378,0,1,1,16147,1,2284.01,-5291.78,83.7781,4.78055,610,0,0,209580,0,2,0,0,0),(53867,11036,0,1,1,10474,1,2307.24,-5348.9,91.6577,2.72271,345,0,0,4120,0,0,0,0,0),(53868,16378,0,1,1,16147,1,2342.51,-5371.9,86.1964,2.32234,610,3,0,209580,0,1,0,0,0),(53869,16378,0,1,1,16148,1,2213.99,-5308.82,87.046,0.848268,610,5,0,209580,0,1,0,0,0),(53875,16378,0,1,1,16149,1,2263.06,-5346.17,87.0119,1.6057,610,0,0,209580,0,0,0,0,0),(53895,16378,0,1,1,16150,1,2354.78,-5315.54,86.4626,1.5814,610,3,0,209580,0,1,0,0,0),(53896,16378,0,1,1,16147,1,2287.33,-5281.58,82.3207,1.69297,610,0,0,209580,0,0,0,0,0),(53897,16284,0,1,1,16108,0,2309.51,-5305.87,82.0796,0.122173,345,0,0,6726,8964,0,0,0,0),(53898,16284,0,1,1,16107,0,2678.16,-3999.29,99.7264,2.77507,345,0,0,6726,8964,0,0,0,0),(53938,8557,0,1,1,6841,0,2981.68,-2680.12,101.819,0.281422,345,0,0,3758,0,2,0,0,0),(53995,8557,0,1,1,6841,0,2889.24,-2565.42,88.3898,3.57792,345,0,0,3758,0,0,0,0,0),(54015,8557,0,1,1,6841,0,2890.03,-2571.24,89.2364,2.86234,345,0,0,3758,0,0,0,0,0),(54016,8557,0,1,1,6841,0,2887.93,-2636.99,88.164,0.436332,345,2,0,3758,0,1,0,0,0),(54017,8558,0,1,1,9758,0,2891.12,-2631.56,89.3438,6.02139,345,0,0,3876,0,2,0,0,0),(54024,8557,0,1,1,6841,0,2997.33,-2703.77,102.758,0.928029,345,2,0,3758,0,1,0,0,0),(54025,8556,0,1,1,11178,0,2868.08,-2544.9,87.8341,2.30246,345,0,0,3529,0,2,0,0,0),(54033,8557,0,1,1,6841,0,2759.4,-2516.71,78.6361,2.33874,345,0,0,3758,0,0,0,0,0),(54035,8558,0,1,1,9758,0,2793.46,-2523.29,83.7006,1.41372,345,0,0,3876,0,0,0,0,0),(54036,8555,0,1,1,3004,0,2977.84,-2746.88,98.9196,5.77704,345,2,0,3189,0,1,0,0,0),(54107,8557,0,1,1,6841,0,2868.93,-2535.94,87.6115,5.42797,345,0,0,3758,0,0,0,0,0),(54108,8557,0,1,1,6841,0,2856.41,-2539.46,85.7428,4.83456,345,0,0,3758,0,0,0,0,0),(54109,8556,0,1,1,11178,0,2994.12,-2764.2,98.5751,1.39626,345,3,0,3529,0,1,0,0,0),(54112,16184,0,1,1,14698,0,2814.19,-2498.43,84.6337,2.44151,43200,0,0,18312,0,2,0,0,0),(54120,16131,0,1,1,16026,0,2289.73,-5337.32,90.9632,5.70723,610,0,0,152600,0,0,0,0,0),(54145,16134,0,1,1,16029,0,2276.66,-5325.3,88.7947,4.81711,610,0,0,122100,9736,0,0,0,0),(54163,16132,0,1,1,16027,0,2288.55,-5340.35,90.9632,0.575959,610,0,0,122100,9736,0,0,0,0),(54164,16376,0,1,1,16144,1,2261.17,-5321.3,81.9491,4.86947,345,0,0,8352,0,0,0,0,0),(54186,16135,0,1,1,16030,0,2277.14,-5328.59,88.8296,2.00713,610,0,0,122100,9736,0,0,0,0),(54188,16256,0,1,1,16104,0,2300.9,-5345.09,90.8799,2.16421,345,0,0,2490,0,0,0,0,0),(54190,16133,0,1,1,16028,0,2296.98,-5335.87,90.9632,5.25344,610,0,0,122100,9736,0,0,0,0),(54192,16116,0,1,1,16016,0,2296.01,-5340.98,90.8799,0.610865,610,0,0,158730,73020,0,0,0,0),(54193,16114,0,1,1,16014,0,2296.2,-5337.89,90.8799,-0.977384,610,0,0,122100,9736,0,0,0,0),(54194,16117,0,1,1,6121,0,2926.27,-2913.64,101.776,5.52883,345,5,0,3968,0,1,0,0,0),(54195,16117,0,1,1,6121,0,2900.8,-2879.93,98.4798,2.64957,345,5,0,3968,0,1,0,0,0),(54196,16117,0,1,1,6121,0,2929.71,-2753.13,108.209,0.986927,345,5,0,3968,0,1,0,0,0),(54197,16117,0,1,1,6121,0,3011.98,-2878.7,102.014,5.48657,345,5,0,3968,0,1,0,0,0),(54198,16117,0,1,1,6121,0,2911.8,-2870.99,98.4798,3.33249,345,5,0,3968,0,1,0,0,0),(54199,16117,0,1,1,6121,0,2888.54,-2884.38,97.8768,1.06231,345,5,0,3968,0,1,0,0,0),(54209,16117,0,1,1,6121,0,2929.06,-2730.47,107.383,3.30942,345,10,0,3968,0,1,0,0,0),(54254,16117,0,1,1,6121,0,2971.88,-2892.71,102.467,3.19276,345,5,0,3968,0,1,0,0,0),(54255,16117,0,1,1,6121,0,2946.64,-2888.2,100.897,4.0211,345,10,0,3968,0,1,0,0,0),(54256,16117,0,1,1,6121,0,2947.92,-2768.75,109.903,0.533472,345,10,0,3968,0,1,0,0,0),(54257,8520,0,1,1,5563,0,1698.19,-4743.91,65.8731,1.3168,345,10,0,3529,0,1,0,0,0),(54258,8520,0,1,1,5563,0,1744.59,-4715.11,67.9095,2.73641,345,10,0,3529,0,1,0,0,0),(54259,8520,0,1,1,5563,0,1818.79,-4511.99,66.621,1.58837,345,10,0,3529,0,1,0,0,0),(54260,8519,0,1,1,5497,0,1697.31,-4515.4,60.7798,5.16547,345,5,0,3293,0,1,0,0,0),(54261,8519,0,1,1,5497,0,1784.4,-4603.08,69.2389,1.41303,345,5,0,3293,0,1,0,0,0),(54262,8520,0,1,1,5563,0,1746.27,-4574.87,58.0473,4.71629,345,10,0,3529,0,1,0,0,0),(54263,8519,0,1,1,5497,0,1687.45,-4637.4,60.6683,1.02893,345,5,0,3293,0,1,0,0,0),(54264,9452,0,1,1,10403,1,1648.96,-4804.17,85.3308,5.75959,610,0,0,5151,4765,0,0,0,0),(54265,9450,0,1,1,10398,1,1678.21,-5543.46,102.229,1.52001,610,5,0,6273,2117,1,0,0,0),(54266,9450,0,1,1,10401,1,1678.87,-5567.77,100.94,2.9147,610,0,0,6273,2117,0,0,0,0),(54267,9451,0,1,1,10415,1,1659.56,-5503.08,100.805,3.32521,610,0,0,5490,5013,0,0,0,0),(54269,9447,0,1,1,10380,1,1758.84,-5205.04,108.282,1.8675,610,0,0,5886,1982,0,0,0,0),(54270,12247,0,1,1,12271,0,3292.43,-3643.53,148.938,3.85718,345,0,0,42,0,0,0,0,0),(54271,12247,0,1,1,12271,0,2803.04,-3759.51,125.506,2.30383,345,0,0,42,0,0,0,0,0),(54272,12253,0,1,1,7804,0,3006.15,-3433.54,149.791,5.18363,345,0,0,42,0,0,0,0,0),(54273,12202,0,1,1,7804,0,1889.25,-3203.56,125.663,4.79965,345,5,0,42,0,1,0,0,0),(54274,12202,0,1,1,7804,0,1885.75,-3228.78,120.675,5.46288,345,5,0,42,0,1,0,0,0),(54275,12202,0,1,1,7804,0,1894.42,-3217.24,123.061,0.20944,345,5,0,42,0,1,0,0,0),(54277,8539,0,1,1,7857,0,3021.49,-4952.03,102.374,1.82162,345,0,0,3758,0,0,0,0,0),(54288,8527,0,1,1,370,1,2880.26,-4789.36,94.7277,3.99237,345,10,0,3758,0,1,0,0,0),(54594,8561,0,1,1,10440,1,3492.42,-4974.96,184.025,3.9619,345,0,0,3876,0,0,0,0,0),(54611,8564,0,1,1,19822,1,3297.62,-4239.64,158.412,4.50295,345,0,0,3997,0,0,0,0,0),(54612,8564,0,1,1,19822,1,3352.21,-4174.53,159.176,2.74017,345,0,0,3997,0,0,0,0,0),(54616,8565,0,1,1,19820,1,3397.34,-4269.82,159.673,1.65806,345,0,0,3758,0,0,0,0,0),(54617,8564,0,1,1,19822,1,3298.55,-4224.3,158.412,1.55334,345,0,0,3997,0,0,0,0,0),(54620,8523,0,1,1,5231,1,2917.14,-3638.91,118.769,1.24039,345,5,0,3189,0,1,0,0,0),(54624,8543,0,1,1,1693,0,3027.83,-3438.11,150.926,3.01942,345,0,0,3758,0,0,0,0,0),(54638,8598,0,1,1,9022,0,2951.29,-4249.62,93.2872,6.11484,345,10,0,3758,0,1,0,0,0),(54639,8605,0,1,1,7900,0,3082.33,-4717.32,97.049,1.94986,345,10,0,3644,0,1,0,0,0),(54702,8605,0,1,1,7900,0,2986.53,-4775.66,99.8841,2.69936,345,10,0,3644,0,1,0,0,0),(54705,8598,0,1,1,9022,0,3029.94,-4047.74,101.633,2.51079,345,10,0,3758,0,1,0,0,0),(54719,8605,0,1,1,7900,0,2872.64,-4856.63,100.109,4.74117,345,10,0,3644,0,1,0,0,0),(54744,8605,0,1,1,7900,0,2599.31,-4905.96,75.9319,3.64983,345,10,0,3644,0,1,0,0,0),(54745,8603,0,1,1,7898,0,1865.83,-2826.49,85.219,1.32297,345,5,0,3293,0,1,0,0,0),(54746,8596,0,1,1,7890,0,1563.8,-3929.91,174.954,5.25381,345,5,0,3189,0,1,0,0,0),(54747,8603,0,1,1,7898,0,1782.71,-4300.01,78.3849,0.562534,345,10,0,3293,0,1,0,0,0),(54748,8546,0,1,1,10410,1,2473.87,-3731.26,183.611,5.74213,345,0,0,3876,0,0,0,0,0),(54749,11038,0,1,1,10560,1,2151.72,-5264.51,95.873,1.31182,345,0,0,3082,0,2,0,0,0),(54751,16378,0,1,1,16148,1,2222.83,-5356.57,93.6498,1.26527,610,5,0,209580,0,1,0,0,0),(54752,16378,0,1,1,16150,1,2317.23,-5353.55,87.8866,3.64935,610,3,0,209580,0,1,0,0,0),(54753,16378,0,1,1,16148,1,2297.88,-5352.6,91.6577,2.07694,610,0,0,209580,0,0,0,0,0),(54754,11039,0,1,1,10468,1,2255.89,-5337.72,86.2628,0.593412,345,0,0,4120,0,0,0,0,0),(54755,16378,0,1,1,16147,1,2320.16,-5295.26,82.0207,3.78736,610,0,0,209580,0,0,0,0,0),(54756,16378,0,1,1,16147,1,2226,-5292.55,81.349,1.24343,610,5,0,209580,0,1,0,0,0),(54757,16378,0,1,1,16150,1,2323,-5326.13,82.0478,2.51327,610,0,0,209580,0,0,0,0,0),(54758,16378,0,1,1,16147,1,2245.63,-5341.06,86.6369,1.44862,610,0,0,209580,0,0,0,0,0),(54759,8556,0,1,1,11178,0,2931.89,-2693.33,95.6385,6.17846,345,0,0,3529,0,0,0,0,0),(54760,8558,0,1,1,9758,0,2967.31,-2674.48,99.5009,5.95157,345,0,0,3876,0,0,0,0,0),(54761,8558,0,1,1,9758,0,2972.36,-2671.38,99.9904,4.67748,345,0,0,3876,0,0,0,0,0),(54762,8557,0,1,1,6841,0,2855.04,-2564.61,88.2165,1.33656,345,5,0,3758,0,1,0,0,0),(54763,8556,0,1,1,11178,0,2915.54,-2647.01,92.146,1.77334,345,2,0,3529,0,1,0,0,0),(54764,8555,0,1,1,3004,0,3012.34,-2741.36,98.955,4.46025,345,3,0,3189,0,1,0,0,0),(54765,16112,0,1,1,16012,1,2300.91,-5351.64,91.6577,1.8326,610,0,0,610400,0,0,0,0,0),(54766,16115,0,1,1,16015,0,2298.86,-5341.83,90.8799,2.16421,610,0,0,244200,12170,0,0,0,0),(54768,16212,0,1,1,16066,0,2314.55,-5322.86,82.0478,2.18166,345,0,0,6104,0,0,0,0,0),(54805,16283,0,1,1,16106,1,2302.23,-5296.91,82.0796,1.85005,345,0,0,8883,0,0,0,0,0),(54807,16113,0,1,1,16013,0,2298.9,-5339.02,90.8799,-2.49582,610,0,0,256410,243400,0,0,0,0),(54809,16117,0,1,1,6121,0,2975.9,-2761.93,112.671,1.98933,345,5,0,3968,0,1,0,0,0),(54859,16117,0,1,1,6121,0,3036.55,-2819.72,105.965,5.49066,345,10,0,3968,0,1,0,0,0),(55363,16117,0,1,1,6121,0,2913.54,-2915.63,100.151,5.85664,345,5,0,3968,0,1,0,0,0),(56312,16117,0,1,1,6121,0,2948.03,-2718.71,109.051,1.54509,345,10,0,3968,0,1,0,0,0),(56313,16117,0,1,1,6121,0,3018.01,-2813.85,105.456,4.89064,345,10,0,3968,0,1,0,0,0),(56318,16117,0,1,1,6121,0,2943.02,-2785.87,111.278,3.01693,345,10,0,3968,0,1,0,0,0),(56319,9450,0,1,1,10398,1,1715.73,-5581.03,107.49,0.669862,610,2,0,6273,2117,1,0,0,0),(56320,9449,0,1,1,10387,1,1760.92,-5243.8,90.7254,0.329248,610,5,0,6078,2041,1,0,0,0),(56321,9450,0,1,1,10401,1,1654.75,-5539.3,100.979,1.37881,610,0,0,6273,2117,0,0,0,0),(56554,9448,0,1,1,10395,1,1617.85,-5613.11,101.479,1.19906,610,0,0,6477,2163,0,0,0,0),(56645,9448,0,1,1,10397,1,1568.73,-5434.4,97.6451,1.13446,610,0,0,6477,2163,0,0,0,0),(56663,9447,0,1,1,10378,1,1767.7,-5444.96,81.0199,0.767945,610,0,0,5886,1982,0,0,0,0),(56687,12249,0,1,1,7804,0,2855.62,-3232.57,134.27,0.331613,345,0,0,42,0,0,0,0,0),(56688,12256,0,1,1,7804,0,2802.79,-3759.63,125.506,5.07891,345,0,0,42,0,0,0,0,0),(56689,12247,0,1,1,12271,0,3234.96,-3095.31,161.423,6.03884,345,0,0,42,0,0,0,0,0),(56690,11885,0,1,1,2715,0,1877.39,-3212.11,125.743,3.34291,610,3,0,34452,0,1,0,0,0),(56691,11885,0,1,1,2715,0,1862.87,-3212.54,125.173,2.59376,610,3,0,34452,0,1,0,0,0),(56692,8542,0,1,1,8783,0,3013.11,-5004.62,104.227,1.90334,345,3,0,3758,0,1,0,0,0),(56693,8542,0,1,1,8783,0,2963.37,-4960.26,109.308,3.74071,345,0,0,3758,0,0,0,0,0),(56694,8539,0,1,1,7857,0,3019.38,-4949.81,102.364,1.09934,345,0,0,3758,0,0,0,0,0),(56695,8550,0,1,1,10423,1,2766.32,-5418.98,158.694,3.29867,345,0,0,2799,5598,0,0,0,0),(56696,8561,0,1,1,10440,1,3403.27,-5004.05,184.712,6.26573,345,0,0,3876,0,0,0,0,0),(56697,8523,0,1,1,5231,1,2886.74,-3476.34,114.876,4.99861,345,5,0,3189,0,1,0,0,0),(57024,8603,0,1,1,7898,0,2108.32,-4842.02,74.1475,3.03007,345,10,0,3293,0,1,0,0,0),(59514,8602,0,1,1,7897,0,2696.25,-4346.65,138.243,4.19015,345,5,0,3644,0,1,0,0,0),(60857,8598,0,1,1,9022,0,2850.65,-4576.73,102.111,5.15879,345,5,0,3758,0,1,0,0,0),(62988,8602,0,1,1,7897,0,2841.46,-3046.97,103.367,0.227025,345,10,0,3644,0,1,0,0,0),(63138,8605,0,1,1,7900,0,2645.02,-4797.3,90.9286,2.5975,345,2,0,3644,0,1,0,0,0),(63140,8605,0,1,1,7900,0,3115.54,-4719.84,97.3233,2.62007,345,10,0,3644,0,1,0,0,0),(63143,8598,0,1,1,9022,0,2685.36,-3530.78,123.396,3.8731,345,3,0,3758,0,1,0,0,0),(63144,8602,0,1,1,7897,0,2840.42,-3024.28,104.1,3.14892,345,10,0,3644,0,1,0,0,0),(63145,8600,0,1,1,7894,0,1781.38,-2939.41,73.4536,5.52155,345,5,0,3189,0,1,0,0,0),(64959,8546,0,1,1,10409,1,2406.19,-3801.31,185.555,0.628319,345,0,0,3876,0,0,0,0,0),(65527,8606,0,1,1,681,0,2019.36,-4149.61,13.5239,3.42394,345,3,0,3529,0,1,0,0,0),(68491,16378,0,1,1,16150,1,2274.5,-5340.08,87.6035,2.20322,610,0,0,209580,0,0,0,0,0),(68499,11536,0,1,1,11352,1,2251.3,-5344.98,87.0119,1.88496,345,0,0,3876,0,0,0,0,0),(68500,16378,0,1,1,16147,1,2330.09,-5302.7,82.0478,3.78736,610,0,0,209580,0,0,0,0,0),(68543,11102,0,1,1,10562,1,2345.25,-5295.37,83.4182,5.48989,610,0,0,24416,0,2,0,0,0),(68922,11102,0,1,1,10562,1,2348.42,-5291.46,83.5432,5.49667,610,0,0,24416,0,2,0,0,0),(68930,11033,0,1,1,10471,1,2303.41,-5305.53,82.0796,2.19912,345,0,0,3398,0,0,0,0,0),(68931,16378,0,1,1,16148,1,2317.07,-5288.9,82.1457,3.63029,610,0,0,209580,0,0,0,0,0),(68963,16378,0,1,1,16147,1,2288.8,-5319.14,88.9963,2.19912,610,0,0,209580,0,0,0,0,0),(69677,16378,0,1,1,16147,1,2281.74,-5323.96,89.2463,2.21657,610,0,0,209580,0,0,0,0,0),(69678,11034,0,1,1,10469,1,2303.82,-5349.5,91.6577,2.11185,345,0,0,4370,0,0,0,0,0),(69679,16378,0,1,1,16147,1,2272.92,-5280.93,82.1957,1.67552,610,0,0,209580,0,0,0,0,0),(69680,11035,0,1,1,10465,1,2260.14,-5338.98,86.842,2.14675,345,0,0,3758,0,0,0,0,0),(69681,8555,0,1,1,3004,0,2950.29,-2715,97.0207,0.767945,345,0,0,3189,0,0,0,0,0),(69682,8557,0,1,1,6841,0,2926.24,-2623.36,95.2648,0.460142,345,2,0,3758,0,1,0,0,0),(69683,8556,0,1,1,11178,0,2936.86,-2666.81,97.2542,3.9968,345,2,0,3529,0,1,0,0,0),(69684,8556,0,1,1,11178,0,2938.84,-2697.49,95.8161,2.30429,345,5,0,3529,0,1,0,0,0),(69685,9448,0,1,1,10395,1,1740.64,-5560.16,118.459,3.60824,610,0,0,6477,2163,0,0,0,0),(69686,9448,0,1,1,10395,1,1675.48,-5567.38,101.004,6.16101,610,0,0,6477,2163,0,0,0,0),(69687,8539,0,1,1,7857,0,3014.82,-4915.39,102.683,3.663,345,5,0,3758,0,1,0,0,0),(69688,8542,0,1,1,8783,0,2980.4,-4886.6,106.491,2.88243,345,5,0,3758,0,1,0,0,0),(69689,8542,0,1,1,8783,0,3051.11,-4880.63,105.687,3.32826,345,10,0,3758,0,1,0,0,0),(69690,8558,0,1,1,9758,0,2760.79,-5420.71,157.944,0.314159,345,0,0,3876,0,0,0,0,0),(69691,8543,0,1,1,1693,0,3024.63,-3421.3,150.926,3.7001,345,0,0,3758,0,0,0,0,0),(69692,8534,0,1,1,7854,0,3334.86,-3061.88,148.511,-2.87755,345,5,0,3420,0,1,0,0,0),(69693,8603,0,1,1,7898,0,2128.8,-4721.31,75.3611,3.37608,345,10,0,3293,0,1,0,0,0),(69694,8602,0,1,1,7897,0,3127.33,-4637.46,103.068,4.14204,345,10,0,3644,0,1,0,0,0),(69695,8602,0,1,1,7897,0,2654.17,-4187.5,81.736,1.22589,345,10,0,3644,0,1,0,0,0),(69696,8602,0,1,1,7897,0,2801.8,-4184,92.0459,2.30846,345,10,0,3644,0,1,0,0,0),(69697,8602,0,1,1,7897,0,3031.08,-4513.74,105.576,6.25585,345,3,0,3644,0,1,0,0,0),(69698,8600,0,1,1,7894,0,1640.12,-4970.62,83.6006,2.35368,345,10,0,3189,0,1,0,0,0),(69699,8596,0,1,1,7890,0,2490.42,-2528.57,101.029,1.41206,345,5,0,3189,0,1,0,0,0),(69700,8600,0,1,1,7894,0,1511.35,-3156.7,111.378,2.19672,345,0,0,3189,0,0,0,0,0),(69701,8603,0,1,1,7898,0,1573.48,-4573.93,85.7049,1.0886,345,10,0,3293,0,1,0,0,0),(69702,8558,0,1,1,9758,0,2562.62,-3810.43,185.141,2.47837,345,0,0,3876,0,0,0,0,0),(69703,9449,0,1,1,10388,1,1654.58,-4808.12,85.4558,2.42601,610,0,0,6078,2041,0,0,0,0),(69704,9447,0,1,1,10378,1,1804.81,-5214.66,113.18,3.36848,610,0,0,5886,1982,0,0,0,0),(69705,8542,0,1,1,8783,0,3005.47,-4984.79,107.799,5.52677,345,3,0,3758,0,1,0,0,0),(69706,8542,0,1,1,8783,0,3080.49,-4915.33,99.4775,1.68932,345,10,0,3758,0,1,0,0,0),(69707,8539,0,1,1,7857,0,3036.84,-4914.1,102.493,2.99845,345,5,0,3758,0,1,0,0,0),(69708,8542,0,1,1,8783,0,3002.54,-4896.78,108.41,5.12842,345,0,0,3758,0,0,0,0,0),(69709,8542,0,1,1,8783,0,3043.99,-4947.86,104.887,0.842222,345,5,0,3758,0,1,0,0,0),(69710,8561,0,1,1,10441,1,3462.65,-4959.52,189.941,4.74729,345,0,0,3876,0,0,0,0,0),(76583,8562,0,1,1,10436,1,3158.71,-4704.41,101.119,5.19108,345,5,0,3006,2241,1,0,0,0),(78268,8540,0,1,1,984,0,3053.15,-3910.86,115.504,5.54106,345,10,0,3189,0,1,0,0,0),(78269,8523,0,1,1,5231,1,3006.73,-3210.69,142.123,4.24922,345,3,0,3189,0,1,0,0,0),(78682,8543,0,1,1,1693,0,2969.88,-3177.61,117.52,3.38587,345,10,0,3758,0,1,0,0,0),(78683,8603,0,1,1,7898,0,2225.07,-4814.16,109.766,5.63011,345,5,0,3293,0,1,0,0,0),(78684,8601,0,1,1,7896,0,1936.93,-5211.9,85.289,2.85257,345,10,0,3420,0,1,0,0,0),(78791,8605,0,1,1,7900,0,2727.63,-4209.21,88.9657,2.79025,345,10,0,3644,0,1,0,0,0),(81640,8602,0,1,1,7897,0,3203.89,-2924.62,129.121,3.38231,345,5,0,3644,0,1,0,0,0),(81888,8598,0,1,1,9022,0,3131.9,-2981.91,125.18,3.52678,345,10,0,3758,0,1,0,0,0),(81897,8605,0,1,1,7900,0,2920.16,-4583.75,91.6705,3.71551,345,10,0,3644,0,1,0,0,0),(82913,8602,0,1,1,7897,0,2875.34,-2953.9,101.759,4.25835,345,10,0,3644,0,1,0,0,0),(84080,8600,0,1,1,7894,0,1607.83,-4683.33,84.1828,0,345,10,0,3189,0,1,0,0,0),(84364,9450,0,1,1,10399,1,1656.08,-5514.15,100.805,5.50126,610,0,0,6273,2117,0,0,0,0),(84367,9448,0,1,1,10396,1,1682.57,-5521.22,99.4052,2.66703,610,5,0,6477,2163,1,0,0,0),(84383,8548,0,1,1,10953,1,1996.84,-4491.36,68.3662,5.31966,345,5,0,2915,2163,1,0,0,0),(84394,8524,0,1,1,11397,0,3183.63,-3719.32,135.658,5.41126,345,10,0,2305,4896,1,0,0,0),(84416,8524,0,1,1,11397,0,2902.11,-2898.96,105.636,0.579066,345,3,0,2305,4896,1,0,0,0),(84417,8603,0,1,1,7898,0,2517.87,-4313.28,77.0395,3.35412,345,10,0,3293,0,1,0,0,0),(84482,8603,0,1,1,7898,0,2054.68,-4754.67,80.3184,5.26622,345,10,0,3293,0,1,0,0,0),(84508,8603,0,1,1,7898,0,2051.18,-4828.65,77.6397,0.978462,345,10,0,3293,0,1,0,0,0),(84593,8605,0,1,1,7900,0,2920.58,-4845.69,105.741,3.39685,345,10,0,3644,0,1,0,0,0),(84774,8598,0,1,1,9022,0,2645.62,-4911.1,83.0449,5.62737,345,10,0,3758,0,1,0,0,0),(84775,8602,0,1,1,7897,0,2792.02,-4892.47,95.693,4.54887,345,5,0,3644,0,1,0,0,0),(84776,8602,0,1,1,7897,0,3207.49,-2968.32,125.512,5.85405,345,10,0,3644,0,1,0,0,0),(84777,8598,0,1,1,9022,0,2956.5,-4549.27,77.3744,0.505581,345,10,0,3758,0,1,0,0,0),(84778,8535,0,1,1,7855,0,3023.69,-4654.56,104.213,1.86777,345,10,0,3644,0,1,0,0,0),(84779,8598,0,1,1,9022,0,3131.58,-2944.65,121.038,1.13334,345,10,0,3758,0,1,0,0,0),(84780,8602,0,1,1,7897,0,2989.01,-4511.2,83.2877,1.98723,345,0,0,3644,0,0,0,0,0),(84781,8596,0,1,1,7890,0,1736.15,-2765.63,64.4961,0,345,5,0,3189,0,1,0,0,0),(84782,8600,0,1,1,7894,0,1766.8,-2780.88,68.7698,0.164828,345,10,0,3189,0,1,0,0,0),(84783,9451,0,1,1,10416,1,1662.01,-5588.31,101.979,5.39307,610,0,0,5490,5013,0,0,0,0),(84784,9451,0,1,1,10413,1,1545.98,-5561.83,100.912,4.69494,610,0,0,5490,5013,0,0,0,0),(84785,8524,0,1,1,11397,0,3185.8,-3786.87,142.588,4.07943,345,5,0,2305,4896,1,0,0,0),(84786,8530,0,1,1,10626,0,3318.01,-3053.9,153.269,4.53786,345,0,0,3293,0,0,0,0,0),(84787,8597,0,1,1,7891,0,2281.1,-4738.01,95.8788,6.24785,345,10,0,3529,0,1,0,0,0),(84788,8605,0,1,1,7900,0,2959.13,-4663.77,91.9137,3.60721,345,10,0,3644,0,1,0,0,0),(84789,8602,0,1,1,7897,0,2690.36,-3870.17,120.798,0.596964,345,5,0,3644,0,1,0,0,0),(84790,8598,0,1,1,9022,0,2880.99,-4168.59,95.9941,1.05649,345,10,0,3758,0,1,0,0,0),(84791,8602,0,1,1,7897,0,3073.22,-4678.43,98.4937,1.36116,345,5,0,3644,0,1,0,0,0),(84792,8598,0,1,1,9022,0,2846.03,-4061.92,101.843,4.63816,345,10,0,3758,0,1,0,0,0),(84793,8535,0,1,1,7855,0,2809.12,-3432.3,98.23,3.56891,345,10,0,3644,0,1,0,0,0),(84794,8602,0,1,1,7897,0,2782.68,-3482.71,101.042,4.44434,345,10,0,3644,0,1,0,0,0),(84795,8600,0,1,1,7894,0,1688.1,-2911.66,126.158,1.67638,345,10,0,3189,0,1,0,0,0),(84796,8600,0,1,1,7894,0,1803.9,-4355.89,93.5313,3.34225,345,10,0,3189,0,1,0,0,0),(84797,8600,0,1,1,7894,0,1758.68,-2835.92,71.0252,2.7087,345,10,0,3189,0,1,0,0,0),(84798,9447,0,1,1,10380,1,1671.58,-4816.94,87.3413,0.855211,610,0,0,5886,1982,0,0,0,0),(84799,9448,0,1,1,10396,1,1698.21,-5510.18,99.4015,1.16937,610,0,0,6477,2163,0,0,0,0),(84800,8540,0,1,1,984,0,2872.29,-3280.55,123.168,3.50204,345,5,0,3189,0,1,0,0,0),(84801,8540,0,1,1,984,0,2943.37,-3351.67,113.825,3.02956,345,10,0,3189,0,1,0,0,0),(84802,8603,0,1,1,7898,0,2380.8,-4449.02,81.5254,1.01261,345,3,0,3293,0,1,0,0,0),(84803,8603,0,1,1,7898,0,2212.24,-4029.47,102.172,5.75081,345,3,0,3293,0,1,0,0,0),(84804,8598,0,1,1,9022,0,2831.01,-3978.63,102.856,0.232432,345,10,0,3758,0,1,0,0,0),(84805,8602,0,1,1,7897,0,2726.82,-3476.13,105.694,5.90522,345,10,0,3644,0,1,0,0,0),(84806,8605,0,1,1,7900,0,2634.76,-3434.54,129.893,2.51351,345,5,0,3644,0,1,0,0,0),(84807,8598,0,1,1,9022,0,2718.1,-3391.75,96.7218,0.224602,345,10,0,3758,0,1,0,0,0),(84808,8602,0,1,1,7897,0,2883.93,-4054.99,101.098,4.72061,345,10,0,3644,0,1,0,0,0),(84809,8605,0,1,1,7900,0,2776.82,-3990.13,98.8639,4.7273,345,10,0,3644,0,1,0,0,0),(84810,8602,0,1,1,7897,0,2974.97,-5095.94,121.712,1.07044,345,5,0,3644,0,1,0,0,0),(84811,8600,0,1,1,7894,0,2149.01,-3234.56,110.019,2.99859,345,5,0,3189,0,1,0,0,0),(84812,8596,0,1,1,7890,0,1859.9,-2741.14,94.2524,2.03968,345,5,0,3189,0,1,0,0,0),(84813,9452,0,1,1,10406,1,1569.16,-5231.53,96.3666,1.32655,610,0,0,5151,4765,0,0,0,0),(84814,9447,0,1,1,10376,1,1617.04,-4782.71,89.9459,1.6057,610,0,0,5886,1982,0,0,0,0),(84815,8603,0,1,1,7898,0,2403.27,-4512.39,77.7142,4.32341,345,10,0,3293,0,1,0,0,0),(97831,6491,571,1,4294967295,0,0,3546.86,272.988,45.5817,3.22276,60,0,0,4120,0,0,0,0,0),(84817,8605,0,1,1,7900,0,2777.73,-3571.37,100.322,0.612827,345,10,0,3644,0,1,0,0,0),(84818,8602,0,1,1,7897,0,2857.47,-3973.21,103.598,3.18848,345,10,0,3644,0,1,0,0,0),(84819,8535,0,1,1,7855,0,3063.2,-4728.75,95.4559,5.65815,345,10,0,3644,0,1,0,0,0),(84820,8596,0,1,1,7890,0,2214.78,-3406.16,171.099,4.84619,345,5,0,3189,0,1,0,0,0),(84821,8600,0,1,1,7894,0,1581.98,-4530.64,84.2545,1.60594,345,5,0,3189,0,1,0,0,0),(84822,8600,0,1,1,7894,0,1632.77,-5050.5,77.6834,2.42534,345,10,0,3189,0,1,0,0,0),(84823,9447,0,1,1,10380,1,1622.17,-4845.07,88.8868,1.40328,610,2,0,5886,1982,1,0,0,0),(84824,9449,0,1,1,10388,1,1799.8,-5432.78,89.6826,1.02974,610,0,0,6078,2041,0,0,0,0),(84825,6547,0,1,1,1027,0,1598.16,-5314.38,70.0242,2.68781,345,0,0,713,0,0,0,0,0),(84943,9452,0,1,1,10403,1,1771.01,-5442.07,81.0199,3.76991,610,0,0,5151,4765,0,0,0,0),(84944,9449,0,1,1,10387,1,1801.78,-5430.02,89.6831,4.03171,610,0,0,6078,2041,0,0,0,0),(84945,9449,0,1,1,10388,1,1824,-5153.79,110.898,1.48688,610,3,0,6078,2041,1,0,0,0),(84946,9447,0,1,1,10380,1,1726.63,-5212.41,95.7519,1.53589,610,0,0,5886,1982,0,0,0,0),(84954,8530,0,1,1,10626,0,2991.86,-3389.73,149.206,3.28721,345,5,0,3293,0,1,0,0,0),(84955,8543,0,1,1,1693,0,2983.91,-3428.92,150.926,6.10865,345,0,0,3758,0,0,0,0,0),(84956,8603,0,1,1,7898,0,2177.17,-4923.76,86.4575,3.09337,345,5,0,3293,0,1,0,0,0),(84957,8598,0,1,1,9022,0,3163.14,-2970.81,126.103,0.01792,345,10,0,3758,0,1,0,0,0),(84958,8605,0,1,1,7900,0,2548.83,-4449.36,78.4587,0.743031,345,10,0,3644,0,1,0,0,0),(84959,8602,0,1,1,7897,0,2915.75,-4644.53,82.6179,1.98432,345,10,0,3644,0,1,0,0,0),(84960,8598,0,1,1,9022,0,2785.63,-4221.01,90.2142,1.18356,345,10,0,3758,0,1,0,0,0),(84961,8600,0,1,1,7894,0,1546.36,-4555.27,88.6982,3.16207,345,5,0,3189,0,1,0,0,0),(84962,8600,0,1,1,7894,0,1993.71,-2860.42,83.5169,5.52548,345,5,0,3189,0,1,0,0,0),(84963,9451,0,1,1,10414,1,1703.87,-5550.47,103.223,4.18879,610,0,0,5490,5013,0,0,0,0),(84964,9450,0,1,1,10401,1,1545.66,-5566.35,101.121,1.27409,610,0,0,6273,2117,0,0,0,0),(84965,8540,0,1,1,984,0,2949.7,-2956.04,106.206,0.216852,345,10,0,3189,0,1,0,0,0),(84966,8603,0,1,1,7898,0,2275.33,-4879.13,101.271,5.75047,345,5,0,3293,0,1,0,0,0),(84967,8598,0,1,1,9022,0,2795.58,-4023.46,99.4489,3.16504,345,10,0,3758,0,1,0,0,0),(84968,8598,0,1,1,9022,0,2713.15,-4876.47,88.4554,4.63412,345,10,0,3758,0,1,0,0,0),(84969,8605,0,1,1,7900,0,2735.65,-3928.11,96.1657,1.92606,345,10,0,3644,0,1,0,0,0),(84970,8598,0,1,1,9022,0,2805.79,-4229.25,89.6826,0.244742,345,10,0,3758,0,1,0,0,0),(84971,8598,0,1,1,9022,0,2682.85,-4917.16,85.0514,2.92504,345,10,0,3758,0,1,0,0,0),(85489,8600,0,1,1,7894,0,1591.1,-4012.31,149.952,2.48092,345,5,0,3189,0,1,0,0,0),(85490,9450,0,1,1,10400,1,1737.15,-5528.96,121.044,5.90442,610,5,0,6273,2117,1,0,0,0),(85491,9450,0,1,1,10398,1,1554.47,-5459.44,98.9206,4.42478,610,2,0,6273,2117,1,0,0,0),(85492,9449,0,1,1,10387,1,1778.59,-5222.84,104.095,0.810963,610,5,0,6078,2041,1,0,0,0),(85493,8541,0,1,1,10751,0,3218.19,-3657.55,141.866,5.80974,345,10,0,3529,0,1,0,0,0),(85494,8556,0,1,1,11178,0,3234.84,-3095.61,161.422,3.28122,345,0,0,3529,0,0,0,0,0),(85495,8543,0,1,1,1693,0,2990.08,-3123.35,112.288,2.97915,345,10,0,3758,0,1,0,0,0),(85496,8540,0,1,1,984,0,2939.49,-3744.34,117.156,0.989098,345,10,0,3189,0,1,0,0,0),(85497,8603,0,1,1,7898,0,2214.75,-4475.41,102.522,5.8715,345,3,0,3293,0,1,0,0,0),(85498,8602,0,1,1,7897,0,2723.99,-4235.95,103.473,4.53568,345,5,0,3644,0,1,0,0,0),(85499,8598,0,1,1,9022,0,2877.34,-4647.07,86.3591,1.61871,345,10,0,3758,0,1,0,0,0),(85500,8598,0,1,1,9022,0,2922.7,-4781.82,97.5393,2.2135,345,10,0,3758,0,1,0,0,0),(85501,8602,0,1,1,7897,0,3264.68,-4324.32,102.904,1.2475,345,3,0,3644,0,1,0,0,0),(85502,8605,0,1,1,7900,0,3053.5,-2910.79,111.224,0.887452,345,10,0,3644,0,1,0,0,0),(85503,8605,0,1,1,7900,0,3110.49,-4850.88,99.8581,5.84969,345,3,0,3644,0,1,0,0,0),(85504,8603,0,1,1,7898,0,1602.95,-4677,83.7651,4.60281,345,10,0,3293,0,1,0,0,0),(85505,8534,0,1,1,7854,0,1449.25,-3165.58,114.267,3.10642,345,5,0,3420,0,1,0,0,0),(85506,9449,0,1,1,10390,1,1857.16,-5220.95,107.331,4.42613,610,3,0,6078,2041,1,0,0,0),(85507,9448,0,1,1,10396,1,1672.75,-5473.34,99.3463,0.907571,610,0,0,6477,2163,0,0,0,0),(85508,8540,0,1,1,984,0,3154.25,-3162.75,162.607,4.70946,345,5,0,3189,0,1,0,0,0),(85509,8540,0,1,1,984,0,2977.83,-3724.85,124.408,3.01233,345,10,0,3189,0,1,0,0,0),(85510,8523,0,1,1,5231,1,2878.02,-2867.66,102.195,4.43758,345,5,0,3189,0,1,0,0,0),(85511,8603,0,1,1,7898,0,2296.69,-4480.7,96.246,2.37946,345,10,0,3293,0,1,0,0,0),(85512,8598,0,1,1,9022,0,3048.31,-4387,104.831,4.12628,345,10,0,3758,0,1,0,0,0),(85513,8605,0,1,1,7900,0,2724.17,-4864.8,88.5932,1.19192,345,10,0,3644,0,1,0,0,0),(85573,8602,0,1,1,7897,0,3153.64,-4102.27,99.0492,1.54892,345,3,0,3644,0,1,0,0,0),(85586,8602,0,1,1,7897,0,3035.91,-4769.15,95.8939,3.64765,345,10,0,3644,0,1,0,0,0),(85946,8605,0,1,1,7900,0,2656.18,-4970.52,110.203,1.12373,345,3,0,3644,0,1,0,0,0),(86134,8605,0,1,1,7900,0,2661.41,-3457.87,124.7,5.03172,345,3,0,3644,0,1,0,0,0),(86135,8600,0,1,1,7894,0,1714.09,-4343.63,73.9473,0.395016,345,10,0,3189,0,1,0,0,0),(86149,6547,0,1,1,1027,0,1603.16,-5306.71,70.045,4.60767,345,0,0,713,0,0,0,0,0),(86192,9452,0,1,1,10406,1,1860.67,-5466.59,124.091,1.06521,610,5,0,5151,4765,1,0,0,0),(86294,8543,0,1,1,1693,0,3119.79,-3548.96,151.979,3.14225,345,10,0,3758,0,1,0,0,0),(86295,8543,0,1,1,1693,0,3346.18,-3080.24,162.445,4.15388,345,0,0,3758,0,0,0,0,0),(86296,8524,0,1,1,11397,0,2943.1,-3420.65,135.176,3.28473,345,3,0,2305,4896,1,0,0,0),(86297,8540,0,1,1,984,0,2997.82,-3753.81,129.461,3.18727,345,10,0,3189,0,1,0,0,0),(86298,8598,0,1,1,9022,0,2989.17,-4183.97,94.7974,1.14821,345,10,0,3758,0,1,0,0,0),(86299,8598,0,1,1,9022,0,2820.48,-4986.62,100.932,5.69518,345,10,0,3758,0,1,0,0,0),(86328,8602,0,1,1,7897,0,2814.16,-4594.25,91.1752,2.16313,345,5,0,3644,0,1,0,0,0),(86377,8598,0,1,1,9022,0,2792.32,-4192.92,91.2221,0.151015,345,10,0,3758,0,1,0,0,0),(86388,8598,0,1,1,9022,0,2754.28,-3557.57,103.638,5.8239,345,10,0,3758,0,1,0,0,0),(86389,8596,0,1,1,7890,0,1726.95,-2964.93,82.7918,4.22864,345,5,0,3189,0,1,0,0,0),(86398,8596,0,1,1,7890,0,1767.54,-2823.71,68.7225,5.37321,345,10,0,3189,0,1,0,0,0),(86399,9448,0,1,1,10397,1,1719.67,-5549.52,108.223,0.112595,610,0,0,6477,2163,0,0,0,0),(86400,9449,0,1,1,10388,1,1787.18,-5479.25,74.3925,0.19919,610,2,0,6078,2041,1,0,0,0),(86401,9449,0,1,1,10387,1,1816.28,-5447.62,78.0308,1.6202,610,2,0,6078,2041,1,0,0,0),(86402,9449,0,1,1,10388,1,1871.4,-5196.87,113.135,6.14018,610,0,0,6078,2041,0,0,0,0),(86403,9452,0,1,1,10403,1,1631.04,-4822.19,85.5555,0.680678,610,0,0,5151,4765,0,0,0,0),(86404,8543,0,1,1,1693,0,2910.51,-3796.48,117.185,4.36577,345,10,0,3758,0,1,0,0,0),(86405,8524,0,1,1,11397,0,2992.35,-3253.13,135.578,0.000117,345,3,0,2305,4896,1,0,0,0),(86406,8605,0,1,1,7900,0,3192.46,-4558.9,111.182,0.435436,345,10,0,3644,0,1,0,0,0),(86407,8598,0,1,1,9022,0,3213.52,-2958.26,126.243,5.71796,345,10,0,3758,0,1,0,0,0),(86408,8602,0,1,1,7897,0,2716.65,-4178.54,87.6087,4.40053,345,10,0,3644,0,1,0,0,0),(86409,8605,0,1,1,7900,0,2964.88,-4569.66,78.5516,0.546281,345,10,0,3644,0,1,0,0,0),(86410,8598,0,1,1,9022,0,2777.17,-4268.04,90.3684,0.992539,345,5,0,3758,0,1,0,0,0),(86411,8603,0,1,1,7898,0,1742.03,-2877.62,87.3468,2.57037,345,5,0,3293,0,1,0,0,0),(86412,8603,0,1,1,7898,0,1327.92,-3159.27,132.33,0.395054,345,5,0,3293,0,1,0,0,0),(86413,8600,0,1,1,7894,0,1562.22,-4583.69,89.9564,4.38817,345,10,0,3189,0,1,0,0,0),(86414,9451,0,1,1,10414,1,1654.88,-5535.27,100.979,4.86947,610,0,0,5490,5013,0,0,0,0),(86416,8523,0,1,1,5231,1,2821.93,-3676.3,106.319,6.09054,345,10,0,3189,0,1,0,0,0),(86417,8547,0,1,1,10392,1,2917.01,-3708.26,116.688,6.21337,345,0,0,2634,2041,0,0,0,0),(86510,8523,0,1,1,5231,1,2985.72,-2988.04,111.963,6.26394,345,10,0,3189,0,1,0,0,0),(86562,8605,0,1,1,7900,0,2954.42,-4471.15,86.1111,0.422587,345,5,0,3644,0,1,0,0,0),(86794,8602,0,1,1,7897,0,2680.91,-3420.92,106.631,3.13769,345,3,0,3644,0,1,0,0,0),(86795,8598,0,1,1,9022,0,3065.6,-4361.92,108.222,0.328238,345,10,0,3758,0,1,0,0,0),(86796,8605,0,1,1,7900,0,2710.75,-3432.42,100.598,1.62261,345,10,0,3644,0,1,0,0,0),(86797,8602,0,1,1,7897,0,2721.03,-4186.01,89.1819,1.36752,345,10,0,3644,0,1,0,0,0),(86798,8598,0,1,1,9022,0,3250.44,-4425.31,109.819,0.081124,345,10,0,3758,0,1,0,0,0),(86799,8598,0,1,1,9022,0,3079.14,-4637.29,119.76,4.58126,345,5,0,3758,0,1,0,0,0),(86862,8603,0,1,1,7898,0,1724.14,-4919.47,90.9628,3.45345,345,10,0,3293,0,1,0,0,0),(86863,8603,0,1,1,7898,0,1805.04,-2686.58,76.8433,4.23478,345,5,0,3293,0,1,0,0,0),(86864,9452,0,1,1,10406,1,1717.38,-5228.49,94.1349,0.963025,610,5,0,5151,4765,1,0,0,0),(86865,8543,0,1,1,1693,0,3011.78,-3340.25,140.918,3.76752,345,3,0,3758,0,1,0,0,0),(86880,8524,0,1,1,11397,0,3279.92,-3155.48,152.7,2.78248,345,10,0,2305,4896,1,0,0,0),(87040,8534,0,1,1,7854,0,2975.2,-3581.06,145.462,1.30082,345,5,0,3420,0,1,0,0,0),(90488,8543,0,1,1,1693,0,2993.5,-3414.74,150.926,5.37561,345,0,0,3758,0,0,0,0,0),(90949,8605,0,1,1,7900,0,2797.16,-4364.2,110.099,5.8108,345,5,0,3644,0,1,0,0,0),(90950,8598,0,1,1,9022,0,2903.81,-4436.71,92.4263,6.0964,345,10,0,3758,0,1,0,0,0),(90951,8605,0,1,1,7900,0,3022.37,-4657.69,104.42,3.42472,345,2,0,3644,0,1,0,0,0),(90952,8598,0,1,1,9022,0,2921.14,-4743.69,92.997,4.11654,345,10,0,3758,0,1,0,0,0),(90953,8603,0,1,1,7898,0,2160.88,-3434.14,134.903,2.04668,345,5,0,3293,0,1,0,0,0),(90954,15162,0,1,1,10343,1,1600.94,-5310.35,68.8158,5.88176,610,0,0,9432,0,0,0,0,0),(90955,9451,0,1,1,10415,1,1663.3,-5589.9,101.873,2.25148,610,0,0,5490,5013,0,0,0,0),(90956,15162,0,1,1,10343,1,1590.73,-5303.4,68.7325,4.67248,610,0,0,9432,0,0,0,0,0),(90957,9449,0,1,1,10388,1,1633.8,-4819.98,85.2058,3.80482,610,0,0,6078,2041,0,0,0,0),(90958,9447,0,1,1,10378,1,1548.28,-5256.06,114.1,3.44915,610,5,0,5886,1982,1,0,0,0),(90959,8602,0,1,1,7897,0,2932.84,-4808.11,97.6322,5.85969,345,10,0,3644,0,1,0,0,0),(90960,8602,0,1,1,7897,0,3039.67,-4595.09,127.985,4.82488,345,5,0,3644,0,1,0,0,0),(90961,8605,0,1,1,7900,0,2801.62,-4268.73,90.5152,2.05325,345,10,0,3644,0,1,0,0,0),(90962,8605,0,1,1,7900,0,3081.34,-4080.8,100.457,6.20204,345,10,0,3644,0,1,0,0,0),(90963,8598,0,1,1,9022,0,3066.33,-4487.64,112.663,3.23349,345,10,0,3758,0,1,0,0,0),(90964,8605,0,1,1,7900,0,2829.96,-4641.01,90.0825,5.21626,345,10,0,3644,0,1,0,0,0),(90965,8534,0,1,1,7854,0,1976.21,-3969.38,124.619,2.51079,345,10,0,3420,0,1,0,0,0),(90966,8596,0,1,1,7890,0,1529.17,-3145.83,104.608,3.1121,345,5,0,3189,0,1,0,0,0),(90967,9447,0,1,1,10376,1,1658.46,-5211.95,95.7524,1.65806,610,0,0,5886,1982,0,0,0,0),(90968,9448,0,1,1,10396,1,1547.64,-5561.78,100.884,4.27606,610,0,0,6477,2163,0,0,0,0),(90969,8598,0,1,1,9022,0,3020.79,-4600.44,110.05,4.49488,345,0,0,3758,0,0,0,0,0),(90970,8600,0,1,1,7894,0,1794.45,-2721.07,87.324,5.58557,345,5,0,3189,0,1,0,0,0),(90971,8596,0,1,1,7890,0,1746.07,-2679.6,75.8655,0.986825,345,5,0,3189,0,1,0,0,0),(90972,8600,0,1,1,7894,0,1504.1,-3911.78,156.512,1.36707,345,5,0,3189,0,1,0,0,0),(90973,8600,0,1,1,7894,0,1722.54,-2850.23,81.8359,1.69632,345,3,0,3189,0,1,0,0,0),(90974,8600,0,1,1,7894,0,1736.7,-4849.7,93.6362,4.18052,345,5,0,3189,0,1,0,0,0),(91709,9448,0,1,1,10397,1,1702.3,-5553.33,103.098,1.0821,610,0,0,6477,2163,0,0,0,0),(91802,9448,0,1,1,10397,1,1613.42,-5442.63,97.8287,1.67552,610,0,0,6477,2163,0,0,0,0),(91803,8603,0,1,1,7898,0,1671.79,-4904.22,90.5766,5.34886,345,5,0,3293,0,1,0,0,0),(91804,8606,0,1,1,681,0,2221.68,-4997.71,55.1475,1.59389,345,3,0,3529,0,1,0,0,0),(91805,8606,0,1,1,681,0,2057,-4224.18,20.4282,1.43735,345,5,0,3529,0,1,0,0,0),(91806,8605,0,1,1,7900,0,3093.39,-2887.59,114.888,3.7464,345,10,0,3644,0,1,0,0,0),(91807,8600,0,1,1,7894,0,1402.2,-3128.48,107.983,1.79866,345,5,0,3189,0,1,0,0,0),(91808,8605,0,1,1,7900,0,2944.34,-5093.29,124.506,1.15962,345,3,0,3644,0,1,0,0,0),(91809,8602,0,1,1,7897,0,2917.48,-4532.97,92.3402,0.280828,345,10,0,3644,0,1,0,0,0),(91810,8598,0,1,1,9022,0,2731.88,-4987.48,90.7816,6.24762,345,5,0,3758,0,1,0,0,0),(91811,8598,0,1,1,9022,0,2823.27,-4660.48,88.8834,1.85889,345,3,0,3758,0,1,0,0,0),(91812,8601,0,1,1,7896,0,1978.12,-5312.89,92.8527,2.37553,345,5,0,3420,0,1,0,0,0),(91813,8603,0,1,1,7898,0,1892.92,-5106.7,77.4215,4.77688,345,10,0,3293,0,1,0,0,0),(91814,8597,0,1,1,7891,0,1943.99,-5289.06,92.3617,0,345,5,0,3529,0,1,0,0,0),(91815,8603,0,1,1,7898,0,2243.81,-4058.38,84.2843,6.2617,345,3,0,3293,0,1,0,0,0),(91816,8603,0,1,1,7898,0,1928.56,-5207.73,79.9399,5.4123,345,10,0,3293,0,1,0,0,0),(91817,8603,0,1,1,7898,0,1713.38,-4408.81,76.4247,0.148938,345,10,0,3293,0,1,0,0,0),(91818,8603,0,1,1,7898,0,1451.54,-3909.85,136.993,4.27791,345,5,0,3293,0,1,0,0,0),(91819,8596,0,1,1,7890,0,2153.36,-3228.31,109.13,0.752099,345,5,0,3189,0,1,0,0,0),(91820,8600,0,1,1,7894,0,1500.4,-3220.49,109.866,0.544719,345,5,0,3189,0,1,0,0,0),(91821,8603,0,1,1,7898,0,2115.71,-3778.16,138.322,0.091897,345,10,0,3293,0,1,0,0,0),(91822,8603,0,1,1,7898,0,1766.74,-4338.17,78.7069,3.87034,345,10,0,3293,0,1,0,0,0),(91823,8603,0,1,1,7898,0,1898.56,-4011.78,111.748,5.8715,345,10,0,3293,0,1,0,0,0),(91824,8534,0,1,1,7854,0,1795.2,-2733.51,85.1002,5.54616,345,5,0,3420,0,1,0,0,0),(91825,8521,0,1,1,11171,0,2919.13,-4955.64,98.089,1.83662,345,10,0,3644,0,1,0,0,0),(91826,8521,0,1,1,11171,0,2877.32,-4940.63,100.279,3.14159,345,10,0,3644,0,1,0,0,0),(91827,8540,0,1,1,984,0,3184.34,-3035.05,141.406,1.04511,345,10,0,3189,0,1,0,0,0),(91828,8540,0,1,1,984,0,3181.64,-3122.53,154.613,2.01698,345,10,0,3189,0,1,0,0,0),(91829,8540,0,1,1,984,0,3136.69,-3081.85,153.877,2.44712,345,10,0,3189,0,1,0,0,0),(91830,8534,0,1,1,7854,0,3316.41,-3129.8,156.879,0.058077,345,5,0,3420,0,1,0,0,0),(91831,8540,0,1,1,984,0,3209.64,-3134.44,161.768,1.62261,345,10,0,3189,0,1,0,0,0),(91832,8525,0,1,1,612,1,3190.44,-3209.37,160.646,4.68017,345,3,0,2823,2117,1,0,0,0),(91833,8543,0,1,1,1693,0,3178.56,-3268.32,164.929,5.15156,345,5,0,3758,0,1,0,0,0),(91834,8605,0,1,1,7900,0,2940.7,-4295.03,90.6739,0.985585,345,10,0,3644,0,1,0,0,0),(91835,8602,0,1,1,7897,0,2541,-4591.12,78.8445,4.77575,345,10,0,3644,0,1,0,0,0),(91836,8542,0,1,1,8783,0,3046.87,-4983.57,101.557,4.27057,345,5,0,3758,0,1,0,0,0),(91837,8605,0,1,1,7900,0,2778.94,-4079.07,97.8488,6.13024,345,10,0,3644,0,1,0,0,0),(91838,8598,0,1,1,9022,0,2753.92,-5004.61,90.7803,4.59385,345,5,0,3758,0,1,0,0,0),(91839,8527,0,1,1,370,1,2745.64,-4854.03,95.2011,5.8063,345,0,0,3758,0,0,0,0,0),(91840,8527,0,1,1,370,1,2806.93,-4839.91,97.0263,5.27646,345,5,0,3758,0,1,0,0,0),(91841,8527,0,1,1,370,1,2814.58,-4814.58,93.8555,1.8225,345,5,0,3758,0,1,0,0,0),(91842,8602,0,1,1,7897,0,2858.13,-4145.94,95.9113,4.53764,345,10,0,3644,0,1,0,0,0),(91843,8598,0,1,1,9022,0,2649.26,-4720.56,85.6279,4.19542,345,10,0,3758,0,1,0,0,0),(91844,8598,0,1,1,9022,0,2987.6,-4329.44,80.707,0.741887,345,10,0,3758,0,1,0,0,0),(91845,8523,0,1,1,5231,1,2851.03,-3851.83,106.079,0.796981,345,10,0,3189,0,1,0,0,0),(91846,8598,0,1,1,9022,0,2612.66,-4879.86,79.7736,2.26003,345,0,0,3758,0,0,0,0,0),(91847,8543,0,1,1,1693,0,2888.09,-3872.99,114.548,1.9709,345,10,0,3758,0,1,0,0,0),(91848,8523,0,1,1,5231,1,2807.19,-3828.71,103.625,3.68012,345,10,0,3189,0,1,0,0,0),(91849,8523,0,1,1,5231,1,2880.34,-3824.89,110.515,4.45462,345,10,0,3189,0,1,0,0,0),(91850,8540,0,1,1,984,0,2913.06,-3908.3,114.471,0.180242,345,10,0,3189,0,1,0,0,0),(91851,8598,0,1,1,9022,0,3011.43,-4749.05,94.1856,4.31247,345,10,0,3758,0,1,0,0,0),(91852,8543,0,1,1,1693,0,2954.93,-3891.39,121.572,3.50014,345,10,0,3758,0,1,0,0,0),(91853,8600,0,1,1,7894,0,1387.67,-3201.38,140.43,4.77883,345,5,0,3189,0,1,0,0,0),(91854,8541,0,1,1,10751,0,3153.18,-3251.39,164.594,4.14903,345,10,0,3529,0,1,0,0,0),(91855,8605,0,1,1,7900,0,2536.12,-4890.91,77.2576,5.24862,345,10,0,3644,0,1,0,0,0),(91856,8535,0,1,1,7855,0,2725.33,-3300.82,98.0541,2.15029,345,5,0,3644,0,1,0,0,0),(91857,8555,0,1,1,3004,0,2762.68,-2494.09,77.8183,2.57758,345,3,0,3189,0,1,0,0,0),(91858,8598,0,1,1,9022,0,2859.65,-3904.61,105.813,3.50505,345,10,0,3758,0,1,0,0,0),(91859,8556,0,1,1,11178,0,2831.96,-2528.18,84.7218,3.38594,345,2,0,3529,0,1,0,0,0),(91860,8555,0,1,1,3004,0,2815.56,-2547.53,78.9078,0.069813,345,2,0,3189,0,1,0,0,0),(91861,8555,0,1,1,3004,0,2795.34,-2493.56,83.4455,2.98305,345,3,0,3189,0,1,0,0,0),(91862,8527,0,1,1,370,1,2749.18,-4830.37,80.2913,2.18493,345,10,0,3758,0,1,0,0,0),(91863,8527,0,1,1,370,1,2758.93,-4813.67,77.7907,5.74835,345,10,0,3758,0,1,0,0,0),(91864,8555,0,1,1,3004,0,2832.42,-2577.52,85.0079,5.2348,345,2,0,3189,0,1,0,0,0),(91865,8557,0,1,1,6841,0,2783.7,-2499.99,82.652,0.413468,345,3,0,3758,0,1,0,0,0),(91866,8527,0,1,1,370,1,2772.3,-4869.48,99.3061,1.10815,345,5,0,3758,0,1,0,0,0),(91867,8556,0,1,1,11178,0,2903.11,-2614.67,89.8071,5.33746,345,2,0,3529,0,1,0,0,0),(91868,8602,0,1,1,7897,0,2681.47,-4955.69,89.5717,4.35583,345,0,0,3644,0,0,0,0,0),(91869,8605,0,1,1,7900,0,3116.37,-4512.62,131.623,4.75241,345,5,0,3644,0,1,0,0,0),(91870,8602,0,1,1,7897,0,2575.22,-4512.7,89.2584,3.98437,345,5,0,3644,0,1,0,0,0),(91871,8598,0,1,1,9022,0,2812.71,-4862.33,96.2763,2.89401,345,5,0,3758,0,1,0,0,0),(91872,8530,0,1,1,10626,0,3247.21,-3048.84,157.579,5.56757,345,5,0,3293,0,1,0,0,0),(91873,8543,0,1,1,1693,0,3289.7,-3021.25,135.705,5.94306,345,5,0,3758,0,1,0,0,0),(91874,8540,0,1,1,984,0,3204.96,-3751.97,146.41,3.48152,345,5,0,3189,0,1,0,0,0),(91875,8524,0,1,1,11397,0,3032.59,-3316.9,143.295,5.3766,345,10,0,2305,4896,1,0,0,0),(91876,8605,0,1,1,7900,0,2648.94,-4619.46,87.3278,3.72952,345,10,0,3644,0,1,0,0,0),(91877,8524,0,1,1,11397,0,2946.25,-3945.32,107.523,3.9806,345,5,0,2305,4896,1,0,0,0),(91878,8598,0,1,1,9022,0,2864.92,-4848.76,99.2325,0.260602,345,10,0,3758,0,1,0,0,0),(91879,8523,0,1,1,5231,1,3034.65,-3186.98,144.405,3.68713,345,3,0,3189,0,1,0,0,0),(91880,8605,0,1,1,7900,0,3056.98,-4740.48,96.1669,5.59181,345,10,0,3644,0,1,0,0,0),(91881,8535,0,1,1,7855,0,2831.51,-2957.5,101.995,3.91386,345,10,0,3644,0,1,0,0,0),(91882,8605,0,1,1,7900,0,2488.41,-4909.71,77.7033,1.81259,345,10,0,3644,0,1,0,0,0),(91883,8598,0,1,1,9022,0,2797.81,-3971.19,100.42,3.48219,345,10,0,3758,0,1,0,0,0),(91884,17795,0,1,1,16925,0,2963.02,-3041.9,155.965,4.27606,345,0,0,42,0,0,0,0,0),(91886,8602,0,1,1,7897,0,2720.1,-3331.29,94.0079,1.81056,345,10,0,3644,0,1,0,0,0),(91887,8523,0,1,1,5231,1,3279.94,-3079.47,161.598,3.57291,345,5,0,3189,0,1,0,0,0),(91888,8524,0,1,1,11397,0,2852.54,-3526.08,106.861,3.55176,345,5,0,2305,4896,1,0,0,0),(91889,8540,0,1,1,984,0,2853.56,-3590.86,105.3,4.57519,345,10,0,3189,0,1,0,0,0),(91890,8564,0,1,1,19822,1,3370.26,-4154.72,145.722,2.98451,345,0,0,3997,0,0,0,0,0),(91891,8563,0,1,1,19827,1,3369.39,-4142.97,144.847,4.29351,345,0,0,3876,0,0,0,0,0),(91892,8540,0,1,1,984,0,3211.32,-3801.17,139.195,2.12679,345,10,0,3189,0,1,0,0,0),(91893,8523,0,1,1,5231,1,3156.03,-3948.38,116.243,3.47506,345,10,0,3189,0,1,0,0,0),(91894,8543,0,1,1,1693,0,2909.38,-3851.38,117.719,2.65968,345,10,0,3758,0,1,0,0,0),(91895,8563,0,1,1,19828,1,3382.15,-4270.09,159.166,5.37486,345,0,0,3876,0,2,0,0,0),(91896,8565,0,1,1,19820,1,3380.37,-4261.32,157.954,5.49276,345,0,0,3758,0,2,0,0,0),(91897,8564,0,1,1,19822,1,3374.07,-4266.25,158.704,5.42535,345,0,0,3997,0,0,0,0,0),(91898,8564,0,1,1,19822,1,3360.18,-4227.14,156.713,6.21337,345,0,0,3997,0,0,0,0,0),(91899,8530,0,1,1,10626,0,2948,-3813.81,125.338,1.1153,345,5,0,3293,0,1,0,0,0),(91900,8598,0,1,1,9022,0,3030.31,-4202.48,95.9397,5.81517,345,10,0,3758,0,1,0,0,0),(91901,8543,0,1,1,1693,0,2882.52,-3754.58,109.893,0.035134,345,10,0,3758,0,1,0,0,0),(91902,8563,0,1,1,19827,1,3312.9,-4242.69,159.045,3.66519,345,0,0,3876,0,0,0,0,0),(91903,12322,0,1,1,21017,1,3325.1,-4205.1,159.223,1.44862,345,0,0,4884,2434,0,0,0,0),(91904,12322,0,1,1,21017,1,3325.36,-4202.29,159.223,4.60767,345,0,0,4884,2434,0,0,0,0),(91905,8565,0,1,1,19820,1,3318.5,-4267.02,159.14,4.71408,345,0,0,3758,0,0,0,0,0),(91906,8564,0,1,1,19822,1,3318.49,-4258.08,159.14,4.71409,345,0,0,3997,0,0,0,0,0),(91907,8530,0,1,1,10626,0,2959.77,-3207.01,111.561,1.71823,345,10,0,3293,0,1,0,0,0),(91908,8598,0,1,1,9022,0,3008.73,-4108.14,96.5911,3.90629,345,10,0,3758,0,1,0,0,0),(91909,8543,0,1,1,1693,0,3017.74,-3141.74,117.467,1.15997,345,10,0,3758,0,1,0,0,0),(91910,8564,0,1,1,19822,1,3312.81,-4223.32,159.105,2.19912,345,0,0,3997,0,0,0,0,0),(91911,8564,0,1,1,19822,1,3359.14,-4244.89,156.443,0.087266,345,0,0,3997,0,0,0,0,0),(91912,8562,0,1,1,10437,1,3177.27,-4743.06,122.815,3.19828,345,5,0,3006,2241,1,0,0,0),(91913,8564,0,1,1,19822,1,3240.08,-4173.83,96.3856,3.40339,345,0,0,3997,0,0,0,0,0),(91914,8563,0,1,1,19828,1,3240.28,-4189.5,94.5669,3.35103,345,0,0,3876,0,0,0,0,0),(91915,8564,0,1,1,19822,1,3281,-4174.07,111.143,3.36848,345,0,0,3997,0,0,0,0,0),(91916,8564,0,1,1,19822,1,3280.18,-4160.36,114.088,3.40339,345,0,0,3997,0,0,0,0,0),(91917,8563,0,1,1,19828,1,3323.52,-4158.17,128.774,3.38594,345,0,0,3876,0,0,0,0,0),(91918,8563,0,1,1,19828,1,3322.95,-4146.46,130.352,3.56047,345,0,0,3876,0,0,0,0,0),(91919,8565,0,1,1,19820,1,3253.3,-4179.08,99.47,0.371801,345,0,0,3758,0,2,0,0,0),(91920,17795,0,1,1,16925,0,2574,-4794.79,145.881,1.95477,345,0,0,42,0,0,0,0,0),(91921,8546,0,1,1,10410,1,2387.77,-3758.78,180.588,2.04204,345,0,0,3876,0,0,0,0,0),(91922,8546,0,1,1,10408,1,2384.11,-3752.1,179.97,5.11381,345,0,0,3876,0,0,0,0,0),(91923,8598,0,1,1,9022,0,2915,-3111.76,111.34,2.50863,345,10,0,3758,0,1,0,0,0),(91924,8550,0,1,1,10423,1,2494.88,-3768.02,177.632,5.74213,345,0,0,2799,5598,0,0,0,0),(91925,8542,0,1,1,8783,0,2448.51,-3809.9,178.333,0,345,10,0,3758,0,1,0,0,0),(91926,17795,0,1,1,16925,0,3180.48,-4379.07,174.995,2.74017,345,0,0,42,0,0,0,0,0),(91927,8550,0,1,1,10421,1,2471.1,-3708.02,177.949,0.610865,345,0,0,2799,5598,0,0,0,0),(91928,8532,0,1,1,571,0,2515.28,-3726.28,179.105,1.48279,345,10,0,3876,0,1,0,0,0),(91929,8546,0,1,1,10411,1,2478.43,-3703.71,178.074,3.64774,345,0,0,3876,0,0,0,0,0),(91930,8532,0,1,1,571,0,2458.1,-3717.22,177.696,6.23815,345,0,0,3876,0,2,0,0,0),(91931,8545,0,1,1,7858,0,2455.05,-3648.15,178.205,2.4217,345,10,0,3997,0,1,0,0,0),(91932,8605,0,1,1,7900,0,2770.73,-3416.67,93.0242,5.30912,345,10,0,3644,0,1,0,0,0),(91933,8522,0,1,1,11172,0,2559.32,-4189.08,56.2636,3.15842,345,10,0,3876,0,1,0,0,0),(91934,8522,0,1,1,11172,0,2580.23,-4146.2,65.9439,3.70143,345,10,0,3876,0,1,0,0,0),(91935,8602,0,1,1,7897,0,2876.04,-5090.18,110.087,0.315447,345,10,0,3644,0,1,0,0,0),(91936,8522,0,1,1,11172,0,2515.91,-4141.22,47.9239,5.10313,345,10,0,3876,0,1,0,0,0),(91937,8521,0,1,1,11171,0,2491.34,-4198.53,64.0495,2.09999,345,10,0,3644,0,1,0,0,0),(91938,8598,0,1,1,9022,0,2748.47,-3435.04,96.0625,1.97948,345,10,0,3758,0,1,0,0,0),(91939,8524,0,1,1,11397,0,2790.16,-3852.24,100.805,5.37463,345,10,0,2305,4896,1,0,0,0),(91940,8553,0,1,1,10427,1,2814.52,-3757.79,122.507,3.35103,345,0,0,2305,4896,0,0,0,0),(91941,12262,0,1,1,10627,0,2794.86,-3761.12,125.507,3.36848,345,0,0,3589,0,0,0,0,0),(91942,8530,0,1,1,10626,0,2914.44,-3447.37,116.548,3.12597,345,5,0,3293,0,1,0,0,0),(91943,8543,0,1,1,1693,0,2784.08,-3247.22,102.94,2.86736,345,0,0,3758,0,2,0,0,0),(91944,8530,0,1,1,10626,0,2842.27,-3177.04,116.633,0.135132,345,10,0,3293,0,1,0,0,0),(91945,8543,0,1,1,1693,0,2927.13,-3192.55,120.196,5.53267,345,10,0,3758,0,1,0,0,0),(91946,8553,0,1,1,10427,1,2855.31,-3232.34,134.27,6.26573,345,0,0,2305,4896,0,0,0,0),(91947,12262,0,1,1,10627,0,2862.1,-3232.82,134.27,0.034907,345,0,0,3589,0,0,0,0,0),(91948,8523,0,1,1,5231,1,2906.6,-3257.25,127.513,5.53357,345,5,0,3189,0,1,0,0,0),(91949,8524,0,1,1,11397,0,2946.14,-3279.08,116.603,2.385,345,10,0,2305,4896,1,0,0,0),(91950,8530,0,1,1,10626,0,3114.21,-3782.15,130.813,3.22631,345,5,0,3293,0,1,0,0,0),(91951,8534,0,1,1,7854,0,2964.02,-3169.52,115.162,4.22896,345,10,0,3420,0,1,0,0,0),(91952,8540,0,1,1,984,0,2992.14,-3317.72,125.118,4.45621,345,10,0,3189,0,1,0,0,0),(91953,8523,0,1,1,5231,1,2906.42,-3317.48,122.619,0.352942,345,5,0,3189,0,1,0,0,0),(91954,8561,0,1,1,10441,1,3251.25,-4779.73,170.751,4.1969,345,5,0,3876,0,1,0,0,0),(91955,8562,0,1,1,10437,1,3250.71,-4752.38,163.421,0.492813,345,0,0,3006,2241,2,0,0,0),(91956,8561,0,1,1,10438,1,3312.27,-4954.05,170.737,4.42381,345,5,0,3876,0,1,0,0,0),(91957,8560,0,1,1,10446,1,3330.3,-4938.93,170.677,1.53589,345,0,0,3758,0,0,0,0,0),(91958,8560,0,1,1,10444,1,3330.66,-4934.28,170.677,4.60767,345,0,0,3758,0,0,0,0,0),(91959,8561,0,1,1,10439,1,3389.99,-5003.94,167.727,6.26573,345,0,0,3876,0,0,0,0,0),(91960,8562,0,1,1,10434,1,3389.73,-5032.56,170.329,0.541052,345,0,0,3006,2241,0,0,0,0),(91961,8562,0,1,1,10437,1,3393.82,-5029.98,170.014,3.735,345,0,0,3006,2241,0,0,0,0),(91962,8561,0,1,1,10438,1,3446.65,-5021.23,197.374,0.628319,345,0,0,3876,0,0,0,0,0),(91963,8561,0,1,1,10438,1,3480.66,-4987.98,198.403,3.9619,345,0,0,3876,0,0,0,0,0),(91964,8561,0,1,1,10438,1,3416.23,-5004.01,191.051,6.24828,345,0,0,3876,0,0,0,0,0),(91965,8561,0,1,1,10441,1,3461.96,-4971.2,197.948,4.76475,345,0,0,3876,0,0,0,0,0),(91966,8561,0,1,1,10440,1,3427.83,-5005.36,195.751,0,345,0,0,3876,0,0,0,0,0),(91967,8534,0,1,1,7854,0,1826.07,-4374.11,97.2128,5.95974,345,10,0,3420,0,1,0,0,0),(91968,8562,0,1,1,10434,1,3405.16,-4863.62,168.198,3.15905,345,0,0,3006,2241,0,0,0,0),(91969,8562,0,1,1,10437,1,3401.05,-4863.65,168.198,0,345,0,0,3006,2241,0,0,0,0),(91970,8561,0,1,1,10439,1,3285.11,-4836.27,170.67,3.01942,345,0,0,3876,0,0,0,0,0),(91971,8560,0,1,1,10447,1,3280.85,-4835.83,171.17,0.034907,345,0,0,3758,0,0,0,0,0),(91972,8562,0,1,1,10435,1,3276.88,-4852.11,171.889,3.1455,345,0,0,3006,2241,2,0,0,0),(91973,8561,0,1,1,10438,1,3361.14,-4952.69,159.503,4.06662,345,0,0,3876,0,0,0,0,0),(91974,8562,0,1,1,10435,1,3345.05,-4922.13,159.378,4.56497,345,5,0,3006,2241,1,0,0,0),(91975,8560,0,1,1,10444,1,3422.18,-4904.87,159.378,3.1765,345,0,0,3758,0,0,0,0,0),(91976,8560,0,1,1,10446,1,3410.66,-4908.06,159.378,0.715585,345,0,0,3758,0,0,0,0,0),(91977,8560,0,1,1,10444,1,3356.99,-4958.69,159.753,0.994838,345,0,0,3758,0,0,0,0,0),(91978,8561,0,1,1,10440,1,3396.84,-4936.79,162.394,0.844912,345,5,0,3876,0,1,0,0,0),(91979,8560,0,1,1,10442,1,3414.06,-4900,159.503,5.2709,345,0,0,3758,0,0,0,0,0),(91980,8561,0,1,1,10439,1,3417.9,-4957.37,166.295,2.09662,345,0,0,3876,0,2,0,0,0),(91981,8560,0,1,1,10446,1,3352.88,-4878.46,160.003,1.07747,345,0,0,3758,0,0,0,0,0),(91982,12248,0,1,1,12390,1,3373.4,-4921.86,159.846,3.95893,345,0,0,4120,0,2,0,0,0),(91983,8603,0,1,1,7898,0,2325.66,-4758.07,84.3097,6.11836,345,3,0,3293,0,1,0,0,0),(91984,8598,0,1,1,9022,0,3278.86,-4428.36,114.313,1.9513,345,10,0,3758,0,1,0,0,0),(91985,8534,0,1,1,7854,0,2416.82,-4220.05,80.1016,2.57906,345,5,0,3420,0,1,0,0,0),(91986,8534,0,1,1,7854,0,2303.05,-4434,95.7682,1.01965,345,10,0,3420,0,1,0,0,0),(91987,8601,0,1,1,7896,0,2259.36,-5050.98,71.2762,3.39415,345,5,0,3420,0,1,0,0,0),(91988,8534,0,1,1,7854,0,1580.42,-4647.03,81.9652,5.65429,345,10,0,3420,0,1,0,0,0),(91989,8603,0,1,1,7898,0,2613.32,-2411.26,55.7567,2.3982,345,3,0,3293,0,1,0,0,0),(91990,8596,0,1,1,7890,0,2385.18,-2507.07,73.5685,0.284179,345,10,0,3189,0,1,0,0,0),(91991,8598,0,1,1,9022,0,2520.92,-4889.79,77.9902,5.69156,345,10,0,3758,0,1,0,0,0),(91992,8601,0,1,1,7896,0,2198.07,-4864.76,86.2701,4.15772,345,5,0,3420,0,1,0,0,0),(91993,8601,0,1,1,7896,0,2216.16,-5033.64,54.799,1.6423,345,5,0,3420,0,1,0,0,0),(91994,8601,0,1,1,7896,0,2428.07,-4325.07,74.2913,0.009765,345,10,0,3420,0,1,0,0,0),(91995,8601,0,1,1,7896,0,2483.95,-4332.3,74.9994,5.78408,345,10,0,3420,0,1,0,0,0),(91996,8596,0,1,1,7890,0,2293.08,-2602.85,73.6654,0.203527,345,5,0,3189,0,1,0,0,0),(91997,8603,0,1,1,7898,0,2302.69,-2572.1,74.0264,3.34014,345,5,0,3293,0,1,0,0,0),(91998,8601,0,1,1,7896,0,2463.36,-4256.89,74.3751,0.695489,345,10,0,3420,0,1,0,0,0),(91999,8525,0,1,1,612,1,2992.3,-3612.3,143.678,4.25223,345,10,0,2823,2117,1,0,0,0),(92000,8597,0,1,1,7891,0,2231.86,-4443.39,118.847,6.21285,345,0,0,3529,0,0,0,0,0),(92001,8541,0,1,1,10751,0,3119.07,-3691.56,133.42,3.12402,345,10,0,3529,0,1,0,0,0),(92002,8603,0,1,1,7898,0,2710.85,-2448.35,65.6443,1.53566,345,10,0,3293,0,1,0,0,0),(92003,8530,0,1,1,10626,0,2946.3,-3629.25,131.938,4.81614,345,10,0,3293,0,1,0,0,0),(92004,8596,0,1,1,7890,0,2407.77,-2484.65,73.3236,3.85953,345,10,0,3189,0,1,0,0,0),(92005,8601,0,1,1,7896,0,2230.6,-4112.16,78.0304,4.28892,345,10,0,3420,0,1,0,0,0),(92006,8543,0,1,1,1693,0,3075.81,-3592.56,133.063,3.95333,345,10,0,3758,0,1,0,0,0),(92007,8541,0,1,1,10751,0,3236.47,-3683.02,140.595,5.81473,345,10,0,3529,0,1,0,0,0),(92008,12263,0,1,1,7864,0,3286.53,-3637.22,148.855,4.39539,345,0,0,3589,0,2,0,0,0),(92009,8543,0,1,1,1693,0,3270.81,-3639,150.073,5.96903,345,0,0,3758,0,0,0,0,0),(92010,8603,0,1,1,7898,0,2606.8,-2485.3,74.3591,3.82396,345,10,0,3293,0,1,0,0,0),(92011,8596,0,1,1,7890,0,2118.1,-2788.84,76.1045,1.54525,345,10,0,3189,0,1,0,0,0),(92012,8543,0,1,1,1693,0,3314.21,-3648.01,150.073,3.05433,345,0,0,3758,0,0,0,0,0),(92013,8543,0,1,1,1693,0,3310.93,-3631.46,150.073,3.735,345,0,0,3758,0,0,0,0,0),(92014,8534,0,1,1,7854,0,3245.26,-3695.89,141.207,2.18536,345,10,0,3420,0,1,0,0,0),(92015,8543,0,1,1,1693,0,3280.25,-3624.86,150.073,5.28835,345,0,0,3758,0,0,0,0,0),(92016,8525,0,1,1,612,1,3154.76,-3647.36,142.192,1.35329,345,5,0,2823,2117,1,0,0,0),(92017,8524,0,1,1,11397,0,3100.56,-3490.57,144.139,3.41242,345,10,0,2305,4896,1,0,0,0),(92018,8524,0,1,1,11397,0,3110.83,-3605.53,134.925,2.43789,345,10,0,2305,4896,1,0,0,0),(92019,8601,0,1,1,7896,0,2378.57,-4367.84,76.5574,1.76551,345,5,0,3420,0,1,0,0,0),(92020,8603,0,1,1,7898,0,2095.2,-4102.19,84.3144,4.85152,345,10,0,3293,0,1,0,0,0),(92021,8601,0,1,1,7896,0,2183.11,-4895.56,89.4718,0.262741,345,5,0,3420,0,1,0,0,0),(92022,8601,0,1,1,7896,0,2474.13,-4258.14,74.4633,0.404704,345,10,0,3420,0,1,0,0,0),(92023,9452,0,1,1,10405,1,1743.64,-5356.64,74.5472,2.58309,610,0,0,5151,4765,0,0,0,0),(92024,8601,0,1,1,7896,0,2166.11,-4230.51,75.6432,0.847559,345,10,0,3420,0,1,0,0,0),(92025,9447,0,1,1,10380,1,1740.53,-5354.84,74.4455,5.77704,610,0,0,5886,1982,0,0,0,0),(92026,9452,0,1,1,10405,1,1781.67,-5384.8,79.8129,5.36571,610,2,0,5151,4765,1,0,0,0),(92027,8547,0,1,1,10392,1,3054.3,-3232.23,148.673,3.24631,345,0,0,2634,2041,0,0,0,0),(92028,8540,0,1,1,984,0,3082.26,-3098.47,128.72,4.86672,345,5,0,3189,0,1,0,0,0),(92029,8602,0,1,1,7897,0,3281.98,-2989.53,135.257,5.01167,345,5,0,3644,0,1,0,0,0),(92030,8598,0,1,1,9022,0,2888.09,-3069.75,105.634,1.75842,345,10,0,3758,0,1,0,0,0),(92031,8598,0,1,1,9022,0,2851.24,-3105.83,104.799,4.19809,345,10,0,3758,0,1,0,0,0),(92032,9449,0,1,1,10387,1,1733.15,-5412.42,82.3916,2.9147,610,0,0,6078,2041,0,0,0,0),(92033,9449,0,1,1,10388,1,1776.42,-5413.44,89.6829,3.33358,610,0,0,6078,2041,0,0,0,0),(92034,9452,0,1,1,10406,1,1744.56,-5432.38,89.5371,4.08407,610,0,0,5151,4765,0,0,0,0),(92035,16117,0,1,1,6121,0,2993.79,-2847.64,101.745,2.2225,345,10,0,3968,0,1,0,0,0),(92036,8602,0,1,1,7897,0,3157.8,-4177.61,95.8055,4.0169,345,10,0,3644,0,1,0,0,0),(92037,9449,0,1,1,10389,1,1730.58,-5412.21,82.3915,0.069813,610,0,0,6078,2041,0,0,0,0),(92038,9452,0,1,1,10406,1,1774.53,-5414.07,89.6816,0.541052,610,0,0,5151,4765,0,0,0,0),(92039,8602,0,1,1,7897,0,3260.5,-4420.22,109.851,4.31202,345,10,0,3644,0,1,0,0,0),(92040,9447,0,1,1,10380,1,1751.32,-5404.26,98.0558,0.526363,610,0,0,5886,1982,2,0,0,0),(92041,9449,0,1,1,10388,1,1749.14,-5463.99,89.5411,0.366519,610,0,0,6078,2041,0,0,0,0),(92042,9452,0,1,1,10405,1,1743.24,-5434.36,89.5346,1.02974,610,0,0,5151,4765,0,0,0,0),(92043,9452,0,1,1,10406,1,1736.49,-5459.58,89.6199,5.39307,610,0,0,5151,4765,0,0,0,0),(92044,9452,0,1,1,10403,1,1751.7,-5462.42,89.6249,3.83972,610,0,0,5151,4765,0,0,0,0),(92045,8605,0,1,1,7900,0,2749.95,-3879.61,97.1214,3.65966,345,10,0,3644,0,1,0,0,0),(92046,9447,0,1,1,10378,1,1704.07,-5447.56,73.695,1.37881,610,0,0,5886,1982,0,0,0,0),(92047,9452,0,1,1,10405,1,1738.15,-5461.6,89.6184,2.25148,610,0,0,5151,4765,0,0,0,0),(92048,9449,0,1,1,10390,1,1704.44,-5443.29,73.7868,4.72984,610,0,0,6078,2041,0,0,0,0),(92049,9449,0,1,1,10388,1,1626.51,-5338.56,75.9702,4.4855,610,0,0,6078,2041,0,0,0,0),(92050,9447,0,1,1,10378,1,1606.48,-5336.73,75.9702,1.09956,610,0,0,5886,1982,0,0,0,0),(92051,9447,0,1,1,10377,1,1610.88,-5338.72,75.9702,1.25664,610,0,0,5886,1982,0,0,0,0),(92052,9449,0,1,1,10388,1,1580.94,-5324.97,75.9702,1.79769,610,0,0,6078,2041,0,0,0,0),(92053,9449,0,1,1,10388,1,1625.77,-5342.24,75.9702,1.39626,610,0,0,6078,2041,0,0,0,0),(92054,9447,0,1,1,10377,1,1580.15,-5321.76,75.9702,4.97419,610,0,0,5886,1982,0,0,0,0),(92055,8540,0,1,1,984,0,2999.57,-2871.35,93.6038,1.98694,345,3,0,3189,0,1,0,0,0),(92056,8540,0,1,1,984,0,2989.59,-2866.92,100.76,5.65382,345,0,0,3189,0,0,0,0,0),(92057,9452,0,1,1,10404,1,1636.88,-5305,99.9961,1.78024,610,0,0,5151,4765,0,0,0,0),(92058,9449,0,1,1,10390,1,1623.03,-5292.62,99.9683,2.66432,610,0,0,6078,2041,2,0,0,0),(92059,9449,0,1,1,10388,1,1636.39,-5301.58,99.9961,4.7822,610,0,0,6078,2041,0,0,0,0),(92060,8598,0,1,1,9022,0,2662.98,-4678.62,80.1909,5.6814,345,10,0,3758,0,1,0,0,0),(92061,9449,0,1,1,10387,1,1630.7,-5349.35,74.9122,3.64774,610,0,0,6078,2041,0,0,0,0),(92062,9452,0,1,1,10405,1,1628.98,-5350.39,75.0511,0.575959,610,0,0,5151,4765,0,0,0,0),(92063,8602,0,1,1,7897,0,3152.42,-2914.11,121.814,0.604803,345,10,0,3644,0,1,0,0,0),(92064,8523,0,1,1,5231,1,2968.51,-2754.77,112.841,3.99514,345,0,0,3189,0,0,0,0,0),(92065,8598,0,1,1,9022,0,2848.63,-3389.4,96.2651,4.63622,345,10,0,3758,0,1,0,0,0),(92066,17878,0,1,1,9788,0,3225.21,-4562.78,108.809,4.90438,345,0,0,3052,0,0,0,0,0),(92067,17878,0,1,1,9789,0,3219.52,-4571.79,109.834,1.43117,345,0,0,3052,0,0,0,0,0),(92068,8543,0,1,1,1693,0,3053.05,-3020.49,126.079,3.86272,345,0,0,3758,0,2,0,0,0),(92069,8530,0,1,1,10626,0,2946.58,-3159.84,112.359,1.01284,345,10,0,3293,0,1,0,0,0),(92070,8519,0,1,1,5497,0,1718.34,-4618.59,56.7168,6.1916,345,5,0,3293,0,1,0,0,0),(92071,8543,0,1,1,1693,0,3107.5,-3049.48,135.132,4.14986,345,5,0,3758,0,1,0,0,0),(92072,17878,0,1,1,9789,0,3217.72,-4566.05,109.435,6.03884,345,0,0,3052,0,0,0,0,0),(92073,8520,0,1,1,5563,0,1753.96,-4516.92,39.1088,0.828249,345,10,0,3529,0,1,0,0,0),(92074,8520,0,1,1,5563,0,1724.83,-4541.82,62.1611,0.565318,345,10,0,3529,0,1,0,0,0),(92075,17878,0,1,1,9789,0,3227.12,-4569.34,109.334,3.14159,345,0,0,3052,0,0,0,0,0),(92076,8524,0,1,1,11397,0,2904,-2898.08,100.858,4.9229,345,0,0,2305,4896,0,0,0,0),(92077,8530,0,1,1,10626,0,2915.88,-2903.53,100.871,3.28644,345,0,0,3293,0,0,0,0,0),(92078,8523,0,1,1,5231,1,2911.61,-2889.76,105.636,2.65103,345,3,0,3189,0,1,0,0,0),(92079,8603,0,1,1,7898,0,2424.58,-4341.68,74.569,5.23423,345,10,0,3293,0,1,0,0,0),(92080,8524,0,1,1,11397,0,2959.66,-2862.72,107.63,2.40756,345,0,0,2305,4896,0,0,0,0),(92081,8524,0,1,1,11397,0,2957.57,-2877.24,107.63,2.2644,345,3,0,2305,4896,1,0,0,0),(92082,8540,0,1,1,984,0,2982.81,-2910.77,104.119,5.1673,345,10,0,3189,0,1,0,0,0),(92083,17878,0,1,1,9788,0,3231.18,-4499.37,111.761,2.32129,345,0,0,3052,0,0,0,0,0),(92084,8521,0,1,1,11171,0,2483.51,-4119.6,65.5202,6.20565,345,10,0,3644,0,1,0,0,0),(92085,8522,0,1,1,11172,0,2460.08,-4152.49,46.8052,4.89104,345,10,0,3876,0,1,0,0,0),(92086,8530,0,1,1,10626,0,2903.24,-3384.21,115.5,2.58782,345,5,0,3293,0,1,0,0,0),(92087,8540,0,1,1,984,0,3016.32,-2830.38,110.94,1.64845,345,3,0,3189,0,1,0,0,0),(92088,8530,0,1,1,10626,0,3002.71,-2831.88,110.935,4.07943,345,3,0,3293,0,1,0,0,0),(92089,8598,0,1,1,9022,0,2775.94,-4094.98,98.5301,4.12542,345,10,0,3758,0,1,0,0,0),(92090,8540,0,1,1,984,0,2978.66,-2867.53,100.772,1.25535,345,3,0,3189,0,1,0,0,0),(92091,8523,0,1,1,5231,1,2967.58,-2870.65,100.149,2.75083,345,3,0,3189,0,1,0,0,0),(92092,8530,0,1,1,10626,0,2970.24,-2875.12,107.63,5.24046,345,0,0,3293,0,0,0,0,0),(92093,8530,0,1,1,10626,0,2993.32,-2863.39,107.63,5.10482,345,3,0,3293,0,1,0,0,0),(92094,8523,0,1,1,5231,1,2979.24,-2863.68,107.63,4.32478,345,3,0,3189,0,1,0,0,0),(92095,8530,0,1,1,10626,0,2854.81,-3654.9,113.487,5.74907,345,10,0,3293,0,1,0,0,0),(92096,8602,0,1,1,7897,0,2769.98,-3956.97,98.5566,2.47875,345,10,0,3644,0,1,0,0,0),(92097,8598,0,1,1,9022,0,2611.91,-4366.74,79.3155,2.3997,345,5,0,3758,0,1,0,0,0),(92098,17878,0,1,1,9788,0,3265.75,-4515.55,108.427,1.23918,345,0,0,3052,0,0,0,0,0),(92099,17878,0,1,1,9789,0,3247.6,-4540.93,107.465,1.98968,345,0,0,3052,0,0,0,0,0),(92100,17878,0,1,1,9788,0,3250.61,-4529.12,107.88,4.74729,345,0,0,3052,0,0,0,0,0),(92101,17878,0,1,1,9789,0,3254.11,-4536.09,107.694,3.29867,345,0,0,3052,0,0,0,0,0),(92102,17878,0,1,1,775,0,3273.11,-4516.7,108.297,2.6529,345,0,0,3052,0,0,0,0,0),(92103,17878,0,1,1,9789,0,3244.32,-4529.37,108.039,5.84685,345,0,0,3052,0,0,0,0,0),(92104,17878,0,1,1,9788,0,3242.85,-4536.05,107.75,0.750492,345,0,0,3052,0,0,0,0,0),(92105,17878,0,1,1,775,0,3243.05,-4554.17,106.554,3.7001,345,0,0,3052,0,0,0,0,0),(92106,17878,0,1,1,775,0,3234.55,-4553.37,106.888,0.20944,345,0,0,3052,0,0,0,0,0),(92107,17878,0,1,1,775,0,3236.42,-4562.58,106.303,1.43117,345,0,0,3052,0,0,0,0,0),(92108,17878,0,1,1,9789,0,3190.97,-4522.22,109.289,6.14356,345,10,0,3052,0,1,0,0,0),(92109,17878,0,1,1,11489,0,3200.99,-4555.45,108.152,0.174533,345,0,0,3052,0,0,0,0,0),(92110,17878,0,1,1,9788,0,3198.84,-4529.81,109.601,2.3911,345,10,0,3052,0,1,0,0,0),(92111,17878,0,1,1,9789,0,3208.6,-4561.11,107.515,2.49582,345,0,0,3052,0,0,0,0,0),(92112,8603,0,1,1,7898,0,2410.84,-4165.4,75.5256,3.94916,345,5,0,3293,0,1,0,0,0),(92113,8605,0,1,1,7900,0,2821.11,-4257.54,88.574,2.91206,345,10,0,3644,0,1,0,0,0),(92114,8601,0,1,1,7896,0,2246.86,-4076.01,80.7282,2.53191,345,10,0,3420,0,1,0,0,0),(92115,8603,0,1,1,7898,0,2267.93,-4322.31,74.8087,3.79252,345,10,0,3293,0,1,0,0,0),(92116,8597,0,1,1,7891,0,2222.34,-4938,77.5105,5.4895,345,5,0,3529,0,1,0,0,0),(92117,8601,0,1,1,7896,0,2191.66,-4993.54,79.3725,4.22341,345,5,0,3420,0,1,0,0,0),(92118,8601,0,1,1,7896,0,2102,-3973.26,135.075,0.632959,345,10,0,3420,0,1,0,0,0),(92119,8603,0,1,1,7898,0,2347.6,-4324.54,77.2734,2.45648,345,10,0,3293,0,1,0,0,0),(92120,9449,0,1,1,10389,1,1667.73,-5214.4,95.6034,1.63451,610,5,0,6078,2041,1,0,0,0),(92121,8597,0,1,1,7891,0,2312.26,-4288.92,78.2225,5.32855,345,5,0,3529,0,1,0,0,0),(92122,8603,0,1,1,7898,0,2091.67,-4025,125.148,5.48592,345,5,0,3293,0,1,0,0,0),(92123,8598,0,1,1,9022,0,2781.71,-3925.92,101.74,1.33899,345,5,0,3758,0,1,0,0,0),(92124,8561,0,1,1,10440,1,3459.29,-4934.36,171.895,4.7822,345,0,0,3876,0,0,0,0,0),(92125,8602,0,1,1,7897,0,2828.65,-3395.66,96.023,3.71604,345,10,0,3644,0,1,0,0,0),(92126,8602,0,1,1,7897,0,2783.82,-3382.72,93.6394,1.93117,345,10,0,3644,0,1,0,0,0),(92127,8535,0,1,1,7855,0,3077.72,-4512.63,114.359,0.564185,345,10,0,3644,0,1,0,0,0),(92128,8605,0,1,1,7900,0,2793.08,-3078.74,101.996,1.23329,345,3,0,3644,0,1,0,0,0),(92129,8602,0,1,1,7897,0,2487.31,-4804.37,83.9896,1.09937,345,5,0,3644,0,1,0,0,0),(92130,8598,0,1,1,9022,0,3169.48,-4605.87,105.276,5.28631,345,10,0,3758,0,1,0,0,0),(92131,8602,0,1,1,7897,0,3076.39,-2939.52,118.353,0.905814,345,10,0,3644,0,1,0,0,0),(92132,8602,0,1,1,7897,0,2819.31,-2983.82,98.6304,1.35139,345,10,0,3644,0,1,0,0,0),(92133,8602,0,1,1,7897,0,3199.58,-4239.13,94.5764,2.21352,345,10,0,3644,0,1,0,0,0),(92134,8602,0,1,1,7897,0,2687.58,-3450.05,110.738,4.38817,345,3,0,3644,0,1,0,0,0),(92135,8602,0,1,1,7897,0,3176.36,-4227.64,94.9118,4.06694,345,10,0,3644,0,1,0,0,0),(92136,8598,0,1,1,9022,0,2753.39,-4128.72,95.8102,4.6596,345,10,0,3758,0,1,0,0,0),(92137,8603,0,1,1,7898,0,2176.14,-4176.71,78.369,6.24215,345,10,0,3293,0,1,0,0,0),(92138,10824,0,1,1,19824,1,3322.89,-4204.41,159.128,4.53426,43200,0,0,4120,0,2,0,0,0),(92139,8607,0,1,1,11141,0,2218.21,-5044.74,54.6477,4.71533,345,3,0,3293,0,1,0,0,0),(92140,8546,0,1,1,10409,1,2597.64,-5356.64,175.951,5.51524,345,0,0,3876,0,0,0,0,0),(92141,8598,0,1,1,9022,0,2687.34,-4209.32,89.3648,1.59716,345,5,0,3758,0,1,0,0,0),(92142,8560,0,1,1,10447,1,3186.69,-4668.48,117.84,4.49362,345,0,0,3758,0,2,0,0,0),(92143,8550,0,1,1,10423,1,2502.1,-3809.92,177.881,0.087266,345,0,0,2799,5598,0,0,0,0),(92144,9447,0,1,1,10378,1,1721.67,-5335.45,74.1769,1.20428,610,0,0,5886,1982,0,0,0,0),(92145,8603,0,1,1,7898,0,2346.08,-4177.79,101.426,1.55029,345,5,0,3293,0,1,0,0,0),(92146,9449,0,1,1,10388,1,1717.68,-5482.17,80.1111,3.46535,610,2,0,6078,2041,1,0,0,0),(92147,9447,0,1,1,10380,1,1723.19,-5331.86,73.9422,4.27606,610,0,0,5886,1982,0,0,0,0),(92148,8560,0,1,1,10446,1,3232.75,-4682.35,136.718,5.12357,345,0,0,3758,0,2,0,0,0),(92149,9447,0,1,1,10377,1,1730.17,-5192.84,73.7223,2.46091,610,0,0,5886,1982,0,0,0,0),(92150,8534,0,1,1,7854,0,2937.36,-3764.81,117.885,3.01033,345,10,0,3420,0,1,0,0,0),(92151,8524,0,1,1,11397,0,2848.92,-3708.38,108.921,0.147007,345,10,0,2305,4896,1,0,0,0),(92152,8602,0,1,1,7897,0,2951.7,-4338.81,87.1554,4.05443,345,10,0,3644,0,1,0,0,0),(92153,8530,0,1,1,10626,0,2930.25,-3588.69,117.973,4.06615,345,5,0,3293,0,1,0,0,0),(92154,8523,0,1,1,5231,1,2910.32,-3520.23,112.461,1.85959,345,5,0,3189,0,1,0,0,0),(92155,8605,0,1,1,7900,0,2645.63,-4144.45,82.9665,1.22712,345,10,0,3644,0,1,0,0,0),(92156,8524,0,1,1,11397,0,3013.59,-3579.01,128.792,1.86786,345,5,0,2305,4896,1,0,0,0),(92157,8524,0,1,1,11397,0,2889.52,-3635.25,117.228,5.4403,345,5,0,2305,4896,1,0,0,0),(92158,8530,0,1,1,10626,0,2883.32,-3678.68,116.991,5.73864,345,5,0,3293,0,1,0,0,0),(92159,8602,0,1,1,7897,0,3085.99,-4164.89,96.5421,1.03021,345,10,0,3644,0,1,0,0,0),(92160,8598,0,1,1,9022,0,2751.73,-3530.91,105.891,1.69515,345,10,0,3758,0,1,0,0,0),(92161,8523,0,1,1,5231,1,2886.49,-3550.06,118.288,5.22178,345,5,0,3189,0,1,0,0,0),(92162,8598,0,1,1,9022,0,2725.88,-4142.16,92.5487,5.05515,345,10,0,3758,0,1,0,0,0),(92163,8602,0,1,1,7897,0,3098.45,-4109.47,101.185,4.1884,345,10,0,3644,0,1,0,0,0),(92164,8543,0,1,1,1693,0,3152.77,-3587.73,146.093,5.8501,345,10,0,3758,0,1,0,0,0),(92165,8543,0,1,1,1693,0,2953.68,-3545.52,129.608,1.47696,345,5,0,3758,0,1,0,0,0),(92166,8524,0,1,1,11397,0,3248.42,-3632.37,153.55,1.3481,345,3,0,2305,4896,1,0,0,0),(92167,8530,0,1,1,10626,0,3188.24,-3620.6,163.911,5.41614,345,5,0,3293,0,1,0,0,0),(92168,8543,0,1,1,1693,0,3277.02,-3752.51,149.675,3.24445,345,3,0,3758,0,1,0,0,0),(92169,8530,0,1,1,10626,0,3225.54,-3864.76,139.116,0.277316,345,3,0,3293,0,1,0,0,0),(92170,8530,0,1,1,10626,0,3251.38,-3779.88,142.553,4.32606,345,5,0,3293,0,1,0,0,0),(92171,8524,0,1,1,11397,0,3193.95,-3922.19,134.221,6.23045,345,5,0,2305,4896,1,0,0,0),(92172,8561,0,1,1,10440,1,3300.08,-4893.36,173.297,2.01349,345,5,0,3876,0,1,0,0,0),(92173,8601,0,1,1,7896,0,2124.47,-4692.52,75.3879,6.13527,345,10,0,3420,0,1,0,0,0),(92174,8560,0,1,1,10444,1,3188.67,-4643.51,119.916,5.0091,345,0,0,3758,0,0,0,0,0),(92175,8562,0,1,1,10435,1,3192.56,-4646.55,119.947,2.58309,345,0,0,3006,2241,0,0,0,0),(92176,8550,0,1,1,10423,1,2502.8,-3770.04,177.625,2.70526,345,0,0,2799,5598,0,0,0,0),(92177,8539,0,1,1,7857,0,2535.59,-3768.37,178.143,4.65413,345,5,0,3758,0,1,0,0,0),(92178,8558,0,1,1,9758,0,2415.15,-3694.29,179.242,4.03171,345,0,0,3876,0,0,0,0,0),(92179,8598,0,1,1,9022,0,3033.04,-4320.53,99.4552,0.477345,345,10,0,3758,0,1,0,0,0),(92180,8598,0,1,1,9022,0,3107.23,-2975.52,123.215,3.14131,345,10,0,3758,0,1,0,0,0),(92181,8561,0,1,1,10440,1,3237.44,-4708.58,151.897,2.65156,345,5,0,3876,0,1,0,0,0),(92182,8532,0,1,1,571,0,2747.75,-4717.19,75.3358,0.250837,345,10,0,3876,0,1,0,0,0),(92183,8527,0,1,1,370,1,2788.38,-4744.71,76.901,5.95639,345,10,0,3758,0,1,0,0,0),(92184,8527,0,1,1,370,1,2745.32,-4747.23,76.632,3.09757,345,10,0,3758,0,1,0,0,0),(92185,8532,0,1,1,571,0,2745.72,-4783.77,75.8856,4.9564,345,10,0,3876,0,1,0,0,0),(92186,8532,0,1,1,571,0,2774.05,-4722.28,76.3707,2.45225,345,10,0,3876,0,1,0,0,0),(92187,8546,0,1,1,10410,1,2826.7,-4739.58,76.0103,2.42601,345,0,0,3876,0,0,0,0,0),(92188,8561,0,1,1,10439,1,3250.04,-4691.9,143.893,5.59807,345,5,0,3876,0,1,0,0,0),(92189,8532,0,1,1,571,0,2812.01,-4719.99,78.1058,2.77185,345,10,0,3876,0,1,0,0,0),(92190,8546,0,1,1,10409,1,2823.03,-4735.66,75.9236,5.35816,345,0,0,3876,0,0,0,0,0),(92191,8527,0,1,1,370,1,2850.77,-4735.13,81.8455,4.29545,345,10,0,3758,0,1,0,0,0),(92192,8546,0,1,1,10408,1,2836.47,-4764.76,83.1531,0.314159,345,0,0,3876,0,0,0,0,0),(92193,8546,0,1,1,10408,1,2840.86,-4762.46,82.6267,3.735,345,0,0,3876,0,0,0,0,0),(92194,8532,0,1,1,571,0,2872.44,-4739.01,84.7576,0.33225,345,5,0,3876,0,1,0,0,0),(92195,8532,0,1,1,571,0,2788.19,-4678.02,98.532,1.60104,345,5,0,3876,0,1,0,0,0),(92196,8527,0,1,1,370,1,2753.39,-4687.49,78.9855,2.31421,345,10,0,3758,0,1,0,0,0),(92197,8532,0,1,1,571,0,2810.97,-4688.84,98.5347,5.21741,345,5,0,3876,0,1,0,0,0),(92198,8527,0,1,1,370,1,2848.39,-4697.08,96.4548,4.79234,345,10,0,3758,0,1,0,0,0),(92199,8557,0,1,1,6841,0,2777.46,-4811.48,79.9999,1.43117,345,0,0,3758,0,0,0,0,0),(92200,8557,0,1,1,6841,0,2779.05,-4805.75,80.2152,4.55531,345,0,0,3758,0,0,0,0,0),(92201,8527,0,1,1,370,1,2812.37,-4789.63,96.0928,6.16126,345,5,0,3758,0,1,0,0,0),(92202,8532,0,1,1,571,0,2771.28,-4784.96,78.8405,2.34736,345,10,0,3876,0,1,0,0,0),(92203,8602,0,1,1,7897,0,3073.57,-4023.21,104.063,3.03007,345,10,0,3644,0,1,0,0,0),(92204,8539,0,1,1,7857,0,2648.14,-5405.01,160.288,5.22499,345,10,0,3758,0,1,0,0,0),(92205,8606,0,1,1,681,0,2154.19,-5060.62,50.3725,4.9448,345,10,0,3529,0,1,0,0,0),(92206,9447,0,1,1,10380,1,1727.79,-5191.16,73.7369,5.60251,610,0,0,5886,1982,0,0,0,0),(92207,8596,0,1,1,7890,0,2683.78,-2425.31,62.8708,1.15693,345,10,0,3189,0,1,0,0,0),(92208,8530,0,1,1,10626,0,3020.83,-3277.01,142.284,4.0189,345,3,0,3293,0,1,0,0,0),(92209,8530,0,1,1,10626,0,3114.07,-3242.49,146.176,3.33612,345,5,0,3293,0,1,0,0,0),(92210,8541,0,1,1,10751,0,3089.29,-3178.84,141.781,3.48153,345,10,0,3529,0,1,0,0,0),(92211,8524,0,1,1,11397,0,3052.79,-3113.27,129.645,1.19496,345,0,0,2305,4896,2,0,0,0),(92212,8555,0,1,1,3004,0,2978.03,-2828.08,105.686,0.618434,345,10,0,3189,0,1,0,0,0),(92213,8556,0,1,1,11178,0,2938.21,-2878.71,99.2725,1.9324,345,10,0,3529,0,1,0,0,0),(92214,8555,0,1,1,3004,0,2947.38,-2844.13,104.719,0.975752,345,5,0,3189,0,1,0,0,0),(92215,8530,0,1,1,10626,0,3014.24,-2830.02,106.161,1.41792,345,0,0,3293,0,0,0,0,0),(92216,8523,0,1,1,5231,1,3003.82,-2829.85,106.174,4.3918,345,0,0,3189,0,0,0,0,0),(92217,8555,0,1,1,3004,0,2946.7,-2808.76,106.573,2.1261,345,5,0,3189,0,1,0,0,0),(92218,8530,0,1,1,10626,0,2962.68,-2735.41,115.565,5.8662,345,10,0,3293,0,1,0,0,0),(92219,8555,0,1,1,3004,0,2965.59,-2783.07,110.778,5.23169,345,10,0,3189,0,1,0,0,0),(92220,10826,0,1,1,7847,1,2953.25,-3200.92,113.18,5.38088,43200,0,0,3758,0,2,0,0,0),(92221,8523,0,1,1,5231,1,3049.47,-2881.51,109.534,0.585295,345,10,0,3189,0,1,0,0,0),(92222,8601,0,1,1,7896,0,2135.13,-4688.31,76.8424,3.29053,345,10,0,3420,0,1,0,0,0),(92223,8561,0,1,1,10441,1,3444.63,-4886.93,166.214,2.47458,345,5,0,3876,0,1,0,0,0),(92224,8562,0,1,1,10435,1,3379.26,-4847.99,166.468,6.21559,345,5,0,3006,2241,1,0,0,0),(92225,8562,0,1,1,10435,1,3460.56,-4919.15,170.539,1.71042,345,0,0,3006,2241,0,0,0,0),(92226,8560,0,1,1,10444,1,3461.63,-4914.65,170.539,4.2237,345,0,0,3758,0,0,0,0,0),(92227,8540,0,1,1,984,0,3079.46,-3941.73,115.92,5.62482,345,10,0,3189,0,1,0,0,0),(92228,8523,0,1,1,5231,1,3102.82,-3914.5,125.478,6.20694,345,3,0,3189,0,1,0,0,0),(92229,8543,0,1,1,1693,0,3185.1,-3842.97,130.932,3.71546,345,0,0,3758,0,2,0,0,0),(92230,8530,0,1,1,10626,0,3156.45,-3812.18,130.071,0.628079,345,10,0,3293,0,1,0,0,0),(92231,8530,0,1,1,10626,0,3075,-3837.5,125.726,3.7291,345,10,0,3293,0,1,0,0,0),(92232,12247,0,1,1,12271,0,3124.36,-3868.76,138.446,0.994838,345,0,0,42,0,0,0,0,0),(92233,12255,0,1,1,7804,0,3124.34,-3868.78,138.446,2.70526,345,0,0,42,0,0,0,0,0),(92234,8540,0,1,1,984,0,3050.58,-3848.98,119.515,0.718371,345,10,0,3189,0,1,0,0,0),(92235,8553,0,1,1,10429,1,3135.96,-3867.93,135.447,3.33358,345,0,0,2305,4896,0,0,0,0),(92236,12262,0,1,1,10627,0,3117.6,-3870.24,138.447,3.29867,345,0,0,3589,0,0,0,0,0),(92237,8534,0,1,1,7854,0,3148.88,-3803.62,131.041,6.19323,345,10,0,3420,0,1,0,0,0),(92238,8561,0,1,1,10439,1,3333,-5000.86,168.796,0.733038,345,0,0,3876,0,0,0,0,0),(92239,8561,0,1,1,10441,1,3336.11,-4999.15,168.796,3.38594,345,0,0,3876,0,0,0,0,0),(92240,8541,0,1,1,10751,0,2093.66,-4509.98,78.4174,5.41554,345,0,0,3529,0,0,0,0,0),(92241,8558,0,1,1,9758,0,2544.98,-3705.43,179.726,2.6529,345,0,0,3876,0,0,0,0,0),(92242,8558,0,1,1,9758,0,2537.94,-3702.79,179.667,6.02139,345,0,0,3876,0,0,0,0,0),(92243,8543,0,1,1,1693,0,3188.29,-3421.94,164.979,2.66484,345,0,0,3758,0,0,0,0,0),(92244,11288,0,1,1,10938,1,2515.42,-4165.8,48.4042,0.558505,345,0,0,1114,0,0,0,0,0),(92245,11288,0,1,1,10935,1,2507.5,-4161.34,47.2829,2.51327,345,0,0,1114,0,0,0,0,0),(92246,11288,0,1,1,10935,1,2509.99,-4160.89,47.1341,0.174533,345,0,0,1114,0,0,0,0,0),(92247,11288,0,1,1,10938,1,2512.14,-4162.29,47.5487,1.81514,345,0,0,1114,0,0,0,0,0),(92248,11288,0,1,1,10935,1,2515.1,-4167.76,48.8744,5.32325,345,0,0,1114,0,0,0,0,0),(92249,11288,0,1,1,10936,1,2514.5,-4163.62,47.987,4.50295,345,0,0,1114,0,0,0,0,0),(92250,8541,0,1,1,10751,0,3183.98,-3554.36,152.852,2.65611,345,10,0,3529,0,1,0,0,0),(92251,8530,0,1,1,10626,0,3213.11,-3595.36,149.782,0.655273,345,10,0,3293,0,1,0,0,0),(92252,8525,0,1,1,612,1,3143.41,-3358.27,156.996,0.96871,345,5,0,2823,2117,1,0,0,0),(92253,12251,0,1,1,7804,0,3180.14,-3320.52,165.243,0.05236,345,0,0,42,0,0,0,0,0),(92254,12247,0,1,1,12271,0,3179.95,-3320.36,165.243,0.366519,345,0,0,42,0,0,0,0,0),(92255,8548,0,1,1,10956,1,2030.31,-4423.48,76.4772,0.21448,345,0,0,2915,2163,0,0,0,0),(92256,8556,0,1,1,11178,0,3183.35,-3324.72,163.548,2.44346,345,0,0,3529,0,0,0,0,0),(92257,8526,0,1,1,9788,0,2024.81,-4430.5,76.4772,2.72061,345,0,0,2550,5206,0,0,0,0),(92258,12262,0,1,1,10627,0,3175.24,-3315.21,165.244,2.28638,345,0,0,3589,0,0,0,0,0),(92259,8541,0,1,1,10751,0,3121.33,-3307.31,141.537,4.9877,345,0,0,3529,0,2,0,0,0),(92260,8601,0,1,1,7896,0,2399.82,-4125.26,86.1,0.862064,345,3,0,3420,0,1,0,0,0),(92261,8529,0,1,1,7847,1,2539.73,-3752.12,178.789,3.01882,345,10,0,3997,0,1,0,0,0),(92262,12247,0,1,1,12271,0,3182.83,-3461.3,167.478,3.24631,345,0,0,42,0,0,0,0,0),(92263,12252,0,1,1,7804,0,3182.85,-3461.13,167.478,5.77704,345,0,0,42,0,0,0,0,0),(92264,8553,0,1,1,10427,1,3185.53,-3456.8,165.529,4.13643,345,0,0,2305,4896,0,0,0,0),(92265,8525,0,1,1,612,1,3214.54,-3493.96,153.802,4.71636,345,5,0,2823,2117,1,0,0,0),(92266,12262,0,1,1,10627,0,3178.88,-3468.25,167.479,4.27606,345,0,0,3589,0,0,0,0,0),(92267,8543,0,1,1,1693,0,3147.86,-3521.45,156.482,1.53646,345,0,0,3758,0,2,0,0,0),(92268,8524,0,1,1,11397,0,3121.22,-3416.78,138.9,1.62735,345,10,0,2305,4896,1,0,0,0),(92269,8553,0,1,1,10430,1,3075.49,-3368.79,154.443,0,345,0,0,2305,4896,0,0,0,0),(92270,8530,0,1,1,10626,0,3045.88,-3547.27,127.715,2.50102,345,10,0,3293,0,1,0,0,0),(92271,8553,0,1,1,10429,1,3083.83,-3368.92,154.443,3.22886,345,0,0,2305,4896,0,0,0,0),(92272,8543,0,1,1,1693,0,3052.18,-3487.22,132.574,3.48219,345,0,0,3758,0,2,0,0,0),(247229,16031,329,1,1,0,0,4044.05,-3334.55,115.54,4.12,86400,0,0,6104,0,0,0,0,0),(92274,8553,0,1,1,10429,1,3259.74,-3390.09,143.522,1.71042,345,0,0,2305,4896,0,0,0,0),(92275,8543,0,1,1,1693,0,3085.75,-3453.26,136.028,4.93622,345,0,0,3758,0,2,0,0,0),(52146,14646,329,1,1,11686,0,3492.34,-3065.4,135.646,4.72984,86400,0,0,57,0,0,0,0,0),(247226,10516,329,1,1,0,0,3706.78,-3412.97,132.05,2.08,86400,0,0,11136,0,0,0,0,0),(92278,8543,0,1,1,1693,0,2996.2,-3507.77,146.54,2.93373,345,0,0,3758,0,2,0,0,0),(92279,8553,0,1,1,10430,1,3258.43,-3373.41,144.274,4.67748,345,0,0,2305,4896,0,0,0,0),(247225,10393,329,1,1,0,0,3481.68,-3318.06,130.78,0,86400,0,0,13065,10922,0,0,0,0),(92281,8530,0,1,1,10626,0,3040.34,-3613.83,123.9,1.90483,345,10,0,3293,0,1,0,0,0),(92282,12263,0,1,1,7864,0,3013.67,-3435.91,149.708,0.994854,345,0,0,3589,0,2,0,0,0),(92283,8561,0,1,1,10441,1,3225.5,-4721.81,154.733,5.2709,345,0,0,3876,0,0,0,0,0),(92284,8562,0,1,1,10435,1,3229.44,-4725.53,154.905,2.54818,345,0,0,3006,2241,0,0,0,0),(92285,8530,0,1,1,10626,0,2980.72,-3181.93,127.335,3.25117,345,5,0,3293,0,1,0,0,0),(92286,8605,0,1,1,7900,0,2779.06,-5044.27,90.9328,1.84204,345,5,0,3644,0,1,0,0,0),(92287,12337,0,1,1,10502,1,2814.72,-4466.88,89.9556,3.96079,610,0,0,14652,4868,2,0,0,0),(92288,13118,0,1,1,10494,1,2807.56,-4474.55,89.9657,4.01185,610,0,0,8352,0,2,0,0,0),(92289,13118,0,1,1,10492,1,2821.24,-4460.42,89.9439,3.94116,610,0,0,8352,0,2,0,0,0),(92290,13118,0,1,1,10492,1,2818.17,-4463.67,89.9566,3.94901,610,0,0,8352,0,2,0,0,0),(92291,13118,0,1,1,10492,1,2810.57,-4471.33,89.9647,3.96079,610,0,0,8352,0,2,0,0,0),(92292,8597,0,1,1,7891,0,2195.61,-4210.71,76.8386,3.16488,345,3,0,3529,0,1,0,0,0),(92293,8601,0,1,1,7896,0,2501.91,-4248.48,77.235,2.92081,345,10,0,3420,0,1,0,0,0),(92294,8597,0,1,1,7891,0,2353.49,-4094.84,77.046,4.98438,345,10,0,3529,0,1,0,0,0),(92295,8603,0,1,1,7898,0,2282.31,-4151.71,94.8817,1.93376,345,5,0,3293,0,1,0,0,0),(92296,8607,0,1,1,11141,0,2189.1,-5076.95,50.6731,0.654311,345,5,0,3293,0,1,0,0,0),(92297,8606,0,1,1,681,0,2244.26,-5085.14,54.3628,0.645819,345,5,0,3529,0,1,0,0,0),(92298,8597,0,1,1,7891,0,2284.92,-4323.77,74.4438,1.72015,345,10,0,3529,0,1,0,0,0),(92299,8600,0,1,1,7894,0,1792.53,-4231.64,90.7105,1.57275,345,10,0,3189,0,1,0,0,0),(92300,8600,0,1,1,7894,0,1846.52,-4312.6,90.51,0.429133,345,5,0,3189,0,1,0,0,0),(92301,8600,0,1,1,7894,0,1990.99,-3979.5,119.454,0.068386,345,10,0,3189,0,1,0,0,0),(92302,8600,0,1,1,7894,0,1961.34,-3958.26,132.585,2.78248,345,10,0,3189,0,1,0,0,0),(92303,8600,0,1,1,7894,0,2142.24,-3393.13,133.97,5.89645,345,5,0,3189,0,1,0,0,0),(92304,8603,0,1,1,7898,0,2044.93,-3853.08,130.78,5.9709,345,0,0,3293,0,0,0,0,0),(92305,8603,0,1,1,7898,0,1772.8,-4174.29,85.9585,3.24604,345,10,0,3293,0,1,0,0,0),(92306,8603,0,1,1,7898,0,1643.61,-3856.19,131.228,2.49071,345,10,0,3293,0,1,0,0,0),(92307,8603,0,1,1,7898,0,2373.64,-4302.37,77.8021,1.17885,345,10,0,3293,0,1,0,0,0),(92308,8601,0,1,1,7896,0,2109.35,-4104.61,85.0634,2.02396,345,10,0,3420,0,1,0,0,0),(92309,8603,0,1,1,7898,0,1752.49,-4111.56,97.2032,0.537071,345,10,0,3293,0,1,0,0,0),(92310,8596,0,1,1,7890,0,1736.36,-3090.21,78.1675,0.653904,345,10,0,3189,0,1,0,0,0),(92311,8600,0,1,1,7894,0,1818.63,-4281.16,86.1573,0.708626,345,5,0,3189,0,1,0,0,0),(92312,8603,0,1,1,7898,0,1665.04,-3584.25,120.158,5.68598,345,10,0,3293,0,1,0,0,0),(92313,8603,0,1,1,7898,0,1594.36,-3388.78,128.776,2.94707,345,5,0,3293,0,1,0,0,0),(92314,8597,0,1,1,7891,0,2306.72,-4240.5,101.017,5.03043,345,5,0,3529,0,1,0,0,0),(92315,8601,0,1,1,7896,0,2346.61,-4203.31,100.713,0.781947,345,5,0,3420,0,1,0,0,0),(92316,8601,0,1,1,7896,0,2286.51,-4076.3,78.3465,5.21671,345,10,0,3420,0,1,0,0,0),(92317,8597,0,1,1,7891,0,2147.46,-4817.17,81.718,0.561038,345,3,0,3529,0,1,0,0,0),(92318,8601,0,1,1,7896,0,2125.7,-3941.41,135.315,4.91113,345,10,0,3420,0,1,0,0,0),(92319,8550,0,1,1,10421,1,2665.49,-5503.45,162.39,0.279253,345,0,0,2799,5598,0,0,0,0),(92320,8550,0,1,1,10421,1,2612.87,-5503.44,158.134,4.45059,345,0,0,2799,5598,0,0,0,0),(92321,8546,0,1,1,10409,1,2672.47,-5501.75,162.213,3.35103,345,0,0,3876,0,0,0,0,0),(92322,8558,0,1,1,9758,0,2714.66,-5421.47,161.407,5.70723,345,0,0,3876,0,0,0,0,0),(92323,8606,0,1,1,681,0,2212.24,-5177.29,55.1209,1.94642,345,5,0,3529,0,1,0,0,0),(92324,8545,0,1,1,7858,0,2147.63,-3558.4,145.358,4.955,345,5,0,3997,0,1,0,0,0),(92325,8603,0,1,1,7898,0,1654.41,-3510.64,128.128,1.31019,345,10,0,3293,0,1,0,0,0),(92326,9448,0,1,1,10397,1,1585.18,-5486.64,101.036,4.36009,610,5,0,6477,2163,1,0,0,0),(92327,9450,0,1,1,10400,1,1576.56,-5497.92,100.879,3.66519,610,0,0,6273,2117,0,0,0,0),(92328,9448,0,1,1,10397,1,1584.01,-5455.42,100.847,3.60873,610,0,0,6477,2163,0,0,0,0),(92329,9450,0,1,1,10398,1,1553.15,-5491.36,101.272,5.6245,610,5,0,6273,2117,1,0,0,0),(92330,9451,0,1,1,10414,1,1553.8,-5520.7,101.252,0.329303,610,5,0,5490,5013,1,0,0,0),(92331,8520,0,1,1,5563,0,1680.97,-4707.97,62.0369,4.96116,345,10,0,3529,0,1,0,0,0),(92332,8600,0,1,1,7894,0,1674.01,-3422.26,136.526,1.11152,345,10,0,3189,0,1,0,0,0),(92333,9448,0,1,1,10395,1,1573.52,-5500.25,100.854,0.733038,610,0,0,6477,2163,0,0,0,0),(92334,8546,0,1,1,10408,1,2610.83,-5508.66,158.759,1.27409,345,0,0,3876,0,0,0,0,0),(92335,9447,0,1,1,10377,1,1635.92,-4785.59,87.2311,0.645772,610,0,0,5886,1982,0,0,0,0),(92336,8597,0,1,1,7891,0,2351.08,-4663.2,76.1008,5.70101,345,10,0,3529,0,1,0,0,0),(92337,8600,0,1,1,7894,0,2029.87,-3383.75,109.513,2.71645,345,10,0,3189,0,1,0,0,0),(92338,8600,0,1,1,7894,0,1620,-3484.2,132.202,1.88036,345,5,0,3189,0,1,0,0,0),(92339,9449,0,1,1,10390,1,1617.85,-5365.8,74.1991,2.18166,610,0,0,6078,2041,0,0,0,0),(92340,9447,0,1,1,10376,1,1616.29,-5363.12,74.2627,5.18363,610,0,0,5886,1982,0,0,0,0),(92341,9447,0,1,1,10377,1,1572.41,-5416.13,75.0134,3.9968,610,0,0,5886,1982,0,0,0,0),(92342,9452,0,1,1,10403,1,1569.64,-5419.08,75.4552,0.785398,610,0,0,5151,4765,0,0,0,0),(92343,9447,0,1,1,10376,1,1556.43,-5400.71,78.2931,5.60251,610,0,0,5886,1982,0,0,0,0),(92344,9447,0,1,1,10377,1,1562.96,-5393.36,78.3511,5.49779,610,0,0,5886,1982,0,0,0,0),(92345,8600,0,1,1,7894,0,1621.1,-3423.57,134.103,3.34627,345,10,0,3189,0,1,0,0,0),(92346,8600,0,1,1,7894,0,1624.31,-3550.88,120.741,2.47661,345,5,0,3189,0,1,0,0,0),(92347,8600,0,1,1,7894,0,1676.37,-3490.37,130.884,2.03008,345,10,0,3189,0,1,0,0,0),(92348,8597,0,1,1,7891,0,1951,-5120.7,77.8774,4.39249,345,10,0,3529,0,1,0,0,0),(92349,8601,0,1,1,7896,0,2252.28,-4580.34,73.7361,2.24188,345,10,0,3420,0,1,0,0,0),(92350,8603,0,1,1,7898,0,1945.39,-3900.84,129.294,0.631383,345,10,0,3293,0,1,0,0,0),(92351,8597,0,1,1,7891,0,2169.97,-5116.6,52.797,4.93096,345,5,0,3529,0,1,0,0,0),(92352,8596,0,1,1,7890,0,1675.31,-3378.01,124.305,6.18652,345,10,0,3189,0,1,0,0,0),(92353,8606,0,1,1,681,0,2061.56,-4209.06,20.4282,4.3231,345,5,0,3529,0,1,0,0,0),(92354,8597,0,1,1,7891,0,2222.54,-4280.76,75.7712,0.023433,345,10,0,3529,0,1,0,0,0),(92355,8606,0,1,1,681,0,1980.06,-4295.74,16.374,1.84503,345,5,0,3529,0,1,0,0,0),(92356,8607,0,1,1,11141,0,2017.49,-4376.62,21.2891,4.64313,345,3,0,3293,0,1,0,0,0),(92357,8607,0,1,1,11141,0,2017.81,-4284.57,10.8653,1.97682,345,5,0,3293,0,1,0,0,0),(92358,8603,0,1,1,7898,0,1979.49,-3532.35,113.296,1.24895,345,10,0,3293,0,1,0,0,0),(92359,8596,0,1,1,7890,0,2146.57,-2871.95,89.444,4.61563,345,10,0,3189,0,1,0,0,0),(92360,8596,0,1,1,7890,0,2193.41,-2843.31,91.3492,0.414257,345,3,0,3189,0,1,0,0,0),(92361,8596,0,1,1,7890,0,2095.73,-2966.34,92.3586,0.900328,345,10,0,3189,0,1,0,0,0),(92362,8600,0,1,1,7894,0,2090.76,-2889.27,82.1505,4.93985,345,10,0,3189,0,1,0,0,0),(92363,8601,0,1,1,7896,0,2054.1,-4084.83,88.9267,5.0851,345,5,0,3420,0,1,0,0,0),(92364,8526,0,1,1,9788,0,2077.5,-4512.76,76.8726,1.68039,345,10,0,2550,5206,1,0,0,0),(92365,8601,0,1,1,7896,0,2193.14,-4075.67,86.0414,4.13225,345,10,0,3420,0,1,0,0,0),(92366,8603,0,1,1,7898,0,1829.2,-2847.64,81.6507,1.50241,345,10,0,3293,0,1,0,0,0),(92367,8601,0,1,1,7896,0,2144.78,-4064.61,93.7588,1.81957,345,10,0,3420,0,1,0,0,0),(92368,8551,0,1,1,10420,1,1969.5,-4522.47,75.5379,2.35553,345,5,0,2470,5013,1,0,0,0),(92369,8548,0,1,1,10953,1,1971.35,-4508.92,74.9112,1.98614,345,5,0,2915,2163,1,0,0,0),(92370,8526,0,1,1,9788,0,1981.1,-4501.74,75.5344,1.62436,345,5,0,2550,5206,1,0,0,0),(92371,8543,0,1,1,1693,0,1908.96,-4478.82,79.104,2.67459,345,0,0,3758,0,2,0,0,0),(92372,8551,0,1,1,10418,1,1991.47,-4494.67,75.5214,5.74802,345,5,0,2470,5013,1,0,0,0),(92373,8548,0,1,1,10954,1,1974.43,-4505.11,82.3923,5.35496,345,5,0,2915,2163,1,0,0,0),(92374,8532,0,1,1,571,0,2151.34,-3416.27,135.448,4.09254,345,5,0,3876,0,1,0,0,0),(92375,8548,0,1,1,10954,1,1962.92,-4512.34,82.3923,0.8636,345,5,0,2915,2163,1,0,0,0),(92376,8548,0,1,1,10956,1,1971.49,-4522.69,82.3923,1.38738,345,5,0,2915,2163,1,0,0,0),(92377,8548,0,1,1,10954,1,1985.07,-4490.84,82.3923,0.114867,345,5,0,2915,2163,1,0,0,0),(92378,8542,0,1,1,8783,0,2447.04,-3632.91,178.807,4.68092,345,10,0,3758,0,1,0,0,0),(92379,8600,0,1,1,7894,0,1729.45,-2962.25,80.4487,5.65361,345,5,0,3189,0,1,0,0,0),(92380,8532,0,1,1,571,0,2416.68,-3628.24,178.524,3.31881,345,10,0,3876,0,1,0,0,0),(92381,8596,0,1,1,7890,0,1839.79,-4252.9,89.5712,3.76576,345,5,0,3189,0,1,0,0,0),(92382,8596,0,1,1,7890,0,2121.96,-2769.42,78.6896,1.10373,345,10,0,3189,0,1,0,0,0),(92383,8600,0,1,1,7894,0,1887.79,-2890.06,85.5281,2.79265,345,10,0,3189,0,1,0,0,0),(92384,8600,0,1,1,7894,0,1783.64,-4374.41,82.2632,2.52055,345,10,0,3189,0,1,0,0,0),(92385,8548,0,1,1,10954,1,2098.77,-4546.95,76.4691,6.11065,345,0,0,2915,2163,0,0,0,0),(92386,9452,0,1,1,10405,1,1747.88,-5463.74,82.3928,0.698132,610,0,0,5151,4765,0,0,0,0),(92387,9452,0,1,1,10404,1,1750.96,-5461.69,82.3928,3.35103,610,0,0,5151,4765,0,0,0,0),(92388,9452,0,1,1,10403,1,1755.04,-5442.33,82.3928,1.39626,610,0,0,5151,4765,0,0,0,0),(92389,9449,0,1,1,10389,1,1755.28,-5437.58,82.3928,4.81711,610,0,0,6078,2041,0,0,0,0),(92390,9452,0,1,1,10404,1,1746.64,-5461.96,82.3928,0.034907,610,0,0,5151,4765,0,0,0,0),(92391,8602,0,1,1,7897,0,2664.18,-4706.55,81.8228,3.81687,345,10,0,3644,0,1,0,0,0),(92392,9447,0,1,1,10378,1,1704.58,-5387.28,73.9117,4.45059,610,0,0,5886,1982,0,0,0,0),(92393,9452,0,1,1,10403,1,1739.18,-5424.84,82.3916,5.58505,610,0,0,5151,4765,0,0,0,0),(92394,9452,0,1,1,10403,1,1741.17,-5426.89,82.3916,2.25148,610,0,0,5151,4765,0,0,0,0),(92395,9447,0,1,1,10376,1,1703.63,-5390.73,73.7923,1.29154,610,0,0,5886,1982,0,0,0,0),(92396,8596,0,1,1,7890,0,1671.79,-3582.72,120.833,4.61758,345,10,0,3189,0,1,0,0,0),(92397,9452,0,1,1,10403,1,1759.51,-5395.4,82.3917,3.03687,610,0,0,5151,4765,0,0,0,0),(92398,9452,0,1,1,10405,1,1757.08,-5395.54,82.3917,0.261799,610,0,0,5151,4765,0,0,0,0),(92399,9447,0,1,1,10376,1,1627.84,-5388.02,74.0229,0.715585,610,0,0,5886,1982,0,0,0,0),(92400,9449,0,1,1,10389,1,1605.73,-5409.32,76.4823,0.663225,610,0,0,6078,2041,0,0,0,0),(92401,9452,0,1,1,10405,1,1647.72,-5392.43,74.2033,4.88692,610,0,0,5151,4765,0,0,0,0),(92402,9452,0,1,1,10403,1,1649,-5395.93,74.3717,2.14675,610,0,0,5151,4765,0,0,0,0),(92403,9447,0,1,1,10378,1,1632.19,-5394.35,73.9124,0.785398,610,0,0,5886,1982,0,0,0,0),(92404,9452,0,1,1,10405,1,1608.78,-5402.47,75.7878,4.15388,610,0,0,5151,4765,0,0,0,0),(92405,9447,0,1,1,10377,1,1627.97,-5291.14,75.9702,4.29351,610,0,0,5886,1982,0,0,0,0),(92406,9447,0,1,1,10376,1,1610.85,-5410.22,75.7878,3.36848,610,0,0,5886,1982,0,0,0,0),(92407,9449,0,1,1,10390,1,1642.86,-5299.14,75.9702,4.7822,610,0,0,6078,2041,0,0,0,0),(92408,8546,0,1,1,10408,1,2508.98,-3809.27,178.101,3.19395,345,0,0,3876,0,0,0,0,0),(92409,8597,0,1,1,7891,0,2008.71,-5072.57,85.8598,1.50144,345,10,0,3529,0,1,0,0,0),(92410,9447,0,1,1,10376,1,1615.37,-5311.45,74.4712,5.84685,610,0,0,5886,1982,0,0,0,0),(92411,9452,0,1,1,10405,1,1644.81,-5301.05,75.9702,3.80482,610,0,0,5151,4765,0,0,0,0),(92412,9447,0,1,1,10376,1,1614.05,-5314.02,74.4712,5.88176,610,0,0,5886,1982,0,0,0,0),(92413,9452,0,1,1,10405,1,1642.71,-5303.42,75.9702,1.23918,610,0,0,5151,4765,0,0,0,0),(92414,9449,0,1,1,10388,1,1599.11,-5280.8,75.9702,1.5708,610,0,0,6078,2041,0,0,0,0),(92415,9447,0,1,1,10378,1,1631.98,-5293.08,75.9702,4.20624,610,0,0,5886,1982,0,0,0,0),(92416,9452,0,1,1,10406,1,1592.06,-5309.36,75.9702,2.33874,610,0,0,5151,4765,0,0,0,0),(92417,9452,0,1,1,10405,1,1589.49,-5306.12,75.9702,5.37561,610,0,0,5151,4765,0,0,0,0),(92418,9449,0,1,1,10389,1,1599.64,-5277.89,75.9702,4.46804,610,0,0,6078,2041,0,0,0,0),(92419,9447,0,1,1,10377,1,1598.17,-5279.28,75.9702,5.60251,610,0,0,5886,1982,0,0,0,0),(92420,9449,0,1,1,10387,1,1612.89,-5315.04,89.8936,2.61799,610,0,0,6078,2041,0,0,0,0),(92421,9452,0,1,1,10404,1,1588.97,-5307.71,75.9702,5.88176,610,0,0,5151,4765,0,0,0,0),(92422,9449,0,1,1,10389,1,1607.78,-5287.93,84.7919,6.17846,610,0,0,6078,2041,0,0,0,0),(92423,8601,0,1,1,7896,0,2283.21,-4667.56,74.645,1.48863,345,10,0,3420,0,1,0,0,0),(92424,9447,0,1,1,10377,1,1610.38,-5287.87,84.7919,3.28122,610,0,0,5886,1982,0,0,0,0),(92425,8597,0,1,1,7891,0,2284.56,-4825.25,119.313,2.29752,345,5,0,3529,0,1,0,0,0),(92426,9449,0,1,1,10388,1,1594.57,-5300.28,91.1874,4.2586,610,0,0,6078,2041,0,0,0,0),(92427,9447,0,1,1,10377,1,1593.2,-5303.4,91.1874,1.20428,610,0,0,5886,1982,0,0,0,0),(92428,9447,0,1,1,10378,1,1610.9,-5313.9,89.8936,5.75959,610,0,0,5886,1982,0,0,0,0),(92429,9447,0,1,1,10376,1,1576.13,-5321.84,88.9986,5.11381,610,0,0,5886,1982,0,0,0,0),(92430,9447,0,1,1,10380,1,1577.41,-5324.44,88.9986,2.07694,610,0,0,5886,1982,0,0,0,0),(92431,9449,0,1,1,10387,1,1579.2,-5324.41,99.9128,5.96524,610,0,0,6078,2041,2,0,0,0),(92432,11898,0,1,1,11836,1,1651.43,-5492.02,101.95,1.98555,610,0,0,7326,9736,2,0,0,0),(92433,9448,0,1,1,10397,1,1642.38,-5488.23,101.356,2.47997,610,0,0,6477,2163,2,0,0,0),(92434,9451,0,1,1,10415,1,1572.53,-5486.02,101.131,0.617553,610,0,0,5490,5013,2,0,0,0),(92435,9448,0,1,1,10395,1,1537.24,-5474.58,99.7218,4.01065,610,2,0,6477,2163,1,0,0,0),(92436,9451,0,1,1,10414,1,1615.58,-5478.06,100.921,1.67852,610,5,0,5490,5013,1,0,0,0),(92437,9450,0,1,1,10400,1,1576.23,-5587.76,111.254,4.32842,610,0,0,6273,2117,0,0,0,0),(92438,9448,0,1,1,10396,1,1610.27,-5509.77,106.815,1.16937,610,0,0,6477,2163,0,0,0,0),(92439,9448,0,1,1,10395,1,1625.15,-5517.64,106.869,1.23918,610,0,0,6477,2163,0,0,0,0),(92440,9448,0,1,1,10395,1,1613.98,-5530.8,111.252,1.22173,610,0,0,6477,2163,0,0,0,0),(92441,9448,0,1,1,10397,1,1605.82,-5526.18,111.251,1.18682,610,0,0,6477,2163,0,0,0,0),(92442,9448,0,1,1,10395,1,1581.67,-5575.31,111.254,4.32842,610,0,0,6477,2163,0,0,0,0),(92443,9448,0,1,1,10396,1,1578.84,-5598.91,111.254,4.06662,610,0,0,6477,2163,0,0,0,0),(92444,9451,0,1,1,10416,1,1585.1,-5584.34,111.254,4.11898,610,0,0,5490,5013,0,0,0,0),(92445,9448,0,1,1,10396,1,1604.1,-5575.29,111.253,0.593412,610,0,0,6477,2163,0,0,0,0),(92446,9450,0,1,1,10400,1,1585.24,-5611.23,111.254,0.628319,610,0,0,6273,2117,0,0,0,0),(92447,9448,0,1,1,10396,1,1606.6,-5573.69,111.254,3.52556,610,0,0,6477,2163,0,0,0,0),(92448,9450,0,1,1,10398,1,1576.33,-5555.26,111.254,4.24115,610,0,0,6273,2117,0,0,0,0),(92449,9448,0,1,1,10396,1,1557.1,-5592.93,111.254,4.60767,610,0,0,6477,2163,0,0,0,0),(92450,9448,0,1,1,10395,1,1586.85,-5611.75,111.254,1.01229,610,0,0,6477,2163,0,0,0,0),(92451,9448,0,1,1,10396,1,1573.82,-5560.28,111.254,1.09956,610,0,0,6477,2163,0,0,0,0),(92452,9451,0,1,1,10414,1,1579.15,-5556.9,111.254,3.61283,610,0,0,5490,5013,0,0,0,0),(92453,9450,0,1,1,10401,1,1589.36,-5607.69,111.254,4.17134,610,0,0,6273,2117,0,0,0,0),(92454,9448,0,1,1,10395,1,1556.89,-5596.22,111.254,1.55334,610,0,0,6477,2163,0,0,0,0),(92455,8597,0,1,1,7891,0,2199.06,-4244.9,75.4295,2.79699,345,10,0,3529,0,1,0,0,0),(92456,8601,0,1,1,7896,0,2252.63,-4765.01,98.3641,4.1542,345,3,0,3420,0,1,0,0,0),(92457,8601,0,1,1,7896,0,2326.1,-4545.37,81.8834,2.79482,345,10,0,3420,0,1,0,0,0),(92458,9449,0,1,1,10389,1,1748.43,-5445.19,85.9244,2.98472,610,5,0,6078,2041,1,0,0,0),(92459,9447,0,1,1,10378,1,1728.19,-5388.36,81.0628,2.07694,610,0,0,5886,1982,0,0,0,0),(92460,9449,0,1,1,10389,1,1746.19,-5407.06,82.3915,0.453786,610,0,0,6078,2041,0,0,0,0),(92461,9449,0,1,1,10389,1,1803.24,-5422.34,82.3951,2.54818,610,0,0,6078,2041,0,0,0,0),(92462,9452,0,1,1,10404,1,1748.58,-5405.63,82.3916,3.75246,610,0,0,5151,4765,0,0,0,0),(92463,8597,0,1,1,7891,0,1945.35,-5090.71,87.0653,1.1084,345,10,0,3529,0,1,0,0,0),(92464,9452,0,1,1,10403,1,1800.24,-5424.14,82.3926,1.37881,610,0,0,5151,4765,0,0,0,0),(92465,8603,0,1,1,7898,0,2156.52,-5191.72,81.3271,4.77351,345,10,0,3293,0,1,0,0,0),(92466,9447,0,1,1,10378,1,1739.43,-5380.87,81.0414,2.30383,610,0,0,5886,1982,0,0,0,0),(92467,9449,0,1,1,10388,1,1780.65,-5425.06,82.3914,2.23402,610,0,0,6078,2041,0,0,0,0),(92468,9449,0,1,1,10387,1,1778.98,-5422.72,82.3946,5.3058,610,0,0,6078,2041,0,0,0,0),(92469,9452,0,1,1,10406,1,1800.55,-5419.82,82.3986,5.07891,610,0,0,5151,4765,0,0,0,0),(92470,8596,0,1,1,7890,0,1637.61,-4420.62,95.4439,0.797928,345,5,0,3189,0,1,0,0,0),(92471,8521,0,1,1,11171,0,2506.72,-4193.38,61.0156,0.101886,345,10,0,3644,0,1,0,0,0),(92472,8600,0,1,1,7894,0,1625.79,-3635.2,108.892,4.7407,345,10,0,3189,0,1,0,0,0),(92473,8528,0,1,1,11396,0,2679.56,-5469.57,157.067,5.06479,345,10,0,2714,5461,1,0,0,0),(92474,8542,0,1,1,8783,0,2480.36,-5184.73,76.112,2.3682,345,0,0,3758,0,0,0,0,0),(92475,8542,0,1,1,8783,0,2443.26,-5215.05,73.7353,6.04434,345,5,0,3758,0,1,0,0,0),(92476,8542,0,1,1,8783,0,2446.79,-5148.63,80.0468,5.25092,345,10,0,3758,0,1,0,0,0),(92477,8534,0,1,1,7854,0,1741.02,-4422.18,74.9123,2.16102,345,10,0,3420,0,1,0,0,0),(92478,8597,0,1,1,7891,0,1979.3,-5271.38,86.3963,5.74202,345,5,0,3529,0,1,0,0,0),(92479,8606,0,1,1,681,0,2021.59,-4347.6,6.69596,5.75104,345,10,0,3529,0,1,0,0,0),(92480,8606,0,1,1,681,0,2074.01,-4344.92,12.0691,5.16991,345,5,0,3529,0,1,0,0,0),(92481,8606,0,1,1,681,0,1986.29,-4186.02,13.1463,3.64976,345,5,0,3529,0,1,0,0,0),(92482,8521,0,1,1,11171,0,2462.23,-4153.38,46.3769,4.73961,345,10,0,3644,0,1,0,0,0),(92483,8597,0,1,1,7891,0,2402.22,-5021.43,76.4145,2.87668,345,10,0,3529,0,1,0,0,0),(92484,8597,0,1,1,7891,0,2164.26,-5151.2,74.0244,1.81957,345,5,0,3529,0,1,0,0,0),(92485,8601,0,1,1,7896,0,2246.17,-5146.08,62.4112,4.99243,345,0,0,3420,0,0,0,0,0),(92486,8606,0,1,1,681,0,2334.67,-5127.65,53.8121,3.37552,345,5,0,3529,0,1,0,0,0),(92487,8606,0,1,1,681,0,2282.18,-5143.97,53.7672,5.74349,345,5,0,3529,0,1,0,0,0),(92488,8603,0,1,1,7898,0,2393.76,-4987.01,71.2813,5.87737,345,10,0,3293,0,1,0,0,0),(92489,8534,0,1,1,7854,0,2162.83,-5179.83,81.7658,1.80154,345,10,0,3420,0,1,0,0,0),(92490,8603,0,1,1,7898,0,2281.19,-5110.87,75.1932,0.222481,345,5,0,3293,0,1,0,0,0),(92491,8603,0,1,1,7898,0,2023.02,-5285.4,87.1893,6.13811,345,10,0,3293,0,1,0,0,0),(92492,8601,0,1,1,7896,0,2164.03,-4148.06,74.3823,3.02074,345,10,0,3420,0,1,0,0,0),(92493,8601,0,1,1,7896,0,2209.3,-4125.93,79.2515,2.83648,345,10,0,3420,0,1,0,0,0),(92494,8601,0,1,1,7896,0,2102.27,-4795.61,75.3284,4.58416,345,10,0,3420,0,1,0,0,0),(92495,9447,0,1,1,10378,1,1657.94,-4850.38,84.2001,1.13695,610,10,0,5886,1982,1,0,0,0),(92496,8600,0,1,1,7894,0,1599.93,-3143.43,90.0316,3.99062,345,5,0,3189,0,1,0,0,0),(92497,8596,0,1,1,7890,0,1934.45,-2941.46,75.9477,3.57509,345,5,0,3189,0,1,0,0,0),(92498,8600,0,1,1,7894,0,1867,-3814.15,137.447,6.01239,345,10,0,3189,0,1,0,0,0),(92499,8596,0,1,1,7890,0,1623.31,-3441.69,135.291,2.84855,345,10,0,3189,0,1,0,0,0),(92500,9447,0,1,1,10377,1,1674.33,-4831.99,89.1391,6.24828,610,0,0,5886,1982,0,0,0,0),(92501,8534,0,1,1,7854,0,1668.18,-3538.13,124.707,4.07842,345,10,0,3420,0,1,0,0,0),(92502,8601,0,1,1,7896,0,2337.18,-4840.32,93.9747,0.544105,345,2,0,3420,0,1,0,0,0),(92503,8606,0,1,1,681,0,2170.97,-5128.59,53.2152,2.03129,345,5,0,3529,0,1,0,0,0),(92504,8596,0,1,1,7890,0,1653.14,-4438.58,88.669,1.28364,345,5,0,3189,0,1,0,0,0),(92505,9447,0,1,1,10377,1,1840.46,-5423.79,84.3416,2.71413,610,2,0,5886,1982,1,0,0,0),(92506,8596,0,1,1,7890,0,1794.84,-2889.4,69.5286,0.833047,345,10,0,3189,0,1,0,0,0),(92507,8596,0,1,1,7890,0,2086.09,-3022.37,78.3033,0.874558,345,10,0,3189,0,1,0,0,0),(92508,8603,0,1,1,7898,0,1745.72,-2871.81,85.4035,4.01615,345,5,0,3293,0,1,0,0,0),(92509,8600,0,1,1,7894,0,1584.07,-3846.89,127.821,2.90894,345,5,0,3189,0,1,0,0,0),(92510,8534,0,1,1,7854,0,1948.86,-3128.21,90.7465,5.43765,345,10,0,3420,0,1,0,0,0),(92511,8596,0,1,1,7890,0,2070.46,-3178.55,80.1001,3.93598,345,10,0,3189,0,1,0,0,0),(92512,8596,0,1,1,7890,0,1757.43,-2916.97,75.6366,4.66741,345,5,0,3189,0,1,0,0,0),(92513,8545,0,1,1,7858,0,2086.57,-3488.72,116.702,1.02451,345,10,0,3997,0,1,0,0,0),(92514,8532,0,1,1,571,0,2155.47,-3500.42,123.2,2.00736,345,10,0,3876,0,1,0,0,0),(92515,8529,0,1,1,7847,1,2105.31,-3505.09,119.456,2.91802,345,10,0,3997,0,1,0,0,0),(92516,8529,0,1,1,7847,1,2313.11,-3585.9,160.851,1.32297,345,0,0,3997,0,2,0,0,0),(92517,8542,0,1,1,8783,0,2254.88,-3503.27,141.643,2.29679,345,3,0,3758,0,1,0,0,0),(92518,8539,0,1,1,7857,0,2247.46,-3525.35,139.529,5.35159,345,5,0,3758,0,1,0,0,0),(92519,8532,0,1,1,571,0,2318.47,-3637.28,181.135,1.60402,345,2,0,3876,0,1,0,0,0),(92520,8542,0,1,1,8783,0,2386.91,-3628.38,181.97,2.35609,345,5,0,3758,0,1,0,0,0),(92521,8532,0,1,1,571,0,2349.01,-3663.31,184.497,1.63252,345,5,0,3876,0,1,0,0,0),(92522,8541,0,1,1,10751,0,1987.32,-4451.75,73.708,0.613295,345,10,0,3529,0,1,0,0,0),(92523,8541,0,1,1,10751,0,1948.37,-4448.59,77.0522,3.71009,345,0,0,3529,0,0,0,0,0),(92524,8526,0,1,1,9788,0,1968.05,-4476,74.3057,1.83958,345,0,0,2550,5206,0,0,0,0),(92525,8541,0,1,1,10751,0,2018.17,-4451.54,75.3462,2.6873,345,10,0,3529,0,1,0,0,0),(92526,8526,0,1,1,9788,0,2040.45,-4477,74.8191,4.83276,345,0,0,2550,5206,0,0,0,0),(92527,8538,0,1,1,4629,0,2044.3,-4428.91,74.2102,1.41978,345,5,0,3529,0,1,0,0,0),(92528,8541,0,1,1,10751,0,2053.5,-4497.17,74.8191,3.90754,345,6,0,3529,0,1,0,0,0),(92529,8526,0,1,1,9788,0,2050.53,-4464.59,74.9968,1.06789,345,0,0,2550,5206,0,0,0,0),(92530,8548,0,1,1,10956,1,2055.42,-4478.48,75.8946,4.24874,345,0,0,2915,2163,0,0,0,0),(92531,8548,0,1,1,10954,1,2058.37,-4453.84,75.8988,1.35838,345,5,0,2915,2163,1,0,0,0),(92532,8548,0,1,1,10955,1,2065.18,-4461.37,75.8988,3.04512,345,0,0,2915,2163,0,0,0,0),(92533,8531,0,1,1,10487,0,2020.03,-4481.07,73.7653,6.08223,345,10,0,3644,0,1,0,0,0),(92534,8526,0,1,1,9788,0,2077.21,-4470.32,77.258,2.01612,345,5,0,2550,5206,1,0,0,0),(92535,8548,0,1,1,10956,1,2038.97,-4536.08,74.7476,0.462065,345,5,0,2915,2163,1,0,0,0),(92536,8541,0,1,1,10751,0,2015.08,-4555.27,74.9889,0.490918,345,0,0,3529,0,0,0,0,0),(92537,8548,0,1,1,10953,1,2022.53,-4564.35,74.974,5.03374,345,0,0,2915,2163,0,0,0,0),(92538,8548,0,1,1,10955,1,2013.04,-4556.79,79.7481,4.23677,345,3,0,2915,2163,1,0,0,0),(92539,8600,0,1,1,7894,0,1833.71,-3470.16,118.847,5.76205,345,5,0,3189,0,1,0,0,0),(92540,8551,0,1,1,10420,1,2021.77,-4568.32,79.7546,0.476076,345,3,0,2470,5013,1,0,0,0),(92541,8596,0,1,1,7890,0,1719.72,-4849.11,92.5166,5.85624,345,5,0,3189,0,1,0,0,0),(92542,11291,0,1,1,4769,0,1596.92,-3242.14,66.8295,1.28059,345,3,0,3293,0,1,0,0,0),(92543,11291,0,1,1,4769,0,1596.16,-3254.41,66.8295,4.71239,345,3,0,3293,0,1,0,0,0),(92544,12250,0,1,1,10275,0,1609.43,-3248.63,68.053,3.15905,345,0,0,3398,0,0,0,0,0),(92545,11291,0,1,1,4769,0,1576.33,-3249.07,73.2314,1.80577,345,2,0,3293,0,1,0,0,0),(92546,11290,0,1,1,4778,0,1604.87,-3248.29,67.0182,0.636446,345,3,0,3189,0,1,0,0,0),(92547,8542,0,1,1,8783,0,2511.56,-5184.98,75.8612,4.00261,345,3,0,3758,0,1,0,0,0),(92548,11290,0,1,1,4778,0,1576.51,-3263.31,78.7768,4.93634,345,2,0,3189,0,1,0,0,0),(92549,11291,0,1,1,4769,0,1544.76,-3254.2,82.2041,5.1917,345,10,0,3293,0,1,0,0,0),(92550,11291,0,1,1,4769,0,1595.68,-3263.83,88.1491,6.20201,345,0,0,3293,0,0,0,0,0),(92551,11290,0,1,1,4778,0,1624.02,-3254.4,87.1756,5.30329,345,5,0,3189,0,1,0,0,0),(92552,11291,0,1,1,4769,0,1581.2,-3239.66,85.8314,2.77955,345,10,0,3293,0,1,0,0,0),(92553,11290,0,1,1,4778,0,1649.32,-3218.48,82.0858,2.99652,345,10,0,3189,0,1,0,0,0),(92554,11290,0,1,1,4778,0,1579.49,-3221.88,81.4548,3.03274,345,10,0,3189,0,1,0,0,0),(92555,11291,0,1,1,4769,0,1614.76,-3213.74,84.5545,2.01921,345,10,0,3293,0,1,0,0,0),(92556,11291,0,1,1,4769,0,1651.68,-3248.84,82.9006,2.73497,345,10,0,3293,0,1,0,0,0),(92557,11290,0,1,1,4778,0,1653.37,-3279.51,87.5124,3.3342,345,10,0,3189,0,1,0,0,0),(92558,11290,0,1,1,4778,0,1656.96,-3289.67,89.6626,1.57959,345,10,0,3189,0,1,0,0,0),(92559,11291,0,1,1,4769,0,1616.83,-3285.57,90.5804,3.13964,345,5,0,3293,0,1,0,0,0),(92560,8550,0,1,1,10422,1,2792.23,-5402.22,162.53,4.24115,345,0,0,2799,5598,0,0,0,0),(92561,8542,0,1,1,8783,0,2402.98,-5189.86,74.3611,3.52856,345,10,0,3758,0,1,0,0,0),(92562,8542,0,1,1,8783,0,2449.19,-5167.07,79.4992,2.0224,345,10,0,3758,0,1,0,0,0),(92563,9452,0,1,1,10404,1,1874,-5463.31,120.191,6.18934,610,5,0,5151,4765,1,0,0,0),(92564,11291,0,1,1,4769,0,1611.06,-3312.8,97.1058,2.73862,345,10,0,3293,0,1,0,0,0),(92565,11290,0,1,1,4778,0,1548.28,-3281.65,85.312,6.07498,345,5,0,3189,0,1,0,0,0),(92566,8550,0,1,1,10421,1,2789.47,-5407.67,162.673,1.09956,345,0,0,2799,5598,0,0,0,0),(92567,8534,0,1,1,7854,0,2092.14,-5214.68,84.9673,5.95093,345,10,0,3420,0,1,0,0,0),(5715,6491,1,1,4294967295,0,0,-8591.09,-3623.91,13.478,4.54902,60,0,0,4120,0,0,0,0,0),(92569,8534,0,1,1,7854,0,2220.16,-4416.01,96.3101,1.71186,345,3,0,3420,0,1,0,0,0),(92570,8601,0,1,1,7896,0,2369.79,-5018.75,72.4468,1.5708,345,5,0,3420,0,1,0,0,0),(92571,8534,0,1,1,7854,0,2242.62,-4093.51,78.6236,0.692738,345,10,0,3420,0,1,0,0,0),(92572,8601,0,1,1,7896,0,2385.41,-4923.03,73.9975,5.33261,345,10,0,3420,0,1,0,0,0),(92573,8597,0,1,1,7891,0,2006.67,-4758.64,94.7629,3.95977,345,5,0,3529,0,1,0,0,0),(92574,8601,0,1,1,7896,0,2243.74,-4227.2,94.9451,1.35043,345,3,0,3420,0,1,0,0,0),(92575,8601,0,1,1,7896,0,2245.99,-4168.2,104.881,1.5848,345,5,0,3420,0,1,0,0,0),(92576,8601,0,1,1,7896,0,2343.27,-4888.2,79.9356,5.26436,345,5,0,3420,0,1,0,0,0),(92577,8603,0,1,1,7898,0,1958.27,-4744.36,96.3715,3.46807,345,5,0,3293,0,1,0,0,0),(92578,8603,0,1,1,7898,0,1747.67,-4297.55,91.0505,0.927333,345,10,0,3293,0,1,0,0,0),(92579,8597,0,1,1,7891,0,2409.26,-4306.41,75.6122,1.34004,345,10,0,3529,0,1,0,0,0),(92580,8601,0,1,1,7896,0,2088.05,-4816.11,75.0681,4.07331,345,10,0,3420,0,1,0,0,0),(92581,8606,0,1,1,681,0,2165.74,-5035.06,52.6225,2.42154,345,3,0,3529,0,1,0,0,0),(92582,8596,0,1,1,7890,0,1757.64,-2980.05,74.0344,5.73255,345,5,0,3189,0,1,0,0,0),(92583,8606,0,1,1,681,0,2159.52,-4997.81,56.0813,2.89921,345,5,0,3529,0,1,0,0,0),(92584,8597,0,1,1,7891,0,2072.18,-4895.64,75.7407,1.78387,345,10,0,3529,0,1,0,0,0),(92585,8534,0,1,1,7854,0,2312.11,-4928.24,85.1969,3.07429,345,5,0,3420,0,1,0,0,0),(92586,8596,0,1,1,7890,0,1749.9,-2822.07,70.2383,4.33533,345,10,0,3189,0,1,0,0,0),(92587,8600,0,1,1,7894,0,1772.12,-2840.13,69.0439,2.40457,345,10,0,3189,0,1,0,0,0),(92588,8600,0,1,1,7894,0,1978.48,-3581.48,121.144,4.8981,345,5,0,3189,0,1,0,0,0),(92589,8600,0,1,1,7894,0,1711.41,-4304.18,87.6435,2.76079,345,10,0,3189,0,1,0,0,0),(92590,8600,0,1,1,7894,0,1598.43,-3450.32,135.679,0.223659,345,3,0,3189,0,1,0,0,0),(92591,8534,0,1,1,7854,0,1654.12,-3905.8,131.014,5.08436,345,10,0,3420,0,1,0,0,0),(92592,8600,0,1,1,7894,0,1837.71,-2930.81,82.1656,0.000219,345,10,0,3189,0,1,0,0,0),(92593,8531,0,1,1,10487,0,2120.25,-4523.94,74.4363,1.62773,345,10,0,3644,0,1,0,0,0),(92594,8606,0,1,1,681,0,2103.95,-5038.86,50.6141,4.42912,345,5,0,3529,0,1,0,0,0),(92595,8541,0,1,1,10751,0,2122.88,-4546.13,76.4202,6.19143,345,10,0,3529,0,1,0,0,0),(92596,8541,0,1,1,10751,0,2056.1,-4555.02,75.8018,5.94072,345,5,0,3529,0,1,0,0,0),(92597,8548,0,1,1,10955,1,2088.75,-4538.84,75.6898,2.38292,345,10,0,2915,2163,1,0,0,0),(92598,8600,0,1,1,7894,0,2044.2,-3319.07,108.221,5.96134,345,5,0,3189,0,1,0,0,0),(92599,8541,0,1,1,10751,0,2077.66,-4608.35,75.6573,2.07579,345,10,0,3529,0,1,0,0,0),(92600,8606,0,1,1,681,0,2059.95,-4977.81,64.2205,1.42457,345,5,0,3529,0,1,0,0,0),(92601,8603,0,1,1,7898,0,1744.07,-3986.82,130.289,6.0925,345,10,0,3293,0,1,0,0,0),(92602,8541,0,1,1,10751,0,2019.63,-4509.09,74.5393,3.33531,345,10,0,3529,0,1,0,0,0),(92603,8541,0,1,1,10751,0,1981.5,-4531.75,75.1226,2.18475,345,5,0,3529,0,1,0,0,0),(92604,8541,0,1,1,10751,0,2012.67,-4542.42,74.2893,2.7103,345,5,0,3529,0,1,0,0,0),(92605,8541,0,1,1,10751,0,2000.33,-4511.79,76.1643,1.64813,345,5,0,3529,0,1,0,0,0),(92606,8596,0,1,1,7890,0,2146.07,-3076.44,77.8531,6.09255,345,5,0,3189,0,1,0,0,0),(92607,8534,0,1,1,7854,0,2087.61,-2833.86,81.6054,0.746906,345,10,0,3420,0,1,0,0,0),(92608,8541,0,1,1,10751,0,2051.91,-4512.46,74.2893,0.534471,345,10,0,3529,0,1,0,0,0),(92609,8548,0,1,1,10955,1,1948.84,-4527.16,74.9973,2.01275,345,5,0,2915,2163,1,0,0,0),(92610,8596,0,1,1,7890,0,1694.03,-4883.98,89.6576,6.25585,345,10,0,3189,0,1,0,0,0),(92611,8600,0,1,1,7894,0,1795.97,-4203.06,89.8252,0.01754,345,10,0,3189,0,1,0,0,0),(92612,8531,0,1,1,10487,0,1900.44,-4513.21,82.5129,3.27785,345,10,0,3644,0,1,0,0,0),(92613,8541,0,1,1,10751,0,1953.86,-4551.99,74.5251,4.7446,345,5,0,3529,0,1,0,0,0),(92614,8596,0,1,1,7890,0,1691.44,-4954.48,78.5323,4.22427,345,10,0,3189,0,1,0,0,0),(92615,8603,0,1,1,7898,0,1883.91,-3616.33,117.57,2.38933,345,10,0,3293,0,1,0,0,0),(92616,8521,0,1,1,11171,0,2517.4,-4149.3,46.5015,2.27074,345,10,0,3644,0,1,0,0,0),(92617,8596,0,1,1,7890,0,1723.87,-4409.49,76.9314,4.13913,345,10,0,3189,0,1,0,0,0),(92618,8596,0,1,1,7890,0,1778.29,-4230.69,86.6411,3.55328,345,10,0,3189,0,1,0,0,0),(92619,8531,0,1,1,10487,0,1916.12,-4543.34,82.6737,1.43194,345,10,0,3644,0,1,0,0,0),(92620,11620,0,1,1,12332,1,2102.55,-4292.21,10.997,6.24943,345,5,0,1114,0,1,0,0,0),(92621,11621,0,1,1,11475,1,2099.51,-4277.23,20.229,6.17846,345,0,0,3758,0,0,0,0,0),(92622,11620,0,1,1,12331,1,2098.08,-4297.51,9.6299,0.237065,345,5,0,1114,0,1,0,0,0),(92623,11621,0,1,1,11478,1,2097.09,-4275.74,20.4198,1.09956,345,0,0,3758,0,0,0,0,0),(92624,11620,0,1,1,12330,1,2094.78,-4278.88,19.3799,2.75519,345,0,0,1114,0,0,0,0,0),(92625,11621,0,1,1,11478,1,2096.3,-4300.67,8.7785,1.81514,345,0,0,3758,0,0,0,0,0),(92626,11621,0,1,1,11476,1,2100.17,-4280.67,19.3218,1.06465,345,0,0,3758,0,0,0,0,0),(92627,11621,0,1,1,11475,1,2099.51,-4294.53,10.4298,5.32325,345,0,0,3758,0,0,0,0,0),(92628,11621,0,1,1,11476,1,2099.5,-4292.48,11.398,1.8675,345,0,0,3758,0,0,0,0,0),(92629,11620,0,1,1,12331,1,2093.6,-4287.33,14.8799,3.4523,345,5,0,1114,0,1,0,0,0),(92630,8543,0,1,1,1693,0,2019.56,-4590.61,75.5556,6.0835,345,0,0,3758,0,2,0,0,0),(92631,8531,0,1,1,10487,0,2049.5,-4592.93,74.1111,0.141897,345,10,0,3644,0,1,0,0,0),(92632,8603,0,1,1,7898,0,1786.5,-3383.88,123.685,0.781947,345,10,0,3293,0,1,0,0,0),(92633,8603,0,1,1,7898,0,1955.24,-3485.72,113.04,1.69999,345,10,0,3293,0,1,0,0,0),(92634,8600,0,1,1,7894,0,2198.14,-3029.78,103.614,1.91712,345,5,0,3189,0,1,0,0,0),(92635,8541,0,1,1,10751,0,2090.13,-4452.74,75.4701,5.49191,345,10,0,3529,0,1,0,0,0),(92636,8543,0,1,1,1693,0,2157.86,-4438.34,74.0555,0.761192,345,0,0,3758,0,0,0,0,0),(92637,8534,0,1,1,7854,0,1919.39,-3590.77,117.934,5.61618,345,10,0,3420,0,1,0,0,0),(92638,8606,0,1,1,681,0,1981.49,-4248.5,8.19372,1.10011,345,5,0,3529,0,1,0,0,0),(92639,8600,0,1,1,7894,0,1999.97,-3311.07,104.855,3.46149,345,5,0,3189,0,1,0,0,0),(92640,8543,0,1,1,1693,0,2044.04,-4387.87,74.5194,3.49945,345,5,0,3758,0,1,0,0,0),(92641,8606,0,1,1,681,0,2003.65,-4224.73,13.8751,3.3819,345,5,0,3529,0,1,0,0,0),(92642,8607,0,1,1,11141,0,2110.81,-4305.94,9.90187,3.11427,345,5,0,3293,0,1,0,0,0),(92643,8603,0,1,1,7898,0,2002.37,-3354.58,109.823,2.17017,345,10,0,3293,0,1,0,0,0),(92644,8600,0,1,1,7894,0,1957.47,-3282.22,104.239,5.98181,345,5,0,3189,0,1,0,0,0),(92645,8541,0,1,1,10751,0,2122.06,-4486.85,73.9703,0.655831,345,10,0,3529,0,1,0,0,0),(92646,8596,0,1,1,7890,0,2038.89,-3002.73,79.9425,6.17761,345,10,0,3189,0,1,0,0,0),(92647,8603,0,1,1,7898,0,1918.43,-3079.27,82.0036,1.83234,345,10,0,3293,0,1,0,0,0),(92648,8600,0,1,1,7894,0,2079.95,-3122.32,77.6654,1.78216,345,10,0,3189,0,1,0,0,0),(92649,8600,0,1,1,7894,0,1981.3,-3261.54,98.3767,6.14683,345,5,0,3189,0,1,0,0,0),(92650,8528,0,1,1,11396,0,2495.83,-5112.5,81.1112,3.64293,345,10,0,2714,5461,1,0,0,0),(92651,8532,0,1,1,571,0,2486.57,-5111.52,81.0318,1.56463,345,10,0,3876,0,1,0,0,0),(92652,8529,0,1,1,7847,1,2456.64,-5122.11,76.7955,6.26536,345,10,0,3997,0,1,0,0,0),(92653,8529,0,1,1,7847,1,2488.82,-5147.48,76.552,5.81449,345,10,0,3997,0,1,0,0,0),(92654,8529,0,1,1,7847,1,2553.47,-5148.17,74.2434,0.64272,345,10,0,3997,0,1,0,0,0),(92655,8600,0,1,1,7894,0,1863.34,-2846.44,81.3592,3.59547,345,5,0,3189,0,1,0,0,0),(92656,11291,0,1,1,4769,0,1578.39,-3285.74,90.7588,2.69654,345,5,0,3293,0,1,0,0,0),(92657,10828,0,1,1,10431,1,1567,-5611.38,114.273,1.06465,43200,0,0,8292,4738,0,0,0,0),(92658,8603,0,1,1,7898,0,1983.28,-3784.57,124.314,4.29417,345,10,0,3293,0,1,0,0,0),(92659,8532,0,1,1,571,0,2714.37,-5350.4,162.531,5.83801,345,5,0,3876,0,1,0,0,0),(92660,8529,0,1,1,7847,1,2821.88,-5389.11,163.997,5.89869,345,10,0,3997,0,1,0,0,0),(92661,8603,0,1,1,7898,0,1738.73,-3100.48,80.5853,0.358865,345,10,0,3293,0,1,0,0,0),(92662,8542,0,1,1,8783,0,2753.48,-5400.65,158.194,2.20226,345,10,0,3758,0,1,0,0,0),(92663,8542,0,1,1,8783,0,2833.85,-5454.69,157.977,0.4225,345,3,0,3758,0,1,0,0,0),(92664,8596,0,1,1,7890,0,1957.07,-3151.15,87.9872,0.029288,345,5,0,3189,0,1,0,0,0),(92665,8545,0,1,1,7858,0,2789.03,-5532.77,162.954,3.05433,345,0,0,3997,0,0,0,0,0),(92666,8529,0,1,1,7847,1,2744.88,-5463.14,157.09,0.563868,345,10,0,3997,0,1,0,0,0),(92667,8532,0,1,1,571,0,2719.39,-5482.15,160.19,4.65375,345,10,0,3876,0,1,0,0,0),(92668,8600,0,1,1,7894,0,2156.7,-2801.21,79.5377,1.30686,345,10,0,3189,0,1,0,0,0),(92669,8544,0,1,1,10613,0,2765.9,-5553.61,162.954,1.55334,345,0,0,3876,0,0,0,0,0),(92670,8545,0,1,1,7858,0,2783.5,-5516.94,162.954,3.82227,345,0,0,3997,0,0,0,0,0),(92671,8545,0,1,1,7858,0,2750.63,-5546.38,162.954,0.767945,345,0,0,3997,0,0,0,0,0),(92672,8542,0,1,1,8783,0,2184.41,-3515.06,134.527,0.830289,345,0,0,3758,0,0,0,0,0),(92673,8600,0,1,1,7894,0,1827.54,-4375.49,97.0312,6.07871,345,10,0,3189,0,1,0,0,0),(92674,8529,0,1,1,7847,1,2222,-3483.2,131.889,4.12006,345,2,0,3997,0,1,0,0,0),(92675,8528,0,1,1,11396,0,2671.68,-5533.59,159.627,1.98573,345,10,0,2714,5461,1,0,0,0),(92676,8529,0,1,1,7847,1,2661.21,-5554.85,159.886,6.10054,345,10,0,3997,0,1,0,0,0),(92677,8542,0,1,1,8783,0,2653.89,-5458.21,157.059,5.25643,345,10,0,3758,0,1,0,0,0),(92678,8528,0,1,1,11396,0,2622.7,-5451.31,160.054,1.08033,345,5,0,2714,5461,1,0,0,0),(92679,8529,0,1,1,7847,1,2663.47,-5284.92,148.473,1.25615,345,5,0,3997,0,1,0,0,0),(92680,8529,0,1,1,7847,1,2678.57,-5312.74,154.537,3.77171,345,10,0,3997,0,1,0,0,0),(92681,8532,0,1,1,571,0,2664.91,-5355.3,158.676,3.70361,345,10,0,3876,0,1,0,0,0),(92682,8558,0,1,1,9758,0,2686.7,-5399.67,157.217,3.71755,345,0,0,3876,0,0,0,0,0),(92683,8529,0,1,1,7847,1,2748.04,-5347.93,157.828,3.84279,345,10,0,3997,0,1,0,0,0),(92684,8546,0,1,1,10410,1,2679.24,-5403.77,157.153,0.453786,345,0,0,3876,0,0,0,0,0),(92685,9447,0,1,1,10380,1,1650.76,-5337.11,74.3611,5.89921,610,0,0,5886,1982,0,0,0,0),(92686,9452,0,1,1,10406,1,1609.17,-5383.05,74.115,0.488216,610,0,0,5151,4765,2,0,0,0),(92687,9452,0,1,1,10405,1,1678.48,-5421.4,75.239,4.17369,610,0,0,5151,4765,0,0,0,0),(92688,9447,0,1,1,10376,1,1652.32,-5379.99,74.7361,4.02002,610,5,0,5886,1982,1,0,0,0),(92689,9447,0,1,1,10378,1,1657.71,-5168.02,76.6485,1.20428,610,0,0,5886,1982,0,0,0,0),(92690,9452,0,1,1,10405,1,1733.98,-5181.14,75.1608,6.21946,610,0,0,5151,4765,0,0,0,0),(92691,9449,0,1,1,10390,1,1652.71,-5181.39,73.9861,6.07378,610,5,0,6078,2041,1,0,0,0),(92692,9447,0,1,1,10380,1,1611.7,-5187.67,79.6203,1.05905,610,0,0,5886,1982,0,0,0,0),(92693,9449,0,1,1,10389,1,1712.18,-5177.74,74.1028,4.49543,610,0,0,6078,2041,0,0,0,0),(92694,9447,0,1,1,10377,1,1678.74,-5190.23,73.6964,1.5708,610,0,0,5886,1982,0,0,0,0),(92695,9447,0,1,1,10377,1,1730.33,-5173.75,76.598,1.64061,610,0,0,5886,1982,0,0,0,0),(92696,9447,0,1,1,10380,1,1705.63,-5215.61,74.1948,3.10669,610,0,0,5886,1982,0,0,0,0),(92697,9447,0,1,1,10376,1,1706.78,-5190.01,73.6948,1.72788,610,0,0,5886,1982,0,0,0,0),(92698,9447,0,1,1,10376,1,1679.7,-5216.19,73.9095,0.069813,610,0,0,5886,1982,0,0,0,0),(92699,9449,0,1,1,10390,1,1646.01,-5279.02,81.1111,3.26692,610,5,0,6078,2041,1,0,0,0),(92700,9447,0,1,1,10378,1,1721.9,-5287.23,74.0439,5.67242,610,0,0,5886,1982,0,0,0,0),(92701,9447,0,1,1,10376,1,1656.14,-5325.58,74.4807,5.86431,610,0,0,5886,1982,0,0,0,0),(92702,8597,0,1,1,7891,0,2277.01,-4385.49,92.3705,0.049155,345,10,0,3529,0,1,0,0,0),(92703,8525,0,1,1,612,1,1986.58,-4550.29,73.7361,5.27392,345,10,0,2823,2117,1,0,0,0),(92704,8598,0,1,1,9022,0,2567.7,-4599.89,80.965,5.94877,345,10,0,3758,0,1,0,0,0),(92705,8542,0,1,1,8783,0,2280.8,-3588.88,161.615,3.37728,345,5,0,3758,0,1,0,0,0),(92706,8532,0,1,1,571,0,2336.61,-3619.06,174.284,0.880808,345,5,0,3876,0,1,0,0,0),(92707,8545,0,1,1,7858,0,2285.7,-3552.82,152.321,5.37943,345,0,0,3997,0,2,0,0,0),(92708,8529,0,1,1,7847,1,2319.63,-3616.25,171.097,2.15609,345,0,0,3997,0,2,0,0,0),(92709,8542,0,1,1,8783,0,2368.26,-3650.19,179.867,0.44351,345,10,0,3758,0,1,0,0,0),(92710,8558,0,1,1,9758,0,2405.3,-3704.04,178.612,0.820305,345,0,0,3876,0,0,0,0,0),(92711,8598,0,1,1,9022,0,2561.76,-4630.81,79.5436,5.82172,345,10,0,3758,0,1,0,0,0),(92712,8531,0,1,1,10487,0,2071.54,-4554.92,73.5648,3.06212,345,10,0,3644,0,1,0,0,0),(92713,8538,0,1,1,4629,0,1926,-4510.7,80.0314,1.98541,345,10,0,3529,0,1,0,0,0),(92714,8600,0,1,1,7894,0,2130.67,-3018.94,83.2425,1.73974,345,5,0,3189,0,1,0,0,0),(92715,8531,0,1,1,10487,0,2112.3,-4582.05,73.623,5.99386,345,10,0,3644,0,1,0,0,0),(92716,8526,0,1,1,9788,0,2072.6,-4573.06,75.8973,5.55114,345,0,0,2550,5206,0,0,0,0),(92717,8603,0,1,1,7898,0,2017.74,-3612.44,124.008,3.08295,345,10,0,3293,0,1,0,0,0),(92718,8541,0,1,1,10751,0,1987.21,-4579.22,73.7361,1.86969,345,10,0,3529,0,1,0,0,0),(92719,8603,0,1,1,7898,0,2058.71,-5119.05,80.9723,6.28275,345,10,0,3293,0,1,0,0,0),(92720,8601,0,1,1,7896,0,2327.08,-4873.95,87.2884,0.146773,345,0,0,3420,0,0,0,0,0),(92721,8601,0,1,1,7896,0,2192.11,-4790.01,105.03,5.81844,345,5,0,3420,0,1,0,0,0),(92722,8606,0,1,1,681,0,2304.17,-5169.74,54.4374,0.172547,345,5,0,3529,0,1,0,0,0),(92723,8600,0,1,1,7894,0,2043.5,-2929.4,83.7015,1.30497,345,10,0,3189,0,1,0,0,0),(92724,8600,0,1,1,7894,0,2058.84,-3255.36,89.0469,2.56767,345,10,0,3189,0,1,0,0,0),(92725,8607,0,1,1,11141,0,2287.71,-5151.84,54.0039,2.30303,345,0,0,3293,0,2,0,0,0),(92726,8534,0,1,1,7854,0,1746.47,-2976.24,74.5937,4.15764,345,5,0,3420,0,1,0,0,0),(92727,8596,0,1,1,7890,0,2076.31,-3006.15,83.1861,1.70193,345,10,0,3189,0,1,0,0,0),(92728,8603,0,1,1,7898,0,2118.96,-2853.83,85.6215,5.90098,345,10,0,3293,0,1,0,0,0),(92729,8534,0,1,1,7854,0,2034.1,-2928.03,82.4236,2.56984,345,10,0,3420,0,1,0,0,0),(92730,17795,0,1,1,16925,0,1860.48,-3731.34,197.778,2.42601,345,0,0,42,0,0,0,0,0),(92731,8603,0,1,1,7898,0,1873.59,-2833.6,84.8167,0.926123,345,5,0,3293,0,1,0,0,0),(92732,8600,0,1,1,7894,0,2092.4,-2815.25,83.0961,0.833047,345,10,0,3189,0,1,0,0,0),(92733,8600,0,1,1,7894,0,2033.3,-3007.48,77.7169,0.509708,345,10,0,3189,0,1,0,0,0),(92734,8600,0,1,1,7894,0,1719.73,-4143.9,105.099,4.16393,345,10,0,3189,0,1,0,0,0),(92735,8596,0,1,1,7890,0,1930.34,-3123.19,91.5828,5.83877,345,10,0,3189,0,1,0,0,0),(92736,8596,0,1,1,7890,0,1890.17,-4630.22,86.3205,6.2187,345,10,0,3189,0,1,0,0,0),(92737,8603,0,1,1,7898,0,1878.22,-3493,112.32,1.51118,345,10,0,3293,0,1,0,0,0),(92738,8600,0,1,1,7894,0,1720.63,-4129.77,106.744,1.68407,345,10,0,3189,0,1,0,0,0),(92739,8600,0,1,1,7894,0,1974.04,-3291.45,102.086,2.9607,345,5,0,3189,0,1,0,0,0),(92740,8596,0,1,1,7890,0,1728.78,-3901.19,126.847,2.03095,345,10,0,3189,0,1,0,0,0),(92741,8600,0,1,1,7894,0,1669.74,-3904.47,131.321,1.0468,345,10,0,3189,0,1,0,0,0),(92742,8603,0,1,1,7898,0,1945.95,-3013.04,75.8015,0.285591,345,10,0,3293,0,1,0,0,0),(92743,8534,0,1,1,7854,0,1738.86,-4080.07,104.266,1.86076,345,10,0,3420,0,1,0,0,0),(92744,8603,0,1,1,7898,0,2014.2,-2988.19,79.1339,0.775032,345,10,0,3293,0,1,0,0,0),(92745,8597,0,1,1,7891,0,1989.97,-4710.97,99.6578,5.33958,345,5,0,3529,0,1,0,0,0),(92746,8600,0,1,1,7894,0,1954.27,-3562.56,117.051,1.75039,345,5,0,3189,0,1,0,0,0),(92747,8601,0,1,1,7896,0,2196.35,-4363.14,81.5466,2.34308,345,10,0,3420,0,1,0,0,0),(92748,8601,0,1,1,7896,0,2383.37,-4512.04,76.1623,1.13771,345,10,0,3420,0,1,0,0,0),(92749,8601,0,1,1,7896,0,2448.71,-4387.58,74.31,4.85346,345,10,0,3420,0,1,0,0,0),(92750,8603,0,1,1,7898,0,1688.72,-3726.32,125.649,4.46694,345,10,0,3293,0,1,0,0,0),(92751,8600,0,1,1,7894,0,1964.44,-4051.47,89.8236,3.30241,345,10,0,3189,0,1,0,0,0),(92752,8596,0,1,1,7890,0,1870.07,-3912.21,129.161,4.07397,345,10,0,3189,0,1,0,0,0),(92753,8600,0,1,1,7894,0,1667.61,-3815.01,133.272,0.845533,345,5,0,3189,0,1,0,0,0),(92754,8603,0,1,1,7898,0,2092.2,-2932.47,88.5263,5.48604,345,10,0,3293,0,1,0,0,0),(92755,8600,0,1,1,7894,0,1678.5,-3812.98,133.143,5.34986,345,10,0,3189,0,1,0,0,0),(92756,8596,0,1,1,7890,0,1949.95,-3807.66,128.494,4.16662,345,10,0,3189,0,1,0,0,0),(92757,8600,0,1,1,7894,0,2079.55,-3765.91,134.121,1.77921,345,10,0,3189,0,1,0,0,0),(92758,8596,0,1,1,7890,0,2109.82,-3833.89,139.611,1.65394,345,5,0,3189,0,1,0,0,0),(92759,8603,0,1,1,7898,0,1751.44,-3035.91,77.8623,1.18667,345,10,0,3293,0,1,0,0,0),(92760,8603,0,1,1,7898,0,1988.27,-3184.78,86.4224,6.08883,345,10,0,3293,0,1,0,0,0),(92761,8600,0,1,1,7894,0,2041.14,-3733.06,131.256,3.27079,345,5,0,3189,0,1,0,0,0),(92762,8596,0,1,1,7890,0,1992.11,-3892.65,128.026,0.501217,345,5,0,3189,0,1,0,0,0),(92763,8600,0,1,1,7894,0,1813.7,-4719.19,86.7642,4.58634,345,5,0,3189,0,1,0,0,0),(92764,8600,0,1,1,7894,0,1808.38,-3901.21,134.537,3.33018,345,10,0,3189,0,1,0,0,0),(92765,8600,0,1,1,7894,0,1985.6,-3847.62,122.783,2.5059,345,10,0,3189,0,1,0,0,0),(92766,8600,0,1,1,7894,0,1914.97,-3496.53,109.714,1.68037,345,10,0,3189,0,1,0,0,0),(92767,8603,0,1,1,7898,0,2005.24,-3759.08,127.825,2.45483,345,10,0,3293,0,1,0,0,0),(92768,8600,0,1,1,7894,0,1978.97,-2911.5,79.0958,0.443999,345,5,0,3189,0,1,0,0,0),(92769,8596,0,1,1,7890,0,1869.88,-3940.3,122.085,2.61591,345,10,0,3189,0,1,0,0,0),(92770,8600,0,1,1,7894,0,1929.15,-3609.73,119.618,2.89496,345,10,0,3189,0,1,0,0,0),(92771,8600,0,1,1,7894,0,1619.58,-3810.42,138.61,2.93625,345,5,0,3189,0,1,0,0,0),(92772,8534,0,1,1,7854,0,1813.51,-3824.32,130.802,5.20964,345,10,0,3420,0,1,0,0,0),(92773,8600,0,1,1,7894,0,2017.82,-3811.51,127.57,0.655815,345,10,0,3189,0,1,0,0,0),(92774,8600,0,1,1,7894,0,1850.19,-3547.29,111.95,1.45323,345,5,0,3189,0,1,0,0,0),(92775,12202,0,1,1,7804,0,1853.38,-3213.82,124.85,2.33874,345,5,0,42,0,1,0,0,0),(92776,8532,0,1,1,571,0,2350.47,-5250.95,83.8319,4.18586,345,6,0,3876,0,1,0,0,0),(92777,8528,0,1,1,11396,0,2380.6,-5216.35,76.0877,5.26474,345,5,0,2714,5461,1,0,0,0),(92778,8607,0,1,1,11141,0,2181.33,-5140.28,53.1583,5.48037,345,5,0,3293,0,1,0,0,0),(92779,8541,0,1,1,10751,0,1945.71,-4587.23,77.1835,3.16205,345,10,0,3529,0,1,0,0,0),(92780,9452,0,1,1,10403,1,1676.92,-5353.63,73.7361,2.55445,610,5,0,5151,4765,1,0,0,0),(92781,9449,0,1,1,10390,1,1692.79,-5261.53,73.7361,1.48556,610,0,0,6078,2041,2,0,0,0),(92782,9447,0,1,1,10376,1,1687.06,-5279.87,73.8354,3.76777,610,5,0,5886,1982,1,0,0,0),(92783,9452,0,1,1,10405,1,1686.35,-5179.42,73.8611,1.2447,610,0,0,5151,4765,2,0,0,0),(92784,9452,0,1,1,10406,1,1681.69,-5377.67,74.141,3.60529,610,5,0,5151,4765,1,0,0,0),(92785,9448,0,1,1,10395,1,1655.88,-5444.78,87.6499,1.32645,610,0,0,6477,2163,0,0,0,0),(92786,9448,0,1,1,10395,1,1642.17,-5438.99,88.2749,1.18682,610,0,0,6477,2163,0,0,0,0),(92787,8600,0,1,1,7894,0,2043.74,-3584.88,128.443,5.30037,345,5,0,3189,0,1,0,0,0),(92788,8600,0,1,1,7894,0,2016.26,-3475.76,110.603,1.45734,345,5,0,3189,0,1,0,0,0),(92789,8596,0,1,1,7890,0,1823.84,-4121.19,99.9733,0.856558,345,10,0,3189,0,1,0,0,0),(92790,9452,0,1,1,10405,1,1852.72,-5496.2,104.723,5.25029,610,5,0,5151,4765,1,0,0,0),(92791,8601,0,1,1,7896,0,2159.24,-4760,78.1475,1.30607,345,5,0,3420,0,1,0,0,0),(92792,8597,0,1,1,7891,0,2078.53,-5189.65,80.8774,2.20825,345,10,0,3529,0,1,0,0,0),(92793,8542,0,1,1,8783,0,2113.37,-3444.76,119.751,1.94257,345,3,0,3758,0,1,0,0,0),(92794,8601,0,1,1,7896,0,2279.51,-4419.97,106.063,1.01799,345,5,0,3420,0,1,0,0,0),(92795,8601,0,1,1,7896,0,2148.82,-3954.21,132.26,5.06842,345,10,0,3420,0,1,0,0,0),(92796,8601,0,1,1,7896,0,2426.79,-4417.24,74.493,0.123386,345,10,0,3420,0,1,0,0,0),(92797,8601,0,1,1,7896,0,2225.68,-4542.88,74.7726,0.954632,345,3,0,3420,0,1,0,0,0),(92798,8601,0,1,1,7896,0,2174.82,-4604.05,74.0289,5.6952,345,10,0,3420,0,1,0,0,0),(92799,8534,0,1,1,7854,0,2284.68,-4554.12,84.2975,0.182743,345,2,0,3420,0,1,0,0,0),(92800,8601,0,1,1,7896,0,2263.55,-4513.65,96.1827,1.82857,345,10,0,3420,0,1,0,0,0),(92801,8603,0,1,1,7898,0,1994.36,-5229.54,79.7268,4.05015,345,10,0,3293,0,1,0,0,0),(92802,8601,0,1,1,7896,0,2053.85,-3919.58,127.483,4.946,345,10,0,3420,0,1,0,0,0),(92803,8601,0,1,1,7896,0,2016.33,-4704.98,93.0851,4.12357,345,5,0,3420,0,1,0,0,0),(92804,8597,0,1,1,7891,0,2181.33,-3979.92,126.945,1.85178,345,10,0,3529,0,1,0,0,0),(92805,8597,0,1,1,7891,0,2052.04,-4756.54,81.5141,2.85165,345,10,0,3529,0,1,0,0,0),(92806,8597,0,1,1,7891,0,2180.76,-4051.49,96.7477,4.12872,345,3,0,3529,0,1,0,0,0),(92807,8603,0,1,1,7898,0,1947.38,-5009.15,74.6954,1.12638,345,10,0,3293,0,1,0,0,0),(92808,8532,0,1,1,571,0,2577.64,-5185.73,75.212,3.41641,345,10,0,3876,0,1,0,0,0),(92809,8528,0,1,1,11396,0,2642.18,-5249.86,117.155,1.9803,345,0,0,2714,5461,2,0,0,0),(92810,8528,0,1,1,11396,0,2618.44,-5223.35,96.8697,3.01227,345,0,0,2714,5461,2,0,0,0),(92811,8601,0,1,1,7896,0,2153.07,-4014.49,115.376,0.291585,345,3,0,3420,0,1,0,0,0),(92812,8603,0,1,1,7898,0,1882.43,-4896.48,89.8204,1.19718,345,10,0,3293,0,1,0,0,0),(92813,9447,0,1,1,10376,1,1815.62,-5478.13,95.4997,3.41161,610,5,0,5886,1982,1,0,0,0),(92814,8597,0,1,1,7891,0,2042.56,-5145.09,81.4191,2.92102,345,10,0,3529,0,1,0,0,0),(92815,8601,0,1,1,7896,0,2154.97,-4885.64,90.744,5.4488,345,5,0,3420,0,1,0,0,0),(92816,8601,0,1,1,7896,0,1953.94,-4840.71,101.148,1.11588,345,5,0,3420,0,1,0,0,0),(92817,8597,0,1,1,7891,0,1926.22,-4913.38,86.4924,3.40433,345,10,0,3529,0,1,0,0,0),(92818,8603,0,1,1,7898,0,1828.13,-4987.43,91.0013,3.70847,345,10,0,3293,0,1,0,0,0),(92819,8601,0,1,1,7896,0,2314.58,-4444.99,87.2594,1.08532,345,10,0,3420,0,1,0,0,0),(92820,8597,0,1,1,7891,0,2386.46,-4311.64,78.5234,1.32718,345,10,0,3529,0,1,0,0,0),(92821,8597,0,1,1,7891,0,2230.85,-4677.28,73.8547,3.25192,345,10,0,3529,0,1,0,0,0),(92822,8603,0,1,1,7898,0,1965.93,-4845,97.3497,4.92216,345,0,0,3293,0,0,0,0,0),(92823,11288,0,1,1,10936,1,2510.03,-4164.97,48.65,4.00361,345,0,0,1114,0,0,0,0,0),(92824,11288,0,1,1,10935,1,2508.49,-4163.12,48.018,-2.16164,345,0,0,1114,0,0,0,0,0),(92825,8601,0,1,1,7896,0,1921.47,-4981.47,76.5366,0.454914,345,10,0,3420,0,1,0,0,0),(92827,11288,0,1,1,10935,1,2506.36,-4162.76,47.9597,5.79449,345,0,0,1114,0,0,0,0,0),(92830,11289,0,1,1,10941,1,2506.55,-4166.01,49.1651,0.087266,345,0,0,3758,0,0,0,0,0),(92831,11288,0,1,1,10937,1,2509.52,-4164.03,48.3071,-2.55359,345,0,0,1114,0,0,0,0,0),(92832,11289,0,1,1,10942,1,2513.17,-4168.81,48.9467,2.54424,345,0,0,3758,0,0,0,0,0),(92833,11289,0,1,1,10941,1,2507.93,-4167.42,49.153,0.862014,345,0,0,3758,0,0,0,0,0),(92834,9449,0,1,1,10390,1,1778.67,-5218.59,104.92,1.6057,610,0,0,6078,2041,0,0,0,0),(92835,8543,0,1,1,1693,0,1982.13,-4412.56,73.7361,0.710203,345,10,0,3758,0,1,0,0,0),(92836,10698,0,1,1,10030,0,1972.52,-4512.72,74.9946,6.0568,345,0,0,2550,5206,0,0,0,0),(92837,8531,0,1,1,10487,0,1916.99,-4446.22,79.5834,4.08407,345,10,0,3644,0,1,0,0,0),(92838,10698,0,1,1,10030,0,1984.91,-4489.18,82.4756,1.07675,345,0,0,2550,5206,0,0,0,0),(92839,8541,0,1,1,10751,0,1916.21,-4482.93,78.0146,6.26573,345,10,0,3529,0,1,0,0,0),(92840,8541,0,1,1,10751,0,1928.08,-4506.89,79.9064,1.06903,345,10,0,3529,0,1,0,0,0),(92841,8525,0,1,1,612,1,1918.9,-4549.98,81.6737,1.22379,345,10,0,2823,2117,1,0,0,0),(92842,8541,0,1,1,10751,0,1948.42,-4526.67,75.1223,3.34805,345,5,0,3529,0,1,0,0,0),(92843,8541,0,1,1,10751,0,1973.66,-4503.76,82.4756,3.735,345,0,0,3529,0,0,0,0,0),(92844,8551,0,1,1,10420,1,1971.8,-4510.33,74.9946,5.044,345,0,0,2470,5013,0,0,0,0),(92845,10940,0,1,1,10453,0,1410.57,-3680.54,77.3351,-0.890118,345,0,0,3398,0,0,0,0,0),(92846,12202,0,1,1,7804,0,1868.19,-3228.62,124.546,3.36848,345,5,0,42,0,1,0,0,0),(92847,11897,0,1,1,11829,0,1999.46,-3378.49,107.305,2.87054,345,0,0,4578,0,2,0,0,0),(92848,5634,0,1,1,3874,1,219.598,-2612.21,160.449,1.15192,350,0,0,2138,0,0,0,0,0),(92849,5635,0,1,1,7005,1,266.603,-2029.53,171.866,4.15388,350,0,0,2769,0,0,0,0,0),(92850,5636,0,1,1,7007,1,325.182,-1950.5,197.708,4.69494,350,0,0,2138,0,0,0,0,0),(92851,7884,0,1,1,7001,0,322.773,-2146.14,123.311,1.18682,350,0,0,4120,0,0,0,0,0),(92852,9660,0,1,1,8929,0,347.076,-2119.98,104.701,5.93412,350,0,0,2488,0,0,0,0,0),(92853,11810,0,1,1,11740,0,256.418,-2202.8,120.608,1.50331,350,0,0,2218,0,2,0,0,0),(92854,11812,0,1,1,11739,0,244.689,-2205.45,132.378,3.97935,350,0,0,2059,0,0,0,0,0),(92855,11813,0,1,1,11741,0,260.728,-2188.92,119.343,3.00197,350,0,0,1902,0,0,0,0,0),(92856,12479,0,1,1,625,0,827.619,-4091.5,92.7523,5.7259,600,0,0,76300,0,0,0,0,0),(92857,12478,0,1,1,7974,0,827.541,-4088.95,93.1538,5.72609,600,0,0,62875,24860,0,0,0,0),(92858,12477,0,1,1,12509,1,825.202,-4092.49,92.7523,5.72486,600,0,0,80925,0,0,0,0,0),(92859,12478,0,1,1,7974,0,1058.77,-3943.05,111.211,1.87505,600,0,0,62875,24860,0,0,0,0),(92860,12477,0,1,1,12509,1,1057.52,-3946.17,110.926,1.87517,600,0,0,80925,0,0,0,0,0),(92861,12477,0,1,1,12509,1,1061.6,-3945.02,111.9,1.86648,600,0,0,80925,0,0,0,0,0),(92862,12478,0,1,1,7974,0,994.793,-3832.74,112.163,4.37489,600,0,0,62875,24860,0,0,0,0),(92863,12477,0,1,1,12509,1,994.759,-3832.09,112.38,2.57641,600,0,0,80925,0,0,0,0,0),(92865,12478,0,1,1,7974,0,679.63,-3842.83,116.657,1.67031,600,0,0,62875,24860,0,0,0,0),(92866,12477,0,1,1,12509,1,681.952,-3844.73,116.157,1.84855,600,5,0,80925,0,1,0,0,0),(92867,12477,0,1,1,12509,1,677.73,-3845.15,116.282,1.57271,600,0,0,80925,0,0,0,0,0),(92868,12479,0,1,1,625,0,1093.88,-4257.64,171.341,1.69191,600,0,0,76300,0,0,0,0,0),(92869,12478,0,1,1,7974,0,1092.03,-4260,171.591,1.52197,600,0,0,62875,24860,0,0,0,0),(92870,12477,0,1,1,12509,1,1096.24,-4259.49,173.341,4.8335,600,0,0,80925,0,0,0,0,0),(92871,12478,0,1,1,7974,0,753.983,-3944.69,102.342,1.78121,600,0,0,62875,24860,0,0,0,0),(92872,12477,0,1,1,12509,1,752.272,-3946.57,101.849,1.80129,600,0,0,80925,0,0,0,0,0),(92873,12477,0,1,1,12509,1,756.219,-3945.75,102.081,1.72487,600,0,0,80925,0,0,0,0,0),(92874,12478,0,1,1,7974,0,605.254,-4073.04,112.983,1.4799,600,0,0,62875,24860,0,0,0,0),(92875,12477,0,1,1,12509,1,602.93,-4075.23,114.645,1.48231,600,0,0,80925,0,0,0,0,0),(92876,12477,0,1,1,12509,1,607.148,-4075.68,113.814,1.48043,600,0,0,80925,0,0,0,0,0),(92877,2688,0,1,1,6545,0,497.455,-2896.63,165.914,3.24631,350,0,0,3082,0,0,0,0,0),(92878,12958,0,1,1,12935,1,476.271,-2901.61,165.232,5.53269,350,0,0,3082,0,0,0,0,0),(92879,2691,0,1,1,19810,1,383.643,-2851,120.9,3.3282,350,0,0,2059,0,0,0,0,0),(92880,8276,0,1,1,1149,0,274.23,-2162.32,159.94,3.227,350,5,0,1524,0,2,0,0,0),(92881,8276,0,1,1,1149,0,272.772,-2096.04,160.767,4.9824,350,5,0,1524,0,2,0,0,0),(92882,7778,0,1,1,6845,0,361.638,-2088.14,120.535,2.93215,350,0,0,2218,0,0,0,0,0),(92883,7801,0,1,1,19837,0,219.417,-2603.37,160.356,5.35816,350,0,0,2218,0,0,0,0,0),(92884,14731,0,1,1,10714,0,-622.033,-4583.4,11.7704,5.51524,350,0,0,2061,0,0,0,0,0),(92885,17598,0,1,1,12956,0,-622.67,-4533.81,11.8626,6.03884,350,0,0,1919,0,0,0,0,0),(92886,14734,0,1,1,14765,1,-562.74,-4633.94,30.4836,1.8326,350,0,0,2880,0,0,0,0,0),(92887,14734,0,1,1,14764,1,-560.995,-4632.43,30.4295,1.13446,350,0,0,2880,0,0,0,0,0),(92888,14734,0,1,1,14765,1,-559.672,-4633.37,30.4392,0.820305,350,0,0,2880,0,0,0,0,0),(92889,4314,0,1,1,4311,1,-631.736,-4720.6,5.48226,5.55015,600,0,0,10572,0,0,0,0,0),(92890,8885,0,1,1,6468,0,-599.365,-4579.15,9.93336,3.56047,350,0,0,42,0,0,0,0,0),(92891,14730,0,1,1,0,1,-608.34,-4569.29,12.4115,0.767945,350,0,0,1,0,0,0,0,0),(92892,14730,0,1,1,0,1,-569.228,-4659.8,10.1363,4.81711,350,0,0,1,0,0,0,0,0),(92893,14730,0,1,1,0,1,-576.372,-4523.69,21.4261,4.50295,350,0,0,1,0,0,0,0,0),(92894,14730,0,1,1,0,1,-513.547,-4547.22,11.368,0.366519,350,0,0,1,0,0,0,0,0),(92895,14730,0,1,1,0,1,-517.662,-4524.58,11.2717,0.191986,350,0,0,1,0,0,0,0,0),(92896,14730,0,1,1,0,1,-573.963,-4589.06,10.5275,1.01229,350,0,0,1,0,0,0,0,0),(92897,14730,0,1,1,0,1,-582.846,-4587.14,10.7909,1.55334,350,0,0,1,0,0,0,0,0),(92898,14730,0,1,1,0,1,-621.969,-4670.08,5.06115,4.25376,350,0,0,1,0,2,0,0,0),(92899,14730,0,1,1,0,1,-619.393,-4664.69,5.05786,4.25313,350,0,0,1,0,2,0,0,0),(92900,14730,0,1,1,0,1,-643.396,-4533.99,10.9435,2.80998,350,0,0,1,0,0,0,0,0),(92901,14730,0,1,1,0,1,-640.617,-4556.09,10.1777,3.47321,350,0,0,1,0,0,0,0,0),(92902,14730,0,1,1,0,1,-623.709,-4524.41,11.7006,2.30383,350,0,0,1,0,0,0,0,0),(92903,14730,0,1,1,0,1,-587.959,-4565.16,9.16149,1.2556,350,0,0,1,0,2,0,0,0),(92904,14730,0,1,1,0,1,-563.785,-4572.2,9.48031,1.26076,350,0,0,1,0,2,0,0,0),(92905,14730,0,1,1,0,1,-644.358,-4719.91,5.33326,4.31096,350,0,0,1,0,0,0,0,0),(92906,14730,0,1,1,0,1,-617.628,-4643.52,5.48348,1.18682,350,0,0,1,0,0,0,0,0),(92907,14730,0,1,1,0,1,-603.77,-4650.45,6.01921,1.02974,350,0,0,1,0,0,0,0,0),(92908,14730,0,1,1,0,1,-634.605,-4596.83,12.3989,3.90954,350,0,0,1,0,0,0,0,0),(92909,14737,0,1,1,14769,1,-589.954,-4548.46,9.16149,3.22886,350,0,0,1990,0,2,0,0,0),(92910,14736,0,1,1,14768,1,-616.891,-4585.67,27.8052,2.74017,350,0,0,3968,0,0,0,0,0),(92911,14739,0,1,1,14771,1,-541.708,-4608.89,13.1227,2.86234,350,0,0,2061,0,2,0,0,0),(92912,14738,0,1,1,14770,1,-563.159,-4631.15,13.3094,1.85005,350,0,0,2061,0,0,0,0,0),(92913,14740,0,1,1,14772,1,-626.071,-4667.71,6.50807,2.75762,350,0,0,1651,0,0,0,0,0),(92914,14741,0,1,1,14773,1,-574.573,-4622.76,9.69658,1.36136,350,0,0,1848,0,0,0,0,0),(92915,5598,0,1,1,6590,0,-463.676,-2874.4,96.8502,0.733038,350,0,0,2218,0,0,0,0,0),(92916,7865,0,1,1,7861,1,253.803,-2034.02,170.98,4.04916,350,0,0,4581,0,0,0,0,0),(92917,7865,0,1,1,7859,1,271.936,-2176.18,120.01,1.69297,350,0,0,4581,0,0,0,0,0),(92918,7865,0,1,1,7861,1,258.417,-2009.81,177.514,4.24115,350,0,0,4581,0,0,0,0,0),(92919,7865,0,1,1,7860,1,226.607,-2069.68,126.247,5.20659,350,0,0,4581,0,2,0,0,0),(92920,7865,0,1,1,7861,1,203.118,-1998.54,145.515,4.46804,350,0,0,4581,0,0,0,0,0),(92921,10061,0,1,1,9283,0,305.911,-2129.69,121.92,1.81514,350,0,0,1003,0,0,0,0,0),(92922,8161,0,1,1,7383,0,333.705,-2091.51,131.647,5.84685,350,0,0,2672,0,0,0,0,0),(92923,7744,0,1,1,6568,1,399.725,-2119.74,131.563,4.93049,350,0,0,1003,0,0,0,0,0),(92924,7865,0,1,1,7859,1,295.987,-2006.17,194.823,3.735,350,0,0,4581,0,0,0,0,0),(92925,8018,0,1,1,7250,1,282.096,-2001.28,194.127,5.60251,600,0,0,10572,0,0,0,0,0),(92926,12479,0,1,1,625,0,744.375,-4131.01,94.1768,5.56928,600,0,0,76300,0,0,0,0,0),(92927,12478,0,1,1,7974,0,744.549,-4128.35,94.9812,5.57006,600,0,0,62875,24860,0,0,0,0),(92928,12477,0,1,1,12509,1,741.917,-4131.69,93.5518,5.56962,600,5,0,80925,0,1,0,0,0),(92929,12478,0,1,1,7974,0,749.581,-4209.15,113.855,1.13862,600,0,0,62875,24860,0,0,0,0),(92930,12477,0,1,1,12509,1,750.596,-4212.02,114.221,1.13861,600,0,0,80925,0,0,0,0,0),(92931,12477,0,1,1,12509,1,746.61,-4210.53,114.21,1.13927,600,0,0,80925,0,0,0,0,0),(92932,12478,0,1,1,7974,0,1008.11,-4143.04,116.816,4.86896,600,0,0,62875,24860,0,0,0,0),(92933,12477,0,1,1,12509,1,1009.9,-4140.81,117.084,4.87276,600,0,0,80925,0,0,0,0,0),(92934,12477,0,1,1,12509,1,1005.69,-4141.33,116.693,4.86878,600,0,0,80925,0,0,0,0,0),(92935,12479,0,1,1,625,0,666.828,-3909.8,106.231,1.95822,600,0,0,76300,0,0,0,0,0),(92936,12478,0,1,1,7974,0,665.474,-3912.1,106.439,1.95715,600,0,0,62875,24860,0,0,0,0),(92937,12477,0,1,1,12509,1,669.433,-3910.57,106.07,1.9573,600,5,0,80925,0,1,0,0,0),(92938,12478,0,1,1,7974,0,677.972,-4175.15,108.645,2.2707,600,0,0,62875,24860,0,0,0,0),(92939,12477,0,1,1,12509,1,677.632,-4178.04,109.212,2.27069,600,0,0,80925,0,0,0,0,0),(92940,12477,0,1,1,12509,1,680.725,-4175.12,107.834,2.27063,600,0,0,80925,0,0,0,0,0),(92941,2505,0,1,1,5027,0,302.187,-4844.87,-23.1115,2.97742,350,10,0,2228,0,1,0,0,0),(92942,14730,0,1,1,0,1,-562.673,-4512.68,28.6456,5.81195,350,0,0,1,0,0,0,0,0),(92943,14730,0,1,1,0,1,-593.14,-4605.77,10.0254,5.44543,350,0,0,1,0,0,0,0,0),(92944,14730,0,1,1,0,1,-597.571,-4609.94,9.752,5.65487,350,0,0,1,0,0,0,0,0),(92945,14730,0,1,1,0,1,-520.152,-4611.92,14.7856,5.53269,350,0,0,1,0,0,0,0,0),(92946,14730,0,1,1,0,1,-583.728,-4567.89,9.12072,3.57722,350,0,0,1,0,2,0,0,0),(92947,4782,0,1,1,7009,1,380.805,-2128.05,121.09,3.52556,350,0,0,2769,0,0,0,0,0),(92948,11097,0,1,1,10622,1,350.42,-2090.4,113.868,6.26573,350,0,0,3398,0,0,0,0,0),(92949,8160,0,1,1,7382,0,353.505,-2086.86,113.868,4.4855,350,0,0,2769,0,0,0,0,0),(92950,7865,0,1,1,7861,1,263.397,-2043.03,170.73,3.38594,350,0,0,4581,0,0,0,0,0),(92951,7865,0,1,1,7862,1,287.381,-2035.83,178.211,3.76991,350,0,0,4581,0,0,0,0,0),(92952,7865,0,1,1,7860,1,283.321,-2116.8,120.74,3.48725,350,0,0,4581,0,0,0,0,0),(92953,7865,0,1,1,7860,1,286.588,-2135.95,120.625,2.96706,350,0,0,4581,0,0,0,0,0),(92954,2505,0,1,1,5027,0,392.586,-4859.38,-13.263,6.03567,350,10,0,2228,0,1,0,0,0),(92955,2928,0,1,1,12238,0,182.039,-3549.64,126.636,1.98968,350,0,0,2138,0,0,0,0,0),(92956,2505,0,1,1,5027,0,-379.925,-4665.08,-9.57356,1.70823,350,10,0,2228,0,1,0,0,0),(92957,2505,0,1,1,5027,0,-15.465,-4853.16,-16.6703,6.01399,350,10,0,2228,0,1,0,0,0),(92958,2505,0,1,1,5027,0,-313.444,-4681.32,-6.66424,0.810481,350,10,0,2228,0,1,0,0,0),(92959,2505,0,1,1,5027,0,-517.037,-4676.53,-8.88548,0.126125,350,10,0,2228,0,1,0,0,0),(92960,2505,0,1,1,5027,0,-119.453,-4884.3,-16.8463,3.46045,350,10,0,2228,0,1,0,0,0),(92961,2505,0,1,1,5027,0,-752.72,-4553.87,-18.7259,4.25035,350,10,0,2228,0,1,0,0,0),(92962,2505,0,1,1,5027,0,-453.86,-4674.8,-9.82564,2.5265,350,10,0,2228,0,1,0,0,0),(92963,2648,0,1,1,6997,1,-528.012,-3841.78,230.712,2.58309,350,0,0,2658,0,0,0,0,0),(92964,2505,0,1,1,5027,0,54.5881,-4852.3,-19.0851,4.54055,350,10,0,2228,0,1,0,0,0),(92965,2656,0,1,1,11137,0,374.251,-3752.94,158.711,0.06817,350,3,0,2488,0,1,0,0,0),(92966,2926,0,1,1,11418,0,112.595,-4216.86,120.07,4.89906,350,5,0,2488,0,1,0,0,0),(92967,2505,0,1,1,5027,0,-191.058,-4810.76,-7.5348,2.93142,350,10,0,2228,0,1,0,0,0),(92968,2928,0,1,1,12238,0,376.136,-3170.1,146.36,5.42038,350,5,0,2138,0,1,0,0,0),(92969,2924,0,1,1,11419,0,311.847,-2954.5,112.283,0.243124,350,10,0,2059,0,1,0,0,0),(92970,2924,0,1,1,11419,0,337.197,-2963.14,116.99,0.001953,350,10,0,2059,0,1,0,0,0),(92971,2505,0,1,1,5027,0,405.627,-4760.84,-9.67976,1.3694,350,10,0,2228,0,1,0,0,0),(92972,2505,0,1,1,5027,0,491.681,-4746.69,-9.6381,5.73809,350,10,0,2228,0,1,0,0,0),(92973,2505,0,1,1,5027,0,442.759,-4790.35,-10.0811,1.70862,350,10,0,2228,0,1,0,0,0),(92974,2505,0,1,1,5027,0,-120.499,-4681.16,-6.34757,5.43241,350,10,0,2228,0,1,0,0,0),(92975,2505,0,1,1,5027,0,173.13,-4772.56,-6.07365,2.38705,350,10,0,2228,0,1,0,0,0),(92976,2926,0,1,1,11418,0,218.316,-4449.47,121.09,3.93839,350,5,0,2488,0,1,0,0,0),(92977,2505,0,1,1,5027,0,464.511,-4718.72,4.05409,5.95845,350,10,0,2228,0,1,0,0,0),(92978,2505,0,1,1,5027,0,-122.84,-4824.25,-4.66291,3.78641,350,10,0,2228,0,1,0,0,0),(92979,2505,0,1,1,5027,0,-195.581,-4885.19,-16.5459,4.27974,350,10,0,2228,0,1,0,0,0),(92980,2505,0,1,1,5027,0,315.712,-4777.15,-31.05,5.27449,350,10,0,2228,0,1,0,0,0),(92981,2926,0,1,1,11418,0,145.343,-4169.34,121.99,4.96305,350,5,0,2488,0,1,0,0,0),(92982,2924,0,1,1,11419,0,190.246,-3010.89,123.753,4.57519,350,5,0,2059,0,1,0,0,0),(92983,17223,0,1,1,16917,1,254.952,-2156.55,120.151,1.51844,350,0,0,1373,1432,0,0,0,0),(92984,2656,0,1,1,11137,0,418.245,-3844.48,142.764,1.51359,350,5,0,2488,0,1,0,0,0),(92985,2926,0,1,1,11418,0,83.4658,-4240.07,120.577,2.1149,350,5,0,2488,0,1,0,0,0),(92986,2924,0,1,1,11419,0,335.966,-2921.4,115.268,0.757781,350,5,0,2059,0,1,0,0,0),(92987,2924,0,1,1,11419,0,282.95,-2886.99,107.503,0.648329,350,10,0,2059,0,1,0,0,0),(92988,2926,0,1,1,11418,0,201.409,-4024.96,117.63,1.20576,350,5,0,2488,0,1,0,0,0),(92989,2655,0,1,1,1145,0,419.692,-3756.2,155.12,4.81613,350,5,0,2399,0,1,0,0,0),(92990,2681,0,1,1,782,0,-665.257,-3961.27,238.073,3.97254,350,5,0,2292,0,1,0,0,0),(92991,2926,0,1,1,11418,0,48.0097,-3892.95,140.115,1.44353,350,5,0,2488,0,1,0,0,0),(92992,2639,0,1,1,6491,1,-286.071,-3249.44,119.152,5.36368,350,10,0,2310,0,1,0,0,0),(92993,2656,0,1,1,11137,0,376.69,-3897.29,101.433,6.08565,350,3,0,2488,0,1,0,0,0),(92994,2655,0,1,1,1145,0,363.363,-3876.68,105.661,4.04597,350,3,0,2399,0,1,0,0,0),(92995,2655,0,1,1,1145,0,367.486,-3892.53,103.393,3.30468,350,0,0,2399,0,2,0,0,0),(92996,2656,0,1,1,11137,0,356.16,-3854.42,106.73,3.10852,350,3,0,2488,0,1,0,0,0),(92997,8023,0,1,1,7268,0,-255.549,-3630.32,239.599,5.77704,350,0,0,102,0,0,0,0,0),(92998,2505,0,1,1,5027,0,-221.012,-4645.19,-8.76627,5.51871,350,10,0,2228,0,1,0,0,0),(92999,2505,0,1,1,5027,0,283.124,-4754.02,-15.6798,4.80248,350,10,0,2228,0,1,0,0,0),(93000,2505,0,1,1,5027,0,214.391,-4747.57,-12.4037,5.31015,350,10,0,2228,0,1,0,0,0),(93001,2505,0,1,1,5027,0,244.776,-4773.49,-15.9578,3.0044,350,10,0,2228,0,1,0,0,0),(93002,2925,0,1,1,11417,0,-256.591,-3165.67,118.453,1.26663,350,3,0,2310,0,1,0,0,0),(93003,2656,0,1,1,11137,0,373.638,-3821.84,163.075,5.79702,350,5,0,2488,0,1,0,0,0),(93004,2926,0,1,1,11418,0,28.2872,-3634.6,124.439,0.555147,350,5,0,2488,0,1,0,0,0),(93005,4467,0,1,1,6536,1,-244.456,-3320.75,128.854,1.16263,350,10,0,1679,3923,1,0,0,0),(93006,2639,0,1,1,6492,1,-251.153,-3356.7,140.57,4.28929,350,5,0,2310,0,1,0,0,0),(93007,2505,0,1,1,5027,0,86.2432,-4759.21,-5.06178,0.174785,350,10,0,2228,0,1,0,0,0),(93008,2656,0,1,1,11137,0,447.166,-3817.51,133.466,4.39867,350,5,0,2488,0,1,0,0,0),(93009,2656,0,1,1,11137,0,370.157,-3730.58,105.54,2.00936,350,3,0,2488,0,1,0,0,0),(93010,2655,0,1,1,1145,0,337.009,-3713.52,106.598,2.62939,350,3,0,2399,0,1,0,0,0),(93011,2655,0,1,1,1145,0,321.75,-3719.41,106.689,2.59196,350,3,0,2399,0,1,0,0,0),(93012,2656,0,1,1,11137,0,311.443,-3750.14,106.844,4.80814,350,3,0,2488,0,1,0,0,0),(93013,2655,0,1,1,1145,0,329.688,-3767.2,106.808,5.92148,350,3,0,2399,0,1,0,0,0),(93014,2655,0,1,1,1145,0,346.737,-3764.54,106.86,1.65636,350,5,0,2399,0,1,0,0,0),(93015,2928,0,1,1,12238,0,355.787,-3060.43,126.447,4.79845,350,3,0,2138,0,1,0,0,0),(93016,2655,0,1,1,1145,0,45.5432,-3456.15,117.155,6.26772,350,10,0,2399,0,1,0,0,0),(93017,2924,0,1,1,11419,0,54.7256,-3022.88,132.503,4.88181,350,10,0,2059,0,1,0,0,0),(93018,2926,0,1,1,11418,0,246.485,-3840.29,139.686,1.90704,350,10,0,2488,0,1,0,0,0),(93019,2924,0,1,1,11419,0,104.55,-3043.58,130.498,4.07459,350,10,0,2059,0,1,0,0,0),(93020,2926,0,1,1,11418,0,122.412,-4005.43,127.83,1.86399,350,5,0,2488,0,1,0,0,0),(93021,2680,0,1,1,781,0,-212.043,-3293.93,125.269,6.05243,350,10,0,2399,0,1,0,0,0),(93022,2653,0,1,1,6490,1,-364.873,-2753.67,88.0951,0.712348,350,3,0,2138,0,1,0,0,0),(93023,2656,0,1,1,11137,0,352.208,-3750.89,150.263,3.44483,350,5,0,2488,0,1,0,0,0),(93024,4467,0,1,1,6536,1,-213.949,-3291,124.325,4.94591,350,10,0,1679,3923,1,0,0,0),(93025,2926,0,1,1,11418,0,19.7264,-4361.74,133.726,0.056691,350,5,0,2488,0,1,0,0,0),(93026,2656,0,1,1,11137,0,322.403,-3783,162.759,1.30297,350,3,0,2488,0,1,0,0,0),(93027,2926,0,1,1,11418,0,58.8971,-4254.37,120.258,1.47696,350,5,0,2488,0,1,0,0,0),(93028,2505,0,1,1,5027,0,109.187,-4770.13,-4.13647,1.96534,350,10,0,2228,0,1,0,0,0),(93029,2505,0,1,1,5027,0,387.477,-4724.52,-5.0523,0.552813,350,10,0,2228,0,1,0,0,0),(93030,2505,0,1,1,5027,0,359.375,-4737.5,-4.1239,0,350,10,0,2228,0,1,0,0,0),(93031,2505,0,1,1,5027,0,175.944,-4708.37,12.9576,3.28694,350,10,0,2228,0,1,0,0,0),(93032,2646,0,1,1,6495,1,-641.043,-4083.91,247.215,0.56703,350,0,0,2138,0,0,0,0,0),(93033,2646,0,1,1,6496,1,-642.005,-4062.1,247.204,4.29692,350,0,0,2138,0,0,0,0,0),(93034,2505,0,1,1,5027,0,46.835,-4788.89,-5.67404,5.09748,350,10,0,2228,0,1,0,0,0),(93035,2505,0,1,1,5027,0,315.914,-4706.9,5.3171,5.12625,350,10,0,2228,0,1,0,0,0),(93036,2653,0,1,1,6490,1,-478.176,-2808.8,110.572,2.83772,350,3,0,2138,0,1,0,0,0),(93037,2654,0,1,1,6487,1,-492.383,-2826.32,116.737,2.09122,350,3,0,1618,3801,1,0,0,0),(93038,2646,0,1,1,6496,1,-537.012,-4156.35,215.916,5.77717,350,0,0,2138,0,0,0,0,0),(93039,2646,0,1,1,6495,1,-521.354,-4185.94,215.981,0.773089,350,0,0,2138,0,0,0,0,0),(93040,2647,0,1,1,6540,1,-535.365,-4181.22,215.894,3.44057,350,0,0,2052,1750,0,0,0,0),(93041,2646,0,1,1,6496,1,-522.396,-4164.06,215.939,0.471307,350,0,0,2138,0,0,0,0,0),(93042,2646,0,1,1,6495,1,-647.264,-4115.35,238.601,5.88832,350,0,0,2138,0,0,0,0,0),(93043,2656,0,1,1,11137,0,414.104,-3716.34,130.002,3.2581,350,10,0,2488,0,1,0,0,0),(93044,2646,0,1,1,6495,1,-579.352,-4019.88,238.476,2.56883,350,0,0,2138,0,0,0,0,0),(93045,2647,0,1,1,6541,1,-592.693,-4011.17,238.476,1.41066,350,0,0,2052,1750,0,0,0,0),(93046,2681,0,1,1,782,0,-557.485,-3909.38,230.615,2.79285,350,3,0,2292,0,1,0,0,0),(93047,12478,0,1,1,7974,0,812.679,-3877.12,108.127,5.24237,600,0,0,62875,24860,0,0,0,0),(93048,12479,0,1,1,625,0,813.364,-3874.13,108.613,5.42016,600,0,0,76300,0,0,0,0,0),(93049,12479,0,1,1,625,0,809.65,-3876.07,108.021,5.11981,600,0,0,76300,0,0,0,0,0),(93050,2927,0,1,1,12238,0,-155.771,-2879.57,117.037,2.57202,350,10,0,1981,0,1,0,0,0),(93051,12478,0,1,1,7974,0,875.383,-4106.46,96.4208,2.97003,600,0,0,62875,24860,0,0,0,0),(93052,12477,0,1,1,12509,1,877.254,-4108.94,96.7537,2.97107,600,0,0,80925,0,0,0,0,0),(93053,12477,0,1,1,12509,1,877.34,-4104.65,96.4047,2.97065,600,0,0,80925,0,0,0,0,0),(93054,2656,0,1,1,11137,0,379.804,-3845.46,146.291,3.15896,350,10,0,2488,0,1,0,0,0),(93055,2639,0,1,1,6491,1,-185.168,-3519.14,135.503,4.49543,350,10,0,2310,0,1,0,0,0),(93056,4466,0,1,1,6512,1,-224.47,-3522.15,145.822,1.40982,350,10,0,2399,0,1,0,0,0),(93057,2680,0,1,1,781,0,-203.499,-3362.46,137.974,4.99786,350,3,0,2399,0,1,0,0,0),(93058,2926,0,1,1,11418,0,-98.6431,-3542.54,120.054,4.90051,350,5,0,2488,0,1,0,0,0),(93059,2505,0,1,1,5027,0,-52.4953,-4755.58,-3.90083,5.90956,350,10,0,2228,0,1,0,0,0),(93060,2656,0,1,1,11137,0,465.284,-3738.32,123.67,4.57813,350,5,0,2488,0,1,0,0,0),(93061,2927,0,1,1,12238,0,-296.254,-2590.43,119.89,6.01213,350,10,0,1981,0,1,0,0,0),(93062,2656,0,1,1,11137,0,413.841,-3768.62,124.15,0.161028,350,5,0,2488,0,1,0,0,0),(93063,4468,0,1,1,11141,0,-505.119,-3971.93,215.915,3.70957,350,5,0,1990,0,1,0,0,0),(93064,2655,0,1,1,1145,0,334.977,-3776.91,126.882,4.07016,350,5,0,2399,0,1,0,0,0),(93065,2656,0,1,1,11137,0,363.287,-3765.47,126.819,4.36163,350,5,0,2488,0,1,0,0,0),(93066,2656,0,1,1,11137,0,370.197,-3801.64,111.834,5.30814,350,3,0,2488,0,1,0,0,0),(93067,2655,0,1,1,1145,0,384.108,-3758.34,126.833,2.9762,350,5,0,2399,0,1,0,0,0),(93068,2656,0,1,1,11137,0,353.279,-3775.15,126.799,5.08941,350,0,0,2488,0,2,0,0,0),(93069,2656,0,1,1,11137,0,384.398,-3825.92,98.8949,1.39341,350,3,0,2488,0,1,0,0,0),(93070,2656,0,1,1,11137,0,399.594,-3821.37,118.458,2.66298,350,3,0,2488,0,1,0,0,0),(93071,2655,0,1,1,1145,0,421.233,-3812.69,120.369,0.221678,350,3,0,2399,0,1,0,0,0),(93072,2655,0,1,1,1145,0,392.043,-3789.65,102.343,2.0987,350,5,0,2399,0,1,0,0,0),(93073,2924,0,1,1,11419,0,-315.778,-2648.61,118.915,0.755021,350,5,0,2059,0,1,0,0,0),(93074,2926,0,1,1,11418,0,109.882,-4193.18,121.722,3.25916,350,5,0,2488,0,1,0,0,0),(93075,2924,0,1,1,11419,0,209.292,-2953.07,110.389,1.40982,350,10,0,2059,0,1,0,0,0),(93076,2680,0,1,1,781,0,-322.525,-3366.88,148.848,0.937838,350,10,0,2399,0,1,0,0,0),(93077,2639,0,1,1,6491,1,-317.732,-3319.46,138.428,5.75293,350,10,0,2310,0,1,0,0,0),(93078,2655,0,1,1,1145,0,241.2,-3507.67,159.764,4.12296,350,5,0,2399,0,1,0,0,0),(93079,2928,0,1,1,12238,0,18.337,-3127.68,133.382,4.78522,350,5,0,2138,0,1,0,0,0),(93080,2926,0,1,1,11418,0,211.797,-4046.42,118.499,0.632959,350,5,0,2488,0,1,0,0,0),(93081,2656,0,1,1,11137,0,417.197,-3815.24,161.361,4.51856,350,5,0,2488,0,1,0,0,0),(93082,2926,0,1,1,11418,0,94.5354,-4517.43,136.444,0.599372,350,5,0,2488,0,1,0,0,0),(93083,2656,0,1,1,11137,0,395.467,-3804.06,169.325,1.11474,350,5,0,2488,0,1,0,0,0),(93084,2926,0,1,1,11418,0,176.128,-3980.24,125.33,4.57713,350,5,0,2488,0,1,0,0,0),(93085,2926,0,1,1,11418,0,312.808,-4245.85,120.965,2.3203,350,5,0,2488,0,1,0,0,0),(93086,2649,0,1,1,6481,1,-14.8095,-2438.44,125.778,1.01118,350,10,0,1829,0,1,0,0,0),(93087,2928,0,1,1,12238,0,-66.4598,-3282.32,120.604,5.90268,350,10,0,2138,0,1,0,0,0),(93088,2649,0,1,1,6479,1,-10.207,-2412.44,127.921,0.125324,350,3,0,1829,0,1,0,0,0),(93089,2926,0,1,1,11418,0,62.7171,-3820.61,131.509,1.37723,350,5,0,2488,0,1,0,0,0),(93090,2926,0,1,1,11418,0,76.9397,-3872.76,136.151,4.47301,350,5,0,2488,0,1,0,0,0),(93091,2650,0,1,1,6480,1,11.4317,-2414.07,125.617,1.93057,350,10,0,1902,0,1,0,0,0),(93092,2926,0,1,1,11418,0,174.196,-4156.08,123.576,3.36619,350,5,0,2488,0,1,0,0,0),(93093,2926,0,1,1,11418,0,-22.8571,-4290.83,120.806,5.37737,350,5,0,2488,0,1,0,0,0),(93094,2655,0,1,1,1145,0,216.845,-3462.08,157.402,0.434881,350,3,0,2399,0,1,0,0,0),(93095,2656,0,1,1,11137,0,219.915,-3481.17,156.419,4.25726,350,3,0,2488,0,1,0,0,0),(93096,2639,0,1,1,6492,1,-159.01,-3420.26,131.918,3.07664,350,10,0,2310,0,1,0,0,0),(93097,2680,0,1,1,781,0,-175.935,-3436.92,136.013,1.8777,350,10,0,2399,0,1,0,0,0),(93098,2926,0,1,1,11418,0,53.2051,-4039.06,127.986,4.86533,350,5,0,2488,0,1,0,0,0),(93099,2925,0,1,1,11417,0,-72.2921,-3570.44,119.317,5.84887,350,10,0,2310,0,1,0,0,0),(93100,4467,0,1,1,6535,1,-268.719,-3386.25,149.368,0.233467,350,10,0,1679,3923,1,0,0,0),(93101,4467,0,1,1,6535,1,-282.396,-3342.65,143.023,1.04354,350,10,0,1679,3923,1,0,0,0),(93102,4466,0,1,1,6513,1,-213.586,-3478.93,154.672,0.048885,350,0,0,2399,0,0,0,0,0),(93103,2926,0,1,1,11418,0,369.266,-3661.23,129.095,4.33624,350,10,0,2488,0,1,0,0,0),(93104,4467,0,1,1,6535,1,-151.606,-3381.3,129.319,3.4411,350,10,0,1679,3923,1,0,0,0),(93105,2640,0,1,1,6543,1,-316.805,-3405.96,165.361,5.73832,350,0,0,1919,1587,0,0,0,0),(93106,2505,0,1,1,5027,0,-688.59,-4507.64,10.2782,1.9809,350,10,0,2228,0,1,0,0,0),(93107,2928,0,1,1,12238,0,305.758,-3221.97,115.309,5.95368,350,10,0,2138,0,1,0,0,0),(93108,2926,0,1,1,11418,0,-88.3811,-4140.74,120.703,1.00075,350,5,0,2488,0,1,0,0,0),(93109,2924,0,1,1,11419,0,241.331,-2941.78,106.881,3.1362,350,10,0,2059,0,1,0,0,0),(93110,2926,0,1,1,11418,0,134.636,-3824.18,126.354,0.007812,350,5,0,2488,0,1,0,0,0),(93111,2927,0,1,1,12238,0,331.656,-3006.1,119.94,0.192794,350,3,0,1981,0,1,0,0,0),(93112,2927,0,1,1,12238,0,293.016,-2981.72,113.509,5.70927,350,10,0,1981,0,1,0,0,0),(93113,2928,0,1,1,12238,0,352.247,-3097.83,128.786,1.89872,350,5,0,2138,0,1,0,0,0),(93114,2654,0,1,1,6487,1,-254.232,-2809.08,115.927,5.92429,350,3,0,1618,3801,1,0,0,0),(93115,2653,0,1,1,6489,1,-253.845,-2829.42,109.764,0.922841,350,3,0,2138,0,1,0,0,0),(93116,2926,0,1,1,11418,0,29.3276,-3635.01,124.596,0.54042,350,5,0,2488,0,1,0,0,0),(93117,2653,0,1,1,6490,1,-275.111,-2795.7,110.474,3.84421,350,3,0,2138,0,1,0,0,0),(93118,2926,0,1,1,11418,0,366.618,-4001.53,125.539,3.81884,350,5,0,2488,0,1,0,0,0),(93119,2686,0,1,1,1157,0,-322.721,-2755.25,86.3118,4.73932,350,10,0,2138,0,1,0,0,0),(93120,2655,0,1,1,1145,0,61.1937,-3510.48,118.942,1.70291,350,3,0,2399,0,1,0,0,0),(93121,2926,0,1,1,11418,0,189.191,-4243.91,118.521,3.94901,350,5,0,2488,0,1,0,0,0),(93122,2927,0,1,1,12238,0,47.3584,-2964.73,121.358,1.91106,350,10,0,1981,0,1,0,0,0),(93123,2686,0,1,1,1157,0,-346.831,-2710.01,108.211,0.074964,350,5,0,2138,0,1,0,0,0),(93124,2686,0,1,1,1157,0,-365.564,-2806.85,76.6431,5.55865,350,10,0,2138,0,1,0,0,0),(93125,2686,0,1,1,1157,0,-247.874,-2897.92,95.3389,4.76863,350,5,0,2138,0,1,0,0,0),(93126,2686,0,1,1,1157,0,-346.536,-2766.7,78.088,1.53566,350,3,0,2138,0,1,0,0,0),(93127,2928,0,1,1,12238,0,295.56,-3065.45,118.455,4.1542,350,10,0,2138,0,1,0,0,0),(93128,2653,0,1,1,6489,1,-230.735,-2987.26,117.813,0.981135,350,5,0,2138,0,1,0,0,0),(93129,2927,0,1,1,12238,0,238.965,-2984.09,110.537,1.8314,350,10,0,1981,0,1,0,0,0),(93130,2928,0,1,1,12238,0,197.521,-3052.44,131.686,4.54272,350,5,0,2138,0,1,0,0,0),(93131,2686,0,1,1,1157,0,-443.297,-2940.08,94.0191,3.64462,350,5,0,2138,0,1,0,0,0),(93132,2686,0,1,1,1157,0,-394.304,-2767.98,83.2624,0.944778,350,10,0,2138,0,1,0,0,0),(93133,2653,0,1,1,6490,1,-236.678,-3103.51,126.417,3.41415,350,5,0,2138,0,1,0,0,0),(93134,2686,0,1,1,1157,0,-414.368,-2809.81,79.5546,3.27879,350,10,0,2138,0,1,0,0,0),(93135,2654,0,1,1,6487,1,-221.56,-3114.49,127.542,5.76851,350,5,0,1618,3801,1,0,0,0),(93136,2686,0,1,1,1157,0,-435.951,-2780.89,85.9245,5.21532,350,3,0,2138,0,1,0,0,0),(93137,2928,0,1,1,12238,0,-166.135,-3046.49,120.979,6.20701,350,10,0,2138,0,1,0,0,0),(93138,2686,0,1,1,1157,0,-423.391,-2754.14,97.6229,1.52997,350,3,0,2138,0,1,0,0,0),(93139,2653,0,1,1,6489,1,-228.285,-3125.55,127.667,3.41572,350,5,0,2138,0,1,0,0,0),(93140,2686,0,1,1,1157,0,-269.733,-3027.28,117.492,6.15919,350,5,0,2138,0,1,0,0,0),(93141,2645,0,1,1,6538,1,-210.325,-3980.79,195.183,6.17128,350,5,0,1650,1695,1,0,0,0),(93142,2928,0,1,1,12238,0,-113.866,-3153.73,121.238,1.61374,350,10,0,2138,0,1,0,0,0),(93143,2686,0,1,1,1157,0,-424.86,-2926.4,85.5042,3.76574,350,5,0,2138,0,1,0,0,0),(93144,2653,0,1,1,6489,1,-275.678,-2820.46,109.515,1.48646,350,3,0,2138,0,1,0,0,0),(93145,2928,0,1,1,12238,0,312.779,-3081.97,118.866,3.21777,350,10,0,2138,0,1,0,0,0),(93146,2926,0,1,1,11418,0,99.3065,-4091.21,164.011,3.55546,350,5,0,2488,0,1,0,0,0),(93147,2926,0,1,1,11418,0,32.0518,-4422.68,150.152,4.95054,350,5,0,2488,0,1,0,0,0),(93148,2928,0,1,1,12238,0,-9.61401,-3061.67,135.698,1.16928,350,10,0,2138,0,1,0,0,0),(93149,2926,0,1,1,11418,0,-19.5781,-4399.59,145.291,1.93825,350,5,0,2488,0,1,0,0,0),(93150,2926,0,1,1,11418,0,206.832,-4008.22,119.129,0.475011,350,5,0,2488,0,1,0,0,0),(93151,2926,0,1,1,11418,0,26.6744,-4405.46,145.152,2.89424,350,5,0,2488,0,1,0,0,0),(93152,2926,0,1,1,11418,0,72.0643,-3556.33,121.575,2.54383,350,5,0,2488,0,1,0,0,0),(93153,2656,0,1,1,11137,0,109.615,-3545.15,120.021,1.38659,350,10,0,2488,0,1,0,0,0),(93154,2656,0,1,1,11137,0,155.866,-3503.29,125.227,1.39802,350,5,0,2488,0,1,0,0,0),(93155,2928,0,1,1,12238,0,9.41855,-3176.41,123.896,4.59699,350,10,0,2138,0,1,0,0,0),(93156,4466,0,1,1,6513,1,-156.068,-3510.53,128.679,0.609076,350,10,0,2399,0,1,0,0,0),(93157,2655,0,1,1,1145,0,85.9186,-3412.32,117.686,1.27481,350,10,0,2399,0,1,0,0,0),(93158,2655,0,1,1,1145,0,145.146,-3473.67,109.429,5.81779,350,5,0,2399,0,1,0,0,0),(93159,2656,0,1,1,11137,0,349.018,-3824.66,161.895,5.93981,350,5,0,2488,0,1,0,0,0),(93160,2656,0,1,1,11137,0,352.196,-3860.36,139.473,5.3702,350,10,0,2488,0,1,0,0,0),(93161,2655,0,1,1,1145,0,343.86,-3801.48,169.895,3.98386,350,5,0,2399,0,1,0,0,0),(93162,2655,0,1,1,1145,0,368.652,-3789.78,171.146,3.56479,350,5,0,2399,0,1,0,0,0),(93163,2656,0,1,1,11137,0,142.225,-3406.58,117.566,1.12172,350,5,0,2488,0,1,0,0,0),(93164,2656,0,1,1,11137,0,318.484,-3818.24,161.386,3.12597,350,5,0,2488,0,1,0,0,0),(93165,2655,0,1,1,1145,0,137.105,-3439.54,109.599,0.469264,350,10,0,2399,0,1,0,0,0),(93166,2656,0,1,1,11137,0,288.822,-3788.65,144.999,3.97392,350,5,0,2488,0,1,0,0,0),(93167,2656,0,1,1,11137,0,104.152,-3477.42,109.005,1.48498,350,10,0,2488,0,1,0,0,0),(93168,2656,0,1,1,11137,0,294.665,-3811.07,153.007,0.831236,350,5,0,2488,0,1,0,0,0),(93169,2655,0,1,1,1145,0,104.42,-3450.89,108.814,3.15075,350,10,0,2399,0,1,0,0,0),(93170,2656,0,1,1,11137,0,233.358,-3431.02,131.259,6.1522,350,3,0,2488,0,1,0,0,0),(93171,2655,0,1,1,1145,0,183.932,-3430.45,121.55,3.8104,350,5,0,2399,0,1,0,0,0),(93172,2928,0,1,1,12238,0,63.7096,-3272.42,118.732,0.585295,350,10,0,2138,0,1,0,0,0),(93173,2655,0,1,1,1145,0,257.94,-3456.68,152.768,5.75408,350,5,0,2399,0,1,0,0,0),(93174,2925,0,1,1,11417,0,-10.6717,-3492.79,117.821,4.32572,350,10,0,2310,0,1,0,0,0),(93175,2655,0,1,1,1145,0,273.981,-3479.56,158.094,1.94194,350,10,0,2399,0,1,0,0,0),(93176,2655,0,1,1,1145,0,247.835,-3486.69,162.69,4.67041,350,10,0,2399,0,1,0,0,0),(93177,2925,0,1,1,11417,0,-43.9125,-3518.53,119.674,4.44196,350,10,0,2310,0,1,0,0,0),(93178,2928,0,1,1,12238,0,53.6844,-3224.75,121.003,0.177823,350,10,0,2138,0,1,0,0,0),(93179,2656,0,1,1,11137,0,459.562,-3855.04,121.497,5.63333,350,10,0,2488,0,1,0,0,0),(93180,2686,0,1,1,1157,0,-287.434,-2981.09,94.7218,4.29595,350,3,0,2138,0,1,0,0,0),(93181,2686,0,1,1,1157,0,-364.684,-2935.96,75.2529,3.26853,350,5,0,2138,0,1,0,0,0),(93182,2926,0,1,1,11418,0,277.251,-3960.16,129.103,1.2494,350,5,0,2488,0,1,0,0,0),(93183,2686,0,1,1,1157,0,-311.297,-2855.44,80.0946,5.76356,350,10,0,2138,0,1,0,0,0),(93184,2647,0,1,1,6540,1,-650.545,-4102.68,238.476,5.01987,350,0,0,2052,1750,0,0,0,0),(93185,2681,0,1,1,782,0,-584.769,-3953.43,238.238,4.26699,350,10,0,2292,0,1,0,0,0),(93186,2505,0,1,1,5027,0,385.539,-4784.49,0.529967,2.15588,350,10,0,2228,0,1,0,0,0),(93187,2646,0,1,1,6496,1,-619.758,-4139.62,238.476,0.834047,350,3,0,2138,0,1,0,0,0),(93188,2505,0,1,1,5027,0,-365.828,-4491.5,11.5453,-1.36177,350,0,0,2228,0,0,0,0,0),(93189,2924,0,1,1,11419,0,-113.611,-2921.02,119.167,1.36809,350,10,0,2059,0,1,0,0,0),(93190,4466,0,1,1,6512,1,-185.618,-3351.1,133.71,4.76518,350,0,0,2399,0,2,0,0,0),(93191,4466,0,1,1,6513,1,-143.578,-3318.79,121.546,6.11893,350,5,0,2399,0,1,0,0,0),(93192,2680,0,1,1,781,0,-228.305,-3394.7,148.036,1.75327,350,10,0,2399,0,1,0,0,0),(93193,2928,0,1,1,12238,0,325.196,-3241.44,116.042,0.828568,350,10,0,2138,0,1,0,0,0),(93194,7780,0,1,1,6485,0,262.982,-2758.03,122.636,2.9147,350,0,0,2149,1587,0,0,0,0),(93195,2925,0,1,1,11417,0,281.402,-3172.74,121.237,1.8542,350,10,0,2310,0,1,0,0,0),(93196,2505,0,1,1,5027,0,51.9774,-4714.43,9.05748,1.89095,350,10,0,2228,0,1,0,0,0),(93197,2926,0,1,1,11418,0,234.604,-3931.34,131.004,1.76551,350,5,0,2488,0,1,0,0,0),(93198,4465,0,1,1,6509,1,-172.414,-4118.2,118.603,4.45088,350,10,0,2218,0,1,0,0,0),(93199,2927,0,1,1,12238,0,-113.725,-2887.76,123.327,3.57032,350,10,0,1981,0,1,0,0,0),(93200,4465,0,1,1,6509,1,-148.859,-4048.55,122.277,3.70966,350,3,0,2218,0,1,0,0,0),(93201,2640,0,1,1,6543,1,-73.9987,-4010.92,122.534,6.23548,350,0,0,1919,1587,0,0,0,0),(93202,4465,0,1,1,6509,1,-94.3603,-4001.5,123.527,4.95529,350,5,0,2218,0,1,0,0,0),(93203,4465,0,1,1,6509,1,-120.092,-4081.23,123.103,4.41361,350,10,0,2218,0,1,0,0,0),(93204,2643,0,1,1,6493,1,-376.563,-4135.94,174.418,0.697313,350,3,0,2388,0,1,0,0,0),(93205,2644,0,1,1,6511,1,-490.135,-4172.97,196.94,0.82782,350,3,0,2473,0,1,0,0,0),(93206,2643,0,1,1,6493,1,-378.044,-4158.43,174.168,0.253726,350,3,0,2388,0,1,0,0,0),(93207,2645,0,1,1,6538,1,-478.725,-4192.92,195.19,4.6335,350,0,0,1650,1695,0,0,0,0),(93208,2645,0,1,1,6539,1,-450.365,-4193.01,195.114,5.74664,350,0,0,1650,1695,0,0,0,0),(93209,14757,0,1,1,14786,0,-531.294,-3873.08,232.593,3.94444,350,0,0,6183,0,0,0,0,0),(93210,2924,0,1,1,11419,0,-100.992,-2891.62,126.573,1.99338,350,5,0,2059,0,1,0,0,0),(93211,2644,0,1,1,6510,1,-511.699,-4078.15,215.911,4.90245,350,0,0,2473,0,0,0,0,0),(93212,2646,0,1,1,6496,1,-596.838,-4111.66,238.601,0.318568,350,3,0,2138,0,1,0,0,0),(93213,2647,0,1,1,6541,1,-584.876,-4120.46,238.476,2.66268,350,0,0,2052,1750,0,0,0,0),(93214,2646,0,1,1,6495,1,-585.595,-4146.74,238.476,2.18892,350,3,0,2138,0,1,0,0,0),(93215,2647,0,1,1,6540,1,-593.175,-4167.88,238.476,1.3875,350,0,0,2052,1750,0,0,0,0),(93216,2646,0,1,1,6496,1,-608.736,-4156.35,238.476,0.849667,350,0,0,2138,0,0,0,0,0),(93217,2646,0,1,1,6496,1,-539.534,-3994.96,215.986,0.999576,350,0,0,2138,0,0,0,0,0),(93218,2646,0,1,1,6495,1,-280.348,-3823.68,238.435,0.281983,350,0,0,2138,0,0,0,0,0),(93219,2646,0,1,1,6495,1,-529.744,-3997.86,215.915,5.41187,350,0,0,2138,0,0,0,0,0),(93220,2647,0,1,1,6541,1,-256.803,-3835.88,238.465,2.48415,350,0,0,2052,1750,0,0,0,0),(93221,2646,0,1,1,6495,1,-286.458,-3838.54,238.472,3.63153,350,0,0,2138,0,0,0,0,0),(93222,4468,0,1,1,11141,0,-462.255,-3927,215.81,3.9037,350,5,0,1990,0,1,0,0,0),(93223,4468,0,1,1,11141,0,-437.829,-3938.69,215.744,1.76335,350,5,0,1990,0,1,0,0,0),(93224,4468,0,1,1,11141,0,-425.966,-3959.26,216.229,2.95408,350,5,0,1990,0,1,0,0,0),(93225,4468,0,1,1,11141,0,-489.325,-3947.74,215.928,2.83886,350,5,0,1990,0,1,0,0,0),(93226,4468,0,1,1,11141,0,-422.347,-3922.83,215.558,2.69612,350,5,0,1990,0,1,0,0,0),(93227,4468,0,1,1,11141,0,-444.792,-3981.77,208.044,2.83905,350,3,0,1990,0,1,0,0,0),(93228,4468,0,1,1,11141,0,-467.243,-4005.46,215.944,4.41296,350,5,0,1990,0,1,0,0,0),(93229,2655,0,1,1,1145,0,332.484,-3335.41,115.766,0.181307,350,5,0,2399,0,1,0,0,0),(93230,2648,0,1,1,6998,1,-638.837,-3730.62,235.154,3.73073,350,5,0,2658,0,1,0,0,0),(93231,2647,0,1,1,6541,1,-403.217,-3938.97,215.87,3.576,350,0,0,2052,1750,0,0,0,0),(93232,2646,0,1,1,6496,1,-386.817,-3934.25,215.951,3.64497,350,0,0,2138,0,0,0,0,0),(93233,2681,0,1,1,782,0,-519.332,-3915.33,230.674,4.19607,350,3,0,2292,0,1,0,0,0),(93234,2927,0,1,1,12238,0,-174.36,-2583.46,118.363,1.53796,350,10,0,1981,0,1,0,0,0),(93235,2927,0,1,1,12238,0,48.3302,-2719.36,129.966,1.5747,350,5,0,1981,0,1,0,0,0),(93236,2927,0,1,1,12238,0,-149.082,-2773.96,120.468,1.53175,350,10,0,1981,0,1,0,0,0),(93237,2924,0,1,1,11419,0,-161.063,-2810.6,118.383,1.21134,350,10,0,2059,0,1,0,0,0),(93238,2924,0,1,1,11419,0,107.151,-2950.18,114.29,4.48969,350,10,0,2059,0,1,0,0,0),(93239,2924,0,1,1,11419,0,-191.577,-2768.67,120.765,1.74383,350,10,0,2059,0,1,0,0,0),(93240,2655,0,1,1,1145,0,410.546,-3302.56,135.292,5.46798,350,5,0,2399,0,1,0,0,0),(93241,2639,0,1,1,6492,1,-252.072,-3250.49,125.277,0.842672,350,10,0,2310,0,1,0,0,0),(93242,2646,0,1,1,6495,1,-255.699,-3823.88,238.366,0.040903,350,0,0,2138,0,0,0,0,0),(93243,2926,0,1,1,11418,0,341.675,-3666.8,126.865,1.8153,350,10,0,2488,0,1,0,0,0),(93244,2639,0,1,1,6492,1,-211.391,-3244.01,120.811,1.39002,350,10,0,2310,0,1,0,0,0),(93245,2656,0,1,1,11137,0,318.606,-3755.3,141.623,4.65972,350,5,0,2488,0,1,0,0,0),(93246,2680,0,1,1,781,0,-273.953,-3252.31,121.319,0.109579,350,3,0,2399,0,1,0,0,0),(93247,12479,0,1,1,625,0,675.854,-3994.41,97.3366,4.22612,600,0,0,76300,0,0,0,0,0),(93248,12478,0,1,1,7974,0,678.609,-3993.74,97.2018,4.22624,600,0,0,62875,24860,0,0,0,0),(93249,12477,0,1,1,12509,1,674.884,-3991.71,96.9033,4.22602,600,0,0,80925,0,0,0,0,0),(93250,2653,0,1,1,6489,1,-238.443,-2552.76,118.982,4.29351,350,0,0,2138,0,0,0,0,0),(93251,2653,0,1,1,6489,1,-225.984,-2560.45,119.826,4.06662,350,0,0,2138,0,0,0,0,0),(93252,17236,0,1,1,955,0,-213.84,-2525.19,118.404,4.15388,350,0,0,2138,0,0,0,0,0),(93253,17235,0,1,1,6540,1,-216.613,-2523.13,118.367,4.43314,350,0,0,1688,1587,0,0,0,0),(93254,2655,0,1,1,1145,0,342.543,-3261.45,120.257,1.17692,350,5,0,2399,0,1,0,0,0),(93255,12496,0,1,1,7553,0,803.387,-3996.83,122.005,3.47321,600,0,0,80925,0,0,0,0,0),(93256,2656,0,1,1,11137,0,365.171,-3294.56,115.828,4.45793,350,5,0,2488,0,1,0,0,0),(93257,2655,0,1,1,1145,0,388.701,-3304.82,117.715,4.57964,350,3,0,2399,0,1,0,0,0),(93258,2655,0,1,1,1145,0,362.008,-3336.98,119.604,3.03556,350,5,0,2399,0,1,0,0,0),(93259,2655,0,1,1,1145,0,373.103,-3313.36,116.333,1.27718,350,10,0,2399,0,1,0,0,0),(93260,2692,0,1,1,19813,1,322.596,-2852.32,114.743,5.24172,350,5,0,2138,0,1,0,0,0),(93261,2693,0,1,1,19808,1,370.758,-2816.77,122.563,4.59955,350,0,0,2310,0,0,0,0,0),(93262,5718,0,1,1,7553,0,948.975,-4122.25,109.037,0.397731,600,0,0,80925,0,2,0,0,0),(93263,2693,0,1,1,19808,1,353.317,-2784.43,119.734,2.86788,350,5,0,2310,0,1,0,0,0),(93264,2692,0,1,1,19813,1,286.494,-2853.12,114.057,0.13959,350,5,0,2138,0,1,0,0,0),(93265,2924,0,1,1,11419,0,115.74,-2988.38,122.335,0.150882,350,10,0,2059,0,1,0,0,0),(93266,2693,0,1,1,19807,1,249.283,-2819.15,121.237,1.63181,350,5,0,2310,0,1,0,0,0),(93267,2692,0,1,1,19814,1,228.857,-2857.77,110.373,4.72984,350,0,0,2138,0,0,0,0,0),(93268,2692,0,1,1,19813,1,226.024,-2800.45,121.4,2.38498,350,3,0,2138,0,1,0,0,0),(93269,2691,0,1,1,19810,1,214.366,-2887.09,106.137,4.63968,350,10,0,2059,0,1,0,0,0),(93270,2691,0,1,1,19810,1,144.349,-2846.95,113.152,1.71771,350,5,0,2059,0,1,0,0,0),(93271,2691,0,1,1,19809,1,145.946,-2819.28,106.308,3.0743,350,5,0,2059,0,1,0,0,0),(93272,2692,0,1,1,19814,1,228.939,-2862.09,110.32,1.58825,350,0,0,2138,0,0,0,0,0),(93273,2691,0,1,1,19810,1,251.604,-2858.2,111.61,3.74106,350,10,0,2059,0,1,0,0,0),(93274,2691,0,1,1,19809,1,182.071,-2879.69,104.688,2.96296,350,10,0,2059,0,1,0,0,0),(93275,2928,0,1,1,12238,0,278.747,-3119.24,120.231,0.112642,350,10,0,2138,0,1,0,0,0),(93276,2692,0,1,1,19813,1,176.296,-2813.96,111.868,3.05849,350,5,0,2138,0,1,0,0,0),(93277,2692,0,1,1,19814,1,181.583,-2845.65,105.135,3.1481,350,10,0,2138,0,1,0,0,0),(93278,2925,0,1,1,11417,0,425.123,-3541,120.833,5.97988,350,10,0,2310,0,1,0,0,0),(93279,2925,0,1,1,11417,0,278.863,-3212.22,114.467,0.104841,350,10,0,2310,0,1,0,0,0),(93280,2694,0,1,1,19812,1,352.193,-2751.07,119.89,5.01289,350,0,0,1919,1587,0,0,0,0),(93281,2925,0,1,1,11417,0,52.7209,-3151.71,128.249,5.56446,350,10,0,2310,0,1,0,0,0),(93282,2693,0,1,1,19807,1,354.35,-2812.31,120.665,6.23915,350,5,0,2310,0,1,0,0,0),(93283,2691,0,1,1,19810,1,140.385,-2776.09,109.933,2.46336,350,5,0,2059,0,1,0,0,0),(93284,2693,0,1,1,19808,1,280.979,-2807.42,121.576,5.69955,350,5,0,2310,0,1,0,0,0),(93285,2928,0,1,1,12238,0,286.859,-3162.31,122.197,3.9176,350,10,0,2138,0,1,0,0,0),(93286,2694,0,1,1,19811,1,355.701,-2722.03,118.537,3.99595,350,0,0,1919,1587,0,0,0,0),(93287,2928,0,1,1,12238,0,311.812,-3214.37,118.184,5.86395,350,10,0,2138,0,1,0,0,0),(93288,2925,0,1,1,11417,0,89.2906,-3232.33,119.538,5.50055,350,10,0,2310,0,1,0,0,0),(93289,2691,0,1,1,19810,1,357.189,-2881.45,118.247,0.243629,350,10,0,2059,0,1,0,0,0),(93290,2691,0,1,1,19810,1,322.042,-2885.63,114.181,0.232413,350,10,0,2059,0,1,0,0,0),(93291,2652,0,1,1,6486,1,-6.69076,-2774.38,131.722,0.240215,350,5,0,2059,0,1,0,0,0),(93292,2692,0,1,1,19813,1,349.677,-2851.57,116.143,2.53285,350,10,0,2138,0,1,0,0,0),(93293,2928,0,1,1,12238,0,-46.9368,-3042.9,129.225,2.8464,350,10,0,2138,0,1,0,0,0),(93294,2694,0,1,1,19812,1,248.577,-2767.34,122.573,3.86398,350,10,0,1919,1587,1,0,0,0),(93295,2928,0,1,1,12238,0,-171.151,-3141.46,117.099,3.04285,350,10,0,2138,0,1,0,0,0),(93296,2655,0,1,1,1145,0,345.614,-3378.69,119.589,5.08769,350,5,0,2399,0,1,0,0,0),(93297,2692,0,1,1,19813,1,195.942,-2803.87,117.493,1.12359,350,5,0,2138,0,1,0,0,0),(93298,2926,0,1,1,11418,0,132.386,-4388.78,120.48,0.762917,350,5,0,2488,0,1,0,0,0),(93299,2926,0,1,1,11418,0,219.018,-4144.76,119.398,3.92699,350,5,0,2488,0,1,0,0,0),(93300,2926,0,1,1,11418,0,59.302,-4325.83,124.29,0.764921,350,5,0,2488,0,1,0,0,0),(93301,7806,0,1,1,6909,0,500.159,-3475.07,116.513,3.36848,350,0,0,1981,0,0,0,0,0),(93302,8216,0,1,1,6512,1,-179.28,-3520.98,134.464,4.72997,43200,0,0,2576,0,2,0,0,0),(93303,2656,0,1,1,11137,0,477.272,-3820.96,117.416,6.24956,350,10,0,2488,0,1,0,0,0),(93304,2924,0,1,1,11419,0,205.745,-2969.61,112.068,1.25336,350,10,0,2059,0,1,0,0,0),(93305,2927,0,1,1,12238,0,132.015,-2889.54,114.135,6.06115,350,10,0,1981,0,1,0,0,0),(93306,2925,0,1,1,11417,0,-99.3962,-3014.57,119.097,3.21387,350,10,0,2310,0,1,0,0,0),(93307,2925,0,1,1,11417,0,-180.791,-3136.97,118.467,5.37189,350,3,0,2310,0,1,0,0,0),(93308,2928,0,1,1,12238,0,115.47,-3079.83,130.386,1.11576,350,10,0,2138,0,1,0,0,0),(93309,2928,0,1,1,12238,0,80.6285,-3345.64,117.804,6.03864,350,10,0,2138,0,1,0,0,0),(93310,2926,0,1,1,11418,0,14.9445,-3990.48,131.151,0.79955,350,5,0,2488,0,1,0,0,0),(93311,2926,0,1,1,11418,0,342.623,-3723.5,135.892,4.45399,350,10,0,2488,0,1,0,0,0),(93312,2927,0,1,1,12238,0,158.149,-2891.76,110.819,1.59313,350,10,0,1981,0,1,0,0,0),(93313,2655,0,1,1,1145,0,471.539,-3786.87,121.509,5.18915,350,0,0,2399,0,0,0,0,0),(93314,2927,0,1,1,12238,0,-146.483,-2560.6,121.311,0.851782,350,3,0,1981,0,1,0,0,0),(93315,2656,0,1,1,11137,0,441.702,-3792,120.971,0.687347,350,5,0,2488,0,1,0,0,0),(93316,2655,0,1,1,1145,0,324.818,-3723.87,107.039,0.12883,350,3,0,2399,0,1,0,0,0),(93317,2656,0,1,1,11137,0,379.784,-3742.38,104.99,0.129459,350,3,0,2488,0,1,0,0,0),(93318,2656,0,1,1,11137,0,348.059,-3786.18,126.822,5.06114,350,5,0,2488,0,1,0,0,0),(93319,2655,0,1,1,1145,0,414.498,-3785.82,101.845,0.072929,350,5,0,2399,0,1,0,0,0),(93320,2655,0,1,1,1145,0,389.17,-3864.46,96.0874,5.75345,350,3,0,2399,0,1,0,0,0),(93321,2655,0,1,1,1145,0,384.535,-3851.28,96.4615,5.29383,350,3,0,2399,0,1,0,0,0),(93322,2928,0,1,1,12238,0,-192.448,-3196.11,123.393,1.68426,350,10,0,2138,0,1,0,0,0),(93323,2655,0,1,1,1145,0,406.591,-3879.87,97.7752,1.72552,350,5,0,2399,0,1,0,0,0),(93324,2653,0,1,1,6490,1,-402.438,-2921.1,80.2542,6.19088,350,5,0,2138,0,1,0,0,0),(93325,2654,0,1,1,6487,1,-403.055,-2961.89,94.1765,1.52225,350,0,0,1618,3801,0,0,0,0),(93326,2657,0,1,1,1149,0,101.859,-2265.82,104.091,5.79973,350,10,0,1829,0,1,0,0,0),(93327,2657,0,1,1,1149,0,176.625,-2219.59,100.604,2.9076,350,10,0,1829,0,1,0,0,0),(93328,2923,0,1,1,11413,0,245.741,-2409.22,129.106,1.59004,350,5,0,1902,0,1,0,0,0),(93329,2927,0,1,1,12238,0,162.383,-2952.99,115.701,5.30953,350,10,0,1981,0,1,0,0,0),(93330,2924,0,1,1,11419,0,140.824,-2991,123.67,3.08988,350,10,0,2059,0,1,0,0,0),(93331,2923,0,1,1,11413,0,76.3837,-2156.37,103.981,0.991264,350,10,0,1902,0,1,0,0,0),(93332,2657,0,1,1,1149,0,164.038,-2200.09,99.4782,2.20364,350,10,0,1829,0,1,0,0,0),(93333,2923,0,1,1,11413,0,38.9945,-2158.36,111.859,3.76048,350,3,0,1902,0,1,0,0,0),(93334,2923,0,1,1,11413,0,62.7463,-2205.18,105.637,6.02963,350,10,0,1902,0,1,0,0,0),(93335,2657,0,1,1,1149,0,203.624,-2160.77,107.339,5.36606,350,5,0,1829,0,1,0,0,0),(93336,2657,0,1,1,1149,0,201.923,-2173.55,107.119,5.10019,350,10,0,1829,0,1,0,0,0),(93337,2927,0,1,1,12238,0,198.741,-2487.11,128.86,5.71796,350,3,0,1981,0,1,0,0,0),(93338,2650,0,1,1,6480,1,-3.80677,-2486.6,120.549,4.60412,350,0,0,1902,0,0,0,0,0),(93339,2923,0,1,1,11413,0,153.571,-2441.92,126.785,2.38205,350,3,0,1902,0,1,0,0,0),(93340,2923,0,1,1,11413,0,106.387,-2412.99,125.854,3.12261,350,10,0,1902,0,1,0,0,0),(93341,2923,0,1,1,11413,0,138.742,-2483.4,124.284,5.61546,350,10,0,1902,0,1,0,0,0),(93342,2686,0,1,1,1157,0,-422.652,-2858.79,79.8762,1.19718,350,10,0,2138,0,1,0,0,0),(93343,2657,0,1,1,1149,0,229.771,-2360.23,117.135,1.9916,350,0,0,1829,0,2,0,0,0),(93344,2657,0,1,1,1149,0,106.223,-2278.37,105.784,6.11451,350,0,0,1829,0,2,0,0,0),(93345,2649,0,1,1,6481,1,-18.897,-2461.35,122.403,2.50304,350,0,0,1829,0,0,0,0,0),(93346,2650,0,1,1,6480,1,-30.7026,-2453.52,121.403,4.1827,350,0,0,1902,0,0,0,0,0),(93347,2505,0,1,1,5027,0,-321.94,-4602.19,11.1763,0.487838,350,10,0,2228,0,1,0,0,0),(93348,2649,0,1,1,6479,1,-34.0145,-2464.96,121.562,0.867587,350,0,0,1829,0,0,0,0,0),(93349,2928,0,1,1,12238,0,125.695,-3151.74,124.209,0.46364,350,10,0,2138,0,1,0,0,0),(93350,2926,0,1,1,11418,0,1.96076,-4274.1,119.399,0.555494,350,0,0,2488,0,0,0,0,0),(93351,2926,0,1,1,11418,0,-112.484,-4319.53,133.359,5.97748,350,5,0,2488,0,1,0,0,0),(93352,2928,0,1,1,12238,0,-22.9306,-3245.77,123.383,1.19428,350,10,0,2138,0,1,0,0,0),(93353,2928,0,1,1,12238,0,122.668,-3061.94,131.222,0.387927,350,10,0,2138,0,1,0,0,0),(93354,2925,0,1,1,11417,0,-118.628,-3267.82,118.179,5.5884,350,10,0,2310,0,1,0,0,0),(93355,2928,0,1,1,12238,0,-107.075,-3039.98,119.226,0.1372,350,10,0,2138,0,1,0,0,0),(93356,2925,0,1,1,11417,0,-143.722,-3219.86,122.463,0.430885,350,10,0,2310,0,1,0,0,0),(93357,2928,0,1,1,12238,0,253.466,-3202.41,116.365,1.77547,350,10,0,2138,0,1,0,0,0),(93358,2925,0,1,1,11417,0,168.294,-3109.53,124.198,0.424537,350,10,0,2310,0,1,0,0,0),(93359,2928,0,1,1,12238,0,225.42,-3099.34,121.443,4.40061,350,10,0,2138,0,1,0,0,0),(93360,2925,0,1,1,11417,0,-148.901,-3091.62,122.685,2.51021,350,10,0,2310,0,1,0,0,0),(93361,2928,0,1,1,12238,0,11.0299,-3390.02,121.031,4.85925,350,10,0,2138,0,1,0,0,0),(93362,2928,0,1,1,12238,0,79.3138,-3338.78,118.723,0.935108,350,10,0,2138,0,1,0,0,0),(93363,2928,0,1,1,12238,0,242.72,-3133.26,118.805,4.59699,350,10,0,2138,0,1,0,0,0),(93364,2925,0,1,1,11417,0,286.184,-3086.77,121.489,0.057343,350,10,0,2310,0,1,0,0,0),(93365,2926,0,1,1,11418,0,163.442,-3871.31,134.627,5.84137,350,5,0,2488,0,1,0,0,0),(93366,2650,0,1,1,6480,1,-34.9182,-2486.33,119.836,5.20098,350,0,0,1902,0,0,0,0,0),(93367,2650,0,1,1,6480,1,23.2434,-2451.16,122.621,0.539879,350,10,0,1902,0,1,0,0,0),(93368,2651,0,1,1,6483,1,-20.945,-2651.82,125.263,4.99525,350,5,0,1981,0,1,0,0,0),(93369,2651,0,1,1,6484,1,-46.1941,-2653.39,135.547,5.75848,350,5,0,1981,0,1,0,0,0),(93370,2651,0,1,1,6484,1,-35.9666,-2773.51,122.888,1.12811,350,5,0,1981,0,1,0,0,0),(93371,2686,0,1,1,1157,0,-156.592,-2915.18,120.078,2.0841,350,5,0,2138,0,1,0,0,0),(93372,2686,0,1,1,1157,0,-285.583,-2913.34,83.2746,0.418998,350,10,0,2138,0,1,0,0,0),(93373,2653,0,1,1,6490,1,-367.395,-2985.06,105.494,2.33718,350,3,0,2138,0,1,0,0,0),(93374,2654,0,1,1,6487,1,-370.821,-3000.01,109.567,2.65476,350,3,0,1618,3801,1,0,0,0),(93375,2653,0,1,1,6490,1,-385.732,-2993.95,105.535,1.24423,350,3,0,2138,0,1,0,0,0),(93376,2653,0,1,1,6489,1,-349.653,-2997.4,106.291,2.42756,350,3,0,2138,0,1,0,0,0),(93377,2691,0,1,1,19809,1,147.142,-2747.45,109.819,4.87592,350,5,0,2059,0,1,0,0,0),(93378,2692,0,1,1,19813,1,179.757,-2745.51,116.005,4.32658,350,5,0,2138,0,1,0,0,0),(93379,2691,0,1,1,19809,1,151.643,-2680.62,118.798,1.48333,350,5,0,2059,0,1,0,0,0),(93380,2692,0,1,1,19813,1,209.429,-2755.17,121.055,2.6779,350,0,0,2138,0,0,0,0,0),(93381,2923,0,1,1,11413,0,211.225,-2279.68,104.428,0.005536,350,5,0,1902,0,1,0,0,0),(93382,2924,0,1,1,11419,0,155.73,-2525.83,124.739,4.76779,350,3,0,2059,0,1,0,0,0),(93383,2927,0,1,1,12238,0,102.163,-2597.47,114.893,2.15382,350,5,0,1981,0,1,0,0,0),(93384,2927,0,1,1,12238,0,-256.26,-2584.64,118.841,1.30247,350,10,0,1981,0,1,0,0,0),(93385,2653,0,1,1,6489,1,-476.303,-2843.52,110.557,3.63642,350,3,0,2138,0,1,0,0,0),(93386,2653,0,1,1,6490,1,-466.438,-2833.82,110.092,6.03577,350,3,0,2138,0,1,0,0,0),(93387,2648,0,1,1,10660,1,-616.292,-3793.3,239.183,4.32193,350,0,0,2658,0,2,0,0,0),(93388,2505,0,1,1,5027,0,107.592,-4726.92,7.97352,4.35177,350,10,0,2228,0,1,0,0,0),(93389,2505,0,1,1,5027,0,-421.896,-4651.29,-6.98523,5.22579,350,10,0,2228,0,1,0,0,0),(93390,2505,0,1,1,5027,0,148.88,-4744.64,0.938893,1.55981,350,10,0,2228,0,1,0,0,0),(93391,2505,0,1,1,5027,0,-344.722,-4588.3,9.07936,5.88419,350,10,0,2228,0,1,0,0,0),(93392,2505,0,1,1,5027,0,-287.282,-4529.42,12.7129,3.66831,350,10,0,2228,0,1,0,0,0),(93393,2505,0,1,1,5027,0,-207.013,-4505.71,13.2281,0.679118,350,10,0,2228,0,1,0,0,0),(93394,2505,0,1,1,5027,0,-290.947,-4584.65,11.1629,3.18657,350,10,0,2228,0,1,0,0,0),(93395,2923,0,1,1,11413,0,174.651,-2378.92,132.779,3.47211,350,5,0,1902,0,1,0,0,0),(93396,2924,0,1,1,11419,0,95.2935,-2645.96,114.384,1.31236,350,10,0,2059,0,1,0,0,0),(93397,2924,0,1,1,11419,0,89.7413,-2872.87,115.778,4.96116,350,10,0,2059,0,1,0,0,0),(93398,2655,0,1,1,1145,0,415.605,-3445.31,120.154,5.20536,350,5,0,2399,0,1,0,0,0),(93399,2655,0,1,1,1145,0,382.287,-3422.42,118.512,5.4625,350,5,0,2399,0,1,0,0,0),(93400,2640,0,1,1,6543,1,-71.6749,-4029.45,122.409,3.57055,350,0,0,1919,1587,0,0,0,0),(93401,2655,0,1,1,1145,0,421.182,-3412.36,117.451,5.99485,350,5,0,2399,0,1,0,0,0),(93402,2656,0,1,1,11137,0,397.87,-3405.19,122.512,4.79041,350,5,0,2488,0,1,0,0,0),(93403,2927,0,1,1,12238,0,111.821,-2769.23,107.77,4.69676,350,5,0,1981,0,1,0,0,0),(93404,2655,0,1,1,1145,0,402.177,-3385.31,120.083,2.22717,350,5,0,2399,0,1,0,0,0),(93405,2924,0,1,1,11419,0,128.986,-3020.73,131.086,5.14686,350,5,0,2059,0,1,0,0,0),(93406,2655,0,1,1,1145,0,378.736,-3392.86,119.492,0.285082,350,5,0,2399,0,1,0,0,0),(93407,2639,0,1,1,6492,1,-154.448,-3450.14,132.24,3.3268,350,10,0,2310,0,1,0,0,0),(93408,4467,0,1,1,6536,1,-217.602,-3424.61,149.054,5.17333,350,0,0,1679,3923,0,0,0,0),(93409,4467,0,1,1,6536,1,-239.917,-3406.03,152.394,0.001684,350,0,0,1679,3923,2,0,0,0),(93410,4467,0,1,1,6536,1,-213.375,-3386.03,144.193,1.44353,350,3,0,1679,3923,1,0,0,0),(93411,2655,0,1,1,1145,0,442.236,-3360.18,120.171,2.77596,350,10,0,2399,0,1,0,0,0),(93412,4467,0,1,1,6535,1,-148.208,-3483.46,127.82,5.70465,350,10,0,1679,3923,1,0,0,0),(93413,4467,0,1,1,6535,1,-186.247,-3454.91,140.888,1.80481,350,5,0,1679,3923,1,0,0,0),(93414,2651,0,1,1,6484,1,15.9034,-2792.05,123.09,0.295693,350,5,0,1981,0,1,0,0,0),(93415,4467,0,1,1,6536,1,-253.575,-3417.42,163.666,2.95398,350,0,0,1679,3923,2,0,0,0),(93416,2656,0,1,1,11137,0,430.95,-3325.61,121.042,0.871265,350,5,0,2488,0,1,0,0,0),(93417,2656,0,1,1,11137,0,457.404,-3331.26,120.131,1.38743,350,5,0,2488,0,1,0,0,0),(93418,2651,0,1,1,6483,1,-28.882,-2845.15,122.448,2.09265,350,5,0,1981,0,1,0,0,0),(93419,4467,0,1,1,6535,1,-263.072,-3428.76,177.933,4.25047,350,0,0,1679,3923,2,0,0,0),(93420,2652,0,1,1,6485,1,-19.5158,-2820.35,125.036,4.5464,350,3,0,2059,0,1,0,0,0),(93421,2651,0,1,1,6483,1,-11.2229,-2803.14,124.161,5.70995,350,3,0,1981,0,1,0,0,0),(93422,2656,0,1,1,11137,0,482.837,-3327.61,122.13,3.97935,350,3,0,2488,0,1,0,0,0),(93423,2656,0,1,1,11137,0,451.24,-3348.18,119.658,3.46327,350,10,0,2488,0,1,0,0,0),(93424,4467,0,1,1,6535,1,-286.894,-3470.17,190.951,3.18911,350,3,0,1679,3923,1,0,0,0),(93425,4467,0,1,1,6535,1,-278.436,-3444.1,187.479,0.153162,350,3,0,1679,3923,1,0,0,0),(93426,2655,0,1,1,1145,0,371.89,-3358.4,121.066,2.67636,350,5,0,2399,0,1,0,0,0),(93427,4467,0,1,1,6535,1,-303.637,-3452.61,191.688,0.856552,350,3,0,1679,3923,1,0,0,0),(93428,7996,0,1,1,7122,1,-285.042,-3447.88,188.545,4.58799,350,0,0,2326,4393,0,0,0,0),(93429,2651,0,1,1,6484,1,-45.0445,-2838.35,123.411,3.546,350,0,0,1981,0,0,0,0,0),(93430,2929,0,1,1,12238,0,328.814,-3947.7,129.173,3.51719,350,5,0,2399,0,1,0,0,0),(93431,2656,0,1,1,11137,0,437.392,-3377.3,120.64,3.88067,350,5,0,2488,0,1,0,0,0),(93432,2651,0,1,1,6484,1,-27.8324,-2795.07,122.097,6.19898,350,0,0,1981,0,0,0,0,0),(93433,2651,0,1,1,6483,1,-38.5188,-2816.08,122.161,3.3596,350,0,0,1981,0,0,0,0,0),(93434,2929,0,1,1,12238,0,390.781,-3942.29,128.657,0.735838,350,5,0,2399,0,1,0,0,0),(93435,4466,0,1,1,6512,1,-284.727,-3325.95,136.893,4.70607,350,10,0,2399,0,1,0,0,0),(93436,4466,0,1,1,6512,1,-254.155,-3279.33,122.141,1.9888,350,10,0,2399,0,1,0,0,0),(93437,2924,0,1,1,11419,0,115.498,-2928.71,113.197,6.04635,350,10,0,2059,0,1,0,0,0),(93438,2929,0,1,1,12238,0,272.227,-3919.88,130.583,0.465134,350,10,0,2399,0,1,0,0,0),(93439,2686,0,1,1,1157,0,-171.738,-2997.77,120.214,1.07659,350,10,0,2138,0,1,0,0,0),(93440,2655,0,1,1,1145,0,416.847,-3355.08,119.336,0.448789,350,5,0,2399,0,1,0,0,0),(93441,2652,0,1,1,6485,1,-20.8429,-2794.4,122.097,3.35331,350,0,0,2059,0,0,0,0,0),(93442,2651,0,1,1,6484,1,-5.04677,-2833.18,122.161,5.1754,350,5,0,1981,0,1,0,0,0),(93443,4466,0,1,1,6513,1,-325.012,-3383.15,152.982,4.01413,350,5,0,2399,0,1,0,0,0),(93444,2686,0,1,1,1157,0,-193.627,-2954.72,111.563,6.2578,350,5,0,2138,0,1,0,0,0),(93445,2652,0,1,1,6485,1,-32.6918,-2806.73,122.411,6.17651,350,0,0,2059,0,0,0,0,0),(93446,2653,0,1,1,6490,1,-150.562,-2981.3,117.794,0.041772,350,0,0,2138,0,0,0,0,0),(93447,2653,0,1,1,6489,1,-163.277,-2935.03,119.715,1.10598,350,0,0,2138,0,0,0,0,0),(93448,2923,0,1,1,11413,0,206.899,-2297.43,105.468,0.272933,350,10,0,1902,0,1,0,0,0),(93449,4466,0,1,1,6512,1,476.768,-3650.62,121.602,0.947597,350,5,0,2399,0,1,0,0,0),(93450,2926,0,1,1,11418,0,280.81,-3746.21,137.945,2.42809,350,10,0,2488,0,1,0,0,0),(93451,4466,0,1,1,6513,1,447.26,-3584.12,118.498,4.22251,350,10,0,2399,0,1,0,0,0),(93452,2653,0,1,1,6490,1,-224.933,-2948.18,99.6736,4.64489,350,0,0,2138,0,0,0,0,0),(93453,8636,0,1,1,7918,1,-287.602,-3453.63,190.13,4.96782,350,0,0,2326,4393,0,0,0,0),(93454,2923,0,1,1,11413,0,178.293,-2346.44,121.211,6.21568,350,5,0,1902,0,1,0,0,0),(93455,4466,0,1,1,6512,1,436.393,-3619.72,119.611,4.1941,350,5,0,2399,0,1,0,0,0),(93456,2928,0,1,1,12238,0,18.4082,-3251.26,118.782,5.21189,350,10,0,2138,0,1,0,0,0),(93457,4466,0,1,1,6512,1,446.829,-3647.26,122.964,1.82868,350,5,0,2399,0,1,0,0,0),(93458,2653,0,1,1,6489,1,-336.265,-2805.79,81.2646,5.1227,350,5,0,2138,0,1,0,0,0),(93459,2651,0,1,1,6483,1,-70.4262,-2789.35,123.932,4.54555,350,5,0,1981,0,1,0,0,0),(93460,2928,0,1,1,12238,0,92.3121,-3293.77,119.554,4.88806,350,10,0,2138,0,1,0,0,0),(93461,2928,0,1,1,12238,0,-17.134,-3536.18,119.279,4.55366,350,10,0,2138,0,1,0,0,0),(93462,2928,0,1,1,12238,0,-13.3278,-2999.14,130.035,0.903072,350,10,0,2138,0,1,0,0,0),(93463,2652,0,1,1,6486,1,-67.53,-2829.68,124.469,1.5234,350,5,0,2059,0,1,0,0,0),(93464,2924,0,1,1,11419,0,76.2674,-2713.64,114.159,2.77414,350,10,0,2059,0,1,0,0,0),(93465,2928,0,1,1,12238,0,143.96,-3334.23,116.902,4.80324,350,5,0,2138,0,1,0,0,0),(93466,2652,0,1,1,6485,1,-113.231,-2743.13,129.249,4.07397,350,5,0,2059,0,1,0,0,0),(93467,2927,0,1,1,12238,0,42.8246,-2898.57,115.063,3.23823,350,10,0,1981,0,1,0,0,0),(93468,2924,0,1,1,11419,0,-164.41,-2835.62,117.658,0.136795,350,10,0,2059,0,1,0,0,0),(93469,2928,0,1,1,12238,0,-163.286,-3570.57,120.111,4.05263,350,3,0,2138,0,1,0,0,0),(93470,2928,0,1,1,12238,0,3.97839,-3354.39,119.054,6.13546,350,10,0,2138,0,1,0,0,0),(93471,2928,0,1,1,12238,0,-60.0974,-2965.99,119.258,5.12883,350,10,0,2138,0,1,0,0,0),(93472,2924,0,1,1,11419,0,47.8665,-2811.85,117.198,0.089083,350,10,0,2059,0,1,0,0,0),(93473,2927,0,1,1,12238,0,-288.528,-2573.99,120.182,1.45734,350,10,0,1981,0,1,0,0,0),(93474,2925,0,1,1,11417,0,-48.7088,-3415.6,118.796,2.36724,350,10,0,2310,0,1,0,0,0),(93475,2928,0,1,1,12238,0,-69.1481,-3479.73,118.627,3.24923,350,10,0,2138,0,1,0,0,0),(93476,2928,0,1,1,12238,0,382.51,-3552.44,119.659,1.34588,350,10,0,2138,0,1,0,0,0),(93477,2651,0,1,1,6483,1,-106.18,-2723.37,135.857,5.1069,350,5,0,1981,0,1,0,0,0),(93478,2651,0,1,1,6483,1,-81.4726,-2718.43,141.549,5.4895,350,5,0,1981,0,1,0,0,0),(93479,2651,0,1,1,6484,1,-75.3673,-2748.45,151.131,0.90254,350,5,0,1981,0,1,0,0,0),(93480,2924,0,1,1,11419,0,-41.9601,-2899.64,120.534,1.85608,350,10,0,2059,0,1,0,0,0),(93481,2924,0,1,1,11419,0,-90.2747,-2797.96,123.648,6.2187,350,3,0,2059,0,1,0,0,0),(93482,2651,0,1,1,6483,1,-23.1278,-2713.82,153.658,3.12206,350,5,0,1981,0,1,0,0,0),(93483,2652,0,1,1,6485,1,-45.4033,-2717.97,155.601,0.006681,350,5,0,2059,0,1,0,0,0),(93484,2650,0,1,1,6482,1,10.1984,-2521.51,121.661,3.88024,350,10,0,1902,0,1,0,0,0),(93485,2924,0,1,1,11419,0,48.2234,-2600.8,111.969,4.61118,350,10,0,2059,0,1,0,0,0),(93486,2649,0,1,1,6479,1,13.5397,-2486.89,124.015,3.77443,350,10,0,1829,0,1,0,0,0),(93487,2651,0,1,1,6483,1,15.3371,-2681.5,130.645,1.25895,350,5,0,1981,0,1,0,0,0),(93488,2924,0,1,1,11419,0,-23.4599,-2609.89,119.588,3.8119,350,10,0,2059,0,1,0,0,0),(93489,2651,0,1,1,6484,1,10.6359,-2751.95,151.053,4.76217,350,5,0,1981,0,1,0,0,0),(93490,2927,0,1,1,12238,0,-63.5175,-2606.23,119.579,5.70656,350,10,0,1981,0,1,0,0,0),(93491,2651,0,1,1,6483,1,-13.9668,-2752.59,145.515,0.013088,350,5,0,1981,0,1,0,0,0),(93492,2652,0,1,1,6486,1,13.1248,-2725.77,151.39,5.05015,350,5,0,2059,0,1,0,0,0),(93493,2927,0,1,1,12238,0,73.2341,-2586.76,110.94,4.89219,350,10,0,1981,0,1,0,0,0),(93494,2927,0,1,1,12238,0,-45.648,-2876.26,121.89,0.804673,350,10,0,1981,0,1,0,0,0),(93495,2927,0,1,1,12238,0,-107.23,-2595.14,120.614,1.42586,350,5,0,1981,0,1,0,0,0),(93496,2639,0,1,1,6492,1,-121.082,-3376.69,125.209,5.20771,350,10,0,2310,0,1,0,0,0),(93497,2649,0,1,1,6481,1,49.3675,-2419.95,124.272,5.9979,350,10,0,1829,0,1,0,0,0),(93498,2691,0,1,1,19810,1,147.053,-2714.6,114.923,0.104724,350,10,0,2059,0,1,0,0,0),(93499,2927,0,1,1,12238,0,-160.674,-2619.33,120.013,0.24497,350,10,0,1981,0,1,0,0,0),(93500,2649,0,1,1,6479,1,46.6611,-2510.11,124.38,2.9428,350,5,0,1829,0,1,0,0,0),(93501,2649,0,1,1,6479,1,50.8771,-2454.9,122.935,4.33561,350,10,0,1829,0,1,0,0,0),(93502,2693,0,1,1,19807,1,222.989,-2721.53,120.671,0.114718,350,5,0,2310,0,1,0,0,0),(93503,2649,0,1,1,6479,1,27.2924,-2555.64,118.067,2.45167,350,10,0,1829,0,1,0,0,0),(93504,2650,0,1,1,6480,1,45.5611,-2481.74,124.884,4.60699,350,10,0,1902,0,1,0,0,0),(93505,2929,0,1,1,12238,0,212.597,-3646.83,131.96,4.88327,350,10,0,2399,0,1,0,0,0),(93506,2693,0,1,1,19808,1,194.217,-2702.47,115.096,3.37648,350,5,0,2310,0,1,0,0,0),(93507,2693,0,1,1,19807,1,222.528,-2700.61,117.421,0.42528,350,5,0,2310,0,1,0,0,0),(93508,2692,0,1,1,19813,1,181.936,-2717.07,115.346,6.21694,350,10,0,2138,0,1,0,0,0),(93509,2649,0,1,1,6479,1,-20.951,-2544.37,117.501,2.30643,350,10,0,1829,0,1,0,0,0),(93510,2693,0,1,1,19808,1,279.318,-2665.74,119.329,5.15441,350,5,0,2310,0,1,0,0,0),(93511,2923,0,1,1,11413,0,13.7449,-2349.84,122.794,4.02632,350,10,0,1902,0,1,0,0,0),(93512,2693,0,1,1,19808,1,273.068,-2677.86,119.689,2.0919,350,5,0,2310,0,1,0,0,0),(93513,2923,0,1,1,11413,0,245.398,-2307.23,112.645,5.18886,350,10,0,1902,0,1,0,0,0),(93514,2650,0,1,1,6480,1,-46.7419,-2549.25,118.158,1.18224,350,10,0,1902,0,1,0,0,0),(93515,2649,0,1,1,6479,1,-81.1611,-2542.76,118.416,0.612817,350,10,0,1829,0,1,0,0,0),(93516,2923,0,1,1,11413,0,43.5905,-2382.1,124.973,0.450548,350,10,0,1902,0,1,0,0,0),(93517,2650,0,1,1,6482,1,-78.1976,-2518.87,118.415,4.60336,350,5,0,1902,0,1,0,0,0),(93518,2923,0,1,1,11413,0,-2.10629,-2355.13,123.64,3.31187,350,10,0,1902,0,1,0,0,0),(93519,2694,0,1,1,19812,1,300.587,-2670.91,115.037,0.640996,350,3,0,1919,1587,1,0,0,0),(93520,2694,0,1,1,19812,1,286.511,-2682.07,118.689,1.90289,350,5,0,1919,1587,1,0,0,0),(93521,2694,0,1,1,19812,1,224.68,-2753.92,123.361,5.51074,350,0,0,1919,1587,0,0,0,0),(93522,2694,0,1,1,19812,1,215.499,-2739.63,123.37,4.82082,350,0,0,1919,1587,0,0,0,0),(93523,2649,0,1,1,6479,1,-49.0778,-2521.24,121.755,1.4122,350,5,0,1829,0,1,0,0,0),(93524,2923,0,1,1,11413,0,55.6141,-2413.36,124.563,0.655219,350,10,0,1902,0,1,0,0,0),(93525,2925,0,1,1,11417,0,-111.714,-3424,125.279,3.13573,350,10,0,2310,0,1,0,0,0),(93526,2649,0,1,1,6479,1,-42.9739,-2501.81,121.505,2.25048,350,0,0,1829,0,0,0,0,0),(93527,2694,0,1,1,19811,1,244.638,-2760.87,122.572,3.80507,350,10,0,1919,1587,1,0,0,0),(93528,2693,0,1,1,19807,1,248.612,-2788.87,123.357,1.55802,350,0,0,2310,0,0,0,0,0),(93529,2693,0,1,1,19807,1,237.986,-2771.67,123.301,5.67532,350,0,0,2310,0,0,0,0,0),(93530,2923,0,1,1,11413,0,230.515,-2252.23,103.242,0.588039,350,5,0,1902,0,1,0,0,0),(93531,2693,0,1,1,19807,1,226.252,-2778.97,123.355,4.69321,350,0,0,2310,0,0,0,0,0),(93532,2694,0,1,1,19812,1,258.367,-2799.82,123.37,2.30145,350,0,0,1919,1587,0,0,0,0),(93533,2692,0,1,1,19814,1,211.269,-2787.34,122.442,1.3367,350,0,0,2138,0,0,0,0,0),(93534,2925,0,1,1,11417,0,-59.6082,-3377.9,119.954,4.85346,350,10,0,2310,0,1,0,0,0),(93535,2924,0,1,1,11419,0,-155.877,-2685.72,120.943,4.21175,350,10,0,2059,0,1,0,0,0),(93536,2927,0,1,1,12238,0,-225.534,-2649.67,121.35,4.61954,350,10,0,1981,0,1,0,0,0),(93537,2923,0,1,1,11413,0,145.477,-2332.67,112.812,0.62434,350,5,0,1902,0,1,0,0,0),(93538,2923,0,1,1,11413,0,72.7992,-2318.33,114.02,1.22436,350,10,0,1902,0,1,0,0,0),(93539,2923,0,1,1,11413,0,196.417,-2236.27,99.5926,3.34627,350,10,0,1902,0,1,0,0,0),(93540,2923,0,1,1,11413,0,123.339,-2327.84,111.024,1.55322,350,10,0,1902,0,1,0,0,0),(93541,2923,0,1,1,11413,0,118.1,-2275.74,103.871,6.20297,350,10,0,1902,0,1,0,0,0),(93542,4466,0,1,1,6513,1,256.04,-4343.34,117.849,1.07437,350,5,0,2399,0,1,0,0,0),(93543,2925,0,1,1,11417,0,239.418,-3374.82,117.444,1.81043,350,10,0,2310,0,1,0,0,0),(93544,4466,0,1,1,6512,1,219.883,-4353.14,120.054,4.15984,350,5,0,2399,0,1,0,0,0),(93545,4469,0,1,1,358,0,-226.403,-4077.76,152.658,1.08697,350,3,0,1535,1587,1,0,0,0),(93546,2927,0,1,1,12238,0,99.9032,-2549.84,112.612,2.58879,350,5,0,1981,0,1,0,0,0),(93547,2505,0,1,1,5027,0,-55.3526,-4623.72,10.357,4.93275,350,10,0,2228,0,1,0,0,0),(93548,2505,0,1,1,5027,0,-90.0739,-4585.37,10.9502,1.5344,350,10,0,2228,0,1,0,0,0),(93549,2643,0,1,1,6493,1,-242.084,-4010.54,174.834,1.8813,350,5,0,2388,0,1,0,0,0),(93550,2658,0,1,1,935,0,138.441,-3310.63,115.738,1.23146,350,0,0,2059,0,0,0,0,0),(93551,2505,0,1,1,5027,0,-83.5953,-4643.64,10.127,0.470641,350,10,0,2228,0,1,0,0,0),(93552,2642,0,1,1,6515,1,-381.004,-4107.44,174.03,5.75158,350,5,0,1672,4031,1,0,0,0),(93553,2643,0,1,1,6494,1,-376.684,-4198.7,174.69,4.22281,350,0,0,2388,0,0,0,0,0),(93554,2642,0,1,1,6515,1,-411.32,-4194.07,174.17,4.83667,350,0,0,1672,4031,0,0,0,0),(93555,2643,0,1,1,6493,1,-396.637,-4200.68,174.077,0.90094,350,0,0,2388,0,0,0,0,0),(93556,2645,0,1,1,6539,1,-444.145,-4137.79,195.165,2.03868,350,5,0,1650,1695,1,0,0,0),(93557,2644,0,1,1,6510,1,-230.129,-3852.62,238.264,2.1189,350,0,0,2473,0,2,0,0,0),(93558,2648,0,1,1,10663,1,-648.565,-3819.18,228.799,4.64332,350,3,0,2658,0,1,0,0,0),(93559,2648,0,1,1,6998,1,-577.491,-3802.91,235.025,1.55953,350,3,0,2658,0,1,0,0,0),(93560,2648,0,1,1,6997,1,-667.672,-3802.88,222.918,0.053385,350,3,0,2658,0,1,0,0,0),(93561,2648,0,1,1,6997,1,-604.991,-3792.57,238.454,0.074444,350,5,0,2658,0,1,0,0,0),(93562,2681,0,1,1,782,0,-189.257,-3830.27,238.464,2.11703,350,3,0,2292,0,1,0,0,0),(93563,2681,0,1,1,782,0,-199.02,-3837.25,238.447,2.0496,350,3,0,2292,0,1,0,0,0),(93564,2681,0,1,1,782,0,-482.968,-3824.6,238.19,4.34796,350,10,0,2292,0,1,0,0,0),(93565,2648,0,1,1,10663,1,-688.91,-3672.63,233.244,5.23982,350,3,0,2658,0,1,0,0,0),(93566,2648,0,1,1,6998,1,-625.372,-3795.01,236.637,2.50559,350,5,0,2658,0,1,0,0,0),(93567,2648,0,1,1,6998,1,-681.823,-3736.61,218.922,0.010654,350,3,0,2658,0,1,0,0,0),(93568,2648,0,1,1,6997,1,-704.912,-3779.25,226.488,0.07495,350,3,0,2658,0,1,0,0,0),(93569,2648,0,1,1,10660,1,-712.379,-3744.74,235.906,5.78367,350,3,0,2658,0,1,0,0,0),(93570,2648,0,1,1,10660,1,-675.272,-3764.68,220.944,1.6932,350,3,0,2658,0,1,0,0,0),(93571,2648,0,1,1,10663,1,-596.054,-3887.12,243.376,4.77851,350,0,0,2658,0,0,0,0,0),(93572,2646,0,1,1,6495,1,-673.006,-4005.67,238.396,5.67532,350,0,0,2138,0,0,0,0,0),(93573,2647,0,1,1,6540,1,-654.835,-4012.22,238.396,3.37651,350,0,0,2052,1750,0,0,0,0),(93574,2648,0,1,1,10663,1,-692.683,-3780.56,227.506,4.74745,350,3,0,2658,0,1,0,0,0),(93575,2648,0,1,1,10663,1,-500.325,-3806.08,242.771,0.496977,350,0,0,2658,0,0,0,0,0),(93576,2648,0,1,1,10660,1,-708.797,-3720.29,238.213,0.278396,350,5,0,2658,0,1,0,0,0),(93577,2646,0,1,1,6495,1,-691.053,-4021.59,238.271,1.05845,350,0,0,2138,0,0,0,0,0),(93578,2681,0,1,1,782,0,-581.705,-3914.32,238.339,4.91442,350,5,0,2292,0,1,0,0,0),(93579,2645,0,1,1,6538,1,-518.021,-4138.04,216.217,2.75033,350,0,0,1650,1695,2,0,0,0),(93580,2648,0,1,1,6998,1,-737.782,-3778.65,230.627,1.30573,350,3,0,2658,0,1,0,0,0),(93581,2648,0,1,1,6998,1,-631.904,-4073.4,238.648,5.07802,350,3,0,2658,0,1,0,0,0),(93582,10802,0,1,1,10659,1,-757.128,-3781.86,230.867,3.41122,350,0,0,2406,4506,2,0,0,0),(93583,2648,0,1,1,10660,1,-754.787,-3782.8,230.867,2.9789,350,0,0,2658,0,2,0,0,0),(93584,2648,0,1,1,6997,1,-755.357,-3781.35,230.867,2.52651,350,0,0,2658,0,2,0,0,0),(93585,2646,0,1,1,6495,1,-642.064,-4021.31,238.396,5.42997,350,3,0,2138,0,1,0,0,0),(93586,2648,0,1,1,6997,1,-625.835,-3952.28,238.88,2.48545,350,0,0,2658,0,0,0,0,0),(17330,23699,530,1,1,0,1,-1851.25,5160.96,-47.1641,2.67546,120,0,0,5158,0,2,0,0,0),(93588,2648,0,1,1,6998,1,-629.269,-3938.59,238.13,4.63333,350,0,0,2658,0,0,0,0,0),(93589,2646,0,1,1,6495,1,-668.263,-4043.78,238.851,5.75383,350,5,0,2138,0,1,0,0,0),(93590,2644,0,1,1,6510,1,-594.604,-4148.2,238.476,4.00404,350,3,0,2473,0,1,0,0,0),(93591,2924,0,1,1,11419,0,-113.498,-2649.46,120.621,2.87671,350,10,0,2059,0,1,0,0,0),(93592,2926,0,1,1,11418,0,50.2581,-4480.91,141.686,1.13576,350,5,0,2488,0,1,0,0,0),(93593,4468,0,1,1,11141,0,-474.75,-3979.63,206.053,4.86057,350,10,0,1990,0,1,0,0,0),(93594,4468,0,1,1,11141,0,-499.031,-4003.55,216.271,1.96231,350,10,0,1990,0,1,0,0,0),(93595,4468,0,1,1,11141,0,-454.452,-3958.26,205.369,6.21004,350,3,0,1990,0,1,0,0,0),(93596,2926,0,1,1,11418,0,126.33,-4579.81,119.263,1.91106,350,5,0,2488,0,1,0,0,0),(93597,2926,0,1,1,11418,0,-17.9534,-4380.72,142.268,0.394641,350,5,0,2488,0,1,0,0,0),(93598,2644,0,1,1,6511,1,-551.292,-4040.74,218.611,4.83086,350,3,0,2473,0,1,0,0,0),(93599,2646,0,1,1,6495,1,-393.26,-3946.9,215.951,1.61966,350,3,0,2138,0,1,0,0,0),(93600,4465,0,1,1,6508,1,-180.017,-4150.36,118.239,3.31982,350,10,0,2218,0,1,0,0,0),(93601,2640,0,1,1,6542,1,-226.186,-4181.79,120.798,5.02028,350,0,0,1919,1587,0,0,0,0),(93602,4465,0,1,1,6509,1,-248.196,-4176.2,122.235,0.2902,350,3,0,2218,0,1,0,0,0),(93603,4465,0,1,1,6508,1,-240.423,-4185.19,121.86,2.7306,350,0,0,2218,0,0,0,0,0),(93604,2505,0,1,1,5027,0,-17.0068,-4794,-3.96567,4.42144,350,10,0,2228,0,1,0,0,0),(93605,8210,0,1,1,5927,0,303.136,-3002,115.324,6.11451,43200,0,0,2138,0,2,0,0,0),(93606,2505,0,1,1,5027,0,-252.931,-4554.48,12.678,0.691901,350,10,0,2228,0,1,0,0,0),(93607,2505,0,1,1,5027,0,-50.0403,-4816.81,-4.68518,4.77948,350,10,0,2228,0,1,0,0,0),(93608,2505,0,1,1,5027,0,-121.381,-4619.14,11.1672,1.42752,350,10,0,2228,0,1,0,0,0),(93609,2505,0,1,1,5027,0,-85.2066,-4711.84,-4.41027,2.47661,350,10,0,2228,0,1,0,0,0),(17329,19164,530,1,1,0,1,-1868.04,5162.44,-48.332,1.96635,120,0,0,42,0,2,0,0,0),(93611,2505,0,1,1,5027,0,-118.053,-4551.34,10.7356,1.27911,350,10,0,2228,0,1,0,0,0),(93612,2659,0,1,1,1148,0,133.356,-4032.63,127.874,3.52646,350,0,0,2399,0,0,0,0,0),(93613,2926,0,1,1,11418,0,-61.296,-4331.49,123.538,0.587931,350,5,0,2488,0,1,0,0,0),(93614,2926,0,1,1,11418,0,35.3008,-3932.88,142.178,3.53305,350,5,0,2488,0,1,0,0,0),(93615,2659,0,1,1,1148,0,200.395,-3662.88,133.817,3.43305,350,0,0,2399,0,2,0,0,0),(93616,2505,0,1,1,5027,0,-180.779,-4551.25,13.1604,5.96381,350,10,0,2228,0,1,0,0,0),(93617,4465,0,1,1,6509,1,-290.162,-4190.17,136.197,3.54817,350,0,0,2218,0,2,0,0,0),(93618,2929,0,1,1,12238,0,86.8647,-3902.08,139.138,5.93049,350,10,0,2399,0,1,0,0,0),(93619,4465,0,1,1,6508,1,-213.438,-4132.92,117.895,5.85674,350,0,0,2218,0,2,0,0,0),(93620,2505,0,1,1,5027,0,-20.7911,-4653.66,12.0987,4.70123,350,10,0,2228,0,1,0,0,0),(93621,2929,0,1,1,12238,0,418.075,-3984.33,126.782,5.07891,350,0,0,2399,0,0,0,0,0),(93622,2929,0,1,1,12238,0,140.457,-3726.17,128.693,4.38776,350,10,0,2399,0,1,0,0,0),(93623,2929,0,1,1,12238,0,276.8,-3585.14,123.115,0.533696,350,10,0,2399,0,1,0,0,0),(93624,4465,0,1,1,6508,1,-277.436,-4211.53,136.472,2.26133,350,5,0,2218,0,1,0,0,0),(93625,2926,0,1,1,11418,0,206.152,-3585.18,126.379,1.64308,350,5,0,2488,0,1,0,0,0),(93626,2929,0,1,1,12238,0,187.794,-3610.15,127.871,1.73177,350,10,0,2399,0,1,0,0,0),(93627,2680,0,1,1,781,0,-346.365,-4192.34,152.134,-1.69035,350,0,0,2399,0,0,0,0,0),(93628,4466,0,1,1,6513,1,335.612,-4148.2,118.894,6.20363,350,0,0,2399,0,2,0,0,0),(93629,2680,0,1,1,781,0,-336.652,-4108.69,152.331,-1.56424,350,0,0,2399,0,2,0,0,0),(93630,2926,0,1,1,11418,0,-54.4927,-4346.08,127.858,5.23342,350,5,0,2488,0,1,0,0,0),(93631,4466,0,1,1,6512,1,363.442,-4117.3,121.788,0.858445,350,10,0,2399,0,1,0,0,0),(93632,4466,0,1,1,6512,1,324.393,-4153.05,119.588,1.85081,350,5,0,2399,0,1,0,0,0),(93633,4467,0,1,1,6535,1,460.087,-3618.24,119.026,5.70723,350,0,0,1679,3923,0,0,0,0),(93634,2641,0,1,1,6498,1,-304.242,-4087.69,152.297,2.74346,350,0,0,2303,0,2,0,0,0),(93635,2680,0,1,1,781,0,-207.749,-4021.17,177.682,3.05556,350,5,0,2399,0,1,0,0,0),(93636,2643,0,1,1,6494,1,-242.897,-4052.04,174.375,3.07242,350,5,0,2388,0,1,0,0,0),(93637,4467,0,1,1,6536,1,470.916,-3629.79,118.974,4.88692,350,0,0,1679,3923,0,0,0,0),(93638,2642,0,1,1,6514,1,-220.518,-4049.34,174.377,1.94176,350,0,0,1672,4031,0,0,0,0),(17315,24437,530,1,1,0,1,-1785.32,5142.36,-40.2088,0.471438,120,0,0,3331,0,0,0,0,0),(93640,2642,0,1,1,6514,1,-221.851,-4018.92,174.259,5.61859,350,0,0,1672,4031,0,0,0,0),(93641,2643,0,1,1,6493,1,-329.197,-4021.88,174.167,0.24497,350,0,0,2388,0,2,0,0,0),(93642,2642,0,1,1,6514,1,-363.431,-4076.18,174.133,0.042252,350,3,0,1672,4031,1,0,0,0),(93643,2643,0,1,1,6493,1,-344.363,-4039.04,174.134,4.63955,350,5,0,2388,0,1,0,0,0),(93644,2643,0,1,1,6494,1,-343.842,-4060.47,174.259,4.61306,350,3,0,2388,0,1,0,0,0),(93645,2643,0,1,1,6493,1,-326.699,-4049.57,174.341,3.86961,350,5,0,2388,0,1,0,0,0),(16472,15350,530,1,1,0,1,-1966.88,5260.62,-38.8442,4.10239,120,0,0,126000,0,0,0,0,0),(93647,2680,0,1,1,781,0,-301.702,-4021.13,174.636,1.37065,350,5,0,2399,0,1,0,0,0),(93648,2642,0,1,1,6515,1,-364.938,-4027.4,174.198,0.311877,350,0,0,1672,4031,0,0,0,0),(93649,2643,0,1,1,6493,1,-399.746,-4061.63,174.319,2.28038,350,0,0,2388,0,0,0,0,0),(93650,2643,0,1,1,6493,1,-372.741,-4047.48,174.194,2.44525,350,0,0,2388,0,0,0,0,0),(93651,2643,0,1,1,6494,1,-419.553,-4118.54,174.266,5.13498,350,0,0,2388,0,0,0,0,0),(16462,19163,530,1,1,0,0,-1921.22,5147.19,-37.5288,5.11924,120,0,0,42,0,0,0,0,0),(93653,2926,0,1,1,11418,0,209.202,-3863.8,138.904,2.36314,350,5,0,2488,0,1,0,0,0),(93654,2643,0,1,1,6494,1,-404.974,-4136.85,174.149,3.14615,350,10,0,2388,0,1,0,0,0),(93655,4466,0,1,1,6513,1,199.593,-4266.42,119.895,2.76974,350,10,0,2399,0,1,0,0,0),(93656,2642,0,1,1,6514,1,-385.764,-4047.24,174.194,6.15161,350,0,0,1672,4031,0,0,0,0),(93657,4466,0,1,1,6513,1,204.367,-4260.86,120.776,2.45309,350,10,0,2399,0,1,0,0,0),(93658,2929,0,1,1,12238,0,-17.6523,-4099.59,119.245,1.46316,350,10,0,2399,0,1,0,0,0),(93659,2642,0,1,1,6514,1,-417.309,-4088.01,174.543,2.83736,350,0,0,1672,4031,0,0,0,0),(93660,4467,0,1,1,6535,1,219.947,-4308.61,117.883,0.296706,350,0,0,1679,3923,0,0,0,0),(93661,4467,0,1,1,6535,1,227.279,-4320.21,117.748,2.00713,350,0,0,1679,3923,0,0,0,0),(93662,2648,0,1,1,10660,1,-610.472,-3747.99,231.064,2.23603,350,3,0,2658,0,1,0,0,0),(93663,4466,0,1,1,6513,1,247.858,-4287.32,118.768,0.21655,350,5,0,2399,0,1,0,0,0),(93664,2645,0,1,1,6538,1,-442.692,-4075.83,195.146,4.4244,350,5,0,1650,1695,1,0,0,0),(93665,2644,0,1,1,6510,1,-434.617,-4055.02,195.158,4.81195,350,5,0,2473,0,1,0,0,0),(93666,2644,0,1,1,6511,1,-446.285,-4117.1,195.305,0.328574,350,0,0,2473,0,0,0,0,0),(93667,2644,0,1,1,6510,1,-474.04,-4092.56,195.19,4.83087,350,5,0,2473,0,1,0,0,0),(93668,4467,0,1,1,6535,1,330.197,-4122.34,119.571,2.19912,350,0,0,1679,3923,0,0,0,0),(93669,4466,0,1,1,6513,1,316.866,-4088.75,119.212,4.69163,350,5,0,2399,0,1,0,0,0),(93670,2680,0,1,1,781,0,-390.475,-4143.92,174.043,1.04841,350,10,0,2399,0,1,0,0,0),(93671,4467,0,1,1,6536,1,317.747,-4124.55,119.542,4.62512,350,0,0,1679,3923,0,0,0,0),(93672,2645,0,1,1,6538,1,-407.505,-4007.42,195.147,1.49095,350,0,0,1650,1695,0,0,0,0),(93673,2645,0,1,1,6539,1,-472.205,-4115.56,195.19,5.35575,350,5,0,1650,1695,1,0,0,0),(93674,2645,0,1,1,6539,1,-479.949,-4078.13,195.19,0.702456,350,5,0,1650,1695,1,0,0,0),(93675,2645,0,1,1,6539,1,-424.381,-4026.18,195.272,2.81211,350,0,0,1650,1695,0,0,0,0),(93676,2926,0,1,1,11418,0,214.313,-4522.59,120.717,5.17429,350,5,0,2488,0,1,0,0,0),(93677,2644,0,1,1,6511,1,-410.455,-4021.67,195.272,6.03342,350,0,0,2473,0,2,0,0,0),(93678,2644,0,1,1,6511,1,-465.457,-4205.04,195.149,3.97708,350,0,0,2473,0,0,0,0,0),(93679,2645,0,1,1,6538,1,-385.498,-3980.42,195.141,5.68273,350,0,0,1650,1695,0,0,0,0),(93680,2926,0,1,1,11418,0,218.037,-4176.66,119.679,2.76215,350,5,0,2488,0,1,0,0,0),(93681,2505,0,1,1,5027,0,-206.878,-4598.11,8.06654,5.17968,350,10,0,2228,0,1,0,0,0),(93682,2505,0,1,1,5027,0,-327.085,-4477.49,11.252,2.57295,350,10,0,2228,0,1,0,0,0),(93683,7977,0,1,1,5127,0,-27.8003,-4670.38,10.3255,0.687028,350,0,0,2370,0,2,0,0,0),(93684,2505,0,1,1,5027,0,-355.079,-4452.56,11.6532,3.366,350,10,0,2228,0,1,0,0,0),(93685,2505,0,1,1,5027,0,-319.379,-4551.75,12.2517,3.61038,350,10,0,2228,0,1,0,0,0),(93686,2926,0,1,1,11418,0,-151.502,-4348.89,132.655,2.91171,350,5,0,2488,0,1,0,0,0),(93687,2505,0,1,1,5027,0,-286.143,-4448.27,14.0909,1.90166,350,10,0,2228,0,1,0,0,0),(93688,2926,0,1,1,11418,0,80.3878,-3913.68,141.264,2.01085,350,5,0,2488,0,1,0,0,0),(93689,2647,0,1,1,6541,1,-368.026,-3884.09,216.111,1.49024,350,0,0,2052,1750,0,0,0,0),(93690,2929,0,1,1,12238,0,284.373,-3734.43,135.766,4.71044,350,10,0,2399,0,1,0,0,0),(93691,2926,0,1,1,11418,0,-80.2793,-4219.33,118.082,5.68814,350,5,0,2488,0,1,0,0,0),(93692,2648,0,1,1,6997,1,-565.001,-3833.32,234.78,5.05924,350,0,0,2658,0,0,0,0,0),(93693,2646,0,1,1,6495,1,-296.055,-3913.94,215.986,5.72657,350,0,0,2138,0,0,0,0,0),(93694,2647,0,1,1,6540,1,-436.363,-3882.18,216.611,2.96144,350,0,0,2052,1750,0,0,0,0),(16409,19163,530,1,1,0,0,-1921.44,5143.04,-37.5198,0.545077,120,0,0,42,0,0,0,0,0),(93696,7995,0,1,1,7121,1,-542.119,-3864.6,230.69,5.01911,350,0,0,2406,4506,2,0,0,0),(93697,2645,0,1,1,6538,1,-410.078,-3886.97,216.142,6.0873,350,5,0,1650,1695,1,0,0,0),(93698,2646,0,1,1,6496,1,-432.063,-3901.35,216.07,6.21337,350,3,0,2138,0,1,0,0,0),(93699,2644,0,1,1,6510,1,-243.44,-3793.04,237.925,5.15016,350,0,0,2473,0,2,0,0,0),(93700,2647,0,1,1,6540,1,-268.176,-3906.1,215.986,5.99916,350,0,0,2052,1750,0,0,0,0),(93701,2648,0,1,1,10660,1,-298.188,-3771.96,238.889,4.52171,350,0,0,2658,0,0,0,0,0),(93702,2648,0,1,1,10660,1,-278.797,-3775.13,239.713,4.38078,350,0,0,2658,0,0,0,0,0),(93703,2646,0,1,1,6495,1,-273.754,-3915.61,215.986,4.2206,350,0,0,2138,0,0,0,0,0),(93704,2646,0,1,1,6496,1,-284.375,-3903.13,215.986,4.29931,350,0,0,2138,0,0,0,0,0),(93705,2505,0,1,1,5027,0,105.877,-4712.27,11.2235,2.80914,350,10,0,2228,0,1,0,0,0),(93706,2645,0,1,1,6539,1,-364,-3850.23,238.468,4.98992,350,5,0,1650,1695,1,0,0,0),(93707,2926,0,1,1,11418,0,19.921,-4261.37,121.631,2.30607,350,5,0,2488,0,1,0,0,0),(93708,2648,0,1,1,6998,1,-560.278,-3871.58,232.816,0,350,0,0,2658,0,0,0,0,0),(93709,2681,0,1,1,782,0,-518.504,-3887.84,227.615,4.28219,350,5,0,2292,0,1,0,0,0),(93710,2681,0,1,1,782,0,-472.285,-3843.13,237.964,1.29946,350,5,0,2292,0,1,0,0,0),(93711,2505,0,1,1,5027,0,64.9501,-4718.96,7.48582,0.468629,350,10,0,2228,0,1,0,0,0),(93712,2681,0,1,1,782,0,-483.886,-3884.42,230.805,6.18919,350,3,0,2292,0,1,0,0,0),(93713,4466,0,1,1,6512,1,223.068,-4344.02,118.179,1.35557,350,0,0,2399,0,2,0,0,0),(93714,2647,0,1,1,6540,1,-373.746,-3807.25,238.383,5.28482,350,0,0,2052,1750,0,0,0,0),(93715,4466,0,1,1,6512,1,264.906,-4331.19,118.349,3.20023,350,0,0,2399,0,0,0,0,0),(93716,2647,0,1,1,6541,1,-402.071,-3807.22,238.448,0.991578,350,0,0,2052,1750,0,0,0,0),(93717,2644,0,1,1,6511,1,-276.938,-3934.69,215.958,6.07759,350,5,0,2473,0,1,0,0,0),(93718,2647,0,1,1,6540,1,-189.259,-3913.75,215.948,0.389048,350,0,0,2052,1750,0,0,0,0),(93719,2646,0,1,1,6495,1,-401.671,-3818.51,238.323,1.8592,350,0,0,2138,0,0,0,0,0),(93720,2645,0,1,1,6539,1,-205.298,-3884.48,215.986,0.203745,350,5,0,1650,1695,1,0,0,0),(93721,2647,0,1,1,6540,1,-217.34,-3915.24,215.948,3.88179,350,0,0,2052,1750,0,0,0,0),(93722,2646,0,1,1,6496,1,-190.68,-3903.34,216.073,3.78305,350,0,0,2138,0,0,0,0,0),(93723,2926,0,1,1,11418,0,-16.8767,-4146.16,118.858,1.81151,350,5,0,2488,0,1,0,0,0),(93724,2645,0,1,1,6538,1,-335.068,-3967.38,195.314,1.21508,350,5,0,1650,1695,1,0,0,0),(93725,4467,0,1,1,6536,1,220.818,-4293.25,117.721,2.93309,350,5,0,1679,3923,1,0,0,0),(93726,2645,0,1,1,6538,1,-369.422,-3976.23,195.141,2.81749,350,0,0,1650,1695,0,0,0,0),(93727,2645,0,1,1,6538,1,-226.441,-3983.62,195.433,0.030771,350,0,0,1650,1695,0,0,0,0),(93728,2505,0,1,1,5027,0,-151.401,-4579.6,12.6319,2.01584,350,10,0,2228,0,1,0,0,0),(93729,2644,0,1,1,6510,1,-238.317,-3964.55,195.94,5.89375,350,3,0,2473,0,1,0,0,0),(93730,2644,0,1,1,6511,1,-350.866,-3990.01,195.189,5.33457,350,5,0,2473,0,1,0,0,0),(93731,2644,0,1,1,6510,1,-309.184,-3965.62,195.44,2.10925,350,0,0,2473,0,0,0,0,0),(93732,2645,0,1,1,6539,1,-286.345,-3963.37,195.716,1.86794,350,0,0,1650,1695,0,0,0,0),(93733,2645,0,1,1,6539,1,-296.221,-3988.55,195.249,1.52887,350,0,0,1650,1695,0,0,0,0),(14490,19163,530,1,1,0,0,-1930.87,5143.17,-37.4845,4.5404,120,0,0,42,0,0,0,0,0),(93735,4469,0,1,1,358,0,-228.1,-4080.71,152.011,4.50295,350,0,0,1535,1587,0,0,0,0),(93736,4469,0,1,1,358,0,-243.772,-4090.31,152.046,3.05975,350,3,0,1535,1587,1,0,0,0),(93737,4469,0,1,1,358,0,-202.107,-4078.22,152.122,5.23599,350,3,0,1535,1587,1,0,0,0),(93738,4465,0,1,1,6509,1,-185.66,-4215.61,120.864,1.68015,350,5,0,2218,0,1,0,0,0),(93739,4469,0,1,1,358,0,-213.572,-4089.46,152.283,5.71056,350,3,0,1535,1587,1,0,0,0),(93740,4465,0,1,1,6509,1,-213.06,-4147.29,118.484,0.718521,350,0,0,2218,0,2,0,0,0),(93741,4465,0,1,1,6509,1,-179.977,-4146.7,117.533,1.16923,350,0,0,2218,0,2,0,0,0),(93742,4465,0,1,1,6508,1,-300.881,-4190.36,136.562,1.74982,350,0,0,2218,0,2,0,0,0),(93743,4465,0,1,1,6508,1,-179.27,-4180.59,119.856,2.24428,350,10,0,2218,0,1,0,0,0),(93744,4465,0,1,1,6508,1,-273.436,-4122.12,137.21,0.066614,350,0,0,2218,0,2,0,0,0),(93745,4465,0,1,1,6508,1,-310.425,-4135.22,136.812,6.03809,350,5,0,2218,0,1,0,0,0),(93746,2640,0,1,1,6543,1,-236.375,-4167.37,121.637,3.76991,350,0,0,1919,1587,0,0,0,0),(93747,2641,0,1,1,6498,1,-334.77,-4118.18,152.151,3.31985,350,0,0,2303,0,2,0,0,0),(93748,4465,0,1,1,6508,1,-301.665,-4216.17,136.469,4.49501,350,5,0,2218,0,1,0,0,0),(93749,2641,0,1,1,6497,1,-350.812,-4181.92,152.113,4.39193,350,0,0,2303,0,2,0,0,0),(93750,4465,0,1,1,6508,1,-261.606,-4142.46,130.301,6.16636,350,0,0,2218,0,2,0,0,0),(93751,2680,0,1,1,781,0,-336.997,-4083.11,153.518,2.07694,350,3,0,2399,0,1,0,0,0),(93752,2680,0,1,1,781,0,-296.461,-4202.47,136.659,0.701451,350,5,0,2399,0,1,0,0,0),(93753,2640,0,1,1,6542,1,-297.1,-4167.92,136.447,3.55098,350,5,0,1919,1587,1,0,0,0),(93754,2641,0,1,1,6497,1,-346.44,-4221.49,152.19,1.32696,350,3,0,2303,0,1,0,0,0),(93755,2641,0,1,1,6498,1,-334.77,-4118.18,152.151,3.51878,350,0,0,2303,0,2,0,0,0),(93756,2640,0,1,1,6543,1,-336.481,-4213.14,152.19,6.11811,350,3,0,1919,1587,1,0,0,0),(93757,2640,0,1,1,6543,1,-293.462,-4110.76,137.6,0.718501,350,5,0,1919,1587,1,0,0,0),(93758,2640,0,1,1,6542,1,-313.939,-4229.26,137.062,4.21547,350,3,0,1919,1587,1,0,0,0),(93759,2680,0,1,1,781,0,-344.74,-4207.41,152.093,3.40339,350,10,0,2399,0,1,0,0,0),(93760,2641,0,1,1,6498,1,-352.7,-4205.66,152.093,5.8294,350,3,0,2303,0,1,0,0,0),(93761,2643,0,1,1,6494,1,-266.849,-4051.89,174.349,4.10152,350,0,0,2388,0,0,0,0,0),(49330,1838,0,1,1,0,1,2928.93,-1524.92,152.129,0.363815,72000,0,0,9432,0,0,0,0,0),(49764,1839,0,1,1,0,1,2368.75,-2031.66,141.801,3.96408,72000,0,0,7995,2620,0,0,0,0),(49765,1841,0,1,1,0,1,2828.34,-1548.94,186.291,4.05126,72000,0,0,9156,0,0,0,0,0),(49768,1843,0,1,1,0,0,3102.58,-1542.3,151.381,5.50425,72000,0,0,9711,0,0,0,0,0),(49769,1844,0,1,1,0,1,2428.46,-1692.12,102.641,5.4964,72000,0,0,3876,0,0,0,0,0),(52725,1848,0,1,1,0,1,1061.03,-1912.26,31.1128,4.71571,72000,0,0,2915,2163,0,0,0,0),(53783,1850,0,1,1,0,0,1434.86,-1649.6,69.5874,4.42903,72000,0,0,3589,0,0,0,0,0),(53933,1851,0,1,1,0,0,2325.76,-2255.95,47.0159,1.90398,72000,0,0,4370,0,0,0,0,0),(61634,1885,0,1,1,0,1,2996.78,-1459.34,145.885,3.02789,72000,0,0,8613,0,0,0,0,0),(63913,2258,0,1,1,0,0,624.192,-1459.2,75.7076,5.21757,72000,0,0,1536,0,0,0,0,0),(69113,2453,0,1,1,0,0,623.855,-675.236,152.814,2.53936,72000,0,0,1357,1236,0,0,0,0),(69114,2744,0,1,1,0,1,-6336.26,-3119.93,310.836,1.12561,46800,0,0,1753,0,0,0,0,0),(69115,2749,0,1,1,0,0,-6827.86,-2573.3,240.744,2.53933,100800,40,0,5334,0,1,0,0,0),(69116,2751,0,1,1,0,0,-6212.7,-3382.75,239.279,0.17921,50400,40,0,1469,0,1,0,0,0),(27546,2753,0,1,1,0,0,-7122.2,-3229.7,242.496,4.04023,100800,30,0,1046,0,1,0,0,0),(27567,2754,0,1,1,0,1,-7119.41,-2668.77,241.7,5.62691,72000,0,0,8316,0,0,0,0,0),(69117,8211,0,1,1,0,0,88.476,-2033.78,115.998,5.96604,72000,0,0,1981,0,0,0,0,0),(69118,8212,0,1,1,0,0,359.87,-3841.89,107.097,2.21027,72000,0,0,2672,0,0,0,0,0),(69119,8213,0,1,1,0,0,204.115,-4712.17,4.82577,0.363795,72000,0,0,2980,0,0,0,0,0),(72002,8214,0,1,1,0,1,236.067,-2739.72,116.361,4.62301,72000,0,0,2672,0,0,0,0,0),(77480,8215,0,1,1,0,0,45.7322,-4276.31,121.934,4.22167,72000,0,0,6645,0,2,0,0,0),(82469,8217,0,1,1,0,0,-525.307,-4033.5,215.861,4.73139,72000,0,0,5691,3846,0,0,0,0),(85478,8218,0,1,1,0,1,-337.534,-2849.99,77.1062,1.57174,72000,0,0,2218,0,0,0,0,0),(86257,8219,0,1,1,0,1,6.16813,-2823.02,120.508,4.36383,72000,0,0,2059,0,0,0,0,0),(86600,8279,0,1,1,0,0,-7109.14,-1346.71,241.706,1.9387,50400,30,0,2399,0,1,0,0,0),(86601,8280,0,1,1,0,0,-6941.22,-1629.85,242.823,1.94629,72000,0,0,2488,0,2,0,0,0),(86602,8281,0,1,1,0,0,-6796.7,-1464.24,172.987,5.7217,100800,0,0,2672,0,2,0,0,0),(86603,8283,0,1,1,0,1,-6443.68,-1269.57,180.882,1.46903,21600,20,0,2769,0,1,0,0,0),(86604,10359,0,1,1,0,0,2287.72,-950.596,78.0218,2.84331,72000,0,0,341,0,0,0,0,0),(86605,10817,0,1,1,0,1,1980.55,-3706.26,124.345,5.30866,72000,0,0,3398,0,0,0,0,0),(86606,10821,0,1,1,0,0,2482.06,-4815.67,79.2057,0.688947,72000,0,0,3758,0,0,0,0,0),(86607,10822,0,1,1,0,1,3314,-4855.85,167.322,2.50322,72000,0,0,3876,0,0,0,0,0),(86625,10823,0,1,1,0,1,3363.57,-4979.87,159.273,3.51245,72000,0,0,2799,5598,0,0,0,0),(86626,10825,0,1,1,0,0,2479.69,-4462.68,66.4145,1.16412,72000,0,0,3644,0,0,0,0,0),(86755,10827,0,1,1,0,1,2631.4,-5500.92,158.014,4.8437,72000,0,0,2550,5206,0,0,0,0),(86756,14221,0,1,1,0,1,692.679,-934.641,164.951,2.86531,72000,0,0,1469,0,0,0,0,0),(90511,14223,0,1,1,0,0,730.262,6.73695,33.0022,2.26447,72000,0,0,1163,0,0,0,0,0),(90782,14224,0,1,1,0,0,-7276.23,-3448.95,305.128,1.234,151200,40,0,1585,0,1,0,0,0),(90783,14275,0,1,1,0,1,-1338.05,-1230.47,49.9036,0.681901,72000,0,0,2196,756,0,0,0,0),(90785,14279,0,1,1,0,0,-845.132,-168.46,34.0456,3.46221,72000,0,0,664,0,0,0,0,0),(91111,14281,0,1,1,0,1,206.328,-857.004,154.551,3.46221,72000,0,0,617,0,0,0,0,0),(91113,14424,0,1,1,0,0,-2959.56,-1368.08,9.03206,1.69779,39600,15,0,734,0,1,0,0,0),(91114,14433,0,1,1,0,0,-4008.25,-911.646,9.2131,0.598236,72000,0,0,974,0,0,0,0,0),(1722,5640,1,1,1,3759,1,1781.55,-3997.07,53.1638,2.3911,300,0,0,1604,0,0,0,0,0),(711,5606,1,1,1,3604,1,1634.16,-4447.18,15.4898,1.64061,300,0,0,247,0,0,0,0,0),(710,5613,1,1,1,3608,1,1638.28,-4445,15.4898,5.58505,300,0,0,222,0,0,0,0,0),(709,5610,1,1,1,7137,1,1640.71,-4442.19,15.4898,2.96706,300,0,0,247,0,0,0,0,0),(708,5614,1,1,1,3609,1,1639.56,-4443.74,15.4898,5.18363,300,0,0,713,0,0,0,0,0),(707,5609,1,1,1,3605,1,1633.94,-4445.62,15.4898,4.86947,300,0,0,300,0,0,0,0,0),(706,5611,1,1,1,3606,1,1640.83,-4446.99,15.4898,1.97222,300,0,0,273,0,0,0,0,0),(705,11814,1,1,1,11734,1,-808.565,-4930.14,23.0651,3.66519,300,0,0,247,0,0,0,0,0),(84720,24416,530,1,1,0,0,-1615.9,5326.2,-40.2091,1.12942,180,0,0,3524,0,0,0,0,0),(82965,21301,548,1,1,0,1,48.7995,-301.712,1.58652,3.63038,604800,0,0,125668,0,2,0,0,0),(82966,21301,548,1,1,0,1,-50.6257,-366.299,1.58652,2.93772,604800,0,0,125668,0,2,0,0,0),(82967,21253,548,1,1,0,0,-249.266,-340.785,-1.62312,0.927012,604800,0,0,7540,0,2,0,0,0),(82968,21220,548,1,1,0,1,226.217,-512.608,-11.5372,4.08713,604800,0,0,100520,48465,0,0,0,0),(82969,21339,548,1,1,0,1,220.235,-506.33,-11.5372,3.32137,604800,0,0,100520,48465,0,0,0,0),(82970,21221,548,1,1,0,1,221.82,-511.329,-11.5372,4.08399,604800,0,0,175934,0,0,0,0,0),(82971,21246,548,1,1,0,0,195.903,-616.158,-11.836,0.0038476,604800,0,0,75400,0,0,0,0,0),(82972,21221,548,1,1,0,1,198.961,-621.699,-11.8213,5.74511,604800,0,0,175934,0,0,0,0,0),(82973,21339,548,1,1,0,1,199.691,-625.077,-11.8164,6.13074,604800,0,0,100520,48465,0,0,0,0),(82974,21213,548,1,1,0,0,355.821,-721.004,-13.8746,3.14,604800,0,0,3979500,0,0,0,0,0),(1976933,21689,548,1,1,0,0,-132.099,-218.245,-21.4845,1.77209,300,0,0,81000,0,0,0,0,0),(1976932,21689,548,1,1,0,0,-123.904,-252.683,-21.4845,1.83885,300,0,0,81000,0,0,0,0,0),(93766,21214,548,1,1,0,1,452.834,-539.863,-7.54675,6.00741,604800,0,0,1274700,254025,0,0,0,0),(93767,21231,548,1,1,0,1,388.119,-503.084,27.3857,3.27422,604800,0,0,125668,0,2,0,0,0),(93768,21230,548,1,1,0,1,392.107,-497.182,28.4324,3.21532,604800,0,0,100520,48465,2,0,0,0),(93769,21230,548,1,1,0,1,392.8,-507.631,28.3207,3.4313,604800,0,0,100520,48465,2,0,0,0),(1976931,21689,548,1,1,0,0,-125.636,-296.87,-21.4845,1.33619,300,0,0,81000,0,0,0,0,0),(1976930,21689,548,1,1,0,0,-136.571,-325.019,-21.4845,1.08879,300,0,0,81000,0,0,0,0,0),(93773,21215,548,1,1,0,1,370.117,-430.482,29.5196,2.22414,604800,0,0,2653000,0,0,0,0,0),(93774,21229,548,1,1,0,1,330.81,-350.956,21.3821,2.61292,604800,0,0,100520,48465,0,0,0,0),(93775,21229,548,1,1,0,1,314.319,-329.828,19.6541,0.443651,604800,0,0,100520,48465,0,0,0,0),(93776,21229,548,1,1,0,1,308.572,-367.721,22.3129,1.02799,604800,0,0,100520,48465,0,0,0,0),(93777,21229,548,1,1,0,1,330.573,-424.161,29.6462,0.68634,604800,0,0,100520,48465,2,0,0,0),(93778,21230,548,1,1,0,1,334.692,-431.241,28.8718,0.989504,604800,0,0,100520,48465,0,0,0,0),(93779,21230,548,1,1,0,1,334.326,-427.819,28.8718,0.694979,604800,0,0,100520,48465,0,0,0,0),(93780,21863,548,1,1,0,0,332.411,-365.21,21.902,3.10493,604800,0,0,73353,0,2,0,0,0),(93781,21229,548,1,1,0,1,420.953,-422.09,9.95454,4.39803,604800,0,0,100520,48465,2,0,0,0),(93782,21229,548,1,1,0,1,507.136,-452.777,-13.1582,1.86512,604800,0,0,100520,48465,2,0,0,0),(93783,21229,548,1,1,0,1,492.09,-451.508,-13.1582,1.60594,604800,0,0,100520,48465,2,0,0,0),(93784,21231,548,1,1,0,1,399.131,-502.009,26.6054,3.26705,604800,0,0,125668,0,2,0,0,0),(93785,21229,548,1,1,0,1,562.242,-481.268,-13.1582,3.86789,604800,0,0,100520,48465,0,0,0,0),(93786,21229,548,1,1,0,1,430.602,-422.303,10.1528,4.27236,604800,0,0,100520,48465,2,0,0,0),(93788,21260,548,1,1,0,0,-146.703,-383.952,-1.61637,2.13968,604800,0,0,7540,0,2,0,0,0),(93790,21230,548,1,1,0,1,329.482,-346.314,21.3023,2.87367,604800,0,0,100520,48465,0,0,0,0),(93791,21231,548,1,1,0,1,315.756,-324.118,19.0598,6.01055,604800,0,0,125668,0,0,0,0,0),(93792,21231,548,1,1,0,1,304.69,-367.878,22.4158,0.591305,604800,0,0,125668,0,0,0,0,0),(93793,21231,548,1,1,0,1,394.402,-373.301,23.3723,2.44877,604800,0,0,125668,0,0,0,0,0),(93794,21231,548,1,1,0,1,372.981,-350.218,21.8563,5.19217,604800,0,0,125668,0,0,0,0,0),(93795,21230,548,1,1,0,1,398.971,-353.772,24.5034,2.1189,604800,0,0,100520,48465,2,0,0,0),(93796,21230,548,1,1,0,1,395.955,-359.42,23.4242,2.47233,604800,0,0,100520,48465,0,0,0,0),(93797,21229,548,1,1,0,1,395.807,-354.966,23.4089,2.34588,604800,0,0,100520,48465,0,0,0,0),(93798,21232,548,1,1,0,1,353.108,-317.78,18.5355,1.37513,604800,0,0,125668,0,0,0,0,0),(93799,21230,548,1,1,0,1,369.047,-316.758,18.5364,2.30504,604800,0,0,100520,48465,0,0,0,0),(93800,21229,548,1,1,0,1,358.323,-317.66,18.4688,1.61074,604800,0,0,100520,48465,0,0,0,0),(93801,21230,548,1,1,0,1,338.74,-314.708,18.3184,0.969861,604800,0,0,100520,48465,0,0,0,0),(93802,21863,548,1,1,0,0,314.688,-258.809,13.6322,2.91328,604800,0,0,73353,0,2,0,0,0),(93803,21231,548,1,1,0,1,313.666,-262.427,14.0867,2.89016,604800,0,0,125668,0,2,0,0,0),(93804,21231,548,1,1,0,1,315.598,-255.441,13.6739,2.89959,604800,0,0,125668,0,2,0,0,0),(93805,21246,548,1,1,0,0,212.462,-254.724,-2.0276,4.84345,604800,0,0,75400,0,0,0,0,0),(93806,21218,548,1,1,0,1,210.036,-255.579,-2.02761,4.88271,604800,0,0,175934,0,0,0,0,0),(93807,21339,548,1,1,0,1,220.903,-252.724,-2.02758,4.90235,604800,0,0,100520,48465,0,0,0,0),(93808,21246,548,1,1,0,0,217.908,-255.354,-1.45572,4.83167,604800,0,0,75400,0,0,0,0,0),(93810,21221,548,1,1,0,1,215.15,-256.481,-2.0276,4.86073,604800,0,0,175934,0,0,0,0,0),(93812,21218,548,1,1,0,1,228.127,-432.901,-4.43266,2.47421,604800,0,0,175934,0,0,0,0,0),(93813,21218,548,1,1,0,1,225.189,-436.682,-4.43271,2.69696,604800,0,0,175934,0,0,0,0,0),(93814,21212,548,1,1,0,1,29.4155,-924.128,42.9019,1.58012,604800,0,0,3399200,1693500,0,0,0,0),(93815,21301,548,1,1,0,1,148.812,-352.885,1.58651,2.62507,604800,0,0,125668,0,2,0,0,0),(93816,21301,548,1,1,0,1,38.4724,-549.527,1.58654,0.389827,604800,0,0,125668,0,2,0,0,0),(93817,21301,548,1,1,0,1,42.7181,-559.861,1.58654,0.389827,604800,0,0,125668,0,2,0,0,0),(93818,21220,548,1,1,0,1,35.34,-557.921,1.58654,0.543765,604800,0,0,100520,48465,2,0,0,0),(93819,21220,548,1,1,0,1,149.076,-510.077,1.58652,1.51687,604800,0,0,100520,48465,2,0,0,0),(93820,21301,548,1,1,0,1,136.872,-352.259,1.58651,2.63293,604800,0,0,125668,0,2,0,0,0),(93821,21301,548,1,1,0,1,141.376,-503.619,1.58652,1.53651,604800,0,0,125668,0,2,0,0,0),(93822,21220,548,1,1,0,1,134.229,-509.275,1.58652,1.51687,604800,0,0,100520,48465,2,0,0,0),(93823,21301,548,1,1,0,1,138.005,-516.308,1.58652,1.88994,604800,0,0,125668,0,2,0,0,0),(93824,21220,548,1,1,0,1,139.372,-359.034,1.58651,2.88425,604800,0,0,100520,48465,2,0,0,0),(93825,21220,548,1,1,0,1,142.651,-348.354,1.58651,2.84498,604800,0,0,100520,48465,2,0,0,0),(93826,21220,548,1,1,0,1,-62.6375,-479.013,1.58657,5.71953,604800,0,0,100520,48465,2,0,0,0),(93827,21220,548,1,1,0,1,37.1789,-553.628,1.58654,0.520203,604800,0,0,100520,48465,2,0,0,0),(93828,21339,548,1,1,0,1,-143.441,-128.986,-5.07545,0.110535,604800,0,0,100520,48465,0,0,0,0),(93829,21301,548,1,1,0,1,35.5786,-307.192,1.58652,3.66023,604800,0,0,125668,0,2,0,0,0),(93830,21220,548,1,1,0,1,37.2912,-299.594,1.58652,3.76626,604800,0,0,100520,48465,2,0,0,0),(93832,21246,548,1,1,0,0,-127.016,-223.907,1.58925,1.60097,604800,0,0,75400,0,0,0,0,0),(93833,21301,548,1,1,0,1,44.8692,-298.992,1.58652,3.66808,604800,0,0,125668,0,2,0,0,0),(93834,21220,548,1,1,0,1,42.8187,-308.68,1.58652,3.66808,604800,0,0,100520,48465,2,0,0,0),(93835,21251,548,1,1,0,0,226.817,-419.063,-4.43266,0.992942,604800,0,0,387450,0,2,0,0,0),(93836,21301,548,1,1,0,1,144.862,-515.966,1.58652,1.53651,604800,0,0,125668,0,2,0,0,0),(93837,21301,548,1,1,0,1,-54.6712,-377.789,1.58652,2.45705,604800,0,0,125668,0,2,0,0,0),(93838,21217,548,1,1,0,0,40.4058,-417.108,-21.5911,3.03312,604800,0,0,2653000,0,0,0,0,0),(93839,21251,548,1,1,0,0,210.727,-476.589,-7.96688,4.7448,604800,0,0,387450,0,2,0,0,0),(93840,21220,548,1,1,0,1,-58.8617,-363.325,1.58787,2.42522,604800,0,0,100520,48465,2,0,0,0),(93841,21220,548,1,1,0,1,-63.0672,-375.108,1.58787,3.34571,604800,0,0,100520,48465,2,0,0,0),(93842,21301,548,1,1,0,1,-61.6699,-487.895,1.58657,5.72346,604800,0,0,125668,0,2,0,0,0),(93843,21301,548,1,1,0,1,-50.9487,-371.896,1.58652,3.05867,604800,0,0,125668,0,2,0,0,0),(93844,21220,548,1,1,0,1,-53.576,-485.277,1.58657,5.64492,604800,0,0,100520,48465,2,0,0,0),(93845,21246,548,1,1,0,0,-215.609,-232.179,-5.4074,0.109746,604800,0,0,75400,0,0,0,0,0),(93846,21216,548,1,1,0,0,-239.439,-363.481,-0.827308,1.19517,604800,0,0,2387700,0,0,0,0,0),(93847,21339,548,1,1,0,1,-219.176,-238.306,-5.40735,5.82431,604800,0,0,100520,48465,0,0,0,0),(93848,21221,548,1,1,0,1,-137.211,-223.917,1.58923,1.33733,604800,0,0,175934,0,0,0,0,0),(93849,21221,548,1,1,0,1,-215.466,-235.237,-5.40735,0.0162864,604800,0,0,175934,0,0,0,0,0),(93850,21339,548,1,1,0,1,-129.449,-225.514,1.58925,1.34807,604800,0,0,100520,48465,0,0,0,0),(93851,21339,548,1,1,0,1,-142.059,-123.701,-5.40738,6.0992,604800,0,0,100520,48465,0,0,0,0),(93852,21339,548,1,1,0,1,-132.447,-225.107,1.58923,1.21166,604800,0,0,100520,48465,0,0,0,0),(93853,21221,548,1,1,0,1,-144.503,-133.347,-5.40739,0.0477029,604800,0,0,175934,0,0,0,0,0),(93854,21230,548,1,1,0,1,309.366,-371.816,22.3256,0.790794,604800,0,0,100520,48465,2,0,0,0),(93855,21221,548,1,1,0,1,516.844,-734.692,-7.1441,1.98846,604800,0,0,175934,0,0,0,0,0),(93856,21339,548,1,1,0,1,538.25,-719.588,-7.1441,2.16517,604800,0,0,100520,48465,0,0,0,0),(93857,21339,548,1,1,0,1,545.695,-681.689,-7.14424,2.55002,604800,0,0,100520,48465,0,0,0,0),(93858,21221,548,1,1,0,1,545.351,-674.606,-7.14429,3.13121,604800,0,0,175934,0,0,0,0,0),(93859,21339,548,1,1,0,1,491.879,-716.069,-7.14424,4.85909,604800,0,0,100520,48465,0,0,0,0),(93860,21301,548,1,1,0,1,393.278,-771.494,-7.33017,1.10881,604800,0,0,125668,0,0,0,0,0),(93861,21339,548,1,1,0,1,401.818,-771.828,-7.21648,0.837849,604800,0,0,100520,48465,0,0,0,0),(93862,21221,548,1,1,0,1,421.364,-671.406,-7.14447,4.73736,604800,0,0,175934,0,0,0,0,0),(93863,21339,548,1,1,0,1,430.309,-672.379,-7.14447,4.61954,604800,0,0,100520,48465,0,0,0,0),(93864,21339,548,1,1,0,1,440.527,-694.834,-7.14395,2.88302,604800,0,0,100520,48465,0,0,0,0),(93865,21301,548,1,1,0,1,443.623,-682.262,-7.14395,3.74696,604800,0,0,125668,0,0,0,0,0),(93866,21221,548,1,1,0,1,393.387,-671.794,-7.41727,5.0036,604800,0,0,175934,0,0,0,0,0),(93867,21339,548,1,1,0,1,399.476,-671.048,-7.23582,4.82295,604800,0,0,100520,48465,0,0,0,0),(93868,21301,548,1,1,0,1,367.937,-774.69,-13.1581,1.72456,604800,0,0,125668,0,0,0,0,0),(93869,21339,548,1,1,0,1,358.351,-773.124,-12.2892,1.08838,604800,0,0,100520,48465,0,0,0,0),(93870,21221,548,1,1,0,1,337.937,-773.218,-13.1581,1.63031,604800,0,0,175934,0,0,0,0,0),(93871,21339,548,1,1,0,1,328.888,-773.171,-13.1582,1.16692,604800,0,0,100520,48465,0,0,0,0),(93872,21301,548,1,1,0,1,329.393,-675.511,-13.1582,4.73263,604800,0,0,125668,0,0,0,0,0),(93873,21221,548,1,1,0,1,336.998,-675.673,-13.1582,4.85829,604800,0,0,175934,0,0,0,0,0),(93874,21339,548,1,1,0,1,333.927,-669.787,-13.1582,4.43418,604800,0,0,100520,48465,0,0,0,0),(93875,21339,548,1,1,0,1,368.359,-669.699,-13.1582,4.6266,604800,0,0,100520,48465,0,0,0,0),(93876,21221,548,1,1,0,1,361.671,-676.215,-13.1581,4.92112,604800,0,0,175934,0,0,0,0,0),(93877,21301,548,1,1,0,1,453.595,-723.177,-7.14426,6.23274,604800,0,0,125668,0,2,0,0,0),(93878,21339,548,1,1,0,1,452.351,-718.41,-7.14426,6.13063,604800,0,0,100520,48465,2,0,0,0),(93879,21339,548,1,1,0,1,452.399,-727.263,-7.14426,0.0555778,604800,0,0,100520,48465,2,0,0,0),(93882,21228,548,1,1,0,0,393.08,-682.573,-7.48923,5.4544,604800,0,0,100520,48465,0,0,0,0),(93883,21228,548,1,1,0,0,324.026,-688.422,-13.1581,4.92426,604800,0,0,100520,48465,0,0,0,0),(93884,21228,548,1,1,0,0,315.104,-761.948,-13.1581,0.577081,604800,0,0,100520,48465,0,0,0,0),(93885,21227,548,1,1,0,1,316.874,-756.787,-13.1581,0.0390811,604800,0,0,125668,0,0,0,0,0),(93893,21226,548,1,1,0,0,315.683,-691.921,-13.1581,6.0246,604800,0,0,100520,48465,0,0,0,0),(93896,21251,548,1,1,0,0,-6.8355,-68.9604,-71.2866,0.146053,604800,0,0,387450,0,0,0,0,0),(93897,21339,548,1,1,0,1,-43.6058,-75.2014,-68.5459,0.165687,604800,0,0,100520,48465,0,0,0,0),(93898,21339,548,1,1,0,1,-46.5663,-56.08,-69.3078,0.0932453,604800,0,0,100520,48465,0,0,0,0),(93899,21221,548,1,1,0,1,-45.1706,-66.1577,-69.3743,0.150992,604800,0,0,175934,0,0,0,0,0),(1976851,22057,548,1,1,0,0,-51.9814,-970.032,21.6648,2.40859,300,0,0,30,0,0,0,33554432,0),(1976850,22057,548,1,1,0,0,-38.4449,-984.24,21.5365,2.40859,300,0,0,30,0,0,0,33554432,0),(1976849,22057,548,1,1,0,0,-26.2718,-995.2,22.0379,2.40859,300,0,0,30,0,0,0,33554432,0),(1976848,22057,548,1,1,0,0,-14.983,-1005.36,21.8261,2.4243,300,0,0,30,0,0,0,33554432,0),(1976847,22057,548,1,1,0,0,-2.52387,-1008.62,21.8745,2.85627,300,0,0,30,0,0,0,33554432,0),(1976846,22057,548,1,1,0,0,10.8429,-1012.54,21.6831,2.85627,300,0,0,30,0,0,0,33554432,0),(1976845,22057,548,1,1,0,0,27.7717,-1016.93,21.7621,3.36678,300,0,0,30,0,0,0,33554432,0),(1976844,22057,548,1,1,0,0,40.2583,-1014.07,22.085,3.36678,300,0,0,30,0,0,0,33554432,0),(1976843,22057,548,1,1,0,0,52.7449,-1011.21,21.8111,3.36678,300,0,0,30,0,0,0,33554432,0),(1976842,22057,548,1,1,0,0,65.2315,-1008.35,21.5371,3.36678,300,0,0,30,0,0,0,33554432,0),(68541,22991,530,1,1,0,0,-3846.43,3430.29,363.729,0.488692,180,0,0,4120,0,0,0,0,0),(84741,21795,530,1,1,0,0,-3892.13,2100.24,95.1088,0.90553,480,5,0,1,0,1,0,0,0),(84740,21795,530,1,1,0,0,-3966.98,2160.54,104.705,3.26172,480,5,0,1,0,1,0,0,0),(84739,21795,530,1,1,0,0,-3950.79,2266.09,99.2415,0.890606,480,5,0,1,0,1,0,0,0),(84738,21795,530,1,1,0,0,-3929.96,2210.2,101.933,1.76318,480,5,0,1,0,1,0,0,0),(84737,21795,530,1,1,0,0,-3939.01,2154.67,100.745,1.08224,480,5,0,1,0,1,0,0,0),(84736,21795,530,1,1,0,0,-3989.01,2116.11,105.126,0.262288,480,5,0,1,0,1,0,0,0),(84735,21795,530,1,1,0,0,-4007.03,2105.62,137.243,4.19556,480,5,0,1,0,1,0,0,0),(84734,21795,530,1,1,0,0,-4046.92,2107.45,138.079,4.35107,480,5,0,1,0,1,0,0,0),(84733,21795,530,1,1,0,0,-4049.37,2132.63,137.253,3.54289,480,5,0,1,0,1,0,0,0),(84732,21795,530,1,1,0,0,-4044.66,2152.21,108.146,4.31965,480,5,0,1,0,1,0,0,0),(84731,21795,530,1,1,0,0,-4051.06,2200.57,110.708,3.07951,480,5,0,1,0,1,0,0,0),(84730,21795,530,1,1,0,0,-4070.37,2295.86,110.659,1.44117,480,5,0,1,0,1,0,0,0),(84729,21795,530,1,1,0,0,-4103.53,2258.98,110.66,3.49577,480,5,0,1,0,1,0,0,0),(84728,21795,530,1,1,0,0,-4077.47,2254.09,112.048,3.96544,480,5,0,1,0,1,0,0,0),(84727,21795,530,1,1,0,0,-4051.57,2277.83,112.048,2.95698,480,5,0,1,0,1,0,0,0),(84726,21795,530,1,1,0,0,-4046.21,2234.56,112.046,2.92792,480,5,0,1,0,1,0,0,0),(84725,21795,530,1,1,0,0,-4016.17,2245.35,110.039,2.44962,480,5,0,1,0,1,0,0,0),(84724,21795,530,1,1,0,0,-3999.24,2243.2,103.018,1.51342,480,5,0,1,0,1,0,0,0),(84723,21795,530,1,1,0,0,-3971.69,2241.54,101.887,2.21792,480,5,0,1,0,1,0,0,0),(84900,21795,530,1,1,0,0,-3956.72,2238.32,101.939,4.24115,480,5,0,1,0,1,0,0,0),(70550,20086,530,1,1,0,0,4199.7,1766.39,133.21,3.70335,60,0,0,57,0,0,0,0,0),(70528,20889,530,1,1,0,0,3846.19,6157.38,270.081,1.03236,600,0,0,42,0,0,0,0,0),(94506,27705,0,1,1,0,0,-10469.9,-3321.37,20.9642,1.12915,120,0,0,1268,1332,0,0,0,0),(94505,27703,1,1,1,0,1,-3750.09,-4442.59,30.5687,0.810732,120,0,0,1939,4393,0,0,0,0),(94504,25967,530,1,1,0,1,-1747.77,5160.32,-37.2045,0.0125163,25,0,0,6986,0,0,0,0,0),(94503,23948,530,1,1,0,0,-1765.38,5152.51,-37.2043,3.42272,25,0,0,5588,6882,0,0,0,0),(94502,13016,369,1,1,0,0,27.0473,1.40549,-4.29616,5.5639,1,10,0,1,0,1,0,0,0),(94501,13016,369,1,1,0,0,-40.713,-32.7486,-4.29735,4.30648,1,10,0,1,0,1,0,0,0),(94500,13016,369,1,1,0,0,-43.0466,-5.68566,-13.8634,1.77597,1,10,0,1,0,1,0,0,0),(94499,13016,369,1,1,0,0,-64.5688,12.0402,-4.29735,6.01711,1,10,0,1,0,1,0,0,0),(94498,13016,369,1,1,0,0,-74.642,23.6852,-4.29736,1.85529,1,10,0,1,0,1,0,0,0),(94497,13016,369,1,1,0,0,-72.5352,-21.7311,-4.29736,3.14963,1,10,0,1,0,1,0,0,0),(94492,13016,369,1,1,0,0,13.6699,80.6694,-4.29734,4.79662,1,0,0,1,0,2,0,0,0),(94496,13016,369,1,1,0,0,-56.91,-14.3913,-4.29736,2.53387,1,10,0,1,0,1,0,0,0),(94495,13016,369,1,1,0,0,28.3432,-18.4329,-4.29664,1.57099,1,10,0,1,0,1,0,0,0),(94493,13016,369,1,1,0,0,35.2117,16.0156,-4.29664,1.87101,1,10,0,1,0,1,0,0,0),(94491,13016,369,1,1,0,0,-33.0721,71.5201,-4.29736,1.48675,1,0,0,1,0,2,0,0,0),(94494,13016,369,1,1,0,0,21.3299,25.4681,-4.29735,2.55038,1,10,0,1,0,1,0,0,0),(94490,16033,0,1,1,0,1,-7534.79,-1212.62,285.44,5.2131,25,0,0,6968,5751,0,0,0,0),(12738,23330,564,1,1,21546,1,603.913,788.877,95.5409,1.9333,604800,50,0,140728,48465,1,0,0,0),(704,9796,1,1,1,9151,0,-561.628,-4221.8,41.6737,3.03687,300,0,0,156,0,0,0,0,0),(703,13842,1,1,1,13843,1,1607.92,-4376.44,9.65736,4.06662,300,0,0,3052,0,0,0,0,0),(94484,23718,530,1,1,0,0,6743.03,-7551.57,126.327,3.40335,900,0,0,6287,0,2,0,0,0),(94483,23565,530,1,1,0,0,6797.41,-7537.59,126.194,3.1079,900,0,0,210,0,0,0,0,0),(94481,23764,530,1,1,0,0,6739.72,-7559.07,126.472,2.10952,900,0,0,4890,0,0,0,0,0),(94480,23748,530,1,1,0,1,6788.71,-7538.12,126.109,3.25117,900,0,1,6287,0,0,0,0,0),(47028,25770,580,1,1,0,0,1802.91,591.566,78.5747,1.25664,604800,0,0,40,0,0,0,0,0),(87081,24972,530,1,1,0,0,12809.9,-6820.77,11.3109,3.75724,450,8,0,5589,3155,1,0,0,0),(87544,24972,530,1,1,0,0,12925.5,-6766.89,9.92207,0.205662,450,8,0,5589,3155,1,0,0,0),(87545,24972,530,1,1,0,0,13022,-6724.36,0.82918,0.768008,450,8,0,5589,3155,1,0,0,0),(87546,24972,530,1,1,0,0,13091.2,-6843.87,0.474743,3.16739,450,8,0,5589,3155,1,0,0,0),(87547,24972,530,1,1,0,0,12922.7,-6639.28,12.2029,2.2469,450,8,0,5589,3155,1,0,0,0),(87548,24972,530,1,1,0,0,12837.1,-6559.89,9.24182,2.31445,450,8,0,5589,3155,1,0,0,0),(87549,24972,530,1,1,0,0,12569.9,-6423.84,9.29875,1.11043,450,8,0,5589,3155,1,0,0,0),(87550,24972,530,1,1,0,0,12576.3,-6485.92,5.81085,5.0492,450,8,0,5589,3155,1,0,0,0),(87551,24972,530,1,1,0,0,12478,-6508.93,8.04349,3.71245,450,8,0,5589,3155,1,0,0,0),(87552,24972,530,1,1,0,0,12535.3,-6586.92,14.6124,5.95712,450,8,0,5589,3155,1,0,0,0),(87553,24972,530,1,1,0,0,12632.6,-6396.63,4.80103,0.975339,450,8,0,5589,3155,1,0,0,0),(87554,24972,530,1,1,0,0,12692.8,-6372.53,3.34742,6.01995,450,8,0,5589,3155,1,0,0,0),(87555,24972,530,1,1,0,0,12727.8,-6514.55,4.15694,4.04074,450,8,0,5589,3155,1,0,0,0),(87556,24972,530,1,1,0,0,12806.2,-6645.1,0.287019,3.84126,450,8,0,5589,3155,1,0,0,0),(87557,24972,530,1,1,0,0,12869.7,-6460.56,0.792148,5.46232,450,8,0,5589,3155,1,0,0,0),(87558,24972,530,1,1,0,0,12729.5,-6591.48,10.0598,1.82494,450,7,0,5589,3155,1,0,0,0),(88065,24972,530,1,1,0,0,12678.6,-6553.68,7.88563,5.92856,450,7,0,5589,3155,1,0,0,0),(88066,24972,530,1,1,0,0,13023.5,-6617.85,0.860966,4.35354,450,8,0,5589,3155,1,0,0,0),(88067,24966,530,1,1,0,1,13058.9,-6828.91,2.27351,5.96832,700,0,0,5409,1540,0,0,0,0),(90444,24966,530,1,1,0,1,12671.8,-6565.27,8.66896,0.0459249,700,3,0,5409,1540,1,0,0,0),(90928,24966,530,1,1,0,1,12694,-6548.08,7.6178,2.84194,700,3,0,5409,1540,1,0,0,0),(90929,24966,530,1,1,0,1,12673.8,-6519.28,6.07817,2.76576,700,3,0,5409,1540,1,0,0,0),(90930,24966,530,1,1,0,1,12715.8,-6572.5,9.03772,6.00945,700,3,0,5409,1540,1,0,0,0),(90931,24966,530,1,1,0,1,13020.2,-6861.82,2.28979,3.16053,700,3,0,5409,1540,1,0,0,0),(90932,24966,530,1,1,0,1,12980.4,-6829.91,8.30555,1.984,600,0,0,5409,1540,0,0,0,0),(90933,24966,530,1,1,0,1,12934.3,-6845.1,8.84219,3.6836,600,3,0,5409,1540,1,0,0,0),(90934,24966,530,1,1,0,1,12909.3,-6810.11,8.50484,0.854595,600,0,0,5409,1540,0,0,0,0),(90935,24966,530,1,1,0,1,12825.5,-6797.61,10.7407,3.12125,600,3,0,5409,1540,1,0,0,0),(90936,24966,530,1,1,0,1,12883.3,-6735.15,12.2649,1.27007,600,0,0,5409,1540,0,0,0,0),(90937,24966,530,1,1,0,1,12881.2,-6730.15,12.2649,5.79789,600,0,0,5409,1540,0,0,0,0),(90938,24966,530,1,1,0,1,12884.1,-6749.97,11.8963,0.590692,600,0,0,5409,1540,0,0,0,0),(90939,24966,530,1,1,0,1,12935.2,-6732.26,12.546,2.55026,600,0,0,5409,1540,0,0,0,0),(94462,22822,530,1,1,0,0,3600.72,2044.21,103.371,1.67373,360,0,0,6761,0,0,0,0,0),(94461,22822,530,1,1,0,0,3676.62,1902.61,119.987,2.72223,360,0,0,6761,0,0,0,0,0),(94460,22822,530,1,1,0,0,3612.29,1851.63,113.282,4.77211,360,0,0,6761,0,0,0,0,0),(94459,22822,530,1,1,0,0,3574.25,1826.95,109.534,1.23389,360,0,0,6761,0,0,0,0,0),(94458,22822,530,1,1,0,0,3663.2,1787.57,126.156,0.574154,360,0,0,6761,0,0,0,0,0),(94457,22822,530,1,1,0,0,3564.44,2231.77,91.075,4.92125,360,0,0,6761,0,0,0,0,0),(94456,22822,530,1,1,0,0,3738.92,1724.65,143.465,3.42908,360,0,0,6761,0,0,0,0,0),(94455,22822,530,1,1,0,0,3754.7,1728.55,147.159,6.02482,360,0,0,6761,0,0,0,0,0),(94454,22822,530,1,1,0,0,3741.09,1684.48,139.013,0.538806,360,0,0,6761,0,0,0,0,0),(94453,22822,530,1,1,0,0,3798.23,1654.34,137.78,3.78642,360,0,0,6761,0,0,0,0,0),(94452,22822,530,1,1,0,0,4286.84,1705.55,110.233,1.55196,360,0,0,6761,0,0,0,0,0),(94451,22822,530,1,1,0,0,4304.44,1721.33,111.923,2.71042,360,0,0,6761,0,0,0,0,0),(94450,22822,530,1,1,0,0,4226.86,1796.83,136.298,4.68962,360,0,0,6761,0,0,0,0,0),(94449,22822,530,1,1,0,0,4298.99,1754.72,116.626,3.92386,360,0,0,6761,0,0,0,0,0),(94448,22822,530,1,1,0,0,4168.84,1824.39,147.881,0.17751,360,0,0,6761,0,0,0,0,0),(94447,22822,530,1,1,0,0,4291.2,2009.75,128.247,3.91208,360,0,0,6761,0,0,0,0,0),(94446,22822,530,1,1,0,0,4304.71,2082.27,133.99,6.11512,360,0,0,6761,0,0,0,0,0),(94445,22822,530,1,1,0,0,4361.1,2038.16,115.131,3.15416,360,0,0,6761,0,0,0,0,0),(94444,22822,530,1,1,0,0,3865.85,1805.37,229.494,0.31496,360,0,0,6761,0,0,0,0,0),(94443,22822,530,1,1,0,0,4306.48,1880.22,128.064,3.62933,360,0,0,6761,0,0,0,0,0),(94442,22822,530,1,1,0,0,3640.48,2346.34,92.6645,3.4447,360,0,0,6761,0,0,0,0,0),(94441,22822,530,1,1,0,0,3656.92,2373.05,88.5391,4.31649,360,0,0,6761,0,0,0,0,0),(94440,22822,530,1,1,0,0,3602.21,2320.32,84.6047,4.827,360,0,0,6761,0,0,0,0,0),(94438,25115,530,1,1,22753,1,12802.1,-7085.75,5.79984,5.53684,600,0,0,10479,0,0,0,0,0),(94437,25115,530,1,1,22753,1,12807.3,-7087.94,7.5728,5.42532,600,0,0,10479,0,0,0,0,0),(94436,25115,530,1,1,22753,1,12805.1,-7090.44,7.57268,5.49051,600,0,0,10479,0,0,0,0,0),(94435,25115,530,1,1,22753,1,12795.6,-7117.78,5.41688,3.85416,600,0,0,10479,0,0,0,0,0),(94434,25115,530,1,1,22753,1,12791.8,-7113.58,5.41688,3.87929,600,0,0,10479,0,0,0,0,0),(94433,25115,530,1,1,22753,1,12791.8,-6983.53,18.6969,2.3878,600,0,0,10479,0,0,0,0,0),(94432,25115,530,1,1,22753,1,12798.7,-6976.59,18.6969,2.44749,600,0,0,10479,0,0,0,0,0),(94431,24938,530,1,1,22911,1,12813.4,-7024.65,71.4962,3.75928,600,0,0,6986,0,0,0,0,0),(94430,24938,530,1,1,22911,1,12824.5,-7030.75,71.4883,4.60359,600,0,0,6986,0,0,0,0,0),(94429,24938,530,1,1,22911,1,12843.8,-7027.08,71.3697,0.664819,600,0,0,6986,0,0,0,0,0),(94428,24938,530,1,1,22911,1,12836.4,-7032.06,71.3394,3.89281,600,0,0,6986,0,0,0,0,0),(94427,24938,530,1,1,22911,1,12845.9,-7016.31,71.2065,5.88772,600,0,0,6986,0,0,0,0,0),(94426,24938,530,1,1,22911,1,12843.8,-7002.13,71.2075,0.366371,600,0,0,6986,0,0,0,0,0),(94425,24938,530,1,1,22911,1,12816.4,-6996.21,71.1693,2.22776,600,0,0,6986,0,0,0,0,0),(94424,24938,530,1,1,22911,1,12841.5,-7039.79,47.8495,4.05931,600,0,0,6986,0,0,0,0,0),(94423,24938,530,1,1,22911,1,12849.4,-7042.26,47.7683,5.23349,600,0,0,6986,0,0,0,0,0),(94422,24938,530,1,1,22911,1,12850.4,-7034.92,47.8346,0.391501,600,0,0,6986,0,0,0,0,0),(37059,20619,530,1,1,0,0,3959.36,2356.85,110.921,4.07195,120,2,0,1582,0,1,0,0,0),(94420,24938,530,1,1,22911,1,12795.2,-6998.43,47.3655,3.43807,600,0,0,6986,0,0,0,0,0),(94419,24938,530,1,1,22911,1,12794.8,-6988.47,47.5893,3.72081,600,0,0,6986,0,0,0,0,0),(94418,24938,530,1,1,22911,1,12796.3,-6979.2,47.536,2.25997,600,0,0,6986,0,0,0,0,0),(94417,24938,530,1,1,22911,1,12803.4,-6981.09,47.5908,0.846249,600,0,0,6986,0,0,0,0,0),(94416,24938,530,1,1,22911,1,12834.7,-7049.65,19.1077,3.74044,600,0,0,6986,0,0,0,0,0),(94415,24938,530,1,1,22911,1,12857.7,-7042.47,18.9762,0.70095,600,0,0,6986,0,0,0,0,0),(94414,24938,530,1,1,22911,1,12857.6,-7052.45,18.9502,5.41334,600,0,0,6986,0,0,0,0,0),(94413,24938,530,1,1,22911,1,12849.8,-7050.08,18.9649,4.19283,600,0,0,6986,0,0,0,0,0),(94412,24938,530,1,1,22911,1,12883.5,-7010.71,3.00433,6.0644,600,0,0,6986,0,0,0,0,0),(94411,24938,530,1,1,22911,1,12881.2,-7028.98,3.26899,6.01571,600,0,0,6986,0,0,0,0,0),(94410,24938,530,1,1,22911,1,12874.9,-7044.66,3.2928,5.52483,600,0,0,6986,0,0,0,0,0),(94409,24938,530,1,1,22911,1,12849.8,-7065.3,3.28482,5.02139,600,0,0,6986,0,0,0,0,0),(94408,24938,530,1,1,22911,1,12839.6,-7108.11,5.33743,0.623151,600,0,0,6986,0,0,0,0,0),(94407,24938,530,1,1,22911,1,12851.4,-7125.42,6.75772,5.57194,600,0,0,6986,0,0,0,0,0),(94406,24994,530,1,1,0,0,12811.6,-6984.88,18.6622,2.49833,600,0,0,69860,0,0,0,0,0),(94405,18562,530,1,1,22862,0,12619.4,-6637.9,5.52388,3.90954,180,0,0,42,0,0,0,0,0),(94404,18562,530,1,1,22862,0,12599.2,-6669.15,5.41298,0.890118,180,0,0,42,0,0,0,0,0),(94403,24994,530,1,1,0,0,12813.2,-7013.24,71.5302,6.18567,600,0,0,69860,0,0,0,0,0),(94402,24994,530,1,1,0,0,12838.7,-7014.98,71.5165,3.25614,600,0,0,69860,0,0,0,0,0),(94401,24994,530,1,1,0,0,12797.4,-6996.79,18.6664,1.43165,600,0,0,69860,0,0,0,0,0),(94400,24976,530,1,1,0,1,12744.9,-6787.73,5.42303,1.4628,600,0,0,5589,3155,2,0,0,0),(94399,24980,530,1,1,0,0,12912.5,-6939.06,3.77427,4.26303,180,0,0,57,0,0,0,0,0),(94398,24980,530,1,1,0,0,12821,-6967.57,10.4511,0.335245,180,0,0,57,0,0,0,0,0),(94397,24980,530,1,1,0,0,12819.3,-6883.41,12.7846,3.19049,180,0,0,57,0,0,0,0,0),(94396,24980,530,1,1,0,0,12789.2,-6919.12,13.6691,3.54314,180,0,0,57,0,0,0,0,0),(94395,24980,530,1,1,0,0,12785,-6853.72,14.1508,4.7605,180,0,0,57,0,0,0,0,0),(94394,24980,530,1,1,0,0,12775.8,-7005.19,13.0259,1.59974,360,0,0,57,0,0,0,0,0),(94393,24980,530,1,1,0,0,12765,-7090.63,6.44272,3.73053,180,0,0,57,0,0,0,0,0),(94392,24980,530,1,1,0,0,12751.4,-6882.72,13.5636,3.62094,180,0,0,57,0,0,0,0,0),(94391,24980,530,1,1,0,0,12723.2,-6973.3,18.3323,4.26419,180,0,0,57,0,0,0,0,0),(94390,24980,530,1,1,0,0,12696.5,-6929.97,14.5332,0.387862,180,0,0,57,0,0,0,0,0),(94389,24980,530,1,1,0,0,12690.1,-7007.15,21.3425,3.49842,180,0,0,57,0,0,0,0,0),(94388,24980,530,1,1,0,0,12630.3,-6973.65,15.8386,4.40555,180,0,0,57,0,0,0,0,0),(94387,25115,530,1,1,22753,1,12750.8,-6925.88,12.2379,4.35963,600,0,0,10479,0,2,0,0,0),(94386,25950,530,1,1,0,0,12846.6,-7016.71,18.5936,0.776903,600,0,0,6986,0,0,0,0,0),(94385,25163,530,1,1,0,1,12834.1,-7004.53,71.5241,3.77854,600,0,0,5589,3155,0,0,0,0),(94384,25112,530,1,1,0,0,12732.2,-6910.18,12.2357,2.10209,600,0,0,6986,0,0,0,0,0),(94383,25088,530,1,1,0,1,12808.6,-7091.09,7.26203,5.4638,600,0,0,6986,0,0,0,0,0),(94382,25045,530,1,1,0,0,12782.3,-6983.42,15.7889,2.35551,600,0,0,6986,0,0,0,0,0),(94381,25043,530,1,1,0,1,12806.4,-7032.2,20.2524,0.891575,600,0,0,5589,3155,0,0,0,0),(94380,25037,530,1,1,0,1,12782.5,-6975.85,15.6433,2.16798,600,0,0,5589,3155,0,0,0,0),(94379,25036,530,1,1,0,1,12817,-7004.92,18.5937,2.21166,600,0,0,6986,0,0,0,0,0),(94378,24975,530,1,1,0,0,12848.4,-7015.24,18.5931,3.28139,600,0,0,6986,0,0,0,0,0),(94377,24994,530,1,1,0,0,12902.6,-6935.12,3.89913,3.77508,600,0,0,69860,0,2,0,0,0),(94376,25132,530,1,1,0,1,12660.3,-7210.45,32.1156,5.89921,920,0,0,5589,3155,0,0,0,0),(94375,25132,530,1,1,0,1,12669.3,-7222.97,32.1155,6.26573,920,0,0,5589,3155,0,0,0,0),(94374,25132,530,1,1,0,1,12658.2,-7177.6,32.1156,0.261799,920,0,0,5589,3155,0,0,0,0),(94373,25132,530,1,1,0,1,12672.4,-7182.06,32.1156,5.95157,920,0,0,5589,3155,0,0,0,0),(94372,25132,530,1,1,0,1,12674,-7202.18,32.1155,0.139626,920,0,0,5589,3155,0,0,0,0),(94371,25132,530,1,1,0,1,12683.9,-7175.38,32.1155,5.46288,920,0,0,5589,3155,0,0,0,0),(94370,25132,530,1,1,0,1,12663.1,-7197.13,32.1156,4.31096,920,0,0,5589,3155,0,0,0,0),(94369,25132,530,1,1,0,1,12639.6,-7209.45,32.1155,0.296706,920,0,0,5589,3155,0,0,0,0),(94368,25132,530,1,1,0,1,12654,-7187.21,32.1156,5.49779,920,0,0,5589,3155,0,0,0,0),(94367,25132,530,1,1,0,1,12654.7,-7163.87,32.0938,0.221469,920,0,0,5589,3155,0,0,0,0),(94366,25132,530,1,1,0,1,12680.8,-7190.65,32.1155,0.593412,920,0,0,5589,3155,0,0,0,0),(94365,25132,530,1,1,0,1,12650.4,-7227.82,32.1155,4.36332,920,0,0,5589,3155,0,0,0,0),(94364,25158,530,1,1,22711,0,12221.2,-7096.87,24.4145,3.28266,12660,0,0,7580000,0,0,0,0,0),(94363,25160,530,1,1,22965,0,12164.9,-7066.29,72.0305,1.32201,12660,0,0,424900,3387,0,0,0,0),(94362,24991,530,1,1,20559,0,12915.4,-6646.39,10.7231,0.993928,180,0,0,57,0,0,0,0,0),(94361,25091,530,1,1,21072,0,13317.5,-6988.85,4.13809,3.11521,180,0,0,57,0,0,0,0,0),(94360,25090,530,1,1,0,0,13200.6,-7048.38,3.82285,3.17961,180,0,0,57,0,0,0,0,0),(94359,25092,530,1,1,0,0,13272.2,-7144.51,4.93783,3.72311,180,0,0,57,0,0,0,0,0),(94358,25049,530,1,1,0,0,12691.2,-6650.54,4.31934,3.07149,425,0,0,6761,0,0,0,0,0),(94357,25049,530,1,1,0,0,12690.4,-6647.67,4.46614,3.52309,425,0,0,6761,0,0,0,0,0),(94356,25049,530,1,1,0,0,12689,-6644.74,4.60986,3.55058,425,0,0,6761,0,0,0,0,0),(94355,25049,530,1,1,0,0,12689.1,-6653.9,4.27622,2.54134,450,0,0,6761,0,0,0,0,0),(94354,25027,530,1,1,0,0,12216.1,-6753.44,4.46701,6.21892,250,0,0,6761,0,0,0,0,0),(94353,25027,530,1,1,0,0,12041.9,-6811.55,2.31816,2.02804,250,0,0,6761,0,0,0,0,0),(94352,25027,530,1,1,0,0,11879.9,-6900.78,7.64539,0.801244,250,0,0,6761,0,0,0,0,0),(94351,25027,530,1,1,0,0,11667.1,-6938.93,9.42426,2.59981,250,0,0,6761,0,0,0,0,0),(94350,25027,530,1,1,0,0,11583.2,-6960.08,7.47485,5.28272,250,0,0,6761,0,0,0,0,0),(94349,25027,530,1,1,0,0,11684,-7220.82,5.47795,3.37735,250,0,0,6761,0,0,0,0,0),(94348,25027,530,1,1,0,0,11835.8,-7240.97,1.81198,5.07695,250,0,0,6761,0,0,0,0,0),(94347,25027,530,1,1,0,0,11620.3,-7104.92,3.18779,2.70506,250,0,0,6761,0,0,0,0,0),(94346,25027,530,1,1,0,0,11653.3,-7090,10.4912,3.05456,250,0,0,6761,0,0,0,0,0),(94345,25027,530,1,1,0,0,11648.1,-7051.55,6.70706,3.68995,250,0,0,6761,0,0,0,0,0),(94344,25027,530,1,1,0,0,11634.2,-7020.59,4.10396,3.98211,250,0,0,6761,0,0,0,0,0),(94343,25027,530,1,1,0,0,11680.7,-7025.95,15.0012,4.2303,250,0,0,6761,0,0,0,0,0),(94342,25027,530,1,1,0,0,11691.6,-7054.25,18.0676,2.71919,250,0,0,6761,0,0,0,0,0),(94341,25027,530,1,1,0,0,11709.9,-7090.31,21.0734,3.06791,250,0,0,6761,0,0,0,0,0),(94340,25027,530,1,1,0,0,11802.3,-7035.26,24.996,4.14548,250,0,0,6761,0,0,0,0,0),(94339,25027,530,1,1,0,0,11800.7,-7055.26,24.9745,3.75356,250,0,0,6761,0,0,0,0,0),(94338,25027,530,1,1,0,0,11796.5,-7071.92,26.267,2.9179,250,0,0,6761,0,0,0,0,0),(94337,25027,530,1,1,0,0,11805.1,-7086.47,25.9899,2.47808,250,0,0,6761,0,0,0,0,0),(94336,25027,530,1,1,0,0,11850.3,-7098.35,28.5336,2.40111,250,0,0,6761,0,0,0,0,0),(94335,25027,530,1,1,0,0,11863,-7074.91,27.6166,2.65558,250,0,0,6761,0,0,0,0,0),(94334,25027,530,1,1,0,0,11865.7,-7058.24,25.7891,3.05142,250,0,0,6761,0,0,0,0,0),(94333,25027,530,1,1,0,0,11865,-7033.55,25.7658,3.79912,250,0,0,6761,0,0,0,0,0),(94332,25027,530,1,1,0,0,11919.9,-7050.33,30.6959,4.2248,250,0,0,6761,0,0,0,0,0),(94331,25027,530,1,1,0,0,11928.5,-7056.43,32.2871,3.47082,250,0,0,6761,0,0,0,0,0),(94330,25027,530,1,1,0,0,11992.8,-7070.29,38.0136,5.66915,250,0,0,6761,0,0,0,0,0),(94329,25027,530,1,1,0,0,12021.1,-7068.54,34.982,1.53874,250,0,0,6761,0,0,0,0,0),(94328,25027,530,1,1,0,0,12110.9,-7102.05,27.7219,0.948905,250,0,0,6761,0,0,0,0,0),(94327,25027,530,1,1,0,0,12106.7,-7073.89,29.4297,0.986605,250,0,0,6761,0,0,0,0,0),(94326,6491,530,1,4294967295,0,0,12843.1,-6850.85,12.8124,5.87178,60,0,0,4120,0,0,0,0,0),(94325,24976,530,1,1,0,1,12691.8,-6648.18,4.38754,6.19757,700,0,0,5589,3155,2,0,0,0),(94324,24976,530,1,1,0,1,12694.5,-6790.08,7.08134,2.85578,700,0,0,5589,3155,0,0,0,0),(94323,24976,530,1,1,0,1,12706,-6808.94,7.08167,4.58681,700,0,0,5589,3155,0,0,0,0),(94322,24976,530,1,1,0,1,12724.6,-6797.18,7.08191,5.64003,700,0,0,5589,3155,0,0,0,0),(94321,24976,530,1,1,0,1,12712.9,-6778.41,7.08046,1.1397,700,0,0,5589,3155,0,0,0,0),(94320,24976,530,1,1,0,1,12748.7,-6698.04,2.72258,3.75404,700,0,0,5589,3155,0,0,0,0),(94319,24976,530,1,1,0,1,12762.1,-6726.29,2.71863,3.28396,700,0,0,5589,3155,0,0,0,0),(94318,24976,530,1,1,0,1,12812.5,-6745.93,0.461605,3.91325,700,0,0,5589,3155,0,0,0,0),(94317,24976,530,1,1,0,1,12776.3,-6732.34,2.28927,0.308268,700,0,0,5589,3155,0,0,0,0),(94316,24976,530,1,1,0,1,12799.8,-6720.97,2.28866,3.76559,700,0,0,5589,3155,0,0,0,0),(94315,24976,530,1,1,0,1,12818.3,-6698.67,2.67482,3.84743,700,0,0,5589,3155,0,0,0,0),(94314,24976,530,1,1,0,1,12805.5,-6671.8,2.67589,3.76498,700,0,0,5589,3155,0,0,0,0),(94313,24976,530,1,1,0,1,12775.7,-6672.63,2.28771,3.49952,700,0,0,5589,3155,0,0,0,0),(94312,24976,530,1,1,0,1,12753.2,-6682.36,2.28874,0.498508,700,0,0,5589,3155,0,0,0,0),(94311,24976,530,1,1,0,1,12670.1,-6646.14,7.02252,5.19382,700,0,0,5589,3155,0,0,0,0),(94310,24976,530,1,1,0,1,12676.1,-6643.3,7.0243,5.30614,700,0,0,5589,3155,0,0,0,0),(94309,24976,530,1,1,0,1,12689.2,-6627.58,4.6838,6.2007,700,0,0,5589,3155,2,0,0,0),(94308,24976,530,1,1,0,1,12699,-6683.05,2.54011,4.49639,700,0,0,5589,3155,0,0,0,0),(94307,24976,530,1,1,0,1,12698.5,-6686.15,3.19096,1.3705,700,0,0,5589,3155,0,0,0,0),(94306,24976,530,1,1,0,1,12690.6,-6686.43,3.89516,2.80385,700,0,0,5589,3155,2,0,0,0),(94305,24976,530,1,1,0,1,12684.6,-6698.61,3.82967,1.11446,700,0,0,5589,3155,0,0,0,0),(94304,24976,530,1,1,0,1,12686.7,-6694.69,3.97621,4.12646,700,0,0,5589,3155,0,0,0,0),(94303,24976,530,1,1,0,1,12668.8,-6685.63,4.89474,0.96366,700,0,0,5589,3155,0,0,0,0),(94302,24976,530,1,1,0,1,12670.8,-6682.64,4.77111,3.94188,700,0,0,5589,3155,0,0,0,0),(94301,24976,530,1,1,0,1,12626.7,-6697,7.41318,6.23325,700,0,0,5589,3155,0,0,0,0),(94300,24976,530,1,1,0,1,12626.8,-6702.56,7.40842,0.12207,700,0,0,5589,3155,0,0,0,0),(94299,24978,530,1,1,0,1,12730.4,-6832.68,6.05992,2.18295,600,0,0,5589,3155,0,0,0,0),(94298,24978,530,1,1,0,1,12717.5,-6787.1,7.03369,3.90926,600,0,0,5589,3155,0,0,0,0),(94297,24978,530,1,1,0,1,12701.7,-6800.56,7.03341,0.97894,600,0,0,5589,3155,0,0,0,0),(94296,24978,530,1,1,0,1,12716.4,-6801.53,7.03396,2.45627,600,0,0,5589,3155,0,0,0,0),(94295,24978,530,1,1,0,1,12702.9,-6786.36,7.03549,5.40937,600,0,0,5589,3155,0,0,0,0),(94294,24978,530,1,1,0,1,12670.2,-6812.42,5.5193,6.26546,600,0,0,5589,3155,0,0,0,0),(94293,24978,530,1,1,0,1,12838,-6722.7,1.03416,5.75338,600,0,0,5589,3155,0,0,0,0),(94292,24978,530,1,1,0,1,12820.6,-6760.14,1.39103,3.58568,600,0,0,5589,3155,0,0,0,0),(94291,24978,530,1,1,0,1,12764,-6795.94,6.09497,3.19691,600,0,0,5589,3155,0,0,0,0),(94290,24978,530,1,1,0,1,12775.1,-6774.4,2.69635,4.25719,600,0,0,5589,3155,0,0,0,0),(94289,24978,530,1,1,0,1,12781.5,-6754.72,1.64079,5.09757,600,0,0,5589,3155,0,0,0,0),(94288,24978,530,1,1,0,1,12759.5,-6696.21,18.7513,5.18789,600,0,0,5589,3155,0,0,0,0),(94287,24978,530,1,1,0,1,12782.6,-6686.01,18.7504,5.17611,600,0,0,5589,3155,0,0,0,0),(94286,24978,530,1,1,0,1,12770,-6718.51,18.7513,1.96384,600,0,0,5589,3155,0,0,0,0),(94285,24978,530,1,1,0,1,12793,-6707.21,18.7516,2.0306,600,0,0,5589,3155,0,0,0,0),(94284,24978,530,1,1,0,1,12826.2,-6683.58,5.00234,2.88668,600,0,0,5589,3155,0,0,0,0),(94283,24978,530,1,1,0,1,12822.7,-6674.9,5.00234,4.01765,600,0,0,5589,3155,0,0,0,0),(94282,24978,530,1,1,0,1,12772.4,-6712.68,2.27262,1.10697,600,0,0,5589,3155,0,0,0,0),(94281,24978,530,1,1,0,1,12786.9,-6705.36,2.26545,2.6542,600,0,0,5589,3155,0,0,0,0),(94280,24978,530,1,1,0,1,12780.9,-6691.22,2.2614,4.33103,600,0,0,5589,3155,0,0,0,0),(94279,24978,530,1,1,0,1,12766.2,-6696.76,2.27275,5.89004,600,0,0,5589,3155,0,0,0,0),(94278,24978,530,1,1,0,1,12736.2,-6744.13,0.319372,0.65929,600,0,0,5589,3155,0,0,0,0),(94277,24978,530,1,1,0,1,12720.1,-6707,0.325278,5.7958,600,0,0,5589,3155,0,0,0,0),(94276,24978,530,1,1,0,1,12664.2,-6628.15,7.01759,5.22403,600,0,0,5589,3155,0,0,0,0),(94275,24978,530,1,1,0,1,12604.6,-6673.48,5.011,2.22381,600,0,0,5589,3155,0,0,0,0),(94274,24978,530,1,1,0,1,12614.6,-6632.94,4.908,2.42408,600,0,0,5589,3155,0,0,0,0),(94273,24978,530,1,1,0,1,12624.3,-6642.6,5.645,5.85235,600,0,0,5589,3155,0,0,0,0),(94272,24978,530,1,1,0,1,12593.9,-6665.05,5.446,5.39682,600,0,0,5589,3155,0,0,0,0),(94271,24978,530,1,1,0,1,12637,-6681.78,4.71687,2.12564,600,0,0,5589,3155,0,0,0,0),(94270,24978,530,1,1,0,1,12650.3,-6671.85,4.57117,5.96231,600,0,0,5589,3155,0,0,0,0),(94269,24978,530,1,1,0,1,12640.9,-6732.42,5.08842,2.66364,600,0,0,5589,3155,0,0,0,0),(94268,24978,530,1,1,0,1,12617.9,-6724.08,5.5832,6.11546,600,0,0,5589,3155,0,0,0,0),(94267,24978,530,1,1,0,1,12601.9,-6696.23,7.36708,5.89006,600,0,0,5589,3155,0,0,0,0),(94266,24978,530,1,1,0,1,12601.8,-6704.28,7.36639,0.524215,600,0,0,5589,3155,0,0,0,0),(94265,24978,530,1,1,0,1,12667.9,-6729.69,4.53948,1.57979,600,0,0,5589,3155,0,0,0,0),(94264,24978,530,1,1,0,1,12666.9,-6632.91,22.9112,2.28037,600,0,0,5589,3155,0,0,0,0),(94263,24979,530,1,1,0,1,12661.7,-6647.33,22.9033,4.69233,700,0,0,5589,3155,0,0,0,0),(94262,24979,530,1,1,0,1,12680.4,-6636.73,22.9025,5.9961,700,0,0,5589,3155,0,0,0,0),(94261,24979,530,1,1,0,1,12688.4,-6624.05,22.9022,5.62303,700,0,0,5589,3155,0,0,0,0),(94260,24979,530,1,1,0,1,12646.4,-6647.75,22.9036,4.99393,700,0,0,5589,3155,0,0,0,0),(94259,24979,530,1,1,0,1,12692.8,-6655.74,3.91284,0.026384,700,0,0,5589,3155,2,0,0,0),(94258,24979,530,1,1,0,1,12660.7,-6596.05,4.56759,5.20923,700,0,0,5589,3155,0,0,0,0),(94257,24979,530,1,1,0,1,12666.4,-6592.96,5.02305,4.87543,700,0,0,5589,3155,0,0,0,0),(94256,24979,530,1,1,0,1,12675,-6591.64,5.38248,4.51965,700,0,0,5589,3155,0,0,0,0),(94255,24979,530,1,1,0,1,12682.2,-6592.91,5.41698,4.24397,700,0,0,5589,3155,0,0,0,0),(94254,24979,530,1,1,0,1,12796,-6737.25,18.8756,5.38358,700,0,0,5589,3155,0,0,0,0),(94253,24979,530,1,1,0,1,12761.7,-6663.98,18.8759,1.865,700,0,0,5589,3155,0,0,0,0),(94252,24979,530,1,1,0,1,12761.7,-6649.4,-0.789808,0.0860729,700,0,0,5589,3155,0,0,0,0),(94251,24979,530,1,1,0,1,12706.6,-6741.57,4.11793,3.68712,700,0,0,5589,3155,0,0,0,0),(94250,24979,530,1,1,0,1,12707.7,-6747.59,4.15349,3.64,700,0,0,5589,3155,0,0,0,0),(94249,24979,530,1,1,0,1,12709.2,-6754.35,4.34263,3.48685,700,0,0,5589,3155,0,0,0,0),(94248,25225,530,1,1,0,0,12735.7,-6630.99,2.32646,3.12085,90,0,0,2097,0,0,0,0,0),(94247,25225,530,1,1,0,0,12733.2,-6645.98,1.12147,3.1719,90,0,0,2097,0,0,0,0,0),(94246,5202,530,1,1,0,0,12685.1,-6753.48,5.03629,0.442888,180,0,0,42,0,0,0,0,0),(94245,5202,530,1,1,0,0,12671.4,-6613.1,5.18267,1.22098,180,0,0,42,0,0,0,0,0),(94244,5202,530,1,1,0,0,12675.9,-6612.5,5.29466,1.67965,180,0,0,42,0,0,0,0,0),(94243,5202,530,1,1,0,0,12679.4,-6612.92,5.32855,1.7739,180,0,0,42,0,0,0,0,0),(94242,5202,530,1,1,0,0,12686.8,-6758.03,5.11337,0.431894,180,0,0,42,0,0,0,0,0),(94241,5202,530,1,1,0,0,12689.3,-6762.36,4.98655,0.459904,180,0,0,42,0,0,0,0,0),(94240,25028,530,1,1,0,0,11577.5,-7009.4,0.701381,5.6248,250,4,0,6761,0,1,0,0,0),(94239,25028,530,1,1,0,0,11546.3,-7000.11,6.91098,5.94681,250,4,0,6761,0,1,0,0,0),(94238,25028,530,1,1,0,0,11841.1,-6985.97,27.9641,0.802462,250,4,0,6761,0,1,0,0,0),(94237,25028,530,1,1,0,0,11828,-6989.72,28.1304,0.00528288,250,4,0,6761,0,1,0,0,0),(94236,25028,530,1,1,0,0,11769.9,-6978.49,26.5486,6.00965,250,4,0,6761,0,1,0,0,0),(94235,25028,530,1,1,0,0,11791.3,-7122.6,66.8166,0.146655,250,4,0,6761,0,1,0,0,0),(94234,25028,530,1,1,0,0,11784.4,-7123.62,66.8166,0.146655,250,4,0,6761,0,1,0,0,0),(94233,25028,530,1,1,0,0,11777.4,-7124.65,66.8166,0.146655,250,4,0,6761,0,1,0,0,0),(94232,25028,530,1,1,0,0,11772.8,-7125.33,66.8166,0.170217,250,4,0,6761,0,1,0,0,0),(94231,25028,530,1,1,0,0,11791.3,-7127.77,66.8166,0.62182,250,4,0,6761,0,1,0,0,0),(94230,25028,530,1,1,0,0,11786.7,-7128.23,66.8166,0.0995304,250,4,0,6761,0,1,0,0,0),(94229,25028,530,1,1,0,0,11779.8,-7128.92,66.8166,0.0995304,250,4,0,6761,0,1,0,0,0),(94228,25028,530,1,1,0,0,11775.1,-7129.39,66.8166,0.00920963,250,4,0,6761,0,1,0,0,0),(94227,25028,530,1,1,0,0,11790.9,-7132.92,66.8166,0.0641885,250,4,0,6761,0,1,0,0,0),(94226,25028,530,1,1,0,0,11788.6,-7133.06,66.8166,6.27669,250,4,0,6761,0,1,0,0,0),(94225,25028,530,1,1,0,0,11781.6,-7133.96,66.8166,0.162364,250,4,0,6761,0,1,0,0,0),(94224,25028,530,1,1,0,0,11775.8,-7134.13,66.8166,6.27669,250,4,0,6761,0,1,0,0,0),(94223,25028,530,1,1,0,0,12065.2,-7054.52,35.0453,1.34046,250,4,0,6761,0,1,0,0,0),(94222,25028,530,1,1,0,0,12058.6,-7076.96,34.5177,0.213413,250,4,0,6761,0,1,0,0,0),(94221,25028,530,1,1,0,0,11885.4,-7036.03,28.8217,6.11176,250,4,0,6761,0,1,0,0,0),(94220,25028,530,1,1,0,0,11867.1,-7038.26,26.3575,0.37835,250,4,0,6761,0,1,0,0,0),(94219,25028,530,1,1,0,0,11852.7,-7054.89,25.9019,1.16768,250,4,0,6761,0,1,0,0,0),(94218,25028,530,1,1,0,0,11839.1,-7076.4,27.6426,5.62874,250,4,0,6761,0,1,0,0,0),(94217,25028,530,1,1,0,0,11826.6,-7066.04,25.5344,5.89185,250,4,0,6761,0,1,0,0,0),(94216,25028,530,1,1,0,0,11742.4,-7086.28,24.888,2.50286,250,4,0,6761,0,1,0,0,0),(94215,25028,530,1,1,0,0,11857,-7170.42,29.4202,5.01613,250,4,0,6761,0,1,0,0,0),(94214,25028,530,1,1,0,0,11828.8,-7156.63,28.3188,5.76619,250,4,0,6761,0,1,0,0,0),(94213,25028,530,1,1,0,0,11778.8,-7150.09,28.2676,0.413696,250,4,0,6761,0,1,0,0,0),(94212,25028,530,1,1,0,0,11736.1,-7153.78,28.5588,6.09213,250,4,0,6761,0,1,0,0,0),(94211,25028,530,1,1,0,0,11709.2,-7146.72,26.4529,0.445112,250,4,0,6761,0,1,0,0,0),(94210,25028,530,1,1,0,0,11745.6,-7185.94,6.7963,3.09583,250,4,0,6761,0,1,0,0,0),(94209,25028,530,1,1,0,0,11840.1,-7196.06,9.91402,5.29102,250,4,0,6761,0,1,0,0,0),(94208,25028,530,1,1,0,0,11824.4,-7183.04,10.0349,5.87221,250,4,0,6761,0,1,0,0,0),(94207,25028,530,1,1,0,0,11785.3,-7179.01,9.7016,6.26491,250,4,0,6761,0,1,0,0,0),(94206,25028,530,1,1,0,0,11762.3,-7182.23,5.9203,0.174147,250,4,0,6761,0,1,0,0,0),(94205,25028,530,1,1,0,0,11602.6,-7131.55,6.12904,5.00042,250,4,0,6761,0,1,0,0,0),(94204,25028,530,1,1,0,0,11589.4,-7124.32,1.32514,5.87221,250,4,0,6761,0,1,0,0,0),(94203,25028,530,1,1,0,0,11586.8,-7116.88,0.635812,4.57631,250,4,0,6761,0,1,0,0,0),(94202,25028,530,1,1,0,0,11599.6,-7106.68,-0.292655,4.13648,250,4,0,6761,0,1,0,0,0),(94201,25028,530,1,1,0,0,11609.6,-7090.19,0.706613,0.680731,250,4,0,6761,0,1,0,0,0),(94200,25028,530,1,1,0,0,11658.7,-7076.3,11.2887,4.17575,250,4,0,6761,0,1,0,0,0),(94199,25028,530,1,1,0,0,11666.1,-7067.34,12.4642,3.66132,250,4,0,6761,0,1,0,0,0),(94197,25028,530,1,1,0,0,11692.6,-7043.17,18.6606,4.00297,250,4,0,6761,0,1,0,0,0),(94195,25028,530,1,1,0,0,11706,-7026.97,21.1193,4.94937,250,4,0,6761,0,1,0,0,0),(94194,25028,530,1,1,0,0,11703.5,-7018.08,20.0001,5.92326,250,4,0,6761,0,1,0,0,0),(94193,25028,530,1,1,0,0,11693.8,-7014.31,16.7984,5.60518,250,4,0,6761,0,1,0,0,0),(94192,25028,530,1,1,0,0,11681.5,-7000.25,16.4063,5.55412,250,4,0,6761,0,1,0,0,0),(94191,25028,530,1,1,0,0,11656,-6997.67,13.4677,6.27276,250,4,0,6761,0,1,0,0,0),(94190,25028,530,1,1,0,0,11630.7,-7008.88,7.90234,0.629677,250,4,0,6761,0,1,0,0,0),(94189,25028,530,1,1,0,0,11665.3,-7033.33,11.4882,5.35385,250,4,0,6761,0,1,0,0,0),(94188,25028,530,1,1,0,0,11661.2,-7027.77,10.7442,0.594333,250,4,0,6761,0,1,0,0,0),(94187,25028,530,1,1,0,0,11663.5,-7040.4,11.4449,0.947762,250,4,0,6761,0,1,0,0,0),(94186,25028,530,1,1,0,0,11659.1,-7044.35,10.2188,2.31043,250,4,0,6761,0,1,0,0,0),(94185,25028,530,1,1,0,0,11667,-7039.52,12.3736,4.20716,250,4,0,6761,0,1,0,0,0),(94184,25028,530,1,1,0,0,11671.5,-7031.35,13.3447,5.16928,250,4,0,6761,0,1,0,0,0),(94183,25028,530,1,1,0,0,11658.5,-7035.75,10.007,6.24134,250,4,0,6761,0,1,0,0,0),(94182,25028,530,1,1,0,0,11637.7,-7038.04,5.45243,1.37973,250,4,0,6761,0,1,0,0,0),(94181,25028,530,1,1,0,0,11650.4,-7061.36,6.68844,1.28548,250,4,0,6761,0,1,0,0,0),(94180,25028,530,1,1,0,0,11637.3,-7079.45,4.27198,3.69273,250,4,0,6761,0,1,0,0,0),(94179,25028,530,1,1,0,0,11638.1,-7073.09,3.74414,0.519715,250,4,0,6761,0,1,0,0,0),(94177,25028,530,1,1,0,0,11629.1,-7068.99,2.40853,2.35362,250,4,0,6761,0,1,0,0,0),(94176,25028,530,1,1,0,0,11634.4,-7075.11,3.45872,2.85235,250,4,0,6761,0,1,0,0,0),(94175,25028,530,1,1,0,0,11641.2,-7076.84,4.91647,3.6456,250,4,0,6761,0,1,0,0,0),(94174,25028,530,1,1,0,0,11636.5,-7071.64,3.33639,0.0877462,250,4,0,6761,0,1,0,0,0),(94173,25028,530,1,1,0,0,11628.5,-7072.39,2.74036,0.621817,250,4,0,6761,0,1,0,0,0),(94172,25028,530,1,1,0,0,11631.5,-7080.01,3.51235,1.45041,250,4,0,6761,0,1,0,0,0),(94171,25028,530,1,1,0,0,11631,-7118.33,6.94662,4.33282,250,4,0,6761,0,1,0,0,0),(94170,25028,530,1,1,0,0,11636.6,-7120.03,8.10461,2.84057,250,4,0,6761,0,1,0,0,0),(94169,25028,530,1,1,0,0,11643.3,-7122.13,9.2821,2.07873,250,4,0,6761,0,1,0,0,0),(94166,25028,530,1,1,0,0,11638.2,-7117.36,8.12915,3.13117,250,4,0,6761,0,1,0,0,0),(94165,25028,530,1,1,0,0,11640,-7124.06,8.89896,1.07735,250,4,0,6761,0,1,0,0,0),(94164,25028,530,1,1,0,0,11636.5,-7128.56,7.78726,6.25705,250,4,0,6761,0,1,0,0,0),(94163,25028,530,1,1,0,0,11634.2,-7121.98,7.82697,4.31319,250,4,0,6761,0,1,0,0,0),(94162,25028,530,1,1,0,0,11638.1,-7114.81,7.84212,4.25822,250,4,0,6761,0,1,0,0,0),(94161,25028,530,1,1,0,0,11655.2,-7098.12,10.6854,3.70451,250,4,0,6761,0,1,0,0,0),(94160,25028,530,1,1,0,0,11662,-7093.63,12.1011,6.07641,250,4,0,6761,0,1,0,0,0),(94159,25028,530,1,1,0,0,11653.3,-7096.68,10.4227,0.759267,250,4,0,6761,0,1,0,0,0),(94158,25028,530,1,1,0,0,11648,-7101.2,9.19327,2.11408,250,4,0,6761,0,1,0,0,0),(94157,25028,530,1,1,0,0,11650.4,-7109.11,9.58227,2.26723,250,4,0,6761,0,1,0,0,0),(94156,25028,530,1,1,0,0,11658.9,-7105.41,11.1334,4.14041,250,4,0,6761,0,1,0,0,0),(94155,25028,530,1,1,0,0,11660.2,-7098.61,11.4496,3.65739,250,4,0,6761,0,1,0,0,0),(94154,25028,530,1,1,0,0,11672.5,-7091.64,13.6588,3.5278,250,4,0,6761,0,1,0,0,0),(94153,25028,530,1,1,0,0,11679.4,-7096.1,14.5509,2.98587,250,4,0,6761,0,1,0,0,0),(94152,25028,530,1,1,0,0,11689.8,-7098.1,16.2818,4.1247,250,4,0,6761,0,1,0,0,0),(94151,25028,530,1,1,0,0,11686.7,-7090.93,15.7985,6.13532,250,4,0,6761,0,1,0,0,0),(94150,25028,530,1,1,0,0,11677.3,-7090.68,14.0569,0.790681,250,4,0,6761,0,1,0,0,0),(94149,25028,530,1,1,0,0,11675,-7098.55,13.8775,1.89024,250,4,0,6761,0,1,0,0,0),(94148,25028,530,1,1,0,0,11687.8,-7098.4,16.1647,2.68742,250,4,0,6761,0,1,0,0,0),(94147,25028,530,1,1,0,0,11726.9,-7073.09,24.6411,4.95329,250,4,0,6761,0,1,0,0,0),(94146,25028,530,1,1,0,0,11727.3,-7059.18,24.7135,2.07088,250,4,0,6761,0,1,0,0,0),(94145,25028,530,1,1,0,0,11725.9,-7078.94,25.2402,1.47398,250,4,0,6761,0,1,0,0,0),(94144,25028,530,1,1,0,0,11723,-7090.19,24.6167,1.73709,250,4,0,6761,0,1,0,0,0),(94143,25028,530,1,1,0,0,11736.2,-7094.91,25.0706,4.36032,250,4,0,6761,0,1,0,0,0),(94142,25028,530,1,1,0,0,11732.2,-7073.28,25.2117,4.45457,250,4,0,6761,0,1,0,0,0),(94141,25028,530,1,1,0,0,11753.8,-7059.24,26.0138,1.03808,250,4,0,6761,0,1,0,0,0),(94140,25028,530,1,1,0,0,11744.7,-7077.95,24.4372,1.64284,250,4,0,6761,0,1,0,0,0),(94139,25028,530,1,1,0,0,11745.9,-7091.89,25.1825,2.40075,250,4,0,6761,0,1,0,0,0),(94138,25028,530,1,1,0,0,11759,-7084.7,23.9929,4.67448,250,4,0,6761,0,1,0,0,0),(94137,25028,530,1,1,0,0,11759.4,-7073.08,23.8028,4.64699,250,4,0,6761,0,1,0,0,0),(94136,25028,530,1,1,0,0,11766.9,-7051.36,25.0756,3.80661,250,4,0,6761,0,1,0,0,0),(94135,25028,530,1,1,0,0,11773.7,-7059.19,24.6661,1.45827,250,4,0,6761,0,1,0,0,0),(94134,25028,530,1,1,0,0,11772.4,-7070.81,24.17,2.37326,250,4,0,6761,0,1,0,0,0),(94133,25028,530,1,1,0,0,11780.4,-7079.23,25.4105,2.34577,250,4,0,6761,0,1,0,0,0),(94132,25028,530,1,1,0,0,11788,-7076.17,25.8581,4.74124,250,4,0,6761,0,1,0,0,0),(94131,25028,530,1,1,0,0,11786.5,-7069.33,25.7913,3.42962,250,4,0,6761,0,1,0,0,0),(94130,25028,530,1,1,0,0,11812,-7079.91,26.8844,5.62088,250,4,0,6761,0,1,0,0,0),(94129,25028,530,1,1,0,0,11798.9,-7066.96,25.4191,5.12608,250,4,0,6761,0,1,0,0,0),(94128,25028,530,1,1,0,0,11810.1,-7044.25,23.2578,3.9794,250,4,0,6761,0,1,0,0,0),(94127,25028,530,1,1,0,0,11819.2,-7035.25,22.9764,3.20971,250,4,0,6761,0,1,0,0,0),(94126,25028,530,1,1,0,0,11832.8,-7043.87,23.9972,1.77243,250,4,0,6761,0,1,0,0,0),(94125,25028,530,1,1,0,0,11825.6,-7080.94,27.6912,2.05125,250,4,0,6761,0,1,0,0,0),(94124,25028,530,1,1,0,0,11832.5,-7090.27,28.1429,3.60241,250,4,0,6761,0,1,0,0,0),(94123,25028,530,1,1,0,0,11863.9,-7088.22,29.2451,3.43748,250,4,0,6761,0,1,0,0,0),(94121,25028,530,1,1,0,0,11869.5,-7086.52,28.7933,5.00042,250,4,0,6761,0,1,0,0,0),(94120,25028,530,1,1,0,0,11867,-7077.53,27.8645,5.08289,250,4,0,6761,0,1,0,0,0),(94119,25028,530,1,1,0,0,11863.2,-7071.73,27.1758,6.23349,250,4,0,6761,0,1,0,0,0),(94118,25028,530,1,1,0,0,11857.5,-7077.16,28.5833,1.50147,250,4,0,6761,0,1,0,0,0),(94117,25028,530,1,1,0,0,11862.5,-7083.56,29.8636,3.50816,250,4,0,6761,0,1,0,0,0),(94116,25028,530,1,1,0,0,11874.2,-7078.31,29.125,3.95191,250,4,0,6761,0,1,0,0,0),(94115,25028,530,1,1,0,0,11882.8,-7058.46,26.2301,3.68488,250,4,0,6761,0,1,0,0,0),(94114,25028,530,1,1,0,0,11905.9,-7048.15,29.4801,2.28294,250,4,0,6761,0,1,0,0,0),(94113,25028,530,1,1,0,0,11909.7,-7052.56,28.5497,4.61165,250,4,0,6761,0,1,0,0,0),(94112,25028,530,1,1,0,0,11905.5,-7053.97,28.4391,0.158439,250,4,0,6761,0,1,0,0,0),(94111,25028,530,1,1,0,0,11897.4,-7055.25,27.6059,0.900641,250,4,0,6761,0,1,0,0,0),(94110,25028,530,1,1,0,0,11893.7,-7061.16,27.7986,2.12979,250,4,0,6761,0,1,0,0,0),(94109,25028,530,1,1,0,0,11904.1,-7062.58,26.8451,3.00551,250,4,0,6761,0,1,0,0,0),(94108,25028,530,1,1,0,0,11910.9,-7063.95,28.2988,2.68742,250,4,0,6761,0,1,0,0,0),(94107,25028,530,1,1,0,0,11940.3,-7080.91,31.4697,0.452964,250,4,0,6761,0,1,0,0,0),(94106,25028,530,1,1,0,0,11931,-7076.18,31.3614,2.45966,250,4,0,6761,0,1,0,0,0),(94105,25028,530,1,1,0,0,11940.2,-7075.12,32.619,1.83919,250,4,0,6761,0,1,0,0,0),(94104,25028,530,1,1,0,0,11941.3,-7084.33,31.1251,0.0445566,250,4,0,6761,0,1,0,0,0),(94103,25028,530,1,1,0,0,11935.1,-7077.29,31.623,4.8669,250,4,0,6761,0,1,0,0,0),(94102,25028,530,1,1,0,0,11934,-7066.87,32.9442,4.87083,250,4,0,6761,0,1,0,0,0),(94101,25028,530,1,1,0,0,11932,-7052.02,33.0531,3.0762,250,4,0,6761,0,1,0,0,0),(94100,25028,530,1,1,0,0,11943.2,-7064.56,34.6727,1.96486,250,4,0,6761,0,1,0,0,0),(94099,25028,530,1,1,0,0,11948.9,-7077.41,33.4396,3.86552,250,4,0,6761,0,1,0,0,0),(94098,25028,530,1,1,0,0,11965.3,-7068.54,36.5758,2.80524,250,4,0,6761,0,1,0,0,0),(94097,25028,530,1,1,0,0,11978.8,-7072.58,37.74,3.18223,250,4,0,6761,0,1,0,0,0),(94096,25028,530,1,1,0,0,12004.8,-7084.14,37.7587,2.47144,250,4,0,6761,0,1,0,0,0),(94095,25028,530,1,1,0,0,12010,-7088.69,37.636,0.390137,250,4,0,6761,0,1,0,0,0),(94094,25028,530,1,1,0,0,11998.4,-7088.8,37.9005,5.84866,250,4,0,6761,0,1,0,0,0),(94093,25028,530,1,1,0,0,12000,-7080.89,38.1275,4.7059,250,4,0,6761,0,1,0,0,0),(94092,25028,530,1,1,0,0,12003.9,-7056.98,36.3579,3.21757,250,4,0,6761,0,1,0,0,0),(94091,25028,530,1,1,0,0,12007.2,-7060.33,36.0737,0.0367103,250,4,0,6761,0,1,0,0,0),(94090,25028,530,1,1,0,0,11998.3,-7057.52,36.628,5.04362,250,4,0,6761,0,1,0,0,0),(94089,25028,530,1,1,0,0,12003.3,-7046.01,37.6835,3.39822,250,4,0,6761,0,1,0,0,0),(94088,25028,530,1,1,0,0,12008.9,-7055.21,36.2704,3.09584,250,4,0,6761,0,1,0,0,0),(94087,25028,530,1,1,0,0,12057.3,-7060.05,34.2542,0.519732,250,4,0,6761,0,1,0,0,0),(94086,25028,530,1,1,0,0,12046.1,-7066.45,33.314,1.96094,250,4,0,6761,0,1,0,0,0),(94085,25028,530,1,1,0,0,12055.8,-7091.44,34.5041,0.751424,250,4,0,6761,0,1,0,0,0),(94084,25028,530,1,1,0,0,12042.5,-7087.15,35.5152,5.90364,250,4,0,6761,0,1,0,0,0),(94083,25028,530,1,1,0,0,12034.5,-7082.5,35.1996,5.59733,250,4,0,6761,0,1,0,0,0),(94082,25028,530,1,1,0,0,12032.2,-7071.28,33.9069,4.76874,250,4,0,6761,0,1,0,0,0),(94081,25028,530,1,1,0,0,12040.1,-7063.01,33.0841,3.28041,250,4,0,6761,0,1,0,0,0),(94080,25028,530,1,1,0,0,12060.7,-7041.87,38.5643,1.88554,250,4,0,6761,0,1,0,0,0),(94079,25028,530,1,1,0,0,12066.3,-7082.45,34.6702,1.26508,250,4,0,6761,0,1,0,0,0),(94078,25028,530,1,1,0,0,12066.4,-7091.05,35.5074,0.365796,250,4,0,6761,0,1,0,0,0),(94077,25028,530,1,1,0,0,12044.5,-7071.19,73.4503,3.44063,250,4,0,6761,0,1,0,0,0),(94076,25028,530,1,1,0,0,12049.2,-7071.36,73.4534,5.31381,250,4,0,6761,0,1,0,0,0),(94075,25028,530,1,1,0,0,12044.8,-7063.21,73.1162,1.15905,250,4,0,6761,0,1,0,0,0),(94074,25028,530,1,1,0,0,12042,-7069.62,73.4536,2.04812,250,4,0,6761,0,1,0,0,0),(94073,25028,530,1,1,0,0,12046.3,-7077.95,73.4546,2.25861,250,4,0,6761,0,1,0,0,0),(94072,25028,530,1,1,0,0,12046.4,-7083.71,72.6806,1.58631,250,4,0,6761,0,1,0,0,0),(94071,25028,530,1,1,0,0,12110.9,-7060.39,28.7036,6.22801,250,4,0,6761,0,1,0,0,0),(94070,25028,530,1,1,0,0,12100.5,-7057.83,30.6785,2.26567,250,4,0,6761,0,1,0,0,0),(94069,25028,530,1,1,0,0,12100.5,-7069.07,30.5221,2.65916,250,4,0,6761,0,1,0,0,0),(94068,25028,530,1,1,0,0,12120,-7049.18,28.7001,2.45888,250,4,0,6761,0,1,0,0,0),(94067,25028,530,1,1,0,0,12121.2,-7060.87,27.7496,1.67662,250,4,0,6761,0,1,0,0,0),(94066,25028,530,1,1,0,0,12111.6,-7078.67,28.4515,5.78661,250,4,0,6761,0,1,0,0,0),(94065,25028,530,1,1,0,0,12106.1,-7052.51,30.018,4.05795,250,4,0,6761,0,1,0,0,0),(94064,25028,530,1,1,0,0,12113.2,-7043.25,29.4367,3.11547,250,4,0,6761,0,1,0,0,0),(94063,25028,530,1,1,0,0,12124.8,-7043.56,28.4173,2.17613,250,4,0,6761,0,1,0,0,0),(94062,25028,530,1,1,0,0,12131.8,-7054.28,25.4305,1.54703,250,4,0,6761,0,1,0,0,0),(94061,25028,530,1,1,0,0,12128,-7072.59,24.4959,1.36325,250,4,0,6761,0,1,0,0,0),(94060,25028,530,1,1,0,0,12124.6,-7088.48,24.4658,1.36325,250,4,0,6761,0,1,0,0,0),(94059,25028,530,1,1,0,0,12119.2,-7096.03,25.2891,0.945415,250,4,0,6761,0,1,0,0,0),(94058,25028,530,1,1,0,0,12111.4,-7101.15,27.5291,6.02694,250,4,0,6761,0,1,0,0,0),(94057,25028,530,1,1,0,0,12104.6,-7091.6,29.2507,5.31851,250,4,0,6761,0,1,0,0,0),(94056,25028,530,1,1,0,0,12101,-7085.65,30.5565,3.43277,250,4,0,6761,0,1,0,0,0),(94055,25028,530,1,1,0,0,12114.3,-7081.28,27.6969,3.9582,250,4,0,6761,0,1,0,0,0),(94054,25028,530,1,1,0,0,12123,-7071.95,25.9334,4.63679,250,4,0,6761,0,1,0,0,0),(94053,25028,530,1,1,0,0,12124.5,-7052.12,27.5656,4.63679,250,4,0,6761,0,1,0,0,0),(94052,25028,530,1,1,0,0,12240.4,-7166.59,27.5898,2.0167,250,4,0,6761,0,1,0,0,0),(94051,25028,530,1,1,0,0,12244.4,-7174.99,26.6102,2.85236,250,4,0,6761,0,1,0,0,0),(94050,25028,530,1,1,0,0,12251.1,-7176.97,26.734,4.26608,250,4,0,6761,0,1,0,0,0),(94049,25028,530,1,1,0,0,12255.6,-7167.5,28.8693,5.31616,250,4,0,6761,0,1,0,0,0),(94048,25028,530,1,1,0,0,12252.9,-7151.75,30.924,0.56293,250,4,0,6761,0,1,0,0,0),(94047,25028,530,1,1,0,0,12245,-7156.7,29.1814,2.92541,250,4,0,6761,0,1,0,0,0),(94046,25028,530,1,1,0,0,12258.7,-7159.7,30.8322,1.51169,250,4,0,6761,0,1,0,0,0),(94045,25028,530,1,1,0,0,12247.3,-7162.93,28.6691,5.96019,250,4,0,6761,0,1,0,0,0),(94044,25028,530,1,1,0,0,12237.3,-7159.59,27.586,5.96019,250,4,0,6761,0,1,0,0,0),(94043,25028,530,1,1,0,0,12210.1,-7148.82,24.3643,5.97197,250,4,0,6761,0,1,0,0,0),(94042,25028,530,1,1,0,0,12210.2,-7141.58,23.4145,6.18795,250,4,0,6761,0,1,0,0,0),(94041,25028,530,1,1,0,0,12203.6,-7146.43,22.8233,2.20127,250,4,0,6761,0,1,0,0,0),(94040,25028,530,1,1,0,0,12208.4,-7152.99,24.1548,1.67034,250,4,0,6761,0,1,0,0,0),(94039,25028,530,1,1,0,0,12209.3,-7162.25,23.0809,2.7699,250,4,0,6761,0,1,0,0,0),(94038,25028,530,1,1,0,0,12213.7,-7163.96,23.3222,3.97313,250,4,0,6761,0,1,0,0,0),(94037,25028,530,1,1,0,0,12216.2,-7152.64,24.8415,5.26197,250,4,0,6761,0,1,0,0,0),(94036,25028,530,1,1,0,0,12213.2,-7147.68,24.6599,4.79073,250,4,0,6761,0,1,0,0,0),(94035,25028,530,1,1,0,0,12227.3,-7051.33,22.6639,5.29339,250,4,0,6761,0,1,0,0,0),(94033,25028,530,1,1,0,0,12215.8,-7046.37,21.0047,1.84078,250,4,0,6761,0,1,0,0,0),(94034,25028,530,1,1,0,0,12222.2,-7043.49,21.3704,0.423923,250,4,0,6761,0,1,0,0,0),(94031,25028,530,1,1,0,0,12225.8,-7057.7,22.7745,3.776,250,4,0,6761,0,1,0,0,0),(94032,25028,530,1,1,0,0,12217.7,-7053.11,21.2521,2.62618,250,4,0,6761,0,1,0,0,0),(94029,25028,530,1,1,0,0,12222.5,-7047.86,21.5475,5.71437,250,4,0,6761,0,1,0,0,0),(94030,25028,530,1,1,0,0,12231.4,-7053.55,23.8914,5.71437,250,4,0,6761,0,1,0,0,0),(94028,25028,530,1,1,0,0,12206.4,-7032.32,20.1665,1.27216,250,4,0,6761,0,1,0,0,0),(94027,25028,530,1,1,0,0,12204,-7040.02,20.5402,1.27216,250,4,0,6761,0,1,0,0,0),(94026,25028,530,1,1,0,0,12202,-7046.65,20.3496,5.93742,250,4,0,6761,0,1,0,0,0),(94025,25028,530,1,1,0,0,12191.1,-7039.97,19.0697,4.64544,250,4,0,6761,0,1,0,0,0),(94024,25028,530,1,1,0,0,12195,-7031.52,19.9269,3.44535,250,4,0,6761,0,1,0,0,0),(94023,25028,530,1,1,0,0,12204.9,-7028.4,19.8296,1.30278,250,4,0,6761,0,1,0,0,0),(94022,25028,530,1,1,0,0,12201.9,-7039.41,20.2854,0.636766,250,4,0,6761,0,1,0,0,0),(94021,25028,530,1,1,0,0,12187.7,-7049.86,19.0879,5.71672,250,4,0,6761,0,1,0,0,0),(94020,25028,530,1,1,0,0,12180.1,-7047.05,17.9921,0.646191,250,4,0,6761,0,1,0,0,0),(94019,25028,530,1,1,0,0,12177.9,-7056.09,17.2716,2.37407,250,4,0,6761,0,1,0,0,0),(94018,25028,530,1,1,0,0,12184.9,-7062.12,18.2623,3.61892,250,4,0,6761,0,1,0,0,0),(94017,25028,530,1,1,0,0,12196.3,-7056.23,19.8011,3.63463,250,4,0,6761,0,1,0,0,0),(94016,25030,530,1,1,0,1,12249.1,-7160.28,29.3579,6.03796,1,3,0,6491,3080,1,0,0,0),(94015,25030,530,1,1,0,1,12210.5,-7152.12,24.593,4.42397,1,3,0,6491,3080,1,0,0,0),(94014,25030,530,1,1,0,1,12223.6,-7053.35,22.0234,5.8102,1,3,0,6491,3080,1,0,0,0),(94013,25030,530,1,1,0,1,12200.3,-7036.8,20.0714,0.68234,1,3,0,6491,3080,1,0,0,0),(94012,25030,530,1,1,0,1,12187.7,-7055.41,19.1018,1.18892,1,3,0,6491,3080,1,0,0,0),(94011,25030,530,1,1,0,1,12002.8,-7086.44,37.8136,5.09628,1,3,0,6491,3080,1,0,0,0),(94010,25030,530,1,1,0,1,12005.9,-7055.34,36.3564,1.03813,1,3,0,6491,3080,1,0,0,0),(94009,25030,530,1,1,0,1,11937.1,-7075.02,32.2254,5.39002,1,3,0,6491,3080,1,0,0,0),(94008,25030,530,1,1,0,1,11900.3,-7059.85,27.0343,5.36961,1,3,0,6491,3080,1,0,0,0),(94007,25030,530,1,1,0,1,11865.5,-7080.68,28.6349,6.16757,1,3,0,6491,3080,1,0,0,0),(94006,25030,530,1,1,0,1,11784,-7072.25,25.5529,0.771883,1,3,0,6491,3080,1,0,0,0),(94005,25030,530,1,1,0,1,11730.5,-7079.22,25.4133,0.905399,1,3,0,6491,3080,1,0,0,0),(94004,25030,530,1,1,0,1,11680.8,-7092.85,14.6685,2.41808,1,3,0,6491,3080,1,0,0,0),(94003,25030,530,1,1,0,1,11663.5,-7037.3,11.2245,1.23449,1,3,0,6491,3080,1,0,0,0),(94002,25030,530,1,1,0,1,11657,-7099.12,10.9323,1.28554,1,3,0,6491,3080,1,0,0,0),(94001,25030,530,1,1,0,1,11637.4,-7121.87,8.33953,4.59207,1,3,0,6491,3080,1,0,0,0),(94000,25030,530,1,1,0,1,11634.5,-7076.38,3.58185,6.17072,1,3,0,6491,3080,1,0,0,0),(93999,25033,530,1,1,0,1,11766.8,-7096.56,55.6564,2.42044,1,0,0,6986,0,0,0,0,0),(93998,25033,530,1,1,0,1,11717.2,-7021.81,39.8711,3.72814,1,0,0,6986,0,0,0,0,0),(93997,25033,530,1,1,0,1,11774.6,-7036.13,54.2206,4.42871,1,0,0,6986,0,0,0,0,0),(93996,25033,530,1,1,0,1,11739.6,-7074.08,82.1196,1.50389,1,0,0,6986,0,0,0,0,0),(93995,25033,530,1,1,0,1,11828.6,-7024.85,66.8174,4.17032,1,0,0,6986,0,0,0,0,0),(93994,25033,530,1,1,0,1,12046.8,-7040.89,48.5351,4.71854,1,0,0,6986,0,0,0,0,0),(93993,25033,530,1,1,0,1,12045.5,-7071.58,73.4483,3.09513,1,0,0,6986,0,0,0,0,0),(93992,25031,530,1,1,0,1,12113.3,-7086.85,27.1612,3.09513,1,1,0,17232,32310,1,0,0,0),(93991,25031,530,1,1,0,1,12114.8,-7058.9,28.7152,3.20116,1,1,0,17232,32310,1,0,0,0),(93990,25031,530,1,1,0,1,12040,-7074.81,33.9972,3.07002,1,1,0,17232,32310,1,0,0,0),(93989,25031,530,1,1,0,1,11755.2,-7073.52,23.8761,3.01268,1,1,0,17232,32310,1,0,0,0),(93988,25031,530,1,1,0,1,11807.8,-7128.04,66.817,3.11479,1,1,0,17232,32310,1,0,0,0),(93987,25002,530,1,1,0,1,12557.8,-6842.75,15.4964,5.36267,450,0,0,5589,3155,0,0,0,0),(93986,25002,530,1,1,0,1,12672.8,-6879.03,4.60156,3.35677,450,0,0,5589,3155,0,0,0,0),(93985,25002,530,1,1,0,1,12644,-6857.34,4.60158,4.904,450,0,0,5589,3155,0,0,0,0),(93984,25002,530,1,1,0,1,12601.7,-6888.89,4.60264,0.749246,450,0,0,5589,3155,0,0,0,0),(93983,25002,530,1,1,0,1,12667.5,-7094.47,18.3963,1.39092,450,0,0,5589,3155,0,0,0,0),(93982,25002,530,1,1,0,1,12614.2,-7004.2,19.2205,1.23541,450,0,0,5589,3155,0,0,0,0),(93981,25002,530,1,1,0,1,12608.9,-6951.37,4.61639,1.559,450,0,0,5589,3155,0,0,0,0),(93980,25002,530,1,1,0,1,12580,-6948.72,4.69724,0.793238,450,0,0,5589,3155,0,0,0,0),(93979,25002,530,1,1,0,1,12572.3,-6915.23,4.60232,6.19285,450,0,0,5589,3155,0,0,0,0),(93978,25002,530,1,1,0,1,12588.6,-6910.22,4.60232,5.69019,450,0,0,5589,3155,0,0,0,0),(93977,25002,530,1,1,0,1,12588.4,-6923.11,4.60061,0.388752,450,0,0,5589,3155,0,0,0,0),(94439,22822,530,1,1,0,0,3623.95,2224.99,105.777,0.687946,360,0,0,6761,0,0,0,0,0),(93975,24999,530,1,1,0,0,12566,-6900.14,4.77854,1.80039,500,0,0,5589,3155,0,0,0,0),(93974,24999,530,1,1,0,0,12553.7,-6930.43,5.07072,0.638006,500,0,0,5589,3155,0,0,0,0),(93973,24999,530,1,1,0,0,12614.1,-6909.74,4.60176,4.05214,500,0,0,5589,3155,0,0,0,0),(93972,24999,530,1,1,0,0,12614.5,-6926.89,4.60176,2.02581,500,0,0,5589,3155,0,0,0,0),(93971,24999,530,1,1,0,0,12679,-6917.06,4.94273,2.65806,500,0,0,5589,3155,0,0,0,0),(93970,24999,530,1,1,0,0,12663.5,-6927.35,5.09172,1.69594,500,0,0,5589,3155,0,0,0,0),(93969,25001,530,1,1,0,0,12636.8,-7073.24,16.4142,1.16187,500,0,0,6986,0,0,0,0,0),(93968,25001,530,1,1,0,0,12635.1,-6888.74,4.94535,4.63768,500,0,0,6986,0,0,0,0,0),(93967,25001,530,1,1,0,0,12616,-6826.48,13.3063,4.86425,500,0,0,6986,0,2,0,0,0),(93966,25001,530,1,1,0,0,12488.7,-6887.34,16.4079,1.25534,500,0,0,6986,0,2,0,0,0),(93965,25001,530,1,1,0,0,12683.1,-7043.16,19.7468,4.36159,500,0,0,6986,0,0,0,0,0),(93964,25046,530,1,1,0,1,12664.3,-6984.76,14.5446,4.93263,600,0,0,6986,0,0,0,0,0),(93963,26253,530,1,1,0,1,12912.7,-6879.51,7.6554,2.02588,600,0,0,69860,0,0,0,0,0),(93962,26253,530,1,1,0,1,12913.7,-6881.79,7.72066,5.79972,600,0,0,69860,0,0,0,0,0),(93961,26253,530,1,1,0,1,12683,-6957.72,15.5545,0.582321,600,0,0,69860,0,2,0,0,0),(93960,26089,530,1,1,0,1,12686.7,-6972.61,36.2519,1.84288,600,0,0,7185,7196,0,0,0,0),(93959,26091,530,1,1,0,1,12678.7,-6972.44,36.2525,1.9392,600,0,0,7185,7196,0,0,0,0),(93958,26092,530,1,1,0,1,12687,-6942.73,36.2523,4.49695,600,0,0,7185,7196,0,0,0,0),(93957,25069,530,1,1,0,1,12672.9,-6942.86,36.2541,5.37236,600,0,0,6986,0,0,0,0,0),(93956,26090,530,1,1,0,1,12669,-6955.39,36.2519,6.25358,600,0,0,7185,7196,0,0,0,0),(93955,25108,530,1,1,0,1,12703.5,-6984.97,25.6016,5.87737,600,0,0,98802,3155,0,0,0,0),(93954,25035,530,1,1,0,1,12689.2,-6964.2,15.5547,2.01714,600,0,0,6986,0,0,0,0,0),(93953,25133,530,1,1,0,0,12784.4,-6882.24,13.3887,4.37037,600,0,0,6986,0,0,0,0,0),(93952,25034,530,1,1,0,1,12791.6,-6874.57,13.3886,4.01614,600,0,0,6986,0,0,0,0,0),(93951,25057,530,1,1,0,0,12790.7,-6883.16,13.3886,3.74832,600,0,0,6986,0,0,0,0,0),(93950,25061,530,1,1,0,1,12791.2,-6886.97,13.3885,2.9158,600,0,0,61479,3155,0,0,0,0),(93949,25162,530,1,1,0,1,12925.3,-6875.31,7.52808,6.03317,600,0,0,24451,0,0,0,0,0),(93948,25976,530,1,1,0,1,12938,-6971.36,18.9576,5.56743,600,0,0,7185,7196,0,0,0,0),(93947,25169,530,1,1,0,0,12942.3,-6970.19,19.0298,4.07517,600,0,0,7432,7332,0,0,0,0),(93946,25977,530,1,1,0,1,12942.7,-6974.54,18.991,2.58684,600,0,0,7185,7196,0,0,0,0),(93945,25170,530,1,1,0,1,12938,-6975.96,18.9591,0.878596,600,0,0,7185,7196,0,0,0,0),(93944,25164,530,1,1,0,0,13004.5,-6906.68,9.58451,2.60878,300,0,0,2665,2620,2,0,0,0),(93943,25164,530,1,1,0,0,13002.5,-6907.53,9.58451,2.38887,300,0,0,2665,2620,2,0,0,0),(93942,25164,530,1,1,0,0,13002.1,-6910.43,9.58451,2.52238,300,0,0,2665,2620,2,0,0,0),(93941,24960,530,1,1,0,1,12929.5,-6702.01,11.7265,3.92594,600,4,0,5409,1540,1,0,0,0),(93940,24960,530,1,1,0,1,12967.2,-6662.53,12.6927,4.3854,600,4,0,5409,1540,1,0,0,0),(93939,24960,530,1,1,0,1,13003.7,-6774.46,9.74154,5.52816,600,4,0,5409,1540,1,0,0,0),(93938,24960,530,1,1,0,1,12912.9,-6770.59,9.70877,4.68778,600,4,0,5409,1540,1,0,0,0),(93937,24960,530,1,1,0,1,12902.3,-6690.72,12.1034,3.36438,600,0,0,5409,1540,0,0,0,0),(93936,24960,530,1,1,0,1,12849.1,-6594.59,5.17459,4.62259,600,4,0,5409,1540,1,0,0,0),(93935,24960,530,1,1,0,1,12880,-6635.86,10.0333,2.27425,600,4,0,5409,1540,1,0,0,0),(93934,24960,530,1,1,0,1,12944.6,-6549.15,5.17741,1.42916,600,4,0,5409,1540,1,0,0,0),(93933,24960,530,1,1,0,1,12928.9,-6498.44,0.410185,1.14485,600,0,0,5409,1540,0,0,0,0),(93932,24960,530,1,1,0,1,12856.3,-6513.54,8.44505,3.38717,600,0,0,5409,1540,0,0,0,0),(93931,24960,530,1,1,0,1,12882.4,-6538.66,8.59911,0.0641465,600,4,0,5409,1540,1,0,0,0),(93930,24960,530,1,1,0,1,12810.3,-6611.48,8.79787,2.28996,600,4,0,5409,1540,1,0,0,0),(93929,24960,530,1,1,0,1,12803.2,-6604.13,9.1974,5.12761,600,4,0,5409,1540,1,0,0,0),(93928,24960,530,1,1,0,1,12811.2,-6541.07,8.487,2.61276,600,4,0,5409,1540,1,0,0,0),(93927,24960,530,1,1,0,1,12757.5,-6513.67,3.54686,5.80148,600,4,0,5409,1540,1,0,0,0),(93926,24960,530,1,1,0,1,12719.6,-6456.24,11.3224,6.20203,600,4,0,5409,1540,1,0,0,0),(93925,24960,530,1,1,0,1,12634.1,-6438.12,9.61691,1.42132,600,4,0,5409,1540,1,0,0,0),(93924,24960,530,1,1,0,1,12514.6,-6467.48,7.11409,1.68992,600,4,0,5409,1540,1,0,0,0),(93923,24960,530,1,1,0,1,12512.8,-6525.45,8.97557,1.86271,600,4,0,5409,1540,1,0,0,0),(93922,24960,530,1,1,0,1,12536.2,-6609.16,16.8551,5.45905,600,4,0,5409,1540,1,0,0,0),(93921,24960,530,1,1,0,1,12651.2,-6553.38,7.11687,0.102632,600,4,0,5409,1540,1,0,0,0),(93920,24960,530,1,1,0,1,12634.8,-6474.38,11.0038,5.66718,600,4,0,5409,1540,1,0,0,0),(93919,24960,530,1,1,0,1,12572.5,-6616.64,14.0252,4.61082,600,0,0,5409,1540,0,0,0,0),(93918,24966,530,1,1,0,1,12657.9,-6419.86,8.05706,1.31843,600,0,0,5409,1540,0,0,0,0),(93917,24966,530,1,1,0,1,12603.2,-6369.12,0.492099,1.37687,600,0,0,5409,1540,0,0,0,0),(93916,24966,530,1,1,0,1,12549.4,-6398.57,7.04997,0.677863,600,3,0,5409,1540,1,0,0,0),(93915,24966,530,1,1,0,1,12438.3,-6495.17,0.110122,2.79059,600,3,0,5409,1540,1,0,0,0),(93914,24966,530,1,1,0,1,12543.5,-6615.83,17.2293,2.42537,600,3,0,5409,1540,1,0,0,0),(37058,20619,530,1,1,0,0,3902.08,2416.36,114.987,4.37039,120,2,0,1582,0,1,0,0,0),(93912,24966,530,1,1,0,1,12592.2,-6611.09,12.0839,5.5489,600,0,0,5409,1540,0,0,0,0),(93911,24966,530,1,1,0,1,12565.6,-6574.99,14.4147,4.60328,600,3,0,5409,1540,1,0,0,0),(93910,24966,530,1,1,0,1,12527.9,-6505.3,5.24037,6.00758,600,3,0,5409,1540,1,0,0,0),(90948,24966,530,1,1,0,1,12543.8,-6496.3,4.66083,4.69832,600,3,0,5409,1540,1,0,0,0),(90947,24966,530,1,1,0,1,12771.8,-6585.68,11.4256,2.60523,600,3,0,5409,1540,1,0,0,0),(90946,24966,530,1,1,0,1,12841.5,-6646.38,7.42791,2.43166,600,0,0,5409,1540,0,0,0,0),(90945,24966,530,1,1,0,1,12912.5,-6586.79,11.684,5.34392,600,0,0,5409,1540,0,0,0,0),(90944,24966,530,1,1,0,1,12956.6,-6599.57,9.0259,1.95571,600,3,0,5409,1540,1,0,0,0),(90943,24966,530,1,1,0,1,13038.4,-6762.34,0.380007,0.841233,600,0,0,5409,1540,0,0,0,0),(90942,24966,530,1,1,0,1,13100,-6810.88,0.437475,0.605614,600,0,0,5409,1540,0,0,0,0),(90941,24966,530,1,1,0,1,13053.1,-6683.54,0.270741,0.089762,600,3,0,5409,1540,1,0,0,0),(90940,24966,530,1,1,0,1,12961.3,-6786.39,7.76078,1.78003,600,0,0,5409,1540,0,0,0,0),(87080,25084,530,1,1,0,1,11835.7,-7323.36,0.000864357,2.16682,600,2,0,763,0,1,0,0,0),(87079,25084,530,1,1,0,1,11839.1,-7327.15,-0.372534,3.23967,600,2,0,763,0,1,0,0,0),(87078,25084,530,1,1,0,1,11843,-7323.55,0.157183,4.86309,600,2,0,763,0,1,0,0,0),(86938,25084,530,1,1,0,1,11838.6,-7320.03,0.33236,3.45801,600,2,0,763,0,1,0,0,0),(86937,25084,530,1,1,0,1,11846.7,-7320.58,0.418539,3.86249,600,2,0,763,0,1,0,0,0),(86936,25084,530,1,1,0,1,11872.5,-7304.24,0.825783,0.0925814,600,2,0,763,0,1,0,0,0),(86935,25084,530,1,1,0,1,11868.4,-7308.5,0.808729,1.32252,600,2,0,763,0,1,0,0,0),(86934,25084,530,1,1,0,1,11876.1,-7310.65,-0.298671,2.48962,600,2,0,763,0,1,0,0,0),(86871,25084,530,1,1,0,1,11913.3,-7340.69,0.567312,5.62336,600,2,0,763,0,1,0,0,0),(86627,25084,530,1,1,0,1,11908.3,-7336.85,0.438099,6.11894,600,2,0,763,0,1,0,0,0),(86482,25084,530,1,1,0,1,11902.7,-7339.66,-0.40795,0.535548,600,2,0,763,0,1,0,0,0),(86481,25084,530,1,1,0,1,11904.8,-7347.33,-0.58174,1.49688,600,2,0,763,0,1,0,0,0),(86397,25084,530,1,1,0,1,11912.4,-7348.02,0.00341299,3.27894,600,2,0,763,0,1,0,0,0),(86326,25084,530,1,1,0,1,11920.2,-7345.41,0.438685,3.83029,600,2,0,763,0,1,0,0,0),(86161,25084,530,1,1,0,1,11979.8,-7306.15,0.309107,3.54519,600,2,0,763,0,1,0,0,0),(86130,25084,530,1,1,0,1,11981.9,-7304.01,0.774388,2.18803,600,2,0,763,0,1,0,0,0),(86129,25084,530,1,1,0,1,11986.2,-7309.14,-0.757014,2.67497,600,2,0,763,0,1,0,0,0),(86128,25084,530,1,1,0,1,12050.3,-7370.96,-0.554271,5.3359,600,2,0,763,0,1,0,0,0),(86127,25084,530,1,1,0,1,12041.9,-7361.78,-0.624412,5.72939,600,2,0,763,0,1,0,0,0),(86126,25084,530,1,1,0,1,12043.6,-7354.77,0.0125002,2.06786,600,2,0,763,0,1,0,0,0),(86125,25084,530,1,1,0,1,12050,-7359.85,0.215348,2.78807,600,2,0,763,0,1,0,0,0),(86124,25084,530,1,1,0,1,12057.3,-7367.21,0.201145,2.76372,600,2,0,763,0,1,0,0,0),(86123,25084,530,1,1,0,1,12104.8,-7396.86,-0.349692,6.17942,600,2,0,763,0,1,0,0,0),(86122,25084,530,1,1,0,1,12095,-7397.96,-0.612862,0.969086,600,2,0,763,0,1,0,0,0),(86121,25084,530,1,1,0,1,12094.4,-7389.71,0.465381,2.18095,600,2,0,763,0,1,0,0,0),(86114,25084,530,1,1,0,1,12097.5,-7392.56,0.338231,2.9907,600,2,0,763,0,1,0,0,0),(86100,25084,530,1,1,0,1,12107,-7392.28,0.331598,3.19098,600,2,0,763,0,1,0,0,0),(86043,25084,530,1,1,0,1,12151,-7388.22,-0.0240877,0.621937,600,2,0,763,0,1,0,0,0),(86041,25084,530,1,1,0,1,12151.3,-7379.42,0.0633689,5.13955,600,2,0,763,0,1,0,0,0),(86040,25084,530,1,1,0,1,12275.5,-7350.02,0.124617,5.17253,600,2,0,763,0,1,0,0,0),(86016,25084,530,1,1,0,1,12270.4,-7343.48,0.0729893,3.39125,600,2,0,763,0,1,0,0,0),(86015,25084,530,1,1,0,1,12274.1,-7344.4,0.325529,2.89252,600,2,0,763,0,1,0,0,0),(86014,25084,530,1,1,0,1,12271.5,-7348.73,0.0025348,0.191534,600,2,0,763,0,1,0,0,0),(86009,25084,530,1,1,0,1,12275.2,-7355.83,-0.223647,2.16917,600,2,0,763,0,1,0,0,0),(85985,25084,530,1,1,0,1,12306.3,-7388.78,0.24541,1.07511,600,2,0,763,0,1,0,0,0),(85984,25084,530,1,1,0,1,12298.3,-7384.85,-0.205152,6.00741,600,2,0,763,0,1,0,0,0),(85983,25084,530,1,1,0,1,12294.4,-7380.38,-0.254241,5.39401,600,2,0,763,0,1,0,0,0),(85982,25084,530,1,1,0,1,12297.9,-7375.74,0.333433,2.88466,600,2,0,763,0,1,0,0,0),(85981,25084,530,1,1,0,1,12304.5,-7378.14,0.549608,2.98991,600,2,0,763,0,1,0,0,0),(85980,25084,530,1,1,0,1,12308.5,-7380.9,0.545283,2.49118,600,2,0,763,0,1,0,0,0),(85579,25084,530,1,1,0,1,12368.8,-7411.31,-0.408994,1.10731,600,2,0,763,0,1,0,0,0),(85450,25084,530,1,1,0,1,12363.9,-7413.96,-0.420385,0.450713,600,2,0,763,0,1,0,0,0),(85449,25084,530,1,1,0,1,12358.1,-7409.08,-0.154494,3.74389,600,2,0,763,0,1,0,0,0),(85448,25084,530,1,1,0,1,12363.1,-7405.26,0.0703276,4.12088,600,2,0,763,0,1,0,0,0),(85447,25084,530,1,1,0,1,12366.7,-7401.93,0.244847,4.46096,600,2,0,763,0,1,0,0,0),(85446,25084,530,1,1,0,1,12379.4,-7346.07,-0.975087,1.35942,600,2,0,763,0,1,0,0,0),(85445,25084,530,1,1,0,1,12377.8,-7352.9,-0.104543,0.837127,600,2,0,763,0,1,0,0,0),(85444,25084,530,1,1,0,1,12373.9,-7346.88,-0.020678,5.39165,600,2,0,763,0,1,0,0,0),(85443,25084,530,1,1,0,1,12372,-7339.99,-0.034546,4.14915,600,2,0,763,0,1,0,0,0),(85442,25084,530,1,1,0,1,12375.9,-7333.76,-0.656714,4.91099,600,2,0,763,0,1,0,0,0),(85441,25084,530,1,1,0,1,12435.7,-7333.37,0.182378,4.90706,600,2,0,763,0,1,0,0,0),(85440,25084,530,1,1,0,1,12421.2,-7328.68,-0.90498,5.77571,600,2,0,763,0,1,0,0,0),(85439,25084,530,1,1,0,1,12416.3,-7323.73,-0.511799,3.98422,600,2,0,763,0,1,0,0,0),(85438,25084,530,1,1,0,1,12423.1,-7319.25,0.201678,3.01975,600,2,0,763,0,1,0,0,0),(85437,25084,530,1,1,0,1,12428.6,-7331.88,-0.470127,1.89506,600,2,0,763,0,1,0,0,0),(85436,25084,530,1,1,0,1,12435,-7340.52,-0.349992,1.89663,600,2,0,763,0,1,0,0,0),(85435,25084,530,1,1,0,1,12414.8,-7395.22,0.0938978,4.68008,600,2,0,763,0,1,0,0,0),(85434,25084,530,1,1,0,1,12419.5,-7387.46,-0.0335927,4.2646,600,2,0,763,0,1,0,0,0),(85433,25084,530,1,1,0,1,12425.1,-7384.57,0.735295,2.95456,600,2,0,763,0,1,0,0,0),(85432,25084,530,1,1,0,1,12423.4,-7391.62,1.01851,1.57697,600,2,0,763,0,1,0,0,0),(85431,25084,530,1,1,0,1,12419.7,-7398.38,1.12209,1.75997,600,2,0,763,0,1,0,0,0),(85430,25084,530,1,1,0,1,12446.2,-7468.53,-0.403588,1.16385,600,2,0,763,0,1,0,0,0),(85429,25084,530,1,1,0,1,12439.7,-7465.92,-0.440938,0.113773,600,2,0,763,0,1,0,0,0),(85428,25084,530,1,1,0,1,12435.8,-7459.84,-0.172999,5.07592,600,2,0,763,0,1,0,0,0),(85427,25084,530,1,1,0,1,12440.6,-7456.91,0.396649,2.79748,600,2,0,763,0,1,0,0,0),(85426,25084,530,1,1,0,1,12445.1,-7460.34,0.459271,3.73996,600,2,0,763,0,1,0,0,0),(85425,25084,530,1,1,0,1,12474.9,-7463.04,0.491216,0.883462,600,2,0,763,0,1,0,0,0),(85424,25084,530,1,1,0,1,12476.1,-7469.18,-0.309632,2.93414,600,2,0,763,0,1,0,0,0),(85423,25084,530,1,1,0,1,12484.1,-7469.51,-0.442996,3.95987,600,2,0,763,0,1,0,0,0),(85422,25084,530,1,1,0,1,12492,-7463.06,0.483126,5.49375,600,2,0,763,0,1,0,0,0),(85421,25084,530,1,1,0,1,12485.7,-7460.12,0.549933,4.18606,600,2,0,763,0,1,0,0,0),(85420,25084,530,1,1,0,1,12531.5,-7447.76,-1.24001,1.83223,600,2,0,763,0,1,0,0,0),(85419,25084,530,1,1,0,1,12527.2,-7456.04,-1.72351,5.38301,600,2,0,763,0,1,0,0,0),(85418,25084,530,1,1,0,1,12526.9,-7450.79,-0.73286,6.06081,600,2,0,763,0,1,0,0,0),(85417,25084,530,1,1,0,1,12520.1,-7452.16,0.298182,1.12694,600,2,0,763,0,1,0,0,0),(85416,25084,530,1,1,0,1,12518.6,-7458.92,-0.267732,0.739738,600,2,0,763,0,1,0,0,0),(85415,25084,530,1,1,0,1,12523.9,-7447.32,0.371532,4.62196,600,2,0,763,0,1,0,0,0),(85414,25084,530,1,1,0,1,12536.9,-7345.86,-0.274418,0.672978,600,2,0,763,0,1,0,0,0),(85413,25084,530,1,1,0,1,12542.1,-7349.66,-0.0434351,0.53789,600,2,0,763,0,1,0,0,0),(85412,25084,530,1,1,0,1,12538.5,-7351.79,0.0828348,2.10555,600,2,0,763,0,1,0,0,0),(85411,25084,530,1,1,0,1,12546.7,-7351.55,-0.274908,2.00423,600,2,0,763,0,1,0,0,0),(85410,25084,530,1,1,0,1,12540.8,-7410.36,0.284434,2.35766,600,2,0,763,0,1,0,0,0),(85409,25084,530,1,1,0,1,12539,-7414.1,0.388992,4.77197,600,2,0,763,0,1,0,0,0),(85408,25084,530,1,1,0,1,12530.3,-7403.9,1.23995,0.685544,600,2,0,763,0,1,0,0,0),(85407,25084,530,1,1,0,1,12530.7,-7411.58,1.11035,2.63019,600,2,0,763,0,1,0,0,0),(85138,25084,530,1,1,0,1,12542.1,-7405.38,0.262524,3.33469,600,2,0,763,0,1,0,0,0),(85137,25060,530,1,1,0,1,12701.3,-7451.38,-0.682114,6.00426,600,5,0,6986,0,1,0,0,0),(84947,25060,530,1,1,0,1,12620.4,-7469.6,0.796419,4.60939,600,5,0,6986,0,1,0,0,0),(84765,25060,530,1,1,0,1,12615.6,-7407.13,3.83442,5.35395,600,5,0,6986,0,1,0,0,0),(84764,25060,530,1,1,0,1,12597.7,-7331.4,0.175781,4.27795,600,5,0,6986,0,1,0,0,0),(84749,25060,530,1,1,0,1,12536.8,-7328.87,-0.99031,1.0963,600,5,0,6986,0,1,0,0,0),(84748,25060,530,1,1,0,1,12530.3,-7382.32,1.8523,5.45605,600,5,0,6986,0,1,0,0,0),(84747,25060,530,1,1,0,1,12490.8,-7337.95,1.84042,5.26048,600,5,0,6986,0,1,0,0,0),(84746,25060,530,1,1,0,1,12422.1,-7273.6,0.800745,4.30387,600,5,0,6986,0,1,0,0,0),(84745,25060,530,1,1,0,1,12383.7,-7323.44,-0.846219,4.27717,600,5,0,6986,0,1,0,0,0),(84644,25060,530,1,1,0,1,12389.8,-7288.75,3.73313,2.94435,600,5,0,6986,0,1,0,0,0),(84643,25060,530,1,1,0,1,12405.4,-7344.3,-4.74973,0.417721,600,5,0,6986,0,1,0,0,0),(84631,25060,530,1,1,0,1,12380.2,-7398.01,-0.0926816,3.57895,600,5,0,6986,0,1,0,0,0),(84485,25060,530,1,1,0,1,12335.9,-7401.03,0.427933,5.943,600,5,0,6986,0,1,0,0,0),(83288,25060,530,1,1,0,1,12272.3,-7382.83,-1.70579,4.15858,600,5,0,6986,0,1,0,0,0),(83277,25060,530,1,1,0,1,12295.6,-7328.9,4.87015,0.464848,600,5,0,6986,0,1,0,0,0),(83276,25060,530,1,1,0,1,12182.6,-7312.6,-0.500418,4.26146,600,5,0,6986,0,1,0,0,0),(83275,25060,530,1,1,0,1,12144.3,-7357.03,0.243587,2.1079,600,5,0,6986,0,1,0,0,0),(83274,25060,530,1,1,0,1,12132.2,-7393.33,0.34414,6.02547,600,5,0,6986,0,1,0,0,0),(83273,25060,530,1,1,0,1,12071.3,-7383.54,0.17178,5.95007,600,5,0,6986,0,1,0,0,0),(83272,25060,530,1,1,0,1,12064.5,-7316.13,8.08898,2.0647,600,5,0,6986,0,1,0,0,0),(83271,25060,530,1,1,0,1,12025.2,-7337.2,-0.235646,5.58015,600,5,0,6986,0,1,0,0,0),(81439,25060,530,1,1,0,1,11955.9,-7346.94,-0.772672,6.22417,600,5,0,6986,0,1,0,0,0),(81438,25060,530,1,1,0,1,11905.8,-7320.94,0.630542,4.72485,600,5,0,6986,0,1,0,0,0),(81437,25060,530,1,1,0,1,11905.7,-7271.3,-1.07254,0.749167,600,5,0,6986,0,1,0,0,0),(81436,25060,530,1,1,0,1,11856,-7316.9,0.563613,0.809642,600,5,0,6986,0,1,0,0,0),(78949,25060,530,1,1,0,1,11815.6,-7318.41,-1.91814,4.87015,600,5,0,6986,0,1,0,0,0),(78551,25060,530,1,1,0,1,11808.2,-7197.47,8.39841,0.0234525,600,5,0,6986,0,1,0,0,0),(78550,25060,530,1,1,0,1,11787.5,-7259.81,1.60674,0.193884,600,5,0,6986,0,1,0,0,0),(78549,25060,530,1,1,0,1,11752.5,-7266.27,2.0155,5.15053,600,5,0,6986,0,1,0,0,0),(78548,25060,530,1,1,0,1,12641.5,-7319.7,0.75396,5.4215,600,5,0,6986,0,1,0,0,0),(78547,25073,530,1,1,0,1,11747.9,-7225.19,8.76475,1.85814,600,4,0,4890,7196,1,0,0,0),(78546,25073,530,1,1,0,1,11832.2,-7204.84,8.33156,1.94768,600,4,0,4890,7196,1,0,0,0),(78545,25073,530,1,1,0,1,11849.5,-7274.5,3.73191,2.59956,600,4,0,4890,7196,1,0,0,0),(78544,25073,530,1,1,0,1,11937.9,-7319.12,1.64456,2.84932,600,4,0,4890,7196,1,0,0,0),(78543,25073,530,1,1,0,1,12109.3,-7365.18,0.748135,4.35571,600,4,0,4890,7196,1,0,0,0),(78542,25073,530,1,1,0,1,12116.3,-7315.88,4.99978,3.77373,600,4,0,4890,7196,1,0,0,0),(78541,25073,530,1,1,0,1,12225.4,-7349.74,-1.87945,3.03153,600,4,0,4890,7196,1,0,0,0),(78540,25073,530,1,1,0,1,12370.7,-7376.96,1.13245,2.09141,600,4,0,4890,7196,1,0,0,0),(78539,25073,530,1,1,0,1,12315.8,-7368.8,0.503497,3.88748,600,4,0,4890,7196,1,0,0,0),(78538,25073,530,1,1,0,1,12343.3,-7318.42,6.13054,3.88984,600,4,0,4890,7196,1,0,0,0),(78537,25073,530,1,1,0,1,12514.7,-7451.32,0.740595,5.20381,600,4,0,4890,7196,1,0,0,0),(78536,25073,530,1,1,0,1,12459.1,-7431.94,0.504508,4.67288,600,4,0,4890,7196,1,0,0,0),(78535,25073,530,1,1,0,1,12426.3,-7306.36,0.599607,1.16215,600,4,0,4890,7196,1,0,0,0),(78534,25073,530,1,1,0,1,12458.3,-7264.55,5.04765,2.14783,600,4,0,4890,7196,1,0,0,0),(78533,25073,530,1,1,0,1,12499.1,-7380.97,0.620093,4.2095,600,4,0,4890,7196,1,0,0,0),(78532,25073,530,1,1,0,1,12505.3,-7301.55,0.0337529,3.49714,600,4,0,4890,7196,1,0,0,0),(78531,25073,530,1,1,0,1,12569.3,-7315.6,0.00291209,5.60122,600,4,0,4890,7196,1,0,0,0),(78530,25073,530,1,1,0,1,12579.2,-7425.33,0.298493,4.1451,600,4,0,4890,7196,1,0,0,0),(78529,25073,530,1,1,0,1,12654.8,-7426.56,1.72821,5.42334,600,4,0,4890,7196,1,0,0,0),(78528,25073,530,1,1,0,1,12660,-7340.04,4.35034,4.72041,600,4,0,4890,7196,1,0,0,0),(78527,25073,530,1,1,0,1,12629.7,-7307.74,2.11799,3.84077,600,4,0,4890,7196,1,0,0,0),(78526,25087,530,1,1,0,1,13257,-7147.58,6.18486,4.00255,600,0,0,8982,3155,0,0,0,0),(78525,25087,530,1,1,0,1,13257.7,-7140.75,6.17595,2.16865,600,0,0,8982,3155,0,0,0,0),(78524,25087,530,1,1,0,1,13274.4,-7138.96,4.83264,1.4775,600,0,0,8982,3155,0,0,0,0),(78523,25087,530,1,1,0,1,13273.2,-7152.25,4.8516,4.68978,600,0,0,8982,3155,0,0,0,0),(78522,25087,530,1,1,0,1,13281.3,-7146.08,4.32403,3.07186,600,0,0,8982,3155,0,0,0,0),(78521,25087,530,1,1,0,1,13296.3,-7156.24,3.98197,4.65051,600,0,0,8982,3155,0,0,0,0),(78520,25087,530,1,1,22782,1,13297.8,-7138.37,3.98102,1.49321,600,0,0,8982,3155,0,0,0,0),(78519,25087,530,1,1,0,1,13321.4,-7141.24,4.53553,1.48536,600,0,0,8982,3155,0,0,0,0),(78515,25087,530,1,1,22782,1,13320,-7157.21,4.53115,4.69764,600,0,0,8982,3155,0,0,0,0),(78514,25087,530,1,1,22782,1,13317.7,-7148.96,6.38785,3.09149,600,0,0,8982,3155,0,0,0,0),(78513,25087,530,1,1,22782,1,13366.2,-6983.5,3.75932,1.93697,600,0,0,8982,3155,0,0,0,0),(78512,25087,530,1,1,22782,1,13365.1,-6999.54,3.75512,4.91363,600,0,0,8982,3155,0,0,0,0),(78511,25087,530,1,1,0,1,13362.6,-6991.31,5.60708,3.09936,600,0,0,8982,3155,0,0,0,0),(78510,25087,530,1,1,0,1,13341.6,-6998.81,3.21236,4.66152,600,0,0,8982,3155,0,0,0,0),(78508,25087,530,1,1,0,1,13342.8,-6981.01,3.21321,1.49636,600,0,0,8982,3155,0,0,0,0),(78403,25087,530,1,1,0,1,13319.2,-6982.03,4.06546,1.54741,600,0,0,8982,3155,0,0,0,0),(78402,25087,530,1,1,0,1,13318.4,-6995.21,4.07232,4.59476,600,0,0,8982,3155,0,0,0,0),(78401,25087,530,1,1,22782,1,13326.4,-6988.84,3.55386,3.07894,600,0,0,8982,3155,0,0,0,0),(78400,25087,530,1,1,22782,1,13304.4,-6984.17,5.16431,2.27391,600,0,0,8982,3155,0,0,0,0),(78399,25087,530,1,1,22782,1,13304,-6991.09,5.15827,4.25122,600,0,0,8982,3155,0,0,0,0),(78398,25087,530,1,1,0,1,13209.6,-7049.95,3.20542,2.92783,600,0,0,8982,3155,0,0,0,0),(78397,25087,530,1,1,0,1,13198.6,-7042.44,4.00408,1.46699,600,0,0,8982,3155,0,0,0,0),(78396,25087,530,1,1,0,1,13197.4,-7054.25,3.9766,4.43187,600,0,0,8982,3155,0,0,0,0),(78395,25087,530,1,1,0,1,13215.6,-7058.45,3.00346,4.54183,600,0,0,8982,3155,0,0,0,0),(78394,25087,530,1,1,22782,1,13217.5,-7042.69,3.00477,1.46433,600,0,0,8982,3155,0,0,0,0),(78393,25087,530,1,1,0,1,13231,-7061.18,2.80893,4.58629,600,0,0,8982,3155,0,0,0,0),(78392,25087,530,1,1,0,1,13233.1,-7044.16,2.80542,1.50361,600,0,0,8982,3155,0,0,0,0),(78391,25087,530,1,1,0,1,13245.2,-7054.56,5.18296,3.06812,600,0,0,8982,3155,0,0,0,0),(78390,25236,530,1,1,0,0,13182.1,-7046.39,7.09177,6.17751,600,0,0,17964,3155,0,0,0,0),(78389,24994,530,1,1,0,0,12694.8,-6965.15,36.2517,2.70604,600,0,0,69860,0,0,0,0,0),(78388,24994,530,1,1,0,0,12673.7,-6956.33,15.5553,0.039927,600,0,0,69860,0,0,0,0,0),(78387,24994,530,1,1,0,0,12773.5,-6914.23,12.2413,3.15649,600,0,0,69860,0,0,0,0,0),(78386,24994,530,1,1,0,0,12716.5,-6971.41,17.6263,4.45397,600,0,0,69860,0,2,0,0,0),(78385,24994,530,1,1,0,0,12627.6,-6983.43,17.3992,4.55922,600,0,0,69860,0,2,0,0,0),(77479,24994,530,1,1,0,0,12645.2,-6984.1,14.5803,0.746108,600,0,0,69860,0,0,0,0,0),(76582,24994,530,1,1,0,0,12871,-6897.76,8.89026,3.29787,600,0,0,69860,0,2,0,0,0),(76581,24994,530,1,1,0,0,12767.8,-6840.21,14.2391,0.345556,600,0,0,69860,0,2,0,0,0),(76580,24994,530,1,1,0,0,12726.7,-6907.8,12.2365,2.34204,600,0,0,69860,0,2,0,0,0),(76579,24994,530,1,1,0,0,12703.9,-6952.95,15.5653,1.31618,600,0,0,69860,0,0,0,0,0),(76578,24994,530,1,1,0,0,12781.4,-6876.23,13.3886,5.2738,600,0,0,69860,0,0,0,0,0),(76577,24994,530,1,1,0,0,12807.5,-6870.31,12.3562,0.764831,600,0,0,69860,0,0,0,0,0),(76576,24994,530,1,1,0,0,12756.9,-6890.52,12.293,4.74759,600,0,0,69860,0,0,0,0,0),(76575,24994,530,1,1,0,0,12903,-6859.41,7.7871,2.01675,600,0,0,69860,0,0,0,0,0),(76574,24994,530,1,1,0,0,12907.6,-6888.87,7.47258,3.9724,600,0,0,69860,0,0,0,0,0),(72989,25115,530,1,1,22753,1,12668.2,-6972.63,14.57,3.86166,600,0,0,10479,0,0,0,0,0),(72677,25115,530,1,1,22753,1,12664.2,-6967.43,14.5645,3.68966,600,0,0,10479,0,0,0,0,0),(71928,25115,530,1,1,22753,1,12699.6,-6949.89,15.5593,0.616394,600,0,0,10479,0,0,0,0,0),(71927,25115,530,1,1,22753,1,12696,-6944.83,15.559,0.719284,600,0,0,10479,0,0,0,0,0),(71926,25115,530,1,1,22753,1,12766.2,-6897.72,13.3786,3.82632,600,0,0,10479,0,0,0,0,0),(71925,25115,530,1,1,22753,1,12769.9,-6902.31,13.3916,3.82632,600,0,0,10479,0,0,0,0,0),(71920,25115,530,1,1,22753,1,12905.2,-6889.54,7.51444,3.84674,600,0,0,10479,0,0,0,0,0),(71919,25115,530,1,1,22753,1,12922.9,-6927.93,3.88082,3.94413,600,0,0,10479,0,0,0,0,0),(71917,25115,530,1,1,22753,1,12925.4,-6930.31,3.88082,3.95591,600,0,0,10479,0,0,0,0,0),(71916,25115,530,1,1,22753,1,12927.3,-6932.03,3.88082,3.79883,600,0,0,10479,0,0,0,0,0),(70088,25115,530,1,1,22753,1,12950.3,-6974.24,19.0951,5.65552,600,0,0,10479,0,0,0,0,0),(69909,25115,530,1,1,22753,1,12936.6,-6962.85,19.0193,2.34899,600,0,0,10479,0,0,0,0,0),(68746,25115,530,1,1,22753,1,12950.7,-6958.5,14.6474,0.714041,600,0,0,10479,0,0,0,0,0),(65804,25115,530,1,1,22753,1,12964.9,-6943.02,8.64083,4.19179,600,0,0,10479,0,0,0,0,0),(65803,25115,530,1,1,22753,1,12942.4,-6930.77,4.21306,2.43792,600,0,0,10479,0,0,0,0,0),(65802,25115,530,1,1,22753,1,12939.3,-6935.45,3.97957,2.35379,600,0,0,10479,0,0,0,0,0),(65709,25115,530,1,1,22753,1,12971.3,-6899.97,6.44309,1.66305,600,0,0,10479,0,0,0,0,0),(65708,25115,530,1,1,22753,1,12925,-6880.22,7.16147,0.536357,600,0,0,10479,0,0,0,0,0),(65707,25115,530,1,1,22753,1,12922.6,-6881.68,7.15929,0.579554,600,0,0,10479,0,0,0,0,0),(65706,25115,530,1,1,22753,1,12922.5,-6875.68,7.72595,0.493161,600,0,0,10479,0,0,0,0,0),(65705,25115,530,1,1,22753,1,12920.1,-6877.09,7.73399,0.511508,600,0,0,10479,0,0,0,0,0),(65704,25115,530,1,1,22753,1,12918.9,-6880.55,7.68833,0.600033,600,0,0,10479,0,0,0,0,0),(65703,25115,530,1,1,22753,1,12902.3,-6856.36,8.08843,1.40415,600,0,0,10479,0,0,0,0,0),(65702,24938,530,1,1,22911,1,12700.2,-6865.85,12.5483,0.742416,600,0,0,6986,0,0,0,0,0),(65701,24938,530,1,1,22911,1,12905.1,-6891.62,7.30957,3.6661,600,0,0,6986,0,0,0,0,0),(65700,24938,530,1,1,22911,1,12690.9,-6874.34,12.4344,3.88401,600,0,0,6986,0,0,0,0,0),(65699,24938,530,1,1,22911,1,12658,-6841.25,12.4231,3.90757,600,0,0,6986,0,0,0,0,0),(65698,24938,530,1,1,22911,1,12667.8,-6831.93,12.5473,0.809175,600,0,0,6986,0,0,0,0,0),(65697,24938,530,1,1,22911,1,12670.4,-6854.46,12.422,3.89579,600,0,0,6986,0,0,0,0,0),(65696,24938,530,1,1,22911,1,12678.7,-6862.69,12.4261,3.89579,600,0,0,6986,0,0,0,0,0),(65695,24938,530,1,1,22911,1,12688.8,-6853.61,12.5505,0.734558,600,0,0,6986,0,0,0,0,0),(65694,24938,530,1,1,22911,1,12680.7,-6845.13,12.5501,0.707069,600,0,0,6986,0,0,0,0,0),(65693,24938,530,1,1,22911,1,12682.1,-6930.29,36.2296,1.59536,600,0,0,6986,0,0,0,0,0),(65692,24938,530,1,1,22911,1,12692.3,-6932.35,36.2315,1.19481,600,0,0,6986,0,0,0,0,0),(65691,24938,530,1,1,22911,1,12701.9,-6938.17,36.2298,0.684298,600,0,0,6986,0,0,0,0,0),(65690,24938,530,1,1,22911,1,12707.5,-6947.1,36.2325,0.487951,600,0,0,6986,0,0,0,0,0),(65689,24938,530,1,1,22911,1,12701.9,-6976.18,36.232,5.57733,600,0,0,6986,0,0,0,0,0),(65688,24938,530,1,1,22911,1,12693.9,-6982.56,36.2314,5.35349,600,0,0,6986,0,0,0,0,0),(65687,24938,530,1,1,22911,1,12684.5,-6984.73,36.2314,4.85869,600,0,0,6986,0,0,0,0,0),(65686,24938,530,1,1,22911,1,12658.7,-6947.37,36.2338,2.73419,600,0,0,6986,0,0,0,0,0),(65685,24938,530,1,1,22911,1,12656.6,-6958.53,36.2309,3.17794,600,0,0,6986,0,0,0,0,0),(65684,24938,530,1,1,22911,1,12650.6,-6975.45,36.2363,3.11118,600,0,0,6986,0,0,0,0,0),(65683,24938,530,1,1,22911,1,12653.2,-6982.73,36.2363,4.41101,600,0,0,6986,0,0,0,0,0),(65682,24938,530,1,1,22911,1,12670,-6940.37,23.4912,2.31322,600,0,0,6986,0,0,0,0,0),(65681,24938,530,1,1,22911,1,12777.6,-6864.85,40.2953,2.11765,600,0,0,6986,0,0,0,0,0),(65680,24938,530,1,1,22911,1,12779.4,-6906.03,40.2951,4.18718,600,0,0,6986,0,0,0,0,0),(56315,24938,530,1,1,22911,1,12789,-6907.87,40.2951,4.57595,600,0,0,6986,0,0,0,0,0),(54185,24938,530,1,1,22911,1,12801.5,-6912.46,41.1143,3.85653,600,0,0,6986,0,0,0,0,0),(54184,24938,530,1,1,22911,1,12808.3,-6906.81,41.1163,0.959192,600,0,0,6986,0,0,0,0,0),(54183,24938,530,1,1,22911,1,12808.2,-6914.55,41.1163,5.24354,600,0,0,6986,0,0,0,0,0),(54182,24938,530,1,1,22911,1,12808.7,-6892.19,40.2949,5.98967,600,0,0,6986,0,0,0,0,0),(54181,24938,530,1,1,22911,1,12810.2,-6884.42,40.2951,0.0858385,600,0,0,6986,0,0,0,0,0),(54178,24938,530,1,1,22911,1,12807.4,-6875.51,40.2951,0.498174,600,0,0,6986,0,0,0,0,0),(54177,24938,530,1,1,22911,1,12802,-6868.65,40.2951,0.883018,600,0,0,6986,0,0,0,0,0),(54176,24938,530,1,1,22911,1,12786.5,-6863.01,40.2951,2.09075,600,0,0,6986,0,0,0,0,0),(54165,24938,530,1,1,22911,1,12794.4,-6864.34,40.2951,1.6148,600,0,0,6986,0,0,0,0,0),(54143,24938,530,1,1,22911,1,12770.8,-6870.07,40.2951,2.41591,600,0,0,6986,0,0,0,0,0),(54114,24938,530,1,1,22911,1,12766.3,-6878.14,40.2951,2.71043,600,0,0,6986,0,0,0,0,0),(54113,24938,530,1,1,22911,1,12765.3,-6885.82,40.2951,3.06779,600,0,0,6986,0,0,0,0,0),(54092,24938,530,1,1,22911,1,12920.2,-6883.16,7.18029,0.501858,600,0,0,6986,0,0,0,0,0),(54049,24938,530,1,1,22911,1,12923.2,-6877.61,7.60696,0.600033,600,0,0,6986,0,0,0,0,0),(54038,24938,530,1,1,22911,1,12921,-6879.1,7.53825,0.600033,600,0,0,6986,0,0,0,0,0),(54034,24938,530,1,1,22911,1,12917.6,-6878.1,7.76374,0.431172,600,0,0,6986,0,0,0,0,0),(54032,24938,530,1,1,22911,1,12900.8,-6857.34,7.84174,2.54665,600,0,0,6986,0,0,0,0,0),(54031,24938,530,1,1,22911,1,12926.1,-6926.92,3.88093,3.99643,600,0,0,6986,0,0,0,0,0),(54030,24938,530,1,1,22911,1,12928.2,-6929.16,3.88093,3.88804,600,0,0,6986,0,0,0,0,0),(54029,24938,530,1,1,22911,1,12966.7,-6952.63,8.84554,5.7133,600,0,0,6986,0,0,0,0,0),(54028,24938,530,1,1,22911,1,12959.6,-6962.5,14.7312,6.06673,600,0,0,6986,0,0,0,0,0),(54023,24938,530,1,1,22911,1,12946.1,-6983.61,19.0217,5.09283,600,0,0,6986,0,0,0,0,0),(54004,24938,530,1,1,22911,1,13004.7,-6915.27,9.58418,4.11268,600,0,0,6986,0,0,0,0,0),(53982,24938,530,1,1,22911,1,12984.4,-6927.63,10.2318,5.55622,600,0,0,6986,0,0,0,0,0),(53981,24938,530,1,1,22911,1,12956.7,-6905.94,5.8758,5.3481,600,0,0,6986,0,0,0,0,0),(53980,25059,530,1,1,0,1,13009.1,-6916.25,9.58312,2.11293,600,0,0,69860,0,0,0,0,0),(53979,24965,530,1,1,0,1,12886.5,-6869.97,10.5939,0.18419,600,0,0,6986,0,0,0,0,0),(53967,25032,530,1,1,0,1,12885.6,-6874.22,10.6047,0.125286,600,0,0,6986,0,0,0,0,0),(63141,26741,0,1,1,24019,0,1824.35,1598.46,95.6184,5.74213,180,0,0,8982,0,0,0,0,0),(95049,26751,0,1,1,24019,0,1822.94,1585.59,95.4653,1.23918,180,0,0,8982,0,0,0,0,0),(143599,23289,530,1,1,0,0,-5141.08,637.882,36.1892,0,300,0,0,4299,0,2,0,0,0),(95051,26324,0,1,1,24029,0,1822.94,1585.59,99.1486,1.23918,180,0,0,8982,3155,0,0,0,0),(95052,26741,0,1,1,24019,0,1831.2,1604.03,95.8251,5.07891,180,0,0,8982,0,0,0,0,0),(95053,26741,0,1,1,24019,0,1827.45,1601.66,95.7715,5.41052,180,0,0,8982,0,0,0,0,0),(143600,23289,530,1,1,0,0,-5158.64,727.454,45.572,0,300,0,0,4299,0,2,0,0,0),(95056,26755,0,1,1,24019,0,1844.78,1584.39,93.7803,1.55334,180,0,0,8982,0,0,0,0,0),(95057,26748,0,1,1,24019,0,1831.8,1585.04,94.5606,1.37881,180,0,0,8982,0,0,0,0,0),(95058,26756,0,1,1,24019,0,1849.13,1584.51,93.6114,1.6057,180,0,0,8982,0,0,0,0,0),(95059,26758,0,1,1,24019,0,1857.48,1583.89,93.0529,1.72788,180,0,0,8982,0,0,0,0,0),(95060,26328,0,1,1,24033,0,1844.78,1584.39,97.4636,1.55334,180,0,0,7185,7196,0,0,0,0),(95061,26757,0,1,1,24019,0,1853.34,1584.24,93.3405,1.67552,180,0,0,8982,0,0,0,0,0),(95062,26752,0,1,1,24019,0,1827.36,1585.33,94.8897,1.309,180,0,0,8982,0,0,0,0,0),(95063,26759,0,1,1,24019,0,1861.66,1583.77,92.6004,1.78024,180,0,0,8982,0,0,0,0,0),(95064,26754,0,1,1,24019,0,1840.5,1584.8,94.0707,1.50098,180,0,0,8982,0,0,0,0,0),(95065,26753,0,1,1,24019,0,1836.01,1584.78,94.2721,1.43117,180,0,0,8982,0,0,0,0,0),(95066,26307,0,1,1,24028,0,1831.8,1585.04,98.244,1.37881,180,0,0,8982,3155,0,0,0,0),(95067,26329,0,1,1,23777,0,1849.13,1584.51,97.2947,1.6057,180,0,0,8982,0,0,0,0,0),(95068,26331,0,1,1,24035,0,1857.48,1583.89,96.7362,1.72788,180,0,0,7185,7196,0,0,0,0),(95069,26330,0,1,1,24034,0,1853.34,1584.24,97.0238,1.67552,180,0,0,8982,3155,0,0,0,0),(95070,26325,0,1,1,24030,0,1827.36,1585.33,98.573,1.309,180,0,0,8982,3155,0,0,0,0),(95071,26332,0,1,1,24036,0,1861.66,1583.77,96.2838,1.78024,180,0,0,8982,0,0,0,0,0),(95072,26327,0,1,1,24032,0,1840.5,1584.8,97.7541,1.50098,180,0,0,8982,3155,0,0,0,0),(95073,26326,0,1,1,24031,0,1836.01,1584.78,97.9554,1.43117,180,0,0,7185,7196,0,0,0,0),(95074,26744,0,1,1,24019,0,1881.94,1596.48,91.2659,3.35103,180,0,0,8982,0,0,0,0,0),(245551,16592,0,1,1,11686,0,-9434.3,-2110.36,65.8038,0.349066,300,0,0,42,0,0,0,0,0),(95076,26745,0,1,1,24019,0,1874.34,1583.65,91.012,1.51844,180,0,0,8982,0,0,0,0,0),(95077,26745,0,1,1,24019,0,1869.63,1583.73,91.564,1.44862,180,0,0,8982,0,0,0,0,0),(95078,26747,0,1,1,24019,0,1892.58,1583.76,88.4827,2.82743,180,0,0,8982,0,0,0,0,0),(95079,26745,0,1,1,24019,0,1879.11,1583.15,90.7216,1.58825,180,0,0,8982,0,0,0,0,0),(95080,26749,0,1,1,24019,0,1894.39,1591.51,87.9352,3.26377,180,0,0,8982,0,0,0,0,0),(95081,26765,0,1,1,24019,0,1893.62,1587.59,88.2195,3.05433,180,0,0,8982,0,0,0,0,0),(16195,23397,564,1,1,21563,1,525.814,265.923,271.546,4.88692,604800,0,0,165200,49635,0,0,0,0),(95084,26012,0,1,1,24023,0,1892.58,1583.76,92.166,2.82743,180,0,0,8982,0,0,0,0,0),(16194,23397,564,1,1,21562,1,566.037,288.195,271.99,4.15388,604800,0,0,165200,49635,0,0,0,0),(95086,26075,0,1,1,23780,1,1894.39,1591.51,91.6185,3.26377,180,0,0,7185,7196,0,0,0,0),(95087,26760,0,1,1,23659,0,1893.62,1587.59,91.9029,3.05433,180,0,0,8982,0,0,0,0,0),(95088,26740,0,1,1,24019,0,1858.47,1606.61,95.4174,5.2709,180,0,0,8982,0,0,0,0,0),(95089,26739,0,1,1,24019,0,1835.75,1604.99,95.6788,4.72984,180,0,0,8982,0,0,0,0,0),(95090,26739,0,1,1,24019,0,1845.04,1605.12,94.6448,4.92183,180,0,0,8982,0,0,0,0,0),(95091,26739,0,1,1,24019,0,1840.38,1604.84,94.9566,4.38078,180,0,0,8982,0,0,0,0,0),(95092,26738,0,1,1,24019,0,1862.45,1608.12,95.2067,4.99164,180,0,0,8982,0,0,0,0,0),(95093,26740,0,1,1,24019,0,1854.38,1605.15,95.3961,4.53786,180,0,0,8982,0,0,0,0,0),(95094,26740,0,1,1,24019,0,1849.59,1605.1,95.0324,4.74729,180,0,0,8982,0,0,0,0,0),(79844,21127,547,3,1,0,0,-197.818,-765.534,42.9912,4.60784,86400,3,0,1,0,1,0,0,0),(47088,17407,530,1,1,17055,0,-3787.35,1253.11,88.8691,0,3600,0,0,4979,0,0,0,0,0),(41637,17407,530,1,1,17055,0,-4204.32,676.51,23.4218,0,3600,0,0,4979,0,0,0,0,0),(42968,17407,530,1,1,17055,0,-3925.41,1142.87,27.5269,0,3600,0,0,4979,0,0,0,0,0),(95100,26738,0,1,1,24019,0,1866.6,1608.57,94.916,4.69494,180,0,0,8982,0,0,0,0,0),(79845,21127,547,3,1,0,0,-168.996,-778.172,42.3661,0.575959,86400,3,0,1,0,1,0,0,0),(80260,17942,547,3,1,0,0,-281.096,-667.138,9.40212,5.84685,86400,0,0,1,0,0,0,0,0),(95104,26738,0,1,1,24019,0,1871.28,1608.02,94.4118,4.39823,180,0,0,8982,0,0,0,0,0),(95105,26724,0,1,1,24019,0,1875.51,1606.74,93.7437,4.11898,180,0,0,8982,0,0,0,0,0),(95106,26743,0,1,1,24019,0,1880.67,1600.91,92.1805,3.63029,180,0,0,8982,0,0,0,0,0),(96488,26309,1,1,1,23757,1,9850.05,1059.94,1310.18,6.21337,180,0,0,8982,0,0,0,0,0),(95108,26742,0,1,1,24019,0,1878.89,1604.54,92.9749,3.87463,180,0,0,8982,0,0,0,0,0),(95845,26309,0,1,1,23757,1,-5657.15,-487.392,400.061,1.69297,180,0,0,8982,0,0,0,0,0),(52094,23264,530,1,1,0,0,-4924.91,375.725,84.607,0.841059,300,0,0,6986,0,0,0,0,0),(52095,23264,530,1,1,0,0,-5033.75,387.807,170.647,4.44133,300,0,0,6986,0,0,0,0,0),(95112,26753,0,1,1,24019,0,1811.61,194.03,70.483,1.64061,180,0,0,8982,0,0,0,0,0),(95113,26752,0,1,1,24019,0,1820.68,194.205,70.483,1.72788,180,0,0,8982,0,0,0,0,0),(95114,26748,0,1,1,24019,0,1816.32,194.068,70.483,1.69297,180,0,0,8982,0,0,0,0,0),(95115,26755,0,1,1,24019,0,1802.41,193.896,70.483,1.55334,180,0,0,8982,0,0,0,0,0),(95116,26757,0,1,1,24019,0,1793.01,193.961,70.483,1.44862,180,0,0,8982,0,0,0,0,0),(95117,26759,0,1,1,24019,0,1783.21,194.112,70.483,1.32645,180,0,0,8982,0,0,0,0,0),(95118,26751,0,1,1,24019,0,1824.95,194.258,70.483,1.78024,180,0,0,8982,0,0,0,0,0),(95119,26756,0,1,1,24019,0,1797.49,193.892,70.483,1.48353,180,0,0,8982,0,0,0,0,0),(95120,26758,0,1,1,24019,0,1787.91,193.918,70.483,1.37881,180,0,0,8982,0,0,0,0,0),(95121,26754,0,1,1,24019,0,1807.14,194.02,70.483,1.58825,180,0,0,8982,0,0,0,0,0),(95122,26326,0,1,1,24031,0,1811.61,194.03,74.1663,1.64061,180,0,0,7185,7196,0,0,0,0),(95123,26325,0,1,1,24030,0,1820.68,194.205,74.1663,1.72788,180,0,0,8982,3155,0,0,0,0),(95124,26307,0,1,1,24028,0,1816.32,194.068,74.1663,1.69297,180,0,0,8982,3155,0,0,0,0),(95125,26328,0,1,1,24033,0,1802.41,193.896,74.1663,1.55334,180,0,0,7185,7196,0,0,0,0),(95126,26330,0,1,1,24034,0,1793.01,193.961,74.1663,1.44862,180,0,0,8982,3155,0,0,0,0),(95127,26332,0,1,1,24036,0,1783.21,194.112,74.1663,1.32645,180,0,0,8982,0,0,0,0,0),(95128,26324,0,1,1,24029,0,1824.95,194.258,74.1663,1.78024,180,0,0,8982,3155,0,0,0,0),(95129,26329,0,1,1,23777,0,1797.49,193.892,74.1663,1.48353,180,0,0,8982,0,0,0,0,0),(95130,26331,0,1,1,24035,0,1787.91,193.918,74.1663,1.37881,180,0,0,7185,7196,0,0,0,0),(95131,26327,0,1,1,24032,0,1807.14,194.02,74.1663,1.58825,180,0,0,8982,3155,0,0,0,0),(95132,26765,0,1,1,24019,0,1814.6,238.413,60.5633,6.26573,180,0,0,8982,0,0,0,0,0),(95133,26749,0,1,1,24019,0,1812.39,231.916,60.6701,0.191986,180,0,0,8982,0,0,0,0,0),(95134,26760,0,1,1,23659,0,1814.6,238.413,64.2466,6.26573,180,0,0,8982,0,0,0,0,0),(95135,26747,0,1,1,24019,0,1812.11,245.365,60.6701,6.05629,180,0,0,8982,0,0,0,0,0),(95136,26075,0,1,1,23780,1,1812.39,231.916,64.3534,0.191986,180,0,0,7185,7196,0,0,0,0),(95137,26012,0,1,1,24023,0,1812.11,245.365,64.3534,6.05629,180,0,0,8982,0,0,0,0,0),(95138,26739,0,1,1,24019,0,1772.21,284.914,70.483,4.93928,180,0,0,8982,0,0,0,0,0),(95139,26739,0,1,1,24019,0,1780.97,284.972,70.483,4.85202,180,0,0,8982,0,0,0,0,0),(95140,26740,0,1,1,24019,0,1789.77,284.753,70.483,4.76475,180,0,0,8982,0,0,0,0,0),(95141,26741,0,1,1,24019,0,1757.85,285.368,70.483,5.07891,180,0,0,8982,0,0,0,0,0),(95142,26740,0,1,1,24019,0,1785.63,284.86,70.483,4.81711,180,0,0,8982,0,0,0,0,0),(95143,26741,0,1,1,24019,0,1762.79,285.141,70.483,5.044,180,0,0,8982,0,0,0,0,0),(95144,26738,0,1,1,24019,0,1798.89,284.425,70.483,4.66003,180,0,0,8982,0,0,0,0,0),(95145,26739,0,1,1,24019,0,1776.41,284.918,70.483,4.90438,180,0,0,8982,0,0,0,0,0),(95146,26738,0,1,1,24019,0,1803.06,284.255,70.483,4.60767,180,0,0,8982,0,0,0,0,0),(95147,26741,0,1,1,24019,0,1767.37,285.362,70.483,4.99164,180,0,0,8982,0,0,0,0,0),(95148,26740,0,1,1,24019,0,1794.44,284.529,70.483,4.69494,180,0,0,8982,0,0,0,0,0),(40558,17407,530,1,1,17055,0,-4287.04,805.089,22.9139,0,3600,0,0,4979,0,0,0,0,0),(40552,17407,530,1,1,17055,0,-4084.65,855.649,7.45207,0,3600,0,0,4979,0,0,0,0,0),(143601,23287,530,1,1,0,0,-5229.83,626.327,48.9302,4.2237,300,0,0,4299,0,0,0,0,0),(143602,23287,530,1,1,0,0,-5160.78,616.745,36.2415,5.044,300,0,0,4299,0,0,0,0,0),(40531,17407,530,1,1,17055,0,-3669.82,1074.14,68.2889,0,3600,0,0,4979,0,0,0,0,0),(40532,17407,530,1,1,17055,0,-3645.01,738.124,-3.39476,0,3600,0,0,4979,0,0,0,0,0),(95702,26309,1,1,1,23757,1,343.084,-4739.37,13.3583,1.74533,180,0,0,8982,0,0,0,0,0),(143603,23287,530,1,1,0,0,-5160.42,658.833,38.7361,3.10669,300,0,0,4299,0,0,0,0,0),(95160,26007,0,1,1,23766,0,1641.98,239.803,62.6749,0.034907,180,0,0,8982,0,0,0,0,0),(95161,26007,0,1,1,23766,0,1720.57,335.589,-49.023,3.90954,180,0,0,8982,0,0,0,0,0),(95162,26742,0,1,1,24019,0,1817.09,283.71,70.483,4.46804,180,0,0,8982,0,0,0,0,0),(95163,26738,0,1,1,24019,0,1807.6,284.146,70.483,4.55531,180,0,0,8982,0,0,0,0,0),(95164,26724,0,1,1,24019,0,1812.21,283.873,70.483,4.5204,180,0,0,8982,0,0,0,0,0),(95165,26743,0,1,1,24019,0,1821.55,283.656,70.483,4.41568,180,0,0,8982,0,0,0,0,0),(95166,26744,0,1,1,24019,0,1826.07,283.764,70.483,4.38078,180,0,0,8982,0,0,0,0,0),(52264,23150,530,1,1,21284,0,-5121.2,532.319,85.3588,2.64879,300,0,0,6761,0,0,0,0,0),(95773,26309,1,1,1,23757,1,-599.671,-4276.86,41.7691,2.07694,180,0,0,8982,0,0,0,0,0),(52093,23264,530,1,1,0,0,-4922.88,216.524,63.3957,0.804148,300,0,0,6986,0,0,0,0,0),(95172,26007,0,1,1,23766,0,1596.09,240.204,-52.0596,0.10472,180,0,0,8982,0,0,0,0,0),(95173,26745,0,1,1,24019,0,1835.63,283.499,70.483,4.29351,180,0,0,8982,0,0,0,0,0),(95174,26745,0,1,1,24019,0,1830.92,283.602,70.483,4.32842,180,0,0,8982,0,0,0,0,0),(16193,23397,564,1,1,21563,1,560.511,281.83,271.815,0.994838,604800,0,0,165200,49635,0,0,0,0),(95177,26745,0,1,1,24019,0,1840.09,283.23,70.483,4.24115,180,0,0,8982,0,0,0,0,0),(95179,26007,530,1,1,23766,0,9816.18,-7267.55,26.312,4.01426,180,0,0,8982,0,0,0,0,0),(95180,26738,530,1,1,24019,0,9567.51,-7281.38,14.084,1.53589,180,0,0,8982,0,0,0,0,0),(95181,26738,530,1,1,24019,0,9572.19,-7281.35,14.0835,1.8326,180,0,0,8982,0,0,0,0,0),(95182,26740,530,1,1,24019,0,9550.38,-7281.02,14.0816,1.27409,180,0,0,8982,0,0,0,0,0),(95183,26745,530,1,1,24019,0,9598.18,-7281.77,14.086,1.55334,180,0,0,8982,0,0,0,0,0),(95184,26745,530,1,1,24019,0,9594,-7281.68,14.0854,1.25664,180,0,0,8982,0,0,0,0,0),(95185,26743,530,1,1,24019,0,9585.25,-7281.74,14.0864,1.72788,180,0,0,8982,0,0,0,0,0),(95186,26740,530,1,1,24019,0,9559.01,-7281.31,14.0838,1.8675,180,0,0,8982,0,0,0,0,0),(95187,26740,530,1,1,24019,0,9554.8,-7281.12,14.0823,1.5708,180,0,0,8982,0,0,0,0,0),(95188,26744,530,1,1,24019,0,9589.66,-7281.58,14.0847,2.00713,180,0,0,8982,0,0,0,0,0),(95189,26758,530,1,1,24019,0,9560.71,-7320.98,14.2086,4.11898,180,0,0,8982,0,0,0,0,0),(95190,26742,530,1,1,24019,0,9581.06,-7281.64,14.0857,1.44862,180,0,0,8982,0,0,0,0,0),(95191,26739,530,1,1,24019,0,9546.12,-7280.99,14.0815,1.8326,180,0,0,8982,0,0,0,0,0),(95192,26759,530,1,1,24019,0,9565.17,-7321.02,14.2118,3.9968,180,0,0,8982,0,0,0,0,0),(95193,26757,530,1,1,24019,0,9556.23,-7320.85,14.2062,4.24115,180,0,0,8982,0,0,0,0,0),(95194,26724,530,1,1,24019,0,9576.63,-7281.49,14.0845,1.15192,180,0,0,8982,0,0,0,0,0),(96468,26309,1,1,1,23757,1,9854.1,1068.35,1310.95,5.55015,180,0,0,8982,0,0,0,0,0),(96461,26309,1,1,1,23757,1,9946.86,2180.83,1331.47,0.244346,180,0,0,8982,0,0,0,0,0),(76278,28547,602,3,1,0,0,1175.45,-260.06,52.3494,3.60509,7200,5,0,1,0,1,0,0,0),(95199,26738,530,1,1,24019,0,9563.2,-7281.29,14.0834,1.23918,180,0,0,8982,0,0,0,0,0),(95200,26756,530,1,1,24019,0,9551.52,-7320.85,14.204,4.39823,180,0,0,8982,0,0,0,0,0),(16192,23397,564,1,1,21563,1,556.271,309.963,271.697,2.96706,604800,0,0,165200,49635,0,0,0,0),(52091,23264,530,1,1,0,0,-5054.68,-88.0717,66.4088,5.42544,300,0,0,6986,0,0,0,0,0),(52092,23264,530,1,1,0,0,-5009.07,130.602,77.0179,6.26581,300,0,0,6986,0,0,0,0,0),(245550,16592,1,1,1,11686,0,9778.64,1019.38,1299.79,0.261799,300,0,0,42,0,0,0,0,0),(95206,26331,530,1,1,24035,0,9560.71,-7320.98,17.892,4.11898,180,0,0,7185,7196,0,0,0,0),(52263,23150,530,1,1,21284,0,-5130.06,525.152,85.6852,2.06209,300,0,0,6761,0,0,0,0,0),(95209,26332,530,1,1,24036,0,9565.17,-7321.02,17.8952,3.9968,180,0,0,8982,0,0,0,0,0),(95210,26330,530,1,1,24034,0,9556.23,-7320.85,17.8895,4.24115,180,0,0,8982,3155,0,0,0,0),(95771,26309,1,1,1,23757,1,-603.758,-4277.35,41.6331,1.97222,180,0,0,8982,0,0,0,0,0),(95213,26329,530,1,1,23777,0,9551.52,-7320.85,17.8874,4.39823,180,0,0,8982,0,0,0,0,0),(95214,26745,530,1,1,24019,0,9602.14,-7281.89,14.0869,1.8326,180,0,0,8982,0,0,0,0,0),(95216,26007,530,1,1,23766,0,9593.79,-7134.21,14.3742,4.67748,180,0,0,8982,0,0,0,0,0),(95217,26751,530,1,1,24019,0,9524.75,-7319.78,14.2025,5.34071,180,0,0,8982,0,0,0,0,0),(95218,26748,530,1,1,24019,0,9533.16,-7320.12,14.208,5.09636,180,0,0,8982,0,0,0,0,0),(95219,26741,530,1,1,24019,0,9529.76,-7280.84,14.0818,1.5708,180,0,0,8982,0,0,0,0,0),(95220,26752,530,1,1,24019,0,9529.04,-7319.91,14.2055,5.21853,180,0,0,8982,0,0,0,0,0),(95221,26754,530,1,1,24019,0,9541.87,-7320.59,14.2045,4.7822,180,0,0,8982,0,0,0,0,0),(95222,26749,530,1,1,24019,0,9514.48,-7296.24,14.5,3.35103,180,0,0,8982,0,0,0,0,0),(95223,26755,530,1,1,24019,0,9546.75,-7320.65,14.208,4.57276,180,0,0,8982,0,0,0,0,0),(95224,26739,530,1,1,24019,0,9542.08,-7280.83,14.0803,1.5708,180,0,0,8982,0,0,0,0,0),(95225,26765,530,1,1,24019,0,9514.43,-7300.57,14.5415,3.15905,180,0,0,8982,0,0,0,0,0),(95226,26324,530,1,1,24029,0,9524.75,-7319.78,17.8859,5.34071,180,0,0,8982,3155,0,0,0,0),(95227,26307,530,1,1,24028,0,9533.16,-7320.12,17.8914,5.09636,180,0,0,8982,3155,0,0,0,0),(95228,26325,530,1,1,24030,0,9529.04,-7319.91,17.8889,5.21853,180,0,0,8982,3155,0,0,0,0),(95229,26741,530,1,1,24019,0,9534.04,-7280.74,14.0802,1.88496,180,0,0,8982,0,0,0,0,0),(95230,26747,530,1,1,24019,0,9514.55,-7304.63,14.5456,2.98451,180,0,0,8982,0,0,0,0,0),(95231,26741,530,1,1,24019,0,9525.61,-7280.67,14.0809,1.29154,180,0,0,8982,0,0,0,0,0),(95232,26739,530,1,1,24019,0,9537.96,-7280.78,14.08,1.27409,180,0,0,8982,0,0,0,0,0),(95233,26753,530,1,1,24019,0,9537.32,-7320.32,14.2026,4.95674,180,0,0,8982,0,0,0,0,0),(95234,26327,530,1,1,24032,0,9541.87,-7320.59,17.8879,4.7822,180,0,0,8982,3155,0,0,0,0),(95235,26075,530,1,1,23780,1,9514.48,-7296.24,18.1833,3.35103,180,0,0,7185,7196,0,0,0,0),(95236,26328,530,1,1,24033,0,9546.75,-7320.65,17.8913,4.57276,180,0,0,7185,7196,0,0,0,0),(35871,17407,530,1,1,17055,0,-3312.02,795.035,-19.3869,0,3600,0,0,4979,0,0,0,0,0),(95238,26760,530,1,1,23659,0,9514.43,-7300.57,18.2249,3.15905,180,0,0,8982,0,0,0,0,0),(143604,23287,530,1,1,0,0,-5163.11,651.53,37.3971,2.46091,300,0,0,4299,0,0,0,0,0),(95240,26012,530,1,1,24023,0,9514.55,-7304.63,18.229,2.98451,180,0,0,8982,0,0,0,0,0),(143605,23287,530,1,1,0,0,-5160.55,678.992,41.0232,2.79253,300,0,0,4299,0,0,0,0,0),(95243,26326,530,1,1,24031,0,9537.32,-7320.32,17.886,4.95674,180,0,0,7185,7196,0,0,0,0),(95244,26007,530,1,1,23766,0,9280.18,-6960.89,5.4896,3.15905,180,0,0,8982,0,0,0,0,0),(95245,26741,530,1,1,24019,0,9485.75,-6814.39,16.5769,0.471239,180,0,0,8982,0,0,0,0,0),(95246,26741,530,1,1,24019,0,9487.75,-6817.6,16.5769,0.785398,180,0,0,8982,0,0,0,0,0),(95247,26741,530,1,1,24019,0,9485.1,-6810.26,16.5769,0.10472,180,0,0,8982,0,0,0,0,0),(95248,26739,530,1,1,24019,0,9483.99,-6805.93,16.5769,0.715585,180,0,0,8982,0,0,0,0,0),(95249,26739,530,1,1,24019,0,9481.38,-6802.79,16.5769,0.349066,180,0,0,8982,0,0,0,0,0),(143606,23287,530,1,1,0,0,-5161.21,668.851,40.5012,3.28122,300,0,0,4299,0,0,0,0,0),(143607,23287,530,1,1,0,0,-5152.85,621.456,35.8735,5.16617,300,0,0,4299,0,0,0,0,0),(35870,17407,530,1,1,17055,0,-2690.47,1403.7,97.6697,0,3600,0,0,4979,0,0,0,0,0),(95255,26740,530,1,1,24019,0,9486.57,-6773.35,16.5769,5.3058,180,0,0,8982,0,0,0,0,0),(95256,26739,530,1,1,24019,0,9481.37,-6798.37,16.5769,6.24828,180,0,0,8982,0,0,0,0,0),(95257,26740,530,1,1,24019,0,9490.43,-6771.74,16.5769,4.90438,180,0,0,8982,0,0,0,0,0),(52364,17962,547,3,1,0,1,127.398,-299.944,3.03642,1.17352,86400,1,0,15489,0,1,0,0,0),(95260,26740,530,1,1,24019,0,9494.93,-6772.12,16.5769,4.46804,180,0,0,8982,0,0,0,0,0),(52363,17962,547,3,1,0,1,135.692,-464.558,3.0339,2.38563,86400,5,0,15489,0,1,0,0,0),(52362,17962,547,3,1,0,1,43.2334,-362.787,3.03565,0.253619,86400,1,0,15489,0,1,0,0,0),(95263,26752,530,1,1,24019,0,9547.04,-6812.6,16.5441,3.4383,180,0,0,8982,0,0,0,0,0),(95264,26755,530,1,1,24019,0,9544.78,-6829.37,16.5759,2.61799,180,0,0,8982,0,0,0,0,0),(95265,26765,530,1,1,24019,0,9493.56,-6835.23,16.5769,0.802851,180,0,0,8982,0,0,0,0,0),(95266,26747,530,1,1,24019,0,9490.31,-6832.23,16.5769,0.628319,180,0,0,8982,0,0,0,0,0),(95267,26754,530,1,1,24019,0,9546.56,-6825.37,16.5759,2.82743,180,0,0,8982,0,0,0,0,0),(95268,26756,530,1,1,24019,0,9542.14,-6833.07,16.576,2.40855,180,0,0,8982,0,0,0,0,0),(95269,26759,530,1,1,24019,0,9531.15,-6841.11,16.5768,1.76278,180,0,0,8982,0,0,0,0,0),(95270,26757,530,1,1,24019,0,9539.04,-6836.32,16.5768,2.19912,180,0,0,8982,0,0,0,0,0),(95271,26758,530,1,1,24019,0,9535.18,-6839.05,16.5768,1.97222,180,0,0,8982,0,0,0,0,0),(95272,26749,530,1,1,24019,0,9496.39,-6838.44,16.5769,0.959931,180,0,0,8982,0,0,0,0,0),(95273,26325,530,1,1,24030,0,9547.04,-6812.6,20.2275,3.4383,180,0,0,8982,3155,0,0,0,0),(95274,26328,530,1,1,24033,0,9544.78,-6829.37,20.2592,2.61799,180,0,0,7185,7196,0,0,0,0),(95275,26760,530,1,1,23659,0,9493.56,-6835.23,20.2602,0.802851,180,0,0,8982,0,0,0,0,0),(95276,26751,530,1,1,24019,0,9546.18,-6808.82,16.4958,3.61283,180,0,0,8982,0,0,0,0,0),(95277,26748,530,1,1,24019,0,9547.34,-6816.89,16.5695,3.24631,180,0,0,8982,0,0,0,0,0),(95278,26753,530,1,1,24019,0,9547.14,-6821.23,16.5759,3.03687,180,0,0,8982,0,0,0,0,0),(95279,26012,530,1,1,24023,0,9490.31,-6832.23,20.2602,0.628319,180,0,0,8982,0,0,0,0,0),(95280,26327,530,1,1,24032,0,9546.56,-6825.37,20.2592,2.82743,180,0,0,8982,3155,0,0,0,0),(95281,26329,530,1,1,23777,0,9542.14,-6833.07,20.2593,2.40855,180,0,0,8982,0,0,0,0,0),(95282,26332,530,1,1,24036,0,9531.15,-6841.11,20.2601,1.76278,180,0,0,8982,0,0,0,0,0),(95283,26330,530,1,1,24034,0,9539.04,-6836.32,20.2601,2.19912,180,0,0,8982,3155,0,0,0,0),(95284,26331,530,1,1,24035,0,9535.18,-6839.05,20.2601,1.97222,180,0,0,7185,7196,0,0,0,0),(95285,26075,530,1,1,23780,1,9496.39,-6838.44,20.2602,0.959931,180,0,0,7185,7196,0,0,0,0),(95286,26324,530,1,1,24029,0,9546.18,-6808.82,20.1791,3.61283,180,0,0,8982,3155,0,0,0,0),(95287,26307,530,1,1,24028,0,9547.34,-6816.89,20.2528,3.24631,180,0,0,8982,3155,0,0,0,0),(95288,26326,530,1,1,24031,0,9547.14,-6821.23,20.2593,3.03687,180,0,0,7185,7196,0,0,0,0),(95289,26738,530,1,1,24019,0,9499.53,-6772.75,16.5766,4.83456,180,0,0,8982,0,0,0,0,0),(95290,26745,530,1,1,24019,0,9539.34,-6785.59,16.2836,2.74017,180,0,0,8982,0,0,0,0,0),(95291,26742,530,1,1,24019,0,9522.62,-6774.18,16.5054,5.2709,180,0,0,8982,0,0,0,0,0),(95292,26724,530,1,1,24019,0,9518.53,-6775.67,16.5727,5.5676,180,0,0,8982,0,0,0,0,0),(95293,26745,530,1,1,24019,0,9541.05,-6781.55,15.8346,3.08923,180,0,0,8982,0,0,0,0,0),(95294,26738,530,1,1,24019,0,9507.46,-6774.56,16.5766,4.10152,180,0,0,8982,0,0,0,0,0),(95295,26738,530,1,1,24019,0,9503.36,-6773.53,16.5764,4.46804,180,0,0,8982,0,0,0,0,0),(95296,26744,530,1,1,24019,0,9530.67,-6770.66,15.7356,4.64258,180,0,0,8982,0,0,0,0,0),(95297,26745,530,1,1,24019,0,9537.87,-6789.84,16.5007,2.3911,180,0,0,8982,0,0,0,0,0),(95298,26743,530,1,1,24019,0,9526.6,-6772.73,16.2769,4.95674,180,0,0,8982,0,0,0,0,0),(96457,26309,1,1,1,23757,1,9946.51,2171.36,1331.23,0.331613,180,0,0,8982,0,0,0,0,0),(52259,23150,530,1,1,21284,0,-5145.34,560.053,83.7917,4.86383,300,0,0,6761,0,0,0,0,0),(52260,23150,530,1,1,21284,0,-5143.63,545.003,73.6164,5.54116,300,0,0,6761,0,0,0,0,0),(52261,23150,530,1,1,21284,0,-5143.59,525.125,83.6451,1.25336,300,0,0,6761,0,0,0,0,0),(52262,23150,530,1,1,21284,0,-5135.65,537.691,73.6029,2.36501,300,0,0,6761,0,0,0,0,0),(52090,23264,530,1,1,0,0,-5159.08,-91.113,71.6623,3.74625,300,0,0,6986,0,0,0,0,0),(95309,26007,530,1,1,23766,0,10073.4,-6340.78,5.45281,5.74213,180,0,0,8982,0,0,0,0,0),(95310,26740,530,1,1,24019,0,10381.8,-6411.2,38.6156,3.29867,180,0,0,8982,0,0,0,0,0),(95311,26724,530,1,1,24019,0,10339.4,-6416.34,38.6156,0.087266,180,0,0,8982,0,0,0,0,0),(95312,26740,530,1,1,24019,0,10381.3,-6407.14,38.6156,3.45575,180,0,0,8982,0,0,0,0,0),(95313,26752,530,1,1,24019,0,10377.4,-6400.49,49.7988,5.96903,180,0,0,8982,0,0,0,0,0),(95314,26755,530,1,1,24019,0,10380.4,-6411.47,49.7988,0.872665,180,0,0,8982,0,0,0,0,0),(95315,26738,530,1,1,24019,0,10380.7,-6419.44,38.6156,2.98451,180,0,0,8982,0,0,0,0,0),(95316,26743,530,1,1,24019,0,10339.4,-6408.97,38.6156,6.10865,180,0,0,8982,0,0,0,0,0),(95317,26748,530,1,1,24019,0,10376.7,-6403.38,49.7989,6.24828,180,0,0,8982,0,0,0,0,0),(95318,26754,530,1,1,24019,0,10378.2,-6409.42,49.7988,0.593412,180,0,0,8982,0,0,0,0,0),(95319,26738,530,1,1,24019,0,10378.7,-6423.19,38.6156,2.80998,180,0,0,8982,0,0,0,0,0),(95320,26742,530,1,1,24019,0,10339.3,-6412.58,38.6156,6.23082,180,0,0,8982,0,0,0,0,0),(95321,26765,530,1,1,24019,0,10358.9,-6408.13,38.6149,1.85005,180,0,0,8982,0,0,0,0,0),(95322,26753,530,1,1,24019,0,10377.2,-6406.48,49.7985,0.279253,180,0,0,8982,0,0,0,0,0),(95323,26747,530,1,1,24019,0,10355.8,-6409.77,38.6155,1.53589,180,0,0,8982,0,0,0,0,0),(95324,26749,530,1,1,24019,0,10362.4,-6407.15,38.6155,2.21657,180,0,0,8982,0,0,0,0,0),(95325,26744,530,1,1,24019,0,10340.4,-6405.23,38.6156,5.95157,180,0,0,8982,0,0,0,0,0),(76279,28825,602,3,1,0,0,1176.09,-249.283,52.3536,4.02161,7200,5,0,1,0,1,0,0,0),(76280,28825,602,3,1,0,0,1166.92,-254.841,52.3435,3.00589,7200,5,0,1,0,1,0,0,0),(95329,26325,530,1,1,24030,0,10377.4,-6400.49,53.4821,5.96903,180,0,0,8982,3155,0,0,0,0),(95330,26328,530,1,1,24033,0,10380.4,-6411.47,53.4821,0.872665,180,0,0,7185,7196,0,0,0,0),(96456,26309,1,1,1,23757,1,9946.86,2176.09,1331.33,0.296706,180,0,0,8982,0,0,0,0,0),(95332,26745,530,1,1,24019,0,10342,-6401.89,38.6156,5.81195,180,0,0,8982,0,0,0,0,0),(95333,26738,530,1,1,24019,0,10381.8,-6415.43,38.6156,3.14159,180,0,0,8982,0,0,0,0,0),(52089,23264,530,1,1,0,0,-5209.89,-72.5772,67.4847,0.338408,300,0,0,6986,0,0,0,0,0),(95335,26307,530,1,1,24028,0,10376.7,-6403.38,53.4822,6.24828,180,0,0,8982,3155,0,0,0,0),(95336,26327,530,1,1,24032,0,10378.2,-6409.42,53.4821,0.593412,180,0,0,8982,3155,0,0,0,0),(96380,26309,530,1,1,23757,1,-4121.41,-13729.8,78.4289,4.66003,180,0,0,8982,0,0,0,0,0),(52237,23150,530,1,1,21284,0,-5152.51,553.331,83.562,5.34214,300,0,0,6761,0,0,0,0,0),(95339,26760,530,1,1,23659,0,10358.9,-6408.13,42.2982,1.85005,180,0,0,8982,0,0,0,0,0),(95340,26326,530,1,1,24031,0,10377.2,-6406.48,53.4818,0.279253,180,0,0,7185,7196,0,0,0,0),(95341,26012,530,1,1,24023,0,10355.8,-6409.77,42.2989,1.53589,180,0,0,8982,0,0,0,0,0),(95342,26075,530,1,1,23780,1,10362.4,-6407.15,42.2989,2.21657,180,0,0,7185,7196,0,0,0,0),(245549,16592,0,1,1,11686,0,188.243,-2132.53,102.674,-1.37881,300,0,0,42,0,0,0,0,0),(96379,26309,530,1,1,23757,1,-4131.41,-13731.5,78.403,5.18363,180,0,0,8982,0,0,0,0,0),(95347,26759,530,1,1,24019,0,10408.1,-6401.21,52.1757,3.19395,180,0,0,8982,0,0,0,0,0),(95348,26332,530,1,1,24036,0,10408.1,-6401.21,55.859,3.19395,180,0,0,8982,0,0,0,0,0),(95349,26739,530,1,1,24019,0,10378.1,-6399.95,38.6156,3.735,180,0,0,8982,0,0,0,0,0),(95350,26741,530,1,1,24019,0,10369.7,-6392.55,38.6156,4.15388,180,0,0,8982,0,0,0,0,0),(95351,26745,530,1,1,24019,0,10346.3,-6395.76,38.6156,5.53269,180,0,0,8982,0,0,0,0,0),(95352,26751,530,1,1,24019,0,10379,-6397.45,49.8006,5.61996,180,0,0,8982,0,0,0,0,0),(95353,26741,530,1,1,24019,0,10365.9,-6391.32,38.6156,4.29351,180,0,0,8982,0,0,0,0,0),(95354,26745,530,1,1,24019,0,10344,-6398.57,38.6156,5.67232,180,0,0,8982,0,0,0,0,0),(95355,26739,530,1,1,24019,0,10373.2,-6394.57,38.6156,3.9968,180,0,0,8982,0,0,0,0,0),(95356,26739,530,1,1,24019,0,10376,-6396.96,38.6156,3.87463,180,0,0,8982,0,0,0,0,0),(95357,26741,530,1,1,24019,0,10362,-6390.17,38.6154,4.45059,180,0,0,8982,0,0,0,0,0),(32594,17407,530,1,1,17055,0,-2647.31,1086.09,53.6028,0,3600,0,0,4979,0,0,0,0,0),(143608,23287,530,1,1,0,0,-5157.46,707.981,42.9782,2.75762,300,0,0,4299,0,0,0,0,0),(95361,26324,530,1,1,24029,0,10379,-6397.45,53.4839,5.61996,180,0,0,8982,3155,0,0,0,0),(95700,26309,1,1,1,23757,1,347.945,-4739.01,13.3807,1.91986,180,0,0,8982,0,0,0,0,0),(143611,23287,530,1,1,0,0,-5144.96,630.149,35.9286,5.61996,300,0,0,4299,0,0,0,0,0),(143609,23287,530,1,1,0,0,-5156.38,687.075,41.2775,2.80998,300,0,0,4299,0,0,0,0,0),(143610,23287,530,1,1,0,0,-5138.04,646.656,36.6503,0.244346,300,0,0,4299,0,0,0,0,0),(95367,26757,530,1,1,24019,0,10410,-6393.97,52.1757,3.56047,180,0,0,8982,0,0,0,0,0),(95368,26756,530,1,1,24019,0,10405.9,-6392.93,52.1757,3.735,180,0,0,8982,0,0,0,0,0),(95369,26330,530,1,1,24034,0,10410,-6393.97,55.859,3.56047,180,0,0,8982,3155,0,0,0,0),(95370,26331,530,1,1,24035,0,10411,-6397.91,55.859,3.35103,180,0,0,7185,7196,0,0,0,0),(95371,26329,530,1,1,23777,0,10405.9,-6392.93,55.859,3.735,180,0,0,8982,0,0,0,0,0),(95372,26007,0,1,1,23766,0,2034.28,165.406,33.9506,5.98648,180,0,0,8982,0,0,0,0,0),(95373,26747,0,1,1,24019,0,2234.47,247.96,33.3015,3.08923,180,0,0,8982,0,0,0,0,0),(95374,26765,0,1,1,24019,0,2234.76,252.124,33.6871,2.93215,180,0,0,8982,0,0,0,0,0),(95375,26012,0,1,1,24023,0,2234.47,247.96,36.9848,3.08923,180,0,0,8982,0,0,0,0,0),(95376,26760,0,1,1,23659,0,2234.76,252.124,37.3704,2.93215,180,0,0,8982,0,0,0,0,0),(95377,26741,0,1,1,24019,0,2244.25,264.65,34.202,2.02458,180,0,0,8982,0,0,0,0,0),(95378,26749,0,1,1,24019,0,2235.55,256.273,34.1446,2.87979,180,0,0,8982,0,0,0,0,0),(95380,26075,0,1,1,23780,1,2235.55,256.273,37.828,2.87979,180,0,0,7185,7196,0,0,0,0),(95381,26757,0,1,1,24019,0,2252.92,308.318,35.0816,5.21853,180,0,0,8982,0,0,0,0,0),(95382,26741,0,1,1,24019,0,2247.12,267.583,34.2157,2.33874,180,0,0,8982,0,0,0,0,0),(95383,26741,0,1,1,24019,0,2249.84,270.683,34.197,2.67035,180,0,0,8982,0,0,0,0,0),(95384,26740,0,1,1,24019,0,2263.54,291.336,34.2739,2.93215,180,0,0,8982,0,0,0,0,0),(95385,26738,0,1,1,24019,0,2265.49,295.103,34.3142,2.26893,180,0,0,8982,0,0,0,0,0),(95386,26756,0,1,1,24019,0,2249.42,306.416,35.2411,5.35816,180,0,0,8982,0,0,0,0,0),(95387,26753,0,1,1,24019,0,2241.34,296.581,35.2725,5.8294,180,0,0,8982,0,0,0,0,0),(95388,26752,0,1,1,24019,0,2240.44,289.174,35.2639,6.0912,180,0,0,8982,0,0,0,0,0),(95389,26739,0,1,1,24019,0,2252.6,273.708,34.197,2.09439,180,0,0,8982,0,0,0,0,0),(95390,26330,0,1,1,24034,0,2252.92,308.318,38.765,5.21853,180,0,0,8982,3155,0,0,0,0),(143612,23287,530,1,1,0,0,-5158.1,699.126,42.5282,3.47321,300,0,0,4299,0,0,0,0,0),(95698,26309,1,1,1,23757,1,352.552,-4739.69,13.5357,2.05949,180,0,0,8982,0,0,0,0,0),(143613,23287,530,1,1,0,0,-5139.44,637.25,36.1637,5.68977,300,0,0,4299,0,0,0,0,0),(95394,26755,0,1,1,24019,0,2246.44,303.898,35.2646,5.49779,180,0,0,8982,0,0,0,0,0),(95395,26751,0,1,1,24019,0,2240.62,285.491,35.1826,6.23082,180,0,0,8982,0,0,0,0,0),(95396,26754,0,1,1,24019,0,2243.16,299.951,35.2725,5.68977,180,0,0,8982,0,0,0,0,0),(95397,26758,0,1,1,24019,0,2256.61,309.504,34.8409,5.07891,180,0,0,8982,0,0,0,0,0),(95398,26740,0,1,1,24019,0,2259.86,283.647,34.2228,2.28638,180,0,0,8982,0,0,0,0,0),(95399,26739,0,1,1,24019,0,2257.51,280.381,34.197,2.75762,180,0,0,8982,0,0,0,0,0),(95400,26748,0,1,1,24019,0,2240.78,292.767,35.2725,5.96903,180,0,0,8982,0,0,0,0,0),(95401,26740,0,1,1,24019,0,2261.62,287.647,34.2584,2.60054,180,0,0,8982,0,0,0,0,0),(95402,26759,0,1,1,24019,0,2260.3,310.291,34.5559,4.93928,180,0,0,8982,0,0,0,0,0),(96377,26309,530,1,1,23757,1,-4126.28,-13730.6,78.4293,4.92183,180,0,0,8982,0,0,0,0,0),(95404,26329,0,1,1,23777,0,2249.42,306.416,38.9244,5.35816,180,0,0,8982,0,0,0,0,0),(79435,17957,547,3,1,0,0,-158.523,-447.859,3.04078,3.66519,86400,0,0,1,0,0,0,0,0),(95406,26326,0,1,1,24031,0,2241.34,296.581,38.9558,5.8294,180,0,0,7185,7196,0,0,0,0),(95407,26325,0,1,1,24030,0,2240.44,289.174,38.9472,6.0912,180,0,0,8982,3155,0,0,0,0),(79440,17890,547,3,1,0,0,-294.504,-380.871,30.5819,1.32645,86400,0,0,1,0,0,0,0,0),(95409,26328,0,1,1,24033,0,2246.44,303.898,38.9479,5.49779,180,0,0,7185,7196,0,0,0,0),(95410,26324,0,1,1,24029,0,2240.62,285.491,38.866,6.23082,180,0,0,8982,3155,0,0,0,0),(95411,26327,0,1,1,24032,0,2243.16,299.951,38.9558,5.68977,180,0,0,8982,3155,0,0,0,0),(95412,26331,0,1,1,24035,0,2256.61,309.504,38.5242,5.07891,180,0,0,7185,7196,0,0,0,0),(52358,17962,547,3,1,0,1,47.6951,-371.659,3.03565,3.24992,86400,1,0,15489,0,1,0,0,0),(95415,26307,0,1,1,24028,0,2240.78,292.767,38.9558,5.96903,180,0,0,8982,3155,0,0,0,0),(95417,26332,0,1,1,24036,0,2260.3,310.291,38.2392,4.93928,180,0,0,8982,0,0,0,0,0),(95418,26738,0,1,1,24019,0,2267.51,299.041,34.2777,2.60054,180,0,0,8982,0,0,0,0,0),(95419,26745,0,1,1,24019,0,2279.35,322.9,34.197,2.28638,180,0,0,8982,0,0,0,0,0),(95420,26743,0,1,1,24019,0,2275.6,314.185,34.2052,2.86234,180,0,0,8982,0,0,0,0,0),(95421,26738,0,1,1,24019,0,2269.63,302.673,34.2115,2.9147,180,0,0,8982,0,0,0,0,0),(95422,26724,0,1,1,24019,0,2271.53,306.353,34.197,2.18166,180,0,0,8982,0,0,0,0,0),(96310,26309,530,1,1,23757,1,-4177.66,-12470.9,47.9964,4.57276,180,0,0,8982,0,0,0,0,0),(52088,23264,530,1,1,0,0,-5194.02,35.3885,71.2372,5.95086,300,0,0,6986,0,0,0,0,0),(95426,26744,0,1,1,24019,0,2277.56,318.539,34.2089,3.21141,180,0,0,8982,0,0,0,0,0),(95427,26742,0,1,1,24019,0,2273.61,310.174,34.2566,2.49582,180,0,0,8982,0,0,0,0,0),(95428,26745,0,1,1,24019,0,2281.16,327.07,34.197,2.74017,180,0,0,8982,0,0,0,0,0),(96296,26309,530,1,1,23757,1,-4186.1,-12472.7,49.1084,4.86947,180,0,0,8982,0,0,0,0,0),(95768,26309,1,1,1,23757,1,-596.086,-4276.05,41.7667,2.18166,180,0,0,8982,0,0,0,0,0),(79425,21128,547,3,1,0,0,-72.7437,-553.587,-0.803235,1.35787,86400,1,0,16574,0,1,0,0,0),(95434,26745,0,1,1,24019,0,2282.7,331.084,34.2343,3.1765,180,0,0,8982,0,0,0,0,0),(15217,23397,564,1,1,21560,1,549.777,315.551,271.467,5.42797,604800,0,0,165200,49635,0,0,0,0),(95436,26007,1,1,1,23766,0,-985.829,280.746,137.674,4.2586,180,0,0,8982,0,0,0,0,0),(95437,26740,1,1,1,24019,0,-1207.35,127.185,134.669,3.56047,180,0,0,8982,0,0,0,0,0),(95438,26738,1,1,1,24019,0,-1204.74,118.892,134.761,3.22886,180,0,0,8982,0,0,0,0,0),(76282,28825,602,3,1,0,0,1166.59,-266.738,52.3458,6.25894,7200,5,0,1,0,1,0,0,0),(76281,28825,602,3,1,0,0,1185.57,-258.923,52.3549,1.94418,7200,5,0,1,0,1,0,0,0),(95441,26738,1,1,1,24019,0,-1206.36,109.654,134.381,2.87979,180,0,0,8982,0,0,0,0,0),(95442,26744,1,1,1,24019,0,-1217.12,93.4787,133.035,2.40855,180,0,0,8982,0,0,0,0,0),(95443,26740,1,1,1,24019,0,-1209.88,130.798,134.544,3.735,180,0,0,8982,0,0,0,0,0),(95444,26724,1,1,1,24019,0,-1208.63,105.408,134.284,2.70526,180,0,0,8982,0,0,0,0,0),(95445,26740,1,1,1,24019,0,-1205.89,123.184,134.657,3.40339,180,0,0,8982,0,0,0,0,0),(95446,26745,1,1,1,24019,0,-1220.38,89.8357,132.181,2.19912,180,0,0,8982,0,0,0,0,0),(95447,26742,1,1,1,24019,0,-1211.18,101.686,134.248,2.51327,180,0,0,8982,0,0,0,0,0),(96291,26309,530,1,1,23757,1,-4181.76,-12471.6,48.4961,4.72984,180,0,0,8982,0,0,0,0,0),(79424,21128,547,3,1,0,0,-131.436,-138.875,-1.92874,5.59713,86400,1,0,16574,0,1,0,0,0),(52084,23285,530,1,1,0,0,-5012.64,527.072,-4.42936,4.9158,300,0,0,6986,0,2,0,0,0),(52085,23285,530,1,1,0,0,-5082.33,474.295,-7.78404,4.8844,300,0,0,6986,0,2,0,0,0),(52086,23285,530,1,1,0,0,-5100.12,472.324,-8.88636,5.63443,300,0,0,6986,0,2,0,0,0),(52087,23264,530,1,1,0,0,-5230.63,64.2247,64.7511,6.18962,300,0,0,6986,0,0,0,0,0),(95457,26739,1,1,1,24019,0,-1216.32,135.667,133.949,4.04916,180,0,0,8982,0,0,0,0,0),(95458,26741,1,1,1,24019,0,-1229.33,138.976,133.333,4.60767,180,0,0,8982,0,0,0,0,0),(79441,17893,547,3,1,0,0,-192.156,-799.579,43.8916,1.23918,86400,0,0,1,0,0,0,0,0),(143614,23287,530,1,1,0,0,-5131.76,701.312,41.2674,0.523599,300,0,0,4299,0,0,0,0,0),(95461,26739,1,1,1,24019,0,-1212.81,133.77,134.26,3.89208,180,0,0,8982,0,0,0,0,0),(95462,26741,1,1,1,24019,0,-1233.68,138.719,133.191,4.81711,180,0,0,8982,0,0,0,0,0),(95463,26739,1,1,1,24019,0,-1220.24,137.372,133.649,4.20624,180,0,0,8982,0,0,0,0,0),(95464,26741,1,1,1,24019,0,-1224.74,138.483,133.456,4.41568,180,0,0,8982,0,0,0,0,0),(79449,17960,547,3,1,0,0,-79.0804,-584.692,1.51208,1.0821,86400,0,0,1,0,0,0,0,0),(143615,23287,530,1,1,0,0,-5156.7,715.892,43.4573,3.10669,300,0,0,4299,0,0,0,0,0),(95655,26309,1,1,1,23757,1,1602.25,-4333.92,5.13907,5.16617,180,0,0,8982,0,0,0,0,0),(95469,26745,1,1,1,24019,0,-1226.87,83.3364,130.878,1.8675,180,0,0,8982,0,0,0,0,0),(95471,26745,1,1,1,24019,0,-1223.56,86.6204,131.497,2.02458,180,0,0,8982,0,0,0,0,0),(15215,22884,564,1,1,17528,0,272.72,808.871,-26.6521,3.33358,604800,0,0,387450,0,0,0,0,0),(95473,26756,1,1,1,24019,0,-1280.32,87.0381,128.887,0.698132,180,0,0,8982,0,0,0,0,0),(95474,26752,1,1,1,24019,0,-1291.06,106.705,131.153,0.15708,180,0,0,8982,0,0,0,0,0),(95475,26329,1,1,1,23777,0,-1280.32,87.0381,132.57,0.698132,180,0,0,8982,0,0,0,0,0),(95476,26325,1,1,1,24030,0,-1291.06,106.705,134.837,0.15708,180,0,0,8982,3155,0,0,0,0),(95477,26749,1,1,1,24019,0,-1271.29,123.7,131.351,2.35619,180,0,0,8982,0,0,0,0,0),(95478,26759,1,1,1,24019,0,-1271.37,77.4551,128.185,0.994838,180,0,0,8982,0,0,0,0,0),(95479,26748,1,1,1,24019,0,-1290.65,102.317,130.969,0.261799,180,0,0,8982,0,0,0,0,0),(95480,26747,1,1,1,24019,0,-1277.8,118.812,131.236,1.97222,180,0,0,8982,0,0,0,0,0),(95481,26765,1,1,1,24019,0,-1274.74,121.512,131.294,2.16421,180,0,0,8982,0,0,0,0,0),(95482,26753,1,1,1,24019,0,-1288.62,97.9486,130.487,0.366519,180,0,0,8982,0,0,0,0,0),(95483,26758,1,1,1,24019,0,-1274.1,80.5777,128.446,0.907571,180,0,0,8982,0,0,0,0,0),(95484,26757,1,1,1,24019,0,-1276.87,83.7532,128.64,0.802851,180,0,0,8982,0,0,0,0,0),(95485,26751,1,1,1,24019,0,-1290.34,110.918,131.213,0.069813,180,0,0,8982,0,0,0,0,0),(95486,26755,1,1,1,24019,0,-1283.54,90.7213,129.403,0.575959,180,0,0,8982,0,0,0,0,0),(95487,26754,1,1,1,24019,0,-1286.33,94.1843,130.035,0.471239,180,0,0,8982,0,0,0,0,0),(95488,26075,1,1,1,23780,1,-1271.29,123.7,135.034,2.35619,180,0,0,7185,7196,0,0,0,0),(95489,26332,1,1,1,24036,0,-1271.37,77.4551,131.868,0.994838,180,0,0,8982,0,0,0,0,0),(95490,26307,1,1,1,24028,0,-1290.65,102.317,134.652,0.261799,180,0,0,8982,3155,0,0,0,0),(95491,26012,1,1,1,24023,0,-1277.8,118.812,134.919,1.97222,180,0,0,8982,0,0,0,0,0),(95492,26760,1,1,1,23659,0,-1274.74,121.512,134.977,2.16421,180,0,0,8982,0,0,0,0,0),(95493,26326,1,1,1,24031,0,-1288.62,97.9486,134.17,0.366519,180,0,0,7185,7196,0,0,0,0),(95494,26331,1,1,1,24035,0,-1274.1,80.5777,132.13,0.907571,180,0,0,7185,7196,0,0,0,0),(95495,26330,1,1,1,24034,0,-1276.87,83.7532,132.323,0.802851,180,0,0,8982,3155,0,0,0,0),(95496,26324,1,1,1,24029,0,-1290.34,110.918,134.896,0.069813,180,0,0,8982,3155,0,0,0,0),(95497,26328,1,1,1,24033,0,-1283.54,90.7213,133.086,0.575959,180,0,0,7185,7196,0,0,0,0),(95498,26327,1,1,1,24032,0,-1286.33,94.1843,133.718,0.471239,180,0,0,8982,3155,0,0,0,0),(95499,26007,1,1,1,23766,0,-1194.94,27.9959,177.033,3.15905,180,0,0,8982,0,0,0,0,0),(95500,26007,1,1,1,23766,0,-1448.1,64.52,14.9269,0.733038,180,0,0,8982,0,0,0,0,0),(95501,26007,1,1,1,23766,0,-2035.25,-323.459,-8.78813,4.2237,180,0,0,8982,0,0,0,0,0),(95502,26740,1,1,1,24019,0,-2320.6,-400.793,-8.2731,1.98968,180,0,0,8982,0,0,0,0,0),(76283,28825,602,3,1,0,0,1183.48,-274.816,52.3588,5.94552,7200,5,0,1,0,1,0,0,0),(95504,26738,1,1,1,24019,0,-2325.14,-402.066,-8.26459,1.71042,180,0,0,8982,0,0,0,0,0),(95505,26738,1,1,1,24019,0,-2329.61,-402.991,-8.27451,1.44862,180,0,0,8982,0,0,0,0,0),(96271,26309,530,1,1,23757,1,-3931.4,-11946.8,1.25584,4.95674,180,0,0,8982,0,0,0,0,0),(96266,26309,530,1,1,23757,1,-3926.76,-11946,1.09044,4.97419,180,0,0,8982,0,0,0,0,0),(95508,26740,1,1,1,24019,0,-2316.45,-398.629,-8.42762,2.28638,180,0,0,8982,0,0,0,0,0),(95509,26739,1,1,1,24019,0,-2309.51,-392.719,-8.88856,2.77507,180,0,0,8982,0,0,0,0,0),(95510,26739,1,1,1,24019,0,-2305.58,-384.99,-8.99918,3.1765,180,0,0,8982,0,0,0,0,0),(52354,17962,547,3,1,0,1,131.953,-302.688,3.03642,2.12777,86400,1,0,15489,0,1,0,0,0),(79461,18206,547,3,1,0,0,-190.947,-693.82,40.8833,3.78736,86400,0,0,1,0,0,0,0,0),(95514,26739,1,1,1,24019,0,-2307.31,-389.074,-8.95912,2.98451,180,0,0,8982,0,0,0,0,0),(95515,26740,1,1,1,24019,0,-2312.41,-396.284,-8.72939,2.53073,180,0,0,8982,0,0,0,0,0),(79463,18206,547,3,1,0,0,-43.7605,9.13253,1.37165,4.43314,86400,0,0,1,0,0,0,0,0),(79469,18206,547,3,1,0,0,-28.6516,8.89823,1.75265,3.63029,86400,0,0,1,0,0,0,0,0),(95518,26738,1,1,1,24019,0,-2334.21,-403.043,-8.32674,1.20428,180,0,0,8982,0,0,0,0,0),(95519,26724,1,1,1,24019,0,-2338.73,-402.06,-8.41727,0.977384,180,0,0,8982,0,0,0,0,0),(96263,26309,530,1,1,23757,1,-3935.95,-11947.2,1.37436,4.85202,180,0,0,8982,0,0,0,0,0),(95522,26759,1,1,1,24019,0,-2286.5,-360.229,-9.34159,2.70526,180,0,0,8982,0,0,0,0,0),(95523,26741,1,1,1,24019,0,-2305.24,-380.286,-9.07223,3.38594,180,0,0,8982,0,0,0,0,0),(95524,26748,1,1,1,24019,0,-2299.78,-337.335,-9.34159,4.57276,180,0,0,8982,0,0,0,0,0),(95525,26765,1,1,1,24019,0,-2339.6,-360.538,-8.51153,5.84685,180,0,0,8982,0,0,0,0,0),(95526,26756,1,1,1,24019,0,-2286.49,-346.895,-9.34159,3.52556,180,0,0,8982,0,0,0,0,0),(95527,26753,1,1,1,24019,0,-2295.89,-338.757,-9.34159,4.31096,180,0,0,8982,0,0,0,0,0),(95528,26332,1,1,1,24036,0,-2286.5,-360.229,-5.65826,2.70526,180,0,0,8982,0,0,0,0,0),(143616,23287,530,1,1,0,0,-5121.37,693.678,38.9288,1.36136,300,0,0,4299,0,0,0,0,0),(95530,26307,1,1,1,24028,0,-2299.78,-337.335,-5.65826,4.57276,180,0,0,8982,3155,0,0,0,0),(95531,26760,1,1,1,23659,0,-2339.6,-360.538,-4.8282,5.84685,180,0,0,8982,0,0,0,0,0),(95532,26329,1,1,1,23777,0,-2286.49,-346.895,-5.65826,3.52556,180,0,0,8982,0,0,0,0,0),(95533,26326,1,1,1,24031,0,-2295.89,-338.757,-5.65826,4.31096,180,0,0,7185,7196,0,0,0,0),(95534,26741,1,1,1,24019,0,-2306.13,-375.656,-9.19857,3.57792,180,0,0,8982,0,0,0,0,0),(95535,26741,1,1,1,24019,0,-2308.03,-371.264,-9.30709,3.78736,180,0,0,8982,0,0,0,0,0),(95536,26757,1,1,1,24019,0,-2285.33,-351.372,-9.34159,3.24631,180,0,0,8982,0,0,0,0,0),(95537,26743,1,1,1,24019,0,-2345.68,-396.185,-8.23578,0.523599,180,0,0,8982,0,0,0,0,0),(95538,26745,1,1,1,24019,0,-2349.54,-383.41,-7.61136,6.17846,180,0,0,8982,0,0,0,0,0),(95539,26751,1,1,1,24019,0,-2308.86,-337.557,-9.34159,5.13127,180,0,0,8982,0,0,0,0,0),(95540,26758,1,1,1,24019,0,-2285.22,-356.114,-9.34159,2.96706,180,0,0,8982,0,0,0,0,0),(95541,26755,1,1,1,24019,0,-2288.53,-343.051,-9.34159,3.78736,180,0,0,8982,0,0,0,0,0),(95542,26745,1,1,1,24019,0,-2348.75,-379.007,-7.63009,5.96903,180,0,0,8982,0,0,0,0,0),(95543,26742,1,1,1,24019,0,-2342.49,-399.435,-8.37736,0.733038,180,0,0,8982,0,0,0,0,0),(95544,26749,1,1,1,24019,0,-2341.53,-364.844,-8.33903,6.16101,180,0,0,8982,0,0,0,0,0),(95545,26744,1,1,1,24019,0,-2347.88,-392.132,-8.00182,0.296706,180,0,0,8982,0,0,0,0,0),(95546,26754,1,1,1,24019,0,-2291.83,-340.173,-9.34159,4.04916,180,0,0,8982,0,0,0,0,0),(95547,26752,1,1,1,24019,0,-2304.1,-336.648,-9.34159,4.85202,180,0,0,8982,0,0,0,0,0),(95548,26745,1,1,1,24019,0,-2349.09,-388.164,-7.76641,0.10472,180,0,0,8982,0,0,0,0,0),(95653,26309,1,1,1,23757,1,1605.88,-4332.04,5.26869,5.09636,180,0,0,8982,0,0,0,0,0),(143617,23287,530,1,1,0,0,-5097.45,680.238,32.8894,3.00197,300,0,0,4299,0,0,0,0,0),(95551,26330,1,1,1,24034,0,-2285.33,-351.372,-5.65826,3.24631,180,0,0,8982,3155,0,0,0,0),(52061,23285,530,1,1,0,0,-5015.72,393.48,-13.5635,2.03573,300,0,0,6986,0,2,0,0,0),(52083,23285,530,1,1,0,0,-5142.95,424.272,-10.0708,6.20778,300,0,0,6986,0,2,0,0,0),(95554,26324,1,1,1,24029,0,-2308.86,-337.557,-5.65826,5.13127,180,0,0,8982,3155,0,0,0,0),(95555,26331,1,1,1,24035,0,-2285.22,-356.114,-5.65826,2.96706,180,0,0,7185,7196,0,0,0,0),(95556,26328,1,1,1,24033,0,-2288.53,-343.051,-5.65826,3.78736,180,0,0,7185,7196,0,0,0,0),(95559,26075,1,1,1,23780,1,-2341.53,-364.844,-4.6557,6.16101,180,0,0,7185,7196,0,0,0,0),(79423,21128,547,3,1,0,0,-123.412,-596.11,9.09754,6.15645,86400,1,0,16574,0,1,0,0,0),(95561,26327,1,1,1,24032,0,-2291.83,-340.173,-5.65826,4.04916,180,0,0,8982,3155,0,0,0,0),(95562,26325,1,1,1,24030,0,-2304.1,-336.648,-5.65826,4.85202,180,0,0,8982,3155,0,0,0,0),(14869,22884,564,1,1,17528,0,259.476,1059.17,-62.4917,2.74017,604800,0,0,387450,0,0,0,0,0),(95564,26007,1,1,1,23766,0,-2682.29,-121.955,-7.93843,2.60054,180,0,0,8982,0,0,0,0,0),(95565,26007,1,1,1,23766,0,-3035.13,145.042,70.8958,4.24115,180,0,0,8982,0,0,0,0,0),(95566,26745,1,1,1,24019,0,-3001.02,-248.134,49.42,1.13446,180,0,0,8982,0,0,0,0,0),(95567,26744,1,1,1,24019,0,-2992.09,-251.763,49.8458,1.18682,180,0,0,8982,0,0,0,0,0),(95568,26745,1,1,1,24019,0,-3005.56,-246.407,49.2669,1.09956,180,0,0,8982,0,0,0,0,0),(95569,26724,1,1,1,24019,0,-2978.34,-258.11,50.845,1.29154,180,0,0,8982,0,0,0,0,0),(95570,26738,1,1,1,24019,0,-2966.13,-260.356,51.7546,1.36136,180,0,0,8982,0,0,0,0,0),(95571,26745,1,1,1,24019,0,-2996.73,-249.914,49.5993,1.16937,180,0,0,8982,0,0,0,0,0),(95572,26738,1,1,1,24019,0,-2970.36,-260.017,51.5383,1.3439,180,0,0,8982,0,0,0,0,0),(95573,26743,1,1,1,24019,0,-2987.64,-253.813,50.0937,1.22173,180,0,0,8982,0,0,0,0,0),(95574,26742,1,1,1,24019,0,-2983,-256.118,50.4652,1.25664,180,0,0,8982,0,0,0,0,0),(95575,26738,1,1,1,24019,0,-2974.12,-259.088,51.1928,1.32645,180,0,0,8982,0,0,0,0,0),(95576,26740,1,1,1,24019,0,-2961.41,-260.284,51.7621,1.39626,180,0,0,8982,0,0,0,0,0),(79530,21128,547,3,1,0,0,-87.7426,-507.42,-1.59256,1.01829,86400,1.6,0,16574,0,1,0,0,0),(52403,24222,530,1,1,0,0,-2369.1,6513.95,25.7825,4.41778,600,0,0,4979,0,2,0,0,0),(52404,24222,530,1,1,0,0,-1518.15,7065.83,14.6125,2.7433,600,0,0,4979,0,2,0,0,0),(245548,16592,0,1,1,11686,0,-3448.2,-938.102,10.6583,0.034907,300,0,0,42,0,0,0,0,0),(52046,23285,530,1,1,0,0,-5153.81,343.983,-19.236,5.86454,300,0,0,6986,0,2,0,0,0),(52054,23285,530,1,1,0,0,-5097.48,383.49,-13.3539,6.22583,300,0,0,6986,0,2,0,0,0),(95588,26740,1,1,1,24019,0,-2957.15,-260.474,52.0171,1.43117,180,0,0,8982,0,0,0,0,0),(95589,26739,1,1,1,24019,0,-2939.73,-259.979,53.1103,1.53589,180,0,0,8982,0,0,0,0,0),(95590,26739,1,1,1,24019,0,-2943.99,-260.252,52.9876,1.51844,180,0,0,8982,0,0,0,0,0),(95591,26741,1,1,1,24019,0,-2935.34,-259.848,53.1439,1.5708,180,0,0,8982,0,0,0,0,0),(95592,26740,1,1,1,24019,0,-2952.57,-260.412,52.4423,1.44862,180,0,0,8982,0,0,0,0,0),(95593,26739,1,1,1,24019,0,-2948.32,-260.24,52.7602,1.48353,180,0,0,8982,0,0,0,0,0),(76284,28825,602,3,1,0,0,1173.51,-320.646,52.3378,3.10993,7200,5,0,1,0,1,0,0,0),(143619,23287,530,1,1,0,0,-5159.91,725.414,45.5504,3.33358,300,0,0,4299,0,0,0,0,0),(143618,23287,530,1,1,0,0,-5135.89,721.686,44.3576,0.0872665,300,0,0,4299,0,0,0,0,0),(95599,26752,1,1,1,24019,0,-2909.63,-244.459,53.0821,5.2709,180,0,0,8982,0,0,0,0,0),(95600,26758,1,1,1,24019,0,-2900.25,-263.965,53.114,1.91986,180,0,0,8982,0,0,0,0,0),(95601,26751,1,1,1,24019,0,-2913.19,-247.467,53.1739,5.72468,180,0,0,8982,0,0,0,0,0),(95602,26748,1,1,1,24019,0,-2905.86,-242.538,53.0397,4.86947,180,0,0,8982,0,0,0,0,0),(95603,26741,1,1,1,24019,0,-2931.21,-259.689,53.121,1.5708,180,0,0,8982,0,0,0,0,0),(95604,26759,1,1,1,24019,0,-2904.65,-264.127,53.1229,1.55334,180,0,0,8982,0,0,0,0,0),(95605,26753,1,1,1,24019,0,-2901.19,-241.828,53.0782,4.43314,180,0,0,8982,0,0,0,0,0),(95606,26741,1,1,1,24019,0,-2926.59,-259.622,53.0941,1.6057,180,0,0,8982,0,0,0,0,0),(95607,26325,1,1,1,24030,0,-2909.63,-244.459,56.7654,5.2709,180,0,0,8982,3155,0,0,0,0),(95608,26324,1,1,1,24029,0,-2913.19,-247.467,56.8572,5.72468,180,0,0,8982,3155,0,0,0,0),(95609,26307,1,1,1,24028,0,-2905.86,-242.538,56.7231,4.86947,180,0,0,8982,3155,0,0,0,0),(95611,26332,1,1,1,24036,0,-2904.65,-264.127,56.8062,1.55334,180,0,0,8982,0,0,0,0,0),(95612,26326,1,1,1,24031,0,-2901.19,-241.828,56.7615,4.43314,180,0,0,7185,7196,0,0,0,0),(143620,23287,530,1,1,0,0,-5140.92,729.52,45.3102,0.872665,300,0,0,4299,0,0,0,0,0),(95614,26755,1,1,1,24019,0,-2893.81,-253.339,53.0866,3.12414,180,0,0,8982,0,0,0,0,0),(95615,26756,1,1,1,24019,0,-2894.01,-257.916,53.0886,2.70526,180,0,0,8982,0,0,0,0,0),(95616,26757,1,1,1,24019,0,-2896.22,-261.72,53.0777,2.32129,180,0,0,8982,0,0,0,0,0),(95617,26754,1,1,1,24019,0,-2894.28,-248.745,53.0374,3.54302,180,0,0,8982,0,0,0,0,0),(95618,26328,1,1,1,24033,0,-2893.81,-253.339,56.77,3.12414,180,0,0,7185,7196,0,0,0,0),(95619,26329,1,1,1,23777,0,-2894.01,-257.916,56.772,2.70526,180,0,0,8982,0,0,0,0,0),(95620,26330,1,1,1,24034,0,-2896.22,-261.72,56.761,2.32129,180,0,0,8982,3155,0,0,0,0),(95621,26327,1,1,1,24032,0,-2894.28,-248.745,56.7207,3.54302,180,0,0,8982,3155,0,0,0,0),(95622,26749,1,1,1,24019,0,-2890.76,-231.364,53.9997,4.06662,180,0,0,8982,0,0,0,0,0),(95623,26765,1,1,1,24019,0,-2887.97,-234.382,53.9997,3.9619,180,0,0,8982,0,0,0,0,0),(95624,26747,1,1,1,24019,0,-2885.01,-237.176,53.9997,3.85718,180,0,0,8982,0,0,0,0,0),(95625,26075,1,1,1,23780,1,-2890.76,-231.364,57.683,4.06662,180,0,0,7185,7196,0,0,0,0),(95626,26760,1,1,1,23659,0,-2887.97,-234.382,57.683,3.9619,180,0,0,8982,0,0,0,0,0),(95627,26012,1,1,1,24023,0,-2885.01,-237.176,57.683,3.85718,180,0,0,8982,0,0,0,0,0),(95628,26738,1,1,1,24019,0,1576.82,-4353.83,0.892591,5.60251,180,0,0,8982,0,0,0,0,0),(95629,26738,1,1,1,24019,0,1581.06,-4346.48,0.768773,5.48033,180,0,0,8982,0,0,0,0,0),(95630,26745,1,1,1,24019,0,1598.84,-4335.97,1.24127,5.21853,180,0,0,8982,0,0,0,0,0),(95631,26740,1,1,1,24019,0,1573.81,-4362.05,1.25473,5.72468,180,0,0,8982,0,0,0,0,0),(96156,26309,0,1,1,23757,1,-8989.3,-88.5705,89.1801,3.50811,180,0,0,8982,0,0,0,0,0),(96164,26309,0,1,1,23757,1,-8986.93,-91.8995,89.2725,3.12414,180,0,0,8982,0,0,0,0,0),(52351,17938,547,3,1,0,1,-67.0058,-554.223,-1.1282,2.07651,86400,0,0,12395,2568,0,0,0,0),(95636,26744,1,1,1,24019,0,1595.47,-4337.9,1.12252,5.25344,180,0,0,8982,0,0,0,0,0),(95637,26724,1,1,1,24019,0,1583.83,-4343.4,0.836344,5.42797,180,0,0,8982,0,0,0,0,0),(95638,26742,1,1,1,24019,0,1587.73,-4341.39,0.910742,5.37561,180,0,0,8982,0,0,0,0,0),(95639,26743,1,1,1,24019,0,1591.71,-4339.64,0.970358,5.3058,180,0,0,8982,0,0,0,0,0),(95640,26738,1,1,1,24019,0,1578.53,-4349.45,0.782174,5.53269,180,0,0,8982,0,0,0,0,0),(95641,26740,1,1,1,24019,0,1572.38,-4366.08,1.33766,5.44543,180,0,0,8982,0,0,0,0,0),(95642,26740,1,1,1,24019,0,1575.29,-4357.85,1.1136,5.67232,180,0,0,8982,0,0,0,0,0),(95643,26739,1,1,1,24019,0,1570.12,-4369.15,1.12524,5.51524,180,0,0,8982,0,0,0,0,0),(52353,17938,547,3,1,0,0,-127.142,-144.428,-1.80314,0.855211,86400,0,0,1,0,0,0,0,0),(79795,21127,547,3,1,0,1,42.1779,-378.45,3.03567,3.7706,86400,2,0,16028,0,1,0,0,0),(52352,17938,547,3,1,0,0,-119.428,-595.805,8.45653,5.32325,86400,0,0,1,0,0,0,0,0),(79830,21127,547,3,1,0,1,-65.9616,-548.477,-1.40048,2.29386,86400,0,0,16028,0,0,0,0,0),(52359,17962,547,3,1,0,0,33.9016,-379.372,3.11885,1.6057,86400,0,0,1,0,0,0,0,0),(95652,26745,1,1,1,24019,0,1605.88,-4332.04,1.58535,5.09636,180,0,0,8982,0,0,0,0,0),(14856,22884,564,1,1,17528,0,435.851,852.742,12.324,4.88692,604800,0,0,387450,0,0,0,0,0),(95654,26745,1,1,1,24019,0,1602.25,-4333.92,1.45573,5.16617,180,0,0,8982,0,0,0,0,0),(95656,26741,1,1,1,24019,0,1562.99,-4378.84,2.23168,5.70723,180,0,0,8982,0,0,0,0,0),(95658,26741,1,1,1,24019,0,1560.89,-4382.27,2.96347,5.77704,180,0,0,8982,0,0,0,0,0),(95659,26739,1,1,1,24019,0,1567.68,-4372.28,1.09497,5.58505,180,0,0,8982,0,0,0,0,0),(95660,26739,1,1,1,24019,0,1565.23,-4375.63,1.56832,5.63741,180,0,0,8982,0,0,0,0,0),(95634,26309,1,1,1,23757,1,1598.84,-4335.97,4.92461,5.21853,180,0,0,8982,0,0,0,0,0),(143622,23287,530,1,1,0,0,-5133.99,712.609,42.6104,0.226893,300,0,0,4299,0,0,0,0,0),(143621,23287,530,1,1,0,0,-5079.6,669.657,33.3003,3.12414,300,0,0,4299,0,0,0,0,0),(95664,26741,1,1,1,24019,0,1558.68,-4385.49,3.47783,5.8294,180,0,0,8982,0,0,0,0,0),(143623,23287,530,1,1,0,0,-5063.48,624.726,27.5628,2.33874,300,0,0,4299,0,0,0,0,0),(95666,26751,1,1,1,24019,0,1568.31,-4420.21,7.23139,4.2586,180,0,0,8982,0,0,0,0,0),(95667,26324,1,1,1,24029,0,1568.31,-4420.21,10.9147,4.2586,180,0,0,8982,3155,0,0,0,0),(95668,26752,1,1,1,24019,0,1572.17,-4420.56,7.04804,4.06662,180,0,0,8982,0,0,0,0,0),(95669,26753,1,1,1,24019,0,1578.31,-4425.67,6.98972,3.66519,180,0,0,8982,0,0,0,0,0),(95670,26747,1,1,1,24019,0,1563.45,-4410.4,7.48746,3.4383,180,0,0,8982,0,0,0,0,0),(95671,26754,1,1,1,24019,0,1580.32,-4429.26,6.76802,3.45575,180,0,0,8982,0,0,0,0,0),(95672,26765,1,1,1,24019,0,1562,-4407.08,6.96449,3.68265,180,0,0,8982,0,0,0,0,0),(95673,26749,1,1,1,24019,0,1560.31,-4403.62,6.70488,3.92699,180,0,0,8982,0,0,0,0,0),(95674,26748,1,1,1,24019,0,1575.6,-4422.6,7.16937,3.87463,180,0,0,8982,0,0,0,0,0),(95675,26325,1,1,1,24030,0,1572.17,-4420.56,10.7314,4.06662,180,0,0,8982,3155,0,0,0,0),(95676,26326,1,1,1,24031,0,1578.31,-4425.67,10.6731,3.66519,180,0,0,7185,7196,0,0,0,0),(95677,26012,1,1,1,24023,0,1563.45,-4410.4,11.1708,3.4383,180,0,0,8982,0,0,0,0,0),(95678,26327,1,1,1,24032,0,1580.32,-4429.26,10.4514,3.45575,180,0,0,8982,3155,0,0,0,0),(95679,26760,1,1,1,23659,0,1562,-4407.08,10.6478,3.68265,180,0,0,8982,0,0,0,0,0),(95680,26075,1,1,1,23780,1,1560.31,-4403.62,10.3882,3.92699,180,0,0,7185,7196,0,0,0,0),(95681,26307,1,1,1,24028,0,1575.6,-4422.6,10.8527,3.87463,180,0,0,8982,3155,0,0,0,0),(95682,26759,1,1,1,24019,0,1574.87,-4447.16,5.13098,2.46091,180,0,0,8982,0,0,0,0,0),(95683,26755,1,1,1,24019,0,1581.43,-4433.43,6.48656,3.24631,180,0,0,8982,0,0,0,0,0),(95684,26756,1,1,1,24019,0,1582.2,-4437.63,5.73546,3.05433,180,0,0,8982,0,0,0,0,0),(95685,26758,1,1,1,24019,0,1578.49,-4444.73,5.27467,2.67035,180,0,0,8982,0,0,0,0,0),(95686,26757,1,1,1,24019,0,1581.8,-4441.98,5.15732,2.84489,180,0,0,8982,0,0,0,0,0),(95687,26332,1,1,1,24036,0,1574.87,-4447.16,8.81431,2.46091,180,0,0,8982,0,0,0,0,0),(95688,26328,1,1,1,24033,0,1581.43,-4433.43,10.1699,3.24631,180,0,0,7185,7196,0,0,0,0),(95689,26329,1,1,1,23777,0,1582.2,-4437.63,9.41879,3.05433,180,0,0,8982,0,0,0,0,0),(95690,26331,1,1,1,24035,0,1578.49,-4444.73,8.95801,2.67035,180,0,0,7185,7196,0,0,0,0),(95691,26330,1,1,1,24034,0,1581.8,-4441.98,8.84065,2.84489,180,0,0,8982,3155,0,0,0,0),(95692,26007,1,1,1,23766,0,710.398,-4676.05,-6.57409,3.80482,180,0,0,8982,0,0,0,0,0),(95693,26745,1,1,1,24019,0,352.552,-4739.69,9.85239,2.05949,180,0,0,8982,0,0,0,0,0),(95694,26743,1,1,1,24019,0,334.49,-4743.67,9.67436,2.40855,180,0,0,8982,0,0,0,0,0),(95695,26745,1,1,1,24019,0,347.945,-4739.01,9.69742,1.91986,180,0,0,8982,0,0,0,0,0),(95696,26744,1,1,1,24019,0,338.563,-4740.95,9.69125,1.5708,180,0,0,8982,0,0,0,0,0),(95697,26745,1,1,1,24019,0,343.084,-4739.37,9.67501,1.74533,180,0,0,8982,0,0,0,0,0),(14147,22884,564,1,1,17528,0,247.985,1078.24,-62.547,5.70723,604800,0,0,387450,0,0,0,0,0),(52365,17963,547,3,1,0,0,-54.64,-280.233,-1.28337,3.9968,86400,0,0,1,0,0,0,0,0),(52361,17962,547,3,1,0,0,39.1513,-395.502,3.11888,4.79965,86400,0,0,1,0,0,0,0,0),(95703,26755,1,1,1,24019,0,257.529,-4747.89,10.1854,1.09956,180,0,0,8982,0,0,0,0,0),(95704,26753,1,1,1,24019,0,264.797,-4750.92,10.028,1.44862,180,0,0,8982,0,0,0,0,0),(95705,26754,1,1,1,24019,0,261.132,-4749.86,10.1228,1.27409,180,0,0,8982,0,0,0,0,0),(95706,26328,1,1,1,24033,0,257.529,-4747.89,13.8688,1.09956,180,0,0,7185,7196,0,0,0,0),(95707,26326,1,1,1,24031,0,264.797,-4750.92,13.7113,1.44862,180,0,0,7185,7196,0,0,0,0),(95708,26327,1,1,1,24032,0,261.132,-4749.86,13.8062,1.27409,180,0,0,8982,3155,0,0,0,0),(95709,26738,1,1,1,24019,0,321.018,-4755.74,9.64285,1.97222,180,0,0,8982,0,0,0,0,0),(95710,26741,1,1,1,24019,0,282.872,-4747.7,9.65221,0.977384,180,0,0,8982,0,0,0,0,0),(95711,26740,1,1,1,24019,0,308.237,-4760.01,9.54309,1.65806,180,0,0,8982,0,0,0,0,0),(95712,26741,1,1,1,24019,0,286.518,-4749.72,9.57837,1.09956,180,0,0,8982,0,0,0,0,0),(95713,26740,1,1,1,24019,0,303.829,-4760.29,9.4973,1.5708,180,0,0,8982,0,0,0,0,0),(95714,26739,1,1,1,24019,0,296.008,-4757.9,9.48199,1.39626,180,0,0,8982,0,0,0,0,0),(96154,26309,0,1,1,23757,1,-8992.38,-84.9667,89.1692,4.04916,180,0,0,8982,0,0,0,0,0),(95716,26742,1,1,1,24019,0,330.87,-4746.95,9.64285,2.28638,180,0,0,8982,0,0,0,0,0),(95717,26739,1,1,1,24019,0,299.79,-4759.67,9.48198,1.48353,180,0,0,8982,0,0,0,0,0),(95718,26738,1,1,1,24019,0,317.098,-4757.91,9.64285,1.8675,180,0,0,8982,0,0,0,0,0),(95719,26739,1,1,1,24019,0,292.665,-4755.71,9.50548,1.29154,180,0,0,8982,0,0,0,0,0),(95720,26741,1,1,1,24019,0,289.538,-4752.76,9.48198,1.20428,180,0,0,8982,0,0,0,0,0),(95721,26765,1,1,1,24019,0,313.645,-4726.9,10.3448,3.9619,180,0,0,8982,0,0,0,0,0),(95722,26747,1,1,1,24019,0,322.34,-4738.39,9.77869,5.63741,180,0,0,8982,0,0,0,0,0),(95723,26740,1,1,1,24019,0,312.746,-4759.15,9.64285,1.76278,180,0,0,8982,0,0,0,0,0),(95724,26749,1,1,1,24019,0,309.892,-4723.24,10.394,4.17134,180,0,0,8982,0,0,0,0,0),(95725,26748,1,1,1,24019,0,268.889,-4750.95,9.94,1.6057,180,0,0,8982,0,0,0,0,0),(95726,26747,1,1,1,24019,0,318.204,-4729.88,10.3047,3.76991,180,0,0,8982,0,0,0,0,0),(95727,26738,1,1,1,24019,0,324.55,-4752.82,9.64285,2.07694,180,0,0,8982,0,0,0,0,0),(95728,26751,1,1,1,24019,0,276.874,-4749.19,9.7728,1.95477,180,0,0,8982,0,0,0,0,0),(95729,26752,1,1,1,24019,0,273.007,-4750.42,9.86359,1.78024,180,0,0,8982,0,0,0,0,0),(95730,26724,1,1,1,24019,0,327.624,-4750.06,9.64285,2.18166,180,0,0,8982,0,0,0,0,0),(143624,23287,530,1,1,0,0,-5080.88,644.967,32.681,2.42601,300,0,0,4299,0,0,0,0,0),(143625,23287,530,1,1,0,0,-5100.42,654.442,33.4944,2.30383,300,0,0,4299,0,0,0,0,0),(143626,23287,530,1,1,0,0,-5164.48,734.237,47.0397,3.4383,300,0,0,4299,0,0,0,0,0),(52230,23146,530,1,1,21281,0,-5089.07,616.179,85.793,1.0821,300,0,0,143620,0,0,0,0,0),(52231,23146,530,1,1,21281,0,-5079.46,538.143,86.4158,5.5676,300,0,0,143620,0,0,0,0,0),(52232,23150,530,1,1,21284,0,-5155.46,545.921,82.4144,5.95711,300,0,0,6761,0,0,0,0,0),(52236,23150,530,1,1,21284,0,-5153.63,533.852,83.8562,0.379207,300,0,0,6761,0,0,0,0,0),(95741,26760,1,1,1,23659,0,313.645,-4726.9,14.0282,3.9619,180,0,0,8982,0,0,0,0,0),(95742,26012,1,1,1,24023,0,322.34,-4738.39,13.462,5.63741,180,0,0,8982,0,0,0,0,0),(52350,14888,0,1,1,0,0,753.619,-4012,93.043,3.193,868400,0,0,832750,0,0,0,0,0),(95744,26075,1,1,1,23780,1,309.892,-4723.24,14.0773,4.17134,180,0,0,7185,7196,0,0,0,0),(95745,26307,1,1,1,24028,0,268.889,-4750.95,13.6233,1.6057,180,0,0,8982,3155,0,0,0,0),(95746,26012,1,1,1,24023,0,318.204,-4729.88,13.988,3.76991,180,0,0,8982,0,0,0,0,0),(96131,26309,0,1,1,23757,1,-9489.32,97.2272,60.2317,6.03884,180,0,0,8982,0,0,0,0,0),(95748,26324,1,1,1,24029,0,276.874,-4749.19,13.4561,1.95477,180,0,0,8982,3155,0,0,0,0),(95749,26325,1,1,1,24030,0,273.007,-4750.42,13.5469,1.78024,180,0,0,8982,3155,0,0,0,0),(95751,26759,1,1,1,24019,0,244.669,-4740.82,10.1855,0.523599,180,0,0,8982,0,0,0,0,0),(95752,26756,1,1,1,24019,0,254.21,-4746.04,10.1854,0.942478,180,0,0,8982,0,0,0,0,0),(95753,26758,1,1,1,24019,0,248.145,-4742.57,10.1855,0.645772,180,0,0,8982,0,0,0,0,0),(95754,26757,1,1,1,24019,0,251.27,-4744.21,10.1855,0.785398,180,0,0,8982,0,0,0,0,0),(95755,26332,1,1,1,24036,0,244.669,-4740.82,13.8688,0.523599,180,0,0,8982,0,0,0,0,0),(95756,26329,1,1,1,23777,0,254.21,-4746.04,13.8688,0.942478,180,0,0,8982,0,0,0,0,0),(95757,26331,1,1,1,24035,0,248.145,-4742.57,13.8688,0.645772,180,0,0,7185,7196,0,0,0,0),(95758,26330,1,1,1,24034,0,251.27,-4744.21,13.8688,0.785398,180,0,0,8982,3155,0,0,0,0),(95759,26007,1,1,1,23766,0,-217.186,-4786.32,24.7486,3.33358,180,0,0,8982,0,0,0,0,0),(95760,26007,1,1,1,23766,0,-598.579,-4697.46,36.8211,1.85005,180,0,0,8982,0,0,0,0,0),(95761,26745,1,1,1,24019,0,-596.086,-4276.05,38.0833,2.18166,180,0,0,8982,0,0,0,0,0),(95762,26742,1,1,1,24019,0,-585.289,-4271.11,38.0925,2.46091,180,0,0,8982,0,0,0,0,0),(95763,26724,1,1,1,24019,0,-582.346,-4268.21,38.0512,2.56563,180,0,0,8982,0,0,0,0,0),(95764,26745,1,1,1,24019,0,-603.758,-4277.35,37.9498,1.97222,180,0,0,8982,0,0,0,0,0),(95765,26743,1,1,1,24019,0,-588.552,-4273.33,37.9518,2.37365,180,0,0,8982,0,0,0,0,0),(95766,26745,1,1,1,24019,0,-599.671,-4276.86,38.0858,2.07694,180,0,0,8982,0,0,0,0,0),(95767,26744,1,1,1,24019,0,-592.368,-4274.93,37.9084,2.26893,180,0,0,8982,0,0,0,0,0),(52115,23146,530,1,1,21281,0,-5094.56,596.686,86.2102,2.61799,300,0,0,143620,0,0,0,0,0),(52121,23146,530,1,1,21281,0,-5087.27,530.456,86.0208,5.53811,300,0,0,143620,0,0,0,0,0),(245547,16592,0,1,1,11686,0,-14288.1,61.8062,0.68836,1.37881,300,0,0,42,0,0,0,0,0),(79412,21127,547,3,1,0,1,-79.9384,-723.398,37.2368,1.7726,86400,0,0,16028,0,2,0,0,0),(95775,26738,1,1,1,24019,0,-579.889,-4264.7,38.018,2.67035,180,0,0,8982,0,0,0,0,0),(95776,26740,1,1,1,24019,0,-576.384,-4248.45,38.0741,3.07178,180,0,0,8982,0,0,0,0,0),(95777,26738,1,1,1,24019,0,-578.24,-4260.91,38.0068,2.75762,180,0,0,8982,0,0,0,0,0),(95778,26740,1,1,1,24019,0,-576.533,-4252.67,38.0934,2.96706,180,0,0,8982,0,0,0,0,0),(95779,26740,1,1,1,24019,0,-577.059,-4244.48,38.2442,3.15905,180,0,0,8982,0,0,0,0,0),(95780,26738,1,1,1,24019,0,-576.983,-4256.77,38.0283,2.86234,180,0,0,8982,0,0,0,0,0),(96104,26309,0,1,1,23757,1,-9490.4,93.0475,60.1863,0.174533,180,0,0,8982,0,0,0,0,0),(52349,6109,1,1,1,0,0,2622.22,-5977.93,100.76,4.21209,868400,0,0,916025,0,0,0,0,0),(52348,12864,1,1,1,0,1,2616.19,-3019,161.171,2.304,120,0,1,852,852,2,0,0,0),(14575,2738,0,1,1,4145,1,-1531.2,-1845.85,67.8759,1.53044,400,0,0,958,0,0,0,0,0),(95787,26739,1,1,1,24019,0,-578.255,-4240.23,38.2963,3.28122,180,0,0,8982,0,0,0,0,0),(95788,26741,1,1,1,24019,0,-586.946,-4226.74,38.4689,3.7001,180,0,0,8982,0,0,0,0,0),(95789,26757,1,1,1,24019,0,-622.56,-4220.12,38.2173,5.68977,180,0,0,8982,0,0,0,0,0),(95790,26758,1,1,1,24019,0,-620.715,-4217.12,38.2173,5.63741,180,0,0,8982,0,0,0,0,0),(95791,26739,1,1,1,24019,0,-581.352,-4232.77,38.1419,3.47321,180,0,0,8982,0,0,0,0,0),(95792,26759,1,1,1,24019,0,-618.811,-4214.17,38.2173,5.5676,180,0,0,8982,0,0,0,0,0),(95793,26751,1,1,1,24019,0,-630.591,-4243.73,38.3007,6.14356,180,0,0,8982,0,0,0,0,0),(95794,26741,1,1,1,24019,0,-583.83,-4229.45,38.2367,3.57792,180,0,0,8982,0,0,0,0,0),(95795,26755,1,1,1,24019,0,-625.939,-4226.52,38.2489,5.8294,180,0,0,8982,0,0,0,0,0),(95796,26753,1,1,1,24019,0,-628.679,-4233.32,38.3678,5.95157,180,0,0,8982,0,0,0,0,0),(95797,26756,1,1,1,24019,0,-624.391,-4223.21,38.2173,5.75959,180,0,0,8982,0,0,0,0,0),(95798,26749,1,1,1,24019,0,-607.721,-4207.81,38.2971,4.74729,180,0,0,8982,0,0,0,0,0),(95799,26765,1,1,1,24019,0,-604.14,-4208.08,38.2894,4.67748,180,0,0,8982,0,0,0,0,0),(95800,26752,1,1,1,24019,0,-630.447,-4240.14,38.2831,6.0912,180,0,0,8982,0,0,0,0,0),(95801,26741,1,1,1,24019,0,-590.54,-4224.5,38.3722,3.80482,180,0,0,8982,0,0,0,0,0),(95802,26739,1,1,1,24019,0,-579.395,-4236.42,38.113,3.36848,180,0,0,8982,0,0,0,0,0),(95803,26747,1,1,1,24019,0,-600.332,-4208.37,38.4735,4.62512,180,0,0,8982,0,0,0,0,0),(95804,26754,1,1,1,24019,0,-627.102,-4229.93,38.3532,5.88176,180,0,0,8982,0,0,0,0,0),(95805,26748,1,1,1,24019,0,-629.848,-4236.59,38.3067,6.02139,180,0,0,8982,0,0,0,0,0),(95582,26309,1,1,1,23757,1,-2996.73,-249.914,53.2827,1.16937,180,0,0,8982,0,0,0,0,0),(95808,26330,1,1,1,24034,0,-622.56,-4220.12,41.9006,5.68977,180,0,0,8982,3155,0,0,0,0),(95809,26331,1,1,1,24035,0,-620.715,-4217.12,41.9006,5.63741,180,0,0,7185,7196,0,0,0,0),(79471,18206,547,3,1,0,0,-22.3681,-585.034,1.16364,3.80482,86400,0,0,1,0,0,0,0,0),(95811,26332,1,1,1,24036,0,-618.811,-4214.17,41.9006,5.5676,180,0,0,8982,0,0,0,0,0),(95812,26324,1,1,1,24029,0,-630.591,-4243.73,41.984,6.14356,180,0,0,8982,3155,0,0,0,0),(95814,26328,1,1,1,24033,0,-625.939,-4226.52,41.9322,5.8294,180,0,0,7185,7196,0,0,0,0),(95815,26326,1,1,1,24031,0,-628.679,-4233.32,42.0512,5.95157,180,0,0,7185,7196,0,0,0,0),(95816,26329,1,1,1,23777,0,-624.391,-4223.21,41.9006,5.75959,180,0,0,8982,0,0,0,0,0),(95817,26075,1,1,1,23780,1,-607.721,-4207.81,41.9804,4.74729,180,0,0,7185,7196,0,0,0,0),(95818,26760,1,1,1,23659,0,-604.14,-4208.08,41.9728,4.67748,180,0,0,8982,0,0,0,0,0),(95819,26325,1,1,1,24030,0,-630.447,-4240.14,41.9664,6.0912,180,0,0,8982,3155,0,0,0,0),(143627,23287,530,1,1,0,0,-5058.13,647.351,29.3678,2.80998,300,0,0,4299,0,0,0,0,0),(95822,26012,1,1,1,24023,0,-600.332,-4208.37,42.1568,4.62512,180,0,0,8982,0,0,0,0,0),(95823,26327,1,1,1,24032,0,-627.102,-4229.93,42.0365,5.88176,180,0,0,8982,3155,0,0,0,0),(95824,26307,1,1,1,24028,0,-629.848,-4236.59,41.9901,6.02139,180,0,0,8982,3155,0,0,0,0),(95825,26745,0,1,1,24019,0,-5657.15,-487.392,396.377,1.69297,180,0,0,8982,0,0,0,0,0),(95826,26742,0,1,1,24019,0,-5647.54,-477.844,396.465,4.60767,180,0,0,8982,0,0,0,0,0),(95827,26741,0,1,1,24019,0,-5618.59,-487.296,397.064,1.78024,180,0,0,8982,0,0,0,0,0),(95828,26740,0,1,1,24019,0,-5643.59,-488.297,396.646,1.5708,180,0,0,8982,0,0,0,0,0),(95829,26739,0,1,1,24019,0,-5626.75,-488.638,397.064,1.78024,180,0,0,8982,0,0,0,0,0),(95830,26741,0,1,1,24019,0,-5614.17,-486.701,397.064,1.97222,180,0,0,8982,0,0,0,0,0),(95831,26738,0,1,1,24019,0,-5615.52,-477.492,397.064,4.60767,180,0,0,8982,0,0,0,0,0),(95832,26740,0,1,1,24019,0,-5639.34,-488.456,396.752,1.76278,180,0,0,8982,0,0,0,0,0),(95833,26747,0,1,1,24019,0,-5604.06,-487.239,397.3,1.309,180,0,0,8982,0,0,0,0,0),(95834,26738,0,1,1,24019,0,-5619.72,-477.859,397.064,4.85202,180,0,0,8982,0,0,0,0,0),(95835,26724,0,1,1,24019,0,-5643.41,-477.903,396.727,4.50295,180,0,0,8982,0,0,0,0,0),(95836,26739,0,1,1,24019,0,-5635.02,-488.46,396.752,1.37881,180,0,0,8982,0,0,0,0,0),(95837,26739,0,1,1,24019,0,-5630.85,-488.784,397.054,1.58825,180,0,0,8982,0,0,0,0,0),(95838,26738,0,1,1,24019,0,-5623.49,-478.744,397.064,5.044,180,0,0,8982,0,0,0,0,0),(95839,26743,0,1,1,24019,0,-5651.99,-477.605,396.168,4.72984,180,0,0,8982,0,0,0,0,0),(95840,26740,0,1,1,24019,0,-5648.43,-488.054,396.492,1.32645,180,0,0,8982,0,0,0,0,0),(95841,26741,0,1,1,24019,0,-5622.51,-488.079,397.064,1.58825,180,0,0,8982,0,0,0,0,0),(95842,26745,0,1,1,24019,0,-5653.02,-487.688,396.444,1.8675,180,0,0,8982,0,0,0,0,0),(95843,26745,0,1,1,24019,0,-5661.48,-487.052,396.338,1.51844,180,0,0,8982,0,0,0,0,0),(95844,26744,0,1,1,24019,0,-5656.17,-477.286,396.223,4.81711,180,0,0,8982,0,0,0,0,0),(13774,22883,564,1,1,5492,0,227.931,1085.87,-60.7486,4.69494,604800,0,0,44012,0,0,0,0,0),(52110,23146,530,1,1,21281,0,-5146.52,639.384,81.875,2.32129,300,0,0,143620,0,0,0,0,0),(52111,23146,530,1,1,21281,0,-5133.73,591.611,84.3408,0.0872665,300,0,0,143620,0,0,0,0,0),(52112,23146,530,1,1,21281,0,-5128.69,579.838,85.2557,0.261799,300,0,0,143620,0,0,0,0,0),(52113,23146,530,1,1,21281,0,-5102.3,623.472,86.0759,1.41372,300,0,0,143620,0,0,0,0,0),(52114,23146,530,1,1,21281,0,-5103.69,585.688,85.7974,2.11185,300,0,0,143620,0,0,0,0,0),(95853,26012,0,1,1,24023,0,-5604.06,-487.239,400.983,1.309,180,0,0,8982,0,0,0,0,0),(96099,26309,0,1,1,23757,1,-9488.42,101.054,60.2788,5.65487,180,0,0,8982,0,0,0,0,0),(7202,24222,530,1,1,0,0,-972.757,7128.15,38.0172,3.71719,600,0,0,4979,0,2,0,0,0),(79475,18206,547,3,1,0,0,-29.9655,-534.069,1.16365,2.56563,86400,0,0,1,0,0,0,0,0),(79472,18206,547,3,1,0,0,-178.758,-698.342,40.8833,3.28122,86400,0,0,1,0,0,0,0,0),(52029,23287,530,1,1,0,1,-5240.64,72.2711,62.2666,5.74516,300,0,0,6986,0,0,0,0,0),(95579,26309,1,1,1,23757,1,-3005.56,-246.407,52.9502,1.09956,180,0,0,8982,0,0,0,0,0),(143629,23287,530,1,1,0,0,-5040.08,627.726,19.7563,2.37365,300,0,0,4299,0,0,0,0,0),(143628,23287,530,1,1,0,0,-5219.05,621.868,47.9706,4.31096,300,0,0,4299,0,0,0,0,0),(79791,21127,547,3,1,0,1,-71.5076,-547.018,-1.22686,5.1912,86400,0,0,16028,0,0,0,0,0),(95865,26756,0,1,1,24019,0,-5575.26,-485.474,397.609,1.64061,180,0,0,8982,0,0,0,0,0),(95866,26757,0,1,1,24019,0,-5579.38,-485.863,397.781,1.5708,180,0,0,8982,0,0,0,0,0),(95867,26753,0,1,1,24019,0,-5580.08,-477.343,397.76,4.95674,180,0,0,8982,0,0,0,0,0),(95868,26755,0,1,1,24019,0,-5571.07,-485.184,397.762,1.69297,180,0,0,8982,0,0,0,0,0),(95869,26758,0,1,1,24019,0,-5583.73,-486.444,397.468,1.53589,180,0,0,8982,0,0,0,0,0),(95870,26759,0,1,1,24019,0,-5587.79,-487.178,397.188,1.48353,180,0,0,8982,0,0,0,0,0),(95871,26751,0,1,1,24019,0,-5567.64,-476.814,397.976,4.69494,180,0,0,8982,0,0,0,0,0),(95872,26752,0,1,1,24019,0,-5571.98,-476.419,398.044,4.79965,180,0,0,8982,0,0,0,0,0),(95873,26765,0,1,1,24019,0,-5599.99,-487.468,397.279,1.5708,180,0,0,8982,0,0,0,0,0),(95874,26748,0,1,1,24019,0,-5575.92,-476.865,397.803,4.86947,180,0,0,8982,0,0,0,0,0),(95875,26749,0,1,1,24019,0,-5595.96,-487.75,397.273,1.81514,180,0,0,8982,0,0,0,0,0),(95876,26754,0,1,1,24019,0,-5566.71,-484.882,397.671,1.76278,180,0,0,8982,0,0,0,0,0),(95877,26329,0,1,1,23777,0,-5575.26,-485.474,401.292,1.64061,180,0,0,8982,0,0,0,0,0),(95878,26330,0,1,1,24034,0,-5579.38,-485.863,401.465,1.5708,180,0,0,8982,3155,0,0,0,0),(95879,26326,0,1,1,24031,0,-5580.08,-477.343,401.443,4.95674,180,0,0,7185,7196,0,0,0,0),(95880,26328,0,1,1,24033,0,-5571.07,-485.184,401.445,1.69297,180,0,0,7185,7196,0,0,0,0),(95881,26331,0,1,1,24035,0,-5583.73,-486.444,401.151,1.53589,180,0,0,7185,7196,0,0,0,0),(95882,26332,0,1,1,24036,0,-5587.79,-487.178,400.871,1.48353,180,0,0,8982,0,0,0,0,0),(95883,26324,0,1,1,24029,0,-5567.64,-476.814,401.66,4.69494,180,0,0,8982,3155,0,0,0,0),(95884,26325,0,1,1,24030,0,-5571.98,-476.419,401.727,4.79965,180,0,0,8982,3155,0,0,0,0),(95885,26760,0,1,1,23659,0,-5599.99,-487.468,400.963,1.5708,180,0,0,8982,0,0,0,0,0),(95886,26307,0,1,1,24028,0,-5575.92,-476.865,401.486,4.86947,180,0,0,8982,3155,0,0,0,0),(95887,26075,0,1,1,23780,1,-5595.96,-487.75,400.956,1.81514,180,0,0,7185,7196,0,0,0,0),(95888,26327,0,1,1,24032,0,-5566.71,-484.882,401.354,1.76278,180,0,0,8982,3155,0,0,0,0),(95889,26007,0,1,1,23766,0,-5461.37,-474.834,397.068,5.8294,180,0,0,8982,0,0,0,0,0),(95890,26007,0,1,1,23766,0,-5368.54,-521.638,391.577,3.21141,180,0,0,8982,0,0,0,0,0),(95891,26007,0,1,1,23766,0,-5477.95,-666.351,392.757,0.383972,180,0,0,8982,0,0,0,0,0),(95892,26007,0,1,1,23766,0,-5241.78,-567.743,403.8,4.88692,180,0,0,8982,0,0,0,0,0),(95893,26757,0,1,1,24019,0,-4945.4,-999.564,501.524,1.93731,180,0,0,8982,0,0,0,0,0),(95894,26758,0,1,1,24019,0,-4950.26,-1000.45,501.524,1.51844,180,0,0,8982,0,0,0,0,0),(95895,26759,0,1,1,24019,0,-4955.18,-999.319,501.529,1.13446,180,0,0,8982,0,0,0,0,0),(95896,26329,0,1,1,23777,0,-4941.62,-996.549,505.21,2.00713,180,0,0,8982,0,0,0,0,0),(95897,26330,0,1,1,24034,0,-4945.4,-999.564,505.207,1.93731,180,0,0,8982,3155,0,0,0,0),(95898,26331,0,1,1,24035,0,-4950.26,-1000.45,505.207,1.51844,180,0,0,7185,7196,0,0,0,0),(95899,26332,0,1,1,24036,0,-4955.18,-999.319,505.212,1.13446,180,0,0,8982,0,0,0,0,0),(95900,26754,0,1,1,24019,0,-4934.24,-990.692,501.536,2.18166,180,0,0,8982,0,0,0,0,0),(95901,26755,0,1,1,24019,0,-4937.98,-993.686,501.532,2.09439,180,0,0,8982,0,0,0,0,0),(95902,26327,0,1,1,24032,0,-4934.24,-990.692,505.219,2.18166,180,0,0,8982,3155,0,0,0,0),(95903,26328,0,1,1,24033,0,-4937.98,-993.686,505.216,2.09439,180,0,0,7185,7196,0,0,0,0),(95904,26741,0,1,1,24019,0,-4892.33,-954.386,501.55,2.14675,180,0,0,8982,0,0,0,0,0),(95905,26747,0,1,1,24019,0,-4911.45,-973.228,501.537,1.76278,180,0,0,8982,0,0,0,0,0),(95906,26753,0,1,1,24019,0,-4931.04,-988.047,501.54,2.25148,180,0,0,8982,0,0,0,0,0),(95907,26752,0,1,1,24019,0,-4923.92,-982.482,501.549,2.42601,180,0,0,8982,0,0,0,0,0),(95908,26741,0,1,1,24019,0,-4895.82,-957.056,501.538,2.05949,180,0,0,8982,0,0,0,0,0),(95909,26765,0,1,1,24019,0,-4908.17,-970.986,501.542,2.23402,180,0,0,8982,0,0,0,0,0),(95910,26740,0,1,1,24019,0,-4874.79,-942.861,501.538,2.47837,180,0,0,8982,0,0,0,0,0),(95911,26739,0,1,1,24019,0,-4885.77,-948.848,501.549,2.33874,180,0,0,8982,0,0,0,0,0),(95912,26739,0,1,1,24019,0,-4882.06,-947.097,501.545,2.40855,180,0,0,8982,0,0,0,0,0),(95913,26740,0,1,1,24019,0,-4872.34,-939.629,501.535,2.75762,180,0,0,8982,0,0,0,0,0),(95914,26748,0,1,1,24019,0,-4927.41,-985.327,501.544,2.33874,180,0,0,8982,0,0,0,0,0),(95915,26740,0,1,1,24019,0,-4871.83,-935.368,501.53,3.07178,180,0,0,8982,0,0,0,0,0),(95916,26741,0,1,1,24019,0,-4888.91,-951.421,501.551,2.25148,180,0,0,8982,0,0,0,0,0),(95917,26749,0,1,1,24019,0,-4904.92,-968.211,501.537,2.74017,180,0,0,8982,0,0,0,0,0),(95918,26751,0,1,1,24019,0,-4920.3,-980.048,501.544,2.49582,180,0,0,8982,0,0,0,0,0),(95919,26012,0,1,1,24023,0,-4911.45,-973.228,505.221,1.76278,180,0,0,8982,0,0,0,0,0),(95920,26326,0,1,1,24031,0,-4931.04,-988.047,505.223,2.25148,180,0,0,7185,7196,0,0,0,0),(95921,26325,0,1,1,24030,0,-4923.92,-982.482,505.232,2.42601,180,0,0,8982,3155,0,0,0,0),(143630,23287,530,1,1,0,0,-5018.82,584.21,22.7073,2.05949,300,0,0,4299,0,0,0,0,0),(95923,26760,0,1,1,23659,0,-4908.17,-970.986,505.226,2.23402,180,0,0,8982,0,0,0,0,0),(23430,23149,530,1,1,0,0,-5165.22,757.301,49.7909,2.93215,25,0,0,104790,0,0,0,0,0),(79482,18206,547,3,1,0,0,-14.3681,-548.778,1.16364,4.4855,86400,0,0,1,0,0,0,0,0),(95577,26309,1,1,1,23757,1,-3001.02,-248.134,53.1033,1.13446,180,0,0,8982,0,0,0,0,0),(95928,26307,0,1,1,24028,0,-4927.41,-985.327,505.227,2.33874,180,0,0,8982,3155,0,0,0,0),(79488,18206,547,3,1,0,0,-18.7948,-577.867,18.7641,2.72271,86400,0,0,1,0,0,0,0,0),(52336,23345,530,1,1,0,0,-5066.31,640.214,86.4967,1.55334,30,0,0,1,0,0,0,0,0),(95932,26075,0,1,1,23780,1,-4904.92,-968.211,505.22,2.74017,180,0,0,7185,7196,0,0,0,0),(95933,26324,0,1,1,24029,0,-4920.3,-980.048,505.227,2.49582,180,0,0,8982,3155,0,0,0,0),(95934,26745,0,1,1,24019,0,-4901.62,-926.433,501.675,5.34071,180,0,0,8982,0,0,0,0,0),(95935,26744,0,1,1,24019,0,-4893.59,-922.028,501.696,5.28835,180,0,0,8982,0,0,0,0,0),(95936,26738,0,1,1,24019,0,-4876,-923.299,501.727,3.9968,180,0,0,8982,0,0,0,0,0),(95937,26738,0,1,1,24019,0,-4872.78,-931.252,501.528,3.38594,180,0,0,8982,0,0,0,0,0),(95938,26742,0,1,1,24019,0,-4884.55,-919.899,501.728,4.64258,180,0,0,8982,0,0,0,0,0),(95939,26738,0,1,1,24019,0,-4874.17,-926.993,501.572,3.71755,180,0,0,8982,0,0,0,0,0),(95940,26745,0,1,1,24019,0,-4897.61,-924.569,501.674,5.21853,180,0,0,8982,0,0,0,0,0),(95941,26743,0,1,1,24019,0,-4889.27,-920.325,501.715,4.97419,180,0,0,8982,0,0,0,0,0),(95942,26745,0,1,1,24019,0,-4905.75,-929.033,501.671,5.46288,180,0,0,8982,0,0,0,0,0),(95943,26724,0,1,1,24019,0,-4880.06,-921.187,501.73,4.31096,180,0,0,8982,0,0,0,0,0),(79460,21126,547,3,1,0,1,-75.1943,-550.764,-0.962245,0.283242,86400,0,0,12395,2568,0,0,0,0),(96081,26309,0,1,1,23757,1,-8816.93,606.846,99.6239,0.977384,180,0,0,8982,0,0,0,0,0),(52108,23146,530,1,1,21281,0,-5162.11,629.679,79.6626,2.19912,300,0,0,143620,0,0,0,0,0),(52109,23146,530,1,1,21281,0,-5146.48,517.653,85.1688,3.35103,300,0,0,143620,0,0,0,0,0),(52028,23287,530,1,1,0,1,-5189.11,159.168,71.3405,1.82995,300,0,0,6986,0,0,0,0,0),(51024,17408,530,1,1,0,0,4238.31,2317.43,135.443,0,3600,0,0,4979,0,0,0,0,0),(95954,26007,0,1,1,23766,0,-4852.5,-1038.39,502.273,5.48033,180,0,0,8982,0,0,0,0,0),(95955,26007,0,1,1,23766,0,-6033.88,47.54,406.364,3.38594,180,0,0,8982,0,0,0,0,0),(95956,26745,0,1,1,24019,0,-6252.34,288.583,383.855,2.93215,180,0,0,8982,0,0,0,0,0),(95957,26745,0,1,1,24019,0,-6253.34,297.043,383.541,3.12414,180,0,0,8982,0,0,0,0,0),(95958,26743,0,1,1,24019,0,-6254.32,306.279,383.357,3.33358,180,0,0,8982,0,0,0,0,0),(95959,26742,0,1,1,24019,0,-6253.39,310.545,383.208,3.42085,180,0,0,8982,0,0,0,0,0),(95960,26744,0,1,1,24019,0,-6254.21,301.477,383.469,3.22886,180,0,0,8982,0,0,0,0,0),(95961,26745,0,1,1,24019,0,-6252.98,292.937,383.569,3.01942,180,0,0,8982,0,0,0,0,0),(13429,22883,564,1,1,5492,0,224.405,1088.67,-60.7744,4.72984,604800,0,0,44012,0,0,0,0,0),(52107,23146,530,1,1,21281,0,-5166.38,563.994,80.5891,3.21141,300,0,0,143620,0,0,0,0,0),(52394,17963,547,3,1,0,0,-60.1675,-176.938,-4.0791,4.66003,86400,0,0,1,0,0,0,0,0),(95967,26741,0,1,1,24019,0,-6217.83,338.042,383.286,3.49066,180,0,0,8982,0,0,0,0,0),(95968,26740,0,1,1,24019,0,-6229.77,321.706,383.134,1.78024,180,0,0,8982,0,0,0,0,0),(95969,26739,0,1,1,24019,0,-6218.2,326.969,383.302,2.74017,180,0,0,8982,0,0,0,0,0),(95970,26738,0,1,1,24019,0,-6238.51,318.976,382.779,1.74533,180,0,0,8982,0,0,0,0,0),(95971,26738,0,1,1,24019,0,-6243.11,318.229,382.799,1.71042,180,0,0,8982,0,0,0,0,0),(95972,26724,0,1,1,24019,0,-6250.81,313.922,383.03,2.72271,180,0,0,8982,0,0,0,0,0),(95973,26741,0,1,1,24019,0,-6216.18,334.557,383.47,3.24631,180,0,0,8982,0,0,0,0,0),(95974,26741,0,1,1,24019,0,-6221.25,340.015,383.273,3.71755,180,0,0,8982,0,0,0,0,0),(95975,26738,0,1,1,24019,0,-6247.38,316.789,382.852,2.11185,180,0,0,8982,0,0,0,0,0),(95976,26740,0,1,1,24019,0,-6233.81,319.853,382.959,1.8326,180,0,0,8982,0,0,0,0,0),(95977,26739,0,1,1,24019,0,-6216.15,330.42,383.392,2.98451,180,0,0,8982,0,0,0,0,0),(95978,26739,0,1,1,24019,0,-6221.56,324.475,383.29,2.47837,180,0,0,8982,0,0,0,0,0),(95979,26740,0,1,1,24019,0,-6226.13,323.36,383.222,2.1293,180,0,0,8982,0,0,0,0,0),(95563,26309,1,1,1,23757,1,-2349.09,-388.164,-4.08308,0.10472,180,0,0,8982,0,0,0,0,0),(143635,23287,530,1,1,0,0,-4959.94,591.927,12.991,1.98968,300,0,0,4299,0,0,0,0,0),(143634,23287,530,1,1,0,0,-4969.86,654.936,20.9275,3.42085,300,0,0,4299,0,0,0,0,0),(143632,23287,530,1,1,0,0,-5019.4,638.628,23.4191,3.28122,300,0,0,4299,0,0,0,0,0),(143633,23287,530,1,1,0,0,-5043.95,595.392,18.2402,2.09439,300,0,0,4299,0,0,0,0,0),(52337,23346,530,1,1,0,0,-5060.33,640.436,86.6616,1.50098,30,0,0,1,0,0,0,0,0),(79490,18206,547,3,1,0,0,-33.7518,-585.913,23.7909,2.96706,86400,0,0,1,0,0,0,0,0),(95557,26309,1,1,1,23757,1,-2348.75,-379.007,-3.94676,5.96903,180,0,0,8982,0,0,0,0,0),(95993,26751,0,1,1,24019,0,-6188.09,392.323,393.403,4.74729,180,0,0,8982,0,0,0,0,0),(95994,26748,0,1,1,24019,0,-6196.34,397.191,390.865,3.9968,180,0,0,8982,0,0,0,0,0),(95995,26765,0,1,1,24019,0,-6170.98,384.593,398.528,3.08923,180,0,0,8982,0,0,0,0,0),(95996,26747,0,1,1,24019,0,-6170.96,380.191,398.58,2.6529,180,0,0,8982,0,0,0,0,0),(95997,26749,0,1,1,24019,0,-6170.89,388.75,398.586,3.52556,180,0,0,8982,0,0,0,0,0),(95998,26752,0,1,1,24019,0,-6192.39,394.322,392.075,4.50295,180,0,0,8982,0,0,0,0,0),(95999,26324,0,1,1,24029,0,-6188.09,392.323,397.086,4.74729,180,0,0,8982,3155,0,0,0,0),(96000,26307,0,1,1,24028,0,-6196.34,397.191,394.548,3.9968,180,0,0,8982,3155,0,0,0,0),(96001,26760,0,1,1,23659,0,-6170.98,384.593,402.211,3.08923,180,0,0,8982,0,0,0,0,0),(96002,26012,0,1,1,24023,0,-6170.96,380.191,402.263,2.6529,180,0,0,8982,0,0,0,0,0),(96003,26075,0,1,1,23780,1,-6170.89,388.75,402.269,3.52556,180,0,0,7185,7196,0,0,0,0),(96004,26753,0,1,1,24019,0,-6199.4,400.842,389.692,3.71755,180,0,0,8982,0,0,0,0,0),(96005,26754,0,1,1,24019,0,-6201.95,405.488,388.688,3.59538,180,0,0,8982,0,0,0,0,0),(96006,26756,0,1,1,24019,0,-6203.43,416.209,387.895,2.96706,180,0,0,8982,0,0,0,0,0),(96007,26326,0,1,1,24031,0,-6199.4,400.842,393.375,3.71755,180,0,0,7185,7196,0,0,0,0),(96008,26327,0,1,1,24032,0,-6201.95,405.488,392.372,3.59538,180,0,0,8982,3155,0,0,0,0),(96009,26328,0,1,1,24033,0,-6203.39,410.54,391.83,3.21141,180,0,0,7185,7196,0,0,0,0),(96010,26329,0,1,1,23777,0,-6203.43,416.209,391.578,2.96706,180,0,0,8982,0,0,0,0,0),(96011,26757,0,1,1,24019,0,-6201.86,421.338,387.879,2.82743,180,0,0,8982,0,0,0,0,0),(96012,26759,0,1,1,24019,0,-6198.21,431.115,387.609,2.87979,180,0,0,8982,0,0,0,0,0),(96013,26758,0,1,1,24019,0,-6199.56,426.252,387.7,2.84489,180,0,0,8982,0,0,0,0,0),(96014,26330,0,1,1,24034,0,-6201.86,421.338,391.562,2.82743,180,0,0,8982,3155,0,0,0,0),(96015,26332,0,1,1,24036,0,-6198.21,431.115,391.292,2.87979,180,0,0,8982,0,0,0,0,0),(96016,26331,0,1,1,24035,0,-6199.56,426.252,391.383,2.84489,180,0,0,7185,7196,0,0,0,0),(96017,26007,0,1,1,23766,0,-8928.64,962.263,117.356,2.14675,180,0,0,8982,0,0,0,0,0),(96018,26007,0,1,1,23766,0,-8827.65,860.801,99.0844,4.55531,180,0,0,8982,0,0,0,0,0),(96019,26740,0,1,1,24019,0,-8853.55,660.798,97.0824,5.3058,180,0,0,8982,0,0,0,0,0),(52338,23348,530,1,1,0,0,-5074.88,625.449,85.9117,1.5708,30,0,0,1,0,0,0,0,0),(96021,26740,0,1,1,24019,0,-8856.87,658.125,96.715,5.39307,180,0,0,8982,0,0,0,0,0),(96022,26738,0,1,1,24019,0,-8847.28,656.933,97.2669,3.82227,180,0,0,8982,0,0,0,0,0),(96023,26740,0,1,1,24019,0,-8860.38,655.895,96.4102,5.49779,180,0,0,8982,0,0,0,0,0),(52339,23291,530,1,1,0,1,-5105.28,548.874,85.7276,0.453786,120,0,0,1,0,0,0,0,0),(52340,23340,530,1,1,0,0,-5088.56,640.836,86.6143,1.48353,30,0,0,1,0,0,0,0,0),(96027,26745,0,1,1,24019,0,-8824.41,612.461,94.7415,0.767945,180,0,0,8982,0,0,0,0,0),(96028,26755,0,1,1,24019,0,-8811.97,637.778,94.312,3.68265,180,0,0,8982,0,0,0,0,0),(96029,26742,0,1,1,24019,0,-8809.25,608.436,95.8367,4.06662,180,0,0,8982,0,0,0,0,0),(96030,26724,0,1,1,24019,0,-8811.91,611.805,95.4816,4.18879,180,0,0,8982,0,0,0,0,0),(96031,26751,0,1,1,24019,0,-8832.04,642.686,94.6964,5.0091,180,0,0,8982,0,0,0,0,0),(96032,26759,0,1,1,24019,0,-8814.35,620.236,94.6133,2.60054,180,0,0,8982,0,0,0,0,0),(96033,26757,0,1,1,24019,0,-8809.81,628.563,94.312,3.15905,180,0,0,8982,0,0,0,0,0),(96034,26754,0,1,1,24019,0,-8814.35,641.563,94.312,3.92699,180,0,0,8982,0,0,0,0,0),(96035,26743,0,1,1,24019,0,-8806.46,604.994,96.2103,3.92699,180,0,0,8982,0,0,0,0,0),(96036,26741,0,1,1,24019,0,-8848.47,640.706,96.1925,0.767945,180,0,0,8982,0,0,0,0,0),(96037,26753,0,1,1,24019,0,-8818.5,643.579,94.312,4.17134,180,0,0,8982,0,0,0,0,0),(96038,26739,0,1,1,24019,0,-8859.81,641.328,96.33,1.20428,180,0,0,8982,0,0,0,0,0),(96039,26745,0,1,1,24019,0,-8820.51,609.938,95.404,0.872665,180,0,0,8982,0,0,0,0,0),(96040,26756,0,1,1,24019,0,-8809.86,633.433,94.312,3.42085,180,0,0,8982,0,0,0,0,0),(96041,26328,0,1,1,24033,0,-8811.97,637.778,97.9953,3.68265,180,0,0,7185,7196,0,0,0,0),(52106,23146,530,1,1,21281,0,-5165,534.031,82.9017,3.85718,300,0,0,143620,0,0,0,0,0),(96044,26324,0,1,1,24029,0,-8832.04,642.686,98.3797,5.0091,180,0,0,8982,3155,0,0,0,0),(96045,26332,0,1,1,24036,0,-8814.35,620.236,98.2966,2.60054,180,0,0,8982,0,0,0,0,0),(96046,26330,0,1,1,24034,0,-8809.81,628.563,97.9953,3.15905,180,0,0,8982,3155,0,0,0,0),(96047,26744,0,1,1,24019,0,-8803.56,601.48,96.5967,3.80482,180,0,0,8982,0,0,0,0,0),(96048,26739,0,1,1,24019,0,-8855.8,642.586,96.5424,1.32645,180,0,0,8982,0,0,0,0,0),(96049,26749,0,1,1,24019,0,-8828.32,633.228,94.3538,4.17134,180,0,0,8982,0,0,0,0,0),(96050,26758,0,1,1,24019,0,-8811.17,624.093,94.4087,2.89725,180,0,0,8982,0,0,0,0,0),(96051,26741,0,1,1,24019,0,-8846.42,637.212,95.6423,0.837758,180,0,0,8982,0,0,0,0,0),(96052,26738,0,1,1,24019,0,-8841.77,649.336,96.5427,3.56047,180,0,0,8982,0,0,0,0,0),(96053,26765,0,1,1,24019,0,-8825.53,630.162,94.1602,3.76991,180,0,0,8982,0,0,0,0,0),(96054,26738,0,1,1,24019,0,-8844.97,653.237,97.0213,3.7001,180,0,0,8982,0,0,0,0,0),(96055,26752,0,1,1,24019,0,-8827.85,644.388,94.5321,4.72984,180,0,0,8982,0,0,0,0,0),(96056,26748,0,1,1,24019,0,-8823.3,644.591,94.4528,4.45059,180,0,0,8982,0,0,0,0,0),(96057,26741,0,1,1,24019,0,-8844.81,633.665,95.1091,0.890118,180,0,0,8982,0,0,0,0,0),(96058,26747,0,1,1,24019,0,-8822.71,626.831,93.8889,3.38594,180,0,0,8982,0,0,0,0,0),(96059,26739,0,1,1,24019,0,-8851.51,643.122,96.5483,1.48353,180,0,0,8982,0,0,0,0,0),(96060,26745,0,1,1,24019,0,-8816.93,606.846,95.9405,0.977384,180,0,0,8982,0,0,0,0,0),(96061,26327,0,1,1,24032,0,-8814.35,641.563,97.9953,3.92699,180,0,0,8982,3155,0,0,0,0),(52027,23287,530,1,1,0,1,-5263.4,326.199,73.8625,0.30392,300,0,0,6986,0,0,0,0,0),(95553,26309,1,1,1,23757,1,-2349.54,-383.41,-3.92803,6.17846,180,0,0,8982,0,0,0,0,0),(96064,26326,0,1,1,24031,0,-8818.5,643.579,97.9953,4.17134,180,0,0,7185,7196,0,0,0,0),(79547,17957,547,3,1,0,0,-118.958,-152.85,-1.95728,0.488692,86400,0,0,1,0,0,0,0,0),(96067,26329,0,1,1,23777,0,-8809.86,633.433,97.9953,3.42085,180,0,0,8982,0,0,0,0,0),(52376,17964,547,3,1,0,0,-108.384,-755.407,37.9846,5.07891,86400,0,0,1,0,0,0,0,0),(96070,26075,0,1,1,23780,1,-8828.32,633.228,98.0372,4.17134,180,0,0,7185,7196,0,0,0,0),(96071,26331,0,1,1,24035,0,-8811.17,624.093,98.0921,2.89725,180,0,0,7185,7196,0,0,0,0),(143636,23287,530,1,1,0,0,-4968.71,620.063,16.1749,2.67035,300,0,0,4299,0,0,0,0,0),(96074,26760,0,1,1,23659,0,-8825.53,630.162,97.8435,3.76991,180,0,0,8982,0,0,0,0,0),(96076,26325,0,1,1,24030,0,-8827.85,644.388,98.2154,4.72984,180,0,0,8982,3155,0,0,0,0),(96077,26307,0,1,1,24028,0,-8823.3,644.591,98.1362,4.45059,180,0,0,8982,3155,0,0,0,0),(95470,26309,1,1,1,23757,1,-1226.87,83.3364,134.561,1.8675,180,0,0,8982,0,0,0,0,0),(96079,26012,0,1,1,24023,0,-8822.71,626.831,97.5723,3.38594,180,0,0,8982,0,0,0,0,0),(79701,17938,547,3,1,0,0,-84.8779,-503.343,-1.50917,3.28122,86400,0,0,1,0,0,0,0,0),(79699,21126,547,3,1,0,0,-88.2256,-497.443,-1.50776,2.72271,86400,0,0,1,0,0,0,0,0),(96082,26007,0,1,1,23766,0,-9179.79,275.865,75.4225,1.5708,180,0,0,8982,0,0,0,0,0),(96083,26745,0,1,1,24019,0,-9488.42,101.054,56.5955,5.65487,180,0,0,8982,0,0,0,0,0),(96084,26744,0,1,1,24019,0,-9490.11,87.7993,56.3354,5.53269,180,0,0,8982,0,0,0,0,0),(96085,26743,0,1,1,24019,0,-9490.87,83.9578,56.2398,5.89921,180,0,0,8982,0,0,0,0,0),(96086,26759,0,1,1,24019,0,-9496.1,35.9651,56.7234,2.40855,180,0,0,8982,0,0,0,0,0),(96087,26738,0,1,1,24019,0,-9496.91,62.7053,56.3357,0.20944,180,0,0,8982,0,0,0,0,0),(96088,26745,0,1,1,24019,0,-9490.4,93.0475,56.503,0.174533,180,0,0,8982,0,0,0,0,0),(96089,26753,0,1,1,24019,0,-9482.3,54.6745,56.51,1.76278,180,0,0,8982,0,0,0,0,0),(96090,26756,0,1,1,24019,0,-9491.31,45.9254,56.6653,2.82743,180,0,0,8982,0,0,0,0,0),(96091,26742,0,1,1,24019,0,-9491.81,79.92,56.1378,0.05236,180,0,0,8982,0,0,0,0,0),(96092,26739,0,1,1,24019,0,-9467.02,70.7817,56.5051,4.74729,180,0,0,8982,0,0,0,0,0),(96093,26751,0,1,1,24019,0,-9468.05,55.424,56.8632,1.32645,180,0,0,8982,0,0,0,0,0),(96094,26739,0,1,1,24019,0,-9471.24,70.7968,56.5656,4.81711,180,0,0,8982,0,0,0,0,0),(96095,26758,0,1,1,24019,0,-9494.5,39.2546,56.7962,2.54818,180,0,0,8982,0,0,0,0,0),(96096,26748,0,1,1,24019,0,-9477.4,55.8905,56.6753,1.48353,180,0,0,8982,0,0,0,0,0),(96097,26752,0,1,1,24019,0,-9472.66,55.798,56.8277,1.53589,180,0,0,8982,0,0,0,0,0),(96098,26724,0,1,1,24019,0,-9492.72,75.6383,56.1841,0.436332,180,0,0,8982,0,0,0,0,0),(13418,22883,564,1,1,5492,0,305.223,975.352,-59.7491,3.07178,604800,0,0,44012,0,0,0,0,0),(52393,17964,547,3,1,0,0,-73.6177,-182.158,-5.11198,5.14872,86400,0,0,1,0,0,0,0,0),(79414,21126,547,3,1,0,1,-82.4584,-723.883,36.8106,1.76082,86400,0,0,12395,2568,2,0,0,0),(96102,26332,0,1,1,24036,0,-9496.1,35.9651,60.4067,2.40855,180,0,0,8982,0,0,0,0,0),(95966,26309,0,1,1,23757,1,-6252.98,292.937,387.252,3.01942,180,0,0,8982,0,0,0,0,0),(96066,26309,0,1,1,23757,1,-8820.51,609.938,99.0873,0.872665,180,0,0,8982,0,0,0,0,0),(96105,26326,0,1,1,24031,0,-9482.3,54.6745,60.1933,1.76278,180,0,0,7185,7196,0,0,0,0),(96106,26329,0,1,1,23777,0,-9491.31,45.9254,60.3487,2.82743,180,0,0,8982,0,0,0,0,0),(52103,23264,530,1,1,0,0,-4896.16,554.051,42.3303,5.51025,300,0,0,6986,0,0,0,0,0),(96108,26755,0,1,1,24019,0,-9489.17,49.2949,56.5557,2.47837,180,0,0,8982,0,0,0,0,0),(96109,26738,0,1,1,24019,0,-9495.13,70.8716,56.3498,5.88176,180,0,0,8982,0,0,0,0,0),(96110,26754,0,1,1,24019,0,-9486.22,52.9084,56.4601,2.23402,180,0,0,8982,0,0,0,0,0),(96111,26740,0,1,1,24019,0,-9480.14,77.5936,56.796,3.71755,180,0,0,8982,0,0,0,0,0),(96112,26757,0,1,1,24019,0,-9492.86,42.564,56.8246,2.68781,180,0,0,8982,0,0,0,0,0),(96113,26740,0,1,1,24019,0,-9475.55,71.6653,56.6052,4.32842,180,0,0,8982,0,0,0,0,0),(96114,26740,0,1,1,24019,0,-9478.96,73.6922,56.6646,3.97935,180,0,0,8982,0,0,0,0,0),(96115,26745,0,1,1,24019,0,-9489.32,97.2272,56.5484,6.03884,180,0,0,8982,0,0,0,0,0),(96116,26738,0,1,1,24019,0,-9495.88,66.8677,56.4189,6.17846,180,0,0,8982,0,0,0,0,0),(79703,17940,547,3,1,0,0,122.697,-297.858,3.11904,3.7001,86400,0,0,1,0,0,0,0,0),(96118,26324,0,1,1,24029,0,-9468.05,55.424,60.5465,1.32645,180,0,0,8982,3155,0,0,0,0),(79709,17957,547,3,1,0,0,-83.7987,-585.32,1.377,1.37881,86400,0,0,1,0,0,0,0,0),(96120,26331,0,1,1,24035,0,-9494.5,39.2546,60.4795,2.54818,180,0,0,7185,7196,0,0,0,0),(96121,26307,0,1,1,24028,0,-9477.4,55.8905,60.3586,1.48353,180,0,0,8982,3155,0,0,0,0),(96122,26325,0,1,1,24030,0,-9472.66,55.798,60.511,1.53589,180,0,0,8982,3155,0,0,0,0),(49401,17408,530,1,1,0,0,3820.25,1586.07,119.717,0,3600,0,0,4979,0,0,0,0,0),(96124,26328,0,1,1,24033,0,-9489.17,49.2949,60.2391,2.47837,180,0,0,7185,7196,0,0,0,0),(95963,26309,0,1,1,23757,1,-6253.34,297.043,387.225,3.12414,180,0,0,8982,0,0,0,0,0),(96126,26327,0,1,1,24032,0,-9486.22,52.9084,60.1434,2.23402,180,0,0,8982,3155,0,0,0,0),(95472,26309,1,1,1,23757,1,-1223.56,86.6204,135.18,2.02458,180,0,0,8982,0,0,0,0,0),(96128,26330,0,1,1,24034,0,-9492.86,42.564,60.5079,2.68781,180,0,0,8982,3155,0,0,0,0),(52341,23342,530,1,1,0,0,-5081.62,640.932,86.6143,1.5708,30,0,0,1,0,0,0,0,0),(95962,26309,0,1,1,23757,1,-6252.34,288.583,387.539,2.93215,180,0,0,8982,0,0,0,0,0),(96133,26741,0,1,1,24019,0,-9450.26,70.7579,56.5996,4.50295,180,0,0,8982,0,0,0,0,0),(96134,26739,0,1,1,24019,0,-9462.74,70.7093,56.4867,4.67748,180,0,0,8982,0,0,0,0,0),(96135,26749,0,1,1,24019,0,-9454.69,49.0365,56.7012,1.72788,180,0,0,8982,0,0,0,0,0),(143637,23287,530,1,1,0,0,-4942.41,582.11,9.91461,2.1293,300,0,0,4299,0,0,0,0,0),(96137,26741,0,1,1,24019,0,-9454.38,70.6657,56.5605,4.55531,180,0,0,8982,0,0,0,0,0),(96138,26741,0,1,1,24019,0,-9458.63,70.7116,56.5462,4.60767,180,0,0,8982,0,0,0,0,0),(96139,26765,0,1,1,24019,0,-9458.72,49.5112,56.6896,1.43117,180,0,0,8982,0,0,0,0,0),(96140,26747,0,1,1,24019,0,-9462.39,50.1898,56.5971,1.11701,180,0,0,8982,0,0,0,0,0),(79710,17957,547,3,1,0,0,-77.8852,-592.529,2.31032,5.95157,86400,0,0,1,0,0,0,0,0),(96142,26075,0,1,1,23780,1,-9454.69,49.0365,60.3845,1.72788,180,0,0,7185,7196,0,0,0,0),(95454,26309,1,1,1,23757,1,-1220.38,89.8357,135.864,2.19912,180,0,0,8982,0,0,0,0,0),(245546,16592,0,1,1,11686,0,-8241.63,-2624.58,133.184,2.53448,300,0,0,42,0,0,0,0,0),(96145,26760,0,1,1,23659,0,-9458.72,49.5112,60.3729,1.43117,180,0,0,8982,0,0,0,0,0),(96146,26007,0,1,1,23766,0,-9089.17,-57.177,85.6382,0.593412,180,0,0,8982,0,0,0,0,0),(96147,26740,0,1,1,24019,0,-8953.89,-109.362,83.6246,4.43314,180,0,0,8982,0,0,0,0,0),(96148,26745,0,1,1,24019,0,-8992.38,-84.9667,85.4858,4.04916,180,0,0,8982,0,0,0,0,0),(96149,26744,0,1,1,24019,0,-8984.37,-95.2103,85.588,2.87979,180,0,0,8982,0,0,0,0,0),(96150,26745,0,1,1,24019,0,-8989.3,-88.5705,85.4968,3.50811,180,0,0,8982,0,0,0,0,0),(96151,26743,0,1,1,24019,0,-8981.07,-98.9376,85.3565,2.74017,180,0,0,8982,0,0,0,0,0),(96152,26724,0,1,1,24019,0,-8974.38,-105.229,84.9119,2.61799,180,0,0,8982,0,0,0,0,0),(52342,23344,530,1,1,0,0,-5072.99,640.034,86.4893,1.60313,30,0,0,1,0,0,0,0,0),(52385,17964,547,3,1,0,0,-47.4728,3.60573,-1.50723,1.69297,86400,0,0,1,0,0,0,0,0),(96158,26740,0,1,1,24019,0,-8958.03,-109.478,83.9612,4.59022,180,0,0,8982,0,0,0,0,0),(96159,26742,0,1,1,24019,0,-8977.45,-102.396,85.0659,2.6529,180,0,0,8982,0,0,0,0,0),(96160,26738,0,1,1,24019,0,-8966.78,-108.445,84.6024,4.92183,180,0,0,8982,0,0,0,0,0),(96161,26738,0,1,1,24019,0,-8962.49,-109.136,84.2406,4.76475,180,0,0,8982,0,0,0,0,0),(96162,26738,0,1,1,24019,0,-8970.78,-107.208,84.7896,5.044,180,0,0,8982,0,0,0,0,0),(48270,17408,530,1,1,0,0,3226.19,2688.29,145.962,0,3600,0,0,4979,0,0,0,0,0),(49108,17408,530,1,1,0,0,3300.19,1898.28,120.51,0,3600,0,0,4979,0,0,0,0,0),(95435,26309,0,1,1,23757,1,2282.7,331.084,37.9177,3.1765,180,0,0,8982,0,0,0,0,0),(52101,23264,530,1,1,0,0,-5119.12,668.285,85.0648,1.47565,300,0,0,6986,0,0,0,0,0),(52102,23264,530,1,1,0,0,-4957.43,524.511,78.8385,2.17623,300,0,0,6986,0,0,0,0,0),(96170,26740,0,1,1,24019,0,-8949.77,-109.315,83.3478,4.29351,180,0,0,8982,0,0,0,0,0),(96171,26739,0,1,1,24019,0,-8940.67,-109.28,83.0322,5.25344,180,0,0,8982,0,0,0,0,0),(52343,23370,530,1,1,0,0,-5104.8,683.6,104.505,5.5676,120,0,0,1,0,0,0,0,0),(96173,26739,0,1,1,24019,0,-8945.23,-109.018,83.1666,4.15388,180,0,0,8982,0,0,0,0,0),(96174,26739,0,1,1,24019,0,-8936.53,-109.448,83.0332,4.92183,180,0,0,8982,0,0,0,0,0),(79711,21126,547,3,1,0,0,-175.445,-771.766,42.2175,4.7964,86400,3,0,1,0,1,0,0,0),(79713,17938,547,3,1,0,0,-187.012,-762.941,41.797,5.73458,86400,3,0,1,0,1,0,0,0),(96177,26756,0,1,1,24019,0,-8946.19,-158.145,82.0022,1.64061,180,0,0,8982,0,0,0,0,0),(96178,26755,0,1,1,24019,0,-8941.99,-157.029,81.9415,1.85005,180,0,0,8982,0,0,0,0,0),(96179,26758,0,1,1,24019,0,-8954.95,-158.161,81.9178,1.25664,180,0,0,8982,0,0,0,0,0),(96180,26329,0,1,1,23777,0,-8946.19,-158.145,85.6855,1.64061,180,0,0,8982,0,0,0,0,0),(96181,26759,0,1,1,24019,0,-8959.42,-156.478,81.8673,1.0472,180,0,0,8982,0,0,0,0,0),(96182,26753,0,1,1,24019,0,-8934.39,-153.62,81.8587,2.25148,180,0,0,8982,0,0,0,0,0),(96183,26757,0,1,1,24019,0,-8950.7,-158.655,81.9764,1.44862,180,0,0,8982,0,0,0,0,0),(96184,26328,0,1,1,24033,0,-8941.99,-157.029,85.6248,1.85005,180,0,0,7185,7196,0,0,0,0),(96185,26331,0,1,1,24035,0,-8954.95,-158.161,85.6012,1.25664,180,0,0,7185,7196,0,0,0,0),(96186,26332,0,1,1,24036,0,-8959.42,-156.478,85.5506,1.0472,180,0,0,8982,0,0,0,0,0),(96187,26326,0,1,1,24031,0,-8934.39,-153.62,85.5421,2.25148,180,0,0,7185,7196,0,0,0,0),(96188,26327,0,1,1,24032,0,-8937.71,-155.704,85.3754,2.05949,180,0,0,8982,3155,0,0,0,0),(96189,26330,0,1,1,24034,0,-8950.7,-158.655,85.6598,1.44862,180,0,0,8982,3155,0,0,0,0),(96190,26747,0,1,1,24019,0,-8918.51,-135.146,80.5303,1.64061,180,0,0,8982,0,0,0,0,0),(96191,26752,0,1,1,24019,0,-8928.83,-147.713,81.7991,2.61799,180,0,0,8982,0,0,0,0,0),(96192,26748,0,1,1,24019,0,-8931.29,-150.839,82.0391,2.44346,180,0,0,8982,0,0,0,0,0),(96193,26765,0,1,1,24019,0,-8914.73,-133.636,80.6375,1.95477,180,0,0,8982,0,0,0,0,0),(96194,26012,0,1,1,24023,0,-8918.51,-135.146,84.2136,1.64061,180,0,0,8982,0,0,0,0,0),(96195,26751,0,1,1,24019,0,-8926.41,-144.356,81.722,2.80998,180,0,0,8982,0,0,0,0,0),(96196,26325,0,1,1,24030,0,-8928.83,-147.713,85.4824,2.61799,180,0,0,8982,3155,0,0,0,0),(96197,26307,0,1,1,24028,0,-8931.29,-150.839,85.7225,2.44346,180,0,0,8982,3155,0,0,0,0),(96198,26760,0,1,1,23659,0,-8914.73,-133.636,84.3208,1.95477,180,0,0,8982,0,0,0,0,0),(96199,26324,0,1,1,24029,0,-8926.41,-144.356,85.4053,2.80998,180,0,0,8982,3155,0,0,0,0),(96200,26741,0,1,1,24019,0,-8932.46,-110.112,83.0476,4.53786,180,0,0,8982,0,0,0,0,0),(96201,26749,0,1,1,24019,0,-8911.02,-131.912,80.7432,2.28638,180,0,0,8982,0,0,0,0,0),(96202,26741,0,1,1,24019,0,-8924.32,-112.928,82.9834,3.76991,180,0,0,8982,0,0,0,0,0),(95433,26309,0,1,1,23757,1,2281.16,327.07,37.8804,2.74017,180,0,0,8982,0,0,0,0,0),(96204,26075,0,1,1,23780,1,-8911.02,-131.912,84.4265,2.28638,180,0,0,7185,7196,0,0,0,0),(143639,23287,530,1,1,0,0,-4944.88,561.502,7.63682,2.09439,300,0,0,4299,0,0,0,0,0),(52410,22807,530,1,1,0,0,-4333.12,4703.91,-64.038,2.39063,480,5,0,6986,0,1,0,0,0),(96207,26007,530,1,1,23766,0,-4150,-11495.8,9.55713,3.47321,180,0,0,8982,0,0,0,0,0),(96208,26007,530,1,1,23766,0,-3817.16,-11711.8,-106.49,2.49582,180,0,0,8982,0,0,0,0,0),(96209,26749,530,1,1,24019,0,-4006.12,-11872.2,-0.400892,4.36332,180,0,0,8982,0,0,0,0,0),(96210,26765,530,1,1,24019,0,-4002.43,-11874.4,-0.586958,4.10152,180,0,0,8982,0,0,0,0,0),(96211,26075,530,1,1,23780,1,-4006.12,-11872.2,3.28244,4.36332,180,0,0,7185,7196,0,0,0,0),(96212,26760,530,1,1,23659,0,-4002.43,-11874.4,3.09637,4.10152,180,0,0,8982,0,0,0,0,0),(96213,26747,530,1,1,24019,0,-3998.91,-11877.5,-0.234778,3.80482,180,0,0,8982,0,0,0,0,0),(96214,26012,530,1,1,24023,0,-3998.91,-11877.5,3.44855,3.80482,180,0,0,8982,0,0,0,0,0),(96215,26753,530,1,1,24019,0,-4034.34,-11891.9,-1.52391,4.79965,180,0,0,8982,0,0,0,0,0),(96216,26741,530,1,1,24019,0,-4009.64,-11918.7,-1.39634,3.40339,180,0,0,8982,0,0,0,0,0),(96217,26752,530,1,1,24019,0,-4025.27,-11889.6,-1.15395,5.32325,180,0,0,8982,0,0,0,0,0),(96218,26754,530,1,1,24019,0,-4039.13,-11891.9,-1.71353,4.79965,180,0,0,8982,0,0,0,0,0),(96219,26756,530,1,1,24019,0,-4048.9,-11890.9,-1.7412,4.55531,180,0,0,8982,0,0,0,0,0),(96220,26741,530,1,1,24019,0,-4003.98,-11928.1,-1.51885,3.76991,180,0,0,8982,0,0,0,0,0),(96221,26739,530,1,1,24019,0,-4000.44,-11932.4,-1.71048,3.78736,180,0,0,8982,0,0,0,0,0),(96222,26741,530,1,1,24019,0,-4007.14,-11923.4,-1.44951,3.7001,180,0,0,8982,0,0,0,0,0),(96223,26751,530,1,1,24019,0,-4020.82,-11887.3,-1.08871,5.49779,180,0,0,8982,0,0,0,0,0),(96224,26757,530,1,1,24019,0,-4053.3,-11889.7,-1.53277,4.41568,180,0,0,8982,0,0,0,0,0),(96225,26748,530,1,1,24019,0,-4029.72,-11891.5,-1.37214,5.11381,180,0,0,8982,0,0,0,0,0),(96226,26326,530,1,1,24031,0,-4034.34,-11891.9,2.15943,4.79965,180,0,0,7185,7196,0,0,0,0),(143640,23287,530,1,1,0,0,-4921.92,547.607,6.50163,2.04204,300,0,0,4299,0,0,0,0,0),(96228,26325,530,1,1,24030,0,-4025.27,-11889.6,2.52938,5.32325,180,0,0,8982,3155,0,0,0,0),(96229,26327,530,1,1,24032,0,-4039.13,-11891.9,1.96981,4.79965,180,0,0,8982,3155,0,0,0,0),(96230,26329,530,1,1,23777,0,-4048.9,-11890.9,1.94213,4.55531,180,0,0,8982,0,0,0,0,0),(96232,26758,530,1,1,24019,0,-4057.95,-11888.4,-1.38516,4.31096,180,0,0,8982,0,0,0,0,0),(96233,26755,530,1,1,24019,0,-4044.21,-11891.7,-1.82966,4.69494,180,0,0,8982,0,0,0,0,0),(96236,26324,530,1,1,24029,0,-4020.82,-11887.3,2.59462,5.49779,180,0,0,8982,3155,0,0,0,0),(96237,26330,530,1,1,24034,0,-4053.3,-11889.7,2.15056,4.41568,180,0,0,8982,3155,0,0,0,0),(96238,26307,530,1,1,24028,0,-4029.72,-11891.5,2.3112,5.11381,180,0,0,8982,3155,0,0,0,0),(96239,26331,530,1,1,24035,0,-4057.95,-11888.4,2.29818,4.31096,180,0,0,7185,7196,0,0,0,0),(96240,26328,530,1,1,24033,0,-4044.21,-11891.7,1.85367,4.69494,180,0,0,7185,7196,0,0,0,0),(96241,26738,530,1,1,24019,0,-3961.16,-11947.9,-1.99844,4.5204,180,0,0,8982,0,0,0,0,0),(96242,26739,530,1,1,24019,0,-3993.53,-11940.1,-2.30652,3.97935,180,0,0,8982,0,0,0,0,0),(96243,26740,530,1,1,24019,0,-3988.68,-11943.8,-2.50542,4.20624,180,0,0,8982,0,0,0,0,0),(96244,26740,530,1,1,24019,0,-3978.12,-11946.2,-2.37189,4.62512,180,0,0,8982,0,0,0,0,0),(96245,26740,530,1,1,24019,0,-3983.42,-11945.5,-2.43154,4.45059,180,0,0,8982,0,0,0,0,0),(95952,26309,0,1,1,23757,1,-4905.75,-929.033,505.355,5.46288,180,0,0,8982,0,0,0,0,0),(79718,17958,547,3,1,0,0,-6.49847,-296.844,3.15944,2.93215,86400,0,0,1,0,0,0,0,0),(96248,26738,530,1,1,24019,0,-3966.9,-11947.5,-2.0321,4.66003,180,0,0,8982,0,0,0,0,0),(96249,26738,530,1,1,24019,0,-3972.52,-11947,-2.30972,4.55531,180,0,0,8982,0,0,0,0,0),(52409,22807,530,1,1,0,0,-4364.99,4579.53,-50.5461,1.81493,480,5,0,6986,0,1,0,0,0),(52344,23376,530,1,1,0,1,-5129.35,681.345,40.0699,1.04193,120,0,0,1,0,0,0,0,0),(52345,23376,530,1,1,0,1,-5197.53,620.542,44.5623,6.20232,120,0,0,1,0,0,0,0,0),(52346,23427,530,1,1,0,0,-5092.04,581.663,86.9588,1.18682,120,0,0,1,0,0,0,0,0),(95950,26309,0,1,1,23757,1,-4897.61,-924.569,505.357,5.21853,180,0,0,8982,0,0,0,0,0),(96256,26759,530,1,1,24019,0,-4062.19,-11886.1,-1.25455,4.04916,180,0,0,8982,0,0,0,0,0),(96257,26332,530,1,1,24036,0,-4062.19,-11886.1,2.42878,4.04916,180,0,0,8982,0,0,0,0,0),(96258,26745,530,1,1,24019,0,-3935.95,-11947.2,-2.30897,4.85202,180,0,0,8982,0,0,0,0,0),(96259,26745,530,1,1,24019,0,-3926.76,-11946,-2.59289,4.97419,180,0,0,8982,0,0,0,0,0),(96260,26742,530,1,1,24019,0,-3950.83,-11948.1,-2.12612,4.76475,180,0,0,8982,0,0,0,0,0),(96261,26724,530,1,1,24019,0,-3955.86,-11948.3,-2.14786,4.7822,180,0,0,8982,0,0,0,0,0),(96262,26743,530,1,1,24019,0,-3945.9,-11947.7,-1.88613,4.74729,180,0,0,8982,0,0,0,0,0),(96264,26744,530,1,1,24019,0,-3940.84,-11947.7,-2.24889,4.95674,180,0,0,8982,0,0,0,0,0),(96265,26745,530,1,1,24019,0,-3931.4,-11946.8,-2.42749,4.95674,180,0,0,8982,0,0,0,0,0),(13416,22883,564,1,1,5492,0,307.713,972.534,-59.657,2.93215,604800,0,0,44012,0,0,0,0,0),(52099,23264,530,1,1,0,0,-5107.16,249.876,148.188,5.35161,300,0,0,6986,0,0,0,0,0),(52100,23264,530,1,1,0,0,-5181.54,133.403,73.1526,3.71797,300,0,0,6986,0,0,0,0,0),(52026,23287,530,1,1,0,1,-5119.77,716.04,79.2502,1.05005,300,0,0,6986,0,0,0,0,0),(52389,17964,547,3,1,0,0,-61.5123,-20.1761,-2.66396,4.18879,86400,0,0,1,0,0,0,0,0),(52387,17964,547,3,1,0,0,-96.449,-62.1541,-1.79204,0.139626,86400,0,0,1,0,0,0,0,0),(96272,26007,530,1,1,23766,0,-4113.6,-12144.9,-1.53159,4.17134,180,0,0,8982,0,0,0,0,0),(96273,26738,530,1,1,24019,0,-4206.28,-12488.7,44.6963,5.81195,180,0,0,8982,0,0,0,0,0),(96274,26724,530,1,1,24019,0,-4200.58,-12482.8,45.1839,5.51524,180,0,0,8982,0,0,0,0,0),(96275,26738,530,1,1,24019,0,-4203.47,-12485.6,44.8886,5.65487,180,0,0,8982,0,0,0,0,0),(95944,26309,0,1,1,23757,1,-4901.62,-926.433,505.359,5.34071,180,0,0,8982,0,0,0,0,0),(48267,17408,530,1,1,0,0,3013.18,3667.87,130.374,0,3600,0,0,4979,0,0,0,0,0),(48269,17408,530,1,1,0,0,3126.14,3234.31,108.699,0,3600,0,0,4979,0,0,0,0,0),(96279,26744,530,1,1,24019,0,-4190.36,-12474.6,45.8575,5.02655,180,0,0,8982,0,0,0,0,0),(96280,26745,530,1,1,24019,0,-4181.76,-12471.6,44.8128,4.72984,180,0,0,8982,0,0,0,0,0),(96281,26738,530,1,1,24019,0,-4208.55,-12492.5,44.513,5.96903,180,0,0,8982,0,0,0,0,0),(96282,26740,530,1,1,24019,0,-4210.3,-12505.5,45.4742,0.139626,180,0,0,8982,0,0,0,0,0),(96283,26743,530,1,1,24019,0,-4194.03,-12477.2,45.897,5.18363,180,0,0,8982,0,0,0,0,0),(96284,26745,530,1,1,24019,0,-4186.1,-12472.7,45.425,4.86947,180,0,0,8982,0,0,0,0,0),(96285,26739,530,1,1,24019,0,-4209.24,-12510,45.2798,0.314159,180,0,0,8982,0,0,0,0,0),(96286,26740,530,1,1,24019,0,-4210.54,-12501.1,44.6897,0,180,0,0,8982,0,0,0,0,0),(96287,26742,530,1,1,24019,0,-4197.12,-12479.8,45.7916,5.34071,180,0,0,8982,0,0,0,0,0),(96288,26739,530,1,1,24019,0,-4207.9,-12513.9,45.3909,0.453786,180,0,0,8982,0,0,0,0,0),(96289,26739,530,1,1,24019,0,-4205.8,-12517.3,46.03,0.593412,180,0,0,8982,0,0,0,0,0),(52382,17963,547,3,1,0,0,-83.5101,-290.583,-1.38112,5.39307,86400,0,0,1,0,0,0,0,0),(52384,17964,547,3,1,0,0,-38.7431,3.08924,-1.20455,1.85005,86400,0,0,1,0,0,0,0,0),(52025,23287,530,1,1,0,1,-5235.82,506.63,59.7766,3.94345,300,0,0,6986,0,0,0,0,0),(96295,26740,530,1,1,24019,0,-4210.04,-12496.7,44.4818,6.12611,180,0,0,8982,0,0,0,0,0),(23428,23144,530,1,1,0,0,-5119.8,624.766,86.8275,1.25664,300,0,0,3858,0,0,0,0,0),(52096,23264,530,1,1,0,0,-5167.71,313.147,74.7626,3.22318,300,0,0,6986,0,0,0,0,0),(52097,23264,530,1,1,0,0,-5199.88,260.577,71.3678,3.58053,300,0,0,6986,0,0,0,0,0),(96303,26741,530,1,1,24019,0,-4199.44,-12527.4,45.0593,0.977384,180,0,0,8982,0,0,0,0,0),(96304,26741,530,1,1,24019,0,-4203.82,-12520.8,46.0709,0.733038,180,0,0,8982,0,0,0,0,0),(96305,26741,530,1,1,24019,0,-4201.87,-12524.2,45.5742,0.855211,180,0,0,8982,0,0,0,0,0),(96306,26745,530,1,1,24019,0,-4177.66,-12470.9,44.3131,4.57276,180,0,0,8982,0,0,0,0,0),(52282,22253,530,1,1,0,1,-5026.08,30.3253,78.8116,1.42613,300,0,0,110700,0,2,0,0,0),(52281,22253,530,1,1,0,1,-5285.74,354.305,58.6303,4.30382,300,0,0,110700,0,2,0,0,0),(96311,26765,530,1,1,24019,0,-4153.89,-12489.6,44.4431,3.85718,180,0,0,8982,0,0,0,0,0),(96312,26755,530,1,1,24019,0,-4160.23,-12529.5,45.4965,2.09439,180,0,0,8982,0,0,0,0,0),(96313,26747,530,1,1,24019,0,-4151.15,-12492.6,44.768,3.57792,180,0,0,8982,0,0,0,0,0),(96314,26752,530,1,1,24019,0,-4150.57,-12516.9,45.281,2.79253,180,0,0,8982,0,0,0,0,0),(96315,26757,530,1,1,24019,0,-4167.54,-12532.4,44.9659,1.76278,180,0,0,8982,0,0,0,0,0),(96316,26754,530,1,1,24019,0,-4156.45,-12527.3,45.0675,2.28638,180,0,0,8982,0,0,0,0,0),(96317,26751,530,1,1,24019,0,-4149.73,-12513.3,45.2441,2.94961,180,0,0,8982,0,0,0,0,0),(96318,26749,530,1,1,24019,0,-4156.68,-12486.6,45.0049,4.15388,180,0,0,8982,0,0,0,0,0),(96319,26756,530,1,1,24019,0,-4163.85,-12531,45.5187,1.93731,180,0,0,8982,0,0,0,0,0),(96320,26759,530,1,1,24019,0,-4175.38,-12532.2,44.5484,1.44862,180,0,0,8982,0,0,0,0,0),(96321,26748,530,1,1,24019,0,-4151.92,-12520.7,45.2141,2.61799,180,0,0,8982,0,0,0,0,0),(96322,26760,530,1,1,23659,0,-4153.89,-12489.6,48.1264,3.85718,180,0,0,8982,0,0,0,0,0),(96323,26328,530,1,1,24033,0,-4160.23,-12529.5,49.1798,2.09439,180,0,0,7185,7196,0,0,0,0),(96324,26012,530,1,1,24023,0,-4151.15,-12492.6,48.4513,3.57792,180,0,0,8982,0,0,0,0,0),(96325,26325,530,1,1,24030,0,-4150.57,-12516.9,48.9643,2.79253,180,0,0,8982,3155,0,0,0,0),(96326,26753,530,1,1,24019,0,-4153.99,-12524.3,44.9896,2.44346,180,0,0,8982,0,0,0,0,0),(96327,26758,530,1,1,24019,0,-4171.55,-12532.8,44.6047,1.6057,180,0,0,8982,0,0,0,0,0),(96328,26330,530,1,1,24034,0,-4167.54,-12532.4,48.6492,1.76278,180,0,0,8982,3155,0,0,0,0),(96329,26327,530,1,1,24032,0,-4156.45,-12527.3,48.7508,2.28638,180,0,0,8982,3155,0,0,0,0),(96330,26324,530,1,1,24029,0,-4149.73,-12513.3,48.9274,2.94961,180,0,0,8982,3155,0,0,0,0),(96331,26075,530,1,1,23780,1,-4156.68,-12486.6,48.6882,4.15388,180,0,0,7185,7196,0,0,0,0),(96332,26329,530,1,1,23777,0,-4163.85,-12531,49.2021,1.93731,180,0,0,8982,0,0,0,0,0),(96333,26332,530,1,1,24036,0,-4175.38,-12532.2,48.2318,1.44862,180,0,0,8982,0,0,0,0,0),(96334,26307,530,1,1,24028,0,-4151.92,-12520.7,48.8974,2.61799,180,0,0,8982,3155,0,0,0,0),(96335,26326,530,1,1,24031,0,-4153.99,-12524.3,48.6729,2.44346,180,0,0,7185,7196,0,0,0,0),(96336,26331,530,1,1,24035,0,-4171.55,-12532.8,48.288,1.6057,180,0,0,7185,7196,0,0,0,0),(96337,26007,530,1,1,23766,0,-4233.91,-12766.1,20.9753,4.39823,180,0,0,8982,0,0,0,0,0),(96338,26007,530,1,1,23766,0,-4150.06,-13490.1,47.4972,5.67232,180,0,0,8982,0,0,0,0,0),(96339,26739,530,1,1,24019,0,-4094.76,-13748.1,74.7776,3.64774,180,0,0,8982,0,0,0,0,0),(96340,26724,530,1,1,24019,0,-4131.43,-13752.9,74.709,6.14356,180,0,0,8982,0,0,0,0,0),(96341,26741,530,1,1,24019,0,-4103.87,-13770.1,74.7745,1.79769,180,0,0,8982,0,0,0,0,0),(96342,26740,530,1,1,24019,0,-4097.08,-13744.7,74.7571,3.9968,180,0,0,8982,0,0,0,0,0),(96343,26744,530,1,1,24019,0,-4122.95,-13740.4,74.6971,5.3058,180,0,0,8982,0,0,0,0,0),(96344,26739,530,1,1,24019,0,-4093.6,-13752,74.8065,3.28122,180,0,0,8982,0,0,0,0,0),(96345,26738,530,1,1,24019,0,-4131.46,-13757.5,74.6948,0.10472,180,0,0,8982,0,0,0,0,0),(96346,26747,530,1,1,24019,0,-4082.3,-13758.7,74.8726,5.58505,180,0,0,8982,0,0,0,0,0),(96347,26739,530,1,1,24019,0,-4093.19,-13755.6,74.7933,2.94961,180,0,0,8982,0,0,0,0,0),(96348,26743,530,1,1,24019,0,-4127.12,-13743.8,74.6941,5.58505,180,0,0,8982,0,0,0,0,0),(96349,26752,530,1,1,24019,0,-4076.08,-13752.8,74.8734,4.72984,180,0,0,8982,0,0,0,0,0),(96350,26741,530,1,1,24019,0,-4100.32,-13768.3,74.7963,2.18166,180,0,0,8982,0,0,0,0,0),(96351,26738,530,1,1,24019,0,-4130.31,-13762.1,74.7028,0.366519,180,0,0,8982,0,0,0,0,0),(96352,26751,530,1,1,24019,0,-4079.3,-13754,74.9247,4.95674,180,0,0,8982,0,0,0,0,0),(96353,26740,530,1,1,24019,0,-4104.15,-13742.2,74.721,4.66003,180,0,0,8982,0,0,0,0,0),(96354,26741,530,1,1,24019,0,-4108.06,-13770.8,74.7458,1.41372,180,0,0,8982,0,0,0,0,0),(79722,21126,547,3,1,0,0,-121.849,-147.45,-1.98127,1.0821,86400,0,0,1,0,0,0,0,0),(79719,17958,547,3,1,0,0,-11.2796,-312.923,2.95958,2.86234,86400,0,0,1,0,0,0,0,0),(52280,22253,530,1,1,0,1,-5210.22,418.937,73.921,4.30382,300,0,0,110700,0,2,0,0,0),(52408,22807,530,1,1,0,0,-4335.35,4603.06,-44.7981,2.64986,480,5,0,6986,0,1,0,0,0),(96360,26742,530,1,1,24019,0,-4129.86,-13748,74.6953,5.86431,180,0,0,8982,0,0,0,0,0),(52381,17964,547,3,1,0,0,-77.1895,-284.429,-1.24173,5.65487,86400,0,0,1,0,0,0,0,0),(52380,17964,547,3,1,0,0,-101.754,-14.1398,-7.86887,4.67748,86400,0,0,1,0,0,0,0,0),(96364,26012,530,1,1,24023,0,-4082.3,-13758.7,78.5559,5.58505,180,0,0,8982,0,0,0,0,0),(79745,17961,547,3,1,0,0,-76.5347,-588.374,1.94564,0.436332,86400,0,0,1,0,0,0,0,0),(245545,16592,1,1,1,11686,0,-7216.68,-3859.39,11.4943,-2.72271,300,0,0,42,0,0,0,0,0),(96367,26325,530,1,1,24030,0,-4076.08,-13752.8,78.5567,4.72984,180,0,0,8982,3155,0,0,0,0),(52407,22807,530,1,1,0,0,-4288.24,4586.01,-56.3142,4.1994,480,5,0,6986,0,1,0,0,0),(52278,22253,530,1,1,0,1,-5004.89,702.881,82.044,4.27476,300,0,0,110700,0,2,0,0,0),(52279,22253,530,1,1,0,1,-5022.06,479.931,87.0028,4.69259,300,0,0,110700,0,2,0,0,0),(96371,26324,530,1,1,24029,0,-4079.3,-13754,78.6081,4.95674,180,0,0,8982,3155,0,0,0,0),(143596,23146,530,1,1,0,0,-5143.49,515.507,84.5049,4.83456,300,0,0,88860,0,0,0,0,0),(52277,22253,530,1,1,0,1,-4898.73,216.78,54.7499,4.27476,300,0,0,110700,0,2,0,0,0),(96375,26745,530,1,1,24019,0,-4126.28,-13730.6,74.7459,4.92183,180,0,0,8982,0,0,0,0,0),(96376,26745,530,1,1,24019,0,-4131.41,-13731.5,74.7197,5.18363,180,0,0,8982,0,0,0,0,0),(13415,22883,564,1,1,5492,0,469.634,936.326,14.4428,4.39823,604800,0,0,44012,0,0,0,0,0),(96378,26745,530,1,1,24019,0,-4121.41,-13729.8,74.7455,4.66003,180,0,0,8982,0,0,0,0,0),(13414,22883,564,1,1,5492,0,471.542,940.37,14.4428,4.72984,604800,0,0,44012,0,0,0,0,0),(96381,26756,530,1,1,24019,0,-4069.76,-13775.4,74.8366,2.00713,180,0,0,8982,0,0,0,0,0),(96382,26748,530,1,1,24019,0,-4072.6,-13752.7,74.8474,4.50295,180,0,0,8982,0,0,0,0,0),(96383,26755,530,1,1,24019,0,-4063.82,-13759,74.8365,3.80482,180,0,0,8982,0,0,0,0,0),(96384,26753,530,1,1,24019,0,-4069.15,-13754,74.8365,4.27606,180,0,0,8982,0,0,0,0,0),(96385,26754,530,1,1,24019,0,-4066.17,-13756.3,74.8365,4.03171,180,0,0,8982,0,0,0,0,0),(96386,26757,530,1,1,24019,0,-4073.09,-13776.2,74.8365,1.71042,180,0,0,8982,0,0,0,0,0),(96387,26759,530,1,1,24019,0,-4081.16,-13776.3,74.8571,1.0821,180,0,0,8982,0,0,0,0,0),(96388,26749,530,1,1,24019,0,-4087.26,-13770.5,74.8742,0.034907,180,0,0,8982,0,0,0,0,0),(96389,26329,530,1,1,23777,0,-4069.76,-13775.4,78.5199,2.00713,180,0,0,8982,0,0,0,0,0),(96390,26307,530,1,1,24028,0,-4072.6,-13752.7,78.5307,4.50295,180,0,0,8982,3155,0,0,0,0),(96391,26328,530,1,1,24033,0,-4063.82,-13759,78.5199,3.80482,180,0,0,7185,7196,0,0,0,0),(96392,26765,530,1,1,24019,0,-4084.56,-13764.8,74.8706,5.96903,180,0,0,8982,0,0,0,0,0),(96393,26758,530,1,1,24019,0,-4077.01,-13775.8,74.8366,1.37881,180,0,0,8982,0,0,0,0,0),(96394,26326,530,1,1,24031,0,-4069.15,-13754,78.5199,4.27606,180,0,0,7185,7196,0,0,0,0),(96395,26327,530,1,1,24032,0,-4066.17,-13756.3,78.5198,4.03171,180,0,0,8982,3155,0,0,0,0),(96396,26330,530,1,1,24034,0,-4073.09,-13776.2,78.5199,1.71042,180,0,0,8982,3155,0,0,0,0),(96397,26332,530,1,1,24036,0,-4081.16,-13776.3,78.5404,1.0821,180,0,0,8982,0,0,0,0,0),(96398,26075,530,1,1,23780,1,-4087.26,-13770.5,78.5575,0.034907,180,0,0,7185,7196,0,0,0,0),(96399,26760,530,1,1,23659,0,-4084.56,-13764.8,78.554,5.96903,180,0,0,8982,0,0,0,0,0),(96400,26331,530,1,1,24035,0,-4077.01,-13775.8,78.5199,1.37881,180,0,0,7185,7196,0,0,0,0),(96401,26007,1,1,1,23766,0,9948.88,2484.54,1316.35,4.76475,180,0,0,8982,0,0,0,0,0),(96402,26007,1,1,1,23766,0,9860.41,2383.86,1316.44,1.44862,180,0,0,8982,0,0,0,0,0),(96403,26739,1,1,1,24019,0,9947.22,2235.13,1332.58,5.96903,180,0,0,8982,0,0,0,0,0),(96404,26740,1,1,1,24019,0,9947.05,2226.66,1331.2,6.05629,180,0,0,8982,0,0,0,0,0),(96405,26740,1,1,1,24019,0,9946.91,2218.24,1330.08,6.14356,180,0,0,8982,0,0,0,0,0),(96406,26739,1,1,1,24019,0,9946.91,2239.45,1333.16,5.93412,180,0,0,8982,0,0,0,0,0),(96407,26739,1,1,1,24019,0,9947.13,2230.98,1331.93,6.02139,180,0,0,8982,0,0,0,0,0),(96408,26740,1,1,1,24019,0,9947.01,2222.29,1330.55,6.10865,180,0,0,8982,0,0,0,0,0),(96409,26741,1,1,1,24019,0,9947.14,2244.1,1333.93,5.89921,180,0,0,8982,0,0,0,0,0),(96410,26741,1,1,1,24019,0,9946.87,2248.06,1334.61,5.86431,180,0,0,8982,0,0,0,0,0),(52406,22807,530,1,1,0,0,-4208.24,4573.14,-86.2463,3.71245,480,0,0,6986,0,2,0,0,0),(52331,22253,530,1,1,0,1,-4941.29,35.2024,62.7353,3.61283,300,0,0,110700,0,0,0,0,0),(52276,22253,530,1,1,0,1,-5218.91,565.366,50.8523,4.90465,300,0,0,110700,0,2,0,0,0),(79790,21127,547,3,1,0,0,-82.1729,-494.006,-1.5095,2.3911,86400,0,0,1,0,0,0,0,0),(52275,22253,530,1,1,0,1,-5195.86,90.1292,70.2266,3.56791,300,0,0,110700,0,2,0,0,0),(96419,26759,1,1,1,24019,0,9999.29,2285.66,1341.48,4.50295,180,0,0,8982,0,0,0,0,0),(96420,26752,1,1,1,24019,0,9967.38,2282.98,1341.48,4.95674,180,0,0,8982,0,0,0,0,0),(96421,26753,1,1,1,24019,0,9974.4,2283.29,1341.48,4.85202,180,0,0,8982,0,0,0,0,0),(96422,26758,1,1,1,24019,0,9994.92,2284.93,1341.48,4.55531,180,0,0,8982,0,0,0,0,0),(96423,26755,1,1,1,24019,0,9982.41,2283.94,1341.48,4.74729,180,0,0,8982,0,0,0,0,0),(96424,26749,1,1,1,24019,0,9947.89,2282.74,1341.48,5.23599,180,0,0,8982,0,0,0,0,0),(96425,26751,1,1,1,24019,0,9963.89,2282.99,1341.48,4.99164,180,0,0,8982,0,0,0,0,0),(96426,26748,1,1,1,24019,0,9971.09,2283.12,1341.48,4.90438,180,0,0,8982,0,0,0,0,0),(96427,26747,1,1,1,24019,0,9955.84,2283.01,1341.48,4.24115,180,0,0,8982,0,0,0,0,0),(96428,26757,1,1,1,24019,0,9990.69,2284.74,1341.48,4.60767,180,0,0,8982,0,0,0,0,0),(96429,26754,1,1,1,24019,0,9978.35,2283.57,1341.48,4.79965,180,0,0,8982,0,0,0,0,0),(96430,26756,1,1,1,24019,0,9986.43,2284.39,1341.48,4.67748,180,0,0,8982,0,0,0,0,0),(96431,26765,1,1,1,24019,0,9951.88,2282.82,1341.48,4.72984,180,0,0,8982,0,0,0,0,0),(96432,26332,1,1,1,24036,0,9999.29,2285.66,1345.16,4.50295,180,0,0,8982,0,0,0,0,0),(96433,26325,1,1,1,24030,0,9967.38,2282.98,1345.16,4.95674,180,0,0,8982,3155,0,0,0,0),(96434,26326,1,1,1,24031,0,9974.4,2283.29,1345.16,4.85202,180,0,0,7185,7196,0,0,0,0),(96435,26328,1,1,1,24033,0,9982.41,2283.94,1345.16,4.74729,180,0,0,7185,7196,0,0,0,0),(96436,26075,1,1,1,23780,1,9947.89,2282.74,1345.16,5.23599,180,0,0,7185,7196,0,0,0,0),(96437,26324,1,1,1,24029,0,9963.89,2282.99,1345.16,4.99164,180,0,0,8982,3155,0,0,0,0),(96438,26307,1,1,1,24028,0,9971.09,2283.12,1345.16,4.90438,180,0,0,8982,3155,0,0,0,0),(96439,26012,1,1,1,24023,0,9955.84,2283.01,1345.16,4.24115,180,0,0,8982,0,0,0,0,0),(96440,26330,1,1,1,24034,0,9990.69,2284.74,1345.16,4.60767,180,0,0,8982,3155,0,0,0,0),(96441,26327,1,1,1,24032,0,9978.35,2283.57,1345.16,4.79965,180,0,0,8982,3155,0,0,0,0),(96442,26329,1,1,1,23777,0,9986.43,2284.39,1345.16,4.67748,180,0,0,8982,0,0,0,0,0),(96443,26760,1,1,1,23659,0,9951.88,2282.82,1345.16,4.72984,180,0,0,8982,0,0,0,0,0),(96444,26738,1,1,1,24019,0,9946.83,2209.25,1329.24,6.24828,180,0,0,8982,0,0,0,0,0),(96445,26724,1,1,1,24019,0,9946.55,2200.09,1328.2,0.05236,180,0,0,8982,0,0,0,0,0),(96446,26745,1,1,1,24019,0,9946.86,2176.09,1327.65,0.296706,180,0,0,8982,0,0,0,0,0),(96447,26745,1,1,1,24019,0,9946.51,2171.36,1327.55,0.331613,180,0,0,8982,0,0,0,0,0),(96448,26738,1,1,1,24019,0,9946.78,2213.88,1329.65,6.19592,180,0,0,8982,0,0,0,0,0),(96449,26743,1,1,1,24019,0,9946.63,2190.64,1327.69,0.15708,180,0,0,8982,0,0,0,0,0),(96450,26742,1,1,1,24019,0,9946.5,2195.42,1327.81,0.10472,180,0,0,8982,0,0,0,0,0),(96451,26745,1,1,1,24019,0,9946.86,2180.83,1327.79,0.244346,180,0,0,8982,0,0,0,0,0),(96452,26744,1,1,1,24019,0,9946.83,2186.01,1327.78,0.191986,180,0,0,8982,0,0,0,0,0),(96453,26738,1,1,1,24019,0,9946.75,2204.64,1328.75,0,180,0,0,8982,0,0,0,0,0),(95863,26309,0,1,1,23757,1,-5661.48,-487.052,400.021,1.51844,180,0,0,8982,0,0,0,0,0),(47279,17408,530,1,1,0,0,2218.62,2252.56,94.7763,0,3600,0,0,4979,0,0,0,0,0),(47349,17408,530,1,1,0,0,2664.67,3085.93,125.92,0,3600,0,0,4979,0,0,0,0,0),(95862,26309,0,1,1,23757,1,-5653.02,-487.688,400.128,1.8675,180,0,0,8982,0,0,0,0,0),(245544,16592,0,1,1,11686,0,2273.88,453.352,33.9364,3.35914,300,0,0,42,0,0,0,0,0),(79339,17991,547,3,1,0,0,-34.3742,-458.817,-1.95241,3.3803,86400,0,0,97155,0,2,0,0,0),(96464,26007,1,1,1,23766,0,9984.65,1953.18,1325.76,4.69494,180,0,0,8982,0,0,0,0,0),(96465,26007,1,1,1,23766,0,10109.1,1558.65,1324.29,5.5676,180,0,0,8982,0,0,0,0,0),(96466,26745,1,1,1,24019,0,9852.27,1064.15,1306.82,5.88176,180,0,0,8982,0,0,0,0,0),(96467,26745,1,1,1,24019,0,9854.1,1068.35,1307.26,5.55015,180,0,0,8982,0,0,0,0,0),(96469,26739,1,1,1,24019,0,9843.22,1008.91,1305.81,5.96903,180,0,0,8982,0,0,0,0,0),(96470,26738,1,1,1,24019,0,9843.37,1026.84,1305.03,0.488692,180,0,0,8982,0,0,0,0,0),(96471,26739,1,1,1,24019,0,9843.45,1000.51,1305.76,0.418879,180,0,0,8982,0,0,0,0,0),(96472,26740,1,1,1,24019,0,9843.38,1013.21,1305.87,0.401426,180,0,0,8982,0,0,0,0,0),(96473,26724,1,1,1,24019,0,9843.63,1041.14,1304.92,0.10472,180,0,0,8982,0,0,0,0,0),(96474,26740,1,1,1,24019,0,9842.86,1022.19,1305.33,5.96903,180,0,0,8982,0,0,0,0,0),(96475,26741,1,1,1,24019,0,9843.09,991.019,1305.6,6.26573,180,0,0,8982,0,0,0,0,0),(96476,26740,1,1,1,24019,0,9843.24,1017.71,1305.67,0.034907,180,0,0,8982,0,0,0,0,0),(96477,26738,1,1,1,24019,0,9843.03,1036.2,1304.92,5.86431,180,0,0,8982,0,0,0,0,0),(96478,26738,1,1,1,24019,0,9843.38,1031.35,1304.92,0.05236,180,0,0,8982,0,0,0,0,0),(96479,26739,1,1,1,24019,0,9843.5,1004.64,1305.96,0.05236,180,0,0,8982,0,0,0,0,0),(96480,26743,1,1,1,24019,0,9847.55,1050.44,1305.41,5.86431,180,0,0,8982,0,0,0,0,0),(96481,26741,1,1,1,24019,0,9842.98,986.626,1305.57,0.366519,180,0,0,8982,0,0,0,0,0),(96482,26744,1,1,1,24019,0,9849.19,1055.3,1305.93,5.60251,180,0,0,8982,0,0,0,0,0),(96483,26741,1,1,1,24019,0,9843.46,995.831,1305.65,5.84685,180,0,0,8982,0,0,0,0,0),(96484,26742,1,1,1,24019,0,9845.99,1045.91,1305.19,6.12611,180,0,0,8982,0,0,0,0,0),(79842,21127,547,3,1,0,0,-116.916,-585.936,5.48318,0.383972,86400,0,0,1,0,0,0,0,0),(52405,22807,530,1,1,0,0,-4249.24,4623.46,-70.1857,5.47645,480,0,0,6986,0,2,0,0,0),(143597,23146,530,1,1,0,0,-5162.25,534.28,82.7886,5.18363,300,0,0,88860,0,0,0,0,0),(52330,22253,530,1,1,0,1,-4932.89,22.4055,62.2445,3.61283,300,0,0,110700,0,0,0,0,0),(143598,23146,530,1,1,0,0,-5160.02,561.378,82.4765,0.0523599,300,0,0,88860,0,0,0,0,0),(136184,23311,530,1,1,0,0,-5214.68,221.543,72.5394,4.38078,120,0,0,1,0,0,0,0,0),(136183,23311,530,1,1,0,0,-4979.63,-99.6888,42.1347,4.04916,120,0,0,1,0,0,0,0,0),(79386,17962,547,3,1,0,1,-292.936,-378.154,30.4904,6.27707,86400,0,0,15489,0,2,0,0,0),(79147,17962,547,3,1,0,1,75.6859,-408.286,36.5226,0.270867,86400,0,0,15489,0,2,0,0,0),(96500,26749,1,1,1,24019,0,9845.75,963.094,1306.94,0.436332,180,0,0,8982,0,0,0,0,0),(96501,26765,1,1,1,24019,0,9844.2,967.527,1306.89,0.279253,180,0,0,8982,0,0,0,0,0),(96502,26747,1,1,1,24019,0,9843.11,972.087,1306.89,0.10472,180,0,0,8982,0,0,0,0,0),(96503,26751,1,1,1,24019,0,9856.33,954.043,1306.86,0.750492,180,0,0,8982,0,0,0,0,0),(96504,26075,1,1,1,23780,1,9845.75,963.094,1310.63,0.436332,180,0,0,7185,7196,0,0,0,0),(96505,26760,1,1,1,23659,0,9844.2,967.527,1310.57,0.279253,180,0,0,8982,0,0,0,0,0),(96506,26012,1,1,1,24023,0,9843.11,972.087,1310.58,0.10472,180,0,0,8982,0,0,0,0,0),(96507,26324,1,1,1,24029,0,9856.33,954.043,1310.54,0.750492,180,0,0,8982,3155,0,0,0,0),(96508,26759,1,1,1,24019,0,9881.24,923.237,1307.62,0.226893,180,0,0,8982,0,0,0,0,0),(96509,26757,1,1,1,24019,0,9877.81,931.323,1307.63,0.558505,180,0,0,8982,0,0,0,0,0),(96510,26758,1,1,1,24019,0,9879.82,927.522,1307.6,0.453786,180,0,0,8982,0,0,0,0,0),(96511,26332,1,1,1,24036,0,9881.24,923.237,1311.3,0.226893,180,0,0,8982,0,0,0,0,0),(96512,26330,1,1,1,24034,0,9877.81,931.323,1311.31,0.558505,180,0,0,8982,3155,0,0,0,0),(96513,26331,1,1,1,24035,0,9879.82,927.522,1311.28,0.453786,180,0,0,7185,7196,0,0,0,0),(96514,26748,1,1,1,24019,0,9862.4,947.614,1307.33,4.10152,180,0,0,8982,0,0,0,0,0),(96515,26752,1,1,1,24019,0,9859.23,950.768,1306.99,0.837758,180,0,0,8982,0,0,0,0,0),(96516,26753,1,1,1,24019,0,9865.51,944.611,1307.23,0.785398,180,0,0,8982,0,0,0,0,0),(96517,26307,1,1,1,24028,0,9862.4,947.614,1311.01,4.10152,180,0,0,8982,3155,0,0,0,0),(96518,26325,1,1,1,24030,0,9859.23,950.768,1310.68,0.837758,180,0,0,8982,3155,0,0,0,0),(96519,26326,1,1,1,24031,0,9865.51,944.611,1310.91,0.785398,180,0,0,7185,7196,0,0,0,0),(96520,26754,1,1,1,24019,0,9869.34,941.552,1307.4,0.785398,180,0,0,8982,0,0,0,0,0),(96521,26755,1,1,1,24019,0,9872.72,938.617,1307.48,0.907571,180,0,0,8982,0,0,0,0,0),(96522,26756,1,1,1,24019,0,9875.56,935.112,1307.62,0.767945,180,0,0,8982,0,0,0,0,0),(96523,26327,1,1,1,24032,0,9869.34,941.552,1311.08,0.785398,180,0,0,8982,3155,0,0,0,0),(96524,26328,1,1,1,24033,0,9872.72,938.617,1311.17,0.907571,180,0,0,7185,7196,0,0,0,0),(96525,26329,1,1,1,23777,0,9875.56,935.112,1311.31,0.767945,180,0,0,8982,0,0,0,0,0),(96526,26007,1,1,1,23766,0,9922.74,690.508,1309.83,5.58505,180,0,0,8982,0,0,0,0,0),(96527,26765,1,1,1,24019,0,10317,824.078,1326.46,1.02974,180,0,0,8982,0,0,0,0,0),(96528,26749,1,1,1,24019,0,10321,822.351,1326.46,1.58825,180,0,0,8982,0,0,0,0,0),(96529,26760,1,1,1,23659,0,10317,824.078,1330.14,1.02974,180,0,0,8982,0,0,0,0,0),(96530,26075,1,1,1,23780,1,10321,822.351,1330.14,1.58825,180,0,0,7185,7196,0,0,0,0),(96531,26739,1,1,1,24019,0,10349.5,841.729,1325.64,2.32129,180,0,0,8982,0,0,0,0,0),(96532,26738,1,1,1,24019,0,10377.2,867.459,1324.78,1.93731,180,0,0,8982,0,0,0,0,0),(96533,26747,1,1,1,24019,0,10313.3,827.044,1326.48,0.418879,180,0,0,8982,0,0,0,0,0),(96534,26740,1,1,1,24019,0,10355.9,847.41,1325.31,2.47837,180,0,0,8982,0,0,0,0,0),(96535,26741,1,1,1,24019,0,10342.2,836.357,1326.07,2.14675,180,0,0,8982,0,0,0,0,0),(96536,26741,1,1,1,24019,0,10338.2,833.167,1326.18,2.04204,180,0,0,8982,0,0,0,0,0),(96537,26740,1,1,1,24019,0,10362.4,854.077,1325.13,2.6529,180,0,0,8982,0,0,0,0,0),(96538,26738,1,1,1,24019,0,10380.9,870.1,1324.53,2.11185,180,0,0,8982,0,0,0,0,0),(96539,26724,1,1,1,24019,0,10384.6,872.375,1324.07,2.28638,180,0,0,8982,0,0,0,0,0),(96540,26739,1,1,1,24019,0,10352.8,844.434,1325.37,2.3911,180,0,0,8982,0,0,0,0,0),(96541,26739,1,1,1,24019,0,10346,839.289,1325.86,2.23402,180,0,0,8982,0,0,0,0,0),(96542,26740,1,1,1,24019,0,10358.9,850.828,1325.24,2.56563,180,0,0,8982,0,0,0,0,0),(96543,26738,1,1,1,24019,0,10373.6,865.03,1324.9,1.78024,180,0,0,8982,0,0,0,0,0),(96544,26741,1,1,1,24019,0,10334.3,830.251,1326.31,1.95477,180,0,0,8982,0,0,0,0,0),(79843,21127,547,3,1,0,0,-114.484,-592.073,6.5819,6.16101,86400,0,0,1,0,0,0,0,0),(96547,26012,1,1,1,24023,0,10313.3,827.044,1330.17,0.418879,180,0,0,8982,0,0,0,0,0),(136182,23311,530,1,1,0,0,-5091.08,-114.714,64.3569,1.23918,120,0,0,1,0,0,0,0,0),(136181,23311,530,1,1,0,0,-5275.49,149.132,58.5314,2.44346,120,0,0,1,0,0,0,0,0),(136180,23311,530,1,1,0,0,-5185.78,143.912,71.6619,1.69297,120,0,0,1,0,0,0,0,0),(200010,29069,571,1,1,0,0,4979.46,4592.82,157.565,0,120,0,0,6722,0,0,0,0,0),(136179,23311,530,1,1,0,0,-5233.17,64.5307,64.4112,0.767945,120,0,0,1,0,0,0,0,0),(1976475,30065,571,1,2,0,0,7345.35,-865.466,924.236,5.71593,300,0,0,121750,0,0,0,0,0),(136178,23311,530,1,1,0,0,-5076.11,25.0966,80.3505,6.23635,120,0,0,1,0,0,0,0,0),(96558,26751,1,1,1,24019,0,10315.7,852.533,1330.89,5.65487,180,0,0,8982,0,0,0,0,0),(96559,26744,1,1,1,24019,0,10396.1,879.66,1321.78,1.44862,180,0,0,8982,0,0,0,0,0),(96560,26742,1,1,1,24019,0,10388.3,874.923,1323.37,2.46091,180,0,0,8982,0,0,0,0,0),(96561,26758,1,1,1,24019,0,10345.8,866.887,1327.04,4.53786,180,0,0,8982,0,0,0,0,0),(96562,26756,1,1,1,24019,0,10336.4,867.745,1328.24,4.83456,180,0,0,8982,0,0,0,0,0),(96563,26754,1,1,1,24019,0,10327.5,865.276,1329.94,5.11381,180,0,0,8982,0,0,0,0,0),(96564,26752,1,1,1,24019,0,10317,856.41,1331.24,5.53269,180,0,0,8982,0,0,0,0,0),(96565,26755,1,1,1,24019,0,10331.9,866.841,1329.01,4.97419,180,0,0,8982,0,0,0,0,0),(96566,26743,1,1,1,24019,0,10392,877.285,1322.63,2.61799,180,0,0,8982,0,0,0,0,0),(96567,26753,1,1,1,24019,0,10323.3,862.708,1330.75,5.2709,180,0,0,8982,0,0,0,0,0),(96568,26757,1,1,1,24019,0,10341.4,867.568,1327.71,4.67748,180,0,0,8982,0,0,0,0,0),(96569,26759,1,1,1,24019,0,10350.1,865.876,1325.93,4.39823,180,0,0,8982,0,0,0,0,0),(96570,26748,1,1,1,24019,0,10319.9,859.775,1331.19,5.39307,180,0,0,8982,0,0,0,0,0),(96571,26324,1,1,1,24029,0,10315.7,852.533,1334.57,5.65487,180,0,0,8982,3155,0,0,0,0),(79357,17962,547,3,1,0,1,-152.223,-346.586,72.0306,5.92306,86400,0,0,15489,0,2,0,0,0),(79371,17962,547,3,1,0,1,-152.261,-353.445,72.0172,6.01338,86400,0,0,15489,0,2,0,0,0),(96574,26331,1,1,1,24035,0,10345.8,866.887,1330.72,4.53786,180,0,0,7185,7196,0,0,0,0),(96575,26329,1,1,1,23777,0,10336.4,867.745,1331.93,4.83456,180,0,0,8982,0,0,0,0,0),(96576,26327,1,1,1,24032,0,10327.5,865.276,1333.63,5.11381,180,0,0,8982,3155,0,0,0,0),(96577,26325,1,1,1,24030,0,10317,856.41,1334.92,5.53269,180,0,0,8982,3155,0,0,0,0),(96578,26328,1,1,1,24033,0,10331.9,866.841,1332.7,4.97419,180,0,0,7185,7196,0,0,0,0),(245543,16592,1,1,1,11686,0,6860.03,-4767.11,696.833,-2.63545,300,0,0,42,0,0,0,0,0),(96580,26326,1,1,1,24031,0,10323.3,862.708,1334.43,5.2709,180,0,0,7185,7196,0,0,0,0),(96581,26330,1,1,1,24034,0,10341.4,867.568,1331.39,4.67748,180,0,0,8982,3155,0,0,0,0),(96582,26332,1,1,1,24036,0,10350.1,865.876,1329.62,4.39823,180,0,0,8982,0,0,0,0,0),(96583,26307,1,1,1,24028,0,10319.9,859.775,1334.87,5.39307,180,0,0,8982,3155,0,0,0,0),(96584,26745,1,1,1,24019,0,10409.5,881.895,1320,2.25148,180,0,0,8982,0,0,0,0,0),(96585,26745,1,1,1,24019,0,10400.5,880.827,1321.16,1.72788,180,0,0,8982,0,0,0,0,0),(96586,26745,1,1,1,24019,0,10404.9,881.778,1320.54,2.02458,180,0,0,8982,0,0,0,0,0),(96589,26309,1,1,1,23757,1,10404.9,881.778,1324.22,2.02458,180,0,0,8982,0,0,0,0,0),(96588,26309,1,1,1,23757,1,10400.5,880.827,1324.84,1.72788,180,0,0,8982,0,0,0,0,0),(96587,26309,1,1,1,23757,1,10409.5,881.895,1323.68,2.25148,180,0,0,8982,0,0,0,0,0),(96981,17845,530,1,1,17279,0,9853.54,-7527.49,-9.07447,1.78024,180,0,0,1551,4393,0,0,0,0),(96982,17845,530,1,1,17278,0,9857.25,-7522.78,-8.69932,2.84489,180,0,0,1551,4393,0,0,0,0),(96643,25153,530,1,1,22957,0,-1907.75,5428.67,-12.4283,6.05629,180,0,0,5233,2991,0,0,0,0),(96644,25153,530,1,1,22957,0,-1894.72,5465.17,-12.4282,4.86947,180,0,0,5233,2991,0,0,0,0),(96645,25153,530,1,1,22957,0,-1858.24,5388.41,-12.4281,4.86542,180,0,0,5233,2991,0,0,0,0),(96646,25153,530,1,1,22957,0,-1826.29,5442.46,-12.4283,3.19395,180,0,0,5233,2991,0,0,0,0),(96647,25155,530,1,1,22956,0,-1891.7,5463.4,-12.4282,2.82743,180,0,0,5233,2991,0,0,0,0),(96648,25155,530,1,1,22955,0,-1825.47,5457.96,-12.4284,3.87463,180,0,0,5233,2991,0,0,0,0),(96649,25155,530,1,1,22956,0,-1904.82,5431.21,-12.4282,4.29351,180,0,0,5233,2991,0,0,0,0),(96650,25155,530,1,1,22956,0,-1857.54,5385.29,-12.4281,1.65806,180,0,0,5233,2991,0,0,0,0),(96651,25155,530,1,1,22956,0,-1895.3,5461.38,-12.4281,0.558505,180,0,0,5233,2991,0,0,0,0),(96652,25155,530,1,1,22956,0,-1829.09,5444.69,-12.4282,4.92183,180,0,0,5233,2991,0,0,0,0),(96653,25167,530,1,1,22968,1,-1854.02,5435.06,-10.4762,3.75246,180,0,0,5589,3155,0,0,0,0),(96654,18525,530,1,1,17870,0,-1841.98,5471.1,1.01826,4.39823,180,0,0,7380,0,0,0,0,0),(96655,24932,530,1,1,22747,1,-1843.86,5494.1,-12.3448,4.4855,180,0,0,24451,0,0,0,0,0),(96656,24938,530,1,1,22911,1,-1840.99,5493.67,-12.4281,1.39402,180,0,0,6986,0,0,0,0,0),(96657,24938,530,1,1,22911,1,-1831.94,5459.1,-12.4283,2.39292,180,0,0,6986,0,0,0,0,0),(96658,24938,530,1,1,22911,1,-1941.19,5486.9,-12.3448,0.593412,180,0,0,6986,0,0,0,0,0),(96659,20331,530,1,1,19132,1,-1838.96,5466.96,1.2443,3.90954,180,0,0,13972,0,0,0,0,0),(96660,20331,530,1,1,19130,1,-1844.29,5475.24,0.940471,1.39626,180,0,0,13972,0,0,0,0,0),(96661,20331,530,1,1,19132,1,-1846.48,5470.35,0.940442,2.74017,180,0,0,13972,0,0,0,0,0),(96662,20331,530,1,1,19132,1,-1836.19,5472.1,1.29797,5.55015,180,0,0,13972,0,0,0,0,0),(40645,23269,530,1,1,0,0,-5028.41,385.658,171.015,2.01292,300,0,0,29520,0,2,0,0,0),(151937,32357,571,1,1,0,0,3733.24,6779.39,156.379,2.8011,28800,0,0,13936,3231,0,0,0,0),(96665,18593,530,1,1,18017,0,-2015.68,5489.26,3.81239,5.48033,180,0,0,4422,2620,0,0,0,0),(96666,21432,530,1,1,20290,0,-1837.07,5469.41,-12.3449,4.08407,180,0,0,6986,0,0,0,0,0),(96667,19144,530,1,1,18544,0,-1867.28,5477.18,-12.3448,2.32129,180,0,0,3662,0,0,0,0,0),(96668,18893,530,1,1,20659,1,-1868.95,5478.97,-12.3448,4.83456,180,0,0,5589,3155,0,0,0,0),(96669,22497,530,1,1,17072,0,-1901.39,5397.81,1.99144,1.309,180,0,0,7380,0,0,0,0,0),(96670,19170,530,1,1,18616,1,-1870.21,5477.06,-12.3448,0.977384,180,0,0,3662,0,0,0,0,0),(96672,23091,530,1,1,17868,1,-2438.97,4755.73,153.135,2.38042,180,0,0,6986,0,0,0,0,0),(96673,23092,530,1,1,17869,1,-2502.14,4736.15,153.407,1.81271,180,0,0,6986,0,0,0,0,0),(96674,23093,530,1,1,21261,0,-2528.15,4661.22,170.58,5.55015,180,0,0,6986,0,0,0,0,0),(96675,23094,530,1,1,18485,1,-2452.38,4760.84,153.167,5.68977,180,0,0,6986,0,0,0,0,0),(96676,23094,530,1,1,17864,1,-2430.96,4701.74,175.406,3.9619,180,0,0,6986,0,0,0,0,0),(96677,23094,530,1,1,17864,1,-2424.75,4658.27,160.435,4.10152,180,0,0,6986,0,0,0,0,0),(96678,23094,530,1,1,17006,1,-2419.45,4562.04,160.518,1.58825,180,0,0,6986,0,0,0,0,0),(96679,24920,530,1,1,22734,0,-1472.81,3947.02,220.299,2.19829,180,5,0,7181,0,1,0,0,0),(96680,24920,530,1,1,22734,0,-1418.12,3857.38,210.826,1.7411,180,0,0,7181,0,0,0,0,0),(96681,24920,530,1,1,22734,0,-1489.54,3921.51,215.247,3.38594,180,0,0,7181,0,0,0,0,0),(96682,24920,530,1,1,22734,0,-1466.02,3914.08,217.089,2.05508,180,0,0,7181,0,0,0,0,0),(96683,24920,530,1,1,22734,0,-1383.62,3859.38,217.133,0.100693,180,0,0,7181,0,0,0,0,0),(96684,24920,530,1,1,22734,0,-1062.35,4660.93,208.049,3.55892,180,5,0,7181,0,1,0,0,0),(96685,24920,530,1,1,22734,0,-1449.89,4237.15,226.547,4.10791,180,0,0,7181,0,0,0,0,0),(96686,24920,530,1,1,22734,0,-1460.29,4125.44,214.106,2.01698,180,5,0,7181,0,1,0,0,0),(96687,24920,530,1,1,22734,0,-1265.1,4537.6,205.167,3.01942,180,0,0,7181,0,0,0,0,0),(96688,24920,530,1,1,22734,0,-1323.21,4415.06,222.898,5.44135,180,5,0,7181,0,1,0,0,0),(96689,24920,530,1,1,22734,0,-1294.78,4429.39,218.465,5.16412,180,0,0,7181,0,0,0,0,0),(96690,24920,530,1,1,22734,0,-1379.74,4351.79,236.347,1.22833,180,0,0,7181,0,0,0,0,0),(96691,24920,530,1,1,22734,0,-1170.15,4598.29,194.348,3.21777,180,5,0,7181,0,1,0,0,0),(96692,24920,530,1,1,22734,0,-1149.02,4575.91,202.169,3.32118,180,5,0,7181,0,1,0,0,0),(96693,24920,530,1,1,22734,0,-1367.7,3835.66,215.633,0.12342,180,0,0,7181,0,0,0,0,0),(96694,24920,530,1,1,22734,0,-1227.48,4594.45,196.691,0.593143,180,5,0,7181,0,1,0,0,0),(96695,24920,530,1,1,22734,0,-1487.61,4068.61,213.113,1.07877,180,5,0,7181,0,1,0,0,0),(96696,24922,530,1,1,16631,0,-1478.51,3958.12,219.953,0.271536,180,5,0,6986,0,1,0,0,0),(96697,24922,530,1,1,16631,0,-1463.44,3949.78,222.26,1.94431,180,5,0,6986,0,1,0,0,0),(96698,24922,530,1,1,16631,0,-1457.07,3935.26,218.51,5.69065,180,5,0,6986,0,1,0,0,0),(96699,24922,530,1,1,16631,0,-1508.86,4068.15,214.408,4.90609,180,5,0,6986,0,1,0,0,0),(96700,24922,530,1,1,16631,0,-1505.57,3993.18,223.416,2.34646,180,5,0,6986,0,1,0,0,0),(96701,24922,530,1,1,16631,0,-1502.2,3976.58,219.572,3.13983,180,5,0,6986,0,1,0,0,0),(96702,24922,530,1,1,16631,0,-1478.63,3990.95,216.146,5.99283,180,5,0,6986,0,1,0,0,0),(96703,24922,530,1,1,16631,0,-1385.61,3864.38,217.238,3.6064,180,5,0,6986,0,1,0,0,0),(96704,24922,530,1,1,16631,0,-1394.35,3843.26,216.008,2.89136,180,5,0,6986,0,1,0,0,0),(96705,24922,530,1,1,16631,0,-1410.59,3879.44,215.419,3.23169,180,5,0,6986,0,1,0,0,0),(96706,24922,530,1,1,16631,0,-1448.29,3921.01,218.588,0.499654,180,5,0,6986,0,1,0,0,0),(96707,24922,530,1,1,16631,0,-1421.62,3915.41,220.197,0.867939,180,5,0,6986,0,1,0,0,0),(96708,24922,530,1,1,16631,0,-1441.32,3943.74,222.26,3.64338,180,5,0,6986,0,1,0,0,0),(96709,24922,530,1,1,16631,0,-1424.69,3836.06,210.951,5.75782,180,5,0,6986,0,1,0,0,0),(96710,24922,530,1,1,16631,0,-1454.68,3863.29,209.671,2.53203,180,5,0,6986,0,1,0,0,0),(96711,24922,530,1,1,16631,0,-1445.27,3839.68,212.671,3.38733,180,5,0,6986,0,1,0,0,0),(96712,24922,530,1,1,16631,0,-1503.22,3959.61,220.042,1.5293,180,5,0,6986,0,1,0,0,0),(96713,24922,530,1,1,16631,0,-1507.51,3944.62,218.917,1.02682,180,5,0,6986,0,1,0,0,0),(96714,24922,530,1,1,16631,0,-1498.32,3925.19,217.122,2.38993,180,5,0,6986,0,1,0,0,0),(96715,24922,530,1,1,16631,0,-1405.61,3808.32,213.973,4.70335,180,5,0,6986,0,1,0,0,0),(96716,24922,530,1,1,16631,0,-1415.88,3794.96,210.336,3.69835,180,5,0,6986,0,1,0,0,0),(96717,24922,530,1,1,16631,0,-1454.46,4214.28,231.409,2.25374,180,5,0,6986,0,1,0,0,0),(96718,24922,530,1,1,16631,0,-1449.74,4228.77,228.284,2.46091,180,5,0,6986,0,1,0,0,0),(96719,24922,530,1,1,16631,0,-1447.31,4191.4,227.094,2.3961,180,5,0,6986,0,1,0,0,0),(96720,24922,530,1,1,16631,0,-1463.19,4036.16,218.298,0.438991,180,5,0,6986,0,1,0,0,0),(96721,24922,530,1,1,16631,0,-1508.62,4085.57,214.908,2.82969,180,5,0,6986,0,1,0,0,0),(96722,24922,530,1,1,16631,0,-1511.65,4056.8,209.171,2.94495,180,5,0,6986,0,1,0,0,0),(96723,24922,530,1,1,16631,0,-1468.99,4048.9,218.294,0.669104,180,5,0,6986,0,1,0,0,0),(96724,24922,530,1,1,16631,0,-1368.7,3785.65,220.92,4.33232,180,5,0,6986,0,1,0,0,0),(96725,24922,530,1,1,16631,0,-1286.6,4491.42,215.208,4.2657,180,5,0,6986,0,1,0,0,0),(96726,24922,530,1,1,16631,0,-1283.98,4469.91,213.583,5.6772,180,5,0,6986,0,1,0,0,0),(96727,24922,530,1,1,16631,0,-1305.86,4473.86,214.618,4.28745,180,5,0,6986,0,1,0,0,0),(96728,24922,530,1,1,16631,0,-1289.02,4448.72,219.302,4.87917,180,5,0,6986,0,1,0,0,0),(96729,24922,530,1,1,16631,0,-1269.85,4440.15,219.177,2.60694,180,5,0,6986,0,1,0,0,0),(96730,24922,530,1,1,16631,0,-1287.85,4430.42,218.965,3.2892,180,5,0,6986,0,1,0,0,0),(96731,24922,530,1,1,16631,0,-1298.29,4413.72,223.34,3.92795,180,5,0,6986,0,1,0,0,0),(96732,24922,530,1,1,16631,0,-1241.88,4568.72,203.915,6.25725,180,5,0,6986,0,1,0,0,0),(96733,24922,530,1,1,16631,0,-1237.39,4553.3,204.042,2.93398,180,5,0,6986,0,1,0,0,0),(96734,24922,530,1,1,16631,0,-1236.26,4504.37,212.83,0.768402,180,5,0,6986,0,1,0,0,0),(96735,24922,530,1,1,16631,0,-1218.28,4505.71,212.81,5.25409,180,5,0,6986,0,1,0,0,0),(96736,24922,530,1,1,16631,0,-1222.55,4481.6,212.946,4.75786,180,5,0,6986,0,1,0,0,0),(96737,24922,530,1,1,16631,0,-1330.43,4408.37,223.29,3.86147,180,5,0,6986,0,1,0,0,0),(96738,24922,530,1,1,16631,0,-1312.35,4422.97,222.165,2.09942,180,5,0,6986,0,1,0,0,0),(96739,24922,530,1,1,16631,0,-1343.69,3807.72,219.446,5.31839,180,5,0,6986,0,1,0,0,0),(96740,24922,530,1,1,16631,0,-1197.02,4612.5,196.523,3.99034,180,5,0,6986,0,1,0,0,0),(96741,24922,530,1,1,16631,0,-1202.99,4627.46,195.904,4.74377,180,5,0,6986,0,1,0,0,0),(96742,24922,530,1,1,16631,0,-1181.55,4620.98,194.648,1.0605,180,5,0,6986,0,1,0,0,0),(96743,24922,530,1,1,16631,0,-1178.85,4552.55,200.118,4.92503,180,5,0,6986,0,1,0,0,0),(96744,24922,530,1,1,16631,0,-1162.15,4576.42,200.713,2.37318,180,5,0,6986,0,1,0,0,0),(96745,24922,530,1,1,16631,0,-1178.46,4572.8,201.162,5.21562,180,5,0,6986,0,1,0,0,0),(96746,24922,530,1,1,16631,0,-1228.5,4570.53,204.037,1.18228,180,5,0,6986,0,1,0,0,0),(96747,24922,530,1,1,16631,0,-1461.91,4064.73,215.409,1.54009,180,5,0,6986,0,1,0,0,0),(70527,20889,530,1,1,0,0,3640.78,6177.41,273.62,2.67463,600,0,0,42,0,0,0,0,0),(68515,22991,530,1,1,0,0,-3892.47,3674,374.478,-2.14675,180,0,0,4120,0,0,0,0,0),(53966,24813,530,1,1,0,1,12886.9,-6879.34,10.6031,0.600454,600,0,0,8982,0,0,0,0,0),(53965,24967,530,1,1,0,1,12890.7,-6881.36,10.5983,0.626942,600,0,0,6986,0,0,0,0,0),(53964,25175,530,1,1,0,0,13015,-6911.84,9.58312,2.58495,600,0,0,16767,9465,0,0,0,0),(53928,29376,571,1,1,0,1,8073.41,-296.033,901.671,5.37561,300,0,0,1,0,0,0,0,0),(51857,26560,530,1,1,0,1,13012.7,-6910.98,9.58312,2.48128,600,0,0,69860,0,0,0,0,0),(12719,24994,530,1,1,0,0,12848.6,-7040.74,18.6604,2.20449,300,0,0,69860,0,2,0,0,0),(96756,23271,530,1,1,0,1,-1752.74,5671.48,129.142,2.7181,25,0,0,5589,3155,0,0,0,0),(96757,24727,530,1,1,0,1,-1715.53,5727.81,130.735,4.0682,25,0,0,5589,3155,0,0,0,0),(96758,24728,530,1,1,0,0,-1713.97,5726.71,130.846,3.92368,25,0,0,6986,0,0,0,0,0),(96759,24886,530,1,1,0,0,-2675.42,4396.44,35.9739,0.636524,25,0,0,76846,0,0,0,0,0),(96760,24885,530,1,1,0,1,-2906.68,4027.85,0.395868,3.62679,25,0,0,1,0,0,0,0,0),(96761,25580,530,1,1,0,1,-1409.14,5046.16,-9.00264,5.22907,25,0,0,8982,0,0,0,0,0),(96762,24664,585,3,1,22906,0,148.549,186.981,-16.6441,4.74729,86400,0,0,288300,330900,0,0,0,0),(96763,24683,585,3,1,23084,1,123.614,15.5512,-2.72199,1.78024,86400,0,0,20232,15775,0,0,0,0),(96764,24683,585,3,1,23084,1,76.2893,7.97526,-2.61646,4.76475,86400,0,0,20232,15775,0,0,0,0),(96765,24683,585,3,1,22580,1,75.6812,-7.43229,-2.62998,1.6057,86400,0,0,20232,15775,0,0,0,0),(96766,24683,585,3,1,22580,1,123.054,-133.242,-20.4616,1.01229,86400,0,0,20232,15775,0,0,0,0),(96767,24683,585,3,1,23085,1,115.205,-112.538,-21.1177,2.32129,86400,0,0,20232,15775,0,0,0,0),(96768,24683,585,3,1,23085,1,114.281,-157.688,-21.1274,0.925025,86400,0,0,20232,15775,0,0,0,0),(96769,24683,585,3,1,23085,1,107.5,-22.8487,-21.47,4.7822,86400,0,0,20232,15775,0,0,0,0),(96770,24683,585,3,1,23086,1,153.766,143.965,-14.2982,3.64774,86400,0,0,20232,15775,0,0,0,0),(96771,24683,585,3,1,22580,1,100.688,27.3909,-21.3234,4.45059,86400,0,0,20232,15775,0,0,0,0),(96772,24683,585,3,1,23085,1,160.145,40.1504,-19.9215,1.48353,86400,0,0,20232,15775,0,0,0,0),(96773,24683,585,3,1,23085,1,146.148,-25.4421,-21.1913,0.558505,86400,0,0,20232,15775,0,0,0,0),(96774,24683,585,3,1,23084,1,146.792,-125.139,-21.1119,5.70723,86400,0,0,20232,15775,0,0,0,0),(96775,24684,585,3,1,22583,1,179.406,7.82726,-2.63407,3.21141,86400,0,0,20232,15775,0,0,0,0),(96776,24684,585,3,1,22583,1,129.976,-17.3516,-2.71493,5.84685,86400,0,0,20232,15775,0,0,0,0),(96777,24684,585,3,1,22583,1,130.697,-124.201,-20.4403,3.94444,86400,0,0,20232,15775,0,0,0,0),(96778,24684,585,3,1,22583,1,118.426,-151.497,-21.082,4.08407,86400,0,0,20232,15775,0,0,0,0),(96779,24684,585,3,1,22583,1,163.718,16.7789,-21.4571,2.05949,86400,0,0,20232,15775,0,0,0,0),(96780,24684,585,3,1,22583,1,136.383,-108.144,-21.1205,0.226893,86400,0,0,20232,15775,0,0,0,0),(96781,24684,585,3,1,22583,1,146.674,141.353,-14.2982,0.226893,86400,0,0,20232,15775,0,0,0,0),(96782,24684,585,3,1,22583,1,75.1007,32.1688,-19.9215,3.9619,86400,0,0,20232,15775,0,0,0,0),(96783,24684,585,3,1,22583,1,170.35,-35.5744,-19.9215,5.28835,86400,0,0,20232,15775,0,0,0,0),(96784,24684,585,3,1,22583,1,151.534,-28.7057,-21.3511,1.27409,86400,0,0,20232,15775,0,0,0,0),(96785,24685,585,3,1,22584,1,179.02,-7.97548,-2.63198,3.07178,86400,0,0,16208,15775,0,0,0,0),(96786,24685,585,3,1,22584,1,102.555,1.9654,-2.83644,3.11182,86400,0,0,16208,15775,2,0,0,0),(96787,24685,585,3,1,22584,1,134.141,-14.3624,-2.61992,3.63029,86400,0,0,16208,15775,0,0,0,0),(96788,24685,585,3,1,22584,1,121.86,20.9076,-2.65126,5.06145,86400,0,0,16208,15775,0,0,0,0),(96789,24685,585,3,1,22584,1,121.066,-155.713,-21.2479,2.94961,86400,0,0,16208,15775,0,0,0,0),(96790,24685,585,3,1,22584,1,158.938,23.0321,-21.3174,5.74213,86400,0,0,16208,15775,0,0,0,0),(96791,24685,585,3,1,22584,1,144.084,-107.015,-20.3717,4.24115,86400,0,0,16208,15775,0,0,0,0),(96792,24685,585,3,1,22584,1,126.872,-90.3879,-21.7558,1.57759,86400,0,0,16208,15775,2,0,0,0),(96793,24685,585,3,1,22584,1,89.6106,19.9734,-21.2475,6.21337,86400,0,0,16208,15775,0,0,0,0),(96794,24685,585,3,1,22584,1,164.913,40.5666,-19.9189,2.82743,86400,0,0,16208,15775,0,0,0,0),(96795,24685,585,3,1,22584,1,159.784,-19.1137,-21.3869,3.19395,86400,0,0,16208,15775,0,0,0,0),(96796,24685,585,3,1,22584,1,146.191,-134.354,-20.9302,0.767945,86400,0,0,16208,15775,0,0,0,0),(96797,24686,585,3,1,22585,1,181.945,-5.65386,-2.68607,3.08923,86400,0,0,16767,15775,0,0,0,0),(96799,24686,585,3,1,22585,1,134.47,-18.9078,-2.63779,2.77507,86400,0,0,16767,15775,0,0,0,0),(96801,24686,585,3,1,22585,1,119.231,16.7309,-2.60522,0.837758,86400,0,0,16767,15775,0,0,0,0),(96802,24686,585,3,1,22585,1,121.436,-126.018,-20.4443,5.61996,86400,0,0,16767,15775,0,0,0,0),(96803,24686,585,3,1,22585,1,110.819,-106.344,-20.4945,5.02655,86400,0,0,16767,15775,0,0,0,0),(96804,24686,585,3,1,22585,1,82.4492,-43.1439,-19.9157,3.24631,86400,0,0,16767,15775,0,0,0,0),(96805,24686,585,3,1,22585,1,113.574,-152.613,-21.056,5.5676,86400,0,0,16767,15775,0,0,0,0),(96806,24686,585,3,1,22585,1,103.32,-27.6471,-21.3479,6.12611,86400,0,0,16767,15775,0,0,0,0),(96807,24686,585,3,1,22585,1,162.435,24.899,-21.255,4.62512,86400,0,0,16767,15775,0,0,0,0),(96808,24686,585,3,1,22585,1,139.396,-114.105,-21.0648,1.50098,86400,0,0,16767,15775,0,0,0,0),(96809,24686,585,3,1,22585,1,151.475,146.126,-14.2982,4.50295,86400,0,0,16767,15775,0,0,0,0),(96810,24686,585,3,1,22585,1,93.0802,24.6153,-21.2537,5.37561,86400,0,0,16767,15775,0,0,0,0),(96811,24686,585,3,1,22585,1,156.363,-25.4282,-21.3028,2.49582,86400,0,0,16767,15775,0,0,0,0),(96812,24686,585,3,1,22585,1,157.719,-132.213,-20.9939,2.89725,86400,0,0,16767,15775,0,0,0,0),(96813,24687,585,3,1,22586,1,182.344,4.85482,-2.65856,3.1765,86400,0,0,16767,15775,0,0,0,0),(96814,24687,585,3,1,22586,1,104.822,4.04122,-2.83807,2.97136,86400,0,0,16767,15775,2,0,0,0),(96815,24687,585,3,1,22586,1,129.307,-22.258,-2.73682,1.64061,86400,0,0,16767,15775,0,0,0,0),(96816,24687,585,3,1,22586,1,127.152,19.6207,-2.73584,2.84489,86400,0,0,16767,15775,0,0,0,0),(96817,24687,585,3,1,22586,1,130.966,-132.129,-20.4205,2.63545,86400,0,0,16767,15775,0,0,0,0),(96818,24687,585,3,1,22586,1,108.236,-111.122,-20.1856,6.12611,86400,0,0,16767,15775,0,0,0,0),(96819,24687,585,3,1,22586,1,80.3522,-37.3335,-19.9206,2.89725,86400,0,0,16767,15775,0,0,0,0),(96820,24687,585,3,1,22586,1,105.238,-33.2005,-21.2998,1.41372,86400,0,0,16767,15775,0,0,0,0),(96821,24687,585,3,1,22586,1,92.4054,14.6526,-21.5157,0.872665,86400,0,0,16767,15775,0,0,0,0),(96822,24687,585,3,1,22586,1,85.9102,39.378,-19.9215,5.55015,86400,0,0,16767,15775,0,0,0,0),(96823,24687,585,3,1,22586,1,177.832,-30.1345,-19.9215,1.50098,86400,0,0,16767,15775,0,0,0,0),(96824,24687,585,3,1,22586,1,152.717,-138.124,-20.6077,2.02458,86400,0,0,16767,15775,0,0,0,0),(96825,24688,585,3,1,22845,1,231.695,2.63455,-2.88275,5.61996,86400,0,0,19960,0,2,0,0,0),(96826,24688,585,3,1,22845,1,222.655,-20.811,-2.97405,0.331613,86400,0,0,19960,0,0,0,0,0),(96827,24688,585,3,1,22845,1,230.533,-20.9382,-2.96935,2.84489,86400,0,0,19960,0,0,0,0,0),(96828,24688,585,3,1,22845,1,225.519,16.98,-2.91139,1.55334,86400,0,0,19960,0,0,0,0,0),(96829,24688,585,3,1,22845,1,230.188,19.7086,-2.98412,2.68781,86400,0,0,19960,0,0,0,0,0),(96830,24689,585,3,1,22843,1,231.616,-1.85525,-2.8658,1.02974,86400,0,0,19960,0,2,0,0,0),(96831,24689,585,3,1,22843,1,224.413,-16.2721,-2.97049,5.3058,86400,0,0,19960,0,0,0,0,0),(96832,24689,585,3,1,22843,1,222.322,-18.0104,-2.97457,5.8294,86400,0,0,19960,0,0,0,0,0),(96833,24689,585,3,1,22843,1,228.035,23.75,-2.99818,3.66519,86400,0,0,19960,0,0,0,0,0),(96834,24689,585,3,1,22843,1,228.518,17.9162,-2.95376,2.32129,86400,0,0,19960,0,0,0,0,0),(96835,24690,585,3,1,22844,0,228.56,-16.6547,-2.96664,3.59538,86400,0,0,13522,15400,0,0,0,0),(96836,24690,585,3,1,22844,0,227.311,-22.9692,-2.9727,1.91986,86400,0,0,13522,15400,0,0,0,0),(96837,24690,585,3,1,22844,0,224.134,23.2921,-3.01788,5.3058,86400,0,0,13522,15400,0,0,0,0),(96838,24690,585,3,1,22844,0,222.501,20.4638,-2.95555,6.05629,86400,0,0,13522,15400,0,0,0,0),(96839,24696,585,3,1,22590,1,116.117,-107.237,-20.9436,3.75246,86400,0,0,17232,16155,0,0,0,0),(96840,24696,585,3,1,22590,1,110.795,-32.949,-21.1777,2.42601,86400,0,0,17232,16155,0,0,0,0),(96841,24696,585,3,1,22590,1,148.201,145.58,-14.2982,5.34071,86400,0,0,17232,16155,0,0,0,0),(96842,24697,585,3,1,10927,0,110.489,-114.372,-20.697,1.13446,86400,0,0,17232,16155,0,0,0,0),(96843,24697,585,3,1,10927,0,118.869,-159.344,-21.2232,1.8326,86400,0,0,17232,16155,0,0,0,0),(96844,24697,585,3,1,10927,0,113.071,-27.3819,-21.4874,3.47321,86400,0,0,17232,16155,0,0,0,0),(96845,24697,585,3,1,10927,0,159.43,17.8394,-21.4006,0.575959,86400,0,0,17232,16155,0,0,0,0),(96846,24697,585,3,1,10927,0,139.101,-104.644,-20.9245,5.60251,86400,0,0,17232,16155,0,0,0,0),(96847,24697,585,3,1,10927,0,153.396,140.058,-14.2982,2.47837,86400,0,0,17232,16155,0,0,0,0),(96848,24698,585,3,1,20419,1,166.922,21.5442,-21.2514,3.33358,86400,0,0,21543,0,0,0,0,0),(96849,24698,585,3,1,20419,1,144.706,-113.339,-20.4641,2.67035,86400,0,0,21543,0,0,0,0,0),(96850,24698,585,3,1,20419,1,148.912,138.571,-14.2982,1.13446,86400,0,0,21543,0,0,0,0,0),(96851,1412,585,3,1,134,0,139.556,-101.403,-13.9709,5.95431,86400,0,0,8,0,0,0,0,0),(96852,1412,585,3,1,134,0,109.733,-36.5786,-21.2349,1.7957,86400,0,0,8,0,0,0,0,0),(96853,1412,585,3,1,134,0,197.682,-265.872,-8.5821,1.06465,86400,0,0,8,0,0,0,0,0),(96854,1412,585,3,1,134,0,148.438,22.0538,-19.9982,5.93412,86400,0,0,8,0,0,0,0,0),(96855,1412,585,3,1,134,0,134.021,47.4722,-21.4756,2.1293,86400,0,0,8,0,0,0,0,0),(96856,1412,585,3,1,134,0,98.5469,-124.059,-21.1714,1.78024,86400,0,0,8,0,0,0,0,0),(96857,1412,585,3,1,134,0,175.807,-246.604,-9.06912,3.60034,86400,0,0,8,0,0,0,0,0),(96858,1412,585,3,1,134,0,247.642,-270.87,2.08333,2.38431,86400,0,0,8,0,0,0,0,0),(96859,1412,585,3,1,134,0,147.858,-17.8837,-19.9947,3.85718,86400,0,0,8,0,0,0,0,0),(96860,1412,585,3,1,134,0,151.122,-143.222,-20.4543,1.06465,86400,0,0,8,0,0,0,0,0),(96861,1412,585,3,1,134,0,139.556,-101.403,2.08333,0.925025,86400,0,0,8,0,0,0,0,0),(96862,1412,585,3,1,134,0,106.811,-32.7257,2.08333,5.86431,86400,0,0,8,0,0,0,0,0),(96863,1412,585,3,1,134,0,147.858,-17.8837,2.08333,5.13253,86400,0,0,8,0,0,0,0,0),(68521,22991,530,1,1,0,0,-3917.21,2981.62,396.483,0.733038,180,0,0,4120,0,0,0,0,0),(68520,22991,530,1,1,0,0,-4019.32,3079.74,375.109,-1.25664,180,0,0,4120,0,0,0,0,0),(68519,22991,530,1,1,0,0,-4020.07,3077.84,374.391,1.53589,180,0,0,4120,0,0,0,0,0),(68518,22991,530,1,1,0,0,-4196.54,3167.69,356.348,-0.541052,180,0,0,4120,0,0,0,0,0),(68517,22991,530,1,1,0,0,-4197.01,3170.04,356.117,-1.15192,180,0,0,4120,0,0,0,0,0),(68516,22991,530,1,1,0,0,-4198.53,3168.91,355.847,-0.383972,180,0,0,4120,0,0,0,0,0),(1971541,19507,553,3,3,0,0,-174.991,389.917,-17.6883,4.31705,300,0,0,19681,7332,0,0,33948422,40),(1971526,18721,553,3,1,0,0,-1.35389,510.222,1.95983,2.80125,300,0,0,4121,0,0,0,0,0),(1971525,18721,553,3,1,0,0,19.8099,600.293,-7.91073,0.162296,300,0,0,4121,0,0,0,0,0),(1971524,18721,553,3,1,0,0,-18.2439,510.529,1.55322,2.2122,300,0,0,4121,0,0,0,0,0),(1971387,24861,585,3,1,17188,0,233.956,0.047,-2.976,0,300,0,0,8982,0,0,0,0,0),(96875,24723,585,3,1,22642,0,242.075,0.300781,1.83991,3.19395,86400,0,0,157960,32310,0,0,0,0),(96876,24744,585,3,1,22731,0,231.367,-214.346,-6.32328,1.51844,86400,0,0,143600,64620,0,0,0,0),(96877,24761,585,3,1,16217,0,218.588,-159.082,-0.530826,2.61809,86400,5,0,4471,3155,1,0,0,0),(96878,24761,585,3,1,16217,0,221.016,-162.381,-3.51716,4.83488,86400,5,0,4471,3155,1,0,0,0),(96879,24761,585,3,1,16217,0,220.727,-163.799,-9.47437,1.21739,86400,5,0,4471,3155,1,0,0,0),(96880,24761,585,3,1,16217,0,217.303,-161.039,-2.87405,2.2913,86400,5,0,4471,3155,1,0,0,0),(96881,24761,585,3,1,16217,0,221.016,-163.203,-1.16898,3.09909,86400,5,0,4471,3155,1,0,0,0),(96882,24761,585,3,1,16217,0,218.942,-160.655,-4.28967,1.63534,86400,5,0,4471,3155,1,0,0,0),(96883,24761,585,3,1,16217,0,222.919,-163.824,-2.98457,5.61676,86400,5,0,4471,3155,1,0,0,0),(96884,24761,585,3,1,16217,0,220.835,-165.823,-1.47897,5.1039,86400,5,0,4471,3155,1,0,0,0),(96885,24761,585,3,1,16217,0,219.764,-159.1,-2.44644,2.23043,86400,5,0,4471,3155,1,0,0,0),(96887,24761,585,3,1,16217,0,229.829,-133.022,-1.36782,5.36926,86400,5,0,4471,3155,1,0,0,0),(96888,24761,585,3,1,16217,0,227.128,-122.76,-1.24108,6.2025,86400,5,0,4471,3155,1,0,0,0),(96889,24761,585,3,1,16217,0,223.694,-123.791,-0.959295,3.49779,86400,5,0,4471,3155,1,0,0,0),(96890,24761,585,3,1,16217,0,225.084,-125.527,-0.483269,5.167,86400,5,0,4471,3155,1,0,0,0),(96891,24761,585,3,1,16217,0,224.299,-126.692,-3.3973,3.57202,86400,5,0,4471,3155,1,0,0,0),(96892,24761,585,3,1,16217,0,225.55,-127.991,-2.65591,0.326793,86400,5,0,4471,3155,1,0,0,0),(96893,24761,585,3,1,16217,0,227.232,-124.173,-2.53186,5.81502,86400,5,0,4471,3155,1,0,0,0),(96894,24761,585,3,1,16217,0,231.505,-131.758,-0.901225,-1.48987,86400,5,0,4471,3155,1,0,0,0),(96895,24761,585,3,1,16217,0,232.919,-131.87,-1.111,-1.89616,86400,5,0,4471,3155,1,0,0,0),(96896,24761,585,3,1,16217,0,227.195,-128.46,-2.14681,5.09555,86400,5,0,4471,3155,1,0,0,0),(96897,24761,585,3,1,16217,0,233.701,-75.1085,-6.03205,1.23444,86400,5,0,4471,3155,1,0,0,0),(96898,24761,585,3,1,16217,0,242.446,-76.6081,-6.03824,3.18161,86400,5,0,4471,3155,1,0,0,0),(96899,24761,585,3,1,16217,0,258.961,-77.9208,-4.83064,4.89869,86400,5,0,4471,3155,1,0,0,0),(96900,24761,585,3,1,16217,0,254.805,-58.008,-3.39399,4.82406,86400,5,0,4471,3155,1,0,0,0),(96901,24761,585,3,1,16217,0,230.866,-86.2418,-6.01723,2.22432,86400,5,0,4471,3155,1,0,0,0),(96902,24761,585,3,1,16217,0,234.748,-133.243,-1.19441,-2.55138,86400,5,0,4471,3155,1,0,0,0),(96903,24761,585,3,1,16217,0,231.335,-133.87,-1.12578,4.15631,86400,5,0,4471,3155,1,0,0,0),(96904,24761,585,3,1,16217,0,229.771,-131.735,-1.82298,4.10846,86400,5,0,4471,3155,1,0,0,0),(96905,24761,585,3,1,16217,0,234.742,-130.193,-2.98208,0.222408,86400,5,0,4471,3155,1,0,0,0),(96906,24761,585,3,1,16217,0,229.881,-129.861,-1.2212,2.17735,86400,5,0,4471,3155,1,0,0,0),(96907,24761,585,3,1,16217,0,230.093,-132.613,-0.119058,-0.996196,86400,5,0,4471,3155,1,0,0,0),(96908,24761,585,3,1,16217,0,231.838,-132.962,0.462333,4.15935,86400,5,0,4471,3155,1,0,0,0),(96910,24761,585,3,1,16217,0,232.122,-132.531,-2.66195,4.02086,86400,5,0,4471,3155,1,0,0,0),(96911,24761,585,3,1,16217,0,232.932,-133.243,-0.763945,4.08292,86400,5,0,4471,3155,1,0,0,0),(96912,24761,585,3,1,16217,0,220.358,-122.491,-2.77657,2.45328,86400,5,0,4471,3155,1,0,0,0),(96914,24761,585,3,1,16217,0,223.758,-125.492,-3.22362,2.40412,86400,5,0,4471,3155,1,0,0,0),(96915,24761,585,3,1,16217,0,221.685,-125.015,-0.420589,2.41882,86400,5,0,4471,3155,1,0,0,0),(96916,24761,585,3,1,16217,0,221.534,-126.344,-2.00798,2.53447,86400,5,0,4471,3155,1,0,0,0),(96917,24761,585,3,1,16217,0,219.916,-125.653,-1.80761,2.36683,86400,5,0,4471,3155,1,0,0,0),(96918,24761,585,3,1,16217,0,235.198,-135.268,-0.71129,3.12964,86400,5,0,4471,3155,1,0,0,0),(96919,24761,585,3,1,16217,0,223.723,-127.985,-1.44847,3.77507,86400,5,0,4471,3155,1,0,0,0),(96921,24761,585,3,1,16217,0,221.263,-124.048,-2.14589,2.45763,86400,5,0,4471,3155,1,0,0,0),(96922,24761,585,3,1,16217,0,227.807,-169.226,-4.01549,2.23541,86400,5,0,4471,3155,1,0,0,0),(96923,24761,585,3,1,16217,0,231.408,-168.165,-1.7345,5.8749,86400,5,0,4471,3155,1,0,0,0),(96924,24761,585,3,1,16217,0,232.789,-170.109,-4.10039,1.05414,86400,5,0,4471,3155,1,0,0,0),(96925,24761,585,3,1,16217,0,230.624,-171.453,-0.569683,0.527839,86400,5,0,4471,3155,1,0,0,0),(96926,24761,585,3,1,16217,0,234.198,-176.032,-2.33716,5.1463,86400,5,0,4471,3155,1,0,0,0),(96927,24761,585,3,1,16217,0,231.655,-170.441,-1.18418,1.13049,86400,5,0,4471,3155,1,0,0,0),(96928,24761,585,3,1,16217,0,234.567,-171.82,-3.32392,4.67481,86400,5,0,4471,3155,1,0,0,0),(96929,24761,585,3,1,16217,0,228.087,-169.012,-2.72234,2.60035,86400,5,0,4471,3155,1,0,0,0),(96930,24761,585,3,1,16217,0,236.812,-168.893,-2.45995,1.36278,86400,5,0,4471,3155,1,0,0,0),(96932,24761,585,3,1,16217,0,220.251,-156.035,-0.174919,1.86283,86400,5,0,4471,3155,1,0,0,0),(96933,24761,585,3,1,16217,0,224.35,-155.379,-3.11985,0.889851,86400,5,0,4471,3155,1,0,0,0),(96934,24761,585,3,1,16217,0,226.733,-152.344,-1.2195,0.716494,86400,5,0,4471,3155,1,0,0,0),(96935,24761,585,3,1,16217,0,223.584,-155.276,0.725664,0.4699,86400,5,0,4471,3155,1,0,0,0),(96936,24761,585,3,1,16217,0,227.247,-157.704,-0.615545,2.32793,86400,5,0,4471,3155,1,0,0,0),(96937,24761,585,3,1,16217,0,225.09,-159.037,-1.71865,2.32616,86400,5,0,4471,3155,1,0,0,0),(96938,24761,585,3,1,16217,0,225.482,-155.594,-1.55711,5.95175,86400,5,0,4471,3155,1,0,0,0),(96940,24761,585,3,1,16217,0,227.43,-160.49,0.67344,6.06578,86400,5,0,4471,3155,1,0,0,0),(96941,24761,585,3,1,16217,0,227.342,-155.948,-1.45113,3.36994,86400,5,0,4471,3155,1,0,0,0),(68539,22991,530,1,1,0,0,-3839.35,3344.85,337.834,2.75762,180,0,0,4120,0,0,0,0,0),(68522,22991,530,1,1,0,0,-3918.45,2982.44,397.24,-1.72788,180,0,0,4120,0,0,0,0,0),(96944,24777,585,3,1,22733,0,186.466,-214.098,-9.51207,0.018043,86400,0,0,66065,0,2,0,0,0),(96945,24777,585,3,1,22733,0,137.13,-214.666,-21.344,0.010964,86400,0,0,66065,0,2,0,0,0),(96946,24777,585,3,1,22733,0,127.167,-48.4153,-21.5855,1.56328,86400,0,0,66065,0,2,0,0,0),(68514,22991,530,1,1,0,0,-3893.09,3677.17,374.516,-1.23918,180,0,0,4120,0,0,0,0,0),(96948,24808,585,3,1,22646,0,151.232,-131.86,-21.039,4.11898,86400,0,0,26048,15775,0,0,0,0),(96949,24808,585,3,1,22646,0,151.645,-19.5972,-21.3513,3.21141,86400,0,0,26048,15775,0,0,0,0),(96950,24808,585,3,1,22646,0,100.368,19.7939,-21.2107,0.645772,86400,0,0,26048,15775,0,0,0,0),(202719,25994,1,1,1,0,1,140.061,-4733.57,15.639,0,120,0,0,1,0,0,0,0,0),(245581,16592,571,1,1,11686,0,5370.74,4842.57,-197.512,0.00267172,300,0,0,42,0,0,0,0,0),(202717,16781,1,1,1,0,0,136.676,-4729.85,16.67,0,120,0,0,1,0,0,0,0,0),(202716,16781,1,1,1,0,0,131.35,-4731.75,16.76,0,120,0,0,1,0,0,0,0,0),(202715,16781,1,1,1,0,0,131.17,-4725.84,17.8,0,120,0,0,1,0,0,0,0,0),(202714,16781,1,1,1,0,0,127.08,-4722.96,18.601,0,120,0,0,1,0,0,0,0,0),(203437,18815,530,1,1,0,0,-4081.75,-11912.2,-1.11105,6.05629,120,0,0,1,0,0,0,0,0),(203438,18815,530,1,1,0,0,-4082.02,-11906.7,-1.46944,6.23083,120,0,0,1,0,0,0,0,0),(203439,18815,530,1,1,0,0,-4087.57,-11912.3,-1.30055,6.19592,120,0,0,1,0,0,0,0,0),(202771,37915,0,1,1,0,0,1730.37,-743.194,59.4174,2.11185,120,0,0,1,0,0,0,0,0),(96966,24560,585,3,1,22596,0,126.901,19.1547,-19.9215,4.74729,86400,0,0,24592,12620,0,0,0,0),(65607,5828,1,1,1,0,0,-611,-3615,91.664,4.937,39600,0,0,1815,0,0,0,0,0),(96968,22515,585,3,1,16925,0,127.024,13.8454,-19.9215,4.4855,86400,0,0,4120,0,0,0,0,0),(96969,22515,585,3,1,16925,0,231.83,-135.194,-1.05556,3.68265,86400,0,0,4120,0,0,0,0,0),(96970,22515,585,3,1,16925,0,232.682,-174.523,-4.64583,1.06465,86400,0,0,4120,0,0,0,0,0),(96971,22515,585,3,1,16925,0,244.76,-123.047,-0.979167,3.4383,86400,0,0,4120,0,0,0,0,0),(96972,22515,585,3,1,16925,0,244.965,-148.085,-2.95139,4.36332,86400,0,0,4120,0,0,0,0,0),(96973,22515,585,3,1,16925,0,218.017,-157.776,0.145833,5.86431,86400,0,0,4120,0,0,0,0,0),(96974,22515,585,3,1,16925,0,217.887,-120.462,-3.13194,3.71755,86400,0,0,4120,0,0,0,0,0),(96975,24822,585,3,1,22586,0,240.689,-97.0838,-5.93179,4.06662,86400,0,0,16767,15775,0,0,0,0),(96983,24851,530,1,1,0,0,6789.91,-7749.43,126.619,1.05213,25,0,0,3524,0,0,0,0,0),(97035,24918,530,1,1,22979,1,747.793,2368.04,275.142,3.90954,360,0,0,16767,9465,0,0,0,0),(97036,24919,530,1,1,18448,1,882.204,2252.73,299.886,3.19395,360,0,0,5409,3080,0,0,0,0),(97037,24919,530,1,1,18448,1,883.136,2289.25,298.047,3.28122,360,0,0,5409,3080,0,0,0,0),(97038,24919,530,1,1,18448,1,870.983,2529.8,297.404,4.17968,360,0,0,5409,3080,0,0,0,0),(97039,24919,530,1,1,18448,1,841.577,2313.24,289.348,3.00197,360,0,0,5409,3080,0,0,0,0),(97040,24919,530,1,1,18448,1,719.738,2387.9,274.226,3.70694,360,5,0,5409,3080,1,0,0,0),(97041,24919,530,1,1,18448,1,836.349,2442.66,290.308,6.26329,360,5,0,5409,3080,1,0,0,0),(97042,24919,530,1,1,18448,1,796.243,2156.71,272.98,1.48066,360,0,0,5409,3080,0,0,0,0),(97043,24919,530,1,1,18448,1,812.737,2481.07,292.992,-2.13886,360,0,0,5409,3080,0,0,0,0),(97044,24919,530,1,1,18448,1,834.115,2196.89,281.442,5.27096,360,5,0,5409,3080,1,0,0,0),(97045,24919,530,1,1,18448,1,807.045,2510.67,294.644,4.5535,360,0,0,5409,3080,0,0,0,0),(97046,24919,530,1,1,18448,1,714.109,2544.45,280.063,1.07044,360,5,0,5409,3080,1,0,0,0),(97047,24919,530,1,1,18448,1,843.658,2364.89,281.511,0.710029,360,5,0,5409,3080,1,0,0,0),(97048,24919,530,1,1,18448,1,837.602,2162.71,278.099,0.744647,360,0,0,5409,3080,0,0,0,0),(97049,24921,530,1,1,21072,0,839.199,2112.72,271.515,3.92699,360,0,0,12126,0,0,0,0,0),(97050,24921,530,1,1,21072,0,806.786,2269.26,286.382,6.0912,360,0,0,12126,0,0,0,0,0),(97051,24921,530,1,1,21072,0,728.921,2531.76,280.673,5.41052,360,0,0,12126,0,0,0,0,0),(97052,24921,530,1,1,21072,0,738.45,2353.67,282.383,5.20108,360,0,0,12126,0,0,0,0,0),(97053,24921,530,1,1,21072,0,733.725,2443.29,283.536,0.244346,360,0,0,12126,0,0,0,0,0),(97054,24921,530,1,1,21072,0,684.388,2352.74,281.519,4.20624,360,0,0,12126,0,0,0,0,0),(97055,24921,530,1,1,21072,0,682.097,2447.26,281.683,1.29154,360,0,0,12126,0,0,0,0,0),(97056,24921,530,1,1,21072,0,828.401,2120.01,274.743,1.3439,360,0,0,12126,0,0,0,0,0),(97057,24933,530,1,1,20919,0,735.538,2444.05,288.98,3.85718,360,0,0,5589,3155,0,0,0,0),(97058,24933,530,1,1,20919,0,687.177,2352.59,287.359,3.56047,360,0,0,5589,3155,0,0,0,0),(97059,24933,530,1,1,20919,0,805.793,2270.14,288.513,5.35816,360,0,0,5589,3155,0,0,0,0),(97060,24933,530,1,1,20919,0,682.854,2448.49,286.943,4.38078,360,0,0,5589,3155,0,0,0,0),(97061,24933,530,1,1,20919,0,739.496,2355.65,288.63,4.06662,360,0,0,5589,3155,0,0,0,0),(97062,24937,530,1,1,18905,0,875.694,2535.02,298.075,2.86234,360,0,0,8982,0,0,0,0,0),(97063,19324,530,1,1,18736,0,292.135,1497.6,-14.8134,0.802851,360,0,0,6986,0,0,0,0,0),(97064,24959,530,1,1,21072,0,828.737,2509.1,294,3.03687,360,0,0,12126,0,0,0,0,0),(97065,19399,530,1,1,18820,0,787.09,1781.88,126.904,0.959931,360,0,0,20958,0,0,0,0,0),(97066,22323,530,1,1,22748,0,829.674,2094.12,273.802,0.704021,360,0,0,6986,0,0,0,0,0),(97067,22323,530,1,1,22748,0,864.135,2108.52,272.138,0.905083,360,0,0,6986,0,0,0,0,0),(97068,22323,530,1,1,22748,0,889.086,2091.61,273.994,4.93103,360,0,0,6986,0,0,0,0,0),(97069,22323,530,1,1,22748,0,831.612,2138.19,273.544,3.0987,360,0,0,6986,0,0,0,0,0),(97070,24919,530,1,1,18448,1,810.162,2131.8,272.102,5.50987,360,0,0,5409,3080,0,0,0,0),(97071,24919,530,1,1,18448,1,792.549,2092.3,273.805,4.74568,360,0,0,5409,3080,0,0,0,0),(97072,24919,530,1,1,18448,1,808.198,2058.06,272.633,2.40755,360,0,0,5409,3080,0,0,0,0),(97073,24918,530,1,1,22979,1,754.144,2438.25,274.62,2.9273,360,0,0,16767,9465,0,0,0,0),(97074,24918,530,1,1,22979,1,754.176,2452.07,275.06,3.51242,360,0,0,16767,9465,0,0,0,0),(97075,24918,530,1,1,22979,1,742.747,2461.31,275.059,4.25855,360,0,0,16767,9465,0,0,0,0),(97076,24918,530,1,1,22979,1,723.978,2458.27,275.059,5.39031,360,0,0,16767,9465,0,0,0,0),(97077,24918,530,1,1,22980,1,699.547,2445.8,275.06,3.05689,360,0,0,16767,9465,0,0,0,0),(97078,24918,530,1,1,22979,1,693.09,2458.03,275.059,3.88549,360,0,0,16767,9465,0,0,0,0),(97079,24918,530,1,1,22980,1,723.702,2340.94,275.058,0.69991,360,0,0,16767,9465,0,0,0,0),(97080,24918,530,1,1,22980,1,660.08,2353.48,274.377,6.27231,360,0,0,16767,9465,0,0,0,0),(97081,24918,530,1,1,22980,1,694.831,2333.75,275.008,2.12148,360,0,0,16767,9465,0,0,0,0),(97083,24881,530,1,1,22710,0,-1286.16,7378.25,40.9519,5.51524,180,0,0,8982,0,0,0,0,0),(97082,24866,530,1,1,22709,0,-2673.13,7204.22,25.7696,1.53589,180,0,0,8982,0,0,0,0,0),(66688,22922,530,1,1,0,0,3023.56,5435.18,146.617,2.21423,25,0,0,7335,0,0,0,0,0),(70553,15605,1,1,1,0,0,2793.12,-350.333,107.189,1.97254,25,0,0,2563,5751,0,0,0,0),(70554,15557,0,1,1,0,0,-7955.99,-2701.6,190.629,0.144826,25,0,0,2563,5751,0,0,0,0),(70555,15558,0,1,1,0,0,-5339.71,-2900.36,343.356,4.41858,25,0,0,2563,5751,0,0,0,0),(70556,15574,1,1,1,0,0,6743.79,-4679.7,725.17,1.94712,25,0,0,2563,5751,0,0,0,0),(70557,15565,0,1,1,0,0,-9391.43,142.467,61.1422,3.02569,25,0,0,2563,5751,0,0,0,0),(70561,15583,1,1,1,0,0,-7842.99,-1329.69,-265.086,6.04205,25,0,0,2563,5751,0,0,0,0),(70562,15582,1,1,1,0,0,-869.407,-3730.32,22.565,4.41703,25,0,0,2563,5751,0,0,0,0),(70560,15595,1,1,1,0,0,9768.83,897.046,1296.84,0.946345,25,0,0,2563,5751,0,0,0,0),(70563,15600,1,1,1,0,0,2459.51,-6956.14,111.238,1.76124,25,0,0,2563,5751,0,0,0,0),(70564,15588,1,1,1,0,0,-2300.68,-1946.13,96.2758,4.13115,25,0,0,2563,5751,0,0,0,0),(70565,15597,1,1,1,0,0,-462.663,-2587.77,100.312,5.77342,25,0,0,2563,5751,0,0,0,0),(70566,15601,1,1,1,0,0,6290.95,530.87,16.2558,5.47417,25,0,0,2563,5751,0,0,0,0),(70567,15598,1,1,1,0,0,10136.2,2583.11,1325.39,4.19868,25,0,0,2563,5751,0,0,0,0),(70568,15572,1,1,1,0,0,268.438,-4775.68,11.8795,1.9594,25,0,0,2563,5751,0,0,0,0),(70573,15603,1,1,1,0,0,5101.63,-522.688,335.5,4.53718,25,0,0,2563,5751,0,0,0,0),(70570,15581,1,1,1,0,0,-4122.88,109.93,75.8011,5.80234,25,0,0,2563,5751,0,0,0,0),(70571,15587,1,1,1,0,0,-3801.35,1092.59,131.969,6.24522,25,0,0,2563,5751,0,0,0,0),(70572,15575,1,1,1,0,0,-2104.57,-446.089,-8.08031,4.41213,25,0,0,2563,5751,0,0,0,0),(70574,15599,1,1,1,0,0,-6833.13,831.946,49.4559,2.3294,25,0,0,2563,5751,0,0,0,0),(70575,15570,1,1,1,0,0,-6202.55,1801.27,19.3972,0.65965,25,0,0,2563,5751,0,0,0,0),(70576,15586,1,1,1,0,0,-7155.89,-3770.23,9.0816,2.38788,25,0,0,2563,5751,0,0,0,0),(70578,15573,1,1,1,0,0,-9560.5,-2700.24,12.281,0.920799,25,0,0,2563,5751,0,0,0,0),(72236,15584,1,1,1,0,0,-5433.37,-2425.91,89.6587,0.485213,25,0,0,2563,5751,0,0,0,0),(72237,15604,1,1,1,0,0,-6234.48,-3941.96,-58.751,0.972934,25,0,0,2563,5751,0,0,0,0),(72238,15606,1,1,1,0,0,6467.13,-4264.75,663.742,0.854343,25,0,0,2563,5751,0,0,0,0),(72239,15563,0,1,1,0,0,-11793.4,-3181.84,-30.2682,1.15489,25,0,0,2563,5751,0,0,0,0),(75117,15585,0,1,1,0,0,-7498.78,-2154.67,146.658,3.10499,25,0,0,2563,5751,0,0,0,0),(78371,15569,0,1,1,0,0,-5570.76,-497.917,401.813,1.74258,25,0,0,2563,5751,0,0,0,0),(78372,15596,0,1,1,0,0,-11953.6,-1166.55,77.6702,0.826759,25,0,0,2563,5751,0,0,0,0),(78373,15568,0,1,1,0,0,2215.68,238.288,34.1166,1.70684,25,0,0,2563,5751,0,0,0,0),(78374,15577,0,1,1,0,0,-10499.3,1033.81,95.6127,4.99,25,0,0,2563,5751,0,0,0,0),(78375,15549,230,1,1,0,0,592.67,-190.145,-54.0991,0.222688,25,0,0,2563,5751,0,0,0,0),(78381,15556,349,1,1,0,0,-7.67095,-246.622,-168.102,3.28483,86400,0,0,2563,5751,0,0,0,0),(78382,15578,209,1,1,0,0,1689.15,1147.89,8.87702,2.41196,86400,0,0,2563,5751,0,0,0,0),(78383,15560,229,1,1,0,0,31.5467,-401.319,48.6986,1.68414,25,0,0,2563,5751,0,0,0,0),(78384,15593,109,1,1,0,0,-415.042,7.16811,-90.854,2.2162,86400,0,0,2563,5751,0,0,0,0),(68542,22991,530,1,1,0,0,-3864.13,3439.06,363.679,-0.05236,180,0,0,4120,0,0,0,0,0),(68554,22991,530,1,1,0,0,-3863.24,3440.42,363.655,0.349066,180,0,0,4120,0,0,0,0,0),(68555,22991,530,1,1,0,0,-3846.35,3439.34,363.628,-0.122173,180,0,0,4120,0,0,0,0,0),(68556,22991,530,1,1,0,0,-3847.32,3441.39,363.648,0.453786,180,0,0,4120,0,0,0,0,0),(68557,22991,530,1,1,0,0,-3686.21,3301,320.513,0.837758,180,0,0,4120,0,0,0,0,0),(68572,22991,530,1,1,0,0,-3687.77,3299.85,320.307,2.75762,180,0,0,4120,0,0,0,0,0),(68573,22991,530,1,1,0,0,-3692.64,3302.07,320.396,-0.226893,180,0,0,4120,0,0,0,0,0),(68574,22991,530,1,1,0,0,-3661.91,3379.15,320.377,0.890118,180,0,0,4120,0,0,0,0,0),(68575,22991,530,1,1,0,0,-3660.65,3381.9,320.182,1.18682,180,0,0,4120,0,0,0,0,0),(68576,22991,530,1,1,0,0,-3665.48,3380.11,320.365,-0.471239,180,0,0,4120,0,0,0,0,0),(68728,22991,530,1,1,0,0,-3685.07,3305.97,320.198,-2.87979,180,0,0,4120,0,0,0,0,0),(68737,22991,530,1,1,0,0,-3688.3,3308.93,320.337,1.65806,180,0,0,4120,0,0,0,0,0),(68837,22991,530,1,1,0,0,-3690.65,3306.77,320.43,-2.79253,180,0,0,4120,0,0,0,0,0),(68932,22991,530,1,1,0,0,-3879.37,3665.22,374.393,-2.30383,180,0,0,4120,0,0,0,0,0),(68933,22991,530,1,1,0,0,-3990.42,3139.13,372.878,-2.61799,180,0,0,4120,0,0,0,0,0),(68934,22991,530,1,1,0,0,-3991.59,3134.33,372.703,-0.017453,180,0,0,4120,0,0,0,0,0),(68935,22991,530,1,1,0,0,-3884.89,3684.98,374.492,-2.53073,180,0,0,4120,0,0,0,0,0),(68936,16016,0,1,1,0,1,3367.63,-3379.76,144.98,3.04182,250,0,0,9958,0,0,0,0,0),(207568,15105,530,1,1,0,0,-1799.63,5482.91,-12.3448,5.18363,120,0,0,1,0,0,0,0,0),(68938,19911,0,1,1,0,0,-8401.95,264.45,120.886,0.932609,250,0,0,6986,0,0,0,0,0),(68939,23141,530,1,1,0,1,-5117.53,593.779,85.0404,2.09615,300,0,0,139720,0,0,0,0,0),(68940,23280,530,1,1,0,0,2441.4,6027.56,154.114,5.17346,25,0,0,6326,0,0,0,0,0),(702,8659,1,1,1,7921,1,1955.1,-4459.36,54.7776,2.6529,300,0,0,2769,0,0,0,0,0),(68942,23268,530,1,1,0,0,-2488.01,7234.48,16.2379,5.6808,25,0,0,5060,2933,0,0,0,0),(68946,4880,1,1,1,4684,1,-2646.43,-3436.07,35.3732,4.55531,180,0,0,1342,0,0,0,0,0),(68943,23761,530,1,1,0,1,6750.4,-7626.49,126.564,0.126456,25,0,0,6287,0,0,0,0,0),(68944,23724,530,1,1,0,1,6757.14,-7631.21,126.866,5.23704,25,0,0,6287,0,0,0,0,0),(68945,23560,530,1,1,0,1,6736.1,-7611.46,125.848,0.10918,25,0,0,6287,0,0,0,0,0),(12737,23330,564,1,1,21547,1,795.613,702.976,101.393,4.34564,604800,50,0,140728,48465,1,0,0,0),(12736,14881,564,1,1,1160,0,496.335,336.244,112.784,3.66823,604800,5,0,8,0,1,0,0,0),(12735,14881,564,1,1,2536,0,505.295,460.725,112.784,5.9277,604800,5,0,8,0,1,0,0,0),(12734,14881,564,1,1,2536,0,425.652,370.77,125.702,6.10865,604800,0,0,8,0,0,0,0,0),(12733,14881,564,1,1,2536,0,543.893,352.336,112.784,3.07957,604800,5,0,8,0,1,0,0,0),(12732,14881,564,1,1,1160,0,481.773,446.307,112.784,4.69548,604800,5,0,8,0,1,0,0,0),(12731,14881,564,1,1,1160,0,422.22,420.351,118.538,5.65105,604800,0,0,8,0,0,0,0,0),(12730,14881,564,1,1,14952,0,428.439,921.373,25.1557,2.03325,604800,0,0,8,0,0,0,0,0),(12729,14881,564,1,1,14952,0,448.15,932.538,32.4083,5.32043,604800,5,0,8,0,1,0,0,0),(12728,14881,564,1,1,9829,0,538.23,451.701,112.784,2.28438,604800,5,0,8,0,1,0,0,0),(12727,14881,564,1,1,2536,0,484.2,933.394,45.096,2.09439,604800,0,0,8,0,0,0,0,0),(12726,23049,564,1,1,21380,1,454.345,190.091,164.065,3.07178,604800,0,0,258300,0,0,0,0,0),(12725,23047,564,1,1,21384,1,442.478,195.178,164.065,0.10472,604800,0,0,25830,0,0,0,0,0),(12724,23047,564,1,1,21386,1,443.843,182.041,164.065,0.122173,604800,0,0,25830,0,0,0,0,0),(12723,23047,564,1,1,21384,1,443.344,186.511,164.065,0.087266,604800,0,0,25830,0,0,0,0,0),(12722,23047,564,1,1,21384,1,442.897,191.007,164.065,0.122173,604800,0,0,25830,0,0,0,0,0),(12721,23047,564,1,1,21384,1,448.259,195.735,164.065,0.05236,604800,0,0,25830,0,0,0,0,0),(12720,23047,564,1,1,21384,1,449.499,182.922,164.065,0.139626,604800,0,0,25830,0,0,0,0,0),(12718,23047,564,1,1,21385,1,449.336,187.124,164.065,0.15708,604800,0,0,25830,0,0,0,0,0),(7400,23047,564,1,1,21386,1,448.664,191.274,164.065,0.139626,604800,0,0,25830,0,0,0,0,0),(94467,22822,530,1,1,0,0,3604.69,1978.68,108.104,5.54955,360,0,0,6761,0,0,0,0,0),(94466,22822,530,1,1,0,0,3591.4,1810.96,111.546,2.67902,360,0,0,6761,0,0,0,0,0),(94465,22822,530,1,1,0,0,3587.82,2181.7,95.407,6.17407,360,0,0,6761,0,0,0,0,0),(94464,22822,530,1,1,0,0,3636.18,2164.9,114.142,2.40023,360,0,0,6761,0,0,0,0,0),(94463,22822,530,1,1,0,0,3608.25,2046.67,105.723,1.21428,360,0,0,6761,0,0,0,0,0),(6090,23625,530,1,1,0,0,-2219.26,5124.72,-16.5406,6.08812,25,0,0,6100,0,0,0,0,0),(7727,23619,530,1,1,0,0,-2221.88,5122.5,-16.52,6.08419,25,0,0,5900,7196,0,0,0,0),(9411,23626,530,1,1,0,0,-2220.87,5128.07,-16.5431,6.07022,25,0,0,6400,3155,0,0,0,0),(26009,23624,530,1,1,0,0,-2220.98,5130.86,-16.5221,6.01916,25,0,0,7200,3155,0,0,0,0),(34055,23623,530,1,1,0,0,-2226.86,5127.81,-12.9949,5.91769,25,0,0,11000,3155,0,0,0,0),(38214,23830,530,1,1,0,0,-2208.33,5123.95,-20.1186,2.94598,25,0,0,4120,0,0,0,0,0),(39821,23721,530,1,1,0,1,-2197.05,5130.85,-20.4891,3.4576,25,0,0,26946,0,0,0,0,0),(39822,23721,530,1,1,0,1,-2200.36,5113.89,-20.2293,2.32662,25,0,0,26946,0,0,0,0,0),(39883,23721,530,1,1,0,1,-2215.1,5117.98,-20.106,0.230397,25,0,0,26946,0,0,0,0,0),(39884,23721,530,1,1,0,1,-2211.77,5131.87,-20.1147,5.22553,25,0,0,26946,0,0,0,0,0),(46689,25770,580,1,1,0,0,1803.18,657.192,78.5476,4.06662,604800,0,0,40,0,0,0,0,0),(46688,25770,580,1,1,0,0,1775.98,635.201,78.5586,0.069813,604800,0,0,40,0,0,0,0,0),(46687,25770,580,1,1,0,0,1849.18,641.002,78.6183,3.56047,604800,0,0,40,0,0,0,0,0),(46679,25770,580,1,1,0,0,1852.49,623.461,78.6198,3.03687,604800,0,0,40,0,0,0,0,0),(46303,25770,580,1,1,0,0,1839.93,652.875,78.5929,3.9619,604800,0,0,40,0,0,0,0,0),(46283,25770,580,1,1,0,0,1824.05,653.748,78.5587,5.044,604800,0,0,40,0,0,0,0,0),(45712,25770,580,1,1,0,0,1794.84,604.343,78.549,0.087266,604800,0,0,40,0,0,0,0,0),(45580,25770,580,1,1,0,0,1824.17,588.977,78.621,1.79769,604800,0,0,40,0,0,0,0,0),(45574,25770,580,1,1,0,0,1781.65,621.09,78.5541,1.15192,604800,0,0,40,0,0,0,0,0),(45571,25507,580,1,1,0,0,1689.93,1016.3,17.0946,3.29867,604800,0,0,504525,0,0,0,0,0),(45570,25507,580,1,1,0,0,1783.86,1037.21,17.6266,2.68781,604800,0,0,504525,0,0,0,0,0),(45537,25507,580,1,1,0,0,1615.63,971.505,17.4464,0.279253,604800,0,0,504525,0,0,0,0,0),(45516,25506,580,1,1,0,1,1773.15,493.723,74.1421,2.12672,604800,0,0,227630,16155,0,0,0,0),(45515,25506,580,1,1,0,1,1601.58,581.995,84.9258,5.11435,604800,0,0,227630,16155,0,0,0,0),(45500,25506,580,1,1,0,1,1648.87,501.346,50.5755,2.40002,604800,0,0,227630,16155,0,0,0,0),(45489,25506,580,1,1,0,1,1695.3,493.935,85.2734,1.15127,604800,0,0,227630,16155,0,0,0,0),(45106,25506,580,1,1,0,1,1579.38,535.831,36.0805,5.03031,604800,0,0,227630,16155,0,0,0,0),(45105,25506,580,1,1,0,1,1681.34,540.624,85.2142,2.28853,604800,0,0,227630,16155,0,0,0,0),(44948,25486,580,1,1,0,1,1777.35,500.853,74.1503,2.45659,604800,0,0,227630,0,0,0,0,0),(247107,25837,580,1,1,0,1,1684.47,533.048,85.2745,1.99645,604800,0,0,175935,0,0,0,0,0),(44328,25597,580,1,1,0,0,1853.52,687.853,32.0322,2.02292,604800,0,0,227630,323100,0,0,0,0),(44464,25486,580,1,1,0,1,1767.12,495.657,74.1535,2.18956,604800,0,0,227630,0,0,0,0,0),(44458,25486,580,1,1,0,1,1752.21,572.303,85.0853,3.94492,604800,0,0,227630,0,0,0,0,0),(44421,25486,580,1,1,0,1,1762.15,562.401,85.2012,3.5208,604800,0,0,227630,0,0,0,0,0),(44420,25486,580,1,1,0,1,1702.57,509.6,85.2732,4.34548,604800,0,0,227630,0,0,0,0,0),(44414,25486,580,1,1,0,1,1646.99,511.35,50.5755,2.77701,604800,0,0,227630,0,0,0,0,0),(44413,25486,580,1,1,0,1,1674.63,543.066,85.177,2.27282,604800,0,0,227630,0,0,0,0,0),(44411,25486,580,1,1,0,1,1641.87,501.807,50.5755,2.34112,604800,0,0,227630,0,0,0,0,0),(44408,25486,580,1,1,0,1,1586.01,532.125,32.4398,4.84967,604800,0,0,227630,0,0,0,0,0),(44407,25486,580,1,1,0,1,1574.4,527.36,33.6723,5.41988,604800,0,0,227630,0,0,0,0,0),(44401,25486,580,1,1,0,1,1605.43,580.424,84.1585,5.13399,604800,0,0,227630,0,0,0,0,0),(44399,25486,580,1,1,0,1,1686.26,549.445,85.1472,2.45346,604800,0,0,227630,0,0,0,0,0),(44395,25486,580,1,1,0,1,1595.34,574.232,83.5089,5.3107,604800,0,0,227630,0,0,0,0,0),(44390,25486,580,1,1,0,1,1691.28,508.229,85.2733,5.45681,604800,0,0,227630,0,0,0,0,0),(44373,25484,580,1,1,0,1,1594.15,573.435,50.5757,3.35506,604800,5,0,227630,0,1,0,0,0),(44358,25484,580,1,1,0,1,1597.26,562.922,50.5757,2.28692,604800,5,0,227630,0,1,0,0,0),(44465,25597,580,1,1,0,0,1834.33,698.825,32.0323,6.20674,604800,0,0,227630,323100,0,0,0,0),(44279,25484,580,1,1,0,1,1855.06,627.606,34.2081,2.63319,604800,8,0,227630,0,1,0,0,0),(44268,25484,580,1,1,0,1,1776.02,540.351,62.0931,4.74886,604800,5,0,227630,0,1,0,0,0),(44239,25484,580,1,1,0,1,1651.84,546,85.2186,1.38926,604800,5,0,227630,0,1,0,0,0),(44175,25484,580,1,1,0,1,1605.03,608.398,85.1339,5.08062,604800,0,0,227630,0,0,0,0,0),(44148,25484,580,1,1,0,1,1787.6,649.55,34.5243,5.87296,604800,8,0,227630,0,1,0,0,0),(44079,25484,580,1,1,0,1,1636.04,559.705,85.2222,0.48212,604800,5,0,227630,0,1,0,0,0),(44061,25484,580,1,1,0,1,1745.31,533.252,85.2734,2.16018,604800,5,0,227630,0,1,0,0,0),(44059,25484,580,1,1,0,1,1749.45,536.557,85.2734,2.60786,604800,5,0,227630,0,1,0,0,0),(44050,25484,580,1,1,0,1,1780.7,555.539,59.9632,1.65267,604800,5,0,227630,0,1,0,0,0),(44049,25483,580,1,1,0,1,1706.86,502.682,85.2734,3.30483,604800,0,0,227630,30694,0,0,0,0),(44046,25483,580,1,1,0,1,1651.46,507.416,50.5755,2.76523,604800,0,0,227630,30694,0,0,0,0),(44040,25483,580,1,1,0,1,1684.79,543.639,85.2027,2.2689,604800,0,0,227630,30694,0,0,0,0),(44025,25483,580,1,1,0,1,1595.77,578.698,84.9197,5.13006,604800,0,0,227630,30694,0,0,0,0),(44024,25483,580,1,1,0,1,1761.59,568.803,85.1576,3.78391,604800,0,0,227630,30694,0,0,0,0),(44023,25483,580,1,1,0,1,1575.15,531.259,35.2354,5.04759,604800,0,0,227630,30694,0,0,0,0),(44021,25483,580,1,1,0,1,1776.93,496.069,74.1421,2.10709,604800,0,0,227630,30694,0,0,0,0),(44018,25373,580,1,1,0,1,1703.8,494.424,85.2732,2.1448,604800,0,0,227630,16155,0,0,0,0),(43772,25373,580,1,1,0,1,1555.86,565.109,50.573,5.39238,604800,0,0,227630,16155,0,0,0,0),(43770,25373,580,1,1,0,1,1689.19,499.386,85.2732,0.277112,604800,0,0,227630,16155,0,0,0,0),(43769,25373,580,1,1,0,1,1626.43,590.699,84.9696,2.77077,604800,0,0,227630,16155,0,0,0,0),(43742,25592,580,1,1,0,0,1846.26,698.348,32.0308,4.24952,604800,0,0,260148,0,0,0,0,0),(43741,25373,580,1,1,0,1,1562.25,568.742,50.5784,4.67085,604800,0,0,227630,16155,0,0,0,0),(43740,25373,580,1,1,0,1,1759.07,571.664,85.1277,3.86638,604800,0,0,227630,16155,0,0,0,0),(43739,25371,580,1,1,0,1,1668.31,992.29,16.0698,0.314159,604800,0,0,220059,31550,0,0,0,0),(43738,25371,580,1,1,0,1,1740.64,1000.65,16.0708,1.79769,604800,0,0,220059,31550,0,0,0,0),(43661,25371,580,1,1,0,1,1653.93,1047.86,16.069,0.453786,604800,0,0,220059,31550,0,0,0,0),(43655,25371,580,1,1,0,1,1744.38,1054.49,16.0691,0.349066,604800,0,0,220059,31550,0,0,0,0),(43654,25371,580,1,1,0,1,1622.07,1027.1,36.1547,3.68265,604800,0,0,220059,31550,0,0,0,0),(43440,25371,580,1,1,0,1,1754.31,1002.02,16.0691,1.36136,604800,0,0,220059,31550,0,0,0,0),(43439,25371,580,1,1,0,1,1805.41,1025.04,36.1547,4.38078,604800,0,0,220059,31550,0,0,0,0),(42894,25371,580,1,1,0,1,1798.13,1009.51,36.1547,1.309,604800,0,0,220059,31550,0,0,0,0),(42874,25371,580,1,1,0,1,1621.56,926.559,16.5861,5.35816,604800,0,0,220059,31550,0,0,0,0),(42871,25371,580,1,1,0,1,1652.32,925.714,16.5821,6.03884,604800,0,0,220059,31550,0,0,0,0),(42870,25371,580,1,1,0,1,1657.57,730.234,53.4861,0.541052,604800,0,0,220059,31550,0,0,0,0),(42661,25371,580,1,1,0,1,1682.59,982.975,16.0691,3.28122,604800,0,0,220059,31550,0,0,0,0),(42660,25371,580,1,1,0,1,1601.44,852.251,36.1547,5.2709,604800,0,0,220059,31550,0,0,0,0),(42659,25371,580,1,1,0,1,1789.79,830.674,36.1109,0.680678,604800,0,0,220059,31550,0,0,0,0),(42658,25371,580,1,1,0,1,1746.26,1070.93,16.0691,4.5204,604800,0,0,220059,31550,0,0,0,0),(42657,25370,580,1,1,0,1,1602.75,831.129,36.1547,1.16937,604800,0,0,220059,31550,0,0,0,0),(42656,25370,580,1,1,0,1,1600.45,1025.7,36.1547,5.75959,604800,0,0,220059,31550,0,0,0,0),(42655,25370,580,1,1,0,1,1744.91,996.582,16.0691,3.61283,604800,0,0,220059,31550,0,0,0,0),(42647,25370,580,1,1,0,1,1799.24,1025.19,36.1547,4.88692,604800,0,0,220059,31550,0,0,0,0),(42645,25370,580,1,1,0,1,1665.59,926.209,17.0798,4.60767,604800,0,0,220059,31550,0,0,0,0),(42644,25370,580,1,1,0,1,1662.47,748.085,53.4822,5.79449,604800,0,0,220059,31550,0,0,0,0),(42640,25370,580,1,1,0,1,1809.88,833.402,36.0993,2.98451,604800,0,0,220059,31550,0,0,0,0),(42595,25370,580,1,1,0,1,1671.6,994.735,16.0692,4.2586,604800,0,0,220059,31550,0,0,0,0),(42594,25370,580,1,1,0,1,1750.62,1052.44,16.0691,2.6529,604800,0,0,220059,31550,0,0,0,0),(42593,25369,580,1,1,0,1,1757.44,995.046,16.0957,0.715585,604800,0,0,220059,0,0,0,0,0),(42592,25369,580,1,1,0,1,1620.7,840.905,36.1547,3.14159,604800,0,0,220059,0,0,0,0,0),(42591,25369,580,1,1,0,1,1616.22,850.013,36.1547,4.15388,604800,0,0,220059,0,0,0,0,0),(42590,25369,580,1,1,0,1,1747.61,1066.37,16.0691,2.74017,604800,0,0,220059,0,0,0,0,0),(42589,25369,580,1,1,0,1,1656.33,1053.61,16.069,4.55531,604800,0,0,220059,0,0,0,0,0),(42588,25369,580,1,1,0,1,1624.7,927.245,17.1643,4.79965,604800,0,0,220059,0,0,0,0,0),(42587,25369,580,1,1,0,1,1799.57,851.053,36.1153,4.62512,604800,0,0,220059,0,0,0,0,0),(42586,25369,580,1,1,0,1,1790.5,844.511,36.0968,5.81195,604800,0,0,220059,0,0,0,0,0),(42585,25369,580,1,1,0,1,1650.83,739.078,53.4865,0.296706,604800,0,0,220059,0,0,0,0,0),(42584,25369,580,1,1,0,1,1656.75,741.823,53.4846,4.60767,604800,0,0,220059,0,0,0,0,0),(42583,25369,580,1,1,0,1,1654.78,927.183,17.1608,4.38078,604800,0,0,220059,0,0,0,0,0),(42582,25369,580,1,1,0,1,1806.78,1008.49,36.1547,1.76278,604800,0,0,220059,0,0,0,0,0),(42574,25369,580,1,1,0,1,1610.04,1005.99,36.1547,1.5708,604800,0,0,220059,0,0,0,0,0),(42573,25369,580,1,1,0,1,1620.54,1011.62,36.1547,2.53073,604800,0,0,220059,0,0,0,0,0),(41817,25369,580,1,1,0,1,1669.23,980.834,16.0691,0.994838,604800,0,0,220059,0,0,0,0,0),(40534,15351,530,1,1,0,0,-1768.81,5254.77,-38.849,5.17695,120,0,0,30520,0,0,0,0,0),(44251,25109,0,1,1,0,0,-14403.3,415.198,10.3524,0.601206,180,0,0,42,0,0,0,0,0),(44252,23363,530,1,1,0,0,-3867.47,3463.91,275.433,3.13289,60,0,0,6986,0,0,0,0,0),(44253,27666,530,1,1,0,1,-1829.72,5500.5,-12.4278,3.8107,25,0,0,6986,0,0,0,0,0),(44255,23335,530,1,1,0,1,2547.77,7330.44,373.423,3.81759,60,0,0,6986,0,0,0,0,0),(44256,23120,530,1,1,0,1,2495.25,7350.9,380.233,5.69904,60,0,0,6986,0,0,0,0,0),(44257,23413,530,1,1,0,1,2524.86,7311.75,373.445,0.953105,30,0,0,6986,0,0,0,0,0),(47651,22987,530,1,1,0,0,2528.21,7310.32,373.696,1.46416,300,0,0,6761,0,0,0,0,0),(48165,22987,530,1,1,0,0,2534.98,7310.9,373.45,1.82466,300,0,0,6761,0,0,0,0,0),(48166,23208,530,1,1,0,0,2506.56,7361.19,380.36,5.11258,300,0,0,6986,0,0,0,0,0),(48167,23334,530,1,1,0,1,2503.06,7360.36,380.352,4.82768,60,0,0,6986,0,0,0,0,0),(52535,23473,530,1,1,0,1,2522.06,7332.36,373.524,5.43538,60,0,0,6986,0,0,0,0,0),(74807,23257,530,1,1,0,1,2502.67,7331.64,376.373,5.58225,300,0,0,43086,0,0,0,0,0),(79487,23257,530,1,1,0,1,2491.85,7325.25,369.115,3.03598,300,0,0,43086,0,0,0,0,0),(79497,23257,530,1,1,0,1,2484.03,7326.19,367.487,2.71554,300,0,0,43086,0,0,0,0,0),(79503,23257,530,1,1,0,1,2571.51,7314.14,365.5,5.5524,300,0,0,43086,0,0,0,0,0),(79512,23257,530,1,1,0,1,2562.23,7303.61,365.908,5.90897,300,0,0,43086,0,0,0,0,0),(79522,4996,0,1,1,0,0,-8762.22,812.437,97.6346,0.559538,25,0,0,3696,0,0,0,0,0),(79550,4996,0,1,1,0,0,-8764.68,815.497,97.6346,0.716612,25,0,0,3696,0,0,0,0,0),(79558,4996,0,1,1,0,0,-8757.83,812.716,97.6346,2.36203,25,0,0,3696,0,0,0,0,0),(79580,4996,0,1,1,0,0,-8763.38,813.832,97.6346,0.80458,25,0,0,3696,0,0,0,0,0),(79581,21788,530,1,1,0,0,-3094.11,2535.37,61.8849,2.30357,400,0,0,6542,0,0,0,0,0),(79590,21788,530,1,1,0,0,-3101.66,2540.88,61.784,5.63994,400,0,0,6542,0,0,0,0,0),(79594,21788,530,1,1,0,0,-3098.58,2550.85,61.7364,5.14043,400,0,0,6542,0,0,0,0,0),(85945,21788,530,1,1,0,0,-3081.72,2572.94,62.2378,3.57906,400,0,0,6542,0,0,0,0,0),(85979,21788,530,1,1,0,0,-3070.08,2607.4,61.769,3.87829,400,0,0,6542,0,0,0,0,0),(86320,21788,530,1,1,0,0,-3025.69,2568.54,78.9851,6.17401,400,0,0,6542,0,0,0,0,0),(86330,21788,530,1,1,0,0,-2988.36,2564.45,76.5434,2.86591,400,0,0,6542,0,0,0,0,0),(86331,21788,530,1,1,0,0,-2962.9,2588.47,78.255,3.46989,400,0,0,6542,0,0,0,0,0),(86332,21788,530,1,1,0,0,-2978.7,2546.47,76.543,3.15337,400,0,0,6542,0,0,0,0,0),(86333,21788,530,1,1,0,0,-2952.23,2532.63,76.543,2.75753,400,0,0,6542,0,0,0,0,0),(86334,21788,530,1,1,0,0,-2975.14,2529.71,76.2715,0.958973,400,0,0,6542,0,0,0,0,0),(86335,21788,530,1,1,0,0,-2986.91,2509.1,61.4276,3.0874,400,0,0,6542,0,0,0,0,0),(93976,21788,530,1,1,0,0,-2974.18,2484.29,60.9802,2.91069,400,0,0,6542,0,0,0,0,0),(94476,21788,530,1,1,0,0,-2984.36,2481.35,61.1027,0.00707,400,0,0,6542,0,0,0,0,0),(94478,21788,530,1,1,0,0,-3007.99,2480.32,63.1565,0.860798,400,0,0,6542,0,0,0,0,0),(94482,21788,530,1,1,0,0,-3024.4,2491.95,62.7355,2.92797,400,0,0,6542,0,0,0,0,0),(94507,21788,530,1,1,0,0,-3053.05,2486.3,65.4947,2.28708,400,0,0,6542,0,0,0,0,0),(94508,21788,530,1,1,0,0,-3072.55,2458.69,65.0271,0.44925,400,0,0,6542,0,0,0,0,0),(516,3336,1,1,1,3884,1,271.805,-4650.83,11.7894,4.81711,300,0,0,1003,0,0,0,0,0),(515,3304,1,1,1,4086,1,-813.994,-4920.57,19.4341,2.94961,300,0,0,222,0,0,0,0,0),(449,3294,1,1,1,1654,1,352.948,-4837.45,10.8906,1.29154,300,0,0,198,0,0,0,0,0),(256,5875,1,1,1,4492,1,1850.31,-4357.3,-14.7982,5.32325,300,0,0,1753,0,0,0,0,0),(170,5893,1,1,1,0,0,-246.258,-4009.98,187.293,1.81609,180,0,0,230,249,0,0,0,0),(79505,20634,530,1,1,0,0,4980.62,3050.79,100.061,1.15517,300,0,0,6542,0,0,0,0,0),(79548,20634,530,1,1,0,0,5039.96,3025.05,89.2698,5.4945,300,0,0,6542,0,0,0,0,0),(79551,20634,530,1,1,0,0,5045.5,2896.52,84.2687,6.16208,300,5,0,6542,0,1,0,0,0),(79552,20634,530,1,1,0,0,5085.38,2863.38,69.2324,5.41203,300,0,0,6542,0,0,0,0,0),(79554,20634,530,1,1,0,0,5112.58,2897.45,76.2821,0.962745,300,5,0,6542,0,1,0,0,0),(79555,20634,530,1,1,0,0,5152.91,2916.3,73.4798,0.34228,300,0,0,6542,0,0,0,0,0),(79556,20634,530,1,1,0,0,5112.73,2945.94,81.6453,0.409038,300,5,0,6542,0,1,0,0,0),(79557,20634,530,1,1,0,0,4909.34,2921.29,155.684,4.21429,300,5,0,6542,0,1,0,0,0),(244628,38035,0,1,1,0,0,-402.274,163.143,75.6627,3.65071,60,0,0,1,0,0,0,0,0),(79587,22083,530,1,1,11686,0,-4635.23,1384.89,138.077,5.30617,25,0,0,12140,6774,0,0,0,0),(35289,6188,1,1,1,2000,1,4615.91,-5516.97,101.812,2.70527,333,10,0,2016,4393,1,0,0,0),(35290,6188,1,1,1,2000,1,4482.32,-5484.82,111.946,1.79682,333,10,0,2016,4393,1,0,0,0),(35291,6188,1,1,1,2000,1,4421.69,-5519.01,104.476,2.57181,333,5,0,2016,4393,1,0,0,0),(35292,6188,1,1,1,2000,1,4424.37,-5573.89,107.996,4.52173,333,10,0,2016,4393,1,0,0,0),(35293,6188,1,1,1,2000,1,4283.01,-5685.31,101.094,0.69726,333,5,0,2016,4393,1,0,0,0),(35294,6188,1,1,1,2000,1,4690.01,-5391.03,112.363,5.21444,333,0,0,2016,4393,0,0,0,0),(35295,6189,1,1,1,6746,1,4349.87,-5744.34,107.031,1.23648,333,5,0,2980,0,1,0,0,0),(35296,6189,1,1,1,6746,1,4618.14,-5420.34,107.237,2.21696,333,5,0,2980,0,1,0,0,0),(35297,6189,1,1,1,6746,1,4646.47,-5446.67,108.422,2.04553,333,10,0,2980,0,1,0,0,0),(35298,6189,1,1,1,6746,1,4714.34,-5519.73,108.689,4.3579,333,5,0,2980,0,1,0,0,0),(35299,6189,1,1,1,6746,1,4682.24,-5412.3,107.343,1.41909,333,5,0,2980,0,1,0,0,0),(35300,6189,1,1,1,6746,1,4348.49,-5652.53,109.173,1.98043,333,5,0,2980,0,1,0,0,0),(35301,6189,1,1,1,6746,1,4550.78,-5547.88,104.007,6.07054,333,10,0,2980,0,1,0,0,0),(35302,6189,1,1,1,6746,1,4478.11,-5554.45,112.39,0.951909,333,0,0,2980,0,0,0,0,0),(35303,6189,1,1,1,6746,1,4714.68,-5481.44,108.07,2.33433,333,10,0,2980,0,1,0,0,0),(35304,6189,1,1,1,6746,1,4281.62,-5747.43,102.274,0.903072,333,5,0,2980,0,1,0,0,0),(35305,6189,1,1,1,6746,1,4383.18,-5646.49,120.587,3.18826,333,5,0,2980,0,1,0,0,0),(35306,6189,1,1,1,6746,1,4274.81,-5711.68,93.9338,2.81457,333,5,0,2980,0,1,0,0,0),(35307,6189,1,1,1,6746,1,4379.71,-5608.34,111.245,2.86409,333,3,0,2980,0,1,0,0,0),(35308,6189,1,1,1,6746,1,4622.12,-5547.7,99.0598,0.688218,333,3,0,2980,0,1,0,0,0),(35309,6189,1,1,1,6746,1,4514.35,-5596.59,105.873,3.78738,333,3,0,2980,0,1,0,0,0),(35310,6189,1,1,1,6746,1,4579.07,-5518.34,106.706,3.37938,333,10,0,2980,0,1,0,0,0),(35311,6189,1,1,1,6746,1,4382.32,-5583.66,109.447,4.90896,333,10,0,2980,0,1,0,0,0),(35312,6189,1,1,1,6746,1,4650.88,-5409.54,108.06,1.38593,333,5,0,2980,0,1,0,0,0),(35313,6189,1,1,1,6746,1,4621.94,-5360.66,122.748,5.52383,333,0,0,2980,0,0,0,0,0),(35314,6189,1,1,1,6746,1,4551.08,-5514.05,107.812,1.22219,333,10,0,2980,0,1,0,0,0),(35315,6189,1,1,1,6746,1,4456.95,-5575.46,103.793,1.53133,333,3,0,2980,0,1,0,0,0),(35316,6189,1,1,1,6746,1,4349.35,-5716.76,102.613,6.20186,333,5,0,2980,0,1,0,0,0),(35317,6189,1,1,1,6746,1,4681.93,-5451.78,109.543,3.44668,333,10,0,2980,0,1,0,0,0),(35318,6189,1,1,1,6746,1,4709.96,-5414.76,105.648,2.53762,333,0,0,2980,0,0,0,0,0),(35319,6189,1,1,1,6746,1,4349.13,-5683.46,101.424,5.76186,333,5,0,2980,0,1,0,0,0),(35320,6189,1,1,1,6746,1,4515.58,-5519.69,109.437,1.7973,333,10,0,2980,0,1,0,0,0),(35321,6189,1,1,1,6746,1,4352.25,-5618.91,116.931,1.34709,333,5,0,2980,0,1,0,0,0),(35322,6189,1,1,1,6746,1,4681.29,-5511.36,111.732,1.98561,333,10,0,2980,0,1,0,0,0),(35323,6189,1,1,1,6746,1,4677.85,-5311.68,127.487,2.0127,333,2,0,2980,0,1,0,0,0),(35324,6190,1,1,1,6747,1,3555.06,-4724.38,109.426,0.58096,333,5,0,2399,0,1,0,0,0),(35325,6190,1,1,1,6747,1,3652.45,-4617.32,109.702,1.13081,333,3,0,2399,0,1,0,0,0),(35326,6190,1,1,1,6747,1,3656.37,-4943.18,130.571,1.59493,333,3,0,2399,0,1,0,0,0),(35327,6190,1,1,1,6747,1,3377.31,-4745.55,107.156,5.7684,333,10,0,2399,0,1,0,0,0),(35328,6190,1,1,1,6747,1,3893.1,-5216.2,104.148,6.18511,333,5,0,2399,0,1,0,0,0),(35329,6190,1,1,1,6747,1,3289.65,-4923.18,120.911,5.69735,333,10,0,2399,0,1,0,0,0),(35330,6190,1,1,1,6747,1,3330.88,-4994.42,90.6919,1.78095,333,3,0,2399,0,1,0,0,0),(35331,6190,1,1,1,6747,1,3658.17,-4745.88,123.006,2.30413,333,5,0,2399,0,1,0,0,0),(35332,6190,1,1,1,6747,1,3484.41,-4575.13,111.983,0.168679,333,3,0,2399,0,1,0,0,0),(35333,6190,1,1,1,6747,1,3502.96,-4811.58,123.17,3.12402,333,5,0,2399,0,1,0,0,0),(35334,6190,1,1,1,6747,1,3245.4,-5012.63,128.483,2.70832,333,3,0,2399,0,1,0,0,0),(35335,6190,1,1,1,6747,1,3524.78,-4758.06,108.296,5.88421,333,5,0,2399,0,1,0,0,0),(35336,6190,1,1,1,6747,1,3340.55,-4895.44,108.711,1.47793,333,5,0,2399,0,1,0,0,0),(35337,6190,1,1,1,6747,1,3394.13,-4955.65,138.584,1.58935,333,5,0,2399,0,1,0,0,0),(35338,6190,1,1,1,6747,1,3793.02,-5178.35,141.048,0.433499,333,5,0,2399,0,1,0,0,0),(35339,6190,1,1,1,6747,1,3220.82,-5088.6,86.6488,5.9025,333,5,0,2399,0,1,0,0,0),(35340,6190,1,1,1,6747,1,3478.82,-4848.55,128.847,5.2847,333,0,0,2399,0,2,0,0,0),(35341,6190,1,1,1,6747,1,3258.85,-4587.86,101.022,1.5708,333,5,0,2399,0,1,0,0,0),(35342,6190,1,1,1,6747,1,3621.69,-4923.16,127.677,5.10373,333,5,0,2399,0,1,0,0,0),(35343,6190,1,1,1,6747,1,3638.59,-5027.31,92.3481,0.50757,333,3,0,2399,0,1,0,0,0),(35344,6190,1,1,1,6747,1,3417.32,-4991.63,137.222,4.91827,333,5,0,2399,0,1,0,0,0),(35345,6190,1,1,1,6747,1,3571.99,-4824.39,120.682,3.59199,333,10,0,2399,0,1,0,0,0),(35346,6190,1,1,1,6747,1,3345.83,-4521.06,98.2802,3.95162,333,10,0,2399,0,1,0,0,0),(35347,6190,1,1,1,6747,1,3257.36,-5065.21,130.599,3.07014,333,5,0,2399,0,1,0,0,0),(35348,6190,1,1,1,6747,1,3320.92,-4740.56,99.4274,0.714404,333,5,0,2399,0,1,0,0,0),(35349,6190,1,1,1,6747,1,3503.73,-4609.27,101.606,3.02055,333,10,0,2399,0,1,0,0,0),(35350,6190,1,1,1,6747,1,3442.79,-4667.6,103.936,2.82636,333,10,0,2399,0,1,0,0,0),(35351,6190,1,1,1,6747,1,3581.1,-4561.41,105.799,0.312436,333,10,0,2399,0,1,0,0,0),(35352,6193,1,1,1,6749,1,3294.4,-4798.27,106.613,3.38653,333,3,0,2488,0,1,0,0,0),(35353,6193,1,1,1,6749,1,3583.28,-4772.17,114.809,4.67509,333,5,0,2488,0,1,0,0,0),(35354,6193,1,1,1,6749,1,3279.73,-4854.65,112.526,3.96633,333,3,0,2488,0,1,0,0,0),(35355,6193,1,1,1,6749,1,3284.92,-4976.66,129.169,0.611762,333,3,0,2488,0,1,0,0,0),(35356,6193,1,1,1,6749,1,3310.44,-4960.86,130.542,5.88509,333,5,0,2488,0,1,0,0,0),(35357,6193,1,1,1,6749,1,3665.24,-4992.83,108.893,0.076248,333,5,0,2488,0,1,0,0,0),(35358,6193,1,1,1,6749,1,3553.33,-4853.63,121.657,2.38657,333,10,0,2488,0,1,0,0,0),(35359,6193,1,1,1,6749,1,3460.21,-4980.87,139.206,2.06013,333,5,0,2488,0,1,0,0,0),(35360,6193,1,1,1,6749,1,3559.82,-4921.58,142.202,2.99652,333,0,0,2488,0,0,0,0,0),(35361,6193,1,1,1,6749,1,3524.66,-4882.86,131.407,4.02941,333,3,0,2488,0,1,0,0,0),(35362,6193,1,1,1,6749,1,3679.06,-5054.11,135.854,4.51736,333,2,0,2488,0,1,0,0,0),(35363,6193,1,1,1,6749,1,3376.01,-5008.19,89.2527,1.68329,333,0,0,2488,0,2,0,0,0),(35364,6193,1,1,1,6749,1,3407.95,-4599.14,103.257,3.48499,333,0,0,2488,0,0,0,0,0),(35365,6193,1,1,1,6749,1,3550.84,-4786.26,117.26,0.400551,333,5,0,2488,0,1,0,0,0),(35366,6193,1,1,1,6749,1,3780.97,-5132.69,135.53,1.90446,333,3,0,2488,0,1,0,0,0),(35367,6193,1,1,1,6749,1,3585.55,-4883.33,125.782,6.28294,333,5,0,2488,0,1,0,0,0),(35368,6193,1,1,1,6749,1,3448.67,-4876.99,138.764,3.12447,333,3,0,2488,0,1,0,0,0),(35369,6193,1,1,1,6749,1,3319.95,-4680.53,100.358,1.32203,333,5,0,2488,0,1,0,0,0),(35370,6193,1,1,1,6749,1,3312.58,-4481.67,100.546,0.273622,333,10,0,2488,0,1,0,0,0),(35371,6193,1,1,1,6749,1,3830.3,-5247.25,99.4957,4.61466,333,5,0,2488,0,1,0,0,0),(35372,6193,1,1,1,6749,1,3619.49,-4579.1,107.66,1.01882,333,5,0,2488,0,1,0,0,0),(35373,6193,1,1,1,6749,1,3493.64,-4649.79,102.972,1.14278,333,10,0,2488,0,1,0,0,0),(35374,6193,1,1,1,6749,1,3443.97,-4614.21,103.711,5.40664,333,0,0,2488,0,0,0,0,0),(35375,6194,1,1,1,6748,1,3658.19,-5197.36,83.4303,1.30069,333,5,0,2062,1695,1,0,0,0),(35376,6194,1,1,1,6748,1,3660.58,-5321.46,102.303,0.28313,333,2,0,2062,1695,1,0,0,0),(35377,6194,1,1,1,6748,1,3585.89,-5185.01,83.4738,2.90562,333,5,0,2062,1695,1,0,0,0),(35378,6194,1,1,1,6748,1,3525.97,-5378.15,106.218,0.106957,333,0,0,2062,1695,0,0,0,0),(35379,6194,1,1,1,6748,1,3515.31,-5350.61,107.469,3.6073,333,0,0,2062,1695,0,0,0,0),(35380,6194,1,1,1,6748,1,3679.43,-5345.73,109.177,2.31843,333,5,0,2062,1695,1,0,0,0),(35381,6194,1,1,1,6748,1,3622.92,-5302.08,92.0078,4.72357,333,2,0,2062,1695,1,0,0,0),(35382,6194,1,1,1,6748,1,3249.1,-5177.08,88.11,4.0502,333,3,0,2062,1695,1,0,0,0),(35383,6194,1,1,1,6748,1,3620.26,-5215.98,82.8043,0.912138,333,5,0,2062,1695,1,0,0,0),(35384,6194,1,1,1,6748,1,3549.49,-5329.91,105.75,4.48043,333,0,0,2062,1695,0,0,0,0),(35385,6194,1,1,1,6748,1,3186.47,-5506.42,103.68,1.95255,333,3,0,2062,1695,1,0,0,0),(35386,6194,1,1,1,6748,1,3272.92,-5289.58,86.9777,4.43366,333,5,0,2062,1695,1,0,0,0),(35387,6194,1,1,1,6748,1,3622.89,-5073.88,87.5676,0.465187,333,10,0,2062,1695,1,0,0,0),(35388,6194,1,1,1,6748,1,3383.33,-5123.45,84.1512,4.83279,333,0,0,2062,1695,0,0,0,0),(35389,6194,1,1,1,6748,1,3515.98,-5101.65,82.6914,3.14601,333,0,0,2062,1695,2,0,0,0),(35390,6194,1,1,1,6748,1,3503.79,-5189.65,85.966,4.17013,333,5,0,2062,1695,1,0,0,0),(35391,6194,1,1,1,6748,1,3612.71,-5152.82,80.3716,4.66496,333,0,0,2062,1695,2,0,0,0),(35392,6194,1,1,1,6748,1,3703.65,-5188.19,84.1926,3.51894,333,5,0,2062,1695,1,0,0,0),(35393,6194,1,1,1,6748,1,3578.92,-5391.27,109.596,0.540398,333,2,0,2062,1695,1,0,0,0),(35394,6194,1,1,1,6748,1,3653.35,-5387.53,115.514,1.45226,333,5,0,2062,1695,1,0,0,0),(35395,6194,1,1,1,6748,1,3386.34,-5253.51,85.53,5.35159,333,5,0,2062,1695,1,0,0,0),(35396,6194,1,1,1,6748,1,3264.73,-5156.21,91.0059,3.4105,333,3,0,2062,1695,1,0,0,0),(35397,6194,1,1,1,6748,1,3779.46,-5324.14,89.2899,3.25117,333,5,0,2062,1695,1,0,0,0),(35398,6194,1,1,1,6748,1,3680.58,-5280.8,88.8447,0.757781,333,0,0,2062,1695,0,0,0,0),(35399,6194,1,1,1,6748,1,3360.31,-5293.28,96.7234,5.23608,333,5,0,2062,1695,1,0,0,0),(35400,6194,1,1,1,6748,1,3178.02,-5314.08,87.1305,3.16929,333,10,0,2062,1695,1,0,0,0),(35401,6194,1,1,1,6748,1,3636.05,-5354.57,111.546,0.33216,333,5,0,2062,1695,1,0,0,0),(35402,6194,1,1,1,6748,1,3772.25,-5385.6,87.5251,1.01764,333,5,0,2062,1695,1,0,0,0),(35403,6194,1,1,1,6748,1,3719.43,-5301.33,87.382,4.78467,333,5,0,2062,1695,1,0,0,0),(35404,6194,1,1,1,6748,1,3320.98,-5120.71,89.2142,3.13624,333,0,0,2062,1695,0,0,0,0),(35405,6194,1,1,1,6748,1,3553.33,-5084.24,85.2295,2.9755,333,5,0,2062,1695,1,0,0,0),(35406,6194,1,1,1,6748,1,3505.07,-5361.91,109.543,4.26509,333,0,0,2062,1695,0,0,0,0),(35407,6194,1,1,1,6748,1,3473.42,-5361.22,111.546,1.00294,333,5,0,2062,1695,1,0,0,0),(35408,6194,1,1,1,6748,1,3485.86,-5279.65,93.2829,4.88454,333,5,0,2062,1695,1,0,0,0),(35409,6194,1,1,1,6748,1,3346.87,-5160.42,88.974,4.12435,333,5,0,2062,1695,1,0,0,0),(35410,6194,1,1,1,6748,1,3259.5,-5250.88,85.2658,5.07367,333,5,0,2062,1695,1,0,0,0),(35411,6194,1,1,1,6748,1,3257.43,-5394.86,97.9972,5.48317,333,5,0,2062,1695,1,0,0,0),(35412,6194,1,1,1,6748,1,3478.14,-5078.26,85.6029,4.88647,333,5,0,2062,1695,1,0,0,0),(35413,6194,1,1,1,6748,1,3617.74,-5358.31,111.546,2.60371,333,5,0,2062,1695,1,0,0,0),(35414,6194,1,1,1,6748,1,3424.87,-5138.09,82.2574,1.02987,333,5,0,2062,1695,1,0,0,0),(35415,6194,1,1,1,6748,1,3412.97,-5085.19,82.1449,3.62037,333,10,0,2062,1695,1,0,0,0),(35416,6195,1,1,1,11266,1,3647.17,-5106.19,88.4226,5.71414,333,3,0,2384,1864,1,0,0,0),(35417,6195,1,1,1,11266,1,3869.6,-5546.74,24.1653,5.63861,333,3,0,2384,1864,1,0,0,0),(35419,6195,1,1,1,11266,1,3723.64,-5249.76,84.8455,0.282971,333,10,0,2384,1864,1,0,0,0),(35420,6195,1,1,1,11266,1,3718.06,-5119.4,94.173,1.77018,333,5,0,2384,1864,1,0,0,0),(35421,6195,1,1,1,11266,1,3686.36,-5155.4,84.4473,6.10806,333,10,0,2384,1864,1,0,0,0),(35422,6195,1,1,1,11266,1,3455.3,-5713.17,5.01098,2.65196,333,10,0,2384,1864,1,0,0,0),(35423,6195,1,1,1,11266,1,3517.52,-5063.17,84.1196,4.7603,333,10,0,2384,1864,1,0,0,0),(35424,6195,1,1,1,11266,1,3281.57,-5214.93,84.109,2.89374,333,10,0,2384,1864,1,0,0,0),(35425,6195,1,1,1,11266,1,3556.74,-5753.04,1.10697,5.64701,333,5,0,2384,1864,1,0,0,0),(35426,6195,1,1,1,11266,1,3648.18,-5252.6,87.8476,0.521326,333,10,0,2384,1864,1,0,0,0),(35427,6195,1,1,1,11266,1,3509.15,-5362.01,129.062,5.92366,333,3,0,2384,1864,1,0,0,0),(35428,6195,1,1,1,11266,1,3459.04,-5121.61,82.1628,0.199497,333,10,0,2384,1864,1,0,0,0),(35429,6195,1,1,1,11266,1,3997.68,-5629.81,35.2709,2.65539,333,5,0,2384,1864,1,0,0,0),(35430,6195,1,1,1,11266,1,3154.16,-5487.56,95.3826,2.48149,333,3,0,2384,1864,1,0,0,0),(35431,6195,1,1,1,11266,1,3746.45,-5301.1,86.2597,5.7384,333,5,0,2384,1864,1,0,0,0),(35432,6195,1,1,1,11266,1,3580.51,-5330.72,109.148,5.16352,333,2,0,2384,1864,1,0,0,0),(35433,6195,1,1,1,11266,1,3648.84,-5517.21,24.8214,0.755021,333,10,0,2384,1864,1,0,0,0),(35434,6195,1,1,1,11266,1,3349.59,-5610.91,10.1082,0.702681,333,10,0,2384,1864,1,0,0,0),(35435,6195,1,1,1,11266,1,3416.64,-5487.97,32.1243,2.71505,333,5,0,2384,1864,1,0,0,0),(35436,6195,1,1,1,11266,1,3306.34,-5786.53,15.9296,3.61397,333,5,0,2384,1864,1,0,0,0),(35437,6195,1,1,1,11266,1,3186.5,-5715.03,19.6333,2.90704,333,10,0,2384,1864,1,0,0,0),(35438,6195,1,1,1,11266,1,3250.73,-5651.16,15.268,5.60244,333,10,0,2384,1864,1,0,0,0),(35439,6195,1,1,1,11266,1,3454.24,-5255.3,85.9285,4.76214,333,5,0,2384,1864,1,0,0,0),(35440,6195,1,1,1,11266,1,3548.09,-5210.23,84.266,4.74851,333,0,0,2384,1864,2,0,0,0),(35441,6195,1,1,1,11266,1,3737.26,-5587.05,11.9456,6.04237,333,10,0,2384,1864,1,0,0,0),(35442,6195,1,1,1,11266,1,3649.66,-5668.21,9.32263,3.20023,333,5,0,2384,1864,1,0,0,0),(35443,6195,1,1,1,11266,1,3456.3,-5362.57,111.546,2.44831,333,5,0,2384,1864,1,0,0,0),(35444,6195,1,1,1,11266,1,3593.39,-5375.16,129.062,4.51084,333,3,0,2384,1864,1,0,0,0),(35445,6195,1,1,1,11266,1,3745.28,-5694.34,5.76665,3.65654,333,10,0,2384,1864,1,0,0,0),(35446,6195,1,1,1,11266,1,3120.89,-5636.63,44.907,1.76784,333,5,0,2384,1864,1,0,0,0),(35447,6195,1,1,1,11266,1,3447.51,-5314.82,105.829,4.65261,333,5,0,2384,1864,1,0,0,0),(35448,6195,1,1,1,11266,1,3754.34,-5479.4,30.6202,6.27689,333,0,0,2384,1864,2,0,0,0),(35449,6195,1,1,1,11266,1,3682.14,-5213.15,81.572,0.193284,333,5,0,2384,1864,1,0,0,0),(35450,6195,1,1,1,11266,1,3653.06,-5724.78,6.62234,1.59423,333,5,0,2384,1864,1,0,0,0),(35451,6195,1,1,1,11266,1,3887.25,-5619.04,20.9964,0.501032,333,10,0,2384,1864,1,0,0,0),(35452,6195,1,1,1,11266,1,3811.75,-5467.36,40.5235,4.83644,333,3,0,2384,1864,1,0,0,0),(35453,6195,1,1,1,11266,1,3415.84,-5282.86,100.842,3.06715,333,5,0,2384,1864,1,0,0,0),(35454,6195,1,1,1,11266,1,3783.54,-5705.94,1.51189,3.12676,333,3,0,2384,1864,1,0,0,0),(35455,6195,1,1,1,11266,1,3470.26,-5149.82,84.5423,3.74251,333,5,0,2384,1864,1,0,0,0),(35456,6195,1,1,1,11266,1,3518.03,-5527.21,21.476,2.06414,333,5,0,2384,1864,1,0,0,0),(35457,6195,1,1,1,11266,1,3320.13,-5255.01,82.4645,0.729074,333,3,0,2384,1864,1,0,0,0),(35458,6195,1,1,1,11266,1,3671.97,-5745.8,6.53347,4.03088,333,5,0,2384,1864,1,0,0,0),(35459,6195,1,1,1,11266,1,3251.65,-5317,89.3281,5.87111,333,3,0,2384,1864,1,0,0,0),(35460,6195,1,1,1,11266,1,3353.85,-5536.48,20.9583,1.0361,333,10,0,2384,1864,1,0,0,0),(35461,6195,1,1,1,11266,1,3190.62,-5439.68,92.6264,0.149754,333,5,0,2384,1864,1,0,0,0),(35462,6195,1,1,1,11266,1,3355.06,-5078.16,91.6108,1.06872,333,3,0,2384,1864,1,0,0,0),(35463,6195,1,1,1,11266,1,3515.14,-5245.57,90.6062,1.82762,333,5,0,2384,1864,1,0,0,0),(35464,6195,1,1,1,11266,1,3573.15,-5247,89.7546,0.062541,333,5,0,2384,1864,1,0,0,0),(35465,6195,1,1,1,11266,1,3221.88,-5271.32,86.5468,1.66879,333,10,0,2384,1864,1,0,0,0),(35466,6195,1,1,1,11266,1,3549.36,-5025.41,87.8936,5.05558,333,5,0,2384,1864,1,0,0,0),(35467,6195,1,1,1,11266,1,3406.58,-5209.5,84.297,2.38056,333,5,0,2384,1864,1,0,0,0),(35468,6195,1,1,1,11266,1,3180.18,-5385.36,87.79,5.1673,333,10,0,2384,1864,1,0,0,0),(35469,6195,1,1,1,11266,1,3583.13,-5052.05,88.3957,2.48591,333,0,0,2384,1864,0,0,0,0),(35470,6195,1,1,1,11266,1,3920.75,-5484.43,38.1127,4.38857,333,3,0,2384,1864,1,0,0,0),(35471,6195,1,1,1,11266,1,3788.02,-5772.14,3.98754,4.95199,333,3,0,2384,1864,1,0,0,0),(35472,6195,1,1,1,11266,1,3207.81,-5680.58,19.2508,5.9893,333,10,0,2384,1864,1,0,0,0),(35473,6195,1,1,1,11266,1,3583.25,-5109.29,84.5046,2.42656,333,5,0,2384,1864,1,0,0,0),(35474,6195,1,1,1,11266,1,3624.77,-5613.56,10.6333,0.568129,333,5,0,2384,1864,1,0,0,0),(35475,6195,1,1,1,11266,1,3313.88,-5642.97,10.0872,3.68766,333,5,0,2384,1864,1,0,0,0),(35476,6195,1,1,1,11266,1,3415.51,-5613.45,7.64083,1.6382,333,10,0,2384,1864,1,0,0,0),(35477,6195,1,1,1,11266,1,3884.75,-5820.65,1.68007,4.11295,333,10,0,2384,1864,1,0,0,0),(35478,6195,1,1,1,11266,1,3887.43,-5691.69,16.332,5.504,333,10,0,2384,1864,1,0,0,0),(35479,6195,1,1,1,11266,1,3589.16,-5361.04,108.659,0.551075,333,2,0,2384,1864,1,0,0,0),(35480,6195,1,1,1,11266,1,3921.13,-5581.75,35.5548,1.50826,333,3,0,2384,1864,1,0,0,0),(35481,6195,1,1,1,11266,1,3488.99,-5216.3,87.1435,5.95259,333,5,0,2384,1864,1,0,0,0),(35482,6195,1,1,1,11266,1,3779.98,-5254.09,88.0863,5.05426,333,5,0,2384,1864,1,0,0,0),(35483,6195,1,1,1,11266,1,3810.6,-5695.11,6.66573,3.13183,333,3,0,2384,1864,1,0,0,0),(35484,6195,1,1,1,11266,1,3445,-5184.39,82.9401,1.07745,333,5,0,2384,1864,1,0,0,0),(35485,6195,1,1,1,11266,1,3618.86,-5681.5,3.75253,4.55917,333,5,0,2384,1864,1,0,0,0),(35486,6195,1,1,1,11266,1,3480.2,-5021.99,88.8823,2.97876,333,5,0,2384,1864,1,0,0,0),(35487,6195,1,1,1,11266,1,3442.41,-5049.36,86.098,0.336599,333,0,0,2384,1864,0,0,0,0),(35488,6195,1,1,1,11266,1,3619.22,-5552.9,19.3215,5.52408,333,10,0,2384,1864,1,0,0,0),(35489,6195,1,1,1,11266,1,3589.82,-5515.05,23.8814,0.19957,333,3,0,2384,1864,1,0,0,0),(35490,6195,1,1,1,11266,1,3549.51,-5550.01,15.0503,3.09861,333,10,0,2384,1864,1,0,0,0),(35491,6195,1,1,1,11266,1,3482.73,-5553.9,17.0755,4.62438,333,10,0,2384,1864,1,0,0,0),(35492,6195,1,1,1,11266,1,3415.45,-5548.76,14.7173,0.064958,333,10,0,2384,1864,1,0,0,0),(35493,6195,1,1,1,11266,1,3446.29,-5583.85,14.3138,3.00246,333,10,0,2384,1864,1,0,0,0),(35494,6195,1,1,1,11266,1,3281.46,-5617.01,15.5614,3.63585,333,5,0,2384,1864,1,0,0,0),(35495,6195,1,1,1,11266,1,3243.14,-5569.12,33.5387,2.14487,333,5,0,2384,1864,1,0,0,0),(35496,6195,1,1,1,11266,1,3178.09,-5658.25,30.1069,3.96866,333,10,0,2384,1864,1,0,0,0),(35497,6195,1,1,1,11266,1,3086.8,-5750.03,20.5473,0.597209,333,3,0,2384,1864,1,0,0,0),(35498,6195,1,1,1,11266,1,3119.39,-5720.91,25.6705,4.47783,333,5,0,2384,1864,1,0,0,0),(35499,6195,1,1,1,11266,1,3188.62,-5784.87,2.96993,5.74612,333,10,0,2384,1864,1,0,0,0),(35500,6195,1,1,1,11266,1,3144.89,-5817.87,-1.33036,4.03531,333,10,0,2384,1864,1,0,0,0),(35501,6195,1,1,1,11266,1,3221.45,-5747.06,6.72402,0.759209,333,5,0,2384,1864,1,0,0,0),(35502,6195,1,1,1,11266,1,3384.17,-5713.63,5.80448,1.4362,333,10,0,2384,1864,1,0,0,0),(35503,6195,1,1,1,11266,1,3446.58,-5781.25,0.990142,3.15829,333,5,0,2384,1864,1,0,0,0),(35504,6195,1,1,1,11266,1,3353.45,-5749.75,-0.47678,5.72552,333,5,0,2384,1864,1,0,0,0),(35505,6195,1,1,1,11266,1,3521.56,-5790.91,0.949771,4.89705,333,5,0,2384,1864,1,0,0,0),(35506,6195,1,1,1,11266,1,3551.91,-5685.42,6.83775,5.53457,333,5,0,2384,1864,1,0,0,0),(35507,6195,1,1,1,11266,1,3650.63,-5715.43,7.575,1.81019,333,5,0,2384,1864,1,0,0,0),(35508,6196,1,1,1,11265,1,3819.17,-5622.47,10.248,1.76044,333,10,0,2880,0,1,0,0,0),(35509,6196,1,1,1,11265,1,3596.14,-5579.52,14.5765,3.54097,333,10,0,2880,0,1,0,0,0),(35510,6196,1,1,1,11265,1,3726.6,-5665.42,7.89494,5.58113,333,10,0,2880,0,1,0,0,0),(35511,6196,1,1,1,11265,1,3864.84,-5779.91,2.46881,6.16823,333,5,0,2880,0,1,0,0,0),(35512,8756,1,1,1,1913,0,3073.97,-6364.02,2.65216,2.49819,600,0,0,11075,0,0,0,0,0),(35513,6196,1,1,1,11265,1,3856.58,-5580.97,19.0955,0.89698,333,5,0,2880,0,1,0,0,0),(35514,6196,1,1,1,11265,1,3706.84,-5724.8,4.78205,4.55002,333,10,0,2880,0,1,0,0,0),(35515,6196,1,1,1,11265,1,3447.79,-5646.52,6.14766,5.56489,333,10,0,2880,0,1,0,0,0),(35516,6196,1,1,1,11265,1,3691.28,-5617.97,7.72424,0.305126,333,10,0,2880,0,1,0,0,0),(35517,6196,1,1,1,11265,1,3349.03,-5482.14,38.5862,1.87603,333,5,0,2880,0,1,0,0,0),(35518,6196,1,1,1,11265,1,3582.36,-5358.96,129.062,3.10952,333,2,0,2880,0,1,0,0,0),(35519,6196,1,1,1,11265,1,3686.3,-5686.34,10.2117,2.59985,333,5,0,2880,0,1,0,0,0),(35520,6196,1,1,1,11265,1,3752.84,-5625.06,10.1328,4.94637,333,10,0,2880,0,1,0,0,0),(35521,6196,1,1,1,11265,1,3885.26,-5760.4,11.801,5.40863,333,3,0,2880,0,1,0,0,0),(35522,6196,1,1,1,11265,1,3395.55,-5781.58,-4.99572,1.95138,333,5,0,2880,0,1,0,0,0),(35523,6196,1,1,1,11265,1,3619.65,-5492.58,47.4846,1.9426,333,5,0,2880,0,1,0,0,0),(35524,6196,1,1,1,11265,1,3288.53,-5556.25,25.8606,0,333,5,0,2880,0,1,0,0,0),(35525,6196,1,1,1,11265,1,3713.86,-5379.1,63.4758,1.63721,333,5,0,2880,0,1,0,0,0),(35526,6196,1,1,1,11265,1,3224.36,-5821.3,-4.7275,4.90384,333,5,0,2880,0,1,0,0,0),(35527,6196,1,1,1,11265,1,3949.31,-5562.08,37.6197,1.64308,333,5,0,2880,0,1,0,0,0),(35528,6196,1,1,1,11265,1,3489.62,-5665.67,5.97166,0.945653,333,5,0,2880,0,1,0,0,0),(35529,6196,1,1,1,11265,1,3850.77,-5644.56,14.5973,4.82621,333,10,0,2880,0,1,0,0,0),(35530,6196,1,1,1,11265,1,3618.14,-5749.81,-1.15164,1.93954,333,5,0,2880,0,1,0,0,0),(35531,6196,1,1,1,11265,1,3261.26,-5510.22,42.2057,1.21745,333,10,0,2880,0,1,0,0,0),(35532,6196,1,1,1,11265,1,3548.66,-5616.11,8.54101,2.42911,333,10,0,2880,0,1,0,0,0),(35533,6196,1,1,1,11265,1,3772.99,-5656.46,3.44115,3.20646,333,3,0,2880,0,1,0,0,0),(35534,6196,1,1,1,11265,1,3246.9,-5464.43,45.8842,0.391243,333,3,0,2880,0,1,0,0,0),(35535,6196,1,1,1,11265,1,3920.97,-5787.55,13.6231,5.49402,333,0,0,2880,0,0,0,0,0),(35536,6196,1,1,1,11265,1,3313.84,-5516.28,33.4849,5.54826,333,5,0,2880,0,1,0,0,0),(35537,6196,1,1,1,11265,1,3546.98,-5315.63,134.253,1.88678,333,3,0,2880,0,1,0,0,0),(35538,6196,1,1,1,11265,1,3394.65,-5649.23,6.3446,1.9788,333,0,0,2880,0,0,0,0,0),(35539,6196,1,1,1,11265,1,3945.93,-5651.75,25.6904,2.90491,333,5,0,2880,0,1,0,0,0),(35540,6196,1,1,1,11265,1,3585.72,-5791.59,-2.95189,0.382406,333,5,0,2880,0,1,0,0,0),(35541,6196,1,1,1,11265,1,3910.09,-5707.4,19.6718,5.2897,333,0,0,2880,0,0,0,0,0),(35542,6196,1,1,1,11265,1,3438.14,-5513.98,22.6822,0.069734,333,5,0,2880,0,1,0,0,0),(35543,6196,1,1,1,11265,1,3379.06,-5529.82,18.0399,4.9942,333,10,0,2880,0,1,0,0,0),(35544,6196,1,1,1,11265,1,3504.45,-5657.67,6.68052,2.71786,333,10,0,2880,0,1,0,0,0),(35545,6196,1,1,1,11265,1,3073.34,-5606.97,61.7529,2.30028,333,5,0,2880,0,1,0,0,0),(35546,6196,1,1,1,11265,1,3162.35,-5740.16,19.0917,0.682044,333,10,0,2880,0,1,0,0,0),(35547,6196,1,1,1,11265,1,3852.57,-5730.47,13.351,5.09055,333,10,0,2880,0,1,0,0,0),(35548,6196,1,1,1,11265,1,3708.06,-5505.38,26.2535,1.69999,333,5,0,2880,0,1,0,0,0),(35549,6196,1,1,1,11265,1,3408.73,-5677.43,6.52235,1.59025,333,5,0,2880,0,1,0,0,0),(35550,6196,1,1,1,11265,1,3480.18,-5611.65,9.50535,1.20243,333,10,0,2880,0,1,0,0,0),(35551,6196,1,1,1,11265,1,3712.94,-5449.11,43.2035,5.43563,333,5,0,2880,0,1,0,0,0),(35552,6196,1,1,1,11265,1,3560.22,-5400.26,129.082,1.01377,333,0,0,2880,0,2,0,0,0),(35553,6196,1,1,1,11265,1,3685.16,-5547.69,16.6078,1.66075,333,10,0,2880,0,1,0,0,0),(35554,6196,1,1,1,11265,1,3652.61,-5584.48,14.648,5.59532,333,10,0,2880,0,1,0,0,0),(35555,6196,1,1,1,11265,1,3514.77,-5583.03,13.7836,2.49198,333,10,0,2880,0,1,0,0,0),(35556,6196,1,1,1,11265,1,3383.06,-5583.01,8.71054,2.26699,333,10,0,2880,0,1,0,0,0),(35557,6196,1,1,1,11265,1,3310.3,-5578.12,20.2949,2.09043,333,5,0,2880,0,1,0,0,0),(35558,6196,1,1,1,11265,1,3203.45,-5619.68,31.9062,2.94003,333,5,0,2880,0,1,0,0,0),(35559,6196,1,1,1,11265,1,3147.36,-5688.14,26.442,5.15056,333,10,0,2880,0,1,0,0,0),(35560,6196,1,1,1,11265,1,3115.38,-5784.25,13.9783,2.41853,333,10,0,2880,0,1,0,0,0),(35561,6196,1,1,1,11265,1,3052.24,-5781.68,25.6153,0.88386,333,3,0,2880,0,1,0,0,0),(35562,6196,1,1,1,11265,1,3085.27,-5820.17,10.5392,5.97097,333,10,0,2880,0,1,0,0,0),(35563,6196,1,1,1,11265,1,3245.31,-5719.35,4.71805,3.9455,333,3,0,2880,0,1,0,0,0),(35564,6196,1,1,1,11265,1,3284.1,-5683.24,0.932797,4.9479,333,10,0,2880,0,1,0,0,0),(35565,6196,1,1,1,11265,1,3318.01,-5717.97,3.26553,0.05236,333,10,0,2880,0,1,0,0,0),(35566,6196,1,1,1,11265,1,3348.3,-5687.94,8.26114,4.61563,333,10,0,2880,0,1,0,0,0),(35567,6196,1,1,1,11265,1,3413.79,-5748.11,1.95674,2.28779,333,5,0,2880,0,1,0,0,0),(35568,6196,1,1,1,11265,1,3517.87,-5720.2,4.23263,5.77058,333,5,0,2880,0,1,0,0,0),(35569,6196,1,1,1,11265,1,3585,-5717.93,1.21409,5.25289,333,5,0,2880,0,1,0,0,0),(35570,6196,1,1,1,11265,1,3620.57,-5680.66,4.12084,0.477434,333,5,0,2880,0,1,0,0,0),(35571,6196,1,1,1,11265,1,3678.95,-5747.72,5.96471,2.8464,333,5,0,2880,0,1,0,0,0),(35572,6196,1,1,1,11265,1,3817.38,-5753.75,10.8038,4.23914,333,3,0,2880,0,1,0,0,0),(35573,8757,1,1,1,1913,0,3112.91,-6323.64,7.09764,4.72444,600,0,0,11075,0,0,0,0,0),(35574,6198,1,1,1,18982,1,4378.46,-6256.47,95.8116,1.43117,333,0,0,2384,1864,0,0,0,0),(35575,6198,1,1,1,18983,1,4414.71,-6257.53,95.4695,4.69107,333,10,0,2384,1864,1,0,0,0),(35576,6198,1,1,1,18982,1,4300.86,-6107.45,132.068,2.13506,333,3,0,2384,1864,1,0,0,0),(35577,6198,1,1,1,18982,1,4380.79,-6256.24,95.545,4.07811,333,0,0,2384,1864,0,0,0,0),(35578,8758,1,1,1,1913,0,3108.69,-6347.81,1.73517,1.68984,600,0,0,11075,0,0,0,0,0),(35579,6198,1,1,1,18982,1,4347.27,-6111.74,122.877,4.52216,333,0,0,2384,1864,0,0,0,0),(35580,6198,1,1,1,18982,1,4388.9,-6219.31,96.4133,0.28224,333,10,0,2384,1864,1,0,0,0),(35581,6198,1,1,1,18983,1,4447.19,-6083.57,97.3807,5.77036,333,10,0,2384,1864,1,0,0,0),(35582,6198,1,1,1,18982,1,4344.04,-6089.29,118.837,1.77617,333,5,0,2384,1864,1,0,0,0),(35583,6198,1,1,1,18983,1,4330.24,-6124.74,127.161,5.53269,333,0,0,2384,1864,0,0,0,0),(35584,6198,1,1,1,18982,1,4447.22,-6215.66,98.83,4.36149,333,10,0,2384,1864,1,0,0,0),(35585,6198,1,1,1,18982,1,4393.23,-6152.6,124.352,1.44046,333,5,0,2384,1864,1,0,0,0),(35586,6198,1,1,1,18982,1,4288,-6230.4,108.677,2.77622,333,0,0,2384,1864,0,0,0,0),(35587,6199,1,1,1,18981,1,4456.79,-6113.3,92.1796,4.37403,333,10,0,2158,4650,1,0,0,0),(35588,6199,1,1,1,18981,1,4375.72,-6278.77,95.1406,2.5869,333,0,0,2158,4650,0,0,0,0),(35589,6199,1,1,1,18980,1,4480.45,-6148.88,95.881,1.70208,333,10,0,2158,4650,1,0,0,0),(35590,6199,1,1,1,18981,1,4451.83,-6187.2,93.7812,2.83414,333,5,0,2158,4650,1,0,0,0),(35591,6199,1,1,1,18981,1,4428.37,-6112.3,94.4389,6.15652,333,3,0,2158,4650,1,0,0,0),(35592,6199,1,1,1,18981,1,4334.82,-6127.65,126.597,2.72271,333,0,0,2158,4650,0,0,0,0),(35593,8759,1,1,1,8013,0,3605.93,-4212.33,97.4197,2.14831,333,10,0,2310,0,1,0,0,0),(35594,8759,1,1,1,8013,0,3026.26,-4326.69,97.7136,1.12373,333,5,0,2310,0,1,0,0,0),(35595,8759,1,1,1,8013,0,3355.24,-4231.83,110.386,5.6432,333,10,0,2310,0,1,0,0,0),(35596,8759,1,1,1,8013,0,3395.21,-4366.55,116.677,1.45734,333,5,0,2310,0,1,0,0,0),(35597,8759,1,1,1,8013,0,3553.53,-4087.59,103.575,5.43899,333,10,0,2310,0,1,0,0,0),(35598,6199,1,1,1,18981,1,4366.2,-6136.52,123.846,3.56047,333,0,0,2158,4650,0,0,0,0),(35599,6199,1,1,1,18981,1,4322.85,-6096.33,123.948,3.2433,333,3,0,2158,4650,1,0,0,0),(35600,6199,1,1,1,18981,1,4357.11,-6278.42,96.0323,5.88518,333,3,0,2158,4650,1,0,0,0),(35601,6199,1,1,1,18981,1,4378.69,-6250.9,95.7512,4.7822,333,0,0,2158,4650,0,0,0,0),(35602,6199,1,1,1,18980,1,4411.59,-6220.24,95.882,3.05176,333,10,0,2158,4650,1,0,0,0),(35603,6199,1,1,1,18981,1,4312.54,-6214.07,108.803,3.81598,333,0,0,2158,4650,2,0,0,0),(35604,8759,1,1,1,8013,0,3446.03,-4444.12,135.18,4.78662,333,5,0,2310,0,1,0,0,0),(35605,8759,1,1,1,8013,0,3263,-4437.69,101.771,4.86533,333,10,0,2310,0,1,0,0,0),(35606,6199,1,1,1,18980,1,4378.73,-6090.06,110.188,2.27328,333,0,0,2158,4650,2,0,0,0),(35607,6199,1,1,1,18980,1,4312.64,-6162.54,132.412,1.57216,333,3,0,2158,4650,1,0,0,0),(35608,6199,1,1,1,18981,1,4419.36,-6154.57,124.727,5.63059,333,5,0,2158,4650,1,0,0,0),(35609,6199,1,1,1,18980,1,4327.08,-6149.07,130.662,0.159485,333,3,0,2158,4650,1,0,0,0),(35610,6199,1,1,1,18980,1,4356.43,-6258.9,97.1714,5.29659,333,5,0,2158,4650,1,0,0,0),(35611,6199,1,1,1,18981,1,4408.91,-6080.76,101.88,4.122,333,0,0,2158,4650,2,0,0,0),(35612,8759,1,1,1,8013,0,3500.64,-4412.04,119.45,5.05266,333,5,0,2310,0,1,0,0,0),(35613,8759,1,1,1,8013,0,3682.58,-4325.08,102.139,2.74752,333,10,0,2310,0,1,0,0,0),(35614,8759,1,1,1,8013,0,3405.8,-4414.42,107.552,4.87432,333,5,0,2310,0,1,0,0,0),(35615,8759,1,1,1,8013,0,3090.37,-4266.72,97.5689,1.62261,333,10,0,2310,0,1,0,0,0),(35616,8759,1,1,1,8013,0,3138.86,-4311.28,101.413,2.83003,333,10,0,2310,0,1,0,0,0),(35617,8759,1,1,1,8013,0,3172.98,-4397.63,103.24,1.0265,333,0,0,2310,0,2,0,0,0),(35618,8759,1,1,1,8013,0,3221.95,-4418.61,101.107,0.073953,333,10,0,2310,0,1,0,0,0),(35619,8759,1,1,1,8013,0,3064,-4250.69,96.8779,3.39306,333,10,0,2310,0,1,0,0,0),(35620,8759,1,1,1,8013,0,3475.24,-4381.57,120.019,0.035176,333,10,0,2310,0,1,0,0,0),(35621,8759,1,1,1,8013,0,3759.65,-4442.64,143.911,5.99416,333,5,0,2310,0,1,0,0,0),(35622,8759,1,1,1,8013,0,2795.14,-3919.09,102.1,2.80317,333,5,0,2310,0,1,0,0,0),(35623,8759,1,1,1,8013,0,3252.36,-4418.83,101.739,5.91573,333,0,0,2310,0,2,0,0,0),(35624,8759,1,1,1,8013,0,3620.79,-4279.16,103.696,1.53761,333,10,0,2310,0,1,0,0,0),(35625,8759,1,1,1,8013,0,3509.61,-4317.86,121.862,0.070334,333,5,0,2310,0,1,0,0,0),(35626,8759,1,1,1,8013,0,3507.65,-4222.8,97.0523,4.16477,333,0,0,2310,0,2,0,0,0),(35627,8759,1,1,1,8013,0,2992.08,-4338.04,104.926,2.41771,333,2,0,2310,0,1,0,0,0),(35628,8759,1,1,1,8013,0,3520.27,-4348.97,125.96,2.18084,333,10,0,2310,0,1,0,0,0),(35629,8759,1,1,1,8013,0,3430.52,-4317.37,104.181,3.79552,333,5,0,2310,0,1,0,0,0),(35630,8759,1,1,1,8013,0,3322.31,-4182.61,108.624,2.88099,333,5,0,2310,0,1,0,0,0),(35631,8759,1,1,1,8013,0,3378.06,-4421.35,102.1,5.84394,333,5,0,2310,0,1,0,0,0),(35632,8759,1,1,1,8013,0,2944.72,-4277.43,106.372,2.4461,333,5,0,2310,0,1,0,0,0),(35633,8759,1,1,1,8013,0,3554.71,-4210.81,105.055,3.59475,333,10,0,2310,0,1,0,0,0),(35634,6200,1,1,1,2878,0,4784.38,-6621.88,112.6,0.290729,333,5,0,2384,1864,1,0,0,0),(35635,6200,1,1,1,2878,0,4748.1,-6615.15,114.199,4.29546,333,5,0,2384,1864,1,0,0,0),(35636,6200,1,1,1,2878,0,4518.61,-6322.1,118.789,5.31286,333,5,0,2384,1864,1,0,0,0),(35637,8760,1,1,1,2161,0,2784.61,-4308.36,97.5012,0.944013,333,10,0,2672,0,1,0,0,0),(35638,8760,1,1,1,2161,0,2565.31,-3973.61,128.026,2.2225,333,5,0,2672,0,1,0,0,0),(35639,6200,1,1,1,2878,0,4489.59,-6391.58,125.936,5.28568,333,5,0,2384,1864,1,0,0,0),(35640,6200,1,1,1,2878,0,4476.75,-6352.65,122.061,3.63807,333,5,0,2384,1864,1,0,0,0),(35641,6200,1,1,1,2878,0,4754.88,-6584.63,105.079,1.49754,333,5,0,2384,1864,1,0,0,0),(35642,8760,1,1,1,2161,0,2670.68,-4992.12,126.991,1.94403,333,5,0,2672,0,1,0,0,0),(35643,8760,1,1,1,2161,0,2586.39,-4588.8,137.03,5.87983,333,5,0,2672,0,1,0,0,0),(35644,8760,1,1,1,2161,0,2597.06,-5002.29,120.498,2.06267,333,5,0,2672,0,1,0,0,0),(35645,6200,1,1,1,2878,0,4676.2,-6642.27,117.854,3.12757,333,10,0,2384,1864,1,0,0,0),(35646,6200,1,1,1,2878,0,4435.42,-6414.58,126.658,0.525167,333,5,0,2384,1864,1,0,0,0),(35647,6200,1,1,1,2878,0,4813.7,-6620.57,97.339,0.074137,333,10,0,2384,1864,1,0,0,0),(35648,6200,1,1,1,2878,0,4518.27,-6452.42,112.695,4.70473,333,5,0,2384,1864,1,0,0,0),(35649,6200,1,1,1,2878,0,4743.43,-6684.68,109.832,6.13689,333,10,0,2384,1864,1,0,0,0),(35650,6200,1,1,1,2878,0,4543.87,-6410.45,118.125,2.37279,333,5,0,2384,1864,1,0,0,0),(35651,6200,1,1,1,2878,0,4512.85,-6413.11,123.549,2.89798,333,5,0,2384,1864,1,0,0,0),(35652,6200,1,1,1,2878,0,4724.6,-5884.66,112.135,-0.214796,333,0,0,2384,1864,0,0,0,0),(35653,6200,1,1,1,2878,0,4710.88,-5917.46,108.198,0.521859,333,10,0,2384,1864,1,0,0,0),(35654,6200,1,1,1,2878,0,4698.57,-5937.83,108.564,0.809714,333,10,0,2384,1864,1,0,0,0),(35655,6201,1,1,1,6743,1,4479.79,-6460.45,127.018,4.43362,333,5,0,2980,0,1,0,0,0),(35656,6201,1,1,1,6743,1,4772.61,-6644.58,111.793,1.32073,333,5,0,2980,0,1,0,0,0),(35657,6201,1,1,1,6743,1,4770.17,-6618.18,111.85,4.29353,333,5,0,2980,0,1,0,0,0),(35658,8761,1,1,1,10957,0,4791.18,-6487.9,108.856,5.62308,333,3,0,3082,0,1,0,0,0),(35659,8761,1,1,1,10957,0,4454.07,-5746.29,103.096,1.14385,333,5,0,3082,0,1,0,0,0),(35660,8761,1,1,1,10957,0,4617.65,-6198.21,101.428,4.58934,333,10,0,3082,0,1,0,0,0),(35661,8761,1,1,1,10957,0,4474.64,-5850.01,104.85,2.95685,333,5,0,3082,0,1,0,0,0),(35662,8761,1,1,1,10957,0,4529.8,-6120.75,99.2614,0.69061,333,10,0,3082,0,1,0,0,0),(35663,8761,1,1,1,10957,0,4225.17,-5919.21,97.5427,6.24801,333,10,0,3082,0,1,0,0,0),(35664,8761,1,1,1,10957,0,4486.56,-7247.32,99.2792,1.10628,333,5,0,3082,0,1,0,0,0),(35665,8761,1,1,1,10957,0,2558.89,-6247.6,106.326,0.220576,333,10,0,3082,0,1,0,0,0),(35666,8761,1,1,1,10957,0,2951.42,-5170.24,124.468,0.455568,333,0,0,3082,0,2,0,0,0),(35667,8761,1,1,1,10957,0,2418.99,-6178.51,100.612,1.52624,333,5,0,3082,0,1,0,0,0),(35668,8761,1,1,1,10957,0,2744.04,-6243.05,102.125,1.6903,333,3,0,3082,0,1,0,0,0),(35669,8761,1,1,1,10957,0,2522.16,-5615.56,118.884,5.6475,333,10,0,3082,0,1,0,0,0),(35670,8761,1,1,1,10957,0,3076.4,-5150.65,136.747,2.90894,333,10,0,3082,0,1,0,0,0),(35671,8761,1,1,1,10957,0,3113.39,-5059.71,141.451,4.6312,333,10,0,3082,0,1,0,0,0),(35672,6201,1,1,1,6743,1,4711.5,-6613.27,117.47,0.183163,333,10,0,2980,0,1,0,0,0),(35673,6201,1,1,1,6743,1,4514.29,-6352.76,125.639,3.79085,333,5,0,2980,0,1,0,0,0),(35674,6201,1,1,1,6743,1,4497.49,-6392.61,126.811,5.36053,333,5,0,2980,0,1,0,0,0),(35675,6201,1,1,1,6743,1,4640.81,-5905.74,132.102,2.66571,333,0,0,2980,0,0,0,0,0),(35676,8761,1,1,1,10957,0,4769.25,-6078.89,93.1542,2.87592,333,10,0,3082,0,1,0,0,0),(35677,8761,1,1,1,10957,0,4305.52,-5828.38,98.2134,5.08259,333,10,0,3082,0,1,0,0,0),(35678,8761,1,1,1,10957,0,4296.39,-5957.95,97.5894,0.080141,333,10,0,3082,0,1,0,0,0),(35679,8761,1,1,1,10957,0,4521.54,-6544.15,95.135,0.912065,333,5,0,3082,0,1,0,0,0),(35680,8761,1,1,1,10957,0,4713.57,-7392.45,72.6127,4.52093,333,10,0,3082,0,1,0,0,0),(35681,8761,1,1,1,10957,0,4459.74,-7233.65,97.7616,5.24226,333,10,0,3082,0,1,0,0,0),(35682,8761,1,1,1,10957,0,4383.1,-7144.98,119.559,1.23811,333,10,0,3082,0,1,0,0,0),(35683,8761,1,1,1,10957,0,3117.7,-5109.28,134.026,1.8153,333,10,0,3082,0,1,0,0,0),(35684,8761,1,1,1,10957,0,3010.38,-5214.1,132.045,2.81119,333,10,0,3082,0,1,0,0,0),(35685,8761,1,1,1,10957,0,2488.6,-5650.22,106.397,5.80162,333,5,0,3082,0,1,0,0,0),(35686,8761,1,1,1,10957,0,2679.04,-6043.27,103.645,1.76226,333,5,0,3082,0,1,0,0,0),(35687,8761,1,1,1,10957,0,2943.65,-5422.13,122.866,4.76211,333,10,0,3082,0,1,0,0,0),(35688,8761,1,1,1,10957,0,2420.06,-6117.69,104.12,0.096537,333,10,0,3082,0,1,0,0,0),(35689,6201,1,1,1,6743,1,4495.39,-6356.19,125.061,5.45249,333,5,0,2980,0,1,0,0,0),(35690,6201,1,1,1,6743,1,4447.4,-6376.73,119.831,2.1382,333,5,0,2980,0,1,0,0,0),(35691,8761,1,1,1,10957,0,4723.3,-6414.57,105.75,0.483296,333,5,0,3082,0,1,0,0,0),(35692,8761,1,1,1,10957,0,4350.96,-6852.76,94.9397,5.334,333,5,0,3082,0,1,0,0,0),(35693,8761,1,1,1,10957,0,4215.63,-6987.27,92.1723,3.3342,333,3,0,3082,0,1,0,0,0),(35694,8761,1,1,1,10957,0,4414.97,-6645.99,99.6549,2.66048,333,5,0,3082,0,1,0,0,0),(35695,8761,1,1,1,10957,0,2618.57,-5856.9,93.1245,4.85056,333,10,0,3082,0,1,0,0,0),(35696,8761,1,1,1,10957,0,2548.3,-5590.31,111.43,4.25747,333,10,0,3082,0,1,0,0,0),(35697,8761,1,1,1,10957,0,2611.74,-5583.4,109.891,3.16112,333,5,0,3082,0,1,0,0,0),(35698,8761,1,1,1,10957,0,2783.66,-5779.14,105.089,1.32629,333,10,0,3082,0,1,0,0,0),(35699,8761,1,1,1,10957,0,2622.08,-6319.06,94.9479,0.072351,333,10,0,3082,0,1,0,0,0),(35700,8761,1,1,1,10957,0,2976.25,-5335.87,135.083,4.90481,333,10,0,3082,0,1,0,0,0),(35701,8761,1,1,1,10957,0,2617.06,-6052.58,101.314,3.32211,333,10,0,3082,0,1,0,0,0),(35702,6201,1,1,1,6743,1,4686.76,-6661.94,120.979,0.354964,333,10,0,2980,0,1,0,0,0),(35703,6201,1,1,1,6743,1,4821.28,-6655.09,95.192,5.11431,333,10,0,2980,0,1,0,0,0),(35704,8761,1,1,1,10957,0,4613.71,-6147.71,102.029,4.57125,333,10,0,3082,0,1,0,0,0),(35705,8761,1,1,1,10957,0,4518.1,-5954.35,107.493,4.63607,333,5,0,3082,0,1,0,0,0),(35706,8761,1,1,1,10957,0,4448.35,-5686.47,104.448,3.42817,333,5,0,3082,0,1,0,0,0),(35707,8761,1,1,1,10957,0,4748.99,-6451.66,107.462,2.97869,333,10,0,3082,0,1,0,0,0),(35708,8761,1,1,1,10957,0,4644.79,-5735.94,104.984,0,333,5,0,3082,0,1,0,0,0),(35709,8761,1,1,1,10957,0,4420.66,-7386.04,77.2064,6.02233,333,10,0,3082,0,1,0,0,0),(35710,8761,1,1,1,10957,0,4285.98,-6975.06,116.707,1.65686,333,10,0,3082,0,1,0,0,0),(35711,8761,1,1,1,10957,0,4545.48,-6647.79,99.084,2.38979,333,5,0,3082,0,1,0,0,0),(35712,8761,1,1,1,10957,0,4591.56,-6981.39,95.9116,4.53857,333,10,0,3082,0,1,0,0,0),(35713,8761,1,1,1,10957,0,2917.11,-5318.99,124.462,2.3179,333,10,0,3082,0,1,0,0,0),(35714,8761,1,1,1,10957,0,2482.57,-6045.98,101.312,2.09212,333,3,0,3082,0,1,0,0,0),(35715,8761,1,1,1,10957,0,2613.43,-5717.11,113.396,3.94166,333,5,0,3082,0,1,0,0,0),(35716,8761,1,1,1,10957,0,2784.22,-5851.81,90.0999,5.5803,333,5,0,3082,0,1,0,0,0),(35717,8761,1,1,1,10957,0,2998.09,-5133.25,127.736,3.95737,333,3,0,3082,0,1,0,0,0),(35718,8761,1,1,1,10957,0,2583.33,-5553.51,109.819,4.89618,333,10,0,3082,0,1,0,0,0),(35719,8761,1,1,1,10957,0,2815.37,-5713.84,125.817,2.33134,333,10,0,3082,0,1,0,0,0),(35720,8761,1,1,1,10957,0,2933.15,-5190.11,125.189,0.159969,333,10,0,3082,0,1,0,0,0),(35721,6201,1,1,1,6743,1,4550.03,-6382.39,123.99,2.22201,333,5,0,2980,0,1,0,0,0),(35722,6201,1,1,1,6743,1,4776.22,-6636.32,111.793,2.81892,333,5,0,2980,0,1,0,0,0),(35723,6201,1,1,1,6743,1,4745.16,-6651.89,114.397,3.09666,333,5,0,2980,0,1,0,0,0),(35724,8761,1,1,1,10957,0,4751.04,-6514.99,100.281,2.93109,333,10,0,3082,0,1,0,0,0),(35725,8761,1,1,1,10957,0,4756.91,-6241.36,119.322,0.853803,333,5,0,3082,0,1,0,0,0),(35726,8761,1,1,1,10957,0,4423.95,-5780.82,105.16,0.720707,333,5,0,3082,0,1,0,0,0),(35727,8761,1,1,1,10957,0,4313.15,-5974.75,98.1037,2.82665,333,10,0,3082,0,1,0,0,0),(35728,8761,1,1,1,10957,0,4855.21,-5929.96,97.1978,1.28155,333,10,0,3082,0,1,0,0,0),(35729,8761,1,1,1,10957,0,4498.73,-5762.21,102.397,0.604248,333,5,0,3082,0,1,0,0,0),(35730,8761,1,1,1,10957,0,4718.69,-6143.25,99.7125,1.45944,333,10,0,3082,0,1,0,0,0),(35731,8761,1,1,1,10957,0,4580.88,-6552.31,102.762,3.30362,333,5,0,3082,0,1,0,0,0),(35732,8761,1,1,1,10957,0,4525.33,-7485.52,73.6466,6.26952,333,5,0,3082,0,1,0,0,0),(35733,8761,1,1,1,10957,0,2746.79,-6178.56,101.688,1.70336,333,5,0,3082,0,1,0,0,0),(35734,8761,1,1,1,10957,0,2753.02,-5911.53,100.94,0.865321,333,10,0,3082,0,1,0,0,0),(35735,8761,1,1,1,10957,0,3005.25,-5327.89,140.629,4.74461,333,3,0,3082,0,1,0,0,0),(35736,8761,1,1,1,10957,0,2678.77,-5504.78,107.517,1.39601,333,5,0,3082,0,1,0,0,0),(35737,8761,1,1,1,10957,0,2438.8,-5688.79,112.639,3.34958,333,3,0,3082,0,1,0,0,0),(35738,8761,1,1,1,10957,0,2684.24,-5863.2,95.0624,4.80526,333,10,0,3082,0,1,0,0,0),(35739,8761,1,1,1,10957,0,4699.83,-6076.46,102.683,1.18322,333,5,0,3082,0,1,0,0,0),(35740,8761,1,1,1,10957,0,4811.49,-6380.28,108.968,2.92504,333,10,0,3082,0,1,0,0,0),(35741,8761,1,1,1,10957,0,4402.88,-5865.99,98.7401,4.38199,333,5,0,3082,0,1,0,0,0),(35742,8761,1,1,1,10957,0,4390.81,-6851.86,102.654,3.13623,333,0,0,3082,0,0,0,0,0),(35743,8761,1,1,1,10957,0,4826.41,-6746.34,95.3469,3.76864,333,10,0,3082,0,1,0,0,0),(35744,8761,1,1,1,10957,0,2676.84,-5992.79,97.1266,4.25191,333,5,0,3082,0,1,0,0,0),(35745,8761,1,1,1,10957,0,2549.55,-5847.06,97.6008,1.8586,333,10,0,3082,0,1,0,0,0),(35746,8761,1,1,1,10957,0,2548.47,-5972.75,100.03,1.80443,333,10,0,3082,0,1,0,0,0),(35747,8761,1,1,1,10957,0,2491.78,-5783.23,99.8686,6.17373,333,10,0,3082,0,1,0,0,0),(35748,8761,1,1,1,10957,0,3022.76,-5075.2,139.933,1.01098,333,3,0,3082,0,1,0,0,0),(35749,8761,1,1,1,10957,0,2558.13,-6051,100.869,6.04905,333,5,0,3082,0,1,0,0,0),(35750,8761,1,1,1,10957,0,4643.48,-6412.89,111.261,3.01433,333,5,0,3082,0,1,0,0,0),(35751,8761,1,1,1,10957,0,4878.7,-6384.99,113.635,4.03567,333,5,0,3082,0,1,0,0,0),(35752,8761,1,1,1,10957,0,4447.33,-5824.69,107.317,4.36437,333,5,0,3082,0,1,0,0,0),(35753,8761,1,1,1,10957,0,4481.19,-7315.82,93.5033,2.88705,333,10,0,3082,0,1,0,0,0),(35754,8761,1,1,1,10957,0,4579.11,-7113.99,96.359,3.21175,333,10,0,3082,0,1,0,0,0),(35755,8761,1,1,1,10957,0,4451.71,-6743.29,93.2445,1.64308,333,10,0,3082,0,1,0,0,0),(35756,8761,1,1,1,10957,0,2809.48,-5645.05,122.767,2.21182,333,10,0,3082,0,1,0,0,0),(35757,8761,1,1,1,10957,0,2640.82,-5553.15,102.826,3.60725,333,10,0,3082,0,1,0,0,0),(35758,8761,1,1,1,10957,0,2473.55,-6180.84,100.35,2.82591,333,5,0,3082,0,1,0,0,0),(35759,8761,1,1,1,10957,0,2747.28,-5585.22,125.524,3.49879,333,10,0,3082,0,1,0,0,0),(35760,8761,1,1,1,10957,0,2685.18,-6247.72,90.1994,1.26061,333,3,0,3082,0,1,0,0,0),(35761,8761,1,1,1,10957,0,2620.64,-5904.98,97.7599,1.58544,333,5,0,3082,0,1,0,0,0),(35762,8761,1,1,1,10957,0,2551.05,-5713.35,99.471,1.8595,333,5,0,3082,0,1,0,0,0),(35763,8761,1,1,1,10957,0,2678.8,-5645.7,131.427,2.73765,333,5,0,3082,0,1,0,0,0),(35764,8761,1,1,1,10957,0,4144.93,-5919.24,100.68,2.01936,333,10,0,3082,0,1,0,0,0),(35765,8761,1,1,1,10957,0,4318.18,-6877.79,95.6833,1.54541,333,10,0,3082,0,1,0,0,0),(35766,8761,1,1,1,10957,0,2490.94,-6114.32,100.415,0.338432,333,10,0,3082,0,1,0,0,0),(35767,8761,1,1,1,10957,0,2542.69,-5650.64,106.219,3.20715,333,5,0,3082,0,1,0,0,0),(35768,8761,1,1,1,10957,0,2675.05,-6187.33,92.3105,3.88524,333,10,0,3082,0,1,0,0,0),(35769,8761,1,1,1,10957,0,2908.98,-5283.49,129.894,2.79699,333,10,0,3082,0,1,0,0,0),(35770,8761,1,1,1,10957,0,2625.45,-6247.33,89.5599,0.208191,333,5,0,3082,0,1,0,0,0),(35771,8761,1,1,1,10957,0,2676.78,-5778.59,104.578,2.42559,333,5,0,3082,0,1,0,0,0),(35772,8761,1,1,1,10957,0,4684.12,-6244.53,112.941,1.3173,333,10,0,3082,0,1,0,0,0),(35773,8761,1,1,1,10957,0,4275.13,-5862.76,95.885,0.078195,333,3,0,3082,0,1,0,0,0),(35774,8761,1,1,1,10957,0,4354.1,-5949.22,101.946,3.19775,333,10,0,3082,0,1,0,0,0),(35775,8761,1,1,1,10957,0,2919.49,-5464.73,139.179,0.559841,333,5,0,3082,0,1,0,0,0),(35776,8761,1,1,1,10957,0,2611.27,-5790.82,100.378,3.88651,333,5,0,3082,0,1,0,0,0),(35777,8761,1,1,1,10957,0,2490.81,-6250.83,102.15,5.70493,333,5,0,3082,0,1,0,0,0),(35778,8761,1,1,1,10957,0,2549.77,-5783.84,103.389,2.74017,333,10,0,3082,0,1,0,0,0),(35779,8761,1,1,1,10957,0,4495.33,-5894.79,101.424,3.4222,333,5,0,3082,0,1,0,0,0),(35780,8761,1,1,1,10957,0,4781.72,-6152.65,93.3171,2.74896,333,10,0,3082,0,1,0,0,0),(35781,8761,1,1,1,10957,0,4834.11,-5995.96,96.1885,4.62761,333,5,0,3082,0,1,0,0,0),(35782,8761,1,1,1,10957,0,4454.57,-5949.73,102.962,0.143141,333,5,0,3082,0,1,0,0,0),(35783,8761,1,1,1,10957,0,2610.55,-5985.8,103.032,3.70362,333,5,0,3082,0,1,0,0,0),(35784,8761,1,1,1,10957,0,3084.75,-5091.39,135.774,5.02088,333,10,0,3082,0,1,0,0,0),(35785,8761,1,1,1,10957,0,2347.37,-6181.62,112.265,2.19837,333,5,0,3082,0,1,0,0,0),(35786,8761,1,1,1,10957,0,2549.56,-5911.78,95.2124,1.69607,333,10,0,3082,0,1,0,0,0),(35787,8761,1,1,1,10957,0,2852.79,-5348.8,126.041,6.14999,333,10,0,3082,0,1,0,0,0),(35788,8761,1,1,1,10957,0,2481.02,-5984.52,98.7082,3.53596,333,3,0,3082,0,1,0,0,0),(35789,8761,1,1,1,10957,0,4713.22,-5618.98,114.516,6.23442,333,3,0,3082,0,1,0,0,0),(35790,6201,1,1,1,6743,1,4696.39,-5916.74,108.81,2.52649,333,10,0,2980,0,1,0,0,0),(35791,6201,1,1,1,6743,1,4745.59,-5852.48,110.098,2.10492,333,10,0,2980,0,1,0,0,0),(35792,6201,1,1,1,6743,1,4652.28,-5918.06,116.852,1.08689,333,0,0,2980,0,0,0,0,0),(35793,8761,1,1,1,10957,0,2547.78,-6320.15,104.654,3.59651,333,10,0,3082,0,1,0,0,0),(35794,6202,1,1,1,11338,1,4527.6,-6369.74,128.607,3.19607,333,5,0,2158,4650,1,0,0,0),(35795,6202,1,1,1,11338,1,4717.75,-6676.46,117.367,1.8627,333,10,0,2158,4650,1,0,0,0),(35796,6202,1,1,1,11338,1,4550.63,-6453.3,113.013,5.29277,333,5,0,2158,4650,1,0,0,0),(35797,8762,1,1,1,8014,0,3951.05,-5229.38,116.899,1.7428,333,3,0,2488,0,1,0,0,0),(35798,8762,1,1,1,8014,0,4079.17,-5241,108.111,2.28549,333,10,0,2488,0,1,0,0,0),(35799,8762,1,1,1,8014,0,3963.49,-5153.92,119.284,2.9689,333,10,0,2488,0,1,0,0,0),(35800,8762,1,1,1,8014,0,4207.83,-5661.64,127.604,4.02789,333,5,0,2488,0,1,0,0,0),(35801,8762,1,1,1,8014,0,4005.83,-5184.47,112.513,3.17872,333,10,0,2488,0,1,0,0,0),(35802,6202,1,1,1,11338,1,4715.93,-6645.54,120.168,0.639448,333,10,0,2158,4650,1,0,0,0),(35803,6202,1,1,1,11338,1,4790.06,-6684.99,95.6006,6.03186,333,10,0,2158,4650,1,0,0,0),(35804,6202,1,1,1,11338,1,4466.11,-6426.49,137.702,5.35714,333,5,0,2158,4650,1,0,0,0),(35805,8762,1,1,1,8014,0,3711.52,-4542.57,142.02,4.12791,333,5,0,2488,0,1,0,0,0),(35806,8762,1,1,1,8014,0,4134.82,-5344.52,110.259,6.11242,333,10,0,2488,0,1,0,0,0),(35807,8762,1,1,1,8014,0,4193.59,-5325.59,115.876,3.15497,333,10,0,2488,0,1,0,0,0),(35808,8762,1,1,1,8014,0,4127.65,-5563.73,99.2965,3.61616,333,10,0,2488,0,1,0,0,0),(35809,8762,1,1,1,8014,0,3707.13,-4817.47,128.641,4.49764,333,3,0,2488,0,1,0,0,0),(35810,6202,1,1,1,11338,1,4680.16,-5816.06,115.024,6.24724,333,5,0,2158,4650,1,0,0,0),(35811,6202,1,1,1,11338,1,4786.65,-6586.37,100.253,2.56937,333,10,0,2158,4650,1,0,0,0),(35812,6202,1,1,1,11338,1,4452.12,-6439.36,138.219,1.3783,333,5,0,2158,4650,1,0,0,0),(35813,8762,1,1,1,8014,0,3793.33,-4782.31,166.478,3.12597,333,5,0,2488,0,1,0,0,0),(35814,8762,1,1,1,8014,0,3679.39,-4835.75,121.408,4.59154,333,5,0,2488,0,1,0,0,0),(35815,8762,1,1,1,8014,0,3921.09,-5151.4,124.015,5.88812,333,10,0,2488,0,1,0,0,0),(35816,6202,1,1,1,11338,1,4550.49,-6356.08,125.388,4.57326,333,5,0,2158,4650,1,0,0,0),(35817,6202,1,1,1,11338,1,4750.67,-5879.33,108.915,4.20557,333,5,0,2158,4650,1,0,0,0),(35818,8762,1,1,1,8014,0,4363.94,-5373.21,126.949,4.36779,333,10,0,2488,0,1,0,0,0),(35819,8762,1,1,1,8014,0,3697.74,-4916.33,128.255,2.77814,333,10,0,2488,0,1,0,0,0),(35820,8762,1,1,1,8014,0,3656.95,-4513.39,116.995,6.2034,333,5,0,2488,0,1,0,0,0),(35821,8762,1,1,1,8014,0,3692.9,-4898.2,123.599,5.12189,333,10,0,2488,0,1,0,0,0),(35822,8762,1,1,1,8014,0,3896.17,-5365.9,137.962,4.10668,333,5,0,2488,0,1,0,0,0),(35823,8762,1,1,1,8014,0,4012.79,-5320.7,114.322,3.90004,333,3,0,2488,0,1,0,0,0),(35824,6202,1,1,1,11338,1,4722.71,-6754.77,121.114,3.92699,333,3,0,2158,4650,1,0,0,0),(35825,6202,1,1,1,11338,1,4744.17,-6726.73,106.288,1.35484,333,3,0,2158,4650,1,0,0,0),(35826,8762,1,1,1,8014,0,3658.01,-4883.7,125.113,4.17799,333,10,0,2488,0,1,0,0,0),(35827,8762,1,1,1,8014,0,4285.73,-5615.47,124.783,0.305389,333,5,0,2488,0,1,0,0,0),(35828,8762,1,1,1,8014,0,3719.89,-4577.79,130.47,3.08809,333,5,0,2488,0,1,0,0,0),(35829,8762,1,1,1,8014,0,3685.79,-4836.36,122.623,2.38358,333,5,0,2488,0,1,0,0,0),(35830,8762,1,1,1,8014,0,3682.94,-4539.97,122.664,4.11654,333,5,0,2488,0,1,0,0,0),(35831,6202,1,1,1,11338,1,4763.09,-5925.16,98.6818,2.89491,333,10,0,2158,4650,1,0,0,0),(35832,6202,1,1,1,11338,1,4719.27,-5850.23,110.559,2.58309,333,0,0,2158,4650,0,0,0,0),(35833,8763,1,1,1,12682,0,2576.61,-4908.51,138.077,5.2631,333,10,0,2138,1750,1,0,0,0),(35834,8763,1,1,1,12682,0,2612.32,-4547.19,133.558,2.5167,333,0,0,2138,1750,0,0,0,0),(35835,8763,1,1,1,12682,0,2564.02,-5075.54,119.368,3.42257,333,10,0,2138,1750,1,0,0,0),(35836,8763,1,1,1,12682,0,2655.87,-4293.09,118.522,3.0771,333,10,0,2138,1750,1,0,0,0),(35837,8763,1,1,1,12682,0,3021.06,-5150.6,133.587,0.2491,333,10,0,2138,1750,1,0,0,0),(35838,8763,1,1,1,12682,0,2616.95,-4762.77,144.252,3.71334,333,10,0,2138,1750,1,0,0,0),(35839,8763,1,1,1,12682,0,2524.71,-5133.83,115.95,4.92512,333,10,0,2138,1750,1,0,0,0),(35840,8764,1,1,1,4269,0,4460.91,-6545.76,107.631,0.640571,333,5,0,2466,1923,1,0,0,0),(35841,8764,1,1,1,4269,0,4772.06,-7450.5,88.9134,3.10056,333,10,0,2466,1923,1,0,0,0),(35842,8764,1,1,1,4269,0,4427.09,-7245.29,97.3536,0.521326,333,10,0,2466,1923,1,0,0,0),(35843,8764,1,1,1,4269,0,4378.97,-7007.69,122.943,4.61155,333,10,0,2466,1923,1,0,0,0),(35844,8764,1,1,1,4269,0,4532.97,-6757.64,127.769,5.69247,333,3,0,2466,1923,1,0,0,0),(35845,8764,1,1,1,4269,0,4773.63,-7049.6,97.7908,3.20413,333,5,0,2466,1923,1,0,0,0),(35846,8764,1,1,1,4269,0,4396.01,-7203.52,110.628,0.715817,333,10,0,2466,1923,1,0,0,0),(35847,8764,1,1,1,4269,0,4585.15,-6609.02,98.2412,5.59304,333,5,0,2466,1923,1,0,0,0),(35848,8764,1,1,1,4269,0,4212.65,-7055.96,103.657,4.69526,333,0,0,2466,1923,2,0,0,0),(35849,8764,1,1,1,4269,0,4437.73,-6882.73,122.21,3.18848,333,5,0,2466,1923,1,0,0,0),(35850,8766,1,1,1,1306,0,4477.79,-6645.03,98.316,2.1325,333,5,0,3082,0,1,0,0,0),(35851,8766,1,1,1,1306,0,4287.45,-6855.17,94.9983,5.98415,333,3,0,3082,0,1,0,0,0),(35852,8766,1,1,1,1306,0,4421.17,-6783.83,96.9316,0.154876,333,10,0,3082,0,1,0,0,0),(35853,8766,1,1,1,1306,0,3047.04,-5110.84,132.272,1.97535,333,5,0,3082,0,1,0,0,0),(35854,8766,1,1,1,1306,0,4911.64,-7066.33,95.8758,0.382735,333,5,0,3082,0,1,0,0,0),(35855,8766,1,1,1,1306,0,2936.21,-5531.23,149.817,5.62452,333,5,0,3082,0,1,0,0,0),(35856,8766,1,1,1,1306,0,4345.18,-6914.16,99.9526,2.85631,333,10,0,3082,0,1,0,0,0),(35857,8766,1,1,1,1306,0,4345.43,-6712.21,96.2752,5.20659,333,3,0,3082,0,1,0,0,0),(35858,8766,1,1,1,1306,0,2980.55,-5395.35,136.173,4.85249,333,10,0,3082,0,1,0,0,0),(35859,8766,1,1,1,1306,0,4344.61,-7058.46,131.464,4.21908,333,10,0,3082,0,1,0,0,0),(35860,8766,1,1,1,1306,0,4481.29,-7172.04,102.208,4.74637,333,10,0,3082,0,1,0,0,0),(35861,8766,1,1,1,1306,0,4519.39,-6906.98,113.247,1.61081,333,10,0,3082,0,1,0,0,0),(35862,8766,1,1,1,1306,0,4513.72,-7354.64,89.8257,4.8319,333,10,0,3082,0,1,0,0,0),(35863,8766,1,1,1,1306,0,2930.8,-5242.71,128.514,0,333,3,0,3082,0,1,0,0,0),(35864,13896,1,1,1,7046,0,3740.01,-5943.91,-13.5142,2.58175,43200,0,0,8298,0,2,0,0,0),(35865,7783,1,1,1,6879,1,3098.16,-6361.3,8.19374,1.90241,333,0,0,4120,0,0,0,0,0),(35866,10361,1,1,1,9761,1,3614.14,-4403.95,114.468,3.54302,333,0,0,3082,0,0,0,0,0),(35867,15481,1,1,1,15473,0,2651.77,-6098.25,98.7651,1.72953,180,0,0,916025,0,0,0,0,0),(51799,11733,1,1,1,12154,0,-8273.11,541.472,-84.9831,2.85675,300,3,0,3849,0,1,0,0,0),(51798,11733,1,1,1,12154,0,-8221.74,340.17,-92.3752,5.53214,300,5,0,3849,0,1,0,0,0),(51797,11733,1,1,1,12154,0,-8287.45,398.209,-92.5784,6.06426,300,5,0,3849,0,1,0,0,0),(51796,11733,1,1,1,12154,0,-8083.94,356.977,-34.9322,0.457524,300,5,0,3849,0,1,0,0,0),(35872,8576,1,1,1,7871,1,3601.08,-4405.69,115.398,5.37561,333,0,0,2218,0,0,0,0,0),(35873,8586,1,1,1,7875,1,3614.83,-4419.53,112.151,2.87979,333,0,0,2218,0,0,0,0,0),(35874,8587,1,1,1,7876,1,3603.02,-4421.08,112.075,1.309,333,0,0,2672,0,0,0,0,0),(35875,12957,1,1,1,12915,1,2269.97,-5569.55,21.2302,3.9968,333,0,0,3398,0,0,0,0,0),(35876,8610,1,1,1,7904,1,3664.02,-4390.45,113.169,3.24631,600,0,0,10572,0,0,0,0,0),(35877,7864,1,1,1,146,0,3781.73,-5319.41,86.7338,5.91837,333,5,0,2576,0,1,0,0,0),(35878,7864,1,1,1,146,0,3293.54,-5246.09,84.552,0.921828,333,5,0,2576,0,1,0,0,0),(35879,7864,1,1,1,146,0,3640.04,-5274.13,91.0871,0.83101,333,5,0,2576,0,1,0,0,0),(35880,7864,1,1,1,146,0,3470.99,-5259.1,87.7445,5.7575,333,5,0,2576,0,1,0,0,0),(35881,7864,1,1,1,146,0,3719.67,-5118.49,93.6406,1.4721,333,5,0,2576,0,1,0,0,0),(35882,7864,1,1,1,146,0,3591.43,-5064.07,86.8957,2.85284,333,10,0,2576,0,1,0,0,0),(35883,11705,1,1,1,19825,0,3983.15,-4799.06,304.888,1.20428,333,0,0,3398,0,0,0,0,0),(35884,8378,1,1,1,7590,1,2375.46,-5965.83,10.1861,2.04204,333,0,0,1553,3801,0,0,0,0),(35885,7866,1,1,1,6917,1,3129.73,-5183.02,138.337,2.9147,333,0,0,2769,0,0,0,0,0),(35886,8379,1,1,1,7591,0,3971.69,-4783.48,295.969,0.347593,333,0,0,2884,5751,0,0,0,0),(35887,11707,1,1,1,19818,1,3984.45,-4799.17,304.888,1.74533,333,0,0,3997,0,0,0,0,0),(35888,8380,1,1,1,7592,1,2373.58,-5968.04,10.5334,1.67552,333,0,0,2769,0,0,0,0,0),(35889,11708,1,1,1,11670,1,3943.25,-4780.64,275.614,1.3439,333,0,0,2769,0,0,0,0,0),(35890,8381,1,1,1,7593,1,2371.18,-5968.04,10.3731,0.977384,333,0,0,1741,4031,0,0,0,0),(35891,8382,1,1,1,7594,1,2376.44,-5965.19,10.0051,3.10669,333,0,0,1919,1587,0,0,0,0),(35892,193,1,1,1,196,1,2758.97,-5279.88,114.726,5.68456,600,10,0,6645,0,1,0,0,0),(35893,193,1,1,1,196,1,2681.07,-5147.34,108.513,0.224029,600,3,0,6645,0,1,0,0,0),(35894,193,1,1,1,196,1,2777.86,-5147.42,104.971,0.274714,600,10,0,6645,0,1,0,0,0),(35895,193,1,1,1,196,1,2848.23,-5180.53,114.059,2.49809,600,10,0,6645,0,1,0,0,0),(35896,193,1,1,1,196,1,2877.47,-5120.67,119.557,3.15917,600,3,0,6645,0,1,0,0,0),(35897,193,1,1,1,196,1,2849.36,-5122.28,110.618,5.83264,600,3,0,6645,0,1,0,0,0),(35898,193,1,1,1,196,1,2817.79,-5121.1,111.589,6.24893,600,10,0,6645,0,1,0,0,0),(35899,8386,1,1,1,7608,1,2380.69,-5962.21,10.0771,2.43043,333,0,0,1981,0,0,0,0,0),(35900,8386,1,1,1,7595,1,2371.07,-5966.42,10.0684,0.069813,333,0,0,1981,0,0,0,0,0),(35901,8386,1,1,1,7607,1,2238.55,-5801.98,2.75612,5.34071,333,0,0,1981,0,0,0,0,0),(35902,8386,1,1,1,7596,1,2368.87,-5958.14,9.07305,1.18682,333,0,0,1981,0,0,0,0,0),(35903,8386,1,1,1,7607,1,2377.5,-5961.39,9.62108,3.68265,333,0,0,1981,0,0,0,0,0),(35904,8386,1,1,1,7607,1,2377.44,-5963.19,9.7312,2.16421,333,0,0,1981,0,0,0,0,0),(35905,8386,1,1,1,7607,1,2370.82,-5961.05,9.29439,5.49779,333,0,0,1981,0,0,0,0,0),(35906,8386,1,1,1,7595,1,2371.38,-5962.43,9.4958,1.43117,333,0,0,1981,0,0,0,0,0),(35907,8395,1,1,1,19840,1,3648.01,-4702.71,121.058,2.54818,333,0,0,2769,0,0,0,0,0),(35908,6347,1,1,1,10900,0,4941.68,-7545.11,1.9863,3.03794,333,5,0,2980,0,1,0,0,0),(35909,6347,1,1,1,10900,0,4752.4,-7747.41,5.03004,0.745956,333,5,0,2980,0,1,0,0,0),(35910,6347,1,1,1,10900,0,5006.79,-6217.88,-17.0931,3.27142,333,5,0,2980,0,1,0,0,0),(35911,6347,1,1,1,10900,0,4946.42,-7614.62,-11.8431,0.750523,333,5,0,2980,0,1,0,0,0),(35912,6347,1,1,1,10900,0,5058.16,-7550.65,-17.9547,0.001243,333,5,0,2980,0,1,0,0,0),(35913,6347,1,1,1,10900,0,4915.16,-7653.69,-11.5208,5.0369,333,5,0,2980,0,1,0,0,0),(35914,6347,1,1,1,10900,0,4811.55,-7749.29,-12.0752,2.53951,333,5,0,2980,0,1,0,0,0),(35915,6347,1,1,1,10900,0,4884.79,-7754.67,-18.2862,4.8782,333,5,0,2980,0,1,0,0,0),(35916,6347,1,1,1,10900,0,4912.25,-7513.39,11.0755,2.20582,333,5,0,2980,0,1,0,0,0),(35917,6347,1,1,1,10900,0,4949.43,-7487.87,7.26994,3.78431,333,5,0,2980,0,1,0,0,0),(35918,6348,1,1,1,10899,0,4079.67,-7918.32,-14.7513,3.76123,333,10,0,3082,0,1,0,0,0),(35919,6348,1,1,1,10899,0,4242.64,-7887.19,-9.54983,3.41823,333,10,0,3082,0,1,0,0,0),(35920,6348,1,1,1,10899,0,4290.92,-7853.46,1.99057,6.26244,333,10,0,3082,0,1,0,0,0),(35921,6348,1,1,1,10899,0,3921.93,-5941.55,-18.2248,1.03493,333,10,0,3082,0,1,0,0,0),(35922,6348,1,1,1,10899,0,4290.25,-7646.85,1.3076,0.364215,333,10,0,3082,0,1,0,0,0),(35923,6348,1,1,1,10899,0,4082.04,-7786.49,-16.362,2.88423,333,10,0,3082,0,1,0,0,0),(35924,6348,1,1,1,10899,0,4358.76,-7784.62,-0.245332,6.05265,333,10,0,3082,0,1,0,0,0),(35925,6348,1,1,1,10899,0,4476.99,-7652.82,35.4759,4.07045,333,10,0,3082,0,1,0,0,0),(35926,6348,1,1,1,10899,0,4220.84,-6714.37,-10.3509,0.636577,333,10,0,3082,0,1,0,0,0),(35927,6348,1,1,1,10899,0,4353.69,-7516.73,10.8994,6.14661,333,10,0,3082,0,1,0,0,0),(35928,6348,1,1,1,10899,0,4257.33,-7749.56,14.5774,5.93208,333,10,0,3082,0,1,0,0,0),(35929,6348,1,1,1,10899,0,4115.62,-7947.52,-15.5262,2.95786,333,10,0,3082,0,1,0,0,0),(35930,6348,1,1,1,10899,0,4049.69,-7887.56,-12.4709,4.74753,333,10,0,3082,0,1,0,0,0),(35931,6348,1,1,1,10899,0,4249.63,-7543.03,-13.538,1.81395,333,10,0,3082,0,1,0,0,0),(35932,6348,1,1,1,10899,0,4583.56,-7821.72,-12.7322,4.69824,333,10,0,3082,0,1,0,0,0),(35933,6348,1,1,1,10899,0,3912.13,-6024.27,-8.50275,4.64492,333,10,0,3082,0,1,0,0,0),(35934,6348,1,1,1,10899,0,4446.82,-7684.65,34.6297,4.43516,333,10,0,3082,0,1,0,0,0),(35935,6348,1,1,1,10899,0,4378.42,-7749.63,11.7833,3.10837,333,10,0,3082,0,1,0,0,0),(35936,6349,1,1,1,10897,0,2153.02,-6317.85,-17.0774,5.26126,333,10,0,3189,0,1,0,0,0),(35937,8397,1,1,1,7603,1,3243.39,-4321.19,132.399,0.349066,333,0,0,2138,0,0,0,0,0),(35938,6349,1,1,1,10897,0,2476.65,-7283.42,-23.8227,6.15437,180,5,0,3189,0,1,0,0,0),(35939,6349,1,1,1,10897,0,2648.52,-7319.07,-26.307,3.71583,180,5,0,3189,0,1,0,0,0),(35940,6349,1,1,1,10897,0,2918.68,-6613.63,-11.5816,1.62944,333,10,0,3189,0,1,0,0,0),(35941,7885,1,1,1,11267,1,2246.15,-6654.38,124.193,3.93517,333,3,0,3189,0,1,0,0,0),(35942,7885,1,1,1,11267,1,2519.79,-6785.11,103.292,0.60001,333,10,0,3189,0,1,0,0,0),(35943,7885,1,1,1,11267,1,2735.45,-6625.92,105.305,3.1765,333,0,0,3189,0,0,0,0,0),(35944,7885,1,1,1,11267,1,2280.32,-6814.11,121.059,2.09463,333,10,0,3189,0,1,0,0,0),(35945,7885,1,1,1,11267,1,2543.41,-6758.16,103.596,3.92578,333,10,0,3189,0,1,0,0,0),(35946,7885,1,1,1,11267,1,2231.57,-6634.78,127.456,2.74554,333,3,0,3189,0,1,0,0,0),(35947,6349,1,1,1,10897,0,2086.63,-6459,-7.34939,5.15183,333,10,0,3189,0,1,0,0,0),(35948,6349,1,1,1,10897,0,2345.23,-7252.42,-26.4488,3.73306,180,5,0,3189,0,1,0,0,0),(35949,6349,1,1,1,10897,0,2237.23,-7337.98,-35.7656,2.34791,180,5,0,3189,0,1,0,0,0),(35950,7885,1,1,1,11267,1,2381.82,-6854.15,121.214,4.51654,333,5,0,3189,0,1,0,0,0),(35951,7885,1,1,1,11267,1,2277.94,-6685.21,114.512,3.46625,333,10,0,3189,0,1,0,0,0),(35952,7885,1,1,1,11267,1,2242.64,-6591.13,130.386,4.24725,333,3,0,3189,0,1,0,0,0),(35953,7885,1,1,1,11267,1,2252.45,-6784.96,126.406,3.4383,333,3,0,3189,0,1,0,0,0),(35954,7885,1,1,1,11267,1,2552.88,-6816.1,112.858,4.86299,333,5,0,3189,0,1,0,0,0),(35955,7885,1,1,1,11267,1,2519.47,-6721.64,103.79,5.88027,333,5,0,3189,0,1,0,0,0),(35956,6349,1,1,1,10897,0,2203.31,-7295.84,-22.9484,3.47201,180,5,0,3189,0,1,0,0,0),(35957,7885,1,1,1,11267,1,2321.52,-6651.29,114.327,0.088204,333,10,0,3189,0,1,0,0,0),(35958,7885,1,1,1,11267,1,2315.12,-6854.59,122.115,4.26265,333,0,0,3189,0,2,0,0,0),(35959,7885,1,1,1,11267,1,2310.32,-6854.41,121.978,6.02615,333,10,0,3189,0,1,0,0,0),(35960,7885,1,1,1,11267,1,2520.59,-6927.49,113.15,5.2174,333,3,0,3189,0,1,0,0,0),(35961,7885,1,1,1,11267,1,2245.8,-6712.87,121.821,2.63243,333,3,0,3189,0,1,0,0,0),(35962,7885,1,1,1,11267,1,2616.38,-6838.5,125.174,2.09016,333,3,0,3189,0,1,0,0,0),(35963,7885,1,1,1,11267,1,2739.67,-6610.86,103.837,0.570134,333,3,0,3189,0,1,0,0,0),(35964,6349,1,1,1,10897,0,2386.71,-7314.9,-38.4587,0.212526,180,5,0,3189,0,1,0,0,0),(35965,6349,1,1,1,10897,0,2917.09,-6109.86,2.20935,0.729765,333,10,0,3189,0,1,0,0,0),(35966,6349,1,1,1,10897,0,3014.37,-6005.1,-10.3557,3.10395,333,10,0,3189,0,1,0,0,0),(35967,6349,1,1,1,10897,0,2509.59,-7373.97,-43.774,2.09727,180,5,0,3189,0,1,0,0,0),(35968,6349,1,1,1,10897,0,2355.92,-6756.79,15.3215,0.96567,333,10,0,3189,0,1,0,0,0),(35969,6349,1,1,1,10897,0,2404.85,-6377.31,6.5,3.46214,333,10,0,3189,0,1,0,0,0),(35970,6349,1,1,1,10897,0,2273.9,-7138.23,-13.8048,2.17844,180,5,0,3189,0,1,0,0,0),(35971,6349,1,1,1,10897,0,2801.7,-6785.23,-0.282512,3.02572,333,10,0,3189,0,1,0,0,0),(35972,6349,1,1,1,10897,0,2173.68,-5616.82,-8.04881,3.12204,333,10,0,3189,0,1,0,0,0),(35973,6349,1,1,1,10897,0,2431.81,-6695.42,14.0858,0.610865,333,0,0,3189,0,0,0,0,0),(35974,6349,1,1,1,10897,0,2046.2,-6538.11,-10.063,1.85186,333,10,0,3189,0,1,0,0,0),(35975,6349,1,1,1,10897,0,2872.29,-6784.97,-6.39701,3.44512,333,10,0,3189,0,1,0,0,0),(35976,6349,1,1,1,10897,0,2371.29,-6738.35,13.1639,5.79537,333,10,0,3189,0,1,0,0,0),(35977,6349,1,1,1,10897,0,2156.03,-7215.78,-27.1158,3.29545,180,5,0,3189,0,1,0,0,0),(35978,6349,1,1,1,10897,0,2123.4,-5942.28,-16.8218,0.949147,333,10,0,3189,0,1,0,0,0),(35979,6349,1,1,1,10897,0,2095.34,-6520.37,0.775123,5.82755,333,10,0,3189,0,1,0,0,0),(35980,6349,1,1,1,10897,0,2041.8,-6490.61,-5.47578,3.81125,333,10,0,3189,0,1,0,0,0),(35981,6349,1,1,1,10897,0,2262.38,-7138.08,-16.9404,2.75887,180,5,0,3189,0,1,0,0,0),(35982,6349,1,1,1,10897,0,2110.23,-5828.01,-13.067,4.10041,333,10,0,3189,0,1,0,0,0),(35983,6349,1,1,1,10897,0,2176.54,-6356.75,-7.31626,3.9405,333,10,0,3189,0,1,0,0,0),(35984,6349,1,1,1,10897,0,2122.9,-6211.89,-6.27838,0.625441,333,10,0,3189,0,1,0,0,0),(35985,6349,1,1,1,10897,0,2791.59,-7224.96,-13.5919,5.46394,180,5,0,3189,0,1,0,0,0),(35986,6350,1,1,1,1247,0,2813.55,-6853.37,-4.26267,4.78564,333,10,0,3293,0,1,0,0,0),(35987,6350,1,1,1,1247,0,2583.97,-7229.83,-18.6029,3.30835,180,5,0,3293,0,1,0,0,0),(35988,7886,1,1,1,11268,1,2459.36,-6841.18,103.853,0.123451,333,10,0,2634,2041,1,0,0,0),(35989,7886,1,1,1,11268,1,2587.82,-6852.69,124.349,4.47463,333,5,0,2634,2041,1,0,0,0),(35990,7886,1,1,1,11268,1,2488.27,-6817.42,102.007,0.013052,333,10,0,2634,2041,1,0,0,0),(35991,7886,1,1,1,11268,1,2546.12,-6677.88,107.398,2.12922,333,10,0,2634,2041,1,0,0,0),(35992,6350,1,1,1,1247,0,2910.67,-6552.15,-8.77687,3.42178,333,10,0,3293,0,1,0,0,0),(35993,6350,1,1,1,1247,0,2922.16,-6411.43,-15.2737,0.558766,333,10,0,3293,0,1,0,0,0),(35994,7886,1,1,1,11268,1,2283.89,-6878.49,117.314,4.15388,333,3,0,2634,2041,1,0,0,0),(35995,7886,1,1,1,11268,1,2251.29,-6624.22,130.569,5.8294,333,0,0,2634,2041,0,0,0,0),(35996,7886,1,1,1,11268,1,2612.21,-6817.57,125.528,3.7505,333,3,0,2634,2041,1,0,0,0),(35997,7886,1,1,1,11268,1,2623.33,-6816.96,123.877,4.30468,333,0,0,2634,2041,2,0,0,0),(35998,6350,1,1,1,1247,0,2986.43,-5996.2,-3.02492,2.47875,333,10,0,3293,0,1,0,0,0),(35999,7886,1,1,1,11268,1,2711.11,-6634.64,98.5445,4.09389,333,3,0,2634,2041,1,0,0,0),(36000,7886,1,1,1,11268,1,2313.18,-6889.55,123.283,3.40772,333,0,0,2634,2041,0,0,0,0),(36001,7886,1,1,1,11268,1,2447.28,-6919,108.549,4.84817,333,3,0,2634,2041,1,0,0,0),(36002,6350,1,1,1,1247,0,2374.85,-7385.67,-46.8652,3.71777,180,5,0,3293,0,1,0,0,0),(36003,6350,1,1,1,1247,0,2318.76,-7313.78,-42.7618,1.70412,180,5,0,3293,0,1,0,0,0),(36004,6350,1,1,1,1247,0,2879.95,-6319.36,-15.0894,4.02329,333,10,0,3293,0,1,0,0,0),(36005,6350,1,1,1,1247,0,2355.77,-6389.47,1.57826,3.81146,333,10,0,3293,0,1,0,0,0),(36006,6350,1,1,1,1247,0,2418.29,-6615.46,2.42067,3.69848,333,10,0,3293,0,1,0,0,0),(36007,6350,1,1,1,1247,0,2871.9,-6453.14,-14.689,3.57506,333,10,0,3293,0,1,0,0,0),(36008,6350,1,1,1,1247,0,2950.12,-6316.1,-13.2532,6.01636,333,10,0,3293,0,1,0,0,0),(36009,6350,1,1,1,1247,0,2944.56,-6511.53,1.29201,2.1648,333,10,0,3293,0,1,0,0,0),(36010,6350,1,1,1,1247,0,2834.39,-6754.54,-4.80981,3.28858,333,10,0,3293,0,1,0,0,0),(36011,6350,1,1,1,1247,0,2091.21,-6175.66,-14.4098,0.905606,333,10,0,3293,0,1,0,0,0),(36012,6350,1,1,1,1247,0,2821.19,-6708.66,2.42935,1.10529,333,10,0,3293,0,1,0,0,0),(36013,6350,1,1,1,1247,0,2181.09,-6415.03,2.95961,0.593412,333,0,0,3293,0,0,0,0,0),(36014,6350,1,1,1,1247,0,2165.1,-7279.12,-25.8822,3.47569,180,5,0,3293,0,1,0,0,0),(36015,6350,1,1,1,1247,0,2960.82,-6086.36,3.92076,1.80523,333,10,0,3293,0,1,0,0,0),(36016,6350,1,1,1,1247,0,2849.28,-7021.68,-9.26655,5.93237,180,5,0,3293,0,1,0,0,0),(36017,6350,1,1,1,1247,0,2652.46,-7248.6,-14.7477,0.299033,180,5,0,3293,0,1,0,0,0),(36018,6350,1,1,1,1247,0,3046.96,-6040.66,-11.0972,1.85868,333,10,0,3293,0,1,0,0,0),(36019,6350,1,1,1,1247,0,2114.88,-5877.67,-8.06087,2.60519,333,10,0,3293,0,1,0,0,0),(36020,6350,1,1,1,1247,0,2095.58,-6244.3,-8.77934,0.509764,333,10,0,3293,0,1,0,0,0),(36021,8399,1,1,1,7614,1,3777.06,-4619.17,227.405,0.872665,333,0,0,1678,0,0,0,0,0),(36022,6351,1,1,1,386,1,2500.62,-7245.97,-20.5106,5.96282,180,5,0,2634,2041,1,0,0,0),(36023,6351,1,1,1,386,1,2093.11,-6649.2,-3.80649,0.261869,333,10,0,2634,2041,1,0,0,0),(36024,6351,1,1,1,386,1,2751.19,-6354.06,-19.0066,4.07045,333,10,0,2634,2041,1,0,0,0),(36025,6351,1,1,1,386,1,2918.21,-6476.16,-14.8288,1.65102,333,10,0,2634,2041,1,0,0,0),(36026,6351,1,1,1,386,1,2583.34,-7346.16,-35.8938,0.660545,180,5,0,2634,2041,1,0,0,0),(36027,6351,1,1,1,386,1,2147.05,-6453.51,-7.51899,3.58182,333,10,0,2634,2041,1,0,0,0),(36028,6351,1,1,1,386,1,2919.92,-6343.01,-16.3262,1.114,333,10,0,2634,2041,1,0,0,0),(36029,6351,1,1,1,386,1,2676.95,-6684.8,13.6649,4.93948,333,10,0,2634,2041,1,0,0,0),(36030,6351,1,1,1,386,1,2909.14,-6753.69,-1.04064,2.96877,333,10,0,2634,2041,1,0,0,0),(36031,6351,1,1,1,386,1,2316.49,-7346.31,-45.4558,1.03661,180,5,0,2634,2041,1,0,0,0),(36032,6351,1,1,1,386,1,2837.15,-6479.12,-15.8848,3.1438,333,10,0,2634,2041,1,0,0,0),(36033,6351,1,1,1,386,1,2697.63,-6535.22,-19.4401,5.97931,333,10,0,2634,2041,1,0,0,0),(36034,6351,1,1,1,386,1,2231.88,-5724.76,-14.5442,5.60595,333,10,0,2634,2041,1,0,0,0),(36035,6351,1,1,1,386,1,2453.76,-6602.09,10.0302,0.156957,333,10,0,2634,2041,1,0,0,0),(36036,6351,1,1,1,386,1,2525.76,-7318.54,-21.2479,0.092918,180,5,0,2634,2041,1,0,0,0),(36037,6351,1,1,1,386,1,2939.89,-6590.8,-8.06448,3.51027,333,10,0,2634,2041,1,0,0,0),(36038,6351,1,1,1,386,1,2477.08,-6594.74,13.11,4.9408,333,10,0,2634,2041,1,0,0,0),(36039,6351,1,1,1,386,1,2105.35,-6147.66,-12.5961,2.98218,333,10,0,2634,2041,1,0,0,0),(36040,6351,1,1,1,386,1,2501.61,-7231.38,-17.9592,4.00543,180,5,0,2634,2041,1,0,0,0),(36041,6351,1,1,1,386,1,2223.68,-5660.57,-14.4121,5.20546,333,10,0,2634,2041,1,0,0,0),(36042,6351,1,1,1,386,1,2159.83,-5848.78,-6.15575,0.414124,333,10,0,2634,2041,1,0,0,0),(36043,6351,1,1,1,386,1,2079.72,-6572.41,-7.47841,1.96836,333,10,0,2634,2041,1,0,0,0),(36044,6351,1,1,1,386,1,2126.02,-6422.26,-3.88977,5.7016,333,10,0,2634,2041,1,0,0,0),(36045,6351,1,1,1,386,1,2118.71,-6081.55,-11.7419,2.35619,333,0,0,2634,2041,0,0,0,0),(36046,6351,1,1,1,386,1,2109.09,-6683.11,-7.93909,3.25517,333,10,0,2634,2041,1,0,0,0),(36047,6351,1,1,1,386,1,2650.48,-7382.01,-45.1731,2.23278,180,5,0,2634,2041,1,0,0,0),(36048,6352,1,1,1,10947,0,4177.26,-7942.54,-18.5057,2.35964,333,10,0,3189,0,1,0,0,0),(36049,6352,1,1,1,10947,0,2855.54,-6941.34,-11.1953,4.9884,180,5,0,3189,0,1,0,0,0),(36050,6352,1,1,1,10947,0,4405.1,-7650.75,23.5307,2.96681,333,10,0,3189,0,1,0,0,0),(36051,6352,1,1,1,10947,0,4113.6,-6886.37,-11.1483,2.90576,333,10,0,3189,0,1,0,0,0),(36052,6352,1,1,1,10947,0,2124.41,-6017.37,-17.3436,5.51024,333,10,0,3189,0,1,0,0,0),(36053,6352,1,1,1,10947,0,2120.03,-6274.45,-10.5674,1.62175,333,10,0,3189,0,1,0,0,0),(36054,6352,1,1,1,10947,0,2119.18,-6475.98,0.432647,1.22094,333,10,0,3189,0,1,0,0,0),(36055,6352,1,1,1,10947,0,2913.01,-6988.15,-21.9793,3.48985,180,5,0,3189,0,1,0,0,0),(36056,6352,1,1,1,10947,0,2809.26,-6921.16,-4.21173,3.43492,333,10,0,3189,0,1,0,0,0),(36057,6352,1,1,1,10947,0,2781.43,-6745.77,1.35996,1.85178,333,10,0,3189,0,1,0,0,0),(36058,6352,1,1,1,10947,0,2519.02,-6473.89,12.7344,0.245061,333,10,0,3189,0,1,0,0,0),(36059,6352,1,1,1,10947,0,4183.68,-6744.64,-9.27974,0.724099,333,10,0,3189,0,1,0,0,0),(36060,6352,1,1,1,10947,0,4450.92,-7622.91,47.4294,4.82876,333,10,0,3189,0,1,0,0,0),(36061,6352,1,1,1,10947,0,2185.33,-5676.04,-13.5281,1.7027,333,10,0,3189,0,1,0,0,0),(36062,6352,1,1,1,10947,0,2713.61,-7278.35,-17.4856,1.47598,180,5,0,3189,0,1,0,0,0),(36063,6352,1,1,1,10947,0,4108.33,-6818.89,-12.8726,3.50722,333,10,0,3189,0,1,0,0,0),(36064,6352,1,1,1,10947,0,2457.68,-7349.9,-38.0928,0.163307,180,5,0,3189,0,1,0,0,0),(36065,6352,1,1,1,10947,0,2717.83,-7228.2,-14.4466,5.10164,180,5,0,3189,0,1,0,0,0),(36066,6352,1,1,1,10947,0,2882.11,-6394.61,-13.2611,4.48646,333,10,0,3189,0,1,0,0,0),(36067,6352,1,1,1,10947,0,2997.66,-6052.98,-1.3787,3.78383,333,10,0,3189,0,1,0,0,0),(36068,6352,1,1,1,10947,0,4459.31,-7748.24,10.1636,0.21132,333,10,0,3189,0,1,0,0,0),(36069,6352,1,1,1,10947,0,2114,-6352.46,-15.324,3.83757,333,10,0,3189,0,1,0,0,0),(36070,6352,1,1,1,10947,0,2821.84,-7089.03,-12.0784,4.57535,180,5,0,3189,0,1,0,0,0),(36071,6352,1,1,1,10947,0,3021.26,-6079.83,-14.0973,0.348491,333,10,0,3189,0,1,0,0,0),(36072,6352,1,1,1,10947,0,2891.11,-6126.66,3.05916,0.509943,333,10,0,3189,0,1,0,0,0),(36073,6352,1,1,1,10947,0,4577.73,-7743.39,18.1682,2.21976,333,10,0,3189,0,1,0,0,0),(36074,6352,1,1,1,10947,0,2857.49,-6148.98,3.43578,0.783898,333,3,0,3189,0,1,0,0,0),(36075,6352,1,1,1,10947,0,2468.75,-6514.58,13.0987,1.44004,333,10,0,3189,0,1,0,0,0),(36076,6352,1,1,1,10947,0,2422.98,-7289.42,-23.6562,5.05953,180,5,0,3189,0,1,0,0,0),(36077,6352,1,1,1,10947,0,3004.1,-6126.75,-15.9777,0.562871,333,10,0,3189,0,1,0,0,0),(36078,6352,1,1,1,10947,0,4309.14,-7681.67,8.54701,3.09492,333,10,0,3189,0,1,0,0,0),(36079,6352,1,1,1,10947,0,4348.26,-7650.65,14.7917,0.331613,333,0,0,3189,0,0,0,0,0),(36080,6352,1,1,1,10947,0,4315.79,-7556.17,6.96378,4.4885,333,10,0,3189,0,1,0,0,0),(36081,6352,1,1,1,10947,0,2097.3,-5981.78,-10.3064,0.103198,333,10,0,3189,0,1,0,0,0),(36082,6352,1,1,1,10947,0,2889.97,-6591.6,-6.57477,5.40552,333,10,0,3189,0,1,0,0,0),(36083,6352,1,1,1,10947,0,2060.72,-6612.58,-13.0624,0.829236,333,10,0,3189,0,1,0,0,0),(36084,6352,1,1,1,10947,0,4181.38,-7685.58,-20.6119,3.29294,333,10,0,3189,0,1,0,0,0),(36085,6352,1,1,1,10947,0,4412.2,-7787.64,6.73472,4.11734,333,10,0,3189,0,1,0,0,0),(36086,6352,1,1,1,10947,0,3841.38,-5942.58,-14.2152,3.16055,333,10,0,3189,0,1,0,0,0),(36087,6352,1,1,1,10947,0,4314.82,-7622.91,6.58064,4.61369,333,10,0,3189,0,1,0,0,0),(36088,6352,1,1,1,10947,0,2219.95,-5573.99,-11.8298,1.25724,333,10,0,3189,0,1,0,0,0),(36089,6352,1,1,1,10947,0,3896.89,-5924.09,-10.2678,1.22278,333,10,0,3189,0,1,0,0,0),(36090,6352,1,1,1,10947,0,4274.14,-7779.35,8.91011,4.58222,333,10,0,3189,0,1,0,0,0),(36091,6352,1,1,1,10947,0,2549.57,-7282.69,-18.8227,1.65053,180,5,0,3189,0,1,0,0,0),(36092,6352,1,1,1,10947,0,2375.13,-7224.09,-21.5775,3.76171,180,5,0,3189,0,1,0,0,0),(36093,8660,1,1,1,10807,0,3123.43,-4183.26,106.98,4.81808,7200,0,0,2576,0,2,0,0,0),(36094,8405,1,1,1,1012,0,3900.59,-5427.08,154.49,0.15708,333,0,0,1774,1534,0,0,0,0),(36095,8408,1,1,1,11271,1,3547.77,-5357.27,107.565,2.18166,333,0,0,3398,0,0,0,0,0),(36096,8409,1,1,1,4765,0,3431.77,-5498.01,28.407,5.28835,333,0,0,2551,1982,0,0,0,0),(36097,14301,1,1,1,14353,1,2691.34,-3885.63,109.247,0.715585,333,0,0,2218,0,0,0,0,0),(36098,13278,1,1,1,10849,0,2849.59,-7297.15,20.3987,4.97738,180,0,0,5600,0,0,0,0,0),(36099,6369,1,1,1,2308,0,4845.49,-7720.13,-8.91375,3.52609,333,5,0,2880,0,1,0,0,0),(36100,6369,1,1,1,2308,0,4911.74,-7579.6,4.97866,2.59263,333,5,0,2880,0,1,0,0,0),(36101,6369,1,1,1,2308,0,5075.29,-6752.27,1.91538,2.7571,333,5,0,2880,0,1,0,0,0),(36102,6369,1,1,1,2308,0,4885.58,-7609.46,4.71307,1.51118,333,5,0,2880,0,1,0,0,0),(36103,6369,1,1,1,2308,0,4986.15,-7520.75,-15.6598,5.66572,333,5,0,2880,0,1,0,0,0),(36104,6369,1,1,1,2308,0,4783.18,-7715.1,8.26863,1.88359,333,5,0,2880,0,1,0,0,0),(36105,6369,1,1,1,2308,0,4975.62,-7581.71,-14.0103,3.16503,333,5,0,2880,0,1,0,0,0),(36106,6369,1,1,1,2308,0,5042.68,-7448.13,-20.3943,3.24524,333,5,0,2880,0,1,0,0,0),(36107,6370,1,1,1,10922,0,4187.15,-7747.14,-5.83461,1.30925,333,10,0,2158,4650,1,0,0,0),(36108,6370,1,1,1,10922,0,4281.13,-7517.83,-11.6137,4.26533,333,10,0,2158,4650,1,0,0,0),(36109,6370,1,1,1,10922,0,4480.5,-7719.85,19.6475,4.14731,333,10,0,2158,4650,1,0,0,0),(36110,6370,1,1,1,10922,0,4153.56,-6852.19,-11.4105,5.44408,333,10,0,2158,4650,1,0,0,0),(36111,6370,1,1,1,10922,0,4353.05,-7583.54,12.1803,5.82827,333,10,0,2158,4650,1,0,0,0),(36112,6370,1,1,1,10922,0,4413,-7713.08,19.6681,1.95312,333,10,0,2158,4650,1,0,0,0),(36113,6370,1,1,1,10922,0,3986.18,-6074.89,-5.68063,1.30925,333,10,0,2158,4650,1,0,0,0),(36114,6370,1,1,1,10922,0,4413.11,-7574.95,28.878,1.41978,333,10,0,2158,4650,1,0,0,0),(36115,6370,1,1,1,10922,0,3818.41,-7016.41,-18.4944,2.14645,333,10,0,2158,4650,1,0,0,0),(36116,6370,1,1,1,10922,0,4619.87,-7781.63,-1.1842,0.450641,333,10,0,2158,4650,1,0,0,0),(36117,6370,1,1,1,10922,0,4053.91,-6887.24,-14.0388,5.12625,333,10,0,2158,4650,1,0,0,0),(36118,6370,1,1,1,10922,0,4223.25,-7781.65,5.29031,5.68863,333,10,0,2158,4650,1,0,0,0),(36119,6370,1,1,1,10922,0,4247.49,-7619.14,-14.7128,3.38134,333,10,0,2158,4650,1,0,0,0),(36120,6370,1,1,1,10922,0,3940.38,-6001.13,-13.9201,4.89717,333,10,0,2158,4650,1,0,0,0),(36121,6370,1,1,1,10922,0,4247.07,-7678.14,-16.4289,2.56063,333,10,0,2158,4650,1,0,0,0),(36122,6370,1,1,1,10922,0,4555.59,-7787.78,11.4448,5.62582,333,10,0,2158,4650,1,0,0,0),(36123,6370,1,1,1,10922,0,4079.65,-7854.55,-15.1305,4.76127,333,10,0,2158,4650,1,0,0,0),(36124,6370,1,1,1,10922,0,4349.43,-7711.25,12.2971,1.53549,333,10,0,2158,4650,1,0,0,0),(36125,6371,1,1,1,506,1,4214.02,-7718.57,-16.1894,3.935,333,5,0,2980,0,1,0,0,0),(36126,6371,1,1,1,506,1,4682.03,-7823.76,-10.6104,4.39288,333,5,0,2980,0,1,0,0,0),(36127,6371,1,1,1,506,1,3817.36,-7354.17,-30.6563,4.85954,333,5,0,2980,0,1,0,0,0),(36128,6371,1,1,1,506,1,5078.95,-7486.98,-20.4583,3.84331,333,5,0,2980,0,1,0,0,0),(36129,6371,1,1,1,506,1,4313.81,-7757.86,7.11477,4.39156,333,5,0,2980,0,1,0,0,0),(36130,6371,1,1,1,506,1,4757.73,-7816.17,-14.5472,6.2516,333,5,0,2980,0,1,0,0,0),(36131,6371,1,1,1,506,1,4841.98,-5656.84,-20.7083,4.97428,333,5,0,2980,0,1,0,0,0),(36132,6371,1,1,1,506,1,4542.33,-7724.33,21.5703,4.08726,333,5,0,2980,0,1,0,0,0),(36133,6371,1,1,1,506,1,4295.6,-7710.41,7.10346,0.062541,333,5,0,2980,0,1,0,0,0),(36134,6371,1,1,1,506,1,4157.06,-7717.63,-17.7288,6.1653,333,5,0,2980,0,1,0,0,0),(36135,6371,1,1,1,506,1,4891.62,-7682.8,-3.32317,0.179525,333,5,0,2980,0,1,0,0,0),(36136,6371,1,1,1,506,1,5047.76,-6319.69,-20.7083,6.01344,333,5,0,2980,0,1,0,0,0),(36137,6371,1,1,1,506,1,4520.97,-7749.1,14.4416,0.722943,333,5,0,2980,0,1,0,0,0),(36138,6371,1,1,1,506,1,4022.84,-6111.51,-5.01672,1.00706,333,5,0,2980,0,1,0,0,0),(36139,6371,1,1,1,506,1,4081.87,-6839.17,-15.2635,1.72179,333,5,0,2980,0,1,0,0,0),(36140,6371,1,1,1,506,1,4778.2,-7782.84,-15.7399,2.87885,333,5,0,2980,0,1,0,0,0),(36141,6371,1,1,1,506,1,4813.75,-7690.95,7.64686,3.11259,333,5,0,2980,0,1,0,0,0),(36142,6371,1,1,1,506,1,3993.06,-5992.48,-9.38453,5.55719,333,5,0,2980,0,1,0,0,0),(36143,6371,1,1,1,506,1,4381.01,-7687.17,16.2181,4.5861,333,5,0,2980,0,1,0,0,0),(36144,6371,1,1,1,506,1,5046.38,-6250.66,-19.1053,3.04103,333,5,0,2980,0,1,0,0,0),(36145,6371,1,1,1,506,1,4310.07,-7819.18,5.34084,3.17636,333,5,0,2980,0,1,0,0,0),(36146,6371,1,1,1,506,1,4051.01,-7819.37,-15.9273,4.68505,333,5,0,2980,0,1,0,0,0),(36147,6371,1,1,1,506,1,4383.23,-7611.93,20.809,2.03658,333,5,0,2980,0,1,0,0,0),(36148,6371,1,1,1,506,1,4290,-7586.33,-4.38883,5.70493,333,5,0,2980,0,1,0,0,0),(36149,6371,1,1,1,506,1,5052.98,-6949.18,9.31719,4.58792,333,5,0,2980,0,1,0,0,0),(36150,6116,1,1,1,10702,0,2995.09,-4117.54,100.019,0.287889,333,5,0,2310,0,1,0,0,0),(36151,6116,1,1,1,10702,0,2950.91,-4152.91,100.174,2.90278,333,10,0,2310,0,1,0,0,0),(36152,6116,1,1,1,10702,0,2882.41,-4116.16,95.7186,5.32944,333,10,0,2310,0,1,0,0,0),(36153,6116,1,1,1,10702,0,2857.27,-4022.44,139.656,2.75927,333,3,0,2310,0,1,0,0,0),(36154,6116,1,1,1,10702,0,3051.2,-4181.58,97.516,0.968139,333,10,0,2310,0,1,0,0,0),(36155,6116,1,1,1,10702,0,3114.76,-4145.25,103.617,0.290338,333,5,0,2310,0,1,0,0,0),(36156,6372,1,1,1,2600,0,5015.94,-7478.22,-20.6328,0.987472,333,5,0,203,0,1,0,0,0),(36157,6372,1,1,1,2600,0,4718.33,-7786.9,-6.54011,5.42387,333,5,0,203,0,1,0,0,0),(36158,8420,1,1,1,7670,0,4603.83,-5987.55,169.724,0.034907,333,0,0,2399,0,0,0,0,0),(36159,6116,1,1,1,10702,0,3013.74,-4184.4,99.3006,2.31276,333,5,0,2310,0,1,0,0,0),(36160,6116,1,1,1,10702,0,2897.16,-4012.72,133.912,2.97647,333,3,0,2310,0,1,0,0,0),(36161,6116,1,1,1,10702,0,3016.63,-4111.79,100.509,0.190571,333,5,0,2310,0,1,0,0,0),(36162,6116,1,1,1,10702,0,2913.13,-3984.83,118.194,0.726588,333,3,0,2310,0,1,0,0,0),(36163,6116,1,1,1,10702,0,2852.99,-4079.29,114.365,3.28073,333,3,0,2310,0,1,0,0,0),(36164,6372,1,1,1,2600,0,4976.13,-7459.5,1.1954,4.14551,333,5,0,203,0,1,0,0,0),(36165,6372,1,1,1,2600,0,4850.55,-7655.79,7.89677,4.05324,333,5,0,203,0,1,0,0,0),(36166,6372,1,1,1,2600,0,5048.07,-6791.48,8.49126,4.11796,333,5,0,203,0,1,0,0,0),(36167,6372,1,1,1,2600,0,4809.82,-5354.05,-17.5303,0.760541,333,5,0,203,0,1,0,0,0),(36168,6117,1,1,1,10700,0,2867.18,-3960.38,102.039,5.83003,333,0,0,1679,3923,2,0,0,0),(36169,6117,1,1,1,10700,0,2886.11,-4016.66,137.06,3.75832,333,3,0,1679,3923,1,0,0,0),(36170,6117,1,1,1,10700,0,2948.44,-4122.4,104.186,4.22519,333,5,0,1679,3923,1,0,0,0),(36171,6117,1,1,1,10700,0,3051.62,-4113.75,101.499,3.88966,333,10,0,1679,3923,1,0,0,0),(36172,6117,1,1,1,10700,0,3023.85,-4153.2,102.921,0.358303,333,10,0,1679,3923,1,0,0,0),(36173,6117,1,1,1,10700,0,3054.68,-4153.71,101.124,5.58345,333,10,0,1679,3923,1,0,0,0),(36174,6117,1,1,1,10700,0,2976.22,-4182.46,100.52,5.40523,333,10,0,1679,3923,1,0,0,0),(36175,6117,1,1,1,10700,0,3089.54,-4144.9,101.035,3.20366,333,10,0,1679,3923,1,0,0,0),(36176,6117,1,1,1,10700,0,2918.78,-4120.62,100.481,2.3504,333,10,0,1679,3923,1,0,0,0),(36177,6117,1,1,1,10700,0,3082.4,-4176.7,98.6494,2.99396,333,10,0,1679,3923,1,0,0,0),(36178,8678,1,1,1,7969,1,2266.45,-5573,21.7302,5.75959,333,0,0,3398,0,0,0,0,0),(36179,6375,1,1,1,6757,0,3579.93,-4132.55,105.131,4.00616,333,10,0,2399,0,1,0,0,0),(36180,6375,1,1,1,6757,0,3377.08,-4286.77,99.2541,3.64397,333,10,0,2399,0,1,0,0,0),(36181,6375,1,1,1,6757,0,3122.34,-4253.24,102.295,1.48668,333,5,0,2399,0,1,0,0,0),(36182,6375,1,1,1,6757,0,3483.79,-4235.39,93.4421,4.62827,333,10,0,2399,0,1,0,0,0),(36183,6375,1,1,1,6757,0,3588.71,-4217.56,100.282,4.87112,333,10,0,2399,0,1,0,0,0),(36184,6375,1,1,1,6757,0,3554.96,-4252.77,103.485,3.59651,333,0,0,2399,0,2,0,0,0),(36185,6375,1,1,1,6757,0,3674.16,-4245.56,120.965,0.127261,333,5,0,2399,0,1,0,0,0),(36186,6375,1,1,1,6757,0,3489.07,-4190.09,96.9805,2.83219,333,10,0,2399,0,1,0,0,0),(36187,6375,1,1,1,6757,0,3441.91,-4107.02,108.406,2.686,333,5,0,2399,0,1,0,0,0),(36188,6375,1,1,1,6757,0,3414.08,-4181.69,100.482,2.0231,333,3,0,2399,0,1,0,0,0),(36189,6375,1,1,1,6757,0,3679.81,-4089.08,107.834,4.41633,333,5,0,2399,0,1,0,0,0),(36190,6375,1,1,1,6757,0,3561.14,-4144.32,105.036,3.31429,333,10,0,2399,0,1,0,0,0),(36191,6375,1,1,1,6757,0,3583.19,-4039.43,94.1898,1.83234,333,3,0,2399,0,1,0,0,0),(36192,6375,1,1,1,6757,0,3527.11,-4192.53,103.636,3.39357,333,10,0,2399,0,1,0,0,0),(36193,6375,1,1,1,6757,0,3203.32,-4197.67,102.837,3.9111,333,5,0,2399,0,1,0,0,0),(36194,6375,1,1,1,6757,0,3250.22,-4188.59,103.997,0.238584,333,5,0,2399,0,1,0,0,0),(36195,6375,1,1,1,6757,0,3349.57,-4187.26,105.604,4.57035,333,10,0,2399,0,1,0,0,0),(36196,6375,1,1,1,6757,0,3409.13,-4350.14,115.114,0.05474,333,5,0,2399,0,1,0,0,0),(36197,6375,1,1,1,6757,0,3455.05,-4247.1,95.5258,3.14159,333,5,0,2399,0,1,0,0,0),(36198,6375,1,1,1,6757,0,3630.69,-4119.08,102.1,1.17901,333,5,0,2399,0,1,0,0,0),(36199,6375,1,1,1,6757,0,3509.82,-4347.61,126.085,0.577563,333,10,0,2399,0,1,0,0,0),(36200,6377,1,1,1,10894,0,2679.72,-4326.51,103.823,2.74222,333,10,0,2576,0,1,0,0,0),(36201,6377,1,1,1,10894,0,2605.03,-4837.45,138.751,4.09078,333,3,0,2576,0,1,0,0,0),(36202,6377,1,1,1,10894,0,2564.43,-5083.83,119.957,4.21468,333,5,0,2576,0,1,0,0,0),(36203,6377,1,1,1,10894,0,2618.51,-4941.25,125.886,1.52785,333,10,0,2576,0,1,0,0,0),(36204,6377,1,1,1,10894,0,2649.96,-4993.95,127.458,1.3911,333,10,0,2576,0,1,0,0,0),(36205,6377,1,1,1,10894,0,2669.33,-4586.73,133.522,0.290631,333,0,0,2576,0,0,0,0,0),(36206,6377,1,1,1,10894,0,2642.26,-4914.01,132.907,0.371801,333,10,0,2576,0,1,0,0,0),(36207,6377,1,1,1,10894,0,4406.97,-5389.39,120.081,6.02258,333,3,0,2576,0,1,0,0,0),(36208,6377,1,1,1,10894,0,4103.02,-5531.58,102.031,3.77513,333,5,0,2576,0,1,0,0,0),(36209,6377,1,1,1,10894,0,3892.09,-5115.43,129.184,0.319898,333,10,0,2576,0,1,0,0,0),(36210,6377,1,1,1,10894,0,3927.22,-5268.23,128.402,0.768147,333,5,0,2576,0,1,0,0,0),(36211,6377,1,1,1,10894,0,4104.54,-5463.23,108.771,4.24175,333,10,0,2576,0,1,0,0,0),(36212,6377,1,1,1,10894,0,2491.65,-5041.86,138.082,2.8981,333,0,0,2576,0,0,0,0,0),(36213,6377,1,1,1,10894,0,2647.57,-4555.11,132.825,3.98639,333,5,0,2576,0,1,0,0,0),(36214,6377,1,1,1,10894,0,2644.81,-4173.08,128.816,2.23708,333,10,0,2576,0,1,0,0,0),(36215,6377,1,1,1,10894,0,2679.07,-4158,120.597,3.76818,333,10,0,2576,0,1,0,0,0),(36216,6377,1,1,1,10894,0,2655.97,-4649.28,139.27,0.583361,333,10,0,2576,0,1,0,0,0),(36217,6377,1,1,1,10894,0,2656.14,-4245.9,128.301,0.952705,333,10,0,2576,0,1,0,0,0),(36218,6377,1,1,1,10894,0,2479.99,-5143.93,132.107,2.209,333,10,0,2576,0,1,0,0,0),(36219,6377,1,1,1,10894,0,4555.81,-5424.28,103.121,4.29763,333,3,0,2576,0,1,0,0,0),(36220,6377,1,1,1,10894,0,4028.08,-5246.49,108.698,0.070403,333,10,0,2576,0,1,0,0,0),(36221,6377,1,1,1,10894,0,4151.37,-5549.6,104.579,1.405,333,10,0,2576,0,1,0,0,0),(36222,6377,1,1,1,10894,0,3846.49,-5093.77,134.388,4.38447,333,10,0,2576,0,1,0,0,0),(36223,6377,1,1,1,10894,0,3958.96,-5334.84,128.764,5.19264,333,10,0,2576,0,1,0,0,0),(36224,6377,1,1,1,10894,0,2644.08,-4120.7,117.272,4.14551,333,10,0,2576,0,1,0,0,0),(36225,6377,1,1,1,10894,0,2545.83,-5012.5,126.069,2.13697,333,5,0,2576,0,1,0,0,0),(36226,6377,1,1,1,10894,0,2643.52,-4620.04,136.592,5.65999,333,10,0,2576,0,1,0,0,0),(36227,6377,1,1,1,10894,0,2572.77,-4992.83,123.364,4.704,333,5,0,2576,0,1,0,0,0),(36228,6377,1,1,1,10894,0,4162.49,-5555.64,106.818,5.94476,333,0,0,2576,0,2,0,0,0),(36229,6377,1,1,1,10894,0,3954.96,-5180.14,120.498,0.190504,333,10,0,2576,0,1,0,0,0),(36230,6377,1,1,1,10894,0,3984.29,-5274.51,121.212,1.60789,333,3,0,2576,0,1,0,0,0),(36231,6377,1,1,1,10894,0,3850.82,-5053.9,131.987,6.18345,333,10,0,2576,0,1,0,0,0),(36232,6377,1,1,1,10894,0,4164.72,-5694.64,125.741,6.21278,333,3,0,2576,0,1,0,0,0),(36233,6377,1,1,1,10894,0,4247.3,-5343.73,124.872,1.18141,333,10,0,2576,0,1,0,0,0),(36234,6377,1,1,1,10894,0,4079.97,-5328.22,110.564,4.90481,333,10,0,2576,0,1,0,0,0),(36235,6377,1,1,1,10894,0,4249.34,-5541.13,121.787,5.50331,333,5,0,2576,0,1,0,0,0),(36236,6377,1,1,1,10894,0,4203.16,-5609.73,117.46,3.33708,333,10,0,2576,0,1,0,0,0),(36237,6377,1,1,1,10894,0,4168.1,-5501.21,110.61,0.345625,333,5,0,2576,0,1,0,0,0),(36238,6377,1,1,1,10894,0,4179.99,-5351.45,113.671,1.50937,333,10,0,2576,0,1,0,0,0),(36239,6377,1,1,1,10894,0,3923.76,-5349.35,136.13,1.38509,333,5,0,2576,0,1,0,0,0),(36240,6377,1,1,1,10894,0,4288.29,-5367.8,121.032,4.66058,333,10,0,2576,0,1,0,0,0),(36241,6378,1,1,1,10893,0,4688.18,-6173.74,106.838,0.747407,333,10,0,2304,1807,1,0,0,0),(36242,6378,1,1,1,10893,0,4707.35,-5725.74,100.173,0.575904,333,10,0,2304,1807,1,0,0,0),(36243,6378,1,1,1,10893,0,4476.52,-5721.04,105.031,3.64887,333,5,0,2304,1807,1,0,0,0),(36244,6378,1,1,1,10893,0,4857.9,-6080.45,85.8631,0.309406,333,3,0,2304,1807,1,0,0,0),(36245,6378,1,1,1,10893,0,4658.57,-6218.89,105.916,6.06473,333,10,0,2304,1807,1,0,0,0),(36246,6378,1,1,1,10893,0,4390.77,-5784.08,103.373,4.0099,333,5,0,2304,1807,1,0,0,0),(36247,6378,1,1,1,10893,0,4366.99,-5913.19,100.991,2.92617,333,10,0,2304,1807,1,0,0,0),(36248,6378,1,1,1,10893,0,4082.91,-5911.5,99.6842,1.9426,333,3,0,2304,1807,1,0,0,0),(36249,6378,1,1,1,10893,0,4575.93,-6174.96,99.0746,0.334096,333,10,0,2304,1807,1,0,0,0),(36250,6378,1,1,1,10893,0,4751.25,-6326.74,112.034,4.77103,333,10,0,2304,1807,1,0,0,0),(36251,6378,1,1,1,10893,0,4678.37,-6527.64,110.281,2.08449,333,5,0,2304,1807,1,0,0,0),(36252,6378,1,1,1,10893,0,4625.96,-6451.09,114.795,6.11138,333,5,0,2304,1807,1,0,0,0),(36253,6378,1,1,1,10893,0,4655.92,-6357.44,113.04,5.14279,333,5,0,2304,1807,1,0,0,0),(36254,6378,1,1,1,10893,0,4489.82,-5915.15,98.5033,0.180083,333,5,0,2304,1807,1,0,0,0),(36255,6378,1,1,1,10893,0,4192.47,-5949.9,94.7578,0.156957,333,3,0,2304,1807,1,0,0,0),(36256,6378,1,1,1,10893,0,4676.48,-5681.93,100.499,3.23349,333,10,0,2304,1807,1,0,0,0),(36257,6378,1,1,1,10893,0,4589.95,-6078.73,101.468,6.01428,333,10,0,2304,1807,1,0,0,0),(36258,6378,1,1,1,10893,0,4344.16,-5876.68,99.6682,5.75545,333,10,0,2304,1807,1,0,0,0),(36259,6378,1,1,1,10893,0,4745.72,-6077.13,95.5378,4.61058,333,10,0,2304,1807,1,0,0,0),(36260,6378,1,1,1,10893,0,4682.91,-6440.65,114.928,1.39794,333,5,0,2304,1807,1,0,0,0),(36261,6378,1,1,1,10893,0,4774.73,-6043.9,90.6494,5.09594,333,10,0,2304,1807,1,0,0,0),(36262,6378,1,1,1,10893,0,4687.2,-5715.65,97.5555,0.135132,333,10,0,2304,1807,1,0,0,0),(36263,6378,1,1,1,10893,0,4417.73,-5991.41,101.718,1.405,333,5,0,2304,1807,1,0,0,0),(36264,6378,1,1,1,10893,0,4619,-6391.84,116.519,4.644,333,5,0,2304,1807,1,0,0,0),(36265,6378,1,1,1,10893,0,4534.29,-5843.75,119.712,2.96296,333,5,0,2304,1807,1,0,0,0),(36266,6378,1,1,1,10893,0,4706.13,-6348.97,115.577,3.24729,333,10,0,2304,1807,1,0,0,0),(36267,6378,1,1,1,10893,0,4235.46,-5972.61,95.6805,4.09706,333,3,0,2304,1807,1,0,0,0),(36268,6378,1,1,1,10893,0,4756.92,-6177.48,99.6863,0.911293,333,3,0,2304,1807,1,0,0,0),(36269,6378,1,1,1,10893,0,4658.41,-6150.83,101.102,5.90094,333,10,0,2304,1807,1,0,0,0),(36270,6378,1,1,1,10893,0,4517.08,-5815.57,104.542,3.98339,333,5,0,2304,1807,1,0,0,0),(36271,6378,1,1,1,10893,0,4683.84,-6326.1,115.495,4.74558,333,10,0,2304,1807,1,0,0,0),(36272,6378,1,1,1,10893,0,4616.44,-6259.56,107.047,4.70458,333,10,0,2304,1807,1,0,0,0),(36273,6378,1,1,1,10893,0,4398.4,-5900.9,101.637,0.768825,333,10,0,2304,1807,1,0,0,0),(36274,6378,1,1,1,10893,0,4593.73,-6126.38,105.474,1.07116,333,10,0,2304,1807,1,0,0,0),(36275,6378,1,1,1,10893,0,4562.38,-6246.86,101.159,0.24261,333,10,0,2304,1807,1,0,0,0),(36276,6378,1,1,1,10893,0,4853.96,-6006.91,98.0477,1.01095,333,10,0,2304,1807,1,0,0,0),(36277,6378,1,1,1,10893,0,4697.81,-6379.46,111.128,0.405533,333,10,0,2304,1807,1,0,0,0),(36278,6378,1,1,1,10893,0,4644.54,-6283.35,113.319,3.16112,333,10,0,2304,1807,1,0,0,0),(36279,6378,1,1,1,10893,0,4580.36,-5716.53,96.6015,3.1123,333,10,0,2304,1807,1,0,0,0),(36280,6378,1,1,1,10893,0,4177.21,-5810.37,116.515,1.35763,333,2,0,2304,1807,1,0,0,0),(36281,6378,1,1,1,10893,0,4695.44,-5681.71,100.093,6.27733,333,0,0,2304,1807,2,0,0,0),(36282,6378,1,1,1,10893,0,4616.21,-6082.48,100.636,6.04247,333,10,0,2304,1807,1,0,0,0),(36283,6378,1,1,1,10893,0,4716.59,-6292.34,114.874,4.65424,333,10,0,2304,1807,1,0,0,0),(36284,6378,1,1,1,10893,0,4843.41,-6414.58,120.096,2.33195,333,5,0,2304,1807,1,0,0,0),(36285,6378,1,1,1,10893,0,4056.84,-5901.82,102.057,1.70193,333,3,0,2304,1807,1,0,0,0),(36286,6378,1,1,1,10893,0,4370.71,-5841.44,98.4653,1.87403,333,5,0,2304,1807,1,0,0,0),(36287,6378,1,1,1,10893,0,4537.53,-6029.78,102.302,2.14309,333,3,0,2304,1807,1,0,0,0),(36288,6378,1,1,1,10893,0,4523.8,-5663.76,108.766,1.20354,333,10,0,2304,1807,1,0,0,0),(36289,6378,1,1,1,10893,0,4569.16,-5679.37,101.274,2.76979,333,10,0,2304,1807,1,0,0,0),(36290,6378,1,1,1,10893,0,4800.58,-5733.07,105.038,3.70611,333,5,0,2304,1807,1,0,0,0),(36291,6378,1,1,1,10893,0,4449.87,-5874.98,100.386,1.56396,333,5,0,2304,1807,1,0,0,0),(36292,6378,1,1,1,10893,0,4858.66,-6345.86,116.821,0.611846,333,3,0,2304,1807,1,0,0,0),(36293,6378,1,1,1,10893,0,4778.68,-6343.77,115.768,2.4111,333,10,0,2304,1807,1,0,0,0),(36294,6378,1,1,1,10893,0,4513.44,-6232.3,101.413,4.25398,333,10,0,2304,1807,1,0,0,0),(36295,6378,1,1,1,10893,0,4789.81,-6280.55,119.503,0.495519,333,5,0,2304,1807,1,0,0,0),(36296,6378,1,1,1,10893,0,4250.59,-5912.65,95.9475,0.730857,333,10,0,2304,1807,1,0,0,0),(36297,6378,1,1,1,10893,0,4715.15,-6216.67,111.601,2.25142,333,10,0,2304,1807,1,0,0,0),(36298,6378,1,1,1,10893,0,4479.53,-5765.8,104.618,0.158887,333,5,0,2304,1807,1,0,0,0),(36299,6378,1,1,1,10893,0,4814.98,-6055.05,93.0379,3.97576,333,3,0,2304,1807,1,0,0,0),(36300,6378,1,1,1,10893,0,4606.7,-5720.96,96.8228,3.68048,333,10,0,2304,1807,1,0,0,0),(36301,6378,1,1,1,10893,0,4753.1,-6122.72,95.5246,5.46118,333,10,0,2304,1807,1,0,0,0),(36302,6378,1,1,1,10893,0,4592.73,-6218.72,101.274,0.011718,333,10,0,2304,1807,1,0,0,0),(36303,6378,1,1,1,10893,0,4819.62,-6109.76,94.9748,0.886303,333,10,0,2304,1807,1,0,0,0),(36304,6378,1,1,1,10893,0,4473.98,-5968.16,98.6867,0.82293,333,5,0,2304,1807,1,0,0,0),(36305,6378,1,1,1,10893,0,4528.5,-6010.45,107.942,3.66559,333,3,0,2304,1807,1,0,0,0),(36306,6379,1,1,1,10892,0,4557.28,-7524.65,68.9689,5.66361,333,5,0,3082,0,1,0,0,0),(36307,6379,1,1,1,10892,0,2360.54,-6243.62,107.188,6.24996,333,10,0,3082,0,1,0,0,0),(36308,6379,1,1,1,10892,0,4418.8,-6723.24,96.3092,5.12357,333,10,0,3082,0,1,0,0,0),(36309,6379,1,1,1,10892,0,4377.24,-6959.85,112.216,3.23365,333,10,0,3082,0,1,0,0,0),(36310,6379,1,1,1,10892,0,2581.74,-5757.14,102.881,4.59538,333,10,0,3082,0,1,0,0,0),(36311,6379,1,1,1,10892,0,2712.57,-5610.56,127.867,2.40181,333,10,0,3082,0,1,0,0,0),(36312,6379,1,1,1,10892,0,4387.69,-6676.3,101.318,1.21941,333,10,0,3082,0,1,0,0,0),(36313,6379,1,1,1,10892,0,2974.67,-5785.12,137.935,1.53566,333,0,0,3082,0,2,0,0,0),(36314,6379,1,1,1,10892,0,4344.72,-7114.71,125.665,2.77379,333,5,0,3082,0,1,0,0,0),(36315,6379,1,1,1,10892,0,4785.11,-7187.06,85.2539,5.01376,333,5,0,3082,0,1,0,0,0),(36316,6379,1,1,1,10892,0,4311.88,-6944.29,106.298,1.93734,333,10,0,3082,0,1,0,0,0),(36317,6379,1,1,1,10892,0,2649.2,-6081.68,98.1617,1.48182,333,10,0,3082,0,1,0,0,0),(36318,6379,1,1,1,10892,0,4452.03,-6672.21,97.7934,1.30497,333,10,0,3082,0,1,0,0,0),(36319,6379,1,1,1,10892,0,4453.05,-7360.09,83.2805,4.93275,333,10,0,3082,0,1,0,0,0),(36320,6379,1,1,1,10892,0,4721.06,-7505.33,80.1437,1.25429,333,10,0,3082,0,1,0,0,0),(36321,6379,1,1,1,10892,0,2549.49,-6366.39,108.095,1.63821,333,10,0,3082,0,1,0,0,0),(36322,6379,1,1,1,10892,0,2811.76,-6012.42,104.563,3.62584,333,5,0,3082,0,1,0,0,0),(36323,6379,1,1,1,10892,0,4550.4,-6584.97,99.8465,4.22515,333,5,0,3082,0,1,0,0,0),(36324,6379,1,1,1,10892,0,2636.47,-5817.37,99.4544,3.63464,333,10,0,3082,0,1,0,0,0),(36325,6379,1,1,1,10892,0,4449.21,-6825.27,113.724,4.49298,333,5,0,3082,0,1,0,0,0),(36326,6379,1,1,1,10892,0,4505.94,-7240.23,100.657,5.4667,333,10,0,3082,0,1,0,0,0),(36327,6379,1,1,1,10892,0,4484.07,-6792.42,116.759,4.54371,333,10,0,3082,0,1,0,0,0),(36328,6379,1,1,1,10892,0,2571.73,-5879.45,94.1603,2.75963,333,10,0,3082,0,1,0,0,0),(36329,6379,1,1,1,10892,0,2650.72,-5956.24,98.296,5.57826,333,10,0,3082,0,1,0,0,0),(36330,6379,1,1,1,10892,0,2376.86,-6470.56,102.284,2.50502,333,10,0,3082,0,1,0,0,0),(36331,6379,1,1,1,10892,0,2509.61,-6202.02,106.323,1.86231,333,5,0,3082,0,1,0,0,0),(36332,6380,1,1,1,10891,0,4479,-6581.7,98.8087,3.09245,333,5,0,2466,1923,1,0,0,0),(36333,6380,1,1,1,10891,0,4385.08,-7277.41,100.936,0.37437,333,5,0,2466,1923,1,0,0,0),(36334,6380,1,1,1,10891,0,4314.04,-7006.93,129.732,2.37293,333,3,0,2466,1923,1,0,0,0),(36335,6380,1,1,1,10891,0,4452.51,-7149,116.944,4.5376,333,5,0,2466,1923,1,0,0,0),(36336,6380,1,1,1,10891,0,4651.23,-6908.66,125.424,1.48668,333,10,0,2466,1923,1,0,0,0),(36337,6380,1,1,1,10891,0,2382.24,-6557.64,114.374,3.86824,333,3,0,2466,1923,1,0,0,0),(36338,6380,1,1,1,10891,0,2650.17,-6207.89,90.4609,1.58056,333,10,0,2466,1923,1,0,0,0),(36339,6380,1,1,1,10891,0,4382.75,-6826.05,95.745,4.92961,333,5,0,2466,1923,1,0,0,0),(36340,6380,1,1,1,10891,0,4445.42,-7285.42,95.6764,3.71387,333,10,0,2466,1923,1,0,0,0),(36341,6380,1,1,1,10891,0,4259.48,-6945.37,96.2022,0.422587,333,10,0,2466,1923,1,0,0,0),(36342,6380,1,1,1,10891,0,4419.16,-7175.88,110.595,2.99731,333,10,0,2466,1923,1,0,0,0),(36343,6380,1,1,1,10891,0,2644.76,-6355.23,102.644,3.69804,333,3,0,2466,1923,1,0,0,0),(36344,6380,1,1,1,10891,0,4765.74,-6899.47,98.0491,2.47144,333,10,0,2466,1923,1,0,0,0),(36345,6380,1,1,1,10891,0,4287.56,-6922.32,99.6699,5.86675,333,10,0,2466,1923,1,0,0,0),(36346,6380,1,1,1,10891,0,4192.21,-7019.42,96.3888,5.94909,333,10,0,2466,1923,1,0,0,0),(36347,6380,1,1,1,10891,0,2515.14,-5958.62,98.277,4.52188,333,10,0,2466,1923,1,0,0,0),(36348,6380,1,1,1,10891,0,2775.88,-6206.79,104.418,1.89162,333,3,0,2466,1923,1,0,0,0),(36349,6380,1,1,1,10891,0,4187.13,-7094,106.762,5.24075,333,5,0,2466,1923,1,0,0,0),(36350,6380,1,1,1,10891,0,4513.9,-7280.08,101.324,2.13227,333,10,0,2466,1923,1,0,0,0),(36351,6380,1,1,1,10891,0,4905.72,-6701.79,96.1763,4.19022,333,3,0,2466,1923,1,0,0,0),(36352,6380,1,1,1,10891,0,2466.11,-6270.67,101.46,0.18266,333,10,0,2466,1923,1,0,0,0),(36353,6380,1,1,1,10891,0,4519.92,-7023.91,107.381,4.23564,333,10,0,2466,1923,1,0,0,0),(36354,6380,1,1,1,10891,0,4431.4,-7183.47,105.885,0.389643,333,10,0,2466,1923,1,0,0,0),(36355,6380,1,1,1,10891,0,4543.9,-6514.18,96.0594,2.98595,333,5,0,2466,1923,1,0,0,0),(36356,6380,1,1,1,10891,0,4659.46,-7593.06,62.874,1.41329,333,10,0,2466,1923,1,0,0,0),(36357,6380,1,1,1,10891,0,4368.95,-6983.95,119.236,3.16698,333,10,0,2466,1923,1,0,0,0),(36358,6380,1,1,1,10891,0,2448.76,-5749.44,95.5393,1.69297,333,10,0,2466,1923,1,0,0,0),(36359,6380,1,1,1,10891,0,2843.66,-5636.91,123.291,4.30557,333,10,0,2466,1923,1,0,0,0),(36360,6380,1,1,1,10891,0,2588.3,-5623.45,114.35,5.41125,333,10,0,2466,1923,1,0,0,0),(36361,6380,1,1,1,10891,0,4317.43,-6827.14,92.0794,4.53088,333,5,0,2466,1923,1,0,0,0),(36362,6380,1,1,1,10891,0,4543.4,-6685.34,102.429,0.359113,333,5,0,2466,1923,1,0,0,0),(36363,6380,1,1,1,10891,0,4525.2,-7421.74,83.6105,5.38749,333,10,0,2466,1923,1,0,0,0),(36364,6380,1,1,1,10891,0,4425.56,-6976.66,109.775,2.44404,333,10,0,2466,1923,1,0,0,0),(36365,6380,1,1,1,10891,0,4441.65,-7407.99,72.0778,2.65116,333,10,0,2466,1923,1,0,0,0),(36366,6380,1,1,1,10891,0,4645.69,-6585.68,102.407,2.39142,333,5,0,2466,1923,1,0,0,0),(36367,6380,1,1,1,10891,0,4621.72,-7449.71,82.9174,3.14745,333,10,0,2466,1923,1,0,0,0),(36368,6380,1,1,1,10891,0,2598.33,-6575.19,109.917,3.356,333,3,0,2466,1923,1,0,0,0),(36369,6380,1,1,1,10891,0,2501.31,-5680.12,101.251,2.95984,333,10,0,2466,1923,1,0,0,0),(36370,6380,1,1,1,10891,0,2837.58,-5747.69,120.894,5.10639,333,10,0,2466,1923,1,0,0,0),(36371,6380,1,1,1,10891,0,2504.59,-5552.08,107.486,3.41644,333,5,0,2466,1923,1,0,0,0),(36372,6380,1,1,1,10891,0,2449.39,-6163.97,104.593,4.66741,333,5,0,2466,1923,1,0,0,0),(36373,6380,1,1,1,10891,0,2695.48,-5585.73,118.192,5.65679,333,10,0,2466,1923,1,0,0,0),(36374,6125,1,1,1,11331,0,3188.1,-4311.78,104.515,5.65942,333,5,0,2310,0,1,0,0,0),(36375,6125,1,1,1,11331,0,3282.01,-4285.86,126.09,3.28192,333,3,0,2310,0,1,0,0,0),(36376,6125,1,1,1,11331,0,3252.23,-4341.69,131.014,1.91176,333,0,0,2310,0,0,0,0,0),(36377,6125,1,1,1,11331,0,3239.86,-4279.33,127.017,3.21438,333,5,0,2310,0,1,0,0,0),(36378,6125,1,1,1,11331,0,3222.77,-4251.91,103.778,4.40063,333,5,0,2310,0,1,0,0,0),(36379,6125,1,1,1,11331,0,3287.68,-4321.38,131.123,3.53707,333,3,0,2310,0,1,0,0,0),(36380,6125,1,1,1,11331,0,3298.17,-4356.99,125.354,1.42305,333,3,0,2310,0,1,0,0,0),(36381,6126,1,1,1,11332,1,3251.6,-4258.48,116.472,4.89198,333,0,0,2310,0,2,0,0,0),(36382,6126,1,1,1,11332,1,3317.23,-4336.92,131.277,1.31458,333,0,0,2310,0,0,0,0,0),(36383,6126,1,1,1,11332,1,3183.02,-4275.75,100.424,1.39216,333,5,0,2310,0,1,0,0,0),(36384,6126,1,1,1,11332,1,3237.43,-4305.15,131.005,2.59381,333,5,0,2310,0,1,0,0,0),(36385,6127,1,1,1,2020,1,3272.26,-4318.78,132.295,4.30401,333,3,0,1679,3923,1,0,0,0),(36386,6127,1,1,1,2020,1,3282.71,-4252.87,116.934,0.422587,333,0,0,1679,3923,0,0,0,0),(36387,6127,1,1,1,2020,1,3176.16,-4245.36,98.2849,2.10084,333,5,0,1679,3923,1,0,0,0),(36388,6127,1,1,1,2020,1,3293.53,-4299.55,131.105,0.148355,333,0,0,1679,3923,0,0,0,0),(36389,6129,1,1,1,6762,1,2756.68,-5395.01,116.277,1.50213,600,0,0,5151,9530,0,0,0,0),(36390,6129,1,1,1,6762,1,2502.58,-5426.76,133.154,0.826795,600,5,0,5151,9530,1,0,0,0),(36391,6129,1,1,1,6762,1,2809.28,-5441.52,98.7783,0.014311,600,5,0,5151,9530,1,0,0,0),(36392,6129,1,1,1,6762,1,2570.63,-5480.27,122.173,1.64926,600,0,0,5151,9530,0,0,0,0),(36393,6129,1,1,1,6762,1,2472.89,-5280.82,124.686,2.3911,600,0,0,5151,9530,0,0,0,0),(36394,6130,1,1,1,6760,1,2553.61,-5453.37,117.891,2.42322,600,10,0,7469,0,1,0,0,0),(36395,6130,1,1,1,6760,1,2549.44,-5484.53,116.454,6.09247,600,3,0,7469,0,1,0,0,0),(36396,6130,1,1,1,6760,1,2478.59,-5414.96,131.112,3.53884,600,5,0,7469,0,1,0,0,0),(36397,6130,1,1,1,6760,1,2580.31,-5514.01,108.985,2.82427,600,10,0,7469,0,1,0,0,0),(36398,6130,1,1,1,6760,1,2455.17,-5451.67,130.591,1.61845,600,3,0,7469,0,1,0,0,0),(36399,6130,1,1,1,6760,1,2780.41,-5419.1,103.789,2.01646,600,5,0,7469,0,1,0,0,0),(36400,6130,1,1,1,6760,1,2783.54,-5489.76,100.237,4.22341,600,10,0,7469,0,1,0,0,0),(36401,6130,1,1,1,6760,1,2480.33,-5388.97,130.054,4.35332,600,5,0,7469,0,1,0,0,0),(36402,6130,1,1,1,6760,1,2447.2,-5281.89,127.73,2.99539,600,3,0,7469,0,1,0,0,0),(36403,6130,1,1,1,6760,1,2508.55,-5274.99,111.811,2.2344,600,10,0,7469,0,1,0,0,0),(36404,6130,1,1,1,6760,1,2482.6,-5454.16,126.084,4.45867,600,3,0,7469,0,1,0,0,0),(36405,6130,1,1,1,6760,1,2725.77,-5377.92,108.655,5.30391,600,10,0,7469,0,1,0,0,0),(36406,6130,1,1,1,6760,1,2837.07,-5451.65,103.478,0.479523,600,5,0,7469,0,1,0,0,0),(36407,6130,1,1,1,6760,1,2778.61,-5380.24,113.772,2.45414,600,5,0,7469,0,1,0,0,0),(36408,6130,1,1,1,6760,1,2606.57,-5479.42,113.268,0.67423,600,10,0,7469,0,1,0,0,0),(36409,6130,1,1,1,6760,1,2498.72,-5318.79,113.139,4.10857,600,10,0,7469,0,1,0,0,0),(36410,6130,1,1,1,6760,1,2529.48,-5423.22,126.35,2.02764,600,5,0,7469,0,1,0,0,0),(36411,6131,1,1,1,6761,1,2479.52,-5248.74,117.062,2.42386,600,10,0,5502,3728,1,0,0,0),(36412,6131,1,1,1,6761,1,2809.38,-5419.94,103.935,4.71239,600,5,0,5502,3728,1,0,0,0),(36413,6131,1,1,1,6761,1,2642.79,-5151.82,111.091,2.78978,600,5,0,5502,3728,1,0,0,0),(36414,6131,1,1,1,6761,1,2615.34,-5455.3,114.12,0.394973,600,10,0,5502,3728,1,0,0,0),(36415,6131,1,1,1,6761,1,2785.11,-5444.57,97.6376,0.372404,600,5,0,5502,3728,1,0,0,0),(36416,6131,1,1,1,6761,1,2514.98,-5459.12,123.673,1.11669,600,10,0,5502,3728,1,0,0,0),(36417,6131,1,1,1,6761,1,2444.84,-5252.76,124.949,5.07615,600,5,0,5502,3728,1,0,0,0),(36418,6131,1,1,1,6761,1,2758.62,-5418.23,108.289,6.17959,600,5,0,5502,3728,1,0,0,0),(36419,6131,1,1,1,6761,1,2612.46,-5179.53,106.132,2.03707,600,5,0,5502,3728,1,0,0,0),(36420,6131,1,1,1,6761,1,2613.85,-5213.18,112.528,6.25976,600,5,0,5502,3728,1,0,0,0),(36421,6131,1,1,1,6761,1,2708.33,-5408.33,105.541,2.26515,600,0,0,5502,3728,2,0,0,0),(36422,6131,1,1,1,6761,1,2748.79,-5328.01,114.271,0.376152,600,3,0,5502,3728,1,0,0,0),(36423,6131,1,1,1,6761,1,2740.59,-5359.59,112.819,2.59497,600,10,0,5502,3728,1,0,0,0),(36424,6131,1,1,1,6761,1,2751.08,-5446.86,107.38,0.420019,600,10,0,5502,3728,1,0,0,0),(36425,6131,1,1,1,6761,1,2584.38,-5467.71,113.85,5.75277,600,5,0,5502,3728,1,0,0,0),(36426,6131,1,1,1,6761,1,2810.04,-5480.52,99.0158,4.18469,600,5,0,5502,3728,1,0,0,0),(36427,6131,1,1,1,6761,1,2456.99,-5319.61,121.01,6.00673,600,0,0,5502,3728,0,0,0,0),(36428,6131,1,1,1,6761,1,2651.26,-5455.28,116.738,3.91179,600,5,0,5502,3728,1,0,0,0),(36429,6131,1,1,1,6761,1,2814.44,-5221.51,113.512,0.83372,600,3,0,5502,3728,1,0,0,0),(36430,6131,1,1,1,6761,1,2852.12,-5219.37,120.773,0.965271,600,10,0,5502,3728,1,0,0,0),(36431,6131,1,1,1,6761,1,2824.27,-5159.8,111.338,5.8341,600,10,0,5502,3728,1,0,0,0),(36432,6131,1,1,1,6761,1,2849.75,-5145.27,110.778,0.32261,600,5,0,5502,3728,1,0,0,0),(36433,6134,1,1,1,170,0,3894.71,-7188.03,50.8848,2.87979,600,0,0,9156,0,0,0,0,0),(36434,6135,1,1,1,2599,0,4119.79,-7240.47,17.1675,1.36437,333,10,0,3189,0,1,0,0,0),(36435,6135,1,1,1,2599,0,4019.3,-6946.19,-21.7006,1.63212,333,5,0,3189,0,1,0,0,0),(36436,6135,1,1,1,2599,0,4219.34,-7150.86,33.6014,2.90531,333,3,0,3189,0,1,0,0,0),(36437,6135,1,1,1,2599,0,3841.38,-7158.75,22.8746,5.18762,333,2,0,3189,0,1,0,0,0),(36438,6135,1,1,1,2599,0,3774.85,-7147.39,26.4807,1.84625,333,3,0,3189,0,1,0,0,0),(36439,6135,1,1,1,2599,0,4057.44,-7385.18,4.12027,5.32942,333,10,0,3189,0,1,0,0,0),(36440,6135,1,1,1,2599,0,4277.95,-7345.79,8.85309,2.11842,333,10,0,3189,0,1,0,0,0),(36441,6135,1,1,1,2599,0,3984.57,-6987.34,-22.5898,4.11734,333,5,0,3189,0,1,0,0,0),(36442,6135,1,1,1,2599,0,4252.85,-7119.46,34.7159,5.62933,333,10,0,3189,0,1,0,0,0),(36443,6135,1,1,1,2599,0,4274.66,-7285.48,12.0445,3.72905,333,5,0,3189,0,1,0,0,0),(36444,6135,1,1,1,2599,0,4212.21,-7278.82,17.1528,2.25653,333,3,0,3189,0,1,0,0,0),(36445,6135,1,1,1,2599,0,4158.71,-7418.74,-0.015326,5.74255,333,5,0,3189,0,1,0,0,0),(36446,6135,1,1,1,2599,0,4083.98,-7206.65,6.24268,1.13602,333,5,0,3189,0,1,0,0,0),(36447,6135,1,1,1,2599,0,4221.04,-7338.73,9.09478,1.23391,333,10,0,3189,0,1,0,0,0),(36448,6135,1,1,1,2599,0,3816.21,-7172.52,25.1418,2.07957,333,2,0,3189,0,1,0,0,0),(36449,6135,1,1,1,2599,0,4035.65,-7247.46,2.18951,5.94384,333,0,0,3189,0,2,0,0,0),(36450,6135,1,1,1,2599,0,4090.26,-7087.31,14.0809,5.5471,333,5,0,3189,0,1,0,0,0),(36451,6135,1,1,1,2599,0,4086.96,-7148.01,2.24349,0.421339,333,5,0,3189,0,1,0,0,0),(36452,6135,1,1,1,2599,0,4101.4,-7118.62,11.7356,3.2433,333,5,0,3189,0,1,0,0,0),(36453,6135,1,1,1,2599,0,4242.21,-7311.56,7.63566,2.77132,333,10,0,3189,0,1,0,0,0),(36454,6135,1,1,1,2599,0,4046.3,-7053.72,-3.58489,3.65578,333,5,0,3189,0,1,0,0,0),(36455,6135,1,1,1,2599,0,4054.17,-7120.83,-0.77795,5.13965,333,5,0,3189,0,1,0,0,0),(36456,6135,1,1,1,2599,0,4052.9,-7180.5,-7.21943,0.688854,333,5,0,3189,0,1,0,0,0),(36457,6135,1,1,1,2599,0,4163.32,-7274.71,26.2784,5.21797,333,3,0,3189,0,1,0,0,0),(36458,6136,1,1,1,5025,1,3846.96,-7133.58,25.3257,0.233101,333,3,0,3189,0,1,0,0,0),(36459,6136,1,1,1,5025,1,3929.94,-7160.23,26.4809,4.61788,333,0,0,3189,0,2,0,0,0),(36460,6136,1,1,1,5025,1,4254.96,-7245.27,11.533,0.604926,333,10,0,3189,0,1,0,0,0),(36461,6136,1,1,1,5025,1,4115.9,-6975.6,10.1941,1.87303,333,5,0,3189,0,1,0,0,0),(36462,6136,1,1,1,5025,1,3900.34,-7232.22,26.481,0.414715,333,2,0,3189,0,1,0,0,0),(36463,6136,1,1,1,5025,1,3855.48,-7084.68,26.4807,0.167248,333,0,0,3189,0,2,0,0,0),(36464,6136,1,1,1,5025,1,4115.9,-7394.74,7.81284,4.70848,333,10,0,3189,0,1,0,0,0),(36465,6136,1,1,1,5025,1,4052.27,-7313.7,7.70957,1.21491,333,10,0,3189,0,1,0,0,0),(36466,6136,1,1,1,5025,1,4216.37,-7219.34,22.3,4.96494,333,0,0,3189,0,0,0,0,0),(36467,6136,1,1,1,5025,1,4251.45,-7176.93,23.2618,1.19039,333,10,0,3189,0,1,0,0,0),(36468,6136,1,1,1,5025,1,4024.63,-7011.22,-11.8814,0.416439,333,5,0,3189,0,1,0,0,0),(36469,6136,1,1,1,5025,1,4119.42,-7172.8,15.2297,1.14534,333,5,0,3189,0,1,0,0,0),(36470,6136,1,1,1,5025,1,4078.96,-7291.46,31.0927,4.2199,333,5,0,3189,0,1,0,0,0),(36471,6136,1,1,1,5025,1,4178.51,-7396.78,6.12598,4.19967,333,5,0,3189,0,1,0,0,0),(36472,6136,1,1,1,5025,1,4288.86,-7217.44,23.5503,6.14972,333,5,0,3189,0,1,0,0,0),(36473,6136,1,1,1,5025,1,3853.18,-7219.63,45.6107,2.9138,333,3,0,3189,0,1,0,0,0),(36474,6136,1,1,1,5025,1,4091.61,-7013.61,9.1801,6.21675,333,5,0,3189,0,1,0,0,0),(36475,6136,1,1,1,5025,1,4026.27,-7352.52,-11.5174,5.85126,333,5,0,3189,0,1,0,0,0),(36476,6137,1,1,1,1817,0,3852.26,-7084.55,26.4807,2.67493,333,5,0,3293,0,1,0,0,0),(36477,6137,1,1,1,1817,0,3892.6,-7095.74,28.0943,5.88389,333,5,0,3293,0,1,0,0,0),(36478,6137,1,1,1,1817,0,4256.19,-7298.26,8.90849,1.646,333,10,0,3293,0,1,0,0,0),(36479,6137,1,1,1,1817,0,3937.24,-7156.15,26.4816,5.08292,333,3,0,3293,0,1,0,0,0),(36480,6137,1,1,1,1817,0,3893.64,-7154.44,25.1369,1.1225,333,2,0,3293,0,1,0,0,0),(36481,6137,1,1,1,1817,0,3924.37,-7110.04,26.7566,0.584099,333,3,0,3293,0,1,0,0,0),(36482,6137,1,1,1,1817,0,3875.12,-7199.69,22.4043,4.65689,333,5,0,3293,0,1,0,0,0),(36483,6137,1,1,1,1817,0,3880.22,-7177.83,22.3198,4.49637,333,2,0,3293,0,1,0,0,0),(36484,6137,1,1,1,1817,0,3780.53,-7191.29,26.4805,1.55839,333,3,0,3293,0,1,0,0,0),(36485,6137,1,1,1,1817,0,3987.91,-7313.38,-18.5133,1.43698,333,5,0,3293,0,1,0,0,0),(36486,6137,1,1,1,1817,0,3967.86,-7165.03,-0.413033,3.10251,333,5,0,3293,0,1,0,0,0),(36487,6137,1,1,1,1817,0,3852.17,-7195.86,22.8787,0.810434,333,2,0,3293,0,1,0,0,0),(36488,6137,1,1,1,1817,0,3875.17,-7140.75,45.6107,5.43381,333,3,0,3293,0,1,0,0,0),(36489,6137,1,1,1,1817,0,3951.25,-7000.04,-23.8704,5.59725,333,5,0,3293,0,1,0,0,0),(36490,6137,1,1,1,1817,0,3929.28,-7228.32,26.7719,5.3567,333,2,0,3293,0,1,0,0,0),(36491,6137,1,1,1,1817,0,4019.1,-7078.87,-8.29245,0.712649,333,5,0,3293,0,1,0,0,0),(36492,6137,1,1,1,1817,0,3862.96,-7210.27,24.8797,3.12596,333,2,0,3293,0,1,0,0,0),(36493,6137,1,1,1,1817,0,3826.44,-7144.69,25.7002,4.03738,333,3,0,3293,0,1,0,0,0),(36494,6137,1,1,1,1817,0,3784.13,-7134.57,26.4807,1.40345,333,0,0,3293,0,2,0,0,0),(36495,6137,1,1,1,1817,0,3849.76,-7134.47,24.9911,2.66317,333,3,0,3293,0,1,0,0,0),(36496,6137,1,1,1,1817,0,4008.39,-7281.07,-16.9097,2.78249,333,5,0,3293,0,1,0,0,0),(36497,6137,1,1,1,1817,0,3789.38,-7233.6,26.4807,3.68205,333,3,0,3293,0,1,0,0,0),(36498,6137,1,1,1,1817,0,3974.74,-7222.16,14.4655,6.02862,333,0,0,3293,0,2,0,0,0),(36499,6138,1,1,1,11293,1,3840.68,-7205.99,45.6107,1.28327,333,0,0,2634,2041,0,0,0,0),(36500,6138,1,1,1,11293,1,3825.03,-7250.36,28.0943,1.04303,333,5,0,2634,2041,1,0,0,0),(36501,6138,1,1,1,11293,1,4073.3,-7011.78,1.50188,0.098832,333,5,0,2634,2041,1,0,0,0),(36502,6138,1,1,1,11293,1,3941.82,-7180.96,26.4812,0.735185,333,5,0,2634,2041,1,0,0,0),(36503,6138,1,1,1,11293,1,3953.74,-7215.41,22.3208,5.74147,333,2,0,2634,2041,1,0,0,0),(36504,6138,1,1,1,11293,1,3837.29,-7171.35,23.0448,0.321293,333,2,0,2634,2041,1,0,0,0),(36505,6138,1,1,1,11293,1,3849.29,-7251.55,26.4807,1.87388,333,5,0,2634,2041,1,0,0,0),(36506,6138,1,1,1,11293,1,3931.64,-7265.55,-2.62994,3.23012,333,5,0,2634,2041,1,0,0,0),(36507,6138,1,1,1,11293,1,3808.41,-7165.15,45.6132,3.46255,333,3,0,2634,2041,1,0,0,0),(36508,6138,1,1,1,11293,1,4023.43,-7219.9,-6.63725,6.10152,333,5,0,2634,2041,1,0,0,0),(36509,6138,1,1,1,11293,1,3895.18,-7247.87,26.565,1.58825,333,0,0,2634,2041,2,0,0,0),(36510,6138,1,1,1,11293,1,3845.41,-7157.18,22.894,5.41628,333,2,0,2634,2041,1,0,0,0),(36511,6138,1,1,1,11293,1,4048.71,-7258.69,3.73061,4.30322,333,5,0,2634,2041,1,0,0,0),(36512,6138,1,1,1,11293,1,3814.23,-7189.42,26.1661,4.18889,333,3,0,2634,2041,1,0,0,0),(36513,6138,1,1,1,11293,1,3901.4,-7190.05,25.8187,5.83869,333,2,0,2634,2041,1,0,0,0),(36514,6138,1,1,1,11293,1,4091.53,-7116.17,9.23443,1.69321,333,5,0,2634,2041,1,0,0,0),(36515,6138,1,1,1,11293,1,3983.31,-7054.94,-9.9943,5.16291,333,5,0,2634,2041,1,0,0,0),(36516,6138,1,1,1,11293,1,3815.92,-7094.39,26.4808,1.32358,333,5,0,2634,2041,1,0,0,0),(36517,6138,1,1,1,11293,1,3958.15,-6963.47,-23.8296,5.27953,333,5,0,2634,2041,1,0,0,0),(36518,6138,1,1,1,11293,1,3880.8,-7152.01,23.3986,5.21972,333,2,0,2634,2041,1,0,0,0),(36519,6651,1,1,1,1012,0,4256.82,-5217.69,124.213,3.49066,7200,0,0,2672,0,0,0,0,0),(36520,6140,1,1,1,4872,0,3827.25,-6153.95,4.54625,5.26044,333,0,0,3921,0,0,0,0,0),(36521,6143,1,1,1,12812,1,3007.09,-6549.45,-5.98735,3.42257,600,10,0,7972,0,1,0,0,0),(36522,6143,1,1,1,12812,1,3816.54,-6010.06,-8.59705,1.20682,600,10,0,7972,0,1,0,0,0),(36523,6143,1,1,1,12812,1,3779.28,-6146.22,-11.8313,2.57807,600,10,0,7972,0,1,0,0,0),(36524,6143,1,1,1,12812,1,3391.2,-6416.39,-17.2007,5.28105,600,10,0,7972,0,1,0,0,0),(36525,6143,1,1,1,12812,1,3945.62,-6275.12,3.4226,2.49609,600,10,0,7972,0,1,0,0,0),(36526,6143,1,1,1,12812,1,3242.28,-6414.89,1.70905,3.10268,600,10,0,7972,0,1,0,0,0),(36527,6143,1,1,1,12812,1,2882.99,-7095.66,-10.3996,1.71186,180,5,0,7972,0,1,0,0,0),(36528,6143,1,1,1,12812,1,2975.47,-6426.54,-14.1067,4.02246,600,10,0,7972,0,1,0,0,0),(36529,6143,1,1,1,12812,1,3270.55,-6277.34,-17.2859,2.69702,600,10,0,7972,0,1,0,0,0),(36530,6143,1,1,1,12812,1,2841.87,-7241.16,-13.2602,4.55366,180,5,0,7972,0,1,0,0,0),(36531,6143,1,1,1,12812,1,3004.59,-7088.64,-19.5842,3.1545,180,5,0,7972,0,1,0,0,0),(36532,6143,1,1,1,12812,1,3919.1,-6425.3,-18.682,5.11574,600,10,0,7972,0,1,0,0,0),(36533,3584,1,1,1,2723,0,4519.74,410.481,33.8577,2.48947,275,0,0,386,0,0,0,0,0),(36534,6145,1,1,1,4878,0,7547.16,257.815,-42.3373,1.86076,275,5,0,8,0,1,0,0,0),(36535,6145,1,1,1,4878,0,6822.86,760.587,-34.7773,1.42555,275,5,0,8,0,1,0,0,0),(36536,6145,1,1,1,4878,0,6417.4,870.99,-36.977,4.01828,275,5,0,8,0,1,0,0,0),(36537,3841,1,1,1,1932,1,6343.2,561.651,16.1047,5.0091,500,0,0,10572,0,0,0,0,0),(36538,6145,1,1,1,4878,0,4489.42,951.568,-8.39585,6.03377,275,10,0,8,0,1,0,0,0),(36539,6145,1,1,1,4878,0,5909.12,877.006,-13.8596,0.586001,275,5,0,8,0,1,0,0,0),(36540,6145,1,1,1,4878,0,5786.17,817.887,-23.6523,1.48313,275,5,0,8,0,1,0,0,0),(36541,6145,1,1,1,4878,0,6787.67,648.726,-13.0987,6.11655,275,5,0,8,0,1,0,0,0),(36542,6145,1,1,1,4878,0,5585.61,836.885,-18.9804,1.76272,275,5,0,8,0,1,0,0,0),(36543,6145,1,1,1,4878,0,6431.98,1034,-64.205,3.99775,275,5,0,8,0,1,0,0,0),(36544,6145,1,1,1,4878,0,7101.99,386.819,-40.2471,3.36294,275,5,0,8,0,1,0,0,0),(36545,6145,1,1,1,4878,0,4954.36,663.999,-13.4365,1.258,275,5,0,8,0,1,0,0,0),(36546,6145,1,1,1,4878,0,7380.96,417.251,-12.1992,4.81795,275,5,0,8,0,1,0,0,0),(36547,6145,1,1,1,4878,0,7237.97,504.995,-43.3892,1.97097,275,5,0,8,0,1,0,0,0),(36548,6145,1,1,1,4878,0,7048.74,717.365,-11.6035,5.33532,275,5,0,8,0,1,0,0,0),(36549,6145,1,1,1,4878,0,4602.07,852.546,-5.90157,2.98768,275,5,0,8,0,1,0,0,0),(36550,6145,1,1,1,4878,0,6608.3,753.343,-16.7379,0.121518,275,5,0,8,0,1,0,0,0),(36551,6145,1,1,1,4878,0,4793.91,851.16,-5.98752,1.88329,275,5,0,8,0,1,0,0,0),(36552,6145,1,1,1,4878,0,7367.51,337.198,-13.4412,2.2843,275,5,0,8,0,1,0,0,0),(36553,6145,1,1,1,4878,0,7173.04,591.41,-16.2601,4.35636,275,5,0,8,0,1,0,0,0),(36554,6145,1,1,1,4878,0,6658.72,990.317,-45.9486,3.73761,275,5,0,8,0,1,0,0,0),(36555,6145,1,1,1,4878,0,7511.36,113.452,-10.051,1.73755,275,5,0,8,0,1,0,0,0),(36556,6145,1,1,1,4878,0,5452.53,746.771,-35.4351,5.47388,275,5,0,8,0,1,0,0,0),(36557,6145,1,1,1,4878,0,5102.48,949.671,-34.6049,0.177528,275,5,0,8,0,1,0,0,0),(36558,6145,1,1,1,4878,0,7652.56,-1.56871,-10.4895,1.96544,275,5,0,8,0,1,0,0,0),(36559,6145,1,1,1,4878,0,7342.34,277.247,-6.25759,4.39867,275,5,0,8,0,1,0,0,0),(36560,6145,1,1,1,4878,0,7591.1,-584.588,-2.0171,3.21304,275,5,0,8,0,1,0,0,0),(36561,6145,1,1,1,4878,0,6469.27,682.581,-30.2156,3.41811,275,5,0,8,0,1,0,0,0),(36562,6145,1,1,1,4878,0,6021.96,1045.64,-36.6818,3.60449,275,5,0,8,0,1,0,0,0),(36563,6145,1,1,1,4878,0,6819.5,737.836,-34.7773,1.54602,275,5,0,8,0,1,0,0,0),(36564,6145,1,1,1,4878,0,7116.66,411.205,-41.5537,1.37838,275,5,0,8,0,1,0,0,0),(36565,6145,1,1,1,4878,0,6198.03,1040.04,-42.5012,2.56334,275,5,0,8,0,1,0,0,0),(36566,12298,1,1,1,10091,0,7269.77,27.9562,13.3109,4.75143,275,5,0,20,0,1,0,0,0),(36567,12298,1,1,1,10091,0,4435.53,637.919,35.0263,6.17198,275,10,0,20,0,1,0,0,0),(36568,12298,1,1,1,10091,0,7243.1,-108.041,13.9549,2.71214,275,5,0,20,0,1,0,0,0),(36569,12298,1,1,1,10091,0,4523.28,677.035,25.8096,2.48149,275,5,0,20,0,1,0,0,0),(36570,12298,1,1,1,10091,0,4948.17,429.169,33.4967,4.66945,275,10,0,20,0,1,0,0,0),(36571,12298,1,1,1,10091,0,4755.19,571.116,27.334,4.3588,275,10,0,20,0,1,0,0,0),(36572,12298,1,1,1,10091,0,7127.31,22.7077,10.7386,0.869802,275,10,0,20,0,1,0,0,0),(36573,12298,1,1,1,10091,0,5537.57,79.1183,31.2559,1.06693,275,5,0,20,0,1,0,0,0),(36574,12298,1,1,1,10091,0,6098.39,-124.308,62.0201,1.81957,275,0,0,20,0,0,0,0,0),(36575,12298,1,1,1,10091,0,6225.21,-82.6921,45.5174,1.42268,275,10,0,20,0,1,0,0,0),(36576,12298,1,1,1,10091,0,5291.94,193.978,33.0975,0.164828,275,10,0,20,0,1,0,0,0),(36577,12298,1,1,1,10091,0,6398.27,-7.34218,32.5755,4.98344,275,5,0,20,0,1,0,0,0),(36578,12298,1,1,1,10091,0,5631.67,380.922,19.0587,0.609126,275,5,0,20,0,1,0,0,0),(36579,12298,1,1,1,10091,0,6407.44,-135.959,38.117,0.096066,275,10,0,20,0,1,0,0,0),(36580,12298,1,1,1,10091,0,6960.52,84.4612,15.4081,4.38903,275,5,0,20,0,1,0,0,0),(36581,12298,1,1,1,10091,0,6526.31,-71.1848,36.0261,1.7738,275,5,0,20,0,1,0,0,0),(36582,12298,1,1,1,10091,0,6667.9,200.799,28.6874,4.98669,275,5,0,20,0,1,0,0,0),(36583,12298,1,1,1,10091,0,6023.96,61.6047,36.7795,2.13543,275,5,0,20,0,1,0,0,0),(36584,12298,1,1,1,10091,0,5283.37,316.385,31.6557,0.222656,275,5,0,20,0,1,0,0,0),(36585,12298,1,1,1,10091,0,5129.63,177.649,42.6205,2.84617,275,5,0,20,0,1,0,0,0),(36586,12298,1,1,1,10091,0,5037.66,120.329,45.947,3.26692,275,5,0,20,0,1,0,0,0),(36587,12298,1,1,1,10091,0,4834.03,61.3844,53.9166,1.68771,275,10,0,20,0,1,0,0,0),(36588,12298,1,1,1,10091,0,6490.19,-146.132,38.5303,4.44134,275,10,0,20,0,1,0,0,0),(36589,12298,1,1,1,10091,0,6531.1,-147.98,37.3322,1.30789,275,5,0,20,0,1,0,0,0),(36590,12298,1,1,1,10091,0,6521.4,-59.7521,34.2153,0.979553,275,5,0,20,0,1,0,0,0),(36591,12298,1,1,1,10091,0,6758.42,416.056,22.8095,2.85659,275,5,0,20,0,1,0,0,0),(36592,12298,1,1,1,10091,0,6526.31,74.9438,37.3158,0.599527,275,10,0,20,0,1,0,0,0),(36593,12298,1,1,1,10091,0,6849.95,-210.776,43.9536,0.041033,275,5,0,20,0,1,0,0,0),(36594,12298,1,1,1,10091,0,6852.51,-131.293,37.2475,5.27657,275,10,0,20,0,1,0,0,0),(36595,12298,1,1,1,10091,0,6949.82,-42.3877,18.5599,4.52092,275,5,0,20,0,1,0,0,0),(36596,12298,1,1,1,10091,0,4472.72,113.573,63.4402,5.92407,275,5,0,20,0,1,0,0,0),(36597,12298,1,1,1,10091,0,4407.5,379.791,59.4345,0.568866,275,5,0,20,0,1,0,0,0),(36598,12298,1,1,1,10091,0,4410.62,277.734,60.7945,4.54193,275,10,0,20,0,1,0,0,0),(36599,12298,1,1,1,10091,0,4935.79,254.885,43.4508,4.68274,275,10,0,20,0,1,0,0,0),(36600,12298,1,1,1,10091,0,6795.97,-299.128,40.057,5.78139,275,5,0,20,0,1,0,0,0),(36601,12298,1,1,1,10091,0,6757.94,-275.143,38.7485,5.43124,275,5,0,20,0,1,0,0,0),(36602,12298,1,1,1,10091,0,6032.84,227.279,22.7904,1.21151,275,5,0,20,0,1,0,0,0),(36603,12298,1,1,1,10091,0,6813.66,253.488,23.2532,4.77298,275,5,0,20,0,1,0,0,0),(36604,12298,1,1,1,10091,0,6869.15,-405.28,46.6785,4.46987,275,5,0,20,0,1,0,0,0),(36605,12298,1,1,1,10091,0,6903.13,-458.882,45.0749,2.5861,275,10,0,20,0,1,0,0,0),(36606,12298,1,1,1,10091,0,6223.62,240.984,38.4224,5.12532,275,5,0,20,0,1,0,0,0),(36607,12298,1,1,1,10091,0,5747.91,415.558,12.4955,4.18403,275,10,0,20,0,1,0,0,0),(36608,12298,1,1,1,10091,0,4759.49,302.131,50.8684,0.511523,275,5,0,20,0,1,0,0,0),(36609,12298,1,1,1,10091,0,5261.11,392.084,27.9939,4.66546,275,10,0,20,0,1,0,0,0),(36610,12298,1,1,1,10091,0,7032.54,-410.501,41.2851,1.19734,275,10,0,20,0,1,0,0,0),(36611,12298,1,1,1,10091,0,7085.47,-299.134,38.524,4.16125,275,10,0,20,0,1,0,0,0),(36612,12298,1,1,1,10091,0,6321,223.18,36.715,3.56646,275,5,0,20,0,1,0,0,0),(36613,12298,1,1,1,10091,0,5952.1,407.968,18.7636,4.49775,275,10,0,20,0,1,0,0,0),(36614,12298,1,1,1,10091,0,5706.38,266.455,24.0448,2.01698,275,10,0,20,0,1,0,0,0),(36615,12298,1,1,1,10091,0,7132.48,-181.493,30.1647,5.31571,275,5,0,20,0,1,0,0,0),(36616,12298,1,1,1,10091,0,4690.85,90.4262,53.3569,6.22626,275,10,0,20,0,1,0,0,0),(36617,12298,1,1,1,10091,0,6552.13,102.028,37.2439,1.74558,275,10,0,20,0,1,0,0,0),(36618,12298,1,1,1,10091,0,6604.02,170.806,33.0778,0.948713,275,10,0,20,0,1,0,0,0),(36619,12298,1,1,1,10091,0,6049.63,299.131,27.3928,5.45842,275,10,0,20,0,1,0,0,0),(36620,12298,1,1,1,10091,0,5410.11,106.913,33.5857,5.47064,275,5,0,20,0,1,0,0,0),(36621,12298,1,1,1,10091,0,4350.99,514.417,59.3039,3.96843,275,10,0,20,0,1,0,0,0),(36622,12298,1,1,1,10091,0,6243.84,381.193,30.8581,3.46334,275,10,0,20,0,1,0,0,0),(36623,12298,1,1,1,10091,0,6227.59,72.3469,42.9452,0.593412,275,0,0,20,0,0,0,0,0),(36624,12298,1,1,1,10091,0,6631.1,-213.545,37.6405,3.49562,275,5,0,20,0,1,0,0,0),(36625,6667,1,1,1,5485,1,7744.51,-769.238,5.44451,3.69623,275,0,0,417,0,0,0,0,0),(36626,6669,1,1,1,5386,0,7534.7,-713.642,3.36286,1.79769,275,0,0,484,0,0,0,0,0),(36627,2321,1,1,1,1042,0,7134.98,-30.7195,11.6997,1.05649,275,10,0,222,0,1,0,0,0),(36628,2321,1,1,1,1042,0,6540.65,-194.262,37.5723,4.35202,275,10,0,222,0,1,0,0,0),(36629,2321,1,1,1,1042,0,5896.76,41.6667,31.5897,0,275,5,0,222,0,1,0,0,0),(36630,2321,1,1,1,1042,0,6528.88,-155.563,37.0822,1.67923,275,10,0,222,0,1,0,0,0),(36631,2321,1,1,1,1042,0,5328.24,386.83,29.0164,1.86633,275,10,0,222,0,1,0,0,0),(36632,2321,1,1,1,1042,0,5468.83,366.184,21.1599,5.93304,275,5,0,222,0,1,0,0,0),(36633,2321,1,1,1,1042,0,5247.2,71.5227,40.9219,3.71082,275,3,0,222,0,1,0,0,0),(36634,2321,1,1,1,1042,0,6472.68,-152.637,40.1489,2.32787,275,10,0,222,0,1,0,0,0),(36635,2321,1,1,1,1042,0,6377.43,-147.509,33.5234,5.67134,275,5,0,222,0,1,0,0,0),(36636,2321,1,1,1,1042,0,5597.69,441.879,20.5556,1.85272,275,10,0,222,0,1,0,0,0),(36637,2321,1,1,1,1042,0,7073.96,23.6581,16.5192,4.71239,275,5,0,222,0,1,0,0,0),(36638,2321,1,1,1,1042,0,7210.16,18.504,9.79192,0.783555,275,5,0,222,0,1,0,0,0),(36639,2321,1,1,1,1042,0,6396.79,21.9752,28.1692,4.58997,275,10,0,222,0,1,0,0,0),(36640,2321,1,1,1,1042,0,5253.28,118.769,42.9824,3.68084,275,10,0,222,0,1,0,0,0),(36641,2321,1,1,1,1042,0,7338.5,-262.911,10.3835,0.921363,275,5,0,222,0,1,0,0,0),(36642,2321,1,1,1,1042,0,6389.12,105.274,35.4388,1.54444,275,10,0,222,0,1,0,0,0),(36643,2321,1,1,1,1042,0,6596.87,330.209,28.1372,5.58027,275,5,0,222,0,1,0,0,0),(36644,2321,1,1,1,1042,0,5942.44,-52.328,42.7115,5.68326,275,2,0,222,0,1,0,0,0),(36645,2321,1,1,1,1042,0,6018.12,-77.9431,57.4557,2.57007,275,5,0,222,0,1,0,0,0),(36646,2321,1,1,1,1042,0,5402.13,330.199,28.9699,1.00521,275,5,0,222,0,1,0,0,0),(36647,2321,1,1,1,1042,0,6459.9,-42.1875,37.1926,1.43676,275,5,0,222,0,1,0,0,0),(36648,2321,1,1,1,1042,0,5326.31,40.085,54.7726,5.54616,275,5,0,222,0,1,0,0,0),(36649,2321,1,1,1,1042,0,6580.67,-178.569,36.44,2.5823,275,5,0,222,0,1,0,0,0),(36650,2321,1,1,1,1042,0,6731.51,286.796,26.1645,1.92956,275,5,0,222,0,1,0,0,0),(36651,2321,1,1,1,1042,0,5395.61,65.4296,39.1696,4.37499,275,2,0,222,0,1,0,0,0),(36652,2321,1,1,1,1042,0,5361.19,111.686,33.4911,0.377203,275,10,0,222,0,1,0,0,0),(36653,2321,1,1,1,1042,0,7331.96,-30.6303,10.8918,1.29598,275,10,0,222,0,1,0,0,0),(36654,2321,1,1,1,1042,0,5541.51,447.866,18.7464,2.13685,275,10,0,222,0,1,0,0,0),(36655,2321,1,1,1,1042,0,6556.77,97.7185,37.2307,5.80616,275,10,0,222,0,1,0,0,0),(36656,2321,1,1,1,1042,0,6805.12,295.421,24.2668,1.45129,275,5,0,222,0,1,0,0,0),(36657,2321,1,1,1,1042,0,6531.1,298.875,34.1623,0.129179,275,5,0,222,0,1,0,0,0),(36658,2321,1,1,1,1042,0,6735.29,343.503,25.9049,4.23651,275,5,0,222,0,1,0,0,0),(36659,2321,1,1,1,1042,0,6522.77,235.417,29.0267,1.24693,275,5,0,222,0,1,0,0,0),(36660,2321,1,1,1,1042,0,6652.62,370.642,29.0148,3.16307,275,5,0,222,0,1,0,0,0),(36661,2321,1,1,1,1042,0,6819.65,220.531,20.1396,5.22851,275,5,0,222,0,1,0,0,0),(36662,2321,1,1,1,1042,0,7244.77,-60.0102,14.4286,2.54532,275,5,0,222,0,1,0,0,0),(36663,2321,1,1,1,1042,0,5603.36,353.127,25.677,4.73582,275,5,0,222,0,1,0,0,0),(36664,2321,1,1,1,1042,0,6859.59,198.296,12.1421,0.278131,275,5,0,222,0,1,0,0,0),(36665,2321,1,1,1,1042,0,6473.9,11.51,33.2876,5.73473,275,5,0,222,0,1,0,0,0),(36666,2321,1,1,1,1042,0,6928.74,-32.7908,19.54,4.52036,275,5,0,222,0,1,0,0,0),(36667,2321,1,1,1,1042,0,6800.59,167.587,20.7779,2.40003,275,5,0,222,0,1,0,0,0),(36668,2321,1,1,1,1042,0,6874.18,23.3443,21.9416,4.41998,275,5,0,222,0,1,0,0,0),(36669,2321,1,1,1,1042,0,6471.27,137.162,40.6334,1.59524,275,5,0,222,0,1,0,0,0),(36670,2321,1,1,1,1042,0,5726.13,347.465,23.0554,4.25261,275,5,0,222,0,1,0,0,0),(36671,2321,1,1,1,1042,0,6599.13,149.062,34.9477,0.072351,275,10,0,222,0,1,0,0,0),(36672,2321,1,1,1,1042,0,5407.21,399.608,19.6576,4.68833,275,10,0,222,0,1,0,0,0),(36673,2321,1,1,1,1042,0,5271.43,177.132,37.5938,5.35238,275,10,0,222,0,1,0,0,0),(36674,2321,1,1,1,1042,0,5684.1,378.88,13.8449,1.09499,275,10,0,222,0,1,0,0,0),(36675,2321,1,1,1,1042,0,5461.19,213.721,29.4056,4.1832,275,10,0,222,0,1,0,0,0),(36676,2321,1,1,1,1042,0,6538.3,-31.026,37.7735,4.74317,275,5,0,222,0,1,0,0,0),(36677,2321,1,1,1,1042,0,6445.05,65.4094,32.6673,3.37246,275,5,0,222,0,1,0,0,0),(36678,2321,1,1,1,1042,0,5827.81,337.5,23.9363,3.14159,275,5,0,222,0,1,0,0,0),(36679,2321,1,1,1,1042,0,5385.73,212.365,30.006,1.94081,275,5,0,222,0,1,0,0,0),(36680,2321,1,1,1,1042,0,5792.06,417.317,12.9581,2.44207,275,10,0,222,0,1,0,0,0),(36681,2321,1,1,1,1042,0,7183.26,48.7793,12.2401,4.52956,275,10,0,222,0,1,0,0,0),(36682,2321,1,1,1,1042,0,6654.83,287.004,32.4325,1.29215,275,5,0,222,0,1,0,0,0),(36683,2321,1,1,1,1042,0,6525.7,35.9856,34.508,2.72515,275,5,0,222,0,1,0,0,0),(36684,2321,1,1,1,1042,0,6448.04,251.12,34.1798,2.38227,275,5,0,222,0,1,0,0,0),(36685,2321,1,1,1,1042,0,6812.32,368.923,19.7894,3.00846,275,5,0,222,0,1,0,0,0),(36686,2321,1,1,1,1042,0,6326.41,195.298,32.9998,4.37922,275,10,0,222,0,1,0,0,0),(36687,2321,1,1,1,1042,0,5999.28,102.24,26.6181,1.58349,275,10,0,222,0,1,0,0,0),(36688,2321,1,1,1,1042,0,5919.52,129.454,32.176,5.67953,275,5,0,222,0,1,0,0,0),(36689,2321,1,1,1,1042,0,6955.54,60.1361,16.5172,1.00309,275,5,0,222,0,1,0,0,0),(36690,2321,1,1,1,1042,0,7365.36,-61.8171,13.3703,4.90736,275,10,0,222,0,1,0,0,0),(36691,2321,1,1,1,1042,0,7027.5,23.9574,16.3463,3.99815,275,10,0,222,0,1,0,0,0),(36692,2321,1,1,1,1042,0,4521.43,661.648,24.6657,4.95142,275,0,0,222,0,0,0,0,0),(36694,2321,1,1,1,1042,0,6871.63,138.021,13.7961,0,275,5,0,222,0,1,0,0,0),(36695,2321,1,1,1,1042,0,6261.01,164.722,38.1742,2.93309,275,5,0,222,0,1,0,0,0),(36696,2321,1,1,1,1042,0,5861.12,439.657,16.1832,4.13163,275,10,0,222,0,1,0,0,0),(36697,2321,1,1,1,1042,0,5737.41,438.503,11.0785,0.859312,275,10,0,222,0,1,0,0,0),(36698,2321,1,1,1,1042,0,5339.45,230.016,30.3132,3.99062,275,5,0,222,0,1,0,0,0),(36699,2321,1,1,1,1042,0,7053.83,68.3311,17.3742,3.0653,275,10,0,222,0,1,0,0,0),(36700,2321,1,1,1,1042,0,5358.3,425.998,26.423,5.75903,275,5,0,222,0,1,0,0,0),(36701,2321,1,1,1,1042,0,5929.47,88.521,31.9249,5.0755,275,5,0,222,0,1,0,0,0),(36702,2321,1,1,1,1042,0,5799.09,-17.7311,38.3694,5.58756,275,10,0,222,0,1,0,0,0),(36703,2321,1,1,1,1042,0,6851.51,350.122,18.8306,3.9111,275,5,0,222,0,1,0,0,0),(36704,2321,1,1,1,1042,0,5509.79,420.279,20.548,1.04774,275,10,0,222,0,1,0,0,0),(36705,2321,1,1,1,1042,0,7350.6,-142.366,12.4047,3.07905,275,5,0,222,0,1,0,0,0),(36706,2321,1,1,1,1042,0,7208.43,-123.868,16.5956,1.46812,275,5,0,222,0,1,0,0,0),(36707,2321,1,1,1,1042,0,5445.85,105.22,34.7077,4.22427,275,10,0,222,0,1,0,0,0),(36708,2321,1,1,1,1042,0,5478.04,419.295,23.0279,1.8703,275,10,0,222,0,1,0,0,0),(36709,2321,1,1,1,1042,0,6870.67,418.552,14.8537,2.62245,275,5,0,222,0,1,0,0,0),(36710,2321,1,1,1,1042,0,7263.38,23.5843,11.5681,4.43946,275,5,0,222,0,1,0,0,0),(36711,2321,1,1,1,1042,0,7181.95,135.177,12.6987,2.63577,275,5,0,222,0,1,0,0,0),(36712,2321,1,1,1,1042,0,7310.18,-45.8215,9.209,4.29069,275,10,0,222,0,1,0,0,0),(36713,2321,1,1,1,1042,0,6872.79,71.1162,16.9864,3.30633,275,5,0,222,0,1,0,0,0),(36714,2321,1,1,1,1042,0,7208.85,76.2363,11.4583,6.20314,275,5,0,222,0,1,0,0,0),(36715,2321,1,1,1,1042,0,5393.92,139.371,35.1161,2.26229,275,5,0,222,0,1,0,0,0),(36716,2321,1,1,1,1042,0,5473.15,193.578,30.8983,0.189937,275,5,0,222,0,1,0,0,0),(36717,2321,1,1,1,1042,0,6743.04,399.136,23.1014,5.95124,275,5,0,222,0,1,0,0,0),(36718,2321,1,1,1,1042,0,5344.02,170.722,33.5065,3.42257,275,5,0,222,0,1,0,0,0),(36719,2321,1,1,1,1042,0,7107.76,76.4364,15.1635,5.86431,275,5,0,222,0,1,0,0,0),(36720,2321,1,1,1,1042,0,7264.31,-129.492,15.9805,2.0327,275,5,0,222,0,1,0,0,0),(36721,2321,1,1,1,1042,0,7310.88,45.9119,11.1627,2.85659,275,10,0,222,0,1,0,0,0),(36722,2321,1,1,1,1042,0,6207.45,390.236,30.5306,4.93413,275,5,0,222,0,1,0,0,0),(36723,2321,1,1,1,1042,0,6259.79,438.038,23.7918,0.617761,275,10,0,222,0,1,0,0,0),(36724,2321,1,1,1,1042,0,7301.8,-198.342,14.5519,1.00559,275,5,0,222,0,1,0,0,0),(36725,2322,1,1,1,178,0,7140.19,-260.057,34.4533,4.46745,275,10,0,300,0,1,0,0,0),(36726,2322,1,1,1,178,0,7122.83,-309.411,38.2988,4.72457,275,10,0,300,0,1,0,0,0),(36727,2322,1,1,1,178,0,7092.25,-307.219,38.0366,2.15799,275,10,0,300,0,1,0,0,0),(36728,2322,1,1,1,178,0,6929.15,-237.548,37.3352,2.4934,275,5,0,300,0,1,0,0,0),(36729,2322,1,1,1,178,0,6995.95,-223.012,38.2258,5.07207,275,10,0,300,0,1,0,0,0),(36730,2322,1,1,1,178,0,6818.59,-240.586,40.634,4.0272,275,5,0,300,0,1,0,0,0),(36731,2322,1,1,1,178,0,5254.23,80.0111,38.6155,4.58029,275,2,0,300,0,1,0,0,0),(36732,2322,1,1,1,178,0,5267.39,365.306,31.31,2.38866,275,10,0,300,0,1,0,0,0),(36733,2322,1,1,1,178,0,7072.92,-559.216,44.8491,4.71239,275,10,0,300,0,1,0,0,0),(36734,2322,1,1,1,178,0,6864.36,-129.336,36.8271,3.60076,275,10,0,300,0,1,0,0,0),(36735,2322,1,1,1,178,0,6973.12,-264.346,34.526,2.81387,275,10,0,300,0,1,0,0,0),(36736,2322,1,1,1,178,0,6926.41,-325.649,41.9126,0.951909,275,10,0,300,0,1,0,0,0),(36737,2322,1,1,1,178,0,6863.06,-201.519,45.9781,2.37863,275,5,0,300,0,1,0,0,0),(36738,2322,1,1,1,178,0,7000.22,-321.752,37.2727,2.0281,275,10,0,300,0,1,0,0,0),(36739,2322,1,1,1,178,0,7001.22,-600.074,49.7457,4.97538,275,5,0,300,0,1,0,0,0),(36740,2322,1,1,1,178,0,6868.24,-265.304,39.1497,3.417,275,5,0,300,0,1,0,0,0),(36741,2322,1,1,1,178,0,6976.68,-129.93,33.7444,4.78125,275,10,0,300,0,1,0,0,0),(36742,2322,1,1,1,178,0,7193.75,-590.148,38.7208,4.71239,275,5,0,300,0,1,0,0,0),(36743,2322,1,1,1,178,0,6789.49,-504.258,41.8348,4.3764,275,5,0,300,0,1,0,0,0),(36744,2322,1,1,1,178,0,6817.85,-451.055,42.5104,3.85996,275,10,0,300,0,1,0,0,0),(36745,2322,1,1,1,178,0,6858.27,-406.828,45.8446,3.31081,275,10,0,300,0,1,0,0,0),(36746,2322,1,1,1,178,0,6940.03,-362.871,43.4146,4.05366,275,10,0,300,0,1,0,0,0),(36747,2322,1,1,1,178,0,7090.01,-161.427,30.0658,0.167778,275,10,0,300,0,1,0,0,0),(36748,2322,1,1,1,178,0,6854.06,-324.147,39.934,0.981982,275,10,0,300,0,1,0,0,0),(36749,2322,1,1,1,178,0,6939.77,-150.627,34.0588,1.75842,275,5,0,300,0,1,0,0,0),(36750,2322,1,1,1,178,0,7198.11,-312.101,29.115,0.51042,275,10,0,300,0,1,0,0,0),(36751,2322,1,1,1,178,0,7062.83,-254.04,40.4654,2.982,275,5,0,300,0,1,0,0,0),(36752,2322,1,1,1,178,0,7163.35,-205.108,30.4996,5.05174,275,10,0,300,0,1,0,0,0),(36753,2322,1,1,1,178,0,4890.63,478.125,27.3416,4.03816,275,5,0,300,0,1,0,0,0),(36754,2322,1,1,1,178,0,5056.91,383.406,31.0015,0.21655,275,10,0,300,0,1,0,0,0),(36755,2322,1,1,1,178,0,4997.81,328.549,36.6577,3.57291,275,10,0,300,0,1,0,0,0),(36756,2322,1,1,1,178,0,5241.15,174.729,39.0438,0.592334,275,10,0,300,0,1,0,0,0),(36757,2322,1,1,1,178,0,4988.62,428.054,26.4922,5.13061,275,10,0,300,0,1,0,0,0),(36758,2322,1,1,1,178,0,5243.54,291.921,32.3793,2.98271,275,10,0,300,0,1,0,0,0),(36759,2322,1,1,1,178,0,5318.52,160.921,33.0539,6.03085,275,10,0,300,0,1,0,0,0),(36760,2322,1,1,1,178,0,4957.76,275.283,41.4388,5.23287,275,5,0,300,0,1,0,0,0),(36761,2322,1,1,1,178,0,7115.48,-510.606,42.2792,1.21043,275,10,0,300,0,1,0,0,0),(36762,2322,1,1,1,178,0,6913.71,-406.736,45.0974,2.47875,275,10,0,300,0,1,0,0,0),(36763,2322,1,1,1,178,0,7011.42,-361.19,33.9646,2.89687,275,10,0,300,0,1,0,0,0),(36764,2322,1,1,1,178,0,6738.36,-299.629,38.4853,1.65414,275,10,0,300,0,1,0,0,0),(36765,2322,1,1,1,178,0,7055.39,-370.696,38.8774,5.03661,275,10,0,300,0,1,0,0,0),(36766,2322,1,1,1,178,0,6735.38,-277.146,37.4117,4.24871,275,10,0,300,0,1,0,0,0),(36767,2322,1,1,1,178,0,6807.31,-294.07,39.5625,0.862805,275,5,0,300,0,1,0,0,0),(36768,2322,1,1,1,178,0,5289.67,71.6772,40.1372,4.92608,275,3,0,300,0,1,0,0,0),(36769,2322,1,1,1,178,0,7191.38,-507.601,37.7843,4.12338,275,10,0,300,0,1,0,0,0),(36770,2322,1,1,1,178,0,5172.71,457.041,20.7799,2.98672,275,10,0,300,0,1,0,0,0),(36771,2322,1,1,1,178,0,5113.77,439.03,25.687,1.07223,275,10,0,300,0,1,0,0,0),(36772,2322,1,1,1,178,0,5254.58,408.864,27.0246,2.8105,275,10,0,300,0,1,0,0,0),(36773,2323,1,1,1,1283,0,4786.87,444.263,31.5129,4.48043,275,10,0,386,0,1,0,0,0),(36774,2323,1,1,1,1283,0,4743.63,103.188,55.5208,5.7304,275,10,0,386,0,1,0,0,0),(36775,2323,1,1,1,1283,0,4335.8,561.656,58.42,4.14545,275,3,0,386,0,1,0,0,0),(36776,2323,1,1,1,1283,0,4488.64,663.661,27.4444,2.99265,275,10,0,386,0,1,0,0,0),(36777,2323,1,1,1,1283,0,4333.76,548.018,58.17,2.07715,275,10,0,386,0,1,0,0,0),(36778,2323,1,1,1,1283,0,4325.65,-0.240875,65.324,1.71891,275,5,0,386,0,1,0,0,0),(36779,2323,1,1,1,1283,0,4707.08,443.317,39.0695,3.20023,275,10,0,386,0,1,0,0,0),(36780,2323,1,1,1,1283,0,4216.32,551.917,60.1162,4.91476,275,3,0,386,0,1,0,0,0),(36781,2323,1,1,1,1283,0,4543.52,688.476,25.4545,0.480331,275,10,0,386,0,1,0,0,0),(36782,2323,1,1,1,1283,0,4483.09,514.934,43.8908,2.80402,275,5,0,386,0,1,0,0,0),(36783,2323,1,1,1,1283,0,4419.01,583.857,44.0997,4.37067,275,10,0,386,0,1,0,0,0),(36784,2323,1,1,1,1283,0,4442.36,468.996,50.5491,1.00392,275,3,0,386,0,1,0,0,0),(36785,2323,1,1,1,1283,0,4245.03,538.41,58.5345,3.40462,275,10,0,386,0,1,0,0,0),(36786,2323,1,1,1,1283,0,4335.35,19.7,59.7845,1.87648,275,10,0,386,0,1,0,0,0),(36787,2323,1,1,1,1283,0,4402.74,477.624,59.5541,4.47783,275,10,0,386,0,1,0,0,0),(36788,2323,1,1,1,1283,0,4203.07,517.952,58.6559,5.62249,275,10,0,386,0,1,0,0,0),(36789,2323,1,1,1,1283,0,4399.75,396.842,58.2832,5.87983,275,5,0,386,0,1,0,0,0),(36790,2323,1,1,1,1283,0,4838.79,594.591,7.04069,0.548832,275,0,0,386,0,0,0,0,0),(36791,2323,1,1,1,1283,0,4425.23,289.032,60.0113,1.51898,275,10,0,386,0,1,0,0,0),(36792,2323,1,1,1,1283,0,4831.74,112.116,49.2377,4.745,275,0,0,386,0,0,0,0,0),(36793,2323,1,1,1,1283,0,4813.69,503.153,32.0359,3.34416,275,5,0,386,0,1,0,0,0),(36794,2323,1,1,1,1283,0,4410.69,462.159,58.0521,5.16206,275,5,0,386,0,1,0,0,0),(36795,2323,1,1,1,1283,0,4158.82,508.703,65.9411,4.97111,275,2,0,386,0,1,0,0,0),(36796,2323,1,1,1,1283,0,4442.7,588.175,39.6417,1.98575,275,10,0,386,0,1,0,0,0),(36797,2323,1,1,1,1283,0,4821.76,386.5,43.945,2.13936,275,10,0,386,0,1,0,0,0),(36798,2323,1,1,1,1283,0,4303.19,418.273,63.0767,2.93903,275,10,0,386,0,1,0,0,0),(36799,2323,1,1,1,1283,0,4418.17,171.217,55.8924,1.64776,275,5,0,386,0,1,0,0,0),(36800,2323,1,1,1,1283,0,4343.81,-69.0556,82.9622,4.79358,275,5,0,386,0,1,0,0,0),(36801,2323,1,1,1,1283,0,4159.12,441.525,58.768,2.57636,275,2,0,386,0,1,0,0,0),(36802,2323,1,1,1,1283,0,4320.6,317.099,60.213,2.46036,275,10,0,386,0,1,0,0,0),(36803,2323,1,1,1,1283,0,4755.36,355.646,52.5475,1.38413,275,5,0,386,0,1,0,0,0),(36804,2323,1,1,1,1283,0,4281.44,525.724,56.804,1.65986,275,10,0,386,0,1,0,0,0),(36805,2323,1,1,1,1283,0,4343.11,453.701,60.7767,2.24401,275,10,0,386,0,1,0,0,0),(36806,2323,1,1,1,1283,0,4247.71,291.395,60.4347,0.121328,275,5,0,386,0,1,0,0,0),(36807,2323,1,1,1,1283,0,4247.85,348.237,59.5944,3.15917,275,5,0,386,0,1,0,0,0),(36808,2323,1,1,1,1283,0,4683.05,517.822,28.7967,5.48106,275,5,0,386,0,1,0,0,0),(36809,2323,1,1,1,1283,0,4291.65,264.834,57.9445,1.03021,275,10,0,386,0,1,0,0,0),(36810,2323,1,1,1,1283,0,4770.68,515.014,31.7379,0.838558,275,10,0,386,0,1,0,0,0),(36811,2323,1,1,1,1283,0,4793.66,285.453,51.543,0.448365,275,5,0,386,0,1,0,0,0),(36812,2323,1,1,1,1283,0,4201.56,349.901,58.4025,1.5708,275,3,0,386,0,1,0,0,0),(36813,2323,1,1,1,1283,0,4734.28,586.381,27.6126,4.4633,275,10,0,386,0,1,0,0,0),(36814,2323,1,1,1,1283,0,4275.33,481.515,61.5433,1.92087,275,10,0,386,0,1,0,0,0),(36815,2323,1,1,1,1283,0,4738.97,649.884,19.6573,0.048837,275,10,0,386,0,1,0,0,0),(36816,2323,1,1,1,1283,0,4315.55,282.467,57.3835,1.44179,275,10,0,386,0,1,0,0,0),(36817,2323,1,1,1,1283,0,4193.41,397.748,58.8981,5.54064,275,3,0,386,0,1,0,0,0),(36818,2323,1,1,1,1283,0,4346.93,380.717,62.3124,1.66852,275,10,0,386,0,1,0,0,0),(36819,2323,1,1,1,1283,0,7684.02,-1068.46,39.3032,3.76321,275,10,0,386,0,1,0,0,0),(36820,2323,1,1,1,1283,0,7712.71,-1095.75,44.3643,0.910096,275,2,0,386,0,1,0,0,0),(36821,2323,1,1,1,1283,0,7929.43,-1160.12,42.2273,3.19443,275,5,0,386,0,1,0,0,0),(36822,2323,1,1,1,1283,0,7811.43,-1107.65,44.3659,1.79985,275,3,0,386,0,1,0,0,0),(36823,2323,1,1,1,1283,0,7798.23,-1094.36,39.8684,0.019545,275,10,0,386,0,1,0,0,0),(36824,2323,1,1,1,1283,0,4819.61,173.699,51.3165,5.00048,275,10,0,386,0,1,0,0,0),(36825,2323,1,1,1,1283,0,4740.92,260.128,53.7259,5.33834,275,5,0,386,0,1,0,0,0),(36826,2323,1,1,1,1283,0,7883.13,-1045.51,30.4041,3.06845,275,10,0,386,0,1,0,0,0),(36827,2323,1,1,1,1283,0,4435.69,173.555,59.5037,6.0919,275,5,0,386,0,1,0,0,0),(36828,2323,1,1,1,1283,0,4695.25,242.91,56.9477,1.59228,275,10,0,386,0,1,0,0,0),(36829,2323,1,1,1,1283,0,4488.46,221.84,61.2269,1.60064,275,5,0,386,0,1,0,0,0),(36830,2323,1,1,1,1283,0,7945.35,-1094.61,34.4843,5.93858,275,5,0,386,0,1,0,0,0),(36831,2323,1,1,1,1283,0,7752.15,-916.563,24.5972,0.289026,275,5,0,386,0,1,0,0,0),(36832,2323,1,1,1,1283,0,7712.82,-883.953,15.3808,2.64037,275,10,0,386,0,1,0,0,0),(36833,2323,1,1,1,1283,0,7782.48,-955.146,32.8177,4.84256,275,10,0,386,0,1,0,0,0),(36834,2324,1,1,1,6820,1,5858.15,363.54,21.261,6.22004,275,0,0,273,0,0,0,0,0),(36835,2324,1,1,1,6820,1,5885.96,313.458,21.0823,1.78204,275,0,0,273,0,0,0,0,0),(36836,2324,1,1,1,6820,1,5959.16,326.598,21.1812,3.09383,275,0,0,273,0,0,0,0,0),(36837,2324,1,1,1,6820,1,5959.09,306.403,24.3429,0.407906,275,3,0,273,0,1,0,0,0),(36838,2324,1,1,1,6820,1,5909.25,325.439,20.9471,5.40165,275,0,0,273,0,2,0,0,0),(36839,2324,1,1,1,6820,1,6028.08,313.77,27.445,5.6927,275,10,0,273,0,1,0,0,0),(36840,2324,1,1,1,6820,1,5881.9,338.275,21.2963,4.82987,275,0,0,273,0,0,0,0,0),(36841,2324,1,1,1,6820,1,5973.37,346.792,21.5029,3.72228,275,0,0,273,0,0,0,0,0),(36842,2324,1,1,1,6820,1,6034.99,383.143,24.602,4.72291,275,5,0,273,0,1,0,0,0),(36843,2324,1,1,1,6820,1,6007.34,363.002,21.7828,3.96903,275,5,0,273,0,1,0,0,0),(36844,2324,1,1,1,6820,1,5993.11,352.683,21.5993,3.36849,275,0,0,273,0,0,0,0,0),(36845,2324,1,1,1,6820,1,5985.42,387.378,24.4804,1.94696,275,5,0,273,0,1,0,0,0),(36846,2324,1,1,1,6820,1,5982.48,313.692,21.399,5.70437,275,0,0,273,0,0,0,0,0),(36847,2324,1,1,1,6820,1,5948.68,325.617,21.2179,4.33291,275,0,0,273,0,2,0,0,0),(36848,2069,1,1,1,321,0,7397.34,-668.393,20.7836,4.83965,275,5,0,300,0,1,0,0,0),(36849,2069,1,1,1,321,0,7423.1,-688.581,18.1917,0.930226,275,5,0,300,0,1,0,0,0),(36850,2069,1,1,1,321,0,7392.19,-693.924,19.1114,1.97851,275,5,0,300,0,1,0,0,0),(36851,2069,1,1,1,321,0,7375.55,-639.33,23.0965,5.09545,275,5,0,300,0,1,0,0,0),(36852,2069,1,1,1,321,0,5390.73,36.4457,54.5446,5.23384,275,3,0,300,0,1,0,0,0),(36853,2069,1,1,1,321,0,5279.77,86.6736,38.9713,3.85215,275,10,0,300,0,1,0,0,0),(36854,2069,1,1,1,321,0,5333.32,23.4559,67.1131,1.28084,275,5,0,300,0,1,0,0,0),(36855,2069,1,1,1,321,0,5387.81,312.154,26.5827,5.49986,275,10,0,300,0,1,0,0,0),(36856,2069,1,1,1,321,0,5185.42,147.725,53.016,3.43894,275,5,0,300,0,1,0,0,0),(36857,2069,1,1,1,321,0,5275.46,283.466,33.7439,5.24079,275,10,0,300,0,1,0,0,0),(36858,2069,1,1,1,321,0,5305.25,320.044,31.9287,2.72166,275,10,0,300,0,1,0,0,0),(36859,2069,1,1,1,321,0,5170.5,385.744,33.4712,0.06802,275,10,0,300,0,1,0,0,0),(36860,2069,1,1,1,321,0,5306.25,341.374,31.2429,5.88637,275,10,0,300,0,1,0,0,0),(36861,2069,1,1,1,321,0,5249.44,325.984,30.3833,0.494669,275,10,0,300,0,1,0,0,0),(36862,2069,1,1,1,321,0,7048.51,-512.797,41.8241,3.33905,275,5,0,300,0,1,0,0,0),(36863,2069,1,1,1,321,0,5373.93,90.1339,34.6037,0.268908,275,10,0,300,0,1,0,0,0),(36864,2069,1,1,1,321,0,5565.6,487.459,22.6344,3.50105,275,5,0,300,0,1,0,0,0),(36865,2069,1,1,1,321,0,5391.66,256,32.4319,0.305683,275,5,0,300,0,1,0,0,0),(36866,2069,1,1,1,321,0,5310.36,374.927,29.4643,1.40906,275,10,0,300,0,1,0,0,0),(36867,2069,1,1,1,321,0,5452.08,318.75,32.3636,5.30108,275,5,0,300,0,1,0,0,0),(36868,2069,1,1,1,321,0,4884.21,487.295,24.2968,5.46741,275,5,0,300,0,1,0,0,0),(36869,2069,1,1,1,321,0,5374.49,358.481,20.8842,5.49667,275,10,0,300,0,1,0,0,0),(36870,2069,1,1,1,321,0,7252.17,18.0581,8.94817,5.12536,275,5,0,300,0,1,0,0,0),(36871,2069,1,1,1,321,0,5418.24,388.537,17.717,5.69519,275,10,0,300,0,1,0,0,0),(36872,2069,1,1,1,321,0,5515.96,413.667,20.1214,4.60678,275,10,0,300,0,1,0,0,0),(36873,2069,1,1,1,321,0,5378.34,199.174,30.5345,3.92699,275,5,0,300,0,1,0,0,0),(36874,2069,1,1,1,321,0,5724.56,454.47,12.8287,4.91093,275,10,0,300,0,1,0,0,0),(36875,2069,1,1,1,321,0,5385.81,116.074,34.2791,6.0028,275,10,0,300,0,1,0,0,0),(36876,2069,1,1,1,321,0,5449,54.6802,38.7376,1.89594,275,10,0,300,0,1,0,0,0),(36877,2069,1,1,1,321,0,7316.36,-693.353,21.0635,2.88904,275,5,0,300,0,1,0,0,0),(36878,2069,1,1,1,321,0,7152.39,-369.127,40.8371,0.361285,275,10,0,300,0,1,0,0,0),(36879,2069,1,1,1,321,0,4951.06,449.427,32.9371,0.04381,275,10,0,300,0,1,0,0,0),(36880,2069,1,1,1,321,0,5248.82,386.026,29.6963,2.02396,275,10,0,300,0,1,0,0,0),(36881,2069,1,1,1,321,0,7121.61,-266.708,36.464,4.85506,275,5,0,300,0,1,0,0,0),(36882,2069,1,1,1,321,0,7169.48,-291.372,33.4397,0.810255,275,10,0,300,0,1,0,0,0),(36883,2069,1,1,1,321,0,5212.09,205.989,41.2251,1.56689,275,10,0,300,0,1,0,0,0),(36884,2069,1,1,1,321,0,5545.83,362.5,26.9742,1.11324,275,10,0,300,0,1,0,0,0),(36885,2069,1,1,1,321,0,4959.91,482.653,24.6426,4.92058,275,5,0,300,0,1,0,0,0),(36886,2069,1,1,1,321,0,5529.23,167.334,30.3679,2.77379,275,10,0,300,0,1,0,0,0),(36887,2069,1,1,1,321,0,7145.54,-546.688,41.1057,0.536949,275,10,0,300,0,1,0,0,0),(36888,2069,1,1,1,321,0,7117.33,-581.329,44.2988,2.76733,275,10,0,300,0,1,0,0,0),(36889,2069,1,1,1,321,0,7018.78,-656.693,51.3585,4.72553,275,5,0,300,0,1,0,0,0),(36890,2069,1,1,1,321,0,7086.13,-384.541,40.9672,0.31017,275,10,0,300,0,1,0,0,0),(36891,2069,1,1,1,321,0,5466.6,71.8987,35.0538,3.71334,275,10,0,300,0,1,0,0,0),(36892,2069,1,1,1,321,0,7221.32,-259.505,26.1202,3.54931,275,10,0,300,0,1,0,0,0),(36893,2069,1,1,1,321,0,5391.62,177.376,30.0763,2.08717,275,5,0,300,0,1,0,0,0),(36894,2069,1,1,1,321,0,4948.85,416.65,31.9011,3.35008,275,10,0,300,0,1,0,0,0),(36895,2069,1,1,1,321,0,6915.75,-280.625,43.8465,2.38987,275,5,0,300,0,1,0,0,0),(36896,2069,1,1,1,321,0,7214.13,-447.559,34.4682,2.2635,275,10,0,300,0,1,0,0,0),(36897,2070,1,1,1,11449,0,6549.72,-150.468,36.2202,1.81575,275,10,0,198,0,1,0,0,0),(36898,2070,1,1,1,11449,0,7764.06,-1056.25,34.9201,0.785457,275,5,0,198,0,1,0,0,0),(36899,2070,1,1,1,11449,0,6389.11,-153.002,33.0549,2.56616,275,10,0,198,0,1,0,0,0),(36900,2070,1,1,1,11449,0,6419.79,51.041,32.9831,2.38174,275,5,0,198,0,1,0,0,0),(36901,2070,1,1,1,11449,0,6470.78,5.66437,32.6407,1.5874,275,5,0,198,0,1,0,0,0),(36902,2070,1,1,1,11449,0,7069.11,87.8302,14.7941,4.20411,275,10,0,198,0,1,0,0,0),(36903,2070,1,1,1,11449,0,7110.34,-16.9708,10.8384,0.700365,275,10,0,198,0,1,0,0,0),(36904,2070,1,1,1,11449,0,4389.41,131.828,59.1667,5.68381,275,10,0,198,0,1,0,0,0),(36905,2070,1,1,1,11449,0,6627.44,360.148,27.8494,4.37302,275,5,0,198,0,1,0,0,0),(36906,2070,1,1,1,11449,0,6453.71,256.03,35.8088,4.6871,275,5,0,198,0,1,0,0,0),(36907,2070,1,1,1,11449,0,4272.68,487.114,61.9458,2.7426,275,10,0,198,0,1,0,0,0),(36908,2070,1,1,1,11449,0,6581.56,-196.875,39.1713,0,275,5,0,198,0,1,0,0,0),(36909,2070,1,1,1,11449,0,7125.63,39.1845,10.5984,4.86203,275,5,0,198,0,1,0,0,0),(36910,2070,1,1,1,11449,0,6533.81,10.4112,34.1619,2.11968,275,5,0,198,0,1,0,0,0),(36911,2070,1,1,1,11449,0,7274.08,-245.704,17.9434,3.06729,275,5,0,198,0,1,0,0,0),(36912,2070,1,1,1,11449,0,6533.44,289.796,33.5432,3.09081,275,5,0,198,0,1,0,0,0),(36913,2070,1,1,1,11449,0,5966.62,-104.134,60.7698,2.55846,275,10,0,198,0,1,0,0,0),(36914,2070,1,1,1,11449,0,6639,-219.452,40.3466,5.95709,275,5,0,198,0,1,0,0,0),(36915,2070,1,1,1,11449,0,6539.66,304.809,32.9047,5.69518,275,5,0,198,0,1,0,0,0),(36916,2070,1,1,1,11449,0,6043.75,-97.916,57.3611,4.80053,275,10,0,198,0,1,0,0,0),(36917,2070,1,1,1,11449,0,6447.58,148.471,38.471,4.26535,275,5,0,198,0,1,0,0,0),(36918,2070,1,1,1,11449,0,6873.26,346.828,16.0161,3.67431,275,5,0,198,0,1,0,0,0),(36919,2070,1,1,1,11449,0,6229.53,190.202,43.5263,0.047053,275,5,0,198,0,1,0,0,0),(36920,2070,1,1,1,11449,0,6493.58,-96.5158,36.6605,4.46745,275,5,0,198,0,1,0,0,0),(36921,2070,1,1,1,11449,0,5899.61,62.1079,32.9493,0.508316,275,5,0,198,0,1,0,0,0),(36922,2070,1,1,1,11449,0,5766.24,-22.1199,38.3871,4.83645,275,3,0,198,0,1,0,0,0),(36923,2070,1,1,1,11449,0,6882.98,317.039,12.9897,6.13142,275,5,0,198,0,1,0,0,0),(36924,2070,1,1,1,11449,0,4417.24,638.129,36.1623,3.27082,275,3,0,198,0,1,0,0,0),(36925,2070,1,1,1,11449,0,5902.14,20.9271,28.8328,2.4336,275,5,0,198,0,1,0,0,0),(36926,2070,1,1,1,11449,0,5833.71,-7.17288,36.802,5.58495,275,3,0,198,0,1,0,0,0),(36927,2070,1,1,1,11449,0,5953.97,188.058,29.3531,2.1315,275,5,0,198,0,1,0,0,0),(36928,2070,1,1,1,11449,0,6568.17,339.125,32.1761,6.03319,275,5,0,198,0,1,0,0,0),(36929,2070,1,1,1,11449,0,6600.12,360.734,31.0143,5.26436,275,5,0,198,0,1,0,0,0),(36930,2070,1,1,1,11449,0,6147.21,316.294,26.6679,5.89466,275,5,0,198,0,1,0,0,0),(36931,2070,1,1,1,11449,0,5817.53,-23.0798,40.8657,4.354,275,3,0,198,0,1,0,0,0),(36932,2070,1,1,1,11449,0,5792.19,25.1651,38.0819,0.787534,275,5,0,198,0,1,0,0,0),(36933,2070,1,1,1,11449,0,7192.72,125.719,12.9497,2.72337,275,5,0,198,0,1,0,0,0),(36934,2070,1,1,1,11449,0,7297.36,-82.6328,8.30879,6.26366,275,10,0,198,0,1,0,0,0),(36935,2070,1,1,1,11449,0,7202.25,147.113,12.0854,0.405533,275,5,0,198,0,1,0,0,0),(36936,2070,1,1,1,11449,0,6836.03,375.226,17.3306,2.71901,275,5,0,198,0,1,0,0,0),(36937,2070,1,1,1,11449,0,5947.16,115.228,29.7714,4.13143,275,5,0,198,0,1,0,0,0),(36938,2070,1,1,1,11449,0,4368.54,545.515,58.7787,3.33393,275,10,0,198,0,1,0,0,0),(36939,2070,1,1,1,11449,0,6684.67,349.072,25.8967,1.78384,275,5,0,198,0,1,0,0,0),(36940,2070,1,1,1,11449,0,7271.99,16.222,12.3747,5.66646,275,5,0,198,0,1,0,0,0),(36941,2070,1,1,1,11449,0,6880.28,-37.9276,24.0953,2.39052,275,5,0,198,0,1,0,0,0),(36942,2070,1,1,1,11449,0,4416.26,519.325,47.4678,3.71755,275,10,0,198,0,1,0,0,0),(36943,2070,1,1,1,11449,0,4325.95,337.154,62.4771,1.09842,275,10,0,198,0,1,0,0,0),(36944,2070,1,1,1,11449,0,4379.65,351.249,61.0918,2.69324,275,10,0,198,0,1,0,0,0),(36945,2070,1,1,1,11449,0,6356.63,186.705,29.3125,6.09541,275,0,0,198,0,0,0,0,0),(36946,2070,1,1,1,11449,0,7251.71,-12.1289,10.2841,4.24551,275,5,0,198,0,1,0,0,0),(36947,2070,1,1,1,11449,0,6948.25,-50.9259,19.7706,2.34811,275,5,0,198,0,1,0,0,0),(36948,2070,1,1,1,11449,0,7054.57,3.30961,14.7081,4.97821,275,10,0,198,0,1,0,0,0),(36949,2070,1,1,1,11449,0,7285.6,-88.5576,8.451,5.61486,275,10,0,198,0,1,0,0,0),(36950,2070,1,1,1,11449,0,5882.34,-16.188,37.1422,4.04039,275,10,0,198,0,1,0,0,0),(36951,2070,1,1,1,11449,0,6118.29,402.146,29.3716,4.79872,275,5,0,198,0,1,0,0,0),(36952,2070,1,1,1,11449,0,6723.99,448.513,21.4035,5.94882,275,5,0,198,0,1,0,0,0),(36953,2070,1,1,1,11449,0,7274.43,89.1784,13.304,2.41138,275,10,0,198,0,1,0,0,0),(36954,2070,1,1,1,11449,0,6203.25,395.397,28.9365,2.57689,275,5,0,198,0,1,0,0,0),(36955,2070,1,1,1,11449,0,6147.53,450.078,23.72,2.48149,275,10,0,198,0,1,0,0,0),(36956,2070,1,1,1,11449,0,7815.66,-1053.9,29.1376,4.14364,275,0,0,198,0,0,0,0,0),(36957,2070,1,1,1,11449,0,7820.16,-962.762,35.2742,1.72953,275,10,0,198,0,1,0,0,0),(36958,2070,1,1,1,11449,0,8027.94,-1159.38,41.3362,3.49671,275,10,0,198,0,1,0,0,0),(36959,2071,1,1,1,3031,0,7747.78,-1048.77,37.9201,3.63582,275,5,0,484,0,1,0,0,0),(36960,2071,1,1,1,3031,0,4369.55,123.092,56.7004,6.21278,275,10,0,484,0,1,0,0,0),(36961,2071,1,1,1,3031,0,4254.7,504.735,61.0804,0.477196,275,10,0,484,0,1,0,0,0),(36962,2071,1,1,1,3031,0,4453.93,649.813,30.0802,4.39054,275,5,0,484,0,1,0,0,0),(36963,2071,1,1,1,3031,0,4383.68,552.926,54.9459,1.12461,275,10,0,484,0,1,0,0,0),(36964,2071,1,1,1,3031,0,4417.51,525.078,47.6421,1.35425,275,10,0,484,0,1,0,0,0),(36965,2071,1,1,1,3031,0,4324.93,360.631,63.5803,2.74178,275,10,0,484,0,1,0,0,0),(36966,2071,1,1,1,3031,0,4388.52,331.415,59.1262,4.82682,275,10,0,484,0,1,0,0,0),(36967,2071,1,1,1,3031,0,7818.77,-982.033,32.4169,0.899669,275,10,0,484,0,1,0,0,0),(36968,2071,1,1,1,3031,0,7815.01,-1050.97,29.4348,4.14364,275,5,0,484,0,1,0,0,0),(36969,2071,1,1,1,3031,0,8014.06,-1179.29,39.3563,2.04144,275,0,0,484,0,0,0,0,0),(36970,2071,1,1,1,3031,0,8042.01,-1151.9,44.3125,3.49671,275,0,0,484,0,0,0,0,0),(36971,15384,1,1,1,11686,0,6578.69,760.533,6.09923,4.01426,275,0,0,4120,0,0,0,0,0),(36972,15384,1,1,1,11686,0,6422.57,826.152,6.1902,6.23082,275,0,0,4120,0,0,0,0,0),(36973,15384,1,1,1,11686,0,6550.78,924.922,6.23285,0.05236,275,0,0,4120,0,0,0,0,0),(36974,11037,1,1,1,10575,1,6537.81,432.833,7.48059,2.00713,275,0,0,787,0,0,0,0,0),(36975,2336,1,1,1,4217,1,7190.87,-711.852,58.0363,2.42725,275,5,0,356,0,1,0,0,0),(36976,2336,1,1,1,4217,1,7208.51,-759.146,58.0945,2.34578,275,5,0,356,0,1,0,0,0),(36977,2336,1,1,1,4217,1,7201.81,-709.983,57.9314,6.2821,275,5,0,356,0,1,0,0,0),(36978,2336,1,1,1,4411,1,7141.2,-796.39,66.7608,4.9558,275,5,0,356,0,1,0,0,0),(36979,2336,1,1,1,4217,1,7223.87,-735.52,54.8445,4.76031,275,5,0,356,0,1,0,0,0),(36980,3616,1,1,1,1455,0,5002.01,88.8183,52.7788,1.74533,275,0,0,3398,0,0,0,0,0),(36981,2336,1,1,1,4217,1,7183.43,-811.752,39.8938,3.79256,275,5,0,356,0,1,0,0,0),(36982,2336,1,1,1,4217,1,7129.7,-781.143,66.7349,5.59763,275,5,0,356,0,1,0,0,0),(36983,2336,1,1,1,4411,1,7206.52,-845.26,36.086,5.60109,275,0,0,356,0,0,0,0,0),(36984,2336,1,1,1,4411,1,7214.95,-848.573,36.336,2.35216,275,0,0,356,0,0,0,0,0),(36985,2336,1,1,1,4217,1,7170.7,-797.303,48.5581,4.33637,275,0,0,356,0,0,0,0,0),(36986,2336,1,1,1,4217,1,7189.31,-792.874,40.0581,1.24755,275,0,0,356,0,2,0,0,0),(36987,2336,1,1,1,4217,1,7141.91,-763.569,53.0828,4.29089,275,3,0,356,0,1,0,0,0),(36988,2336,1,1,1,4411,1,7155.65,-713.149,51.5208,5.37133,275,3,0,356,0,1,0,0,0),(36989,2336,1,1,1,4411,1,7173.5,-728.865,61.0363,5.42589,275,0,0,356,0,0,0,0,0),(36990,2336,1,1,1,4217,1,7152.41,-738.498,54.5828,2.75702,275,5,0,356,0,1,0,0,0),(36991,2336,1,1,1,4217,1,7169.26,-710.728,48.9113,0.901737,275,0,0,356,0,0,0,0,0),(36992,2336,1,1,1,4217,1,7160.57,-777.683,56.0108,2.34268,275,0,0,356,0,0,0,0,0),(36993,2336,1,1,1,4411,1,7160.07,-760.539,54.2078,4.58923,275,0,0,356,0,0,0,0,0),(36994,2336,1,1,1,4217,1,7178.05,-788.148,47.7364,4.90958,275,0,0,356,0,0,0,0,0),(36995,2336,1,1,1,4411,1,7138.2,-730.673,60.2708,4.92615,275,3,0,356,0,1,0,0,0),(36996,2336,1,1,1,4217,1,7175.35,-762.584,59.5561,2.22929,275,0,0,356,0,0,0,0,0),(36997,2336,1,1,1,4217,1,7113.26,-667.512,45.9777,2.16146,275,0,0,356,0,0,0,0,0),(36998,2336,1,1,1,4217,1,7122.69,-659.712,45.9093,2.29899,275,10,0,356,0,1,0,0,0),(36999,2336,1,1,1,4411,1,7153.39,-686.744,47.4428,0.195912,275,0,0,356,0,0,0,0,0),(37000,2336,1,1,1,4411,1,7173.92,-673.713,43.1123,2.17223,275,5,0,356,0,1,0,0,0),(37001,2336,1,1,1,4217,1,7171.81,-683.546,43.4529,2.46091,275,0,0,356,0,0,0,0,0),(37002,2337,1,1,1,4230,1,7196.7,-732.406,59.6499,2.93528,275,0,0,702,1977,0,0,0,0),(37003,2337,1,1,1,4412,1,7205.66,-744.501,94.0292,6.1212,275,5,0,702,1977,1,0,0,0),(37004,2337,1,1,1,4230,1,7191.29,-725.432,65.3968,0.496014,275,0,0,702,1977,0,0,0,0),(37005,2337,1,1,1,4412,1,7196.82,-755.613,94.1232,3.06074,275,5,0,702,1977,1,0,0,0),(37006,2337,1,1,1,4230,1,7197.96,-721.542,94.0889,1.24458,275,0,0,702,1977,0,0,0,0),(37007,2337,1,1,1,4230,1,7181.96,-740.085,94.0926,3.76177,275,3,0,702,1977,1,0,0,0),(37008,2337,1,1,1,4230,1,7212.78,-735.093,94.1232,2.05473,275,0,0,702,1977,0,0,0,0),(37009,2337,1,1,1,4230,1,7201.94,-727.711,76.1857,0.883339,275,0,0,702,1977,0,0,0,0),(37010,2338,1,1,1,2874,1,4525.24,439.07,32.7327,5.7549,275,5,0,325,357,1,0,0,0),(37011,2338,1,1,1,2873,1,4563.79,436.898,33.3577,1.97503,275,5,0,325,357,1,0,0,0),(37012,2338,1,1,1,2874,1,4591.16,441.81,31.6077,5.88087,275,5,0,325,357,1,0,0,0),(37013,2338,1,1,1,2874,1,4488.33,354.692,31.6077,2.27947,275,5,0,325,357,1,0,0,0),(37014,2338,1,1,1,2874,1,4490.91,381.987,31.6077,2.62687,275,5,0,325,357,1,0,0,0),(37015,2338,1,1,1,2873,1,4606.53,404.076,31.6077,4.89473,275,5,0,325,357,1,0,0,0),(37016,2339,1,1,1,2871,1,4540.47,447.668,32.6077,6.05698,275,5,0,386,0,1,0,0,0),(37017,2339,1,1,1,2872,1,4567.82,450.44,31.6077,4.23346,275,5,0,386,0,1,0,0,0),(37018,2339,1,1,1,2870,1,6765.94,-686.861,70.0664,3.22886,275,0,0,386,0,0,0,0,0),(37019,2339,1,1,1,2870,1,6762.88,-693.251,69.7819,2.02458,275,0,0,386,0,0,0,0,0),(37020,2339,1,1,1,2870,1,4501.4,396.829,31.9258,5.70927,275,5,0,386,0,1,0,0,0),(37021,2339,1,1,1,2869,1,4506.08,364.965,31.6077,0.509734,275,5,0,386,0,1,0,0,0),(37024,2339,1,1,1,2872,1,4513.11,417.75,32.3577,4.21613,275,5,0,386,0,1,0,0,0),(37025,2339,1,1,1,2871,1,4593.27,359.268,34.9827,3.04198,275,5,0,386,0,1,0,0,0),(37026,2339,1,1,1,2869,1,4579.02,345.738,39.1077,6.07659,275,0,0,386,0,2,0,0,0),(37027,2339,1,1,1,2869,1,4612.84,368.821,31.6077,5.70878,275,5,0,386,0,1,0,0,0),(37028,2339,1,1,1,2870,1,4569.82,383.936,32.0736,2.71028,275,5,0,386,0,1,0,0,0),(37040,2339,1,1,1,2869,1,4553.06,377.936,31.6077,2.33695,275,0,0,386,0,2,0,0,0),(37044,2339,1,1,1,2872,1,4565.64,416.6,33.7967,1.42321,275,0,0,386,0,0,0,0,0),(37045,2339,1,1,1,2872,1,4574.1,421.671,33.8577,6.27715,275,0,0,386,0,0,0,0,0),(37050,2339,1,1,1,2872,1,6802.4,-752.996,69.6144,5.09636,275,0,0,386,0,0,0,0,0),(37051,2339,1,1,1,2872,1,6799.46,-762.584,69.757,0.523599,275,0,0,386,0,0,0,0,0),(12967,25991,530,1,1,0,0,-1961.11,5176.77,-37.8594,0.470746,120,0,0,6986,0,0,0,0,0),(12274,25992,530,1,1,0,1,-1960.07,5170.35,-37.8282,0.940848,120,0,0,20958,0,0,0,0,0),(12273,25992,530,1,1,0,1,-1964.49,5178.98,-37.8593,0.469609,120,0,0,20958,0,0,0,0,0),(12272,19076,530,1,1,0,0,-1711.09,5170.09,-40.2085,1.47431,120,0,0,3662,0,0,0,0,0),(12271,24370,530,1,1,0,1,-1797.29,5148.59,-40.2085,2.23405,120,0,0,6986,0,0,0,0,0),(12270,24369,530,1,1,0,1,-1792.34,5152.46,-40.2085,2.23405,120,0,0,7185,7196,0,0,0,0),(12269,24437,530,1,1,0,1,-1786.34,5154.88,-40.2078,1.80811,120,0,0,3331,0,0,0,0,0),(12268,24437,530,1,1,0,1,-1802.79,5141.51,-40.2086,1.10989,120,0,0,3331,0,0,0,0,0),(37060,8997,1,1,1,8229,1,6453.96,431.299,13.7312,4.24115,275,0,0,484,0,0,0,0,0),(37061,3639,1,1,1,1750,1,5725.03,301.931,21.0405,2.46091,275,0,0,198,0,0,0,0,0),(37062,3644,1,1,1,1757,1,6424.76,600.451,9.65306,0.690706,275,0,0,328,0,0,0,0,0),(37063,3649,1,1,1,1770,1,6580.97,492.292,8.31743,0.331613,275,0,0,328,0,0,0,0,0),(37064,3650,1,1,1,1771,0,6748.64,48.6158,48.7179,4.2586,275,0,0,328,0,0,0,0,0),(37065,3657,1,1,1,2529,1,6431.5,384.179,23.4134,1.98968,275,0,0,484,0,0,0,0,0),(37066,3660,1,1,1,4413,1,7183.49,-727.623,94.0635,5.67232,275,0,0,1107,0,0,0,0,0),(37067,3661,1,1,1,2530,1,7246.63,-658.966,34.622,1.76278,275,0,0,328,0,0,0,0,0),(37068,3662,1,1,1,467,0,7132.67,-823.83,60.2618,4.66411,275,0,0,330,938,0,0,0,0),(37069,6737,1,1,1,5441,0,6406.51,515.367,8.72571,1.27409,275,0,0,1003,0,0,0,0,0),(37070,3666,1,1,1,4474,1,6406.11,519.815,23.9674,0.436332,275,0,0,328,0,0,0,0,0),(37071,3667,1,1,1,1937,0,5681.28,203.113,26.7769,3.03396,275,0,0,356,0,2,0,0,0),(37072,4182,1,1,1,4404,0,6564.99,488.889,8.33558,4.57276,275,0,0,386,0,0,0,0,0),(37073,4183,1,1,1,4408,1,6571.59,480.527,8.33259,2.80998,275,0,0,484,0,0,0,0,0),(37074,4185,1,1,1,4402,0,6568.22,439.552,9.14274,2.6529,275,0,0,328,0,0,0,0,0),(37075,4186,1,1,1,4406,0,6534.43,518.322,9.14274,4.50295,275,0,0,417,0,0,0,0,0),(37076,4187,1,1,1,4407,0,6528.26,515.126,9.14274,5.60251,275,0,0,713,0,0,0,0,0),(37077,4189,1,1,1,4401,0,6560.45,442.669,9.14274,0.244346,275,0,0,300,0,0,0,0,0),(37078,4190,1,1,1,4399,1,6385.84,524.491,8.73531,0.628319,275,0,0,273,0,0,0,0,0),(37079,4191,1,1,1,4403,0,6428.75,510.32,8.73342,2.14675,275,0,0,328,0,0,0,0,0),(37080,4192,1,1,1,4405,0,6415.99,529.098,8.7366,4.90438,275,0,0,356,0,0,0,0,0),(37081,4193,1,1,1,4400,0,6563.51,436.932,9.14274,1.5708,275,0,0,950,0,0,0,0,0),(37082,2913,1,1,1,1286,1,6506.35,489.304,6.8245,4.31096,275,0,0,247,0,0,0,0,0),(37083,4194,1,1,1,4409,0,4998.98,72.8715,52.7886,1.95477,275,0,0,328,0,0,0,0,0),(37084,4195,1,1,1,4410,0,4986.99,80.0395,52.8232,0.401426,275,0,0,328,0,0,0,0,0),(37085,2917,1,1,1,1277,1,4678.63,601.614,18.4972,2.21657,275,0,0,356,0,0,0,0,0),(37086,10085,1,1,1,9294,0,6399.89,491.802,8.12578,1.58825,275,0,0,1003,0,0,0,0,0),(37087,4456,1,1,1,19804,1,6482.97,729.743,8.40589,1.8326,275,0,0,787,0,0,0,0,0),(37088,4200,1,1,1,9549,1,6399.57,533.387,8.73894,4.04916,275,0,0,300,0,0,0,0,0),(37089,7017,1,1,1,4762,1,6807.76,-765.586,68.9631,3.0329,7200,0,0,328,0,0,0,0,0),(37090,2156,1,1,1,10799,0,4579.38,584.232,1.24415,2.20783,275,3,0,354,0,1,0,0,0),(37091,2156,1,1,1,10799,0,4599.96,583.594,1.32809,4.4401,275,3,0,354,0,1,0,0,0),(37092,2156,1,1,1,10799,0,4624.61,642.974,6.69941,0.945663,275,3,0,354,0,1,0,0,0),(37093,2156,1,1,1,10799,0,4662.05,612.126,9.29389,0.095303,275,5,0,354,0,1,0,0,0),(37094,2156,1,1,1,10799,0,4643.69,627.042,8.41889,2.06404,275,3,0,354,0,1,0,0,0),(37095,2156,1,1,1,10799,0,4592.41,604.546,1.50847,2.78521,275,3,0,354,0,1,0,0,0),(37096,3692,1,1,1,1899,0,4608.44,-6.32595,69.7473,1.85005,275,0,0,449,0,0,0,0,0),(37097,3693,1,1,1,1956,0,6434.59,362.807,14.0243,1.09956,275,0,0,328,0,0,0,0,0),(37098,2157,1,1,1,473,0,4560.95,571.699,1.47901,2.13726,275,5,0,382,0,1,0,0,0),(37099,2157,1,1,1,473,0,4582.15,568.842,1.07809,1.12217,275,0,0,382,0,2,0,0,0),(37100,2157,1,1,1,473,0,4620.32,617.183,5.4568,0.931292,275,3,0,382,0,1,0,0,0),(37101,3695,1,1,1,913,0,4773.25,207.805,50.987,2.17813,275,0,0,273,0,0,0,0,0),(37102,12656,1,1,1,14954,0,6494.46,801.751,8.1358,4.43314,275,0,0,328,0,0,0,0,0),(37103,2930,1,1,1,2865,1,6438.62,471.896,8.12515,1.91474,275,0,0,2218,0,0,0,0,0),(37104,883,1,1,1,347,0,7168.18,-694.047,45.7373,2.5013,275,10,0,1,0,1,0,0,0),(37105,883,1,1,1,347,0,5273.67,323.022,30.6557,2.64425,275,10,0,1,0,1,0,0,0),(37106,883,1,1,1,347,0,6038.46,48.4677,36.0453,0.799813,275,5,0,1,0,1,0,0,0),(37107,2163,1,1,1,1006,0,6952.43,30.7177,15.1094,0.918315,275,10,0,278,0,1,0,0,0),(37108,883,1,1,1,347,0,5062.61,115.147,44.2793,1.67552,275,0,0,1,0,0,0,0,0),(37109,2163,1,1,1,1006,0,7147.37,4.19446,10.2681,3.79681,275,10,0,278,0,1,0,0,0),(37110,2163,1,1,1,1006,0,6510.52,-60.6708,34.5754,0.559841,275,5,0,278,0,1,0,0,0),(37111,2163,1,1,1,1006,0,6403.39,112.84,36.0033,4.69152,275,10,0,278,0,1,0,0,0),(37112,883,1,1,1,347,0,7354.59,-733.314,15.7977,1.78024,275,0,0,1,0,0,0,0,0),(37113,2163,1,1,1,1006,0,6923.3,-10.2967,20.7932,4.16144,275,5,0,278,0,1,0,0,0),(37114,2163,1,1,1,1006,0,7073.01,-50.1616,16.3863,3.04425,275,10,0,278,0,1,0,0,0),(37115,2163,1,1,1,1006,0,7082.81,18.2285,16.4387,3.33924,275,5,0,278,0,1,0,0,0),(37116,2163,1,1,1,1006,0,7297.03,-154.166,13.603,3.1415,275,5,0,278,0,1,0,0,0),(37117,2163,1,1,1,1006,0,6446.69,20.2979,29.1625,1.65783,275,10,0,278,0,1,0,0,0),(37118,2163,1,1,1,1006,0,6876.25,23.4208,22.2693,0.240713,275,5,0,278,0,1,0,0,0),(37119,2163,1,1,1,1006,0,5896.86,153.815,33.3209,5.19873,275,5,0,278,0,1,0,0,0),(37120,2163,1,1,1,1006,0,7295.18,-179.016,14.9421,0.619617,275,5,0,278,0,1,0,0,0),(37121,2163,1,1,1,1006,0,6843.06,250.148,17.7492,0.807494,275,5,0,278,0,1,0,0,0),(37122,2163,1,1,1,1006,0,6520.11,-50.3446,33.9653,2.56236,275,5,0,278,0,1,0,0,0),(37123,2163,1,1,1,1006,0,5919.21,-50.4607,43.8068,3.08072,275,3,0,278,0,1,0,0,0),(37124,2163,1,1,1,1006,0,7364.27,-246.737,10.0085,0.157446,275,5,0,278,0,1,0,0,0),(37125,2163,1,1,1,1006,0,5869.78,111.83,31.7887,3.30835,275,5,0,278,0,1,0,0,0),(37126,2163,1,1,1,1006,0,6739.36,311.01,24.0622,2.0485,275,5,0,278,0,1,0,0,0),(37127,2163,1,1,1,1006,0,6724.76,308.587,24.5658,2.07467,275,5,0,278,0,1,0,0,0),(37128,2163,1,1,1,1006,0,6853.91,219.44,12.9635,1.18623,275,5,0,278,0,1,0,0,0),(37129,2163,1,1,1,1006,0,6608.81,327.811,28.9928,1.13334,275,5,0,278,0,1,0,0,0),(37130,2163,1,1,1,1006,0,6648.36,426.383,26.7427,4.79972,275,5,0,278,0,1,0,0,0),(37131,2163,1,1,1,1006,0,6656.02,288.861,32.1827,3.56777,275,5,0,278,0,1,0,0,0),(37132,2163,1,1,1,1006,0,6662.83,410.104,26.2989,4.15172,275,5,0,278,0,1,0,0,0),(37133,2163,1,1,1,1006,0,7048.54,80.9535,16.9582,4.88621,275,10,0,278,0,1,0,0,0),(37134,2163,1,1,1,1006,0,6820,97.5871,19.6779,4.57631,275,5,0,278,0,1,0,0,0),(37135,2163,1,1,1,1006,0,6572.81,298.632,32.0814,5.05515,275,5,0,278,0,1,0,0,0),(37136,2163,1,1,1,1006,0,6916.55,50.5651,17.2194,5.13004,275,5,0,278,0,1,0,0,0),(37137,2163,1,1,1,1006,0,6659.38,-270.631,47.0861,6.03121,275,5,0,278,0,1,0,0,0),(37138,2163,1,1,1,1006,0,6468.98,76.1526,34.9721,3.01033,275,10,0,278,0,1,0,0,0),(37139,2163,1,1,1,1006,0,6813.57,216.138,20.1,2.33756,275,5,0,278,0,1,0,0,0),(37140,2163,1,1,1,1006,0,5940.99,-91.4186,57.7381,3.37212,275,10,0,278,0,1,0,0,0),(37141,2163,1,1,1,1006,0,6431.76,-44.0037,37.0905,2.16151,275,5,0,278,0,1,0,0,0),(37142,2163,1,1,1,1006,0,6505.71,-139.835,36.4572,4.42872,275,10,0,278,0,1,0,0,0),(37143,2163,1,1,1,1006,0,6472.22,113.158,38.6066,4.33063,275,10,0,278,0,1,0,0,0),(37144,2163,1,1,1,1006,0,7200.72,33.2228,10.448,2.54268,275,10,0,278,0,1,0,0,0),(37145,2163,1,1,1,1006,0,6421.98,-9.86445,30.3185,4.97885,275,5,0,278,0,1,0,0,0),(37146,2163,1,1,1,1006,0,6467.01,78.6208,35.3671,2.65459,275,10,0,278,0,1,0,0,0),(37147,2163,1,1,1,1006,0,6504.04,91.3375,35.8166,0.230532,275,10,0,278,0,1,0,0,0),(37148,2163,1,1,1,1006,0,6640.41,429.545,27.8345,3.28593,275,5,0,278,0,1,0,0,0),(37149,2163,1,1,1,1006,0,6504.41,248.525,29.4294,4.177,275,5,0,278,0,1,0,0,0),(37150,2163,1,1,1,1006,0,7029.24,-41.0434,19.6464,3.15039,275,5,0,278,0,1,0,0,0),(37151,2163,1,1,1,1006,0,6920.07,76.1889,14.1604,2.83182,275,5,0,278,0,1,0,0,0),(37152,2163,1,1,1,1006,0,5704.81,16.947,39.2277,0.509943,275,3,0,278,0,1,0,0,0),(37153,2163,1,1,1,1006,0,7173.6,-70.2085,15.8925,5.08075,275,5,0,278,0,1,0,0,0),(37154,2163,1,1,1,1006,0,6977.61,41.8601,15.855,1.08734,275,5,0,278,0,1,0,0,0),(37155,2163,1,1,1,1006,0,6876.34,100.906,14.3866,2.65611,275,5,0,278,0,1,0,0,0),(37156,2163,1,1,1,1006,0,7024.54,92.4182,15.1654,0.670053,275,10,0,278,0,1,0,0,0),(37157,2163,1,1,1,1006,0,7330.21,-59.5434,11.1063,1.5708,275,10,0,278,0,1,0,0,0),(37158,2163,1,1,1,1006,0,6277.86,193.395,35.1029,4.60073,275,5,0,278,0,1,0,0,0),(37159,2163,1,1,1,1006,0,7244.56,129.521,10.8882,4.47168,275,10,0,278,0,1,0,0,0),(37160,2163,1,1,1,1006,0,7207.38,91.6158,11.956,2.50863,275,10,0,278,0,1,0,0,0),(37161,2163,1,1,1,1006,0,6241.67,148.66,39.1281,1.41436,275,5,0,278,0,1,0,0,0),(37162,2163,1,1,1,1006,0,7157.91,99.3053,13.3836,1.02011,275,10,0,278,0,1,0,0,0),(37163,2163,1,1,1,1006,0,7029.72,21.5478,16.5202,1.39195,275,10,0,278,0,1,0,0,0),(37164,2163,1,1,1,1006,0,6987.45,5.71158,13.2148,3.69491,275,10,0,278,0,1,0,0,0),(37165,2163,1,1,1,1006,0,7180.34,-66.9861,15.41,0.128326,275,5,0,278,0,1,0,0,0),(37166,2163,1,1,1,1006,0,7332.71,119.902,11.7834,1.20082,275,10,0,278,0,1,0,0,0),(37167,2163,1,1,1,1006,0,7291.88,-47.4621,8.17893,5.72299,275,10,0,278,0,1,0,0,0),(37168,2163,1,1,1,1006,0,7346.64,-122.564,13.6169,2.84453,275,10,0,278,0,1,0,0,0),(37169,883,1,1,1,347,0,4700.78,134.819,54.0428,6.14356,275,10,0,1,0,1,0,0,0),(37170,2163,1,1,1,1006,0,7301.18,-17.649,11.7287,4.99861,275,10,0,278,0,1,0,0,0),(37171,2163,1,1,1,1006,0,6238.67,218.854,40.5209,3.33163,275,5,0,278,0,1,0,0,0),(37172,2163,1,1,1,1006,0,7347.09,94.1124,12.9812,3.165,275,10,0,278,0,1,0,0,0),(37173,2163,1,1,1,1006,0,5939.81,130.066,29.9255,5.57985,275,5,0,278,0,1,0,0,0),(37174,2163,1,1,1,1006,0,6209.82,450.424,23.1752,0.896725,275,10,0,278,0,1,0,0,0),(37175,2163,1,1,1,1006,0,7181.8,-22.3868,9.92127,0.266077,275,5,0,278,0,1,0,0,0),(37176,2163,1,1,1,1006,0,6851.94,-2.32602,21.8626,1.67108,275,5,0,278,0,1,0,0,0),(37177,2163,1,1,1,1006,0,7256.2,30.1272,10.4305,1.65978,275,5,0,278,0,1,0,0,0),(37178,2163,1,1,1,1006,0,6710.89,376.755,25.9951,3.44084,275,5,0,278,0,1,0,0,0),(37179,2163,1,1,1,1006,0,6746.27,354.115,28.7608,0.568194,275,5,0,278,0,1,0,0,0),(37180,2163,1,1,1,1006,0,6673.2,290.389,30.8061,1.81698,275,5,0,278,0,1,0,0,0),(37181,2163,1,1,1,1006,0,5934.2,88.4144,31.9707,6.10632,275,5,0,278,0,1,0,0,0),(37182,2163,1,1,1,1006,0,7197.92,-43.75,12.6035,5.77159,275,5,0,278,0,1,0,0,0),(37183,2163,1,1,1,1006,0,7222.81,-120.275,14.7227,0.550557,275,5,0,278,0,1,0,0,0),(37184,2163,1,1,1,1006,0,6804.94,297.139,23.9473,1.9916,275,5,0,278,0,1,0,0,0),(37185,2163,1,1,1,1006,0,6552.46,-213.007,39.1891,4.58126,275,3,0,278,0,1,0,0,0),(37186,2163,1,1,1,1006,0,7309.57,-199.452,13.175,4.73661,275,5,0,278,0,1,0,0,0),(37187,2163,1,1,1,1006,0,7246.89,-82.7165,13.2468,2.86469,275,5,0,278,0,1,0,0,0),(37188,2163,1,1,1,1006,0,5846.97,214.47,32.5401,3.94979,275,10,0,278,0,1,0,0,0),(37189,2163,1,1,1,1006,0,6216.91,254.894,37.5754,1.74462,275,5,0,278,0,1,0,0,0),(37190,2163,1,1,1,1006,0,6280.19,446.94,25.3244,4.13061,275,5,0,278,0,1,0,0,0),(37191,2164,1,1,1,8840,0,6893.56,11.6143,24.1377,0.547067,275,5,0,341,0,1,0,0,0),(37192,2164,1,1,1,8840,0,5415.72,-5.03956,76.7753,4.45554,275,5,0,341,0,1,0,0,0),(37193,2164,1,1,1,8840,0,5022.85,335.164,30.7111,5.44738,275,10,0,341,0,1,0,0,0),(37194,2164,1,1,1,8840,0,6782.16,-413.72,43.9,6.00614,275,5,0,341,0,1,0,0,0),(37195,2164,1,1,1,8840,0,6869.89,-119.05,34.9622,6.2363,275,10,0,341,0,1,0,0,0),(37196,2164,1,1,1,8840,0,6778.4,-231.362,35.1045,1.43263,275,10,0,341,0,1,0,0,0),(37197,2164,1,1,1,8840,0,7051.93,13.7403,14.5466,5.5807,275,10,0,341,0,1,0,0,0),(37198,2164,1,1,1,8840,0,7222.85,76.8756,11.4584,6.11569,275,10,0,341,0,1,0,0,0),(37199,2164,1,1,1,8840,0,5021.72,281.857,31.0216,5.67575,275,10,0,341,0,1,0,0,0),(37200,2164,1,1,1,8840,0,6795.72,-241.52,39.0949,3.31027,275,10,0,341,0,1,0,0,0),(37201,2164,1,1,1,8840,0,6873.13,-293.039,40.3794,3.8142,275,10,0,341,0,1,0,0,0),(37202,2164,1,1,1,8840,0,6973.75,-40.3627,21.0226,1.38637,275,5,0,341,0,1,0,0,0),(37203,2164,1,1,1,8840,0,6830.28,-120.329,34.5408,6.13024,275,10,0,341,0,1,0,0,0),(37204,2164,1,1,1,8840,0,5375.88,447.166,21.5353,1.16398,275,10,0,341,0,1,0,0,0),(37205,2164,1,1,1,8840,0,6975.77,-390.593,38.3023,1.91927,275,10,0,341,0,1,0,0,0),(37206,2164,1,1,1,8840,0,5582.44,17.9314,60.4998,6.07531,275,5,0,341,0,1,0,0,0),(37207,2164,1,1,1,8840,0,6844.95,-169.339,38.6128,0.611155,275,5,0,341,0,1,0,0,0),(37208,2164,1,1,1,8840,0,7262.8,-182.151,18.2242,3.62489,275,5,0,341,0,1,0,0,0),(37209,2164,1,1,1,8840,0,5449.35,394.829,19.9966,2.89709,275,10,0,341,0,1,0,0,0),(37210,2164,1,1,1,8840,0,5353.58,419.512,27.0407,2.50806,275,5,0,341,0,1,0,0,0),(37211,2164,1,1,1,8840,0,6975.94,56.9724,14.105,1.78468,275,5,0,341,0,1,0,0,0),(37212,2164,1,1,1,8840,0,5152.55,409.436,29.0444,0.244505,275,10,0,341,0,1,0,0,0),(37213,2164,1,1,1,8840,0,7216.42,-516.437,34.9261,5.49779,275,10,0,341,0,1,0,0,0),(37214,2164,1,1,1,8840,0,7244.82,-107.733,14.0145,1.17525,275,5,0,341,0,1,0,0,0),(37215,2164,1,1,1,8840,0,6785.75,-281.894,39.807,2.82358,275,5,0,341,0,1,0,0,0),(37216,2164,1,1,1,8840,0,7124.54,-519.055,40.1513,5.95093,275,10,0,341,0,1,0,0,0),(37217,2164,1,1,1,8840,0,5461.95,414.838,22.0017,5.75265,275,10,0,341,0,1,0,0,0),(37218,2164,1,1,1,8840,0,6829.07,-410.867,43.8074,4.88032,275,10,0,341,0,1,0,0,0),(37219,2164,1,1,1,8840,0,7213.51,-582.357,37.2638,3.88202,275,5,0,341,0,1,0,0,0),(37220,2164,1,1,1,8840,0,5647.92,388.542,17.8947,3.14159,275,5,0,341,0,1,0,0,0),(37221,2164,1,1,1,8840,0,5725.8,373.666,19.6151,1.96454,275,10,0,341,0,1,0,0,0),(37222,2164,1,1,1,8840,0,5787.23,316.036,26.3305,3.04832,275,5,0,341,0,1,0,0,0),(37223,2164,1,1,1,8840,0,6823.93,-196.094,42.5724,2.18146,275,5,0,341,0,1,0,0,0),(37224,2164,1,1,1,8840,0,6980.51,-337.852,34.5561,0.003807,275,10,0,341,0,1,0,0,0),(37225,2164,1,1,1,8840,0,5862.11,447.216,16.0025,3.50198,275,10,0,341,0,1,0,0,0),(37226,2164,1,1,1,8840,0,5641.01,434.717,17.4823,0.401694,275,10,0,341,0,1,0,0,0),(37227,2164,1,1,1,8840,0,7076.62,-502.422,44.7216,2.16856,275,3,0,341,0,1,0,0,0),(37228,2164,1,1,1,8840,0,7016.29,-387.172,34.7628,3.44296,275,10,0,341,0,1,0,0,0),(37229,2164,1,1,1,8840,0,5681.58,421.719,14.5412,4.6293,275,10,0,341,0,1,0,0,0),(37230,2164,1,1,1,8840,0,5634.32,348.899,17.6915,0.485478,275,10,0,341,0,1,0,0,0),(37231,2164,1,1,1,8840,0,5784.3,431.188,13.3199,3.00842,275,10,0,341,0,1,0,0,0),(37232,2164,1,1,1,8840,0,5103.33,473.215,22.277,0.905814,275,10,0,341,0,1,0,0,0),(37233,2164,1,1,1,8840,0,7054.81,-282.581,42.5628,5.38433,275,5,0,341,0,1,0,0,0),(37234,2164,1,1,1,8840,0,4984.2,384.201,30.2642,5.97939,275,5,0,341,0,1,0,0,0),(37235,2164,1,1,1,8840,0,5298.56,448.815,21.9092,2.194,275,10,0,341,0,1,0,0,0),(37236,2164,1,1,1,8840,0,7068.23,-553.646,44.2623,1.66925,275,10,0,341,0,1,0,0,0),(37237,2164,1,1,1,8840,0,5350.57,348.811,31.7041,1.02189,275,5,0,341,0,1,0,0,0),(37238,2164,1,1,1,8840,0,5250.19,442.391,24.6019,5.24159,275,10,0,341,0,1,0,0,0),(37239,2164,1,1,1,8840,0,5480.11,372.692,23.7244,1.17499,275,10,0,341,0,1,0,0,0),(37240,2164,1,1,1,8840,0,4995.83,287.5,36.2307,5.62652,275,10,0,341,0,1,0,0,0),(37241,2164,1,1,1,8840,0,5677.75,355.562,16.4702,4.47472,275,10,0,341,0,1,0,0,0),(37242,2164,1,1,1,8840,0,5735.44,355.611,23.7582,3.01744,275,5,0,341,0,1,0,0,0),(37243,2164,1,1,1,8840,0,7088.42,-166.975,30.0149,5.55732,275,10,0,341,0,1,0,0,0),(37244,2164,1,1,1,8840,0,7339.49,124.662,12.3745,1.25326,275,10,0,341,0,1,0,0,0),(37245,2164,1,1,1,8840,0,5569.27,366.712,28.6159,1.11413,275,10,0,341,0,1,0,0,0),(37246,2164,1,1,1,8840,0,7118.45,-357.402,34.6239,5.22063,275,10,0,341,0,1,0,0,0),(37247,2164,1,1,1,8840,0,6890.36,-175.174,36.1546,0.503399,275,5,0,341,0,1,0,0,0),(37248,2164,1,1,1,8840,0,6873.61,-230.556,38.5052,2.1756,275,5,0,341,0,1,0,0,0),(37249,2164,1,1,1,8840,0,7186.52,-227.243,30.3096,4.56842,275,10,0,341,0,1,0,0,0),(37250,2164,1,1,1,8840,0,6969.87,-146.264,34.9754,1.73163,275,10,0,341,0,1,0,0,0),(37251,2164,1,1,1,8840,0,6919.34,-146.04,32.2637,3.89504,275,10,0,341,0,1,0,0,0),(37252,2164,1,1,1,8840,0,7267.32,-67.0925,11.8039,3.2049,275,5,0,341,0,1,0,0,0),(37253,2164,1,1,1,8840,0,6976.69,-264.547,34.8024,5.88599,275,10,0,341,0,1,0,0,0),(37254,2164,1,1,1,8840,0,4883.3,417.62,42.322,3.31249,275,5,0,341,0,1,0,0,0),(37255,2164,1,1,1,8840,0,7212.46,-345.634,34.0061,6.03218,275,5,0,341,0,1,0,0,0),(37256,2164,1,1,1,8840,0,7304.1,34.6782,10.7147,5.26168,275,10,0,341,0,1,0,0,0),(37257,2164,1,1,1,8840,0,6913.97,-454.03,45.1456,0.954632,275,10,0,341,0,1,0,0,0),(37258,2164,1,1,1,8840,0,5137.47,478.432,19.6879,4.45548,275,10,0,341,0,1,0,0,0),(37259,2164,1,1,1,8840,0,7149.51,-242.423,30.6958,4.87336,275,10,0,341,0,1,0,0,0),(37260,2164,1,1,1,8840,0,5762.38,405.391,12.8129,4.77785,275,10,0,341,0,1,0,0,0),(37261,2164,1,1,1,8840,0,5268.18,411.734,27.2628,3.4411,275,10,0,341,0,1,0,0,0),(37262,2164,1,1,1,8840,0,7177.01,-14.9773,8.79741,0.915491,275,5,0,341,0,1,0,0,0),(37263,2164,1,1,1,8840,0,5440.79,254.209,35.9679,2.78431,275,10,0,341,0,1,0,0,0),(37264,2164,1,1,1,8840,0,5252.41,53.2146,47.8759,2.24203,275,3,0,341,0,1,0,0,0),(37265,2164,1,1,1,8840,0,5508.21,125.635,32.5706,0.416044,275,10,0,341,0,1,0,0,0),(37266,2164,1,1,1,8840,0,5176.26,462.573,19.4816,3.76809,275,10,0,341,0,1,0,0,0),(37267,2164,1,1,1,8840,0,5312.18,51.7446,49.8243,2.75927,275,2,0,341,0,1,0,0,0),(37268,2164,1,1,1,8840,0,5350.99,163.637,34.3708,1.40837,275,5,0,341,0,1,0,0,0),(37269,2164,1,1,1,8840,0,7136.65,-310.182,39.2247,5.30032,275,10,0,341,0,1,0,0,0),(37270,2164,1,1,1,8840,0,5232.59,351.666,30.6399,0.152946,275,10,0,341,0,1,0,0,0),(37271,2164,1,1,1,8840,0,7215.1,-314.461,28.2808,2.81356,275,10,0,341,0,1,0,0,0),(37272,2164,1,1,1,8840,0,5472.99,169.11,28.8357,5.2451,275,5,0,341,0,1,0,0,0),(37273,2164,1,1,1,8840,0,5083.56,425.453,25.6348,5.2434,275,10,0,341,0,1,0,0,0),(37274,2164,1,1,1,8840,0,7102.08,-153.421,28.1857,4.71239,275,5,0,341,0,1,0,0,0),(37275,2164,1,1,1,8840,0,6036.95,439.119,14.8222,0.726348,275,10,0,341,0,1,0,0,0),(37276,2164,1,1,1,8840,0,5059.45,425.531,25.046,6.21064,275,10,0,341,0,1,0,0,0),(37277,2164,1,1,1,8840,0,5472.23,438.637,20.2963,3.93874,275,10,0,341,0,1,0,0,0),(37278,2164,1,1,1,8840,0,6981.47,-226.466,39.1752,1.56006,275,10,0,341,0,1,0,0,0),(37279,2164,1,1,1,8840,0,5247.16,118.643,43.6682,2.80035,275,10,0,341,0,1,0,0,0),(37280,2164,1,1,1,8840,0,5198.33,428.405,26.9767,0.28313,275,10,0,341,0,1,0,0,0),(37281,2164,1,1,1,8840,0,5527.03,385.201,22.3685,2.586,275,10,0,341,0,1,0,0,0),(37282,2164,1,1,1,8840,0,5230.77,289.851,33.813,0.589596,275,10,0,341,0,1,0,0,0),(37283,2164,1,1,1,8840,0,5318.03,116.29,35.0763,5.22764,275,10,0,341,0,1,0,0,0),(37284,2164,1,1,1,8840,0,5813.06,416.818,15.271,3.6897,275,10,0,341,0,1,0,0,0),(37285,2164,1,1,1,8840,0,5485.79,212.097,31.316,3.50517,275,10,0,341,0,1,0,0,0),(37286,2164,1,1,1,8840,0,5571.79,229.609,33.6743,0.500659,275,10,0,341,0,1,0,0,0),(37287,2164,1,1,1,8840,0,5948.09,415.306,17.581,3.69274,275,10,0,341,0,1,0,0,0),(37288,2164,1,1,1,8840,0,7046.4,-619.931,51.4931,3.62534,275,5,0,341,0,1,0,0,0),(37289,2164,1,1,1,8840,0,6946.11,-449.92,47.3035,3.11035,275,10,0,341,0,1,0,0,0),(37290,2164,1,1,1,8840,0,5448.08,183.604,29.6006,3.50071,275,5,0,341,0,1,0,0,0),(37291,2164,1,1,1,8840,0,7184.51,-544.569,39.8491,1.16924,275,10,0,341,0,1,0,0,0),(37292,2165,1,1,1,14316,0,4778.49,-9.23115,78.5812,3.96289,275,5,0,445,0,1,0,0,0),(37293,2165,1,1,1,14316,0,5019.98,302.86,33.1113,6.2402,275,10,0,445,0,1,0,0,0),(37294,3701,1,1,1,4485,0,6437.48,397.48,11.7883,3.05529,275,0,0,417,0,0,0,0,0),(37295,2165,1,1,1,14316,0,4750.62,449.749,33.9574,3.27673,275,10,0,445,0,1,0,0,0),(37296,2165,1,1,1,14316,0,4751.34,483.056,27.4332,4.37016,275,10,0,445,0,1,0,0,0),(37297,2165,1,1,1,14316,0,4762.67,291.049,50.8001,2.97525,275,5,0,445,0,1,0,0,0),(37298,2165,1,1,1,14316,0,4849.5,316.719,50.4823,4.461,275,5,0,445,0,1,0,0,0),(37299,2165,1,1,1,14316,0,4790.71,293.438,51.4038,3.9774,275,5,0,445,0,1,0,0,0),(37300,2165,1,1,1,14316,0,4733.5,412.839,40.2516,3.13769,275,10,0,445,0,1,0,0,0),(37301,2165,1,1,1,14316,0,5228.53,437.596,24.2772,4.26477,275,10,0,445,0,1,0,0,0),(37302,2165,1,1,1,14316,0,5278.42,382.891,28.409,3.94149,275,10,0,445,0,1,0,0,0),(37303,2165,1,1,1,14316,0,4806.22,335.029,50.4551,2.47326,275,5,0,445,0,1,0,0,0),(37304,2165,1,1,1,14316,0,4750.36,339.867,54.1263,1.75482,275,5,0,445,0,1,0,0,0),(37305,2165,1,1,1,14316,0,4780.62,367.483,45.1961,4.60961,275,10,0,445,0,1,0,0,0),(37306,2165,1,1,1,14316,0,5000.14,377.673,31.4428,3.60524,275,10,0,445,0,1,0,0,0),(37307,2165,1,1,1,14316,0,4900.6,463.742,30.9726,2.89496,275,5,0,445,0,1,0,0,0),(37308,2165,1,1,1,14316,0,4818.6,413.45,40.2038,5.75041,275,10,0,445,0,1,0,0,0),(37309,2165,1,1,1,14316,0,4784.31,252.049,53.4726,2.28208,275,5,0,445,0,1,0,0,0),(37310,2165,1,1,1,14316,0,4847.65,474.197,29.1275,6.09879,275,5,0,445,0,1,0,0,0),(37311,2165,1,1,1,14316,0,4733.14,127.721,53.8771,4.07749,275,10,0,445,0,1,0,0,0),(37312,3702,1,1,1,4487,0,6557.88,472.97,9.0979,2.61799,275,0,0,417,0,0,0,0,0),(37313,2167,1,1,1,1010,1,5874.7,349.144,21.0463,2.68764,275,0,0,230,249,0,0,0,0),(37314,2167,1,1,1,1010,1,5874.57,306.466,21.0411,2.43449,275,0,0,230,249,0,0,0,0),(37315,2167,1,1,1,1010,1,5871.39,376.547,19.3613,5.74458,275,0,0,230,249,0,0,0,0),(37316,2167,1,1,1,1010,1,6052.02,364.6,21.7352,2.53679,275,0,0,230,249,2,0,0,0),(37317,2167,1,1,1,1010,1,6014.83,345.881,27.7206,1.6913,275,0,0,230,249,0,0,0,0),(37318,2167,1,1,1,1010,1,5871.88,329.135,21.2911,0.004879,275,0,0,230,249,0,0,0,0),(37319,2167,1,1,1,1010,1,6018.6,373.455,22.3549,4.84936,275,5,0,230,249,1,0,0,0),(37320,2167,1,1,1,1010,1,5989.82,365.361,21.3779,0.554553,275,0,0,230,249,0,0,0,0),(37321,2167,1,1,1,1010,1,6001.66,333.823,21.8611,1.11045,275,5,0,230,249,1,0,0,0),(37322,2167,1,1,1,1010,1,6001.03,381.789,23.4799,3.03768,275,5,0,230,249,1,0,0,0),(37323,2167,1,1,1,1010,1,5959.84,344.082,23.0414,5.84375,275,0,0,230,249,0,0,0,0),(37324,2167,1,1,1,1010,1,5977.89,332.234,22.649,2.07852,275,0,0,230,249,0,0,0,0),(37325,2168,1,1,1,1011,1,4645.19,135.847,58.9155,4.83055,275,5,0,356,0,1,0,0,0),(37326,2168,1,1,1,1011,1,4562.07,156.775,59.0941,2.00613,275,5,0,356,0,1,0,0,0),(37327,2168,1,1,1,1011,1,4600.5,146.465,62.6421,1.95823,275,5,0,356,0,1,0,0,0),(37328,2168,1,1,1,1011,1,6826.79,-385.98,40.3288,2.08857,275,0,0,356,0,0,0,0,0),(37329,2168,1,1,1,1011,1,6835.76,-369.98,40.5588,1.9566,275,3,0,356,0,1,0,0,0),(37330,2168,1,1,1,1011,1,6824.37,-356.835,40.3763,4.8692,275,10,0,356,0,1,0,0,0),(37331,2168,1,1,1,1011,1,6796.71,-414.173,41.9,5.2313,275,3,0,356,0,1,0,0,0),(37332,2168,1,1,1,1011,1,6825.25,-405.751,42.7215,3.49825,275,3,0,356,0,1,0,0,0),(37333,2168,1,1,1,1011,1,6805.2,-397.202,40.3288,3.04603,275,0,0,356,0,0,0,0,0),(37334,2168,1,1,1,1011,1,4879.07,329.094,43.8928,3.5755,275,3,0,356,0,1,0,0,0),(37335,2168,1,1,1,1011,1,4944.98,329.659,35.9194,1.41019,275,10,0,356,0,1,0,0,0),(37336,2168,1,1,1,1011,1,4890.13,307.784,39.2678,0.037224,275,0,0,356,0,0,0,0,0),(37337,2168,1,1,1,1011,1,6844.76,-515.136,44.1436,5.70179,275,5,0,356,0,1,0,0,0),(37338,2168,1,1,1,1011,1,6839.64,-492.768,41.7686,0.670665,275,10,0,356,0,1,0,0,0),(37339,2168,1,1,1,1011,1,6853.05,-466.271,41.0186,3.34353,275,10,0,356,0,1,0,0,0),(37340,2168,1,1,1,1011,1,6870.82,-535.031,43.0532,0.601884,275,10,0,356,0,1,0,0,0),(37341,2168,1,1,1,1011,1,6869.07,-498.697,40.2686,4.89339,275,10,0,356,0,1,0,0,0),(37342,2168,1,1,1,1011,1,6888.15,-472.005,42.8936,3.1209,275,3,0,356,0,1,0,0,0),(37343,2168,1,1,1,1011,1,6893.05,-514.037,42.3936,1.07719,275,10,0,356,0,1,0,0,0),(37344,2168,1,1,1,1011,1,6881.39,-450.153,41.2686,0.593235,275,10,0,356,0,1,0,0,0),(37345,2168,1,1,1,1011,1,4928.68,351.872,35.5085,3.24074,275,10,0,356,0,1,0,0,0),(37346,2168,1,1,1,1011,1,4905.09,363.326,39.5382,3.85787,275,10,0,356,0,1,0,0,0),(37347,2168,1,1,1,1011,1,4931.14,309.166,37.8694,0.105208,275,10,0,356,0,1,0,0,0),(37348,2168,1,1,1,1011,1,4893.95,340.619,38.0942,2.04971,275,5,0,356,0,1,0,0,0),(37349,2168,1,1,1,1011,1,4937.81,276.577,41.7011,0.680847,275,0,0,356,0,2,0,0,0),(37350,2168,1,1,1,1011,1,6904.99,-488.851,41.9953,1.96411,275,10,0,356,0,1,0,0,0),(37351,2168,1,1,1,1011,1,6796.15,-378.958,41.8431,1.9399,275,0,0,356,0,0,0,0,0),(37352,2169,1,1,1,6821,1,4597.23,155.6,62.5205,4.90599,275,5,0,350,390,1,0,0,0),(37353,2169,1,1,1,6821,1,4553.24,146.589,59.6339,2.07148,275,5,0,350,390,1,0,0,0),(37354,2169,1,1,1,6821,1,4442.89,-8.8541,85.7232,2.59885,275,0,0,350,390,0,0,0,0),(37355,2169,1,1,1,6821,1,4446.77,25.5621,75.4904,6.2346,275,0,0,350,390,2,0,0,0),(37356,2169,1,1,1,6821,1,4472.54,2.01303,90.4975,4.92957,275,5,0,350,390,1,0,0,0),(37357,2169,1,1,1,6821,1,6810.67,-409.233,40.1824,2.1577,275,0,0,350,390,0,0,0,0),(37358,2169,1,1,1,6821,1,6888.04,-497.424,40.2686,4.13034,275,0,0,350,390,0,0,0,0),(37359,2169,1,1,1,6821,1,6878.19,-478.066,40.2686,3.34835,275,0,0,350,390,0,0,0,0),(37360,2169,1,1,1,6821,1,6865.33,-517.251,40.2686,4.55318,275,0,0,350,390,0,0,0,0),(37361,2169,1,1,1,6821,1,6853.17,-484.074,40.2686,4.3529,275,0,0,350,390,0,0,0,0),(37362,2169,1,1,1,6821,1,6867.44,-459.709,40.2686,4.26117,275,10,0,350,390,1,0,0,0),(37363,2169,1,1,1,6821,1,4927.9,279.875,41.9928,2.87268,275,10,0,350,390,1,0,0,0),(37364,2169,1,1,1,6821,1,4909.9,340.104,36.9393,5.944,275,0,0,350,390,0,0,0,0),(37365,2169,1,1,1,6821,1,6815.54,-370.415,40.2038,5.26216,275,0,0,350,390,0,0,0,0),(37366,2170,1,1,1,5773,1,4560.06,165.156,59.2191,2.39922,275,5,0,377,408,1,0,0,0),(37367,2170,1,1,1,5773,1,4552.73,138.727,60.4691,3.30284,275,5,0,377,408,1,0,0,0),(37368,2170,1,1,1,5773,1,4517.31,6.17701,90.3334,2.25796,275,0,0,377,408,0,0,0,0),(37369,2170,1,1,1,5773,1,4681.83,55.9737,62.8627,0.635603,275,5,0,377,408,1,0,0,0),(37370,2170,1,1,1,5773,1,4661.61,39.9738,65.9223,0.768246,275,0,0,377,408,0,0,0,0),(37371,2170,1,1,1,5773,1,4496.09,12.1586,90.7475,3.78682,275,5,0,377,408,1,0,0,0),(37372,2170,1,1,1,5773,1,4535.29,20.3027,88.426,3.23811,275,0,0,377,408,0,0,0,0),(37373,2170,1,1,1,5773,1,4615.77,64.5214,68.2743,4.42196,275,5,0,377,408,1,0,0,0),(37374,2170,1,1,1,5773,1,4642.37,82.77,61.0284,2.29464,275,0,0,377,408,2,0,0,0),(37375,2170,1,1,1,5773,1,4597.04,44.378,73.2624,6.2643,275,5,0,377,408,1,0,0,0),(37377,2170,1,1,1,5773,1,4627.6,43.8167,68.6493,4.50998,275,5,0,377,408,1,0,0,0),(37378,2170,1,1,1,5773,1,4629.54,27.3749,69.748,1.16068,275,0,0,377,408,0,0,0,0),(37379,2171,1,1,1,6822,1,4530.73,5.72852,89.2084,3.16716,275,0,0,404,456,0,0,0,0),(37380,2171,1,1,1,6822,1,4521.24,14.8599,89.2084,3.90564,275,5,0,404,456,1,0,0,0),(37381,2171,1,1,1,6822,1,4571.66,145.858,59.8983,2.0935,275,5,0,404,456,1,0,0,0),(37382,2171,1,1,1,6822,1,4542.45,150.76,60.2191,3.34056,275,5,0,404,456,1,0,0,0),(37383,2171,1,1,1,6822,1,4630.27,61.0788,66.8993,1.14095,275,0,0,404,456,0,0,0,0),(37384,2171,1,1,1,6822,1,4647.15,43.0141,65.7973,3.79783,275,0,0,404,456,0,0,0,0),(37385,2172,1,1,1,38,0,4520.81,660.807,24.7804,4.72302,7200,0,0,484,0,0,0,0,0),(37386,2174,1,1,1,245,0,5583.24,848.135,-20.2323,1.25431,275,10,0,300,0,1,0,0,0),(37387,2174,1,1,1,245,0,5256.52,779.165,-10.732,3.52288,275,10,0,300,0,1,0,0,0),(37388,2174,1,1,1,245,0,4998.83,716.437,-10.6144,0.020135,275,10,0,300,0,1,0,0,0),(37389,2174,1,1,1,245,0,5114.06,649.675,-7.48067,3.04183,275,10,0,300,0,1,0,0,0),(37390,2174,1,1,1,245,0,5206.87,812.58,-11.3017,6.11116,275,10,0,300,0,1,0,0,0),(37391,2174,1,1,1,245,0,7383.33,350,-13.7822,1.55784,275,10,0,300,0,1,0,0,0),(37392,2174,1,1,1,245,0,5052.19,835.075,-22.1365,4.64733,275,10,0,300,0,1,0,0,0),(37393,2174,1,1,1,245,0,5250.55,882.907,-13.6198,1.40631,275,10,0,300,0,1,0,0,0),(37394,2174,1,1,1,245,0,7238.62,318.755,-16.9073,0.129206,275,10,0,300,0,1,0,0,0),(37395,2174,1,1,1,245,0,5654.28,846.819,-19.5882,5.90951,275,10,0,300,0,1,0,0,0),(37396,2174,1,1,1,245,0,5380.29,783.994,-19.7026,2.71262,275,10,0,300,0,1,0,0,0),(37397,2174,1,1,1,245,0,7508.32,255.752,-43.1023,6.17351,275,10,0,300,0,1,0,0,0),(37398,2174,1,1,1,245,0,5577.86,882.335,-19.7809,3.58885,275,10,0,300,0,1,0,0,0),(37399,2174,1,1,1,245,0,5370.86,644.516,-17.7484,2.79482,275,10,0,300,0,1,0,0,0),(37400,2174,1,1,1,245,0,5265.76,642.889,-15.4016,3.03988,275,10,0,300,0,1,0,0,0),(37401,2174,1,1,1,245,0,5520.06,856.922,-22.8354,1.72567,275,10,0,300,0,1,0,0,0),(37402,2174,1,1,1,245,0,7657.33,45.732,-27.1116,5.81864,275,10,0,300,0,1,0,0,0),(37403,2174,1,1,1,245,0,5309.24,745.456,-13.6213,3.5727,275,10,0,300,0,1,0,0,0),(37404,2174,1,1,1,245,0,5440.06,826.1,-36.2267,3.21705,275,10,0,300,0,1,0,0,0),(37405,2174,1,1,1,245,0,7251.62,248.676,-8.80081,4.97058,275,10,0,300,0,1,0,0,0),(37406,2174,1,1,1,245,0,4863.59,882.166,-11.0496,6.13701,275,10,0,300,0,1,0,0,0),(37407,2174,1,1,1,245,0,7224.01,495.052,-40.2905,0.521357,275,10,0,300,0,1,0,0,0),(37408,2174,1,1,1,245,0,7349.76,413.334,-14.7107,5.32175,275,10,0,300,0,1,0,0,0),(37409,2174,1,1,1,245,0,7651.77,-80.6562,-13.959,0.637853,275,10,0,300,0,1,0,0,0),(37410,2174,1,1,1,245,0,7248.92,472.972,-20.2931,1.2532,275,10,0,300,0,1,0,0,0),(37411,2174,1,1,1,245,0,7595.87,219.198,-42.4343,3.01433,275,10,0,300,0,1,0,0,0),(37412,2174,1,1,1,245,0,5514.13,740.611,-14.3731,1.49962,275,10,0,300,0,1,0,0,0),(37413,2174,1,1,1,245,0,5542.91,782.822,-16.7243,1.95591,275,10,0,300,0,1,0,0,0),(37414,2174,1,1,1,245,0,5466.24,774.732,-36.8013,1.25246,275,10,0,300,0,1,0,0,0),(37415,2174,1,1,1,245,0,5667.77,777.121,-10.8919,3.62184,275,10,0,300,0,1,0,0,0),(37416,2174,1,1,1,245,0,5117.95,855.087,-12.7449,1.93106,275,10,0,300,0,1,0,0,0),(37417,2174,1,1,1,245,0,7652.21,135.628,-31.7069,1.52983,275,10,0,300,0,1,0,0,0),(37418,2174,1,1,1,245,0,5663.74,726.992,-8.3074,5.59888,275,10,0,300,0,1,0,0,0),(37419,2174,1,1,1,245,0,5165.65,892.631,-13.3926,6.21772,275,10,0,300,0,1,0,0,0),(37420,2174,1,1,1,245,0,7602.27,259.578,-41.8583,5.6622,275,10,0,300,0,1,0,0,0),(37421,2174,1,1,1,245,0,5120.31,706.809,-12.0713,4.65865,275,10,0,300,0,1,0,0,0),(37422,2174,1,1,1,245,0,7253.28,394.802,-7.20539,5.89352,275,10,0,300,0,1,0,0,0),(37423,2174,1,1,1,245,0,7449.22,397.184,-18.2124,1.35711,275,10,0,300,0,1,0,0,0),(37424,2174,1,1,1,245,0,7649.59,-17.229,-12.6182,6.25969,275,10,0,300,0,1,0,0,0),(37425,2174,1,1,1,245,0,5004.12,849.781,-15.5159,6.2139,275,10,0,300,0,1,0,0,0),(37426,2174,1,1,1,245,0,7589.48,42.1571,-13.2111,5.35706,275,10,0,300,0,1,0,0,0),(37427,2174,1,1,1,245,0,5514.75,916.961,-19.7328,3.16408,275,10,0,300,0,1,0,0,0),(37428,2174,1,1,1,245,0,7474.7,283.161,-17.3887,2.63465,275,10,0,300,0,1,0,0,0),(37429,2174,1,1,1,245,0,5468.29,676.95,-11.8309,6.19119,275,10,0,300,0,1,0,0,0),(37430,2174,1,1,1,245,0,7290.76,357.566,-17.4114,2.99355,275,10,0,300,0,1,0,0,0),(37431,2174,1,1,1,245,0,7515.89,185.962,-19.1305,2.07997,275,10,0,300,0,1,0,0,0),(37432,2175,1,1,1,3030,0,6563.79,302.533,31.4362,2.00627,7200,0,0,205,0,0,0,0,0),(37433,2176,1,1,1,985,0,5748.9,211.481,29.9254,1.13096,275,10,0,198,0,1,0,0,0),(37434,2176,1,1,1,985,0,5729.43,215.662,28.3874,1.57177,275,5,0,198,0,1,0,0,0),(37435,2176,1,1,1,985,0,5818.3,111.036,31.7998,2.957,275,5,0,198,0,1,0,0,0),(37436,2176,1,1,1,985,0,5772.85,224.487,30.4732,1.59228,275,10,0,198,0,1,0,0,0),(37437,2176,1,1,1,985,0,5811.09,210.878,30.2659,0.119296,275,10,0,198,0,1,0,0,0),(37438,2176,1,1,1,985,0,5782.12,187.381,36.0202,5.04862,275,2,0,198,0,1,0,0,0),(37439,2176,1,1,1,985,0,5806.83,175.647,31.2169,4.68305,275,5,0,198,0,1,0,0,0),(37440,2176,1,1,1,985,0,5829,155.022,33.8485,2.26139,275,5,0,198,0,1,0,0,0),(37441,2176,1,1,1,985,0,5830.17,196.53,31.0919,1.41377,275,10,0,198,0,1,0,0,0),(37442,2176,1,1,1,985,0,5811.14,143.961,31.0387,0.99834,275,5,0,198,0,1,0,0,0),(37443,2176,1,1,1,985,0,5781.77,113.827,35.3145,2.26993,275,5,0,198,0,1,0,0,0),(37444,2176,1,1,1,985,0,5790.76,79.8623,33.6611,1.94039,275,5,0,198,0,1,0,0,0),(37445,2176,1,1,1,985,0,5756.21,78.1608,34.2755,0.186668,275,5,0,198,0,1,0,0,0),(37446,2177,1,1,1,5430,0,5765.03,152.151,33.2846,6.27127,275,0,0,222,0,2,0,0,0),(37447,2177,1,1,1,5430,0,5744.63,176.355,32.8978,5.14634,275,5,0,222,0,1,0,0,0),(37448,2177,1,1,1,5430,0,5702.23,205.098,26.3253,2.96507,275,0,0,222,0,2,0,0,0),(37449,2177,1,1,1,5430,0,5563.02,160.715,28.3487,4.61719,275,5,0,222,0,1,0,0,0),(37450,2177,1,1,1,5430,0,5563.05,139.151,28.8487,4.8204,275,5,0,222,0,1,0,0,0),(37451,2177,1,1,1,5430,0,5627.08,100,29.7989,4.63826,275,10,0,222,0,1,0,0,0),(37452,2177,1,1,1,5430,0,5566.03,106.709,28.8876,4.68567,275,10,0,222,0,1,0,0,0),(37453,2177,1,1,1,5430,0,5593.58,85.0794,26.5489,3.24782,275,10,0,222,0,1,0,0,0),(37454,2177,1,1,1,5430,0,5588.34,170.264,27.841,1.78536,275,5,0,222,0,1,0,0,0),(37455,2177,1,1,1,5430,0,5591.37,139.551,27.773,2.10696,275,5,0,222,0,1,0,0,0),(37456,2177,1,1,1,5430,0,5623.24,210.835,25.5435,4.2594,275,5,0,222,0,1,0,0,0),(37457,2177,1,1,1,5430,0,5602.8,194.599,28.5009,6.15509,275,5,0,222,0,1,0,0,0),(37458,2177,1,1,1,5430,0,5638.79,237.164,24.4008,5.24519,275,5,0,222,0,1,0,0,0),(37459,2177,1,1,1,5430,0,5676.48,210.065,28.0328,0.12084,275,10,0,222,0,1,0,0,0),(37460,2177,1,1,1,5430,0,5655.01,215.821,27.9185,5.00274,275,5,0,222,0,1,0,0,0),(37461,2177,1,1,1,5430,0,5760.63,127.902,34.6052,0.95522,275,5,0,222,0,1,0,0,0),(37462,2177,1,1,1,5430,0,5728.76,97.1113,31.4331,4.11111,275,10,0,222,0,1,0,0,0),(37463,2177,1,1,1,5430,0,5782.21,153.968,35.1295,2.9853,275,5,0,222,0,1,0,0,0),(37464,2177,1,1,1,5430,0,5729.38,145.837,34.3068,1.33787,275,5,0,222,0,1,0,0,0),(37465,2177,1,1,1,5430,0,5589.69,250.92,31.9087,4.24525,275,10,0,222,0,1,0,0,0),(37466,2177,1,1,1,5430,0,5694.11,87.5983,31.3819,5.19415,275,10,0,222,0,1,0,0,0),(37467,2178,1,1,1,10690,0,5705.44,137.489,34.4815,3.30496,275,5,0,247,0,1,0,0,0),(37468,2178,1,1,1,10690,0,5652.01,57.4705,34.482,4.4336,275,3,0,247,0,1,0,0,0),(37469,2178,1,1,1,10690,0,5625.85,57.3835,34.5736,2.06083,275,10,0,247,0,1,0,0,0),(37470,2178,1,1,1,10690,0,5686.32,165.072,29.2256,5.69735,275,10,0,247,0,1,0,0,0),(37471,2178,1,1,1,10690,0,5660.79,176.496,30.789,3.90052,275,5,0,247,0,1,0,0,0),(37472,2178,1,1,1,10690,0,5672.79,143.998,30.2603,1.43372,275,10,0,247,0,1,0,0,0),(37473,2178,1,1,1,10690,0,5769.87,113.209,35.3458,0.164555,275,5,0,247,0,1,0,0,0),(37474,2178,1,1,1,10690,0,5714.42,76.3898,35.5806,1.22756,275,10,0,247,0,1,0,0,0),(37475,2178,1,1,1,10690,0,5690.14,54.6447,32.7647,5.02938,275,10,0,247,0,1,0,0,0),(37476,2178,1,1,1,10690,0,5673.57,104.205,34.1019,1.04059,275,10,0,247,0,1,0,0,0),(37477,2178,1,1,1,10690,0,5671.54,65.5622,30.6397,5.16431,275,5,0,247,0,1,0,0,0),(37478,2178,1,1,1,10690,0,5626.68,179.812,30.1259,0.773791,275,5,0,247,0,1,0,0,0),(37479,2178,1,1,1,10690,0,5635.49,116.087,30.4525,5.3641,275,10,0,247,0,1,0,0,0),(37480,2178,1,1,1,10690,0,5639.17,144.814,31.7515,1.53663,275,10,0,247,0,1,0,0,0),(37481,2178,1,1,1,10690,0,5637.13,157.361,32.6353,4.75473,275,5,0,247,0,1,0,0,0),(37482,2179,1,1,1,4036,1,6822,-742.601,59.5608,0.913565,275,2,0,328,0,1,0,0,0),(37483,2179,1,1,1,4036,1,6727.77,-639.681,69.216,6.0669,275,3,0,328,0,1,0,0,0),(37484,2179,1,1,1,4036,1,6768.9,-698.216,89.3329,0.429304,275,5,0,328,0,1,0,0,0),(37485,2179,1,1,1,4036,1,6796.29,-662.288,89.3403,0.80219,275,5,0,328,0,1,0,0,0),(37486,2179,1,1,1,4036,1,6816.01,-693.89,64.6604,3.8432,275,10,0,328,0,1,0,0,0),(37487,2179,1,1,1,4036,1,6829.59,-791.553,66.1385,0.052199,275,3,0,328,0,1,0,0,0),(37488,2179,1,1,1,4036,1,6861.47,-769.111,60.2263,5.14379,275,2,0,328,0,1,0,0,0),(37489,2179,1,1,1,4036,1,6845.43,-699.335,83.0478,5.51028,275,2,0,328,0,1,0,0,0),(37490,2179,1,1,1,4036,1,6805.05,-674.063,64.8785,0.495349,275,0,0,328,0,2,0,0,0),(37491,2179,1,1,1,4036,1,6837.26,-668.826,84.2968,3.7927,275,5,0,328,0,1,0,0,0),(37492,2179,1,1,1,4036,1,6788.77,-682.095,68.6448,1.60065,275,2,0,328,0,1,0,0,0),(37493,2179,1,1,1,4036,1,6774.67,-652.405,67.9675,4.70371,275,3,0,328,0,1,0,0,0),(37494,2179,1,1,1,4036,1,6734.67,-688.26,69.6207,1.70393,275,3,0,328,0,1,0,0,0),(37495,2179,1,1,1,4036,1,6813.67,-719.695,77.7448,1.21807,275,2,0,328,0,1,0,0,0),(37496,2179,1,1,1,4036,1,6872.36,-662.366,83.2885,4.81179,275,0,0,328,0,0,0,0,0),(37497,2179,1,1,1,4036,1,6765.16,-703.23,89.4781,4.31399,275,5,0,328,0,1,0,0,0),(37498,2179,1,1,1,4036,1,6894.95,-659.951,84.5326,3.6327,275,0,0,328,0,2,0,0,0),(37499,1412,1,1,1,134,0,7838.23,-1065.28,29.3173,5.79991,275,10,0,8,0,1,0,0,0),(37500,1412,1,1,1,134,0,5910.66,-65.6321,47.7267,0.526106,275,10,0,8,0,1,0,0,0),(37501,1412,1,1,1,134,0,5868.12,100.609,31.3179,3.00105,275,10,0,8,0,1,0,0,0),(37502,2180,1,1,1,4980,1,6752.36,-642.956,68.4889,0.013569,275,3,0,325,357,1,0,0,0),(37503,2180,1,1,1,4980,1,6717.81,-659.385,69.3153,4.44819,275,3,0,325,357,1,0,0,0),(37504,2180,1,1,1,4980,1,6759.99,-688.643,69.5054,5.7528,275,3,0,325,357,1,0,0,0),(37505,1412,1,1,1,134,0,6706.73,-227.274,41.7977,2.42601,275,0,0,8,0,0,0,0,0),(37506,2180,1,1,1,4980,1,6775.84,-675.97,89.3371,3.49881,275,5,0,325,357,1,0,0,0),(37507,1412,1,1,1,134,0,6667.06,255.947,28.6872,5.57821,275,10,0,8,0,1,0,0,0),(37508,2180,1,1,1,4980,1,6752.49,-701.778,89.4436,2.88407,275,5,0,325,357,1,0,0,0),(37509,1412,1,1,1,134,0,6146.2,239.656,24.4825,5.77704,275,10,0,8,0,1,0,0,0),(37510,2180,1,1,1,4980,1,6804.54,-759.648,69.2443,3.65919,275,5,0,325,357,1,0,0,0),(37511,2180,1,1,1,4980,1,6816.05,-778.028,68.4249,5.30338,275,5,0,325,357,1,0,0,0),(37512,2180,1,1,1,4980,1,6840.64,-758.653,58.6655,3.74034,275,2,0,325,357,1,0,0,0),(37513,2180,1,1,1,4980,1,6811.94,-675.961,64.8785,5.99244,275,0,0,325,357,2,0,0,0),(37514,2180,1,1,1,4980,1,6829.02,-681.803,64.432,1.33809,275,2,0,325,357,1,0,0,0),(37515,2180,1,1,1,4980,1,6814.19,-764.243,68.7716,2.17623,275,0,0,325,357,2,0,0,0),(37516,2180,1,1,1,4980,1,6818.08,-716.038,62.0426,4.71805,275,2,0,325,357,1,0,0,0),(37517,2180,1,1,1,4980,1,6852.49,-792.504,62.3495,4.22746,275,3,0,325,357,1,0,0,0),(37518,2180,1,1,1,4980,1,6836.41,-714.265,81.777,3.90124,275,2,0,325,357,1,0,0,0),(37519,2180,1,1,1,4980,1,6795.02,-708.01,74.4555,5.20282,275,2,0,325,357,1,0,0,0),(37520,2180,1,1,1,4980,1,6876.71,-640.125,87.4076,5.6687,275,0,0,325,357,0,0,0,0),(37521,2180,1,1,1,4980,1,6820.15,-661.903,86.8166,4.12894,275,5,0,325,357,1,0,0,0),(37522,2180,1,1,1,4980,1,6739.15,-676.224,67.1845,5.99476,275,10,0,325,357,1,0,0,0),(37523,6788,1,1,1,1007,0,6662.71,-430.466,75.2149,5.88236,275,0,0,521,0,0,0,0,0),(37524,2180,1,1,1,4980,1,6856.99,-675.304,83.3371,4.85339,275,2,0,325,357,1,0,0,0),(37525,2181,1,1,1,4036,1,7250.81,-922.296,37.8349,4.79629,275,10,0,417,0,1,0,0,0),(37526,2181,1,1,1,4036,1,7304.57,-1010.67,32.3594,3.12906,275,10,0,417,0,1,0,0,0),(37527,2181,1,1,1,4036,1,7328.5,-1028.09,33.4844,0.98052,275,10,0,417,0,1,0,0,0),(37528,2181,1,1,1,4036,1,7344.3,-873.378,32.3509,2.50224,275,5,0,417,0,1,0,0,0),(37529,2181,1,1,1,4036,1,7613.96,-972.772,33.7723,0.922347,275,5,0,417,0,1,0,0,0),(37530,2181,1,1,1,4036,1,7438.9,-856.532,3.75861,3.03933,275,3,0,417,0,1,0,0,0),(37531,2181,1,1,1,4036,1,7513.53,-870.832,22.8864,2.40851,275,10,0,417,0,1,0,0,0),(37532,2181,1,1,1,4036,1,7247.96,-955.031,37.2608,4.68894,275,0,0,417,0,0,0,0,0),(37533,2181,1,1,1,4036,1,7304.47,-944.379,32.9276,3.3256,275,3,0,417,0,1,0,0,0),(37534,2181,1,1,1,4036,1,7278.71,-911.129,33.4619,2.9653,275,10,0,417,0,1,0,0,0),(37535,2181,1,1,1,4036,1,7386.94,-946.44,32.3609,4.38809,275,5,0,417,0,1,0,0,0),(37536,2181,1,1,1,4036,1,7378.12,-982.291,32.0115,0.995087,275,5,0,417,0,1,0,0,0),(37537,2181,1,1,1,4036,1,7420.59,-917.966,12.8604,0.519424,275,5,0,417,0,1,0,0,0),(37542,2181,1,1,1,4036,1,7401.17,-886.93,14.0067,4.27663,275,5,0,417,0,1,0,0,0),(37543,2181,1,1,1,4036,1,7477.11,-899.335,16.4703,2.2603,275,5,0,417,0,1,0,0,0),(37544,2181,1,1,1,4036,1,7492.25,-851.759,13.4455,2.48599,275,3,0,417,0,1,0,0,0),(37545,2181,1,1,1,4036,1,7401.97,-835.432,19.0676,1.8481,275,10,0,417,0,1,0,0,0),(37546,2181,1,1,1,4036,1,7475.58,-804.207,14.3856,0.78647,275,2,0,417,0,1,0,0,0),(37547,2181,1,1,1,4036,1,7421.7,-813.67,13.4124,2.3207,275,2,0,417,0,1,0,0,0),(37548,2181,1,1,1,4036,1,7383.24,-812.358,11.1497,5.25174,275,5,0,417,0,1,0,0,0),(37549,2181,1,1,1,4036,1,7659.72,-996.281,36.6492,1.7189,275,10,0,417,0,1,0,0,0),(37550,2181,1,1,1,4036,1,7697.74,-956.343,28.0469,1.42664,275,10,0,417,0,1,0,0,0),(37551,2181,1,1,1,4036,1,7599.11,-1033.07,38.0698,1.10294,275,5,0,417,0,1,0,0,0),(37552,2181,1,1,1,4036,1,7603.27,-1002.88,36.7848,2.64212,275,5,0,417,0,1,0,0,0),(37553,2181,1,1,1,4036,1,7652.74,-1014.38,39.7564,1.76313,275,10,0,417,0,1,0,0,0),(37557,2181,1,1,1,4036,1,7591.66,-1063.05,38.9173,3.00906,275,10,0,417,0,1,0,0,0),(37558,2181,1,1,1,4036,1,7352.51,-781.695,7.96978,5.44553,275,3,0,417,0,1,0,0,0),(37559,2181,1,1,1,4036,1,7268.92,-836.029,28.3271,3.36261,275,5,0,417,0,1,0,0,0),(37560,2181,1,1,1,4036,1,7339.45,-814.487,18.219,4.94508,275,0,0,417,0,2,0,0,0),(37561,2181,1,1,1,4036,1,7293.36,-873.147,30.2752,1.70466,275,10,0,417,0,1,0,0,0),(37562,2181,1,1,1,4036,1,7303.7,-889.883,31.7125,1.41619,275,5,0,417,0,1,0,0,0),(37563,2181,1,1,1,4036,1,7240.57,-893.747,36.1869,0.330717,275,10,0,417,0,1,0,0,0),(37564,2181,1,1,1,4036,1,7259.76,-861.938,31.9551,0.312142,275,5,0,417,0,1,0,0,0),(37565,2181,1,1,1,4036,1,7302.76,-814.133,20.5995,5.09388,275,0,0,417,0,2,0,0,0),(37566,6789,1,1,1,5510,0,6666.74,-431.073,74.8505,2.75188,275,2,0,278,0,1,0,0,0),(37567,6789,1,1,1,5510,0,6681.54,-436.387,74.5616,3.76725,275,2,0,278,0,1,0,0,0),(37568,6789,1,1,1,5510,0,6659.15,-426.739,77.0539,5.79449,275,2,0,278,0,1,0,0,0),(37569,6789,1,1,1,5510,0,6661.73,-435.371,75.1241,1.98968,275,2,0,278,0,1,0,0,0),(37570,2182,1,1,1,4973,1,7305.55,-977.196,31.9844,3.3713,275,10,0,379,1118,1,0,0,0),(37572,2182,1,1,1,4973,1,7357.83,-1050.96,36.511,0.543228,275,10,0,379,1118,1,0,0,0),(37573,2182,1,1,1,4973,1,7335.42,-997.916,31.6554,1.41118,275,10,0,379,1118,1,0,0,0),(37574,2182,1,1,1,4973,1,7409.53,-1093.45,43.5366,3.97695,275,10,0,379,1118,1,0,0,0),(37575,2182,1,1,1,4973,1,7660.05,-957.327,27.3848,5.97665,275,10,0,379,1118,1,0,0,0),(37576,2182,1,1,1,4973,1,7350.21,-981.386,32.2804,5.63957,275,5,0,379,1118,1,0,0,0),(37577,2182,1,1,1,4973,1,7506.08,-987.29,-9.75635,6.19686,275,5,0,379,1118,1,0,0,0),(37578,2182,1,1,1,4973,1,7457.88,-858.64,1.25861,5.60899,275,3,0,379,1118,1,0,0,0),(37579,2182,1,1,1,4973,1,7466.14,-983.503,-7.49843,0.54365,275,5,0,379,1118,1,0,0,0),(37580,2182,1,1,1,4973,1,7278.5,-950.113,34.2543,2.42268,275,10,0,379,1118,1,0,0,0),(37581,2182,1,1,1,4973,1,7329.82,-889.928,32.3375,6.27315,275,5,0,379,1118,1,0,0,0),(37582,2182,1,1,1,4973,1,7368.3,-901.803,32.3373,4.78021,275,5,0,379,1118,1,0,0,0),(37583,2182,1,1,1,4973,1,7417.1,-1118.77,40.5964,1.96477,275,10,0,379,1118,1,0,0,0),(37584,2182,1,1,1,4973,1,7443.12,-905.454,11.338,3.5061,275,0,0,379,1118,2,0,0,0),(37595,2182,1,1,1,4973,1,7486.07,-821.3,14.6356,3.97431,275,2,0,379,1118,1,0,0,0),(37614,2182,1,1,1,4973,1,7377.18,-841.848,18.077,1.7701,275,0,0,379,1118,2,0,0,0),(37615,2182,1,1,1,4973,1,7628.4,-1002.74,37.7353,2.18198,275,0,0,379,1118,2,0,0,0),(37627,2182,1,1,1,4973,1,7577.87,-1081.61,41.3153,4.71222,275,5,0,379,1118,1,0,0,0),(37701,2182,1,1,1,4973,1,7482.22,-1109.47,34.6743,5.91491,275,10,0,379,1118,1,0,0,0),(37703,2182,1,1,1,4973,1,7357.16,-1090.96,38.2491,6.05886,275,10,0,379,1118,1,0,0,0),(37704,2182,1,1,1,4973,1,7386.86,-792.971,8.59671,5.26557,275,10,0,379,1118,1,0,0,0),(37705,2182,1,1,1,4973,1,7267.95,-880.176,33.7943,4.02361,275,10,0,379,1118,1,0,0,0),(37706,2182,1,1,1,4973,1,7254.61,-887.389,34.4369,1.38457,275,10,0,379,1118,1,0,0,0),(37707,2183,1,1,1,11269,1,7370.23,-1071.53,38.9667,3.85662,275,0,0,494,0,2,0,0,0),(37709,2183,1,1,1,11269,1,7370.76,-1120.69,42.7017,5.49972,275,5,0,494,0,1,0,0,0),(37712,2183,1,1,1,11269,1,7424.59,-1072.14,38.5301,4.08368,275,5,0,494,0,1,0,0,0),(37713,2183,1,1,1,11269,1,7358.01,-1007.05,31.31,2.36315,275,0,0,494,0,2,0,0,0),(37714,2183,1,1,1,11269,1,7513.31,-995.103,-9.75635,1.56868,275,5,0,494,0,1,0,0,0),(37716,2183,1,1,1,11269,1,7477.85,-1019.35,-9.63135,0.054363,275,5,0,494,0,1,0,0,0),(37717,2183,1,1,1,11269,1,7506.33,-1018.65,-9.75635,2.80109,275,5,0,494,0,1,0,0,0),(37718,2183,1,1,1,11269,1,7450.99,-1006.57,-9.75634,4.72875,275,5,0,494,0,1,0,0,0),(37719,2183,1,1,1,11269,1,7394.6,-1055.38,39.033,5.0858,275,5,0,494,0,1,0,0,0),(37720,2183,1,1,1,11269,1,7379.69,-1028.65,33.8865,0.459978,275,5,0,494,0,1,0,0,0),(37721,2183,1,1,1,11269,1,7397.71,-1116.72,41.2383,4.05787,275,10,0,494,0,1,0,0,0),(37722,2183,1,1,1,11269,1,7439.72,-1131.35,40.5149,3.4298,275,3,0,494,0,1,0,0,0),(37723,2183,1,1,1,11269,1,7544.47,-1076.79,39.614,0.688111,275,5,0,494,0,1,0,0,0),(37724,2183,1,1,1,11269,1,7495.04,-1080.98,36.555,1.69232,275,10,0,494,0,1,0,0,0),(37725,2183,1,1,1,11269,1,7559.15,-1055.25,37.4961,3.33939,275,5,0,494,0,1,0,0,0),(37726,2183,1,1,1,11269,1,7469.64,-1069.91,34.93,1.2225,275,5,0,494,0,1,0,0,0),(37727,2183,1,1,1,11269,1,7520.77,-1066.37,35.4488,2.03707,275,0,0,494,0,0,0,0,0),(37728,2183,1,1,1,11269,1,7460.62,-1096.84,36.1425,0.46866,275,5,0,494,0,1,0,0,0),(37729,2183,1,1,1,11269,1,7323.82,-1059.67,38.0261,4.23056,275,5,0,494,0,1,0,0,0),(37730,2184,1,1,1,5774,1,5664.94,126.206,32.2468,3.74098,7200,0,0,386,0,0,0,0,0),(37731,2185,1,1,1,992,0,5746.15,922.843,-18.2912,3.01488,275,10,0,247,0,1,0,0,0),(37732,2185,1,1,1,992,0,6789.42,680.604,-27.909,6.09046,275,10,0,247,0,1,0,0,0),(37733,2185,1,1,1,992,0,6663.59,596.16,-10.3398,3.86208,275,10,0,247,0,1,0,0,0),(37734,2185,1,1,1,992,0,6309.83,1008.78,-44.4061,3.89045,275,10,0,247,0,1,0,0,0),(37735,2185,1,1,1,992,0,5713.89,851.823,-20.2656,4.95699,275,10,0,247,0,1,0,0,0),(37736,2185,1,1,1,992,0,6778,740.203,-34.5273,3.17362,275,10,0,247,0,1,0,0,0),(37737,2185,1,1,1,992,0,5714.7,754.214,-16.7576,1.64974,275,10,0,247,0,1,0,0,0),(37738,2185,1,1,1,992,0,6653.7,857.141,-15.7232,1.2213,275,10,0,247,0,1,0,0,0),(37739,2185,1,1,1,992,0,6657.6,730.019,-12.9932,1.0508,275,10,0,247,0,1,0,0,0),(37740,2185,1,1,1,992,0,5820.24,618.388,-34.7773,4.54963,275,10,0,247,0,1,0,0,0),(37741,2185,1,1,1,992,0,6713.7,658.957,-9.9615,1.19734,275,10,0,247,0,1,0,0,0),(37742,2185,1,1,1,992,0,6909.76,744.666,-14.07,3.18839,275,10,0,247,0,1,0,0,0),(37743,2185,1,1,1,992,0,5845.77,818.367,-18.0439,3.62859,275,10,0,247,0,1,0,0,0),(37744,2185,1,1,1,992,0,5915.55,918.766,-17.8076,3.12109,275,10,0,247,0,1,0,0,0),(37745,2185,1,1,1,992,0,6853.41,812.37,-24.4938,4.94197,275,10,0,247,0,1,0,0,0),(37746,2185,1,1,1,992,0,5700.63,879.243,-17.9483,3.28409,275,10,0,247,0,1,0,0,0),(37747,2185,1,1,1,992,0,6764.31,801.469,-18.5054,5.56206,275,10,0,247,0,1,0,0,0),(37748,2185,1,1,1,992,0,6772.52,737.924,-28.5823,5.88993,275,10,0,247,0,1,0,0,0),(37749,2185,1,1,1,992,0,6033.18,656.707,-5.21723,6.15743,275,10,0,247,0,1,0,0,0),(37750,2185,1,1,1,992,0,6977.1,652.885,-11.6587,3.72469,275,10,0,247,0,1,0,0,0),(37751,2185,1,1,1,992,0,7080.35,742.736,-12.6556,2.48062,275,10,0,247,0,1,0,0,0),(37752,2185,1,1,1,992,0,5767.19,672.799,-34.7773,3.3456,275,10,0,247,0,1,0,0,0),(37753,2185,1,1,1,992,0,6761.2,812.47,-17.898,4.09622,275,10,0,247,0,1,0,0,0),(37754,2185,1,1,1,992,0,6716.05,688.357,-15.5645,4.68443,275,10,0,247,0,1,0,0,0),(37755,2185,1,1,1,992,0,6758.96,676.669,-16.5916,5.74473,275,10,0,247,0,1,0,0,0),(37756,2185,1,1,1,992,0,5866.62,691.433,-12.1936,0.466719,275,10,0,247,0,1,0,0,0),(37757,2185,1,1,1,992,0,5851.5,881.733,-10.1599,5.47707,275,10,0,247,0,1,0,0,0),(37758,2185,1,1,1,992,0,5787.13,841.996,-35.175,5.54103,275,10,0,247,0,1,0,0,0),(37759,2185,1,1,1,992,0,5780.34,799.786,-27.0677,1.4376,275,10,0,247,0,1,0,0,0),(37760,2185,1,1,1,992,0,5759.3,714.744,-34.7773,1.98693,275,10,0,247,0,1,0,0,0),(37761,2185,1,1,1,992,0,6652.51,832.834,-15.7232,4.69386,275,10,0,247,0,1,0,0,0),(37762,2185,1,1,1,992,0,6579.77,765.857,-16.4625,4.21597,275,10,0,247,0,1,0,0,0),(37763,2185,1,1,1,992,0,6613.36,848.444,-18.6048,3.84609,275,10,0,247,0,1,0,0,0),(37764,2185,1,1,1,992,0,7274.73,590.327,-40.0684,0.321203,275,10,0,247,0,1,0,0,0),(37765,2185,1,1,1,992,0,5988.66,677.868,-9.44389,0.749366,275,10,0,247,0,1,0,0,0),(37766,2185,1,1,1,992,0,6841.69,719.27,-34.0784,3.52849,275,10,0,247,0,1,0,0,0),(37767,2185,1,1,1,992,0,7056.49,554.681,-15.6541,5.96732,275,10,0,247,0,1,0,0,0),(37768,2185,1,1,1,992,0,7125.98,531.111,-12.0596,0.503102,275,10,0,247,0,1,0,0,0),(37769,2185,1,1,1,992,0,6848.51,652.003,-14.2022,2.75121,275,10,0,247,0,1,0,0,0),(37770,2185,1,1,1,992,0,6985.62,580.318,-14.3637,4.81328,275,10,0,247,0,1,0,0,0),(37771,2185,1,1,1,992,0,7039.37,689.164,-11.357,1.69179,275,10,0,247,0,1,0,0,0),(37772,2185,1,1,1,992,0,6976,724.644,-13.5918,3.61998,275,10,0,247,0,1,0,0,0),(37773,2185,1,1,1,992,0,7107.44,589.21,-12.3306,6.21296,275,10,0,247,0,1,0,0,0),(37774,2185,1,1,1,992,0,6588.14,721.077,-17.2888,3.68572,275,10,0,247,0,1,0,0,0),(37775,2185,1,1,1,992,0,6444.97,829.194,-26.6989,0.88987,275,10,0,247,0,1,0,0,0),(37776,2185,1,1,1,992,0,6532.3,808.465,-23.6761,0.145074,275,10,0,247,0,1,0,0,0),(37777,2185,1,1,1,992,0,6518.87,741.531,-24.8456,0.544444,275,10,0,247,0,1,0,0,0),(37778,2185,1,1,1,992,0,7046.66,620.643,-14.566,1.43159,275,10,0,247,0,1,0,0,0),(37779,2185,1,1,1,992,0,6740.04,585.56,-10.1881,2.41495,275,10,0,247,0,1,0,0,0),(37780,2185,1,1,1,992,0,7034.01,343.694,-12.7714,2.59749,275,10,0,247,0,1,0,0,0),(37781,2185,1,1,1,992,0,5743.75,718.731,-34.7773,2.23056,275,10,0,247,0,1,0,0,0),(37782,2187,1,1,1,994,0,4724,915.087,-8.33389,4.49787,275,10,0,356,0,1,0,0,0),(37783,2187,1,1,1,994,0,4459.27,979.571,-6.17995,1.21232,275,10,0,356,0,1,0,0,0),(37784,2187,1,1,1,994,0,7877.01,-720.456,-12.8464,0.134159,275,10,0,356,0,1,0,0,0),(37785,2187,1,1,1,994,0,7915.33,-837.337,-17.88,4.76459,275,10,0,356,0,1,0,0,0),(37786,2187,1,1,1,994,0,4615.37,949.824,-5.23623,4.67076,275,10,0,356,0,1,0,0,0),(37787,2187,1,1,1,994,0,7510.92,-440.201,-19.4025,1.92195,275,10,0,356,0,1,0,0,0),(37788,2187,1,1,1,994,0,4785.25,920.239,-13.2929,6.17337,275,10,0,356,0,1,0,0,0),(37789,2187,1,1,1,994,0,4882.26,947.72,-12.0059,1.34099,275,10,0,356,0,1,0,0,0),(37790,2187,1,1,1,994,0,4822.29,926.788,-14.8808,1.27868,275,10,0,356,0,1,0,0,0),(37791,2187,1,1,1,994,0,7586.91,-585.291,-6.51322,0.353111,275,10,0,356,0,1,0,0,0),(37792,2187,1,1,1,994,0,5149.61,910.338,-13.0697,2.88863,275,10,0,356,0,1,0,0,0),(37793,2187,1,1,1,994,0,4754.33,879.044,-3.36609,1.25821,275,10,0,356,0,1,0,0,0),(37794,2187,1,1,1,994,0,4990.9,944.397,-27.4185,2.2593,275,10,0,356,0,1,0,0,0),(37795,2187,1,1,1,994,0,4480.99,937.473,-6.84908,1.10237,275,10,0,356,0,1,0,0,0),(37796,2187,1,1,1,994,0,4873.8,921.911,-11.3212,3.31332,275,10,0,356,0,1,0,0,0),(37797,2187,1,1,1,994,0,5082.55,966.201,-27.3016,1.66172,275,10,0,356,0,1,0,0,0),(37798,2187,1,1,1,994,0,4578.03,779.202,-5.19351,6.21794,275,10,0,356,0,1,0,0,0),(37799,2187,1,1,1,994,0,4631.69,929.5,-6.62335,0.758429,275,10,0,356,0,1,0,0,0),(37800,2187,1,1,1,994,0,7875.44,-282.672,-35.227,5.59268,275,10,0,356,0,1,0,0,0),(37801,2187,1,1,1,994,0,7786.42,-228.197,-12.084,4.19501,275,10,0,356,0,1,0,0,0),(37802,2187,1,1,1,994,0,7774.77,-251.869,-13.2432,2.30593,275,10,0,356,0,1,0,0,0),(37803,2187,1,1,1,994,0,7841.29,-293.892,-26.1047,1.0523,275,10,0,356,0,1,0,0,0),(37804,2187,1,1,1,994,0,7822.3,-219.919,-21.6348,4.8431,275,10,0,356,0,1,0,0,0),(37805,2187,1,1,1,994,0,7857.49,-240.289,-30.2567,5.50941,275,10,0,356,0,1,0,0,0),(37806,2187,1,1,1,994,0,7520.42,-180.717,-16.8138,4.72751,275,10,0,356,0,1,0,0,0),(37807,2187,1,1,1,994,0,7803.44,-287.294,-14.3107,4.70072,275,10,0,356,0,1,0,0,0),(37808,2187,1,1,1,994,0,7923.36,-296.306,-39.5422,5.08634,275,10,0,356,0,1,0,0,0),(37809,2189,1,1,1,2452,1,6694.17,29.4701,43.3069,4.25164,275,5,0,198,0,1,0,0,0),(37810,2189,1,1,1,2452,1,6627.44,27.4245,35.5472,3.95722,275,10,0,198,0,1,0,0,0),(37811,2189,1,1,1,2452,1,6647.55,14.2975,38.0206,3.73984,275,3,0,198,0,1,0,0,0),(37812,2189,1,1,1,2452,1,6631.41,2.83593,35.4222,0.273425,275,3,0,198,0,1,0,0,0),(37813,2189,1,1,1,2452,1,6599.39,2.82322,29.4032,0.40957,275,10,0,198,0,1,0,0,0),(37814,2189,1,1,1,2452,1,6678.29,-14.7127,43.0639,2.83931,275,10,0,198,0,1,0,0,0),(37815,2189,1,1,1,2452,1,6687.43,10.7584,42.8069,5.13322,275,0,0,198,0,2,0,0,0),(37816,2189,1,1,1,2452,1,6669.33,32.5651,43.3069,1.77036,275,5,0,198,0,1,0,0,0),(37817,2189,1,1,1,2452,1,6654.61,57.1451,30.8271,1.89516,275,5,0,198,0,1,0,0,0),(37818,2189,1,1,1,2452,1,6752.08,6.25,40.2259,3.26278,275,0,0,198,0,2,0,0,0),(37819,2189,1,1,1,2452,1,6710.18,14.2073,42.948,2.71824,275,5,0,198,0,1,0,0,0),(37820,2189,1,1,1,2452,1,6754,-130.845,30.8167,2.04055,275,5,0,198,0,1,0,0,0),(37821,2189,1,1,1,2452,1,6756.13,-170.504,32.9811,0.279253,275,10,0,198,0,1,0,0,0),(37822,2189,1,1,1,2452,1,6714.11,-137.225,36.1164,1.44176,275,0,0,198,0,2,0,0,0),(37823,2189,1,1,1,2452,1,6735.76,22.7679,43.8509,4.7184,275,5,0,198,0,1,0,0,0),(37824,2189,1,1,1,2452,1,6738.58,-77.4975,43.0341,4.88692,275,0,0,198,0,0,0,0,0),(37825,2189,1,1,1,2452,1,6747.27,-20.0509,43.2118,4.84044,275,10,0,198,0,1,0,0,0),(37826,2190,1,1,1,1015,1,6580.97,-31.5124,35.7285,3.01623,275,10,0,222,0,1,0,0,0),(37827,2190,1,1,1,1015,1,6579.04,-55.4279,31.5893,0.737842,275,10,0,222,0,1,0,0,0),(37828,2190,1,1,1,1015,1,6603.19,-91.4537,33.538,3.63643,275,5,0,222,0,1,0,0,0),(37829,2190,1,1,1,1015,1,6603.12,-67.709,30.913,5.25177,275,10,0,222,0,1,0,0,0),(37830,2190,1,1,1,1015,1,6640.83,-44.5692,35.7518,4.18319,275,5,0,222,0,1,0,0,0),(37831,2190,1,1,1,1015,1,6613.08,-25.1326,34.3558,1.79283,275,10,0,222,0,1,0,0,0),(37832,2190,1,1,1,1015,1,6647.52,-131.152,33.7237,3.12001,275,5,0,222,0,1,0,0,0),(37833,2190,1,1,1,1015,1,6621.26,-131.381,35.4454,4.54403,275,5,0,222,0,1,0,0,0),(37834,2190,1,1,1,1015,1,6664.96,-147.545,34.258,0.350005,275,10,0,222,0,1,0,0,0),(37838,2190,1,1,1,1015,1,6643.13,-23.8369,38.4311,4.44196,275,0,0,222,0,2,0,0,0),(37839,2190,1,1,1,1015,1,6643.35,-101.404,27.0987,0.420156,275,5,0,222,0,1,0,0,0),(37840,2190,1,1,1,1015,1,6628.09,-71.5836,30.913,0.755956,275,10,0,222,0,1,0,0,0),(37841,2190,1,1,1,1015,1,6668.55,-106.5,22.8487,4.28654,275,5,0,222,0,1,0,0,0),(37842,2190,1,1,1,1015,1,6678.39,-84.9567,22.8487,4.83127,275,5,0,222,0,1,0,0,0),(37843,2190,1,1,1,1015,1,6659.95,-71.1717,23.0987,0.684661,275,5,0,222,0,1,0,0,0),(37844,2190,1,1,1,1015,1,6722.99,-115.414,41.6461,3.24923,275,5,0,222,0,1,0,0,0),(37845,2190,1,1,1,1015,1,6734.35,-218.328,34.6649,0.597661,275,10,0,222,0,1,0,0,0),(37846,2190,1,1,1,1015,1,6714.18,-166.007,32.2414,1.89042,275,10,0,222,0,1,0,0,0),(37847,2190,1,1,1,1015,1,6685.07,-168.425,33.2374,1.19668,275,10,0,222,0,1,0,0,0),(37848,2190,1,1,1,1015,1,6732.86,-196.181,31.9646,4.31315,275,10,0,222,0,1,0,0,0),(37849,2190,1,1,1,1015,1,6697.98,-190.032,35.7374,4.49866,275,5,0,222,0,1,0,0,0),(37850,2190,1,1,1,1015,1,6692.07,-146.837,32.3505,1.07993,275,10,0,222,0,1,0,0,0),(37851,2190,1,1,1,1015,1,6754.57,-43.6185,43.3769,4.91276,275,10,0,222,0,1,0,0,0),(37852,2192,1,1,1,5772,1,4506.22,407.356,31.7327,2.35504,7200,0,0,379,1118,2,0,0,0),(37853,6297,1,1,1,5019,1,6542.64,436.392,7.61732,4.86947,275,0,0,1342,0,0,0,0,0),(37854,2201,1,1,1,346,1,6123.33,575.978,-1.76735,5.51542,275,0,0,222,0,0,0,0,0),(37855,2202,1,1,1,3619,1,7379.56,408.603,-0.637796,5.32769,275,5,0,247,0,1,0,0,0),(37856,2202,1,1,1,3619,1,7158.67,260.317,-13.2258,2.8431,275,5,0,247,0,1,0,0,0),(37857,2202,1,1,1,3619,1,7069.48,413.461,-40.5286,5.34069,275,5,0,247,0,1,0,0,0),(37858,2202,1,1,1,3619,1,7139.59,330.723,-24.0411,4.34888,275,5,0,247,0,1,0,0,0),(37859,2202,1,1,1,3619,1,6976.7,189.272,-0.812714,5.12427,275,5,0,247,0,1,0,0,0),(37860,2202,1,1,1,3619,1,6949.22,182.554,0.179427,5.71312,275,5,0,247,0,1,0,0,0),(37861,2202,1,1,1,3619,1,6928.24,180.558,1.82411,4.63805,275,5,0,247,0,1,0,0,0),(37862,2202,1,1,1,3619,1,6116.13,585.874,-4.14235,0.077556,275,5,0,247,0,1,0,0,0),(37863,2202,1,1,1,3619,1,7145.83,299.751,-34.7133,2.31174,275,5,0,247,0,1,0,0,0),(37864,2202,1,1,1,3619,1,7142.06,313.551,-34.781,4.61495,275,5,0,247,0,1,0,0,0),(37865,6298,1,1,1,5020,1,6534.42,437.945,7.36371,5.89921,275,0,0,1003,0,0,0,0,0),(37866,2202,1,1,1,3619,1,7058.62,405.874,-6.66263,0.194124,275,2,0,247,0,1,0,0,0),(37867,2202,1,1,1,3619,1,7067.24,421.064,-4.45901,3.84001,275,5,0,247,0,1,0,0,0),(37930,2202,1,1,1,3619,1,7068.95,420.613,-14.3975,5.45704,275,5,0,247,0,1,0,0,0),(37931,2202,1,1,1,3619,1,7071.18,432.281,-21.8855,3.06401,275,5,0,247,0,1,0,0,0),(37932,2202,1,1,1,3619,1,7039.57,407.25,-14.3531,1.54251,275,5,0,247,0,1,0,0,0),(37933,2202,1,1,1,3619,1,7089.47,446.476,-22.9681,2.51572,275,5,0,247,0,1,0,0,0),(37934,2202,1,1,1,3619,1,6972.25,209.263,-0.705522,0.333344,275,5,0,247,0,1,0,0,0),(37935,2202,1,1,1,3619,1,7137.51,311.078,-39.9594,6.02989,275,5,0,247,0,1,0,0,0),(37936,2202,1,1,1,3619,1,7029.96,435.876,-21.8221,5.82134,275,5,0,247,0,1,0,0,0),(37937,2202,1,1,1,3619,1,6120.03,555.353,1.9681,1.01872,275,5,0,247,0,1,0,0,0),(37938,2202,1,1,1,3619,1,6106.17,543.677,2.5931,1.95276,275,5,0,247,0,1,0,0,0),(37939,2202,1,1,1,3619,1,6106.89,573.122,-0.89235,4.4622,275,5,0,247,0,1,0,0,0),(37940,2202,1,1,1,3619,1,6102.79,557.35,1.5931,0.617162,275,5,0,247,0,1,0,0,0),(37941,2202,1,1,1,3619,1,5640.76,523.388,1.55423,4.68951,275,5,0,247,0,1,0,0,0),(37942,2202,1,1,1,3619,1,5640.63,534.375,-1.44506,5.35897,275,10,0,247,0,1,0,0,0),(37943,2202,1,1,1,3619,1,5615.68,523.598,1.81754,6.05484,275,3,0,247,0,1,0,0,0),(37944,2202,1,1,1,3619,1,5613.83,501.413,4.31754,0.017342,275,5,0,247,0,1,0,0,0),(37945,2203,1,1,1,3940,1,7144.76,340.26,-28.9234,0.637172,275,5,0,253,264,1,0,0,0),(37946,2203,1,1,1,3940,1,7175.84,322.183,-42.3932,0.735586,275,5,0,253,264,1,0,0,0),(37947,2203,1,1,1,3940,1,7106.64,319.313,-40.6059,1.59053,275,5,0,253,264,1,0,0,0),(37948,2203,1,1,1,3940,1,7132.67,336.642,-31.4938,1.64629,275,5,0,253,264,1,0,0,0),(37949,2203,1,1,1,3940,1,7137.09,313.784,-21.1934,4.10084,275,5,0,253,264,1,0,0,0),(37950,2203,1,1,1,3940,1,7138.54,301.215,-19.6593,3.45352,275,5,0,253,264,1,0,0,0),(37951,2203,1,1,1,3940,1,5229.26,593.396,0.241886,4.89102,275,0,0,253,264,0,0,0,0),(37952,2203,1,1,1,3940,1,6985.78,199.721,-1.2928,0.495382,275,5,0,253,264,1,0,0,0),(37953,2203,1,1,1,3940,1,7132.17,334.142,-41.4268,5.35457,275,5,0,253,264,1,0,0,0),(37954,6299,1,1,1,5021,1,6545.89,440.145,7.65281,4.90438,275,0,0,713,0,0,0,0,0),(37955,2203,1,1,1,3940,1,7031.98,403.298,-6.39551,0.507623,275,0,0,253,264,0,0,0,0),(37956,2203,1,1,1,3940,1,7073.69,437.231,-3.75144,5.45766,275,2,0,253,264,1,0,0,0),(37957,2203,1,1,1,3940,1,7059.3,408.267,-14.5234,0.391694,275,5,0,253,264,1,0,0,0),(37958,2203,1,1,1,3940,1,7040.99,397.704,-13.8551,3.01404,275,5,0,253,264,1,0,0,0),(37959,2203,1,1,1,3940,1,7044.31,408.762,-22.0947,5.44967,275,5,0,253,264,1,0,0,0),(37960,2203,1,1,1,3940,1,7119.89,369.168,-41.4425,1.8984,275,5,0,253,264,1,0,0,0),(37961,2203,1,1,1,3940,1,6953.98,205.103,0.953374,4.16698,275,5,0,253,264,1,0,0,0),(37962,2203,1,1,1,3940,1,6937.84,197.578,1.80443,0.248633,275,5,0,253,264,1,0,0,0),(37963,2203,1,1,1,3940,1,7008.75,395.88,-9.79006,4.81561,275,5,0,253,264,1,0,0,0),(37964,2203,1,1,1,3940,1,5634.01,510.388,5.17923,3.06123,275,10,0,253,264,1,0,0,0),(37965,2203,1,1,1,3940,1,5627.8,531.891,-0.807462,0.184169,275,5,0,253,264,1,0,0,0),(37966,2203,1,1,1,3940,1,5244.47,573.633,1.35491,5.29995,275,5,0,253,264,1,0,0,0),(37967,2203,1,1,1,3940,1,5214.25,591.047,1.99416,6.26756,275,0,0,253,264,0,0,0,0),(37968,2203,1,1,1,3940,1,5207.14,602.259,1.67546,3.08685,275,0,0,253,264,0,0,0,0),(37969,2204,1,1,1,2597,1,7444.57,46.9616,1.61016,2.03179,275,5,0,300,0,1,0,0,0),(37970,2204,1,1,1,2597,1,7445.21,70.5394,1.75787,3.50324,275,5,0,300,0,1,0,0,0),(37971,6300,1,1,1,5022,1,6538.29,443.297,7.224,4.46804,275,0,0,1003,0,0,0,0,0),(37972,2204,1,1,1,2597,1,5231.15,568.063,3.80882,0.931504,275,5,0,300,0,1,0,0,0),(37973,2204,1,1,1,2597,1,5255.47,584.749,-1.52009,2.57169,275,5,0,300,0,1,0,0,0),(37974,2204,1,1,1,2597,1,5221.4,596.018,1.01469,4.58997,275,0,0,300,0,0,0,0,0),(37975,2205,1,1,1,540,1,4830.79,813.307,-2.78355,0.443306,275,5,0,328,0,1,0,0,0),(37976,2205,1,1,1,540,1,7427.23,43.166,2.57304,3.73253,275,5,0,328,0,1,0,0,0),(37977,2205,1,1,1,540,1,7457.05,67.7084,-0.617127,5.52877,275,5,0,328,0,1,0,0,0),(37978,2205,1,1,1,540,1,7452.11,54.5537,0.23516,3.84436,275,5,0,328,0,1,0,0,0),(37979,2205,1,1,1,540,1,7428.38,69.6697,3.11166,1.89803,275,5,0,328,0,1,0,0,0),(37980,6301,1,1,1,5023,1,6535.77,445.551,7.12758,4.36332,275,0,0,1003,0,0,0,0,0),(37981,2205,1,1,1,540,1,5005.5,551.875,4.77554,1.122,275,3,0,328,0,1,0,0,0),(37982,2205,1,1,1,540,1,4776.73,767.224,2.26282,1.18014,275,3,0,328,0,1,0,0,0),(37983,2205,1,1,1,540,1,7414.85,54.4275,2.82304,3.27297,275,5,0,328,0,1,0,0,0),(37984,2205,1,1,1,540,1,4987.13,535.932,6.40979,4.77012,275,3,0,328,0,1,0,0,0),(37985,2205,1,1,1,540,1,4999.71,534.458,6.15979,5.91839,275,3,0,328,0,1,0,0,0),(37986,2205,1,1,1,540,1,4977,538.907,7.28479,5.19715,275,3,0,328,0,1,0,0,0),(37987,2206,1,1,1,652,1,4801.28,807.187,0.385285,-2.59143,275,3,0,356,0,1,0,0,0),(37988,2206,1,1,1,652,1,4823.6,804.647,-1.22579,0.494468,275,5,0,356,0,1,0,0,0),(37989,2206,1,1,1,652,1,4988.55,540.98,5.71478,1.87403,275,0,0,356,0,0,0,0,0),(37990,2206,1,1,1,652,1,4985.02,548.381,5.37413,2.83807,275,0,0,356,0,0,0,0,0),(37991,2206,1,1,1,652,1,4806.68,789.584,0.787679,0.721443,275,3,0,356,0,1,0,0,0),(37992,2206,1,1,1,652,1,4789.12,782.784,1.67119,3.16112,275,3,0,356,0,1,0,0,0),(37993,2206,1,1,1,652,1,4993.71,549.704,5.03479,2.97235,275,0,0,356,0,0,0,0,0),(37994,2206,1,1,1,652,1,4992.42,560.697,4.15979,0.744287,275,3,0,356,0,1,0,0,0),(37995,2207,1,1,1,4920,1,7818.4,-638.766,-27.9735,1.43649,275,5,0,377,408,1,0,0,0),(38088,2207,1,1,1,4920,1,7827.22,-653.083,-24.6011,2.62118,275,5,0,377,408,1,0,0,0),(38110,2207,1,1,1,4920,1,4504.95,908.405,3.14511,0.939051,275,0,0,377,408,0,0,0,0),(38131,2207,1,1,1,4920,1,4596.74,920.727,1.063,1.52214,275,0,0,377,408,0,0,0,0),(38149,2207,1,1,1,4920,1,4590.38,909.937,1.688,0.751454,275,0,0,377,408,0,0,0,0),(38150,2207,1,1,1,4920,1,4525.96,882.266,-1.3168,3.54712,275,0,0,377,408,0,0,0,0),(38151,2207,1,1,1,4920,1,4609.36,913.667,0.811804,5.398,275,0,0,377,408,0,0,0,0),(38152,2207,1,1,1,4920,1,7782.17,-691.085,-8.92414,6.08933,275,5,0,377,408,1,0,0,0),(38153,2207,1,1,1,4920,1,7786.5,-661.654,-19.3308,3.31422,275,5,0,377,408,1,0,0,0),(38154,2207,1,1,1,4920,1,4669.05,869.903,1.21204,1.17585,275,3,0,377,408,1,0,0,0),(38155,2207,1,1,1,4920,1,4669.98,883.959,-1.03256,1.90241,275,10,0,377,408,1,0,0,0),(38156,2207,1,1,1,4920,1,4612.23,902.473,0.436804,1.12867,275,10,0,377,408,1,0,0,0),(38157,2207,1,1,1,4920,1,4495.58,902.892,10.2698,4.85442,275,0,0,377,408,0,0,0,0),(38158,2207,1,1,1,4920,1,4511.78,884.784,-1.8168,5.18703,275,0,0,377,408,0,0,0,0),(38159,2208,1,1,1,478,1,7815.03,-653.185,-21.7243,4.66176,275,5,0,404,456,1,0,0,0),(38160,2208,1,1,1,478,1,7800.96,-649.572,-26.2598,3.41849,275,5,0,404,456,1,0,0,0),(38161,2208,1,1,1,478,1,4701.61,885.933,-1.79313,0.385374,275,3,0,404,456,1,0,0,0),(38162,2208,1,1,1,478,1,4688.08,888.269,-1.28796,4.63112,275,3,0,404,456,1,0,0,0),(38163,2208,1,1,1,478,1,4525.94,906.189,6.02011,2.3718,275,0,0,404,456,0,0,0,0),(38164,2208,1,1,1,478,1,4696.18,870.938,0.087038,3.99177,275,3,0,404,456,1,0,0,0),(38165,2208,1,1,1,478,1,7784.09,-679.191,-11.6741,3.31019,275,5,0,404,456,1,0,0,0),(38166,2208,1,1,1,478,1,7770.85,-674.001,-12.1741,3.39092,275,5,0,404,456,1,0,0,0),(38167,2208,1,1,1,478,1,7801.31,-670.994,-16.9548,2.62898,275,5,0,404,456,1,0,0,0),(38169,2208,1,1,1,478,1,7805.19,-660.025,-23.3306,0.868725,275,5,0,404,456,1,0,0,0),(38170,2208,1,1,1,478,1,4687.95,863.727,2.52746,4.18103,275,3,0,404,456,1,0,0,0),(38171,2208,1,1,1,478,1,4675.84,857.685,0.652459,2.92042,275,3,0,404,456,1,0,0,0),(38172,2208,1,1,1,478,1,4588.99,894.729,1.18516,4.96324,275,0,0,404,456,0,0,0,0),(38173,2208,1,1,1,478,1,4599.3,890.433,1.18516,3.43009,275,0,0,404,456,0,0,0,0),(38174,2208,1,1,1,478,1,4492.86,880.785,-1.56278,2.51213,275,0,0,404,456,0,0,0,0),(38175,2208,1,1,1,478,1,4493.62,894.452,2.06222,1.23625,275,0,0,404,456,0,0,0,0),(38176,2212,1,1,1,1013,1,6598.28,-32.0527,34.4785,2.43279,275,0,0,247,0,2,0,0,0),(38177,2212,1,1,1,1013,1,6622.05,-113.395,33.254,3.54033,275,5,0,247,0,1,0,0,0),(38178,2212,1,1,1,1013,1,6732.49,-168.291,32.1132,5.92292,275,10,0,247,0,1,0,0,0),(38179,2212,1,1,1,1013,1,6714.17,-198.985,36.3805,0.522628,275,10,0,247,0,1,0,0,0),(38180,2212,1,1,1,1013,1,6688.06,-155.065,31.9239,1.17933,275,10,0,247,0,1,0,0,0),(38181,2212,1,1,1,1013,1,6739.34,-35.7338,43.1269,5.42964,275,0,0,247,0,2,0,0,0),(38183,10157,1,1,1,12236,0,6013.84,-45.659,21.7033,0.996915,275,3,0,253,264,1,0,0,0),(38184,10157,1,1,1,12236,0,6333.75,-120.255,25.4351,0.260307,275,3,0,253,264,1,0,0,0),(38185,10157,1,1,1,12236,0,6137.91,-68.9714,36.0625,0.677245,275,5,0,253,264,1,0,0,0),(38186,10158,1,1,1,5927,0,6054.28,106.751,31.7157,1.02502,275,5,0,247,0,1,0,0,0),(38187,10158,1,1,1,5927,0,6325.18,56.2202,33.3632,0.505082,275,5,0,247,0,1,0,0,0),(38188,10158,1,1,1,5927,0,6119.84,-81.9406,56.3046,6.21095,275,5,0,247,0,1,0,0,0),(38189,10158,1,1,1,5927,0,6395.72,118.459,33.9858,0.234604,275,10,0,247,0,1,0,0,0),(38190,10158,1,1,1,5927,0,6041.23,44.2576,34.4006,3.57613,275,10,0,247,0,1,0,0,0),(38191,10158,1,1,1,5927,0,6382.67,-63.3626,36.0136,2.08516,275,5,0,247,0,1,0,0,0),(38192,10158,1,1,1,5927,0,6309.23,-143.616,41.2041,2.97291,275,10,0,247,0,1,0,0,0),(38193,10158,1,1,1,5927,0,6021.52,-58.315,47.6192,3.67431,275,3,0,247,0,1,0,0,0),(38194,10158,1,1,1,5927,0,6033.86,164.068,21.2415,5.03127,275,3,0,247,0,1,0,0,0),(38195,10158,1,1,1,5927,0,6085.99,114.848,33.7741,4.47664,275,2,0,247,0,1,0,0,0),(38196,10158,1,1,1,5927,0,6010.89,138.28,30.6624,3.52174,275,5,0,247,0,1,0,0,0),(38197,10158,1,1,1,5927,0,6225.75,141.634,42.3851,2.42838,275,5,0,247,0,1,0,0,0),(38198,10158,1,1,1,5927,0,6278.58,211.596,33.9799,5.36487,275,10,0,247,0,1,0,0,0),(38199,10158,1,1,1,5927,0,6196.17,90.6668,30.9991,6.02034,275,5,0,247,0,1,0,0,0),(38200,10158,1,1,1,5927,0,6212.52,-50.9241,40.129,2.85595,275,5,0,247,0,1,0,0,0),(38201,10158,1,1,1,5927,0,6384.79,190.732,25.8178,2.07467,275,10,0,247,0,1,0,0,0),(38203,10158,1,1,1,5927,0,6120.76,124.731,26.2649,3.45695,275,3,0,247,0,1,0,0,0),(38204,10158,1,1,1,5927,0,6127.65,106.902,25.0898,0.925025,275,0,0,247,0,0,0,0,0),(38205,10158,1,1,1,5927,0,6181.19,125,31.7945,2.69317,275,5,0,247,0,1,0,0,0),(38209,10158,1,1,1,5927,0,6111.59,180.216,25.972,2.06736,275,10,0,247,0,1,0,0,0),(38210,10158,1,1,1,5927,0,6387.99,148.215,27.5364,5.88001,275,10,0,247,0,1,0,0,0),(38211,10158,1,1,1,5927,0,6191.39,55.2648,37.0805,3.0458,275,5,0,247,0,1,0,0,0),(38212,10158,1,1,1,5927,0,6216.64,30.2042,36.4602,5.03977,275,5,0,247,0,1,0,0,0),(38213,10158,1,1,1,5927,0,6214.87,216.482,40.5875,1.40886,275,5,0,247,0,1,0,0,0),(38215,10158,1,1,1,5927,0,6144.86,204.454,27.9898,4.56186,275,10,0,247,0,1,0,0,0),(38216,10158,1,1,1,5927,0,6132.53,66.7425,24.7725,4.11118,275,3,0,247,0,1,0,0,0),(38217,10159,1,1,1,9390,0,6352.57,85.8313,32.4939,5.17334,275,3,0,222,0,1,0,0,0),(38218,10159,1,1,1,9390,0,6287.61,77.8242,38.9081,4.38014,275,5,0,222,0,1,0,0,0),(38219,10159,1,1,1,9390,0,6053.11,141.057,22.4978,3.97935,275,0,0,222,0,2,0,0,0),(38220,10159,1,1,1,9390,0,6003.15,88.3407,27.2549,4.86913,275,10,0,222,0,1,0,0,0),(38221,10159,1,1,1,9390,0,6249.8,120.76,39.3474,0.042984,275,5,0,222,0,1,0,0,0),(38222,10159,1,1,1,9390,0,6158.53,144.808,26.3463,2.36978,275,5,0,222,0,1,0,0,0),(38223,10159,1,1,1,9390,0,6176.42,178.009,29.6372,3.09571,275,10,0,222,0,1,0,0,0),(38224,10159,1,1,1,9390,0,6367.46,57.0351,33.5215,2.39625,275,5,0,222,0,1,0,0,0),(38226,10159,1,1,1,9390,0,6049.72,193.481,26.8926,1.79546,275,5,0,222,0,1,0,0,0),(38227,10159,1,1,1,9390,0,6348.7,145.127,23.7057,3.75288,275,10,0,222,0,1,0,0,0),(38229,10159,1,1,1,9390,0,6319.27,176.619,28.6875,4.16223,275,10,0,222,0,1,0,0,0),(38230,10159,1,1,1,9390,0,6347.5,126.799,22.4559,1.06465,275,0,0,222,0,2,0,0,0),(38231,10160,1,1,1,12237,0,6034.59,-16.1968,32.2058,2.51314,275,5,0,247,0,1,0,0,0),(38232,10160,1,1,1,12237,0,6259.9,-69.2715,44.477,6.28276,275,10,0,247,0,1,0,0,0),(38233,10160,1,1,1,12237,0,6344.17,24.1823,28.2764,1.50826,275,10,0,247,0,1,0,0,0),(38241,10160,1,1,1,12237,0,6318.58,-10.7444,36.1743,0.656773,275,10,0,247,0,1,0,0,0),(38242,10160,1,1,1,12237,0,6108.89,44.821,37.4352,3.11737,275,10,0,247,0,1,0,0,0),(38327,10160,1,1,1,12237,0,5948.32,-10.6898,27.0633,1.59413,275,5,0,247,0,1,0,0,0),(38329,10160,1,1,1,12237,0,6227.32,-111.618,41.376,3.01448,275,10,0,247,0,1,0,0,0),(38443,10160,1,1,1,12237,0,6268.47,10.0644,33.9306,4.63427,275,5,0,247,0,1,0,0,0),(38477,10160,1,1,1,12237,0,6375.13,-25.672,28.6635,5.38648,275,10,0,247,0,1,0,0,0),(38478,10160,1,1,1,12237,0,5979.92,15.7198,26.8368,2.86025,275,10,0,247,0,1,0,0,0),(38479,10160,1,1,1,12237,0,6124.29,-17.2168,38.5916,3.25516,275,3,0,247,0,1,0,0,0),(38480,10160,1,1,1,12237,0,6068.69,-46.3102,43.6627,1.75413,275,10,0,247,0,1,0,0,0),(38481,10160,1,1,1,12237,0,6290.52,-115.841,39.6368,5.27492,275,10,0,247,0,1,0,0,0),(38482,10160,1,1,1,12237,0,6243.72,40.584,35.3153,5.17254,275,10,0,247,0,1,0,0,0),(38483,10160,1,1,1,12237,0,6185,-82.8412,47.6497,2.31754,275,5,0,247,0,1,0,0,0),(38484,10160,1,1,1,12237,0,6344.1,-47.3413,28.0359,1.92723,275,0,0,247,0,0,0,0,0),(38485,10160,1,1,1,12237,0,6298.11,-57.7363,38.94,0.096892,275,10,0,247,0,1,0,0,0),(38486,10160,1,1,1,12237,0,6213.59,-155.208,79.3315,0,275,0,0,247,0,0,0,0,0),(38487,10160,1,1,1,12237,0,6226.96,-141.646,52.9686,6.2187,275,2,0,247,0,1,0,0,0),(38488,10160,1,1,1,12237,0,6207.86,-150.799,78.6087,2.09915,275,0,0,247,0,0,0,0,0),(38489,10160,1,1,1,12237,0,6374.99,-146.969,34.3697,2.31162,275,3,0,247,0,1,0,0,0),(38491,10160,1,1,1,12237,0,6184.61,-12.2838,45.2704,3.03293,275,10,0,247,0,1,0,0,0),(38492,2231,1,1,1,1000,0,6572.55,490.47,-4.35711,1.31463,275,10,0,176,0,1,0,0,0),(38493,2231,1,1,1,1000,0,6099.47,620.175,-8.0773,3.3342,275,10,0,176,0,1,0,0,0),(38494,2231,1,1,1,1000,0,6508.04,528.085,-5.66787,2.39485,275,10,0,176,0,1,0,0,0),(38495,2231,1,1,1,1000,0,6559.33,503.889,-2.90703,3.72689,275,10,0,176,0,1,0,0,0),(38498,2231,1,1,1,1000,0,6746.3,538.098,-3.61134,4.74168,275,10,0,176,0,1,0,0,0),(38499,2231,1,1,1,1000,0,6766.5,528.856,-1.39557,5.49296,275,10,0,176,0,1,0,0,0),(38500,2231,1,1,1,1000,0,6564.36,525.848,1.24242,2.98551,275,10,0,176,0,1,0,0,0),(38501,2231,1,1,1,1000,0,6613.53,548.947,-1.11178,4.51928,275,10,0,176,0,1,0,0,0),(38502,2231,1,1,1,1000,0,6535.43,616.204,-22.141,0.007812,275,10,0,176,0,1,0,0,0),(38503,2231,1,1,1,1000,0,6688.7,555.761,-3.86529,3.76048,275,10,0,176,0,1,0,0,0),(38504,2231,1,1,1,1000,0,6694.48,551.599,-2.27471,5.68598,275,10,0,176,0,1,0,0,0),(38505,2231,1,1,1,1000,0,6454.92,638.559,-22.167,5.31096,275,10,0,176,0,1,0,0,0),(38506,2231,1,1,1,1000,0,6569.49,563.417,-6.04293,2.08691,275,10,0,176,0,1,0,0,0),(38507,2231,1,1,1,1000,0,6528.23,589.51,-24.2829,2.68668,275,10,0,176,0,1,0,0,0),(38509,2231,1,1,1,1000,0,6595.42,578.453,-10.1972,0.409894,275,10,0,176,0,1,0,0,0),(38510,2231,1,1,1,1000,0,6177.05,643.039,-14.548,2.25103,275,10,0,176,0,1,0,0,0),(38512,2231,1,1,1,1000,0,6151.58,603.786,-8.51736,0.928076,275,10,0,176,0,1,0,0,0),(38513,2231,1,1,1,1000,0,6394.72,649.759,-15.8482,3.13769,275,10,0,176,0,1,0,0,0),(38514,2231,1,1,1,1000,0,6384.17,620.565,-5.54881,3.86548,275,10,0,176,0,1,0,0,0),(38515,2231,1,1,1,1000,0,6118.29,612.486,-8.6752,4.99243,275,10,0,176,0,1,0,0,0),(38516,2231,1,1,1,1000,0,6146.14,583.713,-1.89235,3.78725,275,10,0,176,0,1,0,0,0),(38517,2231,1,1,1,1000,0,6174.79,621.448,-13.7537,0.196629,275,10,0,176,0,1,0,0,0),(38518,2231,1,1,1,1000,0,6217.46,644.942,-8.73857,5.13756,275,10,0,176,0,1,0,0,0),(38519,2231,1,1,1,1000,0,6275.68,607.261,-6.5261,4.81517,275,10,0,176,0,1,0,0,0),(38520,2231,1,1,1,1000,0,6293.37,649.345,-15.5534,3.11621,275,10,0,176,0,1,0,0,0),(38521,2231,1,1,1,1000,0,6233.96,607.499,-0.889753,0.412075,275,10,0,176,0,1,0,0,0),(38522,2231,1,1,1,1000,0,6316.48,630.372,-12.0277,3.66995,275,10,0,176,0,1,0,0,0),(38523,2231,1,1,1,1000,0,6223.96,592.709,0.91362,0.806158,275,10,0,176,0,1,0,0,0),(38524,2231,1,1,1,1000,0,6219.98,539.372,6.82679,5.80861,275,10,0,176,0,1,0,0,0),(38525,2231,1,1,1,1000,0,6188.76,558.592,4.5108,1.37838,275,10,0,176,0,1,0,0,0),(38526,2231,1,1,1,1000,0,6258.68,623.398,-10.079,4.3607,275,10,0,176,0,1,0,0,0),(38527,2231,1,1,1,1000,0,6734.56,517.94,-0.043476,2.6917,275,10,0,176,0,1,0,0,0),(38528,2231,1,1,1,1000,0,6637.23,554.577,-3.7509,5.91138,275,10,0,176,0,1,0,0,0),(38529,2231,1,1,1,1000,0,6781.98,518.284,0.137367,0.877517,275,10,0,176,0,1,0,0,0),(38530,2231,1,1,1,1000,0,6238.31,669.399,-16.0795,0.779873,275,10,0,176,0,1,0,0,0),(38531,2231,1,1,1,1000,0,6724.72,543.251,-1.80785,2.35684,275,10,0,176,0,1,0,0,0),(38532,2231,1,1,1,1000,0,6187.59,551.989,5.2469,4.82362,275,10,0,176,0,1,0,0,0),(38533,2231,1,1,1,1000,0,6771.32,469.764,9.03506,4.37632,275,10,0,176,0,1,0,0,0),(38534,2231,1,1,1,1000,0,6159.18,547.081,5.7858,5.64997,275,10,0,176,0,1,0,0,0),(38535,2231,1,1,1,1000,0,6391.15,570.254,-1.17991,1.6862,275,10,0,176,0,1,0,0,0),(38536,2231,1,1,1,1000,0,6600.4,494.107,-1.85818,2.73824,275,10,0,176,0,1,0,0,0),(38537,2231,1,1,1,1000,0,6282.93,586.061,-0.445736,2.3333,275,10,0,176,0,1,0,0,0),(38538,2231,1,1,1,1000,0,6328.1,587.972,0.998501,3.29285,275,10,0,176,0,1,0,0,0),(38539,2231,1,1,1,1000,0,6749.33,536.175,-2.91572,5.69302,275,10,0,176,0,1,0,0,0),(38540,2231,1,1,1,1000,0,6247.81,555.3,8.34744,4.6831,275,10,0,176,0,1,0,0,0),(38541,2231,1,1,1,1000,0,6645.31,505.729,4.55806,4.90962,275,10,0,176,0,1,0,0,0),(38542,2231,1,1,1,1000,0,6714.96,511.258,2.26345,0.592822,275,10,0,176,0,1,0,0,0),(38543,2232,1,1,1,979,0,5485.05,614.6,-8.4595,0.04652,275,10,0,247,0,1,0,0,0),(38544,2232,1,1,1,979,0,7159.56,224.882,-4.4699,3.59214,275,10,0,247,0,1,0,0,0),(38545,2232,1,1,1,979,0,7470.16,118.819,-7.15201,6.21278,275,10,0,247,0,1,0,0,0),(38546,2232,1,1,1,979,0,7415.87,177.015,2.55636,3.20998,275,10,0,247,0,1,0,0,0),(38547,2232,1,1,1,979,0,7226.5,215.887,0.56713,2.7899,275,10,0,247,0,1,0,0,0),(38548,2232,1,1,1,979,0,5322.87,617.749,-14.3266,3.83708,275,10,0,247,0,1,0,0,0),(38549,2232,1,1,1,979,0,7084.82,243.991,-8.41044,4.44657,275,10,0,247,0,1,0,0,0),(38550,2232,1,1,1,979,0,7250.87,182.259,2.56458,3.02151,275,10,0,247,0,1,0,0,0),(38551,2232,1,1,1,979,0,7277.51,218.143,0.894862,2.99236,275,10,0,247,0,1,0,0,0),(38552,2232,1,1,1,979,0,7165.11,198.724,1.00445,2.46208,275,10,0,247,0,1,0,0,0),(38553,2232,1,1,1,979,0,7318.2,153.032,11.1121,1.21752,275,10,0,247,0,1,0,0,0),(38554,2232,1,1,1,979,0,7347.46,173.447,4.85493,4.40557,275,10,0,247,0,1,0,0,0),(38555,2232,1,1,1,979,0,7326.83,213.331,1.47634,2.1379,275,10,0,247,0,1,0,0,0),(38556,2232,1,1,1,979,0,7435.52,139.818,0.18494,2.28779,275,10,0,247,0,1,0,0,0),(38557,2232,1,1,1,979,0,7097.69,169.132,1.41687,4.1075,275,10,0,247,0,1,0,0,0),(38558,2232,1,1,1,979,0,7019.74,217.1,-2.49168,0.420804,275,10,0,247,0,1,0,0,0),(38559,2232,1,1,1,979,0,5594.72,585,-2.67353,0.363457,275,10,0,247,0,1,0,0,0),(38560,2232,1,1,1,979,0,7050.03,181.216,0.665451,4.68213,275,10,0,247,0,1,0,0,0),(38561,2232,1,1,1,979,0,5573.73,566.93,0.870574,0.457097,275,10,0,247,0,1,0,0,0),(38562,2232,1,1,1,979,0,5423.9,525.176,2.35559,1.69515,275,10,0,247,0,1,0,0,0),(38563,2232,1,1,1,979,0,5284.28,543.616,7.53996,0.859312,275,10,0,247,0,1,0,0,0),(38564,2232,1,1,1,979,0,5461.77,610.585,-9.49295,3.09679,275,10,0,247,0,1,0,0,0),(38565,2232,1,1,1,979,0,5357.15,538.697,2.16564,4.43328,275,10,0,247,0,1,0,0,0),(38566,2232,1,1,1,979,0,5459.6,536.773,3.35419,5.94693,275,10,0,247,0,1,0,0,0),(38567,2232,1,1,1,979,0,5397.4,508.373,6.47441,0.613263,275,10,0,247,0,1,0,0,0),(38568,2232,1,1,1,979,0,5510.5,599.033,-5.56005,0.212636,275,10,0,247,0,1,0,0,0),(38569,2232,1,1,1,979,0,5457.48,557.074,1.76796,2.94532,275,10,0,247,0,1,0,0,0),(38570,2233,1,1,1,9566,0,4714.18,783.671,0.886395,2.13768,275,10,0,417,0,1,0,0,0),(38571,2233,1,1,1,9566,0,4678.15,824.061,-2.171,3.15283,275,10,0,417,0,1,0,0,0),(38572,2233,1,1,1,9566,0,7558.02,-519.46,-6.76809,3.23253,275,10,0,417,0,1,0,0,0),(38573,2233,1,1,1,9566,0,7506.1,-597.448,0.663445,5.56968,275,10,0,417,0,1,0,0,0),(38574,2233,1,1,1,9566,0,7522.8,-479.126,-4.18449,5.10087,275,10,0,417,0,1,0,0,0),(38575,2233,1,1,1,9566,0,7523.01,-551.681,1.50696,4.57395,275,10,0,417,0,1,0,0,0),(38576,2233,1,1,1,9566,0,7421.35,-480.235,0.394992,6.21083,275,10,0,417,0,1,0,0,0),(38577,2233,1,1,1,9566,0,7417.44,-445.863,0.504548,1.21419,275,10,0,417,0,1,0,0,0),(38578,2233,1,1,1,9566,0,7319.82,-418.397,2.51611,5.46116,275,10,0,417,0,1,0,0,0),(38579,2233,1,1,1,9566,0,7349.17,-446.684,0.929095,2.38105,275,10,0,417,0,1,0,0,0),(38580,2233,1,1,1,9566,0,7480.8,-517.403,2.44313,3.52719,275,10,0,417,0,1,0,0,0),(38581,2233,1,1,1,9566,0,4778.52,799.762,1.94116,1.85701,275,10,0,417,0,1,0,0,0),(38582,2233,1,1,1,9566,0,4756.58,863.255,-0.773573,3.41667,275,10,0,417,0,1,0,0,0),(38583,2233,1,1,1,9566,0,4809.2,842.942,-8.70428,4.00853,275,10,0,417,0,1,0,0,0),(38584,2233,1,1,1,9566,0,7315.41,-483.859,2.54779,3.89432,275,10,0,417,0,1,0,0,0),(38585,2234,1,1,1,999,0,6991.72,394.905,-5.63333,3.0497,275,10,0,198,0,1,0,0,0),(38586,2234,1,1,1,999,0,6834.84,520.179,-3.66349,2.26063,275,10,0,198,0,1,0,0,0),(38587,2234,1,1,1,999,0,6894.54,489.162,-4.1755,0.82319,275,10,0,198,0,1,0,0,0),(38588,2234,1,1,1,999,0,6961.3,311.627,1.16066,5.65238,275,10,0,198,0,1,0,0,0),(38589,2234,1,1,1,999,0,5958.07,658.632,-4.98125,0.324251,275,10,0,198,0,1,0,0,0),(38590,2234,1,1,1,999,0,6973.71,265.817,2.16963,3.62707,275,10,0,198,0,1,0,0,0),(38591,2234,1,1,1,999,0,6955.8,352.731,5.91561,3.7063,275,10,0,198,0,1,0,0,0),(38592,2234,1,1,1,999,0,6034.25,633.265,-5.5436,5.47407,275,10,0,198,0,1,0,0,0),(38593,2234,1,1,1,999,0,5884.12,645.211,-1.29504,2.85808,275,10,0,198,0,1,0,0,0),(38594,2234,1,1,1,999,0,5957.33,634.988,0.643752,2.92177,275,10,0,198,0,1,0,0,0),(38595,2234,1,1,1,999,0,5990.25,591.47,-1.44282,0.218457,275,10,0,198,0,1,0,0,0),(38596,2234,1,1,1,999,0,6943.29,283.04,3.41064,1.08613,275,10,0,198,0,1,0,0,0),(38597,2234,1,1,1,999,0,5987.9,681.392,-9.4929,0.584247,275,10,0,198,0,1,0,0,0),(38598,2234,1,1,1,999,0,6852.23,464.843,1.94415,0.759869,275,10,0,198,0,1,0,0,0),(38599,2234,1,1,1,999,0,6917.95,447.981,4.2401,6.16961,275,10,0,198,0,1,0,0,0),(38600,2234,1,1,1,999,0,6956.1,418,2.94982,5.77761,275,10,0,198,0,1,0,0,0),(38601,2234,1,1,1,999,0,6054.01,551.915,2.64771,0.670469,275,10,0,198,0,1,0,0,0),(38602,2235,1,1,1,981,0,5177.08,656.25,-3.081,3.14159,275,10,0,328,0,1,0,0,0),(38603,2235,1,1,1,981,0,7458.92,-30.3249,-2.33704,2.38038,275,10,0,328,0,1,0,0,0),(38604,2235,1,1,1,981,0,7381.41,10.0535,2.27419,3.31914,275,10,0,328,0,1,0,0,0),(38605,2235,1,1,1,981,0,7349.97,-377.051,-0.381231,5.49771,275,10,0,328,0,1,0,0,0),(38606,2235,1,1,1,981,0,7429.99,-219.886,0.645116,5.39613,275,10,0,328,0,1,0,0,0),(38607,2235,1,1,1,981,0,7353.63,-369.981,0.864872,2.28393,275,10,0,328,0,1,0,0,0),(38609,2235,1,1,1,981,0,7414.77,-105.539,2.15747,4.687,275,10,0,328,0,1,0,0,0),(38610,2235,1,1,1,981,0,7456.51,-261.499,-1.13327,0.658308,275,10,0,328,0,1,0,0,0),(38611,2235,1,1,1,981,0,7418.3,-214.887,0.482855,4.3306,275,10,0,328,0,1,0,0,0),(38612,2235,1,1,1,981,0,7393.67,-173.923,1.88673,3.62159,275,10,0,328,0,1,0,0,0),(38613,2235,1,1,1,981,0,7444.96,-122.236,0.719887,1.47822,275,10,0,328,0,1,0,0,0),(38614,2235,1,1,1,981,0,7433.7,-80.5608,2.44965,3.19433,275,10,0,328,0,1,0,0,0),(38615,2235,1,1,1,981,0,7429.09,-41.0434,2.63094,3.84471,275,10,0,328,0,1,0,0,0),(38616,2235,1,1,1,981,0,5173.78,637.29,1.83553,5.7169,275,0,0,328,0,0,0,0,0),(38617,2235,1,1,1,981,0,5152.7,595.219,0.962325,0.499229,275,0,0,328,0,0,0,0,0),(38618,2235,1,1,1,981,0,5121.14,606.425,-0.781259,0.27079,275,10,0,328,0,1,0,0,0),(38619,2235,1,1,1,981,0,4947.26,618.213,-3.15061,2.26429,275,10,0,328,0,1,0,0,0),(38620,2235,1,1,1,981,0,5050.06,583.091,1.27912,4.64011,275,10,0,328,0,1,0,0,0),(38621,2236,1,1,1,1001,0,4448.58,911.636,-0.263899,3.01739,275,10,0,494,0,1,0,0,0),(38622,2236,1,1,1,1001,0,4418.38,937.926,2.57354,5.4738,275,10,0,494,0,1,0,0,0),(38623,2236,1,1,1,1001,0,4367.04,1007.41,8.2474,4.57937,275,10,0,494,0,1,0,0,0),(38624,2236,1,1,1,1001,0,4419.75,999.289,-0.466364,5.76333,275,10,0,494,0,1,0,0,0),(38625,2236,1,1,1,1001,0,4367.94,1067.15,-1.71109,5.49503,275,10,0,494,0,1,0,0,0),(38626,2236,1,1,1,1001,0,4353.82,991.688,11.5847,5.04288,275,10,0,494,0,1,0,0,0),(38627,2236,1,1,1,1001,0,7835.42,-763.564,-1.93268,2.0161,275,10,0,494,0,1,0,0,0),(38628,2236,1,1,1,1001,0,7699.03,-823.468,4.94882,3.46237,275,10,0,494,0,1,0,0,0),(38629,2236,1,1,1,1001,0,7786.86,-751.7,-0.309082,4.90385,275,10,0,494,0,1,0,0,0),(38630,2236,1,1,1,1001,0,7623.45,-750.59,9.08062,3.0084,275,10,0,494,0,1,0,0,0),(38631,2236,1,1,1,1001,0,7763.44,-785.157,1.82189,0.359966,275,10,0,494,0,1,0,0,0),(38632,2236,1,1,1,1001,0,7607.01,-712.96,3.383,6.1188,275,10,0,494,0,1,0,0,0),(38633,2236,1,1,1,1001,0,7571.28,-726.714,7.0546,5.57059,275,10,0,494,0,1,0,0,0),(38634,2236,1,1,1,1001,0,7683.08,-723.056,2.76287,4.71434,275,10,0,494,0,1,0,0,0),(38635,2236,1,1,1,1001,0,7590.81,-752.936,10.2608,0.070334,275,10,0,494,0,1,0,0,0),(38636,2236,1,1,1,1001,0,7587.64,-683.714,0.030111,1.58585,275,10,0,494,0,1,0,0,0),(38637,2236,1,1,1,1001,0,7699.53,-746.183,5.54649,0.03124,275,10,0,494,0,1,0,0,0),(38638,2236,1,1,1,1001,0,7534.89,-645.374,3.78397,2.85229,275,10,0,494,0,1,0,0,0),(38639,2236,1,1,1,1001,0,7493.78,-696.109,0.285518,3.45316,275,10,0,494,0,1,0,0,0),(38640,2236,1,1,1,1001,0,4448.33,786.788,0.062527,2.1756,275,10,0,494,0,1,0,0,0),(38641,2237,1,1,1,11450,0,4759.33,76.0357,55.6342,6.10648,275,10,0,386,0,1,0,0,0),(38642,2237,1,1,1,11450,0,4747.72,572.731,27.4772,0.553911,275,10,0,386,0,1,0,0,0),(38643,2237,1,1,1,11450,0,4206.72,366.227,59.2983,4.04891,275,10,0,386,0,1,0,0,0),(38644,2237,1,1,1,11450,0,4314.88,17.055,61.9113,6.19712,275,10,0,386,0,1,0,0,0),(38645,2237,1,1,1,11450,0,7749.37,-992.791,27.9891,1.91448,275,10,0,386,0,1,0,0,0),(38646,2237,1,1,1,11450,0,4337.75,545.042,58.4253,0.39259,275,10,0,386,0,1,0,0,0),(38647,2237,1,1,1,11450,0,5246.48,334.735,29.2159,1.33909,275,10,0,386,0,1,0,0,0),(38648,2237,1,1,1,11450,0,4669.49,478.692,33.3969,0.29849,275,10,0,386,0,1,0,0,0),(38649,2237,1,1,1,11450,0,4780.74,328.672,50.7063,1.17846,275,5,0,386,0,1,0,0,0),(38650,2237,1,1,1,11450,0,4714.76,312.52,51.7135,1.81919,275,5,0,386,0,1,0,0,0),(38651,2237,1,1,1,11450,0,4781.87,54.6986,55.8266,0.16502,275,3,0,386,0,1,0,0,0),(38652,2237,1,1,1,11450,0,4693.96,212.418,57.6977,1.69465,275,10,0,386,0,1,0,0,0),(38653,2237,1,1,1,11450,0,4703.67,71.6339,58.6952,5.22233,275,10,0,386,0,1,0,0,0),(38654,2237,1,1,1,11450,0,4841.53,60.7727,53.9166,2.11685,275,10,0,386,0,1,0,0,0),(38655,2237,1,1,1,11450,0,4381.55,417.766,58.3067,4.38547,275,10,0,386,0,1,0,0,0),(38656,2237,1,1,1,11450,0,4367.32,296.307,58.6614,5.85842,275,10,0,386,0,1,0,0,0),(38657,2237,1,1,1,11450,0,4486.83,154.658,65.1157,5.99074,275,5,0,386,0,1,0,0,0),(38658,2237,1,1,1,11450,0,4319.08,483.413,60.6432,5.97564,275,10,0,386,0,1,0,0,0),(38659,2237,1,1,1,11450,0,7845.89,-1079.96,35.2203,2.77414,275,5,0,386,0,1,0,0,0),(38660,2237,1,1,1,11450,0,4753.05,109.342,54.9989,3.30415,275,10,0,386,0,1,0,0,0),(38661,2237,1,1,1,11450,0,4715.47,111.88,54.1575,4.46734,275,3,0,386,0,1,0,0,0),(38662,2237,1,1,1,11450,0,4963.71,432.011,31.6837,3.59015,275,10,0,386,0,1,0,0,0),(38663,11711,1,1,1,11663,1,4390.68,-67.312,86.7177,2.32129,275,0,0,484,0,0,0,0,0),(38665,4802,1,1,1,4983,1,4343.09,886.194,-20.731,4.03568,275,5,0,433,980,1,0,0,0),(38666,4802,1,1,1,4983,1,4335.15,880.066,-21.1304,1.43845,275,5,0,433,980,1,0,0,0),(38808,4803,1,1,1,4976,1,4254.68,665.892,-29.0503,5.43088,275,5,0,464,1020,1,0,0,0),(38974,4803,1,1,1,4976,1,4246.8,680.789,-28.8136,5.91464,275,5,0,464,1020,1,0,0,0),(38976,4803,1,1,1,4976,1,4338.85,854.846,-20.8787,2.98074,275,5,0,464,1020,1,0,0,0),(38977,4803,1,1,1,4976,1,4321.61,916.241,-16.6674,2.61225,275,5,0,464,1020,1,0,0,0),(38978,6086,1,1,1,4845,1,6371.8,364.402,22.1813,3.75246,275,0,0,3048,0,0,0,0,0),(38979,6086,1,1,1,4845,1,6373.28,349.72,21.5563,3.00197,275,0,0,3048,0,0,0,0,0),(38980,6086,1,1,1,4847,1,6507.69,376.658,32.7664,4.92011,275,5,0,3048,0,1,0,0,0),(38981,6086,1,1,1,4846,1,6325.06,553.752,15.882,0.663225,275,0,0,3048,0,0,0,0,0),(38982,6086,1,1,1,4845,1,6423.37,391.827,12.0793,2.05949,275,0,0,3048,0,0,0,0,0),(38983,6086,1,1,1,4847,1,6577.25,774.863,5.5784,5.95157,275,0,0,3048,0,0,0,0,0),(38984,6086,1,1,1,4847,1,6573.76,764.22,5.60878,6.05629,275,0,0,3048,0,0,0,0,0),(38985,6086,1,1,1,4847,1,6263.59,487.481,16.291,3.35588,275,5,0,3048,0,1,0,0,0),(38986,6086,1,1,1,4845,1,6429.49,810.801,5.56357,2.77507,275,0,0,3048,0,0,0,0,0),(38987,6086,1,1,1,4848,1,6432.18,820.014,5.5882,2.94961,275,0,0,3048,0,0,0,0,0),(38988,6086,1,1,1,4846,1,6424.5,556.206,13.7729,1.3439,275,0,0,3048,0,0,0,0,0),(38989,6086,1,1,1,4847,1,6415.16,558.115,13.677,1.16937,275,0,0,3048,0,0,0,0,0),(38990,6086,1,1,1,4847,1,6425.89,560.788,13.2681,2.98451,275,0,0,3048,0,0,0,0,0),(38991,6086,1,1,1,4847,1,6405,478.819,8.32467,0.715585,275,0,0,3048,0,0,0,0,0),(38992,6086,1,1,1,4847,1,6417.4,393.537,11.9895,4.04192,275,0,0,3048,0,2,0,0,0),(38993,6086,1,1,1,4845,1,6424.08,488.709,7.92509,0.338426,275,0,0,3048,0,2,0,0,0),(38994,6086,1,1,1,4846,1,6513.09,471.341,7.15168,3.80482,275,0,0,3048,0,0,0,0,0),(38995,6086,1,1,1,4848,1,6520.55,454.258,7.2584,3.33358,275,0,0,3048,0,0,0,0,0),(38996,6086,1,1,1,4848,1,6493.33,428.603,6.76502,3.34139,275,0,0,3048,0,2,0,0,0),(38997,6086,1,1,1,4846,1,6510.06,829.247,6.7191,4.56115,275,0,0,3048,0,2,0,0,0),(38999,721,1,1,1,4626,0,5999.48,300.184,20.899,3.75325,275,10,0,1,0,1,0,0,0),(39000,721,1,1,1,4626,0,4555.26,66.5481,68.2387,5.15587,275,10,0,1,0,1,0,0,0),(39045,721,1,1,1,4626,0,4461.71,292.114,61.8686,1.16608,275,10,0,1,0,1,0,0,0),(39046,721,1,1,1,4626,0,5147.23,101.858,50.8071,5.39307,275,10,0,1,0,1,0,0,0),(39047,721,1,1,1,4626,0,5552.84,433.308,22.525,3.5592,275,10,0,1,0,1,0,0,0),(39048,721,1,1,1,4626,0,4929.07,171.306,52.7329,1.93731,275,0,0,1,0,0,0,0,0),(39049,721,1,1,1,328,0,6629.47,162.932,32.3704,1.90422,275,10,0,1,0,1,0,0,0),(39050,721,1,1,1,328,0,4900.23,268.293,47.6671,3.57671,275,10,0,1,0,1,0,0,0),(39051,721,1,1,1,4626,0,4359.75,323.439,61.858,2.13534,275,10,0,1,0,1,0,0,0),(39052,721,1,1,1,4626,0,6297.28,250.81,33.406,3.78736,275,0,0,1,0,0,0,0,0),(39053,721,1,1,1,328,0,6799.06,-54.1303,29.4188,2.37365,275,0,0,1,0,0,0,0,0),(39054,721,1,1,1,4626,0,6337.27,439.576,20.4351,4.64258,275,0,0,1,0,0,0,0,0),(39055,721,1,1,1,328,0,5686.72,266.409,26.1769,0.751766,275,10,0,1,0,1,0,0,0),(39056,721,1,1,1,328,0,7187.91,-865.466,48.5248,0.767945,275,0,0,1,0,0,0,0,0),(39057,721,1,1,1,4626,0,6403.49,202.948,28.1256,5.76502,275,10,0,1,0,1,0,0,0),(39058,721,1,1,1,4626,0,7146.74,-104.364,17.4879,1.36136,275,0,0,1,0,0,0,0,0),(39059,11218,1,1,1,2281,1,4995.83,33.5645,51.5915,2.49582,275,0,0,484,0,0,0,0,0),(39060,4307,1,1,1,4415,1,5872.68,519.849,9.13095,1.51844,275,0,0,713,0,0,0,0,0),(39061,6887,1,1,1,5745,1,6360.38,490.548,18.2588,0.314159,275,0,0,1834,1864,0,0,0,0),(39062,10216,1,1,1,9550,1,6371.34,577.405,0.162417,0.959931,275,0,0,328,0,0,0,0,0),(39063,10219,1,1,1,9551,0,6342.4,543.005,16.073,0.15708,275,0,0,531,0,0,0,0,0),(39064,3583,1,1,1,4414,0,6427.71,497.148,8.10494,4.74729,275,0,0,300,0,0,0,0,0),(39065,11555,1,1,1,1012,0,7030.72,-2106.32,587.465,4.34587,300,0,0,3398,0,0,0,0,0),(39066,10306,1,1,1,9779,1,5109.6,-355.176,357.205,5.23599,300,0,0,3398,0,0,0,0,0),(39067,2803,1,1,1,2241,1,6150.43,-1941.85,574.65,2.44346,300,0,0,3398,0,0,0,0,0),(39068,15315,1,1,1,15377,1,6145.19,-1946.77,574.663,1.90241,300,0,0,3398,0,0,0,0,0),(39069,12578,1,1,1,12927,1,6204.08,-1951.43,571.581,0.663225,600,0,0,10572,0,0,0,0,0),(39070,10017,1,1,1,2177,0,5899.02,-1290.7,409.886,3.33612,300,10,0,8,0,1,0,0,0),(39071,10017,1,1,1,2177,0,4161.97,-1111.92,299.612,0.214434,300,10,0,8,0,1,0,0,0),(39072,10016,1,1,1,1141,0,5611.13,-1046.91,376.932,5.03229,300,10,0,8,0,1,0,0,0),(39073,10016,1,1,1,1141,0,4344.83,-691.909,270.152,2.90916,300,10,0,8,0,1,0,0,0),(39074,10017,1,1,1,2177,0,5977.12,-702.985,387.303,4.33436,300,10,0,8,0,1,0,0,0),(39075,10016,1,1,1,1141,0,6477.82,-1225.92,407.099,4.03567,300,10,0,8,0,1,0,0,0),(39076,10017,1,1,1,2177,0,6607.4,-948.555,474.263,5.19772,300,10,0,8,0,1,0,0,0),(39077,11019,1,1,1,10412,1,3989.55,-1310.75,253.62,2.56563,300,0,0,2215,1807,0,0,0,0),(39078,11024,1,1,1,1030,0,3990.44,-1308.74,253.76,3.12414,300,0,0,2672,0,0,0,0,0),(39079,11180,1,1,1,10734,1,5112.07,-341.132,359.176,0.349066,300,0,0,7048,0,0,0,0,0),(39080,11180,1,1,1,10734,1,5123,-350.563,356.122,3.71281,300,0,0,7048,0,2,0,0,0),(39081,2806,1,1,1,2128,1,5092.96,-356.463,357.396,0.15708,300,0,0,3398,0,0,0,0,0),(39082,11180,1,1,1,10737,1,5181.35,-337.72,338.092,5.18363,300,0,0,7048,0,0,0,0,0),(39083,11180,1,1,1,10734,1,5116.39,-366.32,359.115,1.16937,300,0,0,7048,0,0,0,0,0),(39084,11180,1,1,1,10736,1,5171.36,-350.738,341.032,6.0912,300,0,0,7048,0,0,0,0,0),(39085,11900,1,1,1,11849,1,5064.72,-338.845,367.463,0.05236,600,0,0,10572,0,0,0,0,0),(39086,11180,1,1,1,10734,1,5160.31,-366.163,355.653,0.785398,300,0,0,7048,0,0,0,0,0),(39087,10379,1,1,1,9770,1,5095.58,-360.128,357.379,0.855211,300,0,0,3398,0,0,0,0,0),(39088,9620,1,1,1,8890,1,5112.19,-359.287,357.621,2.93215,300,0,0,2769,0,0,0,0,0),(39089,8959,1,1,1,4124,0,3614.9,-1596.22,188.194,3.79467,300,10,0,2488,0,1,0,0,0),(39090,8959,1,1,1,4124,0,3997.32,-772.413,288.746,4.88258,300,10,0,2488,0,1,0,0,0),(39091,9528,1,1,1,8657,1,3804.74,-1471.87,210.386,2.15627,300,0,0,3297,2434,0,0,0,0),(39092,9529,1,1,1,8660,1,3946.78,-1046.39,246.118,3.41762,300,0,0,3297,2434,0,0,0,0),(39093,11516,1,1,1,6825,0,7021.83,-2128.33,586.66,2.98451,300,0,0,3189,0,0,0,0,0),(39094,11020,1,1,1,10425,0,5200.79,-572.024,289.175,0.855211,300,0,0,5316,1807,0,0,0,0),(39095,7098,1,1,1,10831,0,6122.24,-1620.36,482.164,5.88348,300,10,0,3082,0,1,0,0,0),(39096,9996,1,1,1,9343,1,5126.82,-325.127,358.926,4.99164,300,0,0,3758,0,0,0,0,0),(39097,8960,1,1,1,9278,0,5844.42,-1210.4,404.677,2.83391,300,10,0,2672,0,1,0,0,0),(39098,9116,1,1,1,9136,1,4008.81,-1310.94,254.58,2.72271,300,0,0,3758,0,0,0,0,0),(39099,10920,1,1,1,10649,1,3999.43,-1298.66,254.258,3.38594,300,0,0,3006,2241,0,0,0,0),(39100,10922,1,1,1,10253,1,3985.84,-1303.03,251.154,2.70343,300,0,0,3198,2369,0,0,0,0),(39101,10921,1,1,1,10254,1,4004.65,-1284.46,254.349,3.71755,300,0,0,2215,1807,0,0,0,0),(39102,10923,1,1,1,10647,1,3970.1,-1291.54,241.405,2.59966,300,0,0,3496,2568,2,0,0,0),(39103,10924,1,1,1,10646,1,4006.03,-1288.36,254.368,2.93215,300,0,0,4497,0,0,0,0,0),(39104,22931,1,1,1,21139,1,3981.74,-1321.47,251.124,2.00713,600,0,0,10572,0,0,0,0,0),(39105,14470,1,1,1,4449,0,5407.59,-736.618,344.249,1.86412,300,0,0,2159,2163,0,0,0,0),(39106,14469,1,1,1,14532,1,5413.9,-737.721,344.624,1.6537,300,0,0,2699,0,0,0,0,0),(39107,11554,1,1,1,5851,0,3874.76,-1286.59,220.49,4.03171,300,0,0,3398,0,0,0,0,0),(39108,15395,1,1,1,5851,0,6821.85,-2082.51,623.27,3.15905,300,0,0,3398,0,0,0,0,0),(39109,10017,1,1,1,2177,0,4232.68,-763.743,259.556,3.31027,300,10,0,8,0,1,0,0,0),(39110,10017,1,1,1,2177,0,3554.28,-1121.11,221.327,1.80879,300,10,0,8,0,1,0,0,0),(39111,10016,1,1,1,1141,0,4954.5,-722.571,303.324,0.925342,300,10,0,8,0,1,0,0,0),(39112,10016,1,1,1,1141,0,3788.68,-973.41,249.946,0.852374,300,10,0,8,0,1,0,0,0),(39113,10017,1,1,1,2177,0,4287.53,-1101.12,322.938,1.30591,300,10,0,8,0,1,0,0,0),(39114,7109,1,1,1,11334,0,3821.08,-897.164,302.569,6.09112,300,5,0,2304,1807,1,0,0,0),(39115,11516,1,1,1,6825,0,7034,-2122.26,587.611,3.21141,300,0,0,3189,0,0,0,0,0),(39116,11516,1,1,1,6825,0,7021.73,-2113.71,587.076,3.82227,300,0,0,3189,0,0,0,0,0),(39117,11516,1,1,1,6825,0,7033.93,-2113.89,587.397,3.50811,300,0,0,3189,0,0,0,0,0),(39118,7098,1,1,1,10831,0,6387.95,-1950.94,553.132,5.2714,300,10,0,3082,0,1,0,0,0),(39119,7098,1,1,1,10831,0,6311.65,-1598.56,457.195,4.26995,300,5,0,3082,0,1,0,0,0),(39120,7098,1,1,1,10831,0,6096.78,-1447.22,425.793,0.156957,300,10,0,3082,0,1,0,0,0),(39121,7099,1,1,1,10829,0,6000.71,-1328.54,413.228,6.18731,300,10,0,2880,0,1,0,0,0),(39122,8958,1,1,1,1083,0,6509,-1215.3,423.885,4.70475,300,5,0,3207,0,1,0,0,0),(39123,7099,1,1,1,10829,0,4702.41,-840.105,317.243,2.89093,300,3,0,2880,0,1,0,0,0),(39124,8960,1,1,1,9278,0,5912.9,-1342.33,418.319,4.10759,300,10,0,2672,0,1,0,0,0),(39125,10017,1,1,1,2177,0,6608.34,-1894.31,545.121,1.51793,300,10,0,8,0,1,0,0,0),(39126,10017,1,1,1,2177,0,4006.76,-1100.8,266.512,1.63724,300,10,0,8,0,1,0,0,0),(39127,10017,1,1,1,2177,0,3909.31,-1612.1,260.41,3.76695,300,10,0,8,0,1,0,0,0),(39128,10017,1,1,1,2177,0,6132.33,-1105.28,376.366,0.005859,300,10,0,8,0,1,0,0,0),(39129,10017,1,1,1,2177,0,6514.71,-1418.29,439.274,5.05174,300,10,0,8,0,1,0,0,0),(39136,7105,1,1,1,2019,0,3838.01,-902.735,315.472,0.103963,300,5,0,2672,0,1,0,0,0),(39139,8959,1,1,1,4124,0,3713.24,-1526.82,195.995,4.79748,300,3,0,2488,0,1,0,0,0),(39140,7098,1,1,1,10831,0,6238.46,-1552.59,444.331,3.35412,300,10,0,3082,0,1,0,0,0),(39141,7093,1,1,1,1306,0,5405.71,-492.069,248.302,2.4984,300,5,0,3189,0,1,0,0,0),(39142,10017,1,1,1,2177,0,4140.85,-735.621,276.033,3.38622,300,10,0,8,0,1,0,0,0),(39143,10017,1,1,1,2177,0,5874.84,-1186.6,402.208,3.33822,300,10,0,8,0,1,0,0,0),(39144,10017,1,1,1,2177,0,6708.53,-1549.61,474.198,0.297953,300,10,0,8,0,1,0,0,0),(39145,10016,1,1,1,1141,0,3795.33,-1611.07,218.525,1.78448,300,10,0,8,0,1,0,0,0),(39146,8956,1,1,1,9276,0,3880.55,-949.032,259.906,2.1474,300,10,0,2985,0,1,0,0,0),(39147,7097,1,1,1,4877,0,4010.5,-918.522,258.128,2.94496,300,10,0,2576,0,1,0,0,0),(39148,7097,1,1,1,4877,0,4343.95,-523.12,295.964,3.23747,300,10,0,2576,0,1,0,0,0),(39149,7098,1,1,1,10831,0,6295.03,-2023.3,572.374,1.71701,300,10,0,3082,0,1,0,0,0),(39150,8960,1,1,1,9278,0,5774.28,-1201.44,404.254,1.99147,300,10,0,2672,0,1,0,0,0),(39151,7099,1,1,1,10829,0,5819.6,-690.619,375.317,4.69188,300,10,0,2880,0,1,0,0,0),(39152,7099,1,1,1,10829,0,5846.71,-1204.41,404.382,0.303526,300,10,0,2880,0,1,0,0,0),(39153,7099,1,1,1,10829,0,4658.58,-810.208,304.457,6.03063,300,10,0,2880,0,1,0,0,0),(39154,10016,1,1,1,1141,0,6035.74,-1204.54,374.127,0.696551,300,10,0,8,0,1,0,0,0),(39155,10017,1,1,1,2177,0,4478.11,-936.743,317.794,5.66181,300,10,0,8,0,1,0,0,0),(39156,10017,1,1,1,2177,0,4093.64,-878.737,259.169,4.56373,300,10,0,8,0,1,0,0,0),(39157,10017,1,1,1,2177,0,6362.66,-1164.68,380.483,2.63819,300,10,0,8,0,1,0,0,0),(39158,7109,1,1,1,11334,0,3725.89,-889.261,334.154,6.02044,300,5,0,2304,1807,1,0,0,0),(39159,8959,1,1,1,4124,0,3647.14,-1616.11,207.014,4.9138,300,10,0,2488,0,1,0,0,0),(39160,8959,1,1,1,4124,0,3987.5,-784.388,287.496,4.41989,300,10,0,2488,0,1,0,0,0),(39161,7098,1,1,1,10831,0,6523.39,-1664.14,504.21,4.51289,300,10,0,3082,0,1,0,0,0),(39162,8960,1,1,1,9278,0,5989.44,-1346.26,420.033,0.975752,300,10,0,2672,0,1,0,0,0),(39163,7099,1,1,1,10829,0,4569.86,-947.915,326.891,0.635689,300,3,0,2880,0,1,0,0,0),(39164,8958,1,1,1,1083,0,5755.33,-1180.85,403.225,3.96243,300,10,0,3207,0,1,0,0,0),(39165,10017,1,1,1,2177,0,3963.32,-1416.84,243.15,4.20206,300,10,0,8,0,1,0,0,0),(39166,10016,1,1,1,1141,0,6435.76,-1209.16,391.288,6.07468,300,10,0,8,0,1,0,0,0),(39167,8959,1,1,1,4124,0,3958.6,-1439.83,243.326,2.07553,300,10,0,2488,0,1,0,0,0),(39168,7098,1,1,1,10831,0,6514.22,-1305.06,439.779,2.81552,300,3,0,3082,0,1,0,0,0),(39169,8960,1,1,1,9278,0,6213.58,-946.88,407.452,3.31921,300,3,0,2672,0,1,0,0,0),(39170,7099,1,1,1,10829,0,6521.4,-1242.22,433.623,1.12373,300,5,0,2880,0,1,0,0,0),(39171,8960,1,1,1,9278,0,5883,-1249.87,404.206,5.25273,300,10,0,2672,0,1,0,0,0),(39172,10017,1,1,1,2177,0,4535.74,-865.951,300.908,4.86244,300,10,0,8,0,1,0,0,0),(39173,10016,1,1,1,1141,0,5710,-617.366,366.078,3.9117,300,10,0,8,0,1,0,0,0),(39174,10017,1,1,1,2177,0,6504.6,-1961.22,552.144,3.55982,300,10,0,8,0,1,0,0,0),(39175,10016,1,1,1,1141,0,6164.86,-1627.38,482.811,3.3842,300,10,0,8,0,1,0,0,0),(39176,10017,1,1,1,2177,0,5645.88,-523.173,375.329,5.08897,300,10,0,8,0,1,0,0,0),(39177,10017,1,1,1,2177,0,5685.97,-1150.96,391.573,5.62094,300,10,0,8,0,1,0,0,0),(39178,7097,1,1,1,4877,0,4486.98,-650.563,264.002,5.42038,300,10,0,2576,0,1,0,0,0),(39179,7097,1,1,1,4877,0,4010.78,-782.981,286.633,0.236456,300,10,0,2576,0,1,0,0,0),(39180,8956,1,1,1,9276,0,4116.34,-742.049,278.868,2.40457,300,10,0,2985,0,1,0,0,0),(39181,7098,1,1,1,10831,0,6719.37,-1562.42,475.15,5.03864,300,10,0,3082,0,1,0,0,0),(39182,8960,1,1,1,9278,0,5912.29,-1319.13,414.402,4.44899,300,10,0,2672,0,1,0,0,0),(39183,7099,1,1,1,10829,0,6458.44,-955.533,422.887,1.72471,300,3,0,2880,0,1,0,0,0),(39184,10017,1,1,1,2177,0,6258.11,-1080.48,373.85,4.73973,300,10,0,8,0,1,0,0,0),(39185,10017,1,1,1,2177,0,4240.9,-1116.34,319.212,2.85846,300,10,0,8,0,1,0,0,0),(39186,10017,1,1,1,2177,0,5412.06,-538.565,362.973,2.99059,300,10,0,8,0,1,0,0,0),(39187,10017,1,1,1,2177,0,3766.67,-1129.91,229.311,4.71239,300,10,0,8,0,1,0,0,0),(39188,10017,1,1,1,2177,0,6422.64,-2049.84,570.312,6.0285,300,10,0,8,0,1,0,0,0),(39189,10017,1,1,1,2177,0,4035.94,-1203.52,278.528,3.35814,300,10,0,8,0,1,0,0,0),(39190,8956,1,1,1,9276,0,3777.09,-978.705,246.89,0.294697,300,5,0,2985,0,1,0,0,0),(39191,8959,1,1,1,4124,0,4042.79,-1314.79,277.119,3.11453,300,5,0,2488,0,1,0,0,0),(39192,8956,1,1,1,9276,0,3691.44,-1608.52,215.595,3.87112,300,10,0,2985,0,1,0,0,0),(39193,8960,1,1,1,9278,0,5885.11,-1192.16,402.432,0.178383,300,10,0,2672,0,1,0,0,0),(39194,10017,1,1,1,2177,0,3743.18,-1258.11,211.671,3.54713,300,10,0,8,0,1,0,0,0),(39195,10017,1,1,1,2177,0,5488.61,-961.474,370.038,4.58191,300,0,0,8,0,0,0,0,0),(39196,10017,1,1,1,2177,0,6080.63,-704.493,401.143,3.04618,300,10,0,8,0,1,0,0,0),(39197,10017,1,1,1,2177,0,6003.75,-1137.27,387.996,4.77103,300,10,0,8,0,1,0,0,0),(39198,10017,1,1,1,2177,0,5345.38,-937.115,376.33,4.33272,300,10,0,8,0,1,0,0,0),(39212,8959,1,1,1,4124,0,3941.54,-1441.12,235.201,3.61678,300,3,0,2488,0,1,0,0,0),(39213,8959,1,1,1,4124,0,4046.34,-920.062,256.988,4.83059,300,10,0,2488,0,1,0,0,0),(39214,8956,1,1,1,9276,0,3917.52,-915.237,268.665,3.31638,300,5,0,2985,0,1,0,0,0),(39215,8959,1,1,1,4124,0,3937.82,-1417.09,233.15,3.16637,300,10,0,2488,0,1,0,0,0),(39216,8959,1,1,1,4124,0,4001.81,-746.755,287.049,2.05944,300,10,0,2488,0,1,0,0,0),(39217,8960,1,1,1,9278,0,6544.06,-1249.5,440.095,4.40671,300,5,0,2672,0,1,0,0,0),(39218,10017,1,1,1,2177,0,6898.59,-1832.55,567.644,2.12898,300,10,0,8,0,1,0,0,0),(39219,10017,1,1,1,2177,0,4601.64,-202.267,299.402,5.15073,300,10,0,8,0,1,0,0,0),(39220,10017,1,1,1,2177,0,4358.86,-579.86,267.933,4.58126,300,10,0,8,0,1,0,0,0),(39221,10016,1,1,1,1141,0,5522.75,-567.883,359.695,4.11153,300,10,0,8,0,1,0,0,0),(39222,7097,1,1,1,4877,0,3650,-1616.67,207.775,4.41524,300,10,0,2576,0,1,0,0,0),(39223,8959,1,1,1,4124,0,4213.35,-774.033,258.653,4.41789,300,10,0,2488,0,1,0,0,0),(39224,8960,1,1,1,9278,0,5923.79,-1308.69,412.152,1.24774,300,5,0,2672,0,1,0,0,0),(39225,8960,1,1,1,9278,0,5960.8,-1365.2,423.141,3.9323,300,10,0,2672,0,1,0,0,0),(39226,10017,1,1,1,2177,0,6465.67,-830.177,474.977,5.5495,300,10,0,8,0,1,0,0,0),(39227,10017,1,1,1,2177,0,6216.61,-1009.2,390.277,4.11111,300,10,0,8,0,1,0,0,0),(39229,10017,1,1,1,2177,0,5934.41,-759.007,398.982,0.782636,300,10,0,8,0,1,0,0,0),(39230,10017,1,1,1,2177,0,3897.11,-1498.82,223.188,0.178631,300,10,0,8,0,1,0,0,0),(39231,10017,1,1,1,2177,0,3621.13,-1515.49,174.307,0.252798,300,10,0,8,0,1,0,0,0),(39232,10017,1,1,1,2177,0,6517.82,-1393.14,438.44,6.22737,300,10,0,8,0,1,0,0,0),(39233,7097,1,1,1,4877,0,3958.67,-920.589,264.702,0.11939,300,10,0,2576,0,1,0,0,0),(39234,7097,1,1,1,4877,0,3772.93,-1030.35,230.669,2.94899,300,10,0,2576,0,1,0,0,0),(39235,8960,1,1,1,9278,0,5947.13,-1362.67,421.891,4.78153,300,10,0,2672,0,1,0,0,0),(39236,8960,1,1,1,9278,0,5910.04,-1278.9,405.891,1.67455,300,10,0,2672,0,1,0,0,0),(39237,7099,1,1,1,10829,0,4955.54,-631,293.189,5.51368,300,10,0,2880,0,1,0,0,0),(39238,10017,1,1,1,2177,0,5280.89,-870.312,357.346,0.25553,300,10,0,8,0,1,0,0,0),(39239,10017,1,1,1,2177,0,4203.53,-1110.93,311.291,1.72525,300,10,0,8,0,1,0,0,0),(39240,10016,1,1,1,1141,0,4222.12,-1008.52,295.443,5.14522,300,10,0,8,0,1,0,0,0),(39241,10017,1,1,1,2177,0,6787.99,-1594.12,485.523,5.41413,300,10,0,8,0,1,0,0,0),(39242,10017,1,1,1,2177,0,4643.91,-833.31,308.472,4.1103,300,10,0,8,0,1,0,0,0),(39243,10017,1,1,1,2177,0,4236.22,-1021.01,299.254,2.34514,300,10,0,8,0,1,0,0,0),(39244,10017,1,1,1,2177,0,6207.63,-1526.43,440.554,2.08636,300,10,0,8,0,1,0,0,0),(39245,10017,1,1,1,2177,0,6555.82,-1028.46,448.821,3.9111,300,10,0,8,0,1,0,0,0),(39246,10017,1,1,1,2177,0,4223.53,-1019.96,295.216,0.0743,300,10,0,8,0,1,0,0,0),(39247,10017,1,1,1,2177,0,5624.34,-560.825,364.42,3.94457,300,10,0,8,0,1,0,0,0),(39248,10017,1,1,1,2177,0,6283.06,-913.294,414.987,1.67551,300,10,0,8,0,1,0,0,0),(39249,10017,1,1,1,2177,0,6479.01,-1692.17,504.421,2.73668,300,10,0,8,0,1,0,0,0),(39250,10017,1,1,1,2177,0,5879.85,-637.272,380.65,4.22864,300,10,0,8,0,1,0,0,0),(39251,10017,1,1,1,2177,0,5963.01,-1267.7,382.253,1.36325,300,10,0,8,0,1,0,0,0),(39252,10016,1,1,1,1141,0,5548.98,-993.019,373.454,3.72959,300,10,0,8,0,1,0,0,0),(39253,10017,1,1,1,2177,0,4256.94,-516.714,307.48,1.63236,300,10,0,8,0,1,0,0,0),(39254,10017,1,1,1,2177,0,5950.59,-1209.88,381.731,0.245768,300,10,0,8,0,1,0,0,0),(39255,10017,1,1,1,2177,0,6223.25,-948.625,406.584,1.24657,300,10,0,8,0,1,0,0,0),(39256,10017,1,1,1,2177,0,4018.47,-749.797,286.772,5.78877,300,10,0,8,0,1,0,0,0),(39257,1412,1,1,1,134,0,7419.88,-2235.86,489.208,1.6079,300,5,0,8,0,1,0,0,0),(39258,8956,1,1,1,9276,0,3958.29,-875.887,274.535,1.40845,300,10,0,2985,0,1,0,0,0),(39259,8956,1,1,1,9276,0,3985.86,-914.985,263.011,1.07659,300,10,0,2985,0,1,0,0,0),(39260,8959,1,1,1,4124,0,4050.23,-849.656,267.934,3.82836,300,10,0,2488,0,1,0,0,0),(39261,8959,1,1,1,4124,0,4019.6,-815.193,285.439,1.72848,300,10,0,2488,0,1,0,0,0),(39262,10017,1,1,1,2177,0,3788.62,-1027.68,232.084,5.07635,300,10,0,8,0,1,0,0,0),(39263,10016,1,1,1,1141,0,6029.17,-1112.5,393.984,0.205206,300,10,0,8,0,1,0,0,0),(39264,10017,1,1,1,2177,0,3836.88,-1023.46,239.281,0.887816,300,10,0,8,0,1,0,0,0),(39265,10017,1,1,1,2177,0,3748.92,-1471.92,197.307,1.22186,300,10,0,8,0,1,0,0,0),(39266,8959,1,1,1,4124,0,4049.07,-721.533,285.347,1.43267,300,10,0,2488,0,1,0,0,0),(39267,8956,1,1,1,9276,0,3816.98,-1019.41,236.699,5.11312,300,10,0,2985,0,1,0,0,0),(39268,10016,1,1,1,1141,0,6298.04,-1270.27,371.592,1.47321,300,10,0,8,0,1,0,0,0),(39269,10016,1,1,1,1141,0,4382.39,-585.617,267.399,3.94979,300,10,0,8,0,1,0,0,0),(39270,10017,1,1,1,2177,0,5414.15,-899.454,368.945,2.84826,300,10,0,8,0,1,0,0,0),(39271,10016,1,1,1,1141,0,6544.97,-1808.98,529.729,4.44939,300,10,0,8,0,1,0,0,0),(39272,10017,1,1,1,2177,0,5791.04,-743.539,387.178,3.46329,300,10,0,8,0,1,0,0,0),(39273,10017,1,1,1,2177,0,6809.23,-1830.22,559.135,0.98902,300,10,0,8,0,1,0,0,0),(39274,10017,1,1,1,2177,0,4234.94,-778.944,261.037,0.005859,300,10,0,8,0,1,0,0,0),(39275,10017,1,1,1,2177,0,5087.18,-644.904,305.866,3.709,300,10,0,8,0,1,0,0,0),(39276,8959,1,1,1,4124,0,4313.79,-503.374,302.563,4.80123,300,10,0,2488,0,1,0,0,0),(39277,8959,1,1,1,4124,0,4274.48,-524.413,301.02,0.141608,300,10,0,2488,0,1,0,0,0),(39278,8959,1,1,1,4124,0,3722.48,-1379.04,208.03,4.83811,300,3,0,2488,0,1,0,0,0),(39279,10017,1,1,1,2177,0,5693.78,-738.01,377.047,4.61855,300,10,0,8,0,1,0,0,0),(39280,7097,1,1,1,4877,0,3900.39,-1450.82,218.181,4.00864,300,10,0,2576,0,1,0,0,0),(39281,7099,1,1,1,10829,0,5522.75,-556.604,361.557,5.33614,300,10,0,2880,0,1,0,0,0),(39282,10016,1,1,1,1141,0,5975.63,-1231.28,378.159,1.0584,300,10,0,8,0,1,0,0,0),(39283,10017,1,1,1,2177,0,3767.9,-1208.45,213.632,3.50505,300,10,0,8,0,1,0,0,0),(39284,7105,1,1,1,2019,0,3790.25,-886.322,303.225,3.76644,300,5,0,2672,0,1,0,0,0),(39285,10017,1,1,1,2177,0,3956.12,-895.597,270.66,3.54966,300,10,0,8,0,1,0,0,0),(39286,10017,1,1,1,2177,0,3951.34,-1417.67,238.817,4.46694,300,10,0,8,0,1,0,0,0),(39287,8959,1,1,1,4124,0,4027.2,-754.927,287.299,6.00213,300,10,0,2488,0,1,0,0,0),(39288,7109,1,1,1,11334,0,3917.71,-827.547,324.338,6.24063,300,5,0,2304,1807,1,0,0,0),(39289,7109,1,1,1,11334,0,3941.83,-811.354,316.193,5.87639,300,5,0,2304,1807,1,0,0,0),(39290,8956,1,1,1,9276,0,3988.29,-977.489,250.287,5.78307,300,10,0,2985,0,1,0,0,0),(39291,8959,1,1,1,4124,0,4021.51,-945.672,253.702,0.61285,300,10,0,2488,0,1,0,0,0),(39292,10017,1,1,1,2177,0,6355.81,-1563.94,446.43,3.21392,300,10,0,8,0,1,0,0,0),(39293,7099,1,1,1,10829,0,5211.47,-760.364,346.287,2.50532,300,10,0,2880,0,1,0,0,0),(39294,10016,1,1,1,1141,0,4330.27,-956.77,305.938,4.76225,300,10,0,8,0,1,0,0,0),(39295,10017,1,1,1,2177,0,3677.93,-1469.83,186.007,5.04648,300,10,0,8,0,1,0,0,0),(39296,8958,1,1,1,1083,0,5436.68,-588.137,355.52,0.412444,300,10,0,3207,0,1,0,0,0),(39297,8957,1,1,1,9277,0,6214.11,-1600,456.532,4.9071,300,5,0,3553,0,1,0,0,0),(39299,8958,1,1,1,1083,0,6442.27,-915.941,423.439,1.64697,300,3,0,3207,0,1,0,0,0),(39300,7086,1,1,1,11137,0,4415.64,-726.783,265.013,1.2098,300,5,0,2672,0,1,0,0,0),(39301,8958,1,1,1,1083,0,6535.72,-1017.43,440.286,0.416044,300,5,0,3207,0,1,0,0,0),(39334,8960,1,1,1,9278,0,6423.3,-972.682,423.08,4.50143,300,10,0,2672,0,1,0,0,0),(39335,7086,1,1,1,11137,0,4401.86,-695.602,259.402,3.36464,300,5,0,2672,0,1,0,0,0),(39336,7086,1,1,1,11137,0,4377.32,-699.738,263.19,4.7446,300,10,0,2672,0,1,0,0,0),(39337,8960,1,1,1,9278,0,5327.72,-558.082,343.176,2.54222,300,10,0,2672,0,1,0,0,0),(39338,8956,1,1,1,9276,0,4078.45,-1179.63,287.924,4.82706,300,10,0,2985,0,1,0,0,0),(39339,7086,1,1,1,11137,0,4409.83,-613.529,264.483,3.50948,300,10,0,2672,0,1,0,0,0),(39340,7086,1,1,1,11137,0,4403.14,-639.289,264.318,3.48416,300,10,0,2672,0,1,0,0,0),(39341,7086,1,1,1,11137,0,4354.65,-654.818,265.829,2.38381,300,10,0,2672,0,1,0,0,0),(39342,8956,1,1,1,9276,0,4175.87,-1025.87,289.239,1.91837,300,10,0,2985,0,1,0,0,0),(39343,7086,1,1,1,11137,0,4345.12,-583.047,265.769,4.45868,300,10,0,2672,0,1,0,0,0),(39344,8959,1,1,1,4124,0,4122.03,-1025.73,280.104,1.8243,300,10,0,2488,0,1,0,0,0),(39345,7086,1,1,1,11137,0,4354.81,-680.31,267.11,0.840127,300,10,0,2672,0,1,0,0,0),(39346,7086,1,1,1,11137,0,4418.68,-668.367,265.565,4.55269,300,5,0,2672,0,1,0,0,0),(39347,8959,1,1,1,4124,0,4058.54,-1217.67,281.45,4.82186,300,10,0,2488,0,1,0,0,0),(39348,10017,1,1,1,2177,0,5789.65,-1213.51,403.807,5.26519,300,10,0,8,0,1,0,0,0),(39349,11557,1,1,1,11363,0,7025.63,-2135.69,586.408,2.32129,300,0,0,3398,0,0,0,0,0),(39350,8957,1,1,1,9277,0,6614.74,-1919.12,547.613,4.95338,300,10,0,3553,0,1,0,0,0),(39351,8959,1,1,1,4124,0,3908.96,-1450.97,218.325,2.22847,300,3,0,2488,0,1,0,0,0),(39352,10016,1,1,1,1141,0,3827.6,-1082.81,232.618,5.27974,300,10,0,8,0,1,0,0,0),(39353,11553,1,1,1,1999,0,7291.5,-2149.29,551.815,3.17401,300,0,0,3082,0,2,0,0,0),(39354,11553,1,1,1,1999,0,7215.2,-2189.85,565.78,6.20856,300,0,0,3082,0,2,0,0,0),(39355,11516,1,1,1,6825,0,7202.31,-2180.13,566.095,4.24115,300,0,0,3189,0,0,0,0,0),(39356,11516,1,1,1,6825,0,7151.84,-2170.72,566.615,0.785398,300,6,0,3189,0,1,0,0,0),(39357,11516,1,1,1,6825,0,7194.13,-2196.03,565.399,1.09956,300,6,0,3189,0,1,0,0,0),(39358,11516,1,1,1,6825,0,7165.77,-2153.57,565.828,4.15388,300,6,0,3189,0,1,0,0,0),(39359,11558,1,1,1,1997,0,7005.4,-2123.12,587.959,0.151413,300,0,0,3398,0,0,0,0,0),(39360,11553,1,1,1,1999,0,7095.02,-2120.98,579.485,2.53409,300,0,0,3082,0,2,0,0,0),(39361,7097,1,1,1,4877,0,3927.03,-1623.06,265.185,2.57191,300,10,0,2576,0,1,0,0,0),(39362,8957,1,1,1,9277,0,6283.69,-1581.49,461.227,1.49692,300,10,0,3553,0,1,0,0,0),(39363,8957,1,1,1,9277,0,6325.15,-1558.03,446.153,1.55334,300,10,0,3553,0,1,0,0,0),(39364,8957,1,1,1,9277,0,6177.5,-1617.82,477.741,4.76518,300,10,0,3553,0,1,0,0,0),(39365,10016,1,1,1,1141,0,6536.24,-2096.72,578.066,1.07831,300,10,0,8,0,1,0,0,0),(39366,10017,1,1,1,2177,0,4011.29,-900,261.554,0,300,10,0,8,0,1,0,0,0),(39367,8956,1,1,1,9276,0,3810.87,-1690.71,257.647,1.74044,300,10,0,2985,0,1,0,0,0),(39368,8956,1,1,1,9276,0,3805.27,-1703.01,264.027,2.00448,300,10,0,2985,0,1,0,0,0),(39369,8956,1,1,1,9276,0,3779.61,-1678.97,250.668,4.99218,300,10,0,2985,0,1,0,0,0),(39370,8956,1,1,1,9276,0,3789.06,-1710.81,264.533,1.26045,300,5,0,2985,0,1,0,0,0),(39371,8956,1,1,1,9276,0,3924.16,-1591.73,259.49,5.37902,300,10,0,2985,0,1,0,0,0),(39372,8957,1,1,1,9277,0,6057.81,-1431.71,422.346,4.75276,300,10,0,3553,0,1,0,0,0),(39373,8956,1,1,1,9276,0,3945.18,-1547.99,255.447,1.5564,300,3,0,2985,0,1,0,0,0),(39374,8957,1,1,1,9277,0,6054.6,-1488.48,439.855,6.1289,300,3,0,3553,0,1,0,0,0),(39375,8957,1,1,1,9277,0,6117.08,-1617.07,481.282,3.58601,300,10,0,3553,0,1,0,0,0),(39376,8959,1,1,1,4124,0,3882.95,-1478.39,219.555,3.12758,300,10,0,2488,0,1,0,0,0),(39377,8956,1,1,1,9276,0,3920.73,-1516.46,244.726,1.63334,300,10,0,2985,0,1,0,0,0),(39378,8961,1,1,1,9280,0,6319.74,-1608.8,462.353,1.79127,300,5,0,2980,0,1,0,0,0),(39379,8959,1,1,1,4124,0,3845.47,-1522.34,225.428,2.19074,300,10,0,2488,0,1,0,0,0),(39380,10017,1,1,1,2177,0,6143.53,-1459.2,432.5,5.43752,300,10,0,8,0,1,0,0,0),(39381,10017,1,1,1,2177,0,3921.88,-1590.02,257.732,5.30824,300,10,0,8,0,1,0,0,0),(39382,8957,1,1,1,9277,0,6342.7,-1592.47,453.65,4.09701,300,10,0,3553,0,1,0,0,0),(39383,8957,1,1,1,9277,0,6209.72,-1526.46,440.405,4.51536,300,10,0,3553,0,1,0,0,0),(39384,8961,1,1,1,9280,0,6387.95,-1613.56,471.03,0.990643,300,10,0,2980,0,1,0,0,0),(39385,8959,1,1,1,4124,0,3882.82,-1427.12,213.86,4.91679,300,10,0,2488,0,1,0,0,0),(39386,8959,1,1,1,4124,0,3859.64,-1470.9,215.928,1.79299,300,10,0,2488,0,1,0,0,0),(39387,8959,1,1,1,4124,0,3986.14,-1156.07,265.528,0.706558,300,10,0,2488,0,1,0,0,0),(39388,10017,1,1,1,2177,0,6475.46,-1940.74,546.982,4.47986,300,10,0,8,0,1,0,0,0),(39389,10016,1,1,1,1141,0,3913.4,-1549.35,248.749,4.26683,300,10,0,8,0,1,0,0,0),(39390,10017,1,1,1,2177,0,4009.74,-848.175,272.254,4.11654,300,10,0,8,0,1,0,0,0),(39391,8957,1,1,1,9277,0,6516.59,-1353.36,439.622,3.8946,300,10,0,3553,0,1,0,0,0),(39392,8956,1,1,1,9276,0,4375.7,-508.136,301.84,2.76711,300,10,0,2985,0,1,0,0,0),(39393,8957,1,1,1,9277,0,6542.23,-1309.8,441.614,1.89365,300,10,0,3553,0,1,0,0,0),(39394,10017,1,1,1,2177,0,5587.57,-1023.97,376.202,1.79826,300,10,0,8,0,1,0,0,0),(39395,7092,1,1,1,11141,0,5309.27,-810.188,338.433,1.08637,300,5,0,2980,0,1,0,0,0),(39396,8956,1,1,1,9276,0,3864.34,-987.939,246.569,2.78031,300,10,0,2985,0,1,0,0,0),(39397,10017,1,1,1,2177,0,4065.72,-741.413,282.812,4.7407,300,10,0,8,0,1,0,0,0),(39398,10016,1,1,1,1141,0,3788.26,-1677.22,250.053,3.25904,300,10,0,8,0,1,0,0,0),(39399,7099,1,1,1,10829,0,5076.02,-747.347,326.111,3.96332,300,10,0,2880,0,1,0,0,0),(39400,7092,1,1,1,11141,0,5352.43,-784.759,334.135,2.18988,300,10,0,2980,0,1,0,0,0),(39401,8957,1,1,1,9277,0,6519.95,-1417.04,439.879,0.278481,300,10,0,3553,0,1,0,0,0),(39402,7139,1,1,1,6351,0,6322.5,-1148.18,373.968,1.94193,300,5,0,3082,0,1,0,0,0),(39403,7138,1,1,1,2078,0,6303.59,-1166.12,371.056,5.47569,300,5,0,3082,0,1,0,0,0),(39404,8960,1,1,1,9278,0,5982.15,-1324.27,414.204,2.86499,300,10,0,2672,0,1,0,0,0),(39405,7139,1,1,1,6351,0,6360.44,-1189.23,379.082,5.63047,300,5,0,3082,0,1,0,0,0),(39406,7139,1,1,1,6351,0,6388.32,-1163.12,386.192,6.21968,300,5,0,3082,0,1,0,0,0),(39407,7139,1,1,1,6351,0,6426.08,-1191.06,391.624,5.81313,300,5,0,3082,0,1,0,0,0),(39408,10017,1,1,1,2177,0,4891.1,-762.404,298.028,2.34308,300,10,0,8,0,1,0,0,0),(39409,10017,1,1,1,2177,0,6292.74,-1611.85,469.416,1.51044,300,10,0,8,0,1,0,0,0),(39410,10017,1,1,1,2177,0,4219.79,-1045.03,303.375,4.73517,300,10,0,8,0,1,0,0,0),(39411,7139,1,1,1,6351,0,6337.84,-1265.63,374.892,0.856392,300,5,0,3082,0,1,0,0,0),(39412,7097,1,1,1,4877,0,4174.46,-1106.72,302.634,3.23941,300,10,0,2576,0,1,0,0,0),(39413,7139,1,1,1,6351,0,6302.59,-1319.32,373.325,0.949368,300,5,0,3082,0,1,0,0,0),(39414,7139,1,1,1,6351,0,6419.94,-1252.67,382.517,4.39064,300,5,0,3082,0,1,0,0,0),(39415,10017,1,1,1,2177,0,4182.54,-1125.91,309.679,4.95595,300,10,0,8,0,1,0,0,0),(39416,7093,1,1,1,1306,0,5364.22,-470.449,248.302,2.93782,300,10,0,3189,0,1,0,0,0),(39417,7093,1,1,1,1306,0,5334.5,-462.939,248.302,4.17762,300,5,0,3189,0,1,0,0,0),(39418,7105,1,1,1,2019,0,3925.67,-788.39,321.312,3.64886,300,5,0,2672,0,1,0,0,0),(39419,7093,1,1,1,1306,0,5319.58,-485.433,248.302,4.87848,300,5,0,3189,0,1,0,0,0),(39420,7093,1,1,1,1306,0,5416.87,-503.494,248.302,2.51527,300,5,0,3189,0,1,0,0,0),(39421,7093,1,1,1,1306,0,5389.28,-478.064,248.302,0.345189,300,10,0,3189,0,1,0,0,0),(39422,7086,1,1,1,11137,0,4612.98,-671.614,259.098,1.62261,300,5,0,2672,0,1,0,0,0),(39423,7105,1,1,1,2019,0,3798.11,-776.231,314.826,5.38631,300,6,0,2672,0,1,0,0,0),(39424,7105,1,1,1,2019,0,3798.44,-766.652,318.158,4.88523,300,6,0,2672,0,1,0,0,0),(39425,7105,1,1,1,2019,0,3793.39,-758.857,321.783,1.03287,300,6,0,2672,0,1,0,0,0),(39426,7092,1,1,1,11141,0,4984.95,-657.641,292.457,1.2499,300,10,0,2980,0,1,0,0,0),(39427,7092,1,1,1,11141,0,4997.94,-686.841,294.595,1.79757,300,5,0,2980,0,1,0,0,0),(39428,7092,1,1,1,11141,0,5029.49,-642.252,290.953,0.224093,300,5,0,2980,0,1,0,0,0),(39429,7092,1,1,1,11141,0,5045.07,-617.175,293.339,3.49566,300,5,0,2980,0,1,0,0,0),(39430,7092,1,1,1,11141,0,5010.45,-663.646,288.578,0.294702,300,5,0,2980,0,1,0,0,0),(39431,7105,1,1,1,2019,0,3805.36,-696.553,344.04,4.88023,300,5,0,2672,0,1,0,0,0),(39432,10017,1,1,1,2177,0,6852.07,-1586.72,493.989,2.85631,300,10,0,8,0,1,0,0,0),(39433,7092,1,1,1,11141,0,5035.66,-664.214,291.352,1.85159,300,5,0,2980,0,1,0,0,0),(39434,7092,1,1,1,11141,0,5061.87,-631.955,295.339,2.11819,300,5,0,2980,0,1,0,0,0),(39435,7092,1,1,1,11141,0,5040.8,-608.846,293.714,2.16212,300,5,0,2980,0,1,0,0,0),(39436,7092,1,1,1,11141,0,5057.78,-684.166,293.185,0.285378,300,5,0,2980,0,1,0,0,0),(39437,10017,1,1,1,2177,0,4870.5,-764.647,295.262,3.94562,300,0,0,8,0,0,0,0,0),(39438,7132,1,1,1,5498,0,6115.07,-1181.11,372.293,2.23195,300,5,0,3189,0,1,0,0,0),(39439,10017,1,1,1,2177,0,3715.91,-1582.01,202.529,1.0911,300,10,0,8,0,1,0,0,0),(39440,10017,1,1,1,2177,0,4954.44,-585.638,317.901,3.53045,300,10,0,8,0,1,0,0,0),(39441,7086,1,1,1,11137,0,4545.13,-661.82,259.34,3.0685,300,5,0,2672,0,1,0,0,0),(39442,7086,1,1,1,11137,0,4543.61,-685.408,258.508,1.07732,300,10,0,2672,0,1,0,0,0),(39443,7086,1,1,1,11137,0,4598.35,-711.091,258.566,4.80178,300,5,0,2672,0,1,0,0,0),(39444,7086,1,1,1,11137,0,4558.97,-764.464,257.936,1.73801,300,5,0,2672,0,1,0,0,0),(39466,7086,1,1,1,11137,0,4568.78,-721.635,250.608,0.363321,300,10,0,2672,0,1,0,0,0),(39467,7086,1,1,1,11137,0,4576.53,-748.527,258.616,0.067373,300,5,0,2672,0,1,0,0,0),(39468,7086,1,1,1,11137,0,4530.02,-755.663,257.953,3.65398,300,10,0,2672,0,1,0,0,0),(39469,7132,1,1,1,5498,0,6248.27,-1202.01,371.053,1.69307,300,5,0,3189,0,1,0,0,0),(39470,7139,1,1,1,6351,0,6443.62,-1203.12,394.224,2.38445,300,5,0,3082,0,1,0,0,0),(39471,7132,1,1,1,5498,0,6188.19,-1170.89,370.52,4.23738,300,5,0,3189,0,1,0,0,0),(39472,7132,1,1,1,5498,0,6200.25,-1137.86,366.636,3.81969,300,5,0,3189,0,1,0,0,0),(39473,10017,1,1,1,2177,0,5288.74,-544.257,328.687,0.463648,300,10,0,8,0,1,0,0,0),(39474,7132,1,1,1,5498,0,6220.18,-1123.06,370.549,3.32773,300,5,0,3189,0,1,0,0,0),(39475,7086,1,1,1,11137,0,4539.6,-786.054,266.992,2.05429,300,5,0,2672,0,1,0,0,0),(39476,8959,1,1,1,4124,0,4044.96,-784.956,282.758,1.61381,300,10,0,2488,0,1,0,0,0),(39477,10016,1,1,1,1141,0,3856.87,-1645.06,252.002,1.03459,300,10,0,8,0,1,0,0,0),(39478,7139,1,1,1,6351,0,6393.12,-1291.56,377.599,6.24996,300,5,0,3082,0,1,0,0,0),(39479,8956,1,1,1,9276,0,4289.37,-1047.79,319.809,4.39798,300,10,0,2985,0,1,0,0,0),(39480,8959,1,1,1,4124,0,4180.13,-1081.58,298.689,0.931773,300,10,0,2488,0,1,0,0,0),(39481,8956,1,1,1,9276,0,4189.11,-1149.51,314.466,4.60826,300,5,0,2985,0,1,0,0,0),(39482,8956,1,1,1,9276,0,4221.14,-1120.19,315.666,5.12165,300,10,0,2985,0,1,0,0,0),(39483,8956,1,1,1,9276,0,4113.67,-1143.22,289.939,1.07956,300,10,0,2985,0,1,0,0,0),(39484,8959,1,1,1,4124,0,4083.02,-1120.43,276.538,4.22605,300,10,0,2488,0,1,0,0,0),(39485,8956,1,1,1,9276,0,4354.38,-1040.32,325.652,2.64935,300,10,0,2985,0,1,0,0,0),(39486,7136,1,1,1,4200,0,5653.93,-871.476,378.981,4.47743,300,10,0,2964,0,1,0,0,0),(39487,10016,1,1,1,1141,0,4516.69,-552.691,294.57,5.64476,300,10,0,8,0,1,0,0,0),(39488,10017,1,1,1,2177,0,5921.08,-680.009,380.766,2.24548,300,10,0,8,0,1,0,0,0),(39489,7149,1,1,1,12929,0,6272.21,-1118.91,371.784,1.88791,300,0,0,4318,0,0,0,0,0),(39490,8958,1,1,1,1083,0,4703.37,-894.585,338.272,3.52308,300,3,0,3207,0,1,0,0,0),(39491,8958,1,1,1,1083,0,4706.73,-929.707,352.841,2.41244,300,3,0,3207,0,1,0,0,0),(39492,8960,1,1,1,9278,0,4921.31,-796.813,301.261,1.66143,300,10,0,2672,0,1,0,0,0),(39493,8958,1,1,1,1083,0,4888.2,-771.191,297.03,0.285005,300,10,0,3207,0,1,0,0,0),(39494,8958,1,1,1,1083,0,5394.92,-586.559,353.963,0.492046,300,10,0,3207,0,1,0,0,0),(39495,8960,1,1,1,9278,0,5318.45,-614.955,327.914,0.442235,300,5,0,2672,0,1,0,0,0),(39496,8958,1,1,1,1083,0,5475.75,-536.161,364.221,3.42435,300,10,0,3207,0,1,0,0,0),(39497,8958,1,1,1,1083,0,5408.19,-525.545,363.955,1.37327,300,3,0,3207,0,1,0,0,0),(39498,8958,1,1,1,1083,0,5435.42,-577.084,356.766,0.208982,300,3,0,3207,0,1,0,0,0),(39499,8958,1,1,1,1083,0,5451.85,-539.136,362.971,3.0273,300,10,0,3207,0,1,0,0,0),(39500,8958,1,1,1,1083,0,5430.8,-559.734,359.706,2.86113,300,10,0,3207,0,1,0,0,0),(39501,8958,1,1,1,1083,0,5405.43,-553.131,359.581,4.49412,300,0,0,3207,0,0,0,0,0),(39502,8960,1,1,1,9278,0,5610.46,-559.654,364.761,4.29763,300,10,0,2672,0,1,0,0,0),(39503,8960,1,1,1,9278,0,5625.44,-485.953,378.34,4.28544,300,3,0,2672,0,1,0,0,0),(39504,8960,1,1,1,9278,0,5847.82,-727.41,385.581,2.3859,300,10,0,2672,0,1,0,0,0),(39505,8960,1,1,1,9278,0,5852.08,-735.416,388.71,5.64032,300,0,0,2672,0,0,0,0,0),(39506,8958,1,1,1,1083,0,5489.39,-519.397,367.617,3.63159,300,5,0,3207,0,1,0,0,0),(39507,8960,1,1,1,9278,0,5819.25,-675.438,373.962,1.71061,300,10,0,2672,0,1,0,0,0),(39508,8960,1,1,1,9278,0,5640.28,-522.703,374.189,3.34971,300,10,0,2672,0,1,0,0,0),(39509,8960,1,1,1,9278,0,5820.08,-747.226,390.617,2.74658,300,5,0,2672,0,1,0,0,0),(39510,8958,1,1,1,1083,0,5946.55,-617.445,395.242,0.951909,300,10,0,3207,0,1,0,0,0),(39511,8960,1,1,1,9278,0,5370.63,-587.462,351.963,6.21278,300,10,0,2672,0,1,0,0,0),(39512,10017,1,1,1,2177,0,6086.18,-1592.22,470.057,6.26661,300,10,0,8,0,1,0,0,0),(39513,7132,1,1,1,5498,0,6118.68,-1214.41,374.216,3.76198,300,5,0,3189,0,1,0,0,0),(39514,7132,1,1,1,5498,0,6097.2,-1277.57,383.126,5.51987,300,5,0,3189,0,1,0,0,0),(39515,8956,1,1,1,9276,0,3821.44,-1145.44,241.179,0.058059,300,10,0,2985,0,1,0,0,0),(39516,7132,1,1,1,5498,0,6087.92,-1261.93,380.069,5.32494,300,5,0,3189,0,1,0,0,0),(39517,7132,1,1,1,5498,0,6082.95,-1219.71,369.759,5.26273,300,5,0,3189,0,1,0,0,0),(39518,8956,1,1,1,9276,0,3788.93,-1120.25,236.217,1.35225,300,5,0,2985,0,1,0,0,0),(39519,10017,1,1,1,2177,0,6254.69,-843.171,416.931,5.43844,300,10,0,8,0,1,0,0,0),(39520,10017,1,1,1,2177,0,6395.6,-1939.22,551.835,6.17555,300,10,0,8,0,1,0,0,0),(39521,10016,1,1,1,1141,0,4638.79,-852.573,319.493,0.818418,300,0,0,8,0,0,0,0,0),(39522,8956,1,1,1,9276,0,4275.33,-1113.77,320.914,1.3401,300,10,0,2985,0,1,0,0,0),(39524,8956,1,1,1,9276,0,4331.97,-1064.98,326.027,1.40673,300,10,0,2985,0,1,0,0,0),(39525,7097,1,1,1,4877,0,4303.08,-1056.95,322.523,5.67105,300,10,0,2576,0,1,0,0,0),(39526,10016,1,1,1,1141,0,6352.16,-1169.16,378.142,5.28197,300,10,0,8,0,1,0,0,0),(39527,10017,1,1,1,2177,0,3625.04,-1594.85,191.484,4.82391,300,10,0,8,0,1,0,0,0),(39528,7097,1,1,1,4877,0,3851.95,-1318.36,215.176,6.1022,300,10,0,2576,0,1,0,0,0),(39529,8956,1,1,1,9276,0,3920.8,-988.088,248.071,3.92216,300,10,0,2985,0,1,0,0,0),(39530,7092,1,1,1,11141,0,4874.42,-675.623,290.679,1.48416,300,10,0,2980,0,1,0,0,0),(39531,7092,1,1,1,11141,0,4856.1,-694.121,289.489,1.83641,300,10,0,2980,0,1,0,0,0),(39532,10017,1,1,1,2177,0,6057.02,-1471.94,435.175,3.09995,300,10,0,8,0,1,0,0,0),(39550,10016,1,1,1,1141,0,4566.01,-598.46,282.138,1.15951,300,10,0,8,0,1,0,0,0),(39551,10017,1,1,1,2177,0,4019.26,-1259.9,266.382,3.14159,300,10,0,8,0,1,0,0,0),(39552,10017,1,1,1,2177,0,6417.04,-1664.26,491.531,4.71239,300,10,0,8,0,1,0,0,0),(39553,7092,1,1,1,11141,0,5289.71,-659.179,326.936,1.26232,300,10,0,2980,0,1,0,0,0),(39554,7098,1,1,1,10831,0,6512.14,-1454.21,438.812,3.84144,300,10,0,3082,0,1,0,0,0),(39555,7092,1,1,1,11141,0,5245.6,-629.582,326.606,1.85419,300,10,0,2980,0,1,0,0,0),(39556,7092,1,1,1,11141,0,5279.89,-635.973,325.388,2.48423,300,10,0,2980,0,1,0,0,0),(39557,7092,1,1,1,11141,0,5281.49,-612.621,326.381,1.1554,300,10,0,2980,0,1,0,0,0),(39558,8959,1,1,1,4124,0,4048.83,-1085.07,266.071,3.83371,300,10,0,2488,0,1,0,0,0),(39559,7101,1,1,1,2832,0,6274.42,-1718.88,432.781,5.40789,300,3,0,3189,0,1,0,0,0),(39560,7100,1,1,1,8389,0,6292.31,-1648.93,427.944,2.91521,300,3,0,3082,0,1,0,0,0),(39561,7100,1,1,1,8389,0,6273.09,-1692.71,432.489,5.45225,300,3,0,3082,0,1,0,0,0),(39562,7101,1,1,1,2832,0,6327.26,-1748.7,421.673,4.03519,300,2,0,3189,0,1,0,0,0),(39563,7099,1,1,1,10829,0,5716.16,-612.174,367.703,4.12709,300,10,0,2880,0,1,0,0,0),(39564,7101,1,1,1,2832,0,6289.23,-1697.38,428.733,5.56538,300,2,0,3189,0,1,0,0,0),(39565,7100,1,1,1,8389,0,6370.71,-1756.7,421.521,4.86139,300,3,0,3082,0,1,0,0,0),(39566,7101,1,1,1,2832,0,6377.33,-1779.47,420.797,1.33317,300,2,0,3189,0,1,0,0,0),(39567,7101,1,1,1,2832,0,6320.99,-1761.07,422.676,4.69553,300,3,0,3189,0,1,0,0,0),(39568,7100,1,1,1,8389,0,6357.09,-1765.57,421.595,3.58797,300,3,0,3082,0,1,0,0,0),(39569,7101,1,1,1,2832,0,6311.54,-1785.58,420.574,4.52656,300,3,0,3189,0,1,0,0,0),(39570,8958,1,1,1,1083,0,5954.66,-645.275,390.586,2.92102,300,10,0,3207,0,1,0,0,0),(39571,10017,1,1,1,2177,0,3834.49,-1523.53,222.992,5.12972,300,10,0,8,0,1,0,0,0),(39572,7101,1,1,1,2832,0,6300.06,-1658.39,427.857,3.27611,300,2,0,3189,0,1,0,0,0),(39573,7099,1,1,1,10829,0,4948.02,-734.891,308.593,2.64644,300,5,0,2880,0,1,0,0,0),(39574,7098,1,1,1,10831,0,6689.37,-1417.1,477.397,5.6176,300,5,0,3082,0,1,0,0,0),(39575,7100,1,1,1,8389,0,6380.74,-1520.77,441.44,2.28056,300,10,0,3082,0,1,0,0,0),(39576,7109,1,1,1,11334,0,3765.6,-840.981,308.876,6.19906,300,6,0,2304,1807,1,0,0,0),(39577,7109,1,1,1,11334,0,3754.48,-823.2,313.942,4.15156,300,10,0,2304,1807,1,0,0,0),(39578,7105,1,1,1,2019,0,3786.98,-853.904,301.823,6.1742,300,5,0,2672,0,1,0,0,0),(39579,7105,1,1,1,2019,0,3813.25,-810.038,299.419,6.16083,300,10,0,2672,0,1,0,0,0),(39580,7105,1,1,1,2019,0,3724.92,-846.007,312.838,6.12611,300,6,0,2672,0,1,0,0,0),(39581,7105,1,1,1,2019,0,3801.56,-858.854,300.417,4.67265,300,5,0,2672,0,1,0,0,0),(39582,7105,1,1,1,2019,0,3781.13,-821.533,309.216,3.15722,300,10,0,2672,0,1,0,0,0),(39583,7109,1,1,1,11334,0,3755.37,-838.038,310.001,1.06854,300,6,0,2304,1807,1,0,0,0),(39584,7105,1,1,1,2019,0,3745.01,-878.309,321.345,3.87623,300,5,0,2672,0,1,0,0,0),(39585,7109,1,1,1,11334,0,3727.76,-837.299,314.304,4.85202,300,6,0,2304,1807,1,0,0,0),(39586,7105,1,1,1,2019,0,3841,-724.709,323.386,4.89923,300,10,0,2672,0,1,0,0,0),(39587,7105,1,1,1,2019,0,3815.79,-753.011,320.302,0.706201,300,10,0,2672,0,1,0,0,0),(39588,7105,1,1,1,2019,0,3853.29,-675.377,328.396,1.94567,300,10,0,2672,0,1,0,0,0),(39589,7109,1,1,1,11334,0,3854.29,-696.104,325.021,3.90923,300,10,0,2304,1807,1,0,0,0),(39590,7109,1,1,1,11334,0,3893.37,-671.715,329.442,6.07114,300,10,0,2304,1807,1,0,0,0),(39591,10017,1,1,1,2177,0,6526.57,-1253.86,438.252,3.75288,300,10,0,8,0,1,0,0,0),(39592,10017,1,1,1,2177,0,3730.7,-1555.95,203.431,0.258715,300,10,0,8,0,1,0,0,0),(39593,10017,1,1,1,2177,0,3666.8,-1449.67,181.44,2.36656,300,10,0,8,0,1,0,0,0),(39594,10017,1,1,1,2177,0,3973.39,-1166.13,259.654,5.38439,300,10,0,8,0,1,0,0,0),(39595,7105,1,1,1,2019,0,3850.38,-703.389,325.386,4.85373,300,10,0,2672,0,1,0,0,0),(39596,10016,1,1,1,1141,0,4529.21,-523.906,301.905,4.03143,300,0,0,8,0,0,0,0,0),(39597,10016,1,1,1,1141,0,5102.09,-760.858,329.411,5.14672,300,10,0,8,0,1,0,0,0),(39598,7105,1,1,1,2019,0,3929.48,-600.873,341.463,2.77729,300,5,0,2672,0,1,0,0,0),(39599,7105,1,1,1,2019,0,3867.76,-647.175,334.13,1.42151,300,6,0,2672,0,1,0,0,0),(39600,7105,1,1,1,2019,0,3875.58,-643.728,335.88,1.27691,300,6,0,2672,0,1,0,0,0),(39601,7109,1,1,1,11334,0,3966.15,-594.023,339.725,0.197124,300,5,0,2304,1807,1,0,0,0),(39602,7109,1,1,1,11334,0,4012.49,-579.375,337.001,2.44949,300,5,0,2304,1807,1,0,0,0),(39603,7105,1,1,1,2019,0,3986.37,-607.467,335.906,5.66098,300,5,0,2672,0,1,0,0,0),(39604,7105,1,1,1,2019,0,3953.17,-619.879,336.743,2.3818,300,10,0,2672,0,1,0,0,0),(39605,7109,1,1,1,11334,0,3980.65,-611.83,335.156,6.15644,300,5,0,2304,1807,1,0,0,0),(39606,7105,1,1,1,2019,0,4023.53,-542.896,347.26,2.99528,300,6,0,2672,0,1,0,0,0),(39607,7105,1,1,1,2019,0,4042.72,-547.201,351.733,3.4608,300,6,0,2672,0,1,0,0,0),(39608,8958,1,1,1,1083,0,5873.89,-657.382,377.802,4.51909,300,10,0,3207,0,1,0,0,0),(39609,7105,1,1,1,2019,0,4054.74,-581.416,361.588,5.51577,300,6,0,2672,0,1,0,0,0),(39610,7109,1,1,1,11334,0,3921.2,-698.251,323.252,0.318612,300,6,0,2304,1807,1,0,0,0),(39611,8956,1,1,1,9276,0,4124.67,-725.128,280.161,5.65194,300,10,0,2985,0,1,0,0,0),(39612,8956,1,1,1,9276,0,4248.03,-747.019,269.047,0.36693,300,10,0,2985,0,1,0,0,0),(39613,7110,1,1,1,11336,0,4597.95,-194.047,300.32,3.47941,300,5,0,3082,0,1,0,0,0),(39614,7097,1,1,1,4877,0,4007.62,-1173.03,272.1,3.14355,300,10,0,2576,0,1,0,0,0),(39615,7086,1,1,1,11137,0,4427.11,-694.305,264.19,4.41181,300,5,0,2672,0,1,0,0,0),(39616,8956,1,1,1,9276,0,4447.27,-751.277,262.921,0.992539,300,5,0,2985,0,1,0,0,0),(39617,10016,1,1,1,1141,0,6410.45,-1507.29,440.326,0.582441,300,10,0,8,0,1,0,0,0),(39618,7086,1,1,1,11137,0,4393.83,-587.317,265.393,5.28724,300,10,0,2672,0,1,0,0,0),(39619,7099,1,1,1,10829,0,6543.59,-1114.42,437.749,3.18458,300,10,0,2880,0,1,0,0,0),(39620,7086,1,1,1,11137,0,4375.64,-597.276,265.768,5.8781,300,10,0,2672,0,1,0,0,0),(39621,7086,1,1,1,11137,0,4350.79,-601.711,265.824,2.26995,300,10,0,2672,0,1,0,0,0),(39622,8959,1,1,1,4124,0,4009.76,-1178.86,272.321,1.88452,300,10,0,2488,0,1,0,0,0),(39623,8959,1,1,1,4124,0,4006.27,-1112.1,269.061,3.22198,300,10,0,2488,0,1,0,0,0),(39624,7137,1,1,1,7029,0,5546.75,-837.558,357.03,1.08492,43200,0,0,8097,0,2,0,0,0),(39625,14523,1,1,1,14563,1,5277.13,-701.938,268.772,0.855211,300,0,0,2895,2241,0,0,0,0),(39626,7118,1,1,1,6393,1,5279.63,-701.01,268.532,2.93215,300,0,0,2551,1982,0,0,0,0),(39627,7114,1,1,1,11274,1,5276.17,-685.883,269.007,2.44346,300,0,0,3082,0,0,0,0,0),(39628,7114,1,1,1,6398,1,5273.65,-687.763,269.012,1.81514,300,0,0,3082,0,0,0,0,0),(51795,11733,1,1,1,12154,0,-8327.71,369.679,-89.7271,0.021024,300,3,0,3849,0,1,0,0,0),(39630,7120,1,1,1,11292,1,5261.37,-670.296,250.837,6.25241,300,2,0,2551,1982,1,0,0,0),(51794,11733,1,1,1,12154,0,-8230.33,396.068,-83.1144,2.60648,300,3,0,3849,0,1,0,0,0),(39632,9862,1,1,1,9129,0,5375.1,-441.792,273.182,3.26377,300,0,0,3398,0,0,0,0,0),(39633,7118,1,1,1,6394,1,5376.74,-529.716,273.685,3.4383,300,0,0,2551,1982,0,0,0,0),(39634,9862,1,1,1,9129,0,5373.73,-525.695,273.968,4.43314,300,0,0,3398,0,0,0,0,0),(39635,9862,1,1,1,9129,0,5359.28,-433.128,273.072,5.79449,300,0,0,3398,0,0,0,0,0),(39636,7118,1,1,1,6394,1,5298.5,-517.621,274.118,0.13757,300,5,0,2551,1982,1,0,0,0),(39637,14522,1,1,1,14564,1,5429.15,-438.717,273.079,2.94961,300,0,0,2634,2041,0,0,0,0),(39638,9516,1,1,1,8611,0,5430.72,-424.11,272.622,3.35103,600,0,0,7107,4738,0,0,0,0),(39639,7100,1,1,1,8389,0,6531.3,-1515.82,439.395,5.76622,300,3,0,3082,0,1,0,0,0),(39640,8957,1,1,1,9277,0,6544.69,-1460.16,440.169,2.59992,300,10,0,3553,0,1,0,0,0),(39641,10017,1,1,1,2177,0,4460.68,-677.593,267.614,4.89537,300,10,0,8,0,1,0,0,0),(39642,7092,1,1,1,11141,0,5277.59,-362.383,326.875,0.105427,300,3,0,2980,0,1,0,0,0),(39643,7092,1,1,1,11141,0,5275.76,-323.398,327.913,2.18332,300,2,0,2980,0,1,0,0,0),(39644,7100,1,1,1,8389,0,6484.85,-1485.49,438.246,1.08619,300,10,0,3082,0,1,0,0,0),(39645,10017,1,1,1,2177,0,6077.64,-1440.3,424.211,2.14553,300,10,0,8,0,1,0,0,0),(39646,8956,1,1,1,9276,0,4142.39,-682.449,284.797,3.02795,300,3,0,2985,0,1,0,0,0),(39647,8956,1,1,1,9276,0,4173.35,-704.389,280.673,6.21083,300,5,0,2985,0,1,0,0,0),(39648,7139,1,1,1,6351,0,6322.83,-1275.87,374.623,1.32443,300,5,0,3082,0,1,0,0,0),(39649,7132,1,1,1,5498,0,6235.69,-1294.39,371.549,4.84878,300,5,0,3189,0,1,0,0,0),(39650,7132,1,1,1,5498,0,6219.77,-1255.34,366.724,5.69031,300,5,0,3189,0,1,0,0,0),(39651,7132,1,1,1,5498,0,6272.76,-1267.69,367.443,4.29327,300,5,0,3189,0,1,0,0,0),(39652,8959,1,1,1,4124,0,3944.19,-1180.12,245.881,2.86449,300,10,0,2488,0,1,0,0,0),(39653,10016,1,1,1,1141,0,5223.53,-735.844,343.557,1.21986,300,10,0,8,0,1,0,0,0),(39654,8961,1,1,1,9280,0,6638.23,-1620.49,477.701,3.91075,300,5,0,2980,0,1,0,0,0),(39655,8961,1,1,1,9280,0,6615.92,-1452.73,466.929,0.892373,300,10,0,2980,0,1,0,0,0),(39656,8957,1,1,1,9277,0,6686.2,-1585.26,474.636,5.47831,300,10,0,3553,0,1,0,0,0),(39657,8957,1,1,1,9277,0,6719.68,-1542.5,474.88,0.248386,300,5,0,3553,0,1,0,0,0),(39658,8957,1,1,1,9277,0,6878.98,-1592.86,498.958,1.77485,300,10,0,3553,0,1,0,0,0),(39659,8957,1,1,1,9277,0,6451.44,-1670.35,499.315,1.81622,300,10,0,3553,0,1,0,0,0),(39660,8961,1,1,1,9280,0,6419.15,-1651.15,489.931,2.25728,300,10,0,2980,0,1,0,0,0),(39661,8957,1,1,1,9277,0,6478.11,-1843.2,536.895,2.24478,300,3,0,3553,0,1,0,0,0),(39662,8957,1,1,1,9277,0,6377.41,-1980.89,557.131,3.05823,300,10,0,3553,0,1,0,0,0),(39663,11181,1,1,1,11452,0,6223.84,-1912.11,563.137,3.79961,300,0,0,3644,0,0,0,0,0),(39664,543,1,1,1,12749,1,6199.03,-1935.11,569.718,0.191986,300,0,0,1753,0,0,0,0,0),(39665,9465,1,1,1,10738,1,6192.75,-1919.04,569.568,5.84685,300,0,0,4120,0,0,0,0,0),(39666,5501,1,1,1,3299,1,6229.31,-1917.08,563.134,0.261799,300,0,0,3758,0,0,0,0,0),(39667,8957,1,1,1,9277,0,6378.83,-2072.6,572.318,2.65163,300,10,0,3553,0,1,0,0,0),(39668,7098,1,1,1,10831,0,6431.64,-2038.81,569.658,2.0187,300,10,0,3082,0,1,0,0,0),(39669,8961,1,1,1,9280,0,6351.85,-2083.67,573.575,0.829261,300,10,0,2980,0,1,0,0,0),(39670,7098,1,1,1,10831,0,6521.62,-1949.91,548.317,1.18757,300,5,0,3082,0,1,0,0,0),(39671,8957,1,1,1,9277,0,6515,-1948.52,548.87,3.39681,300,5,0,3553,0,1,0,0,0),(39672,8957,1,1,1,9277,0,6478.72,-1913.48,543.462,5.57974,300,10,0,3553,0,1,0,0,0),(39673,8961,1,1,1,9280,0,6486.1,-1708.06,506.605,1.61895,300,10,0,2980,0,1,0,0,0),(39674,8959,1,1,1,4124,0,3992.23,-1211.5,263.642,3.90766,300,10,0,2488,0,1,0,0,0),(39675,7112,1,1,1,6392,1,4750.5,-550.487,283.622,3.12679,300,5,0,2085,4506,1,0,0,0),(39676,7115,1,1,1,6390,1,4753.5,-545.315,284.959,0.228407,300,5,0,2085,4506,1,0,0,0),(39677,8959,1,1,1,4124,0,4061.63,-1250.02,278.595,5.61879,300,3,0,2488,0,1,0,0,0),(39678,10017,1,1,1,2177,0,4556.05,-492.917,302.926,3.10446,300,10,0,8,0,1,0,0,0),(39679,8959,1,1,1,4124,0,3830.45,-1302.06,208.511,1.66852,300,10,0,2488,0,1,0,0,0),(39680,7120,1,1,1,6406,1,5198.24,-579.388,287.41,1.22173,300,0,0,2551,1982,0,0,0,0),(51793,11732,1,1,1,9229,0,-8269.72,484.756,-76.3614,5.88583,300,3,0,3849,0,1,0,0,0),(39682,9862,1,1,1,9129,0,5182.75,-577.787,287.41,0.488692,300,0,0,3398,0,0,0,0,0),(39683,8957,1,1,1,9277,0,6614.98,-2015.93,551.795,1.54712,300,10,0,3553,0,1,0,0,0),(39684,8958,1,1,1,1083,0,4736.37,-790.864,305.276,1.06787,300,10,0,3207,0,1,0,0,0),(39685,11553,1,1,1,1999,0,6991.29,-2208.1,586.293,1.17908,300,0,0,3082,0,2,0,0,0),(39686,7092,1,1,1,11141,0,4843.45,-699.937,290.701,5.14448,300,10,0,2980,0,1,0,0,0),(39687,7118,1,1,1,6393,1,5034.52,-552.711,313.221,4.36891,300,0,0,2551,1982,2,0,0,0),(39688,7086,1,1,1,11137,0,4518.08,-665.083,260.707,4.86653,300,10,0,2672,0,1,0,0,0),(39689,8956,1,1,1,9276,0,4446.11,-642.478,272.046,1.98722,300,10,0,2985,0,1,0,0,0),(39690,7156,1,1,1,6825,1,6901.48,-2020.1,583.248,2.40877,300,3,0,3189,0,1,0,0,0),(39691,7158,1,1,1,6746,1,6873.22,-2039.05,581.747,3.32449,300,3,0,2551,1982,1,0,0,0),(39692,8960,1,1,1,9278,0,5645.12,-615.656,364.793,0.36233,300,5,0,2672,0,1,0,0,0),(39693,8960,1,1,1,9278,0,5855.51,-697.155,379.387,3.5204,300,10,0,2672,0,1,0,0,0),(39694,8960,1,1,1,9278,0,5870.43,-695.667,380.399,1.87558,300,3,0,2672,0,1,0,0,0),(39695,8960,1,1,1,9278,0,6163.99,-681.228,408.096,0.775032,300,10,0,2672,0,1,0,0,0),(39696,8958,1,1,1,1083,0,6193.3,-753.963,411.018,3.56101,300,10,0,3207,0,1,0,0,0),(39697,8958,1,1,1,1083,0,6230.07,-726.565,411.372,6.20694,300,10,0,3207,0,1,0,0,0),(39698,8960,1,1,1,9278,0,6208.33,-825,423.78,1.6494,300,3,0,2672,0,1,0,0,0),(39699,7086,1,1,1,11137,0,4578.87,-681.616,250.246,5.8528,300,10,0,2672,0,1,0,0,0),(39700,8960,1,1,1,9278,0,6283.63,-850.556,417.998,2.21762,300,10,0,2672,0,1,0,0,0),(39701,7092,1,1,1,11141,0,4868.88,-689.67,289.607,2.00676,300,10,0,2980,0,1,0,0,0),(39702,8960,1,1,1,9278,0,6272.62,-906.522,415.298,1.64581,300,10,0,2672,0,1,0,0,0),(39703,7092,1,1,1,11141,0,4870.42,-709.301,291.452,2.41846,300,10,0,2980,0,1,0,0,0),(39704,10658,1,1,1,9990,0,5114.05,-325.22,360.301,2.40376,300,0,0,42,0,0,0,0,0),(39705,8956,1,1,1,9276,0,3879.24,-1623.65,251.758,4.62438,300,10,0,2985,0,1,0,0,0),(39706,10017,1,1,1,2177,0,4743.75,-747.916,298.262,2.79235,300,10,0,8,0,1,0,0,0),(39707,10016,1,1,1,1141,0,3830.37,-1020.33,239.074,5.08835,300,10,0,8,0,1,0,0,0),(39708,7097,1,1,1,4877,0,3984.32,-1271.98,251.817,6.2617,300,10,0,2576,0,1,0,0,0),(39709,8958,1,1,1,1083,0,6380.44,-1048.91,425.784,4.13769,300,10,0,3207,0,1,0,0,0),(39710,8959,1,1,1,4124,0,3955.31,-1351.53,230.82,2.03273,300,2,0,2488,0,1,0,0,0),(39711,8960,1,1,1,9278,0,6521.11,-1098.03,435.534,3.31424,300,10,0,2672,0,1,0,0,0),(39712,8959,1,1,1,4124,0,3977.26,-1389.87,244.264,2.72713,300,10,0,2488,0,1,0,0,0),(39713,8957,1,1,1,9277,0,6564.05,-1819.46,536.947,3.23941,300,5,0,3553,0,1,0,0,0),(39714,10017,1,1,1,2177,0,6054.9,-708.046,395.555,0.100212,300,10,0,8,0,1,0,0,0),(39715,14467,1,1,1,14520,0,5780.34,-964.844,412.694,3.50811,300,0,0,3268,0,0,0,0,0),(39716,7136,1,1,1,4200,0,5512.87,-695.517,341.02,5.2503,300,10,0,2964,0,1,0,0,0),(39717,11516,1,1,1,6825,0,6879.96,-2107.38,618.405,2.60054,300,6,0,3189,0,1,0,0,0),(39718,11516,1,1,1,6825,0,6919.41,-2091.9,617.412,3.38594,300,6,0,3189,0,1,0,0,0),(39719,7100,1,1,1,8389,0,6453.82,-1521.1,438.607,0.432184,300,10,0,3082,0,1,0,0,0),(39720,7112,1,1,1,6392,1,4782.52,-527.412,283.624,1.17337,300,5,0,2085,4506,1,0,0,0),(39721,11553,1,1,1,1999,0,6961.41,-2077.73,610.675,0.01468,300,0,0,3082,0,2,0,0,0),(39722,11516,1,1,1,6825,0,6988.59,-2080.7,608.748,2.05949,300,6,0,3189,0,1,0,0,0),(39723,7125,1,1,1,6172,0,4792.15,-565.158,285.087,5.44543,300,0,0,2880,0,0,0,0,0),(39724,7113,1,1,1,11273,1,4781.55,-540.811,284.361,0.767945,300,0,0,2880,0,0,0,0,0),(39725,11516,1,1,1,6825,0,7019.37,-2099.3,601.546,5.0091,300,0,0,3189,0,0,0,0,0),(39726,11516,1,1,1,6825,0,6985.3,-2061.78,608.094,0.680678,300,6,0,3189,0,1,0,0,0),(39727,7115,1,1,1,6391,1,4786.12,-523.577,283.96,3.06246,300,5,0,2085,4506,1,0,0,0),(39728,11516,1,1,1,6825,0,6997.42,-2183.03,587.644,-0.881542,300,0,0,3189,0,0,0,0,0),(39729,11516,1,1,1,6825,0,7002.13,-2201.5,586.974,1.65806,300,0,0,3189,0,0,0,0,0),(39730,7112,1,1,1,6392,1,4774.06,-583.119,280.288,3.86117,300,5,0,2085,4506,1,0,0,0),(39731,7100,1,1,1,8389,0,6353.32,-1696.92,440.042,5.32464,300,3,0,3082,0,1,0,0,0),(39732,7125,1,1,1,6172,0,4761.73,-583.714,279.782,0.401426,300,0,0,2880,0,0,0,0,0),(40155,7112,1,1,1,6392,1,4767.34,-570.026,278.062,5.92397,300,5,0,2085,4506,1,0,0,0),(40160,7115,1,1,1,6390,1,4777.93,-557.573,275.15,0.772631,300,5,0,2085,4506,1,0,0,0),(40163,7101,1,1,1,2832,0,6454.82,-1703.89,418.226,4.65187,300,3,0,3189,0,1,0,0,0),(40164,7112,1,1,1,6392,1,4749.07,-597.87,280.253,2.85515,300,5,0,2085,4506,1,0,0,0),(40165,7112,1,1,1,6392,1,4790.02,-551.925,274.459,4.58159,300,5,0,2085,4506,1,0,0,0),(40166,7115,1,1,1,6390,1,4756.2,-597.928,279.563,0.842618,300,5,0,2085,4506,1,0,0,0),(40167,7125,1,1,1,6172,0,4779.26,-572.04,275.844,1.3439,300,0,0,2880,0,0,0,0,0),(40172,7113,1,1,1,6399,1,4805.13,-547.412,272.959,3.4383,300,0,0,2880,0,0,0,0,0),(40173,7101,1,1,1,2832,0,6399.97,-1713.32,418.026,2.80937,300,2,0,3189,0,1,0,0,0),(40174,7100,1,1,1,8389,0,6427.75,-1714.86,418.226,5.74737,300,2,0,3082,0,1,0,0,0),(40175,7100,1,1,1,8389,0,6328.16,-1645.5,428.71,6.24828,300,3,0,3082,0,1,0,0,0),(40176,7136,1,1,1,4200,0,5595.64,-846.147,377.084,3.46767,300,10,0,2964,0,1,0,0,0),(40177,7106,1,1,1,8575,0,4599.52,-507.243,294.876,6.26567,300,5,0,2880,0,1,0,0,0),(40178,7101,1,1,1,2832,0,6402.97,-1688.29,418.955,2.01227,300,2,0,3189,0,1,0,0,0),(40179,8958,1,1,1,1083,0,5655.96,-1116.48,381.995,4.25469,300,10,0,3207,0,1,0,0,0),(40180,7100,1,1,1,8389,0,6424.47,-1683.25,418.431,2.90135,300,2,0,3082,0,1,0,0,0),(40181,7100,1,1,1,8389,0,6379.43,-1652.13,437.57,4.01343,300,2,0,3082,0,1,0,0,0),(40192,7101,1,1,1,2832,0,6460.16,-1642.57,433.56,0.141925,300,2,0,3189,0,1,0,0,0),(40193,7107,1,1,1,11337,0,6523.57,-813.494,473.944,4.96855,300,10,0,2466,1923,1,0,0,0),(40194,7107,1,1,1,11337,0,6484.12,-819.725,474.125,0.974997,300,10,0,2466,1923,1,0,0,0),(40195,7107,1,1,1,11337,0,6535.05,-835.165,474.694,5.14702,300,10,0,2466,1923,1,0,0,0),(40196,7108,1,1,1,11333,0,6580.91,-803.787,474.824,2.76873,300,6,0,3189,0,1,0,0,0),(40230,7111,1,1,1,11335,0,6577.9,-798.936,474.935,5.24425,300,6,0,2232,4765,1,0,0,0),(40232,7100,1,1,1,8389,0,6446.9,-1610.2,434.125,3.36428,300,2,0,3082,0,1,0,0,0),(40238,7100,1,1,1,8389,0,6432.62,-1644.77,434.939,0.984601,300,2,0,3082,0,1,0,0,0),(40239,7101,1,1,1,2832,0,6475.82,-1643.4,433.323,1.47261,300,2,0,3189,0,1,0,0,0),(40240,7107,1,1,1,11337,0,6552.89,-842.578,473.694,0.316013,300,6,0,2466,1923,1,0,0,0),(40241,7107,1,1,1,11337,0,6569.07,-806.169,475.699,1.98336,300,6,0,2466,1923,1,0,0,0),(40242,7107,1,1,1,11337,0,6516.08,-853.598,474.612,6.26263,300,10,0,2466,1923,1,0,0,0),(40283,7111,1,1,1,11335,0,6585.36,-847.513,474.696,1.78122,300,6,0,2232,4765,1,0,0,0),(40284,7107,1,1,1,11337,0,6581.5,-1016.23,463.002,4.62925,300,10,0,2466,1923,1,0,0,0),(40285,7100,1,1,1,8389,0,6496.26,-1547.65,438.686,3.90116,300,10,0,3082,0,1,0,0,0),(40286,7111,1,1,1,11335,0,6558.72,-822.778,475.694,2.56019,300,10,0,2232,4765,1,0,0,0),(40287,7111,1,1,1,11335,0,6580.23,-848.725,473.957,4.50688,300,6,0,2232,4765,1,0,0,0),(40288,7107,1,1,1,11337,0,6425.39,-803.426,472.069,0.924188,300,10,0,2466,1923,1,0,0,0),(40289,7107,1,1,1,11337,0,6605.03,-890.441,476.402,1.74269,300,3,0,2466,1923,1,0,0,0),(40290,7108,1,1,1,11333,0,6583.47,-952.907,473.909,4.0642,300,3,0,3189,0,1,0,0,0),(40291,7107,1,1,1,11337,0,6597.99,-937.824,473.773,0.20944,300,10,0,2466,1923,1,0,0,0),(40292,7100,1,1,1,8389,0,6481.28,-1581.22,439.045,0.123729,300,6,0,3082,0,1,0,0,0),(40293,8961,1,1,1,9280,0,6404.43,-1922.35,550.818,2.63037,300,10,0,2980,0,1,0,0,0),(40294,8961,1,1,1,9280,0,6353.31,-1930.01,554.451,3.41453,300,10,0,2980,0,1,0,0,0),(40295,7100,1,1,1,8389,0,6453.18,-1546.32,440.071,3.92207,300,5,0,3082,0,1,0,0,0),(40296,7107,1,1,1,11337,0,6443.95,-812.685,473.476,1.67746,300,10,0,2466,1923,1,0,0,0),(40297,7111,1,1,1,11335,0,6301.95,-756.593,468.317,2.69428,300,6,0,2232,4765,1,0,0,0),(40298,7111,1,1,1,11335,0,6297.18,-618.142,471.689,3.55669,300,3,0,2232,4765,1,0,0,0),(40299,7111,1,1,1,11335,0,6280.63,-651.381,489.845,6.10183,300,6,0,2232,4765,1,0,0,0),(40300,7111,1,1,1,11335,0,6289.79,-636.02,483.845,4.29777,300,6,0,2232,4765,1,0,0,0),(40301,7108,1,1,1,11333,0,6279.44,-614.379,472.573,1.58825,300,0,0,3189,0,0,0,0,0),(40302,7108,1,1,1,11333,0,6288.15,-598.156,466.618,1.23801,300,5,0,3189,0,1,0,0,0),(40303,7158,1,1,1,6746,1,6795.32,-1829.39,559.952,2.26579,300,2,0,2551,1982,1,0,0,0),(40304,7157,1,1,1,2003,1,6810.62,-1860.13,551.045,1.50365,300,10,0,3293,0,1,0,0,0),(40305,7156,1,1,1,6825,1,6821.03,-1812.37,564.751,1.26109,300,5,0,3189,0,1,0,0,0),(40306,7158,1,1,1,6746,1,6705.94,-1892.44,549.714,2.90319,300,2,0,2551,1982,1,0,0,0),(40307,7157,1,1,1,2003,1,6786.71,-1871.71,550.807,4.84912,300,10,0,3293,0,1,0,0,0),(40308,7156,1,1,1,6825,1,6748.33,-1890.33,549.724,4.94976,300,10,0,3189,0,1,0,0,0),(40309,7113,1,1,1,6399,1,4856.33,-369.072,352.084,6.2076,300,10,0,2880,0,1,0,0,0),(40310,7113,1,1,1,6400,1,4740.15,-451.848,349.006,0.226893,300,6,0,2880,0,1,0,0,0),(40311,7125,1,1,1,6172,0,4818.86,-591.139,290.55,6.24828,300,0,0,2880,0,0,0,0,0),(40312,7113,1,1,1,6400,1,4789.91,-574.192,285.208,4.29422,300,5,0,2880,0,1,0,0,0),(40313,7113,1,1,1,6400,1,4824.17,-586.954,290.604,4.81711,300,0,0,2880,0,0,0,0,0),(40314,7157,1,1,1,2003,1,6820.06,-2019.6,569.76,3.29973,300,2,0,3293,0,1,0,0,0),(40315,7115,1,1,1,6390,1,4811.07,-576.129,286.274,1.12678,300,5,0,2085,4506,1,0,0,0),(40316,8957,1,1,1,9277,0,6645.09,-1284.68,458.381,1.92706,300,10,0,3553,0,1,0,0,0),(40317,8957,1,1,1,9277,0,6664.34,-1287.7,462.131,2.97591,300,10,0,3553,0,1,0,0,0),(40318,8957,1,1,1,9277,0,6671.3,-1328.01,465.892,2.9413,300,10,0,3553,0,1,0,0,0),(40319,8957,1,1,1,9277,0,6629.45,-1229.28,454.752,1.87775,300,10,0,3553,0,1,0,0,0),(40320,8957,1,1,1,9277,0,6651.19,-1259.01,456.436,1.79843,300,3,0,3553,0,1,0,0,0),(40321,8957,1,1,1,9277,0,6667.1,-1211.8,468.06,4.55885,300,3,0,3553,0,1,0,0,0),(40322,8961,1,1,1,9280,0,6070.07,-1452.38,427.48,4.66945,300,10,0,2980,0,1,0,0,0),(40323,8961,1,1,1,9280,0,6079.94,-1390,405.225,0.934322,300,10,0,2980,0,1,0,0,0),(40324,8961,1,1,1,9280,0,6115.54,-1491.99,437.416,3.37218,300,10,0,2980,0,1,0,0,0),(40325,8957,1,1,1,9277,0,6084.28,-1586.81,467.988,5.04027,300,10,0,3553,0,1,0,0,0),(40326,8961,1,1,1,9280,0,6100.58,-1552.04,458.117,3.9187,300,10,0,2980,0,1,0,0,0),(40327,8957,1,1,1,9277,0,6237.59,-1556.86,444.42,3.75027,300,10,0,3553,0,1,0,0,0),(40328,8957,1,1,1,9277,0,6119.87,-1420.34,412.875,3.98714,300,5,0,3553,0,1,0,0,0),(40329,8957,1,1,1,9277,0,6181.99,-1490.6,438.642,4.36871,300,10,0,3553,0,1,0,0,0),(40330,8958,1,1,1,1083,0,5404.17,-620.834,353.663,6.02604,300,10,0,3207,0,1,0,0,0),(40331,8959,1,1,1,4124,0,3786.37,-1381.29,202.512,1.69405,300,10,0,2488,0,1,0,0,0),(40332,8959,1,1,1,4124,0,3623.04,-1475.05,178.168,5.88381,300,10,0,2488,0,1,0,0,0),(40333,8959,1,1,1,4124,0,3851.26,-1320.1,214.824,4.62475,300,10,0,2488,0,1,0,0,0),(40334,8959,1,1,1,4124,0,3652.4,-1446.46,182.128,1.61578,300,10,0,2488,0,1,0,0,0),(40335,8959,1,1,1,4124,0,3774.03,-1253.54,209.376,4.9408,300,10,0,2488,0,1,0,0,0),(40336,9464,1,1,1,8589,1,3519.21,-1131.52,223.943,0.017453,300,0,0,2980,0,0,0,0,0),(40337,9877,1,1,1,11335,0,4961.54,-475.352,319.332,1.62316,300,0,0,2718,2117,0,0,0,0),(40338,7111,1,1,1,11335,0,4967.61,-471.679,319.332,2.25148,300,0,0,2232,4765,0,0,0,0),(40365,7107,1,1,1,11337,0,4956.05,-466.867,319.332,0.942478,300,0,0,2466,1923,0,0,0,0),(40366,11516,1,1,1,6825,0,6951.14,-2262.22,590.666,6.23082,300,6,0,3189,0,1,0,0,0),(40367,7114,1,1,1,6398,1,5147.38,-433.102,301.309,3.22886,300,0,0,3082,0,0,0,0,0),(40368,7092,1,1,1,11141,0,5389.43,-738.763,343.259,0.546625,300,10,0,2980,0,1,0,0,0),(40369,8958,1,1,1,1083,0,5527.74,-555.165,361.557,0.148349,300,10,0,3207,0,1,0,0,0),(40370,7136,1,1,1,4200,0,5494.43,-924.123,363.589,1.9063,300,10,0,2964,0,1,0,0,0),(40371,7139,1,1,1,6351,0,6210.11,-1005.02,392.141,1.02586,300,5,0,3082,0,1,0,0,0),(40372,7138,1,1,1,2078,0,6212.95,-1059.89,382.915,5.9778,300,5,0,3082,0,1,0,0,0),(40373,7139,1,1,1,6351,0,6171.5,-1044.39,384.751,0.084082,300,5,0,3082,0,1,0,0,0),(40374,7139,1,1,1,6351,0,6119.57,-1109.19,378.739,1.01243,300,5,0,3082,0,1,0,0,0),(40375,7139,1,1,1,6351,0,6257.05,-1065.37,374.9,1.40948,300,5,0,3082,0,1,0,0,0),(40376,7139,1,1,1,6351,0,6216.82,-1048.38,384.101,6.0063,300,5,0,3082,0,1,0,0,0),(40377,7139,1,1,1,6351,0,6017.84,-1223.8,376.052,0.368852,300,5,0,3082,0,1,0,0,0),(40378,7139,1,1,1,6351,0,6060.92,-1117.6,386.146,4.48684,300,5,0,3082,0,1,0,0,0),(40379,7139,1,1,1,6351,0,5989.62,-1147.5,385.852,5.53438,300,5,0,3082,0,1,0,0,0),(40380,7139,1,1,1,6351,0,6015.49,-1142.91,383.068,3.0222,300,5,0,3082,0,1,0,0,0),(40381,8957,1,1,1,9277,0,6754.35,-1576.99,479.753,0.728061,300,10,0,3553,0,1,0,0,0),(40382,7139,1,1,1,6351,0,6157.03,-1334.67,379.8,1.00204,300,5,0,3082,0,1,0,0,0),(40383,7139,1,1,1,6351,0,6177.76,-1290.55,375.689,3.15162,300,5,0,3082,0,1,0,0,0),(40384,7139,1,1,1,6351,0,6191.48,-1378.7,379.825,4.69676,300,5,0,3082,0,1,0,0,0),(40385,7139,1,1,1,6351,0,6206.94,-1335.38,374.45,0.697753,300,5,0,3082,0,1,0,0,0),(40386,7156,1,1,1,6825,1,6627.08,-1954.44,550.976,1.29449,300,10,0,3189,0,1,0,0,0),(40387,8961,1,1,1,9280,0,6817.23,-1586.37,487.607,5.23723,300,10,0,2980,0,1,0,0,0),(40388,7157,1,1,1,2003,1,6637.04,-1996.57,551.863,5.90986,300,10,0,3293,0,1,0,0,0),(40389,7158,1,1,1,6746,1,6660.46,-2018.97,552.197,0.267369,300,10,0,2551,1982,1,0,0,0),(40390,7158,1,1,1,6746,1,6690.2,-1950.99,551.087,5.75979,300,5,0,2551,1982,1,0,0,0),(40391,7157,1,1,1,2003,1,6689.16,-2005.93,559.684,1.13286,300,3,0,3293,0,1,0,0,0),(40392,7139,1,1,1,6351,0,6228.56,-1410.84,373.012,0.321488,300,5,0,3082,0,1,0,0,0),(40393,7157,1,1,1,2003,1,6688.92,-1984.1,556.339,1.16977,300,5,0,3293,0,1,0,0,0),(40394,7158,1,1,1,6746,1,6703.37,-1959.58,553.755,5.07582,300,0,0,2551,1982,2,0,0,0),(40395,7139,1,1,1,6351,0,6285.6,-1418.8,370.489,1.50998,300,5,0,3082,0,1,0,0,0),(40396,7139,1,1,1,6351,0,6319.65,-1381.95,370.717,2.57968,300,5,0,3082,0,1,0,0,0),(40397,7158,1,1,1,6746,1,6715.44,-1984.38,559.357,3.34923,300,5,0,2551,1982,1,0,0,0),(40398,7158,1,1,1,6746,1,6680.91,-1952.51,551.178,0.93605,300,5,0,2551,1982,1,0,0,0),(40399,10017,1,1,1,2177,0,4797.68,-718.081,298.631,1.48807,300,10,0,8,0,1,0,0,0),(40400,10016,1,1,1,1141,0,5958.2,-643.117,392.027,1.57958,300,10,0,8,0,1,0,0,0),(40401,7158,1,1,1,6746,1,6647.07,-1947.72,549.699,4.76997,300,10,0,2551,1982,1,0,0,0),(40402,7113,1,1,1,6400,1,4875.99,-401.766,350.87,2.9147,300,0,0,2880,0,0,0,0,0),(40403,7156,1,1,1,6825,1,6739.87,-1955.28,550.604,6.0381,300,6,0,3189,0,1,0,0,0),(40404,7138,1,1,1,2078,0,6181.5,-1321.19,376.58,4.52476,300,5,0,3082,0,1,0,0,0),(40405,7114,1,1,1,6398,1,4915.93,-393.372,333.712,3.08923,300,0,0,3082,0,0,0,0,0),(40408,7157,1,1,1,2003,1,6756.26,-1988.75,551.045,5.61988,300,5,0,3293,0,1,0,0,0),(40409,7156,1,1,1,6825,1,6752.15,-1961.74,551.003,2.89725,300,6,0,3189,0,1,0,0,0),(40410,7120,1,1,1,6405,1,4932.62,-405.566,331.392,1.81514,300,0,0,2551,1982,0,0,0,0),(40412,10017,1,1,1,2177,0,3822.43,-1347.43,203.15,2.55359,300,10,0,8,0,1,0,0,0),(40413,7157,1,1,1,2003,1,6747.61,-1965.11,551.003,1.46608,300,6,0,3293,0,1,0,0,0),(40414,7157,1,1,1,2003,1,6836.26,-1958.33,551.022,5.00216,300,6,0,3293,0,1,0,0,0),(40415,7157,1,1,1,2003,1,6809.44,-1962.03,551.159,3.10944,300,5,0,3293,0,1,0,0,0),(40416,7092,1,1,1,11141,0,5356.53,-887.5,371.195,5.92141,300,10,0,2980,0,1,0,0,0),(40417,7158,1,1,1,6746,1,6778.94,-1942.47,550.796,1.52611,300,5,0,2551,1982,1,0,0,0),(40418,7120,1,1,1,6406,1,4952.72,-412.98,327.49,2.59335,300,2,0,2551,1982,1,0,0,0),(40419,7118,1,1,1,6394,1,4969.07,-432.379,325.199,5.91378,300,0,0,2551,1982,2,0,0,0),(40420,7092,1,1,1,11141,0,5235.35,-769.126,343.244,1.0587,300,10,0,2980,0,1,0,0,0),(40421,7157,1,1,1,2003,1,6852.53,-1978.53,551.514,5.32241,300,3,0,3293,0,1,0,0,0),(40422,7126,1,1,1,6173,0,4972.51,-457.431,316.202,0.767945,300,0,0,3082,0,0,0,0,0),(40423,7092,1,1,1,11141,0,5271.08,-880.408,356.921,2.20974,300,10,0,2980,0,1,0,0,0),(40424,7156,1,1,1,6825,1,6826.35,-1967.14,551.7,0.994838,300,6,0,3189,0,1,0,0,0),(40425,7092,1,1,1,11141,0,5200.12,-807.614,354.126,1.70372,300,3,0,2980,0,1,0,0,0),(40426,7092,1,1,1,11141,0,5280.55,-858.031,354.958,5.13061,300,10,0,2980,0,1,0,0,0),(40427,9462,1,1,1,8589,1,6836.57,-1966.58,551.481,1.55334,300,0,0,3644,0,0,0,0,0),(40428,11016,1,1,1,10407,0,5007.17,-440.187,319.142,3.7001,300,0,0,6183,0,0,0,0,0),(40429,7118,1,1,1,6393,1,5029.93,-488.642,317.958,4.76156,300,0,0,2551,1982,0,0,0,0),(40430,7158,1,1,1,6746,1,6859.79,-1964.3,555.897,2.98287,300,3,0,2551,1982,1,0,0,0),(40431,7126,1,1,1,6173,0,4966.35,-448.538,316.286,0.296706,300,0,0,3082,0,0,0,0,0),(40432,10017,1,1,1,2177,0,6790.74,-2019.43,568.515,2.48637,300,10,0,8,0,1,0,0,0),(40433,9862,1,1,1,9129,0,5000.33,-447.795,318.176,2.32129,300,0,0,3398,0,0,0,0,0),(40434,7092,1,1,1,11141,0,5316.78,-728.279,342.942,0.023449,300,10,0,2980,0,1,0,0,0),(40435,7092,1,1,1,11141,0,5175.78,-819.106,358.596,2.40522,300,5,0,2980,0,1,0,0,0),(40436,7092,1,1,1,11141,0,5259.79,-758.235,334.443,0.007812,300,10,0,2980,0,1,0,0,0),(40437,7092,1,1,1,11141,0,5207.86,-738.611,345.259,1.87478,300,10,0,2980,0,1,0,0,0),(40438,7120,1,1,1,6405,1,5022.7,-463.554,321.7,-1.18255,300,6,0,2551,1982,1,0,0,0),(40439,7126,1,1,1,6173,0,5053.89,-524.924,297.885,4.04916,300,0,0,3082,0,0,0,0,0),(40440,9862,1,1,1,9129,0,5037.23,-537.516,297.885,0.017453,300,0,0,3398,0,0,0,0,0),(40441,7118,1,1,1,6393,1,5047.22,-518.848,313.221,6.16307,300,0,0,2551,1982,2,0,0,0),(40442,7118,1,1,1,6394,1,5030.07,-491.113,317.574,4.77759,300,0,0,2551,1982,2,0,0,0),(40443,7120,1,1,1,6405,1,5063.82,-542.005,313.221,1.51004,300,2,0,2551,1982,1,0,0,0),(51792,11732,1,1,1,9229,0,-8168.13,372.277,-78.7163,2.71947,300,3,0,3849,0,1,0,0,0),(51791,11732,1,1,1,9229,0,-8241.77,446.978,-79.8471,1.28051,300,3,0,3849,0,1,0,0,0),(40447,7092,1,1,1,11141,0,5248.85,-569.623,326.577,0.797162,300,10,0,2980,0,1,0,0,0),(40463,7126,1,1,1,6173,0,5036.33,-510.11,314.551,2.14675,300,0,0,3082,0,0,0,0,0),(40464,7156,1,1,1,6825,1,6849.12,-1881.07,550.926,5.97636,300,6,0,3189,0,1,0,0,0),(40472,7157,1,1,1,2003,1,6836.28,-1875.91,550.551,4.65606,300,6,0,3293,0,1,0,0,0),(40473,10916,1,1,1,6829,0,6912.84,-1821.66,570.909,2.82743,300,0,0,3758,0,0,0,0,0),(40511,7099,1,1,1,10829,0,5240.11,-577.03,327.356,0.22061,300,10,0,2880,0,1,0,0,0),(40512,7092,1,1,1,11141,0,5382.11,-712.604,346.852,0.239743,300,10,0,2980,0,1,0,0,0),(40588,8960,1,1,1,9278,0,5186.43,-553.364,329.254,1.60691,300,10,0,2672,0,1,0,0,0),(40589,7118,1,1,1,11281,1,5092.58,-467.271,298.416,4.2237,300,0,0,2551,1982,0,0,0,0),(40590,8958,1,1,1,1083,0,5154.17,-637.5,318.184,6.08478,300,10,0,3207,0,1,0,0,0),(40604,7157,1,1,1,2003,1,6885.92,-1814.21,569.498,0.674302,300,10,0,3293,0,1,0,0,0),(40605,7158,1,1,1,6746,1,6850.08,-1816.49,563.952,5.29347,300,10,0,2551,1982,1,0,0,0),(40606,7114,1,1,1,6397,1,5085.53,-467.76,298.526,4.7822,300,0,0,3082,0,0,0,0,0),(40608,7158,1,1,1,6746,1,6726.55,-1887.21,549.45,3.54117,300,10,0,2551,1982,1,0,0,0),(40609,7118,1,1,1,6393,1,5095.82,-488.113,296.677,0.919379,300,5,0,2551,1982,1,0,0,0),(40610,7156,1,1,1,6825,1,6911.47,-1814.63,571.66,4.05395,300,6,0,3189,0,1,0,0,0),(40611,7157,1,1,1,2003,1,6895.94,-1798.89,572.062,0.883542,300,3,0,3293,0,1,0,0,0),(40612,7157,1,1,1,2003,1,6920.17,-1834.09,571.927,4.36332,300,3,0,3293,0,1,0,0,0),(40613,7158,1,1,1,6746,1,6906.97,-1823.86,569.785,2.30556,300,6,0,2551,1982,1,0,0,0),(40614,8960,1,1,1,9278,0,5111.23,-545.379,331.057,1.38701,300,10,0,2672,0,1,0,0,0),(40615,7156,1,1,1,6825,1,6909.4,-1873.78,569.415,5.16379,300,5,0,3189,0,1,0,0,0),(40616,7099,1,1,1,10829,0,5022.52,-574.65,328.172,5.28009,300,3,0,2880,0,1,0,0,0),(40617,9862,1,1,1,9129,0,5091.97,-529.253,296.76,1.67552,300,0,0,3398,0,0,0,0,0),(40618,7120,1,1,1,6405,1,5109.68,-514.548,296.677,4.41069,300,2,0,2551,1982,1,0,0,0),(51790,11732,1,1,1,9229,0,-8295.06,378.225,-94.8111,4.30701,300,3,0,3849,0,1,0,0,0),(40620,8958,1,1,1,1083,0,4986.33,-551.506,337.472,0.776427,300,10,0,3207,0,1,0,0,0),(40621,7156,1,1,1,6825,1,6891.18,-1908.45,568.078,3.39048,300,3,0,3189,0,1,0,0,0),(40622,8960,1,1,1,9278,0,5047.07,-544.369,335.742,4.08854,300,10,0,2672,0,1,0,0,0),(40623,7156,1,1,1,6825,1,6860.34,-1927.96,550.942,0.029331,300,2,0,3189,0,1,0,0,0),(40624,7099,1,1,1,10829,0,5073.24,-547.195,334.629,2.87671,300,10,0,2880,0,1,0,0,0),(40625,7158,1,1,1,6746,1,6891.35,-1947.14,572.786,6.27928,300,5,0,2551,1982,1,0,0,0),(40626,7112,1,1,1,6389,1,4903.13,-627.692,308.042,1.22611,300,5,0,2085,4506,1,0,0,0),(40627,7158,1,1,1,6746,1,6784.02,-2017.53,567.445,2.76586,300,10,0,2551,1982,1,0,0,0),(40628,7115,1,1,1,6391,1,4891.47,-610.452,308.385,5.78513,300,0,0,2085,4506,2,0,0,0),(40629,7157,1,1,1,2003,1,6787.67,-1987.02,563.427,3.10417,300,10,0,3293,0,1,0,0,0),(40630,7125,1,1,1,6172,0,4864.79,-605.092,307.287,5.89921,300,0,0,2880,0,0,0,0,0),(40631,7157,1,1,1,2003,1,6817.92,-2000.9,566.034,2.86249,300,3,0,3293,0,1,0,0,0),(40632,7115,1,1,1,6391,1,4808.32,-542.274,317.543,5.06647,300,0,0,2085,4506,2,0,0,0),(40633,7113,1,1,1,6399,1,4921.08,-569.78,324.417,2.07486,300,5,0,2880,0,1,0,0,0),(40634,7113,1,1,1,6399,1,4861.5,-615.428,306.902,6.03884,300,0,0,2880,0,0,0,0,0),(40635,7113,1,1,1,6399,1,4855.6,-563.086,311.618,5.42797,300,0,0,2880,0,0,0,0,0),(40636,7115,1,1,1,11277,1,4818.02,-556.761,315.293,4.59376,300,5,0,2085,4506,1,0,0,0),(40637,7113,1,1,1,6400,1,4784.1,-481.415,330.696,3.15289,300,10,0,2880,0,1,0,0,0),(40638,7093,1,1,1,1306,0,5138.58,-512.768,295.993,6.07375,300,0,0,3189,0,0,0,0,0),(40639,7112,1,1,1,6392,1,4779.17,-454.654,339.033,4.72801,300,0,0,2085,4506,2,0,0,0),(40640,7113,1,1,1,11273,1,4779.73,-514.656,323.069,6.0912,300,6,0,2880,0,1,0,0,0),(40641,7118,1,1,1,6393,1,5155.55,-455.462,301.225,5.69524,300,0,0,2551,1982,2,0,0,0),(40642,7113,1,1,1,6400,1,4752.94,-433.626,343.456,0.069813,300,6,0,2880,0,1,0,0,0),(40643,7093,1,1,1,1306,0,5124.27,-486.773,295.993,5.93412,300,0,0,3189,0,0,0,0,0),(40644,7125,1,1,1,6172,0,4812.16,-415.851,349.219,2.47837,300,0,0,2880,0,0,0,0,0),(51789,11731,1,1,1,12156,0,-8296.38,480.803,-74.695,2.26893,300,3,0,3849,0,1,0,0,0),(40646,7112,1,1,1,6392,1,4780.37,-421.717,345.074,3.33702,300,10,0,2085,4506,1,0,0,0),(40647,7115,1,1,1,11276,1,4781.81,-448.352,341.033,3.74648,300,0,0,2085,4506,2,0,0,0),(40648,7125,1,1,1,6172,0,4762.54,-454.811,339.333,0.925025,300,0,0,2880,0,0,0,0,0),(40649,7113,1,1,1,11273,1,4807.13,-421.758,347.96,2.18166,300,0,0,2880,0,0,0,0,0),(40650,7118,1,1,1,6394,1,5166.67,-481.773,301.225,3.49122,300,5,0,2551,1982,1,0,0,0),(40651,7093,1,1,1,1306,0,5111.1,-455.159,295.993,5.70723,300,0,0,3189,0,0,0,0,0),(40652,7112,1,1,1,6389,1,4787,-378.244,351.558,3.60872,300,6,0,2085,4506,1,0,0,0),(40653,8959,1,1,1,4124,0,3985.55,-1368.59,245.514,0.935691,300,3,0,2488,0,1,0,0,0),(40654,7118,1,1,1,6393,1,5187.81,-534.61,291.08,5.15965,300,2,0,2551,1982,1,0,0,0),(40655,7112,1,1,1,11283,1,4831.45,-394.72,350.759,4.40971,300,5,0,2085,4506,1,0,0,0),(40656,14339,1,1,1,11412,0,4177.33,-1235.07,343.258,4.47783,7200,0,0,2672,0,0,0,0,0),(40657,7114,1,1,1,11274,1,5237.04,-638.291,261.358,2.40855,300,0,0,3082,0,0,0,0,0),(40658,7115,1,1,1,6391,1,4781.2,-392.744,348.088,4.74137,300,5,0,2085,4506,1,0,0,0),(40659,7118,1,1,1,6393,1,5210.24,-573.691,286.829,2.74017,300,6,0,2551,1982,1,0,0,0),(40660,9518,1,1,1,10191,0,5197.1,-560.756,287.182,5.32325,300,0,0,3238,3244,0,0,0,0),(40661,7118,1,1,1,6394,1,5194.24,-569.927,287.361,6.26573,300,0,0,2551,1982,0,0,0,0),(40662,7125,1,1,1,6172,0,4817.1,-340.465,355.421,5.07891,300,0,0,2880,0,0,0,0,0),(40663,7115,1,1,1,6390,1,4843.86,-343.95,355.357,2.99564,300,5,0,2085,4506,1,0,0,0),(40664,7112,1,1,1,6389,1,4820.98,-365.362,350.966,4.65123,300,5,0,2085,4506,1,0,0,0),(40665,7118,1,1,1,6393,1,5205.97,-564.198,286.871,4.08407,300,6,0,2551,1982,1,0,0,0),(40666,7125,1,1,1,6172,0,4828.39,-340.162,354.769,4.2237,300,0,0,2880,0,0,0,0,0),(40667,9862,1,1,1,9129,0,5249.38,-658.771,258.834,1.71042,300,0,0,3398,0,0,0,0,0),(40668,7111,1,1,1,11335,0,6342.24,-727.847,470.212,4.63629,300,6,0,2232,4765,1,0,0,0),(40669,7120,1,1,1,11292,1,5326.8,-644.789,250.448,4.03302,300,2,0,2551,1982,1,0,0,0),(40670,7118,1,1,1,6394,1,5270.44,-652.326,257.495,0.525914,300,3,0,2551,1982,1,0,0,0),(40671,7108,1,1,1,11333,0,6377.46,-799.804,457.78,4.85632,300,6,0,3189,0,1,0,0,0),(40672,9861,1,1,1,10926,0,5336.63,-589.824,247.141,5.11381,300,0,0,2466,1923,0,0,0,0),(40673,7120,1,1,1,6406,1,5336.3,-608.349,247.057,0.970833,300,6,0,2551,1982,1,0,0,0),(40674,7111,1,1,1,11335,0,6410.34,-718.921,474.795,5.37625,300,6,0,2232,4765,1,0,0,0),(40675,9517,1,1,1,10198,1,5340.07,-590.364,247.141,4.83456,300,0,0,2631,5340,0,0,0,0),(40676,7118,1,1,1,6393,1,5291.14,-666.533,255.674,0.88921,300,5,0,2551,1982,1,0,0,0),(40677,7107,1,1,1,11337,0,6351.05,-717.265,472.237,5.79449,300,6,0,2466,1923,1,0,0,0),(40678,7107,1,1,1,11337,0,6373.81,-699.547,476.86,1.16937,300,10,0,2466,1923,1,0,0,0),(40679,7126,1,1,1,6173,0,5305.82,-587.59,247.141,5.46288,300,0,0,3082,0,0,0,0,0),(40680,7108,1,1,1,11333,0,6479.59,-794.824,473.694,4.94831,300,10,0,3189,0,1,0,0,0),(40681,7153,1,1,1,2000,0,3753.17,-1217.82,209.753,5.79751,300,10,0,2576,0,1,0,0,0),(40682,9860,1,1,1,10927,0,5343.08,-588.853,247.141,4.88692,300,0,0,3293,0,0,0,0,0),(40683,7118,1,1,1,6393,1,5340.5,-576.447,252.036,4.89329,300,0,0,2551,1982,2,0,0,0),(40684,9878,1,1,1,9449,0,5568.85,-882.877,377.43,4.17782,300,10,0,2980,0,1,0,0,0),(40685,9878,1,1,1,9449,0,5562.34,-925.108,377.145,3.60369,300,10,0,2980,0,1,0,0,0),(40686,7114,1,1,1,6398,1,5375.06,-591.665,247.141,4.13643,300,0,0,3082,0,0,0,0,0),(40687,9878,1,1,1,9449,0,5546.28,-817.698,353.535,3.56854,300,5,0,2980,0,1,0,0,0),(40688,7120,1,1,1,6405,1,5392.02,-516.342,265.93,2.0781,300,5,0,2551,1982,1,0,0,0),(40689,9878,1,1,1,9449,0,5683.37,-729.215,376.707,2.61174,300,3,0,2980,0,1,0,0,0),(40690,9878,1,1,1,9449,0,5669.46,-811.385,377.576,2.26429,300,10,0,2980,0,1,0,0,0),(40691,7126,1,1,1,6173,0,5368.28,-506.087,261.326,3.28122,300,0,0,3082,0,0,0,0,0),(40692,9879,1,1,1,9449,0,5653.56,-986.303,377.195,5.34377,300,10,0,3189,0,1,0,0,0),(40693,9879,1,1,1,9449,0,5563,-951.885,376.765,5.33728,300,10,0,3189,0,1,0,0,0),(40694,7118,1,1,1,6393,1,5361,-548.223,273.446,2.49853,300,5,0,2551,1982,1,0,0,0),(40695,7109,1,1,1,11334,0,4494.96,-474.628,310.894,4.95674,300,0,0,2304,1807,0,0,0,0),(40696,9878,1,1,1,9449,0,5638.94,-677.163,343.312,6.02052,300,10,0,2980,0,1,0,0,0),(40697,9879,1,1,1,9449,0,5647.88,-850.98,379.829,3.28569,300,10,0,3189,0,1,0,0,0),(40698,7110,1,1,1,11336,0,4494.58,-508.303,301.759,4.47593,300,0,0,3082,0,0,0,0,0),(40699,7153,1,1,1,2000,0,3607.32,-1039.43,220.976,2.27664,300,10,0,2576,0,1,0,0,0),(40700,9879,1,1,1,9449,0,5554.77,-678.227,335.743,0.804782,300,10,0,3189,0,1,0,0,0),(40701,7120,1,1,1,6405,1,5332.74,-499.964,250.735,5.55015,300,0,0,2551,1982,0,0,0,0),(40702,9878,1,1,1,9449,0,5653.83,-914.993,377.607,1.48353,300,10,0,2980,0,1,0,0,0),(51788,11731,1,1,1,12156,0,-8171.47,424.943,-80.5953,3.28122,300,3,0,3849,0,1,0,0,0),(40704,7110,1,1,1,11336,0,4521.83,-488.169,306.232,3.8184,300,5,0,3082,0,1,0,0,0),(40705,7120,1,1,1,6406,1,5317.06,-548.419,273.14,5.45581,300,3,0,2551,1982,1,0,0,0),(40706,7111,1,1,1,11335,0,6328.41,-623.201,476.66,0.289752,300,0,0,2232,4765,2,0,0,0),(40707,7114,1,1,1,11275,1,5327.11,-518.15,274.24,3.12414,300,0,0,3082,0,0,0,0,0),(40708,10648,1,1,1,2879,0,6276.51,-604.761,468.638,3.53443,300,0,0,2718,2117,0,0,0,0),(40709,9878,1,1,1,9449,0,5547.54,-751.743,342.279,4.01306,300,10,0,2980,0,1,0,0,0),(40710,9878,1,1,1,9449,0,5594.06,-757.935,341.63,2.17288,300,10,0,2980,0,1,0,0,0),(40711,9878,1,1,1,9449,0,5686.8,-775.682,371.368,3.71755,300,0,0,2980,0,0,0,0,0),(40712,7108,1,1,1,11333,0,6417.54,-781.662,472.18,0.301996,300,10,0,3189,0,1,0,0,0),(40713,7107,1,1,1,11337,0,6417.72,-817.236,470.441,1.10795,300,10,0,2466,1923,1,0,0,0),(40714,7107,1,1,1,11337,0,6351.64,-735.974,471.65,5.16393,300,6,0,2466,1923,1,0,0,0),(40715,7108,1,1,1,11333,0,6382.08,-751.85,468.798,4.03842,300,5,0,3189,0,1,0,0,0),(51787,11730,1,1,1,11106,0,-8120.49,386.97,-68.6953,2.80834,300,5,0,3849,0,1,0,0,0),(40717,9878,1,1,1,9449,0,5456.25,-730.061,343.815,4.83287,300,10,0,2980,0,1,0,0,0),(40718,7108,1,1,1,11333,0,6400.13,-760.769,470.9,3.31423,300,10,0,3189,0,1,0,0,0),(40719,9879,1,1,1,9449,0,5613.32,-714.615,343.297,2.53073,300,10,0,3189,0,1,0,0,0),(40720,9878,1,1,1,9449,0,5585.55,-856.632,379.887,3.11539,300,10,0,2980,0,1,0,0,0),(40721,7154,1,1,1,3028,1,3659.64,-1020.65,221.612,1.23883,300,10,0,2062,1695,1,0,0,0),(40722,7153,1,1,1,2000,0,3609.52,-1156.05,215.7,2.94967,300,10,0,2576,0,1,0,0,0),(40723,9879,1,1,1,9449,0,5516.64,-685.3,342.304,5.96946,300,10,0,3189,0,1,0,0,0),(40724,9454,1,1,1,2880,0,4560.85,-211.739,299.941,5.09636,300,0,0,3293,0,0,0,0,0),(51786,11730,1,1,1,11106,0,-8180.74,411.391,-80.3843,0.187484,300,3,0,3849,0,1,0,0,0),(40726,9878,1,1,1,9449,0,5584.9,-914.382,378.549,0.635279,300,10,0,2980,0,1,0,0,0),(51785,11730,1,1,1,11106,0,-8279.18,357.264,-95.3615,2.92785,300,3,0,3849,0,1,0,0,0),(40728,7155,1,1,1,2000,1,3552.57,-1084.76,223.412,5.95157,300,0,0,2672,0,0,0,0,0),(51784,11730,1,1,1,11106,0,-8230.25,363.893,-88.3284,2.76503,300,5,0,3849,0,1,0,0,0),(40730,7109,1,1,1,11334,0,4554.88,-214.781,299.898,0.20944,300,0,0,2304,1807,0,0,0,0),(40731,9878,1,1,1,9449,0,5555.16,-799.852,347.878,4.11027,300,0,0,2980,0,0,0,0,0),(40732,9878,1,1,1,9449,0,5467.81,-666.655,348.114,0.279253,300,10,0,2980,0,1,0,0,0),(40733,7106,1,1,1,8575,0,4566.84,-193.845,299.695,2.36731,300,3,0,2880,0,1,0,0,0),(40734,7153,1,1,1,2000,0,3621.24,-1214.55,217.544,5.44568,300,3,0,2576,0,1,0,0,0),(40735,7109,1,1,1,11334,0,4563.84,-393.162,304.293,2.60696,300,5,0,2304,1807,1,0,0,0),(40736,7106,1,1,1,8575,0,4570.74,-479.976,303.931,5.41276,300,0,0,2880,0,2,0,0,0),(40737,7153,1,1,1,2000,0,3570.23,-1127.83,219.991,3.48599,300,10,0,2576,0,1,0,0,0),(40738,7109,1,1,1,11334,0,4546.54,-509.759,298.36,3.90089,300,10,0,2304,1807,1,0,0,0),(40739,7106,1,1,1,8575,0,4574.13,-400.651,305.706,4.70186,300,0,0,2880,0,2,0,0,0),(51783,11730,1,1,1,11106,0,-8285.05,426.974,-89.7966,2.66486,300,3,0,3849,0,1,0,0,0),(40741,8959,1,1,1,4124,0,3824.58,-1350.43,203.699,4.74558,300,10,0,2488,0,1,0,0,0),(40743,7110,1,1,1,11336,0,4553.74,-493.49,302.945,5.66661,300,5,0,3082,0,1,0,0,0),(40744,7153,1,1,1,2000,0,3646.26,-1174.93,211.019,4.63289,300,10,0,2576,0,1,0,0,0),(40745,8956,1,1,1,9276,0,3886.93,-1212.38,227.595,5.47843,300,10,0,2985,0,1,0,0,0),(40746,8960,1,1,1,9278,0,5186.44,-613.725,324.251,3.34014,300,10,0,2672,0,1,0,0,0),(40747,7109,1,1,1,11334,0,4558.18,-515.012,296.027,2.42601,300,0,0,2304,1807,0,0,0,0),(40748,7106,1,1,1,8575,0,4577.54,-505.157,296.001,3.29187,300,10,0,2880,0,1,0,0,0),(40749,8956,1,1,1,9276,0,3857.73,-1191.7,231.485,2.32446,300,10,0,2985,0,1,0,0,0),(40750,7153,1,1,1,2000,0,3583.42,-1159.47,220.827,1.21154,300,10,0,2576,0,1,0,0,0),(40751,7153,1,1,1,2000,0,3540.49,-1123.77,221.583,4.19628,300,10,0,2576,0,1,0,0,0),(40752,7153,1,1,1,2000,0,3529.01,-1104.07,223.715,1.94376,300,5,0,2576,0,1,0,0,0),(40753,7106,1,1,1,8575,0,4590,-513.92,293.833,2.87979,300,0,0,2880,0,0,0,0,0),(40754,8956,1,1,1,9276,0,4347.08,-954.107,307.018,1.82018,300,3,0,2985,0,1,0,0,0),(40755,7153,1,1,1,2000,0,3531.52,-1151.99,222.03,3.4655,300,5,0,2576,0,1,0,0,0),(40756,7154,1,1,1,3028,1,3584.86,-1175.01,219.842,4.3019,300,10,0,2062,1695,1,0,0,0),(40757,7109,1,1,1,11334,0,4579.14,-388.036,304.284,4.63966,300,0,0,2304,1807,0,0,0,0),(40758,7154,1,1,1,3028,1,3582.85,-1082.78,221.176,0.944733,300,10,0,2062,1695,1,0,0,0),(40759,7110,1,1,1,11336,0,4582.93,-519.227,293.777,2.04204,300,0,0,3082,0,0,0,0,0),(40760,8956,1,1,1,9276,0,4342.33,-980.755,309.964,2.42912,300,10,0,2985,0,1,0,0,0),(40761,8956,1,1,1,9276,0,4315.22,-952.617,303.185,1.03582,300,3,0,2985,0,1,0,0,0),(40762,8956,1,1,1,9276,0,4317.11,-985.768,307.608,2.33063,300,10,0,2985,0,1,0,0,0),(40763,7110,1,1,1,11336,0,4594.12,-241.836,300.015,3.03687,300,0,0,3082,0,0,0,0,0),(40764,7109,1,1,1,11334,0,4587.01,-253.236,299.626,4.44674,300,10,0,2304,1807,1,0,0,0),(40765,7110,1,1,1,11336,0,4606.25,-218.75,300.626,4.92975,300,5,0,3082,0,1,0,0,0),(40766,8956,1,1,1,9276,0,4240.14,-1021.15,301.162,3.75616,300,10,0,2985,0,1,0,0,0),(40767,7110,1,1,1,11336,0,4578.99,-308.264,299.94,5.00918,300,0,0,3082,0,0,0,0,0),(40768,7155,1,1,1,2000,1,3688.21,-1011.26,223.954,3.51503,300,10,0,2672,0,1,0,0,0),(40769,7109,1,1,1,11334,0,4575.9,-277.97,299.376,3.99602,300,10,0,2304,1807,1,0,0,0),(40770,8956,1,1,1,9276,0,4289,-989.934,303.462,2.41284,300,10,0,2985,0,1,0,0,0),(40771,8960,1,1,1,9278,0,4448.86,-986.17,327.426,0.9559,300,3,0,2672,0,1,0,0,0),(40772,7154,1,1,1,3028,1,3718.73,-1172.03,207.628,3.89176,300,10,0,2062,1695,1,0,0,0),(40773,7154,1,1,1,3028,1,3627.95,-1189.24,212.881,1.90241,300,0,0,2062,1695,0,0,0,0),(40774,7155,1,1,1,2000,1,3618.7,-1188.61,213.385,1.11701,300,0,0,2672,0,0,0,0,0),(40775,7154,1,1,1,3028,1,3726.31,-1162.8,207.789,3.35103,300,0,0,2062,1695,0,0,0,0),(40776,7154,1,1,1,3028,1,3689.48,-1142.75,207.892,0.598474,300,5,0,2062,1695,1,0,0,0),(40777,8960,1,1,1,9278,0,4519.99,-974.521,328.39,5.69031,300,3,0,2672,0,1,0,0,0),(40778,8958,1,1,1,1083,0,4630.73,-899.588,326.148,2.05768,300,10,0,3207,0,1,0,0,0),(40779,8958,1,1,1,1083,0,4644.59,-909.827,330.507,2.73527,300,3,0,3207,0,1,0,0,0),(40780,8958,1,1,1,1083,0,4609.57,-868.549,313.062,3.20212,300,3,0,3207,0,1,0,0,0),(40781,8958,1,1,1,1083,0,4635.91,-872.944,320.354,3.57544,300,10,0,3207,0,1,0,0,0),(40782,8958,1,1,1,1083,0,4649.66,-888.604,327.854,1.14432,300,3,0,3207,0,1,0,0,0),(40783,7105,1,1,1,2019,0,3909.24,-761.013,314.601,3.33358,300,0,0,2672,0,0,0,0,0),(40784,7105,1,1,1,2019,0,3906.38,-771.449,314.937,5.9813,300,6,0,2672,0,1,0,0,0),(40785,7105,1,1,1,2019,0,3884.14,-762.683,312.228,2.98544,300,10,0,2672,0,1,0,0,0),(40786,8958,1,1,1,1083,0,4620.91,-850.178,310.169,6.14805,300,10,0,3207,0,1,0,0,0),(40787,8958,1,1,1,1083,0,4705.18,-816.947,309.399,0.158481,300,10,0,3207,0,1,0,0,0),(40788,8958,1,1,1,1083,0,4721.16,-864.208,325.262,0.976272,300,3,0,3207,0,1,0,0,0),(40789,7105,1,1,1,2019,0,3904.74,-753.31,315.124,4.43314,300,0,0,2672,0,0,0,0,0),(40790,8958,1,1,1,1083,0,4690.3,-828.352,311.812,0.795154,300,10,0,3207,0,1,0,0,0),(40791,7105,1,1,1,2019,0,3864.67,-773.707,313.317,4.79965,300,10,0,2672,0,1,0,0,0),(40792,8958,1,1,1,1083,0,4721.67,-827.317,313.13,4.04208,300,10,0,3207,0,1,0,0,0),(40793,7153,1,1,1,2000,0,3712.55,-1018.3,228.066,5.00235,300,10,0,2576,0,1,0,0,0),(40794,8958,1,1,1,1083,0,4621.45,-926.126,327.515,0.744294,300,10,0,3207,0,1,0,0,0),(40795,7109,1,1,1,11334,0,3873.18,-775.208,312.204,4.83456,300,10,0,2304,1807,1,0,0,0),(40796,7105,1,1,1,2019,0,3849.07,-750.947,314.874,4.33332,300,10,0,2672,0,1,0,0,0),(40797,7154,1,1,1,3028,1,3748.13,-1046.98,225.89,5.14984,300,10,0,2062,1695,1,0,0,0),(40798,7154,1,1,1,3028,1,3683.94,-1017,223.145,2.60049,300,10,0,2062,1695,1,0,0,0),(40799,7109,1,1,1,11334,0,3822.76,-787.318,307.629,3.95877,300,5,0,2304,1807,1,0,0,0),(40800,7109,1,1,1,11334,0,3842.77,-644.618,334.477,0.923017,300,5,0,2304,1807,1,0,0,0),(40801,8958,1,1,1,1083,0,4552.77,-942.154,322.886,0.85509,300,10,0,3207,0,1,0,0,0),(40802,7109,1,1,1,11334,0,3820.61,-680.599,341.04,5.88619,300,5,0,2304,1807,1,0,0,0),(40803,8960,1,1,1,9278,0,4513.01,-917.369,306.435,3.21349,300,10,0,2672,0,1,0,0,0),(40804,7153,1,1,1,2000,0,3649.36,-1137.83,208.631,1.5533,300,5,0,2576,0,1,0,0,0),(40805,8960,1,1,1,9278,0,4471.31,-913.819,309.776,2.85888,300,5,0,2672,0,1,0,0,0),(40806,7109,1,1,1,11334,0,3847.82,-655.821,333.727,2.65011,300,5,0,2304,1807,1,0,0,0),(40807,8958,1,1,1,1083,0,4543.38,-878.689,304.829,1.24039,300,10,0,3207,0,1,0,0,0),(40808,8960,1,1,1,9278,0,4442.06,-911.443,303.769,3.04572,300,5,0,2672,0,1,0,0,0),(40809,7099,1,1,1,10829,0,4454.47,-940.613,313.963,6.01025,300,3,0,2880,0,1,0,0,0),(40810,7105,1,1,1,2019,0,3856.83,-656.405,332.977,3.53919,300,6,0,2672,0,1,0,0,0),(40811,7154,1,1,1,3028,1,3627.89,-1133.12,210.807,5.25344,300,0,0,2062,1695,0,0,0,0),(40812,7105,1,1,1,2019,0,3911.41,-620.544,338.015,3.59489,300,10,0,2672,0,1,0,0,0),(40813,7153,1,1,1,2000,0,3664.73,-1167.42,208.997,3.41844,300,10,0,2576,0,1,0,0,0),(40814,8960,1,1,1,9278,0,4459.72,-957.344,323.761,5.59317,300,10,0,2672,0,1,0,0,0),(40815,8960,1,1,1,9278,0,4427.78,-977.531,323.805,2.28356,300,10,0,2672,0,1,0,0,0),(40816,7153,1,1,1,2000,0,3628.7,-1174.01,211.205,4.28722,300,10,0,2576,0,1,0,0,0),(40817,8960,1,1,1,9278,0,4416.19,-948.369,315.386,2.0243,300,10,0,2672,0,1,0,0,0),(40818,8960,1,1,1,9278,0,4471.51,-942.511,320.208,1.88845,300,10,0,2672,0,1,0,0,0),(40819,7105,1,1,1,2019,0,3955.82,-600.603,339.368,3.30674,300,0,0,2672,0,2,0,0,0),(40820,7109,1,1,1,11334,0,3952.41,-593.659,341.225,1.54385,300,5,0,2304,1807,1,0,0,0),(40821,8960,1,1,1,9278,0,4436.18,-959.869,318.636,1.6385,300,10,0,2672,0,1,0,0,0),(40822,7153,1,1,1,2000,0,3629.53,-1140.75,210.613,1.33126,300,5,0,2576,0,1,0,0,0),(40823,7155,1,1,1,2000,1,3704.07,-1135.35,207.948,5.61996,300,0,0,2672,0,0,0,0,0),(40824,7109,1,1,1,11334,0,3944.04,-592.132,341.725,5.33306,300,5,0,2304,1807,1,0,0,0),(40825,7153,1,1,1,2000,0,3724.62,-1162,207.664,5.38548,300,0,0,2576,0,2,0,0,0),(40826,7153,1,1,1,2000,0,3710.73,-1113.61,209.025,6.00759,300,6,0,2576,0,1,0,0,0),(40827,7106,1,1,1,8575,0,4504.51,-523.672,296.507,5.21853,300,10,0,2880,0,1,0,0,0),(40828,7155,1,1,1,2000,1,3724.05,-1024.52,226.88,6.16622,300,10,0,2672,0,1,0,0,0),(40829,7109,1,1,1,11334,0,4454.98,-494.69,304.502,1.56058,300,5,0,2304,1807,1,0,0,0),(40830,7106,1,1,1,8575,0,4470.64,-550.305,290.372,3.38594,300,10,0,2880,0,1,0,0,0),(40831,7154,1,1,1,3028,1,3731,-1100.16,212.806,2.57471,300,10,0,2062,1695,1,0,0,0),(40832,7110,1,1,1,11336,0,4484.77,-543.835,291.727,4.55636,300,10,0,3082,0,1,0,0,0),(40833,7110,1,1,1,11336,0,4484.58,-483.17,308.469,5.42797,300,0,0,3082,0,0,0,0,0),(40834,7110,1,1,1,11336,0,4478.32,-527.531,296.032,0.698132,300,0,0,3082,0,0,0,0,0),(40835,7109,1,1,1,11334,0,4470.12,-534.334,294.221,5.95157,300,0,0,2304,1807,0,0,0,0),(40836,8959,1,1,1,4124,0,3950.64,-1249.67,237.747,1.54541,300,5,0,2488,0,1,0,0,0),(40837,10016,1,1,1,1141,0,4156.71,-917.509,265.932,1.81056,300,10,0,8,0,1,0,0,0),(40838,7428,1,1,1,6209,0,5253.9,-4978.84,844.916,2.40213,600,5,0,8883,0,1,0,0,0),(40839,7428,1,1,1,6209,0,5144.13,-4845.53,853.797,3.46613,600,3,0,8883,0,1,0,0,0),(40840,7428,1,1,1,6209,0,5397.74,-4880.57,839.034,0.292146,600,5,0,8883,0,1,0,0,0),(40841,7428,1,1,1,6209,0,5345.38,-4448.07,841.243,0.220576,600,5,0,8883,0,1,0,0,0),(40842,7428,1,1,1,6209,0,5253.54,-4486.15,839.311,1.39409,600,5,0,8883,0,1,0,0,0),(40843,7428,1,1,1,6209,0,5281.36,-4438.59,848.206,6.2042,600,5,0,8883,0,1,0,0,0),(40844,7428,1,1,1,6209,0,5240.74,-4543.61,836.754,4.77201,600,5,0,8883,0,1,0,0,0),(40845,7428,1,1,1,6209,0,5452.22,-4619.83,802.156,1.80915,600,5,0,8883,0,1,0,0,0),(40846,7428,1,1,1,6209,0,5220.72,-4782.86,692.314,4.29069,600,15,0,8883,0,1,0,0,0),(40847,7428,1,1,1,6209,0,5345.85,-4651.97,691.926,1.81658,600,15,0,8883,0,1,0,0,0),(40848,7428,1,1,1,6209,0,5241.49,-4758.37,691.936,3.9072,600,15,0,8883,0,1,0,0,0),(40849,7428,1,1,1,6209,0,5250.98,-4820.29,690.783,4.31572,600,15,0,8883,0,1,0,0,0),(40850,7428,1,1,1,6209,0,5270.64,-4879.95,692.423,4.87765,600,15,0,8883,0,1,0,0,0),(40851,7429,1,1,1,12815,0,5117.56,-4875.78,864.303,0.564323,600,10,0,7107,2369,1,0,0,0),(40852,7429,1,1,1,12815,0,5356.56,-4848.84,816.478,0.443999,600,5,0,7107,2369,1,0,0,0),(40853,7429,1,1,1,12815,0,5114.51,-4818.55,854.869,1.50826,600,5,0,7107,2369,1,0,0,0),(40854,7429,1,1,1,12815,0,5339.96,-4455.73,835.071,3.20998,600,5,0,7107,2369,1,0,0,0),(40855,7429,1,1,1,12815,0,5211.18,-4576.94,834.724,6.216,600,5,0,7107,2369,1,0,0,0),(40856,7429,1,1,1,12815,0,5078.97,-4711.61,847.226,1.70908,600,10,0,7107,2369,1,0,0,0),(40857,7429,1,1,1,12815,0,5183.64,-4964.32,861.329,6.13875,600,5,0,7107,2369,1,0,0,0),(40858,7429,1,1,1,12815,0,5444.47,-4563.59,815.064,2.8464,600,5,0,7107,2369,1,0,0,0),(40859,7429,1,1,1,12815,0,5312.13,-4674.25,692.199,2.3931,600,15,0,7107,2369,1,0,0,0),(40860,7429,1,1,1,12815,0,5277.2,-4781.89,690.439,5.71116,600,15,0,7107,2369,1,0,0,0),(40861,7429,1,1,1,12815,0,5322.92,-4608.33,693.754,1.57038,600,15,0,7107,2369,1,0,0,0),(40862,7429,1,1,1,12815,0,5349.94,-4588.3,692.311,4.73763,600,15,0,7107,2369,1,0,0,0),(40863,7429,1,1,1,12815,0,5291.87,-4709,691.345,0.325443,600,15,0,7107,2369,1,0,0,0),(40864,7429,1,1,1,12815,0,5258.06,-4810.54,690.948,1.37092,600,0,0,7107,2369,2,0,0,0),(40865,7430,1,1,1,9958,0,7641.57,-3787.52,693.351,5.92826,333,2,0,3529,0,1,0,0,0),(40866,7430,1,1,1,9958,0,7634.54,-3790.94,692.726,2.92051,333,2,0,3529,0,1,0,0,0),(40867,7430,1,1,1,9958,0,7725.63,-3882.59,691.025,3.37685,333,2,0,3529,0,1,0,0,0),(40868,7430,1,1,1,9958,0,7727.61,-3889.11,691.4,1.84634,333,2,0,3529,0,1,0,0,0),(40869,7430,1,1,1,9958,0,8026.56,-4196.35,705.216,4.76406,333,2,0,3529,0,1,0,0,0),(40870,7430,1,1,1,9958,0,8024.09,-4197.16,705.341,4.90719,333,2,0,3529,0,1,0,0,0),(40871,7430,1,1,1,9958,0,8163.42,-3759.92,699.696,0.772427,333,2,0,3529,0,1,0,0,0),(40872,7430,1,1,1,9958,0,8157.32,-3761.65,700.071,3.60879,333,2,0,3529,0,1,0,0,0),(40873,7430,1,1,1,9958,0,7993.31,-3789.48,698.195,2.09353,333,2,0,3529,0,1,0,0,0),(40874,7430,1,1,1,9958,0,7999.14,-3984.25,694.384,5.61451,333,2,0,3529,0,1,0,0,0),(40875,7430,1,1,1,9958,0,7996.34,-3983.95,694.759,2.88255,333,2,0,3529,0,1,0,0,0),(40876,7430,1,1,1,9958,0,8113.23,-3839.53,694.763,0.709547,333,2,0,3529,0,1,0,0,0),(40877,7430,1,1,1,9958,0,8118.33,-3836.96,694.763,1.57786,333,2,0,3529,0,1,0,0,0),(40878,7430,1,1,1,9958,0,8094.72,-4000.85,689.288,0.049826,333,2,0,3529,0,1,0,0,0),(40879,7430,1,1,1,9958,0,8092.55,-4002.98,689.663,0.444292,333,2,0,3529,0,1,0,0,0),(40880,7430,1,1,1,9958,0,8201.09,-3844.97,707.816,5.92935,333,2,0,3529,0,1,0,0,0),(40881,7430,1,1,1,9958,0,8201.05,-3839.75,708.191,1.85713,333,2,0,3529,0,1,0,0,0),(40882,7430,1,1,1,9958,0,7845.46,-4271.31,684.294,1.68275,333,2,0,3529,0,1,0,0,0),(40883,7430,1,1,1,9958,0,7840.91,-4271.28,684.544,5.53019,333,2,0,3529,0,1,0,0,0),(40884,7430,1,1,1,9958,0,7988.9,-3790.06,697.82,2.22713,333,15,0,3529,0,1,0,0,0),(40885,7430,1,1,1,9958,0,7837.09,-4015.03,695.874,3.45575,333,0,0,3529,0,0,0,0,0),(40886,7430,1,1,1,9958,0,7832.92,-4019.4,695.133,5.79449,333,0,0,3529,0,0,0,0,0),(40887,7431,1,1,1,9953,0,7979.49,-4318.91,740.281,4.11192,333,5,0,3644,0,1,0,0,0),(40888,7431,1,1,1,9953,0,7675.61,-4126.9,750.373,1.25787,333,5,0,3644,0,1,0,0,0),(40889,7431,1,1,1,9953,0,7871.22,-4355.13,711.187,4.05853,333,15,0,3644,0,1,0,0,0),(40890,7431,1,1,1,9953,0,7917.86,-4316.04,719.369,3.96084,333,5,0,3644,0,1,0,0,0),(40891,7431,1,1,1,9953,0,7942.73,-4348.69,731.074,1.40458,333,5,0,3644,0,1,0,0,0),(40892,7431,1,1,1,9953,0,7738.69,-4086.34,700.927,3.95808,333,5,0,3644,0,1,0,0,0),(40893,7431,1,1,1,9953,0,7583.25,-3903.79,683.094,5.02889,333,10,0,3644,0,1,0,0,0),(40894,7431,1,1,1,9953,0,7718.53,-4183.5,693.248,2.28505,333,5,0,3644,0,1,0,0,0),(40895,7431,1,1,1,9953,0,7722.97,-4259.04,689.164,6.23315,333,5,0,3644,0,1,0,0,0),(40896,7431,1,1,1,9953,0,7810.57,-4346.21,709.222,3.40838,333,15,0,3644,0,1,0,0,0),(40897,7431,1,1,1,9953,0,7894.79,-4214.79,686.14,5.47677,333,15,0,3644,0,1,0,0,0),(40898,7431,1,1,1,9953,0,7909.83,-4190.4,683.753,1.43803,333,15,0,3644,0,1,0,0,0),(40899,7431,1,1,1,9953,0,7815.62,-4216.31,675.409,4.9881,333,15,0,3644,0,1,0,0,0),(40900,7431,1,1,1,9953,0,7926.83,-4257.93,698.791,3.11426,333,15,0,3644,0,1,0,0,0),(40901,7431,1,1,1,9953,0,7957.26,-4210.85,695.155,0.680202,333,15,0,3644,0,1,0,0,0),(40902,7431,1,1,1,9953,0,7646.08,-3847.19,684.721,3.17633,333,15,0,3644,0,1,0,0,0),(40903,7431,1,1,1,9953,0,7519.92,-3916.38,716.411,5.81211,333,5,0,3644,0,1,0,0,0),(40904,7431,1,1,1,9953,0,7477.61,-3941.63,709.192,0.442859,333,5,0,3644,0,1,0,0,0),(40905,7431,1,1,1,9953,0,7821.13,-4154.91,682.2,4.80604,333,5,0,3644,0,1,0,0,0),(40906,7431,1,1,1,9953,0,7788.01,-4188.64,679.699,4.07551,333,15,0,3644,0,1,0,0,0),(40907,7431,1,1,1,9953,0,7812,-4084.64,687.382,3.487,333,15,0,3644,0,1,0,0,0),(40908,7432,1,1,1,11445,0,7719.53,-4336.46,725.724,3.14159,333,5,0,3997,0,1,0,0,0),(40909,7432,1,1,1,11445,0,7548.96,-3875.97,683.701,0.218769,333,15,0,3997,0,1,0,0,0),(40910,7432,1,1,1,11445,0,7813.33,-3748.58,706.741,5.06191,333,5,0,3997,0,1,0,0,0),(40911,7432,1,1,1,11445,0,7746.64,-4283.35,693.697,5.05791,333,10,0,3997,0,1,0,0,0),(40912,7432,1,1,1,11445,0,7693.23,-3751.41,731.086,2.52702,333,5,0,3997,0,1,0,0,0),(40913,7432,1,1,1,11445,0,7774.83,-3791.48,701.987,3.93095,333,5,0,3997,0,1,0,0,0),(40914,7432,1,1,1,11445,0,7887.68,-4150.03,684.92,2.88226,333,15,0,3997,0,1,0,0,0),(40915,7432,1,1,1,11445,0,7744.96,-4341.46,718.924,0.003906,333,5,0,3997,0,1,0,0,0),(40916,7432,1,1,1,11445,0,7729.86,-3787.25,726.719,2.67358,333,5,0,3997,0,1,0,0,0),(40917,7432,1,1,1,11445,0,7751.93,-4222.54,682.321,2.33892,333,15,0,3997,0,1,0,0,0),(40918,7432,1,1,1,11445,0,7786.45,-4055.18,688.302,3.49029,333,15,0,3997,0,1,0,0,0),(40919,7432,1,1,1,11445,0,7794.21,-3856.64,699.956,2.51021,333,5,0,3997,0,1,0,0,0),(40920,7432,1,1,1,11445,0,7954.25,-4087.44,689.309,2.62222,333,15,0,3997,0,1,0,0,0),(40921,7432,1,1,1,11445,0,7587.21,-3852.67,685.853,4.53472,333,15,0,3997,0,1,0,0,0),(40922,7432,1,1,1,11445,0,7858.36,-4254.96,682.744,5.00396,333,5,0,3997,0,1,0,0,0),(40923,7432,1,1,1,11445,0,7761.23,-3820.53,713.112,5.77339,333,5,0,3997,0,1,0,0,0),(40924,7432,1,1,1,11445,0,7842.98,-3779.77,704.279,1.2819,333,5,0,3997,0,1,0,0,0),(40925,7432,1,1,1,11445,0,7871.26,-3747.29,717.691,4.23041,333,5,0,3997,0,1,0,0,0),(40926,7432,1,1,1,11445,0,7617.63,-3957.34,692.227,4.03241,333,15,0,3997,0,1,0,0,0),(40927,7432,1,1,1,11445,0,7515.95,-3974.81,724.905,5.38637,333,5,0,3997,0,1,0,0,0),(40928,7432,1,1,1,11445,0,7713.3,-3848.95,694.025,5.74549,333,5,0,3997,0,1,0,0,0),(40929,7432,1,1,1,11445,0,7751.77,-4153.62,688.531,5.27509,333,5,0,3997,0,1,0,0,0),(40930,7432,1,1,1,11445,0,7782.03,-4310.85,703.075,2.02255,333,15,0,3997,0,1,0,0,0),(40931,7432,1,1,1,11445,0,7814,-3873.2,698.209,3.79681,333,5,0,3997,0,1,0,0,0),(40932,7432,1,1,1,11445,0,7710.14,-3917.55,694.216,5.97045,333,15,0,3997,0,1,0,0,0),(40933,7432,1,1,1,11445,0,7653.14,-3912.93,688.939,3.48836,333,15,0,3997,0,1,0,0,0),(40934,7432,1,1,1,11445,0,7683.59,-3872.02,686.338,4.99253,333,15,0,3997,0,1,0,0,0),(40935,7432,1,1,1,11445,0,7615.4,-3881.44,683.456,1.48931,333,15,0,3997,0,1,0,0,0),(40936,7432,1,1,1,11445,0,7954.04,-4151.59,684.873,0.238584,333,15,0,3997,0,1,0,0,0),(40937,7432,1,1,1,11445,0,7917.6,-4112.01,688.531,0.839173,333,15,0,3997,0,1,0,0,0),(40938,7432,1,1,1,11445,0,7976.98,-4120.74,695.155,5.6643,333,5,0,3997,0,1,0,0,0),(40939,7432,1,1,1,11445,0,8022.35,-4146.63,693.552,0.735011,333,5,0,3997,0,1,0,0,0),(40940,7432,1,1,1,11445,0,7860.28,-3981.42,698.007,6.12899,333,5,0,3997,0,1,0,0,0),(40941,7432,1,1,1,11445,0,7852.65,-3846.1,695.051,4.5384,333,15,0,3997,0,1,0,0,0),(40942,7432,1,1,1,11445,0,7908.41,-3927.73,705.286,4.2898,333,5,0,3997,0,1,0,0,0),(40943,7432,1,1,1,11445,0,7843.2,-4044.97,690.219,0.746616,333,0,0,3997,0,0,0,0,0),(40944,7432,1,1,1,11445,0,7850.19,-4320.11,706.312,4.65375,333,15,0,3997,0,1,0,0,0),(40945,7432,1,1,1,11445,0,7811.57,-4270.23,691.378,1.47202,333,5,0,3997,0,1,0,0,0),(40946,7432,1,1,1,11445,0,7880.8,-3886.3,696.802,3.11944,333,15,0,3997,0,1,0,0,0),(40947,7432,1,1,1,11445,0,7812.05,-3946.04,701.143,1.50098,333,15,0,3997,0,1,0,0,0),(40948,7432,1,1,1,11445,0,7813.55,-4017.96,691.866,2.59899,333,15,0,3997,0,1,0,0,0),(40949,7432,1,1,1,11445,0,7783.69,-4119.98,684.084,4.99646,333,5,0,3997,0,1,0,0,0),(40950,7433,1,1,1,11444,0,7962.68,-3765.51,709.258,5.33516,333,15,0,3876,0,1,0,0,0),(40951,7433,1,1,1,11444,0,7777.63,-3921.63,705.465,4.12293,333,15,0,3876,0,1,0,0,0),(40952,7433,1,1,1,11444,0,7918.45,-3768.89,708.131,3.76785,333,15,0,3876,0,1,0,0,0),(40953,7433,1,1,1,11444,0,7875.07,-3951.85,712.087,2.71945,333,5,0,3876,0,1,0,0,0),(40954,7433,1,1,1,11444,0,7860.52,-4079.22,688.199,2.70601,333,15,0,3876,0,1,0,0,0),(40955,7433,1,1,1,11444,0,8008.24,-4216.63,713.719,5.91573,333,15,0,3876,0,1,0,0,0),(40956,7433,1,1,1,11444,0,7746.09,-3895.26,701.348,3.72474,333,15,0,3876,0,1,0,0,0),(40957,7433,1,1,1,11444,0,7817.72,-3814.17,698.8,3.27052,333,10,0,3876,0,1,0,0,0),(40958,7433,1,1,1,11444,0,8150.89,-3814.62,699.86,5.80618,333,15,0,3876,0,1,0,0,0),(40959,7433,1,1,1,11444,0,8184.83,-3773.11,699.483,1.31114,333,15,0,3876,0,1,0,0,0),(40960,7433,1,1,1,11444,0,8013.17,-4084.85,705.033,6.27758,333,10,0,3876,0,1,0,0,0),(40961,7433,1,1,1,11444,0,7981.01,-4049.27,719.714,1.5831,333,15,0,3876,0,1,0,0,0),(40962,7433,1,1,1,11444,0,7961.66,-4007.55,711.041,6.18874,333,5,0,3876,0,1,0,0,0),(40963,7433,1,1,1,11444,0,8019.78,-4020.56,706.809,1.65213,333,15,0,3876,0,1,0,0,0),(40964,7433,1,1,1,11444,0,8152.13,-3880.65,698.438,4.54911,333,15,0,3876,0,1,0,0,0),(40965,7433,1,1,1,11444,0,8051.53,-3985.53,693.309,5.4124,333,15,0,3876,0,1,0,0,0),(40966,7433,1,1,1,11444,0,8079.91,-4038.29,694.475,4.93225,333,5,0,3876,0,1,0,0,0),(40967,7433,1,1,1,11444,0,8177.43,-3855.27,702.005,1.10476,333,15,0,3876,0,1,0,0,0),(40968,7433,1,1,1,11444,0,8155.21,-3961.46,685.98,5.49779,333,5,0,3876,0,1,0,0,0),(40969,7433,1,1,1,11444,0,8216.49,-3897.85,723.465,4.49619,333,5,0,3876,0,1,0,0,0),(40970,7433,1,1,1,11444,0,8015.29,-3821.08,697.705,5.01374,333,5,0,3876,0,1,0,0,0),(40971,7433,1,1,1,11444,0,7884.8,-3811.76,696.188,0.45899,333,15,0,3876,0,1,0,0,0),(40972,7433,1,1,1,11444,0,7849.41,-3926.03,700.168,4.37172,333,15,0,3876,0,1,0,0,0),(40973,7433,1,1,1,11444,0,7783.22,-3981.51,691.218,1.97957,333,5,0,3876,0,1,0,0,0),(40974,7433,1,1,1,11444,0,7853.93,-4050.98,689.641,0.12837,333,5,0,3876,0,1,0,0,0),(40975,7434,1,1,1,9954,0,8083.49,-3743.43,723.941,3.20897,333,15,0,3997,0,1,0,0,0),(40976,7434,1,1,1,9954,0,8117.83,-3915.39,692.304,5.69364,333,5,0,3997,0,1,0,0,0),(40977,7434,1,1,1,9954,0,8113.01,-3988.99,686.233,4.7865,333,5,0,3997,0,1,0,0,0),(40978,7434,1,1,1,9954,0,8184.89,-3914.13,706.105,2.52271,333,5,0,3997,0,1,0,0,0),(40979,7434,1,1,1,9954,0,7949.45,-3814.17,693.693,1.70041,333,15,0,3997,0,1,0,0,0),(40980,7435,1,1,1,6761,1,6122.17,-4662.4,717.625,2.3203,600,5,0,7842,0,1,0,0,0),(40981,7435,1,1,1,6761,1,6175.45,-4628.05,717.123,1.71756,600,5,0,7842,0,1,0,0,0),(40982,7435,1,1,1,6761,1,6077.67,-4340.06,723.865,2.95671,600,15,0,7842,0,1,0,0,0),(40983,7435,1,1,1,6761,1,6048.05,-4376.12,713.257,2.18948,600,15,0,7842,0,1,0,0,0),(40984,7435,1,1,1,6761,1,6175.98,-4317.57,737.832,6.15797,600,10,0,7842,0,1,0,0,0),(40985,7435,1,1,1,6761,1,6085.44,-4341.59,700.95,1.40069,600,5,0,7842,0,1,0,0,0),(40986,7435,1,1,1,6761,1,5980.69,-4517.89,710.198,3.31429,600,15,0,7842,0,1,0,0,0),(40987,7435,1,1,1,6761,1,6088.32,-4490.82,677.535,4.89571,600,5,0,7842,0,1,0,0,0),(40988,7435,1,1,1,6761,1,6191.48,-4264.78,658.283,1.56828,600,10,0,7842,0,1,0,0,0),(40989,7435,1,1,1,6761,1,6155.78,-4280.85,657.401,5.54701,600,10,0,7842,0,1,0,0,0),(40990,7435,1,1,1,6761,1,6166.48,-4242.34,653.4,4.50334,600,10,0,7842,0,1,0,0,0),(40991,7435,1,1,1,6761,1,6144.38,-4236.29,653.311,4.89697,600,5,0,7842,0,1,0,0,0),(40992,7435,1,1,1,6761,1,6083.43,-4199.18,632.228,2.54152,600,10,0,7842,0,1,0,0,0),(40993,7435,1,1,1,6761,1,5933.79,-4177.81,608.8,4.59794,600,5,0,7842,0,1,0,0,0),(40994,7435,1,1,1,6761,1,6164.96,-4329.24,660.721,3.87725,600,10,0,7842,0,1,0,0,0),(40995,14348,1,1,1,19802,0,4254.92,-4148.9,945.768,1.27409,600,0,0,9711,0,0,0,0,0),(40996,7436,1,1,1,6760,1,5997.91,-4619.51,716.934,0.212526,600,5,0,8097,0,1,0,0,0),(40997,7436,1,1,1,6760,1,6111.7,-4452.66,664.979,4.07045,600,5,0,8097,0,1,0,0,0),(40998,7436,1,1,1,6760,1,6178.99,-4299.8,660.975,6.23531,600,5,0,8097,0,1,0,0,0),(40999,7436,1,1,1,6760,1,6157.83,-4341.05,660.702,1.15981,600,5,0,8097,0,1,0,0,0),(41000,7436,1,1,1,6760,1,6170.89,-4171.33,641.894,5.9357,600,5,0,8097,0,1,0,0,0),(41001,7436,1,1,1,6760,1,6024.49,-4196.14,625.113,5.02866,600,5,0,8097,0,1,0,0,0),(41002,7436,1,1,1,6760,1,5925.48,-4062.11,595.162,4.39755,600,5,0,8097,0,1,0,0,0),(41003,7437,1,1,1,8316,1,6203.44,-4554.94,714.903,5.68891,600,5,0,5847,5340,1,0,0,0),(41004,7437,1,1,1,8316,1,6022.41,-4391.67,713.502,1.94786,600,15,0,5847,5340,1,0,0,0),(41005,7437,1,1,1,8316,1,5952.26,-4487.15,711.624,4.47262,600,15,0,5847,5340,1,0,0,0),(41006,7437,1,1,1,8316,1,6112.49,-4501.82,677.739,1.94877,600,5,0,5847,5340,1,0,0,0),(41007,7437,1,1,1,8316,1,6076.7,-4545.29,686.98,2.97484,600,5,0,5847,5340,1,0,0,0),(41008,7437,1,1,1,8316,1,6023.3,-4549.01,702.395,0.091897,600,5,0,5847,5340,1,0,0,0),(41009,7437,1,1,1,8316,1,6251.57,-4465.59,687.813,4.5269,600,5,0,5847,5340,1,0,0,0),(41010,7437,1,1,1,8316,1,6190.19,-4442.61,667.163,0.783713,600,0,0,5847,5340,2,0,0,0),(41011,7437,1,1,1,8316,1,6201.13,-4414.5,673.944,3.92699,600,5,0,5847,5340,1,0,0,0),(41012,7437,1,1,1,8316,1,6048.75,-4209.7,630.169,0.083059,600,0,0,5847,5340,2,0,0,0),(41013,7437,1,1,1,8316,1,6061.34,-4203.67,632.137,0.26728,600,5,0,5847,5340,1,0,0,0),(41014,7437,1,1,1,8316,1,5952.37,-4146.63,607.764,6.07022,600,5,0,5847,5340,1,0,0,0),(41015,7437,1,1,1,8316,1,6142.6,-4172.77,640.49,3.95867,600,5,0,5847,5340,1,0,0,0),(41016,7437,1,1,1,8316,1,6169.3,-4184.36,641.894,4.78363,600,0,0,5847,5340,2,0,0,0),(41017,7438,1,1,1,6829,0,6743.74,-4949.02,770.322,5.09906,333,15,0,3758,0,1,0,0,0),(41018,7438,1,1,1,6829,0,6667.84,-5122.11,779.651,4.56938,333,5,0,3758,0,1,0,0,0),(41019,7438,1,1,1,6829,0,6693.75,-5047.92,781.343,0.556379,333,5,0,3758,0,1,0,0,0),(41020,7438,1,1,1,6829,0,6773.63,-4939.62,764.797,1.74482,333,10,0,3758,0,1,0,0,0),(41021,7438,1,1,1,6829,0,6641.84,-5094.33,788.351,4.51438,333,5,0,3758,0,1,0,0,0),(41022,7438,1,1,1,6829,0,6710.97,-5005.29,762.83,2.41929,333,10,0,3758,0,1,0,0,0),(41023,7438,1,1,1,6829,0,6751.49,-4987.51,772.903,2.40522,333,5,0,3758,0,1,0,0,0),(41024,7438,1,1,1,6829,0,6778.65,-5049.48,722.848,2.78183,333,0,0,3758,0,0,0,0,0),(41025,7438,1,1,1,6829,0,6780.07,-5062.27,722.848,3.61498,333,0,0,3758,0,0,0,0,0),(41026,7438,1,1,1,6829,0,6788.56,-5150.12,731.911,3.02306,333,0,0,3758,0,0,0,0,0),(41027,7438,1,1,1,6829,0,6742.09,-5201.08,761.459,2.06304,333,0,0,3758,0,0,0,0,0),(41028,7438,1,1,1,6829,0,6732.37,-5144.41,732.351,0.515683,333,0,0,3758,0,0,0,0,0),(41029,7439,1,1,1,6830,0,6649.67,-5109.21,783.095,2.58175,333,0,0,2915,2163,0,0,0,0),(41030,7439,1,1,1,6830,0,6865.62,-5101.04,692.819,4.98616,333,0,0,2915,2163,0,0,0,0),(41031,7439,1,1,1,6830,0,6731.89,-5134.97,733.104,3.80482,333,0,0,2915,2163,0,0,0,0),(41032,7439,1,1,1,6830,0,6785.71,-5161.02,732.786,2.38011,333,0,0,2915,2163,0,0,0,0),(41033,7439,1,1,1,6830,0,6718.93,-5252.01,778.708,5.08865,333,0,0,2915,2163,2,0,0,0),(41034,7439,1,1,1,6830,0,6845.32,-5115.65,694.404,2.42601,333,0,0,2915,2163,0,0,0,0),(41035,7440,1,1,1,6828,0,6906.65,-5144.72,695.65,3.25311,333,15,0,3529,0,1,0,0,0),(41036,7440,1,1,1,6828,0,6514.72,-3269.61,574.519,1.87968,333,0,0,3529,0,0,0,0,0),(41037,7440,1,1,1,6828,0,6878.17,-4999.09,694.566,1.04427,333,10,0,3529,0,1,0,0,0),(41038,7440,1,1,1,6828,0,6813.83,-2470.48,557.479,4.01415,333,0,0,3529,0,0,0,0,0),(41039,7440,1,1,1,6828,0,6847.1,-2490.14,561.889,1.20292,333,0,0,3529,0,0,0,0,0),(41040,7440,1,1,1,6828,0,6785.76,-2482.31,547.7,0.39057,333,15,0,3529,0,1,0,0,0),(41041,7440,1,1,1,6828,0,6909.6,-5018.78,693.376,4.44967,333,15,0,3529,0,1,0,0,0),(41042,7440,1,1,1,6828,0,6853.81,-5012.27,694.734,5.55542,333,5,0,3529,0,1,0,0,0),(41043,7440,1,1,1,6828,0,6921.3,-5079.48,695.389,0.582965,333,5,0,3529,0,1,0,0,0),(41044,7440,1,1,1,6828,0,6900.74,-5071.65,693.514,1.06693,333,15,0,3529,0,1,0,0,0),(41045,7440,1,1,1,6828,0,6845.4,-5153.76,708.626,4.18897,333,5,0,3529,0,1,0,0,0),(41046,7440,1,1,1,6828,0,6872.62,-5183.2,723.78,5.39812,333,5,0,3529,0,1,0,0,0),(41047,7440,1,1,1,6828,0,6818.08,-5083.12,693.565,5.67232,333,0,0,3529,0,0,0,0,0),(41048,7440,1,1,1,6828,0,6833.61,-5110.16,693.819,4.56888,333,0,0,3529,0,0,0,0,0),(41049,7440,1,1,1,6828,0,6833.2,-5041.2,690.799,1.38894,333,0,0,3529,0,0,0,0,0),(41050,7441,1,1,1,6818,0,6418.35,-3115.4,580.961,3.06924,333,10,0,2634,2041,1,0,0,0),(41051,7441,1,1,1,6818,0,6451.47,-3161.82,572.104,0.653051,333,0,0,2634,2041,0,0,0,0),(41052,7441,1,1,1,6818,0,6453.58,-3176.64,572.206,4.95878,333,0,0,2634,2041,0,0,0,0),(41053,7441,1,1,1,6818,0,6513.78,-3138.88,572.996,3.86033,333,0,0,2634,2041,0,0,0,0),(41054,7441,1,1,1,6818,0,6496.59,-3138.79,571.354,3.46483,333,0,0,2634,2041,0,0,0,0),(41055,7441,1,1,1,6818,0,6478.48,-3161.56,570.479,3.96463,333,15,0,2634,2041,1,0,0,0),(41056,7441,1,1,1,6818,0,6446.09,-3111.55,573.651,4.46716,333,10,0,2634,2041,1,0,0,0),(41057,7441,1,1,1,6818,0,6513.49,-3258.93,573.908,3.53739,333,0,0,2634,2041,0,0,0,0),(41058,7441,1,1,1,6818,0,6835.56,-2489.84,559.639,4.90419,333,0,0,2634,2041,0,0,0,0),(41059,7441,1,1,1,6818,0,6790.55,-2672.69,544.295,4.23917,333,0,0,2634,2041,0,0,0,0),(41060,7441,1,1,1,6818,0,6809.68,-2684.17,549.512,2.85888,333,5,0,2634,2041,1,0,0,0),(41061,7441,1,1,1,6818,0,6790.15,-2661.73,544.675,4.8164,333,0,0,2634,2041,0,0,0,0),(41062,7441,1,1,1,6818,0,6781.82,-2425.84,551.684,4.03918,333,5,0,2634,2041,1,0,0,0),(41063,7441,1,1,1,6818,0,6818.43,-2447.51,551.026,0.824129,333,15,0,2634,2041,1,0,0,0),(41064,7441,1,1,1,6818,0,6751.28,-2617.88,546.646,5.42511,333,15,0,2634,2041,1,0,0,0),(41065,7442,1,1,1,6211,1,6413.54,-3295.41,592.913,3.6602,333,5,0,3189,0,1,0,0,0),(41066,7442,1,1,1,6211,1,6447.59,-3328.85,590.462,1.39601,333,5,0,3189,0,1,0,0,0),(41067,7442,1,1,1,6211,1,6496.07,-3338.02,588.009,1.45392,333,5,0,3189,0,1,0,0,0),(41068,7442,1,1,1,6211,1,6882.35,-2513.31,581.347,4.18403,333,5,0,3189,0,1,0,0,0),(41069,7442,1,1,1,6211,1,6875.04,-2548.72,589.002,0.898798,333,5,0,3189,0,1,0,0,0),(41070,7442,1,1,1,6211,1,6458.72,-3209.85,572.51,1.00952,333,15,0,3189,0,1,0,0,0),(41071,7442,1,1,1,6211,1,6484.81,-3250.19,571.963,1.59838,333,15,0,3189,0,1,0,0,0),(41072,7442,1,1,1,6211,1,6509.51,-3088.86,592.102,4.85954,333,0,0,3189,0,0,0,0,0),(41073,7442,1,1,1,6211,1,6511.49,-3188.22,571.96,4.94688,333,0,0,3189,0,2,0,0,0),(41074,7442,1,1,1,6211,1,6520.89,-3217.33,572.87,2.04361,333,10,0,3189,0,1,0,0,0),(41075,7442,1,1,1,6211,1,6518.03,-3320.77,579.026,4.70262,333,0,0,3189,0,2,0,0,0),(41076,7442,1,1,1,6211,1,6794.94,-2509.29,551.925,2.23848,333,15,0,3189,0,1,0,0,0),(41077,7442,1,1,1,6211,1,6784,-2781.81,578.696,0.848291,333,5,0,3189,0,1,0,0,0),(41078,7442,1,1,1,6211,1,6783.61,-2715.65,563.487,6.17749,333,15,0,3189,0,1,0,0,0),(41079,7442,1,1,1,6211,1,6821.92,-2714.66,565.02,3.91551,333,0,0,3189,0,2,0,0,0),(41080,7442,1,1,1,6211,1,6747.72,-2685.25,543.371,4.08296,333,15,0,3189,0,1,0,0,0),(41081,7442,1,1,1,6211,1,6848.03,-2450.36,556.759,3.04183,333,5,0,3189,0,1,0,0,0),(41082,7442,1,1,1,6211,1,6779.26,-2613.91,556.767,1.94801,333,5,0,3189,0,1,0,0,0),(41083,7442,1,1,1,6211,1,6815,-2547.88,557.656,3.18263,333,5,0,3189,0,1,0,0,0),(41084,7443,1,1,1,8842,0,6248.12,-5214.07,871.927,0.158887,333,15,0,4182,0,1,0,0,0),(41085,7443,1,1,1,8842,0,6381.83,-4192.04,705.911,0.245884,333,15,0,4182,0,1,0,0,0),(41086,7443,1,1,1,8842,0,6156.03,-5153.56,828.425,3.30013,333,15,0,4182,0,1,0,0,0),(41087,7443,1,1,1,8842,0,5987.2,-5211.77,905.78,5.84395,333,0,0,4182,0,0,0,0,0),(41088,7443,1,1,1,8842,0,6362.95,-4484.39,765.008,4.14986,333,15,0,4182,0,1,0,0,0),(41089,7443,1,1,1,8842,0,7178.23,-5146.49,789.945,2.90704,333,15,0,4182,0,1,0,0,0),(41090,7443,1,1,1,8842,0,6255.62,-4702.45,745.252,5.6475,333,15,0,4182,0,1,0,0,0),(41091,7443,1,1,1,8842,0,6101.73,-5008.83,788.277,5.82827,333,15,0,4182,0,1,0,0,0),(41092,7443,1,1,1,8842,0,6350.16,-4405.71,742.576,5.83489,333,15,0,4182,0,1,0,0,0),(41093,7443,1,1,1,8842,0,6406.33,-4754.67,756.649,6.26561,333,15,0,4182,0,1,0,0,0),(41094,7443,1,1,1,8842,0,6273.13,-4781.89,756.561,1.8172,333,15,0,4182,0,1,0,0,0),(41095,7443,1,1,1,8842,0,6385.49,-4601.4,778.091,4.19373,333,15,0,4182,0,1,0,0,0),(41096,7443,1,1,1,8842,0,6416.48,-4590.08,763.955,2.9689,333,15,0,4182,0,1,0,0,0),(41097,7443,1,1,1,8842,0,6988.12,-4004.48,733.163,1.25183,333,15,0,4182,0,1,0,0,0),(41098,7443,1,1,1,8842,0,6357.38,-4447.28,756.302,4.89427,333,15,0,4182,0,1,0,0,0),(41099,7443,1,1,1,8842,0,6030.42,-5085.21,806.449,3.17088,333,0,0,4182,0,0,0,0,0),(41100,7443,1,1,1,8842,0,6714.52,-4328.96,717.411,1.7818,333,15,0,4182,0,1,0,0,0),(41101,7443,1,1,1,8842,0,6249.27,-5023.76,774.665,2.64663,333,15,0,4182,0,1,0,0,0),(41102,7443,1,1,1,8842,0,5960.42,-5052.6,808.854,1.62456,333,15,0,4182,0,1,0,0,0),(41103,7443,1,1,1,8842,0,6703.4,-4331.97,714.288,2.17288,333,15,0,4182,0,1,0,0,0),(41104,7443,1,1,1,8842,0,6414.42,-4744.39,753.333,1.86937,333,15,0,4182,0,1,0,0,0),(41105,7443,1,1,1,8842,0,6217.97,-5032.33,778.929,2.77147,333,15,0,4182,0,1,0,0,0),(41106,7443,1,1,1,8842,0,6258.69,-4755.47,754.097,5.72283,333,15,0,4182,0,1,0,0,0),(41107,7443,1,1,1,8842,0,6577.67,-4455.94,708.664,1.83756,333,15,0,4182,0,1,0,0,0),(41108,7443,1,1,1,8842,0,6411.83,-4518.61,744.082,0.823339,333,15,0,4182,0,1,0,0,0),(41109,7443,1,1,1,8842,0,7020.94,-4888.75,696.075,5.12972,333,15,0,4182,0,1,0,0,0),(41110,7443,1,1,1,8842,0,6977.79,-5184.37,711.057,5.23638,333,15,0,4182,0,1,0,0,0),(41111,7443,1,1,1,8842,0,6578.81,-4558.91,696.586,4.0314,333,15,0,4182,0,1,0,0,0),(41112,7443,1,1,1,8842,0,6993.99,-5163.72,705.775,2.21547,333,15,0,4182,0,1,0,0,0),(41113,7443,1,1,1,8842,0,6688.25,-4373.01,713.731,2.89368,333,15,0,4182,0,1,0,0,0),(41114,7443,1,1,1,8842,0,6984.08,-5134.46,699.141,1.54736,333,15,0,4182,0,1,0,0,0),(41115,7443,1,1,1,8842,0,6213.32,-4171.97,725.299,5.24594,333,15,0,4182,0,1,0,0,0),(41116,7443,1,1,1,8842,0,6618.66,-4417.85,707.414,4.42882,333,15,0,4182,0,1,0,0,0),(41117,7443,1,1,1,8842,0,6625.72,-4411.61,707.328,3.37536,333,15,0,4182,0,1,0,0,0),(41118,7443,1,1,1,8842,0,7280.81,-4866.54,700.846,4.16745,333,15,0,4182,0,1,0,0,0),(41119,7443,1,1,1,8842,0,6460.05,-4451.13,729.462,2.92907,333,15,0,4182,0,1,0,0,0),(41120,7443,1,1,1,8842,0,6338.29,-4737.98,779.506,3.87651,333,15,0,4182,0,1,0,0,0),(41121,7443,1,1,1,8842,0,7046.42,-5089.13,707.488,4.54275,333,15,0,4182,0,1,0,0,0),(41122,7443,1,1,1,8842,0,6541.19,-4613.64,710.51,3.34225,333,15,0,4182,0,1,0,0,0),(41123,7443,1,1,1,8842,0,6357.19,-4324,729.803,3.17199,333,15,0,4182,0,1,0,0,0),(41124,7443,1,1,1,8842,0,6718.63,-4285.5,709.895,6.10374,333,15,0,4182,0,1,0,0,0),(41125,7443,1,1,1,8842,0,6247.28,-4215.33,733.263,4.89566,333,15,0,4182,0,1,0,0,0),(41126,7443,1,1,1,8842,0,7303.02,-5002.02,726.759,4.35911,333,15,0,4182,0,1,0,0,0),(41127,7443,1,1,1,8842,0,7075.35,-4985.64,719.664,0.060591,333,15,0,4182,0,1,0,0,0),(41128,7443,1,1,1,8842,0,6517.01,-4561.84,714.517,4.7902,333,15,0,4182,0,1,0,0,0),(41129,7443,1,1,1,8842,0,7223.85,-4923.02,720.927,3.47866,333,15,0,4182,0,1,0,0,0),(41130,7443,1,1,1,8842,0,6555.65,-4545.17,705.711,3.91594,333,15,0,4182,0,1,0,0,0),(41131,7443,1,1,1,8842,0,7032.3,-4787.07,745.534,2.61978,333,15,0,4182,0,1,0,0,0),(41132,7443,1,1,1,8842,0,7184.02,-4388.92,649.731,3.45531,333,15,0,4182,0,1,0,0,0),(41133,7443,1,1,1,8842,0,7077.56,-4337.58,678.795,5.56693,333,15,0,4182,0,1,0,0,0),(41134,7443,1,1,1,8842,0,6453.91,-4693.81,779.8,1.7138,333,15,0,4182,0,1,0,0,0),(41135,7443,1,1,1,8842,0,6953.17,-4746.64,701.628,5.18893,333,15,0,4182,0,1,0,0,0),(41136,7443,1,1,1,8842,0,6908.33,-4558.33,711.849,3.09841,333,15,0,4182,0,1,0,0,0),(41137,7443,1,1,1,8842,0,7034.03,-4695.98,739.846,5.66182,333,2,0,4182,0,1,0,0,0),(41138,7443,1,1,1,8842,0,7174.02,-4859.46,697.433,3.68034,333,15,0,4182,0,1,0,0,0),(41139,7444,1,1,1,865,0,6672.18,-2855.86,633.868,3.84683,333,15,0,3680,0,1,0,0,0),(41140,7444,1,1,1,865,0,6321.24,-3737.14,724.907,6.13618,333,15,0,3680,0,1,0,0,0),(41141,7444,1,1,1,865,0,6335.41,-3763.54,719.791,3.14159,333,3,0,3680,0,1,0,0,0),(41142,7444,1,1,1,865,0,6368.84,-3728.68,720.162,1.68917,333,15,0,3680,0,1,0,0,0),(41143,7444,1,1,1,865,0,6323.65,-3604.1,747.172,6.23526,333,15,0,3680,0,1,0,0,0),(41144,7444,1,1,1,865,0,6364.15,-3543.25,706.571,4.12168,333,15,0,3680,0,1,0,0,0),(41145,7444,1,1,1,865,0,6435.62,-3707.71,718.805,2.64708,333,15,0,3680,0,1,0,0,0),(41146,7444,1,1,1,865,0,6300.96,-2463.27,555.153,4.31339,333,15,0,3680,0,1,0,0,0),(41147,7444,1,1,1,865,0,6548.64,-3579.81,704.828,3.35049,333,15,0,3680,0,1,0,0,0),(41148,7444,1,1,1,865,0,6677.2,-3915.42,692.508,1.81246,333,15,0,3680,0,1,0,0,0),(41149,7444,1,1,1,865,0,6921.62,-3345.78,742.149,2.97822,333,15,0,3680,0,1,0,0,0),(41150,7444,1,1,1,865,0,6747.78,-4214.29,705.548,4.98702,333,15,0,3680,0,1,0,0,0),(41151,7444,1,1,1,865,0,6770.83,-3187.5,583.208,0.949074,333,15,0,3680,0,1,0,0,0),(41152,7444,1,1,1,865,0,6884.96,-3732.32,744.676,4.6135,333,15,0,3680,0,1,0,0,0),(41153,7444,1,1,1,865,0,6669.38,-2475.35,537.505,3.17286,333,15,0,3680,0,1,0,0,0),(41154,7444,1,1,1,865,0,6782.92,-3316.36,671.55,5.25088,333,15,0,3680,0,1,0,0,0),(41155,7444,1,1,1,865,0,6693.59,-3119.25,576.471,0.202567,333,15,0,3680,0,1,0,0,0),(41156,7444,1,1,1,865,0,6735.21,-3114.93,573.008,0.076248,333,15,0,3680,0,1,0,0,0),(41157,7444,1,1,1,865,0,6660.94,-3918.35,687.34,5.27346,333,15,0,3680,0,1,0,0,0),(41158,7444,1,1,1,865,0,6498.8,-3453.31,617.675,0.212526,333,15,0,3680,0,1,0,0,0),(41159,7444,1,1,1,865,0,6781.67,-3665.43,731.876,5.3188,333,15,0,3680,0,1,0,0,0),(41160,7444,1,1,1,865,0,6781.83,-4106.54,727.343,1.55127,333,15,0,3680,0,1,0,0,0),(41161,7444,1,1,1,865,0,6815.21,-3285.01,667.627,0.975752,333,15,0,3680,0,1,0,0,0),(41162,7444,1,1,1,865,0,6737.1,-3485.46,681.136,1.17839,333,15,0,3680,0,1,0,0,0),(41163,7444,1,1,1,865,0,6675.1,-2563.59,526.518,4.05092,333,15,0,3680,0,1,0,0,0),(41164,7444,1,1,1,865,0,6449.1,-3529.63,649.478,4.9138,333,15,0,3680,0,1,0,0,0),(41165,7444,1,1,1,865,0,6834.61,-3696.3,734.282,5.01714,333,15,0,3680,0,1,0,0,0),(41166,7444,1,1,1,865,0,6702.2,-4010.03,690.948,5.88637,333,15,0,3680,0,1,0,0,0),(41167,7444,1,1,1,865,0,6456.22,-2757.83,553.302,5.7369,333,15,0,3680,0,1,0,0,0),(41168,7444,1,1,1,865,0,6679.61,-3081.41,574.895,2.53463,333,15,0,3680,0,1,0,0,0),(41169,7444,1,1,1,865,0,6687.95,-2710.15,549.446,5.66157,333,3,0,3680,0,1,0,0,0),(41170,7444,1,1,1,865,0,6686.34,-2481.57,538.3,3.13655,333,15,0,3680,0,1,0,0,0),(41171,7444,1,1,1,865,0,6908.3,-3763.85,720.063,1.93391,333,15,0,3680,0,1,0,0,0),(41172,7444,1,1,1,865,0,6880.04,-3576.97,741.509,1.6726,333,15,0,3680,0,1,0,0,0),(41173,7445,1,1,1,8837,0,5669.85,-4458.38,781.368,0.64272,333,15,0,4454,0,1,0,0,0),(41174,7445,1,1,1,8837,0,7811.53,-4482.42,675.395,2.90936,333,15,0,4454,0,1,0,0,0),(41175,7445,1,1,1,8837,0,7851.04,-4615.31,707.623,2.29587,333,15,0,4454,0,1,0,0,0),(41176,7445,1,1,1,8837,0,7878.97,-4483.67,692.457,2.95685,333,15,0,4454,0,1,0,0,0),(41177,7445,1,1,1,8837,0,7934.18,-4594.49,715.165,1.12898,333,15,0,4454,0,1,0,0,0),(41178,7445,1,1,1,8837,0,7753.27,-4519.37,660.234,0.220576,333,15,0,4454,0,1,0,0,0),(41179,7445,1,1,1,8837,0,7962.42,-4513.85,709.352,3.30048,333,15,0,4454,0,1,0,0,0),(41180,7445,1,1,1,8837,0,7546.5,-4466.3,603.853,4.9318,333,15,0,4454,0,1,0,0,0),(41181,7445,1,1,1,8837,0,7611.42,-4406.25,613.101,5.34183,333,15,0,4454,0,1,0,0,0),(41182,7445,1,1,1,8837,0,7524.62,-4508.92,604.03,5.45115,333,15,0,4454,0,1,0,0,0),(41183,7445,1,1,1,8837,0,7387.65,-4651.79,616.601,1.77317,333,15,0,4454,0,1,0,0,0),(41184,7445,1,1,1,8837,0,7807.76,-4430.53,664.813,4.77688,333,15,0,4454,0,1,0,0,0),(41185,7445,1,1,1,8837,0,7871.2,-4452.35,690.064,6.2324,333,15,0,4454,0,1,0,0,0),(41186,7445,1,1,1,8837,0,7937.47,-4418.55,725.636,5.36058,333,15,0,4454,0,1,0,0,0),(41187,7445,1,1,1,8837,0,7742.91,-4438.38,655.222,3.84746,333,15,0,4454,0,1,0,0,0),(41188,7445,1,1,1,8837,0,7281.51,-4338.81,670.593,6.2363,333,15,0,4454,0,1,0,0,0),(41189,7445,1,1,1,8837,0,7786.8,-4480.03,661.296,6.03844,333,15,0,4454,0,1,0,0,0),(41190,7445,1,1,1,8837,0,7881.71,-4591.82,705.673,4.86437,333,15,0,4454,0,1,0,0,0),(41191,7445,1,1,1,8837,0,7749.07,-4523.81,660.61,3.98639,333,15,0,4454,0,1,0,0,0),(41192,7445,1,1,1,8837,0,7686.96,-4561.29,656.774,5.21446,333,15,0,4454,0,1,0,0,0),(41193,7445,1,1,1,8837,0,7885.61,-4550.87,697.342,6.14405,333,15,0,4454,0,1,0,0,0),(41194,7445,1,1,1,8837,0,7576.61,-4201.69,668.902,1.38043,333,15,0,4454,0,1,0,0,0),(41195,7445,1,1,1,8837,0,5924.96,-4770.47,758.047,4.05991,333,15,0,4454,0,1,0,0,0),(41196,7445,1,1,1,8837,0,5506.12,-4635.64,800.231,4.22691,333,15,0,4454,0,1,0,0,0),(41197,7445,1,1,1,8837,0,5930.78,-4821.86,755.329,3.07321,333,15,0,4454,0,1,0,0,0),(41198,7445,1,1,1,8837,0,7369.23,-4608.28,599.227,5.33826,333,15,0,4454,0,1,0,0,0),(41199,7445,1,1,1,8837,0,7242.19,-4685.53,717.497,4.18598,333,15,0,4454,0,1,0,0,0),(41200,7445,1,1,1,8837,0,7293.21,-4769.12,676.801,5.01283,333,15,0,4454,0,1,0,0,0),(41201,7445,1,1,1,8837,0,7820.95,-4540.87,687.5,0.93321,333,15,0,4454,0,1,0,0,0),(41202,7445,1,1,1,8837,0,7137.11,-4738.69,715.029,5.66439,333,15,0,4454,0,1,0,0,0),(41203,7445,1,1,1,8837,0,7261.16,-4708.66,704.671,0.611846,333,15,0,4454,0,1,0,0,0),(41204,7445,1,1,1,8837,0,7815.79,-4619.87,701.944,4.29417,333,15,0,4454,0,1,0,0,0),(41205,7445,1,1,1,8837,0,7675.67,-4601.93,676.244,4.73485,333,15,0,4454,0,1,0,0,0),(41206,7445,1,1,1,8837,0,7514.93,-4688.13,656.754,4.92608,333,15,0,4454,0,1,0,0,0),(41207,7445,1,1,1,8837,0,7534.93,-4623.43,640.716,6.14212,333,15,0,4454,0,1,0,0,0),(41208,7445,1,1,1,8837,0,7385.93,-4568.41,595.639,4.26709,333,15,0,4454,0,1,0,0,0),(41209,7445,1,1,1,8837,0,7413.29,-4526.19,598.568,6.14057,333,15,0,4454,0,1,0,0,0),(41210,7445,1,1,1,8837,0,7570.83,-4562.5,625.418,2.11502,333,15,0,4454,0,1,0,0,0),(41211,7445,1,1,1,8837,0,7352.41,-4761.96,666.656,3.42043,333,15,0,4454,0,1,0,0,0),(41212,7445,1,1,1,8837,0,7306.79,-4527.58,589.831,4.73229,333,15,0,4454,0,1,0,0,0),(41213,7445,1,1,1,8837,0,5755.73,-4658.07,778.356,3.04775,333,15,0,4454,0,1,0,0,0),(41214,7445,1,1,1,8837,0,7483.05,-4279.2,653.413,1.54053,333,15,0,4454,0,1,0,0,0),(41215,7445,1,1,1,8837,0,7615.83,-4297.88,639.576,5.50363,333,15,0,4454,0,1,0,0,0),(41216,7445,1,1,1,8837,0,7416.83,-4280.07,672.82,0.091897,333,15,0,4454,0,1,0,0,0),(41217,7445,1,1,1,8837,0,7352.49,-4356.27,673.808,4.79845,333,15,0,4454,0,1,0,0,0),(41218,7446,1,1,1,3200,0,5180.83,-4408.39,882.78,1.28364,333,5,0,4738,0,1,0,0,0),(41219,7446,1,1,1,3200,0,5112.89,-4466.6,866.283,4.11463,333,5,0,4738,0,1,0,0,0),(41220,7446,1,1,1,3200,0,5254.56,-4345.19,903.529,0.781757,333,5,0,4738,0,1,0,0,0),(41221,7446,1,1,1,3200,0,5151.54,-4372.55,910.179,2.63601,333,5,0,4738,0,1,0,0,0),(41222,7446,1,1,1,3200,0,5231.4,-5079.27,917.768,5.98059,333,5,0,4738,0,1,0,0,0),(41223,7446,1,1,1,3200,0,5132.74,-4460.95,867.11,3.73709,333,5,0,4738,0,1,0,0,0),(41224,7446,1,1,1,3200,0,5193.13,-5051.26,903.432,5.6182,333,5,0,4738,0,1,0,0,0),(41225,7446,1,1,1,3200,0,5223.06,-4379.17,887.699,0.121011,333,5,0,4738,0,1,0,0,0),(41226,7446,1,1,1,3200,0,5265.99,-5077.61,906.274,3.27929,333,5,0,4738,0,1,0,0,0),(41227,7446,1,1,1,3200,0,5255.2,-5060.64,902.838,6.18934,333,5,0,4738,0,1,0,0,0),(41228,7446,1,1,1,3200,0,5150.24,-4520.41,843.69,6.20176,333,15,0,4738,0,1,0,0,0),(41229,7446,1,1,1,3200,0,5282.96,-4386.32,878.94,6.13024,333,5,0,4738,0,1,0,0,0),(41230,7446,1,1,1,3200,0,5177.41,-4346.16,912.681,2.58232,333,5,0,4738,0,1,0,0,0),(41231,7446,1,1,1,3200,0,5153.3,-4320.11,938.014,2.95091,333,5,0,4738,0,1,0,0,0),(41232,7446,1,1,1,3200,0,5193.96,-4478.04,852.171,4.78897,333,15,0,4738,0,1,0,0,0),(41233,7446,1,1,1,3200,0,5080.87,-4655.3,848.344,1.46441,333,15,0,4738,0,1,0,0,0),(41234,7446,1,1,1,3200,0,5117.38,-4558.05,843.094,5.69247,333,15,0,4738,0,1,0,0,0),(41235,7446,1,1,1,3200,0,5149.69,-4580.8,842.398,4.1871,333,15,0,4738,0,1,0,0,0),(41236,7446,1,1,1,3200,0,5114.44,-4431.4,894.559,4.18937,333,5,0,4738,0,1,0,0,0),(41237,7446,1,1,1,3200,0,5029.65,-4484.93,891.539,3.62238,333,5,0,4738,0,1,0,0,0),(41238,7446,1,1,1,3200,0,5012.53,-4820.09,870.109,5.82609,333,10,0,4738,0,1,0,0,0),(41239,7447,1,1,1,10807,0,6237.88,-2415.24,582.725,1.47713,333,15,0,3189,0,1,0,0,0),(41240,7447,1,1,1,10807,0,6395.84,-3762.7,721.44,4.69091,333,15,0,3189,0,1,0,0,0),(41241,7447,1,1,1,10807,0,6406.21,-3566.21,701.13,2.43847,333,15,0,3189,0,1,0,0,0),(41242,7447,1,1,1,10807,0,6460.05,-3420.2,617.849,4.9512,333,15,0,3189,0,1,0,0,0),(41243,7447,1,1,1,10807,0,6509.88,-3731.2,698.799,6.07659,333,15,0,3189,0,1,0,0,0),(41244,7447,1,1,1,10807,0,6601.79,-3794.1,662.804,0.403353,333,15,0,3189,0,1,0,0,0),(41245,7447,1,1,1,10807,0,6746.99,-4093.82,706.578,4.70555,333,15,0,3189,0,1,0,0,0),(41246,7447,1,1,1,10807,0,6703.82,-3971,694.92,3.97804,333,15,0,3189,0,1,0,0,0),(41247,7447,1,1,1,10807,0,6428.72,-2956.42,586.429,3.50034,333,3,0,3189,0,1,0,0,0),(41248,7447,1,1,1,10807,0,6709.58,-3051.48,575.688,2.81953,333,15,0,3189,0,1,0,0,0),(41249,7447,1,1,1,10807,0,6535.1,-3503.19,645.019,3.79332,333,0,0,3189,0,0,0,0,0),(41250,7447,1,1,1,10807,0,6420.24,-2716.69,550.381,5.60509,333,0,0,3189,0,2,0,0,0),(41251,7447,1,1,1,10807,0,6814.71,-3509.87,701.854,2.6869,333,15,0,3189,0,1,0,0,0),(41252,7447,1,1,1,10807,0,6877.92,-3355.3,724.166,1.31208,333,15,0,3189,0,1,0,0,0),(41253,7448,1,1,1,10810,0,6034.82,-5179.02,866.623,1.72181,333,15,0,3529,0,1,0,0,0),(41254,7448,1,1,1,10810,0,6082.77,-5156.01,870.203,1.44547,333,15,0,3529,0,1,0,0,0),(41255,7448,1,1,1,10810,0,6012.81,-5143.63,848.952,0.359113,333,15,0,3529,0,1,0,0,0),(41256,7448,1,1,1,10810,0,7100.05,-5158.99,750.515,0.145074,333,15,0,3529,0,1,0,0,0),(41257,7448,1,1,1,10810,0,6303.35,-4819.47,755.203,6.10054,333,15,0,3529,0,1,0,0,0),(41258,7448,1,1,1,10810,0,6365.43,-4818.65,731.948,3.60742,333,15,0,3529,0,1,0,0,0),(41259,7448,1,1,1,10810,0,6178.16,-5052.81,784.262,1.68456,333,0,0,3529,0,2,0,0,0),(41260,7448,1,1,1,10810,0,6226.26,-5117.54,804.194,2.21307,333,15,0,3529,0,1,0,0,0),(41261,7448,1,1,1,10810,0,6018.31,-4962.66,763.326,0.020405,333,15,0,3529,0,1,0,0,0),(41262,7448,1,1,1,10810,0,6108.92,-5039.26,791.782,5.86116,333,15,0,3529,0,1,0,0,0),(41263,7448,1,1,1,10810,0,6047.95,-5020.54,782.391,4.33213,333,15,0,3529,0,1,0,0,0),(41264,7448,1,1,1,10810,0,6185.01,-5043.39,782.657,4.66448,333,15,0,3529,0,1,0,0,0),(41265,7448,1,1,1,10810,0,6288.99,-5061.84,772.809,2.18344,333,15,0,3529,0,1,0,0,0),(41266,7448,1,1,1,10810,0,6009.36,-5048.81,788.427,3.08886,333,15,0,3529,0,1,0,0,0),(41267,7448,1,1,1,10810,0,6312,-4303.82,740.957,4.65371,333,15,0,3529,0,1,0,0,0),(41268,7448,1,1,1,10810,0,6237.97,-4254.53,735.807,0.317737,333,15,0,3529,0,1,0,0,0),(41269,7448,1,1,1,10810,0,6362.5,-4557.77,747.848,3.19238,333,0,0,3529,0,2,0,0,0),(41270,7448,1,1,1,10810,0,6474.88,-4494.19,726.521,6.06547,333,15,0,3529,0,1,0,0,0),(41271,7448,1,1,1,10810,0,6326.43,-4235.78,724.933,1.60789,333,15,0,3529,0,1,0,0,0),(41272,7448,1,1,1,10810,0,6424.27,-4434.93,729.323,1.14732,333,15,0,3529,0,1,0,0,0),(41273,7448,1,1,1,10810,0,6547.24,-4552.93,708.493,3.52609,333,15,0,3529,0,1,0,0,0),(41274,7448,1,1,1,10810,0,6563.46,-4410.48,705.453,5.71631,333,15,0,3529,0,1,0,0,0),(41275,7448,1,1,1,10810,0,6779.17,-4263.95,718.815,0.392838,333,15,0,3529,0,1,0,0,0),(41276,7448,1,1,1,10810,0,6640.05,-4373.21,707.87,4.23295,333,15,0,3529,0,1,0,0,0),(41277,7448,1,1,1,10810,0,7079.77,-4974.21,722.582,5.37309,333,15,0,3529,0,1,0,0,0),(41278,7448,1,1,1,10810,0,7265.9,-5012.27,731.379,5.74126,333,15,0,3529,0,1,0,0,0),(41279,7448,1,1,1,10810,0,7226.3,-5010.02,734.061,4.64294,333,15,0,3529,0,1,0,0,0),(41280,7448,1,1,1,10810,0,7122.02,-4990.15,718.4,6.12237,333,15,0,3529,0,1,0,0,0),(41281,7448,1,1,1,10810,0,7370.26,-4922.52,721.135,0.818926,333,15,0,3529,0,1,0,0,0),(41282,7448,1,1,1,10810,0,6559.62,-4661.44,695.58,1.455,333,15,0,3529,0,1,0,0,0),(41283,7448,1,1,1,10810,0,7077.63,-5080.1,712.096,2.69064,333,15,0,3529,0,1,0,0,0),(41284,7449,1,1,1,10809,0,7500.73,-4602.13,622.756,2.35136,333,15,0,3758,0,1,0,0,0),(41285,7449,1,1,1,10809,0,7631.33,-4437.19,622.996,0.285005,333,15,0,3758,0,1,0,0,0),(41286,7449,1,1,1,10809,0,7591.36,-4447.35,608.337,6.23435,333,15,0,3758,0,1,0,0,0),(41287,7449,1,1,1,10809,0,7500,-4179.04,680.128,3.40836,333,15,0,3758,0,1,0,0,0),(41288,7449,1,1,1,10809,0,7516.24,-4282.75,646.952,2.45098,333,15,0,3758,0,1,0,0,0),(41289,7449,1,1,1,10809,0,7514.91,-4475.78,603.569,3.94979,333,15,0,3758,0,1,0,0,0),(41290,7449,1,1,1,10809,0,7559.39,-4369.5,615.956,4.83481,333,15,0,3758,0,1,0,0,0),(41291,7449,1,1,1,10809,0,5595.3,-4814.01,787.654,1.71573,333,15,0,3758,0,1,0,0,0),(41292,7449,1,1,1,10809,0,7856.73,-4508.5,687.657,1.38928,333,0,0,3758,0,2,0,0,0),(41293,7449,1,1,1,10809,0,7323.74,-4331.95,692.588,5.01915,333,15,0,3758,0,1,0,0,0),(41303,7449,1,1,1,10809,0,7441.32,-4541.89,599.298,0.976561,333,15,0,3758,0,1,0,0,0),(41304,7449,1,1,1,10809,0,7873.72,-4687.53,736.356,3.75832,333,15,0,3758,0,1,0,0,0),(41305,7449,1,1,1,10809,0,7774.13,-4460.8,656.322,5.71848,333,15,0,3758,0,1,0,0,0),(41306,7449,1,1,1,10809,0,7834.35,-4604.57,701.248,5.94839,333,15,0,3758,0,1,0,0,0),(41307,7449,1,1,1,10809,0,7711.86,-4569.2,669.819,2.96488,333,15,0,3758,0,1,0,0,0),(41308,7449,1,1,1,10809,0,5955.44,-4774.13,766.212,1.76226,333,15,0,3758,0,1,0,0,0),(41309,7449,1,1,1,10809,0,7892.57,-4424.89,697.234,5.60004,333,15,0,3758,0,1,0,0,0),(41310,7449,1,1,1,10809,0,7787.26,-4651.29,708.474,5.95927,333,15,0,3758,0,1,0,0,0),(41311,7449,1,1,1,10809,0,7706.91,-4481.67,637.273,6.24215,333,0,0,3758,0,2,0,0,0),(41312,7449,1,1,1,10809,0,7595.35,-4205.59,669.522,4.94589,333,15,0,3758,0,1,0,0,0),(41313,7449,1,1,1,10809,0,7115.89,-4718.26,707.271,5.14232,333,15,0,3758,0,1,0,0,0),(41314,7449,1,1,1,10809,0,5945.55,-4710.43,766.308,4.97916,333,15,0,3758,0,1,0,0,0),(41315,7449,1,1,1,10809,0,7305.31,-4708.86,670.775,3.37279,333,15,0,3758,0,1,0,0,0),(41316,7449,1,1,1,10809,0,7534.47,-4644.74,646.439,5.9219,333,15,0,3758,0,1,0,0,0),(41317,7449,1,1,1,10809,0,7444.56,-4438.07,677.61,0.11939,333,15,0,3758,0,1,0,0,0),(41318,7449,1,1,1,10809,0,7987.42,-4581.18,734.03,0.070403,333,15,0,3758,0,1,0,0,0),(41321,7449,1,1,1,10809,0,7520.96,-4577.61,620.996,4.8663,333,15,0,3758,0,1,0,0,0),(41329,7449,1,1,1,10809,0,7489.34,-4574.84,611.64,0.844803,333,15,0,3758,0,1,0,0,0),(41330,7449,1,1,1,10809,0,7916.73,-4470.65,707.356,2.05891,333,0,0,3758,0,2,0,0,0),(41331,7449,1,1,1,10809,0,7427.28,-4582.94,602.817,3.16503,333,15,0,3758,0,1,0,0,0),(41332,7449,1,1,1,10809,0,7614.76,-4529.77,626.911,4.76127,333,0,0,3758,0,2,0,0,0),(41333,7449,1,1,1,10809,0,7421.81,-4478.81,616.848,0.786387,333,15,0,3758,0,1,0,0,0),(41334,7449,1,1,1,10809,0,7949.73,-4546.46,709.484,1.88977,333,15,0,3758,0,1,0,0,0),(41335,7449,1,1,1,10809,0,7351.43,-4476.54,637.659,0.894671,333,15,0,3758,0,1,0,0,0),(41336,7449,1,1,1,10809,0,7450.49,-4246.89,670.152,1.77738,333,15,0,3758,0,1,0,0,0),(41337,7449,1,1,1,10809,0,7390.24,-4312.8,681.765,0.676442,333,15,0,3758,0,1,0,0,0),(41338,7449,1,1,1,10809,0,7452.1,-4380.39,673.023,0.68724,333,15,0,3758,0,1,0,0,0),(41339,7449,1,1,1,10809,0,7418.24,-4544.2,598.598,1.62749,333,15,0,3758,0,1,0,0,0),(41340,7449,1,1,1,10809,0,7325.99,-4467.38,636.92,5.13587,333,15,0,3758,0,1,0,0,0),(41341,11546,1,1,1,11351,1,6720.55,-4688.5,721.797,2.49582,333,0,0,2769,0,0,0,0,0),(41342,7450,1,1,1,12235,0,6336.91,-3735.25,725.655,4.1625,333,3,0,3189,0,1,0,0,0),(41343,7450,1,1,1,12235,0,6339.7,-3556.75,721.211,2.92349,333,15,0,3189,0,1,0,0,0),(41344,7450,1,1,1,12235,0,6509.06,-3475.4,630.242,2.95685,333,15,0,3189,0,1,0,0,0),(41345,7450,1,1,1,12235,0,6749.81,-4215.74,706.659,5.32696,333,15,0,3189,0,1,0,0,0),(41346,7450,1,1,1,12235,0,6508.49,-3680.8,720.98,4.14281,333,3,0,3189,0,1,0,0,0),(41347,7450,1,1,1,12235,0,6501.44,-3548.21,656.713,2.04405,333,15,0,3189,0,1,0,0,0),(41348,7450,1,1,1,12235,0,6672.48,-3973.56,690.832,2.97676,333,15,0,3189,0,1,0,0,0),(41349,7450,1,1,1,12235,0,6833.7,-3543.88,730.406,0.446604,333,15,0,3189,0,1,0,0,0),(41350,7450,1,1,1,12235,0,6920.33,-3265.33,716.433,1.11588,333,15,0,3189,0,1,0,0,0),(41351,7450,1,1,1,12235,0,6613.64,-2998.01,580.751,1.73177,333,15,0,3189,0,1,0,0,0),(41352,7450,1,1,1,12235,0,6752.84,-3442.09,680.699,4.49579,333,15,0,3189,0,1,0,0,0),(41353,7450,1,1,1,12235,0,6848.32,-2946.26,598.182,5.88451,333,15,0,3189,0,1,0,0,0),(41354,7450,1,1,1,12235,0,6870.85,-3820.52,701.338,3.48032,333,0,0,3189,0,0,0,0,0),(41355,7450,1,1,1,12235,0,6671.8,-2661.29,532.988,5.33207,333,15,0,3189,0,1,0,0,0),(41356,7450,1,1,1,12235,0,6720.72,-3494.89,679.56,1.84033,333,15,0,3189,0,1,0,0,0),(41357,7450,1,1,1,12235,0,6247.99,-2345.12,575.181,1.8802,333,15,0,3189,0,1,0,0,0),(41358,7450,1,1,1,12235,0,6643.22,-3848.34,654.845,0.839288,333,15,0,3189,0,1,0,0,0),(41359,7450,1,1,1,12235,0,6852.96,-3711.96,741.36,5.1804,333,15,0,3189,0,1,0,0,0),(41360,7450,1,1,1,12235,0,6771.54,-4152.76,718.023,2.24401,333,15,0,3189,0,1,0,0,0),(41361,7450,1,1,1,12235,0,6814.52,-3081.16,583.468,5.49037,333,15,0,3189,0,1,0,0,0),(41362,7450,1,1,1,12235,0,6789.7,-3344.21,672.671,0.140388,333,15,0,3189,0,1,0,0,0),(41363,7450,1,1,1,12235,0,6437.42,-2888.2,574.647,4.9767,333,15,0,3189,0,1,0,0,0),(41364,7450,1,1,1,12235,0,6728.68,-4045.28,693.699,6.1084,333,15,0,3189,0,1,0,0,0),(41365,7450,1,1,1,12235,0,6710.07,-3081.55,572.453,3.22571,333,15,0,3189,0,1,0,0,0),(41366,7450,1,1,1,12235,0,6758.46,-3642.16,724.996,6.2539,333,0,0,3189,0,0,0,0,0),(41367,7450,1,1,1,12235,0,6401.84,-2375.2,573.756,3.39834,333,15,0,3189,0,1,0,0,0),(41368,7450,1,1,1,12235,0,6753.03,-3047.62,572.421,5.00154,333,0,0,3189,0,0,0,0,0),(41369,7450,1,1,1,12235,0,6655.73,-2687.76,536.667,5.46118,333,15,0,3189,0,1,0,0,0),(41370,7450,1,1,1,12235,0,6861.98,-3201.65,637.95,1.48571,333,15,0,3189,0,1,0,0,0),(41371,7450,1,1,1,12235,0,6900.15,-3382.17,753.074,3.40433,333,15,0,3189,0,1,0,0,0),(41372,7451,1,1,1,12235,0,6976.34,-4709.22,716.001,1.42294,333,15,0,3420,0,1,0,0,0),(41373,7451,1,1,1,12235,0,7122.82,-4661.99,638.525,0.772645,333,0,0,3420,0,0,0,0,0),(41374,7451,1,1,1,12235,0,7197.48,-4218.32,708.487,3.98353,333,15,0,3420,0,1,0,0,0),(41375,7451,1,1,1,12235,0,6791.44,-4555.81,727.993,0.101709,333,15,0,3420,0,1,0,0,0),(41376,7451,1,1,1,12235,0,7209.75,-4540.12,600.083,1.61578,333,15,0,3420,0,1,0,0,0),(41377,7451,1,1,1,12235,0,7013.55,-4337.13,753.474,3.21394,333,15,0,3420,0,1,0,0,0),(41378,7451,1,1,1,12235,0,6932.25,-3960.13,738.835,1.83234,333,15,0,3420,0,1,0,0,0),(41379,7451,1,1,1,12235,0,7116.27,-4621.75,638.81,3.92723,333,15,0,3420,0,1,0,0,0),(41380,7451,1,1,1,12235,0,7124.27,-4637.78,639.655,3.08236,333,15,0,3420,0,1,0,0,0),(41381,7451,1,1,1,12235,0,7029.73,-4730.09,736.914,2.42111,333,15,0,3420,0,1,0,0,0),(41382,7451,1,1,1,12235,0,6929.04,-4612.62,725.063,5.85624,333,15,0,3420,0,1,0,0,0),(41383,7451,1,1,1,12235,0,7033.2,-4564.82,689.39,5.99388,333,15,0,3420,0,1,0,0,0),(41384,7451,1,1,1,12235,0,7209.54,-4486.21,617.154,1.88452,333,15,0,3420,0,1,0,0,0),(41385,7451,1,1,1,12235,0,7179.94,-4259.88,699.965,5.26168,333,15,0,3420,0,1,0,0,0),(41386,7451,1,1,1,12235,0,7198.79,-4293.36,690.025,1.33339,333,15,0,3420,0,1,0,0,0),(41387,7451,1,1,1,12235,0,6903.13,-4458.61,722.513,4.99431,333,15,0,3420,0,1,0,0,0),(41388,7451,1,1,1,12235,0,7185.73,-4297.45,679.726,3.11726,333,15,0,3420,0,1,0,0,0),(41389,7451,1,1,1,12235,0,6884.63,-4434.93,734.567,1.4278,333,15,0,3420,0,1,0,0,0),(41390,7451,1,1,1,12235,0,6993.97,-4233.03,699.741,3.45316,333,15,0,3420,0,1,0,0,0),(41391,7451,1,1,1,12235,0,6957.66,-4602.41,734.66,6.08062,333,15,0,3420,0,1,0,0,0),(41392,7451,1,1,1,12235,0,7039.06,-4213.95,696.851,1.58056,333,15,0,3420,0,1,0,0,0),(41393,7451,1,1,1,12235,0,6915,-4501.95,714.278,4.52956,333,15,0,3420,0,1,0,0,0),(41394,7452,1,1,1,12237,0,5643.33,-4851.29,850.424,2.8697,333,5,0,3644,0,1,0,0,0),(41395,7452,1,1,1,12237,0,5801.2,-4986.72,853.462,0.577019,333,5,0,3644,0,1,0,0,0),(41396,7452,1,1,1,12237,0,7694.29,-4708.62,787.022,0.502355,333,3,0,3644,0,1,0,0,0),(41397,7452,1,1,1,12237,0,7749.07,-4711.63,767.36,3.7482,333,3,0,3644,0,1,0,0,0),(41398,7452,1,1,1,12237,0,5454.64,-4920.52,869.765,2.83039,333,5,0,3644,0,1,0,0,0),(41399,7452,1,1,1,12237,0,5486.73,-4862.56,862.224,2.71246,333,5,0,3644,0,1,0,0,0),(41400,7452,1,1,1,12237,0,7597.61,-5052.99,731.241,6.26756,333,5,0,3644,0,1,0,0,0),(41401,7452,1,1,1,12237,0,5760.38,-4992.58,809.051,4.94012,333,3,0,3644,0,1,0,0,0),(41402,7452,1,1,1,12237,0,5641.82,-4931.1,807.639,6.11836,333,5,0,3644,0,1,0,0,0),(41403,7452,1,1,1,12237,0,5682.75,-4955.65,804.29,0.501005,333,15,0,3644,0,1,0,0,0),(41404,7452,1,1,1,12237,0,5678.59,-4480.78,766.256,0.060006,333,3,0,3644,0,1,0,0,0),(41405,7452,1,1,1,12237,0,5758.26,-4495.61,759.731,2.00383,333,3,0,3644,0,1,0,0,0),(41406,7452,1,1,1,12237,0,5604.25,-4952.87,820.938,0.83377,333,10,0,3644,0,1,0,0,0),(41407,7452,1,1,1,12237,0,7350.76,-4881.77,730.472,0.048837,333,3,0,3644,0,1,0,0,0),(41408,7452,1,1,1,12237,0,7656.43,-4962.65,719.834,2.77826,333,3,0,3644,0,1,0,0,0),(41409,7452,1,1,1,12237,0,7715.02,-4786.35,696.447,1.59383,333,5,0,3644,0,1,0,0,0),(41410,7452,1,1,1,12237,0,5703.21,-4535.1,762.992,6.24431,333,5,0,3644,0,1,0,0,0),(41411,7452,1,1,1,12237,0,5735.47,-4839.21,778.256,1.09313,333,5,0,3644,0,1,0,0,0),(41412,7452,1,1,1,12237,0,7465.78,-5114.9,741.009,2.98078,333,5,0,3644,0,1,0,0,0),(41413,7452,1,1,1,12237,0,7548.82,-4982.3,699.454,2.64702,333,15,0,3644,0,1,0,0,0),(41414,7452,1,1,1,12237,0,7418.25,-4949.13,708.087,0.973038,333,15,0,3644,0,1,0,0,0),(41415,7452,1,1,1,12237,0,7381.2,-4981.51,713.432,0.489843,333,5,0,3644,0,1,0,0,0),(41416,7452,1,1,1,12237,0,7453.02,-5049.83,729.105,5.86272,333,5,0,3644,0,1,0,0,0),(41417,7452,1,1,1,12237,0,7547.55,-5018.57,708.858,3.62081,333,15,0,3644,0,1,0,0,0),(41418,7452,1,1,1,12237,0,7554.77,-4888.21,694.183,5.64203,333,15,0,3644,0,1,0,0,0),(41419,7453,1,1,1,12237,0,7691.51,-4925.28,747.139,3.58074,333,3,0,3006,2241,1,0,0,0),(41420,7453,1,1,1,12237,0,7795.76,-4728.46,775.948,1.78166,333,3,0,3006,2241,1,0,0,0),(41421,7453,1,1,1,12237,0,5793.15,-4955.75,832.644,5.17751,333,3,0,3006,2241,1,0,0,0),(41422,7453,1,1,1,12237,0,5582.44,-4890.33,844.137,5.01519,333,5,0,3006,2241,1,0,0,0),(41423,7453,1,1,1,12237,0,7591.82,-4807.01,736.494,3.49053,333,5,0,3006,2241,1,0,0,0),(41424,7453,1,1,1,12237,0,5675.77,-4999.81,807.178,6.10239,333,15,0,3006,2241,1,0,0,0),(41425,7453,1,1,1,12237,0,5693.92,-5046.95,807.243,5.22818,333,3,0,3006,2241,1,0,0,0),(41426,7453,1,1,1,12237,0,5641.75,-4977.44,809.187,3.41653,333,10,0,3006,2241,1,0,0,0),(41427,7453,1,1,1,12237,0,5586.11,-4923.65,829.287,2.84238,333,10,0,3006,2241,1,0,0,0),(41428,7453,1,1,1,12237,0,5564.86,-4971.58,840.486,5.82582,333,5,0,3006,2241,1,0,0,0),(41429,7453,1,1,1,12237,0,5610.38,-5026.66,808.581,0.548932,333,3,0,3006,2241,1,0,0,0),(41430,7453,1,1,1,12237,0,5638.35,-4898.31,804.887,0.743149,333,3,0,3006,2241,1,0,0,0),(41431,7453,1,1,1,12237,0,5681.22,-4521.27,766.219,5.90739,333,5,0,3006,2241,1,0,0,0),(41432,7453,1,1,1,12237,0,5739.2,-4501.91,759.551,1.78057,333,0,0,3006,2241,0,0,0,0),(41433,7453,1,1,1,12237,0,5784.17,-4887.54,831.324,0.842775,333,3,0,3006,2241,1,0,0,0),(41434,7453,1,1,1,12237,0,7355.75,-5067.33,722.156,4.08488,333,15,0,3006,2241,1,0,0,0),(41435,7453,1,1,1,12237,0,7753.01,-4852.56,698.251,6.26552,333,5,0,3006,2241,1,0,0,0),(41436,7453,1,1,1,12237,0,7719.86,-4855.44,696.587,3.83384,333,5,0,3006,2241,1,0,0,0),(41437,7453,1,1,1,12237,0,5709.8,-4513.29,762.244,4.07906,333,0,0,3006,2241,0,0,0,0),(41438,7453,1,1,1,12237,0,5679.48,-4927.79,803.912,3.46907,333,15,0,3006,2241,1,0,0,0),(41439,7453,1,1,1,12237,0,5712.77,-4853.18,786.631,1.358,333,2,0,3006,2241,1,0,0,0),(41440,7453,1,1,1,12237,0,5717.49,-4914.25,800.549,4.55966,333,5,0,3006,2241,1,0,0,0),(41441,7453,1,1,1,12237,0,7676.48,-4995.66,717.952,0.409894,333,5,0,3006,2241,1,0,0,0),(41442,7453,1,1,1,12237,0,7493.01,-5142.59,748.725,5.13718,333,5,0,3006,2241,1,0,0,0),(41443,7453,1,1,1,12237,0,7499.83,-4865.42,688.612,0.741887,333,5,0,3006,2241,1,0,0,0),(41444,7453,1,1,1,12237,0,7491.6,-4922.12,689.849,1.29169,333,5,0,3006,2241,1,0,0,0),(41445,7453,1,1,1,12237,0,7449.28,-4871.26,692.094,2.44398,333,3,0,3006,2241,1,0,0,0),(41446,7453,1,1,1,12237,0,7476.1,-4976.81,697.535,4.45556,333,15,0,3006,2241,1,0,0,0),(41447,7453,1,1,1,12237,0,7446.64,-4980.57,701.406,2.77414,333,3,0,3006,2241,1,0,0,0),(41448,7453,1,1,1,12237,0,7516.48,-5050.63,718.48,3.07415,333,15,0,3006,2241,1,0,0,0),(41449,7453,1,1,1,12237,0,7579.53,-4982.1,700.837,3.23349,333,15,0,3006,2241,1,0,0,0),(41450,7453,1,1,1,12237,0,7551.88,-4818.26,707.253,5.78197,333,5,0,3006,2241,1,0,0,0),(41451,7453,1,1,1,12237,0,7513.95,-4848.9,690.241,2.70373,333,5,0,3006,2241,1,0,0,0),(41452,7453,1,1,1,12237,0,7485.99,-4818.99,686.34,5.40407,333,15,0,3006,2241,1,0,0,0),(41453,7453,1,1,1,12237,0,7504.28,-4896.52,689.244,5.75486,333,5,0,3006,2241,1,0,0,0),(41454,7453,1,1,1,12237,0,7451.53,-4853.41,686.199,5.02179,333,15,0,3006,2241,1,0,0,0),(41455,7454,1,1,1,12236,0,7632.01,-4829.64,779.258,6.06964,333,3,0,3876,0,1,0,0,0),(41456,7454,1,1,1,12236,0,5720.69,-4979.07,808.197,6.16256,333,5,0,3876,0,1,0,0,0),(41457,7454,1,1,1,12236,0,5486.5,-4961.5,851.092,5.06648,333,3,0,3876,0,1,0,0,0),(41458,7454,1,1,1,12236,0,5722.02,-4456.3,763.781,5.78197,333,15,0,3876,0,1,0,0,0),(41459,7454,1,1,1,12236,0,7323.38,-5093.51,726.533,4.1828,333,5,0,3876,0,1,0,0,0),(41460,7454,1,1,1,12236,0,7773.64,-4812.74,698.276,5.8715,333,5,0,3876,0,1,0,0,0),(41461,7454,1,1,1,12236,0,7617.4,-5029.52,713.504,1.12638,333,10,0,3876,0,1,0,0,0),(41462,7454,1,1,1,12236,0,7422.84,-5090.7,752.729,1.58667,333,5,0,3876,0,1,0,0,0),(41463,7454,1,1,1,12236,0,7427.58,-4809.02,673.195,1.45099,333,5,0,3876,0,1,0,0,0),(41464,7454,1,1,1,12236,0,7460.27,-4907.62,701.827,0.413864,333,15,0,3876,0,1,0,0,0),(41465,7454,1,1,1,12236,0,7415.04,-5019.05,726.022,3.75776,333,5,0,3876,0,1,0,0,0),(41466,7454,1,1,1,12236,0,7484.11,-5088.23,731.908,4.83868,333,5,0,3876,0,1,0,0,0),(41467,7454,1,1,1,12236,0,7619.81,-4951.53,698.888,5.98334,333,15,0,3876,0,1,0,0,0),(41468,7454,1,1,1,12236,0,7547.1,-4915.11,692.348,6.11836,333,15,0,3876,0,1,0,0,0),(41469,7454,1,1,1,12236,0,7514.79,-4786.47,685.629,5.35433,333,5,0,3876,0,1,0,0,0),(41470,7454,1,1,1,12236,0,7418.95,-4817.26,676.916,0.959931,333,0,0,3876,0,0,0,0,0),(41471,7454,1,1,1,12236,0,7533.59,-4984.14,702.281,0.145074,333,15,0,3876,0,1,0,0,0),(41472,7454,1,1,1,12236,0,7478.87,-4979.47,698.762,4.71825,333,15,0,3876,0,1,0,0,0),(41473,7455,1,1,1,6212,0,7051.5,-5167.85,727.486,5.10015,333,15,0,2533,0,1,0,0,0),(41474,7455,1,1,1,6212,0,6478.03,-4413.61,726.473,1.95965,333,15,0,2533,0,1,0,0,0),(41475,7455,1,1,1,6212,0,6345.03,-4513.07,779.025,3.44914,333,15,0,2533,0,1,0,0,0),(41476,7455,1,1,1,6212,0,6075.02,-5033.41,788.39,4.51672,333,15,0,2533,0,1,0,0,0),(41477,7455,1,1,1,6212,0,7231.07,-4812.84,688.784,1.13557,333,15,0,2533,0,1,0,0,0),(41478,7455,1,1,1,6212,0,6382.3,-4780.32,745.53,0.072849,333,15,0,2533,0,1,0,0,0),(41479,7455,1,1,1,6212,0,6093.54,-5164.7,873.531,1.25026,333,15,0,2533,0,1,0,0,0),(41480,7455,1,1,1,6212,0,6245.9,-4822.9,757.802,6.19518,333,15,0,2533,0,1,0,0,0),(41481,7455,1,1,1,6212,0,7146.3,-5087.98,741.941,5.07276,333,15,0,2533,0,1,0,0,0),(41482,7455,1,1,1,6212,0,6895.92,-4319.63,739.492,1.15729,333,15,0,2533,0,1,0,0,0),(41483,7455,1,1,1,6212,0,6323.38,-4255.7,729.377,0.790229,333,15,0,2533,0,1,0,0,0),(41484,7455,1,1,1,6212,0,7247.97,-4813.93,687.211,2.42809,333,15,0,2533,0,1,0,0,0),(41485,7455,1,1,1,6212,0,6453.11,-4802.73,716.76,0.843313,333,15,0,2533,0,1,0,0,0),(41486,7455,1,1,1,6212,0,6975.84,-4369.93,759.809,5.5413,333,15,0,2533,0,1,0,0,0),(41487,7455,1,1,1,6212,0,7146.34,-4280.71,674.351,3.58345,333,15,0,2533,0,1,0,0,0),(41488,7455,1,1,1,6212,0,6973.45,-4922.62,692.766,0.459281,333,15,0,2533,0,1,0,0,0),(41489,7455,1,1,1,6212,0,7159.16,-4892.67,703.307,4.56649,333,15,0,2533,0,1,0,0,0),(41490,7455,1,1,1,6212,0,7171.56,-4935.95,717.096,5.22669,333,15,0,2533,0,1,0,0,0),(41491,7455,1,1,1,6212,0,7020.62,-5092.52,705.958,5.46083,333,15,0,2533,0,1,0,0,0),(41492,7455,1,1,1,6212,0,6754.6,-4379.19,750.081,1.38797,333,15,0,2533,0,1,0,0,0),(41493,7455,1,1,1,6212,0,6190.02,-5092.26,787.998,5.36487,333,15,0,2533,0,1,0,0,0),(41494,7455,1,1,1,6212,0,7257.34,-4970.51,728.324,4.38786,333,15,0,2533,0,1,0,0,0),(41495,7455,1,1,1,6212,0,6299.45,-4247.65,735.966,2.10703,333,15,0,2533,0,1,0,0,0),(41496,7455,1,1,1,6212,0,6973.15,-4763.49,715.74,5.58832,333,15,0,2533,0,1,0,0,0),(41497,7455,1,1,1,6212,0,6976.46,-4663.1,740.552,4.31339,333,15,0,2533,0,1,0,0,0),(41498,7455,1,1,1,6212,0,7041.33,-4822.92,725.965,6.28307,333,15,0,2533,0,1,0,0,0),(41499,7455,1,1,1,6212,0,6919.19,-4805.24,694.987,2.69323,333,15,0,2533,0,1,0,0,0),(41500,7455,1,1,1,6212,0,7164.46,-4508.33,607.478,3.14163,333,15,0,2533,0,1,0,0,0),(41501,7455,1,1,1,6212,0,6936.22,-4531.34,711.442,2.90088,333,0,0,2533,0,0,0,0,0),(41502,7455,1,1,1,6212,0,7124.18,-4234.48,691.641,5.03754,333,15,0,2533,0,1,0,0,0),(41503,7455,1,1,1,6212,0,6926.08,-3929.08,729.749,2.45373,333,15,0,2533,0,1,0,0,0),(41504,7455,1,1,1,6212,0,5966.71,-5012.5,794.238,0.056691,333,15,0,2533,0,1,0,0,0),(41505,7455,1,1,1,6212,0,6640.47,-4445.25,710.885,0.760456,333,15,0,2533,0,1,0,0,0),(41506,7455,1,1,1,6212,0,6960.62,-4671.66,727.258,0.03124,333,3,0,2533,0,1,0,0,0),(41507,7455,1,1,1,6212,0,6471.92,-4525.51,720.985,6.24606,333,15,0,2533,0,1,0,0,0),(41508,7455,1,1,1,6212,0,6789.92,-4875.69,772.987,1.9916,333,15,0,2533,0,1,0,0,0),(41509,7455,1,1,1,6212,0,6584.37,-4626.09,693.807,1.5708,333,15,0,2533,0,1,0,0,0),(41510,7455,1,1,1,6212,0,6909.83,-4402.59,722.904,1.31491,333,15,0,2533,0,1,0,0,0),(41511,7455,1,1,1,6212,0,7110.18,-4445.09,639.707,3.29261,333,15,0,2533,0,1,0,0,0),(41512,7455,1,1,1,6212,0,6928.95,-4640.99,723.803,0.260854,333,15,0,2533,0,1,0,0,0),(41513,7455,1,1,1,6212,0,7068.5,-4509.57,651.973,4.84823,333,15,0,2533,0,1,0,0,0),(41514,7455,1,1,1,6212,0,6981.47,-3920.66,748.62,0.058641,333,15,0,2533,0,1,0,0,0),(41515,7455,1,1,1,6212,0,6852.35,-4521.6,731.735,1.55127,333,15,0,2533,0,1,0,0,0),(41516,7455,1,1,1,6212,0,7117.74,-4499.55,616.63,4.77688,333,15,0,2533,0,1,0,0,0),(41517,7456,1,1,1,10833,0,5481.4,-4597.71,819.951,5.72065,333,15,0,3758,0,1,0,0,0),(41518,7456,1,1,1,10833,0,7538.17,-4664.95,652.69,1.41496,333,15,0,3758,0,1,0,0,0),(41519,16416,1,1,1,16172,0,6652.99,-4560.46,717.597,6.14356,333,0,0,2614,0,0,0,0,0),(41520,7456,1,1,1,10833,0,5979.98,-4725.79,779.162,1.50144,333,15,0,3758,0,1,0,0,0),(41521,7456,1,1,1,10833,0,7973.74,-4515.99,715.382,5.45218,333,15,0,3758,0,1,0,0,0),(41522,7456,1,1,1,10833,0,7256.38,-4419.01,642.722,5.86278,333,15,0,3758,0,1,0,0,0),(41523,7456,1,1,1,10833,0,7910.66,-4371.07,716.281,1.28981,333,15,0,3758,0,1,0,0,0),(41524,7456,1,1,1,10833,0,7696.46,-4462.66,634.714,2.33976,333,15,0,3758,0,1,0,0,0),(41525,7456,1,1,1,10833,0,7392.43,-4676.77,626.465,4.12561,333,15,0,3758,0,1,0,0,0),(41526,7456,1,1,1,10833,0,7432.74,-4212.81,677.641,5.75265,333,15,0,3758,0,1,0,0,0),(41527,7456,1,1,1,10833,0,7540.26,-4422.43,605.659,1.93542,333,15,0,3758,0,1,0,0,0),(41528,7456,1,1,1,10833,0,7516.76,-4477.4,603.695,4.52625,333,15,0,3758,0,1,0,0,0),(41529,7456,1,1,1,10833,0,5709.81,-4423.19,775.738,2.96698,333,15,0,3758,0,1,0,0,0),(41530,7456,1,1,1,10833,0,5697.12,-4586.71,767.425,3.14948,333,15,0,3758,0,1,0,0,0),(41531,7456,1,1,1,10833,0,5894.47,-4622.73,736.896,1.76874,333,15,0,3758,0,1,0,0,0),(41532,11808,1,1,1,11733,1,7099.18,-3820.1,734.583,0.872665,333,0,0,2379,5013,0,0,0,0),(41533,7456,1,1,1,10833,0,6026.38,-4746.54,802.058,0.009765,333,15,0,3758,0,1,0,0,0),(41534,7456,1,1,1,10833,0,5522.41,-4789.04,797.16,0.952633,333,15,0,3758,0,1,0,0,0),(41535,7456,1,1,1,10833,0,7558,-4191.56,668.621,5.2479,333,15,0,3758,0,1,0,0,0),(41536,7456,1,1,1,10833,0,5777.47,-4597.36,763.35,2.00648,333,15,0,3758,0,1,0,0,0),(41537,7456,1,1,1,10833,0,7340.5,-4418.61,649.495,3.04572,333,15,0,3758,0,1,0,0,0),(41538,7456,1,1,1,10833,0,5750.28,-4596.47,766.529,1.39697,333,15,0,3758,0,1,0,0,0),(41539,7456,1,1,1,10833,0,7213.78,-4757.51,716.611,2.82787,333,15,0,3758,0,1,0,0,0),(41540,7456,1,1,1,10833,0,5618.57,-4575.29,770.434,1.33814,333,15,0,3758,0,1,0,0,0),(41541,7456,1,1,1,10833,0,5702.86,-4632.19,771.273,1.70674,333,15,0,3758,0,1,0,0,0),(41542,7456,1,1,1,10833,0,5586.34,-4684.77,785.49,1.09929,333,15,0,3758,0,1,0,0,0),(41543,7456,1,1,1,10833,0,5789.82,-4602.76,761.598,0.204678,333,15,0,3758,0,1,0,0,0),(41544,7456,1,1,1,10833,0,7277.34,-4463.99,624.375,2.08376,333,15,0,3758,0,1,0,0,0),(41545,7456,1,1,1,10833,0,5922.47,-4722.53,772.41,4.78441,333,15,0,3758,0,1,0,0,0),(41546,7456,1,1,1,10833,0,5638.73,-4607.87,772.024,3.05164,333,15,0,3758,0,1,0,0,0),(41547,7456,1,1,1,10833,0,7613.93,-4526.48,625.811,0.610072,333,15,0,3758,0,1,0,0,0),(41548,7456,1,1,1,10833,0,7633.55,-4521.24,628.936,4.23802,333,15,0,3758,0,1,0,0,0),(41549,7456,1,1,1,10833,0,5677.08,-4619.39,770.804,1.50728,333,15,0,3758,0,1,0,0,0),(41550,7456,1,1,1,10833,0,5916.99,-4587.26,721.457,1.52883,333,15,0,3758,0,1,0,0,0),(41551,7456,1,1,1,10833,0,5663.8,-4655.5,773.718,3.51492,333,15,0,3758,0,1,0,0,0),(41552,7456,1,1,1,10833,0,7781.15,-4582.95,682.947,2.32071,333,15,0,3758,0,1,0,0,0),(41553,7456,1,1,1,10833,0,5898.83,-4755.42,760.155,0.072351,333,15,0,3758,0,1,0,0,0),(41554,7456,1,1,1,10833,0,5620.27,-4591.27,773.895,2.6281,333,15,0,3758,0,1,0,0,0),(41555,7456,1,1,1,10833,0,7851.32,-4580.38,699.22,0.456223,333,15,0,3758,0,1,0,0,0),(41556,7457,1,1,1,6767,0,6315.83,-3792.92,726.666,5.49785,333,3,0,3189,0,1,0,0,0),(41557,7457,1,1,1,6767,0,6859.73,-3509,717.776,2.75746,333,15,0,3189,0,1,0,0,0),(41558,7457,1,1,1,6767,0,6825.83,-3237.49,640.964,4.19542,333,15,0,3189,0,1,0,0,0),(41559,7457,1,1,1,6767,0,6904.12,-3806.12,706.249,2.22875,333,15,0,3189,0,1,0,0,0),(41560,7457,1,1,1,6767,0,6908.41,-3770.09,719.792,2.52402,333,0,0,3189,0,0,0,0,0),(41561,7457,1,1,1,6767,0,6745.54,-3136.78,573.806,0.085359,333,15,0,3189,0,1,0,0,0),(41562,7457,1,1,1,6767,0,6760.51,-3142.86,575.964,2.90003,333,15,0,3189,0,1,0,0,0),(41563,7457,1,1,1,6767,0,6672.29,-3168.57,603.352,5.6643,333,15,0,3189,0,1,0,0,0),(41564,7457,1,1,1,6767,0,6449.13,-2715.76,550.722,1.25949,333,15,0,3189,0,1,0,0,0),(41565,7457,1,1,1,6767,0,6456.97,-3689.39,724.941,5.4981,333,15,0,3189,0,1,0,0,0),(41566,7457,1,1,1,6767,0,6430.16,-3634.92,700.682,3.10642,333,3,0,3189,0,1,0,0,0),(41567,7457,1,1,1,6767,0,6439.7,-3726.97,704.853,4.27322,333,3,0,3189,0,1,0,0,0),(41568,7457,1,1,1,6767,0,6585.76,-3492.87,667.998,5.96113,333,15,0,3189,0,1,0,0,0),(41569,7457,1,1,1,6767,0,6427.27,-3473.99,647.072,5.46207,333,15,0,3189,0,1,0,0,0),(41570,7457,1,1,1,6767,0,6500.38,-3655.96,732.988,2.96296,333,3,0,3189,0,1,0,0,0),(41571,7457,1,1,1,6767,0,6641.04,-2616.41,523.059,3.13573,333,15,0,3189,0,1,0,0,0),(41572,7457,1,1,1,6767,0,6636.51,-3922.2,678.54,5.50607,333,15,0,3189,0,1,0,0,0),(41573,7457,1,1,1,6767,0,6814.92,-4181.07,715.937,4.56475,333,15,0,3189,0,1,0,0,0),(41574,7457,1,1,1,6767,0,6741.96,-3962.63,700.089,2.46356,333,15,0,3189,0,1,0,0,0),(41575,7457,1,1,1,6767,0,6330.21,-2369.62,571.21,4.71239,333,3,0,3189,0,1,0,0,0),(41576,7457,1,1,1,6767,0,6831.93,-4093.32,701.759,2.3711,333,15,0,3189,0,1,0,0,0),(41577,7457,1,1,1,6767,0,6583.07,-3049.48,596.665,3.02582,333,15,0,3189,0,1,0,0,0),(41578,7457,1,1,1,6767,0,6627.19,-2717.59,542.39,4.39435,333,15,0,3189,0,1,0,0,0),(41579,7457,1,1,1,6767,0,6710.65,-3411.61,667.706,5.21558,333,15,0,3189,0,1,0,0,0),(41580,7457,1,1,1,6767,0,6961.07,-3395.67,765.474,4.8319,333,15,0,3189,0,1,0,0,0),(41581,7457,1,1,1,6767,0,6730.72,-3572.56,703.835,1.93299,333,15,0,3189,0,1,0,0,0),(41582,7457,1,1,1,6767,0,6749.46,-3709.77,717.875,4.40391,333,15,0,3189,0,1,0,0,0),(41583,7457,1,1,1,6767,0,6758.79,-3385.99,681.998,2.93711,333,15,0,3189,0,1,0,0,0),(41584,7457,1,1,1,6767,0,6846.96,-3489.31,716.273,0.151015,333,15,0,3189,0,1,0,0,0),(41585,7457,1,1,1,6767,0,6678.1,-2468.07,540.028,1.92065,333,15,0,3189,0,1,0,0,0),(41586,7457,1,1,1,6767,0,6763.19,-3568.7,706.823,5.57583,333,15,0,3189,0,1,0,0,0),(41587,7458,1,1,1,10579,0,6997.91,-4037.82,715.858,4.09782,333,15,0,3529,0,1,0,0,0),(41588,7458,1,1,1,10579,0,6448.01,-5119.95,782.301,5.95609,333,15,0,3529,0,1,0,0,0),(41589,7458,1,1,1,10579,0,6962.76,-4238.02,725.842,5.17604,333,15,0,3529,0,1,0,0,0),(41590,7458,1,1,1,10579,0,6935.34,-4044.82,721.77,0.308758,333,15,0,3529,0,1,0,0,0),(41591,7458,1,1,1,10579,0,6345.32,-4988.93,759.324,4.687,333,15,0,3529,0,1,0,0,0),(41592,7458,1,1,1,10579,0,6347.77,-5058.38,760.103,5.65535,333,15,0,3529,0,1,0,0,0),(41593,7458,1,1,1,10579,0,6377.04,-5076.14,754.596,3.25117,333,15,0,3529,0,1,0,0,0),(41594,7458,1,1,1,10579,0,6402.15,-5117.43,764.771,1.16757,333,15,0,3529,0,1,0,0,0),(41595,7458,1,1,1,10579,0,6658.38,-4953.3,716.707,2.12277,333,15,0,3529,0,1,0,0,0),(41596,7458,1,1,1,10579,0,6648.13,-4864.07,714.947,1.92645,333,15,0,3529,0,1,0,0,0),(41597,7458,1,1,1,10579,0,6925.61,-4490.06,715.836,0.413864,333,15,0,3529,0,1,0,0,0),(41598,7458,1,1,1,10579,0,7051.56,-4663.97,748.795,5.41688,333,15,0,3529,0,1,0,0,0),(41599,7458,1,1,1,10579,0,6984.35,-4642.79,749.223,4.57132,333,15,0,3529,0,1,0,0,0),(41600,7458,1,1,1,10579,0,7046.56,-4712.98,728.397,2.33339,333,3,0,3529,0,1,0,0,0),(41601,7458,1,1,1,10579,0,6958.24,-4419.61,735.11,1.4956,333,15,0,3529,0,1,0,0,0),(41602,7458,1,1,1,10579,0,6696.41,-5357.36,770.033,2.42462,333,2,0,3529,0,1,0,0,0),(41603,7458,1,1,1,10579,0,6553.84,-5107.75,769.852,5.536,333,0,0,3529,0,0,0,0,0),(41604,7458,1,1,1,10579,0,6580.53,-5108.79,768.992,2.60636,333,0,0,3529,0,0,0,0,0),(41605,7458,1,1,1,10579,0,6567.96,-5143.51,769.996,5.84006,333,2,0,3529,0,1,0,0,0),(41606,7458,1,1,1,10579,0,7106.81,-4203.48,703.734,2.2225,333,15,0,3529,0,1,0,0,0),(41607,7458,1,1,1,10579,0,6572.7,-5183.42,768.972,4.3361,333,2,0,3529,0,1,0,0,0),(41608,7458,1,1,1,10579,0,6631.56,-5412.49,760.71,6.01034,333,2,0,3529,0,1,0,0,0),(41609,7458,1,1,1,10579,0,6581.68,-5280.21,752.666,3.14546,333,2,0,3529,0,1,0,0,0),(41610,7458,1,1,1,10579,0,6642.69,-5233.7,755.991,5.33701,333,2,0,3529,0,1,0,0,0),(41611,7458,1,1,1,10579,0,6668.3,-5342.59,771.983,6.15338,333,2,0,3529,0,1,0,0,0),(41612,7458,1,1,1,10579,0,6632.95,-5280.92,753.529,3.52882,333,2,0,3529,0,1,0,0,0),(41613,7458,1,1,1,10579,0,6504.5,-5120.59,767.663,4.19584,333,3,0,3529,0,1,0,0,0),(41614,7458,1,1,1,10579,0,6479.5,-5079.67,755.486,4.51871,333,3,0,3529,0,1,0,0,0),(41615,7458,1,1,1,10579,0,7158.78,-4421.41,638.04,3.20998,333,15,0,3529,0,1,0,0,0),(41616,7458,1,1,1,10579,0,6377.21,-5032.92,749.466,3.75681,333,15,0,3529,0,1,0,0,0),(41617,7458,1,1,1,10579,0,6484.11,-5047.99,745.645,2.24816,333,10,0,3529,0,1,0,0,0),(41618,7458,1,1,1,10579,0,6441.67,-5075,749.606,2.31005,333,15,0,3529,0,1,0,0,0),(41619,7458,1,1,1,10579,0,6622.77,-4982.15,706.648,1.36707,333,15,0,3529,0,1,0,0,0),(41620,7458,1,1,1,10579,0,6557.66,-4991.79,713.988,6.14609,333,15,0,3529,0,1,0,0,0),(41621,7458,1,1,1,10579,0,6586.76,-5021.95,714.403,4.11026,333,15,0,3529,0,1,0,0,0),(41622,7458,1,1,1,10579,0,6457.94,-5021.66,736.342,4.6383,333,15,0,3529,0,1,0,0,0),(41623,7458,1,1,1,10579,0,6420.43,-4992.32,742.723,5.23488,333,15,0,3529,0,1,0,0,0),(41624,7458,1,1,1,10579,0,6527.12,-4948.95,715.614,0.005349,333,15,0,3529,0,1,0,0,0),(41625,7458,1,1,1,10579,0,6588.97,-5016.63,713.073,4.58506,333,15,0,3529,0,1,0,0,0),(41626,7458,1,1,1,10579,0,6515.07,-5011.46,731.107,1.50287,333,15,0,3529,0,1,0,0,0),(41627,7459,1,1,1,10945,0,6698.1,-5303.39,749.158,3.43174,333,2,0,3644,0,1,0,0,0),(41628,7459,1,1,1,10945,0,6561.96,-5202.56,764.172,4.59596,333,2,0,3644,0,1,0,0,0),(41629,7459,1,1,1,10945,0,6581.35,-5287.64,752.47,3.25577,333,2,0,3644,0,1,0,0,0),(41630,7459,1,1,1,10945,0,6694.71,-5341.35,748.793,1.05431,333,2,0,3644,0,1,0,0,0),(41631,7459,1,1,1,10945,0,6756.21,-5351.48,766.961,0.761036,333,2,0,3644,0,1,0,0,0),(41632,7459,1,1,1,10945,0,6589.16,-5167.14,765.908,5.89863,333,2,0,3644,0,1,0,0,0),(41633,7459,1,1,1,10945,0,6606.4,-5369.42,761.163,4.51233,333,2,0,3644,0,1,0,0,0),(41634,7459,1,1,1,10945,0,6685.57,-5398.21,763.416,0.598206,333,2,0,3644,0,1,0,0,0),(41635,7459,1,1,1,10945,0,6661.28,-5403.45,760.239,1.94254,333,2,0,3644,0,1,0,0,0),(41636,7459,1,1,1,10945,0,6594.32,-5208.95,767.141,5.93697,333,2,0,3644,0,1,0,0,0),(245542,16592,0,1,1,11686,0,-1134.84,-3531.81,51.0719,-0.820305,300,0,0,42,0,0,0,0,0),(41639,7459,1,1,1,10945,0,6471.11,-4994.14,732.804,3.66521,333,0,0,3644,0,0,0,0,0),(41640,7459,1,1,1,10945,0,6621.69,-4923.25,705.026,0.827529,333,15,0,3644,0,1,0,0,0),(41641,7459,1,1,1,10945,0,6553.07,-5050.06,722.443,1.28537,333,15,0,3644,0,1,0,0,0),(41642,11556,1,1,1,6829,0,6900.44,-2285.77,586.148,4.29351,333,0,0,3398,0,0,0,0,0),(41643,2084,1,1,1,4243,1,7073.94,-3969.67,745.713,5.28835,333,0,0,3758,0,0,0,0,0),(41644,7460,1,1,1,10946,0,6342.02,-5119.59,781.353,4.9038,333,5,0,3758,0,1,0,0,0),(41645,7460,1,1,1,10946,0,6564.4,-5264.12,753.709,4.84026,333,5,0,3758,0,1,0,0,0),(41646,7460,1,1,1,10946,0,6542.3,-5297.31,755.144,4.48013,333,2,0,3758,0,1,0,0,0),(41647,7460,1,1,1,10946,0,6538.03,-5269.09,752.677,6.10932,333,2,0,3758,0,1,0,0,0),(41648,7460,1,1,1,10946,0,6720.51,-5327.45,750.828,4.94919,333,2,0,3758,0,1,0,0,0),(41649,7460,1,1,1,10946,0,6752.53,-5322.79,748.355,0.692079,333,2,0,3758,0,1,0,0,0),(41650,7460,1,1,1,10946,0,6650.65,-5283.56,753.521,4.02772,333,2,0,3758,0,1,0,0,0),(41651,7460,1,1,1,10946,0,6613.29,-5308.83,753.695,3.30819,333,2,0,3758,0,1,0,0,0),(41652,7460,1,1,1,10946,0,6614.75,-5382.59,761.815,4.87503,333,2,0,3758,0,1,0,0,0),(41653,7460,1,1,1,10946,0,6702.17,-5367.94,769.321,3.79123,333,2,0,3758,0,1,0,0,0),(41656,7460,1,1,1,10946,0,6406.12,-5062.72,749.77,3.57195,333,15,0,3758,0,1,0,0,0),(245541,16592,1,1,1,11686,0,2014.65,-2337.84,89.5211,2.37365,300,0,0,42,0,0,0,0,0),(41658,7460,1,1,1,10946,0,6612.03,-4910.32,704.757,1.53109,333,15,0,3758,0,1,0,0,0),(41659,7460,1,1,1,10946,0,6591.75,-5061.57,739.001,1.81514,333,0,0,3758,0,0,0,0,0),(41660,7461,1,1,1,10924,0,4546.76,-4254.31,906.088,4.69481,600,0,0,12438,11196,2,0,0,0),(41661,7461,1,1,1,10924,0,4376.45,-4465.75,896.768,1.98991,600,5,0,12438,11196,1,0,0,0),(41662,7461,1,1,1,10924,0,4575.75,-4676.58,881.164,1.62526,600,5,0,12438,11196,1,0,0,0),(41663,7461,1,1,1,10924,0,4748.6,-4271.48,893.643,1.2166,600,5,0,12438,11196,1,0,0,0),(41664,7461,1,1,1,10924,0,4734.27,-4307.8,897.287,2.86061,600,5,0,12438,11196,1,0,0,0),(41665,7461,1,1,1,10924,0,4803.43,-4897.79,883.507,1.01447,600,5,0,12438,11196,1,0,0,0),(41666,7461,1,1,1,10924,0,4783.66,-4833.72,880.177,4.87818,600,15,0,12438,11196,1,0,0,0),(41667,7461,1,1,1,10924,0,4334.71,-4411.15,900.284,4.82682,600,5,0,12438,11196,1,0,0,0),(41670,7461,1,1,1,10924,0,4908.41,-4558.28,857.96,3.70367,600,5,0,12438,11196,1,0,0,0),(41671,7461,1,1,1,10924,0,4837.38,-4586.33,861.424,2.73407,600,0,0,12438,11196,2,0,0,0),(41675,7461,1,1,1,10924,0,4577.65,-4610.45,891.684,6.18536,600,5,0,12438,11196,1,0,0,0),(41678,7461,1,1,1,10924,0,4523.42,-4026.22,936.356,3.65856,600,15,0,12438,11196,1,0,0,0),(41679,7461,1,1,1,10924,0,4553.42,-4073.26,940.752,5.1321,600,5,0,12438,11196,1,0,0,0),(41680,7461,1,1,1,10924,0,4768.45,-4216.32,897.622,5.25381,600,15,0,12438,11196,1,0,0,0),(41681,7461,1,1,1,10924,0,4596.4,-4600.65,885.26,5.30472,600,15,0,12438,11196,1,0,0,0),(41682,7461,1,1,1,10924,0,4757.73,-4265.32,894.689,4.34429,600,15,0,12438,11196,1,0,0,0),(41683,7461,1,1,1,10924,0,4564.2,-4510.07,886.451,6.26491,600,5,0,12438,11196,1,0,0,0),(41684,7462,1,1,1,6172,0,4366.4,-4362.22,898.161,6.08656,600,5,0,17766,0,1,0,0,0),(41685,7462,1,1,1,6172,0,4781.61,-4272.84,892.429,1.21932,600,15,0,17766,0,1,0,0,0),(41686,7462,1,1,1,6172,0,4387.07,-4422.84,895.963,4.67671,600,5,0,17766,0,1,0,0,0),(41687,7462,1,1,1,6172,0,4793.2,-4344.82,896.235,0.38232,600,10,0,17766,0,1,0,0,0),(41688,7462,1,1,1,6172,0,4421.87,-4439.98,900.037,1.24997,600,5,0,17766,0,1,0,0,0),(41689,7462,1,1,1,6172,0,4517.34,-4328.33,909.556,2.72734,600,5,0,17766,0,1,0,0,0),(41690,7462,1,1,1,6172,0,4539.68,-4693.72,885.506,0.79991,600,5,0,17766,0,1,0,0,0),(41691,7462,1,1,1,6172,0,4520.09,-4108.89,934.929,1.32297,600,15,0,17766,0,1,0,0,0),(41692,7462,1,1,1,6172,0,4260.33,-4023.68,933.502,4.93343,600,15,0,17766,0,1,0,0,0),(41693,7462,1,1,1,6172,0,4741.53,-4874.94,882.012,3.27092,600,15,0,17766,0,1,0,0,0),(41694,7462,1,1,1,6172,0,4260.99,-4047.13,934.205,5.14459,600,15,0,17766,0,1,0,0,0),(41695,7462,1,1,1,6172,0,4354.34,-4467.95,899.2,1.80244,600,5,0,17766,0,1,0,0,0),(41696,7462,1,1,1,6172,0,4872.02,-4495.88,890.235,1.86644,600,5,0,17766,0,1,0,0,0),(41697,7462,1,1,1,6172,0,4624.27,-4623.9,881.188,2.42809,600,15,0,17766,0,1,0,0,0),(41698,7462,1,1,1,6172,0,4334.21,-4367.93,900.768,0.429133,600,5,0,17766,0,1,0,0,0),(41699,7462,1,1,1,6172,0,4323.97,-4037.87,936.674,5.50098,600,5,0,17766,0,1,0,0,0),(41700,7462,1,1,1,6172,0,4290,-4036.5,929.151,1.16551,600,5,0,17766,0,1,0,0,0),(41701,7462,1,1,1,6172,0,4447.12,-4346.33,901.551,1.67843,600,5,0,17766,0,1,0,0,0),(41702,7462,1,1,1,6172,0,4788.18,-4248.38,895.521,2.96681,600,15,0,17766,0,1,0,0,0),(41709,7462,1,1,1,6172,0,4410.59,-4523.87,901.261,1.29814,600,5,0,17766,0,1,0,0,0),(41710,7462,1,1,1,6172,0,4588.74,-4460.17,883.878,1.76243,600,5,0,17766,0,1,0,0,0),(41711,7463,1,1,1,9018,1,4756.88,-4412.52,894.109,4.98081,600,5,0,17766,0,1,0,0,0),(41717,7463,1,1,1,9018,1,4486.78,-4037.77,941.486,1.35848,600,5,0,17766,0,1,0,0,0),(41719,7463,1,1,1,9018,1,4793.47,-4309.48,893.17,3.4839,600,15,0,17766,0,1,0,0,0),(41724,7463,1,1,1,9018,1,4359.38,-3932.29,946.718,1.1071,600,5,0,17766,0,1,0,0,0),(41725,7463,1,1,1,9018,1,4428.17,-4390.12,899.634,3.53356,600,5,0,17766,0,1,0,0,0),(41730,7463,1,1,1,9018,1,4283.74,-3999.9,930.424,1.51046,600,3,0,17766,0,1,0,0,0),(41731,7463,1,1,1,9018,1,4761.92,-4927.4,884.428,5.45842,600,15,0,17766,0,1,0,0,0),(41732,7463,1,1,1,9018,1,4479.55,-4094.89,934.137,1.64293,600,0,0,17766,0,2,0,0,0),(41733,7463,1,1,1,9018,1,4977.08,-4533.53,854.93,5.91667,600,0,0,17766,0,0,0,0,0),(41735,7463,1,1,1,9018,1,4975.87,-4560.05,856.159,0,600,0,0,17766,0,0,0,0,0),(41737,7463,1,1,1,9018,1,4818.15,-4611.45,864.13,0.33225,600,0,0,17766,0,2,0,0,0),(41738,7463,1,1,1,9018,1,4365.48,-4520.29,903.849,2.07558,600,5,0,17766,0,1,0,0,0),(41740,7463,1,1,1,9018,1,4576.96,-4742.38,884.505,3.01033,600,5,0,17766,0,1,0,0,0),(41751,7463,1,1,1,9018,1,4596.59,-4601.78,885.367,4.57326,600,0,0,17766,0,2,0,0,0),(41752,7463,1,1,1,9018,1,4817.67,-4617.98,864.267,4.51672,600,0,0,17766,0,2,0,0,0),(41753,7463,1,1,1,9018,1,4512.09,-4037.77,934.073,4.20415,600,0,0,17766,0,2,0,0,0),(41755,7463,1,1,1,9018,1,4757.4,-4648.85,876.658,0.785515,600,0,0,17766,0,2,0,0,0),(41757,10806,1,1,1,10618,0,7390.74,-4861.3,717.809,5.33415,333,0,0,3374,0,2,0,0,0),(41758,10807,1,1,1,12683,0,5792.93,-4757.32,776.796,3.51011,333,0,0,3589,0,0,0,0,0),(41759,10300,1,1,1,9775,1,5717.89,-4794.96,778.147,1.36136,333,0,0,3876,0,0,0,0,0),(41762,10301,1,1,1,9773,1,7093.02,-4018.56,744.888,4.53786,333,0,0,13070,0,0,0,0,0),(41763,10303,1,1,1,9776,1,6716.85,-4713.84,721.702,1.27409,333,0,0,4120,0,0,0,0,0),(41764,10305,1,1,1,9780,1,6752.67,-4639.33,721.837,2.21657,333,0,0,3758,0,0,0,0,0),(41765,10307,1,1,1,9774,1,6720.53,-4712.91,721.976,1.85005,333,0,0,2379,5013,0,0,0,0),(41766,11079,1,1,1,10645,1,7094.94,-4006.68,744.901,0.15708,333,0,0,16185,0,0,0,0,0),(41767,5198,1,1,1,1166,0,6735.04,-4609.86,720.786,4.85202,333,0,0,198,0,0,0,0,0),(41769,9298,1,1,1,8949,1,6395.57,-2536.75,541.548,2.63731,333,0,0,11075,0,0,0,0,0),(41770,13917,1,1,1,13969,1,6783.17,-4679.94,723.974,2.6529,333,0,0,7842,0,0,0,0,0),(41772,7523,1,1,1,10701,0,6371.48,-3951.64,686.315,2.82229,333,15,0,2634,2041,1,0,0,0),(41773,7523,1,1,1,10701,0,6521.01,-4120.7,662.283,4.6234,333,15,0,2634,2041,1,0,0,0),(41774,7523,1,1,1,10701,0,6496.88,-4343.11,672.613,2.3574,333,10,0,2634,2041,1,0,0,0),(41777,7523,1,1,1,10701,0,6554.88,-4156.67,662.707,5.13825,333,5,0,2634,2041,1,0,0,0),(41778,7523,1,1,1,10701,0,6542.59,-4115.34,664.449,3.39196,333,15,0,2634,2041,1,0,0,0),(41782,7523,1,1,1,10701,0,6407.23,-4003.54,667.126,4.8053,333,5,0,2634,2041,1,0,0,0),(41784,7523,1,1,1,10701,0,6423.96,-3988.54,665.628,4.90978,333,15,0,2634,2041,1,0,0,0),(41785,7523,1,1,1,10701,0,6521.15,-3912.29,662.937,0.296323,333,15,0,2634,2041,1,0,0,0),(41786,7523,1,1,1,10701,0,6615.45,-4037.97,662.536,4.67015,333,5,0,2634,2041,1,0,0,0),(41787,7523,1,1,1,10701,0,6648.23,-4047.21,661.302,3.20793,333,5,0,2634,2041,1,0,0,0),(41788,7523,1,1,1,10701,0,6614.52,-4114.43,658.408,3.42151,333,15,0,2634,2041,1,0,0,0),(41789,7523,1,1,1,10701,0,6587.59,-4080.57,658.408,1.66249,333,5,0,2634,2041,1,0,0,0),(41793,7523,1,1,1,10701,0,6449.06,-4014.05,658.379,4.50861,333,15,0,2634,2041,1,0,0,0),(41794,7523,1,1,1,10701,0,6487.39,-4330.48,667.044,6.16203,333,10,0,2634,2041,1,0,0,0),(41795,7523,1,1,1,10701,0,6452.89,-4318.47,665.492,3.45969,333,10,0,2634,2041,1,0,0,0),(41796,7523,1,1,1,10701,0,6357.31,-3984.51,692.722,1.91314,333,10,0,2634,2041,1,0,0,0),(41804,7523,1,1,1,10701,0,6578.85,-4048,659.592,3.02933,333,5,0,2634,2041,1,0,0,0),(41806,7523,1,1,1,10701,0,6545.18,-3914.22,661.893,3.55349,333,15,0,2634,2041,1,0,0,0),(41807,7523,1,1,1,10701,0,6578.39,-3878.74,662.739,0.088134,333,15,0,2634,2041,1,0,0,0),(41810,7523,1,1,1,10701,0,6592.4,-3986.66,663.972,2.95301,333,15,0,2634,2041,1,0,0,0),(41815,7523,1,1,1,10701,0,6484.43,-4283.33,665.705,4.53822,333,0,0,2634,2041,0,0,0,0),(41816,7523,1,1,1,10701,0,6455.34,-4185.03,660.799,0.169239,333,15,0,2634,2041,1,0,0,0),(41818,7523,1,1,1,10701,0,6434.86,-4130.79,666.343,1.04622,333,5,0,2634,2041,1,0,0,0),(41878,7523,1,1,1,10701,0,6446.21,-4122.08,665.093,1.0059,333,15,0,2634,2041,1,0,0,0),(42127,7523,1,1,1,10701,0,6446.73,-4083.28,662.119,3.95441,333,15,0,2634,2041,1,0,0,0),(42163,7523,1,1,1,10701,0,6475.26,-4121.2,658.783,3.72296,333,15,0,2634,2041,1,0,0,0),(42164,7524,1,1,1,10702,0,6353.48,-3945.67,685.443,1.96039,333,10,0,2823,2117,1,0,0,0),(42165,7524,1,1,1,10702,0,6511.37,-3888.83,661.073,1.6255,333,10,0,2823,2117,1,0,0,0),(42166,7524,1,1,1,10702,0,6452.12,-4289.91,666.752,6.06575,333,5,0,2823,2117,1,0,0,0),(42167,7524,1,1,1,10702,0,6450.19,-4253.65,665.643,5.74453,333,5,0,2823,2117,1,0,0,0),(42168,7524,1,1,1,10702,0,6621.08,-4018.8,659.688,3.19117,333,5,0,2823,2117,1,0,0,0),(42169,7524,1,1,1,10702,0,6312.21,-3951.03,701.698,4.52,333,5,0,2823,2117,1,0,0,0),(42170,7524,1,1,1,10702,0,6322.67,-3927.75,696.217,6.0968,333,5,0,2823,2117,1,0,0,0),(42171,7524,1,1,1,10702,0,6419.16,-4352.31,667.974,1.65594,333,5,0,2823,2117,1,0,0,0),(42172,7524,1,1,1,10702,0,6521.79,-4355.02,675.703,0.197287,333,5,0,2823,2117,1,0,0,0),(42173,7524,1,1,1,10702,0,6419.05,-4018.97,664.626,2.3774,333,15,0,2823,2117,1,0,0,0),(42174,7524,1,1,1,10702,0,6384.66,-3913.36,684.777,1.91232,333,15,0,2823,2117,1,0,0,0),(42175,7524,1,1,1,10702,0,6521.27,-4316.59,669.229,5.84573,333,10,0,2823,2117,1,0,0,0),(42176,7524,1,1,1,10702,0,6417.71,-4280.28,666.254,1.84839,333,15,0,2823,2117,1,0,0,0),(42177,7524,1,1,1,10702,0,6648.33,-4110.88,658.472,4.22479,333,10,0,2823,2117,1,0,0,0),(42178,7524,1,1,1,10702,0,6481.54,-4245.83,660.724,3.27879,333,15,0,2823,2117,1,0,0,0),(42179,7524,1,1,1,10702,0,6553.95,-4012.39,658.539,5.30958,333,5,0,2823,2117,1,0,0,0),(42180,11629,1,1,1,11512,1,6688.23,-4667.66,721.734,0.261799,333,0,0,2769,0,0,0,0,0),(42181,11118,1,1,1,10654,1,6695.15,-4673.04,721.65,0.541052,333,0,0,1003,0,0,0,0,0),(42182,11119,1,1,1,10656,1,6738.57,-4604.24,720.539,2.93215,333,0,0,1003,0,0,0,0,0),(42183,12150,1,1,1,12240,0,6745.14,-4609.39,720.848,4.60767,333,0,0,42,0,0,0,0,0),(247310,30352,712,3,1,0,1,16.5684,2.46962,20.4252,3.1329,120,0,0,1,0,0,0,0,0),(247309,30352,712,3,1,0,1,-17.337,3.98796,20.7652,3.1541,120,0,0,1,0,0,0,0,0),(247308,30352,712,3,1,0,1,48.8649,-8.72834,40.0818,3.12642,120,0,0,1,0,0,0,0,0),(247307,30351,712,3,1,0,1,1.44228,9.63379,20.4566,3.15096,120,0,0,1,0,0,0,0,0),(247306,30351,712,3,1,0,1,-36.1811,-6.90251,20.4501,1.6483,120,0,0,1,0,0,0,0,0),(247305,30351,712,3,1,0,1,-36.4471,6.81573,20.4485,4.73177,120,0,0,1,0,0,0,0,0),(247304,30351,712,3,1,0,1,39.976,44.3876,25.0331,3.16019,120,0,0,1,0,0,0,0,0),(247303,30351,712,3,1,0,1,0.773476,22.5004,22.5503,3.2248,120,0,0,1,0,0,0,0,0),(247302,30351,712,3,1,0,1,1.29162,-9.37181,20.458,3.17295,120,0,0,1,0,0,0,0,0),(247301,30351,712,3,1,0,1,2.42088,-23.0053,22.5625,0.046087,120,0,0,1,0,0,0,0,0),(53880,34947,571,1,1,25633,1,9430.09,1180.24,0.212892,0.125641,120,0,0,1,0,0,0,0,0),(53874,34947,571,1,1,25633,1,9602.27,932.437,0.351324,3.36934,120,0,0,1,0,0,0,0,0),(53876,34947,571,1,1,25632,1,9603.91,929.085,0.354932,3.06303,120,0,0,1,0,0,0,0,0),(42201,10618,1,1,1,10190,1,8067.48,-3862.44,763.086,1.62316,333,0,0,3496,2568,0,0,0,0),(42202,10619,1,1,1,9954,0,8068.7,-3862.2,762.76,1.53589,333,0,0,4430,0,0,0,0,0),(42203,9857,1,1,1,9132,0,6772.35,-4679.5,723.853,0.907571,333,0,0,6645,0,0,0,0,0),(42204,11138,1,1,1,10657,1,6800.54,-4742.35,701.62,3.1765,600,0,0,10572,0,0,0,0,0),(42205,11139,1,1,1,10658,1,6815.12,-4610.12,710.759,3.49066,600,0,0,10572,0,0,0,0,0),(42206,8588,1,1,1,9757,1,7235.04,-5131.35,732.843,1.50098,333,0,0,1939,4393,0,0,0,0),(42207,10637,1,1,1,9969,1,6697.55,-4647.11,721.089,3.12414,333,0,0,3997,0,0,0,0,0),(42208,16015,1,1,1,10815,0,4822.68,-4496.45,892.362,6.05629,333,0,0,9958,0,0,0,0,0),(42209,14742,1,1,1,14775,1,6753.64,-4660.54,724.349,1.25664,333,0,0,3104,0,0,0,0,0),(42210,10659,1,1,1,10585,0,6084.1,-4417.01,692.92,5.46946,333,5,0,3398,0,1,0,0,0),(42211,10659,1,1,1,10585,0,5897.74,-4103.98,594.154,1.0334,333,3,0,3398,0,1,0,0,0),(42212,10659,1,1,1,10585,0,6137.59,-4587.13,707.291,5.9008,333,5,0,3398,0,1,0,0,0),(42213,10659,1,1,1,10585,0,6156.68,-4599.62,714.432,1.84749,333,5,0,3398,0,1,0,0,0),(42214,10659,1,1,1,10585,0,6189.17,-4588.83,715.55,0.27183,333,5,0,3398,0,1,0,0,0),(42215,10659,1,1,1,10585,0,6164.27,-4587.95,714.27,3.09306,333,5,0,3398,0,1,0,0,0),(42216,10659,1,1,1,10585,0,5871.04,-4042.79,591.787,5.73749,333,3,0,3398,0,1,0,0,0),(42217,10659,1,1,1,10585,0,5879.44,-4040.87,593.06,3.18881,333,15,0,3398,0,1,0,0,0),(42218,10659,1,1,1,10585,0,6232.81,-4349.48,710.382,0.257681,333,3,0,3398,0,1,0,0,0),(42219,10659,1,1,1,10585,0,6200.83,-4346.64,729.852,0.278836,333,3,0,3398,0,1,0,0,0),(42220,10659,1,1,1,10585,0,5953,-4449.71,713.435,3.29449,333,15,0,3398,0,1,0,0,0),(42221,10659,1,1,1,10585,0,6175.84,-4378.05,666.183,0.160627,333,3,0,3398,0,1,0,0,0),(42222,10659,1,1,1,10585,0,6126.95,-4189.62,638.559,4.61528,333,3,0,3398,0,1,0,0,0),(42223,10659,1,1,1,10585,0,6122.81,-4181.4,638.512,1.53395,333,3,0,3398,0,1,0,0,0),(42224,10659,1,1,1,10585,0,6107.55,-4209.37,634.286,4.64802,333,3,0,3398,0,1,0,0,0),(42225,10659,1,1,1,10585,0,6112.74,-4204.5,635.702,2.16415,333,3,0,3398,0,1,0,0,0),(42226,10659,1,1,1,10585,0,5967.74,-4190.63,615.054,1.03825,333,3,0,3398,0,1,0,0,0),(42227,10659,1,1,1,10585,0,5970.08,-4189.13,615.316,4.27897,333,3,0,3398,0,1,0,0,0),(42228,10660,1,1,1,10584,0,6086.55,-4421.84,689.446,1.04794,333,5,0,2823,2117,1,0,0,0),(42229,10660,1,1,1,10584,0,5892.07,-4102.9,594.027,4.43014,333,3,0,2823,2117,1,0,0,0),(42230,10660,1,1,1,10584,0,5886.22,-4107.2,594.277,0.519578,333,3,0,2823,2117,1,0,0,0),(42231,10660,1,1,1,10584,0,6148.89,-4551.18,710.221,4.32916,333,5,0,2823,2117,1,0,0,0),(42232,10660,1,1,1,10584,0,6153.31,-4553.59,711.056,5.63988,333,5,0,2823,2117,1,0,0,0),(42233,10660,1,1,1,10584,0,6130.65,-4636.77,711.806,6.03063,333,5,0,2823,2117,1,0,0,0),(42234,10660,1,1,1,10584,0,6173.6,-4623.88,716.779,1.45323,333,5,0,2823,2117,1,0,0,0),(42235,10660,1,1,1,10584,0,6179.22,-4579.96,714.3,3.91831,333,5,0,2823,2117,1,0,0,0),(42236,10660,1,1,1,10584,0,6142.38,-4522.75,702.17,4.58503,333,5,0,2823,2117,1,0,0,0),(42237,10660,1,1,1,10584,0,6137.26,-4503.93,687.184,1.13771,333,5,0,2823,2117,1,0,0,0),(42238,10660,1,1,1,10584,0,6118.87,-4335.41,732.441,0.441227,333,3,0,2823,2117,1,0,0,0),(42239,10660,1,1,1,10584,0,6122.07,-4301.77,731.255,1.52949,333,3,0,2823,2117,1,0,0,0),(42240,10660,1,1,1,10584,0,5980.98,-4435.27,709.986,4.69774,333,15,0,2823,2117,1,0,0,0),(42241,10660,1,1,1,10584,0,6105.68,-4710.8,734.031,4.46039,333,3,0,2823,2117,1,0,0,0),(42242,10660,1,1,1,10584,0,6108.14,-4742.79,749.502,4.72411,333,3,0,2823,2117,1,0,0,0),(42243,10660,1,1,1,10584,0,6150.22,-4418.32,661.471,2.27953,333,3,0,2823,2117,1,0,0,0),(42244,10660,1,1,1,10584,0,6150.63,-4429.69,661.887,5.93777,333,3,0,2823,2117,1,0,0,0),(42245,10660,1,1,1,10584,0,6166.7,-4381.99,665.096,5.22346,333,3,0,2823,2117,1,0,0,0),(42246,10660,1,1,1,10584,0,6172.13,-4208.91,644.47,5.34229,333,3,0,2823,2117,1,0,0,0),(42247,10660,1,1,1,10584,0,6164.48,-4205.96,642.44,3.9253,333,3,0,2823,2117,1,0,0,0),(42248,10660,1,1,1,10584,0,6121.11,-4187.73,638.071,2.51346,333,3,0,2823,2117,1,0,0,0),(42249,10660,1,1,1,10584,0,6106.58,-4200.32,634.89,0.942428,333,3,0,2823,2117,1,0,0,0),(42250,10916,1,1,1,6829,0,6886.71,-4085.93,690.912,5.64808,333,0,0,3758,0,2,0,0,0),(42251,10916,1,1,1,6829,0,6896.69,-4094.36,691.715,5.58132,333,0,0,3758,0,2,0,0,0),(42252,10916,1,1,1,6829,0,6891.28,-4089.79,691.189,5.58132,333,0,0,3758,0,2,0,0,0),(42253,10661,1,1,1,10583,0,6085.23,-4425.32,688.744,5.49848,333,5,0,3420,0,1,0,0,0),(42254,10661,1,1,1,10583,0,5875.66,-4048.99,592.755,1.2575,333,3,0,3420,0,1,0,0,0),(42255,10661,1,1,1,10583,0,6218.1,-4341.52,720.856,2.14037,333,3,0,3420,0,1,0,0,0),(42256,10661,1,1,1,10583,0,6117.86,-4316.04,732.491,5.4577,333,3,0,3420,0,1,0,0,0),(42257,10661,1,1,1,10583,0,5985.6,-4423.26,711.522,1.4387,333,15,0,3420,0,1,0,0,0),(42258,10661,1,1,1,10583,0,6123.14,-4732.53,742.411,2.66048,333,3,0,3420,0,1,0,0,0),(42259,10661,1,1,1,10583,0,6165.43,-4492.74,685.851,2.08946,333,5,0,3420,0,1,0,0,0),(42260,10661,1,1,1,10583,0,6151.47,-4427.07,661.981,5.67302,333,3,0,3420,0,1,0,0,0),(42261,10661,1,1,1,10583,0,6164.73,-4375.12,663.892,0.61323,333,3,0,3420,0,1,0,0,0),(42262,10661,1,1,1,10583,0,6173.84,-4204.27,642.614,3.25983,333,3,0,3420,0,1,0,0,0),(42263,10661,1,1,1,10583,0,5963.93,-4192.41,614.276,6.04548,333,3,0,3420,0,1,0,0,0),(42264,10918,1,1,1,11513,0,5042.13,-4845.89,869.714,0.699623,333,0,0,4244,0,0,0,0,0),(42265,10662,1,1,1,9995,0,6282.77,-4491.71,721.254,4.67879,600,0,0,16194,0,0,0,0,0),(42266,10663,1,1,1,9996,0,5966.88,-4093.09,598.823,1.36743,600,0,0,17226,0,0,0,0,0),(42267,10664,1,1,1,6373,0,5887.75,-4058.83,594.695,0.951846,600,0,0,36624,0,2,0,0,0),(42268,4779,1,1,1,2785,0,6741.7,-4608.93,720.738,4.83456,333,0,0,42,0,0,0,0,0),(42269,11182,1,1,1,10739,1,6740.85,-4691.69,721.453,4.29351,333,0,0,3293,0,0,0,0,0),(42270,11183,1,1,1,10740,1,6742.89,-4694.97,721.453,3.12414,333,0,0,3398,0,0,0,0,0),(42271,11184,1,1,1,10741,1,6733.39,-4699.04,721.453,0.610865,333,0,0,3189,0,0,0,0,0),(42272,11696,1,1,1,11662,1,7243.25,-5131.11,732.957,0.191986,333,0,0,3189,0,0,0,0,0),(42273,11185,1,1,1,10742,1,6706.15,-4633.79,721.869,5.58505,333,0,0,3758,0,0,0,0,0),(42274,11186,1,1,1,10744,1,6706.53,-4703.55,721.682,0.977384,333,0,0,3293,0,0,0,0,0),(42275,11187,1,1,1,10743,1,6679.62,-4670.89,721.797,3.26377,333,0,0,4120,0,0,0,0,0),(42276,11188,1,1,1,10745,1,6745.13,-4630.21,721.675,4.18879,333,0,0,3876,0,0,0,0,0),(42277,11189,1,1,1,10746,1,6772.05,-4662.02,723.979,5.37561,333,0,0,2980,0,0,0,0,0),(42278,11190,1,1,1,10748,1,6738,-4674.85,722.069,5.59426,333,0,0,22758,0,0,0,0,0),(42279,11190,1,1,1,10748,1,6768.34,-4668.52,723.748,6.23082,333,0,0,22758,0,0,0,0,0),(42280,11190,1,1,1,10747,1,6719.97,-4702.69,721.832,0.95876,333,0,0,22758,0,0,0,0,0),(42281,11190,1,1,1,10748,1,6718.4,-4629.9,721.785,3.08778,333,0,0,22758,0,0,0,0,0),(42282,11190,1,1,1,10748,1,6768.52,-4673.63,723.748,0,333,0,0,22758,0,0,0,0,0),(42283,11190,1,1,1,10748,1,6730.23,-4611.55,720.785,1.74533,333,0,0,22758,0,0,0,0,0),(42284,11190,1,1,1,10747,1,6686.82,-4677.92,721.715,3.46504,333,0,0,22758,0,0,0,0,0),(42285,11190,1,1,1,10748,1,6702.67,-4648.39,721.115,3.91285,333,0,0,22758,0,0,0,0,0),(42286,11190,1,1,1,10748,1,6712.55,-4679.95,721.349,4.38982,333,0,0,22758,0,0,0,0,0),(42287,11190,1,1,1,10747,1,6700.61,-4694.59,722.099,5.07187,333,0,0,22758,0,0,0,0,0),(42288,11190,1,1,1,10747,1,6730.38,-4629.39,721.41,3.11139,333,0,0,22758,0,0,0,0,0),(42289,11190,1,1,1,10747,1,6712.8,-4640,721.365,5.27548,333,0,0,22758,0,2,0,0,0),(42290,11190,1,1,1,10748,1,6726.46,-4654.4,720.99,3.5595,333,0,0,22758,0,0,0,0,0),(42291,11190,1,1,1,10747,1,6749.09,-4713.45,721.298,4.33475,333,0,0,22758,0,0,0,0,0),(42292,11190,1,1,1,10748,1,6779.05,-4681.28,723.978,1.62316,333,0,0,22758,0,0,0,0,0),(42293,11190,1,1,1,10747,1,6725.81,-4623.57,720.936,1.6697,333,0,0,22758,0,2,0,0,0),(42294,11190,1,1,1,10747,1,6783.28,-4664.83,723.966,3.45575,333,0,0,22758,0,0,0,0,0),(42295,11190,1,1,1,10747,1,6718.92,-4612.77,721.41,1.50098,333,0,0,22758,0,0,0,0,0),(42296,11191,1,1,1,10725,1,6776.04,-4671.03,723.894,2.26893,333,0,0,3398,0,0,0,0,0),(42297,11192,1,1,1,10726,1,6778.65,-4668.73,723.929,4.01426,333,0,0,3876,0,0,0,0,0),(42298,11193,1,1,1,10724,1,6773.18,-4671.16,723.858,6.19592,333,0,0,3758,0,0,0,0,0),(42299,10684,1,1,1,11423,0,6433.67,-4302.5,666.743,6.0915,333,0,0,2915,2163,0,0,0,0),(42300,10431,1,1,1,9792,1,6688.56,-4672.37,721.742,5.96903,333,0,0,3398,0,0,0,0,0),(42301,14531,1,1,1,14580,0,7909.71,-4598.67,710.318,0.643306,600,0,0,24416,0,0,0,0,0),(42302,3779,1,1,1,1916,1,7122.51,-3977.65,745.698,2.84489,333,0,0,3398,0,0,0,0,0),(42303,11718,1,1,1,11673,1,7928.07,-4455.82,711.498,3.89208,333,0,0,4906,0,0,0,0,0),(42304,10197,1,1,1,3208,0,6764.5,-3514.1,686.782,2.27956,19900,0,0,3398,0,0,0,0,0),(42305,10198,1,1,1,10317,0,5211.14,-4815.45,701.077,0.733038,43200,0,0,9156,0,0,0,0,0),(42306,10199,1,1,1,9491,0,6848.33,-5066.45,689.427,5.38911,19900,0,0,3198,2369,2,0,0,0),(42307,10201,1,1,1,10925,0,4733.43,-4933.86,885.823,0.959931,43200,0,0,27665,9944,0,0,0,0),(42308,10978,1,1,1,10651,1,6705.61,-4686.18,721.974,0.436332,333,0,0,3758,0,0,0,0,0),(42309,10468,1,1,1,10655,1,6705.58,-4692.07,721.272,2.1293,333,0,0,3293,0,0,0,0,0),(42310,11751,1,1,1,11674,1,7924.14,-4453.44,711.23,4.64258,333,0,0,484,0,0,0,0,0),(42311,11753,1,1,1,11675,0,6705.41,-4662.46,722.028,6.23082,333,0,0,3876,0,0,0,0,0),(42312,11754,1,1,1,11676,0,6726.73,-4623.79,721.061,1.62203,333,0,0,2884,5751,2,0,0,0),(42313,11755,1,1,1,11679,0,6714.13,-4655.94,721.72,0,333,0,0,3293,0,0,0,0,0),(42314,11757,1,1,1,11690,0,6723.88,-4715.68,722.038,2.93694,333,0,0,1981,0,0,0,0,0),(42315,10738,1,1,1,9491,0,6720,-5255.57,777.95,5.00198,333,0,0,3554,2369,2,0,0,0),(42316,2303,1,1,1,10749,1,7147.01,-4005.61,745.713,2.79253,333,0,0,3644,0,0,0,0,0),(42317,10929,1,1,1,19806,1,6109.63,-4189.44,850.446,5.14872,300,0,0,3496,2568,0,0,0,0),(42318,11822,1,1,1,11777,1,7879.36,-2419.45,497.273,5.79449,300,0,0,1,2790,0,0,0,0),(42319,12022,1,1,1,12033,1,7873.69,-2494.83,489.361,4.32842,300,0,0,2980,0,0,0,0,0),(42320,11822,1,1,1,11775,1,7948.36,-2371.89,486.781,1.62316,300,0,0,1,2790,0,0,0,0),(42321,11822,1,1,1,11776,1,7803.22,-2421.13,488.602,5.07891,300,0,0,1,2790,0,0,0,0),(42322,11822,1,1,1,11775,1,7961.83,-2370.75,486.552,1.8326,300,0,0,1,2790,0,0,0,0),(42323,11822,1,1,1,11775,1,7799.91,-2407.41,488.05,3.61283,300,0,0,1,2790,0,0,0,0),(42324,11822,1,1,1,11776,1,7838.02,-2442.74,487.195,1.58825,300,0,0,1,2790,0,0,0,0),(42325,12025,1,1,1,12047,1,7768.57,-2429.68,487.31,4.85202,300,0,0,2980,0,0,0,0,0),(42326,11822,1,1,1,11774,1,7787.79,-2413.56,489.011,0.558505,300,0,0,1,2790,0,0,0,0),(42327,11822,1,1,1,11776,1,7990.63,-2691.08,510.865,0.383972,300,0,0,1,2790,0,0,0,0),(42328,11716,1,1,1,11684,1,7944.3,-2638.42,492.936,2.26893,300,0,0,4120,0,0,0,0,0),(42329,11939,1,1,1,11893,0,7943.56,-2417.24,494.055,4.85202,300,0,0,3398,0,0,0,0,0),(42330,11796,1,1,1,11771,0,8002.22,-2492.85,491.951,2.4917,300,0,0,3297,2434,0,0,0,0),(42331,11795,1,1,1,11770,0,7990.11,-2576.35,502.513,0.017453,300,0,0,3297,2434,0,0,0,0),(42332,11801,1,1,1,11768,0,7797.39,-2574.32,488.562,0.017453,300,0,0,3297,2434,0,0,0,0),(42333,11799,1,1,1,11766,1,7874.23,-2224.18,469.159,3.57792,300,0,0,3297,2434,0,0,0,0),(42334,11802,1,1,1,11769,0,8020,-2678.74,524.532,5.88176,300,0,0,3297,2434,0,0,0,0),(42335,11797,1,1,1,11772,0,7826.03,-2530.64,489.384,5.18363,300,0,0,3297,2434,0,0,0,0),(42336,10897,1,1,1,10196,1,7454.85,-2491.61,462.699,1.15192,600,0,0,10572,0,0,0,0,0),(42337,11798,1,1,1,11773,0,7785.46,-2403.46,489.626,5.86431,300,0,0,1,2790,0,0,0,0),(42338,11800,1,1,1,11767,0,7795.36,-2400.29,489.52,4.32842,300,0,0,1,2790,0,0,0,0),(42339,12740,1,1,1,12629,1,7466.15,-2122.08,492.427,5.88176,600,0,0,10572,0,0,0,0,0),(42340,11832,1,1,1,11906,0,7848.3,-2216.35,470.888,3.90954,600,0,0,119770,115815,0,0,0,0),(42341,721,1,1,1,328,0,7608.12,-2225.69,469.839,0.061484,300,5,0,1,0,1,0,0,0),(42342,883,1,1,1,347,0,7524.31,-2193.02,476.397,4.20073,300,5,0,1,0,1,0,0,0),(42343,1412,1,1,1,134,0,7625.93,-2208,468.214,1.31655,300,10,0,8,0,1,0,0,0),(42344,1412,1,1,1,134,0,7574.53,-2215.41,474.143,2.40816,300,10,0,8,0,1,0,0,0),(42345,883,1,1,1,347,0,7592.45,-2194.54,475.698,0.247466,300,5,0,1,0,1,0,0,0),(42346,1412,1,1,1,134,0,7592.41,-2184.6,475.299,2.22524,300,10,0,8,0,1,0,0,0),(42347,11957,1,1,1,11910,0,7359.77,-2729.17,461.181,6.21553,300,0,0,9431,0,0,0,0,0),(42348,1412,1,1,1,134,0,7534.41,-2143.83,483.908,3.15722,300,10,0,8,0,1,0,0,0),(42349,883,1,1,1,347,0,7565.45,-2361.3,453.986,6.00408,300,10,0,1,0,1,0,0,0),(42350,1412,1,1,1,134,0,8000.31,-2276.89,490.687,3.41993,300,10,0,8,0,1,0,0,0),(42351,883,1,1,1,347,0,7962.98,-2266.01,480.19,4.51289,300,5,0,1,0,1,0,0,0),(42352,883,1,1,1,347,0,7774.37,-2887.24,466.091,4.63816,300,10,0,1,0,1,0,0,0),(42353,1412,1,1,1,134,0,7620.92,-2896.15,465.532,0.174319,300,10,0,8,0,1,0,0,0),(42354,721,1,1,1,4626,0,7376.25,-2698.62,462.837,3.35066,300,5,0,1,0,1,0,0,0),(42355,883,1,1,1,347,0,7509.89,-2952.18,461.268,0.369294,300,5,0,1,0,1,0,0,0),(42356,11956,1,1,1,11909,0,8068.29,-2284.12,497.074,1.09579,300,0,0,9431,0,0,0,0,0),(42357,22889,1,1,1,21126,0,7497.61,-3104.43,435.345,2.96706,300,0,0,4192,3155,0,0,0,0),(42358,22889,1,1,1,21125,0,7473.7,-3057.61,427.129,3.66519,300,0,0,4192,3155,0,0,0,0),(42359,22902,1,1,1,19034,0,7467.01,-3103.62,429.772,0.942478,300,0,0,4192,3155,0,0,0,0),(42360,22834,1,1,1,21107,0,7459.48,-3123.03,438.398,5.51524,300,0,0,6986,0,0,0,0,0),(42361,22835,1,1,1,21108,1,7537.46,-3029.42,463.543,1.23918,300,0,0,8383,0,0,0,0,0),(42362,22837,1,1,1,21111,1,7517.58,-3054.21,444.818,4.88692,300,0,0,7181,0,0,0,0,0),(42363,22835,1,1,1,21108,1,7505.75,-3070.82,443.129,2.96706,300,0,0,8383,0,0,0,0,0),(42364,11822,1,1,1,11774,1,7918.04,-2492.09,488.53,0.05236,300,0,0,1,2790,0,0,0,0),(42365,4184,1,1,1,11907,0,7985.27,-2581.48,493.124,2.40855,300,0,0,2980,0,0,0,0,0),(42366,7940,1,1,1,7016,0,7979.74,-2569.33,493.124,4.67748,300,0,0,4906,0,0,0,0,0),(42367,11822,1,1,1,11775,1,7571.55,-2900.22,460.274,1.48353,300,0,0,1,2790,0,0,0,0),(42368,11822,1,1,1,11777,1,7561.52,-2899.31,460.247,1.44862,300,0,0,1,2790,0,0,0,0),(42369,12023,1,1,1,12034,0,8030.57,-2687.78,515.143,0.628319,300,0,0,2980,0,0,0,0,0),(42370,11822,1,1,1,11774,1,7888.12,-2575.61,487.058,1.90241,300,0,0,1,2790,0,0,0,0),(42371,12021,1,1,1,12045,1,7956.8,-2424.43,489.03,5.8294,300,0,0,2980,0,0,0,0,0),(42372,11822,1,1,1,11777,1,7620.78,-3025.96,483.009,2.30383,300,0,0,1,2790,0,0,0,0),(42373,11822,1,1,1,11777,1,7468.21,-2791.69,461.972,4.70428,300,0,0,1,2790,2,0,0,0),(42374,1412,1,1,1,134,0,7655.68,-2203.19,466.828,2.85874,300,10,0,8,0,1,0,0,0),(42375,1412,1,1,1,134,0,8060.94,-2716.67,518.772,6.28293,300,10,0,8,0,1,0,0,0),(42376,1412,1,1,1,134,0,7335.35,-2643.57,491.67,6.03204,300,10,0,8,0,1,0,0,0),(42377,1412,1,1,1,134,0,7521.72,-2489.4,454.6,3.25516,300,10,0,8,0,1,0,0,0),(42378,1412,1,1,1,134,0,7714.08,-2886.8,465.58,1.60646,300,10,0,8,0,1,0,0,0),(42379,1412,1,1,1,134,0,7723.12,-2813.36,460.252,6.16101,300,10,0,8,0,1,0,0,0),(42380,1412,1,1,1,134,0,7804.25,-2152.69,478.866,4.41195,300,10,0,8,0,1,0,0,0),(42381,883,1,1,1,347,0,7509.51,-2436.65,456.828,1.44378,300,5,0,1,0,1,0,0,0),(42382,22902,1,1,1,19033,0,7487.06,-3087.76,439.674,0.401426,300,0,0,4192,3155,0,0,0,0),(42383,22889,1,1,1,21125,0,7469.02,-3051.6,427.351,5.5676,300,0,0,4192,3155,0,0,0,0),(42384,22889,1,1,1,21125,0,7442.24,-3085.73,438.405,0.20944,300,0,0,4192,3155,0,0,0,0),(42385,22902,1,1,1,19033,0,7480.59,-3108.27,432.005,5.72468,300,0,0,4192,3155,0,0,0,0),(42386,22835,1,1,1,21108,1,7567.17,-3003.5,459.959,1.48353,300,0,0,8383,0,0,0,0,0),(42387,22835,1,1,1,21109,1,7546.75,-3034.87,463.543,1.02974,300,0,0,8383,0,0,0,0,0),(42388,11822,1,1,1,11775,1,7868.76,-2557.35,487.11,0.05236,300,0,0,1,2790,0,0,0,0),(42389,11822,1,1,1,11776,1,7975.65,-2495.48,487.399,3.33358,300,0,0,1,2790,0,0,0,0),(42390,11822,1,1,1,11776,1,7919.44,-2501.1,488.41,0.191986,300,0,0,1,2790,0,0,0,0),(42391,11822,1,1,1,11774,1,7843.47,-2230.49,467.772,3.9968,300,0,0,1,2790,0,0,0,0),(42392,12024,1,1,1,12031,1,7840.32,-2562.68,489.369,4.74729,300,0,0,2980,0,0,0,0,0),(42393,11822,1,1,1,11776,1,7607.1,-2972.36,461.17,3.28266,300,0,0,1,2790,0,0,0,0),(42394,11822,1,1,1,11776,1,7810.99,-2567.44,488.578,4.7822,300,0,0,1,2790,0,0,0,0),(42395,11822,1,1,1,11775,1,7825.73,-2442.33,487.746,1.50098,300,0,0,1,2790,0,0,0,0),(42396,11822,1,1,1,11776,1,7680.14,-2961.24,465.808,3.52556,300,0,0,1,2790,0,0,0,0),(42397,12026,1,1,1,12050,1,7970,-2408.71,489.017,3.31613,300,0,0,2980,0,0,0,0,0),(42398,721,1,1,1,4626,0,7477.69,-2530.84,457.948,3.18263,300,5,0,1,0,1,0,0,0),(42399,1412,1,1,1,134,0,7661.07,-2235.09,461.686,1.30215,300,10,0,8,0,1,0,0,0),(42400,883,1,1,1,347,0,7566.29,-2324.07,465.892,2.20024,300,5,0,1,0,1,0,0,0),(42401,883,1,1,1,347,0,7779.4,-2355.34,455.628,5.44593,300,5,0,1,0,1,0,0,0),(42402,1412,1,1,1,134,0,7569.56,-2178.33,477.645,5.68326,300,10,0,8,0,1,0,0,0),(42403,883,1,1,1,347,0,7825.86,-2169.29,476.164,0.611286,300,10,0,1,0,1,0,0,0),(42404,1412,1,1,1,134,0,7664.42,-2952.8,464.797,5.18363,300,0,0,8,0,0,0,0,0),(42405,721,1,1,1,328,0,7638.93,-2940.33,462.736,0.362405,300,5,0,1,0,1,0,0,0),(42406,883,1,1,1,347,0,7663.18,-2239.95,462.749,1.44741,300,10,0,1,0,1,0,0,0),(42407,22889,1,1,1,21125,0,7510.24,-3132.62,434.403,2.74017,300,0,0,4192,3155,0,0,0,0),(42408,22916,1,1,1,17188,0,7459.59,-3122.03,438.366,0.610865,300,0,0,3633,3155,0,0,0,0),(42409,22889,1,1,1,21125,0,7448.97,-3083.59,438.036,5.16617,300,0,0,4192,3155,0,0,0,0),(42410,11822,1,1,1,11777,1,7812.21,-2579.67,488.578,1.74533,300,0,0,1,2790,0,0,0,0),(42411,11822,1,1,1,11774,1,7837.17,-2225.48,467.486,4.11898,300,0,0,1,2790,0,0,0,0),(42412,11822,1,1,1,11776,1,7628.34,-3019.38,483.009,2.11185,300,0,0,1,2790,0,0,0,0),(42413,12019,1,1,1,12044,0,7888.76,-2509.42,489.351,1.62316,300,0,0,2980,0,0,0,0,0),(42414,11822,1,1,1,11776,1,7986.36,-2669.34,512.286,0.314159,300,0,0,1,2790,0,0,0,0),(42415,12042,1,1,1,12053,1,7867.13,-2593.73,486.92,0.680678,300,0,0,2980,0,0,0,0,0),(42416,11822,1,1,1,11774,1,8008.61,-2667.19,512.183,2.68781,300,0,0,1,2790,0,0,0,0),(42417,11822,1,1,1,11777,1,7889.49,-2213.62,474.329,0.795509,300,0,0,1,2790,0,0,0,0),(42418,11822,1,1,1,11775,1,7955.89,-2600.95,489.784,1.53589,300,0,0,1,2790,0,0,0,0),(42419,11822,1,1,1,11775,1,7795.4,-2423.64,488.176,5.11381,300,0,0,1,2790,0,0,0,0),(42420,883,1,1,1,347,0,7629.2,-2925.48,462.361,6.09492,300,5,0,1,0,1,0,0,0),(42421,883,1,1,1,347,0,7954.47,-2236.68,481.873,5.24243,300,5,0,1,0,1,0,0,0),(42422,1412,1,1,1,134,0,7624.78,-2291.01,459.681,3.69027,300,10,0,8,0,1,0,0,0),(42423,1412,1,1,1,134,0,7390.14,-2584.9,458.608,1.64439,300,10,0,8,0,1,0,0,0),(42424,883,1,1,1,347,0,7818.99,-2235.69,463.321,5.30743,300,5,0,1,0,1,0,0,0),(42425,1412,1,1,1,134,0,7669.2,-2088.1,480.678,1.51801,300,10,0,8,0,1,0,0,0),(42426,883,1,1,1,347,0,7425.22,-2890.8,472.59,1.28364,300,5,0,1,0,1,0,0,0),(42427,1412,1,1,1,134,0,7954.75,-2358.13,486.97,0.241126,300,10,0,8,0,1,0,0,0),(42428,883,1,1,1,347,0,7633.23,-2975.48,468.894,3.17427,300,5,0,1,0,1,0,0,0),(42429,12029,1,1,1,12040,1,7834.28,-2612.63,489.384,1.74533,300,0,0,2980,0,0,0,0,0),(42430,11822,1,1,1,11774,1,7954.49,-2569.43,490.164,2.40855,300,0,0,1,2790,0,0,0,0),(42431,11822,1,1,1,11777,1,8031.08,-2646.01,512.205,3.22886,300,0,0,1,2790,0,0,0,0),(42432,11822,1,1,1,11775,1,7685.39,-2970.33,465.808,3.59538,300,0,0,1,2790,0,0,0,0),(42433,1412,1,1,1,134,0,7527.71,-2250.76,474.589,4.58862,300,10,0,8,0,1,0,0,0),(42434,1412,1,1,1,134,0,8000.02,-2500.99,490.724,3.20998,300,0,0,8,0,0,0,0,0),(42435,1412,1,1,1,134,0,7715.85,-3011.06,469.191,5.32477,300,10,0,8,0,1,0,0,0),(42436,883,1,1,1,347,0,8047.73,-2301.39,498.517,0.734267,300,10,0,1,0,1,0,0,0),(42437,721,1,1,1,4626,0,7568.76,-2162.24,480.291,2.48657,300,5,0,1,0,1,0,0,0),(42438,1412,1,1,1,134,0,7473.39,-2680.11,454.268,2.58177,300,10,0,8,0,1,0,0,0),(42439,1412,1,1,1,134,0,7810.66,-2281.19,457.681,1.00722,300,10,0,8,0,1,0,0,0),(42440,883,1,1,1,347,0,7556.08,-2429.15,454.417,4.63217,300,5,0,1,0,1,0,0,0),(42441,1412,1,1,1,134,0,7428.54,-2871.55,465.777,0.073347,300,10,0,8,0,1,0,0,0),(42442,721,1,1,1,328,0,7755.02,-2814.88,462.777,3.5151,300,10,0,1,0,1,0,0,0),(42443,883,1,1,1,347,0,7745.78,-2102.08,476.098,1.29169,300,5,0,1,0,1,0,0,0),(42444,721,1,1,1,328,0,7721.35,-2857.9,463.624,1.24085,300,5,0,1,0,1,0,0,0),(42445,1412,1,1,1,134,0,7596.75,-2120.33,482.193,6.16772,300,10,0,8,0,1,0,0,0),(42446,1412,1,1,1,134,0,7987.27,-2335.7,492.045,6.21051,300,10,0,8,0,1,0,0,0),(42447,1412,1,1,1,134,0,7523.45,-2327.7,469.703,6.23825,300,10,0,8,0,1,0,0,0),(42448,883,1,1,1,347,0,7328.84,-2709.83,465.438,5.41413,300,5,0,1,0,1,0,0,0),(42449,883,1,1,1,347,0,7900.65,-2585.79,486.271,5.76426,300,5,0,1,0,1,0,0,0),(42450,883,1,1,1,347,0,7441.35,-2912.39,476.949,4.80526,300,5,0,1,0,1,0,0,0),(42451,883,1,1,1,347,0,7757.51,-2291.69,459.283,3.49369,300,5,0,1,0,1,0,0,0),(42452,1412,1,1,1,134,0,7830.84,-2515.59,486.695,6.16577,300,10,0,8,0,1,0,0,0),(42453,883,1,1,1,347,0,7431.77,-2722.1,463.337,1.99635,300,5,0,1,0,1,0,0,0),(42454,883,1,1,1,347,0,7595.2,-2385.53,457.111,3.11412,300,5,0,1,0,1,0,0,0),(42455,1412,1,1,1,134,0,7820.36,-2239.44,463.636,5.63649,300,10,0,8,0,1,0,0,0),(42456,1412,1,1,1,134,0,7620.96,-3012.62,479.442,0.488849,300,10,0,8,0,1,0,0,0),(42457,1412,1,1,1,134,0,7795.88,-2238.43,462.725,4.13738,300,10,0,8,0,1,0,0,0),(42458,1412,1,1,1,134,0,7741.67,-2108.33,475.744,5.98985,300,10,0,8,0,1,0,0,0),(42459,1412,1,1,1,134,0,7597.07,-2159.02,480.425,5.71144,300,10,0,8,0,1,0,0,0),(42460,883,1,1,1,347,0,7547.87,-2170.48,481.182,0.377968,300,5,0,1,0,1,0,0,0),(42461,1412,1,1,1,134,0,7962.19,-2285.81,480.459,3.02339,300,10,0,8,0,1,0,0,0),(42462,883,1,1,1,347,0,7945.55,-2147.86,500.146,4.9872,300,5,0,1,0,1,0,0,0),(42463,721,1,1,1,4626,0,7696.92,-2254.88,459.184,5.62094,300,5,0,1,0,1,0,0,0),(42464,1412,1,1,1,134,0,7928.51,-2238.54,483.772,4.59417,300,10,0,8,0,1,0,0,0),(42465,1412,1,1,1,134,0,7555.89,-2297.35,468.625,5.22754,300,10,0,8,0,1,0,0,0),(42466,883,1,1,1,347,0,7755.53,-2791.56,458.725,4.99002,300,10,0,1,0,1,0,0,0),(42467,883,1,1,1,347,0,7694.27,-3005.64,464.738,4.01042,300,5,0,1,0,1,0,0,0),(42468,883,1,1,1,347,0,7808.94,-2851.93,459.709,4.09444,300,10,0,1,0,1,0,0,0),(42469,1412,1,1,1,134,0,7611.49,-2320.19,464.071,1.28516,300,10,0,8,0,1,0,0,0),(42470,721,1,1,1,4626,0,7447.93,-2794.27,464.689,2.56978,300,5,0,1,0,1,0,0,0),(42471,883,1,1,1,347,0,8010.76,-2695.97,512.278,2.53963,300,2,0,1,0,1,0,0,0),(42472,1412,1,1,1,134,0,7495.41,-2202.35,481.366,4.99764,300,10,0,8,0,1,0,0,0),(42473,721,1,1,1,4626,0,7407.73,-2413.88,462.187,0.097919,300,5,0,1,0,1,0,0,0),(42474,1412,1,1,1,134,0,8013.17,-2595.33,499.645,5.59045,300,10,0,8,0,1,0,0,0),(42475,1412,1,1,1,134,0,7624.93,-2121,481.668,2.4516,300,10,0,8,0,1,0,0,0),(42476,721,1,1,1,328,0,8021.2,-2242.02,496.16,1.5542,300,5,0,1,0,1,0,0,0),(42477,721,1,1,1,4626,0,7774.66,-2136.47,475.456,6.09463,300,5,0,1,0,1,0,0,0),(42478,1412,1,1,1,134,0,7504.12,-2578.75,457.165,3.48356,300,10,0,8,0,1,0,0,0),(42479,1412,1,1,1,134,0,7779.02,-2849.11,465.06,2.00913,300,10,0,8,0,1,0,0,0),(42480,883,1,1,1,347,0,7555.47,-2900.06,461.417,6.01239,300,5,0,1,0,1,0,0,0),(42481,721,1,1,1,328,0,7478.59,-2752.32,461.775,1.84136,300,5,0,1,0,1,0,0,0),(42482,721,1,1,1,4626,0,7554.27,-2861.11,458.86,0.634898,300,5,0,1,0,1,0,0,0),(42483,883,1,1,1,347,0,7707.97,-2209.12,459.958,4.95465,300,10,0,1,0,1,0,0,0),(42484,1412,1,1,1,134,0,7995.28,-2129.64,501.595,5.38935,300,10,0,8,0,1,0,0,0),(42485,883,1,1,1,347,0,7702.32,-2385.49,452.101,0.352942,300,2,0,1,0,1,0,0,0),(42486,1412,1,1,1,134,0,7668.45,-2358.72,456.936,0.227829,300,10,0,8,0,1,0,0,0),(42487,1412,1,1,1,134,0,7497.54,-2831.42,461.219,4.47973,300,10,0,8,0,1,0,0,0),(42488,1412,1,1,1,134,0,7676.27,-2127.05,479.672,5.65942,300,10,0,8,0,1,0,0,0),(42489,883,1,1,1,347,0,7496.75,-2882.35,457.74,2.87489,300,5,0,1,0,1,0,0,0),(42490,883,1,1,1,347,0,7980.8,-2656.97,514.521,3.37828,300,5,0,1,0,1,0,0,0),(42491,721,1,1,1,4626,0,7867.82,-2208.28,471.191,1.48571,300,5,0,1,0,1,0,0,0),(42492,883,1,1,1,347,0,7748.83,-2921.49,474.596,5.99416,300,5,0,1,0,1,0,0,0),(42493,1412,1,1,1,134,0,7484.72,-2213.3,482.47,3.0084,300,10,0,8,0,1,0,0,0),(42494,883,1,1,1,347,0,7390.45,-2558.62,462.232,3.09276,300,5,0,1,0,1,0,0,0),(42495,883,1,1,1,347,0,7683.87,-2980.71,465.116,0.785398,300,5,0,1,0,1,0,0,0),(42496,1412,1,1,1,134,0,7461.83,-2569.21,457.605,1.92513,300,10,0,8,0,1,0,0,0),(42497,721,1,1,1,4626,0,7869.37,-2257.86,475.635,4.86051,300,5,0,1,0,1,0,0,0),(42498,1412,1,1,1,134,0,7935.13,-2548.68,485.306,3.13552,300,10,0,8,0,1,0,0,0),(42499,883,1,1,1,347,0,7459.72,-2820.69,463.506,0.610853,300,5,0,1,0,1,0,0,0),(42500,883,1,1,1,347,0,7654.53,-2866.12,466.414,0.982963,300,10,0,1,0,1,0,0,0),(42501,1412,1,1,1,134,0,7888.26,-2584.11,487.028,5.31273,300,10,0,8,0,1,0,0,0),(42502,1412,1,1,1,134,0,7590.17,-2342.1,456.839,5.94354,300,10,0,8,0,1,0,0,0),(42503,883,1,1,1,347,0,7765.76,-2378.71,470.098,4.19106,300,5,0,1,0,1,0,0,0),(42504,1412,1,1,1,134,0,7563.91,-2414.75,453.49,4.92185,300,10,0,8,0,1,0,0,0),(42505,721,1,1,1,4626,0,7805.92,-2338.95,457.319,4.00479,300,5,0,1,0,1,0,0,0),(42506,1412,1,1,1,134,0,7804.33,-2305.82,455.494,1.62912,300,10,0,8,0,1,0,0,0),(42507,721,1,1,1,328,0,7826.4,-2424.23,488.733,2.63245,300,5,0,1,0,1,0,0,0),(42508,883,1,1,1,347,0,7455.33,-2296.08,474.839,0.614895,300,10,0,1,0,1,0,0,0),(42509,883,1,1,1,347,0,8075.92,-2237.89,515.601,4.17448,300,5,0,1,0,1,0,0,0),(42510,721,1,1,1,328,0,7993.7,-2659.89,512.514,0.863548,300,5,0,1,0,1,0,0,0),(42511,721,1,1,1,328,0,7438.2,-2322.83,476.973,6.15386,300,5,0,1,0,1,0,0,0),(42512,1412,1,1,1,134,0,7694.48,-2221.56,456.351,0.34493,300,10,0,8,0,1,0,0,0),(42513,883,1,1,1,347,0,7511.05,-2529.04,455.107,6.0446,300,5,0,1,0,1,0,0,0),(42514,883,1,1,1,347,0,7352.22,-2601.39,482.341,1.92661,300,5,0,1,0,1,0,0,0),(42515,883,1,1,1,347,0,7643.06,-2108.36,479.713,5.91799,300,10,0,1,0,1,0,0,0),(42516,721,1,1,1,4626,0,7410.48,-2890.33,473.289,6.04691,300,5,0,1,0,1,0,0,0),(42517,1412,1,1,1,134,0,7497.25,-2482.17,457.538,4.58148,300,10,0,8,0,1,0,0,0),(42518,883,1,1,1,347,0,7882.01,-2120.12,492.99,1.86734,300,5,0,1,0,1,0,0,0),(42519,721,1,1,1,4626,0,8010.92,-2556.88,492.227,5.52507,300,5,0,1,0,1,0,0,0),(42520,883,1,1,1,347,0,7690.51,-2895.17,463.019,2.85444,300,10,0,1,0,1,0,0,0),(42521,883,1,1,1,347,0,7454.91,-2863.6,469.151,3.58348,300,5,0,1,0,1,0,0,0),(42522,721,1,1,1,4626,0,8011.76,-2624.69,506.3,3.31638,300,5,0,1,0,1,0,0,0),(42523,883,1,1,1,347,0,7460.41,-2886.8,469.487,1.9426,300,5,0,1,0,1,0,0,0),(42524,883,1,1,1,347,0,7669.25,-2939.91,465.834,6.15884,300,5,0,1,0,1,0,0,0),(42525,883,1,1,1,347,0,7700.28,-2162.31,469.827,5.04391,300,5,0,1,0,1,0,0,0),(42526,883,1,1,1,347,0,7453.83,-2338.38,470.97,2.39904,300,10,0,1,0,1,0,0,0),(42527,883,1,1,1,347,0,7770.58,-2278.8,455.08,4.72492,300,10,0,1,0,1,0,0,0),(42528,721,1,1,1,328,0,8029.03,-2208.55,510.369,5.44114,300,5,0,1,0,1,0,0,0),(42529,1412,1,1,1,134,0,7872.56,-2136.1,488.754,2.49675,300,10,0,8,0,1,0,0,0),(42530,883,1,1,1,347,0,7381.3,-2784.19,461.266,4.20801,300,5,0,1,0,1,0,0,0),(42531,883,1,1,1,347,0,7480.06,-2722.6,457.841,2.58123,300,5,0,1,0,1,0,0,0),(42532,1412,1,1,1,134,0,7417.99,-2819.24,464.394,1.39626,300,0,0,8,0,0,0,0,0),(42533,721,1,1,1,328,0,7675.07,-2332.22,456.451,3.74856,300,5,0,1,0,1,0,0,0),(42534,883,1,1,1,347,0,7751.46,-2893.79,467.067,3.11698,300,10,0,1,0,1,0,0,0),(42535,883,1,1,1,347,0,7871.1,-2173.72,478.932,0.860792,300,5,0,1,0,1,0,0,0),(42536,883,1,1,1,347,0,7733.68,-2856.2,465.005,2.41219,300,5,0,1,0,1,0,0,0),(42537,1412,1,1,1,134,0,7647.92,-2152.64,474.809,4.38647,300,10,0,8,0,1,0,0,0),(42538,1412,1,1,1,134,0,7753.17,-2204.33,464.043,4.59505,300,10,0,8,0,1,0,0,0),(42539,721,1,1,1,4626,0,7525.12,-2907.75,460.335,5.5973,300,5,0,1,0,1,0,0,0),(42540,1412,1,1,1,134,0,7885.12,-2193.27,480.193,3.28073,300,10,0,8,0,1,0,0,0),(42541,883,1,1,1,347,0,7480.78,-2261.4,476.573,2.40667,300,0,0,1,0,2,0,0,0),(42542,1412,1,1,1,134,0,7563.65,-3030.6,461.476,1.69709,300,10,0,8,0,1,0,0,0),(42543,883,1,1,1,347,0,7442.48,-2468.92,459.243,2.98085,300,5,0,1,0,1,0,0,0),(42544,1412,1,1,1,134,0,7522.61,-2870.54,456.952,3.79955,300,10,0,8,0,1,0,0,0),(42545,883,1,1,1,347,0,7987.93,-2147.14,503.472,1.29263,300,5,0,1,0,1,0,0,0),(42546,1412,1,1,1,134,0,7442.77,-2285.4,476.214,4.10902,300,10,0,8,0,1,0,0,0),(42547,1412,1,1,1,134,0,7966.71,-2486.31,487.772,5.36815,300,0,0,8,0,0,0,0,0),(42548,1412,1,1,1,134,0,7478.31,-2788.52,463.512,0.195434,300,10,0,8,0,1,0,0,0),(42549,1412,1,1,1,134,0,7778.63,-2577.18,465.143,4.23824,300,10,0,8,0,1,0,0,0),(42550,883,1,1,1,347,0,7388.35,-2885.12,474.39,2.81768,300,5,0,1,0,1,0,0,0),(42551,883,1,1,1,347,0,7643.33,-2319.48,458.534,3.65773,300,5,0,1,0,1,0,0,0),(42552,721,1,1,1,328,0,7400.94,-2513.84,464.682,1.54659,300,5,0,1,0,1,0,0,0),(42553,883,1,1,1,347,0,7841.45,-2340.24,460.81,5.28505,300,5,0,1,0,1,0,0,0),(42554,1412,1,1,1,134,0,7990.08,-2546.69,490.073,5.3641,300,10,0,8,0,1,0,0,0),(42555,721,1,1,1,4626,0,7536.29,-2282.1,471.04,0.703117,300,5,0,1,0,1,0,0,0); +INSERT INTO `creature` VALUES (42556,1412,1,1,1,134,0,7871.55,-2321.65,464.257,3.00646,300,10,0,8,0,1,0,0,0),(42557,1412,1,1,1,134,0,8025.18,-2656.18,512.108,5.57635,300,10,0,8,0,1,0,0,0),(42558,721,1,1,1,4626,0,7500.77,-2847.64,461.866,4.91611,300,5,0,1,0,1,0,0,0),(42559,1412,1,1,1,134,0,7804.73,-2442.17,488.074,3.07974,300,10,0,8,0,1,0,0,0),(42560,1412,1,1,1,134,0,7477.2,-2274.4,474.059,6.14702,300,10,0,8,0,1,0,0,0),(42561,1412,1,1,1,134,0,7587.59,-2395.66,457.486,4.4825,300,10,0,8,0,1,0,0,0),(42562,883,1,1,1,347,0,7418.86,-2854.58,467.283,6.03868,300,5,0,1,0,1,0,0,0),(42563,1412,1,1,1,134,0,7720.17,-2910.28,471.17,6.16789,300,10,0,8,0,1,0,0,0),(42564,721,1,1,1,328,0,7811.46,-2888.41,471.172,0.271768,300,10,0,1,0,1,0,0,0),(42565,721,1,1,1,328,0,7660.69,-2975.26,466.408,2.24661,300,5,0,1,0,1,0,0,0),(42578,721,1,1,1,328,0,7389.19,-2736.24,459.491,4.83302,300,5,0,1,0,1,0,0,0),(42579,883,1,1,1,347,0,7560.07,-2118.34,485.286,3.51557,300,10,0,1,0,1,0,0,0),(42581,883,1,1,1,347,0,7436.23,-2456.85,454.889,5.9775,300,5,0,1,0,1,0,0,0),(42635,883,1,1,1,347,0,7388.32,-2510.43,469.648,0.937838,300,5,0,1,0,1,0,0,0),(42636,1412,1,1,1,134,0,7652.34,-2096.89,483.332,4.51509,300,10,0,8,0,1,0,0,0),(42642,883,1,1,1,347,0,7629.1,-2187.35,473.83,2.08595,300,0,0,1,0,0,0,0,0),(42648,883,1,1,1,347,0,7842.4,-2290.36,461.558,4.46883,300,5,0,1,0,1,0,0,0),(42649,1412,1,1,1,134,0,7977.08,-2747.92,479.426,0.828383,300,10,0,8,0,1,0,0,0),(42650,1412,1,1,1,134,0,7983.49,-2187.65,496.928,3.64717,300,10,0,8,0,1,0,0,0),(42653,1412,1,1,1,134,0,7419.67,-2238.3,488.874,1.42627,300,2,0,8,0,1,0,0,0),(42654,1412,1,1,1,134,0,7759.86,-2273.91,455.033,6.09083,300,10,0,8,0,1,0,0,0),(42670,1412,1,1,1,134,0,7477.88,-2483.83,461.477,5.00665,300,10,0,8,0,1,0,0,0),(42679,22835,1,1,1,21108,1,7538.12,-3048.46,463.423,3.01942,300,0,0,8383,0,0,0,0,0),(42685,22902,1,1,1,19034,0,7502.97,-3072.19,442.437,0.481342,10,0,0,4192,3155,0,0,0,0),(42727,22902,1,1,1,19034,0,7536.1,-3048.86,463.34,0.210379,10,0,0,4192,3155,0,0,0,0),(42728,1412,1,1,1,134,0,7815.25,-2191.67,472.547,1.31208,300,10,0,8,0,1,0,0,0),(42729,721,1,1,1,328,0,7886.75,-2555.51,486.055,2.54383,300,5,0,1,0,1,0,0,0),(42730,721,1,1,1,4626,0,8011.95,-2501.02,493.227,0.296706,300,0,0,1,0,0,0,0,0),(42731,1412,1,1,1,134,0,8003.29,-2504.56,491.993,1.3989,300,10,0,8,0,1,0,0,0),(42732,883,1,1,1,347,0,7984.32,-2478.15,488.195,6.02139,300,0,0,1,0,0,0,0,0),(42733,15616,1,1,1,15572,1,-7541.55,724.929,-15.5431,4.76475,600,0,0,15260,0,0,0,0,0),(42734,15616,1,1,1,15573,1,-7545.83,724.958,-15.9181,4.83456,600,0,0,15260,0,0,0,0,0),(42735,15616,1,1,1,15573,1,-7549.97,724.994,-16.4181,4.88692,600,0,0,15260,0,0,0,0,0),(42736,15616,1,1,1,15573,1,-7554.11,724.96,-16.6681,4.95674,600,0,0,15260,0,0,0,0,0),(42737,15617,1,1,1,15574,1,-7552.73,740.408,-17.4475,2.30383,600,0,0,15260,0,0,0,0,0),(42738,15617,1,1,1,15574,1,-7551.3,742.052,-17.6677,3.01942,600,0,0,15260,0,0,0,0,0),(42739,15617,1,1,1,15579,1,-7551.56,744.482,-17.8704,3.66519,600,0,0,15260,0,0,0,0,0),(42740,15617,1,1,1,15579,1,-7554.27,746.032,-17.6629,4.62512,600,0,0,15260,0,0,0,0,0),(42741,15617,1,1,1,15574,1,-7556.75,744.358,-17.4106,5.68977,600,0,0,15260,0,0,0,0,0),(42742,15617,1,1,1,15574,1,-7556.87,741.63,-17.2573,0.523599,600,0,0,15260,0,0,0,0,0),(42743,15617,1,1,1,15578,1,-7555.18,740.35,-17.2775,1.32645,600,0,0,15260,0,0,0,0,0),(42744,14347,1,1,1,14395,0,-6157.52,1781.23,29.0959,4.10152,600,0,0,9711,0,0,0,0,0),(42745,18199,1,1,1,11686,0,-7568.77,763.379,-17.5984,5.91667,300,0,0,42,0,0,0,0,0),(42746,11803,1,1,1,11793,1,-7964.69,1977.1,7.05623,3.25699,300,0,0,4120,0,0,0,0,0),(42747,11804,1,1,1,11798,1,-6939.14,1114.2,0.86478,3.92213,300,0,0,3541,2434,2,0,0,0),(42748,11805,1,1,1,11799,1,-6378.43,-320.65,-1.257,1.74533,300,0,0,2718,2117,0,0,0,0),(42749,15903,1,1,1,15442,1,-7160.95,1401.19,3.01989,4.10152,600,0,0,15260,0,0,0,0,0),(42750,15419,1,1,1,15425,1,-6880.52,727.228,55.1345,5.0091,300,0,0,2533,0,0,0,0,0),(42751,15169,1,1,1,15308,0,-6547.1,92.2979,170.318,5.33532,300,0,0,2442,2434,0,0,0,0),(42752,15170,1,1,1,15309,0,-8013.06,1099.65,4.71885,0.855211,300,0,0,3052,0,0,0,0,0),(42753,15171,1,1,1,15310,0,-8022.5,1115.79,2.83362,6.21337,300,0,0,3052,0,0,0,0,0),(42754,15172,1,1,1,15302,0,-8008.65,1108.51,-0.856222,1.43354,300,0,0,3237,0,0,0,0,0),(42755,15174,1,1,1,15312,0,-6868.04,729.914,45.7454,0.488692,300,0,0,2533,0,0,0,0,0),(42756,15175,1,1,1,15319,0,-6817.88,842.28,49.4853,4.46804,300,0,0,2784,0,0,0,0,0),(42757,15176,1,1,1,15318,0,-6860.93,753.044,42.5555,1.20428,300,0,0,2784,0,0,0,0,0),(42758,15177,1,1,1,15313,0,-6758.55,775.594,89.1046,3.97935,600,0,0,10572,0,0,0,0,0),(42759,15178,1,1,1,15314,0,-6810.2,841.704,49.7481,4.81711,600,0,0,10572,0,0,0,0,0),(42760,15179,1,1,1,15317,0,-6802.31,800.039,51.5584,3.21141,300,0,0,2871,0,0,0,0,0),(42761,15180,1,1,1,15311,0,-6805.01,814.864,51.2579,3.42085,300,0,0,3052,0,0,0,0,0),(42762,15181,1,1,1,15315,1,-6752.38,823.836,57.3633,0.344505,600,0,0,97110,0,0,0,0,0),(42763,15693,1,1,1,15867,1,-8071.32,1633.95,24.4245,4.76475,600,0,0,2515,2486,0,0,0,0),(42764,15182,1,1,1,15320,1,-6740.08,769.562,128.521,3.50811,600,0,0,25152,0,0,0,0,0),(42765,15183,1,1,1,15316,1,-6828.49,807.223,52.0997,0.383972,300,0,0,2442,2434,0,0,0,0),(42766,15184,1,1,1,15304,1,-6869.73,871.868,35.9944,3.59538,600,0,0,55888,0,0,0,0,0),(42767,15184,1,1,1,15306,1,-6871.2,879.51,36.4725,2.60054,600,0,0,55888,0,0,0,0,0),(42768,15184,1,1,1,15306,1,-6859.57,738.389,55.1345,5.0091,600,0,0,55888,0,0,0,0,0),(42769,15184,1,1,1,15306,1,-6825.21,841.13,49.5545,4.83456,600,0,0,55888,0,0,0,0,0),(42770,15184,1,1,1,15306,1,-6803.39,723.999,42.2456,4.90438,600,0,0,55888,0,0,0,0,0),(42771,15184,1,1,1,15304,1,-6816.91,718.773,40.6206,5.2709,600,0,0,55888,0,0,0,0,0),(42772,15184,1,1,1,15304,1,-6878.11,752.944,43.133,0.296706,600,0,0,55888,0,0,0,0,0),(42773,15184,1,1,1,15305,1,-6853.45,763.728,42.6753,5.44543,600,0,0,55888,0,0,0,0,0),(42774,15184,1,1,1,15305,1,-6843.99,749.327,42.6073,0.383972,600,0,0,55888,0,0,0,0,0),(42775,15184,1,1,1,15304,1,-6838.14,736.773,42.1073,0.541052,600,0,0,55888,0,0,0,0,0),(42776,15184,1,1,1,15307,1,-6877.26,729.273,45.7454,0.418879,600,0,0,55888,0,0,0,0,0),(42777,15184,1,1,1,15307,1,-6874.96,722.567,45.7454,0.541052,600,0,0,55888,0,0,0,0,0),(42778,15184,1,1,1,15307,1,-6800.43,786.834,51.5129,2.21657,600,0,0,55888,0,0,0,0,0),(42779,15184,1,1,1,15304,1,-6785.93,789.291,52.547,1.8326,600,0,0,55888,0,0,0,0,0),(42780,15184,1,1,1,15306,1,-6754.93,755.7,87.7416,3.36848,600,0,0,55888,0,0,0,0,0),(42781,15184,1,1,1,15307,1,-6760.2,768.678,88.7426,3.71755,600,0,0,55888,0,0,0,0,0),(42782,15184,1,1,1,15306,1,-6865.8,738.326,55.1345,5.18363,600,0,0,55888,0,0,0,0,0),(42783,15184,1,1,1,15305,1,-6876.96,722.261,55.1345,0.593412,600,0,0,55888,0,0,0,0,0),(42784,15184,1,1,1,15306,1,-6817.11,776.108,47.8879,3.89208,600,0,0,55888,0,0,0,0,0),(42785,15184,1,1,1,15306,1,-6801.55,770.92,64.7629,2.51327,600,0,0,55888,0,0,0,0,0),(42868,15184,1,1,1,15306,1,-6806.88,827.78,53.68,2.68781,600,0,0,55888,0,0,0,0,0),(42884,15184,1,1,1,15307,1,-6798.14,842.835,48.2119,4.06662,600,0,0,55888,0,0,0,0,0),(42885,15184,1,1,1,15306,1,-6768.65,825.393,55.8302,3.57792,600,0,0,55888,0,0,0,0,0),(42886,15184,1,1,1,15304,1,-6764.78,813.07,55.8302,3.24631,600,0,0,55888,0,0,0,0,0),(42891,15184,1,1,1,15304,1,-6828.76,782.893,45.6379,3.9619,600,0,0,55888,0,0,0,0,0),(42892,15184,1,1,1,15306,1,-6817.96,790.697,49.5129,0.610865,600,0,0,55888,0,0,0,0,0),(42895,15184,1,1,1,15306,1,-6813.65,726.728,40.185,1.99952,600,0,0,55888,0,2,0,0,0),(42896,15184,1,1,1,15306,1,-6811.04,720.978,39.6068,1.99427,600,0,0,55888,0,2,0,0,0),(42897,15184,1,1,1,15305,1,-6765.8,754.172,85.1787,3.87854,600,0,0,55888,0,2,0,0,0),(42898,15184,1,1,1,15307,1,-6761.69,757.905,86.3393,3.87862,600,0,0,55888,0,2,0,0,0),(42899,15185,1,1,1,6370,0,-7866.33,1810.08,191.26,0.120977,600,25,0,3237,0,1,0,0,0),(42900,15185,1,1,1,6370,0,-6678.14,33.4775,162.008,5.62595,600,25,0,3237,0,1,0,0,0),(42901,15185,1,1,1,6370,0,-7947.51,1783.17,130.326,2.48016,600,25,0,3237,0,1,0,0,0),(42902,15185,1,1,1,6370,0,-6726.89,741.56,147.94,0.522566,600,25,0,3237,0,1,0,0,0),(42903,15185,1,1,1,6370,0,-7954.49,1289.78,108.002,1.54178,600,25,0,3237,0,1,0,0,0),(42904,15441,1,1,1,15566,1,-7163.64,1389.07,2.96657,2.87979,300,0,0,6104,0,0,0,0,0),(42905,15441,1,1,1,15566,1,-7164.27,1403.14,3.01989,3.15905,300,0,0,6104,0,0,0,0,0),(42906,15441,1,1,1,15566,1,-7167.75,1380.49,2.9267,2.02458,300,0,0,6104,0,0,0,0,0),(42907,15441,1,1,1,15566,1,-7167.11,1387.39,2.92818,1.36136,300,0,0,6104,0,0,0,0,0),(42908,15441,1,1,1,15566,1,-7169.73,1405.13,2.8056,5.044,300,0,0,6104,0,0,0,0,0),(42909,15441,1,1,1,15566,1,-7164.14,1391.24,2.96657,3.83972,300,0,0,6104,0,0,0,0,0),(42910,15441,1,1,1,15566,1,-7178.14,1390.42,2.9267,2.23402,300,0,0,6104,0,0,0,0,0),(42911,15442,1,1,1,15565,1,-7164.31,1387.01,2.84157,1.98968,600,0,0,15260,0,0,0,0,0),(42912,15442,1,1,1,15565,1,-7172.89,1381.32,2.9267,1.93731,600,0,0,15260,0,0,0,0,0),(42913,15442,1,1,1,15565,1,-7166.91,1391.6,2.9267,5.13127,600,0,0,15260,0,0,0,0,0),(42914,15443,1,1,1,15564,1,-7178.58,1392.09,2.8017,2.25148,600,0,0,20757,12170,0,0,0,0),(42915,15444,1,1,1,5377,1,-7166.91,1404.12,2.9306,3.28122,600,0,0,10680,28755,0,0,0,0),(42916,15189,1,1,1,15323,1,-6855.66,739.622,55.0512,1.97376,300,0,0,2699,0,2,0,0,0),(42917,15190,1,1,1,15324,0,-6852.64,739.226,56.0303,2.26893,300,0,0,2614,0,0,0,0,0),(42918,15191,1,1,1,15353,1,-6847.81,755.68,42.2256,0.558505,300,0,0,1830,5013,0,0,0,0),(42919,15194,1,1,1,15326,0,-7578.72,196.914,11.5488,1.3439,300,0,0,2699,0,0,0,0,0),(41655,22807,530,1,1,0,0,-4264.89,4686.7,-86.3487,1.02639,480,0,0,6986,0,2,0,0,0),(42921,15196,1,1,1,15327,0,-8102.7,967.628,59.7207,2.96696,600,0,0,8883,0,0,0,0,0),(42922,15454,1,1,1,13069,0,-8064.17,1534.23,2.69274,1.23918,300,0,0,42,0,0,0,0,0),(42923,15200,1,1,1,15328,1,-6809.02,1619.7,1.71544,5.55443,300,0,0,3097,5751,0,0,0,0),(42924,15201,1,1,1,2896,1,-6254.82,54.2211,16.9761,2.91629,300,3,0,4120,0,1,0,0,0),(42925,15201,1,1,1,2895,1,-6294.24,34.1721,-10.5769,5.60702,300,3,0,4120,0,1,0,0,0),(42926,15201,1,1,1,2897,1,-6249.95,-5.5724,-10.5686,2.53238,300,3,0,4120,0,1,0,0,0),(42927,15201,1,1,1,2895,1,-6274.7,10.8351,-10.4679,4.73693,300,3,0,4120,0,1,0,0,0),(42928,15201,1,1,1,2896,1,-6250.86,-6.42933,-10.4807,3.81136,300,0,0,4120,0,2,0,0,0),(42929,15201,1,1,1,2897,1,-6295.63,9.44135,-3.06725,3.52556,300,3,0,4120,0,1,0,0,0),(42930,15201,1,1,1,2897,1,-6246.23,-43.1826,-5.01382,3.54926,300,3,0,4120,0,1,0,0,0),(42931,15201,1,1,1,2897,1,-6260.61,-10.1571,2.1,3.9531,300,0,0,4120,0,0,0,0,0),(42932,15201,1,1,1,2895,1,-6292.99,95.1766,16.791,1.48214,300,3,0,4120,0,1,0,0,0),(42933,15201,1,1,1,2897,1,-6253.15,1.78666,5.16569,0.949899,300,0,0,4120,0,2,0,0,0),(42934,15201,1,1,1,2896,1,-6290.87,106.021,17.1215,5.93616,300,0,0,4120,0,2,0,0,0),(42935,15201,1,1,1,2895,1,-6265.93,41.8866,9.06246,2.6575,300,3,0,4120,0,1,0,0,0),(42936,15201,1,1,1,2896,1,-6293.14,65.065,11.6376,3.25438,300,3,0,4120,0,1,0,0,0),(42937,15202,1,1,1,15411,1,-6320.34,15.9102,6.30753,1.46608,300,0,0,3395,2486,0,0,0,0),(42938,17765,1,1,1,1598,1,-7134.42,1400.67,5.39489,5.84685,600,0,0,39832,0,0,0,0,0),(42940,17765,1,1,1,1598,1,-7135.28,1395.17,5.21889,6.24828,600,0,0,39832,0,0,0,0,0),(42941,17765,1,1,1,1598,1,-7135.84,1389.38,4.46657,0.366519,600,0,0,39832,0,0,0,0,0),(42942,17766,1,1,1,7118,1,-7595.51,757.488,-16.6255,1.90241,600,0,0,24416,0,0,0,0,0),(42943,17766,1,1,1,7118,1,-7595.09,751.349,-17.0005,1.76278,600,0,0,24416,0,0,0,0,0),(42944,17766,1,1,1,7117,1,-7592.46,763.079,-16.5005,3.03687,600,0,0,24416,0,0,0,0,0),(42945,11880,1,1,1,11811,1,-6386.73,180.874,7.28001,5.92839,300,10,0,3876,0,1,0,0,0),(42946,11880,1,1,1,11811,1,-6316.11,178.676,8.47511,4.1569,300,25,0,3876,0,1,0,0,0),(42947,11880,1,1,1,11813,1,-6681.33,1618.6,9.58589,5.31972,300,0,0,3876,0,0,0,0,0),(42948,11880,1,1,1,11812,1,-6989.19,1220.53,9.37262,3.49066,300,0,0,3876,0,0,0,0,0),(42949,11880,1,1,1,11811,1,-6971.08,1210.74,7.88494,1.78024,300,0,0,3876,0,0,0,0,0),(42950,11880,1,1,1,11812,1,-7010.04,1122.39,9.84909,3.1765,300,0,0,3876,0,0,0,0,0),(42951,11880,1,1,1,11813,1,-7001.8,1146.53,8.68506,1.0153,300,3,0,3876,0,1,0,0,0),(42952,11880,1,1,1,11823,1,-6988.46,1120.13,9.20966,2.18166,300,0,0,3876,0,0,0,0,0),(42953,11880,1,1,1,11812,1,-6984.89,1236.46,0.862622,0.785486,300,25,0,3876,0,1,0,0,0),(42954,11880,1,1,1,11812,1,-6418.02,271.565,8.16339,4.13815,300,25,0,3876,0,1,0,0,0),(42955,11880,1,1,1,11812,1,-6685.37,1584.73,5.87809,1.72974,300,0,0,3876,0,0,0,0,0),(42956,11880,1,1,1,11823,1,-6906.39,1153.91,1.76707,2.11219,300,0,0,3876,0,2,0,0,0),(42957,11880,1,1,1,11812,1,-7986.39,1887.65,4.45636,5.46798,300,10,0,3876,0,1,0,0,0),(42958,11880,1,1,1,11811,1,-7855.79,1927.95,4.03048,2.17777,300,25,0,3876,0,1,0,0,0),(42959,11880,1,1,1,11812,1,-7818.03,1909.27,5.47137,3.63933,300,0,0,3876,0,2,0,0,0),(42960,11880,1,1,1,11812,1,-7862.4,1854.4,2.81501,3.05933,300,10,0,3876,0,1,0,0,0),(42961,11880,1,1,1,11812,1,-7943.78,1953.85,7.40843,1.0109,300,10,0,3876,0,1,0,0,0),(42962,11880,1,1,1,11813,1,-7887.44,1946.52,5.99786,2.90515,300,10,0,3876,0,1,0,0,0),(42963,11880,1,1,1,11823,1,-7921.69,1906.11,6.40254,4.11801,300,25,0,3876,0,1,0,0,0),(42964,11880,1,1,1,11823,1,-7977.42,1954.57,5.46185,0.367231,300,10,0,3876,0,1,0,0,0),(42965,11880,1,1,1,11823,1,-7891.28,1840.39,3.55864,4.21382,300,25,0,3876,0,1,0,0,0),(42966,11880,1,1,1,11823,1,-7916.02,1817.66,2.22906,2.29246,300,25,0,3876,0,1,0,0,0),(42967,11880,1,1,1,11813,1,-8019.18,1853.87,4.97852,4.97957,300,25,0,3876,0,1,0,0,0),(48228,23309,530,1,1,0,0,-4979.74,161.614,-15.425,2.67035,250,0,0,6986,0,0,0,0,0),(42969,11880,1,1,1,11811,1,-7610.49,1624.31,1.82727,4.51085,300,25,0,3876,0,1,0,0,0),(42970,11880,1,1,1,11823,1,-6972.02,1073.48,5.04001,0.701645,300,0,0,3876,0,0,0,0,0),(42971,11880,1,1,1,11812,1,-6748,1664.67,6.76803,3.90611,300,3,0,3876,0,1,0,0,0),(42972,11880,1,1,1,11812,1,-6718.47,1681.42,7.10973,3.68691,300,0,0,3876,0,0,0,0,0),(42973,11880,1,1,1,11812,1,-6756.36,1675.29,7.0886,3.03206,300,0,0,3876,0,0,0,0,0),(42974,11880,1,1,1,11812,1,-6689.69,1653.77,7.0455,0.105841,300,0,0,3876,0,0,0,0,0),(42975,11880,1,1,1,11823,1,-6782.56,1712.09,3.90534,4.15472,300,25,0,3876,0,1,0,0,0),(42976,11880,1,1,1,11823,1,-6727.45,1645.04,15.7023,0.004616,300,0,0,3876,0,0,0,0,0),(42977,11880,1,1,1,11812,1,-6781.88,1653.65,6.54617,1.44252,300,0,0,3876,0,2,0,0,0),(42978,11880,1,1,1,11812,1,-6810.46,1652.77,6.36939,2.67436,300,0,0,3876,0,0,0,0,0),(42979,11880,1,1,1,11812,1,-6817.78,1674.49,6.36939,2.75762,300,0,0,3876,0,0,0,0,0),(42980,11880,1,1,1,11811,1,-6818.33,1620.99,1.51854,2.95401,300,25,0,3876,0,1,0,0,0),(42981,11880,1,1,1,11823,1,-6781.31,1616.14,4.17117,5.16075,300,25,0,3876,0,1,0,0,0),(42982,11880,1,1,1,11811,1,-6678.13,1549,7.88537,5.08019,300,0,0,3876,0,2,0,0,0),(42983,11880,1,1,1,11823,1,-6881.78,1647.81,3.00599,4.66352,300,25,0,3876,0,1,0,0,0),(42984,11880,1,1,1,11812,1,-6886.53,1653.01,1.72327,4.66355,300,25,0,3876,0,1,0,0,0),(42985,11880,1,1,1,11823,1,-6439.55,193.929,4.78818,2.21657,300,0,0,3876,0,0,0,0,0),(42986,11880,1,1,1,11823,1,-6433.12,203.873,4.44848,5.96903,300,0,0,3876,0,0,0,0,0),(42987,11880,1,1,1,11823,1,-6416.07,218.266,4.81526,5.59585,300,25,0,3876,0,1,0,0,0),(42988,11880,1,1,1,11823,1,-7026.32,1161.89,7.53953,2.17306,300,3,0,3876,0,1,0,0,0),(42989,11880,1,1,1,11813,1,-7033.65,1185.06,7.34449,2.46091,300,0,0,3876,0,0,0,0,0),(42990,11880,1,1,1,11811,1,-7052.87,1187.33,0.784361,0.983507,300,3,0,3876,0,1,0,0,0),(42991,11880,1,1,1,11823,1,-7014.65,1213.14,8.34943,4.10152,300,0,0,3876,0,0,0,0,0),(42992,11880,1,1,1,11813,1,-7022.13,1181,7.61265,0.565533,300,0,0,3876,0,2,0,0,0),(42993,11880,1,1,1,11811,1,-7039.75,1150.89,6.2975,5.72468,300,0,0,3876,0,0,0,0,0),(42994,11880,1,1,1,11811,1,-7052.82,1235.38,1.88725,5.52816,300,25,0,3876,0,1,0,0,0),(42995,11880,1,1,1,11823,1,-6954.72,1128.31,0.873354,3.91402,300,0,0,3876,0,2,0,0,0),(42996,11880,1,1,1,11823,1,-6983.46,1080.06,4.59615,5.73038,300,0,0,3876,0,2,0,0,0),(42997,11880,1,1,1,11812,1,-7049.92,1111.83,5.21439,-0.756329,300,0,0,3876,0,0,0,0,0),(42998,11880,1,1,1,11811,1,-6968.32,1115.89,7.54318,4.53786,300,0,0,3876,0,0,0,0,0),(42999,11881,1,1,1,11819,1,-6852.17,1672.82,3.88112,3.86692,300,25,0,3997,0,1,0,0,0),(43000,11881,1,1,1,11822,1,-6977.77,1215.92,9.1577,3.78736,300,0,0,3997,0,0,0,0,0),(43001,11881,1,1,1,11821,1,-6953.9,1159.7,11.0538,2.63545,300,0,0,3997,0,0,0,0,0),(43002,11881,1,1,1,11819,1,-6946.97,1177.47,10.0575,1.96287,300,25,0,3997,0,1,0,0,0),(43003,11881,1,1,1,11820,1,-6999.96,1129.48,9.23342,3.28122,300,0,0,3997,0,0,0,0,0),(43004,11881,1,1,1,11820,1,-6953.94,1246.64,1.90648,0.083141,300,25,0,3997,0,1,0,0,0),(43005,11881,1,1,1,11821,1,-6906.08,1186.19,3.86531,0.470819,300,15,0,3997,0,1,0,0,0),(43006,11881,1,1,1,11822,1,-6921.48,1208.8,2.86963,4.63773,300,15,0,3997,0,1,0,0,0),(43007,11881,1,1,1,11821,1,-7821.93,1887.03,5.66323,1.78059,300,10,0,3997,0,1,0,0,0),(43008,11881,1,1,1,11820,1,-7904.83,1936.95,4.80821,6.11594,300,10,0,3997,0,1,0,0,0),(43009,11881,1,1,1,11822,1,-7952.08,1889.58,1.24996,1.7009,300,25,0,3997,0,1,0,0,0),(43010,11881,1,1,1,11819,1,-7941.4,1925.11,3.90074,5.57442,300,0,0,3997,0,2,0,0,0),(43011,11881,1,1,1,11822,1,-7880.43,1818.26,1.47906,6.09409,300,10,0,3997,0,1,0,0,0),(43012,11881,1,1,1,11822,1,-7879.61,1920.52,2.44785,0.619677,300,10,0,3997,0,1,0,0,0),(43013,11881,1,1,1,11821,1,-7878.95,1891.71,5.33759,4.73052,300,10,0,3997,0,1,0,0,0),(43014,11881,1,1,1,11820,1,-7915.68,1789,2.69974,0.73539,300,25,0,3997,0,1,0,0,0),(43015,11881,1,1,1,11819,1,-7948.14,1814.77,3.10037,5.38629,300,25,0,3997,0,1,0,0,0),(43016,11881,1,1,1,11821,1,-8012.3,1816.25,3.70183,5.71986,300,10,0,3997,0,1,0,0,0),(43017,11881,1,1,1,11819,1,-7947.92,1781.16,1.11867,5.41176,300,25,0,3997,0,1,0,0,0),(43018,11881,1,1,1,11820,1,-7985.03,1817.22,4.41862,3.2716,300,25,0,3997,0,1,0,0,0),(43019,11881,1,1,1,11821,1,-7980.77,1854.53,4.6296,0.661189,300,25,0,3997,0,1,0,0,0),(43020,11881,1,1,1,11822,1,-6727.56,1647.8,14.3538,1.49885,300,0,0,3997,0,0,0,0,0),(43021,11881,1,1,1,11820,1,-6750.43,1713.3,4.91481,4.15503,300,25,0,3997,0,1,0,0,0),(43022,11881,1,1,1,11819,1,-6782.73,1680.03,5.41886,4.15472,300,25,0,3997,0,1,0,0,0),(43023,11881,1,1,1,11820,1,-6814.88,1684.08,5.34144,5.13279,300,15,0,3997,0,1,0,0,0),(43024,11881,1,1,1,11821,1,-6797.04,1666.12,6.0068,5.0091,300,0,0,3997,0,0,0,0,0),(43025,11881,1,1,1,11821,1,-6811.22,1657.6,7.7795,4.08407,300,0,0,3997,0,0,0,0,0),(43026,11881,1,1,1,11819,1,-6794.45,1658.31,5.91482,1.90241,300,0,0,3997,0,0,0,0,0),(43027,11881,1,1,1,11821,1,-6749.94,1553.27,5.49831,3.73747,300,25,0,3997,0,1,0,0,0),(43028,11881,1,1,1,11821,1,-6749.67,1588.68,6.99043,4.55531,300,0,0,3997,0,0,0,0,0),(43029,11881,1,1,1,11821,1,-6749.34,1619.44,12.6846,0.920459,300,0,0,3997,0,0,0,0,0),(43030,11881,1,1,1,11822,1,-6768.48,1598.1,7.05432,0.837758,300,0,0,3997,0,0,0,0,0),(43031,11881,1,1,1,11820,1,-6785.28,1580.3,3.42581,4.08141,300,25,0,3997,0,1,0,0,0),(43032,11881,1,1,1,11819,1,-6718.56,1584.37,9.28257,2.02134,300,3,0,3997,0,1,0,0,0),(43033,11881,1,1,1,11819,1,-6719.58,1553.11,6.0244,2.87051,300,25,0,3997,0,1,0,0,0),(43034,11881,1,1,1,11822,1,-6713.91,1523.88,4.15515,1.79465,300,25,0,3997,0,1,0,0,0),(43035,11881,1,1,1,11822,1,-6699.49,1546.8,8.29697,3.64774,300,0,0,3997,0,0,0,0,0),(43036,11881,1,1,1,11819,1,-7007.85,1090.86,2.11572,3.34301,300,0,0,3997,0,0,0,0,0),(43037,11881,1,1,1,11819,1,-7008.33,1258.33,0.525136,1.03696,300,25,0,3997,0,1,0,0,0),(43038,11881,1,1,1,11819,1,-7022.51,1173.62,8.4515,4.76139,300,3,0,3997,0,1,0,0,0),(43039,11881,1,1,1,11822,1,-7025.14,1135.47,2.85507,0.639205,300,0,0,3997,0,0,0,0,0),(43040,11881,1,1,1,11822,1,-6981.02,1106.44,6.56431,5.21853,300,0,0,3997,0,0,0,0,0),(43041,11881,1,1,1,11819,1,-7015.52,1089.73,2.59909,2.51489,300,25,0,3997,0,1,0,0,0),(43042,11881,1,1,1,11821,1,-7047.21,1149.64,6.34909,4.10152,300,0,0,3997,0,0,0,0,0),(43043,11881,1,1,1,11821,1,-7054.88,1170.21,1.22409,4.60474,300,0,0,3997,0,2,0,0,0),(43044,15722,1,1,1,15685,0,-6804.93,820.366,51.306,3.38594,300,0,0,3052,0,0,0,0,0),(43045,11882,1,1,1,11817,1,-6992.95,1188.32,16.4778,5.49779,300,0,0,3198,2369,0,0,0,0),(43046,11882,1,1,1,11817,1,-6974.02,1170.91,17.1244,2.42601,300,0,0,3198,2369,0,0,0,0),(43047,11882,1,1,1,11818,1,-6985.17,1193.26,13.452,4.76475,300,0,0,3198,2369,0,0,0,0),(43048,11882,1,1,1,11815,1,-6970.26,1181.01,13.4101,3.21141,300,0,0,3198,2369,0,0,0,0),(43049,11882,1,1,1,11817,1,-6977.08,1191.04,11.8974,4.10152,300,0,0,3198,2369,0,0,0,0),(43050,11882,1,1,1,11817,1,-6993.52,1170.91,16.7398,0.802851,300,0,0,3198,2369,0,0,0,0),(43051,11882,1,1,1,11818,1,-6999.94,1178.78,13.9236,0.087266,300,0,0,3198,2369,0,0,0,0),(43052,11882,1,1,1,11817,1,-6982.67,1167.75,13.1378,1.72788,300,0,0,3198,2369,0,0,0,0),(43053,11882,1,1,1,11816,1,-6735.53,1625.17,21.7453,6.21337,300,0,0,3198,2369,0,0,0,0),(43054,11882,1,1,1,11818,1,-6739.15,1613.94,17.7935,0.663225,300,0,0,3198,2369,0,0,0,0),(43055,11882,1,1,1,11818,1,-6727.03,1635.47,23.8272,4.85202,300,0,0,3198,2369,0,0,0,0),(43056,11882,1,1,1,11816,1,-6711,1624.17,22.0324,3.12414,300,0,0,3198,2369,0,0,0,0),(43057,11882,1,1,1,11815,1,-6710.64,1612.67,23.1585,2.46091,300,0,0,3198,2369,0,0,0,0),(43058,11882,1,1,1,11817,1,-6715.85,1634.96,16.0706,3.9619,300,0,0,3198,2369,0,0,0,0),(43059,11882,1,1,1,11815,1,-6730.18,1602.51,17.905,1.36136,300,0,0,3198,2369,0,0,0,0),(43060,11882,1,1,1,11815,1,-6718.83,1607.83,18.5327,1.93731,300,0,0,3198,2369,0,0,0,0),(43061,11882,1,1,1,11816,1,-7905.48,1890.38,9.25465,2.98451,300,0,0,3198,2369,0,0,0,0),(43062,11882,1,1,1,11817,1,-7917.32,1902.3,6.1169,4.41568,300,0,0,3198,2369,0,0,0,0),(43063,11882,1,1,1,11817,1,-7907.72,1899.83,11.8827,3.66519,300,0,0,3198,2369,0,0,0,0),(43064,11882,1,1,1,11817,1,-7908.31,1880.84,11.0128,2.35619,300,0,0,3198,2369,0,0,0,0),(43065,11882,1,1,1,11817,1,-7926.6,1901.72,10.2142,5.32325,300,0,0,3198,2369,0,0,0,0),(43066,11882,1,1,1,11818,1,-7918.57,1877.47,9.98539,1.67552,300,0,0,3198,2369,0,0,0,0),(43067,11882,1,1,1,11818,1,-7929.52,1893.21,5.85219,6.21337,300,0,0,3198,2369,0,0,0,0),(43068,11882,1,1,1,11816,1,-7928.31,1883.02,10.5671,0.872665,300,0,0,3198,2369,0,0,0,0),(43069,11883,1,1,1,11827,1,-6355.88,147.31,6.31777,0.872665,300,0,0,3297,2434,0,0,0,0),(43070,11883,1,1,1,11824,1,-6412.15,180.568,6.82553,0.645772,300,0,0,3297,2434,0,0,0,0),(43071,11883,1,1,1,11824,1,-6371.75,223.475,2.11312,4.59022,300,0,0,3297,2434,0,0,0,0),(43072,11883,1,1,1,11825,1,-7930.07,1855.87,5.6698,0.959931,300,0,0,3297,2434,0,0,0,0),(43073,11883,1,1,1,11827,1,-7864.98,1878.78,4.30379,6.0912,300,0,0,3297,2434,0,0,0,0),(43074,11883,1,1,1,11826,1,-7869.61,1914.33,3.50343,4.10152,300,0,0,3297,2434,0,0,0,0),(43075,11883,1,1,1,11826,1,-7934.37,1831.82,5.01009,4.92183,300,0,0,3297,2434,0,0,0,0),(43076,11883,1,1,1,11827,1,-6458.8,227.156,4.60372,5.42797,300,0,0,3297,2434,0,0,0,0),(43077,11883,1,1,1,11825,1,-6436.12,206.284,4.49306,3.3321,300,0,0,3297,2434,2,0,0,0),(43078,15213,1,1,1,15408,1,-6258.23,68.5936,17.3447,1.55334,300,0,0,3297,2434,0,0,0,0),(43079,15213,1,1,1,15407,1,-6262.89,66.4631,17.3447,2.05949,300,0,0,3297,2434,0,0,0,0),(43080,15213,1,1,1,15407,1,-6241.41,52.4021,16.2565,6.10865,300,0,0,3297,2434,0,0,0,0),(43081,15213,1,1,1,15408,1,-6325.92,-7.09258,6.50833,4.2586,300,0,0,3297,2434,0,0,0,0),(43082,15213,1,1,1,15408,1,-6375,155.084,6.64041,4.50389,300,25,0,3297,2434,1,0,0,0),(43083,15213,1,1,1,15407,1,-6354.19,186.662,5.04087,3.57468,300,25,0,3297,2434,1,0,0,0),(43084,15213,1,1,1,15407,1,-6313.53,8.94368,6.19254,0.977384,300,0,0,3297,2434,0,0,0,0),(43085,15213,1,1,1,15409,1,-6231.19,-51.1512,-5.91143,5.34071,300,0,0,3297,2434,0,0,0,0),(43086,15213,1,1,1,15410,1,-6236.44,19.1447,8.85145,6.00393,300,0,0,3297,2434,0,0,0,0),(43087,15213,1,1,1,15409,1,-6319.44,275.314,10.5377,5.09471,300,10,0,3297,2434,1,0,0,0),(43088,15213,1,1,1,15408,1,-6311.36,260.566,10.0601,1.49805,300,0,0,3297,2434,0,0,0,0),(43089,15213,1,1,1,15409,1,-6313.28,222.236,4.26247,3.20424,300,10,0,3297,2434,1,0,0,0),(43090,15213,1,1,1,15407,1,-6350.33,250.249,5.29611,3.32833,300,25,0,3297,2434,1,0,0,0),(43091,15213,1,1,1,15407,1,-6451.37,247.19,6.1289,0.708955,300,25,0,3297,2434,1,0,0,0),(43092,15213,1,1,1,15410,1,-6477.68,230.786,3.21332,1.23786,300,25,0,3297,2434,1,0,0,0),(43093,15213,1,1,1,15407,1,-6470.6,253.313,4.33299,0.619462,300,25,0,3297,2434,1,0,0,0),(43094,15213,1,1,1,15407,1,-6463.13,212.949,5.93707,2.74017,300,0,0,3297,2434,0,0,0,0),(43095,15213,1,1,1,15410,1,-6453.22,192.772,5.18881,5.11381,300,0,0,3297,2434,0,0,0,0),(43096,15213,1,1,1,15410,1,-6398.96,246.875,7.51268,4.06282,300,10,0,3297,2434,1,0,0,0),(43097,15215,1,1,1,15330,0,-8325.5,727.582,-66.985,5.74213,300,0,0,5180,2568,0,0,0,0),(43098,15221,1,1,1,13069,0,-8029.8,1122.73,3.31102,1.43117,300,0,0,42,0,0,0,0,0),(43099,15222,1,1,1,13069,0,-8021.58,1099.49,4.82093,2.77507,300,0,0,42,0,0,0,0,0),(247329,30380,712,3,1,0,1,-37.1975,-20.2765,9.65711,4.32467,120,0,0,1,0,0,0,0,0),(247328,30380,712,3,1,0,1,-37.3836,19.9617,9.59771,1.87549,120,0,0,1,0,0,0,0,0),(247327,30380,712,3,1,0,1,1.92073,28.7498,0.101361,0.232732,120,0,0,1,0,0,0,0,0),(247326,30380,712,3,1,0,1,45.5093,6.67955,30.1788,5.44543,120,0,0,1,0,0,0,0,0),(247325,30380,712,3,1,0,1,-26.5726,29.6008,-0.15773,0.856857,120,0,0,1,0,0,0,0,0),(247324,30380,712,3,1,0,1,-8.79147,30.0334,-0.157799,0.471494,120,0,0,1,0,0,0,0,0),(247323,30380,712,3,1,0,1,-17.4619,22.2092,9.60018,1.58254,120,0,0,1,0,0,0,0,0),(247322,30380,712,3,1,0,1,-41.0289,25.7685,1.20385,1.49696,120,0,0,1,0,0,0,0,0),(247321,30380,712,3,1,0,1,3.99105,-21.2539,9.67311,4.9577,120,0,0,1,0,0,0,0,0),(247320,30380,712,3,1,0,1,-6.13984,21.6533,9.991,1.48436,120,0,0,1,0,0,0,0,0),(247319,30352,712,3,1,0,1,-60.5592,0.055898,-5.27774,0.004184,120,0,0,1,0,0,0,0,0),(247318,30352,712,3,1,0,1,48.8813,8.78624,40.0817,3.1426,120,0,0,1,0,0,0,0,0),(247317,30352,712,3,1,0,1,36.436,-6.06257,9.60687,3.09364,120,0,0,1,0,0,0,0,0),(247316,30352,712,3,1,0,1,-49.1048,0.044213,20.6694,0.029782,120,0,0,1,0,0,0,0,0),(247315,30352,712,3,1,0,1,36.4909,6.11523,9.60666,3.01117,120,0,0,1,0,0,0,0,0),(247314,30352,712,3,1,0,1,-67.1723,-3.73439,9.60211,0.318344,120,0,0,1,0,0,0,0,0),(247313,30352,712,3,1,0,1,-17.2379,-3.94242,20.7667,3.1541,120,0,0,1,0,0,0,0,0),(247312,30352,712,3,1,0,1,-67.4841,3.50927,9.60209,5.83577,120,0,0,1,0,0,0,0,0),(247311,30352,712,3,1,0,1,43.7981,13.0009,-2.07474,4.61776,120,0,0,1,0,0,0,0,0),(43119,14472,1,1,1,1104,0,-7245.73,1167.55,2.48663,1.76934,21000,0,0,3758,0,0,0,0,0),(43120,14473,1,1,1,14521,0,-7803.76,515.706,-38.3517,2.41835,43200,25,0,12208,0,2,0,0,0),(43121,15498,1,1,1,15477,1,-6844.78,724.479,42.6144,0.366519,300,0,0,1830,5013,0,0,0,0),(43122,15499,1,1,1,15478,1,-6862.97,756.071,42.5764,6.0912,300,0,0,2699,0,0,0,0,0),(43123,15500,1,1,1,15479,1,-6876.72,734.648,45.7454,0.069813,600,0,0,24416,0,0,0,0,0),(43124,14477,1,1,1,14523,0,-7834.97,989.964,5.47884,3.50722,21000,0,0,3876,0,0,0,0,0),(43125,14478,1,1,1,14525,0,-6274.9,1636.68,5.21364,4.687,21000,0,0,3101,2289,2,0,0,0),(43126,14479,1,1,1,14526,1,-7947.25,1877.57,3.73991,1.87034,21000,0,0,3297,2434,0,0,0,0),(43127,12178,1,1,1,12269,1,-7314.79,414.781,21.7374,2.82996,300,25,0,2823,2117,1,0,0,0),(43128,12178,1,1,1,12269,1,-7315.56,309.598,10.909,4.39989,300,10,0,2823,2117,1,0,0,0),(43129,12178,1,1,1,12269,1,-7314.18,352.466,17.3954,4.65095,300,25,0,2823,2117,1,0,0,0),(43130,12178,1,1,1,12269,1,-7215.96,455.471,13.5363,0.822411,300,3,0,2823,2117,1,0,0,0),(43131,12178,1,1,1,12269,1,-7139.55,354.197,26.2948,3.39261,300,3,0,2823,2117,1,0,0,0),(43132,12178,1,1,1,12269,1,-7141.85,350.847,26.3781,0.05236,300,0,0,2823,2117,0,0,0,0),(43133,12178,1,1,1,12269,1,-7126.64,355.606,17.8847,6.19366,300,10,0,2823,2117,1,0,0,0),(43134,12178,1,1,1,12269,1,-7122.28,343.788,18.0097,5.38601,300,3,0,2823,2117,1,0,0,0),(43135,12178,1,1,1,12269,1,-7054.74,276.017,5.81007,5.43045,300,10,0,2823,2117,1,0,0,0),(43136,12178,1,1,1,12269,1,-7080.26,313.053,12.383,5.90547,300,3,0,2823,2117,1,0,0,0),(43137,12178,1,1,1,12269,1,-7224.28,325.111,46.3382,3.7008,300,0,0,2823,2117,0,0,0,0),(43138,12178,1,1,1,12269,1,-7274.24,451.922,16.2011,5.58417,300,25,0,2823,2117,1,0,0,0),(43139,12178,1,1,1,12269,1,-7185.79,355.09,28.9946,1.46359,300,25,0,2823,2117,1,0,0,0),(43140,12178,1,1,1,12269,1,-7055.2,319.806,7.36219,4.32144,300,10,0,2823,2117,1,0,0,0),(43141,12178,1,1,1,12269,1,-7217.3,387.71,24.4976,0.887024,300,3,0,2823,2117,1,0,0,0),(43142,12178,1,1,1,12269,1,-7219.9,418.333,24.2214,4.62244,300,25,0,2823,2117,1,0,0,0),(43143,12178,1,1,1,12269,1,-7115.5,417.452,13.0916,4.18369,300,25,0,2823,2117,1,0,0,0),(43144,12178,1,1,1,12269,1,-7122.72,435.069,18.5984,6.09145,300,25,0,2823,2117,1,0,0,0),(43145,12178,1,1,1,12269,1,-7183.99,488.21,13.89,2.24676,300,25,0,2823,2117,1,0,0,0),(43146,12179,1,1,1,12270,1,-7217.56,288.306,47.0961,1.09121,300,3,0,3644,0,1,0,0,0),(43147,12179,1,1,1,12270,1,-7138.59,347.584,26.2948,3.83456,300,3,0,3644,0,1,0,0,0),(43148,12179,1,1,1,12270,1,-7258.11,328.817,47.925,6.21337,300,0,0,3644,0,0,0,0,0),(43149,12179,1,1,1,12270,1,-7116.58,351.869,17.8847,3.4514,300,0,0,3644,0,0,0,0,0),(43150,12179,1,1,1,12270,1,-7316.36,386.531,15.6469,3.28662,300,10,0,3644,0,1,0,0,0),(43151,12179,1,1,1,12270,1,-7309.82,284.823,12.2226,2.48483,300,3,0,3644,0,1,0,0,0),(43152,12179,1,1,1,12270,1,-7255.54,354.491,40.6493,4.11533,300,25,0,3644,0,1,0,0,0),(43153,12179,1,1,1,12270,1,-7084.7,241.667,3.8624,3.14159,300,10,0,3644,0,1,0,0,0),(43154,12179,1,1,1,12270,1,-7117.15,241.947,3.21372,3.38719,300,25,0,3644,0,1,0,0,0),(43155,12179,1,1,1,12270,1,-7139.58,352.873,17.4297,2.86257,300,10,0,3644,0,1,0,0,0),(43156,12179,1,1,1,12270,1,-7210.44,327.538,45.0917,4.03972,300,0,0,3644,0,2,0,0,0),(43157,12179,1,1,1,12270,1,-7236.05,330.175,46.3383,2.97714,300,0,0,3644,0,0,0,0,0),(43158,12179,1,1,1,12270,1,-7177.7,290.212,41.0724,4.66713,300,3,0,3644,0,1,0,0,0),(43159,12179,1,1,1,12270,1,-7153.93,317.038,19.6269,5.21139,300,3,0,3644,0,1,0,0,0),(43160,12179,1,1,1,12270,1,-7117.12,317.668,19.476,1.92644,300,0,0,3644,0,0,0,0,0),(43161,12179,1,1,1,12270,1,-7247.92,377.084,20.5388,4.94912,300,25,0,3644,0,1,0,0,0),(43162,12179,1,1,1,12270,1,-7260.42,410.416,21.343,3.72975,300,25,0,3644,0,1,0,0,0),(43163,12179,1,1,1,12270,1,-7249.29,489.919,11.6138,6.04376,300,25,0,3644,0,1,0,0,0),(43164,12179,1,1,1,12270,1,-7216.28,352.578,37.979,0.05474,300,3,0,3644,0,1,0,0,0),(43165,12179,1,1,1,12270,1,-7078.71,351.318,6.11982,4.96101,300,25,0,3644,0,1,0,0,0),(43166,12179,1,1,1,12270,1,-7184.61,322.523,35.118,6.24024,300,0,0,3644,0,0,0,0,0),(43167,12179,1,1,1,12270,1,-7252.93,444.01,20.2468,0.545791,300,25,0,3644,0,1,0,0,0),(43168,12179,1,1,1,12270,1,-7187.38,384.263,22.5013,3.9187,300,3,0,3644,0,1,0,0,0),(43169,12179,1,1,1,12270,1,-7085.28,390.384,5.01803,2.23099,300,25,0,3644,0,1,0,0,0),(43170,12179,1,1,1,12270,1,-7184.3,440.051,26.7382,4.11203,300,0,0,3644,0,0,0,0,0),(43171,12179,1,1,1,12270,1,-7178.48,441.191,26.6737,2.345,300,0,0,3644,0,0,0,0,0),(43172,12956,1,1,1,12977,0,-6370.38,-318.96,-1.45231,2.04204,300,0,0,3997,0,0,0,0,0),(43173,16543,1,1,1,16252,0,-6856.12,708.375,43.5737,0.802851,300,0,0,2442,2434,0,0,0,0),(43174,13220,1,1,1,13149,1,-6398.14,-314.356,-1.41759,0.261799,300,0,0,2718,2117,0,0,0,0),(43175,15270,1,1,1,15371,1,-6838.07,843.766,49.0494,5.44543,300,0,0,3662,0,0,0,0,0),(43176,12199,1,1,1,12291,0,-7114.15,352.771,26.3781,3.19395,300,0,0,3876,0,0,0,0,0),(43177,17068,1,1,1,16786,0,-7144.84,1376.44,3.34157,6.02139,300,0,0,2614,0,0,0,0,0),(43178,17070,1,1,1,16794,0,-7576.72,769.737,-17.4997,4.90438,300,0,0,2614,0,0,0,0,0),(43179,17074,1,1,1,11686,0,-6840.21,889.893,33.7969,0.698132,300,0,0,42,0,0,0,0,0),(43180,15282,1,1,1,15372,1,-6844.67,727.634,42.6185,0.226893,300,0,0,9156,0,0,0,0,0),(43181,11698,1,1,1,12149,0,-6663.68,1069.62,3.68127,3.80734,300,25,0,3619,0,1,0,0,0),(43182,11698,1,1,1,12149,0,-7002.27,652.248,6.0294,3.49549,300,3,0,3619,0,1,0,0,0),(43183,11698,1,1,1,12149,0,-7023.67,892.524,8.10384,5.57244,300,3,0,3619,0,1,0,0,0),(43184,11698,1,1,1,12149,0,-7111.02,789.347,12.4607,1.00972,300,3,0,3619,0,1,0,0,0),(43185,11698,1,1,1,12149,0,-6369.73,1018.75,-47.2876,1.9676,300,3,0,3619,0,1,0,0,0),(43186,11698,1,1,1,12149,0,-6250.88,1057.81,-31.9853,0.736236,300,25,0,3619,0,1,0,0,0),(43187,11698,1,1,1,12149,0,-6492.05,919.764,-41.1216,4.83804,300,3,0,3619,0,1,0,0,0),(43188,11698,1,1,1,12149,0,-6558.57,869.6,-46.3709,4.94655,300,3,0,3619,0,1,0,0,0),(43189,11698,1,1,1,12149,0,-6649.94,913.57,3.36537,0.296782,300,25,0,3619,0,1,0,0,0),(43190,11698,1,1,1,12149,0,-7083.83,814.222,17.9431,0.543269,300,3,0,3619,0,1,0,0,0),(43191,11698,1,1,1,12149,0,-6977,848.198,10.4554,5.59951,300,3,0,3619,0,1,0,0,0),(43192,11698,1,1,1,12149,0,-6910.02,788.633,7.48255,0.680669,300,10,0,3619,0,1,0,0,0),(43193,11698,1,1,1,12149,0,-6956.67,761.593,11.8727,2.18715,300,3,0,3619,0,1,0,0,0),(43194,11698,1,1,1,12149,0,-6881.25,677.084,7.99567,0.802665,300,3,0,3619,0,1,0,0,0),(43195,11698,1,1,1,12149,0,-6914.02,731.146,12.9405,4.37683,300,3,0,3619,0,1,0,0,0),(43196,11698,1,1,1,12149,0,-6986.15,574.966,7.78836,0.619041,300,25,0,3619,0,1,0,0,0),(43197,11698,1,1,1,12149,0,-7116.28,583.682,8.87889,3.64452,300,10,0,3619,0,1,0,0,0),(43198,11698,1,1,1,12149,0,-6521.28,918.981,0.700312,2.56497,300,10,0,3619,0,1,0,0,0),(43199,11698,1,1,1,12149,0,-6952.41,875.342,13.8453,3.43575,300,3,0,3619,0,1,0,0,0),(43200,15540,1,1,1,15550,1,-6802.81,796.45,51.3594,3.01942,600,0,0,24416,0,0,0,0,0),(43201,15541,1,1,1,15551,1,-6374.21,532.318,6.19409,4.31401,600,0,0,10529,0,2,0,0,0),(43202,15542,1,1,1,15552,1,-6362.06,551.901,7.30232,4.29159,300,0,0,3876,0,2,0,0,0),(43203,15542,1,1,1,15552,1,-6366.48,541.942,6.9074,4.32893,300,0,0,3876,0,2,0,0,0),(43204,17079,1,1,1,16834,0,-7573.79,769.702,-17.6601,4.46804,300,0,0,3052,0,0,0,0,0),(43205,17080,1,1,1,16835,0,-7144.34,1377.83,3.25658,5.88176,300,0,0,4979,0,0,0,0,0),(43206,15545,1,1,1,15304,1,-7013.45,1713.98,0.926241,4.62512,300,0,0,3052,0,0,0,0,0),(43207,15545,1,1,1,15304,1,-7014.01,1731.86,0.931739,3.24631,300,0,0,3052,0,0,0,0,0),(43208,15545,1,1,1,15304,1,-7006.43,1702.99,1.62108,6.12611,300,0,0,3052,0,0,0,0,0),(43209,15545,1,1,1,15304,1,-7024.78,1707.72,3.0496,0.15708,300,0,0,3052,0,0,0,0,0),(43210,17081,1,1,1,16836,0,-6810.62,832.311,50.0878,1.27409,300,0,0,2614,0,0,0,0,0),(43211,15801,1,1,1,13069,0,-8105.91,1619.21,14.104,3.49066,300,25,0,86,0,1,0,0,0),(43212,15801,1,1,1,13069,0,-8115.49,1621.07,14.8236,0.698132,300,25,0,86,0,1,0,0,0),(43213,15545,1,1,1,15304,1,-7773.43,1174.62,1.49799,5.84685,300,0,0,3052,0,0,0,0,0),(43214,15545,1,1,1,15304,1,-7785.68,1193.82,2.11056,1.18682,300,0,0,3052,0,0,0,0,0),(43215,15545,1,1,1,15304,1,-7762.29,1190.61,-0.205664,3.1765,300,0,0,3052,0,0,0,0,0),(43216,15545,1,1,1,15304,1,-7773.97,1185.79,-0.210197,4.2237,300,0,0,3052,0,0,0,0,0),(43217,15545,1,1,1,15304,1,-6796.65,135.985,4.05701,5.49779,300,0,0,3052,0,0,0,0,0),(43218,15545,1,1,1,15304,1,-6789.04,130.549,2.18303,3.00197,300,0,0,3052,0,0,0,0,0),(43219,15545,1,1,1,15304,1,-6796.75,126.362,3.81732,5.2709,300,0,0,3052,0,0,0,0,0),(43220,15545,1,1,1,15304,1,-6799.5,141.577,3.84566,0.05236,300,0,0,3052,0,0,0,0,0),(43221,17082,1,1,1,16837,0,-6764.52,772.218,89.7278,5.89921,300,0,0,2614,0,0,0,0,0),(43222,15293,1,1,1,15358,1,-7114.81,357.939,26.3781,4.32842,300,0,0,3297,2434,0,0,0,0),(43223,17090,1,1,1,11686,0,-7138.58,1389.88,3.71278,1.39626,300,0,0,42,0,0,0,0,0),(43224,14536,1,1,1,14587,0,-7724.21,1676.43,7.13181,2.19457,600,0,0,19536,12170,0,0,0,0),(43225,11721,1,1,1,12151,0,-6310.92,1130.01,-20.5836,4.40384,300,3,0,2871,0,1,0,0,0),(43226,11721,1,1,1,12151,0,-6513.47,827.684,12.9525,0.554987,300,3,0,2871,0,1,0,0,0),(43227,11721,1,1,1,12151,0,-6381.45,1028.98,-50.0282,5.27193,300,3,0,2871,0,1,0,0,0),(43228,11721,1,1,1,12151,0,-6579.08,773.47,-51.83,0.125252,300,0,0,2871,0,2,0,0,0),(43229,11721,1,1,1,12151,0,-6265.18,946.905,-40.1503,2.23904,300,3,0,2871,0,1,0,0,0),(43230,11721,1,1,1,12151,0,-6661.13,991.01,-15.5111,4.36963,300,0,0,2871,0,2,0,0,0),(43231,11721,1,1,1,12151,0,-6348.65,1007.31,-33.7442,0.827889,300,0,0,2871,0,2,0,0,0),(43232,11721,1,1,1,12151,0,-6582.09,944.948,0.532784,3.14518,300,10,0,2871,0,1,0,0,0),(43233,11721,1,1,1,12151,0,-6593.84,887.369,-43.6616,1.75643,300,0,0,2871,0,2,0,0,0),(43234,11721,1,1,1,12151,0,-6235.16,1090.29,-24.2738,1.33838,300,0,0,2871,0,2,0,0,0),(43235,11721,1,1,1,12151,0,-6491.73,866.092,17.9963,4.7889,300,3,0,2871,0,1,0,0,0),(43236,15306,1,1,1,15370,1,-6836.01,845.531,49.0809,5.95157,300,0,0,2699,0,0,0,0,0),(43237,11722,1,1,1,12153,0,-6580.25,794.558,4.64544,0.904922,300,10,0,3732,0,1,0,0,0),(43238,11722,1,1,1,12153,0,-6266.35,1218.94,-16.1716,5.96017,300,3,0,3732,0,1,0,0,0),(43239,11722,1,1,1,12153,0,-6386.79,846.58,1.54205,5.04248,300,10,0,3732,0,1,0,0,0),(43240,11722,1,1,1,12153,0,-6340.2,894.384,3.69306,0.857893,300,10,0,3732,0,1,0,0,0),(43241,11722,1,1,1,12153,0,-6593.23,1123.39,0.856737,2.05455,300,25,0,3732,0,1,0,0,0),(43242,11722,1,1,1,12153,0,-6470.18,1160.8,3.45453,1.13302,300,25,0,3732,0,1,0,0,0),(43243,11722,1,1,1,12153,0,-6609.49,1074.11,3.96457,4.84527,300,25,0,3732,0,1,0,0,0),(43244,11722,1,1,1,12153,0,-6316.29,1183.16,-17.7782,5.53747,300,3,0,3732,0,1,0,0,0),(43245,11722,1,1,1,12153,0,-6657.26,1009.31,-21.662,2.60438,300,3,0,3732,0,1,0,0,0),(43246,11722,1,1,1,12153,0,-6254.23,1012.29,-42.8717,3.78035,300,25,0,3732,0,1,0,0,0),(43247,11722,1,1,1,12153,0,-6674.82,956.099,-2.13278,0.937406,300,3,0,3732,0,1,0,0,0),(43248,11722,1,1,1,12153,0,-6673.28,883.124,4.41325,5.2736,300,25,0,3732,0,1,0,0,0),(43249,11722,1,1,1,12153,0,-6552.01,949.38,0.41465,4.25627,300,10,0,3732,0,1,0,0,0),(43250,11722,1,1,1,12153,0,-6236.82,1088.79,-23.9696,4.58663,300,25,0,3732,0,1,0,0,0),(43251,11722,1,1,1,12153,0,-6375.75,1109.82,4.8842,3.25408,300,15,0,3732,0,1,0,0,0),(43252,11722,1,1,1,12153,0,-6594.16,1123.21,-47.5805,3.49069,300,3,0,3732,0,1,0,0,0),(43253,11722,1,1,1,12153,0,-6595.32,886.137,-44.0754,4.44044,300,25,0,3732,0,1,0,0,0),(43254,11722,1,1,1,12153,0,-6532.19,805.433,-43.8801,3.30301,300,3,0,3732,0,1,0,0,0),(43255,11722,1,1,1,12153,0,-6244.72,1177.66,-18.2108,1.79968,300,3,0,3732,0,1,0,0,0),(43256,11722,1,1,1,12153,0,-6575.21,858.043,-44.9616,2.79997,300,3,0,3732,0,1,0,0,0),(43257,11722,1,1,1,12153,0,-6344.46,1125.51,-19.1503,1.89258,300,3,0,3732,0,1,0,0,0),(43258,11722,1,1,1,12153,0,-6281.29,1114.59,-26.7343,5.84455,300,3,0,3732,0,1,0,0,0),(43259,11722,1,1,1,12153,0,-6322.21,1004.11,-32.9602,4.08786,300,3,0,3732,0,1,0,0,0),(43260,11722,1,1,1,12153,0,-6390.81,1032.27,-19.9502,4.74295,300,25,0,3732,0,1,0,0,0),(43261,11723,1,1,1,12150,0,-6476.06,1085.83,-2.56383,5.45595,300,10,0,3849,0,1,0,0,0),(43262,11723,1,1,1,12150,0,-6496.94,1188.24,1.74981,0.159902,300,25,0,3849,0,1,0,0,0),(43263,11723,1,1,1,12150,0,-6513.72,783.907,3.95093,5.70489,300,10,0,3849,0,1,0,0,0),(43264,11723,1,1,1,12150,0,-6343,1193.96,-20.7406,4.76083,300,3,0,3849,0,1,0,0,0),(43265,11723,1,1,1,12150,0,-6302.99,1149.92,-16.5253,1.46966,300,3,0,3849,0,1,0,0,0),(43266,11723,1,1,1,12150,0,-6685.46,805.1,14.5309,3.91594,300,25,0,3849,0,1,0,0,0),(43267,11723,1,1,1,12150,0,-6705.55,934.297,5.71979,4.56732,300,25,0,3849,0,1,0,0,0),(43268,11723,1,1,1,12150,0,-6402.15,1020.69,-23.6339,0.257501,300,10,0,3849,0,1,0,0,0),(43269,11723,1,1,1,12150,0,-6429.68,1043.75,-15.8192,0,300,10,0,3849,0,1,0,0,0),(43270,11723,1,1,1,12150,0,-6326.69,907.815,6.11768,2.04362,300,10,0,3849,0,1,0,0,0),(43271,11723,1,1,1,12150,0,-6518.79,866.987,-30.7607,3.14856,300,3,0,3849,0,1,0,0,0),(43272,11723,1,1,1,12150,0,-6581.1,781.267,-53.9537,1.96141,300,3,0,3849,0,1,0,0,0),(43273,11723,1,1,1,12150,0,-6568.29,757.617,-53.6445,0.610929,300,3,0,3849,0,1,0,0,0),(43274,11723,1,1,1,12150,0,-6245.86,1133.05,-20.9211,3.53505,300,3,0,3849,0,1,0,0,0),(43275,11723,1,1,1,12150,0,-6278.24,987.826,-41.2927,4.40377,300,3,0,3849,0,1,0,0,0),(43276,11723,1,1,1,12150,0,-6401.47,1072.03,-45.523,0.312355,300,3,0,3849,0,1,0,0,0),(43277,11724,1,1,1,12152,0,-7051.78,849.116,8.11459,3.99466,300,10,0,3619,0,1,0,0,0),(43278,11724,1,1,1,12152,0,-6219.85,952.518,-42.6154,5.91473,300,3,0,3619,0,1,0,0,0),(43279,11724,1,1,1,12152,0,-7214.51,681.893,7.01653,2.01737,300,3,0,3619,0,1,0,0,0),(43281,11724,1,1,1,12152,0,-6280.98,1187.34,-20.7682,1.31955,300,3,0,3619,0,1,0,0,0),(43282,11724,1,1,1,12152,0,-7118,848.767,6.8043,2.72117,300,10,0,3619,0,1,0,0,0),(43283,11724,1,1,1,12152,0,-6275.57,966.738,-41.6991,4.68235,300,3,0,3619,0,1,0,0,0),(43284,11724,1,1,1,12152,0,-6483.29,900.981,-41.9619,0.878916,300,3,0,3619,0,1,0,0,0),(43285,11724,1,1,1,12152,0,-6623.93,928.33,-53.0604,5.60331,300,3,0,3619,0,1,0,0,0),(43286,11724,1,1,1,12152,0,-7153.2,823.863,10.9397,1.21881,300,10,0,3619,0,1,0,0,0),(43287,11724,1,1,1,12152,0,-6442.34,1100.02,1.10783,5.25647,300,10,0,3619,0,1,0,0,0),(43288,11724,1,1,1,12152,0,-7083.6,889.732,8.7268,2.84528,300,3,0,3619,0,1,0,0,0),(43289,11724,1,1,1,12152,0,-7179.93,723.522,11.0836,0.834607,300,3,0,3619,0,1,0,0,0),(43290,11724,1,1,1,12152,0,-6471.85,834.988,6.09751,2.98286,300,3,0,3619,0,1,0,0,0),(43291,11724,1,1,1,12152,0,-6551.77,1159.41,-1.36306,3.3167,300,25,0,3619,0,1,0,0,0),(43292,11724,1,1,1,12152,0,-6426.86,874.586,0.922683,3.90108,300,10,0,3619,0,1,0,0,0),(43293,11724,1,1,1,12152,0,-6220.64,987.282,-45.893,5.91372,300,3,0,3619,0,1,0,0,0),(43294,11724,1,1,1,12152,0,-7162.5,684.315,7.44698,1.5708,300,3,0,3619,0,1,0,0,0),(43295,11724,1,1,1,12152,0,-6232.18,1173.01,-14.8858,1.91317,300,3,0,3619,0,1,0,0,0),(43296,11724,1,1,1,12152,0,-6475.72,878.386,4.78633,2.45428,300,3,0,3619,0,1,0,0,0),(43297,11724,1,1,1,12152,0,-7197.61,650.787,6.88988,4.19317,300,3,0,3619,0,1,0,0,0),(43298,11724,1,1,1,12152,0,-6591.47,989.618,2.00111,1.28132,300,10,0,3619,0,1,0,0,0),(43299,11724,1,1,1,12152,0,-6310.54,1124.59,-20.5221,6.01261,300,3,0,3619,0,1,0,0,0),(43300,11724,1,1,1,12152,0,-6487.9,1012.36,3.55581,4.41062,300,10,0,3619,0,1,0,0,0),(43301,11724,1,1,1,12152,0,-6606.32,821.787,2.40453,4.25811,300,10,0,3619,0,1,0,0,0),(43302,11724,1,1,1,12152,0,-6696.25,1037.64,3.19627,0.410902,300,25,0,3619,0,1,0,0,0),(43303,11724,1,1,1,12152,0,-6741.15,959.5,5.36262,1.13948,300,25,0,3619,0,1,0,0,0),(43304,11724,1,1,1,12152,0,-6343.94,1009.67,-33.0385,5.36946,300,3,0,3619,0,1,0,0,0),(43305,11724,1,1,1,12152,0,-6541.72,864.142,-29.3741,5.62941,300,3,0,3619,0,1,0,0,0),(43306,11724,1,1,1,12152,0,-6592.47,762.209,-52.3829,5.90975,300,3,0,3619,0,1,0,0,0),(43307,11724,1,1,1,12152,0,-6609.95,1115.11,-47.1556,5.92917,300,3,0,3619,0,1,0,0,0),(43308,11724,1,1,1,12152,0,-6515.45,987.786,1.1157,3.03493,300,10,0,3619,0,1,0,0,0),(43309,11724,1,1,1,12152,0,-6294.4,1172.78,-20.5936,4.24768,300,3,0,3619,0,1,0,0,0),(43310,11724,1,1,1,12152,0,-7153.18,735.62,6.0272,4.57754,300,3,0,3619,0,1,0,0,0),(43311,11724,1,1,1,12152,0,-6605.43,1060.89,-39.6763,0,300,3,0,3619,0,1,0,0,0),(43312,11724,1,1,1,12152,0,-6254.89,1150.03,-24.7402,5.12575,300,3,0,3619,0,1,0,0,0),(43313,11724,1,1,1,12152,0,-6951.67,814.732,9.74711,0.339881,300,3,0,3619,0,1,0,0,0),(43314,11724,1,1,1,12152,0,-6971.98,675.246,9.64555,6.27537,300,3,0,3619,0,1,0,0,0),(43315,11724,1,1,1,12152,0,-6914,662.485,9.18236,1.38968,300,10,0,3619,0,1,0,0,0),(43316,11724,1,1,1,12152,0,-6953.11,620.775,5.96879,2.74228,300,25,0,3619,0,1,0,0,0),(43317,11724,1,1,1,12152,0,-7008.37,624.816,8.3554,1.3869,300,10,0,3619,0,1,0,0,0),(43318,11724,1,1,1,12152,0,-7059.49,590.298,9.55395,4.98858,300,10,0,3619,0,1,0,0,0),(43319,11724,1,1,1,12152,0,-7123.16,658.707,16.7101,5.0755,300,25,0,3619,0,1,0,0,0),(43320,11724,1,1,1,12152,0,-7085.63,618.684,2.68607,2.47915,300,10,0,3619,0,1,0,0,0),(43321,11724,1,1,1,12152,0,-7154.5,624.587,8.85214,6.25585,300,10,0,3619,0,1,0,0,0),(43322,15308,1,1,1,15373,1,-7895.31,1891.94,8.44746,4.42926,600,25,0,7369,11502,2,0,0,0),(43323,15308,1,1,1,15373,1,-7007.2,1155.17,10.367,4.66355,600,25,0,7369,11502,2,0,0,0),(43324,11724,1,1,1,12152,0,-6892.45,669.888,6.53788,1.26139,300,3,0,3619,0,1,0,0,0),(43325,11725,1,1,1,12158,0,-7087.77,1764.94,-4.6182,2.14959,300,3,0,3732,0,1,0,0,0),(43326,11725,1,1,1,12158,0,-7341.86,1721.19,-92.7696,5.30075,300,3,0,3732,0,1,0,0,0),(43327,11725,1,1,1,12158,0,-7464.9,1314.2,-82.4706,5.40069,300,3,0,3732,0,1,0,0,0),(43328,11725,1,1,1,12158,0,-7132.94,1706.62,0.102579,4.45179,300,3,0,3732,0,1,0,0,0),(43329,11725,1,1,1,12158,0,-7400.24,1741.7,-92.9762,2.64357,300,3,0,3732,0,1,0,0,0),(43330,11725,1,1,1,12158,0,-7391.13,1698.03,-92.3897,2.63178,300,3,0,3732,0,1,0,0,0),(43331,11725,1,1,1,12158,0,-7545.54,1472.22,4.10897,5.39025,300,10,0,3732,0,1,0,0,0),(43332,11725,1,1,1,12158,0,-7345.14,1611.83,-28.7621,2.16313,300,10,0,3732,0,1,0,0,0),(43333,11725,1,1,1,12158,0,-7309.35,1434.79,-1.78474,4.36574,300,10,0,3732,0,1,0,0,0),(43334,11725,1,1,1,12158,0,-7538.75,1739.45,3.80662,4.6655,300,25,0,3732,0,1,0,0,0),(43335,11725,1,1,1,12158,0,-7438.38,1342.54,-86.5007,3.12434,300,3,0,3732,0,1,0,0,0),(43336,11725,1,1,1,12158,0,-7468.84,1606.3,-50.2784,1.75992,300,25,0,3732,0,1,0,0,0),(43337,11725,1,1,1,12158,0,-7579.13,1686.17,-34.304,2.82921,300,3,0,3732,0,1,0,0,0),(43338,11725,1,1,1,12158,0,-7376.09,1785.97,-32.144,4.3823,300,3,0,3732,0,1,0,0,0),(43339,11725,1,1,1,12158,0,-7246.8,1671.58,-65.0349,2.92381,300,3,0,3732,0,1,0,0,0),(43340,11725,1,1,1,12158,0,-7386.75,1637.49,-76.6857,0.937863,300,3,0,3732,0,1,0,0,0),(43341,11725,1,1,1,12158,0,-7601.62,1812.78,-40.8332,3.47773,300,3,0,3732,0,1,0,0,0),(43342,11725,1,1,1,12158,0,-7101.46,1507.94,6.89049,0.697874,300,10,0,3732,0,1,0,0,0),(43343,11725,1,1,1,12158,0,-7624.07,1725.65,-34.2381,1.23899,300,3,0,3732,0,1,0,0,0),(43344,11725,1,1,1,12158,0,-7433.02,1403.78,-89.416,1.5293,300,25,0,3732,0,1,0,0,0),(43345,11725,1,1,1,12158,0,-7239,1616.31,-69.9452,0.056367,300,3,0,3732,0,1,0,0,0),(43346,11726,1,1,1,12159,0,-7448.43,1404.37,-90.2715,5.8935,300,0,0,3732,0,2,0,0,0),(43347,11726,1,1,1,12159,0,-7436.79,1246.25,-81.6537,2.16124,300,0,0,3732,0,2,0,0,0),(43348,11726,1,1,1,12159,0,-7510.78,1873.2,-57.7846,1.80603,300,0,0,3732,0,2,0,0,0),(43349,11726,1,1,1,12159,0,-7647.6,1746.76,-32.0721,5.06247,300,3,0,3732,0,1,0,0,0),(43350,11726,1,1,1,12159,0,-7607.04,1753.96,-41.192,0.175877,300,0,0,3732,0,2,0,0,0),(43351,11726,1,1,1,12159,0,-7555.05,1582.04,-67.3312,5.51456,300,0,0,3732,0,2,0,0,0),(43352,11726,1,1,1,12159,0,-7320.65,1730.34,-93.4236,6.17354,300,25,0,3732,0,1,0,0,0),(43353,11726,1,1,1,12159,0,-7394.51,1616.77,-78.2845,4.48586,300,25,0,3732,0,1,0,0,0),(43354,11726,1,1,1,12159,0,-7172.18,1789.29,-80.487,3.61638,300,0,0,3732,0,2,0,0,0),(43355,11727,1,1,1,11088,0,-7061.68,1659.71,4.83502,2.22511,300,3,0,3876,0,1,0,0,0),(43356,11727,1,1,1,11088,0,-7063.09,1661.55,4.95063,2.22586,300,3,0,3876,0,1,0,0,0),(43357,11727,1,1,1,11088,0,-7059.57,1656.96,4.70955,2.22455,300,3,0,3876,0,1,0,0,0),(43358,11727,1,1,1,11088,0,-7587.49,1589.36,2.10753,1.86226,300,3,0,3876,0,1,0,0,0),(43359,11727,1,1,1,11088,0,-7588.51,1592.71,1.98253,1.84948,300,25,0,3876,0,1,0,0,0),(43360,11727,1,1,1,11088,0,-7590.48,1588.9,1.7739,1.86327,300,3,0,3876,0,1,0,0,0),(43361,11727,1,1,1,11088,0,-7586.46,1585.92,2.1109,1.86202,300,3,0,3876,0,1,0,0,0),(43362,11727,1,1,1,11088,0,-7584.45,1589.65,2.85374,1.86238,300,3,0,3876,0,1,0,0,0),(43363,11727,1,1,1,11088,0,-7610.43,1748.15,-42.4835,1.42564,300,3,0,3876,0,1,0,0,0),(43364,11727,1,1,1,11088,0,-7607.06,1774.36,-39.8801,0.447788,300,3,0,3876,0,1,0,0,0),(43365,11727,1,1,1,11088,0,-7620.55,1753.43,-40.994,5.71673,300,25,0,3876,0,1,0,0,0),(43366,11727,1,1,1,11088,0,-7615.75,1771.81,-38.0571,5.28926,300,3,0,3876,0,1,0,0,0),(43367,11727,1,1,1,11088,0,-7602.18,1754.8,-42.3581,3.91164,300,3,0,3876,0,1,0,0,0),(43368,11727,1,1,1,11088,0,-7043.56,1580.18,2.47208,2.53165,300,3,0,3876,0,1,0,0,0),(43369,11727,1,1,1,11088,0,-7044.37,1577.66,2.54902,2.64397,300,3,0,3876,0,1,0,0,0),(43370,11727,1,1,1,11088,0,-7040.48,1580.13,2.70291,2.18912,300,3,0,3876,0,1,0,0,0),(43371,11727,1,1,1,11088,0,-7046.56,1582.3,2.42417,2.55819,300,3,0,3876,0,1,0,0,0),(43372,11727,1,1,1,11088,0,-7174.01,1451.71,5.80901,0.553762,300,3,0,3876,0,1,0,0,0),(43373,11727,1,1,1,11088,0,-7175.71,1454.15,5.83381,0.57183,300,3,0,3876,0,1,0,0,0),(43374,11727,1,1,1,11088,0,-7171.73,1453.12,5.77326,0.553785,300,3,0,3876,0,1,0,0,0),(43375,11727,1,1,1,11088,0,-7427.9,1792.89,-100.326,5.0861,300,25,0,3876,0,1,0,0,0),(43376,11727,1,1,1,11088,0,-7420.22,1802.27,-96.0569,5.39616,300,25,0,3876,0,1,0,0,0),(43377,11727,1,1,1,11088,0,-7425.35,1819.09,-100.708,1.85972,300,25,0,3876,0,1,0,0,0),(43378,11727,1,1,1,11088,0,-7409.71,1815.93,-100.024,1.80766,300,25,0,3876,0,1,0,0,0),(43379,11727,1,1,1,11088,0,-7414.1,1791.61,-100.304,5.67946,300,25,0,3876,0,1,0,0,0),(43380,11727,1,1,1,11088,0,-7381.37,1556.52,-80.4019,1.40737,300,3,0,3876,0,1,0,0,0),(43381,11727,1,1,1,11088,0,-7370.06,1571,-80.3953,5.68173,300,3,0,3876,0,1,0,0,0),(43382,11727,1,1,1,11088,0,-7393.53,1566.72,-80.4014,4.95947,300,3,0,3876,0,1,0,0,0),(43383,11727,1,1,1,11088,0,-7373.76,1562.06,-80.16,3.65608,300,3,0,3876,0,1,0,0,0),(43384,11727,1,1,1,11088,0,-7331.61,1613.81,-77.9639,0.045283,300,3,0,3876,0,1,0,0,0),(43385,11727,1,1,1,11088,0,-7329.75,1635.1,-77.4098,2.05763,300,3,0,3876,0,1,0,0,0),(43386,11727,1,1,1,11088,0,-7333.38,1626.05,-77.5081,6.02913,300,3,0,3876,0,1,0,0,0),(43387,11727,1,1,1,11088,0,-7323.13,1874.95,-84.6473,4.50159,300,3,0,3876,0,1,0,0,0),(43388,11727,1,1,1,11088,0,-7329.62,1837.43,-88.9467,0.569442,300,25,0,3876,0,1,0,0,0),(43389,11727,1,1,1,11088,0,-7338.44,1853.84,-87.1981,0.850633,300,3,0,3876,0,1,0,0,0),(43390,11727,1,1,1,11088,0,-7325.1,1871.02,-85.2787,0.055285,300,25,0,3876,0,1,0,0,0),(43391,11727,1,1,1,11088,0,-7334.69,1857.34,-87.288,6.1256,300,25,0,3876,0,1,0,0,0),(43392,11727,1,1,1,11088,0,-7373.55,1276.71,-84.5665,4.86493,300,3,0,3876,0,1,0,0,0),(43393,11727,1,1,1,11088,0,-7386.25,1266.87,-86.0605,3.73421,300,25,0,3876,0,1,0,0,0),(43394,11727,1,1,1,11088,0,-7373.19,1265.46,-84.136,2.04625,300,25,0,3876,0,1,0,0,0),(43395,11727,1,1,1,11088,0,-7390.42,1280.9,-86.4376,3.72273,300,3,0,3876,0,1,0,0,0),(43396,11727,1,1,1,11088,0,-7382.61,1255.08,-85.1616,2.25424,300,25,0,3876,0,1,0,0,0),(43397,11727,1,1,1,11088,0,-7431.94,1238.98,-82.943,1.48849,300,3,0,3876,0,1,0,0,0),(43398,11727,1,1,1,11088,0,-7416.71,1255.28,-87.2154,1.21871,300,25,0,3876,0,1,0,0,0),(43399,11727,1,1,1,11088,0,-7425.53,1248,-86.5311,6.05061,300,25,0,3876,0,1,0,0,0),(43400,11727,1,1,1,11088,0,-7433.09,1245,-83.7283,4.87862,300,3,0,3876,0,1,0,0,0),(43401,11727,1,1,1,11088,0,-7426.69,1260.31,-87.1377,1.11159,300,3,0,3876,0,1,0,0,0),(43402,11727,1,1,1,11088,0,-7388.42,1220.62,-80.2306,4.20908,300,3,0,3876,0,1,0,0,0),(43403,11727,1,1,1,11088,0,-7413.13,1211.57,-74.8249,2.17165,300,25,0,3876,0,1,0,0,0),(43404,11727,1,1,1,11088,0,-7397.48,1213.83,-77.6805,2.83996,300,3,0,3876,0,1,0,0,0),(43405,11727,1,1,1,11088,0,-7405.36,1216.88,-76.1113,4.30705,300,3,0,3876,0,1,0,0,0),(43406,11727,1,1,1,11088,0,-7396.13,1224.31,-78.7348,4.63379,300,3,0,3876,0,1,0,0,0),(43407,11727,1,1,1,11088,0,-7170.27,1790.92,-80.4569,0.783744,300,3,0,3876,0,1,0,0,0),(43408,11727,1,1,1,11088,0,-7145.69,1787.43,-80.4532,1.45389,300,25,0,3876,0,1,0,0,0),(43409,11727,1,1,1,11088,0,-7162.77,1773.63,-79.302,2.85905,300,3,0,3876,0,1,0,0,0),(43410,11727,1,1,1,11088,0,-7328.33,1578.28,-12.1711,3.46859,300,25,0,3876,0,1,0,0,0),(43411,11727,1,1,1,11088,0,-7331.54,1577.2,-11.5353,3.46857,300,0,0,3876,0,0,0,0,0),(43412,11727,1,1,1,11088,0,-7324.44,1579.6,-13.055,3.46859,300,25,0,3876,0,1,0,0,0),(43413,11727,1,1,1,11088,0,-7387.84,1840.64,-30.0494,4.33008,300,3,0,3876,0,1,0,0,0),(43414,11727,1,1,1,11088,0,-7388.96,1837.86,-29.9244,4.07823,300,3,0,3876,0,1,0,0,0),(43415,11727,1,1,1,11088,0,-7384.95,1839.8,-29.5494,4.4186,300,3,0,3876,0,1,0,0,0),(43416,11727,1,1,1,11088,0,-7386.72,1843.42,-30.0494,4.40442,300,3,0,3876,0,1,0,0,0),(43417,11727,1,1,1,11088,0,-7390.51,1842.04,-30.0494,4.44832,300,3,0,3876,0,1,0,0,0),(43418,11727,1,1,1,11088,0,-7155.72,1798.57,6.53385,0.244979,300,3,0,3876,0,1,0,0,0),(43419,11727,1,1,1,11088,0,-7154.54,1801.86,7.29893,0.728022,300,3,0,3876,0,1,0,0,0),(43420,11727,1,1,1,11088,0,-7158.93,1797.31,5.34049,0.787567,300,3,0,3876,0,1,0,0,0),(43421,11727,1,1,1,11088,0,-7384.72,1448.68,4.59526,4.06345,300,3,0,3876,0,1,0,0,0),(43423,11727,1,1,1,11088,0,-7387.42,1445.1,4.99418,3.79527,300,3,0,3876,0,1,0,0,0),(43430,11727,1,1,1,11088,0,-7383.83,1449.85,4.36918,5.0295,300,3,0,3876,0,1,0,0,0),(43431,11727,1,1,1,11088,0,-7383.25,1445.65,4.36918,4.51924,300,3,0,3876,0,1,0,0,0),(43432,11727,1,1,1,11088,0,-7388.3,1720.21,-36.5966,0.860044,300,3,0,3876,0,1,0,0,0),(43433,11727,1,1,1,11088,0,-7392.37,1722.09,-36.971,5.14819,300,3,0,3876,0,1,0,0,0),(43434,11727,1,1,1,11088,0,-7390.13,1721.53,-36.812,1.99213,300,3,0,3876,0,1,0,0,0),(43435,11727,1,1,1,11088,0,-7389.56,1718.01,-36.4569,0.148544,300,3,0,3876,0,1,0,0,0),(43436,11727,1,1,1,11088,0,-7301.59,1829.2,-87.313,3.11359,300,3,0,3876,0,1,0,0,0),(43437,11727,1,1,1,11088,0,-7288.46,1848.9,-85.6444,4.99689,300,3,0,3876,0,1,0,0,0),(43442,11727,1,1,1,11088,0,-7294.22,1827.74,-85.2761,4.13192,300,3,0,3876,0,1,0,0,0),(43449,11727,1,1,1,11088,0,-7289.74,1835.57,-85.9713,2.82376,300,3,0,3876,0,1,0,0,0),(43450,11727,1,1,1,11088,0,-7299.78,1836.89,-87.6774,3.39259,300,3,0,3876,0,1,0,0,0),(43451,11727,1,1,1,11088,0,-7561.46,1595.31,-67.5643,4.19318,300,3,0,3876,0,1,0,0,0),(43452,11727,1,1,1,11088,0,-7558.64,1580.05,-66.5063,3.93943,300,3,0,3876,0,1,0,0,0),(43453,11727,1,1,1,11088,0,-7555.71,1589.9,-67.3509,0.469904,300,3,0,3876,0,1,0,0,0),(43454,11727,1,1,1,11088,0,-7176.82,1449.97,6.28762,0.553771,300,3,0,3876,0,1,0,0,0),(43455,11727,1,1,1,11088,0,-7172.7,1448.99,6.19936,0.553773,300,3,0,3876,0,1,0,0,0),(43615,11727,1,1,1,11088,0,-7514.19,1862.84,-56.944,5.5164,300,3,0,3876,0,1,0,0,0),(43616,11727,1,1,1,11088,0,-7507.48,1874.26,-57.674,4.17058,300,3,0,3876,0,1,0,0,0),(43617,11727,1,1,1,11088,0,-7511.32,1894.32,-57.1127,6.13988,300,3,0,3876,0,1,0,0,0),(43618,11727,1,1,1,11088,0,-7503.15,1885.05,-58.503,0.134378,300,3,0,3876,0,1,0,0,0),(43619,11727,1,1,1,11088,0,-7514.17,1933.98,-56.9442,4.38047,300,3,0,3876,0,1,0,0,0),(43620,11727,1,1,1,11088,0,-7522.82,1943.69,-55.6815,1.86235,300,3,0,3876,0,1,0,0,0),(43621,11727,1,1,1,11088,0,-7536.17,1946.2,-56.6395,1.58025,300,3,0,3876,0,1,0,0,0),(43622,11727,1,1,1,11088,0,-7545.63,1953,-57.669,2.4625,300,3,0,3876,0,1,0,0,0),(43623,11727,1,1,1,11088,0,-7554.59,1387.55,-90.431,0.144152,300,3,0,3876,0,1,0,0,0),(43624,11727,1,1,1,11088,0,-7532.38,1369.86,-93.9184,5.43425,300,25,0,3876,0,1,0,0,0),(43625,11727,1,1,1,11088,0,-7552.99,1369.23,-87.0522,5.1295,300,3,0,3876,0,1,0,0,0),(43626,11727,1,1,1,11088,0,-7548.82,1394.01,-93.4461,1.40111,300,3,0,3876,0,1,0,0,0),(43627,11727,1,1,1,11088,0,-7565.62,1898.26,-61.0733,0.083992,300,3,0,3876,0,1,0,0,0),(43628,11727,1,1,1,11088,0,-7557.28,1899.88,-62.8689,3.92768,300,3,0,3876,0,1,0,0,0),(43631,11727,1,1,1,11088,0,-7550.41,1879.3,-62.0904,3.63555,300,3,0,3876,0,1,0,0,0),(43632,11727,1,1,1,11088,0,-7550.59,1906.31,-62.5699,5.69728,300,3,0,3876,0,1,0,0,0),(43633,11727,1,1,1,11088,0,-7304.54,1594.48,-76.7962,4.57659,300,3,0,3876,0,1,0,0,0),(43634,11727,1,1,1,11088,0,-7301.56,1603.19,-76.8856,1.84274,300,3,0,3876,0,1,0,0,0),(43635,11727,1,1,1,11088,0,-7298.81,1639.64,-75.6242,3.99845,300,25,0,3876,0,1,0,0,0),(43636,11727,1,1,1,11088,0,-7289.26,1612.97,-76.6534,2.72457,300,3,0,3876,0,1,0,0,0),(43637,11727,1,1,1,11088,0,-7243.34,1546.12,-79.3252,5.78766,300,25,0,3876,0,1,0,0,0),(43638,11727,1,1,1,11088,0,-7244.97,1560.26,-79.1601,1.08097,300,3,0,3876,0,1,0,0,0),(43639,11727,1,1,1,11088,0,-7263.2,1559.61,-79.0889,0.52268,300,3,0,3876,0,1,0,0,0),(43640,11728,1,1,1,11085,0,-7402.15,1309.72,-86.9086,3.36274,300,25,0,3849,0,1,0,0,0),(43641,11728,1,1,1,11085,0,-7348.12,1693.22,-36.8161,4.35316,300,10,0,3849,0,1,0,0,0),(43642,11728,1,1,1,11085,0,-7450.1,1279.64,-86.6451,0.167267,300,25,0,3849,0,1,0,0,0),(43643,11728,1,1,1,11085,0,-7077.14,1681.3,5.03733,5.10919,300,10,0,3849,0,1,0,0,0),(43644,11728,1,1,1,11085,0,-7267.21,1436.31,-1.86942,2.78556,300,10,0,3849,0,1,0,0,0),(43645,11728,1,1,1,11085,0,-7401.54,1759.26,-92.1402,2.28995,300,3,0,3849,0,1,0,0,0),(43646,11728,1,1,1,11085,0,-7429.41,1348.76,-85.9337,4.85363,300,3,0,3849,0,1,0,0,0),(43647,11728,1,1,1,11085,0,-7258.72,1654.5,-34.2254,0.76471,300,3,0,3849,0,1,0,0,0),(43648,11728,1,1,1,11085,0,-7146.14,1498.81,4.40638,0.580015,300,10,0,3849,0,1,0,0,0),(43649,11728,1,1,1,11085,0,-7444.98,1636.3,-36.7561,4.5775,300,25,0,3849,0,1,0,0,0),(43650,11728,1,1,1,11085,0,-7365.84,1650.18,-92.3987,4.08327,300,25,0,3849,0,1,0,0,0),(43651,11728,1,1,1,11085,0,-7323.1,1728.99,-94.1762,1.99842,300,25,0,3849,0,1,0,0,0),(43652,11728,1,1,1,11085,0,-7411.47,1466.2,5.69846,5.30329,300,10,0,3849,0,1,0,0,0),(43653,11728,1,1,1,11085,0,-7409.05,1743.13,-36.3559,5.37838,300,3,0,3849,0,1,0,0,0),(43656,11728,1,1,1,11085,0,-7554.6,1743.24,-37.2837,1.26913,300,3,0,3849,0,1,0,0,0),(43659,11728,1,1,1,11085,0,-7570.87,1526.47,2.37597,0.638632,300,10,0,3849,0,1,0,0,0),(43660,11728,1,1,1,11085,0,-7385.74,1387.47,-89.187,2.21843,300,3,0,3849,0,1,0,0,0),(43664,11728,1,1,1,11085,0,-7476.72,1305.72,-76.8276,4.75992,300,25,0,3849,0,1,0,0,0),(43665,11728,1,1,1,11085,0,-7438.3,1681.14,-92.221,2.07941,300,25,0,3849,0,1,0,0,0),(43666,11728,1,1,1,11085,0,-7567.47,1669.51,-37.3251,3.44484,300,3,0,3849,0,1,0,0,0),(43681,11728,1,1,1,11085,0,-7645.65,1734.55,-35.3659,4.11681,300,3,0,3849,0,1,0,0,0),(43682,11728,1,1,1,11085,0,-7314.63,1636.25,-30.8963,5.45651,300,25,0,3849,0,1,0,0,0),(43683,11728,1,1,1,11085,0,-7259.49,1685.18,-65.7426,5.82178,300,3,0,3849,0,1,0,0,0),(43684,11728,1,1,1,11085,0,-7250.46,1722.29,-60.5952,3.98896,300,0,0,3849,0,2,0,0,0),(43685,11728,1,1,1,11085,0,-7446.89,1785.41,-67.2947,5.16988,300,3,0,3849,0,1,0,0,0),(43686,11728,1,1,1,11085,0,-7572.96,1829.32,-48.5749,4.8384,300,25,0,3849,0,1,0,0,0),(43687,11728,1,1,1,11085,0,-7224.82,1793.47,-65.4866,0.969374,300,25,0,3849,0,1,0,0,0),(43688,11728,1,1,1,11085,0,-7574.09,1767.64,-43.3522,1.42507,300,3,0,3849,0,1,0,0,0),(43692,11728,1,1,1,11085,0,-7498.42,1428.69,-81.9779,3.75083,300,3,0,3849,0,1,0,0,0),(43693,11729,1,1,1,12160,0,-7157.14,1693.8,-7.3739,3.67308,300,3,0,3849,0,1,0,0,0),(43698,11729,1,1,1,12160,0,-7439.62,1613.39,-43.6308,3.89742,300,25,0,3849,0,1,0,0,0),(43699,11729,1,1,1,12160,0,-7571.21,1727.41,-33.9974,4.75664,300,3,0,3849,0,1,0,0,0),(43700,11729,1,1,1,12160,0,-7649.94,1672.51,-33.189,0.496717,300,25,0,3849,0,1,0,0,0),(43706,11729,1,1,1,12160,0,-7522.74,1448.19,4.86073,3.00821,300,10,0,3849,0,1,0,0,0),(43710,11729,1,1,1,12160,0,-7406.22,1375.3,-88.7113,0.993484,300,3,0,3849,0,1,0,0,0),(43711,11729,1,1,1,12160,0,-7418.74,1688.44,-92.9843,6.14022,300,25,0,3849,0,1,0,0,0),(43712,11729,1,1,1,12160,0,-7233.56,1507.84,-5.79326,6.07975,300,25,0,3849,0,1,0,0,0),(43713,11729,1,1,1,12160,0,-7126.78,1655.09,-1.62026,2.71553,300,10,0,3849,0,1,0,0,0),(43714,11729,1,1,1,12160,0,-7411.84,1317.92,-90.5218,2.05081,300,25,0,3849,0,1,0,0,0),(43715,11729,1,1,1,12160,0,-7055.86,1781.12,0.281583,2.29863,300,10,0,3849,0,1,0,0,0),(43716,11729,1,1,1,12160,0,-7480.7,1380.63,-68.7018,3.86685,300,3,0,3849,0,1,0,0,0),(43717,11729,1,1,1,12160,0,-7458.57,1447.89,3.68089,2.83066,300,10,0,3849,0,1,0,0,0),(43718,11729,1,1,1,12160,0,-7415.92,1683.21,-35.7574,1.00534,300,25,0,3849,0,1,0,0,0),(43719,11729,1,1,1,12160,0,-7289.63,1417.96,1.30798,5.5255,300,10,0,3849,0,1,0,0,0),(43720,11729,1,1,1,12160,0,-7083.96,1551.22,2.88162,1.55375,300,10,0,3849,0,1,0,0,0),(43721,11729,1,1,1,12160,0,-7465.95,1373.53,-76.6142,3.01073,300,3,0,3849,0,1,0,0,0),(43722,11729,1,1,1,12160,0,-7368.96,1670.6,-92.1211,1.64851,300,3,0,3849,0,1,0,0,0),(43723,11729,1,1,1,12160,0,-7635.51,1691.22,-30.7572,2.32509,300,3,0,3849,0,1,0,0,0),(43724,11729,1,1,1,12160,0,-7385.79,1654.41,-31.8459,4.26727,300,3,0,3849,0,1,0,0,0),(43725,11729,1,1,1,12160,0,-7547.74,1485.08,-72.8515,1.02869,300,25,0,3849,0,1,0,0,0),(43726,11729,1,1,1,12160,0,-7519.26,1541.48,-55.4643,4.32255,300,3,0,3849,0,1,0,0,0),(43728,11729,1,1,1,12160,0,-7451.39,1700.97,-27.1065,2.86866,300,25,0,3849,0,1,0,0,0),(43734,11729,1,1,1,12160,0,-7528.52,1725.65,-36.2235,5.9189,300,25,0,3849,0,1,0,0,0),(43735,11729,1,1,1,12160,0,-7478.41,1836.37,-49.474,5.81521,300,3,0,3849,0,1,0,0,0),(43744,11729,1,1,1,12160,0,-7481.52,1585.61,-53.4505,1.15453,300,25,0,3849,0,1,0,0,0),(43745,11729,1,1,1,12160,0,-7450.13,1738.78,-61.4583,0.946193,300,3,0,3849,0,1,0,0,0),(43746,11729,1,1,1,12160,0,-7450.82,1809.73,-62.1409,5.55597,300,3,0,3849,0,1,0,0,0),(43747,11729,1,1,1,12160,0,-7237.69,1855.1,-83.9694,5.412,300,3,0,3849,0,1,0,0,0),(43777,11730,1,1,1,11106,0,-7819.36,819.983,-8.72572,6.08213,300,25,0,3849,0,1,0,0,0),(43779,11730,1,1,1,11106,0,-8303.33,689.045,-73.4524,5.75998,300,25,0,3849,0,1,0,0,0),(43780,11730,1,1,1,11106,0,-8132.36,775.664,-77.7144,5.57572,300,3,0,3849,0,1,0,0,0),(43781,11730,1,1,1,11106,0,-7976.61,514.533,-28.159,5.27057,300,25,0,3849,0,1,0,0,0),(43782,11730,1,1,1,11106,0,-8054.84,380.745,-30.1285,3.69005,300,25,0,3849,0,1,0,0,0),(43783,11730,1,1,1,11106,0,-7701.33,246.92,-41.5266,5.01982,300,3,0,3849,0,1,0,0,0),(43784,11730,1,1,1,11106,0,-7824.45,377.675,-34.5284,1.695,300,25,0,3849,0,1,0,0,0),(43785,11730,1,1,1,11106,0,-7711.65,261.631,-42.5079,3.55229,300,3,0,3849,0,1,0,0,0),(43786,11730,1,1,1,11106,0,-8259.31,683.472,-76.2547,3.51292,300,25,0,3849,0,1,0,0,0),(43787,11730,1,1,1,11106,0,-7639.51,411.017,-41.7138,0.95259,300,25,0,3849,0,1,0,0,0),(43788,11730,1,1,1,11106,0,-7902.96,223.674,-57.6293,2.36718,300,3,0,3849,0,1,0,0,0),(43789,11730,1,1,1,11106,0,-7976.8,583.273,-37.2301,4.79192,300,10,0,3849,0,1,0,0,0),(43790,11730,1,1,1,11106,0,-7887.98,419.277,-34.8162,5.14854,300,10,0,3849,0,1,0,0,0),(43791,11730,1,1,1,11106,0,-8219.72,687.765,-72.9344,0.752255,300,10,0,3849,0,1,0,0,0),(43792,11730,1,1,1,11106,0,-7885.03,238.593,-57.0474,5.27128,300,3,0,3849,0,1,0,0,0),(43793,11730,1,1,1,11106,0,-7729.43,846.746,-7.70442,5.48329,300,25,0,3849,0,1,0,0,0),(43794,11730,1,1,1,11106,0,-8011.53,658.461,-43.8458,3.50293,300,3,0,3849,0,1,0,0,0),(43795,11730,1,1,1,11106,0,-7738.73,279.495,-43.9548,1.54296,300,3,0,3849,0,1,0,0,0),(43796,11730,1,1,1,11106,0,-7781.07,714.346,-34.1182,5.6518,300,10,0,3849,0,1,0,0,0),(43797,11731,1,1,1,12156,0,-8337.88,702.227,-70.7598,5.67232,300,3,0,3849,0,1,0,0,0),(43798,11731,1,1,1,12156,0,-7615.73,277.439,-34.4007,2.35619,300,0,0,3849,0,0,0,0,0),(43799,11731,1,1,1,12156,0,-7843.74,732.592,-28.0181,3.40339,300,0,0,3849,0,2,0,0,0),(43800,11731,1,1,1,12156,0,-7606.71,629.013,-43.3271,0.418879,300,10,0,3849,0,1,0,0,0),(43801,11731,1,1,1,12156,0,-7700.08,259.306,-43.0291,4.38078,300,0,0,3849,0,0,0,0,0),(43802,11731,1,1,1,12156,0,-7622.74,451.419,-45.6206,1.64061,300,10,0,3849,0,1,0,0,0),(43803,11731,1,1,1,12156,0,-7788.05,413.676,-58.8668,0.837758,300,0,0,3849,0,2,0,0,0),(43804,11731,1,1,1,12156,0,-7838.71,293.729,-49.5679,2.84489,300,0,0,3849,0,2,0,0,0),(43805,11731,1,1,1,12156,0,-8162.64,643.319,-77.1598,5.84685,300,0,0,3849,0,2,0,0,0),(43806,11731,1,1,1,12156,0,-7935.22,671.188,-57.721,2.42601,300,0,0,3849,0,2,0,0,0),(43807,11732,1,1,1,9229,0,-7812.12,741.156,-34.6761,5.38808,300,10,0,3849,0,1,0,0,0),(43808,11732,1,1,1,9229,0,-7895.52,202.419,-59.3148,3.49987,300,3,0,3849,0,1,0,0,0),(43809,11732,1,1,1,9229,0,-8025.73,344.004,-32.7409,1.78544,300,25,0,3849,0,1,0,0,0),(43810,11732,1,1,1,9229,0,-7791,646.242,-41.2599,5.38835,300,10,0,3849,0,1,0,0,0),(43811,11732,1,1,1,9229,0,-7703.83,604.296,-49.787,0.186747,300,10,0,3849,0,1,0,0,0),(43812,11732,1,1,1,9229,0,-7947.93,657.068,-59.0965,0.174931,300,3,0,3849,0,1,0,0,0),(43813,11732,1,1,1,9229,0,-7911.55,506.759,-32.1598,1.62554,300,25,0,3849,0,1,0,0,0),(43814,11732,1,1,1,9229,0,-7844.77,571.998,-38.5146,5.03687,300,25,0,3849,0,1,0,0,0),(43815,11732,1,1,1,9229,0,-7895.83,770.833,-27.6163,0.78532,300,10,0,3849,0,1,0,0,0),(43816,11732,1,1,1,9229,0,-7846.46,348.241,-62.6935,0.58264,300,3,0,3849,0,1,0,0,0),(43817,11732,1,1,1,9229,0,-7815.61,487.64,-38.3354,1.26579,300,25,0,3849,0,1,0,0,0),(43818,11732,1,1,1,9229,0,-7643.12,438.903,-42.2042,5.14807,300,10,0,3849,0,1,0,0,0),(43819,11732,1,1,1,9229,0,-8113.47,770.737,-85.0507,6.13304,300,3,0,3849,0,1,0,0,0),(43820,11732,1,1,1,9229,0,-8324.89,685.876,-70.8867,5.14677,300,25,0,3849,0,1,0,0,0),(43821,11732,1,1,1,9229,0,-7995.51,438.894,-30.0235,3.85042,300,25,0,3849,0,1,0,0,0),(43822,11732,1,1,1,9229,0,-7674.45,686.567,-48.8539,0.617752,300,10,0,3849,0,1,0,0,0),(43823,11732,1,1,1,9229,0,-7660.08,811.737,-11.7104,3.07126,300,25,0,3849,0,1,0,0,0),(43824,11732,1,1,1,9229,0,-7950.42,432.478,-30.7734,3.0497,300,3,0,3849,0,1,0,0,0),(43825,11732,1,1,1,9229,0,-8036.21,510.831,-11.6405,5.29995,300,25,0,3849,0,1,0,0,0),(43826,11732,1,1,1,9229,0,-7697.38,624.422,-50.6374,0.174744,300,10,0,3849,0,1,0,0,0),(43827,11732,1,1,1,9229,0,-8272.7,678.728,-72.9156,3.88354,300,25,0,3849,0,1,0,0,0),(43828,11732,1,1,1,9229,0,-7665.22,346.434,-38.0211,6.12486,300,3,0,3849,0,1,0,0,0),(43829,11732,1,1,1,9229,0,-7705.79,400.517,-33.182,3.67262,300,25,0,3849,0,1,0,0,0),(43830,11732,1,1,1,9229,0,-7880.21,819.979,-5.47227,5.87022,300,25,0,3849,0,1,0,0,0),(43831,11732,1,1,1,9229,0,-7749.79,759.876,-38.325,6.07763,300,10,0,3849,0,1,0,0,0),(43832,11732,1,1,1,9229,0,-8300.76,708.086,-75.389,4.40558,300,25,0,3849,0,1,0,0,0),(43833,11732,1,1,1,9229,0,-7820.64,420.848,-34.1692,0.815631,300,25,0,3849,0,1,0,0,0),(43834,11732,1,1,1,9229,0,-7893.51,255.1,-58.6762,3.73693,300,25,0,3849,0,1,0,0,0),(43835,11732,1,1,1,9229,0,-7758.47,231.747,-41.8648,5.2352,300,3,0,3849,0,1,0,0,0),(43836,11732,1,1,1,9229,0,-8188.95,696.046,-71.5295,1.90907,300,25,0,3849,0,1,0,0,0),(43837,11732,1,1,1,9229,0,-8169.88,372.68,-78.9025,2.72467,300,3,0,3849,0,1,0,0,0),(43838,11732,1,1,1,9229,0,-8042.96,716.456,-62.8763,5.77624,300,3,0,3849,0,1,0,0,0),(43839,11732,1,1,1,9229,0,-7684.04,306.739,-38.3734,2.66977,300,3,0,3849,0,1,0,0,0),(43840,11732,1,1,1,9229,0,-7748.57,747.863,-38.5389,6.20302,300,10,0,3849,0,1,0,0,0),(43841,11733,1,1,1,12154,0,-8143.1,763.624,-84.6563,5.9182,300,3,0,3849,0,1,0,0,0),(43842,11733,1,1,1,12154,0,-7656.68,654.989,-49.883,3.52403,300,10,0,3849,0,1,0,0,0),(43843,11733,1,1,1,12154,0,-7794.32,508.491,-39.7555,3.34872,300,25,0,3849,0,1,0,0,0),(43844,11733,1,1,1,12154,0,-7675.59,325.547,-35.7339,3.2446,300,3,0,3849,0,1,0,0,0),(43845,11733,1,1,1,12154,0,-8229.32,728.866,-73.3271,0.559446,300,25,0,3849,0,1,0,0,0),(43846,11733,1,1,1,12154,0,-7895.68,539.625,-24.5168,2.40733,300,25,0,3849,0,1,0,0,0),(43847,11733,1,1,1,12154,0,-8079.22,484.943,-21.8377,1.11764,300,10,0,3849,0,1,0,0,0),(43848,11733,1,1,1,12154,0,-7887.61,624.334,-27.9772,5.05261,300,10,0,3849,0,1,0,0,0),(43849,11733,1,1,1,12154,0,-7717.01,452.124,-41.0179,5.13498,300,25,0,3849,0,1,0,0,0),(43850,11733,1,1,1,12154,0,-7619.74,419.815,-40.2596,5.31116,300,10,0,3849,0,1,0,0,0),(43851,11733,1,1,1,12154,0,-8053.53,428.56,-41.9085,4.84069,300,3,0,3849,0,1,0,0,0),(43852,11733,1,1,1,12154,0,-7760.97,684.148,-35.838,3.28363,300,10,0,3849,0,1,0,0,0),(43853,11733,1,1,1,12154,0,-7746.64,404.477,-33.7965,5.7422,300,25,0,3849,0,1,0,0,0),(43854,11733,1,1,1,12154,0,-7730.75,618.764,-45.412,0.105159,300,10,0,3849,0,1,0,0,0),(43855,11733,1,1,1,12154,0,-7844.15,446.628,-31.6716,2.43636,300,25,0,3849,0,1,0,0,0),(43856,11733,1,1,1,12154,0,-7782.31,577.35,-40.9354,6.22649,300,25,0,3849,0,1,0,0,0),(43857,11733,1,1,1,12154,0,-7866.72,205.44,-63.2285,0.871496,300,3,0,3849,0,1,0,0,0),(43858,11733,1,1,1,12154,0,-8062.69,354.088,-37.4772,0.428646,300,25,0,3849,0,1,0,0,0),(43859,11733,1,1,1,12154,0,-7843.11,723.044,-29.3804,3.89661,300,10,0,3849,0,1,0,0,0),(43860,11733,1,1,1,12154,0,-7786.77,396.057,-31.1785,2.95109,300,25,0,3849,0,1,0,0,0),(43861,11733,1,1,1,12154,0,-7755.14,497.61,-44.0438,1.63281,300,25,0,3849,0,1,0,0,0),(43862,11733,1,1,1,12154,0,-7612.93,616.531,-46.9116,3.75776,300,10,0,3849,0,1,0,0,0),(43863,11733,1,1,1,12154,0,-7692.29,542.785,-44.8237,3.49596,300,25,0,3849,0,1,0,0,0),(43864,11733,1,1,1,12154,0,-8210.35,648.952,-75.2788,1.11585,300,25,0,3849,0,1,0,0,0),(43865,11733,1,1,1,12154,0,-8167.23,708.637,-58.3628,1.85959,300,25,0,3849,0,1,0,0,0),(43866,11733,1,1,1,12154,0,-7862.51,268.697,-57.8832,2.05416,300,3,0,3849,0,1,0,0,0),(43867,11733,1,1,1,12154,0,-7794.61,243.444,-49.4921,3.9517,300,3,0,3849,0,1,0,0,0),(43868,11733,1,1,1,12154,0,-8049.32,719.759,5.22849,2.10734,300,25,0,3849,0,1,0,0,0),(43869,11733,1,1,1,12154,0,-8016.37,682.496,-4.77565,3.92768,300,25,0,3849,0,1,0,0,0),(43870,11733,1,1,1,12154,0,-8021.72,801.304,3.44583,4.65765,300,25,0,3849,0,1,0,0,0),(43871,11733,1,1,1,12154,0,-8339.45,712.708,-68.9563,0.760087,300,3,0,3849,0,1,0,0,0),(43872,11733,1,1,1,12154,0,-8267.83,740.358,-75.8998,2.10689,300,3,0,3849,0,1,0,0,0),(43873,11733,1,1,1,12154,0,-8170.06,660.103,-76.6427,1.40057,300,3,0,3849,0,1,0,0,0),(43874,11733,1,1,1,12154,0,-7835.46,366.043,-67.2642,2.78861,300,3,0,3849,0,1,0,0,0),(43875,11733,1,1,1,12154,0,-8117.84,698.405,-70.8683,3.135,300,3,0,3849,0,1,0,0,0),(43876,11733,1,1,1,12154,0,-7939.97,678.268,-57.4893,5.02389,300,3,0,3849,0,1,0,0,0),(43877,11733,1,1,1,12154,0,-7737.85,338.757,-37.176,5.9641,300,3,0,3849,0,1,0,0,0),(43878,11734,1,1,1,12155,0,-7670.91,240.284,-35.4818,3.54909,300,3,0,3849,0,1,0,0,0),(43879,11734,1,1,1,12155,0,-7615.62,483.188,-47.0024,4.55668,300,10,0,3849,0,1,0,0,0),(43880,11734,1,1,1,12155,0,-8003.64,470.624,-29.1979,5.62094,300,10,0,3849,0,1,0,0,0),(43881,11734,1,1,1,12155,0,-7859.2,522.629,-35.1191,5.33008,300,25,0,3849,0,1,0,0,0),(43882,11734,1,1,1,12155,0,-7789.91,395.129,-60.7365,2.57126,300,3,0,3849,0,1,0,0,0),(43883,11734,1,1,1,12155,0,-7698.86,415.718,-35.1315,3.63965,300,10,0,3849,0,1,0,0,0),(43884,11734,1,1,1,12155,0,-7629.53,689.286,-46.94,3.25117,300,10,0,3849,0,1,0,0,0),(43885,11734,1,1,1,12155,0,-7826.01,543.285,-36.6,4.06262,300,25,0,3849,0,1,0,0,0),(43886,11734,1,1,1,12155,0,-7651.7,574.702,-49.7005,3.13378,300,10,0,3849,0,1,0,0,0),(43887,11734,1,1,1,12155,0,-7715.31,632.655,-48.9027,5.38439,300,10,0,3849,0,1,0,0,0),(43888,11734,1,1,1,12155,0,-7983.77,653.434,-20.9201,5.21361,300,3,0,3849,0,1,0,0,0),(43889,11734,1,1,1,12155,0,-8231.29,747.417,-66.6335,2.05272,300,25,0,3849,0,1,0,0,0),(43890,11734,1,1,1,12155,0,-7813.44,620.833,-41.5201,2.57202,300,25,0,3849,0,1,0,0,0),(43891,11734,1,1,1,12155,0,-7930.75,373.814,-33.0024,4.23295,300,10,0,3849,0,1,0,0,0),(43892,11734,1,1,1,12155,0,-7781.34,461.473,-38.1062,3.4411,300,25,0,3849,0,1,0,0,0),(43893,11734,1,1,1,12155,0,-7647.67,276.302,-29.7953,4.81726,300,3,0,3849,0,1,0,0,0),(43894,11734,1,1,1,12155,0,-8129.59,748.323,-85.337,4.55758,300,3,0,3849,0,1,0,0,0),(43895,11734,1,1,1,12155,0,-8211.11,626.236,-74.901,2.39513,300,25,0,3849,0,1,0,0,0),(43896,11734,1,1,1,12155,0,-7974.36,385.592,-28.6283,1.29599,300,25,0,3849,0,1,0,0,0),(43897,11734,1,1,1,12155,0,-8081.15,404.527,-56.1564,4.77629,300,3,0,3849,0,1,0,0,0),(43898,11734,1,1,1,12155,0,-8020.57,417.78,-32.865,3.35814,300,10,0,3849,0,1,0,0,0),(43899,11734,1,1,1,12155,0,-7854.42,308.92,-50.183,2.21343,300,3,0,3849,0,1,0,0,0),(43900,11734,1,1,1,12155,0,-7718.86,243.18,-38.9736,2.00591,300,3,0,3849,0,1,0,0,0),(43901,11734,1,1,1,12155,0,-7845.35,229.703,-63.7494,1.81234,300,3,0,3849,0,1,0,0,0),(43902,11734,1,1,1,12155,0,-8143.09,342.913,-38.8018,1.73755,300,25,0,3849,0,1,0,0,0),(43903,11734,1,1,1,12155,0,-8036.76,776.029,3.51785,4.03978,300,25,0,3849,0,1,0,0,0),(43904,11734,1,1,1,12155,0,-8303.31,737.104,-74.1477,6.08483,300,3,0,3849,0,1,0,0,0),(43905,11734,1,1,1,12155,0,-8335.44,742.638,-65.6619,3.99893,300,3,0,3849,0,1,0,0,0),(43906,11734,1,1,1,12155,0,-7816.73,687.777,-34.0744,1.04137,300,10,0,3849,0,1,0,0,0),(43907,11735,1,1,1,15383,0,-6813.63,9.58512,1.11484,4.8842,300,25,0,3293,0,1,0,0,0),(43908,11735,1,1,1,15383,0,-6590.27,255.137,4.04878,2.38381,300,25,0,3293,0,1,0,0,0),(43920,11735,1,1,1,15383,0,-6717.27,224.413,1.43934,1.74943,300,25,0,3293,0,1,0,0,0),(43924,11735,1,1,1,15383,0,-6632.93,220.165,5.78378,3.94433,300,25,0,3293,0,1,0,0,0),(43926,11735,1,1,1,15383,0,-6685.85,283.361,3.46007,1.50745,300,25,0,3293,0,1,0,0,0),(43927,11735,1,1,1,15383,0,-6586.13,296.084,4.20317,1.60594,300,25,0,3293,0,1,0,0,0),(43928,11735,1,1,1,15383,0,-6608.97,287.833,1.27853,1.00894,300,25,0,3293,0,1,0,0,0),(43929,11735,1,1,1,15383,0,-6729.02,-101.125,5.82774,5.39627,300,25,0,3293,0,1,0,0,0),(43930,11735,1,1,1,15383,0,-6676.75,-138.864,4.53273,5.50596,300,25,0,3293,0,1,0,0,0),(43931,11735,1,1,1,15383,0,-6270.11,835.111,7.70807,6.17458,300,25,0,3293,0,1,0,0,0),(43932,11735,1,1,1,15383,0,-6444.21,1224.92,-0.071837,1.47696,300,25,0,3293,0,1,0,0,0),(43933,11735,1,1,1,15383,0,-6409.01,1286.85,4.40149,3.36628,300,25,0,3293,0,1,0,0,0),(43934,11735,1,1,1,15383,0,-6683.76,350.81,0.387379,0.28476,300,25,0,3293,0,1,0,0,0),(43935,11735,1,1,1,15383,0,-6616.45,1430.81,6.15285,1.66099,300,25,0,3293,0,1,0,0,0),(43936,11735,1,1,1,15383,0,-6463.6,1353.81,4.8766,0.66575,300,25,0,3293,0,1,0,0,0),(43937,11735,1,1,1,15383,0,-6610.98,1283.9,3.31943,0.301084,300,25,0,3293,0,1,0,0,0),(43938,11735,1,1,1,15383,0,-6578.39,1336.46,5.63629,5.73473,300,25,0,3293,0,1,0,0,0),(43939,11735,1,1,1,15383,0,-6346.4,1250.46,4.19828,4.72411,300,25,0,3293,0,1,0,0,0),(43940,11735,1,1,1,15383,0,-6706.01,312.81,2.51083,4.33188,300,25,0,3293,0,1,0,0,0),(43941,11735,1,1,1,15383,0,-6576.19,383.332,-0.508386,3.13378,300,25,0,3293,0,1,0,0,0),(43942,11735,1,1,1,15383,0,-6638.74,1383.04,4.98763,1.21351,300,25,0,3293,0,1,0,0,0),(43943,11735,1,1,1,15383,0,-6689.16,1358.03,5.61352,4.58349,300,25,0,3293,0,1,0,0,0),(43944,11735,1,1,1,15383,0,-6624.07,1339.15,3.46791,3.76831,300,25,0,3293,0,1,0,0,0),(43945,11735,1,1,1,15383,0,-6506.42,1262.21,3.35047,1.43166,300,25,0,3293,0,1,0,0,0),(43946,11735,1,1,1,15383,0,-6592.98,1257,5.44446,1.67319,300,25,0,3293,0,1,0,0,0),(43947,11735,1,1,1,15383,0,-6384.99,442.957,-0.154227,4.05221,300,25,0,3293,0,1,0,0,0),(43948,11735,1,1,1,15383,0,-6294.51,641.378,10.5551,5.79334,300,25,0,3293,0,1,0,0,0),(43949,11735,1,1,1,15383,0,-6353.92,318.827,10.4469,5.46875,300,25,0,3293,0,1,0,0,0),(43950,11735,1,1,1,15383,0,-6312.55,394.447,18.7242,0.725994,300,25,0,3293,0,1,0,0,0),(43951,11735,1,1,1,15383,0,-6287.27,303.67,23.5925,0.952687,300,3,0,3293,0,1,0,0,0),(43952,11735,1,1,1,15383,0,-6266.49,481.575,9.58536,2.95016,300,25,0,3293,0,1,0,0,0),(43953,11735,1,1,1,15383,0,-6294.37,399.922,17.9682,1.69735,300,25,0,3293,0,1,0,0,0),(43954,11735,1,1,1,15383,0,-6221.98,557.322,12.8105,2.18536,300,25,0,3293,0,1,0,0,0),(43955,11735,1,1,1,15383,0,-6274.75,621.735,7.54488,2.95301,300,25,0,3293,0,1,0,0,0),(43956,11735,1,1,1,15383,0,-6433.55,490.209,4.11043,0.825363,300,25,0,3293,0,1,0,0,0),(43957,11735,1,1,1,15383,0,-6502.38,236.062,3.84139,3.9726,300,25,0,3293,0,1,0,0,0),(43958,11735,1,1,1,15383,0,-6811.74,1126.46,2.41845,3.16778,300,25,0,3293,0,1,0,0,0),(43959,11735,1,1,1,15383,0,-6719.48,1149.93,2.27403,3.06235,300,25,0,3293,0,1,0,0,0),(43960,11735,1,1,1,15383,0,-6685.13,1145.3,-0.852471,4.73597,300,25,0,3293,0,1,0,0,0),(43961,11735,1,1,1,15383,0,-6914.1,1040.37,1.81749,4.99739,300,25,0,3293,0,1,0,0,0),(43962,11735,1,1,1,15383,0,-6846.44,1042.26,0.22417,1.96761,300,25,0,3293,0,1,0,0,0),(43963,11735,1,1,1,15383,0,-6819.28,990.91,2.37058,4.84171,300,25,0,3293,0,1,0,0,0),(43964,11735,1,1,1,15383,0,-6850.57,1119.14,0.321487,1.52976,300,25,0,3293,0,1,0,0,0),(43965,11735,1,1,1,15383,0,-6820.47,1165.93,1.04519,1.95928,300,25,0,3293,0,1,0,0,0),(43966,11735,1,1,1,15383,0,-6998.33,181.71,2.16942,3.19438,300,25,0,3293,0,1,0,0,0),(43967,11735,1,1,1,15383,0,-7019.44,146.944,6.04188,3.90506,300,25,0,3293,0,1,0,0,0),(43968,11735,1,1,1,15383,0,-6957.04,416.149,3.94419,0.428741,300,25,0,3293,0,1,0,0,0),(43969,11735,1,1,1,15383,0,-7009.59,286.853,3.9628,4.48588,300,25,0,3293,0,1,0,0,0),(43970,11735,1,1,1,15383,0,-6977.39,374.696,4.34804,4.57906,300,25,0,3293,0,1,0,0,0),(43971,11735,1,1,1,15383,0,-6909.6,388.411,3.17684,2.57699,300,25,0,3293,0,1,0,0,0),(43972,11735,1,1,1,15383,0,-6854.77,432.573,1.2192,4.70848,300,25,0,3293,0,1,0,0,0),(43973,11735,1,1,1,15383,0,-6831.79,248.495,0.452117,3.73664,300,25,0,3293,0,1,0,0,0),(43974,11735,1,1,1,15383,0,-6934.1,253.516,3.96381,0.004604,300,25,0,3293,0,1,0,0,0),(43975,11735,1,1,1,15383,0,-6882.36,114.518,3.12835,5.53368,300,25,0,3293,0,1,0,0,0),(43976,11735,1,1,1,15383,0,-6873.7,98.7422,3.54085,5.02797,300,25,0,3293,0,1,0,0,0),(43977,11735,1,1,1,15383,0,-6882.61,125.329,3.60445,3.26885,300,25,0,3293,0,1,0,0,0),(43978,11735,1,1,1,15383,0,-6477.18,412.941,0.704559,0.11346,300,25,0,3293,0,1,0,0,0),(43979,11735,1,1,1,15383,0,-6435.31,452.174,-1.22977,0.5055,300,25,0,3293,0,1,0,0,0),(43980,11735,1,1,1,15383,0,-6411.42,439.463,1.70319,1.93643,300,25,0,3293,0,1,0,0,0),(43982,11735,1,1,1,15383,0,-6415.58,358.247,7.39036,3.35391,300,25,0,3293,0,1,0,0,0),(43983,11735,1,1,1,15383,0,-6517.39,347.089,-0.352471,3.1281,300,25,0,3293,0,1,0,0,0),(43984,11735,1,1,1,15383,0,-6517.02,350.941,-0.727471,4.30265,300,25,0,3293,0,1,0,0,0),(43985,11735,1,1,1,15383,0,-6555.33,429.945,1.72659,4.46788,300,25,0,3293,0,1,0,0,0),(43986,11735,1,1,1,15383,0,-6715.94,570.605,3.68062,5.77627,300,25,0,3293,0,1,0,0,0),(43987,11735,1,1,1,15383,0,-6743.47,548.53,2.20454,3.34818,300,25,0,3293,0,1,0,0,0),(43988,11735,1,1,1,15383,0,-6413.97,749.197,5.1915,5.88986,300,25,0,3293,0,1,0,0,0),(43989,11735,1,1,1,15383,0,-6607.28,455.951,1.24587,0.828536,300,25,0,3293,0,1,0,0,0),(43990,11735,1,1,1,15383,0,-6526.69,638.962,6.7712,2.97869,300,25,0,3293,0,1,0,0,0),(43991,11735,1,1,1,15383,0,-6477.79,584.266,1.71321,3.15136,300,25,0,3293,0,1,0,0,0),(43992,11735,1,1,1,15383,0,-6611.68,450.382,1.88114,3.30449,300,25,0,3293,0,1,0,0,0),(43993,11735,1,1,1,15383,0,-6660.85,584.759,6.90007,2.86388,300,25,0,3293,0,1,0,0,0),(43994,11735,1,1,1,15383,0,-6552.17,487.526,4.74389,1.18763,300,25,0,3293,0,1,0,0,0),(43995,11735,1,1,1,15383,0,-6582.61,492.624,1.47224,4.77649,300,25,0,3293,0,1,0,0,0),(43996,11735,1,1,1,15383,0,-6671.3,667.667,4.76779,0.752261,300,25,0,3293,0,1,0,0,0),(43997,11735,1,1,1,15383,0,-6644.8,709.394,6.4899,0.126953,300,25,0,3293,0,1,0,0,0),(43998,11735,1,1,1,15383,0,-6586.79,692.394,3.10878,1.35425,300,25,0,3293,0,1,0,0,0),(43999,11735,1,1,1,15383,0,-6682.69,-109.126,3.67805,4.17097,300,25,0,3293,0,1,0,0,0),(44000,11735,1,1,1,15383,0,-6783.38,55.8957,4.52225,1.5747,300,25,0,3293,0,1,0,0,0),(44001,11735,1,1,1,15383,0,-6706.06,341.95,-0.739336,3.48922,300,25,0,3293,0,1,0,0,0),(44002,11736,1,1,1,15384,0,-7145.76,1259.99,0.178226,6.0856,300,25,0,3644,0,1,0,0,0),(44003,11736,1,1,1,15384,0,-6948.86,1787.18,0.049702,0.034166,300,10,0,3644,0,1,0,0,0),(44004,11736,1,1,1,15384,0,-6945.57,1405.23,4.55206,4.38447,300,25,0,3644,0,1,0,0,0),(44005,11736,1,1,1,15384,0,-6985.49,1748.21,1.86002,5.15202,300,25,0,3644,0,1,0,0,0),(44006,11736,1,1,1,15384,0,-7350.8,1316.01,3.99078,0.775965,300,25,0,3644,0,1,0,0,0),(44010,11736,1,1,1,15384,0,-7444.31,363.666,2.23036,1.17615,300,25,0,3644,0,1,0,0,0),(44011,11736,1,1,1,15384,0,-7400.76,267.202,6.95444,0.793685,300,25,0,3644,0,1,0,0,0),(44012,11736,1,1,1,15384,0,-6806.65,1789.3,-0.421781,5.98461,300,25,0,3644,0,1,0,0,0),(44013,11736,1,1,1,15384,0,-7320.38,1318.97,8.65847,4.88937,300,25,0,3644,0,1,0,0,0),(44014,11736,1,1,1,15384,0,-7389.05,257.182,5.93123,4.88754,300,10,0,3644,0,1,0,0,0),(44015,11736,1,1,1,15384,0,-6945.35,1686.49,2.88293,0.793357,300,25,0,3644,0,1,0,0,0),(44016,11736,1,1,1,15384,0,-6986.68,1648.69,-1.2311,4.17406,300,10,0,3644,0,1,0,0,0),(44017,11736,1,1,1,15384,0,-7430.27,544.937,-8.39436,3.41823,300,25,0,3644,0,1,0,0,0),(44026,11736,1,1,1,15384,0,-7401.99,1365.01,2.76585,2.2434,300,25,0,3644,0,1,0,0,0),(44027,11736,1,1,1,15384,0,-6960.98,1780.7,-0.252608,3.47477,300,10,0,3644,0,1,0,0,0),(44028,11736,1,1,1,15384,0,-6957.84,1606.17,4.04343,4.42738,300,25,0,3644,0,1,0,0,0),(44029,11736,1,1,1,15384,0,-7361.1,319.119,2.6943,2.90088,300,25,0,3644,0,1,0,0,0),(44030,11736,1,1,1,15384,0,-6885.75,1787.63,5.18013,1.41592,300,25,0,3644,0,1,0,0,0),(44031,11736,1,1,1,15384,0,-7173.85,1215.61,4.29174,3.23154,300,25,0,3644,0,1,0,0,0),(44032,11736,1,1,1,15384,0,-7335.46,1267.22,0.813775,4.31955,300,25,0,3644,0,1,0,0,0),(44033,11736,1,1,1,15384,0,-6586.36,1529.8,3.60531,3.94475,300,25,0,3644,0,1,0,0,0),(44034,11736,1,1,1,15384,0,-6628.59,1473.52,4.12069,0.193754,300,25,0,3644,0,1,0,0,0),(44035,11736,1,1,1,15384,0,-7240.76,1356.81,2.05798,5.30004,300,25,0,3644,0,1,0,0,0),(44036,11736,1,1,1,15384,0,-6882.43,1376.58,2.68911,4.81215,300,25,0,3644,0,1,0,0,0),(44037,11736,1,1,1,15384,0,-7288,689.642,2.74696,1.45928,300,25,0,3644,0,1,0,0,0),(44038,11736,1,1,1,15384,0,-6856.53,1530.07,-0.522497,5.45707,300,25,0,3644,0,1,0,0,0),(44039,11736,1,1,1,15384,0,-7490.34,358.405,-2.13004,3.45964,300,25,0,3644,0,1,0,0,0),(44041,11736,1,1,1,15384,0,-6730.41,1409.26,4.8265,5.78471,300,25,0,3644,0,1,0,0,0),(44042,11736,1,1,1,15384,0,-6962.6,1543.62,1.93602,6.24707,300,25,0,3644,0,1,0,0,0),(44043,11736,1,1,1,15384,0,-6910.82,1714.05,-1.13224,2.9173,300,25,0,3644,0,1,0,0,0),(44044,11736,1,1,1,15384,0,-7450.53,617.684,-16.6761,1.94072,300,25,0,3644,0,1,0,0,0),(44045,11736,1,1,1,15384,0,-6889.66,1738.59,-0.801736,1.91946,300,25,0,3644,0,1,0,0,0),(44047,11736,1,1,1,15384,0,-7487.5,504.166,-10.0929,2.6779,300,25,0,3644,0,1,0,0,0),(44048,11736,1,1,1,15384,0,-6920.78,1392.82,0.345013,4.80429,300,25,0,3644,0,1,0,0,0),(44051,11736,1,1,1,15384,0,-7461.33,528.481,-12.3594,2.43939,300,25,0,3644,0,1,0,0,0),(44052,11736,1,1,1,15384,0,-6869.57,1381.76,3.29802,0.275753,300,25,0,3644,0,1,0,0,0),(44053,11736,1,1,1,15384,0,-7047.62,1355.63,5.71372,5.62333,300,25,0,3644,0,1,0,0,0),(44054,11736,1,1,1,15384,0,-7013.82,1339.49,5.05111,1.45141,300,25,0,3644,0,1,0,0,0),(44055,11736,1,1,1,15384,0,-6858.75,1329.74,4.12843,0.364718,300,25,0,3644,0,1,0,0,0),(44056,11736,1,1,1,15384,0,-7056.28,1346.09,5.55473,0.79713,300,25,0,3644,0,1,0,0,0),(44057,11736,1,1,1,15384,0,-6849.83,1448.67,3.2131,1.36612,300,25,0,3644,0,1,0,0,0),(44058,11736,1,1,1,15384,0,-7449.53,1234.29,3.20763,1.69612,300,25,0,3644,0,1,0,0,0),(44077,11736,1,1,1,15384,0,-7459.89,1065.41,2.84849,2.97757,300,25,0,3644,0,1,0,0,0),(44080,11736,1,1,1,15384,0,-7383.22,1283.75,5.00876,2.90082,300,25,0,3644,0,1,0,0,0),(44081,11736,1,1,1,15384,0,-7215.26,1323.37,5.94107,3.08584,300,25,0,3644,0,1,0,0,0),(44082,11736,1,1,1,15384,0,-7383.51,1109.94,2.57361,1.67649,300,25,0,3644,0,1,0,0,0),(44083,11736,1,1,1,15384,0,-7331.72,1035.04,5.73963,6.05209,300,25,0,3644,0,1,0,0,0),(44084,11736,1,1,1,15384,0,-6755.24,1355.48,4.59754,2.89707,300,25,0,3644,0,1,0,0,0),(44085,11736,1,1,1,15384,0,-7241.16,1307.05,5.23886,1.65094,300,25,0,3644,0,1,0,0,0),(44086,11736,1,1,1,15384,0,-7443.37,1198.55,2.3059,1.42098,300,25,0,3644,0,1,0,0,0),(44087,11736,1,1,1,15384,0,-7510,1349.76,-0.119436,2.98768,300,25,0,3644,0,1,0,0,0),(44088,11736,1,1,1,15384,0,-7280.53,548.464,1.73368,3.19427,300,25,0,3644,0,1,0,0,0),(44089,11736,1,1,1,15384,0,-6624.59,1453.8,4.33139,1.07019,300,25,0,3644,0,1,0,0,0),(44090,11736,1,1,1,15384,0,-7385.98,1045.48,4.38457,2.99348,300,25,0,3644,0,1,0,0,0),(44091,11736,1,1,1,15384,0,-7413.93,1180.05,3.10124,5.1804,300,25,0,3644,0,1,0,0,0),(44092,11736,1,1,1,15384,0,-6779.22,1391.43,3.44547,2.2016,300,25,0,3644,0,1,0,0,0),(44093,11736,1,1,1,15384,0,-7418.07,812.4,-3.83682,1.59412,300,25,0,3644,0,1,0,0,0),(44094,11736,1,1,1,15384,0,-7431.69,1313.03,2.25749,0.11152,300,25,0,3644,0,1,0,0,0),(44095,11736,1,1,1,15384,0,-6809,1458.92,4.75883,4.90298,300,25,0,3644,0,1,0,0,0),(44096,11736,1,1,1,15384,0,-6797.78,1411.38,0.943597,5.24946,300,25,0,3644,0,1,0,0,0),(44097,11736,1,1,1,15384,0,-7248.83,782.061,4.61175,5.73913,300,25,0,3644,0,1,0,0,0),(44098,11736,1,1,1,15384,0,-7507.27,1135.03,2.06092,2.65525,300,25,0,3644,0,1,0,0,0),(44099,11736,1,1,1,15384,0,-7445.39,845.65,-3.41975,4.59494,300,25,0,3644,0,1,0,0,0),(44100,11736,1,1,1,15384,0,-7483.5,808.124,-6.35485,1.59228,300,25,0,3644,0,1,0,0,0),(44101,11736,1,1,1,15384,0,-7404.76,745.975,-5.11673,0.370891,300,25,0,3644,0,1,0,0,0),(44102,11736,1,1,1,15384,0,-7446.22,433.701,-3.71255,4.20415,300,25,0,3644,0,1,0,0,0),(44103,11736,1,1,1,15384,0,-7361.13,855.958,5.2154,5.62719,300,25,0,3644,0,1,0,0,0),(44104,11736,1,1,1,15384,0,-6904.28,1270.8,0.573008,5.50607,300,25,0,3644,0,1,0,0,0),(44105,11736,1,1,1,15384,0,-7416.78,1110.04,-0.514731,3.56071,300,25,0,3644,0,1,0,0,0),(44106,11736,1,1,1,15384,0,-7427.4,490.47,-3.27896,0.365631,300,25,0,3644,0,1,0,0,0),(44107,11736,1,1,1,15384,0,-7454.16,771.479,-6.06445,1.77107,300,25,0,3644,0,1,0,0,0),(44108,11736,1,1,1,15384,0,-7302.28,1285.69,0.527539,3.79408,300,25,0,3644,0,1,0,0,0),(44109,11736,1,1,1,15384,0,-7001.89,1317.44,3.35413,0.088007,300,25,0,3644,0,1,0,0,0),(44110,11736,1,1,1,15384,0,-7190.03,1161.9,3.79125,4.46978,300,30,0,3644,0,1,0,0,0),(44111,11736,1,1,1,15384,0,-7312.63,1249.17,4.83542,4.53166,300,25,0,3644,0,1,0,0,0),(44112,11736,1,1,1,15384,0,-7228.93,1078.71,3.90078,0.181512,300,25,0,3644,0,1,0,0,0),(44113,11736,1,1,1,15384,0,-7319.09,748.505,5.80498,5.95619,300,25,0,3644,0,1,0,0,0),(44114,11736,1,1,1,15384,0,-7249.88,1198.62,0.396729,2.44831,300,25,0,3644,0,1,0,0,0),(44115,11736,1,1,1,15384,0,-6790.18,1331.22,5.58872,1.69694,300,25,0,3644,0,1,0,0,0),(44116,11736,1,1,1,15384,0,-7212.22,1128.96,2.88911,4.19809,300,25,0,3644,0,1,0,0,0),(44117,11736,1,1,1,15384,0,-7170.65,1027.51,5.46971,4.20802,300,25,0,3644,0,1,0,0,0),(44118,11736,1,1,1,15384,0,-6757.19,1442.39,0.996378,4.1158,300,25,0,3644,0,1,0,0,0),(44119,11736,1,1,1,15384,0,-7092.2,1415.78,3.94968,0.363183,300,25,0,3644,0,1,0,0,0),(44120,11736,1,1,1,15384,0,-7259.42,830.024,3.15761,0.491625,300,25,0,3644,0,1,0,0,0),(44121,11736,1,1,1,15384,0,-7369.82,1163.34,3.39685,1.24386,300,25,0,3644,0,1,0,0,0),(44122,11736,1,1,1,15384,0,-7166.97,1070.07,5.81174,3.99593,300,25,0,3644,0,1,0,0,0),(44123,11736,1,1,1,15384,0,-7267.27,973.671,3.50797,5.24728,300,25,0,3644,0,1,0,0,0),(44124,11736,1,1,1,15384,0,-7315.64,917.276,1.22284,3.10692,300,25,0,3644,0,1,0,0,0),(44125,11736,1,1,1,15384,0,-7482.57,1215.56,3.58141,4.81808,300,25,0,3644,0,1,0,0,0),(44126,11736,1,1,1,15384,0,-6750.85,1846.06,4.60907,6.24045,300,10,0,3644,0,1,0,0,0),(44127,11736,1,1,1,15384,0,-7280.46,1066.48,5.93583,4.71434,300,25,0,3644,0,1,0,0,0),(44128,11736,1,1,1,15384,0,-7184.2,903.52,5.35824,2.43378,300,25,0,3644,0,1,0,0,0),(44129,11736,1,1,1,15384,0,-7360.08,897.827,-0.851385,1.01286,300,25,0,3644,0,1,0,0,0),(44130,11736,1,1,1,15384,0,-7117.97,1017.87,4.20793,4.11984,300,25,0,3644,0,1,0,0,0),(44131,11736,1,1,1,15384,0,-7428.47,942.346,2.17313,5.11138,300,30,0,3644,0,1,0,0,0),(44132,11736,1,1,1,15384,0,-7253.06,1075.56,6.41459,2.18555,300,25,0,3644,0,1,0,0,0),(44133,11736,1,1,1,15384,0,-7381.68,1248.51,-1.35712,5.87468,300,25,0,3644,0,1,0,0,0),(44134,11736,1,1,1,15384,0,-7327.42,582.714,1.71165,3.0771,300,25,0,3644,0,1,0,0,0),(44135,11736,1,1,1,15384,0,-7004.74,1026.38,2.2272,2.71553,300,25,0,3644,0,1,0,0,0),(44136,11736,1,1,1,15384,0,-7315.41,733.071,4.4261,4.75537,300,25,0,3644,0,1,0,0,0),(44137,11736,1,1,1,15384,0,-7283.33,650,-0.104782,0.277398,300,25,0,3644,0,1,0,0,0),(44138,11736,1,1,1,15384,0,-7420.26,718.947,-6.86928,2.5464,300,25,0,3644,0,1,0,0,0),(44139,11736,1,1,1,15384,0,-7392.64,931.333,3.21448,3.764,300,30,0,3644,0,1,0,0,0),(44141,11736,1,1,1,15384,0,-7350.03,818.932,4.37471,1.88619,300,25,0,3644,0,1,0,0,0),(44142,11736,1,1,1,15384,0,-7380.28,585.297,-0.521281,2.85313,300,25,0,3644,0,1,0,0,0),(44143,11736,1,1,1,15384,0,-7389.54,399.04,5.00678,2.03293,300,25,0,3644,0,1,0,0,0),(44174,11736,1,1,1,15384,0,-7405.43,612.408,-6.42637,3.30256,300,25,0,3644,0,1,0,0,0),(44176,11736,1,1,1,15384,0,-7241.72,589.193,4.07542,2.96296,300,25,0,3644,0,1,0,0,0),(44178,11736,1,1,1,15384,0,-7355.14,453.261,6.72596,4.94919,300,25,0,3644,0,1,0,0,0),(44179,11736,1,1,1,15384,0,-7485.91,946.409,4.10587,4.20463,300,10,0,3644,0,1,0,0,0),(44181,11736,1,1,1,15384,0,-7417.38,413.705,0.304333,4.14498,300,25,0,3644,0,1,0,0,0),(44182,11737,1,1,1,15385,0,-7852.47,1616.24,3.5576,0.006925,300,25,0,3758,0,1,0,0,0),(44183,11737,1,1,1,15385,0,-7746.17,1751.7,14.1443,0.105695,300,25,0,3758,0,1,0,0,0),(44185,11737,1,1,1,15385,0,-7783.18,1765.03,0.52788,4.35761,300,25,0,3758,0,1,0,0,0),(44186,11737,1,1,1,15385,0,-7690.77,1627.25,5.32477,0.123386,300,10,0,3758,0,1,0,0,0),(44188,11737,1,1,1,15385,0,-7883.63,1540.15,-4.15093,2.40854,300,25,0,3758,0,1,0,0,0),(44189,11737,1,1,1,15385,0,-7737.34,1665.94,6.84599,4.04192,300,25,0,3758,0,1,0,0,0),(44190,11737,1,1,1,15385,0,-7716.32,1282.54,-0.374777,1.22487,300,25,0,3758,0,1,0,0,0),(44192,11737,1,1,1,15385,0,-7783.76,1749.59,0.610843,1.82825,300,25,0,3758,0,1,0,0,0),(44195,11737,1,1,1,15385,0,-7772.04,1282.44,-4.73984,3.1289,300,25,0,3758,0,1,0,0,0),(44196,11737,1,1,1,15385,0,-7809.47,1345.3,-5.98408,4.45154,300,25,0,3758,0,1,0,0,0),(44197,11737,1,1,1,15385,0,-7744.3,1833.54,3.38918,4.62633,300,25,0,3758,0,1,0,0,0),(44198,11737,1,1,1,15385,0,-7780.2,1636.16,5.91958,4.77769,300,25,0,3758,0,1,0,0,0),(44199,11737,1,1,1,15385,0,-7895.22,1480.47,-2.41121,2.04754,300,25,0,3758,0,1,0,0,0),(44200,11737,1,1,1,15385,0,-7875.59,1682.56,-3.4706,1.01091,300,25,0,3758,0,1,0,0,0),(44201,11737,1,1,1,15385,0,-8046.92,1691.49,9.24857,3.85965,300,25,0,3758,0,1,0,0,0),(44202,11737,1,1,1,15385,0,-7680.24,1549.02,6.38965,4.6817,300,25,0,3758,0,1,0,0,0),(44203,11737,1,1,1,15385,0,-7605.86,1305.08,0.804275,5.44455,300,25,0,3758,0,1,0,0,0),(44204,11737,1,1,1,15385,0,-7768.76,1606.55,3.71964,4.00432,300,25,0,3758,0,1,0,0,0),(44205,11737,1,1,1,15385,0,-7975.34,1715.89,-1.0122,5.41488,300,25,0,3758,0,1,0,0,0),(44206,11737,1,1,1,15385,0,-7815.24,1486.33,-0.813607,1.15039,300,25,0,3758,0,1,0,0,0),(44207,11737,1,1,1,15385,0,-7819.72,1685.97,2.42511,4.25966,300,25,0,3758,0,1,0,0,0),(44208,11737,1,1,1,15385,0,-7752.31,1584.43,-0.302271,5.66899,300,25,0,3758,0,1,0,0,0),(44209,11737,1,1,1,15385,0,-7815.67,1582.88,1.34246,4.55683,300,25,0,3758,0,1,0,0,0),(44210,11737,1,1,1,15385,0,-7580.05,876.76,-4.38008,2.03444,300,25,0,3758,0,1,0,0,0),(44211,11737,1,1,1,15385,0,-7661.8,1113.56,4.05045,0.134332,300,25,0,3758,0,1,0,0,0),(44212,11737,1,1,1,15385,0,-7776.2,175.817,6.25564,4.88735,300,25,0,3758,0,1,0,0,0),(44213,11737,1,1,1,15385,0,-7664.58,1323.26,1.91954,1.12642,300,25,0,3758,0,1,0,0,0),(44214,11737,1,1,1,15385,0,-7984.02,955.14,3.18815,0.073166,300,25,0,3758,0,1,0,0,0),(44215,11737,1,1,1,15385,0,-7551.52,1161.95,-0.287166,4.34711,300,25,0,3758,0,1,0,0,0),(44216,11737,1,1,1,15385,0,-7577.37,1101.23,-0.241194,5.08818,300,25,0,3758,0,1,0,0,0),(44217,11737,1,1,1,15385,0,-7613.95,1153.72,4.11245,5.88073,300,25,0,3758,0,1,0,0,0),(44218,11737,1,1,1,15385,0,-7675.13,1367.77,1.6432,4.88508,300,25,0,3758,0,1,0,0,0),(44219,11737,1,1,1,15385,0,-7971.25,1241.93,-1.67913,5.572,300,25,0,3758,0,1,0,0,0),(44220,11737,1,1,1,15385,0,-7757.33,1415.62,1.17729,4.57726,300,25,0,3758,0,1,0,0,0),(44221,11737,1,1,1,15385,0,-7779.06,1433.47,-0.749162,5.1433,300,25,0,3758,0,1,0,0,0),(44226,11737,1,1,1,15385,0,-7643.09,1438.27,2.82952,4.3718,300,25,0,3758,0,1,0,0,0),(44227,11737,1,1,1,15385,0,-7688.54,1460.79,4.26242,1.01095,300,25,0,3758,0,1,0,0,0),(44228,11737,1,1,1,15385,0,-7534.3,1388.25,2.63972,0.273874,300,25,0,3758,0,1,0,0,0),(44234,11737,1,1,1,15385,0,-7713.02,1449.61,4.2021,0.601261,300,25,0,3758,0,1,0,0,0),(44235,11737,1,1,1,15385,0,-7799.99,1558.36,1.52386,2.71149,300,25,0,3758,0,1,0,0,0),(44236,11737,1,1,1,15385,0,-7613.34,1375.01,3.14475,3.72878,300,25,0,3758,0,1,0,0,0),(44237,11737,1,1,1,15385,0,-7968.44,1325.02,-2.4095,5.11463,300,25,0,3758,0,1,0,0,0),(44238,11737,1,1,1,15385,0,-7913.05,1722.87,-5.10504,4.9389,300,25,0,3758,0,1,0,0,0),(44240,11737,1,1,1,15385,0,-7820.78,204.061,5.04857,2.71909,300,25,0,3758,0,1,0,0,0),(44241,11737,1,1,1,15385,0,-7617.37,1383.58,1.93938,3.56011,300,25,0,3758,0,1,0,0,0),(44242,11737,1,1,1,15385,0,-7506.15,302.187,0.487789,0.595045,300,10,0,3758,0,1,0,0,0),(44243,11737,1,1,1,15385,0,-7903.99,1137.99,2.92325,5.72779,300,25,0,3758,0,1,0,0,0),(44244,11737,1,1,1,15385,0,-7568.51,368.845,-15.1839,3.32331,300,25,0,3758,0,1,0,0,0),(44245,11737,1,1,1,15385,0,-7517.02,394.1,-13.0511,0.172319,300,25,0,3758,0,1,0,0,0),(44246,11737,1,1,1,15385,0,-7553.52,1283.43,2.10096,0.905374,300,25,0,3758,0,1,0,0,0),(44247,11737,1,1,1,15385,0,-7941.4,1212.35,-1.05212,3.29842,300,25,0,3758,0,1,0,0,0),(44248,11737,1,1,1,15385,0,-8009.69,1214.93,3.41809,6.19545,300,25,0,3758,0,1,0,0,0),(44249,11737,1,1,1,15385,0,-8019.93,1254.7,2.47812,4.49155,300,25,0,3758,0,1,0,0,0),(44250,11737,1,1,1,15385,0,-7978.34,1183.56,1.75559,0.337687,300,25,0,3758,0,1,0,0,0),(44299,11737,1,1,1,15385,0,-7675.94,1036.99,5.06684,4.57919,300,25,0,3758,0,1,0,0,0),(44300,11737,1,1,1,15385,0,-7927.43,1014.48,1.31398,0.202371,300,25,0,3758,0,1,0,0,0),(44301,11737,1,1,1,15385,0,-7921.96,929.181,-0.597377,2.0687,300,25,0,3758,0,1,0,0,0),(44359,11737,1,1,1,15385,0,-7951.31,1718.39,-3.58569,1.35022,300,25,0,3758,0,1,0,0,0),(44360,11737,1,1,1,15385,0,-7856.96,1147.58,2.36121,0.23056,300,25,0,3758,0,1,0,0,0),(44361,11737,1,1,1,15385,0,-7876.4,982.166,2.51207,2.93969,300,25,0,3758,0,1,0,0,0),(44362,11737,1,1,1,15385,0,-7909.31,949.84,0.658286,3.52752,300,25,0,3758,0,1,0,0,0),(44363,11737,1,1,1,15385,0,-7796.01,1038.31,-1.64176,0.003353,300,25,0,3758,0,1,0,0,0),(44364,11737,1,1,1,15385,0,-7579.93,983.332,2.64167,6.27928,300,25,0,3758,0,1,0,0,0),(44365,11737,1,1,1,15385,0,-8070.76,978.51,44.7984,4.62203,300,25,0,3758,0,1,0,0,0),(44366,11737,1,1,1,15385,0,-8065.33,983.034,43.0971,4.62416,300,25,0,3758,0,1,0,0,0),(44367,11737,1,1,1,15385,0,-7583.31,1251.15,2.35195,1.41384,300,25,0,3758,0,1,0,0,0),(44368,11737,1,1,1,15385,0,-7620.21,945.791,0.239071,2.95282,300,25,0,3758,0,1,0,0,0),(44369,11737,1,1,1,15385,0,-7947.31,1077.57,-1.10669,6.14115,300,25,0,3758,0,1,0,0,0),(44370,11737,1,1,1,15385,0,-7742.86,262.513,2.8062,2.00381,300,25,0,3758,0,1,0,0,0),(44371,11737,1,1,1,15385,0,-7685.2,284.824,5.79174,1.99667,300,25,0,3758,0,1,0,0,0),(44372,11737,1,1,1,15385,0,-7592.86,284.944,3.79695,0.009765,300,25,0,3758,0,1,0,0,0),(44380,11737,1,1,1,15385,0,-7819.41,1114.62,0.571805,4.18092,300,25,0,3758,0,1,0,0,0),(44381,11737,1,1,1,15385,0,-7672.04,354.731,-2.01175,1.29985,300,25,0,3758,0,1,0,0,0),(44382,11737,1,1,1,15385,0,-7742,325.96,-1.08201,2.99666,300,25,0,3758,0,1,0,0,0),(44383,11737,1,1,1,15385,0,-7724.94,184.412,8.84368,4.37212,300,25,0,3758,0,1,0,0,0),(44384,11737,1,1,1,15385,0,-7593.71,316.175,4.95316,0.367447,300,25,0,3758,0,1,0,0,0),(44385,11737,1,1,1,15385,0,-7827.74,1108.53,2.28795,3.70143,300,25,0,3758,0,1,0,0,0),(44386,11737,1,1,1,15385,0,-7504.84,812.217,-11.6033,1.2798,300,25,0,3758,0,1,0,0,0),(44387,11737,1,1,1,15385,0,-7646.94,259.083,5.46879,6.20492,300,25,0,3758,0,1,0,0,0),(44388,11737,1,1,1,15385,0,-7844.78,1054.2,4.72349,0.384131,300,25,0,3758,0,1,0,0,0),(44393,11737,1,1,1,15385,0,-7575.48,855.368,-7.2463,4.24219,300,25,0,3758,0,1,0,0,0),(44394,11737,1,1,1,15385,0,-7588.81,974.835,1.76882,0.865004,300,25,0,3758,0,1,0,0,0),(44396,11737,1,1,1,15385,0,-8103.05,972.616,59.7207,3.22261,300,25,0,3758,0,1,0,0,0),(44397,11737,1,1,1,15385,0,-8100.04,971.902,58.8457,3.22352,300,25,0,3758,0,1,0,0,0),(44398,11737,1,1,1,15385,0,-7518.29,313.991,-1.73274,4.85539,300,25,0,3758,0,1,0,0,0),(44400,11738,1,1,1,8014,0,-6889.03,393.434,3.04807,4.39064,300,25,0,3529,0,1,0,0,0),(44403,11738,1,1,1,8014,0,-6378.87,1295.11,3.32076,2.87421,300,25,0,3529,0,1,0,0,0),(44404,11738,1,1,1,8014,0,-6980.84,107.419,4.06714,2.25902,300,3,0,3529,0,1,0,0,0),(44405,11738,1,1,1,8014,0,-6306.3,1190.83,12.5116,3.92423,300,10,0,3529,0,1,0,0,0),(44406,11738,1,1,1,8014,0,-6489.3,686.219,3.23684,2.42477,300,25,0,3529,0,1,0,0,0),(44409,11738,1,1,1,8014,0,-6426.6,1339.64,2.93715,2.17505,300,25,0,3529,0,1,0,0,0),(44412,11738,1,1,1,8014,0,-6783.43,50.9827,3.7955,3.8976,300,25,0,3529,0,1,0,0,0),(44424,11738,1,1,1,8014,0,-6447.92,1382.86,4.52963,1.5708,300,25,0,3529,0,1,0,0,0),(44455,11738,1,1,1,8014,0,-6454.29,1331.96,2.13205,2.73826,300,25,0,3529,0,1,0,0,0),(44469,11738,1,1,1,8014,0,-6483.81,1277.68,1.60065,4.55157,300,25,0,3529,0,1,0,0,0),(44999,11738,1,1,1,8014,0,-6392.41,1189.85,1.58045,5.96946,300,25,0,3529,0,1,0,0,0),(45092,11738,1,1,1,8014,0,-6905.77,308.136,4.03539,1.9513,300,25,0,3529,0,1,0,0,0),(45093,11738,1,1,1,8014,0,-6420.17,1237.47,2.61296,1.448,300,25,0,3529,0,1,0,0,0),(45094,11738,1,1,1,8014,0,-6649.15,272.758,2.82095,1.72984,300,25,0,3529,0,1,0,0,0),(45104,11738,1,1,1,8014,0,-6898.85,347.157,1.16613,6.21285,300,25,0,3529,0,1,0,0,0),(45108,11738,1,1,1,8014,0,-6638.94,-120.989,3.63345,1.49741,300,25,0,3529,0,1,0,0,0),(45109,11738,1,1,1,8014,0,-6742.94,-49.5543,3.21933,3.28099,300,25,0,3529,0,1,0,0,0),(45110,11738,1,1,1,8014,0,-6887.17,20.6417,8.53496,1.97383,300,25,0,3529,0,1,0,0,0),(45470,11738,1,1,1,8014,0,-6841.8,-41.5192,4.24381,4.97821,300,10,0,3529,0,1,0,0,0),(45471,11738,1,1,1,8014,0,-6949.79,150.492,4.30296,3.87576,300,25,0,3529,0,1,0,0,0),(45473,11738,1,1,1,8014,0,-7016.25,188.473,1.67454,4.41638,300,25,0,3529,0,1,0,0,0),(45478,11738,1,1,1,8014,0,-7001.71,373.723,4.50955,2.22054,300,25,0,3529,0,1,0,0,0),(45493,11738,1,1,1,8014,0,-6552.77,1475.56,0.896729,5.73895,300,25,0,3529,0,1,0,0,0),(45494,11738,1,1,1,8014,0,-6566.32,1445.22,2.27094,0.343172,300,25,0,3529,0,1,0,0,0),(45495,11738,1,1,1,8014,0,-6551.25,354.551,1.09174,2.31013,300,25,0,3529,0,1,0,0,0),(45496,11738,1,1,1,8014,0,-6629.45,310.984,3.7073,3.15678,300,25,0,3529,0,1,0,0,0),(45497,11738,1,1,1,8014,0,-6700.96,157.415,3.80471,4.11463,300,25,0,3529,0,1,0,0,0),(45499,11738,1,1,1,8014,0,-6712.8,121.013,4.84934,0.300119,300,25,0,3529,0,1,0,0,0),(45502,11738,1,1,1,8014,0,-6646.59,205.423,2.73853,1.24705,300,25,0,3529,0,1,0,0,0),(45503,11738,1,1,1,8014,0,-6350.69,622.197,2.12561,2.97119,300,25,0,3529,0,1,0,0,0),(45504,11738,1,1,1,8014,0,-6331.05,317.969,14.0215,3.15917,300,25,0,3529,0,1,0,0,0),(45505,11738,1,1,1,8014,0,-6378.92,384.836,4.84886,0.941831,300,25,0,3529,0,1,0,0,0),(45506,11738,1,1,1,8014,0,-6358.46,409.285,9.57344,6.24026,300,25,0,3529,0,1,0,0,0),(45507,11738,1,1,1,8014,0,-6249.78,521.894,14.0437,4.32667,300,25,0,3529,0,1,0,0,0),(45508,11738,1,1,1,8014,0,-6179.8,557.107,12.0389,2.05455,300,10,0,3529,0,1,0,0,0),(45509,11738,1,1,1,8014,0,-6242.67,667.079,13.7523,1.41785,300,25,0,3529,0,1,0,0,0),(45510,11738,1,1,1,8014,0,-6436.9,523.183,2.49399,1.6726,300,25,0,3529,0,1,0,0,0),(45511,11738,1,1,1,8014,0,-6347.56,564.924,7.17732,1.72232,300,25,0,3529,0,1,0,0,0),(45512,11738,1,1,1,8014,0,-6377.21,512.145,5.31756,4.79098,300,25,0,3529,0,1,0,0,0),(45513,11738,1,1,1,8014,0,-6413.72,546.264,2.32576,1.46443,300,25,0,3529,0,1,0,0,0),(45518,11738,1,1,1,8014,0,-6314.52,790.594,3.30468,1.64315,300,25,0,3529,0,1,0,0,0),(45519,11738,1,1,1,8014,0,-6347.69,779.847,1.01046,4.91496,300,25,0,3529,0,1,0,0,0),(45535,11738,1,1,1,8014,0,-6281.23,739.316,13.4876,4.66745,300,25,0,3529,0,1,0,0,0),(45573,11738,1,1,1,8014,0,-6500.9,295.332,4.73058,5.14112,300,25,0,3529,0,1,0,0,0),(45575,11738,1,1,1,8014,0,-6729.04,1180.85,4.1192,3.1621,300,25,0,3529,0,1,0,0,0),(45576,11738,1,1,1,8014,0,-6778.65,1214.02,4.6895,6.18623,300,25,0,3529,0,1,0,0,0),(45577,11738,1,1,1,8014,0,-6693.06,1253.33,4.92281,4.89714,300,25,0,3529,0,1,0,0,0),(45578,11738,1,1,1,8014,0,-6653.58,1260.3,4.86477,6.20589,300,25,0,3529,0,1,0,0,0),(45579,11738,1,1,1,8014,0,-6690.69,1296.99,3.77667,4.63219,300,25,0,3529,0,1,0,0,0),(45581,11738,1,1,1,8014,0,-6747.82,1273.24,3.48045,1.48871,300,25,0,3529,0,1,0,0,0),(45582,11738,1,1,1,8014,0,-6773.84,1062.73,3.34541,0.801292,300,25,0,3529,0,1,0,0,0),(45583,11738,1,1,1,8014,0,-6957.61,255.476,2.45084,4.33901,300,25,0,3529,0,1,0,0,0),(45584,11738,1,1,1,8014,0,-6971.76,346.824,3.17079,2.74752,300,25,0,3529,0,1,0,0,0),(45585,11738,1,1,1,8014,0,-6861.18,175.389,2.23436,2.8217,300,25,0,3529,0,1,0,0,0),(45586,11738,1,1,1,8014,0,-6888.91,210.244,-1.35712,2.4906,300,25,0,3529,0,1,0,0,0),(45587,11738,1,1,1,8014,0,-6777.68,87.9874,3.39104,0.315969,300,25,0,3529,0,1,0,0,0),(45588,11738,1,1,1,8014,0,-6696.56,516.595,0.415727,6.20102,300,25,0,3529,0,1,0,0,0),(45589,11738,1,1,1,8014,0,-6382.32,343.777,5.59627,4.87722,300,25,0,3529,0,1,0,0,0),(45590,11738,1,1,1,8014,0,-6602.51,501.122,3.19555,1.06866,300,25,0,3529,0,1,0,0,0),(45591,11738,1,1,1,8014,0,-6488.39,506.968,4.37149,1.09142,300,25,0,3529,0,1,0,0,0),(45592,11738,1,1,1,8014,0,-6413.39,674.188,5.55528,4.88525,300,25,0,3529,0,1,0,0,0),(45593,11738,1,1,1,8014,0,-6553.32,674.139,3.37464,1.73562,300,25,0,3529,0,1,0,0,0),(45594,11738,1,1,1,8014,0,-6686.85,409.336,-1.39176,1.59576,300,25,0,3529,0,1,0,0,0),(45595,11738,1,1,1,8014,0,-6531.25,719.26,3.27457,2.63034,300,25,0,3529,0,1,0,0,0),(45596,11738,1,1,1,8014,0,-6487.59,601.866,2.26698,1.78544,300,25,0,3529,0,1,0,0,0),(45597,11738,1,1,1,8014,0,-6515.91,516.424,4.59548,2.62085,300,25,0,3529,0,1,0,0,0),(45598,11738,1,1,1,8014,0,-6584.87,585.431,3.74153,3.05748,300,25,0,3529,0,1,0,0,0),(45599,11738,1,1,1,8014,0,-6599.05,561.707,0.111476,0.581763,300,25,0,3529,0,1,0,0,0),(45600,11738,1,1,1,8014,0,-6662.02,653.445,5.83046,3.28653,300,25,0,3529,0,1,0,0,0),(45601,11738,1,1,1,8014,0,-6617.75,678.636,5.76794,1.84244,300,25,0,3529,0,1,0,0,0),(45602,11738,1,1,1,8014,0,-6661.99,759.31,12.5007,5.85187,300,25,0,3529,0,1,0,0,0),(45603,11738,1,1,1,8014,0,-6911.76,973.359,5.62298,6.10648,300,25,0,3529,0,1,0,0,0),(45604,11738,1,1,1,8014,0,-6948.48,983.046,9.08333,6.2105,300,25,0,3529,0,1,0,0,0),(45605,11738,1,1,1,8014,0,-6645.52,-143.324,3.01794,4.40671,300,10,0,3529,0,1,0,0,0),(45606,11738,1,1,1,8014,0,-6723.11,133.235,3.68168,5.42589,300,25,0,3529,0,1,0,0,0),(45607,11738,1,1,1,8014,0,-6698.2,414.523,-1.39176,1.44361,300,25,0,3529,0,1,0,0,0),(45608,11739,1,1,1,711,0,-7757.71,1343.44,0.462243,2.67882,300,25,0,3758,0,1,0,0,0),(45609,11739,1,1,1,711,0,-7781.62,1317.79,-4.97863,2.20874,300,25,0,3758,0,1,0,0,0),(45610,16091,1,1,1,15995,1,-6867.52,721.72,45.7454,4.13643,600,0,0,61040,0,0,0,0,0),(45611,11739,1,1,1,711,0,-7689.71,1411.01,2.43352,4.69428,300,25,0,3758,0,1,0,0,0),(45612,11739,1,1,1,711,0,-7864.6,1453.36,-3.55154,1.77336,300,25,0,3758,0,1,0,0,0),(45613,11739,1,1,1,711,0,-7784.33,1512.91,1.21811,2.75491,300,25,0,3758,0,1,0,0,0),(45614,11739,1,1,1,711,0,-7879.69,1581.92,2.83726,2.74299,300,25,0,3758,0,1,0,0,0),(45615,11739,1,1,1,711,0,-7747.9,1516.7,-0.507965,0.772662,300,25,0,3758,0,1,0,0,0),(45616,11739,1,1,1,711,0,-7757.08,1855.86,5.04389,5.48122,300,25,0,3758,0,1,0,0,0),(45617,11739,1,1,1,711,0,-7799,1371.3,-4.3379,3.46945,300,25,0,3758,0,1,0,0,0),(45618,11739,1,1,1,711,0,-7651.73,1383.3,3.14949,6.2148,300,25,0,3758,0,1,0,0,0),(45619,11739,1,1,1,711,0,-7721.76,1362.16,1.75306,5.76622,300,25,0,3758,0,1,0,0,0),(45620,11739,1,1,1,711,0,-7881.66,1429.6,-5.66793,0.083141,300,25,0,3758,0,1,0,0,0),(45621,11739,1,1,1,711,0,-7816.21,1401.41,-5.2401,4.03003,300,25,0,3758,0,1,0,0,0),(45622,11739,1,1,1,711,0,-7706.99,1504.25,3.82011,4.28544,300,25,0,3758,0,1,0,0,0),(45623,11739,1,1,1,711,0,-7580.29,1314.65,2.913,0.322185,300,25,0,3758,0,1,0,0,0),(45624,11739,1,1,1,711,0,-7706.67,1589.48,2.83999,4.05102,300,25,0,3758,0,1,0,0,0),(45625,11739,1,1,1,711,0,-7744.96,1648.7,6.41637,5.95001,300,25,0,3758,0,1,0,0,0),(45626,11739,1,1,1,711,0,-7532.25,1429.78,3.9578,2.2141,300,25,0,3758,0,1,0,0,0),(45627,11739,1,1,1,711,0,-7840.45,1664.35,-0.164728,5.24243,300,25,0,3758,0,1,0,0,0),(45628,11739,1,1,1,711,0,-7744.53,1561.12,1.3011,4.90691,300,25,0,3758,0,1,0,0,0),(45629,11739,1,1,1,711,0,-7748.8,1728.81,10.794,0.989836,300,25,0,3758,0,1,0,0,0),(45630,11739,1,1,1,711,0,-7857.27,1677.93,0.965135,3.46843,300,25,0,3758,0,1,0,0,0),(45631,11739,1,1,1,711,0,-7707.48,1382.11,2.80996,0.126293,300,25,0,3758,0,1,0,0,0),(45632,11739,1,1,1,711,0,-7917.91,1564.34,-2.0917,1.8314,300,25,0,3758,0,1,0,0,0),(45633,11739,1,1,1,711,0,-7494.38,1244.9,1.24715,0.399895,300,25,0,3758,0,1,0,0,0),(45634,11739,1,1,1,711,0,-7525.14,1081.15,-0.780214,0.278188,300,25,0,3758,0,1,0,0,0),(45635,11739,1,1,1,711,0,-7519.86,1167.3,2.1122,0.669039,300,25,0,3758,0,1,0,0,0),(45636,11739,1,1,1,711,0,-7931.46,976.464,2.78004,5.98181,300,25,0,3758,0,1,0,0,0),(45637,11739,1,1,1,711,0,-7669.72,1260.77,0.161572,3.62534,300,25,0,3758,0,1,0,0,0),(45638,11739,1,1,1,711,0,-7584.15,1188.4,0.758568,1.9473,300,25,0,3758,0,1,0,0,0),(45639,11739,1,1,1,711,0,-7957.04,1281.92,-5.54231,5.92099,300,25,0,3758,0,1,0,0,0),(45640,11739,1,1,1,711,0,-7677.62,1287.87,1.70574,3.24534,300,25,0,3758,0,1,0,0,0),(45641,11739,1,1,1,711,0,-7880.63,1014.48,5.62291,4.10759,300,25,0,3758,0,1,0,0,0),(45642,11739,1,1,1,711,0,-7921.29,1218.17,0.639796,0.879207,300,25,0,3758,0,1,0,0,0),(45643,11739,1,1,1,711,0,-7642.99,1349.36,-0.020938,3.0497,300,25,0,3758,0,1,0,0,0),(45644,11739,1,1,1,711,0,-8005.12,990.628,4.99212,5.21601,300,10,0,3758,0,1,0,0,0),(45645,11739,1,1,1,711,0,-7799.98,1737.87,4.28714,0.648969,300,25,0,3758,0,1,0,0,0),(45646,11739,1,1,1,711,0,-7990.23,986.838,0.627877,5.74695,300,25,0,3758,0,1,0,0,0),(45647,11739,1,1,1,711,0,-7518.74,845.351,-2.34773,1.31536,300,25,0,3758,0,1,0,0,0),(45648,11739,1,1,1,711,0,-7517.09,1353.9,-0.884621,6.23996,300,25,0,3758,0,1,0,0,0),(45649,11739,1,1,1,711,0,-7924.98,1058.93,4.48754,4.76513,300,25,0,3758,0,1,0,0,0),(45650,11739,1,1,1,711,0,-8039.49,1244.57,3.95205,0.294263,300,10,0,3758,0,1,0,0,0),(45651,11739,1,1,1,711,0,-7907.59,1124.42,5.2255,5.15333,300,25,0,3758,0,1,0,0,0),(45652,11739,1,1,1,711,0,-7962.09,1150.49,0.956,3.16405,300,25,0,3758,0,1,0,0,0),(45653,11739,1,1,1,711,0,-7850.1,1510.57,-0.579269,1.49455,300,25,0,3758,0,1,0,0,0),(45654,11739,1,1,1,711,0,-8074.96,1306.82,11.2707,3.79604,300,25,0,3758,0,1,0,0,0),(45655,11739,1,1,1,711,0,-7983.98,914.432,-1.95423,4.00339,300,25,0,3758,0,1,0,0,0),(45656,11739,1,1,1,711,0,-7816.21,950.322,0.580247,2.37553,300,25,0,3758,0,1,0,0,0),(45657,11739,1,1,1,711,0,-8018.66,1322.88,-7.26288,5.00356,300,25,0,3758,0,1,0,0,0),(45658,11739,1,1,1,711,0,-7781.51,972.253,-3.18445,4.7702,300,25,0,3758,0,1,0,0,0),(45659,11739,1,1,1,711,0,-7812.6,1065.91,4.08808,2.01043,300,25,0,3758,0,1,0,0,0),(45660,11739,1,1,1,711,0,-7962.19,276.715,2.63366,5.75314,300,25,0,3758,0,1,0,0,0),(45661,11739,1,1,1,711,0,-7830,1058.01,4.1371,6.28221,300,25,0,3758,0,1,0,0,0),(45662,11739,1,1,1,711,0,-7644.94,969.872,0.978363,1.43166,300,25,0,3758,0,1,0,0,0),(45663,11739,1,1,1,711,0,-7983.14,1068.37,2.62957,4.8746,300,10,0,3758,0,1,0,0,0),(45664,11739,1,1,1,711,0,-7777.23,1118.57,3.48421,6.16174,300,25,0,3758,0,1,0,0,0),(45665,11739,1,1,1,711,0,-7841.03,1212.88,-0.783257,2.56767,300,25,0,3758,0,1,0,0,0),(45666,11739,1,1,1,711,0,-7895.7,1094.11,6.15709,4.41504,300,25,0,3758,0,1,0,0,0),(45667,11739,1,1,1,711,0,-7741.38,1070.17,1.93985,0.580144,300,25,0,3758,0,1,0,0,0),(45668,11739,1,1,1,711,0,-7886.81,1268.75,-5.75501,2.20649,300,30,0,3758,0,1,0,0,0),(45669,11739,1,1,1,711,0,-8015.29,1734.42,0.25673,2.15176,300,25,0,3758,0,1,0,0,0),(45670,11739,1,1,1,711,0,-7579.57,782.521,-17.8797,4.8542,300,25,0,3758,0,1,0,0,0),(45671,11739,1,1,1,711,0,-7916.73,1247.21,-5.1437,4.59106,300,30,0,3758,0,1,0,0,0),(45672,11739,1,1,1,711,0,-7683.46,1171.93,-0.421547,1.53411,300,25,0,3758,0,1,0,0,0),(45673,11739,1,1,1,711,0,-7508.16,1130.39,1.73542,0.881618,300,25,0,3758,0,1,0,0,0),(45674,11739,1,1,1,711,0,-7850.84,1248.77,-10.6734,3.14745,300,25,0,3758,0,1,0,0,0),(45675,11739,1,1,1,711,0,-7861.12,1216.34,-4.32653,5.84313,300,25,0,3758,0,1,0,0,0),(45676,11739,1,1,1,711,0,-7718.01,1195.25,0.595191,1.72968,300,25,0,3758,0,1,0,0,0),(45677,11739,1,1,1,711,0,-7582.78,1094.71,1.34623,2.66571,300,25,0,3758,0,1,0,0,0),(45678,11739,1,1,1,711,0,-7711.39,1057.99,2.75971,4.26184,300,25,0,3758,0,1,0,0,0),(45679,11739,1,1,1,711,0,-7553.11,1077.83,4.58585,1.52391,300,25,0,3758,0,1,0,0,0),(45680,11739,1,1,1,711,0,-7957.53,912.476,2.35085,2.1848,300,25,0,3758,0,1,0,0,0),(45681,11739,1,1,1,711,0,-7713.98,250.945,3.08959,5.06824,300,25,0,3758,0,1,0,0,0),(45682,11739,1,1,1,711,0,-7736.76,1028.68,2.69447,4.72801,300,25,0,3758,0,1,0,0,0),(45683,11739,1,1,1,711,0,-7642.77,328.193,0.017793,0.978462,300,25,0,3758,0,1,0,0,0),(45684,11739,1,1,1,711,0,-7717.08,960.171,-2.67997,1.59618,300,25,0,3758,0,1,0,0,0),(45685,11739,1,1,1,711,0,-7816.13,1119.34,0.457605,1.49845,300,25,0,3758,0,1,0,0,0),(45686,11739,1,1,1,711,0,-7683.5,220.116,4.45105,2.42105,300,25,0,3758,0,1,0,0,0),(45687,11739,1,1,1,711,0,-7581.29,883.584,-0.163771,3.10743,300,25,0,3758,0,1,0,0,0),(45688,11739,1,1,1,711,0,-7651.48,961.737,1.50794,2.17776,300,25,0,3758,0,1,0,0,0),(45689,11739,1,1,1,711,0,-7748.23,217.18,4.73819,0.565342,300,25,0,3758,0,1,0,0,0),(45690,11739,1,1,1,711,0,-7692.16,950.232,-4.04803,3.21435,300,25,0,3758,0,1,0,0,0),(45691,11740,1,1,1,15386,0,-6327.39,1265.9,6.5949,3.72689,300,25,0,3137,0,1,0,0,0),(45692,11740,1,1,1,15386,0,-6382.82,1326.36,3.32631,0.041988,300,25,0,3137,0,1,0,0,0),(45693,11740,1,1,1,15386,0,-6369.03,467.862,-0.520796,2.41008,300,25,0,3137,0,1,0,0,0),(45694,11740,1,1,1,15386,0,-6247.77,552.957,11.3063,4.07943,300,25,0,3137,0,1,0,0,0),(45695,11740,1,1,1,15386,0,-6847.24,44.191,0.650098,2.94493,300,25,0,3137,0,1,0,0,0),(45696,11740,1,1,1,15386,0,-6812.96,-13.8176,0.888903,1.55253,300,25,0,3137,0,1,0,0,0),(45697,11740,1,1,1,15386,0,-6684.17,229.595,2.54462,6.02874,300,25,0,3137,0,1,0,0,0),(45698,11740,1,1,1,15386,0,-6607.7,361.861,1.64178,5.05165,300,25,0,3137,0,1,0,0,0),(45699,11740,1,1,1,15386,0,-6620.62,1220.05,4.31002,1.12461,300,25,0,3137,0,1,0,0,0),(45700,11740,1,1,1,15386,0,-6400.67,767.783,4.14409,5.4378,300,25,0,3137,0,1,0,0,0),(45701,11740,1,1,1,15386,0,-6325.93,436.812,14.353,2.15892,300,25,0,3137,0,1,0,0,0),(45702,11740,1,1,1,15386,0,-6645.85,1348.35,3.42603,1.79888,300,25,0,3137,0,1,0,0,0),(45703,11740,1,1,1,15386,0,-6714.66,1337.23,3.62794,1.7138,300,25,0,3137,0,1,0,0,0),(45711,11740,1,1,1,15386,0,-6529.69,1402.5,3.16873,2.11769,300,25,0,3137,0,1,0,0,0),(45713,11740,1,1,1,15386,0,-6555.13,1352.97,4.71959,6.27656,300,25,0,3137,0,1,0,0,0),(45714,11740,1,1,1,15386,0,-6557.53,1442.42,2.61,1.23456,300,25,0,3137,0,1,0,0,0),(45715,11740,1,1,1,15386,0,-6323.52,480.963,5.73208,4.67174,300,25,0,3137,0,1,0,0,0),(45716,11740,1,1,1,15386,0,-6385.1,737.986,3.2989,2.39004,300,25,0,3137,0,1,0,0,0),(45717,11740,1,1,1,15386,0,-6367.05,659.931,6.17823,5.29877,300,25,0,3137,0,1,0,0,0),(45720,11740,1,1,1,15386,0,-6351.07,693.777,6.77149,1.4965,300,25,0,3137,0,1,0,0,0),(45961,11740,1,1,1,15386,0,-6726.58,432.99,-1.36434,4.58529,300,10,0,3137,0,1,0,0,0),(45962,11740,1,1,1,15386,0,-6676.78,142.297,3.71995,1.36229,300,25,0,3137,0,1,0,0,0),(45963,11740,1,1,1,15386,0,-6300.93,720.372,12.319,6.18449,300,25,0,3137,0,1,0,0,0),(45964,11740,1,1,1,15386,0,-6254.82,424.967,11.6119,4.05336,300,25,0,3137,0,1,0,0,0),(45965,11740,1,1,1,15386,0,-6486.07,318.915,2.09775,0.647937,300,25,0,3137,0,1,0,0,0),(45966,11740,1,1,1,15386,0,-6279.4,586.78,8.01417,0.447365,300,25,0,3137,0,1,0,0,0),(45967,11740,1,1,1,15386,0,-6369.08,590.935,0.694509,2.8217,300,25,0,3137,0,1,0,0,0),(45968,11740,1,1,1,15386,0,-6252.12,669.989,15.4503,3.37868,300,25,0,3137,0,1,0,0,0),(45969,11740,1,1,1,15386,0,-6214.73,631.908,7.91573,1.19077,300,25,0,3137,0,1,0,0,0),(45970,11740,1,1,1,15386,0,-6715.38,84.887,4.62887,2.31471,300,25,0,3137,0,1,0,0,0),(45971,11740,1,1,1,15386,0,-6621,1181.55,0.596058,3.08198,300,25,0,3137,0,1,0,0,0),(45972,11740,1,1,1,15386,0,-6807.48,981.084,1.52729,5.06533,300,25,0,3137,0,1,0,0,0),(45973,11740,1,1,1,15386,0,-6816.76,1052.02,-1.07425,4.86856,300,25,0,3137,0,1,0,0,0),(45974,11740,1,1,1,15386,0,-6768.84,1169.75,3.2007,5.29552,300,25,0,3137,0,1,0,0,0),(45975,11740,1,1,1,15386,0,-6777.38,1251.21,7.48943,1.9047,300,25,0,3137,0,1,0,0,0),(45976,11740,1,1,1,15386,0,-6871.77,1076.03,5.23142,5.88002,300,25,0,3137,0,1,0,0,0),(45977,11740,1,1,1,15386,0,-6922.91,163.062,1.70013,4.44939,300,25,0,3137,0,1,0,0,0),(45978,11740,1,1,1,15386,0,-6890.82,127.04,2.88365,4.63084,300,25,0,3137,0,1,0,0,0),(45979,11740,1,1,1,15386,0,-7051.74,185.019,5.08362,2.629,300,25,0,3137,0,1,0,0,0),(45980,11740,1,1,1,15386,0,-6995.01,250.111,4.8025,5.77624,300,25,0,3137,0,1,0,0,0),(45981,11740,1,1,1,15386,0,-6982.33,307.213,3.73208,3.57489,300,25,0,3137,0,1,0,0,0),(45982,11740,1,1,1,15386,0,-6926.82,439.622,4.15519,4.12316,300,25,0,3137,0,1,0,0,0),(45983,11740,1,1,1,15386,0,-6836.04,362.72,2.34688,0.720483,300,10,0,3137,0,1,0,0,0),(45984,11740,1,1,1,15386,0,-6897.38,271.933,4.11313,6.11451,300,25,0,3137,0,1,0,0,0),(45985,11740,1,1,1,15386,0,-6871.23,313.506,-0.068083,2.87671,300,25,0,3137,0,1,0,0,0),(45986,11740,1,1,1,15386,0,-6467.49,384.979,1.43491,3.22571,300,25,0,3137,0,1,0,0,0),(45987,11740,1,1,1,15386,0,-6461.51,293.914,5.1022,2.29955,300,25,0,3137,0,1,0,0,0),(45988,11740,1,1,1,15386,0,-6578.73,450.104,-0.221316,6.21348,300,25,0,3137,0,1,0,0,0),(45989,11740,1,1,1,15386,0,-6684.38,486.695,3.38946,0.050837,300,25,0,3137,0,1,0,0,0),(45990,11740,1,1,1,15386,0,-6647.99,502.577,3.39403,4.70653,300,25,0,3137,0,1,0,0,0),(45991,11740,1,1,1,15386,0,-6479.98,497.192,1.43725,1.50241,300,25,0,3137,0,1,0,0,0),(45992,11740,1,1,1,15386,0,-6445.49,657.568,4.91326,1.42707,300,25,0,3137,0,1,0,0,0),(45993,11740,1,1,1,15386,0,-6446.47,702.41,5.18243,5.95498,300,25,0,3137,0,1,0,0,0),(45994,11740,1,1,1,15386,0,-6714.5,654.574,7.73983,5.45171,300,25,0,3137,0,1,0,0,0),(45995,11740,1,1,1,15386,0,-6514.17,573.904,1.1313,4.84572,300,25,0,3137,0,1,0,0,0),(45996,11740,1,1,1,15386,0,-6475.5,563.838,4.14588,3.44483,300,25,0,3137,0,1,0,0,0),(45997,11740,1,1,1,15386,0,-6554.27,545.433,1.9297,2.88741,300,25,0,3137,0,1,0,0,0),(45998,11740,1,1,1,15386,0,-6623.44,596.077,1.99228,5.38713,300,25,0,3137,0,1,0,0,0),(45999,11740,1,1,1,15386,0,-6716.38,614.875,3.06516,3.04581,300,25,0,3137,0,1,0,0,0),(46000,11740,1,1,1,15386,0,-6679.9,628.205,7.36551,1.41859,300,25,0,3137,0,1,0,0,0),(46001,11740,1,1,1,15386,0,-6610.44,652.48,5.40585,3.51024,300,25,0,3137,0,1,0,0,0),(46002,11740,1,1,1,15386,0,-6701.25,746.055,19.7237,1.48584,300,10,0,3137,0,1,0,0,0),(46003,11740,1,1,1,15386,0,-6755.63,1205.9,3.64473,0.65176,300,25,0,3137,0,1,0,0,0),(46004,11740,1,1,1,15386,0,-6731.04,1253.75,4.13501,3.33822,300,25,0,3137,0,1,0,0,0),(46005,11740,1,1,1,15386,0,-6861.36,967.844,2.50629,4.74952,300,25,0,3137,0,1,0,0,0),(46006,11740,1,1,1,15386,0,-6663.57,73.428,3.2664,0.708658,300,25,0,3137,0,1,0,0,0),(46007,11740,1,1,1,15386,0,-6725.06,424.105,-1.36434,1.02019,300,10,0,3137,0,1,0,0,0),(46008,11740,1,1,1,15386,0,-6720.41,387.514,-1.4585,5.11698,300,10,0,3137,0,1,0,0,0),(46009,11741,1,1,1,14524,0,-7056.8,1839.1,-0.970064,2.3564,300,3,0,3758,0,1,0,0,0),(46010,11741,1,1,1,14524,0,-6983.4,1550.22,2.31101,5.11482,300,25,0,3758,0,1,0,0,0),(46011,11741,1,1,1,14524,0,-7483.33,1383.33,5.2249,3.31583,300,25,0,3758,0,1,0,0,0),(46012,11741,1,1,1,14524,0,-7168.41,1326.74,3.20321,2.35616,300,25,0,3758,0,1,0,0,0),(46013,11741,1,1,1,14524,0,-6973.82,1352.36,0.39585,6.07277,300,25,0,3758,0,1,0,0,0),(46014,11741,1,1,1,14524,0,-6604,1554.13,3.60442,0.148171,300,25,0,3758,0,1,0,0,0),(46015,11741,1,1,1,14524,0,-7231.63,865.571,-0.799741,4.12424,300,25,0,3758,0,1,0,0,0),(46016,11741,1,1,1,14524,0,-7253.63,1322.35,3.96372,2.33262,300,25,0,3758,0,1,0,0,0),(46017,11741,1,1,1,14524,0,-7348.71,1376.91,1.28208,4.75537,300,25,0,3758,0,1,0,0,0),(46018,11741,1,1,1,14524,0,-7217.48,1188.95,0.9796,4.81215,300,25,0,3758,0,1,0,0,0),(46019,11741,1,1,1,14524,0,-7035.71,1468.99,3.33042,2.35557,300,25,0,3758,0,1,0,0,0),(46020,11741,1,1,1,14524,0,-7390.28,1391.79,6.51064,1.55762,300,25,0,3758,0,1,0,0,0),(46021,11741,1,1,1,14524,0,-6869.18,1552.24,-0.681335,3.16027,300,25,0,3758,0,1,0,0,0),(46022,11741,1,1,1,14524,0,-6966.25,1490.26,2.4186,3.54931,300,25,0,3758,0,1,0,0,0),(46023,11741,1,1,1,14524,0,-6911.76,1655.69,-0.630716,2.68351,300,25,0,3758,0,1,0,0,0),(46024,11741,1,1,1,14524,0,-6979.42,1386.98,5.33998,5.65023,300,25,0,3758,0,1,0,0,0),(46025,11741,1,1,1,14524,0,-6813.66,1806.74,0.381235,4.5217,300,25,0,3758,0,1,0,0,0),(46026,11741,1,1,1,14524,0,-7013.52,1486.78,1.83678,3.99338,300,25,0,3758,0,1,0,0,0),(46027,11741,1,1,1,14524,0,-6991.51,1508.23,2.75219,5.01591,300,25,0,3758,0,1,0,0,0),(46028,11741,1,1,1,14524,0,-6969.1,1458.66,1.92439,3.7314,300,25,0,3758,0,1,0,0,0),(46029,11741,1,1,1,14524,0,-6871.05,1787.38,3.92842,0.513453,300,25,0,3758,0,1,0,0,0),(46030,11741,1,1,1,14524,0,-6686.23,1409.36,4.23235,4.68983,300,25,0,3758,0,1,0,0,0),(46031,11741,1,1,1,14524,0,-6897.36,1319.36,4.16816,2.8492,300,25,0,3758,0,1,0,0,0),(46032,11741,1,1,1,14524,0,-6920.36,1563.32,5.00839,1.98069,300,25,0,3758,0,1,0,0,0),(46033,11741,1,1,1,14524,0,-7250.87,1225.57,3.44418,5.45152,300,25,0,3758,0,1,0,0,0),(46034,11741,1,1,1,14524,0,-6862.56,1272.81,2.71369,1.90922,300,25,0,3758,0,1,0,0,0),(46035,11741,1,1,1,14524,0,-6821.12,1251.12,1.97907,5.0987,300,25,0,3758,0,1,0,0,0),(46036,11741,1,1,1,14524,0,-6912.36,1513.32,2.44068,4.64648,300,25,0,3758,0,1,0,0,0),(46037,11741,1,1,1,14524,0,-7492.29,1275.06,1.63029,3.28874,300,25,0,3758,0,1,0,0,0),(46038,11741,1,1,1,14524,0,-7200.33,811.887,7.90027,4.19324,300,25,0,3758,0,1,0,0,0),(46039,11741,1,1,1,14524,0,-7419.63,1219.3,1.2198,2.37777,300,25,0,3758,0,1,0,0,0),(46040,11741,1,1,1,14524,0,-6839.6,1342.36,6.29361,3.46511,300,25,0,3758,0,1,0,0,0),(46041,11741,1,1,1,14524,0,-6912.15,1394.42,0.229195,5.66784,300,25,0,3758,0,1,0,0,0),(46042,11741,1,1,1,14524,0,-6877.85,1471.24,6.33015,5.01715,300,25,0,3758,0,1,0,0,0),(46043,11741,1,1,1,14524,0,-7280.97,1153,3.93037,1.6412,300,25,0,3758,0,1,0,0,0),(46044,11741,1,1,1,14524,0,-7279.54,1217.49,2.96406,6.27635,300,25,0,3758,0,1,0,0,0),(46045,11741,1,1,1,14524,0,-6604.02,1611.83,7.26247,0.263857,300,25,0,3758,0,1,0,0,0),(46046,11741,1,1,1,14524,0,-7454.13,1064.26,3.37189,6.1084,300,25,0,3758,0,1,0,0,0),(46047,11741,1,1,1,14524,0,-7354.28,1214.16,-1.39587,4.10475,300,25,0,3758,0,1,0,0,0),(46048,11741,1,1,1,14524,0,-7149.76,1010.74,3.67727,4.79448,300,25,0,3758,0,1,0,0,0),(46049,11741,1,1,1,14524,0,-6947.61,1821.61,5.19022,1.28664,300,25,0,3758,0,1,0,0,0),(46050,11741,1,1,1,14524,0,-7380.02,1079.24,4.36517,3.32441,300,25,0,3758,0,1,0,0,0),(46051,11741,1,1,1,14524,0,-7077.66,997.48,3.31019,4.44965,300,25,0,3758,0,1,0,0,0),(46052,11741,1,1,1,14524,0,-7089.02,1383.34,4.29551,6.23918,300,25,0,3758,0,1,0,0,0),(46053,11741,1,1,1,14524,0,-7102.51,1111.3,4.14862,3.21889,300,30,0,3758,0,1,0,0,0),(46054,11741,1,1,1,14524,0,-7137.98,1160.62,4.2034,1.21168,300,30,0,3758,0,1,0,0,0),(46055,11741,1,1,1,14524,0,-7181.8,1116.9,4.22616,6.09076,300,25,0,3758,0,1,0,0,0),(46056,11741,1,1,1,14524,0,-7382.77,1181.14,2.4263,5.26353,300,25,0,3758,0,1,0,0,0),(46057,11741,1,1,1,14524,0,-7423.6,322.012,9.37084,3.13447,300,25,0,3758,0,1,0,0,0),(46058,11741,1,1,1,14524,0,-7318.28,847.004,3.28769,0.82405,300,25,0,3758,0,1,0,0,0),(46059,11741,1,1,1,14524,0,-7127.54,1169.2,6.08549,0.212528,300,30,0,3758,0,1,0,0,0),(46060,11741,1,1,1,14524,0,-7398.23,344.692,5.32836,3.47817,300,25,0,3758,0,1,0,0,0),(46061,11741,1,1,1,14524,0,-7330.81,772.928,3.61889,1.72349,300,25,0,3758,0,1,0,0,0),(46062,11741,1,1,1,14524,0,-7280.68,856.382,3.49017,5.70372,300,25,0,3758,0,1,0,0,0),(46063,11741,1,1,1,14524,0,-7415.04,683.132,-9.1531,2.35502,300,25,0,3758,0,1,0,0,0),(46064,11741,1,1,1,14524,0,-7286.73,729.033,0.45297,4.32826,300,25,0,3758,0,1,0,0,0),(46065,11741,1,1,1,14524,0,-7453.3,679.843,-14.5312,4.0154,300,25,0,3758,0,1,0,0,0),(46066,11741,1,1,1,14524,0,-7380.47,693.895,-4.84879,1.31611,300,25,0,3758,0,1,0,0,0),(46067,11741,1,1,1,14524,0,-7278.44,616.648,-0.319854,6.24414,300,25,0,3758,0,1,0,0,0),(46068,11741,1,1,1,14524,0,-7483.41,719.62,-17.4762,4.36903,300,25,0,3758,0,1,0,0,0),(46069,11741,1,1,1,14524,0,-7382.6,619.636,-6.03356,5.33559,300,25,0,3758,0,1,0,0,0),(46070,11741,1,1,1,14524,0,-7366.65,667.881,-4.42868,3.76325,300,25,0,3758,0,1,0,0,0),(46071,11741,1,1,1,14524,0,-7328.62,524.828,4.53838,2.63006,300,25,0,3758,0,1,0,0,0),(46072,11741,1,1,1,14524,0,-7281.08,830.966,1.02534,1.42572,300,25,0,3758,0,1,0,0,0),(46073,11741,1,1,1,14524,0,-7419.77,857.839,-0.878613,5.16842,300,25,0,3758,0,1,0,0,0),(46074,11741,1,1,1,14524,0,-7347.96,618.445,-3.22368,0.842077,300,25,0,3758,0,1,0,0,0),(46075,11744,1,1,1,8715,0,-6379.37,1580.1,29.5784,0.726572,300,25,0,3529,0,1,0,0,0),(46076,11744,1,1,1,8715,0,-6421.93,1545.89,15.9053,1.15654,300,3,0,3529,0,1,0,0,0),(46077,11744,1,1,1,8715,0,-6280.79,1486.48,8.55399,0.63455,300,10,0,3529,0,1,0,0,0),(46078,11744,1,1,1,8715,0,-6349.15,1479.7,6.15196,3.70681,300,25,0,3529,0,1,0,0,0),(46079,11744,1,1,1,8715,0,-6313.37,1518.46,3.4258,4.75561,300,25,0,3529,0,1,0,0,0),(46080,11744,1,1,1,8715,0,-6289.55,1419.19,10.4278,2.91687,300,10,0,3529,0,1,0,0,0),(46081,11744,1,1,1,8715,0,-6349.08,1420.93,2.37295,4.56137,300,15,0,3529,0,1,0,0,0),(46082,11744,1,1,1,8715,0,-6330.73,1450,4.64929,3.14159,300,10,0,3529,0,1,0,0,0),(46083,11744,1,1,1,8715,0,-6380.06,1451.02,1.3141,4.41365,300,15,0,3529,0,1,0,0,0),(46084,11744,1,1,1,8715,0,-6257.71,1379.22,16.6288,2.84251,300,15,0,3529,0,1,0,0,0),(46085,11744,1,1,1,8715,0,-6313.1,1389.77,5.88053,5.34591,300,15,0,3529,0,1,0,0,0),(46086,11744,1,1,1,8715,0,-6272.04,1345.82,13.5053,5.81784,300,15,0,3529,0,1,0,0,0),(46087,11744,1,1,1,8715,0,-6247.47,1328.54,15.8083,1.46867,300,10,0,3529,0,1,0,0,0),(46088,11744,1,1,1,8715,0,-6481.32,1543.75,18.0654,0.00892,300,3,0,3529,0,1,0,0,0),(46089,11744,1,1,1,8715,0,-6456.59,1509.7,6.62514,5.73433,300,25,0,3529,0,1,0,0,0),(46090,11744,1,1,1,8715,0,-6388.23,1513.59,4.47194,4.76596,300,15,0,3529,0,1,0,0,0),(46091,11744,1,1,1,8715,0,-6425.82,1487.09,4.0856,2.79925,300,15,0,3529,0,1,0,0,0),(46092,11744,1,1,1,8715,0,-6365.14,1547.94,2.9981,0.005859,300,25,0,3529,0,1,0,0,0),(46093,11744,1,1,1,8715,0,-6550.43,1327.79,3.36919,0.666546,300,25,0,3529,0,1,0,0,0),(46094,11744,1,1,1,8715,0,-6352.85,381.678,6.41679,4.69676,300,25,0,3529,0,1,0,0,0),(46095,11744,1,1,1,8715,0,-6447.4,190.467,4.82517,1.5708,300,0,0,3529,0,2,0,0,0),(46096,11744,1,1,1,8715,0,-6821.03,1095.26,3.51726,3.56854,300,30,0,3529,0,1,0,0,0),(46097,11744,1,1,1,8715,0,-6614.34,1743.93,3.22246,0.927188,300,25,0,3529,0,1,0,0,0),(46098,11744,1,1,1,8715,0,-6594.01,1851.97,3.32129,5.85187,300,25,0,3529,0,1,0,0,0),(46099,11744,1,1,1,8715,0,-6549.77,1890.73,2.6954,0.462774,300,15,0,3529,0,1,0,0,0),(46100,11744,1,1,1,8715,0,-6740.08,718.924,4.91161,2.56501,300,25,0,3529,0,1,0,0,0),(46101,11744,1,1,1,8715,0,-6684.59,352.244,0.258471,1.51021,300,25,0,3529,0,1,0,0,0),(46102,11744,1,1,1,8715,0,-6504.36,584.742,0.716549,4.19373,300,30,0,3529,0,1,0,0,0),(46103,11744,1,1,1,8715,0,-6589.11,1713.7,4.64094,1.22186,300,25,0,3529,0,1,0,0,0),(46104,11744,1,1,1,8715,0,-6474.89,1876.75,4.02696,5.8991,300,15,0,3529,0,1,0,0,0),(46105,11744,1,1,1,8715,0,-6452.37,1855.18,5.85118,0.286217,300,10,0,3529,0,1,0,0,0),(46106,11744,1,1,1,8715,0,-6420.58,1885.21,5.52267,5.29897,300,25,0,3529,0,1,0,0,0),(46107,11744,1,1,1,8715,0,-6505.6,1923.67,6.57556,0.984951,300,3,0,3529,0,1,0,0,0),(46108,11744,1,1,1,8715,0,-6576.05,1924.09,5.91155,0.865164,300,15,0,3529,0,1,0,0,0),(46109,11744,1,1,1,8715,0,-6536.94,1943.87,5.90003,6.21286,300,10,0,3529,0,1,0,0,0),(46110,11744,1,1,1,8715,0,-6620.27,1885.99,4.55606,1.09797,300,10,0,3529,0,1,0,0,0),(46111,11744,1,1,1,8715,0,-6579.03,1942.08,7.77902,3.03978,300,15,0,3529,0,1,0,0,0),(46112,11744,1,1,1,8715,0,-6643.73,1910.11,3.25086,5.95619,300,10,0,3529,0,1,0,0,0),(46113,11744,1,1,1,8715,0,-6644.7,1841.51,5.34003,5.58145,300,10,0,3529,0,1,0,0,0),(46114,11744,1,1,1,8715,0,-6542.49,1749.3,11.255,2.22661,300,25,0,3529,0,1,0,0,0),(46115,11744,1,1,1,8715,0,-6381.03,1844.37,4.16715,1.83128,300,3,0,3529,0,1,0,0,0),(46116,11744,1,1,1,8715,0,-6520.29,1781.11,10.1355,2.95013,300,25,0,3529,0,1,0,0,0),(46117,11744,1,1,1,8715,0,-6487.32,1755.24,21.7987,3.31027,300,25,0,3529,0,1,0,0,0),(46118,11744,1,1,1,8715,0,-6452.47,1777.85,11.2354,2.19184,300,10,0,3529,0,1,0,0,0),(46119,11744,1,1,1,8715,0,-6494.02,1824.12,3.24074,2.15728,300,10,0,3529,0,1,0,0,0),(46120,11744,1,1,1,8715,0,-6584.3,1777.79,2.10899,4.53853,300,25,0,3529,0,1,0,0,0),(46121,11744,1,1,1,8715,0,-6550.36,1814.8,3.58872,5.45665,300,15,0,3529,0,1,0,0,0),(46122,11744,1,1,1,8715,0,-6656.23,1786.67,5.74381,5.21234,300,30,0,3529,0,1,0,0,0),(46123,11744,1,1,1,8715,0,-6682.62,1827.92,1.12624,0.879076,300,30,0,3529,0,1,0,0,0),(46124,11744,1,1,1,8715,0,-6701.69,1845.64,5.09971,2.6176,300,30,0,3529,0,1,0,0,0),(46125,11744,1,1,1,8715,0,-6614.57,1820.36,0.680036,1.29024,300,10,0,3529,0,1,0,0,0),(46126,11744,1,1,1,8715,0,-6712.41,1906.51,5.99436,0.607761,300,25,0,3529,0,1,0,0,0),(46127,11744,1,1,1,8715,0,-6715.15,145.668,2.85095,4.92446,300,30,0,3529,0,1,0,0,0),(46128,11745,1,1,1,8716,0,-7891.83,1420.22,-6.02647,-1.82825,300,25,0,3758,0,1,0,0,0),(46129,11745,1,1,1,8716,0,-7418.22,937.322,1.70314,4.63419,300,30,0,3758,0,1,0,0,0),(46130,11745,1,1,1,8716,0,-7342.15,1269.57,1.78399,5.27178,300,30,0,3758,0,1,0,0,0),(46131,11745,1,1,1,8716,0,-7340.03,889.994,3.04917,4.84955,300,25,0,3758,0,1,0,0,0),(46132,11745,1,1,1,8716,0,-7786.8,1024.51,-1.60028,2.61155,300,25,0,3758,0,1,0,0,0),(46133,11746,1,1,1,8550,0,-6319.1,1596.87,10.2979,2.20176,300,25,0,3644,0,1,0,0,0),(46134,11746,1,1,1,8550,0,-6356.15,1884.94,18.2527,4.81306,300,25,0,3644,0,1,0,0,0),(46135,11746,1,1,1,8550,0,-6412.16,1749.37,19.7187,4.13847,300,25,0,3644,0,1,0,0,0),(46136,11746,1,1,1,8550,0,-6310.45,1651.13,7.52784,3.52391,300,3,0,3644,0,1,0,0,0),(46137,11746,1,1,1,8550,0,-6213.37,1600.04,8.39445,4.98574,300,25,0,3644,0,1,0,0,0),(46138,11746,1,1,1,8550,0,-6285.78,1551.39,4.53684,3.17713,300,0,0,3644,0,2,0,0,0),(46139,11746,1,1,1,8550,0,-6243.16,1648.05,4.67331,4.10863,300,15,0,3644,0,1,0,0,0),(46140,11746,1,1,1,8550,0,-6289.05,1615.21,12.2278,1.33836,300,25,0,3644,0,1,0,0,0),(46141,11746,1,1,1,8550,0,-6228.19,1769.88,14.0261,2.16032,300,10,0,3644,0,1,0,0,0),(46142,11746,1,1,1,8550,0,-6221.19,1680.12,6.27618,3.81979,300,30,0,3644,0,1,0,0,0),(46143,11746,1,1,1,8550,0,-6182.5,1657.98,12.371,0.770954,300,3,0,3644,0,1,0,0,0),(46144,11746,1,1,1,8550,0,-6278.17,1681.24,4.97353,5.67622,300,10,0,3644,0,1,0,0,0),(46145,11746,1,1,1,8550,0,-6318.53,1720.78,2.38086,2.51646,300,10,0,3644,0,1,0,0,0),(46146,11746,1,1,1,8550,0,-6188.41,1713.74,17.883,4.45179,300,10,0,3644,0,1,0,0,0),(46147,11746,1,1,1,8550,0,-7199.91,922.471,2.31472,5.73121,300,25,0,3644,0,1,0,0,0),(46148,11746,1,1,1,8550,0,-6326.34,1777.15,4.08176,1.1599,300,10,0,3644,0,1,0,0,0),(46149,11746,1,1,1,8550,0,-6343.9,1817.1,4.59923,3.98089,300,10,0,3644,0,1,0,0,0),(46150,11746,1,1,1,8550,0,-6283.58,1812.41,6.36609,5.33559,300,10,0,3644,0,1,0,0,0),(46151,11746,1,1,1,8550,0,-6190.84,1784.27,22.1443,1.67329,300,3,0,3644,0,1,0,0,0),(46152,11746,1,1,1,8550,0,-6203.97,1803.95,19.7091,5.83859,300,10,0,3644,0,1,0,0,0),(46153,11746,1,1,1,8550,0,-6158.91,1764.84,28.9728,3.88762,300,10,0,3644,0,1,0,0,0),(46154,11746,1,1,1,8550,0,-6254.01,1777.55,10.1536,5.74444,300,25,0,3644,0,1,0,0,0),(46155,11746,1,1,1,8550,0,-6294.12,1746.85,4.51144,3.5288,300,10,0,3644,0,1,0,0,0),(46156,11746,1,1,1,8550,0,-6322.95,1841.93,6.80206,2.01261,300,3,0,3644,0,1,0,0,0),(46157,11746,1,1,1,8550,0,-6374.47,1719.14,19.7894,0.157769,300,25,0,3644,0,1,0,0,0),(46158,11746,1,1,1,8550,0,-6362.56,1745.99,6.88926,3.44632,300,25,0,3644,0,1,0,0,0),(46159,11746,1,1,1,8550,0,-6370.78,1789.28,3.02023,3.75616,300,10,0,3644,0,1,0,0,0),(46160,11746,1,1,1,8550,0,-6894.45,1788.83,5.35434,0.549937,300,10,0,3644,0,1,0,0,0),(46161,11747,1,1,1,1162,0,-7527.82,1183.32,0.158049,3.43866,300,30,0,3997,0,1,0,0,0),(46162,11747,1,1,1,1162,0,-8024.72,1347.41,-6.15564,-1.04866,300,25,0,3997,0,1,0,0,0),(46163,11747,1,1,1,1162,0,-7767.45,1565.16,1.01961,2.68144,300,30,0,3997,0,1,0,0,0),(46164,15609,1,1,1,15563,1,-8222.82,666.498,-71.7165,0.890118,600,0,0,24416,0,0,0,0,0),(46165,15610,1,1,1,15561,1,-7408.39,1714.49,-91.4569,0.191986,600,0,0,24416,0,0,0,0,0),(46166,15611,1,1,1,15562,1,-6279.15,1006.77,-40.2096,5.96903,600,0,0,24416,0,0,0,0,0),(46167,15612,1,1,1,15567,1,-7547.94,718.819,-16.2931,4.66003,600,0,0,22890,0,0,0,0,0),(46168,15613,1,1,1,15568,1,-7537.15,731.184,-16.4181,2.79253,600,0,0,20757,12170,0,0,0,0),(46169,15614,1,1,1,15569,0,-6860.21,721.879,45.7454,5.3058,600,0,0,2515,2486,0,0,0,0),(46170,15615,1,1,1,15570,1,-7556.6,749.007,-17.5788,5.61996,600,0,0,18156,28755,0,0,0,0),(46171,3587,1,1,1,1730,1,10442.9,783.989,1337.37,3.42085,300,0,0,176,0,0,0,0,0),(46172,3588,1,1,1,1729,1,10485,824.842,1322.83,4.15388,300,0,0,156,0,0,0,0,0),(46173,3589,1,1,1,1728,1,10436.7,794.837,1322.79,4.32842,300,0,0,198,0,0,0,0,0),(46174,3590,1,1,1,1727,0,10438.1,787.295,1337.37,4.29351,300,0,0,176,0,0,0,0,0),(46175,3591,1,1,1,1726,0,10485.9,811.184,1322.83,2.9147,300,0,0,176,0,0,0,0,0),(46176,15624,1,1,1,12432,0,10205,1902.57,1333.15,3.74999,300,0,0,156,0,0,0,0,0),(46177,3592,1,1,1,1722,1,10479.2,826.638,1322.83,4.86947,300,0,0,198,0,0,0,0,0),(46178,3593,1,1,1,1721,1,10526.6,778.086,1329.68,2.47837,300,0,0,222,0,0,0,0,0),(46179,3594,1,1,1,1725,1,10519.1,778.014,1329.68,1.53589,300,0,0,222,0,0,0,0,0),(46180,14602,1,1,1,14632,0,10132.9,2527.95,1325.16,4.01426,300,0,0,42,0,0,0,0,0),(46181,3595,1,1,1,1733,1,10458.8,801.623,1346.84,3.75246,300,0,0,198,0,0,0,0,0),(46182,3596,1,1,1,1723,1,10458.5,827.868,1381.02,2.11185,300,0,0,198,0,0,0,0,0),(46183,3597,1,1,1,1732,1,10464,829.538,1381.02,2.89725,300,0,0,222,0,0,0,0,0),(46184,3598,1,1,1,1707,1,9822.23,952.007,1308.86,1.13446,300,0,0,404,456,0,0,0,0),(46185,3599,1,1,1,1704,1,9790.31,943.87,1308.86,1.01229,300,0,0,433,490,0,0,0,0),(46186,3600,1,1,1,1708,1,9905.44,985.433,1313.92,2.44346,300,0,0,473,510,0,0,0,0),(46187,20497,1,1,1,18968,0,9975.44,2333.33,1330.79,5.48594,300,0,0,6986,0,0,0,0,0),(46188,3601,1,1,1,1703,1,9812.33,928.806,1308.19,4.17134,300,0,0,433,490,0,0,0,0),(46189,3602,1,1,1,1706,1,9741.91,966,1293.78,5.35816,300,0,0,573,0,0,0,0,0),(46190,8723,1,1,1,7996,0,9856.97,2343.12,1321.67,5.67232,300,0,0,6645,0,0,0,0,0),(46191,3603,1,1,1,1702,1,9767.76,879.807,1297.78,0.453786,300,0,0,896,0,0,0,0,0),(46192,3604,1,1,1,1709,1,9773.23,875.643,1297.78,1.88496,300,0,0,386,0,0,0,0,0),(46193,3605,1,1,1,1719,0,10153.3,1682.3,1326.09,2.67035,300,0,0,1003,0,0,0,0,0),(46194,3606,1,1,1,1717,1,10671.9,1945.49,1335.3,3.56047,300,0,0,950,0,0,0,0,0),(46195,3607,1,1,1,1718,1,8657.6,969.568,2.06634,2.72271,300,0,0,1536,0,0,0,0,0),(46196,3608,1,1,1,1700,1,9891.88,988.308,1327.65,3.66519,300,0,0,386,0,0,0,0,0),(46197,3609,1,1,1,1712,1,9812.37,947.578,1308.85,1.69297,300,0,0,417,0,0,0,0,0),(46198,3610,1,1,1,1705,1,9821.98,968.831,1308.86,4.50295,300,0,0,449,0,0,0,0,0),(46199,3611,1,1,1,1701,0,9786.35,957.079,1308.86,5.53269,300,0,0,356,0,0,0,0,0),(46200,3612,1,1,1,1714,0,9809.02,946.477,1308.85,1.8326,300,0,0,484,0,0,0,0,0),(46201,3613,1,1,1,1710,0,9815.89,948.602,1308.85,1.98968,300,0,0,449,0,0,0,0,0),(46202,2077,1,1,1,4237,1,10389.8,763.477,1320.33,3.97935,300,0,0,102,0,0,0,0,0),(46203,3614,1,1,1,1711,1,9891.66,1000.31,1328.03,5.60251,300,0,0,356,0,0,0,0,0),(46204,2078,1,1,1,1896,1,9887.53,965.54,1313.9,3.66519,300,0,0,222,0,0,0,0,0),(46205,2079,1,1,1,1285,1,10314,829.83,1326.48,2.54818,300,0,0,86,0,0,0,0,0),(46206,2080,1,1,1,2484,1,9506.92,713.766,1255.89,0.279253,300,0,0,222,0,0,0,0,0),(46207,2081,1,1,1,1682,1,9811.15,963.279,1308.87,5.68977,300,0,0,247,0,0,0,0,0),(46208,11041,1,1,1,10573,1,10078,2352.19,1321.67,4.46804,300,0,0,664,0,0,0,0,0),(46209,2082,1,1,1,2458,0,10417.7,871.194,1319.49,3.50811,300,0,0,176,0,0,0,0,0),(46210,11042,1,1,1,10574,1,10067.3,2341.64,1321.65,1.44862,300,0,0,1163,0,0,0,0,0),(46211,2083,1,1,1,2459,1,9872.26,959.278,1308.15,5.18363,300,0,0,247,0,0,0,0,0),(46212,2852,1,1,1,4246,0,9094.31,1844.03,1327.55,5.49779,300,0,0,198,0,0,0,0,0),(46213,2852,1,1,1,4246,0,9095.98,1845.66,1327.49,4.90438,300,0,0,198,0,0,0,0,0),(46214,2852,1,1,1,4246,0,9095.22,1838.83,1327.26,1.06465,300,0,0,198,0,0,0,0,0),(46215,2852,1,1,1,4246,0,9093.74,1841.18,1327.53,0.139626,300,0,0,198,0,0,0,0,0),(46216,14378,1,1,1,14417,1,9789.95,2531.94,1319.86,5.42763,600,0,0,50400,0,2,0,0,0),(46217,4138,1,1,1,2205,1,10200.3,2517.94,1368.91,3.21141,300,0,0,2884,5751,0,0,0,0),(46218,11050,1,1,1,10582,0,10088.6,2265.82,1333.08,0.15708,300,0,0,713,0,0,0,0,0),(46219,14379,1,1,1,14418,1,10172.5,2350.92,1327.93,0.33403,600,0,0,50400,0,2,0,0,0),(46220,14380,1,1,1,14419,1,9667.44,2324.24,1327.61,2.64222,600,0,0,50400,0,2,0,0,0),(46221,4146,1,1,1,2206,1,10178,2511.01,1343.24,2.42601,300,0,0,1239,3191,0,0,0,0),(46222,2107,1,1,1,1854,0,9845.15,440.93,1317.27,3.15905,300,0,0,137,0,0,0,0,0),(46223,4155,1,1,1,2210,0,9938.84,2521.53,1317.66,4.38078,300,0,0,5544,0,0,0,0,0),(46238,7740,1,1,1,6840,1,9634.06,2495.63,1354.89,4.67748,300,0,0,2718,2117,0,0,0,0),(46239,4156,1,1,1,2211,1,9838.5,2431.55,1315.81,5.58505,300,0,0,1342,0,0,0,0,0),(46240,15678,1,1,1,7997,0,9860.31,2331.85,1331.98,4.18879,300,0,0,2769,0,0,0,0,0),(46241,11070,1,1,1,10592,1,10148.4,2316.15,1333.08,2.04204,300,0,0,840,0,0,0,0,0),(46242,7999,1,1,1,7274,1,9662.52,2524.57,1360.08,0.069813,7200,0,0,5578000,85160,0,0,0,0),(46243,15679,1,1,1,7996,0,9868.17,2350.06,1331.98,1.09956,300,0,0,2769,0,0,0,0,0),(46244,4159,1,1,1,2213,0,10080.4,2267.32,1333.08,2.23402,300,0,0,1342,0,0,0,0,0),(46285,4160,1,1,1,10624,1,10068.8,2357.55,1321.66,2.49582,300,0,0,2399,0,0,0,0,0),(46304,4161,1,1,1,2216,0,10075.9,2199.74,1346.7,1.8326,300,0,0,4120,0,0,0,0,0),(46305,7234,1,1,1,1996,0,10018.8,282.413,1323.02,1.29154,300,0,0,156,0,0,0,0,0),(46306,7235,1,1,1,6804,1,10056.3,319.792,1324.65,1.11701,300,0,0,115,126,0,0,0,0),(46307,7235,1,1,1,6804,1,10060.4,322.225,1324.9,2.79253,300,0,0,115,126,0,0,0,0),(46310,7235,1,1,1,6804,1,10036.2,264.494,1325.5,3.60369,300,5,0,115,126,1,0,0,0),(46311,7235,1,1,1,6804,1,9953.66,269.711,1325.99,2.585,300,5,0,115,126,1,0,0,0),(46312,4163,1,1,1,2231,1,10083.7,2546.87,1295.12,1.22173,300,0,0,1753,0,0,0,0,0),(46313,10051,1,1,1,9270,0,9807.78,931.309,1307.67,4.88692,300,0,0,1003,0,0,0,0,0),(46314,7235,1,1,1,6804,1,10025.3,282.875,1323.11,2.58309,300,0,0,115,126,0,0,0,0),(46315,7235,1,1,1,6804,1,10076.3,328.838,1324.59,2.1477,300,5,0,115,126,1,0,0,0),(46316,7235,1,1,1,6804,1,10037.6,320.143,1322.02,3.76367,300,5,0,115,126,1,0,0,0),(46317,7235,1,1,1,6804,1,10060.5,338.343,1324.38,3.84241,300,5,0,115,126,1,0,0,0),(46318,7235,1,1,1,6804,1,10054.6,308.801,1324.08,0.715898,300,5,0,115,126,1,0,0,0),(46319,4164,1,1,1,2199,0,9911.11,2311.39,1330.87,1.27409,300,0,0,1003,0,0,0,0,0),(46320,4165,1,1,1,7669,1,9658.69,2508.7,1331.7,2.25148,300,0,0,992,2680,0,0,0,0),(46321,12358,1,1,1,6080,0,10132.7,2526.33,1325.56,3.63029,300,0,0,42,0,0,0,0,0),(46322,4423,1,1,1,2451,0,10078.1,2445.5,1317.57,1.79769,300,0,0,11828,0,0,0,0,0),(46323,4423,1,1,1,2451,0,10088.2,2519.24,1317.6,0.453786,300,0,0,11828,0,0,0,0,0),(46324,4423,1,1,1,2451,0,10151.4,2569.15,1321.06,3.75246,300,0,0,11828,0,0,0,0,0),(46325,4423,1,1,1,2451,0,10145.5,2546.41,1322.3,3.47819,300,0,0,11828,0,2,0,0,0),(46326,4167,1,1,1,2208,0,10126,2582.53,1325.97,5.35273,300,0,0,1003,0,2,0,0,0),(46327,12359,1,1,1,6444,0,10127.7,2521.29,1326.04,1.8675,300,0,0,42,0,0,0,0,0),(46328,4423,1,1,1,2451,0,10087.8,2447.96,1317.95,0.575961,300,0,0,11828,0,2,0,0,0),(46329,5191,1,1,1,3131,0,10073.2,2193.25,1346.7,1.58825,300,0,0,713,0,0,0,0,0),(46330,4168,1,1,1,2214,0,10086,2254.92,1333.08,5.23599,300,0,0,1003,0,0,0,0,0),(46331,10056,1,1,1,9275,0,10167.4,2522.79,1342.57,5.32325,300,0,0,1003,0,0,0,0,0),(46332,12360,1,1,1,6448,0,10133.2,2521.75,1326.92,2.40855,300,0,0,42,0,0,0,0,0),(46333,4169,1,1,1,2217,1,9732.6,2255.22,1327.49,5.80119,300,0,0,1003,0,2,0,0,0),(46334,11081,1,1,1,10616,0,10084.3,2252.83,1343.39,5.93412,300,0,0,1163,0,0,0,0,0),(46335,4170,1,1,1,2218,0,9864.51,2253.27,1332.05,1.50098,300,0,0,1003,0,0,0,0,0),(46336,11083,1,1,1,10615,1,10091,2256.4,1343.39,4.50295,300,0,0,664,0,0,0,0,0),(46337,4171,1,1,1,2219,1,9816.68,2246.61,1333.08,4.34587,300,0,0,1003,0,0,0,0,0),(46338,4172,1,1,1,2220,0,9603.36,2349.12,1330.08,0.471239,300,0,0,1003,0,0,0,0,0),(46340,4173,1,1,1,2222,1,9770.63,2268.83,1332.02,4.17134,300,0,0,1003,0,0,0,0,0),(46341,6735,1,1,1,5439,1,10127.9,2224.79,1328.81,2.21657,300,0,0,1003,0,0,0,0,0),(46342,4175,1,1,1,2224,0,9726.82,2296.3,1333.08,3.9619,300,0,0,1003,0,0,0,0,0),(46343,6736,1,1,1,5440,1,9802.21,982.608,1313.98,4.79965,300,0,0,1003,0,0,0,0,0),(46344,4177,1,1,1,2226,0,9695.01,2333.73,1332.05,3.64774,300,0,0,1003,0,0,0,0,0),(46345,4180,1,1,1,2229,1,9729.57,2296.99,1343.39,4.11898,300,0,0,2769,0,0,0,0,0),(46346,4181,1,1,1,2230,0,9920.63,2204.39,1328.22,5.58505,300,0,0,1003,0,0,0,0,0),(46347,9047,1,1,1,8354,1,10180.2,2605.13,1322.15,1.27409,300,0,0,102,0,0,0,0,0),(46348,8026,1,1,1,7275,1,9961.78,2284.6,1341.48,4.17134,300,0,0,4120,0,0,0,0,0),(46349,11866,1,1,1,11802,1,9908.52,2329.23,1330.87,5.37561,600,0,0,15505,0,0,0,0,0),(46350,14428,1,1,1,6818,0,9816.84,355.442,1308.46,0.660401,7200,0,1,137,0,2,0,0,0),(46351,14430,1,1,1,11453,0,9229.98,853.818,1324.22,3.10377,7200,0,0,176,0,0,0,0,0),(46352,14431,1,1,1,2296,0,10647.8,2044.36,1331.02,4.21437,7200,0,0,156,0,0,0,0,0),(46353,2912,1,1,1,1665,0,9641.92,2607.69,1337.38,0.017453,300,0,0,1753,0,0,0,0,0),(46354,14432,1,1,1,904,1,10115.9,1167.52,1314.17,5.5061,7200,0,1,115,126,2,0,0,0),(46355,3681,1,1,1,10045,0,9983.03,2213.99,1328.69,3.83094,300,5,0,42,0,1,0,0,0),(46356,3681,1,1,1,10045,0,9884.98,2444.52,1316.68,0.21453,300,5,0,42,0,1,0,0,0),(46357,3681,1,1,1,10045,0,9720.35,2232.97,1327.62,4.81261,300,5,0,42,0,1,0,0,0),(46358,3681,1,1,1,10045,0,10252.3,2575.31,1332.2,3.16591,300,5,0,42,0,1,0,0,0),(46359,3681,1,1,1,10045,0,10281.4,2387.63,1334.94,0.014647,300,5,0,42,0,1,0,0,0),(46360,3681,1,1,1,10045,0,9967.09,2608.96,1316.03,2.2266,300,5,0,42,0,1,0,0,0),(46361,3681,1,1,1,10045,0,9605.98,2638.17,1335.68,0.982429,300,5,0,42,0,1,0,0,0),(46362,3681,1,1,1,10045,0,9863.11,2578.33,1315.9,5.05128,300,5,0,42,0,1,0,0,0),(46363,3681,1,1,1,10045,0,9756.18,2329.45,1328.19,5.09871,300,5,0,42,0,1,0,0,0),(46364,3681,1,1,1,10045,0,10228.8,2633.39,1321.59,5.27927,300,5,0,42,0,1,0,0,0),(46365,3681,1,1,1,10045,0,9893.55,2210.79,1328.43,3.32424,300,5,0,42,0,1,0,0,0),(46366,3681,1,1,1,10045,0,10132.5,2172.96,1334.61,3.61296,300,5,0,42,0,1,0,0,0),(46367,3681,1,1,1,10045,0,10130.2,2378.21,1319.67,0.468014,300,5,0,42,0,1,0,0,0),(46368,3681,1,1,1,10045,0,9596.85,2525.1,1333.61,2.55088,300,5,0,42,0,1,0,0,0),(46369,3681,1,1,1,10045,0,10185.7,2376.47,1326.9,0.924932,300,5,0,42,0,1,0,0,0),(46370,3681,1,1,1,10045,0,9850.21,2300.07,1320.38,5.68326,300,5,0,42,0,1,0,0,0),(46371,3681,1,1,1,10045,0,10121.8,2637.56,1319.41,0.796447,300,5,0,42,0,1,0,0,0),(46372,3681,1,1,1,10045,0,10294.3,2531.41,1335.47,3.45732,300,5,0,42,0,1,0,0,0),(46373,3681,1,1,1,10045,0,9848.58,2137.99,1327.08,3.29797,300,5,0,42,0,1,0,0,0),(46374,3681,1,1,1,10045,0,10101.5,2643.9,1317.95,4.92942,300,5,0,42,0,1,0,0,0),(46375,3681,1,1,1,10045,0,10039.5,2670.3,1317.26,1.64899,300,5,0,42,0,1,0,0,0),(46376,3681,1,1,1,10045,0,9819.14,2568.19,1314.68,3.00356,300,5,0,42,0,1,0,0,0),(46377,3681,1,1,1,10045,0,9986.81,2216.86,1328.73,1.32819,300,5,0,42,0,1,0,0,0),(46378,3681,1,1,1,10045,0,9655.23,2477.84,1335.08,5.19548,300,0,0,42,0,0,0,0,0),(46379,3681,1,1,1,10045,0,9914.01,2156.83,1330.71,1.021,300,5,0,42,0,1,0,0,0),(46380,3681,1,1,1,10045,0,10087,2311.81,1329.49,6.2262,300,5,0,42,0,1,0,0,0),(46381,3681,1,1,1,10045,0,9983.61,2140.29,1328.45,2.69214,300,5,0,42,0,1,0,0,0),(46382,3681,1,1,1,10045,0,9928.94,2064.93,1330.74,2.49614,300,5,0,42,0,1,0,0,0),(46383,3681,1,1,1,10045,0,10144.8,2245.3,1328.9,3.44206,300,5,0,42,0,1,0,0,0),(46384,3681,1,1,1,10045,0,10103.3,2451.37,1318.94,4.54641,300,0,0,42,0,0,0,0,0),(46385,3681,1,1,1,10045,0,10293.1,2472.87,1334.72,1.07337,300,5,0,42,0,1,0,0,0),(46386,3681,1,1,1,10045,0,9936.96,2508.24,1318.01,2.00871,300,5,0,42,0,1,0,0,0),(46387,3681,1,1,1,10045,0,9623.83,2382.08,1327.85,5.5623,300,5,0,42,0,1,0,0,0),(46388,3681,1,1,1,10045,0,9640.21,2546.01,1331.91,1.05347,300,5,0,42,0,1,0,0,0),(46389,3681,1,1,1,10045,0,10108.7,2492.87,1317.57,3.66391,300,5,0,42,0,1,0,0,0),(46390,3681,1,1,1,10045,0,9979.49,2517.21,1317.13,0.837559,300,5,0,42,0,1,0,0,0),(46391,3681,1,1,1,10045,0,9647.6,2324.72,1327.8,4.64217,300,5,0,42,0,1,0,0,0),(46392,3681,1,1,1,10045,0,10210.3,2461.11,1327.46,4.46915,300,5,0,42,0,1,0,0,0),(46393,2150,1,1,1,10035,0,9920.41,735.951,1313.98,0.99163,300,0,0,137,0,0,0,0,0),(46394,2151,1,1,1,1681,1,9837.35,966.25,1308.43,1.16423,300,0,0,713,0,2,0,0,0),(46395,2152,1,1,1,3024,0,10095.8,1464.53,1275.98,2.43024,300,5,0,120,0,1,0,0,0),(46396,2152,1,1,1,3024,0,10061,1457.02,1277,3.18714,300,5,0,120,0,1,0,0,0),(46397,2152,1,1,1,3024,0,10050.8,1477.49,1279.57,3.64828,300,5,0,120,0,1,0,0,0),(46398,2152,1,1,1,3024,0,9980.94,1479.4,1294.87,1.35042,300,5,0,120,0,1,0,0,0),(46399,2152,1,1,1,3024,0,10023.9,1377.58,1281.01,4.17935,300,5,0,120,0,1,0,0,0),(46400,2152,1,1,1,3024,0,9977.14,1512.71,1300.96,2.1623,300,5,0,120,0,1,0,0,0),(46401,2152,1,1,1,3024,0,10035.5,1497.36,1284.79,1.65089,300,5,0,120,0,1,0,0,0),(46402,2152,1,1,1,3024,0,10050.4,1436.78,1275.07,2.29768,300,5,0,120,0,1,0,0,0),(46403,2152,1,1,1,3024,0,10041.1,1455.82,1275.44,2.22832,300,5,0,120,0,1,0,0,0),(46404,2152,1,1,1,3024,0,10012.7,1485.12,1285.9,5.28983,300,5,0,120,0,1,0,0,0),(46405,2152,1,1,1,3024,0,9995.12,1347.1,1285.76,5.6892,300,5,0,120,0,1,0,0,0),(46406,2152,1,1,1,3024,0,9990.99,1458.71,1290.34,5.23056,300,5,0,120,0,1,0,0,0),(46407,2152,1,1,1,3024,0,10013.9,1355.57,1283.1,0.362854,300,5,0,120,0,1,0,0,0),(46408,2152,1,1,1,3024,0,10018.3,1448.33,1279.82,5.43222,300,5,0,120,0,1,0,0,0),(46409,2152,1,1,1,3024,0,9985.55,1431.6,1289.81,0.73037,300,5,0,120,0,1,0,0,0),(46410,10089,1,1,1,9339,1,10173.6,2488.87,1357.49,0.226893,300,0,0,1753,0,0,0,0,0),(46411,2155,1,1,1,2866,0,10091.4,1664.88,1325.03,4.39297,300,0,0,156,0,2,0,0,0),(46412,4203,1,1,1,2221,1,9924.3,2316.45,1330.87,1.74533,300,0,0,1003,0,0,0,0,0),(46413,4204,1,1,1,2253,1,9758.22,2430.94,1334.01,2.89725,300,0,0,1342,0,0,0,0,0),(46414,10604,1,1,1,9937,1,9840.48,965.432,1307.73,1.25062,300,0,0,484,0,2,0,0,0),(46415,4205,1,1,1,2251,1,10187,2491.67,1358.62,2.42601,300,0,0,1939,4393,0,0,0,0),(46416,10606,1,1,1,9938,1,9838.76,963.325,1308.32,1.10925,300,0,0,484,0,2,0,0,0),(46417,4208,1,1,1,2259,0,9945.15,2518.39,1317.66,3.9968,300,0,0,5544,0,0,0,0,0),(46418,4209,1,1,1,2256,0,9942.03,2519.24,1317.66,4.32842,300,0,0,5544,0,0,0,0,0),(46419,2162,1,1,1,936,0,10099.2,1458.48,1276.36,3.16025,300,0,0,156,0,0,0,0,0),(46420,4210,1,1,1,2242,1,10088.4,2419.45,1321.74,5.14872,300,0,0,1342,0,0,0,0,0),(46421,883,1,1,1,347,0,9386.41,1650.61,1293.99,0.422587,300,5,0,1,0,1,0,0,0),(46422,4211,1,1,1,2248,0,10152.1,2391.07,1323.56,3.35103,300,0,0,1342,0,0,0,0,0),(46423,883,1,1,1,347,0,9849.22,2128.91,1329.29,3.54887,300,5,0,1,0,1,0,0,0),(46424,883,1,1,1,347,0,9309,1374.94,1287.74,3.82358,300,5,0,1,0,1,0,0,0),(46425,883,1,1,1,347,0,10178.1,2356.91,1328.22,3.90393,300,5,0,1,0,1,0,0,0),(46426,883,1,1,1,347,0,10105.7,2508.27,1319.43,3.05214,300,5,0,1,0,1,0,0,0),(46427,883,1,1,1,347,0,9584.19,2425.44,1328.05,3.8499,300,5,0,1,0,1,0,0,0),(46428,883,1,1,1,347,0,10236.8,2384.65,1329.97,4.76711,300,5,0,1,0,1,0,0,0),(46429,883,1,1,1,347,0,10122.1,2351.69,1329.05,3.71443,300,5,0,1,0,1,0,0,0),(46430,883,1,1,1,347,0,10700.5,1439.68,1322.34,3.93455,300,5,0,1,0,1,0,0,0),(46431,883,1,1,1,347,0,10012.3,504.022,1313.83,5.33446,300,5,0,1,0,1,0,0,0),(46432,883,1,1,1,347,0,10857.2,1716.4,1311.04,4.62535,300,5,0,1,0,1,0,0,0),(46433,883,1,1,1,347,0,10582.7,1513.01,1316.28,2.41244,300,5,0,1,0,1,0,0,0),(46434,883,1,1,1,347,0,9230.84,1070.44,1316.79,1.70157,300,5,0,1,0,1,0,0,0),(46435,883,1,1,1,347,0,9845.7,2214.75,1328.54,4.41286,300,5,0,1,0,1,0,0,0),(46436,883,1,1,1,347,0,9986.28,2231.84,1330.32,2.97369,300,5,0,1,0,1,0,0,0),(46437,883,1,1,1,347,0,9636,2364.88,1328.1,5.42808,300,5,0,1,0,1,0,0,0),(46438,883,1,1,1,347,0,10298.2,971.395,1336.89,0.444239,300,5,0,1,0,1,0,0,0),(46439,883,1,1,1,347,0,9835.76,1055.82,1311.91,5.14326,300,5,0,1,0,1,0,0,0),(46440,883,1,1,1,347,0,10197.8,2412.29,1329.31,0.086133,300,5,0,1,0,1,0,0,0),(46441,883,1,1,1,347,0,10311.8,1860.08,1325.28,0.242681,300,5,0,1,0,1,0,0,0),(46442,883,1,1,1,347,0,10109,2550.58,1320.62,2.5582,300,5,0,1,0,1,0,0,0),(46443,883,1,1,1,347,0,9977.93,2635.19,1317.58,1.07435,300,5,0,1,0,1,0,0,0),(46444,883,1,1,1,347,0,10521.7,1725.42,1303.22,2.71015,300,5,0,1,0,1,0,0,0),(46445,883,1,1,1,347,0,10208.6,2453.22,1328.82,2.08558,300,5,0,1,0,1,0,0,0),(46446,883,1,1,1,347,0,9743.23,523.148,1305.75,5.50607,300,5,0,1,0,1,0,0,0),(46447,883,1,1,1,347,0,10286.4,2491.37,1335.96,1.45957,300,5,0,1,0,1,0,0,0),(46448,883,1,1,1,347,0,9558.36,988.096,1265.26,0.376881,300,5,0,1,0,1,0,0,0),(46449,883,1,1,1,347,0,10521.7,982.033,1317.38,2.00211,300,5,0,1,0,1,0,0,0),(46450,883,1,1,1,347,0,9638.34,2662.96,1324.6,5.1832,300,5,0,1,0,1,0,0,0),(46451,883,1,1,1,347,0,9301.37,729.564,1312.78,5.56068,300,5,0,1,0,1,0,0,0),(46452,883,1,1,1,347,0,9655.19,589.948,1308.77,5.66487,300,5,0,1,0,1,0,0,0),(46453,883,1,1,1,347,0,9766.41,2320.5,1328.02,6.13715,300,5,0,1,0,1,0,0,0),(46454,883,1,1,1,347,0,9319.61,1612.09,1290.64,5.99201,300,5,0,1,0,1,0,0,0),(46455,883,1,1,1,347,0,9703.33,1113.82,1275.48,2.8463,300,5,0,1,0,1,0,0,0),(46456,883,1,1,1,347,0,10072.9,2233.06,1327.69,6.2756,300,5,0,1,0,1,0,0,0),(46457,883,1,1,1,347,0,9464.74,1773.69,1314.18,1.96146,300,5,0,1,0,1,0,0,0),(46458,883,1,1,1,347,0,9785.28,1758.72,1311.93,4.24261,300,5,0,1,0,1,0,0,0),(46459,883,1,1,1,347,0,10401.8,673.982,1324.91,2.25027,300,5,0,1,0,1,0,0,0),(46460,883,1,1,1,347,0,9414.71,587.357,1321.88,2.52269,300,5,0,1,0,1,0,0,0),(46461,883,1,1,1,347,0,10605.4,669.174,1325.48,4.2518,300,5,0,1,0,1,0,0,0),(46462,883,1,1,1,347,0,10675.4,740.748,1322.29,0.886058,300,5,0,1,0,1,0,0,0),(46463,883,1,1,1,347,0,9781.28,646.262,1295.64,4.64436,300,5,0,1,0,1,0,0,0),(46464,883,1,1,1,347,0,10008.8,352.294,1318.35,1.56842,300,0,0,1,0,0,0,0,0),(46465,883,1,1,1,347,0,9801.67,1084.99,1297.82,2.54222,300,5,0,1,0,1,0,0,0),(46466,4212,1,1,1,2270,0,10086.3,2256.49,1343.39,5.3058,300,0,0,2399,0,0,0,0,0),(46467,4213,1,1,1,2266,0,10145.7,2320.28,1333.08,0.994838,300,0,0,1342,0,0,0,0,0),(46468,2166,1,1,1,2567,0,9281.99,1077.28,1253.33,4.01754,300,0,0,176,0,0,0,0,0),(46469,4214,1,1,1,2252,1,10055.3,2573.02,1282.55,5.63741,300,0,0,4120,0,0,0,0,0),(46470,4215,1,1,1,2243,1,10090.7,2536.99,1285.77,3.26377,300,0,0,2769,0,0,0,0,0),(46471,4216,1,1,1,2245,1,9751.43,2424.84,1333.92,1.88496,300,0,0,1003,0,0,0,0,0),(46472,4217,1,1,1,2261,1,10179,2563.98,1340.13,1.22173,300,0,0,2884,5751,0,0,0,0),(46473,4730,1,1,1,2788,1,10129.9,2533.24,1323.35,2.53073,300,0,0,1342,0,0,0,0,0),(46474,4218,1,1,1,2250,1,10186.3,2570.38,1326.05,3.64774,300,0,0,1939,4393,0,0,0,0),(46475,4219,1,1,1,2255,1,10179.4,2583.69,1326.05,4.36332,300,0,0,1239,3191,0,0,0,0),(46476,6780,1,1,1,5748,0,10214.3,700.553,1360.68,5.77704,300,0,0,137,0,0,0,0,0),(46477,4220,1,1,1,2247,1,10171.2,2580.12,1326.05,4.79965,300,0,0,1003,0,0,0,0,0),(46478,6781,1,1,1,5749,0,9808.33,979.841,1313.98,3.82227,300,0,0,198,0,0,0,0,0),(46479,4221,1,1,1,2267,1,9832.88,2436,1315.84,6.0912,300,0,0,1003,0,0,0,0,0),(46480,10878,1,1,1,10185,1,9659.84,2432.42,1335.68,1.58374,300,0,0,71,0,2,0,0,0),(46481,4222,1,1,1,2276,1,9836.05,2441.62,1315.85,2.25148,300,0,0,1003,0,0,0,0,0),(46482,4223,1,1,1,2254,1,10085.9,2424.72,1321.74,2.04204,300,0,0,1003,0,0,0,0,0),(46483,12160,1,1,1,4841,1,10204.3,699.712,1361.28,5.88176,300,0,0,3398,0,0,0,0,0),(46484,12160,1,1,1,4843,1,10510.7,792.074,1330.44,5.43758,300,0,0,3398,0,2,0,0,0),(46485,12160,1,1,1,4844,1,10449.3,801.411,1345.73,4.18879,300,0,0,3398,0,0,0,0,0),(46486,12160,1,1,1,4843,1,10184.4,684.428,1364.28,2.93215,300,0,0,3398,0,0,0,0,0),(46487,12160,1,1,1,4842,1,10500.7,805.428,1397.35,4.97419,300,0,0,3398,0,0,0,0,0),(46488,12160,1,1,1,4844,1,10488.4,805.757,1326.89,3.28122,300,0,0,3398,0,0,0,0,0),(46489,7296,1,1,1,6063,1,10190.7,2551.89,1338.98,4.55531,300,0,0,1342,0,0,0,0,0),(46490,12160,1,1,1,4844,1,10395,743.603,1319.96,3.71755,300,0,0,3398,0,0,0,0,0),(46491,12160,1,1,1,4844,1,10183.2,707.292,1364.89,3.56047,300,0,0,3398,0,0,0,0,0),(46492,12160,1,1,1,4841,1,10512.9,799.375,1397.89,0.10472,300,0,0,3398,0,0,0,0,0),(46493,12160,1,1,1,4844,1,10197.4,691.339,1361.74,3.1765,300,0,0,3398,0,0,0,0,0),(46494,12160,1,1,1,4844,1,10455.2,792.59,1345.73,3.36848,300,0,0,3398,0,0,0,0,0),(46495,12160,1,1,1,4843,1,10207.1,689.517,1361.43,0.383972,300,0,0,3398,0,0,0,0,0),(46496,12160,1,1,1,4841,1,10459.9,808.041,1322.83,5.63741,300,0,0,3398,0,0,0,0,0),(46497,12160,1,1,1,4844,1,10197.9,698.881,1361.25,3.38594,300,0,0,3398,0,0,0,0,0),(46498,12160,1,1,1,4843,1,10419.5,891.754,1318.78,1.8675,300,0,0,3398,0,0,0,0,0),(46499,12160,1,1,1,4843,1,10502.2,798.546,1397.27,2.43968,300,0,0,3398,0,2,0,0,0),(46500,12160,1,1,1,4841,1,10495.1,799.457,1397.35,6.17846,300,0,0,3398,0,0,0,0,0),(46501,4225,1,1,1,2265,0,10081.1,2264.3,1343.39,2.1293,300,0,0,1003,0,0,0,0,0),(46502,7553,1,1,1,4615,0,9909.24,2206.16,1328.7,2.09187,300,0,0,42,0,0,0,0,0),(46503,4226,1,1,1,2272,1,10065.6,2347.35,1321.65,3.71755,300,0,0,1003,0,0,0,0,0),(46504,7555,1,1,1,6299,0,9908.75,2199.71,1328.19,0.331613,300,0,0,42,0,0,0,0,0),(46505,1412,1,1,1,134,0,9872.92,2210.42,1327.83,4.29318,300,5,0,8,0,1,0,0,0),(46506,1412,1,1,1,134,0,9814.78,2574.21,1314.47,1.81584,300,5,0,8,0,1,0,0,0),(46507,1412,1,1,1,134,0,9779.31,2248.44,1328.64,5.31416,300,5,0,8,0,1,0,0,0),(46508,4228,1,1,1,2274,0,10134.4,2318.46,1333.08,2.75762,300,0,0,1003,0,0,0,0,0),(46509,1412,1,1,1,134,0,9886.46,2167.71,1330.08,3.33906,300,5,0,8,0,1,0,0,0),(46510,1412,1,1,1,134,0,9952.76,2612.89,1316.19,1.61391,300,5,0,8,0,1,0,0,0),(46511,1412,1,1,1,134,0,9919.47,2534.87,1317.42,1.71546,300,5,0,8,0,1,0,0,0),(46512,1412,1,1,1,134,0,10123.6,2381.59,1318.01,3.33918,300,5,0,8,0,1,0,0,0),(46513,1412,1,1,1,134,0,10023.7,2239.43,1328.79,3.13693,300,5,0,8,0,1,0,0,0),(46514,1412,1,1,1,134,0,10125.9,2494.44,1326.57,3.80551,300,5,0,8,0,1,0,0,0),(46515,1412,1,1,1,134,0,9709.9,2241.07,1327.56,3.0057,300,5,0,8,0,1,0,0,0),(46516,1412,1,1,1,134,0,9697.95,2419.83,1327.29,4.89137,300,5,0,8,0,1,0,0,0),(46517,1412,1,1,1,134,0,9868.68,2564.76,1316.33,5.2552,300,5,0,8,0,1,0,0,0),(46518,1412,1,1,1,134,0,9709.39,2284.44,1328.54,4.80924,300,5,0,8,0,1,0,0,0),(46519,1412,1,1,1,134,0,9831.07,2199.02,1327.83,4.26798,300,5,0,8,0,1,0,0,0),(46520,1412,1,1,1,134,0,9898.96,2341.2,1317.97,4.71239,300,5,0,8,0,1,0,0,0),(46521,1412,1,1,1,134,0,9715.7,2313.61,1329.29,2.99483,300,5,0,8,0,1,0,0,0),(46522,1412,1,1,1,134,0,10021.5,2367.04,1317.99,1.46316,300,5,0,8,0,1,0,0,0),(46523,1412,1,1,1,134,0,9875.71,2307.68,1325.72,3.30981,300,5,0,8,0,1,0,0,0),(46524,1412,1,1,1,134,0,10171.4,2364.59,1325.84,1.62602,300,5,0,8,0,1,0,0,0),(46525,1412,1,1,1,134,0,9612.47,2382.04,1327.98,4.50711,300,5,0,8,0,1,0,0,0),(46526,1412,1,1,1,134,0,10194.9,2299.19,1328.92,6.03821,300,5,0,8,0,1,0,0,0),(46527,1412,1,1,1,134,0,9844.35,2213.52,1328.7,2.57922,300,5,0,8,0,1,0,0,0),(46528,1412,1,1,1,134,0,9621.24,2384.42,1327.73,1.50283,300,5,0,8,0,1,0,0,0),(46529,1412,1,1,1,134,0,9755.8,2436.39,1335.16,3.78881,300,5,0,8,0,1,0,0,0),(46530,1412,1,1,1,134,0,10018.7,2414.61,1317.16,1.73638,300,5,0,8,0,1,0,0,0),(46531,1412,1,1,1,134,0,10247.1,2499.95,1325.63,5.14668,300,5,0,8,0,1,0,0,0),(46532,1412,1,1,1,134,0,10111.3,2536.27,1320.97,0.443117,300,5,0,8,0,1,0,0,0),(46533,1412,1,1,1,134,0,9718.76,2259.76,1327.56,3.27771,300,5,0,8,0,1,0,0,0),(46534,1412,1,1,1,134,0,10017.2,2153.65,1328.75,5.81954,300,5,0,8,0,1,0,0,0),(46535,1412,1,1,1,134,0,9727.46,2363.63,1327.31,2.28776,300,5,0,8,0,1,0,0,0),(46536,1412,1,1,1,134,0,10089.6,2372.92,1315.63,3.71022,300,5,0,8,0,1,0,0,0),(46537,1412,1,1,1,134,0,9829.38,2220.44,1327.89,4.9038,300,5,0,8,0,1,0,0,0),(46538,1412,1,1,1,134,0,10161.2,2319.58,1328.37,5.31415,300,5,0,8,0,1,0,0,0),(46539,1412,1,1,1,134,0,10058.7,2285.43,1329.57,2.19647,300,5,0,8,0,1,0,0,0),(46540,1412,1,1,1,134,0,10148.3,2564.49,1321.55,1.6897,300,5,0,8,0,1,0,0,0),(46541,1412,1,1,1,134,0,10026.9,2309.11,1322.49,0.975752,300,5,0,8,0,1,0,0,0),(46542,1412,1,1,1,134,0,10030.4,2437.11,1316.12,1.62501,300,5,0,8,0,1,0,0,0),(46543,1412,1,1,1,134,0,9730.21,2321.35,1328.37,3.92699,300,5,0,8,0,1,0,0,0),(46544,1412,1,1,1,134,0,9733.71,2372.34,1322.37,2.00258,300,5,0,8,0,1,0,0,0),(46545,1412,1,1,1,134,0,10158.2,2279.54,1328.44,1.89248,300,5,0,8,0,1,0,0,0),(46546,1412,1,1,1,134,0,10083.7,2462.78,1317.89,3.54603,300,5,0,8,0,1,0,0,0),(46547,1412,1,1,1,134,0,10278.9,2456.19,1335.06,0.1747,300,0,0,8,0,0,0,0,0),(46548,1412,1,1,1,134,0,10172,2522.57,1327.88,5.61996,300,0,0,8,0,0,0,0,0),(46549,1412,1,1,1,134,0,9842.78,2310.36,1318.18,3.19612,300,5,0,8,0,1,0,0,0),(46550,1412,1,1,1,134,0,9971.85,2525.09,1318.12,2.70104,300,5,0,8,0,1,0,0,0),(46551,1412,1,1,1,134,0,9657.19,2391.48,1328.46,3.15144,300,5,0,8,0,1,0,0,0),(46552,1412,1,1,1,134,0,10100.5,2404.55,1316.88,1.22965,300,5,0,8,0,1,0,0,0),(46553,1412,1,1,1,134,0,9705.04,2402.32,1326.94,4.55979,300,5,0,8,0,1,0,0,0),(46554,1412,1,1,1,134,0,10166.3,2412.4,1320.94,3.42472,300,0,0,8,0,0,0,0,0),(46555,1412,1,1,1,134,0,9782.96,2318.6,1319.66,1.08793,300,5,0,8,0,1,0,0,0),(46556,1412,1,1,1,134,0,9936.59,2498.77,1317.68,4.64244,300,5,0,8,0,1,0,0,0),(46557,1412,1,1,1,134,0,9977.83,2511.33,1317.41,3.40742,300,5,0,8,0,1,0,0,0),(46558,1412,1,1,1,134,0,10165.8,2414.08,1321.07,2.21657,300,0,0,8,0,0,0,0,0),(46559,14725,1,1,1,14755,0,10076,2260.77,1333.08,0.436332,300,0,0,1220,0,0,0,0,0),(46560,4229,1,1,1,2264,0,10113.6,2293.21,1332.05,2.3911,300,0,0,1003,0,0,0,0,0),(46561,10118,1,1,1,9344,1,8694.04,950.259,12.9087,5.46288,300,0,0,713,0,0,0,0,0),(46562,4230,1,1,1,2277,1,9864.09,2247.64,1339.7,4.50295,300,0,0,1003,0,0,0,0,0),(46563,8583,1,1,1,7895,0,10407.2,713.794,1321.7,4.27606,300,0,0,156,0,0,0,0,0),(46564,4231,1,1,1,2258,1,9813.36,2250.5,1343.39,4.46804,300,0,0,1003,0,0,0,0,0),(46565,4232,1,1,1,2257,1,9821.4,2258.95,1333.08,1.29154,300,0,0,1003,0,0,0,0,0),(46566,8584,1,1,1,7901,0,10711.6,1034.91,1347.34,4.90438,300,0,0,102,0,0,0,0,0),(46567,11401,1,1,1,11048,0,9665.28,2520.08,1360.08,0.366519,300,0,0,2884,5751,0,0,0,0),(46568,4233,1,1,1,2263,1,9809.77,2248.41,1333.08,4.7822,300,0,0,1003,0,0,0,0,0),(46569,4234,1,1,1,2249,1,9610.87,2344.28,1330.06,1.37881,300,0,0,1003,0,0,0,0,0),(137652,30611,1,1,1,0,1,2148.07,-4741.26,50.7223,2.79253,120,0,0,1,0,0,0,0,0),(46571,4235,1,1,1,2271,1,9775.44,2275.06,1339.7,0.977384,300,0,0,1003,0,0,0,0,0),(46572,1420,1,1,1,901,0,10874.2,1627.7,1273.73,4.54532,300,5,0,8,0,1,0,0,0),(46573,1420,1,1,1,901,0,10515.5,892.111,1309.67,5.098,300,5,0,8,0,1,0,0,0),(46574,1420,1,1,1,901,0,10398.9,1661.01,1287.66,5.79591,300,5,0,8,0,1,0,0,0),(46575,3468,1,1,1,1460,0,10189.5,2419.36,1328.09,3.61283,300,0,0,6474,0,0,0,0,0),(46576,4236,1,1,1,2246,0,9670.22,2378.48,1337.38,5.8294,300,0,0,1003,0,0,0,0,0),(46577,1420,1,1,1,901,0,9827.57,2362.23,1316.14,0.245571,300,5,0,8,0,1,0,0,0),(46578,1420,1,1,1,901,0,9474.03,997.842,1251.25,4.53555,300,5,0,8,0,1,0,0,0),(46579,1420,1,1,1,901,0,9594.02,1793.21,1292.14,1.75173,300,5,0,8,0,1,0,0,0),(46580,1420,1,1,1,901,0,9579.79,865.541,1249.45,1.24128,300,5,0,8,0,1,0,0,0),(46581,1420,1,1,1,901,0,9980.96,2542.13,1315.98,0.076248,300,0,0,8,0,2,0,0,0),(46582,1420,1,1,1,901,0,9512.39,958.412,1250.86,4.562,300,5,0,8,0,1,0,0,0),(46583,1420,1,1,1,901,0,9614.6,1752.93,1290.51,3.35935,300,5,0,8,0,1,0,0,0),(46584,1420,1,1,1,901,0,9486.88,785.014,1247.86,0.006868,300,5,0,8,0,1,0,0,0),(46585,1420,1,1,1,901,0,10899.1,1555.98,1275.87,0.782755,300,5,0,8,0,1,0,0,0),(46586,1420,1,1,1,901,0,10534.3,868.439,1309.5,2.6834,300,5,0,8,0,1,0,0,0),(46587,1420,1,1,1,901,0,9391.05,1260.79,1250.84,0.194912,300,5,0,8,0,1,0,0,0),(46588,1420,1,1,1,901,0,9895.94,2437.41,1315.62,4.9201,300,0,0,8,0,2,0,0,0),(46589,1420,1,1,1,901,0,9881.39,2438.52,1316.2,3.42664,300,0,0,8,0,2,0,0,0),(46590,1420,1,1,1,901,0,9959.06,2426.8,1312.68,2.49803,300,5,0,8,0,1,0,0,0),(46591,1420,1,1,1,901,0,9531.03,903.055,1250.12,1.41382,300,5,0,8,0,1,0,0,0),(46592,1420,1,1,1,901,0,9663.94,1754.73,1291.79,0.613872,300,5,0,8,0,1,0,0,0),(46593,1420,1,1,1,901,0,10446.8,1588.88,1284.63,2.75986,300,5,0,8,0,1,0,0,0),(46594,1420,1,1,1,901,0,10069.9,2492.45,1316.79,0.089953,300,5,0,8,0,1,0,0,0),(46595,1420,1,1,1,901,0,10073,2458.15,1317.25,2.27804,300,5,0,8,0,1,0,0,0),(46596,1420,1,1,1,901,0,9992.88,2365.18,1312.46,5.0177,300,5,0,8,0,1,0,0,0),(46597,1420,1,1,1,901,0,9930.01,2409.75,1314.21,2.34828,300,5,0,8,0,1,0,0,0),(46598,1420,1,1,1,901,0,9745.04,2387.33,1315.46,3.84545,300,5,0,8,0,1,0,0,0),(46599,1420,1,1,1,901,0,9431.61,1123.94,1249.84,5.76004,300,5,0,8,0,1,0,0,0),(46600,1420,1,1,1,901,0,9885.84,2514.35,1307.21,0.269849,300,5,0,8,0,1,0,0,0),(46601,1420,1,1,1,901,0,9912.13,2371.36,1316.13,0.938948,300,5,0,8,0,1,0,0,0),(46602,1420,1,1,1,901,0,9931.27,2572.72,1314.4,1.94405,300,5,0,8,0,1,0,0,0),(46603,1420,1,1,1,901,0,10028.8,2442.56,1315.12,2.37682,300,5,0,8,0,1,0,0,0),(46604,1420,1,1,1,901,0,10493.3,1623.39,1287.03,2.04359,300,5,0,8,0,1,0,0,0),(46623,1420,1,1,1,901,0,10636.3,1627.18,1284.52,1.44697,300,5,0,8,0,1,0,0,0),(46675,1420,1,1,1,901,0,10021.4,2384.77,1317.17,0.986499,300,5,0,8,0,1,0,0,0),(46676,1420,1,1,1,901,0,9851.56,2441.15,1315.54,3.18976,300,5,0,8,0,1,0,0,0),(46677,1420,1,1,1,901,0,9570.24,778.316,1251.31,5.68115,300,5,0,8,0,1,0,0,0),(46678,1420,1,1,1,901,0,10938,1560.15,1274.49,5.48798,300,5,0,8,0,1,0,0,0),(46680,1420,1,1,1,901,0,9915.2,2651.72,1315.39,0.021432,300,5,0,8,0,1,0,0,0),(46681,1420,1,1,1,901,0,10024.1,2444.82,1313.62,1.52098,300,5,0,8,0,1,0,0,0),(46682,1420,1,1,1,901,0,9437.23,1203.23,1250.2,6.04688,300,5,0,8,0,1,0,0,0),(46683,1420,1,1,1,901,0,10756.5,1602.87,1273.69,3.44831,300,5,0,8,0,1,0,0,0),(46691,1420,1,1,1,901,0,9528.85,1712.09,1290.52,0.459165,300,5,0,8,0,1,0,0,0),(46693,1420,1,1,1,901,0,10079.1,2470.54,1317.96,1.29692,300,5,0,8,0,1,0,0,0),(46694,1420,1,1,1,901,0,10061.7,2621.57,1315.26,4.67422,300,5,0,8,0,1,0,0,0),(46695,1420,1,1,1,901,0,9899.38,2466.77,1315,5.94568,300,5,0,8,0,1,0,0,0),(46696,1420,1,1,1,901,0,10926.1,1601.07,1273.9,6.08519,300,5,0,8,0,1,0,0,0),(46697,1420,1,1,1,901,0,9333.67,1239.35,1250.8,3.5324,300,5,0,8,0,1,0,0,0),(46698,1420,1,1,1,901,0,9921.99,2600.44,1313.55,4.74707,300,0,0,8,0,2,0,0,0),(46699,1420,1,1,1,901,0,10048.5,2342.23,1317.17,0.769081,300,5,0,8,0,1,0,0,0),(46700,1420,1,1,1,901,0,9844.34,2454.16,1314.07,4.56828,300,5,0,8,0,1,0,0,0),(46701,1420,1,1,1,901,0,9890.77,2359.2,1316.14,1.85487,300,5,0,8,0,1,0,0,0),(46703,1420,1,1,1,901,0,10014.8,2385.04,1315.68,4.96802,300,5,0,8,0,1,0,0,0),(46704,1420,1,1,1,901,0,10071,2622.22,1317.01,3.30241,300,5,0,8,0,1,0,0,0),(46705,1420,1,1,1,901,0,10017.4,2305.9,1322.45,1.13612,300,5,0,8,0,1,0,0,0),(46706,1420,1,1,1,901,0,9546.58,1744.79,1290.8,3.9952,300,5,0,8,0,1,0,0,0),(46707,1420,1,1,1,901,0,9363.99,1146.89,1250.49,5.04865,300,5,0,8,0,1,0,0,0),(46708,1420,1,1,1,901,0,10752.1,1642.7,1275.44,3.89222,300,5,0,8,0,1,0,0,0),(46709,1420,1,1,1,901,0,10515.1,1666.96,1287.91,5.56077,300,5,0,8,0,1,0,0,0),(46710,1420,1,1,1,901,0,9992.58,2613.45,1313.12,3.31726,300,5,0,8,0,1,0,0,0),(46711,1420,1,1,1,901,0,10029.3,2663.85,1314.18,2.52577,300,5,0,8,0,1,0,0,0),(46712,1420,1,1,1,901,0,9838.01,2449.47,1311.74,0.78575,300,5,0,8,0,1,0,0,0),(46713,1420,1,1,1,901,0,9977.03,2548.95,1315.51,1.7223,300,5,0,8,0,1,0,0,0),(46714,1420,1,1,1,901,0,10592.2,832.057,1309.43,5.04135,300,5,0,8,0,1,0,0,0),(46715,1420,1,1,1,901,0,10561.9,909.965,1311,4.19856,300,5,0,8,0,1,0,0,0),(46716,3469,1,1,1,1461,0,9916.54,2226.64,1329.6,5.55015,300,0,0,6474,0,0,0,0,0),(46717,12429,1,1,1,12476,1,9675.8,900.023,1285.44,3.61283,300,0,0,310,0,0,0,0,0),(46718,6286,1,1,1,4989,1,9751.02,906.196,1295.6,6.02139,300,0,0,273,0,0,0,0,0),(46719,6287,1,1,1,4990,1,10135.7,1671.48,1325.15,3.00197,300,0,0,449,0,0,0,0,0),(46720,4240,1,1,1,2244,1,9699.61,2335.89,1339.73,0.925025,300,0,0,1003,0,0,0,0,0),(46721,7313,1,1,1,6348,0,9631.88,2550.45,1354.89,4.79965,300,0,0,405,1202,0,0,0,0),(46722,4753,1,1,1,5070,0,10126.5,2528.85,1323.7,1.72788,300,0,0,2218,0,0,0,0,0),(46723,4241,1,1,1,2262,0,9918.06,2190.34,1328.27,0.575959,300,0,0,1003,0,0,0,0,0),(46802,6034,1,1,1,5186,0,10081.5,2256.75,1343.39,0.645772,300,0,0,1342,0,0,0,0,0),(46803,15762,1,1,1,15727,0,9965.52,2533.72,1319,0.471239,300,0,0,2614,0,0,0,0,0),(46804,26258,1,1,1,11686,0,9780.64,1021.38,1299.88,0,300,0,0,42,0,0,0,0,0),(46805,4242,1,1,1,9956,0,10231.6,2651.87,1323.52,6.0234,300,5,0,2769,0,1,0,0,0),(46806,4242,1,1,1,9956,0,10274.3,2374.86,1332.26,4.51009,300,5,0,2769,0,1,0,0,0),(46807,26258,1,1,1,11686,0,8701.21,932.422,14.9063,0,300,0,0,42,0,0,0,0,0),(46808,4242,1,1,1,9956,0,10285.8,2537.98,1336.04,4.88425,300,5,0,2769,0,1,0,0,0),(46809,7315,1,1,1,6071,1,9988.85,2314.61,1330.87,1.8675,300,0,0,3398,0,0,0,0,0),(46811,4243,1,1,1,613,0,10200.5,2516.08,1368.91,3.26377,300,0,0,2769,0,0,0,0,0),(46812,7316,1,1,1,6349,0,9915.08,2632.12,1316.87,5.75959,300,0,0,285,790,0,0,0,0),(46813,6292,1,1,1,4985,1,10081.2,2259.57,1343.39,0.575959,300,0,0,1342,0,0,0,0,0),(46814,4244,1,1,1,780,0,10186.7,2488.65,1358.92,2.68781,300,0,0,1003,0,0,0,0,0),(46815,7317,1,1,1,6230,1,9740.98,1526.17,1280.4,6.12611,300,0,0,1410,1283,0,0,0,0),(46816,5782,1,1,1,4271,1,9932.1,2593.26,1315.93,3.21097,600,0,0,26140,0,2,0,0,0),(46818,7318,1,1,1,6231,1,9843.19,1496.22,1257.25,2.34654,300,0,0,186,191,0,0,0,0),(137651,30610,1,1,1,0,1,2143.94,-4743.42,50.8054,2.51327,120,0,0,1,0,0,0,0,0),(46820,4262,1,1,1,14613,1,8788.31,961.639,30.2846,3.26377,300,0,0,15952,0,0,0,0,0),(46821,4262,1,1,1,14615,1,8649.65,849.812,22.9178,3.33358,300,0,0,15952,0,0,0,0,0),(46822,4262,1,1,1,14613,1,8807.57,980.905,31.9437,0.733038,300,0,0,15952,0,0,0,0,0),(46823,4262,1,1,1,14614,1,8688.56,996.72,10.5855,2.70526,300,0,0,15952,0,0,0,0,0),(46824,4262,1,1,1,2306,1,8702.74,953.424,13.274,3.33358,300,0,0,15952,0,0,0,0,0),(46825,4262,1,1,1,14615,1,8644.67,851.392,22.5979,4.60381,300,0,0,15952,0,2,0,0,0),(46826,4262,1,1,1,2306,1,8784.85,975.349,30.5161,3.21141,300,0,0,15952,0,0,0,0,0),(46827,11942,1,1,1,0,0,9839.59,945.991,1307.27,5.84685,120,0,0,1,0,0,0,0,0),(46828,4262,1,1,1,2306,1,10001.1,2289.35,1341.47,3.21141,300,0,0,15952,0,0,0,0,0),(46829,4262,1,1,1,14613,1,9590.15,2516.27,1354.91,0.174533,300,0,0,15952,0,0,0,0,0),(46830,4262,1,1,1,14614,1,9941.64,2615.43,1318.16,1.62316,300,0,0,15952,0,0,0,0,0),(46831,4262,1,1,1,14614,1,9980,1978.16,1327.63,4.79965,300,0,0,15952,0,0,0,0,0),(46832,4262,1,1,1,14613,1,9902.56,2277.13,1341.47,0.05236,300,0,0,15952,0,0,0,0,0),(46833,4262,1,1,1,14615,1,8801.44,954.219,31.0191,4.32842,300,0,0,15952,0,0,0,0,0),(46834,4262,1,1,1,14615,1,8781.62,965.42,30.3247,3.41967,300,0,0,15952,0,2,0,0,0),(46835,4262,1,1,1,14613,1,9647.04,2481.67,1354.89,5.0091,300,0,0,15952,0,0,0,0,0),(46836,4262,1,1,1,2306,1,9950.83,2615.52,1318.16,1.53589,300,0,0,15952,0,0,0,0,0),(46837,4262,1,1,1,14615,1,9664.98,2515.36,1360.08,0.453786,300,0,0,15952,0,0,0,0,0),(46838,4262,1,1,1,2306,1,9652.44,2592.53,1335.76,1.65806,300,0,0,15952,0,0,0,0,0),(46839,4262,1,1,1,14614,1,9590.02,2507.2,1335.31,5.74213,300,0,0,15952,0,0,0,0,0),(46840,4262,1,1,1,14614,1,9618.17,2564.58,1354.89,2.04204,300,0,0,15952,0,0,0,0,0),(46841,4262,1,1,1,14615,1,9931.14,2503.57,1317.94,4.4855,300,0,0,15952,0,0,0,0,0),(46843,4262,1,1,1,14615,1,9656.3,2454.73,1335.76,4.67748,300,0,0,15952,0,0,0,0,0),(46844,4262,1,1,1,2306,1,9991.73,1977.79,1327.25,4.57276,300,0,0,15952,0,0,0,0,0),(46845,4262,1,1,1,14614,1,9644.44,2565.82,1354.89,1.16937,300,0,0,15952,0,0,0,0,0),(46846,4262,1,1,1,2306,1,9673.72,2512.88,1360.08,5.98648,300,0,0,15952,0,0,0,0,0),(46847,4262,1,1,1,14614,1,9621.31,2481.2,1354.89,4.2586,300,0,0,15952,0,0,0,0,0),(46848,4262,1,1,1,14613,1,9700.62,2532.32,1335.77,6.21337,300,0,0,15952,0,0,0,0,0),(46849,4262,1,1,1,14613,1,9594.63,2511.46,1335.01,5.49779,300,0,0,15952,0,0,0,0,0),(46852,4262,1,1,1,14614,1,9956.8,2272.98,1341.47,3.1765,300,0,0,15952,0,0,0,0,0),(46853,4262,1,1,1,14613,1,9947.34,2272.71,1341.47,0.017453,300,0,0,15952,0,0,0,0,0),(46854,4262,1,1,1,14613,1,9902.76,2286.53,1341.47,6.16101,300,0,0,15952,0,0,0,0,0),(46855,4262,1,1,1,14615,1,9664.5,2533.66,1360.08,5.89921,300,0,0,15952,0,0,0,0,0),(46880,4262,1,1,1,14614,1,9701.3,2518.58,1335.77,0.087266,300,0,0,15952,0,0,0,0,0),(46881,4262,1,1,1,14615,1,10000.9,2279.49,1341.47,3.01942,300,0,0,15952,0,0,0,0,0),(46882,4262,1,1,1,14614,1,9591.95,2509.47,1354.94,0.349066,300,0,0,15952,0,0,0,0,0),(46883,4262,1,1,1,2306,1,9938,2501.86,1317.96,4.62512,300,0,0,15952,0,0,0,0,0),(46884,4262,1,1,1,14613,1,9673.33,2537.53,1360.08,0.244346,300,0,0,15952,0,0,0,0,0),(46885,4521,1,1,1,9055,0,9760.15,2202.45,1346.7,0.907571,300,0,0,484,0,0,0,0,0),(46886,4265,1,1,1,4236,1,9752.11,902.695,1295.6,0.750492,300,0,0,484,0,0,0,0,0),(46887,4266,1,1,1,4235,1,9890.17,994.673,1313.92,5.86431,300,0,0,386,0,0,0,0,0),(46888,17066,1,1,1,11686,0,8727.2,965.526,19.0808,-0.767945,300,0,0,42,0,0,0,0,0),(46889,17066,1,1,1,11686,0,9781.94,1034.6,1305.4,-0.506145,300,0,0,42,0,0,0,0,0),(46890,4783,1,1,1,5226,0,10066.2,2343.96,1331.97,3.01942,300,0,0,713,0,0,0,0,0),(46891,4784,1,1,1,5084,0,10069,2353.78,1331.97,0.663225,300,0,0,617,0,0,0,0,0),(46897,4786,1,1,1,5225,0,10061.7,2352.46,1331.97,4.72984,300,0,0,573,0,0,0,0,0),(46898,11700,1,1,1,11664,0,9909.03,2629.64,1316.87,0.174533,300,0,0,3398,0,0,0,0,0),(46899,5047,1,1,1,3001,0,10084,2195.2,1346.7,3.10669,300,0,0,1003,0,0,0,0,0),(46901,3514,1,1,1,1527,0,10492.5,807.28,1397.35,5.55015,300,0,0,198,0,0,0,0,0),(46902,3515,1,1,1,1528,0,9736.91,956.063,1294.19,6.21337,300,0,0,198,0,0,0,0,0),(46903,3516,1,1,1,1542,1,10173,2569.92,1366.96,5.17417,7200,0,0,5578000,85160,0,0,0,0),(46904,3517,1,1,1,5071,1,10085.6,2534.25,1317.64,4.60767,300,0,0,386,0,0,0,0,0),(46905,11709,1,1,1,11680,1,9846.49,2200.99,1327.91,1.88496,300,0,0,356,0,0,0,0,0),(46907,3519,1,1,1,1543,1,10665.1,1863.57,1324.51,2.86234,300,0,0,198,0,0,0,0,0),(245580,16592,571,1,1,11686,0,5504.33,4864.31,-197.319,0.273637,300,0,0,42,0,0,0,0,0),(46912,1984,1,1,1,8869,0,10399.3,926.521,1325.89,2.47521,300,5,0,42,0,1,0,0,0),(46913,1984,1,1,1,8869,0,10408.6,983.569,1325.52,2.38866,300,5,0,42,0,1,0,0,0),(46914,25536,1,1,1,11686,0,8700.31,932.395,15.3937,1.51844,300,0,0,4120,0,0,0,0,0),(46915,1984,1,1,1,8869,0,10391.6,872.911,1323.38,0.440934,300,5,0,42,0,1,0,0,0),(46916,1984,1,1,1,8869,0,10397,989.313,1327.54,5.92278,300,5,0,42,0,1,0,0,0),(46917,1984,1,1,1,8869,0,10357.6,1010.65,1335.62,3.55572,300,5,0,42,0,1,0,0,0),(46918,1984,1,1,1,8869,0,10398,595.33,1328.2,2.7756,300,5,0,42,0,1,0,0,0),(46919,1984,1,1,1,8869,0,10391.1,591.61,1328.65,4.85924,300,5,0,42,0,1,0,0,0),(46920,1984,1,1,1,8869,0,10357.1,986.834,1332.19,1.2929,300,5,0,42,0,1,0,0,0),(46921,1984,1,1,1,8869,0,10431.3,969.989,1321.54,0.829269,300,5,0,42,0,1,0,0,0),(46922,1984,1,1,1,8869,0,10431.9,653.516,1324.21,0.459281,300,5,0,42,0,1,0,0,0),(46923,1984,1,1,1,8869,0,10261.3,728.362,1345.13,2.01663,300,5,0,42,0,1,0,0,0),(46924,1984,1,1,1,8869,0,10398.4,934.296,1324.58,4.11886,300,5,0,42,0,1,0,0,0),(46925,1984,1,1,1,8869,0,10489.3,880.088,1312.74,6.06546,300,5,0,42,0,1,0,0,0),(46926,1984,1,1,1,8869,0,10303.5,889.999,1331.54,6.25953,300,5,0,42,0,1,0,0,0),(46927,1984,1,1,1,8869,0,10329.4,928.757,1328.19,5.60654,300,5,0,42,0,1,0,0,0),(46928,1984,1,1,1,8869,0,10282.9,909.799,1336.79,2.68756,300,5,0,42,0,1,0,0,0),(46929,1984,1,1,1,8869,0,10347.9,693.75,1327.33,1.13177,300,5,0,42,0,1,0,0,0),(46930,1984,1,1,1,8869,0,10374.1,681.915,1325.6,0.017653,300,5,0,42,0,1,0,0,0),(46931,1984,1,1,1,8869,0,10281.6,700.13,1339.42,1.09273,300,5,0,42,0,1,0,0,0),(46932,1984,1,1,1,8869,0,10390.6,656.166,1326.41,0.454914,300,5,0,42,0,1,0,0,0),(46933,1984,1,1,1,8869,0,10360.4,805.211,1322.89,3.61812,300,5,0,42,0,1,0,0,0),(46934,1984,1,1,1,8869,0,10295.3,785.054,1334.78,3.1289,300,5,0,42,0,1,0,0,0),(46935,1984,1,1,1,8869,0,10281.5,835.542,1335.25,0.570399,300,5,0,42,0,1,0,0,0),(46936,1984,1,1,1,8869,0,10325.3,810.611,1327.99,3.27576,300,5,0,42,0,1,0,0,0),(46937,1985,1,1,1,6807,0,10573.3,996.687,1323.3,1.45141,300,5,0,55,0,1,0,0,0),(46938,1985,1,1,1,6807,0,10545.6,945.498,1315.36,5.99678,300,5,0,55,0,1,0,0,0),(46939,1985,1,1,1,6807,0,10492.7,988.536,1320.21,0.503353,300,5,0,55,0,1,0,0,0),(46940,1985,1,1,1,6807,0,10577.5,944.783,1315.81,4.2697,300,5,0,55,0,1,0,0,0),(46941,1985,1,1,1,6807,0,10529.5,946.572,1315.73,4.84682,300,5,0,55,0,1,0,0,0),(46942,1985,1,1,1,6807,0,10619.3,902.587,1315.17,5.13155,300,5,0,55,0,1,0,0,0),(46943,1985,1,1,1,6807,0,10519.4,666.656,1322.36,5.05837,300,5,0,55,0,1,0,0,0),(46944,1985,1,1,1,6807,0,10504.7,751.901,1313.87,0.329033,300,5,0,55,0,1,0,0,0),(46945,1985,1,1,1,6807,0,10555.1,769.465,1312.67,6.0224,300,5,0,55,0,1,0,0,0),(46946,1985,1,1,1,6807,0,10648.5,748.964,1319.78,0.385586,300,5,0,55,0,1,0,0,0),(46947,1985,1,1,1,6807,0,10648.7,849.391,1315.37,6.09898,300,5,0,55,0,1,0,0,0),(46948,1985,1,1,1,6807,0,10759.1,757.4,1329.1,0.066471,300,5,0,55,0,1,0,0,0),(46949,1985,1,1,1,6807,0,10656.8,788.393,1316.1,3.92804,300,5,0,55,0,1,0,0,0),(46950,1985,1,1,1,6807,0,10672.3,745.174,1321.5,2.97283,300,5,0,55,0,1,0,0,0),(46951,1985,1,1,1,6807,0,10676,742.24,1322.22,1.05002,300,5,0,55,0,1,0,0,0),(46952,1985,1,1,1,6807,0,10578.6,777.785,1311.94,4.30279,300,5,0,55,0,1,0,0,0),(46953,1985,1,1,1,6807,0,10608.1,689.696,1326.19,0.644036,300,5,0,55,0,1,0,0,0),(46954,1985,1,1,1,6807,0,10633.1,689.592,1326.62,3.37212,300,5,0,55,0,1,0,0,0),(46955,1985,1,1,1,6807,0,10669,668.114,1332.45,5.66806,300,5,0,55,0,1,0,0,0),(46957,1985,1,1,1,6807,0,10613.9,647.688,1328.52,1.78024,300,0,0,55,0,0,0,0,0),(46958,1986,1,1,1,709,0,10901.5,877.607,1330.02,4.54922,300,5,0,71,0,1,0,0,0),(46968,1986,1,1,1,709,0,10916.5,865.41,1329.28,5.48049,300,5,0,71,0,1,0,0,0),(46971,1986,1,1,1,709,0,10948.4,894.388,1337.57,2.37731,300,5,0,71,0,1,0,0,0),(46972,1986,1,1,1,709,0,10946.9,868.31,1333.54,2.07776,300,5,0,71,0,1,0,0,0),(46974,1986,1,1,1,709,0,10934.6,866.205,1332.33,0.647587,300,5,0,71,0,1,0,0,0),(46981,1986,1,1,1,709,0,10906,861.33,1328.92,1.37518,300,5,0,71,0,1,0,0,0),(46996,1986,1,1,1,709,0,10874.1,918.134,1330.3,0.060572,300,0,0,71,0,0,0,0,0),(46997,1986,1,1,1,709,0,10898.4,899.52,1323.7,2.03641,300,5,0,71,0,1,0,0,0),(46998,1986,1,1,1,709,0,10880.6,873.212,1325.12,3.64265,300,5,0,71,0,1,0,0,0),(46999,1986,1,1,1,709,0,10868.7,864.152,1326.22,5.12821,300,5,0,71,0,1,0,0,0),(47000,1986,1,1,1,709,0,10860.8,860.262,1327.82,5.9069,300,5,0,71,0,1,0,0,0),(47001,1986,1,1,1,709,0,10842.7,884.155,1333.06,5.17599,300,5,0,71,0,1,0,0,0),(47002,1986,1,1,1,709,0,10834.3,900.392,1334.86,4.43627,300,5,0,71,0,1,0,0,0),(47003,1986,1,1,1,709,0,10825,900.829,1335.63,2.77949,300,5,0,71,0,1,0,0,0),(47004,1986,1,1,1,709,0,10934.8,961.053,1325.38,3.91643,300,0,0,71,0,0,0,0,0),(47005,1986,1,1,1,709,0,10975.4,977.036,1335.02,3.14551,300,0,0,71,0,0,0,0,0),(47006,1986,1,1,1,709,0,10987.4,959.655,1336.21,1.93931,300,0,0,71,0,0,0,0,0),(47007,1986,1,1,1,709,0,10985.6,949.965,1336.53,0.894203,300,0,0,71,0,0,0,0,0),(47008,1986,1,1,1,709,0,10953.2,941.028,1340.61,0.306411,300,5,0,71,0,1,0,0,0),(47009,1986,1,1,1,709,0,10939.5,918.482,1340,1.89603,300,5,0,71,0,1,0,0,0),(47010,1986,1,1,1,709,0,10696.7,822.492,1323.19,5.59532,300,5,0,71,0,1,0,0,0),(47011,1986,1,1,1,709,0,10723.9,872.169,1328.11,2.28266,300,0,0,71,0,0,0,0,0),(47012,1986,1,1,1,709,0,10721.4,884.235,1328.18,-1.25852,300,0,0,71,0,0,0,0,0),(47013,1986,1,1,1,709,0,10766.5,923.801,1338.21,0.168953,300,0,0,71,0,0,0,0,0),(47014,1986,1,1,1,709,0,10768.9,924.403,1338.45,4.63101,300,5,0,71,0,1,0,0,0),(47015,1986,1,1,1,709,0,10794.4,935.353,1336.25,0.292319,300,0,0,71,0,0,0,0,0),(47016,1986,1,1,1,709,0,10804.8,944.245,1335.96,-0.130181,300,0,0,71,0,0,0,0,0),(47017,1986,1,1,1,709,0,10829.9,938.924,1336.01,2.86993,300,0,0,71,0,0,0,0,0),(47018,1986,1,1,1,709,0,10846.5,966.492,1335.8,1.04653,300,0,0,71,0,0,0,0,0),(47019,1986,1,1,1,709,0,10866.2,977.493,1336.51,4.67628,300,5,0,71,0,1,0,0,0),(47020,1986,1,1,1,709,0,10907.6,972.91,1338.38,2.99771,300,0,0,71,0,0,0,0,0),(47021,1986,1,1,1,709,0,10906.4,970.732,1338.31,5.91386,300,0,0,71,0,0,0,0,0),(47022,1986,1,1,1,709,0,10895,987.672,1337.28,3.46139,300,0,0,71,0,0,0,0,0),(47023,1986,1,1,1,709,0,10917.7,959.212,1339.72,1.05716,300,5,0,71,0,1,0,0,0),(47024,1986,1,1,1,709,0,10931.6,949.188,1322.1,2.95782,300,5,0,71,0,1,0,0,0),(47029,1986,1,1,1,709,0,10942,966.046,1327.18,-2.13105,300,0,0,71,0,0,0,0,0),(47030,1986,1,1,1,709,0,10977.9,977.973,1335.13,3.34604,300,0,0,71,0,0,0,0,0),(47031,1986,1,1,1,709,0,10988.4,942.037,1336.3,4.35619,300,5,0,71,0,1,0,0,0),(47037,1986,1,1,1,709,0,10735.7,902.511,1332.48,1.54551,300,5,0,71,0,1,0,0,0),(47038,1986,1,1,1,709,0,10665.8,934.3,1322,1.40995,300,5,0,71,0,1,0,0,0),(47039,1986,1,1,1,709,0,10972.9,937.654,1337.93,3.62358,300,5,0,71,0,1,0,0,0),(47052,1986,1,1,1,709,0,10963.4,922.714,1340.44,4.23278,300,5,0,71,0,1,0,0,0),(47053,1986,1,1,1,709,0,10922.2,939.819,1322.27,1.36314,300,5,0,71,0,1,0,0,0),(47054,1986,1,1,1,709,0,10681.9,882.404,1320.55,5.86431,300,0,0,71,0,0,0,0,0),(47055,1986,1,1,1,709,0,10704.6,944.455,1328.3,4.38078,300,0,0,71,0,0,0,0,0),(47056,1986,1,1,1,709,0,10889.4,917.586,1326.64,5.77704,300,0,0,71,0,0,0,0,0),(47057,1986,1,1,1,709,0,10866.7,917.293,1331.2,1.25664,300,0,0,71,0,0,0,0,0),(47058,1986,1,1,1,709,0,10833.6,934.578,1335.84,2.00713,300,0,0,71,0,0,0,0,0),(47059,1986,1,1,1,709,0,10802.5,944.247,1335.96,3.05503,300,5,0,71,0,1,0,0,0),(47060,1986,1,1,1,709,0,10788.4,933.77,1336.79,6.27289,300,5,0,71,0,1,0,0,0),(47061,1986,1,1,1,709,0,10769.4,925.903,1338.38,0.601829,300,0,0,71,0,0,0,0,0),(47062,1986,1,1,1,709,0,10679.8,900.103,1320.82,4.15732,300,0,0,71,0,0,0,0,0),(47208,1986,1,1,1,709,0,10727,952.523,1332.22,1.0757,300,5,0,71,0,1,0,0,0),(47249,1986,1,1,1,709,0,10751.2,924.089,1337.09,2.08465,300,0,0,71,0,0,0,0,0),(47262,1986,1,1,1,709,0,10843.2,957.249,1335.49,3.94444,300,0,0,71,0,0,0,0,0),(47263,1986,1,1,1,709,0,10864.9,979.124,1336.56,3.40339,300,0,0,71,0,0,0,0,0),(47266,1986,1,1,1,709,0,10728.2,871.7,1328.7,2.65916,300,5,0,71,0,1,0,0,0),(47267,1986,1,1,1,709,0,10708,873.924,1324.61,1.77671,300,5,0,71,0,1,0,0,0),(47268,1986,1,1,1,709,0,10893,986.807,1337.14,2.47837,300,0,0,71,0,0,0,0,0),(47269,1986,1,1,1,709,0,10897.9,974.713,1337.65,0.994838,300,0,0,71,0,0,0,0,0),(47270,1986,1,1,1,709,0,10916.4,957.586,1339.7,5.044,300,0,0,71,0,0,0,0,0),(47271,1986,1,1,1,709,0,10911.8,969.353,1338.93,0.314159,300,0,0,71,0,0,0,0,0),(47280,1988,1,1,1,6806,0,10302.1,687.717,1332.3,2.93002,300,5,0,55,0,1,0,0,0),(47281,1988,1,1,1,6806,0,10298.9,967.463,1336.62,5.93294,300,5,0,55,0,1,0,0,0),(47282,1988,1,1,1,6806,0,10276.7,954.903,1339.5,2.65493,300,5,0,55,0,1,0,0,0),(47283,1988,1,1,1,6806,0,10254.9,978.265,1342.44,4.98344,300,5,0,55,0,1,0,0,0),(47284,1988,1,1,1,6806,0,10291.7,956.861,1335.65,5.65834,300,0,0,55,0,0,0,0,0),(47285,1988,1,1,1,6806,0,10286.9,972.891,1338.63,1.00764,300,5,0,55,0,1,0,0,0),(47286,1988,1,1,1,6806,0,10285.1,961.632,1337.59,5.86258,300,0,0,55,0,0,0,0,0),(47287,1988,1,1,1,6806,0,10270,978.807,1341.8,4.19106,300,5,0,55,0,1,0,0,0),(47288,1988,1,1,1,6806,0,10271.8,970.513,1341.17,3.26169,300,5,0,55,0,1,0,0,0),(47289,1988,1,1,1,6806,0,10271.3,964.891,1340.88,2.55305,300,5,0,55,0,1,0,0,0),(47290,1988,1,1,1,6806,0,10261.5,953.199,1342.06,2.88628,300,5,0,55,0,1,0,0,0),(47310,1988,1,1,1,6806,0,10265.8,942.989,1342.06,5.1941,300,5,0,55,0,1,0,0,0),(47312,1988,1,1,1,6806,0,10421.3,975.018,1322.68,1.76838,300,5,0,55,0,1,0,0,0),(47314,1989,1,1,1,3023,0,10482.5,1065.16,1327.28,5.31337,300,5,0,71,0,1,0,0,0),(47315,1989,1,1,1,3023,0,10640.6,688.396,1327.81,4.73924,300,5,0,71,0,1,0,0,0),(47316,1989,1,1,1,3023,0,10620.9,642.277,1330,5.24159,300,0,0,71,0,0,0,0,0),(47317,1989,1,1,1,3023,0,10397.7,548.002,1328.88,0.553051,300,5,0,71,0,1,0,0,0),(47319,1989,1,1,1,3023,0,10507.8,1064.2,1325.92,4.04984,300,5,0,71,0,1,0,0,0),(47320,1989,1,1,1,3023,0,10513.5,662.947,1322.2,2.74786,300,5,0,71,0,1,0,0,0),(47321,1989,1,1,1,3023,0,10501.3,1055.98,1325.54,4.69862,300,5,0,71,0,1,0,0,0),(47322,1989,1,1,1,3023,0,10523.2,955.057,1316.61,4.40136,300,5,0,71,0,1,0,0,0),(47324,1989,1,1,1,3023,0,10528.7,1064.25,1321.79,2.46338,300,5,0,71,0,1,0,0,0),(47325,1989,1,1,1,3023,0,10496.9,1058.33,1325.55,5.044,300,0,0,71,0,0,0,0,0),(47326,1989,1,1,1,3023,0,10500.3,1053.14,1325.54,2.60604,300,5,0,71,0,1,0,0,0),(47327,1989,1,1,1,3023,0,10496.6,1052.56,1325.55,0.907571,300,0,0,71,0,0,0,0,0),(47328,1989,1,1,1,3023,0,10481.3,1019.15,1326.35,2.47423,300,5,0,71,0,1,0,0,0),(47329,1989,1,1,1,3023,0,10493.1,1044.5,1326.41,1.55616,300,5,0,71,0,1,0,0,0),(47330,1989,1,1,1,3023,0,10525.7,1030.28,1321.88,5.83585,300,5,0,71,0,1,0,0,0),(47331,1989,1,1,1,3023,0,10512.3,1050.71,1323.92,5.03554,300,5,0,71,0,1,0,0,0),(47332,1989,1,1,1,3023,0,10656.8,947.191,1323.44,0.4172,300,5,0,71,0,1,0,0,0),(47333,1989,1,1,1,3023,0,10642.3,778.098,1319.05,0.622406,300,5,0,71,0,1,0,0,0),(47334,1989,1,1,1,3023,0,10335.8,1037.91,1339.39,2.19915,300,0,0,71,0,0,0,0,0),(47335,1989,1,1,1,3023,0,10326.4,1026.73,1338.66,0.463554,300,5,0,71,0,1,0,0,0),(47336,1989,1,1,1,3023,0,10311.9,1037.79,1342.98,4.13426,300,5,0,71,0,1,0,0,0),(47337,1989,1,1,1,3023,0,10698.1,851.926,1323.18,6.21379,300,5,0,71,0,1,0,0,0),(47338,1989,1,1,1,3023,0,10332.2,1030.51,1339.14,6.11941,300,5,0,71,0,1,0,0,0),(47339,1989,1,1,1,3023,0,10336.2,1032.97,1339.37,2.02381,300,5,0,71,0,1,0,0,0),(47340,1989,1,1,1,3023,0,10514.5,1019.4,1319.38,2.21938,300,5,0,71,0,1,0,0,0),(47341,1989,1,1,1,3023,0,10343.9,1036.44,1339.39,3.32079,300,5,0,71,0,1,0,0,0),(47342,1989,1,1,1,3023,0,10356.5,1030.9,1340.11,3.94328,300,0,0,71,0,0,0,0,0),(47343,1989,1,1,1,3023,0,10352.5,1044.33,1342.77,3.58094,300,5,0,71,0,1,0,0,0),(47344,1989,1,1,1,3023,0,10331.6,1053.41,1342.78,1.31422,300,0,0,71,0,0,0,0,0),(47345,1989,1,1,1,3023,0,10354.7,1020.85,1337.37,3.30209,300,5,0,71,0,1,0,0,0),(47346,1989,1,1,1,3023,0,10333.7,1018.79,1337.75,2.42397,300,5,0,71,0,1,0,0,0),(47347,1992,1,1,1,10034,0,10296.9,870.227,1335.91,5.96477,300,0,0,137,0,0,0,0,0),(47348,1993,1,1,1,6819,0,9708.71,1545.88,1253.94,0.575959,300,0,0,186,191,0,0,0,0),(47350,1994,1,1,1,759,0,10938.4,930.251,1340.95,1.0472,300,0,0,102,0,0,0,0,0),(47351,1995,1,1,1,10832,0,9918.49,1164.47,1307.98,1.46918,300,0,0,102,0,0,0,0,0),(47352,1995,1,1,1,10832,0,10084.5,517.87,1324.69,2.17721,300,5,0,102,0,1,0,0,0),(47353,1995,1,1,1,10832,0,9713.66,316.285,1327.44,3.61638,300,5,0,102,0,1,0,0,0),(47354,1995,1,1,1,10832,0,9816.36,1091.89,1300.36,4.29686,300,5,0,102,0,1,0,0,0),(47355,1995,1,1,1,10832,0,9986.1,545.511,1311.73,2.21188,300,5,0,102,0,1,0,0,0),(47356,1995,1,1,1,10832,0,10044.6,486.346,1319.28,2.4251,300,5,0,102,0,1,0,0,0),(47357,1995,1,1,1,10832,0,9747.2,392.737,1310.89,4.84451,300,5,0,102,0,1,0,0,0),(47358,6091,1,1,1,4861,1,10450.2,779.858,1322.75,2.9147,300,0,0,176,0,0,0,0,0),(47359,1995,1,1,1,10832,0,10219.1,1479.88,1330.33,3.64315,300,5,0,102,0,1,0,0,0),(47360,1995,1,1,1,10832,0,9982.46,1114.3,1326.33,5.52457,300,5,0,102,0,1,0,0,0),(47361,1995,1,1,1,10832,0,10013.6,378.672,1312.61,2.9193,300,5,0,102,0,1,0,0,0),(47362,1995,1,1,1,10832,0,9722.13,345.866,1322.29,3.09861,300,5,0,102,0,1,0,0,0),(47363,1995,1,1,1,10832,0,9982.29,469.791,1309.21,4.24245,300,5,0,102,0,1,0,0,0),(47364,1995,1,1,1,10832,0,10180.7,1456.4,1329.77,0.269167,300,5,0,102,0,1,0,0,0),(47365,1995,1,1,1,10832,0,9790.96,1061.42,1300.87,4.69335,300,5,0,102,0,1,0,0,0),(47366,1995,1,1,1,10832,0,9839.31,1267.76,1296.03,1.07778,300,5,0,102,0,1,0,0,0),(47367,1995,1,1,1,10832,0,9817.83,1156.35,1287.45,1.74612,300,5,0,102,0,1,0,0,0),(47368,1995,1,1,1,10832,0,9860.08,1280.03,1294.34,3.35614,300,5,0,102,0,1,0,0,0),(47369,1995,1,1,1,10832,0,9702.74,1147.1,1272.33,3.28763,300,5,0,102,0,1,0,0,0),(47370,1995,1,1,1,10832,0,9660.53,1023.73,1283.82,3.9228,300,5,0,102,0,1,0,0,0),(47371,1995,1,1,1,10832,0,9591.78,992.589,1276.32,1.13891,300,5,0,102,0,1,0,0,0),(47372,1995,1,1,1,10832,0,9655.86,555.7,1312,3.68335,300,5,0,102,0,1,0,0,0),(47373,1995,1,1,1,10832,0,9768.75,864.583,1297.46,1.04972,300,5,0,102,0,1,0,0,0),(47374,1995,1,1,1,10832,0,9744.95,511.158,1306.19,3.90799,300,5,0,102,0,1,0,0,0),(47375,1995,1,1,1,10832,0,9653.33,605.212,1308.86,1.63918,300,5,0,102,0,1,0,0,0),(47376,1995,1,1,1,10832,0,9690.99,624.263,1299.92,4.6297,300,5,0,102,0,1,0,0,0),(47377,1995,1,1,1,10832,0,9919.63,881.586,1316.77,4.43774,300,5,0,102,0,1,0,0,0),(47378,1995,1,1,1,10832,0,9785.04,817.812,1301.29,5.32288,300,5,0,102,0,1,0,0,0),(47379,1995,1,1,1,10832,0,10086.1,657.825,1341.22,0.5709,300,5,0,102,0,1,0,0,0),(47380,1995,1,1,1,10832,0,10113.7,697.767,1359.16,1.54183,300,5,0,102,0,1,0,0,0),(47381,1995,1,1,1,10832,0,10012.6,588.632,1316.09,3.08298,300,5,0,102,0,1,0,0,0),(47382,1995,1,1,1,10832,0,10075.5,586.011,1326.29,3.82305,300,5,0,102,0,1,0,0,0),(47383,1995,1,1,1,10832,0,9924.19,824.558,1318.52,6.14738,300,5,0,102,0,1,0,0,0),(47384,1995,1,1,1,10832,0,9900.92,1128.92,1308.27,0.410789,300,5,0,102,0,1,0,0,0),(47385,1995,1,1,1,10832,0,9896.97,1053.58,1318.09,2.98174,300,5,0,102,0,1,0,0,0),(47386,1995,1,1,1,10832,0,9782.05,1059.48,1299.6,1.88236,300,5,0,102,0,1,0,0,0),(47387,1995,1,1,1,10832,0,9817.01,1079.76,1301.31,4.68951,300,5,0,102,0,1,0,0,0),(47388,1996,1,1,1,4877,0,9245.02,858.225,1321.64,2.36977,300,5,0,137,0,1,0,0,0),(47389,1996,1,1,1,4877,0,9481.57,543.174,1320.86,5.28788,300,5,0,137,0,1,0,0,0),(47390,1996,1,1,1,4877,0,9980.21,1801.04,1330.55,2.107,300,5,0,137,0,1,0,0,0),(47391,8396,1,1,1,7602,1,9606.44,2518.69,1331.62,0.226893,300,0,0,2138,0,0,0,0,0),(47392,1996,1,1,1,4877,0,10088.3,1823.85,1330.13,4.92491,300,5,0,137,0,1,0,0,0),(47393,1996,1,1,1,4877,0,10008.5,1791.62,1331.14,1.76188,300,5,0,137,0,1,0,0,0),(47394,1996,1,1,1,4877,0,9203.43,1586.16,1304.31,0.351312,300,5,0,137,0,1,0,0,0),(47395,1996,1,1,1,4877,0,9403.72,1683.41,1304.95,3.43988,300,5,0,137,0,1,0,0,0),(47396,1996,1,1,1,4877,0,9379.25,1658.24,1294.19,4.77883,300,5,0,137,0,1,0,0,0),(47397,1996,1,1,1,4877,0,10146.1,1714.15,1332.33,4.946,300,5,0,137,0,1,0,0,0),(47398,1996,1,1,1,4877,0,9205.81,1171.6,1317.49,1.88668,300,5,0,137,0,1,0,0,0),(47399,1996,1,1,1,4877,0,9187.7,1112.79,1318.35,5.8215,300,5,0,137,0,1,0,0,0),(47400,1996,1,1,1,4877,0,10170.6,1635.71,1322.77,4.82035,300,5,0,137,0,1,0,0,0),(47401,1996,1,1,1,4877,0,9576.04,477.247,1326.64,4.71126,300,5,0,137,0,1,0,0,0),(47402,1996,1,1,1,4877,0,9556.49,460.067,1326.76,4.20937,300,5,0,137,0,1,0,0,0),(47403,1996,1,1,1,4877,0,9285.75,881.269,1312.71,5.50462,300,5,0,137,0,1,0,0,0),(47404,1996,1,1,1,4877,0,9215.83,1079.87,1318.25,4.17925,300,5,0,137,0,1,0,0,0),(47405,1996,1,1,1,4877,0,9711.19,1858.09,1302.5,2.30423,300,5,0,137,0,1,0,0,0),(47406,1996,1,1,1,4877,0,9313.38,1362.66,1288.93,0.175465,300,5,0,137,0,1,0,0,0),(47407,1996,1,1,1,4877,0,10084.7,1837.94,1329.41,4.77646,300,5,0,137,0,1,0,0,0),(47408,1996,1,1,1,4877,0,10090.6,1900.31,1332.74,3.02608,300,5,0,137,0,1,0,0,0),(47409,1996,1,1,1,4877,0,9230.73,1101.04,1315.46,2.82679,300,5,0,137,0,1,0,0,0),(47410,1996,1,1,1,4877,0,9549.56,545.56,1323.05,0.781947,300,5,0,137,0,1,0,0,0),(47411,1996,1,1,1,4877,0,9191.43,1143.36,1318.71,1.80228,300,5,0,137,0,1,0,0,0),(47412,1996,1,1,1,4877,0,9680.88,1841.68,1299.59,2.11658,300,5,0,137,0,1,0,0,0),(47446,1996,1,1,1,4877,0,9267.5,1462.18,1292.89,2.72515,300,5,0,137,0,1,0,0,0),(47448,1996,1,1,1,4877,0,9219.35,816.566,1324.84,0.079168,300,5,0,137,0,1,0,0,0),(47450,1996,1,1,1,4877,0,9285.78,837.374,1313.51,0.295339,300,5,0,137,0,1,0,0,0),(47452,1996,1,1,1,4877,0,9945.13,1869.72,1325.32,1.4823,300,5,0,137,0,1,0,0,0),(47457,1996,1,1,1,4877,0,9234.41,1493.8,1301.46,0.626211,300,5,0,137,0,1,0,0,0),(47461,1996,1,1,1,4877,0,9510.28,1724.23,1291.52,1.89459,300,5,0,137,0,1,0,0,0),(47464,1996,1,1,1,4877,0,9274.5,1667.23,1307.5,2.57797,300,5,0,137,0,1,0,0,0),(47467,1996,1,1,1,4877,0,9214.06,1629.69,1306.77,3.55155,300,5,0,137,0,1,0,0,0),(47468,1996,1,1,1,4877,0,9614.76,1814.46,1295.24,3.36111,300,5,0,137,0,1,0,0,0),(47469,1996,1,1,1,4877,0,10031.5,1804.17,1325.78,3.94057,300,5,0,137,0,1,0,0,0),(47480,1996,1,1,1,4877,0,10115,1579.37,1321.3,4.2,300,5,0,137,0,1,0,0,0),(47481,1996,1,1,1,4877,0,10063.7,1642.1,1324.52,4.9505,300,5,0,137,0,1,0,0,0),(47482,1997,1,1,1,10830,0,10305.2,1736.23,1317.27,2.08604,300,5,0,156,0,1,0,0,0),(47483,1997,1,1,1,10830,0,10764.2,1459.83,1322.54,5.18333,300,5,0,156,0,1,0,0,0),(47484,1997,1,1,1,10830,0,10455,1494.12,1313.52,1.11181,300,5,0,156,0,1,0,0,0),(47485,1997,1,1,1,10830,0,10837,1902.39,1340.05,5.83593,300,5,0,156,0,1,0,0,0),(47486,1997,1,1,1,10830,0,10267.9,1814.53,1326.98,3.60293,300,5,0,156,0,1,0,0,0),(47487,1997,1,1,1,10830,0,10485.1,1466.42,1324.41,1.8326,300,0,0,156,0,0,0,0,0),(47488,1997,1,1,1,10830,0,10490.3,1876.43,1314.19,3.23511,300,5,0,156,0,1,0,0,0),(47489,1997,1,1,1,10830,0,10262.5,1855.55,1330.68,5.96743,300,5,0,156,0,1,0,0,0),(47490,1997,1,1,1,10830,0,10544,1895.34,1317.09,1.98154,300,5,0,156,0,1,0,0,0),(47491,1997,1,1,1,10830,0,10531.1,1881.37,1315.39,4.37134,300,5,0,156,0,1,0,0,0),(47492,1997,1,1,1,10830,0,10788.8,1827.02,1343.05,3.34692,300,5,0,156,0,1,0,0,0),(47493,1997,1,1,1,10830,0,10208.8,1852.12,1328.51,4.82822,300,5,0,156,0,1,0,0,0),(47494,1997,1,1,1,10830,0,10478.8,1554.19,1303.05,1.91787,300,5,0,156,0,1,0,0,0),(47495,1998,1,1,1,760,0,9656.88,350.249,1327.9,4.72157,300,5,0,102,0,1,0,0,0),(47496,1998,1,1,1,760,0,9725.78,391.919,1318.19,5.65743,300,5,0,102,0,1,0,0,0),(47497,1998,1,1,1,760,0,9783.13,275.199,1325.54,3.65088,300,5,0,102,0,1,0,0,0),(47498,1998,1,1,1,760,0,10246.1,1479.45,1332.79,6.18578,300,5,0,102,0,1,0,0,0),(47499,6094,1,1,1,4862,0,9902.94,999.576,1313.92,4.08407,300,0,0,573,0,0,0,0,0),(47500,1998,1,1,1,760,0,9891.67,275,1324.68,5.64074,300,5,0,102,0,1,0,0,0),(47501,1998,1,1,1,760,0,10003.7,1216.67,1321.98,4.17527,300,5,0,102,0,1,0,0,0),(47502,1998,1,1,1,760,0,9786.53,247.304,1328.15,5.69042,300,5,0,102,0,1,0,0,0),(47503,1998,1,1,1,760,0,9581.61,400.424,1334.57,3.54495,300,5,0,102,0,1,0,0,0),(47504,1998,1,1,1,760,0,9673.79,328.151,1328.59,1.78735,300,5,0,102,0,1,0,0,0),(47505,1998,1,1,1,760,0,9980.78,715.97,1321.28,5.41133,300,5,0,102,0,1,0,0,0),(47506,1998,1,1,1,760,0,9730.72,1089.27,1285.56,5.61399,300,5,0,102,0,1,0,0,0),(47507,1998,1,1,1,760,0,10237.4,1418.91,1334.01,4.29366,300,5,0,102,0,1,0,0,0),(47508,1998,1,1,1,760,0,9709.84,1053.49,1290.68,0.928411,300,5,0,102,0,1,0,0,0),(47509,1998,1,1,1,760,0,9815.6,1186.72,1285.27,6.00515,300,5,0,102,0,1,0,0,0),(47510,1998,1,1,1,760,0,9616.94,1217.17,1273.26,0.7545,300,5,0,102,0,1,0,0,0),(47511,1998,1,1,1,760,0,9651.17,1051.59,1277.83,6.15786,300,5,0,102,0,1,0,0,0),(47512,1998,1,1,1,760,0,9649.68,1120.19,1269.84,2.86866,300,5,0,102,0,1,0,0,0),(47513,1998,1,1,1,760,0,9543.8,1137.58,1263.46,0.19959,300,5,0,102,0,1,0,0,0),(47514,1998,1,1,1,760,0,9581.18,1183.55,1268.77,2.66152,300,5,0,102,0,1,0,0,0),(47515,1998,1,1,1,760,0,9567.38,1098.97,1263.3,5.44974,300,5,0,102,0,1,0,0,0),(47516,1998,1,1,1,760,0,9957.98,712.125,1317.39,1.64217,300,5,0,102,0,1,0,0,0),(47517,1998,1,1,1,760,0,9978.34,686.971,1318.52,5.4295,300,5,0,102,0,1,0,0,0),(47518,1998,1,1,1,760,0,9978.99,720.331,1321.49,2.10768,300,5,0,102,0,1,0,0,0),(47519,1998,1,1,1,760,0,9892.32,720.51,1309.51,5.21446,300,5,0,102,0,1,0,0,0),(47520,1998,1,1,1,760,0,9854.65,755.521,1304.15,1.05127,300,5,0,102,0,1,0,0,0),(47521,1998,1,1,1,760,0,9687.72,589.285,1303.72,1.02401,300,5,0,102,0,1,0,0,0),(47522,1998,1,1,1,760,0,9766.61,560.713,1302.05,1.09579,300,5,0,102,0,1,0,0,0),(47523,1998,1,1,1,760,0,9805.03,782.435,1301.55,6.19518,300,5,0,102,0,1,0,0,0),(47524,1998,1,1,1,760,0,9734.84,553.214,1304.7,6.2285,300,5,0,102,0,1,0,0,0),(47525,1998,1,1,1,760,0,9752.49,701.958,1298.41,3.92538,300,5,0,102,0,1,0,0,0),(47526,1998,1,1,1,760,0,9811.62,747.917,1303.17,0,300,5,0,102,0,1,0,0,0),(47527,1998,1,1,1,760,0,9936.05,852.817,1319.3,5.17688,300,5,0,102,0,1,0,0,0),(47528,1998,1,1,1,760,0,9945.06,1154.05,1319.4,5.4747,300,5,0,102,0,1,0,0,0),(47529,1998,1,1,1,760,0,9749.13,1084.77,1289.17,1.82304,300,5,0,102,0,1,0,0,0),(47530,1998,1,1,1,760,0,9846.11,1179.13,1292.21,5.37094,300,5,0,102,0,1,0,0,0),(47531,1998,1,1,1,760,0,9786.25,752.293,1299.85,5.65942,300,5,0,102,0,1,0,0,0),(47532,1998,1,1,1,760,0,9940.73,1154.56,1317.73,2.72119,300,5,0,102,0,1,0,0,0),(47533,1999,1,1,1,759,0,9202.22,1532.79,1307.42,5.6635,300,5,0,137,0,1,0,0,0),(47534,1999,1,1,1,759,0,9738.34,1836.19,1301.81,0.727976,300,5,0,137,0,1,0,0,0),(47535,1999,1,1,1,759,0,9338.58,708.866,1306.95,2.6067,300,5,0,137,0,1,0,0,0),(47536,3535,1,1,1,1549,0,10805.7,1575.82,1280.94,0.117583,7200,0,0,273,0,0,0,0,0),(47537,1999,1,1,1,759,0,9285.48,1684.98,1313.44,0.935108,300,5,0,137,0,1,0,0,0),(47538,1999,1,1,1,759,0,10175.8,1740.21,1330.58,5.37172,300,5,0,137,0,1,0,0,0),(47539,1999,1,1,1,759,0,9313.24,1047.32,1298.76,2.25184,300,5,0,137,0,1,0,0,0),(47540,1999,1,1,1,759,0,9484.96,494.845,1335.53,5.20895,300,5,0,137,0,1,0,0,0),(47541,1999,1,1,1,759,0,9153.75,1484.58,1323.38,0.216458,300,5,0,137,0,1,0,0,0),(47542,1999,1,1,1,759,0,9248.21,779.354,1322.96,3.92729,300,5,0,137,0,1,0,0,0),(47543,1999,1,1,1,759,0,9346.25,1012.81,1288.34,4.51231,300,5,0,137,0,1,0,0,0),(47544,1999,1,1,1,759,0,10205.6,1842.59,1326.39,4.62949,300,5,0,137,0,1,0,0,0),(47545,1999,1,1,1,759,0,10224,1922.12,1338.52,6.03803,300,5,0,137,0,1,0,0,0),(47546,1999,1,1,1,759,0,9205.66,1040.84,1320.83,0.333834,300,5,0,137,0,1,0,0,0),(47547,1999,1,1,1,759,0,9250.82,1718.19,1319.13,4.57326,300,5,0,137,0,1,0,0,0),(47548,1999,1,1,1,759,0,9304.03,1539.41,1279.56,2.03625,300,5,0,137,0,1,0,0,0),(47549,1999,1,1,1,759,0,9187.33,1519.67,1314.27,0.33225,300,5,0,137,0,1,0,0,0),(47550,1999,1,1,1,759,0,9282.08,1344.79,1290.37,4.33185,300,5,0,137,0,1,0,0,0),(47551,1999,1,1,1,759,0,9250.47,1319.16,1295.35,1.64607,300,5,0,137,0,1,0,0,0),(47552,1999,1,1,1,759,0,9808.72,1836.56,1309.72,2.55928,300,5,0,137,0,1,0,0,0),(47553,1999,1,1,1,759,0,9247.54,1049.93,1312.31,4.81455,300,5,0,137,0,1,0,0,0),(47554,1999,1,1,1,759,0,9284.74,750.586,1317.5,1.39962,300,5,0,137,0,1,0,0,0),(47555,1999,1,1,1,759,0,9284.65,681.172,1319.21,5.33067,300,5,0,137,0,1,0,0,0),(47556,1999,1,1,1,759,0,9449.48,1505.28,1294.97,2.23677,300,5,0,137,0,1,0,0,0),(47557,1999,1,1,1,759,0,9351.33,1508.75,1274.56,1.43599,300,5,0,137,0,1,0,0,0),(47558,1999,1,1,1,759,0,9796.47,1789.23,1308.15,6.25778,300,5,0,137,0,1,0,0,0),(47559,1999,1,1,1,759,0,10181.2,1758.21,1331.42,4.25042,300,5,0,137,0,1,0,0,0),(47560,1999,1,1,1,759,0,9401.32,1446.25,1282.06,5.12238,300,5,0,137,0,1,0,0,0),(47567,1999,1,1,1,759,0,9296.43,1632.11,1298.44,2.25728,300,5,0,137,0,1,0,0,0),(47571,1999,1,1,1,759,0,9987.6,1587.16,1321.4,0.426951,300,5,0,137,0,1,0,0,0),(47573,1999,1,1,1,759,0,10047.6,1636.69,1324.98,3.49241,300,5,0,137,0,1,0,0,0),(47574,2000,1,1,1,1989,0,10226.7,1589.8,1291.19,2.84841,300,5,0,156,0,1,0,0,0),(47576,2000,1,1,1,1989,0,10287.4,1612.93,1293.69,5.41588,300,5,0,156,0,1,0,0,0),(47577,2000,1,1,1,1989,0,10742.1,1373.31,1328.5,2.66692,300,5,0,156,0,1,0,0,0),(47580,2000,1,1,1,1989,0,10723.2,2052.17,1320.15,0.291176,300,5,0,156,0,1,0,0,0),(47581,2000,1,1,1,1989,0,10638.6,1518.85,1308.99,5.34992,300,5,0,156,0,1,0,0,0),(47584,2000,1,1,1,1989,0,10321.7,1582.07,1292.69,5.87329,300,5,0,156,0,1,0,0,0),(47585,2000,1,1,1,1989,0,10778.6,2118.35,1312.26,2.88893,300,5,0,156,0,1,0,0,0),(47596,2000,1,1,1,1989,0,10358,1482.01,1327.27,4.08862,300,5,0,156,0,1,0,0,0),(47604,2000,1,1,1,1989,0,10674.4,1403.15,1327.41,2.15907,300,5,0,156,0,1,0,0,0),(47609,2000,1,1,1,1989,0,10764.8,1781.47,1327.71,3.92699,300,5,0,156,0,1,0,0,0),(47610,2000,1,1,1,1989,0,10736.5,1966.02,1336.96,3.86134,300,5,0,156,0,1,0,0,0),(47615,2000,1,1,1,1989,0,10306.1,1341.39,1342.86,4.38369,300,5,0,156,0,1,0,0,0),(47616,2000,1,1,1,1989,0,10260.6,1653.7,1305.74,2.65479,300,5,0,156,0,1,0,0,0),(47617,2000,1,1,1,1989,0,10735.2,2104.67,1317.07,1.26366,300,5,0,156,0,1,0,0,0),(47619,2000,1,1,1,1989,0,10321,1379.83,1340.58,5.62523,300,5,0,156,0,1,0,0,0),(47620,2000,1,1,1,1989,0,10353.6,1620.42,1296.99,1.40854,300,5,0,156,0,1,0,0,0),(47621,2001,1,1,1,6808,0,10899,1487.04,1294,2.17992,300,5,0,198,0,1,0,0,0),(47633,721,1,1,1,328,0,10053.7,561.67,1320.68,3.62678,300,5,0,1,0,1,0,0,0),(47639,721,1,1,1,4626,0,9572.91,614.55,1273.39,2.38977,300,5,0,1,0,1,0,0,0),(47640,17105,1,1,1,16856,1,9664.36,2528.67,1360.08,5.65487,300,0,0,2243,5751,0,0,0,0),(47647,721,1,1,1,328,0,9977.56,595.21,1314.48,1.53947,300,5,0,1,0,1,0,0,0),(47660,721,1,1,1,4626,0,10611.7,713.525,1322.68,4.24184,300,5,0,1,0,1,0,0,0),(47661,721,1,1,1,4626,0,9244.16,1004.59,1316.26,4.41321,300,5,0,1,0,1,0,0,0),(47662,721,1,1,1,4626,0,9192.84,1285.99,1317.6,1.77922,300,5,0,1,0,1,0,0,0),(47663,721,1,1,1,328,0,10100.2,497.388,1326,2.76957,300,5,0,1,0,1,0,0,0),(47752,721,1,1,1,328,0,10278.9,1002.16,1343.19,3.92374,300,5,0,1,0,1,0,0,0),(47753,721,1,1,1,328,0,9204.81,1071.28,1319.93,0.28298,300,5,0,1,0,1,0,0,0),(47756,721,1,1,1,4626,0,10214.5,1563.45,1296.01,6.18214,300,5,0,1,0,1,0,0,0),(47770,721,1,1,1,4626,0,9711.35,1344.77,1319.96,0.880505,300,5,0,1,0,1,0,0,0),(47776,721,1,1,1,4626,0,9663.33,1401.8,1402.42,2.35831,300,5,0,1,0,1,0,0,0),(47851,721,1,1,1,4626,0,10334.1,640.282,1328.54,3.36643,300,5,0,1,0,1,0,0,0),(47852,721,1,1,1,328,0,10204.6,1610.72,1300.95,5.07667,300,5,0,1,0,1,0,0,0),(47853,721,1,1,1,4626,0,9753.66,1776.96,1301.64,4.91686,300,5,0,1,0,1,0,0,0),(47854,721,1,1,1,328,0,9459.09,669.671,1271.39,1.91479,300,5,0,1,0,1,0,0,0),(47855,721,1,1,1,4626,0,10364.1,1853.79,1323.32,2.42511,300,5,0,1,0,1,0,0,0),(47856,721,1,1,1,4626,0,10289.2,1630.12,1296.85,0.26225,300,5,0,1,0,1,0,0,0),(47857,721,1,1,1,4626,0,10034.2,346.6,1317.77,1.28008,300,5,0,1,0,1,0,0,0),(47858,721,1,1,1,4626,0,9265.3,1226.51,1294.8,4.06232,300,5,0,1,0,1,0,0,0),(47859,721,1,1,1,328,0,10636.1,1868.97,1317.24,2.54618,300,5,0,1,0,1,0,0,0),(47860,721,1,1,1,4626,0,9626.73,1356.11,1377.12,0.981181,300,5,0,1,0,1,0,0,0),(47861,721,1,1,1,328,0,9265.5,1527.91,1288.89,5.83748,300,5,0,1,0,1,0,0,0),(47862,721,1,1,1,4626,0,9447.73,1689.54,1302.57,3.19052,300,5,0,1,0,1,0,0,0),(47863,721,1,1,1,4626,0,10344.7,1000.12,1334.75,1.25997,300,5,0,1,0,1,0,0,0),(47864,721,1,1,1,4626,0,9181.47,1444.38,1317.73,4.15603,300,5,0,1,0,1,0,0,0),(47865,721,1,1,1,4626,0,9178.74,1146.59,1316.43,0.436332,300,0,0,1,0,0,0,0,0),(47866,721,1,1,1,4626,0,9677.83,407.559,1320.78,5.08532,300,5,0,1,0,1,0,0,0),(47867,721,1,1,1,4626,0,10002.4,1727.5,1330.89,4.10055,300,5,0,1,0,1,0,0,0),(47869,721,1,1,1,328,0,9661.57,1365.11,1385.97,1.95837,300,5,0,1,0,1,0,0,0),(47870,721,1,1,1,4626,0,10821.5,1701.12,1306.87,3.30153,300,5,0,1,0,1,0,0,0),(47876,721,1,1,1,4626,0,10562.4,578.88,1339.96,3.24333,300,5,0,1,0,1,0,0,0),(47879,721,1,1,1,4626,0,9434.01,536.535,1323.09,2.26372,300,5,0,1,0,1,0,0,0),(47880,721,1,1,1,4626,0,10411,1030.3,1333.32,4.54869,300,5,0,1,0,1,0,0,0),(47883,721,1,1,1,328,0,10686.3,687.986,1331.57,6.01231,300,5,0,1,0,1,0,0,0),(47900,721,1,1,1,4626,0,10420,520.928,1332.64,5.22041,300,5,0,1,0,1,0,0,0),(47902,721,1,1,1,328,0,9511.79,1733.45,1293.18,0.980404,300,5,0,1,0,1,0,0,0),(47903,721,1,1,1,328,0,9554.2,468.955,1326.66,0.395791,300,5,0,1,0,1,0,0,0),(47904,721,1,1,1,4626,0,9662.9,846.748,1272.76,5.68899,300,5,0,1,0,1,0,0,0),(47905,721,1,1,1,328,0,10726.8,781.971,1329.03,2.66168,300,5,0,1,0,1,0,0,0),(47906,721,1,1,1,328,0,9766.15,346.354,1320.56,2.29517,300,5,0,1,0,1,0,0,0),(47907,721,1,1,1,328,0,10513.7,779.271,1316.56,0.307046,300,5,0,1,0,1,0,0,0),(47908,721,1,1,1,4626,0,9808.06,1311.73,1309.07,0.388149,300,5,0,1,0,1,0,0,0),(47909,721,1,1,1,4626,0,10344.1,710.356,1326.82,2.94803,300,5,0,1,0,1,0,0,0),(47910,721,1,1,1,4626,0,9742.37,1218.44,1281.11,5.62241,300,5,0,1,0,1,0,0,0),(47911,721,1,1,1,4626,0,10514,942.307,1316.23,1.89424,300,5,0,1,0,1,0,0,0),(47912,2001,1,1,1,6808,0,10849.6,1716.69,1311.1,1.8226,300,5,0,198,0,1,0,0,0),(47913,721,1,1,1,4626,0,9663.3,998.257,1290.36,1.70317,300,5,0,1,0,1,0,0,0),(47914,2001,1,1,1,6808,0,10969.4,1770.16,1315.86,2.89693,300,5,0,198,0,1,0,0,0),(47915,721,1,1,1,4626,0,10264.4,790.836,1346.24,2.39375,300,5,0,1,0,1,0,0,0),(47916,721,1,1,1,4626,0,9721.99,980.546,1294.88,2.08769,300,5,0,1,0,1,0,0,0),(47917,721,1,1,1,4626,0,9764.39,1002,1298.72,4.62997,300,5,0,1,0,1,0,0,0),(47918,2001,1,1,1,6808,0,10883.9,1878.19,1335.14,5.71268,300,5,0,198,0,1,0,0,0),(47919,721,1,1,1,4626,0,10109.9,398.309,1325.66,0.904319,300,5,0,1,0,1,0,0,0),(47920,721,1,1,1,328,0,9897.65,1885.72,1322.7,3.11562,300,5,0,1,0,1,0,0,0),(47921,721,1,1,1,328,0,10409.8,818.604,1318.91,1.50101,300,5,0,1,0,1,0,0,0),(47922,721,1,1,1,328,0,10711.6,890.249,1326.36,3.99986,300,5,0,1,0,1,0,0,0),(47923,721,1,1,1,4626,0,9741.09,1220.41,1281.11,1.414,300,5,0,1,0,1,0,0,0),(47924,721,1,1,1,4626,0,9782.37,1168.63,1282.89,4.76475,300,0,0,1,0,0,0,0,0),(47925,721,1,1,1,328,0,10477.3,693.456,1320.71,5.80931,300,0,0,1,0,0,0,0,0),(47926,721,1,1,1,4626,0,10268.2,848.481,1341.46,0.77424,300,5,0,1,0,1,0,0,0),(47927,721,1,1,1,328,0,9720.13,980.814,1294.58,6.28128,300,5,0,1,0,1,0,0,0),(47928,721,1,1,1,4626,0,10347.8,822.196,1325.76,2.00451,300,5,0,1,0,1,0,0,0),(47929,721,1,1,1,328,0,9661.4,846.723,1271.26,3.50931,300,5,0,1,0,1,0,0,0),(47931,721,1,1,1,4626,0,9747.35,880.639,1295.58,2.01261,300,5,0,1,0,1,0,0,0),(47932,721,1,1,1,4626,0,9765.81,1003.75,1298.72,5.04843,300,5,0,1,0,1,0,0,0),(47933,721,1,1,1,328,0,10020.3,434.576,1314.25,2.17001,300,5,0,1,0,1,0,0,0),(47934,721,1,1,1,4626,0,9780.04,1167.73,1282.03,3.51969,300,5,0,1,0,1,0,0,0),(47936,721,1,1,1,4626,0,9798.89,839.381,1303.21,0.89781,300,5,0,1,0,1,0,0,0),(47937,721,1,1,1,328,0,9943.05,735.944,1319.58,5.06533,300,5,0,1,0,1,0,0,0),(47939,2002,1,1,1,3023,1,10084.9,1081.39,1327.59,3.87463,300,0,0,98,115,0,0,0,0),(47940,2002,1,1,1,3023,1,10090.8,1118.69,1326.09,3.06368,300,5,0,98,115,1,0,0,0),(47941,2002,1,1,1,3023,1,10064.5,1120.68,1324.85,3.30864,300,5,0,98,115,1,0,0,0),(47942,2002,1,1,1,3023,1,10175.1,1107.41,1331.61,5.31748,300,5,0,98,115,1,0,0,0),(47946,2002,1,1,1,3023,1,10174.7,1086.13,1329.95,0.111391,300,5,0,98,115,1,0,0,0),(47947,2002,1,1,1,3023,1,10166.6,1085.47,1329.92,3.83972,300,0,0,98,115,0,0,0,0),(47949,2002,1,1,1,3023,1,10107.1,1074.42,1327.16,4.46153,300,5,0,98,115,1,0,0,0),(47953,2002,1,1,1,3023,1,10134.3,1086.39,1327.63,0.180877,300,5,0,98,115,1,0,0,0),(47954,2003,1,1,1,6809,1,10095.2,1088.31,1327.69,4.25328,300,5,0,98,115,1,0,0,0),(47955,2003,1,1,1,6809,1,10104.6,1117.46,1324.12,3.22801,300,5,0,98,115,1,0,0,0),(47956,2003,1,1,1,6809,1,10124,1115.91,1322.82,5.6648,300,5,0,98,115,1,0,0,0),(47957,2003,1,1,1,6809,1,10084,1119.23,1326.43,5.85183,300,5,0,98,115,1,0,0,0),(47958,2003,1,1,1,6809,1,10074.9,1094.94,1327.67,5.14596,300,5,0,98,115,1,0,0,0),(47959,2003,1,1,1,6809,1,10108.3,1101.98,1323.4,3.4153,300,5,0,98,115,1,0,0,0),(47960,2003,1,1,1,6809,1,10094.5,1063.06,1325.87,2.42165,300,5,0,98,115,1,0,0,0),(47961,2003,1,1,1,6809,1,10087.2,1028.69,1327.95,3.64579,300,5,0,98,115,1,0,0,0),(47962,2003,1,1,1,6809,1,10045.3,1034.42,1329.71,3.4901,300,5,0,98,115,1,0,0,0),(47963,2003,1,1,1,6809,1,10070.5,1040.39,1328.03,2.76407,300,5,0,98,115,1,0,0,0),(47964,2004,1,1,1,568,1,10127.5,1147.32,1314.08,1.24214,300,5,0,120,0,1,0,0,0),(47965,2004,1,1,1,568,1,10099.1,1206.56,1312.45,1.22901,300,5,0,120,0,1,0,0,0),(47966,2004,1,1,1,568,1,10157.8,1114.41,1331.51,2.89725,300,0,0,120,0,0,0,0,0),(47967,2004,1,1,1,568,1,10140.9,1136.49,1333.49,1.94487,300,5,0,120,0,1,0,0,0),(47968,2004,1,1,1,568,1,10171,1180.35,1329.8,5.49779,300,0,0,120,0,0,0,0,0),(47969,2004,1,1,1,568,1,10133.4,1184.51,1323.54,6.25396,300,5,0,120,0,1,0,0,0),(47970,2004,1,1,1,568,1,10134.7,1197.33,1323.64,2.83357,300,5,0,120,0,1,0,0,0),(47971,2004,1,1,1,568,1,10133.3,1128.03,1336.38,5.47534,300,5,0,120,0,1,0,0,0),(47972,2005,1,1,1,6811,1,10118.5,1177.87,1314.95,5.61911,300,5,0,137,0,1,0,0,0),(47973,2005,1,1,1,6811,1,10078.7,1185.3,1316.05,1.81514,300,0,0,137,0,0,0,0,0),(48023,2005,1,1,1,6811,1,10097.8,1155.89,1314.94,0.860277,300,5,0,137,0,1,0,0,0),(48024,2005,1,1,1,6811,1,10114.2,1166.39,1313.71,3.46376,300,5,0,137,0,1,0,0,0),(48025,2005,1,1,1,6811,1,10110.4,1156.79,1313.28,0.698132,300,0,0,137,0,0,0,0,0),(48026,2005,1,1,1,6811,1,10084.4,1193.98,1316.19,3.52763,300,5,0,137,0,1,0,0,0),(48027,2005,1,1,1,6811,1,10062.3,1161.59,1319.38,2.81534,300,5,0,137,0,1,0,0,0),(48028,2005,1,1,1,6811,1,10115.3,1202.7,1311.53,0.96354,300,5,0,137,0,1,0,0,0),(48029,2005,1,1,1,6811,1,10184.2,1163.88,1328.24,1.39832,300,5,0,137,0,1,0,0,0),(48030,2005,1,1,1,6811,1,10173.4,1189.98,1329,4.76475,300,0,0,137,0,0,0,0,0),(48031,2005,1,1,1,6811,1,10152.7,1133.56,1331.09,0.9075,300,5,0,137,0,1,0,0,0),(48032,2006,1,1,1,6798,0,9681.67,418.418,1317.92,0.291353,300,5,0,102,0,1,0,0,0),(48033,2006,1,1,1,6798,0,9664.92,464.451,1310.19,0.27957,300,5,0,102,0,1,0,0,0),(48035,2006,1,1,1,6798,0,9656.18,485.537,1309.6,4.43711,300,5,0,102,0,1,0,0,0),(48041,2006,1,1,1,6798,0,9663.65,505.591,1308.12,2.54616,300,5,0,102,0,1,0,0,0),(48042,2006,1,1,1,6798,0,9782.75,419.911,1304.19,1.998,300,5,0,102,0,1,0,0,0),(48043,2006,1,1,1,6798,0,9848.3,348.344,1311.76,5.86766,300,5,0,102,0,1,0,0,0),(48044,2006,1,1,1,6798,0,9856.84,309.629,1321.52,2.42566,300,5,0,102,0,1,0,0,0),(48045,2006,1,1,1,6798,0,9875.93,482.709,1303.97,2.75505,300,5,0,102,0,1,0,0,0),(48046,2006,1,1,1,6798,0,9879.91,518.953,1304.47,2.69301,300,5,0,102,0,1,0,0,0),(48047,2006,1,1,1,6798,0,9645.2,420.071,1324.41,1.49623,300,5,0,102,0,1,0,0,0),(48048,2007,1,1,1,6799,1,9606.41,491.603,1323.81,5.04867,300,5,0,102,0,1,0,0,0),(48049,2007,1,1,1,6799,1,9666.96,458.167,1309.86,1.11701,300,0,0,102,0,0,0,0,0),(48050,2007,1,1,1,6799,1,9656.91,521.322,1307.75,4.74945,300,5,0,102,0,1,0,0,0),(48051,2007,1,1,1,6799,1,9781.55,450.743,1306.62,5.93425,300,5,0,102,0,1,0,0,0),(48052,2007,1,1,1,6799,1,9950.84,382.575,1306.8,0.281493,300,5,0,102,0,1,0,0,0),(48053,2007,1,1,1,6799,1,9685.85,480.909,1306.09,2.09674,300,5,0,102,0,1,0,0,0),(48054,2007,1,1,1,6799,1,9739.68,487.031,1308.57,0.814416,300,0,0,102,0,0,0,0,0),(48055,2007,1,1,1,6799,1,9777.34,384.361,1314.53,2.66277,300,5,0,102,0,1,0,0,0),(48056,2007,1,1,1,6799,1,9825.18,479.391,1303.39,5.02658,300,5,0,102,0,1,0,0,0),(48057,2007,1,1,1,6799,1,9650.45,463.484,1312.57,4.20522,300,5,0,102,0,1,0,0,0),(48058,2007,1,1,1,6799,1,9852.87,489.942,1303.6,1.61081,300,5,0,102,0,1,0,0,0),(48059,2007,1,1,1,6799,1,9916.51,412.47,1305.24,0.354916,300,5,0,102,0,1,0,0,0),(48060,2007,1,1,1,6799,1,9824.75,390.097,1308.65,6.27128,300,5,0,102,0,1,0,0,0),(48061,2008,1,1,1,6800,1,10053.9,226.025,1329.09,3.94239,300,5,0,120,0,1,0,0,0),(48062,2008,1,1,1,6800,1,10039.5,286.132,1323.79,4.01772,300,5,0,120,0,1,0,0,0),(48063,2008,1,1,1,6800,1,10043.4,242.005,1327.12,4.61991,300,5,0,120,0,1,0,0,0),(48064,2008,1,1,1,6800,1,10029.6,236.761,1327.2,1.66415,300,5,0,120,0,1,0,0,0),(48065,2008,1,1,1,6800,1,10001.5,264.255,1325.55,4.00886,300,5,0,120,0,1,0,0,0),(48066,2008,1,1,1,6800,1,9629.64,472.002,1312.95,6.12611,300,0,0,120,0,0,0,0,0),(48067,2008,1,1,1,6800,1,9670.93,461.432,1309.83,3.38594,300,0,0,120,0,0,0,0,0),(48068,2008,1,1,1,6800,1,9635.06,474.252,1312.63,4.03171,300,0,0,120,0,0,0,0,0),(48069,2008,1,1,1,6800,1,9804.82,404.503,1307.79,0.264008,300,5,0,120,0,1,0,0,0),(48070,2008,1,1,1,6800,1,9578.96,1284.63,1297.25,2.887,300,5,0,120,0,1,0,0,0),(48071,2008,1,1,1,6800,1,9519.56,1281.89,1299.16,1.57617,300,5,0,120,0,1,0,0,0),(48072,2008,1,1,1,6800,1,9604.1,1269.65,1287.34,3.41722,300,5,0,120,0,1,0,0,0),(48073,2008,1,1,1,6800,1,9585.77,1253.09,1286.96,0.438774,300,5,0,120,0,1,0,0,0),(48074,2008,1,1,1,6800,1,9565.31,1265.65,1293.67,0.381825,300,5,0,120,0,1,0,0,0),(48075,2008,1,1,1,6800,1,9725.67,1221.51,1278.88,5.25196,300,5,0,120,0,1,0,0,0),(48076,2008,1,1,1,6800,1,9723.47,1253.85,1289.07,6.01935,300,5,0,120,0,1,0,0,0),(48077,2008,1,1,1,6800,1,9633.64,467.603,1312.85,4.06215,300,5,0,120,0,1,0,0,0),(48078,2008,1,1,1,6800,1,9808.06,456.356,1305.05,3.05102,300,5,0,120,0,1,0,0,0),(48079,2008,1,1,1,6800,1,9748.39,1280,1300.28,2.81973,300,5,0,120,0,1,0,0,0),(48080,2008,1,1,1,6800,1,9752.77,1250.04,1289.05,0.097822,300,5,0,120,0,1,0,0,0),(48081,2008,1,1,1,6800,1,10027,319.662,1321.21,0.794537,300,5,0,120,0,1,0,0,0),(48082,2008,1,1,1,6800,1,9790.03,360.31,1309.82,0.081508,300,5,0,120,0,1,0,0,0),(48083,2008,1,1,1,6800,1,10046.6,354.325,1318.39,2.85106,300,5,0,120,0,1,0,0,0),(48084,2008,1,1,1,6800,1,10049.8,336.364,1323.64,2.19445,300,5,0,120,0,1,0,0,0),(48085,2008,1,1,1,6800,1,9884.27,459.767,1302.46,1.97388,300,5,0,120,0,1,0,0,0),(48086,2008,1,1,1,6800,1,9888.83,430.142,1304.99,0.329859,300,5,0,120,0,1,0,0,0),(48087,2008,1,1,1,6800,1,9841.84,438.603,1307.79,5.5188,300,5,0,120,0,1,0,0,0),(48088,2008,1,1,1,6800,1,9829.32,436.897,1307.79,3.29365,300,5,0,120,0,1,0,0,0),(48089,2008,1,1,1,6800,1,9876.89,400.695,1307.49,4.06556,300,5,0,120,0,1,0,0,0),(48157,2008,1,1,1,6800,1,9896.81,382.507,1309.68,3.18585,300,5,0,120,0,1,0,0,0),(48163,2008,1,1,1,6800,1,9854.61,464.205,1306.06,1.4162,300,5,0,120,0,1,0,0,0),(48164,2008,1,1,1,6800,1,9817.79,432.526,1317.18,3.42053,300,5,0,120,0,1,0,0,0),(48175,2008,1,1,1,6800,1,9856.04,422.91,1306.63,4.74771,300,5,0,120,0,1,0,0,0),(48185,2008,1,1,1,6800,1,9815.32,352.438,1308.46,1.92755,300,5,0,120,0,1,0,0,0),(48197,2009,1,1,1,897,1,9557.89,1910.5,1323.07,0.08959,300,5,0,131,138,1,0,0,0),(48199,2009,1,1,1,897,1,9584.84,1883.77,1311.63,0.942239,300,5,0,131,138,1,0,0,0),(48200,2009,1,1,1,897,1,9564.52,1291.91,1301.1,5.1875,300,5,0,131,138,1,0,0,0),(48201,2009,1,1,1,897,1,9570.06,1300.03,1300.67,3.83972,300,0,0,131,138,0,0,0,0),(48202,2009,1,1,1,897,1,9544.75,1306.46,1304.3,2.23645,300,5,0,131,138,1,0,0,0),(48207,2009,1,1,1,897,1,9235.6,921.178,1321.61,0.676521,300,5,0,131,138,1,0,0,0),(48208,2009,1,1,1,897,1,9253.15,901.938,1322.26,0.631944,300,5,0,131,138,1,0,0,0),(48210,2009,1,1,1,897,1,9285.57,919.102,1312.77,0.732626,300,5,0,131,138,1,0,0,0),(48211,2009,1,1,1,897,1,9209.92,935.889,1324.81,0.945267,300,5,0,131,138,1,0,0,0),(48212,2009,1,1,1,897,1,9182.35,1318.18,1317.48,1.82767,300,5,0,131,138,1,0,0,0),(48213,2009,1,1,1,897,1,9196.84,1376.74,1314.09,2.85211,300,5,0,131,138,1,0,0,0),(48214,2009,1,1,1,897,1,9185.88,1430.13,1313.17,0.20944,300,0,0,131,138,0,0,0,0),(48215,2009,1,1,1,897,1,9158.33,1338.28,1322.25,1.65806,300,0,0,131,138,0,0,0,0),(48216,2009,1,1,1,897,1,9206.38,1453.43,1311.44,0.307656,300,5,0,131,138,1,0,0,0),(48217,8665,1,1,1,7934,1,9914.39,2201.35,1328.04,5.8294,300,0,0,1003,0,0,0,0,0),(48259,2009,1,1,1,897,1,9604.95,1862.44,1301.93,1.2188,300,5,0,131,138,1,0,0,0),(48266,2009,1,1,1,897,1,9220.63,1406.64,1306.39,4.41206,300,5,0,131,138,1,0,0,0),(48271,2009,1,1,1,897,1,9186.85,1373.76,1315.15,5.96903,300,0,0,131,138,0,0,0,0),(48272,2009,1,1,1,897,1,9167.41,1393.4,1319.86,2.29192,300,5,0,131,138,1,0,0,0),(48273,2009,1,1,1,897,1,9204.94,1403.91,1310.67,1.0436,300,5,0,131,138,1,0,0,0),(48298,2009,1,1,1,897,1,9869.99,1511.57,1272.79,1.02794,300,0,0,131,138,0,0,0,0),(48299,2009,1,1,1,897,1,9894.46,1554.43,1279.01,2.40562,300,5,0,131,138,1,0,0,0),(48328,2009,1,1,1,897,1,9695.77,1240.79,1281.94,0.162226,300,5,0,131,138,1,0,0,0),(48329,2009,1,1,1,897,1,9703.54,1270.59,1290.93,5.48033,300,0,0,131,138,0,0,0,0),(48330,2009,1,1,1,897,1,9882.11,1547.37,1328.39,2.99753,300,5,0,131,138,1,0,0,0),(48331,2009,1,1,1,897,1,9854.45,1563.05,1329.17,0.946331,300,5,0,131,138,1,0,0,0),(48332,2009,1,1,1,897,1,9875.38,1542.06,1330.44,3.66442,300,5,0,131,138,1,0,0,0),(48333,2009,1,1,1,897,1,9778.91,1549.39,1299.39,5.78089,300,5,0,131,138,1,0,0,0),(48344,2009,1,1,1,897,1,9846.33,1560.68,1319.34,5.97073,300,5,0,131,138,1,0,0,0),(48346,2009,1,1,1,897,1,9784.63,1564.38,1299.72,2.33961,300,5,0,131,138,1,0,0,0),(48349,2009,1,1,1,897,1,9752.92,1553.26,1263.73,4.08339,300,5,0,131,138,1,0,0,0),(48350,2009,1,1,1,897,1,9827.01,1495.05,1257.96,0.294512,300,0,0,131,138,0,0,0,0),(48351,2009,1,1,1,897,1,9798.34,1499.25,1257.86,1.84259,300,5,0,131,138,1,0,0,0),(48352,2009,1,1,1,897,1,9792.03,1518.96,1259.15,5.15101,300,5,0,131,138,1,0,0,0),(48353,2009,1,1,1,897,1,9836.14,1507.64,1262.99,1.68874,300,0,0,131,138,0,0,0,0),(48356,2009,1,1,1,897,1,9851.42,1522.31,1258.44,0.450935,300,5,0,131,138,1,0,0,0),(48357,2009,1,1,1,897,1,9779.23,1590.08,1289.89,3.12771,300,5,0,131,138,1,0,0,0),(48368,2009,1,1,1,897,1,9736.1,1584.71,1269.87,5.81966,300,5,0,131,138,1,0,0,0),(48377,2009,1,1,1,897,1,9757.8,1573.54,1267.87,5.11692,300,5,0,131,138,1,0,0,0),(48378,2009,1,1,1,897,1,9769.95,1611.7,1285.49,3.7001,300,0,0,131,138,0,0,0,0),(48382,2009,1,1,1,897,1,9795.56,1594.38,1300.4,3.71755,300,0,0,131,138,0,0,0,0),(48421,2009,1,1,1,897,1,9815.89,1565.21,1294.96,1.90241,300,0,0,131,138,0,0,0,0),(48426,2009,1,1,1,897,1,9810.28,1570.64,1295.44,2.51327,300,0,0,131,138,0,0,0,0),(48429,2009,1,1,1,897,1,9844.43,1555.69,1291.02,2.21657,300,0,0,131,138,0,0,0,0),(48434,2009,1,1,1,897,1,9753.06,1631.21,1282.69,1.55334,300,0,0,131,138,0,0,0,0),(48438,2009,1,1,1,897,1,9885.56,1529.5,1275.6,2.00713,300,0,0,131,138,0,0,0,0),(48449,2009,1,1,1,897,1,9853.45,1507.32,1270.86,6.02139,300,0,0,131,138,0,0,0,0),(48450,2009,1,1,1,897,1,9828.87,1494.34,1257.97,3.37778,300,5,0,131,138,1,0,0,0),(48451,2010,1,1,1,6801,1,9389.67,1705.03,1305.64,0.500743,300,5,0,137,0,1,0,0,0),(48452,2010,1,1,1,6801,1,9583.09,1813.49,1296.08,4.53922,300,5,0,137,0,1,0,0,0),(48453,2010,1,1,1,6801,1,9553.17,1888.33,1314.55,1.75347,300,5,0,137,0,1,0,0,0),(48454,2010,1,1,1,6801,1,9564.59,1867.81,1309.6,2.64219,300,5,0,137,0,1,0,0,0),(48455,2010,1,1,1,6801,1,9584.03,1852.43,1303.05,2.04754,300,5,0,137,0,1,0,0,0),(48456,2010,1,1,1,6801,1,9555.85,1824.89,1302.47,2.96642,300,5,0,137,0,1,0,0,0),(48471,2010,1,1,1,6801,1,9550.88,1853.05,1308.48,0.94475,300,5,0,137,0,1,0,0,0),(48472,2010,1,1,1,6801,1,9528.39,1861.36,1317.5,5.73139,300,5,0,137,0,1,0,0,0),(48473,2010,1,1,1,6801,1,9581.93,1907.76,1315.67,1.65438,300,5,0,137,0,1,0,0,0),(48475,2010,1,1,1,6801,1,9910.25,1572.02,1334.63,5.58064,300,5,0,137,0,1,0,0,0),(48486,2010,1,1,1,6801,1,9838.32,1535.88,1345.07,3.59983,300,5,0,137,0,1,0,0,0),(48487,2010,1,1,1,6801,1,9878.09,1517.68,1335.6,4.72411,300,5,0,137,0,1,0,0,0),(48488,2010,1,1,1,6801,1,9563.59,1301.69,1300.8,4.2431,300,5,0,137,0,1,0,0,0),(48489,2010,1,1,1,6801,1,9588.73,1301.49,1299.2,6.21337,300,5,0,137,0,1,0,0,0),(48490,2010,1,1,1,6801,1,9279.2,1017.41,1307.7,4.01502,300,5,0,137,0,1,0,0,0),(48491,2010,1,1,1,6801,1,9232.72,951.523,1320.61,1.53198,300,5,0,137,0,1,0,0,0),(48492,2010,1,1,1,6801,1,9260.27,982.093,1316.07,4.23599,300,5,0,137,0,1,0,0,0),(48493,2010,1,1,1,6801,1,9182.03,1341.82,1318.33,4.80481,300,5,0,137,0,1,0,0,0),(48494,2010,1,1,1,6801,1,9194.83,1361.19,1315.31,3.13655,300,5,0,137,0,1,0,0,0),(48495,2010,1,1,1,6801,1,9193.95,1414.87,1311.5,0.20944,300,0,0,137,0,0,0,0,0),(48496,2010,1,1,1,6801,1,9190.52,1369.86,1315.15,1.67552,300,0,0,137,0,0,0,0,0),(48497,2010,1,1,1,6801,1,9182.3,1483.29,1316.72,2.81552,300,5,0,137,0,1,0,0,0),(48498,2010,1,1,1,6801,1,9220.65,1317.62,1305.05,0.257771,300,5,0,137,0,1,0,0,0),(48499,2010,1,1,1,6801,1,9750.55,1584.18,1299.67,1.75168,300,5,0,137,0,1,0,0,0),(48500,2010,1,1,1,6801,1,9892.81,1551.31,1278.81,1.27634,300,0,0,137,0,0,0,0,0),(48501,2010,1,1,1,6801,1,9873.5,1580.82,1285.51,3.07244,300,0,0,137,0,0,0,0,0),(48502,2010,1,1,1,6801,1,9756.42,1579.42,1299.06,1.41191,300,5,0,137,0,1,0,0,0),(48503,2010,1,1,1,6801,1,9711.29,1269.08,1291.27,3.63029,300,0,0,137,0,0,0,0,0),(48504,2010,1,1,1,6801,1,9705.23,1291.07,1300.9,1.27409,300,0,0,137,0,0,0,0,0),(48505,2010,1,1,1,6801,1,9687.83,1269.87,1290.1,5.49111,300,5,0,137,0,1,0,0,0),(48506,2010,1,1,1,6801,1,9928.13,1534.45,1317.54,5.13834,300,5,0,137,0,1,0,0,0),(48507,2010,1,1,1,6801,1,9807.33,1618.7,1301.77,0.601152,300,5,0,137,0,1,0,0,0),(48508,2010,1,1,1,6801,1,9836.51,1607.87,1306.36,3.61791,300,5,0,137,0,1,0,0,0),(48509,2010,1,1,1,6801,1,9844.11,1588.75,1310.88,3.9587,300,5,0,137,0,1,0,0,0),(48510,2010,1,1,1,6801,1,9782.97,1551.77,1299.06,0.689593,300,5,0,137,0,1,0,0,0),(48511,2010,1,1,1,6801,1,9906.9,1542.09,1323.28,0.712151,300,5,0,137,0,1,0,0,0),(48512,2010,1,1,1,6801,1,9881.34,1557.53,1328.32,3.07369,300,5,0,137,0,1,0,0,0),(48513,2010,1,1,1,6801,1,9826.52,1625.36,1303.94,5.85456,300,5,0,137,0,1,0,0,0),(48514,2010,1,1,1,6801,1,9746.98,1577.58,1268.95,3.47597,300,5,0,137,0,1,0,0,0),(48515,2010,1,1,1,6801,1,9794.84,1549.15,1262.8,2.2115,300,5,0,137,0,1,0,0,0),(48516,2010,1,1,1,6801,1,9736.07,1559.21,1259.89,1.40732,300,5,0,137,0,1,0,0,0),(48517,2010,1,1,1,6801,1,9775.34,1557.66,1266.29,1.43594,300,5,0,137,0,1,0,0,0),(48518,2010,1,1,1,6801,1,9729.95,1608.23,1276.79,0.244346,300,0,0,137,0,0,0,0,0),(48519,2010,1,1,1,6801,1,9796.42,1581.37,1291.43,5.34071,300,0,0,137,0,0,0,0,0),(48520,2010,1,1,1,6801,1,9787.11,1576.99,1290.9,5.77704,300,0,0,137,0,0,0,0,0),(48521,2010,1,1,1,6801,1,9884.34,1580.37,1285.29,0.087266,300,0,0,137,0,0,0,0,0),(48522,2010,1,1,1,6801,1,9894.92,1570.21,1283.53,6.10865,300,0,0,137,0,0,0,0,0),(48523,2010,1,1,1,6801,1,9849.63,1462.94,1274.65,1.65806,300,0,0,137,0,0,0,0,0),(48524,2010,1,1,1,6801,1,9863.73,1580.98,1287.42,0.392068,300,5,0,137,0,1,0,0,0),(48525,2010,1,1,1,6801,1,9860.81,1504.84,1270.48,4.59022,300,0,0,137,0,0,0,0,0),(48526,2010,1,1,1,6801,1,9871.78,1491.19,1258.09,3.44354,300,5,0,137,0,1,0,0,0),(48527,2011,1,1,1,3024,1,9370.85,1688.63,1303.1,0.495087,300,5,0,148,165,1,0,0,0),(48528,2011,1,1,1,3024,1,9323.81,1708.2,1316.25,0.980765,300,5,0,148,165,1,0,0,0),(48529,2011,1,1,1,3024,1,9376.45,1711.55,1308.82,0.28338,300,5,0,148,165,1,0,0,0),(48530,2011,1,1,1,3024,1,9364.51,1711.27,1308.95,2.45161,300,5,0,148,165,1,0,0,0),(48547,2011,1,1,1,3024,1,9360.95,1736.39,1315.36,5.46241,300,5,0,148,165,1,0,0,0),(48561,2011,1,1,1,3024,1,9276.21,948.124,1311.59,0.768702,300,5,0,148,165,1,0,0,0),(48562,2011,1,1,1,3024,1,9265.23,941.436,1312,6.05629,300,0,0,148,165,0,0,0,0),(48564,2011,1,1,1,3024,1,9269.05,934.882,1311.97,2.70498,300,5,0,148,165,1,0,0,0),(48576,2011,1,1,1,3024,1,9187.89,1397.54,1313.53,1.8326,300,0,0,148,165,0,0,0,0),(48577,14555,1,1,1,14332,0,10126.5,2527.85,1323.9,3.1765,300,0,0,42,0,0,0,0,0),(48578,2011,1,1,1,3024,1,9849.93,1461.07,1274.64,3.12812,300,0,0,148,165,0,0,0,0),(48636,2011,1,1,1,3024,1,9347.63,1703.03,1311.61,2.20927,300,5,0,148,165,1,0,0,0),(49021,2011,1,1,1,3024,1,9751.02,1522.01,1279.06,0.419632,300,5,0,148,165,1,0,0,0),(49148,2011,1,1,1,3024,1,9749.56,1543.22,1279.97,5.2106,300,5,0,148,165,1,0,0,0),(49160,2011,1,1,1,3024,1,9744.94,1526.37,1280.71,1.51619,300,5,0,148,165,1,0,0,0),(49165,2011,1,1,1,3024,1,9727.2,1555.93,1256.35,0.492426,300,5,0,148,165,1,0,0,0),(49166,2011,1,1,1,3024,1,9703.19,1547.13,1254.1,0.279253,300,0,0,148,165,0,0,0,0),(49168,2011,1,1,1,3024,1,9839.81,1531.67,1258.13,-0.972455,300,0,0,148,165,0,0,0,0),(49169,2011,1,1,1,3024,1,9841.24,1529.65,1258.19,5.34525,300,0,0,148,165,0,0,0,0),(49170,2011,1,1,1,3024,1,9892.94,1483.57,1278.02,6.19592,300,0,0,148,165,0,0,0,0),(49171,2011,1,1,1,3024,1,9896.03,1479.46,1278.39,3.01942,300,0,0,148,165,0,0,0,0),(49172,2011,1,1,1,3024,1,9851.73,1469.56,1275.45,4.2586,300,0,0,148,165,0,0,0,0),(49173,2011,1,1,1,3024,1,9856.34,1461.06,1276.7,2.76605,300,5,0,148,165,1,0,0,0),(49174,2011,1,1,1,3024,1,9873.78,1514.67,1257.52,2.37218,300,5,0,148,165,1,0,0,0),(49175,2011,1,1,1,3024,1,9829.01,1539.51,1257.45,3.9968,300,0,0,148,165,0,0,0,0),(49176,2011,1,1,1,3024,1,9850.1,1490.99,1257.83,6.12611,300,0,0,148,165,0,0,0,0),(49177,2012,1,1,1,6802,1,9116.45,1669.35,1324.39,0.46334,300,5,0,166,178,1,0,0,0),(49178,2012,1,1,1,6802,1,9119.98,1655.85,1324.24,1.62328,300,5,0,166,178,1,0,0,0),(49179,2012,1,1,1,6802,1,9144.97,1655.96,1320.22,5.30448,300,5,0,166,178,1,0,0,0),(49180,2012,1,1,1,6802,1,9171.04,1839.3,1331.02,1.24264,300,5,0,166,178,1,0,0,0),(49181,2012,1,1,1,6802,1,9072.22,1872.18,1326.41,0,300,0,0,166,178,0,0,0,0),(49182,2012,1,1,1,6802,1,9103.33,1871.79,1335.08,3.54302,300,0,0,166,178,0,0,0,0),(49183,14556,1,1,1,14331,0,10130.5,2532.53,1323.62,4.10152,300,0,0,42,0,0,0,0,0),(49184,2012,1,1,1,6802,1,9126.46,1678.11,1321.01,3.30332,300,5,0,166,178,1,0,0,0),(49205,2012,1,1,1,6802,1,9110.83,1675.82,1324.76,0.139626,300,0,0,166,178,0,0,0,0),(49206,2012,1,1,1,6802,1,9114.71,1683.76,1323.88,1.43117,300,0,0,166,178,0,0,0,0),(49207,2012,1,1,1,6802,1,9107.65,1848.24,1327.59,3.45575,300,0,0,166,178,0,0,0,0),(49208,2012,1,1,1,6802,1,9104.6,1784.72,1324.5,1.72585,300,5,0,166,178,1,0,0,0),(49209,2012,1,1,1,6802,1,9112.92,1764.31,1321.13,4.51288,300,5,0,166,178,1,0,0,0),(49210,2012,1,1,1,6802,1,9113.83,1850.42,1327.59,4.13643,300,0,0,166,178,0,0,0,0),(49211,2012,1,1,1,6802,1,9186.25,1708.67,1317.03,5.35443,300,5,0,166,178,1,0,0,0),(49212,2013,1,1,1,6803,1,9150.84,1609.15,1319.52,3.2296,300,5,0,176,0,1,0,0,0),(49213,2013,1,1,1,6803,1,9132.43,1844.2,1327.07,5.29233,300,5,0,176,0,1,0,0,0),(49214,8669,1,1,1,7997,0,9872.6,2341.73,1321.67,3.52556,300,0,0,6645,0,0,0,0,0),(49215,2013,1,1,1,6803,1,9148.8,1839.57,1327.44,6.02783,300,5,0,176,0,1,0,0,0),(49216,2013,1,1,1,6803,1,9149.18,1712.59,1321.34,3.99093,300,5,0,176,0,1,0,0,0),(49217,2013,1,1,1,6803,1,9217.78,1711.9,1316.9,1.66871,300,5,0,176,0,1,0,0,0),(49264,2013,1,1,1,6803,1,9135.4,1700.95,1320.43,0.212274,300,5,0,176,0,1,0,0,0),(49265,2013,1,1,1,6803,1,9130.23,1746.41,1319.19,4.88144,300,5,0,176,0,1,0,0,0),(49266,2013,1,1,1,6803,1,9146.78,1745.64,1320.65,4.44912,300,5,0,176,0,1,0,0,0),(49267,2013,1,1,1,6803,1,9137.81,1764.68,1319.52,4.94659,300,5,0,176,0,1,0,0,0),(49404,2013,1,1,1,6803,1,9127.24,1775.45,1320.9,2.96706,300,0,0,176,0,0,0,0,0),(49405,2013,1,1,1,6803,1,9121.58,1779.25,1321.69,5.0091,300,0,0,176,0,0,0,0,0),(49406,2014,1,1,1,936,1,9075.74,1886.42,1326.43,5.39307,300,0,0,186,191,0,0,0,0),(49407,2014,1,1,1,936,1,9089.9,1859.35,1328.81,4.24115,300,0,0,186,191,0,0,0,0),(49408,2014,1,1,1,936,1,9153.18,1840.29,1327.72,3.78736,300,0,0,186,191,0,0,0,0),(49409,2014,1,1,1,936,1,9109.35,1810.19,1326.01,5.12826,300,5,0,186,191,1,0,0,0),(49410,2014,1,1,1,936,1,9120.67,1825.59,1328.56,6.00046,300,5,0,186,191,1,0,0,0),(49411,2015,1,1,1,3021,0,10349.3,1886.25,1324.58,5.78281,300,5,0,156,0,1,0,0,0),(49412,2015,1,1,1,3021,0,10437.3,1893.57,1320.08,2.09241,300,5,0,156,0,1,0,0,0),(49417,2015,1,1,1,3021,0,10372.9,1919.77,1320.16,2.70634,300,5,0,156,0,1,0,0,0),(49419,2015,1,1,1,3021,0,10431.2,1906.04,1321.11,3.50842,300,5,0,156,0,1,0,0,0),(49420,2015,1,1,1,3021,0,10455.3,1851.28,1314.42,0.615617,300,5,0,156,0,1,0,0,0),(49422,2015,1,1,1,3021,0,10512.7,1983.9,1327.42,2.14639,300,5,0,156,0,1,0,0,0),(49423,2015,1,1,1,3021,0,10512.6,1943.27,1322.12,3.32886,300,5,0,156,0,1,0,0,0),(49424,2015,1,1,1,3021,0,10638.7,2065.74,1333.23,6.0955,300,5,0,156,0,1,0,0,0),(49425,2015,1,1,1,3021,0,10348.8,1914.2,1322.23,5.69377,300,5,0,156,0,1,0,0,0),(49426,2015,1,1,1,3021,0,10628.1,2080.03,1335.21,2.39487,300,5,0,156,0,1,0,0,0),(49427,2015,1,1,1,3021,0,10646.9,2031.17,1329.35,0.348804,300,5,0,156,0,1,0,0,0),(49428,2017,1,1,1,6812,0,10361.2,1914.87,1322.36,1.90165,300,5,0,156,0,1,0,0,0),(49429,2017,1,1,1,6812,0,10314.5,1889.74,1323.01,1.67112,300,5,0,156,0,1,0,0,0),(49430,2017,1,1,1,6812,0,10458.9,1920.33,1320.23,0.31539,300,5,0,156,0,1,0,0,0),(49431,2017,1,1,1,6812,0,10414.2,1952.78,1318.44,5.42318,300,5,0,156,0,1,0,0,0),(49432,2017,1,1,1,6812,0,10548.6,1914.35,1318.9,1.42959,300,5,0,156,0,1,0,0,0),(49433,2017,1,1,1,6812,0,10547.7,1982.3,1327.41,0.343499,300,5,0,156,0,1,0,0,0),(49434,2017,1,1,1,6812,0,10523,2002.71,1327.41,0.60494,300,5,0,156,0,1,0,0,0),(49435,2017,1,1,1,6812,0,10576.3,2008.5,1327.33,3.29712,300,5,0,156,0,1,0,0,0),(49436,2017,1,1,1,6812,0,10477.2,1960.5,1322.62,1.96156,300,5,0,156,0,1,0,0,0),(49437,2017,1,1,1,6812,0,10550.2,2010.13,1328.98,2.21657,300,0,0,156,0,0,0,0,0),(49438,2017,1,1,1,6812,0,10625.6,2062.07,1336.71,2.02262,300,5,0,156,0,1,0,0,0),(49439,2017,1,1,1,6812,0,10640.6,2023.27,1329.21,1.24714,300,5,0,156,0,1,0,0,0),(49440,2017,1,1,1,6812,0,10642.7,2045.45,1332.35,4.14094,300,5,0,156,0,1,0,0,0),(49441,2017,1,1,1,6812,0,10674.6,2066.45,1328.86,1.72469,300,5,0,156,0,1,0,0,0),(49442,2017,1,1,1,6812,0,10629.5,2095.35,1336.71,1.71865,300,5,0,156,0,1,0,0,0),(49443,2017,1,1,1,6812,0,10645.2,2008.62,1326.96,4.07803,300,5,0,156,0,1,0,0,0),(49444,2017,1,1,1,6812,0,10651.7,2073.81,1331.71,1.31801,300,5,0,156,0,1,0,0,0),(49445,2017,1,1,1,6812,0,10417.2,1913.23,1321.11,3.32679,300,5,0,156,0,1,0,0,0),(49447,2017,1,1,1,6812,0,10538.2,1959.91,1326.37,0.751126,300,5,0,156,0,1,0,0,0),(49448,2017,1,1,1,6812,0,10552.9,1943.49,1325.65,2.1973,300,5,0,156,0,1,0,0,0),(49449,2018,1,1,1,2296,0,10371.6,1885.77,1323.83,3.671,300,5,0,160,350,1,0,0,0),(49450,2018,1,1,1,2296,0,10565.9,1994.11,1326.34,0.772106,300,5,0,160,350,1,0,0,0),(49451,2018,1,1,1,2296,0,10663,2064.47,1329.48,3.76452,300,5,0,160,350,1,0,0,0),(49452,2018,1,1,1,2296,0,10376.6,1842.69,1322.17,3.97354,300,5,0,160,350,1,0,0,0),(49453,2018,1,1,1,2296,0,10511.1,2020.74,1329.66,1.98067,300,5,0,160,350,1,0,0,0),(49454,2019,1,1,1,3022,0,10827.3,2151.11,1326.87,2.85315,300,5,0,176,0,1,0,0,0),(49455,2019,1,1,1,3022,0,10953.2,1961.47,1331.07,1.88853,300,5,0,176,0,1,0,0,0),(49456,2019,1,1,1,3022,0,10836,2115.45,1322.56,4.99164,300,0,0,176,0,0,0,0,0),(49457,2019,1,1,1,3022,0,10914.4,2044.44,1331.48,4.51188,300,5,0,176,0,1,0,0,0),(49458,2019,1,1,1,3022,0,10869.6,2067.56,1329.94,3.97578,300,5,0,176,0,1,0,0,0),(49459,7907,1,1,1,7025,1,8701.16,993.116,23.5854,3.82227,300,0,0,1003,0,0,0,0,0),(49460,2020,1,1,1,10869,0,10817.4,2108.23,1316.77,4.03041,300,5,0,176,0,1,0,0,0),(49461,2020,1,1,1,10869,0,10812.8,2128.86,1320.36,5.87951,300,5,0,176,0,1,0,0,0),(49462,2020,1,1,1,10869,0,10892.5,2080.86,1328.19,6.15584,300,5,0,176,0,1,0,0,0),(49463,2020,1,1,1,10869,0,10879.9,1915.03,1330.33,3.08761,300,5,0,176,0,1,0,0,0),(49464,2020,1,1,1,10869,0,10905.4,1961.91,1322.64,1.0386,300,5,0,176,0,1,0,0,0),(49465,2020,1,1,1,10869,0,10884.4,1943.65,1323.87,5.85307,300,5,0,176,0,1,0,0,0),(49466,2020,1,1,1,10869,0,10735.1,2196.89,1335.35,2.23491,300,5,0,176,0,1,0,0,0),(49467,2020,1,1,1,10869,0,10838.7,2129.3,1325.95,0.23822,300,5,0,176,0,1,0,0,0),(49468,2020,1,1,1,10869,0,10881,2069.24,1327.82,3.37547,300,5,0,176,0,1,0,0,0),(49469,2020,1,1,1,10869,0,10724.5,2155.67,1330.02,0.538522,300,5,0,176,0,1,0,0,0),(49470,2021,1,1,1,6813,0,10796.4,2143.33,1326.63,3.60275,300,5,0,208,205,1,0,0,0),(49471,2021,1,1,1,6813,0,10714.8,2175.54,1330.89,5.53269,300,0,0,208,205,0,0,0,0),(49472,2021,1,1,1,6813,0,10813.6,2141.57,1322.78,5.16617,300,0,0,208,205,0,0,0,0),(49473,2021,1,1,1,6813,0,10746.1,2148.84,1331.31,3.89879,300,5,0,208,205,1,0,0,0),(49474,2021,1,1,1,6813,0,10759.2,2213.97,1331.63,2.93215,300,0,0,208,205,0,0,0,0),(49475,2021,1,1,1,6813,0,10853.8,2139.79,1330.49,1.13282,300,5,0,208,205,1,0,0,0),(49476,2021,1,1,1,6813,0,10870.8,1969.36,1320.63,4.97141,300,5,0,208,205,1,0,0,0),(49477,2021,1,1,1,6813,0,10939.1,2020.8,1327.17,1.34875,300,5,0,208,205,1,0,0,0),(49478,2021,1,1,1,6813,0,10906.4,2074.09,1333.79,4.52257,300,5,0,208,205,1,0,0,0),(49479,2021,1,1,1,6813,0,10878.6,2054.18,1328.45,2.95206,300,5,0,208,205,1,0,0,0),(49480,2021,1,1,1,6813,0,10817.9,2076.42,1313.5,5.30252,300,5,0,208,205,1,0,0,0),(49481,2021,1,1,1,6813,0,10851.8,2070.11,1329.14,0.825456,300,5,0,208,205,1,0,0,0),(49482,2021,1,1,1,6813,0,10732.6,2174.56,1332.14,2.64647,300,5,0,208,205,1,0,0,0),(49483,2022,1,1,1,3033,0,9382.47,758.676,1262.06,3.1875,300,5,0,102,0,1,0,0,0),(49484,2022,1,1,1,3033,0,9411.32,724.176,1263.95,5.3344,300,5,0,102,0,1,0,0,0),(49485,2022,1,1,1,3033,0,9455.64,755.347,1254.25,0.764003,300,5,0,102,0,1,0,0,0),(49486,2022,1,1,1,3033,0,9380.54,782.67,1260.62,0.056724,300,5,0,102,0,1,0,0,0),(49487,2022,1,1,1,3033,0,9477.83,681.632,1265.52,3.17453,300,5,0,102,0,1,0,0,0),(49488,2022,1,1,1,3033,0,9446.88,711.261,1263.86,1.92151,300,5,0,102,0,1,0,0,0),(49489,2022,1,1,1,3033,0,9501.68,647.24,1270.62,0.374562,300,5,0,102,0,1,0,0,0),(49490,2022,1,1,1,3033,0,9380.36,814.153,1258.56,4.24826,300,5,0,102,0,1,0,0,0),(49491,2022,1,1,1,3033,0,9648.24,776.421,1272.58,0.336389,300,5,0,102,0,1,0,0,0),(49492,2022,1,1,1,3033,0,9578.08,746.022,1256.06,6.23825,300,5,0,102,0,1,0,0,0),(49493,2022,1,1,1,3033,0,9531.52,718.203,1256.38,3.25117,300,5,0,102,0,1,0,0,0),(49494,2022,1,1,1,3033,0,9615.57,751.483,1265.96,5.09299,300,5,0,102,0,1,0,0,0),(49495,2022,1,1,1,3033,0,9649.35,838.745,1266.88,2.20336,300,5,0,102,0,1,0,0,0),(49496,2022,1,1,1,3033,0,9593.46,720.6,1263.96,4.48535,300,5,0,102,0,1,0,0,0),(49497,2022,1,1,1,3033,0,9590.64,881.342,1255.67,0.014647,300,5,0,102,0,1,0,0,0),(49498,2022,1,1,1,3033,0,9616.5,706.809,1267.8,3.3317,300,5,0,102,0,1,0,0,0),(49499,2022,1,1,1,3033,0,9531.26,712.729,1257.77,2.11989,300,0,0,102,0,0,0,0,0),(49500,2022,1,1,1,3033,0,9589.21,669.874,1267.08,1.94047,300,5,0,102,0,1,0,0,0),(49501,2022,1,1,1,3033,0,9621.4,880.685,1265.68,0.923455,300,5,0,102,0,1,0,0,0),(49502,2022,1,1,1,3033,0,9607.1,924.195,1267.51,0.982777,300,5,0,102,0,1,0,0,0),(49503,2022,1,1,1,3033,0,9643.46,756.425,1270.41,4.68917,300,5,0,102,0,1,0,0,0),(49504,2022,1,1,1,3033,0,9519.21,987.671,1254.16,0.752122,300,5,0,102,0,1,0,0,0),(49505,2022,1,1,1,3033,0,9636.5,910.891,1268.99,0.435622,300,0,0,102,0,0,0,0,0),(49506,2022,1,1,1,3033,0,9551.28,970.092,1264.07,1.08635,300,5,0,102,0,1,0,0,0),(49507,2022,1,1,1,3033,0,9574.92,1001.52,1267.27,0.841248,300,5,0,102,0,1,0,0,0),(49508,2022,1,1,1,3033,0,9552.11,1016.61,1262.48,5.35648,300,5,0,102,0,1,0,0,0),(49509,2022,1,1,1,3033,0,9585.36,1051.87,1263.52,0.49536,300,5,0,102,0,1,0,0,0),(49510,2022,1,1,1,3033,0,9652.98,901.533,1270.74,6.11643,300,0,0,102,0,0,0,0,0),(49512,2025,1,1,1,6817,0,9461.19,1040.91,1249.58,1.8797,300,5,0,137,0,1,0,0,0),(49513,2025,1,1,1,6817,0,9308.91,1147.11,1255.03,4.34777,300,5,0,137,0,1,0,0,0),(49514,2025,1,1,1,6817,0,9480.58,1141.13,1251.62,1.25838,300,5,0,137,0,1,0,0,0),(49515,2025,1,1,1,6817,0,9384.88,1263.82,1250.84,2.47691,300,5,0,137,0,1,0,0,0),(49516,2025,1,1,1,6817,0,9379.87,1136.01,1251.76,1.69051,300,5,0,137,0,1,0,0,0),(49517,2025,1,1,1,6817,0,9432.08,1093.69,1251.93,0.60939,300,5,0,137,0,1,0,0,0),(49518,2025,1,1,1,6817,0,9334.89,1209.05,1252.22,5.39475,300,5,0,137,0,1,0,0,0),(49519,3561,1,1,1,2233,1,10099.1,2594.01,1337.1,0.750492,300,0,0,1003,0,0,0,0,0),(49520,2025,1,1,1,6817,0,9453.46,1187.38,1251.54,3.00246,300,5,0,137,0,1,0,0,0),(49521,2025,1,1,1,6817,0,9340.03,1139.87,1254.62,1.17652,300,5,0,137,0,1,0,0,0),(49522,2025,1,1,1,6817,0,9510.45,1118.91,1257.34,0.504032,300,5,0,137,0,1,0,0,0),(49523,2025,1,1,1,6817,0,9370.1,1334.44,1257.7,4.78279,300,5,0,137,0,1,0,0,0),(49524,2025,1,1,1,6817,0,9368.19,1386.28,1272.7,0.621423,300,5,0,137,0,1,0,0,0),(49525,3562,1,1,1,2203,1,9800.17,2528.08,1320.35,4.25791,300,0,0,1003,0,2,0,0,0),(49526,3306,1,1,1,12729,0,9802.39,923.265,1306.8,0.802851,300,0,0,1410,1283,0,0,0,0),(49527,2027,1,1,1,3034,0,10546.6,1687.58,1295.42,0.278254,300,5,0,156,0,1,0,0,0),(49528,2027,1,1,1,3034,0,10518.5,1651.39,1282.77,1.94877,300,5,0,156,0,1,0,0,0),(49529,2027,1,1,1,3034,0,10381.7,1652.35,1291.63,0.555494,300,5,0,156,0,1,0,0,0),(49530,2027,1,1,1,3034,0,9274.96,1079.85,1253.8,2.43292,300,5,0,156,0,1,0,0,0),(49531,2027,1,1,1,3034,0,9297.8,1107.12,1254.22,0.959927,300,5,0,156,0,1,0,0,0),(49532,2027,1,1,1,3034,0,10413.1,1683.47,1293.49,3.97562,300,5,0,156,0,1,0,0,0),(49533,2027,1,1,1,3034,0,10382.6,1578.84,1292.25,4.7466,300,5,0,156,0,1,0,0,0),(49534,2027,1,1,1,3034,0,10449.5,1586.42,1283.29,2.45267,300,5,0,156,0,1,0,0,0),(49535,2027,1,1,1,3034,0,10449.7,1653.06,1277.75,2.5861,300,5,0,156,0,1,0,0,0),(49536,2027,1,1,1,3034,0,10501.1,1579.05,1303.08,4.94808,300,5,0,156,0,1,0,0,0),(49537,2027,1,1,1,3034,0,9314.98,1117.39,1253.11,2.94928,300,5,0,156,0,1,0,0,0),(49538,2027,1,1,1,3034,0,9297.59,1124.4,1254.25,4.24115,300,0,0,156,0,0,0,0,0),(49539,7916,1,1,1,7026,0,8707.46,988.88,14.1964,2.72271,300,0,0,1003,0,0,0,0,0),(49540,2796,1,1,1,2232,1,10088,2594.28,1337.06,5.74213,300,0,0,1342,0,0,0,0,0),(49541,2029,1,1,1,863,0,10680.1,1682.48,1289.7,4.51241,300,5,0,176,0,1,0,0,0),(49542,2029,1,1,1,863,0,10647.2,1580.81,1294.14,3.88218,300,5,0,176,0,1,0,0,0),(49543,2029,1,1,1,863,0,10583.1,1651.74,1281.9,3.7556,300,5,0,176,0,1,0,0,0),(49544,2029,1,1,1,863,0,10689.1,1626.58,1273.8,0.745364,300,5,0,176,0,1,0,0,0),(49545,2029,1,1,1,863,0,10809.1,1615.68,1271.3,1.34001,300,5,0,176,0,1,0,0,0),(49546,2029,1,1,1,863,0,10712.6,1651.05,1270.07,6.08472,300,5,0,176,0,1,0,0,0),(49547,2029,1,1,1,863,0,10615.1,1605.06,1291.01,4.56043,300,5,0,176,0,1,0,0,0),(49548,2029,1,1,1,863,0,10748.4,1616.35,1270.13,5.56728,300,5,0,176,0,1,0,0,0),(49549,2029,1,1,1,863,0,10659.8,1651.11,1278.4,6.15883,300,5,0,176,0,1,0,0,0),(49550,2030,1,1,1,3032,0,10929.8,1522.2,1278.25,3.40336,300,5,0,186,191,1,0,0,0),(49551,2030,1,1,1,3032,0,10915.2,1580.66,1270.4,1.50853,300,5,0,186,191,1,0,0,0),(49552,2030,1,1,1,3032,0,10948.7,1549.23,1271.87,2.22762,300,5,0,186,191,1,0,0,0),(49553,2030,1,1,1,3032,0,10885.9,1552.52,1282.74,4.21827,300,5,0,186,191,1,0,0,0),(49554,2030,1,1,1,3032,0,10851.9,1649.24,1278.27,3.54073,300,5,0,186,191,1,0,0,0),(49555,2030,1,1,1,3032,0,10948.6,1615.57,1271.4,0.580775,300,5,0,186,191,1,0,0,0),(49556,2030,1,1,1,3032,0,10950.9,1580.08,1270.87,3.22651,300,5,0,186,191,1,0,0,0),(49557,2030,1,1,1,3032,0,10884.6,1614.3,1270.6,5.63799,300,5,0,186,191,1,0,0,0),(49558,2030,1,1,1,3032,0,10849.1,1581.46,1273.76,1.95477,300,0,0,186,191,0,0,0,0),(49559,3567,1,1,1,2686,1,9898.59,984.968,1354.89,1.22173,300,0,0,222,0,0,0,0,0),(49560,2031,1,1,1,11454,0,10401,589.031,1328.56,0.348786,300,5,0,42,0,1,0,0,0),(49561,2031,1,1,1,11454,0,10457.8,537.143,1340.59,6.05182,300,5,0,42,0,1,0,0,0),(49562,2031,1,1,1,11454,0,10497.6,684.208,1320.24,2.43223,300,5,0,42,0,1,0,0,0),(49563,2031,1,1,1,11454,0,10405,539.775,1329.64,4.63057,300,5,0,42,0,1,0,0,0),(49564,2031,1,1,1,11454,0,10374.3,658.443,1327.77,1.74149,300,5,0,42,0,1,0,0,0),(49565,2031,1,1,1,11454,0,10395.5,625.367,1326.48,0.557668,300,5,0,42,0,1,0,0,0),(49566,2031,1,1,1,11454,0,10245.2,841.586,1343.74,5.97556,300,5,0,42,0,1,0,0,0),(49567,2031,1,1,1,11454,0,10320.2,931.787,1329.82,1.77892,300,5,0,42,0,1,0,0,0),(49568,2031,1,1,1,11454,0,10375.8,656.873,1327.52,4.47647,300,5,0,42,0,1,0,0,0),(49569,2031,1,1,1,11454,0,10331.4,679.368,1331.03,2.64902,300,5,0,42,0,1,0,0,0),(49570,2031,1,1,1,11454,0,10441.8,677.484,1325.45,3.76297,300,5,0,42,0,1,0,0,0),(49571,2031,1,1,1,11454,0,10415.9,629.099,1322.92,4.34583,300,5,0,42,0,1,0,0,0),(49572,2031,1,1,1,11454,0,10289.2,648.423,1344.08,4.59796,300,5,0,42,0,1,0,0,0),(49610,2031,1,1,1,11454,0,10327.7,642.474,1329.73,6.09664,300,5,0,42,0,1,0,0,0),(49611,2031,1,1,1,11454,0,10378,659.143,1326.89,0.184693,300,5,0,42,0,1,0,0,0),(49612,2031,1,1,1,11454,0,10271.7,820.217,1340.75,1.04947,300,5,0,42,0,1,0,0,0),(49613,2031,1,1,1,11454,0,10285.2,839.433,1334.21,3.64632,300,5,0,42,0,1,0,0,0),(49614,2031,1,1,1,11454,0,10270.5,744.21,1341.8,0.481414,300,5,0,42,0,1,0,0,0),(49615,2031,1,1,1,11454,0,10302.9,728.743,1332.09,3.00342,300,5,0,42,0,1,0,0,0),(49616,2031,1,1,1,11454,0,10299.6,704.289,1335.16,1.00996,300,5,0,42,0,1,0,0,0),(49617,2031,1,1,1,11454,0,10320.7,689.129,1329.37,2.02789,300,5,0,42,0,1,0,0,0),(49620,2031,1,1,1,11454,0,10509.4,868.567,1314.04,5.31195,300,5,0,42,0,1,0,0,0),(49621,2031,1,1,1,11454,0,10330.7,664.841,1332.05,1.31919,300,5,0,42,0,1,0,0,0),(49622,2031,1,1,1,11454,0,10314.7,868.156,1333.09,2.37829,300,5,0,42,0,1,0,0,0),(49623,2031,1,1,1,11454,0,10418.9,684.193,1324.18,5.0535,300,5,0,42,0,1,0,0,0),(49624,6128,1,1,1,2015,0,9672.7,1408.81,1402.76,3.20626,300,0,0,198,0,0,0,0,0),(49625,3568,1,1,1,599,0,10758.4,2208.9,1331.64,4.2237,300,0,0,198,0,0,0,0,0),(49626,2032,1,1,1,11448,0,10608.2,759.786,1315.78,5.05716,300,5,0,55,0,1,0,0,0),(49627,2032,1,1,1,11448,0,10514.9,584.449,1339.01,2.59339,300,5,0,55,0,1,0,0,0),(49628,2032,1,1,1,11448,0,10506.7,639.257,1328.1,4.12737,300,5,0,55,0,1,0,0,0),(49629,2032,1,1,1,11448,0,10542.1,642.443,1327.19,3.48069,300,5,0,55,0,1,0,0,0),(49630,2032,1,1,1,11448,0,10507.2,649.605,1325.47,5.20924,300,5,0,55,0,1,0,0,0),(49631,2032,1,1,1,11448,0,10580.1,655.675,1324.96,2.03661,300,5,0,55,0,1,0,0,0),(49632,2032,1,1,1,11448,0,10546.4,620.64,1331.08,0.750677,300,5,0,55,0,1,0,0,0),(49633,2032,1,1,1,11448,0,10574.2,638.466,1327.28,0.860051,300,5,0,55,0,1,0,0,0),(49634,2032,1,1,1,11448,0,10575.3,606.387,1336.35,3.12105,300,5,0,55,0,1,0,0,0),(49635,2032,1,1,1,11448,0,10505,696.176,1319.22,2.4246,300,5,0,55,0,1,0,0,0),(49636,2032,1,1,1,11448,0,10616.5,783.857,1313.78,5.43431,300,5,0,55,0,1,0,0,0),(49637,2032,1,1,1,11448,0,10613.9,813.975,1310.55,1.67976,300,5,0,55,0,1,0,0,0),(49638,2032,1,1,1,11448,0,10763.5,801.209,1335.82,0.907151,300,5,0,55,0,1,0,0,0),(49639,2032,1,1,1,11448,0,10670.4,767.625,1320.87,1.78608,300,5,0,55,0,1,0,0,0),(49640,2032,1,1,1,11448,0,10625.2,724.59,1321.93,4.60217,300,5,0,55,0,1,0,0,0),(49641,2032,1,1,1,11448,0,10654.2,709.779,1326.92,1.50494,300,5,0,55,0,1,0,0,0),(49642,2032,1,1,1,11448,0,10662.7,629.348,1342.76,5.48279,300,5,0,55,0,1,0,0,0),(49643,2032,1,1,1,11448,0,10637.6,671.466,1330.12,4.50198,300,5,0,55,0,1,0,0,0),(49644,2032,1,1,1,11448,0,10593.4,614.076,1337.09,4.86002,300,5,0,55,0,1,0,0,0),(49645,2032,1,1,1,11448,0,10665.7,731.505,1324.02,0.727372,300,5,0,55,0,1,0,0,0),(49646,2032,1,1,1,11448,0,10605.3,743.945,1319.16,3.92457,300,5,0,55,0,1,0,0,0),(49647,2032,1,1,1,11448,0,10620.3,717.732,1322.39,2.31982,300,5,0,55,0,1,0,0,0),(49648,2032,1,1,1,11448,0,10533.3,633.584,1327.31,2.84489,300,0,0,55,0,0,0,0,0),(49822,2033,1,1,1,3030,0,10384,1515.1,1308.93,5.21857,300,5,0,156,0,1,0,0,0),(49823,2033,1,1,1,3030,0,10321.5,1788.37,1319.55,0.372853,300,5,0,156,0,1,0,0,0),(49824,2033,1,1,1,3030,0,10441,1486.79,1318.15,1.17052,300,5,0,156,0,1,0,0,0),(49825,2033,1,1,1,3030,0,10587,1516.64,1315.86,6.27147,300,5,0,156,0,1,0,0,0),(49826,2033,1,1,1,3030,0,10629.6,1795.74,1324.08,2.40289,300,5,0,156,0,1,0,0,0),(49827,2033,1,1,1,3030,0,10546.8,1482.62,1323.2,3.501,300,5,0,156,0,1,0,0,0),(49828,2033,1,1,1,3030,0,10820.2,2017.65,1316.81,0.263811,300,5,0,156,0,1,0,0,0),(49829,2033,1,1,1,3030,0,10685.6,1482.36,1311.68,1.51362,300,5,0,156,0,1,0,0,0),(49830,2033,1,1,1,3030,0,10552.8,1545.29,1308.79,5.19662,300,5,0,156,0,1,0,0,0),(49831,2033,1,1,1,3030,0,10840.3,1988.41,1320.31,3.67188,300,5,0,156,0,1,0,0,0),(49832,2033,1,1,1,3030,0,10319.9,1454.94,1340.65,3.3154,300,5,0,156,0,1,0,0,0),(49833,2033,1,1,1,3030,0,10638.1,1803.05,1325.58,3.33679,300,5,0,156,0,1,0,0,0),(49834,2033,1,1,1,3030,0,10285,1426.41,1340.87,4.40684,300,5,0,156,0,1,0,0,0),(49835,2033,1,1,1,3030,0,10780.7,2046.89,1319.73,3.56918,300,5,0,156,0,1,0,0,0),(49836,2033,1,1,1,3030,0,10441.6,1471.24,1321.97,0.676419,300,5,0,156,0,1,0,0,0),(49837,2034,1,1,1,3030,0,10902.5,1744.71,1320.55,6.14308,300,5,0,198,0,1,0,0,0),(49838,2034,1,1,1,3030,0,10836.1,1878.23,1342.05,2.5255,300,5,0,198,0,1,0,0,0),(49839,2034,1,1,1,3030,0,10978.4,1709.89,1300.85,4.00654,300,5,0,198,0,1,0,0,0),(49840,2034,1,1,1,3030,0,10857.7,1782.51,1333.5,2.28016,300,5,0,198,0,1,0,0,0),(49841,2034,1,1,1,3030,0,10922.8,1862.28,1334.44,0.097822,300,5,0,198,0,1,0,0,0),(49842,2034,1,1,1,3030,0,10990.2,1911.81,1331.65,5.38525,300,5,0,198,0,1,0,0,0),(49843,3571,1,1,1,4849,1,9891.5,988.789,1355.03,0.698132,300,0,0,7048,0,0,0,0,0),(49844,3571,1,1,1,4851,1,9905.43,983.199,1354.89,1.69297,300,0,0,7048,0,0,0,0,0),(49845,3571,1,1,1,4849,1,9767.04,931.276,1301.29,0.259382,300,0,0,7048,0,2,0,0,0),(49846,3571,1,1,1,4852,1,9840.04,973.365,1307.2,0.191986,300,0,0,7048,0,0,0,0,0),(49847,3571,1,1,1,4851,1,9728.46,950.702,1294.46,4.76475,300,0,0,7048,0,0,0,0,0),(49848,3571,1,1,1,4851,1,9844.02,959.711,1307.27,0.418879,300,0,0,7048,0,0,0,0,0),(49849,3571,1,1,1,4851,1,9880.81,971.322,1313.91,4.64258,300,0,0,7048,0,0,0,0,0),(49850,2038,1,1,1,1013,0,10107.1,1206.24,1311.55,4.46804,300,0,0,148,165,0,0,0,0),(49851,4087,1,1,1,2196,1,9992.01,2316.97,1330.87,2.16421,300,0,0,4120,0,0,0,0,0),(49852,15351,1,1,1,15389,0,9994.73,2324.28,1330.87,3.24631,300,0,0,30520,0,0,0,0,0),(49853,2039,1,1,1,6818,0,9122.84,1837.62,1328.07,0.276031,300,0,0,247,0,0,0,0,0),(49854,4088,1,1,1,2197,1,9994.09,2331.89,1330.87,3.14159,300,0,0,4370,0,0,0,0,0),(49855,2041,1,1,1,2429,0,9882.95,900.002,1307.93,1.55456,300,0,0,6104,0,2,0,0,0),(49856,4089,1,1,1,2198,1,9940.36,2284.55,1341.48,4.99164,300,0,0,1753,0,0,0,0,0),(49857,2041,1,1,1,2429,0,9975.09,2157.83,1329.01,1.26005,300,0,0,6104,0,2,0,0,0),(49858,2041,1,1,1,2429,0,9955.37,1939.11,1328.36,5.18363,300,0,0,6104,0,0,0,0,0),(49859,4090,1,1,1,2200,1,9667.02,2532.66,1360.08,5.79449,300,0,0,2884,5751,0,0,0,0),(49860,2042,1,1,1,6805,0,10092.1,390.417,1323.74,3.46278,300,5,0,102,0,1,0,0,0),(49861,2042,1,1,1,6805,0,10094.4,443.66,1323.86,1.51622,300,5,0,102,0,1,0,0,0),(49862,2042,1,1,1,6805,0,10016.9,474.638,1314.19,6.09661,300,5,0,102,0,1,0,0,0),(49863,2042,1,1,1,6805,0,10051.5,1282.34,1316.41,0.176789,300,5,0,102,0,1,0,0,0),(49864,2042,1,1,1,6805,0,9951.93,313.512,1318.31,4.20759,300,5,0,102,0,1,0,0,0),(49865,2042,1,1,1,6805,0,9929.36,548.588,1306.21,3.0795,300,5,0,102,0,1,0,0,0),(49866,2042,1,1,1,6805,0,10135.6,1345.72,1325.81,5.40614,300,5,0,102,0,1,0,0,0),(49867,2042,1,1,1,6805,0,9954.52,1283.46,1296.32,4.03838,300,5,0,102,0,1,0,0,0),(49868,2042,1,1,1,6805,0,9717.51,1192.33,1275.08,1.5353,300,5,0,102,0,1,0,0,0),(49869,2042,1,1,1,6805,0,9887.97,1226.34,1298.16,1.49747,300,5,0,102,0,1,0,0,0),(49870,2042,1,1,1,6805,0,9787.6,1192.85,1281.86,1.32321,300,5,0,102,0,1,0,0,0),(49871,2042,1,1,1,6805,0,10120.3,1335.53,1321.99,5.71379,300,5,0,102,0,1,0,0,0),(49872,2042,1,1,1,6805,0,10096.8,1303.18,1322.67,1.52348,300,5,0,102,0,1,0,0,0),(49873,2042,1,1,1,6805,0,9844.95,1123.34,1300.16,5.72065,300,5,0,102,0,1,0,0,0),(49874,2042,1,1,1,6805,0,9823.17,1219.37,1287.21,3.29398,300,5,0,102,0,1,0,0,0),(49875,2042,1,1,1,6805,0,9683.18,1051.1,1284.78,1.59164,300,5,0,102,0,1,0,0,0),(49876,2042,1,1,1,6805,0,9716.85,1125.98,1277.15,4.74314,300,5,0,102,0,1,0,0,0),(49877,2042,1,1,1,6805,0,9620.34,1024.44,1277.02,0.203523,300,5,0,102,0,1,0,0,0),(49878,2042,1,1,1,6805,0,9748.66,1220.08,1282.48,1.91448,300,5,0,102,0,1,0,0,0),(49879,2042,1,1,1,6805,0,9759.64,617.705,1298.21,2.80919,300,0,0,102,0,0,0,0,0),(49880,2042,1,1,1,6805,0,9988.06,404.662,1309.81,1.61626,300,5,0,102,0,1,0,0,0),(49881,2042,1,1,1,6805,0,9999.21,352.191,1317.6,3.09078,300,5,0,102,0,1,0,0,0),(49882,2042,1,1,1,6805,0,9828.21,681.657,1298.78,0.606965,300,5,0,102,0,1,0,0,0),(49883,2042,1,1,1,6805,0,9737.49,649.785,1297.98,2.54167,300,5,0,102,0,1,0,0,0),(49884,2042,1,1,1,6805,0,9791.64,652.266,1295.91,3.23262,300,5,0,102,0,1,0,0,0),(49885,2042,1,1,1,6805,0,9693.47,782.62,1288.71,4.86287,300,5,0,102,0,1,0,0,0),(49886,2042,1,1,1,6805,0,9736.71,791.845,1296.54,0.150942,300,5,0,102,0,1,0,0,0),(49887,2042,1,1,1,6805,0,9944.04,1084.02,1319.15,4.44444,300,5,0,102,0,1,0,0,0),(49888,2042,1,1,1,6805,0,9937,1276.95,1296.2,3.60153,300,5,0,102,0,1,0,0,0),(49889,2042,1,1,1,6805,0,9784.99,618.715,1297.05,0.507506,300,5,0,102,0,1,0,0,0),(49890,2042,1,1,1,6805,0,9882.35,1218.78,1300.39,3.74075,300,5,0,102,0,1,0,0,0),(49891,2042,1,1,1,6805,0,9706.59,1118.33,1275.78,2.8097,300,5,0,102,0,1,0,0,0),(49892,2042,1,1,1,6805,0,9744.31,1224.63,1282.2,2.3084,300,5,0,102,0,1,0,0,0),(49893,2042,1,1,1,6805,0,9819.7,1184.31,1285.34,4.79107,300,5,0,102,0,1,0,0,0),(49894,2042,1,1,1,6805,0,9685.91,1081.22,1278.78,5.70691,300,5,0,102,0,1,0,0,0),(49895,2042,1,1,1,6805,0,9716.34,1178.57,1272.82,4.72997,300,5,0,102,0,1,0,0,0),(49896,2042,1,1,1,6805,0,9787.22,1185.07,1282.12,6.10257,300,5,0,102,0,1,0,0,0),(49897,2042,1,1,1,6805,0,9853.45,826.295,1307.94,5.88509,300,5,0,102,0,1,0,0,0),(49898,2042,1,1,1,6805,0,9682.05,779.307,1285.27,3.67188,300,5,0,102,0,1,0,0,0),(49899,2042,1,1,1,6805,0,9747.33,783.211,1296.93,3.01136,300,5,0,102,0,1,0,0,0),(49900,2042,1,1,1,6805,0,9975.89,879.92,1325.72,4.50791,300,5,0,102,0,1,0,0,0),(49901,2043,1,1,1,14318,0,9858.1,1834.19,1316.38,3.2837,300,5,0,5342,0,1,0,0,0),(49902,2043,1,1,1,14318,0,9382.15,585.58,1322.65,0.550747,300,5,0,5342,0,1,0,0,0),(49903,4091,1,1,1,2201,1,9654.43,2537.32,1331.6,3.92699,300,0,0,1939,4393,0,0,0,0),(49904,2043,1,1,1,14318,0,9410.08,1442.42,1286.29,0.915928,300,5,0,5342,0,1,0,0,0),(49905,2043,1,1,1,14318,0,9384.34,648.148,1309.59,5.70041,300,5,0,5342,0,1,0,0,0),(49906,2043,1,1,1,14318,0,9412.83,580.065,1321.63,3.91286,300,5,0,5342,0,1,0,0,0),(49907,2043,1,1,1,14318,0,9370.44,1070.41,1278.64,3.62197,300,5,0,5342,0,1,0,0,0),(49908,2043,1,1,1,14318,0,9212.91,1220.95,1316.63,3.10839,300,5,0,5342,0,1,0,0,0),(49909,2043,1,1,1,14318,0,9322.74,916.021,1304.95,6.08464,300,5,0,5342,0,1,0,0,0),(49910,2043,1,1,1,14318,0,9844.01,1867.71,1320.64,4.46745,300,5,0,5342,0,1,0,0,0),(49911,2043,1,1,1,14318,0,9299.63,1525.35,1279.44,4.09611,300,5,0,5342,0,1,0,0,0),(49912,2043,1,1,1,14318,0,9308.93,1617.28,1292.38,2.69465,300,5,0,5342,0,1,0,0,0),(49913,2043,1,1,1,14318,0,9460.44,1755.72,1308.43,4.07943,300,5,0,5342,0,1,0,0,0),(49914,2043,1,1,1,14318,0,9343.08,685.377,1310.4,3.95124,300,5,0,5342,0,1,0,0,0),(49915,2043,1,1,1,14318,0,9425.12,1416.74,1293.86,6.08885,300,5,0,5342,0,1,0,0,0),(49916,2043,1,1,1,14318,0,9484.99,1756.41,1302.88,3.15819,300,5,0,5342,0,1,0,0,0),(49917,2043,1,1,1,14318,0,9479.38,1783.39,1312.52,1.77306,300,5,0,5342,0,1,0,0,0),(49918,2043,1,1,1,14318,0,9362.25,628.674,1318.09,2.46213,300,5,0,5342,0,1,0,0,0),(49919,2043,1,1,1,14318,0,9150.12,1236.91,1324.58,1.55369,300,5,0,5342,0,1,0,0,0),(49920,2043,1,1,1,14318,0,9262.86,1481.98,1293.37,1.59911,300,5,0,5342,0,1,0,0,0),(49921,2043,1,1,1,14318,0,9378.61,973.917,1283.33,2.42852,300,5,0,5342,0,1,0,0,0),(49922,2043,1,1,1,14318,0,9247.24,1252.79,1298.09,0.96031,300,5,0,5342,0,1,0,0,0),(49923,2043,1,1,1,14318,0,9145.05,1268.94,1324.34,2.27391,300,5,0,5342,0,1,0,0,0),(49924,2043,1,1,1,14318,0,9282.29,1422.83,1288.02,2.91311,300,5,0,5342,0,1,0,0,0),(49925,2043,1,1,1,14318,0,9923.4,1854.72,1321.21,0.331639,300,5,0,5342,0,1,0,0,0),(49926,2043,1,1,1,14318,0,9214.38,1283.38,1311.15,4.72281,300,5,0,5342,0,1,0,0,0),(49927,2043,1,1,1,14318,0,9936.16,1771.33,1331.57,0.625925,300,5,0,5342,0,1,0,0,0),(49928,2043,1,1,1,14318,0,9384.65,1513.58,1276.9,5.60226,300,5,0,5342,0,1,0,0,0),(49929,2043,1,1,1,14318,0,9450.58,1718.43,1301.46,1.44935,300,5,0,5342,0,1,0,0,0),(49930,2043,1,1,1,14318,0,9895.78,1737.91,1329.78,2.73364,300,5,0,5342,0,1,0,0,0),(49931,2043,1,1,1,14318,0,9945.32,1752.27,1332,3.41348,300,5,0,5342,0,1,0,0,0),(49932,2043,1,1,1,14318,0,9813.45,1744.49,1316.03,2.77399,300,5,0,5342,0,1,0,0,0),(49933,2043,1,1,1,14318,0,9449.38,585.401,1321.49,1.58489,300,5,0,5342,0,1,0,0,0),(49934,4092,1,1,1,2202,1,9612.45,2511.37,1331.6,0.785398,300,0,0,1239,3191,0,0,0,0),(49935,6142,1,1,1,5083,1,9918.03,2308.6,1330.87,1.71042,300,0,0,1221,0,0,0,0,0),(137650,34976,1,1,1,0,1,-1381.29,-75.9809,160.602,3.19395,300,0,0,1,0,0,0,0,0),(137647,35599,1,1,1,0,1,9975.14,2330.35,1330.87,0.0349066,300,0,0,1,1,0,0,0,0),(49938,3838,1,1,1,1931,0,8640.58,841.118,23.3464,0.05236,600,0,0,10572,0,0,0,0,0),(49939,4262,1,1,1,14613,1,8639.22,849.739,22.8567,0.244346,300,0,0,15952,0,0,0,0,0),(49940,12800,1,1,1,4269,0,-6434.27,3269.59,38.655,0.893311,600,10,0,30520,0,1,0,0,0),(49941,12800,1,1,1,4269,0,-6119.36,3379.44,59.4982,1.12248,600,10,0,30520,0,1,0,0,0),(49942,12800,1,1,1,4269,0,-5820.14,3485.02,28.5167,6.12735,600,10,0,30520,0,1,0,0,0),(49943,12800,1,1,1,4269,0,-6116.64,3369.37,57.609,1.51411,600,10,0,30520,0,1,0,0,0),(49944,12800,1,1,1,4269,0,-6197.07,3334.46,58.6327,2.46761,600,10,0,30520,0,1,0,0,0),(49945,12800,1,1,1,4269,0,-6319.28,3344.16,65.2054,3.20316,600,10,0,30520,0,1,0,0,0),(49946,12800,1,1,1,4269,0,-5787.43,3485.04,28.5554,2.57208,600,10,0,30520,0,1,0,0,0),(49947,12800,1,1,1,4269,0,-5909.7,3494.38,56.567,1.04947,600,10,0,30520,0,1,0,0,0),(49948,12801,1,1,1,10810,0,-6330.06,3291.88,70.8554,0,600,10,0,30520,0,1,0,0,0),(49949,12801,1,1,1,10810,0,-6436.39,3345.68,58.6644,3.3681,600,15,0,30520,0,1,0,0,0),(49950,12801,1,1,1,10810,0,-6315.02,3316.28,68.0559,3.53476,600,10,0,30520,0,1,0,0,0),(49951,12801,1,1,1,10810,0,-5863.11,3412.64,23.5561,3.56418,600,10,0,30520,0,1,0,0,0),(49952,12801,1,1,1,10810,0,-5751.47,3491.62,34.1866,2.91096,600,10,0,30520,0,1,0,0,0),(49953,12801,1,1,1,10810,0,-5954.25,3450.71,45.5886,2.93596,600,10,0,30520,0,1,0,0,0),(49954,12801,1,1,1,10810,0,-6017.64,3382.51,46.0543,4.43344,600,10,0,30520,0,1,0,0,0),(49955,12801,1,1,1,10810,0,-6048.84,3347.2,50.5897,4.67721,600,10,0,30520,0,1,0,0,0),(49956,12801,1,1,1,10810,0,-6082.72,3316.35,54.0408,5.49779,600,10,0,30520,0,1,0,0,0),(49957,9986,1,1,1,9260,0,-4371.6,264.516,25.7434,4.20624,300,0,0,1003,0,0,0,0,0),(49958,12802,1,1,1,9560,0,-5877.04,3316.89,37.7868,6.16069,600,15,0,22008,0,1,0,0,0),(49959,12802,1,1,1,9560,0,-5882.79,3385.49,25.0237,1.92808,600,10,0,22008,0,1,0,0,0),(49960,12802,1,1,1,9560,0,-5675.77,3462.87,47.407,5.85535,600,10,0,22008,0,1,0,0,0),(49961,12802,1,1,1,9560,0,-5668.09,3429.49,48.0225,5.95896,600,15,0,22008,0,1,0,0,0),(49962,12802,1,1,1,9560,0,-5918.32,3419.05,34.0495,1.88452,600,10,0,22008,0,1,0,0,0),(49963,12802,1,1,1,9560,0,-5983.55,3415,45.994,5.37309,600,10,0,22008,0,1,0,0,0),(49964,12802,1,1,1,9560,0,-6022.17,3448.47,55.6654,3.26405,600,10,0,22008,0,1,0,0,0),(49965,12802,1,1,1,9560,0,-6047.88,3416.94,54.7501,0.126293,600,10,0,22008,0,1,0,0,0),(49966,12802,1,1,1,9560,0,-6084.55,3380.53,53.2139,4.14751,600,10,0,22008,0,1,0,0,0),(49967,7939,1,1,1,7012,1,-4428.23,3197.59,13.3577,5.85986,300,15,0,7048,0,1,0,0,0),(49968,7939,1,1,1,7012,1,-4390.31,3202.46,17.6658,0.436332,300,0,0,7048,0,0,0,0,0),(49969,7939,1,1,1,7012,1,-4377.73,3242.32,12.1581,4.51377,300,0,0,7048,0,2,0,0,0),(49970,12803,1,1,1,12683,0,-5731.73,3402.58,65.4761,3.21747,600,0,0,323700,0,0,0,0,0),(49971,7939,1,1,1,7012,1,-4492.24,3315.42,14.7457,0.174533,300,0,0,7048,0,0,0,0,0),(49972,7939,1,1,1,7012,1,-4406.3,3290.4,12.4444,3.24631,300,0,0,7048,0,0,0,0,0),(49973,7939,1,1,1,7012,1,-4339.32,3283.14,18.5912,1.11701,300,0,0,7048,0,0,0,0,0),(49974,7939,1,1,1,7012,1,-4394.36,3371.5,14.8057,1.48474,300,15,0,7048,0,1,0,0,0),(49975,7939,1,1,1,7012,1,-4443.71,3300.13,13.0322,5.23599,300,0,0,7048,0,0,0,0,0),(49976,7939,1,1,1,7012,1,-4382.54,3196.88,17.6645,1.29154,300,0,0,7048,0,0,0,0,0),(49977,7939,1,1,1,7012,1,-4484.77,3263.51,11.8672,1.13224,300,15,0,7048,0,1,0,0,0),(49978,7939,1,1,1,7012,1,-4444.18,3225.68,12.6411,0.837758,300,0,0,7048,0,0,0,0,0),(49979,7939,1,1,1,7012,1,-4513.34,3207.91,10.8197,1.88668,300,15,0,7048,0,1,0,0,0),(49980,7939,1,1,1,7012,1,-4368.46,3168.19,12.5482,4.31734,300,15,0,7048,0,1,0,0,0),(49981,7939,1,1,1,7012,1,-4342.76,3236.16,11.5476,4.4757,300,15,0,7048,0,1,0,0,0),(49982,7939,1,1,1,7012,1,-4222.71,3282.85,8.14104,-1.0821,300,0,0,7048,0,2,0,0,0),(49983,7939,1,1,1,7012,1,-4356.65,3358.19,11.807,1.10496,300,3,0,7048,0,1,0,0,0),(49984,7939,1,1,1,7012,1,-4255.01,3290.86,11.7898,5.61996,300,0,0,7048,0,0,0,0,0),(49985,7939,1,1,1,7012,1,-4255.43,3279.96,11.753,0.541052,300,0,0,7048,0,0,0,0,0),(49986,7939,1,1,1,7012,1,-4528.45,3255.95,10.0763,2.32454,300,15,0,7048,0,1,0,0,0),(49991,7939,1,1,1,7012,1,-4352.23,3201.79,12.62,6.0695,300,15,0,7048,0,1,0,0,0),(49993,7941,1,1,1,7022,0,-4364.43,3284.22,13.6339,3.49066,300,0,0,5066,0,0,0,0,0),(49994,7942,1,1,1,7024,0,-4379.03,3311.83,13.6345,5.3058,300,0,0,4906,0,0,0,0,0),(49997,7943,1,1,1,7019,1,-4509.71,3285.25,14.9415,0.226893,300,0,0,4276,0,0,0,0,0),(49998,7945,1,1,1,7023,1,-4504.52,3281.26,14.9415,1.6057,300,0,0,4276,0,0,0,0,0),(49999,7946,1,1,1,7021,1,-4294.42,3199.97,0.517903,6.26573,300,0,0,4742,0,0,0,0,0),(50000,7947,1,1,1,7017,1,-4380.15,3266.08,13.6348,0.453786,300,0,0,4742,0,0,0,0,0),(50001,7948,1,1,1,7018,1,-4395.07,3174.23,17.6733,2.51327,300,0,0,4742,0,0,0,0,0),(50002,7949,1,1,1,7020,1,-4416.97,3249.04,12.3839,0.733038,300,0,0,4584,0,0,0,0,0),(50003,5390,1,1,1,4715,1,-4345.63,223.099,25.6056,2.94961,300,0,0,2566,0,0,0,0,0),(50004,14355,1,1,1,14386,0,-4097.25,96.4591,76.3644,2.72271,300,0,0,3052,0,0,0,0,0),(50005,7956,1,1,1,7044,1,-4481.82,858.533,74.6309,3.80482,10,0,0,1981,0,0,0,0,0),(50006,7957,1,1,1,7045,1,-4479.81,858.481,74.6105,3.90954,300,0,0,1075,2763,0,0,0,0),(50007,15384,1,1,1,11686,0,-4355.37,2429.23,6.47439,5.14872,300,0,0,4120,0,0,0,0,0),(50008,15384,1,1,1,11686,0,-4212.1,3292.71,6.16908,4.69494,300,0,0,4120,0,0,0,0,0),(50009,7725,1,1,1,6835,1,-4162.52,778.928,148.408,5.548,300,3,0,1981,0,1,0,0,0),(50010,14373,1,1,1,14427,0,-4394.15,212.484,25.5193,1.76185,300,0,0,2961,0,2,0,0,0),(50011,14374,1,1,1,14426,0,-4401.73,3275.46,12.3194,5.68997,300,0,0,2961,0,0,0,0,0),(50012,14889,1,1,1,15366,0,-2872.66,1884.25,52.7336,2.6529,868400,0,0,1895000,0,0,0,0,0),(50013,11818,1,1,1,11745,0,-4340.99,139.061,34.1855,3.38594,300,0,0,1981,0,0,0,0,0),(50014,14637,1,1,1,14664,1,-4378.62,2327.33,1.54656,5.02655,300,0,0,1524,0,0,0,0,0),(50015,7725,1,1,1,6836,1,-4538.72,672.333,60.2229,4.31236,300,0,0,1981,0,2,0,0,0),(50016,7725,1,1,1,6836,1,-4553.5,779.687,47.8547,5.62744,300,15,0,1981,0,1,0,0,0),(50017,7725,1,1,1,6835,1,-4600.34,822.483,47.3132,5.5812,300,15,0,1981,0,1,0,0,0),(50018,7725,1,1,1,6835,1,-4514.15,723.69,62.5522,5.04314,300,3,0,1981,0,1,0,0,0),(50019,7725,1,1,1,6836,1,-4515.26,769.58,60.5478,4.78392,300,15,0,1981,0,1,0,0,0),(50020,7725,1,1,1,6836,1,-4519.95,757.272,60.3079,3.42085,300,0,0,1981,0,0,0,0,0),(50021,7725,1,1,1,6835,1,-4116.92,578.076,74.7313,3.16893,300,15,0,1981,0,1,0,0,0),(50022,7725,1,1,1,6836,1,-4536.63,805.182,60.3751,5.0091,300,0,0,1981,0,0,0,0,0),(50023,7725,1,1,1,6835,1,-4506.7,812.016,62.6576,4.10152,300,0,0,1981,0,0,0,0,0),(50024,7725,1,1,1,6835,1,-4528.38,810.67,60.3026,5.58505,300,0,0,1981,0,0,0,0,0),(50025,7725,1,1,1,6836,1,-4543.01,805.112,60.7785,5.68382,300,0,0,1981,0,2,0,0,0),(50026,7725,1,1,1,6836,1,-4561.73,846.277,60.6575,4.86533,300,0,0,1981,0,0,0,0,0),(50027,7725,1,1,1,6835,1,-4531.33,846.52,60.0051,5.13127,300,0,0,1981,0,0,0,0,0),(50028,7725,1,1,1,6835,1,-4213.85,668.458,70.6214,0.85559,300,0,0,1981,0,2,0,0,0),(50029,7725,1,1,1,6835,1,-4123.18,661.064,86.0108,2.33141,300,3,0,1981,0,1,0,0,0),(50030,7725,1,1,1,6836,1,-4185.9,598.25,70.6391,4.24802,300,0,0,1981,0,0,0,0,0),(50031,7725,1,1,1,6836,1,-4189.18,611.001,70.7044,4.73188,300,0,0,1981,0,0,0,0,0),(50032,7725,1,1,1,6836,1,-4171.3,623.446,70.5794,1.19024,300,15,0,1981,0,1,0,0,0),(50033,7725,1,1,1,6836,1,-4254.78,648.282,68.7423,1.77963,300,3,0,1981,0,1,0,0,0),(50034,7725,1,1,1,6835,1,-4583.27,652.849,48.9117,1.78667,300,15,0,1981,0,1,0,0,0),(50035,7726,1,1,1,6832,1,-4227.26,648.075,70.6681,4.07039,300,0,0,1522,1332,0,0,0,0),(50036,7726,1,1,1,6831,1,-4562.84,860.832,60.8183,6.0272,300,0,0,1522,1332,0,0,0,0),(50037,7726,1,1,1,6832,1,-4545.76,657.794,58.7566,2.03943,300,3,0,1522,1332,1,0,0,0),(50038,7726,1,1,1,2289,1,-4581.77,828.687,48.8691,5.24221,300,15,0,1522,1332,1,0,0,0),(50039,7726,1,1,1,6831,1,-4529.06,792.544,59.7115,0.855211,300,0,0,1522,1332,0,0,0,0),(50040,7726,1,1,1,6832,1,-4508.22,797.271,61.1456,3.13156,300,15,0,1522,1332,1,0,0,0),(50041,7726,1,1,1,6831,1,-4171.72,656.348,70.5595,5.84964,300,0,0,1522,1332,0,0,0,0),(50042,7726,1,1,1,6832,1,-4147.32,651.648,81.4496,1.71376,300,3,0,1522,1332,1,0,0,0),(50043,7726,1,1,1,6831,1,-4146.88,584.375,70.7092,2.22397,300,0,0,1522,1332,0,0,0,0),(50044,7726,1,1,1,6832,1,-4168.86,580.108,71.2641,5.93908,300,15,0,1522,1332,1,0,0,0),(50045,7726,1,1,1,6832,1,-4156.1,592.543,70.5842,5.5061,300,15,0,1522,1332,1,0,0,0),(50046,7726,1,1,1,6831,1,-4162.49,606.679,70.8209,2.72637,300,0,0,1522,1332,0,0,0,0),(50047,7726,1,1,1,6832,1,-4247.92,623.313,62.5433,1.5708,300,3,0,1522,1332,1,0,0,0),(50048,7727,1,1,1,6834,1,-4579.8,859.037,62.5833,1.53589,300,0,0,1648,1432,0,0,0,0),(50049,7727,1,1,1,6833,1,-4559.06,657.949,57.7953,3.52556,300,0,0,1648,1432,0,0,0,0),(50050,7727,1,1,1,6833,1,-4503.51,709.421,68.8389,2.82743,300,0,0,1648,1432,0,0,0,0),(50051,7727,1,1,1,6834,1,-4492.88,785.292,65.7131,3.1765,300,0,0,1648,1432,0,0,0,0),(50052,7727,1,1,1,6834,1,-4515.39,811.049,63.0038,4.20624,300,0,0,1648,1432,0,0,0,0),(50053,7727,1,1,1,6834,1,-4196.5,643.374,68.4452,5.9438,300,3,0,1648,1432,1,0,0,0),(50054,7727,1,1,1,6834,1,-4218.19,581.614,61.5993,4.01679,300,15,0,1648,1432,1,0,0,0),(50055,11824,1,1,1,11743,0,-4335.8,3434.68,1.98591,5.46288,300,0,0,2218,0,0,0,0,0),(50056,11825,1,1,1,11742,0,-4336.13,3433.76,2.06755,0.174533,300,0,0,2399,0,0,0,0,0),(50057,11826,1,1,1,11744,0,-4497.76,-773.281,-39.3882,3.20023,300,0,0,2218,0,0,0,0,0),(50058,10293,1,1,1,9822,1,-4365.9,3302,13.6392,2.96706,300,0,0,2980,0,0,0,0,0),(50059,7736,1,1,1,6553,0,-4381.59,3289.45,13.6266,0.034907,300,0,0,1003,0,0,0,0,0),(50060,7737,1,1,1,6554,0,-4460.1,242.722,39.1908,0.506145,300,0,0,1003,0,0,0,0,0),(50061,14395,1,1,1,7107,0,-3762.79,1135.47,159.675,4.79965,300,0,0,2784,0,0,0,0,0),(50062,7997,1,1,1,9345,0,-4543.43,814.337,60.4035,4.90377,60,0,0,1585,1381,0,0,0,0),(50063,7997,1,1,1,9345,0,-4539.64,814.521,60.4035,3.68933,60,0,0,1585,1381,0,0,0,0),(50064,7997,1,1,1,9345,0,-4537.99,821.534,60.4035,5.21737,60,0,0,1585,1381,0,0,0,0),(50065,7997,1,1,1,9345,0,-4536.86,814.636,60.4035,1.88364,60,0,0,1585,1381,0,0,0,0),(50066,7997,1,1,1,9345,0,-4539.76,819.124,60.4035,2.73082,60,0,0,1585,1381,0,0,0,0),(50067,7997,1,1,1,9345,0,-4541.21,817.484,60.4035,3.06584,60,0,0,1585,1381,0,0,0,0),(50068,7997,1,1,1,9345,0,-4545.5,816.318,60.4035,2.90394,60,0,0,1585,1381,0,0,0,0),(50069,7997,1,1,1,9345,0,-4533.85,815.895,60.4035,0.442941,60,0,0,1585,1381,0,0,0,0),(50070,7997,1,1,1,9345,0,-4536.61,817.237,60.4035,3.00027,60,0,0,1585,1381,0,0,0,0),(50071,7997,1,1,1,9345,0,-4540.96,821.578,60.4035,1.24812,60,0,0,1585,1381,0,0,0,0),(50072,7997,1,1,1,9345,0,-4542.69,820.501,60.4035,1.60307,60,0,0,1585,1381,0,0,0,0),(50073,7997,1,1,1,9345,0,-4541.33,811.603,60.4035,2.38309,60,0,0,1585,1381,0,0,0,0),(50074,14661,1,1,1,12149,0,-5219.04,90.9068,31.6091,4.48308,300,0,0,2985,0,2,0,0,0),(50075,10059,1,1,1,9282,1,-4365.72,3254.8,12.6801,4.64258,300,0,0,1003,0,0,0,0,0),(50076,9548,1,1,1,8666,1,-4484.55,233.527,48.4759,2.89725,300,0,0,2964,0,0,0,0,0),(50077,7725,1,1,1,6836,1,-4184.52,805.35,144.867,4.98373,300,5,0,1981,0,1,0,0,0),(50078,8019,1,1,1,7249,1,-4370.54,3340.11,12.352,3.42085,600,0,0,10572,0,0,0,0,0),(50079,7764,1,1,1,6989,1,-4474.9,3232.88,13.7295,0.951991,300,0,0,2769,0,0,0,0,0),(50080,8020,1,1,1,7248,1,-4421.94,198.146,25.1863,0.575959,600,0,0,10572,0,0,0,0,0),(50081,8021,1,1,1,7272,0,-4419.57,180.707,29.337,4.38078,300,0,0,2769,0,0,0,0,0),(50082,7765,1,1,1,1918,0,-3385.91,2495.84,23.5588,5.95869,300,0,0,2218,0,0,0,0,0),(50083,5461,1,1,1,5450,0,-5515.21,2283.27,5.69187,2.66465,300,15,0,2576,0,1,0,0,0),(50084,5461,1,1,1,5450,0,-3923.32,2765.01,-0.892795,5.31168,300,15,0,2576,0,1,0,0,0),(50085,5461,1,1,1,5450,0,-3968.02,2921.14,14.971,5.23908,300,15,0,2576,0,1,0,0,0),(50086,5461,1,1,1,5450,0,-3984.14,2981.9,1.69129,3.37745,300,15,0,2576,0,1,0,0,0),(50087,5461,1,1,1,5450,0,-4016.89,3049.96,-1.99751,4.16623,300,15,0,2576,0,1,0,0,0),(50088,5461,1,1,1,5450,0,-3902.11,2862.66,9.50532,2.73867,300,15,0,2576,0,1,0,0,0),(50089,5461,1,1,1,5450,0,-4039.67,2866.3,-1.23671,0.125861,300,15,0,2576,0,1,0,0,0),(50090,5461,1,1,1,5450,0,-4762.4,1979.28,2.0407,3.18454,300,15,0,2576,0,1,0,0,0),(50091,5461,1,1,1,5450,0,-4165.58,2331.51,0.816095,5.51366,300,15,0,2576,0,1,0,0,0),(50092,5461,1,1,1,5450,0,-4181.23,2383.45,2.96902,0.311354,300,15,0,2576,0,1,0,0,0),(50093,5461,1,1,1,5450,0,-4075.83,2680.56,0.365861,1.0905,300,15,0,2576,0,1,0,0,0),(50094,5461,1,1,1,5450,0,-4115.7,2625.66,2.58804,4.5536,300,15,0,2576,0,1,0,0,0),(50095,5461,1,1,1,5450,0,-4122.94,2586.33,4.05547,1.74061,300,15,0,2576,0,1,0,0,0),(50096,5461,1,1,1,5450,0,-5176.8,2262.24,-6.32783,5.5717,300,15,0,2576,0,1,0,0,0),(50097,5461,1,1,1,5450,0,-4668.75,2368.75,-0.455117,0.427094,300,15,0,2576,0,1,0,0,0),(50098,5461,1,1,1,5450,0,-4830.81,2137.04,-6.1245,3.54724,300,15,0,2576,0,1,0,0,0),(50099,5461,1,1,1,5450,0,-4780.77,2137.37,-0.215034,0.875308,300,15,0,2576,0,1,0,0,0),(50100,5461,1,1,1,5450,0,-4669.55,2084.79,-2.06703,5.68888,300,15,0,2576,0,1,0,0,0),(50101,5461,1,1,1,5450,0,-4991.93,2224.25,-1.69709,0.597758,300,15,0,2576,0,1,0,0,0),(50102,5461,1,1,1,5450,0,-5313.77,2218.88,5.98671,1.28975,300,15,0,2576,0,1,0,0,0),(50103,5461,1,1,1,5450,0,-5312.36,2291.26,-9.05161,0.776143,300,15,0,2576,0,1,0,0,0),(50104,5461,1,1,1,5450,0,-4851.08,2185.15,-0.014687,2.64081,300,0,0,2576,0,0,0,0,0),(50105,5461,1,1,1,5450,0,-5083.59,2218.21,2.34196,2.72173,300,0,0,2576,0,0,0,0,0),(50106,5461,1,1,1,5450,0,-5116.32,2251.19,-3.34717,1.05727,300,0,0,2576,0,0,0,0,0),(50107,5461,1,1,1,5450,0,-5412.23,2284.13,0.142945,1.77733,300,0,0,2576,0,0,0,0,0),(50108,5462,1,1,1,5562,0,-5391.06,2412.7,-41.2377,1.83763,300,15,0,2488,0,1,0,0,0),(50109,5462,1,1,1,5562,0,-5548.4,2378.66,-10.86,5.01778,300,15,0,2488,0,1,0,0,0),(50110,5462,1,1,1,5562,0,-5492.71,2358.39,-4.4692,5.33639,300,15,0,2488,0,1,0,0,0),(50111,5462,1,1,1,5562,0,-3987.83,2844.87,7.97783,0.857332,300,15,0,2488,0,1,0,0,0),(50112,5462,1,1,1,5562,0,-3970.58,3052.06,-15.5261,1.31421,300,15,0,2488,0,1,0,0,0),(50113,5462,1,1,1,5562,0,-4063.12,2965.94,-9.04446,4.25,300,15,0,2488,0,1,0,0,0),(50114,5462,1,1,1,5562,0,-3909.12,3062.48,4.12619,5.55162,300,15,0,2488,0,1,0,0,0),(50115,5462,1,1,1,5562,0,-3899.3,2832.61,9.6593,4.34614,300,15,0,2488,0,1,0,0,0),(50116,5462,1,1,1,5562,0,-4044.24,2803.5,-2.02519,5.39537,300,15,0,2488,0,1,0,0,0),(50117,5462,1,1,1,5562,0,-4758.67,2039.59,7.59766,2.30956,300,15,0,2488,0,1,0,0,0),(50118,5462,1,1,1,5562,0,-4830.33,2055.57,-0.831922,4.62242,300,15,0,2488,0,1,0,0,0),(50119,5462,1,1,1,5562,0,-4828.88,2027.82,-3.60859,4.38017,300,15,0,2488,0,1,0,0,0),(50120,5462,1,1,1,5562,0,-4182.71,2356.02,-0.31902,2.24992,300,15,0,2488,0,1,0,0,0),(50121,5462,1,1,1,5562,0,-4155.68,2515.49,8.72353,0.249293,300,15,0,2488,0,1,0,0,0),(50122,5462,1,1,1,5562,0,-4163.18,2548.86,2.12468,1.89537,300,15,0,2488,0,1,0,0,0),(50123,5462,1,1,1,5562,0,-4186.32,2417.43,3.42182,3.88669,300,15,0,2488,0,1,0,0,0),(50124,5462,1,1,1,5562,0,-5131.23,2162.94,21.3649,4.24406,300,15,0,2488,0,1,0,0,0),(50125,5462,1,1,1,5562,0,-4511.62,2316.16,1.36214,3.85672,300,0,0,2488,0,0,0,0,0),(50126,5462,1,1,1,5562,0,-4618.54,2318.41,0.85458,5.23477,300,15,0,2488,0,1,0,0,0),(50127,5462,1,1,1,5562,0,-4763.79,2254.95,7.6773,2.91604,300,15,0,2488,0,1,0,0,0),(50128,5462,1,1,1,5562,0,-4690.65,2122.08,0.995602,5.01113,300,15,0,2488,0,1,0,0,0),(50129,5462,1,1,1,5562,0,-4622.85,2072.9,5.03102,3.77668,300,15,0,2488,0,1,0,0,0),(50130,5462,1,1,1,5562,0,-4742.06,2075.45,0.68829,1.77719,300,15,0,2488,0,1,0,0,0),(50131,5462,1,1,1,5562,0,-4978.97,2256.16,-6.0128,0.620005,300,15,0,2488,0,1,0,0,0),(50132,5462,1,1,1,5562,0,-4942.11,2217.82,-0.425181,0.347843,300,15,0,2488,0,1,0,0,0),(50133,5462,1,1,1,5562,0,-5217.91,2213.74,-1.54423,2.57247,300,15,0,2488,0,1,0,0,0),(50134,5462,1,1,1,5562,0,-5374.33,2253.37,4.53737,0.529199,300,15,0,2488,0,1,0,0,0),(50135,5462,1,1,1,5562,0,-5328.13,2253.13,-2.18281,4.44595,300,15,0,2488,0,1,0,0,0),(50136,5462,1,1,1,5562,0,-4783.76,2318.24,-1.00769,1.97605,300,0,0,2488,0,0,0,0,0),(50137,5462,1,1,1,5562,0,-4927.25,2187.37,6.13102,3.18551,300,15,0,2488,0,1,0,0,0),(50138,5462,1,1,1,5562,0,-4841.98,2207.39,2.57706,3.60305,300,15,0,2488,0,1,0,0,0),(50139,5462,1,1,1,5562,0,-5003.1,2177.49,13.9019,3.38326,300,15,0,2488,0,1,0,0,0),(50140,5462,1,1,1,5562,0,-5181.88,2179.13,7.24054,4.77103,300,15,0,2488,0,1,0,0,0),(50141,5462,1,1,1,5562,0,-5282.64,2213.34,1.64816,4.6694,300,15,0,2488,0,1,0,0,0),(50142,11098,1,1,1,10623,0,-4364.53,273.484,26.4007,5.48033,300,0,0,3398,0,0,0,0,0),(50143,7773,1,1,1,6992,1,-3129.57,2257.48,39.8686,4.27606,300,0,0,3297,2434,0,0,0,0),(50144,7774,1,1,1,6985,1,-2843.75,2785.17,94.4791,3.21141,300,0,0,1939,4393,0,0,0,0),(50145,7775,1,1,1,6995,1,-3551.3,2305.97,62.8218,5.16617,300,0,0,2218,0,0,0,0,0),(50146,3936,1,1,1,2035,1,-4505.82,3337.48,14.1203,5.61996,300,0,0,12974,0,0,0,0,0),(50147,7776,1,1,1,6996,1,-4397.66,146.916,25.5951,0.942478,300,0,0,2769,0,0,0,0,0),(50148,7777,1,1,1,6993,0,-4386.08,173.278,25.8706,4.91319,300,0,0,1753,0,2,0,0,0),(50149,2914,1,1,1,1206,0,-4897.93,1363.23,63.6794,2.94954,300,3,0,8,0,1,0,0,0),(50150,2914,1,1,1,2957,0,-2950.75,2393.43,39.7234,5.04031,300,15,0,8,0,1,0,0,0),(50151,2914,1,1,1,2957,0,-4457.35,-307.76,42.425,5.09725,300,15,0,8,0,1,0,0,0),(50152,2914,1,1,1,6303,0,-5162.67,656.135,53.9433,2.72014,300,15,0,8,0,1,0,0,0),(50153,2914,1,1,1,2957,0,-3483.21,2623.26,79.4637,5.73121,300,15,0,8,0,1,0,0,0),(50154,2914,1,1,1,6303,0,-4203.14,-179.211,57.6665,4.70262,300,15,0,8,0,1,0,0,0),(50155,2914,1,1,1,1206,0,-4857.73,1684.21,105.603,4.16611,300,15,0,8,0,1,0,0,0),(50156,2914,1,1,1,2957,0,-4141.26,-424.595,24.6002,0.09075,300,15,0,8,0,1,0,0,0),(50157,2914,1,1,1,6303,0,-5580.75,1510.9,21.4424,3.10157,300,15,0,8,0,1,0,0,0),(50158,2914,1,1,1,2958,0,-5781.03,1628.92,84.0356,5.70304,300,15,0,8,0,1,0,0,0),(50159,2914,1,1,1,2958,0,-4637.77,1770.46,97.7827,4.25486,300,15,0,8,0,1,0,0,0),(50160,2914,1,1,1,6303,0,-5205.35,467.829,39.7854,5.60845,300,15,0,8,0,1,0,0,0),(50161,2914,1,1,1,2958,0,-4574.82,1800.08,97.1029,3.10179,300,15,0,8,0,1,0,0,0),(50162,2914,1,1,1,6303,0,-4564.59,1464.5,101.228,2.42809,300,15,0,8,0,1,0,0,0),(50163,2914,1,1,1,6303,0,-4461.14,-83.7371,58.1981,5.08419,300,15,0,8,0,1,0,0,0),(50164,2914,1,1,1,6303,0,-4213.15,586.49,62.9479,5.15244,300,15,0,8,0,1,0,0,0),(50165,2914,1,1,1,2957,0,-3827.94,1974.19,71.0933,5.4009,300,15,0,8,0,1,0,0,0),(50166,2914,1,1,1,1206,0,-4650.8,1612.79,115.911,5.45524,300,15,0,8,0,1,0,0,0),(50167,7725,1,1,1,6835,1,-4151.04,808.422,146.091,2.76428,300,0,0,1981,0,2,0,0,0),(50168,5229,1,1,1,597,1,-3552.33,220.407,149.381,5.86008,300,2,0,1829,0,1,0,0,0),(50169,5229,1,1,1,597,1,-3567.59,246.207,146.21,2.40457,300,2,0,1829,0,1,0,0,0),(50170,5229,1,1,1,597,1,-3523.01,238.285,150.637,0.078966,300,2,0,1829,0,1,0,0,0),(50171,5229,1,1,1,597,1,-3599.56,246.22,139.355,5.56426,300,3,0,1829,0,1,0,0,0),(50172,5229,1,1,1,597,1,-3552.49,234.808,145.86,4.69367,300,0,0,1829,0,2,0,0,0),(50173,5229,1,1,1,597,1,-3894.59,202.168,114.951,0.069316,300,0,0,1829,0,0,0,0,0),(50174,5229,1,1,1,597,1,-3606.89,265.504,139.117,1.96122,300,0,0,1829,0,2,0,0,0),(50175,5229,1,1,1,597,1,-3984.26,-77.4152,151.416,2.91006,300,0,0,1829,0,0,0,0,0),(50176,5229,1,1,1,597,1,-3998.19,-184.351,139.492,6.1696,300,0,0,1829,0,0,0,0,0),(50177,5229,1,1,1,597,1,-3975.58,-93.4045,150.166,1.5978,300,0,0,1829,0,0,0,0,0),(50178,5229,1,1,1,597,1,-3745.4,117.25,136.486,-0.372667,300,3,0,1829,0,1,0,0,0),(50179,5229,1,1,1,597,1,-3681.16,254.699,141.529,1.23567,300,0,0,1829,0,0,0,0,0),(50180,5229,1,1,1,597,1,-3738.9,214.265,122.011,2.265,300,0,0,1829,0,0,0,0,0),(50181,5229,1,1,1,597,1,-3981.8,220.084,80.7329,5.98368,300,0,0,1829,0,2,0,0,0),(50182,5229,1,1,1,597,1,-3976.95,186.63,103.495,1.62163,300,15,0,1829,0,1,0,0,0),(50183,7725,1,1,1,6836,1,-4136.98,812.896,146.091,5.54254,300,0,0,1981,0,0,0,0,0),(50184,5229,1,1,1,597,1,-3935.08,204.251,109.474,1.92083,300,0,0,1829,0,2,0,0,0),(50185,5229,1,1,1,597,1,-3874.16,218.916,112.669,2.69598,300,0,0,1829,0,2,0,0,0),(50186,5232,1,1,1,11554,1,-3531.52,224.624,149.388,3.86353,300,2,0,1981,0,1,0,0,0),(50187,5232,1,1,1,11554,1,-3586.61,215.162,140.098,2.40627,300,2,0,1981,0,1,0,0,0),(50188,5232,1,1,1,11554,1,-3586.44,199.911,136.561,5.3208,300,2,0,1981,0,1,0,0,0),(50189,5232,1,1,1,11554,1,-4890.78,1243.28,77.4524,4.7096,300,0,0,1981,0,2,0,0,0),(50190,5232,1,1,1,11554,1,-4913.71,1175.46,58.8896,0.868525,300,15,0,1981,0,1,0,0,0),(50191,5232,1,1,1,11554,1,-5019.56,1291.98,91.6835,4.50189,300,15,0,1981,0,1,0,0,0),(50192,5232,1,1,1,11554,1,-5031.87,1318.08,90.1847,4.46863,300,15,0,1981,0,1,0,0,0),(50193,5232,1,1,1,11554,1,-5011.82,1245.25,55.2638,6.24914,300,3,0,1981,0,1,0,0,0),(50194,5232,1,1,1,11554,1,-3902.08,114.584,135.371,0,300,0,0,1981,0,0,0,0,0),(50195,5232,1,1,1,11554,1,-3736.08,251.508,121.212,5.57098,300,0,0,1981,0,0,0,0,0),(50196,5232,1,1,1,11554,1,-3638.13,245.18,143.312,1.17227,300,0,0,1981,0,0,0,0,0),(50197,5232,1,1,1,11554,1,-5375.47,1370.42,25.7613,4.93601,300,10,0,1981,0,1,0,0,0),(50198,5232,1,1,1,11554,1,-3990.23,-140.155,139.348,5.86064,300,0,0,1981,0,0,0,0,0),(50199,5232,1,1,1,11554,1,-3963.46,-143.596,140.532,3.22123,300,0,0,1981,0,2,0,0,0),(50200,5232,1,1,1,11554,1,-3951.49,-95.4563,151.212,5.26223,300,3,0,1981,0,1,0,0,0),(50201,5232,1,1,1,11554,1,-3979.17,52.6445,105.083,5.86712,300,3,0,1981,0,1,0,0,0),(50202,5232,1,1,1,11554,1,-3930.18,-18.0148,135.733,4.93509,300,3,0,1981,0,1,0,0,0),(50203,5232,1,1,1,11554,1,-3743.54,201.453,121.886,1.68627,300,0,0,1981,0,0,0,0,0),(50204,5232,1,1,1,11554,1,-3713.27,210.511,125.98,0.030828,300,3,0,1981,0,1,0,0,0),(50205,5232,1,1,1,11554,1,-3661.68,256.456,143.152,3.70299,300,0,0,1981,0,0,0,0,0),(50206,5232,1,1,1,11554,1,-4888.54,1157.31,80.589,4.53876,300,0,0,1981,0,0,0,0,0),(50207,5232,1,1,1,11554,1,-4922.48,1143.04,80.0574,3.64795,300,3,0,1981,0,1,0,0,0),(50208,5232,1,1,1,11554,1,-4866.61,1146.92,85.0966,6.22215,300,15,0,1981,0,1,0,0,0),(50209,5232,1,1,1,11554,1,-4969.43,1176.62,59.7579,3.92117,300,0,0,1981,0,2,0,0,0),(50210,5232,1,1,1,11554,1,-5038.06,1234.27,53.6871,5.21011,300,3,0,1981,0,1,0,0,0),(50211,5232,1,1,1,11554,1,-4996.35,1217.19,52.6152,1.1004,300,3,0,1981,0,1,0,0,0),(50212,5232,1,1,1,11554,1,-5063.14,1242.75,51.4371,3.5712,300,3,0,1981,0,1,0,0,0),(50213,5232,1,1,1,11554,1,-5314.81,1319.76,46.5877,0.81007,300,0,0,1981,0,2,0,0,0),(50214,5232,1,1,1,11554,1,-5385,1367.14,23.7354,4.69286,300,3,0,1981,0,1,0,0,0),(50215,5232,1,1,1,11554,1,-3917.37,184.616,119.005,3.24146,300,0,0,1981,0,0,0,0,0),(50216,5232,1,1,1,11554,1,-3942.83,181.053,107.124,6.2578,300,0,0,1981,0,0,0,0,0),(50217,5232,1,1,1,11554,1,-3867.18,226.102,113.581,5.3058,300,0,0,1981,0,0,0,0,0),(50218,5232,1,1,1,11554,1,-3912.76,120.281,134.496,4.3226,300,0,0,1981,0,0,0,0,0),(50219,5234,1,1,1,11557,1,-5078.35,1220.73,51.696,5.08581,300,3,0,2059,0,1,0,0,0),(50220,5234,1,1,1,11557,1,-4988.33,1295.74,94.85,2.73632,300,15,0,2059,0,1,0,0,0),(50221,5234,1,1,1,11557,1,-5379.59,1345.91,24.743,0.289026,300,10,0,2059,0,1,0,0,0),(50222,5234,1,1,1,11557,1,-5351.17,1318.54,35.7507,0.545927,300,0,0,2059,0,0,0,0,0),(50223,5234,1,1,1,11557,1,-4939.8,1197.64,60.731,0.136027,300,3,0,2059,0,1,0,0,0),(50224,5234,1,1,1,11557,1,-4898.23,1221.05,66.5063,5.8042,300,3,0,2059,0,1,0,0,0),(50225,5234,1,1,1,11557,1,-5032.37,1194.28,51.3887,2.38051,300,3,0,2059,0,1,0,0,0),(50226,5234,1,1,1,11557,1,-5055.55,1209.83,48.9092,0.661183,300,3,0,2059,0,1,0,0,0),(50227,5234,1,1,1,11557,1,-4889.94,1145.07,82.2106,3.32155,300,0,0,2059,0,0,0,0,0),(50228,5234,1,1,1,11557,1,-4898.92,1148.02,81.3356,4.45566,300,0,0,2059,0,2,0,0,0),(50229,5234,1,1,1,11557,1,-4936.2,1170.16,74.731,3.24049,300,3,0,2059,0,1,0,0,0),(50230,5234,1,1,1,11557,1,-5280.49,1278.13,50.8268,4.20624,300,0,0,2059,0,0,0,0,0),(50231,883,1,1,1,347,0,-3402.26,2472.13,35.0458,5.03661,300,15,0,1,0,1,0,0,0),(50232,883,1,1,1,347,0,-4741.82,190.135,40.7271,3.15526,300,15,0,1,0,1,0,0,0),(50233,883,1,1,1,347,0,-2762.65,2659.9,71.5647,3.14159,300,15,0,1,0,1,0,0,0),(50234,3700,1,1,1,4484,0,-4316.84,3292.65,19.1552,6.26573,300,0,0,2750,0,0,0,0,0),(50235,5236,1,1,1,11559,1,-5739.76,1222.35,66.3547,0.239977,300,0,0,1711,1483,0,0,0,0),(50236,5236,1,1,1,11559,1,-5543.93,993.696,16.5127,6.14889,300,15,0,1711,1483,1,0,0,0),(50237,5236,1,1,1,11559,1,-5754.1,1123.4,68.6717,5.84817,300,15,0,1711,1483,1,0,0,0),(50238,5236,1,1,1,11559,1,-5567.08,1098.5,17.7634,4.51264,300,15,0,1711,1483,1,0,0,0),(50239,5236,1,1,1,11559,1,-5554.51,1017.75,14.1975,1.15922,300,15,0,1711,1483,1,0,0,0),(50240,5236,1,1,1,11559,1,-5510.64,1203.21,18.9783,4.09638,300,3,0,1711,1483,1,0,0,0),(50241,5236,1,1,1,11559,1,-5442.2,1269.46,20.459,1.41798,300,3,0,1711,1483,1,0,0,0),(50242,5236,1,1,1,11559,1,-5427.41,1221,30.396,0.551369,300,0,0,1711,1483,2,0,0,0),(50243,5236,1,1,1,11559,1,-5471.94,1279.61,22.7206,3.06456,300,10,0,1711,1483,1,0,0,0),(50244,5236,1,1,1,11559,1,-5298.71,1271.71,50.6932,3.33781,300,0,0,1711,1483,0,0,0,0),(50245,5236,1,1,1,11559,1,-5368.86,1241.26,23.0316,4.94201,300,3,0,1711,1483,1,0,0,0),(50246,5236,1,1,1,11559,1,-5418.5,1251.67,23.3841,5.18462,300,3,0,1711,1483,1,0,0,0),(50247,5236,1,1,1,11559,1,-5426.85,1309.13,22.0051,4.43478,300,3,0,1711,1483,1,0,0,0),(50248,5236,1,1,1,11559,1,-5606.17,1342.29,54.1234,0.815595,300,3,0,1711,1483,1,0,0,0),(50249,5236,1,1,1,11559,1,-5496.35,1380.06,22.2917,5.19242,300,3,0,1711,1483,1,0,0,0),(50250,5237,1,1,1,11558,1,-3935.27,202.822,108.599,4.50495,300,0,0,1522,1332,0,0,0,0),(50251,5237,1,1,1,11558,1,-3914.62,191.507,120.183,0.87668,300,0,0,1522,1332,0,0,0,0),(50252,5237,1,1,1,11558,1,-3723.97,243.67,121.245,1.05641,300,0,0,1522,1332,0,0,0,0),(50253,5237,1,1,1,11558,1,-3984.43,-130.257,140.499,2.94935,300,0,0,1522,1332,0,0,0,0),(50254,5237,1,1,1,11558,1,-4014.67,-152.1,135.22,2.49505,300,0,0,1522,1332,0,0,0,0),(50255,5237,1,1,1,11558,1,-3926.73,-61.5015,151.267,4.65516,300,3,0,1522,1332,1,0,0,0),(50256,5237,1,1,1,11558,1,-3890.92,140.045,125.718,0.093841,300,0,0,1522,1332,2,0,0,0),(50257,5237,1,1,1,11558,1,-3747.98,144.257,128.552,1.77818,300,3,0,1522,1332,1,0,0,0),(50258,5237,1,1,1,11558,1,-3687.01,215.11,128.269,3.29319,300,3,0,1522,1332,1,0,0,0),(50259,5237,1,1,1,11558,1,-3988.29,155.363,99.638,3.20998,300,15,0,1522,1332,1,0,0,0),(50260,5238,1,1,1,11533,1,-5550.99,1124.75,23.0101,1.64483,300,15,0,2310,0,1,0,0,0),(50261,5238,1,1,1,11533,1,-5565.3,1067.97,16.3345,1.92013,300,15,0,2310,0,1,0,0,0),(50262,5238,1,1,1,11533,1,-5610.57,1269.5,36.6797,5.30032,300,15,0,2310,0,1,0,0,0),(50263,5238,1,1,1,11533,1,-5682.24,1333.93,53.2472,5.32267,300,3,0,2310,0,1,0,0,0),(50264,5238,1,1,1,11533,1,-5525.03,1321.6,20.8706,2.82601,300,10,0,2310,0,1,0,0,0),(50265,5238,1,1,1,11533,1,-5546.26,1297.31,20.697,5.72795,300,15,0,2310,0,1,0,0,0),(50266,5238,1,1,1,11533,1,-5500.59,1205.17,18.9783,5.76882,300,3,0,2310,0,1,0,0,0),(50267,5238,1,1,1,11533,1,-5477.7,1295.31,21.9706,5.78789,300,0,0,2310,0,2,0,0,0),(50268,5238,1,1,1,11533,1,-5729.76,1442.24,54.1248,4.65138,300,0,0,2310,0,0,0,0,0),(50269,5238,1,1,1,11533,1,-5755.46,1328.19,54.1247,3.14631,300,0,0,2310,0,0,0,0,0),(50270,5238,1,1,1,11533,1,-5628.15,1300.93,54.5084,0.504041,300,0,0,2310,0,0,0,0,0),(50271,5238,1,1,1,11533,1,-5525,1235.24,21.4738,5.78633,300,3,0,2310,0,1,0,0,0),(50272,5238,1,1,1,11533,1,-5548.04,1186.54,27.9502,4.67626,300,3,0,2310,0,1,0,0,0),(50273,5238,1,1,1,11533,1,-5734.47,1369.02,73.2589,4.16586,300,15,0,2310,0,1,0,0,0),(50274,5238,1,1,1,11533,1,-5721.76,1374.14,51.5406,6.21209,300,3,0,2310,0,1,0,0,0),(50275,5238,1,1,1,11533,1,-5573.75,1370.36,46.9779,0.491816,300,0,0,2310,0,2,0,0,0),(50276,5239,1,1,1,11556,1,-5767.52,1123.79,68.4763,1.00322,300,15,0,1618,3801,1,0,0,0),(50277,5239,1,1,1,11556,1,-5584.81,1073.23,17.6064,5.55467,300,15,0,1618,3801,1,0,0,0),(50278,5239,1,1,1,11556,1,-5520.58,1102.56,23.5552,4.98167,300,15,0,1618,3801,1,0,0,0),(50279,5239,1,1,1,11556,1,-5656.5,1176.01,58.0369,0.080327,300,15,0,1618,3801,1,0,0,0),(50280,5239,1,1,1,11556,1,-5645.62,1244.78,39.3528,4.56584,300,15,0,1618,3801,1,0,0,0),(50281,5239,1,1,1,11556,1,-5535.77,1305.48,21.0026,0.731972,300,0,0,1618,3801,0,0,0,0),(50282,5239,1,1,1,11556,1,-5691.46,1393.66,49.734,4.45653,300,15,0,1618,3801,1,0,0,0),(50283,5239,1,1,1,11556,1,-5520.92,1381.1,24.9167,1.72761,300,3,0,1618,3801,1,0,0,0),(50284,5239,1,1,1,11556,1,-5619.08,1427.53,54.1258,0.432731,300,3,0,1618,3801,1,0,0,0),(50285,5239,1,1,1,11556,1,-5766.92,1349.33,54.1249,4.32748,300,0,0,1618,3801,0,0,0,0),(50286,5239,1,1,1,11556,1,-5482.08,1253.13,21.4318,1.56155,300,3,0,1618,3801,1,0,0,0),(50287,5239,1,1,1,11556,1,-5523.49,1286.07,21.3134,4.55601,300,10,0,1618,3801,1,0,0,0),(50288,5239,1,1,1,11556,1,-5547.17,1213.69,23.4018,5.67149,300,3,0,1618,3801,1,0,0,0),(50289,5239,1,1,1,11556,1,-5588.5,1218.04,20.9308,4.60669,300,15,0,1618,3801,1,0,0,0),(50290,5239,1,1,1,11556,1,-5652.26,1390.56,52.5531,4.16266,300,3,0,1618,3801,1,0,0,0),(50291,5240,1,1,1,11560,1,-5715.53,1178.7,66.6073,3.97802,300,0,0,1441,3575,0,0,0,0),(50292,5240,1,1,1,11560,1,-5596.2,1325.79,29.5073,1.62158,300,15,0,1441,3575,1,0,0,0),(50293,5240,1,1,1,11560,1,-5006.37,1309.33,94.4347,3.2685,300,15,0,1441,3575,1,0,0,0),(50294,5240,1,1,1,11560,1,-5769.19,1404.14,54.2198,0.665511,300,0,0,1441,3575,0,0,0,0),(50295,5240,1,1,1,11560,1,-4922.92,1218.75,62.771,2.14929,300,3,0,1441,3575,1,0,0,0),(50296,5240,1,1,1,11560,1,-5671.89,1224.65,59.3926,0.776518,300,10,0,1441,3575,1,0,0,0),(50297,5240,1,1,1,11560,1,-5357.44,1302.94,35.6257,3.19209,300,0,0,1441,3575,0,0,0,0),(50298,5240,1,1,1,11560,1,-5338.8,1345.69,38.6271,5.53368,300,3,0,1441,3575,1,0,0,0),(50299,5240,1,1,1,11560,1,-4945.83,1144.3,76.8108,2.94199,300,3,0,1441,3575,1,0,0,0),(50300,5240,1,1,1,11560,1,-5036.73,1228.78,53.0342,3.76423,300,3,0,1441,3575,1,0,0,0),(50301,5240,1,1,1,11560,1,-4984.98,1195.27,55.0511,4.42523,300,3,0,1441,3575,1,0,0,0),(50302,5240,1,1,1,11560,1,-5274.05,1289.71,50.8182,5.59454,300,3,0,1441,3575,1,0,0,0),(50303,5240,1,1,1,11560,1,-5715.13,1411.36,53.9826,4.55094,300,3,0,1441,3575,1,0,0,0),(50304,5240,1,1,1,11560,1,-5666.87,1333.86,73.2549,0.360539,300,0,0,1441,3575,2,0,0,0),(50305,5240,1,1,1,11560,1,-5450.62,1385.78,24.6597,3.0821,300,10,0,1441,3575,1,0,0,0),(50306,5241,1,1,1,11561,1,-5570.45,1186.31,26.6708,3.74648,300,3,0,2399,0,1,0,0,0),(50307,5241,1,1,1,11561,1,-5711.01,1220.71,66.5599,3.92146,300,0,0,2399,0,0,0,0,0),(50308,5241,1,1,1,11561,1,-5672.26,1203.56,56.9064,4.46989,300,10,0,2399,0,1,0,0,0),(50309,5241,1,1,1,11561,1,-5573.96,1174.25,27.0458,1.56395,300,3,0,2399,0,1,0,0,0),(50310,5241,1,1,1,11561,1,-5511.45,1060.33,25.2255,6.12298,300,15,0,2399,0,1,0,0,0),(50311,5241,1,1,1,11561,1,-5557.32,1000.45,15.2884,0.457752,300,15,0,2399,0,1,0,0,0),(50312,5241,1,1,1,11561,1,-5543.87,1073.46,20.1353,4.99687,300,15,0,2399,0,1,0,0,0),(50313,5241,1,1,1,11561,1,-5757.31,1199.64,67.6315,5.87756,300,0,0,2399,0,0,0,0,0),(50314,5241,1,1,1,11561,1,-5761.03,1177.56,66.3508,4.29215,300,0,0,2399,0,0,0,0,0),(50315,5241,1,1,1,11561,1,-5497,1140.25,41.1292,2.37184,300,3,0,2399,0,1,0,0,0),(50316,5241,1,1,1,11561,1,-5489.47,1136.08,42.6292,0.682681,300,3,0,2399,0,1,0,0,0),(50317,5241,1,1,1,11561,1,-5454.48,1219.14,33.1848,3.88395,300,0,0,2399,0,0,0,0,0),(50318,5241,1,1,1,11561,1,-5464.01,1206.38,34.5598,4.68211,300,3,0,2399,0,1,0,0,0),(50319,5241,1,1,1,11561,1,-5396.64,1273.44,23.4645,4.95867,300,0,0,2399,0,0,0,0,0),(50320,5241,1,1,1,11561,1,-5691.45,1338.3,73.2549,2.69485,300,3,0,2399,0,1,0,0,0),(50321,5241,1,1,1,11561,1,-5686.06,1416.53,73.2549,6.16033,300,3,0,2399,0,1,0,0,0),(50322,5244,1,1,1,3194,0,-5338.6,19.982,21.4105,1.55318,300,3,0,2310,0,1,0,0,0),(50323,5244,1,1,1,3194,0,-5318.98,-17.8613,16.1199,0.744807,300,3,0,2310,0,1,0,0,0),(50324,5244,1,1,1,3194,0,-5349.76,9.4788,20.7913,5.33313,300,3,0,2310,0,1,0,0,0),(50325,5244,1,1,1,3194,0,-5401.98,99.3152,30.762,5.67868,300,0,0,2310,0,2,0,0,0),(50326,5244,1,1,1,3194,0,-5357.13,388.502,18.9143,1.89701,300,3,0,2310,0,1,0,0,0),(50327,5244,1,1,1,3194,0,-5379.64,336.388,26.4083,2.31339,300,3,0,2310,0,1,0,0,0),(50328,5244,1,1,1,3194,0,-5263.93,324.455,16.8276,0.471752,300,15,0,2310,0,1,0,0,0),(50329,5244,1,1,1,3194,0,-5218.99,90.9588,31.5972,4.47771,300,0,0,2310,0,2,0,0,0),(50330,5244,1,1,1,3194,0,-5278.14,82.0057,24.9294,3.62013,300,3,0,2310,0,1,0,0,0),(50331,5244,1,1,1,3194,0,-5316.66,350.403,44.1899,0.004491,300,0,0,2310,0,2,0,0,0),(50332,5245,1,1,1,482,0,-5151.49,117.906,67.2418,5.6057,300,10,0,2138,0,1,0,0,0),(50333,5245,1,1,1,482,0,-5291.31,244.904,57.4511,3.92518,300,15,0,2138,0,1,0,0,0),(50334,5245,1,1,1,482,0,-5309.23,265.569,61.418,4.72541,300,15,0,2138,0,1,0,0,0),(50335,5245,1,1,1,482,0,-5220.45,166.931,66.2502,5.0722,300,15,0,2138,0,1,0,0,0),(50336,5245,1,1,1,482,0,-5282.17,179.611,63.0415,4.48779,300,15,0,2138,0,1,0,0,0),(50337,5245,1,1,1,482,0,-5251.37,284.326,55.7261,5.7918,300,15,0,2138,0,1,0,0,0),(50338,5245,1,1,1,482,0,-5280.08,313.365,61.7236,4.08456,300,0,0,2138,0,2,0,0,0),(50339,5245,1,1,1,482,0,-5250.39,352.759,59.147,2.05551,300,10,0,2138,0,1,0,0,0),(50340,5245,1,1,1,482,0,-5314.53,410.838,56.8031,4.39079,300,10,0,2138,0,1,0,0,0),(50341,5245,1,1,1,482,0,-5280.85,380.437,55.8262,5.65422,300,10,0,2138,0,1,0,0,0),(50342,5246,1,1,1,157,0,-5293.13,107.013,64.4161,0.947597,300,3,0,2138,0,1,0,0,0),(50343,5246,1,1,1,157,0,-5111.8,144.56,56.7466,5.66653,300,10,0,2138,0,1,0,0,0),(50344,5246,1,1,1,157,0,-5145.72,258.004,54.4328,0.388718,300,15,0,2138,0,1,0,0,0),(50345,5246,1,1,1,157,0,-5126.87,221.788,52.8492,6.16567,300,15,0,2138,0,1,0,0,0),(50346,5246,1,1,1,157,0,-5148.31,173.635,61.5708,3.85114,300,15,0,2138,0,1,0,0,0),(50347,5246,1,1,1,157,0,-5188.47,339.984,58.6181,3.65996,300,15,0,2138,0,1,0,0,0),(50348,5246,1,1,1,157,0,-5237.48,221.363,57.3929,1.46308,300,15,0,2138,0,1,0,0,0),(50349,5246,1,1,1,157,0,-5215.85,381.38,59.4179,5.91943,300,15,0,2138,0,1,0,0,0),(50350,5246,1,1,1,157,0,-5184.89,282.205,54.8307,4.44824,300,15,0,2138,0,1,0,0,0),(50351,5246,1,1,1,157,0,-5215.87,313.707,56.7596,5.23541,300,15,0,2138,0,1,0,0,0),(50352,5247,1,1,1,2592,0,-5368.28,264.945,20.5985,4.95465,300,15,0,2310,0,1,0,0,0),(50353,5247,1,1,1,2592,0,-5451.64,123.678,27.5427,0.729189,300,3,0,2310,0,1,0,0,0),(50354,5247,1,1,1,2592,0,-5285.89,-50.094,10.26,5.96745,300,3,0,2310,0,1,0,0,0),(50355,5247,1,1,1,2592,0,-5434.77,125.58,27.3819,3.53101,300,3,0,2310,0,1,0,0,0),(50356,5247,1,1,1,2592,0,-5441.37,109.337,27.4427,1.77975,300,3,0,2310,0,1,0,0,0),(50357,5247,1,1,1,2592,0,-5367.79,25.3771,23.101,4.0785,300,3,0,2310,0,1,0,0,0),(50358,5247,1,1,1,2592,0,-5384.83,261.408,20.3605,0.372909,300,3,0,2310,0,1,0,0,0),(50359,5247,1,1,1,2592,0,-5287,-4.67532,19.6235,3.04146,300,15,0,2310,0,1,0,0,0),(50360,5247,1,1,1,2592,0,-5323.62,7.28735,18.5214,0.076125,300,3,0,2310,0,1,0,0,0),(50361,5247,1,1,1,2592,0,-5378.95,-51.0018,27.1179,2.88126,300,3,0,2310,0,1,0,0,0),(50362,5247,1,1,1,2592,0,-5391.57,77.9264,34.3844,5.8375,300,3,0,2310,0,1,0,0,0),(50363,5247,1,1,1,2592,0,-5351.93,-23.9452,19.7291,1.80112,300,3,0,2310,0,1,0,0,0),(50364,5247,1,1,1,2592,0,-5305.55,42.0215,25.3164,4.44717,300,3,0,2310,0,1,0,0,0),(50365,5247,1,1,1,2592,0,-5382.93,279.341,20.3081,2.52064,300,15,0,2310,0,1,0,0,0),(50366,5247,1,1,1,2592,0,-5280.5,20.1707,19.473,0.518534,300,3,0,2310,0,1,0,0,0),(50367,5247,1,1,1,2592,0,-5359.57,382.093,18.5558,3.31915,300,3,0,2310,0,1,0,0,0),(50368,5247,1,1,1,2592,0,-5306.59,446.213,9.82129,5.07598,300,3,0,2310,0,1,0,0,0),(50369,5247,1,1,1,2592,0,-5357.15,324.802,32.4303,1.59656,300,3,0,2310,0,1,0,0,0),(50370,5247,1,1,1,2592,0,-5276.51,318.254,18.215,3.12905,300,15,0,2310,0,1,0,0,0),(50371,5247,1,1,1,2592,0,-5231.32,281.192,8.9427,1.86548,300,15,0,2310,0,1,0,0,0),(50372,5247,1,1,1,2592,0,-5250.78,279.257,9.26219,4.32023,300,3,0,2310,0,1,0,0,0),(50373,5247,1,1,1,2592,0,-5241.93,261.594,9.20117,1.09493,300,3,0,2310,0,1,0,0,0),(50374,5247,1,1,1,2592,0,-5309.71,328.841,16.4519,2.12574,300,3,0,2310,0,1,0,0,0),(50375,5247,1,1,1,2592,0,-5317.73,416.256,8.05702,1.58062,300,3,0,2310,0,1,0,0,0),(50376,5247,1,1,1,2592,0,-5330.33,436.625,9.56511,5.88642,300,3,0,2310,0,1,0,0,0),(50377,5247,1,1,1,2592,0,-5243.96,59.7394,25.522,3.61794,300,3,0,2310,0,1,0,0,0),(50378,5247,1,1,1,2592,0,-5277.82,81.5765,24.8974,5.57634,300,3,0,2310,0,1,0,0,0),(50379,5247,1,1,1,2592,0,-5265.18,-7.30538,14.9318,1.01866,300,3,0,2310,0,1,0,0,0),(50380,5247,1,1,1,2592,0,-5346.49,70.7558,29.368,2.4345,300,3,0,2310,0,1,0,0,0),(50381,7807,1,1,1,6909,0,-4947.29,1733.71,62.246,0.15708,300,0,0,1981,0,0,0,0,0),(50382,5249,1,1,1,8598,1,-4745.8,620.225,45.5468,2.28505,300,15,0,1829,0,1,0,0,0),(50383,5249,1,1,1,8598,1,-4024.33,374.617,62.1358,3.78907,300,10,0,1829,0,1,0,0,0),(50384,5249,1,1,1,8598,1,-4057.28,428.765,51.3031,1.99445,300,0,0,1829,0,0,0,0,0),(50385,5249,1,1,1,8598,1,-4070.4,440.121,53.202,2.38906,300,0,0,1829,0,0,0,0,0),(50386,5249,1,1,1,8598,1,-4730.14,550.365,37.547,4.25136,300,15,0,1829,0,1,0,0,0),(50387,5249,1,1,1,8598,1,-4124.37,406.889,51.942,0.425171,300,15,0,1829,0,1,0,0,0),(50388,5249,1,1,1,8598,1,-4721.84,616.578,42.5817,0.562534,300,15,0,1829,0,1,0,0,0),(50389,5249,1,1,1,8598,1,-4722.94,594.534,36.8954,0.05903,300,0,0,1829,0,0,0,0,0),(50390,5249,1,1,1,8598,1,-4858.17,489.556,20.2648,1.64648,300,15,0,1829,0,1,0,0,0),(50391,5249,1,1,1,8598,1,-4846.85,507.188,21.0414,1.27609,300,15,0,1829,0,1,0,0,0),(50392,5249,1,1,1,8598,1,-4914.33,485.51,12.6551,0.558185,300,15,0,1829,0,1,0,0,0),(50393,5249,1,1,1,8598,1,-4911.8,508.806,8.72956,4.79055,300,15,0,1829,0,1,0,0,0),(50394,5249,1,1,1,8598,1,-4885.14,548.141,11.1224,1.99144,300,15,0,1829,0,1,0,0,0),(50395,5249,1,1,1,8598,1,-4871.08,574.981,17.1159,5.60783,300,15,0,1829,0,1,0,0,0),(50396,5249,1,1,1,8598,1,-4888.75,214.582,53.8942,2.36448,300,0,0,1829,0,2,0,0,0),(50397,5249,1,1,1,8598,1,-4832.41,177.549,55.764,4.02642,300,0,0,1829,0,0,0,0,0),(50398,5249,1,1,1,8598,1,-4875.56,194.667,59.8014,5.74803,300,0,0,1829,0,0,0,0,0),(50399,5249,1,1,1,8598,1,-4867.95,144.437,62.6496,3.58622,300,0,0,1829,0,0,0,0,0),(50400,5249,1,1,1,8598,1,-4877.64,185.75,60.1764,1.2211,300,0,0,1829,0,0,0,0,0),(50401,5249,1,1,1,8598,1,-4918.9,200.723,52.3689,5.61841,300,0,0,1829,0,0,0,0,0),(50402,5249,1,1,1,8598,1,-4014.36,357.155,63.5666,1.4554,300,10,0,1829,0,1,0,0,0),(50403,5249,1,1,1,8598,1,-4112,409.206,51.1787,1.05162,300,15,0,1829,0,1,0,0,0),(50404,5249,1,1,1,8598,1,-4146.63,384.603,56.2057,3.84496,300,15,0,1829,0,1,0,0,0),(50405,5249,1,1,1,8598,1,-4095.04,321.89,59.8823,2.73951,300,3,0,1829,0,1,0,0,0),(50406,5249,1,1,1,8598,1,-4115.07,379.833,54.919,4.76518,300,15,0,1829,0,1,0,0,0),(50407,5249,1,1,1,8598,1,-4049.3,353.303,60.4434,3.94633,300,15,0,1829,0,1,0,0,0),(50408,5249,1,1,1,8598,1,-4049.4,381.177,55.6645,5.35081,300,15,0,1829,0,1,0,0,0),(50409,12418,1,1,1,2712,0,-4367.18,1177.49,150.611,0.851928,300,0,0,2371,0,2,0,0,0),(50410,12418,1,1,1,2712,0,-4446.51,1122.8,126.278,1.20334,300,15,0,2371,0,1,0,0,0),(50411,12418,1,1,1,2712,0,-4037.07,1027.82,159.73,1.57511,300,0,0,2371,0,2,0,0,0),(50412,12418,1,1,1,2712,0,-4412.07,1567.38,150.61,1.06371,300,0,0,2371,0,2,0,0,0),(50413,12418,1,1,1,2712,0,-3872.45,1105.34,154.787,4.32464,300,0,0,2371,0,2,0,0,0),(50414,12418,1,1,1,2712,0,-3783.24,1167.47,127.158,5.63741,300,0,0,2371,0,0,0,0,0),(50415,12418,1,1,1,2712,0,-3784.26,1193.9,127.213,1.32645,300,0,0,2371,0,0,0,0,0),(50416,12418,1,1,1,2712,0,-3739.02,1181.37,127.213,4.62512,300,0,0,2371,0,0,0,0,0),(50417,12418,1,1,1,2712,0,-3927.37,1103.17,148.268,4.44933,300,15,0,2371,0,1,0,0,0),(50418,12418,1,1,1,2712,0,-4393.47,1332.97,145.331,6.08744,300,0,0,2371,0,2,0,0,0),(50419,12418,1,1,1,2712,0,-4353.75,1435.46,150.609,1.71191,300,0,0,2371,0,2,0,0,0),(50421,12418,1,1,1,2712,0,-4106.96,1135.4,161.213,6.23702,300,0,0,2371,0,2,0,0,0),(50422,12418,1,1,1,2712,0,-4473.62,990.113,150.619,1.58944,300,0,0,2371,0,2,0,0,0),(50423,5251,1,1,1,10796,1,-4871.36,99.1926,87.5937,2.70234,300,15,0,1902,0,1,0,0,0),(50424,5251,1,1,1,10796,1,-4014.62,410.846,62.0296,3.2332,300,15,0,1902,0,1,0,0,0),(50425,5251,1,1,1,10796,1,-4100.95,431.505,51.3539,1.04561,300,0,0,1902,0,0,0,0,0),(50426,5251,1,1,1,10796,1,-4109.38,440.625,51.4261,4.56601,300,0,0,1902,0,0,0,0,0),(50427,5251,1,1,1,10796,1,-4091.12,439.355,51.327,1.55242,300,3,0,1902,0,1,0,0,0),(50428,5251,1,1,1,10796,1,-4097.13,446.618,51.327,0.331289,300,0,0,1902,0,0,0,0,0),(50429,5251,1,1,1,10796,1,-4069.95,446.829,52.202,4.52861,300,3,0,1902,0,1,0,0,0),(50430,5251,1,1,1,10796,1,-4729.89,584.471,35.7704,1.10875,300,0,0,1902,0,0,0,0,0),(50431,5251,1,1,1,10796,1,-4736.63,589.893,35.8813,3.8832,300,0,0,1902,0,0,0,0,0),(50432,5251,1,1,1,10796,1,-4838.61,536.128,20.2207,5.7643,300,15,0,1902,0,1,0,0,0),(50433,5251,1,1,1,10796,1,-4836.6,545.362,20.5957,2.4713,300,0,0,1902,0,0,0,0,0),(50434,5251,1,1,1,10796,1,-4875.54,465.574,18.965,1.0227,300,0,0,1902,0,0,0,0,0),(50435,5251,1,1,1,10796,1,-4876.35,471.89,19.3672,4.01573,300,0,0,1902,0,0,0,0,0),(50436,5251,1,1,1,10796,1,-4820.01,514.612,19.9961,3.40399,300,15,0,1902,0,1,0,0,0),(50437,5251,1,1,1,10796,1,-4811.82,553.397,25.7094,0.246398,300,3,0,1902,0,1,0,0,0),(50438,5251,1,1,1,10796,1,-4821.21,574.64,25.7219,0.578466,300,15,0,1902,0,1,0,0,0),(50439,5251,1,1,1,10796,1,-4852.24,588.149,23.9523,1.96108,300,15,0,1902,0,1,0,0,0),(50440,5251,1,1,1,10796,1,-4839.69,183.276,55.3009,2.14031,300,0,0,1902,0,0,0,0,0),(50441,5251,1,1,1,10796,1,-4844.12,186.952,54.4259,0.616934,300,3,0,1902,0,1,0,0,0),(50442,5251,1,1,1,10796,1,-4866.65,168.549,59.4259,5.21735,300,3,0,1902,0,1,0,0,0),(50443,5251,1,1,1,10796,1,-4876.94,145.383,62.1496,3.34189,300,0,0,1902,0,0,0,0,0),(50444,5251,1,1,1,10796,1,-4921.4,191.002,52.3383,4.4146,300,0,0,1902,0,0,0,0,0),(50445,5251,1,1,1,10796,1,-4150.15,446.753,66.3936,3.96013,300,15,0,1902,0,1,0,0,0),(50446,5251,1,1,1,10796,1,-4152.66,419.167,58.0324,2.33686,300,0,0,1902,0,0,0,0,0),(50447,5251,1,1,1,10796,1,-4190.28,388.919,61.1768,4.56144,300,0,0,1902,0,0,0,0,0),(50448,5251,1,1,1,10796,1,-4188.06,419.174,59.5981,2.03619,300,10,0,1902,0,1,0,0,0),(50449,5251,1,1,1,10796,1,-4220.16,416.084,53.8585,3.17875,300,15,0,1902,0,1,0,0,0),(50450,5251,1,1,1,10796,1,-4085.27,378.672,52.9883,4.24433,300,15,0,1902,0,1,0,0,0),(50451,1412,1,1,1,134,0,-5487.72,1654.19,56.6428,2.31058,300,30,0,8,0,1,0,0,0),(50452,1412,1,1,1,134,0,-5598.6,1669.04,78.9992,4.46934,300,30,0,8,0,1,0,0,0),(50453,1412,1,1,1,134,0,-4500.53,1633.58,114.469,4.34587,300,0,0,8,0,0,0,0,0),(50454,1412,1,1,1,134,0,-2784.12,2180.45,38.0251,0.496852,300,15,0,8,0,1,0,0,0),(50455,1412,1,1,1,134,0,-4183.8,349.963,57.0936,5.13319,300,30,0,8,0,1,0,0,0),(50456,1412,1,1,1,134,0,-4977.08,1494.56,56.407,2.8543,300,15,0,8,0,1,0,0,0),(50457,1412,1,1,1,134,0,-4860.53,1574.19,73.8816,3.96013,300,30,0,8,0,1,0,0,0),(50458,1412,1,1,1,134,0,-4971.24,319.506,21.6255,5.02179,300,15,0,8,0,1,0,0,0),(50459,1412,1,1,1,134,0,-4833.56,495.967,21.2598,0.08022,300,10,0,8,0,1,0,0,0),(50460,1412,1,1,1,134,0,-5227.73,1542.85,53.2909,5.82215,300,15,0,8,0,1,0,0,0),(50461,5253,1,1,1,543,1,-4877.68,95.157,87.5937,4.70217,300,15,0,1902,0,1,0,0,0),(50462,5253,1,1,1,543,1,-4068.93,424.676,51.0958,1.77305,300,0,0,1902,0,0,0,0,0),(50463,5253,1,1,1,543,1,-4747.07,544.974,39.3972,3.11538,300,15,0,1902,0,1,0,0,0),(50464,5253,1,1,1,543,1,-4833.18,538.594,20.2752,1.79164,300,0,0,1902,0,0,0,0,0),(50465,5253,1,1,1,543,1,-4851.63,450.307,15.2359,5.40788,300,15,0,1902,0,1,0,0,0),(50466,5253,1,1,1,543,1,-4784.15,547.915,33.2573,0.083107,300,15,0,1902,0,1,0,0,0),(50467,5253,1,1,1,543,1,-4877.82,533.902,11.2959,4.94863,300,15,0,1902,0,1,0,0,0),(50468,5253,1,1,1,543,1,-4885.62,484.892,16.7695,1.07394,300,15,0,1902,0,1,0,0,0),(50469,5253,1,1,1,543,1,-4913.43,453.977,11.3825,3.4207,300,15,0,1902,0,1,0,0,0),(50470,5253,1,1,1,543,1,-4870.93,163.541,60.6746,0.46103,300,0,0,1902,0,2,0,0,0),(50471,5253,1,1,1,543,1,-4884.52,189.2,60.1764,3.4745,300,0,0,1902,0,0,0,0,0),(50472,5253,1,1,1,543,1,-4907.92,198.133,52.2133,4.92708,300,0,0,1902,0,0,0,0,0),(50473,5253,1,1,1,543,1,-4181.74,384.392,61.1768,3.62249,300,0,0,1902,0,0,0,0,0),(50474,5253,1,1,1,543,1,-4182.38,390.472,61.0518,3.97797,300,0,0,1902,0,0,0,0,0),(50475,5253,1,1,1,543,1,-4212.56,354.133,56.4499,0.82542,300,15,0,1902,0,1,0,0,0),(50476,5253,1,1,1,543,1,-4213.85,378.469,59.3693,5.03772,300,0,0,1902,0,2,0,0,0),(50477,5253,1,1,1,543,1,-4182.23,350.915,56.8448,6.0867,300,10,0,1902,0,1,0,0,0),(50478,5253,1,1,1,543,1,-4085.05,352.905,59.3045,2.84523,300,15,0,1902,0,1,0,0,0),(50479,5253,1,1,1,543,1,-4089.22,412.185,51.8508,4.79845,300,15,0,1902,0,1,0,0,0),(50480,5253,1,1,1,543,1,-4116.6,404.177,51.8345,2.22328,300,15,0,1902,0,1,0,0,0),(50481,5254,1,1,1,10794,1,-5027.9,71.1246,120.282,4.94998,300,15,0,1585,1381,1,0,0,0),(50482,5254,1,1,1,10794,1,-4809.08,878.72,143.238,4.56972,300,0,0,1585,1381,0,0,0,0),(50483,5254,1,1,1,10794,1,-4855.26,885.661,135.881,6.06418,300,15,0,1585,1381,1,0,0,0),(50484,5254,1,1,1,10794,1,-4793.57,847.732,142.078,2.83032,300,0,0,1585,1381,2,0,0,0),(50485,5254,1,1,1,10794,1,-4807.73,914.995,134.309,3.29378,300,0,0,1585,1381,0,0,0,0),(50486,5254,1,1,1,10794,1,-4978.35,42.5308,115.026,5.88257,300,15,0,1585,1381,1,0,0,0),(50487,5254,1,1,1,10794,1,-4973.44,65.0014,107.401,4.55984,300,15,0,1585,1381,1,0,0,0),(50488,5254,1,1,1,10794,1,-4819.16,848.424,139.349,5.28525,300,15,0,1585,1381,1,0,0,0),(50489,5254,1,1,1,10794,1,-5014.73,321.444,20.8772,4.71091,300,15,0,1585,1381,1,0,0,0),(50490,5254,1,1,1,10794,1,-4748.48,858.922,143.56,5.36344,300,0,0,1585,1381,0,0,0,0),(50491,5254,1,1,1,10794,1,-4756.47,826.446,140.46,0.453953,300,0,0,1585,1381,0,0,0,0),(50492,5254,1,1,1,10794,1,-4987.13,105.448,104.883,3.06332,300,15,0,1585,1381,1,0,0,0),(50493,5254,1,1,1,10794,1,-4796.46,885.847,144.025,3.12074,300,3,0,1585,1381,1,0,0,0),(50494,5254,1,1,1,10794,1,-4770.49,903.648,142.938,3.21489,300,0,0,1585,1381,0,0,0,0),(50495,5254,1,1,1,10794,1,-4878.31,677.979,42.4017,2.06561,300,0,0,1585,1381,0,0,0,0),(50496,5254,1,1,1,10794,1,-4954.31,770.477,87.3912,4.6704,300,2,0,1585,1381,1,0,0,0),(50497,5254,1,1,1,10794,1,-4964.91,756.479,83.8028,1.19065,300,3,0,1585,1381,1,0,0,0),(50498,5254,1,1,1,10794,1,-4858.7,658.398,39.239,2.28444,300,15,0,1585,1381,1,0,0,0),(50499,5254,1,1,1,10794,1,-4954.49,184.734,61.0684,5.24679,300,3,0,1585,1381,1,0,0,0),(50500,5254,1,1,1,10794,1,-4974.39,192.48,55.3212,4.82733,300,0,0,1585,1381,0,0,0,0),(50501,5254,1,1,1,10794,1,-4949.8,587.667,14.7897,2.53679,300,15,0,1585,1381,1,0,0,0),(50502,5254,1,1,1,10794,1,-4918.71,677.343,41.2583,2.53186,300,3,0,1585,1381,1,0,0,0),(50503,5254,1,1,1,10794,1,-4941.18,610.118,23.0608,5.47877,300,15,0,1585,1381,1,0,0,0),(50504,5254,1,1,1,10794,1,-4916.23,619.198,25.4586,3.70901,300,15,0,1585,1381,1,0,0,0),(50505,5254,1,1,1,10794,1,-4979.53,603.079,22.0884,5.19128,300,15,0,1585,1381,1,0,0,0),(50506,5254,1,1,1,10794,1,-4990.06,682.964,42.9357,0.229611,300,15,0,1585,1381,1,0,0,0),(50507,5254,1,1,1,10794,1,-4948.04,690.44,44.3854,2.51432,300,3,0,1585,1381,1,0,0,0),(50508,5254,1,1,1,10794,1,-4951.65,637.199,42.6797,0.371144,300,0,0,1585,1381,0,0,0,0),(50509,5254,1,1,1,10794,1,-4991.01,515.642,17.6427,4.55428,300,15,0,1585,1381,1,0,0,0),(50510,5254,1,1,1,10794,1,-4965.53,467.868,17.4854,1.32978,300,0,0,1585,1381,0,0,0,0),(50511,5254,1,1,1,10794,1,-4969.51,472.953,17.4197,0.008228,300,0,0,1585,1381,0,0,0,0),(50512,5254,1,1,1,10794,1,-4951.96,417.92,10.8953,3.88703,300,15,0,1585,1381,1,0,0,0),(50513,5254,1,1,1,10794,1,-5024.88,345.506,20.0025,0.621613,300,15,0,1585,1381,1,0,0,0),(50514,5254,1,1,1,10794,1,-5020.48,441.473,11.0317,4.10228,300,15,0,1585,1381,1,0,0,0),(50515,5254,1,1,1,10794,1,-4947.36,382.9,15.0099,3.09835,300,15,0,1585,1381,1,0,0,0),(50516,5254,1,1,1,10794,1,-5001.47,363.842,24.1723,0.67646,300,0,0,1585,1381,0,0,0,0),(50517,5254,1,1,1,10794,1,-5012.95,422.256,14.5839,2.17992,300,15,0,1585,1381,1,0,0,0),(50518,5254,1,1,1,10794,1,-4983.98,386.425,14.7604,3.46075,300,3,0,1585,1381,1,0,0,0),(50519,5254,1,1,1,10794,1,-4997.08,407.791,16.7975,0.963523,300,0,0,1585,1381,0,0,0,0),(50520,5254,1,1,1,10794,1,-4989.99,347.293,22.9567,3.476,300,0,0,1585,1381,2,0,0,0),(50521,5254,1,1,1,10794,1,-5016.4,381.69,12.3767,1.87581,300,3,0,1585,1381,1,0,0,0),(50522,5254,1,1,1,10794,1,-4903.59,269.898,41.5612,1.57263,300,0,0,1585,1381,0,0,0,0),(50523,5254,1,1,1,10794,1,-4950.47,255.242,38.4032,0.887816,300,3,0,1585,1381,1,0,0,0),(50524,5254,1,1,1,10794,1,-4951.96,216.566,53.8365,1.44747,300,15,0,1585,1381,1,0,0,0),(50525,5255,1,1,1,10795,1,-4803.16,881.535,143.113,1.76545,300,0,0,1981,0,2,0,0,0),(50526,5255,1,1,1,10795,1,-4846.93,880.753,136.125,1.2943,300,0,0,1981,0,2,0,0,0),(50527,5255,1,1,1,10795,1,-4976.56,71.3535,106.852,0.500339,300,15,0,1981,0,1,0,0,0),(50528,5255,1,1,1,10795,1,-4761.21,860.062,142.935,2.69599,300,0,0,1981,0,0,0,0,0),(50529,5255,1,1,1,10795,1,-4962.06,106.604,106.918,3.46588,300,15,0,1981,0,1,0,0,0),(50530,5255,1,1,1,10795,1,-4800.72,916.097,133.809,2.53345,300,0,0,1981,0,0,0,0,0),(50531,5255,1,1,1,10795,1,-4773.81,912.761,143.813,4.85502,300,15,0,1981,0,1,0,0,0),(50532,5255,1,1,1,10795,1,-4886.39,676.249,42.4017,1.52149,300,0,0,1981,0,0,0,0,0),(50533,5255,1,1,1,10795,1,-4887.38,778.954,89.5376,1.76618,300,3,0,1981,0,1,0,0,0),(50534,5255,1,1,1,10795,1,-4841.77,804.525,121.177,0.523024,300,0,0,1981,0,2,0,0,0),(50535,5255,1,1,1,10795,1,-4847.84,681.496,44.7483,2.33962,300,0,0,1981,0,2,0,0,0),(50536,5255,1,1,1,10795,1,-4851.21,721.053,54.0984,1.31554,300,3,0,1981,0,1,0,0,0),(50537,5255,1,1,1,10795,1,-4885.24,648.706,40.0652,1.8499,300,3,0,1981,0,1,0,0,0),(50538,5255,1,1,1,10795,1,-4984.33,152.138,69.5728,5.07418,300,3,0,1981,0,1,0,0,0),(50539,5255,1,1,1,10795,1,-5016.96,185.896,55.0099,0.926217,300,3,0,1981,0,1,0,0,0),(50540,5255,1,1,1,10795,1,-5011.33,151.024,68.084,5.52439,300,3,0,1981,0,1,0,0,0),(50541,5255,1,1,1,10795,1,-4977.47,186.911,55.3212,2.44299,300,0,0,1981,0,0,0,0,0),(50542,5255,1,1,1,10795,1,-4932.3,703.583,52.9295,3.87625,300,3,0,1981,0,1,0,0,0),(50543,5255,1,1,1,10795,1,-4914.22,642.659,36.7807,5.44847,300,15,0,1981,0,1,0,0,0),(50544,5255,1,1,1,10795,1,-4914.55,413.982,12.4757,2.1004,300,15,0,1981,0,1,0,0,0),(50545,5255,1,1,1,10795,1,-4943.99,342.897,21.4216,4.16344,300,15,0,1981,0,1,0,0,0),(50546,5255,1,1,1,10795,1,-4907.61,598.781,21.3024,1.64666,300,15,0,1981,0,1,0,0,0),(50547,5255,1,1,1,10795,1,-4980.87,645.17,36.4031,5.37956,300,15,0,1981,0,1,0,0,0),(50548,5255,1,1,1,10795,1,-4948.75,661.295,43.3047,1.05002,300,0,0,1981,0,0,0,0,0),(50549,5255,1,1,1,10795,1,-4956.84,637.982,42.8047,5.23607,300,0,0,1981,0,0,0,0,0),(50550,5255,1,1,1,10795,1,-4953.55,466.17,17.6906,5.37061,300,0,0,1981,0,0,0,0,0),(50551,5255,1,1,1,10795,1,-4990.82,422.269,17.2975,4.88479,300,0,0,1981,0,0,0,0,0),(50552,5255,1,1,1,10795,1,-4985.7,450.37,10.3573,5.60295,300,15,0,1981,0,1,0,0,0),(50553,5255,1,1,1,10795,1,-4980.97,363.957,24.3317,0.671803,300,0,0,1981,0,0,0,0,0),(50554,5255,1,1,1,10795,1,-5014.9,480.233,15.5433,4.98711,300,15,0,1981,0,1,0,0,0),(50555,5255,1,1,1,10795,1,-5025.92,520.657,17.8642,2.948,300,15,0,1981,0,1,0,0,0),(50556,5255,1,1,1,10795,1,-4945.38,276.537,39.7393,1.46994,300,15,0,1981,0,1,0,0,0),(50557,5255,1,1,1,10795,1,-4914.24,266.133,41.6639,2.87389,300,0,0,1981,0,0,0,0,0),(50558,5255,1,1,1,10795,1,-4979.48,214.172,52.3846,5.28205,300,0,0,1981,0,2,0,0,0),(50559,5255,1,1,1,10795,1,-4982.39,253.607,36.5159,0.606403,300,15,0,1981,0,1,0,0,0),(50560,5255,1,1,1,10795,1,-5012.19,246.828,44.5557,6.0183,300,15,0,1981,0,1,0,0,0),(50561,5258,1,1,1,10793,1,-4805.34,873.073,143.113,4.55938,300,0,0,2059,0,0,0,0,0),(50562,5258,1,1,1,10793,1,-4853.65,893.64,137.316,5.63901,300,15,0,2059,0,1,0,0,0),(50563,5258,1,1,1,10793,1,-4998.5,68.2365,103.977,3.26725,300,15,0,2059,0,1,0,0,0),(50564,7726,1,1,1,2289,1,-4190.39,763.854,147.692,3.97008,300,5,0,1522,1332,1,0,0,0),(50565,5258,1,1,1,10793,1,-4755.52,847.282,143.685,4.83015,300,0,0,2059,0,0,0,0,0),(50566,5258,1,1,1,10793,1,-4777.74,907.77,143.438,2.718,300,0,0,2059,0,0,0,0,0),(50567,5258,1,1,1,10793,1,-4883.6,669.546,42.4017,1.34635,300,0,0,2059,0,0,0,0,0),(50568,5258,1,1,1,10793,1,-4983.89,195.59,55.3212,2.80233,300,0,0,2059,0,0,0,0,0),(50569,5258,1,1,1,10793,1,-4944.14,641.548,42.8047,3.12072,300,0,0,2059,0,0,0,0,0),(50570,5258,1,1,1,10793,1,-4957.32,478.153,17.6104,2.83116,300,0,0,2059,0,0,0,0,0),(50571,5258,1,1,1,10793,1,-4969.27,349.479,24.0817,0.092859,300,0,0,2059,0,0,0,0,0),(50572,5258,1,1,1,10793,1,-4986.84,410.148,17.0475,4.49805,300,0,0,2059,0,0,0,0,0),(50573,5258,1,1,1,10793,1,-4913.28,275.214,41.3112,1.34028,300,0,0,2059,0,0,0,0,0),(50574,5260,1,1,1,3186,0,-5350.38,1151.18,62.1598,5.01778,300,15,0,1981,0,1,0,0,0),(50575,5260,1,1,1,3186,0,-5331.63,1151.2,63.7456,0.14715,300,15,0,1981,0,1,0,0,0),(50576,5260,1,1,1,3186,0,-5151.74,1514.26,47.2643,3.66025,300,15,0,1981,0,1,0,0,0),(50577,5260,1,1,1,3186,0,-4746.96,247.709,35.2989,5.5076,300,15,0,1981,0,1,0,0,0),(50578,5260,1,1,1,3186,0,-5159.92,1427.67,47.2462,0.940223,300,15,0,1981,0,1,0,0,0),(50579,5260,1,1,1,3186,0,-4911.6,1529.15,82.7649,2.00389,300,15,0,1981,0,1,0,0,0),(50580,5260,1,1,1,3186,0,-5049.33,1413.78,39.816,2.97821,300,15,0,1981,0,1,0,0,0),(50581,5260,1,1,1,3186,0,-5051.42,1424.96,41.707,1.45141,300,15,0,1981,0,1,0,0,0),(50582,5260,1,1,1,3186,0,-4883.79,1443.17,79.3922,4.63809,300,15,0,1981,0,1,0,0,0),(50583,5260,1,1,1,3186,0,-4856.02,343.501,25.2059,2.35384,300,15,0,1981,0,1,0,0,0),(50584,5260,1,1,1,3186,0,-4778.76,695.353,51.914,4.21772,300,15,0,1981,0,1,0,0,0),(50585,5260,1,1,1,3186,0,-5203.62,1227.66,60.2293,2.00786,300,15,0,1981,0,1,0,0,0),(50586,5260,1,1,1,3186,0,-5211.18,1188.15,71.5113,3.8571,300,15,0,1981,0,1,0,0,0),(50587,5260,1,1,1,3186,0,-5184.27,1215.15,64.517,4.92688,300,15,0,1981,0,1,0,0,0),(50588,5260,1,1,1,3186,0,-4891.58,1489.39,82.3006,1.77749,300,15,0,1981,0,1,0,0,0),(50589,5260,1,1,1,3186,0,-5181.06,1453.67,48.1701,4.88526,300,15,0,1981,0,1,0,0,0),(50590,5260,1,1,1,3186,0,-5169.89,1301.25,45.9325,4.07612,300,15,0,1981,0,1,0,0,0),(50591,5260,1,1,1,3186,0,-5161.94,1347.5,42.7503,6.13218,300,15,0,1981,0,1,0,0,0),(50592,5260,1,1,1,3186,0,-4943.87,1390.07,50.778,2.7462,300,15,0,1981,0,1,0,0,0),(50593,5260,1,1,1,3186,0,-4939.3,1420.68,61.1333,5.04865,300,3,0,1981,0,1,0,0,0),(50594,5260,1,1,1,3186,0,-4846.12,1451.28,75.6576,3.20803,300,15,0,1981,0,1,0,0,0),(50595,5260,1,1,1,3186,0,-5014.86,1465.18,48.3854,5.88419,300,15,0,1981,0,1,0,0,0),(50596,5260,1,1,1,3186,0,-5086.99,1372.21,44.8083,2.76646,300,15,0,1981,0,1,0,0,0),(50597,5260,1,1,1,3186,0,-5056.82,1382.39,43.5165,4.43495,300,15,0,1981,0,1,0,0,0),(50598,5260,1,1,1,3186,0,-5221.47,1357.07,41.5378,0.93999,300,15,0,1981,0,1,0,0,0),(50599,5260,1,1,1,3186,0,-5152.1,1286.09,46.0842,1.72176,300,15,0,1981,0,1,0,0,0),(50600,7726,1,1,1,2289,1,-4165.93,827.036,146.088,4.97965,300,3,0,1522,1332,1,0,0,0),(50601,7726,1,1,1,2289,1,-4151.25,827.259,146.091,3.24178,300,0,0,1522,1332,0,0,0,0),(50602,7726,1,1,1,2289,1,-4245.57,646.092,68.4923,5.3999,300,5,0,1522,1332,1,0,0,0),(50603,7726,1,1,1,2289,1,-4148.83,793.046,145.213,0.816296,300,3,0,1522,1332,1,0,0,0),(50604,7726,1,1,1,2289,1,-4140.81,800.765,146.091,3.12603,300,0,0,1522,1332,0,0,0,0),(50605,7726,1,1,1,2289,1,-4182.29,784.375,145.224,2.15036,300,5,0,1522,1332,1,0,0,0),(50606,7726,1,1,1,2289,1,-4185.37,664.122,70.4345,6.12242,300,3,0,1522,1332,1,0,0,0),(50607,7727,1,1,1,6834,1,-4163.65,810.624,145.213,1.55283,300,0,0,1648,1432,0,0,0,0),(50608,5262,1,1,1,3188,0,-3318.8,2618.23,26.4826,4.40083,300,15,0,2672,0,1,0,0,0),(50609,5262,1,1,1,3188,0,-3283.74,2306.87,61.2635,2.3546,300,15,0,2672,0,1,0,0,0),(50610,5262,1,1,1,3188,0,-3393.75,2404.47,38.0626,4.71239,300,15,0,2672,0,1,0,0,0),(50611,5262,1,1,1,3188,0,-3102.4,2572.94,34.6021,4.09795,300,15,0,2672,0,1,0,0,0),(50612,5262,1,1,1,3188,0,-3467.83,2388.2,46.9626,2.96817,300,15,0,2672,0,1,0,0,0),(50613,5262,1,1,1,3188,0,-2929.88,2328.44,31.8954,2.41357,300,15,0,2672,0,1,0,0,0),(50614,5262,1,1,1,3188,0,-3487.92,2213.92,31.8039,5.67406,300,15,0,2672,0,1,0,0,0),(50615,5262,1,1,1,3188,0,-3727.99,2222.25,72.7458,2.29679,300,15,0,2672,0,1,0,0,0),(50616,5262,1,1,1,3188,0,-3366.54,2537.69,23.5294,5.36761,300,15,0,2672,0,1,0,0,0),(50617,5262,1,1,1,3188,0,-3436.6,2440.52,41.6933,4.58887,300,15,0,2672,0,1,0,0,0),(50618,5262,1,1,1,3188,0,-3230.73,2666.9,45.8462,0.604891,300,15,0,2672,0,1,0,0,0),(50619,5262,1,1,1,3188,0,-3306.37,2377.76,44.0357,0.968219,300,15,0,2672,0,1,0,0,0),(50620,5262,1,1,1,3188,0,-3389.59,2262.48,22.5817,1.87619,300,15,0,2672,0,1,0,0,0),(50621,5262,1,1,1,3188,0,-3556.7,2414.69,66.3586,2.3017,300,15,0,2672,0,1,0,0,0),(50622,5262,1,1,1,3188,0,-3697.87,1948.67,76.8954,3.2434,300,15,0,2672,0,1,0,0,0),(50623,5262,1,1,1,3188,0,-2750.24,2404.5,62.9053,2.81739,300,15,0,2672,0,1,0,0,0),(50624,5262,1,1,1,3188,0,-2785.69,2506.34,62.326,1.36632,300,15,0,2672,0,1,0,0,0),(50625,5262,1,1,1,3188,0,-3525.69,2469.73,60.0778,5.9333,300,15,0,2672,0,1,0,0,0),(50626,5262,1,1,1,3188,0,-3751.93,1951.52,69.1911,3.8641,300,15,0,2672,0,1,0,0,0),(50627,5262,1,1,1,3188,0,-3674.58,1925.48,84.7836,4.1279,300,15,0,2672,0,1,0,0,0),(50628,5262,1,1,1,3188,0,-3449.92,2823.09,82.1008,5.85712,300,15,0,2672,0,1,0,0,0),(50629,5262,1,1,1,3188,0,-3444.89,2535.95,44.9386,2.25378,300,3,0,2672,0,1,0,0,0),(50630,5262,1,1,1,3188,0,-3523.21,2196.41,34.7564,5.17607,300,15,0,2672,0,1,0,0,0),(50631,5262,1,1,1,3188,0,-3746.6,2209.59,73.6967,0.150049,300,15,0,2672,0,1,0,0,0),(50632,5262,1,1,1,3188,0,-3882.78,1917.39,77.9287,5.039,300,15,0,2672,0,1,0,0,0),(50633,5262,1,1,1,3188,0,-3159.38,2582.46,44.7066,0.280177,300,0,0,2672,0,0,0,0,0),(50634,5262,1,1,1,3188,0,-3149.32,2549.29,55.0608,2.33639,300,15,0,2672,0,1,0,0,0),(50635,5262,1,1,1,3188,0,-3883.96,1978.79,75.0473,3.3122,300,15,0,2672,0,1,0,0,0),(50636,5262,1,1,1,3188,0,-3845.38,1949.6,70.5053,2.87948,300,15,0,2672,0,1,0,0,0),(50637,5262,1,1,1,3188,0,-3976.82,2047.79,95.558,3.80658,300,15,0,2672,0,1,0,0,0),(50638,5262,1,1,1,3188,0,-4005.06,2052.92,100.959,0.296131,300,3,0,2672,0,1,0,0,0),(50639,5262,1,1,1,3188,0,-2898.14,2455.35,32.6761,3.37095,300,15,0,2672,0,1,0,0,0),(50640,5262,1,1,1,3188,0,-2914.56,2479.77,31.1381,4.34493,300,15,0,2672,0,1,0,0,0),(50641,5262,1,1,1,3188,0,-3485.52,2583.23,74.7245,3.54658,300,15,0,2672,0,1,0,0,0),(50642,7727,1,1,1,6834,1,-4226.39,648.795,70.6681,6.0336,300,5,0,1648,1432,1,0,0,0),(50643,5268,1,1,1,3201,0,-4189.08,-784.331,-40.3838,6.25975,300,15,0,1902,0,1,0,0,0),(50644,5268,1,1,1,3201,0,-4259.31,98.7355,56.2615,4.62244,300,15,0,1902,0,1,0,0,0),(50645,5268,1,1,1,3201,0,-4388.88,-113.938,58.3584,3.08685,300,15,0,1902,0,1,0,0,0),(50646,5268,1,1,1,3201,0,-4082.12,-44.5403,66.6647,0.355992,300,15,0,1902,0,1,0,0,0),(50647,5268,1,1,1,3201,0,-4046.63,553.437,88.2486,6.24658,300,15,0,1902,0,1,0,0,0),(50648,5268,1,1,1,3201,0,-4506.63,-39.594,79.2819,1.04947,300,15,0,1902,0,1,0,0,0),(50649,5268,1,1,1,3201,0,-4524.92,-125.992,89.9,0.392838,300,15,0,1902,0,1,0,0,0),(50650,5268,1,1,1,3201,0,-4141.15,-608.43,-13.4312,1.75135,300,15,0,1902,0,1,0,0,0),(50651,5268,1,1,1,3201,0,-4003.36,464.067,71.9955,0.785398,300,15,0,1902,0,1,0,0,0),(50652,5268,1,1,1,3201,0,-4441.97,707.82,91.766,0.651706,300,15,0,1902,0,1,0,0,0),(50653,5268,1,1,1,3201,0,-4492.55,-227.82,72.9251,0.21062,300,15,0,1902,0,1,0,0,0),(50654,5268,1,1,1,3201,0,-4186.79,-656.169,-27.7783,1.49278,300,15,0,1902,0,1,0,0,0),(50655,5268,1,1,1,3201,0,-4333.84,-348.609,30.8145,5.57795,300,15,0,1902,0,1,0,0,0),(50656,5268,1,1,1,3201,0,-4415.48,-317.684,34.3012,2.36724,300,15,0,1902,0,1,0,0,0),(50657,5268,1,1,1,3201,0,-4504.02,-200,77.879,0,300,15,0,1902,0,1,0,0,0),(50658,5268,1,1,1,3201,0,-4308.19,358.358,50.5215,1.89361,300,15,0,1902,0,1,0,0,0),(50659,5268,1,1,1,3201,0,-4148.46,-472.472,14.0694,3.80229,300,15,0,1902,0,1,0,0,0),(50660,5268,1,1,1,3201,0,-4085.28,-517.058,10.4308,0.908555,300,15,0,1902,0,1,0,0,0),(50661,5268,1,1,1,3201,0,-4154.12,-580.406,-10.9057,1.9916,300,15,0,1902,0,1,0,0,0),(50662,5268,1,1,1,3201,0,-4130.83,-666.485,-18.9094,6.1485,300,15,0,1902,0,1,0,0,0),(50663,5268,1,1,1,3201,0,-4156.16,-317.246,58.8742,4.87561,300,15,0,1902,0,1,0,0,0),(50664,5268,1,1,1,3201,0,-4243.13,-311.078,32.9979,2.2048,300,15,0,1902,0,1,0,0,0),(50665,5268,1,1,1,3201,0,-4248.05,-356.214,32.4081,1.7239,300,15,0,1902,0,1,0,0,0),(50666,5268,1,1,1,3201,0,-4139.47,-142.767,58.8221,5.28198,300,15,0,1902,0,1,0,0,0),(50667,5268,1,1,1,3201,0,-4175.04,-235.012,67.3514,5.62249,300,15,0,1902,0,1,0,0,0),(50668,5268,1,1,1,3201,0,-4257.91,509.387,53.3594,2.04859,300,15,0,1902,0,1,0,0,0),(50669,5268,1,1,1,3201,0,-4348.71,494.164,52.8612,1.60204,300,15,0,1902,0,1,0,0,0),(50670,5268,1,1,1,3201,0,-4930.03,1425.93,74.1555,3.62885,300,15,0,1902,0,1,0,0,0),(50671,5268,1,1,1,3201,0,-4332.29,619.174,61.8438,0.760541,300,15,0,1902,0,1,0,0,0),(50672,5268,1,1,1,3201,0,-4413.92,597.942,60.1141,4.72216,300,15,0,1902,0,1,0,0,0),(50673,5268,1,1,1,3201,0,-4403.79,671.083,79.5125,1.61439,300,15,0,1902,0,1,0,0,0),(50674,5268,1,1,1,3201,0,-5220.76,1183,70.4666,5.90794,300,15,0,1902,0,1,0,0,0),(50675,5268,1,1,1,3201,0,-5149.51,1474.01,49.5409,1.89173,300,15,0,1902,0,1,0,0,0),(50676,5268,1,1,1,3201,0,-4448.85,538.984,52.039,0.355113,300,15,0,1902,0,1,0,0,0),(50677,5268,1,1,1,3201,0,-4277.42,-65.6139,58.1726,2.71464,300,15,0,1902,0,1,0,0,0),(50678,5268,1,1,1,3201,0,-4145.78,50.7615,57.7937,4.52665,300,15,0,1902,0,1,0,0,0),(50679,5268,1,1,1,3201,0,-4056.58,164.282,58.5793,1.98729,300,15,0,1902,0,1,0,0,0),(50680,5268,1,1,1,3201,0,-4125.19,243.311,55.418,4.76127,300,15,0,1902,0,1,0,0,0),(50681,5268,1,1,1,3201,0,-4217.13,153.119,58.9928,4.79066,300,15,0,1902,0,1,0,0,0),(50682,5268,1,1,1,3201,0,-5146.23,1210.51,60.0551,4.83577,300,15,0,1902,0,1,0,0,0),(50683,5268,1,1,1,3201,0,-4478.75,-539.552,10.4687,2.78465,300,15,0,1902,0,1,0,0,0),(50684,5268,1,1,1,3201,0,-4487.96,-482.766,24.6171,5.64431,300,15,0,1902,0,1,0,0,0),(50685,5268,1,1,1,3201,0,-4417.26,-543.189,8.21893,3.17088,300,15,0,1902,0,1,0,0,0),(50686,5268,1,1,1,3201,0,-4491.68,-420.729,38.1488,1.87648,300,3,0,1902,0,1,0,0,0),(50687,5268,1,1,1,3201,0,-4411.53,-592.355,-14.3937,1.41206,300,15,0,1902,0,1,0,0,0),(50688,5268,1,1,1,3201,0,-4200.1,-419.122,28.8159,5.60845,300,3,0,1902,0,1,0,0,0),(50689,5268,1,1,1,3201,0,-4351.53,-520.112,15.4403,6.23235,300,15,0,1902,0,1,0,0,0),(50690,5268,1,1,1,3201,0,-4171.03,-468.764,23.7541,2.45586,300,15,0,1902,0,1,0,0,0),(50691,5268,1,1,1,3201,0,-4952.19,1410.3,52.0408,1.65472,300,3,0,1902,0,1,0,0,0),(50692,5268,1,1,1,3201,0,-4394.85,466.254,52.6005,3.73231,300,15,0,1902,0,1,0,0,0),(50693,5268,1,1,1,3201,0,-4287.62,541.13,57.8048,1.61179,300,15,0,1902,0,1,0,0,0),(50694,5268,1,1,1,3201,0,-5166.45,1393.2,46.6961,0.278165,300,15,0,1902,0,1,0,0,0),(50695,5268,1,1,1,3201,0,-4490.92,-82.323,65.2927,2.21627,300,15,0,1902,0,1,0,0,0),(50696,5268,1,1,1,3201,0,-4888.49,1364.58,64.1837,2.90798,300,3,0,1902,0,1,0,0,0),(50697,5268,1,1,1,3201,0,-4810.81,1638.25,77.118,1.69418,300,10,0,1902,0,1,0,0,0),(50698,5268,1,1,1,3201,0,-4379.46,395.755,47.2412,3.61076,300,15,0,1902,0,1,0,0,0),(50699,5268,1,1,1,3201,0,-5069.04,1418.63,42.6786,3.17966,300,15,0,1902,0,1,0,0,0),(50700,5268,1,1,1,3201,0,-5125.62,1338.41,42.2592,2.81774,300,15,0,1902,0,1,0,0,0),(50701,5268,1,1,1,3201,0,-4858.73,1572.74,74.4829,5.65726,300,15,0,1902,0,1,0,0,0),(50702,5268,1,1,1,3201,0,-4448.01,664.981,68.2178,0.204289,300,15,0,1902,0,1,0,0,0),(50703,5268,1,1,1,3201,0,-4523.03,514.925,57.7577,3.57291,300,15,0,1902,0,1,0,0,0),(50704,5268,1,1,1,3201,0,-4495.67,424.66,49.3379,0.021481,300,15,0,1902,0,1,0,0,0),(50705,5268,1,1,1,3201,0,-4503.5,-355.188,62.0496,5.18802,300,3,0,1902,0,1,0,0,0),(50706,5268,1,1,1,3201,0,-4448.42,-147.677,58.0194,1.54564,300,15,0,1902,0,1,0,0,0),(50707,5268,1,1,1,3201,0,-4468.33,20.5299,56.4202,1.86599,300,3,0,1902,0,1,0,0,0),(50708,5268,1,1,1,3201,0,-4175.7,-72.3887,59.6875,5.90522,300,15,0,1902,0,1,0,0,0),(50709,5268,1,1,1,3201,0,-4345.77,549.511,53.9078,2.85631,300,15,0,1902,0,1,0,0,0),(50710,5272,1,1,1,8838,0,-4674.29,1618.7,117.38,5.70575,300,15,0,2138,0,1,0,0,0),(50711,5272,1,1,1,8838,0,-4556.43,1746.99,96.2121,4.20678,300,15,0,2138,0,1,0,0,0),(50712,5272,1,1,1,8838,0,-5183.87,609.78,51.4539,6.18138,300,15,0,2138,0,1,0,0,0),(50713,5272,1,1,1,8838,0,-4618.75,1735.42,100.297,6.19829,300,3,0,2138,0,1,0,0,0),(50714,5272,1,1,1,8838,0,-5191.57,591.988,49.9271,2.85874,300,15,0,2138,0,1,0,0,0),(50715,5272,1,1,1,8838,0,-5271.09,493.109,56.7952,1.12653,300,15,0,2138,0,1,0,0,0),(50716,5272,1,1,1,8838,0,-4520.58,1787.96,100.178,2.51111,300,15,0,2138,0,1,0,0,0),(50717,5272,1,1,1,8838,0,-5312.34,581.234,64.2326,0.857296,300,15,0,2138,0,1,0,0,0),(50718,5272,1,1,1,8838,0,-5173.42,719.456,62.071,3.26885,300,15,0,2138,0,1,0,0,0),(50719,5272,1,1,1,8838,0,-5070.34,583.311,24.9651,3.13183,300,15,0,2138,0,1,0,0,0),(50720,5272,1,1,1,8838,0,-5105.72,699.624,51.271,1.74943,300,15,0,2138,0,1,0,0,0),(50721,5272,1,1,1,8838,0,-5280.24,572.797,59.9677,2.191,300,15,0,2138,0,1,0,0,0),(50722,5272,1,1,1,8838,0,-5116.79,671.002,50.7103,1.91973,300,15,0,2138,0,1,0,0,0),(50723,5272,1,1,1,8838,0,-5324,530.425,58.4664,3.49053,300,15,0,2138,0,1,0,0,0),(50724,5272,1,1,1,8838,0,-5219.03,579.441,58.7811,0.734821,300,15,0,2138,0,1,0,0,0),(50725,5272,1,1,1,8838,0,-4713.87,1396.21,89.2543,4.55157,300,10,0,2138,0,1,0,0,0),(50726,5272,1,1,1,8838,0,-4689.28,1465.65,95.8983,6.26872,300,3,0,2138,0,1,0,0,0),(50727,5272,1,1,1,8838,0,-4527.65,1860.03,90.7225,0.450548,300,15,0,2138,0,1,0,0,0),(50728,5272,1,1,1,8838,0,-4608.39,1444.57,99.7818,0.053764,300,15,0,2138,0,1,0,0,0),(50729,5272,1,1,1,8838,0,-4582.82,1482.4,99.3287,5.91939,300,15,0,2138,0,1,0,0,0),(50730,5272,1,1,1,8838,0,-4590.22,1711.77,111.429,3.84958,300,3,0,2138,0,1,0,0,0),(50731,5272,1,1,1,8838,0,-4585.96,1816.36,91.764,3.28266,300,15,0,2138,0,1,0,0,0),(50732,5272,1,1,1,8838,0,-5078.38,609.8,35.0181,2.93883,300,15,0,2138,0,1,0,0,0),(50733,5272,1,1,1,8838,0,-5047.86,339.17,23.4268,5.72769,300,15,0,2138,0,1,0,0,0),(50734,5272,1,1,1,8838,0,-4726.54,1177.05,103.259,1.52781,300,15,0,2138,0,1,0,0,0),(50735,5272,1,1,1,8838,0,-5153.15,453.415,30.7958,5.98924,300,15,0,2138,0,1,0,0,0),(50736,5272,1,1,1,8838,0,-5208.37,505.17,49.6853,4.63412,300,15,0,2138,0,1,0,0,0),(50737,5272,1,1,1,8838,0,-4566.64,1965.2,88.715,5.40025,300,15,0,2138,0,1,0,0,0),(50738,5272,1,1,1,8838,0,-4608.33,1899.19,107.144,0.280982,300,10,0,2138,0,1,0,0,0),(50739,5272,1,1,1,8838,0,-4732.05,1241.24,105.032,3.12945,300,15,0,2138,0,1,0,0,0),(50740,5272,1,1,1,8838,0,-4661.44,1536.43,120.023,1.84073,300,15,0,2138,0,1,0,0,0),(50741,5272,1,1,1,8838,0,-4738.61,1285.38,103.221,0.468885,300,3,0,2138,0,1,0,0,0),(50742,5274,1,1,1,3200,0,-3472.56,2447.28,45.2725,6.22845,300,15,0,2576,0,1,0,0,0),(50743,5274,1,1,1,3200,0,-3369.16,2374.98,43.9269,4.25356,300,0,0,2576,0,0,0,0,0),(50744,5274,1,1,1,3200,0,-3544.47,2196.2,40.0027,4.98935,300,15,0,2576,0,1,0,0,0),(50745,5274,1,1,1,3200,0,-2910.76,2351.65,30.9873,5.23372,300,3,0,2576,0,1,0,0,0),(50746,5274,1,1,1,3200,0,-3483.11,2156.7,35.2103,3.79931,300,15,0,2576,0,1,0,0,0),(50747,5274,1,1,1,3200,0,-3487.33,2254.75,26.18,2.28052,300,15,0,2576,0,1,0,0,0),(50748,5274,1,1,1,3200,0,-3190.91,2572.34,37.3021,4.98935,300,15,0,2576,0,1,0,0,0),(50749,5274,1,1,1,3200,0,-3387.51,2341.4,37.9036,5.79334,300,15,0,2576,0,1,0,0,0),(50750,5274,1,1,1,3200,0,-2815.57,2450.85,55.109,1.25306,300,15,0,2576,0,1,0,0,0),(50751,5274,1,1,1,3200,0,-3673.9,1971.83,72.8221,3.25836,300,15,0,2576,0,1,0,0,0),(50752,5274,1,1,1,3200,0,-3679.27,2008.89,73.7357,4.64004,300,15,0,2576,0,1,0,0,0),(50753,5274,1,1,1,3200,0,-3437.34,2768.05,79.6551,0.896231,300,15,0,2576,0,1,0,0,0),(50754,5274,1,1,1,3200,0,-3375.54,2667.71,68.0777,0,300,15,0,2576,0,1,0,0,0),(50755,5274,1,1,1,3200,0,-3252.24,2598.41,27.0671,0.273863,300,15,0,2576,0,1,0,0,0),(50756,5274,1,1,1,3200,0,-3177.74,2587.58,41.1418,5.90324,300,15,0,2576,0,1,0,0,0),(50757,5274,1,1,1,3200,0,-3482.79,2513.4,53.633,2.44977,300,15,0,2576,0,1,0,0,0),(50758,5274,1,1,1,3200,0,-3528.15,2235.49,38.0347,3.88866,300,30,0,2576,0,1,0,0,0),(50759,5274,1,1,1,3200,0,-3525.93,2688.45,92.0021,1.7793,300,15,0,2576,0,1,0,0,0),(50760,5274,1,1,1,3200,0,-3306.62,2460.71,43.8001,5.11792,300,15,0,2576,0,1,0,0,0),(50761,5274,1,1,1,3200,0,-3660.11,1961.31,74.9288,3.78829,300,15,0,2576,0,1,0,0,0),(50762,5274,1,1,1,3200,0,-4102.92,2040.55,89.0498,4.22473,300,15,0,2576,0,1,0,0,0),(50763,5274,1,1,1,3200,0,-3919.13,1994.17,80.8165,2.35619,300,15,0,2576,0,1,0,0,0),(50764,5274,1,1,1,3200,0,-3939.56,1982.67,83.4903,2.96488,300,15,0,2576,0,1,0,0,0),(50765,5274,1,1,1,3200,0,-3818.48,2002.17,69.2423,2.36014,300,0,0,2576,0,0,0,0,0),(50766,5274,1,1,1,3200,0,-3816.19,1927.19,70.2219,4.76908,300,15,0,2576,0,1,0,0,0),(50767,5274,1,1,1,3200,0,-3739.02,1979.36,69.3839,5.37457,300,15,0,2576,0,1,0,0,0),(50768,5274,1,1,1,3200,0,-3571.63,2211.44,36.5669,5.98986,300,15,0,2576,0,1,0,0,0),(50769,5274,1,1,1,3200,0,-2907.41,2405.36,31.1266,4.92966,300,15,0,2576,0,1,0,0,0),(50770,5276,1,1,1,8471,0,-3399.4,2365.61,41.7153,1.86596,300,15,0,1990,1640,1,0,0,0),(50771,5276,1,1,1,8471,0,-3411,2428.96,40.1268,2.10991,300,15,0,1990,1640,1,0,0,0),(50772,5276,1,1,1,8471,0,-2816,2355.66,36.9462,4.32074,300,15,0,1990,1640,1,0,0,0),(50773,5276,1,1,1,8471,0,-3408.3,2416.07,36.7951,2.47626,300,15,0,1990,1640,1,0,0,0),(50774,5276,1,1,1,8471,0,-3930.47,1920.28,85.971,1.77088,300,15,0,1990,1640,1,0,0,0),(50775,5278,1,1,1,2158,0,-4562.48,888.987,60.0789,4.73058,300,10,0,1648,1432,1,0,0,0),(50776,5278,1,1,1,2158,0,-4589.5,914.675,61.1099,2.87202,300,10,0,1648,1432,1,0,0,0),(50777,5278,1,1,1,2158,0,-4610.42,959.534,57.5227,3.56695,300,10,0,1648,1432,1,0,0,0),(50778,5278,1,1,1,2158,0,-4630.8,964.319,62.038,2.88666,300,10,0,1648,1432,1,0,0,0),(50779,5278,1,1,1,2158,0,-4427.28,685.328,90.3875,0.317255,300,15,0,1648,1432,1,0,0,0),(50780,5278,1,1,1,2158,0,-4554.91,785.981,48.3547,0.811658,300,15,0,1648,1432,1,0,0,0),(50781,5278,1,1,1,2158,0,-4594.23,826.782,46.1191,3.43873,300,15,0,1648,1432,1,0,0,0),(50782,5278,1,1,1,2158,0,-4525.37,566.56,59.5324,1.13948,300,15,0,1648,1432,1,0,0,0),(50783,5278,1,1,1,2158,0,-4595.3,749.69,50.5767,4.31557,300,15,0,1648,1432,1,0,0,0),(50784,5278,1,1,1,2158,0,-4523.91,640.881,56.4121,1.91931,300,15,0,1648,1432,1,0,0,0),(50785,5278,1,1,1,2158,0,-4502.29,635.304,57.0371,3.5613,300,15,0,1648,1432,1,0,0,0),(50786,5278,1,1,1,2158,0,-4449.27,614.571,57.7221,4.19024,300,15,0,1648,1432,1,0,0,0),(50787,5278,1,1,1,2158,0,-4542.39,577.093,63.1643,0.535762,300,15,0,1648,1432,1,0,0,0),(50788,5278,1,1,1,2158,0,-4576.84,558.396,62.5885,1.76359,300,15,0,1648,1432,1,0,0,0),(50789,5278,1,1,1,2158,0,-4546.93,616.519,47.4083,2.0893,300,15,0,1648,1432,1,0,0,0),(50790,5278,1,1,1,2158,0,-4641.78,651.983,49.0221,4.6831,300,15,0,1648,1432,1,0,0,0),(50791,5278,1,1,1,2158,0,-4600.87,620.673,47.9707,1.51207,300,15,0,1648,1432,1,0,0,0),(50792,5278,1,1,1,2158,0,-4594.28,714.612,47.6776,0.029288,300,15,0,1648,1432,1,0,0,0),(50793,5278,1,1,1,2158,0,-4631.99,680.241,48.652,3.55339,300,15,0,1648,1432,1,0,0,0),(50794,5278,1,1,1,2158,0,-4585.41,686.479,47.8589,1.97853,300,15,0,1648,1432,1,0,0,0),(50795,5278,1,1,1,2158,0,-4623.44,655.724,52.1265,2.62946,300,15,0,1648,1432,1,0,0,0),(50796,1695,1,1,1,13190,1,-4491.6,-768.035,-36.632,4.95674,300,0,0,1848,0,0,0,0,0),(50797,7584,1,1,1,9592,0,-3432.24,2382.82,43.9324,3.25699,300,0,0,2424,1483,2,0,0,0),(50798,7584,1,1,1,9592,0,-4166.35,305.325,58.8006,5.14193,300,0,0,2424,1483,2,0,0,0),(50799,7584,1,1,1,9592,0,-4554.64,1687.16,97.8392,4.33007,300,0,0,2424,1483,2,0,0,0),(50800,7584,1,1,1,9592,0,-5764.65,1452.36,56.561,3.98084,300,0,0,2424,1483,0,0,0,0),(50801,7584,1,1,1,9592,0,-4894.04,334.951,25.4807,2.92314,300,0,0,2424,1483,2,0,0,0),(50802,5286,1,1,1,165,0,-4184.84,-740.034,-34.2743,0.548457,300,15,0,1829,0,1,0,0,0),(50803,5286,1,1,1,165,0,-4228.44,-758.422,-42.8481,5.53349,300,15,0,1829,0,1,0,0,0),(50804,5286,1,1,1,165,0,-4493.02,-358.208,53.6212,3.45531,300,15,0,1829,0,1,0,0,0),(50805,5286,1,1,1,165,0,-4045.94,520.738,80.5059,2.85825,300,15,0,1829,0,1,0,0,0),(50806,5286,1,1,1,165,0,-4325.41,670.083,83.2044,1.58252,300,15,0,1829,0,1,0,0,0),(50807,5286,1,1,1,165,0,-4175.4,-203.488,58.8624,5.66702,300,15,0,1829,0,1,0,0,0),(50808,5286,1,1,1,165,0,-4344.02,-655.198,-34.0294,4.18403,300,15,0,1829,0,1,0,0,0),(50809,5286,1,1,1,165,0,-4391.22,-655.952,-16.7433,3.60944,300,15,0,1829,0,1,0,0,0),(50810,5286,1,1,1,165,0,-4115.33,-70.4951,58.8196,4.76127,300,15,0,1829,0,1,0,0,0),(50811,5286,1,1,1,165,0,-4526.89,-94.2515,86.4776,2.06082,300,15,0,1829,0,1,0,0,0),(50812,5286,1,1,1,165,0,-4356.25,646.864,69.8904,2.33331,300,15,0,1829,0,1,0,0,0),(50813,5286,1,1,1,165,0,-4525.96,-140.096,89.9087,0.394716,300,15,0,1829,0,1,0,0,0),(50814,5286,1,1,1,165,0,-4404.79,616.535,59.6474,0.293328,300,15,0,1829,0,1,0,0,0),(50815,5286,1,1,1,165,0,-4618.12,956.096,57.8503,1.52781,300,10,0,1829,0,1,0,0,0),(50816,5286,1,1,1,165,0,-4555.03,3645.95,10.8156,0.069473,300,15,0,1829,0,1,0,0,0),(50817,5286,1,1,1,165,0,-4147.56,-686.394,-22.0119,2.86333,300,15,0,1829,0,1,0,0,0),(50818,5286,1,1,1,165,0,-4204.03,-596.466,-18.6577,2.1033,300,15,0,1829,0,1,0,0,0),(50819,5286,1,1,1,165,0,-4420.23,-312.952,33.433,5.02179,300,15,0,1829,0,1,0,0,0),(50820,5286,1,1,1,165,0,-4489.94,-161.836,66.9594,3.55982,300,15,0,1829,0,1,0,0,0),(50821,5286,1,1,1,165,0,-4462.62,3559.96,18.8284,0.34802,300,15,0,1829,0,1,0,0,0),(50822,5286,1,1,1,165,0,-4132.27,-451.243,21.3968,2.82973,300,15,0,1829,0,1,0,0,0),(50823,5286,1,1,1,165,0,-4144.14,-548.746,-5.005,3.09076,300,15,0,1829,0,1,0,0,0),(50824,5286,1,1,1,165,0,-4119.67,-589.006,-10.7926,4.43141,300,15,0,1829,0,1,0,0,0),(50825,5286,1,1,1,165,0,-4109.7,-525.867,2.85002,3.04775,300,15,0,1829,0,1,0,0,0),(50826,5286,1,1,1,165,0,-4105.75,-706.468,-22.9503,3.7017,300,15,0,1829,0,1,0,0,0),(50827,5286,1,1,1,165,0,-4122.47,-1.6196,56.7255,2.91318,300,15,0,1829,0,1,0,0,0),(50828,5286,1,1,1,165,0,-4168.77,99.6719,57.3683,1.98902,300,15,0,1829,0,1,0,0,0),(50829,5286,1,1,1,165,0,-4212.62,65.0503,60.136,1.19009,300,15,0,1829,0,1,0,0,0),(50830,5286,1,1,1,165,0,-4160.91,-311.006,57.2628,5.00676,300,15,0,1829,0,1,0,0,0),(50831,5286,1,1,1,165,0,-4320.14,500.612,56.7875,4.42711,300,15,0,1829,0,1,0,0,0),(50832,5286,1,1,1,165,0,-4403.48,512.209,55.8616,5.5862,300,15,0,1829,0,1,0,0,0),(50833,5286,1,1,1,165,0,-4378.17,497.733,50.7666,1.23434,300,15,0,1829,0,1,0,0,0),(50834,5286,1,1,1,165,0,-4180.46,281.446,52.8352,1.16618,300,0,0,1829,0,0,0,0,0),(50835,5286,1,1,1,165,0,-4235.42,518.75,51.1077,2.55323,300,15,0,1829,0,1,0,0,0),(50836,5286,1,1,1,165,0,-4119.44,-29.3902,59.2427,0.318042,300,15,0,1829,0,1,0,0,0),(50837,5286,1,1,1,165,0,-4480.79,3474.27,24.063,5.27101,300,15,0,1829,0,1,0,0,0),(50838,5286,1,1,1,165,0,-4753.61,3289.89,20.1918,0.572168,300,15,0,1829,0,1,0,0,0),(50839,5286,1,1,1,165,0,-4805.63,3306.75,15.3943,3.01684,300,15,0,1829,0,1,0,0,0),(50840,5286,1,1,1,165,0,-4767.61,3295.6,21.2369,4.79253,300,15,0,1829,0,1,0,0,0),(50841,5286,1,1,1,165,0,-4555.5,3415.78,26.1541,3.34109,300,15,0,1829,0,1,0,0,0),(50842,5286,1,1,1,165,0,-4526.19,3437.25,26.1859,1.6588,300,15,0,1829,0,1,0,0,0),(50843,5286,1,1,1,165,0,-4558.72,3523.25,22.8529,5.81867,300,15,0,1829,0,1,0,0,0),(50844,5286,1,1,1,165,0,-4546.71,3476.98,25.1773,4.3511,300,15,0,1829,0,1,0,0,0),(50845,5286,1,1,1,165,0,-4505.17,3540.59,19.3997,4.8891,300,15,0,1829,0,1,0,0,0),(50846,5286,1,1,1,165,0,-4531.52,3543.41,23.527,5.97564,300,15,0,1829,0,1,0,0,0),(50847,5286,1,1,1,165,0,-4519.33,3580.95,20.7518,2.7229,300,15,0,1829,0,1,0,0,0),(50848,5286,1,1,1,165,0,-4504.58,3599.51,16.8768,5.08854,300,15,0,1829,0,1,0,0,0),(50849,5286,1,1,1,165,0,-4388.82,3545.75,10.3708,6.26658,300,15,0,1829,0,1,0,0,0),(50850,5286,1,1,1,165,0,-4410.98,3575.24,14.5785,5.79047,300,15,0,1829,0,1,0,0,0),(50851,5286,1,1,1,165,0,-4317.88,555.567,56.7244,4.92089,300,15,0,1829,0,1,0,0,0),(50852,5286,1,1,1,165,0,-4345.59,578.363,58.7511,4.2747,300,15,0,1829,0,1,0,0,0),(50853,5286,1,1,1,165,0,-4136.92,-112.345,57.3774,4.16195,300,15,0,1829,0,1,0,0,0),(50854,5286,1,1,1,165,0,-4466.64,526.994,54.0559,0.07902,300,15,0,1829,0,1,0,0,0),(50855,5286,1,1,1,165,0,-4228.35,-90.0921,57.2404,6.08032,300,15,0,1829,0,1,0,0,0),(50856,5286,1,1,1,165,0,-4184.63,-158.729,56.4829,4.27739,300,15,0,1829,0,1,0,0,0),(50857,5286,1,1,1,165,0,-4475.94,437.637,51.2082,0.804386,300,15,0,1829,0,1,0,0,0),(50858,5286,1,1,1,165,0,-4383.12,407.82,47.7134,6.21675,300,15,0,1829,0,1,0,0,0),(50859,5286,1,1,1,165,0,-4284.17,458.194,53.9596,3.9408,300,15,0,1829,0,1,0,0,0),(50860,5286,1,1,1,165,0,-4046.7,236.56,57.9718,2.70414,300,15,0,1829,0,1,0,0,0),(50861,5286,1,1,1,165,0,-4161.53,143.501,55.7952,6.06704,300,15,0,1829,0,1,0,0,0),(50862,5286,1,1,1,165,0,-4156.27,195.451,61.5369,2.97361,300,15,0,1829,0,1,0,0,0),(50863,5286,1,1,1,165,0,-4085.23,183.521,59.2833,4.16056,300,15,0,1829,0,1,0,0,0),(50864,5286,1,1,1,165,0,-4225.77,271.97,51.6846,6.20896,300,15,0,1829,0,1,0,0,0),(50865,5286,1,1,1,165,0,-4495.88,-514.349,16.9544,6.2343,300,15,0,1829,0,1,0,0,0),(50866,5286,1,1,1,165,0,-4439.67,-523.383,10.5633,1.15136,300,15,0,1829,0,1,0,0,0),(50867,5286,1,1,1,165,0,-4458.17,-574.807,4.90103,0.507288,300,15,0,1829,0,1,0,0,0),(50868,5286,1,1,1,165,0,-4310.88,-568.143,-12.2051,3.91898,300,15,0,1829,0,1,0,0,0),(50869,5286,1,1,1,165,0,-4247.78,-582.722,-10.3819,4.73385,300,15,0,1829,0,1,0,0,0),(50870,5286,1,1,1,165,0,-4484.3,-441.881,28.0138,5.40788,300,15,0,1829,0,1,0,0,0),(50871,5286,1,1,1,165,0,-4236.93,-466.705,38.0521,5.49641,300,15,0,1829,0,1,0,0,0),(50872,5286,1,1,1,165,0,-4152.29,-444.692,22.4375,5.07185,300,15,0,1829,0,1,0,0,0),(50873,5286,1,1,1,165,0,-4516.27,526.259,57.7559,4.69481,300,15,0,1829,0,1,0,0,0),(50874,5286,1,1,1,165,0,-4351.08,477.268,54.8318,1.61659,300,15,0,1829,0,1,0,0,0),(50875,5286,1,1,1,165,0,-4278,71.6606,56.9332,3.71281,300,15,0,1829,0,1,0,0,0),(50876,5286,1,1,1,165,0,-4465.52,-122.061,58.103,2.65175,300,15,0,1829,0,1,0,0,0),(50877,5286,1,1,1,165,0,-4662.97,3444.04,24.3023,3.01336,300,15,0,1829,0,1,0,0,0),(50878,5286,1,1,1,165,0,-4661.65,3410.65,24.9551,4.12435,300,15,0,1829,0,1,0,0,0),(50879,5286,1,1,1,165,0,-4629.88,669.234,50.0989,5.02425,300,15,0,1829,0,1,0,0,0),(50880,5286,1,1,1,165,0,-4512.19,491.886,52.7449,1.75362,300,15,0,1829,0,1,0,0,0),(50881,5286,1,1,1,165,0,-4443.49,-310.024,39.8388,0.728751,300,15,0,1829,0,1,0,0,0),(50882,5286,1,1,1,165,0,-4459.15,-263.037,52.5767,2.21078,300,15,0,1829,0,1,0,0,0),(50883,5286,1,1,1,165,0,-4436.44,-9.18867,60.082,3.37,300,15,0,1829,0,1,0,0,0),(50884,5286,1,1,1,165,0,-4220.35,110.318,56.7168,4.63207,300,15,0,1829,0,1,0,0,0),(50885,5286,1,1,1,165,0,-4658.34,3254.91,14.8691,3.68922,300,15,0,1829,0,1,0,0,0),(50886,5286,1,1,1,165,0,-4722.54,3290.51,18.2373,3.90187,300,15,0,1829,0,1,0,0,0),(50887,5286,1,1,1,165,0,-4653.49,3300.93,25.5195,4.54949,300,15,0,1829,0,1,0,0,0),(50888,5286,1,1,1,165,0,-4708.58,3223.77,13.6046,4.93699,300,15,0,1829,0,1,0,0,0),(50889,5286,1,1,1,165,0,-4687.05,3317.75,25.9901,4.8891,300,15,0,1829,0,1,0,0,0),(50890,5286,1,1,1,165,0,-4618.23,3481.19,19.8657,5.70268,300,15,0,1829,0,1,0,0,0),(50891,5286,1,1,1,165,0,-4609.13,3376.73,33.3476,1.13075,300,15,0,1829,0,1,0,0,0),(50892,5286,1,1,1,165,0,-4618.21,3375.37,31.1633,5.15926,300,15,0,1829,0,1,0,0,0),(50893,5286,1,1,1,165,0,-4659.17,3372.18,27.8057,4.97513,300,15,0,1829,0,1,0,0,0),(50894,5286,1,1,1,165,0,-4603.48,3524.2,23.0796,5.134,300,15,0,1829,0,1,0,0,0),(50895,5286,1,1,1,165,0,-4683.4,3351.13,31.1959,2.59077,300,15,0,1829,0,1,0,0,0),(50896,5286,1,1,1,165,0,-4561.89,3585.68,25.3012,2.8288,300,15,0,1829,0,1,0,0,0),(50897,5286,1,1,1,165,0,-4460.31,3535.08,18.1332,1.52781,300,15,0,1829,0,1,0,0,0),(50898,5286,1,1,1,165,0,-4612.91,3285.25,19.3972,4.67331,300,15,0,1829,0,1,0,0,0),(50899,5286,1,1,1,165,0,-4448.19,3446.75,22.106,5.28684,300,15,0,1829,0,1,0,0,0),(50900,5287,1,1,1,3202,0,-5151.22,487.184,33.1911,5.2585,300,15,0,2059,0,1,0,0,0),(50901,5287,1,1,1,3202,0,-4562.76,1812.33,90.9591,5.88611,300,15,0,2059,0,1,0,0,0),(50902,5287,1,1,1,3202,0,-4620.95,1723.06,101.562,2.49965,300,10,0,2059,0,1,0,0,0),(50903,5287,1,1,1,3202,0,-5222.43,620.265,54.5629,0.739748,300,15,0,2059,0,1,0,0,0),(50904,5287,1,1,1,3202,0,-4525.27,1542.31,110.138,2.59832,300,15,0,2059,0,1,0,0,0),(50905,5287,1,1,1,3202,0,-5085.54,531.515,17.7577,2.71139,300,15,0,2059,0,1,0,0,0),(50906,5287,1,1,1,3202,0,-4491.4,1807.56,106.929,3.40219,300,15,0,2059,0,1,0,0,0),(50907,5287,1,1,1,3202,0,-4643.48,1658.22,115.546,3.0938,300,15,0,2059,0,1,0,0,0),(50908,5287,1,1,1,3202,0,-5309.2,606.593,77.3709,3.63844,300,15,0,2059,0,1,0,0,0),(50909,5287,1,1,1,3202,0,-5110.36,574.818,31.1136,4.76518,300,15,0,2059,0,1,0,0,0),(50910,5287,1,1,1,3202,0,-5159.9,655.979,53.2424,1.50826,300,15,0,2059,0,1,0,0,0),(50911,5287,1,1,1,3202,0,-5078.62,717.188,56.4197,2.25316,300,15,0,2059,0,1,0,0,0),(50912,5287,1,1,1,3202,0,-5196.45,659.242,57.2245,3.18663,300,15,0,2059,0,1,0,0,0),(50913,5287,1,1,1,3202,0,-5231.87,598.328,54.4086,2.35343,300,15,0,2059,0,1,0,0,0),(50914,5287,1,1,1,3202,0,-4706.68,1451.99,85.4936,5.44942,300,3,0,2059,0,1,0,0,0),(50915,5287,1,1,1,3202,0,-4558.46,1692.52,97.5134,5.28197,300,15,0,2059,0,1,0,0,0),(50916,5287,1,1,1,3202,0,-4589.08,1911.8,110.568,4.3823,300,10,0,2059,0,1,0,0,0),(50917,5287,1,1,1,3202,0,-4540.76,1858.2,90.2917,0.791609,300,15,0,2059,0,1,0,0,0),(50918,5287,1,1,1,3202,0,-4633.58,1458.48,105.614,6.0183,300,15,0,2059,0,1,0,0,0),(50919,5287,1,1,1,3202,0,-4626.31,1676.49,114.633,2.02571,300,15,0,2059,0,1,0,0,0),(50920,5287,1,1,1,3202,0,-4556.88,1860.01,90.125,2.60888,300,15,0,2059,0,1,0,0,0),(50921,5287,1,1,1,3202,0,-5092.53,458.479,13.8848,5.24095,300,15,0,2059,0,1,0,0,0),(50922,5287,1,1,1,3202,0,-4546.52,1486.18,101.805,1.13064,300,15,0,2059,0,1,0,0,0),(50923,5287,1,1,1,3202,0,-4640.82,1594.29,117.111,0.12823,300,15,0,2059,0,1,0,0,0),(50924,5287,1,1,1,3202,0,-4883.26,304.563,30.9898,4.80533,300,15,0,2059,0,1,0,0,0),(50925,5287,1,1,1,3202,0,-4660.11,1773.84,91.7014,2.02353,300,15,0,2059,0,1,0,0,0),(50926,5287,1,1,1,3202,0,-5090.37,265.061,40.4266,4.25136,300,15,0,2059,0,1,0,0,0),(50927,5287,1,1,1,3202,0,-4736.14,1136.21,98.5072,1.78523,300,15,0,2059,0,1,0,0,0),(50928,5287,1,1,1,3202,0,-4684.46,1217.66,97.698,3.67347,300,15,0,2059,0,1,0,0,0),(50929,5287,1,1,1,3202,0,-5198.04,449.075,31.0895,3.01046,300,15,0,2059,0,1,0,0,0),(50930,5287,1,1,1,3202,0,-5242.15,472.894,52.5603,4.48143,300,15,0,2059,0,1,0,0,0),(50931,5287,1,1,1,3202,0,-4708.83,683.325,60.954,5.96145,300,15,0,2059,0,1,0,0,0),(50932,5287,1,1,1,3202,0,-5133.41,559.335,29.2537,3.36429,300,15,0,2059,0,1,0,0,0),(50933,5287,1,1,1,3202,0,-5178.94,516.66,44.1855,4.68505,300,15,0,2059,0,1,0,0,0),(50934,5287,1,1,1,3202,0,-4748.9,1339.13,86.2247,3.6166,300,3,0,2059,0,1,0,0,0),(50935,5287,1,1,1,3202,0,-5119.74,414.926,16.4362,0.816524,300,15,0,2059,0,1,0,0,0),(50936,5287,1,1,1,3202,0,-4732.55,1209.63,103.734,3.34109,300,15,0,2059,0,1,0,0,0),(50937,5287,1,1,1,3202,0,-4814.45,304.065,23.9825,5.22052,300,15,0,2059,0,1,0,0,0),(50938,5288,1,1,1,3203,0,-2789,2348.69,37.4312,4.81509,300,3,0,2488,0,1,0,0,0),(50939,5288,1,1,1,3203,0,-3346.29,2445.04,29.0009,2.5773,300,15,0,2488,0,1,0,0,0),(50940,5288,1,1,1,3203,0,-3312.14,2546.5,21.5252,1.12234,300,15,0,2488,0,1,0,0,0),(50941,5288,1,1,1,3203,0,-3272.5,2686.26,47.8906,0.777111,300,15,0,2488,0,1,0,0,0),(50942,5288,1,1,1,3203,0,-3231.25,2631.25,37.5309,6.17297,300,15,0,2488,0,1,0,0,0),(50943,5288,1,1,1,3203,0,-3569.33,2471.09,70.7755,2.77414,300,15,0,2488,0,1,0,0,0),(50944,5288,1,1,1,3203,0,-3300.76,2411.03,48.1978,4.91061,300,15,0,2488,0,1,0,0,0),(50945,5288,1,1,1,3203,0,-3383.55,2255.41,21.8595,0.316616,300,15,0,2488,0,1,0,0,0),(50946,5288,1,1,1,3203,0,-3426.66,2404.06,39.6846,1.69019,300,15,0,2488,0,1,0,0,0),(50947,5288,1,1,1,3203,0,-3599.87,2038.63,62.5276,5.92007,300,15,0,2488,0,1,0,0,0),(50948,5288,1,1,1,3203,0,-3421.98,2678.04,71.0386,6.25191,300,15,0,2488,0,1,0,0,0),(50949,5288,1,1,1,3203,0,-3077.45,2555.35,41.8454,6.09556,300,15,0,2488,0,1,0,0,0),(50950,5288,1,1,1,3203,0,-3200.79,2630.87,37.3881,6.25878,300,0,0,2488,0,0,0,0,0),(50951,5288,1,1,1,3203,0,-3479.88,2316.16,62.3865,6.02019,300,15,0,2488,0,1,0,0,0),(50952,5288,1,1,1,3203,0,-3286.83,2521.72,39.6884,0.263938,300,15,0,2488,0,1,0,0,0),(50953,5288,1,1,1,3203,0,-3785.08,1999.57,65.3639,1.79435,300,15,0,2488,0,1,0,0,0),(50954,5288,1,1,1,3203,0,-3919.49,1924.48,84.422,4.27712,300,15,0,2488,0,1,0,0,0),(50955,5288,1,1,1,3203,0,-3377.55,2776.86,74.2602,0.133327,300,15,0,2488,0,1,0,0,0),(50956,5288,1,1,1,3203,0,-3734.07,2200.56,70.5043,4.07455,300,15,0,2488,0,1,0,0,0),(50957,5288,1,1,1,3203,0,-3449.41,2481.29,46.29,5.71361,300,15,0,2488,0,1,0,0,0),(50958,5288,1,1,1,3203,0,-3860.87,2030.31,70.3779,6.25292,300,15,0,2488,0,1,0,0,0),(50959,5288,1,1,1,3203,0,-4086.98,2047.51,88.8917,3.9332,300,15,0,2488,0,1,0,0,0),(50961,5288,1,1,1,3203,0,-3440.17,2696.81,75.5513,1.6975,300,15,0,2488,0,1,0,0,0),(50962,5288,1,1,1,3203,0,-2982.34,2349.2,42.3912,2.04886,300,15,0,2488,0,1,0,0,0),(50963,5288,1,1,1,3203,0,-2965.26,2377.91,41.9145,3.43062,300,15,0,2488,0,1,0,0,0),(50964,5288,1,1,1,3203,0,-2877.46,2357.77,36.9861,5.00245,300,15,0,2488,0,1,0,0,0),(50965,5288,1,1,1,3203,0,-2952.11,2433.02,41.2171,4.83965,300,15,0,2488,0,1,0,0,0),(50966,7852,1,1,1,6892,0,-4345.38,3312.75,10.0974,1.8326,300,0,0,3398,0,0,0,0,0),(50967,3500,1,1,1,3898,0,-4447.75,254.45,39.1908,6.14356,300,0,0,2845,0,0,0,0,0),(50968,5292,1,1,1,3207,0,-5091.67,1558.33,53.6518,3.06614,300,10,0,1802,0,1,0,0,0),(50969,5292,1,1,1,3207,0,-5050.73,1809.56,77.0301,0.925398,300,3,0,1802,0,1,0,0,0),(50970,5292,1,1,1,3207,0,-5032.98,1791.99,71.7165,1.04723,300,3,0,1802,0,1,0,0,0),(50971,5292,1,1,1,3207,0,-5009.25,1772.63,64.761,4.29761,300,3,0,1802,0,1,0,0,0),(50972,5292,1,1,1,3207,0,-4981.15,1752.4,64.0426,3.86265,300,15,0,1802,0,1,0,0,0),(50973,5292,1,1,1,3207,0,-5018.71,1779.82,67.6576,5.69201,300,0,0,1802,0,2,0,0,0),(50974,5292,1,1,1,3207,0,-4944.41,1668.73,63.8914,5.66444,300,3,0,1802,0,1,0,0,0),(50975,5292,1,1,1,3207,0,-4976.62,1617.72,63.4002,1.15075,300,3,0,1802,0,1,0,0,0),(50976,5292,1,1,1,3207,0,-4968.76,1643.84,64.3893,3.14686,300,3,0,1802,0,1,0,0,0),(50977,5292,1,1,1,3207,0,-4947.9,1581.3,62.7082,2.3403,300,10,0,1802,0,1,0,0,0),(50978,5292,1,1,1,3207,0,-4918.46,1585.73,66.2957,2.88382,300,10,0,1802,0,1,0,0,0),(50979,5292,1,1,1,3207,0,-4982.55,1547.75,62.2749,3.54805,300,15,0,1802,0,1,0,0,0),(50980,5292,1,1,1,3207,0,-4982.96,1580.84,61.2149,4.11951,300,10,0,1802,0,1,0,0,0),(50981,5292,1,1,1,3207,0,-5017.49,1548.14,56.4633,3.36619,300,15,0,1802,0,1,0,0,0),(50982,5292,1,1,1,3207,0,-4984.72,1513.5,57.075,4.50996,300,10,0,1802,0,1,0,0,0),(50983,5292,1,1,1,3207,0,-5015.63,1582.54,59.7013,6.00837,300,10,0,1802,0,1,0,0,0),(50984,5293,1,1,1,10944,0,-5185.96,1834.2,115.83,5.88898,300,3,0,2495,0,1,0,0,0),(50985,5293,1,1,1,10944,0,-5198.91,1807.56,115.954,4.57198,300,0,0,2495,0,0,0,0,0),(50986,5293,1,1,1,10944,0,-5146.85,1747.68,78.3566,4.33104,300,0,0,2495,0,0,0,0,0),(50987,5293,1,1,1,10944,0,-5129.39,1778.84,78.2473,3.04387,300,3,0,2495,0,1,0,0,0),(50988,5293,1,1,1,10944,0,-5149.86,1810.74,94.2589,1.7504,300,3,0,2495,0,1,0,0,0),(50989,5293,1,1,1,10944,0,-5169.55,1783.2,95.151,0.584424,300,3,0,2495,0,1,0,0,0),(50990,5293,1,1,1,10944,0,-5018.05,1839.29,77.2048,2.84381,300,0,0,2495,0,0,0,0,0),(50991,5293,1,1,1,10944,0,-5081.06,1835.27,77.8807,5.35522,300,0,0,2495,0,2,0,0,0),(50992,5293,1,1,1,10944,0,-5098.25,1931.42,88.2029,1.0441,300,3,0,2495,0,1,0,0,0),(50993,5293,1,1,1,10944,0,-5090.03,1942.21,88.6154,5.73287,300,3,0,2495,0,1,0,0,0),(50994,5293,1,1,1,10944,0,-5063.38,1926.24,88.631,0.365299,300,3,0,2495,0,1,0,0,0),(50995,5293,1,1,1,10944,0,-5154.06,1874.6,102.49,1.19693,300,3,0,2495,0,1,0,0,0),(50996,7854,1,1,1,6893,0,-4354.65,268.764,26.4007,4.53786,300,0,0,2459,0,0,0,0,0),(50997,5295,1,1,1,10943,0,-5109.85,1794.98,79.7665,2.82241,300,3,0,2138,0,1,0,0,0),(50998,5295,1,1,1,10943,0,-5113.65,1849.81,85.8817,1.51358,300,3,0,2138,0,1,0,0,0),(50999,5295,1,1,1,10943,0,-5078.82,1833.22,77.7851,6.26814,300,3,0,2138,0,1,0,0,0),(51000,5295,1,1,1,10943,0,-5138.63,1832.72,90.5914,2.84887,300,3,0,2138,0,1,0,0,0),(51001,5295,1,1,1,10943,0,-5050.74,1836.84,78.3024,2.28627,300,3,0,2138,0,1,0,0,0),(51002,5295,1,1,1,10943,0,-5076.8,1805.5,76.8518,3.19355,300,3,0,2138,0,1,0,0,0),(51003,5295,1,1,1,10943,0,-5051.26,1865.55,82.6267,0.218131,300,0,0,2138,0,2,0,0,0),(51004,5295,1,1,1,10943,0,-5069.56,1888.39,87.4639,4.36035,300,3,0,2138,0,1,0,0,0),(51005,5295,1,1,1,10943,0,-5113.29,1913.87,91.3307,1.18682,300,3,0,2138,0,1,0,0,0),(51006,5295,1,1,1,10943,0,-5137.69,1897.44,98.6107,1.79381,300,0,0,2138,0,2,0,0,0),(51007,5295,1,1,1,10943,0,-4967.34,1748.86,65.3381,2.55606,300,3,0,2138,0,1,0,0,0),(51008,5295,1,1,1,10943,0,-4925.96,1721.98,64.1672,0.310932,300,3,0,2138,0,1,0,0,0),(51009,11440,1,1,1,12471,1,-4525.01,1275.03,126.676,0.401426,300,0,0,3189,0,0,0,0,0),(51010,11440,1,1,1,12471,1,-3687.23,931.639,137.822,2.53513,300,3,0,3189,0,1,0,0,0),(51011,11440,1,1,1,12471,1,-4420.49,1062.24,152.086,2.33874,300,0,0,3189,0,0,0,0,0),(51012,11440,1,1,1,12471,1,-4452.91,1210.96,126.964,5.07729,300,15,0,3189,0,1,0,0,0),(51013,11440,1,1,1,12471,1,-3698.74,935.943,137.873,6.0912,300,0,0,3189,0,0,0,0,0),(51014,11440,1,1,1,12471,1,-4399.8,923.133,150.621,4.87139,300,10,0,3189,0,1,0,0,0),(51015,11440,1,1,1,12471,1,-4464.15,1058.14,150.612,3.0566,300,10,0,3189,0,1,0,0,0),(51016,11440,1,1,1,12471,1,-4403.5,1375.61,124.086,3.38594,300,3,0,3189,0,1,0,0,0),(51017,11440,1,1,1,12471,1,-4059.75,1007.06,161.274,0.017453,300,0,0,3189,0,0,0,0,0),(51018,11440,1,1,1,12471,1,-4036.92,950.891,159.727,1.18457,300,10,0,3189,0,1,0,0,0),(51019,11440,1,1,1,12471,1,-4480.3,1650.8,150.614,5.58737,300,10,0,3189,0,1,0,0,0),(51020,11440,1,1,1,12471,1,-3698.94,925.41,137.873,0.05236,300,0,0,3189,0,0,0,0,0),(51021,11440,1,1,1,12471,1,-4371.87,1152.06,150.606,3.27321,300,10,0,3189,0,1,0,0,0),(51022,11440,1,1,1,12471,1,-4447.83,1443.85,126.335,4.4642,300,3,0,3189,0,1,0,0,0),(51023,11440,1,1,1,12471,1,-4025.33,1320.95,159.71,4.09511,300,10,0,3189,0,1,0,0,0),(245540,16592,0,1,1,11686,0,-14376.7,115.921,1.4532,2.11185,300,0,0,42,0,0,0,0,0),(51025,5296,1,1,1,3220,0,-3873.59,1618.23,136.71,5.15392,300,3,0,2399,0,1,0,0,0),(51026,5296,1,1,1,3220,0,-3898.11,1631.11,117.515,1.19218,300,2,0,2399,0,1,0,0,0),(51027,5296,1,1,1,3220,0,-3900.17,1661.49,117.536,2.21365,300,3,0,2399,0,1,0,0,0),(51028,11440,1,1,1,12471,1,-4039.25,1135.99,159.738,5.39523,300,10,0,3189,0,1,0,0,0),(51029,5296,1,1,1,3220,0,-3775.39,1762.01,146.56,3.53233,300,15,0,2399,0,1,0,0,0),(51030,11440,1,1,1,12471,1,-4362.87,1324.76,159.233,4.61595,300,10,0,3189,0,1,0,0,0),(51031,11440,1,1,1,12471,1,-4327.98,1408.78,152.086,3.14159,300,0,0,3189,0,0,0,0,0),(51032,11440,1,1,1,12471,1,-4349.92,1457.94,150.65,4.7822,300,10,0,3189,0,1,0,0,0),(51033,11440,1,1,1,12471,1,-4366.87,1485.27,150.609,2.48906,300,10,0,3189,0,1,0,0,0),(51034,11440,1,1,1,12471,1,-4462.71,1350.98,125.888,3.24631,300,0,0,3189,0,0,0,0,0),(51035,11440,1,1,1,12471,1,-4350.39,1198.64,150.608,5.12582,300,15,0,3189,0,1,0,0,0),(51036,11440,1,1,1,12471,1,-4161.89,1276.92,161.26,3.14159,300,0,0,3189,0,0,0,0,0),(51037,11440,1,1,1,12471,1,-4182.18,1309.34,161.198,3.52164,300,15,0,3189,0,1,0,0,0),(51038,5296,1,1,1,3220,0,-3842.23,1738.75,142.622,4.22582,300,3,0,2399,0,1,0,0,0),(51039,5296,1,1,1,3220,0,-3837.73,1789.92,135.22,1.35615,300,0,0,2399,0,2,0,0,0),(51040,5296,1,1,1,3220,0,-3744.45,1801.53,154.879,0.940564,300,15,0,2399,0,1,0,0,0),(51041,5296,1,1,1,3220,0,-3793.26,1841.23,129.678,3.32846,300,0,0,2399,0,0,0,0,0),(51042,5297,1,1,1,3209,0,-3897.93,1568.18,121.896,3.74015,300,0,0,2576,0,2,0,0,0),(51043,5297,1,1,1,3209,0,-3890.9,1590.63,117.718,5.75629,300,3,0,2576,0,1,0,0,0),(51044,5297,1,1,1,3209,0,-3919.59,1626.73,129.253,4.71146,300,0,0,2576,0,2,0,0,0),(51045,5297,1,1,1,3209,0,-3864.83,1618.21,137.615,0.707368,300,3,0,2576,0,1,0,0,0),(51046,5297,1,1,1,3209,0,-3873.11,1685.3,140.808,0.845693,300,2,0,2576,0,1,0,0,0),(51047,11442,1,1,1,12473,0,-4031.25,960.687,159.703,5.97359,300,10,0,3189,0,1,0,0,0),(51048,11442,1,1,1,12473,0,-3932.53,1011.67,148.559,2.43095,300,15,0,3189,0,1,0,0,0),(51049,11442,1,1,1,12473,0,-3594.06,987.538,151.224,5.23126,300,10,0,3189,0,1,0,0,0),(51050,11442,1,1,1,12473,0,-4041.24,899.485,159.741,1.04551,300,10,0,3189,0,1,0,0,0),(51051,11442,1,1,1,12473,0,-3723.56,1207.2,151.897,3.05461,300,10,0,3189,0,1,0,0,0),(51052,11442,1,1,1,12473,0,-3587.76,1193.03,152.281,1.63242,300,10,0,3189,0,1,0,0,0),(51053,11442,1,1,1,12473,0,-3569.5,1160.34,150.451,5.85556,300,10,0,3189,0,1,0,0,0),(51054,11442,1,1,1,12473,0,-3577.2,1123.77,148.634,0.49435,300,10,0,3189,0,1,0,0,0),(51055,11442,1,1,1,12473,0,-4034.62,1329.21,159.749,1.60396,300,10,0,3189,0,1,0,0,0),(51056,11442,1,1,1,12473,0,-3755.77,1164.27,154.785,3.84373,300,3,0,3189,0,1,0,0,0),(51057,11442,1,1,1,12473,0,-3669.18,1143.89,154.788,2.93272,300,10,0,3189,0,1,0,0,0),(51058,11442,1,1,1,12473,0,-3920.78,1196.7,149.763,2.32765,300,10,0,3189,0,1,0,0,0),(51059,11442,1,1,1,12473,0,-4035.77,1067.97,159.722,1.866,300,10,0,3189,0,1,0,0,0),(51060,11442,1,1,1,12473,0,-3838,1196.33,149.638,0.241098,300,10,0,3189,0,1,0,0,0),(51061,11442,1,1,1,12473,0,-3862.92,1153.13,154.788,0.46516,300,10,0,3189,0,1,0,0,0),(51062,11442,1,1,1,12473,0,-3833.21,1046.74,154.789,5.1101,300,10,0,3189,0,1,0,0,0),(51063,11442,1,1,1,12473,0,-3625.01,1053.81,154.788,1.08322,300,10,0,3189,0,1,0,0,0),(51064,11442,1,1,1,12473,0,-3577.34,1055.26,148.328,1.50797,300,10,0,3189,0,1,0,0,0),(51065,11442,1,1,1,12473,0,-3732.02,981.078,149.97,2.66537,300,10,0,3189,0,1,0,0,0),(51066,11443,1,1,1,12472,1,-4479.54,974.211,150.623,3.04293,300,10,0,2466,5769,1,0,0,0),(51067,11443,1,1,1,12472,1,-4472.38,1620.41,150.612,5.36811,300,10,0,2466,5769,1,0,0,0),(51068,11443,1,1,1,12472,1,-4414.45,1210.21,126.828,3.75246,300,0,0,2466,5769,0,0,0,0),(51069,8115,1,1,1,7328,1,-4375.68,269.717,25.4947,4.72984,300,0,0,1939,4393,0,0,0,0),(51070,11443,1,1,1,12472,1,-4415.71,1602.5,152.086,3.82227,300,0,0,2466,5769,0,0,0,0),(51071,11443,1,1,1,12472,1,-4479.5,1687.5,150.623,2.87683,300,10,0,2466,5769,1,0,0,0),(51072,11443,1,1,1,12472,1,-4442.99,1709.88,150.619,2.95582,300,10,0,2466,5769,1,0,0,0),(51073,11443,1,1,1,12472,1,-4011.29,1007.44,161.146,3.07178,300,0,0,2466,5769,0,0,0,0),(51074,11443,1,1,1,12472,1,-3903.64,978.387,148.648,3.85102,300,15,0,2466,5769,1,0,0,0),(51075,11443,1,1,1,12472,1,-4419.98,1179.04,127.017,4.01426,300,0,0,2466,5769,0,0,0,0),(51076,11443,1,1,1,12472,1,-4381.43,1560.98,152.086,3.735,300,0,0,2466,5769,0,0,0,0),(51077,11443,1,1,1,12472,1,-4492.15,1250.46,128.46,0.139626,300,0,0,2466,5769,0,0,0,0),(51078,11443,1,1,1,12472,1,-4031.64,1261.72,159.725,0.232912,300,10,0,2466,5769,1,0,0,0),(51079,11443,1,1,1,12472,1,-4451.08,1513.46,127.385,3.39415,300,10,0,2466,5769,1,0,0,0),(51080,11443,1,1,1,12472,1,-4495.46,1390.35,127.416,4.85202,300,0,0,2466,5769,0,0,0,0),(51081,11443,1,1,1,12472,1,-4384.87,1102.96,152.086,2.46091,300,0,0,2466,5769,0,0,0,0),(51082,11443,1,1,1,12472,1,-4447.75,1604.11,150.611,3.74242,300,10,0,2466,5769,1,0,0,0),(51083,11443,1,1,1,12472,1,-4417.53,1087.47,150.61,5.11326,300,10,0,2466,5769,1,0,0,0),(51084,11443,1,1,1,12472,1,-4415.42,1481.03,126.094,5.02655,300,10,0,2466,5769,1,0,0,0),(51085,11443,1,1,1,12472,1,-4479.44,1092.41,126.675,5.93412,300,0,0,2466,5769,0,0,0,0),(51086,11443,1,1,1,12472,1,-4391.37,1131.63,150.612,3.54944,300,10,0,2466,5769,1,0,0,0),(51087,11443,1,1,1,12472,1,-4046.88,884.045,159.764,2.03138,300,10,0,2466,5769,1,0,0,0),(51088,11443,1,1,1,12472,1,-4475.55,1016.34,149.94,0.623263,300,10,0,2466,5769,1,0,0,0),(51089,11443,1,1,1,12472,1,-4423.79,1365.97,124.066,0.942478,300,3,0,2466,5769,1,0,0,0),(51090,11443,1,1,1,12472,1,-3930.72,1065.45,148.343,1.93352,300,15,0,2466,5769,1,0,0,0),(51091,11443,1,1,1,12472,1,-4429.58,953.457,150.62,0.04613,300,10,0,2466,5769,1,0,0,0),(51092,11443,1,1,1,12472,1,-4488.42,1420.93,127.213,3.53214,300,15,0,2466,5769,1,0,0,0),(51093,11443,1,1,1,12472,1,-3629.6,1199.27,151.074,2.25918,300,10,0,2466,5769,1,0,0,0),(51094,11443,1,1,1,12472,1,-3666.04,1193.88,149.734,1.41562,300,10,0,2466,5769,1,0,0,0),(51095,11443,1,1,1,12472,1,-3636.2,1148.72,154.788,2.33464,300,15,0,2466,5769,1,0,0,0),(51096,11443,1,1,1,12472,1,-3604.79,1089.1,154.788,0.405904,300,0,0,2466,5769,0,0,0,0),(51097,11443,1,1,1,12472,1,-4467.08,1547.39,126.309,5.75959,300,0,0,2466,5769,0,0,0,0),(51098,11443,1,1,1,12472,1,-4024.61,881.848,159.672,5.45353,300,10,0,2466,5769,1,0,0,0),(51099,11443,1,1,1,12472,1,-4165.59,1116.31,161.269,1.5708,300,0,0,2466,5769,0,0,0,0),(51100,11443,1,1,1,12472,1,-3641.41,1117.88,154.787,5.46867,300,10,0,2466,5769,1,0,0,0),(51101,11443,1,1,1,12472,1,-3709.4,1163.22,154.789,1.44987,300,10,0,2466,5769,1,0,0,0),(51102,11443,1,1,1,12472,1,-3793.04,1171.26,154.788,1.47392,300,10,0,2466,5769,1,0,0,0),(51103,11443,1,1,1,12472,1,-4198.15,1349.25,161.258,4.60767,300,0,0,2466,5769,0,0,0,0),(51104,5299,1,1,1,3208,0,-3907.13,1603.44,129.347,0.257164,300,15,0,2488,0,1,0,0,0),(51105,5299,1,1,1,3208,0,-3850.51,1644.98,144.813,4.83293,300,3,0,2488,0,1,0,0,0),(51106,5299,1,1,1,3208,0,-3906.08,1562.18,122.138,5.39375,300,3,0,2488,0,1,0,0,0),(51107,5299,1,1,1,3208,0,-3936.08,1652.85,134.406,1.53752,300,3,0,2488,0,1,0,0,0),(51108,11443,1,1,1,12472,1,-4462.1,1312.85,125.864,3.03687,300,0,0,2466,5769,0,0,0,0),(51109,11443,1,1,1,12472,1,-4202.78,1187.64,161.26,6.26573,300,0,0,2466,5769,0,0,0,0),(51110,11443,1,1,1,12472,1,-4184.83,1151.18,161.214,3.87699,300,10,0,2466,5769,1,0,0,0),(51111,11443,1,1,1,12472,1,-4028.88,1117.55,159.696,5.65466,300,10,0,2466,5769,1,0,0,0),(51112,11443,1,1,1,12472,1,-4027.49,1008.66,159.684,2.89962,300,10,0,2466,5769,1,0,0,0),(51113,11443,1,1,1,12472,1,-4130.61,1155.34,161.258,4.67748,300,0,0,2466,5769,0,0,0,0),(51114,5299,1,1,1,3208,0,-3736.99,1814.47,159.254,6.0986,300,15,0,2488,0,1,0,0,0),(51115,11443,1,1,1,12472,1,-4033.88,1203.45,159.719,0.149505,300,10,0,2466,5769,1,0,0,0),(51116,5299,1,1,1,3208,0,-3775.82,1743.18,148.935,4.74882,300,15,0,2488,0,1,0,0,0),(51117,5299,1,1,1,3208,0,-3760.75,1785.19,154.109,1.32785,300,15,0,2488,0,1,0,0,0),(51118,11443,1,1,1,12472,1,-3849.13,1131.1,154.787,1.27103,300,10,0,2466,5769,1,0,0,0),(51119,11443,1,1,1,12472,1,-3863.98,1037.41,154.788,5.41072,300,10,0,2466,5769,1,0,0,0),(51120,11443,1,1,1,12472,1,-3886.26,1093.07,154.788,5.43741,300,10,0,2466,5769,1,0,0,0),(51121,11443,1,1,1,12472,1,-3841.27,995.417,151.13,3.68928,300,10,0,2466,5769,1,0,0,0),(51122,11443,1,1,1,12472,1,-3787.9,1019.54,154.782,1.20173,300,10,0,2466,5769,1,0,0,0),(51123,11443,1,1,1,12472,1,-3755.28,1017.17,154.775,2.77142,300,10,0,2466,5769,1,0,0,0),(51124,11443,1,1,1,12472,1,-3714.92,1015.12,154.789,5.52093,300,10,0,2466,5769,1,0,0,0),(51125,11443,1,1,1,12472,1,-3673.18,1040.93,154.788,2.40441,300,10,0,2466,5769,1,0,0,0),(51126,11443,1,1,1,12472,1,-3632.08,1036.94,154.788,1.37959,300,0,0,2466,5769,0,0,0,0),(51127,11443,1,1,1,12472,1,-3663.34,999.007,147.759,6.08058,300,10,0,2466,5769,1,0,0,0),(51128,11443,1,1,1,12472,1,-4547.9,1331.4,114.535,1.99219,300,0,0,2466,5769,2,0,0,0),(51129,11443,1,1,1,12472,1,-4614.55,1350.61,103.298,3.31786,300,15,0,2466,5769,1,0,0,0),(51130,11443,1,1,1,12472,1,-4352.83,1369.24,158.848,2.87716,300,15,0,2466,5769,1,0,0,0),(51131,11443,1,1,1,12472,1,-4346.36,1292.55,158.55,0.112702,300,10,0,2466,5769,1,0,0,0),(51132,11443,1,1,1,12472,1,-4370.48,1505.07,150.606,4.0502,300,10,0,2466,5769,1,0,0,0),(51133,11443,1,1,1,12472,1,-4306.55,1352.24,161.257,4.66003,300,0,0,2466,5769,0,0,0,0),(51134,11443,1,1,1,12472,1,-4329.23,1253.7,152.086,2.98451,300,0,0,2466,5769,0,0,0,0),(51135,11443,1,1,1,12472,1,-4233.77,1309.94,161.258,1.62316,300,0,0,2466,5769,0,0,0,0),(51136,5299,1,1,1,3208,0,-3849.15,1705.96,145.664,5.60126,300,15,0,2488,0,1,0,0,0),(51137,5299,1,1,1,3208,0,-3869.87,1650.78,137.338,6.03266,300,2,0,2488,0,1,0,0,0),(51138,5299,1,1,1,3208,0,-3821.86,1825.24,127.435,0.737961,300,3,0,2488,0,1,0,0,0),(51139,5299,1,1,1,3208,0,-3835.66,1766.09,141.016,0.381709,300,2,0,2488,0,1,0,0,0),(51140,5299,1,1,1,3208,0,-3830.09,1842.67,133.83,4.08138,300,0,0,2488,0,0,0,0,0),(51141,5299,1,1,1,3208,0,-3807.38,1810.01,135.644,5.22911,300,2,0,2488,0,1,0,0,0),(51142,5299,1,1,1,3208,0,-3839.74,1796.28,133.69,5.94247,300,2,0,2488,0,1,0,0,0),(51143,5300,1,1,1,3210,0,-5184.62,1624.39,77.3243,2.70334,300,15,0,2059,0,1,0,0,0),(51144,5300,1,1,1,3210,0,-5277.58,1411.84,34.9486,4.54202,300,30,0,2059,0,1,0,0,0),(51145,5300,1,1,1,3210,0,-5250.35,1479.61,38.0318,1.5386,300,15,0,2059,0,1,0,0,0),(51146,5300,1,1,1,3210,0,-5199.29,1597.33,59.1829,3.70682,300,15,0,2059,0,1,0,0,0),(51147,5300,1,1,1,3210,0,-5247.73,1521.11,44.1291,3.15429,300,15,0,2059,0,1,0,0,0),(51148,5300,1,1,1,3210,0,-5249.4,1585.78,56.998,2.90144,300,15,0,2059,0,1,0,0,0),(51149,5300,1,1,1,3210,0,-5225.08,1557.74,54.0511,1.95417,300,15,0,2059,0,1,0,0,0),(51150,5300,1,1,1,3210,0,-5274.45,1573.35,60.2023,1.25319,300,15,0,2059,0,1,0,0,0),(51151,5300,1,1,1,3210,0,-5213.82,1617.04,68.415,0.488118,300,15,0,2059,0,1,0,0,0),(51152,5300,1,1,1,3210,0,-5332.57,1486.3,32.844,0.613897,300,15,0,2059,0,1,0,0,0),(51153,5300,1,1,1,3210,0,-5316.55,1533.11,41.9386,4.57907,300,15,0,2059,0,1,0,0,0),(51154,5300,1,1,1,3210,0,-5368.82,1599.03,44.9101,2.20864,300,15,0,2059,0,1,0,0,0),(51155,5300,1,1,1,3210,0,-5296.65,1580.01,53.9369,2.25653,300,15,0,2059,0,1,0,0,0),(51156,5304,1,1,1,10890,0,-5677.4,1584.12,70.5386,3.76632,300,15,0,2138,0,1,0,0,0),(51157,5304,1,1,1,10890,0,-5629.46,1698.55,85.9553,3.58601,300,10,0,2138,0,1,0,0,0),(51158,5304,1,1,1,10890,0,-5811.59,1422.17,61.3251,5.06197,300,15,0,2138,0,1,0,0,0),(51159,5304,1,1,1,10890,0,-5530.57,1574.87,33.1973,0.529901,300,15,0,2138,0,1,0,0,0),(51160,5304,1,1,1,10890,0,-5435.84,1666.67,57.8963,3.14155,300,15,0,2138,0,1,0,0,0),(51161,5304,1,1,1,10890,0,-5516.33,1715.31,66.9182,0.254936,300,15,0,2138,0,1,0,0,0),(51162,5304,1,1,1,10890,0,-5517.89,1650.43,52.4655,3.00827,300,15,0,2138,0,1,0,0,0),(51163,5304,1,1,1,10890,0,-5550.81,1687.06,69.8145,1.54736,300,15,0,2138,0,1,0,0,0),(51164,5304,1,1,1,10890,0,-5472.1,1719.69,64.297,2.98062,300,15,0,2138,0,1,0,0,0),(51165,5304,1,1,1,10890,0,-5317.76,1538.36,41.1383,2.98286,300,15,0,2138,0,1,0,0,0),(51166,5304,1,1,1,10890,0,-5314.69,1551.66,43.4834,2.41835,300,15,0,2138,0,1,0,0,0),(51167,5304,1,1,1,10890,0,-5414.91,1482.43,22.8261,4.6655,300,15,0,2138,0,1,0,0,0),(51168,5304,1,1,1,10890,0,-5425.68,1546.73,29.0637,4.52572,300,15,0,2138,0,1,0,0,0),(51169,5304,1,1,1,10890,0,-5446.57,1583.74,45.0972,0.243558,300,15,0,2138,0,1,0,0,0),(51170,5304,1,1,1,10890,0,-5415.44,1615.47,49.8918,4.57919,300,15,0,2138,0,1,0,0,0),(51171,5304,1,1,1,10890,0,-5385.45,1581.69,39.8214,3.92975,300,15,0,2138,0,1,0,0,0),(51172,5304,1,1,1,10890,0,-5348.34,1619.16,44.9284,0.980853,300,15,0,2138,0,1,0,0,0),(51173,5304,1,1,1,10890,0,-5381.31,1649.94,51.2747,5.76714,300,15,0,2138,0,1,0,0,0),(51174,5304,1,1,1,10890,0,-5392.21,1705.18,60.0065,4.35945,300,0,0,2138,0,0,0,0,0),(51175,5305,1,1,1,3211,0,-5605.72,1562.21,64.091,3.12499,300,10,0,1848,1534,1,0,0,0),(51176,5305,1,1,1,3211,0,-5593.33,1567.53,62.6367,4.72997,300,10,0,1848,1534,1,0,0,0),(51177,5305,1,1,1,3211,0,-5767.73,1529.23,69.7794,3.28749,300,15,0,1848,1534,1,0,0,0),(51178,5305,1,1,1,3211,0,-5640.05,1605.01,72.5425,5.54196,300,30,0,1848,1534,1,0,0,0),(51179,5305,1,1,1,3211,0,-5802.54,1554.9,71.7976,3.97979,300,15,0,1848,1534,1,0,0,0),(51180,5305,1,1,1,3211,0,-5762.56,1552.05,68.2567,3.94356,300,30,0,1848,1534,1,0,0,0),(51181,5305,1,1,1,3211,0,-5696.3,1545.59,69.7578,6.20589,300,10,0,1848,1534,1,0,0,0),(51182,5305,1,1,1,3211,0,-5657.46,1580.76,69.9171,3.07515,300,15,0,1848,1534,1,0,0,0),(51183,5305,1,1,1,3211,0,-5670.67,1651.96,85.7964,0.266795,300,30,0,1848,1534,1,0,0,0),(51184,5305,1,1,1,3211,0,-5797.35,1452.22,57.2064,1.55763,300,15,0,1848,1534,1,0,0,0),(51185,5305,1,1,1,3211,0,-5579.15,1619.05,71.0481,6.1347,300,15,0,1848,1534,1,0,0,0),(51186,5305,1,1,1,3211,0,-5769.83,1593.28,78.387,5.35511,300,15,0,1848,1534,1,0,0,0),(51187,5305,1,1,1,3211,0,-5703.01,1627.57,82.3397,4.89504,300,15,0,1848,1534,1,0,0,0),(51188,5305,1,1,1,3211,0,-5755.76,1606.59,79.0284,2.57119,300,15,0,1848,1534,1,0,0,0),(51189,5305,1,1,1,3211,0,-5787.37,1350.91,53.752,2.35637,300,15,0,1848,1534,1,0,0,0),(51190,5305,1,1,1,3211,0,-5619.17,1681.28,84.0323,1.49615,300,30,0,1848,1534,1,0,0,0),(51191,5305,1,1,1,3211,0,-5750.8,1695.14,93.3916,1.1201,300,15,0,1848,1534,1,0,0,0),(51192,5305,1,1,1,3211,0,-5816.18,1619.95,83.5728,1.67649,300,15,0,1848,1534,1,0,0,0),(51193,5305,1,1,1,3211,0,-5781.19,1647.1,88.2136,4.45154,300,15,0,1848,1534,1,0,0,0),(51194,5305,1,1,1,3211,0,-5686.47,1682.92,91.9098,3.01046,300,15,0,1848,1534,1,0,0,0),(51195,5305,1,1,1,3211,0,-5593.26,1731.01,81.9835,1.92808,300,10,0,1848,1534,1,0,0,0),(51196,5305,1,1,1,3211,0,-5349.17,1699.51,68.7499,1.88339,300,15,0,1848,1534,1,0,0,0),(51197,5305,1,1,1,3211,0,-5480.97,1592.03,43.2797,3.15233,300,15,0,1848,1534,1,0,0,0),(51198,5305,1,1,1,3211,0,-5499.1,1683.58,52.8846,3.23057,300,15,0,1848,1534,1,0,0,0),(51199,5306,1,1,1,6756,0,-5820.67,1402.08,61.5383,1.47255,300,15,0,2399,0,1,0,0,0),(51200,5306,1,1,1,6756,0,-5701.43,1619.68,79.9467,4.33137,300,15,0,2399,0,1,0,0,0),(51201,5306,1,1,1,6756,0,-5825.23,1484.45,78.1673,2.80694,300,3,0,2399,0,1,0,0,0),(51202,5306,1,1,1,6756,0,-5707.9,1578.65,71.8258,0.282864,300,15,0,2399,0,1,0,0,0),(51203,5306,1,1,1,6756,0,-5861.65,1645.67,85.4706,2.54031,300,15,0,2399,0,1,0,0,0),(51204,5306,1,1,1,6756,0,-5851.39,1578.25,84.4092,4.18893,300,3,0,2399,0,1,0,0,0),(51205,5306,1,1,1,6756,0,-5719.62,1711.57,94.9454,4.48186,300,15,0,2399,0,1,0,0,0),(51206,5306,1,1,1,6756,0,-5653.57,1716.75,88.4331,4.27951,300,10,0,2399,0,1,0,0,0),(51207,5307,1,1,1,2699,0,-5118.16,1435.29,45.0444,2.61155,300,15,0,1902,0,1,0,0,0),(51208,5307,1,1,1,2699,0,-4905.39,1476.09,80.4212,2.44335,300,15,0,1902,0,1,0,0,0),(51209,5307,1,1,1,2699,0,-5042.79,1397.56,43.5974,6.2744,300,15,0,1902,0,1,0,0,0),(51210,5307,1,1,1,2699,0,-5246.78,1256.2,55.4796,1.18087,300,15,0,1902,0,1,0,0,0),(51211,5308,1,1,1,3204,0,-4078.23,2448.14,12.5171,1.22002,300,15,0,2228,0,1,0,0,0),(51212,5308,1,1,1,3204,0,-4047.11,2521.83,16.7351,0.619682,300,15,0,2228,0,1,0,0,0),(51213,5308,1,1,1,3204,0,-4051.15,2385.79,8.53797,3.51334,300,10,0,2228,0,1,0,0,0),(51214,5308,1,1,1,3204,0,-4041.02,2324.91,14.6206,0.679472,300,15,0,2228,0,1,0,0,0),(51215,5308,1,1,1,3204,0,-4543.16,1572.12,102.691,6.05763,300,15,0,2228,0,1,0,0,0),(51216,5308,1,1,1,3204,0,-4534,1747.22,91.8212,3.56071,300,15,0,2228,0,1,0,0,0),(51217,5308,1,1,1,3204,0,-4948.48,2113.07,16.697,2.88841,300,15,0,2228,0,1,0,0,0),(51218,5308,1,1,1,3204,0,-5111.59,2114.51,24.3828,3.40276,300,15,0,2228,0,1,0,0,0),(51219,5308,1,1,1,3204,0,-4646.01,1807.62,94.2625,4.42335,300,15,0,2228,0,1,0,0,0),(51220,5308,1,1,1,3204,0,-4677.74,2005.94,8.60815,5.22281,300,15,0,2228,0,1,0,0,0),(51221,5308,1,1,1,3204,0,-4595.75,1488.38,99.5787,5.152,300,15,0,2228,0,1,0,0,0),(51222,5308,1,1,1,3204,0,-4733.54,1342.7,86.8538,0.819404,300,10,0,2228,0,1,0,0,0),(51223,5308,1,1,1,3204,0,-4672.22,1215.62,94.9279,2.61958,300,10,0,2228,0,1,0,0,0),(51224,5308,1,1,1,3204,0,-4190.34,2212.82,6.37323,4.15317,300,15,0,2228,0,1,0,0,0),(51225,5308,1,1,1,3204,0,-4112.99,2244.6,10.0547,5.18352,300,15,0,2228,0,1,0,0,0),(51226,5308,1,1,1,3204,0,-4250.61,2206.5,9.29555,0.481077,300,15,0,2228,0,1,0,0,0),(51227,5308,1,1,1,3204,0,-4572.67,2206.2,4.7817,5.41275,300,15,0,2228,0,1,0,0,0),(51228,5308,1,1,1,3204,0,-4647.57,2254.11,5.05813,5.87022,300,15,0,2228,0,1,0,0,0),(51229,5308,1,1,1,3204,0,-4612.41,2187.43,2.8025,0.179162,300,15,0,2228,0,1,0,0,0),(51230,5308,1,1,1,3204,0,-4685.12,2235.65,8.97697,1.8368,300,15,0,2228,0,1,0,0,0),(51231,7870,1,1,1,6919,1,-4523.55,-772.933,-40.9368,0.331613,300,0,0,2769,0,0,0,0,0),(51232,4544,1,1,1,4204,1,-4346.8,163.777,34.1652,4.38078,300,0,0,1536,0,0,0,0,0),(51233,5312,1,1,1,7553,0,-2929.41,1936.47,32.0531,0.526529,600,0,0,80925,0,2,0,0,0),(51234,7875,1,1,1,6983,1,-4334.14,235.574,25.7076,3.22886,600,0,0,8909,0,0,0,0,0),(51235,7877,1,1,1,6988,0,-4505.91,3330.33,14.1252,0.645772,300,0,0,3758,0,0,0,0,0),(51236,11717,1,1,1,11692,0,-4406.39,3186.87,58.6435,5.25344,300,0,0,2059,0,0,0,0,0),(51237,5317,1,1,1,7974,0,-2837.16,1663.72,34.3553,6.03803,600,15,0,62875,24860,1,0,0,0),(51238,5317,1,1,1,7974,0,-2847.97,2083.64,39.4078,5.69385,600,2,0,62875,24860,1,0,0,0),(51239,5317,1,1,1,7974,0,-2939.1,2078.28,30.0111,5.39309,600,2,0,62875,24860,1,0,0,0),(51240,5317,1,1,1,7974,0,-2727.16,1867.88,35.2998,2.05891,600,2,0,62875,24860,1,0,0,0),(51241,5317,1,1,1,7974,0,-3050.19,1713.52,36.5682,0.434808,600,15,0,62875,24860,1,0,0,0),(51242,5317,1,1,1,7974,0,-2783.29,1783.1,31.7774,5.1343,600,2,0,62875,24860,1,0,0,0),(51243,5317,1,1,1,7974,0,-2679.99,1958.7,29.6939,3.11617,600,2,0,62875,24860,1,0,0,0),(51244,5317,1,1,1,7974,0,-2924.57,1844.73,33.064,0.701829,600,2,0,62875,24860,1,0,0,0),(51245,5317,1,1,1,7974,0,-3130.09,1693.26,49.8538,2.00258,600,15,0,62875,24860,1,0,0,0),(51246,5317,1,1,1,7974,0,-2834.08,1917.16,32.009,5.50662,600,15,0,62875,24860,1,0,0,0),(51247,5317,1,1,1,7974,0,-3117.38,1789.5,40.1409,5.15462,600,2,0,62875,24860,1,0,0,0),(51248,5317,1,1,1,7974,0,-3114.44,1949.67,35.2513,5.75399,600,2,0,62875,24860,1,0,0,0),(51249,5317,1,1,1,7974,0,-3121.64,1880.16,41.5756,0.999048,600,0,0,62875,24860,0,0,0,0),(51250,5317,1,1,1,7974,0,-3201.39,1901.78,49.3696,0,600,0,0,62875,24860,0,0,0,0),(51251,5317,1,1,1,7974,0,-2716.82,1909.08,38.3583,4.25966,600,2,0,62875,24860,1,0,0,0),(51252,5317,1,1,1,7974,0,-2735.24,2077.16,35.1143,2.00648,600,2,0,62875,24860,1,0,0,0),(51253,5317,1,1,1,7974,0,-2716.81,1646.22,40.4159,5.45362,600,15,0,62875,24860,1,0,0,0),(51254,5317,1,1,1,7974,0,-2627.72,1784.56,28.8405,4.5535,600,15,0,62875,24860,1,0,0,0),(51255,5317,1,1,1,7974,0,-3096.3,2039.67,40.77,4.15203,600,15,0,62875,24860,1,0,0,0),(51256,5317,1,1,1,7974,0,-2844.29,1785.89,33.9902,6.14405,600,2,0,62875,24860,1,0,0,0),(51257,7878,1,1,1,6986,0,-4454.42,3351.35,14.9415,3.9619,300,0,0,2718,2117,0,0,0,0),(51258,7879,1,1,1,6984,0,-4395.55,3186.61,58.6435,3.35103,300,0,0,2718,2117,0,0,0,0),(51259,5319,1,1,1,625,0,-2853.02,1693.06,30.499,2.17776,600,15,0,76300,0,1,0,0,0),(51260,5319,1,1,1,625,0,-2851.57,2088.13,42.1382,5.75919,600,2,0,76300,0,1,0,0,0),(51261,5319,1,1,1,625,0,-2717.6,1846.97,33.7834,0.630966,600,2,0,76300,0,1,0,0,0),(51262,5319,1,1,1,625,0,-3052.64,1720.99,34.8531,3.32311,600,15,0,76300,0,1,0,0,0),(51263,5319,1,1,1,625,0,-2782.99,1775.32,30.7901,1.84366,600,2,0,76300,0,1,0,0,0),(51264,5319,1,1,1,625,0,-2695.2,1936.33,29.3092,3.82959,600,2,0,76300,0,1,0,0,0),(51265,5319,1,1,1,625,0,-2921.87,1857.79,33.8178,0.040993,600,2,0,76300,0,1,0,0,0),(51266,5319,1,1,1,625,0,-3132.39,1690.71,48.6395,1.98404,600,0,0,76300,0,0,0,0,0),(51267,5319,1,1,1,625,0,-2857.9,1921.55,36.4524,0.531741,600,2,0,76300,0,1,0,0,0),(51268,5319,1,1,1,625,0,-3120.56,1778.15,41.9014,5.70602,600,2,0,76300,0,1,0,0,0),(51269,5319,1,1,1,625,0,-3126.14,1945.33,36.5192,0.95895,600,2,0,76300,0,1,0,0,0),(51270,5319,1,1,1,625,0,-3117.99,1884.63,36.9998,0.411197,600,0,0,76300,0,0,0,0,0),(51271,5319,1,1,1,625,0,-3204.86,1900.21,49.2446,3.15905,600,0,0,76300,0,0,0,0,0),(51272,5319,1,1,1,625,0,-2717.97,1919.55,35.7941,2.59667,600,2,0,76300,0,1,0,0,0),(51273,5319,1,1,1,625,0,-2725.22,2087.18,37.7317,5.04986,600,2,0,76300,0,1,0,0,0),(51274,5319,1,1,1,625,0,-2698.27,1663.48,41.5445,0.87184,600,15,0,76300,0,1,0,0,0),(51275,5319,1,1,1,625,0,-2628.98,1787.04,27.4655,3.14415,600,15,0,76300,0,1,0,0,0),(51276,5319,1,1,1,625,0,-3109.61,2031.78,39.1529,3.95185,600,2,0,76300,0,1,0,0,0),(51277,5319,1,1,1,625,0,-2851.21,1791.71,31.3023,5.48466,600,2,0,76300,0,1,0,0,0),(51278,5319,1,1,1,625,0,-3018.17,2087.76,28.7643,0.211366,600,15,0,76300,0,1,0,0,0),(51279,7880,1,1,1,6990,0,-4457.71,3227.39,23.2019,0.314159,300,0,0,3398,0,0,0,0,0),(51280,5320,1,1,1,12509,1,-2851.83,1685.53,36.4012,4.96092,600,15,0,80925,0,1,0,0,0),(51281,5320,1,1,1,12509,1,-2840.29,2068.61,38.7391,4.49229,600,2,0,80925,0,1,0,0,0),(51282,5320,1,1,1,12509,1,-2939.23,2080.73,30.0898,6.12695,600,2,0,80925,0,1,0,0,0),(51283,5320,1,1,1,12509,1,-2941.5,2078.56,30.2621,4.67114,600,2,0,80925,0,1,0,0,0),(51284,5320,1,1,1,12509,1,-2713.67,1853.18,33.2834,1.06015,600,2,0,80925,0,1,0,0,0),(51285,5320,1,1,1,12509,1,-3058.29,1717.95,36.5259,4.18017,600,15,0,80925,0,1,0,0,0),(51286,5320,1,1,1,12509,1,-2784.49,1785.99,32.509,2.7253,600,2,0,80925,0,1,0,0,0),(51287,5320,1,1,1,12509,1,-2684.5,1955.75,29.5732,0.308497,600,2,0,80925,0,1,0,0,0),(51288,5320,1,1,1,12509,1,-2915.53,1854.39,34.4333,1.25996,600,2,0,80925,0,1,0,0,0),(51289,5320,1,1,1,12509,1,-3123.47,1700.29,49.8576,1.16338,600,0,0,80925,0,0,0,0,0),(51290,5320,1,1,1,12509,1,-2845.57,1929.27,34.009,1.02409,600,15,0,80925,0,1,0,0,0),(51291,5320,1,1,1,12509,1,-3126.57,1782.01,43.2673,3.35967,600,2,0,80925,0,1,0,0,0),(51292,5320,1,1,1,12509,1,-3102.69,1940.71,29.0269,5.80995,600,2,0,80925,0,1,0,0,0),(51293,5320,1,1,1,12509,1,-3108.6,1878.8,40.0893,3.37235,600,2,0,80925,0,1,0,0,0),(51294,5320,1,1,1,12509,1,-3203.08,1896.9,49.2757,0,600,0,0,80925,0,0,0,0,0),(51295,5320,1,1,1,12509,1,-2718.63,1927.12,33.3663,0.482393,600,2,0,80925,0,1,0,0,0),(51296,5320,1,1,1,12509,1,-2712.01,2071.96,36.7464,4.75075,600,2,0,80925,0,1,0,0,0),(51297,5320,1,1,1,12509,1,-2621.93,1792.67,28.3405,3.00114,600,15,0,80925,0,1,0,0,0),(51298,5320,1,1,1,12509,1,-3097.92,2024.38,38.1591,6.26663,600,2,0,80925,0,1,0,0,0),(51299,5320,1,1,1,12509,1,-2847.77,1777.42,33.3509,3.66716,600,2,0,80925,0,1,0,0,0),(51300,8136,1,1,1,11257,1,-5631.35,3461,2.60498,0.277444,300,0,0,1990,1640,0,0,0,0),(51301,8142,1,1,1,7357,1,-4325.8,160.51,34.2028,3.7001,300,0,0,2658,0,0,0,0,0),(51302,8143,1,1,1,7358,0,-4400.11,194.325,26.5111,0.733038,300,0,0,2566,0,0,0,0,0),(51303,5327,1,1,1,3215,0,-4757.31,2949.98,-24.6464,3.02716,300,15,0,1782,0,1,0,0,0),(51304,5327,1,1,1,3215,0,-4620.26,2938.31,-33.5726,4.41691,300,15,0,1782,0,1,0,0,0),(51305,5327,1,1,1,3215,0,-4461.04,2685.68,-23.0705,4.67917,300,15,0,1782,0,1,0,0,0),(51306,5327,1,1,1,3215,0,-4681.89,2859.47,-45.2277,1.52781,300,15,0,1782,0,1,0,0,0),(51307,5327,1,1,1,3215,0,-3855.01,3131.27,-1.88978,3.3122,300,15,0,1782,0,1,0,0,0),(51308,5327,1,1,1,3215,0,-4322.24,2818.75,-38.0676,3.17673,300,15,0,1782,0,1,0,0,0),(51309,5327,1,1,1,3215,0,-4407.7,2885.54,-58.9974,3.11035,300,15,0,1782,0,1,0,0,0),(51310,5327,1,1,1,3215,0,-4607.08,2689.4,-50.2809,5.04859,300,15,0,1782,0,1,0,0,0),(51311,5327,1,1,1,3215,0,-4309.28,2885.11,-39.4118,3.36195,300,15,0,1782,0,1,0,0,0),(51312,5327,1,1,1,3215,0,-5119.95,3488.13,-38.3127,5.68027,300,15,0,1782,0,1,0,0,0),(51313,5327,1,1,1,3215,0,-4490.46,2807.9,-53.9923,4.4254,300,15,0,1782,0,1,0,0,0),(51314,5327,1,1,1,3215,0,-5111.34,3631.68,-29.009,0.304723,300,15,0,1782,0,1,0,0,0),(51315,5327,1,1,1,3215,0,-4975.73,3079.62,-35.6281,1.52001,300,15,0,1782,0,1,0,0,0),(51316,5327,1,1,1,3215,0,-4785.53,2981.33,-27.8614,1.85982,300,15,0,1782,0,1,0,0,0),(51317,5328,1,1,1,3900,0,-4547.81,2766.21,-52.42,4.67721,300,15,0,1373,1432,1,0,0,0),(51318,5328,1,1,1,3900,0,-4781.48,2884.62,-39.8277,3.1321,300,15,0,1373,1432,1,0,0,0),(51319,5328,1,1,1,3900,0,-3983.83,3089.97,-2.02992,5.79832,300,15,0,1373,1432,1,0,0,0),(51320,8144,1,1,1,7360,1,-4360.9,266.103,26.4007,5.81195,300,0,0,2750,0,0,0,0,0),(51322,5328,1,1,1,3900,0,-4344.75,2685.48,-49.5127,3.22279,300,15,0,1373,1432,1,0,0,0),(51324,5328,1,1,1,3900,0,-4822.6,2945.89,-40.5619,0.207872,300,15,0,1373,1432,1,0,0,0),(51325,5328,1,1,1,3900,0,-4354.85,2921.69,-39.3814,5.46189,300,15,0,1373,1432,1,0,0,0),(51326,5328,1,1,1,3900,0,-4938.92,3793.96,-7.53991,3.88276,300,15,0,1373,1432,1,0,0,0),(51327,5328,1,1,1,3900,0,-4646.4,3788.4,-5.42175,4.65864,300,15,0,1373,1432,1,0,0,0),(51328,5328,1,1,1,3900,0,-5193.31,3276.62,-37.5239,6.03063,300,15,0,1373,1432,1,0,0,0),(51329,5328,1,1,1,3900,0,-3921.42,3165.45,-2.0047,1.54977,300,15,0,1373,1432,1,0,0,0),(51330,5328,1,1,1,3900,0,-5181.56,3544.45,-38.0957,1.05383,300,15,0,1373,1432,1,0,0,0),(51331,5328,1,1,1,3900,0,-4622.42,2828.12,-54.1297,3.53098,300,15,0,1373,1432,1,0,0,0),(51332,5328,1,1,1,3900,0,-4424.59,2755.2,-43.3472,0.767474,300,15,0,1373,1432,1,0,0,0),(51333,5328,1,1,1,3900,0,-3750.58,3183.3,-7.56518,6.27045,300,15,0,1373,1432,1,0,0,0),(51334,5328,1,1,1,3900,0,-5100.27,3212.96,-37.6231,0.130165,300,15,0,1373,1432,1,0,0,0),(51335,5328,1,1,1,3900,0,-4539.34,2629.34,-58.7633,1.27406,300,15,0,1373,1432,1,0,0,0),(51336,5328,1,1,1,3900,0,-4443.08,3719.85,1.61798,1.9912,300,15,0,1373,1432,1,0,0,0),(51337,4048,1,1,1,4201,0,-4524.14,-787.884,-41.5917,5.0091,300,0,0,896,0,0,0,0,0),(51338,721,1,1,1,4626,0,-3642.12,1942.72,82.4704,4.94782,300,15,0,1,0,1,0,0,0),(51339,721,1,1,1,328,0,-3533.84,2234.49,35.7979,4.34587,300,0,0,1,0,0,0,0,0),(51340,8145,1,1,1,7359,0,-4346.28,264.606,26.4007,3.94444,300,0,0,2658,0,0,0,0,0),(51341,12497,1,1,1,7553,0,-2702.4,1877.4,33.1566,1.16705,600,0,0,80925,0,2,0,0,0),(51342,721,1,1,1,4626,0,-4469.45,751.873,115.419,1.69019,300,15,0,1,0,1,0,0,0),(51343,721,1,1,1,4626,0,-5588.54,1136.06,61.9441,5.81517,300,3,0,1,0,1,0,0,0),(51346,721,1,1,1,328,0,-5222.32,178.683,64.8089,0.785931,300,15,0,1,0,1,0,0,0),(51376,721,1,1,1,328,0,-4946.27,1164.99,73.6009,3.72952,300,3,0,1,0,1,0,0,0),(51377,8146,1,1,1,7361,0,-4374.44,161.097,25.6168,3.64774,300,0,0,2658,0,0,0,0,0),(51378,8147,1,1,1,7365,1,-4363.74,252.533,25.532,4.04916,300,0,0,7048,0,0,0,0,0),(51379,8147,1,1,1,7363,1,-4405.5,211.071,25.6944,6.07375,300,0,0,7048,0,0,0,0,0),(51380,8147,1,1,1,7364,1,-4398.25,158.475,25.1901,6.24828,300,0,0,7048,0,0,0,0,0),(51399,8147,1,1,1,7364,1,-4300.97,170.579,35.4624,0.224036,300,15,0,7048,0,1,0,0,0),(51400,8147,1,1,1,7366,1,-4470.09,297.526,39.4163,2.11185,300,0,0,7048,0,0,0,0,0),(51401,8147,1,1,1,7363,1,-4334.97,146.702,33.9729,3.00197,300,0,0,7048,0,0,0,0,0),(51404,5331,1,1,1,9135,1,-4681.5,3131.01,1.02884,1.77145,300,15,0,1981,0,1,0,0,0),(51405,8147,1,1,1,7363,1,-4462.28,309.811,40.24,2.94961,300,0,0,7048,0,0,0,0,0),(51406,8147,1,1,1,7364,1,-4364.39,114.366,33.1595,3.40339,300,0,0,7048,0,0,0,0,0),(51407,8147,1,1,1,7364,1,-4394.74,252.005,25.8666,4.90481,300,3,0,7048,0,1,0,0,0),(51408,8147,1,1,1,7364,1,-4529.83,326.051,34.4397,2.11185,300,0,0,7048,0,0,0,0,0),(51409,8147,1,1,1,7364,1,-4353,161.083,34.3479,4.00103,300,3,0,7048,0,1,0,0,0),(51410,8147,1,1,1,7365,1,-4346.71,241.383,25.7883,3.4383,300,0,0,7048,0,0,0,0,0),(51411,8147,1,1,1,7363,1,-4378.3,223.616,25.8943,0.293048,300,3,0,7048,0,1,0,0,0),(51412,8147,1,1,1,7364,1,-4403.02,269.403,25.3358,4.90178,300,0,0,7048,0,2,0,0,0),(51413,8147,1,1,1,7365,1,-4374.96,116.751,32.7736,5.53269,300,0,0,7048,0,0,0,0,0),(51463,5331,1,1,1,9135,1,-5017.31,3151.27,-1.60726,4.33661,300,15,0,1981,0,1,0,0,0),(51464,5331,1,1,1,9135,1,-4752.37,3113.37,0.20076,1.30806,300,15,0,1981,0,1,0,0,0),(51465,8147,1,1,1,7365,1,-4338.26,18.4199,54.3668,4.72984,300,0,0,7048,0,0,0,0,0),(51466,8147,1,1,1,7364,1,-4435.72,260.776,38.8823,6.0912,300,0,0,7048,0,0,0,0,0),(51467,8147,1,1,1,7363,1,-4523.56,337.528,35.6335,2.6529,300,0,0,7048,0,0,0,0,0),(51468,8147,1,1,1,7365,1,-4352.09,14.3962,54.1168,5.21853,300,0,0,7048,0,0,0,0,0),(51469,5331,1,1,1,9135,1,-5018.89,3526.5,0.842911,4.6655,300,15,0,1981,0,1,0,0,0),(51470,5331,1,1,1,9135,1,-5032.05,3379.82,-1.37139,0.246276,300,15,0,1981,0,1,0,0,0),(51471,5331,1,1,1,9135,1,-4869.04,3626.04,14.2064,3.14159,300,15,0,1981,0,1,0,0,0),(51472,5331,1,1,1,9135,1,-4853.22,3618.27,16.4186,2.99115,300,15,0,1981,0,1,0,0,0),(51473,5331,1,1,1,9135,1,-4921.24,3616.22,10.1793,0.541444,300,15,0,1981,0,1,0,0,0),(51474,5331,1,1,1,9135,1,-4879.06,3580.12,12.3402,4.66304,300,15,0,1981,0,1,0,0,0),(51476,5331,1,1,1,9135,1,-4658.54,3672.48,12.5463,0.404251,300,0,0,1981,0,0,0,0,0),(51478,5331,1,1,1,9135,1,-4757.7,3445.52,13.6235,1.48046,300,15,0,1981,0,1,0,0,0),(51481,5331,1,1,1,9135,1,-4720,3438.58,22.4368,4.41388,300,15,0,1981,0,1,0,0,0),(51482,5331,1,1,1,9135,1,-4887.45,3414.36,14.3927,3.86832,300,15,0,1981,0,1,0,0,0),(51483,5331,1,1,1,9135,1,-4848.16,3386.87,18.4704,0.588003,300,15,0,1981,0,1,0,0,0),(51484,5331,1,1,1,9135,1,-4826.41,3384.77,14.9043,3.36352,300,15,0,1981,0,1,0,0,0),(51485,5331,1,1,1,9135,1,-4783.15,3584.55,10.1398,2.86894,300,0,0,1981,0,2,0,0,0),(51486,5332,1,1,1,4922,1,-4898.55,3106.32,-1.49496,0.340032,300,15,0,1902,0,1,0,0,0),(51487,5332,1,1,1,4922,1,-4989.46,3588.26,1.58314,3.72174,300,15,0,1902,0,1,0,0,0),(51488,5332,1,1,1,4922,1,-4976.06,3406.51,1.36813,4.34962,300,15,0,1902,0,1,0,0,0),(51489,5332,1,1,1,4922,1,-4912.15,3544.45,23.0724,0.167716,300,15,0,1902,0,1,0,0,0),(51490,5332,1,1,1,4922,1,-4917.19,3511.46,22.6291,4.71239,300,15,0,1902,0,1,0,0,0),(51491,5332,1,1,1,4922,1,-4815.06,3591.01,10.3351,1.83449,300,0,0,1902,0,2,0,0,0),(51492,5333,1,1,1,11258,1,-5535.47,3543.22,1.36467,3.32504,300,3,0,1711,1483,1,0,0,0),(51493,5333,1,1,1,11258,1,-5518.94,3476.75,-5.1869,6.10594,300,15,0,1711,1483,1,0,0,0),(51494,5333,1,1,1,11258,1,-5689.63,3647.1,-14.2447,1.97763,300,3,0,1711,1483,1,0,0,0),(51495,5333,1,1,1,11258,1,-5702.55,3629.45,-16.1146,5.77528,300,3,0,1711,1483,1,0,0,0),(51496,5333,1,1,1,11258,1,-5728.89,3721.46,-6.99065,0.133858,300,0,0,1711,1483,0,0,0,0),(51497,5333,1,1,1,11258,1,-5736.83,3692.17,-9.68723,1.70693,300,3,0,1711,1483,1,0,0,0),(51498,5333,1,1,1,11258,1,-5284.89,3672.9,8.7677,4.95734,300,15,0,1711,1483,1,0,0,0),(51499,5333,1,1,1,11258,1,-5520.35,3557.96,19.9676,5.26154,300,3,0,1711,1483,1,0,0,0),(51500,5333,1,1,1,11258,1,-5537.79,3510.62,11.1719,2.1672,300,3,0,1711,1483,1,0,0,0),(51501,5333,1,1,1,11258,1,-5566.51,3534.36,21.1221,0.362897,300,3,0,1711,1483,1,0,0,0),(51502,5333,1,1,1,11258,1,-5443.13,3653.95,-2.36563,4.42095,300,15,0,1711,1483,1,0,0,0),(51503,5333,1,1,1,11258,1,-5489.31,3625.31,1.59452,4.83202,300,3,0,1711,1483,1,0,0,0),(51504,5333,1,1,1,11258,1,-5507.11,3614.23,-3.47024,3.55624,300,3,0,1711,1483,1,0,0,0),(51505,5333,1,1,1,11258,1,-5546.29,3605.78,-11.7163,5.07841,300,0,0,1711,1483,2,0,0,0),(51506,5333,1,1,1,11258,1,-5549.73,3625.96,-14.3333,1.72229,300,15,0,1711,1483,1,0,0,0),(51507,5333,1,1,1,11258,1,-5540.75,3584.14,-14.0487,2.1046,300,3,0,1711,1483,1,0,0,0),(51508,5333,1,1,1,11258,1,-5563.11,3590.93,-10.9699,1.51239,300,3,0,1711,1483,1,0,0,0),(51509,5333,1,1,1,11258,1,-5528.11,3604,-11.6214,0.752806,300,3,0,1711,1483,1,0,0,0),(51510,5333,1,1,1,11258,1,-5519.01,3547.6,-11.2145,2.79848,300,3,0,1711,1483,1,0,0,0),(51511,5333,1,1,1,11258,1,-5569.6,3573.92,-9.86309,5.63884,300,0,0,1711,1483,2,0,0,0),(51512,5333,1,1,1,11258,1,-5512.08,3536.03,-7.74286,0.187631,300,3,0,1711,1483,1,0,0,0),(51513,5333,1,1,1,11258,1,-5529.29,3563.92,-15.3139,4.47838,300,3,0,1711,1483,1,0,0,0),(51514,5333,1,1,1,11258,1,-5599.2,3535.43,0.657735,4.21553,300,3,0,1711,1483,1,0,0,0),(51515,5333,1,1,1,11258,1,-5625.56,3527.32,4.49059,1.32632,300,3,0,1711,1483,1,0,0,0),(51516,5333,1,1,1,11258,1,-5605.55,3500.56,4.86456,4.06044,300,3,0,1711,1483,1,0,0,0),(51517,5333,1,1,1,11258,1,-5627.47,3552.68,6.56256,3.99213,300,3,0,1711,1483,1,0,0,0),(51518,5333,1,1,1,11258,1,-5622.55,3468.16,0.310423,2.5598,300,0,0,1711,1483,0,0,0,0),(51519,5333,1,1,1,11258,1,-5648.74,3511.69,-0.522682,1.8326,300,3,0,1711,1483,1,0,0,0),(51520,5333,1,1,1,11258,1,-5630.16,3451.06,3.58352,2.46091,300,3,0,1711,1483,1,0,0,0),(51521,5334,1,1,1,9134,1,-5346.69,3824.88,1.28889,4.4757,300,15,0,2406,0,1,0,0,0),(51522,5334,1,1,1,9134,1,-5275.15,3745.74,-3.22962,0.045743,300,15,0,2406,0,1,0,0,0),(51523,5334,1,1,1,9134,1,-5254.13,3720.07,-6.52877,1.82977,300,15,0,2406,0,1,0,0,0),(51524,5334,1,1,1,9134,1,-5331.13,3764.66,8.36526,0.616211,300,15,0,2406,0,1,0,0,0),(51525,5334,1,1,1,9134,1,-5316.92,3650.34,9.57636,0.896107,300,10,0,2406,0,1,0,0,0),(51526,5334,1,1,1,9134,1,-5274.06,3626.58,3.74106,0.482964,300,15,0,2406,0,1,0,0,0),(51527,5334,1,1,1,9134,1,-5384.78,3595.34,37.6586,5.99416,300,15,0,2406,0,1,0,0,0),(51528,5334,1,1,1,9134,1,-5318.9,3684.17,8.00645,2.62109,300,15,0,2406,0,1,0,0,0),(51529,5334,1,1,1,9134,1,-5344.61,3548.3,11.2377,2.09648,300,10,0,2406,0,1,0,0,0),(51530,5334,1,1,1,9134,1,-5317.24,3583.36,8.77296,5.61897,300,10,0,2406,0,1,0,0,0),(51531,5334,1,1,1,9134,1,-5242.77,3517.78,-9.02485,6.27013,300,15,0,2406,0,1,0,0,0),(51532,5335,1,1,1,5029,1,-4920.31,3155.4,-1.51835,2.12604,300,15,0,1522,1332,1,0,0,0),(51533,5335,1,1,1,5029,1,-4981.29,3129.12,-2.69145,1.7553,300,15,0,1522,1332,1,0,0,0),(51534,5335,1,1,1,5029,1,-5005.55,3277.67,-0.369885,0.797654,300,15,0,1522,1332,1,0,0,0),(51535,5335,1,1,1,5029,1,-4953.62,3648.33,11.1413,2.90514,300,15,0,1522,1332,1,0,0,0),(51536,5335,1,1,1,5029,1,-4880.99,3333.17,16.258,5.60706,300,15,0,1522,1332,1,0,0,0),(51537,5335,1,1,1,5029,1,-4922.49,3387.4,8.20032,3.45393,300,10,0,1522,1332,1,0,0,0),(51538,5335,1,1,1,5029,1,-4869.92,3557.31,22.5488,3.12152,300,15,0,1522,1332,1,0,0,0),(51539,5335,1,1,1,5029,1,-4854.35,3555.69,21.4134,0.86209,300,15,0,1522,1332,1,0,0,0),(51540,5335,1,1,1,5029,1,-4854.91,3520.46,23.2564,6.09364,300,15,0,1522,1332,1,0,0,0),(51541,5335,1,1,1,5029,1,-4881.77,3683.45,14.2318,1.8326,300,0,0,1522,1332,0,0,0,0),(51542,5335,1,1,1,5029,1,-4832.07,3661.24,11.2895,1.56534,300,0,0,1522,1332,0,0,0,0),(51543,5335,1,1,1,5029,1,-4690.55,3673.3,12.585,0.689988,300,0,0,1522,1332,0,0,0,0),(51544,5335,1,1,1,5029,1,-4709.96,3587.5,12.3178,3.14159,300,0,0,1522,1332,0,0,0,0),(51545,5335,1,1,1,5029,1,-4777.91,3496.47,10.7718,2.03226,300,0,0,1522,1332,0,0,0,0),(51546,5335,1,1,1,5029,1,-4804.19,3455.31,12.7959,4.21996,300,15,0,1522,1332,1,0,0,0),(51547,5335,1,1,1,5029,1,-4824.24,3458.26,10.8458,5.44666,300,15,0,1522,1332,1,0,0,0),(51548,5335,1,1,1,5029,1,-4853.66,3413.62,13.7022,4.82391,300,15,0,1522,1332,1,0,0,0),(51549,5335,1,1,1,5029,1,-4755.51,3421.59,16.0581,3.12254,300,15,0,1522,1332,1,0,0,0),(51550,5335,1,1,1,5029,1,-4712.42,3461.69,21.1868,1.22705,300,15,0,1522,1332,1,0,0,0),(51551,5335,1,1,1,5029,1,-4887.35,3452.43,15.4875,2.31651,300,15,0,1522,1332,1,0,0,0),(51552,5335,1,1,1,5029,1,-4919.15,3416.27,5.82497,3.67865,300,15,0,1522,1332,1,0,0,0),(51553,5335,1,1,1,5029,1,-4813.53,3522.13,9.13376,2.89663,300,15,0,1522,1332,1,0,0,0),(51554,5336,1,1,1,11260,1,-5513.06,3498.78,-6.19077,4.47914,300,15,0,1441,3575,1,0,0,0),(51557,5336,1,1,1,11260,1,-5258.91,3789.25,-9.16982,1.58547,300,15,0,1441,3575,1,0,0,0),(51607,5336,1,1,1,11260,1,-5473.1,3721.66,35.7189,1.91827,300,15,0,1441,3575,1,0,0,0),(51608,5336,1,1,1,11260,1,-5500.2,3479.22,-5.87563,4.27298,300,15,0,1441,3575,1,0,0,0),(51625,5336,1,1,1,11260,1,-5306.15,3713.47,9.07296,2.4116,300,15,0,1441,3575,1,0,0,0),(51626,5336,1,1,1,11260,1,-5396.49,3749.37,37.8823,0.640049,300,15,0,1441,3575,1,0,0,0),(51628,5336,1,1,1,11260,1,-5279.1,3553.95,0.37278,0.809901,300,15,0,1441,3575,1,0,0,0),(51634,5336,1,1,1,11260,1,-5249.34,3643.07,-0.802699,4.61179,300,15,0,1441,3575,1,0,0,0),(51635,5336,1,1,1,11260,1,-5708.73,3655.69,-13.8725,6.03884,300,3,0,1441,3575,1,0,0,0),(51636,5336,1,1,1,11260,1,-5714.47,3692.07,-10.0462,4.50044,300,3,0,1441,3575,1,0,0,0),(51637,5336,1,1,1,11260,1,-5752.35,3711.77,-7.00867,5.32636,300,0,0,1441,3575,0,0,0,0),(51638,5336,1,1,1,11260,1,-5274.53,3687.23,4.97382,3.35719,300,15,0,1441,3575,1,0,0,0),(51642,5336,1,1,1,11260,1,-5555.81,3493.89,8.08906,5.60159,300,3,0,1441,3575,1,0,0,0),(51643,5336,1,1,1,11260,1,-5545.29,3522.94,10.8196,2.44068,300,3,0,1441,3575,1,0,0,0),(51645,5336,1,1,1,11260,1,-5520.13,3539.6,17.195,3.95282,300,3,0,1441,3575,1,0,0,0),(51650,5336,1,1,1,11260,1,-5582.83,3527.43,19.1915,4.01738,300,3,0,1441,3575,1,0,0,0),(51652,5336,1,1,1,11260,1,-5536.46,3563.1,18.1086,2.68619,300,3,0,1441,3575,1,0,0,0),(51653,5336,1,1,1,11260,1,-5567.77,3512.14,19.2333,0.312691,300,3,0,1441,3575,1,0,0,0),(51654,5336,1,1,1,11260,1,-5564.13,3551.71,17.4435,2.07631,300,0,0,1441,3575,2,0,0,0),(51655,5336,1,1,1,11260,1,-5352.24,3666.74,7.99422,4.27712,300,15,0,1441,3575,1,0,0,0),(51656,5336,1,1,1,11260,1,-5425.73,3676.78,2.58515,0.336484,300,0,0,1441,3575,2,0,0,0),(51657,5336,1,1,1,11260,1,-5414.8,3685.59,7.19557,1.62931,300,15,0,1441,3575,1,0,0,0),(51658,5336,1,1,1,11260,1,-5452.34,3681.27,1.27347,3.4093,300,15,0,1441,3575,1,0,0,0),(51659,5336,1,1,1,11260,1,-5470.71,3645.31,-2.22075,4.01982,300,15,0,1441,3575,1,0,0,0),(51660,5336,1,1,1,11260,1,-5588.85,3576.45,-5.97508,4.49873,300,3,0,1441,3575,1,0,0,0),(51661,5336,1,1,1,11260,1,-5586.67,3561.97,-5.02474,1.32192,300,3,0,1441,3575,1,0,0,0),(51662,5336,1,1,1,11260,1,-5585.85,3487.01,4.9629,3.60479,300,3,0,1441,3575,1,0,0,0),(51663,5336,1,1,1,11260,1,-5639.16,3491.41,0.282835,5.586,300,3,0,1441,3575,1,0,0,0),(51664,5336,1,1,1,11260,1,-5640.04,3465.82,3.46105,4.2605,300,3,0,1441,3575,1,0,0,0),(51665,5337,1,1,1,11259,1,-4822.86,3143.88,1.74436,5.22717,300,15,0,1585,1381,1,0,0,0),(51666,5337,1,1,1,11259,1,-5016.04,3250.75,-1.52526,0.711146,300,15,0,1585,1381,1,0,0,0),(51667,5337,1,1,1,11259,1,-4956.35,3179.91,-1.28886,3.26113,300,15,0,1585,1381,1,0,0,0),(51668,5337,1,1,1,11259,1,-4981.94,3200.07,-0.923721,5.06209,300,15,0,1585,1381,1,0,0,0),(51669,5337,1,1,1,11259,1,-4927.21,3685.53,12.5461,5.895,300,15,0,1585,1381,1,0,0,0),(51670,5337,1,1,1,11259,1,-5024.79,3451.04,-1.50062,3.19846,300,15,0,1585,1381,1,0,0,0),(51671,5337,1,1,1,11259,1,-4992.9,3346.27,0.848021,3.22863,300,15,0,1585,1381,1,0,0,0),(51672,5337,1,1,1,11259,1,-4894.01,3510.42,23.6142,3.14159,300,15,0,1585,1381,1,0,0,0),(51673,7900,1,1,1,6987,0,-4480.03,3229.6,13.8128,5.5676,300,0,0,2769,0,0,0,0,0),(51674,8157,1,1,1,7379,1,-4406.66,3171.05,17.6733,0.890118,300,0,0,4742,0,0,0,0,0),(51675,8158,1,1,1,7380,1,-4372.12,155.68,25.3486,3.07178,300,0,0,2566,0,0,0,0,0),(51676,7903,1,1,1,6943,0,-4477.62,3231.81,13.8128,4.4855,300,0,0,198,0,0,0,0,0),(51677,8159,1,1,1,7381,0,-4339.65,249.374,26.4007,2.68781,300,0,0,2769,0,0,0,0,0),(51678,4319,1,1,1,2415,1,-4491.12,-778.347,-40.1193,1.50098,600,0,0,10572,0,0,0,0,0),(51679,5343,1,1,1,11262,1,-5498.69,3481.84,-5.82975,5.64065,21000,0,0,1919,1587,0,0,0,0),(51680,7904,1,1,1,6942,0,-4478.98,3231.07,13.8128,5.74213,300,0,0,198,0,0,0,0,0),(51681,5350,1,1,1,11142,0,-5435.75,114.241,28.2281,4.58413,21000,0,0,2488,0,0,0,0,0),(51682,11752,1,1,1,11693,1,-4406.14,235.651,26.8421,5.98648,300,0,0,2488,0,0,0,0,0),(51683,5356,1,1,1,780,0,-4200,-133.828,56.2126,4.12439,21000,0,0,1981,0,0,0,0,0),(51684,5357,1,1,1,10037,1,-3550.26,2597.05,82.654,2.54171,600,15,0,6183,0,1,0,0,0),(51685,5357,1,1,1,10037,1,-3212.57,2795.68,80.6821,5.53103,600,15,0,6183,0,1,0,0,0),(51686,5357,1,1,1,10037,1,-3459.96,2801.7,85.1082,2.76635,600,15,0,6183,0,1,0,0,0),(51687,5357,1,1,1,10037,1,-3391.15,2688.65,68.9155,5.19787,600,15,0,6183,0,1,0,0,0),(51688,5357,1,1,1,10037,1,-3382.15,2817.2,75.1311,0.189546,600,15,0,6183,0,1,0,0,0),(51689,5357,1,1,1,10037,1,-3473.53,2720.09,86.5484,5.20051,600,15,0,6183,0,1,0,0,0),(51690,5357,1,1,1,10037,1,-3496.62,2764.5,86.1743,1.58447,600,15,0,6183,0,1,0,0,0),(51691,5357,1,1,1,10037,1,-3516.82,2581.78,74.9781,4.31083,600,15,0,6183,0,1,0,0,0),(51692,5357,1,1,1,10037,1,-3491.13,2617.69,79.8151,2.09664,600,0,0,6183,0,0,0,0,0),(51693,5358,1,1,1,12813,1,-3381.59,2668.57,68.5129,5.62722,600,15,0,6645,0,1,0,0,0),(51694,5358,1,1,1,12813,1,-3406,2631.38,66.823,3.8869,600,15,0,6645,0,1,0,0,0),(51695,5358,1,1,1,12813,1,-3507.91,2639.24,87.858,4.05577,600,15,0,6645,0,1,0,0,0),(51696,5358,1,1,1,12813,1,-3498.86,2611.41,79.6294,4.93342,600,15,0,6645,0,1,0,0,0),(51697,5358,1,1,1,12813,1,-3491.13,2617.69,79.8151,2.33219,600,0,0,6645,0,0,0,0,0),(51698,5358,1,1,1,12813,1,-3460.36,2752.4,80.9715,4.41102,600,15,0,6645,0,1,0,0,0),(51699,5358,1,1,1,12813,1,-3400.08,2684.87,68.714,0.093841,600,15,0,6645,0,1,0,0,0),(51700,5358,1,1,1,12813,1,-3382.75,2746.44,69.2421,4.56208,600,15,0,6645,0,1,0,0,0),(51701,5358,1,1,1,12813,1,-3320.71,2784.95,67.4946,3.11913,600,15,0,6645,0,1,0,0,0),(51702,5358,1,1,1,12813,1,-3358.06,2788.91,69.0504,2.5873,600,15,0,6645,0,1,0,0,0),(51703,5358,1,1,1,12813,1,-3414.84,2588.64,63.9013,5.48674,600,15,0,6645,0,1,0,0,0),(51704,5358,1,1,1,12813,1,-3396.71,2687.83,68.8658,2.03051,600,15,0,6645,0,1,0,0,0),(51705,5359,1,1,1,4945,1,-3941.27,3041.27,0.491015,1.10937,600,30,0,6183,0,1,0,0,0),(51706,5359,1,1,1,4945,1,-4538.69,2486.53,-40.5489,1.82337,600,15,0,6183,0,1,0,0,0),(51707,5359,1,1,1,4945,1,-3986.21,2783.37,0.189204,2.73209,600,30,0,6183,0,1,0,0,0),(51708,5359,1,1,1,4945,1,-4023.03,2907.12,3.33236,0.038068,600,30,0,6183,0,1,0,0,0),(51709,5359,1,1,1,4945,1,-4059.41,2910.68,-6.6206,1.54242,600,15,0,6183,0,1,0,0,0),(51710,5359,1,1,1,4945,1,-5253.93,2282.12,-29.6111,2.40109,600,15,0,6183,0,1,0,0,0),(51711,5359,1,1,1,4945,1,-4687.48,2373.3,-0.205117,0.089548,600,15,0,6183,0,1,0,0,0),(51712,5359,1,1,1,4945,1,-5049.51,2251.65,-6.02536,0.704494,600,15,0,6183,0,1,0,0,0),(51713,5359,1,1,1,4945,1,-5127,2210.42,4.5485,5.91595,600,15,0,6183,0,1,0,0,0),(51714,5360,1,1,1,12812,1,-3916.23,2929.61,11.2884,1.62944,600,30,0,4776,3280,1,0,0,0),(51715,5360,1,1,1,12812,1,-4820.05,2444.16,-38.08,0.776414,600,15,0,4776,3280,1,0,0,0),(51716,5360,1,1,1,12812,1,-4157.29,2651.17,-10.5267,3.37984,600,15,0,4776,3280,1,0,0,0),(51717,5360,1,1,1,12812,1,-5445.28,2314.52,1.54616,4.52853,600,15,0,4776,3280,1,0,0,0),(51718,5360,1,1,1,12812,1,-4640.77,2375.1,-4.06865,6.04881,600,15,0,4776,3280,1,0,0,0),(51719,5360,1,1,1,12812,1,-4817.68,2297.86,-8.56885,1.67455,600,15,0,4776,3280,1,0,0,0),(51720,5360,1,1,1,12812,1,-5249.47,2187.02,0.885035,1.08049,600,15,0,4776,3280,1,0,0,0),(51721,5361,1,1,1,10039,1,-5236.88,2307.02,-40.2776,0.013242,600,15,0,5970,0,1,0,0,0),(51722,5361,1,1,1,10039,1,-3963.91,2821.13,10.0405,0.422607,600,30,0,5970,0,1,0,0,0),(51723,5361,1,1,1,10039,1,-4526.45,2360.21,-1.40238,4.42106,600,15,0,5970,0,1,0,0,0),(51724,5361,1,1,1,10039,1,-5048.25,2190.16,10.4879,1.39295,600,15,0,5970,0,1,0,0,0),(51725,5362,1,1,1,10872,0,-3105.17,2813.53,80.3285,4.13397,300,15,0,2062,1695,1,0,0,0),(51726,5362,1,1,1,10872,0,-2874.77,2652.08,73.0903,3.14138,300,15,0,2062,1695,1,0,0,0),(51727,5362,1,1,1,10872,0,-3083.46,2654.63,53.8049,2.7794,300,15,0,2062,1695,1,0,0,0),(51728,5362,1,1,1,10872,0,-3031.27,2660.33,57.7634,1.6062,300,15,0,2062,1695,1,0,0,0),(51729,5362,1,1,1,10872,0,-3090.12,2781.57,70.9312,0.575489,300,15,0,2062,1695,1,0,0,0),(51730,5362,1,1,1,10872,0,-3052.48,2612.94,42.4532,4.66745,300,15,0,2062,1695,1,0,0,0),(51731,5362,1,1,1,10872,0,-2919.32,2553.76,49.8155,4.76713,300,15,0,2062,1695,1,0,0,0),(51732,5362,1,1,1,10872,0,-2986.52,2649.18,55.9092,3.43185,300,15,0,2062,1695,1,0,0,0),(51733,5363,1,1,1,10873,0,-3090.33,2839.76,89.4119,4.0224,300,15,0,2062,1695,1,0,0,0),(51752,5363,1,1,1,10873,0,-3113.84,2761.32,72.1997,4.88783,300,15,0,2062,1695,1,0,0,0),(51753,5363,1,1,1,10873,0,-2926.16,2788.34,80.3063,5.81693,300,15,0,2062,1695,1,0,0,0),(51754,5363,1,1,1,10873,0,-2849.43,2680.05,72.8693,4.67024,300,15,0,2062,1695,1,0,0,0),(51755,5363,1,1,1,10873,0,-2947.04,2517.57,36.3828,0.264972,300,15,0,2062,1695,1,0,0,0),(51756,5363,1,1,1,10873,0,-3033.22,2554.13,38.2618,1.39409,300,15,0,2062,1695,1,0,0,0),(51757,5364,1,1,1,10874,0,-3049.38,2784.74,64.5796,4.49364,300,15,0,2138,1750,1,0,0,0),(51758,5364,1,1,1,10874,0,-3044.58,2740.72,59.6628,5.71792,300,15,0,2138,1750,1,0,0,0),(51759,5364,1,1,1,10874,0,-3104.52,2805.94,79.3285,5.08915,300,15,0,2138,1750,1,0,0,0),(51760,5364,1,1,1,10874,0,-2926.64,2815.13,73.5344,2.81892,300,15,0,2138,1750,1,0,0,0),(51761,5364,1,1,1,10874,0,-2836.57,2699.75,72.3785,4.66191,300,15,0,2138,1750,1,0,0,0),(51762,5364,1,1,1,10874,0,-2984.34,2621.84,53.032,1.744,300,15,0,2138,1750,1,0,0,0),(51763,5364,1,1,1,10874,0,-2887.01,2751.6,75.2553,2.35625,300,15,0,2138,1750,1,0,0,0),(51764,5366,1,1,1,1352,0,-3012.9,2784.02,53.6183,1.87419,300,15,0,2138,1750,1,0,0,0),(51765,5366,1,1,1,1352,0,-3038.06,2669.45,56.3983,4.80223,300,15,0,2138,1750,1,0,0,0),(51766,5366,1,1,1,1352,0,-3083.73,2717.74,59.204,0.882936,300,15,0,2138,1750,1,0,0,0),(51767,5366,1,1,1,1352,0,-3029.46,2762.08,55.2349,3.18161,300,15,0,2138,1750,1,0,0,0),(51768,5366,1,1,1,1352,0,-2971.34,2721.16,52.4896,5.76973,300,15,0,2138,1750,1,0,0,0),(51769,5366,1,1,1,1352,0,-3019.67,2702.58,55.9673,5.38729,300,15,0,2138,1750,1,0,0,0),(51770,5366,1,1,1,1352,0,-2950.55,2636.36,57.2984,4.2816,300,0,0,2138,1750,0,0,0,0),(51771,5366,1,1,1,1352,0,-2971.26,2764.84,51.7845,2.5563,300,15,0,2138,1750,1,0,0,0),(51772,5366,1,1,1,1352,0,-2955.1,2749.51,52.614,4.13336,300,15,0,2138,1750,1,0,0,0),(51773,5366,1,1,1,1352,0,-2944.32,2753.53,52.114,0.381569,300,15,0,2138,1750,1,0,0,0),(51774,5366,1,1,1,1352,0,-3012.5,2754.17,52.5321,3.97457,300,15,0,2138,1750,1,0,0,0),(51775,5366,1,1,1,1352,0,-2919.9,2687.7,67.2096,1.57275,300,3,0,2138,1750,1,0,0,0),(51776,5366,1,1,1,1352,0,-3014.73,2680.07,58.0813,5.1904,300,15,0,2138,1750,1,0,0,0),(51777,5366,1,1,1,1352,0,-2885.58,2722.42,74.0792,1.40796,300,10,0,2138,1750,1,0,0,0),(51778,5366,1,1,1,1352,0,-2904.31,2707.1,71.8951,2.36241,300,15,0,2138,1750,1,0,0,0),(51779,5881,1,1,1,1988,0,-5499.35,1588.97,39.1662,1.1006,300,0,0,2218,0,0,0,0,0),(51780,9467,1,1,1,10642,0,-2853.88,2340.59,39.8609,3.59538,300,0,0,2769,0,0,0,0,0),(32698,21180,530,1,1,0,1,-3743.7,355.943,104.101,0.00764656,25,0,0,5589,3155,0,0,0,0),(32699,21180,530,1,1,0,1,-3794.49,430.153,104.18,4.66584,25,0,0,5589,3155,0,0,0,0),(32700,21180,530,1,1,0,1,-3794.57,427.432,104.227,1.68447,25,0,0,5589,3155,0,0,0,0),(32701,21505,530,1,1,0,1,-3724.57,416.328,104.084,3.15238,25,0,0,5589,3155,0,0,0,0),(32702,21505,530,1,1,0,1,-3726,389.219,103.623,3.14924,25,0,0,5589,3155,0,0,0,0),(33134,21505,530,1,1,0,1,-3725.74,356.081,104.157,3.14924,25,0,0,5589,3155,0,0,0,0),(35869,21743,530,1,1,0,1,-3715.93,563.417,44.7713,0.072103,25,0,0,6542,0,0,0,0,0),(39631,24905,530,1,1,0,0,-2938.38,4042.91,0.813067,3.74082,25,0,0,3205,0,0,0,0,0),(38814,20619,530,1,1,0,0,3993.64,2353.18,110.648,1.75581,120,2,0,1582,0,1,0,0,0),(37052,21743,530,1,1,0,1,-3860.66,566.823,73.9276,6.199,25,0,0,6542,0,0,0,0,0),(16214,23398,564,1,1,11686,0,499.391,44.2093,112.807,5.18908,10,5,0,3912,3155,1,0,0,0),(16215,23398,564,1,1,11686,0,504.395,34.7434,113.516,2.81584,10,5,0,3912,3155,1,0,0,0),(16216,23398,564,1,1,11686,0,477.636,29.2719,112.454,3.10635,10,5,0,3912,3155,1,0,0,0),(16217,23398,564,1,1,11686,0,518.719,48.9372,113.304,0.892028,10,5,0,3912,3155,1,0,0,0),(16218,23398,564,1,1,11686,0,487.847,50.0366,112.474,4.54049,10,5,0,3912,3155,1,0,0,0),(16219,23398,564,1,1,11686,0,604.255,104.213,112.589,0.459518,10,5,0,3912,3155,1,0,0,0),(16220,23398,564,1,1,11686,0,592.542,91.378,112.224,2.30079,10,5,0,3912,3155,1,0,0,0),(16221,23398,564,1,1,11686,0,595.774,81.6333,111.05,0.851941,10,5,0,3912,3155,1,0,0,0),(16222,23398,564,1,1,11686,0,564.631,69.1688,111.734,4.84278,10,5,0,3912,3155,1,0,0,0),(16223,23398,564,1,1,11686,0,554.045,64.4404,112.163,1.92172,10,5,0,3912,3155,1,0,0,0),(16225,23398,564,1,1,11686,0,527.566,64.3236,113.071,1.37843,10,5,0,3912,3155,1,0,0,0),(39885,22886,564,1,1,18568,0,448.142,124.571,180.769,0.575959,604800,0,0,9780,0,0,0,0,0),(39886,22886,564,1,1,20449,0,441.244,113.445,166.118,0.628319,604800,0,0,9780,0,0,0,0,0),(39887,22886,564,1,1,20449,0,477.108,122.886,181.262,0.802851,604800,0,0,9780,0,0,0,0,0),(39918,22886,564,1,1,20449,0,459.767,132.153,181.393,0.575959,604800,0,0,9780,0,0,0,0,0),(39919,22886,564,1,1,18568,0,478.834,132.271,181.871,0.715585,604800,0,0,9780,0,0,0,0,0),(39920,22886,564,1,1,17540,0,438.94,125.305,176.154,1.58825,604800,0,0,9780,0,0,0,0,0),(39921,22886,564,1,1,18568,0,464.261,124.732,173.025,5.98648,604800,0,0,9780,0,0,0,0,0),(39922,22886,564,1,1,18568,0,465.263,107.705,169.683,0.820305,604800,0,0,9780,0,0,0,0,0),(39923,22886,564,1,1,18568,0,473.047,130.345,174.335,1.8326,604800,0,0,9780,0,0,0,0,0),(39924,23398,564,1,1,11686,0,548.432,34.5335,112.627,2.80389,10,5,0,3912,3155,1,0,0,0),(39925,23398,564,1,1,11686,0,551.084,48.2963,112.564,1.16972,10,5,0,3912,3155,1,0,0,0),(39926,23398,564,1,1,11686,0,538.471,51.5336,112.967,4.92016,10,5,0,3912,3155,1,0,0,0),(39928,23398,564,1,1,11686,0,513.068,64.5998,112.745,6.27078,10,5,0,3912,3155,1,0,0,0),(39929,23398,564,1,1,11686,0,493.057,62.7894,112.194,0.391345,10,5,0,3912,3155,1,0,0,0),(40069,23398,564,1,1,11686,0,477.475,68.4413,112.076,1.7417,10,5,0,3912,3155,1,0,0,0),(40228,23398,564,1,1,11686,0,570.47,101.714,113.397,4.12923,10,5,0,3912,3155,1,0,0,0),(40229,23398,564,1,1,11686,0,571.557,87.8064,111.973,5.80095,10,5,0,3912,3155,1,0,0,0),(40233,23398,564,1,1,11686,0,562.506,94.6764,112.695,2.37427,10,5,0,3912,3155,1,0,0,0),(40234,23398,564,1,1,11686,0,626.017,82.4268,112.757,1.45733,10,5,0,3912,3155,1,0,0,0),(40236,23398,564,1,1,11686,0,617.822,103.104,112.751,1.04616,10,5,0,3912,3155,1,0,0,0),(40243,23398,564,1,1,11686,0,617.138,84.3218,112.394,6.19269,10,5,0,3912,3155,1,0,0,0),(40244,23398,564,1,1,11686,0,543.152,82.0115,113.121,1.26602,10,5,0,3912,3155,1,0,0,0),(40340,23398,564,1,1,11686,0,551.741,91.3323,112.708,6.05151,10,5,0,3912,3155,1,0,0,0),(40342,23398,564,1,1,11686,0,553.357,103.975,112.782,2.94551,10,5,0,3912,3155,1,0,0,0),(40406,23398,564,1,1,11686,0,616.133,66.1577,112.473,5.53334,10,5,0,3912,3155,1,0,0,0),(40407,23398,564,1,1,11686,0,605.794,62.7557,111.802,4.54002,10,5,0,3912,3155,1,0,0,0),(40411,23398,564,1,1,11686,0,589.603,70.1735,111.759,5.73653,10,5,0,3912,3155,1,0,0,0),(40446,23399,564,1,1,16255,0,535.698,75.886,112.953,4.18024,10,0,0,49560,66180,2,0,0,0),(40526,23399,564,1,1,16255,0,496.538,84.7547,108.416,0.418266,10,0,0,49560,66180,2,0,0,0),(40527,22887,564,1,1,21174,0,434.943,739.254,15.0699,1.6057,604800,0,0,2653000,0,0,0,0,0),(42920,23399,564,1,1,16255,0,629.089,47.3309,112.777,2.51799,10,0,0,49560,66180,2,0,0,0),(46817,23399,564,1,1,16255,0,609.316,98.4336,112.342,5.4793,10,0,0,49560,66180,2,0,0,0),(52411,23399,564,1,1,16255,0,557.008,29.4,112.499,2.66876,10,0,0,49560,66180,2,0,0,0),(52412,23400,564,1,1,21565,1,552.198,308.972,271.552,1.09956,604800,0,0,123900,33090,0,0,0,0),(52413,23400,564,1,1,21564,1,558.363,285.371,271.746,0.366519,604800,0,0,123900,33090,0,0,0,0),(52414,23400,564,1,1,21564,1,526.347,262.832,271.589,0.907571,604800,0,0,123900,33090,0,0,0,0),(52417,23400,564,1,1,21564,1,576.823,123.1,258.216,0.436332,604800,0,0,123900,33090,0,0,0,0),(52418,23401,564,1,1,21587,0,617.44,102.765,112.751,5.46468,10,0,0,30996,0,2,0,0,0),(52419,23401,564,1,1,21587,0,580.441,89.2323,111.168,5.45932,10,5,0,30996,0,1,0,0,0),(52420,23401,564,1,1,21587,0,620.916,30.2202,112.736,4.08324,10,0,0,30996,0,2,0,0,0),(52421,23401,564,1,1,21587,0,595.565,39.1595,112.715,4.08327,10,5,0,30996,0,1,0,0,0),(52422,23401,564,1,1,21587,0,512.155,30.0493,113.605,3.58807,10,5,0,30996,0,1,0,0,0),(52423,23401,564,1,1,21587,0,512.155,30.0493,113.648,3.58806,10,0,0,30996,0,2,0,0,0),(52424,23401,564,1,1,21587,0,518.947,74.61,112.913,3.17182,10,0,0,30996,0,2,0,0,0),(52425,23401,564,1,1,21587,0,476.464,78.3278,111.853,3.17182,10,5,0,30996,0,1,0,0,0),(52426,23401,564,1,1,21587,0,550.194,95.3418,112.567,0.886959,10,5,0,30996,0,1,0,0,0),(52427,23401,564,1,1,21587,0,552.323,97.9542,112.481,0.886985,10,0,0,30996,0,2,0,0,0),(52428,23402,564,1,1,21557,1,553.594,316.801,271.601,4.13643,604800,0,0,123900,33090,0,0,0,0),(52429,23402,564,1,1,21558,1,548.835,311.907,271.467,0.890118,604800,0,0,123900,33090,0,0,0,0),(52430,23402,564,1,1,21557,1,564.531,282.864,271.814,2.67035,604800,0,0,123900,33090,0,0,0,0),(52431,23402,564,1,1,21468,1,526.257,270.118,271.487,0.244346,604800,0,0,123900,33090,0,0,0,0),(52432,23402,564,1,1,21558,1,531.159,270.025,271.489,3.80482,604800,0,0,123900,33090,0,0,0,0),(52433,23402,564,1,1,21559,1,583.173,120.285,258.163,3.54302,604800,0,0,123900,33090,0,0,0,0),(52434,23403,564,1,1,21570,1,556.38,313.328,271.7,3.85718,604800,0,0,129150,0,0,0,0,0),(52435,23403,564,1,1,21570,1,563.46,291.498,271.957,4.64258,604800,0,0,129150,0,0,0,0,0),(52436,23403,564,1,1,21571,1,560.896,290.699,271.862,4.2586,604800,0,0,129150,0,0,0,0,0),(52437,23403,564,1,1,21571,1,528.989,260.411,271.623,2.25148,604800,0,0,129150,0,0,0,0,0),(52438,23403,564,1,1,21569,1,566.506,126.475,258.558,0.331613,604800,0,0,129150,0,0,0,0,0),(52439,23403,564,1,1,21569,1,572.675,125.541,258.289,0.959931,604800,0,0,129150,0,0,0,0,0),(52440,23147,564,1,1,21376,1,432.876,173.83,164.065,3.1765,604800,0,0,23247,0,0,0,0,0),(52441,23147,564,1,1,21377,1,432.021,465.843,193.721,0.087266,604800,0,0,23247,0,0,0,0,0),(52442,23147,564,1,1,21377,1,500.867,137.829,164.854,1.91986,604800,0,0,23247,0,0,0,0,0),(52443,23147,564,1,1,21375,1,515.023,92.2882,164.854,3.9968,604800,0,0,23247,0,0,0,0,0),(52444,23147,564,1,1,21377,1,499.438,142.883,164.854,5.37561,604800,0,0,23247,0,0,0,0,0),(52445,23147,564,1,1,21376,1,458.274,340.65,192.859,1.06465,604800,0,0,23247,0,0,0,0,0),(52446,23147,564,1,1,21377,1,405.81,372.512,192.859,3.52556,604800,0,0,23247,0,0,0,0,0),(52447,23147,564,1,1,21377,1,462.632,386.806,193.428,1.58825,604800,5,0,23247,0,1,0,0,0),(52448,23147,564,1,1,21375,1,441.616,474.768,193.676,0.087266,604800,0,0,23247,0,0,0,0,0),(52449,23147,564,1,1,21377,1,458.816,379.735,193.511,1.0821,604800,5,0,23247,0,1,0,0,0),(52450,23147,564,1,1,21375,1,410.084,411.152,192.847,2.80998,604800,0,0,23247,0,0,0,0,0),(52451,23147,564,1,1,21376,1,419.379,463.457,192.852,0.977384,604800,0,0,23247,0,0,0,0,0),(52452,23147,564,1,1,21375,1,459.204,462.206,192.851,1.36136,604800,0,0,23247,0,0,0,0,0),(52453,23147,564,1,1,21376,1,452.466,344.215,192.859,0.523599,604800,0,0,23247,0,0,0,0,0),(52454,23147,564,1,1,21377,1,498.777,108.128,164.854,4.06662,604800,0,0,23247,0,0,0,0,0),(52455,23147,564,1,1,21376,1,461.152,221.264,164.854,2.47837,604800,0,0,23247,0,0,0,0,0),(52456,23147,564,1,1,21375,1,411.232,404.022,192.849,3.66519,604800,0,0,23247,0,0,0,0,0),(52457,23147,564,1,1,21375,1,446.134,465.681,193.714,6.23082,604800,0,0,23247,0,0,0,0,0),(52458,22898,564,1,1,21145,0,702.141,650.715,75.0493,1.50098,604800,0,0,3183600,0,0,0,0,0),(52459,23410,564,1,1,21476,0,698.148,191.443,125.09,1.09956,604800,0,0,5086,3155,0,0,0,0),(52460,23411,564,1,1,21475,0,203.469,998.526,-64.339,5.93412,604800,0,0,5086,3155,0,0,0,0),(52461,23412,564,1,1,15880,0,771.637,304.536,315.156,3.12414,604800,0,0,2884,0,0,0,0,0),(52462,23157,564,1,1,21344,1,709.534,195.13,125.055,2.47837,604800,0,0,34231,0,0,0,0,0),(52463,23158,564,1,1,21346,1,703.211,190.482,125.024,1.55334,604800,0,0,34231,0,0,0,0,0),(52464,23159,564,1,1,21345,1,695.925,196.597,125.065,0.523599,604800,0,0,34231,0,0,0,0,0),(52465,23417,564,1,1,15435,0,498.066,188.074,94.6943,4.74729,604800,0,0,1,0,0,0,0,0),(52466,23421,564,1,1,21594,0,443.495,413.973,118.621,5.13127,604800,0,0,87972,73320,0,0,0,0),(52467,23421,564,1,1,21594,0,456.694,414.117,118.621,4.2586,604800,0,0,87972,73320,0,0,0,0),(52468,23421,564,1,1,21594,0,457.763,390.117,118.621,2.25148,604800,0,0,87972,73320,0,0,0,0),(52469,23421,564,1,1,21594,0,444.153,389.214,118.621,1.0821,604800,0,0,87972,73320,0,0,0,0),(52470,23421,564,1,1,21594,0,438.279,401.258,118.621,0.017453,604800,0,0,87972,73320,0,0,0,0),(52478,23421,564,1,1,21594,0,463.186,401.64,118.621,3.19395,604800,0,0,87972,73320,0,0,0,0),(52479,23426,564,1,1,11686,0,737.455,305.054,277.526,3.12414,604800,0,0,4890200,0,0,0,0,0),(52480,23172,564,1,1,20381,1,578.528,404.568,190.725,6.26573,604800,0,0,180810,0,0,0,0,0),(52481,23172,564,1,1,20381,1,578.449,400.329,190.725,0.034907,604800,0,0,180810,0,0,0,0,0),(52482,23172,564,1,1,20381,1,537.664,407.443,193.283,3.05433,604800,0,0,180810,0,0,0,0,0),(52483,23172,564,1,1,20381,1,537.685,397.846,193.284,3.00197,604800,0,0,180810,0,0,0,0,0),(52484,22917,564,1,1,21135,1,705.732,304.988,353.925,0,604800,0,0,4244800,0,0,0,0,0),(52485,1420,564,1,1,901,0,411.252,807.219,13.0889,3.84363,604800,5,0,8,0,1,0,0,0),(52486,1420,564,1,1,901,0,454.05,900.727,12.4208,0.039562,604800,5,0,8,0,1,0,0,0),(52487,1420,564,1,1,901,0,228.708,821.804,-25.8414,5.37384,604800,5,0,8,0,1,0,0,0),(52488,1420,564,1,1,901,0,432.714,873.465,13.7518,2.62895,604800,5,0,8,0,1,0,0,0),(52489,1420,564,1,1,901,0,926.565,279.48,192.368,1.80513,604800,5,0,8,0,1,0,0,0),(52490,1420,564,1,1,901,0,951.669,426.093,192.018,5.84685,604800,0,0,8,0,0,0,0,0),(52491,1420,564,1,1,901,0,940.834,417.019,192.388,1.99774,604800,5,0,8,0,1,0,0,0),(52492,1420,564,1,1,901,0,821.651,549.092,165.758,3.30943,604800,0,0,8,0,0,0,0,0),(52493,1420,564,1,1,901,0,819.836,538.622,165.758,2.91986,604800,5,0,8,0,1,0,0,0),(52494,1420,564,1,1,901,0,814.029,547.247,165.758,0.90982,604800,5,0,8,0,1,0,0,0),(52495,1420,564,1,1,901,0,927.839,288.785,192.368,4.85557,604800,5,0,8,0,1,0,0,0),(52497,1420,564,1,1,901,0,326.119,992.07,-61.3283,5.37166,604800,0,0,8,0,0,0,0,0),(52502,23448,564,1,3,15435,0,678.06,285.22,354.325,3.29867,604800,0,0,1,0,0,0,0,0),(52503,23448,564,1,5,15435,0,676.226,325.231,354.319,3.12414,604800,0,0,1,0,0,0,0,0),(52504,22939,564,1,1,21533,0,881.887,339.989,113.826,6.0912,604800,0,0,22006,0,0,0,0,0),(52505,22939,564,1,1,21533,0,883.037,351.771,113.715,5.72468,604800,0,0,22006,0,0,0,0,0),(52506,22939,564,1,1,21451,0,884.569,345.706,112.09,1.93731,604800,0,0,22006,0,0,0,0,0),(52507,22939,564,1,1,21450,0,883.021,348.142,112.103,4.86947,604800,0,0,22006,0,0,0,0,0),(52518,22939,564,1,1,21449,0,888.302,339.255,111.909,0.698132,604800,0,0,22006,0,0,0,0,0),(52519,22939,564,1,1,21533,0,808.484,389.033,193.392,3.89208,604800,0,0,22006,0,0,0,0,0),(52520,22939,564,1,1,21533,0,835.084,413.322,192.885,4.69494,604800,0,0,22006,0,0,0,0,0),(52521,22939,564,1,1,21450,0,848.962,414.604,192.885,2.68781,604800,0,0,22006,0,0,0,0,0),(52522,22939,564,1,1,21533,0,848.135,422.603,192.885,3.15905,604800,0,0,22006,0,0,0,0,0),(52527,22939,564,1,1,21449,0,847.538,428.224,192.885,3.76991,604800,0,0,22006,0,0,0,0,0),(52584,22939,564,1,1,21450,0,841.152,427.399,192.885,3.735,604800,0,0,22006,0,0,0,0,0),(52606,22939,564,1,1,21533,0,805.923,431.7,192.885,0.244346,604800,0,0,22006,0,0,0,0,0),(52607,22939,564,1,1,21449,0,812.504,436.192,192.885,3.71755,604800,0,0,22006,0,0,0,0,0),(52608,22939,564,1,1,21533,0,821.051,435.742,192.885,5.46288,604800,0,0,22006,0,0,0,0,0),(52609,22939,564,1,1,21450,0,821.19,433.759,192.885,0.471239,604800,0,0,22006,0,0,0,0,0),(52610,22939,564,1,1,21451,0,816.892,435.385,192.885,4.24115,604800,0,0,22006,0,0,0,0,0),(52611,22939,564,1,1,21450,0,965.763,226.073,192.93,2.1293,604800,0,0,22006,0,0,0,0,0),(52629,22939,564,1,1,21449,0,969.38,227.735,192.931,1.78024,604800,0,0,22006,0,0,0,0,0),(52654,22939,564,1,1,21450,0,975.125,250.372,192.911,2.40855,604800,0,0,22006,0,0,0,0,0),(52655,22939,564,1,1,21449,0,966.277,251.6,192.903,4.5204,604800,0,0,22006,0,0,0,0,0),(52656,22939,564,1,1,21451,0,968.851,253.211,192.903,5.53269,604800,0,0,22006,0,0,0,0,0),(52681,22939,564,1,1,21450,0,927.956,261.623,192.926,1.0472,604800,0,0,22006,0,0,0,0,0),(52682,22939,564,1,1,21451,0,923.214,261.158,194.267,2.44346,604800,0,0,22006,0,0,0,0,0),(52684,22939,564,1,1,21533,0,924.893,267.084,192.936,1.50098,604800,0,0,22006,0,0,0,0,0),(52685,22939,564,1,1,21533,0,927.662,256.887,192.921,0.122173,604800,0,0,22006,0,0,0,0,0),(52686,22939,564,1,1,21450,0,930.57,256.526,192.918,3.4383,604800,0,0,22006,0,0,0,0,0),(52687,22939,564,1,1,21533,0,976.6,305.33,194.863,2.26893,604800,0,0,22006,0,0,0,0,0),(52688,22939,564,1,1,21450,0,978.453,328.701,192.932,3.9619,604800,0,0,22006,0,0,0,0,0),(52689,22939,564,1,1,21533,0,969.918,336.366,192.932,5.46288,604800,0,0,22006,0,0,0,0,0),(52690,22939,564,1,1,21450,0,967.067,335.193,192.932,4.62512,604800,0,0,22006,0,0,0,0,0),(52691,22939,564,1,1,21449,0,966.99,306.466,192.925,1.71042,604800,0,0,22006,0,0,0,0,0),(52692,22939,564,1,1,21451,0,930.582,437.734,192.918,1.51844,604800,0,0,22006,0,0,0,0,0),(52693,22939,564,1,1,21533,0,949.986,442.797,192.918,4.31096,604800,0,0,22006,0,0,0,0,0),(52694,22939,564,1,1,21533,0,949.079,440.733,192.917,3.03687,604800,0,0,22006,0,0,0,0,0),(52697,22939,564,1,1,21533,0,959.668,437.645,192.918,2.72271,604800,0,0,22006,0,0,0,0,0),(52700,22939,564,1,1,21450,0,966.215,435.588,192.921,5.44543,604800,0,0,22006,0,0,0,0,0),(52703,22939,564,1,1,21533,0,917.221,547.541,139.397,4.36332,604800,0,0,22006,0,0,0,0,0),(52704,22939,564,1,1,21449,0,920.023,536.543,139.398,2.21657,604800,0,0,22006,0,0,0,0,0),(52705,22939,564,1,1,21533,0,906.721,535.833,139.39,3.63029,604800,0,0,22006,0,0,0,0,0),(52706,22939,564,1,1,21450,0,912.39,532.874,139.398,4.20624,604800,0,0,22006,0,0,0,0,0),(52708,22939,564,1,1,21533,0,909.257,544.807,139.393,6.00393,604800,0,0,22006,0,0,0,0,0),(52709,22939,564,1,1,21451,0,796.972,559.194,166.088,4.43314,604800,0,0,22006,0,0,0,0,0),(52710,22939,564,1,1,21450,0,946.992,349.023,111.909,4.79965,604800,0,0,22006,0,0,0,0,0),(52711,22939,564,1,1,21450,0,942.798,343.069,111.909,6.19592,604800,0,0,22006,0,0,0,0,0),(52712,22939,564,1,1,21449,0,946.753,337.614,111.909,1.44862,604800,0,0,22006,0,0,0,0,0),(52713,22939,564,1,1,21533,0,951.967,337.577,111.909,2.28638,604800,0,0,22006,0,0,0,0,0),(52714,22939,564,1,1,21451,0,953.662,343.627,111.909,3.28122,604800,0,0,22006,0,0,0,0,0),(52715,22939,564,1,1,21450,0,951.132,445.302,113.721,3.63029,604800,0,0,22006,0,0,0,0,0),(52716,22939,564,1,1,21450,0,953.233,439.356,111.909,3.19395,604800,0,0,22006,0,0,0,0,0),(52717,22939,564,1,1,21450,0,949.408,444.176,111.909,3.03687,604800,0,0,22006,0,0,0,0,0),(52719,22939,564,1,1,21533,0,952.636,441.644,111.909,3.68265,604800,0,0,22006,0,0,0,0,0),(52720,22939,564,1,1,21449,0,951.14,430.244,113.193,3.38594,604800,0,0,22006,0,0,0,0,0),(52721,22939,564,1,1,21533,0,911.402,324.035,192.932,4.86947,604800,0,0,22006,0,0,0,0,0),(52722,22939,564,1,1,21533,0,925.722,302.098,192.935,4.64258,604800,0,0,22006,0,0,0,0,0),(52726,22939,564,1,1,21449,0,912.914,318.782,192.923,2.02458,604800,0,0,22006,0,0,0,0,0),(52727,22939,564,1,1,21450,0,930.585,306.726,192.923,4.27606,604800,0,0,22006,0,0,0,0,0),(52728,22939,564,1,1,21451,0,925.845,310.249,192.926,3.82227,604800,0,0,22006,0,0,0,0,0),(52729,22939,564,1,1,21449,0,879.944,440.787,111.909,6.23082,604800,0,0,22006,0,0,0,0,0),(52730,22939,564,1,1,21449,0,884.055,435.324,111.909,1.13446,604800,0,0,22006,0,0,0,0,0),(52731,22939,564,1,1,21533,0,890.202,437.756,111.909,2.53073,604800,0,0,22006,0,0,0,0,0),(52732,22939,564,1,1,21449,0,891.266,440.286,111.909,3.12414,604800,0,0,22006,0,0,0,0,0),(52733,22939,564,1,1,21451,0,886.24,446.699,111.909,4.76475,604800,0,0,22006,0,0,0,0,0),(52734,22939,564,1,1,21533,0,912.207,388.759,120.111,3.1765,604800,0,0,22006,0,0,0,0,0),(52735,22939,564,1,1,21451,0,905.506,399.381,118.325,1.71042,604800,0,0,22006,0,0,0,0,0),(52736,22939,564,1,1,21450,0,901.23,392.638,118.325,3.21141,604800,0,0,22006,0,0,0,0,0),(52737,22939,564,1,1,21449,0,907.017,401.944,118.325,3.40339,604800,0,0,22006,0,0,0,0,0),(52738,22939,564,1,1,21451,0,911.909,395.378,120.238,2.70526,604800,0,0,22006,0,0,0,0,0),(52739,23196,564,1,1,21490,1,909.464,245.197,85.6413,3.1828,604800,0,0,464940,0,2,0,0,0),(52740,23196,564,1,1,21490,1,899.033,197.829,86.161,1.45553,604800,0,0,464940,0,2,0,0,0),(52741,23196,564,1,1,21490,1,822.67,118.827,112.519,4.76178,604800,5,0,464940,0,1,0,0,0),(52742,23196,564,1,1,21490,1,921.819,65.2287,112.753,3.07466,604800,5,0,464940,0,1,0,0,0),(52743,23196,564,1,1,21490,1,763.46,121.26,112.547,6.02912,604800,0,0,464940,0,2,0,0,0),(52744,22945,564,1,1,21372,1,533.512,133.889,164.854,3.54302,604800,0,0,103250,33090,0,0,0,0),(52745,22945,564,1,1,21372,1,531.76,140.836,164.854,3.10669,604800,0,0,103250,33090,0,0,0,0),(52746,22945,564,1,1,21372,1,511.128,197.286,164.065,5.61996,604800,0,0,103250,33090,0,0,0,0),(52747,22945,564,1,1,21372,1,526.083,181.523,164.365,2.42601,604800,0,0,103250,33090,0,0,0,0),(52748,22945,564,1,1,21372,1,437.977,355.096,192.833,5.0091,604800,0,0,103250,33090,0,0,0,0),(52749,22945,564,1,1,21372,1,433.03,355.18,192.833,4.24115,604800,0,0,103250,33090,0,0,0,0),(52750,22945,564,1,1,21372,1,444.679,430.647,192.827,3.90954,604800,0,0,103250,33090,0,0,0,0),(52751,22945,564,1,1,21372,1,427.304,415.083,192.827,0.715585,604800,0,0,103250,33090,0,0,0,0),(52752,22945,564,1,1,21372,1,501.843,99.7374,164.854,1.36136,604800,0,0,103250,33090,0,0,0,0),(52753,22945,564,1,1,21372,1,506.86,98.4768,164.854,0.645772,604800,0,0,103250,33090,0,0,0,0),(52754,22946,564,1,1,14334,0,524.427,139.528,164.771,2.72503,604800,5,0,50267,0,1,0,0,0),(52755,22946,564,1,1,14334,0,530.91,151.282,164.854,2.72271,604800,0,0,50267,0,0,0,0,0),(52756,22946,564,1,1,14334,0,506.223,145.793,164.854,6.07375,604800,0,0,50267,0,0,0,0,0),(52757,22946,564,1,1,14334,0,505.689,149.689,164.854,6.10865,604800,0,0,50267,0,0,0,0,0),(52758,22946,564,1,1,14334,0,500.956,104.829,164.771,0.799443,604800,5,0,50267,0,1,0,0,0),(52759,22946,564,1,1,14334,0,519.36,92.0758,164.771,3.31822,604800,5,0,50267,0,1,0,0,0),(52760,22947,564,1,1,21252,0,945.313,149.078,197.158,1.43117,604800,0,0,3979500,0,0,0,0,0),(52761,22948,564,1,1,21443,0,744.302,277.077,63.8392,6.12611,604800,0,0,3979500,0,0,0,0,0),(52762,22949,564,1,1,21416,1,700.739,302.722,277.526,3.10669,604800,0,0,1326500,0,0,0,0,0),(52763,22950,564,1,1,21417,0,700.792,307.192,277.526,3.14159,604800,0,0,1326500,0,0,0,0,0),(52764,22951,564,1,1,21419,0,697.409,299.377,277.526,3.07178,604800,0,0,1326500,0,0,0,0,0),(52765,22952,564,1,1,21418,1,697.495,310.651,277.527,3.1765,604800,0,0,1326500,0,0,0,0,0),(52766,22953,564,1,1,21151,1,518.927,189.672,164.065,5.35816,604800,0,0,251335,0,0,0,0,0),(52767,22953,564,1,1,21151,1,435.889,422.649,192.827,4.7822,604800,0,0,251335,0,0,0,0,0),(52768,22954,564,1,1,18753,1,612.101,715.059,77.4802,3.20803,604800,0,0,387450,0,2,0,0,0),(52769,22954,564,1,1,18753,1,713.026,704.147,70.841,0.055227,604800,0,0,387450,0,2,0,0,0),(52770,23210,564,1,1,20577,0,499.304,469.369,112.867,4.88692,604800,0,0,4890,0,0,0,0,0),(52771,23210,564,1,1,20577,0,499.063,331.729,112.867,1.50098,604800,0,0,4890,0,0,0,0,0),(52772,22954,564,1,1,18753,1,721.441,728.425,68.6512,1.2262,604800,0,0,387450,0,2,0,0,0),(52773,22954,564,1,1,18753,1,680.513,736.589,68.9803,4.80942,604800,0,0,387450,0,2,0,0,0),(52774,22955,564,1,1,21452,1,894.872,343.385,113.728,2.3911,604800,0,0,17605,31550,0,0,0,0),(52775,22955,564,1,1,21453,1,893.28,342.05,113.728,2.40855,604800,0,0,17605,31550,0,0,0,0),(52776,22955,564,1,1,21534,1,880.601,341.703,113.715,1.36136,604800,0,0,17605,31550,0,0,0,0),(52777,22955,564,1,1,21454,1,883.915,353.538,113.798,6.02139,604800,0,0,17605,31550,0,0,0,0),(52778,22955,564,1,1,21452,1,886.284,339.164,111.909,2.05949,604800,0,0,17605,31550,0,0,0,0),(52779,22955,564,1,1,21453,1,832.427,415.579,192.885,1.8326,604800,0,0,17605,31550,0,0,0,0),(52780,22955,564,1,1,21452,1,837.475,411.585,192.885,3.10669,604800,0,0,17605,31550,0,0,0,0),(52781,22955,564,1,1,21454,1,845.651,411.059,192.885,1.76278,604800,0,0,17605,31550,0,0,0,0),(52782,22955,564,1,1,21454,1,848.552,418.432,192.885,3.12414,604800,0,0,17605,31550,0,0,0,0),(52783,22955,564,1,1,21454,1,844.372,427.698,192.885,4.95674,604800,0,0,17605,31550,0,0,0,0),(52784,22955,564,1,1,21454,1,808.259,421.168,192.885,0.767945,604800,0,0,17605,31550,0,0,0,0),(52785,22955,564,1,1,21534,1,806.218,424.759,192.885,0.20944,604800,0,0,17605,31550,0,0,0,0),(52786,22955,564,1,1,21453,1,806.02,435.316,192.885,5.3058,604800,0,0,17605,31550,0,0,0,0),(52787,22955,564,1,1,21452,1,803.831,438.218,192.885,6.19592,604800,0,0,17605,31550,0,0,0,0),(52788,22955,564,1,1,21452,1,810.911,419.657,192.885,1.85005,604800,0,0,17605,31550,0,0,0,0),(52789,22955,564,1,1,21453,1,975.16,256.98,194.683,3.45575,604800,0,0,17605,31550,0,0,0,0),(52790,22955,564,1,1,21453,1,973.111,246.684,192.917,2.51327,604800,0,0,17605,31550,0,0,0,0),(52791,22955,564,1,1,21534,1,975,228.63,194.833,2.58309,604800,0,0,17605,31550,0,0,0,0),(52792,22955,564,1,1,21453,1,976.97,254.81,194.643,4.11898,604800,0,0,17605,31550,0,0,0,0),(52793,22955,564,1,1,21452,1,971.89,236.638,192.928,3.24631,604800,0,0,17605,31550,0,0,0,0),(52794,22955,564,1,1,21534,1,931.371,262.831,192.925,2.37365,604800,0,0,17605,31550,0,0,0,0),(52795,22955,564,1,1,21453,1,930.545,259.472,192.922,5.91667,604800,0,0,17605,31550,0,0,0,0),(52796,22955,564,1,1,21534,1,924.547,262.722,192.931,0.820305,604800,0,0,17605,31550,0,0,0,0),(52797,22955,564,1,1,21454,1,921.278,268.105,192.942,1.02974,604800,0,0,17605,31550,0,0,0,0),(52798,22955,564,1,1,21534,1,927.949,253.907,192.917,0.925025,604800,0,0,17605,31550,0,0,0,0),(52799,22955,564,1,1,21454,1,976.73,337.08,194.723,4.10152,604800,0,0,17605,31550,0,0,0,0),(52800,22955,564,1,1,21534,1,970.218,305.898,192.928,1.43117,604800,0,0,17605,31550,0,0,0,0),(52801,22955,564,1,1,21453,1,974.805,312.998,192.908,2.87979,604800,0,0,17605,31550,0,0,0,0),(52802,22955,564,1,1,21452,1,977.032,331.97,192.932,2.79253,604800,0,0,17605,31550,0,0,0,0),(52803,22955,564,1,1,21454,1,974.83,338.25,194.703,4.10152,604800,0,0,17605,31550,0,0,0,0),(52804,22955,564,1,1,21452,1,930.931,434.173,192.917,5.41052,604800,0,0,17605,31550,0,0,0,0),(52805,22955,564,1,1,21452,1,934.213,437.317,192.917,0.855211,604800,0,0,17605,31550,0,0,0,0),(52806,22955,564,1,1,21534,1,945.593,441.431,192.918,5.72468,604800,0,0,17605,31550,0,0,0,0),(52807,22955,564,1,1,21452,1,951.763,443.873,194.211,5.63741,604800,0,0,17605,31550,0,0,0,0),(52808,22955,564,1,1,21453,1,962.632,434.823,192.919,2.86234,604800,0,0,17605,31550,0,0,0,0),(52809,22955,564,1,1,21454,1,909.756,539.333,139.392,0.05236,604800,0,0,17605,31550,0,0,0,0),(52812,22955,564,1,1,21534,1,910.57,546.938,139.395,5.39307,604800,0,0,17605,31550,0,0,0,0),(52813,22955,564,1,1,21534,1,920.251,543.506,139.397,3.50811,604800,0,0,17605,31550,0,0,0,0),(52814,22955,564,1,1,21452,1,915.948,535.893,139.396,1.8675,604800,0,0,17605,31550,0,0,0,0),(52815,22955,564,1,1,21534,1,911.91,535.563,139.393,1.06465,604800,0,0,17605,31550,0,0,0,0),(52816,22955,564,1,1,21452,1,795.437,557.377,166.132,0.383972,604800,0,0,17605,31550,0,0,0,0),(52817,22955,564,1,1,21452,1,951.755,348.346,111.909,4.04916,604800,0,0,17605,31550,0,0,0,0),(52818,22955,564,1,1,21452,1,949.264,348.149,111.909,4.38078,604800,0,0,17605,31550,0,0,0,0),(52819,22955,564,1,1,21534,1,942.84,348.285,111.909,5.41052,604800,0,0,17605,31550,0,0,0,0),(52820,22955,564,1,1,21453,1,944.232,339.446,111.909,0.785398,604800,0,0,17605,31550,0,0,0,0),(52821,22955,564,1,1,21452,1,953.869,340.126,111.909,2.75762,604800,0,0,17605,31550,0,0,0,0),(52822,22955,564,1,1,21534,1,802.844,395.839,193.544,3.68265,604800,0,0,17605,31550,0,0,0,0),(52823,22955,564,1,1,21454,1,810.669,386.311,193.475,3.64774,604800,0,0,17605,31550,0,0,0,0),(52824,22955,564,1,1,21452,1,942.384,445.308,113.221,0,604800,0,0,17605,31550,0,0,0,0),(52825,22955,564,1,1,21534,1,950.13,432.04,111.909,2.09439,604800,0,0,17605,31550,0,0,0,0),(52826,22955,564,1,1,21534,1,953.139,443.847,113.721,4.36332,604800,0,0,17605,31550,0,0,0,0),(52827,22955,564,1,1,21454,1,954.071,437.689,111.909,2.44346,604800,0,0,17605,31550,0,0,0,0),(52828,22955,564,1,1,21453,1,943.171,443.644,111.909,4.64258,604800,0,0,17605,31550,0,0,0,0),(52829,22955,564,1,1,21534,1,933.9,308.75,194.103,5.65487,604800,0,0,17605,31550,0,0,0,0),(52830,22955,564,1,1,21452,1,913.723,323.136,192.931,4.50295,604800,0,0,17605,31550,0,0,0,0),(52831,22955,564,1,1,21534,1,910.666,321.147,192.932,5.79449,604800,0,0,17605,31550,0,0,0,0),(52832,22955,564,1,1,21534,1,925.102,307.193,192.93,5.51524,604800,0,0,17605,31550,0,0,0,0),(52833,22955,564,1,1,21534,1,914.304,320.682,192.924,2.49582,604800,0,0,17605,31550,0,0,0,0),(52834,22955,564,1,1,21452,1,883.015,446.525,111.909,5.23599,604800,0,0,17605,31550,0,0,0,0),(52835,22955,564,1,1,21454,1,880.049,444.023,111.909,6.07375,604800,0,0,17605,31550,0,0,0,0),(52836,22955,564,1,1,21534,1,881.294,437.451,111.909,0.523599,604800,0,0,17605,31550,0,0,0,0),(52839,22955,564,1,1,21452,1,888.891,435.964,111.909,1.74533,604800,0,0,17605,31550,0,0,0,0),(52840,22955,564,1,1,21453,1,888.75,444.449,111.908,4.18879,604800,0,0,17605,31550,0,0,0,0),(52841,22955,564,1,1,21534,1,919.857,393.281,121.22,1.46608,604800,0,0,17605,31550,0,0,0,0),(52842,22955,564,1,1,21452,1,916.223,391.677,121.208,2.46091,604800,0,0,17605,31550,0,0,0,0),(52843,22955,564,1,1,21453,1,916.291,393.519,121.197,4.72984,604800,0,0,17605,31550,0,0,0,0),(52844,22955,564,1,1,21534,1,907.538,381.901,118.325,5.49779,604800,0,0,17605,31550,0,0,0,0),(52845,22955,564,1,1,21534,1,910.095,379.753,118.325,2.47837,604800,0,0,17605,31550,0,0,0,0),(52846,22956,564,1,1,21456,0,832.29,526.592,165.731,4.69698,604800,0,0,206500,33090,2,0,0,0),(52847,22956,564,1,1,21456,0,927.624,341.352,192.838,1.49306,604800,0,0,206500,33090,2,0,0,0),(52848,22956,564,1,1,21456,0,939.65,392.546,192.201,6.278,604800,0,0,206500,33090,2,0,0,0),(52850,22956,564,1,1,21456,0,863.593,404.462,192.802,2.85101,604800,0,0,206500,33090,2,0,0,0),(52854,22956,564,1,1,21456,0,897.643,368.681,112.768,3.51096,604800,0,0,206500,33090,2,0,0,0),(52855,22956,564,1,1,21456,0,946.132,109.869,192.849,1.3715,604800,0,0,206500,33090,2,0,0,0),(52856,22957,564,1,1,21503,0,959.629,210.558,192.932,1.91986,604800,0,0,371700,3309,0,0,0,0),(52857,22957,564,1,1,21503,0,946.352,337.568,191.208,1.56111,604800,0,0,371700,3309,2,0,0,0),(52858,22957,564,1,1,21503,0,933.269,368.099,192.932,0.733038,604800,0,0,371700,3309,0,0,0,0),(52859,22959,564,1,1,21532,0,920.297,527.259,139.304,3.18566,604800,0,0,117369,31550,0,0,0,0),(52860,22960,564,1,1,21216,1,616.45,839.58,66.8133,2.35619,604800,0,0,140728,32310,0,0,0,0),(52861,22960,564,1,1,21216,1,786.826,830.001,60.5679,1.6057,604800,0,0,140728,32310,0,0,0,0),(52862,23472,564,1,1,16925,0,531.461,159.039,95.288,2.47837,604800,0,0,4120,0,0,0,0,0),(52863,23472,564,1,1,16925,0,508.261,178.137,94.9614,5.53269,604800,0,0,4120,0,0,0,0,0),(52864,23472,564,1,1,16925,0,459.935,129.27,94.9083,0.698132,604800,0,0,4120,0,0,0,0,0),(52865,23472,564,1,1,16925,0,451.745,132.421,94.9074,3.50811,604800,0,0,4120,0,0,0,0,0),(52866,23472,564,1,1,16925,0,502.419,160.019,94.927,2.72271,604800,0,0,4120,0,0,0,0,0),(52867,23472,564,1,1,16925,0,500.921,139.513,95.1419,0.680678,604800,0,0,4120,0,0,0,0,0),(52868,23472,564,1,1,16925,0,474.851,139.094,95.076,3.22886,604800,0,0,4120,0,0,0,0,0),(52869,23472,564,1,1,16925,0,476.56,172.466,94.0666,1.58825,604800,0,0,4120,0,0,0,0,0),(52870,23472,564,1,1,16925,0,503.356,185.707,94.8152,4.36332,604800,0,0,4120,0,0,0,0,0),(52871,22960,564,1,1,21216,1,728.958,940.794,53.1687,4.68599,604800,5,0,140728,32310,1,0,0,0),(52872,22960,564,1,1,21216,1,734.949,940.353,53.1772,4.68601,604800,5,0,140728,32310,1,0,0,0),(52873,22960,564,1,1,21216,1,705.369,820.116,59.2145,1.83448,604800,5,0,140728,32310,1,0,0,0),(52874,22960,564,1,1,21216,1,713.874,808.187,62.2075,1.2447,604800,0,0,140728,32310,0,0,0,0),(52875,23472,564,1,1,16925,0,460.148,170.899,94.8108,0.366519,604800,0,0,4120,0,0,0,0,0),(52876,23472,564,1,1,16925,0,492.769,154.373,94.975,4.38078,604800,0,0,4120,0,0,0,0,0),(52877,23472,564,1,1,16925,0,484.345,182.766,94.1311,3.61283,604800,0,0,4120,0,0,0,0,0),(52878,23472,564,1,1,16925,0,516.133,203.28,95.0077,6.00393,604800,0,0,4120,0,0,0,0,0),(52879,23472,564,1,1,16925,0,529.829,198.808,95.0381,6.02139,604800,0,0,4120,0,0,0,0,0),(52880,23472,564,1,1,16925,0,495.97,179.162,94.5419,5.91667,604800,0,0,4120,0,0,0,0,0),(52885,23472,564,1,1,16925,0,489.906,135.744,95.1736,5.74213,604800,0,0,4120,0,0,0,0,0),(52886,23472,564,1,1,16925,0,523.82,145.375,95.3434,3.47321,604800,0,0,4120,0,0,0,0,0),(52887,22960,564,1,1,21216,1,786.812,800.186,64.5001,4.55061,604800,5,0,140728,32310,1,0,0,0),(52888,22960,564,1,1,21216,1,791.744,799.359,64.1848,4.6695,604800,0,0,140728,32310,0,0,0,0),(52889,22960,564,1,1,21216,1,645.931,931.851,55.9629,1.48756,604800,5,0,140728,32310,1,0,0,0),(52890,22960,564,1,1,21216,1,651.328,924.446,56.999,1.51425,604800,5,0,140728,32310,1,0,0,0),(52891,23472,564,1,1,16925,0,511.309,147.746,95.203,5.32325,604800,0,0,4120,0,0,0,0,0),(52892,23472,564,1,1,16925,0,481.069,162.22,94.6341,2.49582,604800,0,0,4120,0,0,0,0,0),(52893,23472,564,1,1,16925,0,513.851,163.436,95.1245,3.31613,604800,0,0,4120,0,0,0,0,0),(52894,23472,564,1,1,16925,0,461.949,159.298,94.8586,1.98968,604800,0,0,4120,0,0,0,0,0),(52895,23472,564,1,1,16925,0,522.569,193.079,95.1927,0.558505,604800,0,0,4120,0,0,0,0,0),(52896,23472,564,1,1,16925,0,461.495,140.213,95.0143,3.63029,604800,0,0,4120,0,0,0,0,0),(52897,23472,564,1,1,16925,0,524.106,182.833,95.2615,4.76475,604800,0,0,4120,0,0,0,0,0),(52898,23472,564,1,1,16925,0,483.466,126.89,95.0554,2.40855,604800,0,0,4120,0,0,0,0,0),(52899,23472,564,1,1,16925,0,466.583,146.914,95.0705,2.79253,604800,0,0,4120,0,0,0,0,0),(52900,23472,564,1,1,16925,0,504.407,169.985,94.8646,0.890118,604800,0,0,4120,0,0,0,0,0),(52901,22960,564,1,1,21216,1,610.981,784.924,70.8421,2.6529,604800,0,0,140728,32310,0,0,0,0),(52902,22960,564,1,1,21216,1,611.766,788.252,70.1695,4.61855,604800,5,0,140728,32310,1,0,0,0),(52903,23472,564,1,1,16925,0,524.086,170.111,95.2538,2.89725,604800,0,0,4120,0,0,0,0,0),(52904,23472,564,1,1,16925,0,523.471,157.753,95.233,3.75246,604800,0,0,4120,0,0,0,0,0),(52905,22962,564,1,1,21502,0,931.348,210.267,192.932,1.02974,604800,0,0,464940,0,0,0,0,0),(52906,22962,564,1,1,21502,0,960.329,367.99,192.932,1.88496,604800,0,0,464940,0,0,0,0,0),(52907,22963,564,1,1,21535,1,790.156,902.862,56.3203,0.191986,604800,0,0,17605,31550,0,0,0,0),(52908,22963,564,1,1,21536,1,795.557,917.51,57.105,4.7822,604800,0,0,17605,31550,0,0,0,0),(52909,22963,564,1,1,21536,1,788.733,909.468,56.1885,0.017453,604800,0,0,17605,31550,0,0,0,0),(52910,22963,564,1,1,21536,1,801.312,916.646,57.2519,4.46804,604800,0,0,17605,31550,0,0,0,0),(52911,22963,564,1,1,21535,1,807.242,907.539,57.0312,2.74017,604800,0,0,17605,31550,0,0,0,0),(52912,22963,564,1,1,21537,1,594.88,902.28,60.2541,4.60767,604800,0,0,17605,31550,0,0,0,0),(52913,22963,564,1,1,21536,1,608.117,898.358,58.8849,4.4855,604800,0,0,17605,31550,0,0,0,0),(52914,22963,564,1,1,21537,1,598.983,897.126,60.3713,3.40339,604800,0,0,17605,31550,0,0,0,0),(52915,22963,564,1,1,21535,1,592.188,893.367,61.8436,0.401426,604800,0,0,17605,31550,0,0,0,0),(52916,22963,564,1,1,21535,1,608.457,905.714,58.3786,3.07178,604800,0,0,17605,31550,0,0,0,0),(52917,22963,564,1,1,21537,1,604.805,895.899,59.4836,5.13127,604800,0,0,17605,31550,0,0,0,0),(52918,22963,564,1,1,21537,1,819.53,954.766,56.1812,0.10472,604800,0,0,17605,31550,0,0,0,0),(52919,22963,564,1,1,21537,1,817.771,936.344,55.8903,0.907571,604800,0,0,17605,31550,0,0,0,0),(52930,22963,564,1,1,21537,1,819.105,947.871,56.3158,5.58505,604800,0,0,17605,31550,0,0,0,0),(52935,22963,564,1,1,21536,1,825.766,929.615,55.4479,1.81514,604800,0,0,17605,31550,0,0,0,0),(52936,22963,564,1,1,21535,1,820.026,931.204,56.3162,1.29154,604800,0,0,17605,31550,0,0,0,0),(52938,22963,564,1,1,21535,1,816.922,941.831,55.9709,6.19592,604800,0,0,17605,31550,0,0,0,0),(52939,22963,564,1,1,21537,1,630.328,972.237,55.6126,1.23918,604800,0,0,17605,31550,0,0,0,0),(52940,22963,564,1,1,21535,1,637.091,971.699,55.3182,1.8675,604800,0,0,17605,31550,0,0,0,0),(52941,22963,564,1,1,21537,1,621.507,973.485,56.0037,0.593412,604800,0,0,17605,31550,0,0,0,0),(52991,22963,564,1,1,21536,1,645.457,975.451,55.456,2.63545,604800,0,0,17605,31550,0,0,0,0),(53035,22963,564,1,1,21536,1,624.683,970.87,55.9705,1.3439,604800,0,0,17605,31550,0,0,0,0),(53048,22963,564,1,1,21536,1,641.105,973.82,55.3115,2.42601,604800,0,0,17605,31550,0,0,0,0),(53049,22963,564,1,1,21536,1,763.726,768.291,64.8301,3.42085,604800,0,0,17605,31550,0,0,0,0),(53050,22963,564,1,1,21535,1,770.036,781.031,67.044,2.00713,604800,0,0,17605,31550,0,0,0,0),(53051,22963,564,1,1,21535,1,771.916,786.648,66.1781,3.21141,604800,0,0,17605,31550,0,0,0,0),(53052,22963,564,1,1,21535,1,766.071,761.649,66.069,3.38594,604800,0,0,17605,31550,0,0,0,0),(53053,22963,564,1,1,21535,1,767.072,754.671,67.7514,3.33358,604800,0,0,17605,31550,0,0,0,0),(53054,22964,564,1,1,19199,0,833.48,523.838,165.731,4.69426,604800,0,0,206500,33090,2,0,0,0),(53055,22964,564,1,1,19199,0,925.1,342.974,192.838,1.80203,604800,0,0,206500,33090,2,0,0,0),(53056,22964,564,1,1,19199,0,939.666,395.546,192.201,6.19977,604800,0,0,206500,33090,2,0,0,0),(53057,22964,564,1,1,19199,0,865.239,401.953,192.802,2.86036,604800,0,0,206500,33090,2,0,0,0),(53058,22964,564,1,1,19199,0,895.507,366.575,112.768,3.58267,604800,0,0,206500,33090,2,0,0,0),(53059,22964,564,1,1,19199,0,945.01,107.086,192.849,1.49023,604800,0,0,206500,33090,2,0,0,0),(53060,22965,564,1,1,21196,0,931.001,550.089,139.304,0.017453,604800,5,0,125668,0,1,0,0,0),(53061,22965,564,1,1,21529,0,908.431,335.233,112.768,3.19534,604800,5,0,125668,0,1,0,0,0),(53062,22965,564,1,1,21196,0,914.858,421.006,112.768,2.55972,604800,5,0,125668,0,1,0,0,0),(53063,22965,564,1,1,21197,0,955.072,381.297,112.768,6.22479,604800,5,0,125668,0,1,0,0,0),(53064,22965,564,1,1,21528,0,855.721,431.81,192.802,5.54488,604800,5,0,125668,0,1,0,0,0),(53065,22965,564,1,1,21197,0,955.278,403.641,112.768,6.27485,604800,5,0,125668,0,1,0,0,0),(53066,23222,564,1,1,21549,1,886.898,280.324,86.2443,4.86947,604800,0,0,276468,0,0,0,0,0),(53067,23222,564,1,1,21549,1,930.788,191.639,85.7245,3.36848,604800,0,0,276468,0,0,0,0,0),(53068,23223,564,1,1,21284,0,912.457,193.921,85.7245,6.12611,604800,0,0,22620,0,0,0,0,0),(53069,23223,564,1,1,21285,0,878.5,268.56,85.752,0.802851,604800,0,0,22620,0,0,0,0,0),(53070,23223,564,1,1,21286,0,874.967,286.388,86.0023,5.88176,604800,0,0,22620,0,0,0,0,0),(53071,23223,564,1,1,21284,0,879.201,295.699,86.1833,5.20108,604800,0,0,22620,0,0,0,0,0),(53072,23223,564,1,1,21286,0,887.574,295.111,86.2443,4.64258,604800,0,0,22620,0,0,0,0,0),(53073,23223,564,1,1,21286,0,895.578,291.652,86.2443,3.87463,604800,0,0,22620,0,0,0,0,0),(53074,23223,564,1,1,21285,0,903.228,277.122,86.2441,3.15905,604800,0,0,22620,0,0,0,0,0),(53075,23223,564,1,1,21284,0,898.905,268.595,86.2441,2.58309,604800,0,0,22620,0,0,0,0,0),(53076,23223,564,1,1,21286,0,895.579,260.827,86.2442,2.02458,604800,0,0,22620,0,0,0,0,0),(53077,23223,564,1,1,21286,0,885.164,259.881,86.2346,1.46608,604800,0,0,22620,0,0,0,0,0),(53078,23223,564,1,1,21284,0,868.353,277.797,85.9681,0.087266,604800,0,0,22620,0,0,0,0,0),(53079,23223,564,1,1,21285,0,897.255,282.08,86.2442,3.35103,604800,0,0,22620,0,0,0,0,0),(53080,23223,564,1,1,21284,0,937.406,203.651,85.7246,3.9968,604800,0,0,22620,0,0,0,0,0),(53081,23223,564,1,1,21286,0,938.825,195.987,85.7246,3.38594,604800,0,0,22620,0,0,0,0,0),(53082,23223,564,1,1,21285,0,934.484,180.941,86.2441,2.23402,604800,0,0,22620,0,0,0,0,0),(53083,23223,564,1,1,21286,0,920.84,179.66,86.2441,0.942478,604800,0,0,22620,0,0,0,0,0),(53084,23223,564,1,1,21285,0,915.516,187.521,85.7245,0.366519,604800,0,0,22620,0,0,0,0,0),(53085,23223,564,1,1,21284,0,918.252,197.465,85.7245,5.86431,604800,0,0,22620,0,0,0,0,0),(53117,23223,564,1,1,21284,0,941.453,186.824,85.7245,2.77507,604800,0,0,22620,0,0,0,0,0),(53158,23223,564,1,1,21284,0,930.145,202.292,85.7246,4.50295,604800,0,0,22620,0,0,0,0,0),(53167,23223,564,1,1,21285,0,922.07,204.094,85.7246,5.14872,604800,0,0,22620,0,0,0,0,0),(53205,23223,564,1,1,21286,0,927.226,177.336,86.2362,1.55334,604800,0,0,22620,0,0,0,0,0),(53206,23232,564,1,1,21355,0,927.12,99.1386,112.81,2.58309,604800,0,0,100534,0,0,0,0,0),(53207,23232,564,1,1,21355,0,930.852,81.5219,112.827,5.41052,604800,0,0,100534,0,0,0,0,0),(53208,23232,564,1,1,21355,0,650.592,81.9804,112.802,4.76475,604800,0,0,100534,0,0,0,0,0),(53209,23232,564,1,1,21355,0,678.841,84.4889,113.469,1.5708,604800,0,0,100534,0,0,0,0,0),(53210,23232,564,1,1,21355,0,690.893,47.7738,113.511,2.18166,604800,0,0,100534,0,0,0,0,0),(53211,23232,564,1,1,21355,0,808.419,107.089,112.659,0.92698,604800,5,0,100534,0,1,0,0,0),(53212,23232,564,1,1,21355,0,797.713,119.231,112.187,3.52653,604800,5,0,100534,0,1,0,0,0),(53213,23235,564,1,1,21555,1,918.546,93.7091,112.789,4.64258,604800,0,0,154980,0,0,0,0,0),(53214,23235,564,1,1,21555,1,923.241,90.319,112.785,3.78736,604800,0,0,154980,0,0,0,0,0),(53215,23235,564,1,1,21556,1,656.694,70.788,112.794,6.00393,604800,0,0,154980,0,0,0,0,0),(53216,23235,564,1,1,21554,1,664.082,61.6576,112.827,5.23599,604800,0,0,154980,0,0,0,0,0),(53227,23235,564,1,1,21556,1,807.187,112.013,112.696,3.735,604800,0,0,154980,0,0,0,0,0),(53228,23235,564,1,1,21554,1,798.155,114.149,112.45,5.67232,604800,0,0,154980,0,0,0,0,0),(53229,23235,564,1,1,21554,1,709.456,76.821,113.03,0.680678,604800,0,0,154980,0,0,0,0,0),(53230,23235,564,1,1,21554,1,646.651,61.5354,121.632,5.96903,604800,0,0,154980,0,0,0,0,0),(53231,23236,564,1,1,21553,1,919.687,87.2138,112.78,1.97222,604800,0,0,150801,0,0,0,0,0),(53232,23236,564,1,1,21553,1,938.687,89.5781,112.783,4.08407,604800,0,0,150801,0,0,0,0,0),(53233,23236,564,1,1,21553,1,660.156,65.7201,112.761,0.680678,604800,0,0,150801,0,0,0,0,0),(53234,23236,564,1,1,21553,1,667.295,57.295,112.826,0.872665,604800,0,0,150801,0,0,0,0,0),(53235,23236,564,1,1,21553,1,796.487,106.6,112.638,2.9147,604800,0,0,150801,0,0,0,0,0),(53585,23236,564,1,1,21553,1,790.555,108.106,112.472,6.14356,604800,0,0,150801,0,0,0,0,0),(53586,23236,564,1,1,21553,1,688.117,70.6443,112.836,0.191986,604800,0,0,150801,0,0,0,0,0),(53617,23236,564,1,1,21553,1,644.341,78.6736,113.072,0.401426,604800,0,0,150801,0,0,0,0,0),(53688,23237,564,1,1,21551,1,915.303,87.4846,112.778,5.68977,604800,0,0,120624,32310,0,0,0,0),(53699,23237,564,1,1,21551,1,934.468,91.0818,112.788,5.25344,604800,0,0,120624,32310,0,0,0,0),(53700,23237,564,1,1,21552,1,670.078,66.4165,112.832,2.84489,604800,0,0,120624,32310,0,0,0,0),(53701,23237,564,1,1,21552,1,667.718,72.8248,112.813,3.90954,604800,0,0,120624,32310,0,0,0,0),(53703,23237,564,1,1,21551,1,811.081,102.158,112.766,2.68781,604800,0,0,120624,32310,0,0,0,0),(53704,23237,564,1,1,21551,1,789.627,100.289,112.793,6.0912,604800,0,0,120624,32310,0,0,0,0),(53710,23237,564,1,1,21552,1,703.572,61.1383,112.836,3.80482,604800,0,0,120624,32310,0,0,0,0),(53711,23237,564,1,1,21552,1,687.661,100.168,112.813,5.0091,604800,0,0,120624,32310,0,0,0,0),(53712,23239,564,1,1,21550,1,888.257,273.772,86.2442,2.02458,604800,0,0,276468,0,0,0,0,0),(53713,23239,564,1,1,21550,1,924.336,191.349,85.7246,0.174533,604800,0,0,276468,0,0,0,0,0),(53714,22984,564,1,1,16925,0,785.456,464.293,164.169,5.34071,604800,0,0,3827,0,0,0,0,0),(53717,23499,564,1,1,11686,0,723.065,305.023,277.526,3.14159,604800,0,0,4890200,0,0,0,0,0),(53719,23502,564,1,1,15435,0,543.956,209.861,94.8715,2.98451,604800,0,0,1,0,0,0,0,0),(53720,23502,564,1,1,15435,0,509.794,223.785,94.9769,5.75959,604800,0,0,1,0,0,0,0,0),(53722,23502,564,1,1,15435,0,451.861,168.554,95.1034,4.32842,604800,0,0,1,0,0,0,0,0),(53723,23502,564,1,1,15435,0,551.851,155.973,95.0204,4.95674,604800,0,0,1,0,0,0,0,0),(53724,23502,564,1,1,15435,0,552.404,134.596,95.1777,4.15388,604800,0,0,1,0,0,0,0,0),(53725,23502,564,1,1,15435,0,486.545,221.592,95.0238,2.9147,604800,0,0,1,0,0,0,0,0),(53756,23502,564,1,1,15435,0,554.014,179.509,95.0317,1.78024,604800,0,0,1,0,0,0,0,0),(53759,23502,564,1,1,15435,0,541.97,168.221,95.1034,0.087266,604800,0,0,1,0,0,0,0,0),(53762,23502,564,1,1,15435,0,440.044,180.649,95.0092,3.1765,604800,0,0,1,0,0,0,0,0),(53763,23502,564,1,1,15435,0,441.365,129.076,94.8605,4.66003,604800,0,0,1,0,0,0,0,0),(53793,23502,564,1,1,15435,0,452.296,214.694,96.0577,0.349066,604800,0,0,1,0,0,0,0,0),(53794,23502,564,1,1,15435,0,438.328,157.331,95.025,5.18363,604800,0,0,1,0,0,0,0,0),(53795,23502,564,1,1,15435,0,522.254,116.942,112.726,5.02655,604800,0,0,1,0,0,0,0,0),(53796,23018,564,1,1,21379,1,434.989,261.706,172.368,4.70618,604800,5,0,140728,64620,1,0,0,0),(53797,23018,564,1,1,21378,1,439.994,262.253,172.612,4.70577,604800,5,0,140728,64620,1,0,0,0),(53798,23018,564,1,1,21379,1,458.21,170.244,163.981,6.27262,604800,5,0,140728,64620,1,0,0,0),(53799,23018,564,1,1,21378,1,436.145,170.477,163.981,4.62763,604800,0,0,140728,64620,0,0,0,0),(53800,23018,564,1,1,21378,1,563.892,110.831,148.604,3.12589,604800,5,0,140728,64620,1,0,0,0),(53801,23018,564,1,1,21379,1,586.709,110.746,139.313,3.15837,604800,0,0,140728,64620,0,0,0,0),(53802,22515,564,1,1,16925,0,656.859,344.072,370.083,5.23599,604800,0,0,4120,0,0,0,0,0),(53803,22515,564,1,1,16925,0,740.356,242.838,353.079,4.83456,604800,0,0,4120,0,0,0,0,0),(53804,22515,564,1,1,16925,0,705.922,337.146,370.083,3.9619,604800,0,0,4120,0,0,0,0,0),(53805,22515,564,1,1,16925,0,748.055,237.424,353.079,5.34071,604800,0,0,4120,0,0,0,0,0),(53806,22515,564,1,1,16925,0,752.277,369.94,353.158,2.89725,604800,0,0,4120,0,0,0,0,0),(53807,22515,564,1,1,16925,0,676.927,252.816,360.083,2.49582,604800,0,0,4120,0,0,0,0,0),(53808,22515,564,1,1,16925,0,727.875,305.365,360.083,1.43117,604800,0,0,4120,0,0,0,0,0),(53809,22515,564,1,1,16925,0,564.315,929.047,61.9264,6.02139,604800,0,0,4120,0,0,0,0,0),(53810,22515,564,1,1,16925,0,743.745,364.818,353.079,1.67552,604800,0,0,4120,0,0,0,0,0),(53811,22515,564,1,1,16925,0,677.545,357.509,360.083,6.03884,604800,0,0,4120,0,0,0,0,0),(53812,22515,564,1,1,16925,0,676.021,305.455,353.582,3.82227,604800,0,0,4120,0,0,0,0,0),(53813,22515,564,1,1,16925,0,706.227,273.264,370.083,2.28638,604800,0,0,4120,0,0,0,0,0),(53814,22515,564,1,1,16925,0,658.83,265.099,370.083,1.09956,604800,0,0,4120,0,0,0,0,0),(53815,23028,564,1,1,21538,1,605.283,900.522,59.0442,3.24826,604800,5,0,120624,32310,1,0,0,0),(53816,23028,564,1,1,21538,1,775.079,766.952,66.1695,1.59721,604800,0,0,120624,32310,2,0,0,0),(53817,23028,564,1,1,21539,1,795.134,923.213,56.8142,0.467618,604800,5,0,120624,32310,1,0,0,0),(53818,23028,564,1,1,21538,1,792.685,926.458,56.4392,0.269899,604800,5,0,120624,32310,1,0,0,0),(53819,23028,564,1,1,21539,1,817.602,927.482,56.7336,2.32234,604800,5,0,120624,32310,1,0,0,0),(53820,23028,564,1,1,21538,1,618.848,967.643,56.0339,5.46778,604800,5,0,120624,32310,1,0,0,0),(53821,23028,564,1,1,21538,1,623.037,970.488,56.0675,5.46771,604800,5,0,120624,32310,1,0,0,0),(53822,22517,564,1,1,16925,0,703.999,585.379,112.711,1.51844,604800,0,0,4120,0,0,0,0,0),(53823,22517,564,1,1,16925,0,600.887,402.192,187.173,4.95674,604800,0,0,4120,0,0,0,0,0),(53824,22517,564,1,1,16925,0,945.228,164.548,197.158,1.51844,604800,0,0,4120,0,0,0,0,0),(53825,22517,564,1,1,16925,0,753.435,276.779,63.8543,1.58825,604800,0,0,4120,0,0,0,0,0),(53826,22517,564,1,1,16925,0,435.294,741.606,15.2089,1.18682,604800,0,0,4120,0,0,0,0,0),(53827,23030,564,1,1,21544,1,586.461,877.008,184.506,1.56462,604800,50,0,140728,32310,1,0,0,0),(53828,23030,564,1,1,21544,1,671.666,851.845,184.506,-3.12458,604800,50,0,140728,32310,1,0,0,0),(53829,23030,564,1,1,21543,1,613.381,861.349,184.506,3.2175,604800,50,0,140728,32310,1,0,0,0),(53830,23030,564,1,1,21544,1,774.8,742.823,171.933,2.09808,604800,50,0,140728,32310,1,0,0,0),(53831,23030,564,1,1,21544,1,782.901,826.758,157.837,2.88201,604800,50,0,140728,32310,1,0,0,0),(53841,23030,564,1,1,21543,1,777.273,711.115,171.933,1.40908,604800,50,0,140728,32310,1,0,0,0),(53842,23030,564,1,1,21544,1,759.314,698.419,100.44,1.98336,604800,50,0,140728,32310,1,0,0,0),(53843,23030,564,1,1,21544,1,612.387,854.494,89.1482,2.983,604800,50,0,140728,32310,1,0,0,0),(53893,23030,564,1,1,21543,1,667.795,938.849,54.7873,3.42085,604800,0,0,140728,32310,0,0,0,0),(53906,23030,564,1,1,21543,1,663.321,915.896,55.944,2.75762,604800,0,0,140728,32310,0,0,0,0),(53907,23030,564,1,1,21543,1,619.52,736.459,181.093,0.897722,604800,50,0,140728,32310,1,0,0,0),(53908,23030,564,1,1,21544,1,624.296,663.914,181.093,2.7997,604800,50,0,140728,32310,1,0,0,0),(53909,23030,564,1,1,21544,1,630.91,721.643,181.093,0.960804,604800,50,0,140728,32310,1,0,0,0),(53910,23030,564,1,1,21544,1,745.065,920.367,54.0259,2.68781,604800,0,0,140728,32310,0,0,0,0),(53911,23030,564,1,1,21543,1,740.413,946.561,54.34,3.54302,604800,0,0,140728,32310,0,0,0,0),(53912,23030,564,1,1,21544,1,720.604,782.555,88.6331,1.53273,604800,50,0,140728,32310,1,0,0,0),(53913,23030,564,1,1,21544,1,726.222,803.719,91.905,4.54202,604800,50,0,140728,32310,1,0,0,0),(53914,23030,564,1,1,21543,1,683.819,968.434,169.708,3.43505,604800,50,0,140728,32310,1,0,0,0),(53915,23030,564,1,1,21543,1,669.091,693.53,169.708,-2.51146,604800,50,0,140728,32310,1,0,0,0),(53916,23030,564,1,1,21544,1,673.187,683.469,169.708,0.132817,604800,50,0,140728,32310,1,0,0,0),(53917,23030,564,1,1,21544,1,601.692,852.726,64.1991,5.60251,604800,0,0,140728,32310,0,0,0,0),(53918,23288,564,1,1,20577,0,517.166,416.095,141.443,4.76475,604800,0,0,6986,0,0,0,0,0),(53939,23033,564,1,1,0,0,556.21,402.446,212.419,0.244346,604800,0,0,42,0,0,0,0,0),(53944,23033,564,1,1,0,0,609.104,409.55,208.992,4.34587,604800,0,0,42,0,0,0,0,0),(53945,23033,564,1,1,0,0,537.16,417.516,211.298,1.25664,604800,0,0,42,0,0,0,0,0),(53946,23033,564,1,1,0,0,568.844,383.812,211.298,2.75762,604800,0,0,42,0,0,0,0,0),(53947,23033,564,1,1,0,0,594.946,404.172,208.992,3.07178,604800,0,0,42,0,0,0,0,0),(53948,23033,564,1,1,0,0,619.737,402.281,201.756,2.51327,604800,0,0,42,0,0,0,0,0),(53949,23033,564,1,1,0,0,577.757,401.562,211.204,1.48353,604800,0,0,42,0,0,0,0,0),(53950,23033,564,1,1,0,0,535.712,382.132,211.299,3.92699,604800,0,0,42,0,0,0,0,0),(53952,23033,564,1,1,0,0,599.895,389.658,202.472,5.11381,604800,0,0,42,0,0,0,0,0),(53956,23033,564,1,1,0,0,551.914,401.148,211.823,4.00156,604800,0,0,42,0,0,0,0,0),(53974,23033,564,1,1,0,0,546.845,413.32,211.509,2.74445,604800,0,0,42,0,0,0,0,0),(53975,23033,564,1,1,0,0,574.409,403.679,210.753,0.023386,604800,0,0,42,0,0,0,0,0),(53976,23033,564,1,1,0,0,578.984,401.753,211.045,3.29514,604800,0,0,42,0,0,0,0,0),(53977,23033,564,1,1,0,0,574.945,401.898,211.339,3.11611,604800,0,0,42,0,0,0,0,0),(53978,23033,564,1,1,0,0,568.597,419.823,211.298,3.83972,604800,0,0,42,0,0,0,0,0),(84716,23191,564,1,1,0,1,547.186,400.534,112.867,3.12414,604800,0,0,455250,3387,0,0,0,0),(53133,10391,329,1,1,9784,1,3594.25,-3470.98,134.98,2.03961,86400,5,0,2699,0,1,0,0,0),(53140,10391,329,1,1,9784,1,3675.72,-3355.71,126.064,2.73409,86400,5,0,2699,0,1,0,0,0),(53141,10391,329,1,1,9784,1,3679.91,-3348.5,125.79,0.569313,86400,5,0,2699,0,1,0,0,0),(53142,10391,329,1,1,9787,1,3490.53,-3381.79,135.329,2.97251,86400,5,0,2699,0,1,0,0,0),(53143,10391,329,1,1,9784,1,3497.48,-3379.11,135.253,5.44695,86400,5,0,2699,0,1,0,0,0),(53144,10391,329,1,1,9788,1,3560.96,-3317.32,130.233,5.46213,86400,5,0,2699,0,1,0,0,0),(53145,10391,329,1,1,9786,1,3565.04,-3320.28,130.093,2.92852,86400,5,0,2699,0,1,0,0,0),(53146,10391,329,1,1,9786,1,3477.98,-3297.18,131.499,2.01543,86400,5,0,2699,0,1,0,0,0),(53147,10391,329,1,1,9788,1,3487.44,-3293.41,130.884,6.23791,86400,5,0,2699,0,1,0,0,0),(53148,10391,329,1,1,9787,1,3435.75,-3383.41,141.107,2.83097,86400,2,0,2699,0,1,0,0,0),(53149,10391,329,1,1,9787,1,3426.92,-3382.65,141.453,3.36123,86400,2,0,2699,0,1,0,0,0),(53150,10391,329,1,1,9788,1,3580,-3340.8,128.446,2.13152,86400,5,0,2699,0,1,0,0,0),(53151,10391,329,1,1,9787,1,3585.29,-3343.82,128.051,0.488365,86400,5,0,2699,0,1,0,0,0),(53152,10391,329,1,1,9788,1,3679.71,-3291.16,127.943,5.03931,86400,5,0,2699,0,1,0,0,0),(53153,10391,329,1,1,9784,1,3676.31,-3295.03,127.757,1.0917,86400,5,0,2699,0,1,0,0,0),(53161,10391,329,1,1,9787,1,3550.92,-3378.58,132.764,1.63767,86400,5,0,2699,0,1,0,0,0),(53162,10391,329,1,1,9786,1,3546.02,-3376.33,132.486,2.03614,86400,5,0,2699,0,1,0,0,0),(53163,10391,329,1,1,9787,1,3731.19,-3263.01,128.295,0.845726,86400,5,0,2699,0,1,0,0,0),(53164,10391,329,1,1,9787,1,3727.8,-3266.88,128.444,2.52093,86400,5,0,2699,0,1,0,0,0),(53165,10391,329,1,1,9784,1,3693.51,-3391.12,131.853,3.44242,86400,5,0,2699,0,1,0,0,0),(53179,10391,329,1,1,9787,1,3692.67,-3397.77,132.193,1.6202,86400,5,0,2699,0,1,0,0,0),(53180,10391,329,1,1,9784,1,3615.97,-3491.77,136.805,3.51649,86400,5,0,2699,0,1,0,0,0),(53184,10391,329,1,1,9786,1,3627.89,-3498.67,136.835,6.03546,86400,5,0,2699,0,1,0,0,0),(53185,10391,329,1,1,9788,1,3686.57,-3483.44,133.764,3.55056,86400,5,0,2699,0,1,0,0,0),(53186,10391,329,1,1,9787,1,3679.76,-3485.78,134.661,3.2347,86400,5,0,2699,0,1,0,0,0),(53187,10391,329,1,1,9784,1,3664.58,-3325.37,123.532,1.2766,86400,5,0,2699,0,1,0,0,0),(53188,10391,329,1,1,9788,1,3656.47,-3328.22,123.607,2.15457,86400,5,0,2699,0,1,0,0,0),(53189,10391,329,1,1,9788,1,3633.91,-3511.75,136.466,1.35692,86400,5,0,2699,0,1,0,0,0),(53190,10391,329,1,1,9784,1,3630.8,-3514,136.498,0.301834,86400,5,0,2699,0,1,0,0,0),(53191,10391,329,1,1,9784,1,3686.8,-3152.24,127.372,1.88714,86400,8,0,2699,0,1,0,0,0),(53192,10391,329,1,1,9784,1,3640.94,-3177.05,128.045,6.02752,86400,8,0,2699,0,1,0,0,0),(95025,17527,530,1,1,0,0,-2133.45,-10906.5,73.7422,5.77157,300,5,0,356,0,1,0,0,0),(95022,17527,530,1,1,0,0,-10956.1,-10956.1,65.024,4.69953,300,5,0,356,0,1,0,0,0),(95023,17527,530,1,1,0,0,-2067.42,-11195.4,72.8328,0.0264056,300,5,0,356,0,1,0,0,0),(95020,17527,530,1,1,0,0,-2049.52,-11077.6,57.4168,0.00284146,300,5,0,356,0,1,0,0,0),(95021,17527,530,1,1,0,0,-2099.63,-10838.4,70.4617,5.41424,300,5,0,356,0,1,0,0,0),(53238,10391,329,1,1,9787,1,3705.17,-3168.02,127.73,5.48033,86400,0,0,2699,0,0,0,0,0),(95027,17527,530,1,1,0,0,-2102.43,-11019.7,59.6297,5.58701,300,5,0,356,0,1,0,0,0),(53240,10391,329,1,1,9786,1,3698.47,-3197.32,127.892,2.16421,86400,0,0,2699,0,0,0,0,0),(53241,10391,329,1,1,9784,1,3645.58,-3209.03,129.123,1.27409,86400,8,0,2699,0,1,0,0,0),(53242,10391,329,1,1,9787,1,3613.03,-3176.76,132.106,4.72984,86400,8,0,2699,0,1,0,0,0),(53243,10398,329,1,1,10634,1,3829.61,-3698.28,143.387,0.383972,86400,0,0,6030,10922,0,0,0,0),(53244,10398,329,1,1,10631,1,3884.31,-3536.34,138.722,4.13643,86400,0,0,6030,10922,0,0,0,0),(53245,10398,329,1,1,10634,1,3881.51,-3529.74,139.191,3.33358,86400,0,0,6030,10922,0,0,0,0),(53246,10398,329,1,1,10634,1,4000.77,-3642.53,131.913,0.523599,86400,0,0,6030,10922,0,0,0,0),(53247,10398,329,1,1,10631,1,3952.27,-3564.68,130.852,5.74213,86400,0,0,6030,10922,0,0,0,0),(53248,10398,329,1,1,10633,1,4021.41,-3618.52,131.038,5.84685,86400,0,0,6030,10922,0,0,0,0),(53249,10398,329,1,1,10632,1,3999.92,-3639.64,131.909,5.98648,86400,0,0,6030,10922,0,0,0,0),(53250,10398,329,1,1,10633,1,3888.94,-3708.61,143.682,4.41568,86400,0,0,6030,10922,0,0,0,0),(53251,10398,329,1,1,10632,1,3853.18,-3553.89,139.772,5.13127,86400,0,0,6030,10922,0,0,0,0),(53252,10398,329,1,1,10631,1,4025.44,-3620.96,131.121,2.56563,86400,0,0,6030,10922,0,0,0,0),(53253,10398,329,1,1,10634,1,3855.52,-3560.36,140.537,1.8675,86400,0,0,6030,10922,0,0,0,0),(53254,10398,329,1,1,10631,1,4029.56,-3639.27,133.738,5.23599,86400,0,0,6030,10922,0,0,0,0),(53255,10398,329,1,1,10634,1,3955.43,-3568.09,129.926,2.11185,86400,0,0,6030,10922,0,0,0,0),(53256,10398,329,1,1,10633,1,3854.3,-3609.99,144.861,4.34587,86400,0,0,6030,10922,0,0,0,0),(53257,10399,329,1,1,10536,1,4057.55,-3666.56,135.737,2.51327,86400,0,0,2961,0,0,0,0,0),(53258,10399,329,1,1,10537,1,4052.36,-3672.82,132.738,0.977384,86400,0,0,2961,0,0,0,0,0),(53259,10399,329,1,1,10538,1,4057.06,-3674.9,132.738,1.5708,86400,0,0,2961,0,0,0,0,0),(53260,10399,329,1,1,10536,1,4065.72,-3665.17,132.738,3.24631,86400,0,0,2961,0,0,0,0,0),(53261,10399,329,1,1,10537,1,4063.17,-3660.81,132.738,3.83972,86400,0,0,2961,0,0,0,0,0),(53262,10399,329,1,1,10536,1,3839.72,-3500.14,144.293,5.23599,86400,0,0,2961,0,0,0,0,0),(53263,10399,329,1,1,10535,1,3846.93,-3496.3,141.293,3.64774,86400,0,0,2961,0,0,0,0,0),(53264,10399,329,1,1,10535,1,3843.42,-3492.81,141.293,4.2586,86400,0,0,2961,0,0,0,0,0),(53265,10399,329,1,1,10536,1,3831.76,-3498.69,141.293,6.0912,86400,0,0,2961,0,0,0,0,0),(53266,10399,329,1,1,10536,1,3832.5,-3503.44,141.294,0.401426,86400,0,0,2961,0,0,0,0,0),(53267,10399,329,1,1,10537,1,3929.79,-3674.34,156.555,5.18363,86400,0,0,2961,0,0,0,0,0),(53268,10399,329,1,1,10535,1,3848.18,-3747.74,148.174,1.39626,86400,0,0,2961,0,0,0,0,0),(53269,10399,329,1,1,10536,1,3839.77,-3746.79,145.175,6.23082,86400,0,0,2961,0,0,0,0,0),(53270,10399,329,1,1,10536,1,3840.35,-3751.6,145.175,0.506145,86400,0,0,2961,0,0,0,0,0),(53271,10399,329,1,1,10535,1,3852.87,-3754.37,145.175,2.14675,86400,0,0,2961,0,0,0,0,0),(53272,10399,329,1,1,10538,1,3855.6,-3749.94,145.175,2.79253,86400,0,0,2961,0,0,0,0,0),(53273,10400,329,1,1,10540,1,3894.39,-3665.17,141.097,0.087266,86400,0,0,6408,11502,0,0,0,0),(53274,10400,329,1,1,10541,1,3956.98,-3564.79,129.275,3.45575,86400,0,0,6408,11502,0,0,0,0),(53275,10400,329,1,1,10541,1,3874.31,-3530.61,138.431,0.05236,86400,0,0,6408,11502,0,0,0,0),(53276,10400,329,1,1,10540,1,3833.74,-3694.12,143.266,4.27606,86400,0,0,6408,11502,0,0,0,0),(53277,10400,329,1,1,10539,1,4026.23,-3643.39,133.837,5.91667,86400,0,0,6408,11502,0,0,0,0),(53278,10400,329,1,1,10542,1,4004.1,-3639.83,131.702,3.61283,86400,0,0,6408,11502,0,0,0,0),(53279,10400,329,1,1,10540,1,3902.89,-3664.17,139.883,3.28122,86400,0,0,6408,11502,0,0,0,0),(53280,10400,329,1,1,10542,1,4019.96,-3614.27,131.606,5.48033,86400,0,0,6408,11502,0,0,0,0),(53281,10400,329,1,1,10542,1,3835.26,-3698.04,142.876,2.84489,86400,0,0,6408,11502,0,0,0,0),(53282,10400,329,1,1,10540,1,3852.82,-3614.61,145.467,1.32645,86400,0,0,6408,11502,0,0,0,0),(53283,10400,329,1,1,10541,1,3988.43,-3540.57,124.662,6.00393,86400,0,0,6408,11502,0,0,0,0),(53284,10400,329,1,1,10540,1,4027.78,-3641.1,133.629,5.5676,86400,0,0,6408,11502,0,0,0,0),(53285,10400,329,1,1,10542,1,3992.31,-3541.65,124.509,2.87979,86400,0,0,6408,11502,0,0,0,0),(53286,10400,329,1,1,10541,1,3886.05,-3708.18,143.614,5.32325,86400,0,0,6408,11502,0,0,0,0),(53287,10400,329,1,1,10540,1,4023.59,-3616.79,131.632,2.49582,86400,0,0,6408,11502,0,0,0,0),(53288,10400,329,1,1,10542,1,3888.36,-3712.72,143.354,1.69297,86400,0,0,6408,11502,0,0,0,0),(53289,10400,329,1,1,10540,1,3880.09,-3540.83,138.284,0.698132,86400,0,0,6408,11502,0,0,0,0),(53290,10405,329,1,1,559,0,3714.09,-3462.92,130.018,2.03606,86400,5,0,8352,0,1,0,0,0),(53291,10405,329,1,1,559,0,3641.66,-3472.63,138.752,5.75959,86400,0,0,8352,0,0,0,0,0),(53292,10405,329,1,1,559,0,3728.83,-3453.79,130.257,4.95674,86400,0,0,8352,0,0,0,0,0),(53293,10405,329,1,1,559,0,3603.74,-3486.7,135.76,4.17336,86400,5,0,8352,0,1,0,0,0),(53294,10405,329,1,1,559,0,4054.57,-3514.83,122.07,5.84685,86400,0,0,8352,0,0,0,0,0),(53295,10405,329,1,1,559,0,4019.97,-3561.34,126.63,0.698132,86400,0,0,8352,0,0,0,0,0),(53296,10405,329,1,1,559,0,3855.54,-3664.61,144.512,2.33874,86400,0,0,8352,0,0,0,0,0),(53297,10917,329,1,1,10217,1,3680.53,-3643.8,140.027,5.46288,86400,0,0,7326,3651,0,0,0,0),(53298,10405,329,1,1,559,0,3671.39,-3266.41,127.872,0.942478,86400,0,0,8352,0,0,0,0,0),(53299,10405,329,1,1,559,0,3680.58,-3378.88,129.372,4.72812,86400,5,0,8352,0,1,0,0,0),(53300,10405,329,1,1,559,0,3729.88,-3457.67,130.372,1.85005,86400,0,0,8352,0,0,0,0,0),(53587,10405,329,1,1,559,0,3688.22,-3413.07,133.199,0.733038,86400,0,0,8352,0,0,0,0,0),(53588,10405,329,1,1,559,0,3599.83,-3512.07,137.782,6.23082,86400,0,0,8352,0,0,0,0,0),(53589,10405,329,1,1,559,0,3605.81,-3515,138.072,2.68781,86400,0,0,8352,0,0,0,0,0),(53590,10405,329,1,1,559,0,3691.85,-3411.13,133.07,3.4383,86400,0,0,8352,0,0,0,0,0),(53591,10405,329,1,1,559,0,4012.3,-3524.99,122.062,0.767945,86400,0,0,8352,0,0,0,0,0),(53592,10405,329,1,1,559,0,4006.36,-3596.17,130.203,0.610865,86400,0,0,8352,0,0,0,0,0),(53593,10405,329,1,1,559,0,3972.59,-3649,134.522,5.8294,86400,0,0,8352,0,0,0,0,0),(53594,10405,329,1,1,559,0,3485.74,-3375.05,135.032,2.44818,86400,0,0,8352,0,2,0,0,0),(53595,10405,329,1,1,559,0,3672.73,-3262.85,127.883,4.60767,86400,0,0,8352,0,0,0,0,0),(53596,10405,329,1,1,559,0,3898.28,-3666.94,140.008,1.55334,86400,0,0,8352,0,0,0,0,0),(53597,10405,329,1,1,559,0,3971.39,-3583.59,128.364,4.92183,86400,0,0,8352,0,0,0,0,0),(53598,10405,329,1,1,559,0,4022.91,-3517.33,122.107,3.54302,86400,0,0,8352,0,0,0,0,0),(53599,10405,329,1,1,559,0,3646.34,-3472.8,138.284,3.68265,86400,0,0,8352,0,0,0,0,0),(53600,10405,329,1,1,559,0,3683.03,-3292.63,127.867,0.932354,86400,5,0,8352,0,1,0,0,0),(53601,10405,329,1,1,559,0,3606.79,-3487.57,136.021,4.76394,86400,0,0,8352,0,2,0,0,0),(53650,10405,329,1,1,559,0,3537.18,-3375.23,132.372,5.25841,86400,0,0,8352,0,2,0,0,0),(53654,10405,329,1,1,559,0,3821.31,-3685.07,144.894,1.0472,86400,0,0,8352,0,0,0,0,0),(53669,10405,329,1,1,559,0,3972.95,-3591.59,128.776,1.74533,86400,0,0,8352,0,0,0,0,0),(53672,10405,329,1,1,559,0,4016.6,-3516.25,122.13,5.14872,86400,0,0,8352,0,0,0,0,0),(53673,10405,329,1,1,559,0,3973.07,-3623.11,130.109,0.418879,86400,0,0,8352,0,0,0,0,0),(53674,10405,329,1,1,559,0,3526.58,-3321.72,130.781,2.93978,86400,0,0,8352,0,2,0,0,0),(53675,10405,329,1,1,559,0,3715.36,-3438.74,129.506,4.9997,86400,0,0,8352,0,2,0,0,0),(53676,10405,329,1,1,559,0,3534.8,-3369.51,132.411,4.60103,86400,5,0,8352,0,1,0,0,0),(53677,10405,329,1,1,559,0,3644.4,-3477.18,138.435,1.62316,86400,0,0,8352,0,0,0,0,0),(53678,10406,329,1,1,10626,0,3978.13,-3648.63,133.156,4.01426,86400,0,0,8613,0,0,0,0,0),(53691,10406,329,1,1,10626,0,4026.23,-3557.18,126.157,3.45575,86400,0,0,8613,0,0,0,0,0),(53692,10406,329,1,1,10626,0,3852.41,-3660.46,144.55,5.21853,86400,0,0,8613,0,0,0,0,0),(53693,10406,329,1,1,10626,0,4058.27,-3517.76,122.389,2.30383,86400,0,0,8613,0,0,0,0,0),(53694,10406,329,1,1,10626,0,3823.46,-3682.39,145.028,3.92699,86400,0,0,8613,0,0,0,0,0),(53695,10406,329,1,1,10626,0,3835.02,-3591.73,145.058,2.79253,86400,0,0,8613,0,0,0,0,0),(53696,10406,329,1,1,10626,0,3891.44,-3678.44,141.57,4.83456,86400,0,0,8613,0,2,0,0,0),(53697,10406,329,1,1,10626,0,3898.46,-3683.88,142.262,2.93215,86400,0,0,8613,0,0,0,0,0),(53698,10406,329,1,1,10626,0,3804.63,-3653.52,147.376,0.855211,86400,0,0,8613,0,0,0,0,0),(53702,10406,329,1,1,10626,0,4020.85,-3556.55,125.597,5.95157,86400,0,0,8613,0,0,0,0,0),(53706,10406,329,1,1,10626,0,3811.01,-3651.6,147.239,3.28122,86400,0,0,8613,0,0,0,0,0),(53707,10406,329,1,1,10626,0,4007.92,-3589.73,130.129,4.93928,86400,0,0,8613,0,0,0,0,0),(53708,10406,329,1,1,10626,0,3951.68,-3648.49,136.914,1.95477,86400,0,0,8613,0,0,0,0,0),(53709,10406,329,1,1,10626,0,3840.03,-3636.68,146.248,1.01229,86400,0,0,8613,0,0,0,0,0),(53715,10406,329,1,1,10626,0,4011.42,-3596.38,130.905,2.46091,86400,0,0,8613,0,0,0,0,0),(53716,10406,329,1,1,10626,0,3844.09,-3632.58,146.628,3.68265,86400,0,0,8613,0,0,0,0,0),(53726,10406,329,1,1,10626,0,3971.61,-3543.55,126.368,4.79965,86400,0,0,8613,0,0,0,0,0),(53727,10407,329,1,1,414,0,3979.07,-3620.75,129.757,3.47321,86400,0,0,8883,0,0,0,0,0),(53728,10407,329,1,1,414,0,3973.51,-3550.02,125.891,2.26893,86400,0,0,8883,0,0,0,0,0),(53729,10407,329,1,1,414,0,3807.41,-3646.83,146.999,4.39823,86400,0,0,8883,0,0,0,0,0),(53761,10407,329,1,1,414,0,3830.42,-3592.75,145.511,0.750492,86400,0,0,8883,0,0,0,0,0),(53777,10407,329,1,1,414,0,3942.94,-3638.15,136.92,0.331613,86400,0,0,8883,0,0,0,0,0),(53778,10407,329,1,1,414,0,4019.1,-3522.99,122.102,1.85005,86400,0,0,8883,0,0,0,0,0),(53779,10407,329,1,1,414,0,3949.97,-3636,134.591,3.38594,86400,0,0,8883,0,0,0,0,0),(53780,10407,329,1,1,414,0,3891.4,-3689,143.387,1.43117,86400,0,0,8883,0,0,0,0,0),(53781,10407,329,1,1,414,0,3966.53,-3546.19,127.225,5.93412,86400,0,0,8883,0,0,0,0,0),(53782,10407,329,1,1,414,0,3832.02,-3588.27,145.217,4.90438,86400,0,0,8883,0,0,0,0,0),(53784,10408,329,1,1,7533,0,3858.25,-3683.23,142.775,3.83062,86400,5,0,8097,0,1,0,0,0),(53785,10408,329,1,1,7533,0,3833.23,-3711.21,142.181,4.14354,86400,5,0,8097,0,1,0,0,0),(53786,10408,329,1,1,7533,0,4006.21,-3544.49,123.429,0.052646,86400,0,0,8097,0,0,0,0,0),(53787,10408,329,1,1,7533,0,3861.04,-3561.72,139.48,1.89164,86400,5,0,8097,0,1,0,0,0),(53792,10408,329,1,1,7533,0,3817.84,-3639.02,146.269,0.771651,86400,5,0,8097,0,1,0,0,0),(53852,10408,329,1,1,7533,0,3972.44,-3562.87,126.106,3.67678,86400,0,0,8097,0,0,0,0,0),(53853,10408,329,1,1,7533,0,3821.82,-3635.05,146.268,1.95872,86400,0,0,8097,0,0,0,0,0),(53854,10409,329,1,1,11071,0,4001.14,-3574.83,127.533,4.2764,86400,0,0,8613,0,0,0,0,0),(53894,10412,329,1,1,6841,0,3853.99,-3590.34,142.523,0.88975,86400,5,0,8613,0,1,0,0,0),(53899,10412,329,1,1,6841,0,3985.52,-3592.44,127.964,6.12493,86400,5,0,8613,0,1,0,0,0),(53900,10412,329,1,1,6841,0,3887.16,-3677.5,141.664,0.902485,86400,5,0,8613,0,1,0,0,0),(53901,10412,329,1,1,6841,0,3855.54,-3557.05,139.7,3.86782,86400,5,0,8613,0,1,0,0,0),(53902,10412,329,1,1,6841,0,3861.68,-3686.35,142.462,0.360177,86400,5,0,8613,0,1,0,0,0),(53903,10412,329,1,1,6841,0,3989.16,-3625.46,130.152,4.95631,86400,5,0,8613,0,1,0,0,0),(53904,10412,329,1,1,6841,0,3995.33,-3555.18,124.711,2.90855,86400,5,0,8613,0,1,0,0,0),(53905,10413,329,1,1,9758,0,3992.23,-3592.48,128.162,0.526674,86400,5,0,8883,0,1,0,0,0),(53927,29376,571,1,1,0,1,8050.99,-296.318,868.735,5.25344,300,0,0,1,0,0,0,0,0),(53932,10413,329,1,1,9758,0,3840.02,-3664.83,144.508,4.3269,86400,5,0,8883,0,1,0,0,0),(53934,10413,329,1,1,9758,0,3822.47,-3630.12,145.821,1.87391,86400,5,0,8883,0,1,0,0,0),(53935,10413,329,1,1,9758,0,3869.79,-3573.63,139.894,0.381868,86400,5,0,8883,0,1,0,0,0),(53936,10413,329,1,1,9758,0,3873.09,-3535.47,137.948,2.4098,86400,5,0,8883,0,1,0,0,0),(53937,16046,329,1,1,11686,0,3423.47,-3055.73,136.581,1.15192,7200,0,0,57,0,0,0,0,0),(53943,10414,329,1,1,1693,0,3658.83,-3494.78,136.637,2.07147,86400,0,0,16704,0,2,0,0,0),(53953,10414,329,1,1,1693,0,3560,-3333.56,129.345,3.55154,86400,0,0,16704,0,2,0,0,0),(53954,10414,329,1,1,1693,0,3659.59,-3336.16,123.813,2.4203,86400,0,0,16704,0,2,0,0,0),(53955,10415,329,1,1,9832,0,3847.58,-3748.46,195.809,1.36136,86400,0,0,3052,0,0,0,0,0),(53963,10415,329,1,1,9832,0,4057.59,-3665.95,183.078,2.44346,86400,0,0,3052,0,0,0,0,0),(53968,10415,329,1,1,9832,0,3838.85,-3500.02,192.029,5.21853,86400,0,0,3052,0,0,0,0,0),(53969,10416,329,1,1,9760,0,3990.78,-3381.93,118.724,3.3588,86400,5,0,14805,0,1,0,0,0),(54002,10416,329,1,1,9760,0,4009.16,-3434.68,120.951,2.33062,86400,5,0,14805,0,1,0,0,0),(54018,10416,329,1,1,9760,0,4097.98,-3397.96,115.993,0.935985,86400,5,0,14805,0,1,0,0,0),(54019,10416,329,1,1,9760,0,4053.98,-3413.3,116.076,3.38611,86400,5,0,14805,0,1,0,0,0),(54020,10417,329,1,1,12819,0,4022.83,-3424.39,117.549,3.00096,86400,5,0,15260,0,1,0,0,0),(54021,10417,329,1,1,12819,0,4052.9,-3432.7,118.528,1.09369,86400,5,0,15260,0,1,0,0,0),(54022,10417,329,1,1,12819,0,3998.95,-3403.29,117.52,3.13568,86400,5,0,15260,0,1,0,0,0),(54026,10417,329,1,1,12819,0,4089.61,-3431.32,116.945,1.1363,86400,5,0,15260,0,1,0,0,0),(54027,10417,329,1,1,12819,0,4083.99,-3379.84,116.318,5.4536,86400,5,0,15260,0,1,0,0,0),(54039,10417,329,1,1,12819,0,3995.31,-3425.23,120.991,5.27334,86400,5,0,15260,0,1,0,0,0),(54040,10417,329,1,1,12819,0,4040.22,-3443.81,119.751,5.7582,86400,5,0,15260,0,1,0,0,0),(54041,10417,329,1,1,12819,0,4072.01,-3401.01,115.653,3.69658,86400,5,0,15260,0,1,0,0,0),(54050,10417,329,1,1,12819,0,4012.37,-3401.48,116.073,0.155868,86400,5,0,15260,0,1,0,0,0),(54052,10418,329,1,1,10493,1,3633.58,-3170.49,129.056,4.76475,86400,0,0,8352,0,0,0,0,0),(54053,10418,329,1,1,10493,1,3601.5,-3104.47,134.205,0.401426,86400,0,0,8352,0,0,0,0,0),(54054,10418,329,1,1,10493,1,3660.57,-3096.98,134.2,3.49066,86400,0,0,8352,0,0,0,0,0),(54055,10418,329,1,1,10495,1,3658.14,-3092.85,134.2,3.92699,86400,0,0,8352,0,0,0,0,0),(54056,10418,329,1,1,10492,1,3680.72,-3148.38,127.405,3.85718,86400,0,0,8352,0,0,0,0,0),(54066,10418,329,1,1,10493,1,3589.99,-3062.48,136.08,4.90438,86400,0,0,8352,0,0,0,0,0),(54067,10418,329,1,1,10495,1,3593.58,-3071.62,136.075,4.79965,86400,0,0,8352,0,0,0,0,0),(54068,10418,329,1,1,10492,1,3623.2,-3100.3,134.207,1.65806,86400,0,0,8352,0,0,0,0,0),(54069,10418,329,1,1,10493,1,3656.91,-3161.94,128.359,5.39307,86400,0,0,8352,0,0,0,0,0),(54070,10418,329,1,1,10494,1,3664.29,-3157.06,128.357,5.18363,86400,0,0,8352,0,0,0,0,0),(54071,10418,329,1,1,10493,1,3616.44,-3097.42,134.372,3.73462,86400,0,0,8352,0,0,0,0,0),(54072,10418,329,1,1,10493,1,3580.16,-3092.94,136.073,0.20944,86400,0,0,8352,0,0,0,0,0),(54073,10418,329,1,1,10492,1,3658.43,-3178.07,126.696,5.23599,86400,0,0,8352,0,0,0,0,0),(54074,10418,329,1,1,10493,1,3665.62,-3173.88,126.551,5.02655,86400,0,0,8352,0,0,0,0,0),(54075,10418,329,1,1,10493,1,3665.86,-3190.78,126.324,5.16617,86400,0,0,8352,0,0,0,0,0),(54076,10418,329,1,1,10495,1,3659.01,-3196.85,126.949,5.61996,86400,0,0,8352,0,0,0,0,0),(54077,10418,329,1,1,10495,1,3638.98,-3075.01,134.205,5.28835,86400,0,0,8352,0,0,0,0,0),(54079,10419,329,1,1,10489,1,3683.18,-3176.32,126.596,4.60767,86400,0,0,5847,10680,0,0,0,0),(54081,10419,329,1,1,10489,1,3606.16,-3110.07,134.205,0.890118,86400,0,0,5847,10680,0,0,0,0),(54082,10419,329,1,1,10489,1,3680.66,-3207.96,127.269,5.09636,86400,0,0,5847,10680,0,0,0,0),(54083,10419,329,1,1,10488,1,3593.81,-3064.31,136.074,4.76475,86400,0,0,5847,10680,0,0,0,0),(54084,10419,329,1,1,10489,1,3616.1,-3091.5,134.205,6.00393,86400,0,0,5847,10680,0,0,0,0),(54085,10419,329,1,1,10491,1,3616.44,-3097.42,134.372,3.74266,86400,0,0,5847,10680,2,0,0,0),(54086,10419,329,1,1,10491,1,3581.43,-3086.79,136.075,6.07375,86400,0,0,5847,10680,0,0,0,0),(54087,10419,329,1,1,10490,1,3662.84,-3175.15,126.559,5.11381,86400,0,0,5847,10680,0,0,0,0),(54088,10419,329,1,1,10490,1,3646.46,-3076.75,134.205,4.53786,86400,0,0,5847,10680,0,0,0,0),(54089,10420,329,1,1,10499,1,3599.28,-3107.91,134.204,0.523599,86400,0,0,6681,4482,0,0,0,0),(54090,10420,329,1,1,10497,1,3663.41,-3093.63,134.2,3.63029,86400,0,0,6681,4482,0,0,0,0),(54091,10420,329,1,1,10499,1,3661.6,-3091.23,134.2,3.83972,86400,0,0,6681,4482,0,0,0,0),(54115,10420,329,1,1,10499,1,3595.8,-3067.59,136.066,4.67748,86400,0,0,6681,4482,0,0,0,0),(54116,10420,329,1,1,10499,1,3615.62,-3095.89,134.205,0.349066,86400,0,0,6681,4482,0,0,0,0),(54117,10420,329,1,1,10499,1,3661.57,-3157.8,128.945,5.23599,86400,0,0,6681,4482,0,0,0,0),(54137,10420,329,1,1,10496,1,3576.77,-3085.33,136.068,6.03884,86400,0,0,6681,4482,0,0,0,0),(54138,10420,329,1,1,10497,1,3661.89,-3192.89,126.691,5.37561,86400,0,0,6681,4482,0,0,0,0),(54139,10420,329,1,1,10497,1,3646.49,-3072.84,134.207,4.59022,86400,0,0,6681,4482,0,0,0,0),(54140,10421,329,1,1,10502,1,3530.25,-2969.89,125.085,6.10865,86400,0,0,6891,4578,0,0,0,0),(54141,10421,329,1,1,10500,1,3527.38,-2966.05,125.084,5.86431,86400,0,0,6891,4578,0,0,0,0),(54142,10421,329,1,1,10503,1,3565.13,-2968.24,125.085,5.32325,86400,0,0,6891,4578,0,0,0,0),(54144,10421,329,1,1,10503,1,3573.64,-2968.94,125.085,4.4855,86400,0,0,6891,4578,0,0,0,0),(54146,10421,329,1,1,10503,1,3577.94,-2999.8,125.085,3.59538,86400,0,0,6891,4578,0,0,0,0),(54147,10421,329,1,1,10501,1,3541.42,-2985.85,125.084,0.244346,86400,0,0,6891,4578,0,0,0,0),(54162,10421,329,1,1,10500,1,3543.1,-2989.67,125.085,0.331613,86400,0,0,6891,4578,0,0,0,0),(54166,10421,329,1,1,10500,1,3542.63,-3020.91,125.084,5.61996,86400,0,0,6891,4578,0,0,0,0),(54167,10421,329,1,1,10503,1,3545.78,-3017.46,125.083,5.3058,86400,0,0,6891,4578,0,0,0,0),(54168,10422,329,1,1,10507,1,3575.44,-2997.55,125.085,3.82227,86400,0,0,6030,10922,0,0,0,0),(54169,10422,329,1,1,10504,1,3535.72,-3057.91,135.332,2.40187,86400,0,0,6030,10922,0,0,0,0),(54170,10422,329,1,1,10505,1,3443.41,-3083.56,135.002,4.13137,86400,0,0,6030,10922,0,0,0,0),(54171,10423,329,1,1,10508,1,3529.63,-2960.39,125.083,5.48033,86400,0,0,6030,10922,0,0,0,0),(54172,10423,329,1,1,10508,1,3534.15,-2959.55,125.083,5.06145,86400,0,0,6030,10922,0,0,0,0),(54173,10423,329,1,1,10511,1,3568.78,-2966.41,125.084,4.95674,86400,0,0,6030,10922,0,0,0,0),(54174,10423,329,1,1,10508,1,3581.63,-2996.54,125.083,3.64774,86400,0,0,6030,10922,0,0,0,0),(54175,10423,329,1,1,10509,1,3547.5,-2993.13,125.084,1.02974,86400,0,0,6030,10922,0,0,0,0),(54179,10423,329,1,1,10510,1,3543.48,-3012.08,125.083,5.25344,86400,0,0,6030,10922,0,0,0,0),(54180,10424,329,1,1,10515,1,3673.93,-3182.6,126.318,4.93928,86400,0,0,7107,4738,0,0,0,0),(54201,10424,329,1,1,10513,1,3470.86,-3073.86,135.088,0.907571,86400,0,0,7107,4738,0,0,0,0),(54204,10424,329,1,1,10512,1,3465.61,-3065.72,135.084,0.20944,86400,0,0,7107,4738,0,0,0,0),(54205,10424,329,1,1,10514,1,3581.3,-2994.27,125.25,0.483623,86400,0,0,7107,4738,2,0,0,0),(54206,10424,329,1,1,10513,1,3547.11,-2985.55,124.999,5.36522,86400,5,0,7107,4738,1,0,0,0),(54207,10424,329,1,1,10515,1,3674.35,-3211.48,127.163,5.28835,86400,0,0,7107,4738,0,0,0,0),(54208,10424,329,1,1,10514,1,3545.55,-3079.63,135.08,0.855211,86400,0,0,7107,4738,0,0,0,0),(54219,10424,329,1,1,10513,1,3542.75,-3075.05,135.08,0.401426,86400,0,0,7107,4738,0,0,0,0),(54220,10424,329,1,1,10514,1,3589.11,-3116.47,151.759,5.18363,86400,0,0,7107,4738,0,0,0,0),(54221,10424,329,1,1,10512,1,3500.78,-3094.38,135.751,1.81514,86400,0,0,7107,4738,0,0,0,0),(54222,10424,329,1,1,10513,1,3506.84,-3093.61,135.751,2.46091,86400,0,0,7107,4738,0,0,0,0),(54223,10424,329,1,1,10514,1,3487.13,-3080.12,135.08,0.383972,86400,0,0,7107,4738,0,0,0,0),(54224,10424,329,1,1,10513,1,3490.27,-3084.98,135.08,0.890118,86400,0,0,7107,4738,0,0,0,0),(54225,10424,329,1,1,10515,1,3516.3,-3067.8,135.08,0.837758,86400,0,0,7107,4738,0,0,0,0),(54227,10424,329,1,1,10513,1,3513.68,-3063.74,135.08,0.401426,86400,0,0,7107,4738,0,0,0,0),(54228,10424,329,1,1,10513,1,3438.29,-3086.37,135.085,6.19592,86400,0,0,7107,4738,0,0,0,0),(54229,10424,329,1,1,10513,1,3441.98,-3092.17,135.086,1.309,86400,0,0,7107,4738,0,0,0,0),(54230,10425,329,1,1,10530,1,3465.89,-3073.21,135.086,0.645772,86400,0,0,6219,11196,0,0,0,0),(54231,10425,329,1,1,10531,1,3485.98,-3087.02,135.08,0.767945,86400,0,0,6219,11196,0,0,0,0),(54232,10425,329,1,1,10529,1,3510.08,-3065.77,135.08,0.436332,86400,0,0,6219,11196,0,0,0,0),(54233,10425,329,1,1,10530,1,3436.74,-3090.19,135.085,0.471239,86400,0,0,6219,11196,0,0,0,0),(54234,10426,329,1,1,10516,1,3541.75,-3080.57,135.08,0.715585,86400,0,0,7107,4738,0,0,0,0),(54235,10426,329,1,1,10519,1,3539.68,-3078.36,135.08,0.523599,86400,0,0,7107,4738,0,0,0,0),(54236,10426,329,1,1,10518,1,3503.84,-3095.58,135.751,2.04204,86400,0,0,7107,4738,0,0,0,0),(54237,10435,329,1,1,10433,0,3663.23,-3619.14,137.984,5.34071,86400,0,0,28710,0,0,0,0,0),(54238,10436,329,1,1,10698,0,3855.34,-3715.75,148.175,1.27409,86400,0,0,35535,9476,0,0,0,0),(54239,10437,329,1,1,9793,0,3854.98,-3528.84,144.293,5.23599,86400,0,0,30520,0,0,0,0,0),(54240,10438,329,1,1,10546,1,4035.81,-3647.78,135.738,2.42601,86400,0,0,22010,8812,0,0,0,0),(54241,10440,329,1,1,10729,1,4035.83,-3336.31,115.144,4.67748,86400,0,0,46620,12840,0,0,0,0),(54242,10463,329,1,1,10728,0,3974.81,-3640.5,132.177,4.30977,86400,5,0,8352,0,1,0,0,0),(54243,10463,329,1,1,10728,0,3836.66,-3619.58,145.114,5.03545,86400,5,0,8352,0,1,0,0,0),(54244,10463,329,1,1,10728,0,3887.52,-3722.77,142.17,0.02584,86400,5,0,8352,0,1,0,0,0),(54245,10463,329,1,1,10728,0,3861.35,-3583.3,141.99,0.741322,86400,5,0,8352,0,1,0,0,0),(54251,10463,329,1,1,10728,0,3838.19,-3676.66,144.238,3.30649,86400,5,0,8352,0,1,0,0,0),(54252,10463,329,1,1,10728,0,3999.02,-3615.97,129.159,2.17153,86400,5,0,8352,0,1,0,0,0),(54253,10463,329,1,1,10728,0,3826.44,-3646.11,145.951,2.62055,86400,5,0,8352,0,1,0,0,0),(54268,10463,329,1,1,10728,0,4004.12,-3557.72,125.148,1.18396,86400,5,0,8352,0,1,0,0,0),(54276,10463,329,1,1,10728,0,3839.38,-3709.8,141.604,6.17436,86400,5,0,8352,0,1,0,0,0),(54286,10464,329,1,1,8782,0,3873.95,-3679.66,142.745,4.24564,86400,5,0,8613,0,1,0,0,0),(54287,10464,329,1,1,8782,0,3995.61,-3601.2,128.938,1.92463,86400,5,0,8613,0,1,0,0,0),(54304,10464,329,1,1,8782,0,3874.94,-3558.29,137.367,2.969,86400,5,0,8613,0,1,0,0,0),(54413,10464,329,1,1,8782,0,3806.42,-3628.08,145.202,4.58668,86400,5,0,8613,0,1,0,0,0),(54414,10464,329,1,1,8782,0,4014.25,-3540.64,122.87,4.1331,86400,5,0,8613,0,1,0,0,0),(54415,10464,329,1,1,8782,0,3968.98,-3556.69,126.552,1.72137,86400,5,0,8613,0,1,0,0,0),(54416,16100,329,1,1,11686,0,4042.35,-3335.88,115.144,1.48353,86400,0,0,4120,0,0,0,0,0),(54433,10997,329,1,1,10674,1,3573.57,-2937.31,125.085,3.78736,86400,0,0,36624,0,0,0,0,0),(248434,13022,429,1,1,0,0,118.605,-198.995,-55.8831,4.91481,86400,2,0,1900,0,1,0,0,0),(47475,25851,580,1,1,0,0,1879.82,578.178,71.3703,6.0912,604800,0,0,8042,3231,0,0,0,0),(47578,25851,580,1,1,0,0,1877.45,569.535,71.3782,3.1765,604800,0,0,8042,3231,0,0,0,0),(47607,25851,580,1,1,0,0,1880.31,632.296,32.1155,2.47837,604800,0,0,8042,3231,0,0,0,0),(47608,25851,580,1,1,0,0,1874.31,654.833,32.1155,4.88692,604800,0,0,8042,3231,0,0,0,0),(47768,25851,580,1,1,0,0,1867.21,647.43,32.1155,4.38078,604800,0,0,8042,3231,0,0,0,0),(47769,25851,580,1,1,0,0,1863.16,656.442,32.1155,4.72984,604800,0,0,8042,3231,0,0,0,0),(47875,25851,580,1,1,0,0,1888.03,571.302,71.3739,2.60054,604800,0,0,8042,3231,0,0,0,0),(47884,25851,580,1,1,0,0,1895.49,564.094,71.3757,3.28122,604800,0,0,8042,3231,0,0,0,0),(47893,25851,580,1,1,0,0,1939.16,503.16,32.1156,5.044,604800,0,0,8042,3231,0,0,0,0),(47897,25851,580,1,1,0,0,1886.83,562.622,71.3834,2.46091,604800,0,0,8042,3231,0,0,0,0),(47898,25851,580,1,1,0,0,1913.39,581.437,32.1064,0.767945,604800,0,0,8042,3231,0,0,0,0),(47899,25851,580,1,1,0,0,1915.83,567.923,32.0967,4.85202,604800,0,0,8042,3231,0,0,0,0),(47901,25851,580,1,1,0,0,1927.66,489.331,32.1156,3.24631,604800,0,0,8042,3231,0,0,0,0),(48151,25851,580,1,1,0,0,1878.4,482.029,32.1155,5.02655,604800,0,0,8042,3231,0,0,0,0),(48160,25372,580,1,1,0,1,1666,1023.57,16.1767,2.14213,604800,0,0,18862,0,2,0,0,0),(48161,25367,580,1,1,0,1,1634.03,1093.56,41.4287,0.545198,604800,0,0,220059,15775,2,0,0,0),(48162,25372,580,1,1,0,1,1732.24,1063.64,16.1105,1.38163,604800,0,0,18862,0,2,0,0,0),(48194,25369,580,1,1,0,1,1656.94,1022.66,16.1101,1.05017,604800,0,0,220059,0,2,0,0,0),(48195,25370,580,1,1,0,1,1635.83,1090.6,41.3971,0.545251,604800,0,0,220059,31550,2,0,0,0),(48359,25371,580,1,1,0,1,1657.93,1024.38,16.1101,1.0502,604800,0,0,220059,31550,2,0,0,0),(48360,25372,580,1,1,0,1,1751.85,990.469,16.6112,1.42476,604800,0,0,18862,0,2,0,0,0),(48372,25372,580,1,1,0,1,1647.82,995.134,16.1043,5.1881,604800,0,0,18862,0,2,0,0,0),(48373,25371,580,1,1,0,1,1778.32,840.746,36.423,0.383972,604800,0,0,220059,31550,2,0,0,0),(48381,25644,580,1,1,0,0,1755.96,925.287,15.6669,2.16421,604800,0,0,6287,0,2,0,0,0),(48391,25639,580,1,1,0,0,1755.95,930.602,15.5723,6.217,604800,0,0,6287,0,2,0,0,0),(48392,25371,580,1,1,0,1,1637.5,1093.64,42.1447,0.545219,604800,0,0,220059,31550,2,0,0,0),(48393,25370,580,1,1,0,1,1657.94,1020.92,16.1101,1.05022,604800,0,0,220059,31550,2,0,0,0),(48394,25507,580,1,1,0,0,1656.17,865.653,14.6182,0.043462,604800,0,0,504525,0,2,0,0,0),(48395,25370,580,1,1,0,1,1778.4,836.239,36.423,3.59538,604800,0,0,220059,31550,2,0,0,0),(48396,25369,580,1,1,0,1,1777.07,838.785,36.423,1.62316,604800,0,0,220059,0,2,0,0,0),(48397,25369,580,1,1,0,1,1641.39,1093.62,43.0475,0.10864,604800,0,0,220059,0,2,0,0,0),(48398,25367,580,1,1,0,1,1654.93,1022.64,16.1101,1.05018,604800,0,0,220059,15775,2,0,0,0),(48399,25661,580,1,1,0,0,1761.53,934.289,15.5475,-1.58412,604800,0,0,9431,0,0,0,0,0),(48400,25507,580,1,1,0,0,1706.84,1066.14,52.8832,1.54352,604800,0,0,504525,0,2,0,0,0),(48401,25508,580,1,1,0,0,1665.08,702.446,57.9809,3.71904,604800,0,0,650370,3231,2,0,0,0),(48402,25595,580,1,1,0,0,1921.31,481.919,32.0322,3.94594,604800,0,0,494281,0,2,0,0,0),(48403,25599,580,1,1,0,0,1917.45,537.68,71.3101,1.80648,604800,0,0,559318,0,2,0,0,0),(48404,25599,580,1,1,0,0,1843.52,538.194,38.767,4.40719,604800,0,0,559318,0,2,0,0,0),(53026,25367,580,1,1,0,1,1774.81,839.067,36.423,2.09439,604800,0,0,220059,15775,2,0,0,0),(53027,25661,580,1,1,0,0,1754,933.001,15.6505,3.82227,604800,0,0,9431,0,0,0,0,0),(53028,25661,580,1,1,0,0,1771.96,920.948,15.6757,4.59022,604800,0,0,9431,0,0,0,0,0),(53029,25661,580,1,1,0,0,1759.3,920.745,15.6766,4.72984,604800,0,0,9431,0,0,0,0,0),(53030,25661,580,1,1,0,0,1768.77,934.162,15.5475,-1.58412,604800,0,0,9431,0,0,0,0,0),(53031,25661,580,1,1,0,0,1754.62,920.423,15.6774,1.5708,604800,0,0,9431,0,0,0,0,0),(53032,25661,580,1,1,0,0,1754.85,926.68,15.664,4.66003,604800,0,0,9431,0,0,0,0,0),(53033,25661,580,1,1,0,0,1761.62,927.149,15.6628,4.62512,604800,0,0,9431,0,0,0,0,0),(53034,25661,580,1,1,0,0,1769.65,927.117,15.6626,1.50098,604800,0,0,9431,0,0,0,0,0),(53037,25661,580,1,1,0,0,1774.91,927.109,15.6624,4.64258,604800,0,0,9431,0,0,0,0,0),(53043,2110,580,1,1,0,0,1918.21,456.882,32.1155,1.13446,604800,0,0,1,0,0,0,0,0),(53116,2110,580,1,1,0,0,1915.62,526.22,32.1088,1.22173,604800,0,0,1,0,0,0,0,0),(53119,2110,580,1,1,0,0,1835.78,572.268,32.1043,3.1765,604800,0,0,1,0,0,0,0,0),(53181,2110,580,1,1,0,0,1817.01,507.548,32.1155,5.34071,604800,0,0,1,0,0,0,0,0),(53236,19871,580,1,1,0,0,1533.36,630.766,58.5232,5.88176,604800,0,0,4120,0,0,0,0,0),(53632,22515,580,1,1,0,0,1467.22,516.319,50.0833,0.349066,604800,0,0,4120,0,0,0,0,0),(53633,22515,580,1,1,0,0,1492.82,515.668,50.0833,4.39823,604800,0,0,4120,0,0,0,0,0),(53636,22515,580,1,1,0,0,1446.54,702.57,50.0833,0.331613,604800,0,0,4120,0,0,0,0,0),(53639,22515,580,1,1,0,0,1789.12,650.049,71.2883,5.35816,604800,0,0,4120,0,0,0,0,0),(1971610,25038,580,1,1,0,0,1477.94,643.22,21.21,4.93474,604800,0,0,695800,3387,0,0,0,0),(53659,22515,580,1,1,0,0,1469.94,704.239,50.0833,3.42085,604800,0,0,4120,0,0,0,0,0),(53668,25166,580,1,1,0,0,1819.18,625.539,33.4038,6.11015,604800,0,0,2018275,1693500,0,0,0,0),(53687,25165,580,1,1,0,1,1813.98,625.911,33.4038,3.1492,604800,0,0,2018275,1693500,0,0,0,0),(53705,25741,580,1,1,0,0,1816.25,625.484,69.6036,5.62435,604800,0,0,2504880,0,0,0,0,0),(53718,22515,580,1,1,0,0,1845.15,601.502,71.3735,2.42601,604800,0,0,4120,0,0,0,0,0),(53721,22515,580,1,1,0,0,1441.64,520.52,50.0833,1.71042,604800,0,0,4120,0,0,0,0,0),(53760,22515,580,1,1,0,0,1532.68,651.818,110.793,3.19395,604800,0,0,4120,0,0,0,0,0),(53832,22515,580,1,1,0,0,1494.76,705,50.0833,0.017453,604800,0,0,4120,0,0,0,0,0),(54435,23472,580,1,1,0,0,1510.45,524.354,26.6284,2.98451,604800,0,0,4120,0,0,0,0,0),(54593,23472,580,1,1,0,0,1517.4,614.236,29.7816,1.50098,604800,0,0,4120,0,0,0,0,0),(54595,23472,580,1,1,0,0,1526.31,636.493,36.256,2.80998,604800,0,0,4120,0,0,0,0,0),(54597,23472,580,1,1,0,0,1494.97,540.017,25.8136,4.46804,604800,0,0,4120,0,0,0,0,0),(54602,23472,580,1,1,0,0,1472.56,639.987,21.3267,3.97935,604800,0,0,4120,0,0,0,0,0),(54603,23472,580,1,1,0,0,1494.96,560.01,25.2375,4.62512,604800,0,0,4120,0,0,0,0,0),(54608,23472,580,1,1,0,0,1472.58,539.995,23.0061,3.85718,604800,0,0,4120,0,0,0,0,0),(54623,23472,580,1,1,0,0,1531.06,666.553,27.4053,4.36332,604800,0,0,4120,0,0,0,0,0),(54750,23472,580,1,1,0,0,1530.79,650.804,35.8923,4.2586,604800,0,0,4120,0,0,0,0,0),(54769,23472,580,1,1,0,0,1516.21,642.402,27.1559,0.959931,604800,0,0,4120,0,0,0,0,0),(54770,23472,580,1,1,0,0,1550.99,537.98,33.6018,4.39823,604800,0,0,4120,0,0,0,0,0),(54771,23472,580,1,1,0,0,1530.97,609.005,35.8885,2.84489,604800,0,0,4120,0,0,0,0,0),(54772,23472,580,1,1,0,0,1472.58,560,22.875,1.8326,604800,0,0,4120,0,0,0,0,0),(54773,23472,580,1,1,0,0,1472.54,659.999,20.8059,6.19592,604800,0,0,4120,0,0,0,0,0),(54774,23472,580,1,1,0,0,1451.98,540,23.0558,2.33874,604800,0,0,4120,0,0,0,0,0),(54775,23472,580,1,1,0,0,1513.84,672.901,25.2126,1.18682,604800,0,0,4120,0,0,0,0,0),(54776,23472,580,1,1,0,0,1527.6,536.79,30.6338,4.01426,604800,0,0,4120,0,0,0,0,0),(54777,23472,580,1,1,0,0,1451.98,560,23.0558,0.610865,604800,0,0,4120,0,0,0,0,0),(54778,23472,580,1,1,0,0,1525.77,622.454,35.694,1.09956,604800,0,0,4120,0,0,0,0,0),(54779,23472,580,1,1,0,0,1514.72,549.309,30.1433,5.88176,604800,0,0,4120,0,0,0,0,0),(54780,23472,580,1,1,0,0,1555.98,520.863,28.0764,0.593412,604800,0,0,4120,0,0,0,0,0),(54781,23472,580,1,1,0,0,1451.98,600,23.0558,5.18363,604800,0,0,4120,0,0,0,0,0),(54782,23472,580,1,1,0,0,1495.1,680,21.2197,5.72468,604800,0,0,4120,0,0,0,0,0),(54783,23472,580,1,1,0,0,1507.31,693.957,28.849,2.89725,604800,0,0,4120,0,0,0,0,0),(54784,23472,580,1,1,0,0,1545.4,594.886,35.9539,2.63545,604800,0,0,4120,0,0,0,0,0),(54785,23472,580,1,1,0,0,1451.98,660,23.0533,5.55015,604800,0,0,4120,0,0,0,0,0),(54786,23472,580,1,1,0,0,1519.18,509.762,21.4034,5.46288,604800,0,0,4120,0,0,0,0,0),(54787,23472,580,1,1,0,0,1541.26,516.838,25.65,2.28638,604800,0,0,4120,0,0,0,0,0),(54788,23472,580,1,1,0,0,1451.98,640,23.0558,3.76991,604800,0,0,4120,0,0,0,0,0),(54789,23472,580,1,1,0,0,1472.55,580.021,22.4463,4.15388,604800,0,0,4120,0,0,0,0,0),(54790,23472,580,1,1,0,0,1472.57,600.019,23.258,5.11381,604800,0,0,4120,0,0,0,0,0),(54791,23472,580,1,1,0,0,1532.74,556.122,33.0917,2.49582,604800,0,0,4120,0,0,0,0,0),(54792,23472,580,1,1,0,0,1451.98,580,23.0558,4.13643,604800,0,0,4120,0,0,0,0,0),(54793,23472,580,1,1,0,0,1495.1,659.942,22.8368,6.26573,604800,0,0,4120,0,0,0,0,0),(54794,23472,580,1,1,0,0,1451.99,679.459,23.058,1.39626,604800,0,0,4120,0,0,0,0,0),(54795,23472,580,1,1,0,0,1494.96,599.914,25.303,4.24115,604800,0,0,4120,0,0,0,0,0),(54796,23472,580,1,1,0,0,1451.98,620,23.0558,0,604800,0,0,4120,0,0,0,0,0),(54797,23472,580,1,1,0,0,1513.26,571.209,28.7967,3.7001,604800,0,0,4120,0,0,0,0,0),(54798,23472,580,1,1,0,0,1472.56,679.989,22.3604,4.46804,604800,0,0,4120,0,0,0,0,0),(54800,23472,580,1,1,0,0,1494.94,580.008,23.8434,5.48033,604800,0,0,4120,0,0,0,0,0),(54801,23472,580,1,1,0,0,1529.81,515.108,23.6588,2.42601,604800,0,0,4120,0,0,0,0,0),(54802,23472,580,1,1,0,0,1495.29,639.835,23.6399,3.82227,604800,0,0,4120,0,0,0,0,0),(54803,23472,580,1,1,0,0,1517.9,632.39,41.6721,5.70723,604800,0,0,4120,0,0,0,0,0),(54804,23472,580,1,1,0,0,1495.13,620.012,25.3659,4.17134,604800,0,0,4120,0,0,0,0,0),(54806,23472,580,1,1,0,0,1523.57,587.714,31.0093,1.72788,604800,0,0,4120,0,0,0,0,0),(54808,23472,580,1,1,0,0,1472.57,620,22.268,4.93928,604800,0,0,4120,0,0,0,0,0),(54810,24850,580,1,1,0,0,1704.22,924.758,53.1608,1.53589,604800,0,0,2018275,1693500,0,0,0,0),(54811,24882,580,1,1,0,0,1463.83,611.512,21.57,1.62316,604800,0,0,9629872,0,0,0,0,0),(54812,24895,580,1,1,0,0,1477.94,643.22,21.21,4.93474,604800,0,0,695800,3387,0,0,0,0),(54813,24928,580,1,1,0,0,2053.96,798.579,50.3158,0.017453,604800,0,0,6986,0,0,0,0,0),(54814,25357,580,1,1,0,0,1468.38,730.267,60.0833,5.07891,604800,0,0,57,0,0,0,0,0),(54815,25358,580,1,1,0,0,1458.17,501.295,60.0833,2.93215,604800,0,0,57,0,0,0,0,0),(54816,25363,580,1,1,0,1,1663.22,1047.79,16.0691,5.14872,604800,0,0,220059,31550,0,0,0,0),(54817,25363,580,1,1,0,1,1601.5,1012.66,36.1547,0.575959,604800,0,0,220059,31550,0,0,0,0),(54818,25363,580,1,1,0,1,1745.81,1060.31,16.0691,3.05433,604800,0,0,220059,31550,0,0,0,0),(54819,25363,580,1,1,0,1,1739.85,1004.78,16.0717,5.46288,604800,0,0,220059,31550,0,0,0,0),(54820,25363,580,1,1,0,1,1810.95,1018.31,36.1547,3.22886,604800,0,0,220059,31550,0,0,0,0),(54821,25363,580,1,1,0,1,1626.44,924.521,15.6252,4.62512,604800,0,0,220059,31550,0,0,0,0),(54822,25363,580,1,1,0,1,1651.34,922.41,15.6415,4.06662,604800,0,0,220059,31550,0,0,0,0),(54823,25363,580,1,1,0,1,1655.14,923.453,15.6266,4.88692,604800,0,0,220059,31550,0,0,0,0),(54824,25363,580,1,1,0,1,1808.75,845.28,36.1014,3.78736,604800,0,0,220059,31550,0,0,0,0),(54825,25363,580,1,1,0,1,1615.85,831.329,36.1547,2.32129,604800,0,0,220059,31550,0,0,0,0),(54826,25363,580,1,1,0,1,1656.11,988.592,16.0701,3.9968,604800,0,0,220059,31550,0,0,0,0),(54827,25363,580,1,1,0,1,1663.32,744.104,53.4829,1.06465,604800,0,0,220059,31550,0,0,0,0),(54828,25367,580,1,1,0,1,1636.24,927.088,17.1638,4.97419,604800,0,0,220059,15775,0,0,0,0),(54829,25367,580,1,1,0,1,1800.93,825.591,36.114,1.72788,604800,0,0,220059,15775,0,0,0,0),(54830,25367,580,1,1,0,1,1661.51,734.182,53.4848,3.63029,604800,0,0,220059,15775,0,0,0,0),(54831,25367,580,1,1,0,1,1635.09,923.576,15.6311,4.4855,604800,0,0,220059,15775,0,0,0,0),(54832,25367,580,1,1,0,1,1794.17,1017.79,36.1547,0.488692,604800,0,0,220059,15775,0,0,0,0),(54833,25367,580,1,1,0,1,1740.45,992.888,16.0691,1.0472,604800,0,0,220059,15775,0,0,0,0),(54834,25367,580,1,1,0,1,1610.82,1033.82,36.1547,4.81711,604800,0,0,220059,15775,0,0,0,0),(54835,25367,580,1,1,0,1,1595.13,841.763,36.1547,0.191986,604800,0,0,220059,15775,0,0,0,0),(54836,25367,580,1,1,0,1,1742.13,1066.91,16.0691,5.63741,604800,0,0,220059,15775,0,0,0,0),(54837,25367,580,1,1,0,1,1659.5,1042.77,16.069,5.13127,604800,0,0,220059,15775,0,0,0,0),(54838,25367,580,1,1,0,1,1680.04,992.16,16.0691,5.02655,604800,0,0,220059,15775,0,0,0,0),(54858,25367,580,1,1,0,1,1658.56,1049.72,16.069,4.06662,604800,0,0,220059,15775,0,0,0,0),(54860,25368,580,1,1,0,1,1628.53,929.175,17.1643,5.75959,604800,0,0,220059,0,0,0,0,0),(54988,25368,580,1,1,0,1,1652.44,1052.54,16.069,2.44346,604800,0,0,220059,0,0,0,0,0),(54992,25368,580,1,1,0,1,1662.6,929.875,17.1607,3.7001,604800,0,0,220059,0,0,0,0,0),(54994,25507,580,1,1,0,0,1764.28,943.787,16.6759,1.59472,604800,0,0,504525,0,0,0,0,0),(54996,25507,580,1,1,0,0,1720.03,1022.8,16.587,0.383972,604800,0,0,504525,0,0,0,0,0),(54999,25507,580,1,1,0,0,1700.76,746.33,53.5112,1.69297,604800,0,0,504525,0,0,0,0,0),(55062,25507,580,1,1,0,0,1638.19,1025.73,16.9162,0.383972,604800,0,0,504525,0,0,0,0,0),(247106,25848,580,1,1,0,0,1697.96,501.758,86.4468,1.97682,604800,0,0,3828,0,0,0,33554432,0),(55064,25507,580,1,1,0,0,1772.7,1081.99,17.8621,4.67748,604800,0,0,504525,0,0,0,0,0),(55065,25507,580,1,1,0,0,1670.69,1083.33,16.9016,5.0091,604800,0,0,504525,0,0,0,0,0),(55066,25508,580,1,1,0,0,1675.9,555.46,33.4043,2.84489,604800,0,0,650370,3231,0,0,0,0),(55067,25509,580,1,1,0,0,1871.08,594.312,32.1127,0.15708,604800,0,0,227630,3231,0,0,0,0),(55069,25509,580,1,1,0,0,1917.3,517.765,32.1156,6.12611,604800,0,0,227630,3231,0,0,0,0),(55105,25867,580,1,1,0,0,1817.79,544.975,32.0221,3.18749,604800,0,0,97804,0,0,0,0,0),(55134,25509,580,1,1,0,0,1853.73,457.449,32.1155,0.977384,604800,0,0,227630,3231,0,0,0,0),(55352,25591,580,1,1,0,1,1864.21,454.597,32.1155,1.29154,604800,0,0,227630,0,0,0,0,0),(55370,25591,580,1,1,0,1,1870.42,603.783,32.1155,5.23599,604800,0,0,227630,0,0,0,0,0),(55373,25591,580,1,1,0,1,1916.66,526.818,32.1088,0.20944,604800,0,0,227630,0,0,0,0,0),(55374,25592,580,1,1,0,0,1949.78,543.326,32.1134,3.38594,604800,0,0,260148,0,0,0,0,0),(55375,25592,580,1,1,0,0,1835.23,484.637,32.1118,0.837758,604800,0,0,260148,0,0,0,0,0),(55417,25593,580,1,1,0,0,1939.85,479.828,32.1155,2.86234,604800,0,0,447129,0,0,0,0,0),(55418,25593,580,1,1,0,0,1927.92,469.003,32.1155,2.25148,604800,0,0,447129,0,0,0,0,0),(55419,25593,580,1,1,0,0,1868.29,557.045,32.1155,1.16937,604800,0,0,447129,0,0,0,0,0),(55421,25867,580,1,1,0,0,1807.32,548.527,32.0209,5.52091,604800,0,0,97804,0,0,0,0,0),(55422,25867,580,1,1,0,0,1811.42,537.716,32.0252,0.576825,604800,0,0,97804,0,0,0,0,0),(55423,25593,580,1,1,0,0,1860.02,596.416,71.3937,5.70723,604800,0,0,447129,0,0,0,0,0),(55448,25593,580,1,1,0,0,1848.09,574.602,32.112,0.645772,604800,0,0,447129,0,0,0,0,0),(55473,25593,580,1,1,0,0,1853.3,588.653,71.3954,5.75959,604800,0,0,447129,0,0,0,0,0),(55474,25595,580,1,1,0,0,1917.02,572.053,32.021,5.63706,604800,0,0,494281,0,0,0,0,0),(55475,25597,580,1,1,0,0,1954.71,530.529,32.1155,1.95477,604800,0,0,227630,323100,0,0,0,0),(55476,25597,580,1,1,0,0,1845.19,461.821,32.1155,0.820305,604800,0,0,227630,323100,0,0,0,0),(55477,25597,580,1,1,0,0,1883.23,598.164,32.1155,3.52556,604800,0,0,227630,323100,0,0,0,0),(55478,25597,580,1,1,0,0,1879.16,587.701,32.1155,2.04204,604800,0,0,227630,323100,0,0,0,0),(56329,25597,580,1,1,0,0,1914.77,535.848,32.0906,0.523599,604800,0,0,227630,323100,0,0,0,0),(56330,25597,580,1,1,0,0,1913.79,508.045,32.1156,5.98648,604800,0,0,227630,323100,0,0,0,0),(56331,25597,580,1,1,0,0,1945.68,557.888,32.1145,4.93928,604800,0,0,227630,323100,0,0,0,0),(56332,25608,580,1,1,0,0,1698.45,628.03,28.1989,0.331613,604800,0,0,40,0,0,0,0,0),(56337,25632,580,1,1,0,1,1766.06,898.5,14.7013,1.3439,604800,0,0,6287,0,0,0,0,0),(56550,25638,580,1,1,0,1,1762.23,899.789,14.7011,0.122173,604800,0,0,6727,0,0,0,0,0),(56552,25795,580,1,1,0,0,1704.91,928.415,53.1608,2.18166,604800,0,0,29,0,0,0,0,0),(56553,25796,580,1,1,0,0,1704.84,928.138,-74.36,4.15388,604800,0,0,29,0,0,0,0,0),(56686,25867,580,1,1,0,0,1652.84,1061.08,16.1107,1.30441,604800,0,0,97804,0,0,0,0,0),(56933,25867,580,1,1,0,0,1658.29,930.951,17.1607,0.279253,604800,0,0,97804,0,0,0,0,0),(57041,25867,580,1,1,0,0,1632.39,929.57,17.1643,2.79253,604800,0,0,97804,0,0,0,0,0),(58277,25953,580,1,1,0,0,1799.42,837.875,42.593,1.69297,604800,0,0,29,0,0,0,0,0),(58278,25953,580,1,1,0,0,1611.13,1019.9,42.4047,4.17134,604800,0,0,29,0,0,0,0,0),(59469,25953,580,1,1,0,0,1802.7,1017.15,43.3214,3.00197,604800,0,0,29,0,0,0,0,0),(59472,25953,580,1,1,0,0,1608.46,841.096,43.5853,5.34071,604800,0,0,29,0,0,0,0,0),(59473,25192,530,1,1,0,0,12711,-6830.23,4.63168,3.76721,25,0,0,42,0,0,0,0,0),(59515,25192,530,1,1,0,0,12698.5,-6817.68,5.03816,3.76721,25,0,0,42,0,0,0,0,0),(62841,25192,530,1,1,0,0,12640.3,-6865.91,4.60094,0.676663,25,0,0,42,0,0,0,0,0),(62842,25192,530,1,1,0,0,12656.6,-6894.01,4.60168,0.645247,25,0,0,42,0,0,0,0,0),(62843,25192,530,1,1,0,0,12646.9,-6879.44,4.60916,0.645247,25,0,0,42,0,0,0,0,0),(62844,25192,530,1,1,0,0,12700.9,-6829.53,4.86217,4.10493,25,0,0,42,0,0,0,0,0),(62845,25953,530,1,1,0,0,12669.6,-6914.42,9,5.94933,25,0,0,29,0,0,0,0,0),(62846,25953,530,1,1,0,0,12656,-6922,9,5.75792,25,0,0,29,0,0,0,0,0),(62847,25174,530,1,1,0,0,12799,-6984.69,47.5777,2.29058,25,0,0,7380,0,0,0,0,0),(62848,18927,0,1,1,22371,0,-8837.9,553.154,95.9797,0.15708,25,0,0,42,0,0,3,0,0),(62849,18927,0,1,1,22370,0,-8837.23,554.917,95.7154,5.044,25,0,0,42,0,0,0,0,0),(52399,24222,530,1,1,0,0,-2670.27,8556.48,-27.7147,3.54215,600,0,0,4979,0,2,0,0,0),(52400,24222,530,1,1,0,0,-2286.56,8621.62,-4.77538,0.781435,600,0,0,4979,0,2,0,0,0),(52401,24222,530,1,1,0,0,-2830.78,7869.31,-12.2189,5.31315,600,15,0,4979,0,1,0,0,0),(52402,24222,530,1,1,0,0,-2740.06,6962.79,3.00595,5.81579,600,0,0,4979,0,2,0,0,0),(78928,19362,530,1,1,0,1,-3031.14,2576.64,78.5662,3.50976,25,0,0,34930,0,0,0,0,0),(95358,26112,571,1,1,23037,1,4491.27,5715.85,81.4253,0.314159,300,0,0,6116,0,0,0,0,0),(79450,23310,530,1,1,0,0,12583,-6916.13,4.60124,6.25669,25,0,0,57,0,0,0,0,0),(79462,24410,530,1,1,0,0,-1801.67,5144.32,-39.3797,2.19344,25,0,0,42,0,0,0,0,0),(79464,24854,530,1,1,0,0,-1787,5158.15,-39.3803,2.3246,25,0,0,4050,0,0,0,0,0),(79470,10919,1,1,1,0,0,7544.32,-1528.77,174.989,0.782544,25,0,0,2371,0,0,0,0,0),(79473,10919,1,1,1,0,0,7547.5,-1524.67,174.989,3.47175,25,0,0,2371,0,0,0,0,0),(79476,10919,1,1,1,0,0,7543.74,-1521.08,174.989,5.01349,25,0,0,2371,0,0,0,0,0),(79483,10919,1,1,1,0,0,7331.18,-1592.44,164.542,6.12747,25,0,0,2371,0,0,0,0,0),(79489,10919,1,1,1,0,0,7336.64,-1594.46,164.542,3.02122,25,0,0,2371,0,0,0,0,0),(79491,10919,1,1,1,0,0,7401.47,-1658.75,195.858,3.29611,25,0,0,2371,0,0,0,0,0),(79492,10919,1,1,1,0,0,7460.56,-1586.44,177.431,2.24839,25,0,0,2371,0,0,0,0,0),(79493,10919,1,1,1,0,0,7472.86,-1580.47,198.482,5.97902,25,0,0,2371,0,0,0,0,0),(79494,10919,1,1,1,0,0,7478.42,-1576.89,198.482,4.43493,25,0,0,2371,0,0,0,0,0),(79496,10919,1,1,1,0,0,7478.24,-1584.93,198.482,1.26663,25,0,0,2371,0,0,0,0,0),(79499,10919,1,1,1,0,0,7474.52,-1564.03,177.572,4.14119,25,0,0,2371,0,0,0,0,0),(79508,10919,1,1,1,0,0,7472.42,-1569.91,178.205,1.22029,25,0,0,2371,0,0,0,0,0),(79510,10919,1,1,1,0,0,7474.04,-1527.05,158.017,3.29375,25,0,0,2371,0,0,0,0,0),(79514,10919,1,1,1,0,0,7500.53,-1525.97,156.496,3.69273,25,0,0,2371,0,0,0,0,0),(79515,10919,1,1,1,0,0,7513.87,-1566.04,161.282,1.1771,25,0,0,2371,0,0,0,0,0),(79517,10919,1,1,1,0,0,7514.26,-1560.53,161.282,5.05353,25,0,0,2371,0,0,0,0,0),(79519,10919,1,1,1,0,0,7509.47,-1549.87,156.604,4.09064,25,0,0,2371,0,0,0,0,0),(79521,10919,1,1,1,0,0,7519.4,-1531.99,159.698,5.08102,25,0,0,2371,0,0,0,0,0),(79523,10919,1,1,1,0,0,7521.73,-1536.22,159.686,1.87503,25,0,0,2371,0,0,0,0,0),(79525,10919,1,1,1,0,0,7300.79,-1518.87,162.706,5.97588,25,0,0,2371,0,0,0,0,0),(79527,10919,1,1,1,0,0,7309.54,-1547.88,164.534,5.10252,25,0,0,2371,0,0,0,0,0),(79529,10919,1,1,1,0,0,7309.61,-1553.27,164.533,1.96407,25,0,0,2371,0,0,0,0,0),(79531,10919,1,1,1,0,0,7339.03,-1498.82,153.612,3.68487,25,0,0,2371,0,0,0,0,0),(79537,10919,1,1,1,0,0,7334.61,-1503.36,156.14,0.634387,25,0,0,2371,0,0,0,0,0),(79539,11817,1,1,1,0,0,7475.57,-1582.61,181.342,1.30433,25,0,0,4120,0,0,0,0,0),(79541,11819,1,1,1,0,0,7477.02,-1577.44,181.342,4.45849,25,0,0,3876,0,0,0,0,0),(79572,11816,1,1,1,0,0,7550.96,-1522.15,158.954,3.46951,25,0,0,247,0,0,0,0,0),(79574,23988,530,1,1,0,0,9496.36,-7329.73,14.3754,2.87082,25,0,0,8982,0,0,0,0,0),(79589,25207,530,1,1,0,0,9494.07,-7331.21,14.3682,1.54271,25,0,0,2215,0,0,0,0,0),(79591,25200,530,1,1,0,0,9493.3,-7328.58,14.3683,0.0206075,25,0,0,1551,4393,0,0,0,0),(79592,25202,530,1,1,0,0,9494.3,-7327.11,14.3741,4.80211,25,0,0,1551,4393,0,0,0,0),(79593,25150,530,1,1,0,0,9492.34,-7334.05,28.069,5.52046,25,0,0,8982,3155,0,0,0,0),(79973,25151,530,1,1,0,0,9494.56,-7330.73,28.069,6.24332,25,0,0,8982,0,0,0,0,0),(80358,25152,530,1,1,0,0,9493.49,-7328.51,28.069,0.248868,25,0,0,8982,3155,0,0,0,0),(81639,25148,530,1,1,0,0,9493.72,-7332.77,28.069,6.26737,25,0,0,7185,7196,0,0,0,0),(81707,25149,530,1,1,0,0,9492.26,-7327.43,28.069,1.29266,25,0,0,8982,3155,0,0,0,0),(83998,24994,530,1,1,0,0,12959.8,-6878.58,6.49366,3.69159,25,0,0,69860,0,2,0,0,0),(83999,25063,530,1,1,22857,1,12732.3,-6935.39,41.4833,3.33932,25,0,0,7000,0,2,0,0,0),(84002,25063,530,1,1,0,1,12729.6,-6922.33,46.8938,3.89386,25,0,0,7000,0,2,0,0,0),(84003,25063,530,1,1,22857,1,12793.7,-6942.99,51.0401,1.5895,25,0,0,7000,0,2,0,0,0),(84004,25063,530,1,1,22857,1,12809.6,-6933.71,52.2336,2.06153,25,0,0,7000,0,2,0,0,0),(84005,25063,530,1,1,0,1,12790.8,-6968.92,68.3717,5.14277,25,0,0,7000,0,2,0,0,0),(84006,25063,530,1,1,22857,1,12821.9,-7056.96,77.4068,2.92676,25,0,0,7000,0,2,0,0,0),(84587,6927,0,1,1,0,1,-9958.02,-155.297,22.3585,5.67327,180,0,0,156,0,2,0,0,0),(84588,18296,530,1,1,0,0,-1197.21,7327.77,33.9501,5.64423,25,0,0,176,0,2,0,0,0),(84717,18296,530,1,1,0,0,-1197.37,7329.54,33.9769,5.64423,25,0,0,176,0,2,0,0,0),(84718,18296,530,1,1,0,0,-1199.75,7331.31,34.0799,5.64423,25,0,0,176,0,2,0,0,0),(95359,26112,571,1,1,23037,1,4525.29,5718.08,82.7834,3.75246,300,0,0,6116,0,0,0,0,0),(95019,17527,530,1,1,0,0,-2034.18,-11013.9,59.5064,3.88271,300,5,0,356,0,1,0,0,0),(95364,26112,571,1,1,23037,1,4509.77,5743.84,80.643,0.925025,300,0,0,6116,0,0,0,0,0),(85178,28573,0,1,1,0,0,-8651.28,933.201,85.8592,0.683837,25,0,0,955,0,2,0,0,0),(95018,17527,530,1,1,0,0,-2020.47,-10978.5,59.5638,5.65771,300,5,0,356,0,1,0,0,0),(95362,26112,571,1,1,23037,1,4465.78,5723.72,80.7318,3.14159,300,0,0,6116,0,0,0,0,0),(85370,25144,530,1,1,18017,0,12449.2,-7358.39,44.3258,3.08487,25,0,0,2665,2620,2,0,0,0),(85372,25144,530,1,1,18016,0,12451.9,-7358.55,45.8779,3.08487,25,0,0,2665,2620,2,0,0,0),(85373,25144,530,1,1,18016,0,12454.9,-7358.72,45.6095,3.08487,25,0,0,2665,2620,2,0,0,0),(85374,25144,530,1,1,0,0,12457.3,-7358.86,46.2379,3.08487,25,0,0,2665,2620,2,0,0,0),(85375,10919,1,1,1,0,0,7353.31,-1527.89,157.623,2.61281,25,0,0,2371,0,2,0,0,0),(85378,10919,1,1,1,0,0,7348.27,-1529.99,159.598,2.02769,25,0,0,2371,0,2,0,0,0),(85379,10919,1,1,1,0,0,7345.56,-1528.89,159.742,1.73474,25,0,0,2371,0,2,0,0,0),(85380,10919,1,1,1,0,0,7349.14,-1525.13,158.039,3.31182,25,0,0,2371,0,2,0,0,0),(85529,10919,1,1,1,0,0,7348.68,-1522.64,157.331,4.47421,25,0,0,2371,0,2,0,0,0),(85530,10919,1,1,1,0,0,7344.15,-1524.48,158.612,1.36717,25,0,0,2371,0,2,0,0,0),(85545,10919,1,1,1,0,0,7352.76,-1522.12,155.953,3.7972,25,0,0,2371,0,2,0,0,0),(85546,10919,1,1,1,0,0,7348.96,-1518.88,155.725,1.5431,25,0,0,2371,0,2,0,0,0),(85547,10919,1,1,1,0,0,7343.33,-1520.35,157.457,4.91796,25,0,0,2371,0,2,0,0,0),(85548,10919,1,1,1,0,0,7332.3,-1517.58,157.702,0.944623,25,0,0,2371,0,2,0,0,0),(85549,10919,1,1,1,0,0,7336.27,-1517.79,157.338,2.47379,25,0,0,2371,0,2,0,0,0),(85550,10919,1,1,1,0,0,7341.04,-1512.98,155.401,2.43217,25,0,0,2371,0,2,0,0,0),(85551,10919,1,1,1,0,0,7338.98,-1515.01,156.401,0.737278,25,0,0,2371,0,2,0,0,0),(85552,10919,1,1,1,0,0,7335.2,-1514.42,156.92,3.01257,25,0,0,2371,0,2,0,0,0),(85553,10919,1,1,1,0,0,7331.95,-1514.16,157.658,5.53999,25,0,0,2371,0,2,0,0,0),(85554,10919,1,1,1,0,0,7306.6,-1520.75,179.846,2.26252,25,0,0,2371,0,2,0,0,0),(85555,10919,1,1,1,0,0,7306.42,-1514.16,179.846,4.08622,25,0,0,2371,0,2,0,0,0),(85556,10919,1,1,1,0,0,7398.51,-1639.6,189.373,1.71039,25,0,0,2371,0,2,0,0,0),(85557,10919,1,1,1,0,0,7388.76,-1579.8,162.397,2.38505,25,0,0,2371,0,2,0,0,0),(85558,11196,1,1,1,0,1,7316.06,-1490.99,156.133,2.8555,25,0,0,2371,0,2,0,0,0),(85559,11196,1,1,1,0,1,7315.41,-1495.26,156.382,3.0008,25,0,0,2371,0,2,0,0,0),(85560,11196,1,1,1,0,1,7318.11,-1499.58,156.747,3.73122,25,0,0,2371,0,2,0,0,0),(85561,11815,1,1,1,0,1,7297.56,-1517.83,179.846,0.201641,25,0,0,3644,0,2,0,0,0),(85562,10919,1,1,1,0,0,7338.65,-1508.38,155.359,4.69647,25,0,0,2371,0,2,0,0,0),(40530,15526,1,1,1,0,1,-10293.1,-4319.4,-37.2543,5.73809,180,0,0,3052,0,0,0,0,0),(43438,28126,1,1,1,0,1,-7202.32,-3934.32,9.22772,4.17359,25,0,0,6986,0,0,0,0,0),(65613,5403,1,1,1,0,0,-7199.63,-3935.02,9.06387,3.2121,25,0,0,42,0,0,0,0,0),(86115,23051,530,1,1,0,0,-3844.01,3755.45,357.56,4.93069,300,0,0,6986,0,2,0,0,0),(86116,23051,530,1,1,0,0,-3876.83,3314.51,379.561,3.38817,300,0,0,6986,0,2,0,0,0),(86117,23051,530,1,1,0,0,-3894.56,3430.66,372.471,3.0638,300,0,0,6986,0,2,0,0,0),(86118,23051,530,1,1,0,0,-4016.88,3450.13,305.653,2.69152,300,8,0,6986,0,1,0,0,0),(86119,23051,530,1,1,0,0,-3927.68,3625.21,301.683,6.27608,300,8,0,6986,0,1,0,0,0),(86120,23051,530,1,1,0,0,-3837.55,3593.72,289.878,5.22914,300,8,0,6986,0,1,0,0,0),(86131,23051,530,1,1,0,0,-3884.44,3113.83,389.185,1.47494,300,0,0,6986,0,2,0,0,0),(86133,23051,530,1,1,0,0,-4210.05,3036.03,359.272,5.46477,300,0,0,6986,0,2,0,0,0),(86155,23051,530,1,1,0,0,-3629.08,3563.67,295.001,4.66366,300,8,0,6986,0,1,0,0,0),(86160,6491,530,1,4294967295,0,0,3876.32,5492.65,272.483,1.45779,60,0,0,4120,0,0,0,0,0),(81649,21350,565,1,1,0,1,177.064,370.781,0.472787,3.12199,604800,0,0,165200,49635,0,0,0,0),(81650,21350,565,1,1,0,1,174.85,359.627,-0.64406,2.83139,604800,0,0,165200,49635,0,0,0,0),(81646,21350,565,1,1,0,1,67.4204,140.244,-7.49576,4.8234,604800,0,0,165200,49635,0,0,0,0),(86179,26124,0,1,1,16585,0,1806.27,220.163,60.3925,1.43117,300,0,0,3524,0,0,0,0,0),(86224,26124,1,1,1,16585,0,-1018.26,298.879,135.829,3.9619,300,0,0,3524,0,0,0,0,0),(86227,26124,1,1,1,16585,0,1907.03,-4344.81,20.9429,0.872665,300,0,0,3524,0,0,0,0,0),(245579,16592,571,1,1,11686,0,6139.2,-1024.37,409.239,0.132262,300,0,0,42,0,0,0,0,0),(86242,26401,1,1,1,8409,0,9781.11,1014.05,1299.73,6.19592,300,0,0,42,0,0,0,0,0),(86243,26401,1,1,1,8409,0,-60.6233,1257.72,90.2786,2.98451,300,0,0,42,0,0,0,0,0),(86244,26401,1,1,1,8409,0,-3450.72,-4223.08,11.3297,2.61799,300,0,0,42,0,0,0,0,0),(86245,26401,0,1,1,8409,0,-1208.24,-2664.68,45.3872,5.93412,300,0,0,42,0,0,0,0,0),(86246,26401,0,1,1,8409,0,-14298.2,55.3486,1.47578,2.54818,300,0,0,42,0,0,0,0,0),(86247,26401,0,1,1,8409,0,-612.235,-547.718,36.5576,4.5204,300,0,0,42,0,0,0,0,0),(86248,26401,0,1,1,8409,0,-3442.66,-947.768,9.99993,4.10152,300,0,0,42,0,0,0,0,0),(86249,26401,0,1,1,8409,0,-14298.2,55.3486,1.47578,2.54818,300,0,0,42,0,0,0,0,0),(86250,26401,0,1,1,8409,0,-9386.23,26.1518,60.6273,4.5204,300,0,0,42,0,0,0,0,0),(86251,26401,0,1,1,8409,0,-9432.88,-2136.9,66.4413,4.17939,300,0,0,42,0,0,0,0,0),(86252,26401,0,1,1,8409,0,183.036,-2129.67,103.204,3.66519,300,0,0,42,0,0,0,0,0),(86253,26401,0,1,1,8409,0,-10645.8,1061.62,33.1256,5.49779,300,0,0,42,0,0,0,0,0),(86254,26401,0,1,1,8409,0,-5415.36,-497.514,396.772,4.76475,300,0,0,42,0,0,0,0,0),(86255,26401,0,1,1,8409,0,-5243.61,-2892.8,338.307,1.93731,300,0,0,42,0,0,0,0,0),(86256,26401,0,1,1,8409,0,-10697.6,-1158.41,25.0413,3.90954,300,0,0,42,0,0,0,0,0),(86258,26401,0,1,1,8409,0,-1208.24,-2664.68,45.3872,5.93412,300,0,0,42,0,0,0,0,0),(86259,26401,0,1,1,8409,0,-10943.7,-3228.1,41.5281,4.5204,300,0,0,42,0,0,0,0,0),(86260,26401,1,1,1,8409,0,-6776.65,532.378,-1.14293,3.21141,300,0,0,42,0,0,0,0,0),(86261,26401,1,1,1,8409,0,6854.22,-4755.9,696.906,0.890118,300,0,0,42,0,0,0,0,0),(86262,26401,1,1,1,8409,0,-7223.92,-3861.28,11.722,3.89208,300,0,0,42,0,0,0,0,0),(86264,26401,1,1,1,8409,0,-6776.65,532.378,-1.14293,3.21141,300,0,0,42,0,0,0,0,0),(86265,26401,1,1,1,8409,0,-7223.92,-3861.28,11.722,3.89208,300,0,0,42,0,0,0,0,0),(86266,26401,1,1,1,8409,0,2565.98,-479.263,108.83,1.67552,300,0,0,42,0,0,0,0,0),(86267,26401,1,1,1,8409,0,6314.42,521.312,18.2916,1.3439,300,0,0,42,0,0,0,0,0),(86268,26401,530,1,1,8409,0,-521.873,2310.71,38.9419,5.4598,300,0,0,42,0,0,0,0,0),(245578,16592,571,1,1,11686,0,6072.67,-1103.21,419.456,6.23874,300,0,0,42,0,0,0,0,0),(245577,16592,571,1,1,11686,0,5641.3,-2622.27,292.419,0.0655074,300,0,0,42,0,0,0,0,0),(245576,16592,571,1,1,11686,0,5288.52,-2757.12,292.418,6.27408,300,0,0,42,0,0,0,0,0),(245575,16592,571,1,1,11686,0,3399.05,-2911.26,202.028,6.21516,300,0,0,42,0,0,0,0,0),(245574,16592,571,1,1,11686,0,3360.71,-2113.31,124.059,0.175442,300,0,0,42,0,0,0,0,0),(245573,16592,571,1,1,11686,0,2572.61,-4330.26,276.656,0.222526,300,0,0,42,0,0,0,0,0),(245572,16592,571,1,1,11686,0,2483.96,-4886.47,265.271,6.27404,300,0,0,42,0,0,0,0,0),(245571,16592,530,1,1,11686,0,2931.39,3698.96,143.537,2.23621,300,0,0,42,0,0,0,0,0),(245570,16592,530,1,1,11686,0,182.189,6026.17,22.1537,0.743754,300,0,0,42,0,0,0,0,0),(245569,16592,530,1,1,11686,0,-2529.23,7555.4,-1.74901,6.22584,300,0,0,42,0,0,0,0,0),(245568,16592,530,1,1,11686,0,7696.83,-6834.27,77.4663,1.37997,300,0,0,42,0,0,0,0,0),(245567,16592,1,1,1,11686,0,-2331.29,-633.621,-8.33476,5.79781,300,0,0,42,0,0,0,0,0),(86643,25951,1,1,1,23472,0,4199.24,1175.68,6.15694,3.78736,300,0,0,454,1272,0,0,0,0),(86644,25962,530,1,1,23791,0,-1745.98,5342.86,-12.3448,1.67552,300,0,0,1524,0,0,0,0,0),(86645,25962,530,1,1,23791,0,-1993.87,5482.46,3.15594,4.46804,300,0,0,1524,0,0,0,0,0),(86646,25962,530,1,1,23791,0,-1826.07,5567.61,3.04806,5.96903,300,0,0,1524,0,0,0,0,0),(86703,25962,530,1,1,23791,0,-1908.94,5259.28,5.2625,2.54818,300,0,0,1524,0,0,0,0,0),(86704,25962,1,1,1,23791,0,-6782.28,550.543,2.97638,5.8294,300,0,0,1524,0,0,0,0,0),(86705,25962,1,1,1,23791,0,-7239.28,-3845.06,10.8885,2.00713,300,0,0,1524,0,0,0,0,0),(86706,25962,1,1,1,23791,0,6840.23,-4752.14,698.138,2.63545,300,0,0,1524,0,0,0,0,0),(86707,25962,1,1,1,23791,0,-3469.82,-4208.99,10.1557,0.383972,300,0,0,1524,0,0,0,0,0),(86708,25962,0,1,1,23791,0,-623.26,-539.21,34.8658,3.15905,300,0,0,1524,0,0,0,0,0),(86709,25962,0,1,1,23791,0,181.368,-2115.44,105.641,2.19912,300,0,0,1524,0,0,0,0,0),(86710,25962,0,1,1,23791,0,-3434.94,-951.551,9.51143,3.83972,300,0,0,1524,0,0,0,0,0),(86711,25962,0,1,1,23791,0,-14286.7,52.4315,0.457084,5.63741,300,0,0,1524,0,0,0,0,0),(86712,25962,0,1,1,23791,0,-1189.65,-2665.28,46.3519,3.83972,300,0,0,1524,0,0,0,0,0),(86713,25962,0,1,1,23791,0,-10953.5,-3227.95,41.1896,3.83972,300,0,0,1524,0,0,0,0,0),(86714,25962,0,1,1,23791,0,-9379.87,18.9105,62.1827,5.11381,300,0,0,1524,0,0,0,0,0),(86715,25962,0,1,1,23791,0,-5429.65,-495.516,397.314,3.57792,300,0,0,1524,0,0,0,0,0),(86716,25962,1,1,1,23791,0,-6782.28,550.543,2.97638,5.8294,300,0,0,1524,0,0,0,0,0),(86895,25962,1,1,1,23791,0,-7239.28,-3845.06,10.8885,2.00713,300,0,0,1524,0,0,0,0,0),(86896,25962,1,1,1,23791,0,6306.48,518.792,17.6333,1.11701,300,0,0,1524,0,0,0,0,0),(86897,25962,0,1,1,23791,0,-9442.95,-2125.02,67.4066,4.20624,300,0,0,1524,0,0,0,0,0),(86898,25962,0,1,1,23791,0,-14286.7,52.4315,0.457084,5.63741,300,0,0,1524,0,0,0,0,0),(86901,25962,1,1,1,23791,0,9784.58,1031.13,1298.9,0.698132,300,0,0,1524,0,0,0,0,0),(86924,25962,1,1,1,23791,0,2557.03,-457.059,109.375,4.7822,300,0,0,1524,0,0,0,0,0),(87086,25962,1,1,1,23791,0,-57.406,1250.45,90.5007,4.59022,300,0,0,1524,0,0,0,0,0),(88899,25962,0,1,1,23791,0,-10636.6,1079.73,34.2812,5.91667,300,0,0,1524,0,0,0,0,0),(90486,25962,0,1,1,23791,0,-10685.2,-1154.98,25.7006,5.91667,300,0,0,1524,0,0,0,0,0),(90490,25962,0,1,1,23791,0,-1189.65,-2665.28,46.3519,3.83972,300,0,0,1524,0,0,0,0,0),(90492,25962,0,1,1,23791,0,-5250.97,-2878.25,339.173,5.044,300,0,0,1524,0,0,0,0,0),(90493,25962,530,1,1,23791,0,-513.514,2334.38,38.276,0.506145,300,0,0,1524,0,0,0,0,0),(90494,26221,1,1,1,23131,1,8703.54,958.013,13.3155,4.03171,300,0,0,8982,3155,0,0,0,0),(90495,26221,0,1,1,23129,1,1791.36,231.328,60.1939,0.907571,300,0,0,8982,3155,0,0,0,0),(90496,26221,1,1,1,23129,1,-1016.88,285.408,135.829,3.29867,300,0,0,8982,3155,0,0,0,0),(90498,26221,530,1,1,23129,1,-1740.59,5342.66,-12.3448,2.00713,300,0,0,8982,3155,0,0,0,0),(90499,26221,0,1,1,23131,1,-4715.46,-1228.57,501.743,1.58825,300,0,0,8982,3155,0,0,0,0),(90508,26221,1,1,1,23129,1,1911.99,-4331.92,21.5731,0.506145,300,0,0,8982,3155,0,0,0,0),(90509,25975,1,1,1,23792,1,8705.96,934.905,14.8791,1.02974,300,0,0,3237,0,0,0,0,0),(90510,25975,0,1,1,23792,1,-4701.44,-1230.36,501.743,5.044,300,0,0,3237,0,0,0,0,0),(90512,25975,0,1,1,23792,1,-8836.37,851.844,99.1308,4.81711,300,0,0,3237,0,0,0,0,0),(90920,25980,1,1,1,23494,0,4198.93,1181.45,5.2037,4.31096,300,0,0,547,0,0,0,0,0),(91009,25980,1,1,1,23494,0,4205.69,1174.29,5.9435,3.4383,300,0,0,547,0,0,0,0,0),(91115,20102,1,1,1,16431,1,-924.656,-3715.91,9.13173,5.06145,300,0,0,42,0,0,0,0,0),(91116,20102,1,1,1,16431,1,-924.099,-3718,9.18514,1.69297,300,0,0,42,0,0,0,0,0),(91117,20102,1,1,1,16431,1,-898.024,-3765.59,11.868,1.25664,300,0,0,42,0,0,0,0,0),(91118,20102,1,1,1,16431,1,-897.124,-3763.23,11.9882,4.32842,300,0,0,42,0,0,0,0,0),(91704,20102,1,1,1,16431,1,-1030.97,-3678.41,23.2479,1.62316,300,0,0,42,0,0,0,0,0),(91705,20102,1,1,1,16431,1,-1031.03,-3676.2,23.1851,4.69494,300,0,0,42,0,0,0,0,0),(91706,20102,1,1,1,16431,1,-1031.03,-3676.2,23.1851,4.69494,300,0,0,42,0,0,0,0,0),(91707,20102,1,1,1,16431,1,-898.024,-3765.59,11.868,1.25664,300,0,0,42,0,0,0,0,0),(91749,20102,1,1,1,16431,1,-897.124,-3763.23,11.9882,4.32842,300,0,0,42,0,0,0,0,0),(91750,20102,1,1,1,16431,1,-924.656,-3715.91,9.13173,5.06145,300,0,0,42,0,0,0,0,0),(91751,20102,1,1,1,16431,1,-924.099,-3718,9.18514,1.69297,300,0,0,42,0,0,0,0,0),(91752,20102,1,1,1,16431,1,6791.34,-4747.01,701.617,2.21657,300,0,0,42,0,0,0,0,0),(91753,20102,1,1,1,16431,1,-7144.12,-3830.95,8.50543,3.26377,300,0,0,42,0,0,0,0,0),(91754,20102,1,1,1,16431,1,-7147.06,-3830.22,8.51396,6.05629,300,0,0,42,0,0,0,0,0),(91755,20102,1,1,1,16431,1,-7217.57,-3735.16,8.45314,2.28638,300,0,0,42,0,0,0,0,0),(91756,20102,1,1,1,16431,1,-7219.66,-3731.91,8.4635,5.13127,300,0,0,42,0,0,0,0,0),(91757,20102,1,1,1,16431,1,-7182.97,-3811.81,8.80395,2.3911,300,0,0,42,0,0,0,0,0),(91758,20102,1,1,1,16431,1,-7185.2,-3809.25,9.01346,5.51524,300,0,0,42,0,0,0,0,0),(91759,20102,1,1,1,16431,1,-7053.62,-3777.21,10.2047,5.25344,300,0,0,42,0,0,0,0,0),(91760,20102,1,1,1,16431,1,-7053,-3779.9,10.1478,1.53589,300,0,0,42,0,0,0,0,0),(91761,20102,1,1,1,16431,1,-7053,-3779.9,10.1478,1.53589,300,0,0,42,0,0,0,0,0),(91762,20102,1,1,1,16431,1,-7217.57,-3735.16,8.45314,2.28638,300,0,0,42,0,0,0,0,0),(91763,20102,1,1,1,16431,1,-7219.66,-3731.91,8.4635,5.13127,300,0,0,42,0,0,0,0,0),(91764,20102,1,1,1,16431,1,-7144.12,-3830.95,8.50543,3.26377,300,0,0,42,0,0,0,0,0),(91765,20102,1,1,1,16431,1,-7147.06,-3830.22,8.51396,6.05629,300,0,0,42,0,0,0,0,0),(91766,20102,530,1,1,16431,1,-1818.99,5305.67,-12.3448,4.03171,300,0,0,42,0,0,0,0,0),(91767,20102,530,1,1,16431,1,-1821.12,5303.35,-12.3448,0.767945,300,0,0,42,0,0,0,0,0),(91768,20102,530,1,1,16431,1,-1748.08,5493.86,-12.3448,4.2586,300,0,0,42,0,0,0,0,0),(91769,20102,530,1,1,16431,1,-1747.9,5492.11,-12.3448,1.3439,300,0,0,42,0,0,0,0,0),(91770,20102,530,1,1,16431,1,-1978.82,5365.21,-12.3448,3.63029,300,0,0,42,0,0,0,0,0),(91771,20102,530,1,1,16431,1,-1980.72,5364.88,-12.3225,0.226893,300,0,0,42,0,0,0,0,0),(91772,20102,530,1,1,16431,1,-1875.93,5376.2,-12.3448,0.820305,300,0,0,42,0,0,0,0,0),(91773,20102,530,1,1,16431,1,-1875.06,5378.04,-12.3448,4.36332,300,0,0,42,0,0,0,0,0),(91774,20102,530,1,1,16431,1,-2175.76,5414.62,50.3112,5.60251,300,0,0,42,0,0,0,0,0),(91775,20102,530,1,1,16431,1,-2174.14,5413.06,50.3112,2.56563,300,0,0,42,0,0,0,0,0),(91776,20102,530,1,1,16431,1,-1809.92,5418.64,-12.3448,5.55015,300,0,0,42,0,0,0,0,0),(91777,20102,530,1,1,16431,1,-1808.36,5417.01,-12.3448,2.32129,300,0,0,42,0,0,0,0,0),(91778,20102,530,1,1,16431,1,-1917.81,5441.85,-12.3448,2.35619,300,0,0,42,0,0,0,0,0),(91779,20102,530,1,1,16431,1,-1920.17,5443.52,-12.3448,5.86431,300,0,0,42,0,0,0,0,0),(91794,20102,530,1,1,16431,1,-1883.61,5769.28,129.641,4.15388,300,0,0,42,0,0,0,0,0),(91801,20102,530,1,1,16431,1,-1884.14,5766.55,129.641,1.309,300,0,0,42,0,0,0,0,0),(92568,20102,0,1,1,16431,1,-14440.1,509.034,26.2717,1.3439,300,0,0,42,0,0,0,0,0),(93587,20102,0,1,1,16431,1,-14440.2,510.301,26.2619,5.07891,300,0,0,42,0,0,0,0,0),(93610,20102,0,1,1,16431,1,-14468.7,463.642,36.9241,4.13643,300,0,0,42,0,0,0,0,0),(93639,20102,0,1,1,16431,1,-14469.6,462.223,36.9248,0.279253,300,0,0,42,0,0,0,0,0),(93646,20102,0,1,1,16431,1,-14313.5,508.853,8.69121,4.27606,300,0,0,42,0,0,0,0,0),(93652,20102,0,1,1,16431,1,-14314,507.109,8.68829,1.22173,300,0,0,42,0,0,0,0,0),(93695,20102,0,1,1,16431,1,-14468.7,463.642,36.9241,4.13643,300,0,0,42,0,0,0,0,0),(93734,20102,0,1,1,16431,1,-14469.6,462.223,36.9248,0.279253,300,0,0,42,0,0,0,0,0),(93762,20102,0,1,1,16431,1,-14313.5,508.853,8.69121,4.27606,300,0,0,42,0,0,0,0,0),(93763,20102,0,1,1,16431,1,-14314,507.109,8.68829,1.22173,300,0,0,42,0,0,0,0,0),(93764,20102,0,1,1,16431,1,-14440.1,509.034,26.2717,1.3439,300,0,0,42,0,0,0,0,0),(93913,20102,0,1,1,16431,1,-14440.2,510.301,26.2619,5.07891,300,0,0,42,0,0,0,0,0),(94421,25994,530,1,1,23789,1,-1758.31,5322.8,-12.3448,2.86234,300,0,0,1651,0,0,0,0,0),(94475,25994,1,1,1,23789,1,-7104.6,-3660.68,11.0245,0.471239,300,0,0,1651,0,0,0,0,0),(94477,25994,1,1,1,23789,1,-6985.01,911.052,9.83533,5.61996,300,0,0,1651,0,0,0,0,0),(94485,25994,1,1,1,23789,1,1993.87,-2345.35,90.1741,2.74017,300,0,0,1651,0,0,0,0,0),(94486,25994,1,1,1,23789,1,-5518.41,-2283.94,-58.5534,1.90241,300,0,0,1651,0,0,0,0,0),(94487,25994,530,1,1,23789,1,-2539.43,4266.71,17.1441,5.96903,300,0,0,1651,0,0,0,0,0),(94488,25994,1,1,1,23789,1,-3110.92,-2741.44,35.323,4.72984,300,0,0,1651,0,0,0,0,0),(94489,25994,0,1,1,23789,1,-14377.6,128.137,0.828836,2.37365,300,0,0,1651,0,0,0,0,0),(94509,25994,0,1,1,23789,1,-1120.3,-3558.79,49.3666,1.91986,300,0,0,1651,0,0,0,0,0),(94510,25994,0,1,1,23789,1,597.775,1352.13,89.6944,5.11381,300,0,0,1651,0,0,0,0,0),(94511,25994,530,1,1,23789,1,30.013,2600.02,70.5904,1.95477,300,0,0,1651,0,0,0,0,0),(94512,25994,1,1,1,23789,1,945.232,789.416,103.969,1.88496,300,0,0,1651,0,0,0,0,0),(94513,25994,1,1,1,23789,1,-7104.6,-3660.68,11.0245,0.471239,300,0,0,1651,0,0,0,0,0),(94514,25994,1,1,1,23789,1,6837.44,-4570.78,709.263,4.41568,300,0,0,1651,0,0,0,0,0),(94515,25994,1,1,1,23789,1,-1845.5,3050.37,1.17382,6.05629,300,0,0,1651,0,0,0,0,0),(94516,25994,1,1,1,23789,1,-295.974,-2662.6,93.8077,3.15905,300,0,0,1651,0,0,0,0,0),(94517,25994,0,1,1,23789,1,-10347.1,-3300.82,23.6811,3.47321,300,0,0,1651,0,0,0,0,0),(94518,25994,0,1,1,23789,1,-14377.6,128.137,0.828836,2.37365,300,0,0,1651,0,0,0,0,0),(94519,25994,0,1,1,23789,1,-6681.29,-2193.9,247.956,0.994838,300,0,0,1651,0,0,0,0,0),(94520,25994,0,1,1,23789,1,-7601.24,-2059.78,131.112,2.46091,300,0,0,1651,0,0,0,0,0),(94521,25994,0,1,1,23789,1,-132.64,-814.957,55.1647,5.79449,300,0,0,1651,0,0,0,0,0),(94522,25994,530,1,1,23789,1,-1998.72,5467.01,3.08457,1.36136,300,0,0,1651,0,0,0,0,0),(94523,25994,530,1,1,23789,1,-1811.19,5562.96,3.12236,2.80998,300,0,0,1651,0,0,0,0,0),(94524,25994,1,1,1,23789,1,-4585.43,423.634,42.3342,2.6529,300,0,0,1651,0,0,0,0,0),(94525,25994,0,1,1,23789,1,-466.788,-4532.08,11.1267,3.47321,300,0,0,1651,0,0,0,0,0),(94526,25994,530,1,1,23789,1,-1209.93,7491.75,21.2173,1.50098,300,0,0,1651,0,0,0,0,0),(94527,25994,530,1,1,23789,1,214.899,7694.4,22.4383,0.366519,300,0,0,1651,0,0,0,0,0),(94528,25994,530,1,1,23789,1,-1698.79,5363.46,5.49626,1.18682,300,0,0,1651,0,0,0,0,0),(94529,16781,1,1,1,16434,0,8709.52,953.974,13.6819,4.2586,300,0,0,1524,0,0,0,0,0),(94530,16781,1,1,1,16436,0,1895.07,-4344.85,20.9808,5.67232,300,0,0,1524,0,0,0,0,0),(94531,16781,1,1,1,16432,0,-1021.59,293.29,135.829,0.122173,300,0,0,1524,0,0,0,0,0),(94532,16781,1,1,1,16436,0,-3103.63,-2740.18,35.0142,2.9147,300,0,0,1524,0,0,0,0,0),(94533,16781,1,1,1,16445,0,-3107.49,-2738.83,35.2136,3.79073,300,0,0,1524,0,0,0,0,0),(94534,16781,1,1,1,16438,0,-3114.17,-2737.15,34.8386,4.29351,300,0,0,1524,0,0,0,0,0),(94535,16781,1,1,1,16443,0,-3116.46,-2741.03,34.9636,6.2106,300,0,0,1524,0,0,0,0,0),(94536,16781,1,1,1,21083,0,9773.25,1007.28,1299.08,4.2586,300,0,0,1524,0,0,0,0,0),(94537,16781,1,1,1,21086,0,6837.93,-4560.88,710.037,4.66286,300,0,0,1524,0,0,0,0,0),(94538,16781,1,1,1,16442,0,6830.61,-4564.92,710.46,5.57349,300,0,0,1524,0,0,0,0,0),(94539,16781,1,1,1,16447,0,6850.13,-4748.91,697.379,3.45657,300,0,0,1524,0,0,0,0,0),(94540,16781,1,1,1,21083,0,-50.4993,1243.12,90.8353,2.21657,300,0,0,1524,0,0,0,0,0),(94541,16781,1,1,1,16445,0,2001.79,-2350.23,90.3004,2.58943,300,0,0,1524,0,0,0,0,0),(94542,16781,1,1,1,16443,0,1987.35,-2335.27,90.3668,5.28661,300,0,0,1524,0,0,0,0,0),(94543,16781,1,1,1,16447,0,6312.31,527.884,16.6383,5.23599,300,0,0,1524,0,0,0,0,0),(94544,16781,1,1,1,16433,0,6309.25,509.718,17.8184,2.05949,300,0,0,1524,0,0,0,0,0),(94545,16781,1,1,1,21085,0,-1846.58,3044.63,1.9924,3.54302,300,0,0,1524,0,0,0,0,0),(94546,16781,1,1,1,16446,0,-1842.07,3054.23,0.818315,2.70526,300,0,0,1524,0,0,0,0,0),(94547,16781,1,1,1,21086,0,-1016.5,294.422,135.829,3.56173,300,0,0,1524,0,0,0,0,0),(94548,16781,0,1,1,16413,0,-9449.18,-2123.47,69.2066,6.03994,300,0,0,1524,0,0,0,0,0),(94549,16781,0,1,1,16448,0,-3433.67,-959.299,9.56594,2.21657,300,0,0,1524,0,0,0,0,0),(94550,16781,0,1,1,16434,0,-14277.8,54.594,0.903981,2.87979,300,0,0,1524,0,0,0,0,0),(94551,16781,0,1,1,21083,0,-14289.6,46.9671,0.852089,6.02139,300,0,0,1524,0,0,0,0,0),(94552,16781,0,1,1,16447,0,-14285.2,45.2736,0.5652,1.76951,300,0,0,1524,0,0,0,0,0),(94553,16781,0,1,1,16414,0,-14285.2,45.2736,0.5652,2.68781,300,0,0,1524,0,0,0,0,0),(94554,16781,0,1,1,16412,0,-14282.4,55.3707,0.467201,6.21337,300,0,0,1524,0,0,0,0,0),(94555,16781,0,1,1,16414,0,-14277.8,54.594,0.903981,2.87979,300,0,0,1524,0,0,0,0,0),(94556,16781,0,1,1,16414,0,-1197.29,-2680.87,46.3772,6.12611,300,0,0,1524,0,0,0,0,0),(94557,16781,0,1,1,16414,0,-1202.46,-2657.93,45.8036,5.23599,300,0,0,1524,0,0,0,0,0),(94558,16781,0,1,1,16435,0,-10968,-3234.34,41.4491,2.21657,300,0,0,1524,0,0,0,0,0),(94559,16781,0,1,1,21084,0,-9375.14,26.3486,61.714,4.83456,300,0,0,1524,0,0,0,0,0),(94560,16781,0,1,1,16413,0,-9383.17,11.5458,61.1362,1.44862,300,0,0,1524,0,0,0,0,0),(94561,16781,0,1,1,16413,0,-9373.36,22.8965,62.0908,2.21657,300,0,0,1524,0,0,0,0,0),(94562,16781,0,1,1,21084,0,-5428.45,-486.615,396.646,4.2586,300,0,0,1524,0,0,0,0,0),(94563,16781,0,1,1,16412,0,-5250.07,-2891.32,339.267,4.2586,300,0,0,1524,0,0,0,0,0),(94564,16781,0,1,1,16432,0,-6686.65,-2194.68,248.353,0.145253,300,0,0,1524,0,0,0,0,0),(94565,16781,0,1,1,16436,0,-6685.3,-2199.44,248.978,3.21141,300,0,0,1524,0,0,0,0,0),(94566,16781,0,1,1,16445,0,-474.941,-4528.3,12.8381,4.66003,300,0,0,1524,0,0,0,0,0),(94567,16781,0,1,1,21086,0,-463.082,-4537.73,9.4355,2.15069,300,0,0,1524,0,0,0,0,0),(94568,16781,0,1,1,21086,0,-468.089,-4537.65,10.3289,1.34167,300,0,0,1524,0,0,0,0,0),(94569,16781,0,1,1,16432,0,1792.44,219.541,60.0122,1.5708,300,0,0,1524,0,0,0,0,0),(94570,16781,0,1,1,16436,0,1793.16,224.844,59.7142,4.46804,300,0,0,1524,0,0,0,0,0),(94571,16781,0,1,1,21086,0,1816.48,217.623,59.9269,2.04204,300,0,0,1524,0,0,0,0,0),(94572,16781,530,1,1,16444,0,216.637,7684.78,23.0092,0.907571,300,0,0,1524,0,0,0,0,0),(94573,16781,530,1,1,16438,0,219.344,7688.08,23.0563,2.18361,300,0,0,1524,0,0,0,0,0),(94574,16781,1,1,1,16444,0,940.413,789.09,103.992,0.067552,300,0,0,1524,0,0,0,0,0),(94575,16781,1,1,1,21084,0,-6786.51,544.666,1.59918,0.366519,300,0,0,1524,0,0,0,0,0),(94576,16781,1,1,1,21083,0,9773.31,1033.1,1299.56,3.83972,300,0,0,1524,0,0,0,0,0),(94577,16781,1,1,1,16447,0,9769.71,1030.63,1300.17,0.453786,300,0,0,1524,0,0,0,0,0),(94578,16781,1,1,1,16447,0,9772.87,1004.43,1298.9,1.44862,300,0,0,1524,0,0,0,0,0),(94579,16781,1,1,1,16435,0,-6774.95,553.742,3.73485,4.2586,300,0,0,1524,0,0,0,0,0),(94580,16781,1,1,1,16413,0,-6775.84,550.704,3.13809,3.16651,300,0,0,1524,0,0,0,0,0),(94581,16781,1,1,1,16443,0,6834.14,-4568.12,709.714,5.60569,300,0,0,1524,0,0,0,0,0),(94582,16781,1,1,1,16448,0,-7229.52,-3843.73,12.1387,4.2586,300,0,0,1524,0,0,0,0,0),(94583,16781,1,1,1,16413,0,6854.11,-4749.86,697.021,3.00197,300,0,0,1524,0,0,0,0,0),(94584,16781,1,1,1,16433,0,6845.68,-4757.61,697.641,1.51844,300,0,0,1524,0,0,0,0,0),(94585,16781,1,1,1,21084,0,6846.12,-4752.99,697.612,4.53786,300,0,0,1524,0,0,0,0,0),(94586,16781,1,1,1,16446,0,-7102.36,-3666.85,11.0592,2.75762,300,0,0,1524,0,0,0,0,0),(94587,16781,1,1,1,21085,0,1998.36,-2352.39,90.135,0.506145,300,0,0,1524,0,0,0,0,0),(94588,16781,1,1,1,16432,0,1990.55,-2333.87,91.2249,3.63029,300,0,0,1524,0,0,0,0,0),(94589,16781,1,1,1,21084,0,-62.8864,1247.85,90.822,0.443423,300,0,0,1524,0,0,0,0,0),(94590,16781,1,1,1,16412,0,-63.0911,1244.82,91.1532,0.780361,300,0,0,1524,0,0,0,0,0),(94591,16781,1,1,1,16433,0,-52.604,1246.92,90.8132,2.50717,300,0,0,1524,0,0,0,0,0),(94592,16781,1,1,1,16413,0,-3472.85,-4218.53,9.61242,1.26356,300,0,0,1524,0,0,0,0,0),(94593,16781,1,1,1,21085,0,-1845.11,3056.32,0.594067,4.64677,300,0,0,1524,0,0,0,0,0),(94594,16781,1,1,1,16438,0,-1851.72,3043.05,2.75093,0.122173,300,0,0,1524,0,0,0,0,0),(94595,16781,1,1,1,16436,0,-5511.32,-2279.46,-58.9298,3.70525,300,0,0,1524,0,0,0,0,0),(94596,16781,1,1,1,16444,0,-5514.57,-2283.49,-58.732,3.25728,300,0,0,1524,0,0,0,0,0),(94597,16781,1,1,1,16446,0,1898.5,-4346.82,21.0223,2.70526,300,0,0,1524,0,0,0,0,0),(94598,16781,0,1,1,16438,0,-10351.3,-3292.1,23.2491,4.5204,300,0,0,1524,0,0,0,0,0),(94599,16781,0,1,1,16448,0,-9437.42,-2137.57,66.7224,1.98536,300,0,0,1524,0,0,0,0,0),(94600,16781,0,1,1,16448,0,-9434.02,-2135.57,66.2969,3.75246,300,0,0,1524,0,0,0,0,0),(94601,16781,0,1,1,16413,0,178.85,-2118.32,104.996,0.85135,300,0,0,1524,0,0,0,0,0),(94602,16781,0,1,1,21083,0,-3427.64,-949.945,9.66967,4.2586,300,0,0,1524,0,0,0,0,0),(94603,16781,0,1,1,16447,0,-14282.4,55.3707,0.392449,3.74504,300,0,0,1524,0,0,0,0,0),(94604,16781,0,1,1,16433,0,-14289.6,46.9671,0.852089,6.02139,300,0,0,1524,0,0,0,0,0),(94605,16781,0,1,1,16434,0,-1201.28,-2660.02,45.4031,2.21657,300,0,0,1524,0,0,0,0,0),(94606,16781,0,1,1,21083,0,-10936.2,-3219.52,41.4308,1.44862,300,0,0,1524,0,0,0,0,0),(94607,16781,0,1,1,16448,0,-10968.9,-3230.71,41.5834,5.23599,300,0,0,1524,0,0,0,0,0),(94608,16781,0,1,1,16447,0,-10935.7,-3215.98,41.4308,4.2586,300,0,0,1524,0,0,0,0,0),(94609,16781,0,1,1,16448,0,-5430.02,-489.223,396.787,1.44862,300,0,0,1524,0,0,0,0,0),(94610,16781,0,1,1,16413,0,-5243.4,-2868.25,336.974,5.23599,300,0,0,1524,0,0,0,0,0),(94611,16781,0,1,1,16445,0,-6688.79,-2191.26,247.728,5.94547,300,0,0,1524,0,0,0,0,0),(94612,16781,0,1,1,21085,0,-475.423,-4532.37,12.327,0.034308,300,0,0,1524,0,0,0,0,0),(94613,16781,530,1,1,16435,0,-1740.67,5351.79,-12.3448,6.07375,300,0,0,1524,0,0,0,0,0),(94614,16781,530,1,1,16433,0,-1735.15,5351.09,-12.3448,2.96706,300,0,0,1524,0,0,0,0,0),(94615,16781,0,1,1,16446,0,1814.13,220.927,59.5969,5.21853,300,0,0,1524,0,0,0,0,0),(94616,16781,1,1,1,21083,0,6313.18,525.604,17.2145,2.21657,300,0,0,1524,0,0,0,0,0),(94617,16781,1,1,1,16412,0,6307.56,512.287,17.7694,5.37561,300,0,0,1524,0,0,0,0,0),(94618,16781,0,1,1,16448,0,-9449.25,-2120.39,69.2066,4.57276,300,0,0,1524,0,0,0,0,0),(94619,16781,0,1,1,16435,0,-9382.33,14.4817,61.6174,4.2586,300,0,0,1524,0,0,0,0,0),(94620,16781,0,1,1,21084,0,-5431.74,-502.427,397.758,2.21657,300,0,0,1524,0,0,0,0,0),(94621,16781,0,1,1,16413,0,-5433.93,-500.603,397.292,5.23599,300,0,0,1524,0,0,0,0,0),(94622,16781,0,1,1,16414,0,-5242.92,-2871.7,338.068,2.21657,300,0,0,1524,0,0,0,0,0),(94623,16781,0,1,1,16447,0,-5250.77,-2895.2,338.614,1.44862,300,0,0,1524,0,0,0,0,0),(94624,16781,530,1,1,21085,0,34.1126,2604.56,71.1076,5.88176,300,0,0,1524,0,0,0,0,0),(94625,16781,530,1,1,16432,0,214.862,7681.32,22.7878,1.56793,300,0,0,1524,0,0,0,0,0),(94626,16781,530,1,1,16446,0,209.972,7682.07,22.6613,0.05236,300,0,0,1524,0,0,0,0,0),(94627,16781,1,1,1,16443,0,-1025.46,306.366,135.804,0.226893,300,0,0,1524,0,0,0,0,0),(94628,16781,1,1,1,16438,0,-1020.04,307.155,135.829,3.15905,300,0,0,1524,0,0,0,0,0),(94629,16781,1,1,1,16442,0,1918.67,-4348.65,20.5571,5.02655,300,0,0,1524,0,0,0,0,0),(94630,16781,1,1,1,16436,0,1919.47,-4353.55,20.5943,1.62316,300,0,0,1524,0,0,0,0,0),(94631,16781,530,1,1,16443,0,-1764.56,5311.57,-12.3448,3.01942,300,0,0,1524,0,0,0,0,0),(94632,16781,530,1,1,16445,0,-1769.84,5313.85,-12.3448,5.88176,300,0,0,1524,0,0,0,0,0),(94633,16781,530,1,1,16413,0,-515.786,2339.67,37.8614,5.11811,300,0,0,1524,0,0,0,0,0),(94634,16781,0,1,1,16447,0,-1201.28,-2660.02,45.4031,5.85842,300,0,0,1524,0,0,0,0,0),(94635,16781,0,1,1,16448,0,-1202.46,-2657.93,45.8036,5.23599,300,0,0,1524,0,0,0,0,0),(94636,16781,0,1,1,16447,0,-1195.37,-2682.08,47.0076,2.53073,300,0,0,1524,0,0,0,0,0),(94637,16781,0,1,1,16433,0,-1197.29,-2680.87,46.3772,6.12611,300,0,0,1524,0,0,0,0,0),(94638,16781,0,1,1,16433,0,186.365,-2115.52,105.464,3.12523,300,0,0,1524,0,0,0,0,0),(94639,16781,0,1,1,16448,0,187.437,-2112.56,106.084,4.2586,300,0,0,1524,0,0,0,0,0),(94640,16781,0,1,1,16447,0,177.178,-2115.24,105.307,5.23599,300,0,0,1524,0,0,0,0,0),(94641,16781,0,1,1,21086,0,-1143.94,-3549.91,52.3624,5.23599,300,0,0,1524,0,0,0,0,0),(94642,16781,0,1,1,16438,0,-1142.06,-3553.01,52.2374,2.21657,300,0,0,1524,0,0,0,0,0),(94643,16781,0,1,1,16442,0,-1115.13,-3547.66,50.1345,2.53073,300,0,0,1524,0,0,0,0,0),(94644,16781,0,1,1,16432,0,-1117.82,-3543.86,50.2867,5.34071,300,0,0,1524,0,0,0,0,0),(94645,16781,0,1,1,16412,0,-10684.3,-1148.58,25.833,5.39903,300,0,0,1524,0,0,0,0,0),(94646,16781,0,1,1,16433,0,-10682.6,-1168.07,24.7525,1.44862,300,0,0,1524,0,0,0,0,0),(94647,16781,0,1,1,16435,0,-10681.5,-1164.25,25.208,1.03306,300,0,0,1524,0,0,0,0,0),(94648,16781,0,1,1,16448,0,-10680.3,-1147.93,25.833,5.02826,300,0,0,1524,0,0,0,0,0),(94649,16781,1,1,1,21083,0,-6786.51,544.666,1.44718,0.947196,300,0,0,1524,0,0,0,0,0),(94650,16781,0,1,1,16442,0,-10352,-3296.74,23.6612,5.58471,300,0,0,1524,0,0,0,0,0),(94651,16781,0,1,1,16446,0,-10350.1,-3307.59,23.2149,0.191986,300,0,0,1524,0,0,0,0,0),(94652,16781,0,1,1,21086,0,-10344.4,-3306.41,23.1961,2.02267,300,0,0,1524,0,0,0,0,0),(94653,16781,0,1,1,16445,0,-14371.5,132.86,1.04293,1.78024,300,0,0,1524,0,0,0,0,0),(94654,16781,0,1,1,16438,0,-14388.8,125.666,1.1453,5.5676,300,0,0,1524,0,0,0,0,0),(94655,16781,0,1,1,21085,0,-14385.1,122.559,1.3256,0.642415,300,0,0,1524,0,0,0,0,0),(94656,16781,0,1,1,16432,0,-14374.6,137.59,0.44237,4.40481,300,0,0,1524,0,0,0,0,0),(94657,16781,0,1,1,21086,0,-122.378,-813.281,55.6416,3.01942,300,0,0,1524,0,0,0,0,0),(94658,16781,0,1,1,21085,0,-125.86,-811.308,55.3297,5.88176,300,0,0,1524,0,0,0,0,0),(94659,16781,0,1,1,16445,0,-129.014,-823.608,55.2595,0.593412,300,0,0,1524,0,0,0,0,0),(94660,16781,0,1,1,16444,0,-125.36,-821.476,55.4535,3.56047,300,0,0,1524,0,0,0,0,0),(94661,16781,0,1,1,16412,0,-4708.43,-1236.96,501.743,1.11701,300,0,0,1524,0,0,0,0,0),(94662,16781,0,1,1,16448,0,-4692.72,-1218.07,501.743,0.750492,300,0,0,1524,0,0,0,0,0),(94663,16781,0,1,1,21083,0,-4706.34,-1233.23,501.743,4.2586,300,0,0,1524,0,0,0,0,0),(94664,16781,0,1,1,16414,0,-4688.58,-1213.5,501.743,4.2586,300,0,0,1524,0,0,0,0,0),(94665,16781,530,1,1,16442,0,-1203.79,7487.38,22.1545,3.54302,300,0,0,1524,0,0,0,0,0),(94666,16781,530,1,1,16446,0,-1207.93,7487.22,22.2795,6.02139,300,0,0,1524,0,0,0,0,0),(94667,16781,530,1,1,16436,0,-1214.83,7493.13,20.7795,1.27409,300,0,0,1524,0,0,0,0,0),(94668,16781,530,1,1,16446,0,-1213.77,7498.38,20.5295,4.55531,300,0,0,1524,0,0,0,0,0),(94669,16781,0,1,1,16448,0,-10647,1072.17,34.0896,1.51844,300,0,0,1524,0,0,0,0,0),(94670,16781,0,1,1,16434,0,-10640.6,1080.97,34.8855,2.21657,300,0,0,1524,0,0,0,0,0),(94671,16781,0,1,1,21084,0,-10646.3,1075.05,34.6687,4.2586,300,0,0,1524,0,0,0,0,0),(94672,16781,0,1,1,16413,0,-10642.2,1083.53,35.0052,5.23599,300,0,0,1524,0,0,0,0,0),(94673,16781,0,1,1,16434,0,-614.224,-535.796,36.2243,2.21657,300,0,0,1524,0,0,0,0,0),(94674,16781,0,1,1,16413,0,-615.6,-532.523,35.7472,5.23599,300,0,0,1524,0,0,0,0,0),(94675,16781,0,1,1,16447,0,-8840.87,851.164,98.8638,1.91986,300,0,0,1524,0,0,0,0,0),(94676,16781,0,1,1,16448,0,-8842.71,856.191,98.5909,4.99164,300,0,0,1524,0,0,0,0,0),(94677,16781,0,1,1,16442,0,593.821,1350.02,90.3997,0.490553,300,0,0,1524,0,0,0,0,0),(94678,16781,0,1,1,16438,0,595.365,1345.8,90.1562,1.8675,300,0,0,1524,0,0,0,0,0),(94679,16781,0,1,1,16443,0,602.084,1351.74,88.1745,3.05093,300,0,0,1524,0,0,0,0,0),(94680,16781,0,1,1,21085,0,600.03,1355.18,88.8279,4.07527,300,0,0,1524,0,0,0,0,0),(94681,16781,1,1,1,16446,0,-4585.19,428.714,42.2201,5.88176,300,0,0,1524,0,0,0,0,0),(94682,16781,1,1,1,16444,0,-4593.4,421.338,43.2283,6.07375,300,0,0,1524,0,0,0,0,0),(94683,16781,0,1,1,21086,0,-7603.89,-2066,129.675,6.24828,300,0,0,1524,0,0,0,0,0),(94684,16781,0,1,1,16445,0,-7595.41,-2060.63,131.677,2.99611,300,0,0,1524,0,0,0,0,0),(94685,16781,0,1,1,16438,0,-7592.49,-2065.33,131.078,2.35619,300,0,0,1524,0,0,0,0,0),(94686,16781,0,1,1,16446,0,-7599.02,-2067,129.618,2.84489,300,0,0,1524,0,0,0,0,0),(94687,16781,1,1,1,16446,0,-4589.12,420.2,42.8533,0.74986,300,0,0,1524,0,0,0,0,0),(94688,16781,1,1,1,16445,0,-4580.63,427.091,41.9618,3.01942,300,0,0,1524,0,0,0,0,0),(94689,16781,1,1,1,16445,0,-6988.55,908.541,9.15639,0.616974,300,0,0,1524,0,0,0,0,0),(94690,16781,1,1,1,21086,0,-6979.45,913.846,10.1799,3.60763,300,0,0,1524,0,0,0,0,0),(94691,16781,1,1,1,16442,0,-6984.42,914.666,10.2578,4.55183,300,0,0,1524,0,0,0,0,0),(94692,16781,1,1,1,21086,0,-6988.51,905.156,8.61177,1.36136,300,0,0,1524,0,0,0,0,0),(94693,16781,0,1,1,16442,0,-14374.6,137.59,0.365475,4.40481,300,0,0,1524,0,0,0,0,0),(94694,16781,0,1,1,16445,0,-14371.5,132.86,1.04293,3.79665,300,0,0,1524,0,0,0,0,0),(94695,16781,1,1,1,16432,0,-7106.02,-3664.16,10.7374,0.711421,300,0,0,1524,0,0,0,0,0),(94696,16781,1,1,1,16445,0,-7109.02,-3670.72,10.0413,1.78024,300,0,0,1524,0,0,0,0,0),(94697,16781,1,1,1,16412,0,-6783.33,546.264,2.06236,1.33021,300,0,0,1524,0,0,0,0,0),(94698,16781,1,1,1,16444,0,-7110.38,-3667.19,9.93341,5.2709,300,0,0,1524,0,0,0,0,0),(94699,16781,1,1,1,16433,0,-6774.95,553.742,3.73485,4.2586,300,0,0,1524,0,0,0,0,0),(94700,16781,1,1,1,16435,0,-6775.84,550.704,3.13809,3.16651,300,0,0,1524,0,0,0,0,0),(94701,16781,1,1,1,16434,0,-7230.2,-3847.16,12.0439,1.27409,300,0,0,1524,0,0,0,0,0),(94702,16781,0,1,1,16414,0,-623.304,-530.146,34.2168,4.2586,300,0,0,1524,0,0,0,0,0),(94703,16781,0,1,1,21084,0,-623.67,-533.012,34.4668,1.44862,300,0,0,1524,0,0,0,0,0),(94704,16781,0,1,1,16433,0,-1195.37,-2682.08,47.0076,2.53073,300,0,0,1524,0,0,0,0,0),(94705,16781,0,1,1,16448,0,-3434.67,-956.682,9.65595,5.23599,300,0,0,1524,0,0,0,0,0),(94706,16781,0,1,1,16435,0,-3428.97,-953.84,10.2242,1.44862,300,0,0,1524,0,0,0,0,0),(94707,16781,1,1,1,21085,0,947.502,793.039,104.367,4.85202,300,0,0,1524,0,0,0,0,0),(94708,16781,1,1,1,16442,0,948.38,787.43,104.117,1.76278,300,0,0,1524,0,0,0,0,0),(94709,16781,1,1,1,16445,0,939.411,794.429,104.117,4.95674,300,0,0,1524,0,0,0,0,0),(94710,16781,0,1,1,16436,0,-14385.1,122.559,1.3256,0.642415,300,0,0,1524,0,0,0,0,0),(94711,16781,0,1,1,21085,0,-14388.8,125.666,1.1453,5.5676,300,0,0,1524,0,0,0,0,0),(94712,16781,530,1,1,21084,0,-516.279,2343.69,37.8614,4.83456,300,0,0,1524,0,0,0,0,0),(94713,16781,530,1,1,16434,0,-508.935,2331.94,38.6722,2.65201,300,0,0,1524,0,0,0,0,0),(94714,16781,530,1,1,16447,0,-505.306,2335.2,38.7838,3.24115,300,0,0,1524,0,0,0,0,0),(94715,16781,1,1,1,16413,0,-7234.59,-3851.16,11.258,2.68781,300,0,0,1524,0,0,0,0,0),(94716,16781,1,1,1,16447,0,-7230.2,-3847.16,12.0439,1.27409,300,0,0,1524,0,0,0,0,0),(94717,16781,1,1,1,16448,0,-7237.94,-3850.23,10.852,6.17846,300,0,0,1524,0,0,0,0,0),(94718,16781,530,1,1,16445,0,-2535.74,4272.07,16.997,4.10926,300,0,0,1524,0,0,0,0,0),(94719,16781,530,1,1,16446,0,-2532.48,4270.6,16.2869,3.65248,300,0,0,1524,0,0,0,0,0),(94720,16781,530,1,1,16446,0,38.4523,2603.81,70.8331,3.01942,300,0,0,1524,0,0,0,0,0),(94721,16781,530,1,1,16432,0,27.4026,2596.15,70.3829,3.36848,300,0,0,1524,0,0,0,0,0),(94722,16781,530,1,1,21086,0,23.929,2595.88,70.5079,6.07375,300,0,0,1524,0,0,0,0,0),(94723,16781,1,1,1,16445,0,-7102.43,-3666.72,11.1204,1.91606,300,0,0,1524,0,0,0,0,0),(94724,16781,1,1,1,16445,0,-7106.02,-3664.16,10.6763,5.5676,300,0,0,1524,0,0,0,0,0),(94725,16781,1,1,1,16438,0,-7109.02,-3670.72,10.0413,1.78024,300,0,0,1524,0,0,0,0,0),(94726,16781,1,1,1,16432,0,-7110.38,-3667.19,9.93341,5.2709,300,0,0,1524,0,0,0,0,0),(94727,16781,1,1,1,16413,0,8708.49,949.182,13.8069,1.44862,300,0,0,1524,0,0,0,0,0),(94728,16781,1,1,1,16435,0,8723.45,968.936,11.1344,3.49066,300,0,0,1524,0,0,0,0,0),(94729,16781,1,1,1,16446,0,-290.378,-2665.66,93.4282,2.63988,300,0,0,1524,0,0,0,0,0),(94730,16781,1,1,1,16443,0,-294.149,-2665.89,93.4924,0.575959,300,0,0,1524,0,0,0,0,0),(94731,16781,1,1,1,16444,0,-293.684,-2659.17,94.0753,4.12345,300,0,0,1524,0,0,0,0,0),(94732,16781,1,1,1,16445,0,-288.676,-2660.7,93.6977,2.74017,300,0,0,1524,0,0,0,0,0),(94733,16781,1,1,1,16435,0,-7229.52,-3843.73,12.1438,4.2586,300,0,0,1524,0,0,0,0,0),(94734,16781,1,1,1,16435,0,-7234.59,-3851.16,11.258,2.68781,300,0,0,1524,0,0,0,0,0),(94735,16781,1,1,1,16413,0,-7237.94,-3850.23,10.852,6.17846,300,0,0,1524,0,0,0,0,0),(94736,16781,530,1,1,16438,0,-2541.39,4261.51,16.3828,3.36848,300,0,0,1524,0,0,0,0,0),(94737,16781,530,1,1,21086,0,-2545.99,4260.85,18.7052,6.07375,300,0,0,1524,0,0,0,0,0),(94738,16781,1,1,1,21084,0,-6783.33,546.264,2.06236,1.33021,300,0,0,1524,0,0,0,0,0),(94739,16781,1,1,1,16434,0,8718.39,966.436,11.4319,0.244346,300,0,0,1524,0,0,0,0,0),(94740,16781,1,1,1,16413,0,-3472.67,-4204.02,11.5715,5.23331,300,0,0,1524,0,0,0,0,0),(94741,16781,1,1,1,16433,0,-3471.39,-4198.94,11.4019,4.29351,300,0,0,1524,0,0,0,0,0),(94742,16781,1,1,1,16413,0,-3469.44,-4215.04,9.68947,1.63476,300,0,0,1524,0,0,0,0,0),(94743,16781,1,1,1,16433,0,2554.7,-468.442,109.652,1.36886,300,0,0,1524,0,0,0,0,0),(94744,16781,1,1,1,16435,0,2553.02,-466.178,109.624,1.15649,300,0,0,1524,0,0,0,0,0),(94745,16781,1,1,1,16448,0,2570.23,-459.824,108.065,2.53073,300,0,0,1524,0,0,0,0,0),(94746,16781,1,1,1,21084,0,2567.44,-458.46,108.471,3.00784,300,0,0,1524,0,0,0,0,0),(94747,16781,1,1,1,21084,0,8718.39,966.436,11.333,0.244346,300,0,0,1524,0,0,0,0,0),(94748,26258,1,1,1,11686,0,-6767.7,528.854,-1.51864,0,300,0,0,42,0,0,0,0,0),(94749,26258,1,1,1,11686,0,-7214.68,-3857.39,11.5776,0,300,0,0,42,0,0,0,0,0),(94750,26258,1,1,1,11686,0,2558.73,-481.666,109.904,0,300,0,0,42,0,0,0,0,0),(94751,26258,1,1,1,11686,0,6327.68,512.61,17.5556,0,300,0,0,42,0,0,0,0,0),(94752,26258,1,1,1,11686,0,-3445.55,-4229.67,10.7478,0,300,0,0,42,0,0,0,0,0),(94753,26258,1,1,1,11686,0,8701.21,932.422,14.9063,0,300,0,0,42,0,0,0,0,0),(94754,26258,0,1,1,11686,0,-604.148,-545.813,36.6623,0,300,0,0,42,0,0,0,0,0),(94755,26258,0,1,1,11686,0,-9434.3,-2110.36,65.8871,0,300,0,0,42,0,0,0,0,0),(94756,26258,0,1,1,11686,0,-10657.1,1054.63,32.7567,0,300,0,0,42,0,0,0,0,0),(94757,26258,0,1,1,11686,0,-3448.2,-938.102,10.7417,0,300,0,0,42,0,0,0,0,0),(94758,26258,0,1,1,11686,0,-14286.1,63.8062,0.771693,0,300,0,0,42,0,0,0,0,0),(94759,26258,0,1,1,11686,0,-1209.6,-2674.88,45.4445,0,300,0,0,42,0,0,0,0,0),(94760,26258,0,1,1,11686,0,-1209.6,-2674.88,45.4445,0,300,0,0,42,0,0,0,0,0),(94761,26258,1,1,1,11686,0,-7214.68,-3857.39,11.5776,0,300,0,0,42,0,0,0,0,0),(94762,26258,1,1,1,11686,0,-6767.7,528.854,-1.51864,0,300,0,0,42,0,0,0,0,0),(94763,26258,1,1,1,11686,0,6859.83,-4767.18,696.771,0,300,0,0,42,0,0,0,0,0),(94764,26258,1,1,1,11686,0,-55.5039,1271.35,92.0322,0,300,0,0,42,0,0,0,0,0),(94765,26258,0,1,1,11686,0,-14286.1,63.8062,0.771693,0,300,0,0,42,0,0,0,0,0),(94766,26258,0,1,1,11686,0,-10704.8,-1146.38,24.8742,0,300,0,0,42,0,0,0,0,0),(94767,26258,0,1,1,11686,0,-10951.5,-3218.1,41.4308,0,300,0,0,42,0,0,0,0,0),(94768,26258,0,1,1,11686,0,-9392.21,39.5017,59.9653,0,300,0,0,42,0,0,0,0,0),(94769,26258,0,1,1,11686,0,-5404.93,-492.299,395.681,0,300,0,0,42,0,0,0,0,0),(94770,26258,0,1,1,11686,0,-5233.16,-2893.37,337.369,0,300,0,0,42,0,0,0,0,0),(94771,26258,530,1,1,11686,0,-1751.1,5329.04,-12.3448,1.0821,300,0,0,42,0,0,0,0,0),(94772,26258,0,1,1,11686,0,-4699.28,-1223.34,501.743,0,300,0,0,42,0,0,0,0,0),(94773,26258,1,1,1,11686,0,9780.64,1021.38,1299.88,0,300,0,0,42,0,0,0,0,0),(94774,26258,0,1,1,11686,0,-8836.04,858.657,98.8596,0,300,0,0,42,0,0,0,0,0),(94775,26258,0,1,1,11686,0,188.243,-2132.53,102.757,0,300,0,0,42,0,0,0,0,0),(94776,26258,530,1,1,11686,0,-526.509,2341.11,37.8849,0,300,0,0,42,0,0,0,0,0),(94777,26520,530,1,1,8409,0,-2547.39,4276.2,20.6513,0.610865,300,0,0,42,0,0,0,0,0),(94778,26520,0,1,1,8409,0,-7599.56,-2078.49,126.439,2.79253,300,0,0,42,0,0,0,0,0),(94779,26520,0,1,1,8409,0,591.276,1364.59,90.5519,1.01229,300,0,0,42,0,0,0,0,0),(94780,26520,0,1,1,8409,0,-10342.1,-3294.84,22.9574,1.79769,300,0,0,42,0,0,0,0,0),(94781,26520,0,1,1,8409,0,-14367.2,122.166,1.32381,5.72468,300,0,0,42,0,0,0,0,0),(94782,26520,0,1,1,8409,0,-6698.69,-2196.15,248.686,1.5708,300,0,0,42,0,0,0,0,0),(94783,26520,0,1,1,8409,0,-144.477,-810.043,55.7344,2.42601,300,0,0,42,0,0,0,0,0),(94784,26520,0,1,1,8409,0,-460.188,-4526.52,10.2832,1.8675,300,0,0,42,0,0,0,0,0),(94785,26520,0,1,1,8409,0,-1126.3,-3540.47,50.8429,3.9968,300,0,0,42,0,0,0,0,0),(94786,26520,0,1,1,8409,0,-14367.2,122.166,1.32381,5.72468,300,0,0,42,0,0,0,0,0),(94787,26520,1,1,1,8409,0,949.574,777.788,104.45,3.80482,300,0,0,42,0,0,0,0,0),(94788,26520,1,1,1,8409,0,-1856.5,3058.46,0.892949,1.41372,300,0,0,42,0,0,0,0,0),(94789,26520,1,1,1,8409,0,-5519.38,-2297.23,-57.8107,3.1765,300,0,0,42,0,0,0,0,0),(94790,26520,1,1,1,8409,0,-3115.39,-2733.1,34.1539,3.03687,300,0,0,42,0,0,0,0,0),(94791,26520,1,1,1,8409,0,-6993.41,920.973,9.44683,1.02974,300,0,0,42,0,0,0,0,0),(94792,26520,1,1,1,8409,0,-7116.5,-3655.74,9.44576,1.02974,300,0,0,42,0,0,0,0,0),(94793,26520,1,1,1,8409,0,2008.76,-2348.03,89.7411,2.94961,300,0,0,42,0,0,0,0,0),(94794,26520,1,1,1,8409,0,-4579.31,409.212,42.1866,3.71755,300,0,0,42,0,0,0,0,0),(94795,26520,1,1,1,8409,0,-279.32,-2668.62,92.8088,4.60767,300,0,0,42,0,0,0,0,0),(94796,26520,1,1,1,8409,0,-7116.5,-3655.74,9.44576,1.02974,300,0,0,42,0,0,0,0,0),(94797,26520,1,1,1,8409,0,6848.98,-4568.23,708.764,4.43314,300,0,0,42,0,0,0,0,0),(94798,26520,530,1,1,8409,0,-1215.47,7479.9,22.3628,3.22886,300,0,0,42,0,0,0,0,0),(94799,26520,530,1,1,8409,0,34.9687,2587.27,68.8652,3.63029,300,0,0,42,0,0,0,0,0),(94800,26520,530,1,1,8409,0,202.79,7691.78,23.3364,2.04204,300,0,0,42,0,0,0,0,0),(94801,17066,0,1,1,11686,0,1785.06,220.273,66.2979,-2.37365,300,0,0,42,0,0,0,0,0),(94802,17066,530,1,1,11686,0,-1764.21,5319.41,-5.8448,1.90241,300,0,0,42,0,0,0,0,0),(94803,17066,1,1,1,11686,0,9781.94,1034.6,1305.4,-0.506145,300,0,0,42,0,0,0,0,0),(94804,17066,1,1,1,11686,0,-6780.28,555.167,10.2452,-0.506145,300,0,0,42,0,0,0,0,0),(94805,17066,1,1,1,11686,0,-6780.28,555.167,10.2452,-0.506145,300,0,0,42,0,0,0,0,0),(94806,17066,1,1,1,11686,0,-7097.15,-3673.05,17.8641,-0.506145,300,0,0,42,0,0,0,0,0),(94807,17066,1,1,1,11686,0,-7243.9,-3843.01,16.7526,-0.506145,300,0,0,42,0,0,0,0,0),(94808,17066,1,1,1,11686,0,-7097.15,-3673.05,17.8641,-0.506145,300,0,0,42,0,0,0,0,0),(94809,17066,1,1,1,11686,0,-56.3741,1236.72,97.534,-0.506145,300,0,0,42,0,0,0,0,0),(94810,17066,1,1,1,11686,0,1990.08,-2339.61,96.7572,-0.506145,300,0,0,42,0,0,0,0,0),(94811,17066,1,1,1,11686,0,-4592.63,431.532,48.9803,-0.506145,300,0,0,42,0,0,0,0,0),(94812,17066,1,1,1,11686,0,-5511.27,-2275.45,-52.5878,-0.506145,300,0,0,42,0,0,0,0,0),(94813,17066,1,1,1,11686,0,-307.596,-2662.57,99.7809,1.78024,300,0,0,42,0,0,0,0,0),(94814,17066,1,1,1,11686,0,8727.2,965.526,19.0808,-0.767945,300,0,0,42,0,0,0,0,0),(94815,17066,1,1,1,11686,0,-1025.2,313.878,141.882,0.331613,300,0,0,42,0,0,0,0,0),(94816,17066,530,1,1,11686,0,-2537.01,4277.83,23.045,-0.506145,300,0,0,42,0,0,0,0,0),(94817,17066,1,1,1,11686,0,-3109.66,-2751.58,41.195,-0.506145,300,0,0,42,0,0,0,0,0),(94818,17066,0,1,1,11686,0,-630.473,-534.379,39.8439,-0.506145,300,0,0,42,0,0,0,0,0),(94819,17066,0,1,1,11686,0,-10644.8,1078.66,41.6278,-0.506145,300,0,0,42,0,0,0,0,0),(94820,17066,0,1,1,11686,0,-14277.4,47.3126,7.31497,-0.506145,300,0,0,42,0,0,0,0,0),(94821,17066,0,1,1,11686,0,-10677.1,-1153.98,32.3934,-0.506145,300,0,0,42,0,0,0,0,0),(94822,17066,0,1,1,11686,0,-14392,132.513,7.29091,-0.506145,300,0,0,42,0,0,0,0,0),(94823,17066,0,1,1,11686,0,-1190.49,-2672.88,52.9978,-0.506145,300,0,0,42,0,0,0,0,0),(94824,17066,0,1,1,11686,0,-117.576,-823.595,62.9127,-0.506145,300,0,0,42,0,0,0,0,0),(94825,17066,530,1,1,11686,0,-508.19,2343.12,44.6052,-0.506145,300,0,0,42,0,0,0,0,0),(94826,17066,530,1,1,11686,0,26.2127,2608.38,78.5882,-0.506145,300,0,0,42,0,0,0,0,0),(94827,17066,530,1,1,11686,0,221.157,7680.49,29.7247,-0.506145,300,0,0,42,0,0,0,0,0),(94828,17066,1,1,1,11686,0,938.912,800.367,110.763,-0.785398,300,0,0,42,0,0,0,0,0),(94829,17066,1,1,1,11686,0,-6977.8,905.36,15.4078,-0.506145,300,0,0,42,0,0,0,0,0),(94830,17066,1,1,1,11686,0,6838.46,-4579.63,714.61,-0.506145,300,0,0,42,0,0,0,0,0),(94831,17066,1,1,1,11686,0,-7243.9,-3843.01,16.7526,-0.506145,300,0,0,42,0,0,0,0,0),(94832,17066,1,1,1,11686,0,2562.5,-461.897,115.414,-0.506145,300,0,0,42,0,0,0,0,0),(94833,17066,1,1,1,11686,0,6326.01,524.518,22.7617,-0.506145,300,0,0,42,0,0,0,0,0),(94834,17066,1,1,1,11686,0,-3479.46,-4206.16,19.3104,-0.506145,300,0,0,42,0,0,0,0,0),(94835,17066,1,1,1,11686,0,-1845.72,3037.15,10.2374,-0.506145,300,0,0,42,0,0,0,0,0),(94836,17066,0,1,1,11686,0,-10359.5,-3303.73,29.0269,-0.506145,300,0,0,42,0,0,0,0,0),(94837,17066,0,1,1,11686,0,177.275,-2103.4,113.729,-0.506145,300,0,0,42,0,0,0,0,0),(94838,17066,0,1,1,11686,0,-3425.28,-961.576,16.9709,-0.506145,300,0,0,42,0,0,0,0,0),(94839,17066,0,1,1,11686,0,-14277.4,47.3126,7.31497,-0.506145,300,0,0,42,0,0,0,0,0),(94840,17066,0,1,1,11686,0,-1190.49,-2672.88,52.9978,-0.506145,300,0,0,42,0,0,0,0,0),(94841,17066,0,1,1,11686,0,-10961.7,-3232.85,47.9308,-0.506145,300,0,0,42,0,0,0,0,0),(94842,17066,0,1,1,11686,0,-1133.53,-3555.72,57.837,-0.506145,300,0,0,42,0,0,0,0,0),(94843,17066,0,1,1,11686,0,-5435.59,-493.55,403.185,-0.506145,300,0,0,42,0,0,0,0,0),(94844,17066,0,1,1,11686,0,-5247.34,-2872.93,345.36,-0.506145,300,0,0,42,0,0,0,0,0),(94845,17066,0,1,1,11686,0,-6681.21,-2197.07,255.311,-0.506145,300,0,0,42,0,0,0,0,0),(94846,17066,0,1,1,11686,0,-7607.64,-2070.42,135.225,-0.506145,300,0,0,42,0,0,0,0,0),(94847,17066,0,1,1,11686,0,-480.95,-4538.86,17.9323,-0.506145,300,0,0,42,0,0,0,0,0),(94848,17066,0,1,1,11686,0,-9443.22,-2133.36,73.8785,-0.506145,300,0,0,42,0,0,0,0,0),(94849,17066,0,1,1,11686,0,-9376.28,10.366,69.48,-0.506145,300,0,0,42,0,0,0,0,0),(94850,17066,0,1,1,11686,0,601.076,1342.9,95.324,-0.506145,300,0,0,42,0,0,0,0,0),(94851,17066,530,1,1,11686,0,-1208.02,7503.86,26.8866,-0.506145,300,0,0,42,0,0,0,0,0),(94852,17066,0,1,1,11686,0,-8843.22,845.657,105.596,3.14159,300,0,0,42,0,0,0,0,0),(94853,17066,0,1,1,11686,0,-4703.92,-1237.25,508.243,-2.67035,300,0,0,42,0,0,0,0,0),(94854,17066,1,1,1,11686,0,1940.93,-4322.39,27.7612,-2.25148,300,0,0,42,0,0,0,0,0),(94855,16817,1,1,1,16354,0,8697.38,936.719,14.6749,1.79769,300,0,0,3052,0,0,0,0,0),(94856,16817,530,1,1,16354,0,-1751.87,5333.41,-12.3448,2.30383,300,0,0,3052,0,0,0,0,0),(94857,16817,0,1,1,16354,0,-4702.79,-1218.05,501.743,1.93731,300,0,0,3052,0,0,0,0,0),(94858,16818,1,1,1,16355,0,-1034.01,294.072,135.829,3.90954,300,0,0,4979,0,0,0,0,0),(94859,16818,530,1,1,16355,0,-1752.97,5323.27,-12.3448,4.13643,300,0,0,4979,0,0,0,0,0),(94860,16818,0,1,1,16355,0,1824.95,224.424,60.3981,1.85005,300,0,0,4979,0,0,0,0,0),(94861,16818,1,1,1,16355,0,1918.11,-4336.35,21.058,0.139626,300,0,0,4979,0,0,0,0,0),(94862,19148,0,1,1,16434,0,-4900.87,-957.314,501.541,4.17134,300,0,0,42,0,0,3,0,0),(94863,19148,0,1,1,16434,0,-4901.8,-958.955,501.543,1.01229,300,0,0,42,0,0,0,0,0),(245512,32813,571,1,1,0,0,3376.01,-2124.78,124.664,0.139626,300,0,0,4278,0,0,0,0,0),(245513,32814,571,1,1,0,0,6150.95,-1023.05,408.364,1.43117,300,0,0,4278,0,0,0,0,0),(245514,32815,571,1,1,0,0,5536.52,-733.719,149.622,3.12414,300,0,0,4278,0,0,0,0,0),(245515,32816,571,1,1,0,0,5280.31,-2766.15,292.502,2.30383,300,0,0,4278,0,0,0,0,0),(245516,16592,1,1,1,11686,0,151.481,-4711.98,18.5644,3.07253,300,0,0,42,0,0,0,0,0),(245517,16592,530,1,1,11686,0,9383.5,-6777.43,13.7903,0.0251532,300,0,0,42,0,0,0,0,0),(245598,26188,1,1,1,0,0,-1046.7,308.95,132.924,5.17563,300,0,0,4120,0,0,0,0,0),(245597,26188,1,1,1,0,0,8701.76,978.752,11.1585,5.41685,300,0,0,4120,0,0,0,0,0),(245596,26188,1,1,1,0,0,8698.49,948.968,13.0619,5.08307,300,0,0,4120,0,0,0,0,0),(245595,26188,1,1,1,17612,0,8687.6,971.462,11.0922,3.35103,300,0,0,4120,0,0,0,0,0),(245594,26188,0,1,1,0,0,-8825.9,827.707,98.8956,4.64676,300,0,0,4120,0,0,0,0,0),(245592,16592,0,1,1,11686,0,1001.7,-1457.95,61.0382,3.15495,300,0,0,42,0,0,0,0,0),(245593,16592,530,1,1,11686,0,-4219.05,-12319.5,2.33427,6.06485,300,0,0,42,0,0,0,0,0),(245591,16592,530,1,1,11686,0,-3008.76,4156.66,3.76291,0.225413,300,0,0,42,0,0,0,0,0),(245590,16592,530,1,1,11686,0,-2248.27,-11902,26.3641,5.16557,300,0,0,42,0,0,0,0,0),(245589,16592,530,1,1,11686,0,2025.02,6577.95,134.195,4.76893,300,0,0,42,0,0,0,0,0),(245588,16592,530,1,1,11686,0,3122.3,3755.28,141.82,0.0329792,300,0,0,42,0,0,0,0,0),(245587,16592,571,1,1,11686,0,5540.38,-748.132,151.854,6.03735,300,0,0,42,0,0,0,0,0),(245586,16592,571,1,1,11686,0,5141.08,-663.877,170.145,6.2769,300,0,0,42,0,0,0,0,0),(94920,19172,0,1,1,16447,0,-4829.88,-1173.25,502.277,2.49582,300,0,0,42,0,0,3,0,0),(94921,19172,0,1,1,16448,0,-4831.74,-1172.58,502.278,6.19592,300,0,0,42,0,0,0,0,0),(94922,19173,1,1,1,16435,0,9921.56,2499.58,1317.77,5.61996,300,0,0,42,0,0,3,0,0),(94923,19173,1,1,1,16414,0,9922.97,2498.76,1317.86,2.44346,300,0,0,42,0,0,0,0,0),(94924,19175,1,1,1,16438,0,1623.41,-4402.24,12.7889,5.68977,300,0,0,42,0,0,3,0,0),(94925,19175,1,1,1,16436,0,1625,-4402.88,13.1966,2.60054,300,0,0,42,0,0,0,0,0),(94926,19176,1,1,1,16432,0,-1240.55,90.6357,129.002,4.83456,300,0,0,42,0,0,3,0,0),(94927,19176,1,1,1,16432,0,-1240.74,88.4645,129.187,2.23402,300,0,0,42,0,0,0,0,0),(94928,19177,1,1,1,16446,0,1689.75,-4334.92,61.7469,0.15708,300,0,0,42,0,0,3,0,0),(94929,19177,1,1,1,16446,0,1693.4,-4334.83,61.9237,3.03687,300,0,0,42,0,0,0,0,0),(94930,19178,0,1,1,16444,0,1627.8,224.57,-43.0193,4.15388,300,0,0,42,0,0,3,0,0),(94931,19178,0,1,1,16444,0,1626.7,222.7,-43.0193,1.01229,300,0,0,42,0,0,0,0,0),(94932,19178,0,1,1,16444,0,1573.04,265.955,-43.0193,0.593412,300,0,0,42,0,0,3,0,0),(94933,19178,0,1,1,16444,0,1574.55,267.583,-43.0193,3.76991,300,0,0,42,0,0,0,0,0),(94934,18927,0,1,1,16412,0,-8837.9,553.154,95.9797,0.15708,300,0,0,42,0,0,3,0,0),(94935,18927,0,1,1,16433,0,-8837.23,554.917,95.7154,5.044,300,0,0,42,0,0,0,0,0),(94936,18927,0,1,1,16433,0,-8854.78,649.83,96.7417,1.43117,300,0,0,42,0,0,3,0,0),(94937,18927,0,1,1,16433,0,-8855.72,651.851,96.6895,5.70723,300,0,0,42,0,0,0,0,0),(94938,26355,1,1,1,11686,0,1912.67,-4337.28,21.1538,0,300,0,0,42,0,0,0,0,0),(94939,26355,1,1,1,11686,0,952.992,776.968,104.557,0,300,0,0,42,0,0,0,0,0),(94940,26355,1,1,1,11686,0,-1862.36,3055.71,0.82749,0,300,0,0,42,0,0,0,0,0),(94941,26355,1,1,1,11686,0,-5513.93,-2299.73,-57.9919,0,300,0,0,42,0,0,0,0,0),(94942,26355,530,1,1,11686,0,-2551.32,4279.61,20.6973,0,300,0,0,42,0,0,0,0,0),(94943,26355,1,1,1,11686,0,-3110.59,-2722.41,33.546,0,300,0,0,42,0,0,0,0,0),(94944,26355,0,1,1,11686,0,-6704.48,-2200.91,248.692,0,300,0,0,42,0,0,0,0,0),(94945,26355,0,1,1,11686,0,-134.688,-802.767,55.0981,0,300,0,0,42,0,0,0,0,0),(94946,26355,530,1,1,11686,0,-1211.01,7474.44,22.0786,0,300,0,0,42,0,0,0,0,0),(94947,26355,1,1,1,11686,0,-6998.75,920.851,9.02164,0,300,0,0,42,0,0,0,0,0),(94948,26355,1,1,1,11686,0,-7120.51,-3655.11,8.90535,0,300,0,0,42,0,0,0,0,0),(94949,26355,1,1,1,11686,0,6852.71,-4567.81,708.41,0,300,0,0,42,0,0,0,0,0),(94950,26355,1,1,1,11686,0,-7120.51,-3655.11,8.90535,0,300,0,0,42,0,0,0,0,0),(94951,26355,1,1,1,11686,0,2014.65,-2337.84,89.6044,0,300,0,0,42,0,0,0,0,0),(94952,26355,1,1,1,11686,0,-4573.22,407.388,41.6294,0,300,0,0,42,0,0,0,0,0),(94953,26355,1,1,1,11686,0,-273.242,-2662.82,91.7784,0,300,0,0,42,0,0,0,0,0),(94954,26355,0,1,1,11686,0,-10331.4,-3297.73,22.0826,0,300,0,0,42,0,0,0,0,0),(94955,26355,0,1,1,11686,0,-14374.7,117.921,1.53653,0,300,0,0,42,0,0,0,0,0),(94956,26355,0,1,1,11686,0,-14374.7,117.921,1.53653,0,300,0,0,42,0,0,0,0,0),(94957,26355,0,1,1,11686,0,-1134.84,-3531.81,51.1553,0,300,0,0,42,0,0,0,0,0),(94958,26355,0,1,1,11686,0,-7596.42,-2086.6,125.254,0,300,0,0,42,0,0,0,0,0),(94959,26355,0,1,1,11686,0,589.056,1367.02,90.5612,0,300,0,0,42,0,0,0,0,0),(94960,26355,0,1,1,11686,0,-447.95,-4527.65,8.67929,0,300,0,0,42,0,0,0,0,0),(94961,26355,0,1,1,11686,0,1823.27,219.639,59.9757,0,300,0,0,42,0,0,0,0,0),(94962,26355,530,1,1,11686,0,43.2448,2589.44,68.4287,0,300,0,0,42,0,0,0,0,0),(94963,26355,530,1,1,11686,0,200.9,7686.96,22.5913,0,300,0,0,42,0,0,0,0,0),(94964,26355,1,1,1,11686,0,-1026.8,297.424,135.829,0,300,0,0,42,0,0,0,0,0),(95032,17527,530,1,1,0,0,-2268.26,-11058.2,9.56476,3.54436,300,5,0,356,0,1,0,0,0),(95033,17527,530,1,1,0,0,-2278.33,-11030.9,6.49285,4.50254,300,5,0,356,0,1,0,0,0),(95034,17527,530,1,1,0,0,-2315.01,-11082.3,2.74038,4.37295,300,5,0,356,0,1,0,0,0),(95365,26112,571,1,1,23037,1,4459.46,5712.18,81.235,3.1624,300,0,0,6116,0,0,0,0,0),(95366,16128,571,1,1,16024,1,5797.87,798.383,661.952,4.59022,300,0,0,13945000,2129000,0,0,0,0),(95379,28160,571,1,1,25166,0,5833.99,483.519,658.261,4.66003,300,0,0,37800,3994,0,0,0,0),(95391,26880,571,1,1,5499,0,3447.84,-2754.01,199.408,4.7822,300,0,0,10635,3561,0,0,0,0),(95392,28672,571,1,1,15295,0,5716.26,-4369.34,385.885,1.58825,300,0,0,13945,0,0,0,0,0),(151760,6491,571,1,4294967295,0,0,2828.72,5969.69,114.196,0.162131,60,0,0,1,0,0,0,0,0),(95429,30464,571,1,1,26325,0,6191.81,-1054.17,409.876,2.47837,300,0,0,11770,0,0,0,0,0),(95430,26112,571,1,1,23037,1,4483.94,5695.14,81.4006,1.93992,300,0,0,6116,0,0,0,0,0),(95431,26112,571,1,1,23037,1,4506.53,5728.92,81.4224,4.67748,300,0,0,6116,0,0,0,0,0),(95432,25600,571,1,1,6122,0,3004.19,6587.89,59.1826,2.51922,300,0,0,6986,0,0,0,0,0),(95439,25600,571,1,1,6122,0,2800.46,6481.59,71.181,0.591899,300,0,0,6986,0,0,0,0,0),(95440,25600,571,1,1,6122,0,3086.49,6247.99,98.6504,5.95968,300,0,0,6986,0,0,0,0,0),(95448,25600,571,1,1,6122,0,2786.56,6515,57.4811,2.32487,300,5,0,6986,0,1,0,0,0),(95449,25600,571,1,1,6122,0,2846.05,6521.4,67.0096,1.45824,300,5,0,6986,0,1,0,0,0),(95450,25600,571,1,1,6122,0,2852.75,6608.11,49.8715,4.68345,300,5,0,6986,0,1,0,0,0),(95451,25600,571,1,1,6122,0,3127.77,6317.98,91.66,3.24039,300,5,0,6986,0,1,0,0,0),(95452,25600,571,1,1,6122,0,3016.82,6324.39,99.8733,0.087163,300,0,0,6986,0,0,0,0,0),(95453,25600,571,1,1,6122,0,3019.4,6320.44,99.6399,1.07613,300,0,0,6986,0,0,0,0,0),(95455,25600,571,1,1,6122,0,3080.55,6350.61,93.2706,5.25337,300,5,0,6986,0,1,0,0,0),(95456,25600,571,1,1,6122,0,2987.45,6556.7,66.9884,1.38036,300,0,0,6986,0,0,0,0,0),(95459,25600,571,1,1,6122,0,2809.53,6484.9,72.0193,3.25022,300,0,0,6986,0,0,0,0,0),(95460,28416,571,1,1,25400,0,6522.06,-3270.41,408.319,2.58309,300,0,0,34137,0,0,0,0,0),(95465,25600,571,1,1,6122,0,3075.6,6365.82,94.0879,3.51115,300,0,0,6986,0,0,0,0,0),(95466,25600,571,1,1,6122,0,3021.69,6329.82,98.9039,4.72536,300,0,0,6986,0,0,0,0,0),(95467,25600,571,1,1,6122,0,3144.2,6337.6,89.1919,1.62846,300,5,0,6986,0,1,0,0,0),(95468,25600,571,1,1,6122,0,2787.76,6626.97,43.9665,4.20548,300,5,0,6986,0,1,0,0,0),(95503,25600,571,1,1,6122,0,2911.8,6592.27,51.8365,6.20109,300,5,0,6986,0,1,0,0,0),(95506,25600,571,1,1,6122,0,2996.31,6593.94,58.0632,5.59609,300,0,0,6986,0,0,0,0,0),(95507,25600,571,1,1,6122,0,2950.7,6579.41,56.1271,1.60304,300,5,0,6986,0,1,0,0,0),(95511,25600,571,1,1,6122,0,3012.91,6339.37,99.6487,2.11708,300,5,0,6986,0,1,0,0,0),(95512,25600,571,1,1,6122,0,3064,6371.83,94.8168,2.7825,300,5,0,6986,0,1,0,0,0),(95513,25600,571,1,1,6122,0,3018.19,6478.79,82.9231,2.89661,300,0,0,6986,0,0,0,0,0),(95516,25600,571,1,1,6122,0,3020.29,6517.32,78.6707,1.33224,300,0,0,6986,0,0,0,0,0),(95517,25600,571,1,1,6122,0,3051.08,6561.27,66.4604,2.92203,300,0,0,6986,0,0,0,0,0),(95520,25600,571,1,1,6122,0,3047.88,6558.33,67.8036,1.9363,300,0,0,6986,0,0,0,0,0),(95521,25600,571,1,1,6122,0,2883.81,6400.85,92.197,1.98228,300,0,0,6986,0,0,0,0,0),(95529,25600,571,1,1,6122,0,3085.58,6461.16,86.4112,4.90806,300,5,0,6986,0,1,0,0,0),(95549,25600,571,1,1,6122,0,3003.26,6332.03,101.333,2.77197,300,5,0,6986,0,1,0,0,0),(95550,25600,571,1,1,6122,0,2882.09,6382.65,93.4381,5.00393,300,5,0,6986,0,1,0,0,0),(95552,25600,571,1,1,6122,0,2853.34,6463.35,79.2576,1.95023,300,5,0,6986,0,1,0,0,0),(95558,25600,571,1,1,6122,0,2908.2,6535.88,71.386,1.87039,300,0,0,6986,0,0,0,0,0),(95560,24576,571,1,2,11253,0,1904.01,6088.15,-0.689379,4.78543,300,1,0,6986,0,2,0,0,0),(95578,25600,571,1,1,6122,0,2865.16,6529.28,70.9226,2.39204,300,0,0,6986,0,0,0,0,0),(95580,25600,571,1,1,6122,0,2817.62,6571.09,52.0145,3.40191,300,5,0,6986,0,1,0,0,0),(95581,25600,571,1,1,6122,0,2949.29,6496.83,77.8226,1.33307,300,0,0,6986,0,0,0,0,0),(95583,25600,571,1,1,6122,0,2853.54,6548.74,63.7814,2.79397,300,5,0,6986,0,1,0,0,0),(95584,25600,571,1,1,6122,0,2816.52,6587.72,49.1061,4.13164,300,5,0,6986,0,1,0,0,0),(95585,25600,571,1,1,6122,0,2800.42,6549.97,51.9265,3.81071,300,5,0,6986,0,1,0,0,0),(95586,25600,571,1,1,6122,0,2914.49,6545.47,66.7172,0.665262,300,5,0,6986,0,1,0,0,0),(95594,25600,571,1,1,6122,0,2990.89,6492.68,77.8411,1.86347,300,5,0,6986,0,1,0,0,0),(95595,25600,571,1,1,6122,0,3011.69,6479.35,82.1053,0.774337,300,0,0,6986,0,0,0,0,0),(95596,25600,571,1,1,6122,0,2884.31,6589.76,55.3321,1.42471,300,0,0,6986,0,0,0,0,0),(95597,25600,571,1,1,6122,0,3111.39,6380.83,86.6065,5.18998,300,0,0,6986,0,0,0,0,0),(95598,25600,571,1,1,6122,0,3053.26,6389.47,92.6275,0.827434,300,5,0,6986,0,1,0,0,0),(95610,25600,571,1,1,6122,0,3046.52,6323.98,98.2397,0.538922,300,5,0,6986,0,1,0,0,0),(95613,26369,571,1,1,25008,0,3841.7,-3984.81,195.898,0.523599,300,5,0,9610,0,1,0,0,0),(95632,26369,571,1,1,25008,0,4047.37,-4046.71,179.752,0.698132,300,5,0,9610,0,1,0,0,0),(95633,26369,571,1,1,25008,0,4189.74,-3370.78,308.3,1.11701,300,5,0,9610,0,1,0,0,0),(95635,26369,571,1,1,25008,0,3432.14,-3389.5,281.022,2.81764,300,5,0,9610,0,1,0,0,0),(95644,26369,571,1,1,25008,0,3288.68,-3378.65,305.763,6.05629,300,5,0,9610,0,1,0,0,0),(95645,30209,571,1,1,11686,0,8024.17,-220.206,849.378,0.034907,300,0,0,41,60,0,0,0,0),(95646,26881,571,1,1,11662,0,3506.07,1990.42,65.2658,2.3911,300,0,0,10635,3561,0,0,0,0),(95647,27393,571,1,1,24606,1,2279.11,5117.86,0.1971,4.4544,300,0,0,7984,0,0,0,0,0),(95648,29953,571,1,1,26659,1,2867.35,851.776,16.418,1.48353,300,0,0,10635,0,0,0,0,0),(95649,29953,571,1,1,26659,1,2868.27,887.799,21.4006,1.82969,300,0,0,10635,0,2,0,0,0),(95650,29953,571,1,1,26659,1,2831.53,885.988,15.118,0.418879,300,0,0,10635,0,0,0,0,0),(95651,23809,571,1,1,21749,1,1852.78,-6139.7,23.4927,3.57792,300,0,0,9940,0,0,0,0,0),(95657,26369,571,1,1,25008,0,3877.49,-3461.68,317.874,2.87979,300,5,0,9610,0,1,0,0,0),(95661,26369,571,1,1,25008,0,3625.24,-3403.57,254.806,5.52767,300,5,0,9610,0,1,0,0,0),(95662,27137,571,1,1,24344,0,3639.24,5883.9,140.188,1.39626,300,0,0,7688,7500,0,0,0,0),(95663,29953,571,1,1,26659,1,2819.67,897.027,16.4065,0.383972,300,0,0,10635,0,0,0,0,0),(95665,27393,571,1,1,24607,1,2390.28,5189.7,3.37645,5.77704,300,0,0,7984,0,0,0,0,0),(95699,26369,571,1,1,25008,0,3795.39,-3383.51,287.862,2.10275,300,5,0,9610,0,1,0,0,0),(95701,23809,571,1,1,21748,1,1852.7,-6148.05,23.6419,3.59538,300,0,0,9940,0,0,0,0,0),(95715,26369,571,1,1,25008,0,3869.72,-4041.85,196.278,2.00713,300,5,0,9610,0,1,0,0,0),(95731,26369,571,1,1,25008,0,4277.64,-3351.78,316.87,0.907571,300,5,0,9610,0,1,0,0,0),(95732,26369,571,1,1,25008,0,4163.82,-3368.98,322.786,5.41021,300,5,0,9610,0,1,0,0,0),(95733,26369,571,1,1,25008,0,3992.81,-4058.8,199.096,2.74643,300,5,0,9610,0,1,0,0,0),(95734,26369,571,1,1,25008,0,3810.35,-3351.59,286.885,5.98648,300,5,0,9610,0,1,0,0,0),(95735,26369,571,1,1,25008,0,4013.71,-4080.55,183.963,1.88496,300,5,0,9610,0,1,0,0,0),(95736,26369,571,1,1,25008,0,4460.28,-3373.08,255.626,5.16119,300,5,0,9610,0,1,0,0,0),(95737,26369,571,1,1,25008,0,3349.31,-3449.33,286.685,1.41372,300,5,0,9610,0,1,0,0,0),(95738,26369,571,1,1,25008,0,4164.57,-4017.78,194.708,4.21369,300,5,0,9610,0,1,0,0,0),(95739,26369,571,1,1,25008,0,3329.4,-3186.65,261.66,3.28964,300,5,0,9610,0,1,0,0,0),(95740,23809,571,1,1,21751,1,1853.23,-6157.49,23.6765,3.76991,300,0,0,9940,0,0,0,0,0),(95743,26369,571,1,1,25008,0,4382.82,-3330.65,328.907,5.30951,300,5,0,9610,0,1,0,0,0),(95747,26369,571,1,1,25008,0,4249.94,-3352.31,312.401,4.67152,300,5,0,9610,0,1,0,0,0),(95750,26369,571,1,1,25008,0,4263.92,-3424.62,305.376,4.83456,300,5,0,9610,0,1,0,0,0),(95769,26369,571,1,1,25008,0,4155.61,-3999.3,195.919,3.58579,300,5,0,9610,0,1,0,0,0),(95770,26369,571,1,1,25008,0,3792.64,-3478.79,266.273,4.01426,300,5,0,9610,0,1,0,0,0),(95772,26369,571,1,1,25008,0,4043.2,-3983.76,207.71,4.39415,300,5,0,9610,0,1,0,0,0),(95774,26369,571,1,1,25008,0,3767.61,-3381.18,272.748,0.824563,300,5,0,9610,0,1,0,0,0),(95781,27393,571,1,1,24606,1,2333.35,5124.88,1.17605,1.6598,300,0,0,7984,0,2,0,0,0),(95782,26369,571,1,1,25008,0,3637,-3385.53,248.683,3.71755,300,5,0,9610,0,1,0,0,0),(95783,26369,571,1,1,25008,0,3675.55,-3423.17,251.596,2.77507,300,5,0,9610,0,1,0,0,0),(95784,26369,571,1,1,25008,0,3664.86,-3421.6,247.564,3.87463,300,5,0,9610,0,1,0,0,0),(95785,26369,571,1,1,25008,0,3716.05,-3436.19,267.774,4.00379,300,5,0,9610,0,1,0,0,0),(95786,26369,571,1,1,25008,0,3663.25,-3379.44,252.523,4.83456,300,5,0,9610,0,1,0,0,0),(95806,26369,571,1,1,25008,0,3689.35,-3400.07,261.592,3.05541,300,5,0,9610,0,1,0,0,0),(95807,26369,571,1,1,25008,0,3874.93,-3428.76,297.796,3.21141,300,5,0,9610,0,1,0,0,0),(95810,26369,571,1,1,25008,0,3399.73,-3326.94,248.178,5.51524,300,5,0,9610,0,1,0,0,0),(95813,26369,571,1,1,25008,0,3321.57,-3177.17,250.667,1.82368,300,5,0,9610,0,1,0,0,0),(95820,26369,571,1,1,25008,0,3429.12,-3259.74,231.776,0.593412,300,5,0,9610,0,1,0,0,0),(95821,26369,571,1,1,25008,0,3700.38,-3140.09,296.259,2.25148,300,5,0,9610,0,1,0,0,0),(95846,26369,571,1,1,25008,0,4051.33,-3408.79,306.315,2.59455,300,5,0,9610,0,1,0,0,0),(95847,26369,571,1,1,25008,0,4077.76,-3390.71,302.728,5.88818,300,5,0,9610,0,1,0,0,0),(95848,26369,571,1,1,25008,0,4070.71,-3399.02,297.132,3.31613,300,5,0,9610,0,1,0,0,0),(95849,26369,571,1,1,25008,0,4118.05,-3384.8,296.021,4.92183,300,5,0,9610,0,1,0,0,0),(95850,28417,571,1,1,27876,1,6322.74,-3407.68,398.391,3.75246,300,0,0,8800,8139,0,0,0,0),(95851,28417,571,1,1,27877,1,6334.02,-3425.8,398.393,3.71755,300,0,0,8800,8139,0,0,0,0),(95852,26369,571,1,1,25008,0,3887.09,-3392.8,347.918,3.51031,300,5,0,9610,0,1,0,0,0),(95854,29697,571,1,1,26859,1,5264.65,-2241.33,239.196,2.87695,300,5,0,10282,3466,1,0,0,0),(95855,26369,571,1,1,25008,0,3402.94,-3259.05,230.534,3.36848,300,5,0,9610,0,1,0,0,0),(95856,26369,571,1,1,25008,0,3300.11,-3209.83,232.22,3.4951,300,5,0,9610,0,1,0,0,0),(95857,28417,571,1,1,27877,1,6433.31,-3372.7,409.839,0.977384,300,0,0,8800,8139,0,0,0,0),(95858,29697,571,1,1,26859,1,5204.42,-2277.02,242.005,1.59618,300,5,0,10282,3466,1,0,0,0),(95859,26369,571,1,1,25008,0,4156.29,-3416.04,308.91,1.30887,300,5,0,9610,0,1,0,0,0),(95860,26369,571,1,1,25008,0,4247.22,-3484.06,292.999,3.14159,300,5,0,9610,0,1,0,0,0),(95861,26369,571,1,1,25008,0,4259.11,-3478.69,290.326,5.16617,300,5,0,9610,0,1,0,0,0),(95864,26369,571,1,1,25008,0,4249.77,-3507.22,282.259,4.45301,300,5,0,9610,0,1,0,0,0),(95922,26369,571,1,1,25008,0,4115.82,-3434.96,288.09,4.11898,300,5,0,9610,0,1,0,0,0),(95924,26369,571,1,1,25008,0,4056.46,-3428.41,288.593,5.21853,300,5,0,9610,0,1,0,0,0),(95925,29697,571,1,1,26859,1,4959.81,-1910.3,235.518,4.31195,300,5,0,10282,3466,1,0,0,0),(95926,28417,571,1,1,27877,1,6505.95,-3375.09,406.65,1.5708,300,0,0,8800,8139,0,0,0,0),(95927,26369,571,1,1,25008,0,3795.95,-3422.69,275.935,4.64258,300,5,0,9610,0,1,0,0,0),(95929,26369,571,1,1,25008,0,3850.62,-3463.82,305.634,1.44413,300,5,0,9610,0,1,0,0,0),(95930,26369,571,1,1,25008,0,3805.98,-3354.82,284.195,2.67035,300,5,0,9610,0,1,0,0,0),(95931,31233,571,1,1,24235,0,5402.95,184.415,156.232,4.03128,300,5,0,11770,0,1,0,0,0),(95945,29697,571,1,1,26859,1,5374.3,-2194.77,235.416,0.001918,300,5,0,10282,3466,1,0,0,0),(95946,26369,571,1,1,25008,0,4120.02,-4069.37,177.147,2.1293,300,5,0,9610,0,1,0,0,0),(95947,26369,571,1,1,25008,0,3410.69,-3244.78,221.609,2.16421,300,5,0,9610,0,1,0,0,0),(95948,26369,571,1,1,25008,0,3497.08,-3287.84,230.284,2.82743,300,5,0,9610,0,1,0,0,0),(95949,29697,571,1,1,26859,1,5173.01,-2336.82,236.349,2.7497,300,5,0,10282,3466,1,0,0,0),(95951,31233,571,1,1,24235,0,5444.9,-12.3125,150.105,2.25357,300,5,0,11770,0,1,0,0,0),(95953,28417,571,1,1,27876,1,6438.8,-3173.13,410.389,5.28835,300,0,0,8800,8139,0,0,0,0),(95964,31233,571,1,1,24235,0,5607.4,-57.3976,155.126,1.39024,300,5,0,11770,0,1,0,0,0),(95965,29697,571,1,1,26859,1,5212.71,-1878.36,242.929,1.40502,300,5,0,10282,3466,1,0,0,0),(200859,33643,571,1,1,0,1,8597.69,660.45,550.34,4.34587,120,0,0,1,0,0,0,0,0),(95981,29697,571,1,1,26859,1,5249.87,-1938.23,242.087,3.03019,300,5,0,10282,3466,1,0,0,0),(95982,26369,571,1,1,25008,0,3865.11,-2794.19,255.561,2.72053,300,5,0,9610,0,1,0,0,0),(95983,26369,571,1,1,25008,0,3682.8,-2978.21,252.732,6.12611,300,5,0,9610,0,1,0,0,0),(95984,26369,571,1,1,25008,0,3574.06,-3160.51,274.529,2.91603,300,5,0,9610,0,1,0,0,0),(95985,26369,571,1,1,25008,0,3663.63,-3118.29,281.32,1.25664,300,5,0,9610,0,1,0,0,0),(95986,26369,571,1,1,25008,0,3684,-3092.43,271.195,4.77271,300,5,0,9610,0,1,0,0,0),(200858,33643,571,1,1,0,1,8595.15,685.662,550.211,2.25148,120,0,0,1,0,0,0,0,0),(95988,29697,571,1,1,26859,1,5286.63,-1851.01,238.898,3.29647,300,5,0,10282,3466,1,0,0,0),(95989,29697,571,1,1,26859,1,4968.32,-2479.04,244.122,2.57226,300,5,0,10282,3466,1,0,0,0),(95990,26369,571,1,1,25008,0,3669.03,-3179.87,292.036,2.10732,300,5,0,9610,0,1,0,0,0),(95991,26369,571,1,1,25008,0,3654.24,-3074.07,260.452,1.79769,300,5,0,9610,0,1,0,0,0),(95992,26369,571,1,1,25008,0,3722.67,-2929.35,236.626,1.51262,300,5,0,9610,0,1,0,0,0),(96020,26369,571,1,1,25008,0,3681.99,-2914.49,245.482,1.41372,300,5,0,9610,0,1,0,0,0),(96024,28417,571,1,1,27876,1,6432.11,-3221.36,404.341,5.70723,300,0,0,8800,8139,0,0,0,0),(96025,26369,571,1,1,25008,0,3827.74,-2842.05,260.298,4.85583,300,5,0,9610,0,1,0,0,0),(96026,26369,571,1,1,25008,0,3870.46,-2792.11,234.99,4.08742,300,5,0,9610,0,1,0,0,0),(96042,28417,571,1,1,27877,1,6473.48,-3125.01,390.794,5.0091,300,0,0,8800,8139,0,0,0,0),(96043,26369,571,1,1,25008,0,3768.84,-2865.89,281.421,1.90404,300,5,0,9610,0,1,0,0,0),(96062,28417,571,1,1,27877,1,6473.43,-3078.58,391.781,4.92183,300,0,0,8800,8139,0,0,0,0),(96063,28417,571,1,1,27876,1,6331.98,-3106.97,394.225,2.3911,300,0,0,8800,8139,0,0,0,0),(96065,28417,571,1,1,27877,1,6317.72,-3122.88,394.227,2.35619,300,0,0,8800,8139,0,0,0,0),(96068,28417,571,1,1,27876,1,6438.37,-3260.05,402.696,6.16101,300,0,0,8800,8139,0,0,0,0),(96069,26369,571,1,1,25008,0,3807.21,-2708.66,224.305,1.81018,300,5,0,9610,0,1,0,0,0),(96072,26369,571,1,1,25008,0,3780.03,-2745.65,204.392,2.14675,300,5,0,9610,0,1,0,0,0),(96073,28417,571,1,1,27876,1,6340.14,-3264.42,389.905,3.08923,300,0,0,8800,8139,0,0,0,0),(96075,28417,571,1,1,27877,1,6478.29,-3453.81,390.772,1.41372,300,0,0,8800,8139,0,0,0,0),(96078,28417,571,1,1,27877,1,6477.65,-3407.36,390.426,1.36136,300,0,0,8800,8139,0,0,0,0),(96080,26369,571,1,1,25008,0,3476.5,-2918.63,202.536,2.07694,300,5,0,9610,0,1,0,0,0),(96100,26369,571,1,1,25008,0,3427.44,-2935.13,215.71,2.63727,300,5,0,9610,0,1,0,0,0),(96101,31233,571,1,1,24235,0,5740.04,25.5992,178.127,1.80587,300,5,0,11770,0,1,0,0,0),(96103,28417,571,1,1,27877,1,6431.87,-3321.05,405.468,0.383972,300,0,0,8800,8139,0,0,0,0),(96107,28417,571,1,1,27876,1,6437.65,-3279.86,402.53,0.087266,300,0,0,8800,8139,0,0,0,0),(96117,28417,571,1,1,27877,1,6052.13,-3367.43,350.438,1.13446,300,0,0,8800,8139,0,0,0,0),(96119,28417,571,1,1,27876,1,6500.26,-3261.15,402.375,5.96903,300,0,0,8800,8139,0,0,0,0),(96123,26369,571,1,1,25008,0,3291.47,-3088.35,215.065,5.01242,300,5,0,9610,0,1,0,0,0),(96125,26369,571,1,1,25008,0,3423.59,-3107.75,213.754,6.21337,300,5,0,9610,0,1,0,0,0),(96127,26369,571,1,1,25008,0,3317.57,-3107.36,182.727,2.60054,300,5,0,9610,0,1,0,0,0),(96129,26369,571,1,1,25008,0,3359.7,-3114.07,202.033,0.383972,300,5,0,9610,0,1,0,0,0),(96130,26369,571,1,1,25008,0,3353.29,-3110.4,200.775,3.45575,300,5,0,9610,0,1,0,0,0),(96132,26369,571,1,1,25008,0,3308.03,-3097.77,202.106,0.718612,300,5,0,9610,0,1,0,0,0),(96136,26369,571,1,1,25008,0,3399.41,-3048.96,203.399,3.26377,300,5,0,9610,0,1,0,0,0),(96141,26369,571,1,1,25008,0,3403.32,-2969.78,199.915,1.37881,300,5,0,9610,0,1,0,0,0),(96143,26369,571,1,1,25008,0,3411.2,-2958.74,201.819,1.48353,300,5,0,9610,0,1,0,0,0),(96144,31233,571,1,1,24235,0,5751.46,460.772,159.653,0.799921,300,5,0,11770,0,1,0,0,0),(96153,29697,571,1,1,26859,1,5059.41,-2311,242.62,3.28246,300,5,0,10282,3466,1,0,0,0),(96155,25601,571,1,1,25514,0,3792.61,3602.38,371.428,4.06662,300,0,0,61504,45000,0,0,0,0),(96157,31233,571,1,1,24235,0,5734.15,329.785,165.391,0.389523,300,5,0,11770,0,1,0,0,0),(96163,31233,571,1,1,24235,0,5665.59,221.156,166.561,2.09551,300,5,0,11770,0,1,0,0,0),(96165,31233,571,1,1,24235,0,5658.24,41.8529,163.512,3.44074,300,0,0,11770,0,0,0,0,0),(96166,31233,571,1,1,24235,0,5784.76,341.797,179.55,3.14286,300,5,0,11770,0,1,0,0,0),(96167,31233,571,1,1,24235,0,5704.36,333.352,161.499,2.53286,300,0,0,11770,0,0,0,0,0),(96168,31233,571,1,1,24235,0,5660.36,645.282,150.381,0.170768,300,5,0,11770,0,1,0,0,0),(96169,31233,571,1,1,24235,0,5512.1,474.754,161.584,1.55908,300,0,0,11770,0,0,0,0,0),(96172,31233,571,1,1,24235,0,5477.77,495.509,164.595,0.099699,300,5,0,11770,0,1,0,0,0),(96175,31233,571,1,1,24235,0,5849.48,637.707,171.496,6.02447,300,5,0,11770,0,1,0,0,0),(96176,31233,571,1,1,24235,0,5971.44,780.478,163.953,5.80513,300,5,0,11770,0,1,0,0,0),(96203,31233,571,1,1,24235,0,5643.44,787.429,153.885,2.12629,300,5,0,11770,0,1,0,0,0),(96205,31233,571,1,1,24235,0,5855.63,758.34,159.655,3.15038,300,5,0,11770,0,1,0,0,0),(96206,31233,571,1,1,24235,0,5724.96,452.603,158.876,2.89752,300,5,0,11770,0,1,0,0,0),(96227,31233,571,1,1,24235,0,5790.33,840.113,154.92,0.161725,300,5,0,11770,0,1,0,0,0),(96231,31233,571,1,1,24235,0,5778.72,351.735,178.36,0.511941,300,0,0,11770,0,0,0,0,0),(96234,31233,571,1,1,24235,0,5724.5,324.169,164.64,5.90703,300,5,0,11770,0,1,0,0,0),(96235,29697,571,1,1,26859,1,4710.06,-2391.98,235.373,5.1431,300,5,0,10282,3466,1,0,0,0),(96246,29697,571,1,1,26859,1,5370.04,-1984.12,250.284,2.68013,300,5,0,10282,3466,1,0,0,0),(96247,29697,571,1,1,26859,1,5043.53,-2311.59,245.155,6.06854,300,5,0,10282,3466,1,0,0,0),(96250,29697,571,1,1,26859,1,4940.28,-2387.89,237.74,5.26807,300,5,0,10282,3466,1,0,0,0),(96251,29697,571,1,1,26859,1,5284.97,-1980.88,237.841,0.287154,300,5,0,10282,3466,1,0,0,0),(96252,29697,571,1,1,26859,1,5226.31,-1983.9,242.511,5.43165,300,5,0,10282,3466,1,0,0,0),(96253,29697,571,1,1,26859,1,5259.68,-1950.38,240.613,4.59796,300,5,0,10282,3466,1,0,0,0),(96254,29697,571,1,1,26859,1,5311.93,-1940.8,238.019,0.068386,300,5,0,10282,3466,1,0,0,0),(96255,29697,571,1,1,26859,1,5285.66,-1859.94,238.315,4.75672,300,5,0,10282,3466,1,0,0,0),(96267,29697,571,1,1,26859,1,4784.27,-2389.02,234.939,5.197,300,5,0,10282,3466,1,0,0,0),(96268,29697,571,1,1,26859,1,5053.17,-2252.99,240.377,1.65587,300,5,0,10282,3466,1,0,0,0),(96269,25602,571,1,1,23271,1,3480.64,4114.55,18.4847,3.49066,300,0,0,7688,7500,0,0,0,0),(96276,27138,571,1,1,24342,1,3632.58,5876.1,165.876,1.18682,300,0,0,7688,7500,0,0,0,0),(96277,30466,571,1,1,25626,0,6176.54,-1057.94,411.125,1.09956,300,0,0,11379,0,0,0,0,0),(96278,28674,571,1,1,25595,0,5813.37,453.403,658.834,4.45059,300,0,0,8508,7981,0,0,0,0),(96290,32514,571,1,1,27999,0,5839.54,733.684,642.08,5.5676,300,0,0,8508,7981,0,0,0,0),(96292,28162,571,1,1,27253,0,5643.74,-2705.94,276.666,3.90954,300,0,0,10635,0,0,0,0,0),(96293,28418,571,1,1,27874,1,6410.7,-3440.61,397.851,3.94444,300,0,0,11001,3643,0,0,0,0),(207595,15102,530,1,1,0,0,-1784.13,5455.85,-12.3448,4.7473,120,0,0,1,0,0,0,0,0),(207594,15102,530,1,1,0,0,-1783.07,5451.48,-12.3448,1.76278,120,0,0,1,0,0,0,0,0),(96298,26370,571,1,1,23835,0,3344.87,2504.08,-6.55754,3.29867,300,0,0,9940,10161,0,0,0,0),(96299,29698,571,1,1,19770,0,5434.72,-2111.41,248.56,2.70497,300,0,0,10282,0,2,0,0,0),(96300,28418,571,1,1,27874,1,6423.21,-3099.37,394.529,2.30383,300,0,0,11001,3643,0,0,0,0),(200857,33643,571,1,1,0,1,8588.35,679.944,550.211,2.23402,120,0,0,1,0,0,0,0,0),(96302,29698,571,1,1,19770,0,4898.13,-1658.5,248.328,4.68229,300,0,0,10282,0,2,0,0,0),(96307,29698,571,1,1,19768,0,4930.55,-1623.26,248.405,4.76033,300,0,0,10282,0,2,0,0,0),(96308,29698,571,1,1,19768,0,4915.88,-1871.29,248.403,4.54351,300,0,0,10282,0,2,0,0,0),(96309,29698,571,1,1,19770,0,4929.2,-1923.44,248.329,1.55868,300,0,0,10282,0,2,0,0,0),(96355,28162,571,1,1,27258,0,5447.31,-2998.56,288.253,1.6057,300,0,0,10635,0,0,0,0,0),(96356,28162,571,1,1,27258,0,5743.81,-2748.86,276.666,5.32325,300,0,0,10635,0,0,0,0,0),(96357,28162,571,1,1,27253,0,5713.26,-2674.74,280.851,4.17134,300,0,0,10635,0,0,0,0,0),(96358,28418,571,1,1,27875,1,6322.74,-3242.13,388.562,3.12414,300,0,0,11001,3643,0,0,0,0),(96359,29698,571,1,1,19770,0,4900.23,-2107.97,248.342,4.71799,300,0,0,10282,0,2,0,0,0),(96361,29698,571,1,1,19770,0,4919,-1959.86,248.356,4.67229,300,0,0,10282,0,2,0,0,0),(96362,28162,571,1,1,27253,0,5748.81,-2704.51,276.671,3.03687,300,0,0,10635,0,0,0,0,0),(96363,28162,571,1,1,27258,0,5672.26,-2797.06,273.976,0.20944,300,0,0,10635,0,0,0,0,0),(96365,29698,571,1,1,19768,0,4928.1,-2071.16,248.419,4.72097,300,0,0,10282,0,2,0,0,0),(96366,29698,571,1,1,19768,0,5146.56,-2038.14,248.765,3.12174,300,0,0,10282,0,2,0,0,0),(96368,23810,571,1,1,17612,0,1438.67,-3055.76,47.8453,4.11898,300,0,0,8982,0,0,0,0,0),(96369,23810,571,1,1,17612,0,1333.11,-3083.96,146.659,0.558505,300,0,0,8982,0,0,0,0,0),(96370,23810,571,1,1,17612,0,1280.05,-3024.22,0.108976,0,300,0,0,8982,0,0,0,0,0),(96372,28162,571,1,1,27258,0,5650.01,-2960.37,274.481,2.28638,300,0,0,10635,0,0,0,0,0),(96373,23810,571,1,1,17612,0,1419.08,-3086.75,124.256,0.977384,300,0,0,8982,0,0,0,0,0),(96374,28162,571,1,1,27253,0,5621.72,-3006.13,274.462,1.95477,300,0,0,10635,0,0,0,0,0),(96411,28162,571,1,1,27253,0,5502.86,-2944.94,276.666,4.34587,300,0,0,10635,0,0,0,0,0),(96412,28162,571,1,1,27258,0,5661.2,-2929.67,274.481,0.349066,300,0,0,10635,0,0,0,0,0),(96413,28418,571,1,1,27874,1,6403.03,-3289.01,392.183,2.98451,300,0,0,11001,3643,0,0,0,0),(96414,28418,571,1,1,27874,1,6366.81,-3300.08,388.964,1.56231,300,5,0,11001,3643,1,0,0,0),(96415,28418,571,1,1,27875,1,6382.29,-3165.63,388.796,0.856872,300,5,0,11001,3643,1,0,0,0),(96416,28418,571,1,1,27874,1,6403.02,-3250.57,392.617,3.21141,300,0,0,11001,3643,0,0,0,0),(96417,28418,571,1,1,27874,1,6411.57,-3133.34,390.349,6.26377,300,5,0,11001,3643,1,0,0,0),(96418,28418,571,1,1,27874,1,6356.76,-3350.34,388.836,0.201527,300,5,0,11001,3643,1,0,0,0),(96454,28418,571,1,1,27874,1,6419.89,-3535.13,392.403,3.92699,300,0,0,11001,3643,0,0,0,0),(96455,28162,571,1,1,27253,0,5574.77,-2701.71,276.666,1.43117,300,0,0,10635,0,0,0,0,0),(96458,28418,571,1,1,27875,1,6323.93,-3286.57,388.805,3.10669,300,0,0,11001,3643,0,0,0,0),(96459,28162,571,1,1,27258,0,5545.48,-2919.11,277.696,2.89725,300,0,0,10635,0,0,0,0,0),(96460,28162,571,1,1,27253,0,5530.51,-2718.87,277.068,0.942478,300,0,0,10635,0,0,0,0,0),(96462,28162,571,1,1,27253,0,5614.89,-2832.68,274.462,3.83972,300,0,0,10635,0,0,0,0,0),(96463,28162,571,1,1,27258,0,5664.52,-2814.92,274.462,2.42601,300,0,0,10635,0,0,0,0,0),(96485,28162,571,1,1,27258,0,5582.37,-2873.94,274.462,4.79965,300,0,0,10635,0,0,0,0,0),(96486,28162,571,1,1,27258,0,5694.46,-2723.41,276.666,4.2237,300,0,0,10635,0,0,0,0,0),(96487,29698,571,1,1,19770,0,5096.5,-2058.86,248.63,3.10642,300,0,0,10282,0,2,0,0,0),(96489,29698,571,1,1,19770,0,5358.77,-1821.08,248.356,2.41203,300,0,0,10282,0,2,0,0,0),(96490,29698,571,1,1,19770,0,5309.02,-1997.26,237.785,2.4336,300,0,0,10282,0,2,0,0,0),(96491,30211,571,1,1,11686,0,8021.41,-259.141,848.494,3.45575,300,0,0,41,60,0,0,0,0),(96492,27139,571,1,1,24343,1,3646.29,5888.98,140.188,2.79253,300,0,0,7688,7500,0,0,0,0),(96493,26883,571,1,1,24097,1,3814.07,-5157.37,119.355,1.93731,300,0,0,10635,3561,0,0,0,0),(96494,24067,571,1,1,22052,0,2670.24,-4388.17,284.031,2.32129,300,0,0,6224,0,0,0,0,0),(96495,28675,571,1,1,25596,0,5987.35,614.434,651.223,2.79253,300,0,0,10635,0,0,0,0,0),(96496,32515,571,1,1,28000,0,5907.77,742.493,640.79,4.50295,300,0,0,10635,0,0,0,0,0),(96497,28931,571,1,1,25770,0,6144.44,-1971.41,461.385,5.16617,300,0,0,200000,0,0,0,0,0),(96498,28931,571,1,1,25770,0,6206.33,-2063.48,461.385,2.14675,300,0,0,200000,0,0,0,0,0),(96499,28931,571,1,1,25770,0,6129.33,-2047.82,461.385,0.506145,300,0,0,200000,0,0,0,0,0),(200874,33382,571,1,1,0,1,8324.71,744.934,553.784,4.76475,120,0,0,1,0,0,0,0,0),(200873,33384,571,1,1,0,1,8368.89,714.503,554.091,3.22886,120,0,0,1,0,0,0,0,0),(200872,33384,571,1,1,0,1,8366.41,705.244,553.784,2.3911,120,0,0,1,0,0,0,0,0),(200871,33383,571,1,1,0,1,8359.87,737.388,553.795,3.68265,120,0,0,1,0,0,0,0,0),(200870,33383,571,1,1,0,1,8350.25,744.448,553.794,4.2586,120,0,0,1,0,0,0,0,0),(200867,33698,571,1,1,0,1,8350.37,830.943,549.297,5.53269,120,0,0,1,0,0,0,0,0),(200866,33698,571,1,1,0,1,8346.11,826.307,549.219,5.53269,120,0,0,1,0,0,0,0,0),(200865,33698,571,1,1,0,1,8613.15,590.457,549.289,2.37365,120,0,0,1,0,0,0,0,0),(200864,33698,571,1,1,0,1,8608.84,585.859,549.524,2.37365,120,0,0,1,0,0,0,0,0),(200863,33643,571,1,1,0,1,8594.75,717.043,548.203,2.19912,120,0,0,1,0,0,0,0,0),(96556,26115,571,1,1,23554,1,3928.11,3577.56,70.7685,2.71552,300,5,0,9610,3309,1,0,0,0),(202867,34856,649,15,1,0,0,617.179,175.184,419.781,3.92699,120,0,0,1,0,0,0,0,0),(200862,33643,571,1,1,0,1,8520.17,643.158,547.837,4.60767,120,0,0,1,0,0,0,0,0),(200861,33643,571,1,1,0,1,8567.13,645.53,548.735,2.3911,120,0,0,1,0,0,0,0,0),(200860,33643,571,1,1,0,1,8552.21,702.098,547.655,5.79449,120,0,0,1,0,0,0,0,0),(96663,28932,571,1,1,19595,0,6207.53,-2061.54,482.025,4.08407,300,5,0,4979,0,1,0,0,0),(96664,28932,571,1,1,19595,0,6203.88,-2064.14,482.067,0.069813,300,5,0,4979,0,1,0,0,0),(96671,28932,571,1,1,19595,0,6143,-1973.7,482.067,4.5204,300,5,0,4979,0,1,0,0,0),(96798,28932,571,1,1,19595,0,6146.61,-1971.15,481.928,5.3058,300,5,0,4979,0,1,0,0,0),(96800,28932,571,1,1,19595,0,6131.65,-2049.72,482.039,0.680678,300,5,0,4979,0,1,0,0,0),(96864,30212,571,1,1,11686,0,8009.65,-309.977,850.035,2.46091,300,0,0,41,60,0,0,0,0),(96865,28932,571,1,1,19595,0,6128.76,-2046.27,482.073,2.70526,300,5,0,4979,0,1,0,0,0),(96866,27140,571,1,1,24340,1,3652.65,5899.4,165.876,3.9968,300,0,0,7688,7500,0,0,0,0),(96867,26884,571,1,1,21970,1,4326.23,-4983.15,20.4613,4.01426,300,0,0,6986,0,0,0,0,0),(96868,25604,571,1,1,23272,0,3988.36,4266.55,26.2248,5.79449,300,0,0,18582,3231,0,0,0,0),(96869,28676,571,1,1,25597,0,5981.66,599.832,651.223,2.75762,300,0,0,10635,0,0,0,0,0),(96942,29700,571,1,1,26319,0,4971.57,-2339.09,245.649,4.93928,300,0,0,8982,0,0,0,0,0),(96943,29700,571,1,1,26319,0,4965.58,-2315.95,245.174,1.67552,300,0,0,8982,0,0,0,0,0),(96947,29700,571,1,1,26319,0,4941.29,-2297.28,244.399,4.76475,300,0,0,8982,0,0,0,0,0),(96951,29700,571,1,1,26319,0,4877.54,-2382.67,234.195,5.35816,300,0,0,8982,0,0,0,0,0),(96952,29700,571,1,1,26319,0,4929.53,-2297.7,244.229,4.81711,300,0,0,8982,0,0,0,0,0),(96953,29700,571,1,1,26319,0,4989.21,-2359.03,246.346,5.41052,300,0,0,8982,0,0,0,0,0),(96967,29700,571,1,1,26319,0,4861.71,-2361.55,234.756,1.65806,300,0,0,8982,0,0,0,0,0),(97015,29700,571,1,1,26319,0,4834.26,-2375.92,234.668,3.49066,300,0,0,8982,0,0,0,0,0),(97090,29700,571,1,1,26319,0,4857.88,-2383.78,234.124,4.38078,300,0,0,8982,0,0,0,0,0),(97103,29700,571,1,1,26319,0,4971.63,-2356.76,245.141,1.20428,300,0,0,8982,0,0,0,0,0),(97104,29700,571,1,1,26319,0,4906.16,-2282.93,244.232,0.715585,300,0,0,8982,0,0,0,0,0),(97105,29700,571,1,1,26319,0,4859.88,-2294.5,243.984,5.5676,300,0,0,8982,0,0,0,0,0),(97106,29700,571,1,1,26319,0,4869.59,-2369.06,234.517,5.93412,300,0,0,8982,0,0,0,0,0),(97107,29700,571,1,1,26319,0,4872.12,-2325.92,238.64,1.8675,300,0,0,8982,0,0,0,0,0),(97108,29700,571,1,1,26319,0,4921.73,-2284.29,243.714,2.44346,300,0,0,8982,0,0,0,0,0),(97109,29700,571,1,1,26319,0,4812.64,-2350.61,239.062,3.28122,300,0,0,8982,0,0,0,0,0),(97110,29700,571,1,1,26319,0,4925.51,-2367.33,242.053,3.19395,300,0,0,8982,0,0,0,0,0),(97111,32516,571,1,1,28006,0,5885.2,674.205,615.378,2.68781,300,0,0,1939,4393,0,0,0,0),(97113,31236,571,1,1,10957,0,5548.16,-70.0838,148.134,6.22477,300,5,0,8801,0,1,0,0,0),(97114,31236,571,1,1,10957,0,5584.22,40.276,148.567,0.35612,300,5,0,8801,0,1,0,0,0),(97115,31236,571,1,1,10957,0,5676.99,-110.461,178.369,5.78261,300,5,0,8801,0,1,0,0,0),(97116,29444,571,1,1,2957,0,6395.06,-2714.94,302.81,3.16184,300,0,0,213,0,0,0,0,0),(97117,29444,571,1,1,1206,0,6247.24,-2698.93,302.955,2.37294,300,0,0,213,0,0,0,0,0),(97118,29444,571,1,1,1206,0,6231.28,-2509.19,303.028,1.14251,300,0,0,213,0,0,0,0,0),(97119,31236,571,1,1,10957,0,5443.63,25.7569,148.939,3.89109,300,5,0,8801,0,1,0,0,0),(97120,31236,571,1,1,10957,0,5660.29,343.823,158.062,0.553319,300,5,0,8801,0,1,0,0,0),(97121,31236,571,1,1,10957,0,5609.2,178.552,151.785,1.46413,300,5,0,8801,0,1,0,0,0),(97122,31236,571,1,1,10957,0,5788.43,341.794,180.425,6.28234,300,5,0,8801,0,1,0,0,0),(97123,31236,571,1,1,10957,0,5734.81,699.221,152.39,1.28478,300,5,0,8801,0,1,0,0,0),(97124,31236,571,1,1,10957,0,5658.85,336.869,158.202,5.81739,300,5,0,8801,0,1,0,0,0),(97125,31236,571,1,1,10957,0,5659.65,643.996,150.425,4.09535,300,5,0,8801,0,1,0,0,0),(97126,31236,571,1,1,10957,0,5489.11,402.72,155.526,2.44422,300,5,0,8801,0,1,0,0,0),(97127,31236,571,1,1,10957,0,5962.37,824.117,160.478,6.2744,300,5,0,8801,0,1,0,0,0),(97128,29445,571,1,1,0,1,7452.31,-535.291,1896.93,3.01942,300,0,0,13481,0,0,0,0,0),(97129,25349,571,1,1,24471,0,2590.59,6406.94,69.8,1.96596,300,0,0,12600,0,2,0,0,0),(97130,25349,571,1,1,24471,0,2310.32,6539.75,77.52,4.04838,300,0,0,12600,0,2,0,0,0),(97131,32773,571,1,1,23072,0,538.399,-5003.6,10.6165,5.67232,300,0,0,9610,0,0,0,0,0),(97132,26885,571,1,1,24098,1,3821.11,-5151.58,119.074,2.67035,300,0,0,10635,0,0,0,0,0),(97133,23557,571,1,1,21794,0,732.24,-5090.96,39.3398,1.02287,300,0,0,69860,0,2,0,0,0),(97134,23557,571,1,1,21794,0,784.201,-4874.44,46.4017,0.535442,300,0,0,69860,0,2,0,0,0),(97135,23557,571,1,1,21911,0,878.453,-4809.68,37.3688,3.59931,300,0,0,69860,0,2,0,0,0),(97136,28677,571,1,1,25598,0,5984.58,607.113,651.264,2.79253,300,0,0,10635,0,0,0,0,0),(97137,25349,571,1,1,24471,0,2453.88,6550.05,69.39,4.15559,300,0,0,12600,0,2,0,0,0),(97138,27141,571,1,1,24345,1,3595.1,5959.01,136.328,0.893476,300,0,0,7688,7500,0,0,0,0),(97139,23557,571,1,1,21794,0,974.37,-5453.25,228.839,2.10222,300,0,0,69860,0,2,0,0,0),(97140,23557,571,1,1,21794,0,811.216,-5553.82,249.699,2.68224,300,0,0,69860,0,2,0,0,0),(97141,25605,571,1,1,23273,1,2249.84,5273.04,3.52732,1.17659,300,0,0,6986,2991,0,0,0,0),(97142,25605,571,1,1,23274,1,2237.47,5259.37,3.52732,5.20567,300,0,0,6986,2991,0,0,0,0),(97144,25605,571,1,1,23273,1,2251.5,5259.44,3.52732,3.71734,300,0,0,6986,2991,0,0,0,0),(97145,25605,571,1,1,23273,1,2241.95,5268.9,3.52732,4.64804,300,0,0,6986,2991,0,0,0,0),(97146,25862,571,1,1,27280,0,3730.62,5143.26,24.6245,2.44346,300,0,0,71810,0,0,0,0,0),(97147,32774,571,1,1,1606,0,1876.21,-6212.46,35.4175,1.23918,300,0,0,9610,0,0,0,0,0),(97148,26886,571,1,1,22002,0,4322.28,-4990.64,20.4613,1.36136,300,0,0,10329,0,0,0,0,0),(97149,26374,571,1,1,23794,0,4536.04,-4249.85,170.575,0.645772,300,0,0,9940,3387,0,0,0,0),(97150,25606,571,1,1,10914,0,3990.25,4258.65,26.6343,0.279253,300,0,0,17964,0,0,0,0,0),(97151,30726,571,1,1,27287,0,5766.78,621.688,650.175,3.00197,300,0,0,10635,0,0,0,0,0),(97152,27142,571,1,1,24347,1,3635.49,5903.86,165.876,5.20108,300,0,0,7688,7500,0,0,0,0),(97153,29702,571,1,1,26438,0,5813.27,684.895,658.101,4.03171,300,0,0,8508,7981,0,0,0,0),(97154,31238,571,1,1,27524,1,5815.27,473.49,658.796,4.66003,300,0,0,9416,8459,0,0,0,0),(97155,25350,571,1,1,23173,0,4053.29,5776.94,72.4309,0.508101,300,5,0,7984,0,1,0,0,0),(97157,25350,571,1,1,23173,0,4076.87,5846.9,72.8316,2.69096,300,5,0,7984,0,1,0,0,0),(97158,25350,571,1,1,23173,0,3855.78,5649.05,55.1664,1.06825,300,5,0,7984,0,1,0,0,0),(97159,25350,571,1,1,23173,0,3884.36,5781.49,69.9798,3.88525,300,5,0,7984,0,1,0,0,0),(97160,25350,571,1,1,23173,0,3902.13,5781.91,71.1747,4.85678,300,5,0,7984,0,1,0,0,0),(97161,25350,571,1,1,23173,0,3856.65,5711.18,63.7575,2.76771,300,5,0,7984,0,1,0,0,0),(97162,25350,571,1,1,23173,0,4079.33,5694.65,56.1411,1.48766,300,5,0,7984,0,1,0,0,0),(97163,25350,571,1,1,23173,0,4019.92,5652.54,50.1361,0.851059,300,5,0,7984,0,1,0,0,0),(97164,25350,571,1,1,23173,0,4086.44,5783.26,67.4569,0.595045,300,5,0,7984,0,1,0,0,0),(97165,25350,571,1,1,23173,0,3910.89,5816.08,65.0161,4.97111,300,5,0,7984,0,1,0,0,0),(97166,25350,571,1,1,23173,0,3918.58,5746.71,68.3212,3.02414,300,5,0,7984,0,1,0,0,0),(97167,25350,571,1,1,23173,0,3988.33,5650.52,51.5386,3.14159,300,5,0,7984,0,1,0,0,0),(97168,25350,571,1,1,23173,0,3873.45,5678.45,56.4785,5.01591,300,5,0,7984,0,1,0,0,0),(97169,25350,571,1,1,23173,0,3869.68,5752.28,69.4247,6.06759,300,5,0,7984,0,1,0,0,0),(97170,25350,571,1,1,23173,0,4078.38,5724.42,59.6898,1.97802,300,5,0,7984,0,1,0,0,0),(97171,25350,571,1,1,23173,0,4024.62,5774.99,71.1554,3.98745,300,5,0,7984,0,1,0,0,0),(97172,25350,571,1,1,23173,0,3987.84,5688.96,56.0892,5.02655,300,0,0,7984,0,0,0,0,0),(97173,25350,571,1,1,23173,0,4013.41,5755.01,65.7528,1.12992,300,5,0,7984,0,1,0,0,0),(97174,25350,571,1,1,23173,0,4073.53,5759.29,64.7511,5.16643,300,5,0,7984,0,1,0,0,0),(97175,25350,571,1,1,23173,0,4034.83,5711.41,58.0266,3.39989,300,5,0,7984,0,1,0,0,0),(97176,29958,571,1,1,26661,0,7578.04,-3218.69,844.252,6.19907,300,5,0,12175,0,1,0,0,0),(97177,29958,571,1,1,26661,0,7639.67,-3227.91,860.382,3.16112,300,5,0,12175,0,1,0,0,0),(97178,29958,571,1,1,26661,0,7465.06,-3269.54,855.248,6.21229,300,5,0,12175,0,1,0,0,0),(97179,29958,571,1,1,26661,0,7160.67,-3285.07,850.187,1.49155,300,5,0,12175,0,1,0,0,0),(97180,29958,571,1,1,26661,0,7387.14,-3285.72,861.063,-2.62761,300,0,0,12175,0,0,0,0,0),(97181,29958,571,1,1,26661,0,7556.84,-3126.1,843.796,4.78871,300,5,0,12175,0,1,0,0,0),(97182,29958,571,1,1,26661,0,7346.51,-3261.17,851.259,5.27927,300,5,0,12175,0,1,0,0,0),(97183,29958,571,1,1,26661,0,7521.68,-3287.59,864.798,4.8939,300,5,0,12175,0,1,0,0,0),(97184,29958,571,1,1,26661,0,7601.81,-3154.12,852.433,6.03411,300,5,0,12175,0,1,0,0,0),(97185,29958,571,1,1,26661,0,7304.29,-3282.85,849.688,2.84209,300,5,0,12175,0,1,0,0,0),(97186,29959,571,1,1,26091,1,8449.52,-336.456,906.691,1.02974,300,0,0,12175,0,0,0,0,0),(97187,27143,571,1,1,24346,1,3625,5887.26,165.876,0.017453,300,0,0,7688,7500,0,0,0,0),(97188,29703,571,1,1,26437,0,5812.08,676.873,658.112,3.07178,300,0,0,8508,7981,0,0,0,0),(97189,25351,571,1,1,23174,1,3992.6,5812.64,74.517,1.06501,300,5,0,6387,7031,1,0,0,0),(97190,25351,571,1,1,23174,1,4047.03,5847.01,75.8661,0.852234,300,5,0,6387,7031,1,0,0,0),(97191,25351,571,1,1,23174,1,3855.99,5759.75,69.1745,3.88455,300,5,0,6387,7031,1,0,0,0),(97192,25351,571,1,1,23174,1,3854.02,5671.6,58.791,3.91092,300,5,0,6387,7031,1,0,0,0),(97193,25351,571,1,1,23174,1,4061.32,5732,60.7766,5.27587,300,5,0,6387,7031,1,0,0,0),(97194,25351,571,1,1,23172,1,4020.36,5814.31,74.191,4.72028,300,5,0,6387,7031,1,0,0,0),(97195,25351,571,1,1,23174,1,3910.43,5669.96,57.4549,5.2431,300,5,0,6387,7031,1,0,0,0),(97196,25351,571,1,1,23174,1,3986.07,5744.38,67.2844,5.04277,300,5,0,6387,7031,1,0,0,0),(97197,25351,571,1,1,23174,1,3844.76,5787.56,63.4757,4.39168,300,5,0,6387,7031,1,0,0,0),(97198,25351,571,1,1,23172,1,4074.74,5815.56,73.757,0.423878,300,5,0,6387,7031,1,0,0,0),(97199,25351,571,1,1,23174,1,4048,5809.65,75.7318,3.53334,300,5,0,6387,7031,1,0,0,0),(97200,25351,571,1,1,23174,1,4081.94,5760.48,63.1803,0.894683,300,5,0,6387,7031,1,0,0,0),(97201,25351,571,1,1,23174,1,3950.03,5766.6,72.1439,2.62596,300,5,0,6387,7031,1,0,0,0),(97202,25351,571,1,1,23174,1,3944.71,5717.65,63.0796,3.74504,300,5,0,6387,7031,1,0,0,0),(97203,25351,571,1,1,23172,1,3925.69,5707.46,64.7277,2.53387,300,5,0,6387,7031,1,0,0,0),(97204,25351,571,1,1,23172,1,3951.48,5766.26,71.9871,1.45241,300,5,0,6387,7031,1,0,0,0),(97205,25351,571,1,1,23172,1,4045.47,5680.49,47.6288,2.7889,300,5,0,6387,7031,1,0,0,0),(97206,25351,571,1,1,23172,1,4048.41,5650.13,46.6315,4.70458,300,5,0,6387,7031,1,0,0,0),(97207,25351,571,1,1,23172,1,4018.51,5680.33,54.2085,5.64828,300,5,0,6387,7031,1,0,0,0),(97208,25351,571,1,1,23174,1,4019.91,5714,60.3947,1.14097,300,5,0,6387,7031,1,0,0,0),(97209,25351,571,1,1,23172,1,3945.48,5681.53,59.1865,5.4761,300,5,0,6387,7031,1,0,0,0),(97210,25351,571,1,1,23174,1,3979.01,5710.19,59.7864,5.38056,300,5,0,6387,7031,1,0,0,0),(97211,25351,571,1,1,23172,1,3967.37,5715.47,61.0364,3.08598,300,5,0,6387,7031,1,0,0,0),(97212,27400,571,1,1,4158,0,2891.88,-285.703,106.99,3.15905,300,0,0,9291,0,0,0,0,0),(97213,27400,571,1,1,4158,0,2886.38,-288.338,108.082,4.67748,300,0,0,9291,0,0,0,0,0),(97214,32520,571,1,1,21342,0,7309.4,-2493.36,919.874,4.5204,300,5,0,4979,0,1,0,0,0),(97215,32520,571,1,1,21342,0,7005.28,-1711.16,833.504,4.60767,300,5,0,4979,0,1,0,0,0),(97216,32520,571,1,1,21342,0,6962.21,-1576.28,879.25,1.72788,300,5,0,4979,0,1,0,0,0),(97217,32520,571,1,1,21342,0,7308.84,-2493.47,789.529,1.16937,300,5,0,4979,0,1,0,0,0),(97218,32520,571,1,1,21342,0,7375.41,-2489.83,879.333,0.191986,300,5,0,4979,0,1,0,0,0),(97219,32520,571,1,1,21342,0,7256.42,-2506.26,874.656,5.14872,300,5,0,4979,0,1,0,0,0),(97220,32520,571,1,1,21342,0,6890.07,-1637.94,849.83,3.97935,300,5,0,4979,0,1,0,0,0),(97221,29960,571,1,1,26662,1,8437.26,-327.133,906.608,0.261799,300,0,0,25200,0,0,0,0,0),(97222,29960,571,1,1,26662,1,8453.26,-342.898,906.734,1.46608,300,0,0,25200,0,0,0,0,0),(97223,29960,571,1,1,26662,1,8425.05,-368.678,906.537,0.977384,300,0,0,25200,0,0,0,0,0),(97224,29960,571,1,1,26662,1,8413.31,-358.461,906.537,0.855211,300,0,0,25200,0,0,0,0,0),(97225,27144,571,1,1,24333,1,737.9,-2892.47,7.2449,5.67232,300,0,0,3524,0,0,0,0,0),(97226,29960,571,1,1,26662,1,8396.15,-402.131,903.202,1.37881,300,0,0,25200,0,0,0,0,0),(97227,23816,571,1,1,21795,0,1914.67,-6177.2,24.6935,1.62316,300,0,0,27873,0,0,0,0,0),(97228,29961,571,1,1,26091,1,8388.66,-374.728,903.202,5.68977,300,0,0,12175,0,0,0,0,0),(97229,24073,571,1,1,22181,0,2456.73,-3625.36,141.348,0.985967,300,5,0,8982,0,1,0,0,0),(97230,24014,571,1,1,0,1,2809.69,-3622.02,161.396,1.95094,300,0,0,8982,0,2,0,0,0),(97231,27145,571,1,1,24334,1,790.45,-2901.33,7.23482,3.9619,300,0,0,3524,0,0,0,0,0),(97232,26889,571,1,1,17612,0,3220.11,590.625,89.046,0.226893,300,0,0,42,0,0,0,0,0),(97233,26889,571,1,1,17612,0,3015.97,651.958,79.1727,2.02458,300,0,0,42,0,0,0,0,0),(97234,26889,571,1,1,17612,0,2983.83,615.241,81.6587,5.72468,300,0,0,42,0,0,0,0,0),(97235,26889,571,1,1,17612,0,3085.41,654.974,82.7485,0.191986,300,0,0,42,0,0,0,0,0),(97237,26889,571,1,1,17612,0,3217.77,650.041,73.9779,2.37365,300,0,0,42,0,0,0,0,0),(97238,26889,571,1,1,17612,0,3175.3,620.553,84.602,5.21853,300,0,0,42,0,0,0,0,0),(97239,26889,571,1,1,17612,0,3150.51,655.059,85.015,1.53589,300,0,0,42,0,0,0,0,0),(97240,26377,571,1,1,23796,1,4585.34,-4212.35,178.598,5.28835,300,0,0,176,0,0,0,0,0),(97241,24014,571,1,1,0,1,2576.46,-3746.07,201.414,0.30729,300,0,0,8982,0,2,0,0,0),(97242,24073,571,1,1,22181,0,2723.5,-3412.79,199.685,0.059561,300,5,0,8982,0,1,0,0,0),(97243,24073,571,1,1,22181,0,2717.21,-3392.29,179.655,6.26825,300,5,0,8982,0,1,0,0,0),(97244,24073,571,1,1,22181,0,2448.23,-3632.01,181.392,4.09843,300,5,0,8982,0,1,0,0,0),(97245,24073,571,1,1,22181,0,2444.84,-3628.57,201.812,5.50783,300,5,0,8982,0,1,0,0,0),(97246,24073,571,1,1,22181,0,2579.88,-3696.3,161.441,4.14415,300,0,0,8982,0,2,0,0,0),(97247,24073,571,1,1,22181,0,2717.61,-3412.85,139.674,0.382745,300,5,0,8982,0,1,0,0,0),(97248,24014,571,1,1,0,1,2824.04,-3624.83,221.425,0.302443,300,0,0,8982,0,2,0,0,0),(97249,24014,571,1,1,0,1,2611.02,-3716.68,181.398,3.5848,300,0,0,8982,0,2,0,0,0),(97250,24014,571,1,1,0,1,2585.76,-3717.82,221.43,2.43141,300,0,0,8982,0,2,0,0,0),(97251,24014,571,1,1,0,1,2801.42,-3592.8,181.409,1.00652,300,0,0,8982,0,2,0,0,0),(97252,24073,571,1,1,22181,0,2813.58,-3620.82,161.404,2.45195,300,0,0,8982,0,2,0,0,0),(97253,24073,571,1,1,22181,0,2802.85,-3621.77,141.353,4.16724,300,5,0,8982,0,1,0,0,0),(97254,24073,571,1,1,22181,0,2467,-3619.5,161.398,4.93229,300,5,0,8982,0,1,0,0,0),(97255,27401,571,1,1,24619,1,4011.62,-920.912,106.423,4.6909,300,5,0,9291,0,1,0,0,0),(97256,27401,571,1,1,24619,1,3985.99,-890.462,119.009,5.1155,300,5,0,9291,0,1,0,0,0),(97257,27401,571,1,1,24618,1,3957.08,-879.378,120.512,1.52091,300,5,0,9291,0,1,0,0,0),(97258,27401,571,1,1,24619,1,3993.42,-938.892,105.293,0.72364,300,5,0,9291,0,1,0,0,0),(97259,27401,571,1,1,24619,1,3973.13,-911.939,104.112,1.83744,300,5,0,9291,0,1,0,0,0),(97260,24014,571,1,1,0,1,2586.51,-3756.08,161.398,0.383738,300,0,0,8982,0,2,0,0,0),(97261,27401,571,1,1,24617,1,4007.72,-963.196,105.529,4.96042,300,5,0,9291,0,1,0,0,0),(97262,32265,571,1,1,0,0,5702.21,582.019,652.637,5.66981,300,0,0,6986,0,0,0,0,0),(97263,32265,571,1,1,0,0,5771.59,531.663,655.503,5.31069,300,0,0,6986,0,0,0,0,0),(97264,24073,571,1,1,22181,0,2732.32,-3451.22,159.329,2.89074,300,5,0,8982,0,1,0,0,0),(97265,24073,571,1,1,22181,0,2756.38,-3499.47,166.085,1.34559,300,5,0,8982,0,1,0,0,0),(97266,24073,571,1,1,22181,0,2725.46,-3484.13,162.265,0.423271,300,5,0,8982,0,1,0,0,0),(97267,24073,571,1,1,22181,0,2685.44,-3516.34,161.354,3.46998,300,0,0,8982,0,2,0,0,0),(97268,24073,571,1,1,22181,0,2631.84,-3527.9,161.914,0.184756,300,5,0,8982,0,1,0,0,0),(97269,24073,571,1,1,22181,0,2610.41,-3553.44,161.417,-2.48338,300,0,0,8982,0,0,0,0,0),(97270,25609,571,1,1,23287,1,3100.03,6297.6,95.0119,3.92699,300,0,0,6387,7031,0,0,0,0),(97271,25609,571,1,1,23288,1,3038.45,6292.48,98.5576,3.9968,300,0,0,6387,7031,0,0,0,0),(97272,25609,571,1,1,23288,1,3085.75,6344.81,92.183,3.89208,300,0,0,6387,7031,0,0,0,0),(97273,29449,571,1,1,25454,1,5772.54,-1299.39,234.192,5.67548,300,5,0,10635,3561,1,0,0,0),(97274,29449,571,1,1,25454,1,5884.77,-1516.75,230.416,1.17886,300,5,0,10635,3561,1,0,0,0),(97275,29449,571,1,1,25454,1,5497.04,-1564.8,237.227,4.9126,300,5,0,10635,3561,1,0,0,0),(97276,25353,571,1,1,23205,1,3697.09,5631.37,32.7665,0.636386,300,0,0,6387,7031,2,0,0,0),(97277,25609,571,1,1,23287,1,3096.84,6383.04,87.1126,2.58309,300,0,0,6387,7031,0,0,0,0),(97278,25353,571,1,1,23145,1,3623.69,5724.94,78.913,2.98672,300,5,0,6387,7031,1,0,0,0),(97279,25353,571,1,1,23205,1,3737.59,5517.56,40.9715,2.4392,300,5,0,6387,7031,1,0,0,0),(97280,29449,571,1,1,25454,1,5641.15,-1265.71,233.305,2.81335,300,5,0,10635,3561,1,0,0,0),(97281,25609,571,1,1,23287,1,2964.43,6583.9,58.0111,4.38078,300,0,0,6387,7031,0,0,0,0),(97282,29449,571,1,1,25454,1,5836.49,-1609.71,234.575,2.67035,300,0,0,10635,3561,0,0,0,0),(97283,29449,571,1,1,25454,1,5749.67,-1477.73,234.06,5.06145,300,0,0,10635,3561,0,0,0,0),(97284,29449,571,1,1,25454,1,5809.19,-1568.95,234.643,4.36332,300,0,0,10635,3561,0,0,0,0),(97285,25353,571,1,1,23145,1,3580.3,5686.07,67.6547,4.42568,300,5,0,6387,7031,1,0,0,0),(97286,25353,571,1,1,23145,1,3735.19,5646.8,41.2604,2.06237,300,5,0,6387,7031,1,0,0,0),(97287,25353,571,1,1,23205,1,3646.99,5668.24,66.3264,4.58923,300,0,0,6387,7031,0,0,0,0),(97288,25609,571,1,1,23288,1,2998.39,6409.33,90.041,3.68265,300,0,0,6387,7031,0,0,0,0),(97289,25609,571,1,1,23287,1,3046.6,6486.8,82.7529,1.0821,300,0,0,6387,7031,0,0,0,0),(97290,25609,571,1,1,23288,1,3038.9,6520.44,82.7126,5.75959,300,0,0,6387,7031,0,0,0,0),(97291,25609,571,1,1,23288,1,3073.74,6454.48,83.666,3.83972,300,0,0,6387,7031,0,0,0,0),(97292,25609,571,1,1,23287,1,2978.09,6371.89,97.8042,3.92699,300,0,0,6387,7031,0,0,0,0),(97293,25353,571,1,1,23205,1,3764.18,5543.75,45.28,1.53525,300,5,0,6387,7031,1,0,0,0),(97294,25609,571,1,1,23287,1,2902.81,6465.22,80.9085,5.55015,300,0,0,6387,7031,0,0,0,0),(97295,25353,571,1,1,23205,1,3725.77,5602.97,36.355,4.2554,300,5,0,6387,7031,1,0,0,0),(97296,25609,571,1,1,23287,1,2855.92,6454.47,79.2159,5.20108,300,0,0,6387,7031,0,0,0,0),(97297,25353,571,1,1,23145,1,3548.85,5567.67,49.2018,5.9326,300,0,0,6387,7031,0,0,0,0),(97298,25609,571,1,1,23288,1,2904.77,6488.06,79.2159,4.39823,300,0,0,6387,7031,0,0,0,0),(97299,25609,571,1,1,23288,1,2932.79,6495.6,79.0803,5.044,300,0,0,6387,7031,0,0,0,0),(97300,25353,571,1,1,23145,1,3721.94,5574,36.4378,4.4984,300,5,0,6387,7031,1,0,0,0),(97301,25353,571,1,1,23205,1,3585.4,5444.67,39.9529,4.73306,300,0,0,6387,7031,2,0,0,0),(97302,25353,571,1,1,23205,1,3594.03,5468.78,33.314,6.20153,300,5,0,6387,7031,1,0,0,0),(97303,25353,571,1,1,23205,1,3614.93,5493.63,33.2544,4.81085,300,5,0,6387,7031,1,0,0,0),(97304,25609,571,1,1,23287,1,2975.75,6517.07,74.5947,5.2709,300,0,0,6387,7031,0,0,0,0),(97305,25353,571,1,1,23145,1,3558.79,5497.75,27.4385,3.47729,300,5,0,6387,7031,1,0,0,0),(97306,25609,571,1,1,23287,1,3040.95,6449.82,82.7529,5.86431,300,0,0,6387,7031,0,0,0,0),(97307,25353,571,1,1,23145,1,3534.61,5627.96,53.5759,5.23852,300,0,0,6387,7031,2,0,0,0),(97308,25609,571,1,1,23287,1,3010.88,6433.78,84.1752,5.61996,300,0,0,6387,7031,0,0,0,0),(97309,25609,571,1,1,23287,1,2985.26,6468.2,79.2852,1.15192,300,0,0,6387,7031,0,0,0,0),(97310,25353,571,1,1,23205,1,3528.49,5525.4,65.2692,3.95212,300,5,0,6387,7031,1,0,0,0),(97311,25609,571,1,1,23287,1,3079.17,6298.62,94.6682,0.505841,300,5,0,6387,7031,1,0,0,0),(97312,25609,571,1,1,23288,1,3070.43,6424.46,85.6703,0.453786,300,0,0,6387,7031,0,0,0,0),(97313,25353,571,1,1,23145,1,3661.36,5511.48,33.9764,4.5991,300,5,0,6387,7031,1,0,0,0),(97314,25353,571,1,1,23205,1,3697.28,5633.16,32.7535,4.60427,300,5,0,6387,7031,1,0,0,0),(97315,25353,571,1,1,23205,1,3661.97,5632.38,32.5626,2.42543,300,5,0,6387,7031,1,0,0,0),(97316,25353,571,1,1,23205,1,3550.25,5427.63,40.2208,5.5068,300,5,0,6387,7031,1,0,0,0),(97317,25353,571,1,1,23145,1,3607.36,5571.19,29.1448,5.50249,300,5,0,6387,7031,1,0,0,0),(97318,25353,571,1,1,23145,1,3548.63,5599.83,50.654,0.237635,300,0,0,6387,7031,2,0,0,0),(97319,25353,571,1,1,23205,1,3517.06,5501.92,63.4286,4.26272,300,0,0,6387,7031,2,0,0,0),(97320,25353,571,1,1,23205,1,3598.22,5517.44,27.1876,6.27226,300,5,0,6387,7031,1,0,0,0),(97321,25353,571,1,1,23145,1,3570.88,5539.06,27.4376,1.59824,300,5,0,6387,7031,1,0,0,0),(97322,25353,571,1,1,23145,1,3561.39,5473.79,30.3135,1.13775,300,0,0,6387,7031,2,0,0,0),(97323,25353,571,1,1,23205,1,3570.26,5522.22,28.1876,1.56943,300,5,0,6387,7031,1,0,0,0),(97324,25353,571,1,1,23205,1,3657.36,5561.18,33.1876,1.99075,300,5,0,6387,7031,1,0,0,0),(97325,25353,571,1,1,23205,1,3505.99,5636.85,63.8207,4.71825,300,5,0,6387,7031,1,0,0,0),(97326,25353,571,1,1,23145,1,3513.88,5606.85,63.1319,4.07407,300,0,0,6387,7031,2,0,0,0),(97327,25353,571,1,1,23205,1,3681.73,5546.05,37.6789,2.14413,300,0,0,6387,7031,0,0,0,0),(97328,25353,571,1,1,23205,1,3533.51,5630.4,53.6992,5.13671,300,5,0,6387,7031,1,0,0,0),(97329,25353,571,1,1,23205,1,3622.48,5544.48,27.1876,3.29397,300,5,0,6387,7031,1,0,0,0),(97330,25353,571,1,1,23145,1,3641.36,5533.7,32.6406,2.3363,300,5,0,6387,7031,1,0,0,0),(97331,25353,571,1,1,23205,1,3664.77,5602.22,32.8126,5.41732,300,0,0,6387,7031,2,0,0,0),(97332,25353,571,1,1,23205,1,3566.26,5689.84,68.297,5.5185,300,5,0,6387,7031,1,0,0,0),(97333,25353,571,1,1,23145,1,3674.27,5710.58,65.486,1.98595,300,5,0,6387,7031,1,0,0,0),(97334,32265,571,1,1,0,0,5704.95,584.538,653.622,2.50167,300,0,0,6986,0,0,0,0,0),(97335,32265,571,1,1,0,0,5773.26,526.723,655.503,4.47037,300,0,0,6986,0,0,0,0,0),(97336,26634,571,1,1,23965,0,4183.35,5318.84,58.1593,3.8336,300,0,0,8982,0,0,0,0,0),(97337,27402,571,1,1,13069,0,4473.33,1655.55,122.156,3.75246,300,0,0,42,0,0,0,0,0),(97338,27402,571,1,1,13069,0,4318.6,1496.71,132.765,1.18682,300,0,0,42,0,0,0,0,0),(97339,27402,571,1,1,13069,0,4411.63,1364.88,141.659,2.21657,300,0,0,42,0,0,0,0,0),(97340,27402,571,1,1,13069,0,4394.6,1657.34,129.036,5.79449,300,0,0,42,0,0,0,0,0),(97343,28682,571,1,1,25602,1,5715.56,678.412,645.751,5.04253,300,0,0,8508,7981,0,0,0,0),(97344,29962,571,1,1,26663,0,8409.79,-393.869,903.202,2.32129,300,0,0,25200,0,0,0,0,0),(97345,28170,571,1,1,16053,0,6129.7,3723.37,171.519,0.497514,300,5,0,10635,3561,1,0,0,0),(208907,40176,1,1,1,0,0,-721.455,-5041.07,15.9652,0,45,10,0,1,0,1,0,0,0),(97347,27146,571,1,1,24335,0,816.536,-2948.46,7.76605,1.11701,300,0,0,3524,0,0,0,0,0),(97348,28170,571,1,1,16053,0,6075.76,3706.46,193.898,3.88979,300,5,0,10635,3561,1,0,0,0),(97349,28170,571,1,1,16053,0,6339.23,3649.91,424.893,0.331613,300,5,0,10635,3561,1,0,0,0),(97350,28170,571,1,1,16053,0,6349.5,3652,414.012,3.68265,300,5,0,10635,3561,1,0,0,0),(97351,28170,571,1,1,16053,0,6337.94,3608.36,428.776,3.26377,300,5,0,10635,3561,1,0,0,0),(152185,24879,571,1,1,0,0,3248.98,1187.46,134.375,0.00340319,300,5,0,42,0,1,0,0,0),(152184,24879,571,1,1,0,0,3073.22,-214.625,93.7885,0.00340319,300,5,0,42,0,1,0,0,0),(97354,28170,571,1,1,16053,0,6183.22,3887.73,180.907,0.696522,300,5,0,10635,3561,1,0,0,0),(97355,28170,571,1,1,16053,0,6206.48,3817.36,204.249,5.40369,300,5,0,10635,3561,1,0,0,0),(97356,28170,571,1,1,16053,0,6187.37,3811.74,214.686,2.3109,300,5,0,10635,3561,1,0,0,0),(97357,28170,571,1,1,16053,0,5869.31,4100.17,-42.11,0.308749,300,5,0,10635,3561,1,0,0,0),(97358,28170,571,1,1,16053,0,6117.1,3825,154.14,0.010034,300,5,0,10635,3561,1,0,0,0),(97359,28170,571,1,1,16053,0,6246.07,3850.54,204.871,3.76524,300,5,0,10635,3561,1,0,0,0),(97360,28170,571,1,1,16053,0,6134.32,3765.3,176.304,1.43485,300,5,0,10635,3561,1,0,0,0),(97361,28170,571,1,1,16053,0,6172.28,3881.89,190.497,0.558136,300,5,0,10635,3561,1,0,0,0),(97362,28170,571,1,1,16053,0,6140.15,3829.49,184.746,6.05051,300,5,0,10635,3561,1,0,0,0),(97363,28170,571,1,1,16053,0,5828.97,3730.19,169.815,3.4094,300,5,0,10635,3561,1,0,0,0),(97364,28170,571,1,1,16053,0,5836.26,3733.94,169.089,3.42666,300,5,0,10635,3561,1,0,0,0),(97365,28170,571,1,1,16053,0,5860.29,4146.81,-60.0028,2.86992,300,5,0,10635,3561,1,0,0,0),(97366,28170,571,1,1,16053,0,5770.11,4089.92,49.6744,2.95861,300,5,0,10635,3561,1,0,0,0),(97367,28170,571,1,1,16053,0,5885.15,4105.22,-87.4191,1.86516,300,5,0,10635,3561,1,0,0,0),(97368,28170,571,1,1,16053,0,5860.14,4100.52,-31.3593,0.185735,300,5,0,10635,3561,1,0,0,0),(97369,28170,571,1,1,16053,0,6216.87,3877.15,265.29,1.91969,300,5,0,10635,3561,1,0,0,0),(97370,28170,571,1,1,16053,0,6220.86,3783.95,323.382,2.00006,300,5,0,10635,3561,1,0,0,0),(97371,28170,571,1,1,16053,0,6233.14,3691.32,330.496,1.26293,300,5,0,10635,3561,1,0,0,0),(97372,28170,571,1,1,16053,0,6278,3819.56,278.586,1.7529,300,5,0,10635,3561,1,0,0,0),(97373,28170,571,1,1,16053,0,6208.73,3653.06,343.19,1.41065,300,5,0,10635,3561,1,0,0,0),(97374,28170,571,1,1,16053,0,6203.73,3637.91,340.088,3.25641,300,5,0,10635,3561,1,0,0,0),(97375,28170,571,1,1,16053,0,6279.04,3643.47,369.018,4.03722,300,5,0,10635,3561,1,0,0,0),(97376,28170,571,1,1,16053,0,6329.7,3683.89,369.702,0.555539,300,5,0,10635,3561,1,0,0,0),(97377,28170,571,1,1,16053,0,6205.07,3789.63,274.994,2.15811,300,5,0,10635,3561,1,0,0,0),(97378,28170,571,1,1,16053,0,6260.14,3794.24,316.988,2.20548,300,5,0,10635,3561,1,0,0,0),(97379,28170,571,1,1,16053,0,6260.99,3793.48,304.242,2.22239,300,5,0,10635,3561,1,0,0,0),(97380,28170,571,1,1,16053,0,6226.46,3766.48,282.45,2.40392,300,5,0,10635,3561,1,0,0,0),(97381,28170,571,1,1,16053,0,6196.97,3806.95,281.242,2.02997,300,5,0,10635,3561,1,0,0,0),(97382,28170,571,1,1,16053,0,6244.36,3869.17,213.356,0.605929,300,5,0,10635,3561,1,0,0,0),(97383,28170,571,1,1,16053,0,6238.12,3658.37,351.041,1.11291,300,5,0,10635,3561,1,0,0,0),(97384,28170,571,1,1,16053,0,5935.41,4052.58,-14.1861,2.80386,300,5,0,10635,3561,1,0,0,0),(97385,28170,571,1,1,16053,0,5964.56,4092.14,1.44643,3.10562,300,5,0,10635,3561,1,0,0,0),(97386,28170,571,1,1,16053,0,5939.79,4088.56,-5.75786,3.0823,300,5,0,10635,3561,1,0,0,0),(97387,28170,571,1,1,16053,0,5950.21,4048.31,-12.9201,2.91261,300,5,0,10635,3561,1,0,0,0),(97388,28170,571,1,1,16053,0,5954.43,4083.12,0.160646,3.08116,300,5,0,10635,3561,1,0,0,0),(97389,28170,571,1,1,16053,0,5957.56,4082.73,2.45559,3.07209,300,5,0,10635,3561,1,0,0,0),(97390,28170,571,1,1,16053,0,5960.73,4046.2,-13.7494,2.97269,300,5,0,10635,3561,1,0,0,0),(97391,28170,571,1,1,16053,0,5929.96,4116.87,7.07028,2.87016,300,5,0,10635,3561,1,0,0,0),(97392,28170,571,1,1,16053,0,5911.85,4118.24,10.9197,2.85831,300,5,0,10635,3561,1,0,0,0),(97393,28170,571,1,1,16053,0,5928.06,3950.71,-12.0605,1.60442,300,5,0,10635,3561,1,0,0,0),(97394,28170,571,1,1,16053,0,6128.33,3880.58,166.838,5.01126,300,5,0,10635,3561,1,0,0,0),(97395,28170,571,1,1,16053,0,6156.27,3783.6,222.022,0.962883,300,5,0,10635,3561,1,0,0,0),(152183,24879,571,1,1,0,0,2845.1,1972.63,140.6,0.00340319,300,5,0,42,0,1,0,0,0),(97397,25610,571,1,1,23286,0,3070.9,6451.69,83.4323,0.733038,0,0,0,3524,0,0,0,0,0),(152182,24879,571,1,1,0,0,2762.83,1406.18,131.607,0.00340319,300,5,0,42,0,1,0,0,0),(97399,25610,571,1,1,23286,0,3036.92,6289.71,98.5848,0.698132,0,0,0,3524,0,0,0,0,0),(97400,25610,571,1,1,23286,0,3083,6341.61,91.899,1.16937,0,0,0,3524,0,0,0,0,0),(97401,29450,571,1,1,26254,1,5799.75,-1633.16,236.158,1.55334,300,0,0,8508,7981,0,0,0,0),(97409,25610,571,1,1,23286,0,2987.1,6472.9,78.7562,5.14872,0,0,0,3524,0,0,0,0,0),(97410,25610,571,1,1,23283,0,3094.01,6384.75,87.1647,5.14872,0,0,0,3524,0,0,0,0,0),(97411,25610,571,1,1,23284,0,3072.9,6426.82,85.6955,4.83456,0,0,0,3524,0,0,0,0,0),(97412,25610,571,1,1,23286,0,3097.9,6294.72,95.015,1.15192,0,0,0,3524,0,0,0,0,0),(97413,25610,571,1,1,23283,0,2905.72,6463.04,80.8369,2.51327,0,0,0,3524,0,0,0,0,0),(97414,25610,571,1,1,23285,0,3048.75,6490.7,82.7529,4.27606,0,0,0,3524,0,0,0,0,0),(97415,25610,571,1,1,23286,0,2857.33,6451.66,79.2159,1.97222,0,0,0,3524,0,0,0,0,0),(97416,25610,571,1,1,23286,0,2963.92,6580.41,58.287,1.48353,0,0,0,3524,0,0,0,0,0),(97417,29450,571,1,1,26254,1,5722.51,-1486.08,233.493,0.973038,300,5,0,8508,7981,1,0,0,0),(97418,29450,571,1,1,26254,1,5701.86,-1437.31,234.493,0.383972,300,0,0,8508,7981,0,0,0,0),(97419,29450,571,1,1,26254,1,5716.87,-1431.72,234.515,3.47321,300,0,0,8508,7981,0,0,0,0),(97420,25610,571,1,1,23286,0,2975.58,6368.93,97.6723,0.575959,0,0,0,3524,0,0,0,0,0),(97421,25610,571,1,1,23285,0,2994.82,6406.23,90.2394,0.296706,0,0,0,3524,0,0,0,0,0),(97422,25610,571,1,1,23284,0,3042.44,6518.98,82.7169,2.40855,0,0,0,3524,0,0,0,0,0),(97423,25610,571,1,1,23283,0,2904.18,6484.57,79.2159,1.48353,0,0,0,3524,0,0,0,0,0),(97424,25610,571,1,1,23286,0,2933.69,6492.8,79.168,1.32645,0,0,0,3524,0,0,0,0,0),(97425,25610,571,1,1,23285,0,2977.79,6513.73,74.8041,1.58825,0,0,0,3524,0,0,0,0,0),(97426,25610,571,1,1,23283,0,3014.54,6431.04,83.9795,2.77507,0,0,0,3524,0,0,0,0,0),(97427,25610,571,1,1,23286,0,3045.28,6447.78,82.7529,1.5708,0,0,0,3524,0,0,0,0,0),(97428,29963,571,1,1,26093,0,8426.41,-355.584,906.485,0.820305,300,0,0,12175,0,0,0,0,0),(97429,27147,571,1,1,24341,1,3649.99,5877.26,165.876,2.42601,300,0,0,7688,7500,0,0,0,0),(97430,26379,571,1,1,23806,1,3842.39,1486.62,92.0606,1.5708,300,0,0,378000,0,0,0,0,0),(97432,27403,571,1,1,17200,0,4012.58,-921.843,107.08,0,300,5,0,8982,0,1,0,0,0),(97433,27403,571,1,1,17200,0,4018.95,-945.433,105.03,0,300,5,0,8982,0,1,0,0,0),(97434,27403,571,1,1,17200,0,3987.68,-891.093,120.018,0,300,5,0,8982,0,1,0,0,0),(97435,18955,571,1,1,16925,0,3630.09,6004.56,136.294,4.36332,300,0,0,42,0,0,0,0,0),(97436,18955,571,1,1,16925,0,3538.81,6003.94,136.655,5.96903,300,0,0,42,0,0,0,0,0),(97437,18955,571,1,1,16925,0,3608.89,6022.64,139.183,0.628319,300,0,0,42,0,0,0,0,0),(97438,18955,571,1,1,16925,0,3612.95,5986.58,136.3,1.37881,300,0,0,42,0,0,0,0,0),(97439,18955,571,1,1,16925,0,3631.56,5976.39,136.3,5.53269,300,0,0,42,0,0,0,0,0),(97440,27403,571,1,1,17200,0,4009.19,-964.07,106.123,0,300,5,0,8982,0,1,0,0,0),(97441,27403,571,1,1,17200,0,3958.19,-876.309,121.159,0,300,5,0,8982,0,1,0,0,0),(97442,27403,571,1,1,17200,0,3997.38,-972.938,105.335,0,300,5,0,8982,0,1,0,0,0),(97443,18955,571,1,1,16925,0,3595.18,6002.47,135.853,4.11898,300,0,0,42,0,0,0,0,0),(97444,27403,571,1,1,17200,0,4000.57,-893.071,109.983,0,300,5,0,8982,0,1,0,0,0),(97445,27403,571,1,1,17200,0,3969.59,-894.294,119.399,0,300,5,0,8982,0,1,0,0,0),(97446,26891,571,1,1,24099,1,4802.68,-3909.73,190.291,1.02813,300,5,0,10282,0,1,0,0,0),(97447,26891,571,1,1,24099,1,4773.97,-3937.97,194.903,4.82849,300,5,0,10282,0,1,0,0,0),(97448,26891,571,1,1,24099,1,4822.43,-3905.96,185.885,5.13897,300,5,0,10282,0,1,0,0,0),(97449,26891,571,1,1,24099,1,4824.04,-3895.19,183.493,3.98857,300,5,0,10282,0,1,0,0,0),(97450,26891,571,1,1,24100,1,4790.53,-3934.05,192.053,0.646258,300,5,0,10282,0,1,0,0,0),(97451,26891,571,1,1,24100,1,4804.8,-3932.02,189.712,3.87253,300,5,0,10282,0,1,0,0,0),(97452,26891,571,1,1,24100,1,4713.04,-3937.69,204.905,2.72669,300,5,0,10282,0,1,0,0,0),(97453,26891,571,1,1,24100,1,4694.24,-3937.27,207.983,3.46897,300,5,0,10282,0,1,0,0,0),(97454,26891,571,1,1,24100,1,4747.76,-3943.42,199.627,0.840015,300,5,0,10282,0,1,0,0,0),(97455,26891,571,1,1,24099,1,4731.36,-3921.98,199.783,0.033574,300,5,0,10282,0,1,0,0,0),(97456,26891,571,1,1,24099,1,4687.19,-3930.33,209.161,3.56684,300,5,0,10282,0,1,0,0,0),(97457,26891,571,1,1,24099,1,4761.66,-3942.06,197.438,6.13408,300,5,0,10282,0,1,0,0,0),(97458,26891,571,1,1,24100,1,4623.02,-4025.64,217.25,4.88287,300,5,0,10282,0,1,0,0,0),(97489,25611,571,1,1,22181,0,2755.65,6516.17,52.2208,0.906942,300,0,0,7984,0,2,0,0,0),(97460,25355,571,1,1,24909,0,3727.88,5713.56,60.6592,4.64309,300,5,0,7984,3080,1,0,0,0),(97461,25355,571,1,1,24910,0,3772.42,5667.11,54.5405,4.42007,300,5,0,7984,3080,1,0,0,0),(97462,25355,571,1,1,24906,0,3696.86,5708.38,64.2743,2.44939,300,5,0,7984,3080,1,0,0,0),(97463,29451,571,1,1,25300,1,5911.76,-1593.39,229.344,2.35619,300,0,0,10635,0,0,0,0,0),(97464,29451,571,1,1,25300,1,5819.24,-1744.66,233.939,4.11898,300,0,0,10635,0,0,0,0,0),(97465,25355,571,1,1,24906,0,3505.87,5611.23,63.5391,2.24789,300,5,0,7984,3080,1,0,0,0),(97466,29451,571,1,1,25300,1,5997.03,-1871.24,249.685,5.5676,300,0,0,10635,0,0,0,0,0),(97467,29451,571,1,1,25300,1,5816.05,-1426.83,231.788,0.977384,300,0,0,10635,0,0,0,0,0),(97468,29451,571,1,1,25300,1,5674.91,-1556.49,232.003,4.20624,300,0,0,10635,0,0,0,0,0),(97469,29451,571,1,1,25300,1,5633.34,-1375.87,234.362,2.47837,300,0,0,10635,0,0,0,0,0),(97470,29451,571,1,1,25300,1,5744.05,-1372.97,229.38,0.942478,300,0,0,10635,0,0,0,0,0),(97471,25355,571,1,1,24909,0,3556.25,5685.42,66.9498,6.21296,300,5,0,7984,3080,1,0,0,0),(97487,25611,571,1,1,22181,0,2867.92,6443.67,82.8826,3.78624,300,0,0,7984,0,2,0,0,0),(97473,29451,571,1,1,25300,1,5754.57,-1540.35,231.891,5.60251,300,0,0,10635,0,0,0,0,0),(97474,29451,571,1,1,25300,1,5799.75,-1633.16,236.158,1.55334,300,0,0,10635,0,0,0,0,0),(97475,29451,571,1,1,25300,1,5619.89,-1532.4,232.694,3.71755,300,0,0,10635,0,0,0,0,0),(97476,29451,571,1,1,25300,1,5782.73,-1567.05,233.834,5.13127,300,0,0,10635,0,0,0,0,0),(97477,29451,571,1,1,25300,1,5572.34,-1453.62,242.183,3.66519,300,0,0,10635,0,0,0,0,0),(97478,29451,571,1,1,25300,1,5883.34,-1675.76,239.639,0.835654,300,5,0,10635,0,1,0,0,0),(97479,29451,571,1,1,25300,1,5966.1,-1622.59,230.971,0.733038,300,0,0,10635,0,0,0,0,0),(97480,29451,571,1,1,25300,1,6005.46,-1787.25,237.168,0.733038,300,0,0,10635,0,0,0,0,0),(97481,29451,571,1,1,25300,1,5955.1,-1715.93,230.495,4.57276,300,0,0,10635,0,0,0,0,0),(97482,29451,571,1,1,25300,1,5868.89,-1702.36,236.834,0.959931,300,0,0,10635,0,0,0,0,0),(97483,25355,571,1,1,24906,0,3592.62,5689.47,66.6975,1.6636,300,5,0,7984,3080,1,0,0,0),(97484,25355,571,1,1,24909,0,3687.56,5501.03,43.3602,-2.86147,300,0,0,7984,3080,0,0,0,0),(97485,25355,571,1,1,24910,0,3661.97,5567.58,32.9355,2.49075,300,0,0,7984,3080,0,0,0,0),(97486,25611,571,1,1,22181,0,2959.18,6518.75,72.9569,5.90443,300,0,0,7984,0,2,0,0,0),(97472,25611,571,1,1,22181,0,3132.14,6364.85,87.0064,2.70632,300,0,0,7984,0,2,0,0,0),(97488,25355,571,1,1,24910,0,3730.81,5553.65,36.9146,4.42061,300,5,0,7984,3080,1,0,0,0),(97459,25611,571,1,1,22181,0,3127.11,6294.97,94.2915,1.27689,300,5,0,7984,0,1,0,0,0),(97490,25355,571,1,1,24906,0,3764.67,5527.74,47.9073,5.44786,300,5,0,7984,3080,1,0,0,0),(97491,25355,571,1,1,24906,0,3619.79,5525.45,27.5723,0.31659,300,0,0,7984,3080,0,0,0,0),(97492,25355,571,1,1,24910,0,3530.88,5558.06,62.4216,5.51568,300,0,0,7984,3080,0,0,0,0),(97493,25355,571,1,1,24910,0,3710.01,5615.26,33.1714,0.808847,300,5,0,7984,3080,1,0,0,0),(97494,25355,571,1,1,24906,0,3695.08,5613.7,33.7306,0.964473,300,5,0,7984,3080,1,0,0,0),(97495,25355,571,1,1,24906,0,3695.95,5620.83,33.2177,5.09799,300,5,0,7984,3080,1,0,0,0),(97496,25355,571,1,1,24906,0,3658.85,5620,33.4827,5.06316,300,5,0,7984,3080,1,0,0,0),(97497,25355,571,1,1,24910,0,3557,5471.08,30.9385,5.1632,300,5,0,7984,3080,1,0,0,0),(97498,25355,571,1,1,24906,0,3678.91,5552,37.0685,4.86654,300,0,0,7984,3080,0,0,0,0),(97499,25355,571,1,1,24909,0,3521.49,5557.33,64.248,2.79103,300,5,0,7984,3080,1,0,0,0),(97500,25355,571,1,1,24909,0,3682.81,5547.12,37.6568,2.56077,300,0,0,7984,3080,0,0,0,0),(97501,25355,571,1,1,24910,0,3649.75,5611.8,32.6793,5.96119,300,0,0,7984,3080,0,0,0,0),(97502,25355,571,1,1,24909,0,3730.37,5710.75,60.9092,4.06554,300,5,0,7984,3080,1,0,0,0),(97503,31755,571,1,1,1041,0,5870.31,564.136,652.656,3.47321,300,0,0,10282,0,0,0,0,0),(97504,24076,571,1,1,22089,0,1674.41,-4400.35,182.489,4.86424,300,5,0,6986,0,1,0,0,0),(97505,29964,571,1,1,26664,1,8383.45,-390.166,903.202,0.331613,300,0,0,12175,0,0,0,0,0),(97506,26380,571,1,1,9509,0,3836.88,1486.58,92.1439,1.43117,300,0,0,58850,0,0,0,0,0),(97508,25356,571,1,1,23149,1,3463.94,5897.35,145.632,0.977384,300,0,0,7688,7500,0,0,0,0),(97509,27148,571,1,1,24336,0,704.029,-2932.88,-2.98511,0.20944,300,0,0,3524,0,0,0,0,0),(97510,24076,571,1,1,22089,0,1948.01,-4791.8,182.561,1.65315,300,5,0,6986,0,1,0,0,0),(97511,24076,571,1,1,22089,0,1781.07,-5267.74,183.728,0.191167,300,5,0,6986,0,1,0,0,0),(97512,24076,571,1,1,22089,0,1322.82,-3863.21,125.08,1.17615,300,5,0,6986,0,1,0,0,0),(97513,29452,571,1,1,25785,0,5518.77,-1593.1,242.396,2.4141,300,5,0,10282,0,1,0,0,0),(97514,24076,571,1,1,22089,0,1158.35,-4260.83,154.221,4.05087,300,5,0,6986,0,1,0,0,0),(97515,24076,571,1,1,22089,0,991.709,-4135.65,159.499,0.614459,300,5,0,6986,0,1,0,0,0),(97516,24076,571,1,1,22089,0,1384.23,-3559.17,156.4,0.272345,300,5,0,6986,0,1,0,0,0),(97517,23564,571,1,1,22179,1,989.607,-4467.05,167.831,2.72271,300,0,0,2395,0,0,0,0,0),(97518,23564,571,1,1,22179,1,999.554,-4486.42,168.122,3.89208,300,0,0,2395,0,0,0,0,0),(97519,23564,571,1,1,22179,1,1015.25,-4453.98,167.764,3.45575,300,0,0,2395,0,2,0,0,0),(97520,23564,571,1,1,22179,1,1033.35,-4470.98,168.594,2.04204,300,0,0,2395,0,0,0,0,0),(97521,23564,571,1,1,22179,1,984.074,-4420.7,152.241,1.90241,300,0,0,2395,0,0,0,0,0),(97522,23564,571,1,1,22179,1,1027.94,-4369.91,155.796,3.54302,300,0,0,2395,0,0,0,0,0),(97523,23564,571,1,1,22179,1,999.373,-4348.75,152.78,3.85718,300,0,0,2395,0,0,0,0,0),(97524,23564,571,1,1,22179,1,970.419,-4357.6,149.747,1.69297,300,0,0,2395,0,0,0,0,0),(97525,29452,571,1,1,25785,0,5676.17,-1314.4,230.022,2.49671,300,5,0,10282,0,1,0,0,0),(97526,23564,571,1,1,22179,1,867.061,-4382.08,142.346,6.12611,300,0,0,2395,0,0,0,0,0),(97527,23564,571,1,1,22179,1,994.655,-4390.64,150.285,2.75762,300,0,0,2395,0,0,0,0,0),(97528,23564,571,1,1,22179,1,940.523,-4493.25,156.514,6.02139,300,0,0,2395,0,0,0,0,0),(97529,23564,571,1,1,22179,1,844.627,-4490.29,148.367,0.890118,300,0,0,2395,0,0,0,0,0),(97530,23564,571,1,1,22179,1,1024.08,-4388.79,155.089,0.872665,300,0,0,2395,0,2,0,0,0),(97531,23564,571,1,1,22179,1,932.201,-4379.56,142.676,5.32325,300,0,0,2395,0,0,0,0,0),(97532,23564,571,1,1,22179,1,984.287,-4370.87,150.45,5.48033,300,0,0,2395,0,0,0,0,0),(97533,24076,571,1,1,22089,0,2009.55,-5071.98,210.446,3.73447,300,5,0,6986,0,1,0,0,0),(97534,23564,571,1,1,22179,1,874.464,-4446.45,141.434,2.24693,300,0,0,2395,0,0,0,0,0),(97535,23564,571,1,1,22179,1,802.139,-4430.05,157.324,3.12414,300,0,0,2395,0,0,0,0,0),(97537,23564,571,1,1,22179,1,872.014,-4427.53,140.338,4.39823,300,0,0,2395,0,0,0,0,0),(97538,23564,571,1,1,22179,1,845.957,-4465.6,147.067,2.6529,300,0,0,2395,0,0,0,0,0),(97539,23564,571,1,1,22179,1,858.848,-4427.53,141.346,5.51524,300,0,0,2395,0,0,0,0,0),(97540,23564,571,1,1,22179,1,913.563,-4407.94,138.796,0.401426,300,0,0,2395,0,0,0,0,0),(97541,23564,571,1,1,22179,1,898.4,-4381.65,141.958,6.03884,300,0,0,2395,0,0,0,0,0),(97542,24076,571,1,1,22089,0,1802.38,-4141.9,239.232,0.325742,300,5,0,6986,0,1,0,0,0),(97543,29452,571,1,1,25785,0,5787.76,-1354.04,229.994,5.51295,300,5,0,10282,0,1,0,0,0),(97544,29452,571,1,1,25785,0,5857.22,-1423.64,231.516,0.190067,300,5,0,10282,0,1,0,0,0),(97545,29452,571,1,1,25785,0,5516.44,-1549.8,240.719,6.23614,300,5,0,10282,0,1,0,0,0),(97546,29452,571,1,1,25785,0,5603.15,-1745.05,238.946,4.08567,300,0,0,10282,0,0,0,0,0),(97547,29452,571,1,1,25785,0,5738.06,-1323.97,230.907,3.07922,300,5,0,10282,0,1,0,0,0),(97548,29452,571,1,1,25785,0,5583.12,-1289.41,233.995,5.96231,300,5,0,10282,0,1,0,0,0),(97549,29452,571,1,1,25785,0,5821.99,-1385.2,231.793,4.83745,300,5,0,10282,0,1,0,0,0),(97550,29452,571,1,1,25785,0,5807.21,-1492.73,229.279,3.98741,300,5,0,10282,0,1,0,0,0),(97551,29452,571,1,1,25785,0,5607.47,-1488.3,230.069,4.67876,300,5,0,10282,0,1,0,0,0),(97552,29452,571,1,1,25785,0,5568.72,-1409.75,234.83,2.12841,300,5,0,10282,0,1,0,0,0),(97553,29452,571,1,1,25785,0,5652.45,-1281.1,232.348,0.012161,300,5,0,10282,0,1,0,0,0),(97554,29452,571,1,1,25785,0,5619.76,-1306.9,233.691,1.77269,300,5,0,10282,0,1,0,0,0),(97555,29452,571,1,1,25785,0,5552.92,-1446.73,237.599,4.62728,300,5,0,10282,0,1,0,0,0),(97556,31756,571,1,1,2729,0,5873.41,552.214,652.656,2.23402,300,5,0,10282,0,1,0,0,0),(97564,29708,571,1,1,0,0,7388.96,-2785.87,869.015,3.48081,120,0,0,12600,0,0,0,0,0),(97563,29708,571,1,1,0,0,7353.55,-2895.79,896.988,1.93861,120,0,0,12600,0,0,0,0,0),(97559,29452,571,1,1,25785,0,5457.43,-1510.1,248.586,5.30032,300,5,0,10282,0,1,0,0,0),(97562,29708,571,1,1,0,0,7339.31,-2827.77,886.079,2.19014,120,0,0,12600,0,0,0,0,0),(97561,29708,571,1,1,0,0,7277.57,-2735.51,872.215,5.63517,120,0,0,12600,0,0,0,0,0),(97560,29708,571,1,1,0,0,7242.65,-2660.2,899.853,5.54259,120,0,0,12600,0,0,0,0,0),(97558,29708,571,1,1,0,0,7227.96,-2659.8,866.796,2.98897,120,0,0,12600,0,0,0,0,0),(97557,29708,571,1,1,0,0,7152.35,-2669.39,849.617,5.76031,120,0,0,12600,0,0,0,0,0),(97565,23821,571,1,1,11686,0,665.419,-4900.05,33.7387,0.191986,300,0,0,8982,0,0,0,0,0),(97566,23821,571,1,1,11686,0,708.066,-4988.52,11.1821,4.18879,300,0,0,8982,0,0,0,0,0),(97567,23821,571,1,1,11686,0,695.418,-4933.51,39.5184,5.91667,300,0,0,8982,0,0,0,0,0),(97568,23821,571,1,1,11686,0,703.468,-4938.73,6.06379,2.51327,300,0,0,8982,0,0,0,0,0),(97569,23821,571,1,1,11686,0,699.645,-5009.12,12.5412,1.20428,300,0,0,8982,0,0,0,0,0),(97570,23821,571,1,1,11686,0,536.041,-5028.99,12.2357,1.0821,300,0,0,8982,0,0,0,0,0),(97571,23821,571,1,1,11686,0,628.769,-4914.92,22.8452,3.1765,300,0,0,8982,0,0,0,0,0),(97572,23821,571,1,1,11686,0,609.976,-4929.38,23.0718,2.46091,300,0,0,8982,0,0,0,0,0),(97573,23821,571,1,1,11686,0,684.588,-4990.05,10.1367,0.785398,300,0,0,8982,0,0,0,0,0),(97574,26381,571,1,1,9509,0,3847.87,1486.3,92.1439,1.65806,300,0,0,58850,0,0,0,0,0),(97576,23565,571,1,1,21620,0,3826.67,-1955.96,208.749,5.75959,300,0,0,210,0,0,0,0,0),(97577,29965,571,1,1,26665,1,2966.9,4078.35,27.637,3.05433,300,0,0,8982,0,0,0,0,0),(97578,24845,571,1,1,17188,0,316.668,-5723.69,96.2434,3.07178,300,0,0,8982,0,0,0,0,0),(97579,23821,571,1,1,11686,0,540.927,-4991.27,13.0193,5.95157,300,0,0,8982,0,0,0,0,0),(97580,23821,571,1,1,11686,0,691.467,-5000.09,8.89119,3.54302,300,0,0,8982,0,0,0,0,0),(97581,23821,571,1,1,11686,0,655.549,-4971.56,10.6394,3.63029,300,0,0,8982,0,0,0,0,0),(97582,23821,571,1,1,11686,0,683.334,-5061.74,4.07586,3.94444,300,0,0,8982,0,0,0,0,0),(97583,23821,571,1,1,11686,0,679.24,-4917.05,16.5412,3.40339,300,0,0,8982,0,0,0,0,0),(97584,23821,571,1,1,11686,0,702.55,-4976.39,7.90464,2.60054,300,0,0,8982,0,0,0,0,0),(97585,23821,571,1,1,11686,0,699.872,-4924.96,9.16717,1.88496,300,0,0,8982,0,0,0,0,0),(97586,23821,571,1,1,11686,0,556.586,-4935.06,49.4492,1.5708,300,0,0,8982,0,0,0,0,0),(97587,23821,571,1,1,11686,0,585.868,-5033.94,5.54553,4.85202,300,0,0,8982,0,0,0,0,0),(97588,23821,571,1,1,11686,0,620.252,-4948.73,7.74779,5.91667,300,0,0,8982,0,0,0,0,0),(97589,28685,571,1,1,25603,1,5755.74,697.696,618.553,0.820305,300,0,0,10635,0,0,0,0,0),(97590,27149,571,1,1,24337,0,750.238,-2948.86,8.58721,0.733038,300,0,0,3524,0,0,0,0,0),(97591,29965,571,1,1,26665,1,2942.96,4143.64,30.0912,1.67552,300,0,0,8982,0,2,0,0,0),(97592,29965,571,1,1,26665,1,3026.85,3977.2,27.5372,5.5676,300,0,0,8982,0,0,0,0,0),(97594,23821,571,1,1,11686,0,660.843,-4983.47,17.468,5.68977,300,0,0,8982,0,0,0,0,0),(97595,23821,571,1,1,11686,0,707.04,-5008.7,11.2768,3.22886,300,0,0,8982,0,0,0,0,0),(97596,23821,571,1,1,11686,0,619.776,-4913.16,39.8215,0.593412,300,0,0,8982,0,0,0,0,0),(97597,23821,571,1,1,11686,0,701.312,-4929.84,8.36553,5.84685,300,0,0,8982,0,0,0,0,0),(97598,23821,571,1,1,11686,0,706.22,-4943.64,8.58528,0.436332,300,0,0,8982,0,0,0,0,0),(97599,23821,571,1,1,11686,0,640.545,-4938.43,6.34529,3.59538,300,0,0,8982,0,0,0,0,0),(97600,23821,571,1,1,11686,0,695.49,-5044.17,30.4676,3.87463,300,0,0,8982,0,0,0,0,0),(97601,29965,571,1,1,26665,1,3000.27,3947.71,25.6228,5.84685,300,0,0,8982,0,0,0,0,0),(97602,23821,571,1,1,11686,0,720.396,-4997.27,7.59481,1.11701,300,0,0,8982,0,0,0,0,0),(97603,23821,571,1,1,11686,0,689.505,-4978.65,18.2918,5.68977,300,0,0,8982,0,0,0,0,0),(97604,23821,571,1,1,11686,0,708.988,-5032.35,30.1727,2.53073,300,0,0,8982,0,0,0,0,0),(97605,23821,571,1,1,11686,0,629.462,-4922.9,33.6608,5.63741,300,0,0,8982,0,0,0,0,0),(97606,23821,571,1,1,11686,0,534.544,-5014.93,11.9741,3.35103,300,0,0,8982,0,0,0,0,0),(97607,23821,571,1,1,11686,0,707.729,-5041.37,28.309,4.39823,300,0,0,8982,0,0,0,0,0),(97608,23821,571,1,1,11686,0,593.939,-4945.39,22.3383,2.86234,300,0,0,8982,0,0,0,0,0),(97609,23821,571,1,1,11686,0,712.647,-4985.65,8.01944,3.94444,300,0,0,8982,0,0,0,0,0),(97610,23821,571,1,1,11686,0,686.509,-4944.96,35.6323,4.90438,300,0,0,8982,0,0,0,0,0),(97611,23821,571,1,1,11686,0,608.239,-4962.85,5.73023,3.66519,300,0,0,8982,0,0,0,0,0),(97612,23821,571,1,1,11686,0,706.727,-5022.23,4.83732,0.191986,300,0,0,8982,0,0,0,0,0),(97613,23821,571,1,1,11686,0,669.042,-4957.55,5.99286,0.296706,300,0,0,8982,0,0,0,0,0),(97614,23821,571,1,1,11686,0,660.661,-4990.35,9.70188,4.92183,300,0,0,8982,0,0,0,0,0),(97615,23821,571,1,1,11686,0,591.259,-5043.27,2.91598,3.4383,300,0,0,8982,0,0,0,0,0),(97616,23821,571,1,1,11686,0,668.531,-4972.79,34.1209,1.90241,300,0,0,8982,0,0,0,0,0),(97617,23821,571,1,1,11686,0,669.73,-4971.56,12.4091,0.401426,300,0,0,8982,0,0,0,0,0),(97618,23821,571,1,1,11686,0,601.587,-4932.83,48.2717,1.16937,300,0,0,8982,0,0,0,0,0),(97619,23821,571,1,1,11686,0,689.642,-4924.42,16.6611,1.53589,300,0,0,8982,0,0,0,0,0),(97620,23821,571,1,1,11686,0,695.692,-4991.13,23.9225,3.90954,300,0,0,8982,0,0,0,0,0),(97621,23821,571,1,1,11686,0,698.875,-4955.25,8.71105,2.1293,300,0,0,8982,0,0,0,0,0),(97622,23821,571,1,1,11686,0,679.692,-4900.57,29.5638,1.65806,300,0,0,8982,0,0,0,0,0),(97623,23821,571,1,1,11686,0,698.304,-4941.69,27.7023,4.20624,300,0,0,8982,0,0,0,0,0),(97624,23821,571,1,1,11686,0,686.142,-4973.47,6.42949,0.087266,300,0,0,8982,0,0,0,0,0),(97625,23821,571,1,1,11686,0,591.193,-4949.51,38.5696,1.85005,300,0,0,8982,0,0,0,0,0),(97626,23821,571,1,1,11686,0,708.665,-5036.34,13.2793,5.81195,300,0,0,8982,0,0,0,0,0),(97627,23821,571,1,1,11686,0,694.672,-4946.31,32.0659,4.36332,300,0,0,8982,0,0,0,0,0),(97628,23821,571,1,1,11686,0,700.076,-5019.04,16.0596,2.6529,300,0,0,8982,0,0,0,0,0),(97629,23821,571,1,1,11686,0,590.112,-4970.21,5.06862,5.14872,300,0,0,8982,0,0,0,0,0),(97630,23821,571,1,1,11686,0,548.565,-5021.88,22.0371,5.95157,300,0,0,8982,0,0,0,0,0),(97631,23821,571,1,1,11686,0,686.611,-4918.3,11.5724,2.51327,300,0,0,8982,0,0,0,0,0),(97632,24333,571,1,1,22270,1,1441.68,-3255.99,167.384,4.01426,300,0,0,6986,0,0,0,0,0),(97633,29453,571,1,1,26255,0,5781.39,-1613.62,296.808,5.19362,300,5,0,10282,0,1,0,0,0),(97634,29453,571,1,1,26255,0,5736.42,-1453.63,267.501,3.29826,300,0,0,10282,0,2,0,0,0),(97635,29453,571,1,1,26255,0,5621.15,-1442.47,258.874,2.07919,300,5,0,10282,0,1,0,0,0),(97636,24077,571,1,1,22090,0,800.67,-4957.77,-0.101129,2.44346,300,0,0,6986,0,0,0,0,0),(97637,24077,571,1,1,22091,0,847.273,-4986.74,3.37081,3.29867,300,0,0,6986,0,0,0,0,0),(97638,24077,571,1,1,22091,0,835.849,-4953.17,4.22657,2.6529,300,0,0,6986,0,0,0,0,0),(97639,24077,571,1,1,22090,0,851.424,-4968.91,3.51044,0.20944,300,0,0,6986,0,0,0,0,0),(97640,24077,571,1,1,22091,0,809.205,-4885.26,1.79819,2.3911,300,0,0,6986,0,0,0,0,0),(97641,24077,571,1,1,22090,0,883.516,-4955.1,2.21747,3.36848,300,0,0,6986,0,0,0,0,0),(97642,24077,571,1,1,22091,0,818.556,-4962.69,1.76133,0.139626,300,0,0,6986,0,0,0,0,0),(97643,24077,571,1,1,22090,0,818.341,-4909.24,2.18451,5.77704,300,0,0,6986,0,0,0,0,0),(97644,24077,571,1,1,22091,0,864.304,-4930.57,5.03947,3.49066,300,0,0,6986,0,0,0,0,0),(97645,24077,571,1,1,22091,0,815.715,-4930.8,2.15743,4.4855,300,0,0,6986,0,0,0,0,0),(97646,24077,571,1,1,22091,0,853.642,-4952.42,3.45587,0.890118,300,0,0,6986,0,0,0,0,0),(54505,25613,571,1,2,0,0,1295.29,5661.32,12.1828,0.826902,300,0,0,6986,2991,0,0,0,0),(54504,25613,571,1,2,0,0,1235.97,5625.42,6.55145,5.74896,300,0,0,6986,2991,0,0,0,0),(54503,25613,571,1,2,0,0,1260.51,5656,7.03452,5.58009,300,0,0,6986,2991,0,0,0,0),(54502,25613,571,1,2,0,0,1339.98,5570.77,12.1186,1.75127,300,0,0,6986,2991,0,0,0,0),(54501,25613,571,1,2,0,0,1405.99,5440.78,22.4214,1.83766,300,0,0,6986,2991,0,0,0,0),(54500,25613,571,1,2,0,0,1428.55,5476.22,22.4155,2.74921,300,0,0,6986,2991,0,0,0,0),(97653,31757,571,1,1,27727,0,5862.66,545.745,652.656,3.27518,300,5,0,10282,0,1,0,0,0),(97654,28686,571,1,1,25604,0,5671.43,724.478,653.412,2.08769,300,0,0,8508,7981,0,0,0,0),(97655,29454,571,1,1,26256,0,5690.98,-1382.48,234.778,1.50098,300,0,0,9940,0,0,0,0,0),(97656,29966,571,1,1,26667,1,695.121,-2917.31,11.6554,1.02317,300,5,0,8982,0,1,0,0,0),(97657,27150,571,1,1,24338,0,736.227,-2934.89,7.3809,5.81195,300,0,0,3524,0,0,0,0,0),(97658,29966,571,1,1,26668,1,767.059,-2969.43,10.933,4.83456,300,0,0,8982,0,0,0,0,0),(97659,29966,571,1,1,26667,1,787.548,-2963.88,9.5121,4.92183,300,0,0,8982,0,0,0,0,0),(97660,26382,571,1,1,23809,1,4532.54,-4214.23,170.644,5.98648,300,0,0,10635,0,0,0,0,0),(97661,26126,571,1,1,11489,0,4215.86,4673.95,4.21341,4.32617,300,9,0,8982,0,1,0,0,0),(97662,26126,571,1,1,7847,0,4143.14,4550.1,11.8416,3.43812,300,9,0,8982,0,1,0,0,0),(97663,26126,571,1,1,7847,0,4182.8,4647.51,12.5106,2.08985,300,9,0,8982,0,1,0,0,0),(97664,26126,571,1,1,7847,0,4142.42,4683.54,12.9603,2.13902,300,9,0,8982,0,1,0,0,0),(97665,26126,571,1,1,775,0,4088.37,4551.6,14.4261,4.78961,300,9,0,8982,0,1,0,0,0),(97666,26126,571,1,1,7847,0,4110.37,4648.76,11.9121,4.82406,300,9,0,8982,0,1,0,0,0),(97667,26126,571,1,1,775,0,4226.15,4748.2,11.9476,2.60366,300,9,0,8982,0,1,0,0,0),(97668,26126,571,1,1,7847,0,4087.72,4610.66,11.8416,0.302074,300,9,0,8982,0,1,0,0,0),(97669,26126,571,1,1,7847,0,4256.28,4588.71,19.9515,5.30755,300,9,0,8982,0,1,0,0,0),(97670,26126,571,1,1,7847,0,4071.53,4782.03,-2.03593,-1.27376,300,9,0,8982,0,1,0,0,0),(97671,26126,571,1,1,7847,0,4095.05,4683.75,11.7693,0.72306,300,9,0,8982,0,1,0,0,0),(97672,26126,571,1,1,7847,0,4276.73,4761.59,22.8744,1.51441,300,9,0,8982,0,1,0,0,0),(97673,26126,571,1,1,7847,0,4187.16,4639.78,11.7606,4.85368,300,9,0,8982,0,1,0,0,0),(97674,26126,571,1,1,775,0,4280.65,4480.42,45.066,5.13175,300,9,0,8982,0,1,0,0,0),(97675,26126,571,1,1,775,0,4090.87,4555.58,13.1099,2.10053,300,9,0,8982,0,1,0,0,0),(97676,24334,571,1,1,25758,0,2126.66,-5741.75,219.84,3.07178,300,0,0,8982,3155,0,0,0,0),(84213,37543,530,1,1,0,0,9648.34,-7119.1,28.4759,0,120,0,0,1,0,0,0,0,0),(84214,37543,530,1,1,0,0,9665.38,-7136.05,28.5894,0,120,0,0,1,0,0,0,0,0),(84215,37574,530,1,1,0,0,9568.38,-7194.52,24.6899,4.66003,120,0,0,1,0,0,0,0,0),(84216,37574,530,1,1,0,0,9530.64,-7189.84,31.8701,4.66003,120,0,0,1,0,0,0,0,0),(84217,37543,530,1,1,0,0,9530.57,-7220.37,30.4421,1.22173,120,0,0,1,0,0,0,0,0),(84218,37574,530,1,1,0,0,9520.1,-7188.82,31.8431,4.66003,120,0,0,1,0,0,0,0,0),(84219,37574,530,1,1,0,0,9676.03,-7346.33,22.964,4.66003,120,0,0,1,0,0,0,0,0),(84220,37574,530,1,1,0,0,9683.44,-7394.6,24.1416,4.66003,120,0,0,1,0,0,0,0,0),(84221,37574,530,1,1,0,0,9532.22,-7239.83,24.7439,4.66003,120,0,0,1,0,0,0,0,0),(136282,34134,603,3,1,0,0,1819.62,-357.744,413.152,0.42,604800,0,0,1,0,2,0,0,0),(97697,26126,571,1,1,7847,0,4419.23,4683.84,39.998,2.14181,300,9,0,8982,0,1,0,0,0),(97698,26126,571,1,1,775,0,4218.3,4680.59,4.21341,4.50528,300,9,0,8982,0,1,0,0,0),(97699,26126,571,1,1,7847,0,4145.19,4546.82,11.8416,3.67596,300,9,0,8982,0,1,0,0,0),(97700,26126,571,1,1,7847,0,4427.01,4748.25,23.2708,5.10487,300,9,0,8982,0,1,0,0,0),(97701,26126,571,1,1,775,0,4348.43,4753.46,23.7679,4.98449,300,9,0,8982,0,1,0,0,0),(97702,26126,571,1,1,11489,0,4346.41,4688.11,25.7976,0.806878,300,9,0,8982,0,1,0,0,0),(97703,26126,571,1,1,7847,0,4455.06,4654.67,58.3642,0.549736,300,9,0,8982,0,1,0,0,0),(97704,26126,571,1,1,7847,0,4322.13,4646.87,16.4954,4.54949,300,9,0,8982,0,1,0,0,0),(97705,26126,571,1,1,775,0,4221.6,4748.6,11.9476,2.54637,300,9,0,8982,0,1,0,0,0),(97706,26126,571,1,1,775,0,4348.82,4455.75,76.4265,4.25253,300,9,0,8982,0,1,0,0,0),(97707,26126,571,1,1,11489,0,4403.58,4569.1,88.7786,2.77507,300,9,0,8982,0,1,0,0,0),(97708,26126,571,1,1,7847,0,4388.25,4602.2,87.3847,1.88496,300,9,0,8982,0,1,0,0,0),(97709,31758,571,1,1,27692,0,5851.52,544.178,652.739,0.942478,300,0,0,10282,0,0,0,0,0),(97710,29455,571,1,1,26257,0,5753.12,-1481.07,236.346,2.33874,300,0,0,9610,0,0,0,0,0),(97711,27151,571,1,1,24339,0,801.208,-2948.57,6.74354,1.98968,300,0,0,3524,0,0,0,0,0),(97712,28175,571,1,1,28105,1,5448.66,-2639.83,306.551,1.54325,300,0,0,341370,0,0,0,0,0),(97713,31247,571,1,1,27533,1,6178.93,-1053.07,411.088,4.24115,300,0,0,11770,0,0,0,0,0),(97714,28687,571,1,1,25605,0,5847.97,635.435,647.574,1.0472,300,0,0,8508,7981,0,0,0,0),(97715,24335,571,1,1,17188,0,2125.08,-5742.05,220.538,1.23918,300,0,0,8982,3155,0,0,0,0),(97716,29967,571,1,1,26673,1,7813.13,-2960.96,1257.56,1.16937,300,0,0,12175,0,0,0,0,0),(97717,25615,571,1,1,24855,0,3956.78,4133.05,49.5333,3.91732,300,13,0,8982,0,1,0,0,0),(97718,16029,533,3,1,0,0,3008.16,-3239.03,294.063,1.44838,300,0,0,8982,0,2,0,0,0),(97719,25615,571,1,1,24855,0,3952.9,3970.77,60.0636,3.63446,300,0,0,8982,0,2,0,0,0),(97720,25615,571,1,1,24855,0,3903.5,4084.43,37.495,6.14502,300,13,0,8982,0,1,0,0,0),(97721,25615,571,1,1,24855,0,3878.63,3980.13,40.5702,4.66648,300,13,0,8982,0,1,0,0,0),(97722,27335,571,1,1,0,0,3721.16,-1150.44,119.704,0.930225,300,0,0,8982,0,2,0,0,0),(97723,25615,571,1,1,24855,0,3787.8,3878.9,39.2818,4.79058,300,13,0,8982,0,1,0,0,0),(97724,16029,533,3,1,0,0,3103.86,-3199.29,294.063,0.315537,300,0,0,8982,0,2,0,0,0),(97725,25615,571,1,1,24855,0,4084.24,4343.39,27.6652,0.177243,300,13,0,8982,0,1,0,0,0),(97726,25615,571,1,1,24855,0,3886.89,3861.1,65.6877,5.6942,300,13,0,8982,0,1,0,0,0),(97727,25615,571,1,1,24855,0,3873.27,4094.66,32.0457,2.70587,300,13,0,8982,0,1,0,0,0),(97728,25615,571,1,1,24855,0,3909.28,4187.81,37.2558,3.02123,300,13,0,8982,0,1,0,0,0),(97729,25615,571,1,1,24855,0,4177.01,4423.03,27.8752,3.55772,300,13,0,8982,0,1,0,0,0),(97730,25615,571,1,1,24855,0,3792.82,3907.21,32.7564,1.55334,300,13,0,8982,0,1,0,0,0),(1976498,30591,571,1,2,0,0,7331.17,-1080.68,909.473,4.68706,300,0,0,12175,3893,0,0,0,0),(97732,25615,571,1,1,24855,0,3782,3894.58,32.1127,5.56895,300,13,0,8982,0,1,0,0,0),(97734,25615,571,1,1,24855,0,3896.95,3989.39,43.7639,1.53126,300,13,0,8982,0,1,0,0,0),(97735,25615,571,1,1,24855,0,3877.43,4186.51,35.0297,3.06632,300,13,0,8982,0,1,0,0,0),(97736,16029,533,3,1,0,0,2992.32,-3175.45,294.072,3.85647,300,0,0,8982,0,2,0,0,0),(97737,25615,571,1,1,24855,0,3981.3,4186.23,40.4369,2.10351,300,13,0,8982,0,1,0,0,0),(97738,25615,571,1,1,24855,0,3912.27,4095.72,39.6357,0.792304,300,13,0,8982,0,1,0,0,0),(97739,25615,571,1,1,24855,0,3988.59,4082.36,55.7409,1.60619,300,13,0,8982,0,1,0,0,0),(97740,25615,571,1,1,24855,0,4281.17,4411.66,57.3684,5.15681,300,13,0,8982,0,1,0,0,0),(97741,25615,571,1,1,24855,0,4284.39,4314.67,88.7312,5.75399,300,13,0,8982,0,1,0,0,0),(97742,25615,571,1,1,24855,0,4086.01,4225.22,45.6164,5.56344,300,13,0,8982,0,1,0,0,0),(97743,25615,571,1,1,24855,0,4254.72,4229.21,100.588,4.09539,300,13,0,8982,0,1,0,0,0),(97744,25615,571,1,1,24855,0,4200.89,4209.7,82.3264,5.79136,300,13,0,8982,0,1,0,0,0),(97745,25615,571,1,1,24855,0,4153.37,4120.63,91.5666,5.79288,300,13,0,8982,0,1,0,0,0),(97746,25615,571,1,1,24855,0,3929.1,3946.59,63.0838,0.875549,300,13,0,8982,0,1,0,0,0),(97747,16029,533,3,1,0,0,3112.75,-3093.26,294.075,5.979,300,0,0,8982,0,2,0,0,0),(97748,24336,571,1,1,17200,0,2118.94,-5743.35,224.797,1.93731,300,0,0,8982,3155,0,0,0,0),(97749,26896,571,1,1,7112,0,4672.77,909.34,121.101,1.27409,300,0,0,10635,0,0,0,0,0),(97750,28176,571,1,1,16029,0,5445.1,-2641.46,306.634,0.750492,300,0,0,106350,14244,0,0,0,0),(97751,29968,571,1,1,26672,1,7824.22,-2909.74,1242.01,2.70526,300,0,0,12175,0,0,0,0,0),(97752,27408,571,1,1,22042,0,3662.94,-5412.38,31.4403,2.77414,300,0,0,9610,0,0,0,0,0),(97753,30480,571,1,1,26976,0,8121.11,-2843.2,1043.86,1.93731,300,5,0,12175,3893,1,0,0,0),(97754,27408,571,1,1,22042,0,3661.83,-5457.51,27.9513,5.51898,300,5,0,9610,0,1,0,0,0),(97755,30480,571,1,1,26977,0,8209.12,-2872.85,1137.89,4.90438,300,5,0,12175,3893,1,0,0,0),(97756,30480,571,1,1,26977,0,8130.77,-2928.68,1050.72,4.85024,300,0,0,12175,3893,0,0,0,0),(97757,30480,571,1,1,26974,0,8159.45,-2934.03,1077.73,5.48033,300,5,0,12175,3893,1,0,0,0),(97758,30480,571,1,1,26976,0,8152.69,-2913.71,1050.73,0.174533,300,5,0,12175,3893,1,0,0,0),(97759,27408,571,1,1,22042,0,3852.55,-4261.19,214.681,2.18118,300,5,0,9610,0,1,0,0,0),(97760,27408,571,1,1,22042,0,3862.21,-4445.19,204.999,5.92812,300,5,0,9610,0,1,0,0,0),(97761,27408,571,1,1,22042,0,3869.88,-4411.48,198.193,0.903058,300,5,0,9610,0,1,0,0,0),(97762,27408,571,1,1,22042,0,3961.66,-4379.66,253.762,2.85206,300,5,0,9610,0,1,0,0,0),(97763,30480,571,1,1,26976,0,8088.39,-2735.11,1028.79,6.07375,300,5,0,12175,3893,1,0,0,0),(97764,27408,571,1,1,22042,0,3836.44,-4760.7,139.853,3.7015,300,5,0,9610,0,1,0,0,0),(97765,27408,571,1,1,22042,0,3964.67,-4712.88,150.847,3.39387,300,5,0,9610,0,1,0,0,0),(97766,27408,571,1,1,22042,0,3774.63,-4204.76,188.9,2.71799,300,5,0,9610,0,1,0,0,0),(97767,27408,571,1,1,22042,0,4035.28,-4275.15,252.35,1.75601,300,5,0,9610,0,1,0,0,0),(97768,27408,571,1,1,22042,0,3848.42,-4735.73,142.728,5.79611,300,5,0,9610,0,1,0,0,0),(97769,27408,571,1,1,22042,0,3838.61,-4630.43,174.345,3.93813,300,5,0,9610,0,1,0,0,0),(97770,27408,571,1,1,22042,0,3796.96,-4642.34,173.146,1.50307,300,5,0,9610,0,1,0,0,0),(97771,27408,571,1,1,22042,0,4140.74,-4415.49,259.728,5.57768,300,5,0,9610,0,1,0,0,0),(97772,27408,571,1,1,22042,0,4440.24,-4521.07,116.118,4.7965,300,5,0,9610,0,1,0,0,0),(97773,27408,571,1,1,22042,0,4608.22,-4963.38,48.7676,3.48574,300,5,0,9610,0,1,0,0,0),(97774,27408,571,1,1,22042,0,4639.56,-4984.54,49.5501,5.16118,300,5,0,9610,0,1,0,0,0),(97775,27408,571,1,1,22042,0,4579.3,-4712.5,62.9794,3.97008,300,5,0,9610,0,1,0,0,0),(97776,27408,571,1,1,22042,0,4487.07,-4569.45,103.792,1.49338,300,5,0,9610,0,1,0,0,0),(97777,27408,571,1,1,22042,0,4506.92,-4559.65,105.539,1.77896,300,5,0,9610,0,1,0,0,0),(97778,27408,571,1,1,22042,0,3901.58,-4828.39,108.958,0.904343,300,5,0,9610,0,1,0,0,0),(97779,27408,571,1,1,22042,0,3985.77,-4747.13,134.725,0.921495,300,5,0,9610,0,1,0,0,0),(97780,27408,571,1,1,22042,0,4223.29,-4473.52,207.388,4.37081,300,5,0,9610,0,1,0,0,0),(97781,27408,571,1,1,22042,0,4286.62,-4430.53,178.816,6.2578,300,5,0,9610,0,1,0,0,0),(97782,27408,571,1,1,22042,0,4269.79,-4512.42,170.397,1.94776,300,5,0,9610,0,1,0,0,0),(97783,27408,571,1,1,22042,0,4199.33,-4417.74,226.521,2.96868,300,5,0,9610,0,1,0,0,0),(97784,27408,571,1,1,22042,0,4451.16,-4469.34,135.387,1.32942,300,5,0,9610,0,1,0,0,0),(97785,27408,571,1,1,22042,0,4252.52,-4381.6,184.782,5.0755,300,5,0,9610,0,1,0,0,0),(97786,27408,571,1,1,22042,0,4243.97,-4321.52,196.345,0.40879,300,5,0,9610,0,1,0,0,0),(97787,27408,571,1,1,22042,0,4102.51,-4273.16,253.235,0.844596,300,5,0,9610,0,1,0,0,0),(97788,27408,571,1,1,22042,0,4219.72,-4944.98,28.393,0.949306,300,5,0,9610,0,1,0,0,0),(97789,30480,571,1,1,26977,0,8228.24,-2751.23,1038.53,0.15708,300,5,0,12175,3893,1,0,0,0),(97790,27408,571,1,1,22042,0,4129.4,-4658.97,109.493,0.205269,300,5,0,9610,0,1,0,0,0),(97791,27408,571,1,1,22042,0,4549.06,-4677.1,73.5501,6.14514,300,5,0,9610,0,1,0,0,0),(97792,27408,571,1,1,22042,0,3771.99,-4510.08,195.44,1.24435,300,5,0,9610,0,1,0,0,0),(97793,27408,571,1,1,22042,0,3902.72,-5094.44,77.1386,2.48649,300,0,0,9610,0,0,0,0,0),(97794,27408,571,1,1,22042,0,3780.46,-4414.5,185.007,5.51436,300,5,0,9610,0,1,0,0,0),(97795,27408,571,1,1,22042,0,4364.31,-4589.54,110.812,4.19373,300,5,0,9610,0,1,0,0,0),(97796,27408,571,1,1,22042,0,4019.76,-4672.87,147.417,3.10226,300,5,0,9610,0,1,0,0,0),(97797,27408,571,1,1,22042,0,4230.59,-4661.11,106.383,5.19064,300,0,0,9610,0,0,0,0,0),(97798,27408,571,1,1,22042,0,4348.82,-4938.13,29.0471,2.21333,300,0,0,9610,0,0,0,0,0),(97799,27408,571,1,1,22042,0,4248.63,-4687.04,85.6875,6.27733,300,0,0,9610,0,0,0,0,0),(97800,27408,571,1,1,22042,0,4355.44,-4896.43,34.0856,-1.00328,300,5,0,9610,0,1,0,0,0),(97801,27408,571,1,1,22042,0,4297.57,-4667.56,92.866,-0.041429,300,0,0,9610,0,0,0,0,0),(97802,27408,571,1,1,22042,0,4247.45,-4685.99,86.4109,0.015367,300,0,0,9610,0,0,0,0,0),(97803,27408,571,1,1,22042,0,4355.26,-4857.69,37.5821,-0.91342,300,0,0,9610,0,0,0,0,0),(97804,27408,571,1,1,22042,0,4517.02,-4823.9,44.4616,3.89728,300,5,0,9610,0,1,0,0,0),(97805,27408,571,1,1,22042,0,4419.07,-4846.82,36.3231,-2.8591,300,0,0,9610,0,0,0,0,0),(97806,27408,571,1,1,22042,0,4303.58,-4596.11,126.036,4.65082,300,5,0,9610,0,1,0,0,0),(97807,27408,571,1,1,22042,0,4008.33,-4484.9,268.638,5.76413,300,5,0,9610,0,1,0,0,0),(97808,27408,571,1,1,22042,0,4573.18,-4974.07,46.495,3.94337,300,5,0,9610,0,1,0,0,0),(97809,27408,571,1,1,22042,0,4382.83,-4855.87,38.3061,-2.75461,300,0,0,9610,0,0,0,0,0),(97810,27408,571,1,1,22042,0,4386.75,-4919.92,30.5437,0.507769,300,5,0,9610,0,1,0,0,0),(97811,27408,571,1,1,22042,0,4412.93,-4789.24,43.1156,-1.57717,300,0,0,9610,0,0,0,0,0),(97812,27408,571,1,1,22042,0,4222.5,-4753.12,70.2462,4.597,300,5,0,9610,0,1,0,0,0),(97813,27408,571,1,1,22042,0,4417.2,-4715.31,65.7537,4.20681,300,5,0,9610,0,1,0,0,0),(97814,27408,571,1,1,22042,0,4477.9,-4741.07,60.2714,0.393613,300,5,0,9610,0,1,0,0,0),(97815,27408,571,1,1,22042,0,3992.01,-4523.43,195.607,2.84489,300,0,0,9610,0,0,0,0,0),(97816,27408,571,1,1,22042,0,4178.78,-4746.74,73.8052,1.16553,300,5,0,9610,0,1,0,0,0),(97817,27408,571,1,1,22042,0,4448.62,-4678.54,75.0686,0.348938,300,5,0,9610,0,1,0,0,0),(97818,27408,571,1,1,22042,0,4171.12,-4812.46,63.9083,3.26134,300,5,0,9610,0,1,0,0,0),(97819,27408,571,1,1,22042,0,4152.05,-5054.68,18.5362,2.61097,300,0,0,9610,0,0,0,0,0),(97820,27408,571,1,1,22042,0,4517.76,-4731.81,61.0695,1.89542,300,0,0,9610,0,0,0,0,0),(97821,27408,571,1,1,22042,0,4486.33,-4773.9,52.1824,1.59114,300,5,0,9610,0,1,0,0,0),(97822,27408,571,1,1,22042,0,4411.15,-4908.17,30.3947,4.59047,300,5,0,9610,0,1,0,0,0),(97823,27408,571,1,1,22042,0,4295.24,-4807.06,46.2553,3.06116,300,5,0,9610,0,1,0,0,0),(97824,27408,571,1,1,22042,0,4216.37,-4951.57,26.2037,0.559841,300,5,0,9610,0,1,0,0,0),(97825,27408,571,1,1,22042,0,4219.77,-4749.8,71.3712,5.42145,300,5,0,9610,0,1,0,0,0),(97826,27408,571,1,1,22042,0,4372.7,-4941.36,29.8972,-0.192821,300,0,0,9610,0,0,0,0,0),(97827,27408,571,1,1,22042,0,4354.7,-4884.49,34.0263,1.58413,300,5,0,9610,0,1,0,0,0),(97828,27408,571,1,1,22042,0,4374.49,-4912.62,32.1725,1.43562,300,0,0,9610,0,0,0,0,0),(97829,27408,571,1,1,22042,0,4342.67,-4841.83,38.8653,6.24996,300,5,0,9610,0,1,0,0,0),(97830,27408,571,1,1,22042,0,3245.02,-3020.31,152.492,4.62827,300,5,0,9610,0,1,0,0,0),(97832,27408,571,1,1,22042,0,3373.01,-3008.71,192.651,1.30302,300,0,0,9610,0,0,0,0,0),(97833,30480,571,1,1,26974,0,8188.66,-2878.43,1145.07,0.05236,300,5,0,12175,3893,1,0,0,0),(97834,30480,571,1,1,26974,0,8106.35,-2698.86,1041.79,5.53269,300,5,0,12175,3893,1,0,0,0),(97835,30480,571,1,1,26974,0,8212.84,-2899.06,1104.13,0.645772,300,5,0,12175,3893,1,0,0,0),(97836,30480,571,1,1,26975,0,8289.99,-2693.91,1034.81,1.38821,300,0,0,12175,3893,0,0,0,0),(97837,30480,571,1,1,26977,0,8271.92,-2690.7,1034.02,5.3058,300,5,0,12175,3893,1,0,0,0),(97838,30480,571,1,1,26976,0,8142.04,-2911.77,1132.56,5.70723,300,5,0,12175,3893,1,0,0,0),(97839,30480,571,1,1,26974,0,8143.09,-2823.76,1058.86,3.85718,300,5,0,12175,3893,1,0,0,0),(97840,30480,571,1,1,26977,0,8110.15,-2714.9,1029.49,0.203834,300,5,0,12175,3893,1,0,0,0),(97841,30480,571,1,1,26974,0,8076.65,-2786.27,1049.15,1.41513,300,0,0,12175,3893,0,0,0,0),(97842,30480,571,1,1,26976,0,8107.28,-2806.46,1060.04,5.2709,300,5,0,12175,3893,1,0,0,0),(97843,30480,571,1,1,26974,0,8136.09,-2695.58,1032.79,4.99164,300,5,0,12175,3893,1,0,0,0),(97844,30480,571,1,1,26975,0,8255.47,-2890.94,1079.43,1.46608,300,5,0,12175,3893,1,0,0,0),(97845,30480,571,1,1,26974,0,8178.45,-2930.59,1137.58,0.401426,300,5,0,12175,3893,1,0,0,0),(97846,30480,571,1,1,26976,0,8203.5,-2921.42,1083.54,3.89208,300,5,0,12175,3893,1,0,0,0),(97847,24081,571,1,1,22155,0,366.909,-4570.04,244.254,1.37881,300,0,0,8982,0,0,0,0,0),(97848,24081,571,1,1,22152,0,372.9,-4562.37,245.223,3.76991,300,0,0,8982,0,0,0,0,0),(97849,24081,571,1,1,22152,0,422.557,-4599.8,242.469,4.11898,300,0,0,8982,0,0,0,0,0),(97850,24081,571,1,1,22153,0,385.299,-4592.19,243.732,6.02139,300,0,0,8982,0,0,0,0,0),(97851,30737,571,1,1,27304,1,5564.83,5761.14,-75.1426,1.5708,300,0,0,50400,0,0,0,0,0),(97852,30737,571,1,1,27306,1,5588.94,5739.51,-71.3437,4.24115,300,0,0,50400,0,0,0,0,0),(97853,30737,571,1,1,27304,1,5621.26,5805.42,-71.0946,3.12053,300,5,0,50400,0,1,0,0,0),(97854,30737,571,1,1,27306,1,5622.66,5803.97,-71.3204,3.12112,300,5,0,50400,0,1,0,0,0),(97855,28177,571,1,1,16030,0,5446.51,-2640.26,306.634,3.82227,300,0,0,82256,13864,0,0,0,0),(97856,29969,571,1,1,26674,1,7796.92,-2950.78,1257.76,0.645772,300,0,0,12175,0,0,0,0,0),(97897,25617,571,1,1,23280,1,2646.97,5298.67,34.9554,0.715585,300,0,0,7984,0,0,0,0,0),(97896,25617,571,1,1,23281,1,2528.96,5309.78,33.2023,0.837758,300,0,0,7984,0,0,0,0,0),(97859,24081,571,1,1,22152,0,353.984,-4501.08,244.711,1.50098,300,0,0,8982,0,0,0,0,0),(97860,24081,571,1,1,22154,0,467.358,-4584.65,245.327,5.63741,300,0,0,8982,0,0,0,0,0),(97861,24081,571,1,1,22152,0,482.665,-4657.04,247.17,5.88176,300,0,0,8982,0,0,0,0,0),(97862,24081,571,1,1,22153,0,461.855,-4579.96,244.461,4.2237,300,0,0,8982,0,0,0,0,0),(97863,24081,571,1,1,22155,0,361.375,-4505.71,243.461,3.71755,300,0,0,8982,0,0,0,0,0),(97864,24081,571,1,1,22152,0,430.793,-4611.04,242.708,2.04204,300,0,0,8982,0,0,0,0,0),(97865,30737,571,1,1,27305,1,5583.92,5814.81,-70.0261,0.750492,300,0,0,50400,0,0,0,0,0),(97866,30737,571,1,1,27303,1,5578.37,5763.33,-75.1115,5.63741,300,0,0,50400,0,0,0,0,0),(97867,30737,571,1,1,27304,1,5542.65,5739.22,-76.4428,2.21657,300,0,0,50400,0,0,0,0,0),(97895,25617,571,1,1,23282,1,2659.23,5297.44,32.1735,1.20428,300,0,0,7984,0,0,0,0,0),(97869,24081,571,1,1,22152,0,461.026,-4581.66,244.586,1.09956,300,0,0,8982,0,0,0,0,0),(97870,24081,571,1,1,22154,0,434.548,-4603.49,243.399,3.08923,300,0,0,8982,0,0,0,0,0),(97871,24081,571,1,1,22155,0,360.034,-4496.54,243.26,2.89725,300,0,0,8982,0,0,0,0,0),(97872,24081,571,1,1,22153,0,359.867,-4506.68,243.586,0.471239,300,0,0,8982,0,0,0,0,0),(97873,24081,571,1,1,22154,0,472.267,-4650.64,247.17,4.11898,300,0,0,8982,0,0,0,0,0),(97874,24081,571,1,1,22155,0,476.825,-4588.68,246.327,2.33874,300,0,0,8982,0,0,0,0,0),(97875,30737,571,1,1,27303,1,5535.73,5771.62,-77.638,3.56047,300,0,0,50400,0,0,0,0,0),(97876,30737,571,1,1,27304,1,5579.88,5721.5,-76.0477,2.13953,300,5,0,50400,0,1,0,0,0),(97877,30737,571,1,1,27304,1,5578.87,5719.77,-76.1773,1.80518,300,5,0,50400,0,1,0,0,0),(97878,30737,571,1,1,27304,1,5609.85,5806.96,-70.5212,0.767945,300,0,0,50400,0,0,0,0,0),(97879,30737,571,1,1,27304,1,5482.46,5801.87,-76.505,2.98451,300,0,0,50400,0,0,0,0,0),(97883,27665,571,1,1,23864,1,4974.92,1242.98,227.708,1.5708,300,5,0,198800,0,1,0,0,0),(97884,27665,571,1,1,23866,1,4977.79,1242.98,227.583,1.60844,300,5,0,198800,0,1,0,0,0),(97885,27665,571,1,1,23865,1,4972,1243.19,227.701,1.48932,300,5,0,198800,0,1,0,0,0),(97887,27665,571,1,1,23865,1,4980.66,1243.2,227.583,1.35768,300,5,0,198800,0,1,0,0,0),(97894,25617,571,1,1,23282,1,2524.66,5333.33,33.188,2.22074,300,0,0,7984,0,0,0,0,0),(97893,25617,571,1,1,23280,1,2588.1,5312.9,36.793,1.91986,300,0,0,7984,0,0,0,0,0),(43496,6491,0,1,4294967295,0,0,-9190.87,-2308.83,89.637,4.13643,120,0,0,1,0,0,0,0,0),(97890,25617,571,1,1,23280,1,2485.35,5224.38,30.2307,1.69297,300,0,0,7984,0,0,0,0,0),(97889,25617,571,1,1,23280,1,2492.51,5224.17,31.1726,1.43117,300,0,0,7984,0,0,0,0,0),(97868,25617,571,1,1,23280,1,2518.7,5309.98,-16.4522,0.767945,300,0,0,7984,0,0,0,0,0),(97858,25617,571,1,1,23281,1,2434.74,5146.57,30.3628,1.41372,300,0,0,7984,0,0,0,0,0),(97857,25617,571,1,1,23280,1,2439.3,5144.61,30.2509,1.58825,300,0,0,7984,0,0,0,0,0),(143410,37878,571,1,1,0,0,4785.79,-587.859,161.226,5.0091,120,0,0,1,0,0,0,0,0),(97899,26898,571,1,1,24124,0,4694.37,540.131,119.083,1.72788,300,0,0,10635,0,0,0,0,0),(97900,27922,571,1,1,24930,1,674.656,-5475.79,238.622,3.75246,300,0,0,26946,0,0,0,0,0),(97901,29714,571,1,1,27915,0,5894.24,595.888,650.377,2.33874,300,0,0,10635,0,0,0,0,0),(97902,28178,571,1,1,28104,1,5454.74,-2648.7,305.27,1.95477,300,0,0,106350,0,0,0,0,0),(97903,29970,571,1,1,26678,0,7832.13,-2970.85,1259.5,2.51327,300,0,0,25200,0,0,0,0,0),(97904,28690,571,1,1,25607,0,5859.68,557.571,652.739,2.37365,300,0,0,10635,0,0,0,0,0),(97905,27410,571,1,1,24623,1,3876.24,-1157.47,132.796,2.28638,300,0,0,9610,0,0,0,0,0),(97906,27410,571,1,1,24623,1,3873.29,-1148.12,129.532,5.16617,300,0,0,9610,0,0,0,0,0),(97907,27410,571,1,1,24623,1,3659.97,-1296.82,112.665,4.95674,300,0,0,9610,0,0,0,0,0),(97908,27410,571,1,1,24623,1,3658.63,-1308.44,112.845,2.3911,300,0,0,9610,0,0,0,0,0),(97909,27410,571,1,1,24623,1,3711.25,-1414.2,134.161,1.8675,300,0,0,9610,0,0,0,0,0),(97910,27410,571,1,1,24623,1,3711.21,-1403.79,134.093,4.97419,300,0,0,9610,0,0,0,0,0),(97911,27410,571,1,1,24623,1,3744.4,-1391.47,134.093,4.17134,300,0,0,9610,0,0,0,0,0),(97912,27410,571,1,1,24623,1,3734.77,-1397.79,134.098,0.959931,300,0,0,9610,0,0,0,0,0),(97913,27410,571,1,1,24623,1,3582.66,-1390.37,104.82,3.03687,300,0,0,9610,0,0,0,0,0),(97914,27410,571,1,1,24623,1,3570.27,-1386.04,104.964,6.00393,300,0,0,9610,0,0,0,0,0),(97915,27410,571,1,1,24623,1,3829.43,-1288.79,135.568,4.60767,300,0,0,9610,0,0,0,0,0),(97916,27410,571,1,1,24623,1,3828.11,-1299,136.748,1.69297,300,0,0,9610,0,0,0,0,0),(132096,31291,571,1,2,0,0,4984.94,1394.38,284.42,2.54818,120,0,0,1,0,0,0,0,0),(132095,31291,571,1,2,0,0,4978.66,1384.78,284.395,2.07694,120,0,0,1,0,0,0,0,0),(97924,26643,571,1,1,23966,0,4775.35,-1108.63,171.967,6.00281,300,15,0,9291,0,1,0,0,0),(97925,26643,571,1,1,23966,0,4773.4,-1023.23,179.201,0.640571,300,15,0,9291,0,1,0,0,0),(97926,26643,571,1,1,23966,0,4581.62,-1198.65,160.002,2.37001,300,15,0,9291,0,1,0,0,0),(97927,29459,571,1,1,17200,0,5709.97,-1433.72,237.38,0.977384,300,5,0,10635,0,1,0,0,0),(97928,29971,571,1,1,26671,0,7798.31,-2967.05,1258.92,1.11701,300,0,0,12175,0,0,0,0,0),(97929,26387,571,1,1,23810,1,4531.68,-4182.15,173.567,0.017453,300,0,0,10635,3561,0,0,0,0),(97931,28691,571,1,1,25608,0,5678.29,613.571,648.237,0.620951,300,0,0,10635,0,2,0,0,0),(97932,29715,571,1,1,26441,0,5875.25,609.063,650.368,1.67552,300,0,0,10635,0,0,0,0,0),(97933,26643,571,1,1,23966,0,3317.53,-1443.27,99.4378,0.622847,300,15,0,9291,0,1,0,0,0),(97934,26643,571,1,1,23966,0,3363.57,-1343.25,104.804,-2.92204,300,0,0,9291,0,0,0,0,0),(97935,26643,571,1,1,23966,0,4580.25,-1256.73,156.208,5.99594,300,15,0,9291,0,1,0,0,0),(97936,26643,571,1,1,23966,0,3370.11,-1420.21,100.755,3.20803,300,15,0,9291,0,1,0,0,0),(97937,26643,571,1,1,23966,0,3429.11,-1348.26,107.019,3.2886,300,15,0,9291,0,1,0,0,0),(97938,26643,571,1,1,23966,0,3736.9,-1504.18,138.429,3.19433,300,15,0,9291,0,1,0,0,0),(97939,26643,571,1,1,23966,0,3384.09,-1489.22,100.377,1.58413,300,15,0,9291,0,1,0,0,0),(97945,25619,571,1,1,23563,0,3638.91,4590.85,-12.9013,2.48673,300,0,0,8982,0,2,0,0,0),(97941,26643,571,1,1,23966,0,3826.17,-1495.93,144.924,3.06646,300,15,0,9291,0,1,0,0,0),(97942,25619,571,1,1,23563,0,3616.16,4515.24,-12.0123,0.141578,300,5,0,8982,0,1,0,0,0),(97943,26643,571,1,1,23966,0,4738.65,-1146.04,168.441,1.5132,300,15,0,9291,0,1,0,0,0),(97944,26643,571,1,1,23966,0,4538.59,-1153.93,162.503,0.139135,300,15,0,9291,0,1,0,0,0),(97940,25619,571,1,1,23563,0,3580.31,4549.39,-11.1719,4.93616,300,0,0,8982,0,2,0,0,0),(97946,26643,571,1,1,23966,0,3705.83,2033.25,86.8531,0.930219,300,0,0,9291,0,0,0,0,0),(97947,26643,571,1,1,23966,0,3691.17,2044.9,85.605,-0.092942,300,0,0,9291,0,0,0,0,0),(97948,26643,571,1,1,23966,0,3702.55,1958.15,84.3847,1.37957,300,0,0,9291,0,0,0,0,0),(97949,26643,571,1,1,23966,0,3733.29,2114.66,85.7266,4.20463,300,15,0,9291,0,1,0,0,0),(97950,26643,571,1,1,23966,0,3659.52,2041.2,81.5087,5.35834,300,15,0,9291,0,1,0,0,0),(97951,26643,571,1,1,23966,0,3702.44,2006.98,86.1705,-2.68016,300,0,0,9291,0,0,0,0,0),(97952,26643,571,1,1,23966,0,3770.01,1914.64,95.6453,3.06826,300,0,0,9291,0,0,0,0,0),(97953,26643,571,1,1,23966,0,3844.66,1877.98,106.729,-0.740425,300,15,0,9291,0,1,0,0,0),(97954,26643,571,1,1,23966,0,3765.84,1914.57,95.5112,-0.371007,300,15,0,9291,0,1,0,0,0),(97955,26643,571,1,1,23966,0,3875.96,1855.94,118.823,4.43596,300,15,0,9291,0,1,0,0,0),(97956,26643,571,1,1,23966,0,3654.84,2100.31,79.1219,5.86714,300,15,0,9291,0,1,0,0,0),(97957,26643,571,1,1,23966,0,3644.75,2215.25,77.621,2.50454,300,15,0,9291,0,1,0,0,0),(97958,26643,571,1,1,23966,0,3688.54,2266.72,90.0097,1.59423,300,15,0,9291,0,1,0,0,0),(97959,26643,571,1,1,23966,0,3700.41,2259.88,91.3514,2.51934,300,15,0,9291,0,1,0,0,0),(97960,26643,571,1,1,23966,0,3658.91,2035.13,81.5947,2.67792,300,15,0,9291,0,1,0,0,0),(97961,26643,571,1,1,23966,0,3822.77,1878.3,104.886,4.5999,300,15,0,9291,0,1,0,0,0),(97962,26643,571,1,1,23966,0,3719.57,1944.7,87.9522,1.03551,300,15,0,9291,0,1,0,0,0),(97963,26643,571,1,1,23966,0,3778.68,1920.31,95.2874,0.301731,300,0,0,9291,0,0,0,0,0),(97964,26643,571,1,1,23966,0,3779.72,1916.34,95.583,0.649739,300,0,0,9291,0,0,0,0,0),(97965,26643,571,1,1,23966,0,3785.33,1918.26,95.7041,0.934482,300,0,0,9291,0,0,0,0,0),(97966,26643,571,1,1,23966,0,3714.32,2026.09,87.4766,4.59397,300,0,0,9291,0,0,0,0,0),(97967,26643,571,1,1,23966,0,3722.03,2077.1,89.6397,3.08788,300,15,0,9291,0,1,0,0,0),(97969,26643,571,1,1,23966,0,3687.03,2276.55,89.5883,1.49727,300,15,0,9291,0,1,0,0,0),(97970,26643,571,1,1,23966,0,3881.92,1849.58,120.573,1.24525,300,15,0,9291,0,1,0,0,0),(97971,26643,571,1,1,23966,0,3646.22,2094.21,78.9461,2.15878,300,15,0,9291,0,1,0,0,0),(97972,26643,571,1,1,23966,0,3791.22,1864.72,105.05,2.42534,300,15,0,9291,0,1,0,0,0),(97973,26643,571,1,1,23966,0,3799.5,1859.57,107.151,1.89378,300,15,0,9291,0,1,0,0,0),(97974,26643,571,1,1,23966,0,3717.08,2082.21,89.5943,3.39585,300,15,0,9291,0,1,0,0,0),(97975,26643,571,1,1,23966,0,3727.76,1965.59,88.016,4.49685,300,15,0,9291,0,1,0,0,0),(97976,26643,571,1,1,23966,0,3723.91,2017.22,88.7692,4.92693,300,0,0,9291,0,0,0,0,0),(97977,26643,571,1,1,23966,0,3660.18,2163.94,83.5466,0.291493,300,15,0,9291,0,1,0,0,0),(97979,26643,571,1,1,23966,0,3705.91,2266.42,92.2264,1.69331,300,15,0,9291,0,1,0,0,0),(97980,26643,571,1,1,23966,0,3828.13,1905.02,101.587,5.67505,300,15,0,9291,0,1,0,0,0),(97981,26643,571,1,1,23966,0,3776.9,1928.12,94.6742,1.88971,300,15,0,9291,0,1,0,0,0),(97982,25364,571,1,1,6371,0,3688.44,6162.17,198.167,2.13737,300,0,0,12600,0,2,0,0,0),(97983,25364,571,1,1,6371,0,3700.3,6164.64,155.779,0.411589,300,0,0,12600,0,2,0,0,0),(97984,29716,571,1,1,26442,0,5810,676.806,647.132,1.43117,300,0,0,10635,0,0,0,0,0),(97985,27412,571,1,1,24624,0,3996.67,-945.023,105.89,2.6529,300,0,0,14910,0,0,0,0,0),(97986,26388,571,1,1,23811,0,4532.39,-4207.71,170.905,0.349066,300,0,0,10282,3466,0,0,0,0),(97987,25364,571,1,1,6371,0,3684.19,5838.03,208.134,1.62611,300,0,0,12600,0,2,0,0,0),(97988,26900,571,1,1,8478,1,1459.24,-3270.45,166.593,3.87463,300,0,0,8982,0,0,0,0,0),(97989,28692,571,1,1,25609,0,5675.95,608.068,648.32,0.453786,300,0,0,10635,0,0,0,0,0),(97990,24340,571,1,1,22675,0,253.145,-5793.03,74.9682,0.516965,300,5,0,7984,0,1,0,0,0),(97991,29460,571,1,1,0,0,7138.47,-2166.76,798.66,1.91463,120,0,0,1,0,2,0,0,0),(97992,29460,571,1,1,0,0,7368.5,-2205.94,843.717,1.91463,120,0,0,1,0,2,0,0,0),(97994,24340,571,1,1,22675,0,263.021,-5766.25,164.163,4.71239,300,5,0,7984,0,1,0,0,0),(97995,29460,571,1,1,0,0,7303.55,-2258.75,788.369,1.91463,120,0,0,1,0,2,0,0,0),(97996,24340,571,1,1,22675,0,202.001,-5712.53,143.418,4.35014,300,5,0,7984,0,1,0,0,0),(97997,26644,571,1,1,820,0,4679.07,-3854.09,327.446,3.88548,300,5,0,9610,0,1,0,0,0),(97998,24340,571,1,1,22675,0,309.59,-5817.16,199.806,2.07714,300,0,0,7984,0,0,0,0,0),(97999,24340,571,1,1,22675,0,169.336,-5695.76,286.189,3.47621,300,5,0,7984,0,1,0,0,0),(98000,24340,571,1,1,22675,0,285.852,-5766.52,260.014,3.20626,300,5,0,7984,0,1,0,0,0),(98001,24340,571,1,1,22675,0,341.81,-5879.67,266.748,1.4359,300,0,0,7984,0,0,0,0,0),(98002,24340,571,1,1,22675,0,261.494,-5753.84,191.546,-0.285932,300,0,0,7984,0,0,0,0,0),(98003,24340,571,1,1,22675,0,110.012,-5898.29,3.72966,5.17167,300,5,0,7984,0,1,0,0,0),(98004,24340,571,1,1,22675,0,122.138,-5751.51,40.3134,-2.51839,300,0,0,7984,0,0,0,0,0),(98005,24340,571,1,1,22675,0,117.097,-5957.17,5.78525,2.22172,300,5,0,7984,0,1,0,0,0),(98006,24340,571,1,1,22675,0,83.8764,-5855.19,3.7713,5.00946,300,0,0,7984,0,0,0,0,0),(98007,24340,571,1,1,22675,0,67.7396,-5898.31,4.6638,6.21889,300,5,0,7984,0,1,0,0,0),(98008,24340,571,1,1,22675,0,185.013,-5819.01,9.82885,2.55088,300,5,0,7984,0,1,0,0,0),(98009,24340,571,1,1,22675,0,251.245,-5721.42,250.831,-0.166153,300,0,0,7984,0,0,0,0,0),(98010,24340,571,1,1,22675,0,192.531,-5894.74,6.52378,5.99416,300,5,0,7984,0,1,0,0,0),(98011,24340,571,1,1,22675,0,88.9481,-5915.56,6.12134,1.99496,300,5,0,7984,0,1,0,0,0),(98012,24340,571,1,1,22675,0,145.653,-5935.68,7.0112,5.86473,300,5,0,7984,0,1,0,0,0),(98013,24340,571,1,1,22675,0,297.414,-5839.92,84.2455,-2.29071,300,5,0,7984,0,1,0,0,0),(98014,24340,571,1,1,22675,0,183.519,-5777.44,7.73353,2.68781,300,0,0,7984,0,0,0,0,0),(98015,24340,571,1,1,22675,0,297.441,-5710.94,278.996,-0.85627,300,0,0,7984,0,0,0,0,0),(98016,24340,571,1,1,22675,0,236.802,-5794.02,34.1761,0.115401,300,5,0,7984,0,1,0,0,0),(98017,24340,571,1,1,22675,0,164.878,-5711.71,188.903,6.2304,300,5,0,7984,0,1,0,0,0),(98018,26644,571,1,1,820,0,4718.27,-3855.41,329.817,2.77507,300,0,0,9610,0,0,0,0,0),(98019,26644,571,1,1,820,0,4718.99,-3840.49,329.446,3.05433,300,0,0,9610,0,0,0,0,0),(98020,26644,571,1,1,820,0,4741.45,-3847.56,332.256,3.28073,300,5,0,9610,0,1,0,0,0),(98021,26644,571,1,1,820,0,4692.71,-3863.75,327.377,3.23543,300,5,0,9610,0,1,0,0,0),(98022,26644,571,1,1,820,0,4796.29,-3834.94,334.895,3.29053,300,5,0,9610,0,1,0,0,0),(98023,26644,571,1,1,820,0,4690.63,-3828.35,322.695,5.79725,300,5,0,9610,0,1,0,0,0),(98025,29460,571,1,1,0,0,7139.47,-2158.16,806.128,1.91463,120,0,0,1,0,2,0,0,0),(98026,29460,571,1,1,0,0,7111.19,-2126.36,809.006,1.91463,120,0,0,1,0,2,0,0,0),(98027,29460,571,1,1,0,0,7325.08,-2259.1,789.87,1.91463,120,0,0,1,0,2,0,0,0),(98028,29460,571,1,1,0,0,7133.43,-2118.79,811.756,1.91463,120,0,0,1,0,2,0,0,0),(208906,40176,1,1,1,0,0,-721.45,-5060.8,14.6724,0,45,10,0,1,0,1,0,0,0),(98030,27157,571,1,1,24351,0,3841.22,-1402.29,144.478,2.47837,300,0,0,99400,0,0,0,0,0),(98031,28181,571,1,1,25181,0,5450.04,-2292.48,297.319,4.66003,300,0,0,42,0,0,0,0,0),(98032,26901,571,1,1,24134,1,645.461,-5031.65,3.5729,2.23402,300,0,0,7181,0,0,0,0,0),(98033,29973,571,1,1,26669,1,7799.25,-2956.46,1259.31,1.13446,300,0,0,50400,0,0,0,0,0),(98034,29973,571,1,1,26670,1,7827.67,-2936.66,1261.21,0.401426,300,0,0,50400,0,0,0,0,0),(98035,29973,571,1,1,26670,1,7804.32,-2829.29,1219.04,0.715585,300,0,0,50400,0,0,0,0,0),(98036,29973,571,1,1,26670,1,7781.94,-2803.58,1215.06,3.05433,300,0,0,50400,0,0,0,0,0),(98037,29973,571,1,1,26669,1,7770.9,-2810.82,1215,1.76278,300,0,0,50400,0,0,0,0,0),(98038,29973,571,1,1,26670,1,7806.22,-2960.49,1259.7,1.20428,300,0,0,50400,0,0,0,0,0),(98039,27413,571,1,1,19595,0,4266.13,-3050.19,318.029,3.14159,300,0,0,4979,0,0,0,0,0),(98040,28693,571,1,1,25610,0,5846.42,728.394,642.08,3.66519,300,0,0,8508,7981,0,0,0,0),(98041,24341,571,1,1,22311,0,1888.11,-6204.06,23.8158,2.1293,300,0,0,8982,0,0,0,0,0),(98042,26645,571,1,1,23968,1,4153.92,5347.38,29.0303,1.41598,300,0,0,8982,0,0,0,0,0),(98043,26645,571,1,1,23969,1,4145.67,5329.37,28.6824,3.75295,300,0,0,8982,0,0,0,0,0),(98044,26389,571,1,1,23812,1,4003.2,-4293.69,259.33,4.83456,300,0,0,9940,3387,0,0,0,0),(98045,26389,571,1,1,23813,1,4056.66,-4277.92,251.887,3.92699,300,0,0,9940,3387,0,0,0,0),(98046,26389,571,1,1,23813,1,3984.73,-4353.15,252.411,1.74533,300,0,0,9940,3387,0,0,0,0),(98047,26389,571,1,1,23813,1,4043.23,-4317.57,252.701,3.66519,300,0,0,9940,3387,0,0,0,0),(98048,26389,571,1,1,23813,1,3904.48,-4333.55,214.325,5.80667,300,5,0,9940,3387,1,0,0,0),(98049,26389,571,1,1,23814,1,4128.9,-4350.52,275.66,4.34587,300,0,0,9940,3387,0,0,0,0),(98050,26389,571,1,1,23814,1,4119.88,-4338.49,269.069,5.18363,300,0,0,9940,3387,0,0,0,0),(98051,26389,571,1,1,23812,1,4032.94,-4329.37,252.437,1.41372,300,0,0,9940,3387,0,0,0,0),(98052,26389,571,1,1,23814,1,3983.32,-4462,268.012,5.28835,300,0,0,9940,3387,0,0,0,0),(98053,26389,571,1,1,23814,1,4060.69,-4392.74,260.672,0.925025,300,0,0,9940,3387,0,0,0,0),(98054,26389,571,1,1,23813,1,4043.96,-4430.79,261.517,3.21088,300,0,0,9940,3387,2,0,0,0),(98055,26389,571,1,1,23814,1,4046.65,-4401.38,261.02,3.36521,300,0,0,9940,3387,0,0,0,0),(98056,26389,571,1,1,23812,1,4080.22,-4409.22,261.48,5.32325,300,0,0,9940,3387,0,0,0,0),(98057,26389,571,1,1,23814,1,4061.14,-4378.82,260.837,5.35816,300,0,0,9940,3387,0,0,0,0),(98058,26389,571,1,1,23812,1,4115.46,-4381.54,266.271,5.42797,300,0,0,9940,3387,0,0,0,0),(98059,26389,571,1,1,23814,1,4051.72,-4351.66,261.322,5.8294,300,0,0,9940,3387,0,0,0,0),(98060,26389,571,1,1,23812,1,4040.46,-4350.68,261.357,1.67552,300,0,0,9940,3387,0,0,0,0),(98061,26389,571,1,1,23813,1,4037.8,-4305.38,252.443,5.53416,300,0,0,9940,3387,2,0,0,0),(98062,26389,571,1,1,23812,1,4020.24,-4479.34,273.867,0.680678,300,0,0,9940,3387,0,0,0,0),(98063,26389,571,1,1,23813,1,4065.44,-4291.6,251.56,2.54818,300,0,0,9940,3387,0,0,0,0),(98066,26389,571,1,1,23813,1,4054.62,-4406.89,261.009,3.36848,300,0,0,9940,3387,0,0,0,0),(98067,29461,571,1,1,26273,0,6856.67,-1576.58,353.391,5.88481,300,5,0,11770,0,1,0,0,0),(98068,29461,571,1,1,26273,0,6798.8,-1575.41,354.284,3.12567,300,5,0,11770,0,1,0,0,0),(98069,29461,571,1,1,26273,0,6793.76,-1524.01,359.674,3.13545,300,0,0,11770,0,0,0,0,0),(98070,28694,571,1,1,25611,0,5913.41,676.299,643.579,2.9147,300,0,0,10635,0,0,0,0,0),(98071,24342,571,1,1,22312,0,1873.32,-6218.15,13.1841,1.3439,300,0,0,8982,0,0,0,0,0),(98085,25622,571,1,1,23571,0,3459.19,4622.92,-7.97608,0.552318,300,5,0,8982,0,1,0,0,0),(98082,25622,571,1,1,23571,0,3455.27,4736.44,-12.8706,5.05593,300,5,0,8982,0,1,0,0,0),(98076,25622,571,1,1,23571,0,3676.65,4538.17,-12.8858,1.44594,300,5,0,8982,0,1,0,0,0),(98075,25622,571,1,1,23571,0,3628.57,4539.27,-14.9589,0.946348,300,5,0,8982,0,1,0,0,0),(98074,25622,571,1,1,23571,0,3625.04,4563.45,-14.0647,0.437694,300,5,0,8982,0,1,0,0,0),(98078,27926,571,1,1,22212,1,371.737,-4227.56,251.463,6.14356,300,0,0,8982,0,0,0,0,0),(98079,24086,571,1,1,22095,0,1049.38,-4991.44,10.9604,2.77507,300,0,0,1,6588,0,0,0,0),(98080,26646,571,1,1,1086,0,3621.31,-3320.56,225.704,5.68026,300,5,0,9940,0,1,0,0,0),(98081,26646,571,1,1,1086,0,3677.2,-3262.26,271.497,3.92643,300,0,0,9940,0,2,0,0,0),(98073,25622,571,1,1,23571,0,3674.56,4576.53,-12.9112,2.03795,300,5,0,8982,0,1,0,0,0),(98083,26646,571,1,1,1086,0,3608.66,-3311.69,224.832,5.0174,300,0,0,9940,0,2,0,0,0),(98084,26646,571,1,1,1086,0,3639.98,-3272.63,236.688,1.26982,300,5,0,9940,0,1,0,0,0),(98072,25622,571,1,1,23571,0,3639.99,4587.53,-12.9013,1.33234,300,5,0,8982,0,1,0,0,0),(98086,26647,571,1,1,23987,1,4691.45,571.628,119.784,5.63741,300,0,0,10635,0,0,0,0,0),(98087,26903,571,1,1,24161,0,608.451,-4925.96,17.9667,3.42085,300,0,0,7181,0,0,0,0,0),(98088,28951,571,1,1,25791,0,5851.04,564.04,652.739,2.49582,300,0,0,8508,7981,0,0,0,0),(98089,23831,571,1,1,21885,1,1426.89,-3319.51,170.192,2.14675,300,0,0,8982,0,0,0,0,0),(98090,24087,571,1,1,17612,0,1910.92,-4038.31,271.226,2.61799,300,0,0,42,0,0,0,0,0),(98091,24343,571,1,1,22330,1,1920.93,-6156.34,23.064,5.55015,300,0,0,8982,0,0,0,0,0),(98092,27927,571,1,1,22137,1,377.175,-4207.34,251.445,5.51769,300,5,0,7984,0,1,0,0,0),(98093,27927,571,1,1,22138,1,392.904,-4241.89,250.516,3.99094,300,5,0,7984,0,1,0,0,0),(98094,27927,571,1,1,22137,1,389.502,-4214.72,251.055,0.357853,300,5,0,7984,0,1,0,0,0),(98095,27927,571,1,1,21965,1,359.536,-4184.52,254.229,1.26689,300,5,0,7984,0,1,0,0,0),(98096,27927,571,1,1,21965,1,326.212,-4238.52,252.262,4.75103,300,5,0,7984,0,1,0,0,0),(98097,27927,571,1,1,22138,1,371.682,-4275.4,247.169,2.25557,300,5,0,7984,0,1,0,0,0),(98098,25623,571,1,1,23304,0,2518.63,5313.9,33.0708,1.9655,300,5,0,6986,0,1,0,0,0),(98099,25623,571,1,1,23304,0,2505.37,5325.62,33.074,6.16346,300,5,0,6986,0,1,0,0,0),(98100,25623,571,1,1,23304,0,2496.8,5316.67,33.0736,2.74305,300,5,0,6986,0,1,0,0,0),(98101,25623,571,1,1,23304,0,2584.49,5222.91,37.4865,2.88218,300,5,0,6986,0,1,0,0,0),(98102,25623,571,1,1,23304,0,2566.27,5240.62,37.4073,0.261209,300,5,0,6986,0,1,0,0,0),(98103,25623,571,1,1,23304,0,2528.36,5196.76,37.4061,2.38373,300,5,0,6986,0,1,0,0,0),(98104,25623,571,1,1,23304,0,2506.89,5302.92,33.1378,2.20358,300,5,0,6986,0,1,0,0,0),(98105,25623,571,1,1,23304,0,2555.82,5225.3,37.5227,2.18261,300,5,0,6986,0,1,0,0,0),(98106,25623,571,1,1,23304,0,2570.84,5212.9,37.4061,0.881672,300,5,0,6986,0,1,0,0,0),(98107,25623,571,1,1,23304,0,2539.68,5214.37,37.4061,1.15263,300,5,0,6986,0,1,0,0,0),(98108,25623,571,1,1,23304,0,2558.82,5195.58,37.5004,4.19307,300,5,0,6986,0,1,0,0,0),(98109,25623,571,1,1,23304,0,2543.68,5182,37.5004,5.44835,300,5,0,6986,0,1,0,0,0),(98110,26904,571,1,1,24149,0,545.083,-5000.47,10.6208,6.19592,300,0,0,7181,0,0,0,0,0),(98111,27416,571,1,1,24626,1,3998.55,-3191.46,281.896,3.21141,300,0,0,11052,0,0,0,0,0),(98112,29976,571,1,1,26783,1,7790.33,-3155.79,865.974,5.11199,300,5,0,12175,0,1,0,0,0),(98113,27160,571,1,1,24541,1,3919.29,-733.059,242.141,3.94444,300,0,0,99400,0,0,0,0,0),(98114,27160,571,1,1,24541,1,3913.8,-693.436,242.237,5.63741,300,0,0,99400,0,0,0,0,0),(98115,27160,571,1,1,24543,1,3892.41,-705.335,241.009,3.89208,300,0,0,99400,0,0,0,0,0),(98116,26392,571,1,1,23815,0,4555.46,-4211.49,170.671,4.13643,300,0,0,9940,3387,0,0,0,0),(98117,27160,571,1,1,24542,1,3914.11,-687.295,242.025,0.820305,300,0,0,99400,0,0,0,0,0),(98118,27160,571,1,1,24361,1,3937.69,-713.408,242.245,0.820305,300,0,0,99400,0,0,0,0,0),(98119,27160,571,1,1,24361,1,3931.75,-712.843,242.71,2.19912,300,0,0,99400,0,0,0,0,0),(98120,28696,571,1,1,25612,0,5910.78,763.743,641.18,4.50295,300,0,0,10635,0,0,0,0,0),(98121,28440,571,1,1,25390,0,3229.47,2581.81,22.9412,2.91765,300,5,0,42,0,1,0,0,0),(98122,28440,571,1,1,25391,0,3256.49,2603.48,25.8238,4.80133,300,5,0,42,0,1,0,0,0),(98123,25880,571,1,1,23461,1,3942.06,5499.73,30.8881,5.72885,300,5,0,6761,0,1,0,0,0),(98124,24088,571,1,1,22097,0,931.421,-4956.23,2.1488,2.60894,300,0,0,5588,6882,0,0,0,0),(98125,24088,571,1,1,22097,0,1012.59,-4798.07,-0.809744,4.86947,300,0,0,5588,6882,0,0,0,0),(98126,28440,571,1,1,25391,0,2263.11,4950.09,10.2747,4.62512,300,0,0,42,0,0,0,0,0),(98127,28440,571,1,1,25390,0,2260.77,4948.63,9.2561,3.78736,300,0,0,42,0,0,0,0,0),(98128,28440,571,1,1,25390,0,2259.95,4953.78,7.99908,1.23918,300,0,0,42,0,0,0,0,0),(98129,28440,571,1,1,25390,0,2272.25,4951.72,6.73694,5.75959,300,0,0,42,0,0,0,0,0),(98130,28440,571,1,1,25391,0,2265.88,4947.49,11.0798,0.244346,300,0,0,42,0,0,0,0,0),(98131,28440,571,1,1,25390,0,2268.32,4944.48,9.57419,3.00197,300,0,0,42,0,0,0,0,0),(98132,28440,571,1,1,25390,0,2271.39,4954.84,6.26431,1.67552,300,0,0,42,0,0,0,0,0),(98133,28440,571,1,1,25391,0,2270.98,4953.71,6.83125,2.23402,300,0,0,42,0,0,0,0,0),(98134,28440,571,1,1,25390,0,2272.69,4957.13,4.88484,0.750492,300,0,0,42,0,0,0,0,0),(98135,28440,571,1,1,25391,0,2268.6,4959.63,4.10415,0.139626,300,0,0,42,0,0,0,0,0),(98136,28440,571,1,1,25390,0,2263.56,4956.43,6.9899,2.58309,300,0,0,42,0,0,0,0,0),(98137,28440,571,1,1,25391,0,2275.44,4954.6,4.73108,2.96706,300,0,0,42,0,0,0,0,0),(98138,28440,571,1,1,25391,0,2263.99,4941.92,8.1985,1.41372,300,0,0,42,0,0,0,0,0),(98139,28440,571,1,1,25391,0,2268.36,4941.67,8.14966,6.00393,300,0,0,42,0,0,0,0,0),(98140,28440,571,1,1,25391,0,2266.33,4941.8,8.12535,2.37365,300,0,0,42,0,0,0,0,0),(98141,28440,571,1,1,25391,0,2262.43,4942.92,8.32753,2.00713,300,0,0,42,0,0,0,0,0),(98142,28440,571,1,1,25391,0,2259.29,4944.72,8.19969,5.41052,300,0,0,42,0,0,0,0,0),(98143,28440,571,1,1,25391,0,2268.01,4947.18,10.9205,1.98968,300,0,0,42,0,0,0,0,0),(98144,28440,571,1,1,25390,0,2274.1,4949.08,6.56661,4.57276,300,0,0,42,0,0,0,0,0),(98145,28440,571,1,1,25391,0,2270.4,4944.81,9.3074,1.36136,300,0,0,42,0,0,0,0,0),(98146,28440,571,1,1,25391,0,2271.35,4948.73,8.6034,1.22173,300,0,0,42,0,0,0,0,0),(98147,28440,571,1,1,25391,0,2273.41,4947,7.06538,0.663225,300,0,0,42,0,0,0,0,0),(98148,28440,571,1,1,25391,0,2275.36,4950.25,5.90651,5.32325,300,0,0,42,0,0,0,0,0),(98149,28440,571,1,1,25390,0,2271.18,4944.17,8.75876,3.1765,300,0,0,42,0,0,0,0,0),(98150,28440,571,1,1,25391,0,2263.99,4959.72,4.51102,0.279253,300,0,0,42,0,0,0,0,0),(98152,28440,571,1,1,25390,0,2281.07,4953.13,4.90917,3.01942,300,0,0,42,0,0,0,0,0),(98153,28440,571,1,1,25390,0,2252.97,4952.82,6.78012,2.89725,300,0,0,42,0,0,0,0,0),(98154,28440,571,1,1,25390,0,2256.63,4955.06,7.37914,4.72984,300,0,0,42,0,0,0,0,0),(98155,28440,571,1,1,25390,0,2255.79,4950.5,7.64695,5.18363,300,0,0,42,0,0,0,0,0),(98156,28440,571,1,1,25391,0,2254.13,4947.05,7.2635,0.226893,300,0,0,42,0,0,0,0,0),(98157,28440,571,1,1,25391,0,2254.07,4944.95,7.15664,2.58309,300,0,0,42,0,0,0,0,0),(98158,25880,571,1,1,23461,1,3893.28,5485.39,36.7021,0.854581,300,0,0,6761,0,0,0,0,0),(98159,28952,571,1,1,26270,0,6829.59,-4525.52,442.068,3.10669,300,0,0,418350,127740,0,0,0,0),(98160,25880,571,1,1,23461,1,3940.3,5498.18,31.6381,0.975593,300,5,0,6761,0,1,0,0,0),(98161,25880,571,1,1,23462,1,3918.08,5480.03,35.9426,-3.04101,300,0,0,6761,0,0,0,0,0),(98162,25880,571,1,1,23461,1,3904.54,5484.28,36.1249,2.64769,300,0,0,6761,0,0,0,0,0),(98163,25880,571,1,1,23462,1,3971.96,5512.58,31.5597,3.47621,300,5,0,6761,0,1,0,0,0),(98164,25880,571,1,1,23461,1,3990.61,5454.83,31.1927,3.25214,300,5,0,6761,0,1,0,0,0),(98165,25880,571,1,1,23461,1,3923.97,5474,33.1687,2.57234,300,0,0,6761,0,0,0,0,0),(98166,25880,571,1,1,23462,1,3929.99,5469.17,28.994,2.37931,300,0,0,6761,0,0,0,0,0),(98167,25880,571,1,1,23463,1,3988.81,5507.13,29.5597,2.26535,300,5,0,6761,0,1,0,0,0),(98168,25880,571,1,1,23461,1,3948.26,5456.42,27.5694,3.04334,300,0,0,6761,0,0,0,0,0),(98169,25880,571,1,1,23462,1,3981.64,5441.82,31.0131,1.12467,300,5,0,6761,0,1,0,0,0),(98170,25880,571,1,1,23461,1,4000.6,5475.2,29.7244,0.410792,300,5,0,6761,0,1,0,0,0),(208788,31769,571,1,1,0,0,5871.14,556.659,660.739,1.44699,120,0,0,1,0,2,0,0,0),(98172,26649,571,1,1,23971,1,3825.22,1533.92,89.8078,1.65806,300,0,0,9291,0,0,0,0,0),(98173,24345,571,1,1,23356,0,2114,-5743.68,220.038,6.16101,300,0,0,26946,3155,0,0,0,0),(98174,19481,571,1,1,19284,0,5769.42,850.17,865.833,5.044,300,0,0,6986,0,0,1,0,0),(98175,27673,571,1,1,24361,1,4570.17,1477.2,196.568,0,300,0,0,179640,0,0,0,0,0),(98176,27673,571,1,1,24361,1,4570.36,1479.2,196.573,6.10865,300,0,0,179640,0,0,0,0,0),(98177,29721,571,1,1,26449,0,6188.97,-1056.53,409.906,2.35619,300,0,0,12600,0,0,0,0,0),(98178,28697,571,1,1,25613,0,5923.3,733.456,642.212,4.59022,300,0,0,10635,0,0,0,0,0),(98179,30233,571,1,1,26880,1,5593.12,-721.13,205.835,2.82743,300,0,0,24350,3893,0,0,0,0),(98180,30233,571,1,1,26877,1,5599.72,-751.706,198.032,4.29351,300,0,0,24350,3893,0,0,0,0),(98181,30233,571,1,1,26878,1,5588.17,-613.882,199.492,1.53589,300,0,0,24350,3893,0,0,0,0),(98182,30233,571,1,1,26880,1,5589.99,-620.602,199.715,5.79449,300,0,0,24350,3893,0,0,0,0),(98183,30233,571,1,1,26877,1,5588.82,-726.68,204.49,3.94444,300,0,0,24350,3893,0,0,0,0),(98184,26905,571,1,1,24158,0,615.058,-4916.97,18.7611,3.28122,300,0,0,7181,0,0,0,0,0),(98185,27673,571,1,1,24543,1,4577.3,1477.47,194.519,6.21337,300,0,0,179640,0,0,0,0,0),(98186,27673,571,1,1,24361,1,4574.37,1479.3,195.099,6.00393,300,0,0,179640,0,0,0,0,0),(98187,27673,571,1,1,24543,1,4573.66,1477.15,195.523,0,300,0,0,179640,0,0,0,0,0),(98188,30233,571,1,1,26877,1,5613.53,-754.634,202.889,3.50811,300,0,0,24350,3893,0,0,0,0),(98189,30233,571,1,1,26879,1,5602.44,-620.843,198.352,1.02974,300,0,0,24350,3893,0,0,0,0),(98190,30233,571,1,1,26879,1,5606.64,-635.513,206.341,2.46091,300,0,0,24350,3893,0,0,0,0),(98191,30233,571,1,1,26880,1,5619.53,-757.188,203.681,1.8675,300,0,0,24350,3893,0,0,0,0),(98192,30233,571,1,1,26877,1,5597.02,-617.267,198.081,1.23918,300,0,0,24350,3893,0,0,0,0),(98193,30233,571,1,1,26879,1,5605.42,-756.337,198.154,4.06662,300,0,0,24350,3893,0,0,0,0),(98194,30233,571,1,1,26877,1,5612.23,-640.675,207.187,3.40339,300,0,0,24350,3893,0,0,0,0),(98227,24601,571,1,1,23313,0,3951.61,4351.7,12.6538,0.100348,300,5,0,8982,0,1,0,0,0),(98226,24601,571,1,1,23313,0,3871.35,4491.85,12.529,4.88081,300,5,0,8982,0,1,0,0,0),(98225,24601,571,1,1,23313,0,3369.21,4457.4,-2.03605,5.56692,300,5,0,8982,0,1,0,0,0),(98223,24601,571,1,1,23313,0,3949.15,4474.21,12.5295,3.43175,300,5,0,8982,0,1,0,0,0),(98222,24601,571,1,1,23313,0,3783.55,4315.99,12.7194,1.02974,300,0,0,8982,0,0,0,0,0),(98221,24601,571,1,1,23313,0,3713.2,4253.54,12.7607,4.79505,300,5,0,8982,0,1,0,0,0),(98220,24601,571,1,1,23313,0,3746.78,4283.37,12.7607,3.4649,300,5,0,8982,0,1,0,0,0),(98218,24601,571,1,1,23313,0,3815.85,4411.82,12.349,4.00291,300,5,0,8982,0,1,0,0,0),(98217,24601,571,1,1,23313,0,3619.28,4446.63,-1.98517,3.37503,300,5,0,8982,0,1,0,0,0),(98216,24601,571,1,1,23313,0,3652.89,4481.31,-0.751401,0.041133,300,5,0,8982,0,1,0,0,0),(98215,24601,571,1,1,23313,0,3731.22,4454.88,-2.04526,3.30555,300,5,0,8982,0,1,0,0,0),(98214,24601,571,1,1,23313,0,3883.67,4349.98,12.6107,0.14025,300,5,0,8982,0,1,0,0,0),(98213,24601,571,1,1,23313,0,3857.22,4326.02,12.5999,1.81328,300,5,0,8982,0,1,0,0,0),(98212,24601,571,1,1,23313,0,3851.45,4377.9,12.6122,4.80407,300,5,0,8982,0,1,0,0,0),(98211,24601,571,1,1,23313,0,3771.08,4486.35,-0.925776,1.53562,300,5,0,8982,0,1,0,0,0),(98210,24601,571,1,1,23313,0,3740.05,4508.8,-1.92026,3.61332,300,5,0,8982,0,1,0,0,0),(98209,24601,571,1,1,23313,0,3681.17,4385.14,-1.98517,5.87369,300,5,0,8982,0,1,0,0,0),(98208,24601,571,1,1,23313,0,3747.3,4377.78,-1.97782,0.264119,300,5,0,8982,0,1,0,0,0),(98207,24601,571,1,1,23313,0,3652.02,4418.98,-1.98517,0.693731,300,5,0,8982,0,1,0,0,0),(98206,24601,571,1,1,23313,0,3675.93,4454.89,-1.98517,5.16387,300,5,0,8982,0,1,0,0,0),(98205,24601,571,1,1,23313,0,3769.42,4435.9,-2.04526,2.44068,300,5,0,8982,0,1,0,0,0),(98219,24089,571,1,1,22094,0,1048.38,-4896.25,10.9639,5.11381,300,0,0,3728,0,0,0,0,0),(98204,24601,571,1,1,23313,0,3849.29,4449.22,12.6538,1.24035,300,5,0,8982,0,1,0,0,0),(98202,24601,571,1,1,23313,0,3826.89,4484.76,19.6344,5.18313,300,5,0,8982,0,1,0,0,0),(98201,24601,571,1,1,23313,0,3906.93,4389.05,12.5288,5.68977,300,5,0,8982,0,1,0,0,0),(98224,23833,571,1,1,21886,1,1808.19,-2863.75,3.72625,1.27409,300,0,0,9610,0,0,0,0,0),(98200,24601,571,1,1,23313,0,4019.67,4551.52,-2.39496,3.1532,300,5,0,8982,0,1,0,0,0),(98199,24601,571,1,1,23313,0,3943.49,4413.91,12.6538,3.75009,300,5,0,8982,0,1,0,0,0),(98198,24601,571,1,1,23313,0,3986.07,4451.31,12.6538,2.1494,300,5,0,8982,0,1,0,0,0),(98197,24601,571,1,1,23313,0,3982.78,4379.4,13.1538,6.27674,300,5,0,8982,0,1,0,0,0),(98229,25881,571,1,1,26510,0,3980.52,5472.44,28.7068,4.79965,300,0,0,7181,0,0,0,0,0),(208787,31768,571,1,1,0,0,5864.76,561.503,656.35,3.38594,120,0,0,1,0,2,0,0,0),(98231,27418,571,1,1,13069,0,4378.15,1878.15,161.622,6.26573,300,0,0,42,0,0,0,0,0),(98232,27418,571,1,1,13069,0,4315.3,1846.68,160.594,1.95477,300,0,0,42,0,0,0,0,0),(98233,27418,571,1,1,13069,0,4360.38,1901.86,166.022,3.75246,300,0,0,42,0,0,0,0,0),(98234,27418,571,1,1,13069,0,4339.55,1893.27,162.423,2.60054,300,0,0,42,0,0,0,0,0),(98235,27418,571,1,1,13069,0,4336.33,1866.6,166.28,3.64774,300,0,0,42,0,0,0,0,0),(98236,26906,571,1,1,24160,0,588.048,-4940.85,28.177,1.13446,300,0,0,7181,0,0,0,0,0),(98237,30490,571,1,1,27068,0,5789.08,739.74,618.644,4.24115,300,0,0,12600,0,0,0,0,0),(98238,27930,571,1,1,24940,0,568.302,-5009.4,11.4776,3.82227,300,0,0,3524,0,0,0,0,0),(98239,28698,571,1,1,25614,0,5924.54,708.256,642.621,2.9147,300,0,0,10635,0,0,0,0,0),(98240,24090,571,1,1,22096,0,1037.61,-4865.72,9.03577,3.85718,300,0,0,1,2846,0,0,0,0),(98241,24090,571,1,1,22096,0,974.589,-5019.04,8.00035,0.959931,300,0,0,1,2846,0,0,0,0),(98242,29978,571,1,1,26065,1,8143.77,-1241.34,983.055,4.23345,300,5,0,11770,0,1,0,0,0),(98243,24090,571,1,1,22096,0,926.559,-4810.24,8.92717,4.4855,300,0,0,1,2846,0,0,0,0),(98244,24090,571,1,1,22096,0,992.907,-4946.46,6.09659,2.6529,300,0,0,1,2846,0,0,0,0),(98245,24090,571,1,1,22096,0,1056.9,-5059.33,10.9282,4.10152,300,0,0,1,2846,0,0,0,0),(98246,24090,571,1,1,22096,0,966.564,-4891.13,5.12397,1.76278,300,0,0,1,2846,0,0,0,0),(98247,29978,571,1,1,26065,1,8168.74,-1226.36,980.88,5.3058,300,0,0,11770,0,0,0,0,0),(203635,28600,571,1,1,0,1,6046.53,-4035.26,363.875,4.79966,120,0,0,1,0,0,0,0,0),(98249,28442,571,1,1,25442,0,6085.77,-3300.34,340.056,0,300,0,0,9103,8313,0,0,0,0),(98250,29978,571,1,1,26065,1,8251.32,-1223.93,980.638,4.64258,300,0,0,11770,0,0,0,0,0),(98251,29978,571,1,1,26065,1,8274.91,-1218.85,980.817,4.11898,300,0,0,11770,0,0,0,0,0),(98252,29978,571,1,1,26065,1,8284.2,-1284.89,981.93,3.69399,300,5,0,11770,0,1,0,0,0),(98253,29978,571,1,1,26065,1,8294.46,-1221.85,979.576,2.21666,300,5,0,11770,0,1,0,0,0),(98254,29978,571,1,1,26065,1,8482.1,-1479.01,980.677,3.59538,300,0,0,11770,0,0,0,0,0),(98255,29978,571,1,1,26065,1,8448.1,-1438.61,980.677,4.64258,300,0,0,11770,0,0,0,0,0),(98256,29978,571,1,1,26065,1,8508.08,-1449.84,980.104,2.29059,300,5,0,11770,0,1,0,0,0),(98257,29978,571,1,1,26065,1,8478.48,-1413.83,980.104,2.26523,300,5,0,11770,0,1,0,0,0),(98258,29978,571,1,1,26065,1,8300.37,-1291.63,980.608,3.8575,300,5,0,11770,0,1,0,0,0),(98259,29466,571,1,1,0,0,6673.24,-1128.9,762.749,6.26573,120,0,0,1,0,0,0,0,0),(98260,29978,571,1,1,26065,1,7847.49,-1741.42,1275.41,-0.3379,300,0,0,11770,0,0,0,0,0),(98261,29978,571,1,1,26065,1,8415.68,-1406.79,980.702,2.66441,300,5,0,11770,0,1,0,0,0),(98262,29978,571,1,1,26065,1,7843.55,-1736.06,1275.41,0.681703,300,0,0,11770,0,0,0,0,0),(98264,29978,571,1,1,26065,1,8382.26,-1331.22,979.577,2.28434,300,5,0,11770,0,1,0,0,0),(98265,29978,571,1,1,26065,1,8236.14,-1600.02,1171.5,-2.08783,300,0,0,11770,0,0,0,0,0),(98266,29466,571,1,1,0,0,6867.13,-1120.17,804.925,1.3439,120,0,0,1,0,0,0,0,0),(98267,29466,571,1,1,0,0,6748.8,-950.92,772.413,5.81195,120,0,0,1,0,0,0,0,0),(98268,29978,571,1,1,26065,1,7747.68,-1814,1257.98,-0.65855,300,0,0,11770,0,0,0,0,0),(98269,29978,571,1,1,26065,1,8207.68,-2324.08,1134.97,-1.02783,300,0,0,11770,0,0,0,0,0),(98270,29978,571,1,1,26065,1,8244.16,-2402.36,1135.79,-1.65698,300,0,0,11770,0,0,0,0,0),(98271,29466,571,1,1,0,0,6913.85,-1056.04,808.047,3.10669,120,0,0,1,0,0,0,0,0),(98272,29978,571,1,1,26065,1,7847.35,-1777.11,1275.36,0.049859,300,0,0,11770,0,0,0,0,0),(98273,29466,571,1,1,0,0,6846.94,-1102.88,805.056,0.767945,120,0,0,1,0,0,0,0,0),(98274,29978,571,1,1,26065,1,8263.36,-2270.32,1134.95,1.92803,300,0,0,11770,0,0,0,0,0),(98275,29978,571,1,1,26065,1,8227.44,-1603.43,1171.52,3.67721,300,0,0,11770,0,0,0,0,0),(98276,29978,571,1,1,26065,1,8023.83,-2300.75,1158,1.33695,300,0,0,11770,0,0,0,0,0),(98277,29978,571,1,1,26065,1,8238.08,-1601.35,1171.52,3.59943,300,0,0,11770,0,0,0,0,0),(98278,29978,571,1,1,26065,1,8082.87,-2378.85,1158,-1.51604,300,0,0,11770,0,0,0,0,0),(98279,29978,571,1,1,26065,1,7849.5,-1780.59,1275.36,1.17917,300,0,0,11770,0,0,0,0,0),(98280,29978,571,1,1,26065,1,8223.37,-1602.04,1171.52,-0.915482,300,0,0,11770,0,0,0,0,0),(98281,29978,571,1,1,26065,1,8087.06,-2382.48,1158,2.41225,300,0,0,11770,0,0,0,0,0),(98282,29466,571,1,1,0,0,6716.76,-1122.94,769.075,1.15192,120,0,0,1,0,0,0,0,0),(98283,29978,571,1,1,26065,1,8089.12,-2318.09,1158,3.35585,300,0,0,11770,0,0,0,0,0),(98284,29978,571,1,1,26065,1,8206.52,-2374.96,1136.32,-1.65797,300,0,0,11770,0,0,0,0,0),(98285,29466,571,1,1,0,0,6811.57,-1075.95,768.937,3.29867,120,0,0,1,0,0,0,0,0),(98286,29466,571,1,1,0,0,6812.06,-1050.3,769.054,3.87463,120,0,0,1,0,0,0,0,0),(98287,29978,571,1,1,26065,1,8050.26,-2319.13,1158,0.63916,300,0,0,11770,0,0,0,0,0),(98288,29466,571,1,1,0,0,6769.72,-1111.64,776.47,4.60767,120,0,0,1,0,0,0,0,0),(98289,29978,571,1,1,26065,1,8008.23,-2273.92,1158,3.12201,300,0,0,11770,0,0,0,0,0),(98290,29978,571,1,1,26065,1,8043.74,-2407.69,1158,4.86587,300,0,0,11770,0,0,0,0,0),(98291,29978,571,1,1,26065,1,8042.5,-2348.07,1158,2.08789,300,0,0,11770,0,0,0,0,0),(98292,29978,571,1,1,26065,1,8266.65,-2268.99,1134.95,2.70993,300,0,0,11770,0,0,0,0,0),(98293,29978,571,1,1,26065,1,7837.48,-1705.45,1275.34,0.677226,300,0,0,11770,0,0,0,0,0),(98294,29978,571,1,1,26065,1,7805.59,-1832.34,1257.98,1.85673,300,0,0,11770,0,0,0,0,0),(98295,29978,571,1,1,26065,1,8117.39,-2292.52,1159.03,2.73379,300,0,0,11770,0,0,0,0,0),(98296,29978,571,1,1,26065,1,8002.62,-2270.74,1158,-1.01024,300,0,0,11770,0,0,0,0,0),(98297,29978,571,1,1,26065,1,7807.43,-1894,1257.98,-3.10456,300,0,0,11770,0,0,0,0,0),(98298,29978,571,1,1,26065,1,8209.81,-2378.07,1136.19,-2.99464,300,0,0,11770,0,0,0,0,0),(98299,29978,571,1,1,26065,1,7857.23,-1744.95,1275.41,-0.152735,300,0,0,11770,0,0,0,0,0),(98300,29978,571,1,1,26065,1,7836.97,-1701.71,1275.35,-0.406326,300,0,0,11770,0,0,0,0,0),(98301,29978,571,1,1,26065,1,8036.08,-2256.81,1159.84,-1.53081,300,0,0,11770,0,0,0,0,0),(98302,29978,571,1,1,26065,1,7864,-1747.39,1275.4,2.60272,300,0,0,11770,0,0,0,0,0),(98303,29466,571,1,1,0,0,6729.33,-988.567,768.774,5.13127,120,0,0,1,0,0,0,0,0),(98304,29978,571,1,1,26065,1,7802.17,-1890.83,1257.98,-1.11844,300,0,0,11770,0,0,0,0,0),(98305,29978,571,1,1,26065,1,7959.66,-2226.07,1161.48,4.1884,300,0,0,11770,0,0,0,0,0),(98306,29978,571,1,1,26065,1,7748.2,-1878.79,1257.98,2.49977,300,0,0,11770,0,0,0,0,0),(98307,29978,571,1,1,26065,1,7812.24,-1828.88,1258.14,2.35104,300,0,0,11770,0,0,0,0,0),(98309,29978,571,1,1,26065,1,7746.52,-1856.16,1257.98,1.31981,300,0,0,11770,0,0,0,0,0),(98310,29978,571,1,1,26065,1,7883.36,-1778.5,1274.71,2.59808,300,0,0,11770,0,0,0,0,0),(98311,29978,571,1,1,26065,1,8230.02,-2296.67,1135.46,-0.547405,300,0,0,11770,0,0,0,0,0),(98312,29978,571,1,1,26065,1,8236.36,-2300.34,1135.67,2.63952,300,0,0,11770,0,0,0,0,0),(98313,29978,571,1,1,26065,1,8230.34,-2328.06,1134.95,2.19223,300,0,0,11770,0,0,0,0,0),(98314,29978,571,1,1,26065,1,7807.49,-1829.22,1258.04,0.93713,300,0,0,11770,0,0,0,0,0),(98315,29978,571,1,1,26065,1,7956.75,-2226.99,1161.15,2.08674,300,0,0,11770,0,0,0,0,0),(98316,29978,571,1,1,26065,1,7843.38,-1701.11,1275.34,-2.55053,300,0,0,11770,0,0,0,0,0),(98317,29978,571,1,1,26065,1,8280.74,-1230.25,980.638,4.15388,300,0,0,11770,0,0,0,0,0),(98318,29978,571,1,1,26065,1,8200.61,-2276.4,1134.95,2.00401,300,0,0,11770,0,0,0,0,0),(98319,29978,571,1,1,26065,1,8121.06,-2294.21,1158.88,1.80979,300,0,0,11770,0,0,0,0,0),(98320,29978,571,1,1,26065,1,7955.96,-2228.7,1160.6,1.77487,300,0,0,11770,0,0,0,0,0),(98321,29978,571,1,1,26065,1,8227.78,-2321.43,1134.95,-1.45629,300,0,0,11770,0,0,0,0,0),(98322,29978,571,1,1,26065,1,8274.85,-2348.78,1135.15,0.802846,300,0,0,11770,0,0,0,0,0),(98323,29978,571,1,1,26065,1,7831.72,-1671.6,1277.36,2.80256,300,0,0,11770,0,0,0,0,0),(98324,29978,571,1,1,26065,1,7748.22,-1879.2,1260.32,2.42048,300,5,0,11770,0,1,0,0,0),(98325,29978,571,1,1,26065,1,7997.9,-2260.44,1158,5.04488,300,0,0,11770,0,0,0,0,0),(98326,29978,571,1,1,26065,1,8403.94,-1381.56,980.477,3.56047,300,0,0,11770,0,0,0,0,0),(98327,29978,571,1,1,26065,1,7771.61,-1702.8,1286.03,1.79635,300,0,0,11770,0,0,0,0,0),(98328,29978,571,1,1,26065,1,7791.9,-1765.66,1275.35,-0.954073,300,0,0,11770,0,0,0,0,0),(98329,29978,571,1,1,26065,1,7764.78,-1828.23,1257.98,2.20003,300,0,0,11770,0,0,0,0,0),(98330,29978,571,1,1,26065,1,8032.83,-2261.83,1160.14,0.385555,300,0,0,11770,0,0,0,0,0),(98331,29978,571,1,1,26065,1,7792.17,-1759.76,1275.41,-1.71741,300,0,0,11770,0,0,0,0,0),(98332,29978,571,1,1,26065,1,8462.87,-1440.76,980.922,4.2586,300,0,0,11770,0,0,0,0,0),(98333,29978,571,1,1,26065,1,7798.76,-1837.71,1257.98,2.23396,300,0,0,11770,0,0,0,0,0),(98334,29978,571,1,1,26065,1,8258.65,-2261.49,1134.95,0.103803,300,0,0,11770,0,0,0,0,0),(98335,29978,571,1,1,26065,1,8232.87,-2294.93,1135.46,-1.49526,300,0,0,11770,0,0,0,0,0),(98336,29978,571,1,1,26065,1,8096.21,-2359.38,1158,1.90243,300,0,0,11770,0,0,0,0,0),(98337,29978,571,1,1,26065,1,7848.08,-1925.55,1261.98,2.16403,300,0,0,11770,0,0,0,0,0),(98338,29978,571,1,1,26065,1,7835.05,-1911.51,1257.98,0.453822,300,0,0,11770,0,0,0,0,0),(98339,29978,571,1,1,26065,1,7856,-1721.93,1275.33,2.61799,300,0,0,11770,0,0,0,0,0),(98340,29978,571,1,1,26065,1,7788.02,-1848.1,1257.94,0.872665,300,0,0,11770,0,0,0,0,0),(98341,29978,571,1,1,26065,1,7744.3,-1898.3,1257.94,1.78024,300,0,0,11770,0,0,0,0,0),(75042,27315,571,1,1,0,0,3718.5,-1323.4,125.035,1.81862,120,5,0,1,0,1,0,0,0),(98344,26907,571,1,1,24196,1,534.039,-5006.6,10.6165,5.89921,300,0,0,7181,0,0,0,0,0),(98345,24347,571,1,1,22328,1,1951.36,-6189.4,24.2477,4.90438,300,0,0,8982,0,0,0,0,0),(98346,28699,571,1,1,25615,0,5881.01,752.591,640.486,4.93928,300,0,0,10635,0,0,0,0,0),(98348,28443,571,1,1,25495,1,6006.05,4023.68,-44.8432,2.3911,300,0,0,125169,37250,0,0,0,0),(75036,27336,571,1,1,0,0,3771.59,-1131.89,121.54,5.28835,120,5,0,1,0,1,0,0,0),(75035,27336,571,1,1,0,0,3817.07,-1048.89,119.909,1.82263,120,5,0,1,0,1,0,0,0),(75034,27336,571,1,1,0,0,3823.8,-1083.31,119.539,1.96393,120,5,0,1,0,1,0,0,0),(98356,29979,571,1,1,25953,0,8146.43,-1242.72,983.055,4.09157,300,5,0,11770,3809,1,0,0,0),(98357,29979,571,1,1,25953,0,8156.33,-1245.36,982.191,5.84685,300,0,0,11770,3809,0,0,0,0),(98358,29211,571,1,1,27309,1,5273.43,-2541.08,288.736,4.67748,300,0,0,10635,0,0,0,0,0),(98359,29211,571,1,1,27309,1,5234.44,-2516.1,289.936,2.98451,300,0,0,10635,0,0,0,0,0),(98360,29211,571,1,1,27309,1,5251.91,-2540.94,289.738,4.69494,300,0,0,10635,0,0,0,0,0),(98361,29211,571,1,1,27309,1,5288.17,-2500.91,287.529,-1.00207,300,0,0,10635,0,0,0,0,0),(98362,29211,571,1,1,27309,1,5310.94,-2480.07,287.682,0.593412,300,0,0,10635,0,0,0,0,0),(98363,29211,571,1,1,27309,1,5312.56,-2573.46,289.45,4.74729,300,0,0,10635,0,0,0,0,0),(98364,29211,571,1,1,27309,1,5234.96,-2464.5,287.634,-0.433496,300,0,0,10635,0,0,0,0,0),(98365,29211,571,1,1,27309,1,5263.53,-2432.97,290.134,3.12414,300,0,0,10635,0,0,0,0,0),(98366,29211,571,1,1,27309,1,5260.29,-2471.15,288.05,4.65657,300,0,0,10635,0,0,0,0,0),(98367,29211,571,1,1,27309,1,5215.58,-2497.72,288.79,4.67748,300,0,0,10635,0,0,0,0,0),(98368,29979,571,1,1,25953,0,8285.78,-1287.45,981.93,3.69405,300,5,0,11770,3809,1,0,0,0),(98369,29979,571,1,1,25953,0,8296.86,-1220.04,979.576,2.21661,300,5,0,11770,3809,1,0,0,0),(98370,29979,571,1,1,25953,0,8289.83,-1240.2,980.638,3.54302,300,0,0,11770,3809,0,0,0,0),(98371,29979,571,1,1,25953,0,8417.83,-1411.28,980.711,3.62752,300,5,0,11770,3809,1,0,0,0),(98372,29979,571,1,1,25953,0,8463.51,-1455.91,980.677,3.9968,300,0,0,11770,3809,0,0,0,0),(98373,29979,571,1,1,25953,0,8505.83,-1451.82,980.104,2.29058,300,5,0,11770,3809,1,0,0,0),(98374,29979,571,1,1,25953,0,8480.79,-1411.91,980.104,2.26516,300,5,0,11770,3809,1,0,0,0),(98375,29979,571,1,1,25953,0,8298.4,-1289.37,980.68,3.85749,300,5,0,11770,3809,1,0,0,0),(98376,29979,571,1,1,25953,0,8358.96,-1344.29,980.634,4.4855,300,0,0,11770,3809,0,0,0,0),(98377,29979,571,1,1,25953,0,8394.63,-1391.23,980.673,2.87979,300,0,0,11770,3809,0,0,0,0),(98378,29979,571,1,1,25953,0,8389.81,-1335.36,979.577,2.28465,300,5,0,11770,3809,1,0,0,0),(98379,29979,571,1,1,25953,0,8076.01,-2264.8,1158.28,-0.533072,300,0,0,11770,3809,0,0,0,0),(98380,29979,571,1,1,25953,0,8005.32,-2277.44,1158,1.77749,300,0,0,11770,3809,0,0,0,0),(98381,29979,571,1,1,25953,0,8083.71,-2314.18,1158,5.08389,300,0,0,11770,3809,0,0,0,0),(98382,29979,571,1,1,25953,0,8236.72,-1605.96,1171.52,2.52948,300,0,0,11770,3809,0,0,0,0),(98383,29979,571,1,1,25953,0,8086.58,-2320.92,1158,2.00395,300,0,0,11770,3809,0,0,0,0),(98384,29979,571,1,1,25953,0,8081.44,-2385.75,1158,1.10402,300,0,0,11770,3809,0,0,0,0),(98385,29979,571,1,1,25953,0,8087.43,-2315.73,1158,-2.11191,300,0,0,11770,3809,0,0,0,0),(98386,29979,571,1,1,25953,0,8235.48,-1600.61,1171.47,-2.22509,300,0,0,11770,3809,0,0,0,0),(98387,29979,571,1,1,25953,0,8075.51,-2267.02,1158.4,0.096833,300,0,0,11770,3809,0,0,0,0),(98388,29979,571,1,1,25953,0,7998.15,-2260.15,1158,-1.32997,300,0,0,11770,3809,0,0,0,0),(98389,29979,571,1,1,25953,0,8125.4,-2354.17,1158,2.85225,300,0,0,11770,3809,0,0,0,0),(98390,29979,571,1,1,25953,0,8297.16,-1249.9,980.638,3.735,300,0,0,11770,3809,0,0,0,0),(98391,29979,571,1,1,25953,0,8117.66,-2358.09,1158,1.46888,300,0,0,11770,3809,0,0,0,0),(98392,29979,571,1,1,25953,0,8466.08,-1507.03,980.835,4.56823,300,0,0,11770,3809,0,0,0,0),(98393,29979,571,1,1,25953,0,8055.47,-2321.3,1158,2.18473,300,0,0,11770,3809,0,0,0,0),(98394,29979,571,1,1,25953,0,8152.33,-1235.16,981.55,5.93412,300,0,0,11770,3809,0,0,0,0),(98395,29979,571,1,1,25953,0,8348.33,-1364.88,980.616,2.6604,300,0,0,11770,3809,0,0,0,0),(98396,29979,571,1,1,25953,0,8293.71,-1265.27,980.684,2.93215,300,0,0,11770,3809,0,0,0,0),(98397,29979,571,1,1,25953,0,8435.29,-1444.83,980.673,4.46804,300,0,0,11770,3809,0,0,0,0),(98398,29979,571,1,1,25953,0,8470.94,-1468.32,980.677,3.92699,300,0,0,11770,3809,0,0,0,0),(98399,29979,571,1,1,25953,0,8229.88,-1599.03,1171.52,-1.43831,300,0,0,11770,3809,0,0,0,0),(98400,29979,571,1,1,25953,0,7999.98,-2275.92,1158,0.416818,300,0,0,11770,3809,0,0,0,0),(98402,26652,571,1,1,23976,1,3819.54,1618.86,89.8234,0.256114,300,0,0,106350,35610,0,0,0,0),(98403,23836,571,1,1,89,1,1311.06,-3415.68,179.358,6.0753,300,5,0,3237,0,1,0,0,0),(98404,29724,571,1,1,26475,1,8329.27,-1060.86,924.924,1.69297,300,0,0,12175,3893,0,0,0,0),(98405,29468,571,1,1,26271,0,5950.65,-1851.12,248.392,1.65806,300,5,0,12600,0,1,0,0,0),(98406,26908,571,1,1,24151,0,608.026,-4924.19,17.9667,3.35103,300,0,0,7181,0,0,0,0,0),(98407,24092,571,1,1,17612,0,1794.06,-4221.03,297.419,4.55531,300,0,0,42,0,0,0,0,0),(98408,23836,571,1,1,20488,1,1380.09,-3415.5,181.374,3.82227,300,5,0,3237,0,1,0,0,0),(98409,23836,571,1,1,20488,1,1325.48,-3431.05,176.857,4.93928,300,5,0,3237,0,1,0,0,0),(98410,23836,571,1,1,89,1,1394.34,-3421.16,181.351,3.15906,300,5,0,3237,0,1,0,0,0),(98411,23836,571,1,1,20488,1,1482.02,-3407.08,171.371,0.471239,300,5,0,3237,0,1,0,0,0),(98412,23836,571,1,1,20488,1,1331.36,-3399.36,182.558,1.52115,300,5,0,3237,0,1,0,0,0),(98413,23836,571,1,1,89,1,1463.65,-3433.45,173.365,0.342498,300,5,0,3237,0,1,0,0,0),(98414,23836,571,1,1,20488,1,1426.04,-3417.19,181.115,4.34587,300,5,0,3237,0,1,0,0,0),(98415,29980,571,1,1,26662,1,8196.98,-2276.3,1135.49,-0.026589,300,0,0,18900,0,0,0,0,0),(98416,24348,571,1,1,22329,0,1886.08,-6204.48,23.8363,1.81514,300,0,0,8982,0,0,0,0,0),(98417,28956,571,1,1,25806,0,5803.01,595.768,652.834,5.044,300,0,0,8508,7981,0,0,0,0),(98418,23836,571,1,1,20488,1,1387.38,-3433.1,179.374,4.53304,300,5,0,3237,0,1,0,0,0),(98419,23836,571,1,1,20488,1,1450.52,-3394.27,180.399,0.244346,300,5,0,3237,0,1,0,0,0),(98420,29724,571,1,1,26476,1,8319.95,-950.624,923.957,4.79965,300,0,0,12175,3893,0,0,0,0),(98421,28700,571,1,1,25616,0,5908.16,764.413,641.169,4.62512,300,0,0,10635,0,0,0,0,0),(98422,23836,571,1,1,89,1,1311.07,-3417.76,179.672,0.318195,300,5,0,3237,0,1,0,0,0),(98423,23836,571,1,1,20488,1,1478.77,-3460.25,172.145,6.16101,300,5,0,3237,0,1,0,0,0),(98424,27676,571,1,1,23814,1,4433.41,-2426.21,238.656,1.44862,300,0,0,9940,0,0,0,0,0),(98425,27676,571,1,1,23814,1,4334.23,-2374.32,228.049,0.314159,300,0,0,9940,0,0,0,0,0),(98426,27676,571,1,1,23812,1,4393.5,-2410.04,232.817,1.6057,300,0,0,9940,0,0,0,0,0),(98427,27676,571,1,1,23814,1,4353.58,-2407.52,232.546,1.18682,300,0,0,9940,0,0,0,0,0),(98428,27676,571,1,1,23812,1,4312.31,-2382.77,230.597,2.85745,300,0,0,9940,0,0,0,0,0),(98429,27676,571,1,1,23814,1,4350.35,-2392.51,231.72,0.750492,300,0,0,9940,0,0,0,0,0),(98430,27676,571,1,1,23812,1,4350.42,-2388.7,231.12,5.74213,300,0,0,9940,0,0,0,0,0),(98431,27676,571,1,1,23812,1,4368.71,-2416.79,235.821,2.19912,300,0,0,9940,0,0,0,0,0),(98432,27676,571,1,1,23814,1,4414.04,-2417.21,234.358,1.44862,300,0,0,9940,0,0,0,0,0),(98434,27676,571,1,1,23813,1,4162.51,-2422.11,232.452,2.75762,300,0,0,9940,0,0,0,0,0),(98435,27676,571,1,1,23813,1,4217.47,-2421.81,231.958,2.26893,300,0,0,9940,0,0,0,0,0),(98436,27676,571,1,1,23812,1,4243.02,-2415.88,230.679,1.76278,300,0,0,9940,0,0,0,0,0),(98437,27676,571,1,1,23812,1,4249.51,-2400.39,230.655,1.8675,300,0,0,9940,0,0,0,0,0),(98438,29980,571,1,1,26662,1,8199.98,-2275.06,1135.21,-1.1324,300,0,0,18900,0,0,0,0,0),(98439,29980,571,1,1,26662,1,8281.08,-2340.38,1136.13,4.67725,300,0,0,18900,0,0,0,0,0),(98440,29980,571,1,1,26662,1,8110.39,-2407.73,1159.87,2.11185,300,0,0,18900,0,0,0,0,0),(98441,29980,571,1,1,26662,1,8105.9,-2410.24,1159.69,1.74533,300,0,0,18900,0,0,0,0,0),(98442,29980,571,1,1,26662,1,8278.31,-2345.2,1136.02,3.97076,300,5,0,18900,0,1,0,0,0),(98443,29980,571,1,1,26662,1,8045.03,-2407.08,1158,2.54324,300,0,0,18900,0,0,0,0,0),(98444,29980,571,1,1,26662,1,8044.33,-2403.91,1158,-1.72525,300,0,0,18900,0,0,0,0,0),(98445,29980,571,1,1,26662,1,7769.17,-1673.39,1282.36,1.49791,300,0,0,18900,0,0,0,0,0),(98446,29980,571,1,1,26662,1,7767.36,-1672.88,1282.36,1.08738,300,0,0,18900,0,0,0,0,0),(98447,29980,571,1,1,26662,1,8151.65,-1633.73,1219.89,1.36988,300,0,0,18900,0,0,0,0,0),(98448,29980,571,1,1,26662,1,8264.13,-2265.15,1134.95,-2.85722,300,0,0,18900,0,0,0,0,0),(98449,29980,571,1,1,26662,1,8262.08,-2266.88,1134.95,0.692156,300,0,0,18900,0,0,0,0,0),(98450,29980,571,1,1,26662,1,8176.13,-2352.71,1138.75,0.174533,300,0,0,18900,0,0,0,0,0),(98451,29980,571,1,1,26662,1,8105.35,-1537.75,1220.51,-0.197484,300,0,0,18900,0,0,0,0,0),(98452,29980,571,1,1,26662,1,8176.58,-2358.07,1139.26,0.261799,300,0,0,18900,0,0,0,0,0),(98453,29724,571,1,1,26476,1,8140.12,-1125.28,925.848,1.83755,300,5,0,12175,3893,1,0,0,0),(98454,29724,571,1,1,26476,1,8328.57,-1125.45,924.026,6.17837,300,5,0,12175,3893,1,0,0,0),(98455,29724,571,1,1,26476,1,8319.7,-1163.29,925.14,1.77126,300,5,0,12175,3893,1,0,0,0),(98456,29724,571,1,1,26476,1,8328.77,-974.422,924.124,1.14845,300,5,0,12175,3893,1,0,0,0),(98457,29724,571,1,1,26475,1,8298.81,-1100.7,924.024,1.64372,300,5,0,12175,3893,1,0,0,0),(98458,29724,571,1,1,26475,1,8240.82,-997.375,923.999,2.57983,300,5,0,12175,3893,1,0,0,0),(98459,29724,571,1,1,26476,1,8202.88,-1078.39,923.986,4.89638,300,5,0,12175,3893,1,0,0,0),(98460,29724,571,1,1,26475,1,8193.24,-1125.8,925.169,4.99055,300,5,0,12175,3893,1,0,0,0),(98461,29724,571,1,1,26475,1,8143.57,-1100.31,923.999,4.14572,300,5,0,12175,3893,1,0,0,0),(98462,29724,571,1,1,26475,1,8295.35,-1118.2,925.271,5.91977,300,5,0,12175,3893,1,0,0,0),(98463,29980,571,1,1,26662,1,7954.96,-2223.83,1161.68,5.70723,300,0,0,18900,0,0,0,0,0),(98464,29724,571,1,1,26477,1,8300.18,-741.451,924.977,6.20102,300,5,0,12175,3893,1,0,0,0),(98465,29724,571,1,1,26476,1,8292.79,-733.79,925.854,5.28361,300,5,0,12175,3893,1,0,0,0),(98466,29724,571,1,1,26477,1,8295.53,-995.173,923.999,0.35298,300,5,0,12175,3893,1,0,0,0),(98467,29980,571,1,1,26662,1,7957.2,-2225.37,1161.5,-1.92675,300,0,0,18900,0,0,0,0,0),(98468,29980,571,1,1,26662,1,8114.02,-2291.06,1159.1,3.52238,300,0,0,18900,0,0,0,0,0),(98469,29980,571,1,1,26662,1,8003.65,-2274.17,1158,-1.09869,300,0,0,18900,0,0,0,0,0),(98470,29980,571,1,1,26662,1,7999.03,-2263.71,1158,1.90322,300,0,0,18900,0,0,0,0,0),(98471,29980,571,1,1,26662,1,7804.55,-1828.82,1257.96,4.08407,300,0,0,18900,0,0,0,0,0),(98472,29980,571,1,1,26662,1,8108.13,-1534.4,1220.44,5.11381,300,0,0,18900,0,0,0,0,0),(98474,29980,571,1,1,26662,1,7718.61,-1841.77,1257.98,6.00393,300,0,0,18900,0,0,0,0,0),(98475,29980,571,1,1,26662,1,7718.54,-1847.23,1257.98,6.26573,300,0,0,18900,0,0,0,0,0),(98476,29980,571,1,1,26662,1,8083.07,-2382.51,1158,-2.03745,300,0,0,18900,0,0,0,0,0),(98477,29724,571,1,1,26475,1,8204.62,-975.199,925.106,4.58124,300,5,0,12175,3893,1,0,0,0),(98478,29980,571,1,1,26662,1,8152.03,-1627.89,1220.32,-1.19662,300,0,0,18900,0,0,0,0,0),(98479,29724,571,1,1,26475,1,8275.3,-777.614,923.999,0.144793,300,5,0,12175,3893,1,0,0,0),(98480,29724,571,1,1,26476,1,8194.9,-1039.65,923.969,4.69313,300,5,0,12175,3893,1,0,0,0),(98481,29724,571,1,1,26476,1,8191.8,-987.329,925.427,1.38146,300,5,0,12175,3893,1,0,0,0),(98482,29980,571,1,1,26662,1,7791.64,-1763.39,1275.38,5.2391,300,0,0,18900,0,0,0,0,0),(98483,29724,571,1,1,26475,1,8263.16,-937.055,923.999,3.22904,300,5,0,12175,3893,1,0,0,0),(98484,29724,571,1,1,26477,1,8249.23,-985.085,923.999,1.9738,300,5,0,12175,3893,1,0,0,0),(98485,29980,571,1,1,26662,1,8243.85,-2406.01,1135.68,4.80231,300,0,0,18900,0,0,0,0,0),(98486,29980,571,1,1,26662,1,8209.58,-2327.22,1134.95,-0.58877,300,0,0,18900,0,0,0,0,0),(98487,29980,571,1,1,26662,1,8053.36,-2318.3,1158,-1.45575,300,0,0,18900,0,0,0,0,0),(98488,29980,571,1,1,26662,1,8121.89,-2353.13,1158,-0.289339,300,0,0,18900,0,0,0,0,0),(98489,29724,571,1,1,26475,1,8251.53,-707.42,924.032,6.0183,300,5,0,12175,3893,1,0,0,0),(98490,29724,571,1,1,26477,1,8266.45,-832.498,923.999,5.92264,300,5,0,12175,3893,1,0,0,0),(98491,29724,571,1,1,26476,1,8198.9,-740.615,926.893,5.95083,300,5,0,12175,3893,1,0,0,0),(98493,29724,571,1,1,26477,1,8208.88,-719.525,925.851,5.38712,300,5,0,12175,3893,1,0,0,0),(98494,29980,571,1,1,26662,1,7771.35,-1698.96,1285.98,1.93893,300,0,0,18900,0,0,0,0,0),(98495,29724,571,1,1,26477,1,8270.73,-1024.35,923.999,2.3554,300,5,0,12175,3893,1,0,0,0),(98496,29980,571,1,1,26662,1,7851.01,-1776.92,1275.36,1.17936,300,5,0,18900,0,1,0,0,0),(98497,29724,571,1,1,26475,1,8187.46,-872.151,956.127,-1.48301,300,0,0,12175,3893,0,0,0,0),(98498,29980,571,1,1,26662,1,7846.15,-1894.89,1257.94,2.67035,300,0,0,18900,0,0,0,0,0),(98499,29724,571,1,1,26477,1,8135.58,-896.79,955.784,1.70296,300,0,0,12175,3893,0,0,0,0),(98500,29724,571,1,1,26477,1,8142.25,-881.904,955.784,2.69138,300,0,0,12175,3893,0,0,0,0),(98501,29724,571,1,1,26477,1,8179.01,-876.362,955.743,0.558246,300,0,0,12175,3893,0,0,0,0),(98502,29724,571,1,1,26477,1,8155.87,-833.557,955.786,2.56237,300,0,0,12175,3893,0,0,0,0),(98503,29724,571,1,1,26475,1,8130.18,-889.489,955.784,0.687701,300,0,0,12175,3893,0,0,0,0),(98504,29724,571,1,1,26476,1,8173.85,-822.118,955.759,-2.2573,300,0,0,12175,3893,0,0,0,0),(98505,29980,571,1,1,26662,1,8233.15,-2298.58,1135.64,1.01229,300,0,0,18900,0,0,0,0,0),(98506,29724,571,1,1,26475,1,8284.15,-853.42,923.999,4.92224,300,5,0,12175,3893,1,0,0,0),(98507,29724,571,1,1,26477,1,8284,-812.584,923.986,5.41384,300,5,0,12175,3893,1,0,0,0),(98508,29724,571,1,1,26476,1,8139.9,-825.217,955.784,-2.66518,300,0,0,12175,3893,0,0,0,0),(98509,29724,571,1,1,26475,1,8310.27,-813.791,924.599,4.72984,300,0,0,12175,3893,0,0,0,0),(98510,29724,571,1,1,26477,1,8240.53,-870.075,925.9,6.03884,300,0,0,12175,3893,0,0,0,0),(98511,29724,571,1,1,26475,1,8311.94,-909.519,923.957,1.71042,300,0,0,12175,3893,0,0,0,0),(98512,29980,571,1,1,26662,1,7750.58,-1816.24,1257.98,2.03247,300,0,0,18900,0,0,0,0,0),(98513,29980,571,1,1,26662,1,7842.94,-1900.96,1257.94,2.58309,300,0,0,18900,0,0,0,0,0),(98514,29724,571,1,1,26476,1,8245.39,-892.357,923.999,0.732043,300,0,0,12175,3893,0,0,0,0),(98515,29980,571,1,1,26662,1,8234.32,-1603.2,1171.52,2.01016,300,0,0,18900,0,0,0,0,0),(98516,29980,571,1,1,26662,1,7745.26,-1876.6,1257.98,2.51556,300,0,0,18900,0,0,0,0,0),(98517,29980,571,1,1,26662,1,7885.19,-1781.68,1274.69,2.09275,300,0,0,18900,0,0,0,0,0),(98518,29980,571,1,1,26662,1,7829.64,-1666.9,1278.49,5.5107,300,0,0,18900,0,0,0,0,0),(98519,29980,571,1,1,26662,1,7850.95,-1742.64,1275.41,-0.336904,300,0,0,18900,0,0,0,0,0),(98520,29980,571,1,1,26662,1,8085.04,-2317.59,1158,1.9423,300,0,0,18900,0,0,0,0,0),(98521,29980,571,1,1,26662,1,7747.17,-1853.63,1257.98,-1.82188,300,0,0,18900,0,0,0,0,0),(98522,29980,571,1,1,26662,1,8230.37,-1602.66,1171.51,0.858443,300,0,0,18900,0,0,0,0,0),(98523,29980,571,1,1,26662,1,7826.99,-1669.93,1277.99,6.04942,300,0,0,18900,0,0,0,0,0),(98524,29980,571,1,1,26662,1,7768.75,-1699.22,1285.4,1.35856,300,0,0,18900,0,0,0,0,0),(98525,29980,571,1,1,26662,1,8040.69,-2344.88,1157.96,0.907571,300,0,0,18900,0,0,0,0,0),(98526,29980,571,1,1,26662,1,8024.68,-2297.19,1158,-1.80463,300,0,0,18900,0,0,0,0,0),(98527,29980,571,1,1,26662,1,7985.94,-2248.5,1157.96,4.60767,300,0,0,18900,0,0,0,0,0),(98528,23837,571,1,1,11686,0,4392.72,6146.85,-0.418814,1.8675,300,0,0,42,0,0,0,0,0),(98529,23837,571,1,1,11686,0,4489.69,5715.45,81.4363,4.08407,300,0,0,42,0,0,0,0,0),(98530,23837,571,1,1,11686,0,4506.49,5729.94,80.9938,1.74533,300,0,0,42,0,0,0,0,0),(98531,23837,571,1,1,11686,0,4509.07,5742.84,80.5491,5.46288,300,0,0,42,0,0,0,0,0),(98532,23837,571,1,1,11686,0,4458.1,5712.15,81.1083,4.7822,300,0,0,42,0,0,0,0,0),(98533,26653,571,1,1,23984,0,3675.86,2158.72,35.2196,0.069813,300,0,0,106350,0,0,0,0,0),(98534,23837,571,1,1,11686,0,2907.16,1818.61,130.879,0.10472,300,0,0,42,0,0,0,0,0),(98535,23837,571,1,1,11686,0,2878.1,1814.4,133.796,2.49582,300,0,0,42,0,0,0,0,0),(98536,23837,571,1,1,11686,0,3083.07,2215.47,11.9925,1.74533,300,0,0,42,0,0,0,0,0),(98537,23837,571,1,1,11686,0,3116.51,2154.6,19.6857,5.21853,300,0,0,42,0,0,0,0,0),(98538,23837,571,1,1,11686,0,3200.63,2221.34,66.1775,5.93412,300,0,0,42,0,0,0,0,0),(98539,23837,571,1,1,11686,0,3263.98,-623.401,170.712,4.11898,300,0,0,42,0,0,0,0,0),(98540,23837,571,1,1,11686,0,3264.49,-639.688,170.566,6.05629,300,0,0,42,0,0,0,0,0),(98542,23837,571,1,1,11686,0,4512.01,5337.58,-30.1183,0.436332,300,0,0,42,0,0,0,0,0),(98543,23837,571,1,1,11686,0,4435.12,5359.16,-15.7857,2.94961,300,0,0,42,0,0,0,0,0),(98544,23837,571,1,1,11686,0,4501.02,5336.84,-30.1182,5.72468,300,0,0,42,0,0,0,0,0),(98545,23837,571,1,1,11686,0,4521.8,5669.84,81.4178,0.767945,300,0,0,42,0,0,0,0,0),(98546,23837,571,1,1,11686,0,5740.7,-3584.48,386.66,1.3439,300,0,0,42,0,0,0,0,0),(98547,23837,571,1,1,11686,0,5731.18,-3564.15,392.61,5.75959,300,0,0,42,0,0,0,0,0),(98548,23837,571,1,1,11686,0,5737,-3563.43,387.678,5.28835,300,0,0,42,0,0,0,0,0),(98549,23837,571,1,1,11686,0,5736.57,-3580.07,386.935,1.02974,300,0,0,42,0,0,0,0,0),(98550,23837,571,1,1,11686,0,5613.52,-3476.78,350.41,6.00393,300,0,0,42,0,0,0,0,0),(98551,23837,571,1,1,11686,0,5581.09,-3535.15,350.41,0.872665,300,0,0,42,0,0,0,0,0),(98552,23837,571,1,1,11686,0,-88.0832,-3673.03,13.1715,5.20108,300,0,0,42,0,0,0,0,0),(98553,23837,571,1,1,11686,0,-85.2257,-3682.11,13.0908,3.61283,300,0,0,42,0,0,0,0,0),(98554,23837,571,1,1,11686,0,-83.5384,-3674.62,13.2403,4.4855,300,0,0,42,0,0,0,0,0),(98555,23837,571,1,1,11686,0,-110.282,-3674.52,18.397,0.698132,300,0,0,42,0,0,0,0,0),(98556,23837,571,1,1,11686,0,-70.1025,-3674.54,13.5093,3.00197,300,0,0,42,0,0,0,0,0),(98557,23837,571,1,1,11686,0,-77.9989,-3680.25,13.2693,1.50098,300,0,0,42,0,0,0,0,0),(98558,23837,571,1,1,11686,0,-70.5106,-3682.76,13.488,3.68265,300,0,0,42,0,0,0,0,0),(98559,23837,571,1,1,11686,0,-94.9336,-3678.21,13.0852,1.06465,300,0,0,42,0,0,0,0,0),(98560,23837,571,1,1,11686,0,-120.157,-3672.29,19.9784,5.20108,300,0,0,42,0,0,0,0,0),(98561,23837,571,1,1,11686,0,-79.1311,-3670.1,13.1645,1.3439,300,0,0,42,0,0,0,0,0),(98562,23837,571,1,1,11686,0,5920.28,-3807.83,367.673,5.72468,300,0,0,42,0,0,0,0,0),(98563,27421,571,1,1,24630,0,4161.98,-4135.42,199.709,5.95406,300,5,0,9940,0,1,0,0,0),(98564,23837,571,1,1,11686,0,3070.32,1399.9,122.984,5.32325,300,0,0,42,0,0,0,0,0),(98565,23837,571,1,1,11686,0,1707.5,-4108.61,285.634,5.37561,300,0,0,42,0,0,0,0,0),(98566,23837,571,1,1,11686,0,4365.36,4572.35,71.8274,5.61996,300,0,0,42,0,0,0,0,0),(98567,23837,571,1,1,11686,0,4356.57,4575.63,22.2739,1.48353,300,0,0,42,0,0,0,0,0),(98568,23837,571,1,1,11686,0,4410.35,4553.65,93.7422,2.16421,300,0,0,42,0,0,0,0,0),(98569,23837,571,1,1,11686,0,4404.07,4556.52,90.9515,2.35619,300,0,0,42,0,0,0,0,0),(98570,23837,571,1,1,11686,0,4397.28,4587.85,127.159,3.03687,300,0,0,42,0,0,0,0,0),(98571,23837,571,1,1,11686,0,4412.57,4556.37,97.1511,4.41568,300,0,0,42,0,0,0,0,0),(98572,23837,571,1,1,11686,0,4406.71,4558.16,90.9546,2.11185,300,0,0,42,0,0,0,0,0),(98573,23837,571,1,1,11686,0,4406.88,4552.54,91.3327,2.93215,300,0,0,42,0,0,0,0,0),(98574,23837,571,1,1,11686,0,4407.89,4555.36,94.2708,3.61283,300,0,0,42,0,0,0,0,0),(98575,23837,571,1,1,11686,0,4180.98,5246.49,43.5983,1.309,300,0,0,42,0,0,0,0,0),(98576,23837,571,1,1,11686,0,4181.7,5257.24,33.0113,4.66003,300,0,0,42,0,0,0,0,0),(98579,23837,571,1,1,11686,0,2033.74,-4083.85,219.8,2.79253,300,0,0,42,0,0,0,0,0),(98580,23837,571,1,1,11686,0,1839.45,-4146.39,224.137,4.29351,300,0,0,42,0,0,0,0,0),(98581,23837,571,1,1,11686,0,1941.01,-4046.79,215.445,2.72271,300,0,0,42,0,0,0,0,0),(98582,23837,571,1,1,11686,0,2017.56,-4005.72,219.409,4.03171,300,0,0,42,0,0,0,0,0),(98583,23837,571,1,1,11686,0,1606.75,-4183.57,272.604,5.8294,300,0,0,42,0,0,0,0,0),(98584,23837,571,1,1,11686,0,1943.56,-4063.97,214.617,5.07891,300,0,0,42,0,0,0,0,0),(98585,23837,571,1,1,11686,0,2016.23,-4106.58,219.248,5.91667,300,0,0,42,0,0,0,0,0),(98586,23837,571,1,1,11686,0,2031.76,-4200.17,213.747,1.78024,300,0,0,42,0,0,0,0,0),(98587,23837,571,1,1,11686,0,1776.27,-4046.83,236.358,4.62512,300,0,0,42,0,0,0,0,0),(98588,23837,571,1,1,11686,0,2044.24,-4157.65,217.35,3.05433,300,0,0,42,0,0,0,0,0),(98589,28701,571,1,1,26075,0,5871.05,714.891,643.176,1.29154,300,0,0,10635,0,0,0,0,0),(98590,23837,571,1,1,11686,0,2643.22,-3520.04,206.015,0.977384,300,0,0,42,0,0,0,0,0),(98591,23837,571,1,1,11686,0,2724.84,-3774.67,232.234,3.38594,300,0,0,42,0,0,0,0,0),(98592,23837,571,1,1,11686,0,2708.14,-3502.85,206.936,2.96706,300,0,0,42,0,0,0,0,0),(98593,23837,571,1,1,11686,0,2827.85,-425.946,119.97,0.645772,300,0,0,42,0,0,0,0,0),(98594,23837,571,1,1,11686,0,4483.5,5696.3,81.3945,4.90438,300,0,0,42,0,0,0,0,0),(98595,23837,571,1,1,11686,0,4466.91,5723.73,80.6648,3.71755,300,0,0,42,0,0,0,0,0),(98596,23837,571,1,1,11686,0,4496.74,5691.1,81.5033,0.610865,300,0,0,42,0,0,0,0,0),(98597,23837,571,1,1,11686,0,1466.52,-3433,172.612,3.01942,300,0,0,42,0,0,0,0,0),(98598,23837,571,1,1,11686,0,1313.9,-3416.65,178.679,5.46288,300,0,0,42,0,0,0,0,0),(98599,23837,571,1,1,11686,0,3138.47,2136.04,23.7628,6.03884,300,0,0,42,0,0,0,0,0),(98600,23837,571,1,1,11686,0,3191.62,2113.95,26.7284,5.48033,300,0,0,42,0,0,0,0,0),(98601,23837,571,1,1,11686,0,4522.66,5297.46,-28.6229,5.5676,300,0,0,42,0,0,0,0,0),(98602,23837,571,1,1,11686,0,4513.15,5297.08,-28.9333,0.750492,300,0,0,42,0,0,0,0,0),(98603,23837,571,1,1,11686,0,4511.17,5362.78,-31.5821,6.16101,300,0,0,42,0,0,0,0,0),(98604,23837,571,1,1,11686,0,-76.8402,-3675.36,13.3322,4.38078,300,0,0,42,0,0,0,0,0),(98605,23837,571,1,1,11686,0,-93.9092,-3671.83,13.1117,0.767945,300,0,0,42,0,0,0,0,0),(98606,23837,571,1,1,11686,0,-113.945,-3671.23,18.9019,6.17846,300,0,0,42,0,0,0,0,0),(98607,23837,571,1,1,11686,0,-61.7566,-3677.02,13.722,4.72984,300,0,0,42,0,0,0,0,0),(98608,23837,571,1,1,11686,0,-104.918,-3671.07,17.8014,3.82227,300,0,0,42,0,0,0,0,0),(98609,31517,571,1,1,11686,0,5698.82,606.17,646.398,0.610865,300,5,0,10282,0,1,0,0,0),(98610,23837,571,1,1,11686,0,2802.85,-3574.56,164.129,5.32325,300,0,0,42,0,0,0,0,0),(98611,23837,571,1,1,11686,0,2575.44,-3612.71,164.963,3.54302,300,0,0,42,0,0,0,0,0),(98612,23837,571,1,1,11686,0,2595.3,-3579.11,166.935,1.0472,300,0,0,42,0,0,0,0,0),(98613,23837,571,1,1,11686,0,2768.43,-3524.72,169.484,5.35816,300,0,0,42,0,0,0,0,0),(98614,23837,571,1,1,11686,0,2567.41,-3627.91,164.698,5.51524,300,0,0,42,0,0,0,0,0),(98615,27421,571,1,1,24630,0,4173.05,-4249.79,248.071,2.77631,300,5,0,9940,0,1,0,0,0),(98616,27421,571,1,1,24630,0,4196.54,-4193.1,216.373,2.23852,300,5,0,9940,0,1,0,0,0),(98617,23837,571,1,1,11686,0,3042,1399.95,121.204,3.00197,300,0,0,42,0,0,0,0,0),(98618,24349,571,1,1,22331,1,1969.99,-6142.63,25.0406,4.55531,300,0,0,8982,0,0,0,0,0),(98619,23837,571,1,1,11686,0,1696.48,-4242.51,245.796,2.37365,300,0,0,42,0,0,0,0,0),(98620,23837,571,1,1,11686,0,1849.87,-4185.69,215.354,4.88692,300,0,0,42,0,0,0,0,0),(98621,23837,571,1,1,11686,0,1955.55,-4201.78,210.221,0.733038,300,0,0,42,0,0,0,0,0),(98622,23837,571,1,1,11686,0,1852.86,-4038.32,210.686,6.17846,300,0,0,42,0,0,0,0,0),(98623,23837,571,1,1,11686,0,1961.71,-4255.76,212.074,4.7822,300,0,0,42,0,0,0,0,0),(98624,23837,571,1,1,11686,0,2011.27,-4171.46,214.945,4.46804,300,0,0,42,0,0,0,0,0),(98625,23837,571,1,1,11686,0,1993.95,-4015.58,217.625,1.32645,300,0,0,42,0,0,0,0,0),(98626,23837,571,1,1,11686,0,2027.09,-4042.51,223.48,5.39307,300,0,0,42,0,0,0,0,0),(98627,23837,571,1,1,11686,0,2508.05,-3513.7,185.787,2.19912,300,0,0,42,0,0,0,0,0),(98628,23837,571,1,1,11686,0,2638.32,-3397.25,184.073,5.46288,300,0,0,42,0,0,0,0,0),(98629,23837,571,1,1,11686,0,2676.24,-3502.28,205.412,5.41052,300,0,0,42,0,0,0,0,0),(98630,23837,571,1,1,11686,0,2638.1,-3381.49,184.863,1.11701,300,0,0,42,0,0,0,0,0),(98631,23837,571,1,1,11686,0,1391.22,-3422.14,180.594,5.61996,300,0,0,42,0,0,0,0,0),(98632,23837,571,1,1,11686,0,4496.96,5415.46,28.2036,3.07178,300,0,0,42,0,0,0,0,0),(98633,23837,571,1,1,11686,0,2663.96,-3512.74,165.448,5.53269,300,0,0,42,0,0,0,0,0),(98634,23837,571,1,1,11686,0,2785.3,-3549.21,170.29,5.44543,300,0,0,42,0,0,0,0,0),(98635,23837,571,1,1,11686,0,2796.32,-3565.11,165.594,5.34071,300,0,0,42,0,0,0,0,0),(98636,23837,571,1,1,11686,0,2707.84,-3492.93,163.416,1.48353,300,0,0,42,0,0,0,0,0),(98637,27421,571,1,1,24630,0,4142.92,-4169.86,212.881,4.41719,300,5,0,9940,0,1,0,0,0),(98638,23837,571,1,1,11686,0,2652.64,-3583.58,205.333,0.331613,300,0,0,42,0,0,0,0,0),(98639,23837,571,1,1,11686,0,2762.62,-3658.49,224.021,1.71042,300,0,0,42,0,0,0,0,0),(98640,24093,571,1,1,17612,0,1659.83,-4007.23,305.079,4.53786,300,0,0,42,0,0,0,0,0),(98641,23837,571,1,1,11686,0,4524.9,5341.74,-29.5059,2.9147,300,0,0,42,0,0,0,0,0),(98642,23837,571,1,1,11686,0,2728.28,-3466.7,161.456,5.86431,300,0,0,42,0,0,0,0,0),(98643,23837,571,1,1,11686,0,2563.33,-3639.39,165.676,2.61799,300,0,0,42,0,0,0,0,0),(98644,27421,571,1,1,24630,0,4170.87,-4241.06,246.446,5.7019,300,5,0,9940,0,1,0,0,0),(98645,23837,571,1,1,11686,0,2757.79,-3670.51,222.797,4.99164,300,0,0,42,0,0,0,0,0),(98646,23837,571,1,1,11686,0,3101.32,452.965,84.3589,1.97222,300,0,0,42,0,0,0,0,0),(98647,23837,571,1,1,11686,0,2496.7,-3515.96,184.834,0.383972,300,0,0,42,0,0,0,0,0),(98648,23837,571,1,1,11686,0,2673.43,-3491.12,206.751,1.309,300,0,0,42,0,0,0,0,0),(98649,23837,571,1,1,11686,0,2636.67,-3511.43,206.714,0.20944,300,0,0,42,0,0,0,0,0),(98650,23837,571,1,1,11686,0,3143.89,575.071,66.1232,2.72271,300,0,0,42,0,0,0,0,0),(98651,27421,571,1,1,24630,0,4113.53,-4134.87,197.319,3.52898,300,5,0,9940,0,1,0,0,0),(98652,23837,571,1,1,11686,0,2608.73,-3542.06,206.162,3.07178,300,0,0,42,0,0,0,0,0),(98653,23837,571,1,1,11686,0,2708.39,-3771.91,233.764,4.39823,300,0,0,42,0,0,0,0,0),(98654,23837,571,1,1,11686,0,2657.38,-3579.83,205.333,3.49066,300,0,0,42,0,0,0,0,0),(98655,23837,571,1,1,11686,0,2676.76,-3671.97,223.279,5.20108,300,0,0,42,0,0,0,0,0),(98656,27421,571,1,1,24630,0,4211.68,-4140.05,193.681,1.46215,300,5,0,9940,0,1,0,0,0),(98657,27933,571,1,1,24945,0,-172.869,-3579.65,1.57084,4.57276,300,0,0,6986,0,0,0,0,0),(98658,27421,571,1,1,24630,0,4496.45,-3722.49,221.89,5.49779,300,5,0,9940,0,1,0,0,0),(98659,27421,571,1,1,24630,0,4595.26,-3931.31,234.457,1.2266,300,5,0,9940,0,1,0,0,0),(98660,27421,571,1,1,24630,0,4601.49,-3925.86,237.578,3.49237,300,5,0,9940,0,1,0,0,0),(98661,27421,571,1,1,24630,0,4555.58,-3943.41,226.715,5.81954,300,5,0,9940,0,1,0,0,0),(98662,27421,571,1,1,24630,0,4580.56,-3759.36,233.269,5.20049,300,5,0,9940,0,1,0,0,0),(98663,27421,571,1,1,24630,0,4570.82,-3869.32,232.796,5.65238,300,5,0,9940,0,1,0,0,0),(98664,27421,571,1,1,24630,0,4559.38,-3719.41,228.472,3.33979,300,5,0,9940,0,1,0,0,0),(98665,27421,571,1,1,24630,0,4466.93,-3867.24,203.133,5.47008,300,5,0,9940,0,1,0,0,0),(98666,27421,571,1,1,24630,0,4462.2,-3737.41,220.682,2.10008,300,5,0,9940,0,1,0,0,0),(98667,27421,571,1,1,24630,0,4514.2,-3806.79,216.956,4.95793,300,5,0,9940,0,1,0,0,0),(98668,27421,571,1,1,24630,0,4559.44,-3857.04,226.53,2.46624,300,5,0,9940,0,1,0,0,0),(98669,27421,571,1,1,24630,0,4412.38,-4024.24,177.773,2.15087,300,5,0,9940,0,1,0,0,0),(98670,27421,571,1,1,24630,0,4440.24,-3955.15,183.623,4.54079,300,5,0,9940,0,1,0,0,0),(98671,27421,571,1,1,24630,0,4378.74,-4011.58,181.338,0.682527,300,5,0,9940,0,1,0,0,0),(98672,27421,571,1,1,24630,0,4366.31,-4067.88,182.984,5.14019,300,5,0,9940,0,1,0,0,0),(98673,27421,571,1,1,24630,0,4276.13,-4018.9,168.811,3.15331,300,5,0,9940,0,1,0,0,0),(98674,27421,571,1,1,24630,0,4221.9,-4103.92,187.275,2.49794,300,5,0,9940,0,1,0,0,0),(98675,27421,571,1,1,24630,0,4212.26,-4102.57,188.948,6.25423,300,5,0,9940,0,1,0,0,0),(98676,27421,571,1,1,24630,0,4434.94,-3732.29,228.811,0,300,5,0,9940,0,1,0,0,0),(98677,27421,571,1,1,24630,0,4449.59,-3780.05,213.463,2.52494,300,5,0,9940,0,1,0,0,0),(98678,27421,571,1,1,24630,0,4399.38,-3783.79,216.239,3.22955,300,5,0,9940,0,1,0,0,0),(98679,27421,571,1,1,24630,0,4475.16,-3870.36,205.337,3.21986,300,5,0,9940,0,1,0,0,0),(98680,27421,571,1,1,24630,0,4442.79,-3781.26,213.62,0.960877,300,5,0,9940,0,1,0,0,0),(98681,27421,571,1,1,24630,0,4538.46,-3745.95,226.098,4.32998,300,5,0,9940,0,1,0,0,0),(98682,27421,571,1,1,24630,0,4509.28,-3783.53,217.284,2.14759,300,5,0,9940,0,1,0,0,0),(98683,27421,571,1,1,24630,0,4381.12,-3683.73,256.192,2.01257,300,5,0,9940,0,1,0,0,0),(98684,27165,571,1,1,16169,0,3386.7,2499.47,-8.68997,3.97935,300,0,0,8982,0,0,0,0,0),(98685,27165,571,1,1,16169,0,3333.95,2500.75,-16.3483,0.261799,300,0,0,8982,0,0,0,0,0),(98686,27165,571,1,1,16169,0,3365.19,2499.01,-15.2912,3.00197,300,0,0,8982,0,0,0,0,0),(98687,27165,571,1,1,16169,0,3340.5,2488.45,-16.2712,1.50098,300,0,0,8982,0,0,0,0,0),(98688,27165,571,1,1,16169,0,3322.06,2491.34,-8.64869,0.349066,300,0,0,8982,0,0,0,0,0),(98689,27421,571,1,1,24630,0,4170.31,-4162.49,207.239,0.023433,300,5,0,9940,0,1,0,0,0),(98692,27421,571,1,1,24630,0,4398.67,-3973.67,180.279,0.160655,300,5,0,9940,0,1,0,0,0),(98693,27421,571,1,1,24630,0,4426.68,-3972.69,180.899,2.17125,300,5,0,9940,0,1,0,0,0),(98694,27421,571,1,1,24630,0,4442.99,-3963.49,183.369,2.37553,300,5,0,9940,0,1,0,0,0),(98695,27421,571,1,1,24630,0,4270.2,-3705.88,259.401,2.4434,300,5,0,9940,0,1,0,0,0),(98696,27421,571,1,1,24630,0,4268.33,-3698.2,258.695,4.30061,300,5,0,9940,0,1,0,0,0),(98697,27421,571,1,1,24630,0,4021.31,-3664.38,216.289,0.906583,300,5,0,9940,0,1,0,0,0),(98698,27421,571,1,1,24630,0,4071.33,-3539.74,253.004,0.566861,300,5,0,9940,0,1,0,0,0),(98699,27421,571,1,1,24630,0,4112.99,-3537.37,260.05,1.47694,300,5,0,9940,0,1,0,0,0),(98700,27421,571,1,1,24630,0,4075.52,-3532.24,251.382,4.71239,300,5,0,9940,0,1,0,0,0),(98701,23837,571,1,1,11686,0,5851.33,-3741.08,363.191,2.72271,300,0,0,42,0,0,0,0,0),(98702,23837,571,1,1,11686,0,5836.83,-3723.25,373.266,1.8675,300,0,0,42,0,0,0,0,0),(98703,23837,571,1,1,11686,0,5879.89,-3699.17,368.615,5.88176,300,0,0,42,0,0,0,0,0),(98704,23837,571,1,1,11686,0,5874.6,-3717.23,364.806,2.75762,300,0,0,42,0,0,0,0,0),(98705,23837,571,1,1,11686,0,5620.74,-3563.17,362.385,3.36848,300,0,0,42,0,0,0,0,0),(98706,23837,571,1,1,11686,0,5643.71,-3453.58,362.881,2.23402,300,0,0,42,0,0,0,0,0),(98707,23837,571,1,1,11686,0,5602.54,-3542.96,353.3,4.99164,300,0,0,42,0,0,0,0,0),(98708,23837,571,1,1,11686,0,5625.78,-3530.42,365.004,4.15388,300,0,0,42,0,0,0,0,0),(98711,23837,571,1,1,11686,0,5812.77,-3746.57,373.337,4.27606,300,0,0,42,0,0,0,0,0),(98712,23837,571,1,1,11686,0,5874.04,-3682.75,373.398,2.21657,300,0,0,42,0,0,0,0,0),(98714,23837,571,1,1,11686,0,5833.35,-3748.36,365.082,2.35619,300,0,0,42,0,0,0,0,0),(98715,23837,571,1,1,11686,0,5856.68,-3723.02,365.771,1.20428,300,0,0,42,0,0,0,0,0),(98716,23837,571,1,1,11686,0,6129.67,-3264.41,349.885,2.74017,300,0,0,42,0,0,0,0,0),(98717,23837,571,1,1,11686,0,6132.61,-3275.46,349.859,0.855211,300,0,0,42,0,0,0,0,0),(98718,23837,571,1,1,11686,0,6123.7,-3256.57,349.836,4.83456,300,0,0,42,0,0,0,0,0),(98719,23837,571,1,1,11686,0,6125.42,-3247.74,349.882,3.31613,300,0,0,42,0,0,0,0,0),(98720,23837,571,1,1,11686,0,6143.53,-3273.36,349.906,4.76475,300,0,0,42,0,0,0,0,0),(98721,23837,571,1,1,11686,0,6122.31,-3350.29,350.434,2.74017,300,0,0,42,0,0,0,0,0),(98722,23837,571,1,1,11686,0,6108.81,-3326.45,350.434,1.93731,300,0,0,42,0,0,0,0,0),(98723,23837,571,1,1,11686,0,6128.63,-3286.68,349.911,5.39307,300,0,0,42,0,0,0,0,0),(98724,23837,571,1,1,11686,0,6122.39,-3328.7,350.434,1.95477,300,0,0,42,0,0,0,0,0),(98725,23837,571,1,1,11686,0,6121.25,-3297.07,349.793,4.67748,300,0,0,42,0,0,0,0,0),(98726,23837,571,1,1,11686,0,6061.1,-3326.73,350.434,0.820305,300,0,0,42,0,0,0,0,0),(98727,23837,571,1,1,11686,0,6141.67,-3262.42,349.889,0.122173,300,0,0,42,0,0,0,0,0),(98728,23837,571,1,1,11686,0,6062.09,-3351.94,350.368,4.67748,300,0,0,42,0,0,0,0,0),(98729,23837,571,1,1,11686,0,6114.18,-3251.68,349.36,1.36136,300,0,0,42,0,0,0,0,0),(98730,23837,571,1,1,11686,0,4356.42,4261.19,100.127,5.91667,300,0,0,42,0,0,0,0,0),(98731,29981,571,1,1,26093,0,8191.64,-2270.77,1135.74,5.07173,300,0,0,10080,44070,0,0,0,0),(98732,29981,571,1,1,26093,0,8110.52,-2413.55,1160.23,1.95477,300,0,0,10080,44070,0,0,0,0),(98733,29469,571,1,1,26285,0,7598.8,-901.286,909.104,5.71942,300,5,0,11770,0,1,0,0,0),(98734,29469,571,1,1,27006,0,7401.88,-1459.71,930.649,0.755021,300,5,0,11770,0,1,0,0,0),(98735,29469,571,1,1,26285,0,7501.84,-1251.94,912.567,1.52273,300,0,0,11770,0,0,0,0,0),(98736,29469,571,1,1,26267,0,7497.72,-1262.36,913.603,1.39202,300,0,0,11770,0,0,0,0,0),(98737,29469,571,1,1,27006,0,7493.37,-1274.46,914.55,3.91215,300,5,0,11770,0,1,0,0,0),(98738,29469,571,1,1,26285,0,7500.48,-1281.5,916.008,3.91301,300,5,0,11770,0,1,0,0,0),(98739,29981,571,1,1,26093,0,8172.23,-2355.65,1140.47,6.13082,300,0,0,10080,44070,0,0,0,0),(98740,29981,571,1,1,26093,0,7809.66,-1826.27,1258.18,4.04916,300,0,0,10080,44070,0,0,0,0),(98741,29981,571,1,1,26093,0,7804.75,-1822.45,1258.86,4.13643,300,0,0,10080,44070,0,0,0,0),(98742,29981,571,1,1,26093,0,7953.84,-2218.5,1162.87,5.60251,300,0,0,10080,44070,0,0,0,0),(98743,29981,571,1,1,26093,0,7846.39,-1733.75,1275.41,3.90416,300,0,0,10080,44070,0,0,0,0),(98744,29469,571,1,1,27006,0,7336.48,-1382.21,910.198,3.76264,300,0,0,11770,0,2,0,0,0),(98745,29469,571,1,1,27006,0,7267.56,-1350.98,910.214,3.87247,300,5,0,11770,0,1,0,0,0),(98746,29469,571,1,1,27006,0,7380.06,-1474.66,927.075,0.614006,300,5,0,11770,0,1,0,0,0),(98747,29469,571,1,1,27006,0,7387.32,-1469.7,928.386,0.609685,300,5,0,11770,0,1,0,0,0),(98748,29469,571,1,1,27006,0,7351.42,-913.757,910.865,2.19005,300,5,0,11770,0,1,0,0,0),(98749,29981,571,1,1,26093,0,7794.02,-1768.66,1275.36,0.663225,300,0,0,10080,44070,0,0,0,0),(98750,29469,571,1,1,27006,0,7687.13,-1086.77,915.292,4.3882,300,5,0,11770,0,1,0,0,0),(98751,29469,571,1,1,26267,0,7273.83,-998.042,916.159,0.571562,300,5,0,11770,0,1,0,0,0),(98752,29469,571,1,1,26285,0,7443.39,-1212.04,905.957,2.62027,300,5,0,11770,0,1,0,0,0),(98753,29469,571,1,1,26267,0,7461.93,-1231.52,906.682,2.53158,300,5,0,11770,0,1,0,0,0),(98754,29469,571,1,1,27006,0,7459.41,-1221.86,907.54,2.53794,300,5,0,11770,0,1,0,0,0),(98755,29469,571,1,1,26285,0,7468.7,-1224.54,907.272,2.51782,300,5,0,11770,0,1,0,0,0),(98756,29981,571,1,1,26093,0,8225.61,-1604.95,1171.52,1.83486,300,0,0,10080,44070,0,0,0,0),(98757,29981,571,1,1,26093,0,7803.77,-1894.13,1257.94,1.62316,300,0,0,10080,44070,0,0,0,0),(98758,29981,571,1,1,26093,0,8044.51,-2409.96,1158.02,1.309,300,0,0,10080,44070,0,0,0,0),(98759,29469,571,1,1,27006,0,7586.42,-871.851,912.354,4.46267,300,5,0,11770,0,1,0,0,0),(98760,29469,571,1,1,27006,0,7451.6,-847.706,915.94,0.31752,300,5,0,11770,0,1,0,0,0),(98761,29981,571,1,1,26093,0,8206.2,-2378.6,1136.59,5.32325,300,0,0,10080,44070,0,0,0,0),(98762,29981,571,1,1,26093,0,8228.2,-2325.07,1134.95,-2.83166,300,0,0,10080,44070,0,0,0,0),(98763,29981,571,1,1,26093,0,8104.28,-1533.14,1220.2,5.20108,300,0,0,10080,44070,0,0,0,0),(98764,29469,571,1,1,26285,0,7532.36,-859.236,912.418,0.553252,300,5,0,11770,0,1,0,0,0),(98765,29981,571,1,1,26093,0,8262.3,-2261.11,1134.95,3.92699,300,0,0,10080,44070,0,0,0,0),(98766,29981,571,1,1,26093,0,8120.75,-2344.59,1158,4.24127,300,0,0,10080,44070,0,0,0,0),(98767,29981,571,1,1,26093,0,8233.2,-1606.98,1171.52,0.282942,300,0,0,10080,44070,0,0,0,0),(98768,29981,571,1,1,26093,0,7738,-1871.28,1257.98,5.40145,300,0,0,10080,44070,0,0,0,0),(98769,29981,571,1,1,26093,0,7840.33,-1703.16,1275.36,2.58309,300,0,0,10080,44070,0,0,0,0),(98770,29981,571,1,1,26093,0,7848.18,-1899.95,1258.17,2.61799,300,0,0,10080,44070,0,0,0,0),(98771,29981,571,1,1,26093,0,8244.19,-2409.57,1135.55,4.53786,300,0,0,10080,44070,0,0,0,0),(98772,29981,571,1,1,26093,0,8280.97,-2346.18,1136.4,3.03687,300,0,0,10080,44070,0,0,0,0),(98773,29981,571,1,1,26093,0,8004.57,-2273.85,1157.96,3.81408,300,0,0,10080,44070,0,0,0,0),(98774,29981,571,1,1,26093,0,7762.63,-1825.26,1257.94,4.2586,300,0,0,10080,44070,0,0,0,0),(98775,29981,571,1,1,26093,0,8152.3,-1624.86,1220.61,2.02458,300,0,0,10080,44070,0,0,0,0),(98776,29981,571,1,1,26093,0,8079.16,-2266.66,1158.42,2.82743,300,0,0,10080,44070,0,0,0,0),(98777,29981,571,1,1,26093,0,7753.84,-1866.68,1257.98,4.79965,300,0,0,10080,44070,0,0,0,0),(98778,29981,571,1,1,26093,0,8120.21,-2290.7,1159.51,3.85718,300,0,0,10080,44070,0,0,0,0),(98779,29981,571,1,1,26093,0,7860.86,-1745.51,1275.41,4.17134,300,0,0,10080,44070,0,0,0,0),(98780,29981,571,1,1,26093,0,7771.69,-1664.99,1282.36,5.58505,300,0,0,10080,44070,0,0,0,0),(98781,29981,571,1,1,26093,0,7979.16,-2303.12,1160.35,0.663225,300,0,0,10080,44070,0,0,0,0),(98782,29981,571,1,1,26093,0,8036.23,-2260.45,1160.28,4.69494,300,0,0,10080,44070,0,0,0,0),(98783,29981,571,1,1,26093,0,7820.97,-1859.32,1257.94,2.68781,300,0,0,10080,44070,0,0,0,0),(98784,29981,571,1,1,26093,0,7883.17,-1780.62,1274.69,2.47837,300,0,0,10080,44070,0,0,0,0),(98785,29981,571,1,1,26093,0,7762.1,-1676.95,1282.44,5.65487,300,0,0,10080,44070,0,0,0,0),(98786,29981,571,1,1,26093,0,7834.18,-1668.27,1277.74,4.50295,300,0,0,10080,44070,0,0,0,0),(98787,29981,571,1,1,26093,0,8078.73,-2348.69,1157.96,5.16617,300,0,0,10080,44070,0,0,0,0),(98788,29469,571,1,1,26267,0,7498.02,-1249.23,911.602,0.869092,300,0,0,11770,0,0,0,0,0),(98789,29469,571,1,1,26267,0,7522.2,-1408.47,947.829,0.382252,300,5,0,11770,0,1,0,0,0),(98790,29469,571,1,1,26267,0,7643.81,-1193.25,925.378,3.05272,300,5,0,11770,0,1,0,0,0),(98791,29469,571,1,1,26267,0,7292.35,-1261.21,908.549,2.63303,300,5,0,11770,0,1,0,0,0),(98792,29469,571,1,1,27006,0,7219.75,-1518.77,923.101,1.72376,300,5,0,11770,0,1,0,0,0),(98793,29469,571,1,1,26285,0,7260.41,-1475.84,916.793,5.81947,300,0,0,11770,0,2,0,0,0),(98794,29469,571,1,1,26267,0,7345.86,-1209.14,910.565,0.50116,300,5,0,11770,0,1,0,0,0),(98795,29469,571,1,1,27006,0,7295.51,-1312.46,907.552,4.23914,300,5,0,11770,0,1,0,0,0),(98796,25374,571,1,1,23164,1,4514.34,5714.3,81.658,4.31096,300,0,0,7984,0,0,0,0,0),(98797,24862,571,1,1,17188,0,3570.31,5559.82,39.4457,2.56563,300,0,0,8982,3155,0,0,0,0),(98798,30238,571,1,1,26886,1,5068.43,-629.148,214.284,5.51524,300,0,0,24350,3893,0,0,0,0),(98799,30238,571,1,1,26888,1,5082.01,-625.11,216.515,5.2709,300,0,0,24350,3893,0,0,0,0),(98800,30238,571,1,1,26885,1,5081.81,-522.812,212.654,1.97222,300,0,0,24350,3893,0,0,0,0),(98801,30238,571,1,1,26888,1,5080.7,-569.698,219.916,0.122173,300,0,0,24350,3893,0,0,0,0),(98802,30238,571,1,1,26886,1,5081.61,-617.582,217.557,2.33874,300,0,0,24350,3893,0,0,0,0),(98803,28702,571,1,1,25618,0,5860.99,707.239,643.355,4.39823,300,0,0,8508,7981,0,0,0,0),(98804,24094,571,1,1,17612,0,1633.04,-4245.32,306.269,4.53786,300,0,0,42,0,0,0,0,0),(98805,24862,571,1,1,17188,0,3617.58,5466.86,42.196,3.05433,300,0,0,8982,3155,0,0,0,0),(98806,26910,571,1,1,24150,0,577.173,-4950.83,18.0981,3.33358,300,0,0,7181,0,0,0,0,0),(98807,30238,571,1,1,26888,1,5055.7,-608.177,219.479,5.32325,300,0,0,24350,3893,0,0,0,0),(98808,30238,571,1,1,26886,1,5088.22,-518.023,212,0.296706,300,0,0,24350,3893,0,0,0,0),(98809,30238,571,1,1,26888,1,5075,-574.558,220.396,3.14159,300,0,0,24350,3893,0,0,0,0),(98810,30238,571,1,1,26887,1,5099.19,-502.243,198.972,0.523599,300,0,0,24350,3893,0,0,0,0),(98811,30238,571,1,1,26887,1,5056.84,-609.696,219.297,2.23402,300,0,0,24350,3893,0,0,0,0),(98812,30238,571,1,1,26888,1,5094.51,-494.455,198.744,0.645772,300,0,0,24350,3893,0,0,0,0),(98813,24862,571,1,1,17188,0,3601.51,5541.26,44.6381,5.70723,300,0,0,8982,3155,0,0,0,0),(98814,27422,571,1,1,24631,1,4375.69,-2913.61,309.611,4.99164,300,0,0,8982,0,0,0,0,0),(98815,30238,571,1,1,26887,1,5104.11,-706.262,180.66,6.21337,300,0,0,24350,3893,0,0,0,0),(98816,30238,571,1,1,26886,1,5101.87,-713.278,180.709,6.14356,300,0,0,24350,3893,0,0,0,0),(98817,24862,571,1,1,17188,0,3724.25,5667.23,46.0929,3.50811,300,0,0,8982,3155,0,0,0,0),(98818,24862,571,1,1,17188,0,3565.96,5622.61,35.5721,6.00393,300,0,0,8982,3155,0,0,0,0),(98819,24350,571,1,1,22333,1,1875.3,-6177.57,24.2259,1.78024,300,0,0,8982,0,0,0,0,0),(98820,28958,571,1,1,25807,0,5811.09,596.242,652.834,4.59022,300,0,0,8508,7981,0,0,0,0),(98821,24862,571,1,1,17188,0,3545.7,5493.18,40.1168,0.034907,300,0,0,8982,3155,0,0,0,0),(98822,24862,571,1,1,17188,0,3644.44,5647.64,46.4673,0.541052,300,0,0,8982,3155,0,0,0,0),(98823,24862,571,1,1,17188,0,3714.01,5537.52,48.7087,4.86947,300,0,0,8982,3155,0,0,0,0),(98824,27678,571,1,1,23185,1,4815.1,1288.13,178.722,2.23402,300,0,0,41128,34660,0,0,0,0),(98828,23839,571,1,1,21798,1,1390.44,-3460.81,174.984,4.36332,300,0,0,6986,0,0,0,0,0),(98829,23839,571,1,1,21797,1,1377.93,-3164.78,183.969,0.628319,300,0,0,6986,0,0,0,0,0),(98830,27167,571,1,1,24370,1,692.413,-2877.2,2.47361,1.76278,300,0,0,35928,0,0,0,0,0),(98831,27167,571,1,1,24370,1,833.8,-2885.68,5.61023,0.907571,300,0,0,35928,0,0,0,0,0),(98832,27167,571,1,1,24370,1,726.632,-2897.08,7.2449,5.72468,300,0,0,35928,0,0,0,0,0),(98833,28191,571,1,1,23319,0,5355.12,5814.42,-74.0425,0.418879,300,0,0,8800,8139,0,0,0,0),(98834,30239,571,1,1,26892,1,5590.62,-685.186,206.71,6.12611,300,0,0,10080,8814,0,0,0,0),(98835,32287,571,1,1,27886,0,5802.43,843.318,680.249,4.66003,300,0,0,10080,8814,0,0,0,0),(98836,23839,571,1,1,21797,1,1344.2,-3455.25,176.137,5.11381,300,0,0,6986,0,0,0,0,0),(98837,29727,571,1,1,26453,0,6646.01,-233.49,949.35,0.383972,300,0,0,126000,0,0,0,0,0),(98838,27167,571,1,1,24370,1,788.125,-2861.25,4.04232,3.71755,300,0,0,35928,0,0,0,0,0),(98839,27167,571,1,1,24370,1,770.799,-2918.86,7.24414,1.50098,300,0,0,35928,0,0,0,0,0),(98840,27167,571,1,1,24370,1,826.569,-2937.06,8.60574,5.96903,300,0,0,35928,0,0,0,0,0),(98841,26911,571,1,1,24152,0,554.88,-5018.89,11.5043,1.8326,300,0,0,7181,0,0,0,0,0),(98842,28703,571,1,1,25619,0,5889.27,698.529,643.266,1.6057,300,0,0,8508,7981,0,0,0,0),(98843,24863,571,1,1,22674,0,3289.84,-4717.45,298.593,1.59911,300,5,0,4491,0,1,0,0,0),(98844,23839,571,1,1,21798,1,1336.87,-3448.24,175.824,3.15905,300,0,0,6986,0,0,0,0,0),(98845,23839,571,1,1,21798,1,1393.19,-3460.78,174.984,5.34071,300,0,0,6986,0,0,0,0,0),(98846,24863,571,1,1,22674,0,3286.75,-4703.28,295.037,5.31415,300,5,0,4491,0,1,0,0,0),(98847,23839,571,1,1,21798,1,1372.98,-3195.41,183.968,5.21853,300,0,0,6986,0,0,0,0,0),(98848,24863,571,1,1,22674,0,2625.71,-4967.58,335.216,2.48708,300,5,0,4491,0,1,0,0,0),(98850,23839,571,1,1,21797,1,1337.96,-3453.49,175.844,4.2586,300,0,0,6986,0,0,0,0,0),(98851,23839,571,1,1,21798,1,1334.72,-3187.53,183.969,3.64774,300,0,0,6986,0,0,0,0,0),(98852,23839,571,1,1,21798,1,1363.4,-3200.67,183.968,5.16617,300,0,0,6986,0,0,0,0,0),(98853,26655,571,1,1,23979,0,3715.42,2007.22,22.382,1.39812,300,0,0,9610,3309,0,0,0,0),(98854,27423,571,1,1,24632,0,4379.31,-2921.89,309.674,2.54818,300,0,0,8982,0,0,0,0,0),(98858,23840,571,1,1,21802,1,1332.72,-3357.35,206.473,4.2237,300,0,0,10635,0,0,0,0,0),(98859,25376,571,1,1,14502,0,4538.46,5886.04,62.5341,4.69494,300,0,0,33635,0,0,0,0,0),(98860,26912,571,1,1,24148,0,537.788,-5020.13,10.6239,0.907571,300,0,0,7181,0,0,0,0,0),(98861,23840,571,1,1,21804,1,1453.34,-3375.81,201.847,4.7822,300,0,0,10635,0,0,0,0,0),(98862,23840,571,1,1,21802,1,1407.73,-3377.09,201.923,4.60767,300,0,0,10635,0,0,0,0,0),(98863,29984,571,1,1,27092,0,8299.17,-1185.58,974.322,0.750492,300,0,0,50400,0,0,0,0,0),(98864,29984,571,1,1,27092,0,8260.32,-1340.17,1078.09,0.488692,300,0,0,50400,0,0,0,0,0),(1974609,28998,571,1,1,0,0,6173.8,-2018.22,590.879,2.96344,300,0,0,550001,0,0,0,0,0),(98866,28704,571,1,1,25620,0,5878.11,696.354,644.913,4.06662,300,0,0,8508,7981,0,0,0,0),(98867,23840,571,1,1,21803,1,1322.82,-3352.27,206.473,4.45059,300,0,0,10635,0,0,0,0,0),(98868,23840,571,1,1,21804,1,1378.97,-3199.35,183.967,5.02655,300,0,0,10635,0,0,0,0,0),(98869,23840,571,1,1,21804,1,1496.68,-3271.43,189.086,1.76278,300,0,0,10635,0,0,0,0,0),(98870,23840,571,1,1,21802,1,1496,-3325.55,191.425,4.57276,300,0,0,10635,0,0,0,0,0),(98871,23840,571,1,1,21803,1,1501.74,-3322.76,191.425,0.034907,300,0,0,10635,0,0,0,0,0),(98872,23840,571,1,1,21801,1,1473.27,-3369.63,210.898,0.401426,300,0,0,10635,0,0,0,0,0),(98873,29984,571,1,1,27092,0,8258.12,-1373.83,1078.09,0.244346,300,0,0,50400,0,0,0,0,0),(98874,29984,571,1,1,27092,0,8480.35,-1568.62,1023.09,5.65487,300,0,0,50400,0,0,0,0,0),(98875,23840,571,1,1,21801,1,1386.37,-3166.08,183.968,0.314159,300,0,0,10635,0,0,0,0,0),(98876,23840,571,1,1,21804,1,1295.85,-3330.87,206.62,3.76991,300,0,0,10635,0,0,0,0,0),(98877,23840,571,1,1,21802,1,1442.53,-3376.49,201.847,4.76475,300,0,0,10635,0,0,0,0,0),(98878,23840,571,1,1,21804,1,1470.64,-3374.9,210.898,4.99164,300,0,0,10635,0,0,0,0,0),(98879,23840,571,1,1,21803,1,1363.41,-3207.85,183.967,5.23599,300,0,0,10635,0,0,0,0,0),(98880,23840,571,1,1,21802,1,1499.92,-3303.88,180.042,0.191986,300,0,0,10635,0,0,0,0,0),(98881,23840,571,1,1,21803,1,1331.59,-3195.27,183.968,3.59538,300,0,0,10635,0,0,0,0,0),(98882,23840,571,1,1,21803,1,1418.53,-3377.46,201.923,4.67748,300,0,0,10635,0,0,0,0,0),(98883,23840,571,1,1,21803,1,1303.91,-3338.44,206.62,3.92699,300,0,0,10635,0,0,0,0,0),(98884,23840,571,1,1,21801,1,1502.67,-3273.76,189.086,0.471239,300,0,0,10635,0,0,0,0,0),(98885,23840,571,1,1,21801,1,1500.87,-3292.88,180.042,0.174533,300,0,0,10635,0,0,0,0,0),(152178,24879,571,1,1,0,0,7153.77,-2248.02,759.305,3.31622,300,5,0,42,0,1,0,0,0),(152177,24879,571,1,1,0,0,6992.55,-2141.33,737.069,3.31622,300,5,0,42,0,1,0,0,0),(152176,24879,571,1,1,0,0,6926.17,-2091.55,805.349,3.31622,300,5,0,42,0,1,0,0,0),(152175,24879,571,1,1,0,0,6286.04,-1323.4,426.505,3.31622,300,5,0,42,0,1,0,0,0),(152174,24879,571,1,1,0,0,6503.32,-1038.15,485.395,2.5426,300,5,0,42,0,1,0,0,0),(152173,24879,571,1,1,0,0,5925.67,-626.371,478.491,2.5426,300,5,0,42,0,1,0,0,0),(152172,24879,571,1,1,0,0,6286.04,-576.583,424.563,2.5426,300,5,0,42,0,1,0,0,0),(98893,29984,571,1,1,27092,0,8429.67,-1349.91,974.322,0.418879,300,0,0,50400,0,0,0,0,0),(98894,29984,571,1,1,27092,0,8175.31,-1172.64,974.322,2.05949,300,0,0,50400,0,0,0,0,0),(98895,27680,571,1,1,984,0,3743.79,955.309,53.8455,3.76991,300,0,0,10635,10683,0,0,0,0),(98896,27424,571,1,1,24305,1,4423.45,-2342.63,203.121,3.87463,300,0,0,11928,0,0,0,0,0),(98897,27424,571,1,1,24306,1,4446.74,-2345.94,200.338,3.85718,300,0,0,11928,0,0,0,0,0),(98898,27424,571,1,1,24305,1,4401.3,-2354.75,215.541,2.77765,300,0,0,11928,0,0,0,0,0),(98899,27424,571,1,1,24306,1,4329.54,-2351.51,223.515,4.46804,300,0,0,11928,0,0,0,0,0),(98900,27424,571,1,1,24306,1,4268.67,-2362.47,226.163,4.32842,300,0,0,11928,0,0,0,0,0),(98901,27424,571,1,1,24305,1,4433.22,-2394.43,221.232,3.75246,300,0,0,11928,0,0,0,0,0),(98902,27424,571,1,1,24306,1,4442.8,-2374.92,213.435,3.71755,300,0,0,11928,0,0,0,0,0),(98903,27424,571,1,1,24306,1,4470.05,-2258.33,181.271,4.79965,300,0,0,11928,0,0,0,0,0),(98904,27424,571,1,1,24306,1,4297.08,-2354.29,227.713,2.30034,300,0,0,11928,0,0,0,0,0),(98905,27424,571,1,1,24303,1,4286.95,-2385.36,231.564,5.5676,300,0,0,11928,0,0,0,0,0),(98906,27424,571,1,1,24306,1,4288.88,-2383.78,231.74,5.46288,300,0,0,11928,0,0,0,0,0),(98907,27424,571,1,1,24303,1,4356.89,-2360.69,221.451,4.06662,300,0,0,11928,0,0,0,0,0),(98908,27424,571,1,1,24306,1,4400.69,-2382.1,224.575,4.03171,300,0,0,11928,0,0,0,0,0),(98909,27424,571,1,1,24306,1,4392.62,-2355.65,216.89,0.845533,300,0,0,11928,0,0,0,0,0),(98910,27424,571,1,1,24305,1,4403.81,-2385.43,223.583,3.40339,300,0,0,11928,0,0,0,0,0),(98911,27424,571,1,1,24305,1,4308.79,-2381.74,230.757,5.99904,300,0,0,11928,0,0,0,0,0),(98914,28960,571,1,1,0,0,6144.01,-2011.8,590.963,6.16101,300,0,0,4979,0,0,0,0,0),(98915,27424,571,1,1,24305,1,4248.17,-2347.46,225.607,3.89208,300,0,0,11928,0,0,0,0,0),(98916,27424,571,1,1,24306,1,4231.77,-2393.83,229.15,0.15708,300,0,0,11928,0,0,0,0,0),(98917,27424,571,1,1,24305,1,4227.11,-2366.45,228.792,4.83456,300,0,0,11928,0,0,0,0,0),(98918,27424,571,1,1,24305,1,4209.29,-2382.64,229.445,3.36848,300,0,0,11928,0,0,0,0,0),(98919,27424,571,1,1,24306,1,4246.1,-2372.89,226.495,4.74729,300,0,0,11928,0,0,0,0,0),(152171,24879,571,1,1,0,0,7419.3,-903.758,909.254,6.10438,300,5,0,42,0,1,0,0,0),(152170,24879,571,1,1,0,0,8234.87,-690.383,927.345,6.10438,300,5,0,42,0,1,0,0,0),(152169,24879,571,1,1,0,0,7585.26,-292.083,1126.52,6.10438,300,5,0,42,0,1,0,0,0),(98923,29984,571,1,1,27092,0,8243.78,-2405.19,1135.75,-1.47846,300,0,0,50400,0,0,0,0,0),(98924,29984,571,1,1,27092,0,8529.18,-1553.55,980.014,5.49779,300,0,0,50400,0,0,0,0,0),(98925,29984,571,1,1,27092,0,7742.94,-1880.57,1258.02,1.04233,300,0,0,50400,0,0,0,0,0),(98926,29984,571,1,1,27092,0,7746.75,-1813.7,1258.09,-0.586795,300,0,0,50400,0,0,0,0,0),(98927,29984,571,1,1,27092,0,7856.55,-1744.6,1275.41,-0.208904,300,0,0,50400,0,0,0,0,0),(98928,29984,571,1,1,27092,0,7887.84,-1785.43,1274.59,2.18526,300,0,0,50400,0,0,0,0,0),(98929,29984,571,1,1,27092,0,8239.57,-1477.25,1072.47,3.735,300,0,0,50400,0,0,0,0,0),(98930,29984,571,1,1,27092,0,7741.53,-1873.9,1257.98,2.50184,300,0,0,50400,0,0,0,0,0),(98931,29984,571,1,1,27092,0,7769.72,-1694.72,1285.22,1.73139,300,0,0,50400,0,0,0,0,0),(98932,29984,571,1,1,27092,0,7832.89,-1670.06,1277.7,2.36903,300,0,0,50400,0,0,0,0,0),(98933,29984,571,1,1,27092,0,8281.42,-2341.8,1136.17,-1.67164,300,0,0,50400,0,0,0,0,0),(98934,29984,571,1,1,27092,0,8263.29,-2265.4,1134.95,1.79802,300,0,0,50400,0,0,0,0,0),(98935,29984,571,1,1,27092,0,8075.13,-2264.91,1158.4,-0.408979,300,0,0,50400,0,0,0,0,0),(98936,29984,571,1,1,27092,0,8050.39,-2222.47,1206.41,4.08407,300,0,0,50400,0,0,0,0,0),(98937,29984,571,1,1,27092,0,8104.41,-2263.19,1206.61,5.28835,300,0,0,50400,0,0,0,0,0),(98938,29984,571,1,1,27092,0,8073.2,-2251.08,1206.93,3.31613,300,0,0,50400,0,0,0,0,0),(98939,29984,571,1,1,27092,0,7769.5,-1668.81,1282.36,1.04894,300,0,0,50400,0,0,0,0,0),(98940,29984,571,1,1,27092,0,8045.12,-2346.11,1158,2.87025,300,0,0,50400,0,0,0,0,0),(98941,29984,571,1,1,27092,0,8118.75,-2348.51,1158,1.09968,300,0,0,50400,0,0,0,0,0),(98942,29984,571,1,1,27092,0,8128.43,-2250.7,1207.28,4.43314,300,0,0,50400,0,0,0,0,0),(98943,29984,571,1,1,27092,0,8152.56,-1629.24,1220.19,1.63115,300,0,0,50400,0,0,0,0,0),(98944,29984,571,1,1,27092,0,8107.4,-1536.23,1220.46,2.3617,300,0,0,50400,0,0,0,0,0),(98945,29984,571,1,1,27092,0,7994.47,-2263.11,1158,-0.130503,300,0,0,50400,0,0,0,0,0),(98946,29984,571,1,1,27092,0,7848.31,-1904.33,1258.57,1.601,300,0,0,50400,0,0,0,0,0),(98947,27425,571,1,1,24633,0,4301.35,-2951.37,317.195,2.09439,300,0,0,8034,0,0,0,0,0),(98948,29729,571,1,1,26457,1,6621.96,-174.731,963.086,2.75762,300,0,0,50400,0,0,0,0,0),(98949,29729,571,1,1,26455,1,6677.39,-255.396,954.745,1.76278,300,0,0,50400,0,0,0,0,0),(98950,29729,571,1,1,26457,1,6651.4,-277.14,983.378,3.31613,300,0,0,50400,0,0,0,0,0),(98951,29729,571,1,1,26457,1,6636.05,-263.891,981.138,4.97419,300,0,0,50400,0,0,0,0,0),(98952,28705,571,1,1,25621,0,5707.61,715.535,642.472,0.837758,300,0,0,10635,0,0,0,0,0),(98953,25377,571,1,1,11402,0,3804.87,3735.83,56.206,5.42528,300,0,0,929,0,0,0,0,0),(98954,14881,571,1,1,9829,0,1014.61,-5609.5,223.198,1.04989,300,5,0,8,0,1,0,0,0),(98955,29729,571,1,1,26456,1,6645.83,-250.017,963.707,6.17846,300,0,0,50400,0,0,0,0,0),(98956,29729,571,1,1,26457,1,6625.82,-160.452,964.525,3.54302,300,0,0,50400,0,0,0,0,0),(98957,29729,571,1,1,26455,1,6655.21,-311.537,989.499,1.81514,300,0,0,50400,0,0,0,0,0),(98958,29473,571,1,1,26293,0,6113.34,-1084.83,402.918,0.593412,300,0,0,11770,0,0,0,0,0),(98959,26913,571,1,1,24153,0,548.9,-5021.24,11.0368,1.71042,300,0,0,7181,0,0,0,0,0),(98960,29729,571,1,1,26455,1,6651.37,-312.164,989.498,1.74533,300,0,0,50400,0,0,0,0,0),(98961,25377,571,1,1,11402,0,3817.21,3748.46,53.6079,4.78365,300,0,0,929,0,0,0,0,0),(98962,30241,571,1,1,26891,1,5056.56,-591.713,220.055,0.628319,300,0,0,12600,3994,0,0,0,0),(98963,14881,571,1,1,9829,0,934.502,-5671.87,225.923,3.43821,300,5,0,8,0,1,0,0,0),(98964,14881,571,1,1,1160,0,2737.89,-3676.84,221.847,5.14625,300,5,0,8,0,1,0,0,0),(98965,14881,571,1,1,1160,0,1589.71,-5303.5,199.628,3.32803,300,5,0,8,0,1,0,0,0),(98966,25377,571,1,1,11402,0,3809.59,3735.97,55.1861,2.07871,300,5,0,929,0,1,0,0,0),(98967,25377,571,1,1,11402,0,3807.45,3732.58,55.378,1.94885,300,5,0,929,0,1,0,0,0),(98968,25377,571,1,1,11402,0,3811.48,3734.61,54.4361,4.83924,300,5,0,929,0,1,0,0,0),(98969,25377,571,1,1,11402,0,3808.25,3726.66,54.003,2.73197,300,5,0,929,0,1,0,0,0),(98970,25377,571,1,1,11402,0,3811.45,3728.79,53.878,5.97072,300,5,0,929,0,1,0,0,0),(98971,25377,571,1,1,11402,0,3823.3,3750.34,54.9361,0.458777,300,5,0,929,0,1,0,0,0),(98972,25377,571,1,1,11402,0,3829.16,3748.81,54.4361,3.90966,300,5,0,929,0,1,0,0,0),(98973,25377,571,1,1,11402,0,3824.04,3748.09,54.1861,5.40999,300,5,0,929,0,1,0,0,0),(98974,25377,571,1,1,11402,0,3829.05,3746.45,53.6861,1.91716,300,5,0,929,0,1,0,0,0),(98975,25377,571,1,1,11402,0,3821.87,3746.88,53.3111,1.42239,300,5,0,929,0,1,0,0,0),(98976,14881,571,1,1,2536,0,2577.45,-3546.78,205.656,4.79421,300,5,0,8,0,1,0,0,0),(98977,14881,571,1,1,2536,0,2663.15,-3524.17,205.375,6.21693,300,5,0,8,0,1,0,0,0),(98978,14881,571,1,1,9829,0,1446.1,-5317.22,198.133,0.311009,300,5,0,8,0,1,0,0,0),(98979,14881,571,1,1,9829,0,2437.54,-3563.91,233.196,2.13173,300,5,0,8,0,1,0,0,0),(98980,14881,571,1,1,9829,0,2609.68,-3428.36,184.261,2.2469,300,5,0,8,0,1,0,0,0),(98981,14881,571,1,1,2536,0,2536.78,-3488.42,184.188,2.3379,300,5,0,8,0,1,0,0,0),(98982,14881,571,1,1,1160,0,2671.03,-3578.48,205.315,0.778793,300,5,0,8,0,1,0,0,0),(98983,14881,571,1,1,1160,0,2680.48,-3552.92,205.375,1.71004,300,5,0,8,0,1,0,0,0),(98984,14881,571,1,1,9829,0,2561.23,-3448.98,184.522,0.175504,300,5,0,8,0,1,0,0,0),(98985,14881,571,1,1,1160,0,2752.78,-3721.35,221.847,4.64441,300,5,0,8,0,1,0,0,0),(98986,14881,571,1,1,1160,0,2650.55,-3738.39,246.566,6.01329,300,5,0,8,0,1,0,0,0),(98987,25377,571,1,1,11402,0,3872.57,3723.95,49.0902,0.662183,300,5,0,929,0,1,0,0,0),(98988,25377,571,1,1,11402,0,3873.38,3720.42,48.7152,5.99778,300,5,0,929,0,1,0,0,0),(98989,25377,571,1,1,11402,0,3859.92,3719.1,47.6457,3.13271,300,5,0,929,0,1,0,0,0),(98990,25377,571,1,1,11402,0,3869.15,3724.35,49.0902,4.09492,300,5,0,929,0,1,0,0,0),(98991,25377,571,1,1,11402,0,3870.48,3722.36,49.0902,1.13927,300,5,0,929,0,1,0,0,0),(98992,25377,571,1,1,11402,0,3863.18,3722.03,48.5207,2.81807,300,5,0,929,0,1,0,0,0),(98993,25377,571,1,1,11402,0,3856.13,3780.23,57.5514,0.98113,300,5,0,929,0,1,0,0,0),(98994,25377,571,1,1,11402,0,3862.52,3780.48,56.1764,0.614224,300,5,0,929,0,1,0,0,0),(98995,25377,571,1,1,11402,0,3851.25,3777.09,56.6764,5.35622,300,5,0,929,0,1,0,0,0),(98996,25377,571,1,1,11402,0,3855.15,3778.23,56.6764,5.0552,300,5,0,929,0,1,0,0,0),(98997,25377,571,1,1,11402,0,3853.2,3774.09,55.6764,0.845869,300,5,0,929,0,1,0,0,0),(98998,25377,571,1,1,11402,0,3857.89,3772.62,54.4264,3.78059,300,5,0,929,0,1,0,0,0),(98999,25377,571,1,1,11402,0,3843.23,3758.85,55.2104,3.59014,300,5,0,929,0,1,0,0,0),(99000,25377,571,1,1,11402,0,3848.34,3759.12,53.5854,3.02674,300,5,0,929,0,1,0,0,0),(99001,25377,571,1,1,11402,0,3854.54,3760.16,51.0854,3.06775,300,5,0,929,0,1,0,0,0),(99002,25377,571,1,1,11402,0,3846.38,3754.55,53.3354,4.84496,300,5,0,929,0,1,0,0,0),(99003,25377,571,1,1,11402,0,3848.96,3753.86,51.9604,5.33268,300,5,0,929,0,1,0,0,0),(99004,25377,571,1,1,11402,0,3839.43,3755.79,55.4604,2.73309,300,5,0,929,0,1,0,0,0),(99005,29729,571,1,1,26456,1,6711.13,-221.466,949.832,3.62063,300,5,0,50400,0,1,0,0,0),(99006,23842,571,1,1,21808,1,1340.24,-3468.75,173.08,5.11381,300,0,0,42540,0,0,0,0,0),(99007,23842,571,1,1,21806,1,1373.94,-3174.27,162.904,3.68265,300,0,0,42540,0,0,0,0,0),(99008,23842,571,1,1,21809,1,1365.1,-3171.7,153.576,5.0091,300,0,0,42540,0,0,0,0,0),(99009,23842,571,1,1,21809,1,1366.28,-3173.24,153.576,4.99164,300,0,0,42540,0,0,0,0,0),(99010,23842,571,1,1,21808,1,1363.71,-3174.79,153.576,5.44543,300,0,0,42540,0,0,0,0,0),(99011,23842,571,1,1,21807,1,1360.66,-3171.02,153.576,5.42797,300,0,0,42540,0,0,0,0,0),(99012,23842,571,1,1,21809,1,1361.95,-3176.6,153.576,5.81195,300,0,0,42540,0,0,0,0,0),(99013,23842,571,1,1,21808,1,1361.22,-3173.66,153.576,5.63741,300,0,0,42540,0,0,0,0,0),(41812,33089,603,3,16,0,0,1622.45,-321.156,417.619,4.67748,10,20,0,1,0,1,0,0,0),(99018,26914,571,1,1,24154,0,588.854,-4938.71,28.1742,4.45059,300,0,0,7181,0,0,0,0,0),(99019,23842,571,1,1,21807,1,1345.03,-3189.69,162.904,0.488692,300,0,0,42540,0,0,0,0,0),(99020,23842,571,1,1,21809,1,1325.73,-3459.16,173.854,3.63029,300,0,0,42540,0,0,0,0,0),(99021,23842,571,1,1,21807,1,1376.99,-3206,162.908,5.16617,300,0,0,42540,0,0,0,0,0),(99022,23842,571,1,1,21809,1,1342.64,-3185.22,162.904,0.506145,300,0,0,42540,0,0,0,0,0),(99023,23842,571,1,1,21808,1,1365.42,-3169.74,153.576,4.97419,300,0,0,42540,0,0,0,0,0),(99024,23842,571,1,1,21808,1,1363.14,-3171.13,153.576,5.34071,300,0,0,42540,0,0,0,0,0),(99025,23842,571,1,1,21808,1,1360.56,-3168.38,153.576,5.25344,300,0,0,42540,0,0,0,0,0),(99026,23842,571,1,1,21807,1,1362.87,-3167.21,153.576,5.06145,300,0,0,42540,0,0,0,0,0),(99027,23842,571,1,1,21808,1,1368.54,-3172.83,153.659,4.57276,300,0,0,42540,0,0,0,0,0),(99029,28706,571,1,1,25622,0,5860.29,749.055,640.564,5.13127,300,0,0,8508,7981,2,0,0,0),(99030,23842,571,1,1,21808,1,1442.64,-3218.09,162.829,4.60767,300,0,0,42540,0,0,0,0,0),(99031,23842,571,1,1,21809,1,1378.76,-3468.76,172.854,4.59022,300,0,0,42540,0,0,0,0,0),(99032,23842,571,1,1,21807,1,1338.95,-3202.37,162.886,2.1293,300,0,0,42540,0,0,0,0,0),(99033,23842,571,1,1,21809,1,1356.61,-3461.37,174.976,5.07891,300,0,0,42540,0,0,0,0,0),(99034,23842,571,1,1,21806,1,1333.6,-3284.38,174.722,5.60251,300,0,0,42540,0,0,0,0,0),(99035,23842,571,1,1,21808,1,1326.28,-3441.11,175.02,3.33358,300,0,0,42540,0,0,0,0,0),(99036,23842,571,1,1,21808,1,1369.53,-3209.91,162.908,5.21853,300,0,0,42540,0,0,0,0,0),(99037,23842,571,1,1,21808,1,1371.71,-3221.61,160.973,5.32325,300,0,0,42540,0,0,0,0,0),(99038,24098,571,1,1,11686,0,1961.58,-4036.9,217.939,1.76278,300,0,0,42,0,0,0,0,0),(99039,23842,571,1,1,21809,1,1382.31,-3360.95,182.365,1.37881,300,0,0,42540,0,0,0,0,0),(99040,23842,571,1,1,21807,1,1431.34,-3183.7,163.081,3.24631,300,0,0,42540,0,0,0,0,0),(99041,23842,571,1,1,21806,1,1383.88,-3178.79,162.886,2.07694,300,0,0,42540,0,0,0,0,0),(99042,23842,571,1,1,21809,1,1422.41,-3316.45,168.561,2.04204,300,0,0,42540,0,0,0,0,0),(99043,23842,571,1,1,21809,1,1387.91,-3176.61,162.886,1.88496,300,0,0,42540,0,0,0,0,0),(99044,23842,571,1,1,21808,1,1459.21,-3217.79,162.831,4.67748,300,0,0,42540,0,0,0,0,0),(99045,23842,571,1,1,21807,1,1343.02,-3200.22,162.887,1.97222,300,0,0,42540,0,0,0,0,0),(99046,23842,571,1,1,21806,1,1388.56,-3336.56,173.883,3.51133,300,5,0,42540,0,1,0,0,0),(99047,23842,571,1,1,21807,1,1352.6,-3317.14,175.753,3.51138,300,0,0,42540,0,2,0,0,0),(99048,23842,571,1,1,21808,1,1377.55,-3383.74,187.55,4.32842,300,0,0,42540,0,0,0,0,0),(99049,23842,571,1,1,21807,1,1407.93,-3463.27,172.92,5.2709,300,0,0,42540,0,0,0,0,0),(99050,23842,571,1,1,21809,1,1385.22,-3214.29,160.918,5.14872,300,0,0,42540,0,0,0,0,0),(99051,23842,571,1,1,21808,1,1359.98,-3192.5,162.908,2.04204,300,0,0,42540,0,0,0,0,0),(99052,23842,571,1,1,21809,1,1425.03,-3257.9,165.499,2.67035,300,0,0,42540,0,0,0,0,0),(99053,23842,571,1,1,21807,1,1431.59,-3198.38,163.094,3.15905,300,0,0,42540,0,0,0,0,0),(99054,23842,571,1,1,21809,1,1367.84,-3188.36,162.908,2.09439,300,0,0,42540,0,0,0,0,0),(99055,23842,571,1,1,21806,1,1361.56,-3355.11,183.119,1.29154,300,0,0,42540,0,0,0,0,0),(99056,23842,571,1,1,21809,1,1371.54,-3169.77,162.904,3.75246,300,0,0,42540,0,0,0,0,0),(99057,23842,571,1,1,21806,1,1355.9,-3378.17,189.077,4.36332,300,0,0,42540,0,0,0,0,0),(99058,23842,571,1,1,21808,1,1376.02,-3087.78,164.803,4.01426,300,0,0,42540,0,0,0,0,0),(99059,26402,571,1,1,23820,0,3888.21,2818.34,146.769,5.40871,300,0,0,9291,0,0,0,0,0),(99060,26402,571,1,1,23820,0,3843.12,2786.35,129.768,2.91509,300,0,0,9291,0,0,0,0,0),(99061,26402,571,1,1,23820,0,3882.18,2742.4,141.997,4.79799,300,15,0,9291,0,1,0,0,0),(99062,26402,571,1,1,23820,0,3910.12,2723.86,150.116,5.88275,300,0,0,9291,0,0,0,0,0),(99063,26402,571,1,1,23820,0,3906.94,2780.51,150.125,2.55328,300,0,0,9291,0,0,0,0,0),(99064,26402,571,1,1,23820,0,3616.81,2684.47,86.6433,3.13255,300,0,0,9291,0,0,0,0,0),(99065,26402,571,1,1,23820,0,3563.42,2761.91,61.7782,1.09132,300,0,0,9291,0,0,0,0,0),(99066,26402,571,1,1,23820,0,3675.47,2417.14,109.541,4.44379,300,0,0,9291,0,0,0,0,0),(99067,26402,571,1,1,23820,0,3700.45,2463.71,111.527,2.23476,300,0,0,9291,0,0,0,0,0),(99068,26402,571,1,1,23820,0,3692.6,2491.81,106.95,1.28901,300,0,0,9291,0,0,0,0,0),(99070,26402,571,1,1,23820,0,3647.9,2460.74,97.5071,5.77527,300,0,0,9291,0,0,0,0,0),(99071,26402,571,1,1,23820,0,3605.74,2723.44,78.1477,5.64177,300,15,0,9291,0,1,0,0,0),(99072,26402,571,1,1,23820,0,3556.1,2742.39,60.9687,1.44542,300,15,0,9291,0,1,0,0,0),(99073,26402,571,1,1,23820,0,3619.55,2748.11,78.7742,3.17851,300,0,0,9291,0,0,0,0,0),(99074,26402,571,1,1,23820,0,3648.14,2701.93,91.8908,4.06555,300,0,0,9291,0,0,0,0,0),(99075,26402,571,1,1,23820,0,3711.98,2646.32,119.375,1.3508,300,15,0,9291,0,1,0,0,0),(99076,26402,571,1,1,23820,0,3712.9,2587.86,118.25,4.43353,300,15,0,9291,0,1,0,0,0),(99077,26402,571,1,1,23820,0,3675.88,2673.1,101.361,1.71095,300,0,0,9291,0,0,0,0,0),(88660,30298,631,15,1,0,0,4295.09,2743.37,299.129,0.820304,7200,0,0,1,0,0,0,0,0),(88659,30298,631,15,1,0,0,4312.23,2735.82,299.125,0.820304,7200,0,0,1,0,0,0,0,0),(99080,26402,571,1,1,23820,0,3636.42,2617.01,100.592,4.27438,300,0,0,9291,0,0,0,0,0),(99081,26402,571,1,1,23820,0,3704.16,2511.76,107.492,3.23243,300,0,0,9291,0,0,0,0,0),(99082,26402,571,1,1,23820,0,3699.24,2551.22,108.497,0.404635,300,15,0,9291,0,1,0,0,0),(88658,30298,631,15,1,0,0,4319.27,2799.12,299.144,5.5676,7200,0,0,1,0,0,0,0,0),(88657,30298,631,15,1,0,0,4317.9,2743.05,299.133,0.820304,7200,0,0,1,0,0,0,0,0),(88656,30298,631,15,1,0,0,4306.85,2752.77,299.138,0.820304,7200,0,0,1,0,0,0,0,0),(88655,30298,631,15,1,0,0,4292.9,2793.98,310.81,1.64061,7200,0,0,1,0,0,0,0,0),(88654,30298,631,15,1,0,0,4308.51,2788.48,312.675,3.26377,7200,0,0,1,0,0,0,0,0),(88653,30298,631,15,1,0,0,4357.05,2769.42,356.136,3.14159,7200,0,0,1,0,0,0,0,0),(42876,26257,571,1,1,0,1,3346.36,2534.13,197.4,4.2586,180,0,0,1,0,0,0,0,0),(42875,26257,571,1,1,0,1,3369.69,2528.74,197.4,3.49066,180,0,0,1,0,0,0,0,0),(1975839,39190,631,12,1,0,0,505.156,-2536.86,1069.6,0,10,10,0,1,0,1,0,0,0),(1975838,39190,631,12,1,0,0,502.649,-2531.33,1069.6,0,10,10,0,1,0,1,0,0,0),(1975837,39190,631,12,1,0,0,503.825,-2508.14,1069.6,0,10,10,0,1,0,1,0,0,0),(1975836,39190,631,12,1,0,0,495.363,-2538.22,1069.6,0,10,10,0,1,0,1,0,0,0),(1975835,39190,631,12,1,0,0,506.871,-2515.55,1069.6,0,10,10,0,1,0,1,0,0,0),(1975834,39190,631,12,1,0,0,481.302,-2509.22,1069.6,0,10,10,0,1,0,1,0,0,0),(1975833,39190,631,12,1,0,0,481.538,-2527.33,1069.6,0,10,10,0,1,0,1,0,0,0),(1975832,39190,631,12,1,0,0,500.081,-2523.29,1069.6,0,10,10,0,1,0,1,0,0,0),(1975831,39190,631,12,1,0,0,486.663,-2517.75,1069.6,0,10,10,0,1,0,1,0,0,0),(1975830,39190,631,12,1,0,0,513.88,-2511.79,1069.6,0,10,10,0,1,0,1,0,0,0),(1975829,39190,631,12,1,0,0,499.641,-2500.78,1069.66,0,10,10,0,1,0,1,0,0,0),(1975828,39190,631,12,1,0,0,513.71,-2530.93,1069.6,0,10,10,0,1,0,1,0,0,0),(1975827,39190,631,12,1,0,0,502.681,-2522.54,1069.6,0,10,10,0,1,0,1,0,0,0),(1975826,39190,631,12,1,0,0,518.748,-2521.24,1069.6,0,10,10,0,1,0,1,0,0,0),(1975825,39190,631,12,1,0,0,478.977,-2517.45,1069.6,0,10,10,0,1,0,1,0,0,0),(1975824,39190,631,12,1,0,0,489.01,-2538.53,1069.6,0,10,10,0,1,0,1,0,0,0),(1975823,39190,631,12,1,0,0,511.632,-2522.37,1069.6,0,10,10,0,1,0,1,0,0,0),(1975822,39190,631,12,1,0,0,500.898,-2527.2,1069.6,0,10,10,0,1,0,1,0,0,0),(1975821,39190,631,12,1,0,0,484.793,-2533.59,1069.6,0,10,10,0,1,0,1,0,0,0),(1975820,39190,631,12,1,0,0,490.413,-2504.32,1069.6,0,10,10,0,1,0,1,0,0,0),(1975819,39190,631,12,1,0,0,485.03,-2527.72,1069.6,0,10,10,0,1,0,1,0,0,0),(1975818,39190,631,12,1,0,0,494.29,-2511.38,1069.6,0,10,10,0,1,0,1,0,0,0),(1975817,39190,631,12,1,0,0,491.717,-2532.49,1069.6,0,10,10,0,1,0,1,0,0,0),(2593,29975,571,1,1,0,0,6922.17,-1534.57,836.157,4.27606,120,0,0,1,0,0,0,0,0),(12402,32720,571,1,1,0,1,5693.53,680.925,645.901,4.68183,300,0,0,1,0,0,0,0,0),(43479,34730,647,1,1,0,0,-2.16687,-7.85422,-23.6919,3.38594,180,0,0,1,0,0,0,0,0),(43478,34723,647,1,1,0,1,-17.4797,-5.60698,-14.9281,3.22886,180,0,0,1,0,0,0,0,0),(43477,34721,647,1,1,0,1,-0.919197,-6.16422,-23.6729,3.57792,180,0,0,1,0,0,0,0,0),(99119,26402,571,1,1,23820,0,3614.42,2741.79,77.8728,2.68449,300,15,0,9291,0,1,0,0,0),(99120,26402,571,1,1,23820,0,3602.73,2729.76,76.017,5.36136,300,0,0,9291,0,0,0,0,0),(99121,26402,571,1,1,23820,0,3705.35,2587.36,116.842,0.238993,300,0,0,9291,0,0,0,0,0),(99122,26402,571,1,1,23820,0,3662.84,2600.09,104.924,6.21493,300,0,0,9291,0,0,0,0,0),(99123,26402,571,1,1,23820,0,3658.79,2709.3,92.7658,0.604706,300,0,0,9291,0,0,0,0,0),(99124,26402,571,1,1,23820,0,3666.33,2681.52,97.5379,4.6557,300,15,0,9291,0,1,0,0,0),(99125,26402,571,1,1,23820,0,3691.11,2740.77,100.652,5.47084,300,0,0,9291,0,0,0,0,0),(43476,34719,647,1,1,0,1,7.62309,-5.02532,-17.6702,4.92183,180,0,0,1,0,0,0,0,0),(43475,34718,647,1,1,0,1,13.7451,-5.12846,-24.0452,0.139626,180,0,0,1,0,0,0,0,0),(99118,27608,571,1,1,24140,0,3756.61,216.34,142.074,1.91463,120,0,0,92538,0,2,0,0,0),(99117,27608,571,1,1,24140,0,2938.21,403.682,200.064,1.91463,120,0,0,92538,0,2,0,0,0),(99116,27608,571,1,1,24140,0,3484.9,77.6506,181.401,1.91463,120,0,0,92538,0,2,0,0,0),(99115,27608,571,1,1,24140,0,3490.26,76.9535,197.259,1.91463,120,0,0,92538,0,2,0,0,0),(99114,27608,571,1,1,24140,0,3737.25,441.447,163.152,1.91463,120,0,0,92538,0,2,0,0,0),(99113,27608,571,1,1,24140,0,3723.93,203.807,149.416,1.91463,120,0,0,92538,0,2,0,0,0),(99112,27608,571,1,1,24140,0,3037.01,696.784,221.905,1.91463,120,0,0,92538,0,2,0,0,0),(99111,27608,571,1,1,24140,0,3485.54,172.443,356.967,1.91463,120,0,0,92538,0,2,0,0,0),(99110,27608,571,1,1,24140,0,3424.55,257.635,132.423,1.91463,120,0,0,92538,0,2,0,0,0),(99109,27608,571,1,1,24140,0,3590.88,69.8893,149.106,1.91463,120,0,0,92538,0,2,0,0,0),(99108,27608,571,1,1,24140,0,3542.25,134.148,169.694,1.91463,120,0,0,92538,0,2,0,0,0),(99107,27608,571,1,1,24140,0,3488.65,-5.61914,169.41,1.91463,120,0,0,92538,0,2,0,0,0),(99106,27608,571,1,1,24140,0,2980.34,629.105,218.525,1.91463,120,0,0,92538,0,2,0,0,0),(99105,27608,571,1,1,24140,0,3177.86,623.946,234.069,1.91463,120,0,0,92538,0,2,0,0,0),(99104,27682,571,1,1,24743,0,3112.66,560.286,197.521,1.91463,120,0,0,38440,0,2,0,0,0),(99103,27682,571,1,1,24743,0,3065.57,646.069,229.738,1.91463,120,0,0,38440,0,2,0,0,0),(99093,27682,571,1,1,24743,0,3036.49,602.204,179.671,1.91463,120,0,0,38440,0,2,0,0,0),(99099,27682,571,1,1,24743,0,3691.68,352.093,342.225,1.91463,120,0,0,38440,0,2,0,0,0),(99098,27682,571,1,1,24743,0,3129.03,582.456,247.386,1.91463,120,0,0,38440,0,2,0,0,0),(99097,27682,571,1,1,24743,0,3106.43,348.332,212.471,1.91463,120,0,0,38440,0,2,0,0,0),(99152,23842,571,1,1,21808,1,1338.82,-3444.78,176.094,5.46874,300,5,0,42540,0,1,0,0,0),(99153,23842,571,1,1,21806,1,1392.76,-3457.14,175.03,1.92245,300,5,0,42540,0,1,0,0,0),(99154,23842,571,1,1,21808,1,1377.45,-3377.4,187.597,4.86727,300,5,0,42540,0,1,0,0,0),(99155,23842,571,1,1,21806,1,1366.8,-3327.05,173.928,5.26436,300,5,0,42540,0,1,0,0,0),(99156,23842,571,1,1,21809,1,1417.69,-3269.61,165.882,2.75311,300,5,0,42540,0,1,0,0,0),(99157,23842,571,1,1,21806,1,1452.81,-3251.16,165.944,2.12832,300,5,0,42540,0,1,0,0,0),(99158,26658,571,1,1,569,0,2545.46,5267.78,31.0186,1.66323,300,0,0,6986,0,0,0,0,0),(99159,26658,571,1,1,569,0,2517.83,5209.89,36.5291,4.3589,300,5,0,6986,0,1,0,0,0),(99160,25378,571,1,1,23181,1,3842.22,3730.25,47.3423,2.30383,300,0,0,7432,7332,0,0,0,0),(99161,25378,571,1,1,23181,1,3890.13,3719.33,46.9187,3.00197,300,0,0,7432,7332,0,0,0,0),(99162,25378,571,1,1,23181,1,3838.99,3724.43,47.1457,3.89265,300,5,0,7432,7332,1,0,0,0),(99164,26402,571,1,1,23820,0,3656.24,2452.94,100.549,5.48351,300,0,0,9291,0,0,0,0,0),(99165,26402,571,1,1,23820,0,3612.19,2727.2,79.3237,6.02538,300,0,0,9291,0,0,0,0,0),(99166,26402,571,1,1,23820,0,3717.33,2651.21,120.124,0.493163,300,0,0,9291,0,0,0,0,0),(99167,26402,571,1,1,23820,0,3679.56,2748.75,96.4727,4.7038,300,15,0,9291,0,1,0,0,0),(99168,26402,571,1,1,23820,0,3696.88,2593.94,113.595,1.04119,300,0,0,9291,0,0,0,0,0),(99169,26402,571,1,1,23820,0,3686.46,2438.54,111.571,3.0607,300,15,0,9291,0,1,0,0,0),(99170,26402,571,1,1,23820,0,3675.17,2409.64,111.029,1.49455,300,15,0,9291,0,1,0,0,0),(99171,26402,571,1,1,23820,0,3693.94,2469.84,109.466,5.21215,300,15,0,9291,0,1,0,0,0),(1976577,30502,571,1,4,0,0,7450.73,-1257.56,908.329,1.02689,300,0,0,50400,0,0,0,0,0),(99173,26402,571,1,1,23820,0,3631,2610.73,100.113,3.58379,300,0,0,9291,0,0,0,0,0),(99174,26402,571,1,1,23820,0,3659.41,2703.47,93.3908,2.37756,300,15,0,9291,0,1,0,0,0),(99175,26402,571,1,1,23820,0,3570.36,2751.43,65.361,5.40203,300,0,0,9291,0,0,0,0,0),(99176,26659,571,1,1,24110,0,4895.23,295.912,131.721,6.16101,300,0,0,10635,0,0,0,0,0),(99181,26915,571,1,1,24147,0,542.818,-5020.94,10.6891,0.925025,300,0,0,7181,0,0,0,0,0),(99182,29475,571,1,1,6271,0,6243.14,-1262.72,428.2,1.65806,300,0,0,11770,0,0,0,0,0),(99183,28195,571,1,1,25198,0,2917.21,4043.44,1.8677,1.09956,300,0,0,10635,0,0,0,0,0),(99184,28707,571,1,1,25623,0,5737.19,672.851,613.326,1.309,300,0,0,10635,0,0,0,0,0),(99185,29731,571,1,1,26461,1,6672.07,-138.178,966.813,0.802851,300,0,0,60875,0,0,0,0,0),(99186,29475,571,1,1,6271,0,6280.86,-1233.66,427.936,3.49066,300,0,0,11770,0,0,0,0,0),(99187,29475,571,1,1,6271,0,6258.79,-1199.91,427.734,5.25344,300,0,0,11770,0,0,0,0,0),(99188,29475,571,1,1,6271,0,6340.17,-1220.16,427.932,2.14675,300,0,0,11770,0,0,0,0,0),(99189,29475,571,1,1,6271,0,6319.34,-1194.04,425.755,1.15192,300,0,0,11770,0,0,0,0,0),(99190,29475,571,1,1,6271,0,6372.32,-1215.14,426.45,4.24115,300,0,0,11770,0,0,0,0,0),(99192,24356,571,1,1,22338,1,1408.67,-3195.55,161.773,4.85202,300,0,0,6986,0,0,0,0,0),(99193,23844,571,1,1,21810,1,1342.2,-3449.54,176.203,5.04942,300,0,0,10635,0,0,0,0,0),(99194,26660,571,1,1,23988,0,4699.06,541.116,120.504,2.25148,300,0,0,10635,0,0,0,0,0),(99195,23844,571,1,1,21810,1,1361.27,-3166.72,153.584,5.20108,300,0,0,10635,0,0,0,0,0),(99196,29732,571,1,1,26462,0,6607.42,-279.665,985.624,3.42085,300,0,0,126000,0,0,0,0,0),(99197,26916,571,1,1,24159,0,599.037,-4920.18,29.7398,5.02655,300,0,0,9291,0,0,0,0,0),(99198,27172,571,1,1,23875,1,3226.72,-728.937,168.146,2.51327,300,0,0,49700,16935,0,0,0,0),(99200,30244,571,1,1,26896,1,5073.65,-603.356,220.043,2.58309,300,0,0,10080,8814,0,0,0,0),(99201,28708,571,1,1,25955,0,5892.12,618.577,649.449,2.40855,300,0,0,10635,0,0,0,0,0),(99202,24100,571,1,1,11686,0,1982.71,-4202.41,212.186,5.51524,300,0,0,42,0,0,0,0,0),(99203,23844,571,1,1,21811,1,1376.07,-3165.84,183.881,2.29512,300,0,0,10635,0,2,0,0,0),(99204,29476,571,1,1,26299,1,5772.72,553.84,651.642,0.610865,300,0,0,10635,0,0,0,0,0),(99205,28196,571,1,1,25197,0,2793.19,906.36,22.5437,1.64061,300,0,0,10635,0,0,0,0,0),(99206,23844,571,1,1,21813,1,1443.6,-3374.81,202.012,3.12992,300,0,0,10635,0,2,0,0,0),(99207,23844,571,1,1,21812,1,1391.56,-3458.19,174.985,4.88692,300,0,0,10635,0,0,0,0,0),(99208,23844,571,1,1,21813,1,1369.49,-3173.47,162.413,3.65563,300,0,0,10635,0,2,0,0,0),(99209,23844,571,1,1,21811,1,1500.07,-3285.56,179.865,1.47548,300,5,0,10635,0,1,0,0,0),(99210,23844,571,1,1,21812,1,1334.56,-3184.19,183.881,2.28587,300,0,0,10635,0,2,0,0,0),(99211,23844,571,1,1,21810,1,1327.88,-3352.44,206.639,5.51687,300,0,0,10635,0,2,0,0,0),(99212,28452,571,1,1,25683,0,6282.3,-3481.33,370.84,4.10152,300,5,0,11379,3725,1,0,0,0),(99213,28452,571,1,1,25683,0,6268.13,-3346.7,365.195,3.61283,300,5,0,11379,3725,1,0,0,0),(99214,28452,571,1,1,25683,0,6285.8,-3082.41,369.392,5.74213,300,5,0,11379,3725,1,0,0,0),(99215,28452,571,1,1,25683,0,6155.2,-3438.98,367.136,4.39823,300,5,0,11379,3725,1,0,0,0),(99216,28452,571,1,1,25683,0,6196,-3254.47,367.2,2.35619,300,5,0,11379,3725,1,0,0,0),(99217,28452,571,1,1,25683,0,6200.16,-3384.91,365.799,2.46091,300,5,0,11379,3725,1,0,0,0),(99218,28452,571,1,1,25683,0,6253.26,-3172.2,364.421,2.98451,300,5,0,11379,3725,1,0,0,0),(99219,28452,571,1,1,25683,0,6022.76,-3496.36,360.201,4.90438,300,5,0,11379,3725,1,0,0,0),(99220,28452,571,1,1,25683,0,5991.35,-3414.88,367.88,2.14675,300,5,0,11379,3725,1,0,0,0),(99221,28452,571,1,1,25683,0,5911.22,-3411.8,362.131,3.29867,300,5,0,11379,3725,1,0,0,0),(99222,25636,571,1,2,24382,0,1905.5,6022.63,7.68457,2.55984,300,0,0,6986,0,0,0,0,0),(99223,24357,571,1,1,22339,0,2265.95,5211.63,11.4236,2.80998,300,0,0,3524,0,0,0,0,0),(99224,26661,571,1,1,23986,0,4705.63,559.054,124.112,4.06662,300,0,0,10635,0,0,0,0,0),(99225,31269,571,1,1,17722,0,4890.89,1344.36,244.641,2.00713,300,0,0,10635,0,0,0,0,0),(99226,31269,571,1,1,17722,0,4904.5,1346.56,240.488,2.05949,300,0,0,10635,0,0,0,0,0),(99227,31269,571,1,1,17722,0,4875.78,1347.75,240.971,5.69421,300,0,0,10635,0,2,0,0,0),(99228,31269,571,1,1,17722,0,5001.59,1222.63,256.794,5.8616,300,0,0,10635,0,2,0,0,0),(99230,31269,571,1,1,17722,0,5079.16,1142.14,267.735,2.36264,300,0,0,10635,0,2,0,0,0),(143419,37878,571,1,1,0,0,4767.75,-560.622,163.842,1.06465,120,0,0,1,0,0,0,0,0),(99233,31269,571,1,1,17722,0,4904.81,1355.74,243.043,1.97222,300,0,0,10635,0,0,0,0,0),(99234,31269,571,1,1,17722,0,4814.35,1312.33,231.106,1.79949,300,5,0,10635,0,1,0,0,0),(99235,29733,571,1,1,25639,1,5151.88,-2199.16,236.621,4.50295,300,0,0,106350,3561,0,0,0,0),(99236,24613,571,1,1,23434,0,4439.19,4915.78,24.689,3.17608,300,5,0,6986,0,1,0,0,0),(99237,24613,571,1,1,23434,0,4433.27,4896.06,26.5179,3.63519,300,5,0,6986,0,1,0,0,0),(99238,24613,571,1,1,23434,0,4450.28,4905.27,25.439,3.68673,300,5,0,6986,0,1,0,0,0),(99239,24613,571,1,1,23434,0,4340.53,4849.77,25.307,3.97979,300,5,0,6986,0,1,0,0,0),(99240,24613,571,1,1,23434,0,4365.67,4919.16,26.768,0.803036,300,5,0,6986,0,1,0,0,0),(99241,24613,571,1,1,23434,0,4363.27,4907.08,26.4872,1.05925,300,5,0,6986,0,1,0,0,0),(99242,24613,571,1,1,23434,0,4351.75,4918.25,25.7039,6.06162,300,5,0,6986,0,1,0,0,0),(99243,28197,571,1,1,25196,0,787.755,-2889.06,6.49197,3.52556,300,0,0,10635,0,0,0,0,0),(99244,24613,571,1,1,23434,0,4209.28,5945.81,53.7274,5.16124,300,5,0,6986,0,1,0,0,0),(99245,24613,571,1,1,23434,0,3801,5710.37,53.7237,1.65016,300,5,0,6986,0,1,0,0,0),(99246,31269,571,1,1,17722,0,4944.01,1153.98,240.14,0.418879,300,0,0,10635,0,0,0,0,0),(99247,24613,571,1,1,23434,0,3702.64,5367.04,36.7203,3.64562,300,5,0,6986,0,1,0,0,0),(99248,24613,571,1,1,23434,0,3721.03,5369.75,37.3453,3.87651,300,5,0,6986,0,1,0,0,0),(99249,24613,571,1,1,23434,0,3708.3,5386.23,36.7203,3.739,300,5,0,6986,0,1,0,0,0),(99250,24613,571,1,1,23434,0,3809.52,5547.19,42.847,5.70069,300,5,0,6986,0,1,0,0,0),(99251,24613,571,1,1,23434,0,3727.98,5481.94,41.4436,3.29274,300,5,0,6986,0,1,0,0,0),(99252,24613,571,1,1,23434,0,3776.65,5422.45,38.0134,2.71189,300,5,0,6986,0,1,0,0,0),(99253,24613,571,1,1,23434,0,4216.02,5976.43,48.5516,5.6173,300,5,0,6986,0,1,0,0,0),(99254,24613,571,1,1,23434,0,4221.67,5957.18,51.9994,5.67127,300,5,0,6986,0,1,0,0,0),(99255,24613,571,1,1,23434,0,4352,4865.02,25.182,3.58693,300,5,0,6986,0,1,0,0,0),(99256,24613,571,1,1,23434,0,4332.35,4849.05,25.4406,3.71117,300,5,0,6986,0,1,0,0,0),(99257,24613,571,1,1,23434,0,4475.18,4856.86,25.5328,3.28236,300,5,0,6986,0,1,0,0,0),(99258,24613,571,1,1,23434,0,4466.76,4841.81,24.5181,0.48215,300,5,0,6986,0,1,0,0,0),(99259,24613,571,1,1,23434,0,4465.76,4872.29,25.4834,3.43663,300,5,0,6986,0,1,0,0,0),(99260,24613,571,1,1,23434,0,4140.3,5841.14,65.1281,2.8285,300,5,0,6986,0,1,0,0,0),(99261,24613,571,1,1,23434,0,4155.22,5832.63,63.8462,2.7206,300,5,0,6986,0,1,0,0,0),(99262,24613,571,1,1,23434,0,4125.66,5827.46,68.3962,2.80022,300,5,0,6986,0,1,0,0,0),(99263,24613,571,1,1,23434,0,3804.16,5713.93,56.0987,1.59354,300,5,0,6986,0,1,0,0,0),(99264,24613,571,1,1,23434,0,3808.05,5566.92,45.7915,5.88422,300,5,0,6986,0,1,0,0,0),(99265,24613,571,1,1,23434,0,3788.2,5563.18,43.9058,3.18808,300,5,0,6986,0,1,0,0,0),(99266,24613,571,1,1,23434,0,3794.87,5708.55,52.7524,1.76887,300,5,0,6986,0,1,0,0,0),(99267,24613,571,1,1,23434,0,3847.86,5360.16,25.5175,5.36674,300,5,0,6986,0,1,0,0,0),(99268,24613,571,1,1,23434,0,3852.47,5374.49,23.8808,3.56175,300,5,0,6986,0,1,0,0,0),(99269,24613,571,1,1,23434,0,3566.49,5186.31,26.1227,4.56577,300,5,0,6986,0,1,0,0,0),(99270,24613,571,1,1,23434,0,3556.77,5188.18,25.2477,4.56346,300,5,0,6986,0,1,0,0,0),(99271,24613,571,1,1,23434,0,3572.29,5190.23,28.1284,4.57792,300,5,0,6986,0,1,0,0,0),(99272,24613,571,1,1,23434,0,3770.1,5202.48,26.9128,1.38287,300,5,0,6986,0,1,0,0,0),(99273,24613,571,1,1,23434,0,3774.89,5202.72,25.6675,1.48956,300,5,0,6986,0,1,0,0,0),(99274,24613,571,1,1,23434,0,3752.84,5201.86,28.0562,0.79266,300,5,0,6986,0,1,0,0,0),(99275,24613,571,1,1,23434,0,3709.22,5231.28,32.8897,4.32287,300,5,0,6986,0,1,0,0,0),(99276,24613,571,1,1,23434,0,3720.99,5223.44,29.5147,6.06101,300,5,0,6986,0,1,0,0,0),(99277,24613,571,1,1,23434,0,3699.42,5229.32,32.8836,4.29484,300,5,0,6986,0,1,0,0,0),(99278,24613,571,1,1,23434,0,3619.52,5170.07,24.7525,2.23109,300,5,0,6986,0,1,0,0,0),(99279,24613,571,1,1,23434,0,3599.4,5170.31,25.1284,2.41149,300,5,0,6986,0,1,0,0,0),(99280,24613,571,1,1,23434,0,3602.77,5150.9,26.9862,2.58172,300,5,0,6986,0,1,0,0,0),(99281,24613,571,1,1,23434,0,3717.21,5150.96,24.4896,0.367236,300,5,0,6986,0,1,0,0,0),(99282,24613,571,1,1,23434,0,3760.74,5167.44,25.1996,0.550543,300,5,0,6986,0,1,0,0,0),(99283,24613,571,1,1,23434,0,3743.53,5153.03,24.1375,0.468896,300,5,0,6986,0,1,0,0,0),(99284,24613,571,1,1,23434,0,3492.6,5193.6,24.691,1.9144,300,5,0,6986,0,1,0,0,0),(99286,24613,571,1,1,23434,0,3504.22,5199.49,26.605,2.28614,300,5,0,6986,0,1,0,0,0),(99287,24613,571,1,1,23434,0,3598.73,5332.61,26.7722,0.971873,300,5,0,6986,0,1,0,0,0),(99288,24613,571,1,1,23434,0,3621.75,5326.28,29.5283,1.75328,300,5,0,6986,0,1,0,0,0),(99289,24613,571,1,1,23434,0,3571.74,5284.85,28.0408,4.08535,300,5,0,6986,0,1,0,0,0),(99290,24613,571,1,1,23434,0,3554.9,5315.85,27.8525,3.93613,300,5,0,6986,0,1,0,0,0),(99291,24613,571,1,1,23434,0,3546.47,5284.49,30.2855,3.97916,300,5,0,6986,0,1,0,0,0),(88755,37967,571,1,1,0,0,5652.41,2089.36,798.138,1.71042,120,0,0,1,0,0,0,0,0),(88754,37967,571,1,1,0,0,5638.31,1998.9,798.13,1.58825,120,0,0,1,0,0,0,0,0),(88753,37967,571,1,1,0,0,5636.09,2104.31,798.138,5.61996,120,0,0,1,0,0,0,0,0),(88752,37967,571,1,1,0,0,5606.21,2012.55,798.125,0.994838,120,0,0,1,0,0,0,0,0),(200915,37967,631,15,1,0,0,-102.934,2167.01,30.7375,1.43117,86400,0,0,13033,0,0,0,0,0),(200916,37967,631,15,1,0,0,-59.7222,2188.21,27.9859,1.53589,86400,0,0,13033,0,0,0,0,0),(200929,37967,631,15,1,0,0,-51.9722,2168.76,30.7375,1.64061,86400,0,0,13033,0,0,0,0,0),(201040,37967,631,15,1,0,0,-65.3351,2154.12,30.7375,1.76278,86400,0,0,13033,0,0,0,0,0),(201187,37967,631,15,1,0,0,-21.0608,2204.75,30.199,3.10669,86400,0,0,13033,0,0,0,0,0),(201463,37967,631,15,1,0,0,-80.7847,2152.99,30.7375,1.53589,86400,0,0,13033,0,0,0,0,0),(201533,37967,631,15,1,0,0,-110.885,2168.82,30.7375,1.29154,86400,0,0,13033,0,0,0,0,0),(201624,37967,631,15,1,0,0,-36.6615,2192.81,27.9859,2.56563,86400,0,0,13033,0,0,0,0,0),(74986,36164,642,3,1,0,0,-31.1289,-19.4868,34.2492,4.15388,7200,0,0,50000,0,0,0,0,0),(74524,19610,530,1,1,0,0,2984.31,3699.18,142.697,2.0285,300,0,0,0,0,0,0,0,0),(99306,24613,571,1,1,23434,0,3869.03,5365.04,25.3636,5.73545,300,5,0,6986,0,1,0,0,0),(99307,27941,571,1,1,7803,0,4227.9,-1976.84,208.792,1.11701,300,0,0,9940,0,0,0,0,0),(99308,27941,571,1,1,7803,0,4257.95,-1914.65,201.976,1.48774,300,0,0,9940,0,2,0,0,0),(99309,27941,571,1,1,7803,0,4163.29,-1958.69,208.396,5.92405,300,0,0,9940,0,2,0,0,0),(99310,27941,571,1,1,7803,0,4194.24,-1806.27,200.473,4.73761,300,0,0,9940,0,2,0,0,0),(99311,27941,571,1,1,7803,0,4209.27,-2153.38,217.426,0.771587,300,0,0,9940,0,2,0,0,0),(99312,27941,571,1,1,7803,0,4203.36,-1975.69,208.067,0.575959,300,0,0,9940,0,0,0,0,0),(99313,24613,571,1,1,23434,0,4131.49,5456.9,26.5079,3.49853,300,0,0,6986,0,0,0,0,0),(99314,24613,571,1,1,23434,0,3714.74,5477.33,38.9776,3.34539,300,5,0,6986,0,1,0,0,0),(99315,24613,571,1,1,23434,0,3790.82,5683.55,49.5405,1.69576,300,5,0,6986,0,1,0,0,0),(99316,24613,571,1,1,23434,0,3772.17,5686.68,56.0405,1.41467,300,5,0,6986,0,1,0,0,0),(99317,24613,571,1,1,23434,0,3794.3,5689.47,49.1988,2.05465,300,5,0,6986,0,1,0,0,0),(99318,24613,571,1,1,23434,0,3297.08,5451.91,54.2868,5.34154,300,5,0,6986,0,1,0,0,0),(99319,24613,571,1,1,23434,0,3315.06,5457.1,56.6355,4.8758,300,5,0,6986,0,1,0,0,0),(99320,24613,571,1,1,23434,0,3435.72,5471.81,65.449,3.96148,300,5,0,6986,0,1,0,0,0),(99321,24613,571,1,1,23434,0,3462.28,5451.01,56.9417,4.23465,300,5,0,6986,0,1,0,0,0),(99322,24613,571,1,1,23434,0,3355.02,5456.86,59.7072,2.52071,300,5,0,6986,0,1,0,0,0),(99323,24613,571,1,1,23434,0,3373.44,5475.95,63.3781,2.53989,300,5,0,6986,0,1,0,0,0),(99324,24613,571,1,1,23434,0,3475.26,5308.99,40.7636,2.44595,300,5,0,6986,0,1,0,0,0),(99325,24613,571,1,1,23434,0,3485,5311.03,40.1754,3.38318,300,5,0,6986,0,1,0,0,0),(99326,24613,571,1,1,23434,0,3338.12,5360.5,40.9163,3.60145,300,5,0,6986,0,1,0,0,0),(99327,24613,571,1,1,23434,0,3322.76,5370.7,42.3348,3.6159,300,5,0,6986,0,1,0,0,0),(99328,27941,571,1,1,7803,0,4175.44,-2115.11,215.556,5.34104,300,5,0,9940,0,1,0,0,0),(99329,24613,571,1,1,23434,0,3331.18,5447.64,56.9475,4.1204,300,5,0,6986,0,1,0,0,0),(99330,24613,571,1,1,23434,0,3385.31,5472.7,63.8137,2.33425,300,5,0,6986,0,1,0,0,0),(99331,24613,571,1,1,23434,0,4097.09,5452.55,28.2234,3.09851,300,0,0,6986,0,0,0,0,0),(99332,24613,571,1,1,23434,0,4146.97,5469.05,27.3482,1.99717,300,0,0,6986,0,0,0,0,0),(99333,24613,571,1,1,23434,0,4039.71,5550.04,40.6505,-1.76841,300,0,0,6986,0,0,0,0,0),(99334,24613,571,1,1,23434,0,4084.6,5571.03,35.9104,1.50868,300,0,0,6986,0,0,0,0,0),(99335,24613,571,1,1,23434,0,4069.42,5573.35,37.3886,3.66003,300,0,0,6986,0,0,0,0,0),(99336,24613,571,1,1,23434,0,3317.97,5355.16,41.8498,3.57732,300,5,0,6986,0,1,0,0,0),(99337,24613,571,1,1,23434,0,3443.21,5453.49,60.0667,4.44822,300,5,0,6986,0,1,0,0,0),(99338,29477,571,1,1,26092,1,8502.11,171.325,781.888,3.82227,300,0,0,12175,3893,0,0,0,0),(99339,29477,571,1,1,26092,1,8371.59,-125.079,819.756,2.55765,300,0,0,12175,3893,0,0,0,0),(99340,29477,571,1,1,26092,1,8407.49,-75.8156,802.682,2.19861,300,0,0,12175,3893,0,0,0,0),(99341,29477,571,1,1,26092,1,8387.34,-81.9254,810.549,1.22616,300,0,0,12175,3893,0,0,0,0),(99342,29477,571,1,1,26092,1,8419.5,-119.4,804.227,2.85788,300,0,0,12175,3893,0,0,0,0),(99343,29477,571,1,1,26092,1,8497.2,-221.113,817.18,1.47798,300,0,0,12175,3893,0,0,0,0),(99344,29477,571,1,1,26092,1,8484.14,-230.252,821.874,1.57376,300,0,0,12175,3893,0,0,0,0),(99345,29477,571,1,1,26092,1,8504.95,-224.571,817.401,2.47837,300,0,0,12175,3893,0,0,0,0),(99346,29477,571,1,1,26092,1,8360.2,-120.9,822.456,1.40226,300,0,0,12175,3893,0,0,0,0),(99348,29477,571,1,1,26092,1,8456.68,-183.348,813.664,2.23402,300,0,0,12175,3893,0,0,0,0),(99349,29477,571,1,1,26092,1,8469.99,-221.749,821.403,4.76475,300,0,0,12175,3893,0,0,0,0),(99350,29477,571,1,1,26092,1,8427.45,-223.042,828.204,2.37365,300,0,0,12175,3893,0,0,0,0),(99351,29477,571,1,1,26092,1,8474.2,-182.271,811.824,1.74533,300,0,0,12175,3893,0,0,0,0),(99352,29477,571,1,1,26092,1,8459.58,-208.517,819.306,-0.273542,300,0,0,12175,3893,0,0,0,0),(99353,29477,571,1,1,26092,1,8468.92,-98.2301,793.361,5.53788,300,5,0,12175,3893,1,0,0,0),(99354,29477,571,1,1,26708,1,8344.4,-84.5766,822.453,2.68656,300,0,0,12175,3893,0,0,0,0),(99355,29477,571,1,1,26092,1,8346.78,-85.7412,822.067,2.68753,300,0,0,12175,3893,0,0,0,0),(99356,29477,571,1,1,26092,1,8481.57,-17.429,786.237,1.70093,300,0,0,12175,3893,0,0,0,0),(99357,29477,571,1,1,26092,1,8476.61,-18.0778,786.589,1.57296,300,5,0,12175,3893,1,0,0,0),(99360,29477,571,1,1,26092,1,8438.09,-40.1047,793.232,1.99212,300,0,0,12175,3893,0,0,0,0),(99361,29477,571,1,1,26092,1,8433.38,-41.8257,794.005,1.74247,300,5,0,12175,3893,1,0,0,0),(99362,29477,571,1,1,26092,1,8323.12,-173.756,843.895,2.36175,300,5,0,12175,3893,1,0,0,0),(99363,29477,571,1,1,26092,1,8315.76,-162.249,842.732,2.0186,300,0,0,12175,3893,0,0,0,0),(99364,29477,571,1,1,26092,1,8473.01,-257.446,837.874,1.51844,300,0,0,12175,3893,0,0,0,0),(99365,26662,571,1,1,23565,0,3678.06,2152.57,35.0913,0.174533,300,0,0,102820,0,0,0,0,0),(99366,26662,571,1,1,23565,0,3669.69,2167.98,35.878,5.65487,300,0,0,102820,0,0,0,0,0),(99367,26662,571,1,1,23565,0,3679.8,2173.17,35.524,5.14872,300,0,0,102820,0,0,0,0,0),(99368,29222,571,1,1,25933,1,5187.91,4504.7,-89.1003,4.66003,300,0,0,117700,0,0,0,0,0),(99369,29478,571,1,1,26300,0,5814.23,680.564,647.132,1.72788,300,0,0,8508,7981,0,0,0,0),(99370,28454,571,1,1,13069,0,4891.02,4528.48,-68.1755,4.76475,300,5,0,42,0,1,0,0,0),(99371,27174,571,1,1,24374,0,2779.23,927.021,22.6099,5.23599,300,0,0,10635,0,0,0,0,0),(99372,24102,571,1,1,11686,0,1877.28,-4180.03,213.916,2.56563,300,0,0,42,0,0,0,0,0),(99373,24614,571,1,1,26423,0,3732.78,5463.14,37.0368,3.2428,300,5,0,7984,0,1,0,0,0),(99374,24614,571,1,1,26423,0,4275.76,5527.79,37.4489,5.28406,300,5,0,7984,0,1,0,0,0),(99375,24614,571,1,1,26423,0,4281.88,5526.69,37.4489,5.78026,300,5,0,7984,0,1,0,0,0),(99376,24614,571,1,1,26423,0,4210.69,5965.93,52.3788,4.53005,300,5,0,7984,0,1,0,0,0),(99377,24614,571,1,1,26423,0,4382.11,4940.64,26.5852,0.19289,300,5,0,7984,0,1,0,0,0),(99378,24614,571,1,1,26423,0,4378.22,4904.59,27.69,3.77169,300,5,0,7984,0,1,0,0,0),(99379,24614,571,1,1,26423,0,4425.03,4899.58,27.3929,0.850039,300,5,0,7984,0,1,0,0,0),(99380,24614,571,1,1,26423,0,4451.68,4887.05,24.9081,4.10065,300,5,0,7984,0,1,0,0,0),(99381,24614,571,1,1,26423,0,4338.06,4860.83,25.307,5.33367,300,5,0,7984,0,1,0,0,0),(99382,24614,571,1,1,26423,0,4351.3,4856.6,24.807,4.20922,300,5,0,7984,0,1,0,0,0),(99383,24614,571,1,1,26423,0,4441.22,4848.87,23.4487,3.0084,300,5,0,7984,0,1,0,0,0),(99384,24614,571,1,1,26423,0,4454.03,4861.41,24.4491,3.16655,300,5,0,7984,0,1,0,0,0),(99385,24614,571,1,1,26423,0,4145.28,5815.31,66.6518,3.0237,300,5,0,7984,0,1,0,0,0),(99386,24614,571,1,1,26423,0,3788.24,5773.09,67.3651,4.71434,300,5,0,7984,0,1,0,0,0),(99387,24614,571,1,1,26423,0,3790.66,5575.31,47.1649,4.33793,300,5,0,7984,0,1,0,0,0),(99388,24614,571,1,1,26423,0,3796.68,5547.52,42.0584,3.85692,300,5,0,7984,0,1,0,0,0),(99389,24614,571,1,1,26423,0,4227.13,5961.49,50.616,3.44605,300,5,0,7984,0,1,0,0,0),(99390,24614,571,1,1,26423,0,4152.94,5830.03,64.2833,2.65698,300,5,0,7984,0,1,0,0,0),(99391,26406,571,1,1,26161,0,3316.77,-5104.69,300.461,6.02492,300,0,0,51410,3466,0,0,0,0),(99392,24614,571,1,1,26423,0,3778.45,5246.37,26.9277,1.80598,300,5,0,7984,0,1,0,0,0),(99393,24614,571,1,1,26423,0,3788.99,5202.95,25.232,1.80893,300,5,0,7984,0,1,0,0,0),(99394,24614,571,1,1,26423,0,3733.46,5254.89,32.8272,0.982794,300,5,0,7984,0,1,0,0,0),(99395,24614,571,1,1,26423,0,3595.26,5183.71,27.2772,1.39103,300,5,0,7984,0,1,0,0,0),(99396,24614,571,1,1,26423,0,3619.18,5153.26,25.2362,2.40827,300,5,0,7984,0,1,0,0,0),(99397,24614,571,1,1,26423,0,3743.42,5158.11,24.5415,0.629332,300,5,0,7984,0,1,0,0,0),(99398,24614,571,1,1,26423,0,3722.01,5166.13,24.1447,0.623177,300,5,0,7984,0,1,0,0,0),(99399,24614,571,1,1,26423,0,3478.76,5228.8,32.0113,2.07705,300,5,0,7984,0,1,0,0,0),(99400,24614,571,1,1,26423,0,3560.69,5182.39,24.4977,4.52154,300,5,0,7984,0,1,0,0,0),(99401,24614,571,1,1,26423,0,3552.85,5193.98,25.6227,4.58353,300,5,0,7984,0,1,0,0,0),(99402,24614,571,1,1,26423,0,3605.06,5322.76,26.1313,1.32872,300,5,0,7984,0,1,0,0,0),(99403,24614,571,1,1,26423,0,3698.5,5477.94,38.1103,3.37425,300,5,0,7984,0,1,0,0,0),(99404,24614,571,1,1,26423,0,3551.42,5285.71,29.4105,4.20245,300,5,0,7984,0,1,0,0,0),(99405,24614,571,1,1,26423,0,3571.16,5303.98,25.7722,4.03483,300,5,0,7984,0,1,0,0,0),(99406,27686,571,1,1,24590,0,3789.33,732.008,60.3569,5.41456,20,0,0,9610,0,0,0,0,0),(99407,27686,571,1,1,24590,0,3757.71,766.167,62.8902,1.88496,20,0,0,9610,0,0,0,0,0),(99408,27686,571,1,1,24590,0,3788.1,738.983,60.1997,5.4978,20,5,0,9610,0,1,0,0,0),(99409,27686,571,1,1,24590,0,3759.66,764.028,62.2889,3.66519,20,0,0,9610,0,0,0,0,0),(99410,27686,571,1,1,24590,0,3815.83,709.949,59.7523,5.46118,20,5,0,9610,0,1,0,0,0),(99411,27686,571,1,1,24590,0,3627.76,833.641,62.4128,0.733038,20,0,0,9610,0,0,0,0,0),(99412,27686,571,1,1,24590,0,3636.04,830.935,62.2159,2.47837,20,0,0,9610,0,0,0,0,0),(99413,27686,571,1,1,24590,0,3652.44,1215.04,132.787,1.10007,20,0,0,9610,0,0,0,0,0),(99414,27686,571,1,1,24590,0,3645.88,1217.44,133.002,-0.552255,20,0,0,9610,0,0,0,0,0),(99415,27686,571,1,1,24590,0,3639.81,1219.6,133.713,2.48276,20,5,0,9610,0,1,0,0,0),(99416,27686,571,1,1,24590,0,3627.26,1220.3,136.885,1.87312,20,0,0,9610,0,0,0,0,0),(99417,27686,571,1,1,24590,0,3629.32,1219.21,135.386,2.45443,20,5,0,9610,0,1,0,0,0),(99418,27686,571,1,1,24590,0,3655.94,1211.18,132.537,1.04903,20,0,0,9610,0,0,0,0,0),(99419,27686,571,1,1,24590,0,3654.51,1213.85,132.787,1.21578,20,0,0,9610,0,0,0,0,0),(99420,27686,571,1,1,24590,0,3843,666.175,58.9043,1.21689,20,5,0,9610,0,1,0,0,0),(99421,27686,571,1,1,24590,0,3850.02,670.167,58.6877,-2.24657,20,5,0,9610,0,1,0,0,0),(99422,27686,571,1,1,24590,0,3845.75,667.551,58.8047,-1.52702,20,0,0,9610,0,0,0,0,0),(99423,27686,571,1,1,24590,0,3842.29,664,59.7849,5.40441,20,0,0,9610,0,0,0,0,0),(99426,27686,571,1,1,24590,0,3848.11,666.847,59.0033,-2.21903,20,5,0,9610,0,1,0,0,0),(99427,27686,571,1,1,24590,0,3845.44,670.174,58.7671,5.41608,20,0,0,9610,0,0,0,0,0),(99428,24614,571,1,1,26423,0,3508.07,5203.55,27.8759,1.9394,300,5,0,7984,0,1,0,0,0),(99429,24614,571,1,1,26423,0,3866.25,5372.73,24.6278,0.876683,300,5,0,7984,0,1,0,0,0),(99430,24614,571,1,1,26423,0,3869.12,5349.41,25.8636,5.22249,300,5,0,7984,0,1,0,0,0),(99431,24614,571,1,1,26423,0,3722.95,5213.63,30.1397,5.95857,300,5,0,7984,0,1,0,0,0),(99432,24614,571,1,1,26423,0,3793.06,5708.95,52.7524,1.90468,300,5,0,7984,0,1,0,0,0),(99433,24614,571,1,1,26423,0,3780.26,5716.54,55.0625,2.18832,300,5,0,7984,0,1,0,0,0),(99434,24614,571,1,1,26423,0,3808.22,5690.77,51.8671,1.9312,300,5,0,7984,0,1,0,0,0),(99435,24614,571,1,1,26423,0,3320.72,5424.57,51.2049,1.68631,300,5,0,7984,0,1,0,0,0),(99436,24614,571,1,1,26423,0,3316.65,5437.52,54.6975,3.92399,300,5,0,7984,0,1,0,0,0),(99437,24614,571,1,1,26423,0,3373.3,5456.5,60.9369,2.2141,300,5,0,7984,0,1,0,0,0),(99438,24614,571,1,1,26423,0,3427.57,5456.9,62.7614,2.66338,300,5,0,7984,0,1,0,0,0),(99439,24614,571,1,1,26423,0,3455.64,5469.49,61.824,4.22429,300,5,0,7984,0,1,0,0,0),(99440,24614,571,1,1,26423,0,4081.1,5400.9,28.9586,1.29478,300,0,0,7984,0,0,0,0,0),(99441,24614,571,1,1,26423,0,4075.65,5393.36,29.2098,1.63793,300,0,0,7984,0,0,0,0,0),(99442,24614,571,1,1,26423,0,4139.36,5503.36,26.1049,1.18155,300,0,0,7984,0,0,0,0,0),(99443,24614,571,1,1,26423,0,4125.97,5488.55,27.3894,2.03107,300,0,0,7984,0,0,0,0,0),(99444,24614,571,1,1,26423,0,4059.4,5555.27,39.2177,3.32616,300,5,0,7984,0,1,0,0,0),(99445,24614,571,1,1,26423,0,4056.8,5546.39,39.9603,3.32656,300,5,0,7984,0,1,0,0,0),(99446,24614,571,1,1,26423,0,3364.95,5467.06,61.9271,2.44926,300,5,0,7984,0,1,0,0,0),(99447,24614,571,1,1,26423,0,4082.34,5400.22,29.8641,0.332442,300,5,0,7984,0,1,0,0,0),(99448,26663,571,1,1,25812,1,1672.98,-4417.02,180.544,4.92989,300,5,0,7984,3080,1,0,0,0),(99449,28455,571,1,1,13069,0,5646.82,4581.39,-137.6,0.820305,300,5,0,42,0,1,0,0,0),(99450,24359,571,1,1,22456,1,2117.28,-2976.3,149.008,4.26226,300,0,0,7185,7196,2,0,0,0),(99451,29479,571,1,1,22132,0,2198.2,-4880.25,231.509,2.91699,300,5,0,7984,0,1,0,0,0),(99452,29479,571,1,1,22132,0,1729.18,-5139.45,175.804,4.9479,300,5,0,7984,0,1,0,0,0),(99453,29479,571,1,1,22132,0,1820.46,-4636.92,185.426,0.029288,300,5,0,7984,0,1,0,0,0),(99454,29479,571,1,1,22132,0,1845.57,-4371.74,191.544,4.12796,300,5,0,7984,0,1,0,0,0),(99455,29479,571,1,1,22132,0,1961.02,-4744.09,193.59,2.25361,300,5,0,7984,0,1,0,0,0),(99456,29479,571,1,1,22132,0,2043.07,-4296.88,215.575,1.82338,300,5,0,7984,0,1,0,0,0),(99457,29479,571,1,1,22132,0,1926.47,-4374.39,198.241,2.97869,300,5,0,7984,0,1,0,0,0),(99458,29479,571,1,1,22132,0,1816.57,-4582.74,180.731,5.04911,300,5,0,7984,0,1,0,0,0),(99459,29479,571,1,1,22132,0,1887.68,-4745.69,187.709,0.425045,300,5,0,7984,0,1,0,0,0),(99460,29479,571,1,1,22132,0,1777.4,-4390.45,182.124,2.0292,300,5,0,7984,0,1,0,0,0),(99461,29479,571,1,1,22132,0,1612.74,-5536.2,209.494,0.716256,300,5,0,7984,0,1,0,0,0),(99462,29479,571,1,1,22132,0,1654.63,-4329.6,186.405,1.46996,300,5,0,7984,0,1,0,0,0),(99463,29479,571,1,1,22132,0,1749.12,-4451.71,177.019,2.25653,300,5,0,7984,0,1,0,0,0),(99464,29479,571,1,1,22132,0,1917.08,-4681.71,187.602,5.23818,300,5,0,7984,0,1,0,0,0),(99465,29479,571,1,1,22132,0,1793.61,-4356.6,184.32,1.61519,300,5,0,7984,0,1,0,0,0),(99466,29479,571,1,1,22132,0,2035.54,-4343.75,207.33,5.55102,300,5,0,7984,0,1,0,0,0),(99467,29479,571,1,1,22132,0,2162.35,-4482.17,216.335,6.08504,300,5,0,7984,0,1,0,0,0),(99468,29479,571,1,1,22132,0,2002.49,-4688.73,197.381,2.4604,300,5,0,7984,0,1,0,0,0),(99469,29479,571,1,1,22132,0,1861.1,-4337.99,200.748,2.18963,300,0,0,7984,0,0,0,0,0),(99470,29479,571,1,1,22132,0,2159.75,-4212.03,231.617,0.045672,300,5,0,7984,0,1,0,0,0),(99471,29479,571,1,1,22132,0,1946.51,-4662.05,194.772,3.66559,300,5,0,7984,0,1,0,0,0),(99472,29479,571,1,1,22132,0,1836.79,-4604.24,184.869,0.550508,300,5,0,7984,0,1,0,0,0),(99473,29479,571,1,1,22132,0,2084.76,-4296.29,213.833,3.16293,300,5,0,7984,0,1,0,0,0),(99474,29479,571,1,1,22132,0,2129.59,-4605.91,221.284,5.60997,300,5,0,7984,0,1,0,0,0),(99475,29479,571,1,1,22132,0,1715.06,-5113,176.145,3.14941,300,5,0,7984,0,1,0,0,0),(99476,29479,571,1,1,22132,0,2334.3,-4814.79,238.484,4.91898,300,5,0,7984,0,1,0,0,0),(99477,29479,571,1,1,22132,0,1729.37,-4540.05,176.05,2.99058,300,5,0,7984,0,1,0,0,0),(99478,29479,571,1,1,22132,0,1824.94,-4460.12,180.236,6.18048,300,5,0,7984,0,1,0,0,0),(99479,29479,571,1,1,22132,0,2007.45,-5009.83,211.403,0.938625,300,5,0,7984,0,1,0,0,0),(99480,29479,571,1,1,22132,0,2257.1,-3697.34,196.225,4.47358,300,5,0,7984,0,1,0,0,0),(99481,25383,571,1,1,12818,0,3688.6,3705.82,49.3158,2.61799,300,0,0,9291,0,0,0,0,0),(99482,29479,571,1,1,22132,0,2250.62,-4530.22,215.815,3.05359,300,5,0,7984,0,1,0,0,0),(99483,29479,571,1,1,22132,0,2156.03,-4515.85,215.15,0.785398,300,5,0,7984,0,1,0,0,0),(99484,29479,571,1,1,22132,0,2238.69,-4578.91,213.995,0.24261,300,5,0,7984,0,1,0,0,0),(99485,29479,571,1,1,22132,0,2109.64,-4379.71,216.062,1.77547,300,5,0,7984,0,1,0,0,0),(99486,29479,571,1,1,22132,0,2031.84,-4393.95,212.278,2.82,300,5,0,7984,0,1,0,0,0),(99487,29479,571,1,1,22132,0,2024.78,-4386.07,211.735,4.70672,300,5,0,7984,0,1,0,0,0),(99488,29479,571,1,1,22132,0,1969.67,-4417.78,204.007,0.544105,300,5,0,7984,0,1,0,0,0),(99489,26663,571,1,1,25812,1,1952.99,-4791.38,184.186,1.6546,300,5,0,7984,3080,1,0,0,0),(99490,29479,571,1,1,22132,0,1902.99,-4708.7,189.293,3.01974,300,5,0,7984,0,1,0,0,0),(99491,26663,571,1,1,25811,1,1782.04,-5272.64,183.482,0.176709,300,5,0,7984,3080,1,0,0,0),(99492,29479,571,1,1,22132,0,2189.53,-3751.23,202.966,4.55106,300,5,0,7984,0,1,0,0,0),(99493,29479,571,1,1,22132,0,2011.04,-5097.73,210.036,0.33225,300,5,0,7984,0,1,0,0,0),(99494,29479,571,1,1,22132,0,1967.94,-5133.67,195.731,0.326998,300,5,0,7984,0,1,0,0,0),(99495,29479,571,1,1,22132,0,2009.11,-5167.7,209.443,4.52516,300,5,0,7984,0,1,0,0,0),(99496,29479,571,1,1,22132,0,2045.06,-5137.49,220.8,3.62971,300,5,0,7984,0,1,0,0,0),(99497,29479,571,1,1,22132,0,2008.05,-5136.67,206.7,4.81456,300,5,0,7984,0,1,0,0,0),(99498,29479,571,1,1,22132,0,1658.78,-5208.71,179.068,4.02666,300,5,0,7984,0,1,0,0,0),(99499,29479,571,1,1,22132,0,2206.02,-4217.62,224.153,1.91857,300,5,0,7984,0,1,0,0,0),(99500,29479,571,1,1,22132,0,2080.57,-3711.56,176.182,5.80207,300,5,0,7984,0,1,0,0,0),(99501,29479,571,1,1,22132,0,1721.3,-4392.09,184.653,6.04247,300,5,0,7984,0,1,0,0,0),(99502,29479,571,1,1,22132,0,1697.21,-4455.01,176.169,0.311563,300,5,0,7984,0,1,0,0,0),(99503,29479,571,1,1,22132,0,1706.42,-4481.45,174.738,2.27804,300,5,0,7984,0,1,0,0,0),(99504,29479,571,1,1,22132,0,1739.23,-4340,185.001,5.57655,300,5,0,7984,0,1,0,0,0),(99505,29479,571,1,1,22132,0,1651.96,-4417.62,178.27,5.14403,300,5,0,7984,0,1,0,0,0),(99506,29479,571,1,1,22132,0,1691.67,-4434.13,181.56,1.32207,300,5,0,7984,0,1,0,0,0),(99507,29479,571,1,1,22132,0,2360.87,-4289.33,234.353,4.68167,300,5,0,7984,0,1,0,0,0),(99508,29479,571,1,1,22132,0,2191.51,-4356.72,222.188,4.20373,300,5,0,7984,0,1,0,0,0),(99509,29479,571,1,1,22132,0,2319.2,-4509.8,215.335,5.66608,300,5,0,7984,0,1,0,0,0),(99510,29479,571,1,1,22132,0,2232.41,-4408.1,221.785,1.08533,300,5,0,7984,0,1,0,0,0),(99511,29479,571,1,1,22132,0,2049.88,-4826.26,210.54,0.777146,300,5,0,7984,0,1,0,0,0),(99512,29479,571,1,1,22132,0,1967.05,-4795.97,187.808,2.15786,300,5,0,7984,0,1,0,0,0),(99513,29479,571,1,1,22132,0,2084.97,-4799.21,216.236,5.70543,300,5,0,7984,0,1,0,0,0),(99514,29479,571,1,1,22132,0,2056.81,-4739.36,212.458,1.07166,300,5,0,7984,0,1,0,0,0),(99515,29479,571,1,1,22132,0,1870,-4818.25,175.018,3.4444,300,5,0,7984,0,1,0,0,0),(99516,29479,571,1,1,22132,0,1899.54,-4773.01,186.699,2.83869,300,5,0,7984,0,1,0,0,0),(99517,29479,571,1,1,22132,0,2001.21,-4847.49,192.963,5.96329,300,5,0,7984,0,1,0,0,0),(99518,29479,571,1,1,22132,0,1845.41,-4960.98,171.494,4.75533,300,5,0,7984,0,1,0,0,0),(99519,29479,571,1,1,22132,0,1949.92,-4835.75,179.762,4.46078,300,5,0,7984,0,1,0,0,0),(99520,29479,571,1,1,22132,0,1910.63,-4922.7,172.725,4.50272,300,5,0,7984,0,1,0,0,0),(99521,29479,571,1,1,22132,0,1828.68,-5007.84,175.077,4.05415,300,5,0,7984,0,1,0,0,0),(99522,29479,571,1,1,22132,0,1882.64,-4973.43,174.98,5.81299,300,5,0,7984,0,1,0,0,0),(99523,29479,571,1,1,22132,0,1818.74,-5107.86,172.85,6.08316,300,5,0,7984,0,1,0,0,0),(99524,29479,571,1,1,22132,0,1860.7,-5030.63,174.186,4.06516,300,5,0,7984,0,1,0,0,0),(99525,29479,571,1,1,22132,0,1913.15,-4985.79,178.758,1.46025,300,5,0,7984,0,1,0,0,0),(99526,29479,571,1,1,22132,0,1817.03,-5186.91,176.407,6.27401,300,5,0,7984,0,1,0,0,0),(99527,29479,571,1,1,22132,0,1773.71,-5073.69,173.683,0.448365,300,5,0,7984,0,1,0,0,0),(99528,29479,571,1,1,22132,0,1768.81,-5222,178.712,5.7684,300,5,0,7984,0,1,0,0,0),(99529,29479,571,1,1,22132,0,1777.95,-5223.84,177.389,4.79092,300,5,0,7984,0,1,0,0,0),(99530,29479,571,1,1,22132,0,1765.27,-5511.71,204.401,0.236685,300,5,0,7984,0,1,0,0,0),(99531,29479,571,1,1,22132,0,1747.56,-5318.41,186.883,1.06681,300,5,0,7984,0,1,0,0,0),(99532,29479,571,1,1,22132,0,1837.88,-5426.76,185.372,4.63252,300,5,0,7984,0,1,0,0,0),(99533,29479,571,1,1,22132,0,1724.95,-5262.01,178.81,4.28891,300,5,0,7984,0,1,0,0,0),(99534,29479,571,1,1,22132,0,1877.65,-5388.92,184.49,3.05841,300,5,0,7984,0,1,0,0,0),(99535,29479,571,1,1,22132,0,1839.2,-5457.63,190.936,6.16196,300,5,0,7984,0,1,0,0,0),(99536,29479,571,1,1,22132,0,1871.42,-5311.93,182.402,3.36408,300,0,0,7984,0,0,0,0,0),(99537,29479,571,1,1,22132,0,1714.58,-5531.25,209.844,1.24892,300,5,0,7984,0,1,0,0,0),(99538,29479,571,1,1,22132,0,1885.72,-5237.5,184.325,5.7684,300,5,0,7984,0,1,0,0,0),(99539,29479,571,1,1,22132,0,1883.57,-5281.83,187.292,2.89661,300,5,0,7984,0,1,0,0,0),(99540,29479,571,1,1,22132,0,1755.31,-5575.53,218.683,0.876058,300,5,0,7984,0,1,0,0,0),(99541,29479,571,1,1,22132,0,1888.99,-3525.83,142.357,5.24594,300,5,0,7984,0,1,0,0,0),(99542,29479,571,1,1,22132,0,1746.29,-3590.17,159.203,4.95689,300,5,0,7984,0,1,0,0,0),(99543,29479,571,1,1,22132,0,1900.93,-3640.66,159.715,6.07468,300,5,0,7984,0,1,0,0,0),(99544,29479,571,1,1,22132,0,1695.81,-3540.9,150.915,5.01734,300,5,0,7984,0,1,0,0,0),(99545,29479,571,1,1,22132,0,1791.23,-3646.88,154.005,0.147007,300,5,0,7984,0,1,0,0,0),(99546,29479,571,1,1,22132,0,1656.12,-3301.43,141.761,5.93241,300,5,0,7984,0,1,0,0,0),(99547,29479,571,1,1,22132,0,1732.11,-3829.29,148.29,5.86958,300,5,0,7984,0,1,0,0,0),(99548,29479,571,1,1,22132,0,2031.01,-3631.52,163.796,3.80134,300,5,0,7984,0,1,0,0,0),(99549,29479,571,1,1,22132,0,1740.28,-3355.81,147.019,3.23941,300,5,0,7984,0,1,0,0,0),(99550,29479,571,1,1,22132,0,1756.68,-3268.85,144.115,2.29707,300,5,0,7984,0,1,0,0,0),(99551,29479,571,1,1,22132,0,2077.61,-3519.82,147.454,1.05332,300,5,0,7984,0,1,0,0,0),(99552,29479,571,1,1,22132,0,2118.23,-3606.59,167.576,0.048868,300,5,0,7984,0,1,0,0,0),(99553,26663,571,1,1,25810,1,1327.45,-3865.11,124.814,1.17468,300,5,0,7984,3080,1,0,0,0),(99554,29479,571,1,1,22132,0,1935.74,-3535.54,145.872,2.86048,300,5,0,7984,0,1,0,0,0),(99555,29479,571,1,1,22132,0,2546.6,-4459.33,235.935,6.21083,300,5,0,7984,0,1,0,0,0),(99556,29479,571,1,1,22132,0,1742.44,-5449.89,195.735,1.52785,300,5,0,7984,0,1,0,0,0),(99557,29479,571,1,1,22132,0,1789.49,-5413.08,187.308,2.32042,300,5,0,7984,0,1,0,0,0),(99558,29479,571,1,1,22132,0,1629.7,-5619.1,227.953,4.70717,300,5,0,7984,0,1,0,0,0),(99559,29479,571,1,1,22132,0,1688.83,-5594,222.303,0.012987,300,5,0,7984,0,1,0,0,0),(99560,29479,571,1,1,22132,0,1819.4,-5364.45,184.134,2.16581,300,0,0,7984,0,0,0,0,0),(99561,29479,571,1,1,22132,0,1704.29,-5487.02,201.862,5.07025,300,5,0,7984,0,1,0,0,0),(99562,29479,571,1,1,22132,0,1661.71,-5531.12,210.736,3.8947,300,5,0,7984,0,1,0,0,0),(99563,29479,571,1,1,22132,0,2519.19,-4418.54,235.618,5.55719,300,5,0,7984,0,1,0,0,0),(99564,29479,571,1,1,22132,0,2442.86,-4408.2,233.848,1.10535,300,5,0,7984,0,1,0,0,0),(99565,29479,571,1,1,22132,0,2431.61,-4461.78,225.165,2.51509,300,5,0,7984,0,1,0,0,0),(99566,29479,571,1,1,22132,0,2394.6,-4452.5,218.247,4.71146,300,5,0,7984,0,1,0,0,0),(99567,29479,571,1,1,22132,0,2498.83,-4478.08,233.732,5.60295,300,5,0,7984,0,1,0,0,0),(99568,25383,571,1,1,12818,0,3863.66,3591.82,46.5815,2.70526,300,0,0,9291,0,0,0,0,0),(99569,25383,571,1,1,12818,0,3880.31,3627.95,46.8884,2.70526,300,0,0,9291,0,0,0,0,0),(99570,25383,571,1,1,12818,0,3928.32,3582.81,70.7977,2.6529,300,0,0,9291,0,0,0,0,0),(99571,26407,571,1,1,14502,0,3587.77,-5012.65,202.426,5.06919,300,5,0,10282,3466,1,0,0,0),(99572,26407,571,1,1,14502,0,3473.58,-5010.84,238.434,1.96808,300,5,0,10282,3466,1,0,0,0),(99573,26663,571,1,1,25810,1,1159.92,-4250.67,153.006,4.05092,300,5,0,7984,3080,1,0,0,0),(99574,26663,571,1,1,25811,1,994.591,-4139.74,159.374,0.61433,300,5,0,7984,3080,1,0,0,0),(99575,29479,571,1,1,22132,0,1912.8,-3778.13,163.897,5.54221,300,5,0,7984,0,1,0,0,0),(99576,29479,571,1,1,22132,0,1786.01,-3778.74,151.708,1.99911,300,5,0,7984,0,1,0,0,0),(99577,29479,571,1,1,22132,0,1871.52,-3059.99,146.661,5.17342,300,5,0,7984,0,1,0,0,0),(99578,29479,571,1,1,22132,0,1951.27,-3025.75,146.528,3.69401,300,5,0,7984,0,1,0,0,0),(99579,29479,571,1,1,22132,0,1874.95,-3161.43,149.804,4.31249,300,5,0,7984,0,1,0,0,0),(99580,29479,571,1,1,22132,0,1947.38,-3131.11,148.129,0.3446,300,5,0,7984,0,1,0,0,0),(99581,29479,571,1,1,22132,0,1800.56,-3681.65,153.193,5.52301,300,5,0,7984,0,1,0,0,0),(99582,29479,571,1,1,22132,0,1865.72,-3742.32,154.997,2.26767,300,5,0,7984,0,1,0,0,0),(99583,29479,571,1,1,22132,0,1975.79,-3724.19,169.199,1.87095,300,5,0,7984,0,1,0,0,0),(99584,29479,571,1,1,22132,0,2012.81,-3828.74,184.164,4.87559,300,5,0,7984,0,1,0,0,0),(99585,29479,571,1,1,22132,0,2042.93,-3824.91,190.164,5.67338,300,5,0,7984,0,1,0,0,0),(99586,29479,571,1,1,22132,0,2299.14,-4342.8,224.052,5.16118,300,5,0,7984,0,1,0,0,0),(99587,29479,571,1,1,22132,0,2216.38,-4332.9,226.647,3.83422,300,5,0,7984,0,1,0,0,0),(99588,29479,571,1,1,22132,0,2285.67,-4309.89,227.704,2.35995,300,5,0,7984,0,1,0,0,0),(99589,29479,571,1,1,22132,0,2246.79,-4269.92,229.045,4.34251,300,5,0,7984,0,1,0,0,0),(99590,29479,571,1,1,22132,0,2183.38,-4247.79,223.195,5.11546,300,5,0,7984,0,1,0,0,0),(99591,29479,571,1,1,22132,0,2326.53,-4280.63,231.415,5.08419,300,5,0,7984,0,1,0,0,0),(99592,29479,571,1,1,22132,0,1739.31,-3906.73,167.211,0.647272,300,5,0,7984,0,1,0,0,0),(99593,29479,571,1,1,22132,0,1785.68,-3517.98,146.536,0.718412,300,5,0,7984,0,1,0,0,0),(99594,29479,571,1,1,22132,0,2364.57,-4343.25,233.75,6.08148,300,5,0,7984,0,1,0,0,0),(99595,29479,571,1,1,22132,0,2526.48,-4514.01,232.817,0.578257,300,5,0,7984,0,1,0,0,0),(99596,29479,571,1,1,22132,0,2204.65,-4171.68,226.773,4.26433,300,5,0,7984,0,1,0,0,0),(99597,29479,571,1,1,22132,0,1791.64,-4575.13,180.665,1.6851,300,0,0,7984,0,0,0,0,0),(99598,26663,571,1,1,25812,1,1385.58,-3563.99,155.9,0.272804,300,5,0,7984,3080,1,0,0,0),(99599,25383,571,1,1,12818,0,3710.07,3740.46,49.0498,2.25148,300,0,0,9291,0,0,0,0,0),(99600,29479,571,1,1,22132,0,2083.02,-4651.75,218.099,5.96321,300,5,0,7984,0,1,0,0,0),(99601,29479,571,1,1,22132,0,2065.51,-4697.98,214.415,5.47499,300,5,0,7984,0,1,0,0,0),(99602,29479,571,1,1,22132,0,2227.67,-4743.78,222.365,0.845197,300,5,0,7984,0,1,0,0,0),(99603,29479,571,1,1,22132,0,2155.94,-4747.53,222.113,1.71228,300,5,0,7984,0,1,0,0,0),(99605,29479,571,1,1,22132,0,2223.4,-4934.39,236.181,4.30288,300,5,0,7984,0,1,0,0,0),(99606,29479,571,1,1,22132,0,1967.71,-3064.04,149.654,5.90797,300,5,0,7984,0,1,0,0,0),(99607,27687,571,1,1,24694,1,3847.46,664.114,59.4043,5.30673,300,0,0,7952,7654,0,0,0,0),(99608,29479,571,1,1,22132,0,1902.78,-3474.13,141.039,0.901755,300,5,0,7984,0,1,0,0,0),(99609,29479,571,1,1,22132,0,1848.58,-3460.08,141.449,0.990653,300,5,0,7984,0,1,0,0,0),(99610,29479,571,1,1,22132,0,1914.24,-3429.09,139.922,2.31437,300,5,0,7984,0,1,0,0,0),(99611,29479,571,1,1,22132,0,1851.8,-3265.08,143.696,5.97533,300,5,0,7984,0,1,0,0,0),(99612,29479,571,1,1,22132,0,1829.52,-3369.2,139.795,3.05164,300,5,0,7984,0,1,0,0,0),(99613,29479,571,1,1,22132,0,1905.93,-3304.24,137.831,3.22031,300,5,0,7984,0,1,0,0,0),(99614,29479,571,1,1,22132,0,1880.77,-3371.46,137.225,2.82355,300,5,0,7984,0,1,0,0,0),(99615,29479,571,1,1,22132,0,2530.79,-2866.43,88.5112,1.51703,300,5,0,7984,0,1,0,0,0),(99616,29479,571,1,1,22132,0,2467,-2916.51,105.471,5.61546,300,5,0,7984,0,1,0,0,0),(99617,26407,571,1,1,14502,0,3573.71,-5257.21,151.587,0.282948,300,5,0,10282,3466,1,0,0,0),(99618,26407,571,1,1,14502,0,3517.44,-5271.69,166.827,5.49157,300,5,0,10282,3466,1,0,0,0),(99619,29479,571,1,1,22132,0,2102.19,-3048.46,142.174,0.909819,300,5,0,7984,0,1,0,0,0),(99620,29479,571,1,1,22132,0,2193.76,-3020.36,139.52,2.3232,300,5,0,7984,0,1,0,0,0),(99621,26407,571,1,1,14502,0,3551.99,-5315.86,151.057,3.58996,300,5,0,10282,3466,1,0,0,0),(99622,29479,571,1,1,22132,0,2136.33,-3171.7,142.426,3.94703,300,5,0,7984,0,1,0,0,0),(99623,29479,571,1,1,22132,0,2083.11,-3140.85,145.22,0.785281,300,5,0,7984,0,1,0,0,0),(99624,29479,571,1,1,22132,0,2211.36,-3170.17,143.457,1.62914,300,5,0,7984,0,1,0,0,0),(99625,29479,571,1,1,22132,0,2251.34,-3769.52,220.254,3.40905,300,5,0,7984,0,1,0,0,0),(99626,26407,571,1,1,14502,0,3551.55,-4977.04,207.144,0.932974,300,5,0,10282,3466,1,0,0,0),(99627,26407,571,1,1,14502,0,3506.35,-4993.85,219.169,5.49779,300,5,0,10282,3466,1,0,0,0),(99628,26407,571,1,1,14502,0,3427.29,-4938.76,256.304,0.750167,300,5,0,10282,3466,1,0,0,0),(99629,26407,571,1,1,14502,0,3428.29,-4900.24,272.047,4.66058,300,5,0,10282,3466,1,0,0,0),(99630,26407,571,1,1,14502,0,3496.38,-4938.66,225.659,3.09471,300,5,0,10282,3466,1,0,0,0),(99631,26407,571,1,1,14502,0,3394.26,-4912.69,285.198,5.5702,300,0,0,10282,3466,0,0,0,0),(99632,26407,571,1,1,14502,0,3353.5,-4916.39,298.022,1.36003,300,5,0,10282,3466,1,0,0,0),(99633,26663,571,1,1,25811,1,2001.92,-5071.13,207.231,3.76099,300,5,0,7984,3080,1,0,0,0),(99634,24871,571,1,1,27850,1,59.7373,-4878.25,310.257,0.173421,300,10,0,7984,0,1,0,0,0),(99635,24871,571,1,1,27850,1,40.5764,-4907.93,309.536,2.3341,300,10,0,7984,0,1,0,0,0),(99636,24871,571,1,1,27850,1,-28.5661,-4919.13,302.95,0.44772,300,10,0,7984,0,1,0,0,0),(99637,24871,571,1,1,27850,1,37.8342,-5005.4,313.805,-0.224764,300,10,0,7984,0,1,0,0,0),(99638,24871,571,1,1,27850,1,7.47171,-5029.73,316.508,0.742649,300,0,0,7984,0,0,0,0,0),(99639,29479,571,1,1,22132,0,2292.31,-4799.83,237.98,1.86843,300,5,0,7984,0,1,0,0,0),(99640,29479,571,1,1,22132,0,2262.95,-4857.27,238.525,4.58369,300,5,0,7984,0,1,0,0,0),(99641,26407,571,1,1,14502,0,3387.24,-5145.02,325.077,1.22462,300,0,0,10282,3466,2,0,0,0),(99642,29479,571,1,1,22132,0,2048.9,-5075.98,223.961,5.61211,300,5,0,7984,0,1,0,0,0),(99643,26407,571,1,1,14502,0,3689.69,-5203.22,131.113,5.27923,300,5,0,10282,3466,1,0,0,0),(99644,26407,571,1,1,14502,0,3608.86,-5225.97,153.762,2.9689,300,5,0,10282,3466,1,0,0,0),(99645,26407,571,1,1,14502,0,3593.58,-5192.28,163.043,1.66079,300,5,0,10282,3466,1,0,0,0),(99646,26407,571,1,1,14502,0,3473.13,-5198.45,259.233,4.41147,300,0,0,10282,3466,2,0,0,0),(99647,26407,571,1,1,14502,0,3420.09,-5029.4,274.186,4.09291,300,0,0,10282,3466,2,0,0,0),(99648,26407,571,1,1,14502,0,3591.46,-5050.06,194.828,5.91415,300,0,0,10282,3466,2,0,0,0),(99649,26919,571,1,1,24452,1,4474.54,-4923.89,14.2574,1.66503,300,5,0,9940,0,1,0,0,0),(99650,26407,571,1,1,14502,0,3395.45,-4982.2,297.409,5.90426,300,0,0,10282,3466,2,0,0,0),(99651,26407,571,1,1,14502,0,3637.92,-5093.19,164.651,0.858351,300,0,0,10282,3466,2,0,0,0),(99652,26407,571,1,1,14502,0,3628.89,-5000.08,179.228,2.40181,300,5,0,10282,3466,1,0,0,0),(99653,26407,571,1,1,14502,0,3592.47,-4957.5,185.773,1.3644,300,5,0,10282,3466,1,0,0,0),(99654,26407,571,1,1,14502,0,3640.27,-5003.81,177.125,4.07045,300,5,0,10282,3466,1,0,0,0),(99655,26407,571,1,1,14502,0,3653.22,-5058.38,170.919,3.42777,300,5,0,10282,3466,1,0,0,0),(99656,26407,571,1,1,14502,0,3564.06,-5193.97,179.171,4.70814,300,5,0,10282,3466,1,0,0,0),(99657,26407,571,1,1,14502,0,3721.91,-5071.12,128.049,0.107637,300,5,0,10282,3466,1,0,0,0),(99658,26407,571,1,1,14502,0,3747.53,-5079.18,123.748,0.558505,300,0,0,10282,3466,0,0,0,0),(99659,26407,571,1,1,14502,0,3675.62,-5078.94,157.292,3.88567,300,5,0,10282,3466,1,0,0,0),(99660,26407,571,1,1,14502,0,3655.24,-5180.24,143.024,3.87463,300,0,0,10282,3466,0,0,0,0),(99661,26407,571,1,1,14502,0,3678.08,-5140.01,145.988,3.05433,300,0,0,10282,3466,0,0,0,0),(99662,24871,571,1,1,27850,1,-126.091,-5185.4,324.273,1.83552,300,10,0,7984,0,1,0,0,0),(99663,29479,571,1,1,22132,0,2347.15,-2976.24,128.615,2.36511,300,5,0,7984,0,1,0,0,0),(99664,29479,571,1,1,22132,0,2337.74,-3054.48,142.488,3.79783,300,5,0,7984,0,1,0,0,0),(99665,29479,571,1,1,22132,0,2443.66,-2951.66,118.72,5.32776,300,5,0,7984,0,1,0,0,0),(99666,24871,571,1,1,27850,1,-147.467,-5109.38,323.793,1.28403,300,10,0,7984,0,1,0,0,0),(99667,24871,571,1,1,27850,1,-44.7951,-4919.65,302.943,5.59694,300,10,0,7984,0,1,0,0,0),(99668,24871,571,1,1,27850,1,-52.7347,-4947.91,306.571,4.25263,300,10,0,7984,0,1,0,0,0),(99669,24871,571,1,1,27850,1,-89.8356,-5003.22,311.094,4.61059,300,10,0,7984,0,1,0,0,0),(99670,24871,571,1,1,27850,1,-118.477,-4947.2,305.98,5.8108,300,10,0,7984,0,1,0,0,0),(99671,24871,571,1,1,27850,1,-5.2721,-5054.97,319.617,0.954588,300,10,0,7984,0,1,0,0,0),(99672,24871,571,1,1,27850,1,-48.4341,-5078.92,319.731,-0.925414,300,0,0,7984,0,0,0,0,0),(99673,24871,571,1,1,27850,1,-56.3493,-5099.6,320.876,2.0488,300,0,0,7984,0,0,0,0,0),(99674,24871,571,1,1,27850,1,-74.6743,-5015.25,315.791,0.698588,300,10,0,7984,0,1,0,0,0),(99675,24871,571,1,1,27850,1,-72.8731,-5014.13,314.853,6.11032,300,10,0,7984,0,1,0,0,0),(99676,24871,571,1,1,27850,1,-14.658,-4947.02,305.302,3.84386,300,10,0,7984,0,1,0,0,0),(99677,24871,571,1,1,27850,1,-17.5535,-5061.56,318.774,0.504861,300,10,0,7984,0,1,0,0,0),(99678,24871,571,1,1,27850,1,14.8677,-4944.6,306.308,0.997047,300,10,0,7984,0,1,0,0,0),(99679,29479,571,1,1,22132,0,2096.71,-3053.18,142.379,0.228629,300,5,0,7984,0,1,0,0,0),(99680,29479,571,1,1,22132,0,2287.1,-3068.46,136.654,2.17912,300,5,0,7984,0,1,0,0,0),(99681,29479,571,1,1,22132,0,2255.73,-3013.38,134.691,0.085423,300,5,0,7984,0,1,0,0,0),(99682,29479,571,1,1,22132,0,2178.7,-3076.63,137.528,3.4023,300,5,0,7984,0,1,0,0,0),(99685,25383,571,1,1,12818,0,3944.06,3659.17,61.9753,1.09956,300,0,0,9291,0,0,0,0,0),(99686,25383,571,1,1,12818,0,3974.91,3645.44,62.0838,1.55334,300,0,0,9291,0,0,0,0,0),(99687,25384,571,1,1,23171,1,3878.59,5717.11,66.0835,3.75246,300,0,0,9610,0,0,0,0,0),(99688,27944,571,1,1,14546,0,4559.43,-4234.29,170.977,3.33358,300,0,0,55,0,0,0,0,0),(99689,27176,571,1,1,24375,0,2785.4,967.805,22.467,0.314159,300,0,0,9940,0,0,0,0,0),(99690,28456,571,1,1,13069,0,5112.45,5543.34,-98.0123,2.05949,300,5,0,42,0,1,0,0,0),(99691,27688,571,1,1,23489,0,2536.53,-2277.06,0.896894,5.77704,300,5,0,4979,0,1,0,0,0),(99692,27688,571,1,1,23489,0,2537.09,-2233.74,0.945722,0.575959,300,5,0,4979,0,1,0,0,0),(99693,24104,571,1,1,21749,1,418.481,-4708.18,226.534,5.95157,300,0,0,21270,0,0,0,0,0),(99694,24104,571,1,1,21748,1,410.508,-4720.61,226.858,6.02139,300,0,0,21270,0,0,0,0,0),(99695,24104,571,1,1,21750,1,348.769,-4502.86,245.227,2.89725,300,0,0,21270,0,0,0,0,0),(99696,24104,571,1,1,21751,1,391.867,-4497.8,236.444,1.18682,300,0,0,21270,0,0,0,0,0),(99697,27688,571,1,1,23489,0,2532.24,-2249.19,0.666446,5.34071,300,5,0,4979,0,1,0,0,0),(99698,27688,571,1,1,23489,0,2560.91,-2280.74,0.194158,3.64774,300,5,0,4979,0,1,0,0,0),(99699,27688,571,1,1,23489,0,2577.48,-2220.69,0.258007,5.23599,300,5,0,4979,0,1,0,0,0),(99700,27688,571,1,1,23489,0,2544.92,-2221.3,0.567342,2.3911,300,5,0,4979,0,1,0,0,0),(99701,24104,571,1,1,21750,1,488,-4514.84,242.909,0.890118,300,0,0,21270,0,0,0,0,0),(99702,24104,571,1,1,21749,1,381.148,-4491.29,236.418,1.309,300,0,0,21270,0,0,0,0,0),(99703,24104,571,1,1,21749,1,332.616,-4533.35,247.551,3.735,300,0,0,21270,0,0,0,0,0),(99704,24104,571,1,1,21750,1,479.159,-4669.24,247.17,5.11381,300,0,0,21270,0,0,0,0,0),(99705,27688,571,1,1,23489,0,2554.21,-2212.6,0.412336,4.36332,300,5,0,4979,0,1,0,0,0),(99706,27688,571,1,1,23489,0,2565.29,-2202.64,0.342619,6.14356,300,5,0,4979,0,1,0,0,0),(99707,24104,571,1,1,21751,1,432.762,-4684.86,245.353,5.044,300,0,0,21270,0,0,0,0,0),(99708,24104,571,1,1,21749,1,494.113,-4571.6,243.593,0.349066,300,0,0,21270,0,0,0,0,0),(99709,24104,571,1,1,21750,1,396.678,-4511.99,240.369,1.62316,300,0,0,21270,0,0,0,0,0),(99710,24104,571,1,1,21749,1,440.948,-4500.74,244.974,2.07694,300,0,0,21270,0,0,0,0,0),(99711,24104,571,1,1,21748,1,497.761,-4597.71,243.702,0.785398,300,0,0,21270,0,0,0,0,0),(99712,24104,571,1,1,21750,1,411.528,-4583.89,242.001,4.11898,300,0,0,21270,0,0,0,0,0),(99713,24104,571,1,1,21749,1,351.525,-4570.5,246.048,4.04916,300,0,0,21270,0,0,0,0,0),(99714,27688,571,1,1,23489,0,2531.43,-2264.48,0.692101,1.22173,300,5,0,4979,0,1,0,0,0),(99715,27688,571,1,1,23489,0,2545.87,-2287.32,0.436291,2.11185,300,5,0,4979,0,1,0,0,0),(99716,24872,571,1,1,22702,0,-103.237,-5128.32,327.488,-2.47731,300,0,0,6387,7031,0,0,0,0),(99717,26408,571,1,1,25748,1,3295.85,-5123.6,341.06,6.19592,300,0,0,10282,3466,0,0,0,0),(99718,24872,571,1,1,22702,0,86.3247,-4884.72,309.45,4.17264,300,5,0,6387,7031,1,0,0,0),(99719,26408,571,1,1,25748,1,3305.8,-5117.04,297.916,4.86947,300,0,0,10282,3466,0,0,0,0),(99720,26408,571,1,1,25748,1,3303.2,-5132.69,297.916,1.71042,300,0,0,10282,3466,0,0,0,0),(99721,24104,571,1,1,21749,1,341.334,-4608.53,238.671,2.87979,300,0,0,21270,0,0,0,0,0),(99722,24872,571,1,1,22702,0,-82.0191,-5199.19,328.379,1.86599,300,5,0,6387,7031,1,0,0,0),(99723,24872,571,1,1,22702,0,99.828,-4920.78,309.713,0.026164,300,5,0,6387,7031,1,0,0,0),(99724,24872,571,1,1,22702,0,-124.932,-5024.57,311.171,4.55586,300,5,0,6387,7031,1,0,0,0),(99725,24872,571,1,1,22702,0,-133.278,-5053.49,313.109,0.238815,300,5,0,6387,7031,1,0,0,0),(99726,24872,571,1,1,22702,0,-118.562,-5047.65,312.162,3.34014,300,5,0,6387,7031,1,0,0,0),(99727,26408,571,1,1,25748,1,3337.85,-5159.69,322.701,1.74533,300,0,0,10282,3466,0,0,0,0),(99728,24872,571,1,1,22702,0,-152.89,-5154.67,320.135,0.119507,300,5,0,6387,7031,1,0,0,0),(99729,26408,571,1,1,25748,1,3505.47,-5212.75,245.528,0.017453,300,0,0,10282,3466,0,0,0,0),(99730,24872,571,1,1,22702,0,-155.236,-5079.39,308.89,4.30031,300,5,0,6387,7031,1,0,0,0),(99731,26408,571,1,1,25748,1,3283.34,-5086.47,322.7,0.680678,300,0,0,10282,3466,0,0,0,0),(99732,24872,571,1,1,22702,0,-106.155,-5083.23,310.673,5.73473,300,5,0,6387,7031,1,0,0,0),(99733,26408,571,1,1,25748,1,3453,-5115.61,238.461,4.5204,300,0,0,10282,3466,0,0,0,0),(99734,26408,571,1,1,25748,1,3310.16,-5125.42,341.06,2.94961,300,0,0,10282,3466,0,0,0,0),(99735,26408,571,1,1,25748,1,3364.25,-4968.11,304.379,0.383972,300,0,0,10282,3466,0,0,0,0),(99736,26408,571,1,1,25748,1,3354.67,-5093.97,325.387,4.34587,300,0,0,10282,3466,0,0,0,0),(99737,26408,571,1,1,25748,1,3292.68,-5112.46,322.699,5.58505,300,0,0,10282,3466,0,0,0,0),(99738,26408,571,1,1,25748,1,3575.36,-5143.81,167.202,4.06662,300,0,0,10282,3466,0,0,0,0),(99739,26408,571,1,1,25748,1,3583.32,-5117.95,167.202,2.1293,300,0,0,10282,3466,0,0,0,0),(99740,26408,571,1,1,25748,1,3587.35,-5143.56,167.202,2.30383,300,0,0,10282,3466,0,0,0,0),(99741,26408,571,1,1,25748,1,3644.19,-5116.02,165.667,1.95477,300,0,0,10282,3466,0,0,0,0),(99742,26408,571,1,1,25748,1,3572.8,-5131.64,167.202,2.05949,300,0,0,10282,3466,0,0,0,0),(99743,26408,571,1,1,25748,1,3403.73,-5410.23,267.939,4.64258,300,0,0,10282,3466,0,0,0,0),(99744,26408,571,1,1,25748,1,3313.93,-5099.22,322.702,2.87979,300,0,0,10282,3466,0,0,0,0),(99745,26408,571,1,1,25748,1,3316.4,-5114.34,322.699,3.9619,300,0,0,10282,3466,0,0,0,0),(99746,26408,571,1,1,25748,1,3331.58,-5119.75,322.702,2.72271,300,0,0,10282,3466,0,0,0,0),(99747,26408,571,1,1,25748,1,3395.95,-5401.82,267.939,4.59022,300,0,0,10282,3466,0,0,0,0),(99748,26408,571,1,1,25748,1,3417.14,-5387.44,267.939,2.47837,300,0,0,10282,3466,0,0,0,0),(99749,26408,571,1,1,25748,1,3516.19,-5050.43,235.999,2.89725,300,0,0,10282,3466,0,0,0,0),(99750,26408,571,1,1,25748,1,3518.03,-5060.5,236.619,0.767945,300,0,0,10282,3466,0,0,0,0),(99751,24872,571,1,1,22702,0,-140.567,-5181.91,322.42,4.09895,300,5,0,6387,7031,1,0,0,0),(99752,24872,571,1,1,22702,0,-112.849,-5112.37,324.807,0.293328,300,5,0,6387,7031,1,0,0,0),(99753,24872,571,1,1,22702,0,-47.477,-4972.02,306.412,0.999675,300,5,0,6387,7031,1,0,0,0),(99754,24872,571,1,1,22702,0,-46.5733,-4880.45,302.825,2.43473,300,5,0,6387,7031,1,0,0,0),(99755,24872,571,1,1,22702,0,-6.37623,-4846.27,298.036,3.88004,300,5,0,6387,7031,1,0,0,0),(99756,24872,571,1,1,22702,0,-91.3623,-4936.79,306.834,1.67203,300,5,0,6387,7031,1,0,0,0),(99757,24872,571,1,1,22702,0,-5.95009,-4983.9,308.004,5.01509,300,5,0,6387,7031,1,0,0,0),(99758,24872,571,1,1,22702,0,66.8938,-4918.59,310.631,0.615391,300,5,0,6387,7031,1,0,0,0),(99759,24872,571,1,1,22702,0,-109.887,-4986.85,311.165,2.05364,300,5,0,6387,7031,1,0,0,0),(99760,24872,571,1,1,22702,0,-84.5393,-4996.67,311.59,1.78128,300,5,0,6387,7031,1,0,0,0),(99761,24872,571,1,1,22702,0,-33.4096,-4869.88,301.075,3.19036,300,5,0,6387,7031,1,0,0,0),(99762,29481,571,1,1,25815,0,6931.07,-1202.59,808.828,4.97419,300,0,0,12175,0,0,0,0,0),(99763,25385,571,1,1,26575,0,2767.97,5339.93,30.0268,3.05433,300,0,0,9610,0,0,0,0,0),(99764,28457,571,1,1,13069,0,6628.22,5161.1,-41.8936,0.575959,300,5,0,42,0,1,0,0,0),(99765,27689,571,1,1,23489,0,2752.31,-1617.83,10.4085,2.58309,300,5,0,4979,0,1,0,0,0),(99766,27689,571,1,1,23489,0,2792.71,-1594.52,6.82162,1.90241,300,5,0,4979,0,1,0,0,0),(99767,27689,571,1,1,23489,0,2793.8,-1595.14,7.77027,3.12414,300,5,0,4979,0,1,0,0,0),(99768,27689,571,1,1,23489,0,2771.23,-1606.81,21.1788,3.52556,300,5,0,4979,0,1,0,0,0),(99769,27689,571,1,1,23489,0,2752.31,-1619.7,10.096,5.42797,300,5,0,4979,0,1,0,0,0),(99770,27689,571,1,1,23489,0,2556.5,-2243.77,25.9424,3.82227,300,5,0,4979,0,1,0,0,0),(99771,29993,571,1,1,802,0,6113.96,-1071.71,402.844,0.069813,300,0,0,11770,0,0,0,0,0),(99773,27689,571,1,1,23489,0,2760.59,-1613.04,13.0961,5.37561,300,5,0,4979,0,1,0,0,0),(99774,27689,571,1,1,23489,0,2771.13,-1605.68,4.37916,2.46091,300,5,0,4979,0,1,0,0,0),(99777,27689,571,1,1,23489,0,2562.72,-2230.15,14.2239,3.24631,300,5,0,4979,0,1,0,0,0),(99778,27689,571,1,1,23489,0,2550.38,-2270.28,8.76503,5.09636,300,5,0,4979,0,1,0,0,0),(99780,27689,571,1,1,23489,0,2772.29,-1608.52,21.6138,3.89208,300,5,0,4979,0,1,0,0,0),(99781,27689,571,1,1,23489,0,2560.71,-2231.81,14.0742,3.83972,300,5,0,4979,0,1,0,0,0),(99782,27689,571,1,1,23489,0,2549.52,-2267.48,9.11977,5.70723,300,5,0,4979,0,1,0,0,0),(99783,27689,571,1,1,23489,0,2567.57,-2219.31,8.6875,0.488692,300,5,0,4979,0,1,0,0,0),(99786,27689,571,1,1,23489,0,2768.68,-1601.74,4.4436,6.0912,300,5,0,4979,0,1,0,0,0),(99787,27689,571,1,1,23489,0,2556.09,-2244.7,6.91886,4.04916,300,5,0,4979,0,1,0,0,0),(99789,27689,571,1,1,23489,0,2558.32,-2245.17,24.5446,0.261799,300,5,0,4979,0,1,0,0,0),(99791,27689,571,1,1,23489,0,2548.51,-2243.7,14.2917,0.506145,300,5,0,4979,0,1,0,0,0),(99793,27177,571,1,1,25795,1,3598.23,-5133.09,167.202,3.735,300,0,0,10282,3466,0,0,0,0),(99794,27177,571,1,1,25795,1,3489.4,-5107.82,236.89,2.13591,300,5,0,10282,3466,1,0,0,0),(99795,26409,571,1,1,25748,1,3524.7,-5042.13,235.999,3.61283,300,0,0,10282,3466,0,0,0,0),(99796,26666,571,1,1,23989,1,3848.19,-4531.66,209.344,4.55531,300,0,0,10635,0,0,0,0,0),(99797,27178,571,1,1,25535,1,2713.02,902.581,4.60952,3.26377,300,0,0,42540,0,0,0,0,0),(99798,27178,571,1,1,25535,1,2804.29,904.536,23.0672,2.26893,300,0,0,42540,0,0,0,0,0),(99799,27178,571,1,1,25535,1,2829.99,963.597,26.7147,6.14356,300,0,0,42540,0,0,0,0,0),(99800,27178,571,1,1,25535,1,2911.99,854.03,28.2533,5.93412,300,0,0,42540,0,0,0,0,0),(99801,27178,571,1,1,24376,1,2942.45,874.497,35.302,3.36715,300,0,0,42540,0,2,0,0,0),(99802,27178,571,1,1,24376,1,2942.45,874.497,35.302,3.36715,300,0,0,42540,0,0,0,0,0),(99803,27178,571,1,1,24376,1,2817.92,998.007,28.3519,5.67232,300,0,0,42540,0,0,0,0,0),(99804,27178,571,1,1,25535,1,2776.68,910.518,22.4578,6.26573,300,0,0,42540,0,0,0,0,0),(99805,28202,571,1,1,2176,0,5650.61,-2693.95,278.095,3.36587,300,5,0,42,0,1,0,0,0),(99806,27178,571,1,1,24376,1,2804.12,948.502,23.754,0.244346,300,0,0,42540,0,0,0,0,0),(99807,27178,571,1,1,25535,1,2718.01,917.711,0.380626,0.401426,300,0,0,42540,0,0,0,0,0),(99808,27178,571,1,1,25535,1,2696.08,882.796,4.63115,1.58825,300,0,0,42540,0,0,0,0,0),(99809,28458,571,1,1,13069,0,4871.05,5875.7,-39.4275,0.820305,300,5,0,42,0,1,0,0,0),(99810,28202,571,1,1,1141,0,6866.64,-4697.67,462.439,2.9206,300,5,0,42,0,1,0,0,0),(99811,24874,571,1,1,22703,0,-17.782,-4883.05,302.573,0.034907,300,0,0,9291,0,0,0,0,0),(99812,29994,571,1,1,26684,0,7810.96,-2960.59,1257.48,1.15192,300,0,0,12175,0,0,0,0,0),(99813,27178,571,1,1,25535,1,2714.36,889.326,4.55573,3.10669,300,0,0,42540,0,0,0,0,0),(99814,27178,571,1,1,25535,1,2734.04,908.073,3.24919,5.38637,300,0,0,42540,0,0,0,0,0),(99815,27178,571,1,1,24376,1,2734.04,908.073,3.24919,5.38824,300,0,0,42540,0,2,0,0,0),(99816,27178,571,1,1,25535,1,2845.72,931.715,24.8712,0.401426,300,0,0,42540,0,0,0,0,0),(99817,27178,571,1,1,25535,1,2905.88,806.234,26.8535,4.57276,300,0,0,42540,0,0,0,0,0),(99818,27178,571,1,1,24376,1,2901.37,897.082,29.5859,0.496575,300,0,0,42540,0,0,0,0,0),(99819,27178,571,1,1,24376,1,2863.19,907.019,23.0662,0.523599,300,0,0,42540,0,0,0,0,0),(99820,27178,571,1,1,25535,1,2898.91,755.525,18.7,0.401426,300,0,0,42540,0,0,0,0,0),(99821,27178,571,1,1,25535,1,2763.6,871.288,6.0624,0.436332,300,0,0,42540,0,0,0,0,0),(99822,27178,571,1,1,24376,1,2781.85,990.058,23.2693,0.645772,300,0,0,42540,0,0,0,0,0),(99823,28714,571,1,1,25635,0,5836.88,730.554,642.068,5.44543,300,0,0,8508,7981,0,0,0,0),(99824,24362,571,1,1,22342,1,2622.85,-4374.22,276.327,1.0821,300,0,0,9291,3231,0,0,0,0),(99825,28202,571,1,1,1418,0,5856.64,-2191.71,237.103,3.60725,300,5,0,42,0,1,0,0,0),(99826,28202,571,1,1,1418,0,6384.31,-4507.32,460.884,1.97526,300,5,0,42,0,1,0,0,0),(99827,28202,571,1,1,2176,0,6314.44,-4385.47,453.447,3.84172,300,5,0,42,0,1,0,0,0),(99828,28202,571,1,1,1418,0,5592.48,-4432.44,374.288,1.52794,300,5,0,42,0,1,0,0,0),(99829,28202,571,1,1,1418,0,5632.29,-4278.09,374.455,1.5708,300,5,0,42,0,1,0,0,0),(99830,28202,571,1,1,1141,0,6284.27,-4332.61,447.554,6.03219,300,5,0,42,0,1,0,0,0),(99831,28202,571,1,1,1418,0,6374.66,-3140.91,388.921,2.97728,300,5,0,42,0,1,0,0,0),(99832,28202,571,1,1,1418,0,5304.13,-2620.9,290.673,5.85291,300,5,0,42,0,1,0,0,0),(99833,28202,571,1,1,1418,0,5729.49,-2189.86,234.475,5.14966,300,5,0,42,0,1,0,0,0),(99834,28202,571,1,1,1141,0,4832.54,-1915.4,242.179,2.94663,300,5,0,42,0,1,0,0,0),(99835,28202,571,1,1,1418,0,5051.92,-2294.95,245.432,3.02802,300,5,0,42,0,1,0,0,0),(99836,28202,571,1,1,1141,0,6925.49,-4625.56,459.064,3.9357,300,5,0,42,0,1,0,0,0),(99837,28202,571,1,1,1418,0,5957.29,-3898.96,379.168,5.82455,300,5,0,42,0,1,0,0,0),(99838,28202,571,1,1,1418,0,5271.85,-1888.47,237.218,2.19945,300,5,0,42,0,1,0,0,0),(99839,28202,571,1,1,1141,0,6568.77,-4716.66,450.874,3.46283,300,5,0,42,0,1,0,0,0),(99840,28202,571,1,1,1141,0,4815.81,-1749.63,237.076,3.06364,300,5,0,42,0,1,0,0,0),(99841,28202,571,1,1,1141,0,7032.5,-4445.27,450.678,2.22087,300,5,0,42,0,1,0,0,0),(99842,28202,571,1,1,2176,0,5559.7,-2661.66,276.708,4.90349,300,5,0,42,0,1,0,0,0),(99843,28202,571,1,1,2176,0,5568.14,-2932.48,277.902,4.69124,300,5,0,42,0,1,0,0,0),(99844,28202,571,1,1,2176,0,5874.86,-2663.4,290.317,5.49802,300,5,0,42,0,1,0,0,0),(99845,28202,571,1,1,2176,0,4876.74,-2444.72,217.207,2.50491,300,5,0,42,0,1,0,0,0),(99846,28202,571,1,1,1141,0,5757.24,-1340.59,229.997,2.35254,300,5,0,42,0,1,0,0,0),(99847,28202,571,1,1,2176,0,5988.29,-1934.3,241.604,2.66921,300,5,0,42,0,1,0,0,0),(99848,28202,571,1,1,1418,0,6029.59,-2083.57,238.54,4.52911,300,5,0,42,0,1,0,0,0),(99849,28202,571,1,1,1141,0,5304.17,-3154.17,278.677,3.05812,300,5,0,42,0,1,0,0,0),(99850,28202,571,1,1,1418,0,5551.66,-2917.8,277.824,4.60066,300,5,0,42,0,1,0,0,0),(99851,28202,571,1,1,1141,0,5808.45,-1757,237.117,1.43456,300,5,0,42,0,1,0,0,0),(99852,26410,571,1,1,25748,1,3439.7,-5143.72,235.788,5.7398,300,0,0,10282,3466,0,0,0,0),(99853,25386,571,1,1,17308,0,3988.71,3389.02,84.5917,1.36758,300,0,0,8982,0,2,0,0,0),(99854,25386,571,1,1,17308,0,3801.32,3493.92,64.1611,0.890118,300,0,0,8982,0,0,0,0,0),(99855,25386,571,1,1,17308,0,3767.44,3483.96,64.187,4.6056,300,0,0,8982,0,2,0,0,0),(99856,25386,571,1,1,17308,0,3944.87,3387.37,82.8417,3.387,300,0,0,8982,0,2,0,0,0),(99857,28202,571,1,1,1418,0,6124.24,-2179,240.684,0.697613,300,5,0,42,0,1,0,0,0),(99860,25386,571,1,1,17308,0,3736.83,3590.1,47.6204,5.0256,300,0,0,8982,0,2,0,0,0),(99861,25386,571,1,1,17308,0,3781.2,3555.76,47.1317,1.35326,300,0,0,8982,0,2,0,0,0),(99862,25386,571,1,1,17308,0,3760.04,3452.42,67.953,6.15715,300,5,0,8982,0,1,0,0,0),(99863,25386,571,1,1,17308,0,3740.86,3489.85,64.312,5.25587,300,5,0,8982,0,1,0,0,0),(99864,28202,571,1,1,2176,0,5595.93,-2978.78,285.88,5.41926,300,0,0,42,0,0,0,0,0),(99865,25386,571,1,1,17308,0,3721.97,3544.3,65.0076,0.792855,300,5,0,8982,0,1,0,0,0),(99866,28202,571,1,1,1141,0,5923.1,-2879.56,274.47,0.38524,300,5,0,42,0,1,0,0,0),(99867,28202,571,1,1,1141,0,5925.43,-2913.64,274.711,3.05533,300,5,0,42,0,1,0,0,0),(99868,28202,571,1,1,2176,0,5637.23,-2674.89,278.087,2.46995,300,5,0,42,0,1,0,0,0),(99869,25386,571,1,1,17308,0,3821.99,3539.66,46.9187,1.20428,300,0,0,8982,0,0,0,0,0),(99871,25386,571,1,1,17308,0,3812.43,3443.98,82.9726,4.41028,300,0,0,8982,0,2,0,0,0),(99872,24106,571,1,1,22102,0,867.501,-4780.97,20.743,5.39307,300,0,0,8982,0,0,0,0,0),(99873,25386,571,1,1,17308,0,3795.21,3453.81,82.9726,1.10088,300,0,0,8982,0,2,0,0,0),(99874,28202,571,1,1,1141,0,5678.69,-2243.17,236.027,1.01799,300,5,0,42,0,1,0,0,0),(99875,28202,571,1,1,1141,0,5273.21,-2494.6,287.529,6.18059,300,5,0,42,0,1,0,0,0),(99876,28202,571,1,1,2176,0,5641.41,-2654.95,277.833,0.690326,300,5,0,42,0,1,0,0,0),(99877,28202,571,1,1,1418,0,5632.1,-2679.83,277.817,0.294546,300,5,0,42,0,1,0,0,0),(99878,28202,571,1,1,2176,0,5595.33,-1356.13,234.47,1.17617,300,5,0,42,0,1,0,0,0),(99879,28202,571,1,1,1418,0,5523.14,-1786.91,239.716,1.40019,300,5,0,42,0,1,0,0,0),(99880,28202,571,1,1,1418,0,5575.05,-2119.26,240.621,5.51024,300,5,0,42,0,1,0,0,0),(99881,28202,571,1,1,1418,0,4974.45,-2392.17,247.934,0.783593,300,5,0,42,0,1,0,0,0),(99882,28202,571,1,1,2176,0,5363.44,-1714.44,241.305,0.583181,300,5,0,42,0,1,0,0,0),(99883,28202,571,1,1,1141,0,6455.19,-3436.38,388.938,0.414084,300,5,0,42,0,1,0,0,0),(99884,28202,571,1,1,1418,0,5008.57,-2201.88,243.028,0.619447,300,5,0,42,0,1,0,0,0),(99885,28202,571,1,1,2176,0,5354.71,-3656.46,362.169,1.80472,300,5,0,42,0,1,0,0,0),(99886,28202,571,1,1,1141,0,5783.82,-2708.24,276.624,5.98687,300,5,0,42,0,1,0,0,0),(99887,28202,571,1,1,1141,0,6329.79,-2726.86,302.757,3.29729,300,5,0,42,0,1,0,0,0),(99888,28202,571,1,1,2176,0,5679.75,-2385.13,287.605,3.75113,300,5,0,42,0,1,0,0,0),(99889,28202,571,1,1,1418,0,5869.91,-2724.26,276.833,0.564729,300,5,0,42,0,1,0,0,0),(99890,28202,571,1,1,1418,0,5278.55,-1603.95,231.241,2.49751,300,5,0,42,0,1,0,0,0),(99891,28202,571,1,1,1418,0,5151.15,-1561.31,238.271,6.15144,300,0,0,42,0,0,0,0,0),(99892,28202,571,1,1,1141,0,5191.77,-3748.15,363.983,6.00042,300,5,0,42,0,1,0,0,0),(99893,28202,571,1,1,1141,0,5176.57,-1780.15,245.803,5.59468,300,5,0,42,0,1,0,0,0),(99894,28202,571,1,1,1418,0,5841.57,-2777.18,274.479,4.71925,300,5,0,42,0,1,0,0,0),(99895,28202,571,1,1,1141,0,5795.31,-2868.75,274.583,5.69515,300,5,0,42,0,1,0,0,0),(99896,28202,571,1,1,1141,0,5621.79,-2563.85,287.621,0.651785,300,5,0,42,0,1,0,0,0),(99897,28202,571,1,1,1141,0,5420.52,-3229.33,292.919,1.07206,300,5,0,42,0,1,0,0,0),(99898,28202,571,1,1,1141,0,5589.79,-2642.22,277.348,2.90426,300,5,0,42,0,1,0,0,0),(99899,28202,571,1,1,1141,0,5848.46,-2740.17,276.621,4.75616,300,5,0,42,0,1,0,0,0),(99900,28202,571,1,1,2176,0,6132.56,-3557.49,383.847,1.18256,300,5,0,42,0,1,0,0,0),(99901,28202,571,1,1,1418,0,5644.02,-2785.69,274.438,3.44157,300,5,0,42,0,1,0,0,0),(99902,28202,571,1,1,1141,0,5549.62,-2947.35,276.578,1.86256,300,5,0,42,0,1,0,0,0),(99903,28202,571,1,1,1141,0,5950.06,-2962,290.23,5.37386,300,5,0,42,0,1,0,0,0),(99904,28202,571,1,1,1418,0,5850,-2845,274.411,3.87603,300,5,0,42,0,1,0,0,0),(99905,28202,571,1,1,1141,0,5811.51,-2853.42,274.562,5.16154,300,5,0,42,0,1,0,0,0),(99906,28202,571,1,1,2176,0,5578.7,-2961.07,276.494,2.44683,300,5,0,42,0,1,0,0,0),(99909,28202,571,1,1,2176,0,6405.88,-3813.92,470.724,1.47292,300,5,0,42,0,1,0,0,0),(99910,28202,571,1,1,2176,0,5781.04,-2783.29,274.434,2.81041,300,5,0,42,0,1,0,0,0),(99911,28202,571,1,1,2176,0,5547.63,-2980.09,276.643,4.86335,300,5,0,42,0,1,0,0,0),(99912,28202,571,1,1,2176,0,5588.91,-3069.13,288.225,2.36304,300,5,0,42,0,1,0,0,0),(99913,28202,571,1,1,1418,0,5577.58,-3107.59,288.235,4.58774,300,5,0,42,0,1,0,0,0),(99914,28202,571,1,1,2176,0,5634.43,-3004.09,274.448,1.19118,300,5,0,42,0,1,0,0,0),(99915,28202,571,1,1,1141,0,5615.23,-3046.45,287.92,1.73007,300,5,0,42,0,1,0,0,0),(99916,28202,571,1,1,1141,0,5614.51,-2950.93,274.461,4.44635,300,5,0,42,0,1,0,0,0),(99917,28202,571,1,1,1141,0,5818.59,-2787.11,274.628,5.42255,300,5,0,42,0,1,0,0,0),(99918,28202,571,1,1,1418,0,5739.03,-2848.14,274.626,1.19999,300,5,0,42,0,1,0,0,0),(99919,28202,571,1,1,1141,0,5741.95,-2812.12,274.626,3.70598,300,5,0,42,0,1,0,0,0),(99920,28202,571,1,1,2176,0,5527.49,-2714.88,275.567,3.52556,300,0,0,42,0,0,0,0,0),(99921,28202,571,1,1,1141,0,5615.42,-2977.28,274.133,5.30377,300,5,0,42,0,1,0,0,0),(99922,28202,571,1,1,1418,0,5576.78,-3520.88,350.452,1.48197,300,5,0,42,0,1,0,0,0),(99923,28202,571,1,1,2176,0,5625.34,-2853.16,274.382,6.07099,300,5,0,42,0,1,0,0,0),(99924,28202,571,1,1,1418,0,5620.86,-2813.55,275.907,0.190689,300,5,0,42,0,1,0,0,0),(99925,28202,571,1,1,1141,0,5644.04,-2837.94,274.382,2.06862,300,5,0,42,0,1,0,0,0),(99926,28202,571,1,1,1418,0,5654.35,-2949.54,274.504,5.26613,300,5,0,42,0,1,0,0,0),(99927,28202,571,1,1,1141,0,5687.13,-2882.35,274.503,3.5384,300,5,0,42,0,1,0,0,0),(99928,28202,571,1,1,1141,0,5704.33,-2863.68,274.68,5.71616,300,5,0,42,0,1,0,0,0),(99929,28202,571,1,1,2176,0,5646.2,-2813.52,274.382,2.13197,300,5,0,42,0,1,0,0,0),(99930,28202,571,1,1,2176,0,5722.46,-2781.09,274.488,4.3302,300,5,0,42,0,1,0,0,0),(99931,28202,571,1,1,1141,0,5729.06,-2812.25,276.253,3.71435,300,5,0,42,0,1,0,0,0),(99932,28202,571,1,1,1141,0,5781.57,-2852.03,274.501,6.06727,300,5,0,42,0,1,0,0,0),(99933,28202,571,1,1,1418,0,5677.69,-2808.5,274.382,1.11444,300,5,0,42,0,1,0,0,0),(99934,28202,571,1,1,2176,0,5737.4,-2781.81,274.517,2.69866,300,5,0,42,0,1,0,0,0),(99935,28202,571,1,1,1141,0,5611.65,-2896.88,274.572,4.07045,300,5,0,42,0,1,0,0,0),(99936,28202,571,1,1,1141,0,5649.29,-2880.96,274.503,2.92897,300,5,0,42,0,1,0,0,0),(99937,28202,571,1,1,1141,0,5594.79,-2681.75,276.348,0.582235,300,5,0,42,0,1,0,0,0),(99938,28202,571,1,1,1418,0,5618.58,-2654.55,276.638,6.00974,300,5,0,42,0,1,0,0,0),(99939,25386,571,1,1,17308,0,3859.66,3393.56,67.9774,4.73095,300,0,0,8982,0,2,0,0,0),(99940,28202,571,1,1,1141,0,5436.82,-2984.56,288.265,5.2942,300,5,0,42,0,1,0,0,0),(99941,28202,571,1,1,1141,0,5413.63,-2993.06,288.249,4.04672,300,5,0,42,0,1,0,0,0),(99942,28202,571,1,1,2176,0,5493.71,-3053.57,288.294,5.42715,300,5,0,42,0,1,0,0,0),(99943,28202,571,1,1,1418,0,5454.17,-3011.95,288.295,0.097403,300,5,0,42,0,1,0,0,0),(99944,28202,571,1,1,1141,0,5424.18,-2956.29,288.66,5.59284,300,5,0,42,0,1,0,0,0),(99945,28202,571,1,1,1418,0,5450.42,-2958.24,288.192,0.353612,300,5,0,42,0,1,0,0,0),(99946,28202,571,1,1,1141,0,5473.74,-3016.98,288.275,2.87789,300,5,0,42,0,1,0,0,0),(99947,28202,571,1,1,2176,0,5541.45,-3085.11,288.215,2.99126,300,5,0,42,0,1,0,0,0),(99948,28202,571,1,1,1141,0,5522.75,-3055.75,287.739,1.29548,300,5,0,42,0,1,0,0,0),(99949,28202,571,1,1,1418,0,5719.14,-1431.29,234.559,4.58428,300,5,0,42,0,1,0,0,0),(99950,28202,571,1,1,2176,0,6250.88,-3569.27,383.753,4.1098,300,5,0,42,0,1,0,0,0),(99951,28202,571,1,1,1418,0,5800.82,-2657.97,276.828,5.22853,300,5,0,42,0,1,0,0,0),(99952,28202,571,1,1,1418,0,5904.29,-1660.77,233.13,2.69936,300,5,0,42,0,1,0,0,0),(99953,28202,571,1,1,1141,0,5802.84,-2680.3,276.641,3.37492,300,5,0,42,0,1,0,0,0),(99954,28202,571,1,1,1141,0,5681.17,-2783.3,274.205,3.79703,300,5,0,42,0,1,0,0,0),(99955,25386,571,1,1,17308,0,3849.94,3440.84,64.0892,4.22526,300,0,0,8982,0,2,0,0,0),(99956,28202,571,1,1,1141,0,5571.07,-2887.52,274.975,1.6556,300,5,0,42,0,1,0,0,0),(99957,28202,571,1,1,1418,0,5610.89,-2918.56,274.776,4.0189,300,5,0,42,0,1,0,0,0),(99958,28202,571,1,1,1418,0,5646.53,-2915.19,274.503,2.03552,300,5,0,42,0,1,0,0,0),(99959,28202,571,1,1,1141,0,5518.87,-2978.32,276.467,3.11282,300,5,0,42,0,1,0,0,0),(99960,28202,571,1,1,2176,0,5582.77,-2918.31,276.378,2.75813,300,5,0,42,0,1,0,0,0),(99962,28202,571,1,1,1418,0,4842.82,-2274.73,248.598,4.13826,300,5,0,42,0,1,0,0,0),(99963,25386,571,1,1,17308,0,3744.76,3577.35,46.8704,3.42687,300,5,0,8982,0,1,0,0,0),(99964,28202,571,1,1,1141,0,5707.74,-1677.61,240.136,4.38631,300,5,0,42,0,1,0,0,0),(99965,28202,571,1,1,1418,0,5714.45,-2729.45,276.658,5.759,300,5,0,42,0,1,0,0,0),(99966,28202,571,1,1,1418,0,5495.93,-2970.98,276.901,0.393474,300,5,0,42,0,1,0,0,0),(99967,28202,571,1,1,1418,0,5489.06,-2706.77,277.296,1.41301,300,5,0,42,0,1,0,0,0),(99968,28202,571,1,1,1141,0,6403.37,-3980.18,473.014,5.53866,300,5,0,42,0,1,0,0,0),(99969,28202,571,1,1,1418,0,5719.57,-1545.65,229.681,3.25108,300,5,0,42,0,1,0,0,0),(99970,28202,571,1,1,1141,0,5380.05,-2726.2,288.165,3.92699,300,5,0,42,0,1,0,0,0),(99971,28202,571,1,1,1141,0,5586.67,-2823.39,274.062,5.12983,300,5,0,42,0,1,0,0,0),(99972,28202,571,1,1,1418,0,5548.24,-2851.34,274.462,4.14457,300,5,0,42,0,1,0,0,0),(99973,28202,571,1,1,1418,0,5547.66,-2873.4,275.762,0.810419,300,5,0,42,0,1,0,0,0),(99974,28202,571,1,1,1418,0,5578.97,-2846.93,274.446,5.35119,300,5,0,42,0,1,0,0,0),(99975,28202,571,1,1,1418,0,5484.22,-2914.99,276.617,0.311765,300,5,0,42,0,1,0,0,0),(99976,28202,571,1,1,1418,0,5473.53,-2938.65,277.025,2.29002,300,5,0,42,0,1,0,0,0),(99977,28202,571,1,1,2176,0,5514.59,-2947.32,276.703,4.54014,300,5,0,42,0,1,0,0,0),(99978,28202,571,1,1,2176,0,5521.16,-2907.06,276.344,4.90348,300,5,0,42,0,1,0,0,0),(99979,28202,571,1,1,1141,0,5300.49,-2849.21,288.208,3.97004,300,5,0,42,0,1,0,0,0),(99980,28202,571,1,1,1418,0,5284.37,-2811.43,287.999,2.53755,300,5,0,42,0,1,0,0,0),(99981,28202,571,1,1,2176,0,5350.27,-2756.87,288.15,4.9408,300,5,0,42,0,1,0,0,0),(99982,28202,571,1,1,1418,0,5440.44,-2723.86,274.744,3.35021,300,5,0,42,0,1,0,0,0),(99983,28202,571,1,1,1141,0,5448.76,-2724.53,274.494,4.99368,300,5,0,42,0,1,0,0,0),(99984,28202,571,1,1,1418,0,5639.36,-1418.23,234.19,4.18165,300,5,0,42,0,1,0,0,0),(99985,28202,571,1,1,1141,0,5753.34,-2714.21,276.096,3.90004,300,5,0,42,0,1,0,0,0),(99986,28202,571,1,1,2176,0,6502.21,-3860.2,482.5,3.01513,300,5,0,42,0,1,0,0,0),(99987,28202,571,1,1,1418,0,5623.71,-2789.54,275.069,1.00744,300,5,0,42,0,1,0,0,0),(99988,28202,571,1,1,1418,0,5684.73,-2856.15,274.424,3.22194,300,5,0,42,0,1,0,0,0),(99989,28202,571,1,1,2176,0,5778.88,-2821.84,274.501,4.48073,300,5,0,42,0,1,0,0,0),(99990,28202,571,1,1,2176,0,6549.61,-3936.51,490.977,6.14659,300,5,0,42,0,1,0,0,0),(99991,28202,571,1,1,1141,0,5719.57,-2857.89,274.634,4.98978,300,5,0,42,0,1,0,0,0),(99992,28202,571,1,1,1141,0,5314.1,-3408.03,297.488,5.7243,300,0,0,42,0,0,0,0,0),(99993,28202,571,1,1,2176,0,5546.04,-2716.75,277.135,2.24695,300,5,0,42,0,1,0,0,0),(99994,28202,571,1,1,1418,0,5585.13,-2715.96,276.093,5.00826,300,5,0,42,0,1,0,0,0),(99995,28202,571,1,1,1418,0,5805.9,-2751.81,276.679,1.37058,300,5,0,42,0,1,0,0,0),(99996,28202,571,1,1,1418,0,5813.57,-2723.93,276.622,1.34021,300,5,0,42,0,1,0,0,0),(99997,28202,571,1,1,1418,0,5677.35,-2755.44,276.102,0.166854,300,5,0,42,0,1,0,0,0),(99998,28202,571,1,1,1418,0,5851.7,-2677.03,278.737,3.62655,300,5,0,42,0,1,0,0,0),(99999,28202,571,1,1,1141,0,5721.94,-2672.83,280.833,0.34842,300,5,0,42,0,1,0,0,0),(100000,28202,571,1,1,2176,0,5736.97,-2673.19,280.833,4.00377,300,5,0,42,0,1,0,0,0),(100001,28202,571,1,1,2176,0,5774.57,-2690.67,276.68,3.2612,300,5,0,42,0,1,0,0,0),(100002,28202,571,1,1,2176,0,5683.68,-2670.5,276.896,1.36163,300,5,0,42,0,1,0,0,0),(100003,28202,571,1,1,1418,0,5688.39,-2708.04,276.335,3.62925,300,5,0,42,0,1,0,0,0),(100004,28202,571,1,1,1141,0,5663.82,-2652.84,276.708,0.612234,300,5,0,42,0,1,0,0,0),(100005,28202,571,1,1,2176,0,5783.87,-2747.65,276.666,0.872665,300,0,0,42,0,0,0,0,0),(100006,28202,571,1,1,2176,0,5749.35,-2749.15,276.666,4.36332,300,0,0,42,0,0,0,0,0),(100007,28202,571,1,1,1418,0,5393.75,-2719.3,288.253,3.29867,300,0,0,42,0,0,0,0,0),(100008,25386,571,1,1,17308,0,3961.06,3422.17,80.9175,1.64676,300,0,0,8982,0,2,0,0,0),(100009,25386,571,1,1,17308,0,3896.4,3454.12,64.1909,2.75797,300,0,0,8982,0,2,0,0,0),(100010,25386,571,1,1,17308,0,3836.95,3476.34,64.1453,1.5708,300,0,0,8982,0,0,0,0,0),(100011,25386,571,1,1,17308,0,3973.76,3685.58,63.207,1.87123,300,0,0,8982,0,2,0,0,0),(100012,28202,571,1,1,2176,0,5008.63,-2225.3,244.278,5.28842,300,5,0,42,0,1,0,0,0),(100013,28202,571,1,1,2176,0,5038.51,-2292.09,246.307,6.03041,300,5,0,42,0,1,0,0,0),(100014,28202,571,1,1,1418,0,5002.75,-2388.7,247.65,3.28667,300,5,0,42,0,1,0,0,0),(100015,28202,571,1,1,1141,0,5525.66,-1781.56,238.074,4.90902,300,5,0,42,0,1,0,0,0),(100016,25387,571,1,1,17311,0,3768.42,3583.33,398.527,5.24712,300,5,0,9291,3231,1,0,0,0),(100017,25387,571,1,1,17311,0,3776.42,3583.38,374.629,1.92914,300,5,0,9291,3231,1,0,0,0),(100018,25387,571,1,1,17311,0,3711.55,3590.32,389.253,2.83791,300,5,0,9291,3231,1,0,0,0),(100019,29483,571,1,1,19218,0,6315.45,-1175.61,425.276,4.69494,300,0,0,12600,0,0,0,0,0),(100020,29483,571,1,1,19218,0,6342.87,-1177.98,426.14,4.43314,300,0,0,12600,0,0,0,0,0),(100021,29483,571,1,1,19218,0,6226.43,-1214.06,447.414,5.42797,300,0,0,12600,0,0,0,0,0),(100022,29483,571,1,1,19218,0,6289.03,-1182.94,424.693,4.64258,300,0,0,12600,0,0,0,0,0),(100023,28459,571,1,1,13069,0,5803.51,3626.83,-12.2747,6.26573,300,5,0,42,0,1,0,0,0),(100024,24875,571,1,1,22704,0,-109.952,-5143.21,329.272,2.44346,300,0,0,9291,0,0,0,0,0),(100025,28715,571,1,1,25636,0,5759.27,732.165,641.777,1.15192,300,0,0,8508,7981,0,0,0,0),(100026,29483,571,1,1,19218,0,6256,-1187.16,426.547,4.81711,300,0,0,12600,0,0,0,0,0),(100027,29483,571,1,1,19218,0,6373.12,-1191.06,426.251,4.5204,300,0,0,12600,0,0,0,0,0),(100028,23851,571,1,1,21814,1,1411.04,-3674.74,134.126,1.97826,300,0,0,10635,0,0,0,0,0),(100029,23851,571,1,1,21817,1,1410.12,-3677.06,134.126,1.97808,300,5,0,10635,0,1,0,0,0),(100030,23851,571,1,1,21816,1,1413.36,-3675.66,134.001,1.97808,300,5,0,10635,0,1,0,0,0),(100031,26155,571,1,1,22998,0,2226.08,5298.29,10.6647,5.02655,300,0,0,7984,0,0,0,0,0),(100032,25387,571,1,1,17311,0,3695.59,3538.16,371.428,0.663225,300,5,0,9291,3231,1,0,0,0),(100033,25387,571,1,1,17311,0,3976.41,3558.86,104.313,2.63693,300,5,0,9291,3231,1,0,0,0),(100034,25387,571,1,1,17311,0,3710.07,3611.77,371.428,5.2709,300,5,0,9291,3231,1,0,0,0),(100035,25387,571,1,1,17311,0,3929.77,3570.75,103.737,1.3612,300,5,0,9291,3231,1,0,0,0),(100036,26411,571,1,1,23818,1,2892.03,1370,161.165,4.59022,300,0,0,9291,0,0,0,0,0),(100037,26411,571,1,1,23818,1,2887.3,1275.06,153.711,4.45059,300,0,0,9291,0,0,0,0,0),(100038,26411,571,1,1,23818,1,2869.85,1477.7,157.759,5.2709,300,0,0,9291,0,0,0,0,0),(100039,26411,571,1,1,23818,1,2900.16,1576.81,154.892,2.1293,300,0,0,9291,0,0,0,0,0),(100040,26411,571,1,1,23818,1,2997.97,1233.86,149.421,4.74729,300,0,0,9291,0,0,0,0,0),(100041,26411,571,1,1,25551,1,3126.96,1293.87,158.772,3.47321,300,0,0,9291,0,2,0,0,0),(100042,26411,571,1,1,23818,1,3113.54,1624.93,161.911,5.46288,300,0,0,9291,0,0,0,0,0),(100043,26411,571,1,1,23818,1,3244.19,1513.98,170.527,4.964,300,0,0,9291,0,2,0,0,0),(100044,26411,571,1,1,25551,1,3141.87,1273.25,159.344,0.663225,300,0,0,9291,0,0,0,0,0),(132597,21787,530,1,1,20682,1,-3981.25,3134.06,363.35,1.11851,180,5,0,5744,3231,1,0,0,0),(132567,23051,530,1,1,21396,0,-3800.04,3329.87,342.099,4.04537,180,0,0,6986,0,2,0,0,0),(100047,26411,571,1,1,23818,1,3104.7,1512.5,153.939,1.93334,300,0,0,9291,0,0,0,0,0),(100048,26411,571,1,1,23818,1,3167.68,1498.6,152.668,4.18392,300,0,0,9291,0,0,0,0,0),(100049,26411,571,1,1,23818,1,3177.12,1413,151.951,3.49066,300,0,0,9291,0,0,0,0,0),(132588,21787,530,1,1,20682,1,-3652.21,3750.04,302.07,3.72422,180,5,0,5744,3231,1,0,0,0),(132589,21787,530,1,1,20682,1,-3868.04,3675.77,335.904,5.61996,180,0,0,5744,3231,0,0,0,0),(132568,23051,530,1,1,21396,0,-3943.23,3620.74,326.086,3.6325,180,5,0,6986,0,1,0,0,0),(132569,18956,556,1,1,18347,1,-160.813,157.043,0.094095,1.0821,86400,0,0,6326,0,0,0,0,0),(100056,25387,571,1,1,17311,0,3819.65,3633.11,81.0555,3.33724,300,5,0,9291,3231,1,0,0,0),(100057,25387,571,1,1,17311,0,3853.9,3531.28,91.1868,2.24482,300,5,0,9291,3231,1,0,0,0),(100058,25387,571,1,1,17311,0,3970.96,3760.94,87.6049,1.29547,300,5,0,9291,3231,1,0,0,0),(100059,25387,571,1,1,17311,0,4056.68,3620.05,124.213,1.07571,300,5,0,9291,3231,1,0,0,0),(100060,25387,571,1,1,17311,0,3848.23,3539.17,98.2701,2.41998,300,5,0,9291,3231,1,0,0,0),(100061,25387,571,1,1,17311,0,3734.15,3604.07,382.892,4.36734,300,5,0,9291,3231,1,0,0,0),(132590,21787,530,1,1,20682,1,-3856.78,3784.41,334.808,3.27176,180,5,0,5744,3231,1,0,0,0),(100065,29740,571,1,1,26471,0,3273.75,-2246.84,114.818,4.5204,300,0,0,9610,0,0,0,0,0),(100066,26156,571,1,1,23642,1,3641.49,2912.02,88.2267,2.37365,300,0,0,49700,0,0,0,0,0),(100067,28460,571,1,1,13069,0,5587.27,3809.72,-103.056,3.63029,300,5,0,42,0,1,0,0,0),(100068,28204,571,1,1,25205,1,5500.5,-2663.9,304.546,6.24828,300,0,0,8800,8139,0,0,0,0),(100069,29484,571,1,1,26303,0,5222.89,-1299.55,242.59,4.24115,300,0,0,8982,0,0,0,0,0),(100070,24876,571,1,1,22705,0,17.8127,-4981.98,309.815,3.29867,300,0,0,9291,0,0,0,0,0),(100071,29996,571,1,1,26685,0,6672.88,-199.774,951.214,1.74889,300,0,0,12175,0,0,0,0,0),(100072,28716,571,1,1,25637,1,5906.96,671.097,643.579,1.64061,300,0,0,10635,0,0,0,0,0),(100074,26157,571,1,1,23643,1,3500.16,4164.7,14.2937,0.034907,300,0,0,38440,0,0,0,0,0),(100075,26157,571,1,1,23653,1,3562.16,4199.63,12.5834,4.15388,300,0,0,38440,0,0,0,0,0),(100076,26157,571,1,1,23643,1,3474.57,4079.89,17.7264,4.97419,300,0,0,38440,0,0,0,0,0),(100077,26157,571,1,1,23653,1,3474.85,4130.34,16.7283,3.76991,300,0,0,38440,0,0,0,0,0),(100078,26157,571,1,1,23643,1,3416.37,4086.07,17.1715,4.24115,300,0,0,38440,0,0,0,0,0),(100079,26157,571,1,1,23653,1,3424.4,4077.63,17.285,3.59538,300,0,0,38440,0,0,0,0,0),(100080,26157,571,1,1,23643,1,3461.75,4077.16,18.0041,4.97419,300,0,0,38440,0,0,0,0,0),(100081,26157,571,1,1,23653,1,3432.17,4180.52,12.8739,2.67035,300,0,0,38440,0,0,0,0,0),(100082,29485,571,1,1,26302,0,8542.62,180.361,792.791,0.25634,300,0,0,37800,11982,0,0,0,0),(100083,29485,571,1,1,26302,0,8487.35,253.008,789.165,2.68804,300,0,0,37800,11982,0,0,0,0),(100084,29485,571,1,1,26302,0,8542.72,181.589,792.996,-0.170969,300,0,0,37800,11982,0,0,0,0),(100085,26925,571,1,1,6376,0,3553.24,372.024,58.8744,2.05949,300,0,0,28830,0,0,0,0,0),(100086,26925,571,1,1,6376,0,3559.85,378.581,52.3397,2.46091,300,0,0,28830,0,0,0,0,0),(100087,26925,571,1,1,6376,0,3545.17,374.654,53.43,1.22173,300,0,0,28830,0,0,0,0,0),(100088,28717,571,1,1,19595,0,6268.37,-3758.95,483.548,3.29867,300,5,0,4979,0,1,0,0,0),(100089,28717,571,1,1,19595,0,6232.16,-4218.65,484.553,5.51524,300,5,0,4979,0,1,0,0,0),(100090,28717,571,1,1,19595,0,6948.51,-4259.25,563.877,0.785398,300,5,0,4979,0,1,0,0,0),(100091,28717,571,1,1,19595,0,5273.35,-3448.87,383.518,3.33358,300,5,0,4979,0,1,0,0,0),(100092,28717,571,1,1,19595,0,5368.67,-2255.31,350.159,5.044,300,5,0,4979,0,1,0,0,0),(100093,28717,571,1,1,19595,0,6041.32,-1877.04,389.602,0.506145,300,5,0,4979,0,1,0,0,0),(100094,28717,571,1,1,19595,0,6657.26,-4609.08,577.561,1.64061,300,5,0,4979,0,1,0,0,0),(100095,28717,571,1,1,19595,0,6004.17,-2161.64,423.041,4.88692,300,5,0,4979,0,1,0,0,0),(100096,26157,571,1,1,23653,1,3641.12,2906.45,88.4721,5.41052,300,0,0,38440,0,0,0,0,0),(100097,26157,571,1,1,23653,1,3647.72,2911.84,88.8265,5.61996,300,0,0,38440,0,0,0,0,0),(100098,29997,571,1,1,25797,1,6777.78,-1595.43,820.54,5.39307,300,0,0,12175,0,0,0,0,0),(100099,28205,571,1,1,25934,1,5934.02,-2348.9,293.924,4.88692,300,0,0,9416,8459,0,0,0,0),(100101,26157,571,1,1,23653,1,3430.35,4168.99,16.2689,3.7001,300,0,0,38440,0,0,0,0,0),(100102,26157,571,1,1,23643,1,3543.27,4179.2,12.694,1.09956,300,0,0,38440,0,0,0,0,0),(100103,26157,571,1,1,23643,1,3498.93,4177.17,12.5653,0.017453,300,0,0,38440,0,0,0,0,0),(100104,24877,571,1,1,22706,0,-83.8677,-5008.06,315.917,1.65806,300,0,0,9291,0,0,0,0,0),(100105,27181,571,1,1,24379,1,2750.27,905.277,6.1482,4.11776,300,0,0,9940,0,0,0,0,0),(100110,30253,571,1,1,26889,1,5600.35,-673.941,206.723,3.33358,300,0,0,12600,3994,0,0,0,0),(100111,28717,571,1,1,19595,0,6184.1,-1992.48,421.172,4.74942,300,5,0,4979,0,1,0,0,0),(100146,26413,571,1,1,25238,0,3671.1,2427.7,106.649,2.16015,300,5,0,7432,7332,1,0,0,0),(100161,26413,571,1,1,25238,0,3664.92,2730.4,93.2181,5.6073,300,0,0,7432,7332,2,0,0,0),(100204,26413,571,1,1,25238,0,3621.2,2702.36,85.9487,5.27458,300,5,0,7432,7332,1,0,0,0),(100211,27693,571,1,1,24497,0,4685.85,1130.76,150.118,0.756365,120,0,0,567000,0,0,0,0,0),(100223,26413,571,1,1,25238,0,3852.47,2702.68,137.468,2.38038,300,0,0,7432,7332,2,0,0,0),(100243,28717,571,1,1,19595,0,6165.06,-3490.76,470.686,5.24261,300,5,0,4979,0,1,0,0,0),(100244,28717,571,1,1,19595,0,5641.93,-2750.53,346.112,5.40866,300,5,0,4979,0,1,0,0,0),(100245,28717,571,1,1,19595,0,5682.72,-2804.31,343.807,5.30654,300,5,0,4979,0,1,0,0,0),(100249,29485,571,1,1,26302,0,8511.11,-264.031,836.101,1.99117,300,0,0,37800,11982,0,0,0,0),(100250,29485,571,1,1,26302,0,8419.85,-121.001,804.348,2.49681,300,0,0,37800,11982,0,0,0,0),(100251,29485,571,1,1,26302,0,8446.77,-205.452,820.963,-0.911851,300,0,0,37800,11982,0,0,0,0),(100252,29485,571,1,1,26302,0,8412.87,-180.93,821.505,6.25537,300,0,0,37800,11982,0,0,0,0),(100253,26413,571,1,1,25238,0,3821.68,2714.92,125.889,2.11577,300,0,0,7432,7332,2,0,0,0),(100254,29485,571,1,1,26302,0,8426.56,-150.411,813.14,2.28638,300,0,0,37800,11982,0,0,0,0),(100255,26413,571,1,1,25238,0,3617.46,2708.24,84.037,5.28062,300,5,0,7432,7332,1,0,0,0),(100257,24110,571,1,1,0,0,3348.77,2501.18,-15.4015,1.02974,300,0,0,1,0,0,0,0,0),(100258,28462,571,1,1,13069,0,5000.08,4288.92,-85.4457,2.18166,300,5,0,42,0,1,0,0,0),(100259,25390,571,1,1,10005,0,3750.35,3617.05,49.4797,1.0416,300,5,0,70,0,1,0,0,0),(100260,25390,571,1,1,10005,0,3754.59,3614,47.5315,1.71607,300,5,0,70,0,1,0,0,0),(100261,25390,571,1,1,10005,0,3737.88,3624.17,52.4708,3.4674,300,5,0,70,0,1,0,0,0),(100262,25390,571,1,1,10005,0,3736.52,3610.97,49.2208,5.36648,300,5,0,70,0,1,0,0,0),(100263,25390,571,1,1,10005,0,3744.43,3602.14,47.1293,3.8052,300,5,0,70,0,1,0,0,0),(100264,25390,571,1,1,10005,0,3732.57,3590.68,49.5076,4.95908,300,5,0,70,0,1,0,0,0),(100265,25390,571,1,1,10005,0,3728.03,3591.44,52.4796,1.93951,300,5,0,70,0,1,0,0,0),(100266,25390,571,1,1,10005,0,3738.28,3585.47,47.4954,0.869758,300,5,0,70,0,1,0,0,0),(100267,25390,571,1,1,10005,0,3730.92,3601.91,50.6396,2.48339,300,5,0,70,0,1,0,0,0),(100268,25390,571,1,1,10005,0,3746.87,3612.61,49.9375,1.4489,300,5,0,70,0,1,0,0,0),(100269,26158,571,1,1,23644,0,3436.89,4055.52,18.9114,4.59022,300,0,0,8982,3155,0,0,0,0),(100270,24110,571,1,1,0,0,1619.97,-4251.12,309.588,5.75959,300,0,0,1,0,0,0,0,0),(100271,24110,571,1,1,0,0,1914.76,-3967.18,286.724,2.21657,300,0,0,1,0,0,0,0,0),(100272,24110,571,1,1,0,0,1917.54,-4023.77,281.061,3.82227,300,0,0,1,0,0,0,0,0),(100273,24110,571,1,1,0,0,1795.88,-4207.01,278.356,3.36848,300,0,0,1,0,0,0,0,0),(100274,24110,571,1,1,0,0,1669.79,-4019.14,306.18,5.46288,300,0,0,1,0,0,0,0,0),(100275,24110,571,1,1,0,0,1781.6,-4214.8,278.491,1.23918,300,0,0,1,0,0,0,0,0),(100276,24110,571,1,1,0,0,1782.51,-4209.19,298.553,3.28122,300,0,0,1,0,0,0,0,0),(100277,24110,571,1,1,0,0,2826.8,-461.281,161.643,0.174533,300,0,0,1,0,0,0,0,0),(100278,29486,571,1,1,22639,0,1530.34,-4968.96,143.821,1.59343,300,5,0,7984,0,1,0,0,0),(100280,27182,571,1,1,24380,1,2769.86,850.105,4.21835,0.855211,300,0,0,10282,0,0,0,0,0),(100281,28718,571,1,1,25644,0,5912.55,748.528,641.163,2.89725,300,0,0,10635,0,0,0,0,0),(100282,30254,571,1,1,26897,0,5626.6,-701.148,206.73,3.01942,300,0,0,10080,8814,0,0,0,0),(100283,24110,571,1,1,0,0,1906.77,-3976.09,286.051,2.54818,300,0,0,1,0,0,0,0,0),(100284,24110,571,1,1,0,0,1917.24,-4024.64,215.598,0.855211,300,0,0,1,0,0,0,0,0),(100285,24110,571,1,1,0,0,1651.76,-3990.41,285.224,3.03687,300,0,0,1,0,0,0,0,0),(100286,24110,571,1,1,0,0,1633.04,-4196.67,312.112,3.1765,300,0,0,1,0,0,0,0,0),(100287,24110,571,1,1,0,0,1645.22,-3948.8,305.486,1.32645,300,0,0,1,0,0,0,0,0),(100288,24110,571,1,1,0,0,1646.25,-4238,307.3,4.04916,300,0,0,1,0,0,0,0,0),(100289,24110,571,1,1,0,0,1639.84,-4192.16,311.863,4.76475,300,0,0,1,0,0,0,0,0),(100290,24110,571,1,1,0,0,1925.76,-4035.96,251.885,5.21853,300,0,0,1,0,0,0,0,0),(100291,24110,571,1,1,0,0,1622.53,-4232.21,248.245,0.401426,300,0,0,1,0,0,0,0,0),(100292,24110,571,1,1,0,0,1656.25,-3994.54,299.395,4.83456,300,0,0,1,0,0,0,0,0),(100293,24110,571,1,1,0,0,1654.06,-4011.6,299.578,0.383972,300,0,0,1,0,0,0,0,0),(100294,24110,571,1,1,0,0,1650.05,-4194.36,310.941,4.7822,300,0,0,1,0,0,0,0,0),(100295,24110,571,1,1,0,0,1816.68,-4173.06,294.941,5.20108,300,0,0,1,0,0,0,0,0),(100296,24110,571,1,1,0,0,1914.36,-4022.07,251.458,6.24828,300,0,0,1,0,0,0,0,0),(100297,24110,571,1,1,0,0,1805.03,-4231.22,307.103,5.93412,300,0,0,1,0,0,0,0,0),(100298,24110,571,1,1,0,0,1644.07,-4007.08,285.457,3.14159,300,0,0,1,0,0,0,0,0),(100299,24110,571,1,1,0,0,1669.52,-3993.43,286.045,0.383972,300,0,0,1,0,0,0,0,0),(100300,24110,571,1,1,0,0,1904.67,-4051.19,271.942,4.10152,300,0,0,1,0,0,0,0,0),(100301,29486,571,1,1,22639,0,1691.54,-4953.2,121.343,1.04864,300,5,0,7984,0,1,0,0,0),(100302,24110,571,1,1,0,0,1669.83,-4010.47,298.323,0.174533,300,0,0,1,0,0,0,0,0),(100303,24110,571,1,1,0,0,1636.74,-3951.49,305.759,1.8675,300,0,0,1,0,0,0,0,0),(100304,24110,571,1,1,0,0,1647.65,-4251.01,287.208,2.23402,300,0,0,1,0,0,0,0,0),(100305,24110,571,1,1,0,0,1895.38,-3970.09,288.824,0.488692,300,0,0,1,0,0,0,0,0),(100306,24110,571,1,1,0,0,1658.68,-3941.49,307.506,1.51844,300,0,0,1,0,0,0,0,0),(100307,24110,571,1,1,0,0,1904.55,-4035.25,265.912,2.02458,300,0,0,1,0,0,0,0,0),(100308,24110,571,1,1,0,0,1641.81,-4236.9,287.235,5.09636,300,0,0,1,0,0,0,0,0),(100309,24110,571,1,1,0,0,1798.69,-4216.27,292.039,3.64774,300,0,0,1,0,0,0,0,0),(100310,24110,571,1,1,0,0,1814.93,-4219.52,277.912,4.66003,300,0,0,1,0,0,0,0,0),(100311,24110,571,1,1,0,0,1810.49,-4169.35,296.64,3.82227,300,0,0,1,0,0,0,0,0),(100312,24110,571,1,1,0,0,1805.24,-4214.54,240.694,5.55015,300,0,0,1,0,0,0,0,0),(100313,24110,571,1,1,0,0,1802.91,-4171.54,293.821,3.61283,300,0,0,1,0,0,0,0,0),(100314,24110,571,1,1,0,0,1895.5,-4041.11,252.153,3.10669,300,0,0,1,0,0,0,0,0),(100315,24110,571,1,1,0,0,1624.48,-4230.94,287.251,6.03884,300,0,0,1,0,0,0,0,0),(100316,24110,571,1,1,0,0,1630.49,-4238.7,301.145,2.18166,300,0,0,1,0,0,0,0,0),(100317,29486,571,1,1,22639,0,1623.21,-4786.32,121.348,1.32088,300,5,0,7984,0,1,0,0,0),(100318,29486,571,1,1,22639,0,1708.85,-4777.55,118.414,5.61178,300,5,0,7984,0,1,0,0,0),(100319,29486,571,1,1,22639,0,1792.79,-4889.88,125.992,0.331613,300,0,0,7984,0,0,0,0,0),(100320,29486,571,1,1,22639,0,1571.91,-4915.75,141.924,1.90674,300,5,0,7984,0,1,0,0,0),(100321,29486,571,1,1,22639,0,1575.78,-4921.28,142.412,0.793723,300,5,0,7984,0,1,0,0,0),(100322,29486,571,1,1,22639,0,1628.36,-4952.92,144.026,0.068718,300,5,0,7984,0,1,0,0,0),(100323,29486,571,1,1,22639,0,1563.99,-4926.16,142.178,4.3403,300,5,0,7984,0,1,0,0,0),(100324,29486,571,1,1,22639,0,1561.98,-4923.44,142.48,3.69964,300,5,0,7984,0,1,0,0,0),(100325,29486,571,1,1,22639,0,1853.82,-4890.18,151.954,0.279253,300,0,0,7984,0,0,0,0,0),(100326,26926,571,1,1,24163,1,3720.18,1056.83,56.4686,4.72467,300,0,0,9940,0,2,0,0,0),(100327,29486,571,1,1,22639,0,1618.81,-4922.68,137.976,4.51329,300,5,0,7984,0,1,0,0,0),(100328,26414,571,1,1,25754,1,3377.46,-4997.54,314.211,0.837758,300,0,0,10282,0,0,0,0,0),(100329,26414,571,1,1,25754,1,3384.53,-5043.5,327.169,0.244346,300,0,0,10282,0,0,0,0,0),(100330,26414,571,1,1,25754,1,3542.92,-5067.19,236.781,0.593412,300,0,0,10282,0,0,0,0,0),(100331,26414,571,1,1,25754,1,3517.59,-5123.6,233.76,6.26573,300,0,0,10282,0,0,0,0,0),(100332,26414,571,1,1,25754,1,3509.07,-5150.21,238.194,0.802851,300,0,0,10282,0,0,0,0,0),(100333,24110,571,1,1,0,0,6817.66,-4549.25,445.67,0.785398,300,0,0,1,0,0,0,0,0),(100334,24110,571,1,1,0,0,6862.81,-4550.13,445.677,2.26893,300,0,0,1,0,0,0,0,0),(100335,24110,571,1,1,0,0,6863.9,-4503.27,445.371,3.89208,300,0,0,1,0,0,0,0,0),(100336,24110,571,1,1,0,0,6817.17,-4503.26,445.288,5.39307,300,0,0,1,0,0,0,0,0),(100337,27438,571,1,1,24637,0,3669.05,-2674.56,152.036,4.15481,300,5,0,42,0,1,0,0,0),(100338,27438,571,1,1,24637,0,3691.92,-2671.47,152.661,5.6286,300,5,0,42,0,1,0,0,0),(100339,27438,571,1,1,24637,0,3934.52,-2714.03,222.941,3.93182,300,5,0,42,0,1,0,0,0),(100340,27438,571,1,1,24637,0,3906.81,-2743.38,219.435,3.88478,300,5,0,42,0,1,0,0,0),(100341,27438,571,1,1,24637,0,3669.6,-2673.54,151.286,1.54544,300,5,0,42,0,1,0,0,0),(100342,27438,571,1,1,24637,0,3730.95,-2649.56,159.796,4.63986,300,0,0,42,0,0,0,0,0),(100343,27438,571,1,1,24637,0,3692.54,-2672.14,153.495,2.05277,300,0,0,42,0,0,0,0,0),(100344,27438,571,1,1,24637,0,3695.21,-2642.18,154.213,0.591701,300,5,0,42,0,1,0,0,0),(100346,27438,571,1,1,24637,0,3608.63,-2647.93,128.137,5.94032,300,0,0,42,0,0,0,0,0),(100350,27438,571,1,1,24637,0,3486.53,-2601.09,85.2683,1.86411,300,0,0,42,0,0,0,0,0),(100351,27438,571,1,1,24637,0,3535.87,-2615.65,102.516,1.02627,300,5,0,42,0,1,0,0,0),(100353,29487,571,1,1,26304,0,1507.75,-5034.87,119.179,2.98843,300,5,0,6986,0,1,0,0,0),(100354,26159,571,1,1,23652,0,3442.92,4069.13,18.9226,4.72984,300,0,0,6116,0,0,0,0,0),(100355,26159,571,1,1,23651,0,3447.62,4061.6,18.8883,1.98968,300,0,0,6116,0,0,0,0,0),(100356,26159,571,1,1,23652,0,3439.07,4066.46,18.9467,5.95157,300,0,0,6116,0,0,0,0,0),(100357,26159,571,1,1,23651,0,3451.29,4064.02,18.889,3.15905,300,0,0,6116,0,0,0,0,0),(100358,26159,571,1,1,23645,0,3448.66,4068.31,18.8815,4.32842,300,0,0,6116,0,0,0,0,0),(100359,26159,571,1,1,23652,0,3441.32,4062.67,18.8956,0.628319,300,0,0,6116,0,0,0,0,0),(100360,26159,571,1,1,23651,0,3471.31,3562.58,38.9089,4.99164,300,0,0,6116,0,0,0,0,0),(100361,26159,571,1,1,23651,0,3478.89,3534.01,39.613,0.855211,300,0,0,6116,0,0,0,0,0),(100362,26159,571,1,1,23645,0,3505.16,3502.28,42.5982,1.62316,300,0,0,6116,0,0,0,0,0),(100363,26159,571,1,1,23645,0,3458.53,3343.08,26.4192,3.9968,300,0,0,6116,0,0,0,0,0),(100364,26159,571,1,1,23645,0,3442.32,3275.39,28.1543,3.94444,300,0,0,6116,0,0,0,0,0),(100365,26159,571,1,1,23652,0,3512.16,3551.2,43.3134,3.10669,300,0,0,6116,0,0,0,0,0),(100366,26159,571,1,1,23651,0,3456.9,3522.82,26.0513,4.60767,300,0,0,6116,0,0,0,0,0),(100367,26159,571,1,1,23651,0,3496.29,3562.19,38.2388,4.95674,300,0,0,6116,0,0,0,0,0),(100368,28463,571,1,1,13069,0,5442.15,4797.31,-216.529,0.645772,300,5,0,42,0,1,0,0,0),(100369,29743,571,1,1,26480,0,6700.26,-249.266,947.995,0,300,0,0,12600,3994,0,0,0,0),(100370,26415,571,1,1,23824,0,3833.26,1573.53,86.7818,1.78024,300,0,0,10282,0,0,0,0,0),(100376,26159,571,1,1,23650,0,3533.75,3564.84,42.5206,5.41052,300,0,0,6116,0,0,0,0,0),(100378,26159,571,1,1,23650,0,3491.4,3485.09,39.0427,5.07891,300,0,0,6116,0,0,0,0,0),(100379,26159,571,1,1,23652,0,3521.58,3817.5,38.4419,4.2586,300,0,0,6116,0,0,0,0,0),(100381,26159,571,1,1,23652,0,3430.34,3338.85,29.1549,5.96903,300,0,0,6116,0,0,0,0,0),(100382,26159,571,1,1,23650,0,3522.6,3538.7,42.8701,1.64061,300,0,0,6116,0,0,0,0,0),(100383,26159,571,1,1,23652,0,3515.43,3793.07,41.058,3.4383,300,0,0,6116,0,0,0,0,0),(100387,27183,571,1,1,24381,0,2781.3,911.879,22.4635,5.65487,300,0,0,10282,0,0,0,0,0),(100388,26159,571,1,1,23650,0,3544.31,3545.73,40.4772,5.16617,300,0,0,6116,0,0,0,0,0),(100389,26159,571,1,1,23651,0,3456,3314.01,28.464,0.261799,300,0,0,6116,0,0,0,0,0),(100390,26159,571,1,1,23645,0,3503.28,3524.45,42.167,5.14872,300,0,0,6116,0,0,0,0,0),(100393,26159,571,1,1,23651,0,3456.64,3547.84,27.9109,2.60054,300,0,0,6116,0,0,0,0,0),(100394,26159,571,1,1,23652,0,3502.7,3476.93,41.4818,2.44346,300,0,0,6116,0,0,0,0,0),(100395,26159,571,1,1,23652,0,3521.06,3517.45,43.6522,1.98968,300,0,0,6116,0,0,0,0,0),(100401,26159,571,1,1,23650,0,3432.21,3304.78,30.3511,2.28638,300,0,0,6116,0,0,0,0,0),(100403,26159,571,1,1,23645,0,3509.19,3490.88,43.6134,5.61996,300,0,0,6116,0,0,0,0,0),(100407,29487,571,1,1,26304,0,1518.75,-5027.08,119.484,4.3316,300,5,0,6986,0,1,0,0,0),(100408,29487,571,1,1,26304,0,1468.6,-4970.16,116.225,1.18682,300,0,0,6986,0,0,0,0,0),(100417,26159,571,1,1,23652,0,3493.78,3819.74,34.1935,4.53786,300,0,0,6116,0,0,0,0,0),(100421,30255,571,1,1,26898,0,5070.67,-589.351,220.055,3.45575,300,0,0,10080,8814,0,0,0,0),(100422,29487,571,1,1,26304,0,1501.15,-5024.22,119.51,0.950639,300,5,0,6986,0,1,0,0,0),(100423,29487,571,1,1,26304,0,1515.75,-5035.23,119.327,1.34362,300,5,0,6986,0,1,0,0,0),(100424,29487,571,1,1,26304,0,1513.93,-4934.07,129.915,1.8326,300,0,0,6986,0,0,0,0,0),(100425,29487,571,1,1,26304,0,1512.09,-5016.15,120.484,1.8581,300,5,0,6986,0,1,0,0,0),(100426,29487,571,1,1,26304,0,1506,-5017.96,119.609,5.97557,300,0,0,6986,0,0,0,0,0),(100427,29487,571,1,1,26304,0,1532.41,-5027.18,120.609,1.9576,300,0,0,6986,0,0,0,0,0),(100428,29487,571,1,1,26304,0,1498.23,-5055.73,118.963,1.76278,300,0,0,6986,0,0,0,0,0),(100429,29487,571,1,1,26304,0,1507.72,-4953.55,121.378,3.68265,300,0,0,6986,0,0,0,0,0),(100430,29487,571,1,1,26304,0,1507.54,-4940.95,121.985,2.63545,300,0,0,6986,0,0,0,0,0),(100431,28207,571,1,1,25214,0,6106.73,3748.92,103.674,1.22702,300,5,0,58850,0,1,0,0,0),(100432,29487,571,1,1,26304,0,1512.46,-5054.67,119.346,0.349066,300,0,0,6986,0,0,0,0,0),(100433,29487,571,1,1,26304,0,1665.11,-4759.24,117.291,4.9253,300,0,0,6986,0,0,0,0,0),(100434,29487,571,1,1,26304,0,1651.63,-4747.5,116.166,2.85493,300,5,0,6986,0,1,0,0,0),(100435,29487,571,1,1,26304,0,1662.68,-4751.32,116.766,0.422997,300,5,0,6986,0,1,0,0,0),(100436,29487,571,1,1,26304,0,1652.95,-4762.2,116.916,0.336592,300,5,0,6986,0,1,0,0,0),(100437,29487,571,1,1,26304,0,1644.17,-4753.92,116.791,5.81786,300,0,0,6986,0,0,0,0,0),(100438,29487,571,1,1,26304,0,1659.9,-4767.19,119.121,4.98037,300,5,0,6986,0,1,0,0,0),(100440,29487,571,1,1,26304,0,1587.56,-5033.87,118.063,0.139626,300,0,0,6986,0,0,0,0,0),(152198,24879,571,1,1,0,0,4576.53,1630.52,286.716,0.00340319,300,5,0,42,0,1,0,0,0),(152197,24879,571,1,1,0,0,4561.57,-1280.21,159.549,0.00340319,300,5,0,42,0,1,0,0,0),(152196,24879,571,1,1,0,0,4486.78,-242.667,90.8629,0.00340319,300,5,0,42,0,1,0,0,0),(152195,24879,571,1,1,0,0,4307.28,-820.325,147.814,0.00340319,300,5,0,42,0,1,0,0,0),(152194,24879,571,1,1,0,0,4116.56,26.5337,52.568,0.00340319,300,5,0,42,0,1,0,0,0),(152193,24879,571,1,1,0,0,4023.07,357.425,41.9114,0.00340319,300,5,0,42,0,1,0,0,0),(132571,23066,530,1,1,17865,1,-3818.79,3342.31,324.052,5.98741,180,5,0,5530,7332,1,0,0,0),(100448,24111,571,1,1,22105,1,1138.35,-4988.17,32.4988,2.87671,300,0,0,8982,0,0,0,0,0),(152192,24879,571,1,1,0,0,3880.97,1187.46,55.4913,0.00340319,300,5,0,42,0,1,0,0,0),(152191,24879,571,1,1,0,0,3708.95,1804.38,101.572,0.00340319,300,5,0,42,0,1,0,0,0),(152190,24879,571,1,1,0,0,3611.72,-102.458,59.6765,0.00340319,300,5,0,42,0,1,0,0,0),(152189,24879,571,1,1,0,0,3589.28,671.492,77.7206,0.00340319,300,5,0,42,0,1,0,0,0),(152188,24879,571,1,1,0,0,3585.54,-1083.92,111.125,0.00340319,300,5,0,42,0,1,0,0,0),(100455,24880,571,1,1,22708,0,-81.0973,-4997.35,311.659,2.40855,300,0,0,8982,0,0,0,0,0),(100456,26160,571,1,1,23646,0,3457.29,4065.6,18.9218,1.69297,300,0,0,8982,0,0,0,0,0),(100457,26160,571,1,1,23646,0,3454.84,3260.73,26.8109,0.471239,300,0,0,8982,0,0,0,0,0),(100458,29744,571,1,1,26481,0,6685.76,-208.804,949.89,3.89208,300,0,0,12600,3994,0,0,0,0),(100459,26160,571,1,1,23646,0,3459.81,4070.58,18.7281,1.90241,300,0,0,8982,0,0,0,0,0),(100460,26160,571,1,1,23646,0,3435.89,3769.64,25.9401,4.92183,300,0,0,8982,0,0,0,0,0),(100461,24112,571,1,1,21916,0,1136.26,-5005.77,33.2593,3.82227,300,0,0,7984,3080,0,0,0,0),(100462,27184,571,1,1,24382,0,2752.4,900.375,6.20668,3.26377,300,0,0,9940,0,0,0,0,0),(100464,26160,571,1,1,23646,0,3390.15,3461.83,17.3229,4.64258,300,0,0,8982,0,0,0,0,0),(100469,5936,571,1,1,21975,0,895.303,-6194.69,-2.25606,2.35563,300,5,0,8982,0,1,0,0,0),(100470,30256,571,1,1,26899,1,5604.24,-662.856,206.766,3.40339,300,0,0,12600,3994,0,0,0,0),(100472,28208,571,1,1,24497,0,6300.65,3879.63,173.767,2.84489,300,0,0,252000,3994,0,0,0,0),(100473,5936,571,1,1,21975,0,-198.571,-3740.89,-1.18652,6.10067,300,0,0,8982,0,2,0,0,0),(100474,5936,571,1,1,21975,0,884.651,-6148.1,-4.91149,2.36125,300,5,0,8982,0,1,0,0,0),(100475,5936,571,1,1,21975,0,201.019,-3458.44,-0.729621,4.05362,300,5,0,8982,0,1,0,0,0),(100476,5936,571,1,1,21975,0,536.158,-2767.19,-2.80086,3.78143,300,0,0,8982,0,2,0,0,0),(100477,5936,571,1,1,21975,0,-408.244,-3465.25,-1.08943,4.90331,300,0,0,8982,0,2,0,0,0),(100478,26416,571,1,1,23825,1,4075.5,-4386.58,260.745,3.14159,300,0,0,9940,0,0,0,0,0),(100480,26673,571,1,1,23991,1,3501.18,2000.58,65.654,5.21465,300,0,0,50400,44070,0,0,0,0),(100481,26417,571,1,1,23828,0,5390.02,-4753.83,305.806,5.61275,300,0,0,30846,10398,0,0,0,0),(100482,30001,571,1,1,25112,0,8448.84,-338.389,906.691,5.88176,300,0,0,19480,0,0,0,0,0),(100483,29745,571,1,1,26482,0,6706.53,-250.076,948.232,3.24631,300,0,0,12600,3994,0,0,0,0),(203098,15214,571,1,1,0,0,2684.86,4670.8,-4.7964,0.0523599,120,0,0,1,0,0,0,0,0),(100485,24113,571,1,1,22044,0,1136.64,-4987.69,32.619,1.67552,300,0,0,3524,0,0,0,0,0),(100486,24113,571,1,1,22044,0,1124.09,-5004.92,32.4855,0.296706,300,0,0,3524,0,0,0,0,0),(100487,27185,571,1,1,24383,-1,2754.21,858.194,6.72508,1.23717,300,0,0,3524,0,0,0,0,0),(100488,26417,571,1,1,23724,0,3740.28,-5445.48,23.4599,0.924055,300,0,0,30846,10398,2,0,0,0),(100489,30257,571,1,1,26900,1,5054.41,-581.105,220.055,0.244346,300,0,0,12600,3994,0,0,0,0),(100490,27953,571,1,1,14359,1,3525.86,362.771,52.3397,1.67552,300,0,0,63000,0,0,0,0,0),(100491,27953,571,1,1,14356,1,3548.54,365.032,52.3397,1.67552,300,0,0,63000,0,0,0,0,0),(100492,28721,571,1,1,25645,0,5875.72,714.049,643.171,1.79769,300,0,0,10635,0,0,0,0,0),(100493,26417,571,1,1,23828,0,3679.07,-5423.48,29.6107,0.675351,300,0,0,30846,10398,2,0,0,0),(100494,25393,571,1,1,24992,0,3644.5,3723.47,45.959,2.40718,300,5,0,8982,0,1,0,0,0),(100495,25393,571,1,1,24992,0,3711.99,3789.91,47.0249,1.85249,300,5,0,8982,0,1,0,0,0),(100496,26417,571,1,1,23827,0,5157.84,-4628.46,286.555,5.1089,300,0,0,30846,10398,0,0,0,0),(100497,26417,571,1,1,23724,0,5341.26,-4708.9,305.648,2.54198,300,0,0,30846,10398,0,0,0,0),(100498,26417,571,1,1,23828,0,5216.69,-4718.76,294.104,4.5818,300,0,0,30846,10398,0,0,0,0),(100499,26417,571,1,1,23828,0,5331.26,-4791.46,300.222,0.153672,300,0,0,30846,10398,0,0,0,0),(100500,26417,571,1,1,23828,0,5278,-4776.07,297.692,4.87461,300,0,0,30846,10398,0,0,0,0),(117302,28465,571,1,1,0,1,6114.07,-3959.24,376.641,0.374024,120,5,0,1,0,1,0,0,0),(100502,26417,571,1,1,23827,0,5210.74,-4817.92,294.875,2.43085,300,0,0,30846,10398,0,0,0,0),(100503,25393,571,1,1,24992,0,3970.14,3605.98,73.3824,4.80343,300,5,0,8982,0,1,0,0,0),(100504,25393,571,1,1,24992,0,3768.32,3608.83,46.9033,1.37669,300,5,0,8982,0,1,0,0,0),(100505,25393,571,1,1,1065,0,3932.24,3581.09,70.4604,2.98413,300,5,0,8982,0,1,0,0,0),(100506,25393,571,1,1,24992,0,3841.12,3574.37,47.0901,3.53069,300,5,0,8982,0,1,0,0,0),(100507,25393,571,1,1,24992,0,3716.96,3777.81,48.5249,4.19229,300,5,0,8982,0,1,0,0,0),(100508,26417,571,1,1,23724,0,5286.2,-4713.72,299.823,3.27734,300,0,0,30846,10398,0,0,0,0),(100509,26417,571,1,1,23828,0,5165.43,-4687.46,288.128,0.036711,300,0,0,30846,10398,0,0,0,0),(100510,26417,571,1,1,23827,0,4507.63,-4724.13,61.9951,0.485934,300,0,0,30846,10398,2,0,0,0),(100511,26417,571,1,1,23827,0,4459.53,-4671.42,76.6607,0.544105,300,0,0,30846,10398,2,0,0,0),(100512,26417,571,1,1,23828,0,4365.36,-4712.83,67.8163,1.29553,300,0,0,30846,10398,2,0,0,0),(100513,26417,571,1,1,23827,0,4475.16,-4625.82,86.3833,2.50178,300,0,0,30846,10398,2,0,0,0),(100514,26417,571,1,1,23827,0,4370.6,-4553.09,122.432,0.405597,300,0,0,30846,10398,2,0,0,0),(100515,26417,571,1,1,23828,0,3940.79,-4923.88,81.667,6.26561,300,0,0,30846,10398,2,0,0,0),(100516,26417,571,1,1,23828,0,3925.4,-5294.18,7.65458,0.635689,300,0,0,30846,10398,2,0,0,0),(100517,26417,571,1,1,23724,0,3906.18,-4998.6,81.1963,0.412075,300,0,0,30846,10398,2,0,0,0),(100518,26417,571,1,1,23724,0,3751.9,-5102.17,123.5,5.79644,300,0,0,30846,10398,2,0,0,0),(100519,26417,571,1,1,23724,0,4131.99,-4889.01,60.1083,0.369627,300,0,0,30846,10398,2,0,0,0),(100520,26417,571,1,1,23827,0,4162.44,-5009.5,15.9399,0.880056,300,0,0,30846,10398,2,0,0,0),(100521,26417,571,1,1,23827,0,5302.77,-4825.63,300.32,2.37583,300,0,0,30846,10398,0,0,0,0),(100522,26417,571,1,1,23827,0,4032.71,-5051.73,38.1905,5.695,300,0,0,30846,10398,2,0,0,0),(100523,26417,571,1,1,23827,0,4235.98,-5078.26,6.41177,0.241156,300,0,0,30846,10398,2,0,0,0),(100524,26417,571,1,1,23827,0,3924.49,-5266.69,7.27958,0.48766,300,0,0,30846,10398,2,0,0,0),(117081,28465,571,1,1,0,1,6056.91,-3919.3,373.973,2.03147,120,5,0,1,0,1,0,0,0),(100526,26417,571,1,1,23828,0,4247.62,-4903.74,33.0394,0.899563,300,0,0,30846,10398,2,0,0,0),(100527,26417,571,1,1,23828,0,4182,-4758.6,71.2506,6.20304,300,0,0,30846,10398,2,0,0,0),(100528,26417,571,1,1,23828,0,4442.13,-4819.25,37.3417,0.655815,300,0,0,30846,10398,2,0,0,0),(100548,28465,571,1,1,0,1,6048.96,-3981.49,364.406,4.7152,120,5,0,1,0,1,0,0,0),(100530,26417,571,1,1,23724,0,3694,-5250.39,120.112,0.750492,300,0,0,30846,10398,2,0,0,0),(100547,28465,571,1,1,0,1,5990.55,-3773.48,362.086,3.29043,120,10,0,1,0,1,0,0,0),(100546,28465,571,1,1,0,1,5960.58,-3743.78,362.044,3.57792,120,0,0,1,0,0,0,0,0),(100543,28465,571,1,1,0,1,5957.38,-4052.53,367.604,6.10779,120,5,0,1,0,1,0,0,0),(100534,25393,571,1,1,1065,0,3936.78,3542.3,70.7019,3.05433,300,0,0,8982,0,0,0,0,0),(100542,28465,571,1,1,0,1,5956.21,-3984.56,362.085,4.74597,120,5,0,1,0,1,0,0,0),(100540,28465,571,1,1,0,1,5975.41,-3758.67,379.627,5.58594,120,0,0,1,0,2,0,0,0),(100539,28465,571,1,1,0,1,5919.58,-3892.66,365.675,5.10958,120,5,0,1,0,1,0,0,0),(100538,28465,571,1,1,0,1,5915.42,-3745.81,362.085,2.4546,120,10,0,1,0,1,0,0,0),(100537,28465,571,1,1,0,1,5914.59,-3711.17,362.055,5.044,120,0,0,1,0,0,0,0,0),(100536,28465,571,1,1,0,1,5986.21,-3743.16,378.722,3.94441,120,0,0,1,0,2,0,0,0),(100541,26161,571,1,1,17612,0,2589.81,5311.01,36.838,4.27606,300,0,0,4120,0,0,0,0,0),(100535,28465,571,1,1,0,1,5888.63,-3967.79,366.083,0.9411,120,5,0,1,0,1,0,0,0),(100533,28465,571,1,1,0,1,5877.2,-3784.97,362.085,1.16229,120,10,0,1,0,1,0,0,0),(100544,25393,571,1,1,24992,0,3714.72,3784.3,47.7749,0.207974,300,5,0,8982,0,1,0,0,0),(100545,26161,571,1,1,17612,0,2591.69,5294.9,36.8812,0.506145,300,0,0,4120,0,0,0,0,0),(100532,28465,571,1,1,0,1,5868.79,-3745,362.044,5.49779,120,0,0,1,0,0,0,0,0),(100531,28465,571,1,1,0,1,5859.4,-3828.62,362.044,1.0472,120,0,0,1,0,0,0,0,0),(100529,28465,571,1,1,0,1,5846.77,-3890.58,362.536,5.26723,120,5,0,1,0,1,0,0,0),(100549,26161,571,1,1,17612,0,2566.2,5425.56,34.0818,2.74017,300,0,0,4120,0,0,0,0,0),(100550,26161,571,1,1,17612,0,2544.54,5374.7,32.9465,5.06145,300,0,0,4120,0,0,0,0,0),(100551,26161,571,1,1,17612,0,2598.31,5399.75,32.9465,5.28835,300,0,0,4120,0,0,0,0,0),(100552,26161,571,1,1,17612,0,2666.31,5354.94,32.9465,0.610865,300,0,0,4120,0,0,0,0,0),(100553,26161,571,1,1,17612,0,2514.14,5362.31,32.9465,2.09439,300,0,0,4120,0,0,0,0,0),(100554,26161,571,1,1,17612,0,2525.64,5348.8,32.9465,2.37365,300,0,0,4120,0,0,0,0,0),(100555,26161,571,1,1,17612,0,2574.31,5388.07,32.9465,1.37881,300,0,0,4120,0,0,0,0,0),(100556,26161,571,1,1,17612,0,2529.77,5393.24,32.9465,3.28122,300,0,0,4120,0,0,0,0,0),(100557,25393,571,1,1,1065,0,3904.17,3554.17,70.1276,4.92547,300,5,0,8982,0,1,0,0,0),(100558,26161,571,1,1,17612,0,2507.05,5340.96,33.2009,0.20944,300,0,0,4120,0,0,0,0,0),(100559,25393,571,1,1,1065,0,3935.09,3627.78,73.2346,0.245034,300,5,0,8982,0,1,0,0,0),(100560,26161,571,1,1,17612,0,2567.79,5380.26,32.9465,1.3439,300,0,0,4120,0,0,0,0,0),(100561,26161,571,1,1,17612,0,2520.08,5326.24,33.1867,0.558505,300,0,0,4120,0,0,0,0,0),(100562,26161,571,1,1,17612,0,2611.77,5382.44,32.9465,0.767945,300,0,0,4120,0,0,0,0,0),(100563,26161,571,1,1,17612,0,2625.64,5382.71,32.9465,0.942478,300,0,0,4120,0,0,0,0,0),(100565,25393,571,1,1,24992,0,3778.53,3678.09,46.1936,0.859405,300,5,0,8982,0,1,0,0,0),(100566,25393,571,1,1,24992,0,3739.11,3694.02,47.4637,5.34985,300,5,0,8982,0,1,0,0,0),(100567,25393,571,1,1,1065,0,3677.68,3669.46,40.401,5.36902,300,5,0,8982,0,1,0,0,0),(100568,25393,571,1,1,24992,0,3653.55,3718.1,46.7683,1.44741,300,5,0,8982,0,1,0,0,0),(100569,25393,571,1,1,24992,0,3846.79,3658.58,47.4228,3.63084,300,5,0,8982,0,1,0,0,0),(100570,25393,571,1,1,24992,0,3743.58,3756.55,52.9758,4.35068,300,5,0,8982,0,1,0,0,0),(100571,25393,571,1,1,24992,0,3886.2,3677.29,46.2125,5.88617,300,5,0,8982,0,1,0,0,0),(100572,25393,571,1,1,24992,0,3892.77,3653.12,46.6697,0.595379,300,5,0,8982,0,1,0,0,0),(100573,25393,571,1,1,1065,0,3811.86,3658.19,46.296,4.01426,300,0,0,8982,0,0,0,0,0),(100574,28466,571,1,1,25455,0,5675.99,4648.08,-117.307,0.942478,300,5,0,8982,3155,1,0,0,0),(100575,28466,571,1,1,25455,0,5785.8,4706.49,-110.687,0.663225,300,5,0,8982,3155,1,0,0,0),(100576,28466,571,1,1,25455,0,5149.43,4672.27,-116.848,0.401426,300,5,0,8982,3155,1,0,0,0),(100577,28466,571,1,1,25455,0,5307.49,4680.01,-111.313,1.69297,300,5,0,8982,3155,1,0,0,0),(100578,29746,571,1,1,25874,0,8308.83,-1123.34,929.533,2.04204,300,5,0,12600,3994,1,0,0,0),(100579,26162,571,1,1,11686,0,3587.03,3057.87,27.4599,4.20624,300,5,0,8982,0,1,0,0,0),(100581,24114,571,1,1,21914,1,1122.81,-4994.08,32.3606,1.53589,300,0,0,8982,3155,0,0,0,0),(100582,24114,571,1,1,21913,1,1129.12,-5014.38,32.3512,0.767945,300,0,0,8982,3155,0,0,0,0),(100583,24114,571,1,1,21913,1,1131.8,-4995.24,32.3514,2.11185,300,0,0,8982,3155,0,0,0,0),(100584,25650,571,1,1,569,0,2501.44,5311.21,-16.4602,2.05949,300,0,0,6986,0,0,0,0,0),(100585,27698,571,1,1,17612,0,3099.74,516.407,-6.86553,0.436332,300,0,0,42,0,0,0,0,0),(100586,28722,571,1,1,25646,0,5928.43,733.245,642.218,4.67748,300,0,0,10635,0,0,0,0,0),(100587,28466,571,1,1,25455,0,5219.25,4688.58,-116.027,2.89725,300,5,0,8982,3155,1,0,0,0),(100588,29746,571,1,1,25874,0,8344.45,-1192.63,928.562,4.4855,300,5,0,12600,3994,1,0,0,0),(100589,27186,571,1,1,24391,0,2952.65,3981.43,2.08351,1.51844,300,0,0,3524,0,0,0,0,0),(100590,28466,571,1,1,25455,0,5393.67,4609.53,-113.879,0.715585,300,5,0,8982,3155,1,0,0,0),(100591,28466,571,1,1,25455,0,5111.91,4833.22,-117.566,6.0912,300,5,0,8982,3155,1,0,0,0),(100592,28466,571,1,1,25455,0,5521.78,4616.46,-122.933,2.19912,300,5,0,8982,3155,1,0,0,0),(100593,28466,571,1,1,25455,0,5136.08,4709.25,-120.899,4.97419,300,5,0,8982,3155,1,0,0,0),(100594,28466,571,1,1,25455,0,5640.37,4711.42,-115.384,5.51524,300,5,0,8982,3155,1,0,0,0),(100595,28466,571,1,1,25455,0,5282.93,4976.43,-119.111,2.00713,300,5,0,8982,3155,1,0,0,0),(100596,28466,571,1,1,25455,0,5179.84,4898.88,-111.524,2.02458,300,5,0,8982,3155,1,0,0,0),(100597,26418,571,1,1,22132,0,3645.72,-5482.29,22.8096,4.5391,300,5,0,9940,0,1,0,0,0),(100598,28466,571,1,1,25455,0,5148.17,5116.99,-111.378,6.07375,300,5,0,8982,3155,1,0,0,0),(100599,28466,571,1,1,25455,0,5786.59,5151.23,-118.048,0.907571,300,5,0,8982,3155,1,0,0,0),(100600,28466,571,1,1,25455,0,5748.31,4762.27,-120.801,0.855211,300,5,0,8982,3155,1,0,0,0),(100601,28466,571,1,1,25455,0,5210.25,5014.62,-118.057,5.96903,300,5,0,8982,3155,1,0,0,0),(100602,28466,571,1,1,25455,0,5353.45,5066.35,-121.051,3.08923,300,5,0,8982,3155,1,0,0,0),(100603,28466,571,1,1,25455,0,5447.77,5030.74,-114.948,2.63545,300,5,0,8982,3155,1,0,0,0),(100604,28466,571,1,1,25455,0,5832.06,4549.19,-114.014,3.1765,300,5,0,8982,3155,1,0,0,0),(100605,28466,571,1,1,25455,0,5855.57,4789.72,-117.425,0.174533,300,5,0,8982,3155,1,0,0,0),(100606,28466,571,1,1,25455,0,5747.39,4498.73,-112.842,1.8675,300,5,0,8982,3155,1,0,0,0),(100607,28466,571,1,1,25455,0,5588.83,5214.65,-115.069,5.70723,300,5,0,8982,3155,1,0,0,0),(100608,28466,571,1,1,25455,0,5387.93,5119.93,-117.97,5.81195,300,5,0,8982,3155,1,0,0,0),(100609,28466,571,1,1,25455,0,5472.49,5297.33,-115.739,1.43117,300,5,0,8982,3155,1,0,0,0),(100610,28466,571,1,1,25455,0,5617.93,5050.4,-110.596,0.698132,300,5,0,8982,3155,1,0,0,0),(100611,28466,571,1,1,25455,0,5770.67,4974.55,-103.512,2.67035,300,5,0,8982,3155,1,0,0,0),(100612,28466,571,1,1,25455,0,5786.31,4894.76,-117.344,2.87979,300,5,0,8982,3155,1,0,0,0),(100613,28466,571,1,1,25455,0,5792.41,5085.13,-121.685,1.51844,300,5,0,8982,3155,1,0,0,0),(100614,28466,571,1,1,25455,0,5632.44,4851.02,-117.907,2.07694,300,5,0,8982,3155,1,0,0,0),(100615,28466,571,1,1,25455,0,5652.84,5186.05,-120.644,2.94961,300,5,0,8982,3155,1,0,0,0),(100616,28466,571,1,1,25455,0,5671.26,5214.11,-109.58,1.25664,300,5,0,8982,3155,1,0,0,0),(100617,28466,571,1,1,25455,0,5617.24,4907.43,-116.758,1.6057,300,5,0,8982,3155,1,0,0,0),(100618,28466,571,1,1,25455,0,5697.27,4919.66,-118.29,1.02974,300,5,0,8982,3155,1,0,0,0),(100619,28466,571,1,1,25455,0,5691.41,5113.43,-121.425,5.60251,300,5,0,8982,3155,1,0,0,0),(100620,28466,571,1,1,25455,0,5510.01,5298.32,-117.296,3.03687,300,5,0,8982,3155,1,0,0,0),(100621,28466,571,1,1,25455,0,5505.97,5253.21,-118.828,5.34071,300,5,0,8982,3155,1,0,0,0),(100622,28466,571,1,1,25455,0,5513.41,5524.31,-86.5416,3.28122,300,5,0,8982,3155,1,0,0,0),(100623,26418,571,1,1,22132,0,3764.72,-5155.53,118.791,5.19504,300,0,0,9940,0,0,0,0,0),(100624,26418,571,1,1,22132,0,3897.05,-5162.65,72.7433,1.13368,300,0,0,9940,0,0,0,0,0),(100625,26418,571,1,1,22132,0,3935.81,-5078.39,66.6559,4.8897,300,5,0,9940,0,1,0,0,0),(100626,26418,571,1,1,22132,0,3991.29,-5076.4,57.1382,4.62675,300,5,0,9940,0,1,0,0,0),(100627,26418,571,1,1,22132,0,3876.27,-5147.5,76.1183,4.47517,300,5,0,9940,0,1,0,0,0),(100628,26418,571,1,1,22132,0,3927.65,-5155.6,64.5606,0.072351,300,0,0,9940,0,0,0,0,0),(100629,26418,571,1,1,22132,0,3796.35,-5097.4,118.379,5.74467,300,5,0,9940,0,1,0,0,0),(100630,26418,571,1,1,22132,0,4211.88,-5130.2,15.6964,2.41835,300,5,0,9940,0,1,0,0,0),(100631,26418,571,1,1,22132,0,4141.01,-5138.96,20.8851,5.61846,300,5,0,9940,0,1,0,0,0),(100632,26418,571,1,1,22132,0,4078.23,-5104.14,18.7625,1.38184,300,5,0,9940,0,1,0,0,0),(100633,26418,571,1,1,22132,0,4101.97,-5070.94,22.2626,1.23891,300,0,0,9940,0,0,0,0,0),(100634,26418,571,1,1,22132,0,4037.16,-5118.29,16.1747,0.313721,300,5,0,9940,0,1,0,0,0),(100635,26418,571,1,1,22132,0,4141.13,-5223.97,7.8317,5.61002,300,5,0,9940,0,1,0,0,0),(100636,26418,571,1,1,22132,0,4173.3,-5227.99,5.83471,0.761215,300,5,0,9940,0,1,0,0,0),(100637,26418,571,1,1,22132,0,4137.81,-5237.64,7.89805,0.653896,300,5,0,9940,0,1,0,0,0),(100638,26418,571,1,1,22132,0,4136.26,-5099.3,19.9756,2.58074,300,0,0,9940,0,0,0,0,0),(100639,26418,571,1,1,22132,0,3872.63,-5098.16,90.6554,5.91444,300,0,0,9940,0,0,0,0,0),(100640,26418,571,1,1,22132,0,4188.54,-4690.63,88.9037,0.209998,300,5,0,9940,0,1,0,0,0),(100641,26418,571,1,1,22132,0,3642.32,-5444.27,33.4547,5.56342,300,5,0,9940,0,1,0,0,0),(100642,26418,571,1,1,22132,0,4209.14,-4813.66,55.1071,1.68052,300,5,0,9940,0,1,0,0,0),(100643,26418,571,1,1,22132,0,4230.06,-4711.48,78.1034,0.841972,300,5,0,9940,0,1,0,0,0),(100644,26418,571,1,1,22132,0,4277.68,-4886.88,34.7684,6.16103,300,0,0,9940,0,0,0,0,0),(100645,26418,571,1,1,22132,0,4362.68,-4750.55,56.513,5.62696,300,0,0,9940,0,0,0,0,0),(100646,26418,571,1,1,22132,0,4378.3,-4739.02,58.0989,0.358473,300,0,0,9940,0,0,0,0,0),(100647,26418,571,1,1,22132,0,4462.16,-4711.83,67.1865,2.03386,300,5,0,9940,0,1,0,0,0),(100648,26418,571,1,1,22132,0,4208.29,-4774.31,64.9554,5.42288,300,5,0,9940,0,1,0,0,0),(100649,26418,571,1,1,22132,0,4222.74,-4917.35,31.9565,4.7559,300,5,0,9940,0,1,0,0,0),(100650,26418,571,1,1,22132,0,4343.29,-4725,65.5663,1.94758,300,5,0,9940,0,1,0,0,0),(100651,26418,571,1,1,22132,0,4388.91,-4777.25,49.8828,1.36139,300,0,0,9940,0,0,0,0,0),(100652,26418,571,1,1,22132,0,4387.3,-4682.32,74.2278,1.92768,300,0,0,9940,0,0,0,0,0),(100653,26418,571,1,1,22132,0,4291.67,-4841.67,39.5819,2.40079,300,5,0,9940,0,1,0,0,0),(100654,26418,571,1,1,22132,0,4229.03,-4887.56,36.6809,4.59466,300,0,0,9940,0,0,0,0,0),(100655,26418,571,1,1,22132,0,4278.9,-4886.45,34.4565,6.08347,300,5,0,9940,0,1,0,0,0),(100656,26418,571,1,1,22132,0,4207.98,-4824.06,52.5945,3.24355,300,0,0,9940,0,0,0,0,0),(100657,26418,571,1,1,22132,0,4242.67,-4936.82,31.2021,1.39283,300,5,0,9940,0,1,0,0,0),(100658,25650,571,1,1,569,0,2639.63,5403.45,30.6019,3.81906,300,5,0,6986,0,1,0,0,0),(100659,25650,571,1,1,569,0,2683.07,5387.97,32.9094,5.20466,300,5,0,6986,0,1,0,0,0),(100660,25650,571,1,1,569,0,2569.17,5408.27,35.0071,6.15454,300,5,0,6986,0,1,0,0,0),(100661,25650,571,1,1,569,0,2479.01,5334.13,29.9925,1.68631,300,5,0,6986,0,1,0,0,0),(100662,25650,571,1,1,569,0,2528.7,5422.98,32.4874,1.45588,300,5,0,6986,0,1,0,0,0),(100663,25650,571,1,1,569,0,2551.41,5296.51,31.2829,0.403147,300,5,0,6986,0,1,0,0,0),(100664,25650,571,1,1,569,0,2607.7,5233.04,36.9818,2.07939,300,0,0,6986,0,2,0,0,0),(100665,25650,571,1,1,569,0,2686.56,5358.07,31.9648,3.6805,300,5,0,6986,0,1,0,0,0),(100666,25650,571,1,1,569,0,2547.18,5363.81,32.863,1.58852,300,0,0,6986,0,0,0,0,0),(100667,25650,571,1,1,569,0,2614.53,5377.51,32.8972,6.17533,300,5,0,6986,0,1,0,0,0),(100668,25650,571,1,1,569,0,2595.71,5378.03,32.9882,6.20198,300,5,0,6986,0,1,0,0,0),(100669,25650,571,1,1,569,0,2570.25,5338.63,31.0195,5.36626,300,5,0,6986,0,1,0,0,0),(100670,25650,571,1,1,569,0,2526.35,5367.2,32.9372,5.13212,300,5,0,6986,0,1,0,0,0),(100671,25650,571,1,1,569,0,2543.65,5387.88,32.8631,1.93016,300,0,0,6986,0,0,0,0,0),(100673,25650,571,1,1,569,0,2526.54,5334.26,33.1584,3.6816,300,5,0,6986,0,1,0,0,0),(100674,29746,571,1,1,25874,0,8136.37,-1111.63,930.761,1.3439,300,5,0,12600,3994,1,0,0,0),(100675,29746,571,1,1,25874,0,8188.48,-1109.39,929.374,4.53786,300,5,0,12600,3994,1,0,0,0),(100676,29746,571,1,1,25874,0,8194.63,-1053.34,930.048,2.19912,300,5,0,12600,3994,1,0,0,0),(100677,29746,571,1,1,25874,0,8246.62,-938.507,929.802,0.244346,300,5,0,12600,3994,1,0,0,0),(100678,29746,571,1,1,25874,0,8202.79,-988.984,930.804,1.0472,300,5,0,12600,3994,1,0,0,0),(100679,29746,571,1,1,25874,0,8293.02,-969.354,929.006,1.91986,300,5,0,12600,3994,1,0,0,0),(100680,29746,571,1,1,25874,0,8217.7,-730.433,931.067,4.86947,300,5,0,12600,3994,1,0,0,0),(100681,29746,571,1,1,25874,0,8281.22,-715.478,930.457,4.53786,300,5,0,12600,3994,1,0,0,0),(100682,29746,571,1,1,25874,0,8326.43,-994.532,928.839,2.44346,300,5,0,12600,3994,1,0,0,0),(100683,29746,571,1,1,25874,0,8260.92,-1014.53,929.68,5.09636,300,5,0,12600,3994,1,0,0,0),(100684,29746,571,1,1,25874,0,8279.41,-837.414,929.749,1.65806,300,5,0,12600,3994,1,0,0,0),(100685,29746,571,1,1,25874,0,8226.3,-846.057,932.006,3.56047,300,5,0,12600,3994,1,0,0,0),(100686,29746,571,1,1,25874,0,8179.93,-825.649,960.666,1.95477,300,5,0,12600,3994,1,0,0,0),(100687,29746,571,1,1,25874,0,8162.31,-915.462,961.062,5.42797,300,5,0,12600,3994,1,0,0,0),(100688,29746,571,1,1,25874,0,8266.64,-792.568,930.43,0.05236,300,5,0,12600,3994,1,0,0,0),(100689,24883,571,1,1,17200,0,16.1422,-4980.19,318.644,1.13503,300,0,0,9291,0,0,0,0,0),(100690,24883,571,1,1,17200,0,17.7412,-4985.51,318.278,2.72271,300,0,0,9291,0,0,0,0,0),(100717,29235,571,1,1,0,1,6697.18,-4429.19,440.683,0.820305,120,0,0,1,0,0,0,0,0),(100692,25395,571,1,1,23066,0,2151.78,5303.29,15.5018,2.77507,300,0,0,7984,0,0,0,0,0),(100693,31795,571,1,1,27718,0,5843.26,563.842,653.239,0.226893,300,0,0,42,0,0,0,0,0),(100694,24115,571,1,1,22344,1,1139.71,-5001.33,33.1931,4.32842,300,0,0,1,0,0,0,0,0),(100695,30259,571,1,1,26907,1,5617.57,-684.65,206.71,4.41568,300,0,0,63000,11982,0,0,0,0),(100696,24883,571,1,1,17200,0,19.8179,-4981.36,318.395,4.17134,300,0,0,9291,0,0,0,0,0),(100697,24883,571,1,1,17200,0,15.103,-4982.46,318.422,4.29351,300,0,0,9291,0,0,0,0,0),(100698,23859,571,1,1,18666,1,1343.75,-3287.78,174.536,3.59538,300,0,0,106350,0,0,0,0,0),(100699,27187,571,1,1,24390,0,3003.71,4052.13,26.4516,1.16937,300,0,0,3524,0,0,0,0,0),(100700,28723,571,1,1,25647,0,5864.75,708.183,643.355,4.15388,300,0,0,8508,7981,0,0,0,0),(100701,29491,571,1,1,25879,0,5797.57,680.741,647.158,2.02458,300,0,0,8508,7981,0,0,0,0),(100716,29235,571,1,1,0,1,6637.62,-4341.28,453.167,1.98968,120,0,0,1,0,0,0,0,0),(200014,36558,650,3,1,0,0,700.531,591.927,412.475,0.523599,999999,0,0,50000,0,0,0,0,0),(100704,28211,571,1,1,25214,0,6097.42,3747.34,101.994,1.60713,300,5,0,58850,0,1,0,0,0),(100705,28467,571,1,1,26709,0,6668.33,4878.36,-10.8776,2.3514,300,5,0,34137,11175,1,0,0,0),(200015,36558,650,3,1,0,0,717.443,660.646,412.467,4.92183,999999,0,0,50000,0,0,0,0,0),(100708,29235,571,1,1,0,1,6602.61,-4373.26,449.348,2.94961,120,0,0,1,0,0,0,0,0),(100707,29235,571,1,1,0,1,6602.5,-4347.17,449.348,3.90954,120,0,0,1,0,0,0,0,0),(100709,27699,571,1,1,27187,1,2553.55,-3922.55,281.301,3.09278,300,5,0,8982,3155,1,0,0,0),(100710,27699,571,1,1,27187,1,2535.26,-3926.42,272.494,0.443999,300,0,0,8982,3155,2,0,0,0),(100711,27699,571,1,1,27187,1,2512.94,-3932.62,269.344,2.93215,300,0,0,8982,3155,0,0,0,0),(100712,27699,571,1,1,27187,1,2514.02,-3902.24,265.254,3.7001,300,0,0,8982,3155,0,0,0,0),(100713,27699,571,1,1,27187,1,2530.54,-3924.59,270.928,5.81277,300,5,0,8982,3155,1,0,0,0),(100714,27699,571,1,1,27187,1,2565.31,-3969.33,283.412,4.60523,300,5,0,8982,3155,1,0,0,0),(100715,24371,571,1,1,22359,0,2701.62,-5461.12,400.694,4.80685,300,0,0,27873,3231,2,0,0,0),(100702,29235,571,1,1,0,1,6562.95,-4390.59,449.348,0.907571,120,0,0,1,0,0,0,0,0),(100691,29235,571,1,1,0,1,6553.08,-4364.78,449.348,0,120,0,0,1,0,0,0,0,0),(100718,25651,571,1,1,23273,0,2583.44,5471.5,36.0173,4.01426,300,0,0,5588,6882,0,0,0,0),(100719,25651,571,1,1,23274,0,2573.67,5471.27,35.9218,5.53269,300,0,0,5588,6882,0,0,0,0),(100720,25651,571,1,1,23273,0,2583.24,5461.66,35.7887,2.33874,300,0,0,5588,6882,0,0,0,0),(100721,25651,571,1,1,23274,0,2573.69,5461.77,35.7214,0.855211,300,0,0,5588,6882,0,0,0,0),(100722,25651,571,1,1,23273,0,2456.22,5391.64,26.8861,5.32325,300,0,0,5588,6882,0,0,0,0),(100723,25651,571,1,1,23273,0,2465.46,5389.38,26.3478,3.6911,300,0,0,5588,6882,0,0,0,0),(100724,25651,571,1,1,23273,0,2454.27,5382.01,26.7025,6.24828,300,0,0,5588,6882,0,0,0,0),(100725,25651,571,1,1,23274,0,2503.34,5448.97,30.5688,2.28638,300,0,0,5588,6882,0,0,0,0),(100726,25651,571,1,1,23273,0,2503.89,5458.64,29.6909,3.52556,300,0,0,5588,6882,0,0,0,0),(100727,25651,571,1,1,23274,0,2492.73,5451.12,29.8054,0.610865,300,0,0,5588,6882,0,0,0,0),(100728,25651,571,1,1,23274,0,2463.76,5380.32,26.7225,2.18166,300,0,0,5588,6882,0,0,0,0),(100729,25651,571,1,1,23273,0,2493.55,5461.33,30.592,5.34071,300,0,0,5588,6882,0,0,0,0),(100730,23860,571,1,1,21819,1,1412.07,-3334.06,169.014,5.35816,300,0,0,8982,0,0,0,0,0),(100731,26420,571,1,1,23829,0,4340.57,-5297.95,1.66265,2.63545,300,0,0,30846,10398,0,0,0,0),(100732,27188,571,1,1,24384,0,2891.41,4079.36,2.29807,5.63741,300,0,0,3524,0,0,0,0,0),(100733,32564,571,1,1,28058,0,2347.13,5242.91,7.68226,0.750492,300,0,0,9610,0,0,0,0,0),(100734,29236,571,1,1,25491,1,6889.75,-4699.88,470.261,3.15905,300,0,0,11001,0,0,0,0,0),(100735,28212,571,1,1,25215,0,6124.73,3782.15,98.2121,0.79544,300,5,0,226800,0,1,0,0,0),(100736,25396,571,1,1,2606,0,3716.5,3591.71,294.518,5.75959,300,0,0,9610,3309,0,0,0,0),(100737,25396,571,1,1,2606,0,3676.82,3589.87,304.15,1.46951,300,5,0,9610,3309,1,0,0,0),(100738,29236,571,1,1,25491,1,6414.75,-4543.49,458.212,3.90954,300,0,0,11001,0,0,0,0,0),(100739,29236,571,1,1,25491,1,7006.08,-4581.72,470.261,1.5708,300,0,0,11001,0,0,0,0,0),(100740,29236,571,1,1,25491,1,7006.35,-4627.96,486.177,1.62316,300,0,0,11001,0,0,0,0,0),(100741,25396,571,1,1,2606,0,3782.56,3613.1,304.1,5.63514,300,5,0,9610,3309,1,0,0,0),(100742,29236,571,1,1,25491,1,6373.89,-4470.71,458.212,3.1765,300,0,0,11001,0,0,0,0,0),(100743,29236,571,1,1,25491,1,6380.47,-4509.69,458.212,3.90954,300,0,0,11001,0,0,0,0,0),(100744,29236,571,1,1,25491,1,6173.52,-3885.53,459.447,2.25148,300,0,0,11001,0,0,0,0,0),(100745,29492,571,1,1,23813,1,3698.72,-4254.88,193.56,0.087266,300,0,0,9940,0,0,0,0,0),(100746,29492,571,1,1,23813,1,3689.48,-4236.1,194.09,4.72984,300,0,0,9940,0,0,0,0,0),(100747,29236,571,1,1,25491,1,6852.36,-4651.99,450.594,0.788784,300,0,0,11001,0,2,0,0,0),(100748,29492,571,1,1,23812,1,3719.09,-4242.86,199.641,4.60767,300,0,0,9940,0,0,0,0,0),(100749,25396,571,1,1,2606,0,3708.6,3553.63,294.647,0.523599,300,0,0,9610,3309,0,0,0,0),(100750,25396,571,1,1,2606,0,3714.78,3544.17,294.672,0.925025,300,0,0,9610,3309,0,0,0,0),(100751,24629,571,1,1,22544,1,-119.377,-3610.25,0.803384,3.12414,300,0,0,8982,0,0,0,0,0),(100752,24628,571,1,1,22543,1,-121.757,-3610.21,0.794436,6.10865,300,0,0,8982,0,0,0,0,0),(100753,25652,571,1,1,23300,0,3561.67,4510.57,-12.8706,0.109439,300,5,0,41,60,1,0,0,0),(100754,25652,571,1,1,23300,0,3557.68,4510.32,-12.8706,0.061598,300,5,0,41,60,1,0,0,0),(100755,25652,571,1,1,23300,0,3553.69,4510.08,-12.8706,0.061306,300,5,0,41,60,1,0,0,0),(100756,25652,571,1,1,23300,0,3549.7,4509.83,-12.8706,0.060966,300,5,0,41,60,1,0,0,0),(100757,25652,571,1,1,23300,0,3661.31,4562.17,-14.7915,2.18166,300,0,0,41,60,0,0,0,0),(100758,25652,571,1,1,23300,0,3664.55,4559.77,-14.9216,4.11898,300,0,0,41,60,0,0,0,0),(100759,25652,571,1,1,23300,0,3666.67,4556.95,-14.8589,4.50295,300,0,0,41,60,0,0,0,0),(100760,25652,571,1,1,23300,0,3666.82,4553.47,-14.923,3.92699,300,0,0,41,60,0,0,0,0),(100761,29236,571,1,1,25491,1,6910.8,-4603.23,450.61,2.28638,300,0,0,11001,0,0,0,0,0),(100762,29236,571,1,1,25491,1,6467.39,-4147.34,462.554,2.29754,300,0,0,11001,0,0,0,0,0),(100763,29236,571,1,1,25491,1,6408.85,-4089.48,456.94,5.48393,300,0,0,11001,0,2,0,0,0),(100764,29236,571,1,1,25491,1,6210.5,-3845.47,459.801,2.35619,300,0,0,11001,0,0,0,0,0),(100765,29236,571,1,1,25491,1,6440.83,-4397.07,458.212,1.58825,300,0,0,11001,0,0,0,0,0),(100766,29236,571,1,1,25491,1,6453.33,-4554.2,458.212,5.37561,300,0,0,11001,0,0,0,0,0),(100767,25396,571,1,1,2606,0,3725.85,3597.79,294.484,4.83456,300,0,0,9610,3309,0,0,0,0),(100769,25652,571,1,1,23300,0,3465.76,4640.36,-12.8706,3.9426,300,5,0,41,60,1,0,0,0),(100770,25652,571,1,1,23300,0,3468.54,4643.23,-12.9217,3.94267,300,5,0,41,60,1,0,0,0),(100771,25396,571,1,1,2606,0,3769.81,3580.93,294.475,3.64774,300,0,0,9610,3309,0,0,0,0),(100772,25396,571,1,1,2606,0,3764.62,3589.78,294.583,3.735,300,0,0,9610,3309,0,0,0,0),(100773,25396,571,1,1,2606,0,3800.18,3592.11,304.232,1.7464,300,5,0,9610,3309,1,0,0,0),(100774,31796,571,1,1,27720,0,5853.26,576.408,653.996,5.65487,300,0,0,42,0,0,0,0,0),(100775,26421,571,1,1,2078,0,2797.06,1379.25,134.777,5.09215,300,5,0,9291,0,1,0,0,0),(100776,30005,571,1,1,27115,0,7114.15,-1633.32,820.568,3.28122,300,0,0,12600,0,0,0,0,0),(100777,27189,571,1,1,24385,1,2874.77,4050.34,4.58191,0.279253,300,0,0,35928,0,0,0,0,0),(100778,27189,571,1,1,24385,1,3008.06,4109.51,24.6673,3.83972,300,0,0,35928,0,0,0,0,0),(100779,27189,571,1,1,24385,1,3068.92,4123.17,29.952,0.401426,300,0,0,35928,0,0,0,0,0),(100780,27189,571,1,1,25532,1,2960.14,4157.59,26.4663,2.21657,300,0,0,35928,0,0,0,0,0),(100781,27189,571,1,1,24385,1,2880.3,4030.37,4.35195,0.471239,300,0,0,35928,0,0,0,0,0),(100782,26421,571,1,1,2078,0,2747.47,1485.82,143.997,0.151342,300,5,0,9291,0,1,0,0,0),(100783,26421,571,1,1,2078,0,2827.24,1473.01,155.922,2.98931,300,5,0,9291,0,1,0,0,0),(100784,24117,571,1,1,22485,0,2195.11,-5115.1,236.583,5.75959,300,0,0,9291,3231,0,0,0,0),(100785,27189,571,1,1,24385,1,3056.82,4139.98,27.6985,0.750492,300,0,0,35928,0,0,0,0,0),(100786,27189,571,1,1,24385,1,2970.91,3963.27,5.88307,1.65806,300,0,0,35928,0,0,0,0,0),(100787,27189,571,1,1,24385,1,2939.59,4014.53,2.68591,6.07375,300,0,0,35928,0,0,0,0,0),(100788,27189,571,1,1,25532,1,3036.66,4048.31,23.8384,5.16617,300,0,0,35928,0,0,0,0,0),(100789,27189,571,1,1,24385,1,3007.23,3993.61,25.758,5.34071,300,0,0,35928,0,0,0,0,0),(100790,30261,571,1,1,26908,1,5056.76,-571.798,220.077,6.21337,300,0,0,63000,11982,0,0,0,0),(100791,29493,571,1,1,26307,0,5783.18,553.32,651.722,2.47837,300,0,0,10635,0,0,0,0,0),(100792,27701,571,1,1,27174,1,2568.8,-3936.17,294.442,6.05629,300,0,0,8982,0,0,0,0,0),(100793,27189,571,1,1,24385,1,3020.06,4158.64,23.9135,1.06465,300,0,0,35928,0,0,0,0,0),(100794,27189,571,1,1,25532,1,3073.16,4088.59,29.8041,6.14356,300,0,0,35928,0,0,0,0,0),(100795,28725,571,1,1,25648,1,5882.35,707.77,643.321,5.64232,300,0,0,8508,7981,0,0,0,0),(100796,26421,571,1,1,2078,0,2818.56,1549.99,160.575,2.33272,300,5,0,9291,0,1,0,0,0),(100797,28213,571,1,1,3188,0,5128.56,3980.97,-61.6965,-0.012519,300,0,0,11379,0,0,0,0,0),(100798,26421,571,1,1,2078,0,2848.58,1647.09,153.955,4.78366,300,5,0,9291,0,1,0,0,0),(100799,26421,571,1,1,2078,0,2881.82,1583.75,156.74,0.165791,300,5,0,9291,0,1,0,0,0),(100800,26421,571,1,1,2078,0,3010.32,1635.05,160.517,1.38413,300,5,0,9291,0,1,0,0,0),(100801,26421,571,1,1,2078,0,2921.27,1961.53,137.753,1.31302,300,5,0,9291,0,1,0,0,0),(100802,26421,571,1,1,2078,0,3037.02,1951.86,126.974,2.62179,300,5,0,9291,0,1,0,0,0),(100831,29237,571,1,1,0,1,6528.73,-4436.01,458.212,5.55015,120,0,0,1,0,0,0,0,0),(100804,26421,571,1,1,2078,0,3310.6,1555.6,142.71,0.117274,300,5,0,9291,0,1,0,0,0),(100805,26421,571,1,1,2078,0,3261.67,1614.18,143.948,5.32152,300,5,0,9291,0,1,0,0,0),(100806,26421,571,1,1,2078,0,3159.42,1639.16,157.538,4.797,300,5,0,9291,0,1,0,0,0),(100830,29237,571,1,1,0,1,6512.26,-4393.15,458.212,0.715585,120,0,0,1,0,0,0,0,0),(100808,26421,571,1,1,2078,0,3325.94,1805.34,129.999,4.99601,300,5,0,9291,0,1,0,0,0),(100809,27701,571,1,1,27174,1,2547.42,-3940.5,282.422,4.36332,300,0,0,8982,0,0,0,0,0),(100810,27701,571,1,1,27174,1,2544.89,-3900.4,280.501,1.53589,300,0,0,8982,0,0,0,0,0),(100811,26421,571,1,1,2078,0,3247.84,1717.03,136.105,5.95927,300,5,0,9291,0,1,0,0,0),(100812,26421,571,1,1,2078,0,3113.2,1927.07,127.086,5.85473,300,5,0,9291,0,1,0,0,0),(100813,26421,571,1,1,2078,0,3043.23,1883.09,128.87,1.65791,300,5,0,9291,0,1,0,0,0),(100814,26421,571,1,1,2078,0,2953.1,1885.49,127.164,4.29758,300,5,0,9291,0,1,0,0,0),(100815,26677,571,1,1,24009,0,4705.11,562.106,123.558,2.35619,300,5,0,10635,0,1,0,0,0),(100816,26421,571,1,1,2078,0,3227.01,1977.59,134.844,0.110549,300,5,0,9291,0,1,0,0,0),(100817,26421,571,1,1,2078,0,3237.88,1839.09,135.773,6.06752,300,5,0,9291,0,1,0,0,0),(100818,26421,571,1,1,2078,0,3277.64,1920.02,133.969,3.80306,300,5,0,9291,0,1,0,0,0),(100819,26421,571,1,1,2078,0,3330.99,1897.64,107.107,1.20929,300,5,0,9291,0,1,0,0,0),(100820,26421,571,1,1,2078,0,3056.8,1795.78,135.102,0.178627,300,5,0,9291,0,1,0,0,0),(100821,26421,571,1,1,2078,0,2963.36,1753.68,139.497,0.610486,300,5,0,9291,0,1,0,0,0),(132599,21787,530,1,1,20682,1,-4008.98,3126.44,362.605,0.628319,180,0,0,5744,3231,0,0,0,0),(132094,31285,571,1,2,0,0,4756.61,1313.47,163.954,2.94961,120,0,0,1,0,0,0,0,0),(132093,31285,571,1,2,0,0,4774.73,1312.33,165.072,5.5676,120,0,0,1,0,0,0,0,0),(100829,29237,571,1,1,0,1,6510.07,-4511.61,458.212,5.46288,120,0,0,1,0,0,0,0,0),(100828,29237,571,1,1,0,1,6485.52,-4394.09,458.212,2.37365,120,0,0,1,0,0,0,0,0),(100827,29237,571,1,1,0,1,6484.5,-4538.53,458.212,5.49779,120,0,0,1,0,0,0,0,0),(100807,29237,571,1,1,0,1,6414.3,-4413.81,458.212,2.37365,120,0,0,1,0,0,0,0,0),(100803,29237,571,1,1,0,1,6387.64,-4440.21,458.212,2.32129,120,0,0,1,0,0,0,0,0),(100832,25397,571,1,1,0,0,3643.49,5634.1,35.9507,1.51377,300,0,0,9610,3309,0,0,0,0),(100833,27957,571,1,1,25287,0,4810.15,1304.73,171.32,1.64994,300,0,0,9291,0,0,0,0,0),(100834,29750,571,1,1,26498,0,6665.59,-261.258,961.82,0.962,300,0,0,12600,0,0,0,0,0),(100835,27702,571,1,1,23489,0,2780.59,-1579.19,0.37637,2.60054,300,5,0,4979,0,1,0,0,0),(100836,27702,571,1,1,23489,0,2793.11,-1580.95,1.0763,4.66003,300,5,0,4979,0,1,0,0,0),(100837,27702,571,1,1,23489,0,2749.25,-1596.86,0.071038,5.28835,300,5,0,4979,0,1,0,0,0),(100839,27702,571,1,1,23489,0,2758.75,-1589.51,0.166897,5.44543,300,5,0,4979,0,1,0,0,0),(100840,27702,571,1,1,23489,0,2740.68,-1604.66,0.845682,0.733038,300,5,0,4979,0,1,0,0,0),(100841,27190,571,1,1,24386,1,2872.49,4062.85,2.67978,5.93412,300,0,0,3524,0,0,0,0,0),(100842,28726,571,1,1,25649,0,5876.32,756.845,640.524,4.88692,300,0,0,10635,0,0,0,0,0),(100844,27702,571,1,1,23489,0,2768.03,-1583.1,0.231743,2.42601,300,5,0,4979,0,1,0,0,0),(100847,27702,571,1,1,23489,0,2734.21,-1614.16,0.397718,3.10669,300,5,0,4979,0,1,0,0,0),(100849,29494,571,1,1,26309,0,5665.3,639.096,648.063,1.90241,300,0,0,8508,7981,0,0,0,0),(100850,27702,571,1,1,23489,0,2731.78,-1637.43,0.492696,1.95477,300,5,0,4979,0,1,0,0,0),(100854,23862,571,1,1,21823,1,1429.88,-3253.42,165.514,5.51524,300,0,0,7181,0,0,0,0,0),(200016,36558,650,3,1,0,0,770.486,571.552,412.475,2.05949,999999,0,0,50000,0,0,0,0,0),(200017,36558,650,3,1,0,0,705.497,583.944,412.476,0.698132,999999,0,0,50000,0,0,0,0,0),(200018,36558,650,3,1,0,0,716.665,573.495,412.475,0.977384,999999,0,0,50000,0,0,0,0,0),(200116,32199,571,1,1,0,0,8007.93,2271.49,500.222,1.12224,25,0,0,1,0,0,0,0,0),(200115,32197,571,1,1,0,0,7990.1,2062.33,499.729,0.176611,25,0,0,1,0,0,0,0,0),(100860,26422,571,1,1,23831,0,3827.66,-1969.91,208.36,0.523599,300,0,0,9940,0,0,0,0,0),(200114,32196,571,1,1,0,0,7755.87,2061.28,499.885,3.16505,25,0,0,1,0,0,0,0,0),(200113,32195,571,1,1,0,0,7528.92,2038.43,500.312,5.50161,25,0,0,1,0,0,0,0,0),(200139,32517,571,1,1,0,0,5250.6,5966.69,-49.7509,4.68883,480,10,0,16502,0,1,0,0,0),(200138,32517,571,1,1,0,0,4995.29,4033.78,-28.1527,3.00021,480,10,0,16502,0,1,0,0,0),(200137,32517,571,1,1,0,0,5195.11,3817.65,-22.7813,0.31808,480,10,0,16502,0,1,0,0,0),(200136,32517,571,1,1,0,0,5904.17,5639.43,-70.035,3.41255,480,10,0,16502,0,1,0,0,0),(200135,32517,571,1,1,0,0,6662.57,4394.09,24.8115,3.60501,480,10,0,16502,0,1,0,0,0),(200134,32517,571,1,1,0,0,5361.44,5572.48,-91.8951,3.39685,480,10,0,16502,0,1,0,0,0),(200133,32517,571,1,1,0,0,6438.43,5332.94,-39.5639,3.95842,480,10,0,16502,0,1,0,0,0),(200132,32517,571,1,1,0,0,4920.73,4710.52,-85.4683,3.42826,480,10,0,16502,0,1,0,0,0),(200131,33776,571,1,1,0,0,5062.35,-3945.4,358.951,5.37384,14400,5,0,17068,0,1,0,0,0),(200130,33776,571,1,1,0,0,5330.5,-4509.53,413.508,1.01879,14400,5,0,17068,0,1,0,0,0),(200129,33776,571,1,1,0,0,6235.65,-3735.12,369.672,3.0137,14400,5,0,17068,0,1,0,0,0),(200128,33776,571,1,1,0,0,6231.12,-4475.94,450.531,1.16409,14400,5,0,17068,0,1,0,0,0),(200127,33776,571,1,1,0,0,5602.61,-3723.99,364.693,1.07771,17068,5,0,17068,0,1,0,0,0),(200126,33776,571,1,1,0,0,6067.13,-4072.1,364.241,1.54501,14400,5,0,17068,0,1,0,0,0),(200124,26496,571,1,1,0,1,3372.72,2594.67,40.2775,4.49235,180,0,0,7688,7500,0,0,0,0),(200123,16096,0,1,1,7103,1,2063.26,363.155,82.498,1.83676,300,0,0,31905,0,0,0,0,0),(200122,16096,0,1,1,11375,1,2056.84,360.967,82.4962,1.85247,300,0,0,31905,0,0,0,0,0),(100883,30006,571,1,1,27117,1,6857.39,-1533.95,822.18,5.68977,300,0,0,12600,0,0,0,0,0),(100884,31798,571,1,1,23823,0,7727.12,-2168.25,786.45,2.84489,300,0,0,12600,3994,0,0,0,0),(100885,26679,571,1,1,23813,1,4286.67,-2503.58,239.332,5.28835,300,0,0,9940,0,0,0,0,0),(100886,26935,571,1,1,24705,1,4072.56,-4130.48,211.73,3.26377,300,0,0,30846,0,0,0,0,0),(100887,30263,571,1,1,26886,1,5067.71,-623.054,216.299,1.63952,300,0,0,24350,3893,2,0,0,0),(100888,30263,571,1,1,26885,1,5062.81,-595.082,220.074,1.63945,300,5,0,24350,3893,1,0,0,0),(100889,30263,571,1,1,26885,1,5060.03,-538.408,220.008,0.603929,300,0,0,24350,3893,2,0,0,0),(100890,30263,571,1,1,26886,1,5075.2,-507.602,210.707,0.611296,300,5,0,24350,3893,1,0,0,0),(100891,27191,571,1,1,24394,0,3242.07,-725.513,174.892,3.40339,300,5,0,198,0,1,0,0,0),(100893,26679,571,1,1,23814,1,4294.29,-2518.77,239.404,1.50098,300,0,0,9940,0,0,0,0,0),(100894,26679,571,1,1,23814,1,4332.67,-2653.69,260.51,2.40497,300,0,0,9940,0,0,0,0,0),(100895,26679,571,1,1,23813,1,4310.5,-2433.07,245.618,4.69494,300,0,0,9940,0,0,0,0,0),(100896,24887,571,1,1,17200,0,-12.955,-4883.44,296.344,1.41372,300,0,0,9291,0,0,0,0,0),(100897,31031,571,1,1,27448,0,5854.18,472.541,639.786,1.12927,300,0,0,10635,0,0,0,0,0),(100898,30263,571,1,1,26886,1,5076.64,-639.394,210.145,4.87625,300,0,0,24350,3893,2,0,0,0),(100899,30263,571,1,1,26888,1,5078.4,-640.27,209.55,4.86572,300,5,0,24350,3893,1,0,0,0),(100900,29495,571,1,1,26310,0,5792.82,683.373,658.112,5.51524,300,0,0,8508,7981,0,0,0,0),(100901,26423,571,1,1,24938,0,3844.59,-1973.08,208.515,2.89725,300,0,0,6986,0,0,0,0,0),(100902,28727,571,1,1,25650,0,5880.21,694.184,644.909,4.01426,300,0,0,8508,7981,0,0,0,0),(100903,26679,571,1,1,23814,1,4230.07,-2530.27,231.479,1.48353,300,0,0,9940,0,0,0,0,0),(100904,26679,571,1,1,23813,1,4398.95,-2561.32,252.276,1.64405,300,5,0,9940,0,1,0,0,0),(100905,26679,571,1,1,23814,1,4259.17,-2587.56,241.173,-1.75061,300,0,0,9940,0,0,0,0,0),(100906,26679,571,1,1,23814,1,4380.03,-2477.07,246.34,4.19389,300,5,0,9940,0,1,0,0,0),(100907,26679,571,1,1,23812,1,4302.09,-2505.69,239.532,3.45575,300,0,0,9940,0,0,0,0,0),(100908,26679,571,1,1,23813,1,4383.26,-2615.41,256.807,-2.18962,300,0,0,9940,0,0,0,0,0),(100909,26679,571,1,1,23814,1,4328.59,-2541.38,245.689,1.0779,300,0,0,9940,0,0,0,0,0),(100910,26679,571,1,1,23813,1,4338.31,-2566.47,245.715,5.31259,300,0,0,9940,0,2,0,0,0),(100911,26679,571,1,1,23814,1,4346.67,-2484.65,240.982,1.02297,300,0,0,9940,0,2,0,0,0),(100912,26679,571,1,1,23814,1,4339.45,-2431.14,238.306,5.55654,300,5,0,9940,0,1,0,0,0),(100913,26679,571,1,1,23812,1,4213.32,-2583.2,238.294,2.25766,300,0,0,9940,0,0,0,0,0),(100914,26679,571,1,1,23813,1,4316.28,-2489.05,238.588,4.28441,300,0,0,9940,0,2,0,0,0),(100915,26679,571,1,1,23813,1,4408.01,-2559.22,253.683,3.83233,300,5,0,9940,0,1,0,0,0),(100916,26679,571,1,1,23812,1,4255.33,-2495.98,231.554,2.46904,300,0,0,9940,0,0,0,0,0),(100917,26679,571,1,1,23813,1,4262.37,-2582.88,241.418,3.26498,300,5,0,9940,0,1,0,0,0),(100918,26935,571,1,1,24705,1,4620.66,-5685.28,180.028,3.82227,300,0,0,30846,0,0,0,0,0),(100920,26679,571,1,1,23813,1,4212.8,-2581.66,238.265,2.79603,300,5,0,9940,0,1,0,0,0),(100922,26679,571,1,1,23812,1,4329.66,-2597.06,249.712,0.063256,300,5,0,9940,0,1,0,0,0),(100923,26679,571,1,1,23812,1,4397.15,-2556.36,251.596,1.87882,300,5,0,9940,0,1,0,0,0),(100924,26679,571,1,1,23812,1,4382.38,-2603,254.714,1.99527,300,5,0,9940,0,1,0,0,0),(100925,26679,571,1,1,23814,1,4262.15,-2478.68,231.633,4.08407,300,0,0,9940,0,0,0,0,0),(100926,26679,571,1,1,23812,1,4247.72,-2488.21,231.633,0.191986,300,0,0,9940,0,0,0,0,0),(100927,26679,571,1,1,23814,1,4232.23,-2533.84,231.235,-1.83873,300,5,0,9940,0,1,0,0,0),(100928,26679,571,1,1,23812,1,4256.48,-2496.44,231.634,1.37881,300,0,0,9940,0,0,0,0,0),(100930,26679,571,1,1,23814,1,4243.64,-2493.45,231.605,0.133197,300,0,0,9940,0,2,0,0,0),(100934,24888,571,1,1,28016,0,-54.6727,-3352.6,2.31635,4.72984,300,5,0,9291,0,1,0,0,0),(100935,26936,571,1,1,24179,0,3843.42,-4550.32,209.819,0.488692,300,0,0,10282,0,0,0,0,0),(100936,26680,571,1,1,23994,0,3875.46,-4544.99,209.406,3.00197,300,0,0,10282,0,0,0,0,0),(100937,29752,571,1,1,11686,0,8308.78,-1123.34,929.533,0,300,5,0,12600,3994,1,0,0,0),(100938,31032,571,1,1,27449,0,5701.6,714.882,642.558,4.01426,300,0,0,8508,7981,0,0,0,0),(100939,27448,571,1,1,11686,0,4518.45,1787.25,165.287,2.02458,300,5,0,10282,0,1,0,0,0),(100940,29496,571,1,1,26311,0,5718.32,595.451,648.664,0.837758,300,0,0,10635,0,0,0,0,0),(100941,24376,571,1,1,22357,1,2450.57,-5181.16,277.738,2.94961,300,0,0,8982,3155,0,0,0,0),(100942,29752,571,1,1,11686,0,8344.45,-1192.66,928.562,0,300,5,0,12600,3994,1,0,0,0),(100943,26424,571,1,1,23837,1,3850.49,-1960.48,208.511,2.14675,300,0,0,4890,0,0,0,0,0),(100944,28728,571,1,1,25651,0,5931.95,713.425,642.675,3.08923,300,0,0,10635,0,0,0,0,0),(100945,30008,571,1,1,27114,1,7069.82,-1701.44,821.584,3.26377,300,0,0,12600,0,0,0,0,0),(100946,29752,571,1,1,11686,0,8136.38,-1111.61,930.761,0,300,5,0,12600,3994,1,0,0,0),(100947,29752,571,1,1,11686,0,8188.55,-1109.39,929.374,0,300,5,0,12600,3994,1,0,0,0),(100948,29752,571,1,1,11686,0,8194.63,-1053.36,930.048,0,300,5,0,12600,3994,1,0,0,0),(100949,29752,571,1,1,11686,0,8246.63,-938.504,929.802,0,300,5,0,12600,3994,1,0,0,0),(100950,29752,571,1,1,11686,0,8202.79,-988.953,930.804,0,300,5,0,12600,3994,1,0,0,0),(100951,29752,571,1,1,11686,0,8292.98,-969.314,929.006,0,300,5,0,12600,3994,1,0,0,0),(100952,29752,571,1,1,11686,0,8217.67,-730.503,931.067,0,300,5,0,12600,3994,1,0,0,0),(100953,29752,571,1,1,11686,0,8281.21,-715.498,930.457,0,300,5,0,12600,3994,1,0,0,0),(100954,29752,571,1,1,11686,0,8326.38,-994.495,928.839,0,300,5,0,12600,3994,1,0,0,0),(100955,29752,571,1,1,11686,0,8260.92,-1014.52,929.68,0,300,5,0,12600,3994,1,0,0,0),(100956,29752,571,1,1,11686,0,8279.41,-837.385,929.749,0,300,5,0,12600,3994,1,0,0,0),(100957,29752,571,1,1,11686,0,8226.29,-846.08,932.006,0,300,5,0,12600,3994,1,0,0,0),(100958,29752,571,1,1,11686,0,8180.08,-825.914,960.666,0,300,5,0,12600,3994,1,0,0,0),(100959,29752,571,1,1,11686,0,8162.22,-915.457,961.062,0,300,5,0,12600,3994,1,0,0,0),(100960,29752,571,1,1,11686,0,8266.61,-792.556,930.43,0,300,5,0,12600,3994,1,0,0,0),(100961,26937,571,1,1,23489,0,4662.82,-4859.06,35.5636,0.087266,300,0,0,4979,0,0,0,0,0),(100962,26937,571,1,1,23489,0,4654.21,-4865.31,35.5636,4.39823,300,0,0,4979,0,0,0,0,0),(100963,26425,571,1,1,24418,1,3254.28,-2275.65,108.744,4.67748,300,0,0,9940,0,0,0,33536,0),(100964,26425,571,1,1,24418,1,3258.14,-2275.75,108.703,4.76475,300,0,0,9940,0,0,0,33536,0),(100965,24889,571,1,1,17200,0,14.7574,-4979.98,303.322,2.89725,300,0,0,9291,0,0,0,0,0),(100966,26169,571,1,1,26343,1,3124.74,4893.01,1.92765,4.50295,300,0,0,9940,0,0,0,0,0),(100967,27449,571,1,1,11686,0,4308.45,1847.76,165.381,4.38078,300,0,0,42,0,0,0,0,0),(100968,27449,571,1,1,11686,0,4371.08,1930.64,167.469,4.86947,300,0,0,42,0,0,0,0,0),(100969,27449,571,1,1,11686,0,4365.23,1891.85,160.881,1.32645,300,0,0,42,0,0,0,0,0),(100970,27449,571,1,1,11686,0,4333.91,1879.72,164.637,0.785398,300,0,0,42,0,0,0,0,0),(100971,27449,571,1,1,11686,0,4373.06,1880.59,161.014,2.05949,300,0,0,42,0,0,0,0,0),(100972,27449,571,1,1,11686,0,4335.88,1887.39,159.296,2.74017,300,0,0,42,0,0,0,0,0),(100973,27449,571,1,1,11686,0,4392.36,1864.46,158.204,0.069813,300,0,0,42,0,0,0,0,0),(100974,27449,571,1,1,11686,0,4336.51,1864.12,166.31,1.65806,300,0,0,42,0,0,0,0,0),(100975,27449,571,1,1,11686,0,4315.85,1846.35,163.946,1.0821,300,0,0,42,0,0,0,0,0),(100976,23865,571,1,1,21749,1,1727.39,-6087.14,8.49632,4.74729,300,0,0,6986,0,0,0,0,0),(100977,23865,571,1,1,21748,1,1733.01,-6091.96,8.48286,2.82743,300,0,0,6986,0,0,0,0,0),(100978,23865,571,1,1,21750,1,1725.76,-6076.04,8.1739,2.93215,300,0,0,6986,0,0,0,0,0),(100979,23865,571,1,1,21748,1,1722.57,-6080.52,7.78022,1.50098,300,0,0,6986,0,0,0,0,0),(100980,23865,571,1,1,21750,1,1528.27,-5693.21,249.894,1.90241,300,0,0,6986,0,0,0,0,0),(100981,23865,571,1,1,21751,1,1554.26,-5695.78,249.836,1.3439,300,0,0,6986,0,0,0,0,0),(100982,27193,571,1,1,24387,1,2960.34,4122.64,29.6445,5.95157,300,0,0,3524,0,0,0,0,0),(100983,28217,571,1,1,25016,0,5472.63,4381.43,-139.638,0.872665,300,0,0,9103,8313,0,0,0,0),(100984,30265,571,1,1,26878,1,5603.46,-753.211,198.309,1.1089,300,0,0,24350,3893,2,0,0,0),(100985,30265,571,1,1,26877,1,5613.27,-734.482,203.727,1.14808,300,5,0,24350,3893,1,0,0,0),(100986,30265,571,1,1,26878,1,5595.05,-672.206,206.647,1.74954,300,5,0,24350,3893,1,0,0,0),(100987,30265,571,1,1,26879,1,5615.3,-711.015,206.286,1.74969,300,0,0,24350,3893,2,0,0,0),(100988,26937,571,1,1,23489,0,4653.53,-4854.59,35.5636,1.91986,300,0,0,4979,0,0,0,0,0),(100989,23865,571,1,1,21751,1,1549.46,-5701.91,250.824,5.51939,300,0,0,6986,0,0,0,0,0),(100990,27449,571,1,1,11686,0,4335.4,1869.88,167.372,1.22173,300,0,0,42,0,0,0,0,0),(100991,27449,571,1,1,11686,0,4298.99,1844.75,168.259,3.33358,300,0,0,42,0,0,0,0,0),(100992,27449,571,1,1,11686,0,4370.27,1887.13,160.149,2.74017,300,0,0,42,0,0,0,0,0),(100993,27449,571,1,1,11686,0,4387.12,1871.77,160.845,4.4855,300,0,0,42,0,0,0,0,0),(100994,27449,571,1,1,11686,0,4349.57,1897.92,159.99,5.35816,300,0,0,42,0,0,0,0,0),(100995,27449,571,1,1,11686,0,4382.09,1875.67,160.501,0.331613,300,0,0,42,0,0,0,0,0),(100996,27449,571,1,1,11686,0,4337.63,1892.82,164.403,5.89921,300,0,0,42,0,0,0,0,0),(100997,27449,571,1,1,11686,0,4369.12,1926.75,170.399,3.97935,300,0,0,42,0,0,0,0,0),(100998,27449,571,1,1,11686,0,4361.31,1903.4,166.382,3.40339,300,0,0,42,0,0,0,0,0),(100999,23865,571,1,1,21751,1,1568.08,-5699.08,249.559,1.44862,300,0,0,6986,0,0,0,0,0),(101000,29753,571,1,1,26710,0,7501.12,-1449.26,1017.8,5.8592,300,0,0,12600,0,2,0,0,0),(101001,23865,571,1,1,21748,1,1548.22,-5700.69,250.785,2.43641,300,0,0,6986,0,0,0,0,0),(101002,26937,571,1,1,23489,0,4657.31,-4859.34,40.7129,4.92183,300,0,0,4979,0,0,0,0,0),(101003,23865,571,1,1,21748,1,1501.38,-5683.87,246.829,-0.076352,300,0,0,6986,0,0,0,0,0),(101004,27449,571,1,1,11686,0,4368.09,1922.08,168.824,0.401426,300,0,0,42,0,0,0,0,0),(101005,27449,571,1,1,11686,0,4394.39,1859.23,158.089,5.70723,300,0,0,42,0,0,0,0,0),(101006,27449,571,1,1,11686,0,4326.58,1874.68,169.797,5.63741,300,0,0,42,0,0,0,0,0),(101007,27449,571,1,1,11686,0,4318.51,1850.7,159.349,5.21853,300,0,0,42,0,0,0,0,0),(101008,27449,571,1,1,11686,0,4365.85,1917.07,169.631,2.98451,300,0,0,42,0,0,0,0,0),(101009,27449,571,1,1,11686,0,4330.24,1861.06,159.91,5.96903,300,0,0,42,0,0,0,0,0),(101010,27449,571,1,1,11686,0,4278.09,1826.07,166.911,0.750492,300,0,0,42,0,0,0,0,0),(101011,27449,571,1,1,11686,0,4323.22,1855.97,159.031,5.98648,300,0,0,42,0,0,0,0,0),(101012,27449,571,1,1,11686,0,4282.62,1833.1,168.522,6.19592,300,0,0,42,0,0,0,0,0),(101013,27449,571,1,1,11686,0,4307.3,1843.19,167.143,1.53589,300,0,0,42,0,0,0,0,0),(101014,29497,571,1,1,26312,1,5715.69,588.5,656.498,5.70099,300,0,0,10635,0,0,0,0,0),(101015,23865,571,1,1,21749,1,1513.84,-5694.92,248.967,0.20944,300,0,0,6986,0,0,0,0,0),(101016,30265,571,1,1,26879,1,5586.63,-658.438,204.594,5.14996,300,5,0,24350,3893,1,0,0,0),(101017,30265,571,1,1,26877,1,5586.63,-658.438,204.577,5.14764,300,0,0,24350,3893,2,0,0,0),(101019,27449,571,1,1,11686,0,4286.76,1838.48,167.228,3.97935,300,0,0,42,0,0,0,0,0),(101020,27449,571,1,1,11686,0,4341.77,1894.8,162.852,4.99164,300,0,0,42,0,0,0,0,0),(101021,27449,571,1,1,11686,0,4295.06,1840.29,166.721,4.24115,300,0,0,42,0,0,0,0,0),(101022,27449,571,1,1,11686,0,4363.7,1910.82,168.972,0.034907,300,0,0,42,0,0,0,0,0),(101023,27449,571,1,1,11686,0,4332.23,1872.98,168.882,1.79769,300,0,0,42,0,0,0,0,0),(101024,27449,571,1,1,11686,0,4370.59,1906.37,167.519,1.74533,300,0,0,42,0,0,0,0,0),(101025,27449,571,1,1,11686,0,4391.15,1868.78,159.662,6.17846,300,0,0,42,0,0,0,0,0),(101026,23865,571,1,1,21750,1,1504.34,-5684.02,246.931,1.15192,300,0,0,6986,0,0,0,0,0),(101027,23865,571,1,1,21749,1,1506.61,-5684.55,247.151,1.72788,300,0,0,6986,0,0,0,0,0),(101028,28217,571,1,1,25016,0,5474.15,4461.75,-137.897,3.14159,300,0,0,9103,8313,0,0,0,0),(101029,28217,571,1,1,25016,0,5409.45,4386.47,-138.14,0.069813,300,0,0,9103,8313,0,0,0,0),(101030,28217,571,1,1,25016,0,5400.44,4502.65,-130.794,0.279253,300,0,0,9103,8313,0,0,0,0),(101031,28217,571,1,1,25016,0,5413.43,4574.76,-129.367,3.52556,300,0,0,9103,8313,0,0,0,0),(101032,24633,571,1,1,21635,0,-10.1001,-3569.63,25.981,1.02837,300,5,0,8982,0,1,0,0,0),(101033,23865,571,1,1,21748,1,1584.03,-5710.1,246.396,0.523599,300,0,0,6986,0,0,0,0,0),(101034,23865,571,1,1,21748,1,1582.5,-5708.19,246.761,1.71042,300,0,0,6986,0,0,0,0,0),(101035,23865,571,1,1,21751,1,1563.14,-5664.92,243.018,1.97222,300,0,0,6986,0,0,0,0,0),(101036,24633,571,1,1,21635,0,60.7575,-3479.71,43.538,4.22459,300,5,0,8982,0,1,0,0,0),(101037,24633,571,1,1,21635,0,40.9328,-3398.2,29.2962,4.33007,300,5,0,8982,0,1,0,0,0),(101038,24633,571,1,1,21635,0,45.7791,-3296.08,2.07714,5.35487,300,5,0,8982,0,1,0,0,0),(101039,24633,571,1,1,21635,0,76.0184,-3352.72,1.3422,6.14018,300,5,0,8982,0,1,0,0,0),(101040,24633,571,1,1,21635,0,22.7225,-3351.57,8.48002,2.75927,300,5,0,8982,0,1,0,0,0),(101041,24633,571,1,1,21635,0,20.7055,-3449.67,37.3556,4.89294,300,5,0,8982,0,1,0,0,0),(101042,24633,571,1,1,21635,0,46.2518,-3488,40.1833,4.69308,300,5,0,8982,0,1,0,0,0),(101043,23865,571,1,1,21748,1,1511.76,-5663.68,243.086,2.32129,300,0,0,6986,0,0,0,0,0),(101044,23865,571,1,1,21749,1,1652.65,-6156.64,6.78293,0.641626,300,5,0,6986,0,1,0,0,0),(101045,23865,571,1,1,21751,1,1650.68,-6161.23,6.29515,0.556629,300,0,0,6986,0,0,0,0,0),(101046,23865,571,1,1,21750,1,1650.12,-6160.06,6.53293,4.44927,300,5,0,6986,0,1,0,0,0),(101047,23865,571,1,1,21749,1,1650.69,-6158.13,6.73171,-0.571182,300,0,0,6986,0,0,0,0,0),(101051,23865,571,1,1,21751,1,1515.71,-5663.08,242.714,1.97222,300,0,0,6986,0,0,0,0,0),(101054,23865,571,1,1,21748,1,1539.53,-5660.51,242.725,1.44668,300,0,0,6986,0,0,0,0,0),(101055,23865,571,1,1,21751,1,1568.15,-5665.08,242.173,2.57594,300,5,0,6986,0,1,0,0,0),(101056,23865,571,1,1,21750,1,1541.11,-5660.34,242.779,1.90031,300,0,0,6986,0,0,0,0,0),(101057,23865,571,1,1,21749,1,1547.19,-5613.06,226.654,1.49991,300,0,0,6986,0,0,0,0,0),(101058,23865,571,1,1,21751,1,1543.81,-5609.84,226.256,0.115883,300,0,0,6986,0,0,0,0,0),(101059,23865,571,1,1,21749,1,1651.37,-6157.34,6.78293,0.957332,300,5,0,6986,0,1,0,0,0),(101060,23865,571,1,1,21748,1,1520.54,-5610.61,226.169,4.12465,300,5,0,6986,0,1,0,0,0),(101061,23865,571,1,1,21750,1,1522.23,-5612.6,226.35,-2.80157,300,0,0,6986,0,0,0,0,0),(101063,23865,571,1,1,21748,1,1559,-5665.44,243.535,1.48353,300,0,0,6986,0,0,0,0,0),(101064,23865,571,1,1,21748,1,1543.01,-5665.88,244.65,1.50098,300,0,0,6986,0,0,0,0,0),(101065,23865,571,1,1,21749,1,1634.66,-6074.4,6.83375,3.07321,300,0,0,6986,0,0,0,0,0),(101066,23865,571,1,1,21750,1,1578.38,-6143.57,9.60773,-1.70679,300,0,0,6986,0,0,0,0,0),(101067,23865,571,1,1,21751,1,1562.77,-6136.93,8.36619,-2.39216,300,0,0,6986,0,0,0,0,0),(101068,23865,571,1,1,21749,1,1649.35,-6127.89,4.8359,-2.85386,300,0,0,6986,0,0,0,0,0),(101070,23865,571,1,1,21749,1,1572.8,-5661.28,240.809,0.6838,300,0,0,6986,0,0,0,0,0),(101071,23865,571,1,1,21748,1,1521.31,-5662.12,242.603,1.97142,300,0,0,6986,0,0,0,0,0),(101072,23865,571,1,1,21751,1,1601.02,-6191.71,7.80781,-2.30683,300,0,0,6986,0,0,0,0,0),(101073,23865,571,1,1,21751,1,1657.1,-6157.7,6.40793,-2.69356,300,0,0,6986,0,0,0,0,0),(101076,23865,571,1,1,21748,1,1652.29,-6162.63,5.90793,5.54717,300,5,0,6986,0,1,0,0,0),(101078,23865,571,1,1,21748,1,1558.16,-6190.12,7.7195,-0.612831,300,0,0,6986,0,0,0,0,0),(101079,23865,571,1,1,21750,1,1618.99,-6203.88,7.28036,-2.66451,300,0,0,6986,0,0,0,0,0),(101080,23865,571,1,1,21748,1,1625.5,-6216.61,6.25506,-2.32771,300,0,0,6986,0,0,0,0,0),(101081,23865,571,1,1,21751,1,1633.86,-6229.05,4.40174,-2.41379,300,0,0,6986,0,0,0,0,0),(101082,23865,571,1,1,21749,1,1640.37,-6243.52,2.01449,-2.5816,300,0,0,6986,0,0,0,0,0),(101083,23865,571,1,1,21748,1,1671.11,-6176.19,3.70301,-1.51375,300,0,0,6986,0,0,0,0,0),(101084,23865,571,1,1,21751,1,1630.71,-6159.85,8.7378,3.78736,300,0,0,6986,0,0,0,0,0),(101085,23865,571,1,1,21748,1,1538.31,-5609.87,226.248,3.15258,300,0,0,6986,0,0,0,0,0),(101086,23865,571,1,1,21748,1,1535.88,-5613.15,226.354,1.10936,300,0,0,6986,0,0,0,0,0),(101088,23865,571,1,1,21749,1,1580.46,-6127.54,6.93483,0.331613,300,0,0,6986,0,0,0,0,0),(101089,23865,571,1,1,21751,1,1570.93,-6128.46,7.01436,3.82227,300,0,0,6986,0,0,0,0,0),(101091,26425,571,1,1,24418,1,3359.13,-1780.9,94.1738,5.18345,300,5,0,9940,0,1,0,0,0),(101092,26425,571,1,1,24418,1,3428.63,-1759.98,94.8829,1.61257,300,5,0,9940,0,1,0,0,0),(101093,26425,571,1,1,24418,1,3370.5,-1736.32,90.4234,2.09349,300,5,0,9940,0,1,0,0,0),(101094,26425,571,1,1,24418,1,3367.26,-1847.16,104.057,5.5446,300,5,0,9940,0,1,0,0,0),(101095,26425,571,1,1,24418,1,3428.76,-1806.71,102.823,5.51988,300,5,0,9940,0,1,0,0,0),(101096,26425,571,1,1,24418,1,3372.92,-1887.65,118.46,3.3501,300,0,0,9940,0,0,0,0,0),(101097,26681,571,1,1,23772,1,3457.83,-4607.1,231.413,2.70526,300,0,0,10635,3561,0,0,0,0),(101098,24633,571,1,1,21635,0,-15.4769,-3520.83,35.3741,3.14142,300,5,0,8982,0,1,0,0,0),(101099,24633,571,1,1,21635,0,-44.7944,-3562.91,35.8945,1.91106,300,5,0,8982,0,1,0,0,0),(101100,24633,571,1,1,21635,0,-120.887,-3415.1,41.6437,3.76665,300,5,0,8982,0,1,0,0,0),(101101,24633,571,1,1,21635,0,-83.5251,-3436.82,33.7466,1.14385,300,5,0,8982,0,1,0,0,0),(101102,24633,571,1,1,21635,0,-37.7998,-3511.62,32.6709,4.71446,300,5,0,8982,0,1,0,0,0),(101103,24633,571,1,1,21635,0,-147.519,-3386.61,28.7419,2.56886,300,5,0,8982,0,1,0,0,0),(101104,24633,571,1,1,21635,0,-135.884,-3439.02,38.8495,4.98266,300,5,0,8982,0,1,0,0,0),(101105,24633,571,1,1,21635,0,-187.635,-3415.5,22.4909,4.70653,300,5,0,8982,0,1,0,0,0),(101106,24633,571,1,1,21635,0,-54.8158,-3477.78,34.4283,0.555605,300,5,0,8982,0,1,0,0,0),(101107,29753,571,1,1,26710,0,7286.94,-1422.52,978.088,2.14675,300,0,0,12600,0,2,0,0,0),(101108,29753,571,1,1,26710,0,7451.67,-1273.21,958.265,1.67486,300,0,0,12600,0,2,0,0,0),(101109,29753,571,1,1,26710,0,7361.02,-1158.35,980.812,4.5796,300,0,0,12600,0,2,0,0,0),(101110,29753,571,1,1,26710,0,7468.9,-1421.99,1035.36,5.07876,300,0,0,12600,0,2,0,0,0),(101111,29753,571,1,1,26710,0,7146.3,-1430.09,1026.78,6.00487,300,0,0,12600,0,2,0,0,0),(101112,29753,571,1,1,26710,0,7265.55,-1393.91,944.911,5.66276,300,0,0,12600,0,2,0,0,0),(101113,29753,571,1,1,26710,0,7415.38,-1216.04,904.576,6.12611,300,0,0,12600,0,2,0,0,0),(101114,29753,571,1,1,26710,0,7325.96,-1333.52,1030.94,1.5708,300,0,0,12600,0,2,0,0,0),(101115,29753,571,1,1,26710,0,7324.46,-1450.86,1008.7,0.191986,300,0,0,12600,0,2,0,0,0),(209032,23286,530,1,1,0,0,-4989.69,533.267,-6.23201,2.58822,120,5,0,1,0,1,0,0,0),(101117,29753,571,1,1,26710,0,7136.36,-1325.54,1034.86,1.97222,300,0,0,12600,0,2,0,0,0),(101118,29753,571,1,1,26710,0,7232.85,-1552.44,1018.61,2.21013,300,0,0,12600,0,2,0,0,0),(101119,29753,571,1,1,26710,0,7259.11,-1469.67,987.555,6.0663,300,0,0,12600,0,2,0,0,0),(101120,29753,571,1,1,26710,0,7327.85,-1587.84,1019.79,0.785946,300,0,0,12600,0,2,0,0,0),(101121,29753,571,1,1,26710,0,7199.31,-1325.97,978.46,1.92694,300,0,0,12600,0,2,0,0,0),(101122,29753,571,1,1,26710,0,7202.81,-1459.16,960.236,4.03118,300,0,0,12600,0,2,0,0,0),(101123,29753,571,1,1,26710,0,7584.95,-1634.49,1212.41,2.05949,300,0,0,12600,0,0,0,0,0),(101124,29753,571,1,1,26710,0,7694.3,-1493.29,1177.77,2.70526,300,0,0,12600,0,0,0,0,0),(101125,29753,571,1,1,26710,0,7596.8,-1506.44,1053.56,2.19912,300,0,0,12600,0,0,0,0,0),(101126,29753,571,1,1,26710,0,7684.88,-1422.17,1176.52,2.80998,300,0,0,12600,0,0,0,0,0),(101127,29753,571,1,1,26710,0,7477.21,-1534.25,1038.11,2.14675,300,0,0,12600,0,0,0,0,0),(101128,26682,571,1,1,7196,1,4384.46,-3051.58,344.161,0.750492,300,0,0,11928,0,0,0,0,0),(101129,24634,571,1,1,22547,0,1223.97,-5293.33,179.426,5.55015,300,0,0,82256,27728,0,0,0,0),(101130,30010,571,1,1,27113,0,6889.55,-1717.56,822.89,1.02974,300,0,0,12600,0,0,0,0,0),(101131,26426,571,1,1,13340,0,4166.65,1502.88,174.974,4.52074,300,0,0,9610,0,2,0,0,0),(101132,26426,571,1,1,13340,0,4215.62,1515.42,207.816,1.37151,300,0,0,9610,0,2,0,0,0),(101133,26426,571,1,1,13340,0,3941.25,1929.77,307.409,2.84204,300,5,0,9610,0,1,0,0,0),(101134,26426,571,1,1,13340,0,3927.05,1895.2,243.892,5.09997,300,5,0,9610,0,1,0,0,0),(101135,26426,571,1,1,13340,0,4188.84,1451.88,180.751,2.34532,300,0,0,9610,0,2,0,0,0),(101136,26170,571,1,1,23649,1,3295.89,3682.7,32.5513,1.71042,300,0,0,67270,0,0,0,0,0),(101137,26426,571,1,1,13340,0,3707.04,-538.975,292.403,0.130348,300,5,0,9610,0,1,0,0,0),(101138,26426,571,1,1,13340,0,3349.94,-963.974,175.869,4.24556,300,0,0,9610,0,2,0,0,0),(101139,26426,571,1,1,13340,0,3975.97,-646.85,273.023,4.03231,300,5,0,9610,0,1,0,0,0),(101140,26426,571,1,1,13340,0,3800.35,-531.263,205.446,2.59314,300,5,0,9610,0,1,0,0,0),(101141,26426,571,1,1,13340,0,3729.38,-555.571,313.903,6.21661,300,5,0,9610,0,1,0,0,0),(101142,26426,571,1,1,13340,0,3298.08,-841.751,195.993,4.92983,300,0,0,9610,0,2,0,0,0),(101143,26426,571,1,1,13340,0,4585.93,1226.55,172.701,5.69062,300,5,0,9610,0,1,0,0,0),(101144,26426,571,1,1,13340,0,4952.38,668.065,222.448,1.24424,300,5,0,9610,0,1,0,0,0),(101145,26426,571,1,1,13340,0,4942.22,1101.51,332.204,5.5198,300,5,0,9610,0,1,0,0,0),(101146,24122,571,1,1,22109,1,916.642,-4976.15,3.30554,1.20428,300,0,0,6986,2991,0,0,0,0),(101147,25658,571,1,1,23301,0,4416.82,4549.14,24.5404,3.97935,300,0,0,8982,0,0,0,0,0),(101148,29754,571,1,1,26506,0,7502.61,-476.062,1918.89,0.610865,300,0,0,42,0,0,0,0,0),(101149,29754,571,1,1,26506,0,7364.1,-591.26,1921.31,3.80482,300,0,0,42,0,0,0,0,0),(101150,29754,571,1,1,26506,0,7343.26,-523.398,1922.16,2.79253,300,0,0,42,0,0,0,0,0),(101151,29754,571,1,1,26506,0,7375.78,-464.056,1922.74,2.42601,300,0,0,42,0,0,0,0,0),(101152,29754,571,1,1,26506,0,7439.9,-444.361,1919.38,1.32645,300,0,0,42,0,0,0,0,0),(101153,29754,571,1,1,26506,0,7522.16,-541.373,1920.69,0.017453,300,0,0,42,0,0,0,0,0),(101154,29754,571,1,1,26506,0,7490.38,-602.087,1919.56,5.25344,300,0,0,42,0,0,0,0,0),(101155,29754,571,1,1,26506,0,7423.18,-622.711,1919.41,4.4855,300,0,0,42,0,0,0,0,0),(101156,27450,571,1,1,13069,0,4421.54,1865.77,166.26,0.279253,300,0,0,42,0,0,0,0,0),(101157,26426,571,1,1,13340,0,3391.6,-1031.16,162.1,5.85816,300,0,0,9610,0,2,0,0,0),(101158,26426,571,1,1,13340,0,4580.17,-726.549,241.805,4.84256,300,5,0,9610,0,1,0,0,0),(101159,26426,571,1,1,13340,0,3917.59,-574.763,243.125,1.86743,300,5,0,9610,0,1,0,0,0),(101160,26426,571,1,1,13340,0,3998.1,-652.432,311.773,3.59352,300,5,0,9610,0,1,0,0,0),(101161,26426,571,1,1,13340,0,4816.33,-430.342,422.949,3.5443,300,5,0,9610,0,1,0,0,0),(101162,26426,571,1,1,13340,0,4882.42,-255.335,345.351,2.10703,300,5,0,9610,0,1,0,0,0),(101163,26426,571,1,1,13340,0,3292.91,-664.59,192.778,4.4404,300,5,0,9610,0,1,0,0,0),(101164,26426,571,1,1,13340,0,3461.13,-1043.6,143.702,0.964287,300,5,0,9610,0,1,0,0,0),(101165,26426,571,1,1,13340,0,4035.42,-609.929,255.934,3.62516,300,5,0,9610,0,1,0,0,0),(101166,26426,571,1,1,13340,0,5020.89,755.32,285.757,3.96498,300,5,0,9610,0,1,0,0,0),(101167,26426,571,1,1,13340,0,4766.06,-478.772,403.539,1.4891,300,5,0,9610,0,1,0,0,0),(101168,26426,571,1,1,13340,0,5002.51,1100.12,298.777,0.931022,300,5,0,9610,0,1,0,0,0),(101169,26426,571,1,1,13340,0,4820.74,-378.089,329.133,0.22517,300,5,0,9610,0,1,0,0,0),(101170,27194,571,1,1,24388,0,3012.58,4065.28,26.9833,1.309,300,0,0,3524,0,0,0,0,0),(101171,26426,571,1,1,13340,0,3415.2,-1056.29,176.222,1.73363,300,0,0,9610,0,2,0,0,0),(101172,28218,571,1,1,22496,0,6037.5,3595.83,79.1801,5.70724,300,5,0,11001,0,1,0,0,0),(101173,28218,571,1,1,22496,0,5989.06,3750.98,23.1756,5.20184,300,5,0,11001,0,1,0,0,0),(101174,28218,571,1,1,22496,0,6006.17,3677.63,55.6455,5.52059,300,5,0,11001,0,1,0,0,0),(101175,28218,571,1,1,22496,0,6014.65,3628.68,66.4091,2.30223,300,5,0,11001,0,1,0,0,0),(101176,28218,571,1,1,22496,0,6058.63,3613.52,94.9247,6.15066,300,5,0,11001,0,1,0,0,0),(101177,28218,571,1,1,22496,0,5993.3,3628.16,55.0997,2.87852,300,5,0,11001,0,1,0,0,0),(101178,28218,571,1,1,22496,0,5991.38,3718.41,32.5976,1.46219,300,5,0,11001,0,1,0,0,0),(101179,28218,571,1,1,22496,0,6017.9,3682.07,62.6344,2.59269,300,5,0,11001,0,1,0,0,0),(101180,28218,571,1,1,22496,0,6040.21,3682.06,79.2658,2.02322,300,5,0,11001,0,1,0,0,0),(101181,28218,571,1,1,22496,0,6026.04,3678.97,68.9988,4.99309,300,5,0,11001,0,1,0,0,0),(101182,28218,571,1,1,22496,0,6051.8,3662.16,92.1721,4.37489,300,5,0,11001,0,1,0,0,0),(101183,28218,571,1,1,22496,0,6041.68,3676.58,82.6644,0.298413,300,5,0,11001,0,1,0,0,0),(101184,28218,571,1,1,22496,0,5989.59,3640.08,52.5418,4.7661,300,5,0,11001,0,1,0,0,0),(101185,28218,571,1,1,22496,0,5993.24,3673.38,48.4429,2.93002,300,5,0,11001,0,1,0,0,0),(101186,28218,571,1,1,22496,0,6009.42,3648.44,63.3891,3.22368,300,5,0,11001,0,1,0,0,0),(101187,28218,571,1,1,22496,0,6037.56,3660.27,81.7998,4.91782,300,5,0,11001,0,1,0,0,0),(101188,28218,571,1,1,22496,0,6038.86,3667.55,81.8128,0.440934,300,5,0,11001,0,1,0,0,0),(101189,28218,571,1,1,22496,0,6319.57,3963.49,108.018,1.03969,300,5,0,11001,0,1,0,0,0),(101190,28218,571,1,1,22496,0,6208.83,4071.05,2.53225,2.30043,300,5,0,11001,0,1,0,0,0),(101191,28218,571,1,1,22496,0,6227.58,4140.94,-10.5849,0.520342,300,5,0,11001,0,1,0,0,0),(101192,28218,571,1,1,22496,0,6133.69,3794.4,97.3556,3.29881,300,5,0,11001,0,1,0,0,0),(101193,28218,571,1,1,22496,0,6157.6,3818.34,97.0713,4.41102,300,5,0,11001,0,1,0,0,0),(101194,28218,571,1,1,22496,0,6121.96,3766.76,99.6289,5.70014,300,5,0,11001,0,1,0,0,0),(101195,28218,571,1,1,22496,0,6307.13,3940.94,112.032,0.805681,300,5,0,11001,0,1,0,0,0),(101196,28218,571,1,1,22496,0,6268.23,3937.05,107.884,5.71496,300,5,0,11001,0,1,0,0,0),(101197,28218,571,1,1,22496,0,6294.3,3939.89,111.848,2.54757,300,5,0,11001,0,1,0,0,0),(101198,28218,571,1,1,22496,0,6294.35,3935.13,113.365,5.1805,300,5,0,11001,0,1,0,0,0),(101199,28218,571,1,1,22496,0,6272.45,3886.9,141.821,4.28544,300,5,0,11001,0,1,0,0,0),(101200,28218,571,1,1,22496,0,6183.33,3776.81,143.045,5.76537,300,5,0,11001,0,1,0,0,0),(101201,28218,571,1,1,22496,0,6191.73,3800.48,136.532,5.38713,300,5,0,11001,0,1,0,0,0),(101202,28218,571,1,1,22496,0,6191.17,3775.65,148.138,5.43214,300,5,0,11001,0,1,0,0,0),(101203,28218,571,1,1,22496,0,6191.63,3808.16,135.876,3.88788,300,5,0,11001,0,1,0,0,0),(101204,28218,571,1,1,22496,0,6223.08,3851.38,137.074,3.7318,300,5,0,11001,0,1,0,0,0),(101205,28218,571,1,1,22496,0,6202.72,3829.39,136.27,2.36419,300,5,0,11001,0,1,0,0,0),(101206,28218,571,1,1,22496,0,6215.86,3846.46,136.421,2.80147,300,5,0,11001,0,1,0,0,0),(101207,28218,571,1,1,22496,0,6219.32,3814.68,140.66,5.52335,300,5,0,11001,0,1,0,0,0),(101208,28218,571,1,1,22496,0,6187.9,3888.67,90.8344,6.04831,300,5,0,11001,0,1,0,0,0),(101209,28218,571,1,1,22496,0,6174.94,3903.86,85.4535,6.20791,300,5,0,11001,0,1,0,0,0),(101210,28218,571,1,1,22496,0,6177.41,3893.88,87.813,0.758189,300,5,0,11001,0,1,0,0,0),(101211,28218,571,1,1,22496,0,6171.3,3878.02,89.6526,4.70458,300,5,0,11001,0,1,0,0,0),(101212,28218,571,1,1,22496,0,6200.78,3910.88,88.0541,0.159058,300,5,0,11001,0,1,0,0,0),(101213,28218,571,1,1,22496,0,6241.94,3874.15,137.09,4.31516,300,5,0,11001,0,1,0,0,0),(101214,28218,571,1,1,22496,0,6269.29,3881.08,144.196,2.3023,300,5,0,11001,0,1,0,0,0),(101215,28218,571,1,1,22496,0,6227.82,3878.93,133.479,3.58185,300,5,0,11001,0,1,0,0,0),(101216,28218,571,1,1,22496,0,6250.7,3844.97,154.026,6.1457,300,5,0,11001,0,1,0,0,0),(101217,28218,571,1,1,22496,0,6252.92,3816.43,179.583,0.792304,300,5,0,11001,0,1,0,0,0),(101218,28218,571,1,1,22496,0,6309.86,3877.57,179.001,0.140102,300,5,0,11001,0,1,0,0,0),(101219,28218,571,1,1,22496,0,6284.74,3841.58,182.427,2.20081,300,5,0,11001,0,1,0,0,0),(101220,28218,571,1,1,22496,0,6317.79,3877.85,182.941,1.01807,300,5,0,11001,0,1,0,0,0),(101221,28218,571,1,1,22496,0,6286.86,3883.47,164.309,2.01928,300,5,0,11001,0,1,0,0,0),(101222,28218,571,1,1,22496,0,6301.09,3988.01,73.8451,3.47784,300,0,0,11001,0,0,0,0,0),(101223,28218,571,1,1,22496,0,6244.49,3943.89,79.8541,0.861429,300,5,0,11001,0,1,0,0,0),(101224,28218,571,1,1,22496,0,6263.84,3962.4,76.7291,0.617603,300,5,0,11001,0,1,0,0,0),(101225,28218,571,1,1,22496,0,6251.92,3927.19,100.438,0.628999,300,5,0,11001,0,1,0,0,0),(101226,28218,571,1,1,22496,0,6230.29,3936.13,76.3987,3.60218,300,5,0,11001,0,1,0,0,0),(101227,28218,571,1,1,22496,0,6254.92,3973.72,72.32,0.590831,300,5,0,11001,0,1,0,0,0),(101228,28218,571,1,1,22496,0,6223.86,3913.72,90.9288,0.106867,300,5,0,11001,0,1,0,0,0),(101229,28218,571,1,1,22496,0,6237.64,3916.09,95.8227,4.43328,300,5,0,11001,0,1,0,0,0),(101230,28218,571,1,1,22496,0,6226.75,3939.76,71.5879,0.653075,300,5,0,11001,0,1,0,0,0),(101231,28218,571,1,1,22496,0,6210.97,3934.26,63.5219,5.98368,300,5,0,11001,0,1,0,0,0),(101232,28218,571,1,1,22496,0,6210.28,3933.06,63.9288,0.150342,300,5,0,11001,0,1,0,0,0),(101233,28218,571,1,1,22496,0,6189.19,3946.52,42.8116,0.470198,300,5,0,11001,0,1,0,0,0),(101234,28218,571,1,1,22496,0,6226.6,3969.1,49.3684,2.96986,300,5,0,11001,0,1,0,0,0),(101235,28218,571,1,1,22496,0,6235.4,3945.57,73.8699,2.92314,300,5,0,11001,0,1,0,0,0),(101237,28218,571,1,1,22496,0,6191.65,3980.9,20.9756,4.42832,300,5,0,11001,0,1,0,0,0),(101238,28218,571,1,1,22496,0,6243.61,4076.7,12.9902,6.16864,300,5,0,11001,0,1,0,0,0),(101239,28218,571,1,1,22496,0,6254.38,4087.02,12.206,2.08292,300,5,0,11001,0,1,0,0,0),(101240,28218,571,1,1,22496,0,6274.48,4089.85,13.3636,0.905814,300,5,0,11001,0,1,0,0,0),(101241,28218,571,1,1,22496,0,6254.13,3970.87,72.9675,5.49779,300,5,0,11001,0,1,0,0,0),(101242,28218,571,1,1,22496,0,6292.86,3993.89,72.3132,3.79963,300,0,0,11001,0,0,0,0,0),(101243,28218,571,1,1,22496,0,6280.77,3970.41,75.0484,4.01052,300,5,0,11001,0,1,0,0,0),(101244,28218,571,1,1,22496,0,6235.19,3951.35,70.4791,1.73488,300,5,0,11001,0,1,0,0,0),(101245,28218,571,1,1,22496,0,6231.79,3995.74,36.1506,0.913281,300,5,0,11001,0,1,0,0,0),(101246,28218,571,1,1,22496,0,6219.62,4014.44,22.7451,5.66646,300,5,0,11001,0,1,0,0,0),(101247,28218,571,1,1,22496,0,6252.37,4041.92,28.4151,5.42916,300,5,0,11001,0,1,0,0,0),(101248,28218,571,1,1,22496,0,6238.67,3996.83,38.4104,4.4757,300,5,0,11001,0,1,0,0,0),(101249,28218,571,1,1,22496,0,6248.91,4001.21,40.2274,1.24163,300,5,0,11001,0,1,0,0,0),(101250,28218,571,1,1,22496,0,6241.4,4028.49,29.6079,5.65159,300,5,0,11001,0,1,0,0,0),(101251,28218,571,1,1,22496,0,6326.04,3886.46,185.566,4.25088,300,5,0,11001,0,1,0,0,0),(101252,28218,571,1,1,22496,0,6214.67,3827.7,136.785,3.87886,300,0,0,11001,0,0,0,0,0),(101253,28218,571,1,1,22496,0,6233.27,3861.78,137.421,4.21269,300,5,0,11001,0,1,0,0,0),(101254,28218,571,1,1,22496,0,6228.05,3855.76,137.296,4.26716,300,5,0,11001,0,1,0,0,0),(101255,28218,571,1,1,22496,0,6232.85,3856.54,138.421,4.14972,300,5,0,11001,0,1,0,0,0),(101256,28218,571,1,1,22496,0,6234.99,3858.68,138.863,4.13183,300,5,0,11001,0,1,0,0,0),(101257,28218,571,1,1,22496,0,6265.79,3894.2,132.771,1.4724,300,0,0,11001,0,0,0,0,0),(101258,28218,571,1,1,22496,0,6262.38,3881.6,140.396,0.520117,300,5,0,11001,0,1,0,0,0),(101259,28218,571,1,1,22496,0,6263.34,3883.6,139.646,0.797803,300,5,0,11001,0,1,0,0,0),(101260,28218,571,1,1,22496,0,6264.82,3887.47,138.521,0.415225,300,5,0,11001,0,1,0,0,0),(101261,28218,571,1,1,22496,0,6263.35,3885.5,138.521,0.322053,300,5,0,11001,0,1,0,0,0),(101262,28218,571,1,1,22496,0,6312.94,4028.64,68.7133,4.04466,300,5,0,11001,0,1,0,0,0),(101263,28218,571,1,1,22496,0,6335.88,4020.77,72.0931,0.887317,300,0,0,11001,0,0,0,0,0),(101264,28218,571,1,1,22496,0,6333.12,3994.12,76.8106,3.10837,300,5,0,11001,0,1,0,0,0),(101265,28218,571,1,1,22496,0,6337.65,4002.33,75.1974,0.486798,300,5,0,11001,0,1,0,0,0),(101266,28218,571,1,1,22496,0,6258.76,3799.69,200.838,3.63057,300,5,0,11001,0,1,0,0,0),(101267,28218,571,1,1,22496,0,6286.91,3789.01,226.263,2.35619,300,5,0,11001,0,1,0,0,0),(101268,28218,571,1,1,22496,0,6245.64,3772.07,217.004,4.60308,300,5,0,11001,0,1,0,0,0),(101269,28218,571,1,1,22496,0,6269.96,3803.9,204.655,5.07676,300,5,0,11001,0,1,0,0,0),(101270,28218,571,1,1,22496,0,6357.55,3727.13,337.801,6.26573,300,0,0,11001,0,0,0,0,0),(101271,28218,571,1,1,22496,0,6365.58,3734.77,341.938,2.49582,300,0,0,11001,0,0,0,0,0),(101272,28218,571,1,1,22496,0,6347.35,3723.84,330.808,4.53786,300,0,0,11001,0,0,0,0,0),(101273,28218,571,1,1,22496,0,6340.75,3729.75,323.596,5.23599,300,0,0,11001,0,0,0,0,0),(101274,28218,571,1,1,22496,0,6337.9,3716.99,325.665,6.00393,300,0,0,11001,0,0,0,0,0),(101275,28218,571,1,1,22496,0,6133.17,3828.63,67.5704,0.890564,300,5,0,11001,0,1,0,0,0),(101276,28218,571,1,1,22496,0,6101.91,3810.27,60.6072,3.37923,300,5,0,11001,0,1,0,0,0),(101277,28218,571,1,1,22496,0,6160.73,3731.82,155.034,1.241,300,5,0,11001,0,1,0,0,0),(101278,28218,571,1,1,22496,0,6175.22,3765.12,144.4,4.06001,300,5,0,11001,0,1,0,0,0),(101279,28218,571,1,1,22496,0,6173.77,3740.56,156.8,6.22777,300,5,0,11001,0,1,0,0,0),(101280,28218,571,1,1,22496,0,6173.35,3768.99,140.955,2.19184,300,5,0,11001,0,1,0,0,0),(101281,28218,571,1,1,22496,0,6156.01,3749.21,139.772,4.62827,300,5,0,11001,0,1,0,0,0),(101282,28218,571,1,1,22496,0,6153.63,3745.52,140.631,3.96378,300,5,0,11001,0,1,0,0,0),(101283,28218,571,1,1,22496,0,6175.45,3756.15,148.546,4.05366,300,5,0,11001,0,1,0,0,0),(101284,28218,571,1,1,22496,0,6073.13,3748.35,82.8689,0.966641,300,5,0,11001,0,1,0,0,0),(101285,28218,571,1,1,22496,0,5991.78,3710.32,36.4438,3.49132,300,5,0,11001,0,1,0,0,0),(101286,28218,571,1,1,22496,0,6070.04,3751.02,77.9885,0.551228,300,5,0,11001,0,1,0,0,0),(101287,28218,571,1,1,22496,0,6089.3,3743.23,100.869,3.3709,300,5,0,11001,0,1,0,0,0),(101288,28218,571,1,1,22496,0,6106.55,3682.68,129.808,0.956775,300,5,0,11001,0,1,0,0,0),(101289,28218,571,1,1,22496,0,6107.36,3655.19,141.192,1.07176,300,5,0,11001,0,1,0,0,0),(101290,28218,571,1,1,22496,0,6084.2,3678.27,125.133,2.8798,300,5,0,11001,0,1,0,0,0),(101291,28218,571,1,1,22496,0,6105.65,3713.61,118.219,0.366126,300,5,0,11001,0,1,0,0,0),(101292,28218,571,1,1,22496,0,6115.76,3700,125.9,0.615367,300,5,0,11001,0,1,0,0,0),(101293,26426,571,1,1,13340,0,4927.35,1071.9,284.603,0.491164,300,5,0,9610,0,1,0,0,0),(101294,26426,571,1,1,13340,0,4164.75,-585.454,215.328,3.64007,300,5,0,9610,0,1,0,0,0),(101295,26426,571,1,1,13340,0,4154.82,-590.857,222.771,0.498479,300,5,0,9610,0,1,0,0,0),(101296,26426,571,1,1,13340,0,3689.46,-544.299,300.688,0.593603,300,5,0,9610,0,1,0,0,0),(101297,26426,571,1,1,13340,0,3344.79,-720.006,227.818,5.55711,300,5,0,9610,0,1,0,0,0),(101298,26426,571,1,1,13340,0,3293.44,-662.701,192.696,4.4404,300,5,0,9610,0,1,0,0,0),(101299,26426,571,1,1,13340,0,4808.56,976.11,165.979,4.71903,300,5,0,9610,0,1,0,0,0),(101300,23866,571,1,1,21783,1,1633.56,-6074.35,6.78254,6.21083,300,0,0,6986,0,0,0,0,0),(101301,26426,571,1,1,13340,0,3327.78,-887.645,227.57,5.61564,300,5,0,9610,0,1,0,0,0),(101302,23866,571,1,1,21782,1,1582.47,-6261.88,6.62324,0.191986,300,0,0,6986,0,0,0,0,0),(101303,26170,571,1,1,23649,1,3691.94,3576.49,473.405,6.0912,300,0,0,67270,0,0,0,0,0),(101304,26426,571,1,1,13340,0,4138.26,1673.77,208.222,2.19048,300,5,0,9610,0,1,0,0,0),(101305,23866,571,1,1,21779,1,1503.84,-6199.36,6.26932,1.06465,300,0,0,6986,0,0,0,0,0),(101306,23866,571,1,1,21782,1,1510.44,-6211.49,5.82733,0.663225,300,0,0,6986,0,0,0,0,0),(101307,23866,571,1,1,21779,1,1570.57,-6265.96,6.70376,0.436332,300,0,0,6986,0,2,0,0,0),(101308,23866,571,1,1,21783,1,1556.95,-6244.24,6.80922,1.46608,300,0,0,6986,0,0,0,0,0),(101309,23866,571,1,1,21782,1,1559.64,-6135.03,8.44738,-0.547667,300,0,0,6986,0,0,0,0,0),(101310,23866,571,1,1,21782,1,1561.07,-6138.52,8.60052,0.749494,300,0,0,6986,0,0,0,0,0),(101311,23866,571,1,1,21782,1,1547.1,-6237.36,7.2817,0.174533,300,0,0,6986,0,0,0,0,0),(101312,23866,571,1,1,21782,1,1647.04,-6128.57,4.77465,0.287631,300,0,0,6986,0,0,0,0,0),(101313,23866,571,1,1,21783,1,1671.25,-6178.55,3.76222,1.62782,300,0,0,6986,0,0,0,0,0),(101314,23866,571,1,1,21779,1,1598.71,-6290.11,6.51159,5.44543,300,0,0,6986,0,0,0,0,0),(101315,23866,571,1,1,21779,1,1632.12,-6230.6,4.74742,0.727288,300,0,0,6986,0,0,0,0,0),(101316,23866,571,1,1,21779,1,1637.29,-6245.45,2.55576,0.505581,300,0,0,6986,0,0,0,0,0),(101317,23866,571,1,1,21782,1,1578.1,-6145.58,9.65558,1.43479,300,0,0,6986,0,0,0,0,0),(101318,23866,571,1,1,21779,1,1488.65,-6204.83,5.76912,0.994838,300,0,0,6986,0,2,0,0,0),(101319,23866,571,1,1,21783,1,1566.31,-6255.28,6.14965,5.34071,300,0,0,6986,0,0,0,0,0),(101320,23866,571,1,1,21782,1,1598.56,-6194.42,7.64514,0.830291,300,0,0,6986,0,0,0,0,0),(101321,23866,571,1,1,21782,1,1472.17,-6351.65,7.79158,1.20428,300,0,0,6986,0,0,0,0,0),(101322,23866,571,1,1,21782,1,1616.92,-6204.95,7.10457,0.477157,300,0,0,6986,0,0,0,0,0),(101323,23866,571,1,1,21782,1,1623.9,-6218.31,6.25506,0.813959,300,0,0,6986,0,0,0,0,0),(101324,23866,571,1,1,21782,1,1500.51,-6202.87,6.43402,3.7277,300,5,0,6986,0,1,0,0,0),(101325,23866,571,1,1,21783,1,1408.24,-6337.63,6.35427,0.790073,300,5,0,6986,0,1,0,0,0),(101326,23866,571,1,1,21779,1,1400.25,-6342.19,6.62609,4.62512,300,0,0,6986,0,0,0,0,0),(101327,23866,571,1,1,21782,1,1509.8,-6320.03,7.57621,4.90438,300,0,0,6986,0,0,0,0,0),(101328,23866,571,1,1,21779,1,1653.79,-6159.29,6.39681,2.51767,300,0,0,6986,0,0,0,0,0),(101329,23866,571,1,1,21783,1,1465.7,-6339.47,7.33254,5.5676,300,0,0,6986,0,0,0,0,0),(101330,26426,571,1,1,13340,0,5010.85,701.269,308.096,1.02803,300,5,0,9610,0,1,0,0,0),(248295,13196,429,1,1,0,0,-48.4529,-401.622,-4.13796,5.13127,86400,0,0,15198,0,0,0,0,0),(248294,13197,429,1,1,0,0,15.1764,-402.726,-4.138,4.92183,86400,0,0,12954,4326,0,0,0,0),(248293,13196,429,1,1,0,0,15.1764,-402.726,-4.138,4.92183,86400,0,0,15198,0,0,0,0,0),(248292,13197,429,1,1,0,0,21.0046,-457.192,-4.1597,0.715585,86400,0,0,12954,4326,0,0,0,0),(248291,13196,429,1,1,0,0,21.0046,-457.192,-4.1597,0.715585,86400,0,0,15198,0,0,0,0,0),(248290,11455,429,1,1,0,0,-23.1693,-457.025,-4.22551,0,86400,0,0,5490,7519,2,0,0,0),(101344,26939,571,1,1,24182,0,3881.99,-4514.32,217.39,3.38594,300,0,0,10635,0,0,0,0,0),(101345,27195,571,1,1,24389,0,2914.06,4073.28,2.35157,4.45059,300,0,0,3524,0,0,0,0,0),(101346,23867,571,1,1,11686,0,1633.23,-6229.33,4.61551,3.28122,300,0,0,4120,0,0,0,0,0),(101347,23867,571,1,1,11686,0,1636.5,-6074.56,7.71126,1.43117,300,0,0,4120,0,0,0,0,0),(101348,23867,571,1,1,11686,0,1648.56,-6127.67,4.79816,1.43117,300,0,0,4120,0,0,0,0,0),(101349,24123,571,1,1,22110,1,2633.78,-4379.52,283.846,0.048539,300,0,0,8982,3155,0,0,0,0),(101350,17467,571,1,1,16633,0,90.3887,-5539.13,390.97,1.88543,300,5,0,8,0,1,0,0,0),(101351,17467,571,1,1,16633,0,1180.17,-5893.16,276.416,0.171018,300,5,0,8,0,1,0,0,0),(101352,17467,571,1,1,16633,0,239.062,-5385.94,315.484,5.09285,300,5,0,8,0,1,0,0,0),(101353,17467,571,1,1,16633,0,606.928,-5787.72,283.432,1.59142,300,5,0,8,0,1,0,0,0),(101354,17467,571,1,1,16633,0,2069.46,-5350.99,228.287,0.387203,300,5,0,8,0,1,0,0,0),(101355,26171,571,1,1,23655,0,3301.53,3685.22,32.5513,4.17134,300,0,0,9610,3309,0,0,0,0),(101356,29499,571,1,1,26313,0,5718.13,600.287,648.582,4.15976,300,0,0,10635,0,0,0,0,0),(101357,23867,571,1,1,11686,0,1618.34,-6204.07,7.27046,3.00197,300,0,0,4120,0,0,0,0,0),(101358,23867,571,1,1,11686,0,1553.46,-6127.76,8.27308,0.261799,300,0,0,4120,0,0,0,0,0),(101359,23867,571,1,1,11686,0,1656.21,-6158.38,6.39951,1.97222,300,0,0,4120,0,0,0,0,0),(101360,23867,571,1,1,11686,0,1639.95,-6243.97,2.0111,5.34071,300,0,0,4120,0,0,0,0,0),(101361,23867,571,1,1,11686,0,1625.06,-6217.11,6.30174,4.32842,300,0,0,4120,0,0,0,0,0),(101362,23867,571,1,1,11686,0,1578.34,-6143.93,9.64872,4.60767,300,0,0,4120,0,0,0,0,0),(101363,23867,571,1,1,11686,0,1600.57,-6192.2,7.768,0.05236,300,0,0,4120,0,0,0,0,0),(101364,23867,571,1,1,11686,0,1562.38,-6137.48,8.52015,5.77704,300,0,0,4120,0,0,0,0,0),(101365,17467,571,1,1,16633,0,1981.31,-3109.08,149.026,3.50505,300,5,0,8,0,1,0,0,0),(101366,17467,571,1,1,16633,0,1117.32,-4220.6,155.202,5.68062,300,0,0,8,0,0,0,0,0),(101367,17467,571,1,1,16633,0,364.881,-5365.58,289.949,5.34808,300,5,0,8,0,1,0,0,0),(101368,17467,571,1,1,16633,0,1291.87,-4057.19,140.742,4.5228,300,5,0,8,0,1,0,0,0),(101369,17467,571,1,1,16633,0,981.188,-4197.17,163.025,4.27671,300,5,0,8,0,1,0,0,0),(101370,23867,571,1,1,11686,0,1670.91,-6176.88,3.72314,5.65487,300,0,0,4120,0,0,0,0,0),(101371,17467,571,1,1,16633,0,1850.27,-3739.88,152.561,3.01725,300,5,0,8,0,1,0,0,0),(101372,17467,571,1,1,16633,0,627.547,-5948.42,300.459,1.00826,300,5,0,8,0,1,0,0,0),(101373,17467,571,1,1,16633,0,1944.42,-3726.41,163.037,6.207,300,5,0,8,0,1,0,0,0),(101374,17467,571,1,1,16633,0,216.739,-4450.08,248.078,5.59422,300,5,0,8,0,1,0,0,0),(101375,17467,571,1,1,16633,0,1478.75,-5799.24,268.375,4.36437,300,5,0,8,0,1,0,0,0),(101376,17467,571,1,1,16633,0,1767.81,-4471.32,175.037,2.79082,300,5,0,8,0,1,0,0,0),(101377,17467,571,1,1,16633,0,158.459,-4852.26,304.231,5.27927,300,5,0,8,0,1,0,0,0),(101378,17467,571,1,1,16633,0,1437.14,-4467.06,157.267,5.99791,300,5,0,8,0,1,0,0,0),(101379,17467,571,1,1,16633,0,2189.99,-3138.38,139.929,4.26235,300,5,0,8,0,1,0,0,0),(101380,17467,571,1,1,16633,0,1993.6,-5763.52,222.512,5.79754,300,5,0,8,0,1,0,0,0),(101381,17467,571,1,1,16633,0,527.551,-6030.18,314.092,6.22202,300,5,0,8,0,1,0,0,0),(101382,17467,571,1,1,16633,0,1249.43,-5817.99,274.42,3.67613,300,5,0,8,0,1,0,0,0),(101383,17467,571,1,1,16633,0,1854.75,-4645.15,184.202,5.61011,300,5,0,8,0,1,0,0,0),(101384,17467,571,1,1,16633,0,1741.38,-3871.97,158.675,4.44932,300,5,0,8,0,1,0,0,0),(101385,17467,571,1,1,16633,0,8.48457,-4774.26,294.71,1.19128,300,5,0,8,0,1,0,0,0),(101386,17467,571,1,1,16633,0,1855.89,-3500.18,141.051,0.7324,300,5,0,8,0,1,0,0,0),(101387,17467,571,1,1,16633,0,1754.56,-5225,179.728,5.00048,300,5,0,8,0,1,0,0,0),(101388,24635,571,1,1,22581,1,953.445,-5022.56,6.19482,2.90214,300,0,0,6986,0,2,0,0,0),(101389,17467,571,1,1,16633,0,778.806,-3879.49,222.446,3.49864,300,5,0,8,0,1,0,0,0),(101390,17467,571,1,1,16633,0,1344.84,-6041.66,282.42,2.2419,300,5,0,8,0,1,0,0,0),(101391,17467,571,1,1,16633,0,1022.02,-5908.98,277.395,4.94505,300,5,0,8,0,1,0,0,0),(101392,17467,571,1,1,16633,0,883.071,-3766.43,190.841,4.42093,300,5,0,8,0,1,0,0,0),(101393,17467,571,1,1,16633,0,244.947,-4848.2,262.911,2.51605,300,5,0,8,0,1,0,0,0),(101394,17467,571,1,1,16633,0,741.061,-5856.85,288.01,3.08391,300,5,0,8,0,1,0,0,0),(101395,17467,571,1,1,16633,0,1308.56,-3577.21,153.041,4.71727,300,5,0,8,0,1,0,0,0),(101396,17467,571,1,1,16633,0,99.9718,-4676.96,286.467,2.22663,300,5,0,8,0,1,0,0,0),(101397,17467,571,1,1,16633,0,1821.36,-3177.46,154.728,5.7575,300,5,0,8,0,1,0,0,0),(101398,17467,571,1,1,16633,0,1345.97,-3981.52,129.705,1.08882,300,5,0,8,0,1,0,0,0),(101399,17467,571,1,1,16633,0,-72.6897,-5076.99,316.628,1.22299,300,5,0,8,0,1,0,0,0),(101400,24635,571,1,1,22582,1,949.325,-5019.37,6.62886,2.80998,300,0,0,6986,0,0,0,0,0),(101401,24635,571,1,1,22582,1,963.707,-5035.06,6.06086,4.08407,300,0,0,6986,0,0,0,0,0),(101402,17467,571,1,1,16633,0,619.233,-4578.75,204.287,3.09325,300,5,0,8,0,1,0,0,0),(101403,17467,571,1,1,16633,0,600.678,-4415.85,206.777,2.7426,300,5,0,8,0,1,0,0,0),(101404,17467,571,1,1,16633,0,454.277,-4773.83,213.178,1.67066,300,5,0,8,0,1,0,0,0),(101405,17467,571,1,1,16633,0,567.142,-5506.26,267.405,2.8464,300,5,0,8,0,1,0,0,0),(101406,27451,571,1,1,24640,0,4361.63,-2920.85,309.522,2.70526,300,0,0,8982,0,0,0,0,0),(101407,17467,571,1,1,16633,0,232.431,-4548.91,250.254,1.77029,300,5,0,8,0,1,0,0,0),(101408,24635,571,1,1,22582,1,1056.76,-5072.38,10.64,5.14872,300,0,0,6986,0,0,0,0,0),(101409,24635,571,1,1,22581,1,1081.28,-5064.93,10.6197,5.18363,300,0,0,6986,0,0,0,0,0),(101410,24635,571,1,1,22581,1,983.657,-5042.76,6.02819,5.3058,300,0,0,6986,0,0,0,0,0),(101411,24635,571,1,1,22582,1,1037.15,-5056.99,10.7648,3.68265,300,0,0,6986,0,0,0,0,0),(101412,17467,571,1,1,16633,0,384.957,-5624.29,295.731,1.81341,300,5,0,8,0,1,0,0,0),(101413,30011,571,1,1,27116,1,6820.28,-1613.27,816.831,5.89921,300,0,0,12600,0,0,0,0,0),(101414,29755,571,1,1,26726,0,7002.49,-1408.02,980.649,4.68684,300,5,0,3150,0,1,0,0,0),(101415,29755,571,1,1,26726,0,7027.46,-1415.24,983.899,1.44415,300,5,0,3150,0,1,0,0,0),(101416,29755,571,1,1,26726,0,7012.11,-1378.01,984.716,2.6499,300,5,0,3150,0,1,0,0,0),(101417,29755,571,1,1,26726,0,7038.48,-1377.13,983.449,4.23926,300,5,0,3150,0,1,0,0,0),(101418,29755,571,1,1,26726,0,7025.19,-1394.06,984.422,3.78115,300,5,0,3150,0,1,0,0,0),(101419,26172,571,1,1,23273,1,3309.02,3678.28,32.5513,2.32129,300,0,0,9082,2991,0,0,0,0),(101420,26172,571,1,1,23273,1,3296.99,3681.88,32.5513,4.10152,300,0,0,9082,2991,0,0,0,0),(101421,26172,571,1,1,23273,1,3320.22,3690.41,32.5316,4.06662,300,0,0,9082,2991,0,0,0,0),(101422,26172,571,1,1,23273,1,3329.27,3679.31,32.507,3.92699,300,0,0,9082,2991,0,0,0,0),(101423,26172,571,1,1,23273,1,3305.72,3682.25,32.5513,3.85718,300,0,0,9082,2991,0,0,0,0),(101424,27452,571,1,1,1126,0,4098.73,-3533.03,257.393,3.7001,300,0,0,42,0,0,0,0,0),(101425,27452,571,1,1,1126,0,4381.13,-4007.31,180.324,0.453786,300,0,0,42,0,0,0,0,0),(101426,27452,571,1,1,1126,0,4379.03,-3679.34,257.365,4.38078,300,0,0,42,0,0,0,0,0),(101427,27452,571,1,1,1126,0,4237.75,-3995.98,180.242,0.767945,300,0,0,42,0,0,0,0,0),(101428,27452,571,1,1,1126,0,4368.38,-4072.42,183.355,0.20944,300,0,0,42,0,0,0,0,0),(101429,27452,571,1,1,1126,0,4263.01,-3999.87,173.595,4.69494,300,0,0,42,0,0,0,0,0),(101430,27452,571,1,1,1126,0,4409.64,-4020.05,177.759,5.2709,300,0,0,42,0,0,0,0,0),(101431,27452,571,1,1,1126,0,4403.59,-3972.87,179.893,4.15388,300,0,0,42,0,0,0,0,0),(101432,29244,571,1,1,26066,1,3422.37,-2768.27,200.508,1.32645,300,0,0,12922,0,0,0,0,0),(101433,27452,571,1,1,1126,0,3406.98,-1791.81,100.172,5.42797,300,0,0,42,0,0,0,0,0),(101434,27452,571,1,1,1126,0,3386.31,-1799.51,98.5131,0.593412,300,0,0,42,0,0,0,0,0),(101435,27452,571,1,1,1126,0,3348.23,-1758.29,89.946,5.07891,300,0,0,42,0,0,0,0,0),(101436,27452,571,1,1,1126,0,3464.34,-1843.27,115.879,5.044,300,0,0,42,0,0,0,0,0),(101437,27452,571,1,1,1126,0,3332.04,-1749.54,89.0348,2.60054,300,0,0,42,0,0,0,0,0),(101438,27452,571,1,1,1126,0,3327.74,-1752.95,88.0006,5.06145,300,0,0,42,0,0,0,0,0),(101439,27452,571,1,1,1126,0,3396,-1801.71,110.961,4.39823,300,0,0,42,0,0,0,0,0),(101440,27452,571,1,1,1126,0,3325.45,-1770.32,87.829,4.69494,300,0,0,42,0,0,0,0,0),(101441,27452,571,1,1,1126,0,3384.65,-1806,110.537,0.314159,300,0,0,42,0,0,0,0,0),(101442,27452,571,1,1,1126,0,3442.37,-1855.42,114.805,2.9147,300,0,0,42,0,0,0,0,0),(101443,28220,571,1,1,10975,0,5979.84,3646.35,46.5455,5.78985,300,5,0,11001,0,1,0,0,0),(101444,28220,571,1,1,10975,0,5981.18,3651.21,46.2525,2.35235,300,5,0,11001,0,1,0,0,0),(101445,26172,571,1,1,23273,1,3289.62,3685.52,32.5513,1.01229,300,0,0,9082,2991,0,0,0,0),(101446,26172,571,1,1,23273,1,3312.26,3690.5,32.5513,5.96903,300,0,0,9082,2991,0,0,0,0),(101447,27452,571,1,1,1126,0,4201.51,-4176.42,212.079,2.80998,300,0,0,42,0,0,0,0,0),(101448,27452,571,1,1,1126,0,4542.69,-3755.68,226.764,2.1293,300,0,0,42,0,0,0,0,0),(101449,27452,571,1,1,1126,0,4113.31,-4134.91,199.073,4.41568,300,0,0,42,0,0,0,0,0),(101450,27452,571,1,1,1126,0,4454.69,-3684.24,232.745,2.04204,300,0,0,42,0,0,0,0,0),(101451,27452,571,1,1,1126,0,4250.64,-4024.37,176.758,3.38594,300,0,0,42,0,0,0,0,0),(101452,27452,571,1,1,1126,0,4213.73,-3655.93,255.137,0.750492,300,0,0,42,0,0,0,0,0),(101453,27452,571,1,1,1126,0,4266.38,-3702.68,259.743,5.13127,300,0,0,42,0,0,0,0,0),(101454,27452,571,1,1,1126,0,4442.5,-3691.63,236.125,0.802851,300,0,0,42,0,0,0,0,0),(101455,27452,571,1,1,1126,0,3364.84,-1811.79,98.2369,5.63741,300,0,0,42,0,0,0,0,0),(101456,27452,571,1,1,1126,0,3332.48,-1771.13,88.5309,3.9968,300,0,0,42,0,0,0,0,0),(101457,27452,571,1,1,1126,0,3458.01,-1842.45,114.093,1.20428,300,0,0,42,0,0,0,0,0),(101458,27452,571,1,1,1126,0,3367.16,-1806.58,97.7777,1.16937,300,0,0,42,0,0,0,0,0),(101459,27452,571,1,1,1126,0,3349.3,-1751.44,89.9793,1.98968,300,0,0,42,0,0,0,0,0),(101460,27452,571,1,1,1126,0,4399.3,-4041.36,178.301,5.51524,300,0,0,42,0,0,0,0,0),(101461,27452,571,1,1,1126,0,4515.62,-3811.56,217.38,0.628319,300,0,0,42,0,0,0,0,0),(101462,27452,571,1,1,1126,0,4402.77,-3662.82,249.376,0.069813,300,0,0,42,0,0,0,0,0),(101463,27452,571,1,1,1126,0,4144.71,-4122.34,194.376,3.07178,300,0,0,42,0,0,0,0,0),(101464,27452,571,1,1,1126,0,4499.37,-3726.55,222.124,4.08407,300,0,0,42,0,0,0,0,0),(101465,27452,571,1,1,1126,0,4406.48,-3995.67,178.846,0.628319,300,0,0,42,0,0,0,0,0),(101466,27452,571,1,1,1126,0,4560.25,-3943.96,228.393,2.42601,300,0,0,42,0,0,0,0,0),(101467,27452,571,1,1,1126,0,4439.71,-3730.79,228.83,1.5708,300,0,0,42,0,0,0,0,0),(101468,27452,571,1,1,1126,0,4034.43,-3471.03,272.184,0.017453,300,0,0,42,0,0,0,0,0),(101469,27452,571,1,1,1126,0,4235.06,-4172.3,210.94,0.069813,300,0,0,42,0,0,0,0,0),(101470,27452,571,1,1,1126,0,4423.85,-3968.57,181.05,2.42601,300,0,0,42,0,0,0,0,0),(101471,27452,571,1,1,1126,0,4212.21,-4135.26,192.324,0.331613,300,0,0,42,0,0,0,0,0),(101472,27452,571,1,1,1126,0,4420.33,-3918.43,186.169,4.79965,300,0,0,42,0,0,0,0,0),(101473,27452,571,1,1,1126,0,4217.25,-4102.71,188.669,1.85005,300,0,0,42,0,0,0,0,0),(101474,27452,571,1,1,1126,0,4075.54,-3537.06,252.73,3.33358,300,0,0,42,0,0,0,0,0),(101475,27452,571,1,1,1126,0,4240.27,-3674.02,257.08,6.16101,300,0,0,42,0,0,0,0,0),(101476,27452,571,1,1,1126,0,4536.6,-3750.58,225.968,5.75959,300,0,0,42,0,0,0,0,0),(101477,27452,571,1,1,1126,0,4439.4,-3960.03,182.997,3.76991,300,0,0,42,0,0,0,0,0),(101478,27452,571,1,1,1126,0,4206.42,-4205.62,223.564,1.97222,300,0,0,42,0,0,0,0,0),(101479,27452,571,1,1,1126,0,4431.26,-3996.6,181.077,0.925025,300,0,0,42,0,0,0,0,0),(101480,27452,571,1,1,1126,0,4597.11,-3767.97,237.382,5.60251,300,0,0,42,0,0,0,0,0),(101481,27452,571,1,1,1126,0,4206.9,-4159.97,204.567,0.15708,300,0,0,42,0,0,0,0,0),(101482,27452,571,1,1,1126,0,4445.6,-3777.23,214.538,2.96706,300,0,0,42,0,0,0,0,0),(101483,27452,571,1,1,1126,0,4459.9,-3733.5,222.791,5.16617,300,0,0,42,0,0,0,0,0),(101484,27452,571,1,1,1126,0,4549.26,-3684.67,231.896,4.86947,300,0,0,42,0,0,0,0,0),(101485,27452,571,1,1,1126,0,4394.75,-3784.2,218.077,3.40339,300,0,0,42,0,0,0,0,0),(101486,27452,571,1,1,1126,0,4113.41,-3532.94,262.33,3.89208,300,0,0,42,0,0,0,0,0),(101487,27452,571,1,1,1126,0,4168.49,-4248.06,250.049,5.84685,300,0,0,42,0,0,0,0,0),(101488,27452,571,1,1,1126,0,4506.56,-3779.34,217.526,5.46288,300,0,0,42,0,0,0,0,0),(101489,27452,571,1,1,1126,0,4141.36,-4208.85,231.036,0.279253,300,0,0,42,0,0,0,0,0),(101490,27452,571,1,1,1126,0,4596.59,-3927.65,237.586,5.98648,300,0,0,42,0,0,0,0,0),(101491,27452,571,1,1,1126,0,4565.56,-3861.95,230.326,0.017453,300,0,0,42,0,0,0,0,0),(101492,27452,571,1,1,1126,0,4265.46,-4019.01,170.356,3.85718,300,0,0,42,0,0,0,0,0),(101493,27452,571,1,1,1126,0,4470.28,-3870.76,204.322,0.20944,300,0,0,42,0,0,0,0,0),(101494,27452,571,1,1,1126,0,4148.54,-4166.72,212.481,4.64258,300,0,0,42,0,0,0,0,0),(101495,27452,571,1,1,1126,0,4554.58,-3720.37,229.499,3.00197,300,0,0,42,0,0,0,0,0),(101496,27452,571,1,1,1126,0,4192.65,-4034.28,170.86,0,300,0,0,42,0,0,0,0,0),(101497,27452,571,1,1,1126,0,4239.69,-2057.35,244.175,2.87979,300,0,0,42,0,0,0,0,0),(101499,28220,571,1,1,10975,0,5984.19,3695.69,37.7829,4.46469,300,5,0,11001,0,1,0,0,0),(101500,25660,571,1,1,23303,0,4181.5,4517.45,24.9416,5.95512,300,5,0,8982,0,1,0,0,0),(101501,28220,571,1,1,10975,0,6024.18,3673.31,69.3738,4.80075,300,5,0,11001,0,1,0,0,0),(101502,28220,571,1,1,10975,0,6046.48,3617.35,86.0364,2.26151,300,5,0,11001,0,1,0,0,0),(101503,28220,571,1,1,10975,0,6019.28,3675.51,65.3738,3.34364,300,5,0,11001,0,1,0,0,0),(101504,28220,571,1,1,10975,0,5992.37,3627.81,54.8047,1.27345,300,5,0,11001,0,1,0,0,0),(101505,28220,571,1,1,10975,0,5974.94,3656.96,42.4205,2.96929,300,5,0,11001,0,1,0,0,0),(101506,28220,571,1,1,10975,0,5974.08,3732.88,17.334,3.96636,300,5,0,11001,0,1,0,0,0),(101507,28220,571,1,1,10975,0,5988.51,3739.89,24.3006,4.21961,300,5,0,11001,0,1,0,0,0),(101508,28220,571,1,1,10975,0,6041.99,3710.75,71.4645,5.72552,300,5,0,11001,0,1,0,0,0),(101509,28220,571,1,1,10975,0,6040.93,3677.56,81.0855,1.28981,300,5,0,11001,0,1,0,0,0),(101510,28220,571,1,1,10975,0,6038.03,3659.01,81.7257,2.13768,300,5,0,11001,0,1,0,0,0),(101511,28220,571,1,1,10975,0,6023.64,3660.55,71.1319,5.85098,300,5,0,11001,0,1,0,0,0),(101512,28220,571,1,1,10975,0,6026.05,3676.4,70.1238,1.44573,300,5,0,11001,0,1,0,0,0),(101513,28220,571,1,1,10975,0,6048.67,3651.1,90.1409,5.64004,300,5,0,11001,0,1,0,0,0),(101514,28220,571,1,1,10975,0,6014.51,3640.76,66.4352,4.36253,300,5,0,11001,0,1,0,0,0),(101515,25660,571,1,1,570,0,4150.97,4624.47,12.3416,1.92001,300,5,0,8982,0,1,0,0,0),(101516,25660,571,1,1,570,0,4218.34,4624.2,16.9494,2.02012,300,5,0,8982,0,1,0,0,0),(101517,25660,571,1,1,24996,0,4191.39,4582.4,11.8416,0.847784,300,5,0,8982,0,1,0,0,0),(101518,25660,571,1,1,24997,0,4128.3,4723.48,12.8724,1.36911,300,5,0,8982,0,1,0,0,0),(101519,25660,571,1,1,23303,0,4252.77,4726.2,11.8416,4.67227,300,5,0,8982,0,1,0,0,0),(101520,25660,571,1,1,24996,0,4124.15,4585.44,11.8416,2.39315,300,5,0,8982,0,1,0,0,0),(101521,25660,571,1,1,24997,0,4116.53,4520.66,12.4666,1.1482,300,5,0,8982,0,1,0,0,0),(101522,25660,571,1,1,24996,0,4149.45,4735.79,12.1923,5.23714,300,5,0,8982,0,1,0,0,0),(101523,28220,571,1,1,10975,0,6205.73,4095.91,-6.55941,3.6851,300,5,0,11001,0,1,0,0,0),(101524,28220,571,1,1,10975,0,6218.32,4105.64,-3.86161,0.358199,300,5,0,11001,0,1,0,0,0),(101525,28220,571,1,1,10975,0,6238.5,4055.27,16.7728,6.06058,300,5,0,11001,0,1,0,0,0),(101526,25660,571,1,1,24997,0,4180.76,4741.63,11.7769,0.30322,300,5,0,8982,0,1,0,0,0),(101527,25660,571,1,1,570,0,4247.15,4646.69,8.65311,4.46145,300,5,0,8982,0,1,0,0,0),(101528,28220,571,1,1,10975,0,6017.29,3715.61,50.1037,3.5094,300,5,0,11001,0,1,0,0,0),(101529,28220,571,1,1,10975,0,6038.48,3712.31,68.4052,5.40925,300,5,0,11001,0,1,0,0,0),(101530,28220,571,1,1,10975,0,6262.61,3929.22,109.188,3.82788,300,5,0,11001,0,1,0,0,0),(101531,28220,571,1,1,10975,0,6277.21,3914.22,120.502,4.96613,300,5,0,11001,0,1,0,0,0),(101532,28220,571,1,1,10975,0,6264.9,3925.61,111.857,1.07527,300,5,0,11001,0,1,0,0,0),(101533,28220,571,1,1,10975,0,6304.26,3935.74,112.763,0.567949,300,5,0,11001,0,1,0,0,0),(101534,28220,571,1,1,10975,0,6247.55,3929.41,94.9829,3.11032,300,5,0,11001,0,1,0,0,0),(101535,28220,571,1,1,10975,0,6257.4,3893.46,131.184,6.21772,300,5,0,11001,0,1,0,0,0),(101536,28220,571,1,1,10975,0,6176.07,3768.39,143.317,5.18538,300,5,0,11001,0,1,0,0,0),(101537,28220,571,1,1,10975,0,6203.27,3788.54,146.423,0.77573,300,5,0,11001,0,1,0,0,0),(101538,28220,571,1,1,10975,0,6202.82,3859.74,134.088,4.86094,300,5,0,11001,0,1,0,0,0),(101539,28220,571,1,1,10975,0,6197.45,3830.73,136.323,6.21675,300,5,0,11001,0,1,0,0,0),(101540,28220,571,1,1,10975,0,6216.7,3837.9,137.041,5.26001,300,5,0,11001,0,1,0,0,0),(101541,28220,571,1,1,10975,0,6216.81,3821.88,138.477,0.245689,300,5,0,11001,0,1,0,0,0),(101542,28220,571,1,1,10975,0,6222.4,3822.15,140.91,1.49218,300,5,0,11001,0,1,0,0,0),(101543,28220,571,1,1,10975,0,6158.28,3845.13,92.7317,0.09685,300,5,0,11001,0,1,0,0,0),(101544,28220,571,1,1,10975,0,6187.99,3886.27,92.0134,3.09373,300,5,0,11001,0,1,0,0,0),(101545,28220,571,1,1,10975,0,6172.85,3867.94,92.9518,1.0385,300,5,0,11001,0,1,0,0,0),(101546,28220,571,1,1,10975,0,6252.3,3849.94,153.098,2.67227,300,5,0,11001,0,1,0,0,0),(101547,28220,571,1,1,10975,0,6221.35,3864.96,135.341,1.11226,300,5,0,11001,0,1,0,0,0),(101548,28220,571,1,1,10975,0,6220.34,3875.66,133.97,4.47757,300,5,0,11001,0,1,0,0,0),(101549,28220,571,1,1,10975,0,6275.5,3826.12,188.604,0.469519,300,5,0,11001,0,1,0,0,0),(101550,28220,571,1,1,10975,0,6283.64,3832.86,188.041,3.91042,300,5,0,11001,0,1,0,0,0),(101551,28220,571,1,1,10975,0,6257.57,3814.09,186.209,5.76077,300,5,0,11001,0,1,0,0,0),(101552,28220,571,1,1,10975,0,6296.85,3888.15,168.111,3.84326,300,5,0,11001,0,1,0,0,0),(101553,28220,571,1,1,10975,0,6287.62,3855.06,177.383,3.07223,300,5,0,11001,0,1,0,0,0),(101554,28220,571,1,1,10975,0,6294.35,3859.61,178.784,4.65283,300,5,0,11001,0,1,0,0,0),(101555,28220,571,1,1,10975,0,6287.38,3847.75,180.496,3.50288,300,5,0,11001,0,1,0,0,0),(101556,28220,571,1,1,10975,0,6306.75,3876.66,177.943,5.57382,300,5,0,11001,0,1,0,0,0),(101557,28220,571,1,1,10975,0,6210.76,3907.37,91.1366,0.861567,300,5,0,11001,0,1,0,0,0),(101558,28220,571,1,1,10975,0,6202.95,3902.64,90.6837,4.48091,300,5,0,11001,0,1,0,0,0),(101559,28220,571,1,1,10975,0,6289.71,4004.39,70.4854,4.488,300,5,0,11001,0,1,0,0,0),(101560,28220,571,1,1,10975,0,6273.66,3998,67.1882,1.0416,300,0,0,11001,0,0,0,0,0),(101561,28220,571,1,1,10975,0,6262.42,3899.74,127.182,5.35511,300,5,0,11001,0,1,0,0,0),(101562,28220,571,1,1,10975,0,6257.43,3962.4,75.9002,1.70399,300,5,0,11001,0,1,0,0,0),(101563,28220,571,1,1,10975,0,6245.29,3925.52,96.0626,4.79194,300,5,0,11001,0,1,0,0,0),(101564,28220,571,1,1,10975,0,6235.76,3941.84,76.6247,5.20269,300,5,0,11001,0,1,0,0,0),(101565,28220,571,1,1,10975,0,6221.93,3934.91,71.1079,4.99149,300,5,0,11001,0,1,0,0,0),(101566,28220,571,1,1,10975,0,6272.3,3960.23,79.6632,2.72208,300,5,0,11001,0,1,0,0,0),(101567,28220,571,1,1,10975,0,6241.21,3932.57,87.5541,0.905207,300,5,0,11001,0,1,0,0,0),(101568,28220,571,1,1,10975,0,6219.1,3918.66,88.6569,0.003906,300,5,0,11001,0,1,0,0,0),(101569,28220,571,1,1,10975,0,6205.42,3945.09,52.5335,0.004742,300,5,0,11001,0,1,0,0,0),(101570,28220,571,1,1,10975,0,6191.76,3905.87,87.9149,3.44985,300,5,0,11001,0,1,0,0,0),(101571,28220,571,1,1,10975,0,6206.57,3946.08,52.4355,0.045911,300,5,0,11001,0,1,0,0,0),(101572,28220,571,1,1,10975,0,6209.34,3936.3,60.9479,2.07638,300,5,0,11001,0,1,0,0,0),(101573,28220,571,1,1,10975,0,6180.86,3962.47,25.3273,5.09487,300,5,0,11001,0,1,0,0,0),(101574,28220,571,1,1,10975,0,6209.28,3951.04,51.2559,2.59615,300,5,0,11001,0,1,0,0,0),(101575,28220,571,1,1,10975,0,6214.42,4127.33,-11.4194,2.85659,300,5,0,11001,0,1,0,0,0),(101576,28220,571,1,1,10975,0,6243.8,4111.2,1.91686,0.202567,300,5,0,11001,0,1,0,0,0),(101577,28220,571,1,1,10975,0,6246.52,4117.99,-0.360097,1.48571,300,5,0,11001,0,1,0,0,0),(101578,28220,571,1,1,10975,0,6292.15,3973.67,75.3132,1.07107,300,0,0,11001,0,0,0,0,0),(101579,28220,571,1,1,10975,0,6264.45,3974.24,72.717,0.141069,300,5,0,11001,0,1,0,0,0),(101580,28220,571,1,1,10975,0,6239.5,3956.95,73.036,0.584481,300,5,0,11001,0,1,0,0,0),(101581,28220,571,1,1,10975,0,6255.44,3998.74,47.946,3.78139,300,0,0,11001,0,0,0,0,0),(101582,28220,571,1,1,10975,0,6265.74,3962.08,76.975,0.106666,300,5,0,11001,0,1,0,0,0),(101583,28220,571,1,1,10975,0,6205.93,3981.03,29.1506,0.576809,300,5,0,11001,0,1,0,0,0),(101584,28220,571,1,1,10975,0,6212.65,4040.88,12.8093,3.99773,300,5,0,11001,0,1,0,0,0),(101585,28220,571,1,1,10975,0,6194.61,3990.18,16.5696,2.62596,300,5,0,11001,0,1,0,0,0),(101586,28220,571,1,1,10975,0,6217.12,4034.45,16.5422,4.48115,300,5,0,11001,0,1,0,0,0),(101587,28220,571,1,1,10975,0,6230.53,3861.25,137.046,4.27085,300,5,0,11001,0,1,0,0,0),(101588,28220,571,1,1,10975,0,6231.67,3858.95,137.671,4.2141,300,5,0,11001,0,1,0,0,0),(101590,28220,571,1,1,10975,0,6228.43,3859.4,136.796,4.3027,300,5,0,11001,0,1,0,0,0),(101591,28220,571,1,1,10975,0,6237.74,3858.44,140.363,4.06845,300,5,0,11001,0,1,0,0,0),(101592,28220,571,1,1,10975,0,6265.07,3886.69,138.521,0.30497,300,5,0,11001,0,1,0,0,0),(101593,28220,571,1,1,10975,0,6263.13,3886.6,137.896,6.20787,300,5,0,11001,0,1,0,0,0),(101594,28220,571,1,1,10975,0,6264.09,3885.19,139.521,0.497546,300,5,0,11001,0,1,0,0,0),(101595,28220,571,1,1,10975,0,6264.13,3879.95,142.521,1.12288,300,5,0,11001,0,1,0,0,0),(101596,28220,571,1,1,10975,0,6261.71,3881.57,140.396,0.484349,300,5,0,11001,0,1,0,0,0),(101597,28220,571,1,1,10975,0,6308.01,3931.22,115.159,6.05668,300,5,0,11001,0,1,0,0,0),(101598,28220,571,1,1,10975,0,6292.63,3995.66,72.1882,3.86952,300,0,0,11001,0,0,0,0,0),(101600,28220,571,1,1,10975,0,6293.43,3996.34,72.1882,3.86695,300,0,0,11001,0,0,0,0,0),(101601,28220,571,1,1,10975,0,6356.57,3728.18,336.734,4.4855,300,0,0,11001,0,0,0,0,0),(101602,28220,571,1,1,10975,0,6350.81,3726.97,332.566,3.82227,300,0,0,11001,0,0,0,0,0),(101603,28220,571,1,1,10975,0,6341.3,3734.72,322.612,4.67748,300,0,0,11001,0,0,0,0,0),(101604,28220,571,1,1,10975,0,6353.9,3713.27,339.465,5.2709,300,0,0,11001,0,0,0,0,0),(101605,28220,571,1,1,10975,0,6365.6,3714.03,348.064,6.23082,300,0,0,11001,0,0,0,0,0),(101606,28220,571,1,1,10975,0,6209.11,3944.77,52.4649,4.46656,300,5,0,11001,0,1,0,0,0),(101607,28220,571,1,1,10975,0,6091.77,3766.38,96.366,1.23421,300,5,0,11001,0,1,0,0,0),(101608,28220,571,1,1,10975,0,6103.96,3814.65,59.2784,1.06389,300,5,0,11001,0,1,0,0,0),(101609,28220,571,1,1,10975,0,6072.89,3764.7,70.0761,4.90588,300,5,0,11001,0,1,0,0,0),(101610,28220,571,1,1,10975,0,6186.39,3737.6,165.55,0.98887,300,5,0,11001,0,1,0,0,0),(101611,28220,571,1,1,10975,0,6086.46,3763.54,92.8689,1.71254,300,5,0,11001,0,1,0,0,0),(101612,28220,571,1,1,10975,0,6093.2,3756.76,97.6297,4.26402,300,5,0,11001,0,1,0,0,0),(101613,28220,571,1,1,10975,0,6087.92,3753.53,95.7439,4.92298,300,5,0,11001,0,1,0,0,0),(101614,28220,571,1,1,10975,0,6148.12,3823.12,95.2438,4.20147,300,5,0,11001,0,1,0,0,0),(101615,28220,571,1,1,10975,0,6132.98,3841.37,60.81,1.03724,300,5,0,11001,0,1,0,0,0),(101616,28220,571,1,1,10975,0,6130.41,3798.4,96.1398,1.01665,300,5,0,11001,0,1,0,0,0),(101617,28220,571,1,1,10975,0,6145.58,3717.87,149.794,1.70064,300,5,0,11001,0,1,0,0,0),(101618,28220,571,1,1,10975,0,6166.62,3738.36,154.436,6.08157,300,5,0,11001,0,1,0,0,0),(101619,28220,571,1,1,10975,0,6142.18,3719.73,147.544,4.20401,300,5,0,11001,0,1,0,0,0),(101620,28220,571,1,1,10975,0,6167.58,3742.06,152.012,6.26561,300,5,0,11001,0,1,0,0,0),(101621,28220,571,1,1,10975,0,6176.31,3762.19,146.213,1.28364,300,5,0,11001,0,1,0,0,0),(101622,28220,571,1,1,10975,0,6186.49,3773.13,146.538,3.31027,300,5,0,11001,0,1,0,0,0),(101623,28220,571,1,1,10975,0,6188.65,3783.92,141.142,4.4141,300,5,0,11001,0,1,0,0,0),(101624,28220,571,1,1,10975,0,6255.19,3812.21,185.459,1.54622,300,5,0,11001,0,1,0,0,0),(101625,28220,571,1,1,10975,0,6237.24,3813.36,169.084,1.03229,300,5,0,11001,0,1,0,0,0),(101626,25660,571,1,1,23303,0,4111.04,4760.17,-1.93875,-0.026639,300,0,0,8982,0,0,0,0,0),(101627,28220,571,1,1,10975,0,6069.39,3744.77,80.2918,3.40836,300,5,0,11001,0,1,0,0,0),(101628,28220,571,1,1,10975,0,6064.6,3751.2,72.6924,0.294377,300,5,0,11001,0,1,0,0,0),(101629,28220,571,1,1,10975,0,6069.4,3760.7,69.1355,1.58642,300,5,0,11001,0,1,0,0,0),(101630,28220,571,1,1,10975,0,6017.46,3721.58,47.1975,4.80331,300,5,0,11001,0,1,0,0,0),(101631,28220,571,1,1,10975,0,6042.89,3709.98,72.2587,0.63842,300,5,0,11001,0,1,0,0,0),(101632,28220,571,1,1,10975,0,6070.83,3744.94,80.9939,2.6125,300,5,0,11001,0,1,0,0,0),(101633,28220,571,1,1,10975,0,6079.44,3688.18,121.676,4.32383,300,5,0,11001,0,1,0,0,0),(101634,28220,571,1,1,10975,0,6091.55,3690.68,123.831,4.90308,300,5,0,11001,0,1,0,0,0),(101635,28220,571,1,1,10975,0,6119.98,3694.91,129.933,2.80267,300,5,0,11001,0,1,0,0,0),(101636,28220,571,1,1,10975,0,6100.27,3656.82,140.885,4.18453,300,5,0,11001,0,1,0,0,0),(101637,28220,571,1,1,10975,0,6103.73,3712.26,118.405,3.98457,300,5,0,11001,0,1,0,0,0),(101638,25660,571,1,1,570,0,4069.09,4778.86,-2.03593,-0.158932,300,0,0,8982,0,0,0,0,0),(101639,25660,571,1,1,24997,0,4170.94,4669.09,17.5123,1.36136,300,0,0,8982,0,0,0,0,0),(101640,32572,571,1,1,25195,1,3089.83,339.602,71.3542,5.86715,300,0,0,9291,3231,2,0,0,0),(101641,32572,571,1,1,14886,1,3428.1,2735.99,48.713,0.45398,300,0,0,9291,3231,2,0,0,0),(101642,32572,571,1,1,25195,1,3284.69,2692.4,38.1012,2.9147,300,0,0,9291,3231,0,0,0,0),(101643,32572,571,1,1,14886,1,3530.85,2703.86,75.9756,0.680678,300,0,0,9291,3231,0,0,0,0),(101644,32572,571,1,1,14886,1,3397.47,2651.58,39.3502,0.632641,300,0,0,9291,3231,0,0,0,0),(101645,32572,571,1,1,25195,1,3463.22,2505.44,52.6251,6.26573,300,0,0,9291,3231,0,0,0,0),(101646,32572,571,1,1,14886,1,3263.32,2650.88,39.9403,2.60054,300,0,0,9291,3231,0,0,0,0),(101647,32572,571,1,1,25195,1,3309.66,2685.87,37.5615,3.39003,300,0,0,9291,3231,2,0,0,0),(101648,32572,571,1,1,25195,1,3196.95,2396.31,33.8196,3.54302,300,0,0,9291,3231,0,0,0,0),(101649,32572,571,1,1,25195,1,3185.76,2517.7,40.2205,2.87979,300,0,0,9291,3231,0,0,0,0),(101650,32572,571,1,1,14886,1,3522.27,2693.72,79.3418,1.05551,300,0,0,9291,3231,0,0,0,0),(101651,32572,571,1,1,14886,1,3473.78,2715.38,78.2269,0.439633,300,0,0,9291,3231,0,0,0,0),(101652,32572,571,1,1,14886,1,3280.69,2420.74,39.5391,2.67035,300,0,0,9291,3231,0,0,0,0),(101653,32572,571,1,1,25195,1,3249.54,2495.34,41.3687,1.25836,300,0,0,9291,3231,2,0,0,0),(101654,25660,571,1,1,570,0,4185.06,4583.14,11.8416,3.78988,300,5,0,8982,0,1,0,0,0),(101655,32572,571,1,1,25195,1,3398.48,2385.95,36.9679,3.19302,300,0,0,9291,3231,0,0,0,0),(101656,25660,571,1,1,23303,0,4119.63,4514.02,14.4666,2.14581,300,5,0,8982,0,1,0,0,0),(101657,26428,571,1,1,23774,1,4068.25,-3892.61,210.887,0.525271,300,0,0,8508,7981,0,0,0,0),(101658,26428,571,1,1,23774,1,3636.89,-3842.83,191.261,1.31798,300,5,0,8508,7981,1,0,0,0),(101659,26428,571,1,1,23774,1,3495.18,-3699.41,231.782,4.1624,300,5,0,8508,7981,1,0,0,0),(101660,25660,571,1,1,570,0,4450.8,4712.43,39.1916,0.663071,300,5,0,8982,0,1,0,0,0),(101669,28988,571,1,1,0,1,6838.8,-4556.25,442.323,1.5708,120,0,0,1,0,0,0,0,0),(101668,28988,571,1,1,0,1,6832.78,-4588.19,440.678,1.62316,120,0,0,1,0,0,0,0,0),(101667,28988,571,1,1,0,1,6823.61,-4471.85,440.678,4.97419,120,0,0,1,0,0,0,0,0),(101666,28988,571,1,1,0,1,6815.4,-4551.59,442.323,0.645772,120,0,0,1,0,0,0,0,0),(101665,28988,571,1,1,0,1,6814.46,-4503.21,442.323,6.23083,120,0,0,1,0,0,0,0,0),(101664,28988,571,1,1,0,1,6796.81,-4500.45,440.719,1.25664,120,0,0,1,0,2,0,0,0),(101663,28988,571,1,1,0,1,6795.69,-4525.88,440.678,0.0174533,120,0,0,1,0,0,0,0,0),(101662,28988,571,1,1,0,1,6780.26,-4548.34,440.678,0.366519,120,0,0,1,0,0,0,0,0),(101661,28988,571,1,1,0,1,6778.11,-4505.45,440.678,5.93412,120,0,0,1,0,0,0,0,0),(101670,25660,571,1,1,570,0,4253.6,4723.78,11.8416,1.03104,300,5,0,8982,0,1,0,0,0),(101671,25660,571,1,1,24997,0,4325.31,4721.35,24.5376,2.35953,300,5,0,8982,0,1,0,0,0),(101672,25660,571,1,1,23303,0,4147.75,4621.65,11.9666,2.4378,300,5,0,8982,0,1,0,0,0),(101673,25660,571,1,1,24997,0,4384.84,4710.08,24.5202,1.86908,300,5,0,8982,0,1,0,0,0),(101674,25660,571,1,1,570,0,4239.97,4660.31,7.15563,2.22967,300,0,0,8982,0,0,0,0,0),(101675,25660,571,1,1,570,0,4190.46,4739.13,11.7769,1.46051,300,5,0,8982,0,1,0,0,0),(101676,25660,571,1,1,570,0,4336.53,4529.49,36.9093,2.42601,300,0,0,8982,0,0,0,0,0),(101677,25660,571,1,1,23303,0,4299.5,4603.13,75.6443,3.57792,300,0,0,8982,0,0,0,0,0),(101678,25660,571,1,1,23303,0,4318.84,4459.29,63.2032,4.71532,300,5,0,8982,0,1,0,0,0),(101679,25660,571,1,1,570,0,4406.5,4549.19,25.6369,3.70588,300,0,0,8982,0,0,0,0,0),(101680,25660,571,1,1,24996,0,4395.14,4536.84,27.0281,1.74812,300,0,0,8982,0,0,0,0,0),(101681,25660,571,1,1,24996,0,4365.62,4541.97,16.1504,2.67386,300,0,0,8982,0,0,0,0,0),(101682,25660,571,1,1,24996,0,4396.61,4621.86,86.0171,4.93928,300,0,0,8982,0,0,0,0,0),(101683,25660,571,1,1,24996,0,4385.49,4465.14,91.0496,4.76123,300,5,0,8982,0,1,0,0,0),(101684,25660,571,1,1,24996,0,4453.68,4588.45,88.0194,3.14559,300,5,0,8982,0,1,0,0,0),(101685,25660,571,1,1,24996,0,4180.37,4516.63,25.2794,3.36585,300,5,0,8982,0,1,0,0,0),(101687,29500,571,1,1,26388,0,7052.19,-1966.43,770.348,5.3058,300,0,0,12600,0,0,0,0,0),(101688,32572,571,1,1,25195,1,3581.98,2634.99,89.3741,0.267859,300,5,0,9291,3231,1,0,0,0),(101689,32572,571,1,1,25195,1,3588.65,2458.73,84.8397,4.24912,300,0,0,9291,3231,0,0,0,0),(101690,30012,571,1,1,25771,1,7049.79,-1787.23,823.763,3.76991,300,0,0,12175,0,0,0,0,0),(101691,30012,571,1,1,25771,1,7027.54,-1799.22,822.578,5.46288,300,0,0,12175,0,0,0,0,0),(101692,30012,571,1,1,25771,1,7066.64,-1824.94,821.732,2.33874,300,0,0,12175,0,0,0,0,0),(101693,30012,571,1,1,25771,1,7095.77,-1796.03,823.103,3.35103,300,0,0,12175,0,0,0,0,0),(101694,30012,571,1,1,25771,1,7037.76,-1821.12,823.113,0.872665,300,0,0,12175,0,0,0,0,0),(101695,30012,571,1,1,25771,1,6856.12,-1569.25,821.543,5.67232,300,0,0,12175,0,0,0,0,0),(101696,30012,571,1,1,25771,1,6871.65,-1591.14,822.621,2.16421,300,0,0,12175,0,0,0,0,0),(101697,29500,571,1,1,26388,0,7317.91,-2322.94,751.994,0.534439,300,5,0,12600,0,1,0,0,0),(101698,30012,571,1,1,25771,1,6944.33,-1738.02,822.884,0.05236,300,0,0,12175,0,0,0,0,0),(101699,30012,571,1,1,25771,1,6995.92,-1744.8,822.145,1.58825,300,0,0,12175,0,0,0,0,0),(101700,30012,571,1,1,25771,1,6958.68,-1746.44,822.794,5.5676,300,0,0,12175,0,0,0,0,0),(101701,29500,571,1,1,26388,0,7277.37,-2277.59,755.446,6.16573,300,5,0,12600,0,1,0,0,0),(101702,30012,571,1,1,25771,1,7031.7,-1708.57,822.065,3.76991,300,0,0,12175,0,0,0,0,0),(101703,29500,571,1,1,26388,0,7226.81,-2230.91,758.742,2.3156,300,5,0,12600,0,1,0,0,0),(101704,29500,571,1,1,26388,0,7242.79,-2266.94,756.768,-1.67084,300,0,0,12600,0,0,0,0,0),(101705,29500,571,1,1,26388,0,7165.21,-2277.3,760.538,-1.85229,300,0,0,12600,0,0,0,0,0),(101706,29500,571,1,1,26388,0,7121.18,-2190.69,759.023,5.82804,300,0,0,12600,0,0,0,0,0),(101707,29500,571,1,1,26388,0,7192.08,-2213.84,759.234,5.72117,300,5,0,12600,0,1,0,0,0),(101708,29500,571,1,1,26388,0,7114.99,-2164.26,759.44,4.96827,300,5,0,12600,0,1,0,0,0),(101709,29500,571,1,1,26388,0,7073.99,-2006.69,766.334,5.39765,300,5,0,12600,0,1,0,0,0),(101710,29500,571,1,1,26388,0,7062.96,-1934.13,775.094,5.07891,300,0,0,12600,0,0,0,0,0),(101711,29500,571,1,1,26388,0,7092.24,-1973.15,770.156,4.62512,300,0,0,12600,0,0,0,0,0),(101712,29500,571,1,1,26388,0,7066.99,-1971.06,768.097,5.11381,300,0,0,12600,0,0,0,0,0),(101713,30013,571,1,1,26466,0,6599.46,-285.609,984.092,0.558505,300,15,0,60875,0,2,0,0,0),(101714,30013,571,1,1,26466,0,6603.49,-219.672,1025.59,1.52715,300,15,0,60875,0,2,0,0,0),(101715,30013,571,1,1,26466,0,6728.47,-127.282,1064.67,5.48793,300,15,0,60875,0,2,0,0,0),(101716,17213,571,1,1,16910,0,5899.54,610.182,650.498,2.43195,300,5,0,1,0,1,0,0,0),(101717,28221,571,1,1,0,0,4778.76,-3123.45,295.253,4.8437,300,5,0,10635,0,1,0,0,0),(101718,28221,571,1,1,0,0,4832.12,-2980.46,289.224,5.05831,300,5,0,10635,0,1,0,0,0),(101719,24125,571,1,1,22114,0,455.902,-4604.12,244.518,3.78736,300,0,0,8982,3155,0,0,0,0),(101720,30269,571,1,1,26910,0,5587.26,-694.69,206.71,0.541052,300,0,0,37800,11982,0,0,0,0),(101721,28989,571,1,1,25875,1,5778.98,547.457,651.639,2.49582,300,0,0,10635,0,0,0,0,0),(203620,28477,571,1,1,0,0,5844.44,-4429.9,374.27,5.66709,120,10,0,1,0,1,0,0,0),(101723,32573,571,1,1,28068,1,953.273,-5494.9,186.308,2.58309,300,0,0,38440,0,0,0,0,0),(62740,31805,620,1,1,0,1,8.10938,-1.96228,15.8348,3.22434,120,0,0,1,0,0,0,0,0),(101726,32573,571,1,1,28069,1,966.652,-5506.09,186.11,5.48033,300,0,0,38440,0,0,0,0,0),(203619,28477,571,1,1,0,0,5844.13,-4516.96,376.71,4.964,120,10,0,1,0,1,0,0,0),(101728,32573,571,1,1,28070,1,951.423,-5502.99,186.264,3.52556,300,0,0,38440,0,0,0,0,0),(101732,26173,571,1,1,7919,1,3296.31,3690.8,32.5513,5.58505,300,0,0,12493,3309,0,0,0,0),(203618,28477,571,1,1,0,0,5807.93,-4309.65,374.011,5.47996,120,10,0,1,0,1,0,0,0),(203617,28477,571,1,1,0,0,5652.75,-4219.53,362.88,6.2363,120,0,0,1,0,2,0,0,0),(203616,28477,571,1,1,0,0,5785.07,-4451.85,385.888,3.05404,120,10,0,1,0,1,0,0,0),(203615,28477,571,1,1,0,0,5776.61,-4372.71,386.624,1.9284,120,10,0,1,0,1,0,0,0),(203614,28477,571,1,1,0,0,5770.5,-4145.65,352.209,4.45448,120,10,0,1,0,1,0,0,0),(203613,28477,571,1,1,0,0,5773.58,-4087.02,352.345,5.51485,120,10,0,1,0,1,0,0,0),(101739,28221,571,1,1,0,0,5981.56,-2680.28,287.954,5.52322,300,5,0,10635,0,1,0,0,0),(101740,24637,571,1,1,12200,0,314.235,-3687.39,-1.25701,4.07102,300,5,0,8982,0,1,0,0,0),(203612,28477,571,1,1,0,0,5716.37,-4277.37,374.085,1.47719,120,10,0,1,0,1,0,0,0),(101742,28221,571,1,1,0,0,4885.42,-2868.75,291.096,1.78359,300,5,0,10635,0,1,0,0,0),(101743,28221,571,1,1,0,0,5925.48,-2685.13,289.097,0.868188,300,5,0,10635,0,1,0,0,0),(101744,28221,571,1,1,0,0,5994.22,-2831.05,291.396,2.3584,300,5,0,10635,0,1,0,0,0),(101745,28221,571,1,1,0,0,4836.49,-3076.91,292.003,6.14773,300,5,0,10635,0,1,0,0,0),(101746,24637,571,1,1,1557,0,239.109,-3679.64,-1.29722,0.212785,300,5,0,8982,0,1,0,0,0),(101747,28221,571,1,1,0,0,4882.93,-3015.26,291.37,5.20487,300,5,0,10635,0,1,0,0,0),(101748,24637,571,1,1,12200,0,149.497,-3541.73,-1.15686,4.31693,300,5,0,8982,0,1,0,0,0),(101749,24637,571,1,1,1557,0,216.026,-3445.92,-1.41848,0.991094,300,5,0,8982,0,1,0,0,0),(101750,24637,571,1,1,1557,0,119.237,-3595.4,-1.31315,4.94208,300,0,0,8982,0,0,0,0,0),(101751,28221,571,1,1,0,0,4889.35,-2936.09,290.478,3.99116,300,5,0,10635,0,1,0,0,0),(101752,24637,571,1,1,12200,0,89.7261,-3626.58,-1.67865,3.70187,300,5,0,8982,0,1,0,0,0),(101753,28221,571,1,1,0,0,6182.05,-2821.9,297.199,2.23956,300,5,0,10635,0,1,0,0,0),(101754,28221,571,1,1,0,0,6112.11,-2881.68,297.458,4.33165,300,5,0,10635,0,1,0,0,0),(101755,28221,571,1,1,0,0,5980.53,-2889.04,291,3.60567,300,5,0,10635,0,1,0,0,0),(203611,28477,571,1,1,0,0,5716.55,-4021.24,371.413,1.58825,120,0,0,1,0,0,0,0,0),(203610,28477,571,1,1,0,0,5716.28,-4118.03,353.27,1.54324,120,0,0,1,0,2,0,0,0),(203609,28477,571,1,1,0,0,5661.07,-4368.34,386.927,5.63279,120,10,0,1,0,1,0,0,0),(203608,28477,571,1,1,0,0,5661.23,-4085.24,352.299,0.582339,120,10,0,1,0,1,0,0,0),(203607,28477,571,1,1,0,0,5658.73,-4143.97,351.64,4.3279,120,10,0,1,0,1,0,0,0),(101761,28221,571,1,1,0,0,6056.86,-2884.48,296.494,0.772579,300,5,0,10635,0,1,0,0,0),(101762,28221,571,1,1,0,0,6186.02,-2880.49,290.619,5.31807,300,5,0,10635,0,1,0,0,0),(203606,28477,571,1,1,0,0,5643.23,-4266.15,374.835,2.69659,120,10,0,1,0,1,0,0,0),(101764,28221,571,1,1,0,0,6449.32,-2817.49,290.563,5.72556,300,5,0,10635,0,1,0,0,0),(101765,28221,571,1,1,0,0,6390.32,-2813.76,289.568,4.01185,300,5,0,10635,0,1,0,0,0),(101766,28221,571,1,1,0,0,6250.57,-2821.68,289.946,3.53017,300,5,0,10635,0,1,0,0,0),(101767,28221,571,1,1,0,0,6317.37,-2820.56,289.781,3.81568,300,5,0,10635,0,1,0,0,0),(101768,28221,571,1,1,0,0,6118,-2820.57,294.651,2.21673,300,5,0,10635,0,1,0,0,0),(101769,28221,571,1,1,0,0,6054.97,-2812.09,290.973,6.09227,300,5,0,10635,0,1,0,0,0),(203605,28477,571,1,1,0,0,5650.32,-4446.55,385.843,0.279105,120,10,0,1,0,1,0,0,0),(203604,28477,571,1,1,0,0,5626.8,-4306.69,374.12,4.50655,120,10,0,1,0,1,0,0,0),(203603,28477,571,1,1,0,0,5588.83,-4492.21,375.428,5.8715,120,10,0,1,0,1,0,0,0),(101773,28221,571,1,1,0,0,6227.81,-2308.13,292.332,2.80176,300,5,0,10635,0,1,0,0,0),(101774,28221,571,1,1,0,0,6143.79,-2323.5,294.934,4.44237,300,0,0,10635,0,0,0,0,0),(101775,28221,571,1,1,0,0,5745.36,-2345.97,288.616,1.86698,300,5,0,10635,0,1,0,0,0),(101776,28221,571,1,1,0,0,5819.75,-2559.14,292.837,3.53109,300,5,0,10635,0,1,0,0,0),(203602,28477,571,1,1,0,0,5591.94,-4417.89,375.059,1.59423,120,10,0,1,0,1,0,0,0),(101778,28221,571,1,1,0,0,5857.66,-2407.45,293.201,2.87186,300,0,0,10635,0,0,0,0,0),(101779,24637,571,1,1,1557,0,153.002,-3196.65,-1.14372,4.72372,300,5,0,8982,0,1,0,0,0),(101780,24637,571,1,1,12200,0,155.123,-3178.06,-1.21876,0.146443,300,5,0,8982,0,1,0,0,0),(101781,28221,571,1,1,0,0,5828.85,-2345.02,288.773,0.341469,300,5,0,10635,0,1,0,0,0),(101782,28221,571,1,1,0,0,5773.65,-2503.75,292.649,5.96968,300,0,0,10635,0,0,0,0,0),(101783,28221,571,1,1,0,0,5761.48,-2537.15,293.757,0.687428,300,5,0,10635,0,1,0,0,0),(101784,28221,571,1,1,0,0,5898.73,-2532.49,294.16,0.682179,300,0,0,10635,0,0,0,0,0),(101785,28221,571,1,1,0,0,5950.12,-2545.48,293.908,4.4231,300,5,0,10635,0,1,0,0,0),(101786,28221,571,1,1,0,0,5990.13,-2509.56,292.129,3.00581,300,5,0,10635,0,1,0,0,0),(101787,28221,571,1,1,0,0,5983.32,-2738.6,289.93,5.18477,300,5,0,10635,0,1,0,0,0),(101788,28221,571,1,1,0,0,6057.91,-2420.67,290.65,-2.96606,300,0,0,10635,0,0,0,0,0),(101789,28221,571,1,1,0,0,5837.86,-2466.82,297.459,0.677392,300,0,0,10635,0,0,0,0,0),(101791,28221,571,1,1,0,0,5963.22,-2411.91,293.459,4.85191,300,5,0,10635,0,1,0,0,0),(101792,28221,571,1,1,0,0,5954.36,-2475.73,293.051,0.051015,300,5,0,10635,0,1,0,0,0),(101793,28221,571,1,1,0,0,6015.16,-2350,293.029,3.67927,300,5,0,10635,0,1,0,0,0),(101794,28221,571,1,1,0,0,6012.3,-2409.39,290.465,2.35058,300,5,0,10635,0,1,0,0,0),(101795,28221,571,1,1,0,0,6012.34,-2471.71,292.3,1.13784,300,5,0,10635,0,1,0,0,0),(101796,28221,571,1,1,0,0,5900.52,-2418.23,293.278,5.90526,300,5,0,10635,0,1,0,0,0),(101797,28221,571,1,1,0,0,5928.65,-2509.85,292.535,5.57519,300,5,0,10635,0,1,0,0,0),(101798,24637,571,1,1,1557,0,2328.35,5043.59,-14.5625,5.04387,300,5,0,8982,0,1,0,0,0),(101799,24637,571,1,1,12199,0,2368.11,5019.14,-12.9529,1.82292,300,5,0,8982,0,1,0,0,0),(101800,24637,571,1,1,12200,0,2367.49,4994.74,-33.1094,2.04739,300,5,0,8982,0,1,0,0,0),(101801,30013,571,1,1,26466,0,6726.34,-30.36,999.096,1.33553,300,15,0,60875,0,2,0,0,0),(101802,23870,571,1,1,20250,0,1130.14,-3890.18,149.393,0.8544,300,0,0,42540,3561,0,0,0,0),(101803,23870,571,1,1,20250,0,1024.35,-3670.58,172.123,4.65045,300,0,0,42540,3561,0,0,0,0),(101804,26174,571,1,1,23483,0,3525.22,3772.63,53.2323,1.50098,300,0,0,8982,0,0,0,0,0),(101805,26174,571,1,1,23483,0,3273.63,3869.85,50.221,1.46608,300,0,0,8982,0,0,0,0,0),(101806,26174,571,1,1,23483,0,3640.14,3508.65,52.329,2.49582,300,0,0,8982,0,0,0,0,0),(101807,26174,571,1,1,23483,0,3516.81,3763.99,69.234,2.86234,300,0,0,8982,0,0,0,0,0),(101808,26174,571,1,1,23483,0,3649.88,3564.94,49.4963,1.85005,300,0,0,8982,0,0,0,0,0),(101809,26174,571,1,1,23483,0,3493.78,3819.74,35.2626,4.66787,300,0,0,8982,0,0,0,0,0),(101810,26174,571,1,1,23483,0,3358.4,3548.39,30.9281,5.2709,300,0,0,8982,0,0,0,0,0),(101811,28990,571,1,1,25876,0,5916.94,660.61,643.496,2.24424,300,0,0,10635,0,0,0,0,0),(101812,26174,571,1,1,23483,0,3487.48,3495.33,54.8687,2.14666,300,5,0,8982,0,1,0,0,0),(101814,26174,571,1,1,23483,0,3533.72,3564.81,43.5197,0.744454,300,0,0,8982,0,0,0,0,0),(101815,26174,571,1,1,23483,0,3570.22,3722.29,49.4043,0.698132,300,0,0,8982,0,0,0,0,0),(101817,26174,571,1,1,23483,0,3499.7,3508.94,62.8086,1.91042,300,0,0,8982,0,2,0,0,0),(101818,26174,571,1,1,23483,0,3571.72,3700.34,49.664,4.11898,300,0,0,8982,0,0,0,0,0),(101819,26174,571,1,1,23483,0,3356.02,3496.17,28.7494,5.86431,300,0,0,8982,0,0,0,0,0),(101820,26174,571,1,1,23483,0,3644.96,3560.28,44.124,4.13643,300,0,0,8982,0,0,0,0,0),(101823,26174,571,1,1,23483,0,3471.28,3562.5,39.9048,1.21692,300,0,0,8982,0,0,0,0,0),(101824,26174,571,1,1,23483,0,3629.85,3321.43,39.0565,5.044,300,0,0,8982,0,0,0,0,0),(101825,26174,571,1,1,23483,0,3512.17,3551.17,44.313,1.90324,300,0,0,8982,0,0,0,0,0),(101828,25434,571,1,1,0,0,4417.53,5298.86,67.34,3.1,120,0,0,1,0,2,0,0,0),(101830,28478,571,1,3,25181,0,5715.42,-3999.43,372.07,1.58825,300,0,0,42,0,0,0,0,0),(101831,26174,571,1,1,23483,0,3463.4,3288.19,50.8353,3.44811,300,5,0,8982,0,1,0,0,0),(101832,26174,571,1,1,23483,0,3413.74,3747.74,35.891,4.60767,300,0,0,8982,0,0,0,0,0),(101833,26174,571,1,1,23483,0,3520.46,3791.86,72.2413,3.92024,300,5,0,8982,0,1,0,0,0),(101834,26174,571,1,1,23483,0,3363.25,3558.22,20.4561,0.418879,300,0,0,8982,0,0,0,0,0),(101836,26174,571,1,1,23483,0,3504.87,3647.09,47.9214,1.71042,300,0,0,8982,0,0,0,0,0),(101837,26174,571,1,1,23483,0,3534.36,3772.21,49.2727,0.331613,300,0,0,8982,0,0,0,0,0),(101838,26174,571,1,1,23483,0,3633.17,3507.34,46.5903,3.08923,300,0,0,8982,0,0,0,0,0),(101839,26174,571,1,1,23483,0,3517.05,3632.72,49.5072,1.50098,300,0,0,8982,0,0,0,0,0),(101840,26174,571,1,1,23483,0,3525.34,3832.73,69.658,4.30021,300,0,0,8982,0,2,0,0,0),(101841,26174,571,1,1,23483,0,3497.03,3552.61,68.4867,3.82613,300,5,0,8982,0,1,0,0,0),(101842,26174,571,1,1,23483,0,3473.72,3288.98,34.8545,5.67232,300,0,0,8982,0,0,0,0,0),(101843,26174,571,1,1,23483,0,3459.44,3316.87,37.1755,3.83703,300,5,0,8982,0,1,0,0,0),(101845,26174,571,1,1,23483,0,3391.84,3757.09,36.0499,0.488692,300,0,0,8982,0,0,0,0,0),(101846,26174,571,1,1,23483,0,3489.3,3531.08,70.1833,4.62848,300,5,0,8982,0,1,0,0,0),(101849,26174,571,1,1,23483,0,3624.39,3319.45,38.2832,3.42085,300,0,0,8982,0,0,0,0,0),(101850,26174,571,1,1,23483,0,3365.62,3872.74,38.9667,0.541052,300,0,0,8982,0,0,0,0,0),(101853,26174,571,1,1,23483,0,3537.58,3551.87,55.4407,2.31103,300,5,0,8982,0,1,0,0,0),(101854,26174,571,1,1,23483,0,3466.84,3550.38,53.1804,1.15689,300,5,0,8982,0,1,0,0,0),(101855,26174,571,1,1,23483,0,3561,3538.08,64.392,2.64431,300,0,0,8982,0,2,0,0,0),(101856,26174,571,1,1,23483,0,3639.79,3405.59,44.2626,4.27606,300,0,0,8982,0,0,0,0,0),(101858,26174,571,1,1,23483,0,3468.62,3323.81,58.5728,4.49697,300,5,0,8982,0,1,0,0,0),(101859,26174,571,1,1,23483,0,3522.63,3631.61,46.793,5.68977,300,0,0,8982,0,0,0,0,0),(101860,26174,571,1,1,23483,0,3671.19,3616.11,51.934,3.9619,300,0,0,8982,0,0,0,0,0),(101862,26174,571,1,1,23483,0,3581.07,3333.1,39.1743,1.79769,300,0,0,8982,0,0,0,0,0),(101863,26174,571,1,1,23483,0,3447.82,3326.66,52.6513,0.79018,300,5,0,8982,0,1,0,0,0),(101866,26174,571,1,1,23483,0,3676.77,3621.56,56.5534,1.71042,300,0,0,8982,0,0,0,0,0),(101867,26174,571,1,1,23483,0,3451.95,3769.29,58.9801,4.36086,300,5,0,8982,0,1,0,0,0),(101868,26174,571,1,1,23483,0,3442.53,3275.81,71.4875,5.53624,300,5,0,8982,0,1,0,0,0),(101871,26174,571,1,1,23483,0,3430.29,3310.53,66.8889,4.82584,300,5,0,8982,0,1,0,0,0),(101872,26174,571,1,1,23483,0,3455.99,3314.02,29.464,5.6538,300,0,0,8982,0,0,0,0,0),(101875,26174,571,1,1,23483,0,3493.47,3548.36,68.5546,4.18437,300,5,0,8982,0,1,0,0,0),(101876,26174,571,1,1,23483,0,3270.75,3859.45,55.2725,5.60251,300,0,0,8982,0,0,0,0,0),(101877,26174,571,1,1,23483,0,3289.68,3541.01,27.5198,0.244346,300,0,0,8982,0,0,0,0,0),(101878,26174,571,1,1,23483,0,3496.14,3524.28,62.8621,1.61078,300,5,0,8982,0,1,0,0,0),(101879,26174,571,1,1,23483,0,3481.92,3344.71,74.5662,2.33487,300,5,0,8982,0,1,0,0,0),(101883,26174,571,1,1,23483,0,3478.8,3476.43,53.1805,2.14175,300,5,0,8982,0,1,0,0,0),(101884,26174,571,1,1,23483,0,3436.26,3349.19,74.5662,3.95367,300,5,0,8982,0,1,0,0,0),(101886,26174,571,1,1,23483,0,3470.06,3504.78,60.0288,4.64764,300,0,0,8982,0,2,0,0,0),(101887,26174,571,1,1,23483,0,3487.02,3801.5,64.2862,5.45827,300,0,0,8982,0,2,0,0,0),(101888,26174,571,1,1,23483,0,3425.07,3778.04,54.5209,4.11139,300,5,0,8982,0,1,0,0,0),(101890,26174,571,1,1,23483,0,3383.88,3761.42,43.1566,1.44862,300,0,0,8982,0,0,0,0,0),(101901,26174,571,1,1,23483,0,3493.74,3552.07,54.3281,0.876157,300,5,0,8982,0,1,0,0,0),(101905,26174,571,1,1,23483,0,3523.9,3802.87,64.2862,1.99621,300,5,0,8982,0,1,0,0,0),(101906,24126,571,1,1,21762,0,1948.54,-6146.63,24.2777,2.89725,300,0,0,9291,0,0,0,0,0),(101908,26174,571,1,1,23483,0,3491.15,3809.74,72.586,1.45698,300,5,0,8982,0,1,0,0,0),(101911,26174,571,1,1,23483,0,3427.05,3761.5,60.2671,2.18018,300,5,0,8982,0,1,0,0,0),(101920,26174,571,1,1,23483,0,3445.8,3773.46,54.4274,1.83995,300,5,0,8982,0,1,0,0,0),(101921,26174,571,1,1,23483,0,3433.85,3770.4,31.7491,2.80335,300,0,0,8982,0,0,0,0,0),(101923,26174,571,1,1,23483,0,3259.67,3860.65,50.2237,2.98451,300,0,0,8982,0,0,0,0,0),(101925,26174,571,1,1,23483,0,3451.9,3774.35,60.279,5.5225,300,0,0,8982,0,2,0,0,0),(101926,26942,571,1,1,23277,1,4576.08,-1397.42,159.3,3.16581,300,0,0,7952,7654,2,0,0,0),(101927,26942,571,1,1,23277,1,4518.84,-1322.93,156.974,4.66714,300,0,0,7952,7654,2,0,0,0),(101928,26942,571,1,1,23277,1,4556.79,-1387.17,156.631,2.99047,300,0,0,7952,7654,2,0,0,0),(101929,26174,571,1,1,23483,0,3512.76,3582.7,53.1805,6.23154,300,0,0,8982,0,2,0,0,0),(101930,24638,571,1,1,22549,0,2392.43,-4651.98,229.12,2.87164,300,5,0,9291,0,1,0,0,0),(101931,26174,571,1,1,23483,0,3520.23,3809.85,64.2862,2.09041,300,5,0,8982,0,1,0,0,0),(101932,26174,571,1,1,23483,0,3491.93,3549.64,54.3281,0.981118,300,5,0,8982,0,1,0,0,0),(101934,26174,571,1,1,23483,0,3432.8,3780.93,62.0534,0.272489,300,5,0,8982,0,1,0,0,0),(101935,26174,571,1,1,23483,0,3445.61,3764.39,52.99,0.910298,300,5,0,8982,0,1,0,0,0),(101936,26174,571,1,1,23483,0,3493,3514.08,56.9705,4.92974,300,5,0,8982,0,1,0,0,0),(101938,28479,571,1,1,25461,1,5736.14,-3571.37,386.995,6.16101,300,0,0,9416,8459,0,0,0,0),(101939,24639,571,1,1,228,1,-91.8194,-3532.71,7.7126,5.07891,300,0,0,9291,0,0,0,0,0),(101940,30271,571,1,1,26911,0,5032.91,-521.242,226.074,0.191986,300,0,0,37800,11982,0,0,0,0),(101941,24127,571,1,1,22115,1,2671.59,-4322.75,290.908,0.261799,300,0,0,9291,0,0,0,0,0),(202329,33372,571,1,1,0,1,8401.49,680.507,550.252,5.37472,300,0,0,25200,0,0,0,0,0),(62739,31807,620,1,1,0,0,-19.8763,-0.049722,17.6106,2.86234,120,0,0,1,0,0,0,0,0),(101944,28991,571,1,1,25877,0,5715.78,597.486,648.674,0.942478,300,0,0,11698,0,0,0,0,0),(101945,23871,571,1,1,21927,1,975.511,-3966.15,164.46,3.05433,300,0,0,7984,0,2,0,0,0),(101946,23871,571,1,1,21927,1,927.89,-3969.92,170.742,3.53443,300,0,0,7984,0,2,0,0,0),(101947,23871,571,1,1,21927,1,1032.13,-3930.06,158.689,1.25231,300,0,0,7984,0,2,0,0,0),(101948,23871,571,1,1,21927,1,940.882,-3877.79,172.793,3.00197,300,5,0,7984,0,1,0,0,0),(101949,23871,571,1,1,21927,1,924.419,-3934.7,176.032,4.04916,300,5,0,7984,0,1,0,0,0),(101950,23871,571,1,1,21927,1,934.731,-3846.45,175.207,0.087266,300,5,0,7984,0,1,0,0,0),(101951,23871,571,1,1,21927,1,979.77,-3850.17,171.958,5.05018,300,0,0,7984,0,2,0,0,0),(101952,23871,571,1,1,21927,1,1009.31,-3977.18,159.217,1.95402,300,0,0,7984,0,2,0,0,0),(101953,23871,571,1,1,21927,1,977.991,-3852.59,171.971,2.40855,300,0,0,7984,0,0,0,0,0),(101954,23871,571,1,1,21927,1,978.072,-3905.54,177.052,2.72271,300,0,0,7984,0,0,0,0,0),(101955,23871,571,1,1,21927,1,983.57,-3890.67,177.287,2.86234,300,0,0,7984,0,0,0,0,0),(101956,23871,571,1,1,21927,1,1058.32,-3876.58,158.928,4.31563,300,0,0,7984,0,2,0,0,0),(101957,23871,571,1,1,21927,1,980.505,-3873.01,177.236,1.78024,300,0,0,7984,0,0,0,0,0),(101958,23871,571,1,1,21927,1,964.758,-3990.83,163.756,3.43471,300,5,0,7984,0,1,0,0,0),(101959,23871,571,1,1,21927,1,1043.19,-3938.89,155.505,2.92847,300,5,0,7984,0,1,0,0,0),(101960,23871,571,1,1,21927,1,1037.4,-3984.67,159.863,5.41095,300,5,0,7984,0,1,0,0,0),(101961,23871,571,1,1,21927,1,1099.35,-3867.65,155.149,1.23813,300,5,0,7984,0,1,0,0,0),(101962,26944,571,1,1,24184,0,3840.65,-4523.31,210.699,5.60251,300,0,0,10635,0,0,0,0,0),(101963,28480,571,1,1,25463,1,5790.66,-3566.08,386.605,3.14159,300,0,0,9103,8313,0,0,0,0),(101964,27456,571,1,1,24643,1,4344.64,-3314.85,311.3,4.22605,300,5,0,9940,0,1,0,0,0),(101965,28992,571,1,1,25878,0,5667.73,621.069,648.189,2.07694,300,0,0,10635,0,0,0,0,0),(79,25665,571,1,1,0,0,3645.95,4551.1,-15,0.715585,120,0,0,1,0,0,0,0,0),(101968,27456,571,1,1,24642,1,4390.21,-3309.17,316.911,2.76353,300,5,0,9940,0,1,0,0,0),(101969,27456,571,1,1,24643,1,4417.05,-3237.69,310.495,0.424755,300,0,0,9940,0,0,0,0,0),(101970,27456,571,1,1,24645,1,4422.84,-3292.22,321.708,2.89094,300,0,0,9940,0,0,0,0,0),(101971,27456,571,1,1,24645,1,4331.68,-2826.26,296.283,4.60475,300,5,0,9940,0,1,0,0,0),(101972,27712,571,1,1,24994,0,3653.13,-1262.09,98.0912,5.43792,8,5,0,399,0,1,0,0,0),(133261,27712,571,1,1,24992,0,3690.16,-1144.33,97.6508,4.33844,8,5,0,399,0,1,0,0,0),(133262,27712,571,1,1,24995,0,3658.88,-1249.62,98.0911,0.746046,8,5,0,399,0,1,0,0,0),(101978,27456,571,1,1,24645,1,4482.38,-3230.17,323.067,1.13305,300,0,0,9940,0,0,0,0,0),(101979,24128,571,1,1,22003,0,1794.69,-5829.07,3.73337,0.316241,300,5,0,6986,0,1,0,0,0),(101980,27456,571,1,1,24643,1,4252.65,-2865.77,284.702,0.679724,300,0,0,9940,0,0,0,0,0),(101981,27456,571,1,1,24643,1,4265.29,-2864.21,287.58,-1.46054,300,0,0,9940,0,0,0,0,0),(101982,27456,571,1,1,24645,1,4265.46,-2862.31,287.644,-1.52927,300,0,0,9940,0,0,0,0,0),(101983,27456,571,1,1,24645,1,4266.76,-2862.44,287.983,-1.76534,300,0,0,9940,0,0,0,0,0),(102032,29504,571,1,1,0,0,7319.73,-3256.89,843.941,4.57911,300,5,0,1,0,1,0,0,0),(101985,27456,571,1,1,24643,1,4447.6,-3180.92,311.941,4.94189,300,5,0,9940,0,1,0,0,0),(101986,27456,571,1,1,24643,1,4417.25,-3149.78,310.025,-1.30656,300,0,0,9940,0,0,0,0,0),(101987,27456,571,1,1,24645,1,4407.9,-2947.67,308.399,6.1971,300,5,0,9940,0,1,0,0,0),(101988,27456,571,1,1,24644,1,4340.63,-2939.74,309.776,5.68215,300,5,0,9940,0,1,0,0,0),(101989,27456,571,1,1,24643,1,4337.77,-2896.26,306.833,1.4672,300,5,0,9940,0,1,0,0,0),(101990,27456,571,1,1,24643,1,4298.21,-2812.64,287.607,6.2332,300,5,0,9940,0,1,0,0,0),(101991,27456,571,1,1,24644,1,4375.33,-3087.64,339.874,1.89715,300,0,0,9940,0,0,0,0,0),(101992,27456,571,1,1,24644,1,4428.44,-3037.09,309.142,3.70976,300,5,0,9940,0,1,0,0,0),(101993,27456,571,1,1,24645,1,4423.57,-2977.32,308.807,3.8373,300,5,0,9940,0,1,0,0,0),(101994,27456,571,1,1,24643,1,4430.85,-3107.79,311.876,0.057053,300,0,0,9940,0,0,0,0,0),(101995,27456,571,1,1,24643,1,4422.09,-3049.04,328.632,0.793351,300,5,0,9940,0,1,0,0,0),(101996,27456,571,1,1,24642,1,4396.52,-3041.3,328.632,0.45581,300,5,0,9940,0,1,0,0,0),(101997,24128,571,1,1,22003,0,1862.65,-5928.67,6.72251,0.186164,300,5,0,6986,0,1,0,0,0),(101998,24128,571,1,1,22003,0,1717.92,-5893.44,6.91745,5.48148,300,5,0,6986,0,1,0,0,0),(101999,24128,571,1,1,22003,0,1709.4,-5914.52,6.98769,4.60757,300,5,0,6986,0,1,0,0,0),(102000,24128,571,1,1,22003,0,1792.67,-5904.5,7.45863,6.22635,300,5,0,6986,0,1,0,0,0),(102001,24128,571,1,1,22003,0,1738.93,-5989.27,7.42886,3.1575,300,5,0,6986,0,1,0,0,0),(102002,27456,571,1,1,24643,1,4366.17,-3093.59,326.447,-2.9893,300,0,0,9940,0,0,0,0,0),(102003,24128,571,1,1,22003,0,1743.95,-5855.11,6.82785,2.35126,300,5,0,6986,0,1,0,0,0),(102004,24128,571,1,1,22003,0,1835.97,-5875.26,6.15298,0.365631,300,5,0,6986,0,1,0,0,0),(102005,24128,571,1,1,22003,0,1741.84,-5903.04,6.6944,3.86824,300,5,0,6986,0,1,0,0,0),(102006,27456,571,1,1,24642,1,4285.11,-2822.52,285.533,1.29154,300,0,0,9940,0,0,0,0,0),(102007,27456,571,1,1,24645,1,4364.09,-3079.47,339.366,4.90757,300,0,0,9940,0,2,0,0,0),(102008,27456,571,1,1,24643,1,4437.5,-3106.47,310.551,-2.59574,300,0,0,9940,0,0,0,0,0),(102009,27456,571,1,1,24642,1,4371.03,-3092.77,326.538,4.76475,300,0,0,9940,0,0,0,0,0),(102010,27456,571,1,1,24643,1,4377.19,-3092.54,339.849,4.44662,300,0,0,9940,0,0,0,0,0),(102011,27456,571,1,1,24644,1,4358.59,-3096.41,326.441,-2.85726,300,0,0,9940,0,0,0,0,0),(102012,27456,571,1,1,24642,1,4186.47,-2809.06,281.424,4.50525,300,5,0,9940,0,1,0,0,0),(102013,27456,571,1,1,24642,1,4221.4,-2846.38,278.741,4.53142,300,0,0,9940,0,0,0,0,0),(102014,27456,571,1,1,24645,1,4230.32,-2872.04,280.79,2.79883,300,0,0,9940,0,0,0,0,0),(102015,27456,571,1,1,24645,1,4253.83,-2863.8,285.129,-0.199545,300,0,0,9940,0,0,0,0,0),(102016,27456,571,1,1,24645,1,4259.39,-2867.96,285.808,2.56984,300,0,0,9940,0,0,0,0,0),(102017,27456,571,1,1,24645,1,4263.64,-2896.07,283.917,6.20363,300,5,0,9940,0,1,0,0,0),(102018,27456,571,1,1,24642,1,4293.87,-2868.06,294.551,3.64774,300,0,0,9940,0,0,0,0,0),(102019,27456,571,1,1,24644,1,4270.1,-2843.48,285.396,4.70962,300,5,0,9940,0,1,0,0,0),(102020,27456,571,1,1,24644,1,4234.69,-2853.36,282.797,5.72426,300,0,0,9940,0,0,0,0,0),(102021,27456,571,1,1,24645,1,4217.74,-2853.85,280.171,5.55015,300,0,0,9940,0,0,0,0,0),(102031,29504,571,1,1,0,0,7318.66,-3108.58,837.577,0.786478,300,5,0,1,0,1,0,0,0),(102030,29504,571,1,1,0,0,7257.36,-3650.48,823.727,5.32071,300,5,0,1,0,1,0,0,0),(102029,29504,571,1,1,0,0,7250.41,-3082.81,837.577,5.27369,300,5,0,1,0,1,0,0,0),(102028,29504,571,1,1,0,0,7247.22,-3147.93,837.577,3.11385,300,5,0,1,0,1,0,0,0),(102027,29504,571,1,1,0,0,7245.61,-3324.14,852.137,0.200458,300,5,0,1,0,1,0,0,0),(102026,29504,571,1,1,0,0,7223.21,-3625.21,823.447,3.3342,300,5,0,1,0,1,0,0,0),(102025,29504,571,1,1,0,0,7221.06,-3668.07,823.829,5.13326,300,5,0,1,0,1,0,0,0),(102024,29504,571,1,1,0,0,7212.51,-3459.92,835.768,5.01096,300,0,0,1,0,2,0,0,0),(102023,29504,571,1,1,0,0,7185.57,-3578.21,826.378,4.54277,300,0,0,1,0,2,0,0,0),(102022,29504,571,1,1,0,0,7185.38,-3632.05,824.247,4.33822,300,5,0,1,0,1,0,0,0),(101984,29504,571,1,1,0,0,7168.31,-3616.87,830.689,3.69274,300,5,0,1,0,1,0,0,0),(102033,28993,571,1,1,25983,1,5772.41,575.343,650.479,1.20428,300,0,0,11167,0,0,0,0,0),(102034,27457,571,1,1,24649,1,4197.44,-2965.72,283.402,5.37561,300,0,0,9940,0,0,0,0,0),(102035,27457,571,1,1,24646,1,4371.29,-2875.78,305.9,3.94444,300,0,0,9940,0,0,0,0,0),(102036,27457,571,1,1,24647,1,4375.23,-2890.43,308.175,1.51844,300,0,0,9940,0,0,0,0,0),(102037,27457,571,1,1,24647,1,4177.54,-3000.1,282.389,0.977384,300,0,0,9940,0,0,0,0,0),(102038,27457,571,1,1,24646,1,4031.59,-2832.09,282.135,2.49582,300,0,0,9940,0,0,0,0,0),(78,25664,571,1,1,0,0,3487.67,4516.64,-15,2.18166,120,0,0,1,0,0,0,0,0),(102040,24129,571,1,1,22116,1,2683.6,-4302.24,290.889,4.86947,300,0,0,9610,0,0,0,0,0),(102041,27457,571,1,1,24647,1,4379.25,-2882.24,306.63,5.2709,300,0,0,9940,0,0,0,0,0),(102042,27457,571,1,1,24647,1,4108.35,-2891.83,279.916,4.24115,300,0,0,9940,0,0,0,0,0),(102043,27457,571,1,1,24648,1,4369.62,-2884.56,306.877,5.91667,300,0,0,9940,0,0,0,0,0),(102044,27457,571,1,1,24647,1,4006.14,-2846.95,274.676,2.42601,300,0,0,9940,0,0,0,0,0),(102045,27457,571,1,1,24647,1,4181.23,-2974.36,284.822,0.401426,300,0,0,9940,0,0,0,0,0),(102046,27457,571,1,1,24646,1,4366.8,-2894.08,307.251,1.81514,300,0,0,9940,0,0,0,0,0),(102047,27457,571,1,1,24646,1,4379.08,-2896,308.969,0.314159,300,0,0,9940,0,0,0,0,0),(102048,29505,571,1,1,26339,1,5907.09,675.225,643.496,2.23402,300,0,0,10635,0,0,0,0,0),(102049,31041,571,1,1,27451,0,5141.84,-501.27,175.657,5.89034,300,5,0,11001,3643,1,0,0,0),(102050,31041,571,1,1,27451,0,5644.41,-932.727,183.262,1.70789,300,5,0,11001,3643,1,0,0,0),(102051,31041,571,1,1,9590,0,5575.8,-887.28,173.345,3.83841,300,5,0,11001,3643,1,0,0,0),(102052,31041,571,1,1,9590,0,5140.73,-657.463,170.301,0.100769,300,5,0,11001,3643,1,0,0,0),(102053,31041,571,1,1,27451,0,5540.42,-587.47,157.161,1.34955,300,5,0,11001,3643,1,0,0,0),(102054,31041,571,1,1,9590,0,5139.53,-382.407,180.856,0.144247,300,5,0,11001,3643,1,0,0,0),(102055,31041,571,1,1,9590,0,5217.54,-209.919,163.101,3.80734,300,5,0,11001,3643,1,0,0,0),(102056,31041,571,1,1,27451,0,5535.75,-762.614,156.007,4.98456,300,5,0,11001,3643,1,0,0,0),(102057,31041,571,1,1,27451,0,5528.82,-71.8255,149.573,5.72335,300,5,0,11001,3643,1,0,0,0),(102058,31041,571,1,1,27451,0,5586.74,-141.681,154.428,0.496242,300,5,0,11001,3643,1,0,0,0),(102059,31041,571,1,1,9590,0,5625.96,-314.39,154.56,0.253537,300,5,0,11001,3643,1,0,0,0),(102060,31041,571,1,1,9590,0,5590.18,-475.506,156.503,2.55281,300,5,0,11001,3643,1,0,0,0),(102061,31041,571,1,1,9590,0,5437.86,-40.612,148.985,0.150792,300,5,0,11001,3643,1,0,0,0),(102062,31041,571,1,1,9590,0,5381.39,-74.6469,151.067,0.894724,300,5,0,11001,3643,1,0,0,0),(102063,32321,571,1,1,27919,1,5775.17,600.201,565.303,1.06758,300,0,0,8982,0,0,0,0,0),(102065,31041,571,1,1,9590,0,5544.27,-578.239,158.729,5.2963,300,5,0,11001,3643,1,0,0,0),(102066,31041,571,1,1,9590,0,5597.34,-454.287,155.511,2.3151,300,5,0,11001,3643,1,0,0,0),(102067,31041,571,1,1,9590,0,5642.18,-372.675,156.265,2.70635,300,5,0,11001,3643,1,0,0,0),(102068,31041,571,1,1,9590,0,5534.44,-759.552,154.74,2.62013,300,5,0,11001,3643,1,0,0,0),(102069,29762,571,1,1,26516,0,7798.38,-2810.29,1217.93,3.85718,300,0,0,12600,0,0,0,0,0),(102070,28994,571,1,1,25880,1,5658,643.859,648.063,0.349066,300,0,0,8508,7981,0,0,0,0),(102071,29506,571,1,1,26338,1,5910.86,683.046,643.496,2.46859,300,0,0,10635,0,2,0,0,0),(102072,24642,571,1,1,22575,1,-77.8816,-3667.12,13.1028,4.18879,300,0,0,8982,0,0,0,0,0),(102073,26946,571,1,1,26859,0,4559.94,-1418.81,159.655,6.00378,300,0,0,9940,0,0,0,0,0),(102074,26946,571,1,1,26859,0,4621.44,-1430.32,160.396,0.887315,300,0,0,9940,0,2,0,0,0),(102075,27202,571,1,1,24398,1,2802.19,-345.282,130.794,4.79264,300,0,0,7432,7332,2,0,0,0),(102076,24642,571,1,1,22593,1,-137.781,-3613.93,1.2869,0,300,0,0,8982,0,0,0,0,0),(102077,24642,571,1,1,22594,1,-106.752,-3614.7,1.34987,2.9147,300,0,0,8982,0,0,0,0,0),(102078,24642,571,1,1,22593,1,-88.326,-3539.04,7.79883,0.349066,300,0,0,8982,0,0,0,0,0),(102079,24642,571,1,1,22575,1,-89.6225,-3533.87,7.79883,0.139626,300,0,0,8982,0,0,0,0,0),(102080,24642,571,1,1,22594,1,-84.2935,-3532.25,7.79883,3.4383,300,0,0,8982,0,0,0,0,0),(102081,24642,571,1,1,22593,1,-80.8345,-3541.08,7.80065,3.54302,300,0,0,8982,0,0,0,0,0),(102082,27202,571,1,1,24399,1,2826.18,-461.474,153.489,3.94444,300,0,0,7432,7332,0,0,0,0),(102083,27202,571,1,1,24398,1,2836.69,-327.393,113.712,0.813416,300,0,0,7432,7332,2,0,0,0),(102084,27202,571,1,1,24399,1,2801.7,-493.415,126.846,5.63741,300,0,0,7432,7332,2,0,0,0),(102085,27202,571,1,1,24398,1,2814.25,-443.377,119.698,3.94444,300,0,0,7432,7332,0,0,0,0),(102086,27202,571,1,1,24398,1,2820.88,-394.706,118.261,5.65487,300,0,0,7432,7332,0,0,0,0),(102087,27202,571,1,1,24399,1,2841.11,-443.571,119.699,5.51524,300,0,0,7432,7332,0,0,0,0),(102088,27202,571,1,1,24398,1,2695.54,-353.169,141.3,5.28835,300,0,0,7432,7332,0,0,0,0),(102089,27202,571,1,1,24399,1,2845.21,-431.951,118.279,0.890118,300,0,0,7432,7332,0,0,0,0),(102090,27202,571,1,1,24399,1,2847.89,-471.277,126.99,5.47626,300,5,0,7432,7332,1,0,0,0),(102091,27202,571,1,1,24398,1,2860.65,-491.629,119.699,2.1293,300,0,0,7432,7332,0,0,0,0),(102092,27202,571,1,1,24398,1,2732.4,-189.707,138.848,2.1544,300,5,0,7432,7332,1,0,0,0),(102093,27202,571,1,1,24398,1,2862.18,-434.333,118.204,5.91869,300,5,0,7432,7332,1,0,0,0),(102094,27202,571,1,1,24398,1,2782.57,-474.781,117.704,-2.08126,300,0,0,7432,7332,0,0,0,0),(102095,23874,571,1,1,1086,0,2499.58,-4552.96,236.793,2.49872,300,5,0,7984,0,1,0,0,0),(102096,26946,571,1,1,26856,0,4584.87,-1368.45,156.848,5.86004,300,5,0,9940,0,1,0,0,0),(102097,27202,571,1,1,24399,1,2773.95,-310.96,130.552,0.733038,300,0,0,7432,7332,2,0,0,0),(102098,26946,571,1,1,26859,0,4577.19,-1360.74,156.932,4.54584,300,5,0,9940,0,1,0,0,0),(102099,26946,571,1,1,26859,0,4531.9,-1353.13,156.934,3.0255,300,0,0,9940,0,0,0,0,0),(102100,26946,571,1,1,26856,0,4559.53,-1331.54,156.838,5.35957,300,5,0,9940,0,1,0,0,0),(102101,26946,571,1,1,26859,0,4518.48,-1352.25,156.692,3.08041,300,5,0,9940,0,1,0,0,0),(102102,24642,571,1,1,22575,1,-125.28,-3545.36,3.54212,1.8675,300,0,0,8982,0,0,0,0,0),(102103,24642,571,1,1,22575,1,-120.465,-3596.66,2.8795,4.04916,300,0,0,8982,0,0,0,0,0),(102104,24642,571,1,1,22594,1,-119.017,-3537.47,3.66712,3.61283,300,5,0,8982,0,1,0,0,0),(102105,27458,571,1,1,16633,0,4477.98,-4151.51,170.941,3.94072,60,0,0,8,0,0,0,0,0),(102106,23874,571,1,1,1086,0,2482.65,-4577.3,237.328,2.61106,300,5,0,7984,0,1,0,0,0),(102107,23874,571,1,1,1086,0,2440.07,-4573.83,231.274,0.917779,300,5,0,7984,0,1,0,0,0),(102108,23874,571,1,1,1086,0,2422.05,-4556.65,222.461,4.71434,300,5,0,7984,0,1,0,0,0),(102109,23874,571,1,1,1086,0,2445.6,-4616.78,230.924,5.40189,300,5,0,7984,0,1,0,0,0),(102110,29250,571,1,1,24277,0,2551.9,-1836.04,10.637,2.11185,300,0,0,20564,0,0,0,0,0),(102111,23874,571,1,1,1086,0,2327.04,-4568.23,220.815,0.770647,300,5,0,7984,0,1,0,0,0),(102112,23874,571,1,1,1086,0,2320.29,-4618.02,217.895,4.92027,300,5,0,7984,0,1,0,0,0),(102113,23874,571,1,1,1086,0,2416.39,-4570.83,223.839,1.66672,300,5,0,7984,0,1,0,0,0),(102114,23874,571,1,1,1086,0,2379,-4541.82,215.992,4.61804,300,5,0,7984,0,1,0,0,0),(102115,23874,571,1,1,1086,0,2358.62,-4576.18,220.829,1.02486,300,5,0,7984,0,1,0,0,0),(102116,23874,571,1,1,1086,0,2392.81,-4580.01,223.533,5.77324,300,5,0,7984,0,1,0,0,0),(102117,23874,571,1,1,1086,0,2408.73,-4630.34,227.169,2.64659,300,5,0,7984,0,1,0,0,0),(102118,23874,571,1,1,1086,0,2355.39,-4661.1,231.455,0.851782,300,5,0,7984,0,1,0,0,0),(102119,23874,571,1,1,1086,0,2407.52,-4654.18,225.631,0.00211,300,5,0,7984,0,1,0,0,0),(102120,23874,571,1,1,1086,0,2353.59,-4663.92,231.967,4.78479,300,5,0,7984,0,1,0,0,0),(102121,23874,571,1,1,1086,0,2303.25,-4661.66,221.15,0.380808,300,5,0,7984,0,1,0,0,0),(102122,23874,571,1,1,1086,0,2351.64,-4618.98,225.42,4.25835,300,5,0,7984,0,1,0,0,0),(102123,32322,571,1,1,27916,1,5770.72,595.668,565.303,-2.17714,300,0,0,8982,0,0,0,0,0),(102124,29763,571,1,1,26517,0,5757.77,643.9,661.649,6.24828,300,0,0,42,0,0,0,0,0),(102125,26179,571,1,1,23800,1,3848.54,2898.08,91.1404,1.01229,300,0,0,6116,0,0,0,0,0),(102126,26179,571,1,1,23797,1,3794.47,2838.86,90.5973,2.58309,300,0,0,6116,0,0,0,0,0),(102127,24131,571,1,1,22134,1,2439.61,-5186.39,277.595,0.767945,300,0,0,9610,0,0,0,0,0),(102128,29507,571,1,1,26337,0,5904.79,771.715,649.083,4.59022,300,0,0,10635,0,0,0,0,0),(102129,26179,571,1,1,23799,1,3769.72,2935.34,90.4883,1.85005,300,0,0,6116,0,0,0,0,0),(102130,28995,571,1,1,25594,0,5796.52,690.499,647.163,4.08407,300,0,0,8508,7981,0,0,0,0),(102131,26179,571,1,1,23797,1,3855.15,2868.71,90.506,5.51524,300,0,0,6116,0,0,0,0,0),(102132,26179,571,1,1,23797,1,3776.75,2840.57,90.7777,3.12414,300,0,0,6116,0,0,0,0,0),(102133,26435,571,1,1,11686,0,3680.28,2875.03,91.3649,0.122173,300,0,0,42,0,0,0,0,0),(102134,26179,571,1,1,23799,1,3871.79,2897.72,90.2035,1.74533,300,0,0,6116,0,0,0,0,0),(102135,26435,571,1,1,11686,0,3696.63,2826.11,88.0005,5.13127,300,0,0,42,0,0,0,0,0),(102136,27203,571,1,1,24402,1,2699.9,-197.939,144.466,1.29654,300,0,0,9291,0,0,0,0,0),(102137,26179,571,1,1,23798,1,3711.63,2894.54,93.1766,3.7001,300,0,0,6116,0,0,0,0,0),(102138,26179,571,1,1,23797,1,3747.91,2881.22,92.8144,5.44543,300,0,0,6116,0,0,0,0,0),(102139,26179,571,1,1,23798,1,3788.93,2860.7,90.6981,1.0472,300,0,0,6116,0,0,0,0,0),(102140,26179,571,1,1,23800,1,3724.32,2830.6,90.2768,5.61996,300,0,0,6116,0,0,0,0,0),(102141,26179,571,1,1,23797,1,3757.53,2871.59,92.9361,0.959931,300,0,0,6116,0,0,0,0,0),(102142,26179,571,1,1,23799,1,3759.71,2874.33,92.9385,2.82743,300,0,0,6116,0,0,0,0,0),(102143,26179,571,1,1,23797,1,3719.84,2890.33,92.2591,3.71755,300,0,0,6116,0,0,0,0,0),(102144,26179,571,1,1,23797,1,3764.42,2932.16,90.5196,1.97222,300,0,0,6116,0,0,0,0,0),(102145,26179,571,1,1,23800,1,3758.84,2916.43,91.0085,3.66519,300,0,0,6116,0,0,0,0,0),(102146,26179,571,1,1,23797,1,3754.33,2914.66,90.7862,0.820305,300,0,0,6116,0,0,0,0,0),(102147,26179,571,1,1,23797,1,3750.47,2882.79,92.7894,5.35816,300,0,0,6116,0,0,0,0,0),(102148,26179,571,1,1,23800,1,3716.72,2858.31,90.4211,3.42085,300,0,0,6116,0,0,0,0,0),(102149,26179,571,1,1,23800,1,3714.52,2854.45,90.2627,1.44862,300,0,0,6116,0,0,0,0,0),(102150,26179,571,1,1,23798,1,3717.16,2891.13,92.7392,5.09636,300,0,0,6116,0,0,0,0,0),(102151,27203,571,1,1,24402,1,2822.49,-144.002,142.045,1.69297,300,0,0,9291,0,0,0,0,0),(102152,27203,571,1,1,24405,1,2860.35,-164.134,139.616,0.860051,300,5,0,9291,0,1,0,0,0),(102153,27203,571,1,1,24401,1,2955.85,-452.854,140.849,4.85202,300,0,0,9291,0,0,0,0,0),(102154,27203,571,1,1,24401,1,2742.22,-84.9073,117.092,0.884726,300,5,0,9291,0,1,0,0,0),(102155,27203,571,1,1,24402,1,2945.65,-256.839,133.466,3.03201,300,5,0,9291,0,1,0,0,0),(102156,27203,571,1,1,24402,1,2742.66,-134.223,140.347,1.74533,300,0,0,9291,0,0,0,0,0),(102157,27203,571,1,1,24402,1,2737.62,-108.108,114.848,2.28638,300,0,0,9291,0,0,0,0,0),(102158,27203,571,1,1,24405,1,2958.48,-502.302,116.257,0.147119,300,5,0,9291,0,1,0,0,0),(102159,27203,571,1,1,24401,1,2933.97,-456.075,125.4,2.68781,300,0,0,9291,0,0,0,0,0),(102160,27203,571,1,1,24404,1,2725.19,-394.369,133.403,1.52094,300,5,0,9291,0,1,0,0,0),(102161,27203,571,1,1,24402,1,2803.45,-358.029,130.706,2.50851,300,0,0,9291,0,0,0,0,0),(102162,27203,571,1,1,24401,1,2680.48,-120.131,118.299,3.12414,300,0,0,9291,0,0,0,0,0),(102163,27203,571,1,1,24405,1,2751.89,-473.461,123.165,0.264667,300,0,0,9291,0,0,0,0,0),(102164,27203,571,1,1,24401,1,2805.56,-345.074,130.663,3.12414,300,0,0,9291,0,0,0,0,0),(102165,27203,571,1,1,24401,1,2804.53,-333.359,131.423,3.47321,300,0,0,9291,0,0,0,0,0),(102166,27203,571,1,1,24401,1,2798.45,-322.386,130.549,3.82227,300,0,0,9291,0,0,0,0,0),(102167,27203,571,1,1,24401,1,2839.49,-459.271,135.362,1.86099,300,5,0,9291,0,1,0,0,0),(102168,27203,571,1,1,24402,1,2862.31,-324.067,114.118,1.5708,300,0,0,9291,0,0,0,0,0),(102169,27203,571,1,1,24401,1,2865.49,-268.453,114.118,4.69494,300,0,0,9291,0,0,0,0,0),(102170,27203,571,1,1,24402,1,2766.1,-354.749,136.912,0.296706,300,0,0,9291,0,0,0,0,0),(102171,27203,571,1,1,24404,1,2906.21,-324.529,114.118,1.55334,300,0,0,9291,0,0,0,0,0),(102172,27203,571,1,1,24401,1,2908.26,-270.476,114.118,4.69494,300,0,0,9291,0,0,0,0,0),(102173,27203,571,1,1,24401,1,2907.78,-292.472,138.116,1.54664,300,5,0,9291,0,1,0,0,0),(102174,27203,571,1,1,24402,1,2931.32,-383.025,114.014,5.79449,300,0,0,9291,0,0,0,0,0),(102175,27203,571,1,1,24404,1,2904.17,-276.699,122.94,4.72984,300,0,0,9291,0,0,0,0,0),(102176,27203,571,1,1,24401,1,2891.38,-272.796,107.332,4.7822,300,0,0,9291,0,0,0,0,0),(102177,27203,571,1,1,24405,1,2863.81,-284.465,138.115,1.54761,300,5,0,9291,0,1,0,0,0),(102178,27203,571,1,1,24401,1,2960.39,-382.456,125.992,5.91667,300,0,0,9291,0,0,0,0,0),(102179,27203,571,1,1,24402,1,2758.62,-257.903,134.593,1.83606,300,0,0,9291,0,2,0,0,0),(102180,27203,571,1,1,24401,1,2758.32,-256.841,134.813,5.28835,300,0,0,9291,0,0,0,0,0),(102181,27203,571,1,1,24405,1,2723.87,-264.588,141.265,3.30303,300,5,0,9291,0,1,0,0,0),(102182,27203,571,1,1,24405,1,2802.36,-476.929,119.7,0.785398,300,0,0,9291,0,0,0,0,0),(102183,27203,571,1,1,24404,1,2887.18,-497.298,117.845,1.61773,300,5,0,9291,0,1,0,0,0),(102184,27203,571,1,1,24402,1,2762.96,-333.652,136.882,0.244346,300,0,0,9291,0,0,0,0,0),(102185,27203,571,1,1,24404,1,2873.36,-411.433,114.176,0.872665,300,0,0,9291,0,0,0,0,0),(102186,27203,571,1,1,24405,1,3075.82,-459.996,124.289,4.76475,300,0,0,9291,0,0,0,0,0),(102187,27203,571,1,1,24401,1,2835.41,-377.627,112.962,5.18082,300,5,0,9291,0,1,0,0,0),(102188,27203,571,1,1,24404,1,2831.03,-344.382,113.768,4.85202,300,0,0,9291,0,0,0,0,0),(102189,27203,571,1,1,24405,1,3033.22,-474.521,123.93,5.5676,300,0,0,9291,0,0,0,0,0),(102190,27203,571,1,1,24404,1,3067.79,-472.393,124.712,5.20108,300,0,0,9291,0,0,0,0,0),(102191,27203,571,1,1,24402,1,3007.01,-410.551,126.247,5.63741,300,0,0,9291,0,0,0,0,0),(102192,27203,571,1,1,24401,1,2980.07,-453.96,125.153,0.05236,300,0,0,9291,0,0,0,0,0),(102193,27203,571,1,1,24401,1,2697.87,-354.457,141.3,2.86234,300,0,0,9291,0,0,0,0,0),(102194,27203,571,1,1,24404,1,2695.91,-356.464,141.3,2.19912,300,0,0,9291,0,0,0,0,0),(102195,27203,571,1,1,24402,1,2960.04,-434.836,125.075,1.0821,300,0,0,9291,0,0,0,0,0),(102196,27203,571,1,1,24405,1,2866.56,-458.244,118.278,5.81195,300,0,0,9291,0,0,0,0,0),(102197,27203,571,1,1,24401,1,2959.33,-395.539,125.095,2.61174,300,0,0,9291,0,2,0,0,0),(102198,27203,571,1,1,24402,1,2907.94,-419.512,114.817,3.14131,300,5,0,9291,0,1,0,0,0),(102199,27203,571,1,1,24401,1,2872.87,-441.858,118.279,4.8215,300,0,0,9291,0,0,0,0,0),(102200,27203,571,1,1,24405,1,2826.91,-464.402,119.337,4.74729,300,0,0,9291,0,0,0,0,0),(102201,27203,571,1,1,24402,1,2849.7,-474.648,119.71,2.44346,300,0,0,9291,0,0,0,0,0),(102202,27203,571,1,1,24404,1,2852.39,-244.873,135.897,2.51327,300,0,0,9291,0,0,0,0,0),(102203,27203,571,1,1,24401,1,2774.51,-141.162,139.676,2.60054,300,0,0,9291,0,0,0,0,0),(102204,27203,571,1,1,24405,1,2806.35,-166.206,137.944,5.45451,300,5,0,9291,0,1,0,0,0),(102205,27203,571,1,1,24402,1,2927.45,-325.751,113.322,1.57275,300,5,0,9291,0,1,0,0,0),(102206,27203,571,1,1,24401,1,2725.85,-156.087,138.07,1.95477,300,0,0,9291,0,0,0,0,0),(102207,27203,571,1,1,24404,1,2714.31,-198.32,144.457,5.05054,300,5,0,9291,0,1,0,0,0),(102208,27203,571,1,1,24404,1,2698.08,-203.005,144.548,1.64061,300,0,0,9291,0,0,0,0,0),(102209,27203,571,1,1,24404,1,2812.08,-265.906,133.797,4.24115,300,0,0,9291,0,0,0,0,0),(102210,27203,571,1,1,24402,1,2734.44,-182.234,138.861,1.23918,300,0,0,9291,0,0,0,0,0),(102211,27203,571,1,1,24401,1,2836.18,-378.976,112.941,2.42601,300,0,0,9291,0,0,0,0,0),(102212,27203,571,1,1,24402,1,2721.52,-196.76,138.861,0.129723,300,0,0,9291,0,0,0,0,0),(102213,27203,571,1,1,24401,1,2821.84,-398.218,118.2,2.32178,300,0,0,9291,0,2,0,0,0),(102214,27203,571,1,1,24402,1,2709.84,-252.111,142.85,3.71755,300,0,0,9291,0,0,0,0,0),(102215,27203,571,1,1,24402,1,2908.88,-468.011,124.746,0.523599,300,0,0,9291,0,0,0,0,0),(102216,27203,571,1,1,24405,1,2938.78,-479.569,140.729,4.225,300,5,0,9291,0,1,0,0,0),(102217,27203,571,1,1,24402,1,2925.01,-518.353,113.916,0.121447,300,5,0,9291,0,1,0,0,0),(102218,27459,571,1,1,328,0,4467.89,-4150.13,170.958,3.06475,60,0,0,1,0,0,0,0,0),(102219,24899,571,1,1,22721,0,-360.48,-3641,-13.7959,1.72921,300,0,0,9291,0,2,0,0,0),(102220,28739,571,1,1,19595,0,6164.84,-2149.95,240.345,3.7001,300,0,0,4979,0,0,0,0,0),(102221,28739,571,1,1,19595,0,6193.68,-2155.79,239.706,4.86947,300,0,0,4979,0,0,0,0,0),(102222,28739,571,1,1,19595,0,6230.51,-2162.48,240.345,5.49779,300,0,0,4979,0,0,0,0,0),(102223,28739,571,1,1,19595,0,6103.49,-1939.63,239.714,2.33874,300,0,0,4979,0,0,0,0,0),(102224,28739,571,1,1,19595,0,6088.47,-2078.73,239.668,6.12611,300,0,0,4979,0,0,0,0,0),(102228,28484,571,1,1,25465,1,5797.79,-3553.85,390.427,3.40339,300,0,0,9103,8313,0,0,0,0),(102229,25668,571,1,1,26702,0,3648.38,3179.96,53.387,1.30294,300,9,0,8982,0,1,0,0,0),(102230,25668,571,1,1,26702,0,3412.85,3343.78,30.4133,2.8985,300,9,0,8982,0,1,0,0,0),(102231,25668,571,1,1,26702,0,3357.63,3372.91,28.2346,5.79951,300,9,0,8982,0,1,0,0,0),(102232,25668,571,1,1,26702,0,3411.44,3382.67,24.4596,5.70363,300,9,0,8982,0,1,0,0,0),(102233,25668,571,1,1,26703,0,3401.54,3281.02,29.9991,1.45608,300,9,0,8982,0,1,0,0,0),(102234,29764,571,1,1,26518,0,5758.12,644.282,661.656,0,300,0,0,42,0,0,0,0,0),(102235,27204,571,1,1,24303,0,3267.48,-2203.57,117.112,0.977384,300,0,0,110010,0,0,0,0,0),(102236,25668,571,1,1,26702,0,3580.83,3391.39,35.7103,2.97773,300,9,0,8982,0,1,0,0,0),(102237,25668,571,1,1,26703,0,3584.42,3446.46,49.3545,5.09808,300,9,0,8982,0,1,0,0,0),(102238,25668,571,1,1,26702,0,3592.31,3174.61,34.7706,5.30897,300,9,0,8982,0,1,0,0,0),(102239,25668,571,1,1,26703,0,3413.26,3403.61,20.5204,1.09021,300,9,0,8982,0,1,0,0,0),(102240,25668,571,1,1,26702,0,3574.24,3316.81,27.4022,4.97607,300,9,0,8982,0,1,0,0,0),(102241,25668,571,1,1,26703,0,3550.94,3379,37.6634,0.437817,300,9,0,8982,0,1,0,0,0),(102242,25668,571,1,1,26703,0,3574.81,3324.02,28.0735,3.22303,300,9,0,8982,0,1,0,0,0),(102243,25668,571,1,1,26703,0,3593.13,3192.33,35.5206,2.98952,300,9,0,8982,0,1,0,0,0),(102244,28228,571,1,1,25222,0,4599.03,-1082.73,165.566,5.23599,300,0,0,33003,3643,0,0,0,0),(102245,25668,571,1,1,26702,0,3532.43,3374.36,37.8517,5.18695,300,9,0,8982,0,1,0,0,0),(102246,25668,571,1,1,26703,0,3574.35,3311.39,26.8665,2.05978,300,9,0,8982,0,1,0,0,0),(102247,25668,571,1,1,26702,0,3391.33,3446.82,17.0381,0.303526,300,9,0,8982,0,1,0,0,0),(102248,26180,571,1,1,23808,0,3711.87,2830.2,89.4762,3.75246,300,0,0,96100,0,0,0,0,0),(102249,25668,571,1,1,26703,0,3639.16,3337.72,25.676,3.46434,300,9,0,8982,0,1,0,0,0),(102250,25668,571,1,1,26703,0,3453.37,3320.43,28.1507,5.87267,300,9,0,8982,0,1,0,0,0),(102251,25668,571,1,1,26702,0,3544.4,3412.76,41.7234,3.81771,300,9,0,8982,0,1,0,0,0),(102252,25668,571,1,1,26702,0,3365.32,3512.21,14.6429,3.0359,300,9,0,8982,0,1,0,0,0),(102253,25668,571,1,1,26703,0,3455.77,3266.94,27.1831,0.620477,300,9,0,8982,0,1,0,0,0),(102254,25668,571,1,1,26702,0,3427.12,3340.64,29.8011,1.02368,300,9,0,8982,0,1,0,0,0),(102255,25668,571,1,1,26703,0,3453.52,3325.19,27.9133,0.573038,300,9,0,8982,0,1,0,0,0),(102256,29508,571,1,1,26336,0,5918.03,767.902,649.084,3.82227,300,0,0,10635,0,0,0,0,0),(102257,25668,571,1,1,26702,0,3465.77,3333.89,26.6556,0.987843,300,9,0,8982,0,1,0,0,0),(102258,25668,571,1,1,26703,0,3388.54,3444.01,16.8533,3.73779,300,9,0,8982,0,1,0,0,0),(102259,25668,571,1,1,26703,0,3527.24,3604.39,40.3908,3.29035,300,9,0,8982,0,1,0,0,0),(102260,25668,571,1,1,26702,0,3612.04,3246.97,38.3855,5.49226,300,9,0,8982,0,1,0,0,0),(102261,25668,571,1,1,26703,0,3546.69,3376.33,37.6293,5.1669,300,9,0,8982,0,1,0,0,0),(102262,25668,571,1,1,26702,0,3457.17,3264.48,26.914,0.917129,300,9,0,8982,0,1,0,0,0),(102263,25668,571,1,1,26703,0,3526.17,3604.68,40.5158,2.47648,300,9,0,8982,0,1,0,0,0),(102264,25668,571,1,1,26702,0,3452.18,3261.66,26.9322,1.45626,300,9,0,8982,0,1,0,0,0),(102265,25668,571,1,1,26703,0,3604.87,3255.21,33.4856,1.06725,300,9,0,8982,0,1,0,0,0),(102266,26948,571,1,1,23681,0,4554.25,-1408.33,159.29,6.25464,300,0,0,10282,0,2,0,0,0),(102267,25668,571,1,1,26702,0,3534.91,3382.53,39.1495,3.43471,300,9,0,8982,0,1,0,0,0),(102268,25668,571,1,1,26703,0,3561.94,3460.72,49.4315,4.60749,300,9,0,8982,0,1,0,0,0),(102269,25668,571,1,1,26702,0,3659.4,3357.18,33.676,1.59312,300,9,0,8982,0,1,0,0,0),(102270,25668,571,1,1,26703,0,3669.08,3303.07,48.4995,2.0727,300,9,0,8982,0,1,0,0,0),(102271,25668,571,1,1,26703,0,3556.04,3417.92,43.072,0.055827,300,9,0,8982,0,1,0,0,0),(102272,25668,571,1,1,26702,0,3584.52,3454.61,49.883,0.414999,300,9,0,8982,0,1,0,0,0),(102273,25668,571,1,1,26702,0,3594.09,3385.43,34.5285,2.09564,300,9,0,8982,0,1,0,0,0),(102274,25668,571,1,1,26703,0,3353.51,3317.62,28.588,3.56859,300,9,0,8982,0,1,0,0,0),(102275,25668,571,1,1,26702,0,3591.81,3193.23,35.1456,2.90385,300,9,0,8982,0,1,0,0,0),(102276,25668,571,1,1,26703,0,3601.98,3252.63,33.1724,4.27264,300,9,0,8982,0,1,0,0,0),(102277,23876,571,1,1,27907,0,2395.11,-4625.52,228.245,3.36848,300,0,0,7984,3080,0,0,0,0),(102278,25668,571,1,1,26703,0,3542.05,3414.96,42.2733,1.30497,300,9,0,8982,0,1,0,0,0),(102279,26436,571,1,1,23772,1,4168.71,-3955.5,169.295,5.28835,300,0,0,10635,3561,0,0,0,0),(102280,25668,571,1,1,26703,0,3550.12,3452.45,47.8214,2.76085,300,9,0,8982,0,1,0,0,0),(102281,25668,571,1,1,26702,0,3527.75,3607.41,40.629,5.94351,300,9,0,8982,0,1,0,0,0),(102282,26948,571,1,1,23681,0,4567.12,-1370.78,157.047,2.30682,300,0,0,10282,0,2,0,0,0),(102283,26948,571,1,1,23681,0,4582.66,-1348.6,156.833,4.37709,300,0,0,10282,0,2,0,0,0),(102284,26948,571,1,1,23681,0,4556.01,-1344.13,157.016,4.66469,300,0,0,10282,0,2,0,0,0),(102285,25668,571,1,1,26703,0,3526.58,3605.71,40.6408,3.86591,300,9,0,8982,0,1,0,0,0),(102286,23876,571,1,1,27907,0,2463.68,-4583.42,235.747,5.49779,300,0,0,7984,3080,0,0,0,0),(102287,23876,571,1,1,27907,0,2442.33,-4597.84,231.128,2.80998,300,0,0,7984,3080,0,0,0,0),(102288,23876,571,1,1,27907,0,2442.79,-4624.55,229.322,0.890118,300,0,0,7984,3080,0,0,0,0),(102289,26436,571,1,1,23772,1,4108.8,-3906.04,175.259,1.47826,300,0,0,10635,3561,0,0,0,0),(102290,25668,571,1,1,26702,0,3590.44,3245.36,30.5067,2.22328,300,9,0,8982,0,1,0,0,0),(102291,26436,571,1,1,23772,1,3636.14,-4596.76,191.943,5.70495,300,0,0,10635,3561,2,0,0,0),(102292,24644,571,1,1,22551,1,835.737,-5336.44,203.312,5.21853,300,0,0,8982,0,0,0,0,0),(102293,29252,571,1,1,3613,1,2476.89,-1953.83,10.9665,1.44862,300,0,0,20564,0,0,0,0,0),(102294,23876,571,1,1,27907,0,2339.78,-4608.08,221.413,5.21853,300,0,0,7984,3080,0,0,0,0),(102295,23876,571,1,1,27907,0,2368.82,-4589.18,224.485,4.90438,300,0,0,7984,3080,0,0,0,0),(102296,23876,571,1,1,27907,0,2399.97,-4597.26,226.776,1.74533,300,0,0,7984,3080,0,0,0,0),(102297,23876,571,1,1,27907,0,2367.32,-4558.99,217.917,3.19395,300,0,0,7984,3080,0,0,0,0),(102298,23876,571,1,1,27907,0,2403.97,-4570.8,221.383,0.925025,300,0,0,7984,3080,0,0,0,0),(102299,23876,571,1,1,27907,0,2429.7,-4570.34,227.567,3.87463,300,0,0,7984,3080,0,0,0,0),(102300,26436,571,1,1,23772,1,4179.56,-3929.7,173.751,0.855211,300,0,0,10635,3561,0,0,0,0),(102301,26436,571,1,1,23772,1,4200.97,-3942.86,173.293,3.82227,300,0,0,10635,3561,0,0,0,0),(102302,23876,571,1,1,27907,0,2343.63,-4677.34,228.651,3.78736,300,0,0,7984,3080,0,0,0,0),(102303,23876,571,1,1,27907,0,2338.67,-4652.57,225.621,4.24115,300,0,0,7984,3080,0,0,0,0),(102304,23876,571,1,1,27907,0,2363.33,-4628.9,226.9,5.61996,300,0,0,7984,3080,0,0,0,0),(102305,23876,571,1,1,27907,0,2366.17,-4652.41,231.318,3.68265,300,0,0,7984,3080,0,0,0,0),(102306,23876,571,1,1,27907,0,2396.34,-4652.83,228.231,0.10472,300,0,0,7984,3080,0,0,0,0),(102307,26436,571,1,1,23772,1,3887.66,-3747.99,174.976,3.08923,300,0,0,10635,3561,0,0,0,0),(102308,25668,571,1,1,26703,0,3460.33,3270.89,27.3827,3.16868,300,9,0,8982,0,1,0,0,0),(247148,36808,631,10,1,0,1,-598.693,2224.66,49.4765,3.40471,86400,0,0,1,0,0,0,0,0),(102310,26436,571,1,1,23772,1,3466.93,-4594.27,231.273,0.258392,300,0,0,10635,3561,2,0,0,0),(102311,27460,571,1,1,347,0,4464.36,-4147.85,170.418,3.06145,60,0,0,1,0,0,0,0,0),(102312,25668,571,1,1,26703,0,3470.78,3277.76,27.3342,1.03461,300,9,0,8982,0,1,0,0,0),(102313,32324,571,1,1,27928,1,5767.81,591.478,565.303,0.965954,300,0,0,7185,7196,0,0,0,0),(102314,25668,571,1,1,26703,0,3575.84,3317.15,27.2208,5.01993,300,9,0,8982,0,1,0,0,0),(102315,25668,571,1,1,26703,0,3595.13,3383.05,33.8384,5.01685,300,9,0,8982,0,1,0,0,0),(102316,25668,571,1,1,26702,0,3526.36,3611.24,41.1473,0.476914,300,9,0,8982,0,1,0,0,0),(202866,34856,649,15,1,0,0,618.668,178.736,421.606,3.735,120,0,0,1,0,0,0,0,0),(102318,25668,571,1,1,26703,0,3543.29,3406.65,40.697,3.88488,300,9,0,8982,0,1,0,0,0),(102319,25668,571,1,1,26703,0,3575.78,3446.86,49.258,0.072693,300,9,0,8982,0,1,0,0,0),(102320,25668,571,1,1,26703,0,3541.73,3380.41,38.4126,3.38207,300,9,0,8982,0,1,0,0,0),(102321,25668,571,1,1,26703,0,3605.91,3254.52,34.3606,5.597,300,9,0,8982,0,1,0,0,0),(102322,24901,571,1,1,22673,0,3152.99,-3216.78,196.422,1.61785,300,0,0,8982,0,0,0,0,0),(102323,31557,571,1,1,27616,0,5888.69,507.898,641.653,1.8675,300,0,0,10635,0,0,0,0,0),(102324,29765,571,1,1,26519,0,5758.48,644.662,661.656,0,300,0,0,42,0,0,0,0,0),(102325,28997,571,1,1,25881,0,5920.33,666.255,643.537,2.96706,300,0,0,10635,0,0,0,0,0),(102326,26437,571,1,1,23840,-1,3888.23,1581.04,90.9745,2.94961,300,0,0,9291,0,0,0,0,0),(102327,26437,571,1,1,23840,-1,3881.54,1573.2,90.7245,5.89921,300,0,0,9291,0,0,0,0,0),(102328,26437,571,1,1,23841,-1,3877.77,1588.82,90.9233,5.09636,300,0,0,9291,0,0,0,0,0),(102329,26437,571,1,1,23841,-1,3886.43,1576.37,90.9745,1.65806,300,0,0,9291,0,0,0,0,0),(102330,26437,571,1,1,23840,-1,3878.16,1586.04,90.9745,1.71042,300,0,0,9291,0,0,0,0,0),(102331,26437,571,1,1,23840,-1,3824.66,1627.74,89.9553,3.10669,300,0,0,9291,0,0,0,0,0),(102332,26437,571,1,1,23840,-1,3843.34,1627.01,89.9206,4.20624,300,0,0,9291,0,0,0,0,0),(102333,26437,571,1,1,23841,-1,3886.04,1600.57,90.9745,3.66519,300,0,0,9291,0,0,0,0,0),(102334,25669,571,1,1,11686,0,2782.83,6575.84,49.0644,5.09636,300,5,0,8982,0,1,0,0,0),(102335,24901,571,1,1,22673,0,2796.94,-3252,165.087,2.81382,300,5,0,8982,0,1,0,0,0),(102336,26181,571,1,1,23805,0,3752.59,2864.9,93.0518,3.17303,300,0,0,9940,0,2,0,0,0),(102337,26437,571,1,1,23841,-1,3819.73,1625.11,89.9008,3.75246,300,0,0,9291,0,0,0,0,0),(102338,26437,571,1,1,23841,-1,3846.92,1628.27,89.864,1.8326,300,0,0,9291,0,0,0,0,0),(102340,26437,571,1,1,23840,-1,3838.74,1629.14,89.935,4.64258,300,0,0,9291,0,0,0,0,0),(102341,26437,571,1,1,23841,-1,3891.05,1597.51,90.9745,1.85005,300,0,0,9291,0,0,0,0,0),(102346,24901,571,1,1,22673,0,3065.33,-3194.6,169.207,-3.06269,300,0,0,8982,0,0,0,0,0),(102354,29509,571,1,1,26335,0,5899.16,753.091,652.777,5.8294,300,0,0,10635,0,0,0,0,0),(102355,24901,571,1,1,22673,0,3068.76,-3153.34,142.348,3.36407,300,0,0,8982,0,0,0,0,0),(102356,24901,571,1,1,22673,0,2753.57,-3237.32,158.469,5.63499,300,0,0,8982,0,0,0,0,0),(102357,24901,571,1,1,22673,0,2723.3,-3202.17,148.909,0.066194,300,0,0,8982,0,0,0,0,0),(102358,24901,571,1,1,22673,0,2950.79,-3173.34,137.916,3.65789,300,5,0,8982,0,1,0,0,0),(102359,24901,571,1,1,22673,0,3001.08,-3187.05,159.228,2.24042,300,5,0,8982,0,1,0,0,0),(102360,24901,571,1,1,22673,0,2615.66,-3184.88,141.808,2.03692,300,5,0,8982,0,1,0,0,0),(102361,24901,571,1,1,22673,0,2852.99,-3201.74,144.444,-3.06808,300,0,0,8982,0,0,0,0,0),(102362,27461,571,1,1,654,0,4455.4,-4146.79,170.427,3.06279,60,0,0,8,0,2,0,0,0),(102363,26437,571,1,1,23841,-1,3902.08,1733.65,117.686,4.81711,300,0,0,9291,0,0,0,0,0),(102364,24901,571,1,1,22673,0,2795.14,-3246.02,160.712,-1.27881,300,0,0,8982,0,0,0,0,0),(102365,24901,571,1,1,22673,0,2710.59,-3250.92,163.754,2.81151,300,5,0,8982,0,1,0,0,0),(102366,29253,571,1,1,23076,1,2476.03,-1954,10.9665,1.29154,300,0,0,10282,0,0,0,0,0),(102367,24901,571,1,1,22673,0,2703.22,-3248.39,163.352,2.81151,300,5,0,8982,0,1,0,0,0),(102368,24901,571,1,1,22673,0,2646,-3209.91,153.154,3.45018,300,5,0,8982,0,1,0,0,0),(102369,24901,571,1,1,22673,0,3057.87,-3195.19,169.754,5.40863,300,5,0,8982,0,1,0,0,0),(102370,24901,571,1,1,22673,0,3151.13,-3177.64,172.667,5.25566,300,0,0,8982,0,0,0,0,0),(102371,24901,571,1,1,22673,0,2789.65,-3164.69,125.567,2.70639,300,5,0,8982,0,1,0,0,0),(102372,24901,571,1,1,22673,0,2730.71,-3201.67,147.885,5.15404,300,5,0,8982,0,1,0,0,0),(102373,24901,571,1,1,22673,0,2782.91,-3162,127.457,-0.379338,300,0,0,8982,0,0,0,0,0),(102374,24901,571,1,1,22673,0,2845.51,-3202.29,144.36,0.073509,300,5,0,8982,0,1,0,0,0),(102375,26950,571,1,1,24189,0,3875.25,-4501.31,214.425,3.61283,300,0,0,10282,0,0,0,0,0),(102376,29766,571,1,1,26521,0,5758.83,645.032,661.656,0,300,0,0,42,0,0,0,0,0),(102377,29254,571,1,1,26069,0,5764.05,715.249,641.84,5.61996,300,0,0,10080,8814,0,0,0,0),(102378,29254,571,1,1,26069,0,5734.72,728.952,641.898,2.46091,300,0,0,10080,8814,0,0,0,0),(102379,26182,571,1,1,23807,0,3700.8,2886.6,93.0682,3.49066,300,0,0,96100,0,0,0,0,0),(102380,25670,571,1,1,15880,0,4170.99,4669.19,17.4898,1.0821,300,0,0,42,0,0,0,0,0),(102381,25670,571,1,1,15880,0,4199.82,4713.17,17.1017,2.46091,300,0,0,42,0,0,0,0,0),(102382,25670,571,1,1,15880,0,4170.52,4708.2,16.7889,4.06662,300,0,0,42,0,0,0,0,0),(102386,24390,571,1,1,22392,1,2694.28,-4304.7,291.134,4.32842,300,0,0,9291,3231,0,0,0,0),(102387,29254,571,1,1,26069,0,5734.4,670.418,645.446,5.63741,300,0,0,10080,8814,0,0,0,0),(102388,29254,571,1,1,26069,0,5692.89,759.959,647.76,2.60054,300,0,0,10080,8814,0,0,0,0),(102389,29254,571,1,1,26068,0,5740.32,735.555,641.885,3.12414,300,0,0,10080,8814,0,0,0,0),(102390,24646,571,1,1,17188,0,977.169,-5014.54,34.8512,3.57792,300,5,0,92910,0,1,0,0,0),(102391,582,571,1,1,236,0,4588.77,-4211.71,178.649,4.72984,300,0,0,55,0,0,0,0,0),(102392,29254,571,1,1,26070,0,5754.67,752.56,654.089,3.03687,300,0,0,10080,8814,0,0,0,0),(102393,29254,571,1,1,26068,0,5651.17,778.046,653.781,1.02974,300,0,0,10080,8814,0,0,0,0),(102394,29254,571,1,1,26069,0,5701.05,769.959,647.788,2.68781,300,0,0,10080,8814,0,0,0,0),(102395,29254,571,1,1,26069,0,5721.08,713.41,654.625,1.8326,300,0,0,10080,8814,0,0,0,0),(102396,29254,571,1,1,26067,0,5679.28,725.858,642.159,2.82743,300,0,0,10080,8814,0,0,0,0),(102397,29254,571,1,1,26067,0,5739.87,677.086,645.238,5.51524,300,0,0,10080,8814,0,0,0,0),(102398,29254,571,1,1,26068,0,5759.67,710.017,641.839,5.84685,300,0,0,10080,8814,0,0,0,0),(102399,28742,571,1,1,25655,1,5707.31,612.214,646.791,1.69297,300,0,0,10635,0,0,0,0,0),(102400,29510,571,1,1,26377,0,5873.94,765.684,648.433,5.74213,300,0,0,10635,0,0,0,0,0),(102417,29255,571,1,1,26074,0,5859.59,601.992,651.059,2.54818,300,0,0,10080,8814,0,0,0,0),(102418,29255,571,1,1,26071,0,5922,522.295,650.067,2.25148,300,0,0,10080,8814,0,0,0,0),(102419,29255,571,1,1,26073,0,5926.31,526.199,650.211,2.16421,300,0,0,10080,8814,0,0,0,0),(102420,29255,571,1,1,26072,0,5888.6,530.466,641.664,2.1293,300,0,0,10080,8814,0,0,0,0),(102421,24647,571,1,1,17188,0,916.155,-4977.83,30.505,1.309,300,5,0,92910,0,1,0,0,0),(102422,25671,571,1,1,11686,0,2874.67,6468.32,79.2159,3.35103,300,5,0,8982,0,1,0,0,0),(102423,29511,571,1,1,26378,0,5886.84,748.667,640.481,3.35103,300,0,0,10635,0,0,0,0,0),(102424,24135,571,1,1,22121,1,2686.72,-4309.49,290.529,4.31096,300,0,0,9291,0,0,0,0,0),(102425,29255,571,1,1,26071,0,5939.83,579.893,660.574,3.68265,300,0,0,10080,8814,0,0,0,0),(102426,29255,571,1,1,26073,0,5952.8,557.663,660.57,2.67035,300,0,0,10080,8814,0,0,0,0),(102427,29255,571,1,1,26072,0,5851.48,591.969,651.059,2.32129,300,0,0,10080,8814,0,0,0,0),(102428,29255,571,1,1,26073,0,5902.08,575.316,640.337,5.09636,300,0,0,10080,8814,0,0,0,0),(102429,29255,571,1,1,26071,0,5958.8,541.595,660.573,0.383972,300,0,0,10080,8814,0,0,0,0),(102430,29255,571,1,1,26073,0,5878.76,528.449,641.729,1.85005,300,0,0,10080,8814,0,0,0,0),(102431,29255,571,1,1,26073,0,5947.82,560.261,660.577,5.79449,300,0,0,10080,8814,0,0,0,0),(102432,29255,571,1,1,26071,0,5990.72,549.154,660.573,3.36848,300,0,0,10080,8814,0,0,0,0),(102433,29255,571,1,1,26071,0,5909.12,563.692,660.573,0.523599,300,0,0,10080,8814,0,0,0,0),(102434,29255,571,1,1,26074,0,5914.76,550.132,640.437,1.74533,300,0,0,10080,8814,0,0,0,0),(102435,26951,571,1,1,24198,0,1966.66,-6159.23,25.2098,1.18682,300,0,0,7181,0,0,0,0,0),(102436,27207,571,1,1,24410,1,2812.86,-220.811,138.783,2.7755,300,5,0,9291,0,1,0,0,0),(102437,25415,571,1,1,5187,0,4521.3,6013.1,76.0633,0.065442,300,5,0,8982,0,1,0,0,0),(102438,25415,571,1,1,5490,0,4532.6,6132.28,77.6959,5.36468,300,5,0,8982,0,1,0,0,0),(102439,25415,571,1,1,5490,0,4474.9,6059.52,72.9671,0.025383,300,5,0,8982,0,1,0,0,0),(102440,25415,571,1,1,5490,0,4519.04,6094.4,79.5065,5.55378,300,5,0,8982,0,1,0,0,0),(102441,25415,571,1,1,5490,0,4483.39,5916.8,61.7729,2.62508,300,5,0,8982,0,1,0,0,0),(102442,25415,571,1,1,5490,0,4454.26,6010.03,56.1368,4.55543,300,5,0,8982,0,1,0,0,0),(102443,27207,571,1,1,24411,1,2788.9,-227.022,138.861,1.22173,300,0,0,9291,0,0,0,0,0),(102444,27207,571,1,1,24410,1,2941.79,-349.734,114.657,6.03714,300,5,0,9291,0,1,0,0,0),(102445,27207,571,1,1,24411,1,2931.17,-325.159,113.01,2.96706,300,0,0,9291,0,0,0,0,0),(102446,27207,571,1,1,24411,1,2775.87,-207.358,140.689,1.11701,300,0,0,9291,0,0,0,0,0),(102447,27207,571,1,1,24410,1,2804.62,-208.371,139.244,0.645772,300,0,0,9291,0,0,0,0,0),(102448,27207,571,1,1,24410,1,2795.51,-193.576,139.244,0.715585,300,0,0,9291,0,0,0,0,0),(102449,27207,571,1,1,24410,1,2793.45,-213.661,139.244,1.46608,300,0,0,9291,0,0,0,0,0),(102450,27207,571,1,1,24410,1,2774.12,-186.227,139.144,3.92699,300,0,0,9291,0,0,0,0,0),(102451,27719,571,1,1,25128,0,3281.23,-2288.77,108.508,1.27409,300,0,0,10282,0,0,0,0,0),(102452,25415,571,1,1,5187,0,4585.86,6143.73,84.8484,4.45508,300,5,0,8982,0,1,0,0,0),(102453,27463,571,1,1,24643,1,4230.5,-2982.41,283.434,0.38631,300,0,0,9940,0,0,0,0,0),(102454,27463,571,1,1,24643,1,4110.93,-2883.57,280.429,5.37592,300,0,0,9940,0,0,0,0,0),(102455,27463,571,1,1,24642,1,4123.8,-2835.11,284.196,0.610865,300,0,0,9940,0,0,0,0,0),(102456,27463,571,1,1,24642,1,4000.98,-2847.93,273.325,6.03884,300,0,0,9940,0,0,0,0,0),(102457,27463,571,1,1,24642,1,4143.42,-2917.42,281.084,6.06261,300,0,0,9940,0,0,0,0,0),(102458,27463,571,1,1,24644,1,4180.64,-2934.61,283.051,-3.07719,300,0,0,9940,0,0,0,0,0),(102459,27463,571,1,1,24643,1,4073.33,-2906.89,278.332,6.10865,300,0,0,9940,0,0,0,0,0),(102460,27463,571,1,1,24644,1,4085.95,-2846.31,286.589,2.94961,300,0,0,9940,0,0,0,0,0),(102461,27463,571,1,1,24645,1,4071.18,-2886.01,281.6,5.8294,300,0,0,9940,0,0,0,0,0),(102462,27463,571,1,1,24642,1,4074.38,-2940.38,276.122,-0.252544,300,0,0,9940,0,0,0,0,0),(102463,27463,571,1,1,24645,1,4193.1,-2929.64,282.834,5.6622,300,0,0,9940,0,0,0,0,0),(102464,27463,571,1,1,24642,1,4167.19,-2968.62,283.27,-1.79852,300,0,0,9940,0,0,0,0,0),(102466,27463,571,1,1,24645,1,4142.65,-2919.83,281.385,-1.21211,300,0,0,9940,0,0,0,0,0),(102467,27463,571,1,1,24643,1,4057.32,-2822.2,288.962,3.4383,300,0,0,9940,0,0,0,0,0),(102469,27463,571,1,1,24644,1,4183.3,-2934.44,283.114,5.63741,300,0,0,9940,0,0,0,0,0),(102471,25415,571,1,1,5187,0,4523,5952.77,63.6287,0.663612,300,5,0,8982,0,1,0,0,0),(102472,25415,571,1,1,5490,0,4484.06,5988.08,61.3047,1.35234,300,5,0,8982,0,1,0,0,0),(102473,25415,571,1,1,5187,0,4498.33,6123.66,79.463,1.67265,300,5,0,8982,0,1,0,0,0),(102474,25415,571,1,1,5187,0,4496.11,6109.2,79.6827,2.58962,300,5,0,8982,0,1,0,0,0),(102475,25415,571,1,1,5490,0,4547.11,6057.48,77.9878,0.960552,300,5,0,8982,0,1,0,0,0),(102476,25415,571,1,1,5490,0,4544.82,6106.11,80.7561,5.57453,300,5,0,8982,0,1,0,0,0),(102477,25415,571,1,1,5490,0,4594.76,6025.87,79.992,5.83412,300,5,0,8982,0,1,0,0,0),(102478,25415,571,1,1,5187,0,4614.86,5913.45,53.5039,2.29817,300,5,0,8982,0,1,0,0,0),(102479,25415,571,1,1,5187,0,4554.44,6143.83,81.153,2.67571,300,5,0,8982,0,1,0,0,0),(102480,25415,571,1,1,5490,0,4611.57,6048.42,79.9144,3.22571,300,5,0,8982,0,1,0,0,0),(102481,25415,571,1,1,5490,0,4587.19,6076.33,81.0662,1.15346,300,5,0,8982,0,1,0,0,0),(102482,25415,571,1,1,5490,0,4580.38,5951.37,63.8868,0.131261,300,5,0,8982,0,1,0,0,0),(102483,25415,571,1,1,5187,0,4615.69,5992.75,65.772,3.95185,300,5,0,8982,0,1,0,0,0),(102484,25415,571,1,1,5490,0,4647.69,5949.15,48.8253,4.20112,300,5,0,8982,0,1,0,0,0),(102485,25415,571,1,1,5187,0,4542.43,5985.95,72.3917,1.11638,300,5,0,8982,0,1,0,0,0),(102487,27464,571,1,1,24651,0,4370.96,-2887.4,307.35,1.76278,300,0,0,9940,0,0,0,0,0),(102488,26184,571,1,1,23800,1,3775.25,2969.9,92.8958,4.43314,300,0,0,6116,0,0,0,0,0),(102489,26440,571,1,1,23843,1,2771.87,931.723,22.622,0.506145,300,0,0,9610,3309,0,0,0,0),(102490,25672,571,1,1,11686,0,3079.35,6298.69,94.7117,0.034907,300,5,0,8982,0,1,0,0,0),(102491,32328,571,1,1,27766,0,5785.77,608.167,565.386,4.08407,300,0,0,7185,7196,0,0,0,0),(102492,26184,571,1,1,23801,1,3717.78,2899.46,93.1755,5.65487,300,0,0,6116,0,0,0,0,0),(102493,26184,571,1,1,23801,1,3773.09,2839.52,90.9397,0.855211,300,0,0,6116,0,0,0,0,0),(102494,26184,571,1,1,23800,1,3842.76,2901.2,91.3874,0.890118,300,0,0,6116,0,0,0,0,0),(102495,26184,571,1,1,23801,1,3723.13,2901.92,93.1074,4.99164,300,0,0,6116,0,0,0,0,0),(102496,26184,571,1,1,23801,1,3788,2933.2,90.6101,3.71755,300,0,0,6116,0,0,0,0,0),(102497,26184,571,1,1,23801,1,3748.14,2957.96,93.2033,4.90438,300,0,0,6116,0,0,0,0,0),(102498,26184,571,1,1,23798,1,3857.57,2865.21,90.6412,2.37365,300,0,0,6116,0,0,0,0,0),(102499,26952,571,1,1,24199,0,1948.67,-6191.36,24.0498,1.97222,300,0,0,7181,0,0,0,0,0),(102500,29512,571,1,1,26376,0,5876.38,749.791,640.371,3.28122,300,0,0,11001,0,0,0,0,0),(102501,26184,571,1,1,23799,1,3789.62,2833.31,90.6069,0.558505,300,0,0,6116,0,0,0,0,0),(102502,27720,571,1,1,4359,0,3271.18,-2283.29,108.506,0.837758,300,0,0,10282,0,0,0,0,0),(102503,26184,571,1,1,23801,1,3773.86,2842.7,91.0141,4.86947,300,0,0,6116,0,0,0,0,0),(102504,26184,571,1,1,23798,1,3765.96,2869.26,92.8146,0.715585,300,0,0,6116,0,0,0,0,0),(102505,26184,571,1,1,23798,1,3745.02,2837.67,90.7489,4.27606,300,0,0,6116,0,0,0,0,0),(102506,26184,571,1,1,23800,1,3732.01,2821.93,90.4534,0.802851,300,0,0,6116,0,0,0,0,0),(102507,26184,571,1,1,23799,1,3708.86,2864.85,90.929,1.06465,300,0,0,6116,0,0,0,0,0),(102508,26184,571,1,1,23800,1,3742.93,2834.23,90.9088,1.37881,300,0,0,6116,0,0,0,0,0),(102509,26184,571,1,1,23798,1,3754.68,2869.39,92.9411,1.78024,300,0,0,6116,0,0,0,0,0),(102510,26184,571,1,1,23800,1,3746.03,2878.84,92.8152,5.8294,300,0,0,6116,0,0,0,0,0),(102511,26184,571,1,1,23801,1,3746.75,2922.62,90.577,1.79769,300,0,0,6116,0,0,0,0,0),(102512,26184,571,1,1,23799,1,3758.22,2880.38,92.8631,3.83972,300,0,0,6116,0,0,0,0,0),(102513,26184,571,1,1,23801,1,3717.19,2888.38,92.3941,1.43117,300,0,0,6116,0,0,0,0,0),(102514,26184,571,1,1,23798,1,3713.48,2857.7,90.4239,5.72468,300,0,0,6116,0,0,0,0,0),(102515,26697,571,1,1,24000,0,3468.83,4154.3,17.2764,3.15905,300,0,0,8982,0,0,0,0,0),(102516,32329,571,1,1,27908,0,5853.55,667.389,610.666,3.00197,300,0,0,10635,0,0,0,0,0),(102517,26441,571,1,1,23844,1,2779.24,935.67,22.622,3.63029,300,0,0,9610,0,0,0,0,0),(102518,30281,571,1,1,22474,0,5030.95,-524.553,226.498,0.05236,300,0,0,37800,0,0,0,0,0),(102519,28233,571,1,1,16053,0,6553.6,-4750.41,450.803,2.90915,300,5,0,10635,0,1,0,0,0),(102520,28233,571,1,1,16053,0,6539.28,-4683.35,450.644,3.35106,300,5,0,10635,0,1,0,0,0),(102521,28233,571,1,1,16053,0,6289.84,-2456.54,294.708,6.10199,300,5,0,10635,0,1,0,0,0),(102522,28233,571,1,1,16053,0,6498.48,-2936.28,298.041,4.80137,300,5,0,10635,0,1,0,0,0),(102523,26953,571,1,1,24200,0,1927.98,-6150.21,23.0406,5.07891,300,0,0,7181,0,0,0,0,0),(102524,30281,571,1,1,22474,0,5029.87,-519.785,226.655,0.506145,300,0,0,37800,0,0,0,0,0),(102525,28233,571,1,1,16053,0,6345.04,-4381.98,450.773,4.74137,300,5,0,10635,0,1,0,0,0),(102526,28233,571,1,1,16053,0,6514.73,-4625.73,450.589,5.11105,300,5,0,10635,0,1,0,0,0),(102527,28233,571,1,1,16053,0,6266.37,-4456.13,450.885,2.79883,300,5,0,10635,0,1,0,0,0),(102528,28233,571,1,1,16053,0,7059,-4220.42,450.495,4.16176,300,5,0,10635,0,1,0,0,0),(102529,28233,571,1,1,16053,0,6853.48,-4858.69,450.825,1.94783,300,5,0,10635,0,1,0,0,0),(102530,29513,571,1,1,26375,1,5927.85,723.428,642.218,0.663225,300,0,0,10635,0,0,0,0,0),(102531,28233,571,1,1,16053,0,7127.51,-4450.65,451.248,0.101709,300,5,0,10635,0,1,0,0,0),(102532,28233,571,1,1,16053,0,6593.19,-4630.11,450.871,2.09659,300,5,0,10635,0,1,0,0,0),(102533,28233,571,1,1,16053,0,6744.34,-4894.05,452.884,2.1007,300,5,0,10635,0,1,0,0,0),(102534,28233,571,1,1,16053,0,6680.09,-4874.36,457.226,0.303526,300,5,0,10635,0,1,0,0,0),(102535,28233,571,1,1,16053,0,6659.82,-4729.5,450.621,3.40407,300,5,0,10635,0,1,0,0,0),(102536,28233,571,1,1,16053,0,6181.1,-4531.35,456.41,3.61787,300,5,0,10635,0,1,0,0,0),(102537,28233,571,1,1,16053,0,6013.01,-2736.06,297.058,1.67552,300,5,0,10635,0,1,0,0,0),(102538,28233,571,1,1,16053,0,6997.14,-4233.8,451.043,0.384528,300,5,0,10635,0,1,0,0,0),(102539,28233,571,1,1,16053,0,6808.95,-4121.69,466.721,5.40747,300,5,0,10635,0,1,0,0,0),(102540,28233,571,1,1,16053,0,6692.98,-4202.52,458.018,4.75337,300,5,0,10635,0,1,0,0,0),(102541,28233,571,1,1,16053,0,7027.49,-4314.6,449.418,6.14405,300,5,0,10635,0,1,0,0,0),(102542,28233,571,1,1,16053,0,6186.36,-2291.11,289.245,2.45576,300,5,0,10635,0,1,0,0,0),(102543,28233,571,1,1,16053,0,6815.07,-4225.17,453.503,0.523291,300,5,0,10635,0,1,0,0,0),(102544,27209,571,1,1,24412,1,2882.65,-287.679,106.963,4.66003,300,0,0,9610,0,0,0,0,0),(102545,28233,571,1,1,16053,0,6940.65,-4132.54,457.75,3.17869,300,5,0,10635,0,1,0,0,0),(102546,26185,571,1,1,5231,1,3300.36,3682.94,32.5513,0.645772,300,0,0,9610,0,0,0,0,0),(102547,28233,571,1,1,16053,0,6142.04,-2793.83,295.445,6.06412,300,5,0,10635,0,1,0,0,0),(102548,28233,571,1,1,16053,0,6883.37,-4219.04,451.704,1.46317,300,5,0,10635,0,1,0,0,0),(102549,28233,571,1,1,16053,0,6015.04,-2862.75,293.562,4.45179,300,5,0,10635,0,1,0,0,0),(102550,28233,571,1,1,16053,0,6351.61,-2910.09,301.106,2.43085,300,5,0,10635,0,1,0,0,0),(102551,28233,571,1,1,16053,0,6278.46,-2938.55,312.205,1.48182,300,5,0,10635,0,1,0,0,0),(102552,28233,571,1,1,16053,0,6480.73,-2779.29,298.565,0,300,5,0,10635,0,1,0,0,0),(102553,28233,571,1,1,16053,0,6526.44,-2650.55,322.044,0.170768,300,5,0,10635,0,1,0,0,0),(102554,28233,571,1,1,16053,0,6520.66,-2717.12,316.833,6.27147,300,5,0,10635,0,1,0,0,0),(102555,28233,571,1,1,16053,0,6249.59,-2854.06,291.72,4.81012,300,5,0,10635,0,1,0,0,0),(102556,28233,571,1,1,16053,0,6028.63,-2804.04,289.565,4.49381,300,5,0,10635,0,1,0,0,0),(102557,28233,571,1,1,16053,0,6092.89,-2905.81,299.233,1.20951,300,5,0,10635,0,1,0,0,0),(102558,28233,571,1,1,16053,0,6036.75,-2931.12,301.124,0.700365,300,5,0,10635,0,1,0,0,0),(102559,28233,571,1,1,16053,0,6114.68,-2912.61,298.023,2.73533,300,5,0,10635,0,1,0,0,0),(102560,28233,571,1,1,16053,0,6205.53,-2922.48,294.492,3.24524,300,5,0,10635,0,1,0,0,0),(102561,28233,571,1,1,16053,0,6422.6,-2912.29,298.881,3.05431,300,5,0,10635,0,1,0,0,0),(102562,28233,571,1,1,16053,0,6469.58,-2854.71,293.103,4.26139,300,5,0,10635,0,1,0,0,0),(102563,28233,571,1,1,16053,0,6416.58,-2819.2,289.663,1.53738,300,5,0,10635,0,1,0,0,0),(102564,28233,571,1,1,16053,0,6365.84,-2837.18,290.67,0.315881,300,5,0,10635,0,1,0,0,0),(102565,28233,571,1,1,16053,0,6418.34,-2789.42,291.247,1.44154,300,5,0,10635,0,1,0,0,0),(102566,28233,571,1,1,16053,0,6352.07,-2783.54,297.069,2.80934,300,5,0,10635,0,1,0,0,0),(102567,28233,571,1,1,16053,0,6298.49,-2794.03,293.251,0.144137,300,5,0,10635,0,1,0,0,0),(102568,28233,571,1,1,16053,0,6222.41,-2860.35,292.028,2.30022,300,5,0,10635,0,1,0,0,0),(102569,28233,571,1,1,16053,0,6149.22,-2857.33,293.667,4.78175,300,5,0,10635,0,1,0,0,0),(102570,28233,571,1,1,16053,0,6097.67,-2790.11,294.185,4.31971,300,5,0,10635,0,1,0,0,0),(102571,28233,571,1,1,16053,0,6765.42,-4786.95,450.893,1.24826,300,5,0,10635,0,1,0,0,0),(102572,28233,571,1,1,16053,0,5774.54,-2390,291.2,-0.966761,300,0,0,10635,0,0,0,0,0),(102573,28233,571,1,1,16053,0,5999.04,-2323.57,291.973,4.88918,300,0,0,10635,0,0,0,0,0),(102574,28233,571,1,1,16053,0,6111.28,-2321.96,289.801,-0.440683,300,0,0,10635,0,0,0,0,0),(102575,28233,571,1,1,16053,0,5780.32,-2487.01,293.792,1.74493,300,0,0,10635,0,0,0,0,0),(102576,28233,571,1,1,16053,0,5995.95,-2508.97,291.563,4.52857,300,5,0,10635,0,1,0,0,0),(102577,28233,571,1,1,16053,0,5871.2,-2501,294.785,0.828529,300,0,0,10635,0,0,0,0,0),(102578,28233,571,1,1,16053,0,5851.85,-2466.29,298.098,3.9891,300,0,0,10635,0,0,0,0,0),(102579,28233,571,1,1,16053,0,5855.44,-2406.11,292.967,3.0622,300,0,0,10635,0,0,0,0,0),(102580,28233,571,1,1,16053,0,5925.1,-2517.69,292.859,4.20943,300,0,0,10635,0,0,0,0,0),(102581,28233,571,1,1,16053,0,5790.29,-2511.49,292.96,0.051465,300,0,0,10635,0,0,0,0,0),(102582,28233,571,1,1,16053,0,5986.19,-2394.59,291.642,-2.43799,300,0,0,10635,0,0,0,0,0),(102583,28233,571,1,1,16053,0,6042.82,-2386.55,292.734,1.66958,300,0,0,10635,0,0,0,0,0),(102584,28233,571,1,1,16053,0,5929.23,-2461.87,291.333,-0.536542,300,0,0,10635,0,0,0,0,0),(102585,28233,571,1,1,16053,0,6120.87,-2381.5,295.007,5.81043,300,5,0,10635,0,1,0,0,0),(102586,28233,571,1,1,16053,0,5962.84,-2295.02,291.179,4.92456,300,5,0,10635,0,1,0,0,0),(102587,28233,571,1,1,16053,0,5842.15,-2465.33,297.399,4.37489,300,0,0,10635,0,0,0,0,0),(102588,28233,571,1,1,16053,0,5982.1,-2441.2,292.234,2.93098,300,5,0,10635,0,1,0,0,0),(102589,28233,571,1,1,16053,0,6074.35,-2315.08,289.79,0.520032,300,5,0,10635,0,1,0,0,0),(102590,28233,571,1,1,16053,0,5986.99,-2385.21,293.004,3.08937,300,5,0,10635,0,1,0,0,0),(102591,28233,571,1,1,16053,0,5858.66,-2459.72,298.466,1.22886,300,0,0,10635,0,0,0,0,0),(102592,28233,571,1,1,16053,0,5860,-2471.3,299.68,4.61462,300,5,0,10635,0,1,0,0,0),(102593,28233,571,1,1,16053,0,5966.3,-2307.14,292.203,0.448603,300,5,0,10635,0,1,0,0,0),(102594,28745,571,1,1,25553,0,6193.53,-2156.53,240.02,4.508,300,0,0,10282,0,0,0,0,0),(102596,28745,571,1,1,25553,0,6192.99,-2157.98,240.387,4.4076,300,0,0,10282,0,0,0,0,0),(102597,28745,571,1,1,25553,0,6230.51,-2162.48,236.292,3.8779,300,0,0,10282,0,0,0,0,0),(102599,28745,571,1,1,25553,0,6231.98,-2160.44,236.292,0.949701,300,0,0,10282,0,0,0,0,0),(102600,25417,571,1,1,5488,0,4349.01,5913.17,59.8202,-0.443351,300,0,0,7984,0,0,0,0,0),(102601,25417,571,1,1,1070,0,4391.75,5882.34,55.6874,2.84747,300,5,0,7984,0,1,0,0,0),(102602,28746,571,1,1,25671,0,5500.68,4753.16,-194.396,3.89208,300,0,0,8982,0,0,0,0,0),(102603,32330,571,1,1,27909,0,5807.72,679.588,610.666,6.00393,300,0,0,10635,0,0,0,0,0),(102604,26186,571,1,1,23031,1,3114.17,3834.13,22.8447,5.75959,300,0,0,28830,0,0,0,0,0),(102605,26954,571,1,1,24201,0,1975.58,-6155.45,25.2098,2.61799,300,0,0,7181,0,0,0,0,0),(102606,29514,571,1,1,26374,0,5929.62,724.728,642.212,3.735,300,0,0,10635,0,0,0,0,0),(102607,23882,571,1,1,28345,0,997.458,-3820.2,170.716,5.99589,300,5,0,2395,0,1,0,0,0),(102608,25418,571,1,1,14514,0,4395.05,5925.99,55.8366,4.43314,300,0,0,9291,0,0,0,0,0),(102609,26187,571,1,1,23031,1,3113.86,3843.32,22.7575,5.74213,300,0,0,28830,0,0,0,0,0),(102610,26443,571,1,1,23845,1,3549.37,379.35,52.3397,1.91986,300,0,0,126000,39940,0,0,0,0),(102611,23883,571,1,1,21993,1,1557.46,-5682.55,249.289,1.90241,300,0,0,6986,0,0,0,0,0),(102612,23883,571,1,1,21993,1,2002.14,-6032.62,8.80714,0.733038,300,0,0,6986,0,0,0,0,0),(102613,24139,571,1,1,22133,1,2438.72,-5182.42,277.36,6.24828,300,0,0,9291,3231,0,0,0,0),(102614,23883,571,1,1,21995,1,1533.91,-5688.55,249.461,1.71042,300,0,0,6986,0,0,0,0,0),(102615,23883,571,1,1,21994,1,1559.74,-5682.61,249.289,1.74533,300,0,0,6986,0,0,0,0,0),(102616,23883,571,1,1,21995,1,1570.43,-5686.47,249.364,1.58825,300,0,0,6986,0,0,0,0,0),(102617,23883,571,1,1,21995,1,1545.87,-5690.24,249.195,1.93731,300,0,0,6986,0,0,0,0,0),(102618,23883,571,1,1,21994,1,1997.71,-6024.19,9.76395,0.575959,300,0,0,6986,0,0,0,0,0),(102619,32843,571,1,1,28317,1,5772.07,744.661,641.565,2.062,300,0,0,10635,0,0,0,0,0),(102620,23883,571,1,1,21993,1,1993.8,-6016.08,9.57791,0.541052,300,0,0,6986,0,0,0,0,0),(102621,26955,571,1,1,24202,0,1904.8,-6137.54,18.1402,5.65487,300,0,0,7181,0,0,0,0,0),(102622,25675,571,1,1,22044,0,2088.13,6438.47,20.3407,1.96492,300,5,0,6986,0,1,0,0,0),(102623,23883,571,1,1,21996,1,1523.47,-5680.69,249.9,1.69297,300,0,0,6986,0,0,0,0,0),(102624,23883,571,1,1,21993,1,1520.84,-5680.45,250.032,1.76278,300,0,0,6986,0,0,0,0,0),(102625,25675,571,1,1,22044,0,2272.34,6227.53,53.5505,1.70041,300,5,0,6986,0,1,0,0,0),(102626,25419,571,1,1,5561,0,4412.49,5909.43,56.0777,1.18241,300,5,0,7984,0,1,0,0,0),(102627,27211,571,1,1,10344,1,2879.77,-387.146,112.462,4.52763,300,0,0,9610,0,0,0,0,0),(102628,25675,571,1,1,22044,0,2048.54,6369.41,44.5349,2.53153,300,5,0,6986,0,1,0,0,0),(102629,25675,571,1,1,22044,0,2086.05,6364.09,51.2206,3.51142,300,5,0,6986,0,1,0,0,0),(102630,25675,571,1,1,22044,0,2090.2,6408.7,38.8244,2.80842,300,5,0,6986,0,1,0,0,0),(102631,25675,571,1,1,22044,0,2127.66,6380.93,46.8536,3.22927,300,5,0,6986,0,1,0,0,0),(102632,25675,571,1,1,22044,0,2154.98,6353.58,52.0665,1.91251,300,5,0,6986,0,1,0,0,0),(102633,25675,571,1,1,22044,0,2183.36,6386.77,47.1986,4.41503,300,5,0,6986,0,1,0,0,0),(102634,25675,571,1,1,22044,0,2063.63,6288.89,58.8048,0.129323,300,5,0,6986,0,1,0,0,0),(102635,23883,571,1,1,21995,1,1607.16,-6146.53,9.6016,3.83972,300,0,0,6986,0,0,0,0,0),(102636,23883,571,1,1,21994,1,1604.37,-6143.44,9.65516,3.83972,300,0,0,6986,0,0,0,0,0),(102637,23883,571,1,1,21996,1,1603.17,-6141.86,9.66347,3.83972,300,0,0,6986,0,0,0,0,0),(102638,23883,571,1,1,21995,1,1601.96,-6140.12,9.593,3.83972,300,0,0,6986,0,0,0,0,0),(102639,23883,571,1,1,21995,1,1600.32,-6138.3,9.47102,3.83972,300,0,0,6986,0,0,0,0,0),(102640,23883,571,1,1,21993,1,1611.07,-6150.65,9.47284,3.83972,300,0,0,6986,0,0,0,0,0),(102641,23883,571,1,1,21994,1,1609,-6148.52,9.52678,3.83972,300,0,0,6986,0,0,0,0,0),(102642,23883,571,1,1,21996,1,1605.67,-6144.9,9.64759,3.83972,300,0,0,6986,0,0,0,0,0),(102643,23883,571,1,1,21996,1,1614.63,-6154.53,9.41218,3.83972,300,0,0,6986,0,0,0,0,0),(102644,23883,571,1,1,21996,1,1612.91,-6152.64,9.43,3.83972,300,0,0,6986,0,0,0,0,0),(102645,25419,571,1,1,5561,0,4290.22,5924.36,56.7712,1.48904,300,5,0,7984,0,1,0,0,0),(102646,25675,571,1,1,22044,0,2216.74,6221.21,59.6881,3.31319,300,5,0,6986,0,1,0,0,0),(102647,25675,571,1,1,22044,0,2102.76,6284.02,54.7216,2.88121,300,5,0,6986,0,1,0,0,0),(102648,25419,571,1,1,5561,0,4350.95,5883.12,55.9104,3.37322,300,5,0,7984,0,1,0,0,0),(102649,25419,571,1,1,5450,0,4444.39,5948.66,57.404,2.86132,300,5,0,7984,0,1,0,0,0),(102650,25419,571,1,1,5450,0,4409.63,5936.75,56.0231,3.51294,300,5,0,7984,0,1,0,0,0),(102651,25419,571,1,1,5561,0,4384.95,5911.63,56.0281,3.68386,300,5,0,7984,0,1,0,0,0),(102652,25419,571,1,1,5450,0,4351.32,5912.07,59.7775,5.83977,300,5,0,7984,0,1,0,0,0),(102653,25675,571,1,1,22044,0,2080.77,6344.3,64.7206,3.92268,300,5,0,6986,0,1,0,0,0),(102654,25675,571,1,1,22044,0,2112.03,6316.91,59.8902,5.23941,300,5,0,6986,0,1,0,0,0),(102655,25675,571,1,1,22044,0,2157.4,6322.78,53.7695,0.484117,300,5,0,6986,0,1,0,0,0),(102656,25675,571,1,1,22044,0,2174.38,6281.89,53.4025,4.5828,300,5,0,6986,0,1,0,0,0),(102657,25675,571,1,1,22044,0,2223.62,6336.25,47.9416,5.98263,300,5,0,6986,0,1,0,0,0),(102658,25675,571,1,1,22044,0,2179.09,6340.57,49.6276,4.0151,300,5,0,6986,0,1,0,0,0),(102659,25675,571,1,1,22044,0,2142.46,6279.64,55.4059,0.718385,300,5,0,6986,0,1,0,0,0),(102660,25675,571,1,1,22044,0,2185.16,6317.68,51.7694,3.24673,300,5,0,6986,0,1,0,0,0),(102661,25419,571,1,1,5450,0,4282.48,5882.59,59.2814,2.17811,300,5,0,7984,0,1,0,0,0),(102662,25419,571,1,1,5561,0,4345.71,5866.88,56.16,1.31559,300,5,0,7984,0,1,0,0,0),(102663,25419,571,1,1,5561,0,4330.29,5846.69,57.8551,0.04315,300,5,0,7984,0,1,0,0,0),(102664,25419,571,1,1,5450,0,4394.71,5881.44,55.6874,2.84787,300,0,0,7984,0,0,0,0,0),(102665,25419,571,1,1,5561,0,4319.82,5880.66,56.2993,0.902202,300,5,0,7984,0,1,0,0,0),(102666,25419,571,1,1,5450,0,4292.18,5846.93,59.0948,3.29536,300,5,0,7984,0,1,0,0,0),(102667,23884,571,1,1,11686,0,1574.23,-6203.96,6.35437,1.65806,300,0,0,4120,0,0,0,0,0),(102668,23884,571,1,1,11686,0,1562.1,-6220.58,6.43605,2.54818,300,0,0,4120,0,0,0,0,0),(102669,23884,571,1,1,11686,0,1559.83,-6200.28,6.5706,0.820305,300,0,0,4120,0,0,0,0,0),(102670,23884,571,1,1,11686,0,1561.99,-6188.58,8.19471,5.11381,300,0,0,4120,0,0,0,0,0),(102671,23884,571,1,1,11686,0,1547.05,-6210.39,7.17243,2.40855,300,0,0,4120,0,0,0,0,0),(102672,26700,571,1,1,19595,0,4524.02,-3472.89,228.237,1.76278,300,0,0,4979,0,0,0,0,0),(102673,32332,571,1,1,27910,0,5853.03,677.497,610.666,3.50811,300,0,0,10635,0,0,0,0,0),(102674,23884,571,1,1,11686,0,1561.02,-5618.52,231.351,2.75762,300,0,0,4120,0,0,0,0,0),(102675,23884,571,1,1,11686,0,1522.97,-5621.28,227.207,2.72271,300,0,0,4120,0,0,0,0,0),(102676,23884,571,1,1,11686,0,1541.72,-6185.33,7.15559,4.29351,300,0,0,4120,0,0,0,0,0),(102677,23884,571,1,1,11686,0,1566.92,-6212.47,6.26184,2.82743,300,0,0,4120,0,0,0,0,0),(102678,23884,571,1,1,11686,0,1541.13,-6198.02,7.23196,0.122173,300,0,0,4120,0,0,0,0,0),(102679,23884,571,1,1,11686,0,1525.6,-5608.78,225.925,6.05629,300,0,0,4120,0,0,0,0,0),(102680,23884,571,1,1,11686,0,1527.31,-5634.16,231.982,3.1765,300,0,0,4120,0,0,0,0,0),(102681,26956,571,1,1,24203,0,1933.84,-6199.65,32.1595,3.40339,300,0,0,7181,0,0,0,0,0),(102682,23884,571,1,1,11686,0,1538.37,-5609.16,226.118,5.98648,300,0,0,4120,0,0,0,0,0),(102683,23884,571,1,1,11686,0,1533.73,-5616.92,226.568,2.98451,300,0,0,4120,0,0,0,0,0),(102684,23884,571,1,1,11686,0,1548.73,-5629.02,232.186,4.7822,300,0,0,4120,0,0,0,0,0),(102685,32844,571,1,1,28318,0,5774,745.96,641.418,2.188,300,0,0,42,0,2,0,0,0),(102686,23884,571,1,1,11686,0,1537.48,-5626.53,229.058,5.79449,300,0,0,4120,0,0,0,0,0),(102687,27468,571,1,1,24655,1,3981.2,-3177.18,279.076,1.37881,300,0,0,9291,0,0,0,0,0),(102688,23885,571,1,1,11686,0,1603.39,-6244.69,5.90997,4.08407,300,0,0,4120,0,0,0,0,0),(102689,23885,571,1,1,11686,0,1606.77,-6236.93,6.35216,5.79449,300,0,0,4120,0,0,0,0,0),(102690,23885,571,1,1,11686,0,1624.12,-6221.28,6.20906,3.80482,300,0,0,4120,0,0,0,0,0),(102691,23885,571,1,1,11686,0,1619.75,-6233.88,6.55846,1.81514,300,0,0,4120,0,0,0,0,0),(102692,23885,571,1,1,11686,0,1608.16,-6226.26,6.22817,5.84685,300,0,0,4120,0,0,0,0,0),(102693,32333,571,1,1,27911,0,5830.96,697.572,610.666,5.14872,300,0,0,10635,0,0,0,0,0),(102694,25677,571,1,1,23311,0,3882.76,4316.54,12.6695,5.46288,300,0,0,8,0,0,0,0,0),(102695,24653,571,1,1,22719,0,5519.81,4735.74,-192.731,2.74017,300,0,0,42,0,0,0,0,0),(102696,24653,571,1,1,22719,0,5509.14,4747.95,-194.35,2.84489,300,0,0,42,0,0,0,0,0),(102697,27469,571,1,1,24670,1,3570.45,-2935.72,235.808,6.23082,300,0,0,10282,0,0,0,0,0),(102698,25677,571,1,1,23311,0,3706.29,4360.27,1.71268,6.12237,300,0,0,8,0,0,0,0,0),(102699,24141,571,1,1,22149,1,426.872,-4526.86,246.838,4.76475,300,0,0,8982,0,0,0,0,0),(102700,29261,571,1,1,26078,1,5744.94,681.546,644.136,5.65487,300,0,0,8508,7981,0,0,0,0),(102701,25677,571,1,1,23311,0,3826.4,4490.18,18.2594,1.72916,300,0,0,8,0,0,0,0,0),(102702,26957,571,1,1,24204,0,2024.24,-6207.31,7.98215,3.21141,300,0,0,7181,0,0,0,0,0),(102703,25677,571,1,1,23311,0,3872.66,4380.43,12.6538,3.35986,300,0,0,8,0,0,0,0,0),(102704,25677,571,1,1,23311,0,3966.26,4348.83,12.9714,4.41568,300,0,0,8,0,0,0,0,0),(102705,25677,571,1,1,23311,0,3988.48,4471.88,12.6594,4.29351,300,0,0,8,0,0,0,0,0),(102706,25677,571,1,1,23311,0,3989.49,4407.84,12.6138,6.10865,300,0,0,8,0,0,0,0,0),(102707,25677,571,1,1,23311,0,3873.57,4319.59,12.6288,3.95104,300,0,0,8,0,0,0,0,0),(102708,25677,571,1,1,23311,0,3714.49,4383.41,-1.98517,5.58892,300,0,0,8,0,0,0,0,0),(102709,25677,571,1,1,23311,0,4002.47,4409.91,14.2758,5.99907,300,0,0,8,0,0,0,0,0),(102710,25677,571,1,1,23311,0,3970.92,4355.09,12.9485,1.21613,300,0,0,8,0,0,0,0,0),(102711,25677,571,1,1,23311,0,3635.38,4447.71,-1.98517,2.02531,300,0,0,8,0,0,0,0,0),(102712,25677,571,1,1,23311,0,3774.34,4462.12,-1.85317,5.5871,300,0,0,8,0,0,0,0,0),(102713,26189,571,1,1,23274,1,3392.06,3630.6,19.4975,4.82596,300,5,0,9082,2991,1,0,0,0),(102714,26189,571,1,1,23273,1,3369.02,3644.44,21.0651,4.40467,300,5,0,9082,2991,1,0,0,0),(102715,25677,571,1,1,23311,0,3746.94,4439.6,-2.04526,1.70463,300,0,0,8,0,0,0,0,0),(102716,27213,571,1,1,19296,0,2508.58,-290.646,-0.14272,3.22149,300,0,0,11614,0,2,0,0,0),(102717,27213,571,1,1,19296,0,2587.3,-291.119,3.03297,0.065341,300,0,0,11614,0,2,0,0,0),(102718,25677,571,1,1,23311,0,3715.94,4288.88,12.7607,2.13549,300,0,0,8,0,0,0,0,0),(102719,27213,571,1,1,19296,0,2538.55,-475.139,0.640318,1.30403,300,0,0,11614,0,2,0,0,0),(102720,25677,571,1,1,23311,0,3814.32,4393.7,12.2184,1.44318,300,0,0,8,0,0,0,0,0),(102721,27213,571,1,1,19296,0,2582.44,-222.474,-0.405293,6.21063,300,0,0,11614,0,2,0,0,0),(102722,25677,571,1,1,23311,0,3754.85,4317.83,12.7191,4.36332,300,0,0,8,0,0,0,0,0),(102723,27213,571,1,1,19296,0,2838.99,-178.468,137.038,1.85701,300,0,0,11614,0,2,0,0,0),(102724,27213,571,1,1,19296,0,2712.16,-564.525,9.69382,-2.2455,300,0,0,11614,0,2,0,0,0),(102725,27213,571,1,1,19296,0,2688.14,-181.589,138.812,4.51534,300,0,0,11614,0,2,0,0,0),(102726,27213,571,1,1,19296,0,2832.56,-258.232,133.078,2.35938,300,0,0,11614,0,2,0,0,0),(102727,27213,571,1,1,19296,0,2655.11,-139.624,73.4679,3.35212,300,0,0,11614,0,2,0,0,0),(102728,27213,571,1,1,19296,0,2809.65,-404.102,118.284,2.68845,300,0,0,11614,0,2,0,0,0),(102729,27213,571,1,1,19296,0,2750.5,-154.769,139.409,4.64206,300,0,0,11614,0,2,0,0,0),(102730,27213,571,1,1,19296,0,2712.02,-465.353,85.8725,2.87415,300,0,0,11614,0,2,0,0,0),(102731,27213,571,1,1,19296,0,2534.06,-419.991,3.27767,5.51524,300,0,0,11614,0,2,0,0,0),(102732,27725,571,1,1,8313,0,3612.97,1011.59,56.9779,1.20122,300,0,0,49700,0,0,0,0,0),(102733,27725,571,1,1,8313,0,3867.76,946.638,58.0494,4.89607,300,0,0,49700,0,0,0,0,0),(102734,27213,571,1,1,19296,0,2684.26,-287.88,127.279,1.45693,300,0,0,11614,0,2,0,0,0),(102735,27725,571,1,1,8313,0,3639.92,1066.6,62.1016,0.708223,300,0,0,49700,0,0,0,0,0),(102736,27725,571,1,1,8313,0,3808.71,1078.13,57.4704,1.65994,300,0,0,49700,0,0,0,0,0),(102737,25677,571,1,1,23311,0,3388.89,4469.8,-2.05776,1.43117,300,0,0,8,0,0,0,0,0),(102738,26189,571,1,1,23273,1,3389.83,3650.14,20.3767,4.82596,300,5,0,9082,2991,1,0,0,0),(102739,28750,571,1,1,25664,0,6202.19,-1970.12,461.302,0.951309,300,0,0,10282,0,0,0,0,0),(102740,28750,571,1,1,25664,0,5957.81,-2145.7,248.309,-2.8938,300,0,0,10282,0,0,0,0,0),(102741,24142,571,1,1,22136,1,2661.63,-4399.28,283.866,3.12414,300,0,0,8982,0,0,0,0,0),(102742,28750,571,1,1,25664,0,6098.65,-2068.79,484.782,0.409328,300,0,0,10282,0,0,0,0,0),(102743,24398,571,1,1,16379,1,2029.56,-3267.42,67.8401,4.90438,300,0,0,7181,0,0,0,0,0),(102744,29006,571,1,1,25641,0,5648.67,4605.62,-132.056,3.00197,300,0,0,91032,3725,0,0,0,0),(102745,24142,571,1,1,22140,1,2657.79,-4399.41,283.768,0.087266,300,0,0,8982,0,0,0,0,0),(102746,28750,571,1,1,25664,0,6148.68,-2097.26,484.935,5.32604,300,5,0,10282,0,1,0,0,0),(102747,26958,571,1,1,24205,0,1973.49,-6143.51,25.2098,3.92699,300,0,0,7181,0,0,0,0,0),(102748,28750,571,1,1,25664,0,6125.84,-2057.59,484.782,0.562657,300,5,0,10282,0,1,0,0,0),(102749,32334,571,1,1,27912,0,5830.88,648.813,610.666,2.63545,300,0,0,8508,7981,0,0,0,0),(102750,28750,571,1,1,25664,0,6104.16,-2069.53,484.782,3.97584,300,0,0,10282,0,0,0,0,0),(102751,23886,571,1,1,26332,0,187.753,-6074.82,5.71782,3.80403,300,5,0,8982,0,1,0,0,0),(102752,23886,571,1,1,26332,0,247.246,-6109.79,1.39591,5.62184,300,5,0,8982,0,1,0,0,0),(102754,23886,571,1,1,26332,0,241.002,-6223.54,1.01756,5.22837,300,5,0,8982,0,1,0,0,0),(102755,23886,571,1,1,26332,0,238.033,-6188.12,2.17874,4.9082,300,5,0,8982,0,1,0,0,0),(102756,28750,571,1,1,25664,0,5938.85,-2183.97,247.928,0.793653,300,0,0,10282,0,0,0,0,0),(1975891,30696,571,1,1,0,0,6439.89,3170.92,657.482,0.505101,300,0,0,1,0,0,0,0,0),(102758,28750,571,1,1,25664,0,6129.49,-2024.88,461.3,3.62834,300,0,0,10282,0,0,0,0,0),(102759,28750,571,1,1,25664,0,6104.14,-2073.25,484.782,4.19732,300,0,0,10282,0,0,0,0,0),(102760,28750,571,1,1,25664,0,6152.06,-1975.71,474.552,2.36312,300,5,0,10282,0,1,0,0,0),(102761,28750,571,1,1,25664,0,6102.79,-2061.79,484.782,0.689003,300,0,0,10282,0,0,0,0,0),(102762,23886,571,1,1,26332,0,277.124,-6234.85,1.04423,6.10934,300,5,0,8982,0,1,0,0,0),(102763,23886,571,1,1,26332,0,120.498,-6182.67,2.52694,5.01343,300,5,0,8982,0,1,0,0,0),(102764,23886,571,1,1,26332,0,73.9055,-6113.34,1.5166,2.88195,300,5,0,8982,0,1,0,0,0),(102765,23886,571,1,1,26332,0,90.2758,-6071.7,0.335402,4.83493,300,5,0,8982,0,1,0,0,0),(102766,23886,571,1,1,26332,0,122.313,-6107.77,2.40622,1.96957,300,5,0,8982,0,1,0,0,0),(102767,23886,571,1,1,26332,0,49.0327,-6073.83,2.25596,5.52584,300,5,0,8982,0,1,0,0,0),(102768,23886,571,1,1,26332,0,23.841,-6051.15,1.39067,5.44991,300,5,0,8982,0,1,0,0,0),(102769,23886,571,1,1,26332,0,192.989,-6168.37,4.27533,2.53063,300,5,0,8982,0,1,0,0,0),(102770,23886,571,1,1,26332,0,295.693,-6167.7,3.09038,0.138453,300,5,0,8982,0,1,0,0,0),(102771,28750,571,1,1,25664,0,5955.13,-2141.7,248.531,2.09331,300,0,0,10282,0,0,0,0,0),(1975890,30696,571,1,1,0,0,6468.84,3162.9,657.482,1.43658,300,0,0,1,0,0,0,0,0),(1975889,30696,571,1,1,0,0,6445,3112.87,657.481,0.857745,300,0,0,1,0,0,0,0,0),(102774,28750,571,1,1,25664,0,5939.35,-2148.27,248.059,1.16783,300,0,0,10282,0,0,0,0,0),(102775,24398,571,1,1,16380,1,2044.29,-3216.65,60.3648,-0.304186,300,0,0,7181,0,0,0,0,0),(1975888,30696,571,1,1,0,0,6434.69,3136.69,657.481,0.849888,300,0,0,1,0,0,0,0,0),(1975887,30696,571,1,1,0,0,6478.42,3074.87,657.48,1.68791,300,0,0,1,0,0,0,0,0),(1975886,30696,571,1,1,0,0,6691.52,3575.93,670.436,4.83501,300,0,0,1,0,0,0,0,0),(1975885,30696,571,1,1,0,0,6515.74,3430.04,598.145,2.4741,300,0,0,1,0,0,0,0,0),(102781,24398,571,1,1,16380,1,2029.52,-3331.92,98.6507,3.87463,300,0,0,7181,0,0,0,0,0),(102782,24398,571,1,1,16379,1,1997.82,-3281.72,93.6502,3.52556,300,0,0,7181,0,0,0,0,0),(102783,24398,571,1,1,16380,1,1983.54,-3255.02,74.8443,1.8326,300,0,0,7181,0,0,0,0,0),(102784,24398,571,1,1,16380,1,1985.85,-3265.31,75.2132,4.59022,300,0,0,7181,0,0,0,0,0),(102785,24398,571,1,1,16380,1,2002.15,-3329.95,98.9959,5.02655,300,0,0,7181,0,0,0,0,0),(102786,24398,571,1,1,16379,1,2006.92,-3317.81,100.016,0.523599,300,0,0,7181,0,0,0,0,0),(102787,24398,571,1,1,16379,1,2063.24,-3206.74,63.0033,0.907571,300,0,0,7181,0,0,0,0,0),(102788,24398,571,1,1,16379,1,2049.93,-3207.18,62.0074,2.54818,300,0,0,7181,0,0,0,0,0),(102789,24398,571,1,1,16380,1,1982.73,-3271.09,90.1943,4.62512,300,0,0,7181,0,0,0,0,0),(102790,24398,571,1,1,16379,1,1992.16,-3273.4,90.9627,3.89208,300,0,0,7181,0,0,0,0,0),(102791,24398,571,1,1,16380,1,2041.33,-3296.99,99.5535,4.01426,300,0,0,7181,0,0,0,0,0),(102792,26446,571,1,1,16901,0,3359.18,-1923.94,121.662,4.01068,300,5,0,9610,3309,1,0,0,0),(102793,24398,571,1,1,16379,1,1999.43,-3256.12,75.1831,2.21657,300,0,0,7181,0,0,0,0,0),(102794,24398,571,1,1,16380,1,2014.43,-3222.67,75.0786,3.59538,300,0,0,7181,0,0,0,0,0),(102795,24398,571,1,1,16379,1,2037.04,-3223.51,62.1626,1.83724,300,5,0,7181,0,1,0,0,0),(102796,24398,571,1,1,16380,1,2006.1,-3225.26,75.1863,3.38594,300,0,0,7181,0,0,0,0,0),(102797,24398,571,1,1,16380,1,2037.24,-3228.18,65.3576,1.61218,300,5,0,7181,0,1,0,0,0),(1975884,30696,571,1,1,0,0,6537.2,3441.85,598.084,1.65494,300,0,0,1,0,0,0,0,0),(102799,24398,571,1,1,16380,1,2091.49,-3210.4,138.116,3.9636,300,5,0,7181,0,1,0,0,0),(102800,24398,571,1,1,16379,1,1983.83,-3251.91,90.5281,1.58825,300,0,0,7181,0,0,0,0,0),(102801,24398,571,1,1,16380,1,2027.99,-3317.36,109.491,1.48353,300,0,0,7181,0,0,0,0,0),(102802,24398,571,1,1,16380,1,2054.02,-3348.57,115.063,4.64258,300,0,0,7181,0,0,0,0,0),(102803,24398,571,1,1,16379,1,1989.78,-3316.96,103.918,3.83972,300,0,0,7181,0,0,0,0,0),(102804,24398,571,1,1,16379,1,2066.67,-3344,110.718,4.85202,300,0,0,7181,0,0,0,0,0),(102805,24398,571,1,1,16379,1,2023.52,-3344.37,110.247,4.08407,300,0,0,7181,0,0,0,0,0),(102806,24398,571,1,1,16379,1,2035.58,-3340.75,107.352,4.60767,300,0,0,7181,0,0,0,0,0),(102807,24398,571,1,1,16380,1,1985.31,-3307.04,105.866,4.04916,300,0,0,7181,0,0,0,0,0),(102808,24398,571,1,1,16380,1,2028.65,-3291.29,113.531,2.26893,300,0,0,7181,0,0,0,0,0),(102809,24398,571,1,1,16379,1,2064.72,-3355.51,128.514,4.45059,300,0,0,7181,0,0,0,0,0),(102810,26446,571,1,1,16901,0,3294.53,-1818.9,88.0959,2.27603,300,5,0,9610,3309,1,0,0,0),(102811,26446,571,1,1,16901,0,3331.26,-1809.42,91.8093,1.23053,300,5,0,9610,3309,1,0,0,0),(102812,26446,571,1,1,16901,0,3289,-1731.7,84.1474,2.22243,300,5,0,9610,3309,1,0,0,0),(102813,26446,571,1,1,16901,0,3470.79,-1800.34,110,2.86701,300,5,0,9610,3309,1,0,0,0),(102814,26446,571,1,1,16901,0,3361.05,-1719.9,88.1238,1.13948,300,5,0,9610,3309,1,0,0,0),(102815,26446,571,1,1,16901,0,3322.82,-1685.34,88.7054,4.51135,300,5,0,9610,3309,1,0,0,0),(102816,26446,571,1,1,16901,0,3382.75,-1691.33,85.054,1.16398,300,5,0,9610,3309,1,0,0,0),(102817,26446,571,1,1,16901,0,3423.77,-1844.46,106.258,4.55301,300,0,0,9610,3309,0,0,0,0),(102818,26446,571,1,1,16901,0,3358.36,-1871.74,109.662,1.25429,300,5,0,9610,3309,1,0,0,0),(102819,26446,571,1,1,16901,0,3501.2,-1844.45,122.24,4.66553,300,5,0,9610,3309,1,0,0,0),(102820,26446,571,1,1,16901,0,3375.42,-1776.37,96.151,1.25275,300,5,0,9610,3309,1,0,0,0),(1975883,30696,571,1,1,0,0,6498.82,3406.61,597.708,2.17723,300,0,0,1,0,0,0,0,0),(102823,28750,571,1,1,25664,0,6150.44,-1956.5,417.6,4.23199,300,5,0,10282,0,1,0,0,0),(102824,28750,571,1,1,25664,0,6124.53,-1972.75,417.544,2.3598,300,5,0,10282,0,1,0,0,0),(102825,28750,571,1,1,25664,0,6120.17,-2082.74,234.209,0.124094,300,5,0,10282,0,1,0,0,0),(102826,28750,571,1,1,25664,0,6090.19,-1983.77,233.535,3.71415,300,5,0,10282,0,1,0,0,0),(102827,28750,571,1,1,25664,0,6109.06,-2020.29,234.279,1.44644,300,5,0,10282,0,1,0,0,0),(102828,28750,571,1,1,25664,0,6121.4,-1936.58,234.529,3.61672,300,5,0,10282,0,1,0,0,0),(102829,28750,571,1,1,25664,0,6077.75,-2043.51,235.82,0.276958,300,5,0,10282,0,1,0,0,0),(102830,28750,571,1,1,25664,0,6066.43,-1967.52,235.306,2.37277,300,5,0,10282,0,1,0,0,0),(102831,28750,571,1,1,25664,0,6192.42,-2129.48,235.513,4.21527,300,5,0,10282,0,1,0,0,0),(102832,28750,571,1,1,25664,0,6251.84,-2086.16,236.568,4.78253,300,5,0,10282,0,1,0,0,0),(102833,28750,571,1,1,25664,0,6170.67,-2016.72,412.178,6.07182,300,5,0,10282,0,1,0,0,0),(102834,28750,571,1,1,25664,0,6156.06,-2098.3,235.466,4.66945,300,5,0,10282,0,1,0,0,0),(102835,28750,571,1,1,25664,0,6126.36,-2125.8,236.027,4.99164,300,0,0,10282,0,0,0,0,0),(102836,28750,571,1,1,25664,0,6194.91,-2046.94,408.211,5.29313,300,5,0,10282,0,1,0,0,0),(102837,28750,571,1,1,25664,0,6123.23,-1974.38,236.897,3.80482,300,0,0,10282,0,0,0,0,0),(102838,25678,571,1,1,23312,1,4392.42,4546.45,88.7359,3.65141,300,5,0,9610,0,1,0,0,0),(102839,26447,571,1,1,24443,1,3246.88,-2275.95,108.704,4.7822,300,0,0,7952,7654,0,0,33536,0),(102840,25679,571,1,1,23311,0,3262.33,4612.41,28.2134,1.25812,300,5,0,8,0,1,0,0,0),(102841,25679,571,1,1,23311,0,3283.89,4656.23,29.5141,0.387436,300,5,0,8,0,1,0,0,0),(102842,26191,571,1,1,26500,0,3105.05,3819.77,23.5271,0.017453,300,0,0,3052,0,0,0,0,0),(102843,28751,571,1,1,19595,0,6174.21,-2046.94,241.163,3.94444,300,5,0,4979,0,1,0,0,0),(102844,28751,571,1,1,19595,0,6219.57,-2018.26,231.778,6.02139,300,5,0,4979,0,1,0,0,0),(102845,28751,571,1,1,19595,0,6175.28,-2017.28,245.161,1.98968,300,5,0,4979,0,1,0,0,0),(102846,28751,571,1,1,19595,0,6180.97,-2067.94,232.525,0.20944,300,5,0,4979,0,1,0,0,0),(102847,28751,571,1,1,19595,0,6166.3,-1965.43,233.256,0.628319,300,5,0,4979,0,1,0,0,0),(102848,28751,571,1,1,19595,0,6204.82,-2018.33,241.196,5.07891,300,5,0,4979,0,1,0,0,0),(102849,28751,571,1,1,19595,0,6176.26,-1987.6,241.164,4.43314,300,5,0,4979,0,1,0,0,0),(102850,26959,571,1,1,24206,0,1936.11,-6197.33,24.8572,1.8326,300,0,0,9291,0,0,0,0,0),(102851,25679,571,1,1,23311,0,3138.46,4404.99,26.3985,0.276573,300,5,0,8,0,1,0,0,0),(102852,25679,571,1,1,23311,0,3819.51,4017.36,26.3581,4.56595,300,5,0,8,0,1,0,0,0),(102853,25679,571,1,1,23311,0,3802.08,4014.58,24.8581,4.48556,300,5,0,8,0,1,0,0,0),(102854,25679,571,1,1,23311,0,3720.79,4004.07,24.772,5.83882,300,5,0,8,0,1,0,0,0),(102855,24399,571,1,1,21044,1,1964.97,-3258.86,134.707,3.47321,300,0,0,7181,0,0,0,0,0),(102856,23887,571,1,1,26333,0,250.965,-6114.17,1.27091,2.85389,300,5,0,6986,0,1,0,0,0),(102857,28751,571,1,1,19595,0,6145.54,-2016.27,241.169,4.99164,300,5,0,4979,0,1,0,0,0),(102858,28751,571,1,1,19595,0,6123.97,-2021.87,231.885,5.23599,300,5,0,4979,0,1,0,0,0),(102859,28751,571,1,1,19595,0,6189.29,-1966.91,232.86,3.05433,300,5,0,4979,0,1,0,0,0),(102860,28751,571,1,1,19595,0,6129.37,-2015.6,231.859,5.53269,300,5,0,4979,0,1,0,0,0),(102861,28751,571,1,1,19595,0,6161.74,-2067.14,233.262,1.85005,300,5,0,4979,0,1,0,0,0),(102862,28751,571,1,1,19595,0,6223.97,-2008.71,232.369,4.57276,300,5,0,4979,0,1,0,0,0),(102863,28751,571,1,1,19595,0,6176.55,-1970.19,232.298,2.80998,300,5,0,4979,0,1,0,0,0),(102864,28751,571,1,1,19595,0,6223.34,-2029.31,232.031,1.53589,300,5,0,4979,0,1,0,0,0),(102865,25679,571,1,1,23311,0,3689.66,4118.8,24.4311,4.03151,300,5,0,8,0,1,0,0,0),(102866,23887,571,1,1,26333,0,180.401,-6085.41,5.12276,0.958321,300,5,0,6986,0,1,0,0,0),(102867,25679,571,1,1,23311,0,3138.2,5038.16,25.9312,4.60478,300,5,0,8,0,1,0,0,0),(102868,28751,571,1,1,19595,0,6124.15,-2007.82,232.295,4.72984,300,5,0,4979,0,1,0,0,0),(102869,28751,571,1,1,19595,0,6171.42,-2062.37,231.773,1.6057,300,5,0,4979,0,1,0,0,0),(102870,25679,571,1,1,23311,0,3703.7,4020.59,23.522,0.27705,300,5,0,8,0,1,0,0,0),(102871,25679,571,1,1,23311,0,3693.75,4002.08,25.272,5.94239,300,5,0,8,0,1,0,0,0),(102872,25679,571,1,1,23311,0,3582.17,3941,27.1404,5.90784,300,5,0,8,0,1,0,0,0),(102873,25679,571,1,1,23311,0,3769.72,4108.25,26.778,4.61004,300,5,0,8,0,1,0,0,0),(102874,25679,571,1,1,23311,0,3221.79,4524.65,23.682,1.32501,300,5,0,8,0,1,0,0,0),(102875,25679,571,1,1,23311,0,3168.02,4475.89,27.1313,2.59553,300,5,0,8,0,1,0,0,0),(102876,25679,571,1,1,23311,0,3518.32,3913.6,25.4717,4.43702,300,5,0,8,0,1,0,0,0),(102877,25679,571,1,1,23311,0,3719.91,4002.85,24.9991,5.2596,300,5,0,8,0,1,0,0,0),(102878,25679,571,1,1,23311,0,3275.96,4643.95,28.8891,0.36204,300,5,0,8,0,1,0,0,0),(102879,25679,571,1,1,23311,0,3713.29,4006.95,23.772,1.92002,300,5,0,8,0,1,0,0,0),(102880,25679,571,1,1,23311,0,3709.23,4021.16,24.1322,3.25214,300,5,0,8,0,1,0,0,0),(102882,25679,571,1,1,23311,0,3220.06,4523.31,23.807,3.60895,300,5,0,8,0,1,0,0,0),(102883,25679,571,1,1,23311,0,3219.18,4396.64,25.6876,3.88625,300,5,0,8,0,1,0,0,0),(102884,25679,571,1,1,23311,0,3524.78,3887.72,25.083,3.16484,300,5,0,8,0,1,0,0,0),(102885,25679,571,1,1,23311,0,3749.08,4120.57,24.6518,6.11716,300,5,0,8,0,1,0,0,0),(102886,25679,571,1,1,23311,0,3706.7,4103.84,24.0622,0.446135,300,5,0,8,0,1,0,0,0),(102887,25679,571,1,1,23311,0,3748.27,4103.32,25.2768,3.82799,300,5,0,8,0,1,0,0,0),(102888,25679,571,1,1,23311,0,3772.21,4103.62,27.1786,5.81681,300,5,0,8,0,1,0,0,0),(102889,25679,571,1,1,23311,0,3759.59,4120.84,24.9018,4.2425,300,5,0,8,0,1,0,0,0),(102890,23887,571,1,1,26333,0,239.519,-6106.38,0.145905,3.69533,300,5,0,6986,0,1,0,0,0),(102891,25679,571,1,1,23311,0,3168.41,4448.06,25.8241,3.5624,300,5,0,8,0,1,0,0,0),(102892,25679,571,1,1,23311,0,2879.17,5045.83,25.4407,1.66612,300,5,0,8,0,1,0,0,0),(102893,25679,571,1,1,23311,0,3282.46,4597.08,28.4106,5.84136,300,5,0,8,0,1,0,0,0),(102894,25679,571,1,1,23311,0,3230.73,4507.81,26.807,5.09531,300,5,0,8,0,1,0,0,0),(102895,23887,571,1,1,26333,0,288.193,-6172.19,2.71538,4.31807,300,5,0,6986,0,1,0,0,0),(102903,23887,571,1,1,26333,0,199.459,-6082.73,2.62276,5.3171,300,5,0,6986,0,1,0,0,0),(102907,25679,571,1,1,23311,0,3151.22,5046.43,25.6812,6.10736,300,5,0,8,0,1,0,0,0),(102912,25679,571,1,1,23311,0,3131,4381.33,25.3701,0.358408,300,5,0,8,0,1,0,0,0),(102913,25679,571,1,1,23311,0,2914.36,5055.48,25.7647,0.280894,300,5,0,8,0,1,0,0,0),(102914,25679,571,1,1,23311,0,2860.07,5041.06,26.5846,4.06467,300,5,0,8,0,1,0,0,0),(102919,25679,571,1,1,23311,0,2903.93,5045.45,26.0147,3.25756,300,5,0,8,0,1,0,0,0),(102920,25679,571,1,1,23311,0,3114.73,4410.59,25.3365,5.18953,300,5,0,8,0,1,0,0,0),(102921,25679,571,1,1,23311,0,3186.45,4458.04,25.9491,0.048646,300,5,0,8,0,1,0,0,0),(102925,25679,571,1,1,23311,0,3126.25,4438.22,26.7088,6.11308,300,5,0,8,0,1,0,0,0),(102926,25679,571,1,1,23311,0,3682.8,4102.18,24.0561,4.98475,300,5,0,8,0,1,0,0,0),(102927,25679,571,1,1,23311,0,3830.74,4037.13,26.6915,5.38623,300,5,0,8,0,1,0,0,0),(102928,23887,571,1,1,26333,0,88.6302,-6105.9,0.388419,6.17289,300,5,0,6986,0,1,0,0,0),(102929,23887,571,1,1,26333,0,70.9327,-6108.57,0.72357,0.969953,300,5,0,6986,0,1,0,0,0),(102930,25679,571,1,1,23311,0,3057.12,5042.13,27.8019,6.08828,300,5,0,8,0,1,0,0,0),(102931,25679,571,1,1,23311,0,3049.91,5067.5,27.9427,4.39128,300,5,0,8,0,1,0,0,0),(102932,25679,571,1,1,23311,0,3804.33,4045.15,25.0305,5.64277,300,5,0,8,0,1,0,0,0),(102933,25679,571,1,1,23311,0,3321.53,4706.32,29.4577,5.32853,300,5,0,8,0,1,0,0,0),(102934,25679,571,1,1,23311,0,3161.79,4456.34,26.9727,1.0082,300,5,0,8,0,1,0,0,0),(102935,25679,571,1,1,23311,0,3713.22,4113.49,24.0664,4.44002,300,5,0,8,0,1,0,0,0),(102936,25679,571,1,1,23311,0,3139.35,5014.82,27.6755,4.42457,300,5,0,8,0,1,0,0,0),(102937,25679,571,1,1,23311,0,2878.72,5062.91,26.0657,3.51144,300,5,0,8,0,1,0,0,0),(102938,25679,571,1,1,23311,0,3005.21,5076.79,27.961,0.404888,300,5,0,8,0,1,0,0,0),(102939,25679,571,1,1,23311,0,3013.71,5045.48,27.7848,5.57122,300,5,0,8,0,1,0,0,0),(102940,25679,571,1,1,23311,0,3347.34,4702.72,28.5998,5.11232,300,5,0,8,0,1,0,0,0),(102941,25679,571,1,1,23311,0,3694.27,3994.27,26.6531,4.71239,300,5,0,8,0,1,0,0,0),(102942,25679,571,1,1,23311,0,2752.34,5047.97,27.2372,4.06727,300,5,0,8,0,1,0,0,0),(102943,25679,571,1,1,23311,0,2758.31,5085.54,24.8193,4.65194,300,5,0,8,0,1,0,0,0),(102944,25679,571,1,1,23311,0,3827.1,4042.76,25.3165,5.04392,300,5,0,8,0,1,0,0,0),(102945,25679,571,1,1,23311,0,3351.7,4821.48,28.8339,4.26236,300,5,0,8,0,1,0,0,0),(102946,25679,571,1,1,23311,0,3762.84,4127.2,25.0268,1.38031,300,5,0,8,0,1,0,0,0),(102947,25679,571,1,1,23311,0,3819.92,4023.87,25.4831,4.54695,300,5,0,8,0,1,0,0,0),(102948,25679,571,1,1,23311,0,3803.35,4018.74,25.0877,3.41453,300,5,0,8,0,1,0,0,0),(102949,25679,571,1,1,23311,0,3806.2,4041.38,24.8165,4.25394,300,5,0,8,0,1,0,0,0),(102950,25679,571,1,1,23311,0,3346.35,4681.77,29.218,4.97164,300,5,0,8,0,1,0,0,0),(102951,23887,571,1,1,26333,0,290.072,-6191.32,1.46538,2.97207,300,5,0,6986,0,1,0,0,0),(102952,23887,571,1,1,26333,0,167.578,-6206.82,0.558896,5.99767,300,5,0,6986,0,1,0,0,0),(102953,23887,571,1,1,26333,0,194.535,-6136.08,3.26499,1.04317,300,5,0,6986,0,1,0,0,0),(102954,23887,571,1,1,26333,0,187.564,-6203.88,1.4339,1.10563,300,5,0,6986,0,1,0,0,0),(102955,23887,571,1,1,26333,0,169.216,-6145.31,2.26499,1.50761,300,5,0,6986,0,1,0,0,0),(102956,23887,571,1,1,26333,0,167.983,-6173.52,2.27533,2.06772,300,5,0,6986,0,1,0,0,0),(102957,23887,571,1,1,26333,0,177.636,-6172.66,3.66974,3.50755,300,5,0,6986,0,1,0,0,0),(102958,23887,571,1,1,26333,0,178.104,-6225.9,0.433896,3.13001,300,5,0,6986,0,1,0,0,0),(102959,23887,571,1,1,26333,0,202.84,-6206.65,0.431108,1.9657,300,5,0,6986,0,1,0,0,0),(102960,23887,571,1,1,26333,0,132.405,-6177.01,1.65983,5.51652,300,5,0,6986,0,1,0,0,0),(102961,23887,571,1,1,26333,0,211.472,-6154.88,3.53762,3.65723,300,5,0,6986,0,1,0,0,0),(102962,23887,571,1,1,26333,0,118.377,-6102.43,2.32281,2.28189,300,5,0,6986,0,1,0,0,0),(102963,23887,571,1,1,26333,0,106.141,-6141.91,2.10487,3.62731,300,5,0,6986,0,1,0,0,0),(102964,23887,571,1,1,26333,0,119.513,-6148.63,1.7682,1.35849,300,5,0,6986,0,1,0,0,0),(102965,23887,571,1,1,26333,0,113.165,-6207.15,1.71736,5.59935,300,5,0,6986,0,1,0,0,0),(102966,23887,571,1,1,26333,0,94.6703,-6063.18,0.691814,4.14712,300,5,0,6986,0,1,0,0,0),(102967,23887,571,1,1,26333,0,84.3731,-6120.18,2.01342,1.03552,300,5,0,6986,0,1,0,0,0),(102968,23887,571,1,1,26333,0,42.6814,-6077.86,0.630961,3.99604,300,5,0,6986,0,1,0,0,0),(102969,23887,571,1,1,26333,0,89.1553,-6075.79,0.232049,4.56455,300,5,0,6986,0,1,0,0,0),(102970,23887,571,1,1,26333,0,141.131,-6096.54,0.872543,3.56311,300,5,0,6986,0,1,0,0,0),(102971,23887,571,1,1,26333,0,66.2598,-6072.08,0.005961,5.70927,300,5,0,6986,0,1,0,0,0),(102972,23887,571,1,1,26333,0,102.714,-6078.44,0.732326,3.2631,300,5,0,6986,0,1,0,0,0),(102973,23887,571,1,1,26333,0,118.845,-6115,1.54613,3.89549,300,5,0,6986,0,1,0,0,0),(102974,23887,571,1,1,26333,0,27.357,-6038.54,2.51567,1.48364,300,5,0,6986,0,1,0,0,0),(102975,23887,571,1,1,26333,0,29.7858,-6047.28,1.75135,3.24624,300,5,0,6986,0,1,0,0,0),(102976,25679,571,1,1,23311,0,3491.53,3924.91,24.9321,2.69071,300,5,0,8,0,1,0,0,0),(102977,25679,571,1,1,23311,0,3804.09,4042.96,25.0665,4.50749,300,5,0,8,0,1,0,0,0),(102978,25679,571,1,1,23311,0,3802.12,4018.4,24.9831,3.32893,300,5,0,8,0,1,0,0,0),(102979,25679,571,1,1,23311,0,3240.06,4419.23,23.1863,2.04204,300,0,0,8,0,0,0,0,0),(102980,25679,571,1,1,23311,0,3242.71,4393.15,23.7715,2.61134,300,5,0,8,0,1,0,0,0),(102981,25679,571,1,1,23311,0,3247.42,4397.2,23.6465,1.42348,300,5,0,8,0,1,0,0,0),(102982,25679,571,1,1,23311,0,3345.6,4614.84,29.0025,0.491183,300,5,0,8,0,1,0,0,0),(102983,25679,571,1,1,23311,0,3314.06,4681.77,30.2248,4.71239,300,5,0,8,0,1,0,0,0),(102984,25679,571,1,1,23311,0,2790.8,5076.98,26.2109,1.58043,300,5,0,8,0,1,0,0,0),(102987,25679,571,1,1,23311,0,3715.29,4114.72,24.1872,5.17478,300,5,0,8,0,1,0,0,0),(102988,25679,571,1,1,23311,0,3742.37,4123.95,25.0268,2.87872,300,5,0,8,0,1,0,0,0),(102989,25679,571,1,1,23311,0,3749.68,4102.3,25.2768,5.27541,300,5,0,8,0,1,0,0,0),(102990,25679,571,1,1,23311,0,3505.17,3906.01,25.5675,4.36499,300,5,0,8,0,1,0,0,0),(102991,25679,571,1,1,23311,0,3256.25,4635.42,29.0862,3.017,300,5,0,8,0,1,0,0,0),(102992,25679,571,1,1,23311,0,3813.62,4018.96,26.1081,3.74486,300,5,0,8,0,1,0,0,0),(102993,25679,571,1,1,23311,0,3820.03,4041.08,24.1915,3.73565,300,5,0,8,0,1,0,0,0),(102994,26447,571,1,1,24443,1,3349.38,-1750.44,89.8928,4.6465,300,5,0,7952,7654,1,0,0,0),(102995,26447,571,1,1,24443,1,3456.25,-1787.52,107.58,1.81579,300,5,0,7952,7654,1,0,0,0),(102996,26447,571,1,1,24443,1,3339.87,-1762.02,87.4123,3.40294,300,5,0,7952,7654,1,0,0,0),(102997,26447,571,1,1,24443,1,3310.96,-1755.9,86.9527,1.04862,300,5,0,7952,7654,1,0,0,0),(102998,26447,571,1,1,24443,1,3332.6,-1772.12,88.4946,1.68276,300,5,0,7952,7654,1,0,0,0),(102999,26447,571,1,1,24443,1,3335.63,-1835.53,98.2037,2.32858,300,5,0,7952,7654,1,0,0,0),(103000,26447,571,1,1,24443,1,3389.14,-1830.33,103.455,3.71037,300,0,0,7952,7654,2,0,0,0),(103001,26447,571,1,1,24443,1,3464.06,-1811.98,112.077,5.25998,300,5,0,7952,7654,1,0,0,0),(103002,26447,571,1,1,24443,1,3382.36,-1774.5,95.5616,2.95702,300,5,0,7952,7654,1,0,0,0),(103003,26447,571,1,1,24443,1,3392.04,-1786.48,99.8915,0.270543,300,0,0,7952,7654,2,0,0,0),(103004,26447,571,1,1,24443,1,3437.82,-1845.82,109.795,5.50055,300,5,0,7952,7654,1,0,0,0),(103005,25679,571,1,1,23311,0,3035.42,5085.42,28.4427,2.03454,300,5,0,8,0,1,0,0,0),(103006,25679,571,1,1,23311,0,3154.95,5021.52,26.4255,3.18165,300,5,0,8,0,1,0,0,0),(103007,25679,571,1,1,23311,0,3326.8,4843.01,28.8338,5.18926,300,5,0,8,0,1,0,0,0),(103008,25679,571,1,1,23311,0,3592.79,3983.68,25.1104,5.74073,300,5,0,8,0,1,0,0,0),(103009,25679,571,1,1,23311,0,3571.88,3982.49,25.541,4.09246,300,5,0,8,0,1,0,0,0),(103010,25679,571,1,1,23311,0,3358.71,4812.86,28.8339,2.16488,300,5,0,8,0,1,0,0,0),(103011,25679,571,1,1,23311,0,3198.57,4458.83,26.2666,5.95401,300,5,0,8,0,1,0,0,0),(103012,25679,571,1,1,23311,0,3313.17,4638.44,29.7662,0.536227,300,5,0,8,0,1,0,0,0),(103013,25679,571,1,1,23311,0,3320.31,4599.48,30.1875,4.79898,300,5,0,8,0,1,0,0,0),(103014,25679,571,1,1,23311,0,3301.8,4830.86,28.7088,4.78173,300,5,0,8,0,1,0,0,0),(103015,25679,571,1,1,23311,0,3307.25,4828.65,28.7173,0.08411,300,0,0,8,0,0,0,0,0),(103016,25679,571,1,1,23311,0,3327.77,4828.34,28.7088,3.10634,300,5,0,8,0,1,0,0,0),(103017,25679,571,1,1,23311,0,3306.53,4822.86,29.4588,4.94191,300,5,0,8,0,1,0,0,0),(103018,25679,571,1,1,23311,0,3570.43,3942.22,26.5538,1.75199,300,5,0,8,0,1,0,0,0),(103019,25679,571,1,1,23311,0,3498.85,3911.65,24.6821,1.57466,300,5,0,8,0,1,0,0,0),(103020,25679,571,1,1,23311,0,3528.17,3894.43,25.583,1.29269,300,5,0,8,0,1,0,0,0),(103021,25679,571,1,1,23311,0,3493.65,3927.37,25.0571,5.93153,300,5,0,8,0,1,0,0,0),(103022,25679,571,1,1,23311,0,3577.37,3978.49,25.1104,5.32134,300,5,0,8,0,1,0,0,0),(103023,25679,571,1,1,23311,0,3517.7,3924.14,24.8467,1.66036,300,5,0,8,0,1,0,0,0),(103024,25680,571,1,1,15903,0,2715.93,5279.79,69.8763,5.58505,300,0,0,8982,0,0,0,768,32),(103025,25680,571,1,1,15903,0,2719.05,5266.04,71.6245,3.9619,300,0,0,8982,0,0,0,768,32),(103026,25680,571,1,1,15903,0,2729.31,5282.22,70.9995,1.41372,300,0,0,8982,0,0,0,768,32),(103027,25680,571,1,1,15903,0,2736.8,5276.03,70.9694,4.29351,300,0,0,8982,0,0,0,768,32),(103028,25680,571,1,1,15903,0,2737.31,5260.85,70.4597,0.959931,300,0,0,8982,0,0,0,768,32),(103029,26448,571,1,1,23853,1,3537.26,2033.59,68.7915,2.95674,300,0,0,42540,0,0,0,0,0),(103030,26448,571,1,1,23851,1,3480.89,2074.57,66.6681,4.63129,300,5,0,42540,0,1,0,0,0),(103031,26448,571,1,1,23853,1,3537.26,2033.59,68.7915,4.57866,300,0,0,42540,0,0,0,0,0),(103032,26448,571,1,1,23851,1,3537.26,2033.59,68.7915,4.5811,300,0,0,42540,0,2,0,0,0),(103033,26448,571,1,1,23853,1,3462.24,2051.09,66.6316,0.720122,300,5,0,42540,0,1,0,0,0),(103034,26448,571,1,1,23852,1,3511.42,2016.41,64.9487,6.26573,300,0,0,42540,0,0,0,0,0),(103035,26448,571,1,1,23851,1,3511.93,1988.5,65.0119,6.16101,300,0,0,42540,0,0,0,0,0),(103036,26448,571,1,1,23853,1,3478.85,2084.88,66.4241,2.32129,300,0,0,42540,0,0,0,0,0),(103037,26448,571,1,1,23852,1,3551.42,1939.77,70.9125,5.13127,300,0,0,42540,0,0,0,0,0),(103038,26448,571,1,1,23851,1,3496.91,2015.78,64.9046,1.15192,300,0,0,42540,0,0,0,0,0),(103039,32336,571,1,1,27914,0,5833.8,567.348,651.925,2.46091,300,0,0,6986,0,0,0,0,0),(103040,26960,571,1,1,24207,0,1955.86,-6196.06,24.0925,2.28638,300,0,0,7181,0,0,0,0,0),(103041,28240,571,1,1,19595,0,5934.86,-2347.75,294.138,4.60767,300,0,0,4979,0,0,0,0,0),(103042,26448,571,1,1,23853,1,3454.26,2045.96,70.4493,0.743406,300,5,0,42540,0,1,0,0,0),(103043,26448,571,1,1,23850,1,3565.21,1948.55,71.3379,4.69494,300,0,0,42540,0,0,0,0,0),(103044,26448,571,1,1,23853,1,3453.8,2053.52,67.3829,2.04204,300,0,0,42540,0,0,0,0,0),(103045,26448,571,1,1,23852,1,3467.11,1996.55,64.6687,5.77704,300,0,0,42540,0,0,0,0,0),(103046,26448,571,1,1,23852,1,3523.04,1998.68,64.9635,0.942478,300,0,0,42540,0,0,0,0,0),(103047,25680,571,1,1,15903,0,3067.6,4980.73,40.6775,2.88785,300,5,0,8982,0,1,0,0,0),(103048,25680,571,1,1,15903,0,3212.52,4679.02,42.1287,4.3551,300,5,0,8982,0,1,0,0,0),(103049,25680,571,1,1,15903,0,3221.7,4742.24,35.8509,0.850045,300,5,0,8982,0,1,0,0,0),(103050,25680,571,1,1,15903,0,3249.73,4658.7,31.0537,5.48536,300,5,0,8982,0,1,0,0,0),(103051,25680,571,1,1,15903,0,3217.63,4574.83,27.0823,5.5928,300,5,0,8982,0,1,0,0,0),(103052,25680,571,1,1,15903,0,3612.83,3948.06,26.6433,5.39667,300,5,0,8982,0,1,0,0,0),(103053,25680,571,1,1,15903,0,3721.87,3975.15,26.7852,4.9694,300,5,0,8982,0,1,0,0,0),(103054,25680,571,1,1,15903,0,3785.82,4044.17,26.8834,3.69565,300,5,0,8982,0,1,0,0,0),(103055,25680,571,1,1,15903,0,3750.66,4011.41,27.7769,4.32804,300,5,0,8982,0,1,0,0,0),(103056,25680,571,1,1,15903,0,2858.44,5145.6,36.9209,0.616254,300,5,0,8982,0,1,0,0,0),(103057,25680,571,1,1,15903,0,2748.68,5116.81,30.035,3.95461,300,5,0,8982,0,1,0,0,0),(103058,25680,571,1,1,15903,0,3049.09,5146.68,43.1258,4.189,300,5,0,8982,0,1,0,0,0),(103059,25680,571,1,1,15903,0,2978.53,5153.34,40.8255,1.71197,300,5,0,8982,0,1,0,0,0),(103060,25680,571,1,1,15903,0,3119.79,5078.27,31.5634,2.82658,300,5,0,8982,0,1,0,0,0),(103061,25680,571,1,1,15903,0,3161.83,5061.03,27.6299,2.33932,300,5,0,8982,0,1,0,0,0),(103062,26448,571,1,1,23851,1,3537.26,2033.59,68.7915,2.61902,300,0,0,42540,0,2,0,0,0),(103063,26448,571,1,1,23850,1,3472.22,2004,64.9457,5.61996,300,0,0,42540,0,0,0,0,0),(103064,25680,571,1,1,15903,0,3322.11,4658.3,31.7662,0.692104,300,5,0,8982,0,1,0,0,0),(103065,25680,571,1,1,15903,0,3244.63,4610.53,29.9634,2.29077,300,5,0,8982,0,1,0,0,0),(103066,25680,571,1,1,15903,0,3300.75,4713.49,31.2077,3.22548,300,5,0,8982,0,1,0,0,0),(103067,25680,571,1,1,15903,0,3252.9,4712.78,29.5921,5.28684,300,5,0,8982,0,1,0,0,0),(103068,25680,571,1,1,15903,0,3751.75,4018.05,27.8677,4.3841,300,5,0,8982,0,1,0,0,0),(103069,25680,571,1,1,15903,0,3718.41,3978.59,26.7573,3.67259,300,5,0,8982,0,1,0,0,0),(103070,25680,571,1,1,15903,0,3754.06,4084.58,28.1679,4.67726,300,5,0,8982,0,1,0,0,0),(103071,25680,571,1,1,15903,0,3786.05,4046.47,26.3502,5.66197,300,5,0,8982,0,1,0,0,0),(103072,25680,571,1,1,15903,0,3209.39,4532.97,27.4363,4.68505,300,5,0,8982,0,1,0,0,0),(103073,25680,571,1,1,15903,0,2883.52,5108.97,32.4019,2.0668,300,5,0,8982,0,1,0,0,0),(103074,25680,571,1,1,15903,0,3357.38,4126.13,24.5208,4.64897,300,5,0,8982,0,1,0,0,0),(103075,25680,571,1,1,15903,0,3282.19,4017.66,28.1943,0.386947,300,5,0,8982,0,1,0,0,0),(103076,25680,571,1,1,15903,0,3249.54,4016.88,29.6278,2.23935,300,5,0,8982,0,1,0,0,0),(103077,25680,571,1,1,15903,0,3675.8,4152.89,27.8097,2.66532,300,5,0,8982,0,1,0,0,0),(103078,25680,571,1,1,15903,0,3248.99,3915.93,28.015,3.37711,300,5,0,8982,0,1,0,0,0),(103079,25680,571,1,1,15903,0,3317.08,3921.43,27.4928,4.71097,300,5,0,8982,0,1,0,0,0),(103080,25680,571,1,1,15903,0,3624.94,4019.63,26.0358,0.310914,300,5,0,8982,0,1,0,0,0),(103081,25680,571,1,1,15903,0,3196.28,4953.84,35.7662,3.50297,300,5,0,8982,0,1,0,0,0),(103082,25680,571,1,1,15903,0,3684.29,4081.1,24.1027,0.40401,300,5,0,8982,0,1,0,0,0),(103083,25680,571,1,1,15903,0,3744.92,4020.36,27.0269,2.42226,300,5,0,8982,0,1,0,0,0),(103084,25680,571,1,1,15903,0,3719.75,3979.92,26.8779,3.74449,300,5,0,8982,0,1,0,0,0),(103085,25680,571,1,1,15903,0,3751.51,4080.26,28.5006,4.75802,300,5,0,8982,0,1,0,0,0),(103086,25680,571,1,1,15903,0,3712.08,4048.42,27.8005,0.920459,300,5,0,8982,0,1,0,0,0),(103087,25680,571,1,1,15903,0,3541.4,4014.19,26.0135,4.32953,300,5,0,8982,0,1,0,0,0),(103088,25680,571,1,1,15903,0,3416.95,3950.1,26.7194,2.80229,300,5,0,8982,0,1,0,0,0),(103089,25680,571,1,1,15903,0,3447.17,3985.61,28.3422,2.2754,300,5,0,8982,0,1,0,0,0),(103090,25680,571,1,1,15903,0,3478.31,4012.96,26.8222,4.17595,300,5,0,8982,0,1,0,0,0),(103091,25680,571,1,1,15903,0,3781.56,4052.5,25.8892,2.35739,300,5,0,8982,0,1,0,0,0),(103092,25680,571,1,1,15903,0,3356.28,4051.82,25.5462,0.770115,300,5,0,8982,0,1,0,0,0),(103093,25680,571,1,1,15903,0,3380.84,4644.75,31.2097,4.64333,300,5,0,8982,0,1,0,0,0),(103094,25680,571,1,1,15903,0,3316.37,4526.35,28.7606,5.05085,300,5,0,8982,0,1,0,0,0),(103095,25680,571,1,1,15903,0,3319.14,4776.13,31.7777,5.1183,300,5,0,8982,0,1,0,0,0),(103096,25680,571,1,1,15903,0,3294.48,4752.64,31.6828,6.10073,300,5,0,8982,0,1,0,0,0),(103097,25680,571,1,1,15903,0,3236.96,4782.06,33.2956,2.45306,300,5,0,8982,0,1,0,0,0),(103098,25680,571,1,1,15903,0,3376.35,4712.86,33.2346,4.03666,300,5,0,8982,0,1,0,0,0),(103099,25680,571,1,1,15903,0,3352.17,4747.25,31.1944,4.91997,300,5,0,8982,0,1,0,0,0),(103100,25680,571,1,1,15903,0,3404.07,4676.95,27.2697,1.74149,300,5,0,8982,0,1,0,0,0),(103101,25680,571,1,1,15903,0,3218.38,4846.75,27.7368,0.361636,300,5,0,8982,0,1,0,0,0),(103102,25680,571,1,1,15903,0,3245.83,4813.57,29.7333,5.99888,300,5,0,8982,0,1,0,0,0),(103103,25680,571,1,1,15903,0,3235.03,4880.92,29.8405,4.69147,300,5,0,8982,0,1,0,0,0),(103104,25680,571,1,1,15903,0,3276.03,4882.44,29.8747,3.71903,300,5,0,8982,0,1,0,0,0),(103105,25680,571,1,1,15903,0,3414.93,4016.14,24.5371,5.35526,300,5,0,8982,0,1,0,0,0),(103106,25680,571,1,1,15903,0,3216.33,4407.78,26.9896,6.15779,300,5,0,8982,0,1,0,0,0),(103107,25680,571,1,1,15903,0,3170.91,4414.89,27.9698,1.09366,300,5,0,8982,0,1,0,0,0),(103108,25680,571,1,1,15903,0,3090.6,4446.24,26.7103,6.04028,300,5,0,8982,0,1,0,0,0),(103109,25680,571,1,1,15903,0,3121.42,4355.07,26.0898,4.45676,300,5,0,8982,0,1,0,0,0),(103110,25680,571,1,1,15903,0,3100.62,4376.86,27.4611,0.079637,300,5,0,8982,0,1,0,0,0),(103111,25680,571,1,1,15903,0,3061.95,4415.62,26.6213,1.2579,300,5,0,8982,0,1,0,0,0),(103112,25680,571,1,1,15903,0,3145.02,4446.73,29.3378,1.16065,300,5,0,8982,0,1,0,0,0),(103113,25680,571,1,1,15903,0,3290.74,4568.52,29.374,5.79076,300,5,0,8982,0,1,0,0,0),(103114,25680,571,1,1,15903,0,3245.9,4453,27.8016,5.08419,300,5,0,8982,0,1,0,0,0),(103115,25680,571,1,1,15903,0,3152.11,4311.63,26.6466,5.01022,300,5,0,8982,0,1,0,0,0),(103116,25680,571,1,1,15903,0,3096.38,4325.43,28.7937,0.310569,300,5,0,8982,0,1,0,0,0),(103117,25680,571,1,1,15903,0,3181.25,4331.25,29.0815,0.106473,300,5,0,8982,0,1,0,0,0),(103118,25680,571,1,1,15903,0,3212.14,4377.88,26.0584,3.73733,300,5,0,8982,0,1,0,0,0),(103119,25680,571,1,1,15903,0,3250.01,4369.89,25.5215,2.25929,300,5,0,8982,0,1,0,0,0),(103120,25680,571,1,1,15903,0,3115.05,5151.9,40.8793,1.85355,300,5,0,8982,0,1,0,0,0),(103121,25680,571,1,1,15903,0,3147.79,5108.87,36.1703,5.22682,300,5,0,8982,0,1,0,0,0),(103122,25680,571,1,1,15903,0,3081.86,5115.2,34.079,1.71578,300,5,0,8982,0,1,0,0,0),(103123,25680,571,1,1,15903,0,3113.27,5016.55,31.7738,0.851592,300,5,0,8982,0,1,0,0,0),(103124,25680,571,1,1,15903,0,3685.97,4079.89,23.7277,4.82283,300,5,0,8982,0,1,0,0,0),(103125,25680,571,1,1,15903,0,3713.34,4051.41,27.9691,3.48197,300,5,0,8982,0,1,0,0,0),(103126,25680,571,1,1,15903,0,3726.42,4184.8,24.6852,0.66334,300,5,0,8982,0,1,0,0,0),(103127,25680,571,1,1,15903,0,3679.67,4149.3,27.6847,1.55546,300,5,0,8982,0,1,0,0,0),(103128,25680,571,1,1,15903,0,3018.37,5114.29,36.1074,1.53953,300,5,0,8982,0,1,0,0,0),(103129,25680,571,1,1,15903,0,2910.76,5145.52,37.0005,2.94495,300,5,0,8982,0,1,0,0,0),(103130,25680,571,1,1,15903,0,3349.31,4054.17,25.9128,0.434441,300,5,0,8982,0,1,0,0,0),(103131,25680,571,1,1,15903,0,2945.72,5111.88,35.637,4.27402,300,5,0,8982,0,1,0,0,0),(103132,25680,571,1,1,15903,0,3323.16,4147.78,25.9892,6.08559,300,5,0,8982,0,1,0,0,0),(103133,25680,571,1,1,15903,0,2985.05,5083.57,30.9216,1.6572,300,5,0,8982,0,1,0,0,0),(103134,25680,571,1,1,15903,0,2923.55,5090.47,31.8746,1.19177,300,5,0,8982,0,1,0,0,0),(103135,25680,571,1,1,15903,0,3352.63,4121.09,25.9492,5.31061,300,5,0,8982,0,1,0,0,0),(103136,25680,571,1,1,15903,0,2986.55,5011.77,31.1345,2.97179,300,5,0,8982,0,1,0,0,0),(103137,25680,571,1,1,15903,0,2941.16,4992.65,33.1378,3.54495,300,5,0,8982,0,1,0,0,0),(103138,25680,571,1,1,15903,0,3193.5,5114.97,35.971,3.56527,300,5,0,8982,0,1,0,0,0),(103139,25680,571,1,1,15903,0,3518.37,4110.42,18.9712,2.82627,300,5,0,8982,0,1,0,0,0),(103140,25680,571,1,1,15903,0,3548.18,4077.67,22.4928,3.51213,300,5,0,8982,0,1,0,0,0),(103141,25680,571,1,1,15903,0,2913.74,5009.97,29.9026,5.166,300,5,0,8982,0,1,0,0,0),(103142,25680,571,1,1,15903,0,2947.79,5045.88,31.1822,4.74036,300,5,0,8982,0,1,0,0,0),(103143,25680,571,1,1,15903,0,2874.95,4984.19,32.3438,4.05229,300,5,0,8982,0,1,0,0,0),(103144,25680,571,1,1,15903,0,2755.77,4985.47,32.3119,1.50269,300,5,0,8982,0,1,0,0,0),(103145,25680,571,1,1,15903,0,3550.34,4015.32,23.8885,1.83802,300,5,0,8982,0,1,0,0,0),(103146,25680,571,1,1,15903,0,3482.81,4013.44,26.8799,2.66248,300,5,0,8982,0,1,0,0,0),(103147,25680,571,1,1,15903,0,3453.56,3910.67,27.5978,5.51119,300,5,0,8982,0,1,0,0,0),(103148,26704,571,1,1,27078,1,4477.29,-3640.52,231.926,1.86256,300,5,0,10282,0,1,0,0,0),(103149,26704,571,1,1,27230,1,4486.9,-3610.64,230.242,1.16063,300,5,0,10282,0,1,0,0,0),(103150,25680,571,1,1,15903,0,3515.49,3980.99,28.3932,6.01217,300,5,0,8982,0,1,0,0,0),(103151,26704,571,1,1,27251,1,4511.6,-3660.68,229.375,2.78064,300,5,0,10282,0,1,0,0,0),(103152,25680,571,1,1,15903,0,2646.82,5077.71,39.8318,1.66765,300,5,0,8982,0,1,0,0,0),(103153,25680,571,1,1,15903,0,2721.7,5081.12,26.7002,2.99459,300,5,0,8982,0,1,0,0,0),(103154,25680,571,1,1,15903,0,2677.31,5050.13,35.2996,3.35385,300,5,0,8982,0,1,0,0,0),(103155,25680,571,1,1,15903,0,2819.99,5054.27,28.4728,0.867685,300,5,0,8982,0,1,0,0,0),(103156,25680,571,1,1,15903,0,2851.24,5086.32,28.2326,1.81794,300,5,0,8982,0,1,0,0,0),(103157,25680,571,1,1,15903,0,2811.58,4986.85,24.015,0.866135,300,5,0,8982,0,1,0,0,0),(103158,25680,571,1,1,15903,0,2793.5,5089.62,28.3297,4.94728,300,5,0,8982,0,1,0,0,0),(103159,25680,571,1,1,15903,0,2847.39,5012.53,28.9763,1.09691,300,5,0,8982,0,1,0,0,0),(103160,25680,571,1,1,15903,0,2785.82,5023.3,27.6594,1.0378,300,5,0,8982,0,1,0,0,0),(103161,24400,571,1,1,16381,1,2045.03,-3214.33,60.5304,3.84679,300,5,0,5589,3155,1,0,0,0),(103162,25680,571,1,1,15903,0,2750.03,5048.07,26.9799,4.60281,300,5,0,8982,0,1,0,0,0),(103163,25680,571,1,1,15903,0,2713.48,5020.74,28.2823,5.67405,300,5,0,8982,0,1,0,0,0),(103164,25680,571,1,1,15903,0,2682.25,4976.98,34.6991,5.23275,300,5,0,8982,0,1,0,0,0),(103165,25680,571,1,1,15903,0,3452.66,3981.78,28.2354,5.28284,300,5,0,8982,0,1,0,0,0),(103166,25680,571,1,1,15903,0,2643.5,4979.26,36.414,3.99611,300,5,0,8982,0,1,0,0,0),(103167,25680,571,1,1,15903,0,2658.23,5016.61,35.2516,5.40607,300,5,0,8982,0,1,0,0,0),(103168,25680,571,1,1,15903,0,3147.38,4987.17,23.646,4.49298,300,5,0,8982,0,1,0,0,0),(103169,24400,571,1,1,16381,1,2021.67,-3224.37,74.9953,0.534803,300,5,0,5589,3155,1,0,0,0),(103170,24400,571,1,1,16381,1,1983.49,-3262.15,90.2468,6.04283,300,5,0,5589,3155,1,0,0,0),(103171,25680,571,1,1,15903,0,3176.66,5018.15,29.0898,3.93003,300,5,0,8982,0,1,0,0,0),(103172,25680,571,1,1,15903,0,3239.32,5046.44,32.6888,3.78136,300,5,0,8982,0,1,0,0,0),(103173,25680,571,1,1,15903,0,3217.01,5084.52,31.8934,5.56817,300,5,0,8982,0,1,0,0,0),(103174,26704,571,1,1,27078,1,4540.49,-3360.87,234.19,4.0751,300,5,0,10282,0,1,0,0,0),(103175,25680,571,1,1,15903,0,3232.15,5019.62,32.0507,0.5089,300,5,0,8982,0,1,0,0,0),(103176,25680,571,1,1,15903,0,3281.77,5020.44,26.1084,0.101709,300,5,0,8982,0,1,0,0,0),(103177,26704,571,1,1,27230,1,4516.55,-3509.4,227.135,3.33543,300,5,0,10282,0,1,0,0,0),(103178,26704,571,1,1,27078,1,4533.68,-3527.92,227.265,2.14675,300,0,0,10282,0,0,0,0,0),(103179,26704,571,1,1,27230,1,4554.79,-3539.84,229.009,3.8638,300,5,0,10282,0,1,0,0,0),(103180,26704,571,1,1,27230,1,4564.08,-3514.62,227.101,2.44346,300,0,0,10282,0,0,0,0,0),(103181,26704,571,1,1,27251,1,4556.02,-3472.28,227.057,-2.18714,300,0,0,10282,0,0,0,0,0),(103182,26704,571,1,1,27251,1,4483.51,-3433.65,227.396,5.18363,300,0,0,10282,0,0,0,0,0),(103183,26704,571,1,1,27230,1,4512.07,-3438.27,227.057,0.251406,300,5,0,10282,0,1,0,0,0),(103184,26704,571,1,1,27251,1,4462.27,-3450.49,229.296,0.662242,300,0,0,10282,0,2,0,0,0),(103185,26704,571,1,1,27251,1,4515.84,-3440.8,227.057,1.63621,300,0,0,10282,0,0,0,0,0),(103186,26704,571,1,1,27078,1,4494.4,-3398.47,228.918,-2.24631,300,0,0,10282,0,2,0,0,0),(103187,26704,571,1,1,27230,1,4470.54,-3511.95,229.882,4.01426,300,0,0,10282,0,0,0,0,0),(103188,26704,571,1,1,27251,1,4463.9,-3503.42,229.433,1.83419,300,0,0,10282,0,0,0,0,0),(103189,26704,571,1,1,27230,1,4464.42,-3463.25,227.655,5.42797,300,0,0,10282,0,0,0,0,0),(103190,25680,571,1,1,15903,0,3043.22,5013.05,37.1842,0.322955,300,5,0,8982,0,1,0,0,0),(103191,25680,571,1,1,15903,0,3081.34,5048.73,29.5471,5.22795,300,5,0,8982,0,1,0,0,0),(103192,26704,571,1,1,27078,1,4557.35,-3476.16,227.057,2.08923,300,0,0,10282,0,0,0,0,0),(103193,26704,571,1,1,27230,1,4485.52,-3639.59,230.551,0.367805,300,5,0,10282,0,1,0,0,0),(103194,26704,571,1,1,27078,1,4480.05,-3607.04,230.982,2.51021,300,5,0,10282,0,1,0,0,0),(103195,25680,571,1,1,15903,0,3412.48,4012.71,24.6621,5.69014,300,5,0,8982,0,1,0,0,0),(103196,26704,571,1,1,27078,1,4464.81,-3425.01,232.544,3.80383,300,5,0,10282,0,1,0,0,0),(103197,26704,571,1,1,27251,1,4544.82,-3473.85,227.057,2.43178,300,5,0,10282,0,1,0,0,0),(103198,25680,571,1,1,15903,0,3188.32,4878.9,27.5738,0.249363,300,5,0,8982,0,1,0,0,0),(103199,25680,571,1,1,15903,0,3613.34,4080.54,21.7159,3.8905,300,5,0,8982,0,1,0,0,0),(103200,25680,571,1,1,15903,0,3550.74,4079.31,22.9883,6.09514,300,5,0,8982,0,1,0,0,0),(103201,25680,571,1,1,15903,0,3651.5,4054.82,26.0518,0.853535,300,5,0,8982,0,1,0,0,0),(103202,25680,571,1,1,15903,0,3319.19,3979.33,24.6355,4.77743,300,5,0,8982,0,1,0,0,0),(103203,25680,571,1,1,15903,0,3289.02,3951.15,27.2029,2.31538,300,5,0,8982,0,1,0,0,0),(103204,25680,571,1,1,15903,0,3348.51,3957.09,26.1519,3.26602,300,5,0,8982,0,1,0,0,0),(103205,25680,571,1,1,15903,0,3590.92,4041.78,22.9693,4.70725,300,5,0,8982,0,1,0,0,0),(103206,25680,571,1,1,15903,0,3313.78,4981.04,28.5264,3.47186,300,5,0,8982,0,1,0,0,0),(103207,25680,571,1,1,15903,0,3520.99,3979.18,28.3932,2.41904,300,5,0,8982,0,1,0,0,0),(103208,25680,571,1,1,15903,0,3312.62,4917.81,31.9523,3.2421,300,5,0,8982,0,1,0,0,0),(103209,25680,571,1,1,15903,0,3384.19,4778.26,31.5714,6.21376,300,5,0,8982,0,1,0,0,0),(103210,25680,571,1,1,15903,0,3345.21,4882.35,27.624,4.60565,300,5,0,8982,0,1,0,0,0),(103211,25680,571,1,1,15903,0,3409.52,4810.2,32.3657,4.60709,300,5,0,8982,0,1,0,0,0),(103212,25680,571,1,1,15903,0,3371.01,4911.77,30.5492,3.68988,300,5,0,8982,0,1,0,0,0),(103213,25680,571,1,1,15903,0,3403.31,4621.84,26.1827,2.8098,300,5,0,8982,0,1,0,0,0),(103214,25680,571,1,1,15903,0,3387.15,4852.31,28.9637,3.88762,300,5,0,8982,0,1,0,0,0),(103215,25680,571,1,1,15903,0,3407.26,4757.48,28.6537,1.27497,300,5,0,8982,0,1,0,0,0),(103216,25680,571,1,1,15903,0,3219.28,4919.86,37.3923,3.27409,300,5,0,8982,0,1,0,0,0),(103217,25680,571,1,1,15903,0,3343.13,4548.08,28.8559,4.28545,300,5,0,8982,0,1,0,0,0),(103218,25680,571,1,1,15903,0,3256.24,4978.83,30.8088,3.24751,300,5,0,8982,0,1,0,0,0),(103219,25680,571,1,1,15903,0,3383.58,4584.7,29.2369,6.03732,300,5,0,8982,0,1,0,0,0),(103221,25680,571,1,1,15903,0,3623.04,4151.3,25.3057,0.61344,300,5,0,8982,0,1,0,0,0),(103222,25680,571,1,1,15903,0,3275.93,4951.74,31.9622,1.54931,300,5,0,8982,0,1,0,0,0),(103223,25680,571,1,1,15903,0,3148.68,4383.9,26.2185,4.98239,300,5,0,8982,0,1,0,0,0),(103224,25680,571,1,1,15903,0,3579.73,4109.64,22.7158,4.55438,300,5,0,8982,0,1,0,0,0),(103225,28494,571,1,1,0,1,5554.5,-3463.45,350.41,5.34071,10,0,0,1,0,0,0,0,0),(103226,25680,571,1,1,15903,0,3272.29,4425.87,25.0336,3.03261,300,5,0,8982,0,1,0,0,0),(103227,25680,571,1,1,15903,0,3287.49,4488.12,27.8579,5.96761,300,5,0,8982,0,1,0,0,0),(103228,25680,571,1,1,15903,0,2693.88,5131.94,33.0536,6.15683,300,5,0,8982,0,1,0,0,0),(103229,25680,571,1,1,15903,0,3484.52,4015.93,26.5722,6.26075,300,5,0,8982,0,1,0,0,0),(103230,25680,571,1,1,15903,0,3416.02,4013.34,25.4295,5.75468,300,5,0,8982,0,1,0,0,0),(103231,25680,571,1,1,15903,0,3449.11,3980.68,28.4213,5.89931,300,5,0,8982,0,1,0,0,0),(103232,25680,571,1,1,15903,0,3412.82,3943.73,27.3971,4.57332,300,5,0,8982,0,1,0,0,0),(103234,25680,571,1,1,15903,0,3359.8,4115.6,24.5704,2.79791,300,5,0,8982,0,1,0,0,0),(103235,25680,571,1,1,15903,0,3520.61,4110.25,19.5962,1.97411,300,5,0,8982,0,1,0,0,0),(103237,25425,571,1,1,23188,0,4547.75,5333.09,-28.4066,3.63029,300,0,0,8982,3155,0,0,0,0),(103238,29777,571,1,1,26524,0,5818.66,683.118,648.791,3.00197,300,0,0,42,0,0,0,0,0),(103240,28497,571,1,1,25486,0,5575.85,5758.88,-75.117,4.60767,300,0,0,8982,0,0,0,0,0),(103241,32337,571,1,1,26440,1,5888.18,604.273,650.377,2.33874,300,0,0,10635,0,0,0,0,0),(103242,26961,571,1,1,24208,0,1982.36,-6131.68,24.4877,3.03687,300,0,0,7181,0,0,0,0,0),(103247,26705,571,1,1,27181,1,3358.7,-3.7147,67.0664,2.48583,300,5,0,1442,1654,1,0,0,0),(103248,26705,571,1,1,27181,1,4478.71,-244.848,90.3008,6.01467,300,5,0,1442,1654,1,0,0,0),(103249,26705,571,1,1,27181,1,3407.52,581.484,77.7516,0.70371,300,5,0,1442,1654,1,0,0,0); +INSERT INTO `creature` VALUES (103250,26705,571,1,1,27181,1,4196.18,293.858,63.5799,5.52328,300,5,0,1442,1654,1,0,0,0),(103251,26705,571,1,1,27172,1,3490.1,528.693,65.5237,2.2169,300,5,0,1442,1654,1,0,0,0),(103252,26705,571,1,1,27172,1,3777.76,564.828,66.5493,3.82818,300,0,0,1442,1654,0,0,0,0),(103253,26705,571,1,1,27181,1,4118.34,78.5589,55.1042,1.85601,300,0,0,1442,1654,0,0,0,0),(103254,26705,571,1,1,27172,1,3858.02,82.8416,46.7952,2.97076,300,5,0,1442,1654,1,0,0,0),(103255,26449,571,1,2,23553,1,1890.87,5895.02,-5.63182,2.82743,300,0,0,8982,0,0,0,0,0),(103256,27986,571,1,1,24969,1,5584.49,5748.84,-71.9047,3.24631,300,0,0,35310,0,0,0,0,0),(103257,26194,571,1,1,23657,1,2774.97,934.863,22.622,5.11381,300,0,0,9610,0,0,0,0,0),(103258,5202,571,1,1,3020,0,2019.05,-6024.4,8.14721,3.31613,300,0,0,42,0,0,0,0,0),(103259,30290,571,1,1,19259,0,5586.47,-699.459,207.26,0.715585,300,0,0,37800,0,0,0,0,0),(103260,5202,571,1,1,3020,0,2015.48,-6015.44,8.11283,3.42085,300,0,0,42,0,0,0,0,0),(103261,30290,571,1,1,19259,0,5582.34,-693.331,206.816,0.401426,300,0,0,37800,0,0,0,0,0),(103262,5202,571,1,1,3020,0,2011.44,-6007.26,8.45179,3.59538,300,0,0,42,0,0,0,0,0),(103263,26962,571,1,1,24209,0,1945.71,-6194.1,23.9348,1.16937,300,0,0,7181,0,0,0,0,0),(103264,28242,571,1,1,25940,1,6239.28,4069.72,13.7668,4.19979,300,5,0,37800,0,1,0,0,0),(103265,28242,571,1,1,25940,1,6275.11,3977.39,72.8108,-2.12699,300,0,0,37800,0,0,0,0,0),(103266,28242,571,1,1,25940,1,6187.99,3779.25,143.442,3.95822,300,5,0,37800,0,1,0,0,0),(103267,28242,571,1,1,25940,1,6245.48,3944.21,80.3541,0.508409,300,5,0,37800,0,1,0,0,0),(103268,28242,571,1,1,25940,1,6270.21,3806.65,202.229,1.00508,300,5,0,37800,0,1,0,0,0),(103269,28242,571,1,1,25940,1,6086.64,3748.62,96.6189,6.19622,300,5,0,37800,0,1,0,0,0),(103270,28242,571,1,1,25940,1,6164.14,3738.44,152.321,4.31955,300,5,0,37800,0,1,0,0,0),(103271,28242,571,1,1,25940,1,6009.46,3685.04,55.9988,1.93117,300,5,0,37800,0,1,0,0,0),(103272,26706,571,1,1,1083,0,4569.04,-3577.45,233.179,2.30142,300,5,0,10282,0,1,0,0,0),(103273,26706,571,1,1,1083,0,4438.28,-3677.34,237.097,1.66126,300,5,0,10282,0,1,0,0,0),(103274,26706,571,1,1,1083,0,4433.03,-3390.35,233.457,2.54222,300,5,0,10282,0,1,0,0,0),(103275,26706,571,1,1,1083,0,4462.86,-3582.38,230.701,4.34487,300,5,0,10282,0,1,0,0,0),(103276,26706,571,1,1,1083,0,4503.65,-3685.64,226.81,1.74883,300,5,0,10282,0,1,0,0,0),(103277,26706,571,1,1,1083,0,4596.65,-3623.64,239.444,3.64143,300,5,0,10282,0,1,0,0,0),(103278,24914,571,1,1,23355,0,234.348,-3839.66,6.547,3.89962,300,0,0,126000,0,2,0,0,0),(103279,26706,571,1,1,1083,0,4616.35,-3540.09,230.804,2.01186,300,5,0,10282,0,1,0,0,0),(103280,26706,571,1,1,1083,0,4494.96,-3356.34,238.14,4.60087,300,5,0,10282,0,1,0,0,0),(103281,26706,571,1,1,1083,0,4563.19,-3695.27,231.602,5.11861,300,5,0,10282,0,1,0,0,0),(103282,26706,571,1,1,1083,0,4406.7,-3621.04,237.323,3.17677,300,5,0,10282,0,1,0,0,0),(103283,26706,571,1,1,1083,0,4495.79,-3679.44,226.484,3.16033,300,5,0,10282,0,1,0,0,0),(103284,26706,571,1,1,1083,0,4432.1,-3395.25,233.218,4.83263,300,5,0,10282,0,1,0,0,0),(103285,25682,571,1,1,17252,0,4385.13,4527.21,111.6,3.09936,300,0,0,7688,7500,0,0,0,0),(103286,26707,571,1,1,24003,1,3836,-4542.08,209.374,0.855211,300,0,0,10282,3466,0,0,0,0),(103287,23891,571,1,1,21884,1,1962.02,-3228.32,153.741,6.02139,300,0,0,7432,7332,0,0,0,0),(103288,27219,571,1,1,15152,0,2876.32,-282.581,108.075,3.10669,300,0,0,9610,0,0,0,0,0),(103289,27987,571,1,1,24972,1,5584.02,5200.42,-129.298,0.593412,300,0,0,11001,0,0,0,0,0),(103290,28243,571,1,1,25254,0,5448.97,-1600.01,248.333,4.71994,300,0,0,630000,0,2,0,0,0),(103295,32339,571,1,1,27766,0,5785.69,605.774,565.386,2.18166,300,0,0,7185,7196,0,0,0,0),(103296,29523,571,1,1,26321,0,5661.52,626.875,648.189,0.261799,300,0,0,10635,0,0,0,0,0),(103297,26963,571,1,1,24210,0,1983.1,-6129.26,24.4877,2.9147,300,0,0,7181,0,0,0,0,0),(103298,24147,571,1,1,22151,0,420.133,-4528.42,246.827,5.06145,300,0,0,8982,0,0,0,0,0),(103301,27475,571,1,1,24658,1,3984.89,-3126.17,278.233,3.49223,300,5,0,9291,3231,1,0,0,0),(103302,27475,571,1,1,24657,1,3997.04,-3169.43,278.797,3.18197,300,5,0,9291,3231,1,0,0,0),(103303,27475,571,1,1,24656,1,3982.97,-3093.71,275.522,1.33008,300,5,0,9291,3231,1,0,0,0),(103304,27475,571,1,1,24656,1,4044.09,-3226.41,284.51,3.88415,300,5,0,9291,3231,1,0,0,0),(103305,27475,571,1,1,24656,1,4095.63,-3222.34,278.307,2.50531,300,5,0,9291,3231,1,0,0,0),(103306,27475,571,1,1,24658,1,4279.6,-3138.82,309.196,1.96889,300,5,0,9291,3231,1,0,0,0),(103307,27475,571,1,1,24657,1,4414.3,-3238.94,310.136,3.56634,300,0,0,9291,3231,0,0,0,0),(103308,27475,571,1,1,24657,1,4420.07,-3291.6,321.528,2.86249,300,5,0,9291,3231,1,0,0,0),(103309,27475,571,1,1,24657,1,4357.2,-3314.82,312.577,5.96903,300,0,0,9291,3231,0,0,0,0),(103310,27475,571,1,1,24656,1,4434.36,-3107.59,311.449,6.12603,300,5,0,9291,3231,1,0,0,0),(103311,27475,571,1,1,24656,1,4362.55,-3094.15,326.527,0.436332,300,0,0,9291,3231,0,0,0,0),(103312,27475,571,1,1,24656,1,4374.12,-3084.07,339.849,1.89716,300,5,0,9291,3231,1,0,0,0),(103313,27475,571,1,1,24658,1,4422.01,-3149.59,309.965,2.61181,300,0,0,9291,3231,0,0,0,0),(103314,27475,571,1,1,24658,1,4393.91,-3040.31,328.632,-0.249904,300,0,0,9291,3231,0,0,0,0),(103315,27475,571,1,1,24658,1,4415.98,-3049.31,328.632,0.468966,300,0,0,9291,3231,0,0,0,0),(103316,27475,571,1,1,24657,1,4483.52,-3227.73,323.017,6.22259,300,5,0,9291,3231,1,0,0,0),(103317,27475,571,1,1,24656,1,4376.45,-3093.39,339.849,0.858109,300,0,0,9291,3231,0,0,0,0),(103318,27475,571,1,1,24656,1,4353.26,-3097.96,326.452,3.72677,300,5,0,9291,3231,1,0,0,0),(103319,27475,571,1,1,24657,1,4435.62,-3107.61,310.811,0.545098,300,0,0,9291,3231,0,0,0,0),(103320,27475,571,1,1,24656,1,4417.98,-3152.48,309.957,1.83475,300,0,0,9291,3231,0,0,0,0),(103324,27475,571,1,1,24658,1,4016.11,-3137.13,278.026,3.16986,300,5,0,9291,3231,1,0,0,0),(103325,27475,571,1,1,24656,1,4064.87,-3175.92,277.649,6.24996,300,5,0,9291,3231,1,0,0,0),(103326,27475,571,1,1,24656,1,4111.56,-3147.81,275.082,5.1513,300,5,0,9291,3231,1,0,0,0),(103327,27475,571,1,1,24656,1,4006.31,-3059.62,275.198,3.56835,300,5,0,9291,3231,1,0,0,0),(103328,27475,571,1,1,24656,1,4022.98,-3070.87,273.069,4.86688,300,5,0,9291,3231,1,0,0,0),(103329,27475,571,1,1,24656,1,4023.05,-3031.87,272.805,4.13308,300,5,0,9291,3231,1,0,0,0),(103330,27475,571,1,1,24656,1,3975.03,-2946.6,277.817,4.09372,300,5,0,9291,3231,1,0,0,0),(103331,27475,571,1,1,24656,1,3937.87,-2953.11,277.773,4.87241,300,5,0,9291,3231,1,0,0,0),(103332,27475,571,1,1,24658,1,3987.8,-2991.63,274.89,6.11954,300,5,0,9291,3231,1,0,0,0),(103333,30035,571,1,1,26092,1,8443.45,179.44,796.767,5.21853,300,0,0,12175,3893,0,0,0,0),(103334,30035,571,1,1,26092,1,8467.08,198.968,791.23,5.23599,300,0,0,12175,3893,0,0,0,0),(103335,30035,571,1,1,26092,1,8445.96,73.5879,789.851,2.3911,300,0,0,12175,3893,0,0,0,0),(103336,30035,571,1,1,26092,1,8433.01,125.511,797.238,4.38078,300,0,0,12175,3893,0,0,0,0),(103337,30035,571,1,1,26092,1,8295.77,-146.861,845.207,1.8675,300,0,0,12175,3893,0,0,0,0),(103338,30035,571,1,1,26092,1,8332.85,-166.474,840.164,2.53073,300,0,0,12175,3893,0,0,0,0),(103339,30035,571,1,1,26092,1,8500.23,18.246,789.435,2.96706,300,0,0,12175,3893,0,0,0,0),(103340,30035,571,1,1,26092,1,8550.91,-199.233,808.224,2.54818,300,0,0,12175,3893,0,0,0,0),(103341,30035,571,1,1,26092,1,8388.09,65.078,801.274,2.11185,300,0,0,12175,3893,0,0,0,0),(103342,30035,571,1,1,26092,1,8404.76,25.052,796.858,2.6529,300,0,0,12175,3893,0,0,0,0),(103343,30035,571,1,1,26092,1,8366.72,44.5443,806.508,2.68781,300,0,0,12175,3893,0,0,0,0),(103344,30035,571,1,1,26092,1,8375.62,-187.677,832.759,2.72271,300,0,0,12175,3893,0,0,0,0),(103345,30035,571,1,1,26092,1,8336.43,-67.582,824.265,3.00197,300,0,0,12175,3893,0,0,0,0),(103346,30035,571,1,1,26092,1,8318,-33.5844,824.1,2.54818,300,0,0,12175,3893,0,0,0,0),(103347,30035,571,1,1,26092,1,8347.63,-146.548,832.788,2.68781,300,0,0,12175,3893,0,0,0,0),(103348,30035,571,1,1,26092,1,8340.13,-116.164,827.226,3.49066,300,0,0,12175,3893,0,0,0,0),(103349,30035,571,1,1,26092,1,8378.84,-42.1826,807.622,2.96706,300,0,0,12175,3893,0,0,0,0),(103350,30035,571,1,1,26092,1,8406.68,-182.257,822.785,1.76278,300,0,0,12175,3893,0,0,0,0),(103351,30035,571,1,1,26092,1,8405.72,-132.577,812.547,1.71042,300,0,0,12175,3893,0,0,0,0),(103352,30035,571,1,1,26092,1,8438.65,-111.791,800.529,2.68781,300,0,0,12175,3893,0,0,0,0),(103353,30035,571,1,1,26092,1,8450.17,-228.379,830.435,2.49582,300,0,0,12175,3893,0,0,0,0),(103354,30035,571,1,1,26092,1,8339.29,-11.6549,814.416,2.89725,300,0,0,12175,3893,0,0,0,0),(103355,30035,571,1,1,26092,1,8383.99,-152.009,820.334,2.07694,300,0,0,12175,3893,0,0,0,0),(103356,30035,571,1,1,26092,1,8460.66,-80.3912,794.617,2.63545,300,0,0,12175,3893,0,0,0,0),(103357,30035,571,1,1,26092,1,8488.12,-192.208,810.357,1.97222,300,0,0,12175,3893,0,0,0,0),(103358,26708,571,1,1,24016,1,4319.36,-2636.81,255.605,-2.10549,300,0,0,9940,0,0,0,0,0),(103359,26708,571,1,1,24016,1,4375.9,-2549.44,248.013,1.25664,300,5,0,9940,0,1,0,0,0),(103360,30548,571,1,1,27106,0,7137.46,-1324.46,916.448,2.80998,300,0,0,12600,0,0,0,0,0),(103361,28244,571,1,1,1619,1,5450.15,-2639.06,306.551,1.56042,300,0,0,106350,0,0,0,0,0),(103362,29780,571,1,1,7920,0,5816.71,680.573,649.757,2.37365,300,0,0,42,0,0,0,0,0),(103364,26964,571,1,1,24211,0,1875.43,-6198.47,23.8265,0.226893,300,0,0,7181,0,0,0,0,0),(103365,24148,571,1,1,22156,1,450.466,-4634.92,246.852,1.58825,300,0,0,8982,0,0,0,0,0),(103366,26708,571,1,1,24016,1,4386.73,-2543.44,249.668,5.7667,300,5,0,9940,0,1,0,0,0),(103367,26708,571,1,1,24017,1,4346.52,-2557.32,245.95,4.83456,300,0,0,9940,0,0,0,0,0),(103368,25428,571,1,1,27192,1,4623.73,5444.57,95.4712,4.41568,300,0,0,7984,3080,0,0,0,0),(103369,25428,571,1,1,27170,1,4553.69,5462.91,75.6573,1.13446,300,0,0,7984,3080,0,0,0,0),(103370,25428,571,1,1,27192,1,4560.17,5493.98,74.4848,4.72984,300,0,0,7984,3080,0,0,0,0),(103371,25428,571,1,1,27192,1,4326.81,5301.91,58.0383,3.19395,300,0,0,7984,3080,0,0,0,0),(103372,25428,571,1,1,27192,1,4277.18,5381.06,36.6492,2.40855,300,0,0,7984,3080,0,0,0,0),(103373,25428,571,1,1,27192,1,4312.05,5422.01,43.6371,2.32129,300,0,0,7984,3080,0,0,0,0),(103374,25428,571,1,1,27170,1,4284.39,5401.28,33.5056,3.24631,300,0,0,7984,3080,0,0,0,0),(103375,25428,571,1,1,27192,1,4346.02,5417.23,86.4528,3.05433,300,0,0,7984,3080,0,0,0,0),(103376,25428,571,1,1,27192,1,4454.6,5477.87,61.3894,0.977384,300,0,0,7984,3080,0,0,0,0),(103377,25428,571,1,1,27192,1,4460.63,5488.2,58.0423,4.43314,300,0,0,7984,3080,0,0,0,0),(103378,25428,571,1,1,27170,1,4348.04,5516.17,50.7064,6.21337,300,0,0,7984,3080,0,0,0,0),(103379,25428,571,1,1,27192,1,4295.72,5427.55,43.2345,0.10472,300,0,0,7984,3080,0,0,0,0),(103380,25428,571,1,1,27170,1,4361.31,5522.59,51.2075,3.9968,300,0,0,7984,3080,0,0,0,0),(103381,25428,571,1,1,27192,1,4424.5,5439.63,-15.0554,3.07178,300,0,0,7984,3080,0,0,0,0),(103382,25428,571,1,1,27170,1,4356.88,5277.74,53.5902,0.10472,300,0,0,7984,3080,0,0,0,0),(103383,25428,571,1,1,27192,1,4362.96,5456.24,49.1395,4.89898,300,5,0,7984,3080,1,0,0,0),(103384,25428,571,1,1,27192,1,4366.79,5270.02,52.6986,1.58825,300,0,0,7984,3080,0,0,0,0),(103385,25428,571,1,1,27170,1,4357.61,5449.8,48.1634,6.23082,300,0,0,7984,3080,0,0,0,0),(103386,25428,571,1,1,27170,1,4472.84,5037.19,52.4861,1.20428,300,0,0,7984,3080,0,0,0,0),(103387,26708,571,1,1,24017,1,4370.69,-2519.09,247.241,3.9619,300,0,0,9940,0,0,0,0,0),(103388,27220,571,1,1,24424,1,2805.5,-736.527,33.4964,2.15265,300,0,0,9610,0,2,0,0,0),(103389,26708,571,1,1,24018,1,4304.03,-2459.82,237.565,6.05629,300,5,0,9940,0,1,0,0,0),(103390,26708,571,1,1,24016,1,4306.41,-2460.54,237.565,3.00197,300,5,0,9940,0,1,0,0,0),(103391,27220,571,1,1,24424,1,2853.25,-1061.15,12.1939,5.75446,300,0,0,9610,0,2,0,0,0),(103392,25428,571,1,1,27170,1,4609.6,5417.42,96.134,0.907571,300,0,0,7984,3080,0,0,0,0),(103394,27220,571,1,1,24424,1,2872.44,-1340.79,33.6575,1.98041,300,0,0,9610,0,2,0,0,0),(202492,23755,571,1,1,0,0,1704.05,-2546.4,13.0145,5.46288,120,0,0,1,0,0,0,0,0),(103396,27220,571,1,1,24429,1,2888.33,-731.726,76.909,3.36486,300,0,0,9610,0,2,0,0,0),(103397,25428,571,1,1,27170,1,4529.13,5081.69,61.5584,2.94961,300,0,0,7984,3080,0,0,0,0),(103398,27220,571,1,1,24429,1,2907.92,-999.159,19.1399,1.14531,300,0,0,9610,0,2,0,0,0),(103399,25428,571,1,1,27192,1,4490.94,5202.5,78.3843,3.68265,300,0,0,7984,3080,0,0,0,0),(103400,27220,571,1,1,24424,1,2972.5,-1073.88,27.8899,0.533724,300,0,0,9610,0,2,0,0,0),(103401,26708,571,1,1,24018,1,4270.56,-2441.69,232.068,3.28122,300,0,0,9940,0,0,0,0,0),(103402,26708,571,1,1,24018,1,4290.42,-2424.3,239.015,5.96903,300,0,0,9940,0,0,0,0,0),(103403,27220,571,1,1,24429,1,3068.26,-1173.59,26.7535,1.9134,300,0,0,9610,0,2,0,0,0),(103405,26708,571,1,1,24016,1,4356.05,-2467.29,239.123,4.08407,300,0,0,9940,0,0,0,0,0),(103406,26708,571,1,1,24017,1,4330.14,-2498.41,240.113,5.96903,300,0,0,9940,0,0,0,0,0),(103407,26708,571,1,1,24017,1,4422.81,-2587.03,261.515,1.13446,300,0,0,9940,0,0,0,0,0),(103408,25684,571,1,1,15962,0,4403.83,4591.4,115.732,-2.76098,300,0,0,9291,0,0,0,0,0),(103409,26196,571,1,1,25396,1,3363.32,1029.17,141.758,2.49582,300,0,0,9940,0,0,0,0,0),(103410,26708,571,1,1,24018,1,4359.36,-2445.49,239.179,0.593412,300,0,0,9940,0,0,0,0,0),(103411,27220,571,1,1,24429,1,3115.57,-865.589,42.0091,3.45503,300,0,0,9610,0,2,0,0,0),(103413,25428,571,1,1,27192,1,4477.03,5395.29,101.26,2.68781,300,0,0,7984,3080,0,0,0,0),(103415,25684,571,1,1,15958,0,4408.6,4717.13,23.1771,5.89478,300,5,0,9291,0,1,0,0,0),(103416,26708,571,1,1,24017,1,4231.62,-2508.47,232.299,0.593412,300,5,0,9940,0,1,0,0,0),(103417,26708,571,1,1,24016,1,4259,-2517.85,233.108,2.14675,300,5,0,9940,0,1,0,0,0),(103418,25428,571,1,1,27170,1,4429.16,5199.15,77.331,1.0472,300,0,0,7984,3080,0,0,0,0),(103419,25428,571,1,1,27192,1,4427.77,5209.93,77.0042,5.44543,300,0,0,7984,3080,0,0,0,0),(103420,25428,571,1,1,27170,1,4460.13,5188.46,79.1549,6.06474,300,5,0,7984,3080,1,0,0,0),(103421,25428,571,1,1,27170,1,4476.84,5204.78,80.8857,5.3058,300,0,0,7984,3080,0,0,0,0),(103422,25428,571,1,1,27192,1,4603.91,5435.48,90.2243,1.08714,300,5,0,7984,3080,1,0,0,0),(103425,25428,571,1,1,27170,1,4525.34,5390.74,86.176,4.7822,300,0,0,7984,3080,0,0,0,0),(103426,25428,571,1,1,27192,1,4416.55,5127.25,62.9697,2.19912,300,0,0,7984,3080,0,0,0,0),(103427,25428,571,1,1,27192,1,4409.22,5137.08,60.0462,5.37561,300,0,0,7984,3080,0,0,0,0),(103428,26708,571,1,1,24017,1,4322.48,-2614.92,252.609,4.01426,300,0,0,9940,0,0,0,0,0),(103429,25428,571,1,1,27170,1,4487.4,5189.82,78.338,2.1293,300,0,0,7984,3080,0,0,0,0),(103430,25684,571,1,1,15962,0,4350.11,4658.92,57.2542,-2.46,300,5,0,9291,0,1,0,0,0),(202491,23755,571,1,1,0,0,1701.99,-2562.46,13.0145,2.17959,120,0,0,1,0,0,0,0,0),(202490,23755,571,1,1,0,0,1699.95,-2539.66,13.0386,2.80998,120,0,0,1,0,0,0,0,0),(103433,25428,571,1,1,27192,1,4500.28,5391.09,88.6715,2.23651,300,0,0,7984,3080,0,0,0,0),(103434,25428,571,1,1,27170,1,4483.46,5042.92,52.774,2.82743,300,0,0,7984,3080,0,0,0,0),(103435,25428,571,1,1,27170,1,4560.85,5143.77,66.8686,1.53589,300,0,0,7984,3080,0,0,0,0),(103436,25428,571,1,1,27192,1,4431.73,5332.21,-21.8173,5.96903,300,0,0,7984,3080,0,0,0,0),(103437,25428,571,1,1,27192,1,4493.33,5359.54,20.5977,5.8294,300,0,0,7984,3080,0,0,0,0),(103438,25428,571,1,1,27192,1,4445.16,5309.21,15.29,1.46608,300,0,0,7984,3080,0,0,0,0),(103439,25428,571,1,1,27192,1,4455.76,5325.48,14.8145,3.71755,300,0,0,7984,3080,0,0,0,0),(103440,25428,571,1,1,27192,1,4569.4,5308.22,80.2978,2.98451,300,0,0,7984,3080,0,0,0,0),(103441,25428,571,1,1,27170,1,4547.89,5297.73,75.4866,1.0472,300,0,0,7984,3080,0,0,0,0),(103442,25428,571,1,1,27192,1,4545.08,5323,79.2184,5.37561,300,0,0,7984,3080,0,0,0,0),(103443,25428,571,1,1,27192,1,4533.53,5376.56,84.8329,2.53073,300,0,0,7984,3080,0,0,0,0),(213228,17146,530,1,1,0,1,-2886.38,6580.41,49.8269,4.69848,120,0,0,1,0,2,0,0,0),(103445,25428,571,1,1,27170,1,4444.47,5314.36,-23.0218,1.67552,300,0,0,7984,3080,0,0,0,0),(103446,25428,571,1,1,27170,1,4420.79,5304.02,-22.9206,0.942478,300,0,0,7984,3080,0,0,0,0),(103447,25428,571,1,1,27192,1,4540.59,5338.4,-30.332,5.72468,300,0,0,7984,3080,0,0,0,0),(103448,25428,571,1,1,27192,1,4552.47,5327.28,-29.814,2.25148,300,0,0,7984,3080,0,0,0,0),(103449,25428,571,1,1,27192,1,4541.41,5326.44,-31.3256,0.872665,300,0,0,7984,3080,0,0,0,0),(103450,25428,571,1,1,27170,1,4497.35,5426.97,28.2677,5.0091,300,0,0,7984,3080,0,0,0,0),(103451,25428,571,1,1,27192,1,4503.85,5406.62,27.8351,1.93731,300,0,0,7984,3080,0,0,0,0),(103452,25684,571,1,1,14700,0,4300.35,4559.12,44.4484,1.78242,300,5,0,9291,0,1,0,0,0),(103453,25684,571,1,1,15962,0,4426.67,4548.69,105.045,1.65871,300,0,0,9291,0,2,0,0,0),(103454,25684,571,1,1,10612,0,4413.41,4586.98,25.0205,2.8243,300,0,0,9291,0,0,0,0,0),(103455,25684,571,1,1,15958,0,4383.59,4560.94,13.9436,1.229,300,0,0,9291,0,0,0,0,0),(103456,25428,571,1,1,27170,1,4466.65,5407.63,99.6429,4.86947,300,0,0,7984,3080,0,0,0,0),(103457,25428,571,1,1,27170,1,4453.41,5129.11,58.633,5.64932,300,5,0,7984,3080,1,0,0,0),(103458,25428,571,1,1,27192,1,4468.84,5047.14,52.5834,6.02139,300,0,0,7984,3080,0,0,0,0),(103459,25428,571,1,1,27192,1,4473.25,5314.33,81.3582,6.23082,300,0,0,7984,3080,0,0,0,0),(103460,25428,571,1,1,27170,1,4482.05,5319.57,81.1877,4.20624,300,0,0,7984,3080,0,0,0,0),(103461,25428,571,1,1,27192,1,4464.95,5369.64,-15.1538,3.82227,300,0,0,7984,3080,0,0,0,0),(103463,25428,571,1,1,27192,1,4466.21,5379.15,-15.1538,1.85005,300,0,0,7984,3080,0,0,0,0),(103464,26708,571,1,1,24018,1,4366.41,-2546.77,246.829,2.86678,300,5,0,9940,0,1,0,0,0),(103465,26708,571,1,1,24018,1,4375.39,-2547.9,247.763,5.23599,300,5,0,9940,0,1,0,0,0),(103469,26708,571,1,1,24018,1,4254.94,-2503.79,231.559,1.87099,300,5,0,9940,0,1,0,0,0),(103472,26708,571,1,1,24017,1,4232.56,-2507.15,232.424,4.08407,300,5,0,9940,0,1,0,0,0),(213227,17147,530,1,1,0,1,-2884.38,6580.41,49.8269,4.69848,120,0,0,1,0,0,0,0,0),(103477,27221,571,1,1,24425,1,3853.87,-4536.55,209.374,2.80998,300,0,0,10635,0,0,0,0,0),(103478,29781,571,1,1,26532,0,5818.59,683.099,648.132,3.29867,300,0,0,42,0,0,0,0,0),(103480,29269,571,1,1,23813,1,3562.4,-2957.96,229.146,4.10152,300,0,0,9940,0,0,0,0,0),(103481,29269,571,1,1,23813,1,3565.66,-2912.75,227.885,2.32129,300,0,0,9940,0,0,0,0,0),(103482,26965,571,1,1,0,0,4551.55,-1320.99,156.895,3.75246,300,0,0,9940,0,0,0,537133056,32),(103483,26965,571,1,1,0,0,4560.9,-1419.08,159.764,6.07375,300,0,0,9940,0,0,0,537133056,32),(103484,26709,571,1,1,24004,0,3468.64,4175.04,17.2764,4.20624,300,0,0,8982,0,0,0,0,0),(103485,26965,571,1,1,0,0,4576.53,-1364.69,156.831,5.70723,300,0,0,9940,0,0,0,537133056,32),(103486,25429,571,1,1,27185,1,4280.64,5309.9,54.4178,0.837758,300,0,0,7984,0,0,0,0,0),(103487,24149,571,1,1,22157,0,439.533,-4550.71,245.709,4.34587,300,0,0,8982,0,0,0,0,0),(103488,26965,571,1,1,0,0,4530.92,-1353.02,156.8,4.41568,300,0,0,9940,0,0,0,537133056,32),(103489,25429,571,1,1,27174,1,4303.23,5353.26,45.5664,3.15582,300,5,0,7984,0,1,0,0,0),(103490,25429,571,1,1,27174,1,4310.6,5344.23,45.5009,4.45059,300,0,0,7984,0,0,0,0,0),(103491,25429,571,1,1,27174,1,4332.9,5442.4,44.8251,5.28035,300,5,0,7984,0,1,0,0,0),(103492,25429,571,1,1,27174,1,4393.54,5393.9,84.8475,4.2586,300,0,0,7984,0,0,0,0,0),(103493,25429,571,1,1,27185,1,4342.38,5382.15,45.1312,2.27292,300,5,0,7984,0,1,0,0,0),(103494,25429,571,1,1,27185,1,4324.11,5380.5,43.5051,2.09744,300,5,0,7984,0,1,0,0,0),(103495,25429,571,1,1,27174,1,4464.98,5434.34,89.4044,2.43676,300,5,0,7984,0,1,0,0,0),(103496,25429,571,1,1,27174,1,4396.86,5404.9,84.9534,2.59717,300,5,0,7984,0,1,0,0,0),(103497,25429,571,1,1,27185,1,4424.15,5415.71,80.5856,1.40749,300,5,0,7984,0,1,0,0,0),(103498,25429,571,1,1,27185,1,4475.18,5437.46,89.5834,2.82286,300,5,0,7984,0,1,0,0,0),(103499,29013,571,1,1,26150,0,6133.11,5675.36,5.15029,-2.33928,300,0,0,11379,0,0,0,0,0),(103500,25429,571,1,1,27174,1,4343.81,5212.34,35.549,4.69494,300,0,0,7984,0,0,0,0,0),(103501,25429,571,1,1,27185,1,4355.13,5454.87,48.8798,4.64258,300,0,0,7984,0,0,0,0,0),(103502,29013,571,1,1,26150,0,6136.42,5676.81,5.1503,0.675826,300,0,0,11379,0,0,0,0,0),(103503,29013,571,1,1,26150,0,6225.87,5777.27,-6.35899,3.90884,300,5,0,11379,0,1,0,0,0),(103504,29013,571,1,1,26150,0,6215.66,5749.88,-6.09753,3.89206,300,5,0,11379,0,1,0,0,0),(103505,29013,571,1,1,26150,0,6183.31,5742.14,-0.421592,4.17134,300,0,0,11379,0,0,0,0,0),(103506,29013,571,1,1,26150,0,6135.83,5694.48,5.23364,3.82227,300,0,0,11379,0,0,0,0,0),(103507,29013,571,1,1,26150,0,6250.8,5759.02,-6.35077,5.92696,300,5,0,11379,0,1,0,0,0),(103508,29013,571,1,1,26150,0,6204.49,5719,-0.421589,3.78736,300,0,0,11379,0,0,0,0,0),(103509,29013,571,1,1,26150,0,6153.07,5675.67,5.23363,3.735,300,0,0,11379,0,0,0,0,0),(103510,26197,571,1,1,25381,1,3234.93,736.555,138.264,3.31638,300,5,0,9291,0,1,0,0,0),(103511,26197,571,1,1,25381,1,2826.84,1124.28,120.404,4.68603,300,5,0,9291,0,1,0,0,0),(103512,26197,571,1,1,25381,1,3323.22,1187.23,139.365,2.63383,300,5,0,9291,0,1,0,0,0),(103513,25429,571,1,1,27185,1,4557.85,5156.33,68.0732,5.07891,300,0,0,7984,0,0,0,0,0),(103514,26197,571,1,1,25381,1,3422.48,1136.26,140.777,0.383226,300,5,0,9291,0,1,0,0,0),(103515,26197,571,1,1,25381,1,2859.94,1284.28,149.568,1.25601,300,5,0,9291,0,1,0,0,0),(103516,26197,571,1,1,25381,1,2793.08,1227.85,123.167,1.22186,300,5,0,9291,0,1,0,0,0),(103517,26197,571,1,1,25381,1,3356.01,1096.69,139.251,5.06561,300,5,0,9291,0,1,0,0,0),(103518,26197,571,1,1,25381,1,2816.9,1279.06,136.699,5.6127,300,5,0,9291,0,1,0,0,0),(103519,25429,571,1,1,27174,1,4472.9,5144.14,60.742,0.977384,300,0,0,7984,0,0,0,0,0),(103520,26197,571,1,1,25381,1,2862.62,1008.03,36.6638,3.42085,300,0,0,9291,0,0,0,0,0),(103521,26197,571,1,1,25381,1,3096.46,1064.61,116.996,2.69541,300,5,0,9291,0,1,0,0,0),(103522,26197,571,1,1,25381,1,2955,1141.6,130.009,5.56206,300,5,0,9291,0,1,0,0,0),(103523,26197,571,1,1,25381,1,2848.61,1185,134.094,4.47688,300,5,0,9291,0,1,0,0,0),(103524,26197,571,1,1,25381,1,2956.35,1048.04,108.762,1.44353,300,5,0,9291,0,1,0,0,0),(103525,26197,571,1,1,25381,1,3237.58,1044.81,129.056,4.30809,300,0,0,9291,0,0,0,0,0),(103526,29269,571,1,1,23813,1,3592.68,-2902.38,225.985,1.11701,300,0,0,9940,0,0,0,0,0),(103527,26965,571,1,1,0,0,4557.75,-1382.09,156.754,3.80482,300,0,0,9940,0,0,0,0,0),(103528,26965,571,1,1,0,0,4535.51,-1389.41,156.78,0,300,0,0,9940,0,0,0,0,0),(103529,26946,571,1,1,26859,0,4421.54,-1350,161.654,3.14159,300,5,0,9940,0,1,0,0,0),(103530,26197,571,1,1,25381,1,3307.47,935.373,134.953,0.402455,300,5,0,9291,0,1,0,0,0),(103531,26965,571,1,1,0,0,4513.96,-1341.7,156.57,0.663225,300,0,0,9940,0,0,0,0,0),(103532,26965,571,1,1,0,0,4515.4,-1337.81,156.562,0.558505,300,0,0,9940,0,0,0,0,0),(103533,26965,571,1,1,0,0,4563.91,-1389.19,156.819,3.15905,300,0,0,9940,0,0,0,0,0),(103534,25685,571,1,1,23320,0,3193.16,4450.5,28.0755,4.55531,300,0,0,8982,0,0,0,0,0),(103535,25685,571,1,1,23320,0,3344.59,4656.29,30.3372,3.33358,300,0,0,8982,0,0,0,0,0),(103536,26197,571,1,1,25381,1,3061.11,1126.1,125.599,2.67288,300,5,0,9291,0,1,0,0,0),(103537,26197,571,1,1,25381,1,3359.7,957.208,138.294,1.07847,300,0,0,9291,0,0,0,0,0),(103538,26197,571,1,1,25381,1,3364.29,931.625,140.89,1.92374,300,5,0,9291,0,1,0,0,0),(103539,26197,571,1,1,25381,1,2874.28,984.247,34.6679,3.85718,300,0,0,9291,0,0,0,0,0),(103540,26197,571,1,1,25381,1,3429.21,1039.05,138.879,3.53276,300,5,0,9291,0,1,0,0,0),(103541,26197,571,1,1,25381,1,3213.08,804.707,124.447,3.81965,300,5,0,9291,0,1,0,0,0),(103542,25685,571,1,1,23320,0,3153.09,4425.46,28.4713,2.46091,300,0,0,8982,0,0,0,0,0),(103543,26965,571,1,1,0,0,4857.98,-1376.32,168.631,2.67035,300,0,0,9940,0,0,0,0,0),(103544,26197,571,1,1,25381,1,2980.85,849.339,45.5621,3.00197,300,0,0,9291,0,0,0,0,0),(103545,26197,571,1,1,25381,1,2995.89,808.258,45.5018,3.09276,300,5,0,9291,0,1,0,0,0),(103546,26197,571,1,1,25381,1,3108.2,884.211,88.6901,4.78175,300,5,0,9291,0,1,0,0,0),(103547,26197,571,1,1,25381,1,3266.63,859.071,132.806,6.21278,300,5,0,9291,0,1,0,0,0),(103548,25685,571,1,1,23320,0,3219.08,5108.44,32.9211,2.51327,300,0,0,8982,0,0,0,0,0),(103549,26197,571,1,1,25381,1,2900.96,930.407,35.9615,3.7001,300,0,0,9291,0,0,0,0,0),(103550,26197,571,1,1,25381,1,2908.64,942.356,36.7535,4.51936,300,5,0,9291,0,1,0,0,0),(103551,26197,571,1,1,25381,1,2946.94,916.975,42.678,3.14159,300,0,0,9291,0,0,0,0,0),(103552,26197,571,1,1,25381,1,2904.47,898.762,30.5876,-2.64502,300,0,0,9291,0,0,0,0,0),(103553,25685,571,1,1,23320,0,2876.49,5073.29,26.3061,0.698132,300,0,0,8982,0,0,0,0,0),(103554,26197,571,1,1,25381,1,3422.02,1143.95,141.233,6.04779,300,5,0,9291,0,1,0,0,0),(103555,26197,571,1,1,25381,1,3323.47,938.335,136.626,3.22173,300,5,0,9291,0,1,0,0,0),(103556,25685,571,1,1,23320,0,2782.13,5080.38,24.8693,2.26893,300,0,0,8982,0,0,0,0,0),(103557,25685,571,1,1,23320,0,2749.05,4957.31,32.9974,5.91454,300,5,0,8982,0,1,0,0,0),(103558,26197,571,1,1,25381,1,3360.99,1084.77,140.654,5.13279,300,5,0,9291,0,1,0,0,0),(103559,29269,571,1,1,23813,1,3601.92,-2937.93,227.216,4.27954,300,5,0,9940,0,1,0,0,0),(103560,26197,571,1,1,25381,1,3425.74,1038.55,138.915,2.79094,300,5,0,9291,0,1,0,0,0),(103561,26197,571,1,1,25381,1,3253.92,859.772,128.93,0.214903,300,0,0,9291,0,0,0,0,0),(103562,25685,571,1,1,23320,0,2866.91,4991.53,29.6759,3.58034,300,5,0,8982,0,1,0,0,0),(103563,26965,571,1,1,0,0,4855.13,-1393.15,174.198,0.227723,300,0,0,9940,0,0,0,0,0),(103564,26965,571,1,1,0,0,4858.99,-1389.72,174.199,-0.510235,300,0,0,9940,0,0,0,0,0),(103565,25685,571,1,1,23320,0,3147.58,5036.98,25.1626,1.13446,300,0,0,8982,0,0,0,0,0),(103566,25685,571,1,1,23320,0,3047.77,5085.32,29.2823,5.98648,300,0,0,8982,0,0,0,0,0),(103567,25429,571,1,1,27185,1,4444.8,5201.74,76.4327,3.1765,300,0,0,7984,0,0,0,0,0),(103568,25685,571,1,1,23320,0,3220.42,5066.37,30.8847,1.54548,300,5,0,8982,0,1,0,0,0),(103569,25429,571,1,1,27185,1,4432.96,5131.96,61.4807,0.66067,300,5,0,7984,0,1,0,0,0),(103570,25429,571,1,1,27185,1,4538.08,5090.1,61.0106,0.593412,300,0,0,7984,0,0,0,0,0),(103571,25429,571,1,1,27185,1,4481.76,5153.57,62.4487,0.787643,300,5,0,7984,0,1,0,0,0),(103572,25429,571,1,1,27174,1,4559.56,5225.94,82.216,3.06258,300,5,0,7984,0,1,0,0,0),(103573,25685,571,1,1,23320,0,2916.55,5054.49,25.7036,4.31096,300,0,0,8982,0,0,0,0,0),(103574,25685,571,1,1,23320,0,3129.58,5128.82,37.9322,3.49066,300,0,0,8982,0,0,0,0,0),(103575,25685,571,1,1,23320,0,3085.31,5012,31.664,5.2709,300,0,0,8982,0,0,0,0,0),(103576,25685,571,1,1,23320,0,3055.29,5043.1,27.8234,3.49066,300,0,0,8982,0,0,0,0,0),(103577,25685,571,1,1,23320,0,3134.68,4392.95,25.0933,0.296706,300,0,0,8982,0,0,0,0,0),(103578,25685,571,1,1,23320,0,3123.69,4369.35,24.2396,2.02458,300,0,0,8982,0,0,0,0,0),(103579,32341,571,1,1,27926,1,5777.63,604.668,565.303,0.918386,300,0,0,7185,7196,0,0,0,0),(103582,25429,571,1,1,27174,1,4423.98,5263.4,76.0579,5.79449,300,0,0,7984,0,0,0,0,0),(103583,25429,571,1,1,27174,1,4485.26,5304.62,81.1354,0.531153,300,5,0,7984,0,1,0,0,0),(103584,25429,571,1,1,27185,1,4430.92,5262.94,76.0018,0.645772,300,0,0,7984,0,0,0,0,0),(103585,25429,571,1,1,27185,1,4429.88,5255.53,74.8109,5.6595,300,5,0,7984,0,1,0,0,0),(103586,25685,571,1,1,23320,0,3308.2,4660.93,31.2192,2.25148,300,0,0,8982,0,0,0,0,0),(103587,25685,571,1,1,23320,0,3240.35,4403.38,23.286,0.139626,300,0,0,8982,0,0,0,0,0),(103588,25685,571,1,1,23320,0,3334.89,4842.41,29.5373,1.2914,300,0,0,8982,0,0,0,0,0),(213226,17146,530,1,1,0,1,-2966.4,6450.86,84.9613,6.02139,120,0,0,1,0,2,0,0,0),(200825,30371,571,1,1,0,0,2990.3,6096.12,141.675,5.69133,300,0,0,48,120,0,0,0,0),(103591,29525,571,1,1,26325,1,6892.56,-1592.59,820.848,2.23402,300,0,0,11770,0,0,0,0,0),(103611,24662,571,1,2,6766,0,1917.14,5819.56,15.3633,3.00197,300,0,0,6986,0,0,0,0,0),(103609,24662,571,1,2,6766,0,1782.28,6025.28,0.316792,3.01942,300,0,0,6986,0,0,0,0,0),(103594,23638,571,1,1,24055,0,716.934,-2837.46,1.25059,1.15192,300,0,0,8982,0,0,0,0,0),(103595,23638,571,1,1,24055,0,831.402,-2839.78,1.15337,1.78024,300,0,0,8982,0,0,0,0,0),(103596,23638,571,1,1,24055,0,760.682,-2908.06,7.07616,4.7822,300,0,0,8982,0,0,0,0,0),(103597,23638,571,1,1,24055,0,661.385,-2832.61,1.25061,1.69297,300,0,0,8982,0,0,0,0,0),(103598,23638,571,1,1,24055,0,889.582,-2865.17,1.15339,0.488692,300,0,0,8982,0,0,0,0,0),(103599,23638,571,1,1,24055,0,860.456,-2846.24,1.15336,1.37881,300,0,0,8982,0,0,0,0,0),(103600,23638,571,1,1,24055,0,759.768,-2916.57,7.24425,1.309,300,0,0,8982,0,0,0,0,0),(103601,23638,571,1,1,24055,0,824.011,-2911.91,7.89538,2.47837,300,0,0,8982,0,0,0,0,0),(103602,23638,571,1,1,24055,0,818.81,-2903.17,7.63848,4.85202,300,0,0,8982,0,0,0,0,0),(103603,23638,571,1,1,24055,0,731.086,-2903.53,7.24672,1.72788,300,0,0,8982,0,0,0,0,0),(103604,29782,571,1,1,26526,0,5816.11,679.873,648.146,0.907571,300,0,0,42,0,0,0,0,0),(103606,26198,571,1,1,25381,1,3433.11,917.5,148.018,4.93928,300,0,0,9291,0,0,0,0,0),(103607,24150,571,1,1,22159,0,949.697,-4840.25,-69.5559,1.97222,300,0,0,7984,3080,0,0,0,0),(103608,29014,571,1,1,25380,1,5244.74,4493.28,-84.2947,0.820305,300,0,0,117700,0,0,0,0,0),(103593,24662,571,1,2,6766,0,1918.15,5819.79,15.7244,5.44543,300,0,0,6986,0,0,0,0,0),(103610,26198,571,1,1,25381,1,3469.6,1000.47,147.247,0.10472,300,0,0,9291,0,0,0,0,0),(103592,24662,571,1,2,6766,0,1820.85,6061.3,2.60083,0.331613,300,0,0,6986,0,0,0,0,0),(103612,27222,571,1,1,13069,0,2875.29,-463.909,120.3,3.54302,300,0,0,42,0,0,0,0,0),(103613,26198,571,1,1,25381,1,3412.01,1278.79,133.524,6.26573,300,0,0,9291,0,0,0,0,0),(103614,25686,571,1,1,23320,0,3090.81,4955.72,39.5991,4.50969,300,5,0,8982,3155,1,0,0,0),(103615,26198,571,1,1,25381,1,3288.99,813.793,140.942,4.81711,300,0,0,9291,0,0,0,0,0),(103618,26198,571,1,1,25381,1,3265.18,780.741,137.365,5.60251,300,0,0,9291,0,0,0,0,0),(103619,26198,571,1,1,25381,1,3257.47,737.608,140.653,5.70723,300,0,0,9291,0,0,0,0,0),(103620,26198,571,1,1,25381,1,3244.53,696.98,140.008,5.44543,300,0,0,9291,0,0,0,0,0),(103621,26198,571,1,1,25381,1,3386.26,1146.32,141.111,5.68977,300,0,0,9291,0,0,0,0,0),(103622,26198,571,1,1,25381,1,2883,1253.3,148.519,2.9147,300,0,0,9291,0,0,0,0,0),(103623,26198,571,1,1,25381,1,2874.23,1174.43,135.028,4.39823,300,0,0,9291,0,0,0,0,0),(103624,26198,571,1,1,25381,1,2803.74,1179.65,131.862,5.70723,300,0,0,9291,0,0,0,0,0),(103625,26198,571,1,1,25381,1,3378.29,883.906,153.539,5.44543,300,0,0,9291,0,0,0,0,0),(103626,26198,571,1,1,25381,1,2914.13,1113.61,119.789,6.12611,300,0,0,9291,0,0,0,0,0),(103627,26198,571,1,1,25381,1,2932.29,773.119,30.7928,2.44346,300,0,0,9291,0,0,0,0,0),(103628,26198,571,1,1,25381,1,3421.92,977.123,138.937,5.84685,300,0,0,9291,0,0,0,0,0),(103629,26198,571,1,1,25381,1,3266.25,1036.69,131.267,3.94444,300,0,0,9291,0,0,0,0,0),(103630,29270,571,1,1,26098,1,3590.4,-2946.84,228.405,6.03884,300,0,0,9940,0,0,0,0,0),(103631,26198,571,1,1,25381,1,3374.59,1202.37,140.822,0.610865,300,0,0,9291,0,0,0,0,0),(103632,26198,571,1,1,25381,1,3406.39,1166.28,140.573,5.61996,300,0,0,9291,0,0,0,0,0),(103633,26198,571,1,1,25381,1,3299.6,976.585,132.577,5.58505,300,0,0,9291,0,0,0,0,0),(103634,26198,571,1,1,25381,1,2961.39,1018.25,109.36,4.50295,300,0,0,9291,0,0,0,0,0),(103635,26198,571,1,1,25381,1,2973.35,1086.09,111.997,5.16617,300,0,0,9291,0,0,0,0,0),(103636,26198,571,1,1,25381,1,2994.78,1079.85,112.911,1.81514,300,0,0,9291,0,0,0,0,0),(103637,26198,571,1,1,25381,1,2908.86,1252.39,150.806,0.436332,300,0,0,9291,0,0,0,0,0),(103641,26198,571,1,1,25381,1,3276.98,952.384,129.278,6.05629,300,0,0,9291,0,0,0,0,0),(103642,25686,571,1,1,23320,0,3152.46,4352.91,27.9835,0.252073,300,5,0,8982,3155,1,0,0,0),(103643,26198,571,1,1,25381,1,3008.67,1146.4,132.267,5.37561,300,0,0,9291,0,0,0,0,0),(103644,26198,571,1,1,25381,1,3240.14,980.282,126.055,1.36136,300,0,0,9291,0,0,0,0,0),(103645,26198,571,1,1,25381,1,3269.39,1005.8,131.945,1.46608,300,0,0,9291,0,0,0,0,0),(103646,26198,571,1,1,25381,1,3126.66,1056.99,121.344,3.22886,300,0,0,9291,0,0,0,0,0),(103647,26198,571,1,1,25381,1,2991.67,863.123,54.1476,3.05433,300,0,0,9291,0,0,0,0,0),(103648,26198,571,1,1,25381,1,2939.55,823.73,41.4134,2.75762,300,0,0,9291,0,0,0,0,0),(103649,26198,571,1,1,25381,1,2932.11,840.616,36.0044,2.56563,300,0,0,9291,0,0,0,0,0),(103650,26198,571,1,1,25381,1,3055.5,801.945,68.5411,2.80998,300,0,0,9291,0,0,0,0,0),(103651,26198,571,1,1,25381,1,2938.13,798.085,40.8124,2.87979,300,0,0,9291,0,0,0,0,0),(103652,26198,571,1,1,25381,1,3035.47,876.205,65.1967,2.51327,300,0,0,9291,0,0,0,0,0),(103653,26198,571,1,1,25381,1,3046.35,836.672,67.7459,3.14159,300,0,0,9291,0,0,0,0,0),(103654,26198,571,1,1,25381,1,2972.57,966.453,92.0267,4.01426,300,0,0,9291,0,0,0,0,0),(103655,26198,571,1,1,25381,1,2981.49,922.985,82.3375,4.06662,300,0,0,9291,0,0,0,0,0),(103656,26198,571,1,1,25381,1,3231.79,1090.1,130.478,3.64774,300,0,0,9291,0,0,0,0,0),(103657,26198,571,1,1,25381,1,3296.46,1148.7,136.922,4.01426,300,0,0,9291,0,0,0,0,0),(103658,26198,571,1,1,25381,1,3293.48,1067.43,136.294,5.68977,300,0,0,9291,0,0,0,0,0),(103659,26198,571,1,1,25381,1,3040.87,1052.41,110.157,0.523599,300,0,0,9291,0,0,0,0,0),(103660,26198,571,1,1,25381,1,3289.52,1125.36,136.514,1.58825,300,0,0,9291,0,0,0,0,0),(103661,26198,571,1,1,25381,1,3232.04,865.955,123.493,0.226893,300,0,0,9291,0,0,0,0,0),(103662,25686,571,1,1,23320,0,2918.43,5112.78,34.1254,5.74112,300,5,0,8982,3155,1,0,0,0),(103663,26198,571,1,1,25381,1,3031.2,918.319,76.2585,5.18363,300,0,0,9291,0,0,0,0,0),(103666,28246,571,1,1,7534,0,5480.94,-2401.25,327.717,0.293753,300,5,0,10635,0,1,0,0,0),(103667,28246,571,1,1,7534,0,5487.45,-2355.92,325.828,2.48015,300,5,0,10635,0,1,0,0,0),(103668,25686,571,1,1,23320,0,2843.71,5062.74,27.8338,4.68499,300,5,0,8982,3155,1,0,0,0),(103669,25686,571,1,1,23320,0,2781.01,5046.36,26.6582,2.8347,300,5,0,8982,3155,1,0,0,0),(103674,28246,571,1,1,7534,0,5407.52,-2470.99,330.78,2.68318,300,5,0,10635,0,1,0,0,0),(103675,28246,571,1,1,7534,0,5391.52,-2430.18,296.629,0.649918,300,5,0,10635,0,1,0,0,0),(103676,28246,571,1,1,7534,0,5390.69,-2455.47,330.898,5.69217,300,5,0,10635,0,1,0,0,0),(103677,25686,571,1,1,23320,0,3144.42,4465.02,31.2227,0.16897,300,5,0,8982,3155,1,0,0,0),(103678,28246,571,1,1,7534,0,5475.3,-2493.9,329.467,1.11234,300,5,0,10635,0,1,0,0,0),(103679,25686,571,1,1,23320,0,2972.54,5071.78,32.2205,1.83316,300,5,0,8982,3155,1,0,0,0),(103680,25686,571,1,1,23320,0,2975.77,4989.59,32.1737,5.03671,300,5,0,8982,3155,1,0,0,0),(103681,25686,571,1,1,23320,0,3005.4,5048.33,28.5733,2.29521,300,5,0,8982,3155,1,0,0,0),(103682,25686,571,1,1,23320,0,3023.45,5021.65,28.2776,6.20495,300,5,0,8982,3155,1,0,0,0),(103683,25686,571,1,1,23320,0,3098.42,5106.05,35.329,0.140575,300,5,0,8982,3155,1,0,0,0),(103684,25686,571,1,1,23320,0,3178.93,4284.12,27.471,4.12879,300,5,0,8982,3155,1,0,0,0),(103685,25686,571,1,1,23320,0,3200.69,4320.38,28.3599,6.15786,300,5,0,8982,3155,1,0,0,0),(103686,28246,571,1,1,7534,0,5435.87,-2494.79,303.249,3.72524,300,5,0,10635,0,1,0,0,0),(103687,28246,571,1,1,7534,0,5388.24,-2517.49,329.557,4.25099,300,5,0,10635,0,1,0,0,0),(103688,28246,571,1,1,7534,0,5472.38,-2421.12,327.689,1.90631,300,5,0,10635,0,1,0,0,0),(103689,28246,571,1,1,7534,0,5447.86,-2382.49,325.28,5.78339,300,5,0,10635,0,1,0,0,0),(103690,28246,571,1,1,7534,0,5411.71,-2364.15,326.356,2.12872,300,5,0,10635,0,1,0,0,0),(103691,28246,571,1,1,7534,0,5362.2,-2404.34,327.432,0.461169,300,5,0,10635,0,1,0,0,0),(103692,28246,571,1,1,7534,0,5502.78,-2434.37,327.384,3.04395,300,5,0,10635,0,1,0,0,0),(103693,28246,571,1,1,7534,0,5449.39,-2313.65,324.451,1.71042,300,5,0,10635,0,1,0,0,0),(103694,28246,571,1,1,7534,0,5442.04,-2448.85,293.544,3.48174,300,5,0,10635,0,1,0,0,0),(103695,25686,571,1,1,23320,0,2865.24,5114.64,32.5059,3.7431,300,5,0,8982,3155,1,0,0,0),(103696,25686,571,1,1,23320,0,3364.64,4690.54,29.093,1.10998,300,5,0,8982,3155,1,0,0,0),(103697,25686,571,1,1,23320,0,2737.29,5060.27,26.8359,3.96004,300,5,0,8982,3155,1,0,0,0),(103698,25686,571,1,1,23320,0,3316.01,4623.68,28.0022,0.946051,300,5,0,8982,3155,1,0,0,0),(103699,25686,571,1,1,23320,0,3383.64,4619.81,30.5179,1.44064,300,5,0,8982,3155,1,0,0,0),(103700,25686,571,1,1,23320,0,3346.28,4535.81,26.8559,1.48711,300,5,0,8982,3155,1,0,0,0),(103701,25686,571,1,1,23320,0,3189.6,4562.63,28.9032,2.20208,300,5,0,8982,3155,1,0,0,0),(103702,25686,571,1,1,23320,0,3412.09,4646.83,24.7604,2.60975,300,5,0,8982,3155,1,0,0,0),(103703,25430,571,1,1,24873,0,4435.96,5364.02,-16.6305,4.5406,300,5,0,9610,0,1,0,0,0),(103704,25686,571,1,1,23320,0,3347.88,4580.06,29.57,5.31469,300,5,0,8982,3155,1,0,0,0),(103705,25686,571,1,1,23320,0,3255.6,4421.56,27.5169,0.349995,300,5,0,8982,3155,1,0,0,0),(103706,25686,571,1,1,23320,0,3360.69,4824.47,30.2642,5.34013,300,0,0,8982,3155,0,0,0,0),(103707,25686,571,1,1,23320,0,3114.84,4414.64,25.4387,4.85098,300,5,0,8982,3155,1,0,0,0),(200824,30348,571,1,1,0,0,2377.03,5164.3,4.35338,1.15621,300,0,0,48,120,0,0,0,0),(103709,28503,571,1,1,28121,0,6131.88,-1951.97,417.778,5.28835,300,0,0,34137,0,0,0,0,0),(103710,27479,571,1,1,23812,1,4061.08,-4126.7,210.547,4.93928,300,0,0,9940,0,0,0,0,0),(103711,27479,571,1,1,23812,1,4054.75,-4140.56,211.345,0,300,0,0,9940,0,0,0,0,0),(103712,27479,571,1,1,23812,1,4042.89,-4110.27,210.517,0.523599,300,0,0,9940,0,0,0,0,0),(103713,30039,571,1,1,26697,0,5746.13,-3546.94,388.316,5.81195,300,0,0,31905,0,0,0,0,0),(103714,25431,571,1,1,17188,0,3711.46,5548.21,44.691,1.88496,300,5,0,8982,3155,1,0,0,0),(103715,25431,571,1,1,17188,0,3595.88,5537.79,34.7059,3.59538,300,5,0,8982,3155,1,0,0,0),(103716,27479,571,1,1,23813,1,3709.49,-2289.66,171.201,1.74533,300,0,0,9940,0,0,0,0,0),(103717,27479,571,1,1,23812,1,3757.64,-2280.24,171.671,2.00713,300,0,0,9940,0,0,0,0,0),(103718,27479,571,1,1,23813,1,3733.4,-2288.87,171.903,4.4855,300,0,0,9940,0,0,0,0,0),(103719,29783,571,1,1,26547,0,5818.44,682.804,647.382,2.42601,300,0,0,42,0,0,0,0,0),(103720,29783,571,1,1,26547,0,5809.3,695.616,647.923,4.86947,300,0,0,42,0,0,0,0,0),(103721,29783,571,1,1,26547,0,5805.35,684.486,648.097,0.558505,300,0,0,42,0,0,0,0,0),(103722,29783,571,1,1,26547,0,5809.99,671.299,648.305,1.62316,300,0,0,42,0,0,0,0,0),(103723,24151,571,1,1,22158,0,803.879,-4766.54,-94.0992,1.62535,300,0,0,9291,3231,0,0,0,0),(103724,28247,571,1,1,25255,1,4604.66,-1075.36,165.566,3.10669,300,0,0,15952,0,0,0,0,0),(103725,28247,571,1,1,25293,1,4584.13,-1020.23,159.209,1.53589,300,0,0,15952,0,0,0,0,0),(103726,28247,571,1,1,25255,1,4592.71,-1058.61,165.719,4.43314,300,0,0,15952,0,0,0,0,0),(103727,28247,571,1,1,25293,1,4586.69,-1019.99,159.209,1.5708,300,0,0,15952,0,0,0,0,0),(103728,28759,571,1,1,25753,0,6070.76,-2053.12,381.682,0.952304,300,5,0,10635,0,1,0,0,0),(103729,28759,571,1,1,25753,0,6016.64,-2126.46,434.593,5.79879,300,5,0,10635,0,1,0,0,0),(103730,28759,571,1,1,25753,0,6133.27,-1972.97,380.72,4.44466,300,5,0,10635,0,1,0,0,0),(103731,28759,571,1,1,25753,0,6179.64,-2118.21,375.507,2.36273,300,5,0,10635,0,1,0,0,0),(103732,28759,571,1,1,25753,0,6128.71,-1958.58,417.762,4.53786,300,0,0,10635,0,0,0,768,0),(103733,28759,571,1,1,25753,0,6087.93,-2080.24,365.629,2.4631,300,5,0,10635,0,1,0,0,0),(103734,28759,571,1,1,25753,0,6096.99,-2080.65,422.982,2.30383,300,0,0,10635,0,0,0,768,0),(103735,28759,571,1,1,25753,0,6066.85,-2091.45,428.572,5.40187,300,5,0,10635,0,1,0,0,0),(103736,29015,571,1,1,25381,0,5202.36,4526.9,-89.9396,2.23402,300,0,0,117700,3809,0,0,0,0),(103737,32599,571,1,1,28098,1,3142.14,-823.002,48.842,3.56047,300,0,0,63000,0,0,0,0,0),(103739,25431,571,1,1,17188,0,3643.43,5641.76,34.6686,4.81711,300,5,0,8982,3155,1,0,0,0),(103740,28759,571,1,1,25753,0,6222.67,-2038.58,372.913,2.07002,300,5,0,10635,0,1,0,0,0),(103741,28759,571,1,1,25753,0,6204.53,-2086.9,361.237,4.84003,300,5,0,10635,0,1,0,0,0),(103742,28759,571,1,1,25753,0,6117.75,-2049.44,377.903,4.91641,300,5,0,10635,0,1,0,0,0),(103743,28759,571,1,1,25753,0,6084.68,-2107.13,377.962,3.92506,300,5,0,10635,0,1,0,0,0),(103744,28759,571,1,1,25753,0,6091.42,-2099.09,422.968,2.1293,300,0,0,10635,0,0,0,768,0),(103745,28759,571,1,1,25753,0,6004.81,-2105.42,434.441,0.791284,300,5,0,10635,0,1,0,0,0),(103746,28759,571,1,1,25753,0,6033.73,-2142.61,428.083,2.12216,300,5,0,10635,0,1,0,0,0),(103747,28759,571,1,1,25753,0,6154.67,-1956.37,380.856,3.34216,300,5,0,10635,0,1,0,0,0),(103748,28759,571,1,1,25753,0,6074.34,-2100.95,428.913,1.45893,300,5,0,10635,0,1,0,0,0),(103749,28759,571,1,1,25753,0,6035.85,-2123.16,446.465,0.672518,300,5,0,10635,0,1,0,0,0),(103750,28759,571,1,1,25753,0,6070.95,-2091.86,431.679,4.41109,300,5,0,10635,0,1,0,0,0),(103751,28759,571,1,1,25753,0,6047.74,-2073.43,423.083,6.14356,300,0,0,10635,0,0,0,768,0),(103752,28759,571,1,1,25753,0,6195.8,-1969.03,265.625,5.07095,300,5,0,10635,0,1,0,0,0),(103753,28759,571,1,1,25753,0,6076.41,-2116.4,422.959,1.44862,300,0,0,10635,0,0,0,768,0),(103754,28759,571,1,1,25753,0,6018.8,-2082.13,423.077,5.4348,300,5,0,10635,0,1,0,0,0),(103755,28759,571,1,1,25753,0,6138.4,-1952.08,417.801,6.16101,300,0,0,10635,0,0,0,768,0),(103756,28759,571,1,1,25753,0,6008.9,-2184.05,453.124,1.53562,300,5,0,10635,0,1,0,0,0),(103757,28759,571,1,1,25753,0,6111.06,-2022.33,380.712,4.0595,300,5,0,10635,0,1,0,0,0),(103758,28759,571,1,1,25753,0,6135.77,-1971.85,362.254,4.15964,300,5,0,10635,0,1,0,0,0),(103759,28759,571,1,1,25753,0,6104.97,-2027.86,269.111,0.858116,300,5,0,10635,0,1,0,0,0),(103760,28759,571,1,1,25753,0,6163.1,-1948.44,366.078,5.48173,300,5,0,10635,0,1,0,0,0),(103761,28759,571,1,1,25753,0,6021.27,-2206.77,424.366,5.35581,300,5,0,10635,0,1,0,0,0),(103762,28759,571,1,1,25753,0,6127.64,-2090.7,267.271,3.84361,300,5,0,10635,0,1,0,0,0),(103763,29527,571,1,1,26395,0,5759.1,618.335,661.092,0.942478,300,0,0,8508,7981,0,0,0,0),(103764,28759,571,1,1,25753,0,6155.33,-2108.65,371.679,5.09518,300,5,0,10635,0,1,0,0,0),(103765,28759,571,1,1,25753,0,6087.86,-2067.5,423.06,5.42797,300,0,0,10635,0,0,0,768,0),(103766,28759,571,1,1,25753,0,6068.03,-2065.93,423.075,5.42797,300,0,0,10635,0,0,0,768,0),(103767,28759,571,1,1,25753,0,6154.37,-2053.87,272.473,3.00251,300,5,0,10635,0,1,0,0,0),(103768,27223,571,1,1,13069,0,2871.52,-464.641,120.138,1.02974,300,0,0,42,0,0,0,0,0),(103769,25687,571,1,1,23321,0,3204.92,4282.3,23.9465,0.069813,300,0,0,8982,3155,0,0,0,0),(103770,26455,571,1,1,14695,0,3462.83,2420.44,46.5522,2.38105,300,10,0,9291,3231,1,0,0,0),(103771,26455,571,1,1,14695,0,3363.49,2247.95,30.1089,5.75888,300,0,0,9291,3231,0,0,0,0),(103772,26455,571,1,1,14695,0,3419.42,2328.87,31.4839,2.20844,300,10,0,9291,3231,1,0,0,0),(103773,26455,571,1,1,14695,0,3313.25,2342.96,32.6193,5.182,300,10,0,9291,3231,1,0,0,0),(103774,26455,571,1,1,14695,0,3483.44,2391.1,57.4992,2.2225,300,10,0,9291,3231,1,0,0,0),(103775,26455,571,1,1,14695,0,3313.71,2143.96,68.4699,4.75281,300,10,0,9291,3231,1,0,0,0),(103776,26455,571,1,1,14695,0,3352.32,2314.31,30.5121,3.30835,300,10,0,9291,3231,1,0,0,0),(103777,26455,571,1,1,14695,0,3288.54,2246.83,32.4515,1.22186,300,10,0,9291,3231,1,0,0,0),(103778,26455,571,1,1,14695,0,3445.72,2442.67,41.1645,5.29822,300,0,0,9291,3231,2,0,0,0),(103779,26455,571,1,1,14695,0,3375.87,2410,39.7315,2.52317,300,10,0,9291,3231,1,0,0,0),(103780,26455,571,1,1,14695,0,3346.17,2388.42,31.4177,2.44657,300,10,0,9291,3231,1,0,0,0),(103781,26455,571,1,1,14695,0,3386.02,2220.71,30.6024,2.17674,300,10,0,9291,3231,1,0,0,0),(103782,26455,571,1,1,14695,0,3302.37,2293.45,30.0145,3.08101,300,0,0,9291,3231,0,0,0,0),(103783,26455,571,1,1,14695,0,3551.84,2380.88,67.7776,3.67297,300,10,0,9291,3231,1,0,0,0),(103784,26711,571,1,1,26425,0,4465.71,-259.524,92.0155,-2.29604,300,0,0,4805,0,0,0,0,0),(103785,25687,571,1,1,23321,0,3243.03,4376.93,26.0352,4.03171,300,0,0,8982,3155,0,0,0,0),(103786,25687,571,1,1,23321,0,3173.56,4473.8,29.3169,3.15905,300,0,0,8982,3155,0,0,0,0),(103787,25687,571,1,1,23321,0,3213.02,4544.14,27.7488,0.506145,300,0,0,8982,3155,0,0,0,0),(103788,26711,571,1,1,26425,0,3339.88,10.7785,67.6984,2.48523,300,0,0,4805,0,0,0,0,0),(103789,26455,571,1,1,14695,0,3310.42,2218.75,33.4839,6.06813,300,10,0,9291,3231,1,0,0,0),(103790,26455,571,1,1,14695,0,3392.11,2350.2,36.042,2.92087,300,10,0,9291,3231,1,0,0,0),(103791,26199,571,1,1,25385,0,3370.37,1187.95,139.765,6.19026,300,5,0,9291,0,1,0,0,0),(103792,26199,571,1,1,25385,0,3362.97,1161.9,139.639,4.19662,300,5,0,9291,0,1,0,0,0),(103793,26199,571,1,1,25385,0,3380.2,1176.05,139.015,2.814,300,5,0,9291,0,1,0,0,0),(103794,26455,571,1,1,14695,0,3383,2145.6,49.3699,3.67629,300,10,0,9291,3231,1,0,0,0),(103795,26455,571,1,1,14695,0,3344.32,2112.54,66.3895,0.381173,300,10,0,9291,3231,1,0,0,0),(103796,26199,571,1,1,25385,0,3013.02,1166.15,137.006,5.17594,300,5,0,9291,0,1,0,0,0),(103797,28759,571,1,1,25753,0,6177.6,-2011.68,264.309,5.81554,300,5,0,10635,0,1,0,0,0),(103798,26455,571,1,1,14695,0,3372.42,2083.49,62.2013,5.74213,300,0,0,9291,3231,0,0,0,0),(103799,26199,571,1,1,25385,0,2895.88,1128.64,124.185,1.95947,300,5,0,9291,0,1,0,0,0),(103800,26199,571,1,1,25385,0,2898.95,1236.55,144.607,4.71666,300,5,0,9291,0,1,0,0,0),(103801,26455,571,1,1,14695,0,3353.73,2184.08,41.1226,4.62491,300,10,0,9291,3231,1,0,0,0),(103802,26199,571,1,1,25385,0,2880.55,1195.94,141.168,1.40513,300,5,0,9291,0,1,0,0,0),(103803,26455,571,1,1,14695,0,3317.56,2411.56,35.5607,1.06352,300,10,0,9291,3231,1,0,0,0),(103804,26199,571,1,1,25385,0,3259.18,962.983,129.902,4.11639,300,5,0,9291,0,1,0,0,0),(103805,26455,571,1,1,14695,0,3480.52,2070.1,66.2958,1.4897,300,0,0,9291,3231,0,0,0,0),(103806,26455,571,1,1,14695,0,3479.93,2080.52,66.8007,4.87171,300,10,0,9291,3231,1,0,0,0),(103807,26199,571,1,1,25385,0,3277.45,1100.48,133.559,1.49561,300,5,0,9291,0,1,0,0,0),(103808,26199,571,1,1,25385,0,3255.69,1096.1,131.935,1.19942,300,5,0,9291,0,1,0,0,0),(103809,26199,571,1,1,25385,0,3283.67,1076.63,134.229,5.95133,300,5,0,9291,0,1,0,0,0),(103810,26199,571,1,1,25385,0,3280.97,976.2,130.617,4.96632,300,5,0,9291,0,1,0,0,0),(103811,26199,571,1,1,25385,0,3013.85,1044.33,106.041,3.71347,300,5,0,9291,0,1,0,0,0),(103812,26199,571,1,1,25385,0,3267.58,992.594,130.242,1.80751,300,5,0,9291,0,1,0,0,0),(103813,26199,571,1,1,25385,0,3371.22,1042.69,141.415,4.03171,300,0,0,9291,0,0,0,0,0),(103814,26711,571,1,1,26425,0,3388.45,565.373,78.3165,0.700994,300,0,0,4805,0,0,0,0,0),(103815,26711,571,1,1,26425,0,3768.14,556.965,65.642,0.68535,300,0,0,4805,0,0,0,0,0),(103816,26711,571,1,1,26425,0,3487.2,532.567,66.5746,-0.928678,300,0,0,4805,0,0,0,0,0),(103817,26711,571,1,1,26425,0,4199.77,290.449,63.6961,2.38169,300,0,0,4805,0,0,0,0,0),(103818,26711,571,1,1,26425,0,3481.51,540.183,67.6088,2.21273,300,5,0,4805,0,1,0,0,0),(103819,26711,571,1,1,26425,0,4283.85,4.34995,65.161,0.036913,300,0,0,4805,0,0,0,0,0),(103820,25687,571,1,1,23321,0,2744.34,5047.23,26.5236,1.62316,300,0,0,8982,3155,0,0,0,0),(103821,26455,571,1,1,14695,0,3552.99,2250.66,54.9821,0.410035,300,10,0,9291,3231,1,0,0,0),(103822,26455,571,1,1,14695,0,3543.61,2376.76,65.5004,3.889,300,10,0,9291,3231,1,0,0,0),(103823,26455,571,1,1,14695,0,3551.26,2317.02,52.323,3.1979,300,10,0,9291,3231,1,0,0,0),(103825,26199,571,1,1,25385,0,3362.65,1165.98,139.389,2.1618,300,5,0,9291,0,1,0,0,0),(103826,26199,571,1,1,25385,0,3370.04,1044.26,141.365,0.407694,300,5,0,9291,0,1,0,0,0),(103828,25687,571,1,1,23321,0,2879.78,5034.04,28.3781,1.58825,300,0,0,8982,3155,0,0,0,0),(103829,25687,571,1,1,23321,0,3167.87,5049.07,26.6203,2.04204,300,0,0,8982,3155,0,0,0,0),(103830,25687,571,1,1,23321,0,3130.77,5022.47,28.1393,0.575959,300,0,0,8982,3155,0,0,0,0),(103831,25687,571,1,1,23321,0,3141.03,5059.37,27.3966,3.7001,300,0,0,8982,3155,0,0,0,0),(103832,25687,571,1,1,23321,0,3161.8,5022.81,27.66,4.11898,300,0,0,8982,3155,0,0,0,0),(103833,25687,571,1,1,23321,0,3014.51,5080.33,28.3019,0.453786,300,0,0,8982,3155,0,0,0,0),(103834,25687,571,1,1,23321,0,3220.16,4318.64,25.3763,6.24828,300,0,0,8982,3155,0,0,0,0),(103835,25687,571,1,1,23321,0,2759.57,5090.42,24.8517,3.28122,300,0,0,8982,3155,0,0,0,0),(103836,25687,571,1,1,23321,0,3166.24,4453.48,25.4374,1.72788,300,0,0,8982,3155,0,0,0,0),(103837,25687,571,1,1,23321,0,3275.65,4658.87,29.4989,0.488692,300,0,0,8982,3155,0,0,0,0),(103838,25687,571,1,1,23321,0,3340.59,4674.12,29.4288,3.05433,300,0,0,8982,3155,0,0,0,0),(103839,25687,571,1,1,23321,0,3262.84,4619.2,28.7157,0.069813,300,0,0,8982,3155,0,0,0,0),(103840,25687,571,1,1,23321,0,3311.23,4707.4,30.8873,3.59538,300,0,0,8982,3155,0,0,0,0),(103841,25687,571,1,1,23321,0,3296.96,4598.42,27.9487,4.32842,300,0,0,8982,3155,0,0,0,0),(103842,25687,571,1,1,23321,0,3351.45,4717.38,30.1437,1.93731,300,0,0,8982,3155,0,0,0,0),(103843,25687,571,1,1,23321,0,3351.59,4615.89,29.5017,3.35103,300,0,0,8982,3155,0,0,0,0),(103844,25687,571,1,1,23321,0,3225.66,4418.7,24.3074,6.17846,300,0,0,8982,3155,0,0,0,0),(103845,25687,571,1,1,23321,0,3234.71,4519.75,27.279,5.11381,300,0,0,8982,3155,0,0,0,0),(103846,25687,571,1,1,23321,0,3265.41,4420.38,26.001,4.71239,300,0,0,8982,3155,0,0,0,0),(103847,25687,571,1,1,23321,0,3312.53,4820.05,29.946,0.407067,300,0,0,8982,3155,0,0,0,0),(103848,25687,571,1,1,23321,0,3314.99,4852.64,28.9619,1.49185,300,0,0,8982,3155,0,0,0,0),(103849,25687,571,1,1,23321,0,3349.4,4804.98,29.5408,3.85718,300,0,0,8982,3155,0,0,0,0),(103850,25687,571,1,1,23321,0,3284.94,4847.62,29.9887,3.735,300,0,0,8982,3155,0,0,0,0),(103851,25687,571,1,1,23321,0,3218.12,4510.1,27.6659,6.14356,300,0,0,8982,3155,0,0,0,0),(103852,26455,571,1,1,14695,0,3554.95,2255.45,54.8058,6.05618,300,10,0,9291,3231,1,0,0,0),(103853,26455,571,1,1,14695,0,3558.93,2310.31,53.5541,6.08064,300,10,0,9291,3231,1,0,0,0),(103854,27224,571,1,1,24426,1,2801.81,-1351.61,30.7521,0.720483,300,0,0,9291,0,2,0,0,0),(103855,29784,571,1,1,26530,0,5818.87,683.306,647.382,1.98968,300,0,0,42,0,0,0,0,0),(103856,29784,571,1,1,26530,0,5818.88,683.316,649.715,2.49582,300,0,0,42,0,0,0,0,0),(103857,29784,571,1,1,26530,0,5805.4,683.453,649.708,1.72788,300,0,0,42,0,0,0,0,0),(103858,29784,571,1,1,26530,0,5818.08,682.313,649.715,2.54818,300,0,0,42,0,0,0,0,0),(103859,26456,571,1,1,22120,0,3450.54,1984.11,63.8248,3.67125,300,5,0,9291,3231,1,0,0,0),(103860,26456,571,1,1,22120,0,3486.83,1954.86,64.9002,5.75119,300,5,0,9291,3231,1,0,0,0),(103861,26456,571,1,1,22120,0,3519.4,1950.9,66.1468,2.64388,300,5,0,9291,3231,1,0,0,0),(103862,26456,571,1,1,22120,0,3489,2050.61,67.1645,4.46058,300,5,0,9291,3231,1,0,0,0),(103863,24152,571,1,1,22160,0,2128.82,-2995.77,148.863,1.79769,300,0,0,8982,0,0,0,0,0),(103864,29528,571,1,1,26396,0,5762.18,638.807,650.199,2.77507,300,0,0,8508,7981,0,0,0,0),(103865,25432,571,1,1,24852,0,4460.6,5450.4,-18.3856,4.72984,300,0,0,8982,0,0,0,0,0),(103866,26456,571,1,1,22120,0,3570.67,2020.91,74.2758,0.179501,300,5,0,9291,3231,1,0,0,0),(103867,27224,571,1,1,24426,1,3031.88,-1193.94,4.10342,1.24751,300,0,0,9291,0,2,0,0,0),(103868,27224,571,1,1,24426,1,3075.94,-811.988,20.8083,4.37304,300,0,0,9291,0,2,0,0,0),(103869,26456,571,1,1,22120,0,3511,2066.16,70.3619,1.57297,300,5,0,9291,3231,1,0,0,0),(103870,27224,571,1,1,24426,1,2994.18,-917.33,15.7973,-1.89869,300,0,0,9291,0,2,0,0,0),(103871,27224,571,1,1,24426,1,3010.81,-773.174,16.3423,5.85336,300,0,0,9291,0,2,0,0,0),(103872,27224,571,1,1,24426,1,2932.51,-837.552,22.2049,2.61483,300,0,0,9291,0,2,0,0,0),(103873,27224,571,1,1,24426,1,2894.11,-745.828,34.1621,4.01731,300,0,0,9291,0,2,0,0,0),(103874,27224,571,1,1,24426,1,2809.23,-786.052,11.3964,1.59572,300,0,0,9291,0,2,0,0,0),(103875,27224,571,1,1,24426,1,2978.2,-643.632,49.3209,5.18343,300,0,0,9291,0,2,0,0,0),(103876,27224,571,1,1,24426,1,3137.92,-992.722,34.2827,2.60634,300,0,0,9291,0,2,0,0,0),(103877,26200,571,1,1,25382,0,3379.49,1177.94,139.14,1.17319,300,5,0,42,0,1,0,0,0),(103878,26200,571,1,1,25394,0,3368.06,1187.98,139.89,3.00028,300,5,0,42,0,1,0,0,0),(103879,26200,571,1,1,25384,0,3379.74,1173.42,139.015,0.360172,300,5,0,42,0,1,0,0,0),(103880,26200,571,1,1,25394,0,3367.19,1190.1,139.89,0.68538,300,5,0,42,0,1,0,0,0),(103881,26200,571,1,1,25384,0,3368.1,1192.05,139.64,4.63925,300,5,0,42,0,1,0,0,0),(103882,26200,571,1,1,25383,0,3378.27,1176.11,138.89,1.13594,300,5,0,42,0,1,0,0,0),(103883,26200,571,1,1,25382,0,3013.93,1167.24,137,1.74636,300,5,0,42,0,1,0,0,0),(103884,26200,571,1,1,25384,0,3011.12,1168.77,137,5.29331,300,5,0,42,0,1,0,0,0),(103885,26200,571,1,1,25382,0,3013.61,1169.47,136.875,1.89331,300,5,0,42,0,1,0,0,0),(103886,26200,571,1,1,25382,0,2896.05,1236.74,144.768,4.80526,300,5,0,42,0,1,0,0,0),(103887,26200,571,1,1,25383,0,2877.14,1200.24,139.513,1.82922,300,5,0,42,0,1,0,0,0),(103888,26200,571,1,1,25383,0,2881.57,1198.15,140.514,3.35029,300,5,0,42,0,1,0,0,0),(103889,26200,571,1,1,25382,0,2896.88,1126.04,123.935,2.14033,300,5,0,42,0,1,0,0,0),(103890,26200,571,1,1,25384,0,2894.35,1124.04,123.685,4.54326,300,5,0,42,0,1,0,0,0),(103891,26200,571,1,1,25382,0,2894.79,1234.38,143.893,0.060829,300,5,0,42,0,1,0,0,0),(103893,26200,571,1,1,25382,0,2880.28,1194.55,141.3,1.89865,300,5,0,42,0,1,0,0,0),(103894,26200,571,1,1,25394,0,2900.59,1126.35,123.887,5.4556,300,5,0,42,0,1,0,0,0),(103895,26200,571,1,1,25383,0,3280.89,1077.01,134.002,5.90253,300,5,0,42,0,1,0,0,0),(103896,26200,571,1,1,25394,0,3283.9,1080.06,134.442,6.00436,300,5,0,42,0,1,0,0,0),(103897,26200,571,1,1,25384,0,3280.61,1096.27,134.127,1.60136,300,5,0,42,0,1,0,0,0),(103898,26200,571,1,1,25394,0,3281.31,977.723,130.867,4.48395,300,5,0,42,0,1,0,0,0),(103899,26200,571,1,1,25383,0,3284.35,1077.8,134.252,1.12611,300,5,0,42,0,1,0,0,0),(103900,26200,571,1,1,25382,0,3280.22,980.071,131.117,5.55089,300,5,0,42,0,1,0,0,0),(103901,26200,571,1,1,25382,0,3368.95,1042.27,141.365,4.65741,300,5,0,42,0,1,0,0,0),(103902,26200,571,1,1,25383,0,3268.57,994.101,130.742,1.22477,300,5,0,42,0,1,0,0,0),(103903,26200,571,1,1,25382,0,3373.34,1041.5,141.542,4.2237,300,0,0,42,0,0,0,0,0),(103904,26200,571,1,1,25384,0,3373.64,1044.51,141.553,6.10374,300,5,0,42,0,1,0,0,0),(103905,26200,571,1,1,25383,0,3255.54,961.186,128.592,2.1281,300,5,0,42,0,1,0,0,0),(103906,26200,571,1,1,25383,0,3267.57,992.331,130.242,2.38501,300,5,0,42,0,1,0,0,0),(103907,26200,571,1,1,25384,0,3362.74,1164.11,139.503,3.47321,300,0,0,42,0,0,0,0,0),(103908,26200,571,1,1,25394,0,3259.36,963.37,129.522,1.74533,300,0,0,42,0,0,0,0,0),(103910,27224,571,1,1,24426,1,3149.75,-869.244,36.212,5.59195,300,0,0,9291,0,2,0,0,0),(103912,26200,571,1,1,25382,0,3365.59,1165.92,139.389,1.21723,300,5,0,42,0,1,0,0,0),(103913,26200,571,1,1,25383,0,3368.23,1193.23,139.64,1.76385,300,5,0,42,0,1,0,0,0),(103914,26200,571,1,1,25383,0,3364.04,1161.24,139.719,2.40855,300,0,0,42,0,0,0,0,0),(103915,26200,571,1,1,25383,0,3369.13,1188.12,139.89,5.99672,300,5,0,42,0,1,0,0,0),(103918,26200,571,1,1,25394,0,3377.37,1175.68,138.765,2.4092,300,5,0,42,0,1,0,0,0),(103919,26200,571,1,1,25382,0,3363.54,1188.54,140.284,3.3797,300,5,0,42,0,1,0,0,0),(103920,28504,571,1,1,27330,1,5629.74,-3525.22,364.94,3.00197,300,0,0,8800,8139,0,0,0,0),(103921,28504,571,1,1,27839,1,5585.3,-3571.9,363.457,1.44862,300,0,0,8800,8139,0,0,0,0),(103922,28504,571,1,1,27839,1,5648.56,-3477.57,364.19,3.07178,300,0,0,8800,8139,0,0,0,0),(103923,27224,571,1,1,24426,1,3117.31,-1116.78,24.4253,5.25099,300,0,0,9291,0,2,0,0,0),(103924,28504,571,1,1,27330,1,5583.79,-3535.15,350.41,3.1765,300,0,0,8800,8139,0,0,0,0),(103925,28504,571,1,1,27330,1,5613.07,-3479.28,350.41,1.37881,300,0,0,8800,8139,0,0,0,0),(103926,25432,571,1,1,24852,0,4476.48,5330.56,-30.9689,2.23518,300,5,0,8982,0,1,0,0,0),(103927,25432,571,1,1,24852,0,4496.13,5427.76,-18.3856,6.02139,300,0,0,8982,0,0,0,0,0),(103928,25432,571,1,1,24852,0,4525.45,5411.37,-18.8114,2.93215,300,0,0,8982,0,0,0,0,0),(103930,25432,571,1,1,24852,0,4478.55,5408.56,28.6782,5.03107,300,5,0,8982,0,1,0,0,0),(203458,33865,571,1,1,0,0,8450.27,747.071,547.476,3.05433,120,0,0,10635,0,0,0,0,0),(103932,30040,571,1,1,26698,0,7133.91,-1317.79,916.448,3.10669,300,0,0,12600,0,0,0,0,0),(103933,24921,571,1,1,21072,0,2385.76,5436.24,2.80981,3.38594,300,0,0,12126,0,0,0,0,0),(103934,24921,571,1,1,21072,0,2234.6,5493.4,5.35601,6.10865,300,0,0,12126,0,0,0,0,0),(103935,24921,571,1,1,21072,0,2166.15,5525.96,2.94027,1.0821,300,0,0,12126,0,0,0,0,0),(103936,24921,571,1,1,21072,0,2187.48,5429.31,45.3811,0.872665,300,0,0,12126,0,0,0,0,0),(103937,24921,571,1,1,21072,0,2384.21,5440.13,2.92725,3.07178,300,0,0,12126,0,0,0,0,0),(103938,24921,571,1,1,21072,0,2173.33,5497.3,0.37572,3.76991,300,0,0,12126,0,0,0,0,0),(103939,27225,571,1,1,24427,1,2827.73,-1017.49,7.98728,6.10865,300,0,0,9291,3231,0,0,0,0),(103940,24921,571,1,1,21072,0,6935.1,-1201.65,812.771,2.75762,300,0,0,12126,0,0,0,0,0),(103941,24921,571,1,1,21072,0,2610,5268.22,76.3201,2.63545,300,0,0,12126,0,0,0,0,0),(103942,24921,571,1,1,21072,0,2349.3,5395.21,2.2661,5.74213,300,0,0,12126,0,0,0,0,0),(103943,24921,571,1,1,21072,0,2235.06,5486.28,5.01296,5.58505,300,0,0,12126,0,0,0,0,0),(103944,24921,571,1,1,21072,0,2347.9,5464.62,1.6534,3.85718,300,0,0,12126,0,0,0,0,0),(103945,24921,571,1,1,21072,0,2210.04,5450.34,6.57955,2.75762,300,0,0,12126,0,0,0,0,0),(103946,24921,571,1,1,21072,0,2375.17,5399.45,2.12043,2.04204,300,0,0,12126,0,0,0,0,0),(103947,24921,571,1,1,21072,0,2178.4,5590.9,9.41182,0.802851,300,0,0,12126,0,0,0,0,0),(103948,24921,571,1,1,21072,0,2121.54,5527.19,1.39646,3.28122,300,0,0,12126,0,0,0,0,0),(103949,24921,571,1,1,21072,0,2388.9,5423.28,2.72555,5.37561,300,0,0,12126,0,0,0,0,0),(103950,28761,571,1,1,19595,0,6175.04,-2017.36,407.56,1.22173,300,5,0,4979,0,1,0,0,0),(103951,29785,571,1,1,26531,0,5818.07,682.313,647.382,2.86234,300,0,0,42,0,0,0,0,0),(103952,29785,571,1,1,26531,0,5818.48,682.809,649.715,2.47837,300,0,0,42,0,0,0,0,0),(103953,29785,571,1,1,26531,0,5805.43,683.458,648.104,5.89921,300,0,0,42,0,0,0,0,0),(103954,29785,571,1,1,26531,0,5805.35,684.465,649.708,4.69494,300,0,0,42,0,0,0,0,0),(103955,24921,571,1,1,21072,0,4127.12,-4396.44,269.443,2.16421,300,0,0,12126,0,0,0,0,0),(103956,27481,571,1,1,24663,1,4182.86,-3002.27,282.198,3.68265,300,0,0,9291,3231,0,0,0,0),(103957,27481,571,1,1,24663,1,4044.4,-2822.77,285.999,5.5676,300,0,0,9291,3231,0,0,0,0),(103958,27481,571,1,1,24663,1,4025.39,-3233.74,280.9,0.610865,300,0,0,9291,3231,0,0,0,0),(103959,27481,571,1,1,24661,1,4157.66,-2960.66,283.652,2.02458,300,0,0,9291,3231,0,0,0,0),(103960,27481,571,1,1,24662,1,4122.02,-2837.37,284.545,5.06145,300,0,0,9291,3231,0,0,0,0),(103961,30041,571,1,1,25796,1,6776.51,-1603.37,820.475,0.244346,300,0,0,12600,0,0,0,0,0),(103962,24921,571,1,1,21072,0,2194.59,5430.62,45.0575,3.54302,300,0,0,12126,0,0,0,0,0),(103963,24921,571,1,1,21072,0,2337,5414.11,2.1934,5.63741,300,0,0,12126,0,0,0,0,0),(103964,24921,571,1,1,21072,0,2141.02,5530.44,2.92502,5.28835,300,0,0,12126,0,0,0,0,0),(103965,24921,571,1,1,21072,0,2150.39,5529.6,3.5734,2.40855,300,0,0,12126,0,0,0,0,0),(103966,24921,571,1,1,21072,0,2334.3,5407.93,1.70847,1.58825,300,0,0,12126,0,0,0,0,0),(103967,24921,571,1,1,21072,0,2197.1,5419.73,42.4281,5.07891,300,0,0,12126,0,0,0,0,0),(103968,24921,571,1,1,21072,0,2223.48,5488.75,4.02916,2.67035,300,0,0,12126,0,0,0,0,0),(103969,24921,571,1,1,21072,0,2169.52,5492.64,0.336862,6.03884,300,0,0,12126,0,0,0,0,0),(103970,27225,571,1,1,24427,1,2912.33,-1288.72,10.5616,4.03171,300,0,0,9291,3231,0,0,0,0),(103971,27225,571,1,1,24430,1,2935.98,-1277.4,13.3044,4.20624,300,0,0,9291,3231,0,0,0,0),(103972,27481,571,1,1,24661,1,4020.54,-3240.85,280.596,1.55334,300,0,0,9291,3231,0,0,0,0),(103973,27481,571,1,1,24663,1,4025.04,-3236.45,280.664,3.64774,300,0,0,9291,3231,0,0,0,0),(103974,27481,571,1,1,24661,1,4211.83,-2860.92,280.203,4.45059,300,0,0,9291,3231,0,0,0,0),(103975,27481,571,1,1,24662,1,4005.27,-2839.28,275.746,3.97935,300,0,0,9291,3231,0,0,0,0),(103976,27481,571,1,1,24662,1,4107.4,-2895.19,279.803,1.13446,300,0,0,9291,3231,0,0,0,0),(103977,27481,571,1,1,24662,1,4185.88,-2971.55,284.84,3.68265,300,0,0,9291,3231,0,0,0,0),(103978,27481,571,1,1,24661,1,4029,-3239.79,280.698,4.41568,300,0,0,9291,3231,0,0,0,0),(103979,24921,571,1,1,21072,0,2389.69,5439.3,2.90878,4.93928,300,0,0,12126,0,0,0,0,0),(103980,24921,571,1,1,21072,0,2173.8,5517.21,2.67031,4.08407,300,0,0,12126,0,0,0,0,0),(103981,24921,571,1,1,21072,0,2227.97,5489.16,4.53748,3.38594,300,0,0,12126,0,0,0,0,0),(103982,24921,571,1,1,21072,0,2341.62,5407.91,2.03401,5.5676,300,0,0,12126,0,0,0,0,0),(103983,27225,571,1,1,24427,1,2965.13,-1279.27,14.5099,4.31096,300,0,0,9291,3231,0,0,0,0),(103984,27481,571,1,1,24661,1,4023.95,-3242.19,280.395,1.69297,300,0,0,9291,3231,0,0,0,0),(103985,27481,571,1,1,24663,1,4199.59,-2969.69,283.402,1.8326,300,0,0,9291,3231,0,0,0,0),(103986,27481,571,1,1,24663,1,4020.74,-3236.55,280.627,5.21853,300,0,0,9291,3231,0,0,0,0),(103987,27481,571,1,1,24661,1,4236.31,-2981.46,283.238,5.86431,300,0,0,9291,3231,0,0,0,0),(103988,24921,571,1,1,21072,0,2228.93,5494.49,4.89531,0.069813,300,0,0,12126,0,0,0,0,0),(103989,24921,571,1,1,21072,0,2170.5,5487.27,0.34337,1.78024,300,0,0,12126,0,0,0,0,0),(103990,24921,571,1,1,21072,0,2173.05,5523.4,3.46406,1.97222,300,0,0,12126,0,0,0,0,0),(103991,24921,571,1,1,21072,0,2147.65,5537.33,5.74691,5.35816,300,0,0,12126,0,0,0,0,0),(103992,29529,571,1,1,26347,0,5757.77,646.359,661.155,5.60251,300,0,0,8508,7981,0,0,0,0),(103993,24921,571,1,1,21072,0,2334.02,5181.45,7.31787,1.16937,300,0,0,12126,0,0,0,0,0),(103994,24921,571,1,1,21072,0,2338.36,5180.02,8.50149,1.23918,300,0,0,12126,0,0,0,0,0),(103995,24921,571,1,1,21072,0,6926.95,-1202.48,812.655,0.698132,300,0,0,12126,0,0,0,0,0),(103996,24921,571,1,1,21072,0,6957.29,-1783.24,827.519,0.750492,300,0,0,12126,0,0,0,0,0),(103997,24921,571,1,1,21072,0,6965.89,-1793.28,827.877,4.86947,300,0,0,12126,0,0,0,0,0),(103998,24921,571,1,1,21072,0,6974.53,-1802.88,827.044,0.680678,300,0,0,12126,0,0,0,0,0),(103999,24921,571,1,1,21072,0,6978.07,-1758.64,843.535,5.77704,300,0,0,12126,0,0,0,0,0),(104000,24921,571,1,1,21072,0,6995.14,-1790.06,843.197,3.54302,300,0,0,12126,0,0,0,0,0),(104001,24921,571,1,1,21072,0,6965.65,-1771.67,847.805,4.20624,300,0,0,12126,0,0,0,0,0),(104002,24921,571,1,1,21072,0,6981.65,-1800.91,845.59,1.22173,300,0,0,12126,0,0,0,0,0),(104003,24921,571,1,1,21072,0,6975.44,-1758.71,857.498,3.4383,300,0,0,12126,0,0,0,0,0),(104004,24921,571,1,1,21072,0,6995.82,-1791.56,857.483,5.58505,300,0,0,12126,0,0,0,0,0),(104005,24921,571,1,1,21072,0,6974.8,-1757.92,830.031,2.86234,300,0,0,12126,0,0,0,0,0),(104006,24921,571,1,1,21072,0,6995.82,-1793.11,829.955,5.42797,300,0,0,12126,0,0,0,0,0),(104007,24921,571,1,1,21072,0,6968.66,-1777.93,823.501,1.25664,300,0,0,12126,0,0,0,0,0),(104008,24921,571,1,1,21072,0,6980.64,-1792.22,823.833,4.85202,300,0,0,12126,0,0,0,0,0),(104009,25433,571,1,1,24853,0,4467.11,5448.1,-18.3856,3.47321,300,0,0,1996,0,0,0,0,0),(104010,25433,571,1,1,24853,0,4489.78,5440.09,-18.3856,2.28638,300,0,0,1996,0,0,0,0,0),(104011,27225,571,1,1,24430,1,3040.33,-1232.83,14.0334,3.14159,300,0,0,9291,3231,0,0,0,0),(104012,27225,571,1,1,24427,1,3053.3,-1206.68,11.2524,1.25664,300,0,0,9291,3231,0,0,0,0),(104013,27225,571,1,1,24430,1,3105.79,-1215.29,18.4824,5.86431,300,0,0,9291,3231,0,0,0,0),(104014,27225,571,1,1,24427,1,2982.93,-1010.95,14.6817,6.24828,300,0,0,9291,3231,0,0,0,0),(104015,27225,571,1,1,24427,1,2973.86,-978.843,15.6346,3.5709,300,0,0,9291,3231,0,0,0,0),(104016,27225,571,1,1,24430,1,3070.45,-1175.1,16.9726,3.56047,300,0,0,9291,3231,0,0,0,0),(104017,27225,571,1,1,24430,1,3056.93,-1139.29,21.2783,3.15905,300,0,0,9291,3231,0,0,0,0),(104018,27225,571,1,1,24430,1,3111.34,-1163.08,29.246,2.00713,300,0,0,9291,3231,0,0,0,0),(104019,27225,571,1,1,24427,1,3108.04,-1187.12,23.7184,3.83972,300,0,0,9291,3231,0,0,0,0),(104020,27225,571,1,1,24427,1,3085.67,-885.648,25.6135,0.10472,300,0,0,9291,3231,0,0,0,0),(104021,27225,571,1,1,24430,1,2907.3,-837.407,20.4915,4.72984,300,0,0,9291,3231,0,0,0,0),(104022,27225,571,1,1,24430,1,2969.05,-775.029,23.943,5.68977,300,0,0,9291,3231,0,0,0,0),(104023,27225,571,1,1,24430,1,2861.82,-863.436,15.5231,5.60251,300,0,0,9291,3231,0,0,0,0),(104024,27225,571,1,1,24430,1,2873.35,-758.89,38.4334,3.63029,300,0,0,9291,3231,0,0,0,0),(104025,27225,571,1,1,24430,1,2938.33,-843.711,22.1035,5.16617,300,0,0,9291,3231,0,0,0,0),(104026,27225,571,1,1,24427,1,2893.63,-784.072,32.7607,3.94444,300,0,0,9291,3231,0,0,0,0),(104027,27225,571,1,1,24430,1,2766.13,-771.451,25.6973,1.8326,300,0,0,9291,3231,0,0,0,0),(104028,26201,571,1,1,25385,1,3377.33,1207.23,140.221,-0.302693,300,5,0,7432,7332,1,0,0,0),(104029,26201,571,1,1,25385,1,2991.71,1088.98,113.354,5.38027,300,5,0,7432,7332,1,0,0,0),(104030,27225,571,1,1,24430,1,2787.25,-781.355,22.1992,2.09439,300,0,0,9291,3231,0,0,0,0),(104031,27225,571,1,1,24427,1,2838.38,-839.614,16.5907,4.13643,300,0,0,9291,3231,0,0,0,0),(104032,27225,571,1,1,24430,1,2974.96,-955.84,16.192,2.35619,300,0,0,9291,3231,0,0,0,0),(104033,27225,571,1,1,24427,1,3149.23,-1235.45,29.2145,0.890118,300,0,0,9291,3231,0,0,0,0),(104034,27225,571,1,1,24427,1,3019.5,-815.952,15.2925,6.03884,300,0,0,9291,3231,0,0,0,0),(104035,27225,571,1,1,24430,1,2995.22,-774.254,21.8568,5.2709,300,0,0,9291,3231,0,0,0,0),(104036,27225,571,1,1,24427,1,2966.66,-734.855,41.059,4.20624,300,0,0,9291,3231,0,0,0,0),(104037,27225,571,1,1,24427,1,2988.46,-721.628,47.1282,5.88176,300,0,0,9291,3231,0,0,0,0),(104038,27225,571,1,1,24427,1,2996.7,-700.006,44.5275,1.76278,300,0,0,9291,3231,0,0,0,0),(104039,27225,571,1,1,24427,1,2912.22,-792.301,32.6047,3.89208,300,0,0,9291,3231,0,0,0,0),(104040,27225,571,1,1,24427,1,2958.28,-835.919,16.6048,5.07891,300,0,0,9291,3231,0,0,0,0),(104041,27225,571,1,1,24427,1,3126.3,-923.156,36.3422,6.14356,300,0,0,9291,3231,0,0,0,0),(104042,27225,571,1,1,24427,1,3095.57,-920.975,31.346,5.74213,300,0,0,9291,3231,0,0,0,0),(104043,26201,571,1,1,25385,1,3296.93,1054.73,136.536,2.49126,300,5,0,7432,7332,1,0,0,0),(104044,27225,571,1,1,24430,1,2986.09,-907.52,16.6571,1.85005,300,0,0,9291,3231,0,0,0,0),(104045,27225,571,1,1,24427,1,2979.19,-931.634,18.3549,3.00197,300,0,0,9291,3231,0,0,0,0),(104047,26201,571,1,1,25385,1,2863.51,1200.42,137.853,1.55218,300,5,0,7432,7332,1,0,0,0),(104048,27225,571,1,1,24430,1,3123.67,-1240.62,18.3528,1.41372,300,0,0,9291,3231,0,0,0,0),(104051,26201,571,1,1,25385,1,2972.85,1051.61,109.79,-1.64756,300,5,0,7432,7332,1,0,0,0),(104052,26201,571,1,1,25385,1,3156.22,788.941,100.848,4.03003,300,5,0,7432,7332,1,0,0,0),(104053,27225,571,1,1,24430,1,3094.82,-1044.62,23.9328,6.05629,300,0,0,9291,3231,0,0,0,0),(104054,27225,571,1,1,24430,1,3113.71,-1033.81,29.4826,0.122173,300,0,0,9291,3231,0,0,0,0),(104056,26457,571,1,1,26858,0,4129.57,-2109.26,219.831,4.69112,300,5,0,9940,0,1,0,0,0),(104057,26457,571,1,1,26858,0,4145.16,-2004.62,212.526,0.29144,300,5,0,9940,0,1,0,0,0),(104058,26201,571,1,1,25385,1,3346.07,1216.99,139.093,6.15819,300,0,0,7432,7332,0,0,0,0),(104059,26201,571,1,1,25385,1,3358.7,1063.29,139.644,2.03171,300,0,0,7432,7332,0,0,0,0),(104060,26457,571,1,1,26858,0,4175.63,-1830.74,199.056,0.060377,300,0,0,9940,0,0,0,0,0),(104061,26457,571,1,1,26858,0,4194.22,-1805.2,200.181,3.66044,300,5,0,9940,0,1,0,0,0),(104062,26457,571,1,1,26858,0,4133.07,-2038.64,218.72,2.00058,300,5,0,9940,0,1,0,0,0),(104063,26457,571,1,1,26858,0,4249.09,-2142.87,215.433,2.29548,300,0,0,9940,0,0,0,0,0),(104064,26457,571,1,1,26858,0,4206.74,-1982.74,209.325,4.45462,300,5,0,9940,0,1,0,0,0),(104065,24921,571,1,1,21072,0,4672.56,-3873.4,328.714,3.24631,0,0,0,12126,0,0,0,0,0),(104066,24921,571,1,1,21072,0,4675.93,-3872.5,329.157,4.06662,0,0,0,12126,0,0,0,0,0),(104067,26457,571,1,1,26858,0,4242.94,-1833.94,203.776,5.5627,300,0,0,9940,0,0,0,0,0),(104068,24921,571,1,1,21072,0,4669.85,-3871.47,329.467,5.13127,300,0,0,12126,0,0,0,0,0),(104069,24921,571,1,1,21072,0,4678.45,-3870.05,329.502,4.46804,300,0,0,12126,0,0,0,0,0),(104070,24921,571,1,1,21072,0,4673.32,-3880.02,339.705,1.65806,300,0,0,12126,0,0,0,0,0),(104071,24921,571,1,1,21072,0,4677.51,-3879.6,339.57,6.05629,300,0,0,12126,0,0,0,0,0),(104072,26457,571,1,1,26858,0,4302.88,-2001.13,204.049,5.3812,300,0,0,9940,0,0,0,0,0),(104073,26457,571,1,1,26858,0,4240.29,-1910.17,201.851,1.54627,300,5,0,9940,0,1,0,0,0),(104074,26457,571,1,1,26858,0,4245.06,-2021.2,237.428,1.54983,300,0,0,9940,0,2,0,0,0),(104075,26457,571,1,1,26858,0,4230.66,-1935.01,202.311,6.21135,300,5,0,9940,0,1,0,0,0),(104076,26457,571,1,1,26858,0,4254.06,-1957.63,204.323,0.568114,300,5,0,9940,0,1,0,0,0),(104077,26457,571,1,1,26858,0,4277.73,-1935.01,202.274,5.11833,300,5,0,9940,0,1,0,0,0),(104078,26457,571,1,1,26858,0,4269.51,-1861.48,202.995,4.01114,300,0,0,9940,0,0,0,0,0),(104079,26457,571,1,1,26858,0,4156.8,-2096.97,216.51,1.83711,300,5,0,9940,0,1,0,0,0),(104080,26457,571,1,1,26858,0,4292.23,-2114.72,213.27,0.365268,300,5,0,9940,0,1,0,0,0),(104081,26457,571,1,1,26858,0,4260.67,-1984.73,206.737,0.860242,300,0,0,9940,0,0,0,0,0),(104082,26457,571,1,1,26858,0,4180.34,-1954.6,206.767,1.05257,300,5,0,9940,0,1,0,0,0),(104083,25433,571,1,1,24853,0,4523.52,5293.78,-29.7951,1.95477,300,0,0,1996,0,0,0,0,0),(104084,26457,571,1,1,26858,0,4147.6,-2149.44,222.658,3.69605,300,5,0,9940,0,1,0,0,0),(104085,25433,571,1,1,24853,0,4510.06,5296.59,-28.797,6.23082,300,0,0,1996,0,0,0,0,0),(104086,25433,571,1,1,24853,0,4522.57,5301.48,-29.4977,4.57276,300,0,0,1996,0,0,0,0,0),(104087,26457,571,1,1,26858,0,4190.44,-2140.55,216.631,0.426564,300,0,0,9940,0,0,0,0,0),(104088,26457,571,1,1,26858,0,4216.68,-2157.4,217.742,1.73368,300,0,0,9940,0,0,0,0,0),(104089,25433,571,1,1,24853,0,4502.8,5340.9,-30.1183,4.32842,300,0,0,1996,0,0,0,0,0),(104090,25433,571,1,1,24853,0,4513.45,5342.36,-30.1182,4.5204,300,0,0,1996,0,0,0,0,0),(104091,25433,571,1,1,24853,0,4525.46,5337.19,-30.1183,2.07694,300,0,0,1996,0,0,0,0,0),(104092,25433,571,1,1,24853,0,4525.63,5345.84,-30.3906,4.2586,300,0,0,1996,0,0,0,0,0),(104093,25433,571,1,1,24853,0,4513.51,5357.13,-31.6865,1.90241,300,0,0,1996,0,0,0,0,0),(104094,25433,571,1,1,24853,0,4506.48,5360.95,-31.9797,0.069813,300,0,0,1996,0,0,0,0,0),(104096,25433,571,1,1,24853,0,4530.08,5417.42,-18.5685,3.52556,300,0,0,1996,0,0,0,0,0),(104098,25433,571,1,1,24853,0,4511.91,5333.48,-30.1182,1.39626,300,0,0,1996,0,0,0,0,0),(104099,25433,571,1,1,24853,0,4499.03,5333.09,-30.5552,1.0472,300,0,0,1996,0,0,0,0,0),(104100,25433,571,1,1,24853,0,4482.28,5405.41,27.6064,-2.47132,300,0,0,1996,0,0,0,0,0),(104101,25433,571,1,1,24853,0,4479.93,5407.03,28.1102,-1.91525,300,0,0,1996,0,0,0,0,0),(104102,25433,571,1,1,24853,0,4486.15,5404.63,27.6019,2.89809,300,0,0,1996,0,0,0,0,0),(200823,30364,571,1,1,0,0,3217.16,5260.9,47.9395,1.89942,300,0,0,48,120,0,0,0,0),(104104,29530,571,1,1,26372,0,5766.59,734.037,620.134,5.07891,300,0,0,10635,0,0,0,0,0),(104105,24154,571,1,1,22165,0,437.354,-4544.09,245.725,3.7001,300,0,0,8982,0,0,0,0,0),(104106,26458,571,1,1,7803,0,4531.23,-2135.5,160.966,5.43881,300,5,0,29820,0,1,0,0,0),(104107,26202,571,1,1,23681,0,3359.45,3629.43,21.6673,1.93419,300,9,0,8982,0,1,0,0,0),(104108,26202,571,1,1,23681,0,3458.66,3795.8,29.4246,0.308476,300,9,0,8982,0,1,0,0,0),(104109,26202,571,1,1,23681,0,3416.05,3763.67,25.5552,0.499035,300,9,0,8982,0,1,0,0,0),(104110,25434,571,1,1,24851,0,4418.95,5423.01,81.46,4.16828,300,0,0,8982,0,2,0,0,0),(104111,25434,571,1,1,24851,0,4329.82,5483.47,44.57,3.84429,300,0,0,8982,0,2,0,0,0),(104112,25434,571,1,1,24851,0,4387.23,5450.66,48.6951,2.51327,300,0,0,8982,0,0,0,0,0),(200826,30360,571,1,1,0,0,3577.08,6622.38,195.505,0.96167,300,0,0,48,120,0,0,0,0),(104114,27226,571,1,1,24444,1,2844.61,-1115.88,2.29711,1.93731,300,0,0,9291,3231,0,0,0,0),(104115,27226,571,1,1,24433,1,2824.02,-1110.04,2.51041,1.85005,300,0,0,9291,3231,0,0,0,0),(104116,27226,571,1,1,24445,1,2819.13,-1131.25,2.05123,4.11898,300,0,0,9291,3231,0,0,0,0),(104117,27226,571,1,1,24433,1,3066,-1262.65,11.3711,2.60054,300,0,0,9291,3231,0,0,0,0),(104118,27226,571,1,1,24433,1,3053.84,-1257.01,11.4696,3.47321,300,0,0,9291,3231,0,0,0,0),(104119,27226,571,1,1,24432,1,3114.1,-1277.07,18.8855,2.72271,300,0,0,9291,3231,0,0,0,0),(104120,26458,571,1,1,7803,0,4557.07,-2114.13,160.948,0.953301,300,5,0,29820,0,1,0,0,0),(104121,27226,571,1,1,24432,1,2985.49,-1072.48,7.81534,0.837758,300,0,0,9291,3231,0,0,0,0),(104122,27226,571,1,1,24445,1,2809.69,-1188.68,3.97264,5.06145,300,0,0,9291,3231,0,0,0,0),(104123,27226,571,1,1,24433,1,3064.16,-1225.98,13.1387,5.14872,300,0,0,9291,3231,0,0,0,0),(104124,27226,571,1,1,24444,1,2815.33,-915.16,2.57937,2.11185,300,0,0,9291,3231,0,0,0,0),(104125,27226,571,1,1,24432,1,2832.3,-965.659,-10.7331,4.72984,300,0,0,9291,3231,0,0,0,0),(104126,27226,571,1,1,24433,1,2826.64,-923.847,2.75877,4.46804,300,0,0,9291,3231,0,0,0,0),(104127,27226,571,1,1,24445,1,2808.07,-944.771,-17.6723,1.8326,300,0,0,9291,3231,0,0,0,0),(104128,26458,571,1,1,7803,0,4557.85,-2168.5,160.954,0.071217,300,5,0,29820,0,1,0,0,0),(104129,27226,571,1,1,24444,1,3074.59,-1201.97,14.1088,5.02655,300,0,0,9291,3231,0,0,0,0),(104130,26458,571,1,1,7803,0,4555.96,-1918.44,160.948,0.26672,300,5,0,29820,0,1,0,0,0),(104131,27226,571,1,1,24433,1,2860.62,-1131.37,2.15292,4.55531,300,0,0,9291,3231,0,0,0,0),(104132,27226,571,1,1,24433,1,2815.61,-875.193,-13.7482,5.21853,300,0,0,9291,3231,0,0,0,0),(104133,27226,571,1,1,24445,1,2968.6,-1095.81,4.51618,0.645772,300,0,0,9291,3231,0,0,0,0),(104134,27226,571,1,1,24432,1,2965.67,-1029.49,8.17858,4.83456,300,0,0,9291,3231,0,0,0,0),(104135,27226,571,1,1,24444,1,3122.67,-1255.85,17.0334,6.03884,300,0,0,9291,3231,0,0,0,0),(104136,27226,571,1,1,24444,1,3099.87,-1266.23,14.7732,4.41568,300,0,0,9291,3231,0,0,0,0),(104137,27226,571,1,1,24445,1,3134.89,-1262.06,19.0681,5.58505,300,0,0,9291,3231,0,0,0,0),(104138,27226,571,1,1,24433,1,3074,-1161.34,17.8573,5.3058,300,0,0,9291,3231,0,0,0,0),(104139,27226,571,1,1,24432,1,2841.3,-1167.84,0.927212,3.66519,300,0,0,9291,3231,0,0,0,0),(104140,27226,571,1,1,24444,1,3065.3,-1148.06,19.1152,5.07891,300,0,0,9291,3231,0,0,0,0),(104141,27226,571,1,1,24433,1,3073.61,-1134.78,20.8766,2.33874,300,0,0,9291,3231,0,0,0,0),(104142,27226,571,1,1,24433,1,2840.53,-1081.43,-11.7727,1.55334,300,0,0,9291,3231,0,0,0,0),(104143,27226,571,1,1,24445,1,3079.96,-1122.48,21.8338,3.735,300,0,0,9291,3231,0,0,0,0),(104144,26202,571,1,1,23681,0,3238.83,3613.88,29.8238,1.46714,300,9,0,8982,0,1,0,0,0),(104145,27226,571,1,1,24432,1,2977.16,-1106.66,4.64824,1.13446,300,0,0,9291,3231,0,0,0,0),(104146,27226,571,1,1,24444,1,2989.62,-1106.16,3.94448,2.58309,300,0,0,9291,3231,0,0,0,0),(104147,27226,571,1,1,24433,1,2935.09,-1187.02,7.34502,2.96706,300,0,0,9291,3231,0,0,0,0),(104148,26202,571,1,1,23681,0,3281.44,3619.42,21.6303,5.0955,300,9,0,8982,0,1,0,0,0),(104149,27226,571,1,1,24432,1,2889.44,-1131.42,-0.024225,1.93731,300,0,0,9291,3231,0,0,0,0),(104150,27226,571,1,1,24444,1,2912.86,-1126.52,2.9515,4.36332,300,0,0,9291,3231,0,0,0,0),(104151,27226,571,1,1,24432,1,2960.28,-1076.14,5.39578,1.0472,300,0,0,9291,3231,0,0,0,0),(104152,27226,571,1,1,24444,1,2799.37,-1170.14,-3.52336,2.28638,300,0,0,9291,3231,0,0,0,0),(104153,27226,571,1,1,24444,1,2850.51,-1024.98,-2.51131,3.82227,300,0,0,9291,3231,0,0,0,0),(104154,27226,571,1,1,24445,1,2815.71,-1037.39,-12.7408,5.58505,300,0,0,9291,3231,0,0,0,0),(104155,27226,571,1,1,24444,1,2854.01,-1009.79,-15.652,4.99164,300,0,0,9291,3231,0,0,0,0),(104156,27226,571,1,1,24432,1,2953.9,-960.094,7.02348,1.93731,300,0,0,9291,3231,0,0,0,0),(104157,27226,571,1,1,24432,1,2954.22,-950.407,7.2977,4.27606,300,0,0,9291,3231,0,0,0,0),(104158,27226,571,1,1,24432,1,2853.7,-907.896,0.306358,2.3911,300,0,0,9291,3231,0,0,0,0),(104159,27226,571,1,1,24444,1,2877.74,-875.497,7.66972,1.58825,300,0,0,9291,3231,0,0,0,0),(104160,26202,571,1,1,23681,0,3276.89,3823.21,26.8313,3.17363,300,9,0,8982,0,1,0,0,0),(104161,26202,571,1,1,23681,0,3302.24,3680.53,32.468,-2.67653,300,9,0,8982,0,1,0,0,0),(104162,26202,571,1,1,23681,0,3315.93,3809.17,30.1376,3.73765,300,9,0,8982,0,1,0,0,0),(104163,26202,571,1,1,23681,0,3318.89,3784.29,27.4984,1.10085,300,9,0,8982,0,1,0,0,0),(104164,26458,571,1,1,7803,0,4521.66,-1959.93,160.948,4.27682,300,5,0,29820,0,1,0,0,0),(104165,26458,571,1,1,7803,0,4553.66,-1965.81,160.948,5.27986,300,5,0,29820,0,1,0,0,0),(104166,27226,571,1,1,24432,1,2833.65,-899.752,2.51736,2.46091,300,0,0,9291,3231,0,0,0,0),(104167,27226,571,1,1,24444,1,2845.99,-919.824,2.95098,5.46288,300,0,0,9291,3231,0,0,0,0),(104168,27226,571,1,1,24444,1,2944.24,-976.098,6.46552,1.95477,300,0,0,9291,3231,0,0,0,0),(104169,27226,571,1,1,24433,1,2953.1,-1051.16,5.95969,5.77704,300,0,0,9291,3231,0,0,0,0),(104170,27226,571,1,1,24433,1,2955.74,-1063.1,6.1006,0.15708,300,0,0,9291,3231,0,0,0,0),(104171,27226,571,1,1,24433,1,2978.23,-1052.18,7.60657,0.15708,300,0,0,9291,3231,0,0,0,0),(104172,27226,571,1,1,24445,1,3122.09,-1207.64,20.1527,0.593412,300,0,0,9291,3231,0,0,0,0),(104177,27226,571,1,1,24445,1,3131.95,-1212.21,20.6468,5.51524,300,0,0,9291,3231,0,0,0,0),(104178,26202,571,1,1,23681,0,3349.88,3591.59,19.9807,0.752929,300,9,0,8982,0,1,0,0,0),(104179,26202,571,1,1,23681,0,3357.78,3625.51,21.9173,1.12583,300,9,0,8982,0,1,0,0,0),(104180,25434,571,1,1,24851,0,4483.82,5028.79,51.54,5.35059,300,0,0,8982,0,2,0,0,0),(104181,27482,571,1,1,24657,1,4173.72,-2932.61,283.362,2.76104,300,5,0,9940,3387,1,0,0,0),(104182,27482,571,1,1,24658,1,3995.66,-2843.98,272.487,0.122173,300,0,0,9940,3387,0,0,0,0),(104183,26202,571,1,1,23681,0,3390.69,3769.85,26.5492,5.03643,300,9,0,8982,0,1,0,0,0),(104184,27482,571,1,1,24657,1,4061.91,-2848.54,285.016,3.76991,300,0,0,9940,3387,0,0,0,0),(104185,27482,571,1,1,24657,1,4096.38,-2901.66,280.065,0.942478,300,0,0,9940,3387,0,0,0,0),(104187,27482,571,1,1,24658,1,4065.72,-2897.43,280.652,4.41568,300,0,0,9940,3387,0,0,0,0),(104188,27482,571,1,1,24656,1,4086.66,-2822.89,287.166,1.62316,300,0,0,9940,3387,0,0,0,0),(104189,27482,571,1,1,24658,1,4118.52,-2838.18,285.096,0.872665,300,0,0,9940,3387,0,0,0,0),(104190,27482,571,1,1,24656,1,4184.69,-2980.58,284.83,3.54302,300,0,0,9940,3387,0,0,0,0),(104191,25434,571,1,1,24851,0,4403.19,5156.29,53.46,5.57147,300,0,0,8982,0,2,0,0,0),(104192,25434,571,1,1,24851,0,4504.26,5358.9,81.78,4.21554,300,0,0,8982,0,2,0,0,0),(104193,25434,571,1,1,24851,0,4481.99,5267.53,76.02,3.01836,300,0,0,8982,0,2,0,0,0),(104194,25434,571,1,1,24851,0,4484.13,5001.91,46.29,4.14859,300,0,0,8982,0,2,0,0,0),(104195,26202,571,1,1,23681,0,3241.87,3795.1,27.4356,2.03903,300,9,0,8982,0,1,0,0,0),(104196,26202,571,1,1,23681,0,3206.27,3798.42,26.8007,3.15721,300,9,0,8982,0,1,0,0,0),(104197,26202,571,1,1,23681,0,3286.94,3757.53,24.081,3.05683,300,9,0,8982,0,1,0,0,0),(104198,26202,571,1,1,23681,0,3219.53,3833.45,26.8473,0.009917,300,9,0,8982,0,1,0,0,0),(104199,26202,571,1,1,23681,0,3351.52,3756.46,23.3278,5.63269,300,9,0,8982,0,1,0,0,0),(213225,17147,530,1,1,0,1,-2966.4,6452.86,84.9613,6.02139,120,0,0,1,0,0,0,0,0),(104201,6491,571,1,4294967295,5233,0,3806.42,2066.28,93.5632,3.28122,60,0,0,4120,0,0,0,0,0),(104202,6491,571,1,4294967295,5233,0,3214.61,-701.304,167.723,0.069813,60,0,0,4120,0,0,0,0,0),(104203,27227,571,1,1,24428,0,3862.94,-4528.27,209.666,3.71755,300,0,0,10635,0,0,0,0,0),(104204,6491,571,1,4294967295,5233,0,3842.49,1431.58,90.7244,4.66003,60,0,0,4120,0,0,0,0,0),(104205,25435,571,1,1,22199,0,1996.48,5853.81,36.03,6.0912,300,0,0,9940,0,0,0,0,0),(104206,31579,571,1,1,27559,1,5764.79,743.995,653.748,4.38078,300,0,0,10080,8814,0,0,0,0),(104207,26459,571,1,1,23849,1,3502.47,1998.22,64.9457,3.00197,300,0,0,44100,3994,0,0,0,0),(104208,6491,571,1,4294967295,5233,0,3555.28,5822.82,128.996,5.53269,60,0,0,4120,0,0,0,0,0),(104209,6491,571,1,4294967295,5233,0,1800.3,-5599.65,218.872,5.42797,60,0,0,4120,0,0,0,0,0),(104210,6491,571,1,4294967295,5233,0,720.288,-5866.59,286.538,4.4855,60,0,0,4120,0,0,0,0,0),(104211,6491,571,1,4294967295,5233,0,4465.89,1263.18,141.627,4.7822,60,0,0,4120,0,0,0,0,0),(104212,24155,571,1,1,22166,1,400.47,-4542.25,245.089,4.83456,300,0,0,31905,3561,0,0,0,0),(104213,29275,571,1,1,26097,1,3592.03,-2928.74,227.973,6.03884,300,0,0,10282,0,0,0,0,0),(104214,23643,571,1,1,5243,0,2338.83,-2762.69,2.87535,5.04556,300,5,0,8982,0,1,0,0,0),(104215,26971,571,1,1,24195,1,4065.67,-4131.51,211.287,0.174533,60,0,0,9940,0,0,0,0,0),(104216,23643,571,1,1,5243,0,2221.74,-2688.21,3.17881,3.77034,300,5,0,8982,0,1,0,0,0),(104217,23643,571,1,1,5243,0,2467.71,-2762.94,9.64632,0.276267,300,5,0,8982,0,1,0,0,0),(104218,23643,571,1,1,5243,0,2346.96,-2777.91,6.05536,2.78433,300,5,0,8982,0,1,0,0,0),(104219,23643,571,1,1,5243,0,2153.51,-2749.29,4.40889,3.68883,300,5,0,8982,0,1,0,0,0),(104220,23643,571,1,1,5243,0,2109.04,-2754.67,4.73701,4.49443,300,5,0,8982,0,1,0,0,0),(104221,23643,571,1,1,5243,0,1920.24,-2771.14,2.40376,5.58636,300,5,0,8982,0,1,0,0,0),(104222,23643,571,1,1,5243,0,2154.16,-2750.38,4.17883,3.3796,300,5,0,8982,0,1,0,0,0),(104223,31580,571,1,1,27556,1,5762.72,745.358,653.748,4.11898,300,0,0,10080,8814,0,0,0,0),(104224,27484,571,1,1,24664,0,4023.82,-3235.14,280.683,5.55015,300,0,0,9291,0,0,0,0,0),(104225,29532,571,1,1,26373,0,5759.18,716.138,618.635,5.58505,300,0,0,10635,0,0,0,0,0),(104226,23644,571,1,1,5243,0,2372.93,-2752.21,1.13716,2.01145,300,5,0,9291,0,1,0,0,0),(104227,23644,571,1,1,5243,0,2368.05,-2728.46,-1.39377,1.51956,300,5,0,9291,0,1,0,0,0),(104228,23644,571,1,1,5243,0,2068.61,-2710.38,-0.48128,0.739476,300,5,0,9291,0,1,0,0,0),(104229,23644,571,1,1,5243,0,2107.9,-2680.2,5.58636,3.74857,300,5,0,9291,0,1,0,0,0),(104230,23644,571,1,1,5243,0,2077.35,-2685.1,0.972941,4.92342,300,5,0,9291,0,1,0,0,0),(104231,23644,571,1,1,5243,0,2201.02,-2664.35,2.66411,3.21765,300,5,0,9291,0,1,0,0,0),(104232,23644,571,1,1,5243,0,1823.77,-2744.69,0.659053,2.00864,300,5,0,9291,0,1,0,0,0),(104233,23644,571,1,1,5243,0,2249.55,-2777.07,6.10772,3.29321,300,5,0,9291,0,1,0,0,0),(104234,23644,571,1,1,5243,0,2257.9,-2718.07,2.92506,4.1718,300,5,0,9291,0,1,0,0,0),(104235,23644,571,1,1,5243,0,1927.01,-2705.19,2.16389,4.57863,300,5,0,9291,0,1,0,0,0),(104236,25437,571,1,1,23193,1,2874.85,6375.61,95.0773,3.10723,300,0,0,44910,0,0,0,0,0),(104237,29277,571,1,1,26099,0,4323.52,-4996.39,20.4613,1.58825,300,0,0,8982,0,0,0,0,0),(104238,26973,571,1,1,24397,0,3493.89,1990.52,64.9457,0.087266,300,0,0,10635,3561,0,0,0,0),(104239,26205,571,1,1,23685,1,4558.42,-4218.05,170.683,2.46091,300,5,0,9610,0,1,0,0,0),(104240,24157,571,1,1,16176,1,418.718,-4606.22,241.705,2.56563,300,0,0,9291,3231,0,0,0,0),(104241,31581,571,1,1,27560,1,5937.39,504.512,650.263,2.04204,300,0,0,10080,8814,0,0,0,0),(104242,29533,571,1,1,26362,0,5792.35,589.311,610.666,2.16421,300,0,0,10635,0,0,0,0,0),(104243,24669,571,1,1,22649,0,2790.74,-3605.33,202.019,0.174533,300,0,0,8982,0,0,0,0,0),(104244,24669,571,1,1,22649,0,2796.28,-3620.58,181.996,0.715585,300,0,0,8982,0,0,0,0,0),(104245,24669,571,1,1,22649,0,2626.13,-3722.53,182.003,3.7001,300,0,0,8982,0,0,0,0,0),(104246,24669,571,1,1,22650,0,2626.11,-3722.51,202.006,3.36848,300,0,0,8982,0,0,0,0,0),(104247,24669,571,1,1,22648,0,2715.45,-3396.07,180.19,6.00393,300,0,0,8982,0,0,0,0,0),(104248,24669,571,1,1,22648,0,2723.42,-3426.39,200.194,0.925025,300,0,0,8982,0,0,0,0,0),(104249,24669,571,1,1,22650,0,2808.84,-3630.84,221.882,1.06465,300,0,0,8982,0,0,0,0,0),(104250,27229,571,1,1,24431,1,2807.74,-1336.42,32.3777,4.88692,300,0,0,9291,0,0,0,0,0),(104251,24669,571,1,1,22650,0,2436.41,-3639.68,181.902,5.95157,300,0,0,8982,0,0,0,0,0),(104252,24669,571,1,1,22650,0,2625.88,-3722.65,141.841,3.45575,300,0,0,8982,0,0,0,0,0),(104253,24669,571,1,1,22651,0,2808.85,-3630.84,141.817,1.0821,300,0,0,8982,0,0,0,0,0),(104254,24669,571,1,1,22651,0,2615.5,-3710.17,221.901,4.11898,300,0,0,8982,0,0,0,0,0),(104255,27229,571,1,1,24431,1,2804.87,-1251.19,1.7668,0.318901,300,0,0,9291,0,2,0,0,0),(104256,24669,571,1,1,22649,0,2715.44,-3396.03,140.157,6.0912,300,0,0,8982,0,0,0,0,0),(104257,24669,571,1,1,22650,0,2791.05,-3605.17,221.891,0.05236,300,0,0,8982,0,0,0,0,0),(104258,24669,571,1,1,22648,0,2460.44,-3619.59,181.936,4.86947,300,0,0,8982,0,0,0,0,0),(104259,24669,571,1,1,22649,0,2723.5,-3426.34,140.103,0.733038,300,0,0,8982,0,0,0,0,0),(104260,24669,571,1,1,22648,0,2445.81,-3626.55,141.793,5.39307,300,0,0,8982,0,0,0,0,0),(104261,24669,571,1,1,22651,0,2600.45,-3704.49,201.934,4.76475,300,0,0,8982,0,0,0,0,0),(104262,24669,571,1,1,22650,0,2615.53,-3710.21,141.833,3.9968,300,0,0,8982,0,0,0,0,0),(104263,24669,571,1,1,22650,0,2791.05,-3605.16,141.831,0.087266,300,0,0,8982,0,0,0,0,0),(104264,24669,571,1,1,22649,0,2600.33,-3704.55,221.909,4.64258,300,0,0,8982,0,0,0,0,0),(104265,24669,571,1,1,22648,0,2628.57,-3738.59,221.879,3.05433,300,0,0,8982,0,0,0,0,0),(104266,24669,571,1,1,22648,0,2824.71,-3634,201.987,1.67552,300,0,0,8982,0,0,0,0,0),(104267,24669,571,1,1,22649,0,2808.51,-3631.06,202.025,1.18682,300,0,0,8982,0,0,0,0,0),(104268,24669,571,1,1,22649,0,2460.5,-3619.74,141.825,4.92183,300,0,0,8982,0,0,0,0,0),(104269,24669,571,1,1,22650,0,2436.45,-3639.72,201.887,5.98648,300,0,0,8982,0,0,0,0,0),(104270,24669,571,1,1,22649,0,2808.84,-3631.01,181.935,1.25664,300,0,0,8982,0,0,0,0,0),(104271,24669,571,1,1,22651,0,2715.31,-3412.32,180.217,0.20944,300,0,0,8982,0,0,0,0,0),(104272,24669,571,1,1,22648,0,2460.52,-3619.76,201.849,4.88692,300,0,0,8982,0,0,0,0,0),(104273,24669,571,1,1,22649,0,2824.88,-3633.76,141.843,1.79769,300,0,0,8982,0,0,0,0,0),(104274,24669,571,1,1,22648,0,2600.37,-3704.34,181.982,4.34587,300,0,0,8982,0,0,0,0,0),(104275,24669,571,1,1,22649,0,2824.77,-3633.77,221.902,1.64061,300,0,0,8982,0,0,0,0,0),(104276,24669,571,1,1,22650,0,2793.8,-3589.33,181.913,5.86431,300,0,0,8982,0,0,0,0,0),(104277,24669,571,1,1,22651,0,2715.44,-3396.05,200.205,5.96903,300,0,0,8982,0,0,0,0,0),(104278,24669,571,1,1,22650,0,2436.36,-3639.67,161.912,5.91667,300,0,0,8982,0,0,0,0,0),(104279,24669,571,1,1,22650,0,2445.75,-3626.41,161.908,5.42797,300,0,0,8982,0,0,0,0,0),(104280,24669,571,1,1,22651,0,2460.47,-3619.64,161.905,4.86947,300,0,0,8982,0,0,0,0,0),(104281,27229,571,1,1,24431,1,2836.81,-1369.97,31.5312,3.29867,300,0,0,9291,0,0,0,0,0),(104282,27229,571,1,1,24431,1,2873.17,-1172.02,1.28325,2.70154,300,0,0,9291,0,2,0,0,0),(104283,24669,571,1,1,22650,0,2628.73,-3738.6,161.926,2.96706,300,0,0,8982,0,0,0,0,0),(104284,24669,571,1,1,22651,0,2625.98,-3722.56,161.928,3.54302,300,0,0,8982,0,0,0,0,0),(104285,27229,571,1,1,24431,1,2826.86,-1187.9,-0.829689,6.27342,300,0,0,9291,0,2,0,0,0),(104286,27229,571,1,1,24431,1,3088.58,-1156.13,17.3968,1.2784,300,0,0,9291,0,2,0,0,0),(104287,27229,571,1,1,24431,1,3024.8,-1230.71,4.43573,1.0153,300,0,0,9291,0,2,0,0,0),(104288,27229,571,1,1,24431,1,2961.97,-1206.7,5.11679,0.846368,300,0,0,9291,0,2,0,0,0),(104289,27229,571,1,1,24431,1,2859.2,-1110.84,-7.82036,3.42875,300,0,0,9291,0,2,0,0,0),(104290,27229,571,1,1,24431,1,2989.22,-1127.61,6.22881,4.58789,300,0,0,9291,0,2,0,0,0),(104291,27229,571,1,1,24431,1,2912.86,-1084.63,1.9028,2.50784,300,0,0,9291,0,2,0,0,0),(104292,27229,571,1,1,24431,1,2962.19,-904.453,8.11601,5.26635,300,0,0,9291,0,2,0,0,0),(104293,27229,571,1,1,24431,1,2895.92,-1134.2,1.79832,0.631443,300,0,0,9291,0,2,0,0,0),(104294,27229,571,1,1,24431,1,2837.89,-1022.8,-15.4838,3.44758,300,0,0,9291,0,2,0,0,0),(104295,27229,571,1,1,24431,1,3071.87,-1268.4,12.2094,3.27479,300,0,0,9291,0,2,0,0,0),(104296,23645,571,1,1,652,0,2345.87,-2735.88,-2.22148,6.27542,300,5,0,9291,3231,1,0,0,0),(104297,27229,571,1,1,24431,1,3132.98,-884.373,28.7243,4.40298,300,0,0,9291,0,0,0,0,0),(104298,27229,571,1,1,24431,1,2805.59,-1081.38,-17.2577,5.28559,300,0,0,9291,0,2,0,0,0),(104299,27229,571,1,1,24431,1,2878.69,-918.393,3.03713,3.8764,300,0,0,9291,0,2,0,0,0),(104300,27229,571,1,1,24431,1,2905.6,-951.87,3.33297,6.20954,300,0,0,9291,0,2,0,0,0),(104301,27229,571,1,1,24431,1,2850.38,-957.211,0.500752,6.14356,300,0,0,9291,0,0,0,0,0),(104302,27229,571,1,1,24431,1,2821.75,-874.842,-14.7442,6.0446,300,0,0,9291,0,2,0,0,0),(104303,27229,571,1,1,24431,1,2862.52,-849.377,16.0366,2.31332,300,0,0,9291,0,2,0,0,0),(104304,27229,571,1,1,24431,1,2728.41,-709.916,15.5314,2.93215,300,0,0,9291,0,0,0,0,0),(104305,27229,571,1,1,24431,1,2712.24,-738.398,9.29728,2.68781,300,0,0,9291,0,0,0,0,0),(104306,24669,571,1,1,22649,0,2793.81,-3589.19,161.924,5.84685,300,0,0,8982,0,0,0,0,0),(104307,24669,571,1,1,22648,0,2796.41,-3620.5,161.924,0.663225,300,0,0,8982,0,0,0,0,0),(104308,24669,571,1,1,22649,0,2615.63,-3710.08,161.935,4.04916,300,0,0,8982,0,0,0,0,0),(104309,27229,571,1,1,24431,1,2997.17,-662.691,44.2541,2.1293,300,0,0,9291,0,0,0,0,0),(104310,24669,571,1,1,22651,0,2790.89,-3605.13,161.928,0.034907,300,0,0,8982,0,0,0,0,0),(104311,27229,571,1,1,24431,1,3110.33,-898.181,22.6273,0.663225,300,0,0,9291,0,0,0,0,0),(104312,27229,571,1,1,24431,1,2943.97,-1048.96,5.1013,1.71469,300,0,0,9291,0,2,0,0,0),(104313,27229,571,1,1,24431,1,2866.15,-1042.75,-4.84281,0.674855,300,0,0,9291,0,2,0,0,0),(104314,24669,571,1,1,22650,0,2824.78,-3633.87,161.918,1.64061,300,0,0,8982,0,0,0,0,0),(104315,27229,571,1,1,24431,1,3113.67,-1263.06,16.1162,0.195263,300,0,0,9291,0,2,0,0,0),(104316,24669,571,1,1,22650,0,2598.59,-3547.97,162.695,4.15388,300,0,0,8982,0,0,0,0,0),(104317,24669,571,1,1,22650,0,2632.99,-3512.78,162.695,0.471239,300,0,0,8982,0,0,0,0,0),(104318,24669,571,1,1,22650,0,2558.85,-3615.28,162.695,1.0472,300,0,0,8982,0,0,0,0,0),(104319,24669,571,1,1,22648,0,2808.77,-3630.98,161.926,1.11701,300,0,0,8982,0,0,0,0,0),(104320,23645,571,1,1,652,0,2358.11,-2756.21,1.17216,0.258715,300,5,0,9291,3231,1,0,0,0),(104321,24669,571,1,1,22651,0,2600.36,-3704.46,161.923,4.50295,300,0,0,8982,0,0,0,0,0),(104322,27229,571,1,1,24431,1,3138.43,-1025.46,31.5764,0.226893,300,0,0,9291,0,0,0,0,0),(104323,24669,571,1,1,22648,0,2591.81,-3625.37,162.695,2.60054,300,0,0,8982,0,0,0,0,0),(104324,24669,571,1,1,22650,0,2620.74,-3561.04,162.695,4.17134,300,0,0,8982,0,0,0,0,0),(104325,24669,571,1,1,22650,0,2582.64,-3559.85,162.695,5.75959,300,0,0,8982,0,0,0,0,0),(104326,24669,571,1,1,22651,0,2581,-3628.39,162.695,1.0472,300,0,0,8982,0,0,0,0,0),(104327,24669,571,1,1,22650,0,2556.23,-3604.42,162.695,5.75959,300,0,0,8982,0,0,0,0,0),(104328,24669,571,1,1,22650,0,2597.04,-3616.47,162.695,2.60054,300,0,0,8982,0,0,0,0,0),(104329,24669,571,1,1,22650,0,2594.43,-3681.14,161.984,3.49066,300,0,0,8982,0,0,0,0,0),(104330,23645,571,1,1,652,0,2068.77,-2697.47,-0.527059,5.77842,300,5,0,9291,3231,1,0,0,0),(104331,24669,571,1,1,22648,0,2577.24,-3568.74,162.695,5.75959,300,0,0,8982,0,0,0,0,0),(104332,24669,571,1,1,22648,0,2623.28,-3571.93,162.695,2.60054,300,0,0,8982,0,0,0,0,0),(104333,24669,571,1,1,22651,0,2714.98,-3503.87,162.695,3.49066,300,0,0,8982,0,0,0,0,0),(104334,24669,571,1,1,22648,0,2566.64,-3586.6,162.695,5.75959,300,0,0,8982,0,0,0,0,0),(104335,24669,571,1,1,22649,0,2712.34,-3446.24,162.476,6.07375,300,0,0,8982,0,0,0,0,0),(104336,24669,571,1,1,22650,0,2602.31,-3607.61,162.695,2.60054,300,0,0,8982,0,0,0,0,0),(104337,24669,571,1,1,22651,0,2715.36,-3396.07,160.216,5.93412,300,0,0,8982,0,0,0,0,0),(104338,24669,571,1,1,22649,0,2643.51,-3536.18,162.695,0.383972,300,0,0,8982,0,0,0,0,0),(104339,24669,571,1,1,22650,0,2561.4,-3595.6,162.695,5.75959,300,0,0,8982,0,0,0,0,0),(104341,24669,571,1,1,22650,0,2684.22,-3480.88,162.695,5.14872,300,0,0,8982,0,0,0,0,0),(104342,24669,571,1,1,22651,0,2637.23,-3502.57,162.695,5.18363,300,0,0,8982,0,0,0,0,0),(104344,26461,571,1,1,24993,0,4515.44,-3436.83,227.057,-2.73729,300,0,0,9940,0,0,0,0,0),(104345,26461,571,1,1,24993,0,4167.25,-2096.46,213.645,0.959931,300,0,0,9940,0,0,0,0,0),(104346,26461,571,1,1,24993,0,4555.53,-3472.98,227.057,-2.18765,300,0,0,9940,0,0,0,0,0),(104347,23645,571,1,1,652,0,2080.24,-2717.78,0.92866,3.10056,300,5,0,9291,3231,1,0,0,0),(104348,23645,571,1,1,652,0,2218.27,-2644.76,1.28911,2.49171,300,5,0,9291,3231,1,0,0,0),(104349,23645,571,1,1,652,0,1991.46,-2762.69,4.26501,5.84786,300,5,0,9291,3231,1,0,0,0),(104350,27229,571,1,1,24431,1,3140.1,-1102.01,31.6042,0.471239,300,0,0,9291,0,0,0,0,0),(104351,23645,571,1,1,652,0,1834.11,-2720.06,-0.769938,5.37112,300,5,0,9291,3231,1,0,0,0),(104352,23645,571,1,1,652,0,1848.44,-2744.34,2.90905,6.13723,300,5,0,9291,3231,1,0,0,0),(104353,23645,571,1,1,652,0,2111.05,-2756.72,4.73701,4.65322,300,5,0,9291,3231,1,0,0,0),(104354,26461,571,1,1,24993,0,4256.21,-2160.46,215.433,0.151173,300,5,0,9940,0,1,0,0,0),(104355,27230,571,1,1,23951,0,5109.37,-4947.79,296.335,2.76544,300,5,0,10282,0,1,0,0,0),(104356,25438,571,1,1,23194,1,2876.63,6384.6,93.4697,1.6057,300,0,0,39920,0,0,0,0,0),(104357,27486,571,1,1,24669,1,4264.55,-2500.44,231.658,0.750492,300,0,0,9940,0,0,0,0,0),(104358,29534,571,1,1,26386,0,5799.17,599.563,610.666,3.24631,300,0,0,10635,0,0,0,0,0),(104359,28254,571,1,1,11686,0,6154.41,4981.86,-96.9223,5.93412,300,0,0,42,0,0,0,0,0),(104360,28254,571,1,1,11686,0,6264.89,5001.89,-93.2142,2.68781,300,0,0,42,0,0,0,0,0),(104361,28254,571,1,1,11686,0,6268.78,4970.65,-85.2895,0.506145,300,0,0,42,0,0,0,0,0),(104362,28254,571,1,1,11686,0,6222.23,4994,-98.5098,6.03884,300,0,0,42,0,0,0,0,0),(104363,28254,571,1,1,11686,0,6273.99,5016.89,-92.7765,4.06662,300,0,0,42,0,0,0,0,0),(104364,28254,571,1,1,11686,0,6298.46,4976.54,-90.1574,3.56047,300,0,0,42,0,0,0,0,0),(104365,28254,571,1,1,11686,0,6186.14,4953.5,-84.7296,2.6529,300,0,0,42,0,0,0,0,0),(104366,28254,571,1,1,11686,0,6164.89,4972.78,-93.7618,0.890118,300,0,0,42,0,0,0,0,0),(104367,28254,571,1,1,11686,0,6201.31,5001.77,-89.126,2.84489,300,0,0,42,0,0,0,0,0),(104368,26718,571,1,1,24011,0,3430.15,4137.81,16.9509,5.91667,300,0,0,8982,0,0,0,0,0),(104370,27230,571,1,1,23951,0,4892.21,-4849.58,311.605,0.734608,300,5,0,10282,0,1,0,0,0),(104371,27230,571,1,1,23951,0,4986.56,-4920.1,349.2,2.03707,300,5,0,10282,0,1,0,0,0),(104372,27230,571,1,1,23951,0,3676.95,-5265.57,119.744,5.0675,300,5,0,10282,0,1,0,0,0),(104373,31582,571,1,1,27557,1,5941.3,507.821,650.263,2.70526,300,0,0,10080,8814,0,0,0,0),(104374,28254,571,1,1,11686,0,6144.77,5004.27,-98.7262,6.24828,300,0,0,42,0,0,0,0,0),(104375,28254,571,1,1,11686,0,6256.42,5013.91,-85.3912,0.069813,300,0,0,42,0,0,0,0,0),(104376,28254,571,1,1,11686,0,6324.35,4975.24,-89.5715,4.53786,300,0,0,42,0,0,0,0,0),(104377,28254,571,1,1,11686,0,6227.88,4947.68,-98.8717,4.71239,300,0,0,42,0,0,0,0,0),(104378,28254,571,1,1,11686,0,6131.24,4980.67,-99.1788,2.63545,300,0,0,42,0,0,0,0,0),(104379,28254,571,1,1,11686,0,6233.46,5020.37,-98.4071,3.38594,300,0,0,42,0,0,0,0,0),(104380,28254,571,1,1,11686,0,6288.85,5007.69,-81.357,3.57792,300,0,0,42,0,0,0,0,0),(104381,28254,571,1,1,11686,0,6218.41,4918.91,-94.3093,5.16617,300,0,0,42,0,0,0,0,0),(104382,28254,571,1,1,11686,0,6201.52,4971.22,-98.6918,2.63545,300,0,0,42,0,0,0,0,0),(104383,28254,571,1,1,11686,0,6300.68,4959.78,-88.2337,4.64258,300,0,0,42,0,0,0,0,0),(104384,27230,571,1,1,23951,0,5277.18,-4978.37,296.49,4.39915,300,5,0,10282,0,1,0,0,0),(104385,27230,571,1,1,23951,0,5034.79,-4994.08,314.404,1.33642,300,5,0,10282,0,1,0,0,0),(104386,24158,571,1,1,17188,0,967.214,-4903.8,19.2221,1.95477,300,0,0,8982,3155,0,0,0,0),(104387,28254,571,1,1,11686,0,6260.41,4969.36,-81.4846,2.87979,300,0,0,42,0,0,0,0,0),(104388,28254,571,1,1,11686,0,6172.81,5002.46,-96.0604,6.12611,300,0,0,42,0,0,0,0,0),(104389,28254,571,1,1,11686,0,6271.95,4991.11,-93.8231,5.93412,300,0,0,42,0,0,0,0,0),(104390,28254,571,1,1,11686,0,6181.26,4968.74,-98.3327,0.349066,300,0,0,42,0,0,0,0,0),(104391,28254,571,1,1,11686,0,6167.56,5026.41,-95.8173,0.994838,300,0,0,42,0,0,0,0,0),(104392,28254,571,1,1,11686,0,6176.39,4955.26,-88.3455,6.23082,300,0,0,42,0,0,0,0,0),(104393,28254,571,1,1,11686,0,6221.2,4973.49,-98.898,5.37561,300,0,0,42,0,0,0,0,0),(104394,28254,571,1,1,11686,0,6218.65,5017.87,-85.5993,0.087266,300,0,0,42,0,0,0,0,0),(104395,28254,571,1,1,11686,0,6241.43,4979.85,-98.2412,3.57792,300,0,0,42,0,0,0,0,0),(104396,27230,571,1,1,23951,0,4927.08,-4796.5,293.533,4.20596,300,5,0,10282,0,1,0,0,0),(104397,27230,571,1,1,23951,0,4953.55,-4953.82,370.71,1.71777,300,5,0,10282,0,1,0,0,0),(104398,27230,571,1,1,23951,0,5222.51,-4947.23,297.804,5.8018,300,5,0,10282,0,1,0,0,0),(104399,28254,571,1,1,11686,0,6267.54,4936.41,-96.2848,5.95157,300,0,0,42,0,0,0,0,0),(104400,27230,571,1,1,23951,0,3498.11,-5493.38,177.488,1.94528,300,5,0,10282,0,1,0,0,0),(104401,27230,571,1,1,23951,0,3739.05,-5245.23,112.134,0.7495,300,5,0,10282,0,1,0,0,0),(104402,27230,571,1,1,23951,0,5298.62,-4878.06,303.252,1.91264,300,5,0,10282,0,1,0,0,0),(104403,27230,571,1,1,23951,0,3536.75,-5517.13,176.909,1.22803,300,5,0,10282,0,1,0,0,0),(104404,27230,571,1,1,23951,0,5148.77,-4927.3,297.146,3.30079,300,5,0,10282,0,1,0,0,0),(104405,27230,571,1,1,23951,0,3686.94,-5301.96,112.891,1.74847,300,5,0,10282,0,1,0,0,0),(104406,27230,571,1,1,23951,0,4861.29,-4811.71,282.772,2.28981,300,5,0,10282,0,1,0,0,0),(104407,27230,571,1,1,23951,0,3655.45,-5303.82,121.992,1.34063,300,5,0,10282,0,1,0,0,0),(104408,27230,571,1,1,23951,0,4908.49,-4669.53,274.489,4.34059,300,5,0,10282,0,1,0,0,0),(104409,27230,571,1,1,23951,0,4919.02,-4864.45,323.674,1.23329,300,5,0,10282,0,1,0,0,0),(104410,27230,571,1,1,23951,0,5270.11,-4897.75,302.413,3.34159,300,5,0,10282,0,1,0,0,0),(104411,27230,571,1,1,23951,0,5132.7,-4963.2,295.887,4.69872,300,5,0,10282,0,1,0,0,0),(104412,27230,571,1,1,23951,0,3642.53,-5344.12,127.55,3.31465,300,5,0,10282,0,1,0,0,0),(104413,27230,571,1,1,23951,0,3512.4,-5438.46,170.686,2.10084,300,5,0,10282,0,1,0,0,0),(104414,27230,571,1,1,23951,0,3805.43,-4005.88,186.015,1.85985,300,5,0,10282,0,1,0,0,0),(104415,27230,571,1,1,23951,0,3692.78,-5239.08,124.237,4.83886,300,5,0,10282,0,1,0,0,0),(104416,27230,571,1,1,23951,0,4901.65,-4891.32,338.89,2.00411,300,5,0,10282,0,1,0,0,0),(104417,27230,571,1,1,23951,0,4903.49,-4736.46,279.268,5.54957,300,5,0,10282,0,1,0,0,0),(104418,27230,571,1,1,23951,0,5163,-4963.5,296.177,2.48844,300,5,0,10282,0,1,0,0,0),(104419,27230,571,1,1,23951,0,3885.91,-4142.06,220.463,2.76395,300,5,0,10282,0,1,0,0,0),(104420,27230,571,1,1,23951,0,3920.99,-4113,216.091,1.01751,300,5,0,10282,0,1,0,0,0),(104421,27230,571,1,1,23951,0,3846.57,-4115.06,209.65,4.17013,300,5,0,10282,0,1,0,0,0),(104422,27230,571,1,1,23951,0,3879.66,-4084.5,203.196,1.47203,300,5,0,10282,0,1,0,0,0),(104423,27230,571,1,1,23951,0,3827.13,-4151.01,207.698,1.1491,300,5,0,10282,0,1,0,0,0),(104424,27230,571,1,1,23951,0,3839.84,-4051.42,197.349,2.85553,300,5,0,10282,0,1,0,0,0),(104425,27230,571,1,1,23951,0,4875.83,-4759.09,276.218,1.45599,300,5,0,10282,0,1,0,0,0),(104426,27230,571,1,1,23951,0,3733.65,-5185.47,123.501,5.53854,300,5,0,10282,0,1,0,0,0),(104427,27230,571,1,1,23951,0,3785.84,-5225.19,113.456,1.75458,300,5,0,10282,0,1,0,0,0),(104428,27230,571,1,1,23951,0,3789.37,-5184.3,114.661,1.50232,300,5,0,10282,0,1,0,0,0),(104429,27230,571,1,1,23951,0,4270.62,-4462.24,187.688,1.84024,300,5,0,10282,0,1,0,0,0),(104430,27230,571,1,1,23951,0,3746.51,-5150.57,120.791,3.19471,300,5,0,10282,0,1,0,0,0),(104431,27230,571,1,1,23951,0,5026.91,-4909.22,337.494,2.41281,300,5,0,10282,0,1,0,0,0),(104432,27230,571,1,1,23951,0,3583.67,-4393.47,215.17,6.09574,300,5,0,10282,0,1,0,0,0),(104433,27230,571,1,1,23951,0,3553.22,-4345.52,225.058,2.70372,300,5,0,10282,0,1,0,0,0),(104434,27230,571,1,1,23951,0,3614.96,-4409.24,197.339,3.83992,300,5,0,10282,0,1,0,0,0),(104435,27230,571,1,1,23951,0,3601.78,-4342.36,207.998,3.04432,300,5,0,10282,0,1,0,0,0),(104436,27230,571,1,1,23951,0,3577.67,-4325.6,209.042,1.79038,300,5,0,10282,0,1,0,0,0),(104437,27230,571,1,1,23951,0,3536.03,-4419.88,224.915,3.66946,300,5,0,10282,0,1,0,0,0),(104438,27230,571,1,1,23951,0,3522.68,-4389.78,237.272,5.11992,300,5,0,10282,0,1,0,0,0),(104439,27230,571,1,1,23951,0,3582.03,-4465.04,203.823,4.95446,300,5,0,10282,0,1,0,0,0),(104440,27230,571,1,1,23951,0,3772.69,-4141.02,202.571,3.63019,300,5,0,10282,0,1,0,0,0),(104441,27230,571,1,1,23951,0,3745.83,-4078.45,187.682,5.38191,300,5,0,10282,0,1,0,0,0),(104442,27230,571,1,1,23951,0,3727.33,-4085.73,185.32,0,300,5,0,10282,0,1,0,0,0),(104443,27230,571,1,1,23951,0,3589.71,-4151.51,222.249,3.2433,300,5,0,10282,0,1,0,0,0),(104444,27230,571,1,1,23951,0,3667.91,-4085.93,186.12,3.63312,300,5,0,10282,0,1,0,0,0),(104445,27230,571,1,1,23951,0,3807.29,-4090.63,201.681,3.07009,300,5,0,10282,0,1,0,0,0),(104446,27230,571,1,1,23951,0,3792.25,-4109.41,204.818,5.98859,300,5,0,10282,0,1,0,0,0),(104447,27230,571,1,1,23951,0,3629.55,-4192.21,204.332,4.83984,300,5,0,10282,0,1,0,0,0),(104448,27230,571,1,1,23951,0,3712.31,-4105.16,187.419,6.23301,300,5,0,10282,0,1,0,0,0),(104449,27230,571,1,1,23951,0,3685.76,-4144.94,188.827,5.32842,300,5,0,10282,0,1,0,0,0),(104450,27230,571,1,1,23951,0,3653.43,-4113.34,196.288,1.50728,300,5,0,10282,0,1,0,0,0),(104451,27230,571,1,1,23951,0,3588.39,-4215.59,217.843,0.117451,300,5,0,10282,0,1,0,0,0),(104452,27230,571,1,1,23951,0,3552.39,-4241.58,227.018,6.22296,300,5,0,10282,0,1,0,0,0),(104453,27230,571,1,1,23951,0,4269.66,-4390.56,178.732,4.16912,300,5,0,10282,0,1,0,0,0),(104454,27230,571,1,1,23951,0,3770.92,-4629.01,176.355,5.8694,300,5,0,10282,0,1,0,0,0),(104455,27230,571,1,1,23951,0,3775.63,-4595.22,188.653,3.41954,300,5,0,10282,0,1,0,0,0),(104456,27230,571,1,1,23951,0,3821.64,-4654.59,171.199,5.99222,300,5,0,10282,0,1,0,0,0),(104457,27230,571,1,1,23951,0,3794.47,-4657.18,171.396,0.620914,300,5,0,10282,0,1,0,0,0),(104458,27230,571,1,1,23951,0,4321.63,-4559.13,134.664,0.795494,300,5,0,10282,0,1,0,0,0),(104459,27230,571,1,1,23951,0,3436.21,-4673.18,236.616,0.219309,300,5,0,10282,0,1,0,0,0),(104460,27230,571,1,1,23951,0,4005.97,-4784.11,114.624,3.72255,300,5,0,10282,0,1,0,0,0),(104461,27230,571,1,1,23951,0,4026.08,-4740.01,127.187,1.71092,300,5,0,10282,0,1,0,0,0),(104462,27230,571,1,1,23951,0,3886.17,-4759.45,131.463,3.85996,300,5,0,10282,0,1,0,0,0),(104463,27230,571,1,1,23951,0,3966.11,-4743.78,137.383,2.6502,300,5,0,10282,0,1,0,0,0),(104464,27230,571,1,1,23951,0,3557.98,-5404.79,153.172,5.88791,300,5,0,10282,0,1,0,0,0),(104465,27230,571,1,1,23951,0,3611.19,-5328.91,129.767,2.49632,300,5,0,10282,0,1,0,0,0),(104466,27230,571,1,1,23951,0,3597.49,-5294.22,135.747,5.14214,300,5,0,10282,0,1,0,0,0),(104467,27230,571,1,1,23951,0,3529.49,-5341.68,152.148,3.18149,300,5,0,10282,0,1,0,0,0),(104468,27230,571,1,1,23951,0,3725.11,-4648.05,175.771,1.59911,300,5,0,10282,0,1,0,0,0),(104469,27230,571,1,1,23951,0,3748.85,-4757.49,161.196,4.3067,300,5,0,10282,0,1,0,0,0),(104470,27230,571,1,1,23951,0,3693.64,-4684.76,173.245,3.46149,300,5,0,10282,0,1,0,0,0),(104471,27230,571,1,1,23951,0,3722.77,-4700.6,165.749,0.822172,300,5,0,10282,0,1,0,0,0),(104472,27230,571,1,1,23951,0,4198.1,-4474.12,221.77,1.84091,300,5,0,10282,0,1,0,0,0),(104473,27230,571,1,1,23951,0,4212.04,-4387.23,206.407,5.45934,300,5,0,10282,0,1,0,0,0),(104474,27230,571,1,1,23951,0,4302.41,-4326.62,176.424,5.71848,300,5,0,10282,0,1,0,0,0),(104475,27230,571,1,1,23951,0,3994.03,-4746.26,133.475,1.17693,300,5,0,10282,0,1,0,0,0),(104476,27230,571,1,1,23951,0,4011.32,-4667.78,151.167,3.36625,300,5,0,10282,0,1,0,0,0),(104477,27230,571,1,1,23951,0,4040.32,-4679.57,137.459,0.624601,300,5,0,10282,0,1,0,0,0),(104478,27230,571,1,1,23951,0,4218.11,-4642.09,122.616,6.04058,300,5,0,10282,0,1,0,0,0),(104479,27230,571,1,1,23951,0,4143.19,-4432.63,261.101,4.68756,300,5,0,10282,0,1,0,0,0),(104480,27230,571,1,1,23951,0,4247.99,-4589.51,137.846,2.63743,300,5,0,10282,0,1,0,0,0),(104481,27230,571,1,1,23951,0,4231.18,-4447.43,206.784,3.6737,300,5,0,10282,0,1,0,0,0),(104482,27230,571,1,1,23951,0,3919.14,-4583.63,192.89,1.97415,300,5,0,10282,0,1,0,0,0),(104483,27230,571,1,1,23951,0,3889.48,-4610.3,175.983,4.82897,300,5,0,10282,0,1,0,0,0),(104484,27230,571,1,1,23951,0,4002.53,-4629.93,178.787,6.16379,300,5,0,10282,0,1,0,0,0),(104485,27230,571,1,1,23951,0,3857.25,-4614.62,175.173,0.98902,300,5,0,10282,0,1,0,0,0),(104486,27230,571,1,1,23951,0,4382.44,-4590.07,107.166,4.97295,300,5,0,10282,0,1,0,0,0),(104487,27230,571,1,1,23951,0,3887.68,-4637.25,172.542,0.79311,300,5,0,10282,0,1,0,0,0),(104488,27230,571,1,1,23951,0,3956.78,-4568.06,196.327,0.737027,300,5,0,10282,0,1,0,0,0),(104489,27230,571,1,1,23951,0,3990.9,-4755.71,130.976,5.94234,300,5,0,10282,0,1,0,0,0),(104490,27230,571,1,1,23951,0,3832.35,-4775.8,136.359,3.41771,300,5,0,10282,0,1,0,0,0),(104491,27230,571,1,1,23951,0,4222.25,-4638.42,123.883,0.036167,300,5,0,10282,0,1,0,0,0),(104492,27230,571,1,1,23951,0,4279.99,-4546.27,151.393,3.14328,300,5,0,10282,0,1,0,0,0),(104493,32606,571,1,1,11686,0,5863.02,706.473,651.657,2.74975,300,5,0,42,0,1,0,0,0),(104494,32606,571,1,1,11686,0,5866.85,701.137,644.37,2.14675,300,0,0,42,0,0,0,0,0),(104495,30046,571,1,1,26123,1,7271.52,139.207,784.645,-1.58065,300,0,0,12600,11982,0,0,0,0),(104496,30046,571,1,1,26123,1,7261.41,134.269,784.703,0.366519,300,0,0,12600,11982,0,0,0,0),(104497,25439,571,1,1,23196,1,2861.79,6388.8,94.6455,1.71042,300,5,0,10635,0,1,0,0,0),(104498,29535,571,1,1,26445,1,5932.1,558.114,609.843,2.3911,300,0,0,8508,7981,0,0,0,0),(104499,28255,571,1,1,25269,0,5072.7,-3646.9,397.08,1.91986,300,0,0,66006,18215,0,0,0,0),(104502,26720,571,1,1,24012,0,3458.04,4154.28,17.2764,6.26573,300,0,0,8982,0,0,0,0,0),(104504,29792,571,1,1,26554,0,7040.75,-749.475,731.048,0.517524,300,5,0,11770,0,1,0,0,0),(104505,29792,571,1,1,26553,0,6925.83,-732.16,731.739,6.22455,300,5,0,11770,0,1,0,0,0),(104506,29792,571,1,1,26554,0,7131.69,-621.245,829.914,1.32645,300,5,0,11770,0,1,0,0,0),(104507,29792,571,1,1,26554,0,6856.39,-811.036,779.676,3.36972,300,5,0,11770,0,1,0,0,0),(104508,29792,571,1,1,26553,0,7082.84,-522.47,731.331,3.37831,300,5,0,11770,0,1,0,0,0),(104509,29792,571,1,1,26554,0,7049.35,-644.339,734.597,3.52445,300,5,0,11770,0,1,0,0,0),(104510,29792,571,1,1,26554,0,6535.77,-893.431,571.417,5.32325,300,5,0,11770,0,1,0,0,0),(104511,29792,571,1,1,26554,0,6717.14,-62.1521,781.318,3.13842,300,5,0,11770,0,1,0,0,0),(104512,29792,571,1,1,26554,0,7000,-787.902,733.547,4.81283,300,5,0,11770,0,1,0,0,0),(104513,29792,571,1,1,26553,0,7089.17,-368.301,779.712,2.07833,300,5,0,11770,0,1,0,0,0),(104514,29792,571,1,1,26554,0,6911.75,-171.458,762.508,1.12497,300,5,0,11770,0,1,0,0,0),(104515,29792,571,1,1,26554,0,6765.97,-27.0604,764.135,1.24603,300,5,0,11770,0,1,0,0,0),(104516,29792,571,1,1,26554,0,6769.5,-48.9791,755.978,0.140997,300,5,0,11770,0,1,0,0,0),(104517,29792,571,1,1,26553,0,6997.94,-786.694,733.641,4.34128,300,5,0,11770,0,1,0,0,0),(104518,29792,571,1,1,26553,0,6723.19,-48.1131,749.283,2.97586,300,5,0,11770,0,1,0,0,0),(104519,29792,571,1,1,26554,0,7012.06,-269.589,787.004,2.2842,300,5,0,11770,0,1,0,0,0),(104520,29792,571,1,1,26554,0,6980.5,-220.839,791.743,2.21092,300,5,0,11770,0,1,0,0,0),(104521,31328,571,1,2,23864,0,4911.88,1297.16,227.613,4.71895,300,0,0,55005,0,0,0,0,0),(104522,31328,571,1,2,24091,0,4918.7,1280.09,225.863,3.81016,300,0,0,55005,0,0,0,0,0),(104523,31328,571,1,2,24091,0,4777.78,1118.58,136.516,3.42781,300,0,0,55005,0,0,0,0,0),(104524,31328,571,1,2,23932,0,4777.66,1118.54,136.516,3.43943,300,0,0,55005,0,0,0,0,0),(104525,31328,571,1,2,23864,0,4847.92,1164.64,183.436,4.46656,300,5,0,55005,0,1,0,0,0),(104527,31328,571,1,2,23864,0,4961.87,1265.71,227.254,5.41052,300,0,0,55005,0,0,0,0,0),(104528,25441,571,1,1,17188,0,3670.9,5557.41,64.3578,2.89725,300,5,0,8982,3155,1,0,0,0),(104529,29537,571,1,1,26443,0,5912.95,554.467,609.843,1.23918,300,0,0,10635,0,0,0,0,0),(104530,24673,571,1,1,10808,0,284.992,-3089.97,55.6868,1.72568,300,5,0,8982,0,1,0,0,0),(104531,24673,571,1,1,10808,0,492.235,-3055.93,99.0298,4.34066,300,5,0,8982,0,1,0,0,0),(104532,26721,571,1,1,24014,0,3467.02,4130.35,15.6472,4.36332,300,0,0,8982,0,0,0,0,0),(104533,32609,571,1,1,10720,0,3144.7,-824.924,49.6816,4.04916,300,0,0,17964,0,0,0,0,0),(104536,28001,571,1,1,25111,0,4770.65,5489.01,-39.7684,2.92141,300,5,0,10635,0,1,0,0,0),(104537,28001,571,1,1,25111,0,5383.37,5619.34,-93.541,1.11335,300,5,0,10635,0,1,0,0,0),(104538,28001,571,1,1,25111,0,5285.96,5623.31,-92.756,0.701741,300,5,0,10635,0,1,0,0,0),(104539,28001,571,1,1,25005,0,5250.17,5936.97,-58.1112,0.253674,300,5,0,10635,0,1,0,0,0),(104540,28001,571,1,1,25005,0,5729.14,5311.76,-93.0845,0.857394,300,5,0,10635,0,1,0,0,0),(104541,28001,571,1,1,25005,0,5386.21,5689.25,-84.334,3.2194,300,5,0,10635,0,1,0,0,0),(104542,28001,571,1,1,25005,0,5086.18,5742.8,-87.1724,6.00314,300,5,0,10635,0,1,0,0,0),(104543,28001,571,1,1,25110,0,5333.65,6025.72,-21.9092,2.5412,300,0,0,10635,0,0,0,0,0),(104544,28001,571,1,1,25110,0,5268.95,5817.21,-73.7829,4.10814,300,5,0,10635,0,1,0,0,0),(104545,28001,571,1,1,25005,0,5222.35,5976.37,-46.2054,5.94324,300,5,0,10635,0,1,0,0,0),(104546,28001,571,1,1,25005,0,5140.39,6014.4,-49.0876,5.61546,300,5,0,10635,0,1,0,0,0),(104547,28001,571,1,1,25111,0,5137.95,5953.53,-63.5157,0.235896,300,5,0,10635,0,1,0,0,0),(104548,28001,571,1,1,25110,0,5309.75,5972.94,-40.8278,1.82549,300,5,0,10635,0,1,0,0,0),(104549,28001,571,1,1,25111,0,5215.95,5707.58,-85.1135,3.86406,300,5,0,10635,0,1,0,0,0),(104550,28001,571,1,1,25111,0,5173.66,5851.51,-76.0618,3.52154,300,5,0,10635,0,1,0,0,0),(104551,28001,571,1,1,25110,0,5196.6,6012.35,-44.1431,5.22668,300,5,0,10635,0,1,0,0,0),(104552,28001,571,1,1,25110,0,5704.92,5370.43,-86.2542,0.119416,300,5,0,10635,0,1,0,0,0),(104553,28001,571,1,1,25005,0,5358.77,5668.51,-89.1396,1.2097,300,5,0,10635,0,1,0,0,0),(104554,28001,571,1,1,25005,0,5358.8,6002.22,-35.6927,-2.79228,300,0,0,10635,0,0,0,0,0),(104555,28001,571,1,1,25005,0,5334.78,5579.26,-93.8614,3.37308,300,5,0,10635,0,1,0,0,0),(104556,28001,571,1,1,25111,0,5461.02,5895.24,-58.1245,1.95402,300,5,0,10635,0,1,0,0,0),(104557,28001,571,1,1,25005,0,6116.51,5515.9,-71.1549,1.309,300,5,0,10635,0,1,0,0,0),(104558,28001,571,1,1,25005,0,5817.46,5941.21,-34.9115,5.38083,300,0,0,10635,0,0,0,0,0),(104559,28001,571,1,1,25005,0,6170.09,5566.12,-44.8663,6.03347,300,5,0,10635,0,1,0,0,0),(104560,28001,571,1,1,25005,0,5633.89,5512.29,-84.3297,1.08182,300,0,0,10635,0,0,0,0,0),(104561,28001,571,1,1,25111,0,5635.27,5507.54,-84.345,0.007814,300,0,0,10635,0,0,0,0,0),(104562,28001,571,1,1,25110,0,5755.23,5993.95,-29.3459,3.07037,300,0,0,10635,0,0,0,0,0),(104563,28001,571,1,1,25005,0,5734.54,5819.91,-62.7879,3.53969,300,5,0,10635,0,1,0,0,0),(104564,28001,571,1,1,25005,0,5835.16,5690.8,-63.2592,0.101709,300,5,0,10635,0,1,0,0,0),(104565,28001,571,1,1,25005,0,5907.6,5780.23,-51.9625,1.83876,300,5,0,10635,0,1,0,0,0),(104566,28001,571,1,1,25110,0,5461.43,5785.27,-78.4447,-1.30291,300,0,0,10635,0,0,0,0,0),(104567,28001,571,1,1,25111,0,5880.44,5823.47,-44.6349,6.06261,300,5,0,10635,0,1,0,0,0),(104568,28001,571,1,1,25110,0,5857.09,5872.48,-43.0094,2.55342,300,5,0,10635,0,1,0,0,0),(104569,28001,571,1,1,25110,0,6050.37,5704.45,-41.7892,6.1243,300,5,0,10635,0,1,0,0,0),(104570,28001,571,1,1,25111,0,5746.95,5888.96,-54.6346,5.62994,300,5,0,10635,0,1,0,0,0),(104571,28001,571,1,1,25005,0,5694.91,5935.99,-47.5762,2.24954,300,5,0,10635,0,1,0,0,0),(104572,28001,571,1,1,25110,0,6051.48,5240.45,-95.9909,4.74264,300,5,0,10635,0,1,0,0,0),(104573,28001,571,1,1,25110,0,6124.21,5638.66,-43.0047,3.98901,300,5,0,10635,0,1,0,0,0),(104574,28001,571,1,1,25005,0,6171.94,5554.13,-47.5295,4.92166,300,5,0,10635,0,1,0,0,0),(104575,28001,571,1,1,25111,0,6112.47,5524.43,-69.5989,5.05709,300,5,0,10635,0,1,0,0,0),(104576,28001,571,1,1,25111,0,6093.16,5689.39,-35.2523,2.70809,300,5,0,10635,0,1,0,0,0),(104577,28001,571,1,1,25005,0,6035.91,5710.78,-43.7848,2.81243,300,5,0,10635,0,1,0,0,0),(104578,28001,571,1,1,25110,0,5924,5603.21,-71.0436,2.30136,300,5,0,10635,0,1,0,0,0),(104579,24673,571,1,1,10808,0,1036.44,-2980.53,65.6071,5.06072,300,5,0,8982,0,1,0,0,0),(104580,24673,571,1,1,10808,0,1013.29,-2972.64,82.6963,4.67921,300,5,0,8982,0,1,0,0,0),(104581,24673,571,1,1,10808,0,472.837,-3066.84,52.4968,4.25017,300,5,0,8982,0,1,0,0,0),(104582,24673,571,1,1,10808,0,970.57,-2949.47,90.2964,4.20935,300,5,0,8982,0,1,0,0,0),(104583,24673,571,1,1,10808,0,349.231,-3014.17,95.5381,1.15445,300,5,0,8982,0,1,0,0,0),(104584,24673,571,1,1,10808,0,423.881,-3091.02,72.0826,0.744992,300,5,0,8982,0,1,0,0,0),(104585,24673,571,1,1,10808,0,426.589,-3029.73,75.6972,0.211493,300,5,0,8982,0,1,0,0,0),(104586,24673,571,1,1,10808,0,380.478,-3169.42,27.0635,0.638712,300,5,0,8982,0,1,0,0,0),(104587,28257,571,1,1,25267,0,5076.99,-3794.9,355.103,3.56694,300,5,0,8508,7981,1,0,0,0),(104588,24673,571,1,1,10808,0,351.364,-3040.18,75.6368,4.6781,300,5,0,8982,0,1,0,0,0),(104589,24673,571,1,1,10808,0,375.963,-3006.82,72.3532,5.12081,300,5,0,8982,0,1,0,0,0),(104590,24673,571,1,1,10808,0,974.878,-3103.16,39.5217,3.75097,300,5,0,8982,0,1,0,0,0),(104591,24161,571,1,1,22212,1,1565.83,-5577.12,226.689,4.79965,300,0,0,7984,0,0,0,0,0),(104592,24673,571,1,1,10808,0,322.758,-3119.71,35.7775,3.01986,300,5,0,8982,0,1,0,0,0),(104593,24673,571,1,1,10808,0,329.199,-3165.45,24.7311,5.83972,300,5,0,8982,0,1,0,0,0),(104594,24673,571,1,1,10808,0,277.2,-3068.67,48.0316,5.85664,300,5,0,8982,0,1,0,0,0),(104595,24673,571,1,1,10808,0,341.699,-3078.57,54.0035,2.73564,300,5,0,8982,0,1,0,0,0),(104596,24673,571,1,1,10808,0,367.525,-3093.42,69.6127,2.29953,300,5,0,8982,0,1,0,0,0),(104597,24673,571,1,1,10808,0,917.054,-3182.69,45.0948,4.15155,300,5,0,8982,0,1,0,0,0),(104598,24673,571,1,1,10808,0,886.186,-3010.66,45.243,3.13829,300,5,0,8982,0,1,0,0,0),(104599,24673,571,1,1,10808,0,1026.36,-3110.62,65.1885,3.87669,300,5,0,8982,0,1,0,0,0),(104600,28257,571,1,1,25267,0,5080.98,-3766.43,353.724,5.96547,300,5,0,8508,7981,1,0,0,0),(104601,24673,571,1,1,10808,0,913.779,-3189.33,35.3564,5.58202,300,5,0,8982,0,1,0,0,0),(104602,24673,571,1,1,10808,0,921.603,-2920.11,60.3734,4.25301,300,5,0,8982,0,1,0,0,0),(104603,24673,571,1,1,10808,0,925.86,-2994.42,60.5003,1.35743,300,5,0,8982,0,1,0,0,0),(104604,24673,571,1,1,10808,0,979.251,-2970.36,60.235,3.56329,300,5,0,8982,0,1,0,0,0),(104605,24673,571,1,1,10808,0,881.117,-3177.93,31.0724,3.52066,300,5,0,8982,0,1,0,0,0),(104606,24673,571,1,1,10808,0,864.756,-3083.21,28.9662,0.672465,300,5,0,8982,0,1,0,0,0),(104607,24673,571,1,1,10808,0,880.027,-3039.39,31.886,2.64394,300,5,0,8982,0,1,0,0,0),(104608,24673,571,1,1,10808,0,1011.56,-3076.35,59.7567,5.65835,300,5,0,8982,0,1,0,0,0),(104609,24673,571,1,1,10808,0,897.278,-3135.2,32.1377,4.25754,300,5,0,8982,0,1,0,0,0),(104610,24673,571,1,1,10808,0,924.006,-3080.78,40.3222,0.648326,300,5,0,8982,0,1,0,0,0),(104611,24673,571,1,1,10808,0,1007.17,-3011.66,61.242,0.736169,300,5,0,8982,0,1,0,0,0),(104612,24673,571,1,1,10808,0,485.895,-3001.42,34.5227,5.4224,300,5,0,8982,0,1,0,0,0),(104613,28257,571,1,1,25267,0,5158.58,-3701.46,358.211,2.75414,300,5,0,8508,7981,1,0,0,0),(104614,28257,571,1,1,25267,0,5025.36,-3604.26,349.464,5.78842,300,0,0,8508,7981,2,0,0,0),(104615,28257,571,1,1,25267,0,4956.23,-3479.7,294.033,3.66183,300,5,0,8508,7981,1,0,0,0),(104616,28257,571,1,1,25267,0,4736.76,-3384.62,291.573,4.09982,300,5,0,8508,7981,1,0,0,0),(104617,28257,571,1,1,25267,0,4850.36,-3413.15,293.152,1.53231,300,0,0,8508,7981,0,0,0,0),(104618,28257,571,1,1,25267,0,4857.62,-3354.79,292.126,4.34796,300,0,0,8508,7981,0,0,0,0),(104619,28257,571,1,1,25267,0,5071.9,-3665.46,295.455,1.09203,300,0,0,8508,7981,2,0,0,0),(104620,28257,571,1,1,25267,0,4851.27,-3290.95,290.226,-2.83612,300,0,0,8508,7981,0,0,0,0),(104621,28257,571,1,1,25267,0,4899.82,-3534.62,296.423,3.99264,300,5,0,8508,7981,1,0,0,0),(104622,28257,571,1,1,25267,0,5019.21,-3688.89,320.559,5.98559,300,0,0,8508,7981,2,0,0,0),(104623,28257,571,1,1,25267,0,5075.4,-3678.95,369.448,1.88739,300,5,0,8508,7981,1,0,0,0),(104624,29793,571,1,1,26552,0,6829.03,41.1422,773.231,3.52556,300,5,0,9416,8459,1,0,0,0),(104625,29793,571,1,1,26552,0,7029.17,-835.859,887.38,5.61996,300,5,0,9416,8459,1,0,0,0),(104626,29793,571,1,1,26552,0,7010.38,-414.571,809.384,5.50467,300,5,0,9416,8459,1,0,0,0),(104627,29793,571,1,1,26552,0,6529.95,-741.761,610.659,5.35816,300,5,0,9416,8459,1,0,0,0),(104628,29793,571,1,1,26552,0,7066.76,-742.368,747.346,2.26893,300,5,0,9416,8459,1,0,0,0),(104629,29793,571,1,1,26552,0,6947.05,-741.773,733.193,5.26721,300,5,0,9416,8459,1,0,0,0),(104630,29793,571,1,1,26552,0,6965.09,-796.901,735.161,3.45677,300,5,0,9416,8459,1,0,0,0),(104631,29793,571,1,1,26552,0,6904,-712.875,753.989,2.37365,300,5,0,9416,8459,1,0,0,0),(104632,29793,571,1,1,26552,0,7033.76,-508.57,737.331,1.43485,300,5,0,9416,8459,1,0,0,0),(104633,29793,571,1,1,26552,0,6975.92,-733.268,732.787,4.99487,300,5,0,9416,8459,1,0,0,0),(104634,29793,571,1,1,26552,0,7140.03,-406.222,846.342,4.13643,300,5,0,9416,8459,1,0,0,0),(104635,29793,571,1,1,26552,0,7113.94,-360.457,803.563,5.20582,300,5,0,9416,8459,1,0,0,0),(104636,29793,571,1,1,26552,0,6861.51,-114.893,793.518,0.078969,300,5,0,9416,8459,1,0,0,0),(104637,29793,571,1,1,26552,0,6809.66,-0.104655,758.342,0.792065,300,5,0,9416,8459,1,0,0,0),(104639,29793,571,1,1,26552,0,7013.5,-700.159,737.695,3.6954,300,5,0,9416,8459,1,0,0,0),(104640,29793,571,1,1,26552,0,6839.2,-177.648,747.294,1.23918,300,5,0,9416,8459,1,0,0,0),(104641,29793,571,1,1,26552,0,7027.08,-287.821,790.125,3.73882,300,5,0,9416,8459,1,0,0,0),(104642,29793,571,1,1,26552,0,6748.79,-75.3914,743.463,0.680678,300,5,0,9416,8459,1,0,0,0),(104643,25442,571,1,1,17188,0,3567.48,5531.07,86.6564,0.785398,300,5,0,8982,3155,1,0,0,0),(104644,29026,571,1,1,25177,0,5012.12,-3542.39,284.998,2.85432,300,5,0,11001,0,1,0,0,0),(104645,29282,571,1,1,26103,0,5989.43,608.026,650.699,0.453786,300,0,0,10635,0,0,0,0,0),(104646,2914,571,1,1,2958,0,1037.07,-5536.56,197.432,4.62103,300,5,0,8,0,1,0,0,0),(104647,28002,571,1,1,25107,0,5873.42,4876.16,-130.826,3.09562,300,5,0,10635,0,1,0,0,0),(104648,29538,571,1,1,26444,0,5932.23,577.78,609.837,4.01426,300,0,0,10635,0,0,0,0,0),(104649,28002,571,1,1,25107,0,5155.51,4721.06,-135.553,2.95246,300,5,0,10635,0,1,0,0,0),(104650,28002,571,1,1,25107,0,5164.63,4674.37,-136.069,1.70458,300,5,0,10635,0,1,0,0,0),(104651,28002,571,1,1,25466,0,5114.19,4744.79,-135.729,5.36279,300,5,0,10635,0,1,0,0,0),(104652,28002,571,1,1,15145,0,5287.64,4703.07,-136.276,4.6228,300,5,0,10635,0,1,0,0,0),(104653,28002,571,1,1,15145,0,5298.58,4750.11,-136.701,1.23329,300,5,0,10635,0,1,0,0,0),(104654,29026,571,1,1,25177,0,5056.07,-3537.45,285.107,0.098027,300,5,0,11001,0,1,0,0,0),(104655,28002,571,1,1,25466,0,5196.67,4744.36,-134.309,0.361692,300,5,0,10635,0,1,0,0,0),(104656,28002,571,1,1,25466,0,5285.76,4897.26,-133.47,5.54709,300,5,0,10635,0,1,0,0,0),(104657,28002,571,1,1,15145,0,5291.35,4947.12,-133.186,2.02183,300,5,0,10635,0,1,0,0,0),(104658,28002,571,1,1,15145,0,5229.37,4870.91,-129.489,3.27467,300,5,0,10635,0,1,0,0,0),(104659,28002,571,1,1,15145,0,5592.23,5020.16,-132.883,5.54927,300,5,0,10635,0,1,0,0,0),(104660,28002,571,1,1,25466,0,5505.95,5041.32,-135.986,0.378808,300,5,0,10635,0,1,0,0,0),(104661,28002,571,1,1,15145,0,5551.77,5850.34,-72.6773,0.611644,300,5,0,10635,0,1,0,0,0),(104662,28002,571,1,1,25107,0,5427.81,5619,-102.388,2.27839,300,5,0,10635,0,1,0,0,0),(104663,28002,571,1,1,25107,0,5462.37,5679.31,-102.643,2.52805,300,5,0,10635,0,1,0,0,0),(104664,28002,571,1,1,25107,0,5261.25,4644.83,-136.037,2.62604,300,5,0,10635,0,1,0,0,0),(104665,28002,571,1,1,25466,0,5255.37,5126.27,-135.736,3.25518,300,5,0,10635,0,1,0,0,0),(104666,28002,571,1,1,15145,0,5496.86,5011.17,-133,0.762613,300,5,0,10635,0,1,0,0,0),(104667,28002,571,1,1,25107,0,5358.55,5023.78,-139.077,6.2617,300,5,0,10635,0,1,0,0,0),(104668,28002,571,1,1,25466,0,5330.07,4993.82,-135.639,3.32022,300,5,0,10635,0,1,0,0,0),(104669,28002,571,1,1,25107,0,5662.44,4935.34,-133.494,4.31647,300,5,0,10635,0,1,0,0,0),(104670,28002,571,1,1,25107,0,5624.87,4997.41,-134.949,0.846208,300,5,0,10635,0,1,0,0,0),(104671,28002,571,1,1,15145,0,5605.39,4941.52,-133.598,0.028982,300,5,0,10635,0,1,0,0,0),(104672,28002,571,1,1,15145,0,5528.49,5955.73,-50.5547,4.19465,300,5,0,10635,0,1,0,0,0),(104673,28002,571,1,1,15145,0,5161.96,4777.44,-134.317,4.67129,300,5,0,10635,0,1,0,0,0),(104674,2914,571,1,1,2958,0,2568.07,-3160.39,131.863,2.49126,300,5,0,8,0,1,0,0,0),(104675,28002,571,1,1,25466,0,5728.67,5005.16,-135.694,5.01054,300,5,0,10635,0,1,0,0,0),(104676,28002,571,1,1,25107,0,5486.46,5146.88,-135.095,2.67785,300,5,0,10635,0,1,0,0,0),(104677,28002,571,1,1,15145,0,5682.29,4995.28,-135.518,0.922717,300,5,0,10635,0,1,0,0,0),(104678,28002,571,1,1,25107,0,5732.08,5222.24,-134.422,0.131756,300,5,0,10635,0,1,0,0,0),(104679,28002,571,1,1,25107,0,5495.91,5979.63,-43.5386,3.71517,300,5,0,10635,0,1,0,0,0),(104680,28002,571,1,1,15145,0,5494.03,5760.67,-89.6221,1.69011,300,5,0,10635,0,1,0,0,0),(104681,29026,571,1,1,25177,0,5055.17,-3575.33,285.004,5.67294,300,5,0,11001,0,1,0,0,0),(104682,28002,571,1,1,25107,0,5679.37,5129.93,-133.194,0.169027,300,5,0,10635,0,1,0,0,0),(104683,28002,571,1,1,25107,0,5470.03,5676.59,-102.745,1.84397,300,5,0,10635,0,1,0,0,0),(104684,28002,571,1,1,25107,0,5695.33,5172.03,-134.428,0.484141,300,5,0,10635,0,1,0,0,0),(104685,28002,571,1,1,25466,0,5658.21,5086.45,-134.274,0.118256,300,5,0,10635,0,1,0,0,0),(104686,28002,571,1,1,25466,0,5627.5,5162.23,-133.065,0.3114,300,5,0,10635,0,1,0,0,0),(104687,28002,571,1,1,25107,0,5695.95,5074.32,-133.909,2.07065,300,5,0,10635,0,1,0,0,0),(104688,28002,571,1,1,25466,0,5575.04,5359.11,-135.987,5.20848,300,5,0,10635,0,1,0,0,0),(104689,28002,571,1,1,25466,0,5561.77,5248.42,-134.446,1.51411,300,5,0,10635,0,1,0,0,0),(104690,28002,571,1,1,25466,0,5586.4,5320.54,-135.986,0.673957,300,5,0,10635,0,1,0,0,0),(104691,28002,571,1,1,25107,0,5517.75,5905.36,-61.136,1.95747,300,5,0,10635,0,1,0,0,0),(104692,28002,571,1,1,25466,0,5533.29,5469.26,-100.508,3.7001,300,0,0,10635,0,0,0,0,0),(104693,2914,571,1,1,1206,0,1478.49,-4653.28,180.943,1.39862,300,5,0,8,0,1,0,0,0),(104694,2914,571,1,1,2957,0,823.651,-5527.2,211.853,1.50392,300,5,0,8,0,1,0,0,0),(104695,2914,571,1,1,6303,0,916.516,-4465.46,142.544,6.09778,300,5,0,8,0,1,0,0,0),(104696,23906,571,1,1,21897,1,795.209,-4086.39,204.904,5.23599,300,0,0,9291,0,0,0,0,0),(104697,2914,571,1,1,2958,0,1994.43,-4510.04,207.578,6.05265,300,5,0,8,0,1,0,0,0),(104698,2914,571,1,1,6303,0,2609.31,-3006.7,109.939,2.90111,300,5,0,8,0,1,0,0,0),(104699,27234,571,1,1,24435,1,2935.83,-359.614,112.587,-1.653,300,0,0,9940,0,0,0,0,0),(104700,2914,571,1,1,2957,0,854.588,-4437.08,141.825,1.37153,300,5,0,8,0,1,0,0,0),(104701,2914,571,1,1,1206,0,897.792,-4506.33,151.582,2.48317,300,5,0,8,0,1,0,0,0),(104702,2914,571,1,1,6303,0,2397.92,-3197.92,156.59,2.23594,300,5,0,8,0,1,0,0,0),(104703,24162,571,1,1,22213,1,1501.6,-5607.05,226.995,5.53269,300,0,0,7984,0,0,0,0,0),(104704,24418,571,1,1,22878,0,1967.41,-3265.15,137.816,6.14356,300,0,0,26946,0,0,0,0,0),(104705,24418,571,1,1,22878,0,1923.36,-3269.43,166.611,5.76854,300,0,0,26946,0,0,0,0,0),(104706,24418,571,1,1,22878,0,1981.55,-3262.89,137.913,6.23082,300,0,0,26946,0,0,0,0,0),(104707,28258,571,1,1,23819,0,4751.73,-3404.62,290.589,5.83264,300,5,0,10635,0,1,0,0,0),(104708,29026,571,1,1,25177,0,5025.1,-3525.81,285.101,1.68001,300,5,0,11001,0,1,0,0,0),(104709,28258,571,1,1,23819,0,4915.66,-3466.11,292.168,5.46824,300,5,0,10635,0,1,0,0,0),(104710,28258,571,1,1,23819,0,4952.96,-3542.14,301.795,0.194284,300,5,0,10635,0,1,0,0,0),(104711,28258,571,1,1,23819,0,4913.5,-3519.18,294.639,3.93539,300,0,0,10635,0,0,0,0,0),(104712,28258,571,1,1,23819,0,4945.75,-3495.74,294.36,4.9045,300,5,0,10635,0,1,0,0,0),(104713,28258,571,1,1,23819,0,4829.8,-3305.06,289.959,0.804559,300,5,0,10635,0,1,0,0,0),(104714,28258,571,1,1,23819,0,5055.73,-3409.18,289.941,5.08812,300,0,0,10635,0,0,0,0,0),(104715,28258,571,1,1,23819,0,5036.78,-3412.92,289.856,1.06948,300,0,0,10635,0,0,0,0,0),(104716,28258,571,1,1,23819,0,4862.38,-3352.55,291.819,3.66018,300,0,0,10635,0,0,0,0,0),(104717,28258,571,1,1,23819,0,5007.28,-3399.27,291.035,5.9993,300,0,0,10635,0,0,0,0,0),(104718,28258,571,1,1,23819,0,4831.52,-3415.48,293.174,-0.389773,300,0,0,10635,0,0,0,0,0),(104719,28258,571,1,1,23819,0,4810.09,-3361.86,292.354,2.73808,300,5,0,10635,0,1,0,0,0),(104720,28258,571,1,1,23819,0,4905.52,-3392.62,291.506,-2.40333,300,0,0,10635,0,0,0,0,0),(104721,28258,571,1,1,23819,0,4831.36,-3490.49,291.161,0.276958,300,5,0,10635,0,1,0,0,0),(104722,28258,571,1,1,23819,0,5075.82,-3444.28,292.254,4.90951,300,0,0,10635,0,0,0,0,0),(104723,28258,571,1,1,23819,0,4945.16,-3395.7,291.435,1.3138,300,0,0,10635,0,0,0,0,0),(104724,28258,571,1,1,23819,0,4905.67,-3504.65,294.783,5.57651,300,0,0,10635,0,0,0,0,0),(104725,28258,571,1,1,23819,0,4919.88,-3582.34,298.561,3.25186,300,0,0,10635,0,0,0,0,0),(104726,28258,571,1,1,23819,0,4885.8,-3550.62,296.394,1.07702,300,5,0,10635,0,1,0,0,0),(104727,28258,571,1,1,23819,0,5042.84,-3451.57,288.677,1.04427,300,5,0,10635,0,1,0,0,0),(104728,31330,571,1,2,23858,0,4918.7,1280.09,225.863,3.81016,300,0,0,55005,0,0,0,0,0),(104729,31330,571,1,2,23858,0,4924.08,1280.76,227.238,3.43866,300,0,0,55005,0,0,0,0,0),(104730,31330,571,1,2,23858,0,4930.66,1289.55,229.488,1.31224,300,0,0,55005,0,0,0,0,0),(104731,31330,571,1,2,24093,0,4944.16,1296.75,233.34,3.12414,300,0,0,55005,0,0,0,0,0),(104732,31330,571,1,2,23858,0,4980.45,1226.92,229.259,2.55359,300,5,0,55005,0,1,0,0,0),(104733,31330,571,1,2,24230,0,4973.77,1223.55,229.022,5.63741,300,0,0,55005,0,0,0,0,0),(104734,25443,571,1,1,17188,0,3589.69,5633.59,74.2919,2.67035,300,5,0,8982,3155,1,0,0,0),(104735,28771,571,1,1,25670,1,6455.09,5096.63,-64.4071,4.39823,300,0,0,11379,3725,0,0,0,0),(104736,25699,571,1,1,23320,0,3713.5,3950.42,24.594,0.401426,300,0,0,8982,0,0,0,0,0),(104737,25699,571,1,1,23320,0,3202.39,4183.98,24.2495,1.06465,300,0,0,8982,0,0,0,0,0),(104738,29027,571,1,1,11686,0,5872.35,4117.23,-85.4289,1.88496,300,0,0,42,0,0,0,0,0),(104739,29027,571,1,1,11686,0,5878.83,4118.86,-85.4289,3.75246,300,0,0,42,0,0,0,0,0),(104740,29027,571,1,1,11686,0,5878.14,4117.07,-85.4289,1.67552,300,0,0,42,0,0,0,0,0),(104741,29027,571,1,1,11686,0,5871.58,4118.08,-85.4451,4.11898,300,0,0,42,0,0,0,0,0),(104742,25699,571,1,1,23320,0,3708.09,3921.93,24.8244,5.28835,300,0,0,8982,0,0,0,0,0),(104743,25699,571,1,1,23320,0,3759.44,4106.19,25.2228,5.63741,300,0,0,8982,0,0,0,0,0),(104744,25699,571,1,1,23320,0,3754.36,3912.72,25.6159,4.32842,300,0,0,8982,0,0,0,0,0),(104745,28003,571,1,1,2837,0,5999.95,4997.17,-106.357,1.16381,300,5,0,10635,3561,1,0,0,0),(104746,28003,571,1,1,2837,0,6009.18,4956.37,-107.458,3.70362,300,5,0,10635,3561,1,0,0,0),(104747,28003,571,1,1,2837,0,5991.04,4924.98,-106.088,0.500158,300,5,0,10635,3561,1,0,0,0),(104748,25699,571,1,1,23320,0,3826.35,4020.9,26.4731,2.11185,300,0,0,8982,0,0,0,0,0),(104749,25699,571,1,1,23320,0,3833.2,4049.84,24.688,0.855211,300,0,0,8982,0,0,0,0,0),(104750,25699,571,1,1,23320,0,3800.96,4008.38,24.4722,0.628319,300,0,0,8982,0,0,0,0,0),(104751,28003,571,1,1,2837,0,6167.65,5348.61,-123.657,4.51025,300,5,0,10635,3561,1,0,0,0),(104752,28003,571,1,1,2837,0,6138.79,5410.24,-116.381,4.74223,300,5,0,10635,3561,1,0,0,0),(104753,28003,571,1,1,2837,0,6025.73,5062.74,-123.534,0.250663,300,5,0,10635,3561,1,0,0,0),(104754,28003,571,1,1,2837,0,6005.26,5036.05,-110.975,3.82457,300,5,0,10635,3561,1,0,0,0),(104755,28003,571,1,1,2837,0,6125.46,5177.13,-124.785,4.67136,300,5,0,10635,3561,1,0,0,0),(104756,28003,571,1,1,2837,0,6164.23,5193.24,-125.153,5.31664,300,5,0,10635,3561,1,0,0,0),(104757,28003,571,1,1,2837,0,6143.65,5243.2,-124.776,2.40246,300,5,0,10635,3561,1,0,0,0),(104758,28003,571,1,1,2837,0,6077.04,5083.99,-123.121,4.46978,300,5,0,10635,3561,1,0,0,0),(104759,28003,571,1,1,2837,0,6076.6,5141.28,-127.115,4.61457,300,5,0,10635,3561,1,0,0,0),(104760,28003,571,1,1,2837,0,6037.29,5129.3,-119.812,0.331096,300,5,0,10635,3561,1,0,0,0),(104761,25699,571,1,1,23320,0,3741.93,4131.78,24.4958,4.17134,300,0,0,8982,0,0,0,0,0),(104765,25699,571,1,1,23320,0,3690.14,4114.28,24.0588,1.309,300,0,0,8982,0,0,0,0,0),(104766,25699,571,1,1,23320,0,3246.97,3982.03,24.8846,2.33874,300,0,0,8982,0,0,0,0,0),(104767,25699,571,1,1,23320,0,3523.82,3893.29,24.9026,2.21657,300,0,0,8982,0,0,0,0,0),(104768,26467,571,1,1,23861,0,4797.81,742.215,122.659,6.121,300,5,0,9940,0,1,0,0,0),(104769,26467,571,1,1,23861,0,4769.16,901.424,125.859,0.51042,300,0,0,9940,0,2,0,0,0),(104770,25699,571,1,1,23320,0,3783.2,4098.9,26.916,0.558505,300,0,0,8982,0,0,0,0,0),(104772,26467,571,1,1,23861,0,4681.69,838.257,116.202,4.91442,300,5,0,9940,0,1,0,0,0),(104773,26467,571,1,1,23861,0,4714.57,870.432,132.424,5.36067,300,5,0,9940,0,1,0,0,0),(104776,25699,571,1,1,23320,0,3698.28,4028.69,24.1053,5.61996,300,0,0,8982,0,0,0,0,0),(104777,25699,571,1,1,23320,0,3187.33,4031.9,23.9653,3.49066,300,0,0,8982,0,0,0,0,0),(104778,25699,571,1,1,23320,0,3518.01,3980.56,28.4822,4.2586,300,0,0,8982,0,0,0,0,0),(104781,25699,571,1,1,23320,0,3691.53,4010.49,23.9563,0.820305,300,0,0,8982,0,0,0,0,0),(104789,26467,571,1,1,23861,0,4724.45,653.226,126.665,6.27537,300,5,0,9940,0,1,0,0,0),(104790,26467,571,1,1,23861,0,4619.42,679.248,99.8768,0.23648,300,0,0,9940,0,2,0,0,0),(104791,26467,571,1,1,23861,0,4612.31,636.761,100.571,-1.02488,300,0,0,9940,0,2,0,0,0),(104792,26467,571,1,1,23861,0,4650.61,608.644,110.126,0.086055,300,0,0,9940,0,0,0,0,0),(104793,25699,571,1,1,23320,0,3485.33,3923.15,25.6253,0.244346,300,0,0,8982,0,0,0,0,0),(104795,23651,571,1,1,21932,1,959.306,-4963.93,3.41697,1.41372,300,0,0,6986,0,0,0,0,0),(104796,23651,571,1,1,21932,1,995.111,-4998.86,6.04919,1.16937,300,0,0,6986,0,0,0,0,0),(104797,23651,571,1,1,21932,1,950.253,-4852.37,5.48769,3.42495,300,0,0,6986,0,0,0,0,0),(104798,23651,571,1,1,21932,1,991.539,-4878.78,4.9619,3.83972,300,0,0,6986,0,0,0,0,0),(104799,23651,571,1,1,21933,1,1103.48,-4834.71,29.8176,3.10669,300,0,0,6986,0,0,0,0,0),(104800,23651,571,1,1,21932,1,1051.32,-4823.42,26.2278,2.32129,300,0,0,6986,0,0,0,0,0),(104801,23651,571,1,1,21932,1,1031.13,-5029.52,10.838,3.45575,300,0,0,6986,0,0,0,0,0),(104802,25699,571,1,1,23320,0,3221.64,3995.83,24.6799,0.506145,300,0,0,8982,0,0,0,0,0),(104803,25699,571,1,1,23320,0,3205.26,4017.5,25.4308,4.2586,300,0,0,8982,0,0,0,0,0),(104804,25699,571,1,1,23320,0,3579.18,3980.34,25.1071,5.74213,300,0,0,8982,0,0,0,0,0),(104805,25699,571,1,1,23320,0,3223.82,3975.51,24.639,1.90241,300,0,0,8982,0,0,0,0,0),(104810,28004,571,1,1,22321,0,6596.23,4485.54,-18.9589,3.08923,300,5,0,10635,0,1,0,0,0),(104811,30052,571,1,1,5988,0,7364.14,-963.991,909.548,0.487361,300,0,0,126000,0,2,0,0,0),(104812,26468,571,1,1,11686,0,4779.06,-4407.07,198.268,3.63029,300,0,0,41,60,0,0,0,0),(104813,24164,571,1,1,22170,1,389.696,-4590.44,243.19,0,300,0,0,9610,0,0,0,0,0),(104814,23908,571,1,1,21898,1,1399.23,-3201.35,161.058,2.21657,300,0,0,8982,0,0,0,0,0),(207629,34951,530,1,1,0,0,-1953.4,5248.49,-42.6463,2.11185,120,0,0,1,0,0,0,0,0),(104816,28004,571,1,1,22321,0,6436.41,4575.28,-47.2625,4.46643,300,5,0,10635,0,1,0,0,0),(207628,34951,530,1,1,0,0,-1928.93,5379.56,-12.3448,5.27089,120,0,0,1,0,0,0,0,0),(104818,28004,571,1,1,22321,0,6470.14,4565.89,-43.2414,2.49582,300,5,0,10635,0,1,0,0,0),(207627,34949,530,1,1,0,0,-1926.31,5376.15,-12.3448,2.11185,120,0,0,1,0,0,0,0,0),(207626,34951,530,1,1,0,0,-1915.73,5495.29,-12.3448,0.191986,120,0,0,1,0,0,0,0,0),(104821,25700,571,1,1,23320,0,3778.28,3912.68,29.3814,1.61598,300,5,0,8982,0,1,0,0,0),(104822,28004,571,1,1,22321,0,6521.99,4438.36,-23.3188,1.75363,300,5,0,10635,0,1,0,0,0),(104823,28004,571,1,1,22321,0,6382.64,4301.84,-42.149,1.16937,300,5,0,10635,0,1,0,0,0),(104825,28004,571,1,1,22321,0,6523.23,4357.7,-37.8063,3.40339,300,5,0,10635,0,1,0,0,0),(104826,28004,571,1,1,22321,0,6523.01,4390.44,-32.4983,2.53073,300,5,0,10635,0,1,0,0,0),(208774,25958,585,3,1,0,0,43.863,-364.554,-59.7066,0.890118,86400,0,0,1,0,0,0,0,0),(104828,25700,571,1,1,23320,0,3774.59,4041.1,27.8373,-2.59058,300,0,0,8982,0,0,0,0,0),(208773,25958,585,3,1,0,0,40.9816,-378.16,-59.7213,3.56047,86400,0,0,1,0,0,0,0,0),(208772,25958,585,3,1,0,0,34.8496,-404.141,-20.4417,0.855211,86400,0,0,1,0,0,0,0,0),(104831,25700,571,1,1,23320,0,3826.74,3996.78,28.4835,4.02728,300,5,0,8982,0,1,0,0,0),(208771,25958,585,3,1,0,0,26.6088,-412.217,-20.4446,2.49582,86400,0,0,1,0,0,0,0,0),(104833,28004,571,1,1,22321,0,6479.5,4518.79,-58.6353,1.23918,300,5,0,10635,0,1,0,0,0),(104834,28004,571,1,1,22321,0,6457.47,4414.32,-42.9636,0.715585,300,5,0,10635,0,1,0,0,0),(104835,28004,571,1,1,22321,0,6413.84,4409.61,-28.7758,4.5809,300,5,0,10635,0,1,0,0,0),(104836,25700,571,1,1,23320,0,3205.44,4162.56,27.1265,0.0582592,300,5,0,8982,0,1,0,0,0),(208770,25958,585,3,1,0,0,136.52,-414.044,-59.7014,1.65806,86400,0,0,1,0,0,0,0,0),(104838,28004,571,1,1,22321,0,6456.27,4304.03,-45.8744,3.12414,300,5,0,10635,0,1,0,0,0),(104839,28004,571,1,1,22321,0,6371.55,4249.79,-27.263,2.72809,300,5,0,10635,0,1,0,0,0),(104840,28004,571,1,1,22321,0,6423.78,4359.03,-46.1613,0.279253,300,5,0,10635,0,1,0,0,0),(104841,28004,571,1,1,22321,0,6496.46,4316.49,-27.039,0.401426,300,5,0,10635,0,1,0,0,0),(104842,28004,571,1,1,22321,0,6439.11,4288.38,-36.7001,2.42601,300,5,0,10635,0,1,0,0,0),(104843,28004,571,1,1,22321,0,6518.66,4346.77,-36.4723,2.63545,300,5,0,10635,0,1,0,0,0),(104844,28004,571,1,1,22321,0,6597.92,4561.86,-41.7784,3.12414,300,5,0,10635,0,1,0,0,0),(104845,28004,571,1,1,22321,0,6473.84,4357.38,-41.1347,1.41372,300,5,0,10635,0,1,0,0,0),(104846,28004,571,1,1,22321,0,6554.18,4493.84,-46.6764,3.05433,300,5,0,10635,0,1,0,0,0),(104847,28004,571,1,1,22321,0,6518.69,4460.52,-49.62,3.23378,300,5,0,10635,0,1,0,0,0),(104848,28004,571,1,1,22321,0,6463.77,4349.87,-38.4698,0.645772,300,5,0,10635,0,1,0,0,0),(104849,28004,571,1,1,22321,0,6572.41,4495.4,-31.4505,1.28724,300,5,0,10635,0,1,0,0,0),(104850,28004,571,1,1,22321,0,6485.67,4487.93,-49.0885,5.14872,300,5,0,10635,0,1,0,0,0),(104851,28004,571,1,1,22321,0,6536.27,4387.37,-44.3818,3.97935,300,5,0,10635,0,1,0,0,0),(104852,28004,571,1,1,22321,0,6545,4440.16,-23.2169,4.0695,300,5,0,10635,0,1,0,0,0),(104853,28004,571,1,1,22321,0,6546.31,4428.03,-39.92,0.715585,300,5,0,10635,0,1,0,0,0),(208769,25958,585,3,1,0,0,123.36,-412.648,-59.7014,3.29867,86400,0,0,1,0,0,0,0,0),(208768,25958,585,3,1,0,0,116.849,-368.094,-59.7013,4.2237,86400,0,0,1,0,0,0,0,0),(208767,25958,585,3,1,0,0,105.144,-363.11,-59.7013,6.03884,86400,0,0,1,0,0,0,0,0),(208766,25958,585,3,1,0,0,82.9535,-356.302,-59.7013,3.49066,86400,0,0,1,0,0,0,0,0),(208765,25959,585,3,1,0,0,42.8335,-428.136,-59.7013,2.6529,86400,0,0,1,0,0,0,0,0),(208764,25959,585,3,1,0,0,4.52398,-437.882,-20.4229,1.06465,86400,0,0,1,0,0,0,0,0),(208763,25959,585,3,1,0,0,23.8214,-448.607,-59.7078,2.53073,86400,0,0,1,0,0,0,0,0),(208762,25959,585,3,1,0,0,131.653,-367.834,-59.7014,4.13643,86400,0,0,1,0,0,0,0,0),(104862,28004,571,1,1,22321,0,6598.93,4536.77,-40.2397,3.35103,300,5,0,10635,0,1,0,0,0),(104864,25700,571,1,1,23320,0,3729.12,4126.39,25.5622,1.58752,300,5,0,8982,0,1,0,0,0),(208761,25959,585,3,1,0,0,12.9618,-444.502,-20.422,0.977384,86400,0,0,1,0,0,0,0,0),(208760,25959,585,3,1,0,0,119.682,-356.195,-59.7013,4.13643,86400,0,0,1,0,0,0,0,0),(104867,25700,571,1,1,23320,0,3503.46,3945.8,27.5638,1.66472,300,5,0,8982,0,1,0,0,0),(104868,24676,571,1,1,22578,1,421.729,-3210.77,57.1073,4.92638,300,5,0,8982,0,1,0,0,0),(104869,25700,571,1,1,23320,0,3283.74,4098.06,24.6877,6.05629,300,0,0,8982,0,0,0,0,0),(104870,25700,571,1,1,23320,0,3364.15,3946.77,25.0269,1.86067,300,5,0,8982,0,1,0,0,0),(104871,25700,571,1,1,23320,0,3275.31,4049.41,26.7935,2.97438,300,5,0,8982,0,1,0,0,0),(104872,25700,571,1,1,23320,0,3702.38,4081.46,24.5119,5.99603,300,5,0,8982,0,1,0,0,0),(104873,25700,571,1,1,23320,0,3612.05,3969.46,25.7991,4.88814,300,0,0,8982,0,2,0,0,0),(104874,25700,571,1,1,23320,0,3855.73,4031.05,29.369,3.99402,300,5,0,8982,0,1,0,0,0),(104875,27236,571,1,1,24436,0,2745.24,-186.08,138.855,5.6765,300,5,0,9610,0,1,0,0,0),(104876,25700,571,1,1,23320,0,3718.05,4011.16,23.6641,2.42601,300,0,0,8982,0,0,0,0,0),(104877,25700,571,1,1,23320,0,3301.66,4104.27,26.5651,5.90281,300,5,0,8982,0,1,0,0,0),(104878,28260,571,1,1,25077,1,4959.25,-3540.9,302.219,4.55531,300,0,0,10635,0,0,0,0,0),(104879,25700,571,1,1,23320,0,3796.59,4068.66,27.148,2.51654,300,5,0,8982,0,1,0,0,0),(208759,25960,585,3,1,0,0,-24.6114,-482.024,-22.1288,0.907571,86400,0,0,1,0,0,0,0,0),(208758,26579,585,3,1,0,0,-25.2361,-599.946,-31.0196,3.19395,86400,0,0,1,0,0,0,0,0),(208757,26057,585,3,1,11686,0,-25.2936,-599.476,-64.1914,2.6529,86400,0,0,1,0,0,0,0,0),(104885,25700,571,1,1,23320,0,3547.31,3938.46,28.1857,1.29432,300,0,0,8982,0,2,0,0,0),(104886,23652,571,1,1,21918,1,904.589,-4826.43,6.97941,1.48353,300,0,0,6986,0,0,0,0,0),(104887,23652,571,1,1,21917,1,871.98,-4915.24,3.36042,3.5142,300,0,0,6986,0,0,0,0,0),(104889,25700,571,1,1,23320,0,3672.14,4044.98,25.2208,1.51844,300,0,0,8982,0,0,0,0,0),(104890,25700,571,1,1,23320,0,3649.05,3947.57,25.1099,3.31645,300,0,0,8982,0,2,0,0,0),(104891,25700,571,1,1,23320,0,3735.57,4086.82,27.3756,5.10109,300,5,0,8982,0,1,0,0,0),(104892,25700,571,1,1,23320,0,3822.21,4073.81,26.4568,0.125813,300,5,0,8982,0,1,0,0,0),(104893,25700,571,1,1,23320,0,3802.22,3984.82,26.3581,5.99296,300,5,0,8982,0,1,0,0,0),(104894,25700,571,1,1,23320,0,3778.34,3912.8,29.2403,5.95093,300,0,0,8982,0,2,0,0,0),(104895,24676,571,1,1,22577,1,545.144,-3486.24,3.75152,2.8561,300,5,0,8982,0,1,0,0,0),(104897,24676,571,1,1,22577,1,541.698,-3485.41,3.34413,4.45473,300,0,0,8982,0,0,0,0,0),(104898,23652,571,1,1,21917,1,875.661,-4868.01,1.72909,0.628319,300,0,0,6986,0,0,0,0,0),(104899,23652,571,1,1,21917,1,891.192,-4859.37,3.74211,3.22886,300,0,0,6986,0,0,0,0,0),(104900,23652,571,1,1,21917,1,875.122,-4850.48,4.36977,5.13127,300,0,0,6986,0,0,0,0,0),(104901,28260,571,1,1,25077,1,4989.71,-3364.47,290.562,1.39626,300,0,0,10635,0,0,0,0,0),(104902,24676,571,1,1,22577,1,511.952,-3467,5.36883,1.79349,300,5,0,8982,0,1,0,0,0),(104903,24676,571,1,1,22578,1,544.974,-3468.86,7.18634,1.20076,300,0,0,8982,0,0,0,0,0),(104904,23652,571,1,1,21917,1,847.187,-4986.43,3.42016,1.15192,300,0,0,6986,0,0,0,0,0),(104905,28260,571,1,1,25023,1,5002.98,-3328.3,290.415,2.00713,300,0,0,10635,0,0,0,0,0),(104906,28260,571,1,1,25077,1,4943.99,-3554.5,298.628,0.925025,300,0,0,10635,0,0,0,0,0),(104907,23652,571,1,1,21918,1,832.953,-4900.83,2.29294,3.40931,300,0,0,6986,0,2,0,0,0),(104908,24676,571,1,1,22577,1,512.691,-3443.86,12.0232,1.58642,300,5,0,8982,0,1,0,0,0),(104909,24676,571,1,1,22577,1,553.208,-3457.69,10.1488,4.16393,300,5,0,8982,0,1,0,0,0),(104910,23652,571,1,1,21918,1,898.532,-4933.45,1.64206,4.20624,300,0,0,6986,0,0,0,0,0),(104911,24676,571,1,1,22577,1,538.864,-3485.13,3.2207,1.21568,300,0,0,8982,0,0,0,0,0),(104912,24676,571,1,1,22578,1,543.196,-3485.61,3.71412,5.99181,300,0,0,8982,0,0,0,0,0),(104913,24676,571,1,1,22577,1,533.735,-3432.61,14.5912,4.12625,300,5,0,8982,0,1,0,0,0),(104915,24676,571,1,1,22577,1,549.035,-3457.86,10.1623,0.338407,300,0,0,8982,0,0,0,0,0),(104916,24676,571,1,1,22578,1,565.32,-3412.6,18.9148,0.655219,300,5,0,8982,0,1,0,0,0),(104917,23652,571,1,1,21917,1,858.772,-4811.83,5.23974,5.39307,300,0,0,6986,0,0,0,0,0),(104918,23652,571,1,1,21917,1,841.909,-4884.97,0.859444,5.89921,300,0,0,6986,0,0,0,0,0),(104919,23652,571,1,1,21917,1,846.786,-4848.56,3.24959,1.39626,300,0,0,6986,0,0,0,0,0),(104920,23652,571,1,1,21917,1,856.279,-4900.55,3.14153,5.51524,300,0,0,6986,0,0,0,0,0),(104921,23652,571,1,1,21918,1,844.925,-4910.57,3.27748,0.645772,300,0,0,6986,0,0,0,0,0),(104922,23652,571,1,1,21918,1,897.901,-4959.46,1.49715,1.20428,300,0,0,6986,0,0,0,0,0),(208756,25955,585,3,1,0,1,-9.73014,-591.069,-64.0248,3.78736,86400,0,0,1,0,0,0,0,0),(104925,28260,571,1,1,25023,1,4887.54,-3387.21,292.047,2.14675,300,0,0,10635,0,0,0,0,0),(208755,25955,585,3,1,0,1,-33.6973,-615.418,-63.9301,1.01229,86400,0,0,1,0,0,0,0,0),(104927,28260,571,1,1,25023,1,4852.03,-3497.57,294.197,1.18682,300,0,0,10635,0,0,0,0,0),(104928,25700,571,1,1,23320,0,3778.7,3903.52,30.3418,1.61671,300,5,0,8982,0,1,0,0,0),(104929,28260,571,1,1,25023,1,4960.68,-3571.66,302.342,0.750492,300,0,0,10635,0,0,0,0,0),(208754,25955,585,3,1,0,1,-13.1506,-611.996,-64.036,2.30383,86400,0,0,1,0,0,0,0,0),(208753,25956,585,3,1,0,0,28.6212,-384.736,-59.7982,3.68441,86400,0,0,1,0,2,0,0,0),(104932,28260,571,1,1,25077,1,4954.71,-3507.15,297.559,3.42085,300,0,0,10635,0,0,0,0,0),(208752,25956,585,3,1,0,0,92.9872,-365.558,-59.7846,5.81297,86400,0,0,1,0,2,0,0,0),(208751,25954,585,3,1,0,0,46.2644,-627.747,-58.4958,0.750885,86400,0,0,1,0,2,0,0,0),(104936,28260,571,1,1,25023,1,4945.67,-3594.54,307.131,0.890118,300,0,0,10635,0,0,0,0,0),(104937,28260,571,1,1,25023,1,4913.64,-3394.99,292.207,0.593412,300,0,0,10635,0,0,0,0,0),(104938,28260,571,1,1,25023,1,4877.77,-3354.29,292.81,3.735,300,0,0,10635,0,0,0,0,0),(208750,25957,585,3,1,0,0,77.4056,-376.564,-23.6409,3.04626,86400,0,0,1,0,2,0,0,0),(208749,25957,585,3,1,0,0,65.2405,-453.614,-52.4197,3.06363,86400,0,0,1,0,2,0,0,0),(104941,28260,571,1,1,25024,1,4990.19,-3419.13,292.364,3.22886,300,0,0,10635,0,0,0,0,0),(104944,28260,571,1,1,25077,1,4762.24,-3457.66,291.827,0.244346,300,0,0,10635,0,0,0,0,0),(104945,28260,571,1,1,25077,1,5009.4,-3424.78,289.92,6.10865,300,0,0,10635,0,0,0,0,0),(104946,28260,571,1,1,25024,1,5020.64,-3456.96,288.354,0.366519,300,0,0,10635,0,0,0,0,0),(104947,28260,571,1,1,25023,1,4855.54,-3367.23,292.019,4.5204,300,0,0,10635,0,0,0,0,0),(104948,28260,571,1,1,25023,1,5005.65,-3384.59,290.616,0.418879,300,0,0,10635,0,0,0,0,0),(104949,28260,571,1,1,25023,1,4926.46,-3514.19,294.136,6.19592,300,0,0,10635,0,0,0,0,0),(104950,28260,571,1,1,25024,1,5046.91,-3478,287.041,1.78024,300,0,0,10635,0,0,0,0,0),(104952,28260,571,1,1,25023,1,4935.34,-3397.68,291.745,5.35816,300,0,0,10635,0,0,0,0,0),(104953,28260,571,1,1,25023,1,4827.41,-3461.16,290.714,0.331613,300,0,0,10635,0,0,0,0,0),(104955,28260,571,1,1,25023,1,4780.51,-3412.22,290.855,3.61283,300,0,0,10635,0,0,0,0,0),(104956,28260,571,1,1,25023,1,5121.26,-3455.67,292.227,3.61283,300,0,0,10635,0,0,0,0,0),(104957,28260,571,1,1,25024,1,4911.73,-3454.54,291.426,1.97222,300,0,0,10635,0,0,0,0,0),(104958,28260,571,1,1,25023,1,5051.85,-3429.63,290.343,6.23082,300,0,0,10635,0,0,0,0,0),(104959,28260,571,1,1,25025,1,5045.76,-3424.95,289.595,6.19592,300,0,0,10635,0,0,0,0,0),(104960,28260,571,1,1,25077,1,5117.37,-3453.53,291.96,1.8675,300,0,0,10635,0,0,0,0,0),(104961,28260,571,1,1,25077,1,5076.18,-3425.83,290.771,1.81514,300,0,0,10635,0,0,0,0,0),(104962,28260,571,1,1,25024,1,5039.57,-3394.24,290.901,3.83972,300,0,0,10635,0,0,0,0,0),(104963,28260,571,1,1,25077,1,5093.55,-3475.97,293.391,4.62512,300,0,0,10635,0,0,0,0,0),(104964,28260,571,1,1,25023,1,4983.77,-3398.9,290.95,4.85202,300,0,0,10635,0,0,0,0,0),(104965,28260,571,1,1,25023,1,4835.33,-3419.38,293.105,3.4383,300,0,0,10635,0,0,0,0,0),(104966,28260,571,1,1,25077,1,4917.89,-3582.56,298.628,4.74729,300,0,0,10635,0,0,0,0,0),(104967,28260,571,1,1,25077,1,4877.83,-3438.39,292.111,5.46288,300,0,0,10635,0,0,0,0,0),(104968,28260,571,1,1,25023,1,4912.1,-3520.6,294.787,4.34587,300,0,0,10635,0,0,0,0,0),(104969,28260,571,1,1,25077,1,4907.19,-3505.95,294.794,4.79965,300,0,0,10635,0,0,0,0,0),(104970,28260,571,1,1,25077,1,4944.89,-3449.95,296.592,2.60054,300,0,0,10635,0,0,0,0,0),(104971,28260,571,1,1,25025,1,4946.83,-3365.14,289.265,5.51524,300,0,0,10635,0,0,0,0,0),(104972,25700,571,1,1,23320,0,3673.61,4089.96,24.7277,6.04988,300,5,0,8982,0,1,0,0,0),(104990,29796,571,1,1,26123,1,7088.28,-1777.09,821.37,3.19395,300,0,0,12175,0,0,0,0,0),(104991,25700,571,1,1,23320,0,3493.45,3954.82,28.8745,2.40718,300,5,0,8982,0,1,0,0,0),(104992,25700,571,1,1,23320,0,3226.21,4260.43,26.7184,3.98921,300,5,0,8982,0,1,0,0,0),(104993,26725,571,1,1,1236,0,3541.93,4228.28,14.4575,2.61893,300,5,0,9610,3309,1,0,0,0),(104994,29285,571,1,1,26105,1,4536.41,-4147,196.093,1.69297,300,5,0,9291,3231,1,0,0,0),(104995,29285,571,1,1,26105,1,4528.78,-4252.11,189.873,5.85436,300,5,0,9291,3231,1,0,0,0),(104996,27749,571,1,1,24776,1,3631.95,1220.89,134.599,-0.935896,300,0,0,49700,0,0,0,0,0),(104997,27749,571,1,1,24774,1,3623.55,1222.41,140.142,5.88607,300,0,0,49700,0,0,0,0,0),(104998,27749,571,1,1,24773,1,3634.85,1221.76,134.395,0.269803,300,0,0,49700,0,0,0,0,0),(104999,27749,571,1,1,24773,1,3660.96,1232.27,142.014,4.11898,300,0,0,49700,0,0,0,0,0),(105000,27749,571,1,1,24776,1,3650.34,1146.37,156.948,3.47321,300,0,0,49700,0,0,0,0,0),(105001,26213,571,1,1,26344,1,3140.63,4884.43,3.13888,4.04916,300,0,0,9940,0,0,0,0,0),(105002,26469,571,1,1,11686,0,4529.28,-4441.64,186.439,5.95157,300,0,0,41,60,0,0,0,0),(105003,28261,571,1,1,25260,0,4590.41,-1077.1,165.566,0.541052,300,0,0,30846,0,0,0,0,0),(105109,25445,571,1,1,23916,0,2647.16,6249.69,95.6481,4.35904,300,5,0,6986,0,1,0,0,0),(105005,27749,571,1,1,24774,1,3636.94,1221.82,134.227,4.79965,300,0,0,49700,0,0,0,0,0),(105006,27749,571,1,1,24774,1,3665.12,1228.36,142.315,3.94444,300,0,0,49700,0,0,0,0,0),(105007,27749,571,1,1,24776,1,3651.93,1184.61,141.848,3.47321,300,0,0,49700,0,0,0,0,0),(105008,25701,571,1,1,23320,0,3761.16,3897.14,25.6983,5.88176,300,0,0,8982,0,0,0,0,0),(105009,25701,571,1,1,23320,0,3723.49,3920.61,25.104,5.91667,300,0,0,8982,0,0,0,0,0),(105010,25701,571,1,1,23320,0,3802.89,4037.26,24.9076,-2.20125,300,0,0,8982,0,0,0,0,0),(105011,27749,571,1,1,24774,1,3648.99,1215.52,132.662,4.10152,300,0,0,49700,0,0,0,0,0),(105012,27749,571,1,1,24775,1,3654.68,1212.06,132.537,4.11898,300,0,0,49700,0,0,0,0,0),(105013,27749,571,1,1,24774,1,3617.95,1178.11,139.571,1.36317,300,0,0,49700,0,0,0,0,0),(105014,27749,571,1,1,24774,1,3603.51,1143.79,144.502,5.93412,300,0,0,49700,0,0,0,0,0),(105016,24677,571,1,1,22611,0,817.758,-3081.66,27.0974,4.11426,300,5,0,8982,0,1,0,0,0),(105017,25701,571,1,1,23320,0,3754.74,4147.85,26.9691,1.74533,300,0,0,8982,0,0,0,0,0),(105018,25701,571,1,1,23320,0,3759.27,4127.07,25.0195,5.67232,300,0,0,8982,0,0,0,0,0),(105019,25701,571,1,1,23320,0,3709.18,4139.96,26.7088,3.45575,300,0,0,8982,0,0,0,0,0),(105020,25701,571,1,1,23320,0,3705.48,4110.28,24.0123,5.23599,300,0,0,8982,0,0,0,0,0),(105022,25701,571,1,1,23320,0,3785.93,4132.54,26.9673,3.64774,300,0,0,8982,0,0,0,0,0),(105023,25701,571,1,1,23320,0,3315.59,4016.97,28.6645,3.08923,300,0,0,8982,0,0,0,0,0),(105024,27749,571,1,1,24776,1,3654.54,1217.15,133.061,-1.58036,300,0,0,49700,0,0,0,0,0),(105025,25701,571,1,1,23320,0,3506.87,3915.15,24.732,6.00393,300,0,0,8982,0,0,0,0,0),(105026,25701,571,1,1,23320,0,3249.29,4060.74,28.3207,2.96706,300,0,0,8982,0,0,0,0,0),(105027,25701,571,1,1,23320,0,3254.49,3958.61,26.3465,6.0912,300,0,0,8982,0,0,0,0,0),(105028,25701,571,1,1,23320,0,3596.03,3990.35,25.2774,2.46091,300,0,0,8982,0,0,0,0,0),(105029,27237,571,1,1,24437,1,2888.33,-300.35,128.237,-1.6806,300,0,0,9940,3387,0,0,0,0),(105030,25701,571,1,1,23320,0,3277.66,4080.2,24.5179,6.14356,300,0,0,8982,0,0,0,0,0),(105032,25701,571,1,1,23320,0,3167.26,4020.75,25.6639,6.21337,300,0,0,8982,0,0,0,0,0),(105034,27237,571,1,1,24437,1,2890.55,-279.773,129.335,3.12414,300,0,0,9940,3387,0,0,0,0),(105035,25701,571,1,1,23320,0,3808.7,4045.22,24.8071,1.15192,300,0,0,8982,0,0,0,0,0),(105036,23653,571,1,1,22148,1,1574.04,-5159.41,193.191,0.05236,300,0,0,6986,0,0,0,0,0),(105037,28005,571,1,1,24998,1,4252.85,360.165,16.6508,4.17134,300,0,0,9940,0,0,0,0,0),(105038,28005,571,1,1,24997,1,4226.24,416.758,16.8863,2.61799,300,0,0,9940,0,0,0,0,0),(105039,28005,571,1,1,24997,1,4269.47,354.209,15.5922,4.76475,300,0,0,9940,0,0,0,0,0),(105040,25701,571,1,1,23320,0,3558.38,3960.26,28.3889,0.471239,300,0,0,8982,0,0,0,0,0),(105041,28005,571,1,1,24993,1,4300.24,459.869,-5.19294,4.74729,300,0,0,9940,0,0,0,0,0),(105042,28005,571,1,1,24997,1,4293.36,366.722,-5.97598,3.47321,300,0,0,9940,0,0,0,0,0),(105043,28005,571,1,1,24996,1,4286.52,375.548,-6.24348,3.22886,300,0,0,9940,0,0,0,0,0),(105044,28005,571,1,1,24993,1,4233.97,388.638,15.7359,3.36848,300,0,0,9940,0,0,0,0,0),(105045,28005,571,1,1,24996,1,4232.97,392.455,15.7819,2.49582,300,0,0,9940,0,0,0,0,0),(105047,25701,571,1,1,23320,0,3725.44,4045.29,26.3906,0.087266,300,0,0,8982,0,0,0,0,0),(105048,24677,571,1,1,22611,0,408.963,-3329.73,47.186,5.70927,300,5,0,8982,0,1,0,0,0),(105051,25701,571,1,1,23320,0,3522.92,3944.84,25.5545,3.56047,300,0,0,8982,0,0,0,0,0),(105052,28005,571,1,1,24997,1,4312.82,426.017,-2.63346,2.30383,300,0,0,9940,0,0,0,0,0),(105053,28005,571,1,1,24997,1,4368.29,436.526,-3.28906,5.8294,300,0,0,9940,0,0,0,0,0),(105054,28005,571,1,1,24998,1,4363.89,429.515,-4.41553,5.16617,300,0,0,9940,0,0,0,0,0),(105055,28005,571,1,1,24993,1,4324.09,451.914,-5.79381,3.14159,300,0,0,9940,0,0,0,0,0),(105056,28005,571,1,1,24996,1,4320.29,430.56,-4.00295,2.35619,300,0,0,9940,0,0,0,0,0),(105057,28005,571,1,1,24993,1,4375.26,400.59,3.24578,4.81711,300,0,0,9940,0,0,0,0,0),(105058,28005,571,1,1,24996,1,4383.13,405.043,8.12227,4.81711,300,0,0,9940,0,0,0,0,0),(105059,28005,571,1,1,24993,1,4324.54,442.734,-5.0751,2.58309,300,0,0,9940,0,0,0,0,0),(105060,28005,571,1,1,24998,1,4363.33,394.347,-1.63701,4.4855,300,0,0,9940,0,0,0,0,0),(105061,28005,571,1,1,24993,1,4374.55,443.392,-4.16732,5.44543,300,0,0,9940,0,0,0,0,0),(105062,28005,571,1,1,24993,1,4301.44,420.242,-1.20938,2.00713,300,0,0,9940,0,0,0,0,0),(105063,28005,571,1,1,24997,1,4322.71,460.008,-6.13687,3.76991,300,0,0,9940,0,0,0,0,0),(105064,28005,571,1,1,24998,1,4312.62,464.992,-5.75329,4.95674,300,0,0,9940,0,0,0,0,0),(105065,28005,571,1,1,24997,1,4350.06,534.906,-4.15676,0.593412,300,0,0,9940,0,0,0,0,0),(105066,28005,571,1,1,24993,1,4367.6,468.82,-5.11134,0.191986,300,0,0,9940,0,0,0,0,0),(105067,28005,571,1,1,24998,1,4296.42,534.008,-6.25514,2.19912,300,0,0,9940,0,0,0,0,0),(105068,28005,571,1,1,24998,1,4367.21,489.395,-4.95263,5.46288,300,0,0,9940,0,0,0,0,0),(105069,28005,571,1,1,24996,1,4341.21,554.91,-3.23385,5.96903,300,0,0,9940,0,0,0,0,0),(105070,28005,571,1,1,24998,1,4354.04,511.691,-5.05698,0.733038,300,0,0,9940,0,0,0,0,0),(105071,28005,571,1,1,24997,1,4355.93,474.023,-6.57682,0.575959,300,0,0,9940,0,0,0,0,0),(105072,28005,571,1,1,24996,1,4361.69,461.3,-6.42514,2.14675,300,0,0,9940,0,0,0,0,0),(105073,28005,571,1,1,24997,1,4364.22,499.028,-6.1243,0.750492,300,0,0,9940,0,0,0,0,0),(105074,28005,571,1,1,24997,1,4346.28,544.277,-3.18126,5.65487,300,0,0,9940,0,0,0,0,0),(105075,28005,571,1,1,24997,1,4368.79,462.542,-5.45309,0.05236,300,0,0,9940,0,0,0,0,0),(105076,28005,571,1,1,24997,1,4366.59,477.64,-5.27638,6.00393,300,0,0,9940,0,0,0,0,0),(105077,24677,571,1,1,22611,0,739.04,-3255.7,24.0382,1.52828,300,5,0,8982,0,1,0,0,0),(105078,24677,571,1,1,22611,0,613.086,-3344.76,25.4353,0.39438,300,5,0,8982,0,1,0,0,0),(105079,23653,571,1,1,22148,1,1416.73,-5166.34,183.329,3.85718,300,0,0,6986,0,0,0,0,0),(105080,23653,571,1,1,22148,1,1309.63,-5258.97,175.167,5.2709,300,0,0,6986,0,0,0,0,0),(105081,23653,571,1,1,22148,1,1401.53,-5247.95,188.003,3.12414,300,0,0,6986,0,0,0,0,0),(105082,24677,571,1,1,22611,0,431.995,-3375.34,52.7921,-0.921605,300,0,0,8982,0,0,0,0,0),(105083,24677,571,1,1,22611,0,490.691,-3226.25,25.7364,3.19859,300,5,0,8982,0,1,0,0,0),(105084,24677,571,1,1,22611,0,434.925,-3357.3,52.648,3.68871,300,0,0,8982,0,0,0,0,0),(105085,24677,571,1,1,22611,0,720.511,-3248.17,25.2554,0.545396,300,5,0,8982,0,1,0,0,0),(105089,23653,571,1,1,22148,1,1402.56,-5203.22,187.849,3.10669,300,0,0,6986,0,0,0,0,0),(105090,23653,571,1,1,22147,1,1396.29,-5375.88,192.18,3.75246,300,0,0,6986,0,0,0,0,0),(105091,23653,571,1,1,22147,1,1432.64,-5437.21,189.394,3.82227,300,0,0,6986,0,0,0,0,0),(105092,23653,571,1,1,22147,1,1454.86,-5462.36,191.524,3.57792,300,0,0,6986,0,0,0,0,0),(105093,23653,571,1,1,22148,1,1411.29,-5411.52,188.226,3.63029,300,0,0,6986,0,0,0,0,0),(105094,23653,571,1,1,22147,1,1383.43,-5339.81,188.106,3.45575,300,0,0,6986,0,0,0,0,0),(105095,23653,571,1,1,22147,1,1607.53,-5321.85,192.71,0.087266,300,0,0,6986,0,0,0,0,0),(105097,27493,571,1,1,24679,1,4473.52,-2261.08,180.88,3.15905,300,0,0,12338,0,0,0,0,0),(105098,25701,571,1,1,23320,0,3351.02,3940.81,25.0413,1.72788,300,0,0,8982,0,0,0,0,0),(105099,24677,571,1,1,22611,0,318.143,-3199.98,20.9015,0.753597,300,5,0,8982,0,1,0,0,0),(105100,24677,571,1,1,22611,0,664.876,-3116.27,40.8756,5.34038,300,5,0,8982,0,1,0,0,0),(105101,24677,571,1,1,22611,0,783.649,-3220.07,23.8681,2.5655,300,5,0,8982,0,1,0,0,0),(105102,24677,571,1,1,22611,0,750.721,-3155.93,27.5856,3.4818,300,5,0,8982,0,1,0,0,0),(105103,24677,571,1,1,22611,0,733.678,-3153.18,27.6679,2.41236,300,0,0,8982,0,0,0,0,0),(105104,24677,571,1,1,22611,0,439.719,-3140,26.6853,4.11535,300,5,0,8982,0,1,0,0,0),(105105,24677,571,1,1,22611,0,493.617,-3137.57,25.3103,1.61842,300,0,0,8982,0,0,0,0,0),(105106,24677,571,1,1,22611,0,753.406,-3156.66,27.2667,3.03255,300,5,0,8982,0,1,0,0,0),(105108,25701,571,1,1,23320,0,3655.12,4118.66,25.7687,3.4383,300,0,0,8982,0,0,0,0,0),(105004,25445,571,1,1,23916,0,2564.41,6194.99,99.7464,3.00253,300,5,0,6986,0,1,0,0,0),(105113,25702,571,1,1,23324,1,4182.67,5255.37,26.4601,1.97222,300,0,0,8982,0,0,0,0,0),(105114,29798,571,1,1,26742,0,7090.47,-1765.8,821.052,3.7001,300,0,0,12600,0,0,0,0,0),(105115,29798,571,1,1,26742,0,7078.8,-1715.82,820.847,3.24631,300,0,0,12600,0,0,0,0,0),(105116,29798,571,1,1,26742,0,7082.58,-1736.8,820.688,3.7001,300,0,0,12600,0,0,0,0,0),(105117,24678,571,1,1,24048,0,550.87,-3473.96,6.4921,1.0821,300,0,0,8982,0,0,0,0,0),(105118,24678,571,1,1,24048,0,546.95,-3499.38,1.65366,3.9968,300,0,0,8982,0,0,0,0,0),(105119,24678,571,1,1,24048,0,575.349,-3477.45,6.19743,1.16937,300,0,0,8982,0,0,0,0,0),(105120,24678,571,1,1,24048,0,513.756,-3475.18,3.05483,4.32842,300,0,0,8982,0,0,0,0,0),(105121,24678,571,1,1,24048,0,563.589,-3447.75,12.5922,3.89208,300,0,0,8982,0,0,0,0,0),(105122,24678,571,1,1,24048,0,531.682,-3453.6,11.9793,1.8326,300,0,0,8982,0,0,0,0,0),(105123,24678,571,1,1,24048,0,599.429,-3485.27,3.57366,1.39626,300,0,0,8982,0,0,0,0,0),(105124,26470,571,1,1,11686,0,4664.77,-4606.26,208.859,1.74533,300,0,0,41,60,0,0,0,0),(105125,28518,571,1,1,25500,1,5211.84,-1302.07,242.486,5.35816,300,0,0,31905,0,0,0,0,0),(105126,28262,571,1,1,25261,0,4595.27,-1079.06,165.566,2.02458,300,0,0,31905,0,0,0,0,0),(105127,28774,571,1,1,25673,0,5767.96,627.193,650.175,3.61283,300,0,0,8508,7981,0,0,0,0),(105128,27494,571,1,1,26870,1,3018.42,4107.82,24.7974,5.24342,300,0,0,9940,0,0,0,0,0),(143418,37878,571,1,1,0,0,4787.11,-566.201,161.681,0,120,0,0,1,0,0,0,0,0),(105130,27750,571,1,1,24090,1,4903.91,1220.93,223.76,5.904,300,0,0,53175,17805,2,0,0,0),(105131,23654,571,1,1,22137,1,1029.75,-5624.58,221.292,2.28638,300,0,0,6986,0,0,0,0,0),(105132,23654,571,1,1,22138,1,1019.54,-5613.54,223.271,5.44543,300,0,0,6986,0,0,0,0,0),(27948,23815,568,1,1,0,0,375.814,1137.73,6.50146,4.77653,25,0,0,42,0,0,0,0,0),(105135,23654,571,1,1,22138,1,868.906,-5646.19,221.954,3.15905,300,0,0,6986,0,0,0,0,0),(105136,23654,571,1,1,22138,1,831.38,-5502.96,213.345,6.16101,300,0,0,6986,0,0,0,0,0),(105137,23654,571,1,1,22138,1,816.31,-5566.95,220.01,5.69518,300,0,0,6986,0,2,0,0,0),(105138,23654,571,1,1,22138,1,803.481,-5577.47,225.438,4.69494,300,0,0,6986,0,0,0,0,0),(105139,23654,571,1,1,22137,1,984.894,-5368.43,193.334,3.10161,300,5,0,6986,0,1,0,0,0),(105140,23654,571,1,1,21965,1,1052.46,-5539.4,203.486,0.331613,300,0,0,6986,0,0,0,0,0),(105141,23654,571,1,1,22138,1,1062.21,-5497.46,198.766,1.48548,300,0,0,6986,0,2,0,0,0),(203520,31400,571,1,1,0,0,5314.68,749.915,222.2,0.191986,120,0,0,1,0,0,0,0,0),(105143,23654,571,1,1,22137,1,885.737,-5543.07,192.453,1.65677,300,0,0,6986,0,2,0,0,0),(105144,23654,571,1,1,22138,1,1039.93,-5400.06,196.99,1.76928,300,5,0,6986,0,1,0,0,0),(105145,23654,571,1,1,22137,1,944.985,-5700.7,225.902,3.33261,300,0,0,6986,0,2,0,0,0),(105146,23654,571,1,1,22137,1,941.457,-5675.31,226.003,4.81711,300,0,0,6986,0,0,0,0,0),(105147,23654,571,1,1,21965,1,1021.21,-5412.21,191.105,5.35816,300,0,0,6986,0,0,0,0,0),(105148,23654,571,1,1,22138,1,967.108,-5514.23,185.556,3.29376,300,0,0,6986,0,2,0,0,0),(105149,23654,571,1,1,22137,1,846.36,-5491.41,213.345,5.019,300,0,0,6986,0,2,0,0,0),(105150,23654,571,1,1,22137,1,974.656,-5509.99,185.539,1.24385,300,0,0,6986,0,2,0,0,0),(105151,23654,571,1,1,21965,1,955.414,-5519.07,185.9,0.645189,300,0,0,6986,0,2,0,0,0),(27482,30003,571,1,1,0,1,6136.29,-315.893,436.353,5.01669,300,0,0,11379,11175,0,0,0,0),(105153,23911,571,1,1,21904,1,1331.45,-3269.38,184.279,2.87979,300,0,0,3237,0,0,0,0,0),(105154,23911,571,1,1,21904,1,1305.78,-3277.54,193.768,2.51327,300,0,0,3237,0,0,0,0,0),(105155,23911,571,1,1,21903,1,1305.17,-3283.29,184.167,2.82743,300,0,0,3237,0,0,0,0,0),(105156,23911,571,1,1,21905,1,1318.73,-3261.1,175.322,5.93412,300,0,0,3237,0,0,0,0,0),(105157,23911,571,1,1,21903,1,1318.33,-3288.7,177.136,4.24115,300,0,0,3237,0,0,0,0,0),(105158,23911,571,1,1,21905,1,1332.23,-3265.7,175.56,4.4855,300,0,0,3237,0,0,0,0,0),(105159,27495,571,1,1,24666,1,2710.95,-2319.22,21.1799,4.67748,300,0,0,11052,0,0,0,0,0),(105160,26471,571,1,1,23855,1,3846.75,1492.92,92.5503,4.11898,300,0,0,50400,44070,0,0,0,0),(105162,28263,571,1,1,25262,0,4596.83,-1073.76,165.566,3.50811,300,0,0,31905,0,0,0,0,0),(105163,23911,571,1,1,21904,1,1314.03,-3284.9,177.286,2.4588,300,0,0,3237,0,2,0,0,0),(105164,23911,571,1,1,21902,1,1310.62,-3290.42,174.028,0.925025,300,0,0,3237,0,0,0,0,0),(105165,23911,571,1,1,21903,1,1306.46,-3275.17,177.078,0.785398,300,0,0,3237,0,0,0,0,0),(105166,29543,571,1,1,26331,0,7060.55,-1975.39,768.575,1.37881,300,0,0,60875,0,0,0,0,0),(105167,27751,571,1,1,24777,1,3627.01,1221.11,137.516,5.01471,300,0,0,102820,0,0,0,0,0),(105168,23911,571,1,1,21905,1,1325.48,-3291.26,177.79,4.24115,300,0,0,3237,0,0,0,0,0),(105169,23911,571,1,1,21903,1,1328.05,-3285.6,184.127,1.18682,300,0,0,3237,0,0,0,0,0),(105170,23911,571,1,1,21904,1,1322.24,-3296.95,174.176,0.925025,300,0,0,3237,0,0,0,0,0),(105171,23911,571,1,1,21905,1,1388.67,-3243.52,167.006,3.7001,300,0,0,3237,0,0,0,0,0),(105172,23911,571,1,1,21904,1,1331.07,-3256.4,175.566,4.18879,300,0,0,3237,0,0,0,0,0),(105173,23911,571,1,1,21904,1,1330.82,-3286.57,174.712,2.53073,300,0,0,3237,0,0,0,0,0),(105174,23911,571,1,1,21902,1,1385.17,-3244.64,162.837,2.07694,300,0,0,3237,0,0,0,0,0),(105175,23911,571,1,1,21902,1,1315.8,-3276.73,184.222,2.9147,300,0,0,3237,0,0,0,0,0),(105176,23911,571,1,1,21903,1,1306.18,-3269.15,175.457,5.67232,300,0,0,3237,0,0,0,0,0),(105177,23911,571,1,1,21904,1,1324.08,-3279.49,178.009,4.13643,300,0,0,3237,0,0,0,0,0),(105178,23911,571,1,1,21905,1,1452.82,-3184,165.531,4.45059,300,5,0,3237,0,1,0,0,0),(105179,23911,571,1,1,21903,1,1447.54,-3172.35,165.639,2.33874,300,5,0,3237,0,1,0,0,0),(105180,23911,571,1,1,21903,1,1322.6,-3261.42,184.277,4.27606,300,0,0,3237,0,0,0,0,0),(105181,23911,571,1,1,21903,1,1306.38,-3271.15,184.171,5.74213,300,0,0,3237,0,0,0,0,0),(105182,23655,571,1,1,22144,1,1440.65,-5253.07,207.038,3.21141,300,0,0,6986,0,0,0,0,0),(105183,23655,571,1,1,22143,1,1468.39,-5316.96,196.166,5.74213,300,0,0,6986,0,0,0,0,0),(105184,23655,571,1,1,22144,1,1535.76,-5407.99,190.267,6.08873,300,0,0,6986,0,2,0,0,0),(105185,23655,571,1,1,22143,1,1510.35,-5323.21,197.156,2.26893,300,0,0,6986,0,0,0,0,0),(105186,23655,571,1,1,22144,1,1433.29,-5288.5,195.213,4.13457,300,0,0,6986,0,2,0,0,0),(105187,23655,571,1,1,22143,1,1530.73,-5260.94,202.272,1.19283,300,0,0,6986,0,2,0,0,0),(105188,28519,571,1,1,26857,0,5342.48,-1253.9,244.088,4.87657,300,5,0,10282,0,1,0,0,0),(105189,28519,571,1,1,26857,0,5381.83,-1243.92,249.073,1.16007,300,5,0,10282,0,1,0,0,0),(105190,28519,571,1,1,26857,0,5290.39,-1813.22,242.823,1.42637,300,5,0,10282,0,1,0,0,0),(105191,28519,571,1,1,26857,0,5177.89,-1521.84,235.307,3.1338,300,5,0,10282,0,1,0,0,0),(105192,28519,571,1,1,26857,0,5251.04,-1501.04,236.152,3.06108,300,5,0,10282,0,1,0,0,0),(105193,28519,571,1,1,26857,0,5384.58,-1678.56,247.827,0.632203,300,5,0,10282,0,1,0,0,0),(105194,28519,571,1,1,26857,0,5406.14,-1628.87,248.292,6.01167,300,5,0,10282,0,1,0,0,0),(105195,28519,571,1,1,26857,0,5213.2,-1492.44,238.829,5.06988,300,5,0,10282,0,1,0,0,0),(105196,28519,571,1,1,26857,0,5342,-1243.66,244.021,2.57122,300,5,0,10282,0,1,0,0,0),(105197,28519,571,1,1,26857,0,5442,-1305.72,239.272,1.22378,300,5,0,10282,0,1,0,0,0),(105198,28519,571,1,1,26857,0,5287.41,-1728.52,231.957,3.07396,300,5,0,10282,0,1,0,0,0),(105199,28519,571,1,1,26857,0,5286.15,-1520.77,230.91,6.09909,300,5,0,10282,0,1,0,0,0),(105200,28519,571,1,1,26857,0,5376.52,-1575.04,240.721,1.17706,300,5,0,10282,0,1,0,0,0),(105201,28519,571,1,1,26857,0,5338.59,-1563.91,232.404,3.86086,300,5,0,10282,0,1,0,0,0),(105202,28519,571,1,1,26857,0,5261.38,-1594.34,231.056,4.10939,300,5,0,10282,0,1,0,0,0),(105203,28519,571,1,1,26857,0,5223.75,-1550.17,237.917,4.72753,300,5,0,10282,0,1,0,0,0),(200856,33643,571,1,1,0,1,8531.45,821.792,574.972,4.67748,120,0,0,1,0,0,0,0,0),(105205,28519,571,1,1,26857,0,5391.16,-1347.47,237.079,5.19684,300,5,0,10282,0,1,0,0,0),(105206,28519,571,1,1,26857,0,5308.77,-1480,237.145,3.91874,300,5,0,10282,0,1,0,0,0),(105207,28519,571,1,1,26857,0,5418.61,-1390.5,239.329,0.582246,300,5,0,10282,0,1,0,0,0),(105208,28519,571,1,1,26857,0,5471.66,-1388.35,239.329,1.01727,300,5,0,10282,0,1,0,0,0),(105209,28519,571,1,1,26857,0,5249.58,-1456.98,238.176,3.59694,300,5,0,10282,0,1,0,0,0),(105210,28519,571,1,1,26857,0,5304.07,-1435.47,238.893,5.30633,300,5,0,10282,0,1,0,0,0),(105211,28519,571,1,1,26857,0,5398.67,-1451.72,240.055,6.17706,300,5,0,10282,0,1,0,0,0),(105212,28519,571,1,1,26857,0,5341.52,-1431.22,238.204,4.84484,300,5,0,10282,0,1,0,0,0),(105213,28519,571,1,1,26857,0,5348.38,-1506.23,237.405,0.827208,300,5,0,10282,0,1,0,0,0),(105214,28519,571,1,1,26857,0,5357.27,-1378.59,237.079,5.12744,300,5,0,10282,0,1,0,0,0),(105215,28519,571,1,1,26857,0,5377.33,-1501.24,240.546,2.11138,300,5,0,10282,0,1,0,0,0),(105216,28519,571,1,1,26857,0,5158.68,-1493.03,235.184,3.6157,300,5,0,10282,0,1,0,0,0),(105217,28519,571,1,1,26857,0,5398.22,-1631.09,249.197,0.287154,300,5,0,10282,0,1,0,0,0),(105218,28519,571,1,1,26857,0,5362.89,-1247.73,247.464,-2.48556,300,0,0,10282,0,0,0,0,0),(105219,28519,571,1,1,26857,0,5320.04,-1259.31,240.139,-2.8055,300,0,0,10282,0,0,0,0,0),(105220,28519,571,1,1,26857,0,5385.99,-1686.74,246.702,3.64703,300,5,0,10282,0,1,0,0,0),(200851,33687,571,1,1,0,0,8026.11,2686.62,550.965,3.27855,300,0,0,107848,4169,2,0,0,0),(105222,28519,571,1,1,26857,0,5329.92,-1377.57,240.596,-2.89458,300,0,0,10282,0,0,0,0,0),(105223,28519,571,1,1,26857,0,5256,-1448.45,237.202,0.262297,300,5,0,10282,0,1,0,0,0),(105224,28519,571,1,1,26857,0,5375,-1427.97,237.088,1.5708,300,5,0,10282,0,1,0,0,0),(105225,28519,571,1,1,26857,0,5373.3,-1409.58,237.079,4.91321,300,5,0,10282,0,1,0,0,0),(105226,28519,571,1,1,26857,0,5338.49,-1419.66,240.329,2.37272,300,5,0,10282,0,1,0,0,0),(105227,28519,571,1,1,26857,0,5376.6,-1282.29,237.023,0.510414,300,5,0,10282,0,1,0,0,0),(105228,28519,571,1,1,26857,0,5337.04,-1517.67,236.531,4.25226,300,5,0,10282,0,1,0,0,0),(105230,28519,571,1,1,26857,0,5382.59,-1486.39,239.859,1.32465,300,5,0,10282,0,1,0,0,0),(105231,28519,571,1,1,26857,0,5365.06,-1579.29,237.816,2.57419,300,5,0,10282,0,1,0,0,0),(105232,27496,571,1,1,26612,0,2786.73,-2126.01,23.5204,4.45059,300,0,0,11052,0,0,0,0,0),(105233,31080,571,1,1,27465,1,5714.02,543.525,652.941,0.366519,300,0,0,50400,3994,0,0,0,0),(105234,31848,571,1,1,27756,0,5783.38,839.359,680.425,5.42797,300,0,0,12600,0,0,0,0,0),(105235,28264,571,1,1,25263,1,4572.22,-1065.02,166.106,5.79449,300,0,0,15952,0,0,0,0,0),(105236,26472,571,1,1,239,0,5167.64,-4598.8,285.132,2.83568,300,5,0,10282,0,1,0,0,0),(105237,28776,571,1,1,25674,0,5762.86,628.569,650.175,4.03171,300,0,0,10635,0,0,0,0,0),(105238,28008,571,1,1,11686,0,4309.54,443.312,40.2775,6.05629,300,0,0,8982,0,0,0,0,0),(105239,28008,571,1,1,11686,0,4274.86,445.82,19.673,5.46288,300,0,0,8982,0,0,0,0,0),(105240,28008,571,1,1,11686,0,4280.81,426.039,22.253,3.45575,300,0,0,8982,0,0,0,0,0),(105241,24168,571,1,1,22171,1,404.994,-4594.19,242.132,3.66519,300,0,0,9610,0,0,0,0,0),(105242,27496,571,1,1,26612,0,2875.63,-2006.26,48.1325,3.52556,300,0,0,11052,0,0,0,0,0),(105243,29544,571,1,1,24531,0,7116.35,-2036.6,768.26,2.32129,300,0,0,48700,0,0,0,0,0),(105244,26472,571,1,1,23958,0,5070.62,-4851.34,286.045,3.80955,300,5,0,10282,0,1,0,0,0),(105245,26984,571,1,1,24222,1,462.244,-4651.81,247.488,2.87979,300,0,0,8982,0,0,0,0,0),(105246,28008,571,1,1,11686,0,4220.84,546.179,11.8212,3.82227,300,0,0,8982,0,0,0,0,0),(105247,28008,571,1,1,11686,0,4403.63,471.267,44.5637,1.15192,300,0,0,8982,0,0,0,0,0),(105248,28008,571,1,1,11686,0,4290.14,625.906,29.6637,4.93928,300,0,0,8982,0,0,0,0,0),(105249,26472,571,1,1,23960,0,5084.86,-4386.4,281.887,0.087463,300,5,0,10282,0,1,0,0,0),(105250,26472,571,1,1,23960,0,5017.03,-4478.05,279.043,5.95098,300,5,0,10282,0,1,0,0,0),(105251,26472,571,1,1,23960,0,5017.16,-4507.71,282.07,5.93107,300,5,0,10282,0,1,0,0,0),(105252,27496,571,1,1,26612,0,2847.92,-2163.62,31.9252,0.069813,300,0,0,11052,0,0,0,0,0),(105253,26472,571,1,1,23959,0,5023.95,-4380.69,274.909,6.27,300,5,0,10282,0,1,0,0,0),(105254,26472,571,1,1,23959,0,5059.09,-4408.72,276.483,0.0664,300,5,0,10282,0,1,0,0,0),(105255,26472,571,1,1,239,0,5104.03,-4549.15,284.529,4.43404,300,5,0,10282,0,1,0,0,0),(105256,26472,571,1,1,239,0,5024.26,-4418.91,276.661,5.85014,300,5,0,10282,0,1,0,0,0),(105257,26472,571,1,1,23959,0,5048.56,-4520.19,281.505,4.3607,300,5,0,10282,0,1,0,0,0),(105258,26472,571,1,1,23958,0,5059.93,-4484.64,279.282,6.23923,300,5,0,10282,0,1,0,0,0),(105259,26472,571,1,1,23958,0,5109.49,-4548.76,284.529,4.43393,300,5,0,10282,0,1,0,0,0),(105260,26472,571,1,1,23960,0,5113.42,-4544.96,284.404,4.43385,300,5,0,10282,0,1,0,0,0),(105261,26472,571,1,1,23959,0,5113.99,-4539.51,284.404,4.43476,300,5,0,10282,0,1,0,0,0),(105262,26472,571,1,1,23960,0,5045.66,-4462.04,277.638,6.23775,300,5,0,10282,0,1,0,0,0),(105263,26472,571,1,1,23958,0,4866.03,-4348.31,253.075,2.31869,300,5,0,10282,0,1,0,0,0),(105264,26472,571,1,1,23958,0,5110.92,-4534.98,284.279,4.43384,300,5,0,10282,0,1,0,0,0),(105265,26472,571,1,1,23960,0,5105.66,-4533.48,284.154,4.43417,300,5,0,10282,0,1,0,0,0),(105266,26472,571,1,1,239,0,4945.66,-4425.59,265.239,1.47242,300,5,0,10282,0,1,0,0,0),(105267,26472,571,1,1,23958,0,5118.18,-4577.9,283.91,1.60583,300,5,0,10282,0,1,0,0,0),(105268,26472,571,1,1,23959,0,5070.48,-4581.38,282.201,4.65752,300,5,0,10282,0,1,0,0,0),(105269,26472,571,1,1,23960,0,5082.24,-4548.48,281.638,2.33693,300,5,0,10282,0,1,0,0,0),(105270,26472,571,1,1,239,0,5106.23,-4541.46,284.404,4.43445,300,0,0,10282,0,0,0,0,0),(105271,26472,571,1,1,23959,0,5100.66,-4535.71,283.779,4.43412,300,5,0,10282,0,1,0,0,0),(105272,26472,571,1,1,23960,0,5098.27,-4540.63,283.799,4.43503,300,5,0,10282,0,1,0,0,0),(105273,26472,571,1,1,23958,0,5099.6,-4545.94,284.174,4.43397,300,5,0,10282,0,1,0,0,0),(105274,26472,571,1,1,23958,0,5082.54,-4488.99,280.452,2.81681,300,5,0,10282,0,1,0,0,0),(105275,26472,571,1,1,23959,0,5127.64,-4560.24,282.994,5.96651,300,5,0,10282,0,1,0,0,0),(105276,26472,571,1,1,23960,0,5113.33,-4513.55,283.293,2.31821,300,5,0,10282,0,1,0,0,0),(105277,23656,571,1,1,22146,1,1013.57,-5433.87,192.217,5.14872,300,0,0,5588,6882,0,0,0,0),(105278,23656,571,1,1,22146,1,1017.9,-5466.78,187.26,5.14837,300,0,0,5588,6882,2,0,0,0),(105279,23656,571,1,1,21966,1,815.954,-5480.1,212.149,2.63562,300,0,0,5588,6882,2,0,0,0),(105280,23656,571,1,1,22146,1,989.272,-5559.4,188.772,4.18879,300,5,0,5588,6882,1,0,0,0),(105281,26472,571,1,1,239,0,4444.62,-3996.66,181.875,0.909419,300,5,0,10282,0,1,0,0,0),(105282,26472,571,1,1,239,0,4439.71,-4002.97,180.94,0.908802,300,0,0,10282,0,0,0,0,0),(105283,26472,571,1,1,239,0,4410.69,-3967.33,180.319,3.89413,300,5,0,10282,0,1,0,0,0),(105284,26472,571,1,1,23959,0,4871.95,-4353.77,253.856,2.39419,300,5,0,10282,0,1,0,0,0),(105285,26472,571,1,1,23959,0,4864.64,-4354.1,251.392,2.34298,300,5,0,10282,0,1,0,0,0),(105286,26472,571,1,1,23959,0,4866.31,-4359.29,251.31,2.38657,300,5,0,10282,0,1,0,0,0),(105287,26472,571,1,1,23960,0,4993.7,-4854.93,297.302,0.125324,300,5,0,10282,0,1,0,0,0),(105288,26472,571,1,1,239,0,4987.39,-4826.4,286.947,3.12987,300,5,0,10282,0,1,0,0,0),(105289,26472,571,1,1,23958,0,5045.73,-4911.84,334.791,0.078195,300,5,0,10282,0,1,0,0,0),(105290,26472,571,1,1,23958,0,4960.89,-4837.5,307.932,5.12062,300,0,0,10282,0,0,0,0,0),(105291,26472,571,1,1,23959,0,4964.06,-4844.85,309.682,5.12069,300,5,0,10282,0,1,0,0,0),(105292,26472,571,1,1,239,0,4968.04,-4841.09,306.705,5.07783,300,5,0,10282,0,1,0,0,0),(105293,26472,571,1,1,23958,0,4968.67,-4835.65,304.83,0.745875,300,5,0,10282,0,1,0,0,0),(105294,26472,571,1,1,239,0,4958.65,-4830.29,305.293,5.01171,300,5,0,10282,0,1,0,0,0),(105295,26472,571,1,1,23960,0,4960.41,-4829.52,304.755,5.12714,300,5,0,10282,0,1,0,0,0),(105296,26472,571,1,1,239,0,4955.39,-4831.69,306.005,5.12771,300,5,0,10282,0,1,0,0,0),(105297,26472,571,1,1,23959,0,4952.94,-4836.58,308.182,4.65533,300,5,0,10282,0,1,0,0,0),(105298,26472,571,1,1,239,0,4954.17,-4841.67,309.807,4.8367,300,5,0,10282,0,1,0,0,0),(105299,26472,571,1,1,23958,0,4958.6,-4845.17,310.432,5.1236,300,5,0,10282,0,1,0,0,0),(105300,26472,571,1,1,239,0,5002.11,-4893.64,329.592,2.38933,300,5,0,10282,0,1,0,0,0),(105301,26472,571,1,1,23959,0,4406.31,-3960.64,180.961,3.89538,300,0,0,10282,0,0,0,0,0),(105302,26472,571,1,1,23960,0,4403.41,-3976.85,179.694,4.03393,300,5,0,10282,0,1,0,0,0),(105303,26472,571,1,1,23958,0,4413.67,-3957.49,181.211,3.88692,300,5,0,10282,0,1,0,0,0),(105304,26472,571,1,1,239,0,4409.92,-3953.5,181.336,3.89582,300,5,0,10282,0,1,0,0,0),(105305,26472,571,1,1,23959,0,4404.49,-3952.85,181.586,3.89537,300,5,0,10282,0,1,0,0,0),(105306,23656,571,1,1,21966,1,882.615,-5602.69,204.221,4.43314,300,0,0,5588,6882,0,0,0,0),(105307,26472,571,1,1,23958,0,4358.67,-4461.07,145.578,5.05252,300,5,0,10282,0,1,0,0,0),(105308,26472,571,1,1,23960,0,4393.71,-4453.96,139.794,2.11657,300,5,0,10282,0,1,0,0,0),(105309,23656,571,1,1,21966,1,942.448,-5488.93,186.327,5.65487,300,0,0,5588,6882,0,0,0,0),(105310,26472,571,1,1,23959,0,4386.4,-4453.49,141.377,1.47696,300,5,0,10282,0,1,0,0,0),(105311,23656,571,1,1,22146,1,855.726,-5390.2,199.596,3.62776,300,5,0,5588,6882,1,0,0,0),(105312,23656,571,1,1,22146,1,889.771,-5500.97,194.483,0.331613,300,0,0,5588,6882,0,0,0,0),(105313,23656,571,1,1,22146,1,951.282,-5369.69,185.741,6.09835,300,5,0,5588,6882,1,0,0,0),(105314,23656,571,1,1,21966,1,900.342,-5332.08,179.864,0.558312,300,5,0,5588,6882,1,0,0,0),(105315,23656,571,1,1,21966,1,941.366,-5510.49,186.268,0.314159,300,0,0,5588,6882,0,0,0,0),(105316,23656,571,1,1,22146,1,973.941,-5516.93,185.796,2.28638,300,0,0,5588,6882,0,0,0,0),(105317,26472,571,1,1,23959,0,4401.5,-3999.27,178.194,5.76199,300,5,0,10282,0,1,0,0,0),(105318,23656,571,1,1,22146,1,839.51,-5353.13,189.687,2.03478,300,5,0,5588,6882,1,0,0,0),(105319,26472,571,1,1,23960,0,4364.65,-4065.33,183.109,3.68039,300,5,0,10282,0,1,0,0,0),(105320,26472,571,1,1,23960,0,4440.57,-3956.5,183.574,4.58633,300,5,0,10282,0,1,0,0,0),(105321,26472,571,1,1,23959,0,4434.79,-4009.28,179.815,0.908184,300,5,0,10282,0,1,0,0,0),(105322,26472,571,1,1,23959,0,4378.35,-3987.87,181.18,4.57503,300,5,0,10282,0,1,0,0,0),(105323,23656,571,1,1,21966,1,943.122,-5368.37,185.747,3.07178,300,5,0,5588,6882,1,0,0,0),(105324,26472,571,1,1,23958,0,4396.56,-4361.51,155.046,1.0486,300,5,0,10282,0,1,0,0,0),(105325,26472,571,1,1,23960,0,4387.33,-4328.98,158.344,0.01839,300,5,0,10282,0,1,0,0,0),(105326,26472,571,1,1,239,0,4346.95,-4413.52,151.682,5.30373,300,5,0,10282,0,1,0,0,0),(105327,26472,571,1,1,239,0,4374.81,-4470.97,140.697,1.08532,300,5,0,10282,0,1,0,0,0),(105328,26472,571,1,1,23960,0,4389.1,-4450.75,141.411,2.31682,300,5,0,10282,0,1,0,0,0),(105329,26472,571,1,1,23959,0,4384.95,-4451.74,142.066,2.27179,300,5,0,10282,0,1,0,0,0),(105330,26472,571,1,1,239,0,4382.48,-4455.13,141.844,1.28892,300,5,0,10282,0,1,0,0,0),(105331,26472,571,1,1,239,0,4382.75,-4459.34,141.007,0.926748,300,5,0,10282,0,1,0,0,0),(105332,26472,571,1,1,239,0,4385.25,-4463.11,139.65,1.06693,300,5,0,10282,0,1,0,0,0),(105333,26472,571,1,1,23959,0,4427.04,-4339.91,156.913,5.05249,300,0,0,10282,0,2,0,0,0),(105334,26472,571,1,1,23960,0,4353.2,-4461.02,146.828,5.05572,300,5,0,10282,0,1,0,0,0),(105335,26472,571,1,1,23960,0,4846.24,-4244.51,250.493,4.88805,300,5,0,10282,0,1,0,0,0),(105336,26472,571,1,1,23960,0,4762.27,-4328.92,219.768,2.92263,300,5,0,10282,0,1,0,0,0),(105337,26472,571,1,1,23958,0,4809.29,-4205.97,242.728,4.13351,300,5,0,10282,0,1,0,0,0),(105338,26472,571,1,1,23959,0,4870.9,-4362.17,252.978,2.43424,300,5,0,10282,0,1,0,0,0),(105339,26472,571,1,1,23959,0,4876.31,-4361.41,254.491,2.46511,300,5,0,10282,0,1,0,0,0),(105340,26472,571,1,1,23958,0,4879.98,-4357.36,255.467,2.4653,300,5,0,10282,0,1,0,0,0),(105341,26472,571,1,1,23958,0,4880.19,-4351.9,255.489,2.42981,300,5,0,10282,0,1,0,0,0),(105342,26472,571,1,1,23958,0,4876.83,-4347.58,255.636,2.37466,300,5,0,10282,0,1,0,0,0),(105343,26472,571,1,1,23959,0,4871.51,-4346.46,254.958,2.3303,300,5,0,10282,0,1,0,0,0),(105344,26472,571,1,1,23959,0,4754.3,-4341.39,213.098,1.72709,300,5,0,10282,0,1,0,0,0),(105345,26472,571,1,1,23958,0,4745.27,-4199.02,231.14,5.20137,300,5,0,10282,0,1,0,0,0),(105346,26472,571,1,1,239,0,4712.93,-4262.24,211.756,3.9774,300,5,0,10282,0,1,0,0,0),(105347,26472,571,1,1,239,0,4658.33,-4306.99,195.594,4.39696,300,5,0,10282,0,1,0,0,0),(105348,26472,571,1,1,239,0,4648.38,-4255.83,202.55,5.60324,300,5,0,10282,0,1,0,0,0),(105349,26472,571,1,1,23958,0,4402.51,-4058.45,178.039,3.42011,300,0,0,10282,0,2,0,0,0),(105350,26472,571,1,1,239,0,4401.44,-4000.33,178.173,5.13283,300,5,0,10282,0,1,0,0,0),(105351,27496,571,1,1,26612,0,2873.56,-1804.47,35.7285,6.17846,300,0,0,11052,0,0,0,0,0),(105352,26472,571,1,1,23960,0,4782.48,-4296.17,233.709,5.07092,300,5,0,10282,0,1,0,0,0),(105353,26472,571,1,1,239,0,4819.07,-4296.5,244.221,4.66651,300,5,0,10282,0,1,0,0,0),(200110,27470,571,1,1,0,1,3207.76,-1960.65,86.1141,3.77611,25,0,0,1,0,0,0,0,0),(105355,25448,571,1,1,23206,1,3646.87,5676.2,66.243,-1.48359,300,0,0,9610,3309,0,0,0,0),(105356,26473,571,1,1,10317,0,4909.51,319.398,137.759,0.733038,300,0,0,21270,0,0,0,0,0),(105357,25449,571,1,1,23203,1,3715.68,5533.02,57.619,4.64258,300,0,0,7984,3080,0,0,0,0),(105358,31081,571,1,1,27587,1,5805.43,490.447,657.279,5.55015,300,0,0,12600,0,0,0,0,0),(105359,29801,571,1,1,26564,1,8392.55,-392.938,903.202,0.942478,300,0,0,36525,0,0,0,0,0),(105361,26985,571,1,1,24229,1,3830.37,1485.49,92.0606,0.837758,300,0,0,9940,0,2,0,0,0),(105362,26217,571,1,1,23696,1,4552.84,-4168.47,173.67,3.24631,300,0,0,42540,3561,0,0,0,0),(105363,26217,571,1,1,23694,1,4542.62,-4229.03,170.818,4.06662,300,0,0,42540,3561,0,0,0,0),(105364,26217,571,1,1,23695,1,4536.22,-4156.36,173.84,3.75246,300,0,0,42540,3561,0,0,0,0),(105365,26217,571,1,1,23695,1,4529.5,-4187.33,173.734,4.31096,300,0,0,42540,3561,0,0,0,0),(105366,26217,571,1,1,23695,1,4563.17,-4173.47,173.811,2.70526,300,0,0,42540,3561,0,0,0,0),(105367,26217,571,1,1,23694,1,4517.91,-4257.7,170.134,3.87463,300,0,0,42540,3561,0,0,0,0),(105368,26217,571,1,1,23694,1,4527.32,-4200.9,173.608,4.95674,300,0,0,42540,3561,0,0,0,0),(105369,26217,571,1,1,23696,1,4548.32,-4208.88,170.669,4.80525,300,0,0,42540,3561,0,0,0,0),(105370,26217,571,1,1,23694,1,4544.69,-4164.07,173.659,3.1765,300,0,0,42540,3561,0,0,0,0),(105371,26217,571,1,1,23694,1,4553.9,-4185.1,173.663,3.21141,300,0,0,42540,3561,0,0,0,0),(105372,30569,571,1,1,27140,0,6893.54,-4118.87,467.437,0.349066,300,0,0,34137,0,0,0,0,0),(105373,26217,571,1,1,23696,1,4522.77,-4161.47,171.546,1.81514,300,0,0,42540,3561,0,0,0,0),(105374,26217,571,1,1,23696,1,4522.45,-4261.83,169.995,3.97935,300,0,0,42540,3561,0,0,0,0),(105375,26217,571,1,1,23697,1,4523.09,-4193.62,173.809,0.20944,300,0,0,42540,3561,0,0,0,0),(105376,26217,571,1,1,23696,1,4542.03,-4196.29,173.235,4.75431,300,0,0,42540,3561,2,0,0,0),(105377,26217,571,1,1,23694,1,4566.78,-4184.85,173.844,0.139626,300,0,0,42540,3561,0,0,0,0),(105378,26217,571,1,1,23695,1,4520.51,-4205.97,171.187,3.64774,300,0,0,42540,3561,0,0,0,0),(105379,26217,571,1,1,23695,1,4543.38,-4233.45,170.818,2.79253,300,0,0,42540,3561,0,0,0,0),(105380,26217,571,1,1,23694,1,4545.82,-4194.21,173.753,3.1765,300,0,0,42540,3561,0,0,0,0),(105381,26217,571,1,1,23695,1,4567.78,-4173.4,173.746,3.21141,300,0,0,42540,3561,0,0,0,0),(105382,26217,571,1,1,23696,1,4513.3,-4239.39,170.422,3.14159,300,0,0,42540,3561,0,0,0,0),(105383,26217,571,1,1,23696,1,4557.08,-4188.17,173.809,0.349066,300,0,0,42540,3561,0,0,0,0),(105384,26217,571,1,1,23694,1,4564.48,-4180.15,173.61,3.99238,300,0,0,42540,3561,2,0,0,0),(105385,26217,571,1,1,23695,1,4548.49,-4228.8,170.558,3.42946,300,0,0,42540,3561,2,0,0,0),(105386,26217,571,1,1,23697,1,4522.01,-4218.12,170.004,3.15905,300,0,0,42540,3561,0,0,0,0),(105387,26217,571,1,1,23696,1,4536.54,-4217.82,170.558,1.05112,300,0,0,42540,3561,2,0,0,0),(105388,26217,571,1,1,23696,1,4534.51,-4227.13,170.784,5.28835,300,0,0,42540,3561,0,0,0,0),(105389,28009,571,1,1,26275,0,5760.98,5294.81,-99.2477,4.87639,300,5,0,10635,0,1,0,0,0),(105390,28009,571,1,1,26275,0,5634.24,5514.09,-83.928,-0.538475,300,0,0,10635,0,0,0,0,0),(105391,28009,571,1,1,26279,0,5633.79,5504.67,-85.0684,1.43944,300,0,0,10635,0,0,0,0,0),(105392,28009,571,1,1,26279,0,5540.49,5681.65,-81.7046,2.15582,300,0,0,10635,0,0,0,0,0),(105393,28009,571,1,1,26275,0,5550.26,5647.41,-88.8046,0.078195,300,0,0,10635,0,0,0,0,0),(105394,28009,571,1,1,26275,0,6146.32,5514.1,-63.5297,2.99057,300,5,0,10635,0,1,0,0,0),(105395,28009,571,1,1,26279,0,6086.19,5513.76,-72.2679,0.101488,300,5,0,10635,0,1,0,0,0),(105396,28009,571,1,1,26275,0,5816.52,5904.83,-39.7307,1.58649,300,0,0,10635,0,0,0,0,0),(105397,28009,571,1,1,26279,0,5806.79,5908.08,-40.8294,1.30409,300,0,0,10635,0,0,0,0,0),(105398,28009,571,1,1,26275,0,5599.04,5954.93,-45.3118,3.41235,300,5,0,10635,0,1,0,0,0),(105399,28009,571,1,1,26275,0,5815.02,5729.04,-67.3623,5.32677,300,5,0,10635,0,1,0,0,0),(105400,28009,571,1,1,26275,0,5833.35,5834.25,-51.6881,4.7368,300,5,0,10635,0,1,0,0,0),(105401,28009,571,1,1,26279,0,5729.86,5925.84,-47.5183,4.67598,300,5,0,10635,0,1,0,0,0),(105402,28009,571,1,1,26275,0,5893.66,5785.37,-53.4351,6.26972,300,5,0,10635,0,1,0,0,0),(105403,28009,571,1,1,26275,0,6008.38,5677.45,-55.9311,0.486154,300,5,0,10635,0,1,0,0,0),(105404,28009,571,1,1,26275,0,5659.31,5917.26,-51.7555,5.44543,300,0,0,10635,0,0,0,0,0),(105405,28009,571,1,1,26275,0,5664.23,5834.93,-65.0066,4.85202,300,0,0,10635,0,0,0,0,0),(105406,28009,571,1,1,26275,0,6111.77,5637.96,-45.1963,2.46525,300,5,0,10635,0,1,0,0,0),(105407,28009,571,1,1,26275,0,6135.18,5517.63,-65.914,2.6502,300,5,0,10635,0,1,0,0,0),(105408,28009,571,1,1,26275,0,6092.97,5508.53,-73.1429,5.33419,300,5,0,10635,0,1,0,0,0),(105409,28009,571,1,1,26275,0,6129.15,5562.58,-56.412,0.573971,300,5,0,10635,0,1,0,0,0),(105410,28009,571,1,1,26279,0,6074.88,5644.35,-50.6462,5.70211,300,5,0,10635,0,1,0,0,0),(105411,28009,571,1,1,26279,0,6038.42,5630.45,-60.6178,5.60363,300,5,0,10635,0,1,0,0,0),(105412,28009,571,1,1,26275,0,5932.63,5588.96,-73.017,4.92183,300,0,0,10635,0,0,0,0,0),(105413,28009,571,1,1,26279,0,6016.53,5679.17,-54.517,4.02525,300,5,0,10635,0,1,0,0,0),(105414,23657,571,1,1,22145,1,1458.96,-5248.26,210.977,0.314159,300,0,0,6986,2991,0,0,0,0),(105415,23657,571,1,1,22139,1,1484.12,-5228.74,205.815,0.443603,300,5,0,6986,2991,1,0,0,0),(105416,23657,571,1,1,22139,1,1430.09,-5185.63,191.611,3.1765,300,0,0,6986,2991,0,0,0,0),(105417,23657,571,1,1,22145,1,1276.76,-5232.03,171.927,2.17357,300,5,0,6986,2991,1,0,0,0),(105418,27497,571,1,1,24668,1,4469.31,-2261.68,181.176,6.05629,300,0,0,41128,0,0,0,0,0),(105419,24681,571,1,1,22132,0,720.983,-3252.39,24.7879,1.68217,300,0,0,8982,0,0,0,0,0),(105420,24681,571,1,1,22132,0,432.391,-3358.85,52.6274,3.68877,300,5,0,8982,0,1,0,0,0),(105421,24681,571,1,1,22132,0,432.001,-3375.35,52.8122,-0.417682,300,0,0,8982,0,0,0,0,0),(105422,24681,571,1,1,22132,0,622.769,-3251.09,25.444,4.0996,300,0,0,8982,0,0,0,0,0),(105423,24681,571,1,1,22132,0,625.461,-3258.4,25.444,3.8762,300,0,0,8982,0,0,0,0,0),(105424,24681,571,1,1,22132,0,461.318,-3370.44,50.5927,6.24804,300,5,0,8982,0,1,0,0,0),(105425,24681,571,1,1,22132,0,724.695,-3247.89,25.1995,2.02458,300,0,0,8982,0,0,0,0,0),(105426,24681,571,1,1,22132,0,601.825,-3273.73,27.3741,3.9968,300,0,0,8982,0,0,0,0,0),(105427,23657,571,1,1,22145,1,1561.08,-5299.63,201.76,1.46401,300,0,0,6986,2991,2,0,0,0),(105428,23657,571,1,1,22139,1,1443.46,-5315.71,198.442,0.855211,300,0,0,6986,2991,0,0,0,0),(105430,25449,571,1,1,23203,1,3595.51,5537.04,47.1724,3.89208,300,0,0,7984,3080,0,0,0,0),(105431,25449,571,1,1,23204,1,3562.01,5617.83,45.7883,5.70723,300,0,0,7984,3080,0,0,0,0),(105432,25449,571,1,1,23203,1,3743.92,5535.72,38.2831,0.174533,300,0,0,7984,3080,0,0,0,0),(105433,25449,571,1,1,23204,1,3674.39,5717.39,65.2844,2.47837,300,0,0,7984,3080,0,0,0,0),(105434,25449,571,1,1,23203,1,3714.72,5727.34,62.0826,2.58309,300,0,0,7984,3080,0,0,0,0),(105435,25449,571,1,1,23204,1,3709.63,5703.83,61.6686,2.63545,300,0,0,7984,3080,0,0,0,0),(105436,25449,571,1,1,23203,1,3607.14,5466.82,31.0485,0.349066,300,0,0,7984,3080,0,0,0,0),(105437,24681,571,1,1,22132,0,494.254,-3139.27,25.3103,4.17015,300,0,0,8982,0,0,0,0,0),(105438,24681,571,1,1,22132,0,496.481,-3130.67,25.3103,4.43007,300,0,0,8982,0,0,0,0,0),(105439,24681,571,1,1,22132,0,742.359,-3160.95,27.6539,2.4119,300,0,0,8982,0,0,0,0,0),(105440,24681,571,1,1,22132,0,749.78,-3156.27,27.6375,0.340117,300,0,0,8982,0,0,0,0,0),(105441,25449,571,1,1,23203,1,3750.79,5616.68,39.1966,5.93412,300,0,0,7984,3080,0,0,0,0),(105442,25449,571,1,1,23204,1,3722.23,5659.61,33.2292,1.65806,300,0,0,7984,3080,0,0,0,0),(105443,25449,571,1,1,23203,1,3717.33,5667.74,32.3499,6.21337,300,0,0,7984,3080,0,0,0,0),(105444,25449,571,1,1,23203,1,3732.29,5582.83,37.4207,5.84685,300,0,0,7984,3080,0,0,0,0),(105445,25449,571,1,1,23203,1,3705.18,5640.03,32.6857,6.12611,300,0,0,7984,3080,0,0,0,0),(105446,25449,571,1,1,23203,1,3742.68,5603.46,39.2963,4.93928,300,0,0,7984,3080,0,0,0,0),(105447,25449,571,1,1,23204,1,3547.53,5483.19,28.8217,1.15192,300,0,0,7984,3080,0,0,0,0),(105448,25449,571,1,1,23204,1,3552.22,5577.01,48.9713,0.785398,300,0,0,7984,3080,0,0,0,0),(105449,25449,571,1,1,23203,1,3612.72,5696.8,67.7275,1.27409,300,0,0,7984,3080,0,0,0,0),(105450,25449,571,1,1,23203,1,3507.26,5570,65.8378,3.05433,300,0,0,7984,3080,0,0,0,0),(105451,25449,571,1,1,23204,1,3767.35,5630.62,47.1018,4.99164,300,0,0,7984,3080,0,0,0,0),(105452,25449,571,1,1,23204,1,3502.28,5651.83,62.1308,-2.36095,300,0,0,7984,3080,0,0,0,0),(105453,25449,571,1,1,23203,1,3502.05,5668.27,59.0008,2.77507,300,0,0,7984,3080,0,0,0,0),(105454,25449,571,1,1,23204,1,3503.08,5650.28,62.5353,4.38078,300,0,0,7984,3080,0,0,0,0),(105455,25449,571,1,1,23204,1,3486.93,5624.06,65.2379,4.72984,300,0,0,7984,3080,0,0,0,0),(105456,25449,571,1,1,23204,1,3540.39,5458.76,33.9998,3.29867,300,0,0,7984,3080,0,0,0,0),(105457,25449,571,1,1,23204,1,3531.28,5537.29,65.6477,5.39919,300,0,0,7984,3080,0,0,0,0),(105458,25449,571,1,1,23204,1,3574.98,5460.81,31.9069,6.00393,300,0,0,7984,3080,0,0,0,0),(105459,25449,571,1,1,23203,1,3739.78,5553.26,37.379,5.8294,300,0,0,7984,3080,0,0,0,0),(105460,25449,571,1,1,23204,1,3572.63,5447.17,34.9858,5.96903,300,0,0,7984,3080,0,0,0,0),(105461,25449,571,1,1,23204,1,3557.06,5517.57,27.1998,3.56047,300,0,0,7984,3080,0,0,0,0),(105462,25449,571,1,1,23204,1,3571.01,5553.15,30.4079,1.5708,300,0,0,7984,3080,0,0,0,0),(105463,25449,571,1,1,23204,1,3514.76,5591.35,63.5539,3.00197,300,0,0,7984,3080,0,0,0,0),(105464,25449,571,1,1,23203,1,3569.91,5613.96,32.6948,2.51327,300,0,0,7984,3080,0,0,0,0),(105465,25449,571,1,1,23203,1,3531.71,5612.38,54.4951,3.9968,300,0,0,7984,3080,0,0,0,0),(105466,25449,571,1,1,23203,1,3661.32,5546.96,33.0705,1.01229,300,0,0,7984,3080,0,0,0,0),(105467,25449,571,1,1,23204,1,3651.86,5642.04,34.6686,2.60054,300,0,0,7984,3080,0,0,0,0),(105468,25449,571,1,1,23204,1,3668.28,5521.75,33.0052,5.77704,300,0,0,7984,3080,0,0,0,0),(105469,25449,571,1,1,23204,1,3654.34,5507.58,33.1171,3.4383,300,0,0,7984,3080,0,0,0,0),(105470,25449,571,1,1,23203,1,3623.38,5637,30.1231,4.04916,300,0,0,7984,3080,0,0,0,0),(105471,25449,571,1,1,23204,1,3635.98,5642.52,34.6686,0.750492,300,0,0,7984,3080,0,0,0,0),(105472,25449,571,1,1,23204,1,3577.43,5582.68,36.1652,3.38594,300,0,0,7984,3080,0,0,0,0),(105473,25449,571,1,1,23204,1,3577.95,5560.81,30.579,3.82227,300,0,0,7984,3080,0,0,0,0),(105474,25449,571,1,1,23203,1,3568.12,5524.31,28.3489,-1.19176,300,0,0,7984,3080,0,0,0,0),(105475,25449,571,1,1,23204,1,3524.05,5532.52,66.3637,3.83972,300,0,0,7984,3080,0,0,0,0),(105476,25449,571,1,1,23203,1,3500.95,5642.2,62.8358,1.76278,300,0,0,7984,3080,0,0,0,0),(105483,26986,571,1,1,22121,0,3455.75,4178.84,17.2764,4.59022,300,0,0,8982,0,0,0,0,0),(105484,28010,571,1,1,2601,0,5350,3819.2,-81.4521,1.52489,300,20,0,10635,0,1,0,0,0),(105485,28010,571,1,1,2601,0,5396.8,3789.27,-78.8527,6.06356,300,20,0,10635,0,1,0,0,0),(105486,28010,571,1,1,2601,0,5343.24,3774.56,-84.5145,2.78648,300,20,0,10635,0,1,0,0,0),(105487,30058,571,1,1,26749,1,3503.5,354.602,-113.677,2.9147,300,0,0,11001,0,0,0,0,0),(105488,30058,571,1,1,26741,1,3595.85,349.807,-113.636,2.14675,300,0,0,11001,0,0,0,0,0),(105489,30058,571,1,1,26741,1,3572.08,361.8,-113.677,0.349066,300,0,0,11001,0,0,0,0,0),(105490,25450,571,1,2,17582,0,1802.59,6057.35,3.21012,3.9619,300,0,0,9940,0,0,0,0,0),(105491,29546,571,1,1,26328,0,6291.77,-1369.37,425.35,4.29351,300,5,0,11379,0,1,0,0,0),(105492,29802,571,1,1,26557,0,5810.22,683.338,653.682,5.71801,300,0,0,42,0,0,0,0,0),(105493,25194,571,1,1,14574,0,4974.26,1179.76,227.542,2.09439,300,0,0,8982,0,0,0,0,0),(105494,28266,571,1,1,25264,0,5589.55,5822.47,-68.7008,1.46608,300,0,0,11379,0,0,0,0,0),(105495,30058,571,1,1,26749,1,3481.94,338.69,-113.677,1.69297,300,0,0,11001,0,0,0,0,0),(105496,25194,571,1,1,14574,0,4961.61,1185.42,227.102,1.51844,300,0,0,8982,0,0,0,0,0),(105497,26474,571,1,1,21619,1,3844.04,-1948.21,208.875,4.76475,300,0,0,4890,0,0,0,0,0),(105498,25194,571,1,1,14574,0,4978.31,1182.3,227.814,2.30383,300,0,0,8982,0,0,0,0,0),(105499,25194,571,1,1,14334,0,4970.85,1199.62,227.484,4.86947,300,0,0,8982,0,0,0,0,0),(105500,28010,571,1,1,2601,0,5476.36,4878.04,-212.453,2.17089,300,20,0,10635,0,1,0,0,0),(105501,28010,571,1,1,2601,0,5415.64,4789.43,-210.701,5.80731,300,20,0,10635,0,1,0,0,0),(105502,28010,571,1,1,2601,0,5447.9,4814.39,-215.134,-1.97491,300,0,0,10635,0,0,0,0,0),(105503,28010,571,1,1,2601,0,5449.42,4786.79,-211.728,1.8805,300,20,0,10635,0,1,0,0,0),(105504,25194,571,1,1,14336,0,4973.54,1199.51,227.517,4.67748,300,0,0,8982,0,0,0,0,0),(105505,25194,571,1,1,14334,0,4976.36,1199.31,227.545,4.4855,300,0,0,8982,0,0,0,0,0),(105506,25194,571,1,1,14334,0,4978.49,1198.24,227.559,4.32842,300,0,0,8982,0,0,0,0,0),(105507,25194,571,1,1,14575,0,4981,1197.83,227.642,4.17134,300,0,0,8982,0,0,0,0,0),(105508,25194,571,1,1,14336,0,4980.27,1188.12,227.539,2.89725,300,0,0,8982,0,0,0,0,0),(105509,28778,571,1,1,19595,0,5929.78,-2243.73,239.048,1.72788,300,0,0,4979,0,0,0,0,0),(105510,23658,571,1,1,21915,1,928.64,-4950.19,2.88087,1.1663,300,0,0,5588,6882,2,0,0,0),(105511,23658,571,1,1,21916,1,980.147,-4913.66,4.23451,2.47837,300,0,0,5588,6882,0,0,0,0),(105512,23658,571,1,1,21926,1,953.697,-4898.18,4.71445,5.88176,300,0,0,5588,6882,0,0,0,0),(105513,23658,571,1,1,21926,1,974.868,-4890.1,5.32031,4.2586,300,0,0,5588,6882,0,0,0,0),(105514,23658,571,1,1,21915,1,958.929,-4918.2,4.12064,1.09956,300,0,0,5588,6882,0,0,0,0),(105515,23658,571,1,1,21916,1,1028.57,-4870.55,9.03577,3.66519,300,0,0,5588,6882,0,0,0,0),(105516,28778,571,1,1,19595,0,6257.16,-2086.56,236.968,1.44862,300,0,0,4979,0,0,0,0,0),(105517,28778,571,1,1,19595,0,6037.03,-2196.01,239.58,1.50098,300,0,0,4979,0,0,0,0,0),(105518,28778,571,1,1,19595,0,6238.4,-2154.02,235.481,3.10669,300,0,0,4979,0,0,0,0,0),(105519,28778,571,1,1,19595,0,6163.63,-2135.91,235.777,1.51844,300,0,0,4979,0,0,0,0,0),(105520,28778,571,1,1,19595,0,6095.28,-1926.77,235.397,2.70526,300,0,0,4979,0,0,0,0,0),(105521,28778,571,1,1,19595,0,6203.21,-2242.75,239.477,4.08407,300,0,0,4979,0,0,0,0,0),(105522,28778,571,1,1,19595,0,6076.45,-2087.93,235.886,2.9147,300,0,0,4979,0,0,0,0,0),(105523,28778,571,1,1,19595,0,6049.06,-1963.66,235.833,5.14872,300,0,0,4979,0,0,0,0,0),(105524,23915,571,1,1,11686,0,1598.11,-6153.93,8.99131,0.418879,300,0,0,4120,0,0,0,0,0),(105525,23915,571,1,1,11686,0,1628.8,-6200.69,7.62107,5.51524,300,0,0,4120,0,0,0,0,0),(105526,27243,571,1,1,24450,1,3208.62,-678.667,167.62,5.88176,300,0,0,63000,0,0,0,0,0),(105528,29035,571,1,1,22607,0,5664.41,4597.69,-137.365,4.55531,300,0,0,94160,0,0,0,0,0),(105529,26475,571,1,1,24167,0,4318.62,1496.64,132.756,3.63029,300,0,0,102820,0,0,0,0,0),(105531,26219,571,1,1,26345,1,2960.39,4671.32,-32.5808,4.29351,300,0,0,9940,0,0,0,0,0),(105532,23915,571,1,1,11686,0,1601.14,-6145.84,9.82892,4.46804,300,0,0,4120,0,0,0,0,0),(105533,26987,571,1,1,24288,0,2132.07,5238.43,19.5292,0.802851,300,0,0,7181,0,0,0,0,0),(105534,29547,571,1,1,27211,0,5751.16,695.185,643.417,5.96903,300,0,0,10635,0,0,0,0,0),(105535,23915,571,1,1,11686,0,1633.97,-6202.17,6.88354,3.64774,300,0,0,4120,0,0,0,0,0),(105536,28011,571,1,1,25164,0,5230.06,4675.45,-133.68,3.11718,300,5,0,10635,0,1,0,0,0),(105537,23915,571,1,1,11686,0,1640.66,-6193.5,5.88465,0.541052,300,0,0,4120,0,0,0,0,0),(105538,23915,571,1,1,11686,0,1586.87,-6156.2,8.88908,2.96706,300,0,0,4120,0,0,0,0,0),(105539,23915,571,1,1,11686,0,1632.67,-6208.69,6.63206,0.872665,300,0,0,4120,0,0,0,0,0),(105540,23915,571,1,1,11686,0,1604.91,-6152.02,9.39961,2.94961,300,0,0,4120,0,0,0,0,0),(105541,28011,571,1,1,25163,0,5257.75,4743.93,-132.369,1.85795,300,5,0,10635,0,1,0,0,0),(105542,28011,571,1,1,25164,0,5109.22,4784.63,-133.081,2.60318,300,5,0,10635,0,1,0,0,0),(105543,28011,571,1,1,25156,0,5191.56,4668.22,-134.58,1.60793,300,5,0,10635,0,1,0,0,0),(105544,28011,571,1,1,25163,0,5080.68,4845.36,-131.295,0.66368,300,5,0,10635,0,1,0,0,0),(105545,28011,571,1,1,25156,0,5118.64,4819.82,-131.405,2.93901,300,5,0,10635,0,1,0,0,0),(105546,28011,571,1,1,25156,0,5182.83,4698.82,-134.021,2.80409,300,5,0,10635,0,1,0,0,0),(105547,28011,571,1,1,25163,0,5140.02,4762.41,-133.167,2.44557,300,5,0,10635,0,1,0,0,0),(105548,28011,571,1,1,25156,0,5206.56,4857.29,-124.876,2.85755,300,5,0,10635,0,1,0,0,0),(105549,28011,571,1,1,25156,0,5195.83,4912.5,-129.021,1.53566,300,5,0,10635,0,1,0,0,0),(105550,28011,571,1,1,25163,0,5353.29,4620.79,-132.689,1.4607,300,5,0,10635,0,1,0,0,0),(105551,28011,571,1,1,25163,0,5300.62,4676,-134.313,3.90352,300,5,0,10635,0,1,0,0,0),(105552,28011,571,1,1,25156,0,5069.08,4914.5,-131.593,2.42319,300,5,0,10635,0,1,0,0,0),(105553,28011,571,1,1,25163,0,5108.18,5073.01,-134.667,1.27395,300,5,0,10635,0,1,0,0,0),(105554,28011,571,1,1,25156,0,5198.51,4949.2,-131.122,1.61148,300,5,0,10635,0,1,0,0,0),(105555,28011,571,1,1,25156,0,5354.23,4965.04,-131.866,4.91496,300,5,0,10635,0,1,0,0,0),(105556,28011,571,1,1,25156,0,5337.92,4635.79,-133.734,4.45341,300,5,0,10635,0,1,0,0,0),(105557,28011,571,1,1,25156,0,5384.25,4661.15,-133.207,1.61711,300,5,0,10635,0,1,0,0,0),(105558,28011,571,1,1,25163,0,5671.94,4663.37,-135.58,3.96771,300,5,0,10635,0,1,0,0,0),(105559,28011,571,1,1,25164,0,5552.25,5082.16,-134.741,4.08742,300,5,0,10635,0,1,0,0,0),(105560,28011,571,1,1,25163,0,5545.14,5043.36,-128.846,0.620888,300,5,0,10635,0,1,0,0,0),(105561,28011,571,1,1,25156,0,5223.97,4962.39,-130.91,1.40195,300,5,0,10635,0,1,0,0,0),(105562,26475,571,1,1,24167,0,4364.63,1849.83,158.397,1.39626,300,0,0,102820,0,0,0,0,0),(105563,28011,571,1,1,25164,0,5642.17,4344.57,-133.527,4.17358,300,5,0,10635,0,1,0,0,0),(105564,28011,571,1,1,25163,0,5548.05,4537.42,-137.281,0.202343,300,5,0,10635,0,1,0,0,0),(105565,28011,571,1,1,25163,0,5515.41,4394.91,-135.155,1.41182,300,5,0,10635,0,1,0,0,0),(105566,28011,571,1,1,25164,0,5552.84,4410.7,-137.924,0.147563,300,5,0,10635,0,1,0,0,0),(105567,28011,571,1,1,25156,0,5626.79,5121.04,-132.854,6.24379,300,5,0,10635,0,1,0,0,0),(105568,28011,571,1,1,25163,0,5245.49,5128.89,-135.861,4.04862,300,5,0,10635,0,1,0,0,0),(105569,28011,571,1,1,25163,0,5308.39,5088.28,-133.629,0.974668,300,0,0,10635,0,0,0,0,0),(105570,28011,571,1,1,25156,0,5322.45,5028.19,-135.632,0.298079,300,5,0,10635,0,1,0,0,0),(105571,28011,571,1,1,25156,0,5229.83,5092.76,-136.3,3.04876,300,5,0,10635,0,1,0,0,0),(105572,28011,571,1,1,25163,0,5151.1,5132.11,-131.569,5.49054,300,5,0,10635,0,1,0,0,0),(105573,28011,571,1,1,25164,0,5834.55,4509.78,-133.655,0.001087,300,5,0,10635,0,1,0,0,0),(105574,28011,571,1,1,25164,0,5621.7,5034.35,-132.2,1.87619,300,5,0,10635,0,1,0,0,0),(105575,28011,571,1,1,25156,0,5251.73,5016.65,-134.837,0.561745,300,5,0,10635,0,1,0,0,0),(105576,28011,571,1,1,25156,0,5151.93,5060.23,-133.327,1.28189,300,5,0,10635,0,1,0,0,0),(105577,28011,571,1,1,25163,0,5191.9,5123.99,-135.353,3.9956,300,5,0,10635,0,1,0,0,0),(105578,28011,571,1,1,25163,0,5584.76,4357.56,-136.231,0.411492,300,5,0,10635,0,1,0,0,0),(105579,28011,571,1,1,25156,0,5875.01,4603.83,-136.239,1.41612,300,0,0,10635,0,0,0,0,0),(105580,28011,571,1,1,25163,0,5890.1,4759.39,-131.982,6.11622,300,5,0,10635,0,1,0,0,0),(105581,28011,571,1,1,25156,0,5810.76,4765.11,-134.336,-3.01744,300,0,0,10635,0,0,0,0,0),(105582,28011,571,1,1,25164,0,5874.09,4605.58,-136.131,3.5131,300,5,0,10635,0,1,0,0,0),(105583,28011,571,1,1,25156,0,5726.87,5052.87,-133.48,1.40809,300,5,0,10635,0,1,0,0,0),(105584,28011,571,1,1,25163,0,5590.17,5110.83,-133.568,0.601794,300,5,0,10635,0,1,0,0,0),(105585,28011,571,1,1,25164,0,5557.95,5161.27,-131.987,2.68554,300,5,0,10635,0,1,0,0,0),(105586,28011,571,1,1,25164,0,5576.33,4917.23,-133.014,5.69302,300,5,0,10635,0,1,0,0,0),(105587,28011,571,1,1,25164,0,5662.59,5157.55,-132.618,4.90851,300,5,0,10635,0,1,0,0,0),(105588,28011,571,1,1,25164,0,5688.38,5209.57,-132.301,0.960665,300,5,0,10635,0,1,0,0,0),(105589,28011,571,1,1,25163,0,5657.75,5260.77,-132.639,-3.01917,300,0,0,10635,0,0,0,0,0),(105590,28011,571,1,1,25164,0,5624.86,4923.72,-132.129,2.17424,300,5,0,10635,0,1,0,0,0),(105591,28011,571,1,1,25164,0,5654.22,5047.38,-134.678,0.701946,300,5,0,10635,0,1,0,0,0),(105592,28011,571,1,1,25156,0,5652.53,4962.57,-133.803,0.628597,300,5,0,10635,0,1,0,0,0),(105593,28011,571,1,1,25164,0,5668.72,4472.27,-136.289,-2.1869,300,0,0,10635,0,0,0,0,0),(105594,28011,571,1,1,25164,0,5769.48,4453.65,-135.578,3.35512,300,0,0,10635,0,0,0,0,0),(105595,28011,571,1,1,25156,0,5780.61,4504.52,-133.686,1.79911,300,5,0,10635,0,1,0,0,0),(105596,28011,571,1,1,25164,0,5871.93,4607.6,-135.881,3.14092,300,5,0,10635,0,1,0,0,0),(105597,28011,571,1,1,25156,0,5872.38,4609.37,-135.881,2.63679,300,5,0,10635,0,1,0,0,0),(105598,28011,571,1,1,25164,0,5663.33,4470.33,-136.747,0.522752,300,0,0,10635,0,0,0,0,0),(105599,28011,571,1,1,25164,0,5619.15,4702.1,-136.71,3.80582,300,5,0,10635,0,1,0,0,0),(105600,28011,571,1,1,25156,0,5636.98,4457.81,-138.069,1.95787,300,5,0,10635,0,1,0,0,0),(105601,28011,571,1,1,25164,0,5705.11,5129.52,-132.659,3.49632,300,5,0,10635,0,1,0,0,0),(105602,28011,571,1,1,25156,0,5679.28,4479.31,-135.653,0.65385,300,5,0,10635,0,1,0,0,0),(105603,28011,571,1,1,25163,0,5589.52,5339.75,-135.862,0.541495,300,5,0,10635,0,1,0,0,0),(105604,28011,571,1,1,25156,0,5773.47,4517.24,-134.249,2.31746,300,5,0,10635,0,1,0,0,0),(105605,28011,571,1,1,25163,0,5520.3,4645,-135.555,1.51216,300,5,0,10635,0,1,0,0,0),(105606,28779,571,1,1,25675,0,6125.52,-4400.91,364.463,2.3997,300,5,0,11001,0,1,0,0,0),(105607,28779,571,1,1,25675,0,6118.81,-4447.99,368.976,6.20011,300,5,0,11001,0,1,0,0,0),(105608,28779,571,1,1,25676,0,6108.48,-4348.03,369.478,3.51122,300,5,0,11001,0,1,0,0,0),(105609,28779,571,1,1,25676,0,6087.61,-4404.44,350.449,2.26978,300,5,0,11001,0,1,0,0,0),(105610,28779,571,1,1,25676,0,6055.67,-4340.03,377.899,1.31824,300,5,0,11001,0,1,0,0,0),(105611,28779,571,1,1,25675,0,6026.65,-4354.49,360.774,4.4558,300,5,0,11001,0,1,0,0,0),(105612,27499,571,1,1,24302,0,4405.76,-2499.23,253.044,3.28122,300,0,0,10282,0,0,0,0,0),(105613,28779,571,1,1,25675,0,5991.3,-4363.03,363.472,3.89779,300,5,0,11001,0,1,0,0,0),(105614,28779,571,1,1,25675,0,6017.73,-4409.14,357.299,0.450548,300,5,0,11001,0,1,0,0,0),(105615,28779,571,1,1,25675,0,6056.09,-4377.54,365.465,4.02165,300,5,0,11001,0,1,0,0,0),(105616,28779,571,1,1,25675,0,6083.06,-4486.97,361.828,1.5106,300,5,0,11001,0,1,0,0,0),(105617,28779,571,1,1,25675,0,6087.92,-4420.97,353.298,5.22331,300,5,0,11001,0,1,0,0,0),(105618,28779,571,1,1,25675,0,6081.18,-4339.69,349.974,1.50742,300,5,0,11001,0,1,0,0,0),(105619,28779,571,1,1,25676,0,5990.29,-4329.63,359.948,2.86651,300,5,0,11001,0,1,0,0,0),(105620,28779,571,1,1,25676,0,5970.16,-4337.82,358.985,0.072595,300,5,0,11001,0,1,0,0,0),(105621,28779,571,1,1,25675,0,5913.21,-4423.15,361.315,5.2274,300,5,0,11001,0,1,0,0,0),(105622,28779,571,1,1,25675,0,5922.23,-4475.54,361.283,0.521184,300,5,0,11001,0,1,0,0,0),(105623,28779,571,1,1,25675,0,5923.32,-4390.8,362.632,2.57632,300,5,0,11001,0,1,0,0,0),(105624,28779,571,1,1,25676,0,5961.44,-4393.71,362.338,3.06347,300,5,0,11001,0,1,0,0,0),(105625,28779,571,1,1,25675,0,5964.98,-4456.71,361.618,1.2383,300,5,0,11001,0,1,0,0,0),(105626,28779,571,1,1,25676,0,5982.77,-4509.73,361.481,3.24999,300,5,0,11001,0,1,0,0,0),(105627,28779,571,1,1,25676,0,6047.39,-4447.27,362.916,2.53031,300,5,0,11001,0,1,0,0,0),(105628,28779,571,1,1,25675,0,6015.44,-4457.4,361.967,3.91796,300,5,0,11001,0,1,0,0,0),(105629,28779,571,1,1,25675,0,5988.32,-4298.04,368.154,4.5999,300,5,0,11001,0,1,0,0,0),(105630,28779,571,1,1,25676,0,6027.19,-4276.5,337.364,1.85605,300,0,0,11001,0,0,0,0,0),(105631,28779,571,1,1,25676,0,6024.72,-4184.39,329.119,4.0282,300,5,0,11001,0,1,0,0,0),(105632,28779,571,1,1,25676,0,5966.09,-4177.35,347.127,1.25134,300,5,0,11001,0,1,0,0,0),(105633,28779,571,1,1,25675,0,6033.61,-4336.04,358.149,4.21002,300,5,0,11001,0,1,0,0,0),(105634,28779,571,1,1,25676,0,5917.31,-4077.39,365.635,2.51689,300,5,0,11001,0,1,0,0,0),(105635,28779,571,1,1,25676,0,5965.74,-4102.92,361.91,4.02094,300,5,0,11001,0,1,0,0,0),(105636,28779,571,1,1,25675,0,5913.39,-4158.9,355,6.2363,300,5,0,11001,0,1,0,0,0),(105637,28779,571,1,1,25676,0,6007.55,-4119.81,369.976,3.21589,300,5,0,11001,0,1,0,0,0),(105638,28779,571,1,1,25675,0,5923.44,-4196.16,360.532,4.35041,300,5,0,11001,0,1,0,0,0),(105639,28779,571,1,1,25676,0,5973.3,-4269.44,369.565,3.3295,300,5,0,11001,0,1,0,0,0),(105640,28779,571,1,1,25676,0,5959.33,-4143.27,368.695,5.34025,300,5,0,11001,0,1,0,0,0),(105641,28779,571,1,1,25675,0,6031.81,-4077.81,354.745,2.26854,300,5,0,11001,0,1,0,0,0),(105642,28779,571,1,1,25675,0,5984.76,-4052.15,361.165,3.20496,300,5,0,11001,0,1,0,0,0),(105643,28779,571,1,1,25675,0,6056.52,-4259.18,322.571,2.46075,300,5,0,11001,0,1,0,0,0),(105644,28779,571,1,1,25675,0,6058.48,-4213.62,321.287,0.637839,300,5,0,11001,0,1,0,0,0),(105645,28779,571,1,1,25675,0,6086.38,-4230.72,317.357,1.57568,300,5,0,11001,0,1,0,0,0),(105646,28779,571,1,1,25675,0,6164.85,-4248.1,325.331,1.42987,300,5,0,11001,0,1,0,0,0),(105647,28779,571,1,1,25675,0,6011.85,-4000.93,355.646,4.64336,300,5,0,11001,0,1,0,0,0),(105648,28779,571,1,1,25676,0,6112.3,-4313.6,329.279,4.63495,300,5,0,11001,0,1,0,0,0),(105650,28523,571,1,1,21342,0,5362.89,-1247.73,247.547,-2.48556,300,5,0,4979,0,1,0,0,0),(105651,28523,571,1,1,21342,0,5329.92,-1377.57,240.679,-2.89458,300,5,0,4979,0,1,0,0,0),(105652,23916,571,1,1,11686,0,1594.2,-6393.34,-1.78084,0.191986,300,0,0,4120,0,0,0,0,0),(105653,23916,571,1,1,11686,0,1541.81,-6409.26,-1.67621,5.21853,300,0,0,4120,0,0,0,0,0),(105654,23916,571,1,1,11686,0,1537.28,-6404.51,-2.1819,3.36848,300,0,0,4120,0,0,0,0,0),(105655,620,571,1,1,304,0,1309.16,-3250.26,174.235,2.43291,300,5,0,1,0,1,0,0,0),(105656,620,571,1,1,304,0,1413.84,-3343.19,168.695,2.70396,300,5,0,1,0,1,0,0,0),(105657,24172,571,1,1,20857,0,1064.66,-5007.31,64.3506,2.96706,300,5,0,102,0,1,0,0,0),(105658,24172,571,1,1,20857,0,1007.26,-4883.06,41.9653,3.71755,300,5,0,102,0,1,0,0,0),(105659,26988,571,1,1,24284,0,2338.17,5275.62,7.90438,5.28835,300,0,0,7181,0,0,0,0,0),(105660,29548,571,1,1,26330,0,5905.52,627.213,646.964,0.942478,300,0,0,8508,7981,0,0,0,0),(105661,31852,571,1,1,27244,0,5832.24,564.014,651.771,2.59649,300,0,0,8982,0,0,0,0,0),(105662,25452,571,1,1,26425,0,3561.26,3439.51,48.4315,1.76756,300,13,0,8982,0,1,0,0,0),(105663,29036,571,1,1,25329,0,5219.52,5087.62,-135.781,1.75537,300,5,0,11001,0,1,0,0,0),(105664,620,571,1,1,304,0,1438.16,-3296.85,168.767,3.24072,300,5,0,1,0,1,0,0,0),(105666,27500,571,1,1,24676,1,2855.7,-1800.6,36.1247,5.0091,300,0,0,9940,0,0,0,0,0),(105667,27500,571,1,1,24675,1,2765.94,-1942.31,4.65514,1.53589,300,5,0,9940,0,1,0,0,0),(105668,27500,571,1,1,24675,1,2805.09,-1964.35,11.2184,2.02458,300,5,0,9940,0,1,0,0,0),(105669,27500,571,1,1,24675,1,2808.28,-1933.09,5.34487,4.62512,300,5,0,9940,0,1,0,0,0),(105670,30572,571,1,1,27141,1,6893.03,-4107.77,467.437,5.98648,300,0,0,8508,7981,0,0,0,0),(105671,23916,571,1,1,11686,0,1548.2,-6413.57,-1.80988,0.785398,300,0,0,4120,0,0,0,0,0),(105672,23916,571,1,1,11686,0,1582.44,-6379.72,-3.1216,5.72468,300,0,0,4120,0,0,0,0,0),(105673,620,571,1,1,304,0,1412.9,-3342.49,168.803,4.06655,300,5,0,1,0,1,0,0,0),(105674,620,571,1,1,304,0,1456.36,-3321.98,168.924,2.30383,300,0,0,1,0,0,0,0,0),(105675,24172,571,1,1,20857,0,1068.78,-4892.17,40.276,4.43314,300,5,0,102,0,1,0,0,0),(105676,24172,571,1,1,20857,0,1024.46,-4873.33,36.8526,1.95477,300,5,0,102,0,1,0,0,0),(105677,24172,571,1,1,20857,0,1039.43,-5028.33,41.4369,2.67035,300,5,0,102,0,1,0,0,0),(105678,24172,571,1,1,20857,0,1047.7,-4827.49,43.1082,2.3911,300,5,0,102,0,1,0,0,0),(105679,29036,571,1,1,25329,0,5292.06,4825.25,-133.339,5.72155,300,5,0,11001,0,1,0,0,0),(105680,29036,571,1,1,25328,0,5535.56,4637.91,-136.56,2.70154,300,5,0,11001,0,1,0,0,0),(105681,24172,571,1,1,20857,0,977.62,-4803.88,57.6256,3.86489,300,5,0,102,0,1,0,0,0),(105682,24172,571,1,1,20857,0,1056.2,-4977.76,73.5988,2.07694,300,5,0,102,0,1,0,0,0),(105683,24172,571,1,1,20857,0,1045.51,-5029.15,44.3071,2.63545,300,5,0,102,0,1,0,0,0),(105684,24172,571,1,1,20857,0,903.298,-4961.89,2.3988,4.12158,300,5,0,102,0,1,0,0,0),(105685,24172,571,1,1,20857,0,1071.98,-4943.7,71.2631,3.08923,300,5,0,102,0,1,0,0,0),(105686,24172,571,1,1,20857,0,915.804,-4977.15,30.3499,2.75762,300,5,0,102,0,1,0,0,0),(105687,24172,571,1,1,20857,0,932.406,-4830.63,29.9146,5.21853,300,5,0,102,0,1,0,0,0),(105688,24172,571,1,1,20857,0,1061.02,-4892.27,37.3962,3.76991,300,5,0,102,0,1,0,0,0),(105689,24172,571,1,1,20857,0,925.195,-4955.05,33.6962,0.959931,300,5,0,102,0,1,0,0,0),(105690,27500,571,1,1,24677,1,2869.71,-1810.23,34.9495,4.09171,300,0,0,9940,0,0,0,0,0),(105691,24172,571,1,1,20857,0,914.355,-4979.29,30.5786,2.75762,300,5,0,102,0,1,0,0,0),(105692,24172,571,1,1,20857,0,1062.89,-5002.1,64.9831,2.94961,300,5,0,102,0,1,0,0,0),(105693,24172,571,1,1,20857,0,923.221,-4845.03,41.8217,4.57276,300,5,0,102,0,1,0,0,0),(105694,24172,571,1,1,20857,0,916.764,-4974.19,30.0586,0,300,5,0,102,0,1,0,0,0),(105695,25452,571,1,1,26425,0,3998.9,4136.29,55.5949,0.556839,300,13,0,8982,0,1,0,0,0),(105696,25452,571,1,1,26425,0,3886.78,3989.04,40.8632,4.47783,300,13,0,8982,0,1,0,0,0),(105697,29036,571,1,1,25328,0,5573.69,4537.77,-137.979,0.882936,300,5,0,11001,0,1,0,0,0),(105698,29036,571,1,1,25329,0,5639.71,4684.87,-134.144,4.76123,300,5,0,11001,0,1,0,0,0),(105699,25452,571,1,1,26425,0,3815.9,3913.36,39.8201,3.10642,300,13,0,8982,0,1,0,0,0),(105700,25452,571,1,1,26425,0,3897.87,4065.47,34.6214,5.21904,300,13,0,8982,0,1,0,0,0),(105701,29036,571,1,1,25328,0,5594.67,4914.16,-132.515,5.29523,300,5,0,11001,0,1,0,0,0),(105702,25452,571,1,1,26425,0,3968.61,4061.81,51.982,2.69415,300,13,0,8982,0,1,0,0,0),(105703,29036,571,1,1,25329,0,5200.28,4681.53,-133.438,5.73473,300,5,0,11001,0,1,0,0,0),(105704,29036,571,1,1,25328,0,5184.25,4730.88,-132.102,3.42378,300,5,0,11001,0,1,0,0,0),(105705,29036,571,1,1,25328,0,5370.96,4493.44,-128.731,1.97347,300,5,0,11001,0,1,0,0,0),(105706,29036,571,1,1,25329,0,5284.09,4750.76,-135.297,2.7444,300,5,0,11001,0,1,0,0,0),(105707,29036,571,1,1,25329,0,5672.18,5138.5,-133.136,5.4908,300,5,0,11001,0,1,0,0,0),(105708,29036,571,1,1,25328,0,5176.17,5055.59,-133.013,4.26048,300,5,0,11001,0,1,0,0,0),(105709,29036,571,1,1,25328,0,5874.67,4864.48,-130.414,1.90613,300,5,0,11001,0,1,0,0,0),(105710,29036,571,1,1,25328,0,5684.04,5056.57,-134.116,1.3528,300,5,0,11001,0,1,0,0,0),(105711,27500,571,1,1,24677,1,2914.36,-2166.49,46.9111,4.87276,300,0,0,9940,0,0,0,0,0),(105712,25452,571,1,1,26425,0,3979.34,4012,59.5607,4.28407,300,13,0,8982,0,1,0,0,0),(105713,25452,571,1,1,26425,0,3929.34,4014.68,49.1283,5.63839,300,13,0,8982,0,1,0,0,0),(105714,25452,571,1,1,26425,0,4023.16,4188.38,50.9866,2.64907,300,13,0,8982,0,1,0,0,0),(105715,25452,571,1,1,26425,0,3581.35,3809.62,39.4403,0.426951,300,13,0,8982,0,1,0,0,0),(105716,25452,571,1,1,26425,0,3620.88,3856.4,35.9202,2.2914,300,13,0,8982,0,1,0,0,0),(105717,27202,571,1,1,0,1,2624.78,-436.307,40.4331,2.61988,300,0,0,8982,0,2,0,0,0),(105718,25452,571,1,1,26425,0,3945.89,4176.8,43.3075,6.13521,300,13,0,8982,0,1,0,0,0),(105719,25452,571,1,1,26425,0,3687.6,3843.78,33.8438,5.63155,300,13,0,8982,0,1,0,0,0),(105720,25452,571,1,1,26425,0,3789.28,3858.03,43.9058,1.22719,300,13,0,8982,0,1,0,0,0),(105721,25452,571,1,1,26425,0,3579.87,3749.61,36.4276,4.81657,300,13,0,8982,0,1,0,0,0),(105722,25452,571,1,1,26425,0,3885.47,3909.56,55.5829,4.88123,300,13,0,8982,0,1,0,0,0),(105723,25452,571,1,1,26425,0,3942.35,4101,47.1968,5.72552,300,13,0,8982,0,1,0,0,0),(105724,29036,571,1,1,25328,0,5617.49,5142.48,-132.081,0.585499,300,5,0,11001,0,1,0,0,0),(105725,24172,571,1,1,20857,0,1074.01,-5027.44,65.8556,0.539154,300,5,0,102,0,1,0,0,0),(105726,29036,571,1,1,25329,0,5864.06,4592.41,-136.718,6.11739,300,5,0,11001,0,1,0,0,0),(105727,24172,571,1,1,20857,0,980.002,-4855.96,28.2365,3.94444,300,5,0,102,0,1,0,0,0),(105728,24172,571,1,1,20857,0,934.731,-4891.29,41.1647,0.806544,300,5,0,102,0,1,0,0,0),(105729,29036,571,1,1,25329,0,5718.95,4476.63,-132.821,1.56005,300,5,0,11001,0,1,0,0,0),(105730,620,571,1,1,304,0,1452.43,-3323.68,170.312,4.78622,300,5,0,1,0,1,0,0,0),(105731,620,571,1,1,304,0,1457.88,-3318.42,168.882,5.89082,300,5,0,1,0,1,0,0,0),(105732,24172,571,1,1,20857,0,1028.01,-4871.9,36.1875,1.98968,300,5,0,102,0,1,0,0,0),(105733,620,571,1,1,304,0,1477.26,-3248.89,157.125,5.7809,300,5,0,1,0,1,0,0,0),(105734,24172,571,1,1,20857,0,1005.63,-4874.42,13.733,3.49066,300,5,0,102,0,1,0,0,0),(105735,25452,571,1,1,26425,0,3536.95,3395.17,39.8005,1.55615,300,13,0,8982,0,1,0,0,0),(105736,24172,571,1,1,20857,0,1078.45,-4943.57,37.4757,3.52556,300,5,0,102,0,1,0,0,0),(105737,24172,571,1,1,20857,0,1074.26,-4998.01,30.1594,2.80998,300,5,0,102,0,1,0,0,0),(105738,25452,571,1,1,26425,0,4308.5,4432.21,65.2012,0.020505,300,13,0,8982,0,1,0,0,0),(105739,24172,571,1,1,20857,0,844.308,-4801.25,55.9379,3.62431,300,5,0,102,0,1,0,0,0),(105740,620,571,1,1,304,0,1408.56,-3242.06,161.623,2.90372,300,5,0,1,0,1,0,0,0),(105741,24172,571,1,1,20857,0,943.899,-4916.91,36.2928,5.24805,300,5,0,102,0,1,0,0,0),(105742,24172,571,1,1,20857,0,951.331,-5030.47,7.42092,4.06662,300,5,0,102,0,1,0,0,0),(105743,27244,571,1,1,24453,0,2791.27,-5.98264,23.3855,0.701742,300,0,0,9940,0,2,0,0,0),(105744,24172,571,1,1,20857,0,973.252,-5045.87,7.57637,4.2237,300,5,0,102,0,1,0,0,0),(105745,25452,571,1,1,26425,0,3958.24,3978.25,59.2891,6.0446,300,13,0,8982,0,1,0,0,0),(105746,25452,571,1,1,26425,0,3880.07,3993.02,38.3982,3.61397,300,13,0,8982,0,1,0,0,0),(105747,25452,571,1,1,26425,0,3948.35,4016.31,54.703,0.059288,300,13,0,8982,0,1,0,0,0),(105748,25452,571,1,1,26425,0,4090.05,4157.23,72.6581,1.30994,300,13,0,8982,0,1,0,0,0),(105749,25452,571,1,1,26425,0,4145.77,4192.71,74.1336,4.6388,300,13,0,8982,0,1,0,0,0),(105750,27500,571,1,1,24675,1,2691.89,-1764.67,9.60111,0.364984,300,0,0,9940,0,2,0,0,0),(105751,27244,571,1,1,24453,0,2818.96,19.0825,18.3009,5.32146,300,0,0,9940,0,2,0,0,0),(105752,25452,571,1,1,26425,0,3893.25,4070.32,33.8674,4.60378,300,13,0,8982,0,1,0,0,0),(105753,27244,571,1,1,24453,0,2893.16,-80.2691,13.068,2.60054,300,0,0,9940,0,0,0,0,0),(105754,27500,571,1,1,24676,1,2720.63,-1750.93,10.0906,4.01426,300,0,0,9940,0,0,0,0,0),(105755,25452,571,1,1,26425,0,4146.44,4239.96,50.9006,4.95344,300,13,0,8982,0,1,0,0,0),(105756,27203,571,1,1,0,1,2586.93,-264.718,0.847802,5.04175,300,0,0,8982,0,2,0,0,0),(105757,27244,571,1,1,24453,0,2810.06,9.85938,8.55685,4.36332,300,0,0,9940,0,0,0,0,0),(105758,25452,571,1,1,26425,0,3681.16,3859.85,29.6718,1.58863,300,13,0,8982,0,1,0,0,0),(105759,25452,571,1,1,26425,0,3809.34,3811.14,52.8375,4.15826,300,13,0,8982,0,1,0,0,0),(105760,25452,571,1,1,26425,0,3742.88,3814.97,46.3398,2.78339,300,13,0,8982,0,1,0,0,0),(105761,25452,571,1,1,26425,0,3945.35,4108.28,46.7342,6.25265,300,13,0,8982,0,1,0,0,0),(105762,25452,571,1,1,26425,0,3976.56,4061.28,53.337,3.53397,300,13,0,8982,0,1,0,0,0),(105763,24073,571,1,1,0,0,2725.24,-3392.25,159.691,5.28093,300,0,0,8982,0,2,0,0,0),(105764,25452,571,1,1,26425,0,3996.95,4130.27,55.4096,1.35425,300,13,0,8982,0,1,0,0,0),(105765,25452,571,1,1,26425,0,4107.93,4093.4,92.0258,1.09509,300,13,0,8982,0,1,0,0,0),(105766,25452,571,1,1,26425,0,3545.99,3714,36.9011,5.83264,300,13,0,8982,0,1,0,0,0),(105767,25452,571,1,1,26425,0,3948.69,4166.47,45.6886,3.69373,300,13,0,8982,0,1,0,0,0),(105768,27500,571,1,1,24676,1,2850.29,-2160.07,32.3555,4.10227,300,0,0,9940,0,0,0,0,0),(105769,27500,571,1,1,24676,1,2849.47,-2203.71,34.107,1.32394,300,0,0,9940,0,0,0,0,0),(105770,27500,571,1,1,24675,1,2950.85,-2045,73.5641,-2.33789,300,0,0,9940,0,0,0,0,0),(105771,27244,571,1,1,24453,0,2822.3,25.5809,28.661,4.6663,300,0,0,9940,0,2,0,0,0),(105772,25452,571,1,1,26425,0,3562.02,3435.73,47.4404,1.76928,300,13,0,8982,0,1,0,0,0),(105773,27244,571,1,1,24453,0,2829.57,77.835,23.0541,2.79459,300,0,0,9940,0,2,0,0,0),(105774,24172,571,1,1,20857,0,1075.54,-4936.65,37.4022,2.96706,300,5,0,102,0,1,0,0,0),(105775,27500,571,1,1,24676,1,2994.24,-1843.59,59.6531,5.29204,300,0,0,9940,0,0,0,0,0),(105776,27244,571,1,1,24453,0,2768.48,170.224,22.3834,6.04284,300,0,0,9940,0,2,0,0,0),(105777,27244,571,1,1,24453,0,2854.34,193.962,5.62777,3.47321,300,0,0,9940,0,0,0,0,0),(105778,27500,571,1,1,24678,1,2689.77,-1869.07,14.1115,-0.73941,300,0,0,9940,0,0,0,0,0),(105779,27500,571,1,1,24675,1,2696.89,-1866.19,8.58456,0.633166,300,5,0,9940,0,1,0,0,0),(105780,27500,571,1,1,24675,1,2724.94,-1864.6,19.6292,-2.64474,300,0,0,9940,0,0,0,0,0),(105781,25452,571,1,1,26425,0,3660.09,3648.46,36.9815,1.59228,300,13,0,8982,0,1,0,0,0),(105782,27203,571,1,1,0,1,2525.81,-295.171,2.23228,5.38201,300,0,0,8982,0,2,0,0,0),(105783,27203,571,1,1,0,1,2594.2,-475.536,0.916024,4.96989,300,0,0,8982,0,2,0,0,0),(105784,25452,571,1,1,26425,0,3653.16,3536.19,41.4276,2.32321,300,13,0,8982,0,1,0,0,0),(105785,25452,571,1,1,26425,0,3741.14,3829.95,41.1048,2.05647,300,13,0,8982,0,1,0,0,0),(105786,25452,571,1,1,26425,0,3623.66,3848.25,36.5487,5.00501,300,13,0,8982,0,1,0,0,0),(105787,25452,571,1,1,26425,0,3668.7,3842.44,34.6718,3.18874,300,13,0,8982,0,1,0,0,0),(105788,25452,571,1,1,26425,0,3580.12,3728.46,36.8289,1.3026,300,13,0,8982,0,1,0,0,0),(105789,27244,571,1,1,24453,0,2717.19,66.5486,12.9134,0.453786,300,0,0,9940,0,0,0,0,0),(105790,27244,571,1,1,24453,0,2690.67,105.898,21.4896,5.74357,300,0,0,9940,0,2,0,0,0),(105791,27244,571,1,1,24453,0,2857.63,41.6806,12.5796,6.0912,300,0,0,9940,0,0,0,0,0),(105792,27244,571,1,1,24453,0,2870.06,48.3907,24.0009,2.38968,300,0,0,9940,0,2,0,0,0),(105793,27244,571,1,1,24453,0,2886,86.8438,25.0889,0.721896,300,0,0,9940,0,2,0,0,0),(105794,27500,571,1,1,24678,1,2695.64,-1871.01,1.2605,0.095997,300,0,0,9940,0,0,0,0,0),(105795,27500,571,1,1,24676,1,2696.55,-1861.98,8.58424,2.9244,300,0,0,9940,0,0,0,0,0),(105796,27500,571,1,1,24677,1,2728.38,-1862.3,8.5815,6.16051,300,5,0,9940,0,1,0,0,0),(105797,620,571,1,1,304,0,1418.9,-3297.99,168.579,3.83996,300,5,0,1,0,1,0,0,0),(105798,23660,571,1,1,21913,1,924.409,-4838.9,6.41117,2.97622,300,0,0,6986,2991,2,0,0,0),(105799,27500,571,1,1,24678,1,2891.94,-2215.48,48.1861,1.01052,300,5,0,9940,0,1,0,0,0),(105800,24172,571,1,1,20857,0,946.678,-4877.4,51.2733,3.29443,300,5,0,102,0,1,0,0,0),(105801,23660,571,1,1,21914,1,1033.63,-5027.26,10.989,1.85465,300,0,0,6986,2991,2,0,0,0),(105802,23660,571,1,1,21913,1,980.297,-5014.75,8.07659,3.78634,300,0,0,6986,2991,0,0,0,0),(105803,23660,571,1,1,21914,1,1020.72,-4964.68,8.97172,1.69297,300,0,0,6986,2991,2,0,0,0),(105804,23660,571,1,1,21914,1,1080.07,-4916.15,24.4347,1.02833,300,0,0,6986,2991,0,0,0,0),(105805,23660,571,1,1,21913,1,1078.96,-4911.59,24.0092,-0.795738,300,0,0,6986,2991,0,0,0,0),(105806,23660,571,1,1,21914,1,991.106,-4830.96,17.1903,3.97935,300,0,0,6986,2991,2,0,0,0),(105807,23660,571,1,1,21913,1,1017.81,-4886.36,6.50953,3.57792,300,0,0,6986,2991,0,0,0,0),(105808,27500,571,1,1,24675,1,2965.27,-1931.84,51.9269,3.54104,300,5,0,9940,0,1,0,0,0),(105809,25452,571,1,1,26425,0,4103.94,4230.44,47.454,3.9379,300,13,0,8982,0,1,0,0,0),(105810,27500,571,1,1,24677,1,2805.75,-1824.49,10.7628,2.67508,300,0,0,9940,0,2,0,0,0),(105811,27500,571,1,1,24675,1,2819.42,-1853.05,10.8798,5.16617,300,0,0,9940,0,0,0,0,0),(105812,27500,571,1,1,24676,1,2835.85,-1888.93,10.8011,5.35627,300,5,0,9940,0,1,0,0,0),(105813,27500,571,1,1,24675,1,2847.86,-1925.86,12.8494,1.15555,300,0,0,9940,0,0,0,0,0),(105814,27500,571,1,1,24675,1,2932.22,-1816.96,44.322,3.61483,300,0,0,9940,0,0,0,0,0),(105815,25452,571,1,1,26425,0,3812.2,3919.14,39.6213,2.84948,300,13,0,8982,0,1,0,0,0),(105816,25452,571,1,1,26425,0,3884.38,3886.15,57.5228,3.31508,300,13,0,8982,0,1,0,0,0),(105817,25452,571,1,1,26425,0,3842.12,3849.66,53.2577,1.51391,300,13,0,8982,0,1,0,0,0),(105818,27500,571,1,1,24676,1,2777.31,-1822.02,4.6624,3.9774,300,0,0,9940,0,0,0,0,0),(105819,27500,571,1,1,24676,1,2742.04,-1724.3,5.14729,5.0218,300,5,0,9940,0,1,0,0,0),(105820,27500,571,1,1,24676,1,2778.19,-1826.79,5.028,1.69623,300,0,0,9940,0,0,0,0,0),(105821,27500,571,1,1,24675,1,2738.19,-1784.91,5.87062,3.13836,300,0,0,9940,0,2,0,0,0),(105822,27500,571,1,1,24676,1,2778.3,-1822.38,4.77284,1.75553,300,0,0,9940,0,0,0,0,0),(105823,27500,571,1,1,24675,1,2774.52,-1875.9,5.34016,4.33908,300,5,0,9940,0,1,0,0,0),(105824,27500,571,1,1,24676,1,2745.75,-1753.93,4.29295,5.19305,300,5,0,9940,0,1,0,0,0),(105825,27500,571,1,1,24678,1,2980.46,-1739.67,36.0212,5.59532,300,5,0,9940,0,1,0,0,0),(105826,27500,571,1,1,24678,1,2752.68,-1816.3,5.22286,4.03103,300,0,0,9940,0,0,0,0,0),(105827,25452,571,1,1,26425,0,3648.11,3785.19,47.4829,0.86521,300,13,0,8982,0,1,0,0,0),(105828,27500,571,1,1,24675,1,2932.31,-1726.64,26.0298,1.93738,300,0,0,9940,0,0,0,0,0),(105829,25452,571,1,1,26425,0,3559.18,3708.75,38.2088,3.39181,300,13,0,8982,0,1,0,0,0),(105830,27500,571,1,1,24678,1,2719.96,-1829.28,4.8389,-0.368152,300,0,0,9940,0,0,0,0,0),(105831,27500,571,1,1,24676,1,2760.72,-1921.05,4.56853,4.43652,300,0,0,9940,0,0,0,0,0),(105832,27500,571,1,1,24676,1,2786.66,-1899.64,5.32412,4.83456,300,0,0,9940,0,0,0,0,0),(105833,27500,571,1,1,24676,1,2796.1,-1925.36,5.13991,4.38914,300,0,0,9940,0,0,0,0,0),(105834,27500,571,1,1,24675,1,2915.82,-1875.75,46.5633,0.807795,300,0,0,9940,0,0,0,0,0),(105835,25452,571,1,1,26425,0,3794,3848.58,46.517,0.296519,300,13,0,8982,0,1,0,0,0),(105836,27500,571,1,1,24677,1,2778.87,-2128.56,22.7312,2.95286,300,5,0,9940,0,1,0,0,0),(105837,27500,571,1,1,24675,1,2901.05,-1997,52.893,5.72117,300,0,0,9940,0,0,0,0,0),(105838,27500,571,1,1,24678,1,2889.32,-2030.26,55.3378,4.21506,300,0,0,9940,0,0,0,0,0),(105839,25452,571,1,1,26425,0,3612.81,3576.65,36.4254,0.828744,300,13,0,8982,0,1,0,0,0),(105840,27500,571,1,1,24675,1,2805.16,-2193.59,21.922,6.18656,300,0,0,9940,0,0,0,0,0),(105841,28268,571,1,1,24996,0,4975.81,-3475.55,292.386,2.80109,300,5,0,10635,0,1,0,0,0),(105842,28268,571,1,1,24996,0,4859.99,-3355.41,292.05,3.0971,300,0,0,10635,0,0,0,0,0),(105843,28268,571,1,1,24996,0,4872.33,-3250.73,289.242,6.15055,300,5,0,10635,0,1,0,0,0),(105844,28268,571,1,1,24996,0,4953.51,-3480.69,293.85,0.746926,300,5,0,10635,0,1,0,0,0),(105845,27500,571,1,1,24675,1,2919.81,-1865.98,47.5316,1.38832,300,5,0,9940,0,1,0,0,0),(105846,27500,571,1,1,24676,1,2836.42,-1889.86,10.878,2.58601,300,0,0,9940,0,0,0,0,0),(105847,27500,571,1,1,24678,1,2785.8,-1903.23,5.02258,1.36589,300,5,0,9940,0,1,0,0,0),(105848,27500,571,1,1,24676,1,2759.32,-1922.46,4.56558,4.93686,300,5,0,9940,0,1,0,0,0),(105849,27500,571,1,1,24678,1,2837.01,-1901.39,11.0891,5.14787,300,0,0,9940,0,0,0,0,0),(105850,27500,571,1,1,24676,1,2790.21,-1899.53,5.44509,-3.11101,300,0,0,9940,0,0,0,0,0),(105851,27500,571,1,1,24678,1,2847.73,-1928.42,12.8991,2.1764,300,5,0,9940,0,1,0,0,0),(105852,27500,571,1,1,24676,1,2784.97,-1838.62,4.32376,3.83972,300,0,0,9940,0,0,0,0,0),(105853,27500,571,1,1,24678,1,2763.84,-1772.4,4.86984,0.645772,300,0,0,9940,0,0,0,0,0),(105854,27500,571,1,1,24678,1,2684,-1873.36,14.2064,1.7274,300,0,0,9940,0,2,0,0,0),(105855,27500,571,1,1,24676,1,2741.38,-1745.56,4.29961,0.069813,300,0,0,9940,0,0,0,0,0),(105857,27500,571,1,1,24676,1,2721.08,-1832.14,4.8389,0.139125,300,0,0,9940,0,2,0,0,0),(105858,27500,571,1,1,24678,1,2839.14,-1885.07,10.8011,0.349207,300,5,0,9940,0,1,0,0,0),(105859,27500,571,1,1,24677,1,2753.64,-1895.85,5.03679,4.92475,300,0,0,9940,0,2,0,0,0),(105861,27500,571,1,1,24676,1,2856.66,-1937.3,13.9799,2.6529,300,0,0,9940,0,0,0,0,0),(105862,25452,571,1,1,26425,0,4250.19,4389.94,44.4854,1.16449,300,13,0,8982,0,1,0,0,0),(105863,25452,571,1,1,26425,0,3377.28,3828.03,26.5504,5.47707,300,13,0,8982,0,1,0,0,0),(105864,25452,571,1,1,26425,0,3584.34,3821.74,40.187,2.27551,300,13,0,8982,0,1,0,0,0),(105865,25452,571,1,1,26425,0,3579.53,3752.9,36.4276,1.67498,300,13,0,8982,0,1,0,0,0),(105866,25452,571,1,1,26425,0,3589.42,3451.9,49.508,2.31405,300,13,0,8982,0,1,0,0,0),(105867,25197,571,1,1,22984,0,4361.05,6063.24,0.605001,4.92183,300,0,0,9291,3231,0,0,0,0),(105868,29549,571,1,1,26388,0,6818.23,-1689.69,821.334,5.44543,300,0,0,12175,0,0,0,0,0),(105869,29549,571,1,1,26388,0,6856.22,-1659.58,822.343,5.95157,300,0,0,12175,0,0,0,0,0),(105870,29549,571,1,1,26388,0,6851.26,-1667.47,822.695,5.77704,300,0,0,12175,0,0,0,0,0),(105871,29549,571,1,1,26388,0,6841.85,-1678.05,823.347,5.49779,300,0,0,12175,0,0,0,0,0),(105872,29549,571,1,1,26388,0,6834.98,-1684.06,822.175,5.86431,300,0,0,12175,0,0,0,0,0),(105873,26733,571,1,1,24022,1,4014.54,2359.66,126.748,4.24115,300,0,0,8982,0,0,0,0,0),(105875,26989,571,1,1,24293,0,2148,5231.63,19.5292,1.15192,300,0,0,7181,0,0,0,0,0),(105876,29037,571,1,1,23317,0,5677.12,4574.54,-136.465,2.70526,300,0,0,94160,0,0,0,0,0),(105877,27245,571,1,1,24458,1,2797.04,-495.354,119.7,1.39626,300,0,0,39760,38270,0,0,0,0),(105878,31085,571,1,1,27585,1,5841.87,476.74,657.704,3.31613,300,0,0,12600,0,0,0,0,0),(105879,27501,571,1,1,24671,1,2794.18,-1890.38,5.20723,5.5676,300,5,0,9940,3387,1,0,0,0),(105880,27501,571,1,1,24674,1,2771.75,-1873.14,5.65052,2.00713,300,5,0,9940,3387,1,0,0,0),(105881,27501,571,1,1,24674,1,2814.19,-1884.11,10.9048,2.32129,300,5,0,9940,3387,1,0,0,0),(105882,27501,571,1,1,24671,1,2753.73,-1887.77,5.2066,5.35816,300,5,0,9940,3387,1,0,0,0),(105883,23917,571,1,1,11686,0,1567.05,-6301.68,8.37005,6.24828,300,0,0,4120,0,0,0,0,0),(105884,23917,571,1,1,11686,0,1475.62,-6375.81,7.74454,5.48033,300,0,0,4120,0,0,0,0,0),(105885,23917,571,1,1,11686,0,1577.18,-6297.37,8.02349,0.05236,300,0,0,4120,0,0,0,0,0),(105886,23917,571,1,1,11686,0,1480.23,-6365.72,7.65645,2.16421,300,0,0,4120,0,0,0,0,0),(105887,26477,571,1,1,6762,1,3404.51,2148.53,44.6889,5.55015,300,0,0,9291,3231,0,0,0,0),(105888,26477,571,1,1,14886,1,3439.52,2338.01,34.9111,4.11898,300,0,0,9291,3231,0,0,0,0),(105889,26477,571,1,1,23833,1,3423.95,2362.27,38.2451,2.75762,300,0,0,9291,3231,0,0,0,0),(105890,26477,571,1,1,14886,1,3532.73,2391.92,64.9583,0.785398,300,0,0,9291,3231,0,0,0,0),(105891,26477,571,1,1,23832,1,3495.47,2439.79,62.8,2.16421,300,0,0,9291,3231,0,0,0,0),(105892,26477,571,1,1,6762,1,3492.29,2394.07,57.9771,1.0821,300,0,0,9291,3231,0,0,0,0),(105893,26477,571,1,1,23833,1,3273.81,2236.8,37.5545,4.06662,300,0,0,9291,3231,0,0,0,0),(105894,26477,571,1,1,14886,1,3335.21,2337.52,30.9704,1.43117,300,0,0,9291,3231,0,0,0,0),(105895,26477,571,1,1,23832,1,3289.8,2315.15,30.0672,2.28638,300,0,0,9291,3231,0,0,0,0),(105896,26477,571,1,1,23833,1,3388.77,2204.16,37.3238,1.76278,300,0,0,9291,3231,0,0,0,0),(105897,26477,571,1,1,6762,1,3286.67,2266.59,30.0847,1.06465,300,0,0,9291,3231,0,0,0,0),(105898,23661,571,1,1,22076,1,1957.89,-4205.77,209.807,0.628319,300,5,0,8982,0,1,0,0,0),(105899,23661,571,1,1,22077,1,1700.38,-4244.61,245.234,2.64699,300,0,0,8982,0,0,0,0,0),(105900,26477,571,1,1,23832,1,3328.72,2294.8,34.6096,1.46608,300,0,0,9291,3231,0,0,0,0),(105901,26477,571,1,1,6762,1,3381.45,2178.12,43.3944,3.68265,300,0,0,9291,3231,0,0,0,0),(105902,26477,571,1,1,23833,1,3374.13,2343.55,35.0532,2.16421,300,0,0,9291,3231,0,0,0,0),(105903,27501,571,1,1,24672,1,2767.14,-2033.57,10.6353,1.97222,300,0,0,9940,3387,0,0,0,0),(105904,27501,571,1,1,24671,1,2606.3,-2092.26,7.30002,5.31193,300,0,0,9940,3387,2,0,0,0),(105905,27501,571,1,1,24671,1,2715.4,-2089.02,3.63855,6.13478,300,5,0,9940,3387,1,0,0,0),(105906,27501,571,1,1,24671,1,2634.16,-2125.57,3.95126,2.30383,300,0,0,9940,3387,0,0,0,0),(105907,23661,571,1,1,22078,1,1845.9,-4180.44,216.032,0.733038,300,0,0,8982,0,0,0,0,0),(105908,23661,571,1,1,22078,1,1779.19,-4045.25,235.069,3.63867,300,0,0,8982,0,0,0,0,0),(105909,23661,571,1,1,22076,1,1791.58,-4039.5,236.647,2.55857,300,5,0,8982,0,1,0,0,0),(105911,23661,571,1,1,22079,1,1943.42,-4044.39,215.718,1.09956,300,5,0,8982,0,1,0,0,0),(105912,23661,571,1,1,22078,1,1882.73,-4192.25,214.672,1.76278,300,0,0,8982,0,0,0,0,0),(105913,26477,571,1,1,23832,1,3542.88,2281.21,52.3022,0.471239,300,0,0,9291,3231,0,0,0,0),(105914,23661,571,1,1,22076,1,1835.73,-4147.86,224.212,3.29867,300,0,0,8982,0,0,0,0,0),(105915,23661,571,1,1,22078,1,1952.33,-4107.91,215.764,0.593412,300,0,0,8982,0,0,0,0,0),(105916,23661,571,1,1,22077,1,1939.21,-4141.45,214.445,-1.65673,300,0,0,8982,0,0,0,0,0),(105917,23661,571,1,1,22077,1,1923.19,-4187.39,216.29,0.20944,300,0,0,8982,0,0,0,0,0),(105918,27501,571,1,1,24671,1,2686.71,-2074.46,4.21919,2.47837,300,0,0,9940,3387,0,0,0,0),(105919,27501,571,1,1,24671,1,2659.38,-2080.2,4.34607,3.88143,300,0,0,9940,3387,2,0,0,0),(105920,23661,571,1,1,22076,1,1781.31,-4173.84,242.559,3.83873,300,5,0,8982,0,1,0,0,0),(105921,23661,571,1,1,22079,1,1883.46,-4169.71,215.034,-2.85079,300,0,0,8982,0,0,0,0,0),(105922,23661,571,1,1,22079,1,1985.95,-4205.99,211.904,5.02766,300,5,0,8982,0,1,0,0,0),(105923,23661,571,1,1,22077,1,1796.76,-4175.65,240.676,5.55015,300,0,0,8982,0,0,0,0,0),(105924,23661,571,1,1,22079,1,1814.31,-4151.47,238.732,1.3911,300,5,0,8982,0,1,0,0,0),(105925,23661,571,1,1,22078,1,1718.02,-4240.04,243.761,0.985122,300,5,0,8982,0,1,0,0,0),(105926,23661,571,1,1,22078,1,1973.23,-4055.06,215.682,5.18363,300,0,0,8982,0,0,0,0,0),(105927,27501,571,1,1,24672,1,2745.83,-1995.83,4.65985,1.27742,300,5,0,9940,3387,1,0,0,0),(105928,27501,571,1,1,24674,1,2650.36,-2025.18,4.32393,2.50544,300,0,0,9940,3387,2,0,0,0),(105929,27501,571,1,1,24673,1,2698.61,-2030.49,4.05287,0.914678,300,5,0,9940,3387,1,0,0,0),(105930,27501,571,1,1,24674,1,2785.88,-2028.11,10.7721,0.959931,300,0,0,9940,3387,0,0,0,0),(105931,27501,571,1,1,24673,1,2768.59,-1959.83,5.23692,4.06119,300,5,0,9940,3387,1,0,0,0),(105932,27501,571,1,1,24671,1,2633.48,-1987.5,8.76404,5.58819,300,0,0,9940,3387,2,0,0,0),(105933,27501,571,1,1,24672,1,2670.55,-2010.98,18.1721,4.13393,300,0,0,9940,3387,2,0,0,0),(105934,27501,571,1,1,24671,1,2767.51,-1986.68,5.26641,1.55334,300,0,0,9940,3387,0,0,0,0),(105935,27501,571,1,1,24671,1,2793.05,-1979.43,10.9003,4.07205,300,5,0,9940,3387,1,0,0,0),(105936,27501,571,1,1,24672,1,2806.62,-2193.74,22.3292,0.918369,300,5,0,9940,3387,1,0,0,0),(105937,27501,571,1,1,24671,1,2917.55,-1873.94,47.052,0.801059,300,0,0,9940,3387,0,0,0,0),(105938,27501,571,1,1,24672,1,2968.68,-1745.33,37.4379,2.93215,300,0,0,9940,3387,0,0,0,0),(105939,27501,571,1,1,24674,1,2930,-1818.1,44.5172,0.472999,300,0,0,9940,3387,0,0,0,0),(105940,27501,571,1,1,24672,1,2931.24,-1723.84,23.9106,1.93756,300,5,0,9940,3387,1,0,0,0),(105941,27501,571,1,1,24672,1,2759.76,-1924.42,4.90025,1.27409,300,0,0,9940,3387,0,0,0,0),(105942,27501,571,1,1,24671,1,2837.58,-1891.23,10.904,2.21461,300,0,0,9940,3387,0,0,0,0),(105943,27501,571,1,1,24672,1,2866.49,-1814.74,34.6578,3.47321,300,0,0,9940,3387,0,0,0,0),(105944,27501,571,1,1,24671,1,2764.32,-1921.76,4.48375,2.94841,300,0,0,9940,3387,0,0,0,0),(105945,27501,571,1,1,24673,1,2795.13,-1928.26,5.13991,1.24754,300,0,0,9940,3387,0,0,0,0),(105946,27501,571,1,1,24672,1,2914.78,-2169.07,47.1474,1.73203,300,0,0,9940,3387,0,0,0,0),(105947,27501,571,1,1,24671,1,2616.45,-1974.52,18.1334,2.63545,300,0,0,9940,3387,0,0,0,0),(105948,27501,571,1,1,24672,1,2626.73,-1981.6,10.8377,2.54818,300,0,0,9940,3387,0,0,0,0),(105949,27501,571,1,1,24674,1,2652.82,-2027.09,4.09663,5.66275,300,5,0,9940,3387,1,0,0,0),(105950,27501,571,1,1,24673,1,2649.84,-1989,8.28463,1.43024,300,5,0,9940,3387,1,0,0,0),(105951,27501,571,1,1,24671,1,2709.51,-2014.24,4.15611,1.032,300,5,0,9940,3387,1,0,0,0),(105953,27501,571,1,1,24671,1,2738.8,-2012.27,4.59055,3.93395,300,5,0,9940,3387,1,0,0,0),(105956,27501,571,1,1,24671,1,2794.09,-1980.17,10.9003,6.09596,300,5,0,9940,3387,1,0,0,0),(105958,27501,571,1,1,24671,1,2798.33,-2096.6,28.4081,1.32795,300,5,0,9940,3387,1,0,0,0),(105959,27501,571,1,1,24672,1,2892.42,-2214.71,48.2002,1.78024,300,0,0,9940,3387,0,0,0,0),(105960,27501,571,1,1,24674,1,2940.17,-1740.49,33.064,1.41515,300,5,0,9940,3387,1,0,0,0),(105961,27501,571,1,1,24671,1,2848.19,-2163.06,32.0055,0,300,0,0,9940,3387,0,0,0,0),(105962,27501,571,1,1,24672,1,2850.13,-2201.1,34.0611,1.32429,300,5,0,9940,3387,1,0,0,0),(105963,27501,571,1,1,24672,1,2995.68,-1845.8,60.21,2.15044,300,0,0,9940,3387,0,0,0,0),(105964,27501,571,1,1,24671,1,2948.38,-2047.56,72.7102,5.42797,300,0,0,9940,3387,0,0,0,0),(105965,27501,571,1,1,24671,1,2901.74,-1997.43,52.8316,3.17677,300,0,0,9940,3387,0,0,0,0),(105966,27501,571,1,1,24671,1,2888.03,-2032.63,55.3187,1.07346,300,0,0,9940,3387,0,0,0,0),(105967,27501,571,1,1,24673,1,2837.79,-1903.07,11.0692,4.52492,300,5,0,9940,3387,1,0,0,0),(105969,27501,571,1,1,24672,1,2963.45,-1932.61,51.1968,2.77507,300,0,0,9940,3387,0,0,0,0),(105971,27501,571,1,1,24674,1,2786.55,-1899.64,5.33934,1.36598,300,5,0,9940,3387,1,0,0,0),(105972,27501,571,1,1,24672,1,2791.9,-2139.33,23.2848,3.7001,300,0,0,9940,3387,0,0,0,0),(105973,27501,571,1,1,24673,1,2846.79,-1936.14,12.8862,1.96544,300,5,0,9940,3387,1,0,0,0),(105974,27501,571,1,1,24672,1,2762.45,-1917.82,4.45212,-2.06241,300,0,0,9940,3387,0,0,0,0),(105976,27501,571,1,1,24674,1,2919.93,-1876,47.4409,5.65487,300,0,0,9940,3387,0,0,0,0),(105977,27501,571,1,1,24674,1,2783.44,-1908.76,4.59039,1.23882,300,0,0,9940,3387,0,0,0,0),(213241,22016,530,1,1,0,0,-4108.46,1288.62,54.2145,1.98968,300,0,0,1,0,0,0,0,0),(105979,26477,571,1,1,23832,1,3547.6,2348.7,58.7651,1.06465,300,0,0,9291,3231,0,0,0,0),(213240,22016,530,1,1,0,0,-4100.11,1350.39,72.3118,3.05433,300,0,0,1,0,0,0,0,0),(213239,22016,530,1,1,0,0,-4100.06,1377.72,80.5417,2.11185,300,0,0,1,0,0,0,0,0),(213238,22016,530,1,1,0,0,-4100.05,1373.94,79.2851,2.09971,300,0,0,1,0,0,0,0,0),(213237,22016,530,1,1,0,0,-4099.99,1353.74,73.721,3.29395,300,0,0,1,0,0,0,0,0),(213236,22016,530,1,1,0,0,-4096.36,1322.75,65.6467,2.93215,300,0,0,1,0,0,0,0,0),(213235,22016,530,1,1,0,0,-4096.19,1317.84,63.5953,3.05433,300,0,0,1,0,0,0,0,0),(105987,25198,571,1,1,486,1,4403.41,6156.19,0.470441,3.97935,300,0,0,1068,0,0,0,0,0),(105988,25198,571,1,1,1762,1,4375.91,6135.21,-3.49808,3.18796,300,0,0,1068,0,0,0,0,0),(105989,25198,571,1,1,486,1,4437.19,6163.06,-5.57972,4.20624,300,0,0,1068,0,0,0,0,0),(105990,25198,571,1,1,1994,1,4396.12,6169.02,-0.94796,3.13683,300,0,0,1068,0,0,0,0,0),(105991,25198,571,1,1,346,1,4373.09,6088.36,0.508501,1.23139,300,0,0,1068,0,0,0,0,0),(105992,25198,571,1,1,1994,1,4362.29,6078.11,3.3489,2.66381,300,0,0,1068,0,0,0,0,0),(105993,26990,571,1,1,24283,0,2147.52,5251.18,19.6081,4.11898,300,0,0,7181,0,0,0,0,0),(105994,15214,571,1,1,0,0,3511.95,4248.33,18.1383,2.25148,300,0,0,42,0,0,0,0,0),(200107,29778,571,1,1,0,1,5928.26,583.926,609.662,4.86055,25,0,0,42,0,0,0,0,0),(105997,15214,571,1,1,0,0,1976.56,-3264.8,134.85,6.14356,300,0,0,42,0,0,0,0,0),(105998,15214,571,1,1,0,0,1967.41,-3265.15,134.733,6.14356,300,0,0,42,0,0,0,0,0),(105999,15214,571,1,1,0,0,6060.09,4517.35,-85.4709,3.92699,300,0,0,42,0,0,0,0,0),(106000,15214,571,1,1,0,0,5996.39,4508.29,-86.4563,1.27409,300,0,0,42,0,0,0,0,0),(106001,15214,571,1,1,0,0,5989.74,4479.3,-86.3112,3.36848,300,0,0,42,0,0,0,0,0),(106002,15214,571,1,1,0,0,6133.53,4455.38,-81.7514,5.93412,300,0,0,42,0,0,0,0,0),(106003,15214,571,1,1,0,0,6061.79,4453.47,-79.178,0.785398,300,0,0,42,0,0,0,0,0),(106004,15214,571,1,1,0,0,6050.86,4448.61,-79.2894,0.680678,300,0,0,42,0,0,0,0,0),(106005,15214,571,1,1,0,0,5534.17,-920.213,172.251,3.14159,300,0,0,42,0,0,0,0,0),(106006,15214,571,1,1,0,0,5451.42,-828.683,151.984,6.0912,300,0,0,42,0,0,0,0,0),(106007,15214,571,1,1,0,0,5341.5,-916.224,167.673,3.14159,300,0,0,42,0,0,0,0,0),(106008,15214,571,1,1,0,0,5414.81,-721.52,157.842,3.61283,300,0,0,42,0,0,0,0,0),(106009,15214,571,1,1,0,0,5333.06,-890.609,168.81,2.23402,300,0,0,42,0,0,0,0,0),(106010,15214,571,1,1,0,0,5594.91,-924.915,176.11,6.03884,300,0,0,42,0,0,0,0,0),(106011,15214,571,1,1,0,0,5464.23,-728.858,148.673,5.39307,300,0,0,42,0,0,0,0,0),(106012,15214,571,1,1,0,0,5437.68,-766.894,154.743,0.226893,300,0,0,42,0,0,0,0,0),(106013,15214,571,1,1,0,0,5301.85,-882.853,169.348,5.41052,300,0,0,42,0,0,0,0,0),(106014,15214,571,1,1,0,0,2233.64,5156.24,5.45496,4.4855,300,0,0,42,0,0,0,0,0),(106015,15214,571,1,1,0,0,5451.35,-2610.28,328.496,2.58309,300,0,0,42,0,0,0,0,0),(106016,15214,571,1,1,0,0,6038.57,-2636.95,310.837,0.872665,300,0,0,42,0,0,0,0,0),(106017,15214,571,1,1,0,0,4804.79,1294.72,171.944,3.07992,300,0,0,42,0,0,0,0,0),(106018,15214,571,1,1,0,0,4721.86,1354.18,166.385,5.20599,300,0,0,42,0,0,0,0,0),(106019,15214,571,1,1,0,0,4798.03,1438.35,193.263,3.24072,300,0,0,42,0,0,0,0,0),(106020,15214,571,1,1,0,0,4765.03,1394.41,183.216,1.6057,300,0,0,42,0,0,0,0,0),(106021,15214,571,1,1,0,0,4868.74,1558.43,225.174,0.920459,300,0,0,42,0,0,0,0,0),(106022,15214,571,1,1,0,0,4802.61,1335.02,173.248,5.16874,300,0,0,42,0,0,0,0,0),(106023,15214,571,1,1,0,0,4824.3,1417.69,194.201,0.81374,300,0,0,42,0,0,0,0,0),(106024,15214,571,1,1,0,0,4926.65,1474,223.358,0.023177,300,0,0,42,0,0,0,0,0),(106025,15214,571,1,1,0,0,4756.25,1307.29,163.356,0,300,0,0,42,0,0,0,0,0),(106026,15214,571,1,1,0,0,4841.8,1500.53,209.669,4.03171,300,0,0,42,0,0,0,0,0),(106027,15214,571,1,1,0,0,4814.55,1421.51,194.158,4.2586,300,0,0,42,0,0,0,0,0),(106028,15214,571,1,1,0,0,4885.88,1445.53,209.657,3.33358,300,0,0,42,0,0,0,0,0),(106029,15214,571,1,1,0,0,3858.78,-4347.16,195.403,2.93215,300,0,0,42,0,0,0,0,0),(106030,15214,571,1,1,0,0,2735.73,-4364.54,278.018,2.93215,300,0,0,42,0,0,0,0,0),(106031,15214,571,1,1,0,0,2808.47,-3619.03,247.324,2.72271,300,0,0,42,0,0,0,0,0),(106032,15214,571,1,1,0,0,3022.28,4586.69,2.24844,0.959931,300,0,0,42,0,0,0,0,0),(106033,15214,571,1,1,0,0,2938.7,4875.49,2.0749,0.785398,300,0,0,42,0,0,0,0,0),(106034,15214,571,1,1,0,0,3056.26,4714.89,1.9893,0.017453,300,0,0,42,0,0,0,0,0),(106035,24174,571,1,1,22175,0,2002.04,-5458.73,213.593,2.52603,300,5,0,1,0,1,0,0,0),(106036,24174,571,1,1,22175,0,70.5186,-5848.51,3.5853,4.30468,300,0,0,1,0,0,0,0,0),(106037,24174,571,1,1,22175,0,1328.9,-3234.58,162.785,6.21083,300,5,0,1,0,1,0,0,0),(106038,24174,571,1,1,22175,0,154.616,-3988.81,5.59262,4.60623,300,5,0,1,0,1,0,0,0),(106039,24174,571,1,1,22175,0,192.077,-5924.24,6.84421,2.72099,300,5,0,1,0,1,0,0,0),(106040,24174,571,1,1,22175,0,305.454,-3909.19,1.1691,3.20584,300,5,0,1,0,1,0,0,0),(106041,15214,571,1,1,0,0,3877.7,3726.03,48.3402,0.576363,300,0,0,42,0,0,0,0,0),(106042,25198,571,1,1,1994,1,4364.15,6165.83,-23.0475,2.83233,300,0,0,1068,0,0,0,0,0),(106043,25198,571,1,1,1762,1,4411.86,6170.81,-0.772324,1.54391,300,0,0,1068,0,0,0,0,0),(106044,25198,571,1,1,346,1,4381.28,6183.47,-50.6581,3.60029,300,0,0,1068,0,0,0,0,0),(106045,25198,571,1,1,346,1,4373.65,6126.07,0.296844,2.68781,300,0,0,1068,0,0,0,0,0),(106046,15214,571,1,1,0,0,4115.42,5324.4,28.7579,0.785398,300,0,0,42,0,0,0,0,0),(106047,15214,571,1,1,0,0,5422.39,-818.808,155.995,1.13446,300,0,0,42,0,0,0,0,0),(106048,15214,571,1,1,0,0,5371.92,-657.404,128.977,1.309,300,0,0,42,0,0,0,0,0),(106049,15214,571,1,1,0,0,5394.1,-823.707,153.318,0.366519,300,0,0,42,0,0,0,0,0),(106050,15214,571,1,1,0,0,5373.67,-848.331,158.423,5.61996,300,0,0,42,0,0,0,0,0),(106051,15214,571,1,1,0,0,5391.96,-702.777,150.326,1.55334,300,0,0,42,0,0,0,0,0),(106052,15214,571,1,1,0,0,4875.7,1456.42,209.601,3.65239,300,0,0,42,0,0,0,0,0),(106053,15214,571,1,1,0,0,4845.62,1495.98,209.576,3.04471,300,0,0,42,0,0,0,0,0),(106054,15214,571,1,1,0,0,4804.82,1292.85,172.323,4.17789,300,0,0,42,0,0,0,0,0),(106055,15214,571,1,1,0,0,4878.56,1393.96,196.388,5.36761,300,0,0,42,0,0,0,0,0),(106056,15214,571,1,1,0,0,4714.02,1437.06,174.805,4.73514,300,0,0,42,0,0,0,0,0),(106057,15214,571,1,1,0,0,4771.85,1499.02,197.263,4.13712,300,0,0,42,0,0,0,0,0),(106058,15214,571,1,1,0,0,4784.46,1376.53,181.986,1.48353,300,0,0,42,0,0,0,0,0),(106059,15214,571,1,1,0,0,4806.8,1337.3,173.248,5.02844,300,0,0,42,0,0,0,0,0),(106060,15214,571,1,1,0,0,2929.03,4882.35,2.06907,0.558505,300,0,0,42,0,0,0,0,0),(106061,15214,571,1,1,0,0,3018.31,4574.9,1.77603,1.01229,300,0,0,42,0,0,0,0,0),(106062,15214,571,1,1,0,0,2832.21,4899.84,2.15636,2.04204,300,0,0,42,0,0,0,0,0),(106063,15214,571,1,1,0,0,3043.04,4675.32,2.18489,0.279253,300,0,0,42,0,0,0,0,0),(106064,15214,571,1,1,0,0,2817.89,4889.4,2.19258,0.680678,300,0,0,42,0,0,0,0,0),(106065,24174,571,1,1,22175,0,76.1672,-5950.8,4.84256,1.22002,300,5,0,1,0,1,0,0,0),(106066,15214,571,1,1,0,0,3827.1,3743.9,52.5611,4.19525,300,0,0,42,0,0,0,0,0),(106067,15214,571,1,1,0,0,4077.08,4807.15,0.464354,0.390918,300,0,0,42,0,0,0,0,0),(106068,15214,571,1,1,0,0,4158.66,4924.79,-12.8706,6.28006,300,0,0,42,0,0,0,0,0),(106069,15214,571,1,1,0,0,4178.35,5279.95,26.7764,3.14159,300,0,0,42,0,0,0,0,0),(106070,15214,571,1,1,0,0,3008.94,4599.62,2.13065,2.89725,300,0,0,42,0,0,0,0,0),(106071,24174,571,1,1,22175,0,181.479,-5844.41,9.74489,0.279105,300,5,0,1,0,1,0,0,0),(106072,24174,571,1,1,22175,0,435.417,-3793.75,4.16684,1.75018,300,5,0,1,0,1,0,0,0),(106074,15214,571,1,1,0,0,1899.91,6027.15,6.35304,4.64258,300,0,0,42,0,0,0,0,0),(106075,15214,571,1,1,0,0,3034.59,4593.65,3.35875,0.261799,300,0,0,42,0,0,0,0,0),(106076,15214,571,1,1,0,0,3047.92,4703.31,2.24788,6.10865,300,0,0,42,0,0,0,0,0),(106077,15214,571,1,1,0,0,3050.38,4686.49,1.31817,0.15708,300,0,0,42,0,0,0,0,0),(106078,15214,571,1,1,0,0,3060.87,4685.51,1.60206,1.8326,300,0,0,42,0,0,0,0,0),(106079,24174,571,1,1,22175,0,1793.46,-5513.17,202.224,0.346769,300,5,0,1,0,1,0,0,0),(106080,24174,571,1,1,22175,0,1647.48,-6043.5,6.92996,0.628809,300,5,0,1,0,1,0,0,0),(106081,15214,571,1,1,0,0,3042.32,4709.43,1.71945,6.05629,300,0,0,42,0,0,0,0,0),(106082,15214,571,1,1,0,0,3042.03,4695.16,2.22452,0.034907,300,0,0,42,0,0,0,0,0),(106083,15214,571,1,1,0,0,1389.29,-3227.86,160.628,4.97419,300,0,0,42,0,0,0,0,0),(106084,15214,571,1,1,0,0,4090.29,4879.05,-12.8706,4.22916,300,0,0,42,0,0,0,0,0),(106085,15214,571,1,1,0,0,2956.3,4886.69,-2.03902,0.767945,300,0,0,42,0,0,0,0,0),(106086,15214,571,1,1,0,0,2821.17,4926.5,4.68399,0.174533,300,0,0,42,0,0,0,0,0),(106087,15214,571,1,1,0,0,3038.44,4581.77,3.4079,5.68977,300,0,0,42,0,0,0,0,0),(106088,15214,571,1,1,0,0,3023.54,4606.25,1.75106,1.74533,300,0,0,42,0,0,0,0,0),(106089,15214,571,1,1,0,0,2948.33,4866.54,12.7583,0.994838,300,0,0,42,0,0,0,0,0),(106090,15214,571,1,1,0,0,3060.56,4663.61,2.25845,2.89725,300,0,0,42,0,0,0,0,0),(106091,15214,571,1,1,0,0,2826.99,4913.14,3.19645,1.85005,300,0,0,42,0,0,0,0,0),(106092,15214,571,1,1,0,0,2804.9,4906.14,2.30817,0.191986,300,0,0,42,0,0,0,0,0),(106093,15214,571,1,1,0,0,2810.57,4897.59,2.65995,0.418879,300,0,0,42,0,0,0,0,0),(106094,15214,571,1,1,0,0,2949.21,4876.73,-8.52945,0.942478,300,0,0,42,0,0,0,0,0),(106095,15214,571,1,1,0,0,3016.38,4597.21,2.24844,0.680678,300,0,0,42,0,0,0,0,0),(106096,15214,571,1,1,0,0,2814.58,4907.92,2.24608,0.122173,300,0,0,42,0,0,0,0,0),(106097,15214,571,1,1,0,0,2819.72,4897.25,2.64219,0.436332,300,0,0,42,0,0,0,0,0),(106098,15214,571,1,1,0,0,3014.98,4585.75,2.15385,0.767945,300,0,0,42,0,0,0,0,0),(106099,15214,571,1,1,0,0,2939.21,4883.59,2.58265,0.645772,300,0,0,42,0,0,0,0,0),(106100,24174,571,1,1,22175,0,1978.52,-5672.25,214.892,1.48182,300,5,0,1,0,1,0,0,0),(106101,24174,571,1,1,22175,0,-60.3976,-3497.17,32.6799,2.85444,300,5,0,1,0,1,0,0,0),(106102,25454,571,1,1,24564,0,3665.41,3793.15,46.1641,6.16961,300,5,0,8982,0,1,0,0,0),(106103,25454,571,1,1,24564,0,3823.5,3897.88,43.5939,4.78916,300,5,0,8982,0,1,0,0,0),(106104,25454,571,1,1,24564,0,4057.84,4273.3,34.01,3.39736,300,5,0,8982,0,1,0,0,0),(106105,24174,571,1,1,22175,0,1933.38,-5371.68,201.523,4.22615,300,5,0,1,0,1,0,0,0),(106106,24174,571,1,1,22175,0,2037.94,-5562.67,219.626,3.75504,300,5,0,1,0,1,0,0,0),(106107,24174,571,1,1,22175,0,2493.97,-5049.44,283.089,0.194524,300,5,0,1,0,1,0,0,0),(106108,24174,571,1,1,22175,0,1438.21,-3294.7,168.642,0.228214,300,5,0,1,0,1,0,0,0),(106109,24174,571,1,1,22175,0,1631.82,-4860.65,129.178,3.70639,300,5,0,1,0,1,0,0,0),(106110,24174,571,1,1,22175,0,1573.3,-4966.92,143.28,1.20712,300,5,0,1,0,1,0,0,0),(106111,25454,571,1,1,24564,0,3693.42,3789.96,46.2802,6.16964,300,5,0,8982,0,1,0,0,0),(106112,24174,571,1,1,22175,0,1667.7,-4210.06,251.869,1.12433,300,5,0,1,0,1,0,0,0),(106113,24174,571,1,1,22175,0,888.786,-4817.1,5.9643,2.06679,300,5,0,1,0,1,0,0,0),(106114,23662,571,1,1,22074,1,1851.27,-4036.09,210.491,2.18166,300,0,0,8982,0,0,0,0,0),(106115,24174,571,1,1,22175,0,1904.32,-5521.5,204.273,5.03306,300,5,0,1,0,1,0,0,0),(106116,24174,571,1,1,22175,0,1843.48,-6069.99,10.1489,4.72757,300,5,0,1,0,1,0,0,0),(106117,24174,571,1,1,22175,0,1871.52,-5937.48,6.61875,0.702094,300,5,0,1,0,1,0,0,0),(106119,24174,571,1,1,22175,0,1808.43,-4102.65,234.777,2.15087,300,5,0,1,0,1,0,0,0),(106120,27246,571,1,1,24459,0,2707.02,-254.119,143.544,0.575959,300,0,0,7688,7500,0,0,0,0),(106121,24174,571,1,1,22175,0,766.212,-4905.76,2.33332,4.95416,300,5,0,1,0,1,0,0,0),(106122,23662,571,1,1,22074,1,1603.62,-4183.39,272.578,6.22532,300,0,0,8982,0,0,0,0,0),(106123,24174,571,1,1,22175,0,984.648,-4944.76,4.91229,4.93994,300,5,0,1,0,1,0,0,0),(106124,24174,571,1,1,22175,0,1707.49,-5908.34,7.11089,0.819987,300,5,0,1,0,1,0,0,0),(106125,24174,571,1,1,22175,0,1893.44,-4109.31,213.555,5.44738,300,5,0,1,0,1,0,0,0),(106126,24174,571,1,1,22175,0,39.5637,-3462.5,39.0695,3.67263,300,5,0,1,0,1,0,0,0),(106127,24174,571,1,1,22175,0,1744.32,-6007.17,7.12851,5.20847,300,5,0,1,0,1,0,0,0),(106128,24174,571,1,1,22175,0,618.827,-3259.45,25.5578,1.25137,300,0,0,1,0,0,0,0,0),(106129,24174,571,1,1,22175,0,426.145,-3341.22,52.2524,2.87446,300,0,0,1,0,0,0,0,0),(106130,24174,571,1,1,22175,0,745.932,-3233.5,26.2211,0.592417,300,5,0,1,0,1,0,0,0),(106131,24174,571,1,1,22175,0,625.589,-4959.31,5.37557,4.87595,300,5,0,1,0,1,0,0,0),(106132,24174,571,1,1,22175,0,1100.85,-5007.95,11.1435,5.17608,300,5,0,1,0,1,0,0,0),(106133,24174,571,1,1,22175,0,1105.04,-4979.13,32.1228,3.32453,300,5,0,1,0,1,0,0,0),(106134,23662,571,1,1,22075,1,2046.02,-4160.15,217.109,2.18878,300,0,0,8982,0,0,0,0,0),(106135,23662,571,1,1,22075,1,2035.52,-4081.49,219.902,1.02974,300,0,0,8982,0,0,0,0,0),(106136,24174,571,1,1,22175,0,819.26,-4826.58,1.82581,1.61529,300,5,0,1,0,1,0,0,0),(106137,24174,571,1,1,22175,0,1095.95,-4832.87,29.7106,2.25653,300,5,0,1,0,1,0,0,0),(106138,24174,571,1,1,22175,0,903.298,-4961.89,1.36153,4.49662,300,5,0,1,0,1,0,0,0),(106139,27758,571,1,1,25948,1,2515.91,-1822.01,10.9846,5.48033,300,0,0,33003,10929,0,0,0,0),(106140,27758,571,1,1,25948,1,2494.39,-1933.88,12.4038,0.558505,300,0,0,33003,10929,0,0,0,0),(106141,27758,571,1,1,25950,1,2525.61,-1980.78,8.35749,5.34071,300,0,0,33003,10929,0,0,0,0),(106142,27758,571,1,1,25949,1,2539.51,-1972.8,8.3314,5.3058,300,0,0,33003,10929,0,0,0,0),(106143,24174,571,1,1,22175,0,904.652,-4880.24,4.35078,6.16174,300,5,0,1,0,1,0,0,0),(106144,24174,571,1,1,22175,0,909.872,-4858.75,4.71111,3.42847,300,5,0,1,0,1,0,0,0),(106145,24174,571,1,1,22175,0,1058.82,-4947.45,12.0924,6.27939,300,5,0,1,0,1,0,0,0),(106146,24174,571,1,1,22175,0,853.653,-4857.63,2.38234,2.56002,300,5,0,1,0,1,0,0,0),(106147,24174,571,1,1,22175,0,862.913,-4953.61,3.77567,4.57276,300,0,0,1,0,0,0,0,0),(106148,24174,571,1,1,22175,0,1024.57,-4908.87,7.99673,1.36938,300,5,0,1,0,1,0,0,0),(106149,24174,571,1,1,22175,0,975.313,-4937.23,3.649,2.35619,300,0,0,1,0,0,0,0,0),(106150,24174,571,1,1,22175,0,1001.69,-4962.67,6.9767,0.558505,300,0,0,1,0,0,0,0,0),(106151,24174,571,1,1,22175,0,1034.94,-4978.14,10.7027,0.802851,300,0,0,1,0,0,0,0,0),(106152,23662,571,1,1,22072,1,2035.81,-4197.87,214.764,5.74213,300,0,0,8982,0,0,0,0,0),(106153,24174,571,1,1,22175,0,1669,-4071.79,271.261,2.95773,300,5,0,1,0,1,0,0,0),(106154,24174,571,1,1,22175,0,1436.01,-6343.88,7.00532,3.01641,300,5,0,1,0,1,0,0,0),(106155,24174,571,1,1,22175,0,1452.57,-6274.04,6.05592,4.0026,300,5,0,1,0,1,0,0,0),(106156,23662,571,1,1,22075,1,2025.96,-4049.83,222.546,1.41791,300,0,0,8982,0,0,0,0,0),(106157,23662,571,1,1,22073,1,1946.71,-4064.43,214.709,2.99662,300,0,0,8982,0,0,0,0,0),(106158,23662,571,1,1,22073,1,2012.51,-4174.69,214.359,5.89921,300,0,0,8982,0,0,0,0,0),(106159,23662,571,1,1,22072,1,2018.41,-4104.49,219.544,0.645772,300,0,0,8982,0,0,0,0,0),(106160,23662,571,1,1,22075,1,1963.37,-4258.54,213.111,5.46288,300,0,0,8982,0,0,0,0,0),(106161,23662,571,1,1,22073,1,2020.72,-4004.75,219.267,0.418879,300,0,0,8982,0,0,0,0,0),(106162,23662,571,1,1,22074,1,1991.19,-4014.81,217.206,2.89725,300,0,0,8982,0,0,0,0,0),(106163,25454,571,1,1,24564,0,3882.75,3874.81,60.1814,6.24172,300,5,0,8982,0,1,0,0,0),(106164,25454,571,1,1,24564,0,3922.67,4151.63,43.9713,2.27509,300,5,0,8982,0,1,0,0,0),(106165,25198,571,1,1,1994,1,4374.86,6033.94,1.02969,4.08407,300,0,0,1068,0,0,0,0,0),(106166,25198,571,1,1,346,1,4353.09,6102.49,-3.27277,1.89371,300,0,0,1068,0,0,0,0,0),(106167,25198,571,1,1,1762,1,4342.34,6076.26,-2.70931,1.85444,300,0,0,1068,0,0,0,0,0),(106168,27758,571,1,1,25951,1,2462.25,-1849.97,5.59361,6.08343,300,5,0,33003,10929,1,0,0,0),(106169,27758,571,1,1,25948,1,2496.55,-1890.7,8.47805,1.8787,300,5,0,33003,10929,1,0,0,0),(106170,27758,571,1,1,25950,1,2552.46,-1831.56,10.5746,2.25148,300,0,0,33003,10929,0,0,0,0),(106171,27758,571,1,1,25951,1,2574.73,-1795.42,10.5438,0.349066,300,0,0,33003,10929,0,0,0,0),(106172,27758,571,1,1,25948,1,2579.39,-1810.58,10.4847,0.296706,300,0,0,33003,10929,0,0,0,0),(106173,27758,571,1,1,25949,1,2481.61,-1875.83,10.8375,6.23082,300,0,0,33003,10929,0,0,0,0),(106174,27758,571,1,1,25948,1,2481.1,-1903.97,10.5534,6.24828,300,0,0,33003,10929,0,0,0,0),(106175,27758,571,1,1,25951,1,2543.5,-1915.32,3.39682,0.034907,300,0,0,33003,10929,0,0,0,0),(106176,27758,571,1,1,25951,1,2544.33,-1930.5,3.86072,0,300,0,0,33003,10929,0,0,0,0),(106177,25198,571,1,1,1762,1,4416.63,6223.25,-87.6643,1.57914,300,0,0,1068,0,0,0,0,0),(106178,25198,571,1,1,346,1,4271.98,6039.58,-2.68882,3.14159,300,0,0,1068,0,0,0,0,0),(106179,25198,571,1,1,1762,1,4441.46,6170.53,-6.33586,4.8141,300,0,0,1068,0,0,0,0,0),(106180,25454,571,1,1,24564,0,4192.03,4250,56.7764,0.95675,300,5,0,8982,0,1,0,0,0),(106181,15214,571,1,1,0,0,8243.5,-1251.78,980.643,4.39823,300,0,0,42,0,0,0,0,0),(106182,15214,571,1,1,0,0,8254.2,-1264.81,980.64,4.29351,300,0,0,42,0,0,0,0,0),(106183,15214,571,1,1,0,0,8445.33,-1491.51,982.466,1.93731,300,0,0,42,0,0,0,0,0),(106184,15214,571,1,1,0,0,8368.52,-1389.27,980.642,2.42601,300,0,0,42,0,0,0,0,0),(106185,15214,571,1,1,0,0,8465.93,-1507.97,980.809,2.82743,300,0,0,42,0,0,0,0,0),(106186,25199,571,1,1,391,1,4373.08,6101.85,0.338868,4.39823,300,0,0,10329,0,0,0,0,0),(106187,26991,571,1,1,24295,0,2121.9,5242.18,19.5292,1.29154,300,0,0,7181,0,0,0,0,0),(106188,25455,571,1,1,16998,0,4526.36,5674.26,82.1013,3.45575,300,0,0,8982,0,0,0,0,0),(106189,28527,571,1,1,25502,1,5740.27,-3595.09,387.024,0.820305,300,0,0,9103,8313,0,0,0,0),(106190,29807,571,1,1,26570,0,5812.99,686.767,655.319,0,300,5,0,42,0,1,0,0,0),(106191,29551,571,1,1,25771,0,6851.89,-1662.57,822.953,5.8294,300,0,0,12175,0,0,0,0,0),(106192,29551,571,1,1,25771,0,6837.62,-1680.58,823.003,5.32325,300,0,0,12175,0,0,0,0,0),(106193,23663,571,1,1,25658,1,1844.07,-4244.11,208.33,0.509344,300,0,0,8982,0,0,0,0,0),(106194,23663,571,1,1,25657,1,1847.72,-4242.08,208.036,3.65094,300,0,0,8982,0,0,0,0,0),(106195,23663,571,1,1,25657,1,1863.95,-4220.59,215.143,5.90593,300,0,0,8982,0,0,0,0,0),(106196,23663,571,1,1,25657,1,2009.75,-4210.49,209.43,4.46804,300,5,0,8982,0,1,0,0,0),(106197,23663,571,1,1,25657,1,1938.26,-4225.21,209.583,5.48584,300,0,0,8982,0,0,0,0,0),(106198,23663,571,1,1,25657,1,1759.95,-4139.76,266.801,6.24828,300,0,0,8982,0,0,0,0,0),(106199,23663,571,1,1,25657,1,1757.44,-4104.38,267.042,0.349066,300,0,0,8982,0,0,0,0,0),(106200,27247,571,1,1,24460,0,2794.62,-492.766,119.7,1.15192,300,0,0,28830,0,0,0,0,0),(106201,27247,571,1,1,24460,0,2799.5,-494.453,119.7,1.46608,300,0,0,28830,0,0,0,0,0),(106202,23663,571,1,1,25657,1,1625.45,-4065.92,265.828,4.9311,300,0,0,8982,0,0,0,0,0),(106203,23663,571,1,1,25658,1,1744.93,-4076.13,267.337,0.610865,300,0,0,8982,0,0,0,0,0),(106204,23663,571,1,1,25658,1,1718.82,-4153.03,273.004,2.40389,300,0,0,8982,0,0,0,0,0),(106205,23663,571,1,1,25657,1,1851.98,-4107.49,225.896,1.84913,300,0,0,8982,0,0,0,0,0),(106206,23663,571,1,1,25657,1,1839.17,-4062.62,222.313,3.57967,300,0,0,8982,0,0,0,0,0),(106207,23663,571,1,1,25658,1,1904.01,-4087.6,213.862,3.52657,300,0,0,8982,0,0,0,0,0),(106208,23919,571,1,1,21910,0,2090.46,-5222.86,233.058,1.49852,300,5,0,7984,0,1,0,0,0),(106209,27759,571,1,1,24779,1,2484.83,-1888.76,9.76869,0.05236,300,0,0,33003,10929,0,0,0,0),(106210,23663,571,1,1,25658,1,1905.68,-4129.87,215.275,1.27107,300,0,0,8982,0,0,0,0,0),(106211,23663,571,1,1,25658,1,1977.03,-4107.13,214.364,0.508112,300,0,0,8982,0,0,0,0,0),(106212,23663,571,1,1,25657,1,1980.46,-4105.22,214.128,3.6497,300,0,0,8982,0,0,0,0,0),(106213,23919,571,1,1,21910,0,2180.58,-5175.73,244.365,1.79593,300,5,0,7984,0,1,0,0,0),(106214,23919,571,1,1,21910,0,2220.26,-5259.18,251.279,4.1406,300,5,0,7984,0,1,0,0,0),(106215,23919,571,1,1,21910,0,2117.62,-5090.35,239.034,3.44987,300,5,0,7984,0,1,0,0,0),(106216,23919,571,1,1,21910,0,2270.08,-5206.29,247.274,4.41009,300,0,0,7984,0,0,0,0,0),(106217,23919,571,1,1,21910,0,2117.92,-5150.68,240.417,3.29061,300,5,0,7984,0,1,0,0,0),(106218,23663,571,1,1,25657,1,2019.33,-4151.99,216.724,2.70417,300,0,0,8982,0,0,0,0,0),(106219,23919,571,1,1,21910,0,2207.18,-5193.29,249.637,3.56879,300,5,0,7984,0,1,0,0,0),(106220,23919,571,1,1,21910,0,2093.89,-5205.57,234.039,1.00708,300,5,0,7984,0,1,0,0,0),(106221,23919,571,1,1,21910,0,2095.34,-5183.6,233.918,5.38503,300,5,0,7984,0,1,0,0,0),(106222,23663,571,1,1,25658,1,2015.89,-4150.38,216.761,5.84577,300,0,0,8982,0,0,0,0,0),(106223,23919,571,1,1,21910,0,2243.75,-5171.7,253.613,1.09672,300,5,0,7984,0,1,0,0,0),(106224,23919,571,1,1,21910,0,2115.19,-5213.48,239.259,2.23227,300,5,0,7984,0,1,0,0,0),(106225,23919,571,1,1,21910,0,2268.04,-5187.54,251.731,6.21299,300,5,0,7984,0,1,0,0,0),(106226,23919,571,1,1,21910,0,2156.46,-5227.06,245.639,5.16017,300,5,0,7984,0,1,0,0,0),(106227,23919,571,1,1,21910,0,2110.73,-5184.39,238.458,2.61842,300,5,0,7984,0,1,0,0,0),(106228,23663,571,1,1,25657,1,1937.59,-4146.6,214.191,3.10178,300,0,0,8982,0,0,0,0,0),(106229,23919,571,1,1,21910,0,2190.07,-5243.89,250.586,2.07343,300,5,0,7984,0,1,0,0,0),(106230,23919,571,1,1,21910,0,2152.7,-5245.41,245.79,1.39844,300,5,0,7984,0,1,0,0,0),(106231,23919,571,1,1,21910,0,2100.77,-5114.18,237.483,4.2586,300,0,0,7984,0,0,0,0,0),(106232,23919,571,1,1,21910,0,2176.07,-5222.46,243.291,4.13931,300,5,0,7984,0,1,0,0,0),(106233,23919,571,1,1,21910,0,2224.42,-5220.54,249.86,5.17694,300,5,0,7984,0,1,0,0,0),(106234,23663,571,1,1,25657,1,1686.37,-4071.94,271.287,0.419281,300,0,0,8982,0,0,0,0,0),(106235,23663,571,1,1,25658,1,1649.92,-4236.3,248.283,0.523599,300,0,0,8982,0,0,0,0,0),(106236,23663,571,1,1,25658,1,1981.28,-4043.37,216.686,5.91667,300,0,0,8982,0,0,0,0,0),(106237,26992,571,1,1,24285,0,2346.57,5237.85,7.74866,5.67232,300,0,0,7181,0,0,0,0,0),(106238,27248,571,1,1,24462,1,3221.88,-691.37,167.209,2.63545,300,0,0,7688,7500,0,0,0,0),(106240,24176,571,1,1,22043,1,2487.1,-5036.1,282.818,1.90241,300,0,0,8982,0,0,0,0,0),(106241,26480,571,1,1,24840,0,4336.66,-199.645,87.1,4.60767,300,0,0,9610,0,0,0,0,0),(106242,26480,571,1,1,24840,0,3432.89,451.299,60.4651,4.49205,300,0,0,9610,0,0,0,0,0),(106243,23664,571,1,1,21989,1,1630.29,-4184.52,273.249,0.630517,300,0,0,8982,0,0,0,0,0),(106244,26480,571,1,1,24840,0,4327.71,-216.375,89.2947,0.279253,300,0,0,9610,0,0,0,0,0),(203596,28784,571,1,1,0,0,5837.9,-4157.94,363.22,6.26573,120,0,0,1,0,0,0,0,0),(203595,28784,571,1,1,0,0,5820.77,-4221.5,362.64,6.27856,120,0,0,1,0,2,0,0,0),(106247,26480,571,1,1,24840,0,4039.49,451.655,61.453,5.79449,300,0,0,9610,0,0,0,0,0),(203594,28784,571,1,1,0,0,5790.74,-4270.35,371.873,0.994838,120,0,0,1,0,0,0,0,0),(106249,26480,571,1,1,24840,0,4031.92,-52.048,56.6162,1.93731,300,0,0,9610,0,0,0,0,0),(106250,26480,571,1,1,24840,0,4051.33,435.292,68.614,1.32645,300,0,0,9610,0,0,0,0,0),(106251,26480,571,1,1,24840,0,4039.8,-46.8567,61.4228,3.29867,300,0,0,9610,0,0,0,0,0),(106255,23664,571,1,1,21990,1,1609,-4107.16,271.089,3.9619,300,0,0,8982,0,0,0,0,0),(106256,26480,571,1,1,24840,0,3692.43,539.43,68.3891,4.28821,300,5,0,9610,0,1,0,0,0),(106257,26480,571,1,1,24840,0,3455.8,480.077,60.8595,5.2603,300,0,0,9610,0,0,0,0,0),(106258,26480,571,1,1,24840,0,3686.66,525.657,65.1757,3.02184,300,5,0,9610,0,1,0,0,0),(106259,23664,571,1,1,21991,1,1626.24,-4069.5,266.684,1.78951,300,0,0,8982,0,0,0,0,0),(106260,23664,571,1,1,21990,1,1723.2,-4054.31,267.102,0.994838,300,0,0,8982,0,0,0,0,0),(106261,23664,571,1,1,21992,1,1749.85,-4166.54,266.905,5.72468,300,0,0,8982,0,0,0,0,0),(203593,28784,571,1,1,0,0,5789.12,-4483.34,385.98,4.73418,120,0,0,1,0,2,0,0,0),(203592,28784,571,1,1,0,0,5788.5,-4028.91,364.689,1.5708,120,0,0,1,0,0,0,0,0),(203591,28784,571,1,1,0,0,5755.83,-4312.34,374.078,1.58825,120,0,0,1,0,0,0,0,0),(106265,26480,571,1,1,24840,0,3805.42,9.98872,58.6862,4.81168,300,5,0,9610,0,1,0,0,0),(106266,26480,571,1,1,24840,0,3804.87,19.0069,58.5612,5.10638,300,5,0,9610,0,1,0,0,0),(106267,23664,571,1,1,21989,1,1801.47,-4064.57,233.662,5.23599,300,0,0,8982,0,0,0,0,0),(106268,23664,571,1,1,21991,1,1620.28,-4154.64,271.089,2.51327,300,0,0,8982,0,0,0,0,0),(106269,23664,571,1,1,21990,1,1781.07,-4210.28,239.391,2.37365,300,0,0,8982,0,0,0,0,0),(106270,23664,571,1,1,21992,1,1724.95,-4083.2,270.061,2.52154,300,0,0,8982,0,0,0,0,0),(106271,23664,571,1,1,21991,1,1721.74,-4080.91,269.97,5.66314,300,0,0,8982,0,0,0,0,0),(106272,23664,571,1,1,21990,1,1724.52,-4228.76,240.967,1.13446,300,0,0,8982,0,0,0,0,0),(106273,23664,571,1,1,21990,1,1877.94,-4120.54,214.707,0.660971,300,0,0,8982,0,0,0,0,0),(106274,23664,571,1,1,21992,1,1850.9,-4103.7,225.937,4.99073,300,0,0,8982,0,0,0,0,0),(106275,27760,571,1,1,24492,0,2492.09,-1839.39,11.752,5.58505,300,0,0,20564,0,0,0,0,0),(106276,23664,571,1,1,21989,1,1943.49,-4181.36,214.852,5.93412,300,0,0,8982,0,0,0,0,0),(106277,23664,571,1,1,21989,1,1793.88,-4076.08,233.998,5.58549,300,5,0,8982,0,1,0,0,0),(106278,23664,571,1,1,21989,1,1677.56,-4094.33,271.456,0.191986,300,0,0,8982,0,0,0,0,0),(106279,23664,571,1,1,21991,1,1685.65,-4134.08,271.774,0.418879,300,0,0,8982,0,0,0,0,0),(106280,23664,571,1,1,21991,1,2007.96,-4068.09,218.562,4.11222,300,0,0,8982,0,0,0,0,0),(106281,23664,571,1,1,21991,1,2005.48,-4071.71,218.116,0.970629,300,0,0,8982,0,0,0,0,0),(106282,23664,571,1,1,21989,1,1979.14,-4143.8,216.437,0.286913,300,0,0,8982,0,0,0,0,0),(106283,23664,571,1,1,21991,1,1905.78,-4050.99,214.761,4.20624,300,5,0,8982,0,1,0,0,0),(106284,23664,571,1,1,21991,1,1969.69,-4185.46,210.399,2.21657,300,0,0,8982,0,0,0,0,0),(106285,23664,571,1,1,21989,1,1801.39,-4147.45,239.565,0.942478,300,0,0,8982,0,0,0,0,0),(106286,23664,571,1,1,21992,1,1905.14,-4149.73,215.535,1.43062,300,0,0,8982,0,0,0,0,0),(106287,23664,571,1,1,21990,1,1668.07,-4015.45,249.604,5.44543,300,0,0,8982,0,0,0,0,0),(106288,23664,571,1,1,21992,1,1738.21,-4115.07,271.169,5.37983,300,5,0,8982,0,1,0,0,0),(203590,28784,571,1,1,0,0,5734.48,-4226.8,363.341,2.23402,120,0,0,1,0,0,0,0,0),(203589,28784,571,1,1,0,0,5698.09,-4227.1,363.476,1.58825,120,0,0,1,0,0,0,0,0),(203588,28784,571,1,1,0,0,5672.67,-4321.79,374.734,1.5708,120,0,0,1,0,0,0,0,0),(203587,28784,571,1,1,0,0,5666.54,-4116.04,353.35,3.19884,120,0,0,1,0,2,0,0,0),(203586,28784,571,1,1,0,0,5652.49,-4180.12,353.95,3.1824,120,0,0,1,0,2,0,0,0),(203585,28784,571,1,1,0,0,5646.08,-4030.69,364.24,1.50098,120,0,0,1,0,0,0,0,0),(203584,28784,571,1,1,0,0,5645.65,-4433.37,385.83,1.59071,120,0,0,1,0,2,0,0,0),(203583,28784,571,1,1,0,0,5597.75,-4151.43,362.722,3.14159,120,0,0,1,0,0,0,0,0),(203582,28784,571,1,1,0,0,5596.36,-4084.57,362.401,3.12414,120,0,0,1,0,0,0,0,0),(203581,28784,571,1,1,0,0,5590.92,-4345.08,374.515,1.5708,120,0,0,1,0,0,0,0,0),(203580,28784,571,1,1,0,0,5589.96,-4400.48,374.04,4.6778,120,0,0,1,0,2,0,0,0),(203579,28784,571,1,1,0,0,5569.82,-4331.96,376.519,3.01942,120,0,0,1,0,0,0,0,0),(203578,28784,571,1,1,0,0,5569.24,-4447.38,377.124,3.12414,120,0,0,1,0,0,0,0,0),(106302,25968,571,1,1,23486,0,3170.23,5968.76,96.3616,1.57666,300,0,0,9291,0,2,0,0,0),(106303,29808,571,1,1,26566,0,6602.84,-784.431,753.486,3.19241,300,5,0,11379,0,1,0,0,0),(106304,29808,571,1,1,26566,0,6729.39,-778.204,755.416,3.43281,300,5,0,11379,0,1,0,0,0),(106305,29808,571,1,1,26566,0,6783.87,-768.237,753.486,3.17661,300,5,0,11379,0,1,0,0,0),(106306,29808,571,1,1,26566,0,6875.13,-772.655,755.964,3.06748,300,5,0,11379,0,1,0,0,0),(106307,29808,571,1,1,26566,0,6913.76,-174.748,763.574,2.11932,300,5,0,11379,0,1,0,0,0),(106308,29808,571,1,1,26566,0,6654.13,-750.83,777.524,4.9946,300,5,0,11379,0,1,0,0,0),(106309,29808,571,1,1,26566,0,6725.07,-833.382,735.166,5.42797,300,5,0,11379,0,1,0,0,0),(106310,29808,571,1,1,26566,0,7059.89,-550.44,764.528,4.84157,300,5,0,11379,0,1,0,0,0),(106311,29808,571,1,1,26566,0,7062.99,-427.254,791.227,4.62189,300,5,0,11379,0,1,0,0,0),(106312,29808,571,1,1,26566,0,6898.23,-166.146,764.11,5.89539,300,5,0,11379,0,1,0,0,0),(106313,29808,571,1,1,26566,0,7068.78,-314.856,795.073,4.54779,300,5,0,11379,0,1,0,0,0),(106314,29808,571,1,1,26566,0,7142.68,-352.18,823.577,2.50677,300,5,0,11379,0,1,0,0,0),(106315,29808,571,1,1,26566,0,7016.76,-182.181,804.84,3.735,300,5,0,11379,0,1,0,0,0),(106316,29808,571,1,1,26566,0,6873.45,-162.284,759.451,2.69083,300,5,0,11379,0,1,0,0,0),(106317,29808,571,1,1,26566,0,6678.46,21.8316,752.695,2.47837,300,5,0,11379,0,1,0,0,0),(106318,29808,571,1,1,26566,0,6710.08,53.0191,749.479,5.34071,300,5,0,11379,0,1,0,0,0),(106319,29808,571,1,1,26566,0,7012.02,-192.575,794.151,3.75477,300,5,0,11379,0,1,0,0,0),(106320,29809,571,1,1,24531,1,7344.56,-2907.76,823.128,3.45128,300,0,0,73050,0,2,0,0,0),(106321,29809,571,1,1,24531,1,7344.34,-2809.26,799.046,1.85005,300,0,0,73050,0,0,0,0,0),(106322,23921,571,1,1,17612,0,864.646,-4329.36,184.876,3.7001,300,0,0,42,0,0,0,0,0),(106323,26993,571,1,1,24291,0,2144.24,5234.32,19.5292,0.837758,300,0,0,7181,0,0,0,0,0),(132542,21763,530,1,1,18012,1,-4165.78,3043.88,314.137,4.09046,180,5,0,5744,3231,1,0,0,0),(106328,29809,571,1,1,24531,1,7378.14,-2997.74,846.174,4.34587,300,0,0,73050,0,0,0,0,0),(106329,29809,571,1,1,24531,1,7317.66,-2931.47,851.418,0.575959,300,0,0,73050,0,0,0,0,0),(106330,29809,571,1,1,24531,1,7343.51,-2584.11,749.657,3.45575,300,0,0,73050,0,0,0,0,0),(106331,29809,571,1,1,24531,1,7413.15,-2893.69,822.876,1.5708,300,0,0,73050,0,0,0,0,0),(106332,29809,571,1,1,24531,1,7333.75,-2849.25,800.501,0.185006,300,0,0,73050,0,2,0,0,0),(106333,29809,571,1,1,24531,1,7301.02,-2771.29,774.884,0.785398,300,0,0,73050,0,0,0,0,0),(106334,29809,571,1,1,24531,1,7406.46,-2907.76,825.624,0.309568,300,0,0,73050,0,2,0,0,0),(106335,29809,571,1,1,24531,1,7386.89,-2937.68,848.016,2.49582,300,0,0,73050,0,0,0,0,0),(106336,29809,571,1,1,24531,1,7206.46,-2834.34,822.801,1.55334,300,0,0,73050,0,0,0,0,0),(106337,29809,571,1,1,24531,1,7238.68,-2559.64,757.372,0.017453,300,0,0,73050,0,0,0,0,0),(106338,28273,571,1,1,13069,0,6206.32,4951.27,-96.6692,0.610865,300,0,0,42,0,0,0,0,0),(106339,23665,571,1,1,22059,1,1548.26,-4181.76,299.706,0.288872,300,0,0,8982,3155,2,0,0,0),(106340,23665,571,1,1,22059,1,1818.05,-4012.92,262.348,1.50352,300,0,0,8982,3155,2,0,0,0),(106341,23665,571,1,1,22061,1,1633.54,-4182.15,273.541,3.77211,300,0,0,8982,3155,0,0,0,0),(106342,26481,571,1,1,24856,1,4462.68,-262.941,92.2653,0.845533,300,5,0,9940,0,1,0,0,0),(106343,26481,571,1,1,24856,1,4203.43,286.97,63.7454,5.52328,300,5,0,9940,0,1,0,0,0),(106344,23665,571,1,1,22060,1,1941.06,-4228.08,210.013,2.34425,300,0,0,8982,3155,0,0,0,0),(106345,26481,571,1,1,24856,1,3768.3,569.387,67.6108,2.6839,300,5,0,9940,0,1,0,0,0),(106346,26481,571,1,1,24856,1,3415.16,587.943,77.7516,0.702225,300,5,0,9940,0,1,0,0,0),(106347,26481,571,1,1,24856,1,3328.55,35.3203,68.773,2.48523,300,0,0,9940,0,2,0,0,0),(106348,26481,571,1,1,24856,1,3835.43,91.6541,45.5106,2.54926,300,5,0,9940,0,1,0,0,0),(106349,26481,571,1,1,24856,1,4115.54,88.1074,53.8832,1.85608,300,5,0,9940,0,1,0,0,0),(132608,21787,530,1,1,20682,1,-3689.96,3739.63,278.505,2.46821,180,5,0,5744,3231,1,0,0,0),(106352,27249,571,1,1,24461,0,2629.2,8.1333,26.347,0.401426,300,0,0,118243,0,0,0,0,0),(106353,26481,571,1,1,24856,1,4296.16,4.80436,63.3211,3.17865,300,5,0,9940,0,1,0,0,0),(106354,23665,571,1,1,22061,1,1741.08,-4114.77,270.766,4.69462,300,0,0,8982,3155,0,0,0,0),(106355,23665,571,1,1,22062,1,1741.01,-4118.62,270.909,2.23824,300,0,0,8982,3155,0,0,0,0),(106356,23665,571,1,1,22062,1,1715.66,-4150.16,272.766,5.54549,300,0,0,8982,3155,0,0,0,0),(106357,23665,571,1,1,22061,1,1880.63,-4118.45,214.646,3.80256,300,0,0,8982,3155,0,0,0,0),(106358,23665,571,1,1,22062,1,1883.83,-4065.67,212.504,2.35619,300,0,0,8982,3155,0,0,0,0),(106359,23665,571,1,1,22059,1,1899.79,-4089.31,214.006,0.384976,300,0,0,8982,3155,0,0,0,0),(106360,24177,571,1,1,987,0,835.826,-4868.56,-115.737,3.43628,300,5,0,6986,0,1,0,0,0),(106361,24177,571,1,1,987,0,838,-4794.02,-115.928,1.85407,300,5,0,6986,0,1,0,0,0),(106362,24177,571,1,1,987,0,840.531,-4841.82,-115.461,5.4744,300,5,0,6986,0,1,0,0,0),(106363,24177,571,1,1,987,0,821.924,-4873.27,-115.755,6.21812,300,5,0,6986,0,1,0,0,0),(106364,24177,571,1,1,24998,0,918.683,-4837.97,-116.159,0.605203,300,5,0,6986,0,1,0,0,0),(106365,24177,571,1,1,24994,0,865.341,-4853.88,-115.879,3.07293,300,5,0,6986,0,1,0,0,0),(106366,24177,571,1,1,987,0,888.096,-4839.27,-116.159,3.21461,300,5,0,6986,0,1,0,0,0),(106367,24177,571,1,1,519,0,833.255,-4820.81,-116.008,2.11602,300,5,0,6986,0,1,0,0,0),(106368,24177,571,1,1,987,0,845.87,-4876.11,-115.741,4.10789,300,5,0,6986,0,1,0,0,0),(106369,24177,571,1,1,24994,0,931.646,-4853.83,-116.159,4.06079,300,5,0,6986,0,1,0,0,0),(106370,24177,571,1,1,519,0,921.639,-4848.93,-116.159,4.17823,300,5,0,6986,0,1,0,0,0),(106371,24177,571,1,1,24994,0,823.265,-4875.55,-115.755,1.73874,300,5,0,6986,0,1,0,0,0),(106372,24177,571,1,1,24994,0,884.984,-4837.03,-116.159,0.273128,300,5,0,6986,0,1,0,0,0),(106373,24177,571,1,1,519,0,853.136,-4863.75,-115.735,3.31527,300,5,0,6986,0,1,0,0,0),(106374,24177,571,1,1,519,0,915.858,-4840.66,-116.159,3.75149,300,5,0,6986,0,1,0,0,0),(106375,24177,571,1,1,987,0,908.819,-4811.11,-116.159,0.116956,300,5,0,6986,0,1,0,0,0),(106376,24177,571,1,1,24994,0,826.105,-4827.01,-115.95,3.8286,300,5,0,6986,0,1,0,0,0),(106377,24177,571,1,1,24994,0,889.462,-4842.47,-116.159,0.317667,300,5,0,6986,0,1,0,0,0),(106378,24177,571,1,1,24998,0,853.75,-4851.87,-115.724,0.481269,300,5,0,6986,0,1,0,0,0),(106379,24177,571,1,1,519,0,827.23,-4863.53,-115.739,0.6677,300,5,0,6986,0,1,0,0,0),(106380,24177,571,1,1,987,0,842.67,-4838.08,-113.482,3.84863,300,5,0,6986,0,1,0,0,0),(106381,24177,571,1,1,24994,0,916.301,-4816.54,-116.159,1.73904,300,5,0,6986,0,1,0,0,0),(106382,24177,571,1,1,987,0,903.377,-4848.73,-116.159,6.1029,300,5,0,6986,0,1,0,0,0),(106383,24177,571,1,1,24998,0,923.045,-4854.8,-116.159,5.57936,300,5,0,6986,0,1,0,0,0),(106384,24177,571,1,1,24998,0,821.857,-4811.2,-115.984,1.53498,300,5,0,6986,0,1,0,0,0),(106385,24177,571,1,1,24994,0,899.144,-4837.12,-116.159,3.59202,300,5,0,6986,0,1,0,0,0),(106386,24177,571,1,1,24994,0,843.197,-4839.07,-113.774,3.34082,300,5,0,6986,0,1,0,0,0),(106387,24177,571,1,1,519,0,841.634,-4837.96,-113.66,2.41677,300,5,0,6986,0,1,0,0,0),(106388,24177,571,1,1,519,0,901.361,-4845.76,-116.159,5.60195,300,5,0,6986,0,1,0,0,0),(106389,24177,571,1,1,519,0,919.544,-4842.66,-116.159,0.494463,300,5,0,6986,0,1,0,0,0),(106390,24177,571,1,1,24998,0,917.535,-4859.92,-116.159,2.42942,300,5,0,6986,0,1,0,0,0),(106391,24177,571,1,1,987,0,932.042,-4833.31,-116.159,6.25988,300,5,0,6986,0,1,0,0,0),(106392,24177,571,1,1,519,0,826.971,-4851.19,-115.728,0.910755,300,5,0,6986,0,1,0,0,0),(106393,24177,571,1,1,987,0,857.064,-4857.31,-115.737,3.43786,300,5,0,6986,0,1,0,0,0),(106394,24177,571,1,1,987,0,902.677,-4838.08,-116.159,3.51614,300,5,0,6986,0,1,0,0,0),(106395,24177,571,1,1,987,0,855.815,-4831.85,-115.717,5.6279,300,5,0,6986,0,1,0,0,0),(106396,24177,571,1,1,519,0,838.686,-4830.34,-115.061,5.22681,300,5,0,6986,0,1,0,0,0),(106397,24177,571,1,1,519,0,827.506,-4861.86,-115.738,1.33222,300,5,0,6986,0,1,0,0,0),(106398,24177,571,1,1,24994,0,822.192,-4791.79,-115.941,5.14532,300,5,0,6986,0,1,0,0,0),(106399,24177,571,1,1,987,0,846.599,-4861.31,-115.735,5.25392,300,5,0,6986,0,1,0,0,0),(106400,24177,571,1,1,24998,0,894.307,-4840.36,-116.159,0.252072,300,5,0,6986,0,1,0,0,0),(106401,24177,571,1,1,519,0,845.216,-4874.71,-115.74,5.60861,300,5,0,6986,0,1,0,0,0),(106402,24177,571,1,1,24994,0,921.914,-4837.89,-116.159,3.34839,300,5,0,6986,0,1,0,0,0),(106403,24177,571,1,1,987,0,895.267,-4842.53,-116.159,0.250113,300,5,0,6986,0,1,0,0,0),(106404,24177,571,1,1,987,0,929.778,-4840.95,-116.159,5.88944,300,5,0,6986,0,1,0,0,0),(106405,24177,571,1,1,24998,0,880.91,-4859.43,-116.159,0.815682,300,5,0,6986,0,1,0,0,0),(106406,24177,571,1,1,519,0,843.755,-4871.33,-115.738,2.01445,300,5,0,6986,0,1,0,0,0),(106407,24177,571,1,1,24998,0,850.028,-4842.95,-115.231,5.63978,300,5,0,6986,0,1,0,0,0),(106408,24177,571,1,1,519,0,835.035,-4872.49,-115.74,5.58981,300,5,0,6986,0,1,0,0,0),(106409,24177,571,1,1,24998,0,830.06,-4871.86,-115.744,2.0463,300,5,0,6986,0,1,0,0,0),(106410,24177,571,1,1,24998,0,839.486,-4879.45,-115.743,0.340936,300,5,0,6986,0,1,0,0,0),(106411,24177,571,1,1,987,0,830.799,-4858.44,-115.734,1.09832,300,5,0,6986,0,1,0,0,0),(106412,24177,571,1,1,519,0,821.016,-4874.44,-115.758,5.5717,300,5,0,6986,0,1,0,0,0),(106413,24177,571,1,1,519,0,881.772,-4852.72,-116.159,2.26089,300,5,0,6986,0,1,0,0,0),(106414,24177,571,1,1,24998,0,830.608,-4785.12,-115.899,2.35594,300,5,0,6986,0,1,0,0,0),(106415,24177,571,1,1,987,0,847.319,-4826.26,-115.707,5.73757,300,5,0,6986,0,1,0,0,0),(106416,24177,571,1,1,987,0,838.51,-4868.37,-115.737,2.28603,300,5,0,6986,0,1,0,0,0),(106417,24177,571,1,1,24998,0,862.734,-4874.36,-115.754,3.95291,300,5,0,6986,0,1,0,0,0),(106418,24177,571,1,1,24998,0,843.261,-4860.98,-115.733,2.85094,300,5,0,6986,0,1,0,0,0),(106419,24177,571,1,1,24998,0,863.546,-4869.15,-115.757,5.60032,300,5,0,6986,0,1,0,0,0),(106420,24177,571,1,1,24998,0,848.984,-4876.94,-115.741,1.58749,300,5,0,6986,0,1,0,0,0),(106421,24177,571,1,1,987,0,914.492,-4811.5,-116.159,3.50181,300,5,0,6986,0,1,0,0,0),(106422,24177,571,1,1,519,0,814.419,-4867.76,-115.748,3.538,300,5,0,6986,0,1,0,0,0),(106423,24177,571,1,1,519,0,894.106,-4852.23,-116.159,6.0784,300,5,0,6986,0,1,0,0,0),(106424,24177,571,1,1,24998,0,809.817,-4805.43,-115.995,4.29727,300,5,0,6986,0,1,0,0,0),(106425,24177,571,1,1,519,0,840.023,-4859.49,-115.732,5.24524,300,5,0,6986,0,1,0,0,0),(106426,24177,571,1,1,987,0,851.823,-4841.12,-114.964,0.244091,300,5,0,6986,0,1,0,0,0),(106427,24177,571,1,1,519,0,828.817,-4886.64,-115.378,5.61031,300,5,0,6986,0,1,0,0,0),(106428,24177,571,1,1,987,0,851.121,-4867.54,-115.738,5.3582,300,5,0,6986,0,1,0,0,0),(106429,24177,571,1,1,519,0,928.007,-4826.29,-116.159,3.41883,300,5,0,6986,0,1,0,0,0),(106430,24177,571,1,1,987,0,875.669,-4840.38,-116.159,2.78945,300,5,0,6986,0,1,0,0,0),(106431,24177,571,1,1,519,0,832.962,-4851.52,-115.729,0.956352,300,5,0,6986,0,1,0,0,0),(106432,24177,571,1,1,519,0,883.794,-4854.2,-116.159,4.25443,300,5,0,6986,0,1,0,0,0),(106433,24177,571,1,1,987,0,920.988,-4827.42,-116.159,2.24751,300,5,0,6986,0,1,0,0,0),(106435,24177,571,1,1,24998,0,821.94,-4797.26,-115.859,6.02139,300,0,0,6986,0,0,0,0,0),(106436,24177,571,1,1,24998,0,918.718,-4816.87,-116.159,6.12575,300,5,0,6986,0,1,0,0,0),(106437,24177,571,1,1,24994,0,915.595,-4832.51,-116.159,3.391,300,5,0,6986,0,1,0,0,0),(106438,24177,571,1,1,24994,0,896.499,-4834.92,-116.159,0.598054,300,5,0,6986,0,1,0,0,0),(106439,24177,571,1,1,519,0,898.103,-4836.51,-116.159,3.48114,300,5,0,6986,0,1,0,0,0),(106441,24177,571,1,1,987,0,911.116,-4833.85,-116.159,3.40141,300,5,0,6986,0,1,0,0,0),(106442,24177,571,1,1,24994,0,878.239,-4854.14,-116.159,5.13893,300,5,0,6986,0,1,0,0,0),(106443,24177,571,1,1,24998,0,874.427,-4855.07,-116.159,4.99384,300,5,0,6986,0,1,0,0,0),(106444,24177,571,1,1,24994,0,851.357,-4812.71,-115.77,0.988793,300,5,0,6986,0,1,0,0,0),(106445,24177,571,1,1,987,0,840.491,-4796.94,-115.881,6.18162,300,5,0,6986,0,1,0,0,0),(106446,24177,571,1,1,987,0,814.679,-4803.8,-115.94,3.90954,300,0,0,6986,0,0,0,0,0),(106447,24177,571,1,1,24998,0,861.864,-4835.23,-115.881,0.223332,300,5,0,6986,0,1,0,0,0),(106448,24177,571,1,1,24998,0,905.837,-4830.35,-116.159,3.56979,300,5,0,6986,0,1,0,0,0),(106449,24177,571,1,1,519,0,915.585,-4846.66,-116.159,3.5278,300,5,0,6986,0,1,0,0,0),(106450,24177,571,1,1,519,0,835.786,-4889.97,-115.754,4.42599,300,5,0,6986,0,1,0,0,0),(106451,24177,571,1,1,24994,0,885.149,-4851.23,-116.159,0.418962,300,5,0,6986,0,1,0,0,0),(106452,24177,571,1,1,24998,0,911.152,-4849.18,-116.159,5.92702,300,5,0,6986,0,1,0,0,0),(106453,24177,571,1,1,519,0,846.874,-4862.66,-115.735,0.571522,300,5,0,6986,0,1,0,0,0),(106454,24177,571,1,1,24994,0,890.024,-4853.68,-116.159,0.55813,300,5,0,6986,0,1,0,0,0),(106455,24177,571,1,1,24994,0,805.171,-4809.46,-115.739,1.79769,300,0,0,6986,0,0,0,0,0),(106456,24177,571,1,1,24994,0,846.112,-4843.78,-115.551,3.04611,300,5,0,6986,0,1,0,0,0),(106457,24177,571,1,1,24994,0,859.599,-4855.13,-115.734,2.24269,300,5,0,6986,0,1,0,0,0),(106458,24177,571,1,1,987,0,901.137,-4835.87,-116.159,0.21492,300,5,0,6986,0,1,0,0,0),(106459,24177,571,1,1,24994,0,912.102,-4841.71,-116.159,3.28915,300,5,0,6986,0,1,0,0,0),(106460,24177,571,1,1,987,0,825.055,-4851.93,-115.727,0.44388,300,5,0,6986,0,1,0,0,0),(106461,24177,571,1,1,24998,0,849.742,-4862.69,-115.736,6.01193,300,5,0,6986,0,1,0,0,0),(106462,24177,571,1,1,24994,0,838.432,-4863.61,-115.735,6.13086,300,5,0,6986,0,1,0,0,0),(106463,24177,571,1,1,24998,0,895.77,-4836.4,-116.159,2.45789,300,5,0,6986,0,1,0,0,0),(106464,24177,571,1,1,987,0,921.023,-4852.33,-116.159,5.7238,300,5,0,6986,0,1,0,0,0),(106465,24177,571,1,1,519,0,883.733,-4842.09,-116.159,6.05058,300,5,0,6986,0,1,0,0,0),(106466,24177,571,1,1,987,0,878.567,-4846.96,-116.159,0.738576,300,5,0,6986,0,1,0,0,0),(106467,24177,571,1,1,24994,0,906.889,-4831.85,-116.159,0.536604,300,5,0,6986,0,1,0,0,0),(106468,24177,571,1,1,519,0,870.506,-4852.17,-116.15,0.265432,300,5,0,6986,0,1,0,0,0),(106469,24177,571,1,1,24994,0,855.991,-4838.86,-115.706,0.643612,300,5,0,6986,0,1,0,0,0),(106470,24177,571,1,1,519,0,900.071,-4846.59,-116.159,3.15364,300,5,0,6986,0,1,0,0,0),(106471,24177,571,1,1,987,0,916.142,-4830.4,-116.159,3.28562,300,5,0,6986,0,1,0,0,0),(106472,24177,571,1,1,24994,0,836.662,-4856.74,-115.731,3.55463,300,5,0,6986,0,1,0,0,0),(106473,24177,571,1,1,519,0,851.362,-4843.39,-115.547,3.55982,300,5,0,6986,0,1,0,0,0),(106474,24177,571,1,1,24994,0,851.575,-4855.8,-115.731,1.09963,300,5,0,6986,0,1,0,0,0),(106475,24177,571,1,1,24994,0,872.51,-4867.08,-115.846,6.24942,300,5,0,6986,0,1,0,0,0),(106476,24177,571,1,1,24994,0,859.861,-4870.17,-115.752,3.91842,300,5,0,6986,0,1,0,0,0),(106477,24177,571,1,1,519,0,849.063,-4853.52,-115.733,6.24664,300,5,0,6986,0,1,0,0,0),(106478,24177,571,1,1,24998,0,871.361,-4869.73,-115.514,2.78643,300,5,0,6986,0,1,0,0,0),(106479,24177,571,1,1,987,0,826.278,-4861.66,-115.738,6.11605,300,5,0,6986,0,1,0,0,0),(106480,24177,571,1,1,987,0,847.896,-4872.34,-115.739,1.07575,300,5,0,6986,0,1,0,0,0),(106482,24177,571,1,1,519,0,904.219,-4846.9,-116.159,2.45653,300,5,0,6986,0,1,0,0,0),(106483,24177,571,1,1,987,0,892.982,-4851.46,-116.159,1.37441,300,5,0,6986,0,1,0,0,0),(106484,24177,571,1,1,519,0,828.774,-4870.86,-115.744,3.26444,300,5,0,6986,0,1,0,0,0),(106485,24177,571,1,1,24994,0,837.482,-4801.64,-115.971,5.17696,300,5,0,6986,0,1,0,0,0),(106486,24177,571,1,1,519,0,855.487,-4881.76,-115.287,1.17923,300,5,0,6986,0,1,0,0,0),(106487,24177,571,1,1,24998,0,925.505,-4832.25,-116.159,3.4433,300,5,0,6986,0,1,0,0,0),(106488,24177,571,1,1,987,0,836.764,-4819.85,-116.012,3.92457,300,5,0,6986,0,1,0,0,0),(106489,24177,571,1,1,987,0,903.24,-4845.02,-116.159,5.8567,300,5,0,6986,0,1,0,0,0),(106490,24177,571,1,1,987,0,891.747,-4848.26,-116.159,4.18447,300,5,0,6986,0,1,0,0,0),(106491,24177,571,1,1,24994,0,837.498,-4827.73,-115.799,4.72984,300,0,0,6986,0,0,0,0,0),(106492,24177,571,1,1,519,0,855.594,-4864.38,-115.658,1.81514,300,0,0,6986,0,0,0,0,0),(106493,24177,571,1,1,24998,0,876.884,-4841.37,-116.075,2.6529,300,0,0,6986,0,0,0,0,0),(106495,23665,571,1,1,22059,1,1982.68,-4142.76,216.65,3.42851,300,0,0,8982,3155,0,0,0,0),(202487,23755,571,1,1,0,0,1678.09,-2561.37,19.6056,3.98375,120,0,0,1,0,0,0,0,0),(106497,23665,571,1,1,22059,1,1689.78,-4070.42,270.865,3.56087,300,0,0,8982,3155,0,0,0,0),(106498,29809,571,1,1,24531,1,7308.3,-2607.23,814.911,1.58825,300,0,0,73050,0,0,0,0,0),(106499,29809,571,1,1,24531,1,7198.33,-2645.16,813.805,6.0912,300,0,0,73050,0,0,0,0,0),(106500,29809,571,1,1,24531,1,7456.81,-2666.79,808.422,0.506145,300,0,0,73050,0,0,0,0,0),(106501,29809,571,1,1,24531,1,7360.89,-2783.46,770.241,3.27323,300,0,0,73050,0,2,0,0,0),(106502,29809,571,1,1,24531,1,7381.51,-2725.59,748.394,2.42601,300,0,0,73050,0,0,0,0,0),(106503,29809,571,1,1,24531,1,7380.94,-2659.5,748.1,3.9619,300,0,0,73050,0,0,0,0,0),(106504,29809,571,1,1,24531,1,7286.13,-2737.81,747.083,2.02458,300,0,0,73050,0,0,0,0,0),(106505,29809,571,1,1,24531,1,7242.74,-2648.68,749.598,5.96903,300,0,0,73050,0,0,0,0,0),(203597,28784,571,1,1,0,0,5838.09,-4074.41,363.582,6.24828,120,0,0,1,0,0,0,0,0),(106507,29809,571,1,1,24531,1,7244.8,-2837.65,776.948,1.32645,300,0,0,73050,0,0,0,0,0),(106508,23922,571,1,1,17612,0,989.351,-4306.56,178.896,2.28638,300,0,0,42,0,0,0,0,0),(106509,23666,571,1,1,22054,1,1241.32,-5319.02,177.478,0.890118,300,0,0,8982,0,0,0,0,0),(106510,26994,571,1,1,24290,0,2135.37,5236.9,19.5292,1.5708,300,0,0,7181,0,0,0,0,0),(106511,26482,571,1,1,10618,0,4455.6,-826.057,157.37,3.28802,300,0,0,9610,0,2,0,0,0),(106512,26226,571,1,1,23701,1,4551.79,-4250.05,170.576,2.3911,300,0,0,9940,3387,0,0,0,0),(106513,25714,571,1,1,23330,0,4330.35,4539.88,22.8313,1.0472,300,0,0,9291,0,0,0,0,0),(106514,27506,571,1,1,24680,0,3703.88,699.021,89.2857,3.76991,300,0,0,8508,7981,0,0,0,0),(106517,26482,571,1,1,10618,0,4326.71,-1271.57,182.341,5.56206,300,5,0,9610,0,1,0,0,0),(106518,26482,571,1,1,10618,0,4327.07,-715.068,138.057,1.45409,300,5,0,9610,0,1,0,0,0),(106519,26482,571,1,1,10618,0,4359,-1425.76,162.493,5.37335,300,5,0,9610,0,1,0,0,0),(106520,26482,571,1,1,10618,0,4239.97,1135.63,140.839,1.46397,300,5,0,9610,0,1,0,0,0),(106521,26482,571,1,1,10618,0,2880.66,-673.34,89.7502,1.07831,300,5,0,9610,0,1,0,0,0),(106522,26482,571,1,1,10618,0,2803.6,-662.036,81.734,0.343508,300,0,0,9610,0,0,0,0,0),(106523,28274,571,1,1,25266,0,4997.15,-3541.63,306.473,0.126107,300,0,0,15120,8814,0,0,0,0),(106524,26482,571,1,1,10618,0,4497.59,-893.81,166.207,4.89115,300,0,0,9610,0,2,0,0,0),(106525,26482,571,1,1,10618,0,4568.88,-844.401,165.75,4.49412,300,0,0,9610,0,2,0,0,0),(106526,26482,571,1,1,10618,0,4449.31,-732.355,139.431,3.54059,300,0,0,9610,0,2,0,0,0),(106527,26482,571,1,1,10618,0,3108.63,-691.937,91.3248,0.595045,300,5,0,9610,0,1,0,0,0),(106528,26482,571,1,1,10618,0,2877.54,-555,97.7109,5.69302,300,5,0,9610,0,1,0,0,0),(106529,26482,571,1,1,10618,0,3449.27,1832.76,73.182,5.23465,300,0,0,9610,0,2,0,0,0),(106530,26482,571,1,1,10618,0,3136.26,-470.701,126.156,3.53163,300,5,0,9610,0,1,0,0,0),(106531,26482,571,1,1,10618,0,3047.81,-637.074,93.5021,-2.73785,300,0,0,9610,0,0,0,0,0),(106532,26482,571,1,1,10618,0,3036.27,-345.253,126.353,3.2373,300,5,0,9610,0,1,0,0,0),(106533,26482,571,1,1,10618,0,4078.04,1298.71,137.342,6.12333,300,5,0,9610,0,1,0,0,0),(106534,23666,571,1,1,22053,1,1867.72,-4222.09,215.143,2.76434,300,0,0,8982,0,0,0,0,0),(106535,26482,571,1,1,10618,0,3302.87,-363.646,162.497,4.05641,300,5,0,9610,0,1,0,0,0),(106536,26482,571,1,1,10618,0,3333.33,-475.358,174.338,1.57083,300,5,0,9610,0,1,0,0,0),(106537,23666,571,1,1,22056,1,2008.49,-4214.34,209.43,1.29154,300,0,0,8982,0,0,0,0,0),(106538,26482,571,1,1,10618,0,3512.31,1593.42,75.2344,1.64042,300,0,0,9610,0,0,0,0,0),(106539,26482,571,1,1,10618,0,3521.5,1542.09,78.4709,1.97128,300,0,0,9610,0,2,0,0,0),(106540,26482,571,1,1,10618,0,3373.87,-434.14,182.094,1.01871,300,5,0,9610,0,1,0,0,0),(106541,26482,571,1,1,10618,0,3676.83,1414.06,98.8435,1.97789,300,0,0,9610,0,2,0,0,0),(106542,27762,571,1,1,25397,1,2848.54,-1458.14,61.6835,6.23082,300,0,0,76880,16545,0,0,0,0),(106543,26482,571,1,1,10618,0,3701.15,1421.22,97.3415,0.618574,300,0,0,9610,0,2,0,0,0),(106544,27250,571,1,1,24463,1,3220.57,-693.248,167.248,1.72788,300,0,0,4731,6443,0,0,0,0),(106545,28274,571,1,1,25266,0,4886.77,-3533.75,309.642,0.690721,300,0,0,15120,8814,0,0,0,0),(106546,28274,571,1,1,25266,0,4934.34,-3466.09,306.264,5.55669,300,0,0,15120,8814,0,0,0,0),(106547,26482,571,1,1,10618,0,4279.93,1227.33,145.764,4.49539,300,5,0,9610,0,1,0,0,0),(106548,26482,571,1,1,10618,0,4483.13,1064.05,141.503,3.83021,300,5,0,9610,0,1,0,0,0),(106549,26482,571,1,1,10618,0,4402.07,1118.73,144.382,0.762362,300,5,0,9610,0,1,0,0,0),(106550,26482,571,1,1,10618,0,3481.95,1739.69,74.3501,6.20621,300,0,0,9610,0,2,0,0,0),(106551,26482,571,1,1,10618,0,3458.28,1913.08,61.8931,3.09563,300,5,0,9610,0,1,0,0,0),(106552,26482,571,1,1,10618,0,2987.89,-551.92,105.365,5.62375,300,5,0,9610,0,1,0,0,0),(106553,26482,571,1,1,10618,0,3898.32,1735.87,118.484,4.95689,300,5,0,9610,0,1,0,0,0),(106554,28018,571,1,1,24484,0,4399.19,569.694,115.559,4.80331,300,0,0,59640,0,2,0,0,0),(106555,26482,571,1,1,10618,0,3534.73,1463.33,80.9608,4.24781,300,0,0,9610,0,2,0,0,0),(106556,26482,571,1,1,10618,0,3455.76,1389.92,87.444,2.29564,300,0,0,9610,0,2,0,0,0),(106557,26482,571,1,1,10618,0,3439.26,1492.71,78.3383,3.17962,300,5,0,9610,0,1,0,0,0),(106558,26482,571,1,1,10618,0,3435.04,1372.62,90.302,5.36761,300,5,0,9610,0,1,0,0,0),(106559,26482,571,1,1,10618,0,3632.58,1320.89,115.451,1.09289,300,5,0,9610,0,1,0,0,0),(106560,26482,571,1,1,10618,0,3870.27,1764.48,123.589,3.38346,300,0,0,9610,0,0,0,0,0),(106561,26482,571,1,1,10618,0,3692.42,1783.09,104.853,4.38539,300,0,0,9610,0,0,0,0,0),(106562,26482,571,1,1,10618,0,3688.16,1693.74,100.924,3.90026,300,5,0,9610,0,1,0,0,0),(106563,26482,571,1,1,10618,0,3624.28,1719.75,110.238,1.45177,300,5,0,9610,0,1,0,0,0),(106564,26482,571,1,1,10618,0,3652.31,1752.58,109.878,0.938636,300,5,0,9610,0,1,0,0,0),(106565,26482,571,1,1,10618,0,3680.16,1596.99,92.4536,6.15537,300,5,0,9610,0,1,0,0,0),(106566,26482,571,1,1,10618,0,3634.99,1567.22,90.1091,5.24938,300,5,0,9610,0,1,0,0,0),(106567,26482,571,1,1,10618,0,3506.79,1392.63,86.7976,5.91356,300,5,0,9610,0,1,0,0,0),(106568,23666,571,1,1,22054,1,1881.56,-4062.19,212.442,5.28974,300,0,0,8982,0,0,0,0,0),(106569,23666,571,1,1,22053,1,1835.8,-4064.2,222.989,0.438074,300,0,0,8982,0,0,0,0,0),(106570,28274,571,1,1,25266,0,4880.44,-3397.59,309.247,3.08407,300,0,0,15120,8814,0,0,0,0),(106572,23666,571,1,1,22054,1,1943.96,-4185.29,214.608,5.93412,300,0,0,8982,0,0,0,0,0),(106573,24178,571,1,1,22486,0,2638.73,-5057.32,295.801,6.05629,300,0,0,9291,3231,0,0,0,0),(106574,28274,571,1,1,25266,0,5162.74,-3548.18,308.366,4.47959,300,0,0,15120,8814,0,0,0,0),(106575,28274,571,1,1,25266,0,4919.59,-3295.69,311.008,0.536111,300,0,0,15120,8814,0,0,0,0),(106576,28274,571,1,1,25266,0,4871.43,-3299.53,312.323,3.70179,300,0,0,15120,8814,0,0,0,0),(106577,28274,571,1,1,25266,0,4980.58,-3470.63,306.192,0.163088,300,0,0,15120,8814,0,0,0,0),(106578,28274,571,1,1,25266,0,4975.39,-3328.41,310.033,1.20068,300,0,0,15120,8814,0,0,0,0),(106579,28274,571,1,1,25266,0,4876.33,-3442.47,309.656,0.166116,300,0,0,15120,8814,0,0,0,0),(106580,28274,571,1,1,25266,0,4908.93,-3551.85,307.163,5.63218,300,0,0,15120,8814,0,0,0,0),(106581,28274,571,1,1,25266,0,5042.63,-3414.92,306.648,2.42036,300,0,0,15120,8814,0,0,0,0),(106582,28274,571,1,1,25266,0,5158.13,-3511.51,308.366,2.36681,300,0,0,15120,8814,0,0,0,0),(106583,28274,571,1,1,25266,0,5032.71,-3499.93,305.697,2.4427,300,0,0,15120,8814,0,0,0,0),(106584,28274,571,1,1,25266,0,5094.69,-3489.98,311.873,3.94845,300,0,0,15120,8814,0,0,0,0),(106585,28274,571,1,1,25266,0,4998.8,-3385.66,309.823,6.14881,300,0,0,15120,8814,0,0,0,0),(106586,26482,571,1,1,10618,0,4278.14,1219.25,145.764,4.49539,300,5,0,9610,0,1,0,0,0),(106587,26482,571,1,1,10618,0,4219.2,1128.46,141.287,3.47384,300,5,0,9610,0,1,0,0,0),(106588,26482,571,1,1,10618,0,3774.1,1410.47,98.5712,5.3096,300,5,0,9610,0,1,0,0,0),(106589,26482,571,1,1,10618,0,3896.15,1744.59,120.592,4.95689,300,5,0,9610,0,1,0,0,0),(106590,26483,571,1,1,23962,0,3667.64,1379.53,128.961,0.945599,300,20,0,9291,0,1,0,0,0),(106591,26483,571,1,1,23962,0,3405.79,1402.39,121.615,2.3459,300,5,0,9291,0,1,0,0,0),(106592,26483,571,1,1,23962,0,3733.38,2404.19,149.826,3.41386,300,5,0,9291,0,1,0,0,0),(106593,26483,571,1,1,23962,0,3683.49,2387.41,137.718,3.75213,300,5,0,9291,0,1,0,0,0),(106594,26483,571,1,1,23962,0,3647.3,1328.64,149.067,1.526,300,5,0,9291,0,1,0,0,0),(106595,26483,571,1,1,23962,0,3789.81,1612.04,144.631,5.96903,300,0,0,9291,0,0,0,0,0),(106596,26483,571,1,1,23962,0,3801.2,1508.33,128.406,3.87463,300,0,0,9291,0,0,0,0,0),(106597,26483,571,1,1,23962,0,3783.92,1601.31,144.65,5.39307,300,0,0,9291,0,0,0,0,0),(106598,26483,571,1,1,23962,0,3888.02,1578.35,148.336,3.57792,300,0,0,9291,0,0,0,0,0),(106599,26483,571,1,1,23962,0,3919.71,1454.6,167.002,4.11889,300,5,0,9291,0,1,0,0,0),(106600,26483,571,1,1,23962,0,3954.77,1479.07,162.636,3.08214,300,5,0,9291,0,1,0,0,0),(106603,26483,571,1,1,23962,0,3183.74,-152.466,74.4619,6.2591,300,0,0,9291,0,0,0,0,0),(106604,26483,571,1,1,23962,0,3061.23,88.0832,89.3989,6.10865,300,0,0,9291,0,0,0,0,0),(106605,26483,571,1,1,23962,0,3243.73,-1182.87,83.3303,2.35619,300,0,0,9291,0,0,0,0,0),(106606,26483,571,1,1,23962,0,3264.33,-1158.57,124.902,0.287132,300,5,0,9291,0,1,0,0,0),(106607,26483,571,1,1,23962,0,3238.71,-108.306,75.6481,2.47837,300,0,0,9291,0,0,0,0,0),(106608,26483,571,1,1,23962,0,3202.83,-147.993,79.0352,5.61996,300,0,0,9291,0,0,0,0,0),(106609,26483,571,1,1,23962,0,3933.28,706.163,72.0271,3.01319,300,5,0,9291,0,1,0,0,0),(106610,23923,571,1,1,17612,0,1091.17,-4492.48,199.89,3.10669,300,0,0,42,0,0,0,0,0),(106611,23667,571,1,1,22084,1,1252.26,-5307.59,177.487,0.837758,300,0,0,8982,3155,0,0,0,0),(106612,23667,571,1,1,22086,1,1212.23,-5282.19,178.769,6.0912,300,0,0,8982,3155,0,0,0,0),(106613,23667,571,1,1,22087,1,1247.47,-5301.15,178.559,2.89725,300,0,0,8982,3155,0,0,0,0),(106614,23155,571,1,1,15880,0,3488.77,351.847,-113.679,5.35816,300,0,0,42,0,0,0,0,0),(106615,27763,571,1,1,24783,0,3671.93,1216.94,142.939,3.61283,300,0,0,8508,7981,0,0,0,0),(106616,27251,571,1,1,25533,1,2707.34,868.421,1.72821,4.43314,300,0,0,10282,0,0,0,0,0),(106617,27251,571,1,1,25533,1,2753.16,835.767,5.25915,4.60767,300,0,0,10282,0,0,0,0,0),(106618,27251,571,1,1,25533,1,2700.36,905.681,4.33248,1.76278,300,0,0,10282,0,0,0,0,0),(106619,25715,571,1,1,23348,0,3554.23,3128.93,1.93284,6.11002,300,9,0,8982,3155,1,0,0,0),(106620,29043,571,1,1,25638,0,5270.12,4501.99,-82.8075,2.46091,300,0,0,110010,0,0,0,0,0),(106621,29811,571,1,1,26567,0,7032.78,-838.206,887.277,1.72788,300,0,0,12175,0,0,0,0,0),(106622,29811,571,1,1,26568,0,6537.96,-895.823,571.407,3.59538,300,0,0,12175,0,0,0,0,0),(106623,29811,571,1,1,26568,0,7138.01,-409.471,846.64,3.36848,300,0,0,12175,0,0,0,0,0),(106624,29811,571,1,1,26568,0,7132.77,-616.652,830.068,0.296706,300,0,0,12175,0,0,0,0,0),(106625,26483,571,1,1,23962,0,3723.47,1802.84,145.159,3.0937,300,5,0,9291,0,1,0,0,0),(106626,26483,571,1,1,23962,0,3691.73,1349.87,127.713,2.07694,300,0,0,9291,0,0,0,0,0),(106627,26483,571,1,1,23962,0,3703.07,1700.34,148.702,5.31453,300,5,0,9291,0,1,0,0,0),(106628,26483,571,1,1,23962,0,3460.9,1748.01,108.649,1.10625,300,5,0,9291,0,1,0,0,0),(106629,26483,571,1,1,23962,0,3883.86,1588.2,148.308,2.98451,300,0,0,9291,0,0,0,0,0),(106630,26483,571,1,1,23962,0,3221.02,-1219.59,87.5296,2.93091,300,5,0,9291,0,1,0,0,0),(106631,26483,571,1,1,23962,0,3220.99,-138.603,72.13,2.22784,300,0,0,9291,0,0,0,0,0),(106632,26995,571,1,1,24296,0,2141.77,5252.78,19.5573,4.95674,300,0,0,9291,0,0,0,0,0),(106633,23155,571,1,1,15880,0,404.983,-4593.97,235.041,2.26893,300,0,0,42,0,0,0,0,0),(106634,23155,571,1,1,15880,0,3586.63,361.051,-113.679,4.29351,300,0,0,42,0,0,0,0,0),(106635,27251,571,1,1,25534,1,2718.05,955.846,0.049769,1.43117,300,0,0,10282,0,0,0,0,0),(106636,27251,571,1,1,25533,1,2708.03,920.687,-0.198833,3.4479,300,5,0,10282,0,1,0,0,0),(106637,27251,571,1,1,25534,1,2706.4,940.694,-0.023385,3.1765,300,0,0,10282,0,0,0,0,0),(106638,25715,571,1,1,23348,0,3470.36,3092.31,1.99882,1.865,300,9,0,8982,3155,1,0,0,0),(106639,25715,571,1,1,23348,0,3521.17,2978.74,1.01179,1.01748,300,9,0,8982,3155,1,0,0,0),(106640,25715,571,1,1,23348,0,3431.34,2980.58,2.11419,0.082873,300,9,0,8982,3155,1,0,0,0),(106641,29811,571,1,1,26568,0,6532.56,-749.391,611.681,0.925025,300,0,0,12175,0,0,0,0,0),(106642,26483,571,1,1,23962,0,3003.88,-506.126,135.575,6.04046,300,5,0,9291,0,1,0,0,0),(106643,26483,571,1,1,23962,0,3537.96,692.704,80.2153,6.00393,300,0,0,9291,0,0,0,0,0),(106644,26483,571,1,1,23962,0,3221.58,-107.232,98.0387,3.8923,300,20,0,9291,0,1,0,0,0),(106645,26483,571,1,1,23962,0,3285.18,-1069.6,125.174,3.1247,300,5,0,9291,0,1,0,0,0),(106646,26483,571,1,1,23962,0,3371.68,421.385,77.8805,5.75959,300,0,0,9291,0,0,0,0,0),(106647,25715,571,1,1,22249,0,3205.63,3470.78,57.1724,2.62814,300,9,0,8982,3155,1,0,0,0),(106648,25715,571,1,1,22249,0,3475.69,3007.22,2.08748,0.883991,300,9,0,8982,3155,1,0,0,0),(106649,25715,571,1,1,23348,0,3533.65,3130.18,1.27395,2.85822,300,9,0,8982,3155,1,0,0,0),(106650,25715,571,1,1,22249,0,3485.94,3125.79,0.383846,5.89561,300,9,0,8982,3155,1,0,0,0),(106651,25715,571,1,1,22249,0,3452.03,3203.68,27.6797,5.55743,300,9,0,8982,3155,1,0,0,0),(106652,25715,571,1,1,23349,0,3483.2,3047.8,-0.056864,4.29319,300,9,0,8982,3155,1,0,0,0),(106653,25715,571,1,1,23348,0,3463.42,3054,0.306154,6.08488,300,9,0,8982,3155,1,0,0,0),(106654,26483,571,1,1,23962,0,4107.78,1398.02,154.7,5.19785,300,5,0,9291,0,1,0,0,0),(106655,26483,571,1,1,23962,0,3912.49,1297.38,153.584,4.67516,300,5,0,9291,0,1,0,0,0),(106656,26483,571,1,1,23962,0,3284.42,-1154.02,108.743,5.59058,300,5,0,9291,0,1,0,0,0),(106657,26483,571,1,1,23962,0,3792.13,1744.26,148.693,0.186979,300,5,0,9291,0,1,0,0,0),(106658,26483,571,1,1,23962,0,3867.98,1522.18,128.494,2.25148,300,0,0,9291,0,0,0,0,0),(106659,26483,571,1,1,23962,0,3634.39,1255.67,156.629,0.627178,300,5,0,9291,0,1,0,0,0),(106660,26483,571,1,1,23962,0,3520.56,1495.66,109.763,0.21601,300,5,0,9291,0,1,0,0,0),(106661,25715,571,1,1,22249,0,3469.46,3100.42,1.09396,4.63809,300,9,0,8982,3155,1,0,0,0),(106662,26483,571,1,1,23962,0,3339.85,-1185.05,128.986,3.91917,300,5,0,9291,0,1,0,0,0),(106663,26483,571,1,1,23962,0,3297.82,-1112.41,112.04,5.49779,300,0,0,9291,0,0,0,0,0),(106664,26483,571,1,1,23962,0,4123.04,1308.38,154.7,4.32263,300,5,0,9291,0,1,0,0,0),(106665,26483,571,1,1,23962,0,3565.99,730.727,79.0906,0.890118,300,0,0,9291,0,0,0,0,0),(106666,25715,571,1,1,22249,0,3543.78,3127.29,1.69886,3.74448,300,9,0,8982,3155,1,0,0,0),(106667,25715,571,1,1,23349,0,3522.25,2980.56,0.34622,0.976806,300,9,0,8982,3155,1,0,0,0),(106668,26483,571,1,1,23962,0,3914.35,1614.95,148.225,1.41372,300,0,0,9291,0,0,0,0,0),(106669,26483,571,1,1,23962,0,3901.51,1614.1,148.016,2.00713,300,0,0,9291,0,0,0,0,0),(106670,25715,571,1,1,23348,0,3480.13,3061.66,0.187627,1.27937,300,9,0,8982,3155,1,0,0,0),(106671,25715,571,1,1,23348,0,3475.47,3090.28,2.12382,5.15832,300,9,0,8982,3155,1,0,0,0),(106672,25715,571,1,1,23349,0,3488.05,3119.77,1.25453,2.30093,300,9,0,8982,3155,1,0,0,0),(106673,25715,571,1,1,23349,0,3430.35,2982.62,2.00252,3.2183,300,9,0,8982,3155,1,0,0,0),(106674,25715,571,1,1,23348,0,3461.16,3005.7,1.681,3.25256,300,9,0,8982,3155,1,0,0,0),(106675,26483,571,1,1,23962,0,3233.77,-123.376,72.902,2.64534,300,0,0,9291,0,0,0,0,0),(106676,26483,571,1,1,23962,0,3801.53,1522.58,127.827,2.32129,300,0,0,9291,0,0,0,0,0),(106678,25715,571,1,1,23348,0,3535.12,3122.89,-0.067163,4.54461,300,9,0,8982,3155,1,0,0,0),(106679,26483,571,1,1,23962,0,3939.41,-87.4731,52.0679,0.820574,300,0,0,9291,0,0,0,0,0),(106680,26483,571,1,1,23962,0,3943.32,-83.3171,60.1701,4.15388,300,0,0,9291,0,0,0,0,0),(106681,26483,571,1,1,23962,0,3919.55,673.754,71.5457,2.07694,300,0,0,9291,0,0,0,0,0),(106682,26483,571,1,1,23962,0,3610.89,4.15451,67.0928,5.91667,300,0,0,9291,0,0,0,0,0),(106683,26483,571,1,1,23962,0,3592.67,-9.78825,69.6905,2.70526,300,0,0,9291,0,0,0,0,0),(106684,26483,571,1,1,23962,0,3600.16,-16.2541,66.1299,4.15388,300,0,0,9291,0,0,0,0,0),(106685,26483,571,1,1,23962,0,4002.91,540.847,50.2494,0.026564,300,0,0,9291,0,0,0,0,0),(106686,26483,571,1,1,23962,0,3930.33,688.635,71.1472,5.46288,300,0,0,9291,0,0,0,0,0),(106687,26483,571,1,1,23962,0,3912.21,658.031,68.3751,4.41568,300,0,0,9291,0,0,0,0,0),(106688,26483,571,1,1,23962,0,3350.4,436.42,77.8158,2.87979,300,0,0,9291,0,0,0,0,0),(106689,26483,571,1,1,23962,0,3017.92,-547.111,115.463,5.99366,300,5,0,9291,0,1,0,0,0),(106690,25715,571,1,1,23348,0,3485.91,3130.4,0.134837,5.50055,300,9,0,8982,3155,1,0,0,0),(106691,26483,571,1,1,23962,0,3514.28,730.414,91.7456,1.08118,300,5,0,9291,0,1,0,0,0),(106692,26483,571,1,1,23962,0,4000.89,531.244,56.6926,2.44346,300,0,0,9291,0,0,0,0,0),(106693,26483,571,1,1,23962,0,4046.03,591.117,54.5715,5.28835,300,0,0,9291,0,0,0,0,0),(106695,26483,571,1,1,23962,0,3364.61,414.508,88.2732,0.414706,300,20,0,9291,0,1,0,0,0),(106696,26483,571,1,1,23962,0,3708.99,1368.24,116.096,2.00713,300,0,0,9291,0,0,0,0,0),(106697,26483,571,1,1,23962,0,4051.22,541.33,67.0465,6.26892,300,5,0,9291,0,1,0,0,0),(106698,26483,571,1,1,23962,0,3218.97,-170.627,99.5894,4.94166,300,20,0,9291,0,1,0,0,0),(106699,26483,571,1,1,23962,0,3245.64,-95.6447,93.1669,2.58764,300,20,0,9291,0,1,0,0,0),(106702,26483,571,1,1,23962,0,3275.76,-1155.73,98.3917,5.89921,300,0,0,9291,0,0,0,0,0),(106703,26483,571,1,1,23962,0,3471.05,1630.82,87.4528,0.331613,300,0,0,9291,0,0,0,0,0),(106705,26483,571,1,1,23962,0,3567.51,755.088,98.581,4.53543,300,5,0,9291,0,1,0,0,0),(106706,26483,571,1,1,23962,0,3531.4,677.23,77.6046,3.14159,300,0,0,9291,0,0,0,0,0),(106707,25715,571,1,1,23349,0,3161.9,3764.3,45.99,2.63676,300,9,0,8982,3155,1,0,0,0),(106708,25715,571,1,1,23348,0,3526.81,2964.97,-0.128705,4.98542,300,9,0,8982,3155,1,0,0,0),(106709,26483,571,1,1,23962,0,3717.52,2057.76,117.81,4.34715,300,5,0,9291,0,1,0,0,0),(106710,26483,571,1,1,23962,0,3782.47,2107.7,126.412,2.58574,300,5,0,9291,0,1,0,0,0),(106711,26483,571,1,1,23962,0,3384.88,1539.22,141.423,2.58538,300,5,0,9291,0,1,0,0,0),(106712,26483,571,1,1,23962,0,3566.28,1339.9,134.826,2.51397,300,5,0,9291,0,1,0,0,0),(106713,26483,571,1,1,23962,0,3888.79,695.693,79.3373,3.84168,300,5,0,9291,0,1,0,0,0),(106714,26483,571,1,1,23962,0,3358.97,446.681,86.1783,3.87138,300,20,0,9291,0,1,0,0,0),(106715,25715,571,1,1,23348,0,3216.87,3534.5,36.958,2.10612,300,9,0,8982,3155,1,0,0,0),(106716,25715,571,1,1,23348,0,3375.23,3185.38,2.11277,5.07583,300,9,0,8982,3155,1,0,0,0),(106717,25715,571,1,1,23349,0,3389.64,3214.66,33.2365,3.59573,300,9,0,8982,3155,1,0,0,0),(106718,25715,571,1,1,23349,0,3454.65,3203.99,27.8047,6.23666,300,9,0,8982,3155,1,0,0,0),(106719,25715,571,1,1,22249,0,3408.24,3152.29,1.19865,1.54248,300,9,0,8982,3155,1,0,0,0),(106720,26483,571,1,1,23962,0,3388.9,446.069,88.2732,3.45418,300,20,0,9291,0,1,0,0,0),(106721,26483,571,1,1,23962,0,4053.5,531.745,61.7053,0.933816,300,5,0,9291,0,1,0,0,0),(106722,26483,571,1,1,23962,0,3492.08,1569.65,80.7658,0.383972,300,0,0,9291,0,0,0,0,0),(106723,26483,571,1,1,23962,0,3965.58,-96.0927,55.3771,1.37881,300,0,0,9291,0,0,0,0,0),(106724,26483,571,1,1,23962,0,4501.16,81.4994,96.6374,0.191986,300,0,0,9291,0,0,0,0,0),(106726,26483,571,1,1,23962,0,3003.5,-540.244,115.383,3.97935,300,0,0,9291,0,0,0,0,0),(106727,26483,571,1,1,23962,0,2994.9,-564.69,105.188,5.41052,300,0,0,9291,0,0,0,0,0),(106728,26483,571,1,1,23962,0,3929.44,-53.9032,51.9206,0.366519,300,0,0,9291,0,0,0,0,0),(106729,25715,571,1,1,23349,0,3185.35,3615.61,37.159,5.18179,300,9,0,8982,3155,1,0,0,0),(106733,26483,571,1,1,23962,0,3053.87,69.02,85.9274,6.07375,300,0,0,9291,0,0,0,0,0),(106735,26483,571,1,1,23962,0,3932.67,-100.843,70.0156,5.68243,300,5,0,9291,0,1,0,0,0),(106736,26483,571,1,1,23962,0,3376.86,436.938,80.2435,2.38176,300,20,0,9291,0,1,0,0,0),(106737,26483,571,1,1,23962,0,4478.55,98.7879,97.8424,3.68265,300,0,0,9291,0,0,0,0,0),(106741,26483,571,1,1,23962,0,3018.87,-514.791,121.002,2.70526,300,0,0,9291,0,0,0,0,0),(106742,26483,571,1,1,23962,0,3681.38,2128.58,111.593,6.26235,300,5,0,9291,0,1,0,0,0),(106743,25715,571,1,1,22249,0,3456.08,3209.74,26.6729,1.03724,300,9,0,8982,3155,1,0,0,0),(106744,26483,571,1,1,23962,0,3718.27,2541.88,144.254,3.07513,300,5,0,9291,0,1,0,0,0),(106747,26483,571,1,1,23962,0,3913.95,1305.72,153.782,4.37485,300,5,0,9291,0,1,0,0,0),(106748,26483,571,1,1,23962,0,3595.29,19.2005,75.9354,3.68049,300,5,0,9291,0,1,0,0,0),(106749,26483,571,1,1,23962,0,3577.28,-40.8277,65.7202,2.89725,300,0,0,9291,0,0,0,0,0),(106750,26483,571,1,1,23962,0,3485.23,1602.51,81.036,0.488692,300,5,0,9291,0,1,0,0,0),(106751,26483,571,1,1,23962,0,4016.71,1436.64,125.384,5.60374,300,5,0,9291,0,1,0,0,0),(106752,26483,571,1,1,23962,0,4020.01,1413.07,129.434,0.701508,300,5,0,9291,0,1,0,0,0),(106755,26483,571,1,1,23962,0,3989.9,1436.06,130.985,3.61283,300,0,0,9291,0,0,0,0,0),(106757,26483,571,1,1,23962,0,4007.27,1402.28,135.945,3.14159,300,0,0,9291,0,0,0,0,0),(106758,23667,571,1,1,22085,1,1618.65,-4138.16,271.041,5.2351,300,0,0,8982,3155,0,0,0,0),(106759,26483,571,1,1,23962,0,3685.22,2128.64,112.265,0.053447,300,5,0,9291,0,1,0,0,0),(106761,23667,571,1,1,22087,1,1815.53,-4219.99,277.867,1.25664,300,0,0,8982,3155,0,0,0,0),(106762,23667,571,1,1,22087,1,1789.36,-4206.58,278.496,2.18166,300,0,0,8982,3155,0,0,0,0),(106763,23667,571,1,1,22084,1,1795.43,-4201.24,278.496,1.45892,300,0,0,8982,3155,0,0,0,0),(106764,23667,571,1,1,22084,1,1807.53,-4212.81,278.371,1.0472,300,0,0,8982,3155,0,0,0,0),(106765,23667,571,1,1,22084,1,1651.23,-4020.94,286.068,4.15388,300,0,0,8982,3155,0,0,0,0),(106766,23667,571,1,1,22086,1,1675.19,-3997.65,286.068,5.88176,300,0,0,8982,3155,0,0,0,0),(106767,23667,571,1,1,22085,1,1626.52,-4228.41,287.251,1.51844,300,0,0,8982,3155,0,0,0,0),(106768,23667,571,1,1,22084,1,1643.68,-4254.9,287.106,5.75959,300,0,0,8982,3155,0,0,0,0),(106769,23667,571,1,1,22086,1,1804.3,-4147.59,239.357,3.87498,300,0,0,8982,3155,0,0,0,0),(106770,23667,571,1,1,22085,1,1904.91,-4047.73,252.225,4.55531,300,0,0,8982,3155,0,0,0,0),(106771,23667,571,1,1,22084,1,1898.82,-4047.19,252.262,4.31096,300,0,0,8982,3155,0,0,0,0),(106772,23667,571,1,1,22085,1,1916.9,-4054.56,252.262,4.81711,300,0,0,8982,3155,0,0,0,0),(106773,23667,571,1,1,22084,1,1929.4,-4038.69,252.213,5.37561,300,0,0,8982,3155,0,0,0,0),(106775,26483,571,1,1,23962,0,3232.04,-1120.88,124.424,0.551548,300,5,0,9291,0,1,0,0,0),(106776,25715,571,1,1,23349,0,3252.64,3514.62,27.3688,4.9583,300,9,0,8982,3155,1,0,0,0),(106777,25715,571,1,1,23349,0,3289.77,3442.19,21.8824,2.77722,300,9,0,8982,3155,1,0,0,0),(106778,25715,571,1,1,23349,0,3323.13,3291.13,28.2291,0.870505,300,9,0,8982,3155,1,0,0,0),(106779,25715,571,1,1,23349,0,3284.43,3212.57,2.16333,2.75643,300,9,0,8982,3155,1,0,0,0),(106780,883,571,1,1,347,0,2898.29,-1982.48,47.8043,1.30311,300,0,0,1,0,0,0,0,0),(106781,883,571,1,1,347,0,2894.9,-1987.73,48.9689,1.17615,300,0,0,1,0,0,0,0,0),(106782,883,571,1,1,347,0,2977.96,-2045.86,78.5481,6.27517,300,0,0,1,0,0,0,0,0),(106783,25715,571,1,1,23348,0,3093.33,3524.24,0.175877,5.12509,300,9,0,8982,3155,1,0,0,0),(106784,25715,571,1,1,22249,0,3102.08,3468.75,2.47786,0.207567,300,9,0,8982,3155,1,0,0,0),(106785,25715,571,1,1,23348,0,3034.35,3659.43,0.175877,4.75067,300,9,0,8982,3155,1,0,0,0),(106786,25715,571,1,1,23349,0,3054.4,3713.41,0.175877,4.14736,300,9,0,8982,3155,1,0,0,0),(106787,25715,571,1,1,22249,0,3076.43,3747.54,2.36257,2.51907,300,9,0,8982,3155,1,0,0,0),(106788,25715,571,1,1,22249,0,3111.64,3722.49,4.59772,1.10975,300,9,0,8982,3155,1,0,0,0),(106789,25715,571,1,1,23348,0,3080.49,3694.08,2.24285,1.9305,300,9,0,8982,3155,1,0,0,0),(106790,25715,571,1,1,23349,0,3110.09,3658.94,3.6331,4.00768,300,9,0,8982,3155,1,0,0,0),(106791,25715,571,1,1,22249,0,3061.44,3609.49,0.175877,3.17957,300,9,0,8982,3155,1,0,0,0),(106792,25715,571,1,1,23349,0,3154.17,3620.83,5.64553,1.10715,300,9,0,8982,3155,1,0,0,0),(106793,25715,571,1,1,22249,0,3166.98,3539.39,3.96817,5.65836,300,9,0,8982,3155,1,0,0,0),(106794,25715,571,1,1,22249,0,3125.14,3524.73,2.84899,2.33298,300,9,0,8982,3155,1,0,0,0),(106795,25715,571,1,1,23349,0,3131.71,3461.57,3.23951,0.32204,300,9,0,8982,3155,1,0,0,0),(106800,26483,571,1,1,23962,0,3730.34,2244.87,120.155,2.25364,300,5,0,9291,0,1,0,0,0),(106804,26483,571,1,1,23962,0,3700.69,2595.19,130.062,0.505041,300,5,0,9291,0,1,0,0,0),(106807,25715,571,1,1,22249,0,3489.48,3122.18,1.19994,3.57107,300,9,0,8982,3155,1,0,0,0),(106808,23924,571,1,1,17612,0,793.878,-4507.29,196.865,2.18166,300,0,0,42,0,0,0,0,0),(106809,29044,571,1,1,25925,0,6592.83,4329.2,47.7217,2.68781,300,5,0,11770,0,1,0,0,0),(106810,26484,571,1,1,23857,1,4113.11,-4738.28,100.871,3.14159,300,0,0,10282,0,0,0,0,0),(106811,29812,571,1,1,11686,0,5812.98,686.816,655.368,0.820305,300,5,0,42,0,1,0,0,0),(106812,26228,571,1,1,23702,1,2794.68,920.762,22.4113,5.34071,300,0,0,9291,0,0,0,0,0),(106813,28532,571,1,1,25512,1,5203.73,-1313.08,242.767,0.418879,300,0,0,10635,0,0,0,0,0),(106814,15732,571,1,1,13349,0,5818.67,642.931,647.9,2.89725,300,0,0,1003,0,0,0,0,0),(106815,26996,571,1,1,26658,0,3478.23,4177.74,17.2764,4.64258,300,0,0,8982,0,0,0,0,0),(106816,23668,571,1,1,22082,1,1777.45,-4231.26,278.496,2.86234,300,5,0,7185,7196,1,0,0,0),(106817,23668,571,1,1,22083,1,1802.56,-4207.56,278.496,1.01229,300,5,0,7185,7196,1,0,0,0),(106818,23668,571,1,1,22081,1,1776.59,-4222.24,278.496,2.9147,300,5,0,7185,7196,1,0,0,0),(106819,23668,571,1,1,22082,1,1780.8,-4213.88,278.496,2.47837,300,5,0,7185,7196,1,0,0,0),(106820,23668,571,1,1,22083,1,1671.96,-4016.45,286.068,5.95157,300,5,0,7185,7196,1,0,0,0),(106821,23668,571,1,1,22080,1,1676.51,-4007.74,286.068,6.03884,300,5,0,7185,7196,1,0,0,0),(106822,23668,571,1,1,22082,1,1655.78,-4026.64,286.068,4.59022,300,5,0,7185,7196,1,0,0,0),(106823,23668,571,1,1,22083,1,1647.02,-4246.13,287.251,0.575959,300,5,0,7185,7196,1,0,0,0),(106824,23668,571,1,1,22082,1,1643,-4236.37,287.251,0.331613,300,5,0,7185,7196,1,0,0,0),(106825,23668,571,1,1,22081,1,1925.84,-4049.94,252.262,5.60251,300,5,0,7185,7196,1,0,0,0),(106826,23668,571,1,1,22080,1,1907.87,-4052.66,252.262,4.74729,300,5,0,7185,7196,1,0,0,0),(106827,25204,571,1,1,21975,0,4626.55,6189.35,0,4.74395,300,5,0,8982,0,1,0,0,0),(106828,25204,571,1,1,21975,0,4246.89,6092.98,-22.2753,4.98132,300,5,0,8982,0,1,0,0,0),(106829,25204,571,1,1,21975,0,4347.03,6183.95,-53.9993,4.46746,300,5,0,8982,0,1,0,0,0),(106830,25204,571,1,1,21975,0,4512.28,6237.6,-5.06824,0.010255,300,0,0,8982,0,0,0,0,0),(106831,25204,571,1,1,21975,0,4310.21,6105.31,-0.805379,4.61491,300,5,0,8982,0,1,0,0,0),(106832,25205,571,1,1,5025,1,4407.05,6149.95,0.876898,2.94961,300,0,0,10329,0,0,0,0,0),(106833,26997,571,1,1,24282,0,2120.8,5259.82,19.55,3.90954,300,0,0,9291,0,0,0,0,0),(106834,28277,571,1,1,23365,0,89.6326,-6287.43,-0.739605,1.58825,300,0,0,8982,0,0,0,0,0),(106835,26229,571,1,1,23703,1,4542.52,-4249.32,170.575,2.05949,300,0,0,9610,0,0,0,0,0),(106837,26485,571,1,1,23858,1,3839.98,1477.32,137.231,5.96903,300,0,0,9940,3387,0,0,0,0),(52283,26965,571,1,1,0,0,4851.19,-1375.8,168.173,2.49582,120,0,0,1,0,0,0,0,0),(106839,23669,571,1,1,22069,1,1798.46,-4079.92,233.534,5.54075,300,5,0,8982,3155,1,0,0,0),(106840,23669,571,1,1,22069,1,1665.74,-4015.77,286.027,5.21853,300,5,0,8982,3155,1,0,0,0),(106841,23669,571,1,1,22068,1,1661.55,-4022.17,286.068,5.20108,300,5,0,8982,3155,1,0,0,0),(106842,23669,571,1,1,22069,1,1618.17,-4233.74,287.18,1.90241,300,5,0,8982,3155,1,0,0,0),(106843,23669,571,1,1,22068,1,1651.27,-4252.2,287.251,6.26573,300,5,0,8982,3155,1,0,0,0),(106844,23669,571,1,1,22070,1,1636.73,-4229.47,287.251,1.09956,300,5,0,8982,3155,1,0,0,0),(106845,23669,571,1,1,22070,1,1895.58,-4033.89,252.262,2.79253,300,5,0,8982,3155,1,0,0,0),(106846,23669,571,1,1,22068,1,1891.47,-4042.92,252.262,3.33358,300,5,0,8982,3155,1,0,0,0),(106847,29301,571,1,1,23651,0,3828.75,-4315.17,197.62,5.78847,300,5,0,4892,2846,1,0,0,0),(106848,29301,571,1,1,23650,0,3829.99,-4311,198.392,5.72095,300,5,0,4892,2846,1,0,0,0),(106849,29301,571,1,1,23645,0,3842.87,-4330.79,197.39,5.2451,300,5,0,4892,2846,1,0,0,0),(106850,29301,571,1,1,23652,0,3846.02,-4328.13,198.105,5.20525,300,5,0,4892,2846,1,0,0,0),(106851,29301,571,1,1,23645,0,3840.71,-4327.15,197.62,5.25169,300,5,0,4892,2846,1,0,0,0),(106852,27509,571,1,1,24681,1,2661.39,-2005.08,8.91829,2.53073,300,0,0,30846,10398,0,0,0,0),(106854,25206,571,1,1,4920,0,4366.97,6089.83,0.796882,0.349066,300,0,0,9182,0,0,0,0,0),(87840,4076,531,1,1,0,0,-8904.05,1863.42,-21.8855,1.61788,604800,5,0,1,0,1,0,0,0),(87839,4076,531,1,1,0,0,-8869.18,1416.73,-93.0733,5.27109,604800,5,0,1,0,1,0,0,0),(87838,4076,531,1,1,0,0,-8855.17,1535.05,-95.4698,1.53781,604800,5,0,1,0,1,0,0,0),(87837,4076,531,1,1,0,0,-8710.09,1659.99,-84.6503,5.40056,604800,5,0,1,0,1,0,0,0),(87836,4076,531,1,1,0,0,-8693.91,1563.22,-80.1425,3.73426,604800,5,0,1,0,1,0,0,0),(87835,4076,531,1,1,0,0,-8430.81,2030.66,116.103,4.01619,604800,5,0,1,0,1,0,0,0),(106879,23670,571,1,1,22066,1,1226.86,-5312.66,179.465,3.9619,300,0,0,7432,7332,0,0,0,0),(106880,26998,571,1,1,24294,0,2132.72,5255.87,19.5305,4.86947,300,0,0,7181,0,0,0,0,0),(106881,24694,571,1,1,22524,0,1059.29,-5078.33,10.6422,4.99164,300,0,0,8982,0,0,0,0,0),(106882,24694,571,1,1,22524,0,961.779,-5039.39,6.05485,4.11898,300,0,0,8982,0,0,0,0,0),(106883,24694,571,1,1,22524,0,1030.98,-5057.38,10.8171,3.38594,300,0,0,8982,0,0,0,0,0),(106884,24694,571,1,1,22524,0,1084.32,-5070.88,10.607,5.0091,300,0,0,8982,0,0,0,0,0),(106885,29302,571,1,1,21968,0,1981.55,-6226.97,7.82185,0.05236,300,0,0,7984,0,0,0,0,0),(106886,28790,571,1,1,25687,0,5494.73,-2611.75,304.037,6.17846,300,0,0,31905,0,0,0,0,0),(106895,24182,571,1,1,11686,0,1460.17,-5325.6,197.6,2.82743,300,5,0,4120,0,1,0,0,0),(106896,24182,571,1,1,11686,0,1452.46,-5186.66,191.606,1.91986,300,5,0,4120,0,1,0,0,0),(106897,27254,571,1,1,21773,0,2875.36,-18.7967,2.24924,0.488692,300,0,0,9940,3387,0,0,0,0),(106898,27254,571,1,1,21773,0,2837.51,-63.0193,5.08872,1.16937,300,0,0,9940,3387,0,0,0,0),(106899,27254,571,1,1,24468,0,2827.06,103.963,2.1148,2.11185,300,0,0,9940,3387,0,0,0,0),(106900,27254,571,1,1,21773,0,2842.53,184.96,3.20822,5.41052,300,0,0,9940,3387,0,0,0,0),(106901,27254,571,1,1,21773,0,2785.17,-0.203234,1.87966,5.8294,300,0,0,9940,3387,0,0,0,0),(106902,27254,571,1,1,24468,0,2889.34,-57.1091,5.72447,1.51844,300,0,0,9940,3387,0,0,0,0),(106903,27254,571,1,1,24467,0,2811.18,-34.7019,3.43217,0.069813,300,0,0,9940,3387,0,0,0,0),(88072,15963,531,1,1,0,0,-8953.3,1233.64,-99.718,5.3058,604800,0,0,1,0,0,0,0,0),(106908,27254,571,1,1,21773,0,2743.08,-35.619,6.35324,6.00393,300,0,0,9940,3387,0,0,0,0),(106909,27254,571,1,1,24468,0,2922.39,120.359,5.30343,0.610865,300,0,0,9940,3387,0,0,0,0),(106910,27254,571,1,1,24466,0,2903.23,149.243,2.54232,5.44543,300,0,0,9940,3387,0,0,0,0),(106911,27254,571,1,1,24466,0,2893.12,15.0152,1.55331,2.79253,300,0,0,9940,3387,0,0,0,0),(106912,27254,571,1,1,24467,0,2767.48,87.0446,4.14801,4.59022,300,0,0,9940,3387,0,0,0,0),(106913,27254,571,1,1,24468,0,2914.44,75.7164,3.48323,0.15708,300,0,0,9940,3387,0,0,0,0),(106914,27254,571,1,1,21773,0,2884.54,114.481,2.71506,3.76991,300,0,0,9940,3387,0,0,0,0),(106915,27254,571,1,1,21773,0,2757.19,129.285,5.29293,2.42601,300,0,0,9940,3387,0,0,0,0),(106916,27254,571,1,1,24466,0,2801.04,140.674,2.01263,3.82227,300,0,0,9940,3387,0,0,0,0),(106917,27254,571,1,1,24467,0,2873.83,51.7353,1.39816,0.453786,300,0,0,9940,3387,0,0,0,0),(106918,27254,571,1,1,21773,0,2852.21,145.984,2.60287,3.1765,300,0,0,9940,3387,0,0,0,0),(106919,23670,571,1,1,22063,1,1719.64,-4076.4,269.083,2.50863,300,0,0,7432,7332,0,0,0,0),(87829,15300,531,1,1,0,0,-8170.76,1613.13,-37.4205,3.92699,0,0,0,1,0,0,0,0,0),(48251,31851,571,1,1,0,0,5832.24,564.014,651.771,2.59649,300,0,0,1,0,0,0,0,0),(87828,15300,531,1,1,0,0,-8170.39,1639.53,-37.4894,1.88496,0,0,0,1,0,0,0,0,0),(87827,15300,531,1,1,0,0,-8167.6,1671.22,-34.5942,4.43314,0,5,0,1,0,1,0,0,0),(106925,28022,571,1,1,24999,0,5509.48,-2380.71,292.459,5.48826,300,0,0,10635,0,0,0,0,0),(48252,32335,571,1,1,0,0,5833.8,567.348,651.925,2.46091,300,0,0,1,0,0,0,0,0),(87826,15300,531,1,1,0,0,-8160.91,1643.19,-38.9902,1.8675,0,0,0,1,0,0,0,0,0),(87825,15300,531,1,1,0,0,-8156.43,1625.3,-41.4933,2.05949,0,5,0,1,0,1,0,0,0),(106930,28022,571,1,1,25527,0,5379.14,-2525.29,292.54,4.39143,300,0,0,10635,0,0,0,0,0),(106931,28022,571,1,1,25527,0,5511.62,-2520.55,292.54,5.87935,300,0,0,10635,0,0,0,0,0),(106932,28022,571,1,1,25528,0,5496.23,-2439.78,292.498,2.43188,300,0,0,10635,0,0,0,0,0),(48253,32206,571,1,1,0,0,5836.71,570.076,652.108,2.14675,300,0,0,1,0,0,0,0,0),(87824,15300,531,1,1,0,0,-8156.15,1656.47,-36.4829,4.69494,0,0,0,1,0,0,0,0,0),(87823,15300,531,1,1,0,0,-8155.77,1674.52,-36.2891,2.18122,0,5,0,1,0,1,0,0,0),(75962,16537,530,1,1,0,0,-4654.6,-13981.2,85.2454,0.550101,300,5,0,71,0,1,0,0,0),(87822,15300,531,1,1,0,0,-8154.28,1613.23,-40.652,4.60767,0,0,0,1,0,0,0,0,0),(87821,15300,531,1,1,0,0,-8151.95,1683.4,-35.0121,0.802851,0,5,0,1,0,1,0,0,0),(87820,15300,531,1,1,0,0,-8147.21,1655.39,-38.8159,5.51524,0,0,0,1,0,0,0,0,0),(87819,15300,531,1,1,0,0,-8146.43,1631.04,-44.1076,4.72984,0,5,0,1,0,1,0,0,0),(75963,16518,530,1,1,0,0,-4523.47,-14045.3,108.254,1.15354,300,0,0,86,0,2,0,0,0),(87818,15300,531,1,1,0,0,-8144.39,1680.06,-36.8307,1.36136,0,0,0,1,0,0,0,0,0),(87817,15300,531,1,1,0,0,-8141.31,1619.11,-44.396,1.02974,0,5,0,1,0,1,0,0,0),(87816,15300,531,1,1,0,0,-8140.33,1653.83,-40.9886,3.76991,0,0,0,1,0,0,0,0,0),(87815,15300,531,1,1,0,0,-8135.99,1614.04,-45.352,4.27046,0,5,0,1,0,1,0,0,0),(16399,12099,409,1,1,0,0,698.831,-507.815,-214.691,1.8326,7200,0,0,1,0,0,0,0,0),(106959,27255,571,1,1,24469,1,2827.62,-20.4965,0.54931,5.93146,300,0,0,82256,27728,0,0,0,0),(106960,32631,571,1,1,28119,1,5849.28,862.907,843.69,2.37365,300,0,0,8508,7981,2,0,0,0),(106961,26999,571,1,1,24289,0,2356.65,5258.93,7.87818,4.11898,300,0,0,7181,0,0,0,0,0),(200880,14881,631,15,1,0,0,-421.008,2147.03,46.7884,3.26429,86400,0,0,8,0,0,0,0,0),(106963,28791,571,1,1,25688,1,5462.97,-2639.05,306.634,2.77507,300,0,0,10635,0,0,0,0,0),(106964,29559,571,1,1,26334,0,244.251,-6123.23,-0.729095,5.87586,300,5,0,6986,0,1,0,0,0),(106965,24183,571,1,1,11686,0,1510.94,-5448.92,196.681,5.3058,300,5,0,4120,0,1,0,0,0),(106966,29559,571,1,1,26334,0,107.259,-6207.4,0.842359,3.13008,300,5,0,6986,0,1,0,0,0),(106967,29559,571,1,1,26334,0,110.134,-6211.31,0.053427,4.38631,300,5,0,6986,0,1,0,0,0),(106968,29559,571,1,1,26334,0,296.668,-6200,0.534133,5.02502,300,5,0,6986,0,1,0,0,0),(106969,29559,571,1,1,26334,0,279.96,-6235.46,0.794234,3.51432,300,5,0,6986,0,1,0,0,0),(106970,29559,571,1,1,26334,0,270.666,-6237.57,0.919234,3.95169,300,5,0,6986,0,1,0,0,0),(106971,29559,571,1,1,26334,0,257.327,-6236.5,0.894641,2.00179,300,5,0,6986,0,1,0,0,0),(106972,29559,571,1,1,26334,0,239.493,-6176.78,2.67874,4.97214,300,5,0,6986,0,1,0,0,0),(106973,29559,571,1,1,26334,0,242.879,-6231.45,0.64256,2.81904,300,5,0,6986,0,1,0,0,0),(106974,29559,571,1,1,26334,0,235.529,-6192.95,1.68252,4.61742,300,5,0,6986,0,1,0,0,0),(106975,29559,571,1,1,26334,0,232.533,-6212.54,0.609482,5.45121,300,5,0,6986,0,1,0,0,0),(106976,29559,571,1,1,26334,0,173.178,-6151.92,4.13999,5.67611,300,5,0,6986,0,1,0,0,0),(106977,29559,571,1,1,26334,0,169.249,-6147.57,2.76499,4.58459,300,5,0,6986,0,1,0,0,0),(106978,29559,571,1,1,26334,0,134.776,-6174.18,1.49816,4.66335,300,5,0,6986,0,1,0,0,0),(106979,29559,571,1,1,26334,0,127.264,-6174.92,2.52694,4.37912,300,5,0,6986,0,1,0,0,0),(106980,29559,571,1,1,26334,0,69.1601,-6118.73,1.63842,4.44522,300,5,0,6986,0,1,0,0,0),(106981,29559,571,1,1,26334,0,170.537,-6207.46,0.933896,5.06556,300,5,0,6986,0,1,0,0,0),(106982,29559,571,1,1,26334,0,188.205,-6205.41,1.4339,5.65398,300,5,0,6986,0,1,0,0,0),(106983,29559,571,1,1,26334,0,179.435,-6221.54,0.933896,2.79723,300,5,0,6986,0,1,0,0,0),(106984,29559,571,1,1,26334,0,171.392,-6177.39,2.65033,1.19011,300,5,0,6986,0,1,0,0,0),(106985,29559,571,1,1,26334,0,182.417,-6171.81,3.90033,0.328072,300,5,0,6986,0,1,0,0,0),(106986,29559,571,1,1,26334,0,165.919,-6213.31,0.603223,0.743762,300,5,0,6986,0,1,0,0,0),(106987,29559,571,1,1,26334,0,197.72,-6207.8,0.808896,1.4942,300,5,0,6986,0,1,0,0,0),(106988,29559,571,1,1,26334,0,176.549,-6168.2,3.90033,1.27598,300,5,0,6986,0,1,0,0,0),(106989,29559,571,1,1,26334,0,86.5992,-6128.68,2.26342,5.73347,300,5,0,6986,0,1,0,0,0),(106990,29559,571,1,1,26334,0,86.1837,-6114.38,1.34322,0.856335,300,5,0,6986,0,1,0,0,0),(106991,29559,571,1,1,26334,0,190.815,-6145.43,4.38371,5.49195,300,5,0,6986,0,1,0,0,0),(106992,29559,571,1,1,26334,0,186.423,-6222.77,0.537531,0.876273,300,5,0,6986,0,1,0,0,0),(106993,29559,571,1,1,26334,0,165.445,-6172.51,1.23644,4.66875,300,5,0,6986,0,1,0,0,0),(106994,29559,571,1,1,26334,0,186.845,-6209.51,1.29638,1.58271,300,5,0,6986,0,1,0,0,0),(106995,29559,571,1,1,26334,0,207.551,-6206.8,-0.068892,6.14929,300,5,0,6986,0,1,0,0,0),(106996,29559,571,1,1,26334,0,188.51,-6137.81,3.13999,4.55319,300,5,0,6986,0,1,0,0,0),(106997,29559,571,1,1,26334,0,106.25,-6081.25,0.732326,2.14083,300,5,0,6986,0,1,0,0,0),(106998,29559,571,1,1,26334,0,98.6772,-6074.71,1.46753,6.19724,300,5,0,6986,0,1,0,0,0),(106999,29559,571,1,1,26334,0,126.351,-6148.89,0.518196,6.05314,300,5,0,6986,0,1,0,0,0),(107000,29559,571,1,1,26334,0,86.4583,-6067.71,0.335402,5.81343,300,5,0,6986,0,1,0,0,0),(107001,29559,571,1,1,26334,0,116.848,-6076.79,1.10733,5.33877,300,5,0,6986,0,1,0,0,0),(107002,29559,571,1,1,26334,0,121.262,-6145.48,0.617811,5.00939,300,5,0,6986,0,1,0,0,0),(107003,29559,571,1,1,26334,0,80.7292,-6098.44,-0.039598,0.491148,300,5,0,6986,0,1,0,0,0),(107004,29559,571,1,1,26334,0,136.964,-6093.83,1.70486,4.23128,300,5,0,6986,0,1,0,0,0),(107005,29559,571,1,1,26334,0,37.976,-6046.81,1.27113,1.91555,300,5,0,6986,0,1,0,0,0),(107006,29559,571,1,1,26334,0,114.606,-6107,1.56054,4.82778,300,5,0,6986,0,1,0,0,0),(107007,29559,571,1,1,26334,0,67.1251,-6067.2,0.32219,2.30455,300,5,0,6986,0,1,0,0,0),(107008,29559,571,1,1,26334,0,124.229,-6106.57,2.5657,5.85144,300,5,0,6986,0,1,0,0,0),(107009,29559,571,1,1,26334,0,100.849,-6069.49,0.733419,4.39576,300,5,0,6986,0,1,0,0,0),(107010,29559,571,1,1,26334,0,21.323,-6034.2,2.5221,1.27107,300,5,0,6986,0,1,0,0,0),(107011,29559,571,1,1,26334,0,24.2145,-6051.3,1.39067,3.29698,300,5,0,6986,0,1,0,0,0),(107012,29559,571,1,1,26334,0,51.7469,-6070.58,2.57326,4.92963,300,5,0,6986,0,1,0,0,0),(107013,29559,571,1,1,26334,0,38.869,-6073.25,0.567808,3.80552,300,5,0,6986,0,1,0,0,0),(142707,24439,571,1,1,24780,0,2017.76,-3243,74.9517,3.24631,120,0,0,42,0,0,0,0,0),(142706,24439,571,1,1,24780,0,2047.71,-3236.2,62.8251,3.68265,120,0,0,42,0,0,0,0,0),(142705,24439,571,1,1,24780,0,2088.71,-3263.2,82.5032,0.279253,120,0,0,42,0,0,0,0,0),(107017,27511,571,1,1,24683,1,2707.04,-1811.94,4.8389,-1.3583,300,0,0,30846,0,0,0,0,0),(107018,27730,571,1,1,0,0,2492.47,-1839.66,11.7285,5.53269,120,0,0,1,0,0,0,0,0),(107019,27000,571,1,1,24297,0,2136.1,5255.88,19.5315,4.17134,300,0,0,7181,0,0,0,0,0),(107020,27768,571,1,1,0,0,3809.35,-694.076,223.975,2.09439,300,0,0,1,0,0,0,0,0),(107021,28024,571,1,1,23319,0,5590.8,4656.7,-135.185,3.42085,300,0,0,56895,0,0,0,0,0),(107022,28024,571,1,1,23319,0,5694.19,4539.62,-135.886,4.57276,300,0,0,56895,0,0,0,0,0),(107023,28024,571,1,1,23319,0,5623.06,4569.1,-137.401,1.64061,300,0,0,56895,0,0,0,0,0),(107024,24184,571,1,1,11686,0,1497.56,-5257.55,209.267,5.84685,300,5,0,4120,0,1,0,0,0),(107025,26488,571,1,1,23646,0,3902.94,1609.14,92.8839,3.92699,300,0,0,8982,0,0,0,0,0),(107027,26488,571,1,1,23646,0,3898.03,1614.73,93.4979,3.45575,300,0,0,8982,0,0,0,0,0),(107028,25464,571,1,1,23316,0,2294.03,6041.44,102.451,3.97076,300,5,0,6986,0,1,0,0,0),(107029,28024,571,1,1,23319,0,5672.08,4604.54,-137.505,5.16617,300,5,0,56895,0,1,0,0,0),(107030,28024,571,1,1,23319,0,5710.62,4623.32,-137.399,1.25664,300,0,0,56895,0,0,0,0,0),(107031,28024,571,1,1,23319,0,5671.8,4536.08,-135.889,4.86947,300,0,0,56895,0,0,0,0,0),(107032,28024,571,1,1,23319,0,5688.16,4629.18,-138.118,1.43117,300,0,0,56895,0,0,0,0,0),(247126,37868,631,10,1,0,0,4184.17,2504.24,364.9,5.51,604800,0,0,0,0,0,0,0,0),(107035,23672,571,1,1,25954,1,271.529,-5825.06,84.1563,0.15708,300,5,0,7984,0,1,0,0,0),(107036,25464,571,1,1,23316,0,2356.71,5991.79,106.15,6.26009,300,5,0,6986,0,1,0,0,0),(107037,24184,571,1,1,11686,0,1474.24,-5242.48,206.26,3.75246,300,5,0,4120,0,1,0,0,0),(107038,24184,571,1,1,11686,0,1500.76,-5238.46,206.715,1.01229,300,5,0,4120,0,1,0,0,0),(107039,23672,571,1,1,25954,1,75.8354,-5794.35,6.28595,2.79385,300,0,0,7984,0,0,0,0,0),(107040,25464,571,1,1,23316,0,2297.65,5938.3,103.403,4.9748,300,5,0,6986,0,1,0,0,0),(107041,24184,571,1,1,11686,0,1466.5,-5261.66,207.341,1.46608,300,5,0,4120,0,1,0,0,0),(107042,28792,571,1,1,25689,1,5381.78,-2627.1,304.037,0,300,0,0,10635,0,0,0,0,0),(107043,23672,571,1,1,25954,1,247.607,-5728.68,213.788,0.5884,300,0,0,7984,0,0,0,0,0),(107044,23672,571,1,1,25954,1,259.606,-5811.42,86.5498,1.18682,300,5,0,7984,0,1,0,0,0),(107045,23672,571,1,1,25954,1,253.427,-5761.12,144.83,2.26825,300,0,0,7984,0,0,0,0,0),(107046,23672,571,1,1,25954,1,200.047,-5722.93,112.523,2.89478,300,0,0,7984,0,0,0,0,0),(107047,23672,571,1,1,25954,1,185.416,-5727.03,108.017,4.71239,300,0,0,7984,0,0,0,0,0),(107048,23672,571,1,1,25954,1,183.609,-5722.3,135.093,1.15379,300,0,0,7984,0,0,0,0,0),(107049,28024,571,1,1,23319,0,5605.54,4590.58,-139.929,2.94961,300,0,0,56895,0,0,0,0,0),(107050,23672,571,1,1,25954,1,252.675,-5766.34,150.006,5.36836,300,0,0,7984,0,0,0,0,0),(107051,23672,571,1,1,25954,1,205.538,-5705.5,193.313,5.84934,300,0,0,7984,0,0,0,0,0),(107052,23672,571,1,1,25954,1,149.938,-5694.92,285.862,1.90241,300,0,0,7984,0,0,0,0,0),(107053,23672,571,1,1,25954,1,365.076,-5789.42,280.422,-1.035,300,0,0,7984,0,0,0,0,0),(107054,25464,571,1,1,23316,0,2512.91,5940.68,120.673,5.14183,300,5,0,6986,0,1,0,0,0),(107055,23672,571,1,1,25954,1,333.655,-5827.13,261.315,0.890118,300,0,0,7984,0,0,0,0,0),(107056,23672,571,1,1,25954,1,248.497,-5824.29,44.0498,0.226893,300,5,0,7984,0,1,0,0,0),(107057,23672,571,1,1,25954,1,150.754,-5708.77,189.912,2.32129,300,5,0,7984,0,1,0,0,0),(107058,23672,571,1,1,25954,1,235.732,-5694.87,284.097,1.44862,300,0,0,7984,0,0,0,0,0),(107059,23672,571,1,1,25954,1,284.62,-5705.4,280.804,1.58825,300,0,0,7984,0,0,0,0,0),(107060,23672,571,1,1,25954,1,256.011,-5728.88,228.317,0.366519,300,5,0,7984,0,1,0,0,0),(107061,23672,571,1,1,25954,1,276.389,-5734.58,260.131,1.16937,300,5,0,7984,0,1,0,0,0),(107062,23672,571,1,1,25954,1,223.282,-5700.29,242.167,1.81514,300,5,0,7984,0,1,0,0,0),(107063,23672,571,1,1,25954,1,254.852,-5722.02,251.084,1.6057,300,5,0,7984,0,1,0,0,0),(107064,25464,571,1,1,23316,0,2480.99,5921.09,106.866,3.65101,300,5,0,6986,0,1,0,0,0),(107065,25464,571,1,1,23316,0,2355.38,6024.12,97.2881,5.57795,300,5,0,6986,0,1,0,0,0),(107066,25464,571,1,1,23316,0,2348.6,5948.53,95.5463,3.20641,300,5,0,6986,0,1,0,0,0),(107067,25464,571,1,1,23316,0,2311.38,5981.86,99.9125,0.799386,300,0,0,6986,0,0,0,0,0),(107068,23672,571,1,1,25954,1,265.012,-5754.87,191.551,1.32645,300,0,0,7984,0,0,0,0,0),(107069,23672,571,1,1,25954,1,316.005,-5727.81,286.65,0.558505,300,0,0,7984,0,0,0,0,0),(107070,23672,571,1,1,25954,1,323.745,-5803.44,264.505,0.087266,300,0,0,7984,0,0,0,0,0),(107071,23672,571,1,1,25954,1,275.729,-5755.07,222.089,0.680678,300,0,0,7984,0,0,0,0,0),(107072,23672,571,1,1,25954,1,299.787,-5713.65,278.208,0.139626,300,0,0,7984,0,0,0,0,0),(107073,23672,571,1,1,25954,1,130.382,-5748,40.0901,0.464549,300,0,0,7984,0,0,0,0,0),(107074,23672,571,1,1,25954,1,83.7619,-5761,21.4517,1.90241,300,0,0,7984,0,0,0,0,0),(107075,23672,571,1,1,25954,1,166.423,-5709.38,190.62,1.62316,300,0,0,7984,0,0,0,0,0),(107076,23672,571,1,1,25954,1,240.184,-5793.63,35.6498,5.60251,300,0,0,7984,0,0,0,0,0),(107077,23672,571,1,1,25954,1,221.6,-5725.6,153.277,1.13446,300,0,0,7984,0,0,0,0,0),(107078,23672,571,1,1,25954,1,167.127,-5696.53,285.78,0.334589,300,0,0,7984,0,0,0,0,0),(107079,23672,571,1,1,25954,1,240.338,-5717.68,200.873,0.191986,300,0,0,7984,0,0,0,0,0),(107080,23672,571,1,1,25954,1,335.744,-5849.9,260.987,0.017453,300,0,0,7984,0,0,0,0,0),(107081,23672,571,1,1,25954,1,307.87,-5814.06,198.877,0.139626,300,0,0,7984,0,0,0,0,0),(107082,24440,571,1,1,17311,0,2013.28,-3292.14,54.5459,3.58506,300,5,0,9291,3231,1,0,0,0),(107083,24440,571,1,1,17311,0,1997.74,-3296.02,101.494,3.86284,300,5,0,9291,3231,1,0,0,0),(107084,24440,571,1,1,17311,0,2019.52,-3284.72,99.2234,4.61104,300,5,0,9291,3231,1,0,0,0),(107085,24440,571,1,1,17311,0,2023.85,-3301.86,112.035,2.82116,300,5,0,9291,3231,1,0,0,0),(107086,24440,571,1,1,17311,0,1986,-3318.91,113.567,0.475983,300,5,0,9291,3231,1,0,0,0),(107087,24440,571,1,1,17311,0,1991.63,-3299.45,107.244,2.5425,300,5,0,9291,3231,1,0,0,0),(107088,24440,571,1,1,17311,0,1928.03,-3260.24,139.896,4.04151,300,5,0,9291,3231,1,0,0,0),(107089,24440,571,1,1,17311,0,2013.23,-3316.61,139.722,4.43203,300,5,0,9291,3231,1,0,0,0),(107090,24440,571,1,1,17311,0,2012.19,-3276.86,86.5839,3.64513,300,5,0,9291,3231,1,0,0,0),(107092,24440,571,1,1,17311,0,2041.76,-3318.42,137.547,5.1188,300,5,0,9291,3231,1,0,0,0),(107093,24440,571,1,1,17311,0,1998.59,-3276.92,92.3449,1.42296,300,5,0,9291,3231,1,0,0,0),(107094,24440,571,1,1,17311,0,2044.91,-3337.6,128.818,2.43472,300,5,0,9291,3231,1,0,0,0),(107095,24440,571,1,1,17311,0,2057.7,-3220.86,76.3049,3.94831,300,5,0,9291,3231,1,0,0,0),(107096,24440,571,1,1,17311,0,2016.22,-3300.91,136.178,4.51092,300,5,0,9291,3231,1,0,0,0),(107097,24440,571,1,1,17311,0,2020.52,-3310.04,139.722,0.105244,300,5,0,9291,3231,1,0,0,0),(107098,24440,571,1,1,17311,0,2058,-3323.75,137.547,2.30255,300,5,0,9291,3231,1,0,0,0),(107099,24440,571,1,1,17311,0,2009.01,-3264.66,128.818,4.60665,300,5,0,9291,3231,1,0,0,0),(107100,24440,571,1,1,17311,0,2008.68,-3268.24,128.818,4.63304,300,5,0,9291,3231,1,0,0,0),(107101,24440,571,1,1,17311,0,2061,-3313.24,125.563,2.57981,300,5,0,9291,3231,1,0,0,0),(107102,24440,571,1,1,17311,0,2069.84,-3233.68,139.911,0.88681,300,5,0,9291,3231,1,0,0,0),(107103,26488,571,1,1,23646,0,3844.54,-4333.63,197.17,5.2451,300,5,0,8982,0,1,0,0,0),(107104,26488,571,1,1,23646,0,3838.33,-4323.11,197.805,5.2473,300,5,0,8982,0,1,0,0,0),(107105,25464,571,1,1,23316,0,2544.93,5592.54,40.3894,0.537087,300,5,0,6986,0,1,0,0,0),(107106,25464,571,1,1,23316,0,2556.86,5562.01,54.8012,0.321795,300,5,0,6986,0,1,0,0,0),(107107,25464,571,1,1,23316,0,2485.83,5608.29,54.9036,1.48337,300,5,0,6986,0,1,0,0,0),(107108,25464,571,1,1,23316,0,2512.03,5626.31,47.7227,5.62609,300,0,0,6986,0,0,0,0,0),(107109,25464,571,1,1,23316,0,2373.51,5532.5,26.6205,0.184228,300,5,0,6986,0,1,0,0,0),(107110,25464,571,1,1,23316,0,2442.68,5608.7,45.6029,4.32173,300,5,0,6986,0,1,0,0,0),(107111,24440,571,1,1,17311,0,1907.72,-3290.73,189.068,-2.55015,300,5,0,9291,3231,1,0,0,0),(107112,25464,571,1,1,23316,0,2481.39,5980.89,101.873,5.17541,300,5,0,6986,0,1,0,0,0),(107113,25464,571,1,1,23316,0,2447.22,6002.32,97.6353,0.754769,300,5,0,6986,0,1,0,0,0),(107114,25464,571,1,1,23316,0,2490.59,5983.72,109.031,6.2514,300,5,0,6986,0,1,0,0,0),(107115,25464,571,1,1,23316,0,2475.55,6055.9,90.1574,1.85761,300,5,0,6986,0,1,0,0,0),(107116,25464,571,1,1,23316,0,2483.31,6084.91,87.4996,0.082685,300,5,0,6986,0,1,0,0,0),(107117,25464,571,1,1,23316,0,2427.4,6061.69,91.6245,2.54942,300,5,0,6986,0,1,0,0,0),(107118,25464,571,1,1,23316,0,2491.24,5554.17,39.0045,3.39779,300,5,0,6986,0,1,0,0,0),(107121,25465,571,1,1,23214,0,2418.64,6456.1,54.5562,5.84679,300,0,0,6693600,0,2,0,0,0),(107122,28025,571,1,1,25016,0,5679.77,4564.82,-134.156,1.48353,300,0,0,45515,8313,0,0,0,0),(107123,28025,571,1,1,25016,0,5646.01,4597.89,-136.966,3.59538,300,0,0,45515,8313,0,0,0,0),(107124,28025,571,1,1,25016,0,5626.18,4573.35,-137.616,3.5179,300,5,0,45515,8313,1,0,0,0),(143169,23929,571,1,1,0,0,1786.48,-6348.83,-15.2513,5.5867,120,5,0,1,0,1,0,0,0),(143168,23929,571,1,1,0,0,1720.83,-6354.17,-23.7564,3.14898,120,5,0,1,0,1,0,0,0),(143167,23929,571,1,1,0,0,1815.15,-6316.67,-13.0728,4.24623,120,5,0,1,0,1,0,0,0),(107128,29049,571,1,1,25882,1,5859.81,645.384,647.514,3.1765,300,0,0,8508,7981,0,0,0,0),(107129,27001,571,1,1,24287,0,2117.3,5261.07,19.5305,4.81711,300,0,0,7181,0,0,0,0,0),(107130,28025,571,1,1,25016,0,5709.96,4562.79,-101.573,5.02655,300,5,0,45515,8313,1,0,0,0),(200878,37012,631,15,1,0,1,-201.816,2198.16,35.2336,0.212435,86400,0,0,315000,0,0,0,0,0),(143166,23929,571,1,1,0,0,1751.38,-6316.02,-10.6918,3.97021,120,5,0,1,0,1,0,0,0),(143165,23929,571,1,1,0,0,1776.06,-6286.88,-8.2746,2.98275,120,5,0,1,0,1,0,0,0),(107134,24185,571,1,1,11686,0,1508.51,-5386.12,190.993,2.18166,300,5,0,4120,0,1,0,0,0),(143164,23929,571,1,1,0,0,1812.82,-6244.17,1.26266,2.48745,120,5,0,1,0,1,0,0,0),(143163,23929,571,1,1,0,0,2031.48,-6194.68,-3.0017,3.62125,120,5,0,1,0,1,0,0,0),(143162,23929,571,1,1,0,0,2074.68,-6119.5,5.27722,0.47133,120,5,0,1,0,1,0,0,0),(143161,23929,571,1,1,0,0,2013.99,-6254.52,-21.0002,1.11239,120,5,0,1,0,1,0,0,0),(143160,23929,571,1,1,0,0,2119.83,-6118.03,4.80304,4.13213,120,5,0,1,0,1,0,0,0),(143159,23929,571,1,1,0,0,2087.86,-6250.41,-10.2408,1.35658,120,5,0,1,0,1,0,0,0),(107141,23673,571,1,1,25754,1,376.887,-5831.66,299.932,0.191986,300,0,0,7984,0,0,0,0,0),(107142,23673,571,1,1,25754,1,384.882,-5874.85,300.096,0.925025,300,5,0,7984,0,1,0,0,0),(107143,23673,571,1,1,25754,1,388.142,-5892.83,304.785,6.00393,300,0,0,7984,0,0,0,0,0),(107144,23673,571,1,1,25754,1,363.111,-5866.71,291.295,0.05236,300,5,0,7984,0,1,0,0,0),(107145,23673,571,1,1,25754,1,366.802,-5844.99,296.364,0.139626,300,0,0,7984,0,0,0,0,0),(107146,23673,571,1,1,25754,1,175.413,-5650.51,369.459,1.32645,300,0,0,7984,0,0,0,0,0),(107147,23673,571,1,1,25754,1,186.363,-5647.06,363.469,1.22173,300,0,0,7984,0,0,0,0,0),(107148,23673,571,1,1,25754,1,389.758,-5695.77,301.245,0.4538,300,0,0,7984,0,0,0,0,0),(107149,23673,571,1,1,25754,1,383.986,-5772.68,297.754,0.10472,300,0,0,7984,0,0,0,0,0),(107150,23673,571,1,1,25754,1,346.461,-5722.59,327.437,2.36706,300,0,0,7984,0,0,0,0,0),(107151,23673,571,1,1,25754,1,160.668,-5653.93,379.975,1.25664,300,0,0,7984,0,0,0,0,0),(107152,23673,571,1,1,25754,1,210.319,-5647.8,358.472,1.13446,300,0,0,7984,0,0,0,0,0),(107153,23673,571,1,1,25754,1,330.002,-5705.26,323.745,0.767945,300,0,0,7984,0,0,0,0,0),(107154,23673,571,1,1,25754,1,392.155,-5758.44,309.259,0.750492,300,0,0,7984,0,0,0,0,0),(107155,23673,571,1,1,25754,1,393.561,-5693.18,299.941,-2.11837,300,0,0,7984,0,0,0,0,0),(143158,23929,571,1,1,0,0,2122.89,-6158.37,0.62808,0.982948,120,5,0,1,0,1,0,0,0),(107157,23673,571,1,1,25754,1,249.995,-5649.98,338.48,0.855211,300,0,0,7984,0,0,0,0,0),(107158,23673,571,1,1,25754,1,268.378,-5639.05,328.641,1.06465,300,0,0,7984,0,0,0,0,0),(107159,23673,571,1,1,25754,1,229.734,-5650.26,349.088,1.51844,300,0,0,7984,0,0,0,0,0),(107160,23673,571,1,1,25754,1,323.402,-5705.76,322.322,-0.635682,300,0,0,7984,0,0,0,0,0),(107161,23673,571,1,1,25754,1,300.776,-5681.79,321.668,0.663225,300,0,0,7984,0,0,0,0,0),(107162,23673,571,1,1,25754,1,298.46,-5664.9,316.619,0.10472,300,0,0,7984,0,0,0,0,0),(107163,23673,571,1,1,25754,1,365.659,-5789.05,280.583,-1.2545,300,0,0,7984,0,0,0,0,0),(107165,23673,571,1,1,25754,1,386.335,-5812.26,305.816,0.349066,300,0,0,7984,0,0,0,0,0),(107166,23673,571,1,1,25754,1,367.618,-5744.22,320.675,0.558505,300,0,0,7984,0,0,0,0,0),(143157,23929,571,1,1,0,0,2115,-6212.78,-4.30846,3.27798,120,5,0,1,0,1,0,0,0),(107169,28793,571,1,1,25692,0,5969.27,-2135.94,248.309,4.10124,300,5,0,55005,0,1,0,0,0),(107170,23930,571,1,1,9021,0,1863.62,-6182.88,24.6168,2.58309,300,0,0,3529,0,0,0,0,0),(107171,23930,571,1,1,9021,0,1860.58,-6186.25,24.8213,2.19912,300,0,0,3529,0,0,0,0,0),(107172,23930,571,1,1,9021,0,1876.47,-6187.49,24.5278,0.855211,300,0,0,3529,0,0,0,0,0),(107173,23674,571,1,1,25953,1,1139.35,-6163.24,266.229,3.01942,300,5,0,6387,7031,1,0,0,0),(107174,23674,571,1,1,25953,1,1124.23,-6172.26,259.891,4.04916,300,0,0,6387,7031,2,0,0,0),(107175,23930,571,1,1,9021,0,1871.32,-6183.55,24.5151,0.907571,300,0,0,3529,0,0,0,0,0),(107176,23674,571,1,1,25953,1,1225.5,-6215.45,267.448,1.32645,300,0,0,6387,7031,0,0,0,0),(107177,23674,571,1,1,25953,1,1214.15,-6206.95,256.98,4.57276,300,0,0,6387,7031,0,0,0,0),(107178,23674,571,1,1,25953,1,1224.61,-6211.31,259.889,1.36136,300,0,0,6387,7031,0,0,0,0),(107179,23674,571,1,1,25953,1,1199.29,-6200.49,254.716,1.5708,300,0,0,6387,7031,0,0,0,0),(107180,28794,571,1,1,25690,1,5376.96,-2610.31,304.079,0.017453,300,0,0,10635,0,0,0,0,0),(107181,23674,571,1,1,25953,1,1239.35,-6100.13,251.827,3.24751,300,0,0,6387,7031,0,0,0,0),(107182,23674,571,1,1,25953,1,1275.23,-6142.06,244.48,3.05433,300,0,0,6387,7031,2,0,0,0),(107183,23674,571,1,1,25953,1,1227.7,-6200.72,231.965,0.366519,300,0,0,6387,7031,0,0,0,0),(107184,23674,571,1,1,25953,1,1250.14,-6103.91,239.422,4.74729,300,0,0,6387,7031,0,0,0,0),(107185,23674,571,1,1,25953,1,1265.24,-6227.01,264.796,4.22427,300,0,0,6387,7031,2,0,0,0),(107186,23674,571,1,1,25953,1,1179,-6148.84,221.728,3.02253,300,0,0,6387,7031,2,0,0,0),(107187,23674,571,1,1,25953,1,1278.52,-6178.97,255.776,4.76452,300,5,0,6387,7031,1,0,0,0),(107188,23674,571,1,1,25953,1,1220.95,-6219.1,267.326,1.28176,300,5,0,6387,7031,1,0,0,0),(107189,23674,571,1,1,25953,1,1127.02,-6108.87,257.271,2.26404,300,5,0,6387,7031,1,0,0,0),(107190,23674,571,1,1,25953,1,1170.14,-6168.51,231.771,4.76276,300,0,0,6387,7031,0,0,0,0),(107191,23674,571,1,1,25953,1,1222.87,-6083.04,252.214,3.45892,300,0,0,6387,7031,2,0,0,0),(107192,23674,571,1,1,25953,1,1246.43,-6064.71,268.546,1.27659,300,5,0,6387,7031,1,0,0,0),(54710,28029,571,1,1,0,1,5386.06,-2421.43,292.502,1.53589,300,0,0,1,1,0,0,0,0),(54709,28029,571,1,1,0,1,5384.55,-2402.98,292.502,0.872665,300,0,0,1,1,0,0,0,0),(54708,28029,571,1,1,0,1,5445.44,-2513.32,292.502,1.64061,300,0,0,1,1,0,0,0,0),(54707,28029,571,1,1,0,1,5451.55,-2516.31,292.445,0.15708,300,0,0,1,1,0,0,0,0),(54706,28029,571,1,1,0,1,5442.81,-2554.32,297.783,1.55482,300,0,0,1,1,0,0,0,0),(107198,890,571,1,1,654,0,2900.61,-1984.43,49.0495,2.98223,300,0,0,8,0,0,0,0,0),(107199,890,571,1,1,654,0,2893.37,-1985.32,47.238,0.655815,300,0,0,8,0,0,0,0,0),(107204,25333,571,1,1,0,0,2433.47,6550.7,41.2002,4.64258,120,0,0,1,0,0,0,0,0),(117768,25333,571,1,1,0,0,2415.54,6566.57,42.2977,4.72984,120,0,0,1,0,0,0,0,0),(107467,25333,571,1,1,0,0,2450.97,6566.67,40.9138,4.67748,120,0,0,1,0,0,0,0,0),(207205,39623,0,1,1,0,0,-4815.47,-1303.94,501.951,3.54302,5,0,0,1,0,0,0,0,0),(107456,25333,571,1,1,0,0,2449.61,6533.34,41.5307,4.38078,120,0,0,1,0,0,0,0,0),(107206,29562,571,1,1,8842,0,7177.51,-2128.08,763.093,1.43124,300,0,0,12600,0,0,0,0,0),(107205,29562,571,1,1,8842,0,7236.57,-2119.71,777.279,2.94356,300,0,0,12600,0,0,0,0,0),(107207,25211,571,1,1,386,1,4392.23,6148.01,0.606052,5.11381,300,0,0,9182,0,0,0,0,0),(107208,28027,571,1,1,23319,1,5650.8,4551.02,-134.77,1.18682,300,0,0,117700,3809,0,0,0,0),(107209,23675,571,1,1,25748,1,184.213,-5705.6,193.165,3.23403,300,0,0,7984,3080,0,0,0,0),(107210,23675,571,1,1,25748,1,220.319,-5829.6,28.8043,1.65806,300,5,0,7984,3080,1,0,0,0),(107211,23675,571,1,1,25748,1,250.148,-5812.31,74.7891,5.04753,300,0,0,7984,3080,0,0,0,0),(107212,23675,571,1,1,25748,1,185.904,-5792.14,85.9201,4.18879,300,0,0,7984,3080,0,0,0,0),(107213,23675,571,1,1,25748,1,144.666,-5762.95,-220.04,2.44461,300,5,0,7984,3080,1,0,0,0),(107214,25467,571,1,1,27195,0,2410.28,5838.88,137.617,1.23981,300,5,0,6986,0,1,0,0,0),(107215,23675,571,1,1,25748,1,244.332,-5805.68,70.7229,-1.54687,300,0,0,7984,3080,0,0,0,0),(107216,23675,571,1,1,25748,1,247.286,-5721.33,209.788,2.60031,300,0,0,7984,3080,0,0,0,0),(107217,23675,571,1,1,25748,1,201.802,-5678.36,293.934,4.36332,300,0,0,7984,3080,0,0,0,0),(107218,23675,571,1,1,25748,1,203.215,-5785.27,46.0955,0.575959,300,0,0,7984,3080,0,0,0,0),(107219,23675,571,1,1,25748,1,221.577,-5791.94,64.3768,2.7675,300,0,0,7984,3080,0,0,0,0),(107220,25467,571,1,1,27195,0,2262.5,6079.17,104.259,4.46157,300,5,0,6986,0,1,0,0,0),(107221,23675,571,1,1,25748,1,154.582,-5712.86,285.281,4.2586,300,0,0,7984,3080,0,0,0,0),(107222,25467,571,1,1,27195,0,2273.69,6057.41,104.326,5.81737,300,5,0,6986,0,1,0,0,0),(107223,23675,571,1,1,25748,1,302.266,-5778.74,83.8561,3.76991,300,5,0,7984,3080,1,0,0,0),(107224,25467,571,1,1,27195,0,2279.89,5928.2,103.827,5.28222,300,5,0,6986,0,1,0,0,0),(107225,23675,571,1,1,25748,1,123.146,-5724.59,282.936,3.08159,300,0,0,7984,3080,0,0,0,0),(107226,23675,571,1,1,25748,1,284.375,-5739.64,249.51,4.71239,300,0,0,7984,3080,0,0,0,0),(107227,23675,571,1,1,25748,1,251.9,-5774.86,178.389,3.92699,300,0,0,7984,3080,0,0,0,0),(107228,23675,571,1,1,25748,1,188.999,-5709.81,286.628,4.45059,300,0,0,7984,3080,0,0,0,0),(107229,23675,571,1,1,25748,1,295.38,-5797.13,204.485,3.1765,300,0,0,7984,3080,0,0,0,0),(107230,23675,571,1,1,25748,1,210.393,-5712.68,242.25,3.94444,300,0,0,7984,3080,0,0,0,0),(107231,23675,571,1,1,25748,1,265.705,-5741.8,260.215,3.66519,300,0,0,7984,3080,0,0,0,0),(107232,25467,571,1,1,27195,0,2415.06,6051.8,91.7495,4.98862,300,5,0,6986,0,1,0,0,0),(107233,25467,571,1,1,27195,0,2318.56,5912.7,99.0598,3.37022,300,5,0,6986,0,1,0,0,0),(107234,25467,571,1,1,27195,0,2282.18,5965.79,103.421,5.29476,300,5,0,6986,0,1,0,0,0),(107235,25467,571,1,1,27195,0,2376.42,6110.39,84.8507,2.63665,300,5,0,6986,0,1,0,0,0),(107236,25467,571,1,1,27195,0,2305.52,6012,100.227,4.86466,300,5,0,6986,0,1,0,0,0),(107237,25467,571,1,1,27195,0,2387.97,5986.73,94.0163,3.76746,300,5,0,6986,0,1,0,0,0),(107238,25467,571,1,1,27195,0,2453.51,5942.63,101.472,6.27523,300,5,0,6986,0,1,0,0,0),(107239,27003,571,1,1,24855,0,3717.16,-453.417,161.311,4.68302,300,0,0,102820,13864,0,0,0,0),(107240,25467,571,1,1,27195,0,2479.4,5879.11,118.413,1.01259,300,5,0,6986,0,1,0,0,0),(107241,23675,571,1,1,25748,1,327.788,-5742.37,286.183,2.30383,300,0,0,7984,3080,0,0,0,0),(107242,25467,571,1,1,27195,0,2525.3,5928.96,107.594,0.052002,300,5,0,6986,0,1,0,0,0),(107243,23675,571,1,1,25748,1,127.71,-5761.34,38.4451,-1.9586,300,0,0,7984,3080,0,0,0,0),(107244,23675,571,1,1,25748,1,87.1182,-5801.4,6.54625,2.62856,300,0,0,7984,3080,0,0,0,0),(107245,23675,571,1,1,25748,1,342.142,-5878.88,267.276,-1.96586,300,0,0,7984,3080,0,0,0,0),(107246,25467,571,1,1,27195,0,2663.35,5467.26,54.6763,2.62755,300,5,0,6986,0,1,0,0,0),(107247,25467,571,1,1,27195,0,2338.07,5980.37,96.4643,3.60655,300,5,0,6986,0,1,0,0,0),(107248,26235,571,1,1,23694,1,4562.08,-4189.98,173.567,2.3911,300,0,0,9291,3231,0,0,0,0),(107250,25467,571,1,1,27195,0,2688.23,5479.66,56.2507,3.17103,300,5,0,6986,0,1,0,0,0),(107251,27259,571,1,1,25944,1,2945.36,-2708.21,94.4652,3.03687,300,0,0,7952,7654,0,0,0,0),(107252,27259,571,1,1,25945,1,2765.47,-2793.08,99.1925,1.88496,300,0,0,7952,7654,0,0,0,0),(107253,25467,571,1,1,27195,0,2541.58,5904.89,112.666,5.37433,300,5,0,6986,0,1,0,0,0),(107254,27259,571,1,1,25944,1,2689.35,-2820.76,75.8684,5.88748,300,5,0,7952,7654,1,0,0,0),(107255,25979,571,1,1,23490,1,3315.74,5606.96,52.1818,5.88264,300,0,0,8982,0,0,0,0,0),(107256,27259,571,1,1,25945,1,2908.05,-2616.85,84.7385,3.45575,300,0,0,7952,7654,0,0,0,0),(107257,25979,571,1,1,23490,1,3317.78,5592.11,53.5116,2.00713,300,0,0,8982,0,0,0,0,0),(107258,25467,571,1,1,27195,0,2492.16,5979.88,102.314,1.5968,300,5,0,6986,0,1,0,0,0),(107259,25979,571,1,1,23492,1,3324.23,5710.78,61.0955,2.82743,300,0,0,8982,0,0,0,0,0),(107260,25979,571,1,1,23490,1,3317.42,5657.76,53.4732,3.49066,300,0,0,8982,0,0,0,0,0),(107261,27259,571,1,1,25945,1,2731.38,-2797.77,78.7536,1.08393,300,5,0,7952,7654,1,0,0,0),(107262,27259,571,1,1,25945,1,2979.45,-2645.78,97.1994,1.65806,300,0,0,7952,7654,0,0,0,0),(107263,27259,571,1,1,25944,1,2905.05,-2636.84,84.7385,2.63545,300,0,0,7952,7654,0,0,0,0),(107264,27259,571,1,1,25945,1,2929.75,-2702.46,96.3027,1.41372,300,0,0,7952,7654,0,0,0,0),(107265,27259,571,1,1,25945,1,2886.87,-2711.3,84.763,0.977384,300,0,0,7952,7654,0,0,0,0),(107266,25467,571,1,1,27195,0,2543.69,5625.33,43.1256,2.29269,300,5,0,6986,0,1,0,0,0),(107267,27259,571,1,1,25945,1,2843.5,-2744.96,84.7621,5.39307,300,0,0,7952,7654,0,0,0,0),(107268,27259,571,1,1,25944,1,2757.22,-2697.17,84.7385,2.05949,300,0,0,7952,7654,0,0,0,0),(107269,27259,571,1,1,25944,1,2747.93,-2725.5,88.0451,5.64855,300,5,0,7952,7654,1,0,0,0),(107270,25467,571,1,1,27195,0,2508.22,5778.13,140.879,2.75492,300,5,0,6986,0,1,0,0,0),(107271,27259,571,1,1,25944,1,2982.93,-2545.39,88.3743,2.18166,300,0,0,7952,7654,0,0,0,0),(107272,27259,571,1,1,25944,1,2826.92,-2673.03,84.7385,3.19395,300,0,0,7952,7654,0,0,0,0),(107273,27259,571,1,1,25945,1,2872.09,-2630.97,84.7385,0.191986,300,0,0,7952,7654,0,0,0,0),(107274,27259,571,1,1,25944,1,2805.93,-2671.32,87.0472,1.76278,300,0,0,7952,7654,0,0,0,0),(107275,25467,571,1,1,27195,0,2586.58,5552.83,35.9187,5.16913,300,5,0,6986,0,1,0,0,0),(107276,25467,571,1,1,27195,0,2524.24,5804.58,142.688,2.99959,300,5,0,6986,0,1,0,0,0),(107277,25467,571,1,1,27195,0,2560.56,5818.83,142.346,1.82133,300,5,0,6986,0,1,0,0,0),(107278,27259,571,1,1,25945,1,2874.59,-2611.92,84.7385,5.84685,300,0,0,7952,7654,0,0,0,0),(107279,27259,571,1,1,25944,1,2937.17,-2587.75,84.7732,4.17469,300,5,0,7952,7654,1,0,0,0),(107280,25467,571,1,1,27195,0,2492.25,5762.92,139.984,2.83714,300,5,0,6986,0,1,0,0,0),(107281,27259,571,1,1,25945,1,2892.95,-2604.54,84.7385,4.46804,300,0,0,7952,7654,0,0,0,0),(107282,25467,571,1,1,27195,0,2462.85,5786.96,136.756,0.632382,300,5,0,6986,0,1,0,0,0),(107283,25467,571,1,1,27195,0,2472.61,5640.78,50.6987,4.81735,300,5,0,6986,0,1,0,0,0),(107284,27259,571,1,1,25945,1,2953.04,-2527.08,89.73,4.85249,300,5,0,7952,7654,1,0,0,0),(107285,25467,571,1,1,27195,0,2523.31,5620.74,46.5407,6.09862,300,5,0,6986,0,1,0,0,0),(107286,25467,571,1,1,27195,0,2420.85,5614.3,44.9838,0.936381,300,5,0,6986,0,1,0,0,0),(107287,25467,571,1,1,27195,0,2293.44,6038.67,102.552,3.56096,300,5,0,6986,0,1,0,0,0),(107288,27259,571,1,1,25945,1,2796.66,-2754.17,89.3124,4.53786,300,0,0,7952,7654,0,0,0,0),(107289,27259,571,1,1,25945,1,2875.91,-2759.75,87.5873,1.29154,300,0,0,7952,7654,0,0,0,0),(107290,25467,571,1,1,27195,0,2416.48,5523.44,30.1054,5.22366,300,5,0,6986,0,1,0,0,0),(107291,25467,571,1,1,27195,0,2454.79,5671.14,54.408,1.69441,300,5,0,6986,0,1,0,0,0),(107292,25467,571,1,1,27195,0,2447.93,5987.24,97.4017,3.03891,300,5,0,6986,0,1,0,0,0),(107293,25467,571,1,1,27195,0,2455.19,6084.13,86.3471,1.43954,300,5,0,6986,0,1,0,0,0),(107294,25979,571,1,1,23490,1,3173.63,5758.37,50.8677,4.53786,300,0,0,8982,0,0,0,0,0),(107295,25979,571,1,1,23493,1,3195.11,5766.53,51.067,3.7001,300,5,0,8982,0,1,0,0,0),(107296,25979,571,1,1,23493,1,3166.85,5732.3,50.7587,3.23941,300,5,0,8982,0,1,0,0,0),(107297,25979,571,1,1,23491,1,3271.98,5692.47,53.7287,0.040886,300,5,0,8982,0,1,0,0,0),(107298,25467,571,1,1,27195,0,2553.55,5504.69,33.7045,0.386798,300,5,0,6986,0,1,0,0,0),(107299,25979,571,1,1,23490,1,3319.95,5701.67,60.7571,6.14356,300,0,0,8982,0,0,0,0,0),(107300,25979,571,1,1,23492,1,3289.21,5620.37,51.0953,0.753598,300,0,0,8982,0,2,0,0,0),(107301,25468,571,1,1,27170,0,2345.04,5858.52,136.017,0.10472,300,0,0,6986,0,0,0,0,0),(107302,24188,571,1,1,22182,0,2122.77,-2966.33,148.751,5.44543,300,0,0,8982,0,0,0,0,0),(107303,29564,571,1,1,26342,0,6231.79,-1208.15,448.371,5.88176,300,0,0,12600,0,0,0,0,0),(107304,23676,571,1,1,26213,1,1135.38,-6153.93,260.074,2.07694,300,5,0,7984,0,1,0,0,0),(107305,25468,571,1,1,27170,0,2467.7,5841.33,139.359,5.89921,300,0,0,6986,0,0,0,0,0),(107306,23676,571,1,1,26213,1,1155.73,-6198.04,242.15,3.85718,300,0,0,7984,0,2,0,0,0),(107307,25468,571,1,1,27170,0,2484.65,5840.98,141.515,3.22886,300,0,0,6986,0,0,0,0,0),(107308,28796,571,1,1,25694,1,5410.7,-2658.25,303.954,0.058184,300,0,0,8982,0,0,0,0,0),(107309,25468,571,1,1,27170,0,2284.25,5893.3,103.13,2.48923,300,5,0,6986,0,1,0,0,0),(107310,25468,571,1,1,27170,0,2529.66,5827.76,141.471,2.26893,300,0,0,6986,0,0,0,0,0),(107311,23676,571,1,1,26213,1,1131.75,-6169.69,259.636,3.49066,300,5,0,7984,0,1,0,0,0),(107312,25468,571,1,1,27170,0,2447.49,5868.25,117.981,4.57276,300,0,0,6986,0,0,0,0,0),(107313,25468,571,1,1,27170,0,2396.45,5862.94,133.252,2.6529,300,0,0,6986,0,0,0,0,0),(107314,25468,571,1,1,27170,0,2351.25,5859.1,135.988,3.24631,300,0,0,6986,0,0,0,0,0),(107315,25468,571,1,1,27170,0,2390.88,5822.89,136.711,3.10669,300,0,0,6986,0,0,0,0,0),(107316,25468,571,1,1,27170,0,2377.96,5867.96,131.303,0.191986,300,0,0,6986,0,0,0,0,0),(107317,23676,571,1,1,26213,1,1271.29,-6189.49,259.042,0.226893,300,0,0,7984,0,0,0,0,0),(107318,23676,571,1,1,26213,1,1283.63,-6202.15,263.338,0.541052,300,0,0,7984,0,0,0,0,0),(107319,23676,571,1,1,26213,1,1229.35,-6236.6,261.959,4.79965,300,0,0,7984,0,0,0,0,0),(107320,23676,571,1,1,26213,1,1211.36,-6232.31,259.696,4.67748,300,0,0,7984,0,0,0,0,0),(107321,25468,571,1,1,27170,0,2365.63,6038.61,93.8873,1.01229,300,0,0,6986,0,0,0,0,0),(107322,25468,571,1,1,27170,0,2353.94,5915.74,95.2951,1.52987,300,5,0,6986,0,1,0,0,0),(107323,26492,571,1,1,137,1,4543.86,451.139,66.3763,5.28835,300,0,0,9610,0,0,0,0,0),(107324,26492,571,1,1,137,1,4568.58,458.53,66.039,5.20108,300,0,0,9610,0,0,0,0,0),(107325,26492,571,1,1,137,1,4580,477.777,66.0861,1.85005,300,0,0,9610,0,0,0,0,0),(107326,26492,571,1,1,137,1,4558.71,485.447,66.4212,1.67552,300,0,0,9610,0,0,0,0,0),(107327,26492,571,1,1,137,1,4545.38,476.614,67.0911,0.610865,300,0,0,9610,0,0,0,0,0),(107328,26492,571,1,1,137,1,4528.91,476.462,66.4356,1.93731,300,0,0,9610,0,0,0,0,0),(107329,23676,571,1,1,26213,1,1271.32,-6167.18,249.32,0.017453,300,0,0,7984,0,0,0,0,0),(107330,23932,571,1,1,21920,1,990.818,-4766.05,-1.11488,4.64258,300,0,0,9291,0,0,0,0,0),(107331,23676,571,1,1,26213,1,1200.16,-6246.71,258.389,4.69494,300,0,0,7984,0,0,0,0,0),(107332,23676,571,1,1,26213,1,1170.7,-6215.98,241.759,5.42694,300,5,0,7984,0,1,0,0,0),(107333,23676,571,1,1,26213,1,1145.1,-6126.83,254.303,2.49582,300,0,0,7984,0,0,0,0,0),(107334,23676,571,1,1,26213,1,1123.75,-6100.37,259.074,2.21657,300,0,0,7984,0,0,0,0,0),(107335,23676,571,1,1,26213,1,1181.74,-6236.56,256.397,3.82227,300,0,0,7984,0,0,0,0,0),(107336,23676,571,1,1,26213,1,1111.03,-6105.7,260.915,1.74533,300,0,0,7984,0,0,0,0,0),(107337,23676,571,1,1,26213,1,1171.72,-6066.42,260.806,1.6057,300,0,0,7984,0,0,0,0,0),(107338,23676,571,1,1,26213,1,1149.63,-6079.42,259.353,2.19912,300,0,0,7984,0,0,0,0,0),(107339,23676,571,1,1,26213,1,1156.97,-6066.02,261.816,2.18166,300,0,0,7984,0,0,0,0,0),(107340,23676,571,1,1,26213,1,1209.84,-6068.38,264.592,1.74533,300,0,0,7984,0,0,0,0,0),(107341,23676,571,1,1,26213,1,1185.72,-6068.94,260.574,1.43117,300,0,0,7984,0,0,0,0,0),(107342,23676,571,1,1,26213,1,1258.36,-6072.86,267.364,1.90241,300,0,0,7984,0,0,0,0,0),(107343,23676,571,1,1,26213,1,1243.98,-6066.7,267.398,1.67552,300,0,0,7984,0,0,0,0,0),(107344,23676,571,1,1,26213,1,1281.15,-6079.87,265.505,0.698132,300,0,0,7984,0,0,0,0,0),(107345,23676,571,1,1,26213,1,1266.87,-6106.81,239.576,1.5584,300,5,0,7984,0,1,0,0,0),(107346,23676,571,1,1,26213,1,1233.3,-6062.44,267.918,1.65806,300,0,0,7984,0,0,0,0,0),(107347,23676,571,1,1,26213,1,1222.09,-6070.04,266.028,1.65806,300,0,0,7984,0,0,0,0,0),(107348,23676,571,1,1,26213,1,1270.35,-6067.9,267.136,1.37881,300,0,0,7984,0,0,0,0,0),(107349,23676,571,1,1,26213,1,1140.17,-6084,259.181,2.30383,300,0,0,7984,0,0,0,0,0),(107350,23676,571,1,1,26213,1,1281.33,-6229.66,272.715,0.855211,300,0,0,7984,0,0,0,0,0),(107351,23676,571,1,1,26213,1,1292.36,-6216.24,265.773,0.733038,300,0,0,7984,0,0,0,0,0),(107352,26236,571,1,1,23695,1,4559.23,-4190.13,173.567,0.663225,300,0,0,9291,3231,0,0,0,0),(107353,27260,571,1,1,24476,0,2746.48,-2862.24,71.3454,5.57456,300,5,0,9940,0,1,0,0,0),(107354,27260,571,1,1,24476,0,2757.06,-2410.56,39.5577,4.20624,300,0,0,9940,0,0,0,0,0),(107355,27260,571,1,1,24480,0,2701,-2850.57,73.7177,0.613982,300,5,0,9940,0,1,0,0,0),(107356,27260,571,1,1,24480,0,2703.14,-2765.9,83.8222,4.92183,300,0,0,9940,0,0,0,0,0),(107357,27260,571,1,1,24476,0,3005.73,-2610.31,98.553,1.3007,300,5,0,9940,0,1,0,0,0),(107358,27260,571,1,1,24480,0,2910.33,-2717.12,94.4947,2.86234,300,0,0,9940,0,0,0,0,0),(107359,27260,571,1,1,24480,0,2871.3,-2734.23,84.7621,2.61032,300,0,0,9940,0,0,0,0,0),(107360,25468,571,1,1,27170,0,2505.96,5653.62,48.9889,1.57144,300,5,0,6986,0,1,0,0,0),(107361,27260,571,1,1,24475,0,2782.06,-2672.58,84.7385,5.28835,300,0,0,9940,0,0,0,0,0),(107362,27260,571,1,1,24475,0,3001.02,-2558.17,88.3604,3.82227,300,0,0,9940,0,0,0,0,0),(107363,27260,571,1,1,24475,0,2975.06,-2566.25,88.4192,1.65806,300,0,0,9940,0,0,0,0,0),(107364,27260,571,1,1,24480,0,2846.76,-2630.59,84.7385,4.2586,300,0,0,9940,0,0,0,0,0),(107365,25468,571,1,1,27170,0,2530.92,5776.13,143.476,0.890118,300,0,0,6986,0,0,0,0,0),(107366,27260,571,1,1,24475,0,2919.1,-2556.94,84.5192,1.92225,300,0,0,9940,0,2,0,0,0),(107367,27260,571,1,1,24480,0,2866.45,-2587.53,84.7385,1.69297,300,0,0,9940,0,0,0,0,0),(107368,27260,571,1,1,24476,0,2977.98,-2523.29,90.4354,3.82227,300,0,0,9940,0,0,0,0,0),(107369,27260,571,1,1,24480,0,2845.67,-2600.35,84.7385,5.60251,300,0,0,9940,0,0,0,0,0),(107370,25468,571,1,1,27170,0,2496.99,5796.22,140.262,2.25148,300,0,0,6986,0,0,0,0,0),(107371,27260,571,1,1,24480,0,2867.81,-2563.69,86.3263,1.31394,300,5,0,9940,0,1,0,0,0),(107372,27260,571,1,1,24475,0,2772.13,-2771.28,96.4379,1.8675,300,0,0,9940,0,0,0,0,0),(107373,27260,571,1,1,24476,0,2989.24,-2586.43,97.23,3.22886,300,0,0,9940,0,0,0,0,0),(107374,27260,571,1,1,24476,0,2830.75,-2649.2,86.3197,0.643402,300,5,0,9940,0,1,0,0,0),(107375,27260,571,1,1,24480,0,2970.31,-2679.17,94.437,-2.74212,300,0,0,9940,0,0,0,0,0),(107376,27260,571,1,1,24475,0,2749.97,-2776.68,96.42,1.76278,300,0,0,9940,0,0,0,0,0),(107377,27260,571,1,1,24475,0,2886.19,-2669.24,84.7802,3.80931,300,0,0,9940,0,2,0,0,0),(107378,27260,571,1,1,24480,0,2907.08,-2755.14,84.7627,2.44346,300,0,0,9940,0,0,0,0,0),(107379,27260,571,1,1,24480,0,2794.2,-2702.35,85.5368,5.06145,300,0,0,9940,0,0,0,0,0),(107380,25468,571,1,1,27170,0,2355.44,5553.31,28.015,5.16617,300,0,0,6986,0,0,0,0,0),(107381,25468,571,1,1,27170,0,2475.96,6025.24,97.4785,2.42601,300,0,0,6986,0,0,0,0,0),(107382,25724,571,1,1,25249,0,3205.99,6082.8,138.083,1.16937,300,0,0,9291,3231,0,0,0,0),(107383,25724,571,1,1,25249,0,3220.52,6086.24,138.083,2.80998,300,0,0,9291,3231,0,0,0,0),(107384,25724,571,1,1,25249,0,3203.23,6097.03,138.083,5.68977,300,0,0,9291,3231,0,0,0,0),(107385,25724,571,1,1,25249,0,3217.85,6099.47,138.083,4.08407,300,0,0,9291,3231,0,0,0,0),(107386,25468,571,1,1,27170,0,2523.02,5571.62,38.8824,2.71686,300,5,0,6986,0,1,0,0,0),(107387,25468,571,1,1,27170,0,2513.91,5593.82,40.4216,4.02307,300,5,0,6986,0,1,0,0,0),(107388,27004,571,1,1,24850,0,4092.9,1248.45,57.1379,0.198416,300,5,0,9940,3387,1,0,0,0),(107390,24189,571,1,1,22183,0,882.39,-4985.62,-71.1171,0.383972,300,0,0,9610,3309,0,0,0,0),(107391,24701,571,1,1,22522,0,806.631,-5343.88,190.473,2.02458,300,0,0,8982,0,0,0,0,0),(107392,28797,571,1,1,25695,1,5410.21,-2665.95,304.037,3.08923,300,0,0,8982,0,0,0,0,0),(107393,24957,571,1,1,23307,1,4177.56,4671.68,15.8298,3.50811,300,0,0,7185,7196,0,0,0,0),(107394,24957,571,1,1,23307,1,4168.55,4675.75,17.1421,5.07891,300,0,0,7185,7196,0,0,0,0),(107395,24957,571,1,1,23294,1,4173.29,4663.02,17.8781,1.97222,300,0,0,7185,7196,0,0,0,0),(107396,24957,571,1,1,23307,1,4164.75,4666.82,18.9984,0.471239,300,0,0,7185,7196,0,0,0,0),(107397,24957,571,1,1,23294,1,4174.6,4702.68,14.6587,2.19912,300,0,0,7185,7196,0,0,0,0),(107398,24957,571,1,1,23294,1,4176.01,4712.18,16.6877,3.76991,300,0,0,7185,7196,0,0,0,0),(107399,24957,571,1,1,23294,1,4165.03,4703.96,17.2914,0.663225,300,0,0,7185,7196,0,0,0,0),(107400,24957,571,1,1,23307,1,4166.67,4713.49,18.6611,5.34071,300,0,0,7185,7196,0,0,0,0),(107401,24957,571,1,1,23307,1,4198.17,4706.37,14.7823,1.3439,300,0,0,7185,7196,0,0,0,0),(107402,24957,571,1,1,23294,1,4206.55,4711.89,16.5954,2.94961,300,0,0,7185,7196,0,0,0,0),(107403,24957,571,1,1,23307,1,4193.06,4714.35,18.2513,6.16101,300,0,0,7185,7196,0,0,0,0),(107404,24957,571,1,1,23307,1,4201.24,4719.41,18.9773,4.32842,300,0,0,7185,7196,0,0,0,0),(107405,16509,571,1,1,8469,0,5886.28,-2625.57,292.498,1.01229,300,0,0,3052,0,0,0,0,0),(107406,23677,571,1,1,22120,0,2143.41,-5143.36,237.939,1.72741,300,5,0,8982,3155,1,0,0,0),(107407,25725,571,1,1,23352,0,3774.77,4037.64,28.4527,2.70458,300,0,0,9291,0,2,0,0,0),(28656,17147,530,1,1,0,1,-2902.1,6405.04,81.9079,5.46145,300,0,0,4731,2790,0,0,0,0),(107409,23677,571,1,1,22120,0,2157.65,-5089.01,237.421,5.67484,300,5,0,8982,3155,1,0,0,0),(28655,17147,530,1,1,0,1,-2892.44,6405.05,81.9117,3.88674,300,0,0,4731,2790,0,0,0,0),(107412,27005,571,1,1,24850,0,4481.23,-438.29,78.8053,0.166401,300,0,0,9940,3387,2,0,0,0),(28654,17147,530,1,1,0,1,-2892.94,6395.3,81.9097,2.35308,300,0,0,4731,2790,0,0,0,0),(107418,23677,571,1,1,22120,0,2155.83,-5117.67,237.061,2.40052,300,5,0,8982,3155,1,0,0,0),(107419,23677,571,1,1,22120,0,2186.95,-5155.63,243.252,2.39379,300,5,0,8982,3155,1,0,0,0),(107420,23677,571,1,1,22120,0,2164.66,-5107.71,237.364,4.36914,300,5,0,8982,3155,1,0,0,0),(107421,23677,571,1,1,22120,0,2200.11,-5146.9,242.062,0.256508,300,5,0,8982,3155,1,0,0,0),(107422,26493,571,1,1,24037,1,4583.09,449.509,85.0521,-0.707898,300,0,0,7952,7654,2,0,0,0),(107424,25981,571,1,1,23496,1,2765.63,5306.47,27.1711,2.67354,300,0,0,6986,0,0,0,0,0),(107425,28541,571,1,1,28109,0,5204.54,-1320.69,243.017,0.453786,300,0,0,10635,0,0,0,0,0),(107431,28029,571,1,1,26230,1,5496.85,-2383.57,292.502,2.30383,300,0,0,9572,3561,0,0,0,0),(107430,28029,571,1,1,26230,1,5490.07,-2495.2,292.429,3.93988,300,0,0,9572,3561,0,0,0,0),(107429,28029,571,1,1,26229,1,5495.16,-2439.33,292.498,5.44414,300,0,0,9572,3561,0,0,0,0),(107428,28029,571,1,1,26228,1,5485.95,-2500.14,292.433,0.934353,300,0,0,9572,3561,0,0,0,0),(107427,28029,571,1,1,26231,1,5514,-2398.25,292.502,1.5708,300,0,0,9572,3561,0,0,0,0),(107432,24957,571,1,1,23294,1,4394.45,4579.75,117.137,1.55334,300,0,0,7185,7196,0,0,0,0),(107434,24957,571,1,1,23294,1,4403.14,4588.96,115.715,3.21141,300,0,0,7185,7196,0,0,0,0),(107435,24957,571,1,1,23307,1,4394.42,4598.11,118.785,4.74729,300,0,0,7185,7196,0,0,0,0),(107436,24957,571,1,1,23294,1,4407.25,4540.74,88.7634,5.28835,300,5,0,7185,7196,1,0,0,0),(107437,25981,571,1,1,23496,1,2746.05,5283.54,24.7469,0.71696,300,5,0,6986,0,1,0,0,0),(107438,25981,571,1,1,23496,1,2798.26,5290.03,22.2205,2.8581,300,5,0,6986,0,1,0,0,0),(107439,25981,571,1,1,23496,1,2767.84,5330.82,29.0312,2.52748,300,5,0,6986,0,1,0,0,0),(107440,25981,571,1,1,23496,1,2720.85,5288.82,29.8882,2.23791,300,5,0,6986,0,1,0,0,0),(107441,25981,571,1,1,23497,1,2757.03,5298.1,26.3541,1.49756,300,5,0,6986,0,1,0,0,0),(107442,25981,571,1,1,23496,1,2711.28,5294.91,31.3277,1.09441,300,5,0,6986,0,1,0,0,0),(107443,25981,571,1,1,23497,1,2771.7,5338.43,29.9513,1.11559,300,5,0,6986,0,1,0,0,0),(107444,24957,571,1,1,23307,1,4342.53,4571.03,19.8415,2.14915,300,0,0,7185,7196,0,0,0,0),(207209,39623,0,1,1,0,0,-4916.45,-1217.71,501.735,5.07891,5,0,0,1,0,0,0,0,0),(207208,39623,0,1,1,0,0,-4842.39,-1245.91,501.854,5.39307,5,0,0,1,0,0,0,0,0),(107455,25333,571,1,1,0,0,2433.46,6516.86,42.1037,4.57276,120,0,0,1,0,0,0,0,0),(107454,25333,571,1,1,0,0,2433.26,6533.03,41.6573,4.64258,120,0,0,1,0,0,0,0,0),(117822,27110,571,1,1,0,1,2477.76,6589.86,32.0581,4.90438,120,0,0,1,0,0,0,0,0),(207207,39623,0,1,1,0,0,-4842.02,-1248.01,501.875,1.18682,5,0,0,1,0,0,0,0,0),(207206,39623,0,1,1,0,0,-4834.71,-1245.82,501.802,4.57276,5,0,0,1,0,0,0,0,0),(107203,27064,571,1,1,0,0,2618.59,6452.27,41.9605,6.00393,120,0,0,1,0,0,0,0,0),(207204,39623,0,1,1,0,0,-4814.95,-1287.97,501.868,1.43117,5,0,0,1,0,0,0,0,0),(207203,39623,0,1,1,0,0,-4814.49,-1296.1,501.951,2.18166,5,0,0,1,0,0,0,0,0),(207202,39623,0,1,1,0,0,-4981.66,-1256.73,501.77,1.43117,5,0,0,1,0,0,0,0,0),(207201,39623,0,1,1,0,0,-4981.45,-1255.46,501.77,4.64258,5,0,0,1,0,0,0,0,0),(207200,39623,0,1,1,0,0,-4967.83,-1275.93,502.053,3.57792,5,0,0,1,0,0,0,0,0),(207199,39263,0,1,1,0,0,-5456.26,-671.851,393.035,0.645772,120,0,0,1,0,0,0,0,0),(107202,27064,571,1,1,0,0,2581.97,6482.77,44.2189,5.60251,120,0,0,1,0,0,0,0,0),(207198,39263,0,1,1,0,0,-5462.94,-675.273,392.85,2.56563,120,0,0,1,0,0,0,0,0),(207197,39263,0,1,1,0,0,-5469.35,-674.946,392.548,3.76991,120,0,0,1,0,0,0,0,0),(207196,39717,0,1,1,0,0,-5440.41,-681.729,395.342,3.85718,120,0,0,1,0,0,0,0,0),(207195,39716,0,1,1,0,0,-5459.33,-666.45,392.481,1.93732,120,0,0,1,0,0,0,0,0),(207194,39715,0,1,1,0,0,-5474.34,-670.273,392.293,1.65806,120,0,0,1,0,0,0,0,0),(207193,39275,0,1,1,0,0,-5430.54,-637.377,394.392,0.785398,120,0,0,1,0,0,0,0,0),(207192,39711,0,1,1,0,0,-5458.7,-691.717,396.82,0.418879,120,0,0,1,0,0,0,0,0),(207191,39711,0,1,1,0,0,-5453.71,-701.304,397.678,0.418879,120,0,0,1,0,0,0,0,0),(107476,25981,571,1,1,23496,1,2817.26,5254.07,16.254,2.51645,300,5,0,6986,0,1,0,0,0),(107477,24957,571,1,1,23294,1,4351.52,4258.95,99.1533,0.474706,300,0,0,7185,7196,0,0,0,0),(107479,25982,571,1,1,23499,1,3419.1,4117.67,17.3803,6.07375,300,0,0,8982,3155,0,0,0,0),(107480,24702,571,1,1,22592,0,3444.2,4128.28,15.5763,5.06145,300,0,0,9291,3231,0,0,0,0),(107481,27262,571,1,1,24479,0,3316.83,-2291.84,110.191,3.28122,300,0,0,10282,3466,0,0,0,0),(107482,25470,571,1,1,27174,0,2423.14,5811.62,138.909,1.62402,300,5,0,6986,2991,1,0,0,0),(107483,31358,571,1,1,17188,0,4865.87,1477.4,209.657,5.61996,300,5,0,42,0,1,0,0,0),(132544,21763,530,1,1,18012,1,-4162.6,3135.13,317.82,1.70399,180,5,0,5744,3231,1,0,0,0),(132545,21763,530,1,1,18012,1,-3676.85,3323.91,283.683,2.6417,180,5,0,5744,3231,1,0,0,0),(132546,21763,530,1,1,18012,1,-3689.46,3353.99,283.803,1.25522,180,5,0,5744,3231,1,0,0,0),(107488,26494,571,1,1,14315,0,4112.22,-4734.05,100.848,5.41012,300,0,0,10282,0,0,0,0,0),(107491,30078,571,1,1,16946,0,3590.2,366.514,-95.9504,4.39823,300,0,0,2215,0,0,0,0,0),(107492,30078,571,1,1,16946,0,3485.56,357.341,-98.2515,5.32325,300,0,0,2215,0,0,0,0,0),(132601,21787,530,1,1,20682,1,-3888.01,3080.66,373.795,2.35619,180,0,0,5744,3231,0,0,0,0),(107495,28798,571,1,1,25697,0,5380.96,-2616.45,304.037,6.26573,300,0,0,10635,0,0,0,0,0),(132543,21763,530,1,1,18012,1,-4061.73,3158.32,299.835,2.2989,180,5,0,5744,3231,1,0,0,0),(107501,25470,571,1,1,27174,0,2406.29,5887.46,129.022,2.50473,300,5,0,6986,2991,1,0,0,0),(107502,25470,571,1,1,27174,0,2418.38,6079.12,89.5259,3.17586,300,5,0,6986,2991,1,0,0,0),(107504,25470,571,1,1,27174,0,2453.46,5822.52,139.791,4.13499,300,5,0,6986,2991,1,0,0,0),(107505,25470,571,1,1,27174,0,2388.1,6069.59,89.4053,0.157922,300,5,0,6986,2991,1,0,0,0),(107506,25470,571,1,1,27174,0,2562.04,5775.27,139.26,1.50351,300,5,0,6986,2991,1,0,0,0),(107507,25470,571,1,1,27174,0,2420.56,5964,93.8357,1.59799,300,5,0,6986,2991,1,0,0,0),(107508,25470,571,1,1,27174,0,2385.53,5952.08,93.9239,5.32444,300,5,0,6986,2991,1,0,0,0),(107509,25470,571,1,1,27174,0,2457.25,5910.08,109.818,0.835323,300,5,0,6986,2991,1,0,0,0),(107510,27006,571,1,1,24854,1,3390.81,748.202,82.2873,2.40325,300,0,0,24850,0,2,0,0,0),(107511,25470,571,1,1,27174,0,2277.21,6007.3,103.869,4.85343,300,5,0,6986,2991,1,0,0,0),(107512,25470,571,1,1,27174,0,2428.96,6006.77,95.631,1.15565,300,5,0,6986,2991,1,0,0,0),(107513,25470,571,1,1,27174,0,2420.14,6039.33,90.6245,3.13349,300,5,0,6986,2991,1,0,0,0),(107514,25470,571,1,1,27174,0,2310.71,5875.56,98.547,5.95097,300,5,0,6986,2991,1,0,0,0),(107515,25470,571,1,1,27174,0,2260.62,5993.72,104.051,4.84147,300,5,0,6986,2991,1,0,0,0),(107516,25470,571,1,1,27174,0,2412.83,6110.48,84.8928,2.79641,300,5,0,6986,2991,1,0,0,0),(107517,25470,571,1,1,27174,0,2329.42,6019.85,97.6625,4.65229,300,5,0,6986,2991,1,0,0,0),(107518,25470,571,1,1,27174,0,2493.43,5938.95,104.99,2.26978,300,5,0,6986,2991,1,0,0,0),(132609,28188,571,1,1,0,1,5831.19,5367.35,-74.7741,0.785572,180,0,0,11001,0,2,0,0,0),(132604,21787,530,1,1,20682,1,-3928.49,3024,356.789,3.38834,180,5,0,5744,3231,1,0,0,0),(132603,21787,530,1,1,20682,1,-3905.07,3118.49,328.602,1.05528,180,5,0,5744,3231,1,0,0,0),(107524,23678,571,1,1,22127,0,1978.48,-4477.64,208.159,4.74303,300,5,0,8982,3155,1,0,0,0),(107526,23678,571,1,1,22127,0,1953.98,-4490.65,206.336,0.885067,300,5,0,8982,3155,1,0,0,0),(107527,23678,571,1,1,22127,0,1958.27,-4508.21,209.342,0.78107,300,5,0,8982,3155,1,0,0,0),(203378,26870,571,1,1,0,0,4343.28,971.033,89.0473,5.49779,120,0,0,8982,0,0,0,0,0),(107529,25470,571,1,1,27174,0,2547.97,5873.49,121.003,5.08946,300,5,0,6986,2991,1,0,0,0),(107530,23678,571,1,1,22127,0,2044.75,-4448.08,209.092,2.09025,300,5,0,8982,3155,1,0,0,0),(107531,23678,571,1,1,22127,0,2006.95,-4491.51,206.956,3.40857,300,5,0,8982,3155,1,0,0,0),(107532,23678,571,1,1,22127,0,2059.05,-4479.88,210.275,2.3997,300,5,0,8982,3155,1,0,0,0),(107533,23678,571,1,1,22127,0,2014.71,-4448.92,212.639,1.13998,300,5,0,8982,3155,1,0,0,0),(107534,23678,571,1,1,22127,0,1979.15,-4438.31,207.534,2.39419,300,5,0,8982,3155,1,0,0,0),(107535,23678,571,1,1,22127,0,1978.38,-4581.64,207.895,6.19882,300,5,0,8982,3155,1,0,0,0),(107536,23678,571,1,1,22127,0,1989.24,-4610.47,209.264,4.9108,300,5,0,8982,3155,1,0,0,0),(107537,23678,571,1,1,22127,0,1956.92,-4577.87,207.002,5.56864,300,5,0,8982,3155,1,0,0,0),(107538,25470,571,1,1,27174,0,2688.64,5456.37,55.0237,1.76377,300,5,0,6986,2991,1,0,0,0),(107539,23678,571,1,1,22127,0,1947.37,-4553.56,206.577,6.1894,300,5,0,8982,3155,1,0,0,0),(107540,23678,571,1,1,22127,0,2011.56,-4437.62,209.151,2.43085,300,5,0,8982,3155,1,0,0,0),(107541,23678,571,1,1,22127,0,2042.64,-4510.45,207.224,3.69805,300,5,0,8982,3155,1,0,0,0),(107542,23678,571,1,1,22127,0,2019.17,-4593.67,213.079,4.94082,300,5,0,8982,3155,1,0,0,0),(107543,23678,571,1,1,22127,0,2043.75,-4544.85,209.223,2.09212,300,5,0,8982,3155,1,0,0,0),(107544,23678,571,1,1,22127,0,2004.49,-4570.27,209.552,4.71337,300,5,0,8982,3155,1,0,0,0),(107545,23678,571,1,1,22127,0,2053.85,-4594.44,214.782,1.53557,300,5,0,8982,3155,1,0,0,0),(107546,23678,571,1,1,22127,0,2066.51,-4543.48,210.723,6.22455,300,5,0,8982,3155,1,0,0,0),(107547,23678,571,1,1,22127,0,2078.07,-4488.5,211.835,4.21207,300,5,0,8982,3155,1,0,0,0),(107548,23678,571,1,1,22127,0,2011.2,-4562.44,209.074,4.90006,300,5,0,8982,3155,1,0,0,0),(107549,23678,571,1,1,22127,0,2010.87,-4537.66,206.324,5.37385,300,5,0,8982,3155,1,0,0,0),(107550,23678,571,1,1,22127,0,2080.8,-4508.96,212.527,4.92173,300,5,0,8982,3155,1,0,0,0),(107551,25470,571,1,1,27174,0,2372.8,6006.05,93.4764,3.54504,300,5,0,6986,2991,1,0,0,0),(107552,25470,571,1,1,27174,0,2322.02,5954.08,99.5629,0.568655,300,5,0,6986,2991,1,0,0,0),(107553,25470,571,1,1,27174,0,2471.92,5809.54,142.435,3.65703,300,5,0,6986,2991,1,0,0,0),(107554,25470,571,1,1,27174,0,2445.45,5567.87,40.5782,4.4738,300,5,0,6986,2991,1,0,0,0),(107555,25470,571,1,1,27174,0,2509.01,5909.39,111.844,4.47109,300,5,0,6986,2991,1,0,0,0),(107556,25470,571,1,1,27174,0,2455.84,5611.18,46.5127,2.19386,300,5,0,6986,2991,1,0,0,0),(107557,25470,571,1,1,27174,0,2430.82,5651.55,53.1795,1.27438,300,5,0,6986,2991,1,0,0,0),(107558,25470,571,1,1,27174,0,2354.24,6087.87,87.2527,4.72174,300,5,0,6986,2991,1,0,0,0),(107559,25470,571,1,1,27174,0,2322.13,6049.09,95.623,3.60538,300,5,0,6986,2991,1,0,0,0),(107560,25470,571,1,1,27174,0,2484.72,6083.34,85.4968,4.03221,300,5,0,6986,2991,1,0,0,0),(107561,25470,571,1,1,27174,0,2450.66,6055.47,91.5624,6.05134,300,5,0,6986,2991,1,0,0,0),(107562,25470,571,1,1,27174,0,2487.56,5514.83,34.2843,1.4377,300,5,0,6986,2991,1,0,0,0),(107563,25470,571,1,1,27174,0,2483.27,5574.52,43.2811,5.47222,300,5,0,6986,2991,1,0,0,0),(107564,25470,571,1,1,27174,0,2514.69,5508.71,32.481,1.90933,300,5,0,6986,2991,1,0,0,0),(107565,25726,571,1,1,23351,0,3354.7,4645.64,30.5019,0.599084,300,5,0,9291,0,2,0,0,0),(135709,16525,532,1,1,16241,0,-11229.2,-1710.72,210.963,3.08923,604800,0,0,30160,0,0,0,0,0),(107567,25983,571,1,1,26765,0,3477.56,4096.33,17.6293,2.42601,300,0,0,8982,3155,0,0,0,0),(107569,24703,571,1,1,22595,0,3466.44,4195.98,18.3269,4.62512,300,0,0,9610,0,0,0,0,0),(107570,27263,571,1,1,15880,0,3604.45,-3263.44,222.454,0.523599,300,0,0,4120,0,0,0,0,0),(107571,28031,571,1,1,25027,0,5573.14,5767.55,-75.1196,4.59022,300,0,0,11001,0,0,0,0,0),(107572,24191,571,1,1,22200,0,599.649,-5009.96,3.52243,6.19592,300,0,0,82256,27728,0,0,0,0),(107573,24959,571,1,1,21072,0,2287.43,5241.59,11.4833,4.36332,300,0,0,12126,0,0,0,0,0),(107574,24959,571,1,1,21072,0,2298.88,5240.69,12.633,2.67035,300,0,0,12126,0,0,0,0,0),(107575,24959,571,1,1,21072,0,2254.1,5196.36,11.4684,1.09956,300,0,0,12126,0,0,0,0,0),(132539,21763,530,1,1,18012,1,-3955.25,3120.99,341.185,3.06961,180,5,0,5744,3231,1,0,0,0),(107581,28799,571,1,1,25696,0,5405.65,-2650.05,304.037,2.74017,300,0,0,10635,0,0,0,0,0),(107583,30847,571,1,1,1204,0,4425.64,1730.23,391.248,4.5334,300,5,0,12600,0,1,0,0,0),(107584,30847,571,1,1,1204,0,4235.97,1845.73,354.535,1.87805,300,0,0,12600,0,0,0,0,0),(107585,30847,571,1,1,1204,0,4286.39,1791.86,347.931,0.810558,300,0,0,12600,0,0,0,0,0),(107586,30847,571,1,1,1204,0,4314.9,1814.63,348.534,1.30507,300,0,0,12600,0,0,0,0,0),(107587,30847,571,1,1,1204,0,4383.49,1820.35,354.423,1.20428,300,0,0,12600,0,0,0,0,0),(107588,30847,571,1,1,1204,0,4230.73,1850.25,355.011,-0.324625,300,0,0,12600,0,0,0,0,0),(107589,30847,571,1,1,1204,0,4236.58,1844.93,354.293,1.92682,300,5,0,12600,0,1,0,0,0),(107590,30847,571,1,1,1204,0,4250.58,1906.28,355.347,2.22186,300,5,0,12600,0,1,0,0,0),(107591,25215,571,1,1,540,1,4371.88,6233,-124.706,1.5708,300,5,0,7984,0,1,0,0,0),(107592,25215,571,1,1,5243,1,4373.97,6211.88,-125.014,3.35104,300,0,0,7984,0,0,0,0,0),(107593,25215,571,1,1,652,1,4416.62,6224.77,-84.2367,1.57923,300,0,0,7984,0,0,0,0,0),(107594,25215,571,1,1,652,1,4365.56,6188.56,-37.212,1.27409,300,0,0,7984,0,0,0,0,0),(107595,25215,571,1,1,478,1,4287.66,6097.67,-116.899,5.31183,300,0,0,7984,0,0,0,0,0),(107596,25215,571,1,1,652,1,4314.06,6156.12,-49.3962,3.97566,300,5,0,7984,0,1,0,0,0),(107597,6271,571,1,1,4960,0,2900.31,-1987.88,50.2566,2.47112,300,0,0,8,0,0,0,0,0),(107598,6271,571,1,1,4959,0,2901.36,-1982.82,48.9153,3.75072,300,0,0,8,0,0,0,0,0),(107599,6271,571,1,1,4960,0,2898.95,-1986.55,49.6793,1.65929,300,5,0,8,0,1,0,0,0),(107600,6271,571,1,1,4959,0,2898.28,-1985.06,48.8043,1.58922,300,5,0,8,0,1,0,0,0),(107601,25215,571,1,1,478,1,4274.36,6116.55,-116.897,1.97222,300,5,0,7984,0,1,0,0,0),(107602,25727,571,1,1,23336,1,3437.1,5915.95,145.724,2.74017,300,0,0,7688,7500,0,0,0,0),(107603,25215,571,1,1,540,1,4274.21,6119.98,-120.216,5.55323,300,5,0,7984,0,1,0,0,0),(107604,25215,571,1,1,540,1,4313.63,6134.81,-102.601,2.0351,300,5,0,7984,0,1,0,0,0),(107606,25215,571,1,1,540,1,4328.99,6184.02,-4.47446,2.61027,300,5,0,7984,0,1,0,0,0),(107608,27264,571,1,1,15880,0,3915,-2810.83,175.467,0.174533,300,0,0,4120,0,0,0,0,0),(107609,27776,571,1,1,0,0,3806.78,-673.792,224.229,3.38594,300,0,0,1,0,0,0,0,0),(107610,28800,571,1,1,25693,1,5499.77,-2651.87,304.037,0.331613,300,0,0,10635,0,0,0,0,0),(107611,28032,571,1,1,25028,1,5548.14,5742.24,-76.3733,0.436332,300,0,0,11379,0,0,0,0,0),(107612,29568,571,1,1,26391,0,5815.26,619.456,610.666,3.14159,300,0,0,10635,0,0,0,0,0),(107613,27520,571,1,1,24687,1,2673.66,-2274.86,12.0405,1.01229,300,0,0,30846,0,0,0,0,0),(107614,30848,571,1,1,8716,0,3981.62,2413.69,352.525,6.13273,300,5,0,12600,3994,1,0,0,0),(107615,30848,571,1,1,8716,0,4110.77,2756.67,356.75,0.567331,300,5,0,12600,3994,1,0,0,0),(107616,30848,571,1,1,8716,0,4042.82,2682.38,356.942,5.13628,300,5,0,12600,3994,1,0,0,0),(107617,30848,571,1,1,8716,0,4016.24,2423.4,354.916,4.41396,300,5,0,12600,3994,1,0,0,0),(107618,30848,571,1,1,8716,0,4177.47,2016.18,357.767,2.47024,300,5,0,12600,3994,1,0,0,0),(107619,30848,571,1,1,8716,0,4215.27,2052.27,358.584,0.348271,300,5,0,12600,3994,1,0,0,0),(107620,30848,571,1,1,8716,0,4245.4,2078.02,359.547,2.9524,300,5,0,12600,3994,1,0,0,0),(107621,30848,571,1,1,8716,0,4332.21,2056.38,355.791,5.03714,300,5,0,12600,3994,1,0,0,0),(107622,30848,571,1,1,8716,0,4118.34,2004.19,357.636,0.953784,300,5,0,12600,3994,1,0,0,0),(107623,28288,571,1,1,26282,0,6043.49,4893.72,-94.1984,0.690016,300,5,0,11001,0,1,0,0,0),(107625,27008,571,1,1,24854,1,2927.11,-92.5298,79.2557,0.806968,300,0,0,24850,0,2,0,0,0),(107626,23680,571,1,1,24874,0,847.832,-4441.2,159.749,4.35624,300,0,0,8982,0,2,0,0,0),(107627,27265,571,1,1,15880,0,3974.06,-2710.11,164.996,1.50098,300,0,0,4120,0,0,0,0,0),(107628,25473,571,1,1,17188,0,3791.67,3425.03,83.8943,0.506145,300,0,0,8982,3155,0,0,0,0),(107630,28033,571,1,1,25029,1,5589.35,5824.71,-68.4405,6.17846,300,0,0,11001,0,0,0,0,0),(107631,24193,571,1,1,11686,0,1435.59,-5176.3,188.322,5.67232,300,0,0,4120,0,0,0,0,0),(107632,24193,571,1,1,11686,0,1499.89,-5237.19,207.517,1.69297,300,0,0,4120,0,0,0,0,0),(107633,24193,571,1,1,11686,0,1444.46,-5182.08,215.691,4.59022,300,0,0,4120,0,0,0,0,0),(107634,24193,571,1,1,11686,0,1510.01,-5371.59,189.012,5.41052,300,0,0,4120,0,0,0,0,0),(107635,24193,571,1,1,11686,0,1501.69,-5377.99,189.561,2.84489,300,0,0,4120,0,0,0,0,0),(107636,24193,571,1,1,11686,0,1506.85,-5395.99,189.736,1.65806,300,0,0,4120,0,0,0,0,0),(107637,24193,571,1,1,11686,0,1508.44,-5458.33,213.125,2.56563,300,0,0,4120,0,0,0,0,0),(107638,24193,571,1,1,11686,0,1497.62,-5237.92,225.097,1.46608,300,0,0,4120,0,0,0,0,0),(107639,24705,571,1,1,11686,0,1548.65,-3242.4,71.0032,4.57276,300,5,0,42,0,1,0,0,0),(107640,24705,571,1,1,11686,0,1627.66,-3259.26,72.5581,2.63545,300,5,0,42,0,1,0,0,0),(132606,21787,530,1,1,20682,1,-3860.19,3299.72,274.4,2.79491,180,5,0,5744,3231,1,0,0,0),(107642,385,571,1,1,229,0,2088.15,5321.53,19.5343,2.72271,300,0,0,102,0,0,0,0,0),(107643,385,571,1,1,229,0,2078.96,5317.72,19.5343,6.05629,300,0,0,102,0,0,0,0,0),(107644,385,571,1,1,229,0,2095.09,5312.18,19.5343,0.541052,300,0,0,102,0,0,0,0,0),(107645,385,571,1,1,229,0,4428.07,-2490.26,246.661,5.70723,300,0,0,102,0,0,0,0,0),(107646,385,571,1,1,229,0,4427.15,-2494.94,246.717,0.401426,300,0,0,102,0,0,0,0,0),(107647,28801,571,1,1,26225,1,5471.63,-2675.67,303.971,6.28177,300,0,0,45516,11175,2,0,0,0),(107648,28801,571,1,1,26224,1,5415.8,-2669.7,304.037,4.62512,300,0,0,45516,11175,0,0,0,0),(107649,28801,571,1,1,26224,1,5366.9,-2658.38,304.037,4.50295,300,0,0,45516,11175,0,0,0,0),(107650,28801,571,1,1,26225,1,5484.82,-2643.76,306.99,0.034907,300,0,0,45516,11175,0,0,0,0),(107651,24193,571,1,1,11686,0,1513.9,-5454.68,209.747,5.09636,300,0,0,4120,0,0,0,0,0),(107652,24193,571,1,1,11686,0,1519.7,-5451.07,216.436,4.06662,300,0,0,4120,0,0,0,0,0),(107653,24193,571,1,1,11686,0,1452.41,-5326.73,210.12,2.14675,300,0,0,4120,0,0,0,0,0),(107654,24193,571,1,1,11686,0,1519,-5441.15,198.517,0.314159,300,0,0,4120,0,0,0,0,0),(107655,24193,571,1,1,11686,0,1453.34,-5253.5,230.909,5.35816,300,0,0,4120,0,0,0,0,0),(107656,24193,571,1,1,11686,0,1434.28,-5188.98,191.837,2.6529,300,0,0,4120,0,0,0,0,0),(107657,24193,571,1,1,11686,0,1457.12,-5318.46,203.708,0.383972,300,0,0,4120,0,0,0,0,0),(107658,24193,571,1,1,11686,0,1499.52,-5450.58,212.236,0.034907,300,0,0,4120,0,0,0,0,0),(107659,24193,571,1,1,11686,0,1500.2,-5236.24,239.416,6.05629,300,0,0,4120,0,0,0,0,0),(107660,385,571,1,1,229,0,3437.12,-2819.99,201.357,0.610865,300,0,0,102,0,0,0,0,0),(107661,385,571,1,1,229,0,3435.78,-2824.26,201.397,5.16617,300,0,0,102,0,0,0,0,0),(107662,28801,571,1,1,26227,1,5513.64,-2646.7,304.037,0,300,0,0,45516,11175,0,0,0,0),(107663,385,571,1,1,229,0,2084.28,5312.97,19.5343,5.88176,300,0,0,102,0,0,0,0,0),(107664,28801,571,1,1,26224,1,5488.1,-2670.11,304.037,4.2586,300,0,0,45516,11175,0,0,0,0),(107665,24193,571,1,1,11686,0,1451.86,-5309.31,195.087,4.5204,300,0,0,4120,0,0,0,0,0),(107666,24193,571,1,1,11686,0,1474.11,-5251.33,227.123,1.6057,300,0,0,4120,0,0,0,0,0),(107667,24193,571,1,1,11686,0,1449.19,-5316.17,198.223,4.83456,300,0,0,4120,0,0,0,0,0),(107668,24193,571,1,1,11686,0,1499.85,-5462.96,192.284,1.09956,300,0,0,4120,0,0,0,0,0),(107669,24193,571,1,1,11686,0,1468.44,-5236.18,205.807,0.890118,300,0,0,4120,0,0,0,0,0),(107670,24193,571,1,1,11686,0,1443.7,-5318.52,198.223,4.93928,300,0,0,4120,0,0,0,0,0),(107671,28801,571,1,1,26225,1,5416.19,-2622.32,307.043,3.42085,300,0,0,45516,11175,0,0,0,0),(107672,28801,571,1,1,26225,1,5387.45,-2679.9,304.037,3.92699,300,0,0,45516,11175,0,0,0,0),(107673,23937,571,1,1,21928,1,1445.72,-3263.48,167.387,2.47837,300,0,0,6986,0,0,0,0,0),(107674,24193,571,1,1,11686,0,1494.87,-5238.97,205.743,2.53073,300,0,0,4120,0,0,0,0,0),(107675,24193,571,1,1,11686,0,1489.83,-5256.92,227.495,5.46288,300,0,0,4120,0,0,0,0,0),(107676,24193,571,1,1,11686,0,1516.42,-5393.31,190.989,5.77704,300,0,0,4120,0,0,0,0,0),(107677,24193,571,1,1,11686,0,1506.14,-5228.17,225.536,4.74729,300,0,0,4120,0,0,0,0,0),(107678,24193,571,1,1,11686,0,1500,-5216.98,228.083,0.296706,300,0,0,4120,0,0,0,0,0),(107679,24193,571,1,1,11686,0,1448.59,-5188.51,203.03,2.98451,300,0,0,4120,0,0,0,0,0),(107680,24193,571,1,1,11686,0,1477.51,-5434.38,189.956,5.20108,300,0,0,4120,0,0,0,0,0),(107681,24193,571,1,1,11686,0,1421.59,-5188.77,203.03,2.68781,300,0,0,4120,0,0,0,0,0),(107682,24193,571,1,1,11686,0,1510.73,-5442.18,196.684,3.1765,300,0,0,4120,0,0,0,0,0),(107683,24193,571,1,1,11686,0,1446.72,-5322.41,221.326,4.45059,300,0,0,4120,0,0,0,0,0),(107684,24193,571,1,1,11686,0,1490.43,-5264.49,207.563,4.93928,300,0,0,4120,0,0,0,0,0),(107685,24193,571,1,1,11686,0,1456.63,-5329.22,196.717,5.55015,300,0,0,4120,0,0,0,0,0),(107686,24193,571,1,1,11686,0,1454.65,-5246.98,210.966,4.95674,300,0,0,4120,0,0,0,0,0),(107687,24193,571,1,1,11686,0,1467.8,-5245.22,244.411,4.04916,300,0,0,4120,0,0,0,0,0),(107688,24193,571,1,1,11686,0,1479.44,-5250.07,208.879,5.70723,300,0,0,4120,0,0,0,0,0),(107689,24193,571,1,1,11686,0,1425.35,-5179.81,194.557,1.93731,300,0,0,4120,0,0,0,0,0),(107690,1921,571,1,1,3019,0,1861.23,-6179.36,24.4278,4.24115,300,0,0,42,0,0,0,0,0),(107691,24193,571,1,1,11686,0,1429.44,-5196.39,189.453,0.802851,300,0,0,4120,0,0,0,0,0),(107692,24193,571,1,1,11686,0,1500.95,-5250.34,240.724,1.18682,300,0,0,4120,0,0,0,0,0),(107693,24193,571,1,1,11686,0,1532.63,-5447.6,197.177,5.53269,300,0,0,4120,0,0,0,0,0),(107694,24193,571,1,1,11686,0,1434.1,-5316,220.276,3.33358,300,0,0,4120,0,0,0,0,0),(107695,24193,571,1,1,11686,0,1466.91,-5440,189.335,2.11185,300,0,0,4120,0,0,0,0,0),(107696,24193,571,1,1,11686,0,1451.14,-5188.54,216.011,2.82743,300,0,0,4120,0,0,0,0,0),(107697,24193,571,1,1,11686,0,1501.09,-5248.73,222.965,0.05236,300,0,0,4120,0,0,0,0,0),(107698,24193,571,1,1,11686,0,1489.4,-5256.59,217.735,4.97419,300,0,0,4120,0,0,0,0,0),(107699,24193,571,1,1,11686,0,1502.21,-5457.29,225.393,5.96903,300,0,0,4120,0,0,0,0,0),(107700,24193,571,1,1,11686,0,1521.52,-5452.04,232.845,5.13127,300,0,0,4120,0,0,0,0,0),(107701,24193,571,1,1,11686,0,1475.36,-5247.07,205.81,5.84685,300,0,0,4120,0,0,0,0,0),(107702,24193,571,1,1,11686,0,1465.65,-5255.7,213.551,2.14675,300,0,0,4120,0,0,0,0,0),(107703,29569,571,1,1,25771,1,7330.93,193.348,784.504,4.68875,300,0,0,12175,0,0,0,0,0),(107705,27009,571,1,1,24854,0,4186.18,-165.666,68.7612,1.99105,300,0,0,34790,0,0,0,0,0),(107707,28801,571,1,1,26224,1,5520.04,-2607.31,304.076,1.61425,300,0,0,45516,11175,2,0,0,0),(132600,21787,530,1,1,20682,1,-3912.38,3095.58,374.718,5.33981,180,5,0,5744,3231,1,0,0,0),(107709,28801,571,1,1,26227,1,5391.58,-2625.12,304.079,4.59867,300,0,0,45516,11175,2,0,0,0),(107710,28801,571,1,1,26225,1,5531.26,-2609.25,304.037,6.10865,300,0,0,45516,11175,0,0,0,0),(107711,385,571,1,1,229,0,2552.79,-1840.45,10.6082,5.34071,300,0,0,102,0,0,0,0,0),(107712,385,571,1,1,229,0,2560.17,-1834.67,10.6368,5.28835,300,0,0,102,0,0,0,0,0),(107713,385,571,1,1,229,0,2556.78,-1846.09,10.2806,2.21657,300,0,0,102,0,0,0,0,0),(107714,385,571,1,1,229,0,2563.99,-1840.05,10.6088,2.16421,300,0,0,102,0,0,0,0,0),(107715,28801,571,1,1,26225,1,5464.4,-2593.99,305.708,1.78024,300,0,0,45516,11175,0,0,0,0),(107716,28801,571,1,1,26224,1,5405.68,-2588.11,304.037,3.24631,300,0,0,45516,11175,0,0,0,0),(107717,28801,571,1,1,26225,1,5496.16,-2590.09,304.037,0,300,0,0,45516,11175,0,0,0,0),(107718,28801,571,1,1,26225,1,5531.29,-2623.21,304.037,0.261799,300,0,0,45516,11175,0,0,0,0),(107719,28801,571,1,1,26225,1,5432.89,-2569.25,304.011,1.62316,300,0,0,45516,11175,0,0,0,0),(107720,28801,571,1,1,26225,1,5414.78,-2581.9,303.959,0.130363,300,0,0,45516,11175,2,0,0,0),(107721,28801,571,1,1,26227,1,5446.62,-2568.93,304.037,1.6057,300,0,0,45516,11175,0,0,0,0),(107722,28801,571,1,1,26224,1,5498.94,-2618.18,304.037,6.0912,300,0,0,45516,11175,0,0,0,0),(107723,29569,571,1,1,25771,1,7221.08,-8.44375,773.653,-3.04683,300,0,0,12175,0,0,0,0,0),(135708,16525,532,1,1,16241,0,-11221.8,-1693.27,210.879,1.79454,604800,5,0,30160,0,1,0,0,0),(107725,29569,571,1,1,25771,1,7299.66,-134.323,772.399,0.314159,300,0,0,12175,0,0,0,0,0),(107726,29569,571,1,1,25771,1,7290.74,-113.937,770.164,0.017453,300,0,0,12175,0,0,0,0,0),(107727,29569,571,1,1,25771,1,7280.21,-131.25,771.409,1.5708,300,0,0,12175,0,0,0,0,0),(107728,29569,571,1,1,25771,1,7371.92,235.463,775.371,1.65686,300,0,0,12175,0,0,0,0,0),(107729,29569,571,1,1,25771,1,7366.01,235.436,776.817,1.8703,300,0,0,12175,0,0,0,0,0),(107730,29569,571,1,1,25771,1,7389.04,-36.2169,781.516,2.79253,300,0,0,12175,0,0,0,0,0),(107731,29569,571,1,1,25771,1,7377.53,179.262,772.756,1.42548,300,0,0,12175,0,0,0,0,0),(107732,29569,571,1,1,25771,1,7391.17,-17.3943,781.595,2.96706,300,0,0,12175,0,0,0,0,0),(107733,29569,571,1,1,25771,1,7270.96,-14.0613,766.762,0.470548,300,0,0,12175,0,0,0,0,0),(107734,29569,571,1,1,25771,1,7381.23,88.2175,767.788,2.27306,300,0,0,12175,0,0,0,0,0),(107735,29569,571,1,1,25771,1,7341.53,162.669,786.237,0.296706,300,0,0,12175,0,0,0,0,0),(107736,29569,571,1,1,25771,1,7332.4,179.834,786.265,0.541052,300,0,0,12175,0,0,0,0,0),(107737,24706,571,1,1,22599,1,3469.25,4191.82,18.3286,1.97222,300,0,0,8982,3155,0,0,0,0),(107738,27266,571,1,1,24481,1,3250.79,-2275.8,108.653,4.69494,300,0,0,10282,0,0,0,0,0),(107739,26498,571,1,1,19595,0,3386.61,-1805.94,114.25,3.00197,300,0,0,4979,0,0,0,0,0),(107740,24194,571,1,1,11686,0,1494.44,-5449.03,198.275,1.71042,300,0,0,4120,0,0,0,0,0),(107741,23938,571,1,1,21929,0,1857.88,-6183.43,24.6681,1.32645,300,0,0,9940,0,0,0,0,0),(107742,27010,571,1,1,24298,0,2263.63,5203.92,11.8411,2.79253,300,0,0,8982,0,0,0,0,0),(107743,24194,571,1,1,11686,0,1483.86,-5237.62,245.087,1.8675,300,0,0,4120,0,0,0,0,0),(107744,24194,571,1,1,11686,0,1501.88,-5221.69,207.495,4.29351,300,0,0,4120,0,0,0,0,0),(107745,24194,571,1,1,11686,0,1435.26,-5189.86,215.163,5.68977,300,0,0,4120,0,0,0,0,0),(107746,24194,571,1,1,11686,0,1511.6,-5381.13,190.451,2.05949,300,0,0,4120,0,0,0,0,0),(107747,24194,571,1,1,11686,0,1439.77,-5324.38,196.97,2.3911,300,0,0,4120,0,0,0,0,0),(107748,28034,571,1,1,27844,1,6251.26,-2682.33,302.871,1.63294,300,0,0,10635,3561,0,0,0,0),(107749,29570,571,1,1,0,1,7389,-43.5486,800.707,2.86234,120,0,0,12600,0,0,0,0,0),(107750,28034,571,1,1,27844,1,6455.25,-2684.99,315.161,5.53269,300,0,0,10635,3561,0,0,0,0),(107751,28802,571,1,1,26860,0,6127.9,-2244.61,238.447,2.2094,300,5,0,10635,0,1,0,0,0),(107752,28034,571,1,1,27843,1,6419.73,-2722.84,302.792,0.020343,300,5,0,10635,3561,1,0,0,0),(107753,28802,571,1,1,26860,0,5873.13,-2127.87,241.72,1.46607,300,5,0,10635,0,1,0,0,0),(107754,28802,571,1,1,26860,0,5896.53,-2184.87,238.1,4.39524,300,5,0,10635,0,1,0,0,0),(107755,28034,571,1,1,27843,1,6302.82,-2689.57,315.36,3.64774,300,0,0,10635,3561,0,0,0,0),(107799,29570,571,1,1,0,1,7378.98,255.403,781.899,1.8499,120,0,0,12600,0,2,0,0,0),(107757,28802,571,1,1,26860,0,5883.54,-2225.67,240.914,2.20658,300,5,0,10635,0,1,0,0,0),(107758,28802,571,1,1,26860,0,5926.85,-2245.35,238.56,3.34416,300,5,0,10635,0,1,0,0,0),(107759,28802,571,1,1,26860,0,6045.73,-2221.78,236.287,4.48872,300,5,0,10635,0,1,0,0,0),(107760,28802,571,1,1,26860,0,6075.67,-2241.89,238.631,4.40228,300,5,0,10635,0,1,0,0,0),(107761,28802,571,1,1,26860,0,6072.72,-2187.83,236.583,3.19943,300,5,0,10635,0,1,0,0,0),(107762,28802,571,1,1,26860,0,6253.87,-2184.01,235.518,6.16111,300,5,0,10635,0,1,0,0,0),(107763,28802,571,1,1,26860,0,6251.25,-2171.64,235.583,5.5676,300,0,0,10635,0,0,0,0,0),(107764,28802,571,1,1,26860,0,6201.78,-2148.99,236.294,0.837758,300,0,0,10635,0,0,0,0,0),(107765,28802,571,1,1,26860,0,6142.8,-2147.66,235.5,2.53073,300,0,0,10635,0,0,0,0,0),(107766,28802,571,1,1,26860,0,6157.96,-2129.68,235.5,2.18166,300,0,0,10635,0,0,0,0,0),(107767,28034,571,1,1,27843,1,6265.57,-2509.43,302.421,1.67852,300,5,0,10635,3561,1,0,0,0),(107768,28034,571,1,1,27844,1,6301,-2538.97,310.603,2.3911,300,0,0,10635,3561,0,0,0,0),(107769,28802,571,1,1,26860,0,5976.61,-2210.14,235.771,1.36938,300,5,0,10635,0,1,0,0,0),(107770,28802,571,1,1,26860,0,6250.63,-2201.27,236.054,0.575959,300,0,0,10635,0,0,0,0,0),(107771,28802,571,1,1,26860,0,6014.52,-2182.23,236.906,3.71871,300,5,0,10635,0,1,0,0,0),(107772,28802,571,1,1,26860,0,6040.18,-2137.01,240.825,4.2089,300,5,0,10635,0,1,0,0,0),(107773,28802,571,1,1,26860,0,6270.04,-2256.55,233.168,0.593412,300,0,0,10635,0,0,0,0,0),(107774,28802,571,1,1,26860,0,6250.6,-2131.97,236.028,1.76278,300,0,0,10635,0,0,0,0,0),(107775,28034,571,1,1,27844,1,6247.24,-2698.93,302.871,2.37294,300,5,0,10635,3561,1,0,0,0),(107776,28034,571,1,1,27844,1,6248.86,-2528.76,302.784,5.73241,300,5,0,10635,3561,1,0,0,0),(107798,29570,571,1,1,0,1,7377.79,-40.1186,785.906,4.72726,120,0,0,12600,0,2,0,0,0),(107797,29570,571,1,1,0,1,7367.86,178.811,785.839,5.41607,120,0,0,12600,0,2,0,0,0),(107796,29570,571,1,1,0,1,7358.03,22.1333,791.313,4.5908,120,0,0,12600,0,2,0,0,0),(107795,29570,571,1,1,0,1,7346.32,42.8536,780.362,4.93668,120,0,0,12600,0,2,0,0,0),(107794,29570,571,1,1,0,1,7342.88,139.774,805.797,0.436332,120,0,0,12600,0,0,0,0,0),(107793,29570,571,1,1,0,1,7339.34,-44.4651,822.846,5.94563,120,0,0,12600,0,2,0,0,0),(107792,29570,571,1,1,0,1,7333.27,159.573,805.149,0.558505,120,0,0,12600,0,0,0,0,0),(107791,29570,571,1,1,0,1,7330.05,99.0113,836.625,0.875272,120,0,0,12600,0,2,0,0,0),(107790,29570,571,1,1,0,1,7325.23,176.47,804.046,0.366519,120,0,0,12600,0,0,0,0,0),(107789,29570,571,1,1,0,1,7324.67,-103.707,790.037,3.57069,120,0,0,12600,0,2,0,0,0),(107788,29570,571,1,1,0,1,7314.53,195.233,803.081,6.23083,120,0,0,12600,0,0,0,0,0),(107787,29570,571,1,1,0,1,7307.9,27.1618,800.293,1.00799,120,0,0,12600,0,2,0,0,0),(107786,29570,571,1,1,0,1,7302.84,-133.245,795.648,0.541052,120,0,0,12600,0,0,0,0,0),(107785,29570,571,1,1,0,1,7294.59,-113.849,795.431,0.383972,120,0,0,12600,0,0,0,0,0),(107784,29570,571,1,1,0,1,7292.66,30.0885,782.263,4.7822,120,0,0,12600,0,0,0,0,0),(107783,29570,571,1,1,0,1,7273.9,27.7992,782.167,4.88692,120,0,0,12600,0,0,0,0,0),(107782,29570,571,1,1,0,1,7267.55,-34.8182,787.142,4.22051,120,0,0,12600,0,2,0,0,0),(107781,29570,571,1,1,0,1,7224.52,-27.87,794.535,0.314159,120,0,0,12600,0,0,0,0,0),(107780,29570,571,1,1,0,1,7218.11,-9.09869,797.022,0.314159,120,0,0,12600,0,0,0,0,0),(107779,29570,571,1,1,0,1,7204.79,-114.217,784.915,3.59538,120,0,0,12600,0,0,0,0,0),(107778,29570,571,1,1,0,1,7201.59,-2.80053,810.121,3.56212,120,0,0,12600,0,2,0,0,0),(107777,29570,571,1,1,0,1,7184.69,-73.7413,786.031,3.71755,120,0,0,12600,0,0,0,0,0),(107800,25475,571,1,1,23218,1,2814.19,6720.13,9.79479,5.56054,300,0,0,8982,0,2,0,0,0),(107801,27267,571,1,1,24482,1,3209.35,-633.582,160.252,3.68265,300,0,0,9610,0,0,0,0,0),(107803,25219,571,1,1,11686,0,2281.34,5245.08,11.3994,0.174533,300,0,0,4120,0,0,0,0,0),(107804,25219,571,1,1,11686,0,2279.68,5242.29,11.439,1.0821,300,0,0,4120,0,0,0,0,0),(107805,25219,571,1,1,11686,0,2290.37,5244.47,11.4852,5.86431,300,0,0,4120,0,0,0,0,0),(107806,25219,571,1,1,11686,0,2292.69,5243.54,11.4888,5.89921,300,0,0,4120,0,0,0,0,0),(107807,25219,571,1,1,11686,0,2283.36,5246.39,11.3892,5.86431,300,0,0,4120,0,0,0,0,0),(107808,25219,571,1,1,11686,0,2288.46,5245.79,11.4677,5.86431,300,0,0,4120,0,0,0,0,0),(107809,25219,571,1,1,11686,0,2285.84,5246.54,11.4267,5.93412,300,0,0,4120,0,0,0,0,0),(107810,25219,571,1,1,11686,0,2295.02,5242.25,11.4893,5.89921,300,0,0,4120,0,0,0,0,0),(107811,24707,571,1,1,17612,0,718.993,-5203.27,-2.29416,3.87565,300,0,0,8982,0,2,0,0,0),(107812,25219,571,1,1,11686,0,2278.31,5239.6,11.4673,1.06465,300,0,0,4120,0,0,0,0,0),(107813,25219,571,1,1,11686,0,2297.33,5241.24,11.4637,5.89921,300,0,0,4120,0,0,0,0,0),(107815,23939,571,1,1,9021,0,1860.46,-6181.16,24.5246,1.29154,300,0,0,3644,0,0,0,0,0),(107816,27011,571,1,1,24281,1,2359.47,5237.43,7.7957,2.79253,300,0,0,7181,0,0,0,0,0),(107817,28803,571,1,1,26923,0,6194.73,-2078.01,417.638,3.67618,300,0,0,10635,0,2,0,0,0),(107818,28035,571,1,1,27846,1,6239.99,-2415.87,319.842,1.58666,300,0,0,8508,7981,0,0,0,0),(107819,28035,571,1,1,27846,1,6210.67,-2351.86,307.816,1.48223,300,5,0,8508,7981,1,0,0,0),(107820,28035,571,1,1,27846,1,6190.86,-2392.41,307.685,0.308841,300,5,0,8508,7981,1,0,0,0),(107821,28803,571,1,1,26923,0,6119.21,-1985.83,417.674,1.7247,300,0,0,10635,0,2,0,0,0),(107822,28035,571,1,1,27846,1,6474.25,-2622.47,312.763,1.39003,300,5,0,8508,7981,1,0,0,0),(107823,28035,571,1,1,27846,1,6361.14,-2503.66,302.801,3.35445,300,5,0,8508,7981,1,0,0,0),(107824,28035,571,1,1,27846,1,6318.37,-2732.92,302.881,3.11382,300,5,0,8508,7981,1,0,0,0),(107825,28035,571,1,1,27846,1,6355.24,-2731.81,302.773,0.675043,300,0,0,8508,7981,0,0,0,0),(107826,28035,571,1,1,27846,1,6243.87,-2364.65,309.038,5.45908,300,5,0,8508,7981,1,0,0,0),(107827,28035,571,1,1,27846,1,6253.7,-2553.69,302.831,1.6057,300,0,0,8508,7981,0,0,0,0),(107828,28035,571,1,1,27845,1,6186.59,-2764.85,304.919,4.72984,300,0,0,8508,7981,0,0,0,0),(107829,28035,571,1,1,27845,1,6246.76,-2697.58,302.872,-1.79233,300,0,0,8508,7981,0,0,0,0),(107830,28035,571,1,1,27846,1,6193.62,-2522.7,304.783,2.32129,300,0,0,8508,7981,0,0,0,0),(107831,28035,571,1,1,27845,1,6202.85,-2579.36,291.05,2.22378,300,5,0,8508,7981,1,0,0,0),(107832,28035,571,1,1,27846,1,6206.95,-2679.93,290.988,3.09177,300,0,0,8508,7981,0,0,0,0),(107833,28035,571,1,1,27845,1,6282.41,-2709.81,302.597,3.67659,300,5,0,8508,7981,1,0,0,0),(107834,28035,571,1,1,27845,1,6187.09,-2713.14,304.266,1.55334,300,0,0,8508,7981,0,0,0,0),(107835,28035,571,1,1,27846,1,6404.73,-2502.12,302.831,2.84489,300,0,0,8508,7981,0,0,0,0),(107836,28803,571,1,1,26923,0,6236.97,-1995.49,417.633,3.29197,300,0,0,10635,0,2,0,0,0),(107837,28803,571,1,1,26923,0,6194.73,-2078.01,417.638,2.88627,300,0,0,10635,0,2,0,0,0),(107838,25476,571,1,1,22199,1,2811.91,6706.44,10.3289,2.26893,300,0,0,6986,0,0,0,0,0),(107839,1412,571,1,1,134,0,1444.28,-3807.28,129.742,0.338426,300,5,0,8,0,1,0,0,0),(107840,1412,571,1,1,134,0,1257.51,-4368.11,152.263,1.04927,300,5,0,8,0,1,0,0,0),(107841,1412,571,1,1,134,0,794.266,-3875.86,216.712,1.84896,300,5,0,8,0,1,0,0,0),(107842,1412,571,1,1,134,0,6377.13,4537.97,-67.8288,1.52781,300,5,0,8,0,1,0,0,0),(107843,1412,571,1,1,134,0,6253.9,4878.85,-83.0448,0.666272,300,5,0,8,0,1,0,0,0),(107844,1412,571,1,1,134,0,4885.23,4668.39,-70.6386,5.71551,300,5,0,8,0,1,0,0,0),(107845,1412,571,1,1,134,0,6004.43,4339.72,-85.745,3.84012,300,5,0,8,0,1,0,0,0),(107846,1412,571,1,1,134,0,5260.21,3958.09,-65.0859,1.46009,300,5,0,8,0,1,0,0,0),(107847,1412,571,1,1,134,0,220.224,-5613.36,343.456,3.85509,300,5,0,8,0,1,0,0,0),(107848,1412,571,1,1,134,0,4972.22,5122.84,-92.6196,0.767444,300,5,0,8,0,1,0,0,0),(107849,1412,571,1,1,134,0,4869.24,4481.49,-67.0367,2.37139,300,5,0,8,0,1,0,0,0),(107850,27012,571,1,1,24280,0,2118.25,5244.4,19.5292,0.925025,300,0,0,3728,0,0,0,0,0),(107851,1412,571,1,1,134,0,1254.42,-6263.11,268.028,0.710108,300,5,0,8,0,1,0,0,0),(107852,1412,571,1,1,134,0,1243.69,-5965.44,281.652,2.51567,300,5,0,8,0,1,0,0,0),(107853,1412,571,1,1,134,0,84.7733,-4391.49,232.239,4.92894,300,5,0,8,0,1,0,0,0),(107854,1412,571,1,1,134,0,6485.68,4490.91,-59.3546,5.20355,300,5,0,8,0,1,0,0,0),(107855,1412,571,1,1,134,0,5983.16,4434.39,-92.9946,1.31719,300,5,0,8,0,1,0,0,0),(107856,1412,571,1,1,134,0,5964.46,4538.62,-94.237,4.33828,300,5,0,8,0,1,0,0,0),(107857,1412,571,1,1,134,0,654.571,-4629.17,201.67,3.14159,300,5,0,8,0,1,0,0,0),(107858,1412,571,1,1,134,0,1807.62,-5063.32,175.965,1.44963,300,5,0,8,0,1,0,0,0),(107859,1412,571,1,1,134,0,4931.25,5043.75,-101.587,3.03108,300,5,0,8,0,1,0,0,0),(107860,1412,571,1,1,134,0,829.103,-5737.61,251.28,5.27397,300,5,0,8,0,1,0,0,0),(107861,1412,571,1,1,134,0,4803.38,4931.36,-73.9203,0.94839,300,5,0,8,0,1,0,0,0),(107862,1412,571,1,1,134,0,368.223,-4765.73,229.285,1.08705,300,5,0,8,0,1,0,0,0),(107863,1412,571,1,1,134,0,6650.14,4594.89,2.08123,5.83352,300,5,0,8,0,1,0,0,0),(107864,1412,571,1,1,134,0,5312.8,4046.98,-81.9966,3.04829,300,5,0,8,0,1,0,0,0),(107865,1412,571,1,1,134,0,5375.37,4382.29,-133.513,0,300,5,0,8,0,1,0,0,0),(107866,1412,571,1,1,134,0,215.646,-4356.38,249.316,3.88205,300,5,0,8,0,1,0,0,0),(107867,1412,571,1,1,134,0,4981.03,4869.85,-101.613,3.68218,300,5,0,8,0,1,0,0,0),(107868,1412,571,1,1,134,0,5239.54,3930.54,-55.1406,4.08862,300,5,0,8,0,1,0,0,0),(107869,1412,571,1,1,134,0,5901.9,4215.12,-81.7563,3.5869,300,5,0,8,0,1,0,0,0),(107870,1412,571,1,1,134,0,6094.68,4380.39,-80.4539,3.24102,300,5,0,8,0,1,0,0,0),(107871,1412,571,1,1,134,0,5243.69,4007.82,-68.7648,3.78673,300,5,0,8,0,1,0,0,0),(107872,1412,571,1,1,134,0,1693.57,-6025.96,5.66313,4.69565,300,5,0,8,0,1,0,0,0),(107873,1412,571,1,1,134,0,594.799,-4346.47,209.453,0.600816,300,5,0,8,0,1,0,0,0),(107874,1412,571,1,1,134,0,1790.91,-4615.07,177.582,5.4667,300,5,0,8,0,1,0,0,0),(107875,1412,571,1,1,134,0,4985,4715.15,-91.9496,2.61773,300,5,0,8,0,1,0,0,0),(107876,1412,571,1,1,134,0,4869.23,5684.55,-60.3574,4.75049,300,5,0,8,0,1,0,0,0),(107877,1412,571,1,1,134,0,6424.9,4640.93,-69.9219,5.53317,300,5,0,8,0,1,0,0,0),(107878,1412,571,1,1,134,0,4894.13,4368.52,-61.267,0.82339,300,5,0,8,0,1,0,0,0),(107879,1412,571,1,1,134,0,4876.42,4189.23,-37.2871,5.94476,300,5,0,8,0,1,0,0,0),(107880,1412,571,1,1,134,0,6074.91,4908.7,-96.7725,4.64147,300,5,0,8,0,1,0,0,0),(107881,1412,571,1,1,134,0,4849.18,5251.28,-92.7929,3.15703,300,5,0,8,0,1,0,0,0),(107882,1412,571,1,1,134,0,6260.54,5035.31,-94.5179,2.29569,300,5,0,8,0,1,0,0,0),(107883,1412,571,1,1,134,0,6184.11,4446.8,-80.6701,4.87625,300,5,0,8,0,1,0,0,0),(107884,1412,571,1,1,134,0,6505.5,5210.83,-54.6892,2.21228,300,5,0,8,0,1,0,0,0),(107885,1412,571,1,1,134,0,4986.29,5503.63,-87.3224,5.15687,300,5,0,8,0,1,0,0,0),(107886,1412,571,1,1,134,0,5998.11,4736.46,-98.2327,0.574739,300,5,0,8,0,1,0,0,0),(107887,1412,571,1,1,134,0,6404.79,5161.83,-67.7636,1.63133,300,5,0,8,0,1,0,0,0),(107888,1412,571,1,1,134,0,5572.54,5981.91,-41.1542,3.95641,300,5,0,8,0,1,0,0,0),(107889,1412,571,1,1,134,0,6322.15,4190.94,-43.3225,1.45928,300,5,0,8,0,1,0,0,0),(107890,1412,571,1,1,134,0,4861.4,5469.88,-62.3156,0.477649,300,5,0,8,0,1,0,0,0),(107891,1412,571,1,1,134,0,4950.64,5331.23,-90.3138,3.7464,300,5,0,8,0,1,0,0,0),(107892,1412,571,1,1,134,0,361.176,-5369.54,292.209,0.723238,300,5,0,8,0,1,0,0,0),(107893,1412,571,1,1,134,0,562.354,-5504.36,268.43,3.06048,300,5,0,8,0,1,0,0,0),(107894,1412,571,1,1,134,0,952.223,-5789.32,245.119,2.69844,300,5,0,8,0,1,0,0,0),(107895,1412,571,1,1,134,0,6510.07,4367.42,-48.0212,4.61033,300,5,0,8,0,1,0,0,0),(107896,1412,571,1,1,134,0,6381,5313.57,-52.0148,3.23989,300,5,0,8,0,1,0,0,0),(107897,1412,571,1,1,134,0,5111.62,5601.59,-90.9651,4.91994,300,0,0,8,0,0,0,0,0),(107898,1412,571,1,1,134,0,5376.62,4528.65,-129.103,3.14159,300,5,0,8,0,1,0,0,0),(107899,1412,571,1,1,134,0,6449.68,5072.49,-64.4957,3.42365,300,5,0,8,0,1,0,0,0),(107900,1412,571,1,1,134,0,4754.11,5203.99,-53.7084,2.71732,300,5,0,8,0,1,0,0,0),(107901,1412,571,1,1,134,0,5985.86,4837.14,-100.662,6.07755,300,5,0,8,0,1,0,0,0),(107902,24196,571,1,1,22475,0,2513.61,-3934.41,269.705,5.93412,300,0,0,102,0,0,0,0,0),(107903,1412,571,1,1,134,0,244.864,-4870.59,266.207,2.85874,300,5,0,8,0,1,0,0,0),(107904,1412,571,1,1,134,0,4887.25,5779.06,-60.6174,1.7337,300,5,0,8,0,1,0,0,0),(107905,1412,571,1,1,134,0,6567.47,5060.94,-47.8878,1.7149,300,5,0,8,0,1,0,0,0),(107906,1412,571,1,1,134,0,6288.61,5118.99,-83.3274,0.618887,300,5,0,8,0,1,0,0,0),(107907,1412,571,1,1,134,0,5261.04,4414.7,-95.9895,0.652482,300,5,0,8,0,1,0,0,0),(107908,1412,571,1,1,134,0,5404.69,5958.85,-44.6537,2.28779,300,5,0,8,0,1,0,0,0),(107909,1412,571,1,1,134,0,5393.27,5796.96,-77.2631,2.57202,300,5,0,8,0,1,0,0,0),(107910,1412,571,1,1,134,0,5430.89,5778.54,-75.5337,5.49229,300,5,0,8,0,1,0,0,0),(107911,1412,571,1,1,134,0,5977.21,5697.86,-55.7781,2.56493,300,5,0,8,0,1,0,0,0),(107912,1412,571,1,1,134,0,6203.16,5537.84,-46.3251,5.08328,300,5,0,8,0,1,0,0,0),(107913,1412,571,1,1,134,0,6115.83,5595.41,-52.5744,0.546281,300,5,0,8,0,1,0,0,0),(107914,1412,571,1,1,134,0,5791.67,5908.33,-44.9443,2.69608,300,5,0,8,0,1,0,0,0),(107915,1412,571,1,1,134,0,5651.97,5536.65,-82.5806,5.34541,300,5,0,8,0,1,0,0,0),(107916,1412,571,1,1,134,0,5982.6,5685.16,-59.1531,0.539578,300,5,0,8,0,1,0,0,0),(107917,1412,571,1,1,134,0,6209.28,5533.06,-47.7821,4.40484,300,5,0,8,0,1,0,0,0),(107918,1412,571,1,1,134,0,6044.1,5237.95,-96.6099,1.29712,300,5,0,8,0,1,0,0,0),(107919,24196,571,1,1,22195,0,2552.45,-4967.99,307.356,4.2586,300,0,0,102,0,0,0,0,0),(107920,1412,571,1,1,134,0,2375.36,-4507.49,214.434,0.558185,300,5,0,8,0,1,0,0,0),(107921,28036,571,1,1,27841,1,6443.32,-2727.77,304.386,0.024646,300,0,0,10635,0,0,0,0,0),(107922,1412,571,1,1,134,0,2312.35,-4305.71,231.492,6.08656,300,5,0,8,0,1,0,0,0),(107923,24196,571,1,1,22195,0,2356.98,-4626.88,226.367,4.93928,300,0,0,102,0,0,0,0,0),(107924,24196,571,1,1,22475,0,2460.02,-4601.42,233.616,3.45575,300,0,0,102,0,0,0,0,0),(107925,24196,571,1,1,22195,0,2538.59,-4428.56,232.41,3.45575,300,0,0,102,0,0,0,0,0),(107926,24196,571,1,1,22475,0,2438.35,-4459.22,225.528,1.16937,300,0,0,102,0,0,0,0,0),(107927,1412,571,1,1,134,0,1364.42,-4065.42,132.569,0.887059,300,5,0,8,0,1,0,0,0),(107928,1412,571,1,1,134,0,243.765,-5452.95,329.635,2.97099,300,5,0,8,0,1,0,0,0),(107929,1412,571,1,1,134,0,1465.73,-5742.43,260.409,1.98634,300,5,0,8,0,1,0,0,0),(107930,24196,571,1,1,22190,0,1934.06,-4609.49,199.096,0.122173,300,0,0,102,0,0,0,0,0),(107931,24196,571,1,1,22190,0,2082.97,-4579.21,216.511,0.890118,300,0,0,102,0,0,0,0,0),(107932,24196,571,1,1,22475,0,2109.13,-4394.79,215.353,2.89725,300,0,0,102,0,0,0,0,0),(107933,1412,571,1,1,134,0,1399.09,-4459.46,153.531,4.81261,300,5,0,8,0,1,0,0,0),(107934,24196,571,1,1,22475,0,2014.92,-4786.55,203.195,0.191986,300,0,0,102,0,0,0,0,0),(107935,24196,571,1,1,22475,0,1978.95,-4700.39,203.284,2.82743,300,0,0,102,0,0,0,0,0),(107936,1412,571,1,1,134,0,463.928,-5811.55,305.601,1.07256,300,5,0,8,0,1,0,0,0),(107937,1412,571,1,1,134,0,518.491,-4376.96,209.587,2.13277,300,5,0,8,0,1,0,0,0),(107938,1412,571,1,1,134,0,1660.5,-5399.16,191.559,5.76401,300,5,0,8,0,1,0,0,0),(107939,1412,571,1,1,134,0,377.192,-6020.39,325.218,1.19718,300,5,0,8,0,1,0,0,0),(107940,24196,571,1,1,22195,0,2322.51,-4826.81,238.793,5.74213,300,0,0,102,0,0,0,0,0),(107941,24196,571,1,1,22195,0,2603.33,-4472.49,241.529,2.40855,300,0,0,102,0,0,0,0,0),(107942,24196,571,1,1,22190,0,2389.53,-4574.11,222.585,2.79253,300,0,0,102,0,0,0,0,0),(107943,1412,571,1,1,134,0,698.032,-4413.06,195.085,3.23941,300,5,0,8,0,1,0,0,0),(107944,28036,571,1,1,27841,1,6227.1,-2414.62,308.565,5.90844,300,5,0,10635,0,1,0,0,0),(107945,24196,571,1,1,22475,0,2284.34,-4756.61,235.12,4.45059,300,0,0,102,0,0,0,0,0),(107946,24196,571,1,1,22447,0,2199.11,-4633.81,214.32,1.74533,300,0,0,102,0,0,0,0,0),(107947,24196,571,1,1,22447,0,2134.73,-4464.36,217.617,4.38078,300,0,0,102,0,0,0,0,0),(107948,24196,571,1,1,22475,0,2307.36,-4496.38,217.265,4.32842,300,0,0,102,0,0,0,0,0),(107949,28036,571,1,1,27841,1,6388.46,-2718.77,302.755,4.78162,300,5,0,10635,0,1,0,0,0),(107950,24196,571,1,1,22190,0,2295.48,-4527.03,220.181,2.9147,300,0,0,102,0,0,0,0,0),(107951,24196,571,1,1,22195,0,2156.26,-4289.73,222.741,0.087266,300,0,0,102,0,0,0,0,0),(107952,24196,571,1,1,22447,0,2407.66,-4214.07,238.759,4.66003,300,0,0,102,0,0,0,0,0),(107953,24196,571,1,1,22447,0,2243.77,-4560.29,214.761,5.98648,300,0,0,102,0,0,0,0,0),(107954,24196,571,1,1,22195,0,2432.34,-4252.87,241.925,4.15388,300,0,0,102,0,0,0,0,0),(107955,24196,571,1,1,22475,0,2195.58,-4160.82,223.994,2.51327,300,0,0,102,0,0,0,0,0),(107956,24196,571,1,1,22195,0,2266.35,-4279.75,229.3,6.26573,300,0,0,102,0,0,0,0,0),(107957,24196,571,1,1,22195,0,2578.95,-4715.04,260.426,3.35103,300,0,0,102,0,0,0,0,0),(107958,24196,571,1,1,22475,0,2244.04,-4252.06,229.179,3.57792,300,0,0,102,0,0,0,0,0),(107959,24196,571,1,1,22190,0,2307.85,-4635.34,219.933,1.79769,300,0,0,102,0,0,0,0,0),(107960,24196,571,1,1,22447,0,2278.81,-4355.47,229.337,4.93928,300,0,0,102,0,0,0,0,0),(107961,24196,571,1,1,22195,0,2581.85,-4495.91,248.097,0.174533,300,0,0,102,0,0,0,0,0),(107962,24196,571,1,1,22447,0,2278.72,-4662.83,220.754,0.10472,300,0,0,102,0,0,0,0,0),(107963,24196,571,1,1,22190,0,2335.64,-4269.32,233.798,3.29867,300,0,0,102,0,0,0,0,0),(107964,24196,571,1,1,22447,0,2172.62,-4207.09,229.472,4.62512,300,0,0,102,0,0,0,0,0),(107965,24196,571,1,1,22190,0,2368.32,-4860.74,249.774,0.069813,300,0,0,102,0,0,0,0,0),(107966,24196,571,1,1,22195,0,2378.29,-4242.43,233.621,3.42085,300,0,0,102,0,0,0,0,0),(107967,24196,571,1,1,22190,0,2262.46,-4760.81,233.195,2.35619,300,0,0,102,0,0,0,0,0),(107968,28036,571,1,1,27842,1,6157.41,-2393.72,310.477,1.48539,300,5,0,10635,0,1,0,0,0),(107969,24196,571,1,1,22447,0,2234.13,-4481.77,217.582,0.436332,300,0,0,102,0,0,0,0,0),(107970,1412,571,1,1,134,0,204.265,-4476.02,252.07,2.58347,300,0,0,8,0,0,0,0,0),(107971,23940,571,1,1,21931,1,1006.58,-3904.67,178.535,2.9147,300,0,0,8982,0,0,0,0,0),(107972,24196,571,1,1,22447,0,2020.4,-4628.46,211.731,2.94961,300,0,0,102,0,0,0,0,0),(107973,1412,571,1,1,134,0,278.647,-3214.14,12.4081,3.17088,300,5,0,8,0,1,0,0,0),(107974,1412,571,1,1,134,0,679.629,-3229.6,25.5645,3.10576,300,5,0,8,0,1,0,0,0),(107975,24196,571,1,1,22195,0,2117.03,-4780.48,214.17,5.39307,300,0,0,102,0,0,0,0,0),(107976,24196,571,1,1,22447,0,2240.33,-4839.06,234.078,6.07375,300,0,0,102,0,0,0,0,0),(107977,24196,571,1,1,22447,0,2243.58,-4203.12,225.129,5.20108,300,0,0,102,0,0,0,0,0),(107978,24196,571,1,1,22475,0,2024.43,-4451.02,210.076,3.85718,300,0,0,102,0,0,0,0,0),(107979,24196,571,1,1,22190,0,2543.09,-5268.5,317.584,1.98968,300,0,0,102,0,0,0,0,0),(107980,24196,571,1,1,22190,0,1939.53,-4537.15,207.066,1.15192,300,0,0,102,0,0,0,0,0),(107981,24196,571,1,1,22475,0,2400.79,-4832.66,248.183,2.96706,300,0,0,102,0,0,0,0,0),(107982,1412,571,1,1,134,0,582.839,-5999.09,310.792,2.53073,300,0,0,8,0,0,0,0,0),(107983,24196,571,1,1,22195,0,2429.77,-4082.54,232.638,0.698132,300,0,0,102,0,0,0,0,0),(107984,24196,571,1,1,22190,0,2642.73,-4918.07,304.671,1.67552,300,0,0,102,0,0,0,0,0),(107985,24196,571,1,1,22190,0,1988.54,-5019.86,213.17,1.39626,300,0,0,102,0,0,0,0,0),(107986,24196,571,1,1,22195,0,1955.78,-5185.29,191.518,5.60251,300,0,0,102,0,0,0,0,0),(107987,24196,571,1,1,22447,0,2275.99,-4903.67,243.684,0.890118,300,0,0,102,0,0,0,0,0),(107988,24196,571,1,1,22447,0,2048.14,-5067.9,225.275,4.69494,300,0,0,102,0,0,0,0,0),(107989,28036,571,1,1,27842,1,6164.73,-2355.2,308.302,1.29549,300,5,0,10635,0,1,0,0,0),(107990,28036,571,1,1,27841,1,6315.64,-2502.66,302.735,-2.93158,300,0,0,10635,0,0,0,0,0),(107991,28036,571,1,1,27842,1,6281.38,-2505.88,300.546,2.36016,300,5,0,10635,0,1,0,0,0),(107992,28036,571,1,1,27841,1,6213.29,-2656.05,291.05,4.48339,300,5,0,10635,0,1,0,0,0),(107993,28036,571,1,1,27841,1,6257.31,-2746.4,304.506,0.563647,300,5,0,10635,0,1,0,0,0),(107994,28036,571,1,1,27841,1,6220.09,-2728.12,302.8,2.85837,300,5,0,10635,0,1,0,0,0),(107995,28036,571,1,1,27841,1,6484.3,-2672.58,310.627,5.65487,300,0,0,10635,0,0,0,0,0),(107996,28036,571,1,1,27842,1,6199.38,-2615.87,293.179,2.7982,300,5,0,10635,0,1,0,0,0),(107997,1412,571,1,1,134,0,5826.76,417.184,657.602,0.499381,300,5,0,8,0,1,0,0,0),(107998,25732,571,1,1,23337,1,3460.5,5877.44,149.538,1.0821,300,0,0,7688,7500,0,0,0,0),(202328,33403,571,1,1,0,1,8397.64,664.995,550.433,6.09336,300,0,0,25200,0,0,0,0,0),(108000,25220,571,1,1,24821,0,2296.29,5241.84,11.9614,5.90101,300,0,0,6986,0,0,0,0,0),(108001,25220,571,1,1,24821,0,2293.74,5242.91,11.451,5.80953,300,0,0,6986,0,0,0,0,0),(108002,25220,571,1,1,24818,0,2291.54,5244.03,11.451,5.88465,300,0,0,6986,0,0,0,0,0),(108003,25220,571,1,1,24819,0,2289.29,5244.98,11.451,5.84535,300,0,0,6986,0,0,0,0,0),(108004,25220,571,1,1,24818,0,2287.19,5245.96,11.451,6.14486,300,0,0,6986,0,0,0,0,0),(108005,25220,571,1,1,24821,0,2284.87,5246.3,11.4135,0.243582,300,0,0,6986,0,0,0,0,0),(108006,25220,571,1,1,24821,0,2282.61,5245.73,11.3624,0.721661,300,0,0,6986,0,0,0,0,0),(108007,25220,571,1,1,24819,0,2280.78,5244.11,11.3589,1.04766,300,0,0,6986,0,0,0,0,0),(108008,25220,571,1,1,24818,0,2279.22,5241.41,11.451,1.09023,300,0,0,6986,0,0,0,0,0),(108012,1412,571,1,1,134,0,5664.81,709.912,641.56,5.38002,300,5,0,8,0,1,0,0,0),(108013,1412,571,1,1,134,0,5879.15,785.132,641.492,3.18013,300,5,0,8,0,1,0,0,0),(108014,1412,571,1,1,134,0,5817.43,417.058,657.648,3.10329,300,5,0,8,0,1,0,0,0),(108015,1412,571,1,1,134,0,5915.49,558.723,639.569,1.94112,300,5,0,8,0,1,0,0,0),(108016,1412,571,1,1,134,0,5883.12,648.64,645.862,2.74182,300,0,0,8,0,0,0,0,0),(108017,1412,571,1,1,134,0,5786.22,636.25,648.027,3.92356,300,0,0,8,0,0,0,0,0),(108018,1412,571,1,1,134,0,5713.17,643.534,648.968,3.51133,300,0,0,8,0,0,0,0,0),(108020,24709,571,1,1,22600,0,3462.37,4192.15,18.2414,0.453786,300,0,0,8982,0,0,0,0,0),(108021,25477,571,1,1,23220,1,4172.79,5254.92,26.1285,5.78731,300,0,0,8982,0,0,0,0,0),(108022,26501,571,1,1,21482,0,3328.2,2270.39,32.8916,4.74729,300,0,0,9940,0,0,0,0,0),(108023,26245,571,1,1,23710,1,2728.97,935.776,0.223537,3.50811,300,0,0,8982,0,0,0,0,0),(108024,24197,571,1,1,21802,1,1954.06,-3226.82,153.746,3.64774,300,0,0,8982,0,0,0,0,0),(1975209,33282,603,2,3,0,0,600,-136,391.5,5.06733,300,0,0,12600,0,0,0,0,0),(108026,24197,571,1,1,21802,1,1945.9,-3210.56,147.398,2.94961,300,0,0,8982,0,0,0,0,0),(108027,25733,571,1,1,23338,1,3435.27,5889.9,151.063,3.66519,300,0,0,7688,7500,0,0,0,0),(108029,25222,571,1,1,23072,0,2300.5,5239.98,11.423,2.87979,300,0,0,18582,0,0,0,0,0),(108030,28806,571,1,1,25716,1,5136.49,-2197.27,236.621,0.20944,300,0,0,10635,0,0,0,0,0),(108031,28038,571,1,1,25056,0,5566.25,5763.71,-75.1425,6.23082,300,0,0,11770,0,0,0,0,0),(108032,25478,571,1,1,23221,0,3632.48,5900.61,150.517,-0.90757,300,0,0,9610,3309,0,0,0,0),(108034,27270,571,1,1,24484,0,4415.26,416.972,44.5214,2.11185,300,0,0,79520,0,0,0,0,0),(108035,27270,571,1,1,24484,0,4186.99,460.352,57.3126,6.12611,300,0,0,79520,0,0,0,0,0),(108036,27270,571,1,1,24484,0,4209.17,395.481,59.5424,1.01229,300,0,0,79520,0,0,0,0,0),(108037,27270,571,1,1,24484,0,4355.68,363.742,51.2043,1.8326,300,0,0,79520,0,0,0,0,0),(108038,27270,571,1,1,24484,0,4236.21,526.516,11.463,1.78811,300,0,0,79520,0,2,0,0,0),(108039,27270,571,1,1,24484,0,4341.52,484.592,-8.10231,0.833442,300,0,0,79520,0,2,0,0,0),(108040,24198,571,1,1,22192,1,956.149,-4457.6,152.558,4.19837,300,0,0,1916,7031,2,0,0,0),(108041,24198,571,1,1,22192,1,882.611,-4432.8,139.828,3.9671,300,0,0,1916,7031,0,0,0,0),(108042,24198,571,1,1,22192,1,812.773,-4386.62,151.819,1.95912,300,0,0,1916,7031,0,0,0,0),(245681,25925,0,1,1,0,0,-6695.69,-2196.15,248.553,1.5708,300,0,0,1200,0,0,0,0,0),(108044,27783,571,1,1,24805,0,3424.36,-2680.88,82.0611,2.58309,300,0,0,110010,0,0,0,0,0),(108045,28039,571,1,1,25057,1,5450.91,-2610.93,306.993,1.5708,300,0,0,11379,0,0,0,0,0),(108046,28807,571,1,1,25717,1,5142.17,-2209.02,236.641,0.942478,300,0,0,10635,0,0,0,0,0),(108047,27271,571,1,1,24485,1,3638.25,5871.22,174.661,2.9147,300,0,0,7688,7500,0,0,0,0),(108049,29319,571,1,1,10618,0,5436.23,-4449.48,379.4,4.82197,300,0,0,11001,0,0,0,0,0),(108050,29319,571,1,1,10618,0,5255.07,-4388.22,388.721,1.06,300,0,0,11001,0,0,0,0,0),(108051,29319,571,1,1,10618,0,5501.88,-4458.91,368.442,6.2148,300,0,0,11001,0,0,0,0,0),(108052,26503,571,1,1,901,0,-110.786,-3507.72,4.53501,2.11425,300,5,0,1,0,1,0,0,0),(108053,26503,571,1,1,901,0,-114.646,-3506.34,4.32159,0.186584,300,5,0,1,0,1,0,0,0),(108054,29319,571,1,1,10618,0,6341,-3536.06,376.228,6.16379,300,0,0,11001,0,0,0,0,0),(108055,26503,571,1,1,6295,0,-80.0622,-3590.15,2.68158,2.89901,300,5,0,1,0,1,0,0,0),(108056,26503,571,1,1,6295,0,-181.557,-3544.24,2.87277,0.677446,300,5,0,1,0,1,0,0,0),(108057,24199,571,1,1,22193,0,1024.86,-4416.38,168.386,3.15905,300,0,0,2395,0,0,0,0,0),(108058,26503,571,1,1,901,0,-177.999,-3548.9,2.68511,0.083504,300,5,0,1,0,1,0,0,0),(108059,29319,571,1,1,10618,0,5314.19,-4495.65,409.785,2.32306,300,0,0,11001,0,0,0,0,0),(108060,29319,571,1,1,10618,0,5395.31,-4445.3,384.36,4.31429,300,0,0,11001,0,0,0,0,0),(108061,29319,571,1,1,10618,0,5355.4,-4486.11,400.437,3.26885,300,0,0,11001,0,0,0,0,0),(108062,29319,571,1,1,10618,0,5320.62,-4383.53,379.543,2.78279,300,0,0,11001,0,0,0,0,0),(108063,29319,571,1,1,10618,0,5509.02,-4431.5,369.208,4.05991,300,0,0,11001,0,0,0,0,0),(108064,29319,571,1,1,10618,0,5457.54,-4174.75,363.041,1.15832,300,0,0,11001,0,0,0,0,0),(108065,29319,571,1,1,10618,0,5258.79,-4212.57,361.213,1.80316,300,0,0,11001,0,0,0,0,0),(108066,29319,571,1,1,10618,0,5420.22,-4110.39,363.037,1.66464,300,0,0,11001,0,0,0,0,0),(108067,29319,571,1,1,10618,0,5493.47,-4257.84,363.085,3.74953,300,0,0,11001,0,0,0,0,0),(108068,29319,571,1,1,10618,0,5484.91,-4352.82,365.129,3.23258,300,0,0,11001,0,0,0,0,0),(108069,24199,571,1,1,22193,0,782.757,-4447.61,160.457,6.12611,300,0,0,2395,0,0,0,0,0),(108070,29319,571,1,1,10618,0,5419.27,-4265.56,363.036,1.76404,300,0,0,11001,0,0,0,0,0),(108071,29319,571,1,1,10618,0,5419.4,-4415.43,372.841,4.8004,300,0,0,11001,0,0,0,0,0),(108072,29319,571,1,1,10618,0,5221.52,-4242.59,357.596,4.22571,300,0,0,11001,0,0,0,0,0),(108073,29319,571,1,1,10618,0,5310.88,-4286.1,370.564,1.37706,300,0,0,11001,0,0,0,0,0),(108074,29319,571,1,1,10618,0,5224.94,-4291.29,375.729,1.30074,300,0,0,11001,0,0,0,0,0),(108075,29319,571,1,1,10618,0,5292.34,-4173.28,362.913,4.55834,300,0,0,11001,0,0,0,0,0),(108076,24199,571,1,1,22193,0,1005.08,-4359.91,153.233,2.58309,300,0,0,2395,0,0,0,0,0),(108077,26503,571,1,1,6295,0,-92.661,-3580.75,3.55658,1.35959,300,5,0,1,0,1,0,0,0),(108078,26503,571,1,1,6296,0,-90.2699,-3582.22,3.05658,2.59104,300,5,0,1,0,1,0,0,0),(108079,24199,571,1,1,22193,0,875.469,-4438.86,140.546,4.16246,300,0,0,2395,0,0,0,0,0),(108080,24199,571,1,1,22193,0,797.969,-4453.24,160.509,1.15192,300,0,0,2395,0,0,0,0,0),(108081,24199,571,1,1,22193,0,871.097,-4395.04,140.839,4.41568,300,0,0,2395,0,0,0,0,0),(108082,26503,571,1,1,6295,0,-177.246,-3552.26,2.24777,0.825517,300,5,0,1,0,1,0,0,0),(108083,26503,571,1,1,901,0,-114.847,-3508.87,4.32159,5.00538,300,5,0,1,0,1,0,0,0),(108084,26503,571,1,1,6295,0,-140.643,-3574.01,2.51188,5.67525,300,5,0,1,0,1,0,0,0),(108085,26503,571,1,1,901,0,-131.447,-3563.66,3.29212,1.99841,300,5,0,1,0,1,0,0,0),(108086,29319,571,1,1,10618,0,6347.06,-3613.54,379.778,2.90301,300,0,0,11001,0,0,0,0,0),(108087,29319,571,1,1,10618,0,6402.13,-3572.47,377.399,2.53133,300,0,0,11001,0,0,0,0,0),(108092,25479,571,1,2,25773,0,3129.55,6699.24,0.683241,0.410873,300,0,0,6986,2991,0,0,0,0),(108091,25479,571,1,2,25773,0,2956.55,6767.88,10.3407,3.735,300,0,0,6986,2991,0,0,0,0),(108090,25479,571,1,2,25773,0,3085.97,6735.3,0.746273,0.990279,300,0,0,6986,2991,0,0,0,0),(108089,25479,571,1,2,25775,0,3123.13,6694.75,1.26824,3.96632,300,0,0,6986,2991,0,0,0,0),(108088,25479,571,1,2,25773,0,2356.44,6703.22,1.14315,3.16275,300,0,0,6986,2991,0,0,0,0),(108093,25736,571,1,1,23341,0,4503.35,5748.63,81.5913,3.64774,300,0,0,8982,0,0,0,0,0),(108094,28040,571,1,1,25058,0,5552.26,5738.88,-76.134,1.62316,300,0,0,10635,0,0,0,0,0),(108095,26248,571,1,1,17612,0,2449.42,5452.2,17.7065,2.63545,300,0,0,4120,0,0,0,0,0),(108096,26248,571,1,1,17612,0,2469.58,5353.81,22.0069,4.85202,300,0,0,4120,0,0,0,0,0),(108097,26248,571,1,1,17612,0,2471.85,5413.77,22.7183,0.191986,300,0,0,4120,0,0,0,0,0),(108098,26504,571,1,1,23874,1,3759.47,1547.64,87.1148,5.044,300,0,0,10282,3466,0,0,0,0),(108099,25480,571,1,1,23223,0,3635.46,5900.23,150.504,4.43314,300,0,0,7688,7500,0,0,0,0),(108101,30856,571,1,1,27358,1,5548.17,-960.585,188.55,1.64318,300,5,0,11770,3809,1,0,0,0),(108102,30856,571,1,1,27358,1,5487.93,-656.733,151.12,5.9714,300,5,0,11770,3809,1,0,0,0),(108103,30856,571,1,1,27358,1,5500.14,-587.453,155.008,2.07364,300,5,0,11770,3809,1,0,0,0),(108104,30856,571,1,1,27358,1,5523.87,-809.086,159.52,0.588003,300,5,0,11770,3809,1,0,0,0),(108105,30856,571,1,1,27358,1,5443.21,-684.69,156.449,2.56117,300,5,0,11770,3809,1,0,0,0),(108106,30856,571,1,1,27358,1,5481.05,-780.352,152.972,3.74479,300,5,0,11770,3809,1,0,0,0),(108107,30856,571,1,1,27358,1,5477.37,-942.468,164.326,1.59536,300,5,0,11770,3809,1,0,0,0),(108108,30856,571,1,1,27358,1,5549.23,-877.068,165.149,0.533627,300,5,0,11770,3809,1,0,0,0),(108109,30856,571,1,1,27358,1,5514.9,-720.224,148.518,5.548,300,5,0,11770,3809,1,0,0,0),(108111,30856,571,1,1,27358,1,5482.66,-949.838,166.187,1.45226,300,5,0,11770,3809,1,0,0,0),(108112,30856,571,1,1,27358,1,5556.17,-874.091,165.251,3.14745,300,5,0,11770,3809,1,0,0,0),(108113,30856,571,1,1,27358,1,5510.22,-594.728,153.325,0.143868,300,5,0,11770,3809,1,0,0,0),(108114,30856,571,1,1,27358,1,5480.5,-661.13,151.612,4.93015,300,5,0,11770,3809,1,0,0,0),(108115,30856,571,1,1,27358,1,5447.21,-687.885,155.569,4.87515,300,5,0,11770,3809,1,0,0,0),(108116,30856,571,1,1,27358,1,5513.78,-715.61,148.643,2.57952,300,5,0,11770,3809,1,0,0,0),(108117,25481,571,1,1,999,0,2494.46,6642.93,19.547,1.7033,300,5,0,6986,0,1,0,0,0),(108118,25481,571,1,1,999,0,2550.87,6651.86,21.3183,4.63712,300,5,0,6986,0,1,0,0,0),(108119,27529,571,1,1,11686,0,3020.91,4102.98,25.0499,2.32129,300,5,0,9940,0,1,0,0,0),(108120,26249,571,1,1,17612,0,2154.42,5661.66,28.4774,3.07178,300,0,0,4120,0,0,0,0,0),(108121,26249,571,1,1,17612,0,2119.36,5637.5,30.3605,6.00393,300,0,0,4120,0,0,0,0,0),(108122,26249,571,1,1,17612,0,2113.56,5679.16,31.7548,2.77507,300,0,0,4120,0,0,0,0,0),(108123,26505,571,1,1,23875,1,3747.01,1603.44,86.9881,3.735,300,0,0,53175,17805,0,0,0,0),(108124,25481,571,1,1,999,0,2702.97,6849.01,-0.153301,2.95591,300,5,0,6986,0,1,0,0,0),(108125,25481,571,1,1,999,0,2449.67,6649,20.285,5.16113,300,5,0,6986,0,1,0,0,0),(108126,28809,571,1,1,25712,1,5152.51,-2211.93,236.883,1.93731,300,0,0,8508,7981,0,0,0,0),(108127,25737,571,1,1,23342,1,2256.42,5178.84,11.8544,1.309,300,0,0,6986,0,0,0,0,0),(108128,28041,571,1,1,25062,1,5966.05,-2624.93,292.265,0,300,0,0,9572,0,0,0,0,0),(108129,28041,571,1,1,25059,1,5966.79,-2622.58,292.32,0.178877,300,0,0,9572,0,0,0,0,0),(108130,28041,571,1,1,25059,1,5963.05,-2624.93,292.515,6.07228,300,0,0,9572,0,0,0,0,0),(108131,28041,571,1,1,25060,1,5894.14,-2614.55,292.481,5.75959,300,0,0,9572,0,0,0,0,0),(108132,28041,571,1,1,25060,1,5897.53,-2623.07,292.502,0.05236,300,0,0,9572,0,0,0,0,0),(108133,28041,571,1,1,25060,1,5897.66,-2612.18,292.405,0.034907,300,0,0,9572,0,0,0,0,0),(108134,25481,571,1,1,999,0,1900.94,5645.76,5.63292,3.17482,300,5,0,6986,0,1,0,0,0),(108135,25481,571,1,1,999,0,1811.87,5863.02,1.11987,5.21317,300,5,0,6986,0,1,0,0,0),(200140,11278,0,1,1,0,1,1144.53,-2508.14,62.1065,5.36599,25,0,0,4200,0,0,0,0,0),(108138,25481,571,1,1,999,0,2741.71,6696.53,11.9906,2.67691,300,5,0,6986,0,1,0,0,0),(108139,25481,571,1,1,999,0,2786.46,6739.93,7.92688,5.97942,300,5,0,6986,0,1,0,0,0),(108140,25481,571,1,1,999,0,2750.02,6810.91,0.69434,5.05618,300,5,0,6986,0,1,0,0,0),(108141,25481,571,1,1,999,0,2710.79,6719.78,9.83372,6.13114,300,5,0,6986,0,1,0,0,0),(108142,25481,571,1,1,999,0,2668.65,6763.21,5.7056,2.42174,300,5,0,6986,0,1,0,0,0),(108143,23945,571,1,1,15590,0,1708.04,-5801.02,79.1489,6.0635,300,20,0,6986,0,1,0,0,0),(108144,23945,571,1,1,15590,0,1820.79,-5848.14,22.5244,2.34105,300,20,0,6986,0,1,0,0,0),(108145,28041,571,1,1,25060,1,6039.25,-2626.79,302.838,3.14159,300,0,0,9572,0,0,0,0,0),(108146,28041,571,1,1,25062,1,6038.61,-2610.67,302.789,3.14159,300,0,0,9572,0,0,0,0,0),(108147,28041,571,1,1,25061,1,6040.93,-2619.15,302.831,3.15905,300,0,0,9572,0,0,0,0,0),(108148,25481,571,1,1,999,0,1797.79,5951.03,0.478109,3.1452,300,5,0,6986,0,1,0,0,0),(108149,25481,571,1,1,999,0,1769.11,5967.26,-3.94882,3.4709,300,5,0,6986,0,1,0,0,0),(108150,23689,571,1,1,24717,0,1000.59,-3733.65,218.857,5.10456,180,0,0,8982,0,2,0,0,0),(108151,23689,571,1,1,24717,0,999.618,-3766.79,223.646,3.74774,180,0,0,8982,0,2,0,0,0),(108152,23689,571,1,1,24717,0,1144.94,-3861.12,205.948,0.938832,180,0,0,8982,0,2,0,0,0),(108153,23945,571,1,1,15590,0,1793.23,-6001.37,18.8038,3.01362,300,20,0,6986,0,1,0,0,0),(108154,25481,571,1,1,999,0,1846.67,5773.3,0.507679,1.29336,300,5,0,6986,0,1,0,0,0),(108155,23689,571,1,1,24717,0,1171.85,-3640.36,215.809,2.35197,180,0,0,8982,0,2,0,0,0),(108156,23689,571,1,1,24717,0,1137.72,-3844.28,210.305,4.57547,180,0,0,8982,0,2,0,0,0),(108157,23945,571,1,1,15590,0,1770.33,-5890.77,8.10345,5.07361,300,20,0,6986,0,1,0,0,0),(108158,23689,571,1,1,24717,0,1177.23,-3719.85,211.191,5.131,180,0,0,8982,0,2,0,0,0),(108159,23945,571,1,1,15590,0,1764.62,-5974.08,21.3423,0.234675,300,20,0,6986,0,1,0,0,0),(108160,23945,571,1,1,15590,0,1810.08,-5963.12,24.6836,5.65431,300,20,0,6986,0,1,0,0,0),(108161,23945,571,1,1,15590,0,1677.13,-5951.56,17.0367,1.33299,300,20,0,6986,0,1,0,0,0),(108162,25481,571,1,1,999,0,2777.59,6777.69,4.15847,6.22941,300,5,0,6986,0,1,0,0,0),(108163,23945,571,1,1,15590,0,1755.54,-5895.28,6.97751,1.20942,300,20,0,6986,0,1,0,0,0),(108164,23945,571,1,1,15590,0,1788.65,-5834.05,11.1014,0.03645,300,20,0,6986,0,1,0,0,0),(108165,23945,571,1,1,15590,0,1809.47,-5856.99,7.10356,0.990336,300,20,0,6986,0,1,0,0,0),(108166,23945,571,1,1,15590,0,1802.99,-5811.73,44.1938,5.60595,300,20,0,6986,0,1,0,0,0),(108167,23945,571,1,1,15590,0,1785.9,-5944.92,14.4025,3.45973,300,20,0,6986,0,1,0,0,0),(108168,23945,571,1,1,15590,0,1847.25,-5970.3,20.2789,1.50323,300,20,0,6986,0,1,0,0,0),(108169,23945,571,1,1,15590,0,1781.07,-5886.28,21.1846,4.75589,300,20,0,6986,0,1,0,0,0),(108170,24713,571,1,1,22505,1,-253.307,-3571.24,19.2239,0.488692,300,0,0,8982,0,0,0,0,0),(108171,25481,571,1,1,999,0,1805.64,5827.79,0.188814,2.3608,300,5,0,6986,0,1,0,0,0),(108172,28041,571,1,1,25059,1,6232.8,-2505.85,302.867,0.471239,300,0,0,9572,0,0,0,0,0),(108173,28041,571,1,1,25060,1,6203.29,-2679.74,291.008,6.23082,300,0,0,9572,0,0,0,0,0),(108174,28041,571,1,1,25061,1,6274.91,-2714.24,300.536,0.534734,300,0,0,9572,0,0,0,0,0),(108175,28041,571,1,1,25059,1,6046.97,-2724.78,303.685,5.42742,300,0,0,9572,0,0,0,0,0),(108176,28041,571,1,1,25059,1,6358.1,-2729.52,302.798,-2.46662,300,0,0,9572,0,0,0,0,0),(108177,28041,571,1,1,25059,1,6248.97,-2740.7,303.159,5.53269,300,0,0,9572,0,0,0,0,0),(108178,28041,571,1,1,25061,1,6312.25,-2732.75,302.783,6.25522,300,0,0,9572,0,0,0,0,0),(108179,28041,571,1,1,25059,1,6245.96,-2701.15,302.872,1.1396,300,0,0,9572,0,0,0,0,0),(108180,28041,571,1,1,25061,1,6215.11,-2735.46,302.831,0.872665,300,0,0,9572,0,0,0,0,0),(108181,28041,571,1,1,25062,1,6473.25,-2628.55,311.726,0.942478,300,0,0,9572,0,0,0,0,0),(108182,28041,571,1,1,25059,1,6187.03,-2753.4,304.904,4.67748,300,0,0,9572,0,0,0,0,0),(108183,28041,571,1,1,25060,1,6394.76,-2725.9,302.831,2.09439,300,0,0,9572,0,0,0,0,0),(108184,28041,571,1,1,25061,1,6452.24,-2727.54,305.2,3.1765,300,0,0,9572,0,0,0,0,0),(108185,25481,571,1,1,999,0,2738.84,6743.2,7.99269,3.36889,300,5,0,6986,0,1,0,0,0),(108186,28041,571,1,1,25059,1,6491.03,-2672.09,312.388,3.35103,300,0,0,9572,0,0,0,0,0),(108187,28041,571,1,1,25060,1,6179.63,-2721.02,304.904,0.855211,300,0,0,9572,0,0,0,0,0),(108188,28041,571,1,1,25059,1,6229.27,-2412.67,308.565,-2.41018,300,0,0,9572,0,0,0,0,0),(108189,28041,571,1,1,25059,1,6195.86,-2622.92,293.245,1.06465,300,0,0,9572,0,0,0,0,0),(108190,28041,571,1,1,25059,1,6168.31,-2355.97,308.244,2.92869,300,0,0,9572,0,0,0,0,0),(108191,28041,571,1,1,25059,1,6191.82,-2395.94,307.754,1.83795,300,0,0,9572,0,0,0,0,0),(108192,28041,571,1,1,25061,1,6202.92,-2587.11,291.008,1.0821,300,0,0,9572,0,0,0,0,0),(108193,28041,571,1,1,25062,1,6177.35,-2616.17,293.115,0.034907,300,0,0,9572,0,0,0,0,0),(108194,28041,571,1,1,25059,1,6209.57,-2661.82,291.008,1.16937,300,0,0,9572,0,0,0,0,0),(108195,28041,571,1,1,25060,1,6253.46,-2541.8,302.831,4.67748,300,0,0,9572,0,0,0,0,0),(108196,24458,571,1,1,22444,1,1634.11,-5380.04,191.162,3.80482,300,0,0,27944,0,0,0,0,0),(108197,24714,571,1,1,22575,0,-251.315,-3576.54,18.7212,5.5676,300,0,0,8982,0,0,0,0,0),(108199,26506,571,1,1,23876,1,3756.39,1587.93,87.0573,6.04605,300,0,0,8982,3155,2,0,0,0),(108200,29066,571,1,1,25889,0,5725.61,3255.89,310.62,4.99164,300,5,0,11770,0,1,0,0,0),(108201,29066,571,1,1,25889,0,5747.86,3440.01,320.942,0.183481,300,5,0,11770,0,1,0,0,0),(108204,23690,571,1,1,22132,0,746.564,-5555.19,228.685,3.43728,300,5,0,6986,0,1,0,0,0),(108205,23690,571,1,1,22132,0,742.355,-5555.75,230.06,1.47909,300,5,0,6986,0,1,0,0,0),(108206,28810,571,1,1,25713,0,5162.4,-2207.82,236.659,1.8326,300,0,0,10635,0,0,0,0,0),(108207,28298,571,1,1,25107,0,5301.5,4433.17,-97.97,2.21657,300,0,0,10635,0,0,0,0,0),(108208,25482,571,1,1,14661,0,2512.14,6663.44,14.6733,5.28651,300,5,0,8982,0,1,0,0,0),(108209,23690,571,1,1,22132,0,1278.33,-5513.06,194.967,2.67997,300,5,0,6986,0,1,0,0,0),(108210,23690,571,1,1,22132,0,1293.21,-5520.03,195.967,2.90163,300,5,0,6986,0,1,0,0,0),(108211,32650,571,1,1,28123,0,5865.72,748.659,641.079,0.438331,300,0,0,300,0,0,0,0,0),(108212,23690,571,1,1,22132,0,975.569,-5785.64,245.291,4.16254,300,5,0,6986,0,1,0,0,0),(108213,23690,571,1,1,22132,0,979.16,-5794.21,249.666,2.94621,300,5,0,6986,0,1,0,0,0),(108214,23690,571,1,1,22132,0,1265.9,-5714.67,238.924,5.15681,300,5,0,6986,0,1,0,0,0),(108215,23690,571,1,1,22132,0,1182.97,-5738.79,233.553,4.63607,300,5,0,6986,0,1,0,0,0),(108216,23690,571,1,1,22132,0,1174.02,-5729.04,228.953,4.56829,300,5,0,6986,0,1,0,0,0),(108217,23690,571,1,1,22132,0,746.356,-5566.56,231.468,1.28282,300,5,0,6986,0,1,0,0,0),(108218,23690,571,1,1,22132,0,1118.82,-5587.87,205.609,1.31897,300,5,0,6986,0,1,0,0,0),(108219,23690,571,1,1,22132,0,1116.91,-5585.92,205.133,0.912646,300,5,0,6986,0,1,0,0,0),(108220,23690,571,1,1,22132,0,1117.92,-5598,208.847,0.618495,300,5,0,6986,0,1,0,0,0),(108221,23690,571,1,1,22132,0,1211.16,-5585.3,210.108,4.54371,300,5,0,6986,0,1,0,0,0),(108222,23690,571,1,1,22132,0,1203.08,-5567.23,207.858,4.76281,300,5,0,6986,0,1,0,0,0),(108223,23690,571,1,1,22132,0,1197.78,-5577.78,209.547,4.83589,300,5,0,6986,0,1,0,0,0),(108224,23690,571,1,1,22132,0,1370.22,-5665.14,233.393,5.67863,300,5,0,6986,0,1,0,0,0),(108225,23690,571,1,1,22132,0,1363.11,-5650.16,226.208,5.1555,300,5,0,6986,0,1,0,0,0),(108226,23690,571,1,1,22132,0,1332.11,-5769.18,266.659,0.818535,300,5,0,6986,0,1,0,0,0),(108227,23690,571,1,1,22132,0,1331.78,-5782.85,270.825,3.10161,300,5,0,6986,0,1,0,0,0),(108228,23690,571,1,1,22132,0,1338.87,-5779.56,268.178,2.55246,300,5,0,6986,0,1,0,0,0),(108229,23690,571,1,1,22132,0,1285.77,-5511.49,194.967,2.85161,300,5,0,6986,0,1,0,0,0),(108230,25482,571,1,1,14661,0,2682.37,6677.46,13.4927,0.353823,300,5,0,8982,0,1,0,0,0),(108231,23690,571,1,1,22132,0,1298.22,-6036.36,279.293,3.20413,300,0,0,6986,0,0,0,0,0),(108232,23690,571,1,1,22132,0,1319.38,-6033.49,282.293,4.60979,300,5,0,6986,0,1,0,0,0),(108233,23690,571,1,1,22132,0,1309.83,-6026.89,282.735,3.45531,300,5,0,6986,0,1,0,0,0),(108234,23690,571,1,1,22132,0,1023.86,-5739.68,239.667,4.75357,300,5,0,6986,0,1,0,0,0),(108235,23690,571,1,1,22132,0,1034.47,-5753.54,240.47,1.19175,300,5,0,6986,0,1,0,0,0),(108236,23690,571,1,1,22132,0,1117.35,-5899.62,277.704,4.69286,300,5,0,6986,0,1,0,0,0),(108237,23690,571,1,1,22132,0,1128.76,-5896.68,276.839,4.10707,300,5,0,6986,0,1,0,0,0),(108238,23690,571,1,1,22132,0,650.6,-5757.22,282.685,4.35455,300,5,0,6986,0,1,0,0,0),(108239,23690,571,1,1,22132,0,651.861,-5746.62,281.435,0.600104,300,5,0,6986,0,1,0,0,0),(108240,23690,571,1,1,22132,0,1420.46,-5719.48,253.687,2.15444,300,5,0,6986,0,1,0,0,0),(108241,23690,571,1,1,22132,0,1438.09,-5733.12,260.449,2.73596,300,5,0,6986,0,1,0,0,0),(108242,23690,571,1,1,22132,0,1428.56,-5739.28,262.353,2.58149,300,5,0,6986,0,1,0,0,0),(108243,23690,571,1,1,22132,0,1481.88,-5817.35,270.107,5.50604,300,5,0,6986,0,1,0,0,0),(108244,23690,571,1,1,22132,0,1495.57,-5805.37,268.982,3.14688,300,0,0,6986,0,0,0,0,0),(108245,23690,571,1,1,22132,0,1484.77,-5818.06,269.975,4.51654,300,5,0,6986,0,1,0,0,0),(108246,23690,571,1,1,22132,0,1243.95,-5916.25,283.799,3.14735,300,5,0,6986,0,1,0,0,0),(108247,23690,571,1,1,22132,0,1229.25,-5927.49,285.568,2.59045,300,5,0,6986,0,1,0,0,0),(108248,23690,571,1,1,22132,0,683.708,-5817.23,285.005,1.60843,300,5,0,6986,0,1,0,0,0),(108249,23690,571,1,1,22132,0,678.562,-5821.47,286.755,1.23687,300,5,0,6986,0,1,0,0,0),(108250,23690,571,1,1,22132,0,1269.98,-5712.12,239.687,4.49322,300,5,0,6986,0,1,0,0,0),(108251,23690,571,1,1,22132,0,1277.66,-5711.95,241.187,4.75794,300,5,0,6986,0,1,0,0,0),(108252,23690,571,1,1,22132,0,754.53,-5871.54,285.995,4.99663,300,5,0,6986,0,1,0,0,0),(108253,23690,571,1,1,22132,0,762.149,-5843.24,283.428,4.42232,300,5,0,6986,0,1,0,0,0),(108254,23690,571,1,1,22132,0,396.957,-6013.63,323.879,5.74688,300,5,0,6986,0,1,0,0,0),(108255,23690,571,1,1,22132,0,401.262,-6016.11,324.393,3.08219,300,5,0,6986,0,1,0,0,0),(108256,23690,571,1,1,22132,0,847.545,-5685.95,231.468,3.23102,300,5,0,6986,0,1,0,0,0),(108257,23690,571,1,1,22132,0,826.585,-5684.23,234.981,6.20141,300,5,0,6986,0,1,0,0,0),(108258,24714,571,1,1,22593,0,-235.44,-3573.36,13.2761,5.88545,300,5,0,8982,0,1,0,0,0),(108259,23690,571,1,1,22132,0,1196.48,-5468.99,195.771,3.37404,300,5,0,6986,0,1,0,0,0),(108260,23690,571,1,1,22132,0,1196.84,-5487.99,196.129,2.91255,300,5,0,6986,0,1,0,0,0),(108261,23690,571,1,1,22132,0,583.984,-5546.69,269.377,1.48219,300,5,0,6986,0,1,0,0,0),(108262,23690,571,1,1,22132,0,498.092,-5519.86,274.925,0.293328,300,5,0,6986,0,1,0,0,0),(108263,23690,571,1,1,22132,0,509.256,-5521.24,275.116,5.06573,300,5,0,6986,0,1,0,0,0),(108264,23690,571,1,1,22132,0,648.009,-5554.28,257.911,4.10054,300,5,0,6986,0,1,0,0,0),(108265,23690,571,1,1,22132,0,644.152,-5562.55,263.94,5.82108,300,5,0,6986,0,1,0,0,0),(108266,23690,571,1,1,22132,0,495.84,-5454.27,270.321,5.2179,300,0,0,6986,0,0,0,0,0),(108267,23690,571,1,1,22132,0,477.552,-5442.63,274.149,3.90952,300,0,0,6986,0,0,0,0,0),(108268,23690,571,1,1,22132,0,490.582,-5443,272.359,3.45345,300,0,0,6986,0,0,0,0,0),(108269,23690,571,1,1,22132,0,213.161,-5483.83,336.07,2.60285,300,5,0,6986,0,1,0,0,0),(108270,23690,571,1,1,22132,0,232.311,-5487.09,335.965,2.61319,300,5,0,6986,0,1,0,0,0),(108271,23690,571,1,1,22132,0,544.098,-5778.57,295.912,1.60199,300,5,0,6986,0,1,0,0,0),(108272,23690,571,1,1,22132,0,557.474,-5765.16,292.6,3.89228,300,5,0,6986,0,1,0,0,0),(108273,23690,571,1,1,22132,0,550.71,-5642.6,284.955,1.1433,300,5,0,6986,0,1,0,0,0),(108274,23690,571,1,1,22132,0,559.496,-5642.08,285.737,2.30965,300,5,0,6986,0,1,0,0,0),(108275,23690,571,1,1,22132,0,595.774,-5479.41,261.431,0.307545,300,5,0,6986,0,1,0,0,0),(108276,23690,571,1,1,22132,0,604.966,-5479.57,259.944,0.14463,300,5,0,6986,0,1,0,0,0),(108277,23690,571,1,1,22132,0,585.555,-5547.7,268.812,0.911486,300,5,0,6986,0,1,0,0,0),(108278,23690,571,1,1,22132,0,328.873,-5362.08,300.05,3.96013,300,5,0,6986,0,1,0,0,0),(108279,23690,571,1,1,22132,0,325.583,-5346.18,299.865,5.2496,300,5,0,6986,0,1,0,0,0),(108280,23690,571,1,1,22132,0,334.779,-5340.53,298.32,5.52369,300,5,0,6986,0,1,0,0,0),(108281,23690,571,1,1,22132,0,409.3,-6014.64,324.613,3.04385,300,5,0,6986,0,1,0,0,0),(108282,26762,571,1,1,24024,1,3149.37,2151.22,24.6377,3.47321,300,0,0,9610,9927,0,0,0,0),(108283,23690,571,1,1,22132,0,1282.85,-5383.02,180.619,0.005859,300,5,0,6986,0,1,0,0,0),(108284,23690,571,1,1,22132,0,1270.26,-5384.87,178.569,0.131417,300,5,0,6986,0,1,0,0,0),(108285,23690,571,1,1,22132,0,1280.99,-5388.64,180.503,0.001953,300,5,0,6986,0,1,0,0,0),(108286,23690,571,1,1,22132,0,645.912,-5746.87,280.435,1.05736,300,5,0,6986,0,1,0,0,0),(108287,23690,571,1,1,22132,0,668.545,-5816.62,286.255,1.0297,300,5,0,6986,0,1,0,0,0),(108288,23690,571,1,1,22132,0,382.701,-4916.02,247.478,0.027426,300,5,0,6986,0,1,0,0,0),(108289,23690,571,1,1,22132,0,366.352,-4910.56,248.322,5.36929,300,5,0,6986,0,1,0,0,0),(108290,23690,571,1,1,22132,0,315.649,-4849.34,249.832,6.25406,300,5,0,6986,0,1,0,0,0),(108291,23690,571,1,1,22132,0,288.99,-4860,253.435,0.379303,300,5,0,6986,0,1,0,0,0),(108292,23690,571,1,1,22132,0,230.788,-4750.49,254.627,3.14745,300,5,0,6986,0,1,0,0,0),(108293,23690,571,1,1,22132,0,236.651,-4750.99,253.498,3.81871,300,5,0,6986,0,1,0,0,0),(108294,23690,571,1,1,22132,0,315.99,-4716.35,228.811,3.06044,300,5,0,6986,0,1,0,0,0),(108295,23690,571,1,1,22132,0,332.186,-4724.27,229.715,2.68716,300,5,0,6986,0,1,0,0,0),(108296,23690,571,1,1,22132,0,349.405,-4817.4,238.413,0.771601,300,5,0,6986,0,1,0,0,0),(108297,23690,571,1,1,22132,0,369.67,-4828.15,235.298,1.19757,300,5,0,6986,0,1,0,0,0),(108298,23690,571,1,1,22132,0,369.012,-4821.92,234.349,2.91499,300,5,0,6986,0,1,0,0,0),(108299,23690,571,1,1,22132,0,484.337,-4748.17,205.103,1.5273,300,5,0,6986,0,1,0,0,0),(108300,23690,571,1,1,22132,0,472.545,-4769.88,209.969,1.07194,300,5,0,6986,0,1,0,0,0),(108301,23690,571,1,1,22132,0,476.965,-4774.88,211.094,1.30018,300,5,0,6986,0,1,0,0,0),(108302,23690,571,1,1,22132,0,576.597,-4711.54,206.968,2.33106,300,5,0,6986,0,1,0,0,0),(108303,23690,571,1,1,22132,0,673.148,-4663.12,198.706,0.064183,300,0,0,6986,0,0,0,0,0),(108304,23690,571,1,1,22132,0,657.346,-4657.15,200.245,0.405918,300,0,0,6986,0,0,0,0,0),(108305,23690,571,1,1,22132,0,722.905,-4647.79,193.609,0.384247,300,5,0,6986,0,1,0,0,0),(108306,23690,571,1,1,22132,0,712.079,-4653.13,192.484,3.89226,300,5,0,6986,0,1,0,0,0),(108307,23690,571,1,1,22132,0,649.503,-4577.72,203.591,4.62505,300,5,0,6986,0,1,0,0,0),(108308,23690,571,1,1,22132,0,661.486,-4561.35,203.063,3.87281,300,5,0,6986,0,1,0,0,0),(108309,23690,571,1,1,22132,0,679.783,-4463.5,197.608,4.40934,300,5,0,6986,0,1,0,0,0),(108310,23690,571,1,1,22132,0,687.156,-4447.75,197.076,1.99068,300,5,0,6986,0,1,0,0,0),(108311,27530,571,1,1,24137,0,3813.84,865.602,57.5398,3.00197,300,0,0,102820,0,0,0,537133056,32),(108312,27530,571,1,1,24137,0,3907.35,866.472,56.2255,2.1293,300,0,0,102820,0,0,0,537133056,32),(108313,23690,571,1,1,22132,0,798.477,-3831,213.54,5.04922,300,0,0,6986,0,0,0,0,0),(108314,23690,571,1,1,22132,0,794.542,-3809.7,212.056,0.321085,300,5,0,6986,0,1,0,0,0),(108315,27530,571,1,1,24137,0,3830.39,1054.13,57.3796,0.366519,300,0,0,102820,0,0,0,537133056,32),(108316,27530,571,1,1,24137,0,3830.08,958.533,55.6804,1.6057,300,0,0,102820,0,0,0,537133056,32),(108317,27530,571,1,1,24137,0,3618.7,1053.83,58.9106,4.13643,300,0,0,102820,0,0,0,537133056,32),(108318,27530,571,1,1,24137,0,3757.5,1066.13,56.4793,3.24631,300,0,0,102820,0,0,0,537133056,32),(108319,23690,571,1,1,22132,0,835.108,-5787.19,258.815,3.6515,300,5,0,6986,0,1,0,0,0),(108320,23690,571,1,1,22132,0,797.86,-5781.53,268.853,5.67297,300,5,0,6986,0,1,0,0,0),(108321,23690,571,1,1,22132,0,242.093,-5327.88,311.113,6.02938,300,5,0,6986,0,1,0,0,0),(108322,23690,571,1,1,22132,0,226.552,-5342.49,317.12,0.136858,300,5,0,6986,0,1,0,0,0),(108323,23690,571,1,1,22132,0,98.1977,-4426.59,252.148,2.07343,300,5,0,6986,0,1,0,0,0),(108324,23690,571,1,1,22132,0,100.892,-4448.8,250.194,1.69154,300,5,0,6986,0,1,0,0,0),(108325,23690,571,1,1,22132,0,99.0119,-4451.56,248.975,1.60235,300,5,0,6986,0,1,0,0,0),(108326,23690,571,1,1,22132,0,918.669,-4118.31,171.55,0.019228,300,5,0,6986,0,1,0,0,0),(108327,23690,571,1,1,22132,0,902.249,-4134.98,172.707,0.989783,300,5,0,6986,0,1,0,0,0),(1976190,10323,1,1,1,0,1,4986,604,-0.963996,4.70218,300,0,0,516,0,0,0,0,0),(1976225,27445,571,1,1,0,0,2827.53,-425.556,119.887,4.70432,300,0,0,42,0,0,0,0,0),(108330,27530,571,1,1,24137,0,3770.26,749.045,94.1753,1.99355,300,5,0,102820,0,1,0,0,0),(108331,23690,571,1,1,22132,0,347.705,-4216.98,253.003,2.14551,300,5,0,6986,0,1,0,0,0),(108332,23690,571,1,1,22132,0,335.362,-4235.94,252.367,0.99374,300,5,0,6986,0,1,0,0,0),(108333,23690,571,1,1,22132,0,521.525,-3980.07,264.652,4.82195,300,5,0,6986,0,1,0,0,0),(108334,23690,571,1,1,22132,0,522.227,-3998.13,261.491,1.60984,300,5,0,6986,0,1,0,0,0),(108335,23690,571,1,1,22132,0,27.6787,-4670.91,281.8,2.16287,300,5,0,6986,0,1,0,0,0),(108336,23690,571,1,1,22132,0,1241.33,-3882.78,136.302,4.51295,300,5,0,6986,0,1,0,0,0),(108337,23690,571,1,1,22132,0,1242.02,-3862.2,137.23,6.01248,300,5,0,6986,0,1,0,0,0),(108338,23946,571,1,1,21937,1,1371.38,-6345,21.916,4.81711,300,0,0,6986,2991,0,0,0,0),(108339,23690,571,1,1,22132,0,569.241,-4561.27,204.417,3.25649,300,0,0,6986,0,0,0,0,0),(108340,23690,571,1,1,22132,0,590.876,-4548.5,204.292,3.11045,300,5,0,6986,0,1,0,0,0),(108341,23690,571,1,1,22132,0,561.255,-5768.95,292.35,4.53663,300,5,0,6986,0,1,0,0,0),(108342,23690,571,1,1,22132,0,379.979,-5304.07,284.917,0.74183,300,0,0,6986,0,0,0,0,0),(108343,23690,571,1,1,22132,0,383.931,-5323.21,283.85,1.09232,300,0,0,6986,0,0,0,0,0),(108344,23690,571,1,1,22132,0,373.724,-5315.65,286.576,1.36612,300,0,0,6986,0,0,0,0,0),(108345,23690,571,1,1,22132,0,201.178,-4374.27,251.285,2.6341,300,5,0,6986,0,1,0,0,0),(108346,23690,571,1,1,22132,0,208.759,-4394.82,248.382,2.53809,300,5,0,6986,0,1,0,0,0),(108347,23690,571,1,1,22132,0,537.526,-4182.49,230.516,4.54718,300,5,0,6986,0,1,0,0,0),(108348,23690,571,1,1,22132,0,148.247,-4271.9,250.915,1.53522,300,5,0,6986,0,1,0,0,0),(108349,23690,571,1,1,22132,0,142.205,-4304.24,255.842,1.3861,300,5,0,6986,0,1,0,0,0),(108350,23690,571,1,1,22132,0,147.627,-4307.27,256.092,1.55334,300,5,0,6986,0,1,0,0,0),(108351,23690,571,1,1,22132,0,1216.31,-5785.78,277.274,0.885471,300,5,0,6986,0,1,0,0,0),(108352,23690,571,1,1,22132,0,1211.48,-5803.74,275.389,1.55795,300,5,0,6986,0,1,0,0,0),(108353,23690,571,1,1,22132,0,890.512,-4224.66,169.477,5.49307,300,5,0,6986,0,1,0,0,0),(108354,23690,571,1,1,22132,0,891.211,-4233.5,170.887,0.561391,300,5,0,6986,0,1,0,0,0),(108355,23690,571,1,1,22132,0,1299.58,-5880.43,286.511,5.19659,300,5,0,6986,0,1,0,0,0),(108356,23690,571,1,1,22132,0,1308.75,-5894.99,287.982,0.541475,300,5,0,6986,0,1,0,0,0),(108357,23690,571,1,1,22132,0,1280.93,-5889.95,287.943,4.00387,300,5,0,6986,0,1,0,0,0),(108358,23690,571,1,1,22132,0,739.179,-4215.72,192.414,3.12987,300,5,0,6986,0,1,0,0,0),(108359,23690,571,1,1,22132,0,748.971,-4214.12,192.026,1.62413,300,5,0,6986,0,1,0,0,0),(108360,23690,571,1,1,22132,0,1146.34,-4249.79,153.771,2.79363,300,5,0,6986,0,1,0,0,0),(108361,23690,571,1,1,22132,0,1145.78,-4239.47,152.699,3.47957,300,5,0,6986,0,1,0,0,0),(108362,23690,571,1,1,22132,0,1237.71,-4405.62,158.661,5.46465,300,5,0,6986,0,1,0,0,0),(108363,23690,571,1,1,22132,0,1223.38,-4393.92,159.79,0.017802,300,5,0,6986,0,1,0,0,0),(108364,23690,571,1,1,22132,0,1009.12,-4125.53,156.746,0.813725,300,5,0,6986,0,1,0,0,0),(108365,23690,571,1,1,22132,0,986.438,-4146.38,159.249,2.7088,300,5,0,6986,0,1,0,0,0),(108366,23690,571,1,1,22132,0,988.379,-4141.73,159.499,2.16246,300,5,0,6986,0,1,0,0,0),(108367,23690,571,1,1,22132,0,1208.78,-4288.02,150.562,4.35707,300,0,0,6986,0,0,0,0,0),(108368,23690,571,1,1,22132,0,1226.44,-4292.38,149.272,3.84457,300,0,0,6986,0,0,0,0,0),(108369,23690,571,1,1,22132,0,1212.39,-4283.9,151.062,3.91593,300,0,0,6986,0,0,0,0,0),(108370,23690,571,1,1,22132,0,1380.08,-4601.1,183.919,2.32787,300,5,0,6986,0,1,0,0,0),(108371,23690,571,1,1,22132,0,1371.4,-4604.09,184.609,2.77553,300,5,0,6986,0,1,0,0,0),(108372,23690,571,1,1,22132,0,1387.42,-4594.66,182.928,6.03187,300,5,0,6986,0,1,0,0,0),(108373,23690,571,1,1,22132,0,1398.53,-4673.53,185.639,5.23372,300,5,0,6986,0,1,0,0,0),(108374,23690,571,1,1,22132,0,1403.06,-4651.67,185.327,3.97701,300,5,0,6986,0,1,0,0,0),(108375,23690,571,1,1,22132,0,6.17835,-4656.42,276.495,3.85722,300,5,0,6986,0,1,0,0,0),(108376,23690,571,1,1,22132,0,40.4423,-4672,283.13,2.4549,300,5,0,6986,0,1,0,0,0),(108377,23690,571,1,1,22132,0,81.8145,-4784.31,299.82,5.7882,300,5,0,6986,0,1,0,0,0),(108378,23690,571,1,1,22132,0,68.2246,-4765.87,296.614,5.38763,300,5,0,6986,0,1,0,0,0),(108379,23690,571,1,1,22132,0,82.8114,-4764.67,296.864,2.16804,300,5,0,6986,0,1,0,0,0),(108380,23690,571,1,1,22132,0,181.653,-4605.02,260.836,0.107586,300,5,0,6986,0,1,0,0,0),(108381,23690,571,1,1,22132,0,189.458,-4616.98,256.461,1.61003,300,5,0,6986,0,1,0,0,0),(108382,23690,571,1,1,22132,0,1483.06,-4651.19,181.193,2.59046,300,5,0,6986,0,1,0,0,0),(108383,23690,571,1,1,22132,0,1490.46,-4657.51,180.068,3.80616,300,5,0,6986,0,1,0,0,0),(108384,23690,571,1,1,22132,0,210.759,-4517.42,254.382,3.45847,300,5,0,6986,0,1,0,0,0),(108385,23690,571,1,1,22132,0,197.614,-4521.99,255.846,2.20306,300,5,0,6986,0,1,0,0,0),(108386,23690,571,1,1,22132,0,1261.28,-3483.68,170.603,6.20429,300,5,0,6986,0,1,0,0,0),(108387,23690,571,1,1,22132,0,1268.1,-3484.77,169.086,2.52116,300,5,0,6986,0,1,0,0,0),(108388,23690,571,1,1,22132,0,227.196,-4228.79,246.904,4.07038,300,5,0,6986,0,1,0,0,0),(108389,23690,571,1,1,22132,0,241.515,-4207.84,249.166,4.12982,300,5,0,6986,0,1,0,0,0),(108390,23690,571,1,1,22132,0,372.694,-4110.37,261.179,1.507,300,5,0,6986,0,1,0,0,0),(108391,23690,571,1,1,22132,0,383.638,-4115.77,258.554,6.043,300,5,0,6986,0,1,0,0,0),(108392,23690,571,1,1,22132,0,1509.75,-3716.34,147.226,2.71683,300,5,0,6986,0,1,0,0,0),(108393,23690,571,1,1,22132,0,1511.69,-3723.36,145.976,3.13443,300,5,0,6986,0,1,0,0,0),(108394,23690,571,1,1,22132,0,883.212,-3816.15,188.756,4.73226,300,5,0,6986,0,1,0,0,0),(108395,23690,571,1,1,22132,0,878.65,-3803.35,191.006,5.44456,300,5,0,6986,0,1,0,0,0),(108396,23690,571,1,1,22132,0,1466.9,-3511.66,168.009,5.96113,300,5,0,6986,0,1,0,0,0),(108397,23690,571,1,1,22132,0,1477.43,-3500.31,169.075,4.30222,300,5,0,6986,0,1,0,0,0),(108398,23690,571,1,1,22132,0,1464.99,-3508.06,168.453,4.11114,300,5,0,6986,0,1,0,0,0),(108399,23690,571,1,1,22132,0,475.225,-4155,245.832,3.84799,300,5,0,6986,0,1,0,0,0),(108400,23690,571,1,1,22132,0,473.136,-4163.59,245.082,1.65481,300,5,0,6986,0,1,0,0,0),(108401,23690,571,1,1,22132,0,1352.44,-3526.13,163.072,5.59661,300,5,0,6986,0,1,0,0,0),(108402,23690,571,1,1,22132,0,1344.8,-3519.22,163.572,4.45825,300,5,0,6986,0,1,0,0,0),(108403,23690,571,1,1,22132,0,1333.26,-3520.33,167.433,3.91756,300,5,0,6986,0,1,0,0,0),(108404,23690,571,1,1,22132,0,1377.34,-3815.5,128.739,3.88342,300,5,0,6986,0,1,0,0,0),(108405,23690,571,1,1,22132,0,1377.68,-3823.76,127.989,2.83265,300,5,0,6986,0,1,0,0,0),(108406,23690,571,1,1,22132,0,1384.59,-3828.74,127.114,3.2777,300,5,0,6986,0,1,0,0,0),(108407,23690,571,1,1,22132,0,1315.13,-3606.98,146.232,0.146628,300,5,0,6986,0,1,0,0,0),(108408,23690,571,1,1,22132,0,1312.76,-3590.06,149.435,0.685904,300,5,0,6986,0,1,0,0,0),(108409,23690,571,1,1,22132,0,1452.77,-3769.53,133.801,1.76597,300,0,0,6986,0,0,0,0,0),(108410,23690,571,1,1,22132,0,1458.35,-3786.87,132.206,4.03468,300,5,0,6986,0,1,0,0,0),(108411,23690,571,1,1,22132,0,1390.51,-3719.88,131.053,4.43993,300,5,0,6986,0,1,0,0,0),(108412,23690,571,1,1,22132,0,1370.45,-3717.17,130.553,5.25213,300,5,0,6986,0,1,0,0,0),(108413,23690,571,1,1,22132,0,617.999,-4414.28,205.582,5.55918,300,5,0,6986,0,1,0,0,0),(108414,23690,571,1,1,22132,0,615.994,-4409.64,206.582,0.083549,300,5,0,6986,0,1,0,0,0),(108415,23690,571,1,1,22132,0,1389,-4057.09,127.429,3.0864,300,0,0,6986,0,0,0,0,0),(108416,23690,571,1,1,22132,0,1393.43,-4037.34,126.349,2.6777,300,0,0,6986,0,0,0,0,0),(108417,23690,571,1,1,22132,0,1401.92,-4040.97,125.23,2.55804,300,0,0,6986,0,0,0,0,0),(108418,23690,571,1,1,22132,0,477.205,-4439.38,207.727,2.36272,300,5,0,6986,0,1,0,0,0),(108419,23690,571,1,1,22132,0,470.475,-4426.89,209.655,1.23539,300,5,0,6986,0,1,0,0,0),(108420,23690,571,1,1,22132,0,313.896,-4483.08,238.996,2.90793,300,5,0,6986,0,1,0,0,0),(108421,23690,571,1,1,22132,0,327.81,-4465.99,238.286,2.35952,300,5,0,6986,0,1,0,0,0),(108422,23690,571,1,1,22132,0,332.501,-4475.81,239.009,4.76247,300,5,0,6986,0,1,0,0,0),(108423,23690,571,1,1,22132,0,1264.1,-4013.13,140.945,0.904201,300,0,0,6986,0,0,0,0,0),(108424,23690,571,1,1,22132,0,1263.23,-4013.82,141.072,0.842865,300,0,0,6986,0,0,0,0,0),(108425,23690,571,1,1,22132,0,1281.66,-3710.21,134.973,1.85459,300,5,0,6986,0,1,0,0,0),(108426,23690,571,1,1,22132,0,1272.86,-3706.48,138.206,1.00493,300,5,0,6986,0,1,0,0,0),(108427,23690,571,1,1,22132,0,215.38,-4817.94,265.559,2.71488,300,5,0,6986,0,1,0,0,0),(108428,23690,571,1,1,22132,0,224.976,-4827.86,263.059,1.58881,300,5,0,6986,0,1,0,0,0),(108429,23690,571,1,1,22132,0,950.055,-4018.03,167.768,1.58932,300,5,0,6986,0,1,0,0,0),(108430,23690,571,1,1,22132,0,958.709,-4027.39,168.393,2.75361,300,5,0,6986,0,1,0,0,0),(108431,23690,571,1,1,22132,0,965.042,-4036.3,169.438,3.35248,300,5,0,6986,0,1,0,0,0),(108432,23690,571,1,1,22132,0,752.335,-3926.67,225.487,4.32809,300,5,0,6986,0,1,0,0,0),(108433,23690,571,1,1,22132,0,758.412,-3928.73,223.155,3.75776,300,0,0,6986,0,0,0,0,0),(108434,25482,571,1,1,14661,0,2812.29,6752.9,7.24834,6.13066,300,5,0,8982,0,1,0,0,0),(108435,23690,571,1,1,22132,0,250.544,-4546.04,246.225,4.48253,300,5,0,6986,0,1,0,0,0),(108436,23690,571,1,1,22132,0,250.47,-4562.45,243.225,4.57755,300,5,0,6986,0,1,0,0,0),(108437,23690,571,1,1,22132,0,461.211,-5720.64,299.242,3.32448,300,5,0,6986,0,1,0,0,0),(108438,23690,571,1,1,22132,0,466.807,-5703.74,294.312,4.12709,300,5,0,6986,0,1,0,0,0),(108439,23690,571,1,1,22132,0,560.423,-4718.47,208.297,1.44447,300,5,0,6986,0,1,0,0,0),(108440,23690,571,1,1,22132,0,114.541,-5451.44,375.95,6.25186,300,5,0,6986,0,1,0,0,0),(108441,23690,571,1,1,22132,0,93.7618,-5449.67,381.887,4.88953,300,5,0,6986,0,1,0,0,0),(108442,23690,571,1,1,22132,0,128.029,-5534.24,382.651,2.12493,300,0,0,6986,0,0,0,0,0),(108443,23690,571,1,1,22132,0,141.196,-5534.56,379.116,2.9189,300,0,0,6986,0,0,0,0,0),(108444,23690,571,1,1,22132,0,1416.07,-4485.01,160.363,0.80434,300,5,0,6986,0,1,0,0,0),(108445,23690,571,1,1,22132,0,1397.2,-4510.5,167.594,0.933823,300,5,0,6986,0,1,0,0,0),(108446,23690,571,1,1,22132,0,1350.96,-4384.92,152.446,1.58657,300,5,0,6986,0,1,0,0,0),(108447,23690,571,1,1,22132,0,1362.47,-4405.54,152.792,2.55364,300,5,0,6986,0,1,0,0,0),(108448,23690,571,1,1,22132,0,1358.8,-4405.4,152.799,1.93628,300,5,0,6986,0,1,0,0,0),(108449,23690,571,1,1,22132,0,282.102,-5585.28,324.217,3.16893,300,5,0,6986,0,1,0,0,0),(108450,23690,571,1,1,22132,0,300.696,-5579.91,317.169,3.42189,300,5,0,6986,0,1,0,0,0),(108451,23690,571,1,1,22132,0,380.242,-5613.82,294.849,2.34334,300,5,0,6986,0,1,0,0,0),(108452,23690,571,1,1,22132,0,393.749,-5628.33,295.967,2.32515,300,5,0,6986,0,1,0,0,0),(108453,23690,571,1,1,22132,0,380.68,-5627.17,296.347,2.51086,300,5,0,6986,0,1,0,0,0),(108454,23690,571,1,1,22132,0,421.236,-5751.6,305.799,4.51962,300,5,0,6986,0,1,0,0,0),(108455,23690,571,1,1,22132,0,417.836,-5758.24,305.495,4.4815,300,5,0,6986,0,1,0,0,0),(108456,23690,571,1,1,22132,0,587.362,-5531.69,269.004,3.49854,300,5,0,6986,0,1,0,0,0),(108457,23690,571,1,1,22132,0,491.88,-5811.52,304.646,5.89741,300,5,0,6986,0,1,0,0,0),(108458,23690,571,1,1,22132,0,476.452,-5810.35,307.456,2.07687,300,5,0,6986,0,1,0,0,0),(108459,23690,571,1,1,22132,0,648.535,-6016.97,302.213,0.719014,300,5,0,6986,0,1,0,0,0),(108460,23690,571,1,1,22132,0,627.809,-6040.11,307.166,0.9049,300,5,0,6986,0,1,0,0,0),(108461,23690,571,1,1,22132,0,718.088,-5916.12,287.466,3.61283,300,0,0,6986,0,0,0,0,0),(108462,23690,571,1,1,22132,0,723.132,-5922.73,288.276,3.01942,300,0,0,6986,0,0,0,0,0),(108463,23690,571,1,1,22132,0,712.577,-5911.85,289.176,3.64774,300,0,0,6986,0,0,0,0,0),(108464,23690,571,1,1,22132,0,549.44,-6016.91,312.524,1.09956,300,0,0,6986,0,0,0,0,0),(108465,23690,571,1,1,22132,0,555.659,-6025.26,313.043,2.07694,300,0,0,6986,0,0,0,0,0),(108466,23690,571,1,1,22132,0,873.003,-5882.87,278.944,3.09857,300,5,0,6986,0,1,0,0,0),(108467,23690,571,1,1,22132,0,870.489,-5898.24,282.569,0.309449,300,5,0,6986,0,1,0,0,0),(108468,23690,571,1,1,22132,0,864.072,-5892.45,282.15,1.46727,300,5,0,6986,0,1,0,0,0),(108469,23690,571,1,1,22132,0,1016.81,-5887.44,276.208,2.70859,300,5,0,6986,0,1,0,0,0),(108470,23690,571,1,1,22132,0,1010.22,-5899.4,278.099,0.617257,300,5,0,6986,0,1,0,0,0),(108471,23690,571,1,1,22132,0,1125.1,-6040.17,267.661,4.00512,300,5,0,6986,0,1,0,0,0),(108472,23690,571,1,1,22132,0,1120.4,-6039.61,268.161,5.87727,300,5,0,6986,0,1,0,0,0),(108473,23690,571,1,1,22132,0,1083.94,-5982.36,277.167,2.09084,300,5,0,6986,0,1,0,0,0),(108474,23690,571,1,1,22132,0,1101.45,-5974.34,274.982,3.5708,300,5,0,6986,0,1,0,0,0),(108475,23690,571,1,1,22132,0,1415.16,-5985.01,281.435,5.59399,300,5,0,6986,0,1,0,0,0),(108476,23690,571,1,1,22132,0,1412.13,-5979.13,281.435,6.05326,300,5,0,6986,0,1,0,0,0),(108477,23690,571,1,1,22132,0,1404.75,-5969.97,284.935,6.05185,300,5,0,6986,0,1,0,0,0),(108478,23946,571,1,1,21937,1,1498.46,-6195.47,15.3076,1.02974,300,0,0,6986,2991,0,0,0,0),(108479,23946,571,1,1,21937,1,1578.06,-6251.09,15.9243,0.733038,300,0,0,6986,2991,0,0,0,0),(108480,23690,571,1,1,22132,0,1417.48,-5817.23,276.18,0.82143,300,5,0,6986,0,1,0,0,0),(108481,23690,571,1,1,22132,0,1380.39,-5837.1,285.4,0.491809,300,5,0,6986,0,1,0,0,0),(108482,23690,571,1,1,22132,0,1398.6,-5833.61,282.65,0.712995,300,5,0,6986,0,1,0,0,0),(108483,23690,571,1,1,22132,0,1313.35,-6163.91,266.354,5.41964,300,5,0,6986,0,1,0,0,0),(108484,23690,571,1,1,22132,0,1312.65,-6163.02,265.919,0.80865,300,5,0,6986,0,1,0,0,0),(108485,23690,571,1,1,22132,0,1309.62,-6162.59,264.686,0.833533,300,5,0,6986,0,1,0,0,0),(108486,23946,571,1,1,21937,1,1472.89,-6264.9,5.3521,1.56876,300,0,0,6986,2991,2,0,0,0),(108487,23946,571,1,1,21937,1,1456.96,-6305.67,7.11581,4.02456,300,0,0,6986,2991,2,0,0,0),(108488,23946,571,1,1,21937,1,1561.16,-6192.22,7.55799,0.346932,300,0,0,6986,2991,0,0,0,0),(108489,23946,571,1,1,21937,1,1557.03,-6184.53,8.55068,0.2626,300,0,0,6986,2991,0,0,0,0),(108490,25482,571,1,1,14661,0,2793.88,6694.16,11.7227,0.038891,300,5,0,8982,0,1,0,0,0),(108491,25482,571,1,1,14661,0,2719.19,6748.98,6.24318,5.79641,300,5,0,8982,0,1,0,0,0),(108492,27018,571,1,1,24228,1,4590.02,-5712.43,184.5,1.01,300,0,0,106350,17805,0,0,0,0),(108493,25226,571,1,1,23000,0,4318.12,6137.72,-129.022,0.048396,300,0,0,9291,3231,2,0,0,0),(108494,28043,571,1,1,25064,1,5541.78,-3004.43,278.475,0.767945,300,0,0,9291,0,0,0,0,0),(108495,27275,571,1,1,24490,0,3332.45,-4622.38,232.225,0.314159,300,0,0,31905,0,0,0,0,0),(108496,23947,571,1,1,11686,0,1626.69,-6214.7,5.50462,5.49779,300,0,0,4120,0,0,0,0,0),(108497,23947,571,1,1,11686,0,1602.4,-6155.31,8.03759,2.11185,300,0,0,4120,0,0,0,0,0),(108498,23947,571,1,1,11686,0,1607.73,-6154.89,8.33199,1.18682,300,0,0,4120,0,0,0,0,0),(108499,23947,571,1,1,11686,0,1595.18,-6151.57,7.67083,1.16937,300,0,0,4120,0,0,0,0,0),(108500,25995,571,1,1,11686,0,3357.75,5737.62,63.1426,3.7001,300,5,0,42,0,1,0,0,0),(108501,25995,571,1,1,11686,0,3305.37,5764.72,51.6924,3.4383,300,5,0,42,0,1,0,0,0),(108502,25995,571,1,1,11686,0,3376.99,5738.65,70.407,2.19912,300,5,0,42,0,1,0,0,0),(108503,25739,571,1,1,23343,0,3947.95,4394.67,12.6538,1.20209,300,5,0,42,0,1,0,0,0),(108504,26507,571,1,1,23938,1,3752.73,1608.72,86.9881,1.36136,300,0,0,6986,2991,0,0,0,0),(108506,26507,571,1,1,23939,1,3745.5,1567.16,87.1134,4.57276,300,0,0,6986,2991,0,0,0,0),(108507,27019,571,1,1,24230,0,3845.49,1572.72,86.8323,2.6529,300,0,0,9291,0,0,0,0,0),(108508,27787,571,1,1,9074,0,3257.47,-658.749,167.576,1.51844,300,0,0,1753,0,0,0,570688256,32),(108509,27787,571,1,1,9074,0,3246.24,-649.434,165.987,0.226893,300,0,0,1753,0,0,0,570688256,32),(108512,28811,571,1,1,25714,1,5154.67,-2202.71,236.622,3.10669,300,0,0,10635,0,0,0,0,0),(108513,23947,571,1,1,11686,0,1620.87,-6213.12,4.93674,2.44346,300,0,0,4120,0,0,0,0,0),(108514,23947,571,1,1,11686,0,1594.75,-6140.21,8.25112,1.79769,300,0,0,4120,0,0,0,0,0),(108515,23947,571,1,1,11686,0,1597.23,-6146.55,8.13986,5.2709,300,0,0,4120,0,0,0,0,0),(108516,23947,571,1,1,11686,0,1630.36,-6214.47,5.14708,1.58825,300,0,0,4120,0,0,0,0,0),(108517,24459,571,1,1,983,1,2494.47,-2650.89,-2.09851,3.18575,300,5,0,8982,0,1,0,0,0),(108518,25739,571,1,1,23343,0,3376.34,4466.36,-2.03566,3.79544,300,5,0,42,0,1,0,0,0),(108519,26507,571,1,1,23937,1,3752.42,1588.28,87.0299,3.50811,300,0,0,6986,2991,0,0,0,0),(108522,23691,571,1,1,22131,0,1306.95,-6026.49,282.759,5.83814,300,5,0,7984,0,1,0,0,0),(108523,23947,571,1,1,11686,0,1620.24,-6208.38,5.83719,3.61283,300,0,0,4120,0,0,0,0,0),(108524,30091,571,1,1,11686,0,7361.59,-1239.38,901.828,4.59022,300,5,0,11770,0,1,0,0,0),(108525,23691,571,1,1,22131,0,158.943,-5421.79,358.291,4.24483,300,5,0,7984,0,1,0,0,0),(108526,32651,571,1,1,28124,0,5863.79,752.675,641.078,3.54457,300,0,0,1107,0,0,0,0,0),(108527,23691,571,1,1,22131,0,196.875,-5584.26,353.258,3.04383,300,5,0,7984,0,1,0,0,0),(108528,28299,571,1,1,13069,0,5260.1,4513.06,-84.2013,2.18166,300,0,0,42,0,0,0,0,0),(108529,25739,571,1,1,23343,0,3898.17,4359.68,12.6107,6.16082,300,5,0,42,0,1,0,0,0),(108530,25739,571,1,1,23343,0,3667.98,4413.49,-1.98517,4.7474,300,5,0,42,0,1,0,0,0),(108531,25739,571,1,1,23343,0,3906.09,4360.36,12.6198,0.085685,300,5,0,42,0,1,0,0,0),(108532,25739,571,1,1,23343,0,3635.35,4414.98,-1.98517,1.54509,300,5,0,42,0,1,0,0,0),(108533,25739,571,1,1,23343,0,3758.37,4460.06,-2.04526,1.92427,300,5,0,42,0,1,0,0,0),(108534,25739,571,1,1,23343,0,3836.33,4417.51,12.6538,5.18545,300,5,0,42,0,1,0,0,0),(108535,25739,571,1,1,23343,0,3731.47,4279.8,12.7607,2.64332,300,5,0,42,0,1,0,0,0),(108536,23691,571,1,1,22131,0,1170.49,-5728.9,228.675,4.80234,300,5,0,7984,0,1,0,0,0),(108537,23691,571,1,1,22131,0,987.778,-5819.05,259.859,0.213337,300,0,0,7984,0,0,0,0,0),(108538,23691,571,1,1,22131,0,958.639,-5836.59,261.034,0.272933,300,5,0,7984,0,1,0,0,0),(108539,29323,571,1,1,25771,1,6858.67,-1062.45,802.628,2.07333,300,0,0,11770,0,0,0,0,0),(108540,23691,571,1,1,22131,0,97.9516,-5564.78,390.674,4.31339,300,5,0,7984,0,1,0,0,0),(108541,24459,571,1,1,983,1,2345.65,-2539.59,-0.574562,0.435514,300,5,0,8982,0,1,0,0,0),(108542,27531,571,1,1,12818,0,3731.04,844.972,57.1548,5.3058,20,0,0,49700,0,0,0,0,0),(108543,23691,571,1,1,22131,0,653.003,-5988.19,299.911,4.55944,300,5,0,7984,0,1,0,0,0),(108544,23691,571,1,1,22131,0,1118.5,-5595.31,207.859,4.66619,300,5,0,7984,0,1,0,0,0),(108545,23691,571,1,1,22131,0,1118.85,-5587.63,205.451,-1.61618,300,0,0,7984,0,0,0,0,0),(108546,23691,571,1,1,22131,0,1346.82,-5640.23,222.995,5.87765,300,5,0,7984,0,1,0,0,0),(108547,23691,571,1,1,22131,0,1313.6,-5785.69,271.948,0.355432,300,5,0,7984,0,1,0,0,0),(108548,23691,571,1,1,22131,0,1359.19,-5694.2,240.463,-1.56127,300,0,0,7984,0,0,0,0,0),(108549,23691,571,1,1,22131,0,1278.39,-5516.36,195.457,4.54754,300,5,0,7984,0,1,0,0,0),(108550,23691,571,1,1,22131,0,1221.7,-5941.66,285.028,0.242294,300,5,0,7984,0,1,0,0,0),(108551,23691,571,1,1,22131,0,1129.97,-5876.31,269.269,5.74221,300,0,0,7984,0,0,0,0,0),(108552,23691,571,1,1,22131,0,1056.92,-5757.65,237.242,0.152946,300,5,0,7984,0,1,0,0,0),(108553,23691,571,1,1,22131,0,1491.41,-5771.12,266.078,4.79803,300,0,0,7984,0,0,0,0,0),(108554,23691,571,1,1,22131,0,1491.2,-5812.22,269.695,3.39208,300,5,0,7984,0,1,0,0,0),(108555,23691,571,1,1,22131,0,1451.08,-5853.2,278.625,0.710529,300,5,0,7984,0,1,0,0,0),(108556,23691,571,1,1,22131,0,1227.8,-5932.86,285.219,-2.63881,300,0,0,7984,0,0,0,0,0),(108557,23691,571,1,1,22131,0,1299.08,-5869.45,283.712,4.27429,300,0,0,7984,0,0,0,0,0),(108558,23691,571,1,1,22131,0,1276.88,-5716.8,242.301,3.65835,300,0,0,7984,0,0,0,0,0),(108559,23691,571,1,1,22131,0,1265.54,-5723.25,240.924,0.516756,300,5,0,7984,0,1,0,0,0),(108560,23691,571,1,1,22131,0,1229.85,-6032.44,274.998,3.96289,300,5,0,7984,0,1,0,0,0),(108561,23691,571,1,1,22131,0,730.794,-4633.97,194.107,1.20608,300,5,0,7984,0,1,0,0,0),(108563,27531,571,1,1,12818,0,3709.19,875.162,57.294,3.64774,20,0,0,49700,0,0,0,0,0),(108564,23691,571,1,1,22131,0,1191.59,-5568.15,207.247,4.27057,300,5,0,7984,0,1,0,0,0),(108565,23691,571,1,1,22131,0,744.625,-5595.84,231.492,2.18678,300,5,0,7984,0,1,0,0,0),(108566,23691,571,1,1,22131,0,814.666,-5682.91,234.847,1.4094,300,0,0,7984,0,0,0,0,0),(108567,27531,571,1,1,12818,0,3682.4,897.881,56.3034,4.04916,20,0,0,49700,0,0,0,0,0),(108568,23691,571,1,1,22131,0,652.963,-5582.23,265.567,5.39144,300,5,0,7984,0,1,0,0,0),(108569,23691,571,1,1,22131,0,487.956,-5501.26,273.937,2.33962,300,5,0,7984,0,1,0,0,0),(108570,23691,571,1,1,22131,0,481.756,-5451.86,273.889,1.07764,300,5,0,7984,0,1,0,0,0),(108571,23691,571,1,1,22131,0,520.268,-5449.64,263.714,3.50029,300,0,0,7984,0,0,0,0,0),(108572,23691,571,1,1,22131,0,488.871,-5438.62,272.321,4.38895,300,5,0,7984,0,1,0,0,0),(108573,23691,571,1,1,22131,0,206.031,-5523.08,338.538,-1.91204,300,0,0,7984,0,0,0,0,0),(108574,23691,571,1,1,22131,0,116.86,-5452.15,375.492,3.58839,300,0,0,7984,0,0,0,0,0),(108575,23691,571,1,1,22131,0,207.769,-5518.83,338.671,-2.17576,300,0,0,7984,0,0,0,0,0),(108576,27531,571,1,1,12818,0,3655.12,1102.84,75.2968,1.79769,20,0,0,49700,0,0,0,0,0),(108577,27531,571,1,1,12818,0,3629.1,1100.38,75.7452,1.37881,20,0,0,49700,0,0,0,0,0),(108578,23691,571,1,1,22131,0,978.595,-4020.36,166.973,0.28313,300,5,0,7984,0,1,0,0,0),(108579,23691,571,1,1,22131,0,329.778,-5334.22,299.677,5.29483,300,5,0,7984,0,1,0,0,0),(108580,23691,571,1,1,22131,0,385.151,-5344.83,284.383,1.2933,300,0,0,7984,0,0,0,0,0),(108581,23691,571,1,1,22131,0,1248.84,-5424.57,181.066,4.90614,300,5,0,7984,0,1,0,0,0),(108582,23691,571,1,1,22131,0,724.949,-5559.71,231.954,2.44673,300,5,0,7984,0,1,0,0,0),(108583,23691,571,1,1,22131,0,522.658,-6040.46,316.525,4.35545,300,5,0,7984,0,1,0,0,0),(108584,23691,571,1,1,22131,0,1106.74,-6146.98,261.433,1.25707,300,5,0,7984,0,1,0,0,0),(108585,23691,571,1,1,22131,0,612.118,-5903.82,296.103,2.69365,300,5,0,7984,0,1,0,0,0),(108586,27531,571,1,1,12818,0,3761.56,849.043,58.236,4.4855,20,0,0,49700,0,0,0,0,0),(108587,23691,571,1,1,22131,0,1013.74,-4188.72,160.272,4.74851,300,5,0,7984,0,1,0,0,0),(108588,23691,571,1,1,22131,0,677.917,-4355.16,202.1,0.452573,300,5,0,7984,0,1,0,0,0),(108589,23691,571,1,1,22131,0,550.883,-4666.91,204.016,4.51384,300,5,0,7984,0,1,0,0,0),(108590,23691,571,1,1,22131,0,1253.32,-6260.31,267.588,6.08464,300,5,0,7984,0,1,0,0,0),(108591,23691,571,1,1,22131,0,360.938,-4897.98,246.956,-0.946886,300,0,0,7984,0,0,0,0,0),(108592,23691,571,1,1,22131,0,397.917,-4875.9,241.019,0.578257,300,5,0,7984,0,1,0,0,0),(108593,23691,571,1,1,22131,0,363.875,-4902.03,247.523,2.19873,300,0,0,7984,0,0,0,0,0),(108594,23691,571,1,1,22131,0,313.626,-4742.72,231.996,3.76321,300,5,0,7984,0,1,0,0,0),(108595,23691,571,1,1,22131,0,357.049,-4810.51,236.315,0.617335,300,0,0,7984,0,0,0,0,0),(108596,23691,571,1,1,22131,0,494.905,-4804.55,211.921,4.04039,300,5,0,7984,0,1,0,0,0),(108597,23691,571,1,1,22131,0,547.632,-4716.67,205.78,2.37829,300,5,0,7984,0,1,0,0,0),(108598,23691,571,1,1,22131,0,636.658,-4714.67,205.102,2.81177,300,5,0,7984,0,1,0,0,0),(108599,23691,571,1,1,22131,0,636.827,-4653.93,201.257,1.95989,300,5,0,7984,0,1,0,0,0),(108601,23691,571,1,1,22131,0,238.6,-4203.95,248.684,-2.23099,300,0,0,7984,0,0,0,0,0),(108602,23691,571,1,1,22131,0,675.503,-4444.96,199.372,3.11035,300,5,0,7984,0,1,0,0,0),(108603,23691,571,1,1,22131,0,779.579,-3813.04,218.495,5.9393,300,0,0,7984,0,0,0,0,0),(108604,23691,571,1,1,22131,0,882.374,-3790.18,190.618,1.00826,300,5,0,7984,0,1,0,0,0),(108605,23691,571,1,1,22131,0,386.956,-5338.5,283.732,-1.84838,300,0,0,7984,0,0,0,0,0),(108606,23691,571,1,1,22131,0,1268.82,-3783.03,135.211,4.00789,300,5,0,7984,0,1,0,0,0),(108607,23691,571,1,1,22131,0,214.053,-5358.77,323.659,2.25653,300,5,0,7984,0,1,0,0,0),(108608,23691,571,1,1,22131,0,467.485,-4758.88,208.445,2.73824,300,5,0,7984,0,1,0,0,0),(108609,23691,571,1,1,22131,0,1372.5,-3708.38,130.889,3.94193,300,0,0,7984,0,0,0,0,0),(108610,23691,571,1,1,22131,0,911.748,-4143.23,168.748,1.95378,300,5,0,7984,0,1,0,0,0),(108611,23691,571,1,1,22131,0,906.308,-4129.72,172.345,5.09509,300,0,0,7984,0,0,0,0,0),(108612,24459,571,1,1,983,1,2218.59,-2625.68,-0.633375,5.25568,300,5,0,8982,0,1,0,0,0),(108613,27531,571,1,1,12818,0,3631.1,827.101,62.9253,1.85005,20,0,0,49700,0,0,0,0,0),(108614,23691,571,1,1,22131,0,133.836,-4300.24,255.935,0.912837,300,5,0,7984,0,1,0,0,0),(108615,23691,571,1,1,22131,0,675.68,-4550.14,201.28,0.038921,300,5,0,7984,0,1,0,0,0),(108616,23691,571,1,1,22131,0,360.875,-4807.76,235.286,-2.51878,300,0,0,7984,0,0,0,0,0),(108617,23691,571,1,1,22131,0,325.999,-4247.9,251.409,4.21818,300,5,0,7984,0,1,0,0,0),(108618,23691,571,1,1,22131,0,537.105,-4003.34,256.812,0.516965,300,5,0,7984,0,1,0,0,0),(108619,24459,571,1,1,983,1,2264.2,-2563.92,-0.593351,0.815736,300,5,0,8982,0,1,0,0,0),(108620,23691,571,1,1,22131,0,664.631,-5819.69,286.738,0.664983,300,5,0,7984,0,1,0,0,0),(108621,23691,571,1,1,22131,0,-10.3071,-4777.73,291.822,4.89906,300,5,0,7984,0,1,0,0,0),(108622,23691,571,1,1,22131,0,815.427,-5678.21,234.07,-1.73128,300,0,0,7984,0,0,0,0,0),(108623,23691,571,1,1,22131,0,579.914,-4554.68,202.82,-2.16534,300,0,0,7984,0,0,0,0,0),(108624,23691,571,1,1,22131,0,595.257,-4464.19,203.655,1.38221,300,5,0,7984,0,1,0,0,0),(108625,23691,571,1,1,22131,0,399.62,-5686.67,297.139,3.99188,300,0,0,7984,0,0,0,0,0),(108626,23691,571,1,1,22131,0,237.805,-4352.21,247.993,4.05562,300,5,0,7984,0,1,0,0,0),(108627,23691,571,1,1,22131,0,208.407,-4385.78,250.035,0.373743,300,5,0,7984,0,1,0,0,0),(108628,23691,571,1,1,22131,0,1216.47,-5803.66,275.15,3.15776,300,5,0,7984,0,1,0,0,0),(108629,23691,571,1,1,22131,0,900.752,-4234.82,170.318,0.250663,300,5,0,7984,0,1,0,0,0),(108630,23691,571,1,1,22131,0,1306.94,-5895.14,287.77,2.84835,300,5,0,7984,0,1,0,0,0),(108631,23691,571,1,1,22131,0,1082.76,-4249.37,158.518,3.29272,300,5,0,7984,0,1,0,0,0),(108632,23691,571,1,1,22131,0,675.501,-4740.37,206.267,1.6687,300,5,0,7984,0,1,0,0,0),(108633,23691,571,1,1,22131,0,1295.17,-5877.81,284.951,1.1327,300,5,0,7984,0,1,0,0,0),(108634,23691,571,1,1,22131,0,1151.37,-4265.76,156.145,4.88429,300,5,0,7984,0,1,0,0,0),(108635,23691,571,1,1,22131,0,1230.56,-4294.64,148.747,2.03008,300,0,0,7984,0,0,0,0,0),(108636,23691,571,1,1,22131,0,1228.36,-4290.18,149.265,-1.11118,300,0,0,7984,0,0,0,0,0),(108637,23691,571,1,1,22131,0,753.22,-4224.39,190.47,3.65197,300,0,0,7984,0,0,0,0,0),(108638,23691,571,1,1,22131,0,747.816,-4227.42,191.151,3.65268,300,5,0,7984,0,1,0,0,0),(108639,23691,571,1,1,22131,0,1115.19,-4210.28,155.871,2.1588,300,5,0,7984,0,1,0,0,0),(108640,23691,571,1,1,22131,0,998.631,-4141.1,159.901,5.19614,300,5,0,7984,0,1,0,0,0),(108641,23691,571,1,1,22131,0,1249.79,-4400.06,156.309,3.2336,300,0,0,7984,0,0,0,0,0),(108642,23691,571,1,1,22131,0,1311.85,-6139.76,262.54,1.54541,300,5,0,7984,0,1,0,0,0),(108643,23691,571,1,1,22131,0,1237.75,-4401.17,157.558,0.092005,300,0,0,7984,0,0,0,0,0),(108644,23691,571,1,1,22131,0,1222.56,-4382.41,158.04,2.25119,300,5,0,7984,0,1,0,0,0),(108645,23691,571,1,1,22131,0,142.454,-4653.59,292.122,0.841888,300,5,0,7984,0,1,0,0,0),(108646,23691,571,1,1,22131,0,1295.15,-3599.34,150.284,6.04673,300,5,0,7984,0,1,0,0,0),(108647,23691,571,1,1,22131,0,1455.44,-3650.97,143.408,2.23227,300,5,0,7984,0,1,0,0,0),(108648,23691,571,1,1,22131,0,225.757,-4559.13,251.062,4.56137,300,5,0,7984,0,1,0,0,0),(108649,23691,571,1,1,22131,0,1481.06,-3584.62,160.073,3.98399,300,5,0,7984,0,1,0,0,0),(108650,23691,571,1,1,22131,0,1496.26,-4631.7,178.332,-0.57311,300,0,0,7984,0,0,0,0,0),(108651,23691,571,1,1,22131,0,1498.36,-4633.05,178.845,2.56944,300,0,0,7984,0,0,0,0,0),(108652,23691,571,1,1,22131,0,1471.44,-4701.48,178.592,1.15257,300,5,0,7984,0,1,0,0,0),(108653,23691,571,1,1,22131,0,896.629,-4020.07,175.588,0.1372,300,5,0,7984,0,1,0,0,0),(108654,23691,571,1,1,22131,0,219.692,-4506.24,253.2,-0.929098,300,0,0,7984,0,0,0,0,0),(108655,23691,571,1,1,22131,0,222.813,-4510.42,253.02,2.21247,300,0,0,7984,0,0,0,0,0),(108656,23691,571,1,1,22131,0,233.831,-4210.1,246.607,0.910599,300,0,0,7984,0,0,0,0,0),(108657,23691,571,1,1,22131,0,1271.92,-3504.91,166.078,-0.578339,300,0,0,7984,0,0,0,0,0),(108658,23691,571,1,1,22131,0,305.791,-4106.83,268.664,3.87586,300,5,0,7984,0,1,0,0,0),(108659,23691,571,1,1,22131,0,380.479,-4102.46,264.164,2.56497,300,5,0,7984,0,1,0,0,0),(108660,23691,571,1,1,22131,0,1260.82,-4010.45,141.103,4.13743,300,5,0,7984,0,1,0,0,0),(108661,23691,571,1,1,22131,0,1265.91,-4000.4,140.217,4.62833,300,0,0,7984,0,0,0,0,0),(108662,23691,571,1,1,22131,0,518.828,-4129.29,234.682,4.21788,300,5,0,7984,0,1,0,0,0),(108663,23691,571,1,1,22131,0,1278.6,-3509.27,166.381,2.56327,300,0,0,7984,0,0,0,0,0),(108664,23691,571,1,1,22131,0,1521.56,-3700.64,150.126,1.50728,300,5,0,7984,0,1,0,0,0),(108665,23691,571,1,1,22131,0,553.241,-4169.2,229.641,4.12369,300,5,0,7984,0,1,0,0,0),(108666,23691,571,1,1,22131,0,549.17,-4175.3,229.227,0.982094,300,0,0,7984,0,0,0,0,0),(108667,23691,571,1,1,22131,0,1493.93,-3496.82,169.336,0.186317,300,0,0,7984,0,0,0,0,0),(108668,23691,571,1,1,22131,0,793.123,-3817.89,213.306,5.94042,300,5,0,7984,0,1,0,0,0),(108669,23691,571,1,1,22131,0,466.413,-4171.08,245.776,1.09171,300,5,0,7984,0,1,0,0,0),(108670,23691,571,1,1,22131,0,1500.2,-3495.63,169.325,0.186484,300,5,0,7984,0,1,0,0,0),(108671,23691,571,1,1,22131,0,1455.88,-3789.9,131.888,1.91332,300,5,0,7984,0,1,0,0,0),(108672,23691,571,1,1,22131,0,629.422,-4396.26,205.782,3.63218,300,0,0,7984,0,0,0,0,0),(108673,23691,571,1,1,22131,0,1453.18,-3782.32,131.98,-1.22827,300,0,0,7984,0,0,0,0,0),(108674,23691,571,1,1,22131,0,1353.53,-3900.08,124.187,5.07276,300,0,0,7984,0,0,0,0,0),(108675,23691,571,1,1,22131,0,514.7,-5451.73,264.986,0.358702,300,5,0,7984,0,1,0,0,0),(108676,23691,571,1,1,22131,0,1354.1,-3910.28,123.586,1.93579,300,5,0,7984,0,1,0,0,0),(108677,23691,571,1,1,22131,0,1405.93,-4056.66,124.234,0.072351,300,0,0,7984,0,0,0,0,0),(108678,23691,571,1,1,22131,0,457.961,-4431,211.198,1.57869,300,5,0,7984,0,1,0,0,0),(108679,23691,571,1,1,22131,0,1401.33,-4111.68,128.163,0.908555,300,5,0,7984,0,1,0,0,0),(108680,23691,571,1,1,22131,0,585.33,-4414.56,210.409,2.8606,300,5,0,7984,0,1,0,0,0),(108681,23691,571,1,1,22131,0,1398.09,-4057.23,126.554,3.21394,300,5,0,7984,0,1,0,0,0),(108682,23691,571,1,1,22131,0,1420.51,-3978.68,123.665,0.725994,300,5,0,7984,0,1,0,0,0),(108683,23691,571,1,1,22131,0,1362.62,-3716.01,128.735,0.657932,300,5,0,7984,0,1,0,0,0),(108684,23691,571,1,1,22131,0,457.785,-4408.7,214.347,4.72013,300,5,0,7984,0,1,0,0,0),(108685,23691,571,1,1,22131,0,776.614,-5917.24,283.99,4.64692,300,5,0,7984,0,1,0,0,0),(108686,23691,571,1,1,22131,0,283.845,-4855.95,253.365,1.61977,300,5,0,7984,0,1,0,0,0),(108687,23691,571,1,1,22131,0,318.398,-4376.14,237.234,1.71669,300,5,0,7984,0,1,0,0,0),(108688,23691,571,1,1,22131,0,206.141,-4769.12,261.731,4.07397,300,5,0,7984,0,1,0,0,0),(108689,23691,571,1,1,22131,0,411.775,-4348.56,225.153,1.99597,300,5,0,7984,0,1,0,0,0),(108690,23691,571,1,1,22131,0,1157.39,-5892.78,276.085,2.60062,300,0,0,7984,0,0,0,0,0),(108691,23691,571,1,1,22131,0,782.398,-3915.68,217.41,0.911612,300,0,0,7984,0,0,0,0,0),(108692,23691,571,1,1,22131,0,797.583,-3896.08,213.6,4.05321,300,5,0,7984,0,1,0,0,0),(108693,23691,571,1,1,22131,0,641.989,-5749.96,280.22,0.667467,300,5,0,7984,0,1,0,0,0),(108694,23691,571,1,1,22131,0,708.113,-5752.01,281.687,5.04556,300,5,0,7984,0,1,0,0,0),(108695,23691,571,1,1,22131,0,605.797,-5563.28,270.343,1.5337,300,5,0,7984,0,1,0,0,0),(108696,23691,571,1,1,22131,0,466.634,-5689.2,293.738,-1.9816,300,0,0,7984,0,0,0,0,0),(108697,23691,571,1,1,22131,0,575.405,-4561.35,204.417,4.11832,300,5,0,7984,0,1,0,0,0),(108698,23691,571,1,1,22131,0,602.358,-5480.74,260.942,1.80155,300,5,0,7984,0,1,0,0,0),(108699,24459,571,1,1,983,1,2185.43,-2496.96,1.47,0.131355,300,5,0,8982,0,1,0,0,0),(108700,23691,571,1,1,22131,0,1448.23,-4512.27,169.546,3.32424,300,5,0,7984,0,1,0,0,0),(108701,23691,571,1,1,22131,0,110.513,-5455.19,376.95,0.446798,300,5,0,7984,0,1,0,0,0),(108702,23691,571,1,1,22131,0,154.299,-5548,378.198,1.18848,300,5,0,7984,0,1,0,0,0),(108703,23691,571,1,1,22131,0,156.023,-5543.75,377.851,4.33174,300,0,0,7984,0,0,0,0,0),(108704,23691,571,1,1,22131,0,1414.69,-4485.2,160.26,2.20024,300,5,0,7984,0,1,0,0,0),(108705,23691,571,1,1,22131,0,1388.06,-4385.38,147.905,3.31638,300,5,0,7984,0,1,0,0,0),(108706,23691,571,1,1,22131,0,333.743,-5539.47,307.552,0.285279,300,5,0,7984,0,1,0,0,0),(108707,23691,571,1,1,22131,0,419.495,-5622.78,292.09,2.66484,300,5,0,7984,0,1,0,0,0),(108708,23691,571,1,1,22131,0,398.802,-5689.41,297.335,3.81206,300,0,0,7984,0,0,0,0,0),(108709,23691,571,1,1,22131,0,455.091,-5816.66,304.357,0.013671,300,5,0,7984,0,1,0,0,0),(108710,23691,571,1,1,22131,0,358.578,-5685.14,304.944,5.74344,300,5,0,7984,0,1,0,0,0),(108711,23691,571,1,1,22131,0,463.419,-5696.58,295.118,4.3016,300,5,0,7984,0,1,0,0,0),(108712,23691,571,1,1,22131,0,402.146,-6031.43,325.79,3.45717,300,5,0,7984,0,1,0,0,0),(108713,23691,571,1,1,22131,0,604.015,-6038.4,311.711,0.24261,300,5,0,7984,0,1,0,0,0),(108714,23691,571,1,1,22131,0,576.536,-5870.92,291.861,1.96544,300,5,0,7984,0,1,0,0,0),(108715,23691,571,1,1,22131,0,1034.16,-5895.67,273.537,5.37935,300,5,0,7984,0,1,0,0,0),(108716,23691,571,1,1,22131,0,870.902,-5904.11,282.268,6.0805,300,5,0,7984,0,1,0,0,0),(108717,23691,571,1,1,22131,0,402.522,-5684.83,296.241,2.0851,300,5,0,7984,0,1,0,0,0),(108718,23691,571,1,1,22131,0,418.082,-5778.6,301.247,1.63334,300,5,0,7984,0,1,0,0,0),(108719,23691,571,1,1,22131,0,1002.37,-5971.9,285.652,3.92147,300,5,0,7984,0,1,0,0,0),(108720,23691,571,1,1,22131,0,1075,-5946.47,277.273,6.19129,300,5,0,7984,0,1,0,0,0),(108721,23691,571,1,1,22131,0,1103.88,-6044.36,270.536,0.792904,300,5,0,7984,0,1,0,0,0),(108722,23691,571,1,1,22131,0,1104.17,-6039.5,270.782,4.65462,300,5,0,7984,0,1,0,0,0),(108723,23691,571,1,1,22131,0,1405.61,-5955,285.636,1.52289,300,5,0,7984,0,1,0,0,0),(108724,25227,571,1,1,9758,0,2184.28,5664.88,39.312,2.41013,300,5,0,6986,0,1,0,0,0),(108725,23691,571,1,1,22131,0,1330.9,-5985.33,286.491,4.29417,300,5,0,7984,0,1,0,0,0),(108726,25227,571,1,1,9758,0,2146.17,5692.09,41.7502,0.592888,300,5,0,6986,0,1,0,0,0),(108727,23691,571,1,1,22131,0,1383.76,-5856.12,286.528,1.82825,300,0,0,7984,0,0,0,0,0),(108728,23691,571,1,1,22131,0,1380.12,-5842.28,285.87,4.96984,300,0,0,7984,0,0,0,0,0),(108729,23691,571,1,1,22131,0,1364.18,-6071.75,277.403,2.21625,300,5,0,7984,0,1,0,0,0),(108730,23691,571,1,1,22131,0,1285.89,-6182.88,259.636,0.366519,300,0,0,7984,0,0,0,0,0),(108731,23691,571,1,1,22131,0,1420.63,-5783.2,266.829,6.27537,300,5,0,7984,0,1,0,0,0),(108732,25227,571,1,1,9758,0,2427.32,5436.8,21.6471,3.77236,300,5,0,6986,0,1,0,0,0),(108733,25227,571,1,1,9758,0,2210.12,5530.93,6.83982,5.07472,300,5,0,6986,0,1,0,0,0),(108734,25227,571,1,1,9758,0,2091.65,5555.64,7.36676,5.88271,300,5,0,6986,0,1,0,0,0),(108735,24459,571,1,1,983,1,2319.25,-2677.5,-6.47323,2.21734,300,5,0,8982,0,1,0,0,0),(108736,25227,571,1,1,9758,0,2108.16,5621.28,38.211,5.65472,300,5,0,6986,0,1,0,0,0),(108737,25227,571,1,1,9758,0,2297.22,5472.8,3.32588,4.41084,300,5,0,6986,0,1,0,0,0),(108738,24459,571,1,1,983,1,1857.42,-2766.31,4.0685,5.52883,300,5,0,8982,0,1,0,0,0),(108739,25227,571,1,1,9758,0,2322.45,5474.57,1.65339,4.06662,300,5,0,6986,0,1,0,0,0),(108740,25227,571,1,1,9758,0,2346.47,5470.46,1.65339,3.87463,300,5,0,6986,0,1,0,0,0),(108741,25227,571,1,1,9758,0,2477.12,5478.11,29.3327,2.07666,300,5,0,6986,0,1,0,0,0),(108742,25227,571,1,1,9758,0,2164.33,5529.24,3.49721,-1.91417,300,5,0,6986,0,1,0,0,0),(108743,25227,571,1,1,9758,0,2070.35,5501.79,0.335812,5.51524,300,5,0,6986,0,1,0,0,0),(108744,25227,571,1,1,9758,0,2108.24,5502.66,0.335798,5.07891,300,5,0,6986,0,1,0,0,0),(108745,25227,571,1,1,9758,0,2123.88,5519.21,0.362748,5.07891,300,5,0,6986,0,1,0,0,0),(108746,25227,571,1,1,9758,0,2129.77,5437.86,1.15735,5.63741,300,5,0,6986,0,1,0,0,0),(108747,25227,571,1,1,9758,0,2163.54,5628.64,28.2957,1.41097,300,5,0,6986,0,1,0,0,0),(108748,25227,571,1,1,9758,0,2435.09,5486.31,28.1128,2.34674,300,5,0,6986,0,1,0,0,0),(108749,25227,571,1,1,9758,0,2220.68,5431.77,1.60193,5.79449,300,5,0,6986,0,1,0,0,0),(108750,25227,571,1,1,9758,0,2137.98,5558.89,6.12546,0.20944,300,5,0,6986,0,1,0,0,0),(108751,25227,571,1,1,9758,0,2494.95,5414.02,26.8265,2.06587,300,5,0,6986,0,1,0,0,0),(108752,25227,571,1,1,9758,0,2472.45,5433.96,27.0576,4.38347,300,5,0,6986,0,1,0,0,0),(108753,25227,571,1,1,9758,0,2410.72,5343.23,0.845693,1.94517,300,5,0,6986,0,1,0,0,0),(108754,25227,571,1,1,9758,0,2395.2,5447.85,3.92164,3.46053,300,5,0,6986,0,1,0,0,0),(108755,25227,571,1,1,9758,0,2336.27,5389.33,1.65109,2.29485,300,5,0,6986,0,1,0,0,0),(108756,25227,571,1,1,9758,0,2396.31,5432.54,2.32558,3.35103,300,5,0,6986,0,1,0,0,0),(108757,25227,571,1,1,9758,0,2403.85,5387.18,2.69061,2.77507,300,5,0,6986,0,1,0,0,0),(108758,25227,571,1,1,9758,0,2378.56,5457.29,3.93079,3.4383,300,5,0,6986,0,1,0,0,0),(108759,25227,571,1,1,9758,0,2197.36,5419.56,1.35254,5.75959,300,5,0,6986,0,1,0,0,0),(108760,25227,571,1,1,9758,0,2309.3,5435.47,1.84057,3.78736,300,5,0,6986,0,1,0,0,0),(108761,25227,571,1,1,9758,0,2220.97,5468.02,1.6653,3.94444,300,5,0,6986,0,1,0,0,0),(108762,25227,571,1,1,9758,0,2341.42,5401.49,1.95888,3.26377,300,5,0,6986,0,1,0,0,0),(108763,29323,571,1,1,25771,1,6670.08,-1141.25,762.249,0.820305,300,0,0,11770,0,0,0,0,0),(108764,29323,571,1,1,25771,1,6738.78,-1133.15,767.692,1.44862,300,0,0,11770,0,0,0,0,0),(108765,29323,571,1,1,25771,1,6769.18,-1121.47,775.958,1.62316,300,0,0,11770,0,0,0,0,0),(108766,29323,571,1,1,25771,1,6864.92,-1070.8,802.616,4.06912,300,5,0,11770,0,1,0,0,0),(108767,29323,571,1,1,25771,1,6968.79,-1039.29,804.848,4.04916,300,0,0,11770,0,2,0,0,0),(108768,29323,571,1,1,25771,1,6763.58,-1000.58,767.844,4.10152,300,0,0,11770,0,0,0,0,0),(108769,29323,571,1,1,25771,1,6694.01,-1021.97,769.297,5.63741,300,0,0,11770,0,0,0,0,0),(108770,29323,571,1,1,25771,1,6809.27,-1063.21,769.116,2.86234,300,0,0,11770,0,0,0,0,0),(108771,29323,571,1,1,25771,1,6749.42,-991.962,768.252,4.10152,300,0,0,11770,0,0,0,0,0),(108772,29323,571,1,1,25771,1,6712.83,-999.588,768.843,5.28835,300,0,0,11770,0,0,0,0,0),(108773,29323,571,1,1,25771,1,6719.91,-1151.28,769.742,0.890118,300,0,0,11770,0,0,0,0,0),(108774,29323,571,1,1,25771,1,6758.33,-1110.35,777.182,5.81195,300,0,0,11770,0,0,0,0,0),(108775,29323,571,1,1,25771,1,6911.44,-1137.7,802.413,1.76278,300,0,0,11770,0,0,0,0,0),(108776,29323,571,1,1,25771,1,6737.53,-1041.25,768.969,5.14872,300,0,0,11770,0,0,0,0,0),(108777,29323,571,1,1,25771,1,6765.29,-1042.08,768.922,3.33358,300,0,0,11770,0,0,0,0,0),(108778,29323,571,1,1,25771,1,6666.09,-980.179,765.55,5.49779,300,0,0,11770,0,0,0,0,0),(108779,29331,571,1,1,0,1,6824.56,-1140.9,796.844,1.55503,300,0,0,11770,0,2,0,0,0),(108780,29323,571,1,1,25771,1,6849.58,-1122.16,799.736,4.56208,300,0,0,11770,0,2,0,0,0),(108781,28300,571,1,1,13069,0,6223.77,4987.49,-98.632,1.25664,300,0,0,42,0,0,0,0,0),(108782,30604,571,1,1,27157,0,5620.8,688.002,652.641,5.93412,300,0,0,10635,0,0,0,0,0),(108783,28812,571,1,1,25715,1,5145.71,-2211.96,236.789,1.0821,300,0,0,10635,0,0,0,0,0),(108784,27020,571,1,1,26788,0,4596.62,-5496.17,2.32052,0.689932,300,6,0,9940,0,1,0,0,0),(108785,27020,571,1,1,26788,0,4684.88,-5519.81,26.5906,4.28263,300,5,0,9940,0,1,0,0,0),(108786,1420,571,1,1,901,0,340.943,-4529.45,246.086,5.01503,300,5,0,8,0,1,0,0,0),(108787,27020,571,1,1,26787,0,4613.05,-5478.93,2.32703,0.745918,300,5,0,9940,0,1,0,0,0),(108788,27020,571,1,1,26787,0,4658.92,-5519.29,27.3324,4.71333,300,5,0,9940,0,1,0,0,0),(108789,32652,571,1,1,28125,0,5864.76,750.673,641.079,0.846738,300,0,0,354,1326,0,0,0,0),(108790,27020,571,1,1,26788,0,4621.64,-5712.81,111.221,1.49328,300,5,0,9940,0,1,0,0,0),(108791,24460,571,1,1,188,1,2156.69,-2558.75,2.82957,1.61628,300,5,0,8982,0,1,0,0,0),(108792,24460,571,1,1,188,1,2312.19,-2516.45,3.31867,4.00667,300,5,0,8982,0,1,0,0,0),(108793,24460,571,1,1,188,1,2279.66,-2489.83,0.292346,6.21165,300,5,0,8982,0,1,0,0,0),(108794,24460,571,1,1,188,1,2260.53,-2493.75,-0.354774,6.04554,300,5,0,8982,0,1,0,0,0),(108795,24460,571,1,1,188,1,2293.69,-2531.08,0.15958,3.6217,300,5,0,8982,0,1,0,0,0),(108796,1420,571,1,1,901,0,425.704,-4606.13,252.393,1.04409,300,5,0,8,0,1,0,0,0),(108797,1420,571,1,1,901,0,424.895,-4604.68,252.239,6.02352,300,5,0,8,0,1,0,0,0),(108798,1420,571,1,1,901,0,428.808,-4605.62,252.939,1.87,300,5,0,8,0,1,0,0,0),(108799,27020,571,1,1,26788,0,4531.31,-5537.5,2.33071,0.328088,300,2.5,0,9940,0,1,0,0,0),(108800,24460,571,1,1,188,1,2386.84,-2729.55,0.554925,1.74305,300,5,0,8982,0,1,0,0,0),(108801,1420,571,1,1,901,0,440.126,-4606.72,243.274,0.630446,300,5,0,8,0,1,0,0,0),(108802,1420,571,1,1,901,0,406.806,-4525.72,246.979,0.255314,300,5,0,8,0,1,0,0,0),(108803,24460,571,1,1,188,1,2207.08,-2526.06,2.76819,0.806858,300,5,0,8982,0,1,0,0,0),(108804,24460,571,1,1,188,1,2226.76,-2529.55,-0.106805,0.345976,300,5,0,8982,0,1,0,0,0),(108805,24460,571,1,1,188,1,2073.12,-2700.9,-0.10628,4.44432,300,5,0,8982,0,1,0,0,0),(108806,1420,571,1,1,901,0,429.183,-4572.83,245.083,5.02189,300,5,0,8,0,1,0,0,0),(108807,30860,571,1,1,27572,1,5185.86,-536.16,160.191,3.78431,300,5,0,11770,3809,1,0,0,0),(108808,30860,571,1,1,27572,1,5317.08,-461.892,174.919,2.95498,300,5,0,11770,3809,1,0,0,0),(108809,30860,571,1,1,27572,1,5194.54,-550.817,158.191,2.08029,300,5,0,11770,3809,1,0,0,0),(108810,30860,571,1,1,27572,1,5518.29,-382.907,168.726,3.34591,300,0,0,11770,3809,0,0,0,0),(108811,30860,571,1,1,27572,1,5545.6,-209.652,158.405,1.92774,300,5,0,11770,3809,1,0,0,0),(108812,30860,571,1,1,27572,1,5374.53,-824.628,161.106,0.785923,300,5,0,11770,3809,1,0,0,0),(108813,30860,571,1,1,27572,1,5375.7,-871.599,163.981,3.37445,300,5,0,11770,3809,1,0,0,0),(108814,30860,571,1,1,27572,1,5377.24,-159.115,156.439,2.89898,300,5,0,11770,3809,1,0,0,0),(108815,30860,571,1,1,27572,1,5271.69,-359.306,172.458,4.55719,300,5,0,11770,3809,1,0,0,0),(108816,30860,571,1,1,27572,1,5391.09,-732.802,162.087,0.102114,300,5,0,11770,3809,1,0,0,0),(108817,30860,571,1,1,27572,1,5321.82,-447.418,177.919,4.09718,300,5,0,11770,3809,1,0,0,0),(108818,30860,571,1,1,27572,1,5286.58,-536.454,165.444,2.98712,300,5,0,11770,3809,1,0,0,0),(108819,30860,571,1,1,27572,1,5452.63,-162.669,154.099,3.16475,300,5,0,11770,3809,1,0,0,0),(108820,30860,571,1,1,27572,1,5506.59,-258.865,166.976,5.98986,300,5,0,11770,3809,1,0,0,0),(108821,30860,571,1,1,27572,1,5295.65,-229.053,164.255,3.97186,300,5,0,11770,3809,1,0,0,0),(108822,24460,571,1,1,188,1,1844.79,-2730.21,0.395966,2.88246,300,5,0,8982,0,1,0,0,0),(108823,27020,571,1,1,26788,0,4586.41,-5540.2,2.48127,2.17979,300,5,0,9940,0,1,0,0,0),(108824,23643,571,1,1,5243,0,2186.36,-2692.49,4.89746,1.36592,300,5,0,8982,0,1,0,0,0),(108825,24460,571,1,1,188,1,1829.73,-2736.23,0.284053,5.40384,300,5,0,8982,0,1,0,0,0),(108826,23643,571,1,1,5243,0,2432.21,-2748.09,3.97896,2.43021,300,5,0,8982,0,1,0,0,0),(108827,27020,571,1,1,26788,0,4556.12,-5569.73,2.62418,3.35085,300,5,0,9940,0,1,0,0,0),(108828,27020,571,1,1,26788,0,4649.89,-5588.83,47.021,5.98181,300,5,0,9940,0,1,0,0,0),(108829,27020,571,1,1,26787,0,4541.76,-5608.5,24.5421,0.912065,300,2.5,0,9940,0,1,0,0,0),(108830,27020,571,1,1,26787,0,4693.43,-5583.13,53.6872,3.17235,300,5,0,9940,0,1,0,0,0),(108831,27020,571,1,1,26788,0,4623.66,-5643.36,110.611,0.179967,300,5,0,9940,0,1,0,0,0),(108832,27020,571,1,1,26788,0,4558.25,-5670.1,105.476,0.805738,300,0,0,9940,0,0,0,0,0),(108833,27020,571,1,1,26787,0,4710.44,-5642.29,81.0433,1.93914,300,5,0,9940,0,1,0,0,0),(108834,27020,571,1,1,26788,0,4606.22,-5676.47,117.421,5.35816,300,2.5,0,9940,0,1,0,0,0),(108835,25228,571,1,1,23883,0,2248.22,5445.03,2.44254,5.93597,300,5,0,10379,0,1,0,0,0),(108836,25228,571,1,1,23883,0,2471.71,5369.93,23.8633,1.80303,180,5,0,10379,0,2,0,0,0),(108837,25228,571,1,1,23883,0,2442.42,5454.35,19.7603,3.12268,180,5,0,10379,0,2,0,0,0),(108838,25228,571,1,1,23883,0,2187.36,5525.6,6.66442,2.11098,300,5,0,10379,0,2,0,0,0),(108839,25228,571,1,1,23883,0,2148.53,5650.98,29.1646,3.96464,180,5,0,10379,0,2,0,0,0),(108840,27277,571,1,1,24492,0,3417.8,-2795.63,201.604,2.09439,300,0,0,18582,0,0,0,0,0),(108841,25229,571,1,1,17188,0,-83.9454,-5012.04,306.754,2.87979,300,0,0,8982,0,0,0,0,0),(108842,31885,571,1,1,27019,0,5886.46,506.808,641.653,2.00713,300,0,0,10635,0,0,0,0,0),(108843,29325,571,1,1,26138,1,5692.4,538.685,647.538,3.92699,300,0,0,10635,0,0,0,0,0),(108844,27789,571,1,1,24808,0,2823.33,49.888,-1.77217,0.349066,300,0,0,1394500,0,0,0,0,0),(108845,26509,571,1,1,22125,0,3762.02,1586.64,87.1133,5.31378,300,0,0,8982,0,0,0,0,0),(108847,23693,571,1,1,22321,0,1261.06,-4033.44,152.148,1.84163,300,5,0,7984,0,1,0,0,0),(108848,27021,571,1,1,24231,0,3845.92,1580.12,86.8325,3.08923,300,0,0,8982,0,0,0,0,0),(108849,23693,571,1,1,22321,0,678.365,-4457.93,213.176,4.9225,300,5,0,7984,0,1,0,0,0),(108850,23693,571,1,1,22321,0,1167.56,-4458.45,183.754,1.53702,300,5,0,7984,0,1,0,0,0),(108851,23693,571,1,1,22321,0,963.455,-4034.69,181.105,5.4215,300,5,0,7984,0,1,0,0,0),(108852,28045,571,1,1,25066,1,5929.84,-2378.66,293.924,4.72984,300,0,0,9291,0,0,0,0,0),(108853,30605,571,1,1,27158,0,5623.92,695.227,652.681,5.93412,300,0,0,10635,0,0,0,0,0),(108854,28813,571,1,1,25711,1,5134.82,-2188.9,236.672,0.069813,300,0,0,10635,0,0,0,0,0),(108855,23693,571,1,1,22321,0,1359.56,-4228.5,154.876,2.1517,300,5,0,7984,0,1,0,0,0),(108856,23693,571,1,1,22321,0,1154.5,-5459.26,199.381,3.65091,300,5,0,7984,0,1,0,0,0),(108857,23693,571,1,1,22321,0,1457.07,-4523.08,180.527,0.6505,300,5,0,7984,0,1,0,0,0),(108858,23693,571,1,1,22321,0,1221.93,-5500.1,197.422,2.19188,300,5,0,7984,0,1,0,0,0),(108859,32653,571,1,1,5966,0,5863.83,747.939,640.575,1.969,300,0,0,1,0,0,0,0,0),(108887,24461,571,1,1,504,1,2273.04,-2508.76,1.65958,0.979366,300,5,0,7185,7196,1,0,0,0),(108888,24461,571,1,1,504,1,2255.37,-2510.97,0.24708,1.96382,300,5,0,7185,7196,1,0,0,0),(108889,23693,571,1,1,22321,0,1385.81,-3822.48,135.285,1.11836,300,5,0,7984,0,1,0,0,0),(108890,23693,571,1,1,22321,0,1529.71,-4527.63,188.895,2.85912,300,5,0,7984,0,1,0,0,0),(108891,23693,571,1,1,22321,0,1372.89,-4717.13,196.107,4.18662,300,5,0,7984,0,1,0,0,0),(108892,23693,571,1,1,22321,0,1502.29,-3458.98,185.81,1.30076,300,5,0,7984,0,1,0,0,0),(108893,23693,571,1,1,22321,0,1261.69,-4318.77,161.988,1.54728,300,5,0,7984,0,1,0,0,0),(108895,23693,571,1,1,22321,0,648.688,-4632.49,225.234,2.64771,300,5,0,7984,0,1,0,0,0),(108896,23693,571,1,1,22321,0,1278.19,-5331.68,187.555,0.207277,300,5,0,7984,0,1,0,0,0),(108897,24461,571,1,1,504,1,2218.07,-2659.41,1.16411,2.90796,300,5,0,7185,7196,1,0,0,0),(108898,27533,571,1,1,24590,0,3810.66,949.713,57.0554,2.32022,300,5,0,9610,0,1,0,0,0),(108899,27533,571,1,1,24590,0,3825.81,866.45,57.6622,3.21232,300,5,0,9610,0,1,0,0,0),(108900,23693,571,1,1,22321,0,1294.14,-3659.06,154.123,4.65847,300,5,0,7984,0,1,0,0,0),(108901,24461,571,1,1,504,1,2144.47,-2569.62,0.509901,1.63407,300,5,0,7185,7196,1,0,0,0),(108902,24461,571,1,1,504,1,2165.96,-2573.25,0.259901,6.14368,300,5,0,7185,7196,1,0,0,0),(108903,27533,571,1,1,24590,0,3694.68,1052.99,56.0871,2.16529,300,5,0,9610,0,1,0,0,0),(108904,27533,571,1,1,24590,0,3765.6,1078.22,57.4755,0.355569,300,5,0,9610,0,1,0,0,0),(108905,24461,571,1,1,504,1,2352.22,-2755.42,1.17216,1.0098,300,5,0,7185,7196,1,0,0,0),(108906,24461,571,1,1,504,1,2209.05,-2517.37,0.768195,4.21818,300,5,0,7185,7196,1,0,0,0),(108907,30861,571,1,1,27478,0,5552.27,-525.492,159.161,6.14049,300,5,0,37800,19970,1,0,0,0),(108908,30861,571,1,1,27478,0,5259.52,-374.786,172.029,5.17624,300,5,0,37800,19970,1,0,0,0),(108909,24461,571,1,1,504,1,2082.87,-2705.48,1.33106,1.47505,300,5,0,7185,7196,1,0,0,0),(108910,1933,571,1,1,857,0,-43.76,-3436.74,4.26963,6.23422,300,5,0,14,0,1,0,0,0),(108911,1933,571,1,1,856,0,-43.8103,-3440.97,4.17074,0.986514,300,5,0,14,0,1,0,0,0),(108912,1933,571,1,1,856,0,-42.8357,-3440.63,4.16793,2.29754,300,5,0,14,0,1,0,0,0),(108913,1933,571,1,1,856,0,-41.1828,-3438.94,4.1635,3.47955,300,5,0,14,0,1,0,0,0),(108914,23643,571,1,1,5243,0,2310.33,-2779.45,5.35634,4.04197,300,5,0,8982,0,1,0,0,0),(108915,30861,571,1,1,27478,0,5537.08,-454.849,161.074,5.51011,300,5,0,37800,19970,1,0,0,0),(108916,25230,571,1,1,17188,0,-111.002,-5143.26,324.024,2.26893,300,0,0,8982,0,0,0,0,0),(108917,31886,571,1,1,22003,0,5891.12,507.34,641.653,1.16937,300,0,0,10635,0,0,0,0,0),(108918,28046,571,1,1,25067,1,5559.11,5765.43,-77.9385,3.75246,300,0,0,11001,0,0,0,0,0),(108919,27022,571,1,1,24232,0,3818.2,1594.33,86.8169,5.48033,300,0,0,8982,0,0,0,0,0),(108921,30606,571,1,1,27159,0,5619.01,694.787,652.092,3.47321,300,0,0,10635,0,0,0,0,0),(108922,30094,571,1,1,26759,0,5779.81,644.091,610.151,0.837758,300,0,0,12600,0,0,0,0,0),(108923,30862,571,1,1,10621,0,5494.74,-1030.66,186.814,0.166754,300,5,0,11379,3725,1,0,0,0),(108924,26766,571,1,1,24025,1,3411.51,4105.33,18.9122,3.61283,300,0,0,3716,0,0,0,0,0),(108926,27278,571,1,1,27173,1,3265.85,-21.1655,74.402,5.14311,300,5,0,9610,0,1,0,0,0),(108927,27278,571,1,1,27183,1,3260.51,-38.2692,73.3421,3.03608,300,5,0,9610,0,1,0,0,0),(108928,27278,571,1,1,27173,1,3247.06,-21.3969,73.902,1.00318,300,5,0,9610,0,1,0,0,0),(108929,30862,571,1,1,10621,0,5538.66,-984.984,192.424,2.39093,300,5,0,11379,3725,1,0,0,0),(108930,27278,571,1,1,27173,1,3689.5,-9.49632,57.5303,2.63383,300,0,0,9610,0,0,0,0,0),(108931,27278,571,1,1,27183,1,3262.76,-38.133,73.5921,2.34423,300,5,0,9610,0,1,0,0,0),(108932,27278,571,1,1,27183,1,3278.72,-29.7032,73.6268,3.59058,300,5,0,9610,0,1,0,0,0),(108933,27278,571,1,1,27183,1,3249.61,-24.7816,73.777,4.80648,300,5,0,9610,0,1,0,0,0),(108934,27278,571,1,1,27183,1,4345.89,-311.855,84.5671,4.84039,300,5,0,9610,0,1,0,0,0),(108935,27278,571,1,1,27183,1,4360.45,-313.869,86.6921,6.13351,300,5,0,9610,0,1,0,0,0),(108936,27278,571,1,1,27183,1,4374.55,-312.789,88.1799,4.96207,300,5,0,9610,0,1,0,0,0),(108937,27278,571,1,1,27173,1,3985.04,-28.9753,49.9141,2.25759,300,5,0,9610,0,1,0,0,0),(108938,27278,571,1,1,27173,1,3989.79,-45.4453,48.6865,6.20458,300,5,0,9610,0,1,0,0,0),(108939,27278,571,1,1,27183,1,3970.48,-4.13728,49.6641,5.97953,300,5,0,9610,0,1,0,0,0),(108940,27278,571,1,1,27183,1,3978.05,-34.9615,50.1852,0.474335,300,5,0,9610,0,1,0,0,0),(108941,27278,571,1,1,27173,1,3764.02,-38.8113,57.9726,5.25246,300,5,0,9610,0,1,0,0,0),(108942,27278,571,1,1,27183,1,3743.34,-39.2117,57.9726,5.41507,300,5,0,9610,0,1,0,0,0),(108943,27278,571,1,1,27183,1,3702.25,-16.4158,56.2246,0.156491,300,0,0,9610,0,0,0,0,0),(108944,27278,571,1,1,27183,1,3698.85,-24.7618,59.187,4.19191,300,0,0,9610,0,0,0,0,0),(108945,27278,571,1,1,27173,1,3401.96,508.096,72.0807,2.73069,300,5,0,9610,0,1,0,0,0),(108946,27278,571,1,1,27183,1,3390.01,506.371,73.7112,0.17542,300,5,0,9610,0,1,0,0,0),(108947,27278,571,1,1,27183,1,3378.28,504.495,75.0412,0.637932,300,5,0,9610,0,1,0,0,0),(108948,27278,571,1,1,27183,1,3379.17,490.765,73.5796,0.212396,300,5,0,9610,0,1,0,0,0),(108949,27278,571,1,1,27173,1,3377.23,481.083,72.8176,6.10618,300,5,0,9610,0,1,0,0,0),(108950,27278,571,1,1,27183,1,3263.4,-6.88323,75.902,3.32052,300,5,0,9610,0,1,0,0,0),(108951,27278,571,1,1,27183,1,3252.91,-2.10138,76.027,1.92164,300,5,0,9610,0,1,0,0,0),(108952,30862,571,1,1,10621,0,5459.17,-962.651,166.094,5.83264,300,5,0,11379,3725,1,0,0,0),(108953,27278,571,1,1,27173,1,3634.7,494.483,58.0146,0.115694,300,5,0,9610,0,1,0,0,0),(108954,27278,571,1,1,27183,1,3620.37,490.924,57.7325,4.70783,300,5,0,9610,0,1,0,0,0),(108955,27278,571,1,1,27173,1,3645.67,485.857,57.6396,3.60524,300,5,0,9610,0,1,0,0,0),(108956,27278,571,1,1,27173,1,3620.35,519.272,63.8196,4.35589,300,5,0,9610,0,1,0,0,0),(108957,27278,571,1,1,27173,1,3631.31,479.755,57.2325,4.52612,300,5,0,9610,0,1,0,0,0),(108958,27278,571,1,1,27173,1,3613.1,511.133,60.6229,3.17438,300,5,0,9610,0,1,0,0,0),(108960,27278,571,1,1,27173,1,3255.12,-0.258477,76.277,0.753666,300,5,0,9610,0,1,0,0,0),(108961,27278,571,1,1,27173,1,3258.49,-7.0097,75.902,2.81466,300,5,0,9610,0,1,0,0,0),(108962,27278,571,1,1,27183,1,3276.78,-30.7769,73.7518,1.43262,300,5,0,9610,0,1,0,0,0),(88759,37967,571,1,1,0,0,5691.88,2090.5,798.138,2.18166,120,0,0,1,0,0,0,0,0),(88758,37967,571,1,1,0,0,5683.01,2145.11,798.145,1.18682,120,0,0,1,0,0,0,0,0),(88757,37967,571,1,1,0,0,5679.91,2107.91,798.138,6.23082,120,0,0,1,0,0,0,0,0),(88756,37967,571,1,1,0,0,5669,2017.95,798.125,2.46091,120,0,0,1,0,0,0,0,0),(108967,27278,571,1,1,27173,1,3961.9,-21.4523,48.4004,5.36532,300,5,0,9610,0,1,0,0,0),(108968,27278,571,1,1,27173,1,3980.2,7.33079,50.7731,0.686462,300,5,0,9610,0,1,0,0,0),(108969,30862,571,1,1,10621,0,5314.33,-239.477,167.882,1.17719,300,0,0,11379,3725,0,0,0,0),(108970,30862,571,1,1,10621,0,5202.59,-508.765,160.694,0.967906,300,5,0,11379,3725,1,0,0,0),(108971,30862,571,1,1,10621,0,5475.5,-673.666,151.92,1.08765,300,5,0,11379,3725,1,0,0,0),(108972,5774,571,1,1,2328,0,2560.6,-1835.13,10.6364,5.32325,300,0,0,42,0,0,0,0,0),(108973,5774,571,1,1,2326,0,2552.92,-1840.63,10.604,5.28835,300,0,0,42,0,0,0,0,0),(108974,5774,571,1,1,2320,0,2556.9,-1845.99,10.2894,2.23402,300,0,0,42,0,0,0,0,0),(108975,5774,571,1,1,2326,0,2563.97,-1840.5,10.602,2.14675,300,0,0,42,0,0,0,0,0),(108976,30862,571,1,1,10621,0,5241.87,-475.024,165.14,0.97702,300,5,0,11379,3725,1,0,0,0),(108977,30862,571,1,1,10621,0,5490.6,-624.146,152.075,0.509943,300,5,0,11379,3725,1,0,0,0),(108978,30862,571,1,1,10621,0,5536.34,-341.659,166.636,1.91202,300,0,0,11379,3725,0,0,0,0),(108979,30862,571,1,1,10621,0,5258.57,-810.269,175.317,6.22936,300,5,0,11379,3725,1,0,0,0),(108980,30862,571,1,1,10621,0,5189.26,-746.197,171.416,2.19593,300,5,0,11379,3725,1,0,0,0),(108981,30862,571,1,1,10621,0,5208.83,-623.843,159.871,4.34742,300,5,0,11379,3725,1,0,0,0),(108982,30862,571,1,1,10621,0,5247.81,-327.14,168.023,1.21834,300,5,0,11379,3725,1,0,0,0),(108983,30862,571,1,1,10621,0,5344.32,-162.637,157.881,3.05007,300,5,0,11379,3725,1,0,0,0),(108984,30862,571,1,1,10621,0,5284.45,-377.736,176.575,2.62729,300,5,0,11379,3725,1,0,0,0),(108985,30862,571,1,1,10621,0,5268.05,-256.435,165.874,3.61517,300,5,0,11379,3725,1,0,0,0),(108986,30862,571,1,1,10621,0,5229.61,-416.316,165.132,3.1338,300,5,0,11379,3725,1,0,0,0),(108987,30862,571,1,1,10621,0,5320.96,-420.611,182.176,1.85272,300,5,0,11379,3725,1,0,0,0),(108988,30862,571,1,1,10621,0,5278.82,-487.114,166.611,3.25847,300,5,0,11379,3725,1,0,0,0),(108989,30862,571,1,1,10621,0,5521.29,-342.132,169.802,0.849274,300,0,0,11379,3725,0,0,0,0),(108990,30862,571,1,1,10621,0,5504.39,-270.89,168.413,1.52813,300,5,0,11379,3725,1,0,0,0),(108991,30862,571,1,1,10621,0,5423.17,-163.937,152.326,4.38817,300,5,0,11379,3725,1,0,0,0),(108992,30862,571,1,1,10621,0,5493.85,-1026.48,185.913,1.58274,300,5,0,11379,3725,1,0,0,0),(108993,30862,571,1,1,10621,0,5538.64,-991.114,194.364,0.033223,300,5,0,11379,3725,1,0,0,0),(108994,30862,571,1,1,10621,0,5490.13,-700.111,150.643,5.86986,300,0,0,11379,3725,0,0,0,0),(108995,30862,571,1,1,10621,0,5478.42,-629.325,152.682,4.02841,300,0,0,11379,3725,0,0,0,0),(108996,30862,571,1,1,10621,0,5459.63,-946.432,163.421,1.22729,300,5,0,11379,3725,1,0,0,0),(40281,27791,571,1,1,0,1,3674.54,-1175.28,102.42,1.78801,120,0,0,1,0,0,0,0,0),(108998,25231,571,1,1,17188,0,13.6827,-4983.4,303.369,0.628319,300,0,0,8982,0,0,0,0,0),(132547,21763,530,1,1,18012,1,-4079.7,3355.62,284.948,4.04741,180,5,0,5744,3231,1,0,0,0),(109002,26511,571,1,1,12199,0,2725.11,1005.62,-13.9545,0.600999,300,5,0,9291,0,1,0,0,0),(109003,27023,571,1,1,24233,1,3749.03,1596.74,87.1133,0.506145,300,0,0,8982,0,0,0,0,0),(109005,29839,571,1,1,25797,1,6793.03,-1696.48,821.291,5.98648,300,0,0,12175,0,0,0,0,0),(109006,30607,571,1,1,27160,0,5627.75,702.126,652.641,5.8294,300,0,0,10635,0,0,0,0,0),(109007,29327,571,1,1,26165,0,5618.75,-3743.75,365.563,1.60332,300,0,0,11001,0,0,0,0,0),(109008,29583,571,1,1,26354,0,5761.11,-3562.79,387.133,1.41372,300,0,0,10635,0,0,0,0,0),(109009,25487,571,1,1,26297,0,2196.65,6467,37.9017,1.90241,300,5,0,6986,0,1,0,0,0),(109010,28047,571,1,1,25068,0,5562.35,5737.39,-74.5769,0.820305,300,0,0,11001,0,0,0,0,0),(109011,25487,571,1,1,26297,0,2164.96,6299.88,55.617,4.04916,300,5,0,6986,0,1,0,0,0),(109012,25487,571,1,1,26297,0,2091.32,6313.99,60.9087,0.959931,300,5,0,6986,0,1,0,0,0),(109013,30095,571,1,1,16259,0,5781.72,642.818,609.241,2.70526,300,0,0,42,0,0,0,0,0),(109014,30095,571,1,1,16259,0,5781.85,644.565,609.241,3.47321,300,0,0,42,0,0,0,0,0),(109015,30095,571,1,1,16259,0,5780.42,646,609.241,4.36332,300,0,0,42,0,0,0,0,0),(109016,30095,571,1,1,16259,0,5778.37,646.438,609.241,5.16617,300,0,0,42,0,0,0,0,0),(109017,26767,571,1,1,24026,1,3409.07,4109.73,18.6232,1.51844,300,0,0,3716,0,0,0,0,0),(109018,29327,571,1,1,26165,0,5547.1,-3649.3,365.146,0.993357,300,0,0,11001,0,0,0,0,0),(109020,27279,571,1,1,27175,1,3273.48,9.65278,76.8224,4.92183,300,0,0,9610,3309,0,0,0,0),(109021,26511,571,1,1,1557,0,2646.87,825.885,-41.6155,3.61529,300,5,0,9291,0,1,0,0,0),(109022,29327,571,1,1,26165,0,5214.88,-4345.12,385.838,3.06145,300,0,0,11001,0,0,0,0,0),(109023,29327,571,1,1,26165,0,5512.09,-4482.01,371.302,5.48327,300,0,0,11001,0,0,0,0,0),(109024,27279,571,1,1,27175,1,3706.25,-15.462,55.7699,2.86651,300,0,0,9610,3309,0,0,0,0),(109025,26511,571,1,1,12199,0,2698.28,790.913,-33.7866,0.70042,300,5,0,9291,0,1,0,0,0),(109026,26511,571,1,1,1557,0,2641.89,925.781,-32.1213,2.61601,300,5,0,9291,0,1,0,0,0),(109027,26511,571,1,1,1557,0,2585.92,886.253,-56.8292,2.23447,300,5,0,9291,0,1,0,0,0),(109028,29327,571,1,1,26165,0,5662.86,-3728.71,363.257,3.31279,300,0,0,11001,0,0,0,0,0),(109029,27279,571,1,1,27181,1,4362.9,-303.57,85.9325,2.11185,300,0,0,9610,3309,0,0,0,0),(109030,27279,571,1,1,27181,1,4331.14,-300.089,80.9106,1.53589,300,0,0,9610,3309,0,0,0,0),(109031,27279,571,1,1,27181,1,4350.94,-300.478,84.2509,0.488692,300,0,0,9610,3309,0,0,0,0),(109032,29327,571,1,1,26165,0,5606.25,-3679.91,364.702,4.51505,300,0,0,11001,0,0,0,0,0),(109033,29327,571,1,1,26165,0,5453.14,-3518.56,363.342,4.75533,300,0,0,11001,0,0,0,0,0),(109034,29327,571,1,1,26165,0,5498.12,-4214.31,363.927,0.246637,300,0,0,11001,0,0,0,0,0),(109035,27279,571,1,1,27181,1,3731.2,-24.8491,57.1548,0.314159,300,0,0,9610,3309,0,0,0,0),(109036,25487,571,1,1,26297,0,2272.01,5720.51,63.0269,2.27042,300,5,0,6986,0,1,0,0,0),(109037,29327,571,1,1,26165,0,5639.97,-3679.41,365.578,2.56547,300,0,0,11001,0,0,0,0,0),(109038,25487,571,1,1,26297,0,2168.08,5812.08,59.9034,5.3493,300,5,0,6986,0,1,0,0,0),(109039,27279,571,1,1,27175,1,3385.99,493.233,72.5007,5.75959,300,0,0,9610,3309,0,0,0,0),(109040,27279,571,1,1,27175,1,3391.36,497.832,71.6777,5.77704,300,0,0,9610,3309,0,0,0,0),(109041,27279,571,1,1,27181,1,3271.48,0.385905,76.4502,0.453786,300,0,0,9610,3309,0,0,0,0),(109042,27279,571,1,1,27175,1,3623.19,506.419,59.393,6.26573,300,0,0,9610,3309,0,0,0,0),(109043,27279,571,1,1,27181,1,3625.04,500.144,58.0554,6.24828,300,0,0,9610,3309,0,0,0,0),(109044,25487,571,1,1,26297,0,2019.21,6038.16,40.1174,1.42796,300,5,0,6986,0,1,0,0,0),(132605,21787,530,1,1,20682,1,-3823.37,3332.76,324.128,5.96903,180,0,0,5744,3231,0,0,0,0),(109046,25743,571,1,1,26425,0,3685.7,5381.44,37.4731,3.72959,300,5,0,17964,0,1,0,0,0),(109048,27279,571,1,1,27175,1,3978.55,-21.9608,49.9246,1.15192,300,0,0,9610,3309,0,0,0,0),(109049,27279,571,1,1,27181,1,3973.67,-15.0099,50.1596,4.88692,300,0,0,9610,3309,0,0,0,0),(109050,29327,571,1,1,26165,0,5348.23,-4449.57,391.219,1.89156,300,0,0,11001,0,0,0,0,0),(109051,29327,571,1,1,26165,0,5250,-4416.67,398.079,3.56886,300,0,0,11001,0,0,0,0,0),(109052,29327,571,1,1,26165,0,5452.55,-4459.35,379.196,5.59359,300,0,0,11001,0,0,0,0,0),(109053,29327,571,1,1,26165,0,5520.05,-4370.01,368.073,1.77571,300,0,0,11001,0,0,0,0,0),(109054,29327,571,1,1,26165,0,5430.76,-4138.55,362.77,2.59045,300,0,0,11001,0,0,0,0,0),(109055,29327,571,1,1,26165,0,5523.86,-4309.18,365.66,3.99884,300,0,0,11001,0,0,0,0,0),(109056,29327,571,1,1,26165,0,5442.5,-4342.29,364.582,3.75991,300,0,0,11001,0,0,0,0,0),(109057,29327,571,1,1,26165,0,5457.7,-4249.95,364.255,0.237351,300,0,0,11001,0,0,0,0,0),(109058,29327,571,1,1,26165,0,5427.67,-4399.88,369.612,5.04575,300,0,0,11001,0,0,0,0,0),(109059,29327,571,1,1,26165,0,5319.9,-4346.18,372.282,1.73075,300,0,0,11001,0,0,0,0,0),(109060,29327,571,1,1,26165,0,5247.32,-4238.53,361.805,3.95314,300,0,0,11001,0,0,0,0,0),(109061,29327,571,1,1,26165,0,5146.33,-4197.77,347.672,2.57363,300,0,0,11001,0,0,0,0,0),(109062,29327,571,1,1,26165,0,5250.03,-4221.88,360.781,4.64111,300,0,0,11001,0,0,0,0,0),(109063,29327,571,1,1,26165,0,5161.89,-4178,352.226,0.982794,300,0,0,11001,0,0,0,0,0),(109064,25743,571,1,1,26425,0,3771.54,5731.31,59.3774,2.84181,300,5,0,17964,0,1,0,0,0),(109065,30863,571,1,1,27364,1,5425.48,-918.537,165.94,3.7001,300,0,0,11770,3809,0,0,0,0),(1976445,30060,571,1,2,0,0,7294,-1127.58,938.395,2.43297,300,0,0,12175,0,0,0,0,0),(109067,30863,571,1,1,27364,1,5500.84,-558.263,157.866,5.20073,300,0,0,11770,3809,0,0,0,0),(109068,30863,571,1,1,27364,1,5384.02,-783.603,156.793,1.93731,300,0,0,11770,3809,0,0,0,0),(109069,30863,571,1,1,27364,1,5307.88,-680.026,163.018,5.30593,300,5,0,11770,3809,1,0,0,0),(109070,25487,571,1,1,26297,0,2088.01,5810.79,51.0188,5.8511,300,5,0,6986,0,1,0,0,0),(109071,25487,571,1,1,26297,0,2054.46,5748.39,41.9739,3.94006,300,5,0,6986,0,1,0,0,0),(109072,30863,571,1,1,27364,1,5408.15,-786.723,156.061,3.25959,300,0,0,11770,3809,0,0,0,0),(109073,30863,571,1,1,27360,1,5328.52,-790.152,165.518,3.38047,300,0,0,11770,3809,0,0,0,0),(109074,30863,571,1,1,27360,1,5364.85,-777.385,156.834,4.99547,300,5,0,11770,3809,1,0,0,0),(109075,30863,571,1,1,27364,1,5441.58,-799.435,155.468,2.29548,300,5,0,11770,3809,1,0,0,0),(109076,30863,571,1,1,27360,1,5390.1,-753.646,156.881,1.73319,300,5,0,11770,3809,1,0,0,0),(109077,30863,571,1,1,27360,1,5359.31,-809.997,166.943,2.07307,300,5,0,11770,3809,1,0,0,0),(109078,30863,571,1,1,27360,1,5316.98,-590.268,165.481,3.15905,300,0,0,11770,3809,0,0,0,0),(109079,30863,571,1,1,27364,1,5304.41,-567.677,166.739,1.76278,300,0,0,11770,3809,0,0,0,0),(109080,29327,571,1,1,26165,0,5459.98,-3566.24,363.863,0.800315,300,0,0,11001,0,0,0,0,0),(109081,29327,571,1,1,26165,0,5406.48,-3542,365.608,0.169599,300,0,0,11001,0,0,0,0,0),(109082,29327,571,1,1,26165,0,5617.67,-3647.22,362.425,5.53734,300,0,0,11001,0,0,0,0,0),(109083,29327,571,1,1,26165,0,5512.12,-3605.94,363.684,0.887816,300,0,0,11001,0,0,0,0,0),(109084,29327,571,1,1,26165,0,5516.47,-3547.34,363.856,4.47633,300,0,0,11001,0,0,0,0,0),(109085,25743,571,1,1,26425,0,3770.17,5279.19,29.2739,1.17927,300,5,0,17964,0,1,0,0,0),(109086,25487,571,1,1,26297,0,3333.68,5848.35,77.2184,5.10966,300,5,0,6986,0,1,0,0,0),(109087,25743,571,1,1,26425,0,3794.1,5637.65,50.3563,1.5747,300,5,0,17964,0,1,0,0,0),(109088,25487,571,1,1,26297,0,3354.17,5970.83,74.9231,5.61995,300,5,0,6986,0,1,0,0,0),(109089,25743,571,1,1,26425,0,3661.51,5216.82,27.2919,4.03003,300,5,0,17964,0,1,0,0,0),(109090,25743,571,1,1,26425,0,3822.83,5493.9,40.0278,3.29389,300,5,0,17964,0,1,0,0,0),(109091,28303,571,1,1,24443,1,5150.06,-2529.72,289.39,4.67748,300,0,0,10635,3561,0,0,0,0),(109092,28303,571,1,1,24443,1,5075.19,-2598.16,289.673,6.23082,300,0,0,10635,3561,0,0,0,0),(109093,28303,571,1,1,24443,1,5236.62,-2700.23,289.784,2.19912,300,0,0,10635,3561,0,0,0,0),(109094,28303,571,1,1,24443,1,5164.73,-2612.56,288.488,-3.05322,300,0,0,10635,3561,0,0,0,0),(109095,28303,571,1,1,24443,1,5109.41,-2708.13,289.41,-1.06118,300,0,0,10635,3561,0,0,0,0),(109096,28303,571,1,1,24443,1,5219.96,-2606.16,290.619,4.57276,300,0,0,10635,3561,0,0,0,0),(109097,28303,571,1,1,24443,1,5010.78,-2653.89,289.647,5.70723,300,0,0,10635,3561,0,0,0,0),(109098,28303,571,1,1,24443,1,5044.96,-2751.3,289.214,4.79522,300,0,0,10635,3561,0,0,0,0),(109099,28303,571,1,1,24443,1,4975.21,-2687.91,289.385,4.64258,300,0,0,10635,3561,0,0,0,0),(109100,28303,571,1,1,24443,1,4932.53,-2757.98,287.981,4.9861,300,5,0,10635,3561,1,0,0,0),(109101,28303,571,1,1,24443,1,4992.59,-2808.81,289.669,0.122173,300,0,0,10635,3561,0,0,0,0),(109102,28303,571,1,1,24443,1,5058.97,-2705.14,289.581,1.37881,300,0,0,10635,3561,0,0,0,0),(109103,28303,571,1,1,24443,1,5168.63,-2651.28,289.783,6.19592,300,0,0,10635,3561,0,0,0,0),(109104,28303,571,1,1,24443,1,5081.58,-2729.74,289.627,6.23082,300,0,0,10635,3561,0,0,0,0),(109105,28303,571,1,1,24443,1,5021.22,-2787.15,289.691,4.88692,300,0,0,10635,3561,0,0,0,0),(109106,28303,571,1,1,24443,1,5075.76,-2698.35,287.368,5.48383,300,5,0,10635,3561,1,0,0,0),(109107,28303,571,1,1,24443,1,4971.7,-2786.04,289.687,1.41372,300,0,0,10635,3561,0,0,0,0),(109108,28303,571,1,1,24443,1,5086.14,-2682.93,289.551,3.10669,300,0,0,10635,3561,0,0,0,0),(109109,28303,571,1,1,24443,1,4998.04,-2762.75,289.738,3.12414,300,0,0,10635,3561,0,0,0,0),(109110,28303,571,1,1,24443,1,5175.92,-2756.4,289.577,2.32129,300,0,0,10635,3561,0,0,0,0),(109111,25487,571,1,1,26297,0,3218.55,6112.21,69.2661,1.43453,300,5,0,6986,0,1,0,0,0),(109113,25487,571,1,1,26297,0,3218.79,6215.02,71.7707,1.86009,300,5,0,6986,0,1,0,0,0),(109114,25487,571,1,1,26297,0,3283.54,6040.26,79.9008,1.45693,300,5,0,6986,0,1,0,0,0),(109115,25487,571,1,1,26297,0,3247.9,6084.96,74.913,2.74064,300,5,0,6986,0,1,0,0,0),(109116,25487,571,1,1,26297,0,2377.67,6256.66,55.4409,1.73314,300,5,0,6986,0,1,0,0,0),(109117,25487,571,1,1,26297,0,2244.78,6315.19,49.4681,0.63603,300,5,0,6986,0,1,0,0,0),(109118,25487,571,1,1,26297,0,3312.63,5919.88,86.1768,1.70993,300,5,0,6986,0,1,0,0,0),(109119,25487,571,1,1,26297,0,3271.99,5908.85,90.2638,6.09711,300,5,0,6986,0,1,0,0,0),(109120,25487,571,1,1,26297,0,2017.05,6145.45,33.0131,0.61696,300,5,0,6986,0,1,0,0,0),(109121,25743,571,1,1,26425,0,4116.42,5539.11,28.0351,1.75711,300,5,0,17964,0,1,0,0,0),(109122,25743,571,1,1,26425,0,3466.92,5272.27,34.9022,4.2907,300,5,0,17964,0,1,0,0,0),(109123,25743,571,1,1,26425,0,3515.55,5206.24,28.5298,2.95841,300,5,0,17964,0,1,0,0,0),(109124,25743,571,1,1,26425,0,3995.53,5462.41,31.2008,-1.90975,300,0,0,17964,0,0,0,0,0),(109125,25487,571,1,1,26297,0,2172.4,5882.36,64.0218,3.2433,300,5,0,6986,0,1,0,0,0),(109126,25487,571,1,1,26297,0,2074.89,5870.81,47.2676,4.27015,300,5,0,6986,0,1,0,0,0),(109127,25487,571,1,1,26297,0,2155.3,5944.77,59.9801,5.43657,300,5,0,6986,0,1,0,0,0),(109128,25487,571,1,1,26297,0,2153.29,6038.87,56.9882,5.09689,300,5,0,6986,0,1,0,0,0),(109129,25487,571,1,1,26297,0,2164.11,6212.42,55.7274,0.749362,300,5,0,6986,0,1,0,0,0),(109130,25743,571,1,1,26425,0,3787.08,5814.71,67.4007,5.11487,300,5,0,17964,0,1,0,0,0),(109131,25487,571,1,1,26297,0,2100.96,6242.62,47.9119,0.433089,300,5,0,6986,0,1,0,0,0),(109132,25487,571,1,1,26297,0,2046.42,6146.06,43.4889,0.677188,300,5,0,6986,0,1,0,0,0),(109133,25487,571,1,1,26297,0,2246.24,5608.11,33.536,3.63151,300,5,0,6986,0,1,0,0,0),(109134,25487,571,1,1,26297,0,2063.41,6106.79,47.1083,3.58557,300,5,0,6986,0,1,0,0,0),(109135,25487,571,1,1,26297,0,2013.6,6088.66,39.9924,0.315551,300,5,0,6986,0,1,0,0,0),(109136,25743,571,1,1,26425,0,3832.01,5364.4,25.4508,1.14385,300,5,0,17964,0,1,0,0,0),(109137,25487,571,1,1,26297,0,2074.7,6051.85,46.7342,1.22028,300,5,0,6986,0,1,0,0,0),(109138,25487,571,1,1,26297,0,3232.06,6037.4,79.3618,5.36045,300,5,0,6986,0,1,0,0,0),(109139,25743,571,1,1,26425,0,3348.87,5442.6,56.5822,0.299445,300,5,0,17964,0,1,0,0,0),(109140,25743,571,1,1,26425,0,3347.67,5513.77,59.1194,5.8646,300,5,0,17964,0,1,0,0,0),(109141,25743,571,1,1,26425,0,3412.38,5447.85,60.6364,2.64116,300,5,0,17964,0,1,0,0,0),(109142,25743,571,1,1,26425,0,3291.55,5361.43,42.1962,3.82545,300,5,0,17964,0,1,0,0,0),(109143,30863,571,1,1,27360,1,5495.46,-541.869,159.122,6.16101,300,0,0,11770,3809,0,0,0,0),(109144,30863,571,1,1,27360,1,5467.35,-553.575,158.414,1.95923,300,5,0,11770,3809,1,0,0,0),(109146,27024,571,1,1,23825,1,4685.38,-5504.09,24.8497,3.57792,300,0,0,9940,0,0,0,0,0),(109147,27024,571,1,1,23825,1,4624.82,-5482.14,2.33251,3.03687,300,0,0,9940,0,0,0,0,0),(137679,14864,1,1,1,0,0,-1636.97,111.58,-17.8232,1.04032,120,2,0,1,0,1,0,0,0),(137678,14864,1,1,1,0,0,-1623.03,86.0986,-17.8232,4.55449,120,2,0,1,0,1,0,0,0),(137677,14860,1,1,1,0,0,-1571.49,160.155,-7.71154,3.757,120,0,0,1,0,0,0,0,0),(137676,14847,1,1,1,0,1,-1579.04,176.145,-7.70948,5.37561,120,0,0,1,0,0,0,0,0),(109153,28304,571,1,1,19595,0,5230.99,-3118.04,281.106,3.80482,300,5,0,4979,0,1,0,0,0),(109154,30608,571,1,1,27161,0,5622.25,700.649,652.076,2.07694,300,0,0,10635,0,0,0,0,0),(109155,29328,571,1,1,328,0,3502.96,3829.33,34.4569,0.259742,300,5,0,42,0,1,0,0,0),(109156,29328,571,1,1,328,0,3427.52,2831.66,28.321,0.786479,300,5,0,42,0,1,0,0,0),(109157,29328,571,1,1,328,0,3976.47,-599.75,230.661,5.9778,300,5,0,42,0,1,0,0,0),(109158,29328,571,1,1,328,0,3176.3,-723.161,113.875,2.34939,300,5,0,42,0,1,0,0,0),(109159,15760,571,1,1,15750,1,5776.71,722.554,618.64,1.3439,300,0,0,955,0,0,0,0,0),(109160,15760,571,1,1,15752,1,5777.63,724.602,618.638,4.88692,300,0,0,955,0,0,0,0,0),(109161,25232,571,1,1,17188,0,-12.4699,-4883.23,296.387,5.70723,300,0,0,8982,0,0,0,0,0),(109162,25488,571,1,1,26296,0,2205.6,6417.19,45.5775,2.00713,300,5,0,3728,0,1,0,0,0),(109163,25488,571,1,1,26296,0,2156.88,6414.32,44.9489,2.33874,300,5,0,3728,0,1,0,0,0),(109164,25488,571,1,1,26296,0,2169.86,6454.94,35.1515,5.70723,300,5,0,3728,0,1,0,0,0),(109165,25488,571,1,1,26296,0,2198.31,6398.54,46.1948,5.2709,300,5,0,3728,0,1,0,0,0),(109166,29328,571,1,1,328,0,6320.75,-4570.68,455.09,4.6124,300,5,0,42,0,1,0,0,0),(109167,29328,571,1,1,328,0,7069.68,-4356.26,452.865,1.3552,300,5,0,42,0,1,0,0,0),(109168,27024,571,1,1,23825,1,4612.63,-5471.98,2.47364,4.85202,300,0,0,9940,0,0,0,0,0),(109169,27024,571,1,1,23825,1,4674.7,-5499.04,24.0302,5.02655,300,0,0,9940,0,0,0,0,0),(109170,25488,571,1,1,26296,0,2180.78,6322.73,51.8135,4.18879,300,5,0,3728,0,1,0,0,0),(109171,25488,571,1,1,26296,0,2190.44,6290.35,51.7225,4.03171,300,5,0,3728,0,1,0,0,0),(109172,25488,571,1,1,26296,0,2158.58,6320.36,54.0431,4.03171,300,5,0,3728,0,1,0,0,0),(109173,25488,571,1,1,26296,0,2149.46,6292.6,57.7995,0.750492,300,5,0,3728,0,1,0,0,0),(109174,25488,571,1,1,26296,0,2102.74,6320.29,60.8094,6.07375,300,5,0,3728,0,1,0,0,0),(109175,25488,571,1,1,26296,0,2096.15,6300.25,57.9113,2.04204,300,5,0,3728,0,1,0,0,0),(109176,25488,571,1,1,26296,0,2088.34,6324.28,61.2834,5.93412,300,5,0,3728,0,1,0,0,0),(109177,25488,571,1,1,26296,0,2086.08,6318.29,60.9067,3.14159,300,5,0,3728,0,1,0,0,0),(109178,29328,571,1,1,328,0,3645.14,3815.97,41.4454,3.25613,300,5,0,42,0,1,0,0,0),(109179,29328,571,1,1,328,0,3221.61,-991.243,82.5068,6.13217,300,5,0,42,0,1,0,0,0),(109180,29328,571,1,1,328,0,3219.14,-1309.79,71.9385,3.76168,300,5,0,42,0,1,0,0,0),(109181,29328,571,1,1,328,0,3149.67,-1365.89,61.269,5.44462,300,5,0,42,0,1,0,0,0),(109182,29328,571,1,1,328,0,3584.69,2616,90.208,4.64985,300,5,0,42,0,1,0,0,0),(109183,29328,571,1,1,328,0,3408.14,3487.18,19.2387,1.58548,300,5,0,42,0,1,0,0,0),(109184,29328,571,1,1,328,0,3571.08,1939.67,73.5066,3.33161,300,5,0,42,0,1,0,0,0),(109185,29328,571,1,1,328,0,3178.8,-717.408,116.885,5.40863,300,5,0,42,0,1,0,0,0),(109186,29328,571,1,1,328,0,2808.96,1425.4,146.835,5.14508,300,5,0,42,0,1,0,0,0),(109187,29328,571,1,1,328,0,4679.85,-1011.68,170.642,2.26739,300,5,0,42,0,1,0,0,0),(109188,29328,571,1,1,328,0,3918.43,3947.01,60.0057,1.51216,300,5,0,42,0,1,0,0,0),(109189,29328,571,1,1,328,0,3649.97,3283.17,44.2721,2.59505,300,5,0,42,0,1,0,0,0),(109190,29328,571,1,1,328,0,3338.52,2108.51,69.6439,5.1804,300,5,0,42,0,1,0,0,0),(109191,29328,571,1,1,328,0,3573.55,3370.46,33.4536,5.40699,300,5,0,42,0,1,0,0,0),(109192,29328,571,1,1,328,0,3409.4,3475.7,19.1112,1.48668,300,5,0,42,0,1,0,0,0),(109193,29328,571,1,1,328,0,3217.55,-1312.44,72.0635,3.78875,300,5,0,42,0,1,0,0,0),(109194,29328,571,1,1,328,0,4725.5,-1114.98,168.071,1.73659,300,5,0,42,0,1,0,0,0),(109195,29328,571,1,1,328,0,3216.7,-1213.48,59.2742,2.96681,300,5,0,42,0,1,0,0,0),(109196,29328,571,1,1,328,0,3681.41,3261.75,63.5951,2.67794,300,5,0,42,0,1,0,0,0),(109197,29328,571,1,1,328,0,3543.58,2417.01,71.5635,1.57304,300,5,0,42,0,1,0,0,0),(109198,29328,571,1,1,328,0,3406.35,-1482.37,104.599,5.14023,300,5,0,42,0,1,0,0,0),(109199,29328,571,1,1,328,0,3208.02,-983.615,72.774,1.58408,300,5,0,42,0,1,0,0,0),(109200,29328,571,1,1,328,0,3047.85,-1470.33,50.7746,0.830322,300,5,0,42,0,1,0,0,0),(109201,29328,571,1,1,328,0,3352.91,1117.57,139.139,1.28898,300,5,0,42,0,1,0,0,0),(109202,29328,571,1,1,328,0,3975.43,1502.65,121.564,1.21568,300,5,0,42,0,1,0,0,0),(109203,29328,571,1,1,328,0,3359.98,3576.57,15.6416,5.20223,300,5,0,42,0,1,0,0,0),(109204,29328,571,1,1,328,0,3479.25,3527.94,40.39,2.88848,300,5,0,42,0,1,0,0,0),(109205,29328,571,1,1,328,0,3434.73,2828.64,29.1907,0.185708,300,5,0,42,0,1,0,0,0),(109206,29328,571,1,1,328,0,3482.64,3526.32,40.39,2.11079,300,5,0,42,0,1,0,0,0),(109207,29328,571,1,1,328,0,4552.33,-1183.04,159.925,1.99597,300,5,0,42,0,1,0,0,0),(109208,29328,571,1,1,328,0,3947.65,4065.61,48.6762,1.55029,300,5,0,42,0,1,0,0,0),(109209,29328,571,1,1,328,0,3725.54,3817.57,43.0278,0.097822,300,5,0,42,0,1,0,0,0),(109210,29328,571,1,1,328,0,4296.67,-1059,160.697,4.50678,300,5,0,42,0,1,0,0,0),(109211,29328,571,1,1,328,0,4527.39,-1286.19,158.601,3.87034,300,5,0,42,0,1,0,0,0),(109212,29328,571,1,1,328,0,3351.29,-1095.09,121.552,0.703105,300,5,0,42,0,1,0,0,0),(109213,29328,571,1,1,328,0,3558.59,3407.04,40.197,1.8545,300,5,0,42,0,1,0,0,0),(109214,26768,571,1,1,24027,1,3405.91,4104.35,18.8762,1.48353,300,0,0,3716,0,0,0,0,0),(109215,29328,571,1,1,328,0,6685.34,-4854.18,453.151,5.91338,300,0,0,42,0,0,0,0,0),(109216,29328,571,1,1,328,0,3689.7,2413.76,114.041,4.90597,300,5,0,42,0,1,0,0,0),(109217,29328,571,1,1,328,0,3582.65,2588.27,90.2961,1.61573,300,5,0,42,0,1,0,0,0),(109218,29328,571,1,1,328,0,4003.35,4161.55,52.5764,2.25378,300,5,0,42,0,1,0,0,0),(109219,29328,571,1,1,328,0,3140.61,-1380.54,61.3875,2.82424,300,5,0,42,0,1,0,0,0),(109220,29328,571,1,1,328,0,3323.88,969.06,135.121,0.559533,300,5,0,42,0,1,0,0,0),(109221,29328,571,1,1,328,0,3559.39,2225.48,58.6089,0.295197,300,5,0,42,0,1,0,0,0),(109222,29328,571,1,1,328,0,3388.7,3811.45,26.0369,4.88854,300,5,0,42,0,1,0,0,0),(109224,29328,571,1,1,328,0,3131.53,-1364.4,60.2575,4.5825,300,5,0,42,0,1,0,0,0),(109225,29328,571,1,1,328,0,3143.77,-1377.05,61.3445,1.24381,300,5,0,42,0,1,0,0,0),(109226,29328,571,1,1,328,0,3204.05,1928.67,129.612,3.33228,300,5,0,42,0,1,0,0,0),(109227,29328,571,1,1,328,0,3361.56,3568.06,13.466,5.41619,300,5,0,42,0,1,0,0,0),(109228,29328,571,1,1,328,0,4854.19,784.966,161.521,1.51708,300,5,0,42,0,1,0,0,0),(109229,29328,571,1,1,328,0,3632.32,3818.21,40.0012,5.9808,300,5,0,42,0,1,0,0,0),(109230,29328,571,1,1,328,0,3745.93,3819.67,45.5955,0.276435,300,5,0,42,0,1,0,0,0),(109231,29328,571,1,1,328,0,2982.58,-1409.11,61.0343,2.02046,300,5,0,42,0,1,0,0,0),(109232,29328,571,1,1,328,0,3816.03,4184.27,25.2448,6.02723,300,5,0,42,0,1,0,0,0),(109233,29328,571,1,1,328,0,2868.64,1603.47,156.58,5.91917,300,5,0,42,0,1,0,0,0),(109234,29328,571,1,1,328,0,3329.55,1771.8,129.033,6.14252,300,5,0,42,0,1,0,0,0),(109235,29328,571,1,1,328,0,3609.96,2724.71,79.0621,3.46643,300,5,0,42,0,1,0,0,0),(109236,29328,571,1,1,328,0,2789.39,-1451.72,46.4523,0.063875,300,5,0,42,0,1,0,0,0),(109237,29328,571,1,1,328,0,3758.09,1928.31,94.0326,6.06243,300,5,0,42,0,1,0,0,0),(109238,25488,571,1,1,26296,0,2281.27,5696.38,53.7948,0.743446,300,5,0,3728,0,1,0,0,0),(109239,27024,571,1,1,23825,1,4521.43,-5536.35,2.33251,3.90954,300,0,0,9940,0,0,0,0,0),(109240,27024,571,1,1,23825,1,4515.21,-5548.64,2.33205,1.13446,300,0,0,9940,0,0,0,0,0),(109241,29328,571,1,1,328,0,3175.4,835.981,106.51,4.70946,300,5,0,42,0,1,0,0,0),(109242,29328,571,1,1,328,0,3920.33,3935.89,63.4425,5.09553,300,5,0,42,0,1,0,0,0),(109243,29328,571,1,1,328,0,4133.25,4234.69,50.6682,3.44958,300,5,0,42,0,1,0,0,0),(109244,29328,571,1,1,328,0,3957.78,1797.09,140.434,5.82516,300,5,0,42,0,1,0,0,0),(109245,29328,571,1,1,328,0,4851.28,672.754,161.219,4.12444,300,5,0,42,0,1,0,0,0),(109246,29328,571,1,1,328,0,4339.94,4447.19,73.8015,2.98864,300,5,0,42,0,1,0,0,0),(109247,29328,571,1,1,328,0,3254.69,3799.48,27.5483,4.72612,300,5,0,42,0,1,0,0,0),(109248,29328,571,1,1,328,0,3073.03,-1456.21,46.6797,0.539271,300,0,0,42,0,0,0,0,0),(109249,29328,571,1,1,328,0,6812.14,-4832.6,451.044,1.87668,300,0,0,42,0,0,0,0,0),(109250,29328,571,1,1,328,0,3286.26,3472.48,22.4805,3.81343,300,5,0,42,0,1,0,0,0),(109251,25488,571,1,1,26296,0,2265.98,5688.83,49.4865,1.38283,300,5,0,3728,0,1,0,0,0),(109252,29328,571,1,1,328,0,3756.97,1936.06,93.2876,2.0723,300,5,0,42,0,1,0,0,0),(109253,29328,571,1,1,328,0,3233.85,-458.854,140.588,0.85682,300,5,0,42,0,1,0,0,0),(109254,29328,571,1,1,328,0,3644.77,3822.44,40.1301,2.19809,300,5,0,42,0,1,0,0,0),(109255,29328,571,1,1,328,0,3736.85,1688.15,120.79,3.18134,300,5,0,42,0,1,0,0,0),(109256,29328,571,1,1,328,0,3741.06,3825.5,42.7523,6.27342,300,5,0,42,0,1,0,0,0),(109257,29328,571,1,1,328,0,3154.79,-1470.66,56.2745,2.30782,300,5,0,42,0,1,0,0,0),(109258,29328,571,1,1,328,0,2916.11,-1465.93,66.2833,3.11816,300,5,0,42,0,1,0,0,0),(109259,29328,571,1,1,328,0,3085.95,3682.44,3.10743,5.98799,300,5,0,42,0,1,0,0,0),(109260,29328,571,1,1,328,0,3620.6,2737.49,80.3992,0.850495,300,5,0,42,0,1,0,0,0),(109261,29328,571,1,1,328,0,4385.42,-1231.25,170.566,1.70689,300,5,0,42,0,1,0,0,0),(109262,29328,571,1,1,328,0,3628.09,1282.04,127.451,0.561187,300,5,0,42,0,1,0,0,0),(109263,29328,571,1,1,328,0,2884.79,-626.037,91.6606,5.85312,300,5,0,42,0,1,0,0,0),(109264,29328,571,1,1,328,0,3045.72,-397.452,126.493,5.98888,300,5,0,42,0,1,0,0,0),(109265,29328,571,1,1,328,0,4371.56,-1420.42,162.672,4.42901,300,0,0,42,0,0,0,0,0),(109266,29328,571,1,1,328,0,3124.22,-491.752,126.114,6.12326,300,0,0,42,0,0,0,0,0),(109267,29328,571,1,1,328,0,3144.42,-1463.73,56.7341,1.13334,300,5,0,42,0,1,0,0,0),(109268,29328,571,1,1,328,0,3287.18,-446.285,153.195,5.45086,300,5,0,42,0,1,0,0,0),(109269,29328,571,1,1,328,0,3319.87,978.464,134.371,4.84443,300,5,0,42,0,1,0,0,0),(109270,29328,571,1,1,328,0,4081.76,4202.87,54.0958,4.26016,300,5,0,42,0,1,0,0,0),(109271,29328,571,1,1,328,0,4460.77,-743.303,141.208,2.40733,300,5,0,42,0,1,0,0,0),(109272,29328,571,1,1,328,0,3102.45,-478.201,125.989,3.23736,300,5,0,42,0,1,0,0,0),(109273,29328,571,1,1,328,0,3236.84,3916.83,27.8429,6.00717,300,5,0,42,0,1,0,0,0),(109274,29328,571,1,1,328,0,3302.81,1984.46,96.8036,4.63419,300,5,0,42,0,1,0,0,0),(109275,29328,571,1,1,328,0,6423.29,-4251.72,454.581,1.04408,300,5,0,42,0,1,0,0,0),(109276,25488,571,1,1,26296,0,2176.37,5795.73,63.6517,4.94498,300,5,0,3728,0,1,0,0,0),(109277,25488,571,1,1,26296,0,2172.69,5800.13,62.9034,2.9291,300,5,0,3728,0,1,0,0,0),(109278,25488,571,1,1,26296,0,2181.87,5803.01,63.6534,0.08188,300,5,0,3728,0,1,0,0,0),(109279,25488,571,1,1,26296,0,2165.65,5791.2,61.4513,3.99601,300,5,0,3728,0,1,0,0,0),(109280,29328,571,1,1,328,0,3140.23,891.528,98.4604,0.008789,300,5,0,42,0,1,0,0,0),(109281,29328,571,1,1,328,0,5517.13,-4094.33,364.483,0.785398,300,5,0,42,0,1,0,0,0),(109282,29328,571,1,1,328,0,3697.42,2047.6,86.0804,1.52586,300,5,0,42,0,1,0,0,0),(109283,29328,571,1,1,328,0,2763.22,-631.39,84.0068,4.68505,300,5,0,42,0,1,0,0,0),(109284,29328,571,1,1,328,0,3277.85,-462.433,149.852,4.80472,300,5,0,42,0,1,0,0,0),(109285,29328,571,1,1,328,0,2892.08,928.139,34.1558,1.57837,300,5,0,42,0,1,0,0,0),(109286,29328,571,1,1,328,0,3263.29,883.033,129.927,3.22076,300,5,0,42,0,1,0,0,0),(109287,29328,571,1,1,328,0,3363.72,-413.077,177.284,5.89253,300,5,0,42,0,1,0,0,0),(109288,29328,571,1,1,328,0,3409.2,1901.45,79.8059,5.40735,300,5,0,42,0,1,0,0,0),(109289,29328,571,1,1,328,0,3408.3,1923.69,77.1403,4.4757,300,5,0,42,0,1,0,0,0),(109290,29328,571,1,1,328,0,3715.84,2036.44,87.685,2.62898,300,5,0,42,0,1,0,0,0),(109291,29328,571,1,1,328,0,3716.53,2050.02,88.1955,6.15103,300,5,0,42,0,1,0,0,0),(109292,29328,571,1,1,328,0,3778.18,1356.07,112.062,0.770559,300,5,0,42,0,1,0,0,0),(109293,29328,571,1,1,328,0,3989.11,1497.75,118.362,1.7954,300,5,0,42,0,1,0,0,0),(109294,29328,571,1,1,328,0,4359.39,1122.37,144.591,5.77893,300,5,0,42,0,1,0,0,0),(109295,29328,571,1,1,328,0,3609.11,1669.87,107.9,5.77846,300,5,0,42,0,1,0,0,0),(109296,29328,571,1,1,328,0,4227.53,1192.97,140.6,5.86367,300,5,0,42,0,1,0,0,0),(109297,29328,571,1,1,328,0,3197.73,-469.241,135.421,0.695773,300,5,0,42,0,1,0,0,0),(109298,30864,571,1,1,27365,1,5481.99,-1043.84,174.746,-1.51262,300,5,0,11770,3809,1,0,0,0),(109299,29328,571,1,1,328,0,3691.41,2267.85,90.1892,5.01067,300,5,0,42,0,1,0,0,0),(109300,29328,571,1,1,328,0,3721.15,2048.26,88.6381,2.43177,300,5,0,42,0,1,0,0,0),(109301,29328,571,1,1,328,0,3685.91,2045.06,85.5747,0.159851,300,5,0,42,0,1,0,0,0),(109302,29328,571,1,1,328,0,6189.18,-4522.33,453.91,4.41999,300,5,0,42,0,1,0,0,0),(109303,30096,571,1,1,26764,0,7419.36,-52.6175,803.072,0.715585,200,0,0,42,0,0,0,0,0),(109304,30864,571,1,1,27366,1,5411.45,-895.82,165.94,5.44543,300,0,0,11770,3809,0,0,0,0),(109305,30864,571,1,1,27366,1,5414.77,-882.598,164.108,0.86369,300,5,0,11770,3809,1,0,0,0),(109306,29328,571,1,1,328,0,3791.34,4186.71,25.2258,5.97873,300,5,0,42,0,1,0,0,0),(109307,30864,571,1,1,27365,1,5506.77,-576.103,155.633,5.01265,300,5,0,11770,3809,1,0,0,0),(109308,30864,571,1,1,27366,1,5222.57,-648.011,160.732,4.7807,300,5,0,11770,3809,1,0,0,0),(109309,30864,571,1,1,27365,1,5495.46,-541.869,159.122,6.16101,300,0,0,11770,3809,0,0,0,0),(109310,25488,571,1,1,26296,0,2092.04,5804.12,53.534,0.010364,300,5,0,3728,0,1,0,0,0),(109311,25488,571,1,1,26296,0,2088.18,5818.29,50.0719,6.17287,300,5,0,3728,0,1,0,0,0),(109312,25488,571,1,1,26296,0,2077.36,5807.71,49.2313,6.17346,300,5,0,3728,0,1,0,0,0),(109313,25488,571,1,1,26296,0,2081.45,5793.38,52.0846,6.20963,300,5,0,3728,0,1,0,0,0),(109314,25488,571,1,1,26296,0,2051.71,5767.64,40.1127,4.09277,300,5,0,3728,0,1,0,0,0),(109315,25488,571,1,1,26296,0,2063.98,5760.64,44.9739,3.56519,300,5,0,3728,0,1,0,0,0),(109316,25488,571,1,1,26296,0,2050.55,5752.66,40.3489,4.12886,300,5,0,3728,0,1,0,0,0),(109317,25488,571,1,1,26296,0,2062.32,5744.77,45.4739,4.04752,300,5,0,3728,0,1,0,0,0),(109318,25488,571,1,1,26296,0,2284.21,5705.72,58.2781,1.12113,300,5,0,3728,0,1,0,0,0),(109319,30864,571,1,1,27365,1,5499.51,-512.949,162.29,5.43838,300,5,0,11770,3809,1,0,0,0),(109320,30864,571,1,1,27366,1,5480.55,-517.363,162.639,5.96903,300,0,0,11770,3809,0,0,0,0),(109321,29328,571,1,1,328,0,6441.8,-4639.45,454.865,4.96921,300,0,0,42,0,0,0,0,0),(109322,30864,571,1,1,27365,1,5311.89,-757.1,163.018,0.374985,300,5,0,11770,3809,1,0,0,0),(109323,30864,571,1,1,27366,1,5471.71,-555.518,158.187,0.112991,300,5,0,11770,3809,1,0,0,0),(109324,30864,571,1,1,27366,1,5389.43,-905.448,164.141,3.02842,300,5,0,11770,3809,1,0,0,0),(109325,30864,571,1,1,27366,1,5339.84,-805.708,165.532,1.1878,300,5,0,11770,3809,1,0,0,0),(109326,30864,571,1,1,27365,1,5339.92,-820.609,165.532,1.50106,300,5,0,11770,3809,1,0,0,0),(109327,30864,571,1,1,27366,1,5255.15,-618.642,162.987,5.23599,300,0,0,11770,3809,0,0,0,0),(109328,29328,571,1,1,328,0,7021.27,-4279.72,448.727,0.505581,300,0,0,42,0,0,0,0,0),(109329,25488,571,1,1,26296,0,2268.93,5698.55,54.1243,3.12756,300,5,0,3728,0,1,0,0,0),(109330,29328,571,1,1,328,0,6574.12,-4626.52,450.912,3.85996,300,0,0,42,0,0,0,0,0),(109331,29328,571,1,1,328,0,5358.4,-4257.21,364.322,5.60845,300,0,0,42,0,0,0,0,0),(109332,25488,571,1,1,26296,0,3270.51,6029.15,80.0387,0.021709,300,5,0,3728,0,1,0,0,0),(109333,24464,571,1,1,22506,0,2125.01,-2698.41,5.31509,2.87979,300,0,0,42,0,0,0,0,0),(109334,27024,571,1,1,23825,1,4697.4,-5552.05,53.312,3.75246,300,0,0,9940,0,0,0,0,0),(109335,29328,571,1,1,328,0,4246.09,4415.74,37.368,3.44458,300,5,0,42,0,1,0,0,0),(109336,29328,571,1,1,328,0,6787.39,-4240.44,450.796,1.0879,300,0,0,42,0,0,0,0,0),(109337,24464,571,1,1,22506,0,2406.79,-2758.6,4.45342,2.16421,300,0,0,42,0,0,0,0,0),(109338,24464,571,1,1,22506,0,2210.82,-2713.11,5.42142,0.680678,300,0,0,42,0,0,0,0,0),(109339,29328,571,1,1,328,0,3954.48,4076.93,48.9189,1.44644,300,5,0,42,0,1,0,0,0),(109340,25488,571,1,1,26296,0,3330.69,5857.56,79.5029,5.18083,300,5,0,3728,0,1,0,0,0),(109341,25488,571,1,1,26296,0,3333.09,5870.31,81.2256,0.161871,300,5,0,3728,0,1,0,0,0),(109342,25488,571,1,1,26296,0,3316.61,5847.44,77.8678,5.15497,300,5,0,3728,0,1,0,0,0),(109343,25488,571,1,1,26296,0,3323.61,5850.85,78.3892,5.17298,300,5,0,3728,0,1,0,0,0),(109344,25488,571,1,1,26296,0,3339.71,6009.66,74.1889,4.7452,300,5,0,3728,0,1,0,0,0),(109345,29328,571,1,1,328,0,6906.87,-4286.53,451.082,4.32992,300,0,0,42,0,0,0,0,0),(109346,29328,571,1,1,328,0,5407.99,-4081.99,366.1,3.38617,300,0,0,42,0,0,0,0,0),(109347,24464,571,1,1,22506,0,1861.05,-2769.73,4.40885,1.97222,300,0,0,42,0,0,0,0,0),(109348,24464,571,1,1,22506,0,2307.3,-2783.26,6.50386,1.39626,300,0,0,42,0,0,0,0,0),(109349,29328,571,1,1,328,0,5243.17,-4153.52,359.948,3.23972,300,0,0,42,0,0,0,0,0),(109350,29328,571,1,1,328,0,3335.92,3852.55,27.2525,2.06519,300,5,0,42,0,1,0,0,0),(109351,24464,571,1,1,22506,0,1957.97,-2722.79,4.67466,1.27409,300,0,0,42,0,0,0,0,0),(109352,29328,571,1,1,328,0,5411.3,-3487.04,368.089,1.45598,300,5,0,42,0,1,0,0,0),(109353,29328,571,1,1,328,0,6342.49,-4381.08,450.897,4.00447,300,5,0,42,0,1,0,0,0),(109354,29328,571,1,1,328,0,5557.92,-3674.97,364.342,3.51371,300,0,0,42,0,0,0,0,0),(109355,29328,571,1,1,328,0,5427.67,-4399.88,369.612,4.33954,300,0,0,42,0,0,0,0,0),(109356,29328,571,1,1,328,0,5146.33,-4197.77,347.672,3.09276,300,5,0,42,0,1,0,0,0),(109357,29328,571,1,1,328,0,6210.14,-4427.15,450.864,5.05511,300,5,0,42,0,1,0,0,0),(109358,29328,571,1,1,328,0,5517.86,-4248.62,365.767,4.22968,300,5,0,42,0,1,0,0,0),(109359,29328,571,1,1,328,0,5608.28,-3713.15,364.213,1.60127,300,0,0,42,0,0,0,0,0),(109360,29328,571,1,1,328,0,5459.98,-3566.24,363.863,1.30403,300,5,0,42,0,1,0,0,0),(109361,29328,571,1,1,328,0,5207.72,-4341.59,385.784,0.488692,300,0,0,42,0,0,0,0,0),(109362,29328,571,1,1,328,0,5511.51,-3584.58,363.366,0.634986,300,0,0,42,0,0,0,0,0),(109363,29328,571,1,1,328,0,5627.44,-3671.27,366.835,2.36183,300,0,0,42,0,0,0,0,0),(109364,29328,571,1,1,328,0,5529.68,-3642.25,365.229,3.08799,300,5,0,42,0,1,0,0,0),(109365,29328,571,1,1,328,0,4206.07,4195.39,90.7043,0.80488,300,5,0,42,0,1,0,0,0),(109366,29328,571,1,1,328,0,6252.99,-4444.67,451.054,2.34308,300,0,0,42,0,0,0,0,0),(109367,29328,571,1,1,328,0,6631.85,-4685.24,450.691,0.017453,300,0,0,42,0,0,0,0,0),(109368,29328,571,1,1,328,0,7045.58,-4178.76,451.644,2.76762,300,5,0,42,0,1,0,0,0),(109369,29328,571,1,1,328,0,6789.31,-4105.57,465.893,2.89496,300,0,0,42,0,0,0,0,0),(109370,29328,571,1,1,328,0,7107.55,-4407.12,451.433,0.865197,300,0,0,42,0,0,0,0,0),(109371,25488,571,1,1,26296,0,3204.33,6096.63,69.7758,1.34524,300,5,0,3728,0,1,0,0,0),(109372,25488,571,1,1,26296,0,3229.38,6095.9,72.4399,1.73659,300,5,0,3728,0,1,0,0,0),(109373,25488,571,1,1,26296,0,3217.05,6105.48,69.6474,1.57211,300,5,0,3728,0,1,0,0,0),(109374,25488,571,1,1,26296,0,3217.05,6089.74,71.147,1.54048,300,5,0,3728,0,1,0,0,0),(109375,25488,571,1,1,26296,0,3216.48,6213.41,72.606,1.95739,300,5,0,3728,0,1,0,0,0),(109376,25488,571,1,1,26296,0,3230.02,6225.4,68.8702,1.94324,300,5,0,3728,0,1,0,0,0),(109377,25488,571,1,1,26296,0,3233.19,6228.4,69.4153,1.91973,300,5,0,3728,0,1,0,0,0),(109378,25488,571,1,1,26296,0,3218.92,6221.3,71.1083,1.89928,300,5,0,3728,0,1,0,0,0),(109379,25488,571,1,1,26296,0,3271.17,6085.05,76.2048,3.35193,300,5,0,3728,0,1,0,0,0),(109380,25488,571,1,1,26296,0,3269.79,6085.22,76.1667,2.94858,300,5,0,3728,0,1,0,0,0),(109381,25488,571,1,1,26296,0,3272.47,6099.63,75.3724,3.0706,300,5,0,3728,0,1,0,0,0),(109382,27024,571,1,1,23825,1,4608.36,-5697.05,182.072,0.993612,300,0,0,9940,0,0,0,0,0),(109383,27024,571,1,1,23825,1,4605.78,-5701.02,184.506,5.18644,300,0,0,9940,0,0,0,0,0),(109384,27024,571,1,1,23825,1,4614.51,-5679.68,180.032,0.498027,300,0,0,9940,0,0,0,0,0),(43467,26405,571,1,1,0,1,3317.76,-5112.08,300.462,1.78269,300,0,0,12762,3561,0,0,0,0),(109386,25488,571,1,1,26296,0,2359.25,6234.67,48.5801,1.78554,300,5,0,3728,0,1,0,0,0),(109387,25488,571,1,1,26296,0,2365.76,6232.89,49.2704,1.10584,300,5,0,3728,0,1,0,0,0),(109388,25488,571,1,1,26296,0,2354.12,6241.4,49.8317,1.79395,300,5,0,3728,0,1,0,0,0),(109389,25488,571,1,1,26296,0,2352.12,6243.02,49.8863,0.410925,300,5,0,3728,0,1,0,0,0),(109390,27024,571,1,1,23825,1,4606.14,-5697.65,183.22,2.08879,300,0,0,9940,0,0,0,0,0),(109391,25488,571,1,1,26296,0,2257.74,6291.16,50.513,2.21451,300,5,0,3728,0,1,0,0,0),(109392,25488,571,1,1,26296,0,2252.57,6287.99,49.3309,1.84955,300,5,0,3728,0,1,0,0,0),(109393,25488,571,1,1,26296,0,2242.85,6285.33,47.7379,1.50601,300,5,0,3728,0,1,0,0,0),(109394,25488,571,1,1,26296,0,2245.06,6288.32,48.2682,1.50478,300,5,0,3728,0,1,0,0,0),(109395,25488,571,1,1,26296,0,3317.34,5931.74,85.0359,3.31847,300,5,0,3728,0,1,0,0,0),(109396,25488,571,1,1,26296,0,3309.45,5918.48,86.6609,3.60298,300,5,0,3728,0,1,0,0,0),(109397,25488,571,1,1,26296,0,3324.54,5918.43,84.6609,3.21643,300,5,0,3728,0,1,0,0,0),(109398,25488,571,1,1,26296,0,3317.4,5904.87,85.7859,3.21643,300,5,0,3728,0,1,0,0,0),(109399,25488,571,1,1,26296,0,3270.35,5904.2,90.9662,1.18219,300,5,0,3728,0,1,0,0,0),(109400,25488,571,1,1,26296,0,3268.09,5899.65,91.6854,1.18981,300,5,0,3728,0,1,0,0,0),(109401,25488,571,1,1,26296,0,3262.21,5892.36,92.588,1.1171,300,5,0,3728,0,1,0,0,0),(109402,27024,571,1,1,23825,1,4642.88,-5573.97,43.384,3.80533,300,0,0,9940,0,2,0,0,0),(109403,27024,571,1,1,23825,1,4616.5,-5678.48,180.027,0.133464,300,0,0,9940,0,0,0,0,0),(109385,26935,571,1,1,0,1,4550.15,-5493.45,2.19,0.85,120,6,0,9940,0,2,0,0,0),(109405,27024,571,1,1,23825,1,4620.13,-5679.7,180.026,1.27062,300,0,0,9940,0,0,0,0,0),(109406,27024,571,1,1,23825,1,4599.94,-5706.74,184.5,3.72,300,0,0,9940,0,0,0,0,0),(109407,27024,571,1,1,23825,1,4597.47,-5697.7,184.59,4.31096,300,0,0,9940,0,0,0,0,0),(109408,27024,571,1,1,23825,1,4617.53,-5677.46,180.026,-0.247961,300,0,0,9940,0,0,0,0,0),(109409,27024,571,1,1,23825,1,4598.15,-5705.81,184.59,4.10152,300,0,0,9940,0,0,0,0,0),(109410,27024,571,1,1,23825,1,4529.07,-5615.24,25.0576,5.51524,300,0,0,9940,0,0,0,0,0),(109411,27024,571,1,1,23825,1,4534.18,-5626.96,25.0576,1.48353,300,0,0,9940,0,0,0,0,0),(109412,27024,571,1,1,23825,1,4684.31,-5561.73,53.6847,0.506145,300,0,0,9940,0,0,0,0,0),(109413,25488,571,1,1,26296,0,3342.82,6011.13,74.9231,0.283993,300,5,0,3728,0,1,0,0,0),(109414,25488,571,1,1,26296,0,2021.92,6142.94,35.6363,0.194244,300,5,0,3728,0,1,0,0,0),(109415,25488,571,1,1,26296,0,2025.39,6128.58,37.9572,6.20291,300,5,0,3728,0,1,0,0,0),(109416,25488,571,1,1,26296,0,2009.23,6150.38,30.3146,6.2393,300,5,0,3728,0,1,0,0,0),(109417,25488,571,1,1,26296,0,2008.62,6134.77,32.9552,6.23923,300,5,0,3728,0,1,0,0,0),(109418,29328,571,1,1,328,0,4265.52,4277.06,93.3319,6.18439,300,5,0,42,0,1,0,0,0),(109419,25488,571,1,1,26296,0,2163.74,5897.51,62.2701,3.57327,300,5,0,3728,0,1,0,0,0),(109420,25488,571,1,1,26296,0,2162.81,5874.47,61.3951,0.296825,300,5,0,3728,0,1,0,0,0),(109421,25488,571,1,1,26296,0,2149.07,5892.33,57.8019,3.32497,300,5,0,3728,0,1,0,0,0),(109422,25488,571,1,1,26296,0,2166.7,5882.85,62.7784,1.28295,300,5,0,3728,0,1,0,0,0),(109423,25488,571,1,1,26296,0,2063.03,5897.64,47.1839,5.62302,300,5,0,3728,0,1,0,0,0),(109424,25488,571,1,1,26296,0,2088.15,5882,50.6118,4.47593,300,5,0,3728,0,1,0,0,0),(109425,25488,571,1,1,26296,0,2069.05,5903.15,48.6982,5.33852,300,5,0,3728,0,1,0,0,0),(109426,25488,571,1,1,26296,0,2058.87,5890.64,46.6912,5.90603,300,5,0,3728,0,1,0,0,0),(109427,25488,571,1,1,26296,0,2171.62,5960.1,60.8625,4.89819,300,5,0,3728,0,1,0,0,0),(109428,25488,571,1,1,26296,0,2177.58,5951.73,60.9372,4.9219,300,5,0,3728,0,1,0,0,0),(109429,25488,571,1,1,26296,0,2162.29,5957.22,60.3393,5.01278,300,5,0,3728,0,1,0,0,0),(109430,25488,571,1,1,26296,0,2162.31,5950.6,60.4895,4.55915,300,5,0,3728,0,1,0,0,0),(109431,25488,571,1,1,26296,0,2153.56,6025.05,55.5758,4.34905,300,5,0,3728,0,1,0,0,0),(109432,25488,571,1,1,26296,0,2147.24,6027,55.8258,3.81958,300,5,0,3728,0,1,0,0,0),(109433,25488,571,1,1,26296,0,2137.05,6021.68,54.9508,4.84191,300,5,0,3728,0,1,0,0,0),(109434,25488,571,1,1,26296,0,2163.28,6027.55,55.2008,4.47767,300,5,0,3728,0,1,0,0,0),(109435,25488,571,1,1,26296,0,2168.03,6217.74,55.751,2.40224,300,5,0,3728,0,1,0,0,0),(109436,25488,571,1,1,26296,0,2168.65,6195.63,54.9117,2.70426,300,5,0,3728,0,1,0,0,0),(109437,25488,571,1,1,26296,0,2160.55,6208.07,55.3524,2.76066,300,5,0,3728,0,1,0,0,0),(109438,25488,571,1,1,26296,0,2178.55,6205.97,57.001,2.36596,300,5,0,3728,0,1,0,0,0),(109439,25488,571,1,1,26296,0,2072.75,6211.68,40.6412,0.770764,300,5,0,3728,0,1,0,0,0),(109440,25488,571,1,1,26296,0,2065.05,6215.01,37.1519,0.490282,300,5,0,3728,0,1,0,0,0),(109441,25488,571,1,1,26296,0,2065.29,6222.02,36.1519,0.24665,300,5,0,3728,0,1,0,0,0),(109442,25488,571,1,1,26296,0,2067.4,6201.88,39.5162,0.866237,300,5,0,3728,0,1,0,0,0),(109443,25488,571,1,1,26296,0,2071.62,6149.12,46.2249,3.26327,300,5,0,3728,0,1,0,0,0),(109444,25488,571,1,1,26296,0,2070.53,6150.15,46.0999,4.502,300,5,0,3728,0,1,0,0,0),(109445,25488,571,1,1,26296,0,2059.76,6163.22,44.4889,4.42209,300,5,0,3728,0,1,0,0,0),(109446,25488,571,1,1,26296,0,2060.46,6152.7,45.3639,4.38565,300,5,0,3728,0,1,0,0,0),(109447,25488,571,1,1,26296,0,2248.06,5599.46,31.1379,3.87934,300,5,0,3728,0,1,0,0,0),(109448,25488,571,1,1,26296,0,2253.4,5613.78,35.7737,3.98006,300,5,0,3728,0,1,0,0,0),(109449,25488,571,1,1,26296,0,2262.65,5601.13,30.9176,3.12965,300,5,0,3728,0,1,0,0,0),(109450,25488,571,1,1,26296,0,2272.07,5609.66,35.5211,3.873,300,5,0,3728,0,1,0,0,0),(109451,25488,571,1,1,26296,0,2064.59,6104.34,47.6083,2.26547,300,5,0,3728,0,1,0,0,0),(109452,25488,571,1,1,26296,0,2076.59,6100.66,48.0828,0.81156,300,5,0,3728,0,1,0,0,0),(109453,25488,571,1,1,26296,0,2057.13,6116.9,44.8583,1.48521,300,5,0,3728,0,1,0,0,0),(109454,25488,571,1,1,26296,0,2071.4,6112.91,47.3328,1.53186,300,5,0,3728,0,1,0,0,0),(109455,25488,571,1,1,26296,0,2008.33,6085.82,38.9924,1.14153,300,5,0,3728,0,1,0,0,0),(109456,25488,571,1,1,26296,0,2010.24,6077.4,38.6174,0.946965,300,5,0,3728,0,1,0,0,0),(109457,25488,571,1,1,26296,0,2003.52,6102.31,35.777,1.24485,300,5,0,3728,0,1,0,0,0),(109458,25488,571,1,1,26296,0,2010.08,6093.91,38.4924,0.98982,300,5,0,3728,0,1,0,0,0),(109459,25488,571,1,1,26296,0,2025.42,6043.58,42.2424,2.86216,300,5,0,3728,0,1,0,0,0),(109460,25488,571,1,1,26296,0,2016.52,6031.32,39.2823,2.87267,300,5,0,3728,0,1,0,0,0),(109461,25488,571,1,1,26296,0,2004,6035.3,34.1174,5.54089,300,5,0,3728,0,1,0,0,0),(109462,25488,571,1,1,26296,0,2013.1,6042.08,37.7424,5.05656,300,5,0,3728,0,1,0,0,0),(109463,25488,571,1,1,26296,0,2076.06,6028.15,50.4012,0.827544,300,5,0,3728,0,1,0,0,0),(109464,25488,571,1,1,26296,0,2077.37,6030.4,50.5201,6.19166,300,5,0,3728,0,1,0,0,0),(109465,25488,571,1,1,26296,0,2065.5,6038.27,45.6718,0.590502,300,5,0,3728,0,1,0,0,0),(109466,25488,571,1,1,26296,0,2065.47,6027.39,46.4679,6.18561,300,5,0,3728,0,1,0,0,0),(109467,25488,571,1,1,26296,0,3250.23,6030.61,79.9153,5.21882,300,5,0,3728,0,1,0,0,0),(109468,25488,571,1,1,26296,0,3241.54,6027.73,80.9845,5.13054,300,5,0,3728,0,1,0,0,0),(109469,25488,571,1,1,26296,0,3264.81,6072.16,76.2443,3.63163,300,5,0,3728,0,1,0,0,0),(109470,25488,571,1,1,26296,0,3279.98,5964.02,82.9137,1.82916,300,5,0,3728,0,1,0,0,0),(109471,25488,571,1,1,26296,0,3277.86,5952.93,82.9137,1.73201,300,5,0,3728,0,1,0,0,0),(109472,29328,571,1,1,328,0,4303.31,4348.93,85.4744,5.46933,300,5,0,42,0,1,0,0,0),(109473,29328,571,1,1,328,0,4021.4,4157.48,58.8225,6.26268,300,5,0,42,0,1,0,0,0),(109474,29328,571,1,1,328,0,3686.06,2414.27,112.932,3.69139,300,5,0,42,0,1,0,0,0),(109475,29328,571,1,1,328,0,3500.06,3854.41,30.2838,3.81633,300,5,0,42,0,1,0,0,0),(109476,29328,571,1,1,328,0,4963.62,868.863,199.606,2.14601,300,5,0,42,0,1,0,0,0),(109477,30096,571,1,1,26764,0,7297.35,104.756,806.657,2.54818,200,0,0,42,0,0,0,0,0),(109478,29328,571,1,1,328,0,3713.56,2046.87,87.8205,4.35935,300,5,0,42,0,1,0,0,0),(109479,29328,571,1,1,328,0,3625.36,2729.52,83.6987,5.96119,300,5,0,42,0,1,0,0,0),(109480,29328,571,1,1,328,0,3548.3,2412.69,73.111,5.50607,300,5,0,42,0,1,0,0,0),(109481,30864,571,1,1,27366,1,5481,-1026.9,181.875,5.86219,300,5,0,11770,3809,1,0,0,0),(109482,29328,571,1,1,328,0,3702.62,2263.81,91.6927,5.48398,300,5,0,42,0,1,0,0,0),(109483,30096,571,1,1,26764,0,7246.69,-95.4619,774.442,0.453786,200,0,0,42,0,0,0,0,0),(109484,30864,571,1,1,27366,1,5515.19,-539.242,158.039,5.74672,300,0,0,11770,3809,0,0,0,0),(109485,30864,571,1,1,27366,1,5466.6,-551.724,158.443,5.10078,300,5,0,11770,3809,1,0,0,0),(109486,29328,571,1,1,328,0,3753.35,1927.47,93.5865,5.67054,300,5,0,42,0,1,0,0,0),(109487,30096,571,1,1,26764,0,7292.11,-140.543,808.282,2.74017,200,0,0,42,0,0,0,0,0),(109488,30096,571,1,1,26764,0,7219.28,-33.3222,809.416,5.13127,200,0,0,42,0,0,0,0,0),(109489,30096,571,1,1,26764,0,7273.44,-117.658,772.226,4.62512,200,0,0,42,0,0,0,0,0),(109490,30096,571,1,1,26764,0,7318.18,118.513,785.323,0.855211,200,0,0,42,0,0,0,0,0),(109491,30096,571,1,1,26764,0,7404.8,-46.7051,781.852,5.51524,200,0,0,42,0,0,0,0,0),(109492,30096,571,1,1,26764,0,7214.41,-40.4653,772.463,1.95477,200,0,0,42,0,0,0,0,0),(109493,30096,571,1,1,26764,0,7292.93,44.2101,771.349,3.14159,200,0,0,42,0,0,0,0,0),(109494,30096,571,1,1,26764,0,7261.02,112.288,786.52,3.66519,200,0,0,42,0,0,0,0,0),(109495,29328,571,1,1,328,0,3691.1,2040.38,85.411,3.06145,300,5,0,42,0,1,0,0,0),(109496,29328,571,1,1,328,0,3789.52,1341.6,116.09,5.768,300,5,0,42,0,1,0,0,0),(109497,28561,571,1,1,25515,0,6369.9,-3265.91,389.018,6.23082,300,0,0,13945,0,0,0,0,0),(132540,21763,530,1,1,18012,1,-3998.51,3017.21,359.422,4.61651,180,5,0,5744,3231,1,0,0,0),(132541,21763,530,1,1,18012,1,-4075.33,3114.4,314.683,3.89314,180,5,0,5744,3231,1,0,0,0),(109500,26513,571,1,1,24443,0,3892.73,-1911.72,211.241,3.56047,300,0,0,13419,0,0,0,0,0),(109501,28305,571,1,1,19595,0,5258.34,-3262.68,283.96,2.30383,300,5,0,4979,0,1,0,0,0),(109502,31889,571,1,1,134,0,3695.44,-3386.93,252.019,4.72801,300,5,0,8,0,1,0,0,0),(109503,27025,571,1,1,24247,0,3255.77,-700.233,167.336,2.96706,300,0,0,8982,0,0,0,0,0),(109505,26513,571,1,1,24443,0,3875.43,-1913.81,209.82,6.24828,300,0,0,13419,0,0,0,0,0),(109506,26513,571,1,1,24443,0,3906.32,-1929.13,211.167,3.75246,300,0,0,13419,0,0,0,0,0),(109507,31889,571,1,1,134,0,3743.91,-3355.22,261.901,5.72417,300,5,0,8,0,1,0,0,0),(109508,31889,571,1,1,134,0,3814.87,-3422.04,279.645,2.05134,300,5,0,8,0,1,0,0,0),(109509,31889,571,1,1,134,0,4995.83,-4954.17,363.697,5.40133,300,5,0,8,0,1,0,0,0),(109510,31889,571,1,1,134,0,2912.12,-2201.7,51.9562,0.322772,300,0,0,8,0,0,0,0,0),(109511,26513,571,1,1,24443,0,3885.12,-1931.68,209.316,3.63029,300,0,0,13419,0,0,0,0,0),(109512,26513,571,1,1,24443,0,3895.88,-1968.13,209.197,0.453786,300,0,0,13419,0,0,0,0,0),(109513,31889,571,1,1,134,0,5199.75,-4653.21,288.983,2.66138,300,5,0,8,0,1,0,0,0),(109514,31889,571,1,1,134,0,3691.9,-3050.66,251.955,4.17532,300,5,0,8,0,1,0,0,0),(109515,31889,571,1,1,134,0,4431.22,-3685.58,239.564,0.099097,300,5,0,8,0,1,0,0,0),(109516,31889,571,1,1,134,0,3303.2,-2438.88,99.7853,3.22765,300,5,0,8,0,1,0,0,0),(109517,31889,571,1,1,134,0,3939.18,-3303.15,308.183,1.70606,300,5,0,8,0,1,0,0,0),(109518,31889,571,1,1,134,0,3858.18,-4179.45,211.974,1.50144,300,5,0,8,0,1,0,0,0),(109519,31889,571,1,1,134,0,3632.69,-3007.28,232.772,1.20626,300,5,0,8,0,1,0,0,0),(109520,31889,571,1,1,134,0,4160.29,-3478.25,285.597,2.69575,300,5,0,8,0,1,0,0,0),(109521,31889,571,1,1,134,0,2947.5,-3051.22,100.59,2.31958,300,5,0,8,0,1,0,0,0),(109522,31889,571,1,1,134,0,2871.64,-1798.06,35.7263,4.30557,300,5,0,8,0,1,0,0,0),(109523,31889,571,1,1,134,0,3084.87,-1833.28,67.1427,0.658296,300,5,0,8,0,1,0,0,0),(109524,31889,571,1,1,134,0,3763.54,-4146.88,199.734,3.57106,300,5,0,8,0,1,0,0,0),(109525,31889,571,1,1,134,0,3966.21,-3261.64,299.019,5.77058,300,5,0,8,0,1,0,0,0),(109526,31889,571,1,1,134,0,3801.11,-4069.26,194.559,5.57308,300,5,0,8,0,1,0,0,0),(109527,31889,571,1,1,134,0,2959.25,-2313.69,52.457,3.57905,300,5,0,8,0,1,0,0,0),(109528,31889,571,1,1,134,0,3698.71,-1953.26,193.7,0.494206,300,5,0,8,0,1,0,0,0),(109529,31889,571,1,1,134,0,4023.28,-4240.16,252.433,4.82873,300,5,0,8,0,1,0,0,0),(109530,31889,571,1,1,134,0,3312.64,-2778.36,171.714,2.94427,300,5,0,8,0,1,0,0,0),(109531,31889,571,1,1,134,0,3888.36,-5008.72,84.6421,3.09532,300,5,0,8,0,1,0,0,0),(109532,31889,571,1,1,134,0,3841.05,-4817.62,123.163,4.22448,300,5,0,8,0,1,0,0,0),(109533,31889,571,1,1,134,0,3584.88,-1937.32,171.524,0.214434,300,5,0,8,0,1,0,0,0),(109534,31889,571,1,1,134,0,3050.86,-2802.86,104.389,6.20304,300,5,0,8,0,1,0,0,0),(109535,31889,571,1,1,134,0,5249.75,-4895.38,303.839,1.20855,300,5,0,8,0,1,0,0,0),(109536,31889,571,1,1,134,0,3885.04,-2157.78,211.65,1.41957,300,5,0,8,0,1,0,0,0),(109537,31889,571,1,1,134,0,4953.72,-4446.74,270.567,4.96116,300,5,0,8,0,1,0,0,0),(109538,31889,571,1,1,134,0,4138.59,-4163.45,210.369,0.476063,300,5,0,8,0,1,0,0,0),(109539,31889,571,1,1,134,0,3970.91,-2885.49,278.407,2.35611,300,5,0,8,0,1,0,0,0),(109540,31889,571,1,1,134,0,5146.46,-4985.98,294.69,1.8082,300,5,0,8,0,1,0,0,0),(109541,31889,571,1,1,134,0,3922.56,-4462.79,245.73,6.07348,300,5,0,8,0,1,0,0,0),(109542,31889,571,1,1,134,0,3017.51,-1821.87,61.2411,3.13501,300,5,0,8,0,1,0,0,0),(109543,31889,571,1,1,134,0,4175.66,-2605.86,234.721,5.94501,300,5,0,8,0,1,0,0,0),(109544,31889,571,1,1,134,0,3992.4,-2024.3,210.961,3.84765,300,5,0,8,0,1,0,0,0),(109545,31889,571,1,1,134,0,2777.11,-2843.82,74.2024,2.64522,300,5,0,8,0,1,0,0,0),(109546,31889,571,1,1,134,0,5059.17,-4615.23,287.661,3.11621,300,5,0,8,0,1,0,0,0),(109547,31889,571,1,1,134,0,3916.93,-4115.65,217.472,2.87363,300,5,0,8,0,1,0,0,0),(109548,31889,571,1,1,134,0,3841.74,-4425.34,195.888,5.725,300,5,0,8,0,1,0,0,0),(109549,31889,571,1,1,134,0,3544.01,-2992.48,221.361,4.30904,300,5,0,8,0,1,0,0,0),(109550,31889,571,1,1,134,0,3107.74,-3050.07,116.917,1.37608,300,5,0,8,0,1,0,0,0),(109551,31889,571,1,1,134,0,3480.77,-3361.16,240.376,2.52279,300,5,0,8,0,1,0,0,0),(109552,31889,571,1,1,134,0,4414.65,-3415.13,237.195,1.62358,300,5,0,8,0,1,0,0,0),(109553,25489,571,1,1,26268,0,2206.51,5746.4,62.6651,3.92851,300,5,0,7984,0,1,0,0,0),(109554,31889,571,1,1,134,0,3485.75,-3193.75,223.185,0,300,5,0,8,0,1,0,0,0),(109555,31889,571,1,1,134,0,2846.98,-1685.52,16.5548,5.77058,300,5,0,8,0,1,0,0,0),(109556,31889,571,1,1,134,0,3780.03,-4647.8,172.862,1.4387,300,5,0,8,0,1,0,0,0),(109557,26257,571,1,1,23721,1,3322.13,2609.24,37.5503,1.65806,300,0,0,7432,7332,0,0,0,0),(109558,26257,571,1,1,23770,1,3324.68,2537.89,40.4411,5.20108,300,0,0,7432,7332,0,0,0,0),(109559,26257,571,1,1,23722,1,3290.65,2518.34,59.5392,6.03884,300,0,0,7432,7332,0,0,0,0),(109560,26257,571,1,1,23722,1,3295.46,2504.29,56.9822,6.24828,300,0,0,7432,7332,0,0,0,0),(109561,26257,571,1,1,23721,1,3304.17,2543.02,41.3184,5.46288,300,0,0,7432,7332,0,0,0,0),(109562,31889,571,1,1,134,0,2743.86,-2403.95,39.4145,0.822176,300,5,0,8,0,1,0,0,0),(109563,26257,571,1,1,23722,1,3261.88,2538.55,50.321,5.86431,300,0,0,7432,7332,0,0,0,0),(109564,26257,571,1,1,23771,1,3285.09,2466.45,48.5058,0.471239,300,0,0,7432,7332,0,0,0,0),(109565,26257,571,1,1,23722,1,3280.52,2548.3,52.1968,5.63741,300,0,0,7432,7332,0,0,0,0),(109566,31889,571,1,1,134,0,2961.85,-2037.62,75.6447,1.93643,300,5,0,8,0,1,0,0,0),(109567,31889,571,1,1,134,0,3119.17,-2764.36,124.331,5.68869,300,5,0,8,0,1,0,0,0),(109568,31889,571,1,1,134,0,2864.15,-3080.74,87.9547,0.413864,300,5,0,8,0,1,0,0,0),(109569,26257,571,1,1,23721,1,3341.94,2436.71,53.9141,1.43117,300,0,0,7432,7332,0,0,0,0),(109570,26257,571,1,1,23721,1,3325.81,2435.94,40.7376,1.13446,300,0,0,7432,7332,0,0,0,0),(109571,26257,571,1,1,23721,1,3318.34,2471.86,45.7918,0.802851,300,0,0,7432,7332,0,0,0,0),(109572,26257,571,1,1,23771,1,3391.22,2497.86,60.9218,3.19395,300,0,0,7432,7332,0,0,0,0),(109573,26257,571,1,1,23771,1,3354.67,2510.28,197.4,2.68781,300,0,0,7432,7332,0,0,0,0),(109574,26257,571,1,1,23771,1,3327.48,2548.77,197.4,5.06145,300,0,0,7432,7332,0,0,0,0),(109575,26257,571,1,1,23771,1,3349.14,2486.75,197.4,1.91986,300,0,0,7432,7332,0,0,0,0),(109576,26257,571,1,1,23771,1,3330.53,2501.8,197.4,1.13446,300,0,0,7432,7332,0,0,0,0),(109577,26257,571,1,1,23721,1,3322.05,2525.92,197.4,5.84685,300,0,0,7432,7332,0,0,0,0),(109578,26257,571,1,1,23770,1,3376.93,2449.38,59.018,2.11185,300,0,0,7432,7332,0,0,0,0),(109579,26769,571,1,1,24102,0,3932.71,2228.39,126.982,3.14159,300,0,0,9610,9927,0,0,0,0),(109580,31889,571,1,1,134,0,3716.88,-2753.35,184.132,5.45038,300,5,0,8,0,1,0,0,0),(109581,31889,571,1,1,134,0,3468.19,-2891.55,203.429,3.07611,300,5,0,8,0,1,0,0,0),(109582,31889,571,1,1,134,0,4579.69,-4500,192.144,0.218636,300,5,0,8,0,1,0,0,0),(109583,30865,571,1,1,27367,1,5441.12,-911.869,164.142,2.70526,300,0,0,11770,0,0,0,0,0),(109584,30865,571,1,1,27368,1,5410.68,-914.799,165.87,5.5019,300,5,0,11770,0,1,0,0,0),(109585,30865,571,1,1,27368,1,5417.21,-931.166,162.69,4.08203,300,5,0,11770,0,1,0,0,0),(109586,30865,571,1,1,27368,1,5515.19,-539.242,158.039,5.96395,300,0,0,11770,0,0,0,0,0),(109587,31889,571,1,1,134,0,4220.74,-4692.26,83.9074,0.83784,300,5,0,8,0,1,0,0,0),(109588,25489,571,1,1,26268,0,2024.18,5702.17,41.561,2.20387,300,5,0,7984,0,1,0,0,0),(109589,25489,571,1,1,26268,0,2310.76,5702.92,56.7291,5.55408,300,5,0,7984,0,1,0,0,0),(109590,25489,571,1,1,26268,0,2110.3,5739.95,53.8067,5.70791,300,5,0,7984,0,1,0,0,0),(109591,31889,571,1,1,134,0,4018.3,-4643.49,169.634,5.87368,300,5,0,8,0,1,0,0,0),(109592,30865,571,1,1,27367,1,5271.6,-704.479,165.402,2.21636,300,5,0,11770,0,1,0,0,0),(109593,30865,571,1,1,27368,1,5313.65,-707.441,162.944,5.33299,300,5,0,11770,0,1,0,0,0),(109594,30865,571,1,1,27368,1,5438.39,-550.648,162.381,3.67392,300,5,0,11770,0,1,0,0,0),(109595,30865,571,1,1,27368,1,5278.81,-734.433,162.987,0.244346,300,0,0,11770,0,0,0,0,0),(109596,30865,571,1,1,27368,1,5326.57,-790.625,165.486,0,300,5,0,11770,0,1,0,0,0),(109597,30865,571,1,1,27367,1,5340.59,-803.853,165.518,4.32931,300,0,0,11770,0,0,0,0,0),(109598,30865,571,1,1,27367,1,5317.71,-813.541,165.555,4.55935,300,5,0,11770,0,1,0,0,0),(109599,30865,571,1,1,27368,1,5287.18,-766.181,163.028,3.0964,300,5,0,11770,0,1,0,0,0),(109600,25489,571,1,1,26268,0,2410.46,6253.14,57.1237,1.73709,300,5,0,7984,0,1,0,0,0),(109601,30865,571,1,1,27368,1,5321.08,-553.354,166.739,4.60767,300,0,0,11770,0,0,0,0,0),(109602,30865,571,1,1,27367,1,5276.23,-590.122,165.202,4.83456,300,0,0,11770,0,0,0,0,0),(109603,30865,571,1,1,27368,1,5280.3,-584.651,165.458,4.64258,300,0,0,11770,0,0,0,0,0),(109604,25489,571,1,1,26268,0,2253.88,6352.26,49.6562,3.91718,300,5,0,7984,0,1,0,0,0),(109605,25489,571,1,1,26268,0,2285.5,6288.36,52.3718,5.2028,300,5,0,7984,0,1,0,0,0),(109606,31889,571,1,1,134,0,3592.8,-2800.13,184.422,3.51775,300,5,0,8,0,1,0,0,0),(109607,31889,571,1,1,134,0,3112.41,-2203.24,109.68,5.82884,300,5,0,8,0,1,0,0,0),(109608,31889,571,1,1,134,0,3135.18,-2356.36,98.4786,0.793827,300,5,0,8,0,1,0,0,0),(109609,31889,571,1,1,134,0,3385.97,-2915.48,202.037,1.31381,300,5,0,8,0,1,0,0,0),(109610,31889,571,1,1,134,0,3233.19,-2742.83,136.275,0.405533,300,5,0,8,0,1,0,0,0),(109611,31889,571,1,1,134,0,3454.31,-2943,199.09,6.17361,300,5,0,8,0,1,0,0,0),(109612,31889,571,1,1,134,0,3894.46,-2282.96,205.028,2.59105,300,5,0,8,0,1,0,0,0),(109613,25489,571,1,1,26268,0,2222.07,5640,39.5043,3.3501,300,5,0,7984,0,1,0,0,0),(109614,31889,571,1,1,134,0,4174.33,-2249.07,220.677,1.49852,300,5,0,8,0,1,0,0,0),(109615,31889,571,1,1,134,0,3820.58,-2796.85,230.212,2.38971,300,5,0,8,0,1,0,0,0),(109616,25489,571,1,1,26268,0,2519.57,6293.15,76.3097,3.17632,300,5,0,7984,0,1,0,0,0),(109617,25489,571,1,1,26268,0,2052.88,5790.71,40.8627,0.548457,300,5,0,7984,0,1,0,0,0),(109618,25489,571,1,1,26268,0,3303.78,5920.33,86.9009,0.201531,300,5,0,7984,0,1,0,0,0),(109619,25489,571,1,1,26268,0,3354.63,5973.08,75.5195,1.26016,300,5,0,7984,0,1,0,0,0),(109620,25489,571,1,1,26268,0,2058.24,5882.51,46.0406,6.09777,300,5,0,7984,0,1,0,0,0),(109621,25489,571,1,1,26268,0,2179.98,5921.39,61.6569,3.80503,300,5,0,7984,0,1,0,0,0),(109622,25489,571,1,1,26268,0,2157.42,6193.12,53.4755,4.83035,300,5,0,7984,0,1,0,0,0),(109623,25489,571,1,1,26268,0,2037.65,6173.19,39.5656,0.990049,300,5,0,7984,0,1,0,0,0),(109624,25489,571,1,1,26268,0,2033.41,6057.74,42.7784,5.03939,300,5,0,7984,0,1,0,0,0),(109625,25489,571,1,1,26268,0,3286.03,6040.2,79.6056,2.93989,300,5,0,7984,0,1,0,0,0),(109627,30865,571,1,1,27368,1,5480.55,-517.363,162.639,5.96903,300,0,0,11770,0,0,0,0,0),(109628,30353,571,1,1,26965,0,8394.52,-1354.78,979.66,4.03171,300,0,0,50400,3994,0,0,0,0),(109629,26514,571,1,1,23846,0,4982.14,-4653.88,219.574,4.17134,300,0,0,9940,3387,0,0,0,0),(109630,25490,571,1,1,17188,0,3747.49,3516.68,69.5826,1.78024,300,0,0,8982,3155,0,0,0,0),(109632,27793,571,1,1,17200,0,3681.21,-1145.86,98.0911,3.50811,300,0,0,42,0,2,0,0,0),(109633,27793,571,1,1,17200,0,3640.92,-1231.04,98.0911,5.8294,300,0,0,42,0,2,0,0,0),(109634,27026,571,1,1,24251,1,3214.31,-673.742,167.62,1.01229,300,0,0,8982,0,0,0,0,0),(109635,28818,571,1,1,26227,1,5127.98,-2205.99,237.041,2.38673,300,0,0,45516,11175,2,0,0,0),(109636,28818,571,1,1,26227,1,5115.85,-2200.03,240.342,3.31613,300,0,0,45516,11175,0,0,0,0),(109637,28818,571,1,1,26226,1,5116.77,-2187.8,241.389,2.80998,300,0,0,45516,11175,0,0,0,0),(109638,28818,571,1,1,26226,1,5199.08,-2155.87,242.971,0.139626,300,0,0,45516,11175,0,0,0,0),(109639,31890,571,1,1,16633,0,3124.53,-1714.17,38.8372,3.31355,300,5,0,8,0,1,0,0,0),(109640,31890,571,1,1,16633,0,3060.79,-1730.2,39.1037,2.56219,300,5,0,8,0,1,0,0,0),(109641,31890,571,1,1,16633,0,2937.09,-3032.34,96.2595,5.52519,300,5,0,8,0,1,0,0,0),(109642,25234,571,1,1,22998,1,2232.7,5254.9,25.6867,3.83972,300,0,0,6986,0,0,0,0,0),(109644,28818,571,1,1,26225,1,5165.2,-2156.93,241.274,1.46608,300,0,0,45516,11175,0,0,0,0),(109645,28818,571,1,1,26226,1,5209.72,-2194.8,240.372,6.12611,300,0,0,45516,11175,0,0,0,0),(109646,28818,571,1,1,26227,1,5149.65,-2234.23,238.972,4.92183,300,0,0,45516,11175,0,0,0,0),(109647,28818,571,1,1,26226,1,5179.52,-2233.3,239.764,4.69494,300,0,0,45516,11175,0,0,0,0),(109648,28818,571,1,1,26225,1,5150.34,-2157.18,241.179,1.58825,300,0,0,45516,11175,0,0,0,0),(1975982,30387,571,1,8,0,0,7146.46,-3553.65,830.519,0.613523,600,0,0,12600,0,0,0,0,0),(109650,31890,571,1,1,16633,0,2806.06,-2991.68,83.516,0.127261,300,5,0,8,0,1,0,0,0),(109651,31890,571,1,1,16633,0,3821.8,-4735.02,145.035,1.27223,300,5,0,8,0,1,0,0,0),(109652,25234,571,1,1,22998,1,2220.03,5292.01,10.7009,0.356968,300,0,0,6986,0,0,0,0,0),(109653,25234,571,1,1,22998,1,2265.7,5314.69,22.4381,1.34719,300,0,0,6986,0,0,0,0,0),(109654,25234,571,1,1,22999,1,2253.79,5252.39,35.6994,2.65003,300,0,0,6986,0,0,0,0,0),(109655,25234,571,1,1,22998,1,2233.5,5291.67,11.2177,3.78302,300,0,0,6986,0,0,0,0,0),(109656,25234,571,1,1,22999,1,2254.89,5275.96,39.9981,2.84489,300,0,0,6986,0,0,0,0,0),(109657,25234,571,1,1,22999,1,2241.7,5277.42,11.6869,2.70526,300,0,0,6986,0,0,0,0,0),(109658,28818,571,1,1,26227,1,5205.55,-2170.81,243.286,0.174533,300,0,0,45516,11175,0,0,0,0),(109659,28818,571,1,1,26224,1,5115.59,-2191.97,241.21,3.26377,300,0,0,45516,11175,0,0,0,0),(109660,31890,571,1,1,16633,0,3914.58,-4089.58,203.884,5.30048,300,5,0,8,0,1,0,0,0),(109661,31890,571,1,1,16633,0,3794.02,-3501.09,254.387,1.03724,300,5,0,8,0,1,0,0,0),(109662,31890,571,1,1,16633,0,3806.69,-4261.26,195.408,4.0349,300,5,0,8,0,1,0,0,0),(109663,31890,571,1,1,16633,0,2937.05,-1837.38,49.6971,4.78027,300,0,0,8,0,0,0,0,0),(109664,31890,571,1,1,16633,0,4137.16,-4093.1,182.341,3.11037,300,5,0,8,0,1,0,0,0),(109665,31890,571,1,1,16633,0,4034.95,-4209.55,246.63,4.94695,300,5,0,8,0,1,0,0,0),(109666,31890,571,1,1,16633,0,3994.97,-4802.33,109.755,4.74851,300,5,0,8,0,1,0,0,0),(109667,31890,571,1,1,16633,0,2934.72,-2312.5,37.502,2.15885,300,5,0,8,0,1,0,0,0),(109668,31890,571,1,1,16633,0,3094.04,-1901.35,83.6561,1.84537,300,5,0,8,0,1,0,0,0),(109669,31890,571,1,1,16633,0,3095.33,-3124.12,133.41,2.96567,300,5,0,8,0,1,0,0,0),(109670,31890,571,1,1,16633,0,3895.47,-3019.35,276.918,1.10151,300,5,0,8,0,1,0,0,0),(109671,31890,571,1,1,16633,0,4881.79,-4726.93,274.113,3.16698,300,5,0,8,0,1,0,0,0),(109672,31890,571,1,1,16633,0,3823.75,-1889.96,217.401,6.14212,300,5,0,8,0,1,0,0,0),(109673,31890,571,1,1,16633,0,3794.92,-4176.04,198.264,5.9673,300,5,0,8,0,1,0,0,0),(109674,31890,571,1,1,16633,0,3870.74,-3290.47,306.922,4.76345,300,5,0,8,0,1,0,0,0),(109675,31890,571,1,1,16633,0,3986.52,-2734.52,235.04,2.85444,300,5,0,8,0,1,0,0,0),(109676,31890,571,1,1,16633,0,4855.17,-4304.37,250.678,0.058641,300,5,0,8,0,1,0,0,0),(109677,31890,571,1,1,16633,0,2949.79,-2142.76,52.0694,5.61705,300,5,0,8,0,1,0,0,0),(109678,31890,571,1,1,16633,0,3054.11,-2298.46,82.8224,1.93025,300,5,0,8,0,1,0,0,0),(109679,31890,571,1,1,16633,0,4074.72,-2311.68,220.104,3.84701,300,5,0,8,0,1,0,0,0),(109680,31890,571,1,1,16633,0,2741.72,-2288.28,17.9165,5.53788,300,5,0,8,0,1,0,0,0),(109681,31890,571,1,1,16633,0,4389.76,-3253.9,309.34,3.12645,300,0,0,8,0,0,0,0,0),(109682,31890,571,1,1,16633,0,3615.13,-3130.14,264.131,5.4577,300,5,0,8,0,1,0,0,0),(109683,31890,571,1,1,16633,0,3129.75,-1956.15,90.6553,0.264854,300,5,0,8,0,1,0,0,0),(109684,31890,571,1,1,16633,0,5098.02,-4450.79,279.411,2.72337,300,5,0,8,0,1,0,0,0),(109685,26770,571,1,1,24102,0,4114.66,2126.05,159.16,2.30383,300,0,0,9610,9927,0,0,0,0),(109686,31890,571,1,1,16633,0,4011.12,-2602.03,217.195,1.85365,300,5,0,8,0,1,0,0,0),(109687,31890,571,1,1,16633,0,3361.42,-3247.24,219.439,5.72365,300,5,0,8,0,1,0,0,0),(109688,31890,571,1,1,16633,0,5092.64,-4703.81,287.573,1.53963,300,5,0,8,0,1,0,0,0),(109689,31890,571,1,1,16633,0,3686.75,-2706.44,164.231,0.139135,300,5,0,8,0,1,0,0,0),(109690,31890,571,1,1,16633,0,3865.07,-4648.33,170.153,6.21262,300,5,0,8,0,1,0,0,0),(109691,31890,571,1,1,16633,0,3585.18,-2750.12,152.895,6.11836,300,5,0,8,0,1,0,0,0),(109692,31890,571,1,1,16633,0,2736.97,-3014.78,94.8203,0.200653,300,5,0,8,0,1,0,0,0),(109693,26770,571,1,1,24102,0,4112.3,2288.35,154.807,3.56047,300,0,0,9610,9927,0,0,0,0),(109694,31890,571,1,1,16633,0,3487.77,-2976.15,207.586,4.9479,300,5,0,8,0,1,0,0,0),(109695,31890,571,1,1,16633,0,3475.21,-2875.47,200.834,0.526212,300,5,0,8,0,1,0,0,0),(109696,31890,571,1,1,16633,0,3459.2,-3002.37,210.723,1.10278,300,5,0,8,0,1,0,0,0),(109697,31890,571,1,1,16633,0,4464.03,-3615.02,233.827,1.16924,300,5,0,8,0,1,0,0,0),(109698,24210,571,1,1,22198,0,2512.08,-3301.97,149.578,3.7001,300,0,0,373,0,0,0,0,0),(109699,24210,571,1,1,22198,0,2386.7,-3214.97,155.187,3.75246,300,0,0,373,0,0,0,0,0),(109700,31890,571,1,1,16633,0,3651.01,-1888.73,174.237,3.19828,300,5,0,8,0,1,0,0,0),(109701,31890,571,1,1,16633,0,3477.99,-3277.48,221.968,1.09837,300,5,0,8,0,1,0,0,0),(109702,24210,571,1,1,22198,0,2486.56,-3278.59,146.853,1.44862,300,0,0,373,0,0,0,0,0),(109703,31890,571,1,1,16633,0,4147.56,-4796.85,73.9804,2.81552,300,5,0,8,0,1,0,0,0),(109704,24210,571,1,1,22198,0,2543.17,-3048.02,120.755,5.55015,300,0,0,373,0,0,0,0,0),(109705,24210,571,1,1,22198,0,2493.28,-3002.36,123.467,3.38594,300,0,0,373,0,0,0,0,0),(109706,24210,571,1,1,22198,0,2502.95,-3140.16,136.304,5.95157,300,0,0,373,0,0,0,0,0),(109707,24210,571,1,1,22198,0,2312.37,-3183.61,151.137,2.46091,300,0,0,373,0,0,0,0,0),(109708,24210,571,1,1,22198,0,2395.51,-3193.89,157.46,2.74017,300,0,0,373,0,0,0,0,0),(109709,24210,571,1,1,22198,0,2365.18,-3155.95,153.263,2.54818,300,0,0,373,0,0,0,0,0),(109710,31890,571,1,1,16633,0,3928.1,-2294.1,212.897,3.59506,300,5,0,8,0,1,0,0,0),(109711,31890,571,1,1,16633,0,3150.48,-2779.04,138.857,5.47845,300,5,0,8,0,1,0,0,0),(109712,24210,571,1,1,22198,0,2446.49,-3106.46,147.012,0.017453,300,0,0,373,0,0,0,0,0),(109713,24210,571,1,1,22198,0,2440.02,-3064.49,144.791,1.8675,300,0,0,373,0,0,0,0,0),(109714,24210,571,1,1,22198,0,2390.28,-3110.71,148.57,0.279253,300,0,0,373,0,0,0,0,0),(109715,24210,571,1,1,22198,0,2365.88,-3115.45,149.022,2.56563,300,0,0,373,0,0,0,0,0),(109716,24210,571,1,1,22198,0,2510.13,-3085.71,131.352,2.16421,300,0,0,373,0,0,0,0,0),(109717,24210,571,1,1,22198,0,2439.43,-3146.82,146.452,1.95477,300,0,0,373,0,0,0,0,0),(109718,24210,571,1,1,22198,0,2605.48,-3145.86,134.998,1.76278,300,0,0,373,0,0,0,0,0),(109719,31890,571,1,1,16633,0,3164.81,-2474.15,64.4329,0.334096,300,5,0,8,0,1,0,0,0),(109720,24210,571,1,1,22198,0,2694.84,-3092.98,111.112,3.76991,300,0,0,373,0,0,0,0,0),(109721,24210,571,1,1,22198,0,2706.63,-3096.77,112.428,5.8294,300,0,0,373,0,0,0,0,0),(109722,31890,571,1,1,16633,0,4228.02,-2365.79,228.645,1.3579,300,5,0,8,0,1,0,0,0),(109723,24210,571,1,1,22198,0,2466.71,-3192.8,149.63,4.92183,300,0,0,373,0,0,0,0,0),(68102,33235,603,3,1,0,1,1554.95,142.51,427.274,3.6136,7200,5,0,0,0,1,0,0,0),(109725,31890,571,1,1,16633,0,3541.35,-2719.15,119.171,3.4207,300,5,0,8,0,1,0,0,0),(109726,29586,571,1,1,25952,1,6966.27,-18.0699,808.949,3.08246,300,5,0,11770,0,1,0,0,0),(109727,25747,571,1,1,23354,1,4177.83,5259.56,26.4728,5.61996,300,0,0,8982,0,0,0,0,0),(109729,24467,571,1,1,21991,0,1653.49,-5374.33,190.098,1.5708,300,0,0,8982,0,0,0,0,0),(109730,24467,571,1,1,21989,0,1642.67,-5384.42,190.108,2.61799,300,0,0,8982,0,0,0,0,0),(109731,24467,571,1,1,21990,0,1652.58,-5395.61,190.44,6.03884,300,0,0,8982,0,0,0,0,0),(109732,27283,571,1,1,1245,0,3707.96,-1491.83,136.295,6.12504,300,5,0,7432,7332,1,0,0,0),(109733,27027,571,1,1,24250,1,3214.17,-684.083,167.62,0.017453,300,0,0,8982,0,0,0,0,0),(109734,28307,571,1,1,13069,0,5298.97,4434.6,-98.1541,1.74533,300,0,0,42,0,0,0,0,0),(109735,32403,571,1,1,27952,1,5847.46,650.774,647.512,0.10472,300,0,0,10635,0,2,0,0,0),(109737,27795,571,1,1,0,0,3635.37,-1260.12,98.0911,4.90827,300,0,0,42,0,2,0,0,0),(109738,28307,571,1,1,13069,0,5298.56,4429.48,-93.2589,0.366519,300,0,0,42,0,0,0,0,0),(109739,25235,571,1,1,23001,1,2336.46,5266.49,7.75584,3.62193,300,0,0,7984,0,2,0,0,0),(109740,27283,571,1,1,1245,0,3602.46,-1401.93,108.964,6.01445,300,5,0,7432,7332,1,0,0,0),(109741,27283,571,1,1,1245,0,3607.48,-1289.95,112.583,2.81042,300,5,0,7432,7332,1,0,0,0),(109742,27283,571,1,1,1245,0,3598.92,-1337.67,110.453,3.29533,300,5,0,7432,7332,1,0,0,0),(109743,27283,571,1,1,1245,0,3722.79,-1357.92,134.591,4.69314,300,5,0,7432,7332,1,0,0,0),(109744,27283,571,1,1,1245,0,3709.08,-1375.91,134.042,2.35838,300,5,0,7432,7332,1,0,0,0),(109745,27283,571,1,1,1245,0,3589.23,-1319.1,110.007,4.09826,300,5,0,7432,7332,1,0,0,0),(109746,27283,571,1,1,1245,0,3862.73,-1279.4,147.408,1.39608,300,5,0,7432,7332,1,0,0,0),(109747,27539,571,1,1,24694,1,3669.36,1089.64,67.9123,1.35357,300,5,0,7952,7654,1,0,0,0),(109748,27539,571,1,1,24692,1,3753.98,904.018,60.5581,1.91986,300,0,0,7952,7654,0,0,0,0),(109749,27539,571,1,1,24694,1,3841.08,898.789,57.7763,0.231456,300,5,0,7952,7654,1,0,0,0),(109750,27539,571,1,1,24692,1,3798.94,944.174,61.0432,3.03687,300,0,0,7952,7654,0,0,0,0),(109751,27539,571,1,1,24694,1,3783.59,920.945,60.9722,2.53073,300,0,0,7952,7654,0,0,0,0),(109752,27539,571,1,1,24692,1,3668.19,984.643,56.2522,2.37365,300,0,0,7952,7654,0,0,0,0),(109753,27539,571,1,1,24694,1,3714.88,1008.58,62.6208,5.09636,300,0,0,7952,7654,0,0,0,0),(109754,27539,571,1,1,24694,1,3799.92,974.13,59.7191,3.47321,300,0,0,7952,7654,0,0,0,0),(109755,27539,571,1,1,24692,1,3613.74,1007.56,57.4262,1.76031,300,0,0,7952,7654,0,0,0,0),(109756,26771,571,1,1,24102,0,3921.84,2189.1,152.01,0.665285,300,5,0,9610,9927,1,0,0,0),(109757,27539,571,1,1,24694,1,3702.85,927.352,53.8359,5.93165,300,5,0,7952,7654,1,0,0,0),(109758,27539,571,1,1,24694,1,3808.35,1082.22,57.0994,0.20944,300,0,0,7952,7654,0,0,0,0),(109759,27539,571,1,1,24694,1,3743.72,1015.14,64.2497,4.66003,300,0,0,7952,7654,0,0,0,0),(109760,27539,571,1,1,24694,1,3779.48,1003.07,59.8987,4.01426,300,0,0,7952,7654,0,0,0,0),(109761,31123,571,1,1,27482,0,5482.23,-1024.16,181.75,5.86807,300,5,0,11770,0,1,0,0,0),(109762,31123,571,1,1,27482,0,5225.57,-647.806,160.982,4.78071,300,5,0,11770,0,1,0,0,0),(109763,31123,571,1,1,27482,0,5497.14,-514.795,162.355,5.43841,300,5,0,11770,0,1,0,0,0),(1975935,29843,571,1,1,0,1,7010.22,61.934,812.907,1.53589,300,0,0,11770,3809,0,0,0,0),(109769,29331,571,1,1,26123,1,6855.26,-1044.14,802.797,4.86947,300,0,0,9740,8636,0,0,0,0),(109770,29331,571,1,1,26123,1,6781.55,-1056.33,766.515,1.39152,300,5,0,9740,8636,1,0,0,0),(109771,29331,571,1,1,26123,1,6659.88,-1074.17,758.593,4.7822,300,0,0,9740,8636,0,0,0,0),(109772,25492,571,1,1,17188,0,4022.88,3604.84,104.911,1.67552,300,0,0,8982,3155,0,0,0,0),(109773,27028,571,1,1,24246,1,3260.91,-631.457,165.571,3.15905,300,0,0,8982,3155,0,0,0,0),(109775,29332,571,1,1,27866,1,6665.2,-4341,495.807,3.02956,300,0,0,11001,3643,2,0,0,0),(109776,26260,571,1,1,23723,0,4894.46,-4563.21,347.919,2.89725,300,0,0,30846,10398,0,0,0,0),(109778,29332,571,1,1,27866,1,6653.93,-4436.68,478.852,0.344046,300,0,0,11001,3643,2,0,0,0),(132602,21787,530,1,1,20682,1,-3894.91,3109.16,374.639,5.7573,180,5,0,5744,3231,1,0,0,0),(109780,26516,571,1,1,24418,0,3892.99,-1946.27,210.184,0.087266,300,0,0,13419,0,0,0,0,0),(109781,26516,571,1,1,24418,0,3897.05,-1897.15,212.326,1.74533,300,0,0,13419,0,0,0,0,0),(109782,29332,571,1,1,27865,1,6646.54,-4398.26,505.885,0.317726,300,0,0,11001,3643,2,0,0,0),(109783,26516,571,1,1,24418,0,3914.03,-1951.64,210.481,1.309,300,0,0,13419,0,0,0,0,0),(109784,29332,571,1,1,27866,1,6627.17,-4518.44,497.684,1.79272,300,0,0,11001,3643,2,0,0,0),(109786,29332,571,1,1,27866,1,6585.31,-4423.76,485.637,5.78753,300,0,0,11001,3643,2,0,0,0),(109787,29332,571,1,1,27865,1,6985.64,-4423.84,495.49,2.52065,300,0,0,11001,3643,2,0,0,0),(109788,25748,571,1,1,22633,0,3943.02,5096.89,-0.901126,0.451588,300,5,0,8982,0,1,0,0,0),(109789,25748,571,1,1,22633,0,3991.61,5132.13,-0.755901,5.00986,300,5,0,8982,0,1,0,0,0),(109790,30868,571,1,1,27358,1,5512.65,-908.4,170.749,0.334329,300,5,0,9416,12688,1,0,0,0),(109791,30868,571,1,1,27358,1,5532.47,-937.247,179.448,1.37575,300,5,0,9416,12688,1,0,0,0),(109792,30868,571,1,1,27358,1,5539.44,-897.787,170.086,0.554895,300,5,0,9416,12688,1,0,0,0),(109793,29332,571,1,1,27866,1,6704.81,-4366.53,476.372,3.78622,300,0,0,11001,3643,2,0,0,0),(109794,25748,571,1,1,22633,0,3822.61,4988.63,-1.38499,6.20439,300,5,0,8982,0,1,0,0,0),(109795,29332,571,1,1,27865,1,6830.38,-4727.32,500.157,4.5864,300,0,0,11001,3643,2,0,0,0),(109796,24212,571,1,1,25755,1,2386.08,-5783.62,260.841,3.10669,300,0,0,7984,0,0,0,0,0),(109797,24212,571,1,1,25755,1,2391.61,-5795.36,260.864,3.80482,300,0,0,7984,0,0,0,0,0),(109798,24212,571,1,1,25755,1,2396.09,-5779.37,261.145,4.08407,300,0,0,7984,0,0,0,0,0),(109799,24212,571,1,1,25755,1,1930.11,-5618.83,218.048,3.31613,300,0,0,7984,0,0,0,0,0),(109800,24212,571,1,1,25755,1,1866.98,-5513.78,200.095,0.20944,300,0,0,7984,0,0,0,0,0),(109801,25748,571,1,1,22633,0,3821.45,5116.07,-1.38499,1.27626,300,5,0,8982,0,1,0,0,0),(109802,27284,571,1,1,24498,1,3892.15,-898.545,116.703,4.74729,300,0,0,9291,0,0,0,0,0),(109803,27284,571,1,1,24496,1,3973.33,-916.896,105.057,3.79027,300,5,0,9291,0,1,0,0,0),(109804,27284,571,1,1,24496,1,3954.32,-896.768,104.034,4.78191,300,5,0,9291,0,1,0,0,0),(109805,24212,571,1,1,25755,1,1966.86,-5338.09,202.885,4.69494,300,0,0,7984,0,0,0,0,0),(109806,24212,571,1,1,25755,1,1933.28,-5339.94,201.4,4.72984,300,0,0,7984,0,0,0,0,0),(109807,24212,571,1,1,25755,1,1920.46,-5315.75,202.904,3.10669,300,0,0,7984,0,0,0,0,0),(109808,24212,571,1,1,25755,1,1913.36,-5625.47,215.1,0.890118,300,0,0,7984,0,0,0,0,0),(109809,24212,571,1,1,25755,1,1934.23,-5292.21,201.083,2.18166,300,0,0,7984,0,0,0,0,0),(109810,24212,571,1,1,25755,1,1967.5,-5283.26,201.161,2.04204,300,0,0,7984,0,0,0,0,0),(109812,24212,571,1,1,25755,1,1878.62,-5529.22,200.451,1.91986,300,0,0,7984,0,0,0,0,0),(132610,23068,530,1,1,20603,1,-3680.53,3294.17,312.271,1.85503,180,5,0,6032,7332,1,0,0,0),(132572,21787,530,1,1,20682,1,-3888.48,3686.15,335.73,0.012985,180,0,0,5744,3231,0,0,0,0),(109815,24212,571,1,1,25755,1,1945.54,-5684.88,215.905,0.523599,300,0,0,7984,0,0,0,0,0),(109816,24212,571,1,1,25755,1,1954.28,-5683.53,215.896,3.00197,300,0,0,7984,0,0,0,0,0),(109817,24212,571,1,1,25755,1,1948.04,-5647.04,213.08,1.64061,300,0,0,7984,0,0,0,0,0),(109818,24212,571,1,1,25755,1,1950.96,-5666.64,213.113,4.62512,300,0,0,7984,0,0,0,0,0),(109819,24212,571,1,1,25755,1,1966.15,-5391.06,200.747,2.42601,300,0,0,7984,0,0,0,0,0),(109820,24212,571,1,1,25755,1,1950.33,-5394.22,201.226,1.32645,300,0,0,7984,0,0,0,0,0),(109821,28564,571,1,1,16159,0,5002.08,-1885.42,231.441,0.716318,300,5,0,10282,0,1,0,0,0),(109822,28564,571,1,1,16159,0,5013.53,-1802.98,242.128,6.05093,300,5,0,10282,0,1,0,0,0),(109823,24212,571,1,1,25755,1,2143.51,-5661.85,224.489,0.767945,300,0,0,7984,0,0,0,0,0),(109824,24212,571,1,1,25755,1,2152.14,-5640.05,223.797,4.17134,300,0,0,7984,0,0,0,0,0),(109825,24212,571,1,1,25755,1,2134.67,-5641.69,223.473,5.39307,300,0,0,7984,0,0,0,0,0),(109826,24212,571,1,1,25755,1,2191.99,-5739.59,227.09,3.66519,300,0,0,7984,0,0,0,0,0),(109827,24212,571,1,1,25755,1,1884.32,-5506.15,200.081,4.59022,300,0,0,7984,0,0,0,0,0),(109828,24212,571,1,1,25755,1,2196.53,-5754.85,226.982,2.80998,300,0,0,7984,0,0,0,0,0),(109829,24212,571,1,1,25755,1,2160.35,-5788.6,222.952,0.890118,300,0,0,7984,0,0,0,0,0),(109830,24212,571,1,1,25755,1,2200.35,-5681.68,228.393,2.56563,300,0,0,7984,0,0,0,0,0),(109831,24212,571,1,1,25755,1,2181.54,-5759.76,225.887,1.01229,300,0,0,7984,0,0,0,0,0),(109832,24212,571,1,1,25755,1,2119.79,-5814.78,223.677,2.18166,300,0,0,7984,0,0,0,0,0),(109833,24212,571,1,1,25755,1,2144.78,-5799.92,222.757,3.76991,300,0,0,7984,0,0,0,0,0),(109834,24212,571,1,1,25755,1,2112.59,-5813.97,223.694,0.820305,300,0,0,7984,0,0,0,0,0),(109835,24212,571,1,1,25755,1,2200.04,-5584.95,230.204,3.29867,300,0,0,7984,0,0,0,0,0),(109836,24212,571,1,1,25755,1,2190.02,-5583.47,230.166,5.2709,300,0,0,7984,0,0,0,0,0),(109837,24212,571,1,1,25755,1,2139.42,-5472.92,238.745,1.02974,300,0,0,7984,0,0,0,0,0),(109838,24212,571,1,1,25755,1,2160.06,-5480.53,241.205,4.74729,300,0,0,7984,0,0,0,0,0),(109839,25748,571,1,1,22633,0,3848.2,5047.92,-0.581763,3.64997,300,5,0,8982,0,1,0,0,0),(109840,28564,571,1,1,16159,0,5131.77,-1864.33,248.464,5.48676,300,5,0,10282,0,1,0,0,0),(109841,28564,571,1,1,16159,0,4980.99,-1513.28,236,1.3671,300,5,0,10282,0,1,0,0,0),(109842,28564,571,1,1,16159,0,4988.69,-1475.22,240.567,0.241938,300,5,0,10282,0,1,0,0,0),(109843,28564,571,1,1,16159,0,4912.66,-1495.54,241.117,3.0479,300,5,0,10282,0,1,0,0,0),(109844,25748,571,1,1,22633,0,3910.78,5093.1,-1.49379,2.44827,300,5,0,8982,0,1,0,0,0),(109845,25748,571,1,1,22633,0,3943.7,5099,-0.3672,0.747169,300,5,0,8982,0,1,0,0,0),(109846,25748,571,1,1,22633,0,3952.71,5145.97,-1.3941,3.69323,300,5,0,8982,0,1,0,0,0),(109847,25748,571,1,1,22633,0,3864.21,5081.08,-1.385,3.82322,300,5,0,8982,0,1,0,0,0),(109848,30868,571,1,1,27358,1,5283.51,-897.917,179.313,0.050898,300,5,0,9416,12688,1,0,0,0),(109849,25748,571,1,1,22633,0,3611.27,5002.64,-0.632051,0.490138,300,5,0,8982,0,1,0,0,0),(109850,30868,571,1,1,27358,1,5463.46,-629.397,157.36,4.50714,300,5,0,9416,12688,1,0,0,0),(109851,30868,571,1,1,27358,1,5464.32,-584.177,158.389,1.31577,300,5,0,9416,12688,1,0,0,0),(109852,30868,571,1,1,27358,1,5460.14,-810.488,154.553,5.02064,300,5,0,9416,12688,1,0,0,0),(109853,30868,571,1,1,27358,1,5470.53,-761.591,152.226,5.51979,300,5,0,9416,12688,1,0,0,0),(109854,30868,571,1,1,27358,1,5415.21,-690.371,163.44,2.80053,300,5,0,9416,12688,1,0,0,0),(109855,30868,571,1,1,27358,1,5480.32,-710.99,152.421,2.42809,300,5,0,9416,12688,1,0,0,0),(109856,29332,571,1,1,27865,1,6646.08,-4746.05,497.226,5.66865,300,0,0,11001,3643,2,0,0,0),(109857,28564,571,1,1,16159,0,5056.98,-1793.56,242.113,2.63171,300,5,0,10282,0,1,0,0,0),(109858,25748,571,1,1,22633,0,3689.72,5002.32,-1.50333,5.8497,300,5,0,8982,0,1,0,0,0),(109859,25748,571,1,1,22633,0,3649.7,4960.54,-1.20143,3.80877,300,5,0,8982,0,1,0,0,0),(109860,28564,571,1,1,16159,0,5333.5,-1626.05,233.667,2.28779,300,5,0,10282,0,1,0,0,0),(109861,25748,571,1,1,22633,0,3918.69,5132.38,-1.385,5.62719,300,5,0,8982,0,1,0,0,0),(109862,28564,571,1,1,16159,0,5102.61,-1786.4,240.462,5.56609,300,5,0,10282,0,1,0,0,0),(109864,28564,571,1,1,16159,0,4995.51,-1490.61,239.467,3.11527,300,0,0,10282,0,0,0,0,0),(109865,28564,571,1,1,16159,0,5373.65,-1654.52,247.302,2.89499,300,5,0,10282,0,1,0,0,0),(109866,28564,571,1,1,16159,0,5382.8,-1717.36,241.33,1.70774,300,5,0,10282,0,1,0,0,0),(109867,28564,571,1,1,16159,0,5202.16,-1618.82,236.613,4.19386,300,5,0,10282,0,1,0,0,0),(109868,28564,571,1,1,16159,0,5248.21,-1677.47,235.384,1.26415,300,5,0,10282,0,1,0,0,0),(109869,28564,571,1,1,16159,0,5186.98,-1750.52,241.24,4.95647,300,5,0,10282,0,1,0,0,0),(109870,28564,571,1,1,16159,0,4973.86,-1619.46,238.518,0.340593,300,5,0,10282,0,1,0,0,0),(109871,28564,571,1,1,16159,0,4996.98,-1681,244.157,2.09479,300,5,0,10282,0,1,0,0,0),(109872,28564,571,1,1,16159,0,4981.78,-1525,234.915,6.03242,300,0,0,10282,0,0,0,0,0),(109873,28564,571,1,1,16159,0,5176.78,-1790.18,245.178,4.12952,300,5,0,10282,0,1,0,0,0),(109874,28564,571,1,1,16159,0,5196.83,-1487.9,239.248,3.38957,300,5,0,10282,0,1,0,0,0),(109875,28564,571,1,1,16159,0,5066.96,-1565.38,237.023,5.18533,300,5,0,10282,0,1,0,0,0),(109876,28564,571,1,1,16159,0,5093.92,-1713.66,237.138,6.05861,300,5,0,10282,0,1,0,0,0),(109877,28564,571,1,1,16159,0,5040.77,-1623.87,237.798,1.93503,300,0,0,10282,0,0,0,0,0),(109878,28564,571,1,1,16159,0,5345.52,-1488.58,238.923,4.32422,300,5,0,10282,0,1,0,0,0),(109879,28564,571,1,1,16159,0,5261.92,-1591.99,231.144,5.39849,300,5,0,10282,0,1,0,0,0),(109880,28564,571,1,1,16159,0,5130.26,-1520,235.348,5.38624,300,5,0,10282,0,1,0,0,0),(109881,25748,571,1,1,22633,0,3799.45,5033.85,-1.38499,3.48761,300,5,0,8982,0,1,0,0,0),(109882,25748,571,1,1,22633,0,3887.98,5281.83,13.1236,5.6867,300,5,0,8982,0,1,0,0,0),(109883,25748,571,1,1,22633,0,3949.54,5247.29,13.1236,3.26377,300,5,0,8982,0,1,0,0,0),(109884,25748,571,1,1,22633,0,3886.09,5193.58,13.1127,1.39507,300,5,0,8982,0,1,0,0,0),(109885,25748,571,1,1,22633,0,3990.26,5137.1,-0.857873,2.30696,300,5,0,8982,0,1,0,0,0),(109886,29844,571,1,1,26177,0,7078.97,-1131.35,925.048,5.70693,300,5,0,11770,3809,1,0,0,0),(109887,29844,571,1,1,26177,0,7304.56,-1108.57,939.023,2.08857,300,5,0,11770,3809,1,0,0,0),(109888,29844,571,1,1,26177,0,7276.19,-1107.46,939.277,3.78745,300,5,0,11770,3809,1,0,0,0),(109889,30868,571,1,1,27358,1,5568.18,-935.495,185.54,5.4435,300,5,0,9416,12688,1,0,0,0),(109890,30868,571,1,1,27358,1,5537.46,-897.547,169.649,3.78173,300,5,0,9416,12688,1,0,0,0),(109891,30868,571,1,1,27358,1,5504.62,-909.175,168.907,3.69978,300,5,0,9416,12688,1,0,0,0),(109892,29844,571,1,1,26177,0,7165.31,-1137.07,935.83,5.79449,300,0,0,11770,3809,0,0,0,0),(109893,29844,571,1,1,26177,0,7245.94,-1120.8,941.081,0.530271,300,5,0,11770,3809,1,0,0,0),(109894,29844,571,1,1,26177,0,7225.68,-1067.53,941.099,2.2808,300,5,0,11770,3809,1,0,0,0),(109895,29844,571,1,1,26177,0,7263.1,-1062.36,941.915,1.35853,300,5,0,11770,3809,1,0,0,0),(109896,29844,571,1,1,26177,0,7283.68,-1109.5,939.007,3.56857,300,5,0,11770,3809,1,0,0,0),(109897,29844,571,1,1,26177,0,7265.24,-1071.89,940.405,0.986086,300,5,0,11770,3809,1,0,0,0),(109898,29844,571,1,1,26177,0,7273.74,-1144.55,939.401,4.63246,300,5,0,11770,3809,1,0,0,0),(109900,28564,571,1,1,16159,0,5358.7,-1663.62,245.014,4.43864,300,5,0,10282,0,1,0,0,0),(109901,28564,571,1,1,16159,0,5346.03,-1479.18,240.806,2.46419,300,5,0,10282,0,1,0,0,0),(109903,30868,571,1,1,27358,1,5454.13,-631.297,156.985,2.4666,300,5,0,9416,12688,1,0,0,0),(109904,30868,571,1,1,27358,1,5494.74,-735.38,149.851,6.18927,300,5,0,9416,12688,1,0,0,0),(109905,29844,571,1,1,26177,0,7111.39,-1116.59,923.595,5.62808,300,5,0,11770,3809,1,0,0,0),(109906,29844,571,1,1,26177,0,7115.35,-1141.08,924.403,4.97051,300,5,0,11770,3809,1,0,0,0),(109907,27029,571,1,1,24243,1,3252.76,-684.58,168.15,0.959931,300,0,0,9291,0,0,0,0,0),(109908,26261,571,1,1,12814,0,5022.68,-4829.64,283.474,1.02974,300,0,0,30846,10398,0,0,0,0),(109909,26261,571,1,1,12814,0,4954.16,-4734.24,287.264,0.15708,300,0,0,30846,10398,0,0,0,0),(109910,26261,571,1,1,12814,0,5036.92,-4836.47,285.7,1.25664,300,0,0,30846,10398,0,0,0,0),(109911,26261,571,1,1,12814,0,5038.69,-4768.34,302.404,3.40339,300,0,0,30846,10398,0,0,0,0),(109912,26261,571,1,1,12814,0,5059.74,-4785.45,296.321,2.86234,300,0,0,30846,10398,0,0,0,0),(109913,26261,571,1,1,12814,0,4982.83,-4793.33,286.901,0.279253,300,0,0,30846,10398,0,0,0,0),(109914,28309,571,1,1,25291,1,5373.76,-2606.51,304.037,3.56047,300,0,0,11770,3809,0,0,0,0),(109915,27285,571,1,1,17255,0,3654.04,-1408.78,181.165,3.76658,300,0,0,79520,0,2,0,0,0),(109916,27285,571,1,1,17255,0,3541.13,-1202.75,185.657,2.12817,300,0,0,79520,0,2,0,0,0),(109919,26261,571,1,1,12814,0,5009.42,-4723.11,297.773,3.80482,300,0,0,30846,10398,0,0,0,0),(109920,26261,571,1,1,12814,0,5005.06,-4815.92,285.397,0.837758,300,0,0,30846,10398,0,0,0,0),(109921,26261,571,1,1,12814,0,4972.74,-4773.39,286.565,0.331613,300,0,0,30846,10398,0,0,0,0),(109922,26261,571,1,1,12814,0,4945.86,-4711.92,286.71,6.24828,300,0,0,30846,10398,0,0,0,0),(109923,26261,571,1,1,12814,0,4961.38,-4754.53,285.805,0.087266,300,0,0,30846,10398,0,0,0,0),(109924,23957,571,1,1,11686,0,1578.04,-6253.95,15.409,2.30383,300,0,0,4120,0,0,0,0,0),(109925,26261,571,1,1,12814,0,4998.26,-4693.89,302.694,3.92699,300,0,0,30846,10398,0,0,0,0),(109926,26261,571,1,1,12814,0,5022.16,-4746.87,300.471,3.66519,300,0,0,30846,10398,0,0,0,0),(109927,27285,571,1,1,17255,0,3752.15,-1149.82,203.368,4.58188,300,0,0,79520,0,2,0,0,0),(109928,26261,571,1,1,12814,0,5145.35,-4791.31,294.002,6.16101,300,0,0,30846,10398,0,0,0,0),(109929,26261,571,1,1,12814,0,5132.33,-4767.02,292.7,0.226893,300,0,0,30846,10398,0,0,0,0),(109930,27797,571,1,1,24829,0,3524.99,-1116.47,83.6707,2.71032,300,5,0,9940,0,1,0,0,0),(109931,26261,571,1,1,12814,0,5079.45,-4699.8,285.519,0.314159,300,0,0,30846,10398,0,0,0,0),(109932,26261,571,1,1,12814,0,5100.86,-4734.59,287.101,0.767945,300,0,0,30846,10398,0,0,0,0),(109933,28565,571,1,1,28283,0,5004.69,-1937.93,243.343,4.69227,300,0,0,10635,0,0,0,0,0),(109934,24469,571,1,1,24848,0,2560.05,5833.22,34.161,0.942478,300,0,0,39920,0,0,0,0,0),(207350,33550,571,1,256,0,0,6515.65,2256.65,482.604,0,120,8,0,1,0,1,0,0,0),(109936,28565,571,1,1,28283,0,4991.16,-1571.04,237.166,1.53078,300,5,0,10635,0,1,0,0,0),(109937,26261,571,1,1,12814,0,5151.07,-4820.15,292.152,0.261799,300,0,0,30846,10398,0,0,0,0),(109938,26261,571,1,1,12814,0,5169.67,-4841.07,297.097,0.663225,300,0,0,30846,10398,0,0,0,0),(109939,26261,571,1,1,12814,0,5153.39,-4634.58,286.796,0.941625,300,10,0,30846,10398,1,0,0,0),(109940,26261,571,1,1,12814,0,5280.68,-4717.15,298.168,3.00824,300,10,0,30846,10398,1,0,0,0),(109941,26261,571,1,1,12814,0,5098.05,-4719.05,287.822,0.321751,300,5,0,30846,10398,1,0,0,0),(109942,26261,571,1,1,12814,0,5273.24,-4781.63,298.096,0.862235,300,10,0,30846,10398,1,0,0,0),(109943,26261,571,1,1,12814,0,5172.3,-4759.53,294.961,0.578791,300,5,0,30846,10398,1,0,0,0),(109944,26261,571,1,1,12814,0,5345.67,-4711.17,305.889,2.66646,300,10,0,30846,10398,1,0,0,0),(109945,26347,571,1,1,0,0,3268.37,-5079.97,340.977,1.05734,300,0,0,30846,10398,2,0,0,0),(109946,26261,571,1,1,12814,0,5064.66,-4682.07,287.521,0.15708,300,0,0,30846,10398,0,0,0,0),(109947,26261,571,1,1,12814,0,5335.85,-4790.75,300.565,-3.04136,300,10,0,30846,10398,1,0,0,0),(109948,26347,571,1,1,0,0,3332.51,-5175.13,331.754,1.24997,300,0,0,30846,10398,2,0,0,0),(109949,26261,571,1,1,12814,0,5393.85,-4776.82,304.809,1.86604,300,10,0,30846,10398,1,0,0,0),(109950,26261,571,1,1,12814,0,5297.76,-4862.49,302.517,1.39216,300,10,0,30846,10398,1,0,0,0),(109951,26261,571,1,1,12814,0,5239.44,-4850.56,299.481,1.32585,300,5,0,30846,10398,1,0,0,0),(109952,26261,571,1,1,12814,0,5143.07,-4778.62,293.98,0.578791,300,5,0,30846,10398,1,0,0,0),(109953,26261,571,1,1,12814,0,5170.64,-4694.91,288.493,0.317674,300,10,0,30846,10398,1,0,0,0),(109954,26261,571,1,1,12814,0,5180.57,-4861.61,297.629,1.20428,300,0,0,30846,10398,0,0,0,0),(109955,26261,571,1,1,12814,0,5082.64,-4724.19,287.5,0.321751,300,5,0,30846,10398,1,0,0,0),(109956,26261,571,1,1,12814,0,5081.29,-4664.54,287.484,0.785398,300,5,0,30846,10398,1,0,0,0),(109957,28565,571,1,1,28283,0,5312.1,-1684.88,234.094,5.95714,300,0,0,10635,0,0,0,0,0),(109958,24469,571,1,1,24848,0,2542.54,5888.65,26.7951,6.19592,300,0,0,39920,0,0,0,0,0),(109959,28565,571,1,1,28283,0,5050.86,-1815.88,242.622,3.28802,300,0,0,10635,0,0,0,0,0),(109960,28565,571,1,1,28283,0,5238.81,-1575.23,234.089,4.36687,300,5,0,10635,0,1,0,0,0),(109961,28565,571,1,1,28283,0,5215.8,-1778.41,239.204,4.79192,300,0,0,10635,0,0,0,0,0),(109962,28565,571,1,1,28283,0,4997.87,-1573.07,237.935,1.68359,300,5,0,10635,0,1,0,0,0),(109963,28565,571,1,1,28283,0,5246.56,-1738.47,238.164,5.06203,300,5,0,10635,0,1,0,0,0),(109964,28565,571,1,1,28283,0,5174.42,-1840.15,243.236,2.83591,300,5,0,10635,0,1,0,0,0),(109965,28565,571,1,1,28283,0,5190.94,-1612.73,235.996,5.52418,300,5,0,10635,0,1,0,0,0),(109966,28565,571,1,1,28283,0,5041.83,-1694.64,242.733,0.633956,300,5,0,10635,0,1,0,0,0),(109967,28565,571,1,1,28283,0,5225.05,-1639.58,235.421,3.75988,300,5,0,10635,0,1,0,0,0),(109968,28565,571,1,1,28283,0,5257.83,-1675.05,235.884,4.85218,300,0,0,10635,0,0,0,0,0),(109969,28565,571,1,1,28283,0,5218.55,-1722.07,235.578,1.95374,300,0,0,10635,0,0,0,0,0),(109970,28565,571,1,1,28283,0,5234.68,-1703.05,236.034,0.128651,300,0,0,10635,0,0,0,0,0),(109971,28565,571,1,1,28283,0,5069.33,-1862.79,253.687,5.71848,300,0,0,10635,0,0,0,0,0),(109972,28565,571,1,1,28283,0,5183.12,-1736.8,237.46,3.36848,300,0,0,10635,0,0,0,0,0),(109973,28565,571,1,1,28283,0,5126.34,-1713.71,235.773,5.0746,300,5,0,10635,0,1,0,0,0),(109974,28565,571,1,1,28283,0,5014.39,-1651.84,242.359,3.70853,300,5,0,10635,0,1,0,0,0),(109975,28565,571,1,1,28283,0,5105.51,-1716.42,238.023,4.33974,300,0,0,10635,0,0,0,0,0),(109976,28565,571,1,1,28283,0,5068.57,-1567.29,236.544,1.3528,300,0,0,10635,0,0,0,0,0),(109977,28565,571,1,1,28283,0,5045.05,-1532.3,240.544,4.85489,300,5,0,10635,0,1,0,0,0),(109978,28565,571,1,1,28283,0,5147.65,-1757.66,238.241,5.85179,300,0,0,10635,0,0,0,0,0),(109979,24469,571,1,1,24848,0,2533.99,5818.89,-12.4732,0.279253,300,0,0,39920,0,0,0,0,0),(109980,28565,571,1,1,28283,0,5062.74,-1754.15,234.819,2.25149,300,5,0,10635,0,1,0,0,0),(109981,28565,571,1,1,28283,0,5071.74,-1680.02,235.711,6.19129,300,5,0,10635,0,1,0,0,0),(109982,28565,571,1,1,28283,0,5049.08,-1594.3,234.715,3.96874,300,5,0,10635,0,1,0,0,0),(109983,28565,571,1,1,28283,0,5089.28,-1547.15,239.885,2.9915,300,0,0,10635,0,0,0,0,0),(109984,28565,571,1,1,28283,0,5177.05,-1838.56,242.47,0.952599,300,0,0,10635,0,0,0,0,0),(109985,25238,571,1,1,23005,1,2339.37,5263.58,7.71745,3.94444,300,0,0,7984,0,0,0,0,0),(109986,27542,571,1,1,6371,0,3619.35,1198.11,143.144,5.91667,300,30,0,49700,0,1,0,0,0),(109987,27030,571,1,1,24244,0,3252.89,-688.319,167.255,3.28122,300,0,0,9940,3387,0,0,0,0),(109989,27542,571,1,1,6371,0,3599.89,766.125,78.5751,0.855211,300,30,0,49700,0,1,0,0,0),(109990,27542,571,1,1,6371,0,3861.88,664.811,66.0727,2.21657,300,30,0,49700,0,1,0,0,0),(109991,29334,571,1,1,8472,0,6350.14,-4548.4,451.53,0.772201,300,5,0,11001,0,1,0,0,0),(109992,29334,571,1,1,8472,0,6750.31,-4950.57,451.595,0.480287,300,0,0,11001,0,0,0,0,0),(109993,29334,571,1,1,1340,0,6324.68,-4424.36,455.019,4.43537,300,5,0,11001,0,1,0,0,0),(109994,27542,571,1,1,6371,0,3659.49,1202.75,143.639,1.93945,300,30,0,49700,0,1,0,0,0),(109995,27542,571,1,1,6371,0,3770,692.283,96.3699,2.82653,300,30,0,49700,0,1,0,0,0),(109996,29334,571,1,1,8472,0,6373.39,-4579.01,453.838,5.55719,300,5,0,11001,0,1,0,0,0),(125611,30102,571,1,1,0,0,5697.56,-2985.96,303.629,0.331613,120,0,0,1,0,0,0,0,0),(125610,30102,571,1,1,0,0,5691.04,-2993.65,307.44,0.0535806,120,0,0,1,0,0,0,0,0),(109999,28054,571,1,1,25072,0,5536.08,5752.39,-79.0741,-0.017452,300,0,0,11379,0,0,0,0,0),(110000,27286,571,1,1,533,1,3741.67,-1458.33,136.378,5.63196,300,5,0,9610,0,1,0,0,0),(110001,27542,571,1,1,6371,0,3843.21,655.064,73.6523,1.64061,300,30,0,49700,0,1,0,0,0),(110002,29334,571,1,1,1340,0,6726.21,-4170.69,457.737,4.38378,300,0,0,11001,0,0,0,0,0),(110003,29334,571,1,1,8472,0,7144.32,-4427.61,453.309,3.31429,300,5,0,11001,0,1,0,0,0),(125609,30102,571,1,1,0,0,5723.33,-3040.88,303.629,0.331613,120,0,0,1,0,0,0,0,0),(125608,15214,571,1,1,0,0,5824.51,-2955.57,296.551,0.994838,120,0,0,1,0,0,0,0,0),(110006,27542,571,1,1,6371,0,3615.46,753.809,85.6602,1.36136,300,30,0,49700,0,1,0,0,0),(125607,15214,571,1,1,0,0,5796.06,-3015.99,286.615,4.97419,120,0,0,1,0,0,0,0,0),(125606,15214,571,1,1,0,0,5816.96,-2972.93,290.276,3.33358,120,0,0,1,0,0,0,0,0),(110009,29334,571,1,1,1340,0,7104.28,-4275.63,451.825,1.59521,300,5,0,11001,0,1,0,0,0),(110010,29334,571,1,1,1340,0,6850.29,-4943.41,451.651,2.51679,300,0,0,11001,0,0,0,0,0),(110011,29334,571,1,1,8472,0,7097.19,-4405.1,450.826,5.11829,300,5,0,11001,0,1,0,0,0),(110012,29334,571,1,1,8472,0,6480.96,-4669.88,450.643,5.64057,300,5,0,11001,0,1,0,0,0),(110013,29334,571,1,1,8472,0,6527.81,-4741.75,454.766,6.03572,300,0,0,11001,0,0,0,0,0),(110014,29334,571,1,1,8472,0,6257.46,-4454.81,450.643,0.451957,300,0,0,11001,0,0,0,0,0),(110015,29334,571,1,1,8472,0,6851.66,-4944.33,451.557,3.10443,300,0,0,11001,0,0,0,0,0),(110016,29334,571,1,1,1340,0,6750,-4940.82,451.159,4.93754,300,5,0,11001,0,1,0,0,0),(110017,29334,571,1,1,1340,0,6936.59,-4264.15,451.179,2.6338,300,5,0,11001,0,1,0,0,0),(110018,28566,571,1,1,25516,0,5545.45,5767.53,-77.8042,5.39307,300,0,0,10635,0,0,0,0,0),(110019,27286,571,1,1,533,1,3779.47,-1454.94,143.545,3.23989,300,5,0,9610,0,1,0,0,0),(110020,29334,571,1,1,1340,0,6537.57,-4643.83,450.643,2.74006,300,0,0,11001,0,0,0,0,0),(110021,29334,571,1,1,1340,0,6623.28,-4676.85,450.819,2.12629,300,5,0,11001,0,1,0,0,0),(110022,29334,571,1,1,8472,0,6376.72,-4356.5,450.968,6.23933,300,5,0,11001,0,1,0,0,0),(110023,29334,571,1,1,1340,0,6691.2,-4902.91,461.006,0.131451,300,5,0,11001,0,1,0,0,0),(110024,25750,571,1,1,15903,0,3839.69,5019.47,-1.38499,1.51239,300,5,0,8982,0,1,0,0,0),(110025,29334,571,1,1,8472,0,7037.57,-4244.69,450.174,5.83432,300,5,0,11001,0,1,0,0,0),(110026,27286,571,1,1,7848,1,3713.38,-1283.89,119.092,0.993585,300,5,0,9610,0,1,0,0,0),(110027,27286,571,1,1,533,1,3643.68,-1286.35,112.455,4.64575,300,5,0,9610,0,1,0,0,0),(110028,27286,571,1,1,533,1,3688.84,-1312.08,118.354,4.75012,300,5,0,9610,0,1,0,0,0),(110029,27286,571,1,1,533,1,3775.55,-1374.19,135.804,3.58608,300,5,0,9610,0,1,0,0,0),(110030,27286,571,1,1,533,1,3673.91,-1381.14,131.317,4.36162,300,5,0,9610,0,1,0,0,0),(110031,27286,571,1,1,533,1,3685.6,-1418.18,135.911,1.91812,300,5,0,9610,0,1,0,0,0),(110032,27286,571,1,1,7848,1,3575.45,-1347.05,107.754,0.609126,300,5,0,9610,0,1,0,0,0),(110033,27286,571,1,1,533,1,3593.7,-1261.31,111.974,4.95378,300,5,0,9610,0,1,0,0,0),(110034,27286,571,1,1,7848,1,3761.03,-1323.53,135.162,1.17803,300,5,0,9610,0,1,0,0,0),(110035,27286,571,1,1,7848,1,3752.35,-1375.61,134.19,4.83145,300,5,0,9610,0,1,0,0,0),(110036,27286,571,1,1,533,1,3621.1,-1415.16,108.423,1.13469,300,5,0,9610,0,1,0,0,0),(110037,25750,571,1,1,15903,0,3922.42,5212.88,13.1652,4.64759,300,5,0,8982,0,1,0,0,0),(110038,29334,571,1,1,1340,0,6505.5,-4339.02,450.643,4.99536,300,0,0,11001,0,0,0,0,0),(110039,27542,571,1,1,6371,0,3658.92,866.215,66.3246,0.939305,300,30,0,49700,0,1,0,0,0),(110040,25750,571,1,1,15903,0,3674.16,4990.56,-1.43005,1.46204,300,5,0,8982,0,1,0,0,0),(110041,23958,571,1,1,22185,0,2532.56,-3146.5,130.057,4.35362,300,5,0,8982,0,1,0,0,0),(110042,23958,571,1,1,22185,0,2370.35,-3195.6,154.378,4.99712,300,5,0,8982,0,1,0,0,0),(110043,23958,571,1,1,22185,0,2444.6,-3123.67,146.302,3.24824,300,5,0,8982,0,1,0,0,0),(110044,23958,571,1,1,22185,0,2546.46,-3125.46,127.798,1.63139,300,5,0,8982,0,1,0,0,0),(110045,29334,571,1,1,8472,0,6930.95,-4184.67,451.06,4.19067,300,0,0,11001,0,0,0,0,0),(110046,29334,571,1,1,8472,0,6445.84,-4326.18,452.339,5.94844,300,5,0,11001,0,1,0,0,0),(110047,23958,571,1,1,22185,0,2729.74,-3098.51,111.314,5.46598,300,5,0,8982,0,1,0,0,0),(110048,25750,571,1,1,15903,0,3848.67,5116.86,-1.385,2.74177,300,5,0,8982,0,1,0,0,0),(110049,25750,571,1,1,15903,0,3610.94,4979.85,-1.64804,4.17237,300,5,0,8982,0,1,0,0,0),(110050,29334,571,1,1,8472,0,6658.28,-4182.53,454.114,3.45747,300,5,0,11001,0,1,0,0,0),(110051,29334,571,1,1,8472,0,6721.7,-4224.71,457.006,2.55199,300,0,0,11001,0,0,0,0,0),(110052,23958,571,1,1,22185,0,2457.14,-3152.34,143.41,0.829063,300,5,0,8982,0,1,0,0,0),(110053,23958,571,1,1,22185,0,2429.13,-3179.5,149.905,1.56197,300,5,0,8982,0,1,0,0,0),(110054,23958,571,1,1,22185,0,2467.46,-3048.88,138.996,4.39156,300,5,0,8982,0,1,0,0,0),(110055,29334,571,1,1,8472,0,6833.98,-4173.34,458.437,0.062541,300,5,0,11001,0,1,0,0,0),(110056,23958,571,1,1,22185,0,2498.04,-3034.18,126.505,2.10351,300,5,0,8982,0,1,0,0,0),(110057,29334,571,1,1,8472,0,6737.23,-4719.81,450.643,2.41572,300,5,0,11001,0,1,0,0,0),(110058,29334,571,1,1,8472,0,6749.35,-4824.66,453.033,5.99946,300,5,0,11001,0,1,0,0,0),(110059,23958,571,1,1,22185,0,2376.49,-3168.81,154.715,1.23786,300,5,0,8982,0,1,0,0,0),(110060,23958,571,1,1,22185,0,2455.56,-3165.59,146.159,1.57763,300,5,0,8982,0,1,0,0,0),(110061,23958,571,1,1,22185,0,2514.69,-3023.38,121.141,0.650337,300,5,0,8982,0,1,0,0,0),(110062,23958,571,1,1,22185,0,2434.34,-3149.75,147.137,2.31058,300,5,0,8982,0,1,0,0,0),(110063,25750,571,1,1,15903,0,3786.21,5112.57,-1.39552,3.77452,300,5,0,8982,0,1,0,0,0),(110064,25750,571,1,1,15903,0,3909.43,5276.28,13.1652,5.9277,300,5,0,8982,0,1,0,0,0),(110065,25750,571,1,1,15903,0,3840.67,5197.14,13.1236,0.593412,300,0,0,8982,0,0,0,0,0),(110066,25750,571,1,1,15903,0,3992.25,5269.01,13.1236,1.18682,300,0,0,8982,0,0,0,0,0),(110067,25750,571,1,1,15903,0,3920.37,5218.35,13.1652,2.32715,300,5,0,8982,0,1,0,0,0),(110068,25750,571,1,1,15903,0,3914.53,5273.02,13.1652,0.425244,300,5,0,8982,0,1,0,0,0),(110070,29590,571,1,1,26715,0,7459.58,132.299,768.328,2.1293,300,0,0,12600,0,0,0,0,0),(110071,29590,571,1,1,26715,0,7448.86,302.587,771.315,4.60767,300,0,0,12600,0,0,0,0,0),(110072,29590,571,1,1,26715,0,7462.62,199.231,768.731,2.9147,300,0,0,12600,0,0,0,0,0),(110073,29590,571,1,1,26715,0,7420.03,257.465,768.803,5.41052,300,0,0,12600,0,0,0,0,0),(110074,30103,571,1,1,21072,0,7251.28,-95.4954,775.509,4.11898,300,5,0,12126,0,1,0,0,0),(110075,30103,571,1,1,21072,0,7415.49,-54.7268,815.524,4.36332,300,5,0,12126,0,1,0,0,0),(110076,30103,571,1,1,21072,0,7314.03,115.86,791.953,1.5708,300,5,0,12126,0,1,0,0,0),(110077,30103,571,1,1,21072,0,7406.45,-39.3767,802.169,0.279253,300,5,0,12126,0,1,0,0,0),(110078,30103,571,1,1,21072,0,7290.22,-130.605,815.659,5.67232,300,5,0,12126,0,1,0,0,0),(110079,30103,571,1,1,21072,0,7215.11,-34.6553,777.636,1.88496,300,5,0,12126,0,1,0,0,0),(110080,30103,571,1,1,21072,0,7287.31,48.145,775.363,1.58825,300,5,0,12126,0,1,0,0,0),(110081,30103,571,1,1,21072,0,7270.63,-123.039,777.312,5.53269,300,5,0,12126,0,1,0,0,0),(110082,30103,571,1,1,21072,0,7412.68,-42.1654,786.995,5.42797,300,5,0,12126,0,1,0,0,0),(110083,29079,571,1,1,21342,0,6306.38,5949.22,95.896,3.54302,300,5,0,8982,3155,1,0,0,0),(110084,30103,571,1,1,21072,0,7311.65,124.178,800.493,5.60251,300,5,0,12126,0,1,0,0,0),(110085,30103,571,1,1,21072,0,7406.81,-39.2695,788.695,3.7001,300,5,0,12126,0,1,0,0,0),(110086,30103,571,1,1,21072,0,7210.57,-36.7177,789.035,4.5204,300,5,0,12126,0,1,0,0,0),(110087,30103,571,1,1,21072,0,7294.9,105.758,811.875,4.06662,300,5,0,12126,0,1,0,0,0),(110088,30103,571,1,1,21072,0,7288.9,48.8472,775.685,3.49066,300,5,0,12126,0,1,0,0,0),(110089,30103,571,1,1,21072,0,7287.78,-136.917,808.205,1.62316,300,5,0,12126,0,1,0,0,0),(110090,30103,571,1,1,21072,0,7271.23,121.749,791.865,2.26893,300,5,0,12126,0,1,0,0,0),(110091,30103,571,1,1,21072,0,7270.96,116.718,801.897,0.506145,300,5,0,12126,0,1,0,0,0),(110092,30103,571,1,1,21072,0,7260.37,114.907,793.173,4.2586,300,5,0,12126,0,1,0,0,0),(110093,30103,571,1,1,21072,0,7300.73,104.66,810.829,2.14675,300,5,0,12126,0,1,0,0,0),(110094,27031,571,1,1,24242,0,3250.74,-683.021,167.296,3.7001,300,0,0,9291,0,0,0,0,0),(110095,30103,571,1,1,21072,0,7297.33,102.821,806.645,2.1293,300,5,0,12126,0,1,0,0,0),(110096,30103,571,1,1,21072,0,7218.16,-23.9134,816.906,1.0472,300,5,0,12126,0,1,0,0,0),(110097,30103,571,1,1,21072,0,7441.89,75.0929,774.023,5.65487,300,5,0,12126,0,1,0,0,0),(110098,30103,571,1,1,21072,0,7404.45,-38.7829,795.033,0.610865,300,5,0,12126,0,1,0,0,0),(110099,30103,571,1,1,21072,0,7422.11,-51.7734,809.051,4.10152,300,5,0,12126,0,1,0,0,0),(110100,30103,571,1,1,21072,0,7434.33,-53.4345,806.788,3.35103,300,5,0,12126,0,1,0,0,0),(110101,30103,571,1,1,21072,0,7437.26,73.2197,772.729,3.47321,300,5,0,12126,0,1,0,0,0),(110102,30103,571,1,1,21072,0,7292.46,43.1651,781.44,3.10669,300,5,0,12126,0,1,0,0,0),(110103,30103,571,1,1,21072,0,7217.49,-32.0008,819.388,3.75246,300,5,0,12126,0,1,0,0,0),(110104,30103,571,1,1,21072,0,7244.83,-100.095,777.134,0.244346,300,5,0,12126,0,1,0,0,0),(110106,26519,571,1,1,21738,1,3882.44,-1936.45,209.169,2.09439,300,0,0,6986,0,0,0,0,0),(110107,23959,571,1,1,11032,0,2688.87,-3092.34,138.926,3.26377,300,0,0,8982,0,0,0,0,0),(110108,23959,571,1,1,11032,0,2598.19,-3144.11,160.274,3.63029,300,0,0,8982,0,0,0,0,0),(110109,30103,571,1,1,21072,0,7291,-135.524,821.242,3.00197,300,5,0,12126,0,1,0,0,0),(110110,30103,571,1,1,21072,0,7318.81,121.683,787.764,4.53786,300,5,0,12126,0,1,0,0,0),(110111,30103,571,1,1,21072,0,7209.29,-38.4818,773.433,4.86947,300,5,0,12126,0,1,0,0,0),(110112,30103,571,1,1,21072,0,7290.58,39.7639,782.504,3.00197,300,5,0,12126,0,1,0,0,0),(110113,30103,571,1,1,21072,0,7281.98,-119.262,787.6,3.89208,300,5,0,12126,0,1,0,0,0),(110114,30103,571,1,1,21072,0,7279.47,-119.813,776.757,1.06465,300,5,0,12126,0,1,0,0,0),(110115,25239,571,1,1,23013,0,2352.69,5268.96,7.66896,2.89086,300,0,0,7984,0,0,0,0,0),(110116,23959,571,1,1,11032,0,2548.98,-3063.11,176.325,0.733038,300,0,0,8982,0,0,0,0,0),(110117,23959,571,1,1,11032,0,2518.66,-3298.72,172.851,5.32325,300,0,0,8982,0,0,0,0,0),(110118,23959,571,1,1,11032,0,2354.36,-3470.45,172.009,0.488692,300,0,0,8982,0,0,0,0,0),(110119,23959,571,1,1,11032,0,2490.17,-3210.54,178.154,4.7822,300,0,0,8982,0,0,0,0,0),(110120,23959,571,1,1,11032,0,2528.56,-3038.38,155.542,2.58309,300,0,0,8982,0,0,0,0,0),(110121,23959,571,1,1,11032,0,2507.23,-3089.57,176.804,2.9147,300,0,0,8982,0,0,0,0,0),(110122,23959,571,1,1,11032,0,2526.32,-3147.38,176.122,5.49779,300,0,0,8982,0,0,0,0,0),(110123,23959,571,1,1,11032,0,2434.12,-3126.77,197.338,2.00713,300,0,0,8982,0,0,0,0,0),(110124,23959,571,1,1,11032,0,2458.91,-3150.62,191.294,5.5676,300,0,0,8982,0,0,0,0,0),(110125,27799,571,1,1,24823,0,3586.54,-1136.91,89.026,1.25664,300,0,0,7688,7500,0,0,0,0),(110126,27799,571,1,1,24823,0,3546.29,-1137.47,83.7542,2.89725,300,0,0,7688,7500,0,0,0,0),(110127,27799,571,1,1,24823,0,3525.54,-1130.26,83.7542,4.31096,300,0,0,7688,7500,0,0,0,0),(110128,23959,571,1,1,11032,0,2510.04,-3283.15,170.739,1.65806,300,0,0,8982,0,0,0,0,0),(110129,23959,571,1,1,11032,0,2498.82,-3304.01,161.512,3.50811,300,0,0,8982,0,0,0,0,0),(110130,23959,571,1,1,11032,0,2308.9,-3198.01,175.368,4.24115,300,0,0,8982,0,0,0,0,0),(110131,23959,571,1,1,11032,0,2279.54,-3231.92,187.893,1.5708,300,0,0,8982,0,0,0,0,0),(110132,23959,571,1,1,11032,0,2304.44,-3221.12,173.47,2.04204,300,0,0,8982,0,0,0,0,0),(110133,23959,571,1,1,11032,0,2281.69,-3195.49,167.066,4.66003,300,0,0,8982,0,0,0,0,0),(110134,23959,571,1,1,11032,0,2318,-3175.31,174.669,1.06465,300,0,0,8982,0,0,0,0,0),(110135,23959,571,1,1,11032,0,2461.89,-3122.89,185.01,1.97222,300,0,0,8982,0,0,0,0,0),(110136,23959,571,1,1,11032,0,2492.64,-3142.49,177.973,3.61283,300,0,0,8982,0,0,0,0,0),(110137,23959,571,1,1,11032,0,2463.43,-3200.93,188.765,4.06662,300,0,0,8982,0,0,0,0,0),(110138,23959,571,1,1,11032,0,2404.47,-3202.07,177.548,0.506145,300,0,0,8982,0,0,0,0,0),(110139,23959,571,1,1,11032,0,2382.27,-3211.78,181.579,3.59538,300,0,0,8982,0,0,0,0,0),(110140,23959,571,1,1,11032,0,2485.74,-3120.09,184.767,2.54818,300,0,0,8982,0,0,0,0,0),(110141,23959,571,1,1,11032,0,2543.05,-3103.01,150.174,0.575959,300,0,0,8982,0,0,0,0,0),(110142,23959,571,1,1,11032,0,2396.89,-3184.29,175.991,0.05236,300,0,0,8982,0,0,0,0,0),(110143,23959,571,1,1,11032,0,2381.08,-3196.52,185.354,2.14675,300,0,0,8982,0,0,0,0,0),(110144,23959,571,1,1,11032,0,2432.37,-3153.69,191.718,3.9968,300,0,0,8982,0,0,0,0,0),(110145,23959,571,1,1,11032,0,2467.12,-3182.8,179.922,2.77507,300,0,0,8982,0,0,0,0,0),(110146,23959,571,1,1,11032,0,2496.2,-3196.66,172.179,1.0472,300,0,0,8982,0,0,0,0,0),(110147,23959,571,1,1,11032,0,2478.56,-3182.2,181.212,0.767945,300,0,0,8982,0,0,0,0,0),(110148,30104,571,1,1,26766,0,5852.45,689,610.79,3.97935,300,0,0,8982,0,0,0,0,0),(110149,27032,571,1,1,24249,0,3218.24,-712.361,167.414,4.27119,300,0,0,6986,0,0,0,0,0),(110150,26264,571,1,1,17612,0,4547.63,-4213.79,170.798,5.74213,300,0,0,9610,3309,0,0,0,0),(110151,26264,571,1,1,17612,0,4973.28,-4686.18,215.674,3.21141,300,0,0,9610,3309,0,0,0,0),(110152,28568,571,1,1,25518,1,5483.16,4730.05,-194.283,0.977384,300,0,0,11379,3725,0,0,0,0),(110153,29848,571,1,1,25394,0,5148.51,-2182.61,236.621,0.977384,300,0,0,41,60,0,0,0,0),(110154,29848,571,1,1,25384,0,5149.39,-2176.91,236.621,5.02655,300,0,0,41,60,0,0,0,0),(110155,29848,571,1,1,25384,0,5153.4,-2182.22,236.621,2.49582,300,0,0,41,60,0,0,0,0),(110156,29848,571,1,1,25394,0,5153.3,-2177.77,236.621,3.76991,300,0,0,41,60,0,0,0,0),(110157,29848,571,1,1,25383,0,5145.95,-2179.85,236.621,6.26573,300,0,0,41,60,0,0,0,0),(110158,27032,571,1,1,24249,0,3217.3,-701.342,167.539,0.244346,300,0,0,6986,0,0,0,0,0),(110159,26264,571,1,1,17612,0,4973.23,-4645.17,215.929,5.16617,300,0,0,9610,3309,0,0,0,0),(110160,25240,571,1,1,23011,1,2348.63,5277.58,7.71544,2.93215,300,0,0,7984,0,0,0,0,0),(110161,26264,571,1,1,17612,0,4995.11,-4748.68,215.396,3.29867,300,0,0,9610,3309,0,0,0,0),(110178,25752,571,1,1,6774,0,4047.57,4927.84,-12.5242,2.61799,300,0,0,8982,0,0,0,0,0),(110177,25752,571,1,1,6774,0,4210.92,5137.97,13.1824,1.46608,300,0,0,8982,0,0,0,0,0),(110176,25752,571,1,1,6774,0,4035.44,5022.23,-12.3937,4.95674,300,0,0,8982,0,0,0,0,0),(110175,25752,571,1,1,6774,0,4179.66,5125.22,13.1774,2.1293,300,0,0,8982,0,0,0,0,0),(110174,25752,571,1,1,6774,0,4055.23,4852.63,-12.6918,4.06662,300,0,0,8982,0,0,0,0,0),(110173,25752,571,1,1,6774,0,4103.68,5070.64,-0.992887,0.575959,300,0,0,8982,0,0,0,0,0),(110172,25752,571,1,1,6774,0,4210.66,4818.24,-12.5693,0.401426,300,0,0,8982,0,0,0,0,0),(110171,25752,571,1,1,6774,0,4154.54,4853.84,-12.8706,1.13759,300,5,0,8982,0,1,0,0,0),(110170,25752,571,1,1,6774,0,4131.98,4889.7,-12.9122,0.383972,300,0,0,8982,0,0,0,0,0),(110169,25752,571,1,1,6774,0,4137.54,4922.11,-12.9116,1.91986,300,0,0,8982,0,0,0,0,0),(110168,25752,571,1,1,6774,0,4114.92,4943.3,-12.9384,5.63741,300,5,0,8982,0,1,0,0,0),(110167,25752,571,1,1,6774,0,4088.56,4935.17,-12.8885,1.01229,300,0,0,8982,0,0,0,0,0),(110166,25752,571,1,1,6774,0,4126.33,5126.43,-1.49187,0.069813,300,0,0,8982,0,0,0,0,0),(110165,25752,571,1,1,6774,0,4209.59,5169.37,13.2,2.63545,300,5,0,8982,0,1,0,0,0),(110164,25752,571,1,1,6774,0,4231.92,5091.18,13.3569,0.418879,300,0,0,8982,0,0,0,0,0),(110163,25752,571,1,1,6774,0,4245.83,5059.14,13.3569,0.506145,300,0,0,8982,0,0,0,0,0),(110182,24216,571,1,1,22144,1,773.28,-4692.67,-94.5003,5.28835,300,0,0,6986,0,0,0,0,0),(110183,24216,571,1,1,22202,1,834.258,-4706.67,-94.6495,3.82227,300,0,0,6986,0,0,0,0,0),(110184,24216,571,1,1,22202,1,806.396,-4685.35,-94.3941,4.5204,300,0,0,6986,0,0,0,0,0),(110185,27288,571,1,1,14591,1,3810.39,-1252.74,132.76,6.01428,300,0,0,9610,0,2,0,0,0),(110186,27800,571,1,1,836,0,3595.2,-1143.61,88.9425,1.59194,300,5,0,9291,0,1,0,0,0),(110187,27800,571,1,1,836,0,3577.13,-1154.71,88.9425,5.61933,300,5,0,9291,0,1,0,0,0),(110188,27800,571,1,1,836,0,3517.69,-1114.82,83.6707,1.65429,300,5,0,9291,0,1,0,0,0),(110189,27800,571,1,1,836,0,3537.64,-1127.31,83.6707,1.13252,300,5,0,9291,0,1,0,0,0),(110190,24216,571,1,1,22202,1,832.038,-4743.88,-94.7636,2.96706,300,0,0,6986,0,0,0,0,0),(110191,27288,571,1,1,14591,1,3619.81,-1360.78,108.574,1.01858,300,0,0,9610,0,2,0,0,0),(110197,24216,571,1,1,22202,1,781.954,-4761.17,-94.1033,1.27409,300,0,0,6986,0,0,0,0,0),(110198,24216,571,1,1,22202,1,760.008,-4736.29,-94.1068,0.453786,300,0,0,6986,0,0,0,0,0),(110199,26264,571,1,1,17612,0,4983.2,-4691.53,218.919,2.30383,300,0,0,9610,3309,0,0,0,0),(110200,26264,571,1,1,17612,0,5027.95,-4771.77,216.739,6.23082,300,0,0,9610,3309,0,0,0,0),(110201,26264,571,1,1,17612,0,5017.76,-4754.69,218.515,0.872665,300,0,0,9610,3309,0,0,0,0),(110202,26264,571,1,1,17612,0,4975.41,-4710.88,215.498,3.56047,300,0,0,9610,3309,0,0,0,0),(110203,26264,571,1,1,17612,0,4996.65,-4729.5,218.974,2.16421,300,0,0,9610,3309,0,0,0,0),(110204,26264,571,1,1,17612,0,4966.58,-4697.55,218.948,1.09956,300,0,0,9610,3309,0,0,0,0),(110205,26264,571,1,1,17612,0,4983.09,-4688.56,218.979,2.67035,300,0,0,9610,3309,0,0,0,0),(110206,26264,571,1,1,17612,0,5002.07,-4745.34,219.118,2.93215,300,0,0,9610,3309,0,0,0,0),(110207,26264,571,1,1,17612,0,5030.76,-4787.42,214.61,3.50811,300,0,0,9610,3309,0,0,0,0),(110208,26264,571,1,1,17612,0,4979.35,-4745.09,219.089,5.68977,300,0,0,9610,3309,0,0,0,0),(110209,26264,571,1,1,17612,0,4985.48,-4748.23,219.394,5.51524,300,0,0,9610,3309,0,0,0,0),(110210,26264,571,1,1,17612,0,5044.76,-4790.99,220.673,4.34587,300,0,0,9610,3309,0,0,0,0),(110211,26264,571,1,1,17612,0,4973.04,-4728.95,218.926,1.53589,300,0,0,9610,3309,0,0,0,0),(110212,26264,571,1,1,17612,0,5052.39,-4796.59,219.009,5.44543,300,0,0,9610,3309,0,0,0,0),(110213,26264,571,1,1,17612,0,5024.74,-4766.62,218.683,1.16937,300,0,0,9610,3309,0,0,0,0),(110214,26264,571,1,1,17612,0,5018.74,-4786.47,215.606,6.07375,300,0,0,9610,3309,0,0,0,0),(110215,26264,571,1,1,17612,0,5048.52,-4803.86,215.964,2.61799,300,0,0,9610,3309,0,0,0,0),(110216,26264,571,1,1,17612,0,4993.67,-4712.04,219.021,1.6057,300,0,0,9610,3309,0,0,0,0),(110218,26264,571,1,1,17612,0,5005.45,-4765.6,220.951,1.0821,300,0,0,9610,3309,0,0,0,0),(110219,26264,571,1,1,17612,0,5005.54,-4755.57,219.743,2.02458,300,0,0,9610,3309,0,0,0,0),(110223,26264,571,1,1,17612,0,4977.5,-4713.28,221.248,0.314159,300,0,0,9610,3309,0,0,0,0),(57065,25496,571,1,2,25774,1,2467.01,6837.61,1.09203,4.73075,300,5,0,6986,0,1,0,0,0),(57066,25496,571,1,2,25772,1,2431.17,6827.69,4.43451,2.8615,300,0,0,6986,0,2,0,0,0),(57064,25496,571,1,2,25772,1,2399.37,6860.99,1.29954,4.91924,300,0,0,6986,0,0,0,0,0),(57062,25496,571,1,2,25774,1,2388.6,6833.08,1.09397,2.50414,300,0,0,6986,0,0,0,0,0),(57063,25496,571,1,2,25772,1,2427.9,6835.38,3.36989,3.12461,300,5,0,6986,0,1,0,0,0),(57061,25496,571,1,2,25774,1,2486.05,6738.03,5.90355,5.79889,300,0,0,6986,0,0,0,0,0),(57060,25496,571,1,2,25772,1,2452.18,6766.4,6.7847,4.81322,300,0,0,6986,0,0,0,0,0),(57059,25496,571,1,2,25774,1,2414.35,6738.81,2.7648,0.878372,300,0,0,6986,0,2,0,0,0),(57058,25496,571,1,2,25772,1,2432.51,6759.45,4.71622,4.67577,300,0,0,6986,0,0,0,0,0),(57057,25496,571,1,2,25774,1,2428.82,6738.62,3.46246,0.513163,300,5,0,6986,0,1,0,0,0),(57056,25496,571,1,2,25772,1,2395.59,6728.72,1.36429,2.95182,300,0,0,6986,0,0,0,0,0),(57055,25496,571,1,2,25774,1,2446.11,6694.03,19.736,5.23341,300,0,0,6986,0,0,0,0,0),(57054,25496,571,1,2,25772,1,2405.62,6673.59,19.0334,5.57898,300,0,0,6986,0,0,0,0,0),(110301,25496,571,1,2,25772,1,2884.84,6795.78,6.45133,4.57276,300,0,0,6986,0,0,0,0,0),(110162,25752,571,1,1,6774,0,4193.75,4853.65,-12.8706,4.79965,300,5,0,8982,0,1,0,0,0),(110305,29592,571,1,1,26355,1,7081.52,-1938.02,772.39,4.41568,300,0,0,12600,0,0,0,0,0),(110306,32664,571,1,1,12200,0,5924.81,564.565,601.558,0.372933,300,0,0,8982,0,2,0,0,0),(110307,25241,571,1,1,23012,0,2341.34,5259.79,7.72046,4.20624,300,0,0,7984,0,0,0,0,0),(110308,26777,571,1,1,11686,0,4108.09,2228.28,220.315,1.6057,300,0,0,8982,0,0,0,0,0),(110309,27033,571,1,1,24245,0,3237.13,-722.129,174.976,5.70723,300,0,0,9291,0,0,0,0,0),(110311,28313,571,1,1,25295,1,1534.26,-5717.02,251.436,0.20944,300,0,0,9291,3231,0,0,0,0),(110312,26777,571,1,1,11686,0,4093.22,2220.46,150.305,2.72271,300,0,0,8982,0,0,0,0,0),(110315,29593,571,1,1,26357,1,6653.1,-310.577,989.468,1.79769,300,0,0,630000,0,0,0,0,0),(110316,28057,571,1,1,25079,0,3228.8,-680.03,167.718,5.95157,300,0,0,8982,3155,0,0,0,0),(110318,29849,571,1,1,25347,0,7131.71,-1321.4,920.302,2.57138,300,5,0,11770,3809,1,0,0,0),(110319,27801,571,1,1,25211,1,5876.06,4116.53,-85.4289,5.51524,300,0,0,126000,0,0,0,0,0),(110357,25753,571,1,1,6888,0,4247.39,4850.15,-12.7191,5.23831,300,5,0,8982,0,1,0,0,0),(110356,25753,571,1,1,6888,0,4246.49,4880.19,-12.8706,3.79594,300,5,0,8982,0,1,0,0,0),(110355,25753,571,1,1,6888,0,4019.27,5186.87,16.7429,1.39738,300,5,0,8982,0,1,0,0,0),(110323,30873,571,1,256,25680,0,4344.54,1854.84,356.471,3.57022,300,5,0,25200,0,1,0,0,0),(110354,25753,571,1,1,6888,0,4050.86,5189.16,13.2429,5.81316,300,5,0,8982,0,1,0,0,0),(110353,25753,571,1,1,6888,0,4087.8,5188.09,13.2429,0.223546,300,5,0,8982,0,1,0,0,0),(110352,25753,571,1,1,6888,0,4113.99,5188.28,13.2429,3.49279,300,5,0,8982,0,1,0,0,0),(110351,25753,571,1,1,6888,0,4094.32,4742.21,-1.79467,4.02647,300,5,0,8982,0,1,0,0,0),(110350,25753,571,1,1,6888,0,4071.52,4727.04,-1.48035,3.85762,300,5,0,8982,0,1,0,0,0),(110349,25753,571,1,1,6888,0,4321.82,5084.64,13.2755,3.90493,300,5,0,8982,0,1,0,0,0),(110348,25753,571,1,1,6888,0,4257.04,4927.95,14.9508,6.20191,300,5,0,8982,0,1,0,0,0),(110347,25753,571,1,1,6888,0,4294.73,5145.99,13.5663,4.91,300,5,0,8982,0,1,0,0,0),(110346,25753,571,1,1,6888,0,4334.58,5054.2,13.3936,1.53235,300,5,0,8982,0,1,0,0,0),(110345,25753,571,1,1,6888,0,4323.78,4975.73,13.3985,0.836,300,5,0,8982,0,1,0,0,0),(110344,25753,571,1,1,6888,0,4026.45,4664.08,-1.1124,2.9544,300,5,0,8982,0,1,0,0,0),(110335,27545,571,1,1,24697,1,4351.15,-2455.02,239.175,5.39307,300,0,0,10282,0,0,0,0,0),(110343,25753,571,1,1,6888,0,4291.06,4945.22,13.3985,4.14632,300,5,0,8982,0,1,0,0,0),(110340,25753,571,1,1,6888,0,4207.28,4789.04,-12.2456,3.40081,300,5,0,8982,0,1,0,0,0),(110339,25753,571,1,1,6888,0,4245.42,4787.5,-12.8706,4.15836,300,5,0,8982,0,1,0,0,0),(110338,25753,571,1,1,6888,0,4249.55,4815.96,-12.8706,0.417203,300,5,0,8982,0,1,0,0,0),(110337,25753,571,1,1,6888,0,4051.75,4692.06,-1.1231,4.3956,300,5,0,8982,0,1,0,0,0),(110341,27289,571,1,1,24500,0,3753.43,-1411.89,135.454,5.37561,300,0,0,7688,7500,0,0,0,0),(110342,24473,571,1,1,3596,0,2061.34,-3236.77,56.3637,2.53073,300,0,0,12126,0,0,0,0,0),(110336,25753,571,1,1,6888,0,4335.26,5016.02,13.3519,4.35563,300,5,0,8982,0,1,0,0,0),(110334,25753,571,1,1,6888,0,4159.78,5192.28,13.2429,5.611,300,5,0,8982,0,1,0,0,0),(110333,25753,571,1,1,6888,0,4186.6,5184.72,13.575,3.46398,300,5,0,8982,0,1,0,0,0),(110332,25753,571,1,1,6888,0,3837.43,4654.28,-12.9949,3.4767,300,5,0,8982,0,1,0,0,0),(110331,25753,571,1,1,6888,0,4175.56,4788.22,-2.87056,3.50354,300,5,0,8982,0,1,0,0,0),(110330,25753,571,1,1,6888,0,4114.71,4760.07,-1.91093,4.02867,300,5,0,8982,0,1,0,0,0),(110329,25753,571,1,1,6888,0,3947.5,4651.58,-12.9912,3.37067,300,5,0,8982,0,1,0,0,0),(110328,25753,571,1,1,6888,0,4221.92,5188.42,13.95,5.72682,300,5,0,8982,0,1,0,0,0),(110327,25753,571,1,1,6888,0,4144.24,4780.73,-2.03223,2.72647,300,5,0,8982,0,1,0,0,0),(110326,25753,571,1,1,6888,0,3972.15,4670.79,-12.9934,4.5095,300,5,0,8982,0,1,0,0,0),(110325,25753,571,1,1,6888,0,4286.55,5180.82,13.2,4.80005,300,5,0,8982,0,1,0,0,0),(110324,25753,571,1,1,6888,0,4254.29,5196.74,13.2,1.24814,300,5,0,8982,0,1,0,0,0),(110322,25753,571,1,1,6888,0,4301.06,5116.15,16.6486,6.03963,300,5,0,8982,0,1,0,0,0),(110321,25753,571,1,1,6888,0,3913.22,4647.79,-12.9943,3.17825,300,5,0,8982,0,1,0,0,0),(110320,25753,571,1,1,6888,0,3871.96,4644.45,-12.9944,3.15469,300,5,0,8982,0,1,0,0,0),(110358,29849,571,1,1,25347,0,7093.36,-1139.74,922.783,1.3058,300,5,0,11770,3809,1,0,0,0),(110359,29849,571,1,1,25347,0,7279.41,-1092.62,953.336,5.95282,300,5,0,11770,3809,1,0,0,0),(110360,29849,571,1,1,25347,0,7091.48,-1143.23,923.195,3.8551,300,5,0,11770,3809,1,0,0,0),(110361,29849,571,1,1,25347,0,7100.66,-1131.79,925.19,1.15564,300,5,0,11770,3809,1,0,0,0),(110362,29849,571,1,1,25347,0,7303.61,-1112.5,950.559,1.64061,300,5,0,11770,3809,1,0,0,0),(110363,29849,571,1,1,25347,0,7282.33,-1096.29,953.336,3.64308,300,5,0,11770,3809,1,0,0,0),(110364,29849,571,1,1,25347,0,7293.52,-1131.73,950.544,3.1765,300,5,0,11770,3809,1,0,0,0),(110366,24730,571,1,1,22608,0,3522.91,4214.18,12.5783,1.36136,300,0,0,8982,0,0,0,0,0),(110367,26778,571,1,1,11686,0,4088.68,2219.45,150.305,3.90954,300,0,0,8982,0,0,0,0,0),(110369,25242,571,1,2,0,1,2931.12,6832.13,2.82518,5.46288,300,0,0,42540,0,0,0,536871680,32),(110370,25242,571,1,1,23019,1,2800.75,6889.76,-1.00569,2.77507,300,5,0,42540,0,1,0,0,0),(110371,25242,571,1,2,0,1,2975.41,6834.92,3.71164,4.95674,300,0,0,42540,0,0,0,536871680,32),(110372,24474,571,1,1,21993,1,1636.18,-5374.72,191.848,0.279253,300,0,0,6986,0,0,0,0,0),(110373,24474,571,1,1,21995,1,1634.81,-5370.96,192.348,6.24828,300,0,0,6986,0,0,0,0,0),(110374,27034,571,1,1,24248,1,3209.26,-629.828,160.252,0.506145,300,0,0,9610,0,0,0,0,0),(110376,24218,571,1,1,22201,1,2131.85,-2967.18,148.668,4.41568,300,0,0,7804,7332,0,0,0,0),(110377,28314,571,1,1,23170,0,1535.82,-5718.61,251.538,0.680678,300,0,0,9291,0,0,0,0,0),(110378,25242,571,1,1,23018,1,2824.55,6894.32,-1.00569,4.76475,300,5,0,42540,0,1,0,0,0),(110379,25242,571,1,2,0,1,3059.63,6729.48,4.4991,1.50098,300,0,0,42540,0,0,0,536871680,32),(110380,25242,571,1,2,0,1,2952.13,6805.81,6.37365,3.92699,300,0,0,42540,0,0,0,536871680,32),(110381,25242,571,1,2,0,1,2950.6,6807.24,6.35895,3.7001,300,0,0,42540,0,0,0,536871680,32),(110382,25242,571,1,2,0,1,2953.33,6803.17,6.51672,1.91986,300,0,0,42540,0,0,0,536871680,32),(110383,25242,571,1,2,0,1,2954.04,6804.64,6.35188,1.18682,300,0,0,42540,0,0,0,536871680,32),(110384,25242,571,1,2,0,1,2953.71,6806.89,6.20411,3.19395,300,0,0,42540,0,0,0,536871680,32),(110386,25242,571,1,2,0,1,3030.51,6764.87,3.1002,0.261799,300,0,0,42540,0,0,0,536871680,32),(110387,25242,571,1,1,23019,1,2515.08,6184.99,54.6525,3.07178,300,0,0,42540,0,0,0,0,0),(110388,25242,571,1,1,23019,1,2526.32,6183.1,54.5218,6.21337,300,0,0,42540,0,0,0,0,0),(110389,25242,571,1,2,0,1,2835.28,6795.68,5.62603,1.20428,300,0,0,42540,0,0,0,536871680,32),(110390,25242,571,1,2,0,1,2831.01,6825.48,0.765901,3.49066,300,0,0,42540,0,0,0,536871680,32),(209020,25171,571,1,1,0,0,8366.18,766.661,551.203,1.8326,120,0,0,1,0,0,0,0,0),(110392,25242,571,1,1,23007,1,2512.13,6162.13,54.6688,2.75762,300,0,0,42540,0,0,0,0,0),(110393,27290,571,1,1,24494,-1,3526.48,-1110.92,112.328,0.797398,300,5,0,8982,0,1,0,0,0),(110394,27290,571,1,1,24493,-1,3510.09,-1129.3,112.988,6.03999,300,5,0,8982,0,1,0,0,0),(110395,27290,571,1,1,24493,-1,3526.83,-1101.24,112.716,1.36832,300,5,0,8982,0,1,0,0,0),(110396,27290,571,1,1,24493,-1,3525.8,-1115.79,112.779,5.4529,300,5,0,8982,0,1,0,0,0),(110397,27290,571,1,1,24999,-1,3513.36,-1098.65,113.485,4.42077,300,5,0,8982,0,1,0,0,0),(110398,27290,571,1,1,24494,-1,3520.23,-1095.94,113.014,4.18937,300,5,0,8982,0,1,0,0,0),(110399,27290,571,1,1,24998,-1,3523.53,-1088.88,112.087,3.85512,300,5,0,8982,0,1,0,0,0),(110402,27290,571,1,1,24494,-1,3494.66,-1104.72,113.185,3.06729,300,5,0,8982,0,1,0,0,0),(110403,27290,571,1,1,24493,-1,3527.04,-1107.77,112.341,4.25281,300,5,0,8982,0,1,0,0,0),(110404,27290,571,1,1,24494,-1,3505.23,-1078.3,129.669,4.15332,300,5,0,8982,0,1,0,0,0),(110405,27290,571,1,1,24999,-1,3490.69,-1141.28,112.628,1.67252,300,5,0,8982,0,1,0,0,0),(110406,27290,571,1,1,24998,-1,3487.75,-1127.35,113.423,1.12896,300,5,0,8982,0,1,0,0,0),(110407,27290,571,1,1,24493,-1,3490.32,-1144.05,112.163,4.82585,300,5,0,8982,0,1,0,0,0),(110408,27290,571,1,1,24998,-1,3466.79,-1147.47,113.621,3.3397,300,5,0,8982,0,1,0,0,0),(110409,27290,571,1,1,24999,-1,3505.18,-1158.09,111.974,0.900422,300,5,0,8982,0,1,0,0,0),(110410,27290,571,1,1,24999,-1,3512.16,-1190.04,112.848,3.6892,300,5,0,8982,0,1,0,0,0),(110411,27290,571,1,1,24494,-1,3479.75,-1142.91,114.378,5.38637,300,5,0,8982,0,1,0,0,0),(110412,27290,571,1,1,24999,-1,3527.23,-1187.42,107.308,5.73038,300,5,0,8982,0,1,0,0,0),(110413,27290,571,1,1,24494,-1,3484.37,-1158.02,110.753,3.68137,300,5,0,8982,0,1,0,0,0),(110414,27290,571,1,1,24494,-1,3474.09,-1156.18,112.52,1.98165,300,5,0,8982,0,1,0,0,0),(110415,27290,571,1,1,24493,-1,3501.14,-1165.65,113.981,4.75219,300,5,0,8982,0,1,0,0,0),(110416,27290,571,1,1,24999,-1,3510.73,-1221.7,111.721,1.15858,300,5,0,8982,0,1,0,0,0),(110417,27290,571,1,1,24493,-1,3505.61,-1202.01,112.221,5.6952,300,5,0,8982,0,1,0,0,0),(110418,27290,571,1,1,24494,-1,3481.4,-1178.23,112.137,4.02103,300,0,0,8982,0,0,0,0,0),(110419,27290,571,1,1,24494,-1,3500.15,-1175.5,114.252,1.40532,300,5,0,8982,0,1,0,0,0),(110420,27290,571,1,1,24999,-1,3465.1,-1218.92,116.231,1.07044,300,5,0,8982,0,1,0,0,0),(110421,27290,571,1,1,24493,-1,3522.59,-1136.94,113.234,3.92906,300,5,0,8982,0,1,0,0,0),(110422,27290,571,1,1,24493,-1,3475.95,-1208.28,114.076,4.09893,300,5,0,8982,0,1,0,0,0),(110423,27290,571,1,1,24494,-1,3478.1,-1221.77,114.587,1.74747,300,5,0,8982,0,1,0,0,0),(110424,27290,571,1,1,24998,-1,3503.34,-1173.02,114.287,5.07711,300,5,0,8982,0,1,0,0,0),(110425,27290,571,1,1,24494,-1,3485.96,-1185.08,113.401,3.95118,300,5,0,8982,0,1,0,0,0),(110426,27290,571,1,1,24998,-1,3500.61,-1197.15,112.998,0.20944,300,0,0,8982,0,0,0,0,0),(110427,27290,571,1,1,24493,-1,3493.95,-1174.32,113.463,3.40433,300,5,0,8982,0,1,0,0,0),(110428,27290,571,1,1,24999,-1,3507.75,-1188.73,113.465,6.19592,300,0,0,8982,0,0,0,0,0),(110429,27290,571,1,1,24493,-1,3469.86,-1161.24,111.862,3.56047,300,0,0,8982,0,0,0,0,0),(110430,27290,571,1,1,24494,-1,3480.88,-1146.86,113.137,4.23478,300,5,0,8982,0,1,0,0,0),(110431,27290,571,1,1,24999,-1,3530.08,-1197.45,104.598,5.62684,300,5,0,8982,0,1,0,0,0),(110432,27290,571,1,1,24494,-1,3530.94,-1190.22,104.703,0.414742,300,5,0,8982,0,1,0,0,0),(110433,27290,571,1,1,24998,-1,3494.43,-1158.39,111.253,4.28542,300,5,0,8982,0,1,0,0,0),(110434,27290,571,1,1,24998,-1,3545.64,-1139.78,112.756,3.2216,300,5,0,8982,0,1,0,0,0),(110435,27290,571,1,1,24999,-1,3496.3,-1166.08,112.714,5.86675,300,5,0,8982,0,1,0,0,0),(110436,27290,571,1,1,24494,-1,3505.34,-1190.83,113.23,4.93604,300,5,0,8982,0,1,0,0,0),(110437,27290,571,1,1,24998,-1,3491.32,-1166.24,111.803,4.02103,300,5,0,8982,0,1,0,0,0),(110438,27290,571,1,1,24493,-1,3526.61,-1141.03,113.503,3.06636,300,5,0,8982,0,1,0,0,0),(110439,27290,571,1,1,24999,-1,3567.38,-1145.28,112.147,2.94585,300,5,0,8982,0,1,0,0,0),(110440,27290,571,1,1,24999,-1,3478.98,-1151.88,112.503,3.3481,300,0,0,8982,0,0,0,0,0),(110441,27290,571,1,1,24493,-1,3529.39,-1143.96,113.321,1.96903,300,5,0,8982,0,1,0,0,0),(110442,27290,571,1,1,24998,-1,3561.25,-1146.06,112.207,3.63125,300,0,0,8982,0,0,0,0,0),(110443,27290,571,1,1,24494,-1,3477.86,-1155.64,112.071,1.22173,300,0,0,8982,0,0,0,0,0),(110444,27290,571,1,1,24494,-1,3487.22,-1152.04,111.248,0.558505,300,0,0,8982,0,0,0,0,0),(110446,27290,571,1,1,24998,-1,3531.79,-1127.71,110.841,4.22065,300,5,0,8982,0,1,0,0,0),(110447,27290,571,1,1,24999,-1,3568.27,-1148.97,112.272,2.96713,300,5,0,8982,0,1,0,0,0),(110448,27290,571,1,1,24998,-1,3586.44,-1140.4,112.916,2.58309,300,0,0,8982,0,0,0,0,0),(110449,27290,571,1,1,24494,-1,3582.79,-1148.68,113.115,1.02974,300,0,0,8982,0,0,0,0,0),(110450,27290,571,1,1,24999,-1,3505.12,-1226.77,109.837,5.77074,300,5,0,8982,0,1,0,0,0),(110451,27290,571,1,1,24998,-1,3465.73,-1154.07,113.054,1.09405,300,5,0,8982,0,1,0,0,0),(110452,27290,571,1,1,24494,-1,3488.42,-1224.49,112.636,2.12194,300,5,0,8982,0,1,0,0,0),(110453,27290,571,1,1,24999,-1,3570.81,-1144.34,112.272,3.06266,300,5,0,8982,0,1,0,0,0),(110454,27290,571,1,1,24999,-1,3506.52,-1197.9,112.379,4.33007,300,5,0,8982,0,1,0,0,0),(110455,27290,571,1,1,24494,-1,3493.9,-1186.61,114.081,4.46727,300,5,0,8982,0,1,0,0,0),(110456,27290,571,1,1,24999,-1,3506.59,-1202.27,112.197,5.71012,300,5,0,8982,0,1,0,0,0),(110457,27290,571,1,1,24999,-1,3485.7,-1175.68,112.349,3.69988,300,5,0,8982,0,1,0,0,0),(110458,27290,571,1,1,24493,-1,3485.63,-1197.22,113.502,0.837758,300,0,0,8982,0,0,0,0,0),(110459,27290,571,1,1,24494,-1,3490.71,-1212.18,112.793,2.84489,300,0,0,8982,0,0,0,0,0),(110460,27290,571,1,1,24494,-1,3481.01,-1187.79,112.956,3.85718,300,0,0,8982,0,0,0,0,0),(110461,27290,571,1,1,24494,-1,3496.65,-1190.51,114.034,1.43117,300,0,0,8982,0,0,0,0,0),(110462,27290,571,1,1,24493,-1,3483.07,-1222.62,113.893,4.93928,300,0,0,8982,0,0,0,0,0),(110463,27290,571,1,1,24999,-1,3477.54,-1206.43,113.907,5.35816,300,0,0,8982,0,0,0,0,0),(110464,27290,571,1,1,24494,-1,3471.66,-1194.67,112.474,3.92699,300,0,0,8982,0,0,0,0,0),(110465,27290,571,1,1,24494,-1,3507.65,-1176.83,114.6,4.13643,300,0,0,8982,0,0,0,0,0),(110468,27290,571,1,1,24493,-1,3474.74,-1217.43,115.119,5.61996,300,0,0,8982,0,0,0,0,0),(110469,27290,571,1,1,24998,-1,3570.4,-1141.98,112.348,3.76991,300,0,0,8982,0,0,0,0,0),(110470,25242,571,1,1,23019,1,2524.7,6160.17,53.8543,5.96903,300,0,0,42540,0,0,0,0,0),(110471,23962,571,1,1,21940,1,1368,-6325.13,21.7751,0.733038,300,0,0,7984,0,0,0,0,0),(110472,26522,571,1,1,2602,0,5006.47,-4761.55,211.385,2.15842,300,0,0,10282,0,2,0,0,0),(110473,26522,571,1,1,2602,0,4971.52,-4651.4,211.665,4.79253,300,0,0,10282,0,2,0,0,0),(110474,26522,571,1,1,2602,0,4974.07,-4702.15,211.686,1.95063,300,0,0,10282,0,2,0,0,0),(110475,27546,571,1,1,23812,1,3110.83,-3091.04,128.052,0.244924,300,5,0,9940,3387,1,0,0,0),(110476,27546,571,1,1,23812,1,3180.09,-3046.34,133.666,0.815905,300,5,0,9940,3387,1,0,0,0),(110477,27546,571,1,1,23812,1,3120.02,-3061.54,121.649,3.11035,300,5,0,9940,3387,1,0,0,0),(110478,27546,571,1,1,23814,1,3091.61,-3008.07,118.016,1.37002,300,5,0,9940,3387,1,0,0,0),(110479,27546,571,1,1,23814,1,3111.65,-2969.95,124.422,2.02458,300,0,0,9940,3387,0,0,0,0),(110480,27546,571,1,1,23814,1,3139.87,-3055.73,126.667,5.0675,300,5,0,9940,3387,1,0,0,0),(110481,27546,571,1,1,23814,1,3158.33,-3030.98,129.002,0.872665,300,0,0,9940,3387,0,0,0,0),(110482,27546,571,1,1,23812,1,3157.75,-3086.8,137.307,0.031716,300,5,0,9940,3387,1,0,0,0),(110483,27546,571,1,1,23812,1,3051.04,-2982.29,114.594,0.198928,300,5,0,9940,3387,1,0,0,0),(110484,27546,571,1,1,23812,1,3116.96,-3018.49,118.338,4.49423,300,5,0,9940,3387,1,0,0,0),(110485,27546,571,1,1,23812,1,3088.57,-2973.33,121.646,5.79863,300,5,0,9940,3387,1,0,0,0),(110486,27546,571,1,1,23813,1,3059,-3082.52,117.398,0.787469,300,5,0,9940,3387,1,0,0,0),(110487,27546,571,1,1,23814,1,3026.96,-3048.63,114.749,6.0446,300,5,0,9940,3387,1,0,0,0),(110488,27546,571,1,1,23812,1,3097.27,-2998.01,118.763,0.996003,300,5,0,9940,3387,1,0,0,0),(110489,27546,571,1,1,23812,1,3145.47,-3002.14,134.129,0.872665,300,0,0,9940,3387,0,0,0,0),(110490,27546,571,1,1,23813,1,3140.86,-2990.92,126.688,0.715585,300,0,0,9940,3387,0,0,0,0),(110491,27546,571,1,1,23814,1,3151.91,-2974.61,126.189,3.31429,300,5,0,9940,3387,1,0,0,0),(110492,27546,571,1,1,23814,1,3152.95,-3007.4,134.193,0.837758,300,0,0,9940,3387,0,0,0,0),(110493,27546,571,1,1,23812,1,3129.28,-2980.31,124.58,0.366519,300,0,0,9940,3387,0,0,0,0),(110494,27546,571,1,1,23813,1,3161.46,-3005.84,127.998,1.11701,300,0,0,9940,3387,0,0,0,0),(110495,27546,571,1,1,23812,1,3128.18,-2963.07,124.043,1.72915,300,5,0,9940,3387,1,0,0,0),(110496,27546,571,1,1,23814,1,3112.54,-2982.7,124.566,0.331613,300,0,0,9940,3387,0,0,0,0),(110497,25242,571,1,1,23018,1,2535.33,6160.99,53.2355,2.37496,300,5,0,42540,0,1,0,0,0),(110498,25242,571,1,1,23018,1,2530.29,6165.84,53.0517,2.37495,300,5,0,42540,0,1,0,0,0),(110499,25242,571,1,1,23017,1,2759.34,6278.2,77.943,0.416215,300,0,0,42540,0,0,0,0,0),(110500,26779,571,1,1,24867,1,4527.63,-2.5376,72.4646,3.47321,300,0,0,9610,0,0,0,0,0),(110501,26779,571,1,1,24867,1,4526.18,-2.23486,72.6115,1.05034,300,0,0,9610,0,0,0,0,0),(110502,25243,571,1,2,23024,1,2954.83,6712.55,16.8415,1.50098,300,0,0,126000,0,0,0,537166592,32),(110503,27035,571,1,1,24238,1,3239.3,-656.378,166.577,1.78024,300,0,0,41128,0,0,0,0,0),(110504,27035,571,1,1,24237,1,3259.11,-735.333,168.527,5.35816,300,0,0,41128,0,0,0,0,0),(110505,27035,571,1,1,24238,1,3239.03,-611.484,160.658,1.5708,300,0,0,41128,0,0,0,0,0),(110506,27035,571,1,1,24238,1,3257.41,-690.543,167.958,3.40339,300,0,0,41128,0,0,0,0,0),(110508,27035,571,1,1,24239,1,3247.35,-611.969,161.117,1.65806,300,0,0,41128,0,0,0,0,0),(110510,28059,571,1,1,25080,1,5439.53,-2568.74,304.036,1.5708,300,0,0,11770,3809,0,0,0,0),(110511,32411,571,1,1,27954,0,5837.25,634.072,656.735,4.11215,300,0,0,8508,7981,2,0,0,0),(110512,27291,571,1,1,24501,0,3642.98,5897.61,174.575,0,300,0,0,7688,7500,0,0,0,0),(110513,26779,571,1,1,24863,1,4514.48,-0.392036,72.5153,0.767945,300,0,0,9610,0,0,0,0,0),(110514,25243,571,1,2,23008,1,2977.68,6723.85,13.4848,4.95674,300,0,0,126000,0,0,0,537166592,32),(110515,25243,571,1,2,23008,1,2890.05,6738.65,14.0798,1.93731,300,0,0,126000,0,0,0,537166592,32),(110516,25243,571,1,2,23023,1,2887.04,6731.03,14.0798,5.74213,300,0,0,126000,0,0,0,537166592,32),(110517,27035,571,1,1,24239,1,3225.67,-699.5,167.346,0.226893,300,0,0,41128,0,0,0,0,0),(110519,27035,571,1,1,24239,1,3227.86,-662.226,167.016,1.5708,300,0,0,41128,0,0,0,0,0),(110520,25243,571,1,2,23022,1,2902.61,6880.85,0.661556,1.48353,300,0,0,126000,0,0,0,537166592,32),(110521,31643,571,1,1,11686,0,5886.83,651.342,642.655,3.82227,300,5,0,42,0,1,0,0,0),(110524,27035,571,1,1,24238,1,3266.19,-730.443,169.024,5.28835,300,0,0,41128,0,0,0,0,0),(110526,28315,571,1,1,25381,1,5410.3,4694.31,-121.822,1.32645,300,0,0,117700,3809,0,0,0,0),(110527,25243,571,1,2,23023,1,2894.8,6838.3,2.70969,5.2709,300,0,0,126000,0,0,0,537166592,32),(110528,25243,571,1,2,23024,1,3067.87,6749.4,0.765908,3.00197,300,0,0,126000,0,0,0,537166592,32),(110529,25243,571,1,2,23008,1,3002.54,6766.38,8.03422,4.79965,300,0,0,126000,0,0,0,537166592,32),(110530,25243,571,1,2,23023,1,2995.38,6727.11,16.2936,2.93215,300,0,0,126000,0,0,0,537166592,32),(209019,25171,571,1,1,0,0,8363.32,783.224,550.273,3.33358,120,0,0,1,0,0,0,0,0),(110532,26779,571,1,1,24867,1,4527.18,-0.04425,72.6687,4.06572,300,0,0,9610,0,0,0,0,0),(110533,26779,571,1,1,24863,1,4522.01,-4.07606,72.5154,1.25664,300,0,0,9610,0,0,0,0,0),(110534,24475,571,1,1,22088,0,989.17,-4780.24,-1.19553,1.72424,300,5,0,6986,0,1,0,0,0),(110535,24475,571,1,1,22088,0,957.352,-4822.75,-1.07145,0.008639,300,5,0,6986,0,1,0,0,0),(110536,23963,571,1,1,21941,1,1475.05,-6368.89,7.85432,5.72468,300,0,0,7984,3080,0,0,0,0),(110537,27547,571,1,1,23825,1,3142.06,-3013.31,134.288,0.872665,300,0,0,10282,0,0,0,0,0),(110538,27292,571,1,1,22657,0,2793.09,-2506.13,47.6994,0.418879,300,0,0,20564,0,0,0,0,0),(110539,28828,571,1,1,25722,0,5774.47,-3542.99,386.869,4.15388,300,0,0,10635,3561,2,0,0,0),(125526,25244,571,1,1,23016,1,2882.1,6134.91,208.203,3.735,300,0,0,14889,0,0,0,0,0),(125525,25244,571,1,1,23015,1,2910.32,6110.65,208.213,5.77704,300,0,0,14889,0,0,0,0,0),(110542,27804,571,1,1,24817,1,3499.04,368.367,52.2274,3.87472,300,0,0,10635,0,2,0,0,0),(110543,32668,571,1,1,80,0,5805.62,692.319,647.048,0.503126,300,0,0,160,350,0,0,0,0),(125524,25244,571,1,1,23016,1,2891.05,6125.47,208.203,4.06662,300,0,0,14889,0,0,0,0,0),(125521,25244,571,1,1,23014,1,2707.6,6129.4,77.7682,3.08923,300,0,0,14889,0,0,0,0,0),(125520,25244,571,1,1,23014,1,2714.69,6173.5,77.7139,2.61799,300,0,0,14889,0,0,0,0,0),(125519,25244,571,1,1,23015,1,2906.83,6106.37,208.208,5.07891,300,0,0,14889,0,0,0,0,0),(110548,32412,571,1,1,27955,0,5878.26,464.016,641.57,1.74533,300,0,0,10635,0,0,0,0,0),(110554,25244,571,1,1,23016,1,2937.62,6858.13,0.765905,5.67232,300,0,0,14889,0,0,0,0,0),(110553,25244,571,1,1,23015,1,2959.45,6748.51,10.8508,0.715585,300,0,0,14889,0,0,0,0,0),(110552,25244,571,1,1,23009,1,2845.33,6834.82,0.464371,2.75762,300,0,0,14889,0,0,0,0,0),(110551,25244,571,1,1,23015,1,2907.58,6745.11,14.2303,6.03884,300,0,0,14889,0,0,0,0,0),(110550,25244,571,1,1,23016,1,2768.06,6267.76,208.82,1.93731,300,0,0,14889,0,0,0,0,0),(110555,23964,571,1,1,21942,1,1377.3,-6428.21,0.865645,5.35816,300,0,0,7984,0,0,0,0,0),(110556,26268,571,1,1,25756,1,4970.49,-4715.58,219.744,0.994838,300,0,0,10282,3466,2,0,0,0),(110557,26268,571,1,1,25756,1,5042.51,-4821.45,219.58,2.00713,300,0,0,10282,3466,0,0,0,0),(110558,26268,571,1,1,25756,1,5035.65,-4761.93,220.009,3.68265,300,0,0,10282,3466,0,0,0,0),(110559,26268,571,1,1,25756,1,4974.94,-4745.82,219.501,2.2662,300,0,0,10282,3466,2,0,0,0),(110560,26268,571,1,1,25756,1,4792.75,-4398.12,198.268,3.71755,300,0,0,10282,3466,0,0,0,0),(110561,26268,571,1,1,25756,1,4782.81,-4404.63,198.268,3.75246,300,0,0,10282,3466,0,0,0,0),(110562,26268,571,1,1,25756,1,4775.86,-4416.74,198.889,2.42601,300,0,0,10282,3466,0,0,0,0),(110563,26268,571,1,1,25756,1,4656.36,-4614.08,208.859,0.785398,300,0,0,10282,3466,0,0,0,0),(110564,26268,571,1,1,25756,1,4677.09,-4604.8,208.859,1.98968,300,0,0,10282,3466,0,0,0,0),(110565,26268,571,1,1,25756,1,4526.57,-4430.32,186.439,5.37561,300,0,0,10282,3466,0,0,0,0),(110566,26268,571,1,1,25756,1,4655.21,-4599.27,208.859,5.84685,300,0,0,10282,3466,0,0,0,0),(110567,26268,571,1,1,25756,1,4520.17,-4443.09,186.439,0.296706,300,0,0,10282,3466,0,0,0,0),(110568,26268,571,1,1,25756,1,4540.96,-4445.19,185.674,5.84685,300,0,0,10282,3466,0,0,0,0),(110569,26268,571,1,1,25756,1,4992.79,-4648.07,219.555,3.03687,300,0,0,10282,3466,0,0,0,0),(110570,26268,571,1,1,25756,1,5052.47,-4790.18,219.453,2.09439,300,0,0,10282,3466,0,0,0,0),(110571,26268,571,1,1,25756,1,4943.38,-4628.32,219.836,2.32301,300,0,0,10282,3466,2,0,0,0),(110572,26268,571,1,1,25756,1,4937.89,-4627.58,220.623,2.42601,300,0,0,10282,3466,2,0,0,0),(110573,26268,571,1,1,25756,1,4855.04,-4537.65,204.849,3.00614,300,0,0,10282,3466,2,0,0,0),(110575,24733,571,1,1,22610,0,3441.89,4146.73,16.9583,4.13643,300,0,0,9291,0,0,0,0,0),(110577,27037,571,1,1,24241,0,3237.74,-2267.83,115.855,1.3439,300,0,0,9940,0,0,0,0,0),(110578,27293,571,1,1,24503,1,3390.03,-2864.7,200.076,2.56563,300,0,0,19880,0,0,0,0,0),(110579,27293,571,1,1,24503,1,3499.07,-2838.08,202.279,2.89725,300,0,0,19880,0,0,0,0,0),(110580,27293,571,1,1,24503,1,3375.97,-2803.76,199.012,3.9968,300,0,0,19880,0,0,0,0,0),(110581,27293,571,1,1,24502,1,3460.07,-2904.98,201.101,0.523599,300,0,0,19880,0,0,0,0,0),(110582,27293,571,1,1,24503,1,3460.6,-2902.65,201.078,5.89921,300,0,0,19880,0,0,0,0,0),(110583,27293,571,1,1,24502,1,3474.67,-2776.72,201.028,2.56563,300,0,0,19880,0,0,0,0,0),(110584,28829,571,1,1,25736,0,5759.66,-3581.31,386.695,3.68265,300,0,0,10635,3561,2,0,0,0),(110585,32413,571,1,1,27956,0,5716.2,681.837,645.834,6.23082,300,0,0,10635,0,0,0,0,0),(110586,32669,571,1,1,251,0,5807.15,683.383,647.048,1.63569,300,0,0,241,601,0,0,0,0),(110587,24221,571,1,1,17188,0,823.495,-4732.25,-96.0611,4.85202,300,0,0,8982,0,0,0,0,0),(110588,24221,571,1,1,17188,0,777.832,-4735.43,-96.0611,1.37881,300,0,0,8982,0,0,0,0,0),(110589,24221,571,1,1,17188,0,807.254,-4749.23,-96.0611,4.32842,300,0,0,8982,0,0,0,0,0),(110590,24221,571,1,1,17188,0,810.89,-4710.43,-96.0611,1.25664,300,0,0,8982,0,0,0,0,0),(110591,24221,571,1,1,17188,0,785.799,-4725.14,-96.0611,5.65487,300,0,0,8982,0,0,0,0,0),(110592,24221,571,1,1,17188,0,790.184,-4702.48,-96.0611,4.39823,300,0,0,8982,0,0,0,0,0),(110593,24221,571,1,1,17188,0,794.29,-4743.3,-96.0611,2.30383,300,0,0,8982,0,0,0,0,0),(110594,27549,571,1,1,25950,1,2665.91,-2272.25,10.875,0.925025,300,0,0,33003,10929,0,0,0,0),(110595,27549,571,1,1,25951,1,2622.86,-2209.89,4.19457,2.35619,300,0,0,33003,10929,0,0,0,0),(110596,27549,571,1,1,25949,1,2638.16,-2197.14,3.95069,2.33874,300,0,0,33003,10929,0,0,0,0),(110597,27549,571,1,1,25949,1,2724.71,-2195.78,4.0108,0.872665,300,0,0,33003,10929,0,0,0,0),(110598,27549,571,1,1,25951,1,2697.29,-2177.51,4.24579,1.69297,300,0,0,33003,10929,0,0,0,0),(110599,27549,571,1,1,25949,1,2677.15,-2179.32,4.10666,1.69297,300,0,0,33003,10929,0,0,0,0),(110600,27549,571,1,1,25948,1,2750.64,-2252.07,21.1689,0.733038,300,0,0,33003,10929,0,0,0,0),(110601,27549,571,1,1,25948,1,2628.11,-2298.91,11.8167,1.53956,300,5,0,33003,10929,1,0,0,0),(110602,27293,571,1,1,24503,1,3475.15,-2774.35,200.758,3.59538,300,0,0,19880,0,0,0,0,0),(110603,27293,571,1,1,24503,1,3497.11,-2836.01,202.269,4.55531,300,0,0,19880,0,0,0,0,0),(110604,27293,571,1,1,24503,1,3374.6,-2806,199.048,1.3439,300,0,0,19880,0,0,0,0,0),(110605,27293,571,1,1,24503,1,3390.53,-2862.01,199.621,3.24631,300,0,0,19880,0,0,0,0,0),(110606,24221,571,1,1,17188,0,822.626,-4718.67,-96.0611,4.60767,300,0,0,8982,0,0,0,0,0),(110607,24221,571,1,1,17188,0,786.179,-4747.09,-96.0611,6.16101,300,0,0,8982,0,0,0,0,0),(110608,24221,571,1,1,17188,0,797.821,-4729.35,-96.0611,4.39823,300,0,0,8982,0,0,0,0,0),(110609,24221,571,1,1,17188,0,778.709,-4711.35,-96.0611,3.1765,300,0,0,8982,0,0,0,0,0),(110610,24221,571,1,1,17188,0,809.333,-4735.63,-96.0611,1.67552,300,0,0,8982,0,0,0,0,0),(110611,27549,571,1,1,25951,1,2733.74,-2218.58,4.25563,0.506145,300,0,0,33003,10929,0,0,0,0),(110612,27549,571,1,1,25950,1,2680.41,-2279.95,12.8508,1.22173,300,0,0,33003,10929,0,0,0,0),(110613,25245,571,1,1,23010,0,2282.29,5210.83,12.5771,4.2586,300,0,0,7984,0,0,0,0,0),(110614,27805,571,1,1,24084,0,3597.04,-1234.76,89.1654,1.16937,300,0,0,9940,10161,0,0,0,0),(110615,26525,571,1,1,23902,0,3743.08,1575.52,87.0573,3.14159,300,5,0,42,0,1,0,0,0),(110616,27549,571,1,1,25951,1,2592.7,-2239.18,1.81706,2.16421,300,0,0,33003,10929,0,0,0,0),(110617,26525,571,1,1,23902,0,3762.81,1598.6,87.0905,5.21725,300,5,0,42,0,1,0,0,0),(110618,26525,571,1,1,23902,0,3734.51,1583.83,87.0573,0.51352,300,0,0,42,0,0,0,0,0),(110619,26525,571,1,1,23902,0,3774.37,1588.82,87.1386,3.74237,300,5,0,42,0,1,0,0,0),(110620,26525,571,1,1,23902,0,3763.33,1599.52,87.0657,3.70656,300,5,0,42,0,1,0,0,0),(110621,26525,571,1,1,23902,0,3764.36,1578.28,87.0863,0.447162,300,5,0,42,0,1,0,0,0),(110622,26525,571,1,1,23902,0,3762.32,1597.15,87.0755,2.94474,300,5,0,42,0,1,0,0,0),(110623,26525,571,1,1,23902,0,3769.85,1578.69,87.1133,1.41074,300,5,0,42,0,1,0,0,0),(110624,26525,571,1,1,23902,0,3768.39,1595.97,87.1277,6.14304,300,5,0,42,0,1,0,0,0),(110625,26525,571,1,1,23902,0,3771.07,1596.52,87.1549,1.59373,300,5,0,42,0,1,0,0,0),(110626,26525,571,1,1,23902,0,3777.95,1594.27,87.1549,6.07892,300,5,0,42,0,1,0,0,0),(110627,26525,571,1,1,23902,0,3775.71,1576.4,87.1461,6.02579,300,5,0,42,0,1,0,0,0),(110628,26525,571,1,1,23902,0,7278.8,203.179,783.399,2.71028,300,5,0,42,0,1,0,0,0),(110629,26525,571,1,1,23902,0,7386.37,87.3103,767.812,3.60757,300,5,0,42,0,1,0,0,0),(110630,26525,571,1,1,23902,0,7467.42,239.419,769.348,0.760541,300,5,0,42,0,1,0,0,0),(110631,26525,571,1,1,23902,0,3768.1,1600.16,87.131,4.96723,300,5,0,42,0,1,0,0,0),(110632,26525,571,1,1,23902,0,3764.28,1574.35,87.0797,0.068664,300,5,0,42,0,1,0,0,0),(110633,26525,571,1,1,23902,0,3766.69,1589.94,87.1147,5.48184,300,5,0,42,0,1,0,0,0),(110634,26525,571,1,1,23902,0,3768.06,1579.79,87.1549,3.52329,300,5,0,42,0,1,0,0,0),(110635,27294,571,1,1,10271,0,4208.99,1108.36,143.64,2.31808,300,5,0,9610,0,1,0,0,0),(110636,27294,571,1,1,10271,0,4476.85,-662.841,126.126,5.41894,300,5,0,9610,0,1,0,0,0),(110637,27294,571,1,1,10271,0,4407.42,-579.902,132.864,5.93345,300,5,0,9610,0,1,0,0,0),(110638,27294,571,1,1,10271,0,4424.51,-157.663,84.9279,2.05016,300,0,0,9610,0,0,0,0,0),(110639,27294,571,1,1,10271,0,4413.02,-142.86,82.6006,0.883408,300,0,0,9610,0,0,0,0,0),(110640,24478,571,1,1,22458,0,2284.38,-2739.57,2.10917,0.785484,300,5,0,8982,0,1,0,0,0),(110641,24478,571,1,1,22458,0,1705.03,-2914,4.53338,2.55851,300,5,0,8982,0,1,0,0,0),(110642,24478,571,1,1,22458,0,2313.26,-2685.44,-7.09823,4.23066,300,5,0,8982,0,1,0,0,0),(110643,24478,571,1,1,22458,0,1707.81,-2985.09,2.23565,3.60891,300,5,0,8982,0,1,0,0,0),(110644,24478,571,1,1,22458,0,1651.5,-2927.49,0.724125,5.29672,300,5,0,8982,0,1,0,0,0),(110645,28062,571,1,1,25095,1,5484.59,-2623.72,307.053,0.034907,300,0,0,11379,3725,0,0,0,0),(110646,28574,571,1,1,25524,0,5505.6,4745.33,-194.35,2.28638,300,0,0,11001,3643,0,0,0,0),(110647,27550,571,1,1,24074,1,2846.81,-1713.96,17.6403,5.044,300,0,0,33003,0,0,0,0,0),(110648,27550,571,1,1,24073,1,2798.83,-1694.84,16.4136,4.2586,300,0,0,33003,0,0,0,0,0),(110649,27550,571,1,1,24074,1,2818.2,-1711.58,17.9522,4.66003,300,0,0,33003,0,0,0,0,0),(110650,27550,571,1,1,24074,1,2881.54,-1668.17,7.26807,4.18561,300,5,0,33003,0,1,0,0,0),(110651,28830,571,1,1,25738,0,5785.64,-3590.28,387.369,2.61799,300,0,0,10635,0,2,0,0,0),(110652,24478,571,1,1,22458,0,2442.81,-2681.61,-2.59659,0.236901,300,5,0,8982,0,1,0,0,0),(110653,24478,571,1,1,22458,0,2356.19,-2684.34,-7.43132,6.15308,300,5,0,8982,0,1,0,0,0),(110654,24478,571,1,1,22458,0,2110.87,-2607.89,-0.355981,5.99201,300,5,0,8982,0,1,0,0,0),(110655,24478,571,1,1,22458,0,1663.74,-2832.04,-3.06974,4.1261,300,5,0,8982,0,1,0,0,0),(110656,24478,571,1,1,22458,0,1632.08,-3019.76,-1.58889,1.28311,300,5,0,8982,0,1,0,0,0),(110657,24478,571,1,1,22458,0,1212.37,-3050.49,-3.30861,5.60177,300,5,0,8982,0,1,0,0,0),(110658,24478,571,1,1,22458,0,2043.32,-2772.66,-0.783284,1.33575,300,5,0,8982,0,1,0,0,0),(110659,24478,571,1,1,22458,0,1639.04,-2984.95,-0.239054,2.61324,300,5,0,8982,0,1,0,0,0),(110660,24478,571,1,1,22458,0,1381.37,-2946.33,-2.10288,5.96116,300,5,0,8982,0,1,0,0,0),(110661,24478,571,1,1,22458,0,1682.37,-2954.97,6.3262,6.23031,300,5,0,8982,0,1,0,0,0),(110662,24478,571,1,1,22458,0,1775.39,-2854.91,4.73936,4.79004,300,5,0,8982,0,1,0,0,0),(110663,24478,571,1,1,22458,0,2094.24,-2652.01,1.05912,1.5894,300,5,0,8982,0,1,0,0,0),(110664,24478,571,1,1,22458,0,2073.98,-2780.06,4.64811,3.20329,300,5,0,8982,0,1,0,0,0),(110665,24478,571,1,1,22458,0,1612.82,-3055.31,-0.178608,4.31209,300,5,0,8982,0,1,0,0,0),(110666,24478,571,1,1,22458,0,2411.42,-2679.86,-2.59443,3.01014,300,5,0,8982,0,1,0,0,0),(110667,24478,571,1,1,22458,0,1545.66,-3110.63,-3.06663,3.1635,300,5,0,8982,0,1,0,0,0),(110668,24478,571,1,1,22458,0,2486.19,-2649.76,-2.63601,1.56306,300,5,0,8982,0,1,0,0,0),(110669,24478,571,1,1,22458,0,2414.97,-2654.12,-2.65519,5.95165,300,5,0,8982,0,1,0,0,0),(110670,24478,571,1,1,22458,0,1342.94,-2912.53,-7.29887,2.85841,300,5,0,8982,0,1,0,0,0),(110671,24478,571,1,1,22458,0,1475.13,-2981.69,-11.9293,1.58935,300,5,0,8982,0,1,0,0,0),(110672,24478,571,1,1,22458,0,1249.62,-3016.1,-4.87932,1.16388,300,5,0,8982,0,1,0,0,0),(110673,24478,571,1,1,22458,0,2251.41,-2551.01,-0.593351,0.572704,300,5,0,8982,0,1,0,0,0),(110674,24478,571,1,1,22458,0,1309.35,-2958.53,-3.97774,3.82211,300,5,0,8982,0,1,0,0,0),(110675,24478,571,1,1,22458,0,1681.94,-2881.14,5.96882,3.0595,300,5,0,8982,0,1,0,0,0),(110676,24478,571,1,1,22458,0,1868.96,-2719.03,0.351825,3.56299,300,5,0,8982,0,1,0,0,0),(110677,26270,571,1,1,25748,1,4914.34,-4547.92,217.517,0.593412,300,0,0,9940,3387,0,0,0,0),(110678,24478,571,1,1,22458,0,1417.18,-2971.82,-2.52489,2.27879,300,5,0,8982,0,1,0,0,0),(110679,24478,571,1,1,22458,0,1756.46,-2875.83,5.50305,4.32132,300,5,0,8982,0,1,0,0,0),(110680,24478,571,1,1,22458,0,1183.44,-3084.75,-3.84061,5.40862,300,5,0,8982,0,1,0,0,0),(110681,24478,571,1,1,22458,0,1577.28,-3084.85,-3.11603,1.01704,300,5,0,8982,0,1,0,0,0),(110682,24478,571,1,1,22458,0,1648.1,-2871.7,-1.79308,1.58837,300,5,0,8982,0,1,0,0,0),(110683,24478,571,1,1,22458,0,2444.66,-2653.13,-2.66792,4.07975,300,5,0,8982,0,1,0,0,0),(110684,24478,571,1,1,22458,0,2314.42,-2705.85,-3.73952,4.48031,300,5,0,8982,0,1,0,0,0),(110685,24478,571,1,1,22458,0,1271.25,-2991.93,-3.62915,3.4167,300,5,0,8982,0,1,0,0,0),(110686,24478,571,1,1,22458,0,2179.74,-2622.12,-0.478976,5.64883,300,5,0,8982,0,1,0,0,0),(110687,24478,571,1,1,22458,0,2383.32,-2693.39,-2.60928,0.647722,300,5,0,8982,0,1,0,0,0),(110688,24478,571,1,1,22458,0,2546.12,-2652.92,2.67986,4.81309,300,5,0,8982,0,1,0,0,0),(110689,24478,571,1,1,22458,0,1660.91,-2852.39,-0.684834,5.43811,300,5,0,8982,0,1,0,0,0),(110690,24478,571,1,1,22458,0,1551.47,-3050.37,-6.921,1.02339,300,5,0,8982,0,1,0,0,0),(110691,24478,571,1,1,22458,0,1646.39,-2943.55,0.769872,2.86249,300,5,0,8982,0,1,0,0,0),(110692,24478,571,1,1,22458,0,1148.69,-3116.27,-1.65903,5.31337,300,5,0,8982,0,1,0,0,0),(110805,25758,571,1,1,24947,0,4238.54,5018.51,13.3985,1.94178,300,5,0,8982,3155,1,0,0,0),(110694,27294,571,1,1,10271,0,3185.01,-331.079,136.331,2.19451,300,5,0,9610,0,1,0,0,0),(110695,27550,571,1,1,24073,1,2822.42,-1667.18,16.6086,5.2709,300,0,0,33003,0,0,0,0,0),(110696,27294,571,1,1,10271,0,4402.39,1118.74,144.374,0.804733,300,5,0,9610,0,1,0,0,0),(110697,24478,571,1,1,22458,0,2182.5,-2479.32,-1.405,6.08953,300,5,0,8982,0,1,0,0,0),(110804,25758,571,1,1,24947,0,4288.65,4985.89,13.3985,0.115722,300,5,0,8982,3155,1,0,0,0),(110803,25758,571,1,1,24947,0,4260.65,4939.93,13.2736,0.147226,300,5,0,8982,3155,1,0,0,0),(110802,25758,571,1,1,24947,0,4300.64,5023.02,13.3985,2.86923,300,5,0,8982,3155,1,0,0,0),(110757,25758,571,1,1,24947,0,4022.19,4931.98,-12.9291,3.75613,300,5,0,8982,3155,1,0,0,0),(110718,25758,571,1,1,24947,0,4049.61,5085.6,-1.40164,2.42685,300,5,0,8982,3155,1,0,0,0),(110717,25758,571,1,1,24947,0,4084.18,5121.21,-1.49679,6.18178,300,5,0,8982,3155,1,0,0,0),(110716,25758,571,1,1,24947,0,4168.22,5157.59,13.38,3.02015,300,5,0,8982,3155,1,0,0,0),(110715,25758,571,1,1,24947,0,4044.64,4989.21,-13.5779,1.9629,300,5,0,8982,3155,1,0,0,0),(110714,25758,571,1,1,24947,0,4181.07,5065.28,13.3985,4.76934,300,5,0,8982,3155,1,0,0,0),(110713,25758,571,1,1,24947,0,4072.68,4778.29,-1.50646,4.95097,300,0,0,8982,3155,0,0,0,0),(110712,25758,571,1,1,24947,0,4111.7,4784.02,-2.03593,2.07529,300,5,0,8982,3155,1,0,0,0),(110711,25758,571,1,1,24947,0,4158.35,4822.19,-12.8706,1.9133,300,5,0,8982,3155,1,0,0,0),(110710,25758,571,1,1,24947,0,4252.18,4956.47,13.3985,2.52645,300,5,0,8982,3155,1,0,0,0),(110709,25758,571,1,1,24947,0,4176.16,5014.79,13.3985,5.01623,300,5,0,8982,3155,1,0,0,0),(110708,25758,571,1,1,24947,0,4051.74,4837.57,14.0036,4.59901,300,0,0,8982,3155,0,0,0,0),(110707,25758,571,1,1,24947,0,4084.79,4888.55,-12.8706,2.30024,300,5,0,8982,3155,1,0,0,0),(110706,25758,571,1,1,24947,0,4285.93,5071.43,13.3985,1.9164,300,5,0,8982,3155,1,0,0,0),(110705,25758,571,1,1,24947,0,4212.78,5050.41,13.3985,4.33461,300,5,0,8982,3155,1,0,0,0),(110704,25758,571,1,1,24947,0,3962.03,4924.44,-11.7981,3.44589,300,5,0,8982,3155,1,0,0,0),(110703,25758,571,1,1,24947,0,4219.49,4876.84,-12.8706,0.132982,300,5,0,8982,3155,1,0,0,0),(110719,24478,571,1,1,22458,0,2215.78,-2613.22,-0.610306,0.00692,300,5,0,8982,0,1,0,0,0),(110720,27294,571,1,1,10271,0,4219.92,1178.99,139.757,1.1609,300,5,0,9610,0,1,0,0,0),(110721,24478,571,1,1,22458,0,2487.39,-2719.06,2.73987,2.61861,300,5,0,8982,0,1,0,0,0),(110722,24478,571,1,1,22458,0,2514.3,-2685.88,2.49553,4.89068,300,5,0,8982,0,1,0,0,0),(110723,24478,571,1,1,22458,0,2508.36,-2751.21,6.37321,1.73592,300,5,0,8982,0,1,0,0,0),(110724,27294,571,1,1,10271,0,4047.13,1300.23,137.082,4.03978,300,5,0,9610,0,1,0,0,0),(110725,27294,571,1,1,10271,0,3429.17,-462.5,232.432,4.03363,300,5,0,9610,0,1,0,0,0),(110726,27294,571,1,1,10271,0,3189.09,-324.628,138.266,0.555494,300,5,0,9610,0,1,0,0,0),(110727,27294,571,1,1,10271,0,3130.73,-69.6537,79.0708,6.10435,300,0,0,9610,0,0,0,0,0),(110728,27294,571,1,1,10271,0,3729.11,1216.48,142.128,1.65051,300,0,0,9610,0,0,0,0,0),(110729,26270,571,1,1,25748,1,5057.46,-4826.75,215.925,5.81195,300,0,0,9940,3387,0,0,0,0),(110730,27294,571,1,1,10271,0,3110.75,-318.239,130.609,0.54479,300,5,0,9610,0,1,0,0,0),(110731,27294,571,1,1,10271,0,4188.56,-31.8832,65.9972,5.11824,300,5,0,9610,0,1,0,0,0),(110732,27294,571,1,1,10271,0,3034.44,-372.059,126.396,5.1303,300,5,0,9610,0,1,0,0,0),(110733,24478,571,1,1,22458,0,2237.49,-2587.4,-0.628193,3.80274,300,5,0,8982,0,1,0,0,0),(110734,27294,571,1,1,10271,0,3782.63,544.426,64.2736,1.49011,300,0,0,9610,0,0,0,0,0),(110735,27294,571,1,1,10271,0,3784.25,544.988,64.466,0.125684,300,5,0,9610,0,1,0,0,0),(110736,27294,571,1,1,10271,0,3310.5,-380.09,163.45,3.16317,300,5,0,9610,0,1,0,0,0),(110737,27294,571,1,1,10271,0,3261.86,-362.597,154.233,4.29595,300,5,0,9610,0,1,0,0,0),(110738,16030,571,1,1,9904,0,944.027,-4427.79,134.863,1.33103,300,8,0,8,0,1,0,0,0),(110739,16030,571,1,1,9906,0,916.537,-4465.55,142.48,3.60092,300,8,0,8,0,1,0,0,0),(110740,16030,571,1,1,9904,0,948.902,-4438.43,139.989,2.67044,300,8,0,8,0,1,0,0,0),(110741,27294,571,1,1,10271,0,3305.82,-367.422,162.95,2.74413,300,5,0,9610,0,1,0,0,0),(110742,27294,571,1,1,10271,0,3269.19,-363.25,155.173,4.35874,300,5,0,9610,0,1,0,0,0),(110743,24478,571,1,1,22458,0,2144.12,-2789.14,2.42752,2.98988,300,5,0,8982,0,1,0,0,0),(110744,27294,571,1,1,10271,0,3402.42,587.33,77.6566,6.25461,300,0,0,9610,0,0,0,0,0),(110745,27294,571,1,1,10271,0,3402.54,591.328,78.1266,6.25447,300,5,0,9610,0,1,0,0,0),(110746,27294,571,1,1,10271,0,3834.05,-89.0856,56.732,1.40211,300,0,0,9610,0,0,0,0,0),(110747,27294,571,1,1,10271,0,3835.96,-73.1224,55.5455,1.20635,300,0,0,9610,0,0,0,0,0),(110748,16030,571,1,1,9904,0,950.838,-4439.69,142.489,3.08928,300,8,0,8,0,1,0,0,0),(110749,16030,571,1,1,9904,0,896.074,-4435.7,138.862,1.85876,300,8,0,8,0,1,0,0,0),(110750,16030,571,1,1,9906,0,897.575,-4437.25,138.737,1.77503,300,8,0,8,0,1,0,0,0),(110752,26270,571,1,1,25748,1,4962.05,-4588.5,228.076,3.03687,300,0,0,9940,3387,0,0,0,0),(110753,27294,571,1,1,10271,0,3552.15,1217.66,138.105,3.62913,300,5,0,9610,0,1,0,0,0),(110754,27294,571,1,1,10271,0,3439.48,-392.422,192.606,0.096913,300,5,0,9610,0,1,0,0,0),(110755,27294,571,1,1,10271,0,3895.57,12.6331,45.7385,4.64595,300,0,0,9610,0,0,0,0,0),(110756,27294,571,1,1,10271,0,3894.39,1.3616,46.7069,4.24976,300,5,0,9610,0,1,0,0,0),(110702,25758,571,1,1,24947,0,4121.05,4856.77,-12.8659,0.601532,300,5,0,8982,3155,1,0,0,0),(110758,27294,571,1,1,10271,0,3556.98,541.637,66.2568,1.87644,300,0,0,9610,0,0,0,0,0),(110759,27294,571,1,1,10271,0,3553.17,540.433,66.0887,1.8757,300,5,0,9610,0,1,0,0,0),(110760,24478,571,1,1,22458,0,1750.37,-2811.91,4.10692,1.27616,300,5,0,8982,0,1,0,0,0),(110761,24478,571,1,1,22458,0,1729.26,-2790.32,3.10964,5.23243,300,5,0,8982,0,1,0,0,0),(110762,24478,571,1,1,22458,0,1711.14,-2843.99,3.40528,2.35852,300,5,0,8982,0,1,0,0,0),(110763,16030,571,1,1,9904,0,935.47,-4403.32,137.324,2.67983,300,8,0,8,0,1,0,0,0),(110764,16030,571,1,1,9904,0,895.265,-4440.25,139.112,1.88561,300,8,0,8,0,1,0,0,0),(110765,16030,571,1,1,9906,0,895.744,-4438.84,138.958,1.81056,300,8,0,8,0,1,0,0,0),(110766,27294,571,1,1,10271,0,4250.92,-549.51,134.069,2.70863,300,5,0,9610,0,1,0,0,0),(110767,27294,571,1,1,10271,0,4225.06,-548.694,142.855,3.75072,300,5,0,9610,0,1,0,0,0),(110768,27294,571,1,1,10271,0,3132.4,-67.0992,79.1273,-0.964317,300,0,0,9610,0,0,0,0,0),(110769,27294,571,1,1,10271,0,4450.78,1102.27,140.219,4.98224,300,5,0,9610,0,1,0,0,0),(110770,24478,571,1,1,22458,0,1735.42,-2790.32,3.31073,1.5708,300,5,0,8982,0,1,0,0,0),(110771,16030,571,1,1,9906,0,929.921,-4406.86,137.119,4.0437,300,8,0,8,0,1,0,0,0),(110773,16030,571,1,1,9906,0,929.167,-4409.38,136.119,3.03222,300,8,0,8,0,1,0,0,0),(110774,16030,571,1,1,9906,0,921.232,-4402.45,139.119,2.30135,300,8,0,8,0,1,0,0,0),(110775,27294,571,1,1,10271,0,3885.59,1319.75,124.091,3.52244,300,5,0,9610,0,1,0,0,0),(110776,27294,571,1,1,10271,0,4023.71,1357.44,130.055,3.99369,300,5,0,9610,0,1,0,0,0),(110777,27294,571,1,1,10271,0,3974.98,1393.53,136.565,4.73462,300,5,0,9610,0,1,0,0,0),(110778,27294,571,1,1,10271,0,3942.23,1446.54,133.877,2.11222,300,5,0,9610,0,1,0,0,0),(110779,27294,571,1,1,10271,0,4184.97,-33.6408,65.2158,5.16732,300,0,0,9610,0,0,0,0,0),(110780,27294,571,1,1,10271,0,4058.05,1286.7,135.099,5.58907,300,5,0,9610,0,1,0,0,0),(110781,24478,571,1,1,22458,0,2009.91,-2776.45,4.65312,1.67954,300,5,0,8982,0,1,0,0,0),(110782,24478,571,1,1,22458,0,2026.6,-2752.32,1.19626,5.87547,300,5,0,8982,0,1,0,0,0),(110783,24478,571,1,1,22458,0,2077.01,-2744.69,2.22013,1.7992,300,5,0,8982,0,1,0,0,0),(110784,24478,571,1,1,22458,0,2047.21,-2744.83,-0.74562,0.264686,300,5,0,8982,0,1,0,0,0),(110785,27550,571,1,1,24074,1,2783.27,-1669.68,14.7434,5.94259,300,5,0,33003,0,1,0,0,0),(110786,26270,571,1,1,25748,1,4975.05,-4616.74,224.357,2.33874,300,0,0,9940,3387,0,0,0,0),(110787,26270,571,1,1,25748,1,5026.48,-4807.49,219.271,1.6057,300,0,0,9940,3387,0,0,0,0),(110788,26270,571,1,1,25748,1,4979.28,-4771.22,220.271,3.4383,300,0,0,9940,3387,0,0,0,0),(110789,26270,571,1,1,25748,1,5002.94,-4668.38,220.192,0.785398,300,0,0,9940,3387,0,0,0,0),(110790,26270,571,1,1,25748,1,4955.45,-4615.15,219.591,1.3439,300,0,0,9940,3387,0,0,0,0),(110791,26270,571,1,1,25748,1,4988,-4676.5,219.569,2.82743,300,0,0,9940,3387,0,0,0,0),(110792,26270,571,1,1,25748,1,5038.69,-4778.5,219.165,3.22558,300,0,0,9940,3387,0,0,0,0),(110793,26270,571,1,1,25748,1,4981.03,-4685.34,219.565,2.35619,300,0,0,9940,3387,0,0,0,0),(110794,26270,571,1,1,25748,1,5022.35,-4749.2,219.472,1.29154,300,0,0,9940,3387,0,0,0,0),(110795,26270,571,1,1,25748,1,4944.58,-4673.58,219.578,4.03171,300,0,0,9940,3387,0,0,0,0),(110796,26270,571,1,1,25748,1,4949.59,-4691.08,219.598,2.96706,300,0,0,9940,3387,0,0,0,0),(110797,26270,571,1,1,25748,1,4982.02,-4658.28,219.292,3.85718,300,0,0,9940,3387,0,0,0,0),(110798,26270,571,1,1,25748,1,4927.69,-4576.82,219.618,5.11381,300,0,0,9940,3387,0,0,0,0),(110799,26270,571,1,1,25748,1,4955.42,-4658.84,219.572,5.14872,300,0,0,9940,3387,0,0,0,0),(110800,26270,571,1,1,25748,1,4911.31,-4613.84,219.51,4.05158,300,0,0,9940,3387,0,0,0,0),(110801,26270,571,1,1,25748,1,4925.4,-4556.63,220.453,0.279253,300,0,0,9940,3387,0,0,0,0),(110701,25758,571,1,1,24947,0,4126.23,4985.03,-13.1317,0.336247,300,5,0,8982,3155,1,0,0,0),(110700,25758,571,1,1,24947,0,4045.31,4863.86,14.0036,0.872665,300,0,0,8982,3155,0,0,0,0),(110699,25758,571,1,1,24947,0,4176.79,4922.79,-12.8706,1.43331,300,5,0,8982,3155,1,0,0,0),(110698,25758,571,1,1,24947,0,4231.59,4832.06,-12.8706,5.08411,300,5,0,8982,3155,1,0,0,0),(110693,25758,571,1,1,24947,0,4206.17,4986.16,13.3985,3.12498,300,5,0,8982,3155,1,0,0,0),(110807,27294,571,1,1,10271,0,4449.55,1113.25,139.738,2.1357,300,5,0,9610,0,1,0,0,0),(110808,27294,571,1,1,10271,0,4208.2,1157.63,139.037,4.39051,300,5,0,9610,0,1,0,0,0),(110809,27294,571,1,1,10271,0,3874.52,1292.11,131.559,4.36145,300,5,0,9610,0,1,0,0,0),(110810,29598,571,1,1,26323,0,7086.77,-1937.1,773.676,4.34587,300,0,0,12600,0,0,0,0,0),(110811,25503,571,1,1,23238,1,2807.95,6744.24,9.70237,1.61077,300,0,0,8982,3155,0,0,0,0),(110812,26271,571,1,1,27271,0,3796.46,13.9505,59.7361,4.79965,300,0,0,9940,0,0,0,537166592,0),(110813,26271,571,1,1,27271,0,4047.25,446.173,65.4092,2.46091,300,0,0,9940,0,0,0,537166592,0),(110814,26271,571,1,1,27271,0,4033.39,-45.1277,58.099,3.50811,300,0,0,9940,0,0,0,537166592,0),(110815,26271,571,1,1,27271,0,3685.85,533.118,64.9148,4.59022,300,0,0,9940,0,0,0,537166592,0),(110816,26271,571,1,1,27271,0,3441.12,462.933,60.4261,0.523599,300,0,0,9940,0,0,0,537166592,0),(110817,26271,571,1,1,27271,0,4336.08,-211.845,91.6073,0.907571,300,0,0,9940,0,0,0,537166592,0),(110818,27295,571,1,1,24507,0,3435.23,-2746.36,199.472,1.51844,300,0,0,10282,3466,0,0,0,0),(110819,28831,571,1,1,25737,0,5760.04,-3559.42,386.891,3.7615,300,0,0,10635,0,2,0,0,0),(110820,32415,571,1,1,27957,1,5885.04,458.25,641.653,0.20944,300,0,0,10635,0,0,0,0,0),(110821,29855,571,1,1,26593,1,7770.48,-1058.47,929.394,3.82227,300,0,0,37800,11982,0,0,0,0),(110822,19871,571,1,1,11686,0,4255.32,5043.87,14.5193,5.17329,300,5,0,4120,0,1,0,0,0),(110823,19871,571,1,1,11686,0,4128.47,5126.31,2.0711,5.42797,300,5,0,4120,0,1,0,0,0),(110824,19871,571,1,1,11686,0,4053.77,4850.71,-10.0123,3.64774,300,5,0,4120,0,1,0,0,0),(110825,19871,571,1,1,11686,0,4036.69,4917.34,-11.0417,1.23292,300,5,0,4120,0,1,0,0,0),(110826,19871,571,1,1,11686,0,4242.27,5072.12,14.5355,1.97399,300,5,0,4120,0,1,0,0,0),(110828,26271,571,1,1,27271,0,4360.74,-11.4773,60.5242,1.08255,300,0,0,9940,0,0,0,0,0),(110829,19871,571,1,1,11686,0,4214.07,5145.66,14.1824,5.04357,300,5,0,4120,0,1,0,0,0),(110830,19871,571,1,1,11686,0,4136.27,4888.82,-11.464,5.45042,300,5,0,4120,0,1,0,0,0),(110831,19871,571,1,1,11686,0,4156.24,4857.51,-12.3537,2.90961,300,5,0,4120,0,1,0,0,0),(110832,19871,571,1,1,11686,0,4106.11,4924.39,-11.3707,2.44756,300,5,0,4120,0,1,0,0,0),(110833,19871,571,1,1,11686,0,4067.26,4956.22,-11.7099,4.10648,300,5,0,4120,0,1,0,0,0),(110834,19871,571,1,1,11686,0,4110.44,5085.39,-0.402512,4.30673,300,5,0,4120,0,1,0,0,0),(110835,19871,571,1,1,11686,0,4169.94,5124.16,14.1863,0.419782,300,5,0,4120,0,1,0,0,0),(110836,19871,571,1,1,11686,0,4223.15,4807.04,-11.5982,5.3322,300,5,0,4120,0,1,0,0,0),(110837,23967,571,1,1,21943,1,1690.24,-3282.27,74.835,0.279253,300,0,0,8982,0,0,0,0,0),(110838,26271,571,1,1,27271,0,3856.7,-27.7189,50.3614,1.75603,300,0,0,9940,0,0,0,0,0),(110839,26271,571,1,1,27271,0,3756.28,476.619,50.6295,1.73562,300,0,0,9940,0,0,0,0,0),(110840,23711,571,1,1,25952,1,1237.43,-6192.9,228.31,0.174533,300,0,0,7984,0,0,0,0,0),(110841,26271,571,1,1,27271,0,4210.82,-101.358,65.3771,0.303517,300,0,0,9940,0,0,0,0,0),(110842,23711,571,1,1,25952,1,1217.56,-6105.17,223.553,1.78024,300,0,0,7984,0,0,0,0,0),(110843,23711,571,1,1,25952,1,1199.22,-6105.45,221.858,1.78024,300,0,0,7984,0,0,0,0,0),(110844,23967,571,1,1,21943,1,1524.96,-3202,68.9417,0.017453,300,0,0,8982,0,0,0,0,0),(110845,23711,571,1,1,25952,1,1185.83,-6150.7,219.959,0.05236,300,0,0,7984,0,0,0,0,0),(110846,23711,571,1,1,25952,1,1197.51,-6142.54,219.099,4.95674,300,0,0,7984,0,0,0,0,0),(110847,26271,571,1,1,27271,0,3941.25,408.278,40.2297,2.91699,300,0,0,9940,0,0,0,0,0),(110848,26271,571,1,1,27271,0,3765.12,633.394,77.4101,0.835895,300,0,0,9940,0,0,0,0,0),(110849,26271,571,1,1,27271,0,3973.8,479.432,44.2672,3.24076,300,0,0,9940,0,0,0,0,0),(110850,23711,571,1,1,25952,1,1217,-6150.11,219.552,4.29351,300,0,0,7984,0,0,0,0,0),(110851,23711,571,1,1,25952,1,1229.6,-6105.74,232.092,2.61799,300,0,0,7984,0,2,0,0,0),(110852,23967,571,1,1,21943,1,1570.42,-3664.12,131.387,1.48232,300,5,0,8982,0,1,0,0,0),(110853,26271,571,1,1,27271,0,3560.86,581.149,68.2363,4.33533,300,0,0,9940,0,0,0,0,0),(110854,26271,571,1,1,27271,0,3355.16,385.343,68.4933,3.26304,300,0,0,9940,0,0,0,0,0),(110855,23967,571,1,1,21943,1,1752.52,-3351.43,81.7247,4.03171,300,0,0,8982,0,0,0,0,0),(110856,23967,571,1,1,21943,1,1746.32,-3299.5,80.8524,1.11701,300,0,0,8982,0,0,0,0,0),(110857,23711,571,1,1,25952,1,1205.21,-6173.93,220.507,1.23918,300,0,0,7984,0,0,0,0,0),(110858,23711,571,1,1,25952,1,1213.58,-6201.22,225.767,4.15388,300,0,0,7984,0,0,0,0,0),(110859,23711,571,1,1,25952,1,1178.19,-6105.84,223.745,1.50098,300,0,0,7984,0,0,0,0,0),(110860,23967,571,1,1,21943,1,1606.4,-3258.24,3.50588,1.8675,300,0,0,8982,0,0,0,0,0),(110861,23967,571,1,1,21943,1,1644.05,-3264.35,3.44017,0.244346,300,0,0,8982,0,0,0,0,0),(110862,23967,571,1,1,21943,1,1566.86,-3412.7,55.3054,4.86156,300,0,0,8982,0,2,0,0,0),(110863,23967,571,1,1,21943,1,1584.72,-3477.9,48.4428,4.69494,300,0,0,8982,0,0,0,0,0),(110864,23967,571,1,1,21943,1,1560.33,-3468.13,55.4639,4.92183,300,0,0,8982,0,0,0,0,0),(110865,23967,571,1,1,21943,1,1549.12,-3621.64,114.172,5.23928,300,0,0,8982,0,2,0,0,0),(110866,23967,571,1,1,21943,1,1537.35,-3606.48,113.568,2.54818,300,0,0,8982,0,0,0,0,0),(110867,23967,571,1,1,21943,1,1568.78,-3682.14,141.101,4.66003,300,0,0,8982,0,2,0,0,0),(110868,23967,571,1,1,21943,1,1673.32,-3675.51,149.545,0.296706,300,0,0,8982,0,0,0,0,0),(110869,23711,571,1,1,25952,1,1199.75,-6203.62,226.291,4.64258,300,0,0,7984,0,0,0,0,0),(110870,23711,571,1,1,25952,1,1185.77,-6165.91,221.123,0.436332,300,0,0,7984,0,0,0,0,0),(110871,23967,571,1,1,21943,1,1538.86,-3140.15,2.14313,1.85005,300,0,0,8982,0,0,0,0,0),(110872,23967,571,1,1,21943,1,1478.31,-3085.44,39.9251,5.74213,300,0,0,8982,0,0,0,0,0),(110873,23967,571,1,1,21943,1,1620.32,-3304.8,6.22418,0.279253,300,0,0,8982,0,0,0,0,0),(110874,23967,571,1,1,21943,1,1636.8,-3385.59,19.2355,0.698132,300,0,0,8982,0,0,0,0,0),(110875,23967,571,1,1,21943,1,1591.68,-3330.36,6.51863,2.16421,300,0,0,8982,0,0,0,0,0),(110876,23967,571,1,1,21943,1,1618.83,-3366,13.7837,4.69345,300,0,0,8982,0,2,0,0,0),(110877,23967,571,1,1,21943,1,1532.94,-3279.36,71.6776,5.5693,300,0,0,8982,0,2,0,0,0),(110878,23967,571,1,1,21943,1,1534.23,-3220.63,69.1631,0.942478,300,0,0,8982,0,0,0,0,0),(110879,23967,571,1,1,21943,1,1502.66,-3257.78,75.4153,2.87979,300,0,0,8982,0,0,0,0,0),(110880,23967,571,1,1,21943,1,1483.71,-3319.96,65.1752,4.29351,300,0,0,8982,0,0,0,0,0),(110881,23967,571,1,1,21943,1,1537.55,-3333.9,57.0224,1.27409,300,0,0,8982,0,0,0,0,0),(110882,23967,571,1,1,21943,1,1487.18,-3529.72,59.8735,3.9619,300,0,0,8982,0,0,0,0,0),(110883,23967,571,1,1,21943,1,1549.71,-3416.96,59.6961,3.19395,300,0,0,8982,0,0,0,0,0),(110884,23967,571,1,1,21943,1,1498.04,-3507.69,59.3722,2.46091,300,0,0,8982,0,0,0,0,0),(110885,23967,571,1,1,21943,1,1524.4,-3512.9,57.2873,5.81195,300,0,0,8982,0,0,0,0,0),(110886,23967,571,1,1,21943,1,1521.86,-3494.51,57.8242,2.60054,300,0,0,8982,0,0,0,0,0),(110887,23967,571,1,1,21943,1,1508.14,-3526.32,57.5791,4.41568,300,0,0,8982,0,0,0,0,0),(110888,23967,571,1,1,21943,1,1626.19,-3465,30.7502,2.02458,300,0,0,8982,0,0,0,0,0),(110889,23711,571,1,1,25952,1,1163.57,-6159.84,227.309,3.14159,300,0,0,7984,0,0,0,0,0),(110890,23711,571,1,1,25952,1,1163.4,-6130.89,227.363,3.05433,300,0,0,7984,0,0,0,0,0),(110891,26271,571,1,1,27271,0,3334.45,378.306,70.8074,2.89863,300,0,0,9940,0,0,0,0,0),(110892,23967,571,1,1,21943,1,1633.44,-3445.47,77.3692,3.08923,300,0,0,8982,0,0,0,0,0),(110893,23967,571,1,1,21943,1,1670.29,-3436.42,77.6814,5.86431,300,0,0,8982,0,2,0,0,0),(110894,23967,571,1,1,21943,1,1652.06,-3643.02,131.105,1.66658,300,0,0,8982,0,2,0,0,0),(110895,23967,571,1,1,21943,1,1653.13,-3583.04,107.383,0.191986,300,0,0,8982,0,0,0,0,0),(110896,23967,571,1,1,21943,1,1546.97,-3434.89,99.8594,3.59538,300,0,0,8982,0,0,0,0,0),(110897,23967,571,1,1,21943,1,1609.08,-3424.09,74.7703,4.81711,300,0,0,8982,0,0,0,0,0),(110898,23967,571,1,1,21943,1,1581.63,-3513.33,104.228,3.9619,300,0,0,8982,0,0,0,0,0),(110899,23967,571,1,1,21943,1,1549.18,-3410.03,98.7394,4.86184,300,0,0,8982,0,2,0,0,0),(110900,23967,571,1,1,21943,1,1539.73,-3477.62,105.668,3.35103,300,0,0,8982,0,0,0,0,0),(110901,23967,571,1,1,21943,1,1583.06,-3543.49,108.959,1.01229,300,0,0,8982,0,0,0,0,0),(110902,23967,571,1,1,21943,1,1547.57,-3532.02,111.07,3.21141,300,0,0,8982,0,0,0,0,0),(110903,23967,571,1,1,21943,1,1544.23,-3413.57,100.122,2.54818,300,0,0,8982,0,0,0,0,0),(110904,23967,571,1,1,21943,1,1495.6,-3439.64,87.1489,0.488692,300,0,0,8982,0,0,0,0,0),(110905,23967,571,1,1,21943,1,1542.71,-3453.18,58.3725,0.07271,300,5,0,8982,0,1,0,0,0),(110906,23967,571,1,1,21943,1,1522.66,-3421.13,97.0178,4.53786,300,0,0,8982,0,0,0,0,0),(110907,23967,571,1,1,21943,1,1503.36,-3464.83,79.2705,5.74213,300,0,0,8982,0,0,0,0,0),(110908,23967,571,1,1,21943,1,1493.4,-3415.51,91.2022,2.00713,300,0,0,8982,0,0,0,0,0),(110909,23967,571,1,1,21943,1,1532.9,-3485.12,57.3953,4.41831,300,5,0,8982,0,1,0,0,0),(110910,23967,571,1,1,21943,1,1532.33,-3473.75,59.3086,3.52556,300,0,0,8982,0,0,0,0,0),(110911,23967,571,1,1,21943,1,1668.35,-3301.52,80.5277,5.86431,300,0,0,8982,0,0,0,0,0),(110912,23967,571,1,1,21943,1,1519.47,-3442.42,73.8519,2.42601,300,0,0,8982,0,0,0,0,0),(110913,23711,571,1,1,25952,1,1244.85,-6174.93,227.188,5.75959,300,0,0,7984,0,0,0,0,0),(110914,23967,571,1,1,21943,1,1617.14,-3387.4,77.474,0.575959,300,0,0,8982,0,0,0,0,0),(110915,23967,571,1,1,21943,1,1576.44,-3394.18,83.5933,3.58612,300,0,0,8982,0,2,0,0,0),(110916,23967,571,1,1,21943,1,1647.61,-3378.89,80.5856,0.541052,300,0,0,8982,0,0,0,0,0),(110917,23967,571,1,1,21943,1,1611.4,-3352.64,77.3833,4.85202,300,0,0,8982,0,0,0,0,0),(110918,23967,571,1,1,21943,1,1696.95,-3309.21,80.509,4.4855,300,0,0,8982,0,0,0,0,0),(110919,23967,571,1,1,21943,1,1682.13,-3254.94,74.0384,0.541052,300,0,0,8982,0,0,0,0,0),(110920,23967,571,1,1,21943,1,1650.03,-3319.42,80.8232,5.81195,300,0,0,8982,0,0,0,0,0),(110921,23967,571,1,1,21943,1,1686.38,-3296.65,79.0178,4.06662,300,0,0,8982,0,0,0,0,0),(110922,23967,571,1,1,21943,1,1718.67,-3302.54,80.1777,1.43117,300,0,0,8982,0,0,0,0,0),(110923,23967,571,1,1,21943,1,1785.18,-3341.01,82.6111,5.89921,300,0,0,8982,0,0,0,0,0),(110924,23967,571,1,1,21943,1,1747.99,-3324.95,79.9406,2.42604,300,0,0,8982,0,2,0,0,0),(110925,23967,571,1,1,21943,1,1729.25,-3343.92,81.763,4.27606,300,0,0,8982,0,0,0,0,0),(110926,23967,571,1,1,21943,1,1774.43,-3309.03,87.0466,0.890118,300,0,0,8982,0,0,0,0,0),(110927,23967,571,1,1,21943,1,1619.02,-3329.8,78.3825,1.38462,300,0,0,8982,0,2,0,0,0),(110928,23711,571,1,1,25952,1,1179.34,-6214.37,238.421,5.39307,300,0,0,7984,0,0,0,0,0),(110929,23711,571,1,1,25952,1,1211.38,-6177.67,232.29,1.51489,300,0,0,7984,0,2,0,0,0),(110930,23711,571,1,1,25952,1,1227.23,-6151.41,232.667,1.33095,300,0,0,7984,0,2,0,0,0),(110931,23711,571,1,1,25952,1,1253.11,-6151.33,232.459,6.28078,300,5,0,7984,0,1,0,0,0),(110932,23711,571,1,1,25952,1,1180.34,-6128.78,232.326,1.493,300,0,0,7984,0,2,0,0,0),(110933,23711,571,1,1,25952,1,1160.09,-6106.49,229.66,2.40855,300,0,0,7984,0,0,0,0,0),(110934,23967,571,1,1,21943,1,1588.48,-3154.81,1.04098,2.03473,300,0,0,8982,0,2,0,0,0),(110936,23967,571,1,1,21943,1,1663.61,-3424.7,78.559,1.81514,300,0,0,8982,0,0,0,0,0),(110940,23967,571,1,1,21943,1,1484.27,-3091.62,39.937,2.22094,300,5,0,8982,0,1,0,0,0),(110941,28575,571,1,1,27878,1,6477.39,-3265.51,403.784,6.19592,300,0,0,11379,3725,0,0,0,0),(110942,29599,571,1,1,26241,0,7315.05,-1603.17,944.069,2.59369,300,5,0,12600,3994,1,0,0,0),(200111,27470,571,1,1,0,1,3213.58,-1968.55,86.0934,3.77611,25,0,0,1,0,0,0,0,0),(110951,23968,571,1,1,11686,0,1406.58,-6341.21,7.42844,5.65487,300,0,0,4120,0,0,0,0,0),(110950,23968,571,1,1,11686,0,1508.38,-6323.07,10.6678,3.78736,300,0,0,4120,0,0,0,0,0),(110946,23968,571,1,1,11686,0,1401.25,-6345.24,6.50307,1.69297,300,0,0,4120,0,0,0,0,0),(110945,23968,571,1,1,11686,0,1506.42,-6321.7,7.7871,5.2748,300,0,0,4120,0,0,0,0,0),(110944,23968,571,1,1,11686,0,1469.12,-6340.39,8.30159,4.47639,300,0,0,4120,0,0,0,0,0),(110943,23968,571,1,1,11686,0,1474.88,-6350.15,7.8857,1.32645,300,0,0,4120,0,0,0,0,0),(110952,28832,571,1,1,25718,1,5773.54,-3564.82,386.994,1.16224,300,0,0,7984,0,2,0,0,0),(110953,31136,571,1,1,27509,1,5755.42,695.101,618.643,2.51327,300,0,0,12600,0,0,0,0,0),(110954,26272,571,1,1,27275,0,3304,-122.773,73.0175,5.31975,300,0,0,9291,0,2,0,0,0),(110955,26272,571,1,1,27275,0,4102.34,-85.8532,59.7192,1.91455,300,0,0,9291,0,0,0,0,0),(110956,26272,571,1,1,27275,0,4103.11,-86.5032,59.7241,4.84155,300,0,0,9291,0,0,0,0,0),(110958,28064,571,1,1,19595,0,5121.34,-3225.4,282.091,0.785398,300,5,0,4979,0,1,0,0,0),(110959,28320,571,1,1,25328,0,5819.19,4031.7,-83.3697,0.453786,300,0,0,11001,0,0,0,0,0),(110960,32416,571,1,1,27958,1,5702.58,698.099,645.761,4.72984,300,0,0,10635,0,0,0,0,0),(110961,26272,571,1,1,27275,0,4223.05,-101.078,64.3332,2.8678,300,0,0,9291,0,0,0,0,0),(110962,26272,571,1,1,27275,0,3903.54,47.8734,46.8193,4.55948,300,5,0,9291,0,1,0,0,0),(110963,28320,571,1,1,25328,0,5805.77,4030.83,-81.4888,5.72468,300,0,0,11001,0,0,0,0,0),(110964,28320,571,1,1,25328,0,5829,4022.81,-84.1632,2.28638,300,0,0,11001,0,0,0,0,0),(110965,28320,571,1,1,25329,0,5796.84,4024.71,-80.7138,3.71755,300,0,0,11001,0,0,0,0,0),(110966,28320,571,1,1,25328,0,5793.19,4036.02,-81.3006,3.54302,300,0,0,11001,0,0,0,0,0),(110967,28320,571,1,1,25328,0,5794.92,4050.77,-82.2508,1.58825,300,0,0,11001,0,0,0,0,0),(110969,26272,571,1,1,27275,0,4190.05,-43.8071,65.6279,5.16987,300,5,0,9291,0,1,0,0,0),(110970,28320,571,1,1,25329,0,5900.77,4189.37,-82.8291,3.36848,300,0,0,11001,0,0,0,0,0),(110971,28320,571,1,1,25328,0,5816.44,4041.35,-84.4912,3.15905,300,0,0,11001,0,0,0,0,0),(110972,28320,571,1,1,25329,0,5903.91,4062.63,-86.3207,5.11381,300,0,0,11001,0,0,0,0,0),(110973,28320,571,1,1,25329,0,5799.91,4070.21,-83.3084,0.436332,300,0,0,11001,0,0,0,0,0),(110974,28320,571,1,1,25329,0,5865.99,4075.02,-86.0572,2.1293,300,0,0,11001,0,0,0,0,0),(110975,28320,571,1,1,25328,0,5910.92,4100.44,-86.4058,2.46091,300,0,0,11001,0,0,0,0,0),(110976,28320,571,1,1,25328,0,5855.72,4055.87,-87.3979,1.81514,300,0,0,11001,0,0,0,0,0),(110977,28320,571,1,1,25329,0,5921.65,4152.15,-80.127,2.44346,300,0,0,11001,0,0,0,0,0),(110978,28320,571,1,1,25328,0,5892.7,4111.14,-87.3986,0.436332,300,0,0,11001,0,0,0,0,0),(110979,28320,571,1,1,25329,0,5866.49,4065.85,-87.3979,0.401426,300,0,0,11001,0,0,0,0,0),(110980,28320,571,1,1,25328,0,5922.23,4167.17,-80.329,0.523599,300,0,0,11001,0,0,0,0,0),(110981,28320,571,1,1,25328,0,5832.95,4079.84,-83.3747,4.81711,300,0,0,11001,0,0,0,0,0),(110982,28320,571,1,1,25329,0,5887.77,4102.6,-86.778,0.279253,300,0,0,11001,0,0,0,0,0),(110983,28320,571,1,1,25329,0,5881.43,4062.25,-86.0067,1.13446,300,0,0,11001,0,0,0,0,0),(110984,28320,571,1,1,25329,0,5936.02,4173.27,-79.6878,3.03687,300,0,0,11001,0,0,0,0,0),(110985,28320,571,1,1,25329,0,5928.12,4111.49,-86.2081,0.750492,300,0,0,11001,0,0,0,0,0),(110986,28320,571,1,1,25329,0,5926.54,4135.85,-84.7056,4.32842,300,0,0,11001,0,0,0,0,0),(110987,28320,571,1,1,25328,0,5879.73,4089.06,-85.8178,3.90954,300,0,0,11001,0,0,0,0,0),(110988,28320,571,1,1,25329,0,5845.38,4074.3,-82.1682,2.09439,300,0,0,11001,0,0,0,0,0),(110989,28320,571,1,1,25329,0,5908.03,4164.09,-83.6503,5.91667,300,0,0,11001,0,0,0,0,0),(110990,28320,571,1,1,25329,0,5918.62,4092.17,-86.2888,5.21853,300,0,0,11001,0,0,0,0,0),(110991,28320,571,1,1,25329,0,5934.94,4099.85,-87.3979,2.70526,300,0,0,11001,0,0,0,0,0),(110992,28320,571,1,1,25329,0,5910.86,4186.88,-80.9077,1.02974,300,0,0,11001,0,0,0,0,0),(110993,28320,571,1,1,25328,0,5911.13,4068.57,-86.391,6.03884,300,0,0,11001,0,0,0,0,0),(110994,28320,571,1,1,25328,0,5939.78,4138.44,-83.1161,2.98451,300,0,0,11001,0,0,0,0,0),(110995,28320,571,1,1,25328,0,5911.09,4085.16,-87.3979,3.28122,300,0,0,11001,0,0,0,0,0),(110996,28320,571,1,1,25328,0,5927.35,4176.46,-79.4406,0.401426,300,0,0,11001,0,0,0,0,0),(110997,28320,571,1,1,25328,0,5936.01,4163.25,-80.6096,2.87979,300,0,0,11001,0,0,0,0,0),(110998,28320,571,1,1,25329,0,5890.65,4073.37,-85.8896,4.55531,300,0,0,11001,0,0,0,0,0),(110999,28320,571,1,1,25329,0,5941.35,4149.92,-80.7598,1.15192,300,0,0,11001,0,0,0,0,0),(111000,28320,571,1,1,25328,0,5891.04,4087.34,-85.8725,0.244346,300,0,0,11001,0,0,0,0,0),(111001,28320,571,1,1,25329,0,5838.12,4088.17,-82.7963,2.02458,300,0,0,11001,0,0,0,0,0),(111002,28320,571,1,1,25329,0,5919.77,4145.97,-79.8148,3.4383,300,0,0,11001,0,0,0,0,0),(111005,28320,571,1,1,25329,0,5805.81,4047.48,-83.484,2.617,300,0,0,11001,0,0,0,0,0),(111008,28320,571,1,1,25329,0,5858.84,4075.04,-87.4654,0.054646,300,0,0,11001,0,0,0,0,0),(111010,28320,571,1,1,25329,0,5805.9,4050.64,-84.0319,4.95173,300,0,0,11001,0,0,0,0,0),(111014,28320,571,1,1,25328,0,5831.43,4045.28,-86.7564,0.366519,300,0,0,11001,0,0,0,0,0),(111016,28320,571,1,1,25329,0,5823.64,4051.91,-83.7855,5.61996,300,0,0,11001,0,0,0,0,0),(111017,28320,571,1,1,25328,0,5868.04,4045.46,-87.3965,5.28835,300,0,0,11001,0,0,0,0,0),(111022,28320,571,1,1,25328,0,5936.72,4121.78,-86.1598,0.872665,300,0,0,11001,0,0,0,0,0),(111025,28320,571,1,1,25329,0,5843.67,4028.56,-86.0385,2.25148,300,0,0,11001,0,0,0,0,0),(111038,28320,571,1,1,25328,0,5847.58,4045.54,-87.3967,4.01426,300,0,0,11001,0,0,0,0,0),(111041,26272,571,1,1,27275,0,3849.34,-74.0341,55.5255,1.41321,300,5,0,9291,0,1,0,0,0),(111042,26272,571,1,1,27275,0,3858.36,-70.489,54.7755,1.30754,300,5,0,9291,0,1,0,0,0),(111043,26272,571,1,1,27275,0,3357.82,518.555,78.3169,3.95256,300,0,0,9291,0,2,0,0,0),(111044,26272,571,1,1,27275,0,3603.57,625.241,78.0017,2.85417,300,5,0,9291,0,1,0,0,0),(111045,26272,571,1,1,27275,0,3322.54,178.968,67.6911,3.11426,300,5,0,9291,0,1,0,0,0),(111046,26272,571,1,1,27275,0,3990.71,486.595,42.7672,3.54231,300,5,0,9291,0,1,0,0,0),(111047,26272,571,1,1,27275,0,3559.26,497.914,60.6665,4.76633,300,5,0,9291,0,1,0,0,0),(111048,26272,571,1,1,27235,0,3068.63,-25.2474,76.4264,5.02231,300,5,0,9291,0,1,0,0,0),(111049,26272,571,1,1,27275,0,3204.12,9.46414,75.3501,5.1532,300,0,0,9291,0,2,0,0,0),(111050,26272,571,1,1,27275,0,3139.2,-73.9998,78.8348,5.60795,300,5,0,9291,0,1,0,0,0),(111051,26272,571,1,1,27275,0,3097.31,201.777,82.8672,0.101314,300,0,0,9291,0,2,0,0,0),(111052,29856,571,1,1,7763,0,5167.7,-1769.8,244.815,5.91667,300,5,0,10635,0,1,0,0,0),(111053,29856,571,1,1,7763,0,5251.08,-1740.33,238.724,3.61283,300,5,0,10635,0,1,0,0,0),(111054,29856,571,1,1,7763,0,5260.41,-1709.03,235.017,2.28638,300,5,0,10635,0,1,0,0,0),(111055,29856,571,1,1,7763,0,4988.2,-1700.95,243.313,4.83456,300,5,0,10635,0,1,0,0,0),(111056,29856,571,1,1,7763,0,5002.69,-1575.06,239.055,4.90438,300,5,0,10635,0,1,0,0,0),(111057,29856,571,1,1,7763,0,5111.34,-1585.49,235.314,4.2586,300,5,0,10635,0,1,0,0,0),(111058,29856,571,1,1,7763,0,5140.8,-1616.94,236.039,2.94961,300,5,0,10635,0,1,0,0,0),(111059,29856,571,1,1,7763,0,5021.11,-1681.52,243.17,4.97419,300,5,0,10635,0,1,0,0,0),(111060,29856,571,1,1,7763,0,5232.68,-1639.91,235.148,4.15388,300,5,0,10635,0,1,0,0,0),(111061,29856,571,1,1,7763,0,4998.51,-1535.8,239.236,3.33358,300,5,0,10635,0,1,0,0,0),(111062,29856,571,1,1,7763,0,5098.59,-1561.89,238.839,1.76278,300,5,0,10635,0,1,0,0,0),(111063,29856,571,1,1,7763,0,5239.42,-1685.18,235.935,1.309,300,5,0,10635,0,1,0,0,0),(111064,29856,571,1,1,7763,0,5208.35,-1605.43,238.192,0.034907,300,5,0,10635,0,1,0,0,0),(111065,29856,571,1,1,7763,0,4975.8,-1591.58,239.118,4.27606,300,5,0,10635,0,1,0,0,0),(111066,29856,571,1,1,7763,0,5053.1,-1640.93,238.827,1.72788,300,5,0,10635,0,1,0,0,0),(111067,29856,571,1,1,7763,0,5069.64,-1561.09,238.132,2.05949,300,5,0,10635,0,1,0,0,0),(111068,29856,571,1,1,7763,0,5083.83,-1545.38,240.568,3.12414,300,5,0,10635,0,1,0,0,0),(111069,29856,571,1,1,7763,0,5234.51,-1775.12,236.017,5.61996,300,5,0,10635,0,1,0,0,0),(111070,29856,571,1,1,7763,0,5151.11,-1741.48,237.492,0.296706,300,5,0,10635,0,1,0,0,0),(111071,29856,571,1,1,7763,0,5216.88,-1737.43,235.76,4.86947,300,5,0,10635,0,1,0,0,0),(111072,29856,571,1,1,7763,0,5220.36,-1706.78,235.269,1.91986,300,5,0,10635,0,1,0,0,0),(111073,25248,571,1,1,23027,1,2317.16,5194.13,12.5805,1.20428,300,0,0,7984,0,0,0,0,0),(111075,25504,571,1,3,23239,0,2886.78,6732.96,32.9695,1.98968,300,0,0,17465,2991,0,0,0,0),(111085,25760,571,1,1,25633,1,3060,4836.07,3.91526,0.959931,300,0,0,6986,0,0,0,0,0),(111086,25760,571,1,1,25633,1,2897.68,4942.04,3.53865,1.11701,300,0,0,6986,0,0,0,0,0),(111087,25760,571,1,1,25633,1,3084.78,4855.13,2.818,3.94027,300,0,0,6986,0,0,0,0,0),(111088,25760,571,1,1,25633,1,2838.58,4926.03,3.85451,-2.46195,300,0,0,6986,0,0,0,0,0),(111089,25760,571,1,1,25633,1,2836.43,4927.52,4.05493,0.592447,300,0,0,6986,0,0,0,0,0),(111090,25760,571,1,1,25633,1,2838.39,4908.58,2.25585,0.018972,300,0,0,6986,0,0,0,0,0),(111091,25760,571,1,1,25633,1,2839.98,4905.62,2.65067,0.39809,300,0,0,6986,0,0,0,0,0),(111092,25760,571,1,1,25633,1,2912.81,4934.55,2.64507,1.29154,300,0,0,6986,0,0,0,0,0),(111093,25760,571,1,1,25633,1,2840.58,4587.11,0.56577,2.31019,300,0,0,6986,0,0,0,0,0),(111095,25760,571,1,1,25633,1,2759.99,4750.92,1.77199,-0.203325,300,0,0,6986,0,0,0,0,0),(111096,25760,571,1,1,25633,1,2835.11,4923.28,3.69765,0.66769,300,0,0,6986,0,0,0,0,0),(111097,25760,571,1,1,25633,1,2836.75,4585,0.497241,1.65839,300,0,0,6986,0,0,0,0,0),(111099,25760,571,1,1,25633,1,2830.27,4627.54,2.57112,1.71896,300,0,0,6986,0,0,0,0,0),(111100,25760,571,1,1,25633,1,2756.56,4747.71,2.13784,-0.120146,300,0,0,6986,0,0,0,0,0),(111102,25760,571,1,1,25633,1,3152.07,4784,8.34801,-0.092627,300,0,0,6986,0,0,0,0,0),(111103,25760,571,1,1,25633,1,2866.09,4743.63,0.869852,5.77704,300,0,0,6986,0,0,0,0,0),(111104,25760,571,1,1,25633,1,3156.37,4785.11,7.7995,1.13898,300,0,0,6986,0,0,0,0,0),(111107,25760,571,1,1,25633,1,2834.85,4592.35,0.850084,1.1814,300,0,0,6986,0,0,0,0,0),(111108,25760,571,1,1,25633,1,2855.42,4722.79,2.09871,-0.149383,300,0,0,6986,0,0,0,0,0),(111109,25760,571,1,1,25633,1,2836.68,4712.36,2.64212,0.418879,300,0,0,6986,0,0,0,0,0),(111110,25760,571,1,1,25633,1,2754.11,4743.4,2.2197,0.225227,300,0,0,6986,0,0,0,0,0),(111113,25760,571,1,1,25633,1,2841.55,4903.86,2.47394,1.05497,300,0,0,6986,0,0,0,0,0),(111114,25760,571,1,1,25633,1,2866.95,4702.26,2.11896,0.369069,300,0,0,6986,0,0,0,0,0),(111115,25760,571,1,1,25633,1,3042.35,4588.86,4.15057,0.511571,300,0,0,6986,0,0,0,0,0),(111116,25760,571,1,1,25633,1,3043.51,4598.91,3.85578,0.518237,300,0,0,6986,0,0,0,0,0),(111117,25760,571,1,1,25633,1,3061.53,4708.71,3.36252,0.338117,300,0,0,6986,0,0,0,0,0),(111118,25760,571,1,1,25633,1,3058.43,4714.3,2.69031,3.44589,300,5,0,6986,0,1,0,0,0),(111119,25760,571,1,1,25633,1,3075.35,4675.3,3.39026,3.11728,300,0,0,6986,0,0,0,0,0),(111120,25760,571,1,1,25633,1,3063.17,4693.16,3.29003,1.08382,300,0,0,6986,0,0,0,0,0),(111121,25760,571,1,1,25633,1,3064.91,4699.17,4.2204,0.144993,300,0,0,6986,0,0,0,0,0),(111122,25760,571,1,1,25633,1,3050,4729.65,1.9373,5.89921,300,0,0,6986,0,0,0,0,0),(111123,25760,571,1,1,25633,1,2908.27,4837.2,0.396221,0.800322,300,0,0,6986,0,0,0,0,0),(111124,25760,571,1,1,25633,1,2971,4902.75,1.81374,3.88116,300,5,0,6986,0,1,0,0,0),(111125,25760,571,1,1,25633,1,3145.12,4822.77,3.12138,0.226893,300,0,0,6986,0,0,0,0,0),(111126,25760,571,1,1,25633,1,3110.95,4860.54,1.89937,1.16937,300,0,0,6986,0,0,0,0,0),(111137,25760,571,1,1,25633,1,2752.56,4712.65,2.86821,-0.222386,300,0,0,6986,0,0,0,0,0),(111140,25760,571,1,1,25633,1,3057.03,4810.47,1.49686,5.70723,300,0,0,6986,0,0,0,0,0),(1976192,14525,1,1,1,0,0,6265.19,-1111,371.329,0.54,600,0,0,3331,0,0,0,0,0),(111143,25249,571,1,1,23025,1,2292.17,5204.01,11.7188,-0.383973,300,0,0,7185,7196,0,0,0,0),(143417,37878,571,1,1,0,0,4760.65,-561.325,165.057,3.94444,120,0,0,1,0,0,0,0,0),(111145,26785,571,1,1,16946,0,4486.46,-4653.99,78.9732,1.65806,300,0,0,9610,3309,0,0,0,0),(111146,26785,571,1,1,16946,0,4317.82,-4880.28,35.0747,0.820305,300,0,0,9610,3309,0,0,0,0),(111147,26785,571,1,1,16946,0,4218.69,-5050.18,7.11765,0.994838,300,0,0,9610,3309,0,0,0,0),(111148,27553,571,1,1,23864,1,4982.35,1263.23,228.171,3.45575,300,0,0,39760,0,0,0,0,0),(111149,27553,571,1,1,23865,1,4933.62,1190.02,224.149,1.37881,300,0,0,39760,0,0,0,0,0),(111150,27553,571,1,1,23865,1,4792.79,1112.03,137.298,3.26377,300,0,0,39760,0,0,0,0,0),(111151,27553,571,1,1,23866,1,4903.74,1209.72,217.712,3.64774,300,0,0,39760,0,0,0,0,0),(111152,27553,571,1,1,23866,1,4959.08,1248.03,227.944,0.931189,300,0,0,39760,0,0,0,0,0),(111153,27553,571,1,1,23867,1,4980.59,1249.2,227.573,2.68781,300,0,0,39760,0,0,0,0,0),(111154,27553,571,1,1,23864,1,4898.47,1247.35,226.941,0.750492,300,0,0,39760,0,0,0,0,0),(111155,27553,571,1,1,23867,1,4957.84,1246.36,227.888,0.931101,300,0,0,39760,0,0,0,0,0),(111156,31393,571,1,1,0,0,5347.38,604.819,322.421,5.98306,120,0,0,1,0,2,0,0,0),(111157,26785,571,1,1,16946,0,2890.6,-2624.41,96.3529,0.767945,300,0,0,9610,3309,0,0,0,0),(111158,27553,571,1,1,23866,1,4905.1,1190.13,216.744,2.82743,300,0,0,39760,0,0,0,0,0),(111159,27553,571,1,1,23864,1,4970.14,1220.35,228.626,0.533319,300,0,0,39760,0,0,0,0,0),(111160,27553,571,1,1,23867,1,4903.92,1243.47,226.703,0.942478,300,0,0,39760,0,0,0,0,0),(111161,27553,571,1,1,23867,1,4941.12,1330.73,235.17,5.0091,300,0,0,39760,0,0,0,0,0),(111163,27553,571,1,1,23866,1,4978.12,1225.06,229.351,3.67457,300,0,0,39760,0,0,0,0,0),(111164,27553,571,1,1,23867,1,4906.27,1355.47,231.016,1.98968,300,0,0,39760,0,0,0,0,0),(111165,27553,571,1,1,23866,1,4945.39,1329.22,235.171,3.66519,300,0,0,39760,0,0,0,0,0),(111166,27553,571,1,1,23864,1,4784.14,1130.2,138.19,3.50811,300,0,0,39760,0,0,0,0,0),(76000,37832,571,1,1,0,0,4798.7,-639.529,160.569,4.34587,120,0,0,1,0,0,0,0,0),(111169,26273,571,1,1,27276,0,3049.48,198.89,82.5993,0.097055,300,0,0,8982,0,0,0,0,0),(111170,26273,571,1,1,27278,0,3037.54,197.677,81.9718,0.093098,300,0,0,8982,0,0,0,0,0),(111171,26273,571,1,1,27279,0,3345.28,378.47,69.6824,0.210608,300,5,0,8982,0,1,0,0,0),(111172,26273,571,1,1,27277,0,4415.35,-140.027,82.6737,2.86738,300,5,0,8982,0,1,0,0,0),(111173,26273,571,1,1,27276,0,3335.77,-164.691,72.4586,5.31096,300,0,0,8982,0,0,0,0,0),(111174,26273,571,1,1,27279,0,4101.26,-87.4508,59.4479,4.24623,300,0,0,8982,0,0,0,0,0),(111175,26273,571,1,1,27276,0,3204.12,9.46414,75.3501,5.11536,300,0,0,8982,0,0,0,0,0),(111176,26273,571,1,1,27276,0,3204.12,9.46414,75.3501,5.08246,300,0,0,8982,0,0,0,0,0),(111177,26273,571,1,1,27276,0,3204.12,9.46414,75.3501,5.18153,300,0,0,8982,0,0,0,0,0),(111178,26273,571,1,1,27278,0,4101.46,-83.4769,59.6988,1.90998,300,0,0,8982,0,0,0,0,0),(111179,26273,571,1,1,27278,0,3863.84,-50.7102,53.5657,1.46585,300,5,0,8982,0,1,0,0,0),(111181,26273,571,1,1,27279,0,3333.52,375.956,71.1577,0.210849,300,5,0,8982,0,1,0,0,0),(111182,26273,571,1,1,27278,0,4220.4,-100.708,64.3852,1.58739,300,0,0,8982,0,0,0,0,0),(111183,27553,571,1,1,23866,1,4875.66,1273.75,218.53,3.21141,300,0,0,39760,0,0,0,0,0),(111184,27553,571,1,1,23866,1,4873.93,1255.53,219.34,3.01942,300,0,0,39760,0,0,0,0,0),(132578,21787,530,1,1,20682,1,-4172.24,3180.69,315.689,0.797436,180,5,0,5744,3231,1,0,0,0),(111188,27553,571,1,1,23867,1,4859.6,1325.56,230.197,0.983607,300,5,0,39760,0,1,0,0,0),(111189,26273,571,1,1,27276,0,3616.28,622.835,79.5886,2.86262,300,5,0,8982,0,1,0,0,0),(132579,21787,530,1,1,20682,1,-4119.26,3012.94,344.139,0.269749,180,5,0,5744,3231,1,0,0,0),(111191,27553,571,1,1,23867,1,4814.29,1313.08,172.228,-2.81544,300,0,0,39760,0,0,0,0,0),(111192,27553,571,1,1,23864,1,4811.72,1313.11,171.044,1.20125,300,0,0,39760,0,0,0,0,0),(111193,26273,571,1,1,27278,0,3992.07,476.571,42.0172,6.24244,300,5,0,8982,0,1,0,0,0),(111194,26273,571,1,1,27278,0,3556.06,542.76,66.4637,4.81949,300,5,0,8982,0,1,0,0,0),(111195,26273,571,1,1,27277,0,3555.7,548.193,67.0038,4.78759,300,5,0,8982,0,1,0,0,0),(111196,26273,571,1,1,27276,0,3998.65,480.113,43.5172,3.16937,300,5,0,8982,0,1,0,0,0),(111197,26273,571,1,1,27279,0,3840.74,-73.338,55.4005,1.23429,300,5,0,8982,0,1,0,0,0),(111198,26273,571,1,1,27279,0,3404.18,564.717,77.4555,3.95248,300,5,0,8982,0,1,0,0,0),(111199,26273,571,1,1,27278,0,3407.59,571.687,77.2821,-2.26099,300,0,0,8982,0,0,0,0,0),(111200,26273,571,1,1,27277,0,3526.88,653.3,74.464,2.98276,300,5,0,8982,0,1,0,0,0),(111201,26273,571,1,1,27277,0,3517.56,660.359,72.7791,2.99655,300,5,0,8982,0,1,0,0,0),(132575,21787,530,1,1,20682,1,-4073.67,3189.92,296.58,5.52521,180,5,0,5744,3231,1,0,0,0),(111204,26273,571,1,1,27279,0,3340.58,178.475,66.9402,3.11425,300,5,0,8982,0,1,0,0,0),(111205,26273,571,1,1,27279,0,3523.19,428.89,48.555,1.04052,300,5,0,8982,0,1,0,0,0),(111206,26273,571,1,1,27276,0,3352.57,178.147,65.0652,3.11441,300,5,0,8982,0,1,0,0,0),(111207,26273,571,1,1,27279,0,3837.37,-69.417,55.2755,3.89227,300,5,0,8982,0,1,0,0,0),(111208,26273,571,1,1,27278,0,3862.01,-73.6335,55.1505,1.68607,300,5,0,8982,0,1,0,0,0),(111209,26273,571,1,1,27276,0,4181.19,-27.4155,63.6222,5.2256,300,5,0,8982,0,1,0,0,0),(111210,26273,571,1,1,27277,0,3116.8,-56.0811,78.261,5.60851,300,5,0,8982,0,1,0,0,0),(111211,26273,571,1,1,27277,0,3357.82,518.555,78.3169,0.7696,300,0,0,8982,0,0,0,0,0),(111212,27553,571,1,1,23867,1,4856.54,1192.24,198.006,4.30459,300,5,0,39760,0,1,0,0,0),(111213,29857,571,1,1,9954,0,7769.31,-1056.73,929.061,4.03171,300,0,0,15827,3893,0,0,0,0),(111218,27553,571,1,1,23865,1,4924.41,1275.88,226.291,3.62389,300,0,0,39760,0,2,0,0,0),(111219,27553,571,1,1,23867,1,4809.92,1307.64,170.808,-1.4917,300,0,0,39760,0,0,0,0,0),(111220,27553,571,1,1,23866,1,4858.23,1323.5,229.473,1.42769,300,5,0,39760,0,1,0,0,0),(111221,27553,571,1,1,23866,1,4811.99,1307.89,171.693,-2.09746,300,0,0,39760,0,0,0,0,0),(111223,27553,571,1,1,23866,1,4803.02,1302.29,168.481,0.154936,300,0,0,39760,0,0,0,0,0),(111224,32418,571,1,1,27959,0,5871.04,493.264,655.527,5.35816,300,0,0,10635,0,0,0,0,0),(111225,24226,571,1,1,22099,0,905.311,-4815.51,-72.3586,5.44543,300,0,0,647,0,0,0,0,0),(111226,24226,571,1,1,22099,0,927.292,-4862.97,-72.3585,1.95477,300,0,0,647,0,0,0,0,0),(111227,24226,571,1,1,22099,0,915.623,-4852.04,-72.3585,1.29154,300,0,0,647,0,0,0,0,0),(111228,24226,571,1,1,21754,0,918.614,-4809.84,-72.3585,4.4855,300,0,0,647,0,0,0,0,0),(111229,24226,571,1,1,21617,0,933.685,-4857.12,-72.3585,2.68781,300,0,0,647,0,0,0,0,0),(111230,24226,571,1,1,21617,0,913.657,-4812.91,-72.3585,4.79965,300,0,0,647,0,0,0,0,0),(111231,27298,571,1,1,24487,1,3635.66,5873.7,174.646,4.62512,300,0,0,7688,7500,0,0,0,0),(111232,25250,571,1,1,23026,0,2105.96,5303.95,34.0908,0.663225,300,0,0,10635,0,0,0,0,0),(111233,27554,571,1,1,24443,0,4465.85,-3624.65,233.952,3.25021,300,0,0,10282,0,0,0,0,0),(111234,27554,571,1,1,24418,0,4499.48,-3608.28,229.943,6.07375,300,0,0,10282,0,0,0,0,0),(111235,27554,571,1,1,24443,0,4494.6,-3633.04,232.666,3.31613,300,0,0,10282,0,0,0,0,0),(111236,27554,571,1,1,24416,0,4501.01,-3622.19,231.74,0.087266,300,0,0,10282,0,0,0,0,0),(111237,27554,571,1,1,24443,0,4493.21,-3617.87,231.873,3.38594,300,0,0,10282,0,0,0,0,0),(111238,27554,571,1,1,24443,0,4553.51,-3638.74,229.126,5.60251,300,0,0,10282,0,0,0,0,0),(111239,27554,571,1,1,24418,0,4501.79,-3634.07,232.376,0.069813,300,0,0,10282,0,0,0,0,0),(111240,27554,571,1,1,24443,0,4546.68,-3649.56,228.876,5.32325,300,0,0,10282,0,0,0,0,0),(111241,27554,571,1,1,24416,0,4534.08,-3649.33,229.225,1.55334,300,0,0,10282,0,0,0,0,0),(111242,27554,571,1,1,24416,0,4535.3,-3398.28,228.539,2.21657,300,0,0,10282,0,0,0,0,0),(111243,27554,571,1,1,24416,0,4514.61,-3402.94,227.057,-2.11178,300,0,0,10282,0,0,0,0,0),(111244,27554,571,1,1,24418,0,4603.98,-3478.55,227.015,2.30383,300,0,0,10282,0,0,0,0,0),(111245,27554,571,1,1,24418,0,4589.76,-3466.26,227.015,5.44543,300,0,0,10282,0,0,0,0,0),(111246,27554,571,1,1,24418,0,4541.7,-3556.62,230.902,0.558505,300,0,0,10282,0,0,0,0,0),(111247,27554,571,1,1,24443,0,4544.32,-3548.33,229.677,0.994838,300,0,0,10282,0,0,0,0,0),(111248,27554,571,1,1,24418,0,4550.97,-3551.48,230.147,5.65487,300,0,0,10282,0,0,0,0,0),(111249,27554,571,1,1,24416,0,4496.17,-3406.58,228.442,5.37561,300,0,0,10282,0,0,0,0,0),(111250,27554,571,1,1,24443,0,4511.16,-3406.19,227.057,0.92035,300,0,0,10282,0,0,0,0,0),(111251,27554,571,1,1,24416,0,4501.96,-3402.51,228.704,1.8326,300,0,0,10282,0,0,0,0,0),(111252,27554,571,1,1,24416,0,4512.36,-3406.74,227.057,0.855271,300,0,0,10282,0,0,0,0,0),(111253,27554,571,1,1,24418,0,4512.26,-3405.51,227.082,1.29474,300,0,0,10282,0,0,0,0,0),(111254,27554,571,1,1,24443,0,4515.23,-3403.79,227.057,3.3256,300,5,0,10282,0,1,0,0,0),(111255,27554,571,1,1,24418,0,4469,-3480.42,227.479,0.680678,300,0,0,10282,0,0,0,0,0),(111256,27554,571,1,1,24418,0,4473.69,-3485.47,227.376,2.53073,300,0,0,10282,0,0,0,0,0),(111257,27554,571,1,1,24418,0,4478.26,-3479.92,227.307,0.820305,300,0,0,10282,0,0,0,0,0),(111258,27554,571,1,1,24418,0,4477.3,-3474.07,227.216,3.71755,300,0,0,10282,0,0,0,0,0),(48249,29999,571,1,1,0,0,6502.11,-1733.94,490.455,5.55015,300,0,0,484,0,0,0,0,0),(48248,29999,571,1,1,0,0,6511,-1756.26,495.54,1.46608,300,0,0,484,0,0,0,0,0),(48247,29999,571,1,1,0,0,6514.17,-1752.01,498.858,4.90438,300,0,0,484,0,0,0,0,0),(48246,29999,571,1,1,0,0,6507.73,-1742.65,490.971,5.96903,300,0,0,484,0,0,0,0,0),(48245,29999,571,1,1,0,0,6355.28,-1590.16,427.92,4.2237,300,0,0,484,0,0,0,0,0),(111264,27554,571,1,1,25537,0,4516.19,-3405.05,227.057,6.06929,300,5,0,10282,0,1,0,0,0),(111265,27554,571,1,1,24416,0,4511.16,-3407.64,227.057,1.16364,300,0,0,10282,0,0,0,0,0),(111268,25762,571,1,1,23278,0,2471.37,4595.87,0.509074,0.067042,300,0,0,8982,0,0,0,0,0),(111269,25762,571,1,1,23278,0,2515.88,4529.96,1.62514,0.453786,300,0,0,8982,0,0,0,0,0),(111270,25762,571,1,1,23278,0,3010.09,4696.98,1.87981,1.17891,300,0,0,8982,0,0,0,0,0),(111271,25762,571,1,1,23278,0,2910.47,4550.56,-0.474033,1.01883,300,0,0,8982,0,0,0,0,0),(111272,25762,571,1,1,23278,0,2831.94,4511.31,-0.577112,0.122028,300,0,0,8982,0,0,0,0,0),(111273,25762,571,1,1,23278,0,2816.76,4842.02,0.949364,0.238481,300,0,0,8982,0,0,0,0,0),(111274,25762,571,1,1,23278,0,2700.86,4753.1,2.56614,0.023953,300,0,0,8982,0,0,0,0,0),(111275,25762,571,1,1,23278,0,2798.24,4813.67,-0.59511,6.19956,300,0,0,8982,0,0,0,0,0),(111276,25762,571,1,1,23278,0,2734.56,4848.06,-0.08758,0.122576,300,0,0,8982,0,0,0,0,0),(117301,28639,571,1,1,0,0,5984.55,-3882.62,417.438,1.91986,300,0,0,11379,0,0,0,0,0),(111278,24227,571,1,1,22205,0,1954.49,-3224.01,153.704,4.40847,300,0,0,8982,0,0,0,0,0),(111279,32419,571,1,1,27960,1,5888.38,459.708,641.57,3.40339,300,0,0,10635,0,0,0,0,0),(111280,30115,571,1,1,28222,1,5796.43,799.352,661.953,4.67748,300,0,0,13945000,2129000,0,0,0,0),(111281,27299,571,1,1,24486,0,3641.51,5908.36,174.578,6.13328,300,5,0,7688,7500,1,0,0,0),(111282,25251,571,1,1,23083,0,2270.5,5184.38,20.3754,0.034907,300,0,0,6986,0,0,0,0,0),(111283,32675,571,1,1,28143,0,5751.12,588.606,649.85,4.64258,300,0,0,10080,8814,0,0,0,0),(111284,27555,571,1,1,24443,0,4485.5,-3619.15,230.636,1.52226,300,5,0,9940,3387,1,0,0,0),(111285,27555,571,1,1,24443,0,4548.52,-3638.29,229.042,4.68073,300,5,0,9940,3387,1,0,0,0),(111286,27555,571,1,1,24443,0,4542.68,-3543.38,229.595,2.14433,300,0,0,9940,3387,2,0,0,0),(111287,27555,571,1,1,24443,0,4511.7,-3407.06,227.057,5.70003,300,0,0,9940,3387,0,0,0,0),(111288,27555,571,1,1,24443,0,4520.46,-3406.52,227.333,-2.89152,300,0,0,9940,3387,2,0,0,0),(111289,27555,571,1,1,24443,0,4484.35,-3478.28,227.307,4.25694,300,0,0,9940,3387,2,0,0,0),(111290,27555,571,1,1,24443,0,4487.84,-3641.6,230.301,4.80231,300,5,0,9940,3387,1,0,0,0),(111291,28323,571,1,1,9013,0,5581.93,-2690.85,276.598,6.14247,300,5,0,10635,0,1,0,0,0),(111292,28323,571,1,1,9013,0,5739.82,-2722.34,275.789,3.98639,300,5,0,10635,0,1,0,0,0),(111293,28323,571,1,1,9013,0,5745.65,-2808.89,274.626,2.70899,300,5,0,10635,0,1,0,0,0),(111294,28323,571,1,1,9013,0,5831.61,-2842.32,274.492,3.09749,300,5,0,10635,0,1,0,0,0),(111295,28323,571,1,1,9013,0,5632.96,-2859.65,274.382,3.65343,300,5,0,10635,0,1,0,0,0),(111296,28323,571,1,1,9013,0,5546.17,-3079.47,288.1,6.1322,300,5,0,10635,0,1,0,0,0),(111297,28323,571,1,1,9013,0,5495.67,-2957.22,276.662,0.366841,300,5,0,10635,0,1,0,0,0),(111298,28323,571,1,1,9013,0,5657.05,-2779.84,274.438,0.74648,300,5,0,10635,0,1,0,0,0),(111299,28323,571,1,1,9013,0,5800.58,-2741.01,276.686,0.782171,300,5,0,10635,0,1,0,0,0),(117079,28636,571,1,1,0,0,5988.72,-3878.04,417.15,2.35619,300,0,0,11379,0,0,0,0,0),(111301,28324,571,1,1,25308,1,5542.89,-3012.41,278.392,2.3911,300,0,0,9291,0,0,0,0,0),(111302,30116,571,1,1,26770,1,5800.59,792.837,661.953,2.54818,300,0,0,5040000,4407000,0,0,0,0),(111303,32676,571,1,1,28144,0,5889.87,635.026,647.78,0.244346,300,0,0,10080,8814,0,0,0,0),(111304,26276,571,1,1,0,0,3560.47,1769.35,171.998,1.91463,120,0,0,1,0,2,0,0,0),(111305,26276,571,1,1,24176,0,3256.88,2623.43,155.77,3.75341,300,60,0,57660,0,1,0,0,0),(111306,32420,571,1,1,27961,1,5887.56,478.679,641.57,1.18381,300,0,0,10635,0,0,0,0,0),(111307,27300,571,1,1,24488,0,3640.81,5910.73,174.578,3.11295,300,5,0,7688,7500,1,0,0,0),(111308,25764,571,1,1,26126,1,2987.81,4881.51,0.478939,5.08081,300,0,0,8982,0,0,0,0,0),(111309,25764,571,1,1,26126,1,2988.71,4903.2,0.47833,3.49333,300,0,0,8982,0,0,0,0,0),(111310,23972,571,1,1,11686,0,1498.19,-6194.46,15.0186,1.0821,300,0,0,4120,0,0,0,0,0),(111311,25764,571,1,1,26126,1,2999.9,4886.55,0.479066,3.92699,300,0,0,8982,0,0,0,0,0),(111312,25764,571,1,1,26126,1,2771.49,4764.86,-23.693,3.3834,300,0,0,8982,0,0,0,0,0),(111313,25764,571,1,1,26126,1,2993.91,4895.59,0.396647,3.47707,300,0,0,8982,0,0,0,0,0),(203202,24228,571,1,1,0,0,2894.91,-4889.15,405.86,6.17501,120,8,0,9291,0,1,0,0,0),(203201,24228,571,1,1,0,0,2862.83,-4587.84,273.69,4.67752,120,8,0,9291,0,1,0,0,0),(111316,25764,571,1,1,26127,1,3137.01,4871.39,2.48552,4.15897,300,5,0,8982,0,2,0,0,0),(203200,24228,571,1,1,0,0,2777.66,-4840.82,336.641,5.60509,120,8,0,9291,0,1,0,0,0),(203199,24228,571,1,1,0,0,2731.97,-4951.51,344.676,0.705851,120,8,0,9291,0,1,0,0,0),(203198,24228,571,1,1,0,0,2706.69,-4892.57,307.756,4.38246,120,8,0,9291,0,1,0,0,0),(111320,25764,571,1,1,26126,1,2981.58,4891.9,0.478571,3.33424,300,0,0,8982,0,0,0,0,0),(203197,24228,571,1,1,0,0,2656.94,-4997.91,337.96,2.40798,120,8,0,9291,0,1,0,0,0),(203196,24228,571,1,1,0,0,2604.58,-4911.85,297.078,2.51539,120,8,0,9291,0,1,0,0,0),(203195,24228,571,1,1,0,0,2581.49,-4924.21,290.974,1.26938,120,8,0,9291,0,1,0,0,0),(111324,25764,571,1,1,26126,1,2757.69,4744.22,2.2367,1.88345,300,0,0,8982,0,0,0,0,0),(111325,28068,571,1,1,25096,0,6252.69,-2620.27,302.502,3.08923,300,0,0,44000,40695,0,0,0,0),(111326,25764,571,1,1,26127,1,2856.99,4646.32,0.166819,4.323,300,0,0,8982,0,0,0,0,0),(111327,25764,571,1,1,26127,1,3064.92,4709.9,4.08646,3.47928,300,0,0,8982,0,0,0,0,0),(111328,25764,571,1,1,26127,1,2832.85,4629.46,2.64952,2.59909,300,0,0,8982,0,0,0,0,0),(111329,25764,571,1,1,26126,1,2829.73,4631.17,2.54074,-1.43805,300,0,0,8982,0,0,0,0,0),(111330,25764,571,1,1,26126,1,3061.14,4715.15,2.94936,-2.83772,300,0,0,8982,0,0,0,0,0),(111331,25764,571,1,1,26127,1,3065.91,4699.31,4.46752,0.145127,300,5,0,8982,0,1,0,0,0),(111332,25764,571,1,1,26127,1,3064.87,4696.37,3.79012,0.817935,300,0,0,8982,0,0,0,0,0),(111333,25764,571,1,1,26126,1,3073.42,4675.35,2.85473,-0.024359,300,0,0,8982,0,0,0,0,0),(111334,25764,571,1,1,26126,1,2760.19,4747.27,1.96231,1.62596,300,0,0,8982,0,0,0,0,0),(111335,25764,571,1,1,26126,1,2756.13,4711.84,3.06065,2.00713,300,0,0,8982,0,0,0,0,0),(111336,25764,571,1,1,26126,1,3037.59,4629.62,2.2213,3.94473,300,0,0,8982,0,0,0,0,0),(111337,25764,571,1,1,26127,1,3035.48,4618.12,2.24847,3.82507,300,0,0,8982,0,0,0,0,0),(111338,25764,571,1,1,26126,1,3040.66,4587.91,3.76743,3.65371,300,0,0,8982,0,0,0,0,0),(111339,25764,571,1,1,26126,1,3046.69,4600.73,3.93274,3.65962,300,0,0,8982,0,0,0,0,0),(111340,25764,571,1,1,26127,1,3048.47,4619.47,2.25313,1.66603,300,0,0,8982,0,0,0,0,0),(111341,25764,571,1,1,26127,1,2869.03,4703.06,2.09911,-2.7724,300,0,0,8982,0,0,0,0,0),(111342,25764,571,1,1,26127,1,2852.88,4723.16,2.72546,2.99334,300,0,0,8982,0,0,0,0,0),(111343,25764,571,1,1,26126,1,3171.17,4785.69,6.92142,3.8116,300,0,0,8982,0,0,0,0,0),(111344,25764,571,1,1,26127,1,3161.4,4796.1,6.04131,3.49617,300,0,0,8982,0,0,0,0,0),(111345,25764,571,1,1,26127,1,3127.97,4882.06,1.29425,4.19655,300,0,0,8982,0,0,0,0,0),(111346,25764,571,1,1,26126,1,2763.58,4750.18,1.85415,3.08923,300,0,0,8982,0,0,0,0,0),(111347,25764,571,1,1,26127,1,2843.36,4907.04,2.62296,3.08923,300,0,0,8982,0,0,0,0,0),(111348,25764,571,1,1,26127,1,2842.04,4908.65,2.54901,-2.17011,300,0,0,8982,0,0,0,0,0),(111349,25764,571,1,1,26126,1,2837.99,4925.55,3.76346,0.678859,300,0,0,8982,0,0,0,0,0),(111350,25764,571,1,1,26127,1,2839.46,4929.56,4.32156,-1.81613,300,0,0,8982,0,0,0,0,0),(111351,25764,571,1,1,26127,1,3175.9,4669.21,22.6549,0.087266,300,0,0,8982,0,0,0,0,0),(111352,25764,571,1,1,26126,1,2856.52,4905.9,2.62296,3.00197,300,0,0,8982,0,0,0,0,0),(111353,25764,571,1,1,26126,1,3163.41,4805.02,4.42786,2.37238,300,0,0,8982,0,0,0,0,0),(111354,25764,571,1,1,26126,1,2920.38,4965.8,6.81579,5.13902,300,0,0,8982,0,0,0,0,0),(111357,25764,571,1,1,26126,1,2839.84,4926.2,3.85434,2.77151,300,0,0,8982,0,0,0,0,0),(111358,25764,571,1,1,26127,1,3177.45,4675.03,20.8055,3.09297,300,0,0,8982,0,0,0,0,0),(111359,26276,571,1,1,24140,0,3614.99,1641.57,171.998,6.06692,300,0,0,57660,0,2,0,0,0),(111360,25765,571,1,1,23365,0,4235.85,5353.55,81.0348,2.65176,300,0,0,26946,0,2,0,0,0),(208905,40176,1,1,1,0,0,-717.108,-5030.85,16.7546,0.588063,45,10,0,1,0,1,0,0,0),(111362,26789,571,1,1,19595,0,4599.58,-4876.97,48.1465,0.802851,300,0,0,4979,0,0,0,0,0),(111363,25253,571,1,1,23031,1,2147.05,5307.98,15.5018,3.07178,300,0,0,42540,0,0,0,0,0),(111364,25253,571,1,1,23031,1,2177.31,5289.96,24.7486,5.98648,300,0,0,42540,0,0,0,0,0),(111365,25253,571,1,1,23031,1,2140.75,5266.23,45.809,4.55531,300,0,0,42540,0,0,0,0,0),(111366,25253,571,1,1,23031,1,2151.91,5311.51,24.7467,4.39823,300,0,0,42540,0,0,0,0,0),(111367,25253,571,1,1,23031,1,2145.1,5303.38,15.5018,2.67035,300,0,0,42540,0,0,0,0,0),(111368,25253,571,1,1,23031,1,2120.97,5272.14,45.8088,4.13643,300,0,0,42540,0,0,0,0,0),(111369,25253,571,1,1,23031,1,2162.05,5315.03,24.7286,2.86234,300,0,0,42540,0,0,0,0,0),(111370,25253,571,1,1,23031,1,2124.57,5279.05,45.7232,2.79218,300,5,0,42540,0,1,0,0,0),(111371,25253,571,1,1,23031,1,2296.5,5233.28,11.4042,2.61799,300,0,0,42540,0,0,0,0,0),(111372,25253,571,1,1,23031,1,2101.61,5304,34.0923,5.84685,300,0,0,42540,0,0,0,0,0),(111373,30885,571,1,1,27398,0,5759.52,577.122,615.052,2.19912,300,0,0,8508,7981,0,0,0,0),(111374,32677,571,1,1,28145,0,5913.33,739.644,641.043,5.07891,300,0,0,10080,8814,0,0,0,0),(111375,27557,571,1,1,24700,1,4906.69,1338.78,231.016,2.42601,300,0,0,117700,0,0,0,0,0),(111376,25253,571,1,1,23031,1,2353.95,5225.06,7.71537,5.18363,300,0,0,42540,0,0,0,0,0),(111377,25253,571,1,1,23031,1,2358.55,5204.63,7.71538,5.89921,300,0,0,42540,0,0,0,0,0),(111378,25253,571,1,1,24601,1,2343.82,5212.07,7.71537,6.03884,300,0,0,42540,0,0,0,0,0),(111379,25253,571,1,1,23031,1,2354.85,5223.55,7.71538,2.18166,300,0,0,42540,0,0,0,0,0),(111380,25253,571,1,1,23031,1,2350.78,5210.33,7.71537,3.29867,300,0,0,42540,0,0,0,0,0),(111381,25253,571,1,1,23031,1,2349.15,5209.93,7.71537,0.349066,300,0,0,42540,0,0,0,0,0),(111382,25253,571,1,1,24602,1,2349.19,5225.74,7.71537,5.95157,300,0,0,42540,0,0,0,0,0),(111383,25253,571,1,1,23031,1,2364.89,5221.37,7.71537,6.05629,300,0,0,42540,0,0,0,0,0),(111384,25253,571,1,1,23031,1,2246.24,5401.48,1.88726,6.14356,300,0,0,42540,0,0,0,0,0),(111385,32421,571,1,1,27962,1,5717.51,688.295,645.751,1.71042,300,0,0,10635,0,0,0,0,0),(111386,25253,571,1,1,23031,1,2166.21,5278.54,45.8089,5.98648,300,0,0,42540,0,0,0,0,0),(111387,25253,571,1,1,23031,1,2141.74,5280.2,24.7468,1.16937,300,0,0,42540,0,0,0,0,0),(111388,25253,571,1,1,23031,1,2144.51,5329.24,45.81,0.785398,300,0,0,42540,0,0,0,0,0),(111389,25253,571,1,1,23031,1,2105.51,5317.06,34.0952,6.00393,300,0,0,42540,0,0,0,0,0),(111390,25253,571,1,1,23031,1,2137.46,5282.05,24.7468,1.22173,300,0,0,42540,0,0,0,0,0),(111391,25253,571,1,1,23031,1,2174.99,5282.55,24.7484,6.0912,300,0,0,42540,0,0,0,0,0),(111392,25253,571,1,1,23031,1,2201.47,5256.23,10.656,5.89921,300,0,0,42540,0,0,0,0,0),(111393,25253,571,1,1,23031,1,2203.91,5262.52,10.656,5.95157,300,0,0,42540,0,0,0,0,0),(111394,25253,571,1,1,23031,1,2300.85,5244.23,11.4503,2.80998,300,0,0,42540,0,0,0,0,0),(111395,25253,571,1,1,23031,1,2102.9,5310.73,45.8027,2.75762,300,0,0,42540,0,0,0,0,0),(111396,30117,571,1,1,26771,1,5794.16,793.545,661.953,0.785398,300,0,0,5040000,4407000,0,0,0,0),(111397,27557,571,1,1,24700,1,4903.77,1329.82,230.834,1.95477,300,0,0,117700,0,0,0,0,0),(111398,27557,571,1,1,24700,1,4896.27,1329.31,230.988,1.62316,300,0,0,117700,0,0,0,0,0),(111400,27301,571,1,1,24504,1,3658.4,5887.46,174.578,3.52576,300,5,0,7688,7500,1,0,0,0),(111401,25253,571,1,1,23031,1,2195.55,5224.21,10.8734,1.23918,300,0,0,42540,0,0,0,0,0),(111402,25253,571,1,1,23031,1,2212.87,5287.49,10.6674,5.84685,300,0,0,42540,0,0,0,0,0),(111403,25253,571,1,1,23031,1,2117.2,5278.25,45.7228,5.85736,300,5,0,42540,0,1,0,0,0),(111404,25253,571,1,1,23031,1,2215.11,5293.66,10.6701,5.75959,300,0,0,42540,0,0,0,0,0),(111405,25253,571,1,1,23031,1,2155.13,5325.88,45.8102,0.802851,300,0,0,42540,0,0,0,0,0),(111406,25253,571,1,1,23031,1,2147.39,5312.9,24.7466,4.4855,300,0,0,42540,0,0,0,0,0),(111407,25253,571,1,1,23031,1,2146.13,5267.15,24.7286,2.80998,300,0,0,42540,0,0,0,0,0),(111408,25253,571,1,1,23031,1,2147.69,5271.55,24.7285,2.77507,300,0,0,42540,0,0,0,0,0),(111409,25253,571,1,1,23031,1,2189.02,5226.94,11.1226,1.09956,300,0,0,42540,0,0,0,0,0),(111410,25253,571,1,1,23031,1,2172.97,5298.62,45.8087,5.77704,300,0,0,42540,0,0,0,0,0),(111411,27557,571,1,1,24700,1,4902.51,1334.92,231.015,2.09439,300,0,0,117700,0,0,0,0,0),(111412,25253,571,1,1,23031,1,2164.12,5319.73,24.7284,2.96706,300,0,0,42540,0,0,0,0,0),(111413,27557,571,1,1,24700,1,4908.13,1333.83,231.144,2.26893,300,0,0,117700,0,0,0,0,0),(111414,27557,571,1,1,24700,1,4896.21,1334.45,231.014,1.58825,300,0,0,117700,0,0,0,0,0),(111420,28069,571,1,1,26140,0,5702.15,3435.17,300.842,3.25896,300,5,0,11379,0,1,0,0,0),(111421,28069,571,1,1,26140,0,5717.04,3428.27,300.926,1.79769,300,0,0,11379,0,0,0,0,0),(111422,28069,571,1,1,26140,0,5720.12,3351.88,300.086,4.7722,300,0,0,11379,0,0,0,0,0),(111423,28069,571,1,1,26140,0,5720.66,3340.1,299.963,1.19914,300,0,0,11379,0,0,0,0,0),(111424,28069,571,1,1,26140,0,5721.12,3341.36,299.976,1.1882,300,0,0,11379,0,0,0,0,0),(111425,28069,571,1,1,26140,0,5697.74,3426.8,300.926,1.5708,300,0,0,11379,0,0,0,0,0),(208904,40176,1,1,1,0,0,-706.873,-5089.25,10.1878,0,45,10,0,1,0,1,0,0,0),(1976588,37552,530,1,2048,0,0,11781.6,-7068.71,24.9312,3.10074,300,0,0,123,180,0,1,768,32),(111428,24741,571,1,1,22618,0,-85.4381,-3538.6,15.8707,5.05621,300,0,0,26946,0,0,0,0,0),(111429,26277,571,1,1,27811,0,4153.03,-413.299,153.106,3.53164,300,5,0,53550,0,1,0,0,0),(111430,24485,571,1,1,14703,0,2431.93,-2777.74,8.1123,0.448789,300,5,0,8982,3155,1,0,0,0),(111431,24485,571,1,1,14703,0,2207.9,-2696.64,5.4381,4.13243,300,5,0,8982,3155,1,0,0,0),(111432,24485,571,1,1,14703,0,2390.05,-2764.04,2.88716,1.50771,300,5,0,8982,3155,1,0,0,0),(111433,24485,571,1,1,14703,0,2411.47,-2782.25,6.14942,0.043864,300,5,0,8982,3155,1,0,0,0),(111434,24485,571,1,1,14703,0,2144.65,-2686.38,4.51959,1.75229,300,5,0,8982,3155,1,0,0,0),(111435,24485,571,1,1,14703,0,2136.27,-2709.98,5.78656,1.6812,300,5,0,8982,3155,1,0,0,0),(111436,24485,571,1,1,14703,0,2185.97,-2718.53,4.89125,2.84826,300,5,0,8982,3155,1,0,0,0),(111437,24485,571,1,1,14703,0,2104.85,-2704.67,4.87324,2.68227,300,5,0,8982,3155,1,0,0,0),(111438,24485,571,1,1,14703,0,2217.1,-2725.29,4.27329,0.758535,300,5,0,8982,3155,1,0,0,0),(111439,24485,571,1,1,14703,0,1837.07,-2773.81,2.61766,3.52661,300,5,0,8982,3155,1,0,0,0),(111440,24485,571,1,1,14703,0,2298.34,-2799.39,7.96613,0.424961,300,5,0,8982,3155,1,0,0,0),(111441,24485,571,1,1,14703,0,2319.86,-2798.14,6.82962,5.47968,300,5,0,8982,3155,1,0,0,0),(111442,24485,571,1,1,14703,0,2305.93,-2768.43,3.82962,5.33234,300,5,0,8982,3155,1,0,0,0),(111443,24485,571,1,1,14703,0,2218.47,-2728.8,4.07101,1.2226,300,5,0,8982,3155,1,0,0,0),(111444,24485,571,1,1,14703,0,1865.61,-2790.33,2.54389,3.63844,300,5,0,8982,3155,1,0,0,0),(111445,24485,571,1,1,14703,0,1954.99,-2744.03,4.57153,2.64941,300,5,0,8982,3155,1,0,0,0),(111446,24485,571,1,1,14703,0,1938.12,-2710.31,3.99156,0.991032,300,5,0,8982,3155,1,0,0,0),(111447,24485,571,1,1,14703,0,1978.93,-2728.73,4.12359,2.8592,300,5,0,8982,3155,1,0,0,0),(111448,24485,571,1,1,14703,0,1877.19,-2786.29,1.32795,3.32237,300,5,0,8982,3155,1,0,0,0),(111449,24485,571,1,1,14703,0,2134.18,-2706.95,5.66156,2.20724,300,5,0,8982,3155,1,0,0,0),(111450,24485,571,1,1,14703,0,2107.46,-2704.78,5.08602,6.08226,300,5,0,8982,3155,1,0,0,0),(111451,24485,571,1,1,14703,0,2189.5,-2718.82,5.60034,0.65265,300,5,0,8982,3155,1,0,0,0),(111456,29605,571,1,1,26262,0,7211.42,-2111.94,772.201,2.53219,300,0,0,12175,0,0,0,0,0),(111455,29605,571,1,1,26262,0,7268.51,-2125.38,778.158,3.66114,300,0,0,12175,0,0,0,0,0),(111454,29605,571,1,1,26262,0,7180.05,-2126.77,763.287,-2.21793,300,0,0,12175,0,0,0,0,0),(111453,29605,571,1,1,26262,0,7174.96,-2128.25,762.898,0.901649,300,0,0,12175,0,0,0,0,0),(111457,26790,571,1,1,24039,1,3839.81,4168.19,27.9812,4.44437,300,5,0,9291,0,1,0,0,0),(111458,26790,571,1,1,24038,1,3841.39,4173.97,27.9812,4.45467,300,5,0,9291,0,1,0,0,0),(111459,31910,571,1,1,23317,0,5657.65,4551.35,-135.679,1.78024,300,0,0,94160,0,0,0,0,0),(202841,25510,571,1,2,0,0,3042.71,6739.14,4.19031,0.724946,300,0,0,8982,0,0,0,0,0),(111461,32678,571,1,1,28146,0,5860.17,693.007,642.643,5.8294,300,0,0,10080,8814,0,0,0,0),(111462,27558,571,1,1,17338,1,5035.14,1243.92,231.348,1.6057,300,0,0,7984,0,0,0,0,0),(111463,27558,571,1,1,17338,1,5015.21,1260.02,263.236,3.03687,300,0,0,7984,0,0,0,0,0),(111464,27558,571,1,1,17338,1,5025.15,1188.4,237.909,2.44346,300,0,0,7984,0,0,0,0,0),(111465,27558,571,1,1,17338,1,5033.69,1241.43,231.083,2.03658,300,0,0,7984,0,2,0,0,0),(111466,26790,571,1,1,24039,1,3269.23,4429.58,25.5894,0.753373,300,0,0,9291,0,2,0,0,0),(111467,26790,571,1,1,24038,1,3315.75,4475.1,25.2154,0.752908,300,5,0,9291,0,1,0,0,0),(111468,23974,571,1,1,17612,0,1787.34,-3339.23,83.0137,0.541052,300,0,0,42,0,0,0,0,0),(111469,23974,571,1,1,17612,0,1785.73,-3339.24,82.7221,1.50098,300,0,0,42,0,0,0,0,0),(111470,23974,571,1,1,17612,0,1784.05,-3340.83,82.4069,4.38078,300,0,0,42,0,0,0,0,0),(111471,23974,571,1,1,17612,0,1784.16,-3343.68,82.4069,1.8675,300,0,0,42,0,0,0,0,0),(111472,25766,571,1,1,6774,0,4170.33,5359.11,30.0645,2.74017,300,0,0,8982,0,0,0,0,0),(111473,27558,571,1,1,17338,1,4876.8,1306.58,229.393,0.034907,300,0,0,7984,0,0,0,0,0),(111474,27558,571,1,1,17338,1,4883.47,1317.51,249.255,6.21337,300,0,0,7984,0,0,0,0,0),(111475,27302,571,1,1,24505,0,3619.86,5893.46,174.578,1.13539,300,5,0,7688,7500,1,0,0,0),(111476,23974,571,1,1,17612,0,1686.76,-3279.19,73.6127,4.62512,300,0,0,42,0,0,0,0,0),(111477,23974,571,1,1,17612,0,1687.52,-3282.12,74.6388,0.942478,300,0,0,42,0,0,0,0,0),(111478,23974,571,1,1,17612,0,1689.45,-3285.66,76.7989,3.54302,300,0,0,42,0,0,0,0,0),(111479,23974,571,1,1,17612,0,1691.96,-3286.54,77.2947,2.84489,300,0,0,42,0,0,0,0,0),(111480,27558,571,1,1,17338,1,4989.5,1238.57,250.819,2.77507,300,5,0,7984,0,1,0,0,0),(111481,27558,571,1,1,17338,1,5009.66,1174.34,231.351,1.23918,300,0,0,7984,0,0,0,0,0),(111482,27558,571,1,1,17338,1,5000.18,1238.91,238.2,1.58825,300,0,0,7984,0,0,0,0,0),(111483,27558,571,1,1,17338,1,4988.24,1239.45,233.529,1.06465,300,0,0,7984,0,0,0,0,0),(111484,23974,571,1,1,17612,0,1772.13,-3306.72,87.4307,1.72788,300,0,0,42,0,0,0,0,0),(111485,23974,571,1,1,17612,0,1772.16,-3308.95,86.9303,4.31096,300,0,0,42,0,0,0,0,0),(111486,23974,571,1,1,17612,0,1773.65,-3310.93,86.7557,1.6057,300,0,0,42,0,0,0,0,0),(111487,23974,571,1,1,17612,0,1777.88,-3311.29,86.6595,0.436332,300,0,0,42,0,0,0,0,0),(111488,23974,571,1,1,17612,0,1508.84,-3466.51,77.7612,3.28122,300,0,0,42,0,0,0,0,0),(111489,23974,571,1,1,17612,0,1507.92,-3464.18,78.4716,4.50295,300,0,0,42,0,0,0,0,0),(111490,23974,571,1,1,17612,0,1504.8,-3463.33,79.6127,6.24828,300,0,0,42,0,0,0,0,0),(111491,23974,571,1,1,17612,0,1502.04,-3465.1,79.7164,0.488692,300,0,0,42,0,0,0,0,0),(111492,27558,571,1,1,17338,1,5025.33,1208.77,234.838,4.15388,300,0,0,7984,0,0,0,0,0),(111493,27558,571,1,1,17338,1,4985.62,1240.23,242.481,1.02974,300,0,0,7984,0,0,0,0,0),(111494,27558,571,1,1,17338,1,5028.04,1207.36,241.369,4.08407,300,0,0,7984,0,0,0,0,0),(111496,27558,571,1,1,17338,1,5030.33,1189.88,228.506,0.506145,300,0,0,7984,0,0,0,0,0),(111497,27558,571,1,1,17338,1,5009.64,1243,250.155,2.77507,300,0,0,7984,0,0,0,0,0),(111499,27558,571,1,1,17338,1,5012.13,1248.24,239.572,2.58309,300,0,0,7984,0,0,0,0,0),(111500,27558,571,1,1,17338,1,5009.19,1203.73,230.908,5.58505,300,0,0,7984,0,0,0,0,0),(1975208,33282,603,2,3,0,0,581,-134.7,391.5,5.06733,300,0,0,12600,0,0,0,0,0),(111502,27558,571,1,1,17338,1,5008.46,1195.65,236.446,5.86431,300,0,0,7984,0,0,0,0,0),(111503,27558,571,1,1,17338,1,5014.87,1255.17,263.266,3.12414,300,0,0,7984,0,0,0,0,0),(111504,27558,571,1,1,17338,1,5026.35,1240.13,231.388,1.72788,300,0,0,7984,0,0,0,0,0),(111505,23974,571,1,1,17612,0,1515.82,-3443.99,76.2607,2.33874,300,0,0,42,0,0,0,0,0),(111506,23974,571,1,1,17612,0,1518.49,-3445.07,74.1613,5.81195,300,0,0,42,0,0,0,0,0),(111507,23974,571,1,1,17612,0,1520.34,-3444.16,72.9035,5.68977,300,0,0,42,0,0,0,0,0),(111508,23974,571,1,1,17612,0,1521.94,-3440.51,72.5044,0.139626,300,0,0,42,0,0,0,0,0),(111509,23974,571,1,1,17612,0,1490.52,-3416.39,90.5954,0.436332,300,0,0,42,0,0,0,0,0),(111510,23974,571,1,1,17612,0,1492.45,-3417.76,90.7178,4.66003,300,0,0,42,0,0,0,0,0),(111511,23974,571,1,1,17612,0,1495.42,-3416.72,91.1611,3.50811,300,0,0,42,0,0,0,0,0),(111512,23974,571,1,1,17612,0,1495.08,-3414.12,92.0553,1.8326,300,0,0,42,0,0,0,0,0),(111513,23974,571,1,1,17612,0,1495.95,-3436.54,87.6401,1.18682,300,0,0,42,0,0,0,0,0),(111514,23974,571,1,1,17612,0,1494.3,-3438.12,87.3135,0.296706,300,0,0,42,0,0,0,0,0),(111515,23974,571,1,1,17612,0,1495.84,-3441.28,86.9635,3.03687,300,0,0,42,0,0,0,0,0),(111516,23974,571,1,1,17612,0,1498.51,-3442.29,86.2471,5.39307,300,0,0,42,0,0,0,0,0),(111517,26790,571,1,1,24039,1,3349.43,4036.05,26.044,5.1839,300,5,0,9291,0,1,0,0,0),(111518,26790,571,1,1,24039,1,3346.64,4041.53,25.4536,5.18193,300,5,0,9291,0,1,0,0,0),(111519,23974,571,1,1,17612,0,1548.74,-3438,99.9767,2.89725,300,0,0,42,0,0,0,0,0),(111520,23974,571,1,1,17612,0,1549.02,-3434.82,99.6515,4.7822,300,0,0,42,0,0,0,0,0),(111521,23974,571,1,1,17612,0,1546.57,-3432.22,99.648,2.23402,300,0,0,42,0,0,0,0,0),(111522,23974,571,1,1,17612,0,1543.52,-3433.17,100.037,1.64061,300,0,0,42,0,0,0,0,0),(111523,23974,571,1,1,17612,0,1540.85,-3414.87,100.569,2.44346,300,0,0,42,0,0,0,0,0),(111524,23974,571,1,1,17612,0,1542.61,-3415.81,100.378,4.29351,300,0,0,42,0,0,0,0,0),(111525,23974,571,1,1,17612,0,1544.95,-3415.01,99.6946,2.56563,300,0,0,42,0,0,0,0,0),(111526,23974,571,1,1,17612,0,1545.12,-3411.95,99.8568,3.26377,300,0,0,42,0,0,0,0,0),(111527,23974,571,1,1,17612,0,1525.36,-3420.99,97.6522,6.14356,300,0,0,42,0,0,0,0,0),(111528,23974,571,1,1,17612,0,1524.4,-3418.87,97.5334,5.91667,300,0,0,42,0,0,0,0,0),(111529,23974,571,1,1,17612,0,1521.72,-3418.61,96.9111,3.89208,300,0,0,42,0,0,0,0,0),(111530,23974,571,1,1,17612,0,1518.96,-3418.6,96.2395,2.46091,300,0,0,42,0,0,0,0,0),(111531,23974,571,1,1,17612,0,1643.67,-3260.99,3.29051,4.50295,300,0,0,42,0,0,0,0,0),(111532,23974,571,1,1,17612,0,1641.09,-3262.84,3.42306,5.81195,300,0,0,42,0,0,0,0,0),(111533,23974,571,1,1,17612,0,1641.67,-3265.79,3.54999,5.23599,300,0,0,42,0,0,0,0,0),(111534,23974,571,1,1,17612,0,1645.39,-3267.71,3.57206,2.68781,300,0,0,42,0,0,0,0,0),(111535,23974,571,1,1,17612,0,1624.54,-3300.01,5.44283,1.0821,300,0,0,42,0,0,0,0,0),(111536,23974,571,1,1,17612,0,1619.64,-3306.5,6.38244,2.98451,300,0,0,42,0,0,0,0,0),(111537,23974,571,1,1,17612,0,1620.74,-3308,6.68952,2.60054,300,0,0,42,0,0,0,0,0),(111538,23974,571,1,1,17612,0,1620.45,-3299.94,5.29683,1.5708,300,0,0,42,0,0,0,0,0),(111539,23974,571,1,1,17612,0,1586.84,-3329.51,6.29933,3.14159,300,0,0,42,0,0,0,0,0),(111540,23974,571,1,1,17612,0,1589.67,-3332.86,6.6891,4.17134,300,0,0,42,0,0,0,0,0),(111541,23974,571,1,1,17612,0,1592.34,-3334.2,6.92445,5.13127,300,0,0,42,0,0,0,0,0),(111542,23974,571,1,1,17612,0,1593.94,-3329.81,6.54025,3.1765,300,0,0,42,0,0,0,0,0),(111543,23974,571,1,1,17612,0,1637.67,-3378.99,19.696,1.90241,300,0,0,42,0,0,0,0,0),(111544,23974,571,1,1,17612,0,1635.18,-3383.19,18.6101,3.36848,300,0,0,42,0,0,0,0,0),(111545,23974,571,1,1,17612,0,1635.36,-3387.32,19.4218,2.47837,300,0,0,42,0,0,0,0,0),(111546,23974,571,1,1,17612,0,1639.08,-3390.57,20.595,2.67035,300,0,0,42,0,0,0,0,0),(111547,23974,571,1,1,17612,0,1622.49,-3465.38,30.3428,2.47837,300,0,0,42,0,0,0,0,0),(111548,23974,571,1,1,17612,0,1625.78,-3468.74,30.9371,5.5676,300,0,0,42,0,0,0,0,0),(111549,23974,571,1,1,17612,0,1629.67,-3465.42,31.249,1.91986,300,0,0,42,0,0,0,0,0),(111550,23974,571,1,1,17612,0,1631.11,-3461.14,31.1673,1.15192,300,0,0,42,0,0,0,0,0),(111551,23974,571,1,1,17612,0,1671.35,-3299.46,79.9948,2.00713,300,0,0,42,0,0,0,0,0),(111552,23974,571,1,1,17612,0,1668.51,-3299.7,79.6002,0.541052,300,0,0,42,0,0,0,0,0),(111553,23974,571,1,1,17612,0,1666.33,-3302.84,80.9729,0.069813,300,0,0,42,0,0,0,0,0),(111554,23974,571,1,1,17612,0,1668.65,-3304.96,82.2354,2.9147,300,0,0,42,0,0,0,0,0),(111555,23974,571,1,1,17612,0,1690.49,-3296.84,79.3698,4.83456,300,0,0,42,0,0,0,0,0),(111556,23974,571,1,1,17612,0,1688.18,-3293.63,78.6159,0.523599,300,0,0,42,0,0,0,0,0),(111557,23974,571,1,1,17612,0,1684.85,-3291.47,78.2259,2.86234,300,0,0,42,0,0,0,0,0),(111558,23974,571,1,1,17612,0,1682.86,-3294.88,78.8913,4.72984,300,0,0,42,0,0,0,0,0),(111559,23974,571,1,1,17612,0,1731.47,-3347.02,82.024,3.36848,300,0,0,42,0,0,0,0,0),(111560,23974,571,1,1,17612,0,1731.95,-3344.11,81.5784,1.88496,300,0,0,42,0,0,0,0,0),(111561,23974,571,1,1,17612,0,1725.89,-3342.32,81.8465,3.22886,300,0,0,42,0,0,0,0,0),(111562,23974,571,1,1,17612,0,1723.89,-3343.09,82.1641,6.03884,300,0,0,42,0,0,0,0,0),(111563,23974,571,1,1,17612,0,1716.57,-3301.7,80.2239,5.74213,300,0,0,42,0,0,0,0,0),(111564,23974,571,1,1,17612,0,1717.1,-3303.36,79.9201,1.39626,300,0,0,42,0,0,0,0,0),(111565,23974,571,1,1,17612,0,1719.74,-3304.5,79.8652,1.5708,300,0,0,42,0,0,0,0,0),(111566,23974,571,1,1,17612,0,1722.03,-3303.84,80.11,3.7001,300,0,0,42,0,0,0,0,0),(111567,23974,571,1,1,17612,0,1699.51,-3311.96,80.8773,2.32129,300,0,0,42,0,0,0,0,0),(111568,23974,571,1,1,17612,0,1698.95,-3308.81,80.1925,1.55334,300,0,0,42,0,0,0,0,0),(111569,23974,571,1,1,17612,0,1696.99,-3307.72,80.1699,2.37365,300,0,0,42,0,0,0,0,0),(111570,23974,571,1,1,17612,0,1694.94,-3307.53,80.3899,4.36332,300,0,0,42,0,0,0,0,0),(111571,23974,571,1,1,17612,0,1754.38,-3351.62,81.8133,1.81514,300,0,0,42,0,0,0,0,0),(111572,23974,571,1,1,17612,0,1753.61,-3349.78,81.5574,3.63029,300,0,0,42,0,0,0,0,0),(111573,23974,571,1,1,17612,0,1751.25,-3349.1,81.3902,3.87463,300,0,0,42,0,0,0,0,0),(111574,23974,571,1,1,17612,0,1748.66,-3350.71,81.6473,5.35816,300,0,0,42,0,0,0,0,0),(111575,23974,571,1,1,17612,0,1741.62,-3297.58,81.3364,0.017453,300,0,0,42,0,0,0,0,0),(111576,23974,571,1,1,17612,0,1742.2,-3300.9,79.9713,2.11185,300,0,0,42,0,0,0,0,0),(111577,23974,571,1,1,17612,0,1745.6,-3303.36,79.7227,2.32129,300,0,0,42,0,0,0,0,0),(111578,23974,571,1,1,17612,0,1749.92,-3302.14,80.0952,4.53786,300,0,0,42,0,0,0,0,0),(111579,23974,571,1,1,17612,0,1563.53,-3469.02,54.6985,5.25344,300,0,0,42,0,0,0,0,0),(111580,23974,571,1,1,17612,0,1562.15,-3467.08,54.8879,4.15388,300,0,0,42,0,0,0,0,0),(111581,23974,571,1,1,17612,0,1558.1,-3466.71,55.8294,5.96903,300,0,0,42,0,0,0,0,0),(111582,23974,571,1,1,17612,0,1557.23,-3469.71,56.1937,0.785398,300,0,0,42,0,0,0,0,0),(111583,23974,571,1,1,17612,0,1587.99,-3480.31,47.9996,5.89921,300,0,0,42,0,0,0,0,0),(111584,23974,571,1,1,17612,0,1586.94,-3476.15,46.9232,3.68265,300,0,0,42,0,0,0,0,0),(111585,23974,571,1,1,17612,0,1583.22,-3474.91,48.2643,5.81195,300,0,0,42,0,0,0,0,0),(111586,23974,571,1,1,17612,0,1582.02,-3477.33,49.3232,4.60767,300,0,0,42,0,0,0,0,0),(111587,23974,571,1,1,17612,0,1518.1,-3495.76,57.992,1.3439,300,0,0,42,0,0,0,0,0),(111588,23974,571,1,1,17612,0,1520.57,-3496.2,57.6779,1.88496,300,0,0,42,0,0,0,0,0),(111589,23974,571,1,1,17612,0,1523.77,-3494.43,57.5697,5.65487,300,0,0,42,0,0,0,0,0),(111590,23974,571,1,1,17612,0,1523.12,-3491.31,58.8544,3.26377,300,0,0,42,0,0,0,0,0),(111591,23974,571,1,1,17612,0,1529.7,-3477.1,59.7084,1.53589,300,0,0,42,0,0,0,0,0),(111592,23974,571,1,1,17612,0,1531.36,-3476.85,59.104,4.32842,300,0,0,42,0,0,0,0,0),(111593,23974,571,1,1,17612,0,1532.8,-3475.55,58.8819,4.29351,300,0,0,42,0,0,0,0,0),(111594,23974,571,1,1,17612,0,1532,-3470.46,59.9083,5.74213,300,0,0,42,0,0,0,0,0),(111595,23974,571,1,1,17612,0,1524.88,-3199.52,68.8699,6.23082,300,0,0,42,0,0,0,0,0),(111596,23974,571,1,1,17612,0,1522.71,-3201.46,68.9943,2.14675,300,0,0,42,0,0,0,0,0),(111597,23974,571,1,1,17612,0,1522.21,-3204.39,69.0939,1.36136,300,0,0,42,0,0,0,0,0),(111598,23974,571,1,1,17612,0,1525.03,-3204.46,69.0061,0.296706,300,0,0,42,0,0,0,0,0),(111599,23974,571,1,1,17612,0,1494.42,-3509.36,60.398,6.17846,300,0,0,42,0,0,0,0,0),(111600,23974,571,1,1,17612,0,1497.22,-3509.78,59.243,4.2586,300,0,0,42,0,0,0,0,0),(111601,23974,571,1,1,17612,0,1500.6,-3508.1,58.7035,0.925025,300,0,0,42,0,0,0,0,0),(111602,23974,571,1,1,17612,0,1500.12,-3505.03,59.7754,0.122173,300,0,0,42,0,0,0,0,0),(111603,23974,571,1,1,17612,0,1535.39,-3608.9,114.142,3.00197,300,0,0,42,0,0,0,0,0),(111604,23974,571,1,1,17612,0,1538.96,-3610.4,113.577,1.48353,300,0,0,42,0,0,0,0,0),(111605,23974,571,1,1,17612,0,1541.27,-3605.86,113.466,2.63545,300,0,0,42,0,0,0,0,0),(111606,23974,571,1,1,17612,0,1537.76,-3600.89,113.877,3.47321,300,0,0,42,0,0,0,0,0),(111607,23974,571,1,1,17612,0,1546.62,-3534.42,111.626,5.61996,300,0,0,42,0,0,0,0,0),(111608,23974,571,1,1,17612,0,1548.48,-3534.08,111.31,4.24115,300,0,0,42,0,0,0,0,0),(111609,23974,571,1,1,17612,0,1549.43,-3530.48,110.694,3.15905,300,0,0,42,0,0,0,0,0),(111610,23974,571,1,1,17612,0,1546.13,-3528.13,110.594,2.04204,300,0,0,42,0,0,0,0,0),(111611,23974,571,1,1,17612,0,1581.36,-3538.57,108.701,5.14872,300,0,0,42,0,0,0,0,0),(111612,23974,571,1,1,17612,0,1579.37,-3542.62,109.223,2.35619,300,0,0,42,0,0,0,0,0),(111613,23974,571,1,1,17612,0,1581.35,-3545.92,109.319,5.60251,300,0,0,42,0,0,0,0,0),(111614,23974,571,1,1,17612,0,1586.99,-3545.81,108.795,4.92183,300,0,0,42,0,0,0,0,0),(111615,23974,571,1,1,17612,0,1538.96,-3482.73,105.978,1.29154,300,0,0,42,0,0,0,0,0),(111616,23974,571,1,1,17612,0,1541.56,-3481.57,105.741,2.46091,300,0,0,42,0,0,0,0,0),(111617,23974,571,1,1,17612,0,1542,-3476.03,105.372,6.23082,300,0,0,42,0,0,0,0,0),(111618,23974,571,1,1,17612,0,1538.68,-3472.4,105.425,1.43117,300,0,0,42,0,0,0,0,0),(111619,23974,571,1,1,17612,0,1654.28,-3318.14,81.0845,4.88692,300,0,0,42,0,0,0,0,0),(111620,23974,571,1,1,17612,0,1651.78,-3317.44,80.8512,1.69297,300,0,0,42,0,0,0,0,0),(111621,23974,571,1,1,17612,0,1647.55,-3320.52,80.6863,3.76991,300,0,0,42,0,0,0,0,0),(111622,23974,571,1,1,17612,0,1649.47,-3324.52,81.0272,0.069813,300,0,0,42,0,0,0,0,0),(111623,23974,571,1,1,17612,0,1682.82,-3251.02,72.9937,3.66519,300,0,0,42,0,0,0,0,0),(111624,23974,571,1,1,17612,0,1679.49,-3253.67,73.5948,6.14356,300,0,0,42,0,0,0,0,0),(111625,23974,571,1,1,17612,0,1682.02,-3257.9,74.6165,0.122173,300,0,0,42,0,0,0,0,0),(111626,23974,571,1,1,17612,0,1684.33,-3258.97,74.9407,5.8294,300,0,0,42,0,0,0,0,0),(111627,23974,571,1,1,17612,0,1531.43,-3218.05,69.1829,4.90438,300,0,0,42,0,0,0,0,0),(111628,23974,571,1,1,17612,0,1531.02,-3221.25,69.6474,0.593412,300,0,0,42,0,0,0,0,0),(111629,23974,571,1,1,17612,0,1534.97,-3222.85,69.5102,4.13643,300,0,0,42,0,0,0,0,0),(111630,23974,571,1,1,17612,0,1538.23,-3220.46,69.038,4.18879,300,0,0,42,0,0,0,0,0),(111631,23974,571,1,1,17612,0,1499.67,-3261.98,75.4893,1.37881,300,0,0,42,0,0,0,0,0),(111632,23974,571,1,1,17612,0,1504.51,-3256.31,75.3596,0.802851,300,0,0,42,0,0,0,0,0),(111633,23974,571,1,1,17612,0,1501.47,-3253.18,75.4339,4.20624,300,0,0,42,0,0,0,0,0),(111634,23974,571,1,1,17612,0,1502.61,-3260.89,75.3896,1.93731,300,0,0,42,0,0,0,0,0),(111635,23974,571,1,1,17612,0,1485.82,-3326.38,64.7259,5.75959,300,0,0,42,0,0,0,0,0),(111636,23974,571,1,1,17612,0,1486.1,-3323.24,64.4881,2.72271,300,0,0,42,0,0,0,0,0),(111637,23974,571,1,1,17612,0,1485.05,-3320.06,64.7032,2.96706,300,0,0,42,0,0,0,0,0),(111638,23974,571,1,1,17612,0,1482.9,-3316.86,65.8939,3.71755,300,0,0,42,0,0,0,0,0),(111639,23974,571,1,1,17612,0,1542.36,-3335.76,56.2802,3.63029,300,0,0,42,0,0,0,0,0),(111640,23974,571,1,1,17612,0,1538.65,-3337.4,56.5247,1.51844,300,0,0,42,0,0,0,0,0),(111641,23974,571,1,1,17612,0,1533.9,-3335.45,57.2691,1.43117,300,0,0,42,0,0,0,0,0),(111642,23974,571,1,1,17612,0,1532.05,-3332.34,57.8417,5.84685,300,0,0,42,0,0,0,0,0),(111643,23974,571,1,1,17612,0,1487.55,-3532.65,60.1362,2.67035,300,0,0,42,0,0,0,0,0),(111644,23974,571,1,1,17612,0,1489.56,-3531.06,59.6833,4.81711,300,0,0,42,0,0,0,0,0),(111645,23974,571,1,1,17612,0,1489.19,-3528.18,59.4861,4.04916,300,0,0,42,0,0,0,0,0),(111646,23974,571,1,1,17612,0,1484.68,-3527.26,60.5982,3.00197,300,0,0,42,0,0,0,0,0),(111647,23974,571,1,1,17612,0,1548.17,-3420.08,60.0955,3.49066,300,0,0,42,0,0,0,0,0),(111648,23974,571,1,1,17612,0,1550.67,-3420.17,59.4106,5.0091,300,0,0,42,0,0,0,0,0),(111649,23974,571,1,1,17612,0,1552.29,-3416.92,58.9908,3.64774,300,0,0,42,0,0,0,0,0),(111650,23974,571,1,1,17612,0,1549.77,-3413.26,59.7073,0.034907,300,0,0,42,0,0,0,0,0),(111651,23974,571,1,1,17612,0,1510.94,-3527.64,57.993,5.65487,300,0,0,42,0,0,0,0,0),(111652,23974,571,1,1,17612,0,1510.16,-3524.6,57.4327,0.436332,300,0,0,42,0,0,0,0,0),(111653,23974,571,1,1,17612,0,1506.69,-3524.11,57.4592,2.49582,300,0,0,42,0,0,0,0,0),(111654,23974,571,1,1,17612,0,1504.02,-3527.71,57.6998,3.735,300,0,0,42,0,0,0,0,0),(111655,23974,571,1,1,17612,0,1528.71,-3510.58,57.8999,3.26377,300,0,0,42,0,0,0,0,0),(111656,23974,571,1,1,17612,0,1526.18,-3510.01,57.3454,6.16101,300,0,0,42,0,0,0,0,0),(111657,23974,571,1,1,17612,0,1523.13,-3513.83,57.1318,0.890118,300,0,0,42,0,0,0,0,0),(111658,23974,571,1,1,17612,0,1524.12,-3516.4,58.0388,4.36332,300,0,0,42,0,0,0,0,0),(111659,23974,571,1,1,17612,0,1631.95,-3448.35,77.4441,4.18879,300,0,0,42,0,0,0,0,0),(111660,23974,571,1,1,17612,0,1635.25,-3446.9,77.4925,3.12414,300,0,0,42,0,0,0,0,0),(111661,23974,571,1,1,17612,0,1635.25,-3443.56,77.2133,2.79253,300,0,0,42,0,0,0,0,0),(111662,23974,571,1,1,17612,0,1634.05,-3441.56,77.0429,6.21337,300,0,0,42,0,0,0,0,0),(111663,23974,571,1,1,17612,0,1659.37,-3423.52,78.1188,3.28122,300,0,0,42,0,0,0,0,0),(111664,23974,571,1,1,17612,0,1661.92,-3426.2,77.8559,1.58825,300,0,0,42,0,0,0,0,0),(111665,23974,571,1,1,17612,0,1666.25,-3426.51,78.7299,1.67552,300,0,0,42,0,0,0,0,0),(111666,23974,571,1,1,17612,0,1666.89,-3423.57,79.6803,5.41052,300,0,0,42,0,0,0,0,0),(111667,23974,571,1,1,17612,0,1655.21,-3579.1,106.815,3.78736,300,0,0,42,0,0,0,0,0),(111668,23974,571,1,1,17612,0,1651.43,-3580,106.639,4.43314,300,0,0,42,0,0,0,0,0),(111669,23974,571,1,1,17612,0,1650.07,-3583.95,107.276,3.38594,300,0,0,42,0,0,0,0,0),(111670,23974,571,1,1,17612,0,1653.25,-3587.73,108.302,0.261799,300,0,0,42,0,0,0,0,0),(111671,23974,571,1,1,17612,0,1612.6,-3425.94,75.0564,6.05629,300,0,0,42,0,0,0,0,0),(111672,23974,571,1,1,17612,0,1612.69,-3422.87,75.0385,1.50098,300,0,0,42,0,0,0,0,0),(111673,23974,571,1,1,17612,0,1610.35,-3420.82,74.8417,4.20624,300,0,0,42,0,0,0,0,0),(111674,23974,571,1,1,17612,0,1607.37,-3422.47,74.6256,1.67552,300,0,0,42,0,0,0,0,0),(111675,23974,571,1,1,17612,0,1646.54,-3375.51,80.7208,2.93215,300,0,0,42,0,0,0,0,0),(111676,23974,571,1,1,17612,0,1644.04,-3378.67,80.4284,0.680678,300,0,0,42,0,0,0,0,0),(111677,23974,571,1,1,17612,0,1646.2,-3381.82,80.3573,6.14356,300,0,0,42,0,0,0,0,0),(111678,23974,571,1,1,17612,0,1650.38,-3381.68,80.5639,4.38078,300,0,0,42,0,0,0,0,0),(111679,23974,571,1,1,17612,0,1614.47,-3354.2,78.1063,2.30383,300,0,0,42,0,0,0,0,0),(111680,23974,571,1,1,17612,0,1613.44,-3351.16,77.7782,2.56563,300,0,0,42,0,0,0,0,0),(111681,23974,571,1,1,17612,0,1609.11,-3350.21,76.8249,5.93412,300,0,0,42,0,0,0,0,0),(111682,23974,571,1,1,17612,0,1606.65,-3355.7,75.9234,5.16617,300,0,0,42,0,0,0,0,0),(111683,24742,571,1,1,127,1,-31.7121,-3443.17,4.51444,3.56014,300,5,0,26946,0,1,0,0,0),(111684,29350,571,1,1,24531,0,6264.75,-463.158,413.251,4.24115,300,0,0,121750,0,0,0,0,0),(111685,29351,571,1,1,24531,1,7342.56,-2464.91,750.756,3.67302,300,5,0,48700,0,1,0,0,0),(111686,29351,571,1,1,24531,1,7242.68,-2268.11,756.621,4.61253,300,5,0,48700,0,1,0,0,0),(111687,29351,571,1,1,24531,1,7278.65,-2512.9,753.423,2.3926,300,0,0,48700,0,2,0,0,0),(111688,29351,571,1,1,24531,1,7299.37,-2478.68,752.692,0.481113,300,5,0,48700,0,1,0,0,0),(111689,29351,571,1,1,24531,1,7264.99,-2355.77,752.685,3.71052,300,5,0,48700,0,1,0,0,0),(111690,27047,571,1,1,11686,0,5770.87,548.854,654.241,0.977384,300,5,0,42,0,1,0,0,0),(111691,32679,571,1,1,28147,0,5844.57,584.997,651.348,1.0472,300,0,0,10080,8814,0,0,0,0),(111692,23975,571,1,1,21947,0,638.255,-5013.19,4.65392,3.21141,300,0,0,9610,3309,0,0,0,0),(111703,31911,571,1,1,25376,1,5282.91,4527.32,-80.3901,5.53269,300,0,0,117700,0,0,0,0,0),(111704,29351,571,1,1,24531,1,7311.85,-2401.67,751.664,2.24279,300,5,0,48700,0,1,0,0,0),(111705,27047,571,1,1,11686,0,3232.75,-2963.01,321.253,5.44543,300,5,0,42,0,1,0,0,0),(111706,27047,571,1,1,11686,0,5777.01,561.348,651.375,5.0091,300,5,0,42,0,1,0,0,0),(111707,25767,571,1,1,23369,0,4174.54,5283.35,26.7764,5.49779,300,0,0,8982,0,0,0,0,0),(111710,29351,571,1,1,24531,1,7211.37,-2324.15,753.559,3.99986,300,5,0,48700,0,1,0,0,0),(111711,29351,571,1,1,24531,1,7397.15,-2417.51,749.664,4.92816,300,5,0,48700,0,1,0,0,0),(21707,28717,571,1,1,0,0,5954.77,-3273.2,406.932,5.44543,300,0,0,0,0,0,0,0,0),(111713,29351,571,1,1,24531,1,7170.4,-2294.08,758.62,5.5593,300,5,0,48700,0,1,0,0,0),(111714,29351,571,1,1,24531,1,7379.2,-2324.77,755.118,0.716916,300,5,0,48700,0,1,0,0,0),(111715,29351,571,1,1,24531,1,7118.44,-2190.43,758.898,2.05539,300,5,0,48700,0,1,0,0,0),(111716,29351,571,1,1,24531,1,7202.17,-2202.05,760.992,5.67524,300,5,0,48700,0,1,0,0,0),(111717,26280,571,1,1,23832,1,2969.46,620.175,76.6461,2.61799,300,0,0,9291,3231,0,0,0,0),(202840,25511,571,1,2,0,0,3016.04,6780.37,3.96211,0.359737,300,0,0,8982,0,0,0,0,0),(111719,32680,571,1,1,28148,0,5891.34,635.432,647.682,3.4383,300,0,0,10080,8814,0,0,0,0),(111720,27560,571,1,1,24093,1,4991.96,1245.11,259.032,4.2586,300,0,0,29820,0,0,0,0,0),(111721,27560,571,1,1,24091,1,4956.48,1201.4,226.496,4.13643,300,0,0,29820,0,0,0,0,0),(111722,23976,571,1,1,21948,1,1432.43,-3157.68,164.897,0.069813,300,0,0,8982,0,0,0,0,0),(111723,27560,571,1,1,24093,1,5064.6,1152.95,256.993,5.28414,300,0,0,29820,0,2,0,0,0),(111724,27560,571,1,1,24091,1,4911.59,1159.04,236.687,0.138167,300,0,0,29820,0,2,0,0,0),(111725,27560,571,1,1,24093,1,4920.97,1199.48,220.528,3.50722,300,0,0,29820,0,2,0,0,0),(111726,31400,571,1,1,17612,0,5339.22,567.641,235.586,1.51844,300,0,0,42,0,0,0,0,0),(111727,26280,571,1,1,23832,1,3062.51,385.397,86.6842,5.34071,300,0,0,9291,3231,0,0,0,0),(111728,26280,571,1,1,23832,1,3082.27,370.48,87.1907,5.98648,300,0,0,9291,3231,0,0,0,0),(111729,28328,571,1,1,25310,0,5547.83,5749.53,-77.6173,2.98451,300,0,0,11001,0,0,0,0,0),(111730,32424,571,1,1,27963,1,5639.15,728.405,641.61,0.48735,300,0,0,10635,0,0,0,0,0),(111731,26280,571,1,1,23832,1,3007.08,1352.75,133.374,0.890118,300,5,0,9291,3231,1,0,0,0),(111732,26280,571,1,1,23833,1,3050.81,1381.38,121.949,4.18879,300,5,0,9291,3231,1,0,0,0),(111733,26280,571,1,1,23833,1,3055.61,1411.37,131.754,0.925025,300,5,0,9291,3231,1,0,0,0),(111734,26280,571,1,1,23832,1,3235.43,584.451,70.1826,0.698132,300,0,0,9291,3231,0,0,0,0),(111735,26280,571,1,1,23833,1,2959.76,615.312,70.657,1.79769,300,0,0,9291,3231,0,0,0,0),(111736,26280,571,1,1,23833,1,3042.05,1351.19,124.58,3.35103,300,5,0,9291,3231,1,0,0,0),(111737,26280,571,1,1,23833,1,3063.18,1440.65,128.75,2.28638,300,5,0,9291,3231,1,0,0,0),(111738,26280,571,1,1,23833,1,3101.82,1371.18,136.074,5.61996,300,5,0,9291,3231,1,0,0,0),(111739,27560,571,1,1,24093,1,4918.28,1304.18,229.224,0.558505,300,0,0,29820,0,0,0,0,0),(111741,27560,571,1,1,24093,1,4951.14,1205.76,226.164,4.36332,300,0,0,29820,0,0,0,0,0),(111742,31400,571,1,1,17612,0,5322.5,726.12,292.577,4.2237,300,0,0,42,0,0,0,0,0),(111743,26280,571,1,1,23832,1,3030.04,385.728,91.1599,4.86947,300,0,0,9291,3231,0,0,0,0),(111744,26280,571,1,1,23833,1,3088.43,1397.95,136.111,0.087266,300,5,0,9291,3231,1,0,0,0),(111745,27560,571,1,1,24092,1,4924.71,1297.9,229.941,1.25664,300,0,0,29820,0,0,0,0,0),(111746,31400,571,1,1,17612,0,5413.37,632.472,263.969,5.60251,300,0,0,42,0,0,0,0,0),(111747,26280,571,1,1,23832,1,2944.05,649.179,90.7136,2.44346,300,0,0,9291,3231,0,0,0,0),(111748,27560,571,1,1,24093,1,4914.54,1314.08,229.395,0.122173,300,0,0,29820,0,0,0,0,0),(111749,26280,571,1,1,23832,1,3030.78,374.34,73.9894,4.81711,300,0,0,9291,3231,0,0,0,0),(111750,26280,571,1,1,23833,1,3255.16,566.608,87.9311,0.191986,300,0,0,9291,3231,0,0,0,0),(111753,26280,571,1,1,23832,1,2970.23,649.474,80.6081,0.698132,300,0,0,9291,3231,0,0,0,0),(111754,26280,571,1,1,23833,1,2931.96,615.976,85.1778,3.52556,300,0,0,9291,3231,0,0,0,0),(111755,26280,571,1,1,23833,1,2945.86,617.722,89.131,2.05949,300,0,0,9291,3231,0,0,0,0),(111756,26280,571,1,1,23832,1,3081.13,576.089,20.8973,3.75246,300,0,0,9291,3231,0,0,0,0),(111757,26280,571,1,1,23832,1,3122.54,581.763,21.1886,0.261799,300,0,0,9291,3231,0,0,0,0),(111758,26280,571,1,1,23833,1,3078.25,580.115,21.0301,3.52556,300,0,0,9291,3231,0,0,0,0),(111759,26280,571,1,1,23833,1,3120.41,575.634,20.7533,5.68977,300,0,0,9291,3231,0,0,0,0),(111760,26280,571,1,1,23832,1,3065.54,463.288,21.8414,5.68977,300,0,0,9291,3231,0,0,0,0),(111761,26280,571,1,1,23833,1,3056.1,462.254,21.5433,4.43314,300,0,0,9291,3231,0,0,0,0),(111763,26280,571,1,1,23832,1,3040.88,361.074,76.3752,5.18363,300,0,0,9291,3231,0,0,0,0),(111764,26280,571,1,1,23832,1,3040.7,387.833,68.5195,4.10152,300,0,0,9291,3231,0,0,0,0),(111765,26280,571,1,1,23832,1,2996.22,292.208,85.0866,3.92245,300,0,0,9291,3231,0,0,0,0),(111766,26280,571,1,1,23833,1,3279.79,593.26,69.6832,0.279253,300,0,0,9291,3231,0,0,0,0),(111767,26280,571,1,1,23832,1,3257.59,599.66,65.7056,0.401426,300,0,0,9291,3231,0,0,0,0),(111768,26280,571,1,1,23832,1,3279.11,574.532,71.8195,5.63741,300,0,0,9291,3231,0,0,0,0),(111769,26280,571,1,1,23833,1,3272.15,612.967,67.503,0.994838,300,0,0,9291,3231,0,0,0,0),(111770,26280,571,1,1,23833,1,3254.16,583.507,62.7966,0.191986,300,0,0,9291,3231,0,0,0,0),(111771,26280,571,1,1,23833,1,3428.1,2735.99,48.713,0.504726,300,0,0,9291,3231,0,0,0,0),(111772,26280,571,1,1,23832,1,3518.33,2568.16,84.8247,4.13643,300,0,0,9291,3231,0,0,0,0),(111773,26280,571,1,1,23832,1,3161.32,2279.92,18.6232,2.6529,300,0,0,9291,3231,0,0,0,0),(111774,26280,571,1,1,23833,1,2925.98,661.847,78.5737,2.60054,300,0,0,9291,3231,0,0,0,0),(111775,26280,571,1,1,23833,1,2922.23,647.557,79.2809,3.28122,300,0,0,9291,3231,0,0,0,0),(111776,26280,571,1,1,23833,1,2939.06,671.694,79.9579,1.6057,300,0,0,9291,3231,0,0,0,0),(111777,26280,571,1,1,23832,1,3480.6,2771.96,51.4547,0.139626,300,0,0,9291,3231,0,0,0,0),(111778,26280,571,1,1,23832,1,3484.17,2749.19,52.5337,0.715585,300,0,0,9291,3231,0,0,0,0),(111779,26280,571,1,1,23833,1,3248.92,609.881,85.6164,0.610865,300,0,0,9291,3231,0,0,0,0),(111788,26280,571,1,1,23833,1,3107.2,2165.89,15.2065,2.16421,300,0,0,9291,3231,0,0,0,0),(111789,26280,571,1,1,23832,1,3266.35,379.867,77.7412,5.37561,300,0,0,9291,3231,0,0,0,0),(111790,26280,571,1,1,23833,1,3124.7,328.731,79.6779,6.17846,300,0,0,9291,3231,0,0,0,0),(111791,26280,571,1,1,23833,1,3123.61,2230.42,17.6048,2.93215,300,0,0,9291,3231,0,0,0,0),(111792,26280,571,1,1,23832,1,3134.59,2205.85,17.75,3.4383,300,0,0,9291,3231,0,0,0,0),(111793,26280,571,1,1,23832,1,3138.13,2178.02,23.8404,2.58309,300,0,0,9291,3231,0,0,0,0),(111794,26280,571,1,1,23832,1,3177.32,2266.65,19.6435,5.48033,300,0,0,9291,3231,0,0,0,0),(111795,26280,571,1,1,23832,1,3397.47,2651.58,39.3502,0.632959,300,0,0,9291,3231,2,0,0,0),(111796,26280,571,1,1,23833,1,3246.36,382.608,81.7833,4.32842,300,0,0,9291,3231,0,0,0,0),(111797,26280,571,1,1,23832,1,3468.98,2529.47,51.769,6.16101,300,0,0,9291,3231,0,0,0,0),(111798,26280,571,1,1,23832,1,3181.12,2191.05,16.8618,0.10472,300,0,0,9291,3231,0,0,0,0),(111799,26280,571,1,1,23832,1,3309.66,2685.87,37.5615,4.86995,300,0,0,9291,3231,0,0,0,0),(111800,26280,571,1,1,23833,1,3159.17,513.331,21.4917,1.58825,300,0,0,9291,3231,0,0,0,0),(111801,26280,571,1,1,23832,1,3162.5,509.906,21.5378,0.349066,300,0,0,9291,3231,0,0,0,0),(111802,26280,571,1,1,23833,1,3145.7,471.635,21.3854,5.51524,300,0,0,9291,3231,0,0,0,0),(111803,26280,571,1,1,23833,1,3136.3,470.542,21.3779,4.34587,300,0,0,9291,3231,0,0,0,0),(111804,26280,571,1,1,23832,1,3254.89,2390.55,32.1856,0,300,0,0,9291,3231,0,0,0,0),(111805,26280,571,1,1,23833,1,3223.79,2548.78,44.9827,2.47837,300,0,0,9291,3231,0,0,0,0),(111806,26280,571,1,1,23833,1,3230.03,2359.53,27.8283,5.02655,300,0,0,9291,3231,0,0,0,0),(111807,26280,571,1,1,23833,1,3522.27,2693.72,79.3418,1.22999,300,0,0,9291,3231,2,0,0,0),(111808,26280,571,1,1,23832,1,3249.54,2495.34,41.3687,1.89023,300,0,0,9291,3231,0,0,0,0),(111809,26280,571,1,1,23832,1,3160.86,2162.67,22.6205,0.314159,300,0,0,9291,3231,0,0,0,0),(111810,26280,571,1,1,23833,1,3095.39,2129.27,22.3031,2.93215,300,0,0,9291,3231,0,0,0,0),(111811,26280,571,1,1,23832,1,3245.11,398.815,72.234,5.60251,300,0,0,9291,3231,0,0,0,0),(111812,26280,571,1,1,23833,1,3247.87,409.02,75.7694,5.18363,300,0,0,9291,3231,0,0,0,0),(111813,26280,571,1,1,23833,1,3233.34,397.697,81.6967,5.98648,300,0,0,9291,3231,0,0,0,0),(111814,26280,571,1,1,23833,1,3104.12,2091.17,31.018,4.45059,300,0,0,9291,3231,0,0,0,0),(111815,26280,571,1,1,23833,1,3228.87,2199.4,14.1716,6.02139,300,0,0,9291,3231,0,0,0,0),(111816,26280,571,1,1,23833,1,3398.48,2385.95,36.9679,3.19279,300,0,0,9291,3231,2,0,0,0),(111817,26280,571,1,1,23832,1,3187.85,2347.68,27.5534,3.64774,300,0,0,9291,3231,0,0,0,0),(111818,26280,571,1,1,23832,1,3124.88,2121.18,29.0444,5.81195,300,0,0,9291,3231,0,0,0,0),(111819,26280,571,1,1,23833,1,2923.77,1862.53,128.188,0.663225,300,0,0,9291,3231,0,0,0,0),(111820,26280,571,1,1,23833,1,2900.33,1836.59,128.534,1.02974,300,0,0,9291,3231,0,0,0,0),(111821,27560,571,1,1,24092,1,4820.52,1302.63,178.233,2.36417,300,0,0,29820,0,0,0,0,0),(111822,26280,571,1,1,23832,1,2856.57,1828.55,137.67,3.29867,300,0,0,9291,3231,0,0,0,0),(111823,26280,571,1,1,23832,1,2877.12,1866.88,130.671,1.79769,300,0,0,9291,3231,0,0,0,0),(111824,26280,571,1,1,23833,1,2877.99,1769.91,140.113,4.66003,300,0,0,9291,3231,0,0,0,0),(111825,26280,571,1,1,23832,1,2860.18,1799.59,138.806,3.92699,300,0,0,9291,3231,0,0,0,0),(111826,26280,571,1,1,23833,1,2883.34,1791.92,136.119,3.87463,300,0,0,9291,3231,0,0,0,0),(111827,26280,571,1,1,23833,1,3269.01,400.491,80.6756,0.244346,300,0,0,9291,3231,0,0,0,0),(111834,26280,571,1,1,23832,1,3249,423.86,90.9558,5.44543,300,0,0,9291,3231,0,0,0,0),(132580,21787,530,1,1,20682,1,-3689.91,3322.45,283.165,3.8139,180,5,0,5744,3231,1,0,0,0),(111836,26280,571,1,1,23833,1,3186.68,2149.23,19.8708,0.558505,300,0,0,9291,3231,0,0,0,0),(111837,26280,571,1,1,23832,1,3090.24,2098.65,25.9518,4.90438,300,0,0,9291,3231,0,0,0,0),(111838,26280,571,1,1,23833,1,2879.97,1867.48,130.502,0.073312,300,5,0,9291,3231,1,0,0,0),(111839,26280,571,1,1,23832,1,2948.39,1834.26,134.047,0.383972,300,0,0,9291,3231,0,0,0,0),(111840,26280,571,1,1,23832,1,2928.88,1813.43,134.894,0.087266,300,0,0,9291,3231,0,0,0,0),(111841,26280,571,1,1,23833,1,2914.87,1791.01,134.524,6.05629,300,0,0,9291,3231,0,0,0,0),(132566,23051,530,1,1,21396,0,-3671.49,3402.64,324.462,5.09476,180,0,0,6986,0,2,0,0,0),(111843,27560,571,1,1,24092,1,4803.29,1294.22,171.065,1.15877,300,5,0,29820,0,1,0,0,0),(111845,26280,571,1,1,23832,1,3586.8,2636.29,90.1241,0.2637,300,5,0,9291,3231,1,0,0,0),(111846,29352,571,1,1,26202,1,7006.46,-1767.26,819.991,0.275079,300,0,0,37800,0,0,0,0,0),(111848,26280,571,1,1,23833,1,3588.65,2458.73,84.8397,3.6693,300,0,0,9291,3231,2,0,0,0),(111849,27560,571,1,1,24093,1,4800,1286.67,172.262,2.00713,300,0,0,29820,0,0,0,0,0),(111850,30376,571,1,1,26970,0,8033.54,-1623.42,1176.04,3.64774,300,0,0,50400,3994,0,0,0,0),(132550,21763,530,1,1,18012,1,-3846.77,3292.91,274.808,0.36994,180,5,0,5744,3231,1,0,0,0),(111852,25257,571,1,1,23034,1,4899.52,1343.81,231.016,2.05949,300,0,0,449100,0,0,0,0,0),(111854,32169,571,1,1,0,1,5688.8,775.686,647.835,5.51524,300,0,0,1,1,0,0,0,0),(111855,24233,571,1,1,22208,0,601.464,-5003.82,3.90394,1.76278,300,0,0,298200,3387,0,0,0,0),(1976440,30316,571,1,1,11686,0,7994.02,-2734.84,1133.66,0.331613,300,5,0,12600,0,1,0,0,0),(111858,32681,571,1,1,28149,0,5803.01,724.171,640.959,2.47837,300,0,0,10080,8814,0,0,0,0),(111859,26281,571,1,1,24906,0,3029.77,2079.86,6.91806,5.36374,300,5,0,9291,3231,1,0,0,0),(111860,26281,571,1,1,24906,0,3440.14,2743.87,49.3305,5.81284,300,5,0,9291,3231,1,0,0,0),(111861,26281,571,1,1,24906,0,3523.55,2664.69,80.3851,1.07639,300,5,0,9291,3231,1,0,0,0),(111862,26281,571,1,1,24906,0,3583.64,2609.91,90.1458,2.71464,300,5,0,9291,3231,1,0,0,0),(111863,26281,571,1,1,24906,0,3558.3,2539.47,80.9064,1.9302,300,5,0,9291,3231,1,0,0,0),(111864,26281,571,1,1,24910,0,3569.33,2479.5,78.7798,6.26401,300,5,0,9291,3231,1,0,0,0),(111865,26281,571,1,1,24910,0,3535.52,2593.97,84.6389,0.295446,300,5,0,9291,3231,1,0,0,0),(111866,26281,571,1,1,24910,0,3254.08,2593.58,26.3004,4.07107,300,5,0,9291,3231,1,0,0,0),(111867,26281,571,1,1,24906,0,3504.66,2503.93,63.9257,5.81284,300,5,0,9291,3231,1,0,0,0),(111868,26281,571,1,1,24906,0,3095.61,2314.89,3.60822,5.88012,300,5,0,9291,3231,1,0,0,0),(111869,26281,571,1,1,24910,0,3109.23,2284.45,6.81907,6.03865,300,5,0,9291,3231,1,0,0,0),(111870,26281,571,1,1,24909,0,3156.97,2320.16,10.4215,5.95186,300,5,0,9291,3231,1,0,0,0),(111871,26281,571,1,1,24909,0,3130.9,2360.92,1.78836,6.17089,300,5,0,9291,3231,1,0,0,0),(111872,26281,571,1,1,24910,0,3058.79,2287.29,2.41757,0.699144,300,5,0,9291,3231,1,0,0,0),(111873,26281,571,1,1,24906,0,3029.71,2221.58,0.869694,4.42264,300,5,0,9291,3231,1,0,0,0),(111874,26281,571,1,1,24910,0,3073.37,2166.65,8.19372,4.18662,300,5,0,9291,3231,1,0,0,0),(111875,26281,571,1,1,24909,0,3015.16,2156.82,0.746757,5.63422,300,5,0,9291,3231,1,0,0,0),(111876,23977,571,1,1,14546,0,1492.59,-3462.47,83.2832,2.11647,300,5,0,42,0,1,0,0,0),(111877,23977,571,1,1,14547,0,1504.57,-3420.26,92.2119,6.2387,300,5,0,42,0,1,0,0,0),(111878,23977,571,1,1,14549,0,1622.56,-3343.99,11.0694,0.223529,300,5,0,42,0,1,0,0,0),(111879,23977,571,1,1,14546,0,1639.45,-3270.58,3.60236,5.60309,300,5,0,42,0,1,0,0,0),(111880,23977,571,1,1,14551,0,1775.27,-3329.59,82.0034,5.4513,300,5,0,42,0,1,0,0,0),(111881,26281,571,1,1,24910,0,3424.6,2392.23,40.2443,5.19558,300,5,0,9291,3231,1,0,0,0),(111882,26281,571,1,1,24909,0,3163.12,2221.95,19.1069,4.08298,300,5,0,9291,3231,1,0,0,0),(111883,23977,571,1,1,14546,0,1545.65,-3511.46,107.886,3.31137,300,5,0,42,0,1,0,0,0),(111884,23977,571,1,1,14547,0,1559.15,-3471.23,102.98,0.400229,300,5,0,42,0,1,0,0,0),(111885,23977,571,1,1,14547,0,1540.92,-3620.94,113.784,0.13068,300,5,0,42,0,1,0,0,0),(111886,23977,571,1,1,14546,0,1567.21,-3547.13,111.418,1.91436,300,5,0,42,0,1,0,0,0),(111887,26281,571,1,1,24909,0,3320.32,2408.67,34.7499,2.33372,300,0,0,9291,3231,0,0,0,0),(111888,26281,571,1,1,24909,0,3289.48,2634.34,36.8324,3.19862,300,5,0,9291,3231,1,0,0,0),(111889,26281,571,1,1,24906,0,3553.13,2411.94,74.5635,3.51541,300,5,0,9291,3231,1,0,0,0),(111890,26281,571,1,1,24909,0,3219.75,2369.72,30.8748,1.24264,300,5,0,9291,3231,1,0,0,0),(111891,26281,571,1,1,24906,0,3268.55,2484.98,43.1308,3.5428,300,5,0,9291,3231,1,0,0,0),(111892,26281,571,1,1,24910,0,3253.45,2524.12,44.9747,3.27576,300,5,0,9291,3231,1,0,0,0),(111893,26281,571,1,1,24909,0,3210.14,2478.46,35.0588,0.198176,300,5,0,9291,3231,1,0,0,0),(111894,26281,571,1,1,24909,0,3431.25,2556.25,45.4072,3.8955,300,5,0,9291,3231,1,0,0,0),(111895,26281,571,1,1,24909,0,3432.81,2515,47.1113,1.57091,300,5,0,9291,3231,1,0,0,0),(111896,26281,571,1,1,24906,0,3314.05,2571.05,43.8941,2.52623,300,5,0,9291,3231,1,0,0,0),(111897,26281,571,1,1,24910,0,3237.74,2431.47,38.0983,2.92524,300,5,0,9291,3231,1,0,0,0),(111898,26281,571,1,1,24910,0,3603.89,2604.07,94.8626,5.57728,300,5,0,9291,3231,1,0,0,0),(111899,23977,571,1,1,14547,0,1547.61,-3405.66,98.6138,4.75914,300,5,0,42,0,1,0,0,0),(111900,26281,571,1,1,24910,0,3499.2,2455.23,64.4181,2.86061,300,5,0,9291,3231,1,0,0,0),(111901,26281,571,1,1,24906,0,3212.84,2236.38,12.7862,3.91929,300,5,0,9291,3231,1,0,0,0),(111902,26281,571,1,1,24906,0,3219.87,2290.95,12.4799,6.0908,300,5,0,9291,3231,1,0,0,0),(111903,26281,571,1,1,24906,0,3177.19,2064.33,23.8594,5.06418,300,5,0,9291,3231,1,0,0,0),(111904,26281,571,1,1,24906,0,3155.52,2107.3,22.2328,0.369585,300,5,0,9291,3231,1,0,0,0),(111905,23977,571,1,1,14546,0,1543.06,-3130.7,1.98203,3.51657,300,5,0,42,0,1,0,0,0),(111906,23977,571,1,1,14546,0,1588.09,-3173.11,1.44277,1.4149,300,5,0,42,0,1,0,0,0),(111907,26281,571,1,1,24906,0,3230.51,2120.29,21.86,0.923195,300,5,0,9291,3231,1,0,0,0),(111908,26281,571,1,1,24909,0,3211.13,2162.93,17.5932,4.50675,300,5,0,9291,3231,1,0,0,0),(111909,26281,571,1,1,24906,0,3053.91,2122.46,8.72824,1.49043,300,5,0,9291,3231,1,0,0,0),(111910,26281,571,1,1,24906,0,3358.79,2412.13,37.6094,2.63701,300,5,0,9291,3231,1,0,0,0),(111911,23977,571,1,1,14551,0,1514.03,-3309.01,65.3373,6.16229,300,5,0,42,0,1,0,0,0),(111912,23977,571,1,1,14546,0,1536.45,-3446.29,61.5545,6.20834,300,5,0,42,0,1,0,0,0),(111913,23977,571,1,1,14549,0,1512.54,-3513.97,57.2103,0.024066,300,5,0,42,0,1,0,0,0),(111914,23977,571,1,1,14549,0,1523.87,-3245.1,74.0192,0.352962,300,5,0,42,0,1,0,0,0),(111915,26281,571,1,1,24906,0,3563.98,2475.23,77.7834,4.03353,300,5,0,9291,3231,1,0,0,0),(111916,26281,571,1,1,24906,0,3562.51,2529.55,80.0696,5.04418,300,5,0,9291,3231,1,0,0,0),(111917,23977,571,1,1,14551,0,1656.33,-3653.51,136.631,5.03024,300,5,0,42,0,1,0,0,0),(111918,23977,571,1,1,14549,0,1625.36,-3348.27,79.6135,1.50532,300,5,0,42,0,1,0,0,0),(111919,23977,571,1,1,14549,0,1639.73,-3412.76,78.6543,3.38045,300,5,0,42,0,1,0,0,0),(111920,23977,571,1,1,14547,0,1611.64,-3318.09,76.6756,5.09001,300,5,0,42,0,1,0,0,0),(111921,23977,571,1,1,14551,0,1630.1,-3409.51,23.8368,5.40056,300,5,0,42,0,1,0,0,0),(111922,23977,571,1,1,14549,0,1542.49,-3373.7,58.7514,4.49419,300,5,0,42,0,1,0,0,0),(111923,23977,571,1,1,14546,0,1660.5,-3261.19,74.0886,6.19156,300,5,0,42,0,1,0,0,0),(111924,26281,571,1,1,24910,0,3540.77,2408.37,69.8777,2.85128,300,5,0,9291,3231,1,0,0,0),(111925,23977,571,1,1,14547,0,1612.91,-3310.71,76.5123,1.69565,300,5,0,42,0,1,0,0,0),(111926,23977,571,1,1,14549,0,1632.1,-3414.62,77.748,0.047741,300,5,0,42,0,1,0,0,0),(111927,23977,571,1,1,14546,0,1625.41,-3351.76,79.9093,1.75357,300,0,0,42,0,2,0,0,0),(111928,23977,571,1,1,14547,0,1664.05,-3268.23,75.2944,2.54933,300,5,0,42,0,1,0,0,0),(111929,23977,571,1,1,14551,0,1505.23,-3164.52,60.0526,4.80623,300,5,0,42,0,1,0,0,0),(111930,26281,571,1,1,24910,0,3581.42,2613.46,89.7851,3.68396,300,5,0,9291,3231,1,0,0,0),(1976929,21689,548,1,1,0,0,-160.676,-362.251,-21.4845,1.03774,300,0,0,81000,0,0,0,0,0),(1976928,21689,548,1,1,0,0,-186.692,-417.738,-21.4845,1.37154,300,0,0,81000,0,0,0,0,0),(1976927,21689,548,1,1,0,0,-190.502,-459.573,-21.4845,1.52469,300,0,0,81000,0,0,0,0,0),(111936,26281,571,1,1,24906,0,3541.67,2658.15,82.7024,0.171481,300,5,0,9291,3231,1,0,0,0),(111937,32425,571,1,1,28208,0,5744.32,697.217,613.326,4.74729,300,0,0,10635,0,2,0,0,0),(111938,26281,571,1,1,24906,0,3563.99,2480.65,77.7838,4.00573,300,5,0,9291,3231,1,0,0,0),(111939,32170,571,1,1,0,1,5925.7,573.607,661.17,6.00393,300,0,0,1,1,0,0,0,0),(111940,32426,571,1,1,27965,1,5644.82,730.515,641.682,5.88646,300,0,0,10635,0,0,0,0,0),(111941,26282,571,1,1,26091,1,4728.05,-4488.15,198.262,3.52556,300,0,0,4473,3387,0,0,0,0),(111942,26282,571,1,1,26091,1,4727.93,-4481.22,197.509,2.6529,300,0,0,4473,3387,0,0,0,0),(111943,26282,571,1,1,26091,1,4670.98,-4523.09,207.392,1.02974,300,0,0,4473,3387,0,0,0,0),(111944,26282,571,1,1,26091,1,4673.9,-4524.79,208.621,0.15708,300,0,0,4473,3387,0,0,0,0),(111945,26282,571,1,1,26091,1,4684.73,-4371.98,190.653,4.67748,300,0,0,4473,3387,0,0,0,0),(111946,26282,571,1,1,26091,1,4688.98,-4370.63,192.463,4.71239,300,0,0,4473,3387,0,0,0,0),(111947,26282,571,1,1,26091,1,4693.55,-4365.94,195.37,4.79965,300,0,0,4473,3387,0,0,0,0),(111948,26282,571,1,1,26091,1,4679.63,-4373.53,188.901,4.81711,300,0,0,4473,3387,0,0,0,0),(111949,26282,571,1,1,26091,1,4673.28,-4370.9,188.473,5.06145,300,0,0,4473,3387,0,0,0,0),(111950,23978,571,1,1,21949,1,1443.83,-3309.42,168.864,2.05949,300,0,0,8982,0,0,0,0,0),(111951,27562,571,1,1,24657,1,2672.99,-2271.95,12.0556,5.02655,300,0,0,10282,0,0,0,0,0),(111952,24234,571,1,1,22207,1,2696.28,-4325.72,289.99,3.87463,300,0,0,9291,0,0,0,0,0),(111953,26282,571,1,1,26091,1,4895.05,-4572.7,345.309,2.84489,300,0,0,4473,3387,0,0,0,0),(111954,26282,571,1,1,26091,1,4893.47,-4554.56,348.194,3.57792,300,0,0,4473,3387,0,0,0,0),(111955,24746,571,1,1,21774,0,166.858,-5587.15,376.773,3.1931,300,0,0,120,0,0,0,0,0),(111956,26282,571,1,1,26091,1,4653.7,-4399.76,189.416,5.55015,300,0,0,4473,3387,0,0,0,0),(111957,26282,571,1,1,26091,1,4650.24,-4393.81,187.59,5.44543,300,0,0,4473,3387,0,0,0,0),(111958,26282,571,1,1,26091,1,4652.78,-4389.9,187.09,5.44543,300,0,0,4473,3387,0,0,0,0),(111959,26282,571,1,1,26091,1,4646.47,-4398.69,188.445,5.60251,300,0,0,4473,3387,0,0,0,0),(111960,26282,571,1,1,26091,1,4641.48,-4405.3,188.37,5.84685,300,0,0,4473,3387,0,0,0,0),(111961,24746,571,1,1,21774,0,172.072,-5549.61,374.16,4.02274,300,0,0,120,0,0,0,0,0),(111962,24746,571,1,1,21774,0,412.384,-5473.39,290.19,1.45743,300,0,0,120,0,0,0,0,0),(111963,24746,571,1,1,21774,0,327.341,-5469.71,299.311,3.44433,300,0,0,120,0,0,0,0,0),(111964,24746,571,1,1,21774,0,361.412,-5540.04,299.595,5.87045,300,0,0,120,0,0,0,0,0),(111965,24746,571,1,1,21774,0,104.108,-5522.99,388.035,3.12656,300,0,0,120,0,0,0,0,0),(111966,24746,571,1,1,21774,0,94.3828,-5473.22,385.892,2.93691,300,0,0,120,0,0,0,0,0),(111967,24746,571,1,1,21774,0,68.5806,-5505.39,393.681,3.12697,300,0,0,120,0,0,0,0,0),(111968,24746,571,1,1,21774,0,103.032,-5564.35,390.276,4.67401,300,0,0,120,0,0,0,0,0),(111969,24746,571,1,1,21774,0,137.865,-5507.62,380.496,2.17925,300,0,0,120,0,0,0,0,0),(111970,24746,571,1,1,21774,0,138.988,-5466.18,375.124,5.9846,300,0,0,120,0,0,0,0,0),(111971,28330,571,1,1,19595,0,4928.28,-2954.84,289.426,0.366519,300,0,0,4979,0,0,0,0,0),(111972,28330,571,1,1,19595,0,4847.79,-2933.37,290.799,1.95477,300,0,0,4979,0,0,0,0,0),(111973,28330,571,1,1,19595,0,4889.49,-2826.5,291.237,6.21337,300,0,0,4979,0,0,0,0,0),(111974,28330,571,1,1,19595,0,4936.19,-2911.3,289.994,3.80482,300,0,0,4979,0,0,0,0,0),(111975,28330,571,1,1,19595,0,4971.5,-2967.05,290.403,6.02139,300,0,0,4979,0,0,0,0,0),(111976,25514,571,1,1,23241,0,3263.8,3870.79,33.033,1.91986,300,0,0,9291,0,0,0,0,0),(111977,24746,571,1,1,21774,0,357.534,-5612.35,300.566,0.841935,300,0,0,120,0,0,0,0,0),(111978,24746,571,1,1,21774,0,318.716,-5644.81,312.911,0.587946,300,5,0,120,0,1,0,0,0),(111979,24746,571,1,1,21774,0,218.526,-5403.85,326.212,2.56718,300,0,0,120,0,0,0,0,0),(111980,24746,571,1,1,21774,0,241.662,-5545.99,332.931,4.52813,300,0,0,120,0,0,0,0,0),(111981,24746,571,1,1,21774,0,245.339,-5588.09,335.634,3.18614,300,0,0,120,0,0,0,0,0),(111982,24746,571,1,1,21774,0,237.184,-5623.98,341.044,1.83574,300,0,0,120,0,0,0,0,0),(111983,24746,571,1,1,21774,0,248,-5407.06,315.908,3.07937,300,0,0,120,0,0,0,0,0),(111984,24746,571,1,1,21774,0,251.391,-5629.18,336.919,0.985217,300,0,0,120,0,0,0,0,0),(111985,24746,571,1,1,21774,0,213.389,-5489.77,335.943,4.29127,300,0,0,120,0,0,0,0,0),(111986,24746,571,1,1,21774,0,174.302,-5425.04,343.948,0.688974,300,0,0,120,0,0,0,0,0),(111987,24746,571,1,1,21774,0,279.456,-5508.05,330.622,4.94427,300,0,0,120,0,0,0,0,0),(111988,28330,571,1,1,19595,0,4834.68,-3024.52,290.973,5.77704,300,0,0,4979,0,0,0,0,0),(111989,24746,571,1,1,21774,0,518.333,-5555.59,279.588,1.21867,300,0,0,120,0,0,0,0,0),(111990,24746,571,1,1,21774,0,495.217,-5532.3,277.79,1.38029,300,5,0,120,0,1,0,0,0),(111991,24746,571,1,1,21774,0,522.424,-5529.59,276.116,0.363122,300,0,0,120,0,0,0,0,0),(111992,28330,571,1,1,19595,0,4867.05,-3032.32,290.277,0.017453,300,0,0,4979,0,0,0,0,0),(111993,28330,571,1,1,19595,0,4994.24,-2934.52,289.698,4.50295,300,0,0,4979,0,0,0,0,0),(111994,28330,571,1,1,19595,0,4959.71,-2882.52,290.179,2.49582,300,0,0,4979,0,0,0,0,0),(111995,28330,571,1,1,19595,0,4934.22,-2988.89,290.152,3.31613,300,0,0,4979,0,0,0,0,0),(111996,28330,571,1,1,19595,0,4901.64,-3020.36,290.49,3.57792,300,0,0,4979,0,0,0,0,0),(111997,28330,571,1,1,19595,0,4834.52,-3055.43,292.717,4.2237,300,0,0,4979,0,0,0,0,0),(111998,28330,571,1,1,19595,0,4833.34,-3086.81,290.732,5.18363,300,0,0,4979,0,0,0,0,0),(111999,28330,571,1,1,19595,0,4811.37,-3122.26,290.908,3.78736,300,0,0,4979,0,0,0,0,0),(112000,28330,571,1,1,19595,0,4774.6,-3146.78,293.953,4.88692,300,0,0,4979,0,0,0,0,0),(112001,28330,571,1,1,19595,0,4838.49,-2962.3,290.789,5.09636,300,0,0,4979,0,0,0,0,0),(112002,28330,571,1,1,19595,0,4884.58,-2949.4,291.464,6.24828,300,0,0,4979,0,0,0,0,0),(112003,28330,571,1,1,19595,0,4904.64,-2938.01,290.041,2.79253,300,0,0,4979,0,0,0,0,0),(112004,28330,571,1,1,19595,0,4865.9,-2879.65,291.225,3.12414,300,0,0,4979,0,0,0,0,0),(112005,28330,571,1,1,19595,0,4900.26,-2870.29,290.585,2.87979,300,0,0,4979,0,0,0,0,0),(112006,28330,571,1,1,19595,0,4948.37,-2845.01,289.919,0.20944,300,0,0,4979,0,0,0,0,0),(112007,28330,571,1,1,19595,0,4875.14,-2981.57,289.662,3.76991,300,0,0,4979,0,0,0,0,0),(112008,28330,571,1,1,19595,0,4903.99,-2988.98,289.861,6.07375,300,0,0,4979,0,0,0,0,0),(112009,24746,571,1,1,21774,0,465.315,-5604.47,289.971,2.81344,300,0,0,120,0,0,0,0,0),(112010,24746,571,1,1,21774,0,485.217,-5561.69,284.197,5.57519,300,5,0,120,0,1,0,0,0),(112011,24746,571,1,1,21774,0,512.645,-5568.29,280.198,0.364059,300,5,0,120,0,1,0,0,0),(112012,24746,571,1,1,21774,0,520.894,-5669.05,286.626,0.967613,300,5,0,120,0,1,0,0,0),(112013,24746,571,1,1,21774,0,502.492,-5596.69,285.235,2.98778,300,0,0,120,0,0,0,0,0),(112014,24746,571,1,1,21774,0,490.295,-5580.99,283.551,3.59744,300,0,0,120,0,0,0,0,0),(112015,24746,571,1,1,21774,0,531.243,-5632.14,283.584,2.06203,300,5,0,120,0,1,0,0,0),(112016,24746,571,1,1,21774,0,470.68,-5606.87,289.246,6.0713,300,0,0,120,0,0,0,0,0),(112017,24746,571,1,1,21774,0,530.095,-5597.31,282.985,3.05337,300,0,0,120,0,0,0,0,0),(112018,24746,571,1,1,21774,0,72.7628,-5453.03,388.387,2.7934,300,0,0,120,0,0,0,0,0),(112019,24746,571,1,1,21774,0,314.432,-5580.47,313.919,0.484882,300,0,0,120,0,0,0,0,0),(112020,24746,571,1,1,21774,0,408.405,-5648.65,294.22,1.10959,300,5,0,120,0,1,0,0,0),(112021,26282,571,1,1,26091,1,4728.5,-4417.79,198.028,-1.94578,300,0,0,4473,3387,0,0,0,0),(112022,26282,571,1,1,26091,1,4560.49,-4475.32,184.454,4.26533,300,0,0,4473,3387,0,0,0,0),(112024,26282,571,1,1,26091,1,4639.05,-4559.09,206.179,3.00246,300,0,0,4473,3387,0,0,0,0),(112026,26282,571,1,1,26091,1,4672.24,-4561.37,207.472,-0.287353,300,0,0,4473,3387,0,0,0,0),(112027,26282,571,1,1,26091,1,4689.16,-4449.56,194.729,2.40609,300,0,0,4473,3387,0,0,0,0),(112028,26282,571,1,1,26091,1,4661.76,-4423.9,191.702,0.727502,300,0,0,4473,3387,0,0,0,0),(112029,26282,571,1,1,26091,1,4714.28,-4388.16,195.018,-3.06254,300,0,0,4473,3387,0,0,0,0),(112031,26282,571,1,1,26091,1,4666.36,-4418.88,192.22,-2.22475,300,0,0,4473,3387,0,0,0,0),(112033,26282,571,1,1,26091,1,4686.12,-4479.35,196.843,2.98448,300,0,0,4473,3387,0,0,0,0),(112034,26282,571,1,1,26091,1,4683.21,-4478.04,196.762,-2.34078,300,0,0,4473,3387,0,0,0,0),(112036,26282,571,1,1,26091,1,4682.55,-4479.6,196.808,1.63318,300,0,0,4473,3387,0,0,0,0),(112037,26282,571,1,1,26091,1,4707.07,-4579.29,207.396,-1.90638,300,0,0,4473,3387,0,0,0,0),(112039,26282,571,1,1,26091,1,4768.64,-4450.5,199.066,5.06481,300,0,0,4473,3387,0,0,0,0),(112040,26282,571,1,1,26091,1,4771.58,-4448.9,199.184,-2.35224,300,0,0,4473,3387,0,0,0,0),(112041,26282,571,1,1,26091,1,4574.04,-4433.96,184.098,1.47946,300,0,0,4473,3387,0,0,0,0),(112043,26282,571,1,1,26091,1,4611.84,-4427.82,186.165,4.76451,300,0,0,4473,3387,0,0,0,0),(112044,26282,571,1,1,26091,1,4626.61,-4412.07,186.626,3.67419,300,5,0,4473,3387,1,0,0,0),(112045,26282,571,1,1,26091,1,4707.82,-4586.37,207.835,1.91311,300,0,0,4473,3387,0,0,0,0),(112046,26282,571,1,1,26091,1,4706.5,-4586.58,207.833,1.54476,300,0,0,4473,3387,0,0,0,0),(112047,24747,571,1,1,22633,0,210.794,-5432.51,357.53,3.1865,300,5,0,6986,0,1,0,0,0),(112048,24747,571,1,1,22633,0,133.161,-5447.63,384.224,5.63409,300,5,0,6986,0,1,0,0,0),(112049,6827,571,1,1,5559,0,4358.85,6098.44,-5.6511,3.85349,300,5,0,42,0,1,0,0,0),(112050,6827,571,1,1,5558,0,479.826,-3732.2,-0.269303,1.02837,300,5,0,42,0,1,0,0,0),(112051,6827,571,1,1,5557,0,72.3921,-3278.06,0.238859,0.015787,300,5,0,42,0,1,0,0,0),(112052,32683,571,1,1,28150,0,5725.03,664.633,646.25,3.1765,300,0,0,10080,8814,0,0,0,0),(112053,27051,571,1,1,24266,0,3474.18,1985,64.9482,0.558505,300,0,0,8982,0,0,0,0,0),(112054,24235,571,1,1,13629,0,2630.07,-4345.87,276.332,5.28835,300,0,0,9291,3231,0,0,0,0),(112055,24747,571,1,1,22633,0,631.471,-5890.1,360.616,0.792767,300,5,0,6986,0,1,0,0,0),(112056,24747,571,1,1,22633,0,33.5572,-5588.56,420.672,1.38112,300,5,0,6986,0,1,0,0,0),(112057,24747,571,1,1,22633,0,100.897,-5490.69,420.672,0.345333,300,5,0,6986,0,1,0,0,0),(112058,24747,571,1,1,22633,0,428.49,-5901.86,374.347,0.034907,300,0,0,6986,0,0,0,0,0),(112059,24747,571,1,1,22633,0,429.259,-5897,374.595,0.05236,300,0,0,6986,0,0,0,0,0),(112060,6827,571,1,1,5558,0,247.147,-3324.48,0.07453,0.000312,300,5,0,42,0,1,0,0,0),(112061,6827,571,1,1,5558,0,118.005,-3323.15,0.310706,5.23339,300,5,0,42,0,1,0,0,0),(112062,6827,571,1,1,5557,0,110.439,-6175.99,3.40062,1.19027,300,5,0,42,0,1,0,0,0),(112063,6827,571,1,1,5560,0,2615.73,883.59,-43.8572,4.97419,300,0,0,42,0,0,0,0,0),(112064,6827,571,1,1,5559,0,179.78,-6086.21,4.87276,1.02121,300,5,0,42,0,1,0,0,0),(112065,6827,571,1,1,5557,0,340.535,-3360.12,0.620591,2.05964,300,5,0,42,0,1,0,0,0),(112066,6827,571,1,1,5557,0,2647.48,849.238,-39.0766,4.20624,300,0,0,42,0,0,0,0,0),(112067,6827,571,1,1,5558,0,2582.98,918.259,-55.3398,5.35816,300,0,0,42,0,0,0,0,0),(112068,6827,571,1,1,5559,0,4233.85,6040.1,-5.62185,0.982459,300,5,0,42,0,1,0,0,0),(112069,6827,571,1,1,5557,0,625.946,-3491.05,0.134518,6.04428,300,5,0,42,0,1,0,0,0),(112070,6827,571,1,1,5559,0,59.4444,-3585.53,0.42444,4.59148,300,5,0,42,0,1,0,0,0),(112071,6827,571,1,1,5557,0,260.743,-6170.38,5.37973,2.59521,300,5,0,42,0,1,0,0,0),(112072,6827,571,1,1,5559,0,345.895,-3770.95,-0.249288,1.65082,300,5,0,42,0,1,0,0,0),(112073,6827,571,1,1,5560,0,2647.38,983.477,-43.345,2.75762,300,0,0,42,0,0,0,0,0),(112074,6827,571,1,1,5557,0,4434.29,6160.46,-4.22382,5.61996,300,0,0,42,0,0,0,0,0),(112075,6827,571,1,1,5559,0,4274.68,6031.4,0.021252,3.28471,300,5,0,42,0,1,0,0,0),(112076,6827,571,1,1,5557,0,2747,811.733,-30.5042,2.46091,300,0,0,42,0,0,0,0,0),(112077,6827,571,1,1,5559,0,2681.71,816.314,-36.2213,3.735,300,0,0,42,0,0,0,0,0),(112078,6827,571,1,1,5560,0,2786.51,791.688,-33.2921,5.98648,300,0,0,42,0,0,0,0,0),(112079,6827,571,1,1,5558,0,2880.24,722.7,11.4484,3.46381,300,5,0,42,0,1,0,0,0),(112080,6827,571,1,1,5559,0,2582.48,848.99,-58.0294,1.27409,300,0,0,42,0,0,0,0,0),(112081,6827,571,1,1,5560,0,131.676,-3371.01,-0.361269,1.1287,300,5,0,42,0,1,0,0,0),(112082,27563,571,1,1,23865,1,2810.13,-1641.55,15.6594,6.0912,300,0,0,10282,0,0,0,0,0),(112083,6827,571,1,1,5560,0,264.005,-6229.1,1.89256,4.54089,300,5,0,42,0,1,0,0,0),(112084,6827,571,1,1,5558,0,520.797,-3487.77,0.727368,2.05851,300,5,0,42,0,1,0,0,0),(112085,6827,571,1,1,5558,0,82.2726,-6138.32,2.38517,2.47452,300,5,0,42,0,1,0,0,0),(112086,6827,571,1,1,5557,0,223.302,-3243.43,0.917862,2.04763,300,5,0,42,0,1,0,0,0),(112087,6827,571,1,1,5560,0,249.314,-3185.38,4.85704,1.27745,300,5,0,42,0,1,0,0,0),(112088,24747,571,1,1,22633,0,208.878,-5584.89,344.516,0.959931,300,0,0,6986,0,0,0,0,0),(112089,24747,571,1,1,22633,0,206.681,-5590.78,347.555,5.46288,300,0,0,6986,0,0,0,0,0),(112090,24747,571,1,1,22633,0,162.097,-5534.67,387.433,5.95775,300,5,0,6986,0,1,0,0,0),(112091,24747,571,1,1,22633,0,112.392,-5547.99,391.303,2.47837,300,0,0,6986,0,0,0,0,0),(112092,6827,571,1,1,5557,0,2752.6,985.938,22.7418,1.76825,300,5,0,42,0,1,0,0,0),(112093,6827,571,1,1,5559,0,4360.2,6023.15,-15.4886,1.78024,300,0,0,42,0,0,0,0,0),(112094,6827,571,1,1,5557,0,2734.31,907.661,2.82294,5.32912,300,5,0,42,0,1,0,0,0),(112095,6827,571,1,1,5558,0,202.099,-6151.4,4.73073,2.39088,300,5,0,42,0,1,0,0,0),(112096,6827,571,1,1,5557,0,188.721,-6203.78,1.37384,5.75634,300,5,0,42,0,1,0,0,0),(112097,6827,571,1,1,5557,0,121.417,-6096.39,2.73233,2.86308,300,5,0,42,0,1,0,0,0),(112098,6827,571,1,1,5560,0,43.2929,-6047.72,1.27113,0.819535,300,5,0,42,0,1,0,0,0),(112099,6827,571,1,1,5559,0,2007.7,-6174.51,3.55569,4.05169,300,5,0,42,0,1,0,0,0),(112100,6827,571,1,1,5558,0,2815.63,819.694,-31.5955,4.60767,300,0,0,42,0,0,0,0,0),(112101,6827,571,1,1,5558,0,2717.56,783.234,-27.3159,0.890118,300,0,0,42,0,0,0,0,0),(112102,6827,571,1,1,5559,0,2614.69,816.971,-52.973,1.02974,300,0,0,42,0,0,0,0,0),(112103,6827,571,1,1,5560,0,2792.01,874.936,5.88387,6.22803,300,5,0,42,0,1,0,0,0),(112104,6827,571,1,1,5558,0,1558.85,-6324.48,2.73803,0.869481,300,5,0,42,0,1,0,0,0),(112105,6827,571,1,1,5557,0,229.167,-3287.5,0.621704,4.92108,300,5,0,42,0,1,0,0,0),(112106,28843,571,1,1,25730,0,6143.39,-2249.44,235.908,0.733605,300,5,0,10635,0,1,0,0,0),(112107,6827,571,1,1,5558,0,-93.0224,-3648.6,1.07593,1.38993,300,5,0,42,0,1,0,0,0),(112108,24747,571,1,1,22633,0,413.781,-5994.88,373.825,1.34129,300,5,0,6986,0,1,0,0,0),(112109,24747,571,1,1,22633,0,452.971,-5434.34,301.745,4.6059,300,5,0,6986,0,1,0,0,0),(112110,24747,571,1,1,22633,0,383.565,-5383.13,319.144,6.1929,300,5,0,6986,0,1,0,0,0),(112111,24747,571,1,1,22633,0,388.339,-5400.45,333.774,5.44738,300,5,0,6986,0,1,0,0,0),(112112,24747,571,1,1,22633,0,375.821,-5466.61,327.767,4.1561,300,5,0,6986,0,1,0,0,0),(112113,24747,571,1,1,22633,0,530.146,-5570.71,326.711,3.56475,300,5,0,6986,0,1,0,0,0),(112114,24747,571,1,1,22633,0,433.107,-5896.4,353.388,0.244346,300,0,0,6986,0,0,0,0,0),(112115,24747,571,1,1,22633,0,432.521,-5889.34,353.388,6.12611,300,0,0,6986,0,0,0,0,0),(112116,28843,571,1,1,25730,0,5887.1,-2230.32,240.222,3.34607,300,5,0,10635,0,1,0,0,0),(112117,6827,571,1,1,5557,0,2830.45,879.056,13.3207,5.63718,300,5,0,42,0,1,0,0,0),(112118,6827,571,1,1,5558,0,2616.44,950.533,-57.165,3.10669,300,0,0,42,0,0,0,0,0),(112119,26283,571,1,1,26177,0,3654.77,-154.416,59.799,0.733326,300,5,0,9610,0,1,0,0,0),(112120,26283,571,1,1,26177,0,3495.04,-190.635,59.908,1.74932,300,5,0,9610,0,1,0,0,0),(112121,26283,571,1,1,26177,0,3641.79,-177.738,59.799,4.47921,300,5,0,9610,0,1,0,0,0),(112122,26283,571,1,1,26177,0,3473.28,-139.835,59.799,1.7671,300,5,0,9610,0,1,0,0,0),(112123,26283,571,1,1,26177,0,3550.85,-176.008,59.7566,5.87403,300,5,0,9610,0,1,0,0,0),(112124,26283,571,1,1,26177,0,3582.08,-196.215,59.7566,3.03954,300,5,0,9610,0,1,0,0,0),(112125,28843,571,1,1,25730,0,6114.42,-2227.3,238.42,4.83853,300,5,0,10635,0,1,0,0,0),(112126,26283,571,1,1,26177,0,3593.04,-94.3517,59.8126,4.85202,300,5,0,9610,0,1,0,0,0),(112127,26283,571,1,1,26177,0,3581.01,-148.007,60.1102,2.42679,300,5,0,9610,0,1,0,0,0),(112128,26283,571,1,1,26177,0,3614.71,-151.189,59.7922,4.0086,300,5,0,9610,0,1,0,0,0),(112129,26283,571,1,1,26177,0,3510.27,-143.185,63.0682,-2.28874,300,0,0,9610,0,0,0,0,0),(112130,28843,571,1,1,25730,0,6080.48,-2252.07,239.006,6.19533,300,5,0,10635,0,1,0,0,0),(112131,6827,571,1,1,5560,0,2704.96,953.201,-0.100479,0.819105,300,5,0,42,0,1,0,0,0),(112132,26283,571,1,1,26177,0,3643.6,-110.345,59.799,4.55799,300,5,0,9610,0,1,0,0,0),(112133,24747,571,1,1,22633,0,445.747,-5725.98,348.142,3.49583,300,5,0,6986,0,1,0,0,0),(112134,24747,571,1,1,22633,0,553.81,-5752.31,346.913,0.730518,300,5,0,6986,0,1,0,0,0),(112135,24747,571,1,1,22633,0,593.126,-5777.44,327.694,2.59207,300,5,0,6986,0,1,0,0,0),(112136,6827,571,1,1,5558,0,2058.73,-6156.54,2.49018,3.90831,300,5,0,42,0,1,0,0,0),(112137,6827,571,1,1,5560,0,4321.18,6037.25,1.76819,4.99171,300,5,0,42,0,1,0,0,0),(112138,28843,571,1,1,25730,0,6149.16,-2190.81,241.479,2.2217,300,5,0,10635,0,1,0,0,0),(112139,24747,571,1,1,22633,0,579.57,-5487.07,275.096,3.26504,300,5,0,6986,0,1,0,0,0),(112140,24747,571,1,1,22633,0,606.808,-5497.26,275.585,2.38472,300,5,0,6986,0,1,0,0,0),(112141,24747,571,1,1,22633,0,345.947,-5543.22,312.935,0.366519,300,0,0,6986,0,0,0,0,0),(112142,24747,571,1,1,22633,0,347.737,-5547.17,312.464,0.034907,300,0,0,6986,0,0,0,0,0),(112143,24747,571,1,1,22633,0,330.387,-5499.23,315.818,6.10381,300,5,0,6986,0,1,0,0,0),(112144,24747,571,1,1,22633,0,241.875,-5491.39,348.103,2.00093,300,5,0,6986,0,1,0,0,0),(112145,24747,571,1,1,22633,0,669.139,-5747.87,310.372,0.410534,300,5,0,6986,0,1,0,0,0),(112146,24747,571,1,1,22633,0,686.218,-5815.34,310.372,2.55597,300,5,0,6986,0,1,0,0,0),(112147,24747,571,1,1,22633,0,819.651,-5897.15,304.827,3.35189,300,5,0,6986,0,1,0,0,0),(112148,24747,571,1,1,22633,0,765.183,-5898.24,304.826,1.24307,300,5,0,6986,0,1,0,0,0),(112149,24747,571,1,1,22633,0,835.653,-5866.74,286.19,5.25344,300,0,0,6986,0,0,0,0,0),(112150,24747,571,1,1,22633,0,839.229,-5863.71,285.314,5.81195,300,0,0,6986,0,0,0,0,0),(112151,24747,571,1,1,22633,0,541.425,-5511.69,278.279,5.35816,300,0,0,6986,0,0,0,0,0),(112152,24747,571,1,1,22633,0,548.023,-5508.68,275.443,4.4855,300,0,0,6986,0,0,0,0,0),(112153,24747,571,1,1,22633,0,709.306,-5883.48,301.544,0.261799,300,0,0,6986,0,0,0,0,0),(112154,24747,571,1,1,22633,0,725.879,-5882.41,303.621,6.24828,300,0,0,6986,0,0,0,0,0),(112155,24747,571,1,1,22633,0,566.489,-5680.66,292.752,0.628319,300,0,0,6986,0,0,0,0,0),(112156,24747,571,1,1,22633,0,568.666,-5686.66,291.463,4.72984,300,0,0,6986,0,0,0,0,0),(112157,24747,571,1,1,22633,0,449.902,-5896.84,315.941,4.13643,300,0,0,6986,0,0,0,0,0),(112158,24747,571,1,1,22633,0,452.216,-5891.98,316.925,3.12414,300,0,0,6986,0,0,0,0,0),(112159,28843,571,1,1,25730,0,5883.59,-2153.87,241.395,1.21425,300,5,0,10635,0,1,0,0,0),(112160,28843,571,1,1,25730,0,5969.43,-2212.61,234.997,0.184202,300,5,0,10635,0,1,0,0,0),(112161,6827,571,1,1,5558,0,4396.25,6129.79,0.258032,0.75408,300,5,0,42,0,1,0,0,0),(112162,6827,571,1,1,5557,0,4351.45,6055.79,-2.99015,3.31613,300,0,0,42,0,0,0,0,0),(112163,26795,571,1,1,24443,1,4477.59,-4927.35,14.3272,1.63527,300,5,0,9940,3387,1,0,0,0),(112164,26795,571,1,1,24443,1,4673.12,-4930.9,48.0477,5.99518,300,5,0,9940,3387,1,0,0,0),(112165,26795,571,1,1,24443,1,4616.21,-4919.9,47.5276,-1.72146,300,0,0,9940,3387,0,0,0,0),(112166,26795,571,1,1,24443,1,4627.08,-4897.85,35.5477,2.50814,300,0,0,9940,3387,0,0,0,0),(112167,26795,571,1,1,24443,1,4569.1,-4870.55,48.0654,1.26575,300,0,0,9940,3387,0,0,0,0),(112168,26795,571,1,1,24443,1,4629.29,-4916.89,43.3527,1.8491,300,0,0,9940,3387,0,0,0,0),(112169,26795,571,1,1,24443,1,4729.94,-4893.72,49.0759,3.54198,300,5,0,9940,3387,1,0,0,0),(112170,26795,571,1,1,24443,1,4712.75,-4951.92,48.5058,3.97176,300,0,0,9940,3387,0,0,0,0),(112171,26795,571,1,1,24443,1,4666.85,-4941.84,48.0824,4.9261,300,0,0,9940,3387,0,0,0,0),(112172,26795,571,1,1,24443,1,4538.87,-4802.38,48.2784,4.23641,300,5,0,9940,3387,1,0,0,0),(112173,26795,571,1,1,24443,1,4449.1,-4903.08,20.0745,1.63041,300,5,0,9940,3387,1,0,0,0),(112174,26795,571,1,1,24443,1,4597.87,-4763.41,49.5928,3.92699,300,0,0,9940,3387,0,0,0,0),(112175,26795,571,1,1,24443,1,4474.65,-4944.88,14.3417,4.79965,300,0,0,9940,3387,0,0,0,0),(112176,26795,571,1,1,24443,1,4435.44,-4922.66,25.5209,5.68825,300,5,0,9940,3387,1,0,0,0),(112177,28843,571,1,1,25730,0,6210.26,-2145.17,235.897,0.241508,300,5,0,10635,0,1,0,0,0),(112178,28843,571,1,1,25730,0,6245.21,-2196.56,235.639,4.54138,300,5,0,10635,0,1,0,0,0),(112179,6827,571,1,1,5559,0,4383.38,6153.26,-1.68565,3.22358,300,5,0,42,0,1,0,0,0),(112180,6827,571,1,1,5557,0,4381.72,6085.38,-0.228162,4.80741,300,5,0,42,0,1,0,0,0),(112181,28843,571,1,1,25730,0,6285.78,-2234.23,237.534,2.44335,300,5,0,10635,0,1,0,0,0),(112182,28843,571,1,1,25730,0,6241.5,-2124.51,235.734,4.7985,300,5,0,10635,0,1,0,0,0),(112183,28843,571,1,1,25730,0,6346.9,-2234.3,268.454,2.65572,300,5,0,10635,0,1,0,0,0),(112184,28843,571,1,1,25730,0,6334.86,-2239.45,265.404,4.7283,300,5,0,10635,0,1,0,0,0),(112185,28843,571,1,1,25730,0,6210.79,-2244.91,238.311,6.07255,300,5,0,10635,0,1,0,0,0),(112186,26795,571,1,1,24443,1,4477.88,-4988.1,7.65914,4.89522,300,5,0,9940,3387,1,0,0,0),(112187,28843,571,1,1,25730,0,6223.6,-2245.27,237.602,3.51128,300,5,0,10635,0,1,0,0,0),(112188,28843,571,1,1,25730,0,6331.59,-2233.92,262.589,5.91138,300,5,0,10635,0,1,0,0,0),(112189,28843,571,1,1,25730,0,6350.36,-2236.56,271.088,2.56476,300,0,0,10635,0,0,0,0,0),(112190,28843,571,1,1,25730,0,6314.18,-2194.45,246.303,2.53761,300,5,0,10635,0,1,0,0,0),(112191,28843,571,1,1,25730,0,6378.03,-2219.97,273.53,3.85718,300,0,0,10635,0,0,0,0,0),(112192,31403,571,1,1,25250,1,5183.42,774.599,210.931,5.53269,300,0,0,9740,8636,0,0,0,0),(112193,26540,571,1,1,24162,1,1975.03,-6095.22,67.2222,4.2237,300,0,0,4229,0,0,0,0,0),(112194,32684,571,1,1,28152,0,5914.05,738.153,641.122,2.11185,300,0,0,10080,8814,0,0,0,0),(112195,27052,571,1,1,24265,0,3477.54,2006.68,64.9457,5.34071,300,0,0,8982,0,0,0,0,0),(112196,27564,571,1,1,24771,1,3666.18,727.541,112.166,1.97222,300,0,0,49700,0,0,0,0,0),(112197,27564,571,1,1,24701,1,3783.9,701.737,79.87,1.02974,300,0,0,49700,0,0,0,0,0),(112198,27564,571,1,1,24702,1,3633.91,747.825,82.1702,1.95477,300,0,0,49700,0,0,0,0,0),(112199,27564,571,1,1,24771,1,3657.68,732.791,118.884,1.98968,300,0,0,49700,0,0,0,0,0),(112200,28076,571,1,1,25380,1,5256.52,4512.44,-85.0252,0.261799,300,0,0,56895,0,0,0,0,0),(112201,28076,571,1,1,25380,1,5190.47,4578.47,-103.181,3.735,300,0,0,56895,0,0,0,0,0),(112202,28076,571,1,1,25380,1,5188.33,4610.02,-119.493,0.698132,300,0,0,56895,0,0,0,0,0),(112203,28844,571,1,1,27253,1,6283.75,-2198.86,238.951,2.56563,300,5,0,10635,0,1,0,0,0),(112204,28844,571,1,1,27253,1,6307.3,-2237.83,251.011,1.29154,300,5,0,10635,0,1,0,0,0),(112205,28844,571,1,1,27253,1,6338.22,-2190.44,259.663,4.29351,300,5,0,10635,0,1,0,0,0),(112206,24236,571,1,1,22210,0,2626.3,-4355.44,277.296,0.785398,300,0,0,8982,0,0,0,0,0),(112207,31916,571,1,1,28218,0,749.825,-2941.1,7.37469,0.15708,300,0,0,3524,0,0,0,0,0),(112208,27564,571,1,1,24772,1,3807.05,683.59,76.5533,1.18682,300,0,0,49700,0,0,0,0,0),(112209,27564,571,1,1,24702,1,3772.66,724.043,82.4316,0.717423,300,0,0,49700,0,0,0,0,0),(112210,27564,571,1,1,24701,1,3649.86,755.948,82.6287,5.56555,300,5,0,49700,0,1,0,0,0),(112211,27564,571,1,1,24771,1,3794.83,691.457,77.9042,1.68851,300,0,0,49700,0,0,0,0,0),(112212,32172,571,1,1,27799,0,5879.56,717.158,643.178,2.33874,300,0,0,10635,0,0,0,0,0),(112213,28076,571,1,1,25380,1,5152.35,4580.91,-121.155,2.49582,300,0,0,56895,0,0,0,0,0),(112214,28076,571,1,1,25380,1,5228.6,4469.66,-96.797,4.20624,300,0,0,56895,0,0,0,0,0),(112215,28076,571,1,1,25380,1,5178.11,4485.88,-96.1484,3.54302,300,0,0,56895,0,0,0,0,0),(112216,28076,571,1,1,25380,1,5258.63,4509.54,-84.977,1.23918,300,0,0,56895,0,0,0,0,0),(112217,24236,571,1,1,22210,0,2641.05,-4351.64,277.032,2.51327,300,0,0,8982,0,0,0,0,0),(112218,27564,571,1,1,24772,1,3614.77,790.145,68.254,1.0821,300,5,0,49700,0,1,0,0,0),(112219,27564,571,1,1,24772,1,3700.66,699.822,89.8781,6.05629,300,0,0,49700,0,0,0,0,0),(112220,27564,571,1,1,24772,1,3701,697.627,89.9766,0.471239,300,0,0,49700,0,0,0,0,0),(112221,27564,571,1,1,24772,1,3645.36,753.736,83.2032,1.7389,300,0,0,49700,0,0,0,0,0),(112222,28076,571,1,1,25380,1,5276.1,4439.27,-95.9499,5.20108,300,0,0,56895,0,0,0,0,0),(112223,28076,571,1,1,25380,1,5194.59,4634.01,-133.09,2.93907,300,5,0,56895,0,1,0,0,0),(112224,28076,571,1,1,25380,1,5195.15,4636.78,-133.657,2.93903,300,5,0,56895,0,1,0,0,0),(112225,27564,571,1,1,24701,1,3638.57,764.216,74.4532,5.93967,300,0,0,49700,0,0,0,0,0),(112226,27564,571,1,1,24771,1,3651.44,755.992,82.7632,2.10447,300,0,0,49700,0,0,0,0,0),(112227,27564,571,1,1,24772,1,3643.66,759.417,78.3282,1.71577,300,0,0,49700,0,0,0,0,0),(112228,27564,571,1,1,24701,1,3666.76,740.568,80.1455,5.58593,300,0,0,49700,0,0,0,0,0),(112229,32428,571,1,1,1141,0,5715.99,577.957,618.598,0.929855,300,5,0,1,0,1,0,0,0),(112230,32428,571,1,1,1141,0,5712.13,593.812,618.598,6.25386,300,5,0,1,0,1,0,0,0),(112231,32428,571,1,1,1141,0,5720.04,584.587,618.604,1.29887,300,0,0,1,0,0,0,0,0),(112232,32428,571,1,1,1141,0,5718.35,581.51,618.598,0.680336,300,0,0,1,0,0,0,0,0),(112233,32428,571,1,1,1141,0,5720.13,581.297,618.598,6.09149,300,0,0,1,0,0,0,0,0),(112236,32428,571,1,1,1141,0,5704.97,596.913,618.598,4.21749,300,0,0,1,0,0,0,0,0),(112237,32428,571,1,1,1141,0,5705.67,598.21,618.598,4.21748,300,0,0,1,0,0,0,0,0),(112238,32428,571,1,1,1141,0,5706.43,599.211,618.605,4.14571,300,0,0,1,0,0,0,0,0),(112239,32428,571,1,1,1141,0,5706.63,597.603,618.598,3.87734,300,0,0,1,0,0,0,0,0),(112241,26284,571,1,1,26150,0,4706.6,-4582.92,207.566,1.44046,300,0,0,9940,0,0,0,0,0),(112242,26284,571,1,1,26150,0,4642.49,-4558.87,205.769,3.05746,300,0,0,9940,0,0,0,0,0),(112243,27564,571,1,1,24702,1,3845.91,663.946,59.4514,1.8457,300,0,0,49700,0,0,0,0,0),(112244,27564,571,1,1,24772,1,3847.73,667.307,58.7494,2.24383,300,0,0,49700,0,0,0,0,0),(112245,27564,571,1,1,24701,1,3609.67,768.236,71.8896,1.13446,300,0,0,49700,0,0,0,0,0),(112246,27564,571,1,1,24701,1,3614.49,765.473,72.0124,1.23918,300,0,0,49700,0,0,0,0,0),(112247,27564,571,1,1,24771,1,3640.42,765.961,74.0782,6.00191,300,0,0,49700,0,0,0,0,0),(112248,26284,571,1,1,26150,0,4672.67,-4561.5,207.359,2.20629,300,0,0,9940,0,0,0,0,0),(112249,26284,571,1,1,26150,0,4559.83,-4476.3,184.706,1.13696,300,0,0,9940,0,0,0,0,0),(112251,26284,571,1,1,26150,0,4796.79,-4450.42,198.835,4.08407,300,0,0,9940,0,0,0,0,0),(112252,26284,571,1,1,26150,0,4769,-4451.5,199.066,1.92272,300,0,0,9940,0,0,0,0,0),(112253,26284,571,1,1,26150,0,4728.14,-4418.7,198.184,1.11774,300,0,0,9940,0,0,0,0,0),(112254,26284,571,1,1,26150,0,4739,-4443.33,197.131,3.83972,300,0,0,9940,0,0,0,0,0),(112255,26284,571,1,1,26150,0,4664.13,-4421.79,192.089,-2.41404,300,0,0,9940,0,0,0,0,0),(112256,26284,571,1,1,26150,0,4687.38,-4447.95,194.454,-0.735791,300,0,0,9940,0,0,0,0,0),(112257,26284,571,1,1,26150,0,4713.81,-4388.2,194.983,0.07865,300,0,0,9940,0,0,0,0,0),(112258,26284,571,1,1,26150,0,4682.5,-4478.78,196.842,5.84611,300,0,0,9940,0,0,0,0,0),(112259,26284,571,1,1,26150,0,4687.74,-4482.63,197.025,2.02997,300,0,0,9940,0,0,0,0,0),(112260,26284,571,1,1,26150,0,4626.77,-4468.18,188.722,3.83433,300,0,0,9940,0,2,0,0,0),(112261,26284,571,1,1,26150,0,4574.23,-4431.84,183.944,-1.66914,300,0,0,9940,0,0,0,0,0),(112262,26284,571,1,1,26150,0,4617.67,-4434.9,187.277,1.8326,300,0,0,9940,0,0,0,0,0),(112263,26284,571,1,1,26150,0,4763.44,-4489.99,196.598,5.43956,300,0,0,9940,0,2,0,0,0),(112264,26284,571,1,1,26150,0,4618.91,-4522.83,198.89,3.82227,300,0,0,9940,0,0,0,0,0),(112265,26284,571,1,1,26150,0,4740.92,-4506.6,199.756,2.65947,300,0,0,9940,0,2,0,0,0),(112266,28844,571,1,1,27253,1,6338.73,-2389.92,297.706,2.64235,300,5,0,10635,0,1,0,0,0),(112267,28844,571,1,1,27253,1,6337.61,-2378.73,297.036,4.54637,300,5,0,10635,0,1,0,0,0),(112268,28844,571,1,1,27253,1,6346.64,-2403.28,296.209,0.02895,300,5,0,10635,0,1,0,0,0),(112269,28844,571,1,1,27253,1,6330.49,-2380.32,297.46,4.82755,300,5,0,10635,0,1,0,0,0),(112270,28844,571,1,1,27253,1,6437.19,-2361.46,295.934,1.00323,300,5,0,10635,0,1,0,0,0),(112271,28844,571,1,1,27253,1,6414.47,-2322.69,293.738,3.17713,300,5,0,10635,0,1,0,0,0),(112272,28844,571,1,1,27253,1,6480.97,-2270.5,293.262,5.008,300,5,0,10635,0,1,0,0,0),(112273,28844,571,1,1,27253,1,6505.55,-2278.19,294.718,3.56277,300,5,0,10635,0,1,0,0,0),(112274,28844,571,1,1,27253,1,6346.8,-2353.08,293.258,4.95582,300,5,0,10635,0,1,0,0,0),(112275,28844,571,1,1,27253,1,6448.42,-2266.49,289.364,1.2677,300,5,0,10635,0,1,0,0,0),(112276,28844,571,1,1,27253,1,6462.43,-2309.25,294.738,0.511959,300,5,0,10635,0,1,0,0,0),(112277,28844,571,1,1,27253,1,6478.4,-2255.96,292.089,2.1432,300,5,0,10635,0,1,0,0,0),(112278,28844,571,1,1,27253,1,6390.67,-2363.71,295.777,3.51357,300,5,0,10635,0,1,0,0,0),(112279,28844,571,1,1,27253,1,6450.68,-2258.55,289.939,4.46693,300,5,0,10635,0,1,0,0,0),(112280,28844,571,1,1,27253,1,6410.65,-2394.31,294.288,1.73605,300,5,0,10635,0,1,0,0,0),(112281,28844,571,1,1,27253,1,6428.27,-2372.42,294.423,1.56635,300,5,0,10635,0,1,0,0,0),(112282,28844,571,1,1,27253,1,6360.41,-2324.77,290.573,2.66243,300,5,0,10635,0,1,0,0,0),(112283,28844,571,1,1,27253,1,6399.16,-2375.24,295.052,3.9011,300,5,0,10635,0,1,0,0,0),(112284,28844,571,1,1,27253,1,6372.08,-2344.92,293.982,5.53854,300,5,0,10635,0,1,0,0,0),(112285,28844,571,1,1,27253,1,6411.95,-2382.91,294.382,4.78876,300,5,0,10635,0,1,0,0,0),(112286,28844,571,1,1,27253,1,6406.75,-2351.02,295.487,5.14992,300,5,0,10635,0,1,0,0,0),(112287,28844,571,1,1,27253,1,6336.71,-2323.87,289.117,1.85997,300,5,0,10635,0,1,0,0,0),(112288,28844,571,1,1,27253,1,6479,-2320.21,296.271,5.5948,300,5,0,10635,0,1,0,0,0),(112289,28844,571,1,1,27253,1,6495.55,-2235.82,294.839,0.422252,300,5,0,10635,0,1,0,0,0),(112290,28844,571,1,1,27253,1,6449.72,-2266.66,289.528,1.5578,300,5,0,10635,0,1,0,0,0),(112291,28844,571,1,1,27253,1,6510.11,-2268.33,294.587,5.5578,300,5,0,10635,0,1,0,0,0),(112292,28844,571,1,1,27253,1,6487.78,-2255.99,292.652,0.775032,300,5,0,10635,0,1,0,0,0),(112293,28844,571,1,1,27253,1,6489.73,-2293.49,296.162,3.91466,300,5,0,10635,0,1,0,0,0),(112294,28844,571,1,1,27253,1,6504.25,-2254.81,294.113,0.023178,300,5,0,10635,0,1,0,0,0),(112296,28844,571,1,1,27253,1,6470.56,-2337.11,295.399,5.94953,300,5,0,10635,0,1,0,0,0),(112298,28844,571,1,1,27253,1,6470.56,-2304.91,295.64,0.765736,300,5,0,10635,0,1,0,0,0),(112300,28844,571,1,1,27253,1,6489.59,-2280.04,294.299,0.536256,300,5,0,10635,0,1,0,0,0),(112301,28844,571,1,1,27253,1,6441.15,-2311.76,293.71,3.88106,300,5,0,10635,0,1,0,0,0),(112302,28844,571,1,1,27253,1,6460.42,-2331.25,293.091,0.40049,300,5,0,10635,0,1,0,0,0),(112305,28844,571,1,1,27253,1,6374.43,-2415.28,293.127,5.72252,300,5,0,10635,0,1,0,0,0),(112306,28844,571,1,1,27253,1,6366.04,-2392.3,294.068,5.73245,300,5,0,10635,0,1,0,0,0),(112307,29100,571,1,1,25906,0,6184.18,-1969.9,586.842,2.46091,300,5,0,4979,0,1,0,0,0),(112308,29100,571,1,1,25906,0,6127.47,-2008.68,586.842,3.85718,300,5,0,4979,0,1,0,0,0),(112309,29100,571,1,1,25906,0,6223,-2026.58,586.842,4.04916,300,5,0,4979,0,1,0,0,0),(112310,29100,571,1,1,25906,0,6166.31,-2065.38,586.842,5.89921,300,5,0,4979,0,1,0,0,0),(112311,28844,571,1,1,27253,1,6346.89,-2234.31,268.803,1.70602,300,5,0,10635,0,1,0,0,0),(112312,32428,571,1,1,1141,0,5780.06,589.051,609.428,2.09672,300,0,0,1,0,0,0,0,0),(112313,32428,571,1,1,1141,0,5717.29,604.716,618.598,2.75868,300,5,0,1,0,1,0,0,0),(112314,32428,571,1,1,1141,0,5716.14,592.561,618.598,0.36257,300,5,0,1,0,1,0,0,0),(112315,32428,571,1,1,1141,0,5866.15,508.978,641.594,1.44734,300,5,0,1,0,1,0,0,0),(112316,32428,571,1,1,1141,0,5650.28,859.023,571.189,3.4769,300,0,0,1,0,2,0,0,0),(112317,32428,571,1,1,1141,0,5932.64,560.915,609.773,5.61359,300,0,0,1,0,2,0,0,0),(112318,32428,571,1,1,1141,0,5812.51,725.544,624.44,2.09671,300,0,0,1,0,2,0,0,0),(112319,32428,571,1,1,1141,0,5860.33,704.542,609.407,5.41962,300,0,0,1,0,2,0,0,0),(112320,31404,571,1,1,24910,0,5185.72,774.056,208.443,3.85718,300,0,0,5885,3809,0,0,0,0),(112321,23725,571,1,1,23356,0,1914.56,-5616.14,216.705,2.82743,300,0,0,26946,3155,0,0,0,0),(112322,28589,571,1,1,14701,0,5156.95,-1591.64,239.447,4.92183,300,0,0,13881,0,0,0,0,0),(112323,27565,571,1,1,24703,1,2834.92,-1697.09,18.5106,4.13643,300,0,0,8982,0,0,0,0,0),(112324,27053,571,1,1,24262,0,3480.21,1979.51,65.15,1.62316,300,0,0,9610,0,0,0,0,0),(112325,30381,571,1,1,26972,1,7759.75,-2836.43,1216.85,1.06465,300,0,0,37800,11982,0,0,0,0),(112326,28077,571,1,1,25385,1,5310.92,4509.2,-90.6025,0.366519,300,0,0,56895,3725,0,0,0,0),(112327,28077,571,1,1,25385,1,5061.19,4720.5,-134.368,2.70526,300,0,0,56895,3725,0,0,0,0),(112328,28077,571,1,1,25385,1,5062.35,4735.29,-130.153,3.25704,300,0,0,56895,3725,0,0,0,0),(112329,32685,571,1,1,28153,0,5801.82,724.996,640.902,5.72468,300,0,0,10080,8814,0,0,0,0),(112330,28077,571,1,1,25385,1,5200.33,4521.35,-89.9396,6.26573,300,0,0,56895,3725,0,0,0,0),(112331,28077,571,1,1,25385,1,5186.75,4528.96,-89.0474,2.9147,300,0,0,56895,3725,0,0,0,0),(112332,28077,571,1,1,25385,1,5249.97,4484.9,-83.6616,5.72468,300,5,0,56895,3725,1,0,0,0),(112333,28077,571,1,1,25385,1,5212.6,4500.44,-86.9483,4.07818,300,0,0,56895,3725,0,0,0,0),(112334,28077,571,1,1,25385,1,5300.76,4489.17,-93.6225,5.20108,300,0,0,56895,3725,0,0,0,0),(112335,28077,571,1,1,25385,1,5229.54,4552.26,-86.6362,3.33358,300,0,0,56895,3725,0,0,0,0),(112336,28077,571,1,1,25385,1,5313.39,4429.2,-96.7738,5.41052,300,0,0,56895,3725,0,0,0,0),(112337,28077,571,1,1,25385,1,5249.04,4491.81,-84.3174,3.7001,300,0,0,56895,3725,0,0,0,0),(112338,28077,571,1,1,25385,1,5232.83,4490.66,-83.6808,4.08407,300,0,0,56895,3725,0,0,0,0),(112339,28077,571,1,1,25385,1,5263.75,4474.89,-83.1659,0.069813,300,0,0,56895,3725,0,0,0,0),(112340,28077,571,1,1,25385,1,5193.38,4635.7,-133.471,2.93903,300,5,0,56895,3725,1,0,0,0),(112341,23725,571,1,1,23356,0,1885.71,-5520.08,201.895,6.07375,300,0,0,26946,3155,0,0,0,0),(112342,23725,571,1,1,23356,0,1947.26,-5380.83,202.337,2.35619,300,0,0,26946,3155,0,0,0,0),(112343,23725,571,1,1,23356,0,2152.21,-5654.66,224.674,5.68977,300,0,0,26946,3155,0,0,0,0),(112344,23725,571,1,1,23356,0,2180.76,-5747.7,226.156,2.68781,300,0,0,26946,3155,0,0,0,0),(112345,24329,571,1,1,23358,0,2375.63,-5762.06,261.458,0.145074,300,5,0,26946,3155,1,0,0,0),(112346,24329,571,1,1,23358,0,2349.99,-5765.07,254.512,5.98287,300,5,0,26946,3155,1,0,0,0),(112347,24329,571,1,1,23358,0,2268.43,-5657.08,235.643,0.163244,300,5,0,26946,3155,1,0,0,0),(112348,24329,571,1,1,23358,0,2212.23,-5763.54,226.942,0.807943,300,5,0,26946,3155,1,0,0,0),(112349,24329,571,1,1,23358,0,2434.29,-5812.17,269.674,5.91334,300,5,0,26946,3155,1,0,0,0),(112350,24329,571,1,1,23358,0,2208.39,-5611.39,230.132,3.10165,300,5,0,26946,3155,1,0,0,0),(112351,26797,571,1,1,24418,0,4478.94,-5017.4,0.24861,4.72984,300,0,0,9940,0,0,0,0,0),(112352,26797,571,1,1,24418,0,4471.97,-4927.54,14.2022,1.64443,300,5,0,9940,0,1,0,0,0),(112353,26797,571,1,1,24418,0,4611.78,-4945.48,48.0176,3.15949,300,5,0,9940,0,1,0,0,0),(112354,26797,571,1,1,24418,0,4719.33,-4929.42,50.6259,3.07178,300,0,0,9940,0,0,0,0,0),(112355,26797,571,1,1,24418,0,4697.95,-4893.85,48.068,2.97549,300,5,0,9940,0,1,0,0,0),(112356,26797,571,1,1,24418,0,4557.02,-4929.25,46.3248,6.07375,300,0,0,9940,0,0,0,0,0),(112357,26797,571,1,1,24418,0,4693.66,-4997.55,42.3223,3.09666,300,5,0,9940,0,1,0,0,0),(112358,26797,571,1,1,24418,0,4614.32,-4980.64,47.1712,2.21746,300,5,0,9940,0,1,0,0,0),(112359,26797,571,1,1,24418,0,4675.03,-4930.71,48.0477,3.54281,300,0,0,9940,0,0,0,0,0),(112360,26797,571,1,1,24418,0,4718.48,-4914.08,49.7968,3.19395,300,0,0,9940,0,0,0,0,0),(112361,26797,571,1,1,24418,0,4538.39,-4904.01,44.3262,4.03155,300,5,0,9940,0,1,0,0,0),(112362,26797,571,1,1,24418,0,4571.35,-4865.72,48.0477,1.5938,300,0,0,9940,0,0,0,0,0),(112363,26797,571,1,1,24418,0,4573.56,-4931.91,49.2636,1.64061,300,0,0,9940,0,0,0,0,0),(112364,26797,571,1,1,24418,0,4690.29,-4796.18,48.0356,-3.09203,300,0,0,9940,0,0,0,0,0),(112365,26797,571,1,1,24418,0,4630.56,-4792.68,48.0151,0.03428,300,5,0,9940,0,1,0,0,0),(112366,26797,571,1,1,24418,0,4558.07,-4793.71,50.3106,0.017453,300,0,0,9940,0,0,0,0,0),(112367,26797,571,1,1,24418,0,4540.29,-4765.04,53.4943,2.23402,300,0,0,9940,0,0,0,0,0),(112368,26797,571,1,1,24418,0,4576.46,-4781.9,50.3106,4.57276,300,0,0,9940,0,0,0,0,0),(112369,26797,571,1,1,24418,0,4504.53,-5021,-0.63775,4.39823,300,0,0,9940,0,0,0,0,0),(112370,26797,571,1,1,24418,0,4541.46,-5024.09,2.05433,5.11381,300,0,0,9940,0,0,0,0,0),(112371,26797,571,1,1,24418,0,4514.93,-4995.61,6.79384,5.02187,300,5,0,9940,0,1,0,0,0),(112372,26797,571,1,1,24418,0,4458.1,-4998.01,5.09017,1.61871,300,5,0,9940,0,1,0,0,0),(112373,28333,571,1,1,17188,0,5450.12,-2648.46,305.271,1.50098,300,0,0,42,0,0,0,0,0),(88475,23033,571,1,1,0,0,105.184,-6356.58,7.52988,2.23402,300,0,0,42,0,0,0,0,0),(112375,25262,571,1,1,23032,1,3615.93,5961.46,136.3,3.10669,300,0,0,7688,7500,0,0,0,0),(112376,29358,571,1,1,26331,0,7233.57,-2656,748.752,5.63741,300,0,0,36525,0,0,0,0,0),(112377,29358,571,1,1,26331,0,7286.62,-2531.07,751.298,3.25036,300,5,0,36525,0,1,0,0,0),(112378,27566,571,1,1,25530,1,2949.89,4045.76,2.89547,0.189657,300,0,0,9940,0,0,0,0,0),(112379,27566,571,1,1,25531,1,2985.4,4069.67,28.4516,2.23402,300,0,0,9940,0,2,0,0,0),(112380,27566,571,1,1,25529,1,2964.79,4130.25,28.9343,2.18166,300,0,0,9940,0,0,0,0,0),(112381,27566,571,1,1,25529,1,2868.11,4058.9,2.59824,2.9147,300,0,0,9940,0,0,0,0,0),(112382,27566,571,1,1,25531,1,2922.53,4017.33,0.557778,3.56047,300,0,0,9940,0,0,0,0,0),(112383,27566,571,1,1,25531,1,2934.92,3994.51,0.901868,3.56047,300,0,0,9940,0,0,0,0,0),(112384,27566,571,1,1,25531,1,3068.92,4077.28,28.434,5.68977,300,0,0,9940,0,2,0,0,0),(112385,32686,571,1,1,28154,0,5723.63,664.501,646.37,0.15708,300,0,0,10080,8814,0,0,0,0),(112386,26286,571,1,1,23739,0,3493.59,1102.8,229.485,0.129778,300,25,0,106350,0,2,0,0,0),(112387,26286,571,1,1,23739,0,3638.69,1041.01,188.964,5.15021,300,25,0,106350,0,2,0,0,0),(112388,27054,571,1,1,24809,1,3484.72,2011.5,64.9457,4.97419,300,0,0,8982,3155,0,0,0,0),(112389,24494,571,1,1,22479,1,1391.62,-3250.07,161.138,4.83456,300,0,0,8982,0,0,0,0,0),(112390,27822,571,1,1,24830,0,3580.05,-1144.67,90.4288,2.68781,300,0,0,9291,0,0,0,0,0),(112391,27822,571,1,1,24830,0,3543.2,-1114.91,85.1778,1.09956,300,0,0,9291,0,0,0,0,0),(112392,29358,571,1,1,26331,0,7327.01,-2631.48,747.715,5.44738,300,0,0,36525,0,2,0,0,0),(112393,29358,571,1,1,26331,0,7440.88,-2710.99,808.295,5.22142,300,0,0,36525,0,2,0,0,0),(112394,27566,571,1,1,25530,1,2886.97,4024.32,1.22447,4.31096,300,0,0,9940,0,0,0,0,0),(112395,27822,571,1,1,24830,0,3529.92,-1140.8,84.9348,4.2237,300,0,0,9291,0,0,0,0,0),(112396,27822,571,1,1,24830,0,3595.15,-1141.28,90.4358,1.53589,300,0,0,9291,0,0,0,0,0),(88474,23033,571,1,1,0,0,121.043,-6350.6,0.25067,0.261799,300,0,0,42,0,0,0,0,0),(112398,27822,571,1,1,24830,0,3511.93,-1120.66,84.8306,1.55334,300,0,0,9291,0,0,0,0,0),(112399,27822,571,1,1,24830,0,3576.22,-1151.5,90.5608,1.50098,300,0,0,9291,0,0,0,0,0),(112400,27822,571,1,1,24830,0,3515.63,-1113.97,85.0667,2.77507,300,0,0,9291,0,0,0,0,0),(112401,26858,571,1,1,24165,0,4291.25,758.495,149.359,2.94081,300,0,0,265875,0,2,0,0,0),(112402,28078,571,1,1,25376,1,5001.25,5871.69,-63.8919,2.49582,300,0,0,5690,0,0,0,0,0),(112403,28078,571,1,1,25376,1,5017.37,5846.51,-70.7191,5.3058,300,0,0,5690,0,0,0,0,0),(112404,28078,571,1,1,25376,1,4852.85,5903.92,-37.4921,5.65487,300,0,0,5690,0,0,0,0,0),(112405,28078,571,1,1,25376,1,4847.16,5826.61,-49.5367,0.680678,300,0,0,5690,0,0,0,0,0),(112406,28078,571,1,1,25376,1,4972.56,5878.25,-63.1143,4.31096,300,0,0,5690,0,0,0,0,0),(112407,28078,571,1,1,25376,1,4865.94,5779.67,-57.9833,5.20108,300,0,0,5690,0,0,0,0,0),(112408,28078,571,1,1,25376,1,4838.27,5849.44,-46.5214,5.51524,300,0,0,5690,0,0,0,0,0),(112409,28078,571,1,1,25376,1,4852.31,5850.42,-46.8205,4.97419,300,0,0,5690,0,0,0,0,0),(112410,28078,571,1,1,25376,1,4820.51,5825.52,-43.7346,0.488692,300,0,0,5690,0,0,0,0,0),(112411,28078,571,1,1,25376,1,4817.78,5832.09,-42.756,0.401426,300,0,0,5690,0,0,0,0,0),(112412,28078,571,1,1,25376,1,4829.34,5841.01,-47.6557,5.74213,300,0,0,5690,0,0,0,0,0),(112413,28078,571,1,1,25376,1,4983.94,5964.46,-43.2793,2.56852,300,0,0,5690,0,0,0,0,0),(112414,28078,571,1,1,25376,1,5034.08,5870.56,-66.479,5.70723,300,0,0,5690,0,0,0,0,0),(112415,28078,571,1,1,25376,1,5043.5,5912.58,-65.9246,0.139626,300,0,0,5690,0,0,0,0,0),(112416,28078,571,1,1,25376,1,5006.31,5907.92,-63.1587,4.76475,300,0,0,5690,0,0,0,0,0),(112417,28078,571,1,1,25376,1,4892.62,5835.2,-54.4392,5.60251,300,0,0,5690,0,0,0,0,0),(112418,28078,571,1,1,25376,1,4981.73,5956.34,-45.7575,1.43857,300,0,0,5690,0,0,0,0,0),(112420,28078,571,1,1,25376,1,4941.69,5771.08,-71.2332,5.12121,300,5,0,5690,0,1,0,0,0),(112421,28078,571,1,1,25376,1,4967.38,5674.33,-79.6481,-1.33533,300,0,0,5690,0,0,0,0,0),(112422,28078,571,1,1,25376,1,4968.75,5676.87,-80.4432,4.79168,300,0,0,5690,0,0,0,0,0),(112423,28078,571,1,1,25376,1,4969.68,5669.11,-80.4071,4.83524,300,0,0,5690,0,0,0,0,0),(112424,28078,571,1,1,25376,1,4968.74,5678.7,-80.4688,1.39795,300,5,0,5690,0,1,0,0,0),(112425,28078,571,1,1,25376,1,4931.17,5799.62,-67.8848,6.00393,300,0,0,5690,0,0,0,0,0),(112426,28078,571,1,1,25376,1,4945.66,5805.78,-65.3363,4.29351,300,0,0,5690,0,0,0,0,0),(112427,28078,571,1,1,25376,1,4949.6,5802.49,-65.1275,4.43314,300,0,0,5690,0,0,0,0,0),(112428,28078,571,1,1,25376,1,4933.79,5793.24,-67.9985,6.16101,300,0,0,5690,0,0,0,0,0),(112429,28078,571,1,1,25376,1,4866.27,5809.94,-53.9961,0.610865,300,0,0,5690,0,0,0,0,0),(112431,28078,571,1,1,25376,1,4890.98,5816.15,-55.5056,1.71042,300,0,0,5690,0,0,0,0,0),(112432,28078,571,1,1,25376,1,4984.02,5819.6,-68.1748,5.5676,300,0,0,5690,0,0,0,0,0),(112433,28078,571,1,1,25376,1,4988.02,5823.52,-68.1419,5.53269,300,0,0,5690,0,0,0,0,0),(112434,28078,571,1,1,25376,1,4968.18,5790.73,-69.6875,0.511375,300,5,0,5690,0,1,0,0,0),(112435,28078,571,1,1,25376,1,4966.1,5794.43,-67.9573,0.51154,300,5,0,5690,0,1,0,0,0),(112436,28078,571,1,1,25376,1,4972.39,5856.51,-64.1718,3.01942,300,0,0,5690,0,0,0,0,0),(112437,28078,571,1,1,25376,1,4950.34,5840.92,-62.7133,1.88496,300,0,0,5690,0,0,0,0,0),(112438,28078,571,1,1,25376,1,4951.78,5877.03,-62.9172,4.7822,300,0,0,5690,0,0,0,0,0),(112439,28078,571,1,1,25376,1,4959.58,5879.36,-62.9929,5.2709,300,0,0,5690,0,0,0,0,0),(112440,28078,571,1,1,25376,1,4919.8,5868.43,-56.7423,3.38594,300,0,0,5690,0,0,0,0,0),(112441,28078,571,1,1,25376,1,4897.56,5883.74,-48.1399,5.87375,300,5,0,5690,0,1,0,0,0),(112442,28078,571,1,1,25376,1,4895.16,5880.25,-48.5638,5.82171,300,5,0,5690,0,1,0,0,0),(112443,28078,571,1,1,25376,1,4896.85,5836.9,-56.2733,0.726013,300,5,0,5690,0,1,0,0,0),(112444,28078,571,1,1,25376,1,4899.64,5833.71,-57.2354,0.725664,300,5,0,5690,0,1,0,0,0),(112445,28078,571,1,1,25376,1,4885.56,5883.95,-40.6862,0.174533,300,0,0,5690,0,0,0,0,0),(112446,28078,571,1,1,25376,1,4860.52,5878.32,-38.5941,1.5708,300,0,0,5690,0,0,0,0,0),(112447,28078,571,1,1,25376,1,4886.51,5910.39,-39.0189,3.71755,300,0,0,5690,0,0,0,0,0),(112448,28078,571,1,1,25376,1,4887.43,5786.28,-57.5127,4.99164,300,0,0,5690,0,0,0,0,0),(112449,28078,571,1,1,25376,1,5065.9,5941,-60.7081,2.05846,300,5,0,5690,0,1,0,0,0),(112450,28078,571,1,1,25376,1,5062.22,5938.88,-60.1906,2.05816,300,5,0,5690,0,1,0,0,0),(112451,28078,571,1,1,25376,1,5008.81,5608.12,-91.7858,5.28901,300,0,0,5690,0,0,0,0,0),(112452,28078,571,1,1,25376,1,4968.87,5671.76,-80.3092,-1.53723,300,0,0,5690,0,0,0,0,0),(112453,28078,571,1,1,25376,1,4980.74,5978.17,-37.4312,4.55531,300,0,0,5690,0,0,0,0,0),(112454,28078,571,1,1,25376,1,4967,5968.84,-37.7132,6.10865,300,0,0,5690,0,0,0,0,0),(112455,28078,571,1,1,25376,1,4973.88,5974.54,-36.9383,5.3058,300,0,0,5690,0,0,0,0,0),(112456,28078,571,1,1,25376,1,4968.4,5973.01,-36.4228,5.75959,300,0,0,5690,0,0,0,0,0),(112457,28078,571,1,1,25376,1,5011.43,5604.22,-92.4854,-1.51272,300,0,0,5690,0,0,0,0,0),(112458,28078,571,1,1,25376,1,5009.79,5604.04,-92.0134,5.45064,300,0,0,5690,0,0,0,0,0),(112459,28078,571,1,1,25376,1,4980.03,5967.25,-41.3007,3.90954,300,0,0,5690,0,0,0,0,0),(112460,28078,571,1,1,25376,1,4964.31,5955.62,-41.2518,0.645772,300,0,0,5690,0,0,0,0,0),(112461,28078,571,1,1,25376,1,4963.51,5961.54,-39.8218,0.331613,300,0,0,5690,0,0,0,0,0),(112462,28078,571,1,1,25376,1,4977.75,5965.47,-41.388,0.767945,300,0,0,5690,0,0,0,0,0),(112463,28078,571,1,1,25376,1,5019.42,5603.56,-93.4925,1.11979,300,0,0,5690,0,0,0,0,0),(112465,28078,571,1,1,25376,1,4966.1,5959.33,-40.7963,0.488692,300,0,0,5690,0,0,0,0,0),(112466,28078,571,1,1,25376,1,5023.96,5608.82,-93.1597,-1.02355,300,0,0,5690,0,0,0,0,0),(112467,28078,571,1,1,25376,1,5015.47,5610.06,-92.9766,2.66003,300,0,0,5690,0,0,0,0,0),(112468,28078,571,1,1,25376,1,4991.97,5647.73,-86.3812,5.44805,300,0,0,5690,0,0,0,0,0),(112469,28078,571,1,1,25376,1,4992.45,5971.79,-42.9641,3.49066,300,0,0,5690,0,0,0,0,0),(112470,28078,571,1,1,25376,1,4992.54,5963.09,-46.2112,2.87979,300,0,0,5690,0,0,0,0,0),(112471,28078,571,1,1,25376,1,4988.19,5972.59,-41.5847,3.75246,300,0,0,5690,0,0,0,0,0),(112472,28078,571,1,1,25376,1,4985.54,5954.17,-47.6699,2.04204,300,0,0,5690,0,0,0,0,0),(112473,28078,571,1,1,25376,1,4985.75,5958.5,-46.0994,2.30383,300,0,0,5690,0,0,0,0,0),(112474,28078,571,1,1,25376,1,4989.33,5975.46,-41.1655,3.83972,300,0,0,5690,0,0,0,0,0),(112475,28078,571,1,1,25376,1,4990.05,5958.34,-47.2974,2.49582,300,0,0,5690,0,0,0,0,0),(112476,28078,571,1,1,25376,1,4990.41,5969.76,-43.0662,3.29867,300,0,0,5690,0,0,0,0,0),(112477,28078,571,1,1,25376,1,4993.08,5967.74,-44.5157,3.21141,300,0,0,5690,0,0,0,0,0),(112478,28078,571,1,1,25376,1,4972.85,5919.66,-56.1333,4.03171,300,0,0,5690,0,0,0,0,0),(112479,28078,571,1,1,25376,1,4955.5,5722.74,-76.2238,2.7424,300,5,0,5690,0,1,0,0,0),(112480,28078,571,1,1,25376,1,5037.9,5574.49,-94.911,1.18015,300,0,0,5690,0,0,0,0,0),(112482,28078,571,1,1,25376,1,4959.88,5743.53,-75.0503,5.01069,300,5,0,5690,0,1,0,0,0),(112483,28078,571,1,1,25376,1,4921.86,5736.03,-67.1221,2.02134,300,5,0,5690,0,1,0,0,0),(112484,28078,571,1,1,25376,1,4920.42,5733.83,-66.9715,5.95402,300,0,0,5690,0,0,0,0,0),(112485,28078,571,1,1,25376,1,4976.98,5688.73,-81.0032,-1.49939,300,0,0,5690,0,0,0,0,0),(112486,28078,571,1,1,25376,1,4927.66,5776.72,-68.3003,5.87289,300,0,0,5690,0,0,0,0,0),(112487,28078,571,1,1,25376,1,4957.05,5637.98,-77.5159,4.52128,300,5,0,5690,0,1,0,0,0),(112488,28078,571,1,1,25376,1,4952.84,5638.42,-76.8213,4.51544,300,5,0,5690,0,1,0,0,0),(112489,28078,571,1,1,25376,1,4935,5694.61,-74.9736,1.65887,300,5,0,5690,0,1,0,0,0),(112490,28078,571,1,1,25376,1,4935.1,5692.88,-75.638,2.92118,300,0,0,5690,0,0,0,0,0),(112491,28078,571,1,1,25376,1,4947.13,5708.38,-76.7707,4.86594,300,5,0,5690,0,1,0,0,0),(112492,28078,571,1,1,25376,1,4942.2,5681.69,-77.4137,2.27254,300,5,0,5690,0,1,0,0,0),(112493,28078,571,1,1,25376,1,4938.76,5683.78,-76.7951,2.16448,300,5,0,5690,0,1,0,0,0),(112494,28078,571,1,1,25376,1,5089.49,5756.46,-83.8732,1.95946,300,0,0,5690,0,0,0,0,0),(112495,28078,571,1,1,25376,1,5160.65,5636.89,-95.1396,3.64531,300,5,0,5690,0,1,0,0,0),(112496,28078,571,1,1,25376,1,5157.84,5653.51,-94.14,4.91802,300,5,0,5690,0,1,0,0,0),(112497,28078,571,1,1,25376,1,4971.5,5799.42,-68.1468,5.11381,300,0,0,5690,0,0,0,0,0),(112498,28078,571,1,1,25376,1,4976.24,5803.47,-69.0653,4.79965,300,0,0,5690,0,0,0,0,0),(112499,28078,571,1,1,25376,1,5009.51,5827.67,-71.8857,1.0472,300,0,0,5690,0,0,0,0,0),(112500,28078,571,1,1,25376,1,5046.85,5897.47,-69.0057,0.575959,300,0,0,5690,0,0,0,0,0),(112501,28078,571,1,1,25376,1,4966.16,5840.06,-64.4984,5.81195,300,0,0,5690,0,0,0,0,0),(112502,28078,571,1,1,25376,1,5075.42,5658.91,-95.1205,3.57698,300,0,0,5690,0,0,0,0,0),(112503,28078,571,1,1,25376,1,4986.38,5670.87,-85.5795,2.09086,300,0,0,5690,0,0,0,0,0),(112504,28078,571,1,1,25376,1,5006.8,5605.74,-91.0309,5.10017,300,0,0,5690,0,0,0,0,0),(112505,28078,571,1,1,25376,1,4979.16,5566.13,-83.0818,-2.99251,300,0,0,5690,0,0,0,0,0),(112506,28078,571,1,1,25376,1,4979.37,5565.01,-82.8835,5.83963,300,0,0,5690,0,0,0,0,0),(112507,28078,571,1,1,25376,1,4978.56,5567.55,-83.2722,-2.55413,300,0,0,5690,0,0,0,0,0),(112508,28078,571,1,1,25376,1,5027.5,5582.46,-94.455,5.45974,300,5,0,5690,0,1,0,0,0),(112509,28078,571,1,1,25376,1,4989.05,5623.57,-84.6249,5.61213,300,5,0,5690,0,1,0,0,0),(112510,28078,571,1,1,25376,1,4986.42,5620.23,-83.9702,5.61396,300,5,0,5690,0,1,0,0,0),(112511,28078,571,1,1,25376,1,5042.96,5704.66,-89.848,4.78377,300,5,0,5690,0,1,0,0,0),(112512,25774,571,1,1,22088,0,2040.75,6405.57,48.1284,2.42601,300,0,0,9610,0,0,0,0,0),(112513,24238,571,1,1,22232,1,1518.61,-5249.85,207.396,5.41052,300,0,0,35928,0,0,0,0,0),(112514,29358,571,1,1,26331,0,7257.34,-2621.5,814.849,0.289648,300,0,0,36525,0,2,0,0,0),(112515,29358,571,1,1,26331,0,7253.17,-2730.06,747.09,5.49841,300,0,0,36525,0,2,0,0,0),(112516,29358,571,1,1,26331,0,7330.98,-2413.06,749.54,3.27879,300,0,0,36525,0,0,0,0,0),(112517,29358,571,1,1,26331,0,7384.26,-2517.29,749.96,3.98639,300,0,0,36525,0,0,0,0,0),(112518,29358,571,1,1,26331,0,7259.02,-2272.72,755.357,5.96545,300,5,0,36525,0,1,0,0,0),(112519,29358,571,1,1,26331,0,7399.73,-2371.41,752.326,5.19667,300,0,0,36525,0,0,0,0,0),(112520,29358,571,1,1,26331,0,7314.36,-2325.05,752.229,5.5116,300,0,0,36525,0,0,0,0,0),(112521,27055,571,1,1,24260,1,3514.7,1999.16,64.9693,2.28638,300,0,0,9291,0,0,0,0,0),(112522,32687,571,1,1,28155,0,5828.75,502.496,657.442,3.19395,300,0,0,10080,8814,0,0,0,0),(112523,27567,571,1,1,24704,1,3642.18,763.603,75.7032,5.62821,300,0,0,102820,0,0,0,0,0),(112524,28079,571,1,1,25387,1,4893.67,5924.24,-33.8956,4.74729,300,0,0,5690,0,0,0,0,0),(112525,28079,571,1,1,25387,1,5015.43,5856.51,-65.9508,4.83456,300,0,0,5690,0,0,0,0,0),(112526,28079,571,1,1,25387,1,5022.55,5859.09,-66.2571,5.18363,300,0,0,5690,0,0,0,0,0),(112527,28079,571,1,1,25387,1,4803.17,5869.29,-25.881,5.3058,300,0,0,5690,0,0,0,0,0),(112528,28079,571,1,1,25387,1,4806.31,5870.73,-28.5755,5.32325,300,0,0,5690,0,0,0,0,0),(112529,28079,571,1,1,25387,1,4810.08,5920.51,-20.1235,5.75959,300,0,0,5690,0,0,0,0,0),(112530,28079,571,1,1,25387,1,4808.09,5917.56,-20.5168,5.53269,300,0,0,5690,0,0,0,0,0),(112531,28079,571,1,1,25387,1,4816.25,5894.73,-32.1035,6.21337,300,0,0,5690,0,0,0,0,0),(112532,28079,571,1,1,25387,1,4834.83,5872.98,-36.2781,3.97935,300,0,0,5690,0,0,0,0,0),(112533,28079,571,1,1,25387,1,4870.79,5857.5,-47.8749,4.34587,300,0,0,5690,0,0,0,0,0),(112534,28079,571,1,1,25387,1,4851.83,5871.78,-37.6284,4.90438,300,0,0,5690,0,0,0,0,0),(112535,28079,571,1,1,25387,1,4961.96,5893.58,-58.1473,5.21853,300,0,0,5690,0,0,0,0,0),(112536,28079,571,1,1,25387,1,4946.95,5929.64,-50.4712,6.07375,300,0,0,5690,0,0,0,0,0),(112537,28079,571,1,1,25387,1,4947.47,5924.02,-51.686,6.05629,300,0,0,5690,0,0,0,0,0),(112538,28079,571,1,1,25387,1,4853.81,5764.27,-58.4059,5.46288,300,0,0,5690,0,0,0,0,0),(112539,28079,571,1,1,25387,1,4856.93,5767.35,-58.3824,5.34071,300,0,0,5690,0,0,0,0,0),(112540,28079,571,1,1,25387,1,4798.66,5823.64,-30.0046,6.0912,300,0,0,5690,0,0,0,0,0),(112541,28079,571,1,1,25387,1,4819.84,5812.68,-37.7693,6.19592,300,0,0,5690,0,0,0,0,0),(112542,28079,571,1,1,25387,1,4819.97,5816,-38.2595,0.191986,300,0,0,5690,0,0,0,0,0),(112543,28079,571,1,1,25387,1,4802.67,5846.71,-31.2022,5.86431,300,0,0,5690,0,0,0,0,0),(112544,28079,571,1,1,25387,1,4804.08,5852.28,-31.5557,5.91667,300,0,0,5690,0,0,0,0,0),(112545,28079,571,1,1,25387,1,4815.66,5778.91,-40.1612,6.03884,300,0,0,5690,0,0,0,0,0),(112546,28079,571,1,1,25387,1,4813.76,5773.05,-41.6253,5.67232,300,0,0,5690,0,0,0,0,0),(112547,28079,571,1,1,25387,1,5030.71,5878.03,-63.7851,5.81195,300,0,0,5690,0,0,0,0,0),(112548,28079,571,1,1,25387,1,5032.28,5883.53,-63.8825,5.88176,300,0,0,5690,0,0,0,0,0),(112549,28079,571,1,1,25387,1,5028,5893.91,-63.4458,0.488692,300,0,0,5690,0,0,0,0,0),(112550,28079,571,1,1,25387,1,4983.53,5906.7,-57.1551,5.28835,300,0,0,5690,0,0,0,0,0),(112551,28079,571,1,1,25387,1,4987.94,5909.69,-57.8582,5.3058,300,0,0,5690,0,0,0,0,0),(112552,28079,571,1,1,25387,1,4856.5,5814.52,-49.5196,0.069813,300,0,0,5690,0,0,0,0,0),(112553,28079,571,1,1,25387,1,4916.51,5822.13,-59.746,5.75959,300,0,0,5690,0,0,0,0,0),(112554,28079,571,1,1,25387,1,4920.88,5805.79,-63.5244,6.12611,300,0,0,5690,0,0,0,0,0),(112555,28079,571,1,1,25387,1,4920.3,5809.95,-62.6004,6.0912,300,0,0,5690,0,0,0,0,0),(112556,28079,571,1,1,25387,1,4908.67,5827.21,-57.4953,2.16421,300,0,0,5690,0,0,0,0,0),(112557,28079,571,1,1,25387,1,4835.66,5765.75,-50.3853,5.55015,300,0,0,5690,0,0,0,0,0),(112558,28079,571,1,1,25387,1,4800.15,5903.56,-26.0904,6.26573,300,0,0,5690,0,0,0,0,0),(112559,28079,571,1,1,25387,1,4999.09,5830.56,-69.9264,5.2709,300,0,0,5690,0,0,0,0,0),(112560,28079,571,1,1,25387,1,4872.21,5797.77,-53.7009,0.488692,300,0,0,5690,0,0,0,0,0),(112561,28079,571,1,1,25387,1,4957.17,5679.58,-78.4099,-0.19143,300,0,0,5690,0,0,0,0,0),(112562,28079,571,1,1,25387,1,4968,5674.44,-80.0603,-1.50723,300,0,0,5690,0,0,0,0,0),(112563,28079,571,1,1,25387,1,4957.83,5681.09,-78.6247,-0.645392,300,0,0,5690,0,0,0,0,0),(112564,28079,571,1,1,25387,1,4943.13,5813.11,-64.3061,4.08407,300,0,0,5690,0,0,0,0,0),(112565,28079,571,1,1,25387,1,4905.89,5785.6,-61.9971,4.99164,300,0,0,5690,0,0,0,0,0),(112566,28079,571,1,1,25387,1,4964.17,5801.59,-65.4568,5.11381,300,0,0,5690,0,0,0,0,0),(112567,28079,571,1,1,25387,1,4972.21,5817.99,-63.6291,5.37561,300,0,0,5690,0,0,0,0,0),(112568,28079,571,1,1,25387,1,4979.36,5827.52,-63.9422,5.41052,300,0,0,5690,0,0,0,0,0),(112569,28079,571,1,1,25387,1,4969.07,5793.66,-69.3579,0.511272,300,5,0,5690,0,1,0,0,0),(112570,28079,571,1,1,25387,1,4939.9,5865.2,-59.9315,0.331613,300,0,0,5690,0,0,0,0,0),(112571,28079,571,1,1,25387,1,4898.07,5881.2,-49.4718,5.8724,300,5,0,5690,0,1,0,0,0),(112572,28079,571,1,1,25387,1,4909.22,5883.64,-52.7165,4.59022,300,0,0,5690,0,0,0,0,0),(112573,28079,571,1,1,25387,1,4899.86,5836.74,-57.2223,0.725994,300,5,0,5690,0,1,0,0,0),(112574,28079,571,1,1,25387,1,4897.27,5848.09,-54.8494,6.19592,300,0,0,5690,0,0,0,0,0),(112575,28079,571,1,1,25387,1,5063.1,5941.75,-59.6525,2.05846,300,5,0,5690,0,1,0,0,0),(112576,28079,571,1,1,25387,1,5012.92,5603.72,-92.7425,6.02366,300,5,0,5690,0,1,0,0,0),(112577,28079,571,1,1,25387,1,4958.85,5679.37,-78.3188,-0.28758,300,0,0,5690,0,0,0,0,0),(112578,28079,571,1,1,25387,1,5009.31,5603.47,-91.8446,-0.639985,300,0,0,5690,0,0,0,0,0),(112579,28079,571,1,1,25387,1,4976.76,5977.44,-36.8344,4.92183,300,0,0,5690,0,0,0,0,0),(112580,28079,571,1,1,25387,1,5035.42,5584.08,-94.4309,4.71239,300,0,0,5690,0,0,0,0,0),(112581,28079,571,1,1,25387,1,4964.34,5966.12,-38.2964,0.05236,300,0,0,5690,0,0,0,0,0),(112582,28079,571,1,1,25387,1,4985.4,5977.53,-39.058,4.17134,300,0,0,5690,0,0,0,0,0),(112583,28079,571,1,1,25387,1,5017.51,5610.17,-93.1315,2.83901,300,0,0,5690,0,0,0,0,0),(112584,28079,571,1,1,25387,1,4994.57,5649.74,-87.271,5.76048,300,0,0,5690,0,0,0,0,0),(112585,28079,571,1,1,25387,1,4979.73,5950.87,-47.3829,1.6057,300,0,0,5690,0,0,0,0,0),(112586,28079,571,1,1,25387,1,4950.62,5723.88,-76.2238,2.714,300,5,0,5690,0,1,0,0,0),(112587,28079,571,1,1,25387,1,5036.82,5573.92,-95.1492,4.82194,300,0,0,5690,0,0,0,0,0),(112588,28079,571,1,1,25387,1,5014.66,5599.22,-93.0841,1.63122,300,0,0,5690,0,0,0,0,0),(112589,28079,571,1,1,25387,1,4958.33,5748.53,-75.2798,5.01189,300,5,0,5690,0,1,0,0,0),(112590,28079,571,1,1,25387,1,4920.46,5734.79,-66.947,-0.586625,300,0,0,5690,0,0,0,0,0),(112591,28079,571,1,1,25387,1,4954.43,5635.75,-77.4759,4.57326,300,5,0,5690,0,1,0,0,0),(112592,28079,571,1,1,25387,1,4942.3,5683.85,-77.4457,4.61399,300,0,0,5690,0,0,0,0,0),(112593,28079,571,1,1,25387,1,4946.23,5714.33,-76.5423,4.86229,300,5,0,5690,0,1,0,0,0),(112594,28079,571,1,1,25387,1,4946.91,5672.81,-77.0257,2.18888,300,0,0,5690,0,0,0,0,0),(112595,28079,571,1,1,25387,1,5085.74,5834.6,-78.2901,5.01861,300,5,0,5690,0,1,0,0,0),(112596,28079,571,1,1,25387,1,5159.56,5633,-95.4604,4.71605,300,0,0,5690,0,0,0,0,0),(112597,28079,571,1,1,25387,1,4975.07,5798.94,-69.501,0.994838,300,0,0,5690,0,0,0,0,0),(112598,28079,571,1,1,25387,1,5085.71,5679.84,-93.3908,0.738096,300,0,0,5690,0,0,0,0,0),(112599,28079,571,1,1,25387,1,4963.1,5841.11,-64.6622,2.04204,300,0,0,5690,0,0,0,0,0),(112600,28079,571,1,1,25387,1,5093.83,5659.27,-94.7959,-3.11373,300,0,0,5690,0,0,0,0,0),(112601,28079,571,1,1,25387,1,4981.73,5679.51,-84.4374,5.40513,300,0,0,5690,0,0,0,0,0),(112602,28079,571,1,1,25387,1,5004.09,5617.23,-89.7425,3.74319,300,5,0,5690,0,1,0,0,0),(112603,28079,571,1,1,25387,1,4979.54,5575.64,-84.5775,5.66646,300,0,0,5690,0,0,0,0,0),(112604,28079,571,1,1,25387,1,4972.14,5566.67,-81.872,4.83372,300,0,0,5690,0,0,0,0,0),(112605,28079,571,1,1,25387,1,4974.63,5582.74,-83.7064,-1.44371,300,0,0,5690,0,0,0,0,0),(112606,28079,571,1,1,25387,1,4996.65,5645.67,-87.8266,4.9711,300,5,0,5690,0,1,0,0,0),(112607,28079,571,1,1,25387,1,4989.36,5620.61,-84.6659,5.61195,300,5,0,5690,0,1,0,0,0),(112608,28079,571,1,1,25387,1,5041.89,5709.88,-89.9089,5.01067,300,5,0,5690,0,1,0,0,0),(112609,32688,571,1,1,28156,0,5845.1,586.315,651.347,4.53786,300,0,0,10080,8814,0,0,0,0),(112610,27056,571,1,1,24261,0,3481.32,2008.06,64.9457,5.13127,300,0,0,8982,3155,0,0,0,0),(112611,30384,571,1,6,11686,0,7521.67,-971.053,467.634,3.66519,300,5,0,11770,0,1,0,0,0),(112612,23728,571,1,1,21707,0,600.131,-5032.45,5.46526,0.837758,300,0,0,29820,0,0,0,0,0),(112613,23472,571,1,1,16925,0,5805.11,639.124,659.633,2.74017,300,0,0,4120,0,0,0,0,0),(112614,23984,571,1,1,14549,0,1448.11,-3321.92,168.904,4.18879,300,0,0,46,0,0,0,0,0),(112615,23984,571,1,1,14551,0,1453.68,-3315.26,168.904,0.593412,300,0,0,46,0,0,0,0,0),(112616,25264,571,1,1,23035,1,2243.12,5402.47,1.73681,1.76278,300,0,0,144150,3309,0,0,0,0),(112618,28080,571,1,1,25640,1,6707.16,5156.77,-19.4783,2.32129,300,0,0,11001,0,0,0,0,0),(112619,28080,571,1,1,25640,1,6656.94,5124.21,-35.2076,1.58544,300,5,0,11001,0,1,0,0,0),(112620,28080,571,1,1,25379,1,6630.12,5180.35,-40.8894,2.25148,300,0,0,11001,0,0,0,0,0),(112621,28080,571,1,1,25640,1,6539.96,5135.16,-52.7691,2.08499,300,5,0,11001,0,1,0,0,0),(112622,28080,571,1,1,25379,1,6579.11,5160.23,-45.6312,5.55015,300,5,0,11001,0,1,0,0,0),(112623,28080,571,1,1,25379,1,6542.12,5176.71,-54.9706,3.68653,300,5,0,11001,0,1,0,0,0),(112624,28080,571,1,1,25640,1,6541.44,5208.82,-52.1921,3.00197,300,0,0,11001,0,0,0,0,0),(112625,28080,571,1,1,25379,1,6546.56,5080.02,-53.6362,0.651706,300,5,0,11001,0,1,0,0,0),(112626,28080,571,1,1,25379,1,6601.62,5185.89,-42.299,3.29968,300,0,0,11001,0,0,0,0,0),(112627,28080,571,1,1,25379,1,6624.11,5056.07,-38.5352,2.00128,300,5,0,11001,0,1,0,0,0),(112628,28080,571,1,1,25640,1,6619.36,5079.86,-38.8001,4.31429,300,5,0,11001,0,1,0,0,0),(112629,28080,571,1,1,25640,1,6619.78,5111.64,-36.4903,6.02139,300,0,0,11001,0,0,0,0,0),(112630,28080,571,1,1,25379,1,6628.38,5068.67,-38.0097,4.29351,300,0,0,11001,0,0,0,0,0),(112631,28080,571,1,1,25640,1,6532.92,5150.43,-56.3581,3.90075,300,5,0,11001,0,1,0,0,0),(112632,27824,571,1,1,14704,0,3585.75,-1207.84,86.1706,5.55089,300,5,0,9610,3309,1,0,0,0),(112633,27824,571,1,1,14704,0,3598.22,-1204.02,89.1248,3.1435,300,5,0,9610,3309,1,0,0,0),(112634,27824,571,1,1,14704,0,3585.36,-1245.62,86.1705,1.922,300,5,0,9610,3309,1,0,0,0),(112635,27824,571,1,1,14704,0,3598.57,-1249.82,86.0955,2.91551,300,5,0,9610,3309,1,0,0,0),(112636,27824,571,1,1,14704,0,3575.24,-1218.65,86.1764,2.09819,300,5,0,9610,3309,1,0,0,0),(112637,26544,571,1,1,28135,1,4186.27,-1871.81,204.547,6.10865,300,0,0,9940,0,0,0,0,0),(112638,27569,571,1,1,11686,0,3008.66,4101.58,23.8834,6.17846,300,0,0,9940,0,0,0,0,0),(112639,32689,571,1,1,28159,0,5804.7,633.228,647.63,0.174533,300,0,0,10080,8814,0,0,0,0),(112640,27057,571,1,1,24267,0,3475.58,1979.33,64.9656,0.872665,300,0,0,8982,0,0,0,0,0),(112641,23729,571,1,1,21708,1,586.722,-4951.09,27.6738,5.68977,300,0,0,25524,23943,0,0,0,0),(112642,23985,571,1,1,22255,0,1450.13,-3317.5,168.882,6.22843,300,0,0,8982,0,0,0,0,0),(112643,28081,571,1,1,25385,1,6665.7,5019.8,-15.8159,3.33358,300,0,0,11001,0,0,0,0,0),(112644,28081,571,1,1,25385,1,6686.64,5218.41,-17.8379,4.13643,300,0,0,11001,0,0,0,0,0),(112645,28081,571,1,1,25385,1,6605.46,5138.35,-35.9772,1.76278,300,0,0,11001,0,0,0,0,0),(112646,28081,571,1,1,25385,1,6647.04,5042.07,-31.2682,3.82227,300,0,0,11001,0,0,0,0,0),(112647,28081,571,1,1,25385,1,6665.5,5135.03,-35.3874,0,300,5,0,11001,0,1,0,0,0),(112648,28081,571,1,1,25385,1,6673.42,5156.06,-28.5076,3.7001,300,0,0,11001,0,0,0,0,0),(112649,28081,571,1,1,25385,1,6631.44,5199.98,-35.7421,4.13643,300,0,0,11001,0,0,0,0,0),(112650,28081,571,1,1,25385,1,6619.93,5190.54,-41.4014,5.91667,300,0,0,11001,0,0,0,0,0),(112651,28081,571,1,1,25385,1,6587.66,5261.57,-27.0896,3.29867,300,0,0,11001,0,0,0,0,0),(112652,28081,571,1,1,25385,1,6528,5115.81,-52.6574,3.76991,300,0,0,11001,0,0,0,0,0),(112653,28081,571,1,1,25385,1,6539.81,5196.24,-52.2772,3.33358,300,0,0,11001,0,0,0,0,0),(112654,28081,571,1,1,25385,1,6571.05,5059.18,-47.3356,4.13643,300,0,0,11001,0,0,0,0,0),(112655,28081,571,1,1,25385,1,6577.89,5076.4,-43.9511,3.80482,300,0,0,11001,0,0,0,0,0),(112656,28081,571,1,1,25385,1,6605.75,5079.89,-39.5242,4.15388,300,0,0,11001,0,0,0,0,0),(112657,28081,571,1,1,25385,1,6671.56,5111.69,-31.9934,6.01731,300,0,0,11001,0,0,0,0,0),(112682,25521,571,1,2,25632,1,1837.73,6021.03,0.543212,5.98003,300,10,0,6986,0,1,0,0,0),(112680,25521,571,1,2,25632,1,1902.58,5975.92,9.03457,2.04204,300,0,0,6986,0,0,0,0,0),(112679,25521,571,1,2,25632,1,1861.77,5860.9,4.95504,4.74729,300,0,0,6986,0,0,0,0,0),(112678,25521,571,1,2,25632,1,1902.27,5803.66,6.06117,0.977384,300,0,0,6986,0,0,0,0,0),(112677,25521,571,1,2,25632,1,1920.53,5770.22,6.38923,3.87463,300,0,0,6986,0,0,0,0,0),(112673,25521,571,1,2,25632,1,1858.94,5820.32,5.66559,5.21853,300,0,0,6986,0,0,0,0,0),(112672,25521,571,1,2,25632,1,1905.14,5898.42,13.0672,1.54216,300,5,0,6986,0,1,0,0,0),(112671,25521,571,1,2,25632,1,1853.63,5846.97,2.74073,5.74213,300,0,0,6986,0,2,0,0,0),(112670,25521,571,1,2,25632,1,1884.51,6010.98,4.95988,1.01229,300,0,0,6986,0,0,0,0,0),(112669,25521,571,1,2,25632,1,1907.99,6008.05,8.01103,2.18166,300,0,0,6986,0,0,0,0,0),(112668,25521,571,1,2,25632,1,1878.55,6034.04,2.88499,5.95157,300,0,0,6986,0,0,0,0,0),(112667,25521,571,1,2,25632,1,1927.36,5845.77,11.8317,4.59022,300,0,0,6986,0,0,0,0,0),(112666,25521,571,1,2,25632,1,1923.25,5739.29,5.95627,4.39823,300,0,0,6986,0,0,0,0,0),(112665,25521,571,1,2,25632,1,1953.28,5720.14,9.68446,4.88692,300,0,0,6986,0,0,0,0,0),(112664,25521,571,1,2,25632,1,1825.72,5784.94,0.46574,4.55481,300,5,0,6986,0,1,0,0,0),(112674,29617,571,1,1,23031,1,2125.58,5355.01,21.1216,3.95688,300,0,0,7984,0,2,0,0,0),(112675,29617,571,1,1,23031,1,2279.51,5153.01,1.28274,4.35353,300,0,0,7984,0,2,0,0,0),(112676,29617,571,1,1,23031,1,2136.45,5350.42,21.6257,-2.21656,300,0,0,7984,0,2,0,0,0),(112663,25521,571,1,2,25632,1,1846.27,5754.29,0.229341,5.68977,300,0,0,6986,0,0,0,0,0),(112662,25521,571,1,2,25632,1,1856.79,5734.71,-0.010504,2.72271,300,0,0,6986,0,0,0,0,0),(112661,25521,571,1,2,25632,1,1847.33,6066.56,-0.254634,0.523599,300,0,0,6986,0,0,0,0,0),(112660,25521,571,1,2,25632,1,1868.55,5694.1,0.398424,2.75762,300,0,0,6986,0,0,0,0,0),(112681,29617,571,1,1,23031,1,2252.5,5398.59,1.76104,2.57248,300,0,0,7984,0,2,0,0,0),(112659,25521,571,1,2,25632,1,1844.32,5699.13,-1.35645,5.63741,300,0,0,6986,0,0,0,0,0),(112658,25521,571,1,2,25632,1,1865.83,6081.9,-0.296398,3.64774,300,0,0,6986,0,0,0,0,0),(112684,23986,571,1,1,14346,0,1444.64,-3319.87,168.904,4.03171,300,0,0,9880,0,0,0,0,0),(112685,23986,571,1,1,14346,0,1452.08,-3312,168.905,0.575959,300,0,0,9880,0,0,0,0,0),(112686,32690,571,1,1,28160,0,5806.18,633.382,647.635,3.1765,300,0,0,10080,8814,0,0,0,0),(112687,27058,571,1,1,24254,0,4502.24,5757.56,81.6196,3.21141,300,0,0,8982,0,0,0,0,0),(112688,24754,571,1,1,24054,0,702.997,-2929.05,-2.98511,5.74213,300,0,0,8982,0,0,0,0,0),(112689,24754,571,1,1,24054,0,696.87,-2936.24,-2.98512,0.453786,300,0,0,8982,0,0,0,0,0),(112690,24754,571,1,1,24054,0,735.595,-2923.2,7.25743,5.70723,300,0,0,8982,0,0,0,0,0),(112691,28082,571,1,1,25388,1,5280.53,4533.72,-80.4395,3.80482,300,0,0,117700,3809,0,0,0,0),(112692,29618,571,1,1,27172,1,6374.72,-1408.65,431.003,1.79769,300,0,0,11001,3643,0,0,0,0),(112693,26290,571,1,1,23784,0,3966.58,272.363,15.73,2.35244,300,0,0,126000,0,2,0,0,0),(112694,27570,571,1,1,7196,1,2830.78,-1967.18,12.2421,5.32325,300,0,0,9940,0,0,0,0,0),(112695,27570,571,1,1,5832,1,2849.46,-1891.92,11.8713,1.53589,300,0,0,9940,0,0,0,0,0),(112696,27570,571,1,1,5832,1,2852.43,-1870.7,11.681,4.06662,300,0,0,9940,0,0,0,0,0),(112697,27570,571,1,1,5832,1,2717.42,-2060.3,4.55148,1.72083,300,5,0,9940,0,1,0,0,0),(112698,27570,571,1,1,7196,1,2731.15,-2058.41,4.67616,0.004837,300,5,0,9940,0,1,0,0,0),(112699,27570,571,1,1,3921,1,2727.16,-2061.35,4.93987,1.81514,300,0,0,9940,0,0,0,0,0),(112700,27570,571,1,1,16952,1,2733.64,-2061.17,4.93467,1.88496,300,0,0,9940,0,0,0,0,0),(112701,27570,571,1,1,3921,1,2728.76,-2052.24,5.80164,5.54117,300,5,0,9940,0,1,0,0,0),(112702,27570,571,1,1,7196,1,2721.01,-2050.16,4.56637,0.872665,300,0,0,9940,0,0,0,0,0),(112703,27570,571,1,1,3921,1,2834.58,-1956.3,12.2676,0.663225,300,0,0,9940,0,0,0,0,0),(112704,27570,571,1,1,5832,1,2832.84,-1959.32,12.1788,1.34678,300,5,0,9940,0,1,0,0,0),(112705,27570,571,1,1,16952,1,2829.17,-1977.3,10.7418,2.33077,300,5,0,9940,0,1,0,0,0),(112706,27570,571,1,1,16952,1,2832.07,-1863.06,11.953,2.77767,300,5,0,9940,0,1,0,0,0),(112707,27570,571,1,1,3921,1,2838.27,-1855.43,11.9847,4.85202,300,0,0,9940,0,0,0,0,0),(112708,27570,571,1,1,5832,1,2834.03,-1874.43,12.055,0.837758,300,0,0,9940,0,0,0,0,0),(112709,27570,571,1,1,16952,1,2844.66,-1876.15,11.6376,5.39861,300,5,0,9940,0,1,0,0,0),(112710,27570,571,1,1,7196,1,2841.93,-1865.19,11.9834,1.40525,300,5,0,9940,0,1,0,0,0),(112711,27570,571,1,1,16952,1,2845.2,-1883.01,11.5768,3.40005,300,5,0,9940,0,1,0,0,0),(112712,27570,571,1,1,3921,1,2852.98,-1877.83,11.5923,2.50732,300,5,0,9940,0,1,0,0,0),(112713,27570,571,1,1,7196,1,2858.49,-1884.92,11.8653,2.47837,300,0,0,9940,0,0,0,0,0),(112714,24754,571,1,1,24054,0,704.72,-2933.76,-3.06848,3.37825,300,5,0,8982,0,1,0,0,0),(112715,24754,571,1,1,24054,0,709.581,-2932.59,-3.06848,3.37828,300,5,0,8982,0,1,0,0,0),(112716,24754,571,1,1,24054,0,714.441,-2931.42,-2.74744,3.37823,300,5,0,8982,0,1,0,0,0),(112717,24754,571,1,1,24054,0,782.683,-2985.29,16.147,2.19912,300,0,0,8982,0,0,0,0,0),(112718,24754,571,1,1,24054,0,780.927,-2978.11,12.9828,1.77119,300,5,0,8982,0,1,0,0,0),(112721,24754,571,1,1,24054,0,772.831,-2961.55,9.05079,2.10001,300,5,0,8982,0,1,0,0,0),(112722,24754,571,1,1,24054,0,775.357,-2965.87,9.78456,2.09999,300,5,0,8982,0,1,0,0,0),(112726,27570,571,1,1,5832,1,2734.38,-2048.96,4.47812,5.73903,300,5,0,9940,0,1,0,0,0),(112729,27570,571,1,1,16952,1,2832.37,-1975.28,10.7418,1.6223,300,5,0,9940,0,1,0,0,0),(112730,27570,571,1,1,5832,1,2833.67,-1862.52,11.9553,-2.08601,300,0,0,9940,0,0,0,0,0),(112731,27570,571,1,1,3921,1,2827.57,-1869.55,11.8761,-2.32824,300,0,0,9940,0,0,0,0,0),(112733,27570,571,1,1,16952,1,2848.42,-1963.02,10.8252,1.23918,300,0,0,9940,0,0,0,0,0),(112734,27570,571,1,1,16952,1,2738.3,-1941.73,4.12081,3.78204,300,5,0,9940,0,1,0,0,0),(112736,27570,571,1,1,7196,1,2825.17,-1920.03,9.03181,1.48084,300,5,0,9940,0,1,0,0,0),(112738,27570,571,1,1,16952,1,2745.86,-1936.1,4.53868,3.78205,300,5,0,9940,0,1,0,0,0),(112739,27570,571,1,1,3921,1,2853.09,-1972.42,10.8252,0.383972,300,0,0,9940,0,0,0,0,0),(112740,27570,571,1,1,3921,1,2823.46,-1939,10.4171,1.48084,300,5,0,9940,0,1,0,0,0),(112763,25522,571,1,2,25632,1,1791.1,5964.14,0.270858,2.96133,300,0,0,6986,0,0,0,0,0),(112742,27570,571,1,1,7196,1,2833.44,-1865.94,11.9815,4.05639,300,5,0,9940,0,1,0,0,0),(112745,27570,571,1,1,5832,1,2842.18,-1874.98,11.8223,2.1293,300,0,0,9940,0,0,0,0,0),(112746,27570,571,1,1,3921,1,2840.27,-1867.84,11.9554,4.14188,300,5,0,9940,0,1,0,0,0),(112762,25522,571,1,2,25632,1,1878.93,5953.32,7.23426,1.65919,300,10,0,6986,0,1,0,0,0),(112761,25522,571,1,2,25632,1,1869.09,5953.95,6.38201,2.60536,300,0,0,6986,0,2,0,0,0),(112760,25522,571,1,2,25632,1,1779.41,5921.69,0.437028,3.29867,300,0,0,6986,0,0,0,0,0),(112759,25522,571,1,2,25632,1,1806.14,5998.53,0.846647,3.07178,300,0,0,6986,0,0,0,0,0),(112758,25522,571,1,2,25632,1,1846.44,5925.27,2.37993,2.80998,300,0,0,6986,0,0,0,0,0),(112757,25522,571,1,2,25632,1,1951.73,5886.47,14.5534,6.26029,300,0,0,6986,0,0,0,0,0),(112756,25522,571,1,2,25632,1,1957.72,5843.78,13.1988,3.26007,300,5,0,6986,0,1,0,0,0),(112755,25522,571,1,2,25632,1,1863.07,5721.26,0.544473,3.4195,300,0,0,6986,0,2,0,0,0),(112754,25522,571,1,2,25632,1,1875.2,5805.04,3.5264,4.3996,300,5,0,6986,0,1,0,0,0),(112753,25522,571,1,2,25632,1,1802.26,5846.73,0.424691,3.22886,300,0,0,6986,0,0,0,0,0),(112752,25522,571,1,2,25632,1,1795.87,5880.46,1.02412,3.1765,300,0,0,6986,0,0,0,0,0),(112751,25522,571,1,2,25632,1,1977.6,5786,14.1785,6.23082,300,0,0,6986,0,0,0,0,0),(112750,25522,571,1,2,25632,1,1896.16,5667.92,5.92525,4.97419,300,0,0,6986,0,0,0,0,0),(112749,25522,571,1,2,25632,1,1861.15,5768.95,0.632679,5.48233,300,5,0,6986,0,1,0,0,0),(112741,25522,571,1,2,25632,1,1962.77,5996.6,12.8986,6.19592,300,0,0,6986,0,0,0,0,0),(112767,29618,571,1,1,27181,1,6286.88,-1191.59,424.651,1.63529,300,0,0,11001,3643,0,0,0,0),(112768,29618,571,1,1,27172,1,6377.58,-1173.94,426.961,4.72441,300,5,0,11001,3643,1,0,0,0),(112769,29618,571,1,1,27181,1,6325.49,-1178.42,425.63,1.54248,300,0,0,11001,3643,0,0,0,0),(112770,29618,571,1,1,27172,1,6365.39,-1174.91,427.149,2.83449,300,5,0,11001,3643,1,0,0,0),(112771,29618,571,1,1,27172,1,6286.6,-1318.08,426.287,2.03159,300,0,0,11001,3643,0,0,0,0),(112772,29618,571,1,1,27181,1,6389.11,-1184.38,426.621,1.60173,300,5,0,11001,3643,1,0,0,0),(112773,29618,571,1,1,27181,1,6374.24,-1197.44,426.241,2.15137,300,5,0,11001,3643,1,0,0,0),(112774,29618,571,1,1,27172,1,6358.82,-1184.1,426.902,1.74886,300,5,0,11001,3643,1,0,0,0),(112775,29618,571,1,1,27172,1,6309.1,-1333.89,427.914,1.54266,300,0,0,11001,3643,0,0,0,0),(112776,29618,571,1,1,27181,1,6332.46,-1254.93,428.861,1.27393,300,0,0,11001,3643,0,0,0,0),(112777,29618,571,1,1,27172,1,6305.9,-1351.45,427.539,1.6926,300,0,0,11001,3643,0,0,0,0),(112778,29618,571,1,1,27181,1,6348.87,-1258.06,428.86,1.06658,300,0,0,11001,3643,0,0,0,0),(112779,29618,571,1,1,27172,1,6384.73,-1165.75,426.437,4.84745,300,5,0,11001,3643,1,0,0,0),(112780,29618,571,1,1,27181,1,6344.95,-1290.9,427.928,2.23031,300,0,0,11001,3643,0,0,0,0),(112781,29618,571,1,1,27172,1,6362.02,-1237.6,427.485,0.998069,300,0,0,11001,3643,0,0,0,0),(112782,29618,571,1,1,27172,1,6356.72,-1178.23,426.774,3.72557,300,5,0,11001,3643,1,0,0,0),(112783,29618,571,1,1,27172,1,6302.25,-1281.97,426.763,1.8251,300,0,0,11001,3643,0,0,0,0),(112784,29618,571,1,1,27181,1,6324.62,-1184.11,425.784,1.29915,300,0,0,11001,3643,0,0,0,0),(112785,29618,571,1,1,27172,1,6335.93,-1327.96,428.696,2.02362,300,0,0,11001,3643,0,0,0,0),(112786,29618,571,1,1,27181,1,6362.78,-1357.76,428.199,0.978462,300,5,0,11001,3643,1,0,0,0),(112787,29618,571,1,1,27172,1,6307.24,-1338.16,427.789,1.4651,300,0,0,11001,3643,0,0,0,0),(112788,29618,571,1,1,27172,1,6307.37,-1278.23,427.513,2.04408,300,0,0,11001,3643,0,0,0,0),(112789,29618,571,1,1,27172,1,6381.66,-1193.53,426.09,1.74457,300,5,0,11001,3643,1,0,0,0),(112790,29618,571,1,1,27181,1,6321.94,-1305.06,428.506,2.1206,300,0,0,11001,3643,0,0,0,0),(112791,29618,571,1,1,27181,1,6337.55,-1330.54,428.946,1.56104,300,0,0,11001,3643,0,0,0,0),(112792,29618,571,1,1,27172,1,6361.34,-1245.14,428.074,1.31151,300,5,0,11001,3643,1,0,0,0),(112793,29618,571,1,1,27181,1,6319.23,-1308.11,428.881,1.19124,300,0,0,11001,3643,0,0,0,0),(112794,29618,571,1,1,27181,1,6302.52,-1332.94,427.381,1.63305,300,0,0,11001,3643,0,0,0,0),(112796,29618,571,1,1,27172,1,6384.89,-1305.92,433.835,1.82668,300,5,0,11001,3643,1,0,0,0),(112797,29618,571,1,1,27181,1,6350.43,-1366.74,426.792,1.91314,300,0,0,11001,3643,0,0,0,0),(112798,29618,571,1,1,27181,1,6367.2,-1337.15,429.731,1.42009,300,0,0,11001,3643,0,0,0,0),(112799,29618,571,1,1,27172,1,6369.2,-1329.54,430.257,1.25293,300,5,0,11001,3643,1,0,0,0),(112800,29618,571,1,1,27172,1,6339.23,-1336.96,429.202,1.43971,300,0,0,11001,3643,0,0,0,0),(112801,29618,571,1,1,27181,1,6317.63,-1352.1,427.664,1.54991,300,0,0,11001,3643,0,0,0,0),(112802,29618,571,1,1,27181,1,6300.35,-1345.79,427.039,1.90234,300,0,0,11001,3643,0,0,0,0),(112803,29618,571,1,1,27181,1,6314.07,-1326.21,427.846,1.70752,300,5,0,11001,3643,1,0,0,0),(112804,29618,571,1,1,27181,1,6380.25,-1202.42,426.122,1.34113,300,5,0,11001,3643,1,0,0,0),(112805,29618,571,1,1,27181,1,6345.01,-1334.16,429.452,1.73578,300,0,0,11001,3643,0,0,0,0),(112806,29618,571,1,1,27181,1,6362.61,-1366.75,427.417,1.66329,300,0,0,11001,3643,0,0,0,0),(112807,29618,571,1,1,27181,1,6376.25,-1302.7,431.834,1.32575,300,0,0,11001,3643,0,0,0,0),(112808,29618,571,1,1,27172,1,6313.42,-1286.16,427.263,2.16998,300,0,0,11001,3643,0,0,0,0),(112809,29618,571,1,1,27172,1,6398.95,-1291.38,438.417,1.90027,300,5,0,11001,3643,1,0,0,0),(112810,29618,571,1,1,27172,1,6318.52,-1416.39,426.156,1.58825,300,0,0,11001,3643,0,0,0,0),(112811,29618,571,1,1,27172,1,6309.63,-1381.45,426.078,1.48089,300,0,0,11001,3643,0,0,0,0),(112812,29618,571,1,1,27181,1,6306.96,-1385.73,426.03,1.69903,300,5,0,11001,3643,1,0,0,0),(112813,29618,571,1,1,27172,1,6391.14,-1386.29,434.931,0.970712,300,0,0,11001,3643,0,0,0,0),(112814,29618,571,1,1,27172,1,6373.99,-1396.13,430.022,1.81514,300,0,0,11001,3643,0,0,0,0),(112815,29618,571,1,1,27172,1,6375.91,-1304.04,431.756,1.32574,300,5,0,11001,3643,1,0,0,0),(112816,29618,571,1,1,27181,1,6315.31,-1410.04,425.595,1.58825,300,0,0,11001,3643,0,0,0,0),(112817,29618,571,1,1,27181,1,6379.46,-1385.66,430.71,1.07394,300,5,0,11001,3643,1,0,0,0),(112819,29618,571,1,1,27181,1,6355.76,-1380.07,426.917,1.70961,300,0,0,11001,3643,0,0,0,0),(112821,29618,571,1,1,27172,1,6334.94,-1370.96,426.667,1.15096,300,0,0,11001,3643,0,0,0,0),(112822,29618,571,1,1,27181,1,6357.37,-1364.7,427.202,1.76777,300,0,0,11001,3643,0,0,0,0),(112823,29618,571,1,1,27172,1,6364.54,-1359.25,428.188,1.34334,300,5,0,11001,3643,1,0,0,0),(112824,29618,571,1,1,27172,1,6329.74,-1361.53,427.164,1.44538,300,0,0,11001,3643,0,0,0,0),(112826,29618,571,1,1,27172,1,6341.98,-1367.52,426.667,1.79477,300,0,0,11001,3643,0,0,0,0),(112827,29618,571,1,1,27181,1,6390.53,-1375.26,434.391,1.16308,300,5,0,11001,3643,1,0,0,0),(112828,29618,571,1,1,27181,1,6360.3,-1380.09,427.253,1.75871,300,5,0,11001,3643,1,0,0,0),(112829,29618,571,1,1,27172,1,6351.63,-1403.87,427.001,1.72788,300,0,0,11001,3643,0,0,0,0),(112830,29618,571,1,1,27181,1,6360.04,-1378.69,427.346,1.34334,300,5,0,11001,3643,1,0,0,0),(112831,29618,571,1,1,27181,1,6305.91,-1384.51,425.97,1.43263,300,5,0,11001,3643,1,0,0,0),(112832,29618,571,1,1,27172,1,6370.63,-1400,429.297,1.79769,300,0,0,11001,3643,0,0,0,0),(112833,29618,571,1,1,27181,1,6362.6,-1410.39,428.594,1.76278,300,0,0,11001,3643,0,0,0,0),(112834,29618,571,1,1,27172,1,6305.74,-1418.46,426.53,1.5708,300,0,0,11001,3643,0,0,0,0),(112835,29618,571,1,1,27172,1,6310.28,-1411.5,426.042,1.5708,300,0,0,11001,3643,0,0,0,0),(112836,29618,571,1,1,27181,1,6309.81,-1416.05,426.466,1.5708,300,0,0,11001,3643,0,0,0,0),(112837,29618,571,1,1,27172,1,6377.85,-1405.79,431.888,1.81514,300,0,0,11001,3643,0,0,0,0),(112838,29618,571,1,1,27181,1,6364.04,-1415.59,429.184,1.76278,300,0,0,11001,3643,0,0,0,0),(112840,29618,571,1,1,27172,1,6356.18,-1417.19,428.198,1.72788,300,0,0,11001,3643,0,0,0,0),(112841,29618,571,1,1,27172,1,6360.64,-1413.5,428.606,1.74533,300,0,0,11001,3643,0,0,0,0),(112842,29618,571,1,1,27181,1,6301.46,-1415.26,426.129,1.55334,300,0,0,11001,3643,0,0,0,0),(112843,29618,571,1,1,27181,1,6313.69,-1415.55,426.302,1.5708,300,0,0,11001,3643,0,0,0,0),(112844,29618,571,1,1,27172,1,6312.44,-1420.1,426.667,1.65691,300,5,0,11001,3643,1,0,0,0),(112845,23987,571,1,1,14338,0,1440.26,-3313.82,168.885,1.44862,300,0,0,9880,0,0,0,0,0),(112846,26291,571,1,1,12815,1,4928.23,797.938,126.853,4.55531,300,5,0,29820,0,1,0,0,0),(112847,26291,571,1,1,12815,1,4978.89,755.03,129.433,0.855211,300,5,0,29820,0,1,0,0,0),(112848,26291,571,1,1,12815,1,4918.27,309.193,183.125,2.67035,300,0,0,29820,0,0,0,0,0),(112850,23731,571,1,1,21710,1,599.04,-4928.18,19.0865,4.99164,300,0,0,1,6749,0,0,0,0),(112851,24755,571,1,1,24057,0,820.483,-2910.46,7.63848,1.71042,300,0,0,9940,0,0,0,0,0),(112852,32691,571,1,1,28161,0,5751.11,587.113,649.777,1.6057,300,0,0,10080,8814,0,0,0,0),(112853,26291,571,1,1,12815,1,4830.89,164.753,148.459,5.0091,300,0,0,29820,0,0,0,0,0),(112854,26291,571,1,1,12815,1,4907.39,174.313,176.634,3.07178,300,0,0,29820,0,0,0,0,0),(112855,26291,571,1,1,12815,1,4822.13,52.333,76.4789,3.96336,300,0,0,29820,0,2,0,0,0),(112856,26291,571,1,1,12815,1,4891.67,755.158,121.771,3.40339,300,5,0,29820,0,1,0,0,0),(112857,26291,571,1,1,12815,1,4841.86,76.2959,111.203,5.2709,300,0,0,29820,0,0,0,0,0),(112858,26291,571,1,1,12815,1,4819.59,414.277,162.483,0.645772,300,0,0,29820,0,0,0,0,0),(112859,26291,571,1,1,12815,1,4768.94,114.772,72.9192,1.0821,300,0,0,29820,0,0,0,0,0),(112860,26291,571,1,1,12815,1,4704.97,56.0561,91.8231,4.29351,300,0,0,29820,0,0,0,0,0),(112861,27571,571,1,1,24971,1,4954.87,1294.05,234.882,1.39626,300,0,0,53175,17805,0,0,0,0),(112862,32435,571,1,1,20763,0,5856.26,589.199,608.38,0.871422,300,0,0,12852,0,2,0,0,0),(112863,27571,571,1,1,24971,1,4952.81,1300.47,235.019,5.28835,300,0,0,53175,17805,0,0,0,0),(112864,28083,571,1,1,20595,0,4801.76,4364.83,-56.6859,2.42601,300,5,0,11770,0,1,0,0,0),(112865,26291,571,1,1,12815,1,4770.23,469.969,111.768,2.05884,300,0,0,29820,0,2,0,0,0),(112866,26291,571,1,1,12815,1,4874.09,452.328,115.698,0.069813,300,0,0,29820,0,2,0,0,0),(112867,26291,571,1,1,12815,1,4886.73,196.3,99.9499,2.44346,300,0,0,29820,0,2,0,0,0),(112868,26291,571,1,1,12815,1,4840.71,159.99,94.528,3.90782,300,0,0,29820,0,2,0,0,0),(112869,8883,571,1,1,2405,0,2758.67,-170.319,138.861,3.90954,300,0,0,42,0,0,0,0,0),(112870,8883,571,1,1,2402,0,2751.74,-164.595,138.861,4.04916,300,0,0,42,0,0,0,0,0),(112871,8883,571,1,1,2410,0,2756.31,-168.32,138.861,3.9968,300,0,0,42,0,0,0,0,0),(112872,8883,571,1,1,2408,0,2734.55,-178.769,138.861,4.53786,300,0,0,42,0,0,0,0,0),(112873,28851,571,1,1,27270,0,6294.62,-4243.87,447.484,4.15718,300,5,0,11001,0,1,0,0,0),(112874,26291,571,1,1,12815,1,4902.97,379.052,177.572,2.33874,300,0,0,29820,0,0,0,0,0),(112875,27571,571,1,1,24971,1,4812.69,1312.24,171.498,1.4793,300,0,0,53175,17805,0,0,0,0),(112876,28851,571,1,1,27270,0,6362.45,-4283.15,458.931,1.8158,300,5,0,11001,0,1,0,0,0),(132581,21787,530,1,1,20682,1,-3703.61,3307.41,312.231,2.68364,180,5,0,5744,3231,1,0,0,0),(112878,26291,571,1,1,12815,1,4745.93,474.597,127.136,1.48353,300,0,0,29820,0,0,0,0,0),(112879,26291,571,1,1,12815,1,4791.89,130.309,130.861,4.60767,300,0,0,29820,0,0,0,0,0),(112880,26291,571,1,1,12815,1,4811.91,570.448,168.001,3.05433,300,0,0,29820,0,0,0,0,0),(112881,28851,571,1,1,27270,0,6315.69,-4325.18,447.495,2.83455,300,0,0,11001,0,0,0,0,0),(112882,28851,571,1,1,27270,0,6314.89,-4352.36,452.206,0.653695,300,5,0,11001,0,1,0,0,0),(112883,28851,571,1,1,27270,0,6225.55,-4199.13,436.539,2.43968,300,0,0,11001,0,0,0,0,0),(112884,28851,571,1,1,27270,0,6245.74,-4287.6,436.497,2.0688,300,5,0,11001,0,1,0,0,0),(112885,28851,571,1,1,27270,0,6207.16,-4323.65,444.859,4.9733,300,0,0,11001,0,0,0,0,0),(112886,28851,571,1,1,27270,0,6367.91,-4203.74,458.968,1.81347,300,0,0,11001,0,0,0,0,0),(112887,28851,571,1,1,27270,0,6340.85,-4148.84,458.931,5.9441,300,0,0,11001,0,0,0,0,0),(112888,28851,571,1,1,27270,0,6186.85,-4146.38,447.797,5.14896,300,0,0,11001,0,0,0,0,0),(112889,28851,571,1,1,27270,0,6281.41,-4312.67,447.62,4.98974,300,0,0,11001,0,0,0,0,0),(112890,28851,571,1,1,27270,0,6253.77,-4154.98,447.58,5.47513,300,0,0,11001,0,0,0,0,0),(112891,27571,571,1,1,24970,1,4815.26,1298.17,175.561,1.90241,300,0,0,53175,17805,0,0,0,0),(112892,29619,571,1,1,24857,1,6358.48,-1188.55,427.016,1.59228,300,0,0,11379,0,0,0,0,0),(112893,29619,571,1,1,24857,1,6368.39,-1191.26,426.928,1.60204,300,0,0,11379,0,0,0,0,0),(112894,29619,571,1,1,24857,1,6314.34,-1374.65,426.078,1.93204,300,0,0,11379,0,0,0,0,0),(112895,29619,571,1,1,24857,1,6327.26,-1412.09,425.41,1.62316,300,0,0,11379,0,0,0,0,0),(112896,29619,571,1,1,24857,1,6328.53,-1375.4,426.328,1.80074,300,0,0,11379,0,0,0,0,0),(112897,29619,571,1,1,24857,1,6340.84,-1272.71,428.244,1.42268,300,5,0,11379,0,1,0,0,0),(112898,29619,571,1,1,24857,1,6347.43,-1372.53,426.542,1.55935,300,0,0,11379,0,0,0,0,0),(112899,29619,571,1,1,24857,1,6347.06,-1411.58,426.997,1.69297,300,0,0,11379,0,0,0,0,0),(112900,29619,571,1,1,24857,1,6340.1,-1364.46,426.961,1.38125,300,5,0,11379,0,1,0,0,0),(112901,29619,571,1,1,24857,1,6356.83,-1335.67,429.361,1.32052,300,5,0,11379,0,1,0,0,0),(112903,29619,571,1,1,24857,1,6330.92,-1418.43,425.82,1.64061,300,0,0,11379,0,0,0,0,0),(112905,26804,571,1,1,11686,0,4121.83,5325.05,50.6444,4.69494,300,0,0,42,0,0,0,0,0),(112906,26804,571,1,1,11686,0,3852.93,5306.63,57.8987,1.8326,300,0,0,42,0,0,0,0,0),(112907,26804,571,1,1,11686,0,4209.61,5443.47,57.4939,1.20428,300,0,0,42,0,0,0,0,0),(112908,28852,571,1,1,25735,1,6307.59,-4166.49,447.579,0.715585,300,0,0,10635,0,0,0,0,0),(112909,28852,571,1,1,25735,1,6357.15,-4185.69,459.006,3.80482,300,0,0,10635,0,0,0,0,0),(112910,28852,571,1,1,25734,1,6223.99,-4334.57,447.539,2.68781,300,0,0,10635,0,0,0,0,0),(112911,28852,571,1,1,25734,1,6353.64,-4341.05,458.783,5.11381,300,0,0,10635,0,0,0,0,0),(112912,28852,571,1,1,25734,1,6236.54,-4326.87,447.672,6.19592,300,0,0,10635,0,0,0,0,0),(112913,28852,571,1,1,25734,1,6321.77,-4308.14,448.543,0.471239,300,0,0,10635,0,0,0,0,0),(112914,28852,571,1,1,25735,1,6308.56,-4340.73,449.841,0.383972,300,0,0,10635,0,0,0,0,0),(112915,27060,571,1,1,24255,0,3474.34,2010.43,65.7175,0.907571,300,0,0,9940,0,0,0,0,0),(112916,23732,571,1,1,21711,1,580.149,-4926.56,21.0854,1.15192,300,0,0,7984,0,0,0,0,0),(112917,27828,571,1,1,24858,0,3530.23,-1093.46,81.9226,5.96903,300,0,0,10635,0,0,0,0,0),(112919,28852,571,1,1,25734,1,6266.08,-4163.65,447.544,1.11701,300,0,0,10635,0,0,0,0,0),(112920,28852,571,1,1,25734,1,6323.09,-4075.89,456.753,6.24828,300,0,0,10635,0,0,0,0,0),(112921,28852,571,1,1,25735,1,6340.9,-4128.58,458.974,1.81514,300,0,0,10635,0,0,0,0,0),(112922,28852,571,1,1,25734,1,6222.46,-4230.62,436.724,3.71755,300,0,0,10635,0,0,0,0,0),(112923,28852,571,1,1,25734,1,6387.85,-4182.5,461.468,3.82227,300,0,0,10635,0,0,0,0,0),(112924,28852,571,1,1,25734,1,6215.57,-4153.16,447.539,0.20944,300,0,0,10635,0,0,0,0,0),(112925,28852,571,1,1,25734,1,6216.91,-4203.9,436.554,1.39626,300,0,0,10635,0,0,0,0,0),(112926,28852,571,1,1,25734,1,6178.84,-4187.3,437.168,5.02655,300,0,0,10635,0,0,0,0,0),(112927,27572,571,1,1,13069,0,3653.47,1183.16,142.386,3.71755,300,0,0,42,0,0,0,0,0),(112928,32692,571,1,1,28162,0,5827.27,502.361,657.443,0.139626,300,0,0,10080,8814,0,0,0,0),(112929,28852,571,1,1,25734,1,6245.49,-4203.85,436.985,2.51327,300,0,0,10635,0,0,0,0,0),(112930,28852,571,1,1,25735,1,6248.43,-4264.36,438.399,2.51327,300,0,0,10635,0,0,0,0,0),(112931,28852,571,1,1,25734,1,6325.84,-4221.81,449.711,1.95477,300,0,0,10635,0,0,0,0,0),(112932,28852,571,1,1,25734,1,6204.61,-4308.64,438.779,2.51327,300,0,0,10635,0,0,0,0,0),(112933,28852,571,1,1,25734,1,6278.4,-4195.8,447.542,6.23082,300,0,0,10635,0,0,0,0,0),(112934,28852,571,1,1,25735,1,6266.13,-4334.39,447.547,1.23918,300,0,0,10635,0,0,0,0,0),(112935,28852,571,1,1,25734,1,6160.61,-4159.8,441.175,0.471239,300,0,0,10635,0,0,0,0,0),(112936,28852,571,1,1,25735,1,6232.03,-4259.42,435.605,0.453786,300,0,0,10635,0,0,0,0,0),(112937,28852,571,1,1,25735,1,6285.76,-4221.2,447.542,3.31613,300,0,0,10635,0,0,0,0,0),(112938,27572,571,1,1,13069,0,3809.12,682.166,76.1998,5.67232,300,0,0,42,0,0,0,0,0),(112939,27572,571,1,1,13069,0,3655.93,827.156,60.9534,3.82227,300,0,0,42,0,0,0,0,0),(112940,28852,571,1,1,25734,1,6319.88,-4378,453.886,3.7001,300,0,0,10635,0,0,0,0,0),(112941,28852,571,1,1,25735,1,6341.72,-4364.96,455.123,0.034907,300,0,0,10635,0,0,0,0,0),(112942,28852,571,1,1,25734,1,6284.68,-4136.71,448.681,6.00393,300,0,0,10635,0,0,0,0,0),(112943,28852,571,1,1,25734,1,6191.86,-4130.61,447.897,1.48353,300,0,0,10635,0,0,0,0,0),(112944,28852,571,1,1,25735,1,6230.44,-4297.34,437.225,0.680678,300,0,0,10635,0,0,0,0,0),(112945,28852,571,1,1,25734,1,6348.44,-4263.01,458.984,1.6057,300,0,0,10635,0,0,0,0,0),(112946,28852,571,1,1,25734,1,6369.96,-4237.82,458.973,6.12611,300,0,0,10635,0,0,0,0,0),(112947,28852,571,1,1,25735,1,6164.72,-4306.41,434.951,0.279253,300,0,0,10635,0,0,0,0,0),(112948,28852,571,1,1,25735,1,6383.2,-4292.56,461.681,5.65487,300,0,0,10635,0,0,0,0,0),(112949,28852,571,1,1,25735,1,6315.42,-4266.1,447.559,5.65487,300,0,0,10635,0,0,0,0,0),(112950,28852,571,1,1,25734,1,6374.25,-4144.52,461.251,1.09956,300,0,0,10635,0,0,0,0,0),(112951,28852,571,1,1,25734,1,6310.74,-4126.24,458.973,0.698132,300,0,0,10635,0,0,0,0,0),(112952,28852,571,1,1,25735,1,6285.46,-4280.35,447.557,5.72468,300,0,0,10635,0,0,0,0,0),(112953,28852,571,1,1,25735,1,6404.09,-4197.01,464.007,0.191986,300,0,0,10635,0,0,0,0,0),(112954,28852,571,1,1,25735,1,6242.9,-4229.72,437.576,2.6529,300,0,0,10635,0,0,0,0,0),(112955,28852,571,1,1,25734,1,6183.55,-4321.46,443.515,2.80998,300,0,0,10635,0,0,0,0,0),(112956,32180,571,1,1,27812,0,4065.28,-445.586,146.679,-0.921114,300,5,0,25200,0,1,0,0,0),(112957,32180,571,1,1,27812,0,4165.9,-407.722,155.092,2.1172,300,0,0,25200,0,2,0,0,0),(112958,32180,571,1,1,27812,0,4143.27,-419.33,145.258,0.875661,300,5,0,25200,0,1,0,0,0),(112959,32180,571,1,1,27812,0,4058.83,-429.458,146.789,5.07938,300,5,0,25200,0,1,0,0,0),(112960,32180,571,1,1,27812,0,4096.01,-478.534,144.452,3.08439,300,5,0,25200,0,1,0,0,0),(112961,32180,571,1,1,27812,0,4052.44,-438.064,142.99,4.04484,300,5,0,25200,0,1,0,0,0),(112962,25780,571,1,1,23378,0,4124.69,5281.65,25.1402,2.89725,300,0,0,8982,3155,0,0,0,0),(112963,26549,571,1,1,24145,1,2235.69,5129.31,5.42705,1.5708,300,0,0,3524,0,0,0,0,0),(112964,25781,571,1,1,0,0,3642.05,5075.58,13.0899,2.63545,300,0,0,8982,3155,0,0,0,0),(112965,32693,571,1,1,28163,0,5861.45,692.429,642.871,2.74017,300,0,0,10080,8814,0,0,0,0),(112966,25781,571,1,1,0,0,4042.09,4844.5,-12.6918,0.034907,300,0,0,8982,3155,0,0,0,0),(112967,23733,571,1,1,251,0,573.76,-4947.57,18.0469,3.29867,300,0,0,198,0,0,0,0,0),(112968,28085,571,1,1,25859,0,5033.19,4298.49,-49.1119,0.595416,300,5,0,5500,0,1,0,0,0),(112969,28085,571,1,1,25859,0,5039.42,4231.74,-47.2019,2.13714,300,5,0,5500,0,1,0,0,0),(112970,28085,571,1,1,25859,0,5036.99,4230.29,-47.2019,2.1254,300,5,0,5500,0,1,0,0,0),(112971,28085,571,1,1,25859,0,4928.88,4219.16,-29.7915,3.54297,300,5,0,5500,0,1,0,0,0),(112972,28085,571,1,1,25859,0,4972.88,4227.24,-37.8087,3.1769,300,5,0,5500,0,1,0,0,0),(112973,28085,571,1,1,25859,0,4972.72,4230.06,-37.8087,3.16834,300,5,0,5500,0,1,0,0,0),(112974,28085,571,1,1,25859,0,5118.94,4481.29,-66.9621,1.24509,300,5,0,5500,0,1,0,0,0),(112975,28085,571,1,1,25859,0,5119.83,4479.5,-66.9621,1.27223,300,5,0,5500,0,1,0,0,0),(112976,28085,571,1,1,25859,0,5117.15,4480.4,-66.9621,1.27222,300,5,0,5500,0,1,0,0,0),(112977,25781,571,1,1,0,0,3647.23,5053.21,-12.9122,3.1765,300,0,0,8982,3155,0,0,0,0),(112978,25781,571,1,1,0,0,3477.66,4887.87,12.7982,2.89725,300,0,0,8982,3155,0,0,0,0),(112979,28085,571,1,1,25859,0,4874.2,4929.75,-94.199,4.32612,300,5,0,5500,0,1,0,0,0),(112980,28085,571,1,1,25859,0,4876.22,4938.47,-96.3505,4.41214,300,5,0,5500,0,1,0,0,0),(112981,28085,571,1,1,25859,0,4878.84,4937.41,-97.3505,4.41893,300,5,0,5500,0,1,0,0,0),(112982,28085,571,1,1,25859,0,4885.66,4266.76,-24.3805,3.03842,300,5,0,5500,0,1,0,0,0),(112983,28085,571,1,1,25859,0,4882.85,4266.47,-24.3805,3.09178,300,5,0,5500,0,1,0,0,0),(112984,25781,571,1,1,0,0,3644.94,4976.66,-1.75998,3.63029,300,0,0,8982,3155,0,0,0,0),(112985,25781,571,1,1,0,0,3746.98,5073.36,-1.42666,4.32842,300,0,0,8982,3155,0,0,0,0),(112986,25781,571,1,1,0,0,3671.48,5000.79,-1.42669,4.18879,300,0,0,8982,3155,0,0,0,0),(112987,25781,571,1,1,0,0,3581.9,5063.59,13.0899,1.15192,300,0,0,8982,3155,0,0,0,0),(112988,27573,571,1,1,24974,1,4912.6,1231.09,226.432,5.11381,300,0,0,10635,3561,0,0,0,0),(112989,28085,571,1,1,25859,0,4869.89,4634.08,-30.2207,1.04011,300,5,0,5500,0,1,0,0,0),(112990,28085,571,1,1,25859,0,4882.11,4645.02,-30.4028,1.02595,300,5,0,5500,0,1,0,0,0),(112991,28085,571,1,1,25859,0,4882.92,4652.05,-30.3835,0.987751,300,5,0,5500,0,1,0,0,0),(112992,28085,571,1,1,25859,0,4991.39,4234.98,-49.972,1.70895,300,5,0,5500,0,1,0,0,0),(112993,28085,571,1,1,25859,0,4997.35,4213.26,-49.972,2.27607,300,5,0,5500,0,1,0,0,0),(112994,28085,571,1,1,25859,0,4999.71,4214.81,-49.972,2.2729,300,5,0,5500,0,1,0,0,0),(112995,25781,571,1,1,0,0,3561.14,5012.65,-1.42668,2.51327,300,0,0,8982,3155,0,0,0,0),(112997,28085,571,1,1,25859,0,4994.25,4926.26,-103.721,0.550343,300,5,0,5500,0,1,0,0,0),(112998,28085,571,1,1,25859,0,4992.31,4926.73,-103.096,0.547884,300,5,0,5500,0,1,0,0,0),(112999,28085,571,1,1,25859,0,4993.07,4923.89,-102.846,0.549823,300,5,0,5500,0,1,0,0,0),(113000,28085,571,1,1,25859,0,5053.85,4230.85,-36.3764,3.98868,300,5,0,5500,0,1,0,0,0),(113001,28085,571,1,1,25859,0,5065.54,4252.76,-38.1362,4.30703,300,5,0,5500,0,1,0,0,0),(113002,28085,571,1,1,25859,0,5062.64,4250.82,-38.0157,4.26412,300,5,0,5500,0,1,0,0,0),(113003,27573,571,1,1,24974,1,4917.72,1228.6,226.005,3.92699,300,0,0,10635,3561,0,0,0,0),(113005,28085,571,1,1,25859,0,4758.07,4336.73,-46.5786,4.44944,300,5,0,5500,0,1,0,0,0),(113006,28085,571,1,1,25859,0,4759.43,4336.29,-47.0476,4.44297,300,5,0,5500,0,1,0,0,0),(113007,28085,571,1,1,25859,0,4756.71,4337.02,-45.9599,4.44014,300,5,0,5500,0,1,0,0,0),(113008,28085,571,1,1,25859,0,4833.27,4604.25,-63.5066,1.80938,300,5,0,5500,0,1,0,0,0),(113009,28085,571,1,1,25859,0,4834.98,4603.21,-63.5066,1.80938,300,5,0,5500,0,1,0,0,0),(113010,28085,571,1,1,25859,0,4832.23,4602.55,-63.2566,1.80938,300,5,0,5500,0,1,0,0,0),(113011,28085,571,1,1,25859,0,4823.43,4357.07,-51.2298,4.2641,300,5,0,5500,0,1,0,0,0),(113012,28085,571,1,1,25859,0,4825.23,4357.52,-51.8155,4.29107,300,5,0,5500,0,1,0,0,0),(113013,28085,571,1,1,25859,0,4822.63,4358.64,-51.8156,4.28997,300,5,0,5500,0,1,0,0,0),(113014,28085,571,1,1,25859,0,4800.21,4662.27,-59.452,1.63555,300,5,0,5500,0,1,0,0,0),(113015,28085,571,1,1,25859,0,4799.37,4646.74,-58.9733,1.44932,300,5,0,5500,0,1,0,0,0),(113016,28085,571,1,1,25859,0,4802.2,4646.72,-58.9733,1.44914,300,5,0,5500,0,1,0,0,0),(113017,28085,571,1,1,25859,0,4884.7,4694.28,-71.2636,4.37608,300,5,0,5500,0,1,0,0,0),(113018,28085,571,1,1,25859,0,4883.83,4696.08,-71.0136,4.38253,300,5,0,5500,0,1,0,0,0),(113019,28085,571,1,1,25859,0,4886.5,4695.14,-71.2636,4.38257,300,5,0,5500,0,1,0,0,0),(113020,28085,571,1,1,25859,0,4822.58,4562.48,-62.494,4.86117,300,5,0,5500,0,1,0,0,0),(113021,28085,571,1,1,25859,0,4823.4,4547.39,-62.9865,1.71901,300,5,0,5500,0,1,0,0,0),(113022,28085,571,1,1,25859,0,4826.2,4547.81,-62.9865,1.7191,300,5,0,5500,0,1,0,0,0),(113023,28085,571,1,1,25859,0,4933.8,4433.48,-72.155,1.67607,300,5,0,5500,0,1,0,0,0),(113024,28085,571,1,1,25859,0,4932.7,4430.44,-71.678,1.67568,300,5,0,5500,0,1,0,0,0),(113025,28085,571,1,1,25859,0,4935.51,4430.72,-72.0747,1.6755,300,5,0,5500,0,1,0,0,0),(113026,28085,571,1,1,25859,0,4876.55,4359.1,-57.5402,1.11372,300,5,0,5500,0,1,0,0,0),(113027,28085,571,1,1,25859,0,4877.19,4357.2,-57.3108,1.11903,300,5,0,5500,0,1,0,0,0),(113028,28085,571,1,1,25859,0,4874.65,4358.44,-57.138,1.11879,300,5,0,5500,0,1,0,0,0),(113029,28085,571,1,1,25859,0,4936.08,4219.79,-81.233,4.80896,300,5,0,5500,0,1,0,0,0),(113030,28085,571,1,1,25859,0,4937.36,4221.33,-81.233,4.80895,300,5,0,5500,0,1,0,0,0),(113031,28085,571,1,1,25859,0,4934.54,4221.06,-80.483,4.80895,300,5,0,5500,0,1,0,0,0),(113032,28085,571,1,1,25859,0,4915.28,4291.99,-82.9264,2.98182,300,5,0,5500,0,1,0,0,0),(113033,28085,571,1,1,25859,0,4916.45,4290.37,-82.9264,2.97992,300,5,0,5500,0,1,0,0,0),(113034,28085,571,1,1,25859,0,4916.9,4293.16,-82.9264,2.97995,300,5,0,5500,0,1,0,0,0),(113035,28085,571,1,1,25859,0,5082.05,4270.73,-75.4662,1.35442,300,5,0,5500,0,1,0,0,0),(113036,28085,571,1,1,25859,0,5083.13,4269.04,-74.8412,1.35429,300,5,0,5500,0,1,0,0,0),(113037,28085,571,1,1,25859,0,5080.37,4269.65,-75.4662,1.35431,300,5,0,5500,0,1,0,0,0),(113038,28085,571,1,1,25859,0,5054.86,4331.72,-85.0293,0.693961,300,5,0,5500,0,1,0,0,0),(113039,28085,571,1,1,25859,0,5052.86,4331.9,-85.0293,0.693936,300,5,0,5500,0,1,0,0,0),(113040,28085,571,1,1,25859,0,5054.67,4329.73,-85.0293,0.693904,300,5,0,5500,0,1,0,0,0),(113041,28085,571,1,1,25859,0,5055.02,4274.37,-82.8055,1.41699,300,5,0,5500,0,1,0,0,0),(113042,28085,571,1,1,25859,0,5048.48,4241.82,-82.8867,0.097786,300,5,0,5500,0,1,0,0,0),(113043,28085,571,1,1,25859,0,5051.27,4241.38,-82.8867,0.090073,300,5,0,5500,0,1,0,0,0),(113044,28085,571,1,1,25859,0,4757.49,4561.71,-57.7806,4.56067,300,5,0,5500,0,1,0,0,0),(113045,28085,571,1,1,25859,0,4752.09,4568.29,-53.9631,5.16246,300,5,0,5500,0,1,0,0,0),(113046,28085,571,1,1,25859,0,4754.08,4570.39,-54.398,5.13099,300,5,0,5500,0,1,0,0,0),(113047,28085,571,1,1,25859,0,4762.64,4715.14,-66.7573,4.80424,300,5,0,5500,0,1,0,0,0),(113048,28085,571,1,1,25859,0,4761.1,4716.42,-66.5073,4.80978,300,5,0,5500,0,1,0,0,0),(113049,28085,571,1,1,25859,0,4763.92,4716.68,-66.7573,4.80972,300,5,0,5500,0,1,0,0,0),(113050,28085,571,1,1,25859,0,4927.52,4431.37,-124.47,1.91737,300,5,0,5500,0,1,0,0,0),(113051,28085,571,1,1,25859,0,4928.48,4424.2,-123.658,1.89705,300,5,0,5500,0,1,0,0,0),(113052,28085,571,1,1,25859,0,4931.15,4425.16,-123.663,1.89792,300,5,0,5500,0,1,0,0,0),(113053,28597,571,1,1,26588,0,6202.72,-3688.32,390.184,4.83456,300,0,0,33003,0,0,0,0,0),(113054,25781,571,1,1,0,0,3724.05,5023.31,-1.42633,2.9147,300,0,0,8982,3155,0,0,0,0),(113055,25781,571,1,1,0,0,3703.42,4985.19,-1.16498,3.57792,300,0,0,8982,3155,0,0,0,0),(113056,25781,571,1,1,0,0,3752.38,5004.27,-1.42666,0.244346,300,0,0,8982,3155,0,0,0,0),(113057,25781,571,1,1,0,0,3773.5,5030.81,-1.42666,5.42797,300,0,0,8982,3155,0,0,0,0),(113058,26293,571,1,1,24564,0,4749.26,147.259,113.589,2.84447,300,5,0,29820,0,1,0,0,0),(113059,26293,571,1,1,24564,0,4827.65,246.924,153.181,3.69084,300,5,0,29820,0,1,0,0,0),(113060,26293,571,1,1,24564,0,4759.1,226.93,126.878,5.34377,300,5,0,29820,0,1,0,0,0),(113061,23989,571,1,1,21985,1,2711.53,-3395.95,223.595,2.78364,300,5,0,7185,7196,1,0,0,0),(113062,25781,571,1,1,0,0,3988.3,5249.89,13.1236,4.67748,300,0,0,8982,3155,0,0,0,0),(113063,25781,571,1,1,0,0,3908.02,5246.27,13.1235,1.43117,300,0,0,8982,3155,0,0,0,0),(113064,25781,571,1,1,0,0,3884.19,5214.16,13.1235,1.88496,300,0,0,8982,3155,0,0,0,0),(113065,25781,571,1,1,0,0,3955.04,5278.66,13.1236,3.47321,300,0,0,8982,3155,0,0,0,0),(113066,25781,571,1,1,0,0,3942.49,5208.2,13.1236,2.89725,300,0,0,8982,3155,0,0,0,0),(113067,25781,571,1,1,0,0,3837.87,5214.99,13.1236,1.90241,300,0,0,8982,3155,0,0,0,0),(113068,25781,571,1,1,0,0,3921.57,5142.6,-1.42666,4.74729,300,0,0,8982,3155,0,0,0,0),(113069,25781,571,1,1,0,0,3869.54,5263.22,13.1235,2.93215,300,0,0,8982,3155,0,0,0,0),(113070,26293,571,1,1,24564,0,4781.97,297.978,138.296,3.39226,300,5,0,29820,0,1,0,0,0),(113071,26293,571,1,1,24564,0,4686.33,338.142,116.995,2.4636,300,0,0,29820,0,2,0,0,0),(113072,26293,571,1,1,24564,0,4665.65,366.501,111.637,0.03446,300,5,0,29820,0,1,0,0,0),(113073,26293,571,1,1,24564,0,4802.95,415.767,151.886,0.761517,300,5,0,29820,0,1,0,0,0),(113074,27573,571,1,1,24973,1,4811.66,1312.32,171.151,1.25225,300,0,0,10635,3561,0,0,0,0),(132564,23051,530,1,1,21396,0,-3811.57,3318.01,350.049,5.66301,180,0,0,6986,0,2,0,0,0),(113076,23989,571,1,1,21985,1,2496.53,-3516.9,185.109,1.39451,300,5,0,7185,7196,1,0,0,0),(113077,23989,571,1,1,21985,1,2498.41,-3498.13,183.955,0.360934,300,0,0,7185,7196,0,0,0,0),(113078,23989,571,1,1,21985,1,2677.51,-3503.06,205.43,2.58861,300,5,0,7185,7196,1,0,0,0),(113079,23989,571,1,1,21986,1,2638.89,-3380.87,184.897,3.80693,300,5,0,7185,7196,1,0,0,0),(113080,23989,571,1,1,21985,1,2642.74,-3520.91,206.073,1.07049,300,5,0,7185,7196,1,0,0,0),(113081,23989,571,1,1,21985,1,2667.34,-3573.22,205.315,3.72785,300,5,0,7185,7196,1,0,0,0),(113082,23989,571,1,1,21985,1,2727.32,-3767.63,229.505,0.261799,300,5,0,7185,7196,1,0,0,0),(113083,23989,571,1,1,21985,1,2409.9,-3546.61,170.21,1.2121,300,0,0,7185,7196,2,0,0,0),(113084,23989,571,1,1,21986,1,2680.21,-3675.94,222.847,5.42888,300,5,0,7185,7196,1,0,0,0),(113085,23989,571,1,1,21986,1,2768.75,-3656.73,224.478,4.74729,300,5,0,7185,7196,1,0,0,0),(113086,23989,571,1,1,21986,1,2610.26,-3603.94,205.401,2.40855,300,0,0,7185,7196,0,0,0,0),(113087,25781,571,1,1,0,0,3803.08,5091.17,-1.42666,0.767945,300,0,0,8982,3155,0,0,0,0),(113088,28597,571,1,1,26588,0,6331.02,-3660.56,374.75,3.35911,300,0,0,33003,0,2,0,0,0),(113089,28597,571,1,1,26588,0,6038.44,-3590.66,367.3,1.8747,300,0,0,33003,0,2,0,0,0),(113090,28597,571,1,1,26588,0,6258.18,-3570.17,383.772,3.44491,300,5,0,33003,0,1,0,0,0),(113091,28597,571,1,1,26588,0,6179.76,-3489.24,383.078,2.45861,300,5,0,33003,0,1,0,0,0),(113092,28597,571,1,1,26588,0,6194.93,-3627.83,383.788,4.76161,300,5,0,33003,0,1,0,0,0),(113093,28597,571,1,1,26588,0,6271.63,-3627.09,383.816,5.49779,300,0,0,33003,0,0,0,0,0),(113094,28597,571,1,1,26588,0,6253.12,-3581.26,383.77,3.94901,300,0,0,33003,0,2,0,0,0),(113095,28597,571,1,1,26588,0,6330.82,-3593.24,379.47,5.49873,300,0,0,33003,0,2,0,0,0),(113096,28597,571,1,1,26588,0,6117.57,-3510.11,384.587,2.44346,300,0,0,33003,0,0,0,0,0),(113097,28597,571,1,1,26588,0,6307.91,-3569.64,389.926,0.087266,300,0,0,33003,0,0,0,0,0),(113098,28597,571,1,1,26588,0,6074.51,-3566.35,385.174,3.08923,300,0,0,33003,0,0,0,0,0),(113099,28597,571,1,1,26588,0,6121.78,-3559.8,383.96,3.46037,300,5,0,33003,0,1,0,0,0),(113100,25781,571,1,1,0,0,3955.82,5159.09,-1.42666,3.59538,300,0,0,8982,3155,0,0,0,0),(113101,25781,571,1,1,0,0,3946.55,5126.98,-1.42666,3.87463,300,0,0,8982,3155,0,0,0,0),(113102,25781,571,1,1,0,0,3981.22,5119.52,-1.42667,4.76475,300,0,0,8982,3155,0,0,0,0),(113103,25781,571,1,1,0,0,3906.71,5104.51,-1.42666,4.79965,300,0,0,8982,3155,0,0,0,0),(113104,25781,571,1,1,0,0,3852.72,5088.08,-1.42666,2.37365,300,0,0,8982,3155,0,0,0,0),(113105,25781,571,1,1,0,0,3868.23,5133.17,-1.42666,1.51844,300,0,0,8982,3155,0,0,0,0),(113106,25781,571,1,1,0,0,3817.26,5060.74,-1.42666,6.12611,300,0,0,8982,3155,0,0,0,0),(113107,25781,571,1,1,0,0,3980.79,5309.93,13.1236,3.19395,300,0,0,8982,3155,0,0,0,0),(113108,25781,571,1,1,0,0,3826.63,5183.12,13.1236,1.32645,300,0,0,8982,3155,0,0,0,0),(113109,27573,571,1,1,24973,1,4806.75,1292.9,173.412,1.78024,300,0,0,10635,3561,0,0,0,0),(113111,29366,571,1,1,25771,1,6973.28,-1736.21,822.482,4.10152,300,0,0,12175,0,0,0,0,0),(113112,29366,571,1,1,25771,1,6954.73,-1737.99,822.77,0.139626,300,0,0,12175,0,0,0,0,0),(113113,29366,571,1,1,25771,1,6966.74,-1756.05,821.811,2.09439,300,0,0,12175,0,0,0,0,0),(113114,27830,571,1,1,5832,1,2653.21,-1942.72,18.33,4.03321,300,5,0,9940,0,1,0,0,0),(113115,27062,571,1,1,24278,1,3421.37,-2757.58,199.375,5.34071,300,0,0,17964,0,0,0,0,0),(113116,27574,571,1,1,14578,0,4908.2,1225.79,225.081,1.18682,300,0,0,9291,0,0,0,0,0),(113117,23734,571,1,1,21712,0,625.177,-5026.14,2.4039,0.247913,300,0,0,6986,2991,0,0,0,0),(113118,28086,571,1,1,25860,0,4886.03,4758.86,-73.4961,1.48353,300,5,0,11001,0,1,0,0,0),(113119,28086,571,1,1,25860,0,4768.64,4674.46,-54.6772,5.0091,300,5,0,11001,0,1,0,0,0),(113120,28086,571,1,1,25860,0,4949.55,4752.03,-93.7504,4.88692,300,5,0,11001,0,1,0,0,0),(113121,28086,571,1,1,25860,0,4856.86,4401.1,-62.6357,1.25664,300,5,0,11001,0,1,0,0,0),(113122,28086,571,1,1,25860,0,4862.41,4392.82,-62.0045,0.314159,300,5,0,11001,0,1,0,0,0),(113123,28086,571,1,1,25860,0,4801.1,4370.27,-57.0477,2.09439,300,5,0,11001,0,1,0,0,0),(113124,28086,571,1,1,25860,0,4828.47,4764.88,-76.743,1.51844,300,5,0,11001,0,1,0,0,0),(113125,28086,571,1,1,25860,0,4765.44,4699.65,-67.193,3.38594,300,5,0,11001,0,1,0,0,0),(113126,28086,571,1,1,25860,0,4826.71,4753.66,-74.5243,4.2586,300,5,0,11001,0,1,0,0,0),(113127,28086,571,1,1,25860,0,4795.73,4363.39,-55.9727,3.42085,300,5,0,11001,0,1,0,0,0),(113128,28086,571,1,1,25860,0,4772.41,4692.22,-68.2058,5.48033,300,5,0,11001,0,1,0,0,0),(113129,29366,571,1,1,25771,1,6964.76,-1752.56,822.379,5.14872,300,0,0,12175,0,0,0,0,0),(113130,29366,571,1,1,25771,1,6971.34,-1739.53,822.783,0.837758,300,0,0,12175,0,0,0,0,0),(113131,29366,571,1,1,25771,1,7043.65,-1813.87,823.561,5.75959,300,0,0,12175,0,0,0,0,0),(113132,27574,571,1,1,14578,0,4915.05,1222.68,224.159,1.01229,300,0,0,9291,0,0,0,0,0),(113133,27574,571,1,1,14578,0,4913.07,1226.45,225.276,0.925025,300,0,0,9291,0,0,0,0,0),(113134,28086,571,1,1,25860,0,4902.83,4572.16,21.383,4.83456,300,5,0,11001,0,1,0,0,0),(113135,28086,571,1,1,25860,0,5054.58,4632.88,21.3484,0.331613,300,5,0,11001,0,1,0,0,0),(113136,29366,571,1,1,25771,1,7046.77,-1814.49,823.342,3.01942,300,0,0,12175,0,0,0,0,0),(113137,29366,571,1,1,25771,1,6959.6,-1737.29,822.848,3.1765,300,0,0,12175,0,0,0,0,0),(113138,28086,571,1,1,25860,0,4772.79,4641.91,-56.9158,5.8294,300,5,0,11001,0,1,0,0,0),(113139,28086,571,1,1,25860,0,4825.72,4203.15,-16.0981,5.41052,300,5,0,11001,0,1,0,0,0),(113140,28086,571,1,1,25860,0,4800.73,4547.38,-58.723,0.453786,300,5,0,11001,0,1,0,0,0),(113141,28086,571,1,1,25860,0,4916,4220.11,-36.2149,0.711154,300,5,0,11001,0,1,0,0,0),(113143,28086,571,1,1,25860,0,4771.43,4815.17,-65.5365,4.81711,300,5,0,11001,0,1,0,0,0),(113144,28086,571,1,1,25860,0,4733.04,4622.3,-43.5689,1.48353,300,5,0,11001,0,1,0,0,0),(113145,28086,571,1,1,25860,0,5123.51,4077.49,-38.3043,5.2063,300,5,0,11001,0,1,0,0,0),(113146,28086,571,1,1,25860,0,5070.02,4261.56,-43.3259,3.77449,300,5,0,11001,0,1,0,0,0),(113148,28086,571,1,1,25860,0,4957.13,4829.06,-93.8149,0.785398,300,5,0,11001,0,1,0,0,0),(113149,28086,571,1,1,25860,0,4992.64,4948.6,-105.953,2.21657,300,5,0,11001,0,1,0,0,0),(113150,28086,571,1,1,25860,0,4897.63,4969,-85.2378,1.71042,300,5,0,11001,0,1,0,0,0),(113152,28086,571,1,1,25860,0,4875.47,4894.73,-86.5262,4.7822,300,5,0,11001,0,1,0,0,0),(113153,28086,571,1,1,25860,0,4924.13,5024.51,-100.854,0.244346,300,5,0,11001,0,1,0,0,0),(113154,28086,571,1,1,25860,0,5084.12,4359.26,-65.1266,5.49779,300,5,0,11001,0,1,0,0,0),(113155,28086,571,1,1,25860,0,4885.8,4293.31,-43.2089,3.71228,300,5,0,11001,0,1,0,0,0),(113156,28086,571,1,1,25860,0,4978.34,4258.75,-52.5458,6.03046,300,5,0,11001,0,1,0,0,0),(113157,28086,571,1,1,25860,0,4761.2,4422.06,-59.3797,2.14675,300,5,0,11001,0,1,0,0,0),(113158,28086,571,1,1,25860,0,4868.13,4609.57,-57.7338,4.13643,300,5,0,11001,0,1,0,0,0),(113159,28086,571,1,1,25860,0,4913.07,4171.23,-40.2014,3.26377,300,5,0,11001,0,1,0,0,0),(113160,28086,571,1,1,25860,0,4871.96,4205.88,-37.6505,3.4383,300,5,0,11001,0,1,0,0,0),(113161,28086,571,1,1,25860,0,4852.46,4255.08,-37.3341,2.96706,300,5,0,11001,0,1,0,0,0),(113162,28086,571,1,1,25860,0,4883.62,4166.11,-32.8415,5.68977,300,5,0,11001,0,1,0,0,0),(113163,28086,571,1,1,25860,0,4731.07,4329.69,-45.6337,2.40855,300,5,0,11001,0,1,0,0,0),(113164,28086,571,1,1,25860,0,5021.73,5050.71,-109.865,3.82227,300,5,0,11001,0,1,0,0,0),(113165,28086,571,1,1,25860,0,4855.31,4604.9,-66.6662,6.03884,300,5,0,11001,0,1,0,0,0),(113166,28086,571,1,1,25860,0,5078.17,4542.23,-99.9933,1.0472,300,5,0,11001,0,1,0,0,0),(113167,28086,571,1,1,25860,0,4834.24,4554.8,-64.737,5.06145,300,5,0,11001,0,1,0,0,0),(113168,28086,571,1,1,25860,0,4841.2,4651.64,-61.8669,1.74533,300,5,0,11001,0,1,0,0,0),(113169,28086,571,1,1,25860,0,4824.23,4610.41,-62.3963,0.15708,300,5,0,11001,0,1,0,0,0),(113170,28086,571,1,1,25860,0,4853.7,4679.01,-68.0049,1.0472,300,5,0,11001,0,1,0,0,0),(113171,28086,571,1,1,25860,0,4860.65,4723.49,-70.3683,2.96706,300,5,0,11001,0,1,0,0,0),(113172,28086,571,1,1,25860,0,4878.94,4707.82,-72.8477,2.14675,300,5,0,11001,0,1,0,0,0),(113173,28086,571,1,1,25860,0,4950.4,4482.68,-71.0526,4.43314,300,5,0,11001,0,1,0,0,0),(113174,28086,571,1,1,25860,0,4815.57,4517.43,-64.2362,1.74533,300,5,0,11001,0,1,0,0,0),(113175,28086,571,1,1,25860,0,4845.27,4331.13,-46.1394,5.11381,300,5,0,11001,0,1,0,0,0),(113176,28086,571,1,1,25860,0,4766.44,4333.43,-46.1733,0.750492,300,5,0,11001,0,1,0,0,0),(113177,28086,571,1,1,25860,0,4887.27,4329.79,-50.1705,3.19395,300,5,0,11001,0,1,0,0,0),(113178,28086,571,1,1,25860,0,4736.69,4274.92,-19.7921,3.45575,300,5,0,11001,0,1,0,0,0),(113179,28086,571,1,1,25860,0,4964.43,4258.49,-66.4936,5.88176,300,5,0,11001,0,1,0,0,0),(113180,28086,571,1,1,25860,0,4945.84,4895.91,-95.8757,4.38078,300,5,0,11001,0,1,0,0,0),(113181,28086,571,1,1,25860,0,4977.65,4257.21,-81.9297,3.1765,300,5,0,11001,0,1,0,0,0),(113182,28086,571,1,1,25860,0,4978.74,4313.81,-61.7428,2.93215,300,5,0,11001,0,1,0,0,0),(113183,28086,571,1,1,25860,0,4969.77,4369.05,-97.2193,3.10669,300,5,0,11001,0,1,0,0,0),(113184,28086,571,1,1,25860,0,4811.51,4299.08,-46.34,3.64774,300,5,0,11001,0,1,0,0,0),(113185,28086,571,1,1,25860,0,5025.27,4325.17,-79.8963,1.18682,300,5,0,11001,0,1,0,0,0),(113186,28086,571,1,1,25860,0,5039.67,4248.6,-80.7639,3.10669,300,5,0,11001,0,1,0,0,0),(113187,28086,571,1,1,25860,0,5002.05,4332.74,-78.1547,1.29154,300,5,0,11001,0,1,0,0,0),(113188,28086,571,1,1,25860,0,5085.57,4253.44,-69.6155,6.10865,300,5,0,11001,0,1,0,0,0),(113189,28086,571,1,1,25860,0,4763.2,4576.28,-61.2332,0.959931,300,5,0,11001,0,1,0,0,0),(113190,28086,571,1,1,25860,0,4723.96,4559.86,-42.7326,1.76278,300,5,0,11001,0,1,0,0,0),(113191,28086,571,1,1,25860,0,5088.61,4348.12,-80.5151,2.16421,300,5,0,11001,0,1,0,0,0),(113192,28086,571,1,1,25860,0,4774.78,4438.83,-57.1887,3.29867,300,5,0,11001,0,1,0,0,0),(113193,28086,571,1,1,25860,0,4717.82,4798.65,-55.927,0.575959,300,5,0,11001,0,1,0,0,0),(113194,28086,571,1,1,25860,0,4747.38,4720.74,-57.2688,1.01229,300,5,0,11001,0,1,0,0,0),(113195,28086,571,1,1,25860,0,4732.64,4777.32,-61.4282,1.29154,300,5,0,11001,0,1,0,0,0),(113196,28086,571,1,1,25860,0,4982.58,4387.9,-106.011,6.21337,300,5,0,11001,0,1,0,0,0),(113197,29366,571,1,1,25771,1,7062.57,-1817.96,821.988,0.349066,300,0,0,12175,0,0,0,0,0),(113198,29366,571,1,1,25771,1,7066.66,-1816.83,821.705,3.08923,300,0,0,12175,0,0,0,0,0),(113199,23990,571,1,1,21983,1,2508.93,-3514.17,185.844,2.65047,300,5,0,8982,3155,1,0,0,0),(113200,23990,571,1,1,21983,1,2676.95,-3486.91,207.755,5.48033,300,5,0,8982,3155,1,0,0,0),(113201,23990,571,1,1,21983,1,2657.33,-3409.41,187.719,5.87093,300,0,0,8982,3155,0,0,0,0),(113202,23990,571,1,1,21983,1,2677.52,-3502.65,205.484,2.8603,300,5,0,8982,3155,1,0,0,0),(113203,23990,571,1,1,21984,1,2641.78,-3506.91,206.403,5.13127,300,5,0,8982,3155,1,0,0,0),(113204,23990,571,1,1,21984,1,2651.64,-3583.68,205.355,0.095077,300,5,0,8982,3155,1,0,0,0),(113205,23990,571,1,1,21983,1,2708.01,-3768.19,232.505,3.05433,300,5,0,8982,3155,1,0,0,0),(113206,23990,571,1,1,21983,1,2758.18,-3671.48,222.813,1.95356,300,5,0,8982,3155,1,0,0,0),(113207,23990,571,1,1,21983,1,2604.53,-3541.35,206.246,1.16937,300,5,0,8982,3155,1,0,0,0),(86430,26812,571,1,1,0,1,4796.55,-4846.32,25.5075,4.24984,300,5,0,1,0,1,0,0,0),(86429,26811,571,1,1,0,1,4733.25,-4857.64,26.4931,2.61799,300,5,0,1,0,1,0,0,0),(113210,29366,571,1,1,25771,1,7045.64,-1836.12,821.588,5.55015,300,0,0,12175,0,0,0,0,0),(113211,29366,571,1,1,25771,1,7049.06,-1837.93,821.764,2.74017,300,0,0,12175,0,0,0,0,0),(113212,27830,571,1,1,5832,1,2673.92,-1963.73,5.78582,2.51327,300,0,0,9940,0,0,0,0,0),(113213,27830,571,1,1,5832,1,2692.32,-1966.03,16.6532,2.96358,300,5,0,9940,0,1,0,0,0),(113214,27830,571,1,1,7196,1,2664.06,-1954.83,5.70343,3.26867,300,5,0,9940,0,1,0,0,0),(113215,27830,571,1,1,16952,1,2685.01,-1967.99,5.78613,4.38078,300,0,0,9940,0,0,0,0,0),(113216,27830,571,1,1,3921,1,2686.1,-1963.17,11.6542,3.27851,300,5,0,9940,0,1,0,0,0),(113217,27830,571,1,1,5832,1,2682.46,-1949.26,11.1371,1.6294,300,5,0,9940,0,1,0,0,0),(113218,27830,571,1,1,3921,1,2703.98,-1973.19,5.85655,-1.09885,300,0,0,9940,0,0,0,0,0),(113219,27830,571,1,1,16952,1,2668.95,-1945.63,5.70284,3.89642,300,5,0,9940,0,1,0,0,0),(113220,29366,571,1,1,25771,1,6866.12,-1589.65,822.498,4.55531,300,0,0,12175,0,0,0,0,0),(113221,29366,571,1,1,25771,1,6866.08,-1594.53,822.467,1.309,300,0,0,12175,0,0,0,0,0),(113222,27830,571,1,1,3921,1,2661.34,-1953.31,5.70346,4.33212,300,5,0,9940,0,1,0,0,0),(113223,27830,571,1,1,5832,1,2693.72,-1966.34,16.5921,2.92229,300,5,0,9940,0,1,0,0,0),(113225,27830,571,1,1,3921,1,2696.05,-1955.66,5.78504,2.70526,300,0,0,9940,0,0,0,0,0),(113226,27830,571,1,1,3921,1,2685.11,-1965.16,11.6943,2.3911,300,0,0,9940,0,0,0,0,0),(113228,27830,571,1,1,3921,1,2693.59,-1954.73,11.6729,5.46272,300,5,0,9940,0,1,0,0,0),(113229,27830,571,1,1,16952,1,2702.95,-1966.74,5.70105,-1.11864,300,0,0,9940,0,0,0,0,0),(113230,29366,571,1,1,25771,1,7054.64,-1800.03,823.556,1.8675,300,0,0,12175,0,0,0,0,0),(113231,29366,571,1,1,25771,1,7034.44,-1798.32,823.866,0.506145,300,0,0,12175,0,0,0,0,0),(113232,29366,571,1,1,25771,1,7052.81,-1796.6,823.822,5.21853,300,0,0,12175,0,0,0,0,0),(113233,29366,571,1,1,25771,1,7038.1,-1796.15,824.253,3.735,300,0,0,12175,0,0,0,0,0),(113234,29366,571,1,1,25771,1,7062.49,-1832.71,821.149,2.1293,300,0,0,12175,0,0,0,0,0),(113235,29366,571,1,1,25771,1,7059.86,-1830.4,821.599,5.79449,300,0,0,12175,0,0,0,0,0),(113236,29366,571,1,1,25771,1,6997.02,-1737.82,822.417,2.87979,300,0,0,12175,0,0,0,0,0),(113237,29366,571,1,1,25771,1,6993.2,-1737.98,822.689,0.628319,300,0,0,12175,0,0,0,0,0),(113238,29366,571,1,1,25771,1,6862.56,-1575.73,822.283,3.61283,300,0,0,12175,0,0,0,0,0),(113239,29366,571,1,1,25771,1,6858.05,-1579.18,822.192,0.331613,300,0,0,12175,0,0,0,0,0),(113240,29622,571,1,1,1888,1,6127.7,-396.089,419.829,4.76475,300,0,0,9103,8313,0,0,0,0),(113241,29622,571,1,1,1888,1,6272.73,-647.695,418.593,6.04175,300,5,0,9103,8313,1,0,0,0),(113242,29622,571,1,1,1888,1,6278.64,-640.515,419.007,2.49582,300,0,0,9103,8313,0,0,0,0),(113243,29622,571,1,1,1888,1,6133.78,-416.991,414.528,4.10152,300,0,0,9103,8313,0,0,0,0),(113244,29622,571,1,1,1888,1,6336.3,-846.861,407.027,1.11701,300,0,0,9103,8313,0,0,0,0),(113245,28855,571,1,1,25739,1,5769.66,-3572.95,387.322,6.21337,300,0,0,10635,3561,0,0,0,0),(113246,25271,571,1,1,1720,1,2392.47,5208.15,3.29215,1.19124,300,5,0,6986,0,2,0,0,0),(113247,25271,571,1,1,3332,1,2321.79,5245.23,20.205,5.51524,300,0,0,6986,0,0,0,0,0),(113248,25271,571,1,1,3690,1,2308.92,5232.19,14.096,1.41372,300,0,0,6986,0,0,0,0,0),(113249,23735,571,1,1,21713,0,543.893,-4995.16,10.653,0.261799,300,0,0,3524,0,0,0,0,0),(113250,27063,571,1,1,24257,1,4507.34,5722.41,81.5973,3.01942,300,0,0,7984,0,0,0,0,0),(113251,25271,571,1,1,3332,1,2355.3,5266.33,7.75584,0.086996,300,0,0,6986,0,2,0,0,0),(113252,25271,571,1,1,3690,1,2359.92,5242.06,7.75584,3.49751,300,0,0,6986,0,2,0,0,0),(113253,25271,571,1,1,3332,1,2313.97,5244.94,20.2819,4.27606,300,0,0,6986,0,0,0,0,0),(113254,25271,571,1,1,2733,1,2317.49,5228.57,26.6429,1.06465,300,0,0,6986,0,0,0,0,0),(113255,26295,571,1,1,24857,1,3795.4,21.4024,63.2689,1.82335,300,5,0,9610,0,1,0,0,0),(113256,26295,571,1,1,24857,1,4021.97,478.758,46.6048,3.06892,300,5,0,9610,0,1,0,0,0),(113257,26295,571,1,1,24857,1,3796.2,-1.01139,57.3242,0.383972,300,0,0,9610,0,0,0,0,0),(113258,26295,571,1,1,24857,1,4345.06,-216.843,95.0716,2.9147,300,0,0,9610,0,0,0,0,0),(113259,26295,571,1,1,24857,1,4335.95,-180.16,80.6549,3.72309,300,0,0,9610,0,2,0,0,0),(113260,26295,571,1,1,24857,1,4018.45,-53.9699,49.7103,4.97419,300,0,0,9610,0,0,0,0,0),(113261,26295,571,1,1,24857,1,4035.2,432.931,50.3754,5.89956,300,5,0,9610,0,1,0,0,0),(113262,26295,571,1,1,24857,1,3688.49,550.76,69.6856,0.069813,300,0,0,9610,0,0,0,0,0),(113263,26295,571,1,1,24857,1,3440.94,485.315,62.7122,0.314159,300,0,0,9610,0,0,0,0,0),(113264,26295,571,1,1,24857,1,3455.65,450.574,55.7781,0.947029,300,0,0,9610,0,2,0,0,0),(113265,26295,571,1,1,24857,1,3677.45,502.117,65.4863,0.471239,300,0,0,9610,0,0,0,0,0),(113266,26295,571,1,1,24857,1,4049.3,-29.0457,55.27,4.56203,300,0,0,9610,0,2,0,0,0),(113267,23991,571,1,1,21961,1,2589.63,-3294.62,160.321,1.46608,300,0,0,8982,0,0,0,0,0),(113268,23991,571,1,1,21961,1,2579.6,-3334.66,166.911,1.309,300,0,0,8982,0,0,0,0,0),(113269,23991,571,1,1,21961,1,2778.59,-3723.95,223.692,2.58309,300,0,0,8982,0,0,0,0,0),(113270,23991,571,1,1,21987,1,2490.73,-3397.37,159.247,2.11185,300,0,0,8982,0,0,0,0,0),(113271,23991,571,1,1,21961,1,2351.27,-3548.99,158.661,1.86203,300,0,0,8982,0,0,0,0,0),(113272,23991,571,1,1,21961,1,2714.61,-3578.08,205.548,2.30383,300,0,0,8982,0,0,0,0,0),(113273,23991,571,1,1,21987,1,2409.9,-3546.61,170.21,1.43163,300,0,0,8982,0,0,0,0,0),(113274,23991,571,1,1,21987,1,2516.7,-3495.18,183.992,0.361672,300,0,0,8982,0,2,0,0,0),(113275,23991,571,1,1,21987,1,2680.09,-3415.24,197.853,-0.191645,300,0,0,8982,0,0,0,0,0),(113276,23991,571,1,1,21961,1,2595.56,-3454.66,185.507,2.32129,300,0,0,8982,0,0,0,0,0),(113277,23991,571,1,1,21961,1,2713.02,-3546.76,207.441,3.90954,300,0,0,8982,0,0,0,0,0),(113278,23991,571,1,1,21961,1,2698.64,-3523.15,206.591,3.4383,300,0,0,8982,0,0,0,0,0),(113279,23991,571,1,1,21987,1,2666.03,-3557.67,205.333,0.837758,300,0,0,8982,0,0,0,0,0),(113280,23991,571,1,1,21961,1,2649.52,-3558.31,205.334,2.28638,300,0,0,8982,0,0,0,0,0),(113281,23991,571,1,1,21987,1,2649.07,-3625.73,206.012,1.41372,300,0,0,8982,0,0,0,0,0),(113282,23991,571,1,1,21961,1,2744.24,-3749.73,223.4,1.72788,300,0,0,8982,0,0,0,0,0),(113283,23991,571,1,1,21961,1,2693.19,-3596.49,206.132,2.19912,300,0,0,8982,0,0,0,0,0),(113284,23991,571,1,1,21961,1,2557.15,-3484.74,185.682,2.42601,300,0,0,8982,0,0,0,0,0),(113285,23991,571,1,1,21987,1,2389.9,-3560.68,165.733,3.735,300,0,0,8982,0,0,0,0,0),(113286,23991,571,1,1,21961,1,2656.01,-3595.2,205.355,3.61924,300,0,0,8982,0,2,0,0,0),(113287,23991,571,1,1,21961,1,2442.41,-3515.73,179.827,3.82227,300,0,0,8982,0,0,0,0,0),(113288,23991,571,1,1,21987,1,2532.95,-3505.02,185.22,1.8675,300,0,0,8982,0,0,0,0,0),(113289,23991,571,1,1,21961,1,2596.71,-3567.49,205.306,1.36136,300,0,0,8982,0,0,0,0,0),(113290,23991,571,1,1,21961,1,2531.61,-3563.9,203.093,0.15708,300,0,0,8982,0,0,0,0,0),(113291,23991,571,1,1,21987,1,2597.38,-3495.83,177.496,5.33527,300,0,0,8982,0,0,0,0,0),(113292,23991,571,1,1,21987,1,2746.54,-3623.14,223.258,2.94961,300,0,0,8982,0,0,0,0,0),(113293,23991,571,1,1,21961,1,2668.7,-3610.65,205.545,1.97222,300,0,0,8982,0,0,0,0,0),(113294,28599,571,1,1,2177,0,5163.53,-1582.16,239.479,1.57706,300,5,0,2056,0,1,0,0,0),(113295,28599,571,1,1,2177,0,5158.76,-1587.17,239.479,5.34687,300,5,0,2056,0,1,0,0,0),(113296,28599,571,1,1,2177,0,5150.58,-1592.91,239.479,4.56168,300,5,0,2056,0,1,0,0,0),(113297,28599,571,1,1,2177,0,5139.99,-1584.71,239.354,6.16309,300,5,0,2056,0,1,0,0,0),(113298,28599,571,1,1,2177,0,5144.16,-1592.89,239.479,4.13016,300,5,0,2056,0,1,0,0,0),(113299,28599,571,1,1,2177,0,5168.25,-1593.55,239.414,3.37023,300,5,0,2056,0,1,0,0,0),(113300,28599,571,1,1,2177,0,5162.15,-1600.19,237.619,2.29241,300,5,0,2056,0,1,0,0,0),(113301,28599,571,1,1,2177,0,5151.44,-1596.86,239.354,2.89641,300,5,0,2056,0,1,0,0,0),(113302,28599,571,1,1,2177,0,5114.7,-1587.9,235.121,2.41668,300,5,0,2056,0,1,0,0,0),(113303,28599,571,1,1,2177,0,5126.27,-1552.1,239.38,3.63508,300,5,0,2056,0,1,0,0,0),(113304,28599,571,1,1,2177,0,5128.38,-1547.55,239.572,-1.73432,300,5,0,2056,0,1,0,0,0),(113305,28599,571,1,1,2177,0,5156.95,-1596,238.979,5.12402,300,5,0,2056,0,1,0,0,0),(113306,28599,571,1,1,2177,0,5145.57,-1589.14,239.479,4.11004,300,5,0,2056,0,1,0,0,0),(113307,28599,571,1,1,2177,0,5143.75,-1589.58,239.479,1.44102,300,5,0,2056,0,1,0,0,0),(113308,28599,571,1,1,2177,0,5151.09,-1594.56,239.33,0.813434,300,5,0,2056,0,1,0,0,0),(113309,29623,571,1,1,1887,1,6200.44,-379.094,424.946,3.30703,300,5,0,11379,0,1,0,0,0),(113310,29623,571,1,1,1887,1,6253.04,-611.391,420.357,6.13425,300,5,0,11379,0,1,0,0,0),(113311,29623,571,1,1,1887,1,6231.38,-649.807,414.301,0.698132,300,0,0,11379,0,0,0,0,0),(113312,29623,571,1,1,1887,1,6210.41,-620.753,412.592,1.37277,300,5,0,11379,0,1,0,0,0),(113313,29623,571,1,1,1887,1,6229.88,-671.911,415.282,2.77414,300,5,0,11379,0,1,0,0,0),(113314,29623,571,1,1,1887,1,6222.93,-633.344,413.917,0.890118,300,0,0,11379,0,0,0,0,0),(113315,29623,571,1,1,1887,1,6266.94,-660.177,418.943,1.62316,300,0,0,11379,0,0,0,0,0),(113316,29623,571,1,1,1887,1,6317.02,-855.497,406.737,3.28122,300,0,0,11379,0,0,0,0,0),(113317,29623,571,1,1,1887,1,6148.62,-415.57,415.031,3.83972,300,0,0,11379,0,0,0,0,0),(113318,29623,571,1,1,1887,1,6084.01,-896.828,378.344,2.25131,300,0,0,11379,0,0,0,0,0),(113319,29623,571,1,1,1887,1,6103.18,-828.197,379.392,3.29407,300,5,0,11379,0,1,0,0,0),(113320,29623,571,1,1,1887,1,6338.87,-831.383,406.739,5.65487,300,0,0,11379,0,0,0,0,0),(113321,29623,571,1,1,1887,1,6311.29,-832.886,407.267,3.15905,300,0,0,11379,0,0,0,0,0),(113322,29623,571,1,1,1887,1,6310.92,-806.415,406.753,3.15905,300,0,0,11379,0,0,0,0,0),(113323,29623,571,1,1,1887,1,6326.46,-880.352,406.748,3.29867,300,0,0,11379,0,0,0,0,0),(113324,29623,571,1,1,1887,1,6132.45,-434.064,413.148,1.65806,300,0,0,11379,0,0,0,0,0),(113325,29623,571,1,1,1887,1,6122.18,-444.571,411.4,3.02124,300,5,0,11379,0,1,0,0,0),(113326,29623,571,1,1,1887,1,6173.73,-415.906,415.435,3.53997,300,5,0,11379,0,1,0,0,0),(113327,29623,571,1,1,1887,1,6119.16,-413.611,415.303,4.67748,300,0,0,11379,0,0,0,0,0),(113328,29623,571,1,1,1887,1,6188.5,-884.024,393.908,2.76319,300,5,0,11379,0,1,0,0,0),(113329,27320,571,1,1,24545,1,3257.62,-721.851,168.03,5.08075,300,0,0,10635,0,0,0,0,0),(113330,27320,571,1,1,24545,1,3240.83,-680.25,166.873,1.93693,300,0,0,10635,0,0,0,0,0),(113331,23736,571,1,1,21714,0,567.415,-5012.58,11.5673,2.02458,300,0,0,26946,0,0,0,0,0),(132548,21763,530,1,1,18012,1,-3944.63,3053.94,354.48,5.54064,180,5,0,5744,3231,1,0,0,0),(132549,21763,530,1,1,18012,1,-3917.16,3059.94,359.78,4.43946,180,5,0,5744,3231,1,0,0,0),(113335,28600,571,1,1,27253,1,6079.96,-3858.63,370.351,2.35136,300,0,0,11001,0,2,0,0,0),(113336,28600,571,1,1,27253,1,5994.1,-3988.25,362.87,0.401426,300,0,0,11001,0,0,0,0,0),(132607,21787,530,1,1,20682,1,-3831.4,3353.79,324.05,3.65661,180,5,0,5744,3231,1,0,0,0),(132570,28186,571,1,1,0,1,5824.16,5368.46,-67.629,0.785557,180,0,0,11001,0,2,0,0,0),(113340,27832,571,1,1,15294,0,1999.69,-5769.01,222.508,3.16893,300,0,0,9940,0,0,0,0,0),(113341,23992,571,1,1,15297,0,2665.08,-3408.35,191.329,5.29435,300,0,0,8982,0,2,0,0,0),(113342,23992,571,1,1,15297,0,2501.75,-3568.42,222.91,3.06882,300,0,0,8982,0,2,0,0,0),(113343,23992,571,1,1,15297,0,2785.4,-3613.45,250.922,4.92049,300,0,0,8982,0,2,0,0,0),(113344,23992,571,1,1,15297,0,2668.82,-3746.31,249.956,0.523599,300,0,0,8982,0,2,0,0,0),(113345,28600,571,1,1,27253,1,5975.71,-3709.29,371.307,0.890118,300,0,0,11001,0,0,0,0,0),(113346,28600,571,1,1,27253,1,5926.75,-3660.28,372.404,0.925025,300,0,0,11001,0,0,0,0,0),(113347,28600,571,1,1,27253,1,5956.68,-3691.35,370.756,0.820305,300,0,0,11001,0,0,0,0,0),(113348,28600,571,1,1,27253,1,5974.17,-3883.28,382.483,2.30383,300,0,0,11001,0,0,0,0,0),(113349,28600,571,1,1,27253,1,5994.06,-3862.5,382.581,2.42601,300,0,0,11001,0,0,0,0,0),(113350,27064,571,1,1,24256,0,2321.38,6419.2,47.2749,3.68265,300,0,0,8982,0,0,0,0,0),(113351,27064,571,1,1,24256,0,2384.01,6384.51,42.9504,4.27606,300,0,0,8982,0,0,0,0,0),(113352,28600,571,1,1,27253,1,5931.79,-3960.92,363.619,3.9968,300,0,0,11001,0,0,0,0,0),(113353,28600,571,1,1,27253,1,5879.26,-3909.27,367.781,3.87463,300,0,0,11001,0,0,0,0,0),(113354,27064,571,1,1,24256,0,2415.56,6516.86,42.5016,2.42601,300,0,0,8982,0,0,0,0,0),(113355,28600,571,1,1,27253,1,5923.23,-3804.28,363.653,4.18879,300,0,0,11001,0,2,0,0,0),(113356,28600,571,1,1,27253,1,5898.46,-3826.01,363.027,2.19912,300,0,0,11001,0,0,0,0,0),(113357,28600,571,1,1,27253,1,5876.87,-3859.28,363.106,4.10152,300,0,0,11001,0,0,0,0,0),(113358,28600,571,1,1,27253,1,5937.52,-3786.72,364.251,2.32129,300,0,0,11001,0,0,0,0,0),(113359,28600,571,1,1,27253,1,5835.65,-3756.13,363.835,1.00474,300,0,0,11001,0,2,0,0,0),(113360,28600,571,1,1,27253,1,5825.44,-3858.52,362.528,3.94444,300,0,0,11001,0,0,0,0,0),(113361,28600,571,1,1,27253,1,5829.98,-3812.09,362.061,3.63029,300,0,0,11001,0,0,0,0,0),(113362,28600,571,1,1,27253,1,5827.69,-3697.64,371.987,-0.972888,300,5,0,11001,0,1,0,0,0),(113363,28600,571,1,1,27253,1,5807.64,-3724.87,371.987,2.06583,300,5,0,11001,0,1,0,0,0),(113364,28600,571,1,1,27253,1,5898.33,-3693.58,368.311,2.51327,300,0,0,11001,0,2,0,0,0),(113365,27064,571,1,1,24256,0,2383.34,6551.95,44.5887,5.65487,300,0,0,8982,0,0,0,0,0),(113366,27064,571,1,1,24256,0,2347.75,6521.59,45.4339,3.90954,300,0,0,8982,0,0,0,0,0),(113367,27064,571,1,1,24256,0,2518.66,6551.67,40.8174,0.698132,300,0,0,8982,0,0,0,0,0),(113368,27064,571,1,1,24256,0,2451.54,6414.28,42.6482,2.07694,300,0,0,8982,0,0,0,0,0),(113369,29624,571,1,1,27005,0,8280.9,96.3107,832.271,4.98965,300,5,0,12175,3893,1,0,0,0),(113370,29624,571,1,1,27005,0,8396.34,169.675,807.968,3.69256,300,5,0,12175,3893,1,0,0,0),(113371,29624,571,1,1,27005,0,7964.04,-490.325,910.592,1.63821,300,5,0,12175,3893,1,0,0,0),(113372,29624,571,1,1,27005,0,7958.86,-524.855,915.938,2.04191,300,5,0,12175,3893,1,0,0,0),(113373,29624,571,1,1,27005,0,7944.07,-438.819,896.807,1.22896,300,5,0,12175,3893,1,0,0,0),(113374,29624,571,1,1,27005,0,8342.32,-17.0033,815.494,2.51679,300,5,0,12175,3893,1,0,0,0),(113375,29624,571,1,1,27005,0,8400.3,19.9285,798.297,3.50688,300,5,0,12175,3893,1,0,0,0),(113376,29624,571,1,1,27005,0,8363.82,40.0025,808.837,0.750229,300,5,0,12175,3893,1,0,0,0),(113377,29368,571,1,1,26218,1,7724.86,114.941,1013.57,5.32325,300,0,0,100800,88140,0,0,0,0),(113378,29624,571,1,1,27005,0,7910.2,-323.173,877.047,3.06352,300,5,0,12175,3893,1,0,0,0),(113379,29624,571,1,1,27005,0,7849.4,-287.364,888.876,4.687,300,5,0,12175,3893,1,0,0,0),(113380,29624,571,1,1,27005,0,7847.77,-414.466,899.661,5.76186,300,5,0,12175,3893,1,0,0,0),(113381,29624,571,1,1,27005,0,7818.02,-256.321,890.689,3.18705,300,5,0,12175,3893,1,0,0,0),(113382,29624,571,1,1,27005,0,7886.97,-241.403,875.119,4.12517,300,5,0,12175,3893,1,0,0,0),(113383,29624,571,1,1,27005,0,7940.23,-124.807,877.272,1.74366,300,5,0,12175,3893,1,0,0,0),(113384,29624,571,1,1,27005,0,7858.33,-203.438,875.603,5.59751,300,5,0,12175,3893,1,0,0,0),(113385,29624,571,1,1,27005,0,7843.16,-226.606,880.005,3.02762,300,5,0,12175,3893,1,0,0,0),(113386,29624,571,1,1,27005,0,7936.96,-200.66,868.66,1.79996,300,5,0,12175,3893,1,0,0,0),(113387,29624,571,1,1,27005,0,8134.47,-161.629,858.493,5.19307,300,5,0,12175,3893,1,0,0,0),(113388,29624,571,1,1,27005,0,8175.26,-76.8814,852.057,5.21085,300,5,0,12175,3893,1,0,0,0),(113389,29624,571,1,1,27005,0,8156.78,-105.565,853.368,2.57982,300,5,0,12175,3893,1,0,0,0),(113390,29624,571,1,1,27005,0,8226.79,-161.021,854.296,6.27229,300,5,0,12175,3893,1,0,0,0),(113391,29624,571,1,1,27005,0,8196.72,-50.7933,848.224,5.80922,300,5,0,12175,3893,1,0,0,0),(113392,29624,571,1,1,27005,0,8303.45,-117.735,834.586,0.093985,300,5,0,12175,3893,1,0,0,0),(113393,29624,571,1,1,27005,0,8277.4,-89.1845,836.974,3.80444,300,5,0,12175,3893,1,0,0,0),(113394,29624,571,1,1,27005,0,8126.21,-81.2844,857.175,5.9871,300,5,0,12175,3893,1,0,0,0),(113395,29624,571,1,1,27005,0,8252.29,-34.0204,837.497,6.16101,300,5,0,12175,3893,1,0,0,0),(113396,27321,571,1,1,11686,0,3331.15,-4619.79,232.292,4.79965,300,5,0,42,0,1,0,0,0),(113397,30137,571,1,1,26779,0,5816.14,649.888,609.886,3.92882,300,0,0,10282,0,2,0,0,0),(113398,29881,571,1,1,11686,0,1591.15,-3397.79,-19.3257,4.17134,300,5,0,12600,0,1,0,0,0),(113399,29881,571,1,1,11686,0,1565.55,-3536.64,110.143,3.54302,300,5,0,12600,0,1,0,0,0),(113400,29881,571,1,1,11686,0,1601.64,-3572.65,-20.3509,1.27409,300,5,0,12600,0,1,0,0,0),(113401,29881,571,1,1,11686,0,1651.7,-3639.6,128.157,1.98968,300,5,0,12600,0,1,0,0,0),(113402,29881,571,1,1,11686,0,1660.09,-3416.41,144.843,5.88176,300,5,0,12600,0,1,0,0,0),(113403,29881,571,1,1,11686,0,1484.83,-3089.09,39.3565,0.733038,300,5,0,12600,0,1,0,0,0),(113404,29881,571,1,1,11686,0,1516.42,-3304.33,66.62,1.58825,300,5,0,12600,0,1,0,0,0),(113405,29881,571,1,1,11686,0,1614.14,-3254.27,3.6101,5.88176,300,5,0,12600,0,1,0,0,0),(113406,29881,571,1,1,11686,0,1561.67,-3245.07,-21.4033,2.26893,300,5,0,12600,0,1,0,0,0),(113407,23737,571,1,1,21715,1,580.969,-4924.77,19.8771,4.83456,300,0,0,7984,3080,0,0,0,0),(113408,25785,571,1,1,23380,0,3652.65,5897.75,174.641,3.76991,300,0,0,7688,7500,0,0,0,0),(113409,29881,571,1,1,11686,0,1569.77,-3660.78,130.219,5.44543,300,5,0,12600,0,1,0,0,0),(113410,29881,571,1,1,11686,0,1561.81,-3544.51,164.303,3.61283,300,5,0,12600,0,1,0,0,0),(113411,29881,571,1,1,11686,0,1559.65,-3389.58,152.324,4.50295,300,5,0,12600,0,1,0,0,0),(113412,29881,571,1,1,11686,0,1700.29,-3265.54,137.283,1.72788,300,5,0,12600,0,1,0,0,0),(113413,29881,571,1,1,11686,0,1619.21,-3320.78,142.691,5.49779,300,5,0,12600,0,1,0,0,0),(113414,29881,571,1,1,11686,0,1623.66,-3406.66,77.6226,4.15388,300,5,0,12600,0,1,0,0,0),(113415,29881,571,1,1,11686,0,1504.14,-3202.73,70.0843,1.67552,300,5,0,12600,0,1,0,0,0),(113416,29881,571,1,1,11686,0,1642.29,-3255.42,71.1278,2.77507,300,5,0,12600,0,1,0,0,0),(113417,29881,571,1,1,11686,0,1554.03,-3426.45,98.1799,1.64061,300,5,0,12600,0,1,0,0,0),(113418,29881,571,1,1,11686,0,1741.58,-3326.27,79.9653,5.48033,300,5,0,12600,0,1,0,0,0),(113419,32441,571,1,1,833,0,5894.62,654.939,615.294,3.66519,300,0,0,12852,0,2,0,0,0),(113420,27065,571,1,1,24258,0,4495.48,5695.72,81.4125,5.97798,300,0,0,8982,0,0,0,0,0),(113421,29881,571,1,1,11686,0,1635.83,-3458.57,30.8984,4.17134,300,5,0,12600,0,1,0,0,0),(113422,29881,571,1,1,11686,0,1609.95,-3360.49,11.5173,5.49779,300,5,0,12600,0,1,0,0,0),(113423,29881,571,1,1,11686,0,1525.68,-3234,151.881,3.57792,300,5,0,12600,0,1,0,0,0),(113424,29881,571,1,1,11686,0,1485.34,-3445.23,87.2981,6.17846,300,5,0,12600,0,1,0,0,0),(113425,29881,571,1,1,11686,0,1590.38,-3172.6,1.54133,3.10669,300,5,0,12600,0,1,0,0,0),(113426,29881,571,1,1,11686,0,1572.84,-3448.59,52.6155,2.98451,300,5,0,12600,0,1,0,0,0),(113431,26041,571,1,1,11686,0,3481.57,4099.99,17.8364,0,300,5,0,8982,3155,1,0,0,0),(113432,32185,571,1,1,27814,0,4060.26,-433.178,147.132,1.93778,300,5,0,25200,0,1,0,0,0),(113434,32185,571,1,1,27814,0,4042.15,-443.894,146.685,4.79021,300,5,0,25200,0,1,0,0,0),(113435,32185,571,1,1,27814,0,4145.83,-416.258,145.333,0.390047,300,5,0,25200,0,1,0,0,0),(113436,32185,571,1,1,27814,0,4181.17,-369.942,146.684,5.0094,300,0,0,25200,0,2,0,0,0),(113437,24249,571,1,1,22218,1,750.203,-4703.79,-94.1836,0.141697,300,5,0,6986,2991,1,0,0,0),(113438,32185,571,1,1,27814,0,4190.59,-350.934,146.684,2.23402,300,0,0,25200,0,2,0,0,0),(113439,24249,571,1,1,22241,1,880.083,-4979.19,-72.3585,5.09636,300,0,0,6986,2991,0,0,0,0),(113440,24249,571,1,1,22241,1,816.027,-4803.74,-94.1342,3.58243,300,5,0,6986,2991,1,0,0,0),(113441,24249,571,1,1,22240,1,858.161,-4910.59,-72.442,1.8597,300,5,0,6986,2991,1,0,0,0),(113442,24249,571,1,1,22240,1,842.137,-4698.54,-94.1803,1.2212,300,5,0,6986,2991,1,0,0,0),(113443,23993,571,1,1,17444,0,2586.13,-3551.76,205.475,2.34985,300,0,0,37164,6462,2,0,0,0),(113444,23993,571,1,1,17444,0,2744.39,-3687.18,221.847,4.95736,300,0,0,37164,6462,2,0,0,0),(113467,29625,571,1,1,0,0,7632.86,-602.173,1826.14,1.36622,120,0,0,12600,0,2,0,0,0),(113466,29625,571,1,1,0,0,7622.47,-506.957,1781.67,1.70802,120,0,0,12600,0,2,0,0,0),(113465,29625,571,1,1,0,0,7619.2,-508.441,1843.86,1.40229,120,0,0,12600,0,2,0,0,0),(113464,29625,571,1,1,0,0,7609.13,-509.024,1840.86,1.84148,120,0,0,12600,0,2,0,0,0),(113463,29625,571,1,1,0,0,7605.18,-510.834,1873.65,1.72335,120,0,0,12600,0,2,0,0,0),(113462,29625,571,1,1,0,0,7603.5,-532.559,1864.59,1.55222,120,0,0,12600,0,2,0,0,0),(113453,29369,571,1,1,25756,1,7831.41,-36.4311,881.704,4.40398,300,0,0,11770,0,2,0,0,0),(113454,29369,571,1,1,25756,1,7806.82,-50.189,883.404,0.046462,300,0,0,11770,0,2,0,0,0),(113455,29369,571,1,1,25756,1,7755.48,-0.0631561,865.862,2.88331,300,0,0,11770,0,2,0,0,0),(113456,29369,571,1,1,25756,1,7741.84,-35.6213,868.321,2.16669,300,0,0,11770,0,2,0,0,0),(113461,29625,571,1,1,0,0,7600.88,-540.469,1869.16,1.81928,120,0,0,12600,0,2,0,0,0),(113459,29625,571,1,1,0,0,7593.77,-533.025,1860.49,1.74947,120,0,0,12600,0,2,0,0,0),(113458,29625,571,1,1,0,0,7591.98,-560.638,1837.17,1.35478,120,0,0,12600,0,2,0,0,0),(113457,29625,571,1,1,0,0,7587.16,-583.289,1835.94,0.890569,120,0,0,12600,0,2,0,0,0),(113452,29625,571,1,1,0,0,7583.05,-491.924,1851.77,1.92978,120,0,0,12600,0,2,0,0,0),(113451,29625,571,1,1,0,0,7582.29,-580.553,1859.98,1.00512,120,0,0,12600,0,2,0,0,0),(113450,29625,571,1,1,0,0,7580.87,-579.573,1857.71,1.49146,120,0,0,12600,0,2,0,0,0),(113449,29625,571,1,1,0,0,7580.48,-553.991,1845.72,1.48831,120,0,0,12600,0,2,0,0,0),(113448,29625,571,1,1,0,0,7575.04,-512.703,1886.67,1.71924,120,0,0,12600,0,2,0,0,0),(113447,29625,571,1,1,0,0,7573.75,-612.037,1859.46,0.956391,120,0,0,12600,0,2,0,0,0),(113446,29625,571,1,1,0,0,7573.47,-458.373,1848.29,2.05411,120,0,0,12600,0,2,0,0,0),(113430,29625,571,1,1,0,0,7354.39,-430.565,1819.92,3.85601,120,0,0,12600,0,2,0,0,0),(113429,29625,571,1,1,0,0,7337.24,-415.638,1831.26,3.9516,120,0,0,12600,0,2,0,0,0),(113428,29625,571,1,1,0,0,7303.45,-434.235,1881.39,4.21604,120,0,0,12600,0,2,0,0,0),(113427,29625,571,1,1,0,0,7294.96,-438.924,1829.92,4.50247,120,0,0,12600,0,2,0,0,0),(113473,26298,571,1,1,21999,0,3337.55,2516.33,77.234,1.79769,300,0,0,42,0,0,0,0,0),(113474,28346,571,1,1,25318,0,5534.67,5738.43,-77.7767,3.83952,300,5,0,102,0,1,0,0,0),(113475,27066,571,1,1,24276,1,3406.96,-2788.63,201.604,5.48033,300,0,0,7185,7196,0,0,0,0),(113476,26810,571,1,1,23978,0,3875.68,1593.95,90.6079,3.50811,300,0,0,99400,33870,0,0,0,0),(113477,23738,571,1,1,21716,0,638.45,-4973.4,5.45866,3.668,300,0,0,7181,0,2,0,0,0),(113478,26298,571,1,1,21999,0,6853.99,-4517.81,444.018,0.593412,300,0,0,42,0,0,0,0,0),(113479,26298,571,1,1,21999,0,6850.76,-4534.64,444.178,3.10669,300,0,0,42,0,0,0,0,0),(113481,26298,571,1,1,21999,0,6526.05,-3292.84,442.372,1.8326,300,0,0,42,0,0,0,0,0),(113482,26298,571,1,1,21999,0,6486.2,-3249.93,443.146,4.39823,300,0,0,42,0,0,0,0,0),(113483,26298,571,1,1,21999,0,6486.3,-3293.49,443.123,3.735,300,0,0,42,0,0,0,0,0),(113484,28858,571,1,1,26382,0,6354.46,5848.16,57.5116,4.72487,300,5,0,12175,3893,1,0,0,0),(113485,28858,571,1,1,26382,0,5999.94,5858.37,67.7917,0.8082,300,5,0,12175,3893,1,0,0,0),(113486,28858,571,1,1,26382,0,6117.68,5797.38,79.1913,1.11117,300,5,0,12175,3893,1,0,0,0),(113487,28858,571,1,1,26382,0,6410.95,5539.59,78.47,0.177044,300,5,0,12175,3893,1,0,0,0),(113488,28858,571,1,1,26382,0,6186.45,5818.33,49.865,4.0092,300,5,0,12175,3893,1,0,0,0),(113489,28858,571,1,1,26382,0,6211.76,5786.96,51.0677,1.86065,300,5,0,12175,3893,1,0,0,0),(113490,28858,571,1,1,26382,0,6096.89,5810.39,64.5194,3.28234,300,5,0,12175,3893,1,0,0,0),(113491,28858,571,1,1,26382,0,6064.71,5899.51,70.1323,5.28079,300,5,0,12175,3893,1,0,0,0),(113492,28858,571,1,1,26382,0,6028.46,5926.85,58.898,4.28011,300,5,0,12175,3893,1,0,0,0),(113493,28858,571,1,1,26382,0,5954.38,5989,57.5116,1.49539,300,5,0,12175,3893,1,0,0,0),(113494,28858,571,1,1,26382,0,6220.46,5911.59,51.9913,0.47116,300,5,0,12175,3893,1,0,0,0),(113495,28858,571,1,1,26382,0,5925.73,6021.95,56.901,1.09425,300,5,0,12175,3893,1,0,0,0),(113496,28858,571,1,1,26382,0,6279.41,5891.04,55.473,2.38767,300,5,0,12175,3893,1,0,0,0),(113497,28858,571,1,1,26382,0,6146.09,5885.26,50.6963,2.88711,300,5,0,12175,3893,1,0,0,0),(113498,28858,571,1,1,26382,0,6250.26,5744.56,48.1241,5.3947,300,5,0,12175,3893,1,0,0,0),(113499,28858,571,1,1,26382,0,6311.76,5721.09,51.3579,2.60397,300,5,0,12175,3893,1,0,0,0),(113500,28858,571,1,1,26382,0,6364.75,5677.33,60.1936,2.42022,300,5,0,12175,3893,1,0,0,0),(113501,28858,571,1,1,26382,0,6348.67,5598.72,74.2365,3.95674,300,5,0,12175,3893,1,0,0,0),(113502,28858,571,1,1,26382,0,6315.54,5624.25,76.0239,0.113601,300,0,0,12175,3893,0,0,0,0),(113503,28858,571,1,1,26382,0,6457.81,5552.08,57.4252,1.24923,300,5,0,12175,3893,1,0,0,0),(113504,28858,571,1,1,26382,0,6347.22,5750.09,48.3158,1.68469,300,5,0,12175,3893,1,0,0,0),(113505,28858,571,1,1,26382,0,6313.71,5782.52,49.6445,1.35518,300,5,0,12175,3893,1,0,0,0),(113506,28858,571,1,1,26382,0,5977.38,5937.96,53.077,0.892443,300,0,0,12175,3893,0,0,0,0),(113507,28090,571,1,1,25098,1,5173.08,-3288.15,281.074,1.55334,300,0,0,9291,0,0,0,0,0),(113508,25786,571,1,1,21688,0,3103.24,4529.21,37.1361,2.26893,300,0,0,8982,0,0,0,0,0),(113509,32186,571,1,1,27813,0,4083.78,-477.834,148.829,4.11001,300,5,0,63000,0,1,0,0,0),(113510,32186,571,1,1,27813,0,4060.71,-449.353,146.684,5.52095,300,5,0,63000,0,1,0,0,0),(113511,23994,571,1,1,10902,0,861.585,-5596.74,203.852,3.40438,300,5,0,3493,0,1,0,0,0),(113512,23994,571,1,1,10902,0,857.545,-5589.32,203.977,1.07837,300,5,0,3493,0,1,0,0,0),(113513,23994,571,1,1,10902,0,1006.05,-5488.88,187.025,2.63225,300,5,0,3493,0,1,0,0,0),(113514,23994,571,1,1,10902,0,1003.22,-5497.02,187.65,3.86331,300,5,0,3493,0,1,0,0,0),(113515,23994,571,1,1,10902,0,1002.33,-5489.08,187.15,6.24693,300,5,0,3493,0,1,0,0,0),(113516,23994,571,1,1,10902,0,964.919,-5573.62,187.321,5.59821,300,5,0,3493,0,1,0,0,0),(113517,23994,571,1,1,10902,0,965.532,-5563.72,186.82,6.01014,300,5,0,3493,0,1,0,0,0),(113518,23994,571,1,1,10902,0,972.614,-5573.3,187.452,3.60409,300,5,0,3493,0,1,0,0,0),(113519,28090,571,1,1,25100,1,5103.65,-3059.3,278.831,6.03884,300,0,0,9291,0,0,0,0,0),(113520,24250,571,1,1,22239,1,799.475,-4803.54,-94.0404,6.27085,300,0,0,6986,0,0,0,0,0),(113521,28090,571,1,1,25099,1,5414.76,-3354.49,299.634,3.1898,300,0,0,9291,0,0,0,0,0),(113522,28090,571,1,1,25097,1,5354.34,-3388.43,299.618,1.029,300,0,0,9291,0,0,0,0,0),(113523,28090,571,1,1,25098,1,5226.19,-3015.63,278.638,3.26377,300,0,0,9291,0,0,0,0,0),(113524,24250,571,1,1,22239,1,845.181,-4946.44,-72.3585,0.314159,300,0,0,6986,0,0,0,0,0),(113525,24250,571,1,1,22238,1,835.082,-4852.54,-72.345,5.13127,300,0,0,6986,0,0,0,0,0),(113526,24250,571,1,1,22238,1,829.348,-4878.43,-72.4351,3.9968,300,5,0,6986,0,1,0,0,0),(113527,24250,571,1,1,22219,1,889.347,-4931.63,-72.3585,3.4383,300,0,0,6986,0,0,0,0,0),(113528,24250,571,1,1,22239,1,880.207,-4949.45,-72.3585,3.35103,300,0,0,6986,0,0,0,0,0),(113529,24250,571,1,1,22239,1,854.353,-4928.18,-72.3585,0.471239,300,0,0,6986,0,0,0,0,0),(113530,24250,571,1,1,22219,1,888.873,-4842.65,-72.442,-0.435214,300,0,0,6986,0,0,0,0,0),(113531,24250,571,1,1,22219,1,843.719,-4788.99,-94.0441,3.35103,300,0,0,6986,0,0,0,0,0),(113532,24250,571,1,1,22238,1,909.738,-4820.7,-72.442,2.40855,300,5,0,6986,0,1,0,0,0),(113533,24250,571,1,1,22239,1,929.585,-4854.91,-72.442,5.91667,300,5,0,6986,0,1,0,0,0),(113534,24250,571,1,1,22219,1,832.092,-4885.62,-72.3587,1.72788,300,0,0,6986,0,0,0,0,0),(113535,23994,571,1,1,10902,0,839.926,-5451.89,209.312,3.56404,300,5,0,3493,0,1,0,0,0),(113536,23994,571,1,1,10902,0,843.673,-5465.79,213.187,3.4239,300,5,0,3493,0,1,0,0,0),(113537,23994,571,1,1,10902,0,990.142,-5525.71,187.354,0.208512,300,5,0,3493,0,1,0,0,0),(113538,23994,571,1,1,10902,0,930.425,-5539.83,187.005,0.231335,300,5,0,3493,0,1,0,0,0),(113540,23994,571,1,1,10902,0,906.393,-5491.16,195.355,4.73825,300,5,0,3493,0,1,0,0,0),(113541,23994,571,1,1,10902,0,905.773,-5499.17,195.355,3.34687,300,5,0,3493,0,1,0,0,0),(113542,23994,571,1,1,10902,0,912.459,-5492.05,195.681,4.43998,300,5,0,3493,0,1,0,0,0),(113543,28090,571,1,1,25100,1,5128.24,-3019.57,278.638,5.23599,300,0,0,9291,0,0,0,0,0),(113544,28090,571,1,1,25097,1,5190.41,-2994.44,278.638,4.93928,300,0,0,9291,0,0,0,0,0),(113545,28090,571,1,1,25100,1,5147.72,-3018.28,278.638,4.74729,300,0,0,9291,0,0,0,0,0),(113546,28090,571,1,1,25099,1,5151.79,-2978.85,278.638,5.4649,300,0,0,9291,0,0,0,0,0),(113547,28090,571,1,1,25097,1,5135.23,-3001.86,279.765,0.017453,300,0,0,9291,0,0,0,0,0),(113548,26298,571,1,1,21999,0,6817.88,-4549.02,443.087,0.715585,300,0,0,42,0,0,0,0,0),(113549,26298,571,1,1,21999,0,6817.47,-4503.56,443.177,5.44543,300,0,0,42,0,0,0,0,0),(113550,26298,571,1,1,21999,0,6831.78,-4534.36,444.178,0.127,300,0,0,42,0,0,0,0,0),(113551,26298,571,1,1,21999,0,6829.3,-4515.53,444.178,4.679,300,0,0,42,0,0,0,0,0),(113554,28090,571,1,1,25097,1,5236.92,-3161.8,274.222,5.02655,300,0,0,9291,0,0,0,0,0),(113555,28090,571,1,1,25100,1,5283.39,-3176.29,279.393,1.5708,300,0,0,9291,0,0,0,0,0),(113556,16570,571,1,1,110,0,5160.2,-2570.1,288.09,0.735571,300,6,0,4652,0,1,0,0,0),(113558,26298,571,1,1,21999,0,6527.56,-3249.63,443.886,3.71755,300,0,0,42,0,0,0,0,0),(113559,28090,571,1,1,25098,1,5475.5,-3285.69,293.002,4.04916,300,0,0,9291,0,0,0,0,0),(113560,28090,571,1,1,25097,1,5184.98,-3118.52,273.9,3.89208,300,0,0,9291,0,0,0,0,0),(113561,28090,571,1,1,25098,1,5014.37,-3292.36,281.217,1.38,300,0,0,9291,0,0,0,0,0),(113562,16570,571,1,1,110,0,5118.59,-2577.59,288.009,5.12883,300,6,0,4652,0,1,0,0,0),(113563,28090,571,1,1,25098,1,5257.62,-3239.38,276.651,1.81514,300,0,0,9291,0,0,0,0,0),(113564,28090,571,1,1,25100,1,5399.55,-3333.74,297.589,1.95477,300,0,0,9291,0,0,0,0,0),(113565,16570,571,1,1,110,0,5124.01,-2637.63,288.279,0.044026,300,6,0,4652,0,1,0,0,0),(113566,28090,571,1,1,25100,1,5302.7,-3264.24,281.175,2.77507,300,0,0,9291,0,0,0,0,0),(113567,28090,571,1,1,25100,1,5093.72,-3247.18,278.638,1.65806,300,0,0,9291,0,0,0,0,0),(113568,28090,571,1,1,25097,1,5335.03,-3370.98,297.568,2.3911,300,0,0,9291,0,0,0,0,0),(113569,16570,571,1,1,110,0,5043.77,-2573.87,289.46,0.250287,300,6,0,4652,0,1,0,0,0),(113570,16570,571,1,1,110,0,5258.98,-2660.94,288.506,2.36783,300,6,0,4652,0,1,0,0,0),(113571,16570,571,1,1,110,0,5232.29,-2598.96,289.792,3.41134,300,6,0,4652,0,1,0,0,0),(113572,16570,571,1,1,110,0,4983.26,-2920.38,290.03,3.15841,300,6,0,4652,0,1,0,0,0),(113573,16570,571,1,1,110,0,5141.44,-2715.67,287.79,6.26824,300,6,0,4652,0,1,0,0,0),(113574,16570,571,1,1,110,0,5002.38,-2667.12,288.117,4.4535,300,6,0,4652,0,1,0,0,0),(113575,16570,571,1,1,110,0,5037.61,-2715.69,287.495,2.91906,300,6,0,4652,0,1,0,0,0),(113576,16570,571,1,1,110,0,5082.2,-2650.79,287.714,5.9976,300,6,0,4652,0,1,0,0,0),(113577,16570,571,1,1,110,0,4899.95,-2718,289.319,6.01901,300,0,0,4652,0,2,0,0,0),(113578,16570,571,1,1,110,0,5101.08,-2561.9,286.984,0.727978,300,0,0,4652,0,2,0,0,0),(113579,28090,571,1,1,25100,1,5291.57,-3305.59,283.689,2.23402,300,0,0,9291,0,0,0,0,0),(113580,28090,571,1,1,25099,1,5149.82,-3209.44,273.9,6.24828,300,0,0,9291,0,0,0,0,0),(113581,28090,571,1,1,25100,1,5367.83,-3331.57,297.568,1.93731,300,0,0,9291,0,0,0,0,0),(113582,16570,571,1,1,110,0,4924.38,-2852.55,289.513,5.28153,300,6,0,4652,0,1,0,0,0),(113583,16570,571,1,1,110,0,5187.17,-2503.92,289.964,4.19851,300,6,0,4652,0,1,0,0,0),(113584,16570,571,1,1,110,0,5207.3,-2659.9,288.587,2.62307,300,6,0,4652,0,1,0,0,0),(109404,27024,571,1,1,0,1,4676.16,-5575.82,53.61,0.85,120,6,0,9940,0,2,0,0,0),(113586,16570,571,1,1,110,0,4992.46,-2831.21,287.832,-0.414836,300,6,0,4652,0,1,0,0,0),(113588,16570,571,1,1,110,0,4985.16,-2727.62,287.839,5.93392,300,6,0,4652,0,1,0,0,0),(113590,16570,571,1,1,110,0,5236.35,-2662.41,287.964,0.539026,300,6,0,4652,0,1,0,0,0),(113591,16570,571,1,1,110,0,5046.04,-2851.02,287.993,2.01764,300,6,0,4652,0,1,0,0,0),(113592,16570,571,1,1,110,0,4935.56,-2768.77,288.089,0.746616,300,6,0,4652,0,1,0,0,0),(113593,16570,571,1,1,110,0,5191.69,-2662.98,288.17,3.03983,300,6,0,4652,0,1,0,0,0),(113594,16570,571,1,1,110,0,5115.99,-2628.72,288.143,4.24691,300,6,0,4652,0,1,0,0,0),(113596,16570,571,1,1,110,0,4946.05,-2733.24,288.08,6.16101,300,6,0,4652,0,1,0,0,0),(113597,16570,571,1,1,110,0,4989.51,-2844.71,287.397,5.02655,300,6,0,4652,0,1,0,0,0),(113598,16570,571,1,1,110,0,4968.48,-2841.69,287.048,3.05433,300,0,0,4652,0,2,0,0,0),(113599,16570,571,1,1,110,0,5119.88,-2565.58,288.407,1.04425,300,6,0,4652,0,1,0,0,0),(113600,16570,571,1,1,110,0,5140.45,-2729.39,287.589,1.57344,300,6,0,4652,0,1,0,0,0),(113601,16570,571,1,1,110,0,5134.37,-2696.14,288.041,-2.86015,300,6,0,4652,0,1,0,0,0),(113602,16570,571,1,1,110,0,5201.2,-2724.05,288.505,-1.64042,300,6,0,4652,0,1,0,0,0),(113603,16570,571,1,1,110,0,5110.8,-2514.87,287.535,1.80659,300,6,0,4652,0,1,0,0,0),(113604,16570,571,1,1,110,0,5016.15,-2656.07,287.962,-2.6655,300,6,0,4652,0,1,0,0,0),(113606,16570,571,1,1,110,0,5043.7,-2797.63,287.984,2.67041,300,6,0,4652,0,1,0,0,0),(113608,16570,571,1,1,110,0,5201.24,-2709.22,288.108,-1.21858,300,6,0,4652,0,1,0,0,0),(113610,16570,571,1,1,110,0,5117.84,-2769.05,287.856,5.14872,300,6,0,4652,0,1,0,0,0),(113611,16570,571,1,1,110,0,5238.28,-2613.66,287.026,5.93412,300,0,0,4652,0,2,0,0,0),(113612,16570,571,1,1,110,0,5056.41,-2647.58,288.052,1.79769,300,6,0,4652,0,1,0,0,0),(113613,27578,571,1,1,24708,0,4588.93,-5675.78,106.341,2.74017,300,0,0,53175,0,0,0,0,0),(113614,29370,571,1,1,26212,1,7831.03,24.9519,1009.16,0.226893,300,0,0,12175,0,0,0,0,0),(113615,29370,571,1,1,26212,1,7947.78,43.3384,1028.12,1.36136,300,0,0,12175,0,0,0,0,0),(113616,29370,571,1,1,26212,1,7746.79,39.887,1009.43,0.610865,300,0,0,12175,0,0,0,0,0),(113617,29370,571,1,1,26212,1,7946.76,110.76,1028.12,0.139626,300,0,0,12175,0,0,0,0,0),(113618,29370,571,1,1,26212,1,8011.81,2.5051,961.137,2.79253,300,0,0,12175,0,0,0,0,0),(113619,29370,571,1,1,26212,1,7972.27,-15.2837,961.739,0.453786,300,0,0,12175,0,0,0,0,0),(113620,29370,571,1,1,26212,1,7943.88,-10.9284,960.485,6.21337,300,0,0,12175,0,0,0,0,0),(113621,29370,571,1,1,26212,1,7906.6,95.1356,1029.95,6.26573,300,0,0,12175,0,0,0,0,0),(113622,29370,571,1,1,26212,1,7979.05,75.35,1028.12,2.07694,300,0,0,12175,0,0,0,0,0),(113623,29370,571,1,1,26212,1,7728.3,110.296,1010.72,2.35619,300,0,0,12175,0,0,0,0,0),(113624,29370,571,1,1,26212,1,7759.6,78.0128,1009.43,4.86947,300,0,0,12175,0,0,0,0,0),(113625,29370,571,1,1,26212,1,8081.58,34.8781,896.89,4.5204,300,0,0,12175,0,0,0,0,0),(113626,29370,571,1,1,26212,1,8075.54,-20.5208,876.287,4.64258,300,0,0,12175,0,0,0,0,0),(113627,29370,571,1,1,26212,1,8193.85,47.8366,901.508,4.93928,300,0,0,12175,0,0,0,0,0),(113628,29370,571,1,1,26212,1,8178.72,122.406,898.645,4.2237,300,0,0,12175,0,0,0,0,0),(113629,29370,571,1,1,26212,1,8179.39,100.333,898.942,4.55531,300,0,0,12175,0,0,0,0,0),(113630,23739,571,1,1,21754,1,1224.14,-5289.74,179.332,5.46288,300,0,0,38440,0,0,0,0,0),(113631,23739,571,1,1,21754,1,1220.58,-5293.28,179.325,5.44543,300,0,0,38440,0,0,0,0,0),(113632,26043,571,1,1,23501,0,3814.34,1566.59,87.2241,0.279253,300,0,0,42,0,0,0,0,0),(113633,26043,571,1,1,23501,0,3815.69,1565.46,87.3005,0.890118,300,0,0,42,0,0,0,0,0),(113634,26043,571,1,1,23501,0,3817.52,1563.5,87.113,0.593412,300,0,0,42,0,0,0,0,0),(113638,23739,571,1,1,21754,1,603.916,-5031.58,1.40394,3.28122,300,0,0,38440,0,0,0,0,0),(113639,23739,571,1,1,21757,1,603.363,-5026.83,1.90394,4.20624,300,0,0,38440,0,0,0,0,0),(113640,23739,571,1,1,21754,1,604.667,-5028.28,1.65394,3.87463,300,0,0,38440,0,0,0,0,0),(113641,23739,571,1,1,21756,1,603.409,-5029.73,1.53833,3.85139,300,0,0,38440,0,0,0,0,0),(113642,23739,571,1,1,21757,1,602.096,-5028.3,1.65394,4.55531,300,0,0,38440,0,0,0,0,0),(113643,23739,571,1,1,21757,1,605.338,-5030.13,1.52894,3.64774,300,0,0,38440,0,0,0,0,0),(113644,23739,571,1,1,21757,1,719.792,-4983.33,6.26409,1.5708,300,0,0,38440,0,0,0,0,0),(113645,23739,571,1,1,21754,1,570.181,-4999.08,10.8426,3.00197,300,0,0,38440,0,0,0,0,0),(113646,23739,571,1,1,21756,1,571.229,-4940.4,17.8784,3.4383,300,0,0,38440,0,0,0,0,0),(113647,23739,571,1,1,21757,1,655.224,-4943.86,6.12597,4.1459,300,0,0,38440,0,2,0,0,0),(113648,23739,571,1,1,21756,1,650.848,-4948.3,5.75656,4.14796,300,0,0,38440,0,0,0,0,0),(113649,23739,571,1,1,21756,1,526.528,-4945.65,30.1918,5.68977,300,0,0,38440,0,0,0,0,0),(113650,24763,571,1,1,24056,0,738.085,-2931.33,7.26569,0.523599,300,0,0,9940,0,0,0,0,0),(113651,26043,571,1,1,23501,0,5411.75,-2658.33,304.438,2.94961,300,0,0,42,0,0,0,0,0),(113652,24251,571,1,1,22535,1,441.617,-4637.97,246.481,2.07694,300,0,0,8982,0,0,0,0,0),(113653,25275,571,1,2,23074,1,2952.81,6806.67,6.26649,4.10152,300,0,0,7984,0,0,0,537166592,32),(113654,25275,571,1,2,23043,1,2949.71,6805.16,6.70256,5.91667,300,0,0,7984,0,0,0,537166592,32),(113655,27067,571,1,1,24259,0,4510.52,5703.35,81.6213,1.29154,300,0,0,9291,0,0,0,0,0),(113656,26043,571,1,1,23501,0,2801.77,852.73,-0.73932,4.24115,300,0,0,42,0,0,0,0,0),(113657,23739,571,1,1,21755,1,654.575,-5033.34,4.11281,3.68265,300,0,0,38440,0,0,0,0,0),(113658,23739,571,1,1,21755,1,647.548,-4915.02,8.09536,5.0112,300,0,0,38440,0,0,0,0,0),(113659,23739,571,1,1,21756,1,655.265,-5023.07,4.77892,2.44346,300,0,0,38440,0,0,0,0,0),(113660,23739,571,1,1,21756,1,519.569,-4957.17,30.4633,5.77704,300,0,0,38440,0,0,0,0,0),(113661,26043,571,1,1,23501,0,3422.33,-2759.05,199.933,4.99164,300,0,0,42,0,0,0,0,0),(113662,26043,571,1,1,23501,0,5907.15,678.867,643.579,5.84685,300,0,0,42,0,0,0,0,0),(113663,23739,571,1,1,21754,1,710.271,-4940.28,5.48731,2.68534,300,0,0,38440,0,0,0,0,0),(113664,23739,571,1,1,21756,1,718.165,-4993.41,7.08997,1.51789,300,0,0,38440,0,0,0,0,0),(113665,23739,571,1,1,21756,1,714.761,-4971.54,6.03545,-1.59286,300,0,0,38440,0,0,0,0,0),(113666,23739,571,1,1,21756,1,597.493,-4940.1,16.943,-3.12412,300,0,0,38440,0,0,0,0,0),(113667,23739,571,1,1,21754,1,666.631,-4918.2,4.93532,-1.71042,300,0,0,38440,0,0,0,0,0),(86437,26812,571,1,1,0,1,4766.29,-4851.22,25.8854,3.8307,300,0,0,1,0,2,0,0,0),(86436,26811,571,1,1,0,1,4795.08,-4869.77,25.8534,3.63068,300,5,0,1,0,1,0,0,0),(86435,26812,571,1,1,0,1,4782.29,-4858.29,26.1091,4.43314,300,5,0,1,0,1,0,0,0),(86434,26812,571,1,1,0,1,4759.75,-4835.38,25.9063,3.53582,300,5,0,1,0,1,0,0,0),(113672,28603,571,1,1,25553,0,5085.17,-1550.79,240.045,1.45229,300,0,0,10282,0,0,0,0,0),(113673,27579,571,1,1,23825,1,4700.48,-5568.5,53.61,3.39,300,0,0,53175,0,0,0,0,0),(113674,28348,571,1,1,25320,0,5020.3,1357.91,286.136,4.32842,300,0,0,12600,0,0,0,0,0),(113675,26556,571,1,1,24126,1,2839.45,4019.4,5.08335,0.296706,300,0,0,10635,0,0,0,0,0),(113676,27068,571,1,1,24277,0,3433.78,-2817.87,201.183,2.75762,300,0,0,8982,0,0,0,0,0),(113677,24252,571,1,1,22220,1,488.072,-4643.66,247.17,5.53269,300,0,0,8982,0,0,0,0,0),(113678,23740,571,1,1,22673,0,2793.65,-5087.05,469.446,4.03554,300,8,0,8982,0,1,0,0,0),(113679,23740,571,1,1,22673,0,2560.65,-4968.75,302.414,0.04333,300,8,0,8982,0,1,0,0,0),(113680,23740,571,1,1,22673,0,3293.51,-4641.52,269.085,0.657714,300,8,0,8982,0,1,0,0,0),(113681,23740,571,1,1,22673,0,3286.73,-4702.52,294.303,5.55497,300,8,0,8982,0,1,0,0,0),(113682,23740,571,1,1,22673,0,2803.39,-5272.91,493.464,5.5254,300,8,0,8982,0,1,0,0,0),(113683,23740,571,1,1,22673,0,2771.62,-5258.77,471.597,4.14633,300,8,0,8982,0,1,0,0,0),(113684,23740,571,1,1,22673,0,2793.61,-5207.76,461.242,4.37682,300,8,0,8982,0,1,0,0,0),(113685,29628,571,1,1,26390,0,5856.75,743.901,640.669,0.541052,300,0,0,10635,0,0,0,0,0),(113686,23740,571,1,1,22673,0,3283.93,-4702.48,294.702,4.09573,300,8,0,8982,0,1,0,0,0),(113687,23740,571,1,1,22673,0,2730.96,-5056.61,404.898,3.50262,300,8,0,8982,0,1,0,0,0),(113688,23740,571,1,1,22673,0,2625.71,-4967.58,335.216,5.09514,300,8,0,8982,0,1,0,0,0),(113690,23740,571,1,1,22673,0,3347.97,-4685.32,261.823,4.6168,300,8,0,8982,0,1,0,0,0),(113691,23740,571,1,1,22673,0,2584.42,-4887.13,327.142,3.69837,300,8,0,8982,0,1,0,0,0),(113692,23740,571,1,1,22673,0,2587.11,-4892.46,327.125,5.88381,300,8,0,8982,0,1,0,0,0),(113693,23740,571,1,1,22673,0,2620.11,-4836.48,290.309,6.00034,300,8,0,8982,0,1,0,0,0),(113694,23740,571,1,1,22673,0,2763.75,-4864.69,354.271,3.91972,300,8,0,8982,0,1,0,0,0),(113695,23740,571,1,1,22673,0,2752.4,-4668.96,291.584,5.10198,300,8,0,8982,0,1,0,0,0),(113696,23740,571,1,1,22673,0,2510.22,-5635.78,300.096,5.34729,300,8,0,8982,0,1,0,0,0),(113697,23740,571,1,1,22673,0,2590.22,-4259.96,278.255,1.0039,300,8,0,8982,0,1,0,0,0),(113698,23740,571,1,1,22673,0,2536.56,-5107.69,332.925,4.2228,300,8,0,8982,0,1,0,0,0),(113699,23740,571,1,1,22673,0,2781.88,-5113.61,464.432,0.759869,300,8,0,8982,0,1,0,0,0),(113700,23740,571,1,1,22673,0,2575.58,-5813.21,294.735,3.20218,300,8,0,8982,0,1,0,0,0),(113701,23740,571,1,1,22673,0,3215.93,-4642.16,327.797,3.2923,300,8,0,8982,0,1,0,0,0),(113702,23740,571,1,1,22673,0,3274.84,-4439.54,331.265,3.96061,300,8,0,8982,0,1,0,0,0),(113703,23740,571,1,1,22673,0,2466.84,-5772.73,284.664,5.4012,300,8,0,8982,0,1,0,0,0),(113704,23740,571,1,1,22673,0,2509.79,-5778.34,287.932,5.79334,300,8,0,8982,0,1,0,0,0),(113705,23740,571,1,1,22673,0,2581.97,-5650.89,310.547,0.733613,300,8,0,8982,0,1,0,0,0),(113706,23740,571,1,1,22673,0,2569.47,-5779.44,298.79,3.28459,300,8,0,8982,0,1,0,0,0),(113707,23740,571,1,1,22673,0,2550.39,-5679.97,306.562,0.836529,300,8,0,8982,0,1,0,0,0),(113708,23740,571,1,1,22673,0,3279.64,-4430.55,327.405,1.41079,300,8,0,8982,0,1,0,0,0),(113709,23740,571,1,1,22673,0,2743.16,-5114.61,431.436,6.16832,300,8,0,8982,0,1,0,0,0),(113710,23740,571,1,1,22673,0,2751.3,-5138.2,426.857,3.76536,300,8,0,8982,0,1,0,0,0),(113711,23740,571,1,1,22673,0,2545.39,-5768.67,296.324,4.78856,300,8,0,8982,0,1,0,0,0),(113712,23740,571,1,1,22673,0,2448.14,-4040.65,239.659,1.23329,300,8,0,8982,0,1,0,0,0),(113713,23740,571,1,1,22673,0,2436.53,-4108.93,235.383,3.5094,300,8,0,8982,0,1,0,0,0),(113714,23740,571,1,1,22673,0,2450.22,-4074.78,237.571,4.64471,300,8,0,8982,0,1,0,0,0),(113715,23740,571,1,1,22673,0,2496.64,-4017.96,251.452,3.31027,300,8,0,8982,0,1,0,0,0),(113716,23740,571,1,1,22673,0,2485.62,-4010.34,249.277,4.16477,300,8,0,8982,0,1,0,0,0),(113717,23740,571,1,1,22673,0,2476.45,-4048.63,245.634,4.64139,300,8,0,8982,0,1,0,0,0),(113718,23740,571,1,1,22673,0,2497.45,-3929.7,255.171,5.86496,300,8,0,8982,0,1,0,0,0),(113719,23740,571,1,1,22673,0,2426.16,-4139.46,237.445,4.98791,300,8,0,8982,0,1,0,0,0),(113720,23740,571,1,1,22673,0,2394.56,-4186.23,234.251,3.47168,300,8,0,8982,0,1,0,0,0),(113721,23740,571,1,1,22673,0,2453.57,-4178.09,248.288,4.12077,300,8,0,8982,0,1,0,0,0),(113722,23740,571,1,1,22673,0,2439.01,-4251.89,242.505,1.60986,300,8,0,8982,0,1,0,0,0),(113723,23740,571,1,1,22673,0,2452.27,-4251.13,244.005,5.77308,300,8,0,8982,0,1,0,0,0),(113724,23740,571,1,1,22673,0,2827.87,-5194.62,505.716,4.58389,300,8,0,8982,0,1,0,0,0),(113725,23740,571,1,1,22673,0,2737.83,-5333.86,401.556,1.75637,300,8,0,8982,0,1,0,0,0),(113726,23740,571,1,1,22673,0,2690.76,-5375.96,384.404,3.9125,300,8,0,8982,0,1,0,0,0),(113727,23740,571,1,1,22673,0,2714.63,-5331.32,394.595,1.70239,300,8,0,8982,0,1,0,0,0),(113728,23740,571,1,1,22673,0,2697.51,-5240.92,386.462,0.178631,300,8,0,8982,0,1,0,0,0),(113729,23740,571,1,1,22673,0,2479.42,-5287.34,288.217,4.86316,300,8,0,8982,0,1,0,0,0),(113730,23740,571,1,1,22673,0,2389.46,-4925.91,255.493,4.54879,300,8,0,8982,0,1,0,0,0),(113731,23740,571,1,1,22673,0,2412.77,-4848.57,252.057,1.4709,300,8,0,8982,0,1,0,0,0),(113732,23740,571,1,1,22673,0,2459.35,-4844.29,256.636,0.811299,300,8,0,8982,0,1,0,0,0),(113733,23740,571,1,1,22673,0,3372.18,-4545.62,231.175,6.1861,300,8,0,8982,0,1,0,0,0),(113734,23740,571,1,1,22673,0,2496.19,-4234.96,261.609,3.59858,300,8,0,8982,0,1,0,0,0),(113735,23740,571,1,1,22673,0,2629.17,-4695.83,255.149,4.55881,300,8,0,8982,0,1,0,0,0),(113736,23740,571,1,1,22673,0,2509.24,-4803.14,252.389,3.15373,300,8,0,8982,0,1,0,0,0),(113737,23740,571,1,1,22673,0,2571.59,-4756.05,259.56,4.1347,300,8,0,8982,0,1,0,0,0),(113738,23740,571,1,1,22673,0,2595.44,-4736.34,257.685,2.48678,300,8,0,8982,0,1,0,0,0),(113739,23740,571,1,1,22673,0,2561.97,-4826.52,259.925,0.105695,300,8,0,8982,0,1,0,0,0),(113740,23740,571,1,1,22673,0,2556.25,-4760.42,259.695,5.73605,300,8,0,8982,0,1,0,0,0),(113741,23740,571,1,1,22673,0,2616.55,-5087.94,330.662,1.10779,300,8,0,8982,0,1,0,0,0),(113742,23740,571,1,1,22673,0,2621.39,-5093.76,333.911,3.23941,300,8,0,8982,0,1,0,0,0),(113743,23740,571,1,1,22673,0,2684.62,-5253.46,381.018,6.20031,300,8,0,8982,0,1,0,0,0),(113744,23740,571,1,1,22673,0,2705.89,-5354.11,390.739,3.24729,300,8,0,8982,0,1,0,0,0),(113745,23740,571,1,1,22673,0,2676.4,-5129.18,380.057,0.001953,300,8,0,8982,0,1,0,0,0),(113746,23740,571,1,1,22673,0,2700.67,-5291.37,386.153,5.23715,300,8,0,8982,0,1,0,0,0),(113747,23740,571,1,1,22673,0,2783.69,-5097.61,467.946,0.371776,300,8,0,8982,0,1,0,0,0),(113748,23740,571,1,1,22673,0,2699.27,-5313.76,387.059,1.55029,300,8,0,8982,0,1,0,0,0),(113749,23740,571,1,1,22673,0,2429.43,-5367.25,269.728,4.14903,300,8,0,8982,0,1,0,0,0),(113750,23740,571,1,1,22673,0,2453.04,-5547.11,303.824,1.56201,300,8,0,8982,0,1,0,0,0),(113751,23740,571,1,1,22673,0,2415.11,-5436.91,268.943,3.00246,300,8,0,8982,0,1,0,0,0),(113752,23740,571,1,1,22673,0,2447.26,-5389.72,279.179,1.71476,300,8,0,8982,0,1,0,0,0),(113753,23740,571,1,1,22673,0,2434.03,-5317.22,263.234,5.30662,300,8,0,8982,0,1,0,0,0),(113754,23740,571,1,1,22673,0,2393.67,-5560.63,285.949,3.62905,300,8,0,8982,0,1,0,0,0),(113755,23740,571,1,1,22673,0,2475.52,-5622.05,298.55,2.94011,300,8,0,8982,0,1,0,0,0),(113756,23740,571,1,1,22673,0,2414.17,-5604.03,295.077,1.75458,300,8,0,8982,0,1,0,0,0),(113757,23740,571,1,1,22673,0,2423.08,-5588.65,296.995,6.12029,300,8,0,8982,0,1,0,0,0),(113758,23740,571,1,1,22673,0,2484.87,-5654.95,291.804,0.975652,300,8,0,8982,0,1,0,0,0),(113759,23740,571,1,1,22673,0,2749.53,-4691.88,286.408,4.71319,300,8,0,8982,0,1,0,0,0),(113760,23740,571,1,1,22673,0,2679.69,-4739.78,261.815,0.133197,300,8,0,8982,0,1,0,0,0),(113761,23740,571,1,1,22673,0,2685.05,-4722.1,259.665,0.505761,300,8,0,8982,0,1,0,0,0),(113762,23740,571,1,1,22673,0,2746.05,-4675.58,292.176,3.36217,300,8,0,8982,0,1,0,0,0),(113763,23740,571,1,1,22673,0,2436.34,-4252.9,242.255,2.58784,300,8,0,8982,0,1,0,0,0),(113764,23740,571,1,1,22673,0,2729.84,-4774.68,291.903,4.53,300,8,0,8982,0,1,0,0,0),(113765,23740,571,1,1,22673,0,2485.69,-4355.83,253.445,5.12379,300,8,0,8982,0,1,0,0,0),(113766,23740,571,1,1,22673,0,2654.85,-4450.86,249.605,4.94303,300,8,0,8982,0,1,0,0,0),(86433,26812,571,1,1,0,1,4797.97,-4783.41,25.9962,4.26905,300,5,0,1,0,1,0,0,0),(86432,26811,571,1,1,0,1,4823.35,-4839.75,25.7641,1.14575,300,5,0,1,0,1,0,0,0),(86431,26811,571,1,1,0,1,4766.23,-4820.33,25.6922,2.32967,300,5,0,1,0,1,0,0,0),(113770,23740,571,1,1,22673,0,3255.5,-4497.58,339.354,0.928291,300,8,0,8982,0,1,0,0,0),(113771,27580,571,1,1,26793,1,4540.02,-5622.39,25.1513,0.942478,300,0,0,63810,0,0,0,0,0),(113772,26557,571,1,1,24133,1,2656.96,891.78,4.45811,6.21337,300,0,0,9940,0,0,0,0,0),(200141,27582,571,1,1,0,0,4600.83,-4217.67,178.654,4.04885,25,0,0,1,0,0,0,0,0),(113774,27069,571,1,1,24263,0,4506.36,5707.32,81.6039,0.767945,300,0,0,8982,0,0,0,0,0),(113900,24255,571,1,1,0,0,780.11,-4750.07,-96.1446,0.96,1,0,0,1223,2846,0,0,0,0),(113890,24255,571,1,1,0,0,768.052,-4707.01,-96.2364,0.659595,1,0,0,1223,2846,0,0,0,0),(113777,28093,571,1,1,25103,0,5530.58,5745.71,-66.6295,5.3367,300,5,0,42,0,1,0,0,0),(113778,28861,571,1,1,25735,0,6226.12,-4188.94,439.701,0.195174,300,0,0,11001,0,0,0,0,0),(113779,28093,571,1,1,25103,0,5531.72,5753.32,-69.4258,0.13189,300,5,0,42,0,1,0,0,0),(113780,28093,571,1,1,25106,0,5528.74,5748.86,-75.3708,4.78315,300,5,0,42,0,1,0,0,0),(113781,28093,571,1,1,25106,0,5528.51,5744.14,-71.6168,0.879076,300,5,0,42,0,1,0,0,0),(113782,28093,571,1,1,25103,0,5531.47,5747.94,-65.0027,0.856496,300,5,0,42,0,1,0,0,0),(113783,28093,571,1,1,25106,0,5529.13,5746.18,-72.652,3.45575,300,5,0,42,0,1,0,0,0),(113784,28093,571,1,1,25103,0,5530.8,5747.38,-72.652,5.15045,300,5,0,42,0,1,0,0,0),(113785,28093,571,1,1,25103,0,6109.32,5566.86,-39.192,3.19676,300,5,0,42,0,1,0,0,0),(113786,28093,571,1,1,25103,0,6140.18,5514.83,-57.0183,2.99057,300,5,0,42,0,1,0,0,0),(113787,28093,571,1,1,25103,0,6092.31,5514.59,-65.7565,0.101488,300,5,0,42,0,1,0,0,0),(113788,28093,571,1,1,25103,0,5593.15,5953.07,-38.8004,3.41235,300,5,0,42,0,1,0,0,0),(113789,28093,571,1,1,25103,0,5762.19,5288.75,-92.7363,4.87639,300,5,0,42,0,1,0,0,0),(113790,28093,571,1,1,25106,0,5818.76,5724.11,-60.8509,5.32677,300,5,0,42,0,1,0,0,0),(113791,28093,571,1,1,25103,0,5833.71,5828.08,-45.1768,4.7368,300,5,0,42,0,1,0,0,0),(113792,28093,571,1,1,25103,0,5729.85,5919.66,-41.0069,4.67598,300,5,0,42,0,1,0,0,0),(113793,28093,571,1,1,25106,0,5899.84,5785.49,-46.9238,6.26972,300,5,0,42,0,1,0,0,0),(113794,28093,571,1,1,25103,0,6013.74,5680.52,-49.4197,0.486154,300,5,0,42,0,1,0,0,0),(113795,28093,571,1,1,25103,0,5659.62,5910.18,-45.5921,4.72606,300,5,0,42,0,1,0,0,0),(113796,28093,571,1,1,25106,0,5657.08,5831.08,-58.7205,3.60961,300,5,0,42,0,1,0,0,0),(113797,28093,571,1,1,25106,0,6106.82,5641.66,-38.6849,2.46525,300,5,0,42,0,1,0,0,0),(113798,28093,571,1,1,25106,0,6129.64,5520.36,-59.4027,2.6502,300,5,0,42,0,1,0,0,0),(113799,28093,571,1,1,25106,0,6096.74,5503.64,-66.6315,5.33419,300,5,0,42,0,1,0,0,0),(113800,28093,571,1,1,25103,0,6134.22,5566.12,-49.9006,0.573971,300,5,0,42,0,1,0,0,0),(113801,28093,571,1,1,25103,0,6080.16,5641.13,-44.1348,5.70211,300,5,0,42,0,1,0,0,0),(113802,28093,571,1,1,25106,0,6043.36,5626.74,-54.1064,5.60363,300,5,0,42,0,1,0,0,0),(113803,28093,571,1,1,25106,0,5926.59,5592.75,-66.41,2.55296,300,5,0,42,0,1,0,0,0),(113804,28093,571,1,1,25103,0,6012.77,5674.26,-48.0057,4.02525,300,5,0,42,0,1,0,0,0),(113805,28861,571,1,1,25735,0,6268.72,-4389.41,448.335,1.43185,300,5,0,11001,0,1,0,0,0),(113806,28861,571,1,1,25735,0,6265.53,-4364.8,448.713,3.05433,300,0,0,11001,0,0,0,0,0),(113807,28861,571,1,1,25734,0,6209.2,-4381.08,448.396,0.968893,300,0,0,11001,0,0,0,0,0),(113808,28861,571,1,1,25735,0,6308.84,-4388.18,453.904,2.00835,300,5,0,11001,0,1,0,0,0),(113809,28861,571,1,1,25735,0,6360.25,-4356.26,454.642,5.93241,300,0,0,11001,0,0,0,0,0),(113810,28861,571,1,1,25734,0,6243.88,-4383.06,448.715,5.65487,300,0,0,11001,0,0,0,0,0),(113811,28861,571,1,1,25734,0,6222.88,-4368.06,448.693,0.715585,300,0,0,11001,0,0,0,0,0),(113848,24254,571,1,1,0,0,768.308,-4708.33,-96.2364,4.74813,1,0,0,1223,2846,0,0,0,0),(113847,24254,571,1,1,0,0,768.522,-4705.58,-96.2364,6.18619,1,0,0,1223,2846,0,0,0,0),(113845,24254,571,1,1,0,0,830.876,-4730.2,-96.2364,1.10181,1,0,0,1223,2846,0,0,0,0),(113816,28861,571,1,1,25735,0,6164.57,-4341.11,452.345,2.40668,300,0,0,11001,0,0,0,0,0),(113817,28861,571,1,1,25735,0,6174.81,-4197.49,439.204,0.925025,300,0,0,11001,0,0,0,0,0),(113818,28861,571,1,1,25735,0,6225.51,-4243.46,436.544,0.663225,300,0,0,11001,0,0,0,0,0),(113819,28861,571,1,1,25735,0,6247.58,-4246.01,436.891,3.12414,300,0,0,11001,0,0,0,0,0),(113820,28861,571,1,1,25735,0,6252.96,-4187,442.52,4.11898,300,0,0,11001,0,0,0,0,0),(113821,28861,571,1,1,25734,0,6156.25,-4172.92,440.993,0.629541,300,5,0,11001,0,1,0,0,0),(113822,28861,571,1,1,25734,0,6320.23,-4281.21,448.555,3.24043,300,5,0,11001,0,1,0,0,0),(113823,28861,571,1,1,25734,0,6268.46,-4217.19,449.208,6.26573,300,0,0,11001,0,0,0,0,0),(113824,28861,571,1,1,25734,0,6161.24,-4322.69,434.89,0.459256,300,5,0,11001,0,1,0,0,0),(113825,28861,571,1,1,25735,0,6185.74,-4291.29,444.453,5.39307,300,0,0,11001,0,0,0,0,0),(113826,28861,571,1,1,25734,0,6197.58,-4345.51,447.868,0.872665,300,0,0,11001,0,0,0,0,0),(113827,28861,571,1,1,25734,0,6327.64,-4098.53,464.309,3.97935,300,0,0,11001,0,0,0,0,0),(113828,28861,571,1,1,25734,0,6327.25,-4188.92,449.644,3.03162,300,0,0,11001,0,0,0,0,0),(113829,28861,571,1,1,25735,0,6405.85,-4262.9,455.581,2.24081,300,0,0,11001,0,2,0,0,0),(113830,28861,571,1,1,25734,0,6291.19,-4353.43,451.472,3.73516,300,0,0,11001,0,0,0,0,0),(113831,28861,571,1,1,25735,0,6226.21,-4130.04,447.71,4.76475,300,0,0,11001,0,0,0,0,0),(113832,28861,571,1,1,25734,0,6259.81,-4346.04,448.269,0.785398,300,0,0,11001,0,0,0,0,0),(113833,28861,571,1,1,25734,0,6241.3,-4174.64,449.069,1.65806,300,0,0,11001,0,0,0,0,0),(113834,28861,571,1,1,25735,0,6228.9,-4314.38,449.657,2.00713,300,0,0,11001,0,0,0,0,0),(113835,28861,571,1,1,25735,0,6238.97,-4343.22,447.54,1.20428,300,0,0,11001,0,0,0,0,0),(113836,28861,571,1,1,25734,0,6388.2,-4178.55,461.639,4.02958,300,0,0,11001,0,0,0,0,0),(113837,28861,571,1,1,25735,0,6324.37,-4263.61,450.763,4.10847,300,0,0,11001,0,0,0,0,0),(113838,25789,571,1,1,24849,0,2514.29,5916.82,-26.0048,3.4872,300,5,0,46455,0,1,0,0,0),(113839,29885,571,1,1,26123,1,6929.4,-1315.77,831.346,1.46608,300,0,0,60875,11679,0,0,0,0),(113840,26558,571,1,1,24146,1,783.153,-2816.35,4.82594,4.69494,300,0,0,9940,0,0,0,0,0),(113841,27326,571,1,1,19595,0,3455.73,-2801.7,202.61,5.63741,300,0,0,4979,0,0,0,0,0),(113842,27070,571,1,1,24292,0,3416.55,-2754.89,199.408,0.907571,300,0,0,8982,0,0,0,0,0),(113843,23998,571,1,1,21968,0,1717.78,-6088.73,8.20561,3.12005,300,0,0,7984,0,0,0,0,0),(113844,24254,571,1,1,0,0,830.378,-4729.32,-96.2364,3.11986,1,0,0,1223,2846,0,0,0,0),(113850,28862,571,1,1,23504,0,6299.99,5962.49,82.422,4.24874,300,5,0,12175,3893,1,0,0,0),(113851,28862,571,1,1,23504,0,5930.18,5995.01,61.6293,5.86585,300,5,0,12175,3893,1,0,0,0),(113852,28862,571,1,1,23504,0,6037.71,5870.72,75.3521,2.95306,300,5,0,12175,3893,1,0,0,0),(113853,28862,571,1,1,23504,0,5979.67,5940.8,53.4078,5.226,300,5,0,12175,3893,1,0,0,0),(113854,28862,571,1,1,23504,0,6070.25,5928.49,54.9436,4.8199,300,5,0,12175,3893,1,0,0,0),(113855,28862,571,1,1,23504,0,5964.72,5904.16,62.8902,0.972795,300,5,0,12175,3893,1,0,0,0),(113856,28862,571,1,1,23504,0,6123.01,5921.66,55.6287,2.17972,300,5,0,12175,3893,1,0,0,0),(113857,28862,571,1,1,23504,0,6350.24,5755.61,47.6621,2.18662,300,5,0,12175,3893,1,0,0,0),(113858,28862,571,1,1,23504,0,6402.68,5607.87,57.7567,2.24527,300,5,0,12175,3893,1,0,0,0),(113859,28862,571,1,1,23504,0,6438.34,5581.51,57.8309,1.71684,300,5,0,12175,3893,1,0,0,0),(113860,28862,571,1,1,23504,0,6384.76,5573.41,74.9397,4.45575,300,5,0,12175,3893,1,0,0,0),(113861,28862,571,1,1,23504,0,6282.09,5848.88,48.1173,1.30032,300,5,0,12175,3893,1,0,0,0),(113862,28862,571,1,1,23504,0,6306.58,5828.18,50.1238,1.23546,300,5,0,12175,3893,1,0,0,0),(113863,28862,571,1,1,23504,0,6119.07,5865.8,54.4979,5.55857,300,5,0,12175,3893,1,0,0,0),(113864,28862,571,1,1,23504,0,6243.43,5917.52,57.6143,1.88608,300,5,0,12175,3893,1,0,0,0),(113865,28862,571,1,1,23504,0,6041.82,5899.2,75.3025,3.63002,300,5,0,12175,3893,1,0,0,0),(113866,28862,571,1,1,23504,0,6180.09,5825.17,49.7328,2.06682,300,5,0,12175,3893,1,0,0,0),(113867,28862,571,1,1,23504,0,6249.34,5774.65,46.1218,4.49893,300,5,0,12175,3893,1,0,0,0),(113868,28862,571,1,1,23504,0,6248.35,5816.78,46.694,3.73954,300,5,0,12175,3893,1,0,0,0),(113869,28862,571,1,1,23504,0,6317.48,5624.47,76.7099,-3.02694,300,0,0,12175,3893,0,0,0,0),(113812,24253,571,1,1,0,0,767.984,-4716.78,-96.0611,5.98648,1,0,0,1223,2846,0,0,0,0),(113776,24253,571,1,1,0,0,768.236,-4706.83,-96.2364,1.5737,1,0,0,1223,2846,0,0,0,0),(113872,26814,571,1,1,22354,0,4905.26,-4758.71,27.3164,2.37365,300,0,0,69860,0,0,0,0,0),(113873,29374,571,1,1,26220,1,7777.73,-2.98633,1009.43,3.78736,300,0,0,9416,8459,0,0,0,0),(113874,29374,571,1,1,26220,1,7797.96,19.6732,1009.79,1.93731,300,0,0,9416,8459,0,0,0,0),(113875,29374,571,1,1,26220,1,7760.89,45.8601,1009.79,4.38078,300,0,0,9416,8459,0,0,0,0),(113876,29374,571,1,1,26220,1,7737.1,62.4975,1009.5,1.64061,300,0,0,9416,8459,0,0,0,0),(113877,29374,571,1,1,26220,1,8027.76,-64.8761,879.16,4.69494,300,0,0,9416,8459,0,0,0,0),(113878,29374,571,1,1,26220,1,7927.95,-24.7694,959.864,1.48353,300,0,0,9416,8459,0,0,0,0),(113879,29374,571,1,1,26220,1,7985.95,13.2092,961.636,4.83456,300,0,0,9416,8459,0,0,0,0),(113880,29374,571,1,1,26220,1,8175.39,142.911,898.024,5.53269,300,0,0,9416,8459,0,0,0,0),(113881,29374,571,1,1,26220,1,8187.4,75.8528,899.241,3.50811,300,0,0,9416,8459,0,0,0,0),(113882,28863,571,1,1,23349,0,5762.58,-3503.94,384.381,2.07694,300,0,0,45516,11175,0,0,0,0),(113883,28863,571,1,1,23349,0,5783.36,-3632.48,387.94,4.72984,300,0,0,45516,11175,0,0,0,0),(113884,29631,571,1,1,26394,1,5850.81,471.807,639.872,1.93731,300,0,0,10635,0,0,0,0,0),(113885,26559,571,1,1,19595,0,4244,-2025.03,237.439,1.74533,300,0,0,4979,0,0,0,0,0),(113886,28095,571,1,1,25380,1,5063.25,4727.75,-132.243,3.00197,300,0,0,58850,0,0,0,0,0),(113775,24253,571,1,1,0,0,831.667,-4729.13,-96.2364,2.22215,1,0,0,1223,2846,0,0,0,0),(113888,28863,571,1,1,23348,0,5769.14,-3640.89,386.87,5.37561,300,0,0,45516,11175,0,0,0,0),(113889,28863,571,1,1,23349,0,5745.53,-3502.97,384.54,1.25664,300,0,0,45516,11175,0,0,0,0),(113815,24253,571,1,1,0,0,807.48,-4695.77,-96.1446,4.62,1,0,0,1223,2846,0,0,0,0),(113891,25791,571,1,1,22003,0,3976.69,5119.42,-1.38501,6.22117,300,9,0,8982,0,1,0,0,0),(113892,25791,571,1,1,22003,0,3809.73,5116.8,-1.38499,4.72199,300,9,0,8982,0,1,0,0,0),(113893,25791,571,1,1,22003,0,3864.05,5273.21,13.1652,3.48824,300,9,0,8982,0,1,0,0,0),(113894,25791,571,1,1,22003,0,3603.77,5075.25,13.0664,2.13138,300,9,0,8982,0,1,0,0,0),(113895,25791,571,1,1,22003,0,3625.01,5059.44,13.1316,3.12345,300,9,0,8982,0,1,0,0,0),(113896,25791,571,1,1,22003,0,3754.55,5075.62,-1.42397,4.12593,300,9,0,8982,0,1,0,0,0),(113897,25791,571,1,1,22003,0,3810.75,5049.54,-1.38499,3.87231,300,9,0,8982,0,1,0,0,0),(113898,25791,571,1,1,22003,0,3479.41,4940.81,12.743,5.77494,300,9,0,8982,0,1,0,0,0),(113899,26815,571,1,1,24046,1,2847.59,1833.02,139.577,5.94785,300,0,0,9610,9927,2,0,0,0),(113814,24253,571,1,1,0,0,822.87,-4742.58,-96.1446,2.46,1,0,0,1223,2846,0,0,0,0),(113901,25791,571,1,1,22003,0,3555.44,5088.51,13.1316,0.025435,300,9,0,8982,0,1,0,0,0),(113902,25791,571,1,1,22003,0,3751.76,5079.05,-1.42397,0.821046,300,9,0,8982,0,1,0,0,0),(113903,25791,571,1,1,22003,0,3771.04,5050.68,-1.38499,1.99817,300,9,0,8982,0,1,0,0,0),(113904,25791,571,1,1,22003,0,3718.35,5044.81,-1.50273,2.82974,300,9,0,8982,0,1,0,0,0),(113905,25791,571,1,1,22003,0,3802.89,4979.55,-1.38499,4.05439,300,9,0,8982,0,1,0,0,0),(113906,25791,571,1,1,22003,0,3452.24,5121.28,13.1625,3.96848,300,9,0,8982,0,1,0,0,0),(113907,27071,571,1,1,24279,1,3401.92,-2791.1,201.604,0.017453,300,0,0,7181,0,0,0,0,0),(113908,25791,571,1,1,22003,0,3912.53,5107.84,-1.385,1.98614,300,9,0,8982,0,1,0,0,0),(113909,25791,571,1,1,22003,0,3857.18,5085.53,-1.385,3.94797,300,9,0,8982,0,1,0,0,0),(113910,25791,571,1,1,22003,0,3576.9,5048.94,13.7766,-1.78362,300,9,0,8982,0,1,0,0,0),(113911,25791,571,1,1,22003,0,3566.13,4911.09,-1.41358,0.864652,300,9,0,8982,0,1,0,0,0),(113912,25791,571,1,1,22003,0,3452.53,4916.06,12.8399,2.47301,300,9,0,8982,0,1,0,0,0),(113913,25791,571,1,1,22003,0,3349.37,5149.15,13.1625,2.47264,300,9,0,8982,0,1,0,0,0),(113914,25791,571,1,1,22003,0,3375.44,5124.79,13.1625,1.35654,300,9,0,8982,0,1,0,0,0),(113915,25791,571,1,1,22003,0,3382.56,5168.13,13.1162,3.14752,300,9,0,8982,0,1,0,0,0),(113916,25791,571,1,1,22003,0,3407.13,5139.36,13.1616,2.28982,300,9,0,8982,0,1,0,0,0),(113917,25791,571,1,1,22003,0,3485.71,4885.23,12.8399,5.04314,300,9,0,8982,0,1,0,0,0),(113918,25791,571,1,1,22003,0,3757.59,5021.77,-1.44055,0.165491,300,9,0,8982,0,1,0,0,0),(113919,25791,571,1,1,22003,0,3508.86,4919.58,12.8199,5.58897,300,9,0,8982,0,1,0,0,0),(113920,25791,571,1,1,22003,0,3978.48,5116.84,-1.38501,5.37163,300,9,0,8982,0,1,0,0,0),(113921,25791,571,1,1,22003,0,3846.79,4986.3,-1.38499,2.78629,300,9,0,8982,0,1,0,0,0),(113922,25791,571,1,1,22003,0,3516.75,5043.35,-1.38501,4.75106,300,9,0,8982,0,1,0,0,0),(113923,25791,571,1,1,22003,0,3582.41,5057.83,13.0119,4.64282,300,9,0,8982,0,1,0,0,0),(113924,25791,571,1,1,22003,0,3481.85,5013.07,-1.42869,3.95388,300,9,0,8982,0,1,0,0,0),(113925,25791,571,1,1,22003,0,3543.69,5014.11,-1.41619,3.73533,300,9,0,8982,0,1,0,0,0),(113926,25791,571,1,1,22003,0,3535.02,4970.65,-1.39869,-0.795714,300,9,0,8982,0,1,0,0,0),(113927,25791,571,1,1,22003,0,3382.37,5042.32,13.1372,6.27829,300,9,0,8982,0,1,0,0,0),(113928,25791,571,1,1,22003,0,3437.79,5047.14,-1.43524,2.94299,300,9,0,8982,0,1,0,0,0),(113929,25791,571,1,1,22003,0,3320.26,5046.98,13.1596,4.98887,300,9,0,8982,0,1,0,0,0),(113930,25791,571,1,1,22003,0,3354.3,5029.25,13.051,2.57204,300,9,0,8982,0,1,0,0,0),(113931,25791,571,1,1,22003,0,3350.79,5083.72,13.1625,1.7416,300,9,0,8982,0,1,0,0,0),(113932,29375,571,1,1,27092,1,7286.45,-3148.94,837.57,0.117845,300,5,0,50400,0,1,0,0,0),(113933,29375,571,1,1,27092,1,7266.46,-3098.71,837.577,3.88386,300,5,0,50400,0,1,0,0,0),(113934,29375,571,1,1,27092,1,7383.89,-3080.81,837.534,0.287413,300,5,0,50400,0,1,0,0,0),(113935,29375,571,1,1,27092,1,7523.4,-3139.71,837.561,0.262803,300,5,0,50400,0,1,0,0,0),(113936,29375,571,1,1,27092,1,7233.65,-3437.45,838.956,2.6529,300,0,0,50400,0,0,0,0,0),(113937,29375,571,1,1,27092,1,7181,-3349.72,848.463,1.09956,300,0,0,50400,0,0,0,0,0),(113938,29375,571,1,1,27092,1,7249.36,-3216.14,837.577,5.47195,300,5,0,50400,0,1,0,0,0),(113939,29375,571,1,1,27092,1,7435.02,-3179.88,837.566,0.104582,300,5,0,50400,0,1,0,0,0),(113940,26816,571,1,1,0,1,3070.5,368.907,83.9868,5.77704,300,0,0,7432,7332,0,0,0,0),(113943,26816,571,1,1,0,1,3056.5,1400.06,122.912,5.2709,300,0,0,7432,7332,0,0,0,0),(113944,26816,571,1,1,0,1,3068.94,1405.19,125.748,4.90438,300,0,0,7432,7332,0,0,0,0),(113945,26816,571,1,1,0,1,3061.04,1356.64,127.68,5.0091,300,0,0,7432,7332,0,0,0,0),(113946,27072,571,1,1,24270,1,3434.49,-2767.34,200.544,0.610865,300,0,0,9291,0,0,0,0,0),(113947,27072,571,1,1,24268,1,3485.77,-2781.24,199.319,5.46288,300,0,0,9291,0,0,0,0,0),(113948,27072,571,1,1,24270,1,3411.43,-2832.31,201.331,4.91899,300,0,0,9291,0,2,0,0,0),(113949,24768,571,1,1,22632,1,413.091,-4642.78,243.757,0.497262,300,0,0,8982,0,2,0,0,0),(113950,24256,571,1,1,22229,0,2633.84,-4355.65,276.804,1.81514,300,0,0,8982,3155,0,0,0,0),(113951,26816,571,1,1,0,1,2952.73,609.329,90.4883,2.54818,300,0,0,7432,7332,0,0,0,0),(113952,29376,571,1,1,25953,1,8086.14,-301.367,863.713,2.04204,300,0,0,11770,0,0,0,0,0),(113953,26816,571,1,1,0,1,3036.08,1440.35,123.499,0.802851,300,0,0,7432,7332,0,0,0,0),(113954,26816,571,1,1,0,1,3100.05,1367.7,136.657,5.32325,300,0,0,7432,7332,0,0,0,0),(113955,26816,571,1,1,0,1,3046.42,1424,127.276,2.1293,300,0,0,7432,7332,0,0,0,0),(113956,27072,571,1,1,24269,1,3440.9,-2776.12,200.595,0.680678,300,0,0,9291,0,0,0,0,0),(113957,27072,571,1,1,24268,1,3408.48,-2843.91,201.111,4.86947,300,0,0,9291,0,0,0,0,0),(113958,27072,571,1,1,24269,1,3364.24,-2815.69,198.309,3.45575,300,0,0,9291,0,0,0,0,0),(113959,27072,571,1,1,24270,1,3426.98,-2779.06,202.64,1.42,300,0,0,9291,0,2,0,0,0),(113960,27072,571,1,1,24268,1,3482.87,-2790.27,200.169,6.02139,300,0,0,9291,0,0,0,0,0),(113961,27072,571,1,1,24271,1,3418.09,-2842.32,201.709,4.62512,300,0,0,9291,0,0,0,0,0),(113962,27072,571,1,1,24268,1,3403.41,-2749.43,199.3,4.65376,300,0,0,9291,0,2,0,0,0),(113963,23744,571,1,1,21718,0,2612.56,-5250.98,371.856,4.12439,300,0,0,9291,0,0,0,0,0),(113964,26816,571,1,1,0,1,2978.44,626.908,81.8588,1.41372,300,0,0,7432,7332,0,0,0,0),(113965,26816,571,1,1,0,1,3059.35,365.662,84.0747,5.70723,300,0,0,7432,7332,0,0,0,0),(113966,26816,571,1,1,0,1,3264.86,570.188,81.9993,0.174533,300,0,0,7432,7332,0,0,0,0),(113967,26816,571,1,1,0,1,2977.94,609.54,84.4575,1.64061,300,0,0,7432,7332,0,0,0,0),(113968,26816,571,1,1,0,1,2949.2,626.654,80.0708,2.28638,300,0,0,7432,7332,0,0,0,0),(113969,26816,571,1,1,0,1,2962.05,630.952,76.6998,1.50098,300,0,0,7432,7332,0,0,0,0),(113970,26816,571,1,1,0,1,2950.74,599.597,89.55,2.63545,300,0,0,7432,7332,0,0,0,0),(113971,23744,571,1,1,21718,0,2563.65,-5449.95,327.002,5.79545,300,0,0,9291,0,0,0,0,0),(113972,23744,571,1,1,21718,0,2513.54,-5423.33,312.102,2.66065,300,0,0,9291,0,0,0,0,0),(113973,26816,571,1,1,0,1,3041.32,497.044,21.6799,3.68265,300,0,0,7432,7332,0,0,0,0),(113974,28096,571,1,1,809,0,5234.52,4153.57,-86.8308,2.34075,300,0,0,11001,0,0,0,0,0),(113975,28096,571,1,1,809,0,5234.97,4341.79,-97.7358,1.37923,300,0,0,11001,0,0,0,0,0),(113976,28096,571,1,1,809,0,5189.31,4238.12,-96.0386,1.77739,300,0,0,11001,0,0,0,0,0),(113977,28096,571,1,1,809,0,5183.48,4130.31,-80.9349,0.394201,300,0,0,11001,0,0,0,0,0),(113978,28096,571,1,1,809,0,5186.8,4240.51,-96.174,1.06126,300,0,0,11001,0,0,0,0,0),(113979,28096,571,1,1,809,0,5155.32,4040.78,-60.8399,1.08281,300,5,0,11001,0,1,0,0,0),(113980,28096,571,1,1,809,0,5139.75,4055.69,-62.3399,5.11081,300,5,0,11001,0,1,0,0,0),(113981,28096,571,1,1,809,0,5157.91,3988.27,-61.7541,5.67444,300,5,0,11001,0,1,0,0,0),(113982,28096,571,1,1,809,0,5209.32,4185.85,-92.5162,2.39031,300,0,0,11001,0,0,0,0,0),(113983,28096,571,1,1,809,0,5183.86,3976.66,-60.4579,1.16869,300,5,0,11001,0,1,0,0,0),(113984,28096,571,1,1,809,0,5185.96,4029.04,-57.6014,1.11648,300,0,0,11001,0,0,0,0,0),(113985,28096,571,1,1,809,0,5135.57,4003.82,-61.5899,0.531593,300,5,0,11001,0,1,0,0,0),(113986,28096,571,1,1,809,0,5364.17,4414.95,-132.289,1.40004,300,5,0,11001,0,1,0,0,0),(113987,28096,571,1,1,809,0,5314.14,4359.14,-114.031,0.652676,300,5,0,11001,0,1,0,0,0),(113988,28096,571,1,1,809,0,5348.05,4358.48,-126.571,4.07532,300,5,0,11001,0,1,0,0,0),(113989,28096,571,1,1,809,0,5215.8,3883.85,-43.0027,1.38221,300,5,0,11001,0,1,0,0,0),(113990,28096,571,1,1,809,0,5256.05,3863.59,-54.2733,1.23788,300,5,0,11001,0,1,0,0,0),(113991,28096,571,1,1,809,0,5227.07,3953.88,-55.0194,3.65898,300,5,0,11001,0,1,0,0,0),(113992,28096,571,1,1,809,0,5208.86,3840.5,-27.3712,5.9602,300,5,0,11001,0,1,0,0,0),(113993,28096,571,1,1,809,0,5125.52,3891.78,-7.19431,3.20067,300,5,0,11001,0,1,0,0,0),(113994,28096,571,1,1,809,0,5237.93,4345.03,-97.8687,2.5864,300,0,0,11001,0,0,0,0,0),(113995,26816,571,1,1,0,1,3082.24,582.734,21.4013,5.89921,300,0,0,7432,7332,0,0,0,0),(113996,26816,571,1,1,0,1,3086.19,577.205,20.9076,1.79769,300,0,0,7432,7332,0,0,0,0),(113997,26816,571,1,1,0,1,3086.49,585.346,23.8274,4.4855,300,0,0,7432,7332,0,0,0,0),(113998,26816,571,1,1,0,1,3115.13,576.529,21.0499,1.15192,300,0,0,7432,7332,0,0,0,0),(113999,26816,571,1,1,0,1,3118.95,582.729,21.4441,3.56047,300,0,0,7432,7332,0,0,0,0),(114000,26816,571,1,1,0,1,3081.97,579.056,21.047,0.401426,300,0,0,7432,7332,0,0,0,0),(114001,26816,571,1,1,0,1,3115.55,584.31,21.5433,4.76475,300,0,0,7432,7332,0,0,0,0),(114002,26816,571,1,1,0,1,3053.24,469.327,21.5433,0.558505,300,0,0,7432,7332,0,0,0,0),(114003,26816,571,1,1,0,1,3060,469.502,21.5433,2.68781,300,0,0,7432,7332,0,0,0,0),(114004,26816,571,1,1,0,1,3059.13,473.513,21.5433,3.94444,300,0,0,7432,7332,0,0,0,0),(114005,26816,571,1,1,0,1,3056.69,466.909,21.5433,1.65806,300,0,0,7432,7332,0,0,0,0),(114006,26816,571,1,1,0,1,3046.72,363.543,86.7459,4.97419,300,0,0,7432,7332,0,0,0,0),(114007,26816,571,1,1,0,1,3048.88,380.023,72.1832,5.93412,300,0,0,7432,7332,0,0,0,0),(114008,26816,571,1,1,0,1,3268.18,593.339,67.798,0.645772,300,0,0,7432,7332,0,0,0,0),(114009,26816,571,1,1,0,1,3247.04,589.839,66.887,0.558505,300,0,0,7432,7332,0,0,0,0),(114010,26816,571,1,1,0,1,3267.62,580.672,67.5588,0.139626,300,0,0,7432,7332,0,0,0,0),(114011,26816,571,1,1,0,1,3183.25,2315.09,4.46929,4.08431,300,0,0,7432,7332,0,0,0,0),(114012,26816,571,1,1,0,1,3071.34,2215.6,7.40224,0,300,0,0,7432,7332,0,0,0,0),(114013,26816,571,1,1,0,1,3082.9,2203.76,7.40223,1.55334,300,0,0,7432,7332,0,0,0,0),(114014,26816,571,1,1,0,1,3180.74,2279.92,3.53779,0.407995,300,0,0,7432,7332,0,0,0,0),(114015,26816,571,1,1,0,1,3181.69,2282.44,3.03779,4.9106,300,0,0,7432,7332,0,0,0,0),(114016,26816,571,1,1,0,1,3206.3,2210.98,61.8442,2.07694,300,0,0,7432,7332,0,0,0,0),(114017,26816,571,1,1,0,1,3211.02,2226.85,61.8442,3.63029,300,0,0,7432,7332,0,0,0,0),(114018,26816,571,1,1,0,1,3195.03,2231.68,61.8442,5.21853,300,0,0,7432,7332,0,0,0,0),(114019,26816,571,1,1,0,1,3190.16,2215.81,61.8442,0.488692,300,0,0,7432,7332,0,0,0,0),(114020,26816,571,1,1,0,1,3239.48,593.448,90.9142,0.750492,300,0,0,7432,7332,0,0,0,0),(114026,26816,571,1,1,0,1,3151.55,2172.85,9.27157,1.16882,300,0,0,7432,7332,0,0,0,0),(114027,26816,571,1,1,0,1,3148.14,2244.39,5.033,1.32511,300,0,0,7432,7332,0,0,0,0),(114028,26816,571,1,1,0,1,3149.81,2204.72,8.09471,5.05468,300,0,0,7432,7332,0,0,0,0),(114029,26816,571,1,1,0,1,3221.8,423.405,84.3231,5.72468,300,0,0,7432,7332,0,0,0,0),(114030,26816,571,1,1,0,1,3256.03,390.327,73.3818,5.35816,300,0,0,7432,7332,0,0,0,0),(114031,26816,571,1,1,0,1,3094.84,2215.25,7.40223,3.12414,300,0,0,7432,7332,0,0,0,0),(114032,26816,571,1,1,0,1,3083.45,2227.15,7.40224,4.67748,300,0,0,7432,7332,0,0,0,0),(114033,26816,571,1,1,0,1,3111.75,2150.37,20.0883,5.19501,300,0,0,7432,7332,0,0,0,0),(114034,26816,571,1,1,0,1,3151.1,505.656,21.2514,5.96903,300,0,0,7432,7332,0,0,0,0),(114035,26816,571,1,1,0,1,3159.03,506.489,21.2949,3.89208,300,0,0,7432,7332,0,0,0,0),(114036,26816,571,1,1,0,1,3158.05,501.551,21.0481,2.30383,300,0,0,7432,7332,0,0,0,0),(114037,26816,571,1,1,0,1,3155.14,508.81,21.5508,4.62512,300,0,0,7432,7332,0,0,0,0),(114038,26816,571,1,1,0,1,3118.89,578.648,21.0619,2.51327,300,0,0,7432,7332,0,0,0,0),(114039,26816,571,1,1,0,1,3140.28,473.652,21.1567,1.53589,300,0,0,7432,7332,0,0,0,0),(114040,26816,571,1,1,0,1,3143.89,476.128,21.0977,2.94961,300,0,0,7432,7332,0,0,0,0),(114041,26816,571,1,1,0,1,3136.74,475.965,21.0399,0.541052,300,0,0,7432,7332,0,0,0,0),(114042,26816,571,1,1,0,1,3137.36,480.272,20.9286,5.65487,300,0,0,7432,7332,0,0,0,0),(114043,26816,571,1,1,0,1,3141.67,2131.59,24.4828,2.33874,300,0,0,7432,7332,0,0,0,0),(57170,25792,571,1,1,23362,0,3439.64,5013.76,-1.50975,5.75157,300,9,0,8982,0,1,0,0,0),(57169,25792,571,1,1,23362,0,3563.69,4921.62,-1.50651,3.09508,300,9,0,8982,0,1,0,0,0),(57167,25792,571,1,1,23362,0,3414.85,5168.43,13.0376,2.80842,300,9,0,8982,0,1,0,0,0),(57166,25792,571,1,1,23362,0,3510.92,4938.53,12.7993,2.44714,300,9,0,8982,0,1,0,0,0),(114048,26816,571,1,1,0,1,3100.8,2100.8,14.9514,3.43003,300,0,0,7432,7332,0,0,0,0),(114049,26816,571,1,1,0,1,3239.05,417.948,69.913,5.32325,300,0,0,7432,7332,0,0,0,0),(114050,26816,571,1,1,0,1,3230.92,412.085,76.5004,5.3058,300,0,0,7432,7332,0,0,0,0),(114051,26816,571,1,1,0,1,3027.27,547.085,61.787,4.95674,300,0,0,7432,7332,0,0,0,0),(114052,26816,571,1,1,0,1,3037.92,540.308,61.787,3.36848,300,0,0,7432,7332,0,0,0,0),(114053,23744,571,1,1,21718,0,2733.71,-5163.48,411.17,3.27296,300,0,0,9291,0,0,0,0,0),(114054,26816,571,1,1,0,1,3202.96,2117.48,22.0965,3.45575,300,0,0,7432,7332,0,0,0,0),(114055,26816,571,1,1,0,1,3180.47,2110.45,22.0965,0.331613,300,0,0,7432,7332,0,0,0,0),(114056,26816,571,1,1,0,1,3136.46,579.853,60.2135,5.70723,300,0,0,7432,7332,0,0,0,0),(114057,26816,571,1,1,0,1,3148.74,582.276,60.2135,4.10152,300,0,0,7432,7332,0,0,0,0),(114058,26816,571,1,1,0,1,3151.29,570.242,60.2135,2.54818,300,0,0,7432,7332,0,0,0,0),(114059,26816,571,1,1,0,1,3139.08,567.827,60.2135,0.994838,300,0,0,7432,7332,0,0,0,0),(114060,26816,571,1,1,0,1,3095.49,459.75,75.3311,5.42797,300,0,0,7432,7332,0,0,0,0),(114061,26816,571,1,1,0,1,3094.53,447.316,75.3311,0.698132,300,0,0,7432,7332,0,0,0,0),(114062,26816,571,1,1,0,1,3108.26,458.572,75.3311,3.80482,300,0,0,7432,7332,0,0,0,0),(114063,26816,571,1,1,0,1,3107.13,446.218,75.3311,2.26893,300,0,0,7432,7332,0,0,0,0),(114064,26816,571,1,1,0,1,3188.32,2125.18,22.0965,5.0091,300,0,0,7432,7332,0,0,0,0),(114065,26816,571,1,1,0,1,2873.91,1819.51,134.951,6.06307,300,0,0,7432,7332,0,0,0,0),(114069,26816,571,1,1,0,1,3259.28,408.34,87.4392,5.09636,300,0,0,7432,7332,0,0,0,0),(114071,23744,571,1,1,21718,0,2656.22,-5387.71,368.327,2.93895,300,0,0,9291,0,0,0,0,0),(114072,23744,571,1,1,21718,0,2699.86,-5507.42,383.684,3.78919,300,10,0,9291,0,1,0,0,0),(114073,26816,571,1,1,0,1,3103.91,2074.72,22.1123,0,300,0,0,7432,7332,0,0,0,0),(114074,26816,571,1,1,0,1,3195.16,2102.82,22.0965,1.8675,300,0,0,7432,7332,0,0,0,0),(114076,29376,571,1,1,25953,1,7314.27,-467.079,813.076,4.71396,300,5,0,11770,0,1,0,0,0),(114077,27328,571,1,1,24555,0,4674.59,-3873.32,330.667,1.48353,0,0,0,16451,13864,0,0,0,0),(57165,25792,571,1,1,23362,0,3582.39,4906.63,-1.52053,5.25101,300,9,0,8982,0,1,0,0,0),(57164,25792,571,1,1,23362,0,3569.54,4837.74,-1.5065,2.14476,300,9,0,8982,0,1,0,0,0),(114096,25792,571,1,1,23362,0,3496.18,4869.16,12.8523,0.607883,300,9,0,8982,0,1,0,0,0),(114095,25792,571,1,1,23362,0,3437.64,4918.43,12.8399,4.56766,300,9,0,8982,0,1,0,0,0),(114082,28352,571,1,1,19595,0,5481.72,-3262.09,293.041,4.83456,300,0,0,4979,0,0,0,0,0),(114094,25792,571,1,1,23362,0,3523.96,4800.51,-1.50962,0.0818774,300,9,0,8982,0,1,0,0,0),(114084,28352,571,1,1,19595,0,5337.91,-3274.15,279.63,5.81195,300,0,0,4979,0,0,0,0,0),(114085,28352,571,1,1,19595,0,5352.01,-3409.56,299.633,4.27606,300,0,0,4979,0,0,0,0,0),(114086,28352,571,1,1,19595,0,5420.95,-3357.57,299.633,0.663225,300,0,0,4979,0,0,0,0,0),(114087,28352,571,1,1,19595,0,5383.04,-3266.98,297.58,5.61996,300,0,0,4979,0,0,0,0,0),(114088,28352,571,1,1,19595,0,5450.96,-3230.41,293.11,2.89725,300,0,0,4979,0,0,0,0,0),(114090,28352,571,1,1,19595,0,5302.64,-3341.58,295.657,2.23402,300,0,0,4979,0,0,0,0,0),(114091,28352,571,1,1,19595,0,5337.66,-3335.49,297.706,0.523599,300,0,0,4979,0,0,0,0,0),(114083,25792,571,1,1,23362,0,3390,5076.04,13.0799,1.87944,300,9,0,8982,0,1,0,0,0),(114081,25792,571,1,1,23362,0,3417.46,5157.91,13.0374,3.33072,300,9,0,8982,0,1,0,0,0),(114080,25792,571,1,1,23362,0,3326.94,5083.59,13.1342,3.84797,300,9,0,8982,0,1,0,0,0),(114097,29376,571,1,1,25953,1,8211.71,-294.604,1000.58,0.401426,300,0,0,11770,0,0,0,0,0),(114098,29376,571,1,1,25953,1,8091.84,-399.625,964.836,2.02458,300,0,0,11770,0,0,0,0,0),(114099,29376,571,1,1,25953,1,8022.17,-408.745,934.304,0.855211,300,0,0,11770,0,0,0,0,0),(114100,29376,571,1,1,25953,1,8197.33,-324.699,969.991,5.91667,300,0,0,11770,0,0,0,0,0),(114101,29376,571,1,1,25953,1,8128.14,-258.731,926.412,5.13127,300,0,0,11770,0,0,0,0,0),(114102,29376,571,1,1,25953,1,8044.94,-257.263,847.998,6.12611,300,0,0,11770,0,0,0,0,0),(114103,29376,571,1,1,25953,1,7998.12,-291.723,847.316,4.59022,300,0,0,11770,0,0,0,0,0),(114104,29376,571,1,1,25953,1,8137.85,-367.059,1003.11,4.90438,300,0,0,11770,0,0,0,0,0),(114105,29376,571,1,1,25953,1,8004.2,-251.389,847.761,5.58505,300,0,0,11770,0,0,0,0,0),(114106,29376,571,1,1,25953,1,7980.06,-299.227,847.806,4.10152,300,0,0,11770,0,0,0,0,0),(114107,29376,571,1,1,25953,1,8176.59,-335.038,1003.87,3.05433,300,0,0,11770,0,0,0,0,0),(114108,29376,571,1,1,25953,1,8005.88,-310.477,848.469,5.55015,300,0,0,11770,0,0,0,0,0),(114109,29376,571,1,1,25953,1,8126.76,-345.946,1004.06,2.35619,300,0,0,11770,0,0,0,0,0),(114110,29376,571,1,1,25953,1,8038.34,-324.3,898.945,5.84685,300,0,0,11770,0,0,0,0,0),(114111,29376,571,1,1,25953,1,8075.78,-403.29,985.422,1.6057,300,0,0,11770,0,0,0,0,0),(114112,29376,571,1,1,25953,1,8101.07,-252.841,861.597,4.81711,300,0,0,11770,0,0,0,0,0),(114113,29376,571,1,1,25953,1,8012.09,-190.784,866.179,1.16937,300,0,0,11770,0,0,0,0,0),(114114,29376,571,1,1,25953,1,8111,-395.044,981.285,4.32842,300,0,0,11770,0,0,0,0,0),(114115,29376,571,1,1,25953,1,8165.19,-334.35,965.118,2.04204,300,0,0,11770,0,0,0,0,0),(114116,29376,571,1,1,25953,1,8027.72,-172.688,863.19,5.21853,300,0,0,11770,0,0,0,0,0),(114117,29376,571,1,1,25953,1,8021.15,-222.864,848.121,1.13446,300,0,0,11770,0,0,0,0,0),(114118,29376,571,1,1,25953,1,8021.86,-254.786,847.215,4.74729,300,0,0,11770,0,0,0,0,0),(114119,29376,571,1,1,25953,1,8032.46,-212.865,848.294,5.77704,300,0,0,11770,0,0,0,0,0),(114120,29376,571,1,1,25953,1,8007.32,-266.832,847.216,1.15192,300,0,0,11770,0,0,0,0,0),(114121,29376,571,1,1,25953,1,8034.19,-236.971,846.967,3.15905,300,0,0,11770,0,0,0,0,0),(114122,29376,571,1,1,25953,1,8026.04,-287.122,848.227,3.57792,300,0,0,11770,0,0,0,0,0),(114123,29376,571,1,1,25953,1,8094.13,-205.357,848.263,1.44862,300,0,0,11770,0,0,0,0,0),(114124,29121,571,1,1,25924,0,5629.61,4581.05,-136.876,5.96903,300,0,0,11770,0,0,0,0,0),(114125,27073,571,1,1,23018,1,4550.51,5670.13,84.4778,5.41052,300,0,0,42540,0,0,0,0,0),(114126,27073,571,1,1,23019,1,4545.85,5695.57,84.7977,0.523599,300,0,0,42540,0,0,0,0,0),(114127,27073,571,1,1,23019,1,4537.72,5720.41,84.2941,0.314159,300,0,0,42540,0,0,0,0,0),(114128,27073,571,1,1,23019,1,4493.26,5722.58,80.9317,1.76278,300,0,0,42540,0,0,0,0,0),(114129,27073,571,1,1,23007,1,4505.55,5670.73,81.9985,2.94961,300,0,0,42540,0,0,0,0,0),(114130,28865,571,1,1,25747,1,5232.97,-1325.17,242.538,5.51524,300,0,0,45516,11175,0,0,0,0),(114131,25281,571,1,1,23049,1,2341.39,5200.77,7.71538,4.36332,300,0,0,8982,0,0,0,0,0),(114132,27073,571,1,1,23007,1,4517.05,5761.65,81.5886,1.85005,300,0,0,42540,0,0,0,0,0),(114133,27073,571,1,1,23007,1,4482.61,5691.7,81.3224,4.06662,300,0,0,42540,0,0,0,0,0),(114134,27073,571,1,1,23017,1,4454.45,5723.12,80.0581,4.02999,300,0,0,42540,0,0,0,0,0),(114135,27073,571,1,1,23017,1,4456.78,5721.23,80.8081,0.861229,300,5,0,42540,0,1,0,0,0),(114136,27073,571,1,1,23007,1,4469.34,5729.52,79.2846,2.82743,300,0,0,42540,0,0,0,0,0),(114137,23745,571,1,1,21719,1,3858.8,-1946.71,208.33,1.8675,300,0,0,4890,0,0,0,0,0),(114138,27073,571,1,1,23007,1,4524.24,5741.68,76.0454,6.10865,300,0,0,42540,0,0,0,0,0),(114140,28097,571,1,1,26618,0,5044.78,4728.17,-131.206,6.26573,300,0,0,11001,0,0,0,0,0),(1975207,33282,603,3,3,0,0,589.923,-133.622,391.897,5.06733,300,0,0,12600,0,0,0,0,0),(114144,27329,571,1,1,10271,0,4240.65,-1139.22,155.313,5.06176,300,0,0,9291,0,0,0,0,0),(114145,27329,571,1,1,10271,0,4120.57,-1305.19,167.583,5.08075,300,0,0,9291,0,2,0,0,0),(114146,27329,571,1,1,10271,0,4180.14,-1285.19,163.378,3.39284,300,0,0,9291,0,2,0,0,0),(114147,27329,571,1,1,10271,0,4088.28,-1154.73,131.216,4.07397,300,0,0,9291,0,2,0,0,0),(114148,27329,571,1,1,10271,0,4154.75,-1283.17,165.623,1.47522,300,0,0,9291,0,0,0,0,0),(114149,27329,571,1,1,10271,0,4153.2,-1287.83,165.622,2.25802,300,0,0,9291,0,0,0,0,0),(114150,27329,571,1,1,10271,0,4037.26,-1222.83,133.635,4.69337,300,0,0,9291,0,2,0,0,0),(114151,27329,571,1,1,10271,0,4035.91,-1141.73,131.451,5.09936,300,0,0,9291,0,2,0,0,0),(114152,27329,571,1,1,10271,0,4203.1,-1174.58,150.138,1.09552,300,0,0,9291,0,2,0,0,0),(114153,27329,571,1,1,10271,0,4255.38,-1238.8,149.947,5.25748,300,5,0,9291,0,1,0,0,0),(114154,27329,571,1,1,10271,0,4133.11,-1115.61,144.225,0.021481,300,5,0,9291,0,1,0,0,0),(114155,27329,571,1,1,10271,0,4004.03,-1318.24,136.01,1.35425,300,0,0,9291,0,2,0,0,0),(114156,28865,571,1,1,25746,1,5196.21,-1300.06,244.831,2.32129,300,0,0,45516,11175,0,0,0,0),(114157,28865,571,1,1,25747,1,5225.56,-1333.75,242.604,5.89921,300,0,0,45516,11175,0,0,0,0),(114162,25793,571,1,1,27578,0,3890.81,5275.84,13.1652,0.904045,300,5,0,8982,0,1,0,0,0),(114159,28865,571,1,1,25580,1,5209.98,-1303.6,242.515,5.42177,300,0,0,45516,11175,0,0,0,0),(114161,25793,571,1,1,27578,0,3987.2,5215.11,13.1652,5.48904,300,5,0,8982,0,1,0,0,0),(114160,25793,571,1,1,27578,0,3773.99,5034.26,-1.38499,0.900169,300,5,0,8982,0,1,0,0,0),(114158,25793,571,1,1,27578,0,3746.4,5065.33,-1.49838,3.06535,300,5,0,8982,0,1,0,0,0),(28647,17148,530,1,1,0,1,-2866.9,80.8387,80.7994,5.654,300,0,0,5914,0,0,0,0,0),(114166,29377,571,1,1,26213,1,8440.84,-35.5493,792.917,1.66371,300,0,0,11770,0,0,0,0,0),(114167,29377,571,1,1,26213,1,8388.19,-79.5435,809.335,4.36847,300,0,0,11770,0,0,0,0,0),(114168,29377,571,1,1,26213,1,8494.02,-61.8749,788.483,0.145074,300,0,0,11770,0,0,0,0,0),(114169,29377,571,1,1,26213,1,8485.15,-40.0871,788.482,5.58277,300,0,0,11770,0,0,0,0,0),(114170,29377,571,1,1,26213,1,8360.98,-123.432,822.673,2.06606,300,0,0,11770,0,0,0,0,0),(114171,29377,571,1,1,26213,1,8476.82,-88.7241,791.232,4.95028,300,0,0,11770,0,0,0,0,0),(114172,29377,571,1,1,26213,1,8406.44,-74.3718,802.809,5.33901,300,0,0,11770,0,0,0,0,0),(114173,29377,571,1,1,26213,1,8368.68,-123.159,820.904,5.69939,300,0,0,11770,0,0,0,0,0),(114174,29377,571,1,1,26213,1,8467.61,189.809,791.984,0.000148,300,0,0,11770,0,0,0,0,0),(114175,29377,571,1,1,26213,1,8483.96,-233.1,822.68,1.53663,300,0,0,11770,0,0,0,0,0),(114176,29377,571,1,1,26213,1,8497.38,-219.183,816.094,-1.66314,300,0,0,11770,0,0,0,0,0),(114177,29377,571,1,1,26213,1,8471.19,-105.686,792.018,2.39411,300,5,0,11770,0,1,0,0,0),(114178,29377,571,1,1,26213,1,8467.82,-173.752,811.245,0.000071,300,0,0,11770,0,0,0,0,0),(114179,29377,571,1,1,26213,1,8367.07,-206.432,844.403,6.28253,300,0,0,11770,0,0,0,0,0),(114180,29377,571,1,1,26213,1,8513.87,-195.219,807.022,0,300,0,0,11770,0,0,0,0,0),(114181,29377,571,1,1,26213,1,8479.68,-126.892,796.903,0,300,0,0,11770,0,0,0,0,0),(114182,29377,571,1,1,26213,1,8403.01,-196.74,829.231,0,300,0,0,11770,0,0,0,0,0),(114183,24258,571,1,1,26101,0,822.016,-4729.01,-84.6891,1.37489,300,5,0,9610,0,1,0,0,0),(114184,27074,571,1,1,24455,0,4497.8,5696.97,81.5171,2.79253,300,0,0,8982,0,0,0,0,0),(114185,29122,571,1,1,25376,1,5270.16,4532.59,-82.9533,4.46804,300,0,0,117700,0,0,0,0,0),(114186,27842,571,1,1,24871,1,3244.6,-643.38,165.37,3.84224,300,0,0,9291,0,0,0,0,0),(114187,28098,571,1,1,842,0,4987.56,4869.29,-101.367,4.40155,300,5,0,8251,0,1,0,0,0),(114188,27074,571,1,1,24457,0,4498.45,5699.15,81.5262,2.89725,300,0,0,8982,0,0,0,0,0),(114189,28866,571,1,1,25627,0,5227.99,-1307.93,242.865,3.49066,300,0,0,8508,7981,0,0,0,0),(114190,24258,571,1,1,26101,0,787.55,-4706.66,-65.1722,3.26767,300,5,0,9610,0,1,0,0,0),(114191,24258,571,1,1,26101,0,817.512,-4723.13,-71.4622,4.9188,300,5,0,9610,0,1,0,0,0),(114192,24258,571,1,1,26101,0,815.11,-4744.24,-70.2188,3.65907,300,5,0,9610,0,1,0,0,0),(114193,28098,571,1,1,842,0,4994.23,4911.15,-102.971,6.24638,300,5,0,8251,0,1,0,0,0),(114194,28098,571,1,1,26583,0,5006.55,4724.52,-101.181,0.419514,300,5,0,8251,0,1,0,0,0),(114195,28098,571,1,1,842,0,4997.89,4788.89,-102.488,5.02626,300,5,0,8251,0,1,0,0,0),(114196,32450,571,1,1,5556,0,5759.41,743.848,641.698,2.96706,300,0,0,1,0,0,0,0,0),(114197,28098,571,1,1,842,0,5078.84,4518.86,-99.0146,3.05312,300,5,0,8251,0,1,0,0,0),(114198,27330,571,1,1,24403,1,4726.17,-297.151,179.784,1.5708,300,0,0,9610,0,0,0,0,0),(114199,25282,571,1,1,23050,1,2345.82,5199.67,7.68389,4.32842,300,0,0,8982,3155,0,0,0,0),(114200,28098,571,1,1,26583,0,4959.2,4722.07,-90.7234,4.37647,300,5,0,8251,0,1,0,0,0),(114201,28098,571,1,1,842,0,5053.57,4470.27,-94.6789,4.66876,300,5,0,8251,0,1,0,0,0),(114202,28098,571,1,1,26583,0,5020.31,4458.9,-86.7064,1.2656,300,5,0,8251,0,1,0,0,0),(114203,28098,571,1,1,842,0,5162.48,4515.83,-95.966,5.57146,300,5,0,8251,0,1,0,0,0),(114204,28098,571,1,1,842,0,4985.29,4826.74,-101.802,3.18053,300,5,0,8251,0,1,0,0,0),(114205,28098,571,1,1,26583,0,5080.04,4480.31,-99.0907,5.36583,300,5,0,8251,0,1,0,0,0),(114206,28098,571,1,1,26583,0,5096.29,4453.94,-96.4596,4.74265,300,5,0,8251,0,1,0,0,0),(114207,28098,571,1,1,842,0,5229.61,3807.29,-23.7877,5.73069,300,5,0,8251,0,1,0,0,0),(114208,28098,571,1,1,842,0,5143.2,4139.72,-78.831,6.10458,300,0,0,8251,0,0,0,0,0),(114209,28098,571,1,1,842,0,5156.22,4469.42,-96.6659,4.98222,300,0,0,8251,0,0,0,0,0),(114210,28098,571,1,1,842,0,5181.21,4416.36,-94.4745,5.10955,300,0,0,8251,0,0,0,0,0),(114211,28098,571,1,1,842,0,5268.87,4068.81,-71.7105,4.1071,300,5,0,8251,0,1,0,0,0),(114212,28098,571,1,1,26583,0,5254.78,4074.03,-72.3771,3.92054,300,5,0,8251,0,1,0,0,0),(114213,28098,571,1,1,26583,0,5075.87,4432.08,-93.6645,2.99956,300,5,0,8251,0,1,0,0,0),(114214,28098,571,1,1,26583,0,5258.31,4070.26,-71.837,5.56757,300,5,0,8251,0,1,0,0,0),(114215,28098,571,1,1,842,0,5294.77,4010.92,-70.252,1.74667,300,5,0,8251,0,1,0,0,0),(114216,28098,571,1,1,842,0,5239.65,3785.49,-19.7558,2.88388,300,5,0,8251,0,1,0,0,0),(114217,28098,571,1,1,842,0,5273.17,4028.99,-70.3791,5.27058,300,5,0,8251,0,1,0,0,0),(114218,28098,571,1,1,26583,0,5244.3,3792.22,-22.179,1.82692,300,5,0,8251,0,1,0,0,0),(114219,28098,571,1,1,842,0,5238.25,3795.32,-22.0941,0.306556,300,5,0,8251,0,1,0,0,0),(114220,28098,571,1,1,842,0,5220.89,3788.08,-20.3528,1.52294,300,5,0,8251,0,1,0,0,0),(114221,28098,571,1,1,842,0,5240.5,3805.79,-24.5626,3.36814,300,5,0,8251,0,1,0,0,0),(114222,28098,571,1,1,842,0,5238.84,4309.44,-95.7011,5.91214,300,0,0,8251,0,0,0,0,0),(114223,28098,571,1,1,26583,0,5243.94,4283.47,-96.5182,4.12952,300,5,0,8251,0,1,0,0,0),(114224,28098,571,1,1,26583,0,5250.21,4287.5,-96.0905,1.54372,300,0,0,8251,0,0,0,0,0),(114225,28098,571,1,1,842,0,5245.49,4284.3,-96.4678,0.571997,300,0,0,8251,0,0,0,0,0),(114226,28098,571,1,1,26583,0,5249.16,4286.2,-96.1432,2.61277,300,5,0,8251,0,1,0,0,0),(114227,28098,571,1,1,26583,0,5247.01,4284.39,-96.3558,0.081073,300,0,0,8251,0,0,0,0,0),(114228,28098,571,1,1,842,0,5227.76,4286.85,-97.201,6.18985,300,0,0,8251,0,0,0,0,0),(114229,28098,571,1,1,26583,0,5183.48,4409.64,-94.9582,4.35803,300,0,0,8251,0,0,0,0,0),(114230,28098,571,1,1,842,0,5246,4286.2,-96.2777,0.807866,300,0,0,8251,0,0,0,0,0),(114231,28098,571,1,1,26583,0,5190.67,4413.81,-94.4282,4.20907,300,0,0,8251,0,0,0,0,0),(114232,28098,571,1,1,842,0,5181.24,4418.5,-94.2483,0.898268,300,0,0,8251,0,0,0,0,0),(114233,28098,571,1,1,26583,0,5248.44,4283.95,-96.3932,5.25199,300,5,0,8251,0,1,0,0,0),(114234,28098,571,1,1,842,0,5182.36,4421.38,-93.9554,4.69006,300,0,0,8251,0,0,0,0,0),(114235,28098,571,1,1,842,0,5183.56,4419.12,-94.1182,4.87826,300,0,0,8251,0,0,0,0,0),(114236,27330,571,1,1,24400,1,4635.9,-446.847,167.014,5.69518,300,5,0,9610,0,1,0,0,0),(114237,27330,571,1,1,24403,1,4631.81,-485.65,170.053,5.18827,300,5,0,9610,0,1,0,0,0),(114238,24514,571,1,1,22546,0,2483.94,-5239.71,328.749,5.37102,300,0,0,9291,3231,2,0,0,0),(114240,27330,571,1,1,24403,1,4662.64,-525.141,167.036,5.89921,300,0,0,9610,0,0,0,0,0),(114241,27330,571,1,1,24403,1,4748.1,-329.283,182.382,4.11685,300,5,0,9610,0,1,0,0,0),(114242,27330,571,1,1,24403,1,4740.26,-321.681,182.382,4.91175,300,5,0,9610,0,1,0,0,0),(114243,27330,571,1,1,24400,1,4738.53,-336.995,182.444,3.93617,300,5,0,9610,0,1,0,0,0),(114244,27330,571,1,1,24400,1,4701.82,-435.623,176.973,3.96195,300,5,0,9610,0,1,0,0,0),(114245,27330,571,1,1,24400,1,4711.28,-426.655,176.961,4.12382,300,5,0,9610,0,1,0,0,0),(114246,27330,571,1,1,24403,1,4660.67,-536.598,166.962,0.191986,300,0,0,9610,0,0,0,0,0),(114247,27330,571,1,1,24403,1,4591.74,-470.197,148.019,5.58839,300,5,0,9610,0,1,0,0,0),(114248,27330,571,1,1,24403,1,4512.93,-591.627,140.015,3.24631,300,0,0,9610,0,0,0,0,0),(114249,27330,571,1,1,24403,1,4518.17,-577.483,141.162,5.01923,300,5,0,9610,0,1,0,0,0),(114251,27330,571,1,1,24400,1,4602.91,-584.974,154.12,4.55188,300,5,0,9610,0,1,0,0,0),(114252,27330,571,1,1,24403,1,4607.85,-568.547,154.62,3.83437,300,5,0,9610,0,1,0,0,0),(114253,27330,571,1,1,24400,1,4590.6,-565.416,154.197,4.15103,300,5,0,9610,0,1,0,0,0),(114254,27330,571,1,1,24400,1,4572.63,-514.334,155.207,2.67389,300,0,0,9610,0,2,0,0,0),(114255,27330,571,1,1,24403,1,4212.08,-1224.98,148.675,3.79408,300,0,0,9610,0,2,0,0,0),(114256,27330,571,1,1,24403,1,4161.29,-1272.06,165.598,2.42359,300,5,0,9610,0,1,0,0,0),(114257,27330,571,1,1,24403,1,4258.01,-1272.85,151.548,0.199255,300,5,0,9610,0,1,0,0,0),(114258,27330,571,1,1,24400,1,4125.63,-1190.83,134.197,0.08683,300,0,0,9610,0,2,0,0,0),(114259,27330,571,1,1,24400,1,4187.51,-1125.17,150.677,4.4129,300,5,0,9610,0,1,0,0,0),(114260,27330,571,1,1,24403,1,4143.7,-1263.34,165.645,4.56562,300,0,0,9610,0,2,0,0,0),(114261,27330,571,1,1,24403,1,4212.96,-1160.06,152.111,1.26505,300,0,0,9610,0,0,0,0,0),(114262,27330,571,1,1,24400,1,4186.76,-1187.98,147.902,2.05949,300,0,0,9610,0,0,0,0,0),(114263,27330,571,1,1,24400,1,3991.04,-1255.71,138.956,2.77507,300,0,0,9610,0,0,0,0,0),(114264,27330,571,1,1,24403,1,4026.93,-1301.59,131.018,5.07913,300,5,0,9610,0,1,0,0,0),(114265,27330,571,1,1,24400,1,4026.29,-1158.75,130.818,5.55015,300,5,0,9610,0,1,0,0,0),(114266,27330,571,1,1,24400,1,4035.41,-1318.5,131.723,1.09956,300,0,0,9610,0,0,0,0,0),(114267,27330,571,1,1,24403,1,4008.96,-1253.12,132.91,3.51535,300,5,0,9610,0,1,0,0,0),(114268,27330,571,1,1,24403,1,4036.59,-1300.33,130.683,1.04096,300,5,0,9610,0,1,0,0,0),(114269,27330,571,1,1,24400,1,3995.94,-1241.08,139.842,2.89725,300,0,0,9610,0,0,0,0,0),(114270,27330,571,1,1,24400,1,4029.4,-1101.29,136.496,4.91623,300,5,0,9610,0,1,0,0,0),(114271,27330,571,1,1,24400,1,4037.83,-1114.15,136.621,1.85592,300,5,0,9610,0,1,0,0,0),(114272,27330,571,1,1,24403,1,4038.18,-1082.2,136.393,1.10487,300,5,0,9610,0,1,0,0,0),(114273,27330,571,1,1,24403,1,4067.68,-1092.67,138.998,0.577177,300,5,0,9610,0,1,0,0,0),(114274,27330,571,1,1,24400,1,4003.73,-1060.82,141.156,3.9619,300,0,0,9610,0,0,0,0,0),(114275,27330,571,1,1,24403,1,4171.83,-1136.38,150.537,5.35816,300,0,0,9610,0,0,0,0,0),(114276,27330,571,1,1,24400,1,4056.61,-1079.46,136.244,1.57117,300,5,0,9610,0,1,0,0,0),(114277,27330,571,1,1,24400,1,4199.25,-1108.17,151.344,4.08407,300,0,0,9610,0,0,0,0,0),(114278,27330,571,1,1,24400,1,4006.53,-1077.74,139.189,3.21141,300,0,0,9610,0,0,0,0,0),(114279,27330,571,1,1,24400,1,4513.51,-611.846,140.318,5.18931,300,5,0,9610,0,1,0,0,0),(114292,32706,571,1,1,28189,-1,5722.57,637.49,646.368,4.52909,300,0,0,10635,3561,2,0,0,0),(114293,30146,571,1,1,26242,1,7017.16,-1353.61,831.027,2.18532,300,0,0,12175,0,0,0,0,0),(114294,30146,571,1,1,26242,1,6867.23,-1247.05,809.402,4.83518,300,0,0,12175,0,0,0,0,0),(114295,30146,571,1,1,26242,1,6981.57,-1207.75,809.122,5.84685,300,0,0,12175,0,0,0,0,0),(114296,30146,571,1,1,26785,1,6963.65,-1463.91,841.411,1.67552,300,0,0,12175,0,0,0,0,0),(114297,30146,571,1,1,26785,1,6862.88,-1342.01,833.159,3.735,300,0,0,12175,0,0,0,0,0),(114298,30146,571,1,1,26242,1,6849.72,-1322.04,819.659,3.05433,300,0,0,12175,0,0,0,0,0),(114299,30146,571,1,1,26242,1,7003.54,-1301.12,819.076,2.80492,300,0,0,12175,0,0,0,0,0),(114300,30146,571,1,1,26242,1,6848.64,-1295.28,819.558,5.51524,300,0,0,12175,0,0,0,0,0),(114301,30146,571,1,1,26242,1,6966.08,-1291.78,819.479,1.78024,300,0,0,12175,0,0,0,0,0),(114302,30146,571,1,1,26242,1,7009.37,-1324.08,819.781,2.58309,300,0,0,12175,0,0,0,0,0),(114303,27843,571,1,1,24863,1,4548.4,3.60216,70.4067,1.67552,50,0,0,149100,0,0,0,0,0),(114304,24771,571,1,1,19595,0,2200.57,5345.46,49.417,3.54302,300,0,0,4979,0,0,0,0,0),(114305,24771,571,1,1,19595,0,2177.74,5360.45,9.31609,1.0472,300,0,0,4979,0,0,0,0,0),(114306,24771,571,1,1,19595,0,2190.7,5354.83,27.4536,0.296706,300,0,0,4979,0,0,0,0,0),(114307,24771,571,1,1,19595,0,2173.69,5367.4,1.54144,4.20624,300,0,0,4979,0,0,0,0,0),(114308,24771,571,1,1,19595,0,2192.27,5354.3,45.8996,0.139626,300,0,0,4979,0,0,0,0,0),(114309,24771,571,1,1,19595,0,2177.06,5344.92,39.3679,4.18879,300,0,0,4979,0,0,0,0,0),(114310,24771,571,1,1,19595,0,2159.49,5352.53,30.4751,1.27409,300,0,0,4979,0,0,0,0,0),(114311,24771,571,1,1,19595,0,2163.27,5359.34,25.7703,5.48033,300,0,0,4979,0,0,0,0,0),(114312,24771,571,1,1,19595,0,2169.72,5367.75,9.27426,3.64774,300,0,0,4979,0,0,0,0,0),(114313,27587,571,1,1,25341,0,3879.17,-1373.27,143.841,3.83972,300,0,0,53892,15775,0,0,0,0),(114314,30659,571,1,1,27215,1,5689.03,508.278,652.763,5.35816,300,0,0,42540,0,0,0,0,0),(114315,30659,571,1,1,27217,1,5699.09,500.624,652.762,3.01942,300,0,0,42540,0,0,0,0,0),(114316,30659,571,1,1,27216,1,5723.36,533.678,653.31,0.855211,300,0,0,42540,0,0,0,0,0),(114317,30659,571,1,1,27216,1,5717.21,538.496,653.313,0.837758,300,0,0,42540,0,0,0,0,0),(114318,30659,571,1,1,27215,1,5713.83,550.241,652.941,6.17846,300,0,0,42540,0,0,0,0,0),(114319,30659,571,1,1,27217,1,5735.23,532.688,652.941,2.00713,300,0,0,42540,0,0,0,0,0),(114320,30659,571,1,1,27217,1,5715.8,472.755,652.683,2.22041,300,0,0,42540,0,2,0,0,0),(114321,30659,571,1,1,27217,1,5686,508.123,652.678,2,300,0,0,42540,0,2,0,0,0),(114322,24771,571,1,1,19595,0,3393,6239.83,75.7206,4.67748,300,0,0,4979,0,0,0,0,0),(114323,28867,571,1,1,25526,0,5229.74,-1315.27,242.36,2.93215,300,0,0,10635,0,0,0,0,0),(114324,24515,571,1,1,22500,0,2573.37,-5224.87,374.235,1.3439,300,0,0,42,0,0,0,0,0),(114325,24515,571,1,1,22500,0,2572.19,-5223.71,373.86,0.383972,300,0,0,42,0,0,0,0,0),(114326,24771,571,1,1,19595,0,2168.99,5363.41,26.1033,5.46288,300,0,0,4979,0,0,0,0,0),(114327,27587,571,1,1,25341,0,3884.01,-1379.72,143.862,3.66519,300,0,0,53892,15775,0,0,0,0),(114328,24771,571,1,1,19595,0,3485.12,6115.74,71.0778,2.58309,300,0,0,4979,0,0,0,0,0),(114329,24771,571,1,1,19595,0,3262.45,6161.92,73.0009,0.10472,300,0,0,4979,0,0,0,0,0),(114330,32451,571,1,1,0,0,5733.49,779.375,641.692,5.074,300,0,0,8508,7981,2,0,0,0),(114331,32451,571,1,1,0,0,5963.88,666.782,641.512,3.02009,300,0,0,8508,7981,2,0,0,0),(114332,23747,571,1,1,239,0,3809.55,-1957.89,209.066,3.96958,300,5,0,230,0,1,0,0,0),(114333,23747,571,1,1,239,0,3856.56,-1960.57,208.299,1.02974,300,0,0,230,0,0,0,0,0),(114334,23747,571,1,1,236,0,3808.07,-1940.34,211.066,3.32216,300,5,0,230,0,1,0,0,0),(114335,27587,571,1,1,25341,0,3884.15,-1392.23,143.977,2.56563,300,0,0,53892,15775,0,0,0,0),(114336,29123,571,1,1,25926,0,5456.74,3645.97,-25.5768,4.16375,300,5,0,10635,0,1,0,0,0),(114337,29123,571,1,1,25926,0,5678.75,4163.11,-89.0754,1.91848,300,5,0,10635,0,1,0,0,0),(114338,29123,571,1,1,25926,0,5422.49,4220.62,-97.5694,5.54343,300,5,0,10635,0,1,0,0,0),(114339,29123,571,1,1,25926,0,5390.07,3973.07,-72.6593,4.78599,300,5,0,10635,0,1,0,0,0),(114340,29123,571,1,1,25926,0,5927.44,3811.33,-13.6526,1.65128,300,5,0,10635,0,1,0,0,0),(114341,29123,571,1,1,25926,0,5847.81,3774.07,-28.7909,1.0907,300,5,0,10635,0,1,0,0,0),(114342,29123,571,1,1,25926,0,5739.65,3857.96,-67.4916,4.6997,300,5,0,10635,0,1,0,0,0),(114343,29123,571,1,1,25926,0,6049.2,4082.83,-56.0094,4.06781,300,5,0,10635,0,1,0,0,0),(114344,27331,571,1,1,17612,0,2765.3,-198.251,139.379,0,300,0,0,42,0,0,0,0,0),(114345,27331,571,1,1,17612,0,2747.92,-475.867,123.343,0,300,0,0,42,0,0,0,0,0),(114346,27331,571,1,1,17612,0,2778.94,-143.57,140.273,1.55334,300,0,0,42,0,0,0,0,0),(114347,27331,571,1,1,17612,0,2746.87,-115.952,115.763,0,300,0,0,42,0,0,0,0,0),(114348,27331,571,1,1,17612,0,2827.29,-146.76,141.301,1.81514,300,0,0,42,0,0,0,0,0),(114349,27331,571,1,1,17612,0,2687.32,-284.687,127.258,0,300,0,0,42,0,0,0,0,0),(114350,27331,571,1,1,17612,0,2816.98,-330.83,132.795,0,300,0,0,42,0,0,0,0,0),(114351,27331,571,1,1,17612,0,2768.44,-413.206,132.824,0,300,0,0,42,0,0,0,0,0),(114352,27331,571,1,1,17612,0,2711.5,-405.056,131.989,0,300,0,0,42,0,0,0,0,0),(114353,27331,571,1,1,17612,0,2807.64,-381.349,132.208,0,300,0,0,42,0,0,0,0,0),(114354,27587,571,1,1,25341,0,3878.87,-1398.46,143.84,2.42601,300,0,0,53892,15775,0,0,0,0),(114355,27587,571,1,1,25341,0,3873.02,-1404.13,143.84,2.33874,300,0,0,53892,15775,0,0,0,0),(114356,27587,571,1,1,25341,0,3819.31,-1408.56,143.5,0.558505,300,0,0,53892,15775,0,0,0,0),(114357,27587,571,1,1,25341,0,3864.88,-1408.41,143.814,1.76278,300,0,0,53892,15775,0,0,0,0),(114358,27587,571,1,1,25341,0,3824.63,-1414.76,144.251,0.994838,300,0,0,53892,15775,0,0,0,0),(114359,27587,571,1,1,25341,0,3868.33,-1364.26,143.84,3.92699,300,0,0,53892,15775,0,0,0,0),(114360,27331,571,1,1,17612,0,3028.85,-472.839,123.723,0,300,0,0,42,0,0,0,0,0),(114361,27331,571,1,1,17612,0,3066.17,-467.153,124.767,1.72788,300,0,0,42,0,0,0,0,0),(114362,27331,571,1,1,17612,0,3005.24,-406.32,126.684,0,300,0,0,42,0,0,0,0,0),(114363,27331,571,1,1,17612,0,2976.92,-451.393,125.846,0,300,0,0,42,0,0,0,0,0),(114364,27331,571,1,1,17612,0,2884.74,-437.698,118.457,1.13446,300,0,0,42,0,0,0,0,0),(114365,27331,571,1,1,17612,0,2845.07,-366.855,114.054,5.89921,300,0,0,42,0,0,0,0,0),(114366,27331,571,1,1,17612,0,2865.39,-337.324,113.945,4.7822,300,0,0,42,0,0,0,0,0),(114367,27075,571,1,1,24272,0,3303.25,-5124.71,297.967,1.81514,300,0,0,10635,0,0,0,0,0),(114368,24771,571,1,1,19595,0,3211.72,6091.62,138.111,4.93928,300,0,0,4979,0,0,0,0,0),(114369,30147,571,1,1,26786,0,6921.59,-1388.17,830.856,4.7822,300,0,0,12175,0,0,0,0,0),(114370,24260,571,1,1,17188,0,829.066,-4853.89,-106.958,1.16937,300,0,0,8982,0,0,0,0,0),(114371,24260,571,1,1,17188,0,819.011,-4788.77,-90.4881,2.05949,300,0,0,8982,0,0,0,0,0),(1973060,30148,571,1,1,26263,0,7891.03,-1517.38,921.325,2.98531,300,10,0,12600,0,1,0,0,0),(1973059,30148,571,1,1,26263,0,7831.83,-1525.77,931.193,3.67253,300,10,0,12600,0,1,0,0,0),(114374,26564,571,1,1,23904,1,3810.3,1574.13,89.3065,5.45068,300,0,0,9940,0,0,0,0,0),(114376,28868,571,1,1,25592,0,5203.51,-1330.59,243.124,0.767945,300,0,0,8508,7981,0,0,0,0),(114377,27844,571,1,1,24870,1,4530.59,-3.87463,72.5144,1.6057,300,0,0,48050,0,0,0,0,0),(114378,27332,571,1,1,24421,1,3980.01,-1332.86,161.517,1.9573,300,0,0,9291,0,2,0,0,0),(114379,24260,571,1,1,17188,0,816.898,-4833.25,-93.0367,3.00197,300,0,0,8982,0,0,0,0,0),(114380,24260,571,1,1,17188,0,848.757,-4860.43,-115.651,0.174533,300,0,0,8982,0,0,0,0,0),(114382,29636,571,1,1,26397,0,5760.49,740.967,642.511,5.44543,300,0,0,8508,7981,0,0,0,0),(114383,24260,571,1,1,17188,0,849.502,-4857.3,-115.651,3.42085,300,0,0,8982,0,0,0,0,0),(114384,24260,571,1,1,17188,0,817.146,-4822.41,-91.2518,5.34071,300,0,0,8982,0,0,0,0,0),(114385,24260,571,1,1,17188,0,796.479,-4722.34,-90.9639,2.14675,300,0,0,8982,0,0,0,0,0),(114386,27332,571,1,1,24422,1,4304.63,-1333.64,165.359,5.23517,300,5,0,9291,0,1,0,0,0),(114387,27332,571,1,1,24423,1,4286.04,-1158.3,191.754,4.14209,300,5,0,9291,0,1,0,0,0),(114388,29124,571,1,1,171,0,5444.03,4026.5,-52.866,0.360642,300,0,0,11001,0,0,0,0,0),(114389,29124,571,1,1,171,0,5510.44,3807.5,-56.8597,3.87743,300,0,0,11001,0,0,0,0,0),(114390,29124,571,1,1,171,0,5555.39,3834.6,-42.6517,1.15061,300,5,0,11001,0,1,0,0,0),(114391,29124,571,1,1,171,0,5513.15,3778.31,-54.2903,0.134165,300,0,0,11001,0,0,0,0,0),(114392,29124,571,1,1,171,0,5662.63,3720.97,-20.6076,1.17192,300,0,0,11001,0,0,0,0,0),(114393,29124,571,1,1,171,0,5658.56,3866.79,-54.0624,0.760541,300,5,0,11001,0,1,0,0,0),(114394,29124,571,1,1,171,0,5654.2,3651.13,-23.4589,4.39558,300,0,0,11001,0,0,0,0,0),(114395,29124,571,1,1,171,0,5677.65,3687.23,-24.6571,3.15554,300,0,0,11001,0,0,0,0,0),(114396,29124,571,1,1,171,0,5553.89,3878.48,-72.1701,5.03238,300,0,0,11001,0,0,0,0,0),(114397,29124,571,1,1,171,0,5617.52,3674,-24.7597,1.43629,300,0,0,11001,0,0,0,0,0),(114398,29124,571,1,1,171,0,5645.93,3743.35,-7.20141,2.02956,300,0,0,11001,0,0,0,0,0),(114399,29124,571,1,1,171,0,5568.39,3748.59,-14.2275,5.62523,300,5,0,11001,0,1,0,0,0),(114400,29124,571,1,1,171,0,5606.17,3724,7.52999,3.76792,300,0,0,11001,0,0,0,0,0),(114401,29124,571,1,1,171,0,5689.58,3806.25,-64.2066,4.71239,300,0,0,11001,0,0,0,0,0),(114402,29124,571,1,1,171,0,5684.1,3718.88,-33.6988,4.5106,300,0,0,11001,0,0,0,0,0),(114403,29124,571,1,1,171,0,5556.67,3885.46,-74.9201,4.85362,300,5,0,11001,0,1,0,0,0),(114404,29124,571,1,1,171,0,5568.07,3705.09,-33.2861,0.583446,300,0,0,11001,0,0,0,0,0),(114405,29124,571,1,1,171,0,5718.75,3956.25,-77.1572,3.37212,300,5,0,11001,0,1,0,0,0),(75041,27315,571,1,1,0,0,3721.79,-1345.79,133.677,0.287154,120,5,0,1,0,1,0,0,0),(114408,27332,571,1,1,24421,1,4298.48,-1131.2,183.233,1.6755,300,5,0,9291,0,1,0,0,0),(75040,27315,571,1,1,0,0,3625.33,-1260.05,112.612,6.23729,120,5,0,1,0,1,0,0,0),(114411,27332,571,1,1,24422,1,4293.57,-1244.77,193.56,4.97916,300,5,0,9291,0,1,0,0,0),(75039,27315,571,1,1,0,0,3664.3,-1270.02,112.583,5.26854,120,5,0,1,0,1,0,0,0),(75038,27315,571,1,1,0,0,3822.96,-1128.77,120.199,5.97348,120,5,0,1,0,1,0,0,0),(114420,27332,571,1,1,24423,1,4115.92,-1066.27,157.404,5.37827,300,5,0,9291,0,1,0,0,0),(114421,27332,571,1,1,24423,1,4089.48,-1355.24,164.416,2.0883,300,0,0,9291,0,2,0,0,0),(114422,27332,571,1,1,24423,1,4031.89,-1173.77,131.33,5.67232,300,0,0,9291,0,0,0,0,0),(114423,27332,571,1,1,24423,1,3999.19,-1093.41,146.036,0.087266,300,0,0,9291,0,0,0,0,0),(114424,27332,571,1,1,24421,1,4192.77,-1100.82,151.108,3.90954,300,0,0,9291,0,0,0,0,0),(114425,27332,571,1,1,24422,1,4176.07,-1046.61,174.107,0.11357,300,5,0,9291,0,1,0,0,0),(114426,27332,571,1,1,24421,1,4218.03,-1059.79,171.16,6.16426,300,5,0,9291,0,1,0,0,0),(114427,26820,571,1,1,25748,1,4229.45,-5062.6,6.59069,2.21657,300,0,0,10635,3561,0,0,0,0),(114428,26820,571,1,1,25748,1,4204.77,-5062.97,6.95697,0.872665,300,0,0,10635,3561,0,0,0,0),(114429,26820,571,1,1,25748,1,4206.33,-5038.64,7.4189,5.65487,300,0,0,10635,3561,0,0,0,0),(114430,26820,571,1,1,25748,1,4228.84,-5038.24,6.93284,3.89208,300,0,0,10635,3561,0,0,0,0),(114431,26820,571,1,1,25748,1,4307.46,-4891.04,34.4202,0.680678,300,0,0,10635,3561,0,0,0,0),(114432,26820,571,1,1,25748,1,4305.36,-4869.95,35.3677,5.67232,300,0,0,10635,3561,0,0,0,0),(114433,26820,571,1,1,25748,1,4328.4,-4893.99,34.2018,2.46091,300,0,0,10635,3561,0,0,0,0),(114434,26820,571,1,1,25748,1,4328.7,-4871.32,34.4313,3.92699,300,0,0,10635,3561,0,0,0,0),(114435,26820,571,1,1,25748,1,4478.67,-4662.77,77.6043,0.523599,300,0,0,10635,3561,0,0,0,0),(114436,26820,571,1,1,25748,1,4479.58,-4642.15,80.3625,5.21853,300,0,0,10635,3561,0,0,0,0),(114437,26820,571,1,1,25748,1,4497.71,-4645.45,79.8957,3.90954,300,0,0,10635,3561,0,0,0,0),(114438,26820,571,1,1,25748,1,4496.51,-4662.97,77.1041,2.61799,300,0,0,10635,3561,0,0,0,0),(114439,24516,571,1,1,22502,0,2316.21,-3025,136.782,2.20952,300,5,0,9610,0,1,0,0,0),(114440,24516,571,1,1,22502,0,2264.62,-3068.65,137.018,1.03203,300,0,0,9610,0,0,0,0,0),(143156,23929,571,1,1,0,0,2077.34,-6119.32,5.13345,4.80429,120,5,0,1,0,1,0,0,0),(143155,23929,571,1,1,0,0,2081.6,-6220.62,-5.55964,5.52056,120,5,0,1,0,1,0,0,0),(143154,23929,571,1,1,0,0,2039.88,-6193.42,-3.0808,0.669874,120,5,0,1,0,1,0,0,0),(143153,23929,571,1,1,0,0,2062.05,-6156.65,2.23745,2.62823,120,5,0,1,0,1,0,0,0),(114448,29380,571,1,1,26140,0,8292.77,-246.245,925.667,0.575524,300,0,0,12175,0,2,0,0,0),(114449,29380,571,1,1,26140,0,7951.31,-378.571,887.771,1.77547,300,0,0,12175,0,2,0,0,0),(114450,29380,571,1,1,26140,0,8020.56,-462.746,945.596,1.65004,300,0,0,12175,0,2,0,0,0),(114451,29380,571,1,1,26140,0,8203.2,-201.535,871.047,0.412693,300,0,0,12175,0,2,0,0,0),(114452,29380,571,1,1,26140,0,7891.82,29.8049,1012.99,0.744956,300,0,0,12175,0,2,0,0,0),(114453,29380,571,1,1,26140,0,7763.88,25.31,1009.39,4.05868,300,0,0,12175,0,2,0,0,0),(114454,29380,571,1,1,26140,0,8287.12,-232.07,920.806,2.58827,300,0,0,12175,0,2,0,0,0),(114455,29380,571,1,1,26140,0,8040.25,-470.226,960.611,0.962939,300,0,0,12175,0,2,0,0,0),(114456,29380,571,1,1,26140,0,8083.85,66.8619,928.525,0.260854,300,0,0,12175,0,2,0,0,0),(114457,29380,571,1,1,26140,0,8023.33,77.2412,999.959,4.245,300,0,0,12175,0,2,0,0,0),(114458,29380,571,1,1,26140,0,8174.76,6.79297,852.893,3.63952,300,0,0,12175,0,2,0,0,0),(1973058,30148,571,1,1,26263,0,7755.26,-1597.29,943.701,4.20267,300,10,0,12600,0,1,0,0,0),(114460,29380,571,1,1,26140,0,7988.02,-360.878,851.572,1.34905,300,0,0,12175,0,2,0,0,0),(114461,29380,571,1,1,26140,0,8166.6,-333.714,1002.62,0.636698,300,0,0,12175,0,2,0,0,0),(114462,29380,571,1,1,26140,0,7951.18,-303.647,868.061,1.30781,300,0,0,12175,0,2,0,0,0),(114463,29380,571,1,1,26140,0,8070.4,-277.161,864.549,0.853671,300,0,0,12175,0,2,0,0,0),(114464,29380,571,1,1,26140,0,7938.08,-292.418,872.042,0.853636,300,0,0,12175,0,2,0,0,0),(114465,29380,571,1,1,26140,0,8135.02,-370.004,963.259,3.39674,300,0,0,12175,0,2,0,0,0),(114466,29380,571,1,1,26140,0,8052.2,-165.807,858.999,0.552557,300,0,0,12175,0,2,0,0,0),(114467,29380,571,1,1,26140,0,8066.47,-227.365,850.192,5.2838,300,0,0,12175,0,2,0,0,0),(114468,29380,571,1,1,26140,0,8155.42,77.8279,898.983,5.51386,300,10,0,12175,0,1,0,0,0),(114469,29380,571,1,1,26140,0,8210.86,83.2229,899.822,1.96854,300,0,0,12175,0,2,0,0,0),(114470,29380,571,1,1,26140,0,8115.97,42.0962,900.944,0.886883,300,0,0,12175,0,2,0,0,0),(114471,29380,571,1,1,26140,0,8062.68,-34.0521,872.399,0.226506,300,0,0,12175,0,2,0,0,0),(114472,24261,571,1,1,22243,0,2888.16,-3192.99,122.953,2.07694,300,0,0,9291,0,0,0,0,0),(114473,27333,571,1,1,24411,1,4575.7,-534.792,178.434,3.08923,300,0,0,9610,0,0,0,0,0),(114474,27333,571,1,1,24410,1,4549.15,-545.251,165.541,0.680678,300,0,0,9610,0,0,0,0,0),(114475,27589,571,1,1,11686,0,3752.69,813.096,76.4231,2.54818,300,0,0,42,0,0,0,0,0),(114476,27589,571,1,1,11686,0,3775.07,752.55,58.2032,1.44862,300,0,0,42,0,0,0,0,0),(114477,27589,571,1,1,11686,0,3633.09,1150.31,108.391,5.41052,300,0,0,42,0,0,0,0,0),(114478,27589,571,1,1,11686,0,3676.39,869.566,56.1591,5.79449,300,0,0,42,0,0,0,0,0),(114479,27589,571,1,1,11686,0,3642.49,1203.73,129.951,3.7001,300,0,0,42,0,0,0,0,0),(114480,27589,571,1,1,11686,0,3616.7,785.333,68.8942,3.33358,300,0,0,42,0,0,0,0,0),(114481,27589,571,1,1,11686,0,3792.69,732.051,60.3464,5.14872,300,0,0,42,0,0,0,0,0),(114482,27589,571,1,1,11686,0,3756.02,795.25,69.4695,2.60054,300,0,0,42,0,0,0,0,0),(114483,27589,571,1,1,11686,0,3823.37,701.901,60.1855,5.98648,300,0,0,42,0,0,0,0,0),(114484,27589,571,1,1,11686,0,3636.99,827.761,62.4177,0.680678,300,0,0,42,0,0,0,0,0),(114485,26565,571,1,1,23925,1,3815.19,1568.75,86.7818,4.27606,300,0,0,9291,0,0,0,0,0),(114486,26565,571,1,1,23925,1,3817.2,1567.22,86.7818,3.87463,300,0,0,9291,0,0,0,0,0),(114487,26565,571,1,1,23923,1,3822.51,1563.43,86.7788,4.67748,300,0,0,9291,0,0,0,0,0),(114488,26565,571,1,1,23923,1,3818.99,1565.11,86.7818,3.90954,300,0,0,9291,0,0,0,0,0),(114489,28101,571,1,1,22124,0,5611.21,3577.92,-19.9379,4.63954,300,5,0,11001,0,1,0,0,0),(114490,28101,571,1,1,22124,0,5457.25,3583.97,-14.6509,4.91088,300,5,0,11001,0,1,0,0,0),(114491,28869,571,1,1,25742,1,5217.28,-1331.3,242.346,1.46608,300,0,0,7984,0,0,0,0,0),(114492,26821,571,1,1,24065,0,4267.16,-2497,231.825,3.9968,300,0,0,9291,0,0,0,0,0),(114493,31685,571,1,1,1072,0,3821.6,5342.39,27.8519,4.26254,300,5,0,8,0,1,0,0,0),(114494,31685,571,1,1,1072,0,3825.29,5661.61,54.7739,0.728751,300,5,0,8,0,1,0,0,0),(114495,27333,571,1,1,24411,1,4577.1,-532.948,169.04,3.14159,300,0,0,9610,0,0,0,0,0),(114496,27589,571,1,1,11686,0,3833.81,689.212,58.8873,5.41052,300,0,0,42,0,0,0,0,0),(114497,27589,571,1,1,11686,0,3637.72,1184.19,125.334,2.68781,300,0,0,42,0,0,0,0,0),(114498,27589,571,1,1,11686,0,3635.22,1131.32,93.5561,0.436332,300,0,0,42,0,0,0,0,0),(114499,27589,571,1,1,11686,0,3624.12,806.301,65.2626,2.53073,300,0,0,42,0,0,0,0,0),(114500,27589,571,1,1,11686,0,3762.37,776.393,63.718,1.67552,300,0,0,42,0,0,0,0,0),(114501,27589,571,1,1,11686,0,3654.98,848.479,57.9278,0.558505,300,0,0,42,0,0,0,0,0),(114502,27589,571,1,1,11686,0,3809.89,715.468,60.2049,2.60054,300,0,0,42,0,0,0,0,0),(114503,27589,571,1,1,11686,0,3635.07,1168.42,119.07,4.01426,300,0,0,42,0,0,0,0,0),(114504,28101,571,1,1,22124,0,5386.45,3664.01,-7.32978,1.88916,300,5,0,11001,0,1,0,0,0),(114505,31685,571,1,1,1072,0,4450.87,5527.09,46.7104,2.13738,300,5,0,8,0,1,0,0,0),(114506,25285,571,1,1,23052,0,2112.63,5307.97,34.1005,3.50811,300,0,0,9610,0,0,0,0,0),(114507,28101,571,1,1,22124,0,5444.8,3792.84,-66.3987,4.56188,300,5,0,11001,0,1,0,0,0),(114508,31685,571,1,1,1072,0,4387.25,5601.65,48.5807,1.59032,300,5,0,8,0,1,0,0,0),(114509,31685,571,1,1,1072,0,3383.73,5450.01,60.3563,3.09733,300,5,0,8,0,1,0,0,0),(114510,31685,571,1,1,1072,0,3780.81,5304.01,28.0283,0.938625,300,5,0,8,0,1,0,0,0),(114511,31685,571,1,1,1072,0,4238.6,5824.09,64.7102,2.41422,300,5,0,8,0,1,0,0,0),(114512,31685,571,1,1,1072,0,3649.82,3977.82,27.3173,4.82433,300,5,0,8,0,1,0,0,0),(114513,27333,571,1,1,24411,1,4135.1,-1293.37,176.29,0.541052,300,0,0,9610,0,0,0,0,0),(114514,31685,571,1,1,1072,0,3692.48,5320.99,33.0142,4.11247,300,5,0,8,0,1,0,0,0),(114515,31685,571,1,1,1072,0,4143.87,5889.66,65.7295,3.926,300,5,0,8,0,1,0,0,0),(114516,31685,571,1,1,1072,0,3795.39,5448.47,34.6793,0.071377,300,5,0,8,0,1,0,0,0),(114517,27333,571,1,1,24411,1,4547,-528.347,171.103,5.98648,300,0,0,9610,0,0,0,0,0),(114518,31685,571,1,1,1072,0,3816.74,5779.08,67.7283,1.83205,300,5,0,8,0,1,0,0,0),(114519,31685,571,1,1,1072,0,4477.37,5524.21,51.5301,0.383454,300,5,0,8,0,1,0,0,0),(114520,31685,571,1,1,1072,0,3751.48,4014.63,27.6974,3.04766,300,5,0,8,0,1,0,0,0),(114521,31685,571,1,1,1072,0,3150.41,6313.65,91.438,4.80827,300,5,0,8,0,1,0,0,0),(114522,31685,571,1,1,1072,0,2100.92,6324.35,61.0077,3.19926,300,5,0,8,0,1,0,0,0),(114523,31685,571,1,1,1072,0,4377.84,4865.15,26.4496,5.11356,300,5,0,8,0,1,0,0,0),(114524,27333,571,1,1,24410,1,4162.35,-1283.73,179.633,3.1765,300,0,0,9610,0,0,0,0,0),(114525,31685,571,1,1,1072,0,3805.94,5815.21,65.8443,2.94209,300,5,0,8,0,1,0,0,0),(114526,31685,571,1,1,1072,0,4486.38,4856.11,27.5047,1.64802,300,5,0,8,0,1,0,0,0),(114527,31685,571,1,1,1072,0,3683.38,5136.96,29.7622,1.58349,300,5,0,8,0,1,0,0,0),(114528,31685,571,1,1,1072,0,4596.88,5825.06,60.6802,2.08776,300,5,0,8,0,1,0,0,0),(114529,31685,571,1,1,1072,0,3616.09,5211.75,26.4697,2.96296,300,5,0,8,0,1,0,0,0),(114530,31685,571,1,1,1072,0,3652.11,3976.41,27.0991,3.20413,300,5,0,8,0,1,0,0,0),(114531,31685,571,1,1,1072,0,3268.92,5399.4,49.2019,0.818535,300,5,0,8,0,1,0,0,0),(114532,31685,571,1,1,1072,0,3804.58,5571.87,46.7989,0.639205,300,5,0,8,0,1,0,0,0),(114533,31685,571,1,1,1072,0,2078.65,5608.25,43.1301,5.32853,300,5,0,8,0,1,0,0,0),(114534,31685,571,1,1,1072,0,3651.47,5248.96,35.8617,3.02255,300,5,0,8,0,1,0,0,0),(114535,27333,571,1,1,24411,1,4133.93,-1275.42,181.714,6.02139,300,0,0,9610,0,0,0,0,0),(114536,31685,571,1,1,1072,0,3773.3,4001.96,28.0494,4.67035,300,5,0,8,0,1,0,0,0),(114537,31685,571,1,1,1072,0,3785.37,5403.92,37.2104,3.95047,300,5,0,8,0,1,0,0,0),(114538,31685,571,1,1,1072,0,2053.07,5871.1,44.6966,5.36906,300,5,0,8,0,1,0,0,0),(114539,31685,571,1,1,1072,0,2290.99,6543.08,40.5714,2.33081,300,5,0,8,0,1,0,0,0),(114540,31685,571,1,1,1072,0,3352.36,5493.88,61.8021,2.2937,300,5,0,8,0,1,0,0,0),(114541,31685,571,1,1,1072,0,2113.35,5746.27,55.9697,3.66159,300,5,0,8,0,1,0,0,0),(114542,31685,571,1,1,1072,0,3846.59,5497.27,40.156,1.83334,300,5,0,8,0,1,0,0,0),(114543,31685,571,1,1,1072,0,2746.24,6616.62,41.2851,6.09652,300,5,0,8,0,1,0,0,0),(114544,31685,571,1,1,1072,0,3860.46,5374.38,24.4447,4.50389,300,5,0,8,0,1,0,0,0),(114545,31685,571,1,1,1072,0,3513.28,5289.46,34.9529,1.55224,300,5,0,8,0,1,0,0,0),(114546,31685,571,1,1,1072,0,4064.66,5657.91,48.3236,3.35008,300,5,0,8,0,1,0,0,0),(114547,31685,571,1,1,1072,0,2746.25,6508.35,56.1061,3.26846,300,5,0,8,0,1,0,0,0),(114548,31685,571,1,1,1072,0,3591.87,5265.97,23.534,0.792304,300,5,0,8,0,1,0,0,0),(114549,31685,571,1,1,1072,0,2999.25,6291.03,108.324,4.05548,300,5,0,8,0,1,0,0,0),(114550,28101,571,1,1,22124,0,6178.75,4054.23,-5.46366,1.22146,300,5,0,11001,0,1,0,0,0),(114551,31685,571,1,1,1072,0,4277.68,5495.45,40.2238,4.74756,300,5,0,8,0,1,0,0,0),(114552,28101,571,1,1,22124,0,5559.35,3527.64,-10.4823,1.56178,300,5,0,11001,0,1,0,0,0),(114553,28101,571,1,1,22124,0,5473.06,3685.6,-36.3021,1.55384,300,5,0,11001,0,1,0,0,0),(114554,28101,571,1,1,22124,0,5877.85,4017.36,-65.5666,4.26002,300,5,0,11001,0,1,0,0,0),(114555,28101,571,1,1,22124,0,5885.26,3948.03,-60.0789,1.77362,300,5,0,11001,0,1,0,0,0),(114556,28101,571,1,1,22124,0,5958.6,3875.83,-25.1935,5.80294,300,5,0,11001,0,1,0,0,0),(114557,28101,571,1,1,22124,0,5577.53,4264.84,-100.691,4.51289,300,5,0,11001,0,1,0,0,0),(114558,28101,571,1,1,22124,0,5695.86,3967.25,-77.9874,3.52391,300,5,0,11001,0,1,0,0,0),(114559,28101,571,1,1,22124,0,5377.63,4139.22,-88.3261,3.27796,300,5,0,11001,0,1,0,0,0),(114560,28101,571,1,1,22124,0,5367.23,4091.23,-83.731,3.48767,300,5,0,11001,0,1,0,0,0),(114561,28101,571,1,1,22124,0,5689.7,3609.47,-19.1678,4.95194,300,5,0,11001,0,1,0,0,0),(114562,31685,571,1,1,1072,0,3583.82,5192.03,27.894,1.61336,300,5,0,8,0,1,0,0,0),(114563,28101,571,1,1,22124,0,5943.31,3755.11,4.06563,5.51719,300,5,0,11001,0,1,0,0,0),(114564,28101,571,1,1,22124,0,5990.2,4184.29,-71.5884,3.22862,300,5,0,11001,0,1,0,0,0),(114565,28101,571,1,1,22124,0,6079.48,4220.67,-68.7291,2.72886,300,5,0,11001,0,1,0,0,0),(114566,28101,571,1,1,22124,0,5516.65,4384.41,-133.905,2.59576,300,5,0,11001,0,1,0,0,0),(114567,28101,571,1,1,22124,0,6016.8,4215.96,-76.0631,4.58966,300,5,0,11001,0,1,0,0,0),(114568,28101,571,1,1,22124,0,6211.34,4183.81,-25.8803,2.57823,300,5,0,11001,0,1,0,0,0),(114569,31685,571,1,1,1072,0,3457.27,5225.7,30.3229,6.23045,300,5,0,8,0,1,0,0,0),(114570,28101,571,1,1,22124,0,5875.8,3812.03,-30.8137,4.48779,300,5,0,11001,0,1,0,0,0),(114571,28101,571,1,1,22124,0,6258.33,4156.46,-14.417,0.204877,300,5,0,11001,0,1,0,0,0),(114572,28101,571,1,1,22124,0,5757.18,3777.65,-42.3741,4.693,300,5,0,11001,0,1,0,0,0),(114573,28101,571,1,1,22124,0,5805.96,3755.04,-31.6887,0.322059,300,5,0,11001,0,1,0,0,0),(114574,28101,571,1,1,22124,0,5786.08,3713.16,-28.3128,0.936416,300,5,0,11001,0,1,0,0,0),(114575,28101,571,1,1,22124,0,5752.91,3884.96,-67.1737,6.27202,300,5,0,11001,0,1,0,0,0),(114576,28101,571,1,1,22124,0,5750.65,4014.94,-81.5672,5.01102,300,5,0,11001,0,1,0,0,0),(114577,28101,571,1,1,22124,0,5785.06,3986.5,-75.3,0.240851,300,5,0,11001,0,1,0,0,0),(114578,28101,571,1,1,22124,0,5786.26,3987.8,-75.3737,2.17542,300,5,0,11001,0,1,0,0,0),(114579,28101,571,1,1,22124,0,5814.32,3884.68,-55.8576,1.0867,300,5,0,11001,0,1,0,0,0),(114580,28101,571,1,1,22124,0,5758.34,3888.65,-67.7465,4.82597,300,5,0,11001,0,1,0,0,0),(114581,28101,571,1,1,22124,0,5805.49,3862.64,-55.5122,2.36199,300,5,0,11001,0,1,0,0,0),(114582,28101,571,1,1,22124,0,5717.97,3818.4,-58.6162,2.54167,300,5,0,11001,0,1,0,0,0),(114583,28101,571,1,1,22124,0,5724.24,3880.86,-69.2952,4.11954,300,5,0,11001,0,1,0,0,0),(114584,28101,571,1,1,22124,0,5725.11,3820.33,-58.4528,1.4494,300,5,0,11001,0,1,0,0,0),(114585,28101,571,1,1,22124,0,5377.74,4031.12,-80.7067,1.72922,300,5,0,11001,0,1,0,0,0),(114586,28101,571,1,1,22124,0,6114.86,4019.59,-28.4563,5.21613,300,5,0,11001,0,1,0,0,0),(114587,28101,571,1,1,22124,0,5485.73,3851.4,-64.359,4.22302,300,5,0,11001,0,1,0,0,0),(114588,28101,571,1,1,22124,0,5477,3921.03,-71.8242,2.62507,300,5,0,11001,0,1,0,0,0),(114589,28101,571,1,1,22124,0,5718.3,4109.3,-86.7268,3.35359,300,5,0,11001,0,1,0,0,0),(114590,27333,571,1,1,24411,1,4721.74,-367.306,181.752,6.24828,300,0,0,9610,0,0,0,0,0),(114591,27333,571,1,1,24411,1,4694.63,-394.264,178.268,3.33358,300,0,0,9610,0,0,0,0,0),(114592,31685,571,1,1,1072,0,3454.44,3980.36,28.2452,6.27867,300,5,0,8,0,1,0,0,0),(114593,31685,571,1,1,1072,0,3521.28,3989.86,28.6266,5.90921,300,5,0,8,0,1,0,0,0),(114594,31685,571,1,1,1072,0,3504.73,5220.29,30.6734,3.30931,300,5,0,8,0,1,0,0,0),(114595,31685,571,1,1,1072,0,2358.62,6285.25,51.1254,2.47834,300,5,0,8,0,1,0,0,0),(114596,31685,571,1,1,1072,0,3374.96,5441.5,57.8999,4.90816,300,5,0,8,0,1,0,0,0),(114597,31685,571,1,1,1072,0,2287.96,6297.34,52.0179,4.74606,300,5,0,8,0,1,0,0,0),(114598,31685,571,1,1,1072,0,3764.44,4025.75,29.4148,2.96392,300,5,0,8,0,1,0,0,0),(114599,31685,571,1,1,1072,0,4116.84,5819.17,69.211,4.64389,300,5,0,8,0,1,0,0,0),(114600,27333,571,1,1,24410,1,4241.96,-1144.79,155.04,2.45235,300,0,0,9610,0,0,0,0,0),(114601,31685,571,1,1,1072,0,3523.67,4006.54,26.6733,4.905,300,5,0,8,0,1,0,0,0),(114602,31685,571,1,1,1072,0,3260.42,6135.55,71.2102,4.01398,300,5,0,8,0,1,0,0,0),(114603,31685,571,1,1,1072,0,3651.4,4101.54,25.7375,4.74561,300,5,0,8,0,1,0,0,0),(114604,31685,571,1,1,1072,0,2976.07,6542.55,70.1569,3.82237,300,5,0,8,0,1,0,0,0),(114608,26565,571,1,1,23925,1,3826.63,1562.8,86.6984,4.74729,300,0,0,9291,0,0,0,0,0),(114609,27333,571,1,1,24410,1,4688.96,-426.183,176.118,5.41052,300,0,0,9610,0,0,0,0,0),(114610,27333,571,1,1,24411,1,4658.7,-443.998,170.494,3.10669,300,0,0,9610,0,0,0,0,0),(114611,31685,571,1,1,1072,0,3440.32,4007.14,27.9432,3.35489,300,5,0,8,0,1,0,0,0),(114612,27333,571,1,1,24410,1,4611.08,-519.922,166.944,3.54302,300,0,0,9610,0,0,0,0,0),(114613,27333,571,1,1,24410,1,4639.62,-505.047,166.469,3.12414,300,0,0,9610,0,0,0,0,0),(114614,27333,571,1,1,24411,1,4576.23,-574.421,152.585,1.98968,300,0,0,9610,0,0,0,0,0),(114615,27333,571,1,1,24410,1,4619.23,-539.287,161.379,1.97222,300,0,0,9610,0,0,0,0,0),(114616,27333,571,1,1,24411,1,4618.16,-569.966,154.532,3.87463,300,0,0,9610,0,0,0,0,0),(114617,27333,571,1,1,24411,1,4215.6,-1137.41,152.113,5.46288,300,0,0,9610,0,0,0,0,0),(114618,27333,571,1,1,24410,1,4237.49,-1190.52,151.886,0.122173,300,0,0,9610,0,0,0,0,0),(114619,27333,571,1,1,24411,1,4135.23,-1276.3,191.742,5.84685,300,0,0,9610,0,0,0,0,0),(114620,27333,571,1,1,24410,1,4135.82,-1289.44,186.075,0.593412,300,0,0,9610,0,0,0,0,0),(114621,27333,571,1,1,24411,1,4161.64,-1285.2,189.093,2.89725,300,0,0,9610,0,0,0,0,0),(114622,27333,571,1,1,24410,1,4016.37,-1309.58,133.153,0.977384,300,0,0,9610,0,0,0,0,0),(114623,27333,571,1,1,24411,1,4025.92,-1087.03,136.808,3.21141,300,0,0,9610,0,0,0,0,0),(114624,27333,571,1,1,24410,1,4052.25,-1118.59,136.242,0.10472,300,0,0,9610,0,0,0,0,0),(114625,27333,571,1,1,24411,1,4071.21,-1089.31,140.08,1.79769,300,0,0,9610,0,0,0,0,0),(114626,27333,571,1,1,24410,1,4210.24,-1128.03,151.13,3.05433,300,0,0,9610,0,0,0,0,0),(114627,27333,571,1,1,24411,1,4045.66,-1076.42,136.373,1.5708,300,5,0,9610,0,1,0,0,0),(114628,27333,571,1,1,24411,1,4068.5,-1069.94,137.245,0.907571,300,0,0,9610,0,0,0,0,0),(114629,27333,571,1,1,24410,1,4209.19,-1115.08,152.847,4.74729,300,0,0,9610,0,0,0,0,0),(114630,27333,571,1,1,24410,1,4010.01,-1113.92,136.549,3.9968,300,0,0,9610,0,0,0,0,0),(114631,27333,571,1,1,24411,1,4029.91,-1074.95,137.038,3.56047,300,0,0,9610,0,0,0,0,0),(114632,31685,571,1,1,1072,0,3096.7,6465.06,85.8684,0.162427,300,5,0,8,0,1,0,0,0),(114633,31685,571,1,1,1072,0,2544.01,5465.19,32.9218,2.0792,300,0,0,8,0,0,0,0,0),(114634,31685,571,1,1,1072,0,4014.08,5516.01,36.2905,3.22076,300,0,0,8,0,0,0,0,0),(114635,31685,571,1,1,1072,0,3309.22,6128.18,76.3908,4.8663,300,5,0,8,0,1,0,0,0),(114636,31685,571,1,1,1072,0,3284.25,6055.78,79.2191,1.44147,300,5,0,8,0,1,0,0,0),(114637,24517,571,1,1,22501,0,1949.97,-3456.01,139.104,5.13934,300,5,0,9291,0,1,0,0,0),(114638,31685,571,1,1,1072,0,2701.62,5380.11,32.7998,2.75496,300,5,0,8,0,1,0,0,0),(114639,31685,571,1,1,1072,0,3311.77,5996.06,77.011,1.33529,300,5,0,8,0,1,0,0,0),(114640,31685,571,1,1,1072,0,3082.67,6154.1,125.269,1.79445,300,5,0,8,0,1,0,0,0),(114641,31685,571,1,1,1072,0,4573.48,6008.58,76.6846,3.84157,300,5,0,8,0,1,0,0,0),(114642,31685,571,1,1,1072,0,4092.59,5757.4,60.2356,2.70154,300,5,0,8,0,1,0,0,0),(114643,31685,571,1,1,1072,0,3862.5,5739.02,67.8463,5.44876,300,5,0,8,0,1,0,0,0),(114644,31685,571,1,1,1072,0,3309.31,5917.62,86.6573,2.7794,300,5,0,8,0,1,0,0,0),(114645,31685,571,1,1,1072,0,2079.51,5788.06,50.9254,0.237393,300,5,0,8,0,1,0,0,0),(114646,31685,571,1,1,1072,0,4209.29,5890.08,57.9173,5.39742,300,5,0,8,0,1,0,0,0),(114647,31685,571,1,1,1072,0,3395.44,5376.81,41.0024,1.93299,300,5,0,8,0,1,0,0,0),(114648,31685,571,1,1,1072,0,4104.62,5340.63,26.9691,5.50513,300,5,0,8,0,1,0,0,0),(114649,31685,571,1,1,1072,0,4062.28,5464.22,30.9199,0.544807,300,5,0,8,0,1,0,0,0),(114650,31685,571,1,1,1072,0,4005.62,5645.07,50.0897,2.09212,300,5,0,8,0,1,0,0,0),(114651,31685,571,1,1,1072,0,4017.5,5704.87,59.1447,1.83192,300,5,0,8,0,1,0,0,0),(114652,31685,571,1,1,1072,0,3381.83,5298.83,37.1176,3.67213,300,5,0,8,0,1,0,0,0),(114653,31685,571,1,1,1072,0,4506.53,5984.19,66.8797,2.962,300,5,0,8,0,1,0,0,0),(114654,31685,571,1,1,1072,0,3960.82,5764.65,72.0749,2.19845,300,5,0,8,0,1,0,0,0),(114655,31685,571,1,1,1072,0,3282.15,5946.58,82.0387,5.92545,300,5,0,8,0,1,0,0,0),(114656,31685,571,1,1,1072,0,2878.6,6577.82,58.1718,4.75049,300,5,0,8,0,1,0,0,0),(114657,31685,571,1,1,1072,0,3474.59,6181.6,69.8133,2.49948,300,5,0,8,0,1,0,0,0),(114658,31685,571,1,1,1072,0,2148.5,5967.51,59.5467,0.621217,300,5,0,8,0,1,0,0,0),(114659,31685,571,1,1,1072,0,2070.02,6171.85,44.6524,5.2359,300,5,0,8,0,1,0,0,0),(114660,31685,571,1,1,1072,0,2030.75,6052.35,42.925,4.946,300,5,0,8,0,1,0,0,0),(114661,31685,571,1,1,1072,0,2503.42,5449.46,30.7032,2.26491,300,5,0,8,0,1,0,0,0),(114662,31685,571,1,1,1072,0,3518.57,3988.9,28.5182,4.75225,300,5,0,8,0,1,0,0,0),(114664,31685,571,1,1,1072,0,3431.31,3995.14,27.9361,2.17776,300,5,0,8,0,1,0,0,0),(114665,26566,571,1,1,23906,0,3863.63,1523.11,90.2259,1.39626,300,0,0,4278,0,0,0,0,0),(114667,27846,571,1,1,24872,1,3241.2,-737.707,168.232,5.96903,300,0,0,9291,0,0,0,0,0),(114668,28870,571,1,1,25528,1,5209.96,-1331.44,242.759,1.32645,300,0,0,8508,7981,0,0,0,0),(114669,23688,571,1,1,28345,0,1052.14,-3646.34,169.614,0.862064,300,10,0,7984,0,1,0,0,0),(114670,28358,571,1,1,25330,0,5767.67,4452.68,-136.278,3.30603,300,0,0,11379,0,0,0,0,0),(114671,23688,571,1,1,28345,0,1192.58,-3911.47,143.837,3.58564,300,10,0,7984,0,1,0,0,0),(114672,24262,571,1,1,20089,0,2417.05,-3443.87,149.946,0.115605,300,5,0,8982,0,1,0,0,0),(114673,24262,571,1,1,20089,0,2595.29,-3211.07,143.192,5.9431,300,5,0,8982,0,1,0,0,0),(114674,23688,571,1,1,28345,0,953.214,-3677.63,180.864,1.60757,300,10,0,7984,0,1,0,0,0),(114675,23688,571,1,1,28345,0,1145.68,-3741.94,147.175,4.64011,300,10,0,7984,0,1,0,0,0),(114676,23688,571,1,1,28345,0,1219.48,-3759.16,139.966,0.677803,300,10,0,7984,0,1,0,0,0),(114677,23688,571,1,1,28345,0,983.915,-3652.86,179.684,3.40031,300,10,0,7984,0,1,0,0,0),(114678,23688,571,1,1,28345,0,1246.35,-3659.5,153.781,4.80771,300,10,0,7984,0,1,0,0,0),(114679,23688,571,1,1,28345,0,1219.81,-3693.47,148.64,0.824386,300,10,0,7984,0,1,0,0,0),(114680,23688,571,1,1,28345,0,951.512,-3752.69,179.809,4.06967,300,10,0,7984,0,1,0,0,0),(114681,27334,571,1,1,24556,1,4151.01,-1277.13,200.798,4.03171,300,0,0,82256,0,0,0,0,0),(114682,24262,571,1,1,20089,0,2452,-3401.72,151.928,1.14366,300,5,0,8982,0,1,0,0,0),(114683,23688,571,1,1,28345,0,1076.76,-3751.19,156.228,2.52307,300,10,0,7984,0,1,0,0,0),(114684,23688,571,1,1,28345,0,1112.11,-3713.2,156.611,2.32787,300,10,0,7984,0,1,0,0,0),(114685,24262,571,1,1,20089,0,2561.77,-3191.42,141.196,5.61288,300,5,0,8982,0,1,0,0,0),(114686,23688,571,1,1,28345,0,1084.65,-3682.27,160.357,3.23603,300,10,0,7984,0,1,0,0,0),(114687,23688,571,1,1,28345,0,1043.69,-3713.09,166.655,1.43263,300,10,0,7984,0,1,0,0,0),(114688,24262,571,1,1,20089,0,2374.62,-3493.79,152.178,0.023325,300,5,0,8982,0,1,0,0,0),(114689,24262,571,1,1,20089,0,2511.82,-3279.91,146.417,0.236456,300,5,0,8982,0,1,0,0,0),(114690,24262,571,1,1,20089,0,2559.9,-3248.58,147.061,6.24411,300,5,0,8982,0,1,0,0,0),(114691,24262,571,1,1,20089,0,2511.09,-3345.73,147.653,1.99642,300,5,0,8982,0,1,0,0,0),(114692,24262,571,1,1,20089,0,2535.94,-3310.45,147.465,3.45836,300,5,0,8982,0,1,0,0,0),(114693,23688,571,1,1,28345,0,1250.91,-3588.75,158.253,2.08946,300,10,0,7984,0,1,0,0,0),(114694,24262,571,1,1,20089,0,2610.47,-3188.23,142.293,2.95506,300,5,0,8982,0,1,0,0,0),(114695,23688,571,1,1,28345,0,1120.97,-3649.32,159.134,0.905814,300,10,0,7984,0,1,0,0,0),(114696,23688,571,1,1,28345,0,979.87,-3719.63,175.14,3.11653,300,10,0,7984,0,1,0,0,0),(114697,23688,571,1,1,28345,0,1224.98,-3811.82,139.716,4.9138,300,10,0,7984,0,1,0,0,0),(114698,23688,571,1,1,28345,0,1182.5,-3786.1,143.288,3.99338,300,10,0,7984,0,1,0,0,0),(114699,24262,571,1,1,20089,0,2611.37,-3248.87,154.104,4.62372,300,5,0,8982,0,1,0,0,0),(114700,23688,571,1,1,28345,0,1141.02,-3681.17,155.086,2.60017,300,10,0,7984,0,1,0,0,0),(114701,23688,571,1,1,28345,0,1113.19,-3774.55,152.863,2.09871,300,10,0,7984,0,1,0,0,0),(114702,23688,571,1,1,28345,0,1178.48,-3704.37,148.894,3.31053,300,10,0,7984,0,1,0,0,0),(114703,23688,571,1,1,28345,0,1011.72,-3752.15,169.194,4.49393,300,10,0,7984,0,1,0,0,0),(114704,24262,571,1,1,20089,0,2643.85,-3233.26,155.898,3.81908,300,5,0,8982,0,1,0,0,0),(114705,24262,571,1,1,20089,0,2528.37,-3218.44,148.075,2.70414,300,5,0,8982,0,1,0,0,0),(114706,23688,571,1,1,28345,0,1119.93,-3932.4,150.116,6.00319,300,10,0,7984,0,1,0,0,0),(114707,23688,571,1,1,28345,0,1044.68,-3792.83,166.239,4.47722,300,10,0,7984,0,1,0,0,0),(114708,23688,571,1,1,28345,0,1148.17,-3823.5,150.161,0.8082,300,10,0,7984,0,1,0,0,0),(114709,23688,571,1,1,28345,0,1183.96,-3861.45,146.178,5.99948,300,10,0,7984,0,1,0,0,0),(114710,23688,571,1,1,28345,0,1020.43,-3679.68,173.314,0.401174,300,10,0,7984,0,1,0,0,0),(114711,24262,571,1,1,20089,0,2488.28,-3255.39,146.584,2.80175,300,5,0,8982,0,1,0,0,0),(114712,24262,571,1,1,20089,0,2456.36,-3223.74,149.162,4.07107,300,5,0,8982,0,1,0,0,0),(114713,24518,571,1,1,22503,0,1655.63,-3908.88,188.081,4.11209,300,0,0,9291,0,2,0,0,0),(114714,29382,571,1,1,26146,0,8343.51,-84.1464,822.54,4.37485,300,0,0,12175,0,0,0,0,0),(114715,29382,571,1,1,26146,0,8440.19,-24.7479,794.602,4.20817,300,5,0,12175,0,1,0,0,0),(114716,29382,571,1,1,26146,0,8348.22,-56.1245,818.211,1.25089,300,5,0,12175,0,1,0,0,0),(114717,29382,571,1,1,26146,0,8503.66,-222.768,816.961,2.71985,300,0,0,12175,0,0,0,0,0),(114718,29382,571,1,1,26146,0,8380.53,-47.3646,807.234,1.46895,300,5,0,12175,0,1,0,0,0),(114719,29382,571,1,1,26146,0,8359.7,-116.563,821.865,-1.45581,300,0,0,12175,0,0,0,0,0),(114720,29382,571,1,1,26146,0,8480.22,-43.1069,788.36,2.6246,300,0,0,12175,0,0,0,0,0),(114721,29382,571,1,1,26146,0,8322.85,-180.216,844.21,0.921828,300,5,0,12175,0,1,0,0,0),(114722,29382,571,1,1,26146,0,8416.9,-118.784,804.352,5.91287,300,0,0,12175,0,0,0,0,0),(114723,29382,571,1,1,26146,0,8360.81,-117.319,821.959,1.53466,300,0,0,12175,0,0,0,0,0),(114724,29382,571,1,1,26146,0,8484.13,-226.63,820.624,1.56696,300,0,0,12175,0,0,0,0,0),(114725,29382,571,1,1,26146,0,8509.25,-259.863,833.51,5.30026,300,5,0,12175,0,1,0,0,0),(114726,29382,571,1,1,26146,0,8463.04,-209.488,818.588,2.86805,300,0,0,12175,0,0,0,0,0),(114727,29382,571,1,1,26146,0,8453.42,-76.6494,796.734,3.94444,300,0,0,12175,0,0,0,0,0),(114728,26823,571,1,1,25380,1,1604.12,-4838.49,127.053,0.61126,300,5,0,8982,0,1,0,0,0),(114729,26567,571,1,1,23907,0,3814.99,1585.36,86.7818,5.98648,300,0,0,8982,0,0,0,0,0),(114731,28871,571,1,1,25526,0,5198.62,-1314.16,243.223,0.872665,300,0,0,8508,7981,0,0,0,0),(114732,26823,571,1,1,25380,1,1532.32,-4967.79,143.628,1.59348,300,5,0,8982,0,1,0,0,0),(114733,28615,571,1,1,25527,0,5218.97,-1299.12,242.35,4.76475,300,0,0,31905,0,0,0,0,0),(114734,26823,571,1,1,25380,1,1526.34,-5031.8,120.234,5.95157,300,5,0,8982,0,1,0,0,0),(114735,26823,571,1,1,25380,1,1696.88,-4947.93,121.329,1.04664,300,5,0,8982,0,1,0,0,0),(114736,26823,571,1,1,25380,1,1621.64,-4785.33,120.953,1.46607,300,5,0,8982,0,1,0,0,0),(114737,26823,571,1,1,25380,1,1537.69,-4986.71,144.7,0.115238,300,5,0,8982,0,1,0,0,0),(114738,26823,571,1,1,25380,1,1500.25,-5013.6,120.109,1.93534,300,0,0,8982,0,0,0,0,0),(114739,26823,571,1,1,25380,1,1699.53,-4821.67,127.883,5.90663,300,5,0,8982,0,1,0,0,0),(114740,29639,571,1,1,26355,0,7404.38,-2733.83,773.949,2.67035,300,0,0,12600,0,0,0,0,0),(114741,28103,571,1,1,25218,1,6208.47,3873.8,132.398,2.51327,300,0,0,252000,3994,0,0,0,0),(114742,26823,571,1,1,25380,1,1495.17,-5046.21,119.077,5.49763,300,0,0,8982,0,0,0,0,0),(114743,26823,571,1,1,25380,1,1520.56,-5053.74,119.179,0.114562,300,0,0,8982,0,0,0,0,0),(114744,26823,571,1,1,25380,1,1638.46,-4755.03,117.166,3.00197,300,0,0,8982,0,0,0,0,0),(114745,26823,571,1,1,25380,1,1671.43,-4760.26,118.417,6.1221,300,0,0,8982,0,0,0,0,0),(114746,26823,571,1,1,25380,1,1655.52,-4884.36,127.515,3.13741,300,5,0,8982,0,1,0,0,0),(114747,26823,571,1,1,25380,1,1710.09,-4775.98,118.164,5.61162,300,5,0,8982,0,1,0,0,0),(114748,26823,571,1,1,25380,1,1649.14,-4848.13,127.46,1.51699,300,0,0,8982,0,2,0,0,0),(114749,26823,571,1,1,25380,1,1603.77,-4898.74,137.454,4.18159,300,5,0,8982,0,1,0,0,0),(114750,26823,571,1,1,25380,1,1569.13,-4969.94,143.326,3.32183,300,5,0,8982,0,1,0,0,0),(114751,26823,571,1,1,25380,1,1613.95,-4927.06,139.546,3.66881,300,5,0,8982,0,1,0,0,0),(114752,26823,571,1,1,25380,1,1564.16,-4955.01,143.216,2.44346,300,0,0,8982,0,0,0,0,0),(114753,26823,571,1,1,25380,1,1601.4,-4968.98,144.138,0.066634,300,0,0,8982,0,2,0,0,0),(114754,28359,571,1,1,2402,0,793.697,-4080.47,205.634,2.54818,300,0,0,6986,0,0,0,0,0),(114755,26823,571,1,1,25380,1,1597.44,-5032.37,118.014,3.29173,300,0,0,8982,0,0,0,0,0),(114756,26823,571,1,1,25380,1,1568.82,-4936.3,143.681,4.76475,300,0,0,8982,0,0,0,0,0),(114757,26823,571,1,1,25380,1,1792.99,-4875.22,125.996,5.84685,300,0,0,8982,0,0,0,0,0),(114758,26823,571,1,1,25380,1,1853.18,-4881.1,151.794,6.16101,300,0,0,8982,0,0,0,0,0),(114759,26823,571,1,1,25380,1,1511.55,-4924.13,124.316,5.044,300,0,0,8982,0,2,0,0,0),(114760,26823,571,1,1,25380,1,1497.79,-4939.2,120.63,6.10462,300,0,0,8982,0,0,0,0,0),(114761,26823,571,1,1,25380,1,1499.11,-4958.63,121.144,0.534873,300,0,0,8982,0,2,0,0,0),(114762,26823,571,1,1,25380,1,1471.57,-4961.45,115.933,4.38078,300,0,0,8982,0,0,0,0,0),(114763,26823,571,1,1,25380,1,1568.88,-4852.61,126.5,2.43624,300,5,0,8982,0,1,0,0,0),(114764,32711,571,1,1,28185,1,5809.09,576.262,653.035,5.0091,300,0,0,10635,3561,2,0,0,0),(114765,30151,571,1,1,26241,0,8176.14,134.16,899.038,2.25148,300,5,0,12600,3994,1,0,0,0),(114766,30151,571,1,1,26241,0,7935.43,-19.3993,960.934,6.14356,300,5,0,12600,3994,1,0,0,0),(114767,30151,571,1,1,26241,0,7900.69,95.7785,1030.94,5.91667,300,5,0,12600,3994,1,0,0,0),(114768,29639,571,1,1,26355,0,7415,-2879.32,822.751,3.9619,300,0,0,12600,0,0,0,0,0),(114769,29639,571,1,1,26355,0,7418.76,-2763.43,793.493,1.91986,300,0,0,12600,0,0,0,0,0),(114770,29639,571,1,1,26355,0,7239.18,-2770.14,776.741,5.06145,300,0,0,12600,0,0,0,0,0),(114771,29639,571,1,1,26355,0,7370.95,-2748.09,770.042,2.14675,300,0,0,12600,0,0,0,0,0),(114772,29639,571,1,1,26355,0,7414.63,-2693.48,776.725,3.61283,300,0,0,12600,0,0,0,0,0),(114773,29639,571,1,1,26355,0,7316.19,-2750.52,774.841,4.45059,300,0,0,12600,0,0,0,0,0),(114774,29639,571,1,1,26355,0,7256.64,-2853.92,820.285,1.36136,300,0,0,12600,0,0,0,0,0),(114775,29639,571,1,1,26355,0,7397.82,-2820.1,796.923,2.09439,300,0,0,12600,0,0,0,0,0),(114776,29639,571,1,1,26355,0,7322.21,-2872.76,822.214,0.628319,300,0,0,12600,0,0,0,0,0),(114777,30152,571,1,1,26093,1,8388.08,-382.951,903.202,5.89921,300,0,0,36525,3893,0,0,0,0),(114778,26568,571,1,1,23908,0,3823.75,1596.66,86.7552,4.81711,300,0,0,9291,0,0,0,0,0),(114780,28872,571,1,1,25627,0,5206.74,-1306.5,242.825,5.34071,300,0,0,10635,0,0,0,0,0),(114781,29640,571,1,1,26398,0,5861.59,751.648,640.596,5.06039,300,0,0,10635,0,2,0,0,0),(114782,24009,571,1,1,21779,1,1870.16,-5919,6.83835,1.27409,60,0,0,4979,0,0,0,0,0),(114783,24010,571,1,1,21748,1,1818.45,-5906.87,6.47032,0.261799,60,0,0,9958,0,0,0,0,0),(114784,24010,571,1,1,21748,1,1842.9,-5919.48,6.69296,0.296706,60,0,0,9958,0,0,0,0,0),(114785,24009,571,1,1,21782,1,1905.34,-5931.71,5.53854,1.74533,60,0,0,4979,0,0,0,0,0),(114786,24009,571,1,1,21783,1,1885.37,-5951.13,8.80051,5.53269,60,0,0,4979,0,0,0,0,0),(114787,24009,571,1,1,21783,1,1737.28,-5994.71,7.26508,2.82743,60,0,0,4979,0,0,0,0,0),(114788,24009,571,1,1,21779,1,1749.4,-5936.78,6.76907,6.23082,60,0,0,4979,0,0,0,0,0),(114789,24010,571,1,1,21749,1,1722.78,-5906.4,7.22198,1.29154,60,0,0,9958,0,0,0,0,0),(114790,24009,571,1,1,21779,1,1757.03,-5972.5,6.07403,5.86431,60,0,0,4979,0,0,0,0,0),(114791,24009,571,1,1,21782,1,1784.74,-5917.28,7.10949,0.226893,60,0,0,4979,0,0,0,0,0),(114792,24010,571,1,1,21748,1,1832.99,-5890.45,7.04957,3.28122,60,0,0,9958,0,0,0,0,0),(114793,24009,571,1,1,21783,1,1770.24,-5896.44,6.80419,3.49066,60,0,0,4979,0,0,0,0,0),(114794,24010,571,1,1,21749,1,1765.67,-5876.8,7.63768,0.628319,60,0,0,9958,0,0,0,0,0),(114795,24009,571,1,1,21783,1,1769.02,-6004.41,6.60238,1.93731,60,0,0,4979,0,0,0,0,0),(114796,24010,571,1,1,21750,1,1809.73,-5856.58,5.16264,0.122173,60,0,0,9958,0,0,0,0,0),(114797,24009,571,1,1,21779,1,1748.8,-5917.13,6.65714,4.67748,60,0,0,4979,0,0,0,0,0),(114798,24009,571,1,1,21779,1,1697.67,-5940.52,6.95796,3.87463,60,0,0,4979,0,0,0,0,0),(114799,24010,571,1,1,21749,1,1802.12,-5970.23,7.65048,0.017453,60,0,0,9958,0,0,0,0,0),(114800,24010,571,1,1,21749,1,1701.77,-5925.27,6.34278,3.54302,60,0,0,9958,0,0,0,0,0),(114803,25800,571,1,1,23385,1,2355.49,4980.15,-33.2764,2.18344,300,5,0,9610,0,1,0,0,0),(114804,29384,571,1,1,24119,1,7779.95,-7.85428,863.288,0.436332,300,0,0,11379,3725,0,0,0,0),(114805,29384,571,1,1,24119,1,7768.5,-16.3215,864.401,4.97419,300,0,0,11379,3725,0,0,0,0),(114806,29384,571,1,1,24109,1,7765.59,3.3725,865.402,0.907571,300,0,0,11379,3725,0,0,0,0),(114807,29384,571,1,1,24119,1,7757.49,-4.93696,865.046,3.9619,300,0,0,11379,3725,0,0,0,0),(114808,29384,571,1,1,24109,1,7739.95,3.09256,865.924,0.698132,300,0,0,11379,3725,0,0,0,0),(114809,29384,571,1,1,24109,1,7717.46,-10.003,866.548,3.00197,300,0,0,11379,3725,0,0,0,0),(114810,29384,571,1,1,24119,1,7718.13,1.12424,867.422,2.18166,300,0,0,11379,3725,0,0,0,0),(114811,29384,571,1,1,24109,1,7726.93,-9.0893,865.713,1.53589,300,0,0,11379,3725,0,0,0,0),(114812,29384,571,1,1,24119,1,7725.98,-16.9702,867.889,0.174533,300,0,0,11379,3725,0,0,0,0),(114813,29384,571,1,1,24119,1,7745.44,-55.2878,870.791,2.61799,300,0,0,11379,3725,0,0,0,0),(114814,29384,571,1,1,24109,1,7758,-58.6022,874.882,0.959931,300,0,0,11379,3725,0,0,0,0),(114815,29384,571,1,1,24119,1,7736.01,-36.4654,869.137,3.33358,300,0,0,11379,3725,0,0,0,0),(114816,29384,571,1,1,24119,1,7747.33,-47.0222,869.699,0.994838,300,0,0,11379,3725,0,0,0,0),(114817,29384,571,1,1,24119,1,7802.94,-38.8197,879.365,4.10152,300,0,0,11379,3725,0,0,0,0),(114818,29384,571,1,1,24109,1,7813.86,-53.6242,883.704,5.07891,300,0,0,11379,3725,0,0,0,0),(114819,29384,571,1,1,24119,1,7823.12,-55.0061,882.261,4.83456,300,0,0,11379,3725,0,0,0,0),(114820,29384,571,1,1,24109,1,7803.02,-53.6252,883.989,4.90438,300,0,0,11379,3725,0,0,0,0),(114821,29384,571,1,1,24119,1,7815.56,-36.9655,879.795,1.62316,300,0,0,11379,3725,0,0,0,0),(114822,29384,571,1,1,24109,1,7831.03,-46.3043,882.246,5.86431,300,0,0,11379,3725,0,0,0,0),(114823,26825,571,1,1,25387,1,1613.04,-4828.8,126.511,0.087266,300,0,0,7984,3080,0,0,0,0),(114824,26825,571,1,1,25387,1,1542.46,-5044.24,119.112,1.52583,300,5,0,7984,3080,1,0,0,0),(114825,27337,571,1,1,24565,1,3217.97,-676.215,174.922,4.29351,300,0,0,56895,0,0,0,0,0),(114827,26569,571,1,1,23909,0,3835.82,1597,86.7992,4.57276,300,0,0,9940,3387,0,0,0,0),(114828,31689,571,1,1,27657,0,5858.31,576.406,653.961,4.10152,300,0,0,10635,0,0,0,0,0),(114829,28617,571,1,1,19595,0,6175.33,-2017.83,404.306,5.72468,300,5,0,4979,0,1,0,0,0),(114830,28617,571,1,1,19595,0,6175.81,-2017,412.042,0.506145,300,5,0,4979,0,1,0,0,0),(114831,28617,571,1,1,19595,0,6175.23,-2017.48,455.081,4.81711,300,5,0,4979,0,1,0,0,0),(114832,28617,571,1,1,19595,0,6175.13,-2017.31,245.356,3.36848,300,5,0,4979,0,1,0,0,0),(114833,26825,571,1,1,25387,1,1539.95,-5029.12,120.087,1.72011,300,5,0,7984,3080,1,0,0,0),(114834,26825,571,1,1,25387,1,1633.68,-4823.57,126.511,4.04916,300,0,0,7984,3080,0,0,0,0),(114835,26825,571,1,1,25387,1,1639.2,-4796.88,125.929,1.9104,300,5,0,7984,3080,1,0,0,0),(114836,26825,571,1,1,25387,1,1685.33,-4801.67,125.47,5.17801,300,5,0,7984,3080,1,0,0,0),(114837,29641,571,1,1,27782,0,5862.61,712.392,645.79,4.76475,300,0,0,10635,0,0,0,0,0),(114838,26825,571,1,1,25387,1,1684.82,-4778.39,121.981,0.064655,300,5,0,7984,3080,1,0,0,0),(114839,26825,571,1,1,25387,1,1672.33,-4796.17,126.298,3.49658,300,5,0,7984,3080,1,0,0,0),(114840,26825,571,1,1,25387,1,1688.57,-4831.23,126.32,2.97504,300,5,0,7984,3080,1,0,0,0),(114841,29129,571,1,1,24454,0,4839.16,-3059.7,292.399,5.55499,300,5,0,10635,3561,1,0,0,0),(114842,26825,571,1,1,25387,1,1625.1,-4972.8,144.123,3.84256,300,5,0,7984,3080,1,0,0,0),(114843,26825,571,1,1,25387,1,1655.26,-4908.99,128.034,0.736018,300,5,0,7984,3080,1,0,0,0),(114844,26825,571,1,1,25387,1,1670.93,-4895.27,127.084,0.77907,300,5,0,7984,3080,1,0,0,0),(114845,29129,571,1,1,24454,0,4807.54,-3097.89,291.047,1.72271,300,5,0,10635,3561,1,0,0,0),(114846,29129,571,1,1,24448,0,4889.48,-2908.81,289.846,5.59621,300,5,0,10635,3561,1,0,0,0),(114847,26825,571,1,1,25387,1,1692.99,-4843.49,125.759,0.268043,300,5,0,7984,3080,1,0,0,0),(114848,26825,571,1,1,25387,1,1560.73,-4970.86,143.228,1.13446,300,0,0,7984,3080,0,0,0,0),(114849,26825,571,1,1,25387,1,1608.51,-4945.39,145.107,0.232937,300,5,0,7984,3080,1,0,0,0),(114851,29129,571,1,1,24448,0,4925.29,-2847.63,289.471,5.97497,300,5,0,10635,3561,1,0,0,0),(114852,29129,571,1,1,24448,0,4887.04,-2951.77,291.542,2.41601,300,5,0,10635,3561,1,0,0,0),(114853,26825,571,1,1,25387,1,1886.73,-4889.36,168.348,0.314159,300,0,0,7984,3080,0,0,0,0),(114854,29129,571,1,1,24448,0,4933.61,-3001.19,291.05,3.17524,300,5,0,10635,3561,1,0,0,0),(114855,29129,571,1,1,24448,0,5579.72,-2411.97,287.601,1.81551,300,5,0,10635,3561,1,0,0,0),(114856,29129,571,1,1,24448,0,5656.17,-2339.04,287.568,2.89662,300,5,0,10635,3561,1,0,0,0),(114857,29129,571,1,1,24448,0,5665.38,-2557.05,287.614,2.35621,300,5,0,10635,3561,1,0,0,0),(114858,29129,571,1,1,24454,0,5641.22,-2486.3,287.547,5.10855,300,0,0,10635,3561,0,0,0,0),(114859,29129,571,1,1,24448,0,5665.11,-2470.07,287.543,0.508748,300,0,0,10635,3561,0,0,0,0),(114860,29129,571,1,1,24454,0,5624.09,-2565.4,287.653,2.64811,300,5,0,10635,3561,1,0,0,0),(114861,29129,571,1,1,24448,0,5652.43,-2390.27,287.636,3.63097,300,0,0,10635,3561,0,0,0,0),(114862,29129,571,1,1,24448,0,5660.07,-2478.51,287.542,3.01222,300,5,0,10635,3561,1,0,0,0),(114863,29129,571,1,1,24448,0,5629.61,-2427.6,287.617,4.44003,300,5,0,10635,3561,1,0,0,0),(114864,29129,571,1,1,24454,0,5637.37,-2551.54,287.603,2.53679,300,5,0,10635,3561,1,0,0,0),(114865,29129,571,1,1,24448,0,5680.31,-2569.3,287.61,4.5204,300,0,0,10635,3561,0,0,0,0),(114866,29129,571,1,1,24454,0,5688.06,-2389.79,287.633,2.00713,300,0,0,10635,3561,0,0,0,0),(76302,25334,571,1,1,0,0,2766.58,6751.2,7.29528,4.2586,120,0,0,44910,15775,0,0,0,0),(114868,26826,571,1,1,25640,1,1614.28,-4816.94,126.544,0.723146,300,5,0,8982,0,1,0,0,0),(114869,29130,571,1,1,25933,0,5265.14,4480.17,-82.4836,3.54302,300,0,0,117700,0,0,0,0,0),(114870,28874,571,1,1,19595,0,6194.66,-2081.99,395.488,1.0821,300,5,0,4979,0,1,0,0,0),(114871,28874,571,1,1,19595,0,6174.32,-2056.13,407.597,2.33874,300,5,0,4979,0,1,0,0,0),(114872,28874,571,1,1,19595,0,6325.6,-2271.29,339.259,1.32645,300,5,0,4979,0,1,0,0,0),(114873,28874,571,1,1,19595,0,6248.47,-2155,317.759,4.08407,300,5,0,4979,0,1,0,0,0),(114874,28874,571,1,1,19595,0,6215.07,-2108.13,378.307,3.07178,300,5,0,4979,0,1,0,0,0),(114875,28874,571,1,1,19595,0,6231.26,-2128.88,348.097,0,300,5,0,4979,0,1,0,0,0),(114876,29642,571,1,1,26400,0,6117.76,-947.621,392.965,3.7537,300,5,0,11379,0,1,0,0,0),(114877,28618,571,1,1,25581,0,5192.26,-2207.04,239.482,2.82743,300,0,0,31905,0,0,0,0,0),(114878,26570,571,1,1,26858,0,4512.29,-1950.73,161.236,4.21661,300,20,0,13419,0,1,0,0,0),(114879,26570,571,1,1,26858,0,4517.46,-2162.84,163.966,2.14145,300,20,0,13419,0,1,0,0,0),(114880,26570,571,1,1,26858,0,4532.81,-2141.15,160.966,2.9999,300,20,0,13419,0,1,0,0,0),(114881,26570,571,1,1,26858,0,4555.88,-1938.19,160.948,4.54224,300,20,0,13419,0,1,0,0,0),(114882,26570,571,1,1,26856,0,4548.59,-1940.11,160.948,5.10828,300,20,0,13419,0,1,0,0,0),(114883,26570,571,1,1,26856,0,4557.99,-1926.04,160.948,2.63514,300,20,0,13419,0,1,0,0,0),(114884,26570,571,1,1,26857,0,4547.87,-1948.43,160.948,5.43644,300,20,0,13419,0,1,0,0,0),(114885,26570,571,1,1,26856,0,4527.08,-1954.09,160.948,4.78195,300,20,0,13419,0,1,0,0,0),(114886,26570,571,1,1,26856,0,4560.63,-1957.67,160.948,4.59753,300,20,0,13419,0,1,0,0,0),(114887,26570,571,1,1,26858,0,4567.11,-1941.81,160.923,1.28603,300,20,0,13419,0,1,0,0,0),(114888,26570,571,1,1,26857,0,4528.82,-1987.14,160.946,0.751798,300,20,0,13419,0,1,0,0,0),(114889,26570,571,1,1,26859,0,4507.03,-1981.44,160.946,5.09127,300,20,0,13419,0,1,0,0,0),(114890,26570,571,1,1,26856,0,4542.32,-1943.3,160.948,5.50132,300,20,0,13419,0,1,0,0,0),(114891,26570,571,1,1,26858,0,4508.64,-2108.63,160.948,3.78772,300,20,0,13419,0,1,0,0,0),(114892,26570,571,1,1,26859,0,4555.22,-2147.24,160.966,3.08238,300,20,0,13419,0,1,0,0,0),(114893,26570,571,1,1,26856,0,4558.91,-2148.3,160.966,5.7292,300,20,0,13419,0,1,0,0,0),(114894,26570,571,1,1,26856,0,4555.79,-2139.22,160.966,6.17411,300,20,0,13419,0,1,0,0,0),(114895,26570,571,1,1,26857,0,4541.97,-2099.47,160.948,0.963794,300,20,0,13419,0,1,0,0,0),(114896,26570,571,1,1,26856,0,4544.51,-1964.14,160.948,4.793,300,20,0,13419,0,1,0,0,0),(114897,26570,571,1,1,26859,0,4544.08,-2107.83,160.948,3.78087,300,20,0,13419,0,1,0,0,0),(114898,26570,571,1,1,26858,0,4555.09,-2129.27,160.948,0.447229,300,20,0,13419,0,1,0,0,0),(114899,26570,571,1,1,26859,0,4542.82,-2111.94,160.948,3.61566,300,20,0,13419,0,1,0,0,0),(114900,26570,571,1,1,26859,0,4540.2,-2128.89,160.948,1.28,300,20,0,13419,0,1,0,0,0),(114902,26570,571,1,1,26859,0,4529.69,-2121.94,160.948,4.64497,300,20,0,13419,0,1,0,0,0),(114903,26570,571,1,1,26857,0,4504.11,-2119.53,160.948,2.46938,300,20,0,13419,0,1,0,0,0),(114904,26570,571,1,1,26857,0,4507.28,-2138.35,164.212,5.49558,300,20,0,13419,0,1,0,0,0),(114905,26570,571,1,1,26857,0,4526.08,-1959.99,160.948,1.21506,300,20,0,13419,0,1,0,0,0),(114906,26570,571,1,1,26857,0,4515.23,-1969.64,160.946,2.42396,300,20,0,13419,0,1,0,0,0),(114907,26570,571,1,1,26859,0,4552.36,-1971.04,160.948,0.111366,300,20,0,13419,0,1,0,0,0),(114908,26570,571,1,1,26858,0,4535.56,-1985.27,160.948,3.79631,300,20,0,13419,0,1,0,0,0),(114909,26570,571,1,1,26858,0,4563.18,-1966.21,160.948,5.70911,300,20,0,13419,0,1,0,0,0),(114910,26570,571,1,1,26857,0,4555.98,-1972.58,160.948,4.51988,300,20,0,13419,0,1,0,0,0),(114911,26570,571,1,1,26856,0,4546.45,-1980.85,160.948,6.18196,300,20,0,13419,0,1,0,0,0),(114912,26570,571,1,1,26858,0,4564.61,-2127.16,160.948,4.01998,300,20,0,13419,0,1,0,0,0),(114913,26570,571,1,1,26858,0,4553.78,-2121.01,160.948,3.70515,300,20,0,13419,0,1,0,0,0),(114914,26570,571,1,1,26857,0,4542.68,-2125.99,160.948,3.52756,300,20,0,13419,0,1,0,0,0),(114915,26570,571,1,1,26857,0,4530.44,-2131.39,160.948,4.51281,300,20,0,13419,0,1,0,0,0),(114916,26570,571,1,1,26859,0,4503.58,-2140.74,165.091,3.82288,300,20,0,13419,0,1,0,0,0),(114917,26570,571,1,1,26857,0,4552.59,-2106.13,160.948,1.1931,300,20,0,13419,0,1,0,0,0),(114918,26570,571,1,1,26857,0,4539.46,-2101.48,160.948,0.442079,300,20,0,13419,0,1,0,0,0),(114919,26570,571,1,1,26857,0,4524.23,-2114.45,160.948,1.19801,300,20,0,13419,0,1,0,0,0),(114920,26570,571,1,1,26858,0,4505.68,-2115.77,161.019,4.39171,300,20,0,13419,0,1,0,0,0),(114921,26570,571,1,1,26856,0,4516.43,-2109.36,160.948,6.15768,300,20,0,13419,0,1,0,0,0),(114922,26570,571,1,1,26857,0,4569.05,-2152.15,160.907,6.23917,300,20,0,13419,0,1,0,0,0),(114923,26570,571,1,1,26858,0,4541.58,-2107.88,160.948,3.3769,300,20,0,13419,0,1,0,0,0),(114924,26570,571,1,1,26859,0,4551.2,-2148.08,160.966,3.39727,300,20,0,13419,0,1,0,0,0),(114926,26570,571,1,1,26859,0,4530.97,-2128.91,160.948,1.0324,300,20,0,13419,0,1,0,0,0),(114927,26570,571,1,1,26857,0,4568.45,-2122.8,160.907,6.02372,300,20,0,13419,0,1,0,0,0),(114928,26570,571,1,1,26856,0,4552.45,-2136.18,160.966,0.169124,300,20,0,13419,0,1,0,0,0),(114929,26570,571,1,1,26858,0,4556.66,-2132.46,160.948,5.88937,300,20,0,13419,0,1,0,0,0),(114930,26570,571,1,1,26858,0,4546.29,-2137.28,160.966,5.48694,300,20,0,13419,0,1,0,0,0),(114931,26570,571,1,1,26859,0,4552.65,-2130.03,160.948,4.81077,300,20,0,13419,0,1,0,0,0),(114932,25802,571,1,1,23387,1,3954.9,5478.45,35.7016,4.39823,300,0,0,28830,0,0,0,0,0),(114933,32714,571,1,1,28190,1,5888.38,736.455,639.274,3.3388,300,0,0,8508,7981,2,0,0,0),(114934,30154,571,1,1,25771,1,6889.73,-1590,821.163,5.53269,300,0,0,12175,0,0,0,0,0),(114935,25291,571,1,1,23055,1,3614.86,5978.05,136.3,3.90954,300,0,0,7688,7500,0,0,0,0),(114936,29131,571,1,1,25387,0,5258.89,4476.82,-84.2206,1.85005,300,0,0,110010,0,0,0,0,0),(114937,29643,571,1,1,26401,0,6036.64,-751.127,370.176,1.58825,300,5,0,11379,0,1,0,0,0),(114938,26827,571,1,1,25381,1,1673.93,-4985.86,118.192,1.6057,300,0,0,7984,0,0,0,0,0),(114939,26827,571,1,1,25381,1,1661.51,-4980.36,118.8,0.733038,300,0,0,7984,0,0,0,0,0),(114940,26827,571,1,1,25381,1,1545.74,-4888.86,129.753,0.820305,300,0,0,7984,0,0,0,0,0),(114941,26827,571,1,1,25381,1,1717.95,-4876.33,126.254,0.087266,300,0,0,7984,0,0,0,0,0),(114942,26827,571,1,1,25381,1,1718.11,-4883.71,125.953,3.12458,300,0,0,7984,0,2,0,0,0),(114943,26827,571,1,1,25381,1,1718.27,-4889.05,126.19,6.0912,300,0,0,7984,0,0,0,0,0),(114944,26827,571,1,1,25381,1,1905.93,-4879.94,172.084,3.24942,300,0,0,7984,0,2,0,0,0),(114945,26827,571,1,1,25381,1,1557.11,-5026.99,119.962,3.32715,300,5,0,7984,0,1,0,0,0),(114946,26827,571,1,1,25381,1,1887.53,-4878.46,168.522,0,300,0,0,7984,0,0,0,0,0),(114947,26827,571,1,1,25381,1,1538.22,-4881.39,129.323,0.523599,300,0,0,7984,0,0,0,0,0),(114948,26827,571,1,1,25381,1,1679.55,-4822.87,126.31,6.19543,300,5,0,7984,0,1,0,0,0),(114949,26827,571,1,1,25381,1,1695.43,-4778.49,120.313,4.13525,300,5,0,7984,0,1,0,0,0),(114950,26827,571,1,1,25381,1,1655.9,-4903.88,127.43,0.862159,300,5,0,7984,0,1,0,0,0),(114951,25803,571,1,1,23388,1,2730.85,5273.42,71.647,5.08637,300,0,0,9610,0,0,0,0,0),(114952,32715,571,1,1,28191,1,5869.24,652.247,645.765,2.39557,300,0,0,8508,7981,2,0,0,0),(114953,25292,571,1,1,25981,1,3510.62,5440.93,54.8075,4.81711,300,0,0,9610,0,0,0,0,0),(114954,28108,571,1,1,14706,0,5454.55,3946.73,-73.6866,5.43073,300,5,0,10635,0,1,0,0,0),(114955,28108,571,1,1,14706,0,5445.16,4139.3,-90.4675,5.31096,300,5,0,10635,0,1,0,0,0),(114956,29132,571,1,1,25386,0,5258.02,4480.66,-84.1623,4.93928,300,0,0,110010,0,0,0,0,0),(114957,28108,571,1,1,14706,0,5944.7,4213.77,-79.5553,1.87375,300,5,0,10635,0,1,0,0,0),(114958,29644,571,1,1,26402,0,6035.01,-750.435,369.926,1.50098,300,5,0,11379,0,1,0,0,0),(114959,28108,571,1,1,14706,0,5588.76,3586.92,-22.5334,0.868462,300,5,0,10635,0,1,0,0,0),(114960,27340,571,1,1,25376,1,2763.63,-1342.07,41.6018,0.155847,300,5,0,9291,0,1,0,0,0),(114961,28108,571,1,1,14706,0,5411.1,3986.55,-76.5012,1.82355,300,5,0,10635,0,1,0,0,0),(114962,28108,571,1,1,14706,0,5451.13,3890.68,-68.2895,1.65029,300,5,0,10635,0,1,0,0,0),(114963,28108,571,1,1,14706,0,6085.3,4158.54,-55.5236,2.73606,300,5,0,10635,0,1,0,0,0),(114964,28108,571,1,1,14706,0,6111.17,4042.79,-36.254,4.59094,300,5,0,10635,0,1,0,0,0),(114965,28108,571,1,1,14706,0,5710.01,4283.13,-104.3,3.30241,300,5,0,10635,0,1,0,0,0),(114966,28108,571,1,1,14706,0,6045.06,4180.64,-64.2807,1.85089,300,5,0,10635,0,1,0,0,0),(114967,28108,571,1,1,14706,0,5498.05,4267.95,-110.242,1.05734,300,5,0,10635,0,1,0,0,0),(114968,28108,571,1,1,14706,0,5355.52,4122.15,-87.5346,5.60999,300,5,0,10635,0,1,0,0,0),(114969,28108,571,1,1,14706,0,5411.72,4165.33,-91.4308,4.90132,300,5,0,10635,0,1,0,0,0),(114970,28108,571,1,1,14706,0,5518.99,4214.66,-97.7828,0.596105,300,5,0,10635,0,1,0,0,0),(114971,28108,571,1,1,14706,0,5554.35,4270.24,-105.609,5.2802,300,5,0,10635,0,1,0,0,0),(114972,28108,571,1,1,14706,0,5446.82,4315.32,-135.638,5.78325,300,5,0,10635,0,1,0,0,0),(114973,28108,571,1,1,14706,0,5561.25,3559.24,-17.2249,3.31044,300,5,0,10635,0,1,0,0,0),(114974,28108,571,1,1,14706,0,5459.03,3652.82,-28.5981,5.05482,300,5,0,10635,0,1,0,0,0),(114975,28108,571,1,1,14706,0,5474.03,3622.08,-21.6082,2.54455,300,5,0,10635,0,1,0,0,0),(114976,28108,571,1,1,14706,0,5481.75,3543.28,-9.89662,5.77761,300,5,0,10635,0,1,0,0,0),(114977,28108,571,1,1,14706,0,5822.91,3944.08,-64.4584,5.42559,300,5,0,10635,0,1,0,0,0),(114978,28108,571,1,1,14706,0,5945.36,3913.75,-39.6038,3.59617,300,5,0,10635,0,1,0,0,0),(114979,28108,571,1,1,14706,0,5880.04,3876.74,-41.3168,3.80939,300,5,0,10635,0,1,0,0,0),(114980,28108,571,1,1,14706,0,5845.85,3920.74,-59.6771,0.508664,300,5,0,10635,0,1,0,0,0),(114981,28108,571,1,1,14706,0,5410.71,4249.38,-100.654,1.18412,300,5,0,10635,0,1,0,0,0),(114982,28108,571,1,1,14706,0,6043.92,4123.5,-60.6529,0.752383,300,5,0,10635,0,1,0,0,0),(114983,28108,571,1,1,14706,0,6011.19,4146.3,-62.3066,3.83654,300,5,0,10635,0,1,0,0,0),(114984,28108,571,1,1,14706,0,5553.45,3761.6,-111.773,5.84685,300,0,0,10635,0,0,0,0,0),(114985,28108,571,1,1,14706,0,5753.16,3845.12,-63.2614,4.58624,300,5,0,10635,0,1,0,0,0),(114986,28108,571,1,1,14706,0,6112.15,4122.65,-47.8552,1.29534,300,5,0,10635,0,1,0,0,0),(114987,28108,571,1,1,14706,0,5912.65,3778.75,-10.689,1.89069,300,5,0,10635,0,1,0,0,0),(114988,28108,571,1,1,14706,0,5972.29,3844.37,-10.9081,3.57747,300,5,0,10635,0,1,0,0,0),(114989,28108,571,1,1,14706,0,5850.4,3726.02,-16.1477,3.61092,300,5,0,10635,0,1,0,0,0),(114990,28108,571,1,1,14706,0,5870.47,3760.99,-17.6519,2.09648,300,5,0,10635,0,1,0,0,0),(114991,28108,571,1,1,14706,0,5418.08,4061.56,-82.1445,3.47168,300,5,0,10635,0,1,0,0,0),(114992,28108,571,1,1,14706,0,5945.13,3808.39,-8.88156,5.39461,300,5,0,10635,0,1,0,0,0),(114993,28108,571,1,1,14706,0,5616.65,4284.54,-103.367,4.82808,300,5,0,10635,0,1,0,0,0),(114994,28108,571,1,1,14706,0,5875.36,3587.54,7.39174,5.77704,300,0,0,10635,0,0,0,0,0),(114995,28108,571,1,1,14706,0,5854.56,3630.97,6.97543,3.54302,300,0,0,10635,0,0,0,0,0),(114996,28108,571,1,1,14706,0,5818.65,4022.87,-82.0588,1.62402,300,5,0,10635,0,1,0,0,0),(114997,28108,571,1,1,14706,0,5814.69,3849.79,-52.2647,4.55531,300,0,0,10635,0,0,0,0,0),(114998,28108,571,1,1,14706,0,5918.13,4189.1,-79.9539,3.58653,300,5,0,10635,0,1,0,0,0),(114999,28108,571,1,1,14706,0,5618.21,4223.29,-95.2305,2.33874,300,5,0,10635,0,1,0,0,0),(115000,28108,571,1,1,14706,0,5824.41,4062.2,-87.35,-1.26737,300,0,0,10635,0,0,0,0,0),(115001,28108,571,1,1,14706,0,5925.13,4135.45,-84.8991,3.80367,300,5,0,10635,0,1,0,0,0),(115002,28108,571,1,1,14706,0,5688.79,3577.75,-13.7189,4.66215,300,5,0,10635,0,1,0,0,0),(115003,28108,571,1,1,14706,0,6031.82,4078.54,-58.5653,3.0916,300,0,0,10635,0,0,0,0,0),(115004,28108,571,1,1,14706,0,5903.18,4082.53,-87.3979,2.98451,300,0,0,10635,0,0,0,0,0),(115005,28108,571,1,1,14706,0,5914.03,4089.34,-87.3693,3.89081,300,5,0,10635,0,1,0,0,0),(115006,28108,571,1,1,14706,0,5881.87,4066.08,-87.4102,3.81971,300,5,0,10635,0,1,0,0,0),(115007,28108,571,1,1,14706,0,5976.8,4125.09,-76.391,2.24117,300,0,0,10635,0,0,0,0,0),(115008,28108,571,1,1,14706,0,5642.21,3551.12,-14.431,3.05677,300,5,0,10635,0,1,0,0,0),(115009,28108,571,1,1,14706,0,5891.18,4098.11,-85.8543,2.53073,300,0,0,10635,0,0,0,0,0),(115011,28108,571,1,1,14706,0,5916.14,4091.3,-86.3395,5.16779,300,5,0,10635,0,1,0,0,0),(115012,28108,571,1,1,14706,0,5848.62,3814.86,-39.1224,2.55474,300,5,0,10635,0,1,0,0,0),(115013,28108,571,1,1,14706,0,5779.32,3857.41,-64.8752,3.09622,300,5,0,10635,0,1,0,0,0),(115014,28108,571,1,1,14706,0,5554.43,3655.78,-25.7734,2.93641,300,5,0,10635,0,1,0,0,0),(115015,28108,571,1,1,14706,0,5866.44,3654.62,-3.29976,3.36848,300,0,0,10635,0,0,0,0,0),(115016,28108,571,1,1,14706,0,5802.63,4049.33,-82.7373,0.382529,300,0,0,10635,0,0,0,0,0),(115017,28108,571,1,1,14706,0,5835.04,3649.08,-5.93504,4.41568,300,0,0,10635,0,0,0,0,0),(115018,28108,571,1,1,14706,0,5837.31,3669.61,-4.51347,3.33358,300,0,0,10635,0,0,0,0,0),(115019,28108,571,1,1,14706,0,5813.96,4020.17,-81.3962,5.76352,300,5,0,10635,0,1,0,0,0),(115020,28108,571,1,1,14706,0,5816.02,4015.98,-81.009,0.726259,300,5,0,10635,0,1,0,0,0),(115021,28108,571,1,1,14706,0,5755.02,3945,-71.8916,3.04979,300,5,0,10635,0,1,0,0,0),(115022,28108,571,1,1,14706,0,5924.31,4185.39,-78.9505,2.15856,300,5,0,10635,0,1,0,0,0),(115023,28108,571,1,1,14706,0,5862.59,4075.24,-87.4654,5.96166,300,5,0,10635,0,1,0,0,0),(115024,28108,571,1,1,14706,0,5964.98,4084.03,-70.7281,2.8217,300,5,0,10635,0,1,0,0,0),(115025,28108,571,1,1,14706,0,5867.26,3676.47,-3.44032,1.13446,300,0,0,10635,0,0,0,0,0),(115026,28108,571,1,1,14706,0,5926.92,4136.84,-84.1576,3.79895,300,5,0,10635,0,1,0,0,0),(115027,28108,571,1,1,14706,0,5821.16,4064.79,-87.308,5.61954,300,5,0,10635,0,1,0,0,0),(115028,28108,571,1,1,14706,0,5889.11,4096.36,-87.3738,1.52637,300,5,0,10635,0,1,0,0,0),(115029,28108,571,1,1,14706,0,5913.2,4081.98,-87.3693,0.545505,300,5,0,10635,0,1,0,0,0),(115030,28108,571,1,1,14706,0,6004.78,4097.14,-66.1903,4.40668,300,5,0,10635,0,1,0,0,0),(115031,28108,571,1,1,14706,0,5835.12,4044.62,-86.9794,2.9651,300,0,0,10635,0,0,0,0,0),(115032,28108,571,1,1,14706,0,5806.98,4043.93,-83.2208,1.88766,300,0,0,10635,0,0,0,0,0),(115033,28108,571,1,1,14706,0,5942.31,4152.49,-81.7334,0.377946,300,5,0,10635,0,1,0,0,0),(115034,28108,571,1,1,14706,0,5944.25,4140.09,-82.3363,5.00289,300,5,0,10635,0,1,0,0,0),(115035,28108,571,1,1,14706,0,5875.97,4065.41,-87.4102,3.31812,300,5,0,10635,0,1,0,0,0),(115036,28108,571,1,1,14706,0,5901.4,4081.23,-87.3693,0.631418,300,5,0,10635,0,1,0,0,0),(115037,28108,571,1,1,14706,0,5762.04,3821.53,-54.1122,0.855483,300,5,0,10635,0,1,0,0,0),(115038,28108,571,1,1,14706,0,5766.56,3646.45,-16.4138,0.663225,300,0,0,10635,0,0,0,0,0),(115039,28108,571,1,1,14706,0,5768.29,3589.49,-9.7025,1.22173,300,0,0,10635,0,0,0,0,0),(115040,28108,571,1,1,14706,0,5757.63,3615.09,-15.895,4.59022,300,0,0,10635,0,0,0,0,0),(115041,28108,571,1,1,14706,0,5770.28,3554.25,-10.0772,5.5676,300,0,0,10635,0,0,0,0,0),(115042,28108,571,1,1,14706,0,5731.96,3602.25,-16.7771,0.174533,300,0,0,10635,0,0,0,0,0),(115043,28108,571,1,1,14706,0,5818.63,3576.36,-8.37338,1.0472,300,0,0,10635,0,0,0,0,0),(115044,28108,571,1,1,14706,0,5735.46,3639.28,-16.5955,3.83972,300,0,0,10635,0,0,0,0,0),(115045,28108,571,1,1,14706,0,5569.65,3812.94,-101.104,0.453786,300,0,0,10635,0,0,0,0,0),(115046,28108,571,1,1,14706,0,5981.89,4113.46,-70.891,4.0394,300,5,0,10635,0,1,0,0,0),(115047,28108,571,1,1,14706,0,5688.15,3724.17,-112.404,3.07178,300,0,0,10635,0,0,0,0,0),(115048,28108,571,1,1,14706,0,5557.21,3654.57,-25.5234,5.70694,300,5,0,10635,0,1,0,0,0),(115049,28108,571,1,1,14706,0,5602.05,3695.04,-116.439,1.44862,300,0,0,10635,0,0,0,0,0),(115050,28108,571,1,1,14706,0,5556.92,3716.13,-117.201,0.523599,300,0,0,10635,0,0,0,0,0),(115051,27340,571,1,1,25376,1,2977.9,-1369.49,59.2388,2.35399,300,5,0,9291,0,1,0,0,0),(115052,27340,571,1,1,25376,1,2770.01,-1406.73,44.029,3.98382,300,5,0,9291,0,1,0,0,0),(115053,27340,571,1,1,25376,1,3153.71,-1309.52,54.1147,4.74363,300,5,0,9291,0,1,0,0,0),(115054,26316,571,1,1,23349,0,4917.3,924.07,223.134,0.803352,300,0,0,9940,0,2,0,0,0),(115055,27340,571,1,1,25376,1,3026.49,-1339.05,51.6514,3.59917,300,5,0,9291,0,1,0,0,0),(115056,27340,571,1,1,25376,1,3097.7,-1325.51,53.0413,4.3996,300,5,0,9291,0,1,0,0,0),(115057,26828,571,1,1,24063,1,3180.79,2444.34,38.97,3.12066,300,0,0,102820,69320,0,0,0,0),(115058,27340,571,1,1,25376,1,2846.85,-1413.81,49.2253,2.53963,300,5,0,9291,0,1,0,0,0),(115059,27340,571,1,1,25376,1,2907.19,-1400.24,59.8767,3.40187,300,5,0,9291,0,1,0,0,0),(115060,26316,571,1,1,23349,0,4907.87,741.143,163.124,-1.71604,300,5,0,9940,0,1,0,0,0),(115061,26316,571,1,1,23349,0,4913.36,748.856,165.247,-2.20448,300,5,0,9940,0,1,0,0,0),(115062,26316,571,1,1,23349,0,4860.15,992.933,210.192,1.96821,300,0,0,9940,0,2,0,0,0),(115063,26316,571,1,1,23349,0,4781.88,634.511,167.195,0.073503,300,0,0,9940,0,2,0,0,0),(115064,26316,571,1,1,23349,0,4959.65,323.03,200.991,4.40429,300,5,0,9940,0,1,0,0,0),(115065,26572,571,1,1,17719,0,3865.64,1555.64,89.9639,3.1765,300,0,0,10635,0,0,0,0,0),(115066,26572,571,1,1,17719,0,3864.6,1548.33,89.955,3.10669,300,0,0,10635,0,0,0,0,0),(115067,26572,571,1,1,17719,0,3864.97,1552.15,90.0115,3.12414,300,0,0,10635,0,0,0,0,0),(115068,26572,571,1,1,17719,0,3864.93,1544.5,89.9146,3.22886,300,0,0,10635,0,0,0,0,0),(115074,26316,571,1,1,23349,0,4799.7,780.855,163.849,4.64004,300,5,0,9940,0,1,0,0,0),(115075,26316,571,1,1,23349,0,4854.13,748.695,163.425,5.6559,300,0,0,9940,0,2,0,0,0),(115076,26316,571,1,1,23349,0,4811.82,832.224,164.396,0.395918,300,5,0,9940,0,1,0,0,0),(115077,26316,571,1,1,23349,0,4876.72,616.183,162.998,0.145835,300,5,0,9940,0,1,0,0,0),(115078,26316,571,1,1,23349,0,4863.42,654.927,160.273,3.2398,300,5,0,9940,0,1,0,0,0),(115079,26316,571,1,1,23349,0,4882.61,883.112,184.22,1.88958,300,0,0,9940,0,2,0,0,0),(115080,26316,571,1,1,23349,0,4866.37,552.245,180.251,2.40246,300,5,0,9940,0,1,0,0,0),(115081,26316,571,1,1,23349,0,4803.13,857.427,160.992,5.68932,300,5,0,9940,0,1,0,0,0),(115082,26316,571,1,1,23349,0,4894.56,830.729,169.129,1.30994,300,5,0,9940,0,1,0,0,0),(115083,26316,571,1,1,23349,0,4850.29,886.05,167.728,3.01942,300,0,0,9940,0,0,0,0,0),(115084,26316,571,1,1,23349,0,4921.03,727.525,170.982,1.76453,300,5,0,9940,0,1,0,0,0),(115089,27340,571,1,1,25376,1,3097.1,-1331.16,54.4833,0.536732,300,5,0,9291,0,1,0,0,0),(115090,27340,571,1,1,25376,1,3167.22,-1304.13,56.6119,3.36005,300,5,0,9291,0,1,0,0,0),(115091,25804,571,1,1,23389,0,3301.4,5694.1,60.0907,3.47321,300,0,0,57660,3309,0,0,0,0),(115092,26316,571,1,1,23349,0,4904.43,876.259,183.793,3.19531,300,5,0,9940,0,1,0,0,0),(115093,26316,571,1,1,23349,0,4962.99,891.518,202.154,0.645513,300,5,0,9940,0,1,0,0,0),(115094,26316,571,1,1,23349,0,4910.79,771.434,165.715,4.1336,300,5,0,9940,0,1,0,0,0),(115095,26316,571,1,1,23349,0,4907.75,825.268,173.471,1.76025,300,5,0,9940,0,1,0,0,0),(115096,26316,571,1,1,23349,0,4936.31,804.31,184.068,-2.53514,300,0,0,9940,0,2,0,0,0),(115101,27853,571,1,1,17612,0,3338.13,2517.36,199.666,4.71239,300,0,0,42,0,0,0,0,0),(115102,28877,571,1,1,25744,0,5799.19,6163.55,55.8032,0.04973,300,5,0,12600,0,1,0,0,0),(115103,29389,571,1,1,24103,1,7336.77,-540.358,794.867,1.79769,300,0,0,11770,3809,0,0,0,0),(115104,28109,571,1,1,23319,0,6266.95,5189.66,-84.1204,1.39626,300,0,0,11001,0,0,0,0,0),(115105,29389,571,1,1,24103,1,7314.1,-421.302,827.612,4.7822,300,0,0,11770,3809,0,0,0,0),(115106,28109,571,1,1,23319,0,6334.39,5029.46,-87.6204,5.22703,300,5,0,11001,0,1,0,0,0),(115107,28109,571,1,1,23319,0,6060.37,4952.1,-94.5864,4.83456,300,0,0,11001,0,0,0,0,0),(115108,28109,571,1,1,23319,0,6296.58,4913.05,-90.2808,6.07375,300,0,0,11001,0,0,0,0,0),(115109,28109,571,1,1,23319,0,6260.2,4878.78,-81.5873,1.13446,300,0,0,11001,0,0,0,0,0),(115110,28109,571,1,1,23319,0,6302.37,4882.99,-86.1492,0.034907,300,0,0,11001,0,0,0,0,0),(115111,28109,571,1,1,23319,0,6173.33,4910.8,-86.9626,4.53786,300,0,0,11001,0,0,0,0,0),(115112,28109,571,1,1,23319,0,6287.86,5028.24,-91.6511,3.92879,300,5,0,11001,0,1,0,0,0),(115113,28109,571,1,1,23319,0,6311.98,4960.42,-89.9326,6.23082,300,0,0,11001,0,0,0,0,0),(115114,28109,571,1,1,23319,0,6324.56,4993.4,-87.326,6.17846,300,0,0,11001,0,0,0,0,0),(115115,28109,571,1,1,23319,0,6118.95,4952.66,-97.783,6.12611,300,0,0,11001,0,0,0,0,0),(115116,28109,571,1,1,23319,0,6279.24,5101.84,-86.0383,0.855211,300,0,0,11001,0,0,0,0,0),(115117,28109,571,1,1,23319,0,6252.19,4973.16,-95.485,1.76278,300,0,0,11001,0,0,0,0,0),(115118,28109,571,1,1,23319,0,6031.8,5066.51,-122.279,4.05312,300,0,0,11001,0,0,0,0,0),(115119,28109,571,1,1,23319,0,6113.74,5045.9,-96.3003,1.98968,300,0,0,11001,0,0,0,0,0),(115120,28877,571,1,1,25744,0,6205.86,5912.27,53.4913,5.83213,300,5,0,12600,0,1,0,0,0),(115121,28877,571,1,1,25744,0,6315.88,5766.05,49.5713,2.53035,300,5,0,12600,0,1,0,0,0),(115122,28109,571,1,1,23319,0,6220.01,4942.91,-98.7522,-1.61012,300,0,0,11001,0,0,0,0,0),(115123,28109,571,1,1,23319,0,6140.81,5068.57,-96.9387,6.09862,300,0,0,11001,0,0,0,0,0),(115124,28109,571,1,1,23319,0,6259.37,4937.53,-96.6947,2.5861,300,5,0,11001,0,1,0,0,0),(115125,28109,571,1,1,23319,0,6170.17,5108.26,-97.6082,4.10152,300,0,0,11001,0,0,0,0,0),(115126,28109,571,1,1,23319,0,6218.5,4937.25,-98.2666,2.42792,300,0,0,11001,0,0,0,0,0),(115127,28109,571,1,1,23319,0,6146.42,5014.92,-98.0179,4.63299,300,5,0,11001,0,1,0,0,0),(115128,28109,571,1,1,23319,0,6166.03,5089.42,-97.1994,0.942478,300,0,0,11001,0,0,0,0,0),(115129,28109,571,1,1,23319,0,6168.25,5170.2,-113.883,3.45724,300,0,0,11001,0,0,0,0,0),(115130,28109,571,1,1,23319,0,6250.37,5075.91,-94.3613,2.763,300,5,0,11001,0,1,0,0,0),(115131,28109,571,1,1,23319,0,6049.85,5022.84,-97.1357,1.309,300,0,0,11001,0,0,0,0,0),(115132,28109,571,1,1,23319,0,6237.39,5033.62,-97.6141,1.8675,300,0,0,11001,0,0,0,0,0),(115133,28109,571,1,1,23319,0,6082.54,4973.39,-95.7773,2.46091,300,0,0,11001,0,0,0,0,0),(115134,28109,571,1,1,23319,0,6010.31,5008.06,-103.607,1.85162,300,0,0,11001,0,0,0,0,0),(115135,28877,571,1,1,25744,0,6251.22,5786.58,45.6348,4.34298,300,5,0,12600,0,1,0,0,0),(115136,28109,571,1,1,23319,0,6146.72,5018.75,-97.7058,1.49163,300,5,0,11001,0,1,0,0,0),(115137,29389,571,1,1,24121,1,7325.48,-514.546,801.631,1.88496,300,0,0,11770,3809,0,0,0,0),(115138,29389,571,1,1,24121,1,7326.08,-494.188,807.267,4.74729,300,0,0,11770,3809,0,0,0,0),(115139,24525,571,1,1,22509,0,-133.511,-3547.52,2.92667,1.58825,300,0,0,8982,0,0,0,0,0),(115140,24013,571,1,1,17311,0,2667.93,-3383.31,246.401,2.86666,300,0,0,8982,3155,0,0,0,0),(115141,24013,571,1,1,17311,0,2723.63,-3424.54,260.453,3.82227,300,0,0,8982,3155,0,0,0,0),(115142,24013,571,1,1,17311,0,2700.42,-3473.97,225.083,4.01426,300,0,0,8982,3155,0,0,0,0),(115143,30157,571,1,1,26816,0,1977.86,-6256.08,8.66698,0.418879,300,0,0,7984,0,0,0,0,0),(115144,24013,571,1,1,17311,0,2689.08,-3416.21,221.744,3.50811,300,0,0,8982,3155,0,0,0,0),(115145,24013,571,1,1,17311,0,2720.59,-3409.56,223.789,3.21141,300,0,0,8982,3155,0,0,0,0),(115146,29389,571,1,1,24103,1,7318.07,-428.69,825.516,3.29867,300,0,0,11770,3809,0,0,0,0),(115147,24013,571,1,1,17311,0,2459.32,-3537.59,232.119,1.88496,300,0,0,8982,3155,0,0,0,0),(115148,24013,571,1,1,17311,0,2426.23,-3566.13,235.336,2.63545,300,0,0,8982,3155,0,0,0,0),(115149,24013,571,1,1,17311,0,2502.47,-3581.59,232.247,1.01229,300,0,0,8982,3155,0,0,0,0),(115150,24013,571,1,1,17311,0,2486.1,-3547.5,230.709,6.0867,300,0,0,8982,3155,0,0,0,0),(115151,24013,571,1,1,17311,0,2435.49,-3640.92,267.172,4.85718,300,0,0,8982,3155,0,0,0,0),(115152,24013,571,1,1,17311,0,2789.95,-3669.51,248.686,2.72271,300,0,0,8982,3155,0,0,0,0),(115153,29133,571,1,1,14365,0,5625.5,-2569.46,287.535,0.296014,300,5,0,10635,3561,1,0,0,0),(115154,29133,571,1,1,14365,0,5627.01,-2568.38,287.533,-2.58509,300,0,0,10635,3561,0,0,0,0),(115155,29133,571,1,1,14365,0,5748.21,-2417.11,291.049,3.38633,300,5,0,10635,3561,1,0,0,0),(115156,29133,571,1,1,14365,0,5690.83,-2405.57,287.616,-1.3039,300,0,0,10635,3561,0,0,0,0),(115157,29133,571,1,1,14365,0,5677.38,-2354.97,287.584,3.54869,300,5,0,10635,3561,1,0,0,0),(115158,29133,571,1,1,14365,0,5660.39,-2411.04,287.052,-2.38306,300,0,0,10635,3561,0,0,0,0),(115159,29133,571,1,1,14365,0,5697.89,-2364.72,287.57,1.22673,300,5,0,10635,3561,1,0,0,0),(115160,29133,571,1,1,14365,0,5665.21,-2323.72,288.051,3.08443,300,5,0,10635,3561,1,0,0,0),(115161,29133,571,1,1,14365,0,5625.91,-2496.58,287.651,0.214277,300,5,0,10635,3561,1,0,0,0),(115162,29133,571,1,1,14365,0,5632.94,-2564.38,287.609,-2.74837,300,0,0,10635,3561,0,0,0,0),(115163,29133,571,1,1,14365,0,5624.64,-2328.51,287.559,0.244817,300,5,0,10635,3561,1,0,0,0),(115164,29133,571,1,1,14365,0,5554.74,-2358.12,288.448,2.96078,300,5,0,10635,3561,1,0,0,0),(115165,29133,571,1,1,14365,0,5619.04,-2378.92,287.57,3.47542,300,5,0,10635,3561,1,0,0,0),(115166,29389,571,1,1,24115,1,7313.19,-439.571,822.64,1.74533,300,0,0,11770,3809,0,0,0,0),(115167,26574,571,1,1,23911,1,3865.59,1540.07,89.9852,3.61005,300,0,0,10635,0,0,0,0,0),(115169,24270,571,1,1,7571,0,827.052,-4825.39,-115.969,4.02005,300,5,0,8,0,1,0,0,0),(115170,24270,571,1,1,7571,0,821.446,-4799.02,-115.946,2.99784,300,5,0,8,0,1,0,0,0),(115171,24270,571,1,1,7571,0,823.992,-4795.9,-115.958,3.49254,300,5,0,8,0,1,0,0,0),(115172,24270,571,1,1,15554,0,843.355,-4818.74,-115.834,2.22463,300,5,0,8,0,1,0,0,0),(115173,24270,571,1,1,7571,0,809.876,-4808.46,-115.933,5.25678,300,5,0,8,0,1,0,0,0),(115174,24270,571,1,1,15554,0,850.312,-4881.5,-115.306,3.79818,300,5,0,8,0,1,0,0,0),(115175,24270,571,1,1,7571,0,857.353,-4833.95,-115.766,0.936019,300,5,0,8,0,1,0,0,0),(115176,24014,571,1,1,21988,1,2722.93,-3404.28,179.657,4.64259,300,5,0,7185,7196,1,0,0,0),(115177,24014,571,1,1,21988,1,2441.07,-3637.95,181.387,3.49687,300,5,0,7185,7196,1,0,0,0),(115178,24014,571,1,1,21988,1,2810.38,-3582.37,141.36,5.07651,300,0,0,7185,7196,2,0,0,0),(115179,24014,571,1,1,21988,1,2439.56,-3643.6,201.397,2.24711,300,5,0,7185,7196,1,0,0,0),(115180,24014,571,1,1,21988,1,2819.61,-3625.82,201.417,3.99145,300,0,0,7185,7196,2,0,0,0),(115181,28110,571,1,1,25155,0,6305.25,4987.93,-89.451,4.72984,300,0,0,8800,8139,0,0,0,0),(115182,28110,571,1,1,25155,0,6206.09,5042.19,-95.4685,2.19117,300,5,0,8800,8139,1,0,0,0),(115183,28110,571,1,1,25155,0,6197.25,4891.37,-84.6449,4.01202,300,5,0,8800,8139,1,0,0,0),(115184,28110,571,1,1,25155,0,6234.07,4878.91,-83.1698,3.10034,300,5,0,8800,8139,1,0,0,0),(115185,28110,571,1,1,25155,0,6218.77,5010.13,-96.7281,5.0091,300,0,0,8800,8139,0,0,0,0),(115186,28110,571,1,1,25155,0,6127.07,4992.42,-96.6505,2.34111,300,5,0,8800,8139,1,0,0,0),(115187,28110,571,1,1,25155,0,6266.55,4985.95,-94.8365,1.63642,300,5,0,8800,8139,1,0,0,0),(115188,28110,571,1,1,25155,0,6280.41,5007.25,-92.2761,1.68409,300,5,0,8800,8139,1,0,0,0),(115189,28110,571,1,1,25155,0,6160.81,4975.44,-97.2981,5.089,300,5,0,8800,8139,1,0,0,0),(115190,28110,571,1,1,25155,0,6157.45,4939.33,-90.3401,2.79253,300,0,0,8800,8139,0,0,0,0),(115191,28110,571,1,1,25155,0,6224.63,4976.89,-98.9382,4.03171,300,0,0,8800,8139,0,0,0,0),(115192,28110,571,1,1,25155,0,6226.03,4985.71,-98.7477,1.37044,300,5,0,8800,8139,1,0,0,0),(115193,28110,571,1,1,25155,0,6176.92,5008.1,-96.2204,5.41574,300,5,0,8800,8139,1,0,0,0),(115194,28110,571,1,1,25155,0,6141.43,5118.73,-97.6497,3.35103,300,0,0,8800,8139,0,0,0,0),(115195,28110,571,1,1,25155,0,6165.25,5108.58,-97.3915,5.16617,300,0,0,8800,8139,0,0,0,0),(115196,28110,571,1,1,25155,0,6222.46,4932.85,-98.0267,0.437623,300,5,0,8800,8139,1,0,0,0),(115197,28110,571,1,1,25155,0,6289.36,4970.55,-88.9462,0.973489,300,5,0,8800,8139,1,0,0,0),(115198,28110,571,1,1,25155,0,6169.07,5126.66,-97.9279,1.64061,300,0,0,8800,8139,0,0,0,0),(115199,28110,571,1,1,25155,0,6257.08,5059.04,-93.5676,2.10701,300,5,0,8800,8139,1,0,0,0),(115200,27342,571,1,1,25376,1,2807.39,-1460.59,46.9338,0.018092,300,5,0,9291,0,1,0,0,0),(115202,24270,571,1,1,7571,0,835.569,-4871.45,-115.738,0.994052,300,5,0,8,0,1,0,0,0),(115203,27342,571,1,1,25376,1,2935.23,-1420.95,60.4117,1.71042,300,0,0,9291,0,0,0,0,0),(115204,24270,571,1,1,13509,0,851.273,-4843.69,-115.626,3.90666,300,5,0,8,0,1,0,0,0),(115205,27342,571,1,1,25376,1,2835.32,-1427.08,48.2914,2.35619,300,0,0,9291,0,0,0,0,0),(115206,27342,571,1,1,25376,1,2976.44,-1393.92,60.1217,1.75501,300,5,0,9291,0,1,0,0,0),(115207,27342,571,1,1,25376,1,3105.93,-1415.02,58.319,5.0091,300,0,0,9291,0,0,0,0,0),(115208,27342,571,1,1,25376,1,3108.52,-1431.63,58.3437,1.44862,300,0,0,9291,0,0,0,0,0),(115209,27342,571,1,1,25376,1,3005.07,-1471.55,61.3047,3.03201,300,5,0,9291,0,1,0,0,0),(115210,27342,571,1,1,25376,1,2943.79,-1456.41,61.2225,2.25804,300,5,0,9291,0,1,0,0,0),(115211,27342,571,1,1,25376,1,3040.94,-1378.53,58.5278,3.85718,300,0,0,9291,0,0,0,0,0),(115212,27342,571,1,1,25376,1,3054.47,-1354.39,55.9645,5.45806,300,5,0,9291,0,1,0,0,0),(115213,27342,571,1,1,25376,1,3132.25,-1489.3,53.9394,5.11132,300,5,0,9291,0,1,0,0,0),(115214,24270,571,1,1,15554,0,828.148,-4859.63,-115.736,4.07514,300,5,0,8,0,1,0,0,0),(115215,24270,571,1,1,15554,0,917.064,-4835.89,-116.159,4.73344,300,5,0,8,0,1,0,0,0),(115216,24270,571,1,1,7571,0,919.191,-4822.45,-116.159,5.54464,300,5,0,8,0,1,0,0,0),(115217,24270,571,1,1,13509,0,903.519,-4848.59,-116.159,5.50743,300,5,0,8,0,1,0,0,0),(115218,27342,571,1,1,25376,1,2910.95,-1430.51,60.1354,5.23398,300,5,0,9291,0,1,0,0,0),(115219,27342,571,1,1,25376,1,3098.22,-1341.84,56.4542,4.88692,300,0,0,9291,0,0,0,0,0),(115220,27342,571,1,1,25376,1,3145.17,-1395.58,62.235,0.289304,300,5,0,9291,0,1,0,0,0),(115221,27342,571,1,1,25376,1,3059.69,-1408.9,57.5621,5.56112,300,5,0,9291,0,1,0,0,0),(115222,27342,571,1,1,25376,1,3074.61,-1443.06,51.4902,0.388853,300,5,0,9291,0,1,0,0,0),(115223,24270,571,1,1,13509,0,950.221,-4828.12,-116.159,3.40543,300,5,0,8,0,1,0,0,0),(115224,24270,571,1,1,7571,0,866.13,-4860.06,-115.813,2.61827,300,5,0,8,0,1,0,0,0),(115225,24270,571,1,1,13509,0,840.984,-4854.55,-115.728,6.10197,300,5,0,8,0,1,0,0,0),(115226,27342,571,1,1,25376,1,2866.59,-1483.49,61.9938,5.19333,300,0,0,9291,0,0,0,0,0),(115278,25294,571,1,1,23880,0,2743.02,6299.82,68.693,3.24287,300,5,0,7984,0,2,0,0,0),(115229,27342,571,1,1,25376,1,3139.91,-1490.43,53.9707,3.05553,300,5,0,9291,0,1,0,0,0),(115230,27342,571,1,1,25376,1,3136.36,-1396.56,61.5945,1.98296,300,5,0,9291,0,1,0,0,0),(115231,30158,571,1,1,26822,0,1974.26,-6258.09,8.66627,0.296706,300,0,0,7984,0,0,0,0,0),(115232,29646,571,1,1,26404,0,5522.81,-1677.99,253.34,3.26416,300,5,0,10635,3561,1,0,0,0),(115233,24014,571,1,1,21988,1,2716.1,-3447.36,161.28,2.85331,300,0,0,7185,7196,0,0,0,0),(115234,24014,571,1,1,21988,1,2757.94,-3524.41,166.137,3.7458,300,5,0,7185,7196,1,0,0,0),(115235,24014,571,1,1,21988,1,2782.33,-3544.88,166.491,2.15024,300,0,0,7185,7196,0,0,0,0),(115236,24014,571,1,1,21988,1,2659.14,-3515.01,161.464,3.52865,300,0,0,7185,7196,0,0,0,0),(115237,24014,571,1,1,21988,1,2800.49,-3556.2,161.469,0.610578,300,5,0,7185,7196,1,0,0,0),(115238,24014,571,1,1,21988,1,2687.97,-3501.81,161.464,0.39604,300,0,0,7185,7196,0,0,0,0),(115239,24014,571,1,1,21988,1,2582.45,-3600.96,161.466,4.16922,300,0,0,7185,7196,0,0,0,0),(115240,24014,571,1,1,21988,1,2452.74,-3604.12,232.291,0.855211,300,0,0,7185,7196,0,0,0,0),(115242,27342,571,1,1,25376,1,3076.67,-1447.81,50.552,0.097822,300,5,0,9291,0,1,0,0,0),(115245,29646,571,1,1,26404,0,5524.78,-2118.44,247.614,4.04672,300,5,0,10635,3561,1,0,0,0),(115246,27342,571,1,1,25376,1,3057.89,-1424.7,55.4371,5.15129,300,5,0,9291,0,1,0,0,0),(115247,29646,571,1,1,26404,0,5779.88,-2165.09,249.554,3.28294,300,5,0,10635,3561,1,0,0,0),(115248,29646,571,1,1,26404,0,5696.14,-2132.75,246.073,0.583684,300,5,0,10635,3561,1,0,0,0),(115249,29646,571,1,1,26404,0,5637.88,-2263.12,244.455,3.8067,300,5,0,10635,3561,1,0,0,0),(115250,29646,571,1,1,26404,0,5532.74,-1931.53,251.063,5.20409,300,5,0,10635,3561,1,0,0,0),(115251,29646,571,1,1,26404,0,5626.09,-2212.5,243.211,5.71222,300,5,0,10635,3561,1,0,0,0),(115252,29646,571,1,1,26404,0,5657.4,-2199.66,246.999,3.53902,300,5,0,10635,3561,1,0,0,0),(115253,29646,571,1,1,26404,0,5766.66,-2228.07,248.994,3.70314,300,5,0,10635,3561,1,0,0,0),(115254,29646,571,1,1,26404,0,5917.96,-1745.37,247.479,1.75403,300,5,0,10635,3561,1,0,0,0),(115255,29646,571,1,1,26404,0,5598.8,-2152.74,245.413,5.40163,300,5,0,10635,3561,1,0,0,0),(115256,29646,571,1,1,26404,0,5570.13,-1988.61,248.123,4.89494,300,5,0,10635,3561,1,0,0,0),(115257,29646,571,1,1,26404,0,5596.84,-1967.05,252.326,0.646077,300,5,0,10635,3561,1,0,0,0),(115258,29646,571,1,1,26404,0,5616.83,-2047.34,250.149,2.04945,300,5,0,10635,3561,1,0,0,0),(115259,29646,571,1,1,26404,0,5546.11,-2086.89,250.504,4.21615,300,5,0,10635,3561,1,0,0,0),(115260,29646,571,1,1,26404,0,5905.98,-1661.12,240.979,4.02717,300,5,0,10635,3561,1,0,0,0),(115261,29646,571,1,1,26404,0,5750.18,-1862.3,254.382,5.72258,300,5,0,10635,3561,1,0,0,0),(115262,29646,571,1,1,26404,0,5507.43,-1782.8,247.818,3.04088,300,5,0,10635,3561,1,0,0,0),(115263,29646,571,1,1,26404,0,5522.76,-1733.83,258.208,2.42092,300,5,0,10635,3561,1,0,0,0),(115264,29646,571,1,1,26404,0,5755.15,-1737.57,237.761,3.72279,300,5,0,10635,3561,1,0,0,0),(115265,29646,571,1,1,26404,0,5797.62,-1838.74,250.833,5.08664,300,5,0,10635,3561,1,0,0,0),(115266,29646,571,1,1,26404,0,5840.9,-1806.82,245.091,3.25101,300,5,0,10635,3561,1,0,0,0),(115267,29646,571,1,1,26404,0,5614.24,-1848.47,247.657,1.73093,300,5,0,10635,3561,1,0,0,0),(115268,29646,571,1,1,26404,0,5680.47,-1839.64,251.013,4.41621,300,5,0,10635,3561,1,0,0,0),(115269,29646,571,1,1,26404,0,5633.81,-1785.43,234.443,0.890802,300,5,0,10635,3561,1,0,0,0),(115270,29646,571,1,1,26404,0,5593.7,-1752.54,240.089,-2.28392,300,5,0,10635,3561,1,0,0,0),(115271,29646,571,1,1,26404,0,5678.69,-1692.35,251.9,4.04414,300,5,0,10635,3561,1,0,0,0),(115272,29646,571,1,1,26404,0,5601.89,-1747.98,239.328,3.69491,300,5,0,10635,3561,1,0,0,0),(115273,29646,571,1,1,26404,0,5608.13,-1710.57,248.975,3.9165,300,5,0,10635,3561,1,0,0,0),(115274,29646,571,1,1,26404,0,5856.85,-1695.53,244.965,4.06662,300,5,0,10635,3561,1,0,0,0),(115277,25294,571,1,1,23880,0,2802.62,6303.46,69.3445,0.05735,300,5,0,7984,0,2,0,0,0),(115276,25294,571,1,1,23880,0,2522.96,6118.57,77.0146,1.39469,300,0,0,7984,0,2,0,0,0),(115275,25294,571,1,1,23880,0,2628.96,6285.72,92.7129,3.93579,300,5,0,7984,0,2,0,0,0),(115279,29390,571,1,1,24892,0,8358.96,156.253,818.271,3.84848,300,5,0,12175,0,1,0,0,0),(115280,29390,571,1,1,24892,0,8474.3,147.665,787.686,4.78175,300,5,0,12175,0,1,0,0,0),(115281,32718,571,1,1,28195,0,5791.19,624.784,647.393,3.98452,300,0,0,10635,3561,2,0,0,0),(115282,29646,571,1,1,26404,0,5513.56,-1668.46,253.34,2.48689,300,5,0,10635,3561,1,0,0,0),(115283,29390,571,1,1,24892,0,7957.45,-439.838,896.374,2.62511,300,5,0,12175,0,1,0,0,0),(115284,29390,571,1,1,24892,0,8279.82,-119.042,841.27,0.887489,300,5,0,12175,0,1,0,0,0),(115285,29646,571,1,1,26404,0,5497.51,-1783.32,247.818,5.79127,300,5,0,10635,3561,1,0,0,0),(115286,29646,571,1,1,26404,0,5510.96,-1735.4,258.208,4.59286,300,5,0,10635,3561,1,0,0,0),(115287,29390,571,1,1,24892,0,8154.57,-25.9218,856.708,3.82779,300,0,0,12175,0,0,0,0,0),(115288,29390,571,1,1,24892,0,7818.5,-380.876,902.028,1.64796,300,5,0,12175,0,1,0,0,0),(115289,29390,571,1,1,24892,0,8138.09,-142.244,856.368,2.95493,300,5,0,12175,0,1,0,0,0),(115290,29390,571,1,1,24892,0,7989.33,-100.455,871.35,2.90849,300,5,0,12175,0,1,0,0,0),(115291,29390,571,1,1,24892,0,7950.16,-214.688,869.785,0.876738,300,5,0,12175,0,1,0,0,0),(115292,30671,571,1,1,27221,0,6906.45,-4096.14,467.448,4.93928,300,0,0,10635,3561,0,0,0,0),(115293,25807,571,1,1,23392,0,3522.35,5015.53,-0.742569,0.593412,300,0,0,44910,15775,0,0,0,0),(115294,29647,571,1,1,26656,0,5796.48,-1594.16,235.111,2.16421,300,0,0,11379,0,0,0,0,0),(115295,32207,571,1,1,27821,0,5836.71,570.076,652.108,2.14675,300,0,0,8982,0,0,0,0,0),(115296,31439,571,1,1,27592,1,5765.21,522.285,653.806,3.9968,300,0,0,100800,88140,0,0,0,0),(115297,28623,571,1,1,25583,0,5523.68,-2674.97,304.037,2.26893,300,0,0,31905,0,0,0,0,0),(115298,24271,571,1,1,26140,0,291.473,-5785.47,83.0785,0.366519,300,0,0,8982,0,0,0,0,0),(115299,28111,571,1,1,22607,0,4997.46,5500.6,-90.0217,2.9147,300,0,0,5690,0,0,0,0,0),(115300,28111,571,1,1,22607,0,4992.57,5525.2,-85.5247,3.735,300,0,0,5690,0,0,0,0,0),(115301,26319,571,1,1,23972,0,4068.13,2344.62,184.263,5.80644,300,5,0,7432,7332,1,0,0,0),(115302,26319,571,1,1,23974,0,4124.93,2309.41,179.362,2.66466,300,5,0,7432,7332,1,0,0,0),(115303,26319,571,1,1,23975,0,4109.97,2325.69,179.46,5.64543,300,5,0,7432,7332,1,0,0,0),(115304,26319,571,1,1,23973,0,4168.57,2223.09,180.548,5.46584,300,5,0,7432,7332,1,0,0,0),(115305,26319,571,1,1,23974,0,4168.5,2199.21,181.117,0.620975,300,5,0,7432,7332,1,0,0,0),(115306,26319,571,1,1,23973,0,4047.44,2351.02,182.286,0.128898,300,5,0,7432,7332,1,0,0,0),(115307,26319,571,1,1,23973,0,4171.06,2181.29,184.478,0.164742,300,5,0,7432,7332,1,0,0,0),(115308,26319,571,1,1,23974,0,4152.28,2130.58,185.125,4.74811,300,5,0,7432,7332,1,0,0,0),(115309,26319,571,1,1,23973,0,4136.33,2297.37,181.848,3.03091,300,5,0,7432,7332,1,0,0,0),(115310,26319,571,1,1,23973,0,4132.94,2117.35,181.137,5.15571,300,5,0,7432,7332,1,0,0,0),(115311,26319,571,1,1,23972,0,4146.27,2276.66,182.32,5.26679,300,5,0,7432,7332,1,0,0,0),(115312,26319,571,1,1,23974,0,4099.37,2093.87,183.459,5.74934,300,5,0,7432,7332,1,0,0,0),(115313,26319,571,1,1,23972,0,4112.37,2103.86,180.936,5.04285,300,5,0,7432,7332,1,0,0,0),(115314,26319,571,1,1,23973,0,4086.77,2344.86,184.906,4.5169,300,5,0,7432,7332,1,0,0,0),(115315,26319,571,1,1,23975,0,4164.49,2249.27,184.384,5.43743,300,5,0,7432,7332,1,0,0,0),(115316,28111,571,1,1,22607,0,5032.28,5518.7,-88.616,0.890118,300,0,0,5690,0,0,0,0,0),(115317,28111,571,1,1,22607,0,5023.09,5590.45,-94.0523,2.35619,300,5,0,5690,0,1,0,0,0),(115318,28111,571,1,1,22607,0,5246.71,5484.34,-93.7401,5.58505,300,0,0,5690,0,0,0,0,0),(115319,28111,571,1,1,22607,0,5026.02,5559.83,-91.2184,5.86431,300,0,0,5690,0,0,0,0,0),(115320,28111,571,1,1,22607,0,5022.48,5589.25,-94.0508,1.81575,300,5,0,5690,0,1,0,0,0),(115321,26319,571,1,1,23974,0,4014.26,2275.32,153.584,3.60463,300,5,0,7432,7332,1,0,0,0),(115322,26319,571,1,1,23972,0,4139.64,2187.78,152.073,1.47025,300,0,0,7432,7332,2,0,0,0),(115323,26319,571,1,1,23974,0,4045.27,2114.68,153.511,0.150049,300,5,0,7432,7332,1,0,0,0),(115324,28111,571,1,1,22607,0,5113.8,5597.19,-90.9733,0.593291,300,0,0,5690,0,0,0,0,0),(115325,28111,571,1,1,22607,0,5115.92,5595.69,-90.9279,1.31868,300,0,0,5690,0,0,0,0,0),(115326,28111,571,1,1,22607,0,4985.66,5510.83,-87.3224,1.68845,300,5,0,5690,0,1,0,0,0),(115327,28111,571,1,1,22607,0,4983.8,5508.48,-86.5724,1.68839,300,5,0,5690,0,1,0,0,0),(115328,28111,571,1,1,22607,0,4993.53,5579.63,-86.6976,2.77507,300,0,0,5690,0,0,0,0,0),(115329,28111,571,1,1,22607,0,5049.45,5511.81,-88.8619,1.5708,300,0,0,5690,0,0,0,0,0),(115330,28111,571,1,1,22607,0,5080.51,5500.83,-97.6296,1.5708,300,0,0,5690,0,0,0,0,0),(115331,28111,571,1,1,22607,0,5063.28,5515.83,-96.2015,0.069813,300,0,0,5690,0,0,0,0,0),(115332,28111,571,1,1,22607,0,5077.4,5658.14,-94.8018,0.06936,300,0,0,5690,0,0,0,0,0),(115333,28111,571,1,1,22607,0,5090.17,5659.17,-94.5761,0.027485,300,0,0,5690,0,0,0,0,0),(115334,28111,571,1,1,22607,0,5124.67,5499.09,-93.6377,1.98968,300,0,0,5690,0,0,0,0,0),(115335,28111,571,1,1,22607,0,5101.65,5500.28,-93.5121,1.01229,300,0,0,5690,0,0,0,0,0),(115336,28111,571,1,1,22607,0,5163.94,5514.98,-96.8368,2.61799,300,0,0,5690,0,0,0,0,0),(115337,28111,571,1,1,22607,0,5173.25,5483.13,-87.4076,3.92699,300,0,0,5690,0,0,0,0,0),(115338,28111,571,1,1,22607,0,5217.08,5525.17,-92.3337,1.11701,300,0,0,5690,0,0,0,0,0),(115339,28111,571,1,1,22607,0,5253.78,5569.86,-98.2033,0.349066,300,0,0,5690,0,0,0,0,0),(115340,28111,571,1,1,22607,0,5264.22,5470.57,-96.3955,0.916935,300,5,0,5690,0,1,0,0,0),(115341,28111,571,1,1,22607,0,5267.59,5468,-96.8759,0.917278,300,5,0,5690,0,1,0,0,0),(115342,28111,571,1,1,22607,0,5260.38,5533.52,-98.2331,0.314159,300,0,0,5690,0,0,0,0,0),(115343,28111,571,1,1,22607,0,5212.42,5547.87,-97.1549,4.8102,300,0,0,5690,0,0,0,0,0),(115344,28111,571,1,1,22607,0,5211.34,5547.75,-96.9606,5.0454,300,0,0,5690,0,0,0,0,0),(115345,28111,571,1,1,22607,0,5210.2,5549.37,-96.7799,2.10019,300,5,0,5690,0,1,0,0,0),(115346,28111,571,1,1,22607,0,4982.75,5563.41,-83.2093,2.3911,300,0,0,5690,0,0,0,0,0),(115347,28111,571,1,1,22607,0,5109.14,5625.68,-90.4232,4.01426,300,0,0,5690,0,0,0,0,0),(115348,28111,571,1,1,22607,0,5017.2,5603.27,-93.3155,0.145334,300,0,0,5690,0,0,0,0,0),(115349,28111,571,1,1,22607,0,5088.13,5759.79,-83.1764,2.37325,300,0,0,5690,0,0,0,0,0),(115350,28111,571,1,1,22607,0,5086.37,5758.02,-82.7626,-0.463273,300,0,0,5690,0,0,0,0,0),(115351,28111,571,1,1,22607,0,4925.97,5688.12,-71.565,2.16248,300,0,0,5690,0,0,0,0,0),(115352,28111,571,1,1,22607,0,5017.41,5600.82,-93.3675,5.24804,300,5,0,5690,0,1,0,0,0),(115353,28111,571,1,1,22607,0,4913.63,5732.74,-66.1364,1.72671,300,5,0,5690,0,1,0,0,0),(115354,28111,571,1,1,22607,0,4917.65,5733.32,-66.4611,1.70021,300,5,0,5690,0,1,0,0,0),(115355,28111,571,1,1,22607,0,5018.13,5605,-93.3463,-0.678518,300,0,0,5690,0,0,0,0,0),(115357,28111,571,1,1,22607,0,5019.23,5600.21,-93.4714,5.91478,300,5,0,5690,0,1,0,0,0),(115358,28111,571,1,1,22607,0,5160.25,5624.82,-95.2187,2.37365,300,0,0,5690,0,0,0,0,0),(115359,28111,571,1,1,22607,0,5159.96,5645.56,-94.4164,0.761849,300,0,0,5690,0,0,0,0,0),(115360,28111,571,1,1,22607,0,5137.74,5625.79,-95.7525,0.785398,300,0,0,5690,0,0,0,0,0),(115361,28111,571,1,1,22607,0,4953.71,5651,-76.4812,6.11788,300,5,0,5690,0,1,0,0,0),(115362,28111,571,1,1,22607,0,5215.07,5568.83,-93.6757,5.72468,300,0,0,5690,0,0,0,0,0),(115363,28111,571,1,1,22607,0,5170.1,5592.38,-93.9898,4.03171,300,0,0,5690,0,0,0,0,0),(115364,28111,571,1,1,22607,0,5171.55,5577.75,-94.1318,2.68781,300,0,0,5690,0,0,0,0,0),(115365,28111,571,1,1,22607,0,5038.6,5609.26,-92.0482,2.14675,300,0,0,5690,0,0,0,0,0),(115366,28111,571,1,1,22607,0,5001.07,5615.15,-88.4448,5.2595,300,0,0,5690,0,0,0,0,0),(115367,28111,571,1,1,22607,0,5004.67,5613.61,-89.896,1.72955,300,0,0,5690,0,0,0,0,0),(115368,28111,571,1,1,22607,0,5076.71,5702.37,-90.5308,2.32511,300,5,0,5690,0,1,0,0,0),(115369,28111,571,1,1,22607,0,5080.04,5704.98,-89.7359,2.32372,300,5,0,5690,0,1,0,0,0),(115370,28111,571,1,1,22607,0,5172.55,5584.98,-94.5133,2.71464,300,5,0,5690,0,1,0,0,0),(115371,28111,571,1,1,22607,0,5145.85,5604.38,-96.5654,0.276958,300,5,0,5690,0,1,0,0,0),(115372,28111,571,1,1,22607,0,5092.98,5518.87,-97.9706,2.88146,300,5,0,5690,0,1,0,0,0),(115373,28111,571,1,1,22607,0,5199.61,5475.14,-87.4818,2.71953,300,5,0,5690,0,1,0,0,0),(115374,28111,571,1,1,22607,0,5115.74,5575.46,-95.5463,4.03171,300,0,0,5690,0,0,0,0,0),(115375,28111,571,1,1,22607,0,5094.58,5578.24,-95.5738,5.14872,300,0,0,5690,0,0,0,0,0),(115376,28111,571,1,1,22607,0,5006.89,5597.79,-90.4618,6.23082,300,0,0,5690,0,0,0,0,0),(115377,28111,571,1,1,22607,0,5011.29,5597.53,-92.4471,4.64258,300,0,0,5690,0,0,0,0,0),(115378,28111,571,1,1,22607,0,4977.66,5566.99,-82.8776,0,300,0,0,5690,0,0,0,0,0),(115379,28111,571,1,1,22607,0,4981.5,5570.3,-84.4149,0,300,0,0,5690,0,0,0,0,0),(115380,24271,571,1,1,26140,0,240.789,-5677.02,129.704,4.74729,300,0,0,8982,0,0,0,0,0),(115381,24271,571,1,1,26140,0,300.943,-5698.96,103.992,4.81711,300,0,0,8982,0,0,0,0,0),(115382,24271,571,1,1,26140,0,260.84,-5684.14,122.672,4.10152,300,0,0,8982,0,0,0,0,0),(115383,24271,571,1,1,26140,0,268.726,-5718.52,111.143,1.53589,300,0,0,8982,0,0,0,0,0),(115384,24271,571,1,1,26140,0,218.032,-5683.43,137.121,5.14872,300,0,0,8982,0,0,0,0,0),(115385,24271,571,1,1,26140,0,286.066,-5726.6,96.7893,5.39307,300,0,0,8982,0,0,0,0,0),(115386,24271,571,1,1,26140,0,295.92,-5757.75,88.4893,3.7001,300,0,0,8982,0,0,0,0,0),(115387,26319,571,1,1,23975,0,4171.32,2185.1,183.694,6.23218,300,5,0,7432,7332,1,0,0,0),(115390,26319,571,1,1,23972,0,4164.37,2220.2,180.497,5.87348,300,5,0,7432,7332,1,0,0,0),(115391,26319,571,1,1,23974,0,4143.74,2284.08,182.39,3.85728,300,5,0,7432,7332,1,0,0,0),(115392,26319,571,1,1,23972,0,4125.21,2313.01,181.115,4.42264,300,5,0,7432,7332,1,0,0,0),(115393,26319,571,1,1,23973,0,4108.02,2327.81,179.689,1.55327,300,5,0,7432,7332,1,0,0,0),(115394,26319,571,1,1,23972,0,4088.44,2345.69,184.717,0.783484,300,5,0,7432,7332,1,0,0,0),(115395,27343,571,1,1,25381,1,2804.74,-1460.61,46.5802,0.001356,300,0,0,9291,3231,0,0,0,0),(115396,27343,571,1,1,25381,1,2773.87,-1405.1,43.3381,0.691281,300,5,0,9291,3231,1,0,0,0),(115397,27343,571,1,1,25381,1,2941.32,-1401.09,60.9005,4.45059,300,0,0,9291,3231,0,0,0,0),(115400,26319,571,1,1,23974,0,4115.59,2103.75,180.857,3.30156,300,5,0,7432,7332,1,0,0,0),(115401,26319,571,1,1,23972,0,4132.38,2114.95,180.96,5.06613,300,5,0,7432,7332,1,0,0,0),(115402,26319,571,1,1,23974,0,4137.99,2296.7,182.156,3.04872,300,5,0,7432,7332,1,0,0,0),(115403,26319,571,1,1,23973,0,4047.69,2351.6,184.347,5.06541,300,5,0,7432,7332,1,0,0,0),(115404,26319,571,1,1,23975,0,4066.93,2345.53,184.269,4.54718,300,5,0,7432,7332,1,0,0,0),(115405,24271,571,1,1,26140,0,255.141,-5819.03,69.8206,1.8236,300,0,0,8982,0,2,0,0,0),(115406,24271,571,1,1,26140,0,227.701,-5716.31,194.729,5.72368,300,0,0,8982,0,2,0,0,0),(115407,27343,571,1,1,25381,1,2828.42,-1414.68,47.468,5.32325,300,0,0,9291,3231,0,0,0,0),(115408,27343,571,1,1,25381,1,3029.11,-1432.56,58.8914,2.91078,300,5,0,9291,3231,1,0,0,0),(115409,27343,571,1,1,25381,1,2990.54,-1407.35,59.9518,0.734267,300,5,0,9291,3231,1,0,0,0),(115410,27343,571,1,1,25381,1,2998.04,-1414.21,58.9927,0.715585,300,0,0,9291,3231,0,0,0,0),(115411,27343,571,1,1,25381,1,2914.24,-1410.03,60.0848,0.139626,300,0,0,9291,3231,0,0,0,0),(115412,26575,571,1,1,2165,0,5149.45,1125.01,219.866,3.06643,300,5,0,9940,0,1,0,0,0),(115413,27343,571,1,1,25381,1,3036.62,-1392.74,58.0401,1.46608,300,0,0,9291,3231,0,0,0,0),(115414,27343,571,1,1,25381,1,2867.18,-1483.21,61.8681,4.11385,300,5,0,9291,3231,1,0,0,0),(115415,27343,571,1,1,25381,1,2897.4,-1418.79,59.1376,2.71246,300,5,0,9291,3231,1,0,0,0),(115416,27343,571,1,1,25381,1,3127.97,-1340,57.6325,2.86401,300,5,0,9291,3231,1,0,0,0),(115417,27343,571,1,1,25381,1,3102.08,-1362.31,57.0541,1.50098,300,0,0,9291,3231,0,0,0,0),(115418,27343,571,1,1,25381,1,3151.23,-1407.76,61.8148,5.26353,300,5,0,9291,3231,1,0,0,0),(115419,27343,571,1,1,25381,1,3112.95,-1432.87,59.0234,6.0088,300,5,0,9291,3231,1,0,0,0),(115420,26319,571,1,1,23972,0,4156.56,2176.94,153.593,1.47006,300,5,0,7432,7332,1,0,0,0),(115421,26319,571,1,1,23973,0,3860.78,2151.99,123.307,3.66865,300,5,0,7432,7332,1,0,0,0),(115422,24015,571,1,1,21992,1,1630.73,-5642.63,233.342,3.03687,300,0,0,6986,0,0,0,0,0),(115423,27343,571,1,1,25381,1,3198.3,-1342.32,70.4654,0.741408,300,5,0,9291,3231,1,0,0,0),(115424,27343,571,1,1,25381,1,2867.81,-1484,62.2428,2.17455,300,0,0,9291,3231,0,0,0,0),(115425,27343,571,1,1,25381,1,2849.3,-1458.62,61.733,6.12611,300,0,0,9291,3231,0,0,0,0),(115426,24271,571,1,1,26140,0,239.707,-5681.22,129.774,2.89567,300,0,0,8982,0,2,0,0,0),(115427,26575,571,1,1,2165,0,4941.68,830.696,205.73,6.11684,300,5,0,9940,0,1,0,0,0),(115428,26575,571,1,1,2165,0,5116.9,1107.98,223.974,3.71969,300,5,0,9940,0,1,0,0,0),(115429,28879,571,1,1,7616,0,6184.2,-1985.72,434.644,3.11137,300,0,0,11001,0,2,0,0,0),(115430,24271,571,1,1,26140,0,172.111,-5698.65,286.189,2.33731,300,0,0,8982,0,0,0,0,0),(115431,26575,571,1,1,2165,0,4870.26,727.283,166.788,5.15285,300,5,0,9940,0,1,0,0,0),(115432,26575,571,1,1,2165,0,4849.79,669.348,169.214,2.94445,300,5,0,9940,0,1,0,0,0),(115433,26575,571,1,1,2165,0,4893.95,968.795,210.632,1.38726,300,5,0,9940,0,1,0,0,0),(115434,26575,571,1,1,2165,0,4837.71,804.451,165.046,6.09581,300,5,0,9940,0,1,0,0,0),(115435,26319,571,1,1,23975,0,4063.75,2196.37,151.822,3.83587,300,0,0,7432,7332,2,0,0,0),(115436,26319,571,1,1,23972,0,3950.15,2225.69,157.245,3.20607,300,5,0,7432,7332,1,0,0,0),(115437,26319,571,1,1,23974,0,3947.82,2162.15,156.167,4.34507,300,5,0,7432,7332,1,0,0,0),(115438,26319,571,1,1,23974,0,3911.5,2158.39,155.917,5.61292,300,5,0,7432,7332,1,0,0,0),(115439,26319,571,1,1,23972,0,3934.3,2288.48,155.992,4.06536,300,5,0,7432,7332,1,0,0,0),(115440,26319,571,1,1,23973,0,3947.65,2159.55,156.171,0.118317,300,5,0,7432,7332,1,0,0,0),(115441,26319,571,1,1,23973,0,3917.66,2278.22,156.135,0.424145,300,0,0,7432,7332,2,0,0,0),(115442,26319,571,1,1,23973,0,4072.15,2152.87,151.803,0.16176,300,0,0,7432,7332,2,0,0,0),(115443,26319,571,1,1,23974,0,4022.74,2258.96,152.308,2.18873,300,0,0,7432,7332,2,0,0,0),(115444,26575,571,1,1,2165,0,4879.58,795.418,167.632,3.04391,300,5,0,9940,0,1,0,0,0),(115445,24015,571,1,1,21990,1,1593.46,-5570.53,226.317,5.11381,300,0,0,6986,0,0,0,0,0),(115446,24271,571,1,1,26140,0,334.004,-5775.9,267.065,2.26628,300,0,0,8982,0,2,0,0,0),(115447,24271,571,1,1,26140,0,294.815,-5842.88,84.9195,2.23402,300,0,0,8982,0,0,0,0,0),(115448,24271,571,1,1,26140,0,314.861,-5808.88,82.6593,3.85718,300,0,0,8982,0,0,0,0,0),(115449,27343,571,1,1,25381,1,3148.72,-1421.03,60.4288,0.728751,300,5,0,9291,3231,1,0,0,0),(115450,24271,571,1,1,26140,0,137.86,-5750.37,36.7854,0.442489,300,0,0,8982,0,2,0,0,0),(115451,24271,571,1,1,26140,0,167.49,-5770.76,41.9759,2.07391,300,0,0,8982,0,0,0,0,0),(115452,24015,571,1,1,21992,1,1461.51,-5613.35,226.017,4.85202,300,0,0,6986,0,0,0,0,0),(115453,24271,571,1,1,26140,0,73.7144,-5817.14,5.87499,1.83373,300,0,0,8982,0,0,0,0,0),(115454,24271,571,1,1,26140,0,203.541,-5828.47,10.6968,3.29867,300,0,0,8982,0,0,0,0,0),(115455,24015,571,1,1,21992,1,1477.65,-5637.43,235.652,5.67232,300,0,0,6986,0,0,0,0,0),(115456,24271,571,1,1,26140,0,149.291,-5838.02,7.80997,1.69297,300,0,0,8982,0,0,0,0,0),(115457,24271,571,1,1,26140,0,194.841,-5808.82,10.2187,4.18879,300,0,0,8982,0,0,0,0,0),(115458,24271,571,1,1,26140,0,219.961,-5839.25,17.0533,0.22586,300,0,0,8982,0,2,0,0,0),(115459,24271,571,1,1,26140,0,109.493,-5830.44,5.5016,3.50811,300,0,0,8982,0,0,0,0,0),(115460,24271,571,1,1,26140,0,287.632,-5792.93,192.352,2.32088,300,0,0,8982,0,2,0,0,0),(115461,24015,571,1,1,21992,1,1535.49,-5544.65,209.723,2.14675,300,0,0,6986,0,0,0,0,0),(115462,24015,571,1,1,21992,1,1492.7,-5558.91,209.297,1.78024,300,0,0,6986,0,0,0,0,0),(115463,24015,571,1,1,21989,1,1518.78,-5613.82,226.541,4.59022,300,0,0,6986,0,0,0,0,0),(115464,24015,571,1,1,21990,1,1617.23,-5635.52,231.902,1.29357,300,5,0,6986,0,1,0,0,0),(115465,24015,571,1,1,21989,1,1576.97,-5620.44,233.049,4.86947,300,0,0,6986,0,0,0,0,0),(115466,24015,571,1,1,21992,1,1566.05,-5663.74,242.443,3.37813,300,0,0,6986,0,0,0,0,0),(115467,24015,571,1,1,21990,1,1534.62,-5581.84,226.179,4.53786,300,0,0,6986,0,0,0,0,0),(115468,24015,571,1,1,21990,1,1497.12,-5611.05,227.099,5.06145,300,0,0,6986,0,0,0,0,0),(115469,24015,571,1,1,21991,1,1505.59,-5583.48,225.563,4.95674,300,0,0,6986,0,0,0,0,0),(115470,24015,571,1,1,21990,1,1539.96,-5656.99,241.818,4.32655,300,0,0,6986,0,0,0,0,0),(115471,24015,571,1,1,21990,1,1547.45,-5609.42,226.344,5.20108,300,0,0,6986,0,0,0,0,0),(115472,24015,571,1,1,21989,1,1604.41,-5649.17,238.022,4.10598,300,5,0,6986,0,1,0,0,0),(115474,24015,571,1,1,21992,1,1564.47,-5583.87,226.65,0.018001,300,5,0,6986,0,1,0,0,0),(115476,24015,571,1,1,21992,1,1519.94,-5658.89,241.533,3.67086,300,0,0,6986,0,0,0,0,0),(115477,24015,571,1,1,21991,1,1562.86,-5586.9,226.659,5.09636,300,0,0,6986,0,0,0,0,0),(115478,24015,571,1,1,21989,1,1524.77,-5663.22,243.106,2.83203,300,0,0,6986,0,0,0,0,0),(115479,24015,571,1,1,21990,1,1575.73,-5658.9,240.184,3.12584,300,0,0,6986,0,0,0,0,0),(115480,24015,571,1,1,21991,1,1542.27,-5690.87,248.839,4.55841,300,0,0,6986,0,0,0,0,0),(115481,27343,571,1,1,25381,1,3053.04,-1447.69,50.4107,3.78139,300,5,0,9291,3231,1,0,0,0),(115482,27343,571,1,1,25381,1,3095,-1355.19,55.9154,3.57469,300,5,0,9291,3231,1,0,0,0),(115483,27343,571,1,1,25381,1,3174.59,-1364.13,66.0904,5.5432,300,5,0,9291,3231,1,0,0,0),(115485,26575,571,1,1,2165,0,4937.36,836.962,183.693,1.7834,300,5,0,9940,0,1,0,0,0),(115486,26832,571,1,1,24067,0,3170.49,2444.55,40.2748,0.174533,300,0,0,102820,69320,0,0,0,0),(115487,28624,571,1,1,25584,0,5780.84,-3598.16,387.238,2.40855,300,0,0,34137,0,0,0,0,0),(115488,24272,571,1,1,24991,0,911.234,-4809.58,-58.553,0.913123,300,5,0,9610,0,1,0,0,0),(115489,24272,571,1,1,24991,0,832.465,-4798.49,-53.3726,2.01744,300,5,0,9610,0,1,0,0,0),(115490,24272,571,1,1,24991,0,879.454,-4847.27,-55.924,3.54009,300,5,0,9610,0,1,0,0,0),(115491,24272,571,1,1,24991,0,810.162,-4794.71,-72.1413,3.48726,300,5,0,9610,0,1,0,0,0),(115492,24272,571,1,1,24991,0,921.835,-4857.74,-57.9151,5.74003,300,5,0,9610,0,1,0,0,0),(115493,24272,571,1,1,24991,0,842.575,-4799.65,-46.1748,1.87964,300,5,0,9610,0,1,0,0,0),(115494,24272,571,1,1,24991,0,861.01,-4922.55,-58.2825,1.82186,300,5,0,9610,0,1,0,0,0),(115495,24272,571,1,1,24991,0,830.592,-4867.27,-53.0588,4.48187,300,5,0,9610,0,1,0,0,0),(115496,24272,571,1,1,24991,0,922.307,-4831.98,-51.3575,2.38978,300,5,0,9610,0,1,0,0,0),(115497,24272,571,1,1,24991,0,843.46,-4962.71,-53.9947,1.78132,300,5,0,9610,0,1,0,0,0),(115498,24272,571,1,1,24991,0,826.524,-4810.88,-69.067,3.46916,300,5,0,9610,0,1,0,0,0),(115499,24272,571,1,1,24991,0,910.144,-4813.44,-53.5847,3.85136,300,5,0,9610,0,1,0,0,0),(115500,24784,571,1,1,22636,1,-91.2722,-3680.29,13.0578,0.733038,300,0,0,8982,3155,0,0,0,0),(115501,27088,571,1,1,24300,1,3401.9,-2790.61,211.376,0.349066,300,0,0,8982,0,0,0,0,0),(115502,29904,571,1,1,26630,0,6124.42,-1080.96,402.624,2.49582,300,0,0,11770,0,0,0,0,0),(115503,27344,571,1,1,24568,0,1919.03,-6176.72,24.5655,2.11185,300,0,0,27873,0,0,0,0,0),(115504,28112,571,1,1,25157,0,5026.58,5510.61,-86.6708,3.9619,300,0,0,4552,8313,0,0,0,0),(115505,28112,571,1,1,25157,0,5009.29,5570.88,-86.0497,3.54302,300,0,0,4552,8313,0,0,0,0),(115506,28112,571,1,1,25157,0,5081.12,5589.38,-90.2511,2.82743,300,0,0,4552,8313,0,0,0,0),(115507,28112,571,1,1,25157,0,5122.91,5549.65,-97.9706,0.850572,300,0,0,4552,8313,0,0,0,0),(115508,28112,571,1,1,25157,0,5026.69,5489.21,-87.088,1.0472,300,0,0,4552,8313,0,0,0,0),(115509,28112,571,1,1,25157,0,5121.25,5549.18,-97.9706,0.545195,300,0,0,4552,8313,0,0,0,0),(115510,28112,571,1,1,25157,0,5072.62,5501.32,-96.4247,3.31613,300,0,0,4552,8313,0,0,0,0),(115511,28112,571,1,1,25157,0,5066.31,5506.17,-96.0911,4.76475,300,0,0,4552,8313,0,0,0,0),(115512,28112,571,1,1,25157,0,5088.5,5522.06,-97.9706,5.1561,300,5,0,4552,8313,1,0,0,0),(115513,28112,571,1,1,25157,0,5076.99,5553.94,-97.9706,1.8912,300,5,0,4552,8313,1,0,0,0),(115514,28112,571,1,1,25157,0,5123.95,5548.42,-97.9706,3.42842,300,5,0,4552,8313,1,0,0,0),(115515,28112,571,1,1,25157,0,5141.92,5510.41,-97.9706,2.64142,300,5,0,4552,8313,1,0,0,0),(115516,28112,571,1,1,25157,0,5113.94,5483.46,-93.9378,4.57276,300,0,0,4552,8313,0,0,0,0),(115517,28112,571,1,1,25157,0,5106.67,5482.9,-93.9321,4.93928,300,0,0,4552,8313,0,0,0,0),(115518,28112,571,1,1,25157,0,5092.59,5485.92,-93.2406,0.366519,300,0,0,4552,8313,0,0,0,0),(115519,28112,571,1,1,25157,0,5125.37,5547.43,-97.9706,6.21908,300,5,0,4552,8313,1,0,0,0),(115520,28112,571,1,1,25157,0,5120.5,5481.93,-93.7191,4.2586,300,0,0,4552,8313,0,0,0,0),(115521,28112,571,1,1,25157,0,5123.39,5547.56,-97.9706,1.29579,300,0,0,4552,8313,0,0,0,0),(115523,28112,571,1,1,25157,0,5100.32,5480.67,-93.817,5.25344,300,0,0,4552,8313,0,0,0,0),(115524,28112,571,1,1,25157,0,5231.01,5488,-89.0593,3.87463,300,0,0,4552,8313,0,0,0,0),(115525,28112,571,1,1,25157,0,5224.3,5509.08,-88.6617,2.80998,300,0,0,4552,8313,0,0,0,0),(115526,28112,571,1,1,25157,0,5201.8,5487,-88.0499,4.29269,300,5,0,4552,8313,1,0,0,0),(115527,28112,571,1,1,25157,0,5197.75,5471.81,-87.2502,4.2237,300,0,0,4552,8313,0,0,0,0),(115528,28112,571,1,1,25157,0,5268.87,5473.16,-98.1865,0.917721,300,5,0,4552,8313,1,0,0,0),(115529,28112,571,1,1,25157,0,5212.52,5547.9,-97.1549,4.78739,300,0,0,4552,8313,0,0,0,0),(115530,28112,571,1,1,25157,0,5118.04,5597.94,-90.8348,1.14582,300,0,0,4552,8313,0,0,0,0),(115531,28112,571,1,1,25157,0,5075.43,5611.79,-86.2512,0.645772,300,0,0,4552,8313,0,0,0,0),(115532,28112,571,1,1,25157,0,5118.27,5596.42,-90.9441,0.725003,300,0,0,4552,8313,0,0,0,0),(115533,28112,571,1,1,25157,0,5115.2,5598.39,-90.9663,0.156971,300,0,0,4552,8313,0,0,0,0),(115534,28112,571,1,1,25157,0,5088.86,5604.89,-89.6122,5.41052,300,0,0,4552,8313,0,0,0,0),(115535,28112,571,1,1,25157,0,5078.11,5624.38,-86.8926,5.29517,300,5,0,4552,8313,1,0,0,0),(115536,28112,571,1,1,25157,0,5085.22,5632.98,-87.2263,4.95674,300,0,0,4552,8313,0,0,0,0),(115537,28112,571,1,1,25157,0,4932.17,5693.53,-73.5414,-0.220558,300,0,0,4552,8313,0,0,0,0),(115538,28112,571,1,1,25157,0,4913.95,5734.79,-66.0258,2.4066,300,5,0,4552,8313,1,0,0,0),(115539,28112,571,1,1,25157,0,5016.89,5601.61,-93.3313,0.529169,300,0,0,4552,8313,0,0,0,0),(115540,28112,571,1,1,25157,0,5188.55,5608.93,-89.1251,2.37365,300,0,0,4552,8313,0,0,0,0),(115541,28112,571,1,1,25157,0,5183.13,5573.23,-90.4796,0.366519,300,0,0,4552,8313,0,0,0,0),(115542,28112,571,1,1,25157,0,5195.69,5615.87,-89.043,4.95674,300,0,0,4552,8313,0,0,0,0),(115543,28112,571,1,1,25157,0,5200.04,5589.69,-91.1012,6.06605,300,5,0,4552,8313,1,0,0,0),(115544,28112,571,1,1,25157,0,5199.7,5570.7,-90.582,5.61996,300,0,0,4552,8313,0,0,0,0),(115545,28112,571,1,1,25157,0,5231.49,5552.89,-98.2468,4.9296,300,5,0,4552,8313,1,0,0,0),(115546,28112,571,1,1,25157,0,5195.6,5535.22,-95.8618,1.18682,300,0,0,4552,8313,0,0,0,0),(115547,28112,571,1,1,25157,0,5112.01,5551.53,-97.9706,1.5131,300,5,0,4552,8313,1,0,0,0),(115548,28112,571,1,1,25157,0,5119.16,5548.04,-97.9706,2.77346,300,5,0,4552,8313,1,0,0,0),(115549,28112,571,1,1,25157,0,5093.14,5541.98,-97.9706,2.57255,300,5,0,4552,8313,1,0,0,0),(115550,28112,571,1,1,25157,0,5065.34,5717.55,-87.6875,2.32752,300,0,0,4552,8313,0,0,0,0),(115551,28112,571,1,1,25157,0,5135.61,5523.79,-97.9706,4.83137,300,5,0,4552,8313,1,0,0,0),(115552,28112,571,1,1,25157,0,5109.27,5529.67,-97.9706,6.0021,300,5,0,4552,8313,1,0,0,0),(115553,28112,571,1,1,25157,0,5140,5546.91,-97.9706,3.00973,300,5,0,4552,8313,1,0,0,0),(115554,28112,571,1,1,25157,0,5176.56,5598.27,-90.219,2.18616,300,5,0,4552,8313,1,0,0,0),(115555,28112,571,1,1,25157,0,5144.77,5597.46,-95.0147,6.12141,300,5,0,4552,8313,1,0,0,0),(115556,28112,571,1,1,25157,0,5192.83,5475.91,-87.3944,3.11623,300,5,0,4552,8313,1,0,0,0),(115557,28112,571,1,1,25157,0,5103.85,5601.19,-90.8653,3.64774,300,0,0,4552,8313,0,0,0,0),(115559,28112,571,1,1,25157,0,5123.36,5585.3,-91.0778,1.78024,300,0,0,4552,8313,0,0,0,0),(115560,28112,571,1,1,25157,0,5007.86,5600.08,-91.2407,2.98451,300,0,0,4552,8313,0,0,0,0),(115561,28112,571,1,1,25157,0,4976.63,5570.18,-83.1418,1.50098,300,0,0,4552,8313,0,0,0,0),(115562,23760,571,1,1,22533,1,855.464,-4343.93,183.457,4.93928,300,0,0,8982,0,0,0,0,0),(115563,23760,571,1,1,22534,1,968.103,-4260.23,166.789,4.72464,300,5,0,8982,0,1,0,0,0),(115564,23760,571,1,1,22534,1,786.033,-4506.73,188.611,0.222636,300,5,0,8982,0,1,0,0,0),(115565,23760,571,1,1,22533,1,790.224,-4498,187.403,0.820305,300,0,0,8982,0,0,0,0,0),(115566,23760,571,1,1,22533,1,803.946,-4506.55,183.857,1.39626,300,0,0,8982,0,0,0,0,0),(115567,23760,571,1,1,22533,1,1082.05,-4492.48,191.021,2.72271,300,0,0,8982,0,0,0,0,0),(115568,23760,571,1,1,22533,1,1081.25,-4497.92,191.552,1.5708,300,5,0,8982,0,1,0,0,0),(115569,23760,571,1,1,22533,1,997.966,-4300.98,171.586,4.69024,300,5,0,8982,0,1,0,0,0),(115570,23760,571,1,1,22533,1,1088.97,-4482.34,192.278,2.60054,300,0,0,8982,0,0,0,0,0),(115571,23760,571,1,1,22532,1,974.126,-4284.39,170.328,2.22076,300,5,0,8982,0,1,0,0,0),(115572,23760,571,1,1,22533,1,997.322,-4315.66,170.073,4.41568,300,0,0,8982,0,0,0,0,0),(115573,23760,571,1,1,22533,1,861.98,-4295.89,177.22,5.57365,300,5,0,8982,0,1,0,0,0),(115574,23760,571,1,1,22532,1,1007.77,-4274.64,166.69,3.3364,300,5,0,8982,0,1,0,0,0),(115575,23760,571,1,1,22534,1,941.367,-4271.86,169.03,2.91923,300,5,0,8982,0,1,0,0,0),(115576,23760,571,1,1,22533,1,869.075,-4321.78,177.468,4.85619,300,5,0,8982,0,1,0,0,0),(115577,23760,571,1,1,22534,1,836.006,-4276.9,179.263,6.00006,300,5,0,8982,0,1,0,0,0),(115578,23760,571,1,1,22532,1,871.694,-4267.88,175.614,1.29837,300,5,0,8982,0,1,0,0,0),(115579,23760,571,1,1,22533,1,861.919,-4314.18,178.036,3.74584,300,5,0,8982,0,1,0,0,0),(115580,23760,571,1,1,22532,1,877.788,-4341.89,177.607,4.86947,300,0,0,8982,0,0,0,0,0),(115581,23760,571,1,1,22533,1,972.214,-4312.28,172.931,4.76475,300,0,0,8982,0,0,0,0,0),(115582,24016,571,1,1,21997,1,1522.14,-5592.62,223.661,5.0091,300,0,0,7984,0,0,0,0,0),(115583,721,571,1,1,328,0,711.545,-5572.65,236.286,0.844803,300,5,0,1,0,1,0,0,0),(115584,721,571,1,1,328,0,1161.83,-5725.42,227.359,5.42589,300,5,0,1,0,1,0,0,0),(115585,24273,571,1,1,22242,1,1964.22,-3214.94,153.748,3.89172,300,0,0,7185,7196,0,0,0,0),(115586,28113,571,1,1,23320,0,5786.98,3600.55,-10.6589,4.76475,300,0,0,11379,0,0,0,0,0),(115587,28113,571,1,1,23320,0,5608,3722.11,-114.819,2.47837,300,0,0,11379,0,0,0,0,0),(115588,28113,571,1,1,23320,0,5824.41,3626.72,-8.12578,4.04916,300,0,0,11379,0,0,0,0,0),(115589,28113,571,1,1,23320,0,5746.79,3583.59,-9.86666,1.37881,300,0,0,11379,0,0,0,0,0),(115590,28113,571,1,1,23320,0,5849.38,3654.13,-3.1932,2.63545,300,0,0,11379,0,0,0,0,0),(115591,28113,571,1,1,23320,0,5809.15,3557.71,-7.90025,1.0821,300,0,0,11379,0,0,0,0,0),(115592,28113,571,1,1,23320,0,5794.87,3674.29,-18.5171,5.5676,300,0,0,11379,0,0,0,0,0),(115593,28113,571,1,1,23320,0,5887.35,3595.63,8.40358,4.2237,300,0,0,11379,0,0,0,0,0),(115594,28113,571,1,1,23320,0,5752.32,3649.55,-16.2017,1.02974,300,0,0,11379,0,0,0,0,0),(115595,29905,571,1,1,26627,1,6121.1,-1095.92,402.837,1.62316,300,0,0,11770,0,0,0,0,0),(115596,29137,571,1,1,25939,0,5191.09,-2199.45,239.482,4.4855,300,0,0,31905,0,0,0,0,0),(115597,25297,571,1,1,3019,0,2359.58,5204.21,7.71538,2.75762,300,0,0,2097,0,0,0,0,0),(115598,25297,571,1,1,3019,0,2366.02,5221.08,7.71537,2.67035,300,0,0,2097,0,0,0,0,0),(115599,721,571,1,1,328,0,156.15,-4674.85,295.318,2.1588,300,5,0,1,0,1,0,0,0),(115600,721,571,1,1,328,0,1247.84,-5348.45,178.333,5.21446,300,5,0,1,0,1,0,0,0),(115601,721,571,1,1,4626,0,1713.5,-4416.56,181.013,5.44774,300,5,0,1,0,1,0,0,0),(115602,721,571,1,1,328,0,1394.64,-3929.45,125.598,6.18801,300,5,0,1,0,1,0,0,0),(115603,28113,571,1,1,23320,0,5791.35,3549.79,-8.57478,3.08923,300,0,0,11379,0,0,0,0,0),(115604,28113,571,1,1,23320,0,5877.79,3613.83,7.98776,2.9147,300,0,0,11379,0,0,0,0,0),(115605,28113,571,1,1,23320,0,5697.98,3869.89,-66.0157,2.40855,300,0,0,11379,0,0,0,0,0),(115606,28113,571,1,1,23320,0,5862.08,3609.84,7.11145,5.84685,300,0,0,11379,0,0,0,0,0),(115607,27089,571,1,1,24299,1,3410.7,-2801.19,211.316,1.09956,300,0,0,8982,0,0,0,0,0),(115608,721,571,1,1,4626,0,1323.53,-5543.79,199.144,4.5466,300,5,0,1,0,1,0,0,0),(115609,721,571,1,1,328,0,1666.43,-5552.43,214.684,2.4516,300,5,0,1,0,1,0,0,0),(115610,721,571,1,1,4626,0,694.271,-5462.99,237.246,5.7462,300,5,0,1,0,1,0,0,0),(115611,721,571,1,1,4626,0,641.059,-4493.2,205.029,3.25669,300,5,0,1,0,1,0,0,0),(115612,721,571,1,1,4626,0,1526.58,-5139.11,183.788,6.11527,300,5,0,1,0,1,0,0,0),(115613,721,571,1,1,4626,0,1662.26,-5198.55,178.493,0.145553,300,5,0,1,0,1,0,0,0),(115614,721,571,1,1,328,0,1369.35,-3651.58,133.752,4.07117,300,5,0,1,0,1,0,0,0),(115615,721,571,1,1,4626,0,1947.72,-4753.02,193.748,1.97604,300,5,0,1,0,1,0,0,0),(115616,721,571,1,1,4626,0,1551.82,-6073.19,8.07279,1.8485,300,5,0,1,0,1,0,0,0),(115617,721,571,1,1,4626,0,1165.3,-5874.38,273.356,4.0439,300,5,0,1,0,1,0,0,0),(115618,721,571,1,1,328,0,1448.48,-5534.94,199.713,5.40087,300,5,0,1,0,1,0,0,0),(115619,721,571,1,1,4626,0,1111.45,-5493.4,196.623,1.41206,300,5,0,1,0,1,0,0,0),(115620,721,571,1,1,4626,0,1340.01,-5674.45,234.167,2.69527,300,5,0,1,0,1,0,0,0),(115621,721,571,1,1,328,0,1173.32,-5597.39,211.951,3.66083,300,5,0,1,0,1,0,0,0),(115622,721,571,1,1,328,0,1160.01,-4124.39,149.611,5.70654,300,5,0,1,0,1,0,0,0),(115623,721,571,1,1,4626,0,1635.28,-5225.78,181.706,1.66777,300,5,0,1,0,1,0,0,0),(115624,721,571,1,1,328,0,2296.17,-4615.47,218.188,0.993357,300,5,0,1,0,1,0,0,0),(115625,721,571,1,1,4626,0,1376.56,-6080.13,275.962,0.062565,300,5,0,1,0,1,0,0,0),(115626,721,571,1,1,328,0,485.072,-5420.49,270.612,1.8802,300,5,0,1,0,1,0,0,0),(115627,721,571,1,1,328,0,621.441,-5857.97,291.702,5.48398,300,5,0,1,0,1,0,0,0),(115628,721,571,1,1,328,0,340.869,-4411.9,235.752,6.07659,300,5,0,1,0,1,0,0,0),(115629,28113,571,1,1,23320,0,5864.49,3654.17,-3.25095,3.36848,300,0,0,11379,0,0,0,0,0),(115630,28113,571,1,1,23320,0,5877.11,3586.57,7.41946,5.77704,300,0,0,11379,0,0,0,0,0),(115631,28113,571,1,1,23320,0,5835.34,3669.23,-4.5878,3.33358,300,0,0,11379,0,0,0,0,0),(115632,28113,571,1,1,23320,0,5852.72,3630.19,6.9223,3.54302,300,0,0,11379,0,0,0,0,0),(115633,28113,571,1,1,23320,0,5743.93,3820.82,-56.2679,2.29801,300,0,0,11379,0,0,0,0,0),(115634,28113,571,1,1,23320,0,5750.23,3747.32,-36.1597,1.37324,300,0,0,11379,0,0,0,0,0),(115635,28113,571,1,1,23320,0,5744.84,3781.3,-45.2577,1.97535,300,0,0,11379,0,0,0,0,0),(115636,28113,571,1,1,23320,0,5834.46,3647.17,-5.62595,4.41568,300,0,0,11379,0,0,0,0,0),(115638,28113,571,1,1,23320,0,5845.3,3660.83,-4.85425,0.507811,300,0,0,11379,0,0,0,0,0),(115640,28113,571,1,1,23320,0,5841.82,3589.83,2.66555,2.42322,300,0,0,11379,0,0,0,0,0),(115641,28113,571,1,1,23320,0,5721.39,3691.7,-29.3548,1.08532,300,0,0,11379,0,0,0,0,0),(115642,28113,571,1,1,23320,0,5851.44,3722.79,-14.6395,2.7707,300,0,0,11379,0,0,0,0,0),(115643,28113,571,1,1,23320,0,5868.11,3678.28,-3.28498,1.13446,300,0,0,11379,0,0,0,0,0),(115644,28113,571,1,1,23320,0,5739.67,3630.12,-16.2483,3.36313,300,0,0,11379,0,0,0,0,0),(115645,28113,571,1,1,23320,0,5768.13,3647.68,-16.3991,0.663225,300,0,0,11379,0,0,0,0,0),(115646,28113,571,1,1,23320,0,5768.97,3591.37,-9.27209,1.22173,300,0,0,11379,0,0,0,0,0),(115647,28113,571,1,1,23320,0,5777.83,3620.09,-12.6938,5.4979,300,0,0,11379,0,0,0,0,0),(115648,28113,571,1,1,23320,0,5757.39,3613.1,-15.8556,4.59022,300,0,0,11379,0,0,0,0,0),(115649,28113,571,1,1,23320,0,5759.18,3562.33,-10.0286,3.13195,300,0,0,11379,0,0,0,0,0),(115650,28113,571,1,1,23320,0,5771.79,3552.94,-9.77143,5.5676,300,0,0,11379,0,0,0,0,0),(115651,28113,571,1,1,23320,0,5733.93,3602.6,-16.6056,0.174533,300,0,0,11379,0,0,0,0,0),(115652,28113,571,1,1,23320,0,5824.17,3610.63,-6.80134,0.040057,300,0,0,11379,0,0,0,0,0),(115653,28113,571,1,1,23320,0,5819.63,3578.09,-7.9993,1.0472,300,0,0,11379,0,0,0,0,0),(115654,28113,571,1,1,23320,0,5733.93,3638,-16.5477,3.83972,300,0,0,11379,0,0,0,0,0),(115655,721,571,1,1,328,0,1769.15,-5261,183.454,5.48737,300,5,0,1,0,1,0,0,0),(115656,721,571,1,1,4626,0,2501.93,-4444.34,232.134,1.7954,300,5,0,1,0,1,0,0,0),(115657,26577,571,1,1,23912,0,5031.19,1079.49,264.241,2.44438,300,5,0,7952,7654,1,0,0,0),(115658,26321,571,1,1,27478,0,2824.71,1750.11,151.782,0.174533,300,0,0,32518,0,0,0,0,0),(115659,721,571,1,1,4626,0,1302.88,-3550.89,160.636,2.56209,300,5,0,1,0,1,0,0,0),(115660,721,571,1,1,328,0,247.224,-5359.18,310.973,3.44728,300,5,0,1,0,1,0,0,0),(115661,721,571,1,1,4626,0,1488.44,-3510.84,168.702,1.2262,300,5,0,1,0,1,0,0,0),(115662,721,571,1,1,328,0,1711.64,-5913.44,6.82808,4.44374,300,5,0,1,0,1,0,0,0),(115663,26577,571,1,1,23912,0,4972.35,835.195,206.992,1.57928,300,5,0,7952,7654,1,0,0,0),(115664,721,571,1,1,4626,0,433.578,-5616.36,293.215,3.50722,300,5,0,1,0,1,0,0,0),(115665,721,571,1,1,328,0,384.118,-4876.71,241.615,1.2262,300,5,0,1,0,1,0,0,0),(115666,26577,571,1,1,23912,0,5084.36,1077.93,226.113,0.286669,300,5,0,7952,7654,1,0,0,0),(115667,26321,571,1,1,27478,0,3183.26,1680.55,151.736,1.58825,300,0,0,32518,0,0,0,0,0),(115668,26321,571,1,1,27478,0,2897.75,1921.42,132.765,0.855211,300,0,0,32518,0,0,0,0,0),(115669,26577,571,1,1,23912,0,4841.48,657.444,168.101,0.163289,300,5,0,7952,7654,1,0,0,0),(115670,26321,571,1,1,27478,0,3197.59,1911,128.729,4.46804,300,0,0,32518,0,0,0,0,0),(115671,26321,571,1,1,27478,0,3137.95,1819.67,128.161,2.72271,300,0,0,32518,0,0,0,0,0),(115672,26321,571,1,1,27478,0,3243.96,1802.86,136.995,4.50295,300,0,0,32518,0,0,0,0,0),(115673,26321,571,1,1,27478,0,3020.03,1847.56,129.446,5.07891,300,0,0,32518,0,0,0,0,0),(115674,26321,571,1,1,27478,0,2919.1,1686.02,142.088,4.24115,300,0,0,32518,0,0,0,0,0),(115675,26577,571,1,1,23912,0,4868.15,975.008,213.545,5.02158,300,5,0,7952,7654,1,0,0,0),(115676,26577,571,1,1,23912,0,4900.53,801.307,177.035,2.28962,300,5,0,7952,7654,1,0,0,0),(115677,26577,571,1,1,23912,0,4807.44,793.312,169.671,1.06806,300,5,0,7952,7654,1,0,0,0),(115678,721,571,1,1,4626,0,1894.82,-5951.1,9.29859,4.6557,300,5,0,1,0,1,0,0,0),(115679,721,571,1,1,4626,0,425.861,-3363.72,52.1274,4.02961,300,0,0,1,0,0,0,0,0),(115680,721,571,1,1,328,0,545.055,-3241.26,27.1515,2.95171,300,5,0,1,0,1,0,0,0),(115681,721,571,1,1,328,0,113.855,-5583.61,391.547,4.19979,300,5,0,1,0,1,0,0,0),(115682,721,571,1,1,4626,0,1792.53,-5871.02,7.10281,5.10342,300,5,0,1,0,1,0,0,0),(115683,721,571,1,1,4626,0,761.847,-3131.66,26.1788,3.90557,300,5,0,1,0,1,0,0,0),(115684,721,571,1,1,328,0,505.401,-3136.21,25.3103,2.5368,300,0,0,1,0,0,0,0,0),(115685,28369,571,1,1,25339,0,5303.04,-3340.12,295.491,3.43243,300,0,0,10635,0,0,0,0,0),(115686,28369,571,1,1,25339,0,5332.92,-3326.66,295.87,0.401455,300,0,0,10635,0,0,0,0,0),(115687,28369,571,1,1,25339,0,5317.31,-3333.82,295.491,0.486602,300,0,0,10635,0,0,0,0,0),(115688,28369,571,1,1,25339,0,5326.54,-3328.77,295.692,0.416626,300,0,0,10635,0,0,0,0,0),(115689,28369,571,1,1,25339,0,5303.3,-3338.4,295.491,3.14914,300,0,0,10635,0,0,0,0,0),(115690,28369,571,1,1,25339,0,5306.26,-3339.92,295.491,1.46774,300,5,0,10635,0,1,0,0,0),(115691,28369,571,1,1,25339,0,5481.72,-3262.09,293.124,4.83456,300,0,0,10635,0,0,0,0,0),(115697,721,571,1,1,328,0,5629.61,746.425,641.679,2.20874,300,5,0,1,0,1,0,0,0),(115698,721,571,1,1,328,0,5958.87,671.051,640.621,4.51992,300,5,0,1,0,1,0,0,0),(115699,721,571,1,1,4626,0,5830.28,759.14,640.433,1.65202,300,5,0,1,0,1,0,0,0),(115700,721,571,1,1,328,0,5810.32,496.87,656.872,0.705006,300,5,0,1,0,1,0,0,0),(115701,721,571,1,1,328,0,5821.88,643.79,647.921,3.16106,300,5,0,1,0,1,0,0,0),(115702,721,571,1,1,328,0,5753.54,772.873,640.883,2.43428,300,0,0,1,0,2,0,0,0),(115703,26577,571,1,1,23912,0,4934.45,741.367,186.758,2.9309,300,5,0,7952,7654,1,0,0,0),(115704,26577,571,1,1,23912,0,4942.9,825.118,187.302,5.12436,300,5,0,7952,7654,1,0,0,0),(115705,29650,571,1,1,26409,1,6685.12,-259.956,955.067,1.5708,300,0,0,12600,3994,0,0,0,0),(115706,32722,571,1,1,27949,1,5784.46,769.186,661.301,2.58022,300,5,0,40320,35256,2,0,0,0),(115707,29906,571,1,1,26631,0,6116.4,-1071.45,402.981,1.36136,300,0,0,11770,0,0,0,0,0),(115708,25298,571,1,1,23061,0,2238.12,5237.36,22.5165,1.22173,300,0,0,7984,0,0,0,0,0),(115709,32466,571,1,1,27972,0,5838.24,727.347,618.848,0.097314,300,0,0,1,0,2,0,0,0),(115710,26322,571,1,1,23747,0,2819.57,1482.24,158.892,4.36573,300,5,0,9291,3231,1,0,0,0),(115711,23762,571,1,1,21739,1,3842.41,-1956.08,208.601,4.31096,300,0,0,4890,0,0,0,0,0),(115712,26322,571,1,1,23747,0,2857.46,1572.48,161.981,2.60675,300,5,0,9291,3231,1,0,0,0),(115713,24786,571,1,1,24927,0,116.261,-3377.49,3.23533,0.383972,300,0,0,8982,0,0,0,0,0),(115714,26322,571,1,1,23747,0,3023.91,1626.9,165.316,3.83024,300,5,0,9291,3231,1,0,0,0),(115715,26322,571,1,1,23747,0,2781.04,1442.12,148.621,3.72516,300,5,0,9291,3231,1,0,0,0),(115716,26322,571,1,1,23747,0,3026.48,1776.19,131.853,5.57769,300,5,0,9291,3231,1,0,0,0),(115717,26322,571,1,1,23747,0,2728.63,1443.33,140.862,0.819938,300,5,0,9291,3231,1,0,0,0),(115718,26322,571,1,1,23747,0,2814.09,1582.54,165.173,5.09253,300,5,0,9291,3231,1,0,0,0),(115719,26322,571,1,1,23747,0,2795.85,1397.93,137.865,1.66639,300,5,0,9291,3231,1,0,0,0),(115720,26322,571,1,1,23747,0,3186.16,1907.35,130.301,0.307566,300,5,0,9291,3231,1,0,0,0),(115721,26322,571,1,1,23747,0,2836.82,1665.14,157.205,1.54548,300,5,0,9291,3231,1,0,0,0),(115722,26322,571,1,1,23747,0,2908.78,1679.92,144.706,0.533556,300,5,0,9291,3231,1,0,0,0),(115723,24786,571,1,1,24927,0,93.1663,-3284.31,0.490243,6.12611,300,0,0,8982,0,0,0,0,0),(115724,26322,571,1,1,23747,0,3128.27,1711.83,149.486,5.85599,300,5,0,9291,3231,1,0,0,0),(115725,26322,571,1,1,23747,0,3239.82,1639.01,152.559,3.63996,300,5,0,9291,3231,1,0,0,0),(115726,26322,571,1,1,23747,0,2881.49,1614.92,157.811,5.48602,300,5,0,9291,3231,1,0,0,0),(115727,26322,571,1,1,23747,0,3026.79,1737.56,131.852,3.26037,300,5,0,9291,3231,1,0,0,0),(115728,26322,571,1,1,23747,0,3315,1805.92,131.979,5.24134,300,5,0,9291,3231,1,0,0,0),(115729,26322,571,1,1,23747,0,3359.27,1648.95,135.68,0.786736,300,5,0,9291,3231,1,0,0,0),(115730,26322,571,1,1,23747,0,2762.5,1503.86,149.421,0.222027,300,5,0,9291,3231,1,0,0,0),(115731,26322,571,1,1,23747,0,2789.72,1744.11,157.538,3.02312,300,5,0,9291,3231,1,0,0,0),(115732,26322,571,1,1,23747,0,2847.32,1725.07,151.051,5.40553,300,5,0,9291,3231,1,0,0,0),(115733,26322,571,1,1,23747,0,3209.32,1912.6,132.666,3.27767,300,5,0,9291,3231,1,0,0,0),(115734,26322,571,1,1,23747,0,3052.34,1703.35,146.79,2.73693,300,5,0,9291,3231,1,0,0,0),(115735,27602,571,1,1,21810,1,2691.33,-2264.73,14.645,2.1293,300,0,0,9940,0,0,0,0,0),(115736,26322,571,1,1,23747,0,3335.2,1625.03,133.819,1.16294,300,5,0,9291,3231,1,0,0,0),(115737,26322,571,1,1,23747,0,2815.99,1780.07,153.296,1.79914,300,5,0,9291,3231,1,0,0,0),(115738,26322,571,1,1,23747,0,3028.29,1949.31,128.326,1.45561,300,5,0,9291,3231,1,0,0,0),(115739,26578,571,1,1,25805,0,5123.98,1069.96,237.181,2.25479,300,5,0,51410,10398,1,0,0,0),(115740,26322,571,1,1,23747,0,2888.93,1742.44,138.788,1.13388,300,5,0,9291,3231,1,0,0,0),(115741,24786,571,1,1,24927,0,125.915,-3364.01,1.45622,0.680678,300,0,0,8982,0,0,0,0,0),(115742,24786,571,1,1,24927,0,127.762,-3371.87,0.484474,0.436332,300,0,0,8982,0,0,0,0,0),(115743,26322,571,1,1,23747,0,3032.02,1848.01,131.631,3.17972,300,5,0,9291,3231,1,0,0,0),(115744,26322,571,1,1,23747,0,3022.84,1835.9,131.959,1.80724,300,5,0,9291,3231,1,0,0,0),(115745,26322,571,1,1,23747,0,2992.65,1755.71,132.217,2.36326,300,5,0,9291,3231,1,0,0,0),(115746,26322,571,1,1,23747,0,3195.13,1680.57,151.979,3.14347,300,5,0,9291,3231,1,0,0,0),(115747,26322,571,1,1,23747,0,3181.09,1654.24,154.953,3.33762,300,5,0,9291,3231,1,0,0,0),(115748,26322,571,1,1,23747,0,3244.35,1791.06,136.855,1.60304,300,5,0,9291,3231,1,0,0,0),(115749,26322,571,1,1,23747,0,3153.01,1690.25,153.584,1.23031,300,5,0,9291,3231,1,0,0,0),(115750,26322,571,1,1,23747,0,3112.9,1842.7,133.578,5.72808,300,5,0,9291,3231,1,0,0,0),(115751,26322,571,1,1,23747,0,3232.48,1802.77,135.494,0.007816,300,5,0,9291,3231,1,0,0,0),(115752,26322,571,1,1,23747,0,3104.83,1946.77,132.564,4.99337,300,5,0,9291,3231,1,0,0,0),(115753,26322,571,1,1,23747,0,2941.79,1963.62,138.181,5.9778,300,5,0,9291,3231,1,0,0,0),(115754,26322,571,1,1,23747,0,2958.49,1908.77,133.295,3.9705,300,5,0,9291,3231,1,0,0,0),(115755,26322,571,1,1,23747,0,3082.36,1836.01,132.356,3.62437,300,5,0,9291,3231,1,0,0,0),(115756,26322,571,1,1,23747,0,3128.78,1811.93,129.861,0.700854,300,5,0,9291,3231,1,0,0,0),(115757,26322,571,1,1,23747,0,3148.04,1813.23,131.11,2.57473,300,5,0,9291,3231,1,0,0,0),(115758,26322,571,1,1,23747,0,3213.9,1848.4,134.468,4.55655,300,5,0,9291,3231,1,0,0,0),(115759,26322,571,1,1,23747,0,3144.49,1829.65,131.421,4.13226,300,5,0,9291,3231,1,0,0,0),(115760,26322,571,1,1,23747,0,2853.59,1761.81,147.577,0.344877,300,5,0,9291,3231,1,0,0,0),(115761,26322,571,1,1,23747,0,3195.22,1899.24,130.367,1.37212,300,5,0,9291,3231,1,0,0,0),(115762,26322,571,1,1,23747,0,3155.9,1937.9,131.417,1.79324,300,5,0,9291,3231,1,0,0,0),(115763,26322,571,1,1,23747,0,2890.84,1931.04,136.668,5.33482,300,5,0,9291,3231,1,0,0,0),(115764,26322,571,1,1,23747,0,2831.66,1808.59,142.242,2.8288,300,5,0,9291,3231,1,0,0,0),(115765,26322,571,1,1,23747,0,2983.96,1927.4,129.305,3.28957,300,5,0,9291,3231,1,0,0,0),(115766,26322,571,1,1,23747,0,2986.55,1927.2,127.442,0.166754,300,5,0,9291,3231,1,0,0,0),(115767,26322,571,1,1,23747,0,3278.09,1686.73,144.973,3.04684,300,5,0,9291,3231,1,0,0,0),(115768,26322,571,1,1,23747,0,3251.7,1715.42,136.194,5.85429,300,5,0,9291,3231,1,0,0,0),(115769,26322,571,1,1,23747,0,3120.21,1909.32,126.336,4.49731,300,5,0,9291,3231,1,0,0,0),(115770,26322,571,1,1,23747,0,3275.47,1913.51,135.586,2.74337,300,5,0,9291,3231,1,0,0,0),(115771,26322,571,1,1,23747,0,3075.26,1882.85,126.562,0.713298,300,5,0,9291,3231,1,0,0,0),(115772,26322,571,1,1,23747,0,2889.93,1912.38,133.809,0.857953,300,5,0,9291,3231,1,0,0,0),(115773,26322,571,1,1,23747,0,2913.41,1944.87,138.946,2.84007,300,5,0,9291,3231,1,0,0,0),(115774,26322,571,1,1,23747,0,2903.33,1911.04,132.486,2.06345,300,5,0,9291,3231,1,0,0,0),(115775,26322,571,1,1,23747,0,2944.53,1852.83,131.565,4.14623,300,5,0,9291,3231,1,0,0,0),(115776,26322,571,1,1,23747,0,3010.68,1855.08,131.552,5.60707,300,5,0,9291,3231,1,0,0,0),(115777,26322,571,1,1,23747,0,3009.4,1842.21,133.02,0.466701,300,5,0,9291,3231,1,0,0,0),(115778,26322,571,1,1,23747,0,3197.19,1940.82,132.147,1.5913,300,5,0,9291,3231,1,0,0,0),(115779,26322,571,1,1,23747,0,3227.16,1953.41,134.151,4.22217,300,5,0,9291,3231,1,0,0,0),(115780,26322,571,1,1,23747,0,3246.71,1814.24,136.387,4.476,300,5,0,9291,3231,1,0,0,0),(115781,26322,571,1,1,23747,0,2972.85,1703.63,144.07,3.11913,300,5,0,9291,3231,1,0,0,0),(115782,26322,571,1,1,23747,0,2941.15,1703.65,137.133,3.15503,300,5,0,9291,3231,1,0,0,0),(115783,26322,571,1,1,23747,0,2978.56,1705.52,144.494,2.6175,300,5,0,9291,3231,1,0,0,0),(115784,26322,571,1,1,23747,0,2940.66,1701.13,137.758,4.50572,300,5,0,9291,3231,1,0,0,0),(115785,26322,571,1,1,23747,0,3321.7,1855.52,119.201,5.32525,300,5,0,9291,3231,1,0,0,0),(115786,26322,571,1,1,23747,0,2940.08,1658.74,150.215,5.39629,300,5,0,9291,3231,1,0,0,0),(115787,26322,571,1,1,23747,0,2910.13,1693.99,144.019,5.55721,300,5,0,9291,3231,1,0,0,0),(115788,26322,571,1,1,23747,0,3286.55,1572.54,147.635,3.72266,300,5,0,9291,3231,1,0,0,0),(115790,24786,571,1,1,24927,0,97.1246,-3279.91,1.23721,6.21337,300,0,0,8982,0,0,0,0,0),(115791,24786,571,1,1,24927,0,124.031,-3336.66,0.6558,0.20944,300,0,0,8982,0,0,0,0,0),(115789,28882,571,1,1,25749,1,6558.42,-3791.73,488.396,1.33697,120,6,0,1,0,1,0,0,0),(115793,24786,571,1,1,24927,0,113.105,-3315.51,1.1897,0.506145,300,0,0,8982,0,0,0,0,0),(115794,24786,571,1,1,24927,0,123.546,-3345.11,1.39513,0.645772,300,0,0,8982,0,0,0,0,0),(115833,28882,571,1,1,25749,1,6554.08,-3890.06,491.293,3.19395,120,0,0,1,0,0,0,0,0),(115832,28882,571,1,1,25749,1,6553.98,-4006.03,483.14,3.05433,120,0,0,1,0,0,0,0,0),(115831,28882,571,1,1,25749,1,6553.85,-3977.93,482.591,3.08923,120,0,0,1,0,0,0,0,0),(115830,28882,571,1,1,25749,1,6553.46,-3917.45,491.02,3.10669,120,0,0,1,0,0,0,0,0),(115829,28882,571,1,1,25749,1,6545.94,-3943.64,491.595,4.7473,120,0,0,1,0,0,0,0,0),(115828,28882,571,1,1,25749,1,6545.78,-3860.77,491.42,1.55334,120,0,0,1,0,0,0,0,0),(115827,28882,571,1,1,25749,1,6537.9,-4077.25,468.617,1.51835,120,10,0,1,0,1,0,0,0),(115826,28882,571,1,1,25749,1,6518.02,-3890.55,482.491,3.15905,120,0,0,1,0,0,0,0,0),(115825,28882,571,1,1,25749,1,6516.84,-3919.04,482.338,3.08923,120,0,0,1,0,0,0,0,0),(115824,28882,571,1,1,25749,1,6512.63,-3952.8,482.358,0.88118,120,7,0,1,0,1,0,0,0),(115823,28882,571,1,1,25749,1,6510.91,-4044.12,468.976,5.48121,120,8,0,1,0,1,0,0,0),(115822,28882,571,1,1,25749,1,6509.36,-3842.43,482.348,5.00836,120,10,0,1,0,1,0,0,0),(115821,28882,571,1,1,25749,1,6492.6,-3782.31,470.715,1.46021,120,6,0,1,0,1,0,0,0),(115820,28882,571,1,1,25749,1,6497.08,-4105.45,469.054,4.01426,120,0,0,1,0,0,0,0,0),(115819,28882,571,1,1,25749,1,6488.46,-3899.49,483.733,3.92521,120,10,0,1,0,1,0,0,0),(115818,28882,571,1,1,25749,1,6482.06,-3966.48,482.039,3.9492,120,0,0,1,0,2,0,0,0),(115817,28882,571,1,1,25749,1,6474.38,-4078.73,468.95,2.96706,120,0,0,1,0,0,0,0,0),(115816,28882,571,1,1,25749,1,6473.16,-4019.36,470.915,3.03687,120,0,0,1,0,0,0,0,0),(115815,28882,571,1,1,25749,1,6471.05,-3991.99,471.46,3.12414,120,0,0,1,0,0,0,0,0),(115814,28882,571,1,1,25749,1,6469.21,-3869.75,482.28,3.30148,120,8,0,1,0,1,0,0,0),(115813,28882,571,1,1,25749,1,6464.81,-3928.34,482.302,2.52063,120,8,0,1,0,1,0,0,0),(115812,28882,571,1,1,25749,1,6464.7,-4048.99,468.278,4.11898,120,0,0,1,0,0,0,0,0),(115811,28882,571,1,1,25749,1,6459.62,-3785.04,470.799,6.24828,120,0,0,1,0,0,0,0,0),(115810,28882,571,1,1,25749,1,6440.44,-3900.44,470.84,2.98451,120,0,0,1,0,0,0,0,0),(115809,28882,571,1,1,25749,1,6437.55,-3974.85,470.824,2.97711,120,9,0,1,0,1,0,0,0),(115808,28882,571,1,1,25749,1,6432.91,-4016.68,472.965,3.87463,120,0,0,1,0,0,0,0,0),(115807,28882,571,1,1,25749,1,6432.43,-3806.22,470.799,4.67748,120,0,0,1,0,0,0,0,0),(115806,28882,571,1,1,25749,1,6428.94,-3830.58,470.724,2.06213,120,10,0,1,0,1,0,0,0),(115805,28882,571,1,1,25749,1,6427.3,-3866.62,470.801,1.58764,120,6,0,1,0,1,0,0,0),(115804,28882,571,1,1,25749,1,6425.76,-3934.07,470.764,2.92227,120,6,0,1,0,1,0,0,0),(115803,28882,571,1,1,25749,1,6411.97,-3992.99,473.178,3.83972,120,0,0,1,0,0,0,0,0),(115802,28882,571,1,1,25749,1,6411.45,-3902.44,470.833,5.93527,120,10,0,1,0,1,0,0,0),(115801,28882,571,1,1,25749,1,6390.47,-3772.85,473.21,3.12414,120,0,0,1,0,0,0,0,0),(115800,28882,571,1,1,25749,1,6390.07,-3809.9,473.198,3.08923,120,0,0,1,0,0,0,0,0),(115799,28882,571,1,1,25749,1,6389.13,-3839.67,473.35,3.00197,120,0,0,1,0,0,0,0,0),(115798,28882,571,1,1,25749,1,6388.12,-3970.03,473.157,3.92699,120,0,0,1,0,0,0,0,0),(115797,28882,571,1,1,25749,1,6377.64,-3907.95,472.169,3.24631,120,0,0,1,0,0,0,0,0),(115796,28882,571,1,1,25749,1,6377.56,-3941.59,472.422,3.28122,120,0,0,1,0,0,0,0,0),(115795,28882,571,1,1,25749,1,6375.78,-3873.08,474.452,3.12414,120,0,0,1,0,0,0,0,0),(115834,27347,571,1,1,24574,0,3425.19,-1261.94,125.774,5.41052,300,0,0,53175,17805,0,0,0,0),(115835,24787,571,1,1,22106,0,488.818,-6150.91,186.935,6.23198,300,5,0,9291,0,1,0,0,0),(115836,24787,571,1,1,22106,0,529.735,-6118.45,271.134,0.410752,300,5,0,9291,0,1,0,0,0),(115837,24787,571,1,1,22106,0,663.593,-6127.31,192.911,4.37192,300,5,0,9291,0,1,0,0,0),(115839,32723,571,1,1,24916,1,5858.88,795.468,661.277,3.96296,300,5,0,10635,3561,2,0,0,0),(132598,21787,530,1,1,20682,1,-4065.68,3273.31,332.931,5.70723,180,0,0,5744,3231,0,0,0,0),(115841,25299,571,1,1,23062,1,2238.34,5239.22,21.5879,5.06145,300,0,0,7984,0,0,0,0,0),(115842,29907,571,1,1,26633,1,6097.56,-1071.26,404.496,0.349066,300,0,0,11770,0,0,0,0,0),(115843,24787,571,1,1,22106,0,331.252,-6052.42,217.156,5.39705,300,5,0,9291,0,1,0,0,0),(115844,24787,571,1,1,22106,0,392.232,-6082.91,301.641,5.14466,300,5,0,9291,0,1,0,0,0),(115845,24787,571,1,1,22106,0,379.198,-6161.35,78.9325,2.63313,300,5,0,9291,0,1,0,0,0),(132594,21787,530,1,1,20682,1,-3940.65,3222.22,334.057,3.14159,180,0,0,5744,3231,0,0,0,0),(132595,21787,530,1,1,20682,1,-3962.31,3243.75,333.492,2.70791,180,5,0,5744,3231,1,0,0,0),(115848,23763,571,1,1,21773,0,1946.74,-4523.45,209.188,4.46746,300,5,0,3992,0,1,0,0,0),(115849,23763,571,1,1,21773,0,1920.15,-4493.95,202.018,4.13127,300,5,0,3992,0,1,0,0,0),(115850,23763,571,1,1,21773,0,1928.66,-4568.97,198.808,4.33188,300,5,0,3992,0,1,0,0,0),(115851,23763,571,1,1,21773,0,1975.28,-4586.33,207.293,4.85427,300,5,0,3992,0,1,0,0,0),(115852,23763,571,1,1,21773,0,1996.2,-4616.1,209.991,1.15436,300,5,0,3992,0,1,0,0,0),(115853,23763,571,1,1,21773,0,1973.15,-4562.08,208.236,4.79442,300,5,0,3992,0,1,0,0,0),(115854,23763,571,1,1,21773,0,1997.46,-4539.46,207.158,2.53734,300,5,0,3992,0,1,0,0,0),(115855,23763,571,1,1,21773,0,1932.53,-4495.14,205.617,5.9025,300,5,0,3992,0,1,0,0,0),(115856,23763,571,1,1,21773,0,1971.33,-4529.71,207.897,2.51254,300,5,0,3992,0,1,0,0,0),(115857,23763,571,1,1,21773,0,2073.94,-4548.74,211.762,1.30155,300,5,0,3992,0,1,0,0,0),(115858,23763,571,1,1,21773,0,2040.85,-4585.75,214.282,0.429729,300,5,0,3992,0,1,0,0,0),(115859,23763,571,1,1,21773,0,2025.8,-4456.73,210.139,2.90043,300,5,0,3992,0,1,0,0,0),(115860,23763,571,1,1,21773,0,1990.22,-4607.09,209.348,4.9108,300,0,0,3992,0,0,0,0,0),(115861,23763,571,1,1,21773,0,1975.55,-4579.8,207.876,6.19882,300,0,0,3992,0,0,0,0,0),(115862,23763,571,1,1,21773,0,1957.89,-4579.65,206.71,6.24013,300,0,0,3992,0,0,0,0,0),(115863,23763,571,1,1,21773,0,1950.12,-4552.76,207.785,6.1894,300,0,0,3992,0,0,0,0,0),(115864,23763,571,1,1,21773,0,2091.1,-4477.89,213.215,4.51768,300,5,0,3992,0,1,0,0,0),(115865,23763,571,1,1,21773,0,2003.76,-4493.13,207.29,3.40857,300,0,0,3992,0,0,0,0,0),(115866,23763,571,1,1,21773,0,2060.98,-4477.56,210.506,2.58393,300,5,0,3992,0,1,0,0,0),(115867,23763,571,1,1,21773,0,1950.71,-4503.44,208.551,2.68665,300,0,0,3992,0,0,0,0,0),(115868,23763,571,1,1,21773,0,2048.54,-4453.01,209.764,4.05609,300,5,0,3992,0,1,0,0,0),(115869,23763,571,1,1,21773,0,2077.07,-4482.96,211.845,4.57466,300,5,0,3992,0,1,0,0,0),(115870,23763,571,1,1,21773,0,1975.62,-4480,207.273,4.74303,300,0,0,3992,0,0,0,0,0),(115871,23763,571,1,1,21773,0,1976.07,-4440.19,206.851,2.39573,300,0,0,3992,0,0,0,0,0),(115872,23763,571,1,1,21773,0,1956.67,-4489.79,206.208,0.885067,300,0,0,3992,0,0,0,0,0),(115873,23763,571,1,1,21773,0,2006.01,-4534.34,206.677,2.54222,300,0,0,3992,0,0,0,0,0),(115874,23763,571,1,1,21773,0,2006.58,-4561.34,208.407,3.4207,300,0,0,3992,0,0,0,0,0),(115875,23763,571,1,1,21773,0,2014.28,-4593.73,212.866,3.31779,300,5,0,3992,0,1,0,0,0),(115876,23763,571,1,1,21773,0,2053.63,-4513.12,208.599,4.82979,300,5,0,3992,0,1,0,0,0),(115877,23763,571,1,1,21773,0,2073.31,-4552.89,211.827,5.39812,300,5,0,3992,0,1,0,0,0),(115878,23763,571,1,1,21773,0,2056.71,-4552.59,209.788,0.42863,300,5,0,3992,0,1,0,0,0),(115879,24019,571,1,1,16033,0,2536.8,-3681.7,308.662,1.57664,300,0,0,27873,0,2,0,0,0),(202489,23755,571,1,1,0,0,1687.48,-2559.44,18.4854,4.87389,120,5,0,1,0,1,0,0,0),(115881,27859,571,1,1,24880,1,3842.43,3636.14,309.584,3.97935,300,0,0,48050,16545,0,0,0,0),(115882,27348,571,1,1,24575,0,3428.57,-1265.71,125.794,2.47837,300,0,0,51410,17330,0,0,0,0),(115883,30676,571,1,1,27222,1,6972.23,-4098.52,479.503,6.23082,300,0,0,11379,3725,0,0,0,0),(115884,26580,571,1,1,23919,1,3828.49,1573.89,86.7818,0.977384,300,0,0,9610,0,0,0,0,0),(115885,29908,571,1,1,26629,1,6149.16,-1055.3,402.939,3.78736,300,0,0,11770,0,0,0,0,0),(115886,32724,571,1,1,27944,1,5785.07,771.169,661.281,2.58024,300,5,0,40320,35256,2,0,0,0),(115887,23764,571,1,1,21740,0,3842.48,-1961.63,208.604,2.23402,300,0,0,4890,0,0,0,0,0),(115888,25300,571,1,1,23064,0,2115.44,5305.65,32.8551,2.6529,300,0,0,9610,0,0,0,0,0),(115889,25300,571,1,1,23065,0,2116.17,5307.36,32.8551,2.72271,300,0,0,9610,0,0,0,0,0),(115890,25300,571,1,1,23064,0,2117.6,5304.69,32.8551,2.3911,300,0,0,9610,0,0,0,0,0),(115891,25300,571,1,1,23064,0,2118.14,5306.48,32.8551,2.60054,300,0,0,9610,0,0,0,0,0),(115892,28372,571,1,1,2177,0,5806.75,4770.98,-135.144,0.05474,300,0,0,42,0,0,0,0,0),(115893,28372,571,1,1,2177,0,5804.88,4769.57,-135.269,0.05474,300,0,0,42,0,0,0,0,0),(115895,24788,571,1,1,22638,0,-83.3922,-3543.35,8.84966,3.61283,300,0,0,8982,0,0,0,0,0),(115896,26836,571,1,1,24954,1,3016.04,738.735,75.6592,1.05198,300,0,0,102820,0,2,0,0,0),(203341,18733,530,1,1,0,1,-364.287,2352.71,44.9963,4.7173,120,0,0,104790,0,2,0,0,0),(132536,26521,571,1,1,0,0,2586.94,1273.6,0.463221,4.00944,180,0,0,9610,0,2,0,0,0),(132537,23804,571,1,1,0,0,687.807,-3830.52,249.6,4.68045,180,0,0,9291,0,0,0,0,0),(115901,30164,571,1,1,22042,0,8029.98,-1589.47,903.184,3.36848,300,0,0,8522,0,0,0,0,0),(115902,30164,571,1,1,22611,0,8029.42,-1596.67,903.312,3.03687,300,0,0,8522,0,0,0,0,0),(115903,30164,571,1,1,22042,0,7995.35,-1605.57,908.536,5.18363,300,0,0,8522,0,0,0,0,0),(115904,30164,571,1,1,22611,0,7993.44,-1610.69,908.332,0.418879,300,0,0,8522,0,0,0,0,0),(115905,30164,571,1,1,22042,0,7959.13,-1606.12,907.662,4.36332,300,0,0,8522,0,0,0,0,0),(115906,30164,571,1,1,22611,0,7951.54,-1607.11,908.721,5.74213,300,0,0,8522,0,0,0,0,0),(115907,30164,571,1,1,22611,0,7987.4,-1561.01,905.209,0.506145,300,0,0,8522,0,0,0,0,0),(115908,30164,571,1,1,22611,0,7989.47,-1554.61,905.15,4.95674,300,0,0,8522,0,0,0,0,0),(115909,30164,571,1,1,22042,0,7918.38,-1630.09,911.414,4.17355,300,5,0,8522,0,1,0,0,0),(115910,30164,571,1,1,22611,0,7920.12,-1630.42,911.431,1.54768,300,0,0,8522,0,0,0,0,0),(115911,30164,571,1,1,22042,0,7924.59,-1628.15,910.836,2.54659,300,0,0,8522,0,0,0,0,0),(115912,30164,571,1,1,22611,0,7923.33,-1629.44,911.088,2.20218,300,0,0,8522,0,0,0,0,0),(115913,27604,571,1,1,11402,0,4810.99,1311.14,170.911,-1.86657,300,0,0,929,0,0,0,0,0),(115914,27604,571,1,1,11402,0,4799.58,1301.38,167.613,0.26077,300,0,0,929,0,0,0,0,0),(115915,27604,571,1,1,11402,0,4803.1,1305.94,168.145,-1.59353,300,0,0,929,0,0,0,0,0),(115916,27604,571,1,1,11402,0,4799.52,1302.41,167.402,-0.032646,300,0,0,929,0,0,0,0,0),(115919,26581,571,1,1,23920,1,3798.49,1601.21,89.7437,6.24771,300,0,0,252000,79880,2,0,0,0),(115920,24021,571,1,1,0,0,2901.91,1817.56,141.515,4.39823,300,0,0,42,0,0,0,0,0),(115921,24021,571,1,1,0,0,2894.32,1815.89,145.242,1.46608,300,0,0,42,0,0,0,0,0),(115922,24021,571,1,1,0,0,2890.19,1814.9,143.59,0.663225,300,0,0,42,0,0,0,0,0),(115923,24021,571,1,1,0,0,2898.57,1817.09,143.921,4.29351,300,0,0,42,0,0,0,0,0),(115924,24021,571,1,1,0,0,3134.62,2139.31,30.9001,4.34587,300,0,0,42,0,0,0,0,0),(115925,24021,571,1,1,0,0,3121.58,2149.94,31.7976,5.72468,300,0,0,42,0,0,0,0,0),(115926,24021,571,1,1,0,0,3131.47,2141.06,33.0797,5.65487,300,0,0,42,0,0,0,0,0),(115927,24021,571,1,1,0,0,3128.49,2143.38,33.7718,2.47837,300,0,0,42,0,0,0,0,0),(115928,28117,571,1,1,25921,1,5559.78,-2993.52,276.643,0.733038,300,0,0,10635,0,0,0,0,0),(115929,28117,571,1,1,25923,1,5552.8,-2986.09,276.643,0.610865,300,0,0,10635,0,0,0,0,0),(115930,28117,571,1,1,25920,1,5577.55,-2984.16,276.628,0.141479,300,5,0,10635,0,1,0,0,0),(115931,28117,571,1,1,25922,1,5551.14,-2977.31,276.322,3.08295,300,5,0,10635,0,1,0,0,0),(115932,27349,571,1,1,24401,0,3217.38,-693.477,167.488,6.14356,300,0,0,9291,0,0,0,0,0),(115934,24021,571,1,1,0,0,4458.15,5482.88,63.8042,0.959931,300,0,0,42,0,0,0,0,0),(115935,24021,571,1,1,0,0,4555.32,5310.59,84.666,1.71042,300,0,0,42,0,0,0,0,0),(115936,24021,571,1,1,0,0,4432.59,5204.44,80.9032,4.72984,300,0,0,42,0,0,0,0,0),(115937,24021,571,1,1,0,0,4500.44,5416.41,31.5858,0.890118,300,0,0,42,0,0,0,0,0),(115938,24021,571,1,1,0,0,4619.55,5429.12,93.8148,0.017453,300,0,0,42,0,0,0,0,0),(115939,24021,571,1,1,0,0,4355.9,5515.78,55.0011,3.1765,300,0,0,42,0,0,0,0,0),(115940,24021,571,1,1,0,0,4415.79,5440.2,-10.0975,3.14159,300,0,0,42,0,0,0,0,0),(115941,24021,571,1,1,0,0,4356.02,4261.26,100.01,2.98451,300,0,0,42,0,0,0,0,0),(115942,26837,571,1,1,24072,0,3439.4,2016.05,69.5504,5.77704,300,0,0,53175,17805,0,0,0,0),(115943,24021,571,1,1,0,0,3104.84,580.586,33.5537,2.61799,300,0,0,42,0,0,0,0,0),(115944,24021,571,1,1,0,0,3048.35,481.867,32.8975,4.34587,300,0,0,42,0,0,0,0,0),(115945,24021,571,1,1,0,0,2883.23,1814.68,140.701,2.02458,300,0,0,42,0,0,0,0,0),(115946,24021,571,1,1,0,0,2886.47,1815.27,142.987,3.08923,300,0,0,42,0,0,0,0,0),(115947,24021,571,1,1,0,0,3120.23,2151.33,29.911,1.78024,300,0,0,42,0,0,0,0,0),(115948,24021,571,1,1,0,0,3124.41,2147.32,33.8552,2.87979,300,0,0,42,0,0,0,0,0),(115949,24021,571,1,1,0,0,4413.1,5132.21,65.9228,3.78736,300,0,0,42,0,0,0,0,0),(115950,24021,571,1,1,0,0,4482.07,5197.28,85.9786,0.925025,300,0,0,42,0,0,0,0,0),(115951,24021,571,1,1,0,0,4467.69,5399.46,108.079,3.42085,300,0,0,42,0,0,0,0,0),(115953,24021,571,1,1,0,0,4366.39,5278.39,56.9223,2.60054,300,0,0,42,0,0,0,0,0),(115954,24021,571,1,1,0,0,4396.14,5429.9,-10.2851,2.60054,300,0,0,42,0,0,0,0,0),(115955,24021,571,1,1,0,0,4364.31,5449.09,54.5268,1.48353,300,0,0,42,0,0,0,0,0),(115956,24021,571,1,1,0,0,4560.45,5477.01,79.9185,3.85718,300,0,0,42,0,0,0,0,0),(115957,32725,571,1,1,23337,1,5819.6,775.184,661.362,3.42337,300,5,0,7688,7500,2,0,0,0),(115958,24021,571,1,1,0,0,3061.76,1399.41,129.727,0.977384,300,0,0,42,0,0,0,0,0),(115959,24021,571,1,1,0,0,3051.59,1399.42,130.172,0.226893,300,0,0,42,0,0,0,0,0),(115960,29909,571,1,1,26632,1,6150,-1057.44,402.972,3.45575,300,0,0,11770,0,0,0,0,0),(115961,24021,571,1,1,0,0,3144.3,484.422,30.175,0.558505,300,0,0,42,0,0,0,0,0),(115962,24021,571,1,1,0,0,3148.7,492.355,32.3128,0.575959,300,0,0,42,0,0,0,0,0),(115963,24021,571,1,1,0,0,3095.87,581.373,32.5865,1.51844,300,0,0,42,0,0,0,0,0),(115964,24021,571,1,1,0,0,3050.83,478.246,31.4947,0.977384,300,0,0,42,0,0,0,0,0),(115966,24021,571,1,1,0,0,4478.79,5313.77,85.1739,0.034907,300,0,0,42,0,0,0,0,0),(115967,24021,571,1,1,0,0,4476,5045.09,55.9411,2.82743,300,0,0,42,0,0,0,0,0),(115968,24021,571,1,1,0,0,4446.15,5319.09,19.6269,0.959931,300,0,0,42,0,0,0,0,0),(115969,24021,571,1,1,0,0,4463.91,5384.97,-10.0609,2.40855,300,0,0,42,0,0,0,0,0),(115971,24021,571,1,1,0,0,4561.29,5155.61,72.4868,5.89921,300,0,0,42,0,0,0,0,0),(115972,24021,571,1,1,0,0,4398.88,5385.88,0.945459,2.04204,300,0,0,42,0,0,0,0,0),(115973,24021,571,1,1,0,0,3063.84,1399.25,128.812,0.767945,300,0,0,42,0,0,0,0,0),(115974,24021,571,1,1,0,0,3048.99,1399.08,128.82,5.3058,300,0,0,42,0,0,0,0,0),(115975,24021,571,1,1,0,0,3059.02,1399.66,130.531,0.471239,300,0,0,42,0,0,0,0,0),(115976,24021,571,1,1,0,0,3053.41,1399.68,130.244,1.91986,300,0,0,42,0,0,0,0,0),(115977,24021,571,1,1,0,0,3044.62,486.158,32.3905,0.034907,300,0,0,42,0,0,0,0,0),(115978,24021,571,1,1,0,0,3042.55,488.957,30.5017,5.11381,300,0,0,42,0,0,0,0,0),(115979,24021,571,1,1,0,0,3092.6,580.767,30.9032,6.03884,300,0,0,42,0,0,0,0,0),(115980,24021,571,1,1,0,0,3152.72,498.869,29.1726,4.01426,300,0,0,42,0,0,0,0,0),(115981,24021,571,1,1,0,0,4460.05,5366.02,-9.77187,4.13643,300,0,0,42,0,0,0,0,0),(115982,24021,571,1,1,0,0,4525.81,5381.73,90.4399,2.98451,300,0,0,42,0,0,0,0,0),(115983,24021,571,1,1,0,0,4501.16,5356.12,24.6095,1.95477,300,0,0,42,0,0,0,0,0),(115984,24021,571,1,1,0,0,4304.86,5428.3,45.8995,0.017453,300,0,0,42,0,0,0,0,0),(115985,24021,571,1,1,0,0,3142.8,481.83,27.0091,3.78736,300,0,0,42,0,0,0,0,0),(115986,24021,571,1,1,0,0,3111.35,581.156,28.2194,3.36848,300,0,0,42,0,0,0,0,0),(115987,24021,571,1,1,0,0,3108.33,580.977,31.6464,4.03171,300,0,0,42,0,0,0,0,0),(115988,24021,571,1,1,0,0,3150.54,495.768,31.8151,1.65806,300,0,0,42,0,0,0,0,0),(115989,25301,571,1,1,23063,0,2106.67,5301.52,34.1003,1.06465,300,0,0,9610,3309,0,0,0,0),(115990,24021,571,1,1,0,0,3146.05,487.808,32.1646,0.680678,300,0,0,42,0,0,0,0,0),(115991,24021,571,1,1,0,0,3052.66,475.05,28.8767,1.53589,300,0,0,42,0,0,0,0,0),(115992,24021,571,1,1,0,0,3099.5,581.701,33.6154,6.21337,300,0,0,42,0,0,0,0,0),(115993,24021,571,1,1,0,0,3041.14,491.134,28.1041,5.67232,300,0,0,42,0,0,0,0,0),(115994,28373,571,1,1,25342,1,5964.91,4477.69,-94.2995,2.05379,300,5,0,11001,0,1,0,0,0),(115995,28373,571,1,1,25343,1,6106.39,4412.78,-86.0293,5.25344,300,0,0,11001,0,0,0,0,0),(115996,28373,571,1,1,25343,1,6034.21,4532.36,-86.4763,1.81514,300,0,0,11001,0,0,0,0,0),(115997,28373,571,1,1,25343,1,6049.71,4535.28,-87.3962,1.74533,300,0,0,11001,0,0,0,0,0),(115998,28373,571,1,1,25342,1,6100.29,4516.44,-79.6881,0.837078,300,5,0,11001,0,1,0,0,0); +INSERT INTO `creature` VALUES (115999,28373,571,1,1,25342,1,6057.5,4446.38,-80.4758,2.81835,300,0,0,11001,0,0,0,0,0),(116000,28373,571,1,1,25343,1,6111.56,4446.5,-85.0655,1.66211,300,5,0,11001,0,1,0,0,0),(116001,28373,571,1,1,25342,1,6124.29,4420.42,-84.3111,4.83456,300,0,0,11001,0,0,0,0,0),(116002,28373,571,1,1,25343,1,6116.36,4522.08,-76.5863,1.48353,300,0,0,11001,0,0,0,0,0),(116003,28373,571,1,1,25342,1,6143.86,4506.67,-87.177,0.959931,300,0,0,11001,0,0,0,0,0),(116004,28373,571,1,1,25342,1,5997.92,4508.09,-87.2351,3.01357,300,0,0,11001,0,0,0,0,0),(116005,28373,571,1,1,25342,1,5990.84,4480.53,-86.3945,0.849168,300,0,0,11001,0,0,0,0,0),(116006,28373,571,1,1,25342,1,6105.57,4532.8,-76.8111,0.174533,300,0,0,11001,0,0,0,0,0),(116007,28373,571,1,1,25343,1,6217.21,4528.86,-86.336,4.85417,300,5,0,11001,0,1,0,0,0),(116008,28373,571,1,1,25343,1,6106.36,4522.57,-77.9412,0.837758,300,0,0,11001,0,0,0,0,0),(116009,28373,571,1,1,25343,1,6132.6,4455.81,-84.0655,6.0415,300,0,0,11001,0,0,0,0,0),(116010,28373,571,1,1,25342,1,6166.21,4501.37,-85.59,1.29154,300,0,0,11001,0,0,0,0,0),(116011,28373,571,1,1,25343,1,6061.32,4451.85,-80.4758,1.2889,300,0,0,11001,0,0,0,0,0),(116012,28373,571,1,1,25343,1,6003.56,4453.97,-90.282,4.31096,300,0,0,11001,0,0,0,0,0),(116013,28373,571,1,1,25343,1,6106.34,4499.75,-80.7419,5.6814,300,5,0,11001,0,1,0,0,0),(116014,28373,571,1,1,25342,1,6053.49,4517.93,-87.4313,6.19565,300,0,0,11001,0,0,0,0,0),(116015,28373,571,1,1,25342,1,6026.46,4444.73,-89.0492,4.2237,300,0,0,11001,0,0,0,0,0),(116019,24789,571,1,1,20089,0,620.501,-3379.13,68.3054,4.19918,300,5,0,8982,3155,1,0,0,0),(1977342,31254,571,1,2,24768,1,7581.29,1353.31,331.509,1.3439,300,0,0,12600,0,0,0,0,0),(1977341,31254,571,1,2,24768,1,7578.25,1356.31,331.319,1.23918,60,0,0,12600,0,0,0,0,0),(1977340,31254,571,1,2,24768,1,7574.28,1359.97,331.297,1.09956,60,0,0,12600,0,0,0,0,0),(1977339,31254,571,1,2,24768,1,7570.33,1363.06,330.55,0.942478,60,0,0,12600,0,0,0,0,0),(1977338,31254,571,1,2,24768,1,7566.08,1366.8,329.689,0.785398,60,0,0,12600,0,0,0,0,0),(1977337,31254,571,1,2,24768,1,7578.45,1348.97,331.624,1.29154,60,0,0,12600,0,0,0,0,0),(1977336,31254,571,1,2,24768,1,7574.74,1352.34,330.964,1.18682,60,0,0,12600,0,0,0,0,0),(116036,24789,571,1,1,20089,0,651.299,-3411.39,67.8908,2.32406,300,5,0,8982,3155,1,0,0,0),(1977335,31254,571,1,2,24768,1,7570.57,1356.49,330.507,1.0472,60,0,0,12600,0,0,0,0,0),(1977334,31254,571,1,2,24768,1,7566.39,1359.59,329.762,0.925025,60,0,0,12600,0,0,0,0,0),(1977333,31254,571,1,2,24768,1,7562.34,1362.78,329.004,0.785398,60,0,0,12600,0,0,0,0,0),(1977332,31254,571,1,2,24768,1,7579.46,1372.12,331.681,1.0472,60,0,0,12600,0,0,0,0,0),(1977331,31254,571,1,2,24768,1,7584.05,1372.18,332.269,1.23918,60,0,0,12600,0,0,0,0,0),(1977330,31254,571,1,2,24768,1,7589.3,1371.93,333.009,1.51844,60,0,0,12600,0,0,0,0,0),(1977329,31254,571,1,2,24768,1,7579.37,1368.24,331.306,1.11701,60,0,0,12600,0,0,0,0,0),(1977328,31254,571,1,2,24768,1,7583.89,1367.6,331.913,1.309,60,0,0,12600,0,0,0,0,0),(1977327,31254,571,1,2,24768,1,7589.11,1367.38,332.953,1.51844,60,0,0,12600,0,0,0,0,0),(1977326,31254,571,1,2,24768,1,7593.32,1367.28,333.729,1.69297,60,0,0,12600,0,0,0,0,0),(1977325,31254,571,1,2,24768,1,7580.12,1376.35,331.819,0.942478,60,0,0,12600,0,0,0,0,0),(1977261,32414,571,1,2,24768,1,7590.2,1394.21,332.658,1.6,180,0,0,12600,0,0,0,0,0),(132576,21787,530,1,1,20682,1,-4096.88,3018.4,344.202,4.29351,180,0,0,5744,3231,0,0,0,0),(116067,24021,571,1,1,0,0,3104.93,596.441,27.6471,5.79449,300,0,0,42,0,0,0,0,0),(116068,24021,571,1,1,0,0,3098.24,592.528,26.5083,1.11701,300,0,0,42,0,0,0,0,0),(116069,24021,571,1,1,0,0,3094.97,590.816,25.6501,3.82227,300,0,0,42,0,0,0,0,0),(116070,24021,571,1,1,0,0,3100.05,592.423,26.3701,4.20624,300,0,0,42,0,0,0,0,0),(116071,24021,571,1,1,0,0,3099.94,594.458,27.216,5.91667,300,0,0,42,0,0,0,0,0),(116072,24021,571,1,1,0,0,3093.24,593.448,27.6424,3.59538,300,0,0,42,0,0,0,0,0),(116073,24021,571,1,1,0,0,3093.52,583.01,21.8074,1.53589,300,0,0,42,0,0,0,0,0),(116074,24021,571,1,1,0,0,3165.11,487.575,25.9157,4.18879,300,0,0,42,0,0,0,0,0),(116075,24021,571,1,1,0,0,3150.13,489.48,20.7157,1.93731,300,0,0,42,0,0,0,0,0),(116076,24021,571,1,1,0,0,3155.3,497.973,21.1084,4.34587,300,0,0,42,0,0,0,0,0),(116077,24021,571,1,1,0,0,3148.89,487.521,20.8227,5.37561,300,0,0,42,0,0,0,0,0),(116078,24021,571,1,1,0,0,3153.87,483.936,21.449,4.76475,300,0,0,42,0,0,0,0,0),(116079,24021,571,1,1,0,0,3163.35,487.995,24.8318,4.43314,300,0,0,42,0,0,0,0,0),(116080,24021,571,1,1,0,0,3148.58,484.873,21.0505,3.94444,300,0,0,42,0,0,0,0,0),(116083,24021,571,1,1,0,0,3046.28,476.498,21.5494,4.86947,300,0,0,42,0,0,0,0,0),(116085,24021,571,1,1,0,0,3043.28,468.723,22.8394,1.93731,300,0,0,42,0,0,0,0,0),(116086,24021,571,1,1,0,0,3154.35,486.918,21.3784,3.31613,300,0,0,42,0,0,0,0,0),(116087,24021,571,1,1,0,0,3153.66,489.185,21.1305,4.24115,300,0,0,42,0,0,0,0,0),(116088,24021,571,1,1,0,0,3045.36,479.174,21.5433,4.17134,300,0,0,42,0,0,0,0,0),(116089,24021,571,1,1,0,0,3158.59,491.388,21.6594,0.314159,300,0,0,42,0,0,0,0,0),(116090,24021,571,1,1,0,0,3150.09,477.831,21.5222,3.54302,300,0,0,42,0,0,0,0,0),(116091,24021,571,1,1,0,0,3040.45,485.727,21.5433,4.60767,300,0,0,42,0,0,0,0,0),(116092,24021,571,1,1,0,0,3039.51,475.294,21.5285,5.77704,300,0,0,42,0,0,0,0,0),(116093,24021,571,1,1,0,0,3041.62,471.35,21.793,3.22886,300,0,0,42,0,0,0,0,0),(116094,24021,571,1,1,0,0,3164.95,485.034,25.9845,0.767945,300,0,0,42,0,0,0,0,0),(116095,24021,571,1,1,0,0,3156.17,478.38,22.5492,1.64061,300,0,0,42,0,0,0,0,0),(116096,24021,571,1,1,0,0,3159.67,480.383,23.4173,3.78736,300,0,0,42,0,0,0,0,0),(116097,24021,571,1,1,0,0,3149.56,493.348,20.4944,4.64258,300,0,0,42,0,0,0,0,0),(116098,24021,571,1,1,0,0,3165.15,489.971,26.297,2.63545,300,0,0,42,0,0,0,0,0),(116099,24021,571,1,1,0,0,3108.39,590.175,21.3396,6.00393,300,0,0,42,0,0,0,0,0),(116100,24021,571,1,1,0,0,3156.73,487.443,21.9858,3.64774,300,0,0,42,0,0,0,0,0),(116101,24021,571,1,1,0,0,3154.7,481.714,21.5785,2.25148,300,0,0,42,0,0,0,0,0),(116102,24021,571,1,1,0,0,3156.54,492.601,21.5127,5.21853,300,0,0,42,0,0,0,0,0),(116103,24021,571,1,1,0,0,3163.29,480.574,25.6659,1.11701,300,0,0,42,0,0,0,0,0),(116106,24021,571,1,1,0,0,3161.8,483.383,24.2446,4.01426,300,0,0,42,0,0,0,0,0),(116107,24021,571,1,1,0,0,3143.11,481.887,20.9736,4.46804,300,0,0,42,0,0,0,0,0),(116108,24021,571,1,1,0,0,3148.37,492.028,20.5367,2.75762,300,0,0,42,0,0,0,0,0),(116109,24021,571,1,1,0,0,3160.62,482.241,23.3902,0.034907,300,0,0,42,0,0,0,0,0),(116110,24021,571,1,1,0,0,3157.96,480.241,22.9877,3.10669,300,0,0,42,0,0,0,0,0),(116114,24021,571,1,1,0,0,3161.27,478.324,24.9179,1.64061,300,0,0,42,0,0,0,0,0),(116115,24021,571,1,1,0,0,3153.82,478.692,21.6196,2.00713,300,0,0,42,0,0,0,0,0),(116116,24021,571,1,1,0,0,3159.33,493.15,22.2447,5.11381,300,0,0,42,0,0,0,0,0),(116117,24021,571,1,1,0,0,3151.49,496.375,20.7289,1.41372,300,0,0,42,0,0,0,0,0),(116118,24021,571,1,1,0,0,3160.67,489.537,23.0438,0.017453,300,0,0,42,0,0,0,0,0),(116119,24021,571,1,1,0,0,3163.25,491.739,25.0878,2.21657,300,0,0,42,0,0,0,0,0),(116122,24021,571,1,1,0,0,3161.87,481.314,24.5164,1.64061,300,0,0,42,0,0,0,0,0),(116123,24021,571,1,1,0,0,3152.25,498.111,20.8463,0.785398,300,0,0,42,0,0,0,0,0),(116124,24021,571,1,1,0,0,3151.12,485.158,21.2283,4.43314,300,0,0,42,0,0,0,0,0),(116126,24021,571,1,1,0,0,3147.26,489.485,20.6539,0.418879,300,0,0,42,0,0,0,0,0),(116127,24021,571,1,1,0,0,3156.25,489.939,21.6516,3.33358,300,0,0,42,0,0,0,0,0),(116129,24021,571,1,1,0,0,3146.45,482.446,21.1414,3.76991,300,0,0,42,0,0,0,0,0),(132596,21787,530,1,1,20682,1,-4038.8,3258.21,332.854,5.57701,180,5,0,5744,3231,1,0,0,0),(116131,24789,571,1,1,20089,0,679.545,-3346.11,67.6269,1.48278,300,0,0,8982,3155,0,0,0,0),(6095,30322,571,1,8,0,1,8498.78,-46.0375,788.895,2.53073,120,0,0,1,0,0,0,0,0),(4765,30322,571,1,8,0,1,8502.62,-111.308,790.176,3.05433,120,0,0,1,0,0,0,0,0),(4090,30322,571,1,8,0,1,8505.47,-86.2532,787.339,3.28122,120,0,0,1,0,0,0,0,0),(4089,30301,571,1,8,0,0,8497.78,-99.0251,786.528,3.01942,120,0,0,1,0,0,0,0,0),(116137,27605,571,1,1,24711,0,4802.39,1311.08,167.101,-0.428275,300,0,0,825075,7286,0,0,0,0),(116138,28374,571,1,1,25344,0,6448.37,5094.66,-63.9814,5.06145,300,0,0,11001,3643,0,0,0,0),(116139,27350,571,1,1,24576,1,2824.73,-499.753,118.737,5.32325,300,0,0,106350,0,0,0,0,0),(116140,32726,571,1,1,28164,0,5846.37,607.865,620.628,2.25148,300,0,0,10080,8814,0,0,0,0),(116141,23766,571,1,1,21742,1,3837.77,-1958.68,208.503,5.98648,300,0,0,4890,0,0,0,0,0),(116142,29910,571,1,1,26626,1,6101.71,-1064.58,404.177,5.41052,300,0,0,50400,0,0,0,0,0),(116143,29910,571,1,1,26626,1,6119.61,-1070.49,403.353,1.65806,300,0,0,50400,0,0,0,0,0),(116144,27606,571,1,1,23123,1,2830.86,-1707.73,18.0479,1.58825,300,0,0,9940,0,0,0,0,0),(116145,29910,571,1,1,26626,1,6152.63,-1067.32,402.843,3.75246,300,0,0,50400,0,0,0,0,0),(116146,29910,571,1,1,26626,1,6124.08,-1023.63,409.09,1.72788,300,0,0,50400,0,0,0,0,0),(116147,29910,571,1,1,26626,1,6126.92,-1048.59,404.474,4.10152,300,0,0,50400,0,0,0,0,0),(116148,29910,571,1,1,26626,1,6115.74,-1023.82,409.151,1.74533,300,0,0,50400,0,0,0,0,0),(116149,29910,571,1,1,26626,1,6110.93,-1053.77,404.279,5.89921,300,0,0,50400,0,0,0,0,0),(116150,29910,571,1,1,26626,1,6117.69,-1081.61,402.651,5.02655,300,0,0,50400,0,0,0,0,0),(116151,25302,571,1,1,23066,1,2280.72,5196.8,12.5082,-2.74016,300,0,0,7984,0,0,0,0,0),(116152,29910,571,1,1,26626,1,6193.87,-1062.81,409.904,2.21657,300,0,0,50400,0,0,0,0,0),(116153,29910,571,1,1,26626,1,6130,-1098.47,402.726,2.05949,300,0,0,50400,0,0,0,0,0),(116234,25814,571,1,1,24119,1,4020.73,5185.62,15.7429,2.43115,300,5,0,9291,0,1,0,0,0),(116233,25814,571,1,1,24114,1,4299.16,5115.04,15.446,1.85164,300,5,0,9291,0,1,0,0,0),(116232,25814,571,1,1,24108,1,4264.12,5032.83,13.3569,3.78736,300,0,0,9291,0,0,0,0,0),(116172,25814,571,1,1,24108,1,4179.21,5127.05,13.8491,5.81742,300,5,0,9291,0,1,0,0,0),(116167,25814,571,1,1,24119,1,4064.1,4955.4,-13.1462,5.42797,300,0,0,9291,0,0,0,0,0),(116166,25814,571,1,1,24108,1,4040.45,4968.35,-12.9529,6.11385,300,5,0,9291,0,1,0,0,0),(116165,25814,571,1,1,24103,1,4118.59,5097.23,-1.42668,2.32129,300,0,0,9291,0,0,0,0,0),(116164,25814,571,1,1,24103,1,4116.23,5119.7,-1.48057,3.82427,300,5,0,9291,0,1,0,0,0),(116163,25814,571,1,1,24119,1,4265.4,5159.99,13.1584,5.23599,300,0,0,9291,0,0,0,0,0),(116162,25814,571,1,1,24119,1,4219.99,5139.45,13.2001,3.14527,300,5,0,9291,0,1,0,0,0),(116161,25814,571,1,1,24114,1,4165.63,5124.79,13.5483,4.93928,300,0,0,9291,0,0,0,0,0),(116160,25814,571,1,1,24108,1,4155.74,4852.24,-12.8706,2.21435,300,5,0,9291,0,1,0,0,0),(116159,25814,571,1,1,24103,1,4228.35,4804.98,-12.9122,4.45059,300,0,0,9291,0,0,0,0,0),(116168,32470,571,1,1,6295,0,5734.1,612.041,562.143,2.14649,300,0,0,42,0,0,0,0,0),(116158,25814,571,1,1,24119,1,4081.25,4752.77,-0.410929,0.752449,300,5,0,9291,0,1,0,0,0),(116173,29654,571,1,1,26860,1,5322.42,-2094.38,236.484,1.51578,300,5,0,10282,3466,1,0,0,0),(116174,26838,571,1,1,24071,0,3938.71,1015.41,156.865,1.02997,300,0,0,102820,0,2,0,0,0),(116175,29654,571,1,1,26860,1,4963.35,-1977.26,239.676,5.12218,300,5,0,10282,3466,1,0,0,0),(116176,29654,571,1,1,26860,1,5285.22,-2193.88,246.294,5.17795,300,5,0,10282,3466,1,0,0,0),(116177,24790,571,1,1,1279,1,670.684,-3350.86,67.9758,4.94869,300,0,0,9291,0,0,0,0,0),(245538,16592,1,1,1,11686,0,-7122.51,-3657.11,8.82202,-1.74533,300,0,0,42,0,0,0,0,0),(116181,26570,571,1,1,26857,0,4543.22,-1870.13,164.784,1.55346,300,20,0,13419,0,1,0,0,0),(116182,26570,571,1,1,26856,0,4512.94,-1911.09,164.834,2.43404,300,20,0,13419,0,1,0,0,0),(116183,26570,571,1,1,26857,0,4551.21,-2170.57,160.966,5.02183,300,20,0,13419,0,1,0,0,0),(116184,26570,571,1,1,26857,0,4514.24,-2196.8,169.092,3.97367,300,20,0,13419,0,1,0,0,0),(116185,26570,571,1,1,26856,0,4526.96,-2124.88,160.948,5.72036,300,20,0,13419,0,1,0,0,0),(116186,26570,571,1,1,26857,0,4501.75,-1973.01,160.946,1.21121,300,20,0,13419,0,1,0,0,0),(116187,26570,571,1,1,26858,0,4511.18,-1972.13,160.946,0.875443,300,20,0,13419,0,1,0,0,0),(245539,16592,1,1,1,11686,0,-4395.96,3481.54,11.0626,0.104316,300,0,0,42,0,0,0,0,0),(116190,26570,571,1,1,26858,0,4555.89,-2121.48,160.948,5.50875,300,20,0,13419,0,1,0,0,0),(245537,16592,1,1,1,11686,0,6855.99,-4564.4,708.51,0.855211,300,0,0,42,0,0,0,0,0),(245536,16592,0,1,1,11686,0,-6704.48,-2200.91,248.609,0.017453,300,0,0,42,0,0,0,0,0),(116195,26570,571,1,1,26857,0,4470.78,-2108.85,164.573,2.57994,300,20,0,13419,0,1,0,0,0),(116196,26570,571,1,1,26858,0,4483.15,-2158.46,170.078,3.11943,300,20,0,13419,0,1,0,0,0),(116197,26570,571,1,1,26858,0,4530.45,-2217.35,169.775,3.70109,300,20,0,13419,0,1,0,0,0),(245535,16592,0,1,1,11686,0,-7596.42,-2086.6,125.17,-0.942478,300,0,0,42,0,0,0,0,0),(116199,26570,571,1,1,26858,0,4516.94,-2117.61,160.948,1.4862,300,20,0,13419,0,1,0,0,0),(244627,38035,1,1,1,0,0,-3418.81,-4212.7,10.3292,0.932394,60,0,0,1,0,0,0,0,0),(244626,38035,0,1,1,0,0,121.643,-2401.57,123.532,1.69738,60,0,0,1,0,0,0,0,0),(240212,35251,1,1,1,0,0,1180.91,-4471.22,21.1603,1.71055,300,0,0,42,0,0,0,0,0),(240213,34483,530,1,1,0,0,9407.42,-6859.87,14.8699,3.93528,300,0,0,4890,7196,0,0,0,0),(240214,35243,530,1,1,0,0,9409.6,-6847.61,15.5215,4.92881,300,0,0,40,120,0,0,0,0),(240215,35243,530,1,1,0,0,9407.46,-6852.95,15.239,0.00436234,300,0,0,40,120,0,0,0,0),(240216,35249,0,1,1,0,0,-9337.56,188.283,61.5117,3.72314,300,0,0,42,0,0,0,0,0),(240217,35249,0,1,1,0,0,-9340.16,183.339,61.5512,0.349854,300,0,0,42,0,0,0,0,0),(240218,35249,0,1,1,0,0,-9342.2,187.984,61.5586,5.25467,300,0,0,42,0,0,0,0,0),(116213,29654,571,1,1,26860,1,5116.36,-2322.79,239.891,4.49743,300,5,0,10282,3466,1,0,0,0),(116214,29654,571,1,1,26860,1,5401.42,-2108.49,248.973,3.71281,300,5,0,10282,3466,1,0,0,0),(116215,29654,571,1,1,26860,1,5379.44,-2003.84,248.259,4.77074,300,5,0,10282,3466,1,0,0,0),(116216,29654,571,1,1,26860,1,5225.12,-1998.98,239.994,5.49641,300,5,0,10282,3466,1,0,0,0),(116217,29654,571,1,1,26860,1,5294.53,-1987.92,237.5,4.17614,300,5,0,10282,3466,1,0,0,0),(116219,29654,571,1,1,26860,1,4991.79,-2426.11,248.237,5.31397,300,5,0,10282,3466,1,0,0,0),(116220,29654,571,1,1,26860,1,5029.32,-2377.59,246.003,2.84501,300,5,0,10282,3466,1,0,0,0),(116221,29654,571,1,1,26860,1,4829.68,-2312.01,244.243,0.518184,300,5,0,10282,3466,1,0,0,0),(116222,29654,571,1,1,26860,1,4952.32,-2309.4,244.375,5.94691,300,0,0,10282,3466,0,0,0,0),(116223,29654,571,1,1,26860,1,5017.87,-2330.13,247.487,4.38817,300,5,0,10282,3466,1,0,0,0),(116224,29654,571,1,1,26860,1,4967.1,-2362.02,244.341,0.057113,300,5,0,10282,3466,1,0,0,0),(116225,29654,571,1,1,26860,1,4950.54,-2366.98,243.48,0.107637,300,5,0,10282,3466,1,0,0,0),(116226,29654,571,1,1,26860,1,5022.32,-2268.68,245.536,4.34033,300,5,0,10282,3466,1,0,0,0),(116228,29654,571,1,1,26860,1,5019.33,-2265.43,245.647,2.42727,300,0,0,10282,3466,0,0,0,0),(116229,29654,571,1,1,26860,1,5013.08,-2255.71,246.124,0.582517,300,0,0,10282,3466,0,0,0,0),(116230,29654,571,1,1,26860,1,4862.13,-2286.38,244.525,3.87353,300,5,0,10282,3466,1,0,0,0),(116231,29654,571,1,1,26860,1,5031.34,-2258.7,243.792,1.14401,300,0,0,10282,3466,0,0,0,0),(116157,25814,571,1,1,24103,1,4163.68,4886.2,-12.9027,4.38078,300,0,0,9291,0,0,0,0,0),(116156,25814,571,1,1,24108,1,4252.41,5176.33,13.1584,4.74729,300,0,0,9291,0,0,0,0,0),(116155,25814,571,1,1,24103,1,4241.16,5153.19,13.1584,2.26893,300,0,0,9291,0,0,0,0,0),(116154,25814,571,1,1,24119,1,4241.83,4788.14,-12.8706,4.68992,300,5,0,9291,0,1,0,0,0),(248289,11455,429,1,1,0,0,53.4373,-402.78,-4.21671,0,86400,0,0,5490,7519,2,0,0,0),(116238,29654,571,1,1,26860,1,5203.05,-2285.94,239.255,5.23638,300,5,0,10282,3466,1,0,0,0),(116239,32470,571,1,1,6295,0,5849.67,654.309,170.626,5.50815,300,0,0,42,0,0,0,0,0),(116240,32470,571,1,1,901,0,5870.54,651.297,615.485,0.981272,300,0,0,42,0,0,0,0,0),(116241,32470,571,1,1,6295,0,5843.54,589.14,623.607,0.611058,300,5,0,42,0,1,0,0,0),(116242,32470,571,1,1,901,0,5870.81,656.291,615.378,4.20624,300,0,0,42,0,0,0,0,0),(116243,29654,571,1,1,26860,1,5184.01,-2332.07,236.328,3.53808,300,5,0,10282,3466,1,0,0,0),(116245,29654,571,1,1,26860,1,4752.65,-2443.68,235.591,1.11927,300,5,0,10282,3466,1,0,0,0),(116246,29654,571,1,1,26860,1,5104.92,-2320.32,241.068,0.951796,300,5,0,10282,3466,1,0,0,0),(116247,29654,571,1,1,26860,1,5318.84,-2006.47,238.063,5.3698,300,5,0,10282,3466,1,0,0,0),(116248,29654,571,1,1,26860,1,5355.55,-1869.94,234.992,3.93558,300,5,0,10282,3466,1,0,0,0),(116249,29654,571,1,1,26860,1,4748.61,-2323.22,235.514,4.54869,300,5,0,10282,3466,1,0,0,0),(116250,29654,571,1,1,26860,1,4966.19,-2341.33,245.138,4.57226,300,5,0,10282,3466,1,0,0,0),(116251,29654,571,1,1,26860,1,4988.33,-2395.56,248.652,0.944871,300,5,0,10282,3466,1,0,0,0),(116252,29654,571,1,1,26860,1,5153.58,-1997.23,241.643,4.35386,300,5,0,10282,3466,1,0,0,0),(116253,29654,571,1,1,26860,1,4940.65,-2295.26,244.342,2.78681,300,5,0,10282,3466,1,0,0,0),(116254,29654,571,1,1,26860,1,4862.28,-2324.73,240.067,5.73256,300,5,0,10282,3466,1,0,0,0),(116255,29654,571,1,1,26860,1,4899.93,-2323.31,241.436,5.1863,300,5,0,10282,3466,1,0,0,0),(116256,29654,571,1,1,26860,1,4860.17,-2381.81,234.09,5.97992,300,5,0,10282,3466,1,0,0,0),(116257,29654,571,1,1,26860,1,4890.94,-2295.93,244.276,2.08913,300,5,0,10282,3466,1,0,0,0),(116258,29654,571,1,1,26860,1,5017.99,-2314.28,248.909,4.79748,300,5,0,10282,3466,1,0,0,0),(116259,29654,571,1,1,26860,1,5037.69,-2236.12,245.702,0.901861,300,0,0,10282,3466,0,0,0,0),(116260,29654,571,1,1,26860,1,5025.34,-2254.97,245.087,2.73819,300,0,0,10282,3466,0,0,0,0),(116261,29399,571,1,1,26219,0,6104.04,-617.209,382.258,4.39823,300,0,0,12600,0,0,0,0,0),(116262,29399,571,1,1,26219,0,6002.06,-648.075,372.012,1.8326,300,0,0,12600,0,0,0,0,0),(116263,27351,571,1,1,24578,1,3431.53,-1248.16,125.869,0.925025,300,0,0,9940,0,0,0,0,0),(116264,27351,571,1,1,24578,1,3425.14,-1244.49,126.179,0.942478,300,0,0,9940,0,0,0,0,0),(116265,27351,571,1,1,24578,1,3433.11,-1242.13,124.673,0.855211,300,0,0,9940,0,0,0,0,0),(116266,27351,571,1,1,24577,1,3426.72,-1248.8,126.57,0.785398,300,0,0,9940,0,0,0,0,0),(116267,32727,571,1,1,28165,0,5844.26,610.151,620.392,5.49779,300,0,0,10080,8814,0,0,0,0),(116268,26839,571,1,1,24073,1,3238.68,-2235.09,115.185,4.31096,300,0,0,9940,0,0,0,0,0),(116269,26839,571,1,1,24073,1,3347.7,-2197.28,119.458,0.436332,300,0,0,9940,0,0,0,0,0),(116270,26839,571,1,1,24075,1,3254.67,-2221.96,117.591,4.27606,300,0,0,9940,0,0,0,0,0),(116271,26839,571,1,1,24074,1,3264.31,-2226.28,117.583,4.11898,300,0,0,9940,0,0,0,0,0),(116272,26839,571,1,1,24075,1,3175.16,-2233.87,114.913,3.14159,300,0,0,9940,0,0,0,0,0),(116273,26839,571,1,1,24076,1,3296.48,-2353.12,107.684,1.85005,300,0,0,9940,0,0,0,0,0),(116274,26839,571,1,1,24075,1,3266.01,-2206.17,117.112,1.11701,300,0,0,9940,0,0,0,0,0),(116275,26839,571,1,1,24075,1,3264.1,-2206,117.112,1.01229,300,0,0,9940,0,0,0,0,0),(116276,26839,571,1,1,24074,1,3267.28,-2207.39,117.112,1.22173,300,0,0,9940,0,0,0,0,0),(116277,26839,571,1,1,24075,1,3262.85,-2206.96,117.112,0.977384,300,0,0,9940,0,0,0,0,0),(116278,26839,571,1,1,24074,1,3266.91,-2209.06,117.112,1.23918,300,0,0,9940,0,0,0,0,0),(116279,26839,571,1,1,24073,1,3265.92,-2196.89,117.372,4.31163,300,0,0,9940,0,0,0,0,0),(116280,26839,571,1,1,24075,1,3274.49,-2200.19,117.373,4.46871,300,0,0,9940,0,0,0,0,0),(116281,26839,571,1,1,24075,1,3203.2,-2202.08,131.661,4.95674,300,0,0,9940,0,0,0,0,0),(116282,26839,571,1,1,24074,1,3292.03,-2354.72,107.657,1.62316,300,0,0,9940,0,0,0,0,0),(116283,26839,571,1,1,24073,1,3207.67,-2199.5,131.695,5.044,300,0,0,9940,0,0,0,0,0),(116284,26839,571,1,1,24075,1,3222.42,-2261.43,112.903,4.86823,300,0,0,9940,0,2,0,0,0),(116285,26839,571,1,1,24076,1,3217.54,-2255.8,114.362,1.79078,300,5,0,9940,0,1,0,0,0),(116286,24791,571,1,1,22639,0,737.829,-5565.81,232.151,1.97265,300,5,0,6986,0,1,0,0,0),(116287,29399,571,1,1,26219,0,6042.35,-649.214,369.52,0.820305,300,0,0,12600,0,0,0,0,0),(116288,29399,571,1,1,26219,0,6087.89,-726.097,380.602,5.25344,300,0,0,12600,0,0,0,0,0),(116289,29399,571,1,1,26219,0,6019.07,-586.122,363.133,0.05236,300,0,0,12600,0,0,0,0,0),(116290,29399,571,1,1,26219,0,6115.33,-664.38,383.774,5.70723,300,0,0,12600,0,0,0,0,0),(116291,29399,571,1,1,26219,0,6032.36,-657.263,370.195,3.97935,300,0,0,12600,0,0,0,0,0),(116292,29399,571,1,1,26219,0,6000.88,-690.507,370.066,3.31613,300,0,0,12600,0,0,0,0,0),(116293,29399,571,1,1,26219,0,6031.01,-736.463,369.734,3.49066,300,0,0,12600,0,0,0,0,0),(116294,29399,571,1,1,26219,0,6031.53,-650.638,369.997,2.40855,300,0,0,12600,0,0,0,0,0),(116295,29399,571,1,1,26219,0,6042.82,-656.392,369.817,5.72468,300,0,0,12600,0,0,0,0,0),(116296,26839,571,1,1,24073,1,3320.59,-2244.62,115.509,3.10669,300,0,0,9940,0,0,0,0,0),(116297,26839,571,1,1,24076,1,3319.65,-2257.95,114.753,2.98451,300,0,0,9940,0,0,0,0,0),(116298,26839,571,1,1,24074,1,3266.74,-2246.37,114.851,4.38078,300,0,0,9940,0,0,0,0,0),(116299,24791,571,1,1,22639,0,975.095,-5789.36,246.666,2.68743,300,5,0,6986,0,1,0,0,0),(116300,24791,571,1,1,22639,0,988.678,-5788.41,245.916,2.39137,300,5,0,6986,0,1,0,0,0),(116301,24791,571,1,1,22639,0,677.666,-5809.88,285.505,1.16017,300,5,0,6986,0,1,0,0,0),(116302,24791,571,1,1,22639,0,652.318,-5750.35,282.31,0.028671,300,5,0,6986,0,1,0,0,0),(116303,24791,571,1,1,22639,0,623.817,-6033.18,306.845,0.926904,300,5,0,6986,0,1,0,0,0),(116304,26839,571,1,1,24074,1,3176.43,-2256.2,114.913,3.05433,300,0,0,9940,0,0,0,0,0),(116305,24791,571,1,1,22639,0,1176.64,-5725.99,228.828,4.87969,300,5,0,6986,0,1,0,0,0),(116306,24791,571,1,1,22639,0,1173.51,-5722.63,227.578,5.24198,300,5,0,6986,0,1,0,0,0),(116307,27607,571,1,1,24712,0,3635.48,-1385.24,110.151,5.63741,300,0,0,8982,0,0,0,0,0),(116308,24791,571,1,1,22639,0,680.712,-5825.85,287.005,1.07028,300,5,0,6986,0,1,0,0,0),(116309,24791,571,1,1,22639,0,733.139,-5556.47,230.275,1.83042,300,5,0,6986,0,1,0,0,0),(116310,24791,571,1,1,22639,0,1119.11,-5583.77,204.743,0.859428,300,5,0,6986,0,1,0,0,0),(116311,24791,571,1,1,22639,0,1114.84,-5594.41,207.978,0.853578,300,5,0,6986,0,1,0,0,0),(116312,24791,571,1,1,22639,0,1208.82,-5576.01,208.858,4.61892,300,5,0,6986,0,1,0,0,0),(116313,24791,571,1,1,22639,0,1215.35,-5566.62,206.105,4.74868,300,5,0,6986,0,1,0,0,0),(116314,24791,571,1,1,22639,0,1356.31,-5649.68,225.833,5.44551,300,5,0,6986,0,1,0,0,0),(116315,24791,571,1,1,22639,0,1353.22,-5654.35,228.583,5.71569,300,5,0,6986,0,1,0,0,0),(116316,24791,571,1,1,22639,0,1332.7,-5770.53,266.7,2.28537,300,5,0,6986,0,1,0,0,0),(116317,24791,571,1,1,22639,0,1324.94,-5772.24,269.825,2.93484,300,5,0,6986,0,1,0,0,0),(116318,24791,571,1,1,22639,0,1294.16,-5508.42,195.854,3.93778,300,5,0,6986,0,1,0,0,0),(116319,24791,571,1,1,22639,0,1281.83,-5523.61,196.217,3.07872,300,5,0,6986,0,1,0,0,0),(116320,24791,571,1,1,22639,0,1303.02,-6034.93,280.455,3.7063,300,5,0,6986,0,1,0,0,0),(116321,24791,571,1,1,22639,0,1315.06,-6037.29,281.079,3.65379,300,5,0,6986,0,1,0,0,0),(116322,24791,571,1,1,22639,0,1034.21,-5742.72,236.709,1.23033,300,5,0,6986,0,1,0,0,0),(116323,24791,571,1,1,22639,0,1026.3,-5746.9,240.831,1.61375,300,5,0,6986,0,1,0,0,0),(116324,24791,571,1,1,22639,0,1126.54,-5887.23,272.839,3.83918,300,5,0,6986,0,1,0,0,0),(116325,24791,571,1,1,22639,0,1134.28,-5895.56,276.722,4.47665,300,5,0,6986,0,1,0,0,0),(116326,24791,571,1,1,22639,0,1431.25,-5747.22,263.915,1.94198,300,5,0,6986,0,1,0,0,0),(116327,24791,571,1,1,22639,0,1440.19,-5741.88,261.039,2.29306,300,5,0,6986,0,1,0,0,0),(116328,24791,571,1,1,22639,0,1482.76,-5804.36,268.849,3.24928,300,0,0,6986,0,0,0,0,0),(116329,24791,571,1,1,22639,0,1505.7,-5813.96,271.393,4.48145,300,5,0,6986,0,1,0,0,0),(116330,24791,571,1,1,22639,0,1227.6,-5922.15,285.077,2.56292,300,5,0,6986,0,1,0,0,0),(116331,24791,571,1,1,22639,0,1228.81,-5933.05,285.323,3.01563,300,5,0,6986,0,1,0,0,0),(116332,24791,571,1,1,22639,0,1236.91,-5932.51,285.615,2.57593,300,5,0,6986,0,1,0,0,0),(116333,24791,571,1,1,22639,0,1254.57,-5703.53,233.299,4.71821,300,5,0,6986,0,1,0,0,0),(116334,24791,571,1,1,22639,0,1275.13,-5705.07,239.062,4.59678,300,5,0,6986,0,1,0,0,0),(116335,24791,571,1,1,22639,0,747.574,-5848.03,286.865,5.02444,300,5,0,6986,0,1,0,0,0),(116336,24791,571,1,1,22639,0,753.039,-5839.91,284.547,4.76436,300,5,0,6986,0,1,0,0,0),(116337,24791,571,1,1,22639,0,758.532,-5849.77,282.9,4.69141,300,5,0,6986,0,1,0,0,0),(116338,24791,571,1,1,22639,0,398.309,-6022.46,326.008,3.36671,300,5,0,6986,0,1,0,0,0),(116339,24791,571,1,1,22639,0,826.502,-5678.17,232.769,5.02416,300,5,0,6986,0,1,0,0,0),(116340,24791,571,1,1,22639,0,825.825,-5683.81,234.765,6.18493,300,5,0,6986,0,1,0,0,0),(116341,24791,571,1,1,22639,0,828.381,-5675.75,232.051,6.24207,300,5,0,6986,0,1,0,0,0),(116342,27607,571,1,1,24712,0,3683.31,-1318.04,116.675,5.07891,300,0,0,8982,0,0,0,0,0),(116343,27607,571,1,1,24712,0,3812.41,-1309.81,135.827,1.309,300,0,0,8982,0,0,0,0,0),(116344,24791,571,1,1,22639,0,1208.26,-5487.38,195.755,1.70768,300,5,0,6986,0,1,0,0,0),(116345,24791,571,1,1,22639,0,580.049,-5544.81,270.183,1.84835,300,5,0,6986,0,1,0,0,0),(116346,27607,571,1,1,24712,0,3784.14,-1346.97,135.131,0.331613,300,0,0,8982,0,0,0,0,0),(116347,24791,571,1,1,22639,0,503.236,-5520.08,274.866,5.16206,300,5,0,6986,0,1,0,0,0),(116348,24791,571,1,1,22639,0,497.045,-5510.85,274.433,5.40529,300,5,0,6986,0,1,0,0,0),(116349,24791,571,1,1,22639,0,494.902,-5522.16,275.844,5.94245,300,5,0,6986,0,1,0,0,0),(116350,24791,571,1,1,22639,0,639.295,-5552.97,260.714,0.631293,300,5,0,6986,0,1,0,0,0),(116351,24791,571,1,1,22639,0,642.43,-5559.38,262.777,5.78789,300,5,0,6986,0,1,0,0,0),(116352,24791,571,1,1,22639,0,636.112,-5552.82,262.296,0.420107,300,5,0,6986,0,1,0,0,0),(116353,24791,571,1,1,22639,0,482.897,-5454.51,274.305,3.45345,300,0,0,6986,0,0,0,0,0),(116354,24791,571,1,1,22639,0,484.012,-5433.52,273.217,5.4439,300,5,0,6986,0,1,0,0,0),(116355,27607,571,1,1,24712,0,3649.53,-1275.18,112.595,3.89208,300,0,0,8982,0,0,0,0,0),(116356,24791,571,1,1,22639,0,227.78,-5497.19,335.808,2.61646,300,5,0,6986,0,1,0,0,0),(116357,24791,571,1,1,22639,0,231.671,-5491.63,335.648,2.38151,300,5,0,6986,0,1,0,0,0),(116358,24791,571,1,1,22639,0,222.569,-5492.28,335.346,2.64196,300,5,0,6986,0,1,0,0,0),(116359,24791,571,1,1,22639,0,552.673,-5760.12,291.796,3.07508,300,5,0,6986,0,1,0,0,0),(116360,24791,571,1,1,22639,0,555.741,-5765.15,293.021,3.6559,300,5,0,6986,0,1,0,0,0),(116361,24791,571,1,1,22639,0,562.992,-5636.11,285.898,1.82333,300,5,0,6986,0,1,0,0,0),(116362,24791,571,1,1,22639,0,558.507,-5632.48,285.595,2.11807,300,5,0,6986,0,1,0,0,0),(116363,24791,571,1,1,22639,0,603.62,-5471.03,259.13,0.258001,300,5,0,6986,0,1,0,0,0),(116364,24791,571,1,1,22639,0,593.025,-5477.54,260.891,0.343807,300,5,0,6986,0,1,0,0,0),(116365,24791,571,1,1,22639,0,599.115,-5465.01,258.048,0.377968,300,5,0,6986,0,1,0,0,0),(116366,27607,571,1,1,24712,0,3712.31,-1361.1,134.599,5.51524,300,0,0,8982,0,0,0,0,0),(116367,27607,571,1,1,24712,0,3755.4,-1369.89,134.631,6.12611,300,0,0,8982,0,0,0,0,0),(116368,27607,571,1,1,24712,0,3573.28,-1339.69,108.109,2.74017,300,0,0,8982,0,0,0,0,0),(116369,27607,571,1,1,24712,0,3622.39,-1336.92,111.929,2.07694,300,0,0,8982,0,0,0,0,0),(116370,27607,571,1,1,24712,0,3698.09,-1418.58,136.745,4.99164,300,0,0,8982,0,0,0,0,0),(116371,27607,571,1,1,24712,0,3581.09,-1278.94,111.86,3.15905,300,0,0,8982,0,0,0,0,0),(116372,24791,571,1,1,22639,0,577.028,-5545.87,270.695,2.31512,300,5,0,6986,0,1,0,0,0),(116373,24791,571,1,1,22639,0,325.563,-5355.59,299.615,5.18765,300,5,0,6986,0,1,0,0,0),(116374,24791,571,1,1,22639,0,319.951,-5350.5,300.296,4.13302,300,5,0,6986,0,1,0,0,0),(116375,24791,571,1,1,22639,0,456.802,-5702.48,295.069,3.73029,300,5,0,6986,0,1,0,0,0),(116376,24791,571,1,1,22639,0,1286.11,-5377.18,181.475,0.053985,300,5,0,6986,0,1,0,0,0),(116377,24791,571,1,1,22639,0,1274.7,-5373.55,179.927,6.2148,300,5,0,6986,0,1,0,0,0),(116378,24791,571,1,1,22639,0,644.661,-5743.98,280.435,1.51298,300,5,0,6986,0,1,0,0,0),(116379,24791,571,1,1,22639,0,894.558,-4125.03,174.351,0.271855,300,5,0,6986,0,1,0,0,0),(116380,24791,571,1,1,22639,0,901.134,-4130.91,173.05,0.623008,300,5,0,6986,0,1,0,0,0),(116381,24791,571,1,1,22639,0,899.856,-4122.06,173.976,1.11214,300,5,0,6986,0,1,0,0,0),(116382,24791,571,1,1,22639,0,413.069,-6019.84,325.46,3.3737,300,5,0,6986,0,1,0,0,0),(116383,24791,571,1,1,22639,0,366.6,-4908.64,248.322,5.85321,300,5,0,6986,0,1,0,0,0),(116384,24791,571,1,1,22639,0,368.377,-4914.29,248.353,5.29776,300,5,0,6986,0,1,0,0,0),(116385,24791,571,1,1,22639,0,286.559,-4851.62,252.81,0.078534,300,5,0,6986,0,1,0,0,0),(116386,24791,571,1,1,22639,0,291.968,-4851.09,253.06,1.0324,300,5,0,6986,0,1,0,0,0),(116387,24791,571,1,1,22639,0,293.803,-4858.69,253.06,0.784014,300,5,0,6986,0,1,0,0,0),(116388,24791,571,1,1,22639,0,238.482,-4743.23,251.841,3.48696,300,5,0,6986,0,1,0,0,0),(116389,24791,571,1,1,22639,0,231.389,-4747.41,254.467,4.91816,300,5,0,6986,0,1,0,0,0),(116390,24791,571,1,1,22639,0,228.943,-4743.87,255.217,4.38726,300,5,0,6986,0,1,0,0,0),(116391,24791,571,1,1,22639,0,332.653,-4726.09,230.08,2.61267,300,5,0,6986,0,1,0,0,0),(116393,24791,571,1,1,22639,0,368.929,-4815.51,233.01,1.43113,300,5,0,6986,0,1,0,0,0),(116395,24791,571,1,1,22639,0,479.604,-4779.68,211.094,1.42156,300,5,0,6986,0,1,0,0,0),(116396,24791,571,1,1,22639,0,472.957,-4764.97,209.228,0.975019,300,5,0,6986,0,1,0,0,0),(116397,24791,571,1,1,22639,0,657.365,-4663.43,200.632,6.21445,300,5,0,6986,0,1,0,0,0),(116398,24791,571,1,1,22639,0,656.776,-4670.01,199.969,6.15743,300,0,0,6986,0,0,0,0,0),(116399,24791,571,1,1,22639,0,709.343,-4647.99,192.734,3.90445,300,5,0,6986,0,1,0,0,0),(116400,24791,571,1,1,22639,0,707.934,-4643.97,192.734,3.8308,300,5,0,6986,0,1,0,0,0),(116401,24791,571,1,1,22639,0,662.054,-4549.16,203.688,3.3718,300,5,0,6986,0,1,0,0,0),(116402,24791,571,1,1,22639,0,666.317,-4555.13,202.938,3.88202,300,5,0,6986,0,1,0,0,0),(116403,24791,571,1,1,22639,0,679.71,-4438.41,198.559,1.99068,300,5,0,6986,0,1,0,0,0),(116404,24791,571,1,1,22639,0,674.776,-4449.48,199.041,1.9908,300,5,0,6986,0,1,0,0,0),(116405,24791,571,1,1,22639,0,794.318,-3823.05,213.433,6.26559,300,5,0,6986,0,1,0,0,0),(116406,24791,571,1,1,22639,0,790.577,-3814.76,213.949,0.169846,300,5,0,6986,0,1,0,0,0),(116407,24791,571,1,1,22639,0,802.825,-3816.61,211.349,0.190701,300,5,0,6986,0,1,0,0,0),(116408,24791,571,1,1,22639,0,830.391,-5780.69,258.491,5.59192,300,5,0,6986,0,1,0,0,0),(116409,24791,571,1,1,22639,0,831.772,-5777.59,257.741,0.129915,300,5,0,6986,0,1,0,0,0),(116410,24791,571,1,1,22639,0,229.361,-5333.19,315.13,0.228822,300,5,0,6986,0,1,0,0,0),(116411,24791,571,1,1,22639,0,228.78,-5326.7,314.255,0.327574,300,5,0,6986,0,1,0,0,0),(116412,24791,571,1,1,22639,0,239.32,-5339.38,313.358,0.335858,300,5,0,6986,0,1,0,0,0),(116413,24791,571,1,1,22639,0,104.916,-4452.92,251.247,1.82061,300,5,0,6986,0,1,0,0,0),(116414,24791,571,1,1,22639,0,101.087,-4450.35,250.247,1.76204,300,5,0,6986,0,1,0,0,0),(116415,24791,571,1,1,22639,0,137.676,-4300.19,255.995,0.980084,300,5,0,6986,0,1,0,0,0),(116416,24791,571,1,1,22639,0,342.335,-4239.51,251.999,1.33685,300,5,0,6986,0,1,0,0,0),(116417,24791,571,1,1,22639,0,338.018,-4235.74,252.376,2.31653,300,5,0,6986,0,1,0,0,0),(116418,24791,571,1,1,22639,0,341.427,-4233.97,252.626,3.55003,300,5,0,6986,0,1,0,0,0),(116419,24791,571,1,1,22639,0,525.686,-3996.96,261.392,1.81147,300,5,0,6986,0,1,0,0,0),(116420,24791,571,1,1,22639,0,528.636,-3998.99,260.223,1.93025,300,5,0,6986,0,1,0,0,0),(116421,24791,571,1,1,22639,0,74.2111,-4763.99,296.495,2.66196,300,5,0,6986,0,1,0,0,0),(116422,24791,571,1,1,22639,0,1226.48,-3856.85,138.842,0.424651,300,5,0,6986,0,1,0,0,0),(116423,24791,571,1,1,22639,0,1235.43,-3859.86,137.605,0.054744,300,5,0,6986,0,1,0,0,0),(116424,24791,571,1,1,22639,0,1234.97,-3861.79,137.01,5.00682,300,5,0,6986,0,1,0,0,0),(116425,24791,571,1,1,22639,0,584.817,-4549.24,203.298,4.29595,300,0,0,6986,0,0,0,0,0),(116426,24791,571,1,1,22639,0,581.496,-4542.19,203.292,3.85832,300,5,0,6986,0,1,0,0,0),(116427,24791,571,1,1,22639,0,588.616,-4540.29,203.917,3.69668,300,5,0,6986,0,1,0,0,0),(116428,24791,571,1,1,22639,0,375.348,-5327.05,286.667,1.41762,300,5,0,6986,0,1,0,0,0),(116429,24791,571,1,1,22639,0,371.179,-5318.53,287.842,1.40982,300,0,0,6986,0,0,0,0,0),(116430,24791,571,1,1,22639,0,194.991,-4384.3,250.804,2.5903,300,5,0,6986,0,1,0,0,0),(116431,24791,571,1,1,22639,0,206.369,-4382.72,250.699,2.3088,300,5,0,6986,0,1,0,0,0),(116432,24791,571,1,1,22639,0,210.019,-4389.14,249.323,2.3452,300,5,0,6986,0,1,0,0,0),(116433,24791,571,1,1,22639,0,135.749,-4299.01,256.04,1.13881,300,5,0,6986,0,1,0,0,0),(116434,24791,571,1,1,22639,0,1205.33,-5799.88,276.274,0.909181,300,5,0,6986,0,1,0,0,0),(116435,24791,571,1,1,22639,0,1207.3,-5791.48,277.024,1.85518,300,5,0,6986,0,1,0,0,0),(116436,24791,571,1,1,22639,0,892.235,-4230.18,170.102,0.924841,300,5,0,6986,0,1,0,0,0),(116437,24791,571,1,1,22639,0,886.791,-4236.59,171.762,5.54659,300,5,0,6986,0,1,0,0,0),(116438,24791,571,1,1,22639,0,1305.3,-5885.35,288.359,0.698237,300,5,0,6986,0,1,0,0,0),(116439,24791,571,1,1,22639,0,1316.01,-5878.49,288.805,0.689871,300,5,0,6986,0,1,0,0,0),(116440,24791,571,1,1,22639,0,746.423,-4202.15,193.901,1.62413,300,5,0,6986,0,1,0,0,0),(116441,24791,571,1,1,22639,0,760.449,-4209.82,192.149,1.93762,300,5,0,6986,0,1,0,0,0),(116442,24791,571,1,1,22639,0,1145.78,-4239.47,152.699,3.47957,300,5,0,6986,0,1,0,0,0),(116444,24791,571,1,1,22639,0,1224.62,-4382,157.79,6.16696,300,5,0,6986,0,1,0,0,0),(116445,24791,571,1,1,22639,0,991.626,-4152.84,159.374,3.37317,300,5,0,6986,0,1,0,0,0),(116446,24791,571,1,1,22639,0,988.315,-4155.33,159.374,3.43411,300,5,0,6986,0,1,0,0,0),(116447,24791,571,1,1,22639,0,1182.58,-4437.89,170.136,5.95511,300,5,0,6986,0,1,0,0,0),(116448,24791,571,1,1,22639,0,1232.85,-4273.3,149.812,5.14383,300,5,0,6986,0,1,0,0,0),(116449,24791,571,1,1,22639,0,1215.26,-4296.34,149.878,3.81694,300,0,0,6986,0,0,0,0,0),(116450,24791,571,1,1,22639,0,1387.77,-4600.21,183.55,5.17681,300,5,0,6986,0,1,0,0,0),(116451,24791,571,1,1,22639,0,1371.22,-4596.22,184.368,2.53277,300,5,0,6986,0,1,0,0,0),(116452,24791,571,1,1,22639,0,1403.78,-4649.79,185.702,4.72169,300,5,0,6986,0,1,0,0,0),(116453,24791,571,1,1,22639,0,1397.35,-4645.99,185.669,3.70866,300,5,0,6986,0,1,0,0,0),(116454,24791,571,1,1,22639,0,37.8193,-4671.31,283.005,2.41987,300,5,0,6986,0,1,0,0,0),(116455,24791,571,1,1,22639,0,33.7394,-4665.03,282.712,2.50021,300,5,0,6986,0,1,0,0,0),(116456,24791,571,1,1,22639,0,76.078,-4768.79,297.945,5.5485,300,5,0,6986,0,1,0,0,0),(116457,24791,571,1,1,22639,0,188.623,-4610.01,257.211,1.68604,300,5,0,6986,0,1,0,0,0),(116458,24791,571,1,1,22639,0,189.165,-4613.36,257.086,1.64075,300,5,0,6986,0,1,0,0,0),(116459,24791,571,1,1,22639,0,1478.79,-4650.15,181.377,3.60277,300,5,0,6986,0,1,0,0,0),(116460,24791,571,1,1,22639,0,1491.61,-4645.34,179.97,3.32707,300,5,0,6986,0,1,0,0,0),(116461,24791,571,1,1,22639,0,205.418,-4517.86,254.548,2.90942,300,0,0,6986,0,0,0,0,0),(116462,24791,571,1,1,22639,0,216.449,-4515.02,253.798,2.33189,300,0,0,6986,0,0,0,0,0),(116463,24791,571,1,1,22639,0,214.229,-4517.11,253.997,2.41835,300,5,0,6986,0,1,0,0,0),(116464,24791,571,1,1,22639,0,1271.5,-3487.19,168.211,5.787,300,5,0,6986,0,1,0,0,0),(116465,24791,571,1,1,22639,0,1267.38,-3480.33,169.461,1.97605,300,5,0,6986,0,1,0,0,0),(116466,24791,571,1,1,22639,0,1264.7,-3490.98,168.728,3.84535,300,5,0,6986,0,1,0,0,0),(116467,24791,571,1,1,22639,0,249.294,-4211.04,248.541,3.81824,300,5,0,6986,0,1,0,0,0),(116468,24791,571,1,1,22639,0,235.361,-4208.23,247.166,4.35781,300,5,0,6986,0,1,0,0,0),(116469,24791,571,1,1,22639,0,244.553,-4209.33,249.291,3.99486,300,5,0,6986,0,1,0,0,0),(116470,24791,571,1,1,22639,0,377.722,-4118.31,258.554,5.57712,300,5,0,6986,0,1,0,0,0),(116471,24791,571,1,1,22639,0,388.425,-4116.82,258.679,5.98176,300,5,0,6986,0,1,0,0,0),(116472,24791,571,1,1,22639,0,1518.89,-3710.85,148.351,2.921,300,5,0,6986,0,1,0,0,0),(116473,24791,571,1,1,22639,0,1517.38,-3718.64,147.101,3.01289,300,5,0,6986,0,1,0,0,0),(116474,24791,571,1,1,22639,0,879.936,-3797.55,191.003,6.12826,300,5,0,6986,0,1,0,0,0),(116475,24791,571,1,1,22639,0,875.713,-3798.9,191.503,5.1233,300,5,0,6986,0,1,0,0,0),(116476,24791,571,1,1,22639,0,1467.71,-3492.1,171.147,3.95586,300,5,0,6986,0,1,0,0,0),(116477,24791,571,1,1,22639,0,1470.91,-3497.46,170.311,4.12118,300,5,0,6986,0,1,0,0,0),(116478,24791,571,1,1,22639,0,468.709,-4166.66,246.207,2.23578,300,5,0,6986,0,1,0,0,0),(116479,24791,571,1,1,22639,0,478.252,-4167.3,243.47,1.23423,300,5,0,6986,0,1,0,0,0),(116480,24791,571,1,1,22639,0,481.059,-4167.92,242.72,0.741603,300,5,0,6986,0,1,0,0,0),(116481,24791,571,1,1,22639,0,1339.15,-3514,167.572,3.77022,300,5,0,6986,0,1,0,0,0),(116482,24791,571,1,1,22639,0,1343.57,-3511.16,165.947,3.58959,300,5,0,6986,0,1,0,0,0),(116483,24791,571,1,1,22639,0,1389.44,-3816.53,128.114,2.09998,300,5,0,6986,0,1,0,0,0),(116484,24791,571,1,1,22639,0,1386.67,-3825.22,127.364,2.61153,300,5,0,6986,0,1,0,0,0),(116485,24791,571,1,1,22639,0,1305.71,-3595.68,149.06,0.174603,300,5,0,6986,0,1,0,0,0),(116486,24791,571,1,1,22639,0,1294.15,-3600.31,150.592,2.76762,300,5,0,6986,0,1,0,0,0),(116487,24791,571,1,1,22639,0,1300.03,-3592.04,150.185,1.70549,300,5,0,6986,0,1,0,0,0),(116488,24791,571,1,1,22639,0,1450.48,-3777.83,132.206,4.26284,300,5,0,6986,0,1,0,0,0),(116489,24791,571,1,1,22639,0,1455.09,-3766.37,134.475,3.78431,300,0,0,6986,0,0,0,0,0),(116490,24791,571,1,1,22639,0,1372.85,-3718.61,130.553,5.45855,300,5,0,6986,0,1,0,0,0),(116491,24791,571,1,1,22639,0,1379.55,-3712.69,130.553,6.07666,300,5,0,6986,0,1,0,0,0),(116492,24791,571,1,1,22639,0,1371.12,-3709.18,131.178,0.110148,300,5,0,6986,0,1,0,0,0),(116493,24791,571,1,1,22639,0,610.238,-4415.93,205.707,4.17818,300,5,0,6986,0,1,0,0,0),(116494,24791,571,1,1,22639,0,613.259,-4411.44,206.832,4.0515,300,5,0,6986,0,1,0,0,0),(116495,24791,571,1,1,22639,0,619.419,-4406.33,206.457,0.554614,300,5,0,6986,0,1,0,0,0),(116496,24791,571,1,1,22639,0,1406.79,-4048.3,123.718,3.91219,300,5,0,6986,0,1,0,0,0),(116497,24791,571,1,1,22639,0,1396.85,-4052.81,126.318,2.71208,300,0,0,6986,0,0,0,0,0),(116498,24791,571,1,1,22639,0,476.991,-4433.97,207.691,0.558944,300,5,0,6986,0,1,0,0,0),(116499,24791,571,1,1,22639,0,477.909,-4424.53,207.485,0.866187,300,5,0,6986,0,1,0,0,0),(116500,24791,571,1,1,22639,0,468.986,-4436.27,208.709,1.09405,300,5,0,6986,0,1,0,0,0),(116501,24791,571,1,1,22639,0,322.556,-4474.57,239.072,4.46674,300,5,0,6986,0,1,0,0,0),(116502,24791,571,1,1,22639,0,318.802,-4463.55,238.5,0.555981,300,5,0,6986,0,1,0,0,0),(116503,24791,571,1,1,22639,0,1265.41,-4012.95,140.823,0.5035,300,5,0,6986,0,1,0,0,0),(116504,24791,571,1,1,22639,0,1264.24,-4013.19,140.833,0.678106,300,0,0,6986,0,0,0,0,0),(116505,24791,571,1,1,22639,0,1275.56,-3706.55,137.433,0.642411,300,5,0,6986,0,1,0,0,0),(116506,24791,571,1,1,22639,0,1268.15,-3710.86,137.628,0.705539,300,5,0,6986,0,1,0,0,0),(116507,24791,571,1,1,22639,0,217.535,-4830.26,266.934,2.65748,300,5,0,6986,0,1,0,0,0),(116508,24791,571,1,1,22639,0,227.425,-4834.01,264.191,2.03064,300,5,0,6986,0,1,0,0,0),(116509,24791,571,1,1,22639,0,225.492,-4835.49,265.066,2.71843,300,5,0,6986,0,1,0,0,0),(116510,24791,571,1,1,22639,0,953.101,-4027.28,168.018,3.00997,300,5,0,6986,0,1,0,0,0),(116511,24791,571,1,1,22639,0,960.729,-4029.83,168.893,3.07758,300,5,0,6986,0,1,0,0,0),(116512,24791,571,1,1,22639,0,748.039,-3934.79,224.955,3.69926,300,0,0,6986,0,0,0,0,0),(116513,24791,571,1,1,22639,0,759.635,-3933.59,220.937,3.32808,300,5,0,6986,0,1,0,0,0),(116514,24791,571,1,1,22639,0,256.871,-4549.53,244.1,4.98939,300,5,0,6986,0,1,0,0,0),(116515,24791,571,1,1,22639,0,254.05,-4558.12,243.475,4.78834,300,5,0,6986,0,1,0,0,0),(116516,24791,571,1,1,22639,0,458.869,-5713.73,297.856,4.03112,300,5,0,6986,0,1,0,0,0),(116517,24791,571,1,1,22639,0,564.969,-4719.48,208.797,0.38524,300,5,0,6986,0,1,0,0,0),(116518,24791,571,1,1,22639,0,564.029,-4722.95,209.797,5.86192,300,5,0,6986,0,1,0,0,0),(116519,24791,571,1,1,22639,0,560.423,-4714.58,206.922,1.43146,300,5,0,6986,0,1,0,0,0),(116520,24791,571,1,1,22639,0,82.8036,-5455.73,385.887,0.132072,300,5,0,6986,0,1,0,0,0),(116521,24791,571,1,1,22639,0,86.1449,-5447.29,382.887,6.1379,300,5,0,6986,0,1,0,0,0),(116522,24791,571,1,1,22639,0,89.5465,-5458.82,383.887,0.287574,300,5,0,6986,0,1,0,0,0),(116523,24791,571,1,1,22639,0,148.334,-5527.7,377.72,2.35047,300,0,0,6986,0,0,0,0,0),(116524,24791,571,1,1,22639,0,146.597,-5536.54,377.684,3.01844,300,5,0,6986,0,1,0,0,0),(116525,24791,571,1,1,22639,0,145.045,-5541.66,378.059,2.71962,300,5,0,6986,0,1,0,0,0),(116526,24791,571,1,1,22639,0,1397.98,-4503.02,164.219,0.783234,300,5,0,6986,0,1,0,0,0),(116527,24791,571,1,1,22639,0,1403.67,-4514.22,168.427,1.16915,300,5,0,6986,0,1,0,0,0),(116528,24791,571,1,1,22639,0,1407.5,-4503.7,164.677,1.14097,300,5,0,6986,0,1,0,0,0),(116529,24791,571,1,1,22639,0,1360.39,-4402.45,152.674,2.06409,300,5,0,6986,0,1,0,0,0),(116530,24791,571,1,1,22639,0,1359.32,-4398.63,152.821,2.00578,300,5,0,6986,0,1,0,0,0),(116531,24791,571,1,1,22639,0,305.172,-5589.74,315.294,2.95065,300,5,0,6986,0,1,0,0,0),(116532,24791,571,1,1,22639,0,311.893,-5582.07,314.294,3.24873,300,5,0,6986,0,1,0,0,0),(116533,24791,571,1,1,22639,0,388.89,-5617.45,295.6,2.31288,300,5,0,6986,0,1,0,0,0),(116534,24791,571,1,1,22639,0,399.164,-5609.77,293.237,1.4012,300,5,0,6986,0,1,0,0,0),(116535,24791,571,1,1,22639,0,428.132,-5747.55,305.286,4.4815,300,5,0,6986,0,1,0,0,0),(116536,24791,571,1,1,22639,0,415.235,-5746.1,305.411,4.4815,300,5,0,6986,0,1,0,0,0),(116537,24791,571,1,1,22639,0,485.139,-5820.83,305.232,1.038,300,5,0,6986,0,1,0,0,0),(116538,24791,571,1,1,22639,0,489.469,-5808.38,304.619,1.02739,300,5,0,6986,0,1,0,0,0),(116539,24791,571,1,1,22639,0,633.444,-6034.67,305.164,0.932375,300,5,0,6986,0,1,0,0,0),(116540,24791,571,1,1,22639,0,723.322,-5910.33,287.814,1.93731,300,0,0,6986,0,0,0,0,0),(116541,24791,571,1,1,22639,0,712.736,-5923.32,287.849,5.44543,300,0,0,6986,0,0,0,0,0),(116542,24791,571,1,1,22639,0,555.751,-6011.56,312.134,4.88692,300,0,0,6986,0,0,0,0,0),(116543,24791,571,1,1,22639,0,546.758,-6024.78,313.533,0.20944,300,0,0,6986,0,0,0,0,0),(116544,24791,571,1,1,22639,0,544.595,-6011.76,310.901,6.07375,300,0,0,6986,0,0,0,0,0),(116545,24791,571,1,1,22639,0,862.835,-5888.48,281.15,1.58653,300,5,0,6986,0,1,0,0,0),(116546,24791,571,1,1,22639,0,865.925,-5896.83,282.65,0.947482,300,5,0,6986,0,1,0,0,0),(116547,24791,571,1,1,22639,0,1014.22,-5907.25,278.432,5.94469,300,5,0,6986,0,1,0,0,0),(116548,24791,571,1,1,22639,0,1006.39,-5896.21,277.974,1.25543,300,5,0,6986,0,1,0,0,0),(116549,24791,571,1,1,22639,0,1012.17,-5904.73,278.442,6.21097,300,5,0,6986,0,1,0,0,0),(116550,24791,571,1,1,22639,0,1118.55,-6040.74,268.286,5.40281,300,5,0,6986,0,1,0,0,0),(116551,24791,571,1,1,22639,0,1116.91,-6030.09,269.531,0.717796,300,5,0,6986,0,1,0,0,0),(116552,24791,571,1,1,22639,0,1119.63,-6033.7,268.911,0.134148,300,5,0,6986,0,1,0,0,0),(116553,24791,571,1,1,22639,0,1104.13,-5981.13,274.843,3.20324,300,5,0,6986,0,1,0,0,0),(116554,24791,571,1,1,22639,0,1101.61,-5978.08,275.13,3.38018,300,5,0,6986,0,1,0,0,0),(116555,24791,571,1,1,22639,0,1400.41,-5982.83,284.31,6.05456,300,5,0,6986,0,1,0,0,0),(116556,24791,571,1,1,22639,0,1399.04,-5976.24,285.301,5.78532,300,5,0,6986,0,1,0,0,0),(116557,24791,571,1,1,22639,0,1391.49,-5834.81,284.15,0.59445,300,5,0,6986,0,1,0,0,0),(116558,24791,571,1,1,22639,0,1388.82,-5843.3,284.275,0.738155,300,5,0,6986,0,1,0,0,0),(116559,24791,571,1,1,22639,0,1311.08,-6163.37,265.653,0.645598,300,5,0,6986,0,1,0,0,0),(116560,24791,571,1,1,22639,0,1314.07,-6162.95,266.379,0.624264,300,5,0,6986,0,1,0,0,0),(116562,26570,571,1,1,26857,0,4453.47,-2009.25,162.305,3.04195,300,20,0,13419,0,1,0,0,0),(116563,26570,571,1,1,26859,0,4535.92,-2137.76,160.966,4.67762,300,20,0,13419,0,1,0,0,0),(116564,26570,571,1,1,26856,0,4560.86,-2160.79,160.966,4.83199,300,20,0,13419,0,1,0,0,0),(116565,26570,571,1,1,26856,0,4422.57,-1951.95,158.752,3.41453,300,20,0,13419,0,1,0,0,0),(116566,26570,571,1,1,26856,0,4527.19,-2166.36,161.341,3.53985,300,20,0,13419,0,1,0,0,0),(116567,26570,571,1,1,26858,0,4551.9,-2167.89,160.966,4.71096,300,20,0,13419,0,1,0,0,0),(116568,26570,571,1,1,26856,0,4543.58,-2123.59,160.948,5.28374,300,20,0,13419,0,1,0,0,0),(116569,26570,571,1,1,26857,0,4516.71,-2113.86,160.948,5.71484,300,20,0,13419,0,1,0,0,0),(116570,26570,571,1,1,26858,0,4514.89,-1988.66,160.948,3.38243,300,20,0,13419,0,1,0,0,0),(240219,35249,0,1,1,0,0,-9329.31,166.352,61.5815,1.76357,300,0,0,42,0,0,0,0,0),(240220,35249,0,1,1,0,0,-9322.06,168.47,61.6066,2.40367,300,0,0,42,0,0,0,0,0),(116574,26570,571,1,1,26859,0,4522.92,-2110.56,160.948,5.71734,300,20,0,13419,0,1,0,0,0),(116575,26570,571,1,1,26856,0,4532.74,-1950.14,160.948,0.635585,300,20,0,13419,0,1,0,0,0),(240221,35249,0,1,1,0,0,-9318.67,173.348,61.613,2.83957,300,0,0,42,0,0,0,0,0),(240222,35249,0,1,1,0,0,-9346.44,171.041,61.5582,2.74061,300,0,0,42,0,0,0,0,0),(116579,26570,571,1,1,26857,0,4547.4,-2145.82,160.966,4.54316,300,20,0,13419,0,1,0,0,0),(116580,26570,571,1,1,26857,0,4517.89,-2130.11,161.698,2.73961,300,20,0,13419,0,1,0,0,0),(45826,430,0,1,1,10789,1,-9096.31,-2380.26,123.354,3.48563,300,5,0,354,1020,1,0,0,0),(45825,446,0,1,1,609,1,-8947.99,-2335.42,132.569,4.33752,300,3,0,417,0,1,0,0,0),(45824,446,0,1,1,609,1,-8936.93,-2315.47,132.649,3.19395,300,0,0,417,0,0,0,0,0),(45823,3855,33,1,1,657,0,-194.644,2289.77,95.899,2.57587,86400,3,0,1212,912,1,0,0,0),(48244,23935,571,1,2,0,0,1037.69,-4934.4,31.8861,0.295422,300,0,0,1,0,2,0,0,0),(48243,23935,571,1,2,0,0,1068.26,-4965.24,47.5569,0.295422,300,0,0,1,0,2,0,0,0),(116602,26583,571,1,1,24443,0,4691.35,-2047.11,195.014,3.09672,300,5,0,9940,0,1,0,0,0),(116603,26839,571,1,1,24075,1,3360.67,-2222.51,119.458,0.506145,300,0,0,9940,0,0,0,0,0),(116605,30167,571,1,1,26832,0,7990.45,-1642.17,909.905,2.00713,300,0,0,12600,0,0,0,0,0),(116606,28888,571,1,1,25743,0,6233.69,-2077.63,418.465,3.82227,300,0,0,15362,0,0,0,0,0),(116607,28888,571,1,1,25743,0,6220.73,-2095.08,418.553,2.25148,300,0,0,15362,0,0,0,0,0),(116608,28888,571,1,1,25751,0,6208.59,-2094.25,418.79,0.575959,300,0,0,15362,0,0,0,0,0),(116609,28888,571,1,1,25752,0,6165.82,-1957.47,462.197,5.34071,300,0,0,15362,0,0,0,0,0),(116610,28888,571,1,1,25752,0,6206.7,-1965.93,462.176,4.06662,300,0,0,15362,0,0,0,0,0),(116611,28888,571,1,1,25743,0,6112.26,-2025.21,462.336,0.698132,300,0,0,15362,0,0,0,0,0),(116612,28888,571,1,1,25751,0,6143.37,-2069.56,462.357,0.802851,300,0,0,15362,0,0,0,0,0),(116613,28888,571,1,1,25751,0,6179.41,-2084.84,462.19,1.95477,300,0,0,15362,0,0,0,0,0),(116614,26584,571,1,1,23921,0,3845.22,-4533.42,209.638,6.03884,300,0,0,10635,3561,0,0,0,0),(116615,28376,571,1,1,25345,1,6453.86,5084.78,-64.0947,3.10669,300,0,0,11379,0,0,0,0,0),(116616,32728,571,1,1,28166,0,5812.81,793.139,632.67,0.10472,300,0,0,10080,8814,0,0,0,0),(116617,32216,571,1,1,27822,1,5833.84,570.092,652.045,2.56563,300,0,0,10635,0,0,0,0,0),(116618,24280,571,1,1,21762,0,942.992,-4465.94,151.666,0.645772,300,0,0,9291,0,0,0,0,0),(116619,25816,571,1,1,23402,0,2223.27,5321.96,10.6578,5.07891,300,0,0,27873,0,0,0,0,0),(88700,30298,631,15,1,0,0,4419,2793.13,299.129,3.90954,7200,0,0,1,0,0,0,0,0),(88699,30298,631,15,1,0,0,4407.25,2820.14,299.133,3.90954,7200,0,0,1,0,0,0,0,0),(88698,30298,631,15,1,0,0,4406.59,2719.76,299.133,2.44346,7200,0,0,1,0,0,0,0,0),(88697,30298,631,15,1,0,0,4393.96,2833.47,299.137,3.90954,7200,0,0,1,0,0,0,0,0),(88696,30298,631,15,1,0,0,4380.64,2849.59,307.143,6.26573,7200,0,0,1,0,0,0,0,0),(88695,30298,631,15,1,0,0,4418.31,2748,310.81,4.79965,7200,0,0,1,0,0,0,0,0),(88694,30298,631,15,1,0,0,4405.7,2806.46,299.125,3.90954,7200,0,0,1,0,0,0,0,0),(88693,30298,631,15,1,0,0,4371.88,2693.61,299.147,2.44346,7200,0,0,1,0,0,0,0,0),(88692,30298,631,15,1,0,0,4381.03,2705.13,299.129,2.44346,7200,0,0,1,0,0,0,0,0),(88691,30298,631,15,1,0,0,4406.69,2784.46,299.138,3.90954,7200,0,0,1,0,0,0,0,0),(88690,30298,631,15,1,0,0,4392.82,2719.81,299.125,2.44346,7200,0,0,1,0,0,0,0,0),(88689,30298,631,15,1,0,0,4337.71,2850.43,299.147,5.5676,7200,0,0,1,0,0,0,0,0),(88688,30298,631,15,1,0,0,4380.47,2834.89,310.81,6.26573,7200,0,0,1,0,0,0,0,0),(88687,30298,631,15,1,0,0,4396.24,2794.81,299.133,3.90954,7200,0,0,1,0,0,0,0,0),(88686,30298,631,15,1,0,0,4322.01,2847.07,299.138,5.5676,7200,0,0,1,0,0,0,0,0),(88685,30298,631,15,1,0,0,4392,2742.61,299.144,2.44346,7200,0,0,1,0,0,0,0,0),(88684,30298,631,15,1,0,0,4336.76,2689.31,307.143,3.1765,7200,0,0,1,0,0,0,0,0),(88683,30298,631,15,1,0,0,4389.7,2694.65,299.138,2.44346,7200,0,0,1,0,0,0,0,0),(88682,30298,631,15,1,0,0,4382.94,2808.14,299.144,3.90954,7200,0,0,1,0,0,0,0,0),(88681,30298,631,15,1,0,0,4399.57,2746.28,312.675,4.79965,7200,0,0,1,0,0,0,0,0),(88680,30298,631,15,1,0,0,4371.06,2716.41,299.138,2.44346,7200,0,0,1,0,0,0,0,0),(88679,30298,631,15,1,0,0,4380.21,2727.93,299.133,2.44346,7200,0,0,1,0,0,0,0,0),(88678,30298,631,15,1,0,0,4429.44,2782.78,299.147,3.90954,7200,0,0,1,0,0,0,0,0),(88677,30298,631,15,1,0,0,4418.38,2734.44,299.137,2.44346,7200,0,0,1,0,0,0,0,0),(88676,30298,631,15,1,0,0,4330.58,2836.51,299.129,5.5676,7200,0,0,1,0,0,0,0,0),(88675,30298,631,15,1,0,0,4380.12,2816.07,312.675,6.26573,7200,0,0,1,0,0,0,0,0),(88674,30298,631,15,1,0,0,4322.5,2704.59,299.137,0.820304,7200,0,0,1,0,0,0,0,0),(88673,30298,631,15,1,0,0,4340.45,2825.15,299.138,5.5676,7200,0,0,1,0,0,0,0,0),(88672,30298,631,15,1,0,0,4432.95,2749.44,307.143,4.79965,7200,0,0,1,0,0,0,0,0),(116656,27229,571,1,1,0,1,2717.96,-852.049,-17.8108,4.97392,300,0,0,89460,0,2,0,0,0),(88671,30298,631,15,1,0,0,4430.37,2800.6,299.138,3.90954,7200,0,0,1,0,0,0,0,0),(116658,29656,571,1,1,24181,0,5032.54,-2373.13,245.515,4.33188,300,5,0,10635,3561,1,0,0,0),(116659,29656,571,1,1,24181,0,5032.25,-2257.52,243.657,2.03529,300,0,0,10635,3561,0,0,0,0),(116660,29656,571,1,1,24181,0,4891.53,-2268.81,244.724,4.35019,300,5,0,10635,3561,1,0,0,0),(116661,29656,571,1,1,24181,0,4955.75,-2304.5,244.053,4.01801,300,0,0,10635,3561,0,0,0,0),(116662,29656,571,1,1,24181,0,4840.23,-2278.54,248.335,-0.57865,300,0,0,10635,3561,0,0,0,0),(116663,29656,571,1,1,24181,0,5025.41,-2255.53,244.896,0.506722,300,0,0,10635,3561,0,0,0,0),(116664,29656,571,1,1,24181,0,4931.04,-2254.05,245.393,1.6467,300,5,0,10635,3561,1,0,0,0),(116665,29656,571,1,1,24181,0,4927.29,-2380.18,237.775,6.13772,300,5,0,10635,3561,1,0,0,0),(116666,29656,571,1,1,24181,0,5018.18,-2243.82,245.999,1.76988,300,5,0,10635,3561,1,0,0,0),(116667,26585,571,1,1,25279,0,3758.19,1556.43,87.3155,1.8675,300,0,0,10635,0,0,0,0,0),(116668,29657,571,1,1,26413,1,5957.27,566.493,660.57,4.27606,300,0,0,8508,7981,0,0,0,0),(116669,32729,571,1,1,28167,0,5799.18,690.296,619.113,3.76991,300,0,0,10080,8814,0,0,0,0),(116673,25817,571,1,1,23403,0,3941.06,5097.72,-0.32879,2.90445,300,5,0,1996,0,1,0,0,0),(116674,25817,571,1,1,23403,0,3943.85,5096.15,0.012398,3.47102,300,5,0,1996,0,1,0,0,0),(116675,25817,571,1,1,23403,0,3952.98,5145.36,-0.394099,3.87776,300,5,0,1996,0,1,0,0,0),(116676,25817,571,1,1,23403,0,3953.81,5148.39,-0.394099,3.9082,300,5,0,1996,0,1,0,0,0),(116677,25817,571,1,1,23403,0,3986.08,5133.88,-0.385003,3.81013,300,5,0,1996,0,1,0,0,0),(116678,25817,571,1,1,23403,0,3989.56,5137.18,-0.385002,2.54126,300,5,0,1996,0,1,0,0,0),(116688,25817,571,1,1,23403,0,3824.16,4993.12,-0.384994,0.477322,300,5,0,1996,0,1,0,0,0),(116689,25817,571,1,1,23403,0,3823.71,4990.95,-0.384994,0.15198,300,5,0,1996,0,1,0,0,0),(116690,25817,571,1,1,23403,0,3826.95,4987.92,-0.384994,0.557294,300,5,0,1996,0,1,0,0,0),(116691,25817,571,1,1,23403,0,3825.15,4987.63,-0.384994,0.52362,300,5,0,1996,0,1,0,0,0),(116692,25817,571,1,1,23403,0,3823.47,5114.48,-0.384994,1.56766,300,5,0,1996,0,1,0,0,0),(116693,25817,571,1,1,23403,0,3818.58,5119.76,-0.384994,0.667626,300,5,0,1996,0,1,0,0,0),(116694,25817,571,1,1,23403,0,3816.56,5115.27,-0.384994,0.812536,300,5,0,1996,0,1,0,0,0),(116695,25817,571,1,1,23403,0,3819.92,5115.04,-0.384994,0.579071,300,5,0,1996,0,1,0,0,0),(116698,24537,571,1,1,25916,0,-117.444,-3550.41,3.81863,0.122173,300,0,0,8982,0,0,0,0,0),(42162,24023,571,1,1,0,1,2855.37,-3869.66,248.613,2.18166,150,0,0,9291,3231,0,0,0,0),(132090,31285,571,1,2,0,0,4777.13,1381.84,183.996,4.85202,120,0,0,1,0,0,0,0,0),(132089,31285,571,1,2,0,0,4806.54,1410.77,193.04,2.21657,120,0,0,1,0,0,0,0,0),(116705,25817,571,1,1,23403,0,3849.73,5055.68,-0.384999,2.94732,300,5,0,1996,0,1,0,0,0),(116706,25817,571,1,1,23403,0,3913.03,5091.38,-0.493793,2.48062,300,5,0,1996,0,1,0,0,0),(116707,25817,571,1,1,23403,0,3913.68,5094.23,-0.493793,2.43868,300,5,0,1996,0,1,0,0,0),(116708,25817,571,1,1,23403,0,3915.01,5092.77,-0.493793,2.61189,300,5,0,1996,0,1,0,0,0),(116709,25817,571,1,1,23403,0,3911.6,5092.41,-0.493793,2.64638,300,5,0,1996,0,1,0,0,0),(116711,25817,571,1,1,23403,0,3944.82,5100.7,-0.221674,6.00429,300,5,0,1996,0,1,0,0,0),(116712,25817,571,1,1,23403,0,3943.2,5099.7,-0.362602,0.913289,300,5,0,1996,0,1,0,0,0),(116713,25817,571,1,1,23403,0,3937.95,5100.09,-0.388913,2.18005,300,5,0,1996,0,1,0,0,0),(116714,25817,571,1,1,23403,0,3954.76,5147.98,-0.394099,3.88926,300,5,0,1996,0,1,0,0,0),(116715,25817,571,1,1,23403,0,3956.47,5141.98,-0.3941,3.73749,300,5,0,1996,0,1,0,0,0),(116716,25817,571,1,1,23403,0,3866.62,5084.66,-0.385,4.12982,300,5,0,1996,0,1,0,0,0),(116717,25817,571,1,1,23403,0,3864.53,5081.62,-0.385001,4.20355,300,5,0,1996,0,1,0,0,0),(116719,25817,571,1,1,23403,0,3865.87,5085.59,-0.385001,4.43035,300,5,0,1996,0,1,0,0,0),(116720,25817,571,1,1,23403,0,3855.52,5055.77,-0.384999,1.0985,300,5,0,1996,0,1,0,0,0),(116721,25817,571,1,1,23403,0,3853.73,5056.21,-0.384999,1.60477,300,5,0,1996,0,1,0,0,0),(116722,25817,571,1,1,23403,0,3854.2,5057.17,-0.384999,4.7577,300,5,0,1996,0,1,0,0,0),(116723,25817,571,1,1,23403,0,3604.72,5001.84,-0.385736,1.59842,300,5,0,1996,0,1,0,0,0),(116724,25817,571,1,1,23403,0,3611.36,5004.71,-0.385024,4.23027,300,5,0,1996,0,1,0,0,0),(116725,25817,571,1,1,23403,0,3606.28,5000.22,-0.391542,5.60141,300,5,0,1996,0,1,0,0,0),(116726,25817,571,1,1,23403,0,3602.63,4994.33,-0.398038,0.362505,300,5,0,1996,0,1,0,0,0),(116727,25817,571,1,1,23403,0,3691.89,5001.87,-0.503327,0.952245,300,5,0,1996,0,1,0,0,0),(116728,25817,571,1,1,23403,0,3691.93,5004.92,-0.503327,6.15141,300,5,0,1996,0,1,0,0,0),(116729,25817,571,1,1,23403,0,3695.71,5001.37,-0.439698,0.593121,300,5,0,1996,0,1,0,0,0),(116730,25817,571,1,1,23403,0,3693.48,5000.42,-0.493195,0.719451,300,5,0,1996,0,1,0,0,0),(116731,25817,571,1,1,23403,0,3654.27,4968.56,-0.668396,4.16949,300,5,0,1996,0,1,0,0,0),(116732,25817,571,1,1,23403,0,3661.55,4966.44,-0.45457,3.60508,300,5,0,1996,0,1,0,0,0),(116733,25817,571,1,1,23403,0,3653.33,4963.54,-0.628292,3.75324,300,5,0,1996,0,1,0,0,0),(116734,25817,571,1,1,23403,0,3658.18,4966.17,-0.448569,3.74682,300,5,0,1996,0,1,0,0,0),(116735,25817,571,1,1,23403,0,3916.15,5132.76,-0.405988,5.15013,300,5,0,1996,0,1,0,0,0),(116736,25817,571,1,1,23403,0,3919.89,5134.97,-0.401799,5.05832,300,5,0,1996,0,1,0,0,0),(116737,25817,571,1,1,23403,0,3914.33,5131.49,-0.384999,0.237634,300,5,0,1996,0,1,0,0,0),(116738,25817,571,1,1,23403,0,3916.53,5134.14,-0.399993,5.6894,300,5,0,1996,0,1,0,0,0),(116739,25817,571,1,1,23403,0,3949.19,5147.24,-0.394099,3.9398,300,5,0,1996,0,1,0,0,0),(116740,25817,571,1,1,23403,0,3802.34,5034.85,-0.384994,3.22982,300,5,0,1996,0,1,0,0,0),(116741,25817,571,1,1,23403,0,3797.52,5031.39,-0.384994,0.638347,300,5,0,1996,0,1,0,0,0),(116742,25817,571,1,1,23403,0,3796.74,5034.06,-0.384994,1.41345,300,5,0,1996,0,1,0,0,0),(116743,25817,571,1,1,23403,0,3794.23,5032.9,-0.384994,2.04677,300,5,0,1996,0,1,0,0,0),(116744,25817,571,1,1,23403,0,3885.61,5282.8,13.1236,3.09679,300,5,0,1996,0,1,0,0,0),(116745,25817,571,1,1,23403,0,3886.61,5283.8,13.1236,3.86655,300,5,0,1996,0,1,0,0,0),(116746,25817,571,1,1,23403,0,3885.87,5279.34,13.1236,0.684617,300,5,0,1996,0,1,0,0,0),(116747,25817,571,1,1,23403,0,3884.77,5280.52,13.1236,2.26901,300,5,0,1996,0,1,0,0,0),(116748,25817,571,1,1,23403,0,3950.54,5248.29,13.1236,3.36848,300,5,0,1996,0,1,0,0,0),(116749,25817,571,1,1,23403,0,3951.54,5249.29,13.1236,3.4383,300,5,0,1996,0,1,0,0,0),(116750,25817,571,1,1,23403,0,3949.55,5245.24,13.1236,3.01942,300,5,0,1996,0,1,0,0,0),(116751,25817,571,1,1,23403,0,3950.78,5243.84,13.1236,2.87979,300,5,0,1996,0,1,0,0,0),(116752,25817,571,1,1,23403,0,3884.91,5192.37,14.1127,0.743011,300,5,0,1996,0,1,0,0,0),(116753,25817,571,1,1,23403,0,3887.53,5190.3,14.1127,0.913711,300,5,0,1996,0,1,0,0,0),(116754,25817,571,1,1,23403,0,3881.93,5194.53,14.1127,1.00721,300,5,0,1996,0,1,0,0,0),(116756,25817,571,1,1,23403,0,3990.32,5134.46,-0.385002,4.06265,300,5,0,1996,0,1,0,0,0),(116757,25817,571,1,1,23403,0,3991.68,5135.88,-0.385002,1.44651,300,5,0,1996,0,1,0,0,0),(116759,25817,571,1,1,23403,0,3987.61,5134.29,-0.385002,3.34204,300,5,0,1996,0,1,0,0,0),(116760,25306,571,1,1,23068,1,2175.67,5196.11,50.0646,2.14675,300,0,0,7984,0,0,0,0,0),(116761,29914,571,1,7,27092,0,7363.66,-3078.82,837.535,0.593412,300,0,0,50400,0,0,0,0,0),(116762,29914,571,1,7,27092,0,7444.17,-3097.28,837.535,5.51524,300,0,0,50400,0,0,0,0,0),(116763,29914,571,1,7,27092,0,7274.47,-3083.82,837.535,1.69297,300,0,0,50400,0,0,0,0,0),(116764,32730,571,1,1,28168,0,5779.07,531.86,641.643,5.49779,300,0,0,10080,8814,0,0,0,0),(116765,24538,571,1,1,17188,0,1071.78,-5037.6,53.0557,4.59022,300,5,0,89820,0,1,0,0,0),(116766,30170,571,1,1,24121,0,8320.12,-562.294,982.088,3.68265,300,0,0,11770,3809,0,0,0,0),(116767,30170,571,1,1,24109,0,8305.6,-541.046,982.088,4.2586,300,0,0,11770,3809,0,0,0,0),(116768,23770,571,1,1,21889,1,1351.14,-3451.95,176.313,5.14872,300,0,0,9291,0,0,0,0,0),(116769,25306,571,1,1,23068,1,2330.92,5307.95,50.716,6.17846,300,0,0,7984,0,0,0,0,0),(116770,25306,571,1,1,23068,1,2205.9,5328.66,21.6167,1.11701,300,0,0,7984,0,0,0,0,0),(116771,29658,571,1,1,26412,0,1449.52,-3308.64,168.919,2.53073,300,0,0,8982,0,0,0,0,0),(116772,27610,571,1,1,15903,0,2983.93,4070.59,28.3567,1.13446,300,0,0,7984,0,0,0,0,0),(116773,30170,571,1,1,24121,0,8310.56,-513.329,982.088,1.50098,300,0,0,11770,3809,0,0,0,0),(116774,29146,571,1,1,25376,1,5292.87,4510.35,-90.6748,3.9968,300,0,0,117700,3809,0,0,0,0),(116775,30170,571,1,1,24103,0,8340.34,-553.603,982.088,0.418879,300,0,0,11770,3809,0,0,0,0),(116776,25306,571,1,1,23068,1,2292.02,5302.89,11.4517,0.349066,300,0,0,7984,0,0,0,0,0),(116777,25306,571,1,1,23068,1,2256.92,5361,2.09429,6.17846,300,0,0,7984,0,0,0,0,0),(116778,29402,571,1,1,27235,0,6343.08,-834.284,406.737,5.07891,300,5,0,11379,0,1,0,0,0),(116779,28378,571,1,1,26713,0,6462.64,4798.01,-38.2898,5.14058,300,10,0,11001,3643,1,0,0,0),(116780,28378,571,1,1,26713,0,6545.8,4775.77,-23.5739,1.64974,300,10,0,11001,3643,1,0,0,0),(116781,28378,571,1,1,26713,0,6413.92,4766.97,-53.7231,4.75404,300,10,0,11001,3643,1,0,0,0),(116782,28378,571,1,1,26713,0,6423.59,4801.75,-73.1588,5.34427,300,10,0,11001,3643,1,0,0,0),(116783,28378,571,1,1,26713,0,6388.88,4828.13,-77.2423,0.000861,300,0,0,11001,3643,0,0,0,0),(116784,28378,571,1,1,26713,0,6587.44,4921.66,-43.5939,4.73755,300,0,0,11001,3643,0,0,0,0),(116785,28378,571,1,1,26713,0,6432.62,4951.51,-40.5353,2.21361,300,10,0,11001,3643,1,0,0,0),(116786,28378,571,1,1,26713,0,6468.02,4851.96,-63.2193,0.204634,300,0,0,11001,3643,0,0,0,0),(116787,28378,571,1,1,26713,0,6461.71,4999.4,-41.1412,2.14405,300,10,0,11001,3643,1,0,0,0),(116788,28378,571,1,1,26713,0,6442.19,4769.26,-71.8649,1.72262,300,10,0,11001,3643,1,0,0,0),(116789,28378,571,1,1,26713,0,6611.32,4782.69,-20,5.78162,300,10,0,11001,3643,1,0,0,0),(116790,28378,571,1,1,26713,0,6420.57,4898.15,-51,4.51751,300,10,0,11001,3643,1,0,0,0),(116791,28378,571,1,1,26713,0,6596.85,4957.9,-38.3574,-2.86812,300,10,0,11001,3643,1,0,0,0),(116792,28378,571,1,1,26713,0,6536.72,4865.49,-28.619,5.73036,300,10,0,11001,3643,1,0,0,0),(116793,28378,571,1,1,26713,0,6593,4804.33,-30,0.87305,300,10,0,11001,3643,1,0,0,0),(116794,24026,571,1,1,22003,0,1681.99,-3367.29,150.472,3.00052,300,5,0,8982,0,1,0,0,0),(116795,24026,571,1,1,22003,0,2164.02,-3784.15,206.78,5.72552,300,5,0,8982,0,1,0,0,0),(116796,24026,571,1,1,22003,0,1751.39,-3801.22,147.279,1.53761,300,5,0,8982,0,1,0,0,0),(116797,24026,571,1,1,22003,0,2650.65,-2960,88.5694,1.14999,300,5,0,8982,0,1,0,0,0),(116798,24026,571,1,1,22003,0,1861.07,-3401.02,139.707,4.93647,300,5,0,8982,0,1,0,0,0),(116799,24026,571,1,1,22003,0,1819.88,-3652.63,155.77,5.92076,300,5,0,8982,0,1,0,0,0),(116800,24026,571,1,1,22003,0,2241.32,-3474.61,155.753,4.92376,300,5,0,8982,0,1,0,0,0),(116801,24026,571,1,1,22003,0,1832.38,-3238.04,145.58,2.48637,300,5,0,8982,0,1,0,0,0),(116802,24026,571,1,1,22003,0,1820.82,-3399.61,140.298,1.8142,300,5,0,8982,0,1,0,0,0),(116803,24026,571,1,1,22003,0,1915.62,-3683.33,159.552,0,300,5,0,8982,0,1,0,0,0),(116804,24026,571,1,1,22003,0,2067.49,-3612.8,161.88,5.03563,300,5,0,8982,0,1,0,0,0),(116805,24026,571,1,1,22003,0,1812.72,-3276.62,143.88,0.117451,300,5,0,8982,0,1,0,0,0),(116806,24026,571,1,1,22003,0,2029.51,-3661.05,167.022,3.39036,300,5,0,8982,0,1,0,0,0),(116807,24026,571,1,1,22003,0,1879.33,-3442.47,139.092,4.48548,300,5,0,8982,0,1,0,0,0),(116808,24026,571,1,1,22003,0,2232.89,-3750.35,209.848,6.2578,300,5,0,8982,0,1,0,0,0),(116809,24026,571,1,1,22003,0,2269.52,-3704.27,202.833,0.091897,300,5,0,8982,0,1,0,0,0),(116810,24026,571,1,1,22003,0,2244.43,-3711.86,198.655,2.0834,300,5,0,8982,0,1,0,0,0),(116811,24026,571,1,1,22003,0,2892.51,-3007.12,86.7684,3.27658,300,5,0,8982,0,1,0,0,0),(116812,24026,571,1,1,22003,0,2452.13,-2909.84,105.13,4.97189,300,5,0,8982,0,1,0,0,0),(116813,24026,571,1,1,22003,0,1904.95,-3528.6,142.579,1.40019,300,5,0,8982,0,1,0,0,0),(116814,24026,571,1,1,22003,0,1797.14,-3823.41,152.644,0.442235,300,5,0,8982,0,1,0,0,0),(116815,24026,571,1,1,22003,0,1786.64,-3714.06,150.66,2.99387,300,5,0,8982,0,1,0,0,0),(116816,24026,571,1,1,22003,0,1854.29,-3762.43,157.118,1.80919,300,5,0,8982,0,1,0,0,0),(116817,24026,571,1,1,22003,0,1821.49,-3723.89,152.584,3.12148,300,5,0,8982,0,1,0,0,0),(116818,24026,571,1,1,22003,0,1918.45,-3741.49,160.172,5.5932,300,5,0,8982,0,1,0,0,0),(116819,24026,571,1,1,22003,0,1980.65,-3785.1,173.458,5.34795,300,5,0,8982,0,1,0,0,0),(116820,24026,571,1,1,22003,0,1954.71,-3802.43,171.822,1.70909,300,5,0,8982,0,1,0,0,0),(116821,24026,571,1,1,22003,0,2054.84,-3852.45,197.595,4.31775,300,5,0,8982,0,1,0,0,0),(116822,24026,571,1,1,22003,0,2959.72,-3180.76,144.924,1.4445,300,5,0,8982,0,1,0,0,0),(116823,24026,571,1,1,22003,0,2034.99,-3765.54,186.8,4.45776,300,5,0,8982,0,1,0,0,0),(116824,24026,571,1,1,22003,0,1755.84,-3897.68,167.286,4.37922,300,5,0,8982,0,1,0,0,0),(116825,24026,571,1,1,22003,0,2622.18,-2839.35,70.6944,5.5116,300,5,0,8982,0,1,0,0,0),(116826,24026,571,1,1,22003,0,1814.53,-3376.15,140.716,5.6518,300,5,0,8982,0,1,0,0,0),(116827,24026,571,1,1,22003,0,1812.44,-3562.51,154.128,1.47093,300,5,0,8982,0,1,0,0,0),(116828,24026,571,1,1,22003,0,1806.07,-3507.3,144.483,5.53681,300,5,0,8982,0,1,0,0,0),(116829,24026,571,1,1,22003,0,2559.71,-2852.03,81.6057,0.317737,300,5,0,8982,0,1,0,0,0),(116830,24026,571,1,1,22003,0,1753.07,-3763.53,148.49,4.38724,300,5,0,8982,0,1,0,0,0),(116831,24026,571,1,1,22003,0,2184.25,-3483.05,151.027,3.43753,300,5,0,8982,0,1,0,0,0),(116832,24026,571,1,1,22003,0,2256.3,-3506.34,155.106,3.15199,300,5,0,8982,0,1,0,0,0),(116833,24026,571,1,1,22003,0,1884.18,-3690.58,153.412,4.01415,300,5,0,8982,0,1,0,0,0),(116834,24026,571,1,1,22003,0,2186.99,-3174,142.372,1.6794,300,5,0,8982,0,1,0,0,0),(116835,24026,571,1,1,22003,0,1773.36,-3221.93,155.609,0.446604,300,5,0,8982,0,1,0,0,0),(116836,24026,571,1,1,22003,0,1814.42,-3184.29,156.421,5.73422,300,5,0,8982,0,1,0,0,0),(116837,24026,571,1,1,22003,0,1797.1,-3154.02,155.032,0.007812,300,5,0,8982,0,1,0,0,0),(116838,24026,571,1,1,22003,0,1945.98,-3021.54,147.079,1.90608,300,5,0,8982,0,1,0,0,0),(116839,24026,571,1,1,22003,0,1732.31,-3691.96,152.475,3.25117,300,5,0,8982,0,1,0,0,0),(116840,24026,571,1,1,22003,0,2265.19,-3646.19,181.002,0.141069,300,5,0,8982,0,1,0,0,0),(116841,24026,571,1,1,22003,0,2312.47,-2967.05,130.985,4.90289,300,5,0,8982,0,1,0,0,0),(116842,24026,571,1,1,22003,0,1873.25,-3478.8,141.679,0.192607,300,5,0,8982,0,1,0,0,0),(116843,24026,571,1,1,22003,0,2066.37,-3647.65,167.623,4.85636,300,5,0,8982,0,1,0,0,0),(116844,24026,571,1,1,22003,0,1968.48,-3543.82,147.595,3.11602,300,5,0,8982,0,1,0,0,0),(116845,24026,571,1,1,22003,0,1946.65,-3487.15,140.451,1.47949,300,5,0,8982,0,1,0,0,0),(116846,24026,571,1,1,22003,0,1802.15,-3318.26,142.436,6.24361,300,5,0,8982,0,1,0,0,0),(116847,25306,571,1,1,23068,1,2237.46,5366.45,2.10174,2.00713,300,0,0,7984,0,0,0,0,0),(116848,24026,571,1,1,22003,0,2506.58,-2905.28,99.1117,4.85442,300,5,0,8982,0,1,0,0,0),(116849,24026,571,1,1,22003,0,2753.16,-3007.1,91.7969,0.256579,300,5,0,8982,0,1,0,0,0),(116850,24026,571,1,1,22003,0,2830.23,-3004.78,84.7855,5.21797,300,5,0,8982,0,1,0,0,0),(116851,24026,571,1,1,22003,0,2910.21,-3086.4,90.2134,2.60135,300,5,0,8982,0,1,0,0,0),(116852,24026,571,1,1,22003,0,2915.16,-3073.88,89.8153,3.2296,300,5,0,8982,0,1,0,0,0),(116853,24026,571,1,1,22003,0,1795.95,-3222.87,156.095,6.19712,300,5,0,8982,0,1,0,0,0),(116854,24026,571,1,1,22003,0,1913.5,-3087.32,148.936,2.99652,300,5,0,8982,0,1,0,0,0),(116855,24026,571,1,1,22003,0,2107.77,-3106.83,142.385,1.38029,300,5,0,8982,0,1,0,0,0),(116856,24026,571,1,1,22003,0,2367.95,-3002.04,134.821,4.18102,300,5,0,8982,0,1,0,0,0),(116857,24026,571,1,1,22003,0,2429.78,-2936.06,115.543,6.15436,300,5,0,8982,0,1,0,0,0),(116858,24026,571,1,1,22003,0,2793.68,-3058.51,99.6126,4.94083,300,5,0,8982,0,1,0,0,0),(116859,24026,571,1,1,22003,0,2854.68,-3037,84.2824,5.36958,300,5,0,8982,0,1,0,0,0),(116860,24026,571,1,1,22003,0,2033.71,-3111.11,143.763,4.9389,300,5,0,8982,0,1,0,0,0),(116861,24026,571,1,1,22003,0,2043.25,-3072.21,139.935,6.00837,300,5,0,8982,0,1,0,0,0),(116862,24026,571,1,1,22003,0,2109.73,-3040.98,140.899,2.35619,300,5,0,8982,0,1,0,0,0),(116863,24026,571,1,1,22003,0,2184.61,-3131.51,139.903,5.06933,300,5,0,8982,0,1,0,0,0),(116864,24026,571,1,1,22003,0,1875.66,-3016.55,145.69,1.00661,300,5,0,8982,0,1,0,0,0),(116865,24026,571,1,1,22003,0,2976.14,-3068.03,106.782,0.884484,300,5,0,8982,0,1,0,0,0),(116866,24026,571,1,1,22003,0,2733.62,-2980.52,86.1513,3.47785,300,5,0,8982,0,1,0,0,0),(116867,24026,571,1,1,22003,0,2645.75,-2922.79,82.1357,0.240713,300,5,0,8982,0,1,0,0,0),(116868,24026,571,1,1,22003,0,1928.9,-3041.1,146.011,5.05906,300,5,0,8982,0,1,0,0,0),(116869,24026,571,1,1,22003,0,2287.05,-3032.68,136.785,1.69563,300,5,0,8982,0,1,0,0,0),(116870,24026,571,1,1,22003,0,2219.68,-3102.81,133.422,2.3781,300,5,0,8982,0,1,0,0,0),(116871,24026,571,1,1,22003,0,2253.74,-3026.14,135.811,2.79699,300,5,0,8982,0,1,0,0,0),(116872,24026,571,1,1,22003,0,2163.01,-3047.92,140.485,3.14152,300,5,0,8982,0,1,0,0,0),(116873,24026,571,1,1,22003,0,2235,-3163.57,142.58,0.11357,300,5,0,8982,0,1,0,0,0),(116874,24026,571,1,1,22003,0,2242.47,-2987.34,137.017,3.66074,300,5,0,8982,0,1,0,0,0),(116875,24026,571,1,1,22003,0,2178.88,-3040.53,139.437,1.59325,300,5,0,8982,0,1,0,0,0),(116876,24026,571,1,1,22003,0,2861.39,-3161.83,124.029,1.93731,300,0,0,8982,0,0,0,0,0),(116877,24026,571,1,1,22003,0,2872.79,-3150.19,120.92,3.59432,300,5,0,8982,0,1,0,0,0),(116878,24026,571,1,1,22003,0,2873.32,-3166.52,124.455,5.25344,300,0,0,8982,0,0,0,0,0),(116879,24026,571,1,1,22003,0,2876.45,-3155.61,123.14,2.09439,300,0,0,8982,0,0,0,0,0),(116880,24026,571,1,1,22003,0,2844.81,-3101.01,95.1643,1.88884,300,5,0,8982,0,1,0,0,0),(116881,24026,571,1,1,22003,0,2129.15,-3022.25,140.106,3.10639,300,5,0,8982,0,1,0,0,0),(116882,24026,571,1,1,22003,0,1963.08,-3091.43,149.265,5.76365,300,5,0,8982,0,1,0,0,0),(116883,24026,571,1,1,22003,0,1955.77,-3041.21,146.879,5.00572,300,5,0,8982,0,1,0,0,0),(116884,24026,571,1,1,22003,0,2262.64,-3033.6,137.185,5.75638,300,5,0,8982,0,1,0,0,0),(116885,24026,571,1,1,22003,0,2823.83,-3103.28,104.097,1.51606,300,5,0,8982,0,1,0,0,0),(116886,24026,571,1,1,22003,0,2733.68,-3077.72,107.075,2.80718,300,5,0,8982,0,1,0,0,0),(116887,27354,571,1,1,26612,0,4043.22,-2864.14,276.691,2.6529,300,0,0,11052,0,0,0,0,0),(116888,27354,571,1,1,26612,0,4016.68,-2848.09,277.805,2.30383,300,0,0,11052,0,0,0,0,0),(116889,29402,571,1,1,27235,0,6474.46,-1356.83,477.473,6.17167,300,5,0,11379,0,1,0,0,0),(116890,29402,571,1,1,27235,0,6412.37,-1332.92,445.096,1.8224,300,5,0,11379,0,1,0,0,0),(116891,29402,571,1,1,27235,0,6246.41,-861.531,407.368,1.84171,300,0,0,11379,0,0,0,0,0),(116892,29402,571,1,1,27235,0,6245.82,-854.105,407.257,1.11232,300,0,0,11379,0,0,0,0,0),(116894,29402,571,1,1,27235,0,6247.54,-854.655,407.165,1.41573,300,0,0,11379,0,0,0,0,0),(116895,29402,571,1,1,27235,0,6249.38,-851.405,407.126,1.61281,300,0,0,11379,0,0,0,0,0),(116896,29402,571,1,1,27235,0,6148.54,-559.724,399.022,2.20297,300,5,0,11379,0,1,0,0,0),(116897,29402,571,1,1,27235,0,6144.29,-476.171,407.266,2.21999,300,5,0,11379,0,1,0,0,0),(116898,29402,571,1,1,27235,0,6215.49,-555.78,416.022,5.26758,300,5,0,11379,0,1,0,0,0),(116899,29402,571,1,1,27235,0,6077.35,-496.595,383.32,4.97055,300,5,0,11379,0,1,0,0,0),(116900,29402,571,1,1,27235,0,6178.82,-682.415,400.493,0.182648,300,5,0,11379,0,1,0,0,0),(116901,29402,571,1,1,27235,0,6027.65,-545.345,355.599,6.18342,300,5,0,11379,0,1,0,0,0),(116902,29402,571,1,1,27235,0,6151.94,-762.382,393.63,4.94979,300,5,0,11379,0,1,0,0,0),(116903,29402,571,1,1,27235,0,6224.92,-806.018,406.297,3.77025,300,5,0,11379,0,1,0,0,0),(116904,29402,571,1,1,27235,0,6268.59,-1462.99,425.535,1.69269,300,5,0,11379,0,1,0,0,0),(116905,29402,571,1,1,27235,0,6185.97,-1546.5,407.793,1.309,300,0,0,11379,0,0,0,0,0),(116906,29402,571,1,1,27235,0,6241.79,-1525.57,416.929,5.56078,300,5,0,11379,0,1,0,0,0),(116907,29402,571,1,1,27235,0,6372.15,-1193.45,426.503,1.82335,300,5,0,11379,0,1,0,0,0),(116908,29402,571,1,1,27235,0,6383.06,-1225.99,427.648,2.42737,300,5,0,11379,0,1,0,0,0),(116909,29402,571,1,1,27235,0,6390.36,-1228.44,429.182,2.43148,300,5,0,11379,0,1,0,0,0),(116910,29402,571,1,1,27235,0,6397.13,-1224.94,430.631,2.43478,300,5,0,11379,0,1,0,0,0),(116911,29402,571,1,1,27235,0,6380.6,-1197.81,426.033,1.83493,300,5,0,11379,0,1,0,0,0),(116912,24795,571,1,1,26699,0,3571.12,5957.59,136.303,0.331613,300,0,0,151200,31952,0,0,0,0),(116913,32731,571,1,1,28169,0,5796.89,689.152,619.115,0.279253,300,0,0,10080,8814,0,0,0,0),(116914,28379,571,1,1,26423,0,6554.22,4679.24,-51.0068,1.68232,300,5,0,11001,0,1,0,0,0),(116915,24283,571,1,1,22246,1,1439.24,-3258.39,167.384,0.872665,300,0,0,8982,0,0,0,0,0),(116916,28379,571,1,1,26423,0,6619.28,4691.87,-19.5997,1.67552,300,5,0,11001,0,1,0,0,0),(116917,28379,571,1,1,26423,0,6572.7,4613.12,-53.8981,4.57641,300,5,0,11001,0,1,0,0,0),(116918,24027,571,1,1,10699,0,1541.28,-5697.27,250.059,1.65806,300,0,0,26946,0,0,0,0,0),(116919,25307,571,1,1,23073,0,2299.58,5236.22,11.4287,2.77916,300,0,0,18582,0,0,0,0,0),(116920,28379,571,1,1,26423,0,6243.33,4412.31,-70.3518,3.58871,300,5,0,11001,0,1,0,0,0),(116921,28379,571,1,1,26423,0,6345.02,4467.95,-67.518,0.597209,300,5,0,11001,0,1,0,0,0),(116922,28379,571,1,1,26423,0,6372.92,4531.09,-69.0394,2.39281,300,5,0,11001,0,1,0,0,0),(116923,28379,571,1,1,26423,0,6304.71,4591.32,-75.0429,4.15324,300,5,0,11001,0,1,0,0,0),(116924,28379,571,1,1,26423,0,6312.26,4590.05,-73.4179,4.15344,300,5,0,11001,0,1,0,0,0),(116925,28379,571,1,1,26423,0,6251.61,4547.98,-82.4899,4.10344,300,5,0,11001,0,1,0,0,0),(116926,28379,571,1,1,26423,0,6188.97,4532.14,-85.3687,5.03596,300,5,0,11001,0,1,0,0,0),(116927,28379,571,1,1,26423,0,6408.26,4675.37,-73.4865,3.25117,300,5,0,11001,0,1,0,0,0),(116928,28379,571,1,1,26423,0,6455.25,4674.79,-65.6814,6.05644,300,5,0,11001,0,1,0,0,0),(116929,28379,571,1,1,26423,0,6372.4,4645.3,-74.7455,3.68747,300,5,0,11001,0,1,0,0,0),(116930,28379,571,1,1,26423,0,6389.86,5352.7,-43.6687,4.87505,300,5,0,11001,0,1,0,0,0),(116931,28379,571,1,1,26423,0,6326.25,5050.08,-85.5473,3.85859,300,5,0,11001,0,1,0,0,0),(116932,27355,571,1,1,24580,1,4415.31,1865.56,168.144,2.61799,300,0,0,10635,3561,0,0,0,0),(116933,28379,571,1,1,26423,0,6009.95,4678.63,-96.8518,3.04705,300,5,0,11001,0,1,0,0,0),(116934,28379,571,1,1,26423,0,6027.05,4737.18,-95.7152,5.43125,300,5,0,11001,0,1,0,0,0),(116935,28379,571,1,1,26423,0,6085.2,4677.08,-94.4478,3.37001,300,5,0,11001,0,1,0,0,0),(116936,28379,571,1,1,26423,0,6064.84,4735.01,-94.5367,5.2602,300,5,0,11001,0,1,0,0,0),(116937,28379,571,1,1,26423,0,6058.65,4739.51,-94.5367,5.25979,300,5,0,11001,0,1,0,0,0),(116938,28379,571,1,1,26423,0,6276.19,5138.95,-81.4315,0.170792,300,5,0,11001,0,1,0,0,0),(116939,28379,571,1,1,26423,0,6325.46,4228.35,-47.7694,1.87888,300,5,0,11001,0,1,0,0,0),(116940,28379,571,1,1,26423,0,6486.17,5295.26,-44.0651,1.63283,300,5,0,11001,0,1,0,0,0),(116941,28379,571,1,1,26423,0,6492.41,5208.01,-56.4889,3.0297,300,5,0,11001,0,1,0,0,0),(116942,28379,571,1,1,26423,0,6384.5,5171.4,-71.61,4.22987,300,5,0,11001,0,1,0,0,0),(116943,28123,571,1,1,7198,1,5973.52,5500.52,-83.0215,3.735,300,0,0,10635,0,0,0,0,0),(132584,21787,530,1,1,20682,1,-3668.44,3371.38,312.609,3.98343,180,5,0,5744,3231,1,0,0,0),(132582,21787,530,1,1,20682,1,-3668.63,3395.73,312.211,4.53786,180,0,0,5744,3231,0,0,0,0),(132583,21787,530,1,1,20682,1,-3649.2,3379.72,312.337,1.02974,180,0,0,5744,3231,0,0,0,0),(116948,24539,571,1,1,22525,0,-146.215,-3519.69,3.53521,4.7822,300,0,0,8982,3155,0,0,0,0),(132565,23051,530,1,1,21396,0,-3700.19,3268.53,332.569,1.0628,180,0,0,6986,0,2,0,0,0),(116951,29660,571,1,1,26414,1,5684.83,770.957,647.836,5.58505,300,0,0,10635,0,0,0,0,0),(116952,29916,571,1,1,26634,0,5621.4,-2179.76,235.984,3.35103,300,0,0,7984,0,0,0,0,0),(116953,29916,571,1,1,26634,0,5667.08,-1861.7,244.387,4.64258,300,0,0,7984,0,0,0,0,0),(116954,29916,571,1,1,26636,0,5615.1,-1913.86,235.994,3.7001,300,0,0,7984,0,0,0,0,0),(116955,29916,571,1,1,26634,0,5720.09,-1785.49,237.106,4.15388,300,0,0,7984,0,0,0,0,0),(116956,29404,571,1,1,275,1,6087.43,-593.114,374.34,0.785398,300,5,0,11379,0,1,0,0,0),(116957,29404,571,1,1,275,1,6021.2,-594.125,365.446,5.23599,300,5,0,11379,0,1,0,0,0),(116958,29404,571,1,1,275,1,6083.51,-650.466,375.489,5.98648,300,5,0,11379,0,1,0,0,0),(116959,29404,571,1,1,275,1,6022.8,-719.652,368.917,0.418879,300,5,0,11379,0,1,0,0,0),(116960,27356,571,1,1,24581,1,4448.52,1658.72,133.134,5.49779,300,0,0,9940,3387,0,0,33024,0),(116961,32732,571,1,1,28170,0,5780.19,530.912,641.643,2.53073,300,0,0,10080,8814,0,0,0,0),(116962,24028,571,1,1,22005,0,2672.53,-4306.23,291.048,5.49779,300,0,0,6224,0,0,0,0,0),(116963,23772,571,1,1,10891,0,1498.03,-5479.61,252.977,5.1021,300,0,0,7984,0,2,0,0,0),(116964,23772,571,1,1,10891,0,1524.11,-5488.38,261.903,3.18486,300,0,0,7984,0,2,0,0,0),(116965,23772,571,1,1,10891,0,1685.74,-4445.06,189.175,1.00658,300,0,0,7984,0,2,0,0,0),(116966,23772,571,1,1,10891,0,1797.27,-5103.69,186.74,1.85449,300,0,0,7984,0,2,0,0,0),(116967,23772,571,1,1,10891,0,1834.28,-4601.29,193.294,4.26965,300,0,0,7984,0,2,0,0,0),(116968,23772,571,1,1,10891,0,1817.91,-4489.51,191.606,5.21165,300,0,0,7984,0,2,0,0,0),(116969,28380,571,1,1,27273,0,6419.92,4379.31,-48.1074,1.02974,300,5,0,11001,0,1,0,0,0),(116970,26844,571,1,1,24095,1,2106.05,-2968.81,148.667,5.60251,300,0,0,31905,3561,0,0,0,0),(116971,29916,571,1,1,26635,0,5578.13,-2056.11,242.9,1.3439,300,0,0,7984,0,0,0,0,0),(116972,29916,571,1,1,26291,0,5507.5,-2087.09,240.841,1.16937,300,0,0,7984,0,0,0,0,0),(116973,29916,571,1,1,26291,0,5619.46,-1981.38,240.553,4.24115,300,0,0,7984,0,0,0,0,0),(116974,23772,571,1,1,10891,0,1794.81,-4666.32,212.202,4.74273,300,0,0,7984,0,2,0,0,0),(116975,23772,571,1,1,10891,0,1913.69,-4795.56,197.046,3.46638,300,0,0,7984,0,2,0,0,0),(116976,23772,571,1,1,10891,0,1903.81,-4905.66,198.039,4.34435,300,0,0,7984,0,2,0,0,0),(116977,23772,571,1,1,10891,0,1902.35,-4711.84,203.77,5.83699,300,0,0,7984,0,2,0,0,0),(116978,23772,571,1,1,10891,0,1953.65,-4366.62,214.826,1.67445,300,0,0,7984,0,2,0,0,0),(116979,23772,571,1,1,10891,0,1924.04,-4832.58,195.468,6.13767,300,0,0,7984,0,2,0,0,0),(116980,23772,571,1,1,10891,0,1977.62,-5072.91,216.144,2.11383,300,0,0,7984,0,2,0,0,0),(116981,23772,571,1,1,10891,0,2034.16,-4934.49,224.65,1.52166,300,0,0,7984,0,2,0,0,0),(116982,23772,571,1,1,10891,0,2027.4,-4773.78,215.003,4.76694,300,0,0,7984,0,2,0,0,0),(116983,28380,571,1,1,27273,0,6428.27,4314.68,-48.2994,6.07375,300,5,0,11001,0,1,0,0,0),(116984,28380,571,1,1,27273,0,6518.59,4460.51,-51.6174,4.7822,300,5,0,11001,0,1,0,0,0),(116985,29916,571,1,1,26291,0,5801.6,-1765.91,238.33,2.58309,300,0,0,7984,0,0,0,0,0),(116986,29916,571,1,1,26636,0,5754,-1818.13,242.571,1.23918,300,0,0,7984,0,0,0,0,0),(116987,29916,571,1,1,26636,0,5754.04,-2159.18,237.127,5.98648,300,0,0,7984,0,0,0,0,0),(116988,29916,571,1,1,26635,0,5637.41,-1921.56,236.519,3.59538,300,0,0,7984,0,0,0,0,0),(116989,29916,571,1,1,26636,0,5536.75,-1997.68,245.513,4.88692,300,0,0,7984,0,0,0,0,0),(116990,29916,571,1,1,26635,0,5811.15,-1806.3,239.044,3.31613,300,0,0,7984,0,0,0,0,0),(116991,23772,571,1,1,10891,0,2061.97,-5143.93,239.34,3.10781,300,0,0,7984,0,2,0,0,0),(116992,23772,571,1,1,10891,0,2100.17,-4372.97,225.633,0.54622,300,0,0,7984,0,2,0,0,0),(116993,23772,571,1,1,10891,0,2062.75,-4796.42,216.648,4.63628,300,0,0,7984,0,2,0,0,0),(116994,28380,571,1,1,27273,0,6498.93,4354.43,-47.6476,5.70723,300,5,0,11001,0,1,0,0,0),(116995,28380,571,1,1,27273,0,6542.08,4551.73,-59.864,1.02974,300,5,0,11001,0,1,0,0,0),(116996,28380,571,1,1,27273,0,6641.3,4644.2,-0.123248,1.95003,300,5,0,11001,0,1,0,0,0),(116997,28380,571,1,1,27273,0,6453.29,4447.19,-55.2235,0.733038,300,5,0,11001,0,1,0,0,0),(116998,29916,571,1,1,26291,0,5621.26,-1785.38,236.269,2.93215,300,0,0,7984,0,0,0,0,0),(116999,29916,571,1,1,26635,0,5716.13,-1850.53,244.308,5.07891,300,0,0,7984,0,0,0,0,0),(117000,29916,571,1,1,26291,0,5624.19,-1723,237.565,3.21141,300,0,0,7984,0,0,0,0,0),(117001,23772,571,1,1,10891,0,2137.47,-4992.82,247.794,5.18813,300,0,0,7984,0,2,0,0,0),(117002,23772,571,1,1,10891,0,2155.93,-4061.93,237.783,2.80333,300,0,0,7984,0,2,0,0,0),(117003,23772,571,1,1,10891,0,2181.19,-4857.47,248.914,1.019,300,0,0,7984,0,2,0,0,0),(117004,23772,571,1,1,10891,0,2220.68,-4388.93,229.986,2.4548,300,0,0,7984,0,2,0,0,0),(117005,23772,571,1,1,10891,0,2222.28,-4729.82,228.237,5.63574,300,0,0,7984,0,2,0,0,0),(117006,23772,571,1,1,10891,0,2258.23,-4573.19,223.88,5.39308,300,0,0,7984,0,2,0,0,0),(117007,23772,571,1,1,10891,0,2231.46,-4391.98,226.398,1.5997,300,0,0,7984,0,2,0,0,0),(117008,28380,571,1,1,27273,0,6448.16,4522.58,-63.3666,6.02139,300,5,0,11001,0,1,0,0,0),(117009,29916,571,1,1,26635,0,5618.44,-2127.39,235.9,4.18879,300,0,0,7984,0,0,0,0,0),(117010,29916,571,1,1,26634,0,5649.62,-1753.19,239.15,4.27606,300,0,0,7984,0,0,0,0,0),(117011,29916,571,1,1,26636,0,5494.69,-2071.24,240.842,4.06662,300,0,0,7984,0,0,0,0,0),(117012,29916,571,1,1,26291,0,5592.04,-2205.98,235.513,6.17846,300,0,0,7984,0,0,0,0,0),(117013,29916,571,1,1,26635,0,5776.57,-1793.26,236.317,1.48353,300,0,0,7984,0,0,0,0,0),(117014,29916,571,1,1,26291,0,5634.64,-1854.04,239.448,1.81514,300,0,0,7984,0,0,0,0,0),(117015,29916,571,1,1,26291,0,5606.16,-2054.38,240.42,0.733038,300,0,0,7984,0,0,0,0,0),(117016,29916,571,1,1,26635,0,5572.42,-2083.82,240.181,6.12611,300,0,0,7984,0,0,0,0,0),(117017,29916,571,1,1,26635,0,5588,-2117.36,238.411,5.55015,300,0,0,7984,0,0,0,0,0),(117018,29916,571,1,1,26291,0,5571.13,-1961.15,241.079,4.06662,300,0,0,7984,0,0,0,0,0),(117019,23772,571,1,1,10891,0,2230.14,-4929.9,244.343,5.65773,300,0,0,7984,0,2,0,0,0),(117020,28380,571,1,1,27273,0,6371.15,4604.16,-69.8189,2.09721,300,5,0,11001,0,1,0,0,0),(117021,28380,571,1,1,27273,0,6196.52,4398.69,-73.3018,2.85606,300,5,0,11001,0,1,0,0,0),(117022,23772,571,1,1,10891,0,2263.69,-4824.04,247.371,4.10953,300,0,0,7984,0,2,0,0,0),(117023,23772,571,1,1,10891,0,2254.61,-4333.15,236.856,4.36283,300,0,0,7984,0,2,0,0,0),(117024,28380,571,1,1,27273,0,6275.41,4512.13,-79.3673,2.84244,300,5,0,11001,0,1,0,0,0),(117025,28380,571,1,1,27273,0,6302.45,4574.37,-76.2014,4.15338,300,5,0,11001,0,1,0,0,0),(117026,28380,571,1,1,27273,0,6224.74,4482.35,-84.5098,1.8684,300,5,0,11001,0,1,0,0,0),(117027,27356,571,1,1,24583,1,4410.08,1465.85,146.269,3.54302,300,0,0,9940,3387,0,0,0,0),(117028,27356,571,1,1,24583,1,4507.14,1636.95,130.938,2.54818,300,0,0,9940,3387,0,0,0,0),(117029,27356,571,1,1,24583,1,4517.11,1659.26,132.566,3.26377,300,0,0,9940,3387,0,0,0,0),(117030,27356,571,1,1,24583,1,4409.18,1376.3,137.381,2.51327,300,0,0,9940,3387,0,0,0,0),(117031,27356,571,1,1,24583,1,4317.13,1509.21,133.511,4.81711,300,0,0,9940,3387,0,0,0,0),(117032,27356,571,1,1,24581,1,4306.57,1485.66,133.509,0.767945,300,0,0,9940,3387,0,0,0,0),(117033,27356,571,1,1,24583,1,4326.34,1487.55,130.549,2.21657,300,0,0,9940,3387,0,0,0,0),(117034,27356,571,1,1,24581,1,4389.26,1558.39,134.876,1.42437,300,5,0,9940,3387,1,0,0,0),(117035,27356,571,1,1,24581,1,4489.63,1612.08,129.979,1.91986,300,0,0,9940,3387,0,0,0,0),(117036,27356,571,1,1,24583,1,4435.86,1631.86,127.508,3.54285,300,0,0,9940,3387,2,0,0,0),(117037,27356,571,1,1,24583,1,4375.31,1395.78,140.514,4.91582,300,0,0,9940,3387,2,0,0,0),(117038,27356,571,1,1,24581,1,4401.96,1354.86,140.148,0.942478,300,0,0,9940,3387,0,0,0,0),(117039,27356,571,1,1,24583,1,4390.65,1411.05,139.364,1.33183,300,0,0,9940,3387,2,0,0,0),(117040,27356,571,1,1,24583,1,4399.35,1654.96,128.451,2.58309,300,0,0,9940,3387,0,0,0,0),(117041,28380,571,1,1,27273,0,6363.63,5023.65,-79.2684,4.36871,300,5,0,11001,0,1,0,0,0),(117042,28380,571,1,1,27273,0,6057.52,4616.26,-94.0768,6.0856,300,5,0,11001,0,1,0,0,0),(117043,28380,571,1,1,27273,0,6056.3,4729.79,-94.5294,5.26064,300,5,0,11001,0,1,0,0,0),(117044,28380,571,1,1,27273,0,6304.77,4286.44,-45.2505,3.2967,300,5,0,11001,0,1,0,0,0),(117045,28380,571,1,1,27273,0,6442.63,5276.95,-52.9607,0.940725,300,5,0,11001,0,1,0,0,0),(117046,28380,571,1,1,27273,0,6376.38,5109.53,-73.4733,3.29318,300,5,0,11001,0,1,0,0,0),(117047,28124,571,1,1,0,1,5949.15,5493.8,-77.7736,4.34587,300,0,0,10635,0,0,0,0,0),(117048,23772,571,1,1,10891,0,2297.8,-4687.36,249.938,3.42823,300,0,0,7984,0,2,0,0,0),(117049,23772,571,1,1,10891,0,2299.12,-4587.15,228.727,2.34259,300,0,0,7984,0,2,0,0,0),(117050,23772,571,1,1,10891,0,2361.58,-4782.42,247.553,0.483853,300,0,0,7984,0,2,0,0,0),(117051,23772,571,1,1,10891,0,2312.6,-4345.5,237.251,4.49012,300,0,0,7984,0,2,0,0,0),(117052,23772,571,1,1,10891,0,2328.6,-4525.75,226.575,0.578506,300,0,0,7984,0,2,0,0,0),(117053,23772,571,1,1,10891,0,2432.73,-4436.25,241.944,4.52291,300,0,0,7984,0,2,0,0,0),(117055,23772,571,1,1,10891,0,2524.64,-4525.35,257.617,5.43077,300,0,0,7984,0,2,0,0,0),(117056,23772,571,1,1,10891,0,2541.49,-4436.28,253.793,4.36506,300,0,0,7984,0,2,0,0,0),(202488,23755,571,1,1,0,0,1682.04,-2563.09,19.8951,0.907571,120,0,0,1,0,0,0,0,0),(117649,27362,571,1,1,0,0,4608.47,1721.62,170.95,3.12414,300,5,0,1,0,1,0,0,0),(117062,27356,571,1,1,24583,1,4406.43,1374.69,137.966,-2.6251,300,0,0,9940,3387,0,0,0,0),(117063,27356,571,1,1,24581,1,4391.98,1359.03,148.241,2.74588,300,0,0,9940,3387,0,0,0,0),(117064,27356,571,1,1,24581,1,4381.25,1508.32,130.307,4.55032,300,5,0,9940,3387,1,0,0,0),(117065,26588,571,1,1,23949,0,4322.89,-3693.61,263.91,0.610865,300,0,0,102,0,0,0,0,0),(117067,24540,571,1,1,22527,1,2121.5,-2692.29,5.21118,5.25344,300,5,0,7432,7332,1,0,0,0),(117068,24540,571,1,1,22527,1,2130.08,-2699.23,5.13709,2.70415,300,5,0,7432,7332,1,0,0,0),(117069,24284,571,1,1,21932,0,1367.31,-3179.08,153.659,2.02458,300,0,0,6986,0,0,0,0,0),(117070,24540,571,1,1,22527,1,2407.6,-2752.58,3.86427,4.57276,300,5,0,7432,7332,1,0,0,0),(117071,24540,571,1,1,22527,1,2215.22,-2709.93,5.14829,3.80482,300,5,0,7432,7332,1,0,0,0),(117072,24540,571,1,1,22527,1,2417.3,-2768.94,6.02718,5.60704,300,5,0,7432,7332,1,0,0,0),(117073,24540,571,1,1,22527,1,2201.41,-2719.18,5.74297,0.419346,300,5,0,7432,7332,1,0,0,0),(117074,24540,571,1,1,22527,1,2312.69,-2782.59,5.70462,3.28122,300,5,0,7432,7332,1,0,0,0),(117075,24540,571,1,1,22527,1,2304.76,-2796.7,7.64242,4.57768,300,5,0,7432,7332,1,0,0,0),(117076,24540,571,1,1,22527,1,1855.83,-2766.15,4.03405,5.63741,300,5,0,7432,7332,1,0,0,0),(117077,24540,571,1,1,22527,1,1864.39,-2774.84,3.18379,2.13973,300,5,0,7432,7332,1,0,0,0),(117078,24540,571,1,1,22527,1,1955.48,-2727.04,4.99037,1.11626,300,5,0,7432,7332,1,0,0,0),(110277,28495,571,1,1,0,0,5601.3,-3501.48,350.41,2.05949,10,0,0,1,0,0,0,0,0),(117080,24540,571,1,1,22527,1,2192.7,-2716.39,5.80351,1.14855,300,5,0,7432,7332,1,0,0,0),(100525,28465,571,1,1,0,1,5842.52,-3784.57,362.043,6.26573,120,0,0,1,0,0,0,0,0),(117082,29404,571,1,1,275,1,6028.07,-935.797,377.602,0.1417,300,0,0,11379,0,0,0,0,0),(117083,29404,571,1,1,275,1,6154.17,-978.398,402.087,3.19896,300,0,0,11379,0,0,0,0,0),(117084,29404,571,1,1,275,1,6160.84,-390.886,422.517,0.592215,300,5,0,11379,0,1,0,0,0),(117085,29404,571,1,1,275,1,6282.94,-662.997,419.568,3.85718,300,0,0,11379,0,0,0,0,0),(117086,29404,571,1,1,275,1,6285.52,-859.231,406.793,4.54121,300,5,0,11379,0,1,0,0,0),(117087,29404,571,1,1,275,1,6351.7,-812.617,406.882,0.292102,300,5,0,11379,0,1,0,0,0),(117088,29404,571,1,1,275,1,6218.49,-988.769,407.203,4.43578,300,5,0,11379,0,1,0,0,0),(117089,29404,571,1,1,275,1,6189.03,-937.867,396.611,5.9556,300,5,0,11379,0,1,0,0,0),(117090,29404,571,1,1,275,1,6085.3,-955.154,386.641,4.92818,300,0,0,11379,0,0,0,0,0),(117091,29404,571,1,1,275,1,6142.96,-917.311,389.52,0.510567,300,5,0,11379,0,1,0,0,0),(117092,29404,571,1,1,275,1,6091.16,-874.801,376.497,-3.14037,300,0,0,11379,0,0,0,0,0),(117093,29404,571,1,1,275,1,6356.68,-866.208,406.779,4.02992,300,5,0,11379,0,1,0,0,0),(117094,29404,571,1,1,275,1,6104.45,-956.967,391.287,3.17839,300,5,0,11379,0,1,0,0,0),(117095,29404,571,1,1,275,1,6274.56,-818.241,407.154,0.396143,300,5,0,11379,0,1,0,0,0),(117096,29149,571,1,1,22607,0,5726.03,4569.98,-119.875,3.22886,300,0,0,94160,3809,0,0,0,0),(117097,29917,571,1,1,23896,0,5647.13,-2222.8,237.61,4.36332,300,0,0,7984,0,0,0,0,0),(117098,29917,571,1,1,11631,0,5646.69,-1904.66,236.598,2.86234,300,0,0,7984,0,0,0,0,0),(117099,32733,571,1,1,28171,0,5814.25,793.295,632.67,3.26377,300,0,0,10080,8814,0,0,0,0),(117100,27613,571,1,1,27230,0,4181.99,-1865.26,217.478,2.54818,300,0,0,9610,0,0,0,0,0),(117101,31709,571,1,1,2955,0,5841.44,561.623,653.253,4.74729,300,0,0,42,0,0,0,0,0),(117102,27869,571,1,1,11686,0,4481.27,1994,431.475,3.15905,300,5,0,12600,0,1,0,0,0),(117103,29917,571,1,1,11631,0,5582.76,-1788.75,235.752,2.14675,300,0,0,7984,0,0,0,0,0),(117104,29917,571,1,1,23896,0,5526.05,-2151.18,239.626,5.89921,300,0,0,7984,0,0,0,0,0),(117105,26845,571,1,1,24096,1,3248.77,-662.297,166.873,3.87463,300,0,0,31905,3561,0,0,0,0),(117107,27613,571,1,1,24443,0,4196.47,-1878.61,204.547,3.56047,300,0,0,9610,0,0,0,0,0),(117108,27613,571,1,1,24416,0,4110.58,-1858.25,203.779,0.401426,300,0,0,9610,0,0,0,0,0),(117109,23773,571,1,1,21883,1,1470.38,-3282.61,167.387,0.925025,300,0,0,8982,0,0,0,0,0),(117110,29917,571,1,1,13989,0,5660.23,-2167.44,236.141,0.558505,300,0,0,7984,0,0,0,0,0),(117111,29917,571,1,1,23896,0,5644.84,-2042.79,239.863,4.13643,300,0,0,7984,0,0,0,0,0),(117112,27869,571,1,1,11686,0,4310.05,1811.11,348.634,0.733038,300,5,0,12600,0,1,0,0,0),(117113,29917,571,1,1,11631,0,5585.5,-2142.85,238.375,4.10152,300,0,0,7984,0,0,0,0,0),(117114,29917,571,1,1,23896,0,5599.39,-1933.94,240.238,1.37881,300,0,0,7984,0,0,0,0,0),(117115,29917,571,1,1,11631,0,5682.56,-1792.18,241.897,0.017453,300,0,0,7984,0,0,0,0,0),(117116,27613,571,1,1,24416,0,4113.65,-1926.78,204.117,0.20944,300,0,0,9610,0,0,0,0,0),(117117,27613,571,1,1,24443,0,4159.88,-1831.71,198.609,0.174533,300,0,0,9610,0,0,0,0,0),(117118,29917,571,1,1,23896,0,5548.88,-2029.64,240.651,1.95477,300,0,0,7984,0,0,0,0,0),(117119,29917,571,1,1,23896,0,5742.58,-2228.58,240.386,2.18166,300,0,0,7984,0,0,0,0,0),(117120,29917,571,1,1,23896,0,5602.24,-2077.07,242.788,5.5676,300,0,0,7984,0,0,0,0,0),(117121,29917,571,1,1,13989,0,5711.78,-1812.2,243.037,4.18879,300,0,0,7984,0,0,0,0,0),(117122,29917,571,1,1,13989,0,5722.28,-1759.17,238.005,1.64061,300,0,0,7984,0,0,0,0,0),(117123,29917,571,1,1,13989,0,5686.45,-2128.01,235.628,2.32129,300,0,0,7984,0,0,0,0,0),(117124,27613,571,1,1,24418,0,4288.23,-1827.15,207.161,2.09439,300,0,0,9610,0,0,0,0,0),(117125,27613,571,1,1,27230,0,4153.55,-2035.39,217.162,2.42601,300,0,0,9610,0,0,0,0,0),(117126,24797,571,1,1,24933,0,264.762,-3333.34,2.3032,2.79253,300,0,0,8982,0,0,0,0,0),(117127,27613,571,1,1,24443,0,4178.56,-1850.96,204.417,0.628319,300,0,0,9610,0,0,0,0,0),(117128,28381,571,1,1,23434,0,6298.6,4587.02,-76.9458,4.1512,300,5,0,10121,0,1,0,0,0),(117129,28381,571,1,1,23434,0,6316.7,4583.81,-72.6679,4.15348,300,5,0,10121,0,1,0,0,0),(117130,24797,571,1,1,24933,0,251.992,-3322.42,1.43697,2.87979,300,0,0,8982,0,0,0,0,0),(117131,28381,571,1,1,23434,0,6051.09,4738.33,-94.5367,5.25953,300,5,0,10121,0,1,0,0,0),(117132,28381,571,1,1,23434,0,6046.58,4732.14,-94.5294,5.25977,300,5,0,10121,0,1,0,0,0),(117133,24797,571,1,1,24933,0,240.995,-3183.2,4.24337,3.63029,300,0,0,8982,0,0,0,0,0),(117134,24797,571,1,1,24933,0,224.086,-3188.33,1.31837,3.38594,300,0,0,8982,0,0,0,0,0),(117135,26333,571,1,1,27478,0,3143.23,1884.32,125.562,3.30337,300,5,0,27873,0,1,0,0,0),(117136,26333,571,1,1,27478,0,2856.35,1587.26,159.204,4.98517,300,0,0,27873,0,2,0,0,0),(117137,27357,571,1,1,24585,1,4644.01,-489.491,168.765,1.44935,300,0,0,7952,7654,2,0,0,0),(117138,27357,571,1,1,24586,1,4724.41,-356.798,181.888,4.92589,300,0,0,7952,7654,2,0,0,0),(117139,27357,571,1,1,24585,1,4672.43,-432.248,173.843,0.715615,300,0,0,7952,7654,2,0,0,0),(117140,26333,571,1,1,27478,0,3027.88,1675.26,150.586,-0.145002,300,0,0,27873,0,2,0,0,0),(117141,27357,571,1,1,24585,1,4602.24,-548.184,157.129,0.640571,300,0,0,7952,7654,2,0,0,0),(117142,27357,571,1,1,24586,1,4568.03,-587.301,151.432,3.23797,300,0,0,7952,7654,2,0,0,0),(117143,24541,571,1,1,22526,0,-127.645,-3593.84,3.0425,5.02655,300,0,0,8982,0,0,0,0,0),(117144,24797,571,1,1,24933,0,223.022,-3205.58,1.68761,3.57792,300,0,0,8982,0,0,0,0,0),(117145,24797,571,1,1,24933,0,236.466,-3298.96,2.84435,3.03687,300,0,0,8982,0,0,0,0,0),(117146,24797,571,1,1,24933,0,220.372,-3270.06,1.34712,3.26377,300,0,0,8982,0,0,0,0,0),(117147,24797,571,1,1,24933,0,234.834,-3315.74,0.810265,2.74017,300,0,0,8982,0,0,0,0,0),(117148,26589,571,1,1,23926,0,4322.9,-3695.05,263.84,0.366519,300,0,0,6986,0,0,0,0,0),(117149,27613,571,1,1,24443,0,4235.37,-1789.27,201.845,4.03171,300,0,0,9610,0,0,0,0,0),(117150,27613,571,1,1,24416,0,4283.22,-2113.59,213.092,5.75959,300,0,0,9610,0,0,0,0,0),(117151,27613,571,1,1,24443,0,4214.82,-1984.52,210.501,6.12611,300,0,0,9610,0,0,0,0,0),(117152,27613,571,1,1,24443,0,4291.76,-2147.24,211.808,3.00197,300,0,0,9610,0,0,0,0,0),(117153,27613,571,1,1,24418,0,4305.95,-2065.41,211.635,3.76991,300,0,0,9610,0,0,0,0,0),(117154,27613,571,1,1,27230,0,4134.57,-1980.37,212.297,0.506145,300,0,0,9610,0,0,0,0,0),(117155,27613,571,1,1,24443,0,4176.44,-1961.3,208.383,1.36136,300,0,0,9610,0,0,0,0,0),(117156,27613,571,1,1,24416,0,4272.4,-1975.88,206.636,0.244346,300,0,0,9610,0,0,0,0,0),(117157,27613,571,1,1,24416,0,4143.56,-2013.14,213.327,2.19912,300,0,0,9610,0,0,0,0,0),(117158,27613,571,1,1,24418,0,4269.8,-1892.84,202.928,2.18166,300,0,0,9610,0,0,0,0,0),(117160,27613,571,1,1,24418,0,4151.74,-2146.89,222.923,0,300,0,0,9610,0,0,0,0,0),(117161,27613,571,1,1,24418,0,4216.52,-2156.42,217.654,2.82743,300,0,0,9610,0,0,0,0,0),(117162,27613,571,1,1,24443,0,4179.76,-2145.4,216.224,1.50098,300,0,0,9610,0,0,0,0,0),(117163,29662,571,1,1,2404,0,1450.27,-3309.49,168.917,0.541052,300,0,0,7984,0,0,0,0,0),(117164,27102,571,1,1,24286,1,3275.85,-2208.03,117.029,2.80998,300,0,0,154014,0,0,0,0,0),(117166,31710,571,1,1,1206,0,5853.44,563.981,653.253,1.25664,300,0,0,42,0,0,0,0,0),(117167,24030,571,1,1,25748,0,2006.77,-5728.65,220.446,-3.00475,300,0,0,8982,3155,0,0,0,0),(117168,27358,571,1,1,24584,1,4514.88,1756.14,167.045,5.70895,300,0,0,7952,7654,0,0,0,0),(117169,27358,571,1,1,24582,1,4493.88,1741.73,175.28,6.11395,300,5,0,7952,7654,1,0,0,0),(117170,27358,571,1,1,24582,1,4454.28,1785.69,164.683,6.04159,300,0,0,7952,7654,0,0,0,0),(117171,24030,571,1,1,25748,0,2182.4,-5843.05,230.484,5.09636,300,0,0,8982,3155,0,0,0,0),(117172,24030,571,1,1,25748,0,2193.39,-5842.92,230.754,3.9619,300,0,0,8982,3155,0,0,0,0),(117173,24030,571,1,1,25748,0,2403.65,-5788.02,261.065,3.06639,300,5,0,8982,3155,1,0,0,0),(117174,24030,571,1,1,25748,0,2139.79,-5881.23,225.621,2.71768,300,5,0,8982,3155,1,0,0,0),(117175,24030,571,1,1,25748,0,1970.71,-5310.01,201.038,6.19592,300,0,0,8982,3155,0,0,0,0),(117176,24030,571,1,1,25748,0,1978.11,-5310.51,201.038,3.08923,300,0,0,8982,3155,0,0,0,0),(117177,24542,571,1,1,22528,0,-132.084,-3531.86,3.45539,5.23599,300,0,0,8982,0,0,0,0,0),(117178,24030,571,1,1,25748,0,2081.38,-5509.67,228.502,5.25344,300,0,0,8982,3155,0,0,0,0),(117179,24030,571,1,1,25748,0,2114.73,-5822.25,223.846,0.874111,300,5,0,8982,3155,1,0,0,0),(117180,24030,571,1,1,25748,0,2053.86,-5761.57,222.212,2.09439,300,0,0,8982,3155,0,0,0,0),(117181,24030,571,1,1,25748,0,2241.36,-5604.93,239.163,5.39307,300,0,0,8982,3155,0,0,0,0),(117182,24030,571,1,1,25748,0,2189.42,-5687.5,228.139,4.07862,300,5,0,8982,3155,1,0,0,0),(117183,24030,571,1,1,25748,0,2058.84,-5752.64,221.913,3.29867,300,0,0,8982,3155,0,0,0,0),(117184,24030,571,1,1,25748,0,2325.57,-5776.51,247.927,4.06662,300,0,0,8982,3155,0,0,0,0),(117185,24030,571,1,1,25748,0,2325.16,-5795.02,249.133,2.37365,300,0,0,8982,3155,0,0,0,0),(117186,24030,571,1,1,25748,0,1956.69,-5695.66,215.881,4.43284,300,5,0,8982,3155,1,0,0,0),(117187,24030,571,1,1,25748,0,2197.58,-5567.5,231.587,0.053407,300,5,0,8982,3155,1,0,0,0),(117188,24030,571,1,1,25748,0,2241.41,-5619.45,236.551,0.767945,300,0,0,8982,3155,0,0,0,0),(117189,24030,571,1,1,25748,0,2118.92,-5423.22,240.198,2.26893,300,0,0,8982,3155,0,0,0,0),(117190,24030,571,1,1,25748,0,2106.86,-5423.24,238.197,0.994838,300,0,0,8982,3155,0,0,0,0),(117191,24030,571,1,1,25748,0,2093.28,-5510.95,229.259,3.82227,300,0,0,8982,3155,0,0,0,0),(117192,24030,571,1,1,25748,0,2171.24,-5484.34,242.16,2.84294,300,5,0,8982,3155,1,0,0,0),(117193,26334,571,1,1,25794,1,4797.69,-4469.88,198.837,3.9968,300,0,0,10282,3466,0,0,0,0),(117206,30174,571,1,1,26388,0,6926.37,-1656.91,810.348,0.314159,300,5,0,12600,0,1,0,0,0),(117205,30174,571,1,1,26388,0,6939.21,-1638.76,810.814,4.2586,300,5,0,12600,0,1,0,0,0),(117202,30174,571,1,1,26388,0,6922.5,-1638.74,810.297,5.28835,300,5,0,12600,0,1,0,0,0),(117201,30174,571,1,1,26388,0,6972.75,-1639.46,810.059,2.07694,300,5,0,12600,0,1,0,0,0),(117200,30174,571,1,1,26388,0,6960.2,-1634.28,810.406,4.99098,300,5,0,12600,0,1,0,0,0),(117198,30174,571,1,1,26388,0,6941.39,-1681.08,810.232,5.84969,300,5,0,12600,0,1,0,0,0),(117197,30174,571,1,1,26388,0,6945.16,-1682.83,810.24,2.7071,300,5,0,12600,0,1,0,0,0),(117195,30174,571,1,1,26388,0,6978.9,-1673.39,809.881,5.79553,300,5,0,12600,0,1,0,0,0),(117303,25311,571,1,1,23077,1,2238.81,5455.8,2.72162,1.50098,300,0,0,7984,0,0,0,0,0),(117291,25311,571,1,1,23077,1,2244.9,5459.05,3.88277,2.04204,300,0,0,7984,0,0,0,0,0),(202325,33373,571,1,1,0,1,8415.04,644.571,550.434,1.48308,300,0,0,25200,0,0,0,0,0),(117289,25311,571,1,1,23077,1,2143.03,5495.88,0.932907,1.72788,300,0,0,7984,0,0,0,0,0),(117212,26591,571,1,1,19595,0,4759.78,-4825.21,25.9276,2.42601,300,0,0,4979,0,0,0,0,0),(117213,26591,571,1,1,19595,0,4828.29,-4800.58,25.9504,0.855211,300,0,0,4979,0,0,0,0,0),(117214,26591,571,1,1,19595,0,4841.8,-4832.77,25.9465,5.53269,300,0,0,4979,0,0,0,0,0),(117215,26591,571,1,1,19595,0,4756.01,-4841.66,26.962,3.9968,300,0,0,4979,0,0,0,0,0),(117216,26591,571,1,1,19595,0,4807.28,-4781.23,26.1825,0.890118,300,0,0,4979,0,0,0,0,0),(117217,26591,571,1,1,19595,0,4804.12,-4875.36,25.8084,5.53269,300,0,0,4979,0,0,0,0,0),(117218,29151,571,1,1,5207,0,-133.271,-3532.29,4.73463,5.44543,300,5,0,42,0,1,0,0,0),(117219,26591,571,1,1,19595,0,2710.49,-2321.16,22.7234,4.74729,300,0,0,4979,0,0,0,0,0),(117220,26591,571,1,1,19595,0,4376.39,-2915.61,310.703,5.63741,300,0,0,4979,0,0,0,0,0),(117221,31711,571,1,1,2957,0,5849.77,571.708,653.447,3.9619,300,0,0,42,0,0,0,0,0),(117222,26335,571,1,1,26091,1,4706.64,-4453.71,195.048,1.97222,300,0,0,4627,3466,0,0,0,0),(117223,24031,571,1,1,22008,1,2721.46,-4367.84,272.708,5.28835,300,0,0,42540,0,0,0,0,0),(117224,24031,571,1,1,22008,1,2711.2,-4373.05,272.083,5.34071,300,0,0,42540,0,0,0,0,0),(117225,24031,571,1,1,22006,1,2666.17,-4313.8,291.332,4.55531,300,0,0,42540,0,0,0,0,0),(117226,24031,571,1,1,22006,1,2615.25,-4371.08,277.021,3.12414,300,0,0,42540,0,0,0,0,0),(117227,24031,571,1,1,22009,1,2703.3,-4347.76,282.151,3.35103,300,0,0,42540,0,0,0,0,0),(117228,28127,571,1,1,21360,0,5154.77,4019.13,-61.2149,1.48521,300,5,0,42,0,1,0,0,0),(117229,28127,571,1,1,21360,0,5132.25,3978.54,-61.3376,4.51556,300,5,0,42,0,1,0,0,0),(117230,28127,571,1,1,21360,0,5118.16,3993.52,-61.8608,1.83799,300,5,0,42,0,1,0,0,0),(117231,28127,571,1,1,21360,0,5153.29,4014.89,-60.7832,0.912538,300,5,0,42,0,1,0,0,0),(117232,28127,571,1,1,21360,0,5128.29,3981.88,-61.7358,5.55263,300,5,0,42,0,1,0,0,0),(117233,26847,571,1,1,24125,1,3446.11,4088.41,16.8603,1.3439,300,0,0,31905,0,0,0,0,0),(117287,25311,571,1,1,23077,1,2252.81,5460.46,4.51163,1.69297,300,0,0,7984,0,0,0,0,0),(117286,25311,571,1,1,23077,1,2250.45,5460.75,4.22198,1.58825,300,0,0,7984,0,0,0,0,0),(117284,25311,571,1,1,23077,1,2347.87,5427.75,2.18122,5.88496,300,0,0,7984,0,0,0,0,0),(117283,25311,571,1,1,23077,1,2347.85,5428.8,2.19611,0.0337365,300,0,0,7984,0,0,0,0,0),(117238,29663,571,1,1,855,0,1449.2,-3305.99,168.967,2.84489,300,0,0,7984,0,0,0,0,0),(117239,26591,571,1,1,19595,0,4846.41,-4816.81,25.9386,0.907571,300,0,0,4979,0,0,0,0,0),(117240,26591,571,1,1,19595,0,4782.35,-4864.59,26.4858,3.97935,300,0,0,4979,0,0,0,0,0),(117241,26591,571,1,1,19595,0,4786.58,-4794.1,26.1094,2.42601,300,0,0,4979,0,0,0,0,0),(117242,26591,571,1,1,19595,0,4836.25,-4838.98,25.9536,5.5676,300,0,0,4979,0,0,0,0,0),(117243,26591,571,1,1,19595,0,4847.14,-4826.82,25.9427,5.53269,300,0,0,4979,0,0,0,0,0),(117244,26591,571,1,1,19595,0,4788.37,-4870.19,26.5013,4.03171,300,0,0,4979,0,0,0,0,0),(117245,26591,571,1,1,19595,0,4840.46,-4811.38,25.9486,0.855211,300,0,0,4979,0,0,0,0,0),(117246,26591,571,1,1,19595,0,4820.24,-4857.11,25.9478,5.5676,300,0,0,4979,0,0,0,0,0),(117248,26591,571,1,1,19595,0,3997.59,-3191.42,282.535,0.680678,300,0,0,4979,0,0,0,0,0),(117249,26591,571,1,1,19595,0,4383.53,-2913.72,311.292,3.40339,300,0,0,4979,0,0,0,0,0),(117250,26591,571,1,1,19595,0,3990.57,-3193.16,284.082,0.733038,300,0,0,4979,0,0,0,0,0),(117251,24031,571,1,1,22006,1,2659.47,-4357.43,277.893,4.57276,300,0,0,42540,0,0,0,0,0),(117252,24031,571,1,1,22006,1,2616.08,-4361.36,276.438,3.14159,300,0,0,42540,0,0,0,0,0),(117253,24031,571,1,1,22007,1,2697.81,-4338.48,285.853,5.08419,300,0,0,42540,0,2,0,0,0),(117254,28127,571,1,1,21360,0,5116.64,3991.97,-61.7358,5.87173,300,5,0,42,0,1,0,0,0),(117255,28127,571,1,1,21360,0,5115.54,3991.69,-61.764,4.74026,300,5,0,42,0,1,0,0,0),(117256,26591,571,1,1,19595,0,4754.5,-4831.37,26.0424,2.3911,300,0,0,4979,0,0,0,0,0),(117257,26591,571,1,1,19595,0,4809.35,-4869.25,25.9381,5.61996,300,0,0,4979,0,0,0,0,0),(117258,26591,571,1,1,19595,0,4794.06,-4875.93,25.7976,3.97935,300,0,0,4979,0,0,0,0,0),(117259,26591,571,1,1,19595,0,4765.21,-4819.26,25.8564,2.40855,300,0,0,4979,0,0,0,0,0),(117260,26591,571,1,1,19595,0,4814.79,-4863.33,25.9497,5.5676,300,0,0,4979,0,0,0,0,0),(117261,26591,571,1,1,19595,0,4834.21,-4806,25.941,0.855211,300,0,0,4979,0,0,0,0,0),(117262,26591,571,1,1,19595,0,4791.92,-4787.97,26.1774,2.37365,300,0,0,4979,0,0,0,0,0),(117263,26591,571,1,1,19595,0,4797.2,-4781.92,26.1813,2.44346,300,0,0,4979,0,0,0,0,0),(117264,26591,571,1,1,19595,0,4776.33,-4859.3,26.4873,4.01426,300,0,0,4979,0,0,0,0,0),(117265,26591,571,1,1,19595,0,4567.75,-2044.33,184.255,5.21853,300,0,0,4979,0,0,0,0,0),(117266,28127,571,1,1,21360,0,5129.73,4042.83,-60.7149,3.34869,300,5,0,42,0,1,0,0,0),(117267,28127,571,1,1,21360,0,5130.04,4045.26,-60.7149,2.9353,300,5,0,42,0,1,0,0,0),(117269,28127,571,1,1,21360,0,5156.25,4014.58,-60.3399,4.36393,300,5,0,42,0,1,0,0,0),(117270,28127,571,1,1,21360,0,5131.32,4039.95,-61.3399,5.1028,300,5,0,42,0,1,0,0,0),(117271,26591,571,1,1,19595,0,4831.21,-4751.46,33.3858,5.70723,300,0,0,4979,0,0,0,0,0),(117282,25311,571,1,1,23077,1,2348.19,5431.55,2.20082,0.300775,300,0,0,7984,0,0,0,0,0),(117280,25311,571,1,1,23077,1,2154.03,5489.74,0.38708,0.663225,300,0,0,7984,0,0,0,0,0),(117279,25311,571,1,1,23077,1,2343.81,5439.3,1.64542,0.414656,300,0,0,7984,0,0,0,0,0),(117278,25311,571,1,1,23077,1,2346.88,5435.13,2.04319,0.913386,300,0,0,7984,0,0,0,0,0),(117277,25311,571,1,1,23077,1,2168,5454.46,1.42812,1.6057,300,0,0,7984,0,0,0,0,0),(117276,25311,571,1,1,23077,1,2159.94,5454.22,1.1241,1.46608,300,0,0,7984,0,0,0,0,0),(202326,33405,571,1,1,0,1,8403.98,646.323,550.259,1.58675,300,0,0,25200,0,0,0,0,0),(202327,33361,571,1,1,0,1,8398.04,648.065,550.244,0.671761,300,0,0,25200,0,0,0,0,0),(117273,25311,571,1,1,23077,1,2140.36,5495.75,0.873873,1.6057,300,0,0,7984,0,0,0,0,0),(117272,25311,571,1,1,23077,1,2176.74,5363.86,34.5829,1.22173,300,0,0,7984,0,0,0,0,0),(117237,25311,571,1,1,23077,1,2182.07,5343.45,48.2463,1.3439,300,0,0,7984,0,0,0,0,0),(117236,25311,571,1,1,23077,1,2174.28,5364.56,25.6055,1.20428,300,0,0,7984,0,0,0,0,0),(117235,25311,571,1,1,23077,1,2171.12,5365.38,25.8636,1.15192,300,0,0,7984,0,0,0,0,0),(117234,25311,571,1,1,23077,1,2172.88,5364.68,34.4322,1.18682,300,0,0,7984,0,0,0,0,0),(117288,24543,571,1,1,22529,0,-130.886,-3532.36,3.46133,3.24631,300,0,0,8982,0,0,0,0,0),(117211,25311,571,1,1,23077,1,2174.72,5452.53,1.61631,1.74533,300,0,0,7984,0,0,0,0,0),(117210,25311,571,1,1,23077,1,2172.19,5453.15,1.55527,1.69297,300,0,0,7984,0,0,0,0,0),(117209,25311,571,1,1,23077,1,2163.48,5455.2,1.2811,1.53589,300,0,0,7984,0,0,0,0,0),(117292,27615,571,1,1,23277,1,4216.84,-2068.04,239.108,0.418879,300,0,0,9610,3309,0,0,0,0),(117293,27615,571,1,1,23277,1,4220.81,-2042.35,237.855,5.58505,300,0,0,9610,3309,0,0,0,0),(117294,27615,571,1,1,23277,1,4223.8,-2077.02,239.221,0.872665,300,0,0,9610,3309,0,0,0,0),(117295,27615,571,1,1,23277,1,4229.81,-2034.29,237.535,5.11381,300,0,0,9610,3309,0,0,0,0),(117296,27615,571,1,1,23277,1,4247.47,-2078.64,239.172,1.91986,300,0,0,9610,3309,0,0,0,0),(117297,27615,571,1,1,23277,1,4257.13,-2037.14,238.054,4.01426,300,0,0,9610,3309,0,0,0,0),(117298,27615,571,1,1,23277,1,4259.87,-2074.33,239.579,2.46091,300,0,0,9610,3309,0,0,0,0),(117299,27615,571,1,1,23277,1,4262.66,-2047.19,238.567,3.57792,300,0,0,9610,3309,0,0,0,0),(117300,26591,571,1,1,19595,0,3822.58,-1992.68,209.032,2.05949,300,0,0,4979,0,0,0,0,0),(110279,23837,571,1,1,0,0,5627.77,-3505.41,355.858,5.044,120,0,0,1,0,0,0,0,0),(100501,28465,571,1,1,0,1,5787.19,-3844.49,362.085,5.72313,120,5,0,1,0,1,0,0,0),(117208,25311,571,1,1,23077,1,2148.2,5494.99,0.717401,1.20428,300,0,0,7984,0,0,0,0,0),(117207,25311,571,1,1,23077,1,2151.22,5493.81,0.341687,0.855211,300,0,0,7984,0,0,0,0,0),(209171,29413,571,1,1,0,1,6533.12,-1075.28,432.917,1.53867,600,0,0,1,0,0,0,0,0),(209170,29413,571,1,1,0,1,6570.9,-1050.44,432.848,3.76527,600,0,0,1,0,0,0,0,0),(209169,29413,571,1,1,0,1,6594.65,-1049.05,430.103,2.46544,600,0,0,1,0,0,0,0,0),(209168,29413,571,1,1,0,1,6596.23,-1008.78,429.445,5.69736,600,0,0,1,0,0,0,0,0),(209167,29413,571,1,1,0,1,6580.09,-997.177,434.919,5.56384,600,0,0,1,0,0,0,0,0),(209166,29413,571,1,1,0,1,6578.55,-982.887,434.147,5.99973,600,0,0,1,0,0,0,0,0),(1976474,30065,571,1,2,0,0,7348.25,-928.295,909.195,5.73163,300,0,0,121750,0,0,0,0,0),(1976473,30065,571,1,2,0,0,7269.34,-959.327,920.279,6.23821,300,0,0,121750,0,0,0,0,0),(1976441,30317,571,1,1,11686,0,7498.69,-1898.53,1473.62,0.331613,300,5,0,12600,0,1,0,0,0),(1976438,30142,571,1,1,0,0,8392.7,-1970.14,1461.84,0.0948219,600,0,0,100800,0,0,0,0,0),(117324,24288,571,1,1,11686,0,2134,-2664.34,4.53268,0.279253,300,0,0,42,0,0,0,0,0),(117325,24288,571,1,1,11686,0,1881.84,-2760.66,3.17197,3.10669,300,0,0,42,0,0,0,0,0),(117326,24288,571,1,1,11686,0,2184.85,-2694.97,4.6604,0.488692,300,0,0,42,0,0,0,0,0),(117327,24288,571,1,1,11686,0,1365.76,-3165.76,153.659,3.56047,300,0,0,42,0,0,0,0,0),(117328,24288,571,1,1,11686,0,1358.76,-3166.3,153.659,6.03884,300,0,0,42,0,0,0,0,0),(117329,24288,571,1,1,11686,0,1356.81,-3171.6,153.659,2.80998,300,0,0,42,0,0,0,0,0),(117330,23776,571,1,1,21746,1,660.629,-5469.88,239.191,5.14872,300,0,0,14415,0,0,0,0,0),(117331,23776,571,1,1,21746,1,667.972,-5488.99,239.624,4.60767,300,0,0,14415,0,0,0,0,0),(117332,24544,571,1,1,5306,1,2221.07,-2593.75,7.99236,4.36332,300,0,0,9291,3231,0,0,0,0),(117333,26848,571,1,1,24253,1,4473.24,5708.79,81.3463,0.767945,300,0,0,31905,3561,0,0,0,0),(117334,24032,571,1,1,22014,1,2649.27,-4394.5,283.388,0.767945,300,0,0,31905,3561,0,0,0,0),(117335,24288,571,1,1,11686,0,2223.44,-2744.36,4.20674,5.16617,300,0,0,42,0,0,0,0,0),(117336,24288,571,1,1,11686,0,2435.43,-2749.83,4.22638,0.366519,300,0,0,42,0,0,0,0,0),(117337,24288,571,1,1,11686,0,2289.02,-2781.13,6.87667,2.35619,300,0,0,42,0,0,0,0,0),(117338,24288,571,1,1,11686,0,1369.99,-3171.47,153.659,2.98451,300,0,0,42,0,0,0,0,0),(117339,24288,571,1,1,11686,0,1358.96,-3176.32,153.659,2.42601,300,0,0,42,0,0,0,0,0),(117340,32736,571,1,1,28179,0,5832.71,834.562,846.369,4.06662,300,0,0,10080,8814,0,0,0,0),(117341,26592,571,1,1,24235,0,4124.41,-3355.52,286.384,1.43675,300,5,0,9940,0,1,0,0,0),(117342,27360,571,1,1,9786,0,4435.92,1441.28,137.422,1.55124,300,5,0,9940,0,1,0,0,0),(117343,27360,571,1,1,9786,0,4427.82,1420.26,136.779,0.846912,300,5,0,9940,0,1,0,0,0),(117344,27360,571,1,1,9786,0,4370.37,1487.44,124.909,2.00516,300,5,0,9940,0,1,0,0,0),(117345,27360,571,1,1,9786,0,4355.69,1370.61,138.534,1.70508,300,5,0,9940,0,1,0,0,0),(117346,27360,571,1,1,9786,0,4353.66,1417.94,133.577,4.53992,300,5,0,9940,0,1,0,0,0),(117347,27360,571,1,1,9786,0,4354.32,1521.35,126.349,1.7903,300,5,0,9940,0,1,0,0,0),(117348,27360,571,1,1,9786,0,4357.03,1334.84,159.376,2.39419,300,5,0,9940,0,1,0,0,0),(117349,27360,571,1,1,9786,0,4362.58,1447.73,126.667,1.78428,300,5,0,9940,0,1,0,0,0),(117350,27360,571,1,1,9786,0,4317.97,1447.47,132.275,4.68179,300,5,0,9940,0,1,0,0,0),(117351,27360,571,1,1,9786,0,4398.78,1495.55,126.522,2.77722,300,5,0,9940,0,1,0,0,0),(117352,27360,571,1,1,9786,0,4437.64,1476.51,137.981,4.62169,300,5,0,9940,0,1,0,0,0),(117353,27360,571,1,1,9786,0,4407.39,1423.98,130.173,4.40417,300,5,0,9940,0,1,0,0,0),(117354,27360,571,1,1,9786,0,4396.6,1640.01,128.799,1.40224,300,5,0,9940,0,1,0,0,0),(117355,27360,571,1,1,9786,0,4409.31,1331.22,142.779,4.67721,300,5,0,9940,0,1,0,0,0),(117356,26592,571,1,1,24235,0,3863.77,-1819.58,214.145,2.5213,300,0,0,9940,0,0,0,0,0),(117357,26592,571,1,1,24235,0,3319.69,-2014.9,96.8695,3.40447,300,0,0,9940,0,0,0,0,0),(117358,26592,571,1,1,24235,0,3307.81,-2003.77,96.7345,4.58708,300,5,0,9940,0,1,0,0,0),(117359,26592,571,1,1,24235,0,3469.24,-2017.47,150.807,4.14474,300,5,0,9940,0,1,0,0,0),(117360,26592,571,1,1,24235,0,3266.86,-2091.35,101.32,0.279253,300,0,0,9940,0,0,0,0,0),(117361,27360,571,1,1,9786,0,4436.04,1476.48,137.995,4.16471,300,5,0,9940,0,1,0,0,0),(117362,26336,571,1,1,25550,1,3135.88,1561.82,163.597,0.837758,300,0,0,7432,7332,0,0,0,0),(117363,26592,571,1,1,24235,0,3653.13,-1817.04,167.595,5.08787,300,5,0,9940,0,1,0,0,0),(117364,26592,571,1,1,24235,0,3703.14,-1882.6,182.515,4.05275,300,5,0,9940,0,1,0,0,0),(117366,27360,571,1,1,9786,0,4321.64,1451.2,131.572,0.882182,300,5,0,9940,0,1,0,0,0),(117367,26336,571,1,1,25550,1,3149.03,1486.57,152.208,5.36899,300,0,0,7432,7332,0,0,0,0),(117368,27360,571,1,1,9786,0,4406.81,1327.71,142.654,4.30551,300,5,0,9940,0,1,0,0,0),(117369,27360,571,1,1,9786,0,4348.18,1410.7,133.029,0.32066,300,5,0,9940,0,1,0,0,0),(117370,27360,571,1,1,9786,0,4367.58,1480.13,125.659,4.31429,300,5,0,9940,0,1,0,0,0),(117648,27362,571,1,1,0,0,4567.38,1724.49,168.172,0.680678,300,5,0,1,0,1,0,0,0),(117646,27369,571,1,1,13069,0,4497.56,1880.67,164.363,5.61996,300,0,0,1,0,0,0,0,0),(117373,26592,571,1,1,24235,0,3779.1,-1956.09,212.813,2.84488,300,5,0,9940,0,1,0,0,0),(117374,26592,571,1,1,24235,0,4101.4,-3380.48,291.488,0.975204,300,5,0,9940,0,1,0,0,0),(117375,26592,571,1,1,24235,0,3546.46,-1831.41,154.619,3.11503,300,5,0,9940,0,1,0,0,0),(117376,26592,571,1,1,24235,0,3789.25,-1831.87,211.64,5.52434,300,5,0,9940,0,1,0,0,0),(117377,26592,571,1,1,24235,0,3820.82,-2371.8,183.389,0.416044,300,5,0,9940,0,1,0,0,0),(117378,26592,571,1,1,24235,0,3952.08,-2188.09,213.746,3.26845,300,5,0,9940,0,1,0,0,0),(117379,26592,571,1,1,24235,0,3977.68,-2236.7,215.131,5.81811,300,5,0,9940,0,1,0,0,0),(117380,26592,571,1,1,24235,0,3982.13,-2146.69,214.787,5.12611,300,5,0,9940,0,1,0,0,0),(117381,26592,571,1,1,24235,0,3454.32,-2046.08,143.11,5.01252,300,5,0,9940,0,1,0,0,0),(117382,26592,571,1,1,24235,0,3613.81,-1871.34,170.59,3.09592,300,5,0,9940,0,1,0,0,0),(117383,26592,571,1,1,24235,0,3957.27,-4156.25,236.848,3.14159,300,5,0,9940,0,1,0,0,0),(117384,26592,571,1,1,24235,0,3679.87,-1934.56,179.727,-2.29015,300,0,0,9940,0,0,0,0,0),(117385,26592,571,1,1,24235,0,3693.38,-1895.18,184.581,5.13127,300,0,0,9940,0,0,0,0,0),(117386,26592,571,1,1,24235,0,2953.84,-2170.85,57.8754,5.61234,300,5,0,9940,0,1,0,0,0),(117387,26592,571,1,1,24235,0,2905.01,-2184.91,48.5292,5.20197,300,5,0,9940,0,1,0,0,0),(117388,26592,571,1,1,24235,0,3619.06,-1927.98,174.805,3.3501,300,5,0,9940,0,1,0,0,0),(117389,26592,571,1,1,24235,0,3769.2,-1912.93,209.827,4.81614,300,5,0,9940,0,1,0,0,0),(117390,26592,571,1,1,24235,0,3662.17,-1975.83,189.011,5.58648,300,0,0,9940,0,0,0,0,0),(117391,26592,571,1,1,24235,0,4011.97,-4158.96,223.417,1.30069,300,5,0,9940,0,1,0,0,0),(117392,26592,571,1,1,24235,0,3561.49,-2426.32,140.18,4.68845,300,5,0,9940,0,1,0,0,0),(117393,26592,571,1,1,24235,0,3949.37,-2479.04,214.017,3.24856,300,5,0,9940,0,1,0,0,0),(117394,26592,571,1,1,24235,0,3985.91,-2511.8,216.654,4.49693,300,5,0,9940,0,1,0,0,0),(117395,26592,571,1,1,24235,0,3978.97,-2487.92,216.37,5.42055,300,5,0,9940,0,1,0,0,0),(117396,26592,571,1,1,24235,0,3593.06,-2484.37,142.925,4.02347,300,5,0,9940,0,1,0,0,0),(117397,26592,571,1,1,24235,0,3587.32,-2456.3,142.265,2.01173,300,5,0,9940,0,1,0,0,0),(117398,26592,571,1,1,24235,0,3389.99,-2276.22,122.787,-1.34048,300,0,0,9940,0,0,0,0,0),(117399,26592,571,1,1,24235,0,3575.19,-2491.97,141.925,5.62581,300,5,0,9940,0,1,0,0,0),(117400,26592,571,1,1,24235,0,3526.37,-2426.86,137.942,6.01461,300,5,0,9940,0,1,0,0,0),(117401,26592,571,1,1,24235,0,3824.42,-2410.91,185.093,5.65366,300,5,0,9940,0,1,0,0,0),(117402,26592,571,1,1,24235,0,3891.64,-2432.92,198.601,1.45129,300,5,0,9940,0,1,0,0,0),(117403,26592,571,1,1,24235,0,3763.99,-2345.43,165.578,2.99265,300,5,0,9940,0,1,0,0,0),(117404,26592,571,1,1,24235,0,3759.89,-2413.81,175.992,1.33529,300,5,0,9940,0,1,0,0,0),(117405,26592,571,1,1,24235,0,3788.66,-2386.56,174.273,3.33659,300,5,0,9940,0,1,0,0,0),(117406,26592,571,1,1,24235,0,3742.75,-2389.75,166.239,4.48969,300,5,0,9940,0,1,0,0,0),(117407,26592,571,1,1,24235,0,3708.56,-2334.24,160.351,5.32855,300,5,0,9940,0,1,0,0,0),(117408,26592,571,1,1,24235,0,3773.67,-2302.85,171.157,5.38713,300,5,0,9940,0,1,0,0,0),(117409,26592,571,1,1,24235,0,3165.62,-2459.21,67.984,1.26621,300,5,0,9940,0,1,0,0,0),(117410,26592,571,1,1,24235,0,3145.19,-2428.53,71.6622,-1.22042,300,0,0,9940,0,0,0,0,0),(117411,26592,571,1,1,24235,0,3144.6,-2420.53,72.9303,-0.921024,300,0,0,9940,0,0,0,0,0),(117412,26592,571,1,1,24235,0,3171.25,-2449.95,70.6143,1.80191,300,0,0,9940,0,0,0,0,0),(117413,26592,571,1,1,24235,0,3986.32,-2518.3,216.882,1.74445,300,5,0,9940,0,1,0,0,0),(117414,26592,571,1,1,24235,0,3970.11,-2475.25,216.549,2.48983,300,5,0,9940,0,1,0,0,0),(117415,26592,571,1,1,24235,0,3995.85,-2493.25,216.416,2.02222,300,5,0,9940,0,1,0,0,0),(117416,26592,571,1,1,24235,0,4160.99,-2530.78,227.471,4.2612,300,5,0,9940,0,1,0,0,0),(117417,26592,571,1,1,24235,0,3173.6,-2405.8,82.1212,3.16772,300,5,0,9940,0,1,0,0,0),(117418,26592,571,1,1,24235,0,3888.04,-2454.37,201.917,3.21936,300,5,0,9940,0,1,0,0,0),(117419,26592,571,1,1,24235,0,3166.5,-2445.64,70.6796,2.28734,300,0,0,9940,0,0,0,0,0),(117420,26592,571,1,1,24235,0,3182.39,-2448.3,72.784,3.07053,300,0,0,9940,0,0,0,0,0),(117634,27369,571,1,1,13069,0,4561.22,1731.19,166.719,3.92699,300,0,0,1,0,0,0,0,0),(117633,27369,571,1,1,13069,0,4625.9,1754.48,182.328,6.03884,300,0,0,1,0,0,0,0,0),(117423,27369,571,1,1,13069,0,4576.45,1755.06,167.855,2.16421,300,0,0,1,0,0,0,0,0),(117424,24289,571,1,1,11686,0,1358.72,-3141.39,207.284,0.802851,300,0,0,26946,0,0,0,0,0),(117425,24289,571,1,1,11686,0,1354.01,-3211.43,207.79,5.84685,300,0,0,26946,0,0,0,0,0),(117426,24289,571,1,1,11686,0,1321.4,-3165.59,216.452,2.00713,300,0,0,26946,0,0,0,0,0),(117427,24289,571,1,1,11686,0,1366.8,-3149.42,208.198,6.00393,300,0,0,26946,0,0,0,0,0),(117428,24289,571,1,1,11686,0,1351.24,-3205.79,207.438,1.62316,300,0,0,26946,0,0,0,0,0),(117429,24289,571,1,1,11686,0,1327.23,-3171.57,206.451,3.63029,300,0,0,26946,0,0,0,0,0),(117430,24289,571,1,1,11686,0,1370.99,-3134.37,209.226,2.61799,300,0,0,26946,0,0,0,0,0),(117431,24289,571,1,1,11686,0,1325.93,-3162.75,210.628,1.5708,300,0,0,26946,0,0,0,0,0),(117432,24289,571,1,1,11686,0,1338.76,-3205.95,206.524,5.44543,300,0,0,26946,0,0,0,0,0),(117433,24289,571,1,1,11686,0,1384.38,-3181.44,206.127,4.55531,300,0,0,26946,0,0,0,0,0),(117434,25825,571,1,1,23409,0,2248.83,5400.18,1.87424,3.03687,300,0,0,18582,0,0,0,0,0),(117435,26593,571,1,1,23927,0,4451.42,1652.29,133.828,6.12611,300,0,0,8508,7981,0,0,0,0),(117436,24033,571,1,1,22015,0,2681.94,-4390.98,284.543,2.26893,300,0,0,11228,0,0,0,0,0),(117437,28129,571,1,1,25121,0,4868.62,5069.2,-89.0465,0.78973,300,5,0,10635,0,1,0,0,0),(117438,28129,571,1,1,25121,0,4794.29,4919.98,-72.9926,0.09288,300,5,0,10635,0,1,0,0,0),(117439,24289,571,1,1,11686,0,1340.45,-3217.03,207.901,4.69494,300,0,0,26946,0,0,0,0,0),(117440,24289,571,1,1,11686,0,1344.26,-3218.07,211.396,1.01229,300,0,0,26946,0,0,0,0,0),(117441,24289,571,1,1,11686,0,1371.27,-3138.81,211.384,0.15708,300,0,0,26946,0,0,0,0,0),(117442,24289,571,1,1,11686,0,1393.94,-3191.01,211.793,2.30383,300,0,0,26946,0,0,0,0,0),(117443,24289,571,1,1,11686,0,1345.36,-3221.49,205.948,5.77704,300,0,0,26946,0,0,0,0,0),(117444,24289,571,1,1,11686,0,1345.8,-3202.55,207.064,1.64061,300,0,0,26946,0,0,0,0,0),(117445,24289,571,1,1,11686,0,1354.4,-3216.94,205.559,3.35103,300,0,0,26946,0,0,0,0,0),(117446,24289,571,1,1,11686,0,1351.97,-3214,211.341,3.52556,300,0,0,26946,0,0,0,0,0),(117447,24289,571,1,1,11686,0,1364.56,-3137.08,211.637,0.942478,300,0,0,26946,0,0,0,0,0),(117448,24289,571,1,1,11686,0,1316.65,-3173.75,206.694,3.66519,300,0,0,26946,0,0,0,0,0),(117449,24289,571,1,1,11686,0,1312.17,-3164.84,207.028,0.575959,300,0,0,26946,0,0,0,0,0),(117450,24289,571,1,1,11686,0,1321.46,-3156.49,207.486,0.296706,300,0,0,26946,0,0,0,0,0),(117451,24289,571,1,1,11686,0,1400.18,-3186.78,207.381,5.75959,300,0,0,26946,0,0,0,0,0),(117452,24289,571,1,1,11686,0,1362.18,-3143.71,210.308,2.75762,300,0,0,26946,0,0,0,0,0),(117453,24289,571,1,1,11686,0,1372.56,-3145.5,209.5,5.3058,300,0,0,26946,0,0,0,0,0),(117454,24289,571,1,1,11686,0,1374.67,-3140.82,208.837,4.45059,300,0,0,26946,0,0,0,0,0),(117455,24289,571,1,1,11686,0,1338.94,-3209.5,211.216,3.14159,300,0,0,26946,0,0,0,0,0),(117456,29665,571,1,1,26417,0,5934.13,575.821,609.836,3.82227,300,0,0,10635,0,0,0,0,0),(117457,28129,571,1,1,25121,0,4736.44,5214.46,-48.4923,0.256826,300,5,0,10635,0,1,0,0,0),(117458,24289,571,1,1,11686,0,1366.51,-3131.83,206.38,1.5708,300,0,0,26946,0,0,0,0,0),(117459,24289,571,1,1,11686,0,1323.81,-3170.38,210.507,0.785398,300,0,0,26946,0,0,0,0,0),(117460,24289,571,1,1,11686,0,1398.85,-3192.13,207.384,5.96903,300,0,0,26946,0,0,0,0,0),(117461,24289,571,1,1,11686,0,1330.7,-3165.99,206.493,3.40339,300,0,0,26946,0,0,0,0,0),(117462,24289,571,1,1,11686,0,1389.46,-3182.8,211.341,2.61799,300,0,0,26946,0,0,0,0,0),(117463,24289,571,1,1,11686,0,1369.12,-3145.93,210.856,0.314159,300,0,0,26946,0,0,0,0,0),(117464,24289,571,1,1,11686,0,1362.11,-3146.34,208.474,6.24828,300,0,0,26946,0,0,0,0,0),(117465,24289,571,1,1,11686,0,1386.46,-3193.78,207.098,4.32842,300,0,0,26946,0,0,0,0,0),(117466,24289,571,1,1,11686,0,1391.74,-3187.11,216.787,0.034907,300,0,0,26946,0,0,0,0,0),(117467,24289,571,1,1,11686,0,1396.98,-3180.76,207.36,6.26573,300,0,0,26946,0,0,0,0,0),(117468,28129,571,1,1,25121,0,4766.3,5046.18,-60.9187,1.13595,300,5,0,10635,0,1,0,0,0),(117469,28129,571,1,1,25121,0,4740.71,5141.51,-58.3442,1.74493,300,5,0,10635,0,1,0,0,0),(117470,28129,571,1,1,25121,0,4770.87,5252.42,-66.7922,3.32244,300,5,0,10635,0,1,0,0,0),(117471,28129,571,1,1,25121,0,4776.65,5103.14,-63.3322,2.38694,300,5,0,10635,0,1,0,0,0),(117472,24289,571,1,1,11686,0,1387.47,-3189.43,211.24,1.71042,300,0,0,26946,0,0,0,0,0),(117473,24289,571,1,1,11686,0,1346.25,-3211.88,216.206,1.53589,300,0,0,26946,0,0,0,0,0),(117474,24289,571,1,1,11686,0,1315.09,-3160.06,207.781,4.45059,300,0,0,26946,0,0,0,0,0),(117475,24289,571,1,1,11686,0,1381.69,-3186.96,205.305,4.69494,300,0,0,26946,0,0,0,0,0),(117476,24289,571,1,1,11686,0,1366.76,-3141.17,216.353,1.309,300,0,0,26946,0,0,0,0,0),(117477,24289,571,1,1,11686,0,1318.59,-3160.84,210.973,4.41568,300,0,0,26946,0,0,0,0,0),(117478,24289,571,1,1,11686,0,1391.39,-3177.92,206.453,3.83972,300,0,0,26946,0,0,0,0,0),(117479,24289,571,1,1,11686,0,1392.17,-3195.96,206.951,4.24115,300,0,0,26946,0,0,0,0,0),(117480,24289,571,1,1,11686,0,1360.19,-3136.11,207.825,5.84685,300,0,0,26946,0,0,0,0,0),(117481,28129,571,1,1,25121,0,4791.11,4993.03,-65.5837,1.07956,300,5,0,10635,0,1,0,0,0),(117482,24289,571,1,1,11686,0,1335.81,-3210.79,205.833,4.2586,300,0,0,26946,0,0,0,0,0),(117483,24289,571,1,1,11686,0,1326.25,-3159.16,207.772,1.81514,300,0,0,26946,0,0,0,0,0),(117484,24289,571,1,1,11686,0,1348,-3204.61,211.049,5.34071,300,0,0,26946,0,0,0,0,0),(117485,24289,571,1,1,11686,0,1395.8,-3185.28,211.696,2.72271,300,0,0,26946,0,0,0,0,0),(117486,24289,571,1,1,11686,0,1316.64,-3168.24,210.564,2.60054,300,0,0,26946,0,0,0,0,0),(117487,28129,571,1,1,25121,0,4851.29,5722.11,-62.7125,2.64606,300,5,0,10635,0,1,0,0,0),(117488,28129,571,1,1,25121,0,4758.84,4874.12,-68.4333,3.91029,300,5,0,10635,0,1,0,0,0),(117489,28129,571,1,1,25121,0,4828.89,4959.28,-79.8688,4.90404,300,5,0,10635,0,1,0,0,0),(117490,28129,571,1,1,25121,0,4823.52,5654.68,-53.1261,2.99474,300,5,0,10635,0,1,0,0,0),(117491,28129,571,1,1,25121,0,4845.88,5570.64,-50.5669,1.80345,300,5,0,10635,0,1,0,0,0),(117492,28129,571,1,1,25121,0,4851.43,5662.38,-59.1808,3.4516,300,5,0,10635,0,1,0,0,0),(117493,28129,571,1,1,25121,0,5011.22,5769.86,-79.2474,0.369371,300,5,0,10635,0,1,0,0,0),(117494,28129,571,1,1,25121,0,5352.57,6003.98,-31.0228,6.00878,300,0,0,10635,0,0,0,0,0),(117495,28129,571,1,1,25121,0,4944.01,5343.47,-89.6369,5.60433,300,5,0,10635,0,1,0,0,0),(117496,28641,571,1,1,22124,0,5719.54,3559.21,-9.77025,5.69735,300,5,0,11001,0,1,0,0,0),(117497,28641,571,1,1,22124,0,5847.7,3662.16,-4.70928,0.506762,300,5,0,11001,0,1,0,0,0),(117498,28641,571,1,1,22124,0,5723.81,3696.09,-29.9132,0.90474,300,5,0,11001,0,1,0,0,0),(117499,28641,571,1,1,22124,0,5848.77,3723.87,-15.7906,2.78367,300,5,0,11001,0,1,0,0,0),(117500,28641,571,1,1,22124,0,5837.67,3591.74,1.39861,1.96273,300,5,0,11001,0,1,0,0,0),(117501,28641,571,1,1,22124,0,5751.13,3751.73,-36.6791,1.38043,300,5,0,11001,0,1,0,0,0),(117502,28641,571,1,1,22124,0,5723.56,3843.49,-61.4537,2.31196,300,5,0,11001,0,1,0,0,0),(117503,28641,571,1,1,22124,0,5788.28,3709.66,-27.4378,5.15889,300,5,0,11001,0,1,0,0,0),(117504,28641,571,1,1,22124,0,5737.54,3629.64,-16.189,3.36242,300,5,0,11001,0,1,0,0,0),(117505,28641,571,1,1,22124,0,5785.82,3617.5,-12.2777,5.88291,300,5,0,11001,0,1,0,0,0),(117506,28641,571,1,1,22124,0,5756.76,3562.35,-9.95933,3.13203,300,5,0,11001,0,1,0,0,0),(117507,28641,571,1,1,22124,0,5829.65,3610.96,-5.39792,6.19705,300,5,0,11001,0,1,0,0,0),(117508,28129,571,1,1,25121,0,5267.42,5980.41,-43.8804,5.90901,300,5,0,10635,0,1,0,0,0),(117509,28129,571,1,1,25121,0,5219.88,5906.61,-68.656,4.57175,300,5,0,10635,0,1,0,0,0),(117510,28129,571,1,1,25121,0,5278.66,5954.17,-53.0014,6.28306,300,5,0,10635,0,1,0,0,0),(117511,28129,571,1,1,25121,0,5291.89,5691.51,-89.0453,0.067842,300,5,0,10635,0,1,0,0,0),(117512,28129,571,1,1,25121,0,5215.14,5804.59,-73.5731,1.48766,300,5,0,10635,0,1,0,0,0),(117513,28641,571,1,1,22124,0,5571.47,3766.96,-111.15,0.927056,300,5,0,11001,0,1,0,0,0),(117514,28129,571,1,1,25121,0,5405.1,6010.75,-33.3052,3.33461,300,5,0,10635,0,1,0,0,0),(117515,28129,571,1,1,25121,0,5449.08,5974.1,-39.008,2.52707,300,5,0,10635,0,1,0,0,0),(117516,28129,571,1,1,25121,0,5376.01,5975.82,-42.9487,0.767059,300,5,0,10635,0,1,0,0,0),(117517,28129,571,1,1,25121,0,5296.25,5806.18,-78.9116,0.1372,300,5,0,10635,0,1,0,0,0),(117518,28129,571,1,1,25121,0,5313.5,5690.08,-87.6664,2.41923,300,5,0,10635,0,1,0,0,0),(117519,28129,571,1,1,25121,0,5324.77,5631.49,-92.9727,1.44257,300,5,0,10635,0,1,0,0,0),(117520,28129,571,1,1,25121,0,5310.89,5565.04,-96.1476,2.49324,300,5,0,10635,0,1,0,0,0),(117521,28129,571,1,1,25121,0,5458.3,5897.3,-58.0336,4.30324,300,5,0,10635,0,1,0,0,0),(117522,28129,571,1,1,25121,0,5174.71,5859.6,-73.8495,4.59011,300,5,0,10635,0,1,0,0,0),(117523,28129,571,1,1,25121,0,5406.08,5816.31,-74.7013,5.70217,300,5,0,10635,0,1,0,0,0),(117524,28129,571,1,1,25121,0,5294.88,5604.29,-93.3408,0.516965,300,5,0,10635,0,1,0,0,0),(117525,28129,571,1,1,25121,0,5447.08,5978.27,-39.0703,6.19518,300,5,0,10635,0,1,0,0,0),(117526,28129,571,1,1,25121,0,5462.01,5783.15,-78.6587,5.17079,300,0,0,10635,0,0,0,0,0),(117527,28129,571,1,1,25121,0,5462.01,5898.46,-57.374,5.76751,300,5,0,10635,0,1,0,0,0),(117528,23777,571,1,1,20245,0,994.816,-3672.38,174.418,0.959931,300,0,0,6986,0,0,0,0,0),(117529,27617,571,1,1,2602,0,4117.75,-1857.33,193.026,0.568212,300,0,0,10282,0,0,0,0,0),(117530,23777,571,1,1,20245,0,1171.65,-3759.21,144.68,0.959931,300,0,0,6986,0,0,0,0,0),(117531,23777,571,1,1,20245,0,1135.38,-3754.22,146.739,5.06145,300,0,0,6986,0,0,0,0,0),(117532,23777,571,1,1,20245,0,1163.61,-3737.56,145.165,1.76278,300,0,0,6986,0,0,0,0,0),(117533,23777,571,1,1,20245,0,1127.06,-3753.23,147.46,3.14159,300,0,0,6986,0,0,0,0,0),(117534,23777,571,1,1,20245,0,957.643,-3960.14,166.282,0.122173,300,0,0,6986,0,0,0,0,0),(117535,27617,571,1,1,2602,0,4101.43,-1943.66,191.995,3.31542,300,5,0,10282,0,1,0,0,0),(117536,23777,571,1,1,20245,0,1160.29,-3669.29,152.496,0.645772,300,0,0,6986,0,0,0,0,0),(117537,23777,571,1,1,20245,0,1195.74,-3675.65,149.567,1.27409,300,0,0,6986,0,0,0,0,0),(117538,27105,571,1,1,24301,1,3602.17,-1424.65,108.711,1.6991,300,5,0,129220,0,1,0,0,0),(117539,23777,571,1,1,20245,0,1125.31,-3687.48,154.857,5.55015,300,0,0,6986,0,0,0,0,0),(117540,23777,571,1,1,20245,0,1125.77,-3701.45,153.992,3.24631,300,0,0,6986,0,0,0,0,0),(117541,23777,571,1,1,20245,0,1075.63,-3735.6,156.381,5.20108,300,0,0,6986,0,0,0,0,0),(117542,23777,571,1,1,20245,0,1083.36,-3730.36,155.667,3.59538,300,0,0,6986,0,0,0,0,0),(117543,23777,571,1,1,20245,0,1090.92,-3691.32,158.163,1.37881,300,0,0,6986,0,0,0,0,0),(117544,23777,571,1,1,20245,0,1072.95,-3728.38,157.508,2.19912,300,0,0,6986,0,0,0,0,0),(117545,23777,571,1,1,20245,0,1082.04,-3691.09,158.875,1.18682,300,0,0,6986,0,0,0,0,0),(117546,23777,571,1,1,20245,0,1083.63,-3696.18,159.175,5.84685,300,0,0,6986,0,0,0,0,0),(117547,23777,571,1,1,20245,0,1027.98,-3702.51,168.639,0.698132,300,0,0,6986,0,0,0,0,0),(117548,23777,571,1,1,20245,0,1022.9,-3701.04,169.694,3.24631,300,0,0,6986,0,0,0,0,0),(117549,27617,571,1,1,2602,0,4168.97,-1897.94,193.168,2.68101,300,5,0,10282,0,1,0,0,0),(117550,23777,571,1,1,20245,0,1006.42,-3951.58,158.027,2.09439,300,0,0,6986,0,0,0,0,0),(117551,23777,571,1,1,20245,0,972.381,-3968.1,163.765,4.55531,300,0,0,6986,0,0,0,0,0),(117552,23777,571,1,1,20245,0,1226.32,-3628.66,153.967,1.15192,300,0,0,6986,0,0,0,0,0),(117553,23777,571,1,1,20245,0,1068.01,-3668.31,161.952,5.95157,300,0,0,6986,0,0,0,0,0),(117554,23777,571,1,1,20245,0,1057.18,-3671.35,164.523,0.942478,300,0,0,6986,0,0,0,0,0),(117555,23777,571,1,1,20245,0,1064.56,-3665.47,163.477,2.56563,300,0,0,6986,0,0,0,0,0),(117556,23777,571,1,1,20245,0,1106.78,-3645.87,158.621,5.49779,300,0,0,6986,0,0,0,0,0),(117557,23777,571,1,1,20245,0,1058.15,-3704.95,163.473,1.97222,300,0,0,6986,0,0,0,0,0),(117558,23777,571,1,1,20245,0,1013.1,-3857.52,168.559,0.331613,300,0,0,6986,0,0,0,0,0),(117559,23777,571,1,1,20245,0,1004.04,-3692.18,174.074,2.47837,300,0,0,6986,0,0,0,0,0),(117560,27617,571,1,1,2602,0,4157.48,-1870.5,198.063,3.83632,300,5,0,10282,0,1,0,0,0),(117561,23777,571,1,1,20245,0,1068.07,-3773.49,158.62,0.418879,300,0,0,6986,0,0,0,0,0),(117562,23777,571,1,1,20245,0,1119.35,-3822.17,151.698,2.58309,300,0,0,6986,0,0,0,0,0),(117563,23777,571,1,1,20245,0,1113.44,-3826.52,152.952,0.244346,300,0,0,6986,0,0,0,0,0),(117564,23777,571,1,1,20245,0,1071.68,-3826.19,163,3.66519,300,0,0,6986,0,0,0,0,0),(117565,23777,571,1,1,20245,0,923.39,-3936.18,176.043,3.47321,300,0,0,6986,0,0,0,0,0),(117566,23777,571,1,1,20245,0,937.793,-3877.23,172.933,0.279253,300,0,0,6986,0,0,0,0,0),(117567,23777,571,1,1,20245,0,938.008,-3846.2,175.03,2.05949,300,0,0,6986,0,0,0,0,0),(117568,23777,571,1,1,20245,0,1155.04,-3678.06,152.269,3.07178,300,0,0,6986,0,0,0,0,0),(117569,23777,571,1,1,20245,0,1087.15,-3910.61,152.359,1.53589,300,0,0,6986,0,0,0,0,0),(117570,23777,571,1,1,20245,0,1121.64,-3761.28,148.732,2.9147,300,0,0,6986,0,0,0,0,0),(117571,23777,571,1,1,20245,0,994.705,-3840.05,171.39,5.70723,300,0,0,6986,0,0,0,0,0),(117572,23777,571,1,1,20245,0,1066.64,-3820.15,163.396,2.40855,300,0,0,6986,0,0,0,0,0),(117573,23777,571,1,1,20245,0,1074.19,-3821.58,162.41,2.21657,300,0,0,6986,0,0,0,0,0),(117574,23777,571,1,1,20245,0,975.423,-3806.2,171.63,5.81195,300,0,0,6986,0,0,0,0,0),(117575,23777,571,1,1,20245,0,1070.55,-3778.35,158.993,2.23402,300,0,0,6986,0,0,0,0,0),(117576,23777,571,1,1,20245,0,1039.46,-3810.26,163.966,2.32129,300,0,0,6986,0,0,0,0,0),(117577,23777,571,1,1,20245,0,1055.06,-3882.15,157.508,5.93412,300,0,0,6986,0,0,0,0,0),(117578,23777,571,1,1,20245,0,1161.94,-3862.64,147.769,5.51524,300,0,0,6986,0,0,0,0,0),(117579,23777,571,1,1,20245,0,1151.38,-3836.16,148.152,4.13643,300,0,0,6986,0,0,0,0,0),(117580,23777,571,1,1,20245,0,1144.44,-3841.2,148.551,2.63545,300,0,0,6986,0,0,0,0,0),(117581,23777,571,1,1,20245,0,1142.81,-3870.32,149.356,1.76278,300,0,0,6986,0,0,0,0,0),(117582,23777,571,1,1,20245,0,1147.59,-3837.45,148.332,2.14675,300,0,0,6986,0,0,0,0,0),(117583,23777,571,1,1,20245,0,1041.53,-3802.02,164.066,1.44862,300,0,0,6986,0,0,0,0,0),(117584,23777,571,1,1,20245,0,1177.6,-3828.19,144.668,0.069813,300,0,0,6986,0,0,0,0,0),(117585,23777,571,1,1,20245,0,1119.84,-3827.5,151.631,3.89208,300,0,0,6986,0,0,0,0,0),(117586,23777,571,1,1,20245,0,1041.35,-3939.12,155.681,4.13643,300,0,0,6986,0,0,0,0,0),(117587,27617,571,1,1,2602,0,4094.79,-1846.88,190.003,5.88843,300,0,0,10282,0,0,0,0,0),(117588,27617,571,1,1,2602,0,4132.68,-1846.42,190.939,2.4023,300,5,0,10282,0,1,0,0,0),(117589,27617,571,1,1,2602,0,4137.86,-1916.12,188.924,3.93655,300,5,0,10282,0,1,0,0,0),(117590,27617,571,1,1,2602,0,4099.39,-1925.66,191.016,3.40877,300,5,0,10282,0,1,0,0,0),(117591,25313,571,1,1,23031,1,2403.82,5383.51,2.56587,1.56194,300,0,0,3992,0,0,0,0,0),(117592,25313,571,1,1,23031,1,2376.05,5454.79,2.96565,0.782177,300,0,0,3992,0,0,0,0,0),(117593,25313,571,1,1,23031,1,2345.11,5467.05,1.63663,1.1929,300,0,0,3992,0,0,0,0,0),(117594,25313,571,1,1,23031,1,2296.14,5469.3,3.12331,1.26931,300,0,0,3992,0,0,0,0,0),(117595,25313,571,1,1,23031,1,2391.73,5446.7,3.668,0.31907,300,0,0,3992,0,0,0,0,0),(117596,25313,571,1,1,23031,1,2392.65,5432.75,2.28632,-0.058498,300,0,0,3992,0,0,0,0,0),(117597,25313,571,1,1,23031,1,2197.64,5423.21,1.48499,-1.64676,300,0,0,3992,0,0,0,0,0),(117598,25313,571,1,1,23031,1,2409.38,5346.64,0.837546,-1.19642,300,0,0,3992,0,0,0,0,0),(117599,25313,571,1,1,23031,1,2311.87,5438.09,1.8423,-2.34574,300,0,0,3992,0,0,0,0,0),(117600,25313,571,1,1,23031,1,2322.18,5470.91,1.7271,1.49694,300,0,0,3992,0,0,0,0,0),(117601,25313,571,1,1,23031,1,2403.63,5361.29,1.1795,1.56207,300,5,0,3992,0,1,0,0,0),(117602,25313,571,1,1,23031,1,2217.61,5433.77,1.62827,-0.577919,300,0,0,3992,0,0,0,0,0),(117603,25313,571,1,1,23031,1,2333.84,5392.07,1.64573,-0.84678,300,0,0,3992,0,0,0,0,0),(117604,25313,571,1,1,23031,1,2123.46,5522.85,0.626431,-1.45572,300,0,0,3992,0,0,0,0,0),(117605,25313,571,1,1,23031,1,2094.01,5554.64,4.74114,2.74121,300,0,0,3992,0,0,0,0,0),(117606,25313,571,1,1,23031,1,2219.8,5471.73,1.78339,5.01789,300,0,0,3992,0,0,0,0,0),(117607,25313,571,1,1,23031,1,2129.29,5434.25,0.705221,1.43897,300,0,0,3992,0,0,0,0,0),(117608,25313,571,1,1,23031,1,2288.72,5445.42,2.50878,1.26943,300,5,0,3992,0,1,0,0,0),(117609,25313,571,1,1,23031,1,2135.3,5556.39,6.06846,0.750358,300,0,0,3992,0,0,0,0,0),(117610,25313,571,1,1,23031,1,2071.78,5498.41,0.346036,1.97056,300,0,0,3992,0,0,0,0,0),(117611,25313,571,1,1,23031,1,2108.03,5499,0.367884,1.5145,300,0,0,3992,0,0,0,0,0),(117612,25313,571,1,1,23031,1,2336.39,5445.07,1.60508,1.19297,300,5,0,3992,0,1,0,0,0),(117613,25313,571,1,1,23031,1,2199.33,5445.66,1.44701,4.63712,300,5,0,3992,0,1,0,0,0),(209165,29413,571,1,1,0,1,6594.54,-1017.6,429.443,2.02955,600,0,0,1,0,0,0,0,0),(117615,24290,571,1,1,17612,0,427.037,-4606.2,251.962,3.15905,300,0,0,42,0,0,0,0,0),(117616,24290,571,1,1,17612,0,372.445,-4659.57,255.493,2.1293,300,0,0,42,0,0,0,0,0),(117617,24290,571,1,1,17612,0,355.015,-4494.51,253.901,2.93215,300,0,0,42,0,0,0,0,0),(117618,24290,571,1,1,17612,0,367.145,-4566.26,253.917,1.53589,300,0,0,42,0,0,0,0,0),(117619,24290,571,1,1,17612,0,471.239,-4587.5,255.625,6.0912,300,0,0,42,0,0,0,0,0),(117620,26850,571,1,3,4382,1,4941.59,1167.95,239.402,5.14872,300,0,0,31905,3561,0,0,0,0),(117622,31714,571,1,1,2954,0,5851.65,561.741,653.246,4.08407,300,0,0,42,0,0,0,0,0),(117623,25826,571,1,1,23065,0,2311.06,5195.64,23.5592,5.96903,300,0,0,9610,0,0,0,0,0),(117624,29922,571,1,1,26643,0,6663.23,-185.048,954.838,3.90954,300,0,0,12175,0,0,0,0,0),(117625,27362,571,1,1,21305,0,4507.93,1765.15,165.227,-0.982343,300,0,0,9940,0,0,0,0,0),(117626,27362,571,1,1,21305,0,4428.33,1856.81,163.618,3.59538,300,0,0,9940,0,0,0,0,0),(117627,27362,571,1,1,21305,0,4422.03,1835.21,163.941,2.02458,300,0,0,9940,0,0,0,0,0),(117628,27362,571,1,1,21305,0,4449.84,1755.88,167.199,0.767945,300,0,0,9940,0,0,0,0,0),(117629,27362,571,1,1,21305,0,4435.14,1803.47,164.303,5.48033,300,0,0,9940,0,0,0,0,0),(117630,27362,571,1,1,21305,0,4457.78,1833.74,171.453,0.575959,300,0,0,9940,0,0,0,0,0),(117631,27106,571,1,1,23186,1,2475.06,6369.22,41.0494,1.51844,300,0,0,49700,0,0,0,0,0),(117632,27106,571,1,1,23179,1,2512.08,6371.57,41.0774,1.85005,300,0,0,49700,0,0,0,0,0),(117422,27369,571,1,1,13069,0,4602,1700.39,171.994,1.37881,300,0,0,1,0,0,0,0,0),(117421,27369,571,1,1,13069,0,4604.6,1727.42,170.687,4.92183,300,0,0,1,0,0,0,0,0),(117636,23778,571,1,1,21746,1,1599.17,-6198.03,7.42355,1.73865,300,0,0,26946,0,0,0,0,0),(117637,27106,571,1,1,23179,1,2438.24,6367.52,41.6996,1.6057,300,0,0,49700,0,0,0,0,0),(117638,27106,571,1,1,23179,1,2578.48,6398.63,41.7173,2.33874,300,0,0,49700,0,0,0,0,0),(117639,27106,571,1,1,23186,1,2699.8,6399.01,41.0592,2.56563,300,0,0,49700,0,0,0,0,0),(117640,27106,571,1,1,23179,1,2524.68,6559.7,39.4941,4.60767,300,0,0,49700,0,0,0,0,0),(117641,24546,571,1,1,22530,1,1721.23,-2812.89,3.97795,3.94982,300,5,0,9291,0,1,0,0,0),(117642,27106,571,1,1,23186,1,2567.49,6561.28,40.2423,4.85202,300,0,0,49700,0,0,0,0,0),(117643,27106,571,1,1,23179,1,2669.97,6529.04,45.1284,3.94444,300,0,0,49700,0,0,0,0,0),(117644,27106,571,1,1,23186,1,2620.94,6397.36,41.2283,2.07694,300,0,0,49700,0,0,0,0,0),(117645,27106,571,1,1,23179,1,2667.1,6500,43.1548,3.76991,300,0,0,49700,0,0,0,0,0),(117372,27369,571,1,1,13069,0,4573.84,1708.5,171.742,1.46608,300,0,0,1,0,0,0,0,0),(117371,27369,571,1,1,13069,0,4544.45,1739.19,167.678,0.907571,300,0,0,1,0,0,0,0,0),(117061,27369,571,1,1,13069,0,4495.5,1747.36,175.158,0.680678,300,0,0,1,0,0,0,0,0),(117650,28387,571,1,1,23349,0,5785.88,-3697.03,374.897,5.46288,300,0,0,16502,0,0,0,0,0),(117651,28387,571,1,1,23349,0,5791.24,-3667.36,384.933,5.23599,300,0,0,16502,0,0,0,0,0),(117652,28387,571,1,1,23348,0,5809.29,-3658.19,382.161,5.42797,300,0,0,16502,0,0,0,0,0),(117653,28387,571,1,1,23348,0,5831.62,-3648.01,380.769,5.35816,300,0,0,16502,0,0,0,0,0),(117654,28387,571,1,1,23348,0,5765.1,-3682.48,377.404,4.85202,300,0,0,16502,0,0,0,0,0),(117655,28387,571,1,1,23349,0,5810.25,-3675.99,376.986,5.28997,300,0,0,16502,0,0,0,0,0),(117656,29667,571,1,1,26502,0,5642.94,787.964,654.384,2.28638,300,0,0,12600,0,0,0,0,0),(117657,26595,571,1,1,23930,1,2745.87,870.908,7.27574,2.02458,300,0,0,7688,7500,0,0,0,0),(117658,23779,571,1,1,21751,1,1888.46,-6192.68,23.6971,1.22173,300,0,0,42540,0,0,0,0,0),(117659,23779,571,1,1,21750,1,1965.36,-6115.24,29.192,3.735,300,0,0,42540,0,0,0,0,0),(117660,28387,571,1,1,23349,0,5728.97,-3484.91,386.76,3.01942,300,0,0,16502,0,0,0,0,0),(117661,28387,571,1,1,23348,0,5703.38,-3436.01,367.479,-0.19706,300,0,0,16502,0,0,0,0,0),(117662,23779,571,1,1,21750,1,1979.49,-6228.14,7.82185,0.191986,300,0,0,42540,0,0,0,0,0),(117663,23779,571,1,1,21751,1,1980.7,-6225.05,7.82185,5.70723,300,0,0,42540,0,0,0,0,0),(117664,24035,571,1,1,22017,0,2584.48,-3597.35,168.06,4.76475,300,5,0,3524,0,1,0,0,0),(117665,29923,571,1,1,26640,0,6645.31,-208.528,951.722,3.94444,300,0,0,12175,0,0,0,0,0),(117666,32739,571,1,1,28176,0,5866.17,837.125,846.426,5.55015,300,0,0,10080,8814,0,0,0,0),(117667,23779,571,1,1,21748,1,1882.85,-6189.84,23.6969,0.715585,300,0,0,42540,0,0,0,0,0),(117668,23779,571,1,1,21749,1,1933.88,-6149.24,23.7116,5.48033,300,0,0,42540,0,0,0,0,0),(117669,27363,571,1,1,24590,0,4535.43,1682.08,150.061,5.46288,300,0,0,9940,0,0,0,0,0),(117670,24035,571,1,1,22016,0,2595.3,-3579.12,168.025,2.94961,300,5,0,3524,0,1,0,0,0),(117671,24035,571,1,1,22017,0,2788.18,-3553.34,169.914,2.16421,300,5,0,3524,0,1,0,0,0),(117672,24035,571,1,1,22017,0,2663.99,-3512.63,166.17,2.09439,300,5,0,3524,0,1,0,0,0),(117673,23779,571,1,1,21750,1,2015.87,-6164.24,15.8095,1.57369,300,5,0,42540,0,1,0,0,0),(117674,23779,571,1,1,21751,1,2012.03,-6166.36,15.5653,1.69232,300,5,0,42540,0,1,0,0,0),(117675,23779,571,1,1,21750,1,1919.71,-6161.12,23.6771,5.88176,300,0,0,42540,0,0,0,0,0),(117676,23779,571,1,1,21750,1,1960.5,-6111.28,29.133,3.9968,300,0,0,42540,0,0,0,0,0),(117677,24035,571,1,1,22018,0,2683.67,-3504.03,166.199,5.74213,300,5,0,3524,0,1,0,0,0),(117678,28387,571,1,1,23349,0,5793.02,-3574.68,386.649,2.40855,300,0,0,16502,0,0,0,0,0),(117679,27363,571,1,1,24590,0,4479.19,1609,127.427,3.1161,300,5,0,9940,0,1,0,0,0),(117680,27363,571,1,1,24590,0,4518.35,1625.59,130.726,4.7284,300,5,0,9940,0,1,0,0,0),(117681,27363,571,1,1,24590,0,4506.29,1796.06,165.879,1.01535,300,5,0,9940,0,1,0,0,0),(117682,27363,571,1,1,24590,0,4546.29,1733.47,166.902,4.7625,300,5,0,9940,0,1,0,0,0),(117683,27363,571,1,1,24590,0,4477.87,1778.58,164.731,6.09381,300,5,0,9940,0,1,0,0,0),(117684,27363,571,1,1,24590,0,4424.26,1790.21,164.261,0.850356,300,5,0,9940,0,1,0,0,0),(117685,27363,571,1,1,24590,0,4475.39,1825.99,170.948,4.34109,300,5,0,9940,0,1,0,0,0),(117686,27363,571,1,1,24590,0,4453.5,1811.99,167.708,3.67683,300,5,0,9940,0,1,0,0,0),(117687,28387,571,1,1,23348,0,5675.09,-3575.62,379.263,3.163,300,0,0,16502,0,0,0,0,0),(117688,26083,571,1,1,23512,0,2483.26,5215.05,30.2763,0.471239,300,0,0,23952,0,0,0,0,0),(117689,24291,571,1,1,22248,0,143.271,-4562.75,264.891,4.22652,300,0,0,9291,0,2,0,0,0),(117690,28387,571,1,1,23348,0,5711.46,-3472.02,369.193,-2.69843,300,0,0,16502,0,0,0,0,0),(117691,24035,571,1,1,22017,0,2693.27,-3764.03,237.556,0.191986,300,0,0,3524,0,0,0,0,0),(117692,24035,571,1,1,22016,0,2598.73,-3591.07,205.531,0.541052,300,0,0,3524,0,0,0,0,0),(117693,24035,571,1,1,22018,0,2731.98,-3545.38,208.197,2.51327,300,0,0,3524,0,0,0,0,0),(117694,24035,571,1,1,22016,0,2686.36,-3602.98,207.209,1.98968,300,0,0,3524,0,0,0,0,0),(117695,24035,571,1,1,22017,0,2729.82,-3749.75,225.751,1.29154,300,0,0,3524,0,0,0,0,0),(117696,24035,571,1,1,22017,0,2453.28,-3616.14,231.348,6.07375,300,0,0,3524,0,0,0,0,0),(117697,24035,571,1,1,22018,0,2636.13,-3526.29,206.392,2.09439,300,0,0,3524,0,0,0,0,0),(117698,24035,571,1,1,22018,0,2643.13,-3516.6,206.047,2.74017,300,0,0,3524,0,0,0,0,0),(117699,24035,571,1,1,22018,0,2612.3,-3541.69,206.426,3.28122,300,0,0,3524,0,0,0,0,0),(117700,24035,571,1,1,22016,0,2680.47,-3680.32,223.168,1.3439,300,0,0,3524,0,0,0,0,0),(117701,24035,571,1,1,22017,0,2630.62,-3590.41,205.297,2.11185,300,0,0,3524,0,0,0,0,0),(117702,24035,571,1,1,22016,0,2499.84,-3515.55,184.933,1.91986,300,0,0,3524,0,0,0,0,0),(117703,24035,571,1,1,22016,0,2504.68,-3514.26,185.596,1.55334,300,0,0,3524,0,0,0,0,0),(117704,24035,571,1,1,22024,0,2636.03,-3395.06,184.07,3.92699,300,0,0,3524,0,0,0,0,0),(117705,24035,571,1,1,22018,0,2764.89,-3675.28,223.947,3.75246,300,0,0,3524,0,0,0,0,0),(117706,24035,571,1,1,22024,0,2661.15,-3570.98,205.333,5.09636,300,0,0,3524,0,0,0,0,0),(117707,24035,571,1,1,22016,0,2661.47,-3568.36,205.355,6.11806,300,5,0,3524,0,1,0,0,0),(117708,24035,571,1,1,22018,0,2674.64,-3498.81,205.452,5.20108,300,0,0,3524,0,0,0,0,0),(117709,24035,571,1,1,22024,0,2655.44,-3571.16,205.333,4.31096,300,0,0,3524,0,0,0,0,0),(117710,24035,571,1,1,22018,0,2636.8,-3384.17,184.574,2.58309,300,0,0,3524,0,0,0,0,0),(117711,24035,571,1,1,22024,0,2661.43,-3562.63,205.333,1.29154,300,0,0,3524,0,0,0,0,0),(117712,24035,571,1,1,22024,0,2655.56,-3566.06,205.333,2.26893,300,0,0,3524,0,0,0,0,0),(117713,24035,571,1,1,22024,0,2759.27,-3660.61,223.42,2.04204,300,0,0,3524,0,0,0,0,0),(117714,24035,571,1,1,22018,0,2696.09,-3515.48,206.736,3.49066,300,0,0,3524,0,0,0,0,0),(132088,31285,571,1,2,0,0,4810.07,1433.69,195.648,5.3058,120,0,0,1,0,0,0,0,0),(117716,27107,571,1,1,23182,1,2360.29,6597.5,42.0694,5.5676,300,0,0,27873,32310,0,0,0,0),(117717,24035,571,1,1,22024,0,2601.69,-3567.96,161.798,4.08407,300,0,0,3524,0,0,0,0,0),(117718,24035,571,1,1,22017,0,2753.9,-3527.19,168.66,0.541052,300,0,0,3524,0,0,0,0,0),(117719,24035,571,1,1,22018,0,2651.68,-3518.05,161.799,0.418879,300,0,0,3524,0,0,0,0,0),(117720,24035,571,1,1,22016,0,2577.31,-3609.47,161.8,0.942478,300,0,0,3524,0,0,0,0,0),(117721,24035,571,1,1,22017,0,2696.63,-3498.19,161.8,3.61283,300,0,0,3524,0,0,0,0,0),(117722,24035,571,1,1,22018,0,2776.06,-3511.61,168.661,3.66519,300,0,0,3524,0,0,0,0,0),(117723,24035,571,1,1,22024,0,2782.7,-3568.81,163.959,0.593412,300,0,0,3524,0,0,0,0,0),(117724,27107,571,1,1,23182,1,2407.93,6598.12,43.3151,4.93928,300,0,0,27873,32310,0,0,0,0),(117725,24547,571,1,1,22536,0,-73.7997,-3435.55,-15.2043,-2.54663,300,0,0,27873,0,0,0,0,0),(117726,28387,571,1,1,23348,0,5678.06,-3537.43,379.635,1.5883,300,0,0,16502,0,0,0,0,0),(117727,28387,571,1,1,23349,0,5690.54,-3504.85,371.523,2.70526,300,0,0,16502,0,0,0,0,0),(200794,33866,571,1,1,0,0,8610.3,1072.81,558.212,3.87943,300,0,0,10635,0,0,0,0,0),(200793,33644,571,1,1,0,0,8579.53,750.263,547.293,6.2373,300,0,0,10635,0,0,0,0,0),(117730,27107,571,1,1,23182,1,2688.5,6484.13,46.6203,3.50811,300,0,0,27873,32310,0,0,0,0),(117731,28387,571,1,1,23349,0,5783.41,-3677.28,378.839,5.55015,300,0,0,16502,0,0,0,0,0),(117732,28387,571,1,1,23349,0,5795.19,-3565.88,386.798,3.12414,300,0,0,16502,0,0,0,0,0),(117733,25827,571,1,1,23410,0,2257.9,5161.69,1.28344,5.94329,300,0,0,7984,0,2,0,0,0),(117734,27107,571,1,1,23182,1,2621.43,6552.17,43.3679,4.69494,300,0,0,27873,32310,0,0,0,0),(117735,29411,571,1,1,26198,0,6545.87,-1016.8,433.112,3.2574,300,0,0,11379,0,0,0,0,0),(117736,29411,571,1,1,26198,0,6662.38,-1017.79,414.826,6.16259,300,0,0,11379,0,0,0,0,0),(117737,29411,571,1,1,26198,0,6681.49,-1007.75,414.833,3.43571,300,0,0,11379,0,0,0,0,0),(117738,29411,571,1,1,26198,0,6667.73,-1018.76,414.911,2.77507,300,0,0,11379,0,0,0,0,0),(117739,24548,571,1,1,22537,0,685.213,-5469.6,238.621,4.2237,300,0,0,9610,0,0,0,0,0),(117740,29924,571,1,1,26641,0,6643.61,-210.399,951.851,0.855211,300,0,0,12600,0,0,0,0,0),(117741,26852,571,1,1,24332,1,3261.52,-2265.45,114.181,2.09439,300,0,0,31905,3561,0,0,0,0),(117742,29156,571,1,1,25947,1,5808.13,585.193,652.463,4.7822,300,0,0,37800,0,0,0,0,0),(117743,23780,571,1,1,21752,1,1857.68,-6150.27,23.4592,1.5639,300,0,0,28830,0,0,0,0,0),(117744,27364,571,1,1,251,0,2091.61,5301.87,19.4677,4.13643,300,0,0,198,0,2,0,0,0),(117745,26596,571,1,1,23935,0,4178.47,5278.22,26.7764,2.42601,300,0,0,8982,0,0,0,0,0),(117746,26084,571,1,1,218,1,2476.09,5216.26,31.5088,0.593412,300,0,0,7984,0,0,0,0,0),(117748,28388,571,1,1,27838,1,5616.58,-3367.92,365.604,1.81514,300,0,0,11001,0,0,0,0,0),(117749,28388,571,1,1,27838,1,5655.23,-3399.58,365.716,0.715585,300,0,0,11001,0,0,0,0,0),(42567,24048,571,1,3,0,1,1764.98,-3311.02,82.7521,2.51594,120,0,0,1,0,2,0,0,0),(117751,28388,571,1,1,27838,1,5575.83,-3330.25,365.604,0.733038,300,0,0,11001,0,0,0,0,0),(117752,28388,571,1,1,27840,1,5594.68,-3416.89,362.043,0.715585,300,0,0,11001,0,0,0,0,0),(117753,28388,571,1,1,27840,1,5544.74,-3551.96,362.034,3.80482,300,0,0,11001,0,0,0,0,0),(117754,28388,571,1,1,27840,1,5618.76,-3555.41,363.565,5.81195,300,0,0,11001,0,0,0,0,0),(117755,27108,571,1,1,23183,1,2319.2,6366.72,44.7602,1.13446,300,0,0,37164,19386,0,0,0,0),(117756,27108,571,1,1,23183,1,2370.66,6368.76,45.9518,1.36136,300,0,0,37164,19386,0,0,0,0),(117757,28388,571,1,1,27838,1,5633.67,-3578.48,362.043,0.122173,300,0,0,11001,0,0,0,0,0),(117758,28388,571,1,1,27840,1,5618.04,-3524.77,353.026,3.10669,300,0,0,11001,0,0,0,0,0),(117759,28388,571,1,1,27840,1,5554.35,-3401.7,350.494,3.85718,300,0,0,11001,0,0,0,0,0),(117760,28388,571,1,1,27840,1,5569,-3379.45,362.037,0.890118,300,0,0,11001,0,0,0,0,0),(117761,28388,571,1,1,27840,1,5561.25,-3527.33,350.722,0.785398,300,0,0,11001,0,0,0,0,0),(117762,28388,571,1,1,27840,1,5588.28,-3430.16,351.46,3.9619,300,0,0,11001,0,0,0,0,0),(110281,23837,571,1,1,0,0,5553.08,-3459.96,350.41,6.21337,120,0,0,1,0,0,0,0,0),(110282,23837,571,1,1,0,0,5618.04,-3450.44,353.807,4.93928,120,0,0,1,0,0,0,0,0),(117765,28388,571,1,1,27838,1,5707.54,-3473.88,368.319,0.536645,300,0,0,11001,0,0,0,0,0),(117767,25316,571,1,1,23221,1,3355.26,6186.74,78.8879,4.36779,300,5,0,6387,7031,1,0,0,0),(107201,27064,571,1,1,0,0,2482.85,6518.87,41.7145,6.00393,120,0,0,1,0,0,0,0,0),(117769,25828,571,1,1,23031,1,2136.71,5301.04,15.5018,1.23918,300,0,0,7984,0,0,0,0,0),(117770,25316,571,1,1,23221,1,3462.25,6174.75,71.9935,1.41475,300,0,0,6387,7031,0,0,0,0),(117771,25316,571,1,1,23221,1,3425.78,6211.08,75.364,5.96545,300,5,0,6387,7031,1,0,0,0),(117772,25316,571,1,1,23221,1,3446.98,6186.61,76.9203,3.06858,300,0,0,6387,7031,0,0,0,0),(117773,25316,571,1,1,23221,1,3344.56,6216.61,75.2345,2.03006,300,5,0,6387,7031,1,0,0,0),(117774,25316,571,1,1,23221,1,3329.56,6081.24,72.5457,3.82533,300,5,0,6387,7031,1,0,0,0),(117775,25316,571,1,1,23221,1,3359.44,6091.47,67.1406,5.13652,300,5,0,6387,7031,1,0,0,0),(117776,25316,571,1,1,23221,1,3312.49,6137.1,77.1703,5.12793,300,5,0,6387,7031,1,0,0,0),(117777,25316,571,1,1,23221,1,3308.95,6112.56,74.7041,2.29425,300,5,0,6387,7031,1,0,0,0),(117778,25316,571,1,1,23221,1,3440.69,6107.64,68.5395,0.133135,300,5,0,6387,7031,1,0,0,0),(117779,25316,571,1,1,23221,1,3415.11,6123.45,73.6224,3.92492,300,5,0,6387,7031,1,0,0,0),(117780,25316,571,1,1,23221,1,3486.18,6074.44,65.9504,0.314159,300,0,0,6387,7031,0,0,0,0),(209164,29413,571,1,1,0,1,6612.56,-1017.17,427.344,3.38043,600,0,0,1,0,0,0,0,0),(209163,29413,571,1,1,0,1,6630.7,-1004.17,424.376,2.72462,600,0,0,1,0,0,0,0,0),(209162,29413,571,1,1,0,1,6696.47,-998.844,415.433,2.83458,600,0,0,1,0,0,0,0,0),(117784,25317,571,1,1,24821,1,2286.79,5241.67,11.4799,5.89921,300,0,0,6986,0,0,0,0,0),(117785,25317,571,1,1,3422,1,2293.1,5238.86,11.4863,5.91667,300,0,0,6986,0,0,0,0,0),(117786,26597,571,1,1,23957,0,4165.02,5276.74,26.4601,3.24631,300,0,0,8982,0,0,0,0,0),(117787,29157,571,1,1,3265,1,5542.86,5762.68,-78.169,4.7822,300,0,0,11001,0,0,0,0,0),(117788,25317,571,1,1,3422,1,2114.61,5284.78,24.7267,3.87463,300,0,0,6986,0,0,0,0,0),(117789,25317,571,1,1,3422,1,2108.56,5291.6,25.297,4.32842,300,0,0,6986,0,0,0,0,0),(117790,25317,571,1,1,24819,1,2118.79,5322.67,25.3178,1.36136,300,0,0,6986,0,0,0,0,0),(117791,26853,571,1,1,13309,1,3874.18,-4520.87,217.302,1.8675,300,0,0,31905,3561,0,0,0,0),(117792,29925,571,1,1,26642,0,6655.18,-190.498,953.579,0.558505,300,0,0,12175,0,0,0,0,0),(117793,27365,571,1,1,11686,0,2090.51,5306.34,19.4677,4.90438,300,5,0,10220,0,1,0,0,0),(117794,25317,571,1,1,3422,1,2126.98,5322.85,24.7275,2.26893,300,0,0,6986,0,0,0,0,0),(117795,23781,571,1,1,21753,0,1976.57,-6148.7,25.1369,1.13446,300,0,0,9940,0,0,0,0,0),(117796,25317,571,1,1,24818,1,2282.04,5239.73,11.4749,0.925025,300,0,0,6986,0,0,0,0,0),(117797,25317,571,1,1,3422,1,2283.03,5241.48,11.4633,0.872665,300,0,0,6986,0,0,0,0,0),(117798,25317,571,1,1,24821,1,2280.82,5237.54,11.4874,0.959931,300,0,0,6986,0,0,0,0,0),(117799,25317,571,1,1,24819,1,2284.84,5242.58,11.4615,5.89921,300,0,0,6986,0,0,0,0,0),(117800,25317,571,1,1,24819,1,2295.18,5238.18,11.4607,5.89921,300,0,0,6986,0,0,0,0,0),(117801,25317,571,1,1,24818,1,2291.11,5239.73,11.486,5.91667,300,0,0,6986,0,0,0,0,0),(117802,25317,571,1,1,24821,1,2288.84,5240.71,11.4855,5.89921,300,0,0,6986,0,0,0,0,0),(117803,28389,571,1,1,26735,0,6404.46,4826.75,-75.5176,3.12414,300,5,0,11001,3643,1,0,0,0),(117804,28389,571,1,1,26735,0,6375.98,4890.77,-78.4321,4.86947,300,5,0,11001,3643,1,0,0,0),(117805,28389,571,1,1,26735,0,6609.25,4916.54,-37.6034,4.88692,300,5,0,11001,3643,1,0,0,0),(117806,28389,571,1,1,26735,0,6453.06,4762.36,-71.023,4.81711,300,5,0,11001,3643,1,0,0,0),(117807,28389,571,1,1,26735,0,6624.35,4776.96,-25.1399,1.18682,300,5,0,11001,3643,1,0,0,0),(117808,28389,571,1,1,26735,0,6479.96,4856.47,-61.3756,1.0821,300,5,0,11001,3643,1,0,0,0),(117809,26085,571,1,1,94,1,2485.13,5211.08,30.6541,0.977384,300,0,0,7984,0,0,0,0,0),(117811,28133,571,1,1,25132,0,5343,-3130.23,281.276,5.8294,300,0,0,10635,0,0,0,0,0),(209161,29413,571,1,1,0,1,6375.45,-1593.56,425.553,1.04387,600,0,0,1,0,0,0,0,0),(209160,29413,571,1,1,0,1,6386.45,-1599.39,420.724,2.33193,600,0,0,1,0,0,0,0,0),(209159,29413,571,1,1,0,1,6430.89,-1604.5,423.222,0.949627,600,0,0,1,0,0,0,0,0),(117815,29158,571,1,1,25956,1,2272.88,5193.82,12.5767,4.24115,300,0,0,25524,23943,0,0,0,0),(117816,26854,571,1,1,24090,1,3784.8,1579.23,90.0175,3.05433,300,0,0,48050,16545,0,0,0,0),(117818,29926,571,1,1,26639,0,6671.16,-200.357,951.07,2.98451,300,0,0,12175,0,0,0,0,0),(117819,26598,571,1,1,23956,1,4113.66,5263.22,25.492,1.09956,300,0,0,8982,0,0,0,0,0),(117820,27110,571,1,1,23044,1,2309.2,6564.9,41.7753,5.96903,300,0,0,27873,0,0,0,0,0),(117821,28902,571,1,1,27863,1,6577.23,-3904.09,493.48,3.12414,300,0,0,34137,0,0,0,0,0),(107200,25332,571,1,1,0,0,2433.15,6541.23,41.37,5.72313,120,0,0,1,0,2,0,0,0),(117823,26855,571,1,1,11686,0,4118.13,-5251.49,9.99271,3.03687,300,0,0,42,0,0,0,0,0),(117824,23783,571,1,1,21758,0,624.278,-5022.04,2.66217,2.16421,300,0,0,1,0,0,0,0,0),(117825,23783,571,1,1,21759,0,615.047,-5021.98,2.45016,1.09956,300,0,0,1,0,0,0,0,0),(117826,23783,571,1,1,21761,0,617.001,-5008.24,3.00862,5.16617,300,0,0,1,0,0,0,0,0),(117827,23783,571,1,1,21759,0,626.884,-5013.23,3.39061,3.54302,300,0,0,1,0,0,0,0,0),(117828,23783,571,1,1,21759,0,612.038,-5015.1,2.8984,6.21337,300,0,0,1,0,0,0,0,0),(117829,23783,571,1,1,21758,0,623.201,-5008.25,3.33215,4.32842,300,0,0,1,0,0,0,0,0),(117830,32743,571,1,1,28194,0,5773,592.854,610.482,1.02974,300,0,0,4652,0,0,0,0,0),(117831,28135,571,1,1,17759,0,1356.31,-3301.38,175.423,3.19395,300,0,0,10635,0,0,0,0,0),(117832,27367,571,1,1,24591,1,4775.13,-303.482,196.163,3.43384,300,0,0,9940,0,2,0,0,0),(117833,28135,571,1,1,17759,0,1356.25,-3304.84,175.473,2.87979,300,0,0,10635,0,0,0,0,0),(117834,29159,571,1,1,25957,1,1930.11,-6200.63,24.8572,3.66519,300,0,0,31905,10683,0,0,0,0),(117835,27367,571,1,1,24591,1,4646.25,-412.311,168.031,3.30434,300,0,0,9940,0,2,0,0,0),(117836,27367,571,1,1,24591,1,4663.66,-378.53,178.952,5.21229,300,0,0,9940,0,2,0,0,0),(117837,27367,571,1,1,24591,1,4562.6,-482.337,130.071,3.0771,300,0,0,9940,0,2,0,0,0),(117838,27367,571,1,1,24591,1,4738.4,-268.492,170.681,0.476025,300,0,0,9940,0,2,0,0,0),(117839,27367,571,1,1,24591,1,4716.44,-400.944,185.036,1.1736,300,0,0,9940,0,2,0,0,0),(117840,21223,571,1,1,5562,0,3035.54,1437.93,120.297,4.20937,300,5,0,7181,0,1,0,0,0),(117841,21223,571,1,1,5562,0,3015.17,1343.86,114.684,3.28831,300,5,0,7181,0,1,0,0,0),(117842,21223,571,1,1,5562,0,3048.09,1407.07,125.335,4.63658,300,5,0,7181,0,1,0,0,0),(117843,21223,571,1,1,5562,0,3054.6,1313.43,132.122,2.05191,300,5,0,7181,0,1,0,0,0),(117844,21223,571,1,1,5562,0,3015.61,1343.01,117.695,3.05303,300,5,0,7181,0,1,0,0,0),(117845,21223,571,1,1,5562,0,3037.09,1345.86,124.293,3.11032,300,5,0,7181,0,1,0,0,0),(117846,21223,571,1,1,5562,0,3012.44,1285.53,133.481,1.39483,300,5,0,7181,0,1,0,0,0),(117847,21223,571,1,1,5562,0,2987.99,1314.19,132.888,2.65527,300,5,0,7181,0,1,0,0,0),(117848,21223,571,1,1,5562,0,2985.09,1288.52,135.356,3.82045,300,5,0,7181,0,1,0,0,0),(117849,21223,571,1,1,5562,0,3014.54,1313.47,121.088,1.92352,300,5,0,7181,0,1,0,0,0),(117850,21223,571,1,1,5562,0,3046.52,1388.31,116.74,5.19045,300,5,0,7181,0,1,0,0,0),(117851,27367,571,1,1,24591,1,4705.71,-320.184,176.7,2.96087,300,0,0,9940,0,2,0,0,0),(117852,26343,571,1,1,25549,1,3186.34,1284.8,158.449,5.10702,300,5,0,9291,3231,1,0,0,0),(117853,27367,571,1,1,24591,1,4673.93,-465.867,175.948,4.69354,300,0,0,9940,0,2,0,0,0),(117854,26343,571,1,1,25549,1,3126.4,1339.83,159.633,2.35619,300,0,0,9291,3231,0,0,0,0),(117855,27367,571,1,1,24591,1,4591.35,-453.333,146.818,4.72606,300,0,0,9940,0,2,0,0,0),(117856,26343,571,1,1,25549,1,3011.85,1277.28,151.514,1.25664,300,0,0,9291,3231,0,0,0,0),(117857,27367,571,1,1,24591,1,4633.92,-476.017,168.775,5.81301,300,0,0,9940,0,2,0,0,0),(117858,26343,571,1,1,23752,1,3027.09,1464.19,150.006,5.0091,300,0,0,9291,3231,0,0,0,0),(117859,21223,571,1,1,5562,0,3118.89,1376.96,141.42,4.64473,300,5,0,7181,0,1,0,0,0),(117860,27367,571,1,1,24591,1,4696.87,-283.367,163.696,2.04396,300,0,0,9940,0,2,0,0,0),(117861,21223,571,1,1,5562,0,3086.46,1312.81,140.673,6.22796,300,5,0,7181,0,1,0,0,0),(117862,21223,571,1,1,5562,0,3027.02,1513.93,132.883,1.80369,300,5,0,7181,0,1,0,0,0),(117863,21223,571,1,1,5562,0,3035.19,1542.62,133.75,4.64925,300,5,0,7181,0,1,0,0,0),(117864,21223,571,1,1,5562,0,3061.41,1483.61,139.76,4.10624,300,5,0,7181,0,1,0,0,0),(117865,21223,571,1,1,5562,0,3090.56,1415.09,133.94,3.90653,300,5,0,7181,0,1,0,0,0),(117866,26599,571,1,1,23953,1,4135.78,5282.23,25.1142,1.19467,300,0,0,8982,0,0,0,0,0),(117867,26343,571,1,1,25549,1,2982.76,1302.55,150.309,0.558505,300,0,0,9291,3231,0,0,0,0),(117868,21223,571,1,1,5562,0,3083.87,1348.94,133.786,2.3316,300,5,0,7181,0,1,0,0,0),(117869,21223,571,1,1,5562,0,3083.26,1381.53,130.303,2.7003,300,5,0,7181,0,1,0,0,0),(117870,26343,571,1,1,25549,1,3022.34,1525.82,149.516,6.14356,300,0,0,9291,3231,0,0,0,0),(117871,21223,571,1,1,5562,0,3043.46,1279.01,144.106,3.60087,300,5,0,7181,0,1,0,0,0),(117872,21223,571,1,1,5562,0,3062.98,1456.42,129.67,3.06404,300,5,0,7181,0,1,0,0,0),(117873,26343,571,1,1,23752,1,3047.76,1276.7,159.144,1.67552,300,0,0,9291,3231,0,0,0,0),(117874,26343,571,1,1,25549,1,3107.01,1421.1,149.337,3.29867,300,0,0,9291,3231,0,0,0,0),(117875,27367,571,1,1,24591,1,4570.13,-631.779,159.207,2.1517,300,0,0,9940,0,2,0,0,0),(117876,27367,571,1,1,24591,1,4644.6,-554.084,168.352,3.10251,300,0,0,9940,0,2,0,0,0),(117877,26343,571,1,1,25549,1,3067.36,1483.3,159.157,4.20624,300,0,0,9291,3231,0,0,0,0),(117878,26343,571,1,1,23752,1,3114.42,1470.04,150.683,5.5802,300,5,0,9291,3231,1,0,0,0),(117879,26343,571,1,1,23752,1,3123.69,1393.13,149.097,3.63029,300,0,0,9291,3231,0,0,0,0),(117880,31719,571,1,1,1004,0,5838.89,554.913,654.697,5.5676,300,0,0,42,0,0,0,0,0),(117881,29160,571,1,1,25959,1,3265.85,-2193.09,117.456,4.86947,300,0,0,25524,23943,0,0,0,0),(117882,29672,571,1,1,26503,0,5990.34,536.62,661.157,4.99164,300,0,0,12600,0,0,0,0,0),(117883,29928,571,1,1,11686,0,5785.53,-1592.42,235.14,2.54818,300,5,0,10635,0,1,0,0,0),(117884,29928,571,1,1,11686,0,5785.73,-1603.95,234.917,5.21853,300,5,0,10635,0,1,0,0,0),(117885,29928,571,1,1,11686,0,5788.15,-1588.9,234.973,2.87979,300,5,0,10635,0,1,0,0,0),(117886,29928,571,1,1,11686,0,5798.85,-1584.08,234.73,3.68265,300,5,0,10635,0,1,0,0,0),(117887,26856,571,1,1,11686,0,4126.74,-4851.46,75.8403,3.92699,300,0,0,42,0,0,0,0,0),(117888,29416,571,1,1,17200,0,5528.43,-2646.87,305.761,3.40339,300,0,0,8982,0,0,0,0,0),(117889,32744,571,1,1,28199,0,5841.74,702.172,618.212,4.29351,300,0,0,4652,0,0,0,0,0),(117890,26600,571,1,1,23967,1,4136.73,5316.55,28.726,0.328685,300,0,0,8982,0,0,0,0,0),(117891,26344,571,1,1,23753,1,3189.88,1315.27,158.569,4.38078,300,0,0,9291,0,0,0,0,0),(117892,26344,571,1,1,25552,1,3114.91,1230.21,156.036,4.18879,300,0,0,9291,0,0,0,0,0),(117893,26344,571,1,1,23753,1,3102.92,1231.87,156.86,4.67748,300,0,0,9291,0,0,0,0,0),(117894,26344,571,1,1,23753,1,3133.32,1583.29,163.607,1.74533,300,0,0,9291,0,0,0,0,0),(117895,26344,571,1,1,25552,1,3118.9,1582.3,163.607,1.32645,300,0,0,9291,0,0,0,0,0),(117896,26344,571,1,1,25552,1,2904.95,1511.16,156.952,4.29351,300,0,0,9291,0,0,0,0,0),(117897,26344,571,1,1,23753,1,3156,1559.71,162.489,6.12611,300,0,0,9291,0,0,0,0,0),(117898,26344,571,1,1,25552,1,3152.9,1544.46,162.405,6.23082,300,0,0,9291,0,0,0,0,0),(117899,26344,571,1,1,23753,1,3180.59,1463.69,151.856,1.41372,300,0,0,9291,0,0,0,0,0),(117900,26344,571,1,1,23753,1,3194.54,1443.11,151.36,5.44543,300,0,0,9291,0,0,0,0,0),(117901,26344,571,1,1,25552,1,3225.59,1389.19,149.933,5.74213,300,0,0,9291,0,0,0,0,0),(117902,30184,571,1,1,26380,0,8178.1,-2927.4,1145.99,4.82122,300,5,0,12175,0,1,0,0,0),(117903,23784,571,1,1,22111,0,1379.01,-6429.79,0.813762,2.58309,300,0,0,7984,0,0,0,0,0),(117904,30184,571,1,1,26380,0,8143.41,-2718.24,1050.35,0.784706,300,5,0,12175,0,1,0,0,0),(117905,30184,571,1,1,26380,0,8238.68,-2733.16,1051.26,6.12605,300,5,0,12175,0,1,0,0,0),(117906,30184,571,1,1,26380,0,8130.71,-2765.54,1061.25,5.1988,300,5,0,12175,0,1,0,0,0),(117907,30184,571,1,1,26380,0,8139.14,-2800.66,1042.44,5.54493,300,5,0,12175,0,1,0,0,0),(117908,30184,571,1,1,26380,0,8096.55,-2755,1043.28,5.66106,300,5,0,12175,0,1,0,0,0),(117909,30184,571,1,1,26380,0,8276.42,-2734.58,1055.02,3.23434,300,5,0,12175,0,1,0,0,0),(117910,30184,571,1,1,26380,0,8151.92,-2724.66,1037.06,1.30035,300,5,0,12175,0,1,0,0,0),(117911,30184,571,1,1,26380,0,8280.26,-2808.73,1056.57,2.75727,300,5,0,12175,0,1,0,0,0),(117912,30184,571,1,1,26380,0,8170.94,-2789.86,1040.33,0.126755,300,5,0,12175,0,1,0,0,0),(117913,30184,571,1,1,26380,0,8177.44,-2720.74,1033.78,0.40999,300,5,0,12175,0,1,0,0,0),(117914,30184,571,1,1,26380,0,8147.32,-2825.13,1062.64,0.156204,300,5,0,12175,0,1,0,0,0),(117915,30184,571,1,1,26380,0,8100.82,-2780.72,1059.29,5.63487,300,5,0,12175,0,1,0,0,0),(117916,30184,571,1,1,26380,0,8242.59,-2842.05,1052.83,0.318309,300,5,0,12175,0,1,0,0,0),(117917,30184,571,1,1,26380,0,8232.83,-2890.84,1057.48,2.25541,300,5,0,12175,0,1,0,0,0),(117918,30184,571,1,1,26380,0,8228.81,-2835.27,1063.71,5.71833,300,5,0,12175,0,1,0,0,0),(117919,30184,571,1,1,26380,0,8051.94,-2906.53,1141.1,1.77767,300,5,0,12175,0,1,0,0,0),(117920,26601,571,1,1,24006,1,4185.32,5226.44,24.8117,4.27606,300,0,0,8982,0,0,0,0,0),(117921,26601,571,1,1,24007,1,4136.5,5331.49,28.8111,2.56563,300,0,0,8982,0,0,0,0,0),(117922,26601,571,1,1,24006,1,4171.85,5364.68,29.0907,3.83301,300,0,0,8982,0,2,0,0,0),(117924,26601,571,1,1,24007,1,4052.63,5281.01,25.4349,2.14675,300,0,0,8982,0,0,0,0,0),(117925,26601,571,1,1,24005,1,4233.69,5260.2,71.907,1.8326,300,0,0,8982,0,0,0,0,0),(117926,29161,571,1,1,25960,1,3424.13,-2790.68,201.587,0.401426,300,0,0,25524,23943,0,0,0,0),(117927,29673,571,1,1,26496,0,5928.72,585.518,661.19,3.05433,300,0,0,12600,0,0,0,0,0),(117928,26857,571,1,1,11686,0,3969.44,-4999.99,75.0138,3.10669,300,0,0,42,0,0,0,0,0),(117929,27369,571,1,1,13069,0,3714.84,1008.6,69.3465,0.296706,300,0,0,42,0,0,0,0,0),(117930,27369,571,1,1,13069,0,3743.73,1015.16,70.9837,3.21141,300,0,0,42,0,0,0,0,0),(117931,27369,571,1,1,13069,0,3799,944.198,67.7794,3.33358,300,0,0,42,0,0,0,0,0),(117932,27369,571,1,1,13069,0,3754.01,903.934,67.2391,1.3439,300,0,0,42,0,0,0,0,0),(117933,27369,571,1,1,13069,0,3799.92,974.151,66.468,4.29351,300,0,0,42,0,0,0,0,0),(117934,27369,571,1,1,13069,0,3779.5,1003.11,66.6371,6.02139,300,0,0,42,0,0,0,0,0),(117935,27369,571,1,1,13069,0,3783.62,921.016,67.726,6.00393,300,0,0,42,0,0,0,0,0),(117936,28137,571,1,1,0,0,5257.56,-3499.99,291.759,4.31096,300,0,0,4979,0,0,0,0,0),(117937,23785,571,1,1,21763,0,1056.49,-5117.19,-20.3981,3.23349,300,0,0,6986,0,2,0,0,0),(117938,32745,571,1,1,28202,0,5813.39,686.224,618.914,5.60251,300,0,0,4652,0,2,0,0,0),(117939,29929,571,1,1,25871,0,5913.65,733.883,641.178,0.767945,300,0,0,12600,0,0,0,0,0),(117940,26601,571,1,1,24005,1,4198.44,5416.71,28.4326,1.85005,300,0,0,8982,0,0,0,0,0),(117941,26601,571,1,1,24008,1,4150.97,5306.58,25.1219,4.99164,300,0,0,8982,0,0,0,0,0),(117942,26601,571,1,1,24006,1,4123.45,5345.92,29.1854,2.35619,300,0,0,8982,0,0,0,0,0),(117943,26601,571,1,1,24007,1,4101.85,5263.09,24.8117,1.62316,300,0,0,8982,0,0,0,0,0),(117944,26601,571,1,1,24007,1,4120.09,5343.78,29.2486,3.89799,300,0,0,8982,0,2,0,0,0),(117946,26601,571,1,1,24007,1,4207.86,5406.07,28.8544,6.16101,300,0,0,8982,0,0,0,0,0),(117947,26601,571,1,1,24007,1,4136.85,5246.49,25.8809,5.58505,300,0,0,8982,0,0,0,0,0),(117949,26601,571,1,1,24006,1,4069.16,5291.75,28.8839,2.40855,300,0,0,8982,0,0,0,0,0),(117950,26601,571,1,1,24007,1,4084.26,5276.84,28.9532,5.23599,300,0,0,8982,0,0,0,0,0),(117951,26601,571,1,1,24008,1,4156.21,5379.3,28.6034,3.95007,300,0,0,8982,0,2,0,0,0),(117952,26601,571,1,1,24007,1,4114.01,5310.07,28.7593,4.24837,300,0,0,8982,0,2,0,0,0),(117953,27369,571,1,1,13069,0,4513.67,1783.26,164.555,4.92183,300,0,0,42,0,0,0,0,0),(117954,27369,571,1,1,13069,0,4481.91,1762.82,164.304,2.80998,300,0,0,42,0,0,0,0,0),(117959,26601,571,1,1,24006,1,4043.77,5277.57,24.9428,1.39626,300,0,0,8982,0,0,0,0,0),(117960,23785,571,1,1,21763,0,648.838,-5147.83,-22.8158,6.02276,300,0,0,6986,0,2,0,0,0),(117961,23785,571,1,1,21763,0,769.845,-5155.07,-3.71512,3.28878,300,0,0,6986,0,2,0,0,0),(117962,23785,571,1,1,21763,0,323.322,-5136.98,-11.4671,3.93792,300,0,0,6986,0,2,0,0,0),(117963,27113,571,1,1,23701,0,3576.84,-5124.74,167.202,6.03884,120,0,0,10282,3466,0,0,0,0),(117964,25321,571,1,1,25975,1,3599.76,5529.71,27.1876,2.07694,300,0,0,9610,0,0,0,0,0),(117965,25321,571,1,1,25975,1,3698.64,5541.16,37.7789,0.15708,300,0,0,9610,0,0,0,0,0),(117966,25321,571,1,1,25973,1,3617.37,5535.98,27.0259,1.48353,300,0,0,9610,0,0,0,0,0),(117967,25321,571,1,1,25975,1,3587.37,5564.92,28.324,4.92183,300,0,0,9610,0,0,0,0,0),(117968,25321,571,1,1,25973,1,3625.21,5636.66,30.1231,4.04916,300,0,0,9610,0,0,0,0,0),(117969,25321,571,1,1,25975,1,3703.18,5525.87,39.6872,0.523599,300,0,0,9610,0,0,0,0,0),(117970,25321,571,1,1,25975,1,3725.75,5539.01,38.8668,2.84489,300,0,0,9610,0,0,0,0,0),(117971,25321,571,1,1,25973,1,3688.82,5591.13,32.9978,1.23918,300,0,0,9610,0,0,0,0,0),(117972,25321,571,1,1,25975,1,3654.45,5641.67,34.5135,2.19912,300,0,0,9610,0,0,0,0,0),(117973,25321,571,1,1,25973,1,3681.31,5598.35,33.2253,0.436332,300,0,0,9610,0,0,0,0,0),(117974,25321,571,1,1,25973,1,3697.45,5617.13,33.3563,4.20624,300,0,0,9610,0,0,0,0,0),(117975,25321,571,1,1,25975,1,3704.47,5609.52,33.4829,3.47321,300,0,0,9610,0,0,0,0,0),(117976,25321,571,1,1,25975,1,3656.58,5625.51,32.5816,1.8326,300,0,0,9610,0,0,0,0,0),(117977,29162,571,1,1,25961,1,3210.57,-682.367,167.62,4.17134,300,0,0,25524,23943,0,0,0,0),(117979,24042,571,1,1,11686,0,1525.72,-5600.73,224.985,3.15905,300,0,0,4120,0,0,0,0,0),(117980,30442,571,1,1,19595,0,7213.34,-2713.5,895.926,3.80482,300,0,0,4979,0,0,0,0,0),(117981,30442,571,1,1,19595,0,7393.85,-2841.64,890.022,3.7001,300,0,0,4979,0,0,0,0,0),(117982,30442,571,1,1,19595,0,7177.02,-2639.99,862.105,0.506145,300,0,0,4979,0,0,0,0,0),(117983,24042,571,1,1,11686,0,434.802,-4640.9,246.886,2.14675,300,0,0,4120,0,0,0,0,0),(117984,24042,571,1,1,11686,0,445.826,-4630.53,247.971,3.05433,300,0,0,4120,0,0,0,0,0),(117985,24042,571,1,1,11686,0,2615.93,5263.54,39.4937,5.35816,300,0,0,4120,0,0,0,0,0),(117986,24042,571,1,1,11686,0,4403.35,-2500.32,253.065,3.42085,300,0,0,4120,0,0,0,0,0),(117987,29674,571,1,1,26494,0,5985.26,559.643,661.169,3.01942,300,0,0,12600,0,0,0,0,0),(117988,24042,571,1,1,11686,0,2217,5480.58,2.48752,1.71042,300,0,0,4120,0,0,0,0,0),(117989,24042,571,1,1,11686,0,2228.81,5401.81,1.37573,2.70526,300,0,0,4120,0,0,0,0,0),(117990,24042,571,1,1,11686,0,2336.39,5445.07,1.52174,0.296706,300,0,0,4120,0,0,0,0,0),(117991,24042,571,1,1,11686,0,2165.91,5560,7.06817,2.05949,300,0,0,4120,0,0,0,0,0),(117992,24042,571,1,1,11686,0,2176.25,5455.92,1.44864,2.00713,300,0,0,4120,0,0,0,0,0),(117993,24042,571,1,1,11686,0,2086.49,5463.58,0.321448,3.78736,300,0,0,4120,0,0,0,0,0),(117994,24042,571,1,1,11686,0,2180.82,5483.33,0.336253,1.90241,300,0,0,4120,0,0,0,0,0),(117995,24042,571,1,1,11686,0,2322.69,5427.32,2.38331,5.2709,300,0,0,4120,0,0,0,0,0),(117996,24042,571,1,1,11686,0,2121.12,5543.17,2.97596,2.32129,300,0,0,4120,0,0,0,0,0),(117997,24042,571,1,1,11686,0,2288.72,5445.42,2.42545,4.36332,300,0,0,4120,0,0,0,0,0),(117998,24042,571,1,1,11686,0,1869.09,-6129.34,23.3879,2.77507,300,0,0,4120,0,0,0,0,0),(117999,24042,571,1,1,11686,0,1058.72,-4462.61,169.15,0.645772,300,0,0,4120,0,0,0,0,0),(118000,24042,571,1,1,11686,0,1065.55,-4463.49,169.402,1.8326,300,0,0,4120,0,0,0,0,0),(118001,24042,571,1,1,11686,0,809.337,-4472.02,174.562,1.8326,300,0,0,4120,0,0,0,0,0),(118002,24042,571,1,1,11686,0,813.844,-4477.99,174.027,4.06662,300,0,0,4120,0,0,0,0,0),(118003,24042,571,1,1,11686,0,967.048,-4350.98,150.555,5.72468,300,0,0,4120,0,0,0,0,0),(118004,24810,571,1,1,25974,1,743.706,-2884.84,7.25464,5.60251,300,0,0,9291,0,0,0,0,0),(118005,28138,571,1,1,25376,0,5263.77,4511.33,-84.7118,2.49582,300,0,0,117700,3809,0,0,0,0),(118006,26602,571,1,1,23955,1,4126.8,5309.59,28.8055,2.18166,300,0,0,8982,0,0,0,0,0),(118007,24042,571,1,1,11686,0,3985.62,-3996.21,169.439,2.3911,300,0,0,4120,0,0,0,0,0),(118008,24042,571,1,1,11686,0,2349.78,5421.51,2.38421,0.226893,300,0,0,4120,0,0,0,0,0),(118009,24042,571,1,1,11686,0,2106.24,5467.07,0.570151,2.35619,300,0,0,4120,0,0,0,0,0),(118010,24042,571,1,1,11686,0,2379.66,5396.05,2.03097,5.67232,300,0,0,4120,0,0,0,0,0),(118011,24042,571,1,1,11686,0,2356.57,5408.27,2.71614,4.62512,300,0,0,4120,0,0,0,0,0),(118012,24042,571,1,1,11686,0,2320.4,5446.8,1.95109,0.733038,300,0,0,4120,0,0,0,0,0),(118013,24042,571,1,1,11686,0,2138.17,5480.35,0.59142,1.91986,300,0,0,4120,0,0,0,0,0),(118014,24042,571,1,1,11686,0,2257.88,5460.59,3.43704,1.93731,300,0,0,4120,0,0,0,0,0),(118015,24042,571,1,1,11686,0,2199.33,5445.66,1.36368,5.25344,300,0,0,4120,0,0,0,0,0),(118016,24042,571,1,1,11686,0,2403.63,5361.29,1.09617,5.91667,300,0,0,4120,0,0,0,0,0),(118017,24042,571,1,1,11686,0,2288.8,5419.78,1.55352,4.38078,300,0,0,4120,0,0,0,0,0),(118018,24042,571,1,1,11686,0,1068.41,-4470.2,169.974,6.02139,300,0,0,4120,0,0,0,0,0),(118019,24042,571,1,1,11686,0,879.066,-4367.3,143.141,3.22886,300,0,0,4120,0,0,0,0,0),(118020,24042,571,1,1,11686,0,970.071,-4357.93,149.653,3.9619,300,0,0,4120,0,0,0,0,0),(118021,24042,571,1,1,11686,0,3968.48,-3978.28,169.984,2.37365,300,0,0,4120,0,0,0,0,0),(118022,24042,571,1,1,11686,0,2145.26,5424.9,1.24399,0.383972,300,0,0,4120,0,0,0,0,0),(118023,24042,571,1,1,11686,0,2356,5434.9,2.44041,0.593412,300,0,0,4120,0,0,0,0,0),(118024,24042,571,1,1,11686,0,2264.33,5395.35,1.73386,5.72468,300,0,0,4120,0,0,0,0,0),(118025,24042,571,1,1,11686,0,2292.09,5433.66,1.8953,0.942478,300,0,0,4120,0,0,0,0,0),(118026,24042,571,1,1,11686,0,2120.7,5466.75,0.335815,1.90241,300,0,0,4120,0,0,0,0,0),(118027,24042,571,1,1,11686,0,2299.15,5389.94,1.65665,0.034907,300,0,0,4120,0,0,0,0,0),(118028,24042,571,1,1,11686,0,2248.86,5418.13,1.69962,0.139626,300,0,0,4120,0,0,0,0,0),(118029,24042,571,1,1,11686,0,2322.11,5405.34,1.69963,0.139626,300,0,0,4120,0,0,0,0,0),(118030,24042,571,1,1,11686,0,979.265,-4346.84,152.137,2.89725,300,0,0,4120,0,0,0,0,0),(118031,24042,571,1,1,11686,0,874.717,-4372.55,160.668,0.558505,300,0,0,4120,0,0,0,0,0),(118032,24042,571,1,1,11686,0,3992.86,-4005.7,171.063,5.07891,300,0,0,4120,0,0,0,0,0),(118033,24042,571,1,1,11686,0,969.164,-4341.35,152.707,1.97222,300,0,0,4120,0,0,0,0,0),(118034,24042,571,1,1,11686,0,815.193,-4468.37,174.691,3.21141,300,0,0,4120,0,0,0,0,0),(118035,24042,571,1,1,11686,0,882.472,-4378.36,163.148,0.017453,300,0,0,4120,0,0,0,0,0),(118036,24042,571,1,1,11686,0,3957.84,-3975.5,171.668,1.36136,300,0,0,4120,0,0,0,0,0),(118037,24042,571,1,1,11686,0,4053.24,-4004.12,167.766,0.802851,300,0,0,4120,0,0,0,0,0),(118038,24042,571,1,1,11686,0,4056.53,-4014.36,169.107,2.25148,300,0,0,4120,0,0,0,0,0),(118039,24042,571,1,1,11686,0,4083.94,-3987.23,167.474,2.72271,300,0,0,4120,0,0,0,0,0),(118040,24042,571,1,1,11686,0,4060.68,-4006.94,168.172,1.95477,300,0,0,4120,0,0,0,0,0),(118041,24042,571,1,1,11686,0,4066.52,-3999.7,168.553,4.31096,300,0,0,4120,0,0,0,0,0),(118042,24042,571,1,1,11686,0,4000.31,-4012.83,172.124,0.017453,300,0,0,4120,0,0,0,0,0),(118043,24042,571,1,1,11686,0,4088.6,-3997.64,168.569,1.23918,300,0,0,4120,0,0,0,0,0),(118044,24042,571,1,1,11686,0,4008.51,-4007.05,169.547,5.89921,300,0,0,4120,0,0,0,0,0),(118045,29418,571,1,1,26237,0,1974.76,-6259.17,8.6666,0.418879,300,0,0,7984,0,0,0,0,0),(118046,27114,571,1,1,23846,0,3468.19,-5118.6,237.03,1.67552,120,0,0,10282,3466,0,0,0,0),(118047,27626,571,1,1,25030,0,4033.07,-4375.17,262.194,4.31096,300,0,0,10282,0,0,0,0,0),(118048,10218,571,1,1,2030,0,4501.94,-3653.77,229.833,5.45224,300,5,0,5158,0,1,0,0,0),(118049,10218,571,1,1,2030,0,4520.16,-3409.87,227.14,3.84367,300,5,0,5158,0,1,0,0,0),(118050,10218,571,1,1,2030,0,4480.92,-3490.17,227.14,4.25694,300,5,0,5158,0,1,0,0,0),(118051,10218,571,1,1,2030,0,4501.12,-3393.58,230.14,0.705238,300,5,0,5158,0,1,0,0,0),(118052,10218,571,1,1,2030,0,4547.76,-3540.8,229.023,2.14433,300,5,0,5158,0,1,0,0,0),(118053,10218,571,1,1,2030,0,4505.81,-3500.96,227.094,5.22851,300,5,0,5158,0,1,0,0,0),(118054,10218,571,1,1,2030,0,4550.57,-3640.47,229.001,4.68073,300,5,0,5158,0,1,0,0,0),(118056,10218,571,1,1,2030,0,4500.36,-3648.06,229.958,0.872203,300,5,0,5158,0,1,0,0,0),(118057,25322,571,1,1,25977,1,3609.44,5530.15,27.0209,1.91986,300,0,0,9610,0,0,0,0,0),(118058,25322,571,1,1,25976,1,3711.72,5558.41,35.3111,4.74729,300,0,0,9610,0,0,0,0,0),(118059,25322,571,1,1,25976,1,3617.65,5481.99,30.9766,2.84489,300,0,0,9610,0,0,0,0,0),(118060,25322,571,1,1,25976,1,3565.22,5545.57,27.0209,6.07375,300,0,0,9610,0,0,0,0,0),(118061,25322,571,1,1,25976,1,3686.55,5609.77,33.1442,5.44543,300,0,0,9610,0,0,0,0,0),(118062,25322,571,1,1,25977,1,3699.7,5595.19,33.4994,2.3911,300,0,0,9610,0,0,0,0,0),(118063,25322,571,1,1,25977,1,3649.2,5637.08,34.6686,2.00713,300,0,0,9610,0,0,0,0,0),(118064,32746,571,1,1,28203,0,5929.33,570.919,609.758,3.5469,300,0,0,4652,0,2,0,0,0),(118065,24811,571,1,1,22647,0,1146.71,-6162.39,266.225,0.174533,300,0,0,5233,2991,0,0,0,0),(118066,4075,571,1,1,1418,0,1990.79,-4223.06,209.43,4.61937,300,5,0,8,0,1,0,0,0),(118067,4075,571,1,1,1418,0,1759.27,-4239.14,237.882,2.7103,300,5,0,8,0,1,0,0,0),(118068,4075,571,1,1,2176,0,1783.53,-4024.59,234.053,1.20896,300,5,0,8,0,1,0,0,0),(118069,4075,571,1,1,1141,0,1998.62,-4189.39,209.43,5.99706,300,5,0,8,0,1,0,0,0),(118070,4075,571,1,1,1141,0,2704.83,-3678.05,221.847,3.36002,300,5,0,8,0,1,0,0,0),(118071,4075,571,1,1,1141,0,295.356,-5779.76,83.4938,4.47621,300,5,0,8,0,1,0,0,0),(118072,29675,571,1,1,26501,0,5910.11,577.173,661.19,2.70526,300,0,0,12600,0,0,0,0,0),(118073,27371,571,1,1,24592,1,3991.77,-3186.28,281.448,0.069813,300,0,0,9610,0,0,0,0,0),(118074,28139,571,1,1,25382,0,5300.15,4487.13,-93.6376,5.77704,300,0,0,42,0,0,0,0,0),(118075,4075,571,1,1,1418,0,1663.04,-4253.71,252.378,3.3569,300,5,0,8,0,1,0,0,0),(118076,4075,571,1,1,1141,0,-106.02,-4961.66,312.269,1.80176,300,5,0,8,0,1,0,0,0),(118077,4075,571,1,1,1418,0,948.349,-5322.64,175.816,3.23265,300,5,0,8,0,1,0,0,0),(118078,4075,571,1,1,1141,0,-29.6875,-4883.85,305.663,2.35604,300,5,0,8,0,1,0,0,0),(118079,4075,571,1,1,2176,0,1821.13,-4257.75,208.899,4.20246,300,5,0,8,0,1,0,0,0),(118080,4075,571,1,1,1141,0,1647.16,-4040.45,256.739,4.66593,300,5,0,8,0,1,0,0,0),(118081,4075,571,1,1,1418,0,33.0006,-4981.09,312.093,4.60065,300,5,0,8,0,1,0,0,0),(118082,28139,571,1,1,25384,0,5302.72,4488.91,-93.6225,4.5204,300,0,0,42,0,0,0,0,0),(118083,28139,571,1,1,25382,0,5295.04,4491.36,-93.5569,3.19395,300,0,0,42,0,0,0,0,0),(118084,28139,571,1,1,25382,0,5294.02,4489.59,-93.4992,2.30383,300,0,0,42,0,0,0,0,0),(118085,4075,571,1,1,1141,0,946.642,-5368.78,185.75,0.984978,300,5,0,8,0,1,0,0,0),(118086,4075,571,1,1,1418,0,1844.56,-4012.8,210.262,1.83355,300,5,0,8,0,1,0,0,0),(118087,4075,571,1,1,1418,0,1646.78,-4083.18,272.597,0.604492,300,5,0,8,0,1,0,0,0),(118088,4075,571,1,1,1418,0,1840.49,-4226.47,210.614,3.95114,300,5,0,8,0,1,0,0,0),(118089,4075,571,1,1,1418,0,889.462,-5501.86,194.331,3.39616,300,5,0,8,0,1,0,0,0),(118090,4075,571,1,1,1141,0,64.269,-4903.12,314.118,2.66747,300,5,0,8,0,1,0,0,0),(118091,4075,571,1,1,1141,0,1909.47,-4196.1,215.216,3.92838,300,5,0,8,0,1,0,0,0),(118092,4075,571,1,1,1418,0,1885,-4222.85,215.114,3.11121,300,5,0,8,0,1,0,0,0),(118093,4075,571,1,1,1141,0,55.8059,-4893.61,313.11,0.425171,300,5,0,8,0,1,0,0,0),(118094,4075,571,1,1,1418,0,993.663,-5563.54,188.56,5.16239,300,5,0,8,0,1,0,0,0),(118095,4075,571,1,1,1141,0,283.366,-5730.08,97.3068,1.32176,300,5,0,8,0,1,0,0,0),(118096,4075,571,1,1,1418,0,1742.32,-4155.45,271.016,1.42399,300,5,0,8,0,1,0,0,0),(118097,4075,571,1,1,2176,0,2028.67,-4167.97,217.58,6.00661,300,5,0,8,0,1,0,0,0),(118098,4075,571,1,1,1141,0,2051.23,-4186.64,214.599,3.90001,300,5,0,8,0,1,0,0,0),(118099,4075,571,1,1,1418,0,1761.94,-4192.89,238.874,0.29197,300,5,0,8,0,1,0,0,0),(118100,4075,571,1,1,1141,0,1621.59,-4204.72,265.642,5.51146,300,5,0,8,0,1,0,0,0),(118101,4075,571,1,1,1418,0,2000.58,-4099.29,216.941,3.60686,300,5,0,8,0,1,0,0,0),(118102,4075,571,1,1,1418,0,1014.58,-5501.56,188.605,4.27426,300,5,0,8,0,1,0,0,0),(118103,4075,571,1,1,1418,0,1936.79,-4032.21,216.91,4.80049,300,5,0,8,0,1,0,0,0),(118104,4075,571,1,1,1141,0,883.642,-5593.05,204.142,4.54153,300,5,0,8,0,1,0,0,0),(118105,4075,571,1,1,1418,0,1746.4,-4095.31,268.49,5.38042,300,5,0,8,0,1,0,0,0),(118106,4075,571,1,1,1418,0,1884.21,-4041.71,213.702,4.13783,300,5,0,8,0,1,0,0,0),(118107,4075,571,1,1,2176,0,1674.81,-4157.84,273.359,4.04294,300,5,0,8,0,1,0,0,0),(118108,4075,571,1,1,2176,0,1945.86,-4080.26,215.204,1.47117,300,5,0,8,0,1,0,0,0),(118109,4075,571,1,1,1418,0,1965.68,-4224.94,209.557,0.774233,300,5,0,8,0,1,0,0,0),(118110,4075,571,1,1,1141,0,856.348,-5363.22,198.425,1.79016,300,5,0,8,0,1,0,0,0),(118111,4075,571,1,1,1418,0,1812.73,-4193.11,240.135,3.02718,300,5,0,8,0,1,0,0,0),(118112,4075,571,1,1,1418,0,1936.85,-4162.53,213.89,4.96103,300,5,0,8,0,1,0,0,0),(118113,4075,571,1,1,1141,0,-40.9102,-5051.36,318.372,2.69806,300,5,0,8,0,1,0,0,0),(118114,4075,571,1,1,2176,0,1730.34,-4032.28,244.092,0.917693,300,5,0,8,0,1,0,0,0),(118115,4075,571,1,1,1141,0,1820.47,-4106.45,232.027,4.05913,300,5,0,8,0,1,0,0,0),(118116,4075,571,1,1,1418,0,-118.837,-5064.58,311.71,0.151015,300,5,0,8,0,1,0,0,0),(118117,4075,571,1,1,1418,0,2694.99,-3577.08,205.315,6.05166,300,5,0,8,0,1,0,0,0),(118118,4075,571,1,1,1418,0,1960.48,-4145.66,215.508,6.2618,300,5,0,8,0,1,0,0,0),(118119,4075,571,1,1,1418,0,831.654,-5350.28,189.687,3.50043,300,5,0,8,0,1,0,0,0),(118120,4075,571,1,1,1418,0,231.679,-5680.44,132.707,1.01537,300,5,0,8,0,1,0,0,0),(118121,4075,571,1,1,1418,0,286.49,-5710.06,108.722,0.114139,300,5,0,8,0,1,0,0,0),(118122,4075,571,1,1,2176,0,2714.14,-3465.39,223.985,2.26166,300,5,0,8,0,1,0,0,0),(118123,4075,571,1,1,2176,0,-25.6942,-4872.08,302.663,5.06611,300,5,0,8,0,1,0,0,0),(118124,4075,571,1,1,1418,0,-46.7811,-4935.05,305.946,1.89747,300,5,0,8,0,1,0,0,0),(118125,4075,571,1,1,1418,0,-116.723,-4956.51,308.769,1.1405,300,5,0,8,0,1,0,0,0),(118126,4075,571,1,1,2176,0,-84.8496,-5029.48,316.094,1.62301,300,0,0,8,0,0,0,0,0),(118127,4075,571,1,1,1141,0,1706.71,-4161.48,273.518,1.70087,300,5,0,8,0,1,0,0,0),(118128,4075,571,1,1,1418,0,1697.45,-4056.98,268.24,1.51396,300,5,0,8,0,1,0,0,0),(118129,4075,571,1,1,1141,0,2652.98,-3478.67,206.586,0.407985,300,5,0,8,0,1,0,0,0),(118130,4075,571,1,1,1141,0,2026.6,-4122.07,218.743,0.246647,300,5,0,8,0,1,0,0,0),(118131,4075,571,1,1,1418,0,1854.55,-4135.37,217.906,2.20024,300,5,0,8,0,1,0,0,0),(118132,26603,571,1,1,23933,0,3823.7,1534.93,89.7371,1.23915,300,0,0,99400,0,0,0,0,0),(118133,26603,571,1,1,23932,0,3861.66,1538.08,89.846,0.468456,300,0,0,99400,0,0,0,0,0),(118134,26603,571,1,1,23933,0,3858.96,1558.49,89.7245,3.81495,300,0,0,99400,0,0,0,0,0),(118135,26603,571,1,1,23932,0,3879.31,1520.26,90.1617,2.13791,300,0,0,99400,0,0,0,0,0),(118136,4075,571,1,1,1418,0,1918.22,-4095.22,214.116,4.88436,300,0,0,8,0,0,0,0,0),(118137,4075,571,1,1,2176,0,1662.95,-4121.34,274.487,2.3491,300,5,0,8,0,1,0,0,0),(118138,4075,571,1,1,1418,0,-137.163,-5055.86,311.646,3.91131,300,5,0,8,0,1,0,0,0),(118139,4075,571,1,1,1418,0,14.5745,-4962.87,305.058,1.56795,300,5,0,8,0,1,0,0,0),(118140,4075,571,1,1,1141,0,2620.23,-3716.06,245.42,0.180267,300,5,0,8,0,1,0,0,0),(118141,4075,571,1,1,2176,0,2670.16,-3766.76,249.976,4.87874,300,5,0,8,0,1,0,0,0),(118142,4075,571,1,1,1418,0,5.99523,-4984.26,305.593,1.30015,300,5,0,8,0,1,0,0,0),(118143,4075,571,1,1,1418,0,837.918,-5351.34,203,2.94637,300,5,0,8,0,1,0,0,0),(118144,29419,571,1,1,26236,0,1977.49,-6255.19,8.66714,0.314159,300,0,0,7984,0,0,0,0,0),(118145,4075,571,1,1,2176,0,-115.971,-5158.85,328.714,3.85657,300,5,0,8,0,1,0,0,0),(118146,4075,571,1,1,2176,0,-86.1649,-5141.57,331.095,5.0675,300,5,0,8,0,1,0,0,0),(118147,26347,571,1,1,26155,0,3445.1,-5193.24,270.583,5.86431,300,0,0,10282,0,0,0,0,0),(118148,4075,571,1,1,1141,0,-96.5273,-5132.19,322.209,4.99148,300,5,0,8,0,1,0,0,0),(118149,27115,571,1,1,23847,0,3379.34,-5103.15,326.386,1.13446,120,0,0,10282,3466,0,0,0,0),(118150,26347,571,1,1,26155,0,3461.37,-5119.53,237.131,0.872665,300,0,0,10282,0,0,0,0,0),(118151,26347,571,1,1,26155,0,3468.27,-5075.8,236.998,5.84685,300,0,0,10282,0,0,0,0,0),(118153,26347,571,1,1,26155,0,3629.13,-5117.85,165.045,0.802851,300,0,0,10282,0,0,0,0,0),(118154,26347,571,1,1,26155,0,3514.84,-5083.14,237.602,4.38078,300,0,0,10282,0,0,0,0,0),(118155,26347,571,1,1,26155,0,3421.88,-4979.52,285.442,4.90438,300,0,0,10282,0,0,0,0,0),(118156,26347,571,1,1,26155,0,3374.82,-5098.12,326.887,0.855211,300,0,0,10282,0,0,0,0,0),(118157,26347,571,1,1,26155,0,3359.97,-5051.06,324.491,4.95342,300,0,0,10282,0,2,0,0,0),(118158,26347,571,1,1,26155,0,3633.01,-5019.05,179.882,0.645772,300,0,0,10282,0,0,0,0,0),(118159,26347,571,1,1,26155,0,3614.64,-5093.48,165.902,0.750492,300,0,0,10282,0,0,0,0,0),(42889,29751,571,1,1,26497,0,6951.33,46.3564,795.069,2.67035,300,0,0,0,0,0,2,537165888,8),(118161,26347,571,1,1,26155,0,3500.49,-5094.54,236.93,0.996186,300,0,0,10282,0,0,0,0,0),(118163,26347,571,1,1,26155,0,3493.55,-5071.54,237.207,4.39823,300,0,0,10282,0,0,0,0,0),(118164,26347,571,1,1,26155,0,3646.95,-5101.17,165.013,4.67627,300,0,0,10282,0,2,0,0,0),(118165,26347,571,1,1,26155,0,3343.36,-5063.28,327.955,0.698132,300,0,0,10282,0,0,0,0,0),(118166,26347,571,1,1,26155,0,3320.65,-5113.28,322.617,3.63029,300,0,0,10282,0,2,0,0,0),(118167,4075,571,1,1,1141,0,-94.7937,-5025.29,312.469,2.87873,300,5,0,8,0,1,0,0,0),(118168,4075,571,1,1,1141,0,-7.90625,-4886.81,297.788,2.80984,300,5,0,8,0,1,0,0,0),(118169,4075,571,1,1,1141,0,-80.0763,-5009.4,307.811,2.05627,300,5,0,8,0,1,0,0,0),(118170,4075,571,1,1,1141,0,-119.809,-5137.65,324.86,3.04581,300,5,0,8,0,1,0,0,0),(118171,4075,571,1,1,2176,0,-60.702,-5063.33,318.704,2.65641,300,5,0,8,0,1,0,0,0),(118172,4075,571,1,1,1141,0,-22.5878,-4958.06,305.864,0.919056,300,5,0,8,0,1,0,0,0),(118173,4075,571,1,1,1418,0,5758.38,525.776,652.785,0.1518,300,5,0,8,0,1,0,0,0),(118175,4075,571,1,1,1141,0,5750.19,525.519,652.828,2.47163,300,5,0,8,0,1,0,0,0),(118176,32747,571,1,1,28204,0,5822.81,744.402,623.063,4.61296,300,5,0,4652,0,2,0,0,0),(118177,24812,571,1,1,27060,0,1422.23,-5739.74,262.603,0.244998,300,0,0,189000,0,2,0,0,0),(118178,28140,571,1,1,25134,0,5600.21,4585.63,-140.384,1.10177,300,5,0,42,0,1,0,0,0),(118179,28140,571,1,1,25173,0,5584.44,4576.55,-139.89,6.20207,300,5,0,42,0,1,0,0,0),(118180,28140,571,1,1,25133,0,5644.53,4612.58,-134.353,0.406444,300,0,0,42,0,0,0,0,0),(118181,28140,571,1,1,25134,0,5640.86,4611,-135.353,0.607368,300,5,0,42,0,1,0,0,0),(118182,29676,571,1,1,26505,0,5974.76,544.652,661.779,1.97222,300,0,0,12600,0,0,0,0,0),(118183,26860,571,1,1,24078,1,3270.89,-2197.23,117.456,4.27606,300,0,0,220020,0,0,0,0,0),(118184,28396,571,1,1,27842,1,5926.01,-2345.48,293.924,5.37561,300,0,0,11001,0,0,0,0,0),(118185,32492,571,1,1,27982,0,6796.91,2448.19,465.243,3.54512,300,0,0,69725,0,2,0,0,0),(118186,32492,571,1,1,27982,0,6847.68,2585.47,451.07,4.03463,300,0,0,69725,0,2,0,0,0),(118187,26604,571,1,1,21618,1,3826.5,-1985.58,208.376,4.27606,300,0,0,6986,0,0,0,0,0),(118188,32492,571,1,1,27982,0,6769.96,2661.26,510.087,2.95005,300,0,0,69725,0,2,0,0,0),(118189,32492,571,1,1,27982,0,6699.52,2535.79,495.026,1.98003,300,0,0,69725,0,2,0,0,0),(118190,32492,571,1,1,27982,0,6884.51,2582.77,451.566,0.401895,300,0,0,69725,0,2,0,0,0),(118191,24812,571,1,1,27060,0,792.411,-4165.13,190.852,0.82648,300,0,0,189000,0,2,0,0,0),(118192,4076,571,1,1,2177,0,2699.64,-3390.92,224.908,4.50182,300,5,0,8,0,1,0,0,0),(118193,4076,571,1,1,2177,0,2619.74,-3567.06,205.361,1.4012,300,5,0,8,0,1,0,0,0),(118194,4076,571,1,1,2177,0,2516.32,-3604.52,238.092,5.23105,300,5,0,8,0,1,0,0,0),(118195,4076,571,1,1,2177,0,2699.01,-3423.55,219.568,3.09274,300,5,0,8,0,1,0,0,0),(118196,4076,571,1,1,2177,0,2475.47,-3556.14,230.999,6.01796,300,5,0,8,0,1,0,0,0),(118197,4076,571,1,1,2177,0,2737.72,-3630.71,222.434,1.4895,300,5,0,8,0,1,0,0,0),(118198,4076,571,1,1,2177,0,2657.11,-3608.1,205.375,4.90099,300,5,0,8,0,1,0,0,0),(118199,4076,571,1,1,2177,0,2493.7,-3591.71,232.339,0.661432,300,5,0,8,0,1,0,0,0),(118200,29420,571,1,1,26238,0,1978.27,-6257,8.66691,0.418879,300,0,0,7984,0,0,0,0,0),(118201,26348,571,1,1,25793,1,5064.13,-4796.64,219.467,2.72271,300,0,0,10282,3466,0,0,0,0),(118202,25836,571,1,1,23426,1,3164.92,5660.46,36.984,3.87046,300,5,0,7984,3080,1,0,0,0),(118203,25836,571,1,1,23427,1,3194.74,5660.78,39.8344,4.61359,300,5,0,7984,3080,1,0,0,0),(118204,25836,571,1,1,23426,1,3197.2,5656.62,39.2845,2.72186,300,5,0,7984,3080,1,0,0,0),(118205,25836,571,1,1,23427,1,3183.2,5577.17,37.3386,1.83924,300,5,0,7984,3080,1,0,0,0),(118206,25836,571,1,1,23427,1,3243.35,5530.36,41.8501,4.17633,300,5,0,7984,3080,1,0,0,0),(118207,25836,571,1,1,23427,1,3221.57,5594.24,36.1185,4.55852,300,5,0,7984,3080,1,0,0,0),(118208,25836,571,1,1,23427,1,3183.51,5582.84,36.9511,4.33549,300,5,0,7984,3080,1,0,0,0),(118209,25836,571,1,1,23427,1,3168.58,5600.54,37.0608,1.12222,300,5,0,7984,3080,1,0,0,0),(118212,25836,571,1,1,23426,1,3190.04,5626.62,36.7438,2.43783,300,5,0,7984,3080,1,0,0,0),(118213,25836,571,1,1,23427,1,3212.41,5624.48,37.5207,2.18712,300,5,0,7984,3080,1,0,0,0),(118214,25836,571,1,1,23427,1,3175.82,5615.62,33.9729,3.19666,300,5,0,7984,3080,1,0,0,0),(118215,25836,571,1,1,23427,1,3160.92,5656.18,36.1939,0.905785,300,5,0,7984,3080,1,0,0,0),(118216,25836,571,1,1,23427,1,3191.55,5657.1,39.153,0.248062,300,5,0,7984,3080,1,0,0,0),(118217,25836,571,1,1,23427,1,3242.07,5524.87,42.3837,1.65494,300,5,0,7984,3080,1,0,0,0),(118218,25836,571,1,1,23427,1,3240.61,5525.09,42.2567,1.14658,300,5,0,7984,3080,1,0,0,0),(118219,25836,571,1,1,23427,1,3221.1,5551.71,37.4458,3.29655,300,5,0,7984,3080,1,0,0,0),(118221,32748,571,1,1,28205,0,5853.73,684.697,610.738,3.71817,300,0,0,4652,0,0,0,0,0),(118222,27629,571,1,1,25710,0,3565.75,358.111,124.274,3.9968,300,0,0,138255,0,0,0,0,0),(118223,27629,571,1,1,25710,0,3510.12,354.557,122.397,5.51524,300,0,0,138255,0,0,0,0,0),(118224,28397,571,1,1,25936,1,5930.4,-2345.61,293.924,4.92183,300,0,0,11001,0,0,0,0,0),(118225,32749,571,1,1,28207,0,5844.87,698.791,618.249,4.01426,300,0,0,4652,0,0,0,0,0),(118226,27629,571,1,1,25710,0,3511.68,269.646,130.713,0.174533,300,0,0,138255,0,0,0,0,0),(118227,27629,571,1,1,25710,0,3570.31,302.2,131.881,4.03171,300,0,0,138255,0,0,0,0,0),(118228,27629,571,1,1,25710,0,3519.96,295.122,130.739,5.65487,300,0,0,138255,0,0,0,0,0),(118229,27629,571,1,1,25710,0,3581.39,276.682,131.991,3.24631,300,0,0,138255,0,0,0,0,0),(118230,27117,571,1,1,24310,1,3429.47,-2677.66,78.2599,2.11185,300,5,0,11928,0,1,0,0,0),(118231,26349,571,1,1,9489,0,3401.72,2532.42,59.4827,3.22886,300,0,0,9940,3387,0,0,0,0),(118232,26605,571,1,1,23880,0,3800.23,2011.87,9.98297,1.15192,300,0,0,9291,0,0,0,0,0),(118233,26605,571,1,1,23880,0,3817.71,2012.26,8.60942,2.33874,300,0,0,9291,0,0,0,0,0),(118234,26605,571,1,1,23880,0,3777.98,2045.66,18.5314,2.98813,300,0,0,9291,0,0,0,0,0),(118235,26605,571,1,1,23880,0,3696.52,2032.48,19.2324,4.05346,300,5,0,9291,0,1,0,0,0),(118236,26605,571,1,1,23880,0,3712.79,2035.24,20.2496,1.18666,300,5,0,9291,0,1,0,0,0),(118237,26605,571,1,1,23880,0,3704.84,2095.15,29.3282,4.71475,300,0,0,9291,0,2,0,0,0),(118238,26605,571,1,1,23880,0,3743.13,2124.91,44.5452,5.45791,300,0,0,9291,0,2,0,0,0),(118239,26605,571,1,1,23880,0,3710.31,2183.66,52.4365,5.25273,300,5,0,9291,0,1,0,0,0),(118240,26605,571,1,1,23880,0,3764.97,2077.28,27.4517,5.48388,300,0,0,9291,0,2,0,0,0),(118241,26605,571,1,1,23880,0,3716.77,2093.15,27.8915,-1.32688,300,0,0,9291,0,0,0,0,0),(118243,26605,571,1,1,23880,0,3797.08,2015.48,9.51451,2.60267,300,0,0,9291,0,0,0,0,0),(118244,26605,571,1,1,23880,0,3720.11,2070.07,20.8712,2.07267,300,0,0,9291,0,2,0,0,0),(118245,26605,571,1,1,23880,0,3732.26,2176.17,37.1051,1.99424,300,0,0,9291,0,2,0,0,0),(118246,26605,571,1,1,23880,0,3709.54,2147.17,52.8044,1.6315,300,5,0,9291,0,1,0,0,0),(118247,26605,571,1,1,23880,0,3748.89,2135.67,47.5108,4.22109,300,5,0,9291,0,1,0,0,0),(118248,26605,571,1,1,23880,0,3737.5,2169.09,52.6158,5.10552,300,5,0,9291,0,1,0,0,0),(118249,29421,571,1,1,26821,0,1973.97,-6257.13,8.66665,0.296706,300,0,0,7984,0,0,0,0,0),(118250,27117,571,1,1,24302,1,3116.78,-2574.45,55.9061,5.80232,300,5,0,11928,0,1,0,0,0),(118251,28141,571,1,1,25137,0,5171.93,-3275.48,281.074,4.31096,300,0,0,10635,0,0,0,0,0),(118252,27117,571,1,1,24309,1,3122.42,-2557.78,55.2123,0.090377,300,5,0,11928,0,1,0,0,0),(118253,27117,571,1,1,24302,1,3134.89,-2579.71,56.4757,0.81347,300,5,0,11928,0,1,0,0,0),(118254,27117,571,1,1,24310,1,3311.55,-2547.22,55.5789,3.735,300,5,0,11928,0,1,0,0,0),(118255,27117,571,1,1,24309,1,3353.44,-2600.49,52.9091,3.42085,300,5,0,11928,0,1,0,0,0),(118256,27117,571,1,1,24302,1,3318.94,-2557.73,54.5976,2.44164,300,5,0,11928,0,1,0,0,0),(118257,27117,571,1,1,24310,1,3346.48,-2601.01,52.9846,0.075865,300,5,0,11928,0,1,0,0,0),(118258,27117,571,1,1,24309,1,3292.26,-2540.28,55.5751,5.53269,300,5,0,11928,0,1,0,0,0),(118259,27117,571,1,1,24310,1,3290.49,-2560.06,57.0167,4.29351,300,5,0,11928,0,1,0,0,0),(118261,27117,571,1,1,24310,1,3421.56,-2683.77,80.2807,2.42601,300,5,0,11928,0,1,0,0,0),(118262,27117,571,1,1,24309,1,3331.56,-2574.21,52.6471,4.52947,300,5,0,11928,0,1,0,0,0),(118263,27117,571,1,1,24309,1,3322.99,-2635.77,51.8127,0.122173,300,5,0,11928,0,1,0,0,0),(118265,27117,571,1,1,24302,1,3381.14,-2617.5,52.9239,-1.55054,300,5,0,11928,0,1,0,0,0),(118266,27117,571,1,1,24310,1,3325.31,-2615.82,52.9156,2.80223,300,5,0,11928,0,1,0,0,0),(118267,27117,571,1,1,24310,1,3310.23,-2601.85,52.651,3.75172,300,5,0,11928,0,1,0,0,0),(118268,27117,571,1,1,24302,1,3381.77,-2615.63,52.9239,4.69775,300,5,0,11928,0,1,0,0,0),(118269,27117,571,1,1,24309,1,3346.69,-2569.94,52.4935,4.05257,300,5,0,11928,0,1,0,0,0),(118271,27117,571,1,1,24310,1,3316.75,-2601.23,52.9769,2.7729,300,5,0,11928,0,1,0,0,0),(118272,27117,571,1,1,24309,1,3379.07,-2622.4,52.6172,1.27201,300,5,0,11928,0,1,0,0,0),(118273,27117,571,1,1,24302,1,3308.99,-2598.11,52.7069,2.78776,300,5,0,11928,0,1,0,0,0),(118274,27117,571,1,1,24309,1,3323.02,-2598.4,52.9897,2.67035,300,5,0,11928,0,1,0,0,0),(118275,30445,571,1,1,26282,0,7249.12,-1364.72,913.337,3.76809,300,5,0,11770,0,1,0,0,0),(118276,30445,571,1,1,26282,0,7408.7,-904.734,907.923,0.729232,300,5,0,11770,0,1,0,0,0),(118277,30445,571,1,1,26282,0,7507.18,-1251.42,913.801,2.17783,300,0,0,11770,0,0,0,0,0),(118278,26605,571,1,1,23880,0,3702.75,2126.59,59.4226,3.82853,300,0,0,9291,0,0,0,0,0),(118279,26605,571,1,1,23880,0,3733.35,2173.43,52.4126,1.87776,300,5,0,9291,0,1,0,0,0),(118280,26605,571,1,1,23880,0,3709.18,2183.35,52.483,1.96677,300,5,0,9291,0,1,0,0,0),(118281,26605,571,1,1,23880,0,3798.14,2030.11,9.50531,2.40218,300,0,0,9291,0,0,0,0,0),(118282,26605,571,1,1,23880,0,3707.5,2161.24,37.1268,-2.34689,300,0,0,9291,0,0,0,0,0),(118283,30445,571,1,1,26282,0,7612.21,-908.602,909.373,5.19699,300,5,0,11770,0,1,0,0,0),(118284,30445,571,1,1,26282,0,7376,-1355.97,909.919,2.58309,300,0,0,11770,0,2,0,0,0),(118285,26605,571,1,1,23880,0,3751.62,2185.82,24.6324,5.61996,300,0,0,9291,0,0,0,0,0),(118286,26605,571,1,1,23880,0,3710.74,2105.44,33.0863,0.910347,300,5,0,9291,0,1,0,0,0),(118287,26605,571,1,1,23880,0,3717.02,2039.86,20.6927,-1.31666,300,0,0,9291,0,0,0,0,0),(118288,26605,571,1,1,23880,0,3697.7,2009.52,26.8556,1.86818,300,0,0,9291,0,2,0,0,0),(118289,26605,571,1,1,23880,0,3727.07,2139.35,38.8335,1.79769,300,0,0,9291,0,0,0,0,0),(118290,25326,571,1,1,23116,1,4491.25,5710.38,81.4818,3.61283,300,0,0,9291,0,0,0,0,0),(118291,26606,571,1,1,25239,0,4036.26,2084.38,141.606,3.14159,300,12,0,9291,0,1,0,0,0),(118292,26094,571,1,1,11686,0,3814.58,3537.56,379.379,2.53073,300,5,0,8982,3155,1,0,0,0),(118293,26094,571,1,1,11686,0,3714.74,3604.69,357.154,3.7001,300,5,0,8982,3155,1,0,0,0),(118294,26094,571,1,1,11686,0,3664.65,3596.26,379.334,1.53589,300,5,0,8982,3155,1,0,0,0),(118295,26094,571,1,1,11686,0,3801.71,3554.35,356.843,4.38078,300,5,0,8982,3155,1,0,0,0),(118296,26094,571,1,1,11686,0,3722.89,3578.42,353.603,4.55531,300,5,0,8982,3155,1,0,0,0),(118297,26094,571,1,1,11686,0,3792.03,3601.5,383.247,0.872665,300,5,0,8982,3155,1,0,0,0),(118298,26094,571,1,1,11686,0,3768.67,3642.03,379.379,2.21657,300,5,0,8982,3155,1,0,0,0),(118299,26094,571,1,1,11686,0,3748.44,3611.04,357.197,4.13643,300,5,0,8982,3155,1,0,0,0),(118300,26094,571,1,1,11686,0,3687.43,3532.68,383.609,0.750492,300,5,0,8982,3155,1,0,0,0),(118301,26862,571,1,1,24080,0,3268.81,-2195.84,117.456,4.53786,300,0,0,29820,0,0,0,0,0),(118302,28398,571,1,1,25935,1,5925.1,-2350.61,293.924,6.05629,300,0,0,10635,0,0,0,0,0),(118303,26606,571,1,1,25239,0,4159.04,2110.94,133.315,0,300,12,0,9291,0,1,0,0,0),(118304,26094,571,1,1,11686,0,3752.43,3629.35,357.461,4.34587,300,5,0,8982,3155,1,0,0,0),(118305,26094,571,1,1,11686,0,3735.95,3587.13,352.954,4.83456,300,5,0,8982,3155,1,0,0,0),(118306,26094,571,1,1,11686,0,3776.93,3591.89,357.232,0.645772,300,5,0,8982,3155,1,0,0,0),(118307,26094,571,1,1,11686,0,3705.01,3619.17,383.523,2.96706,300,5,0,8982,3155,1,0,0,0),(118311,26094,571,1,1,11686,0,3658.68,3569.77,379.586,5.74213,300,5,0,8982,3155,1,0,0,0),(118312,26094,571,1,1,11686,0,3677.7,3580,357.177,2.98451,300,5,0,8982,3155,1,0,0,0),(118313,26606,571,1,1,25239,0,4187.89,2133.67,120.752,1.8064,300,12,0,9291,0,1,0,0,0),(118314,26606,571,1,1,25239,0,4170.08,2083.12,120.974,0.832088,300,12,0,9291,0,1,0,0,0),(118315,26094,571,1,1,11686,0,3742.23,3647.84,379.491,4.5204,300,5,0,8982,3155,1,0,0,0),(118316,26094,571,1,1,11686,0,3750.93,3583.86,353.133,5.3058,300,5,0,8982,3155,1,0,0,0),(118317,26094,571,1,1,11686,0,3783.54,3558.09,357.413,5.3058,300,5,0,8982,3155,1,0,0,0),(118318,26094,571,1,1,11686,0,3820.24,3564.52,379.45,2.04204,300,5,0,8982,3155,1,0,0,0),(118319,26094,571,1,1,11686,0,3759.26,3570.97,352.413,0.785398,300,5,0,8982,3155,1,0,0,0),(118320,26094,571,1,1,11686,0,3701.98,3542.44,357.295,4.85202,300,5,0,8982,3155,1,0,0,0),(118322,26094,571,1,1,11686,0,3710.32,3492.05,379.546,2.96706,300,5,0,8982,3155,1,0,0,0),(118323,26094,571,1,1,11686,0,3719.68,3563.54,353.035,0.034907,300,5,0,8982,3155,1,0,0,0),(118324,26094,571,1,1,11686,0,3695.55,3576.25,357.274,4.08407,300,5,0,8982,3155,1,0,0,0),(118325,26606,571,1,1,25239,0,4034.06,2086.69,141.154,1.81598,300,12,0,9291,0,1,0,0,0),(118326,26606,571,1,1,25239,0,3957.56,2330.85,131.262,5.6537,300,12,0,9291,0,1,0,0,0),(118327,26606,571,1,1,25239,0,4137.09,2054.18,120.7,0.667278,300,12,0,9291,0,1,0,0,0),(118328,26606,571,1,1,25239,0,4181.56,2194.95,121.955,0.741417,300,12,0,9291,0,1,0,0,0),(118329,26606,571,1,1,25239,0,3953.81,2352.83,121.322,1.05098,300,12,0,9291,0,1,0,0,0),(118330,26606,571,1,1,25239,0,4028.38,2382.33,120.785,5.99301,300,12,0,9291,0,1,0,0,0),(118331,26606,571,1,1,25239,0,4129.2,2333.37,150.006,5.00874,300,12,0,9291,0,1,0,0,0),(118332,26606,571,1,1,25239,0,3980.38,2373.55,121.101,2.3997,300,12,0,9291,0,1,0,0,0),(118333,26606,571,1,1,25239,0,4123.63,2379.27,121.627,5.31077,300,12,0,9291,0,1,0,0,0),(118334,26606,571,1,1,25239,0,4080.5,2395.49,121.419,1.18957,300,12,0,9291,0,1,0,0,0),(118335,26606,571,1,1,25239,0,3970.06,2237.14,153.773,3.10608,300,0,0,9291,0,2,0,0,0),(118336,26606,571,1,1,25239,0,4007.91,2256.75,154.317,0.161896,300,12,0,9291,0,1,0,0,0),(118337,26606,571,1,1,25239,0,4079.11,2269.44,152.67,1.40308,300,12,0,9291,0,1,0,0,0),(118338,26606,571,1,1,25239,0,3865.94,2431.85,152.6,0.945462,300,0,0,9291,0,2,0,0,0),(118339,26606,571,1,1,25239,0,4085.88,2307.55,154.457,5.88693,300,12,0,9291,0,1,0,0,0),(118340,26606,571,1,1,25239,0,4032.52,2306.29,153.973,0.771759,300,12,0,9291,0,1,0,0,0),(118341,26606,571,1,1,25239,0,3968.23,2299.56,153.559,4.56468,300,12,0,9291,0,1,0,0,0),(118342,26606,571,1,1,25239,0,4060.87,2278.92,153.503,4.00652,300,12,0,9291,0,1,0,0,0),(118343,26606,571,1,1,25239,0,4019.54,2336.56,149.16,3.1965,300,12,0,9291,0,1,0,0,0),(118344,26606,571,1,1,25239,0,4060.76,2300.5,153.415,2.88297,300,0,0,9291,0,2,0,0,0),(118345,26606,571,1,1,25239,0,3989.53,2285.03,154.809,3.98413,300,12,0,9291,0,1,0,0,0),(118346,26606,571,1,1,25239,0,3809.24,2351.27,109.606,2.10921,300,0,0,9291,0,2,0,0,0),(118347,26606,571,1,1,25239,0,4025.81,2371.87,155.096,3.3777,300,12,0,9291,0,1,0,0,0),(118348,26606,571,1,1,25239,0,4068.72,2196.07,151.137,5.9532,300,12,0,9291,0,1,0,0,0),(118349,26606,571,1,1,25239,0,4115.14,2172.63,151.896,5.72065,300,12,0,9291,0,1,0,0,0),(118350,26606,571,1,1,25239,0,4019.9,2210.12,151.102,-2.52755,300,0,0,9291,0,0,0,0,0),(118351,26606,571,1,1,25239,0,4015.04,2361.99,126.731,0.6429,300,0,0,9291,0,0,0,0,0),(118352,26606,571,1,1,25239,0,4050.82,2122.07,153.337,3.27846,300,12,0,9291,0,1,0,0,0),(118353,26606,571,1,1,25239,0,4150.16,2179.49,153.739,2.32883,300,12,0,9291,0,1,0,0,0),(118354,26606,571,1,1,25239,0,4198.64,2139.34,152.037,1.50396,300,12,0,9291,0,1,0,0,0),(118355,26606,571,1,1,25239,0,4061.36,2053.26,121.914,0.062978,300,12,0,9291,0,1,0,0,0),(118356,26606,571,1,1,25239,0,4092.5,2046.92,120.645,0.11249,300,12,0,9291,0,1,0,0,0),(118357,26606,571,1,1,25239,0,4106.57,2071.02,152.123,4.81737,300,12,0,9291,0,1,0,0,0),(118358,26606,571,1,1,25239,0,4064.22,2092.6,152.916,4.09083,300,12,0,9291,0,1,0,0,0),(118359,26606,571,1,1,25239,0,4147.44,2079.71,151.474,5.25255,300,12,0,9291,0,1,0,0,0),(118360,26606,571,1,1,25239,0,4176.47,2144.04,152.265,0.996386,300,0,0,9291,0,0,0,0,0),(118361,25838,571,1,1,21243,0,2779.76,5238.8,38.4298,4.2237,300,0,0,44910,15775,0,0,0,0),(118362,26606,571,1,1,25239,0,4209.87,2189.73,121.608,5.7172,300,12,0,9291,0,1,0,0,0),(118363,26606,571,1,1,25239,0,4197.27,2248.48,119.864,3.91822,300,12,0,9291,0,1,0,0,0),(118364,26606,571,1,1,25239,0,3996.08,2349.17,145.431,2.16015,300,12,0,9291,0,1,0,0,0),(118365,26606,571,1,1,25239,0,4126.28,2335.89,150.077,1.26208,300,12,0,9291,0,1,0,0,0),(118366,26606,571,1,1,25239,0,4169.85,2174.57,151.92,3.95992,300,12,0,9291,0,1,0,0,0),(118367,26606,571,1,1,25239,0,4178.47,2241.87,150.833,3.19041,300,12,0,9291,0,1,0,0,0),(118368,26606,571,1,1,25239,0,4155.26,2186.05,153.739,0.780184,300,12,0,9291,0,1,0,0,0),(118369,26606,571,1,1,25239,0,4117.73,2181.05,151.401,0.449015,300,12,0,9291,0,1,0,0,0),(118370,26606,571,1,1,25239,0,4061.47,2280.69,153.719,1.25336,300,12,0,9291,0,1,0,0,0),(118371,26606,571,1,1,25239,0,3871.62,2183.69,121.809,2.62899,300,12,0,9291,0,1,0,0,0),(118372,26606,571,1,1,25239,0,4029.06,2368.96,154.85,3.6955,300,12,0,9291,0,1,0,0,0),(118373,26606,571,1,1,25239,0,3891.67,2108.33,121.912,5.20787,300,12,0,9291,0,1,0,0,0),(118374,26606,571,1,1,25239,0,4019.19,2081.36,120.813,1.1272,300,12,0,9291,0,1,0,0,0),(118375,25582,571,1,1,23916,0,2179.97,5402.96,46.3564,3.49066,300,0,0,6986,2991,0,0,0,0),(118376,26606,571,1,1,25239,0,4064.29,2097.23,152.961,0.182244,300,12,0,9291,0,1,0,0,0),(118377,26606,571,1,1,25239,0,4163.15,2129.15,152.035,1.37852,300,12,0,9291,0,1,0,0,0),(118378,26606,571,1,1,25239,0,3938.29,2137.9,132.42,1.49587,300,12,0,9291,0,1,0,0,0),(118379,26606,571,1,1,25239,0,3844.24,1991.7,117.784,2.90588,300,0,0,9291,0,2,0,0,0),(118380,26606,571,1,1,25239,0,3961.71,2104.17,124.273,1.90487,300,12,0,9291,0,1,0,0,0),(118381,26606,571,1,1,25239,0,3969.84,2110.89,127.957,1.33719,300,12,0,9291,0,1,0,0,0),(118382,26606,571,1,1,25239,0,3966.6,2299.94,153.498,3.92704,300,12,0,9291,0,1,0,0,0),(118383,26606,571,1,1,25239,0,4038.44,2294.05,153.308,3.38863,300,0,0,9291,0,0,0,0,0),(118384,26606,571,1,1,25239,0,4010.53,2285.58,153.137,5.37173,300,0,0,9291,0,0,0,0,0),(118385,26606,571,1,1,25239,0,4021.74,2327.28,152.848,0.3518,300,0,0,9291,0,0,0,0,0),(118386,26606,571,1,1,25239,0,3999.91,2194.72,152.543,3.09383,300,12,0,9291,0,1,0,0,0),(118387,26606,571,1,1,25239,0,3819.31,2440.17,129.013,1.54668,300,0,0,9291,0,2,0,0,0),(118388,26606,571,1,1,25239,0,4060,2310.99,153.278,4.10778,300,12,0,9291,0,1,0,0,0),(118389,26606,571,1,1,25239,0,3953.81,2160.67,153.555,-2.99214,300,12,0,9291,0,1,0,0,0),(118390,26606,571,1,1,25239,0,4083.33,2297.92,153.928,3.14159,300,12,0,9291,0,1,0,0,0),(118391,26606,571,1,1,25239,0,4075.04,2258.95,150.505,4.47196,300,12,0,9291,0,1,0,0,0),(118392,26606,571,1,1,25239,0,3978.88,2129.15,131.793,2.88424,300,0,0,9291,0,2,0,0,0),(118393,26606,571,1,1,25239,0,4055.97,2216.69,151.29,2.21432,300,12,0,9291,0,1,0,0,0),(118394,26606,571,1,1,25239,0,3987.09,2248.59,153.609,4.302,300,12,0,9291,0,1,0,0,0),(118395,26606,571,1,1,25239,0,4011.01,2262.39,154.183,1.1467,300,12,0,9291,0,1,0,0,0),(118396,26606,571,1,1,25239,0,4001.42,2208.7,152.811,3.26594,300,0,0,9291,0,2,0,0,0),(118397,26606,571,1,1,25239,0,3974.95,2261.41,154.313,2.4478,300,12,0,9291,0,1,0,0,0),(118398,26606,571,1,1,25239,0,4053.36,2121.13,153.587,5.86141,300,12,0,9291,0,1,0,0,0),(118399,26606,571,1,1,25239,0,3837.78,1898.89,102.658,1.8164,300,12,0,9291,0,1,0,0,0),(118400,25582,571,1,1,23916,0,2204.45,5393.89,39.3119,5.68473,300,0,0,6986,2991,0,0,0,0),(118401,29422,571,1,1,21748,1,2015.52,-6180.37,15.2634,1.54577,300,5,0,6986,0,1,0,0,0),(118402,29422,571,1,1,21751,1,1985.5,-6228.11,7.96786,1.7669,300,5,0,6986,0,1,0,0,0),(118403,29422,571,1,1,21750,1,1986.46,-6229.77,8.172,1.79492,300,5,0,6986,0,1,0,0,0),(118404,29422,571,1,1,21750,1,1985.21,-6231.88,8.34478,2.22861,300,5,0,6986,0,1,0,0,0),(118405,25582,571,1,1,23916,0,2172.3,5405.4,42.8605,4.11898,300,0,0,6986,2991,0,0,0,0),(118406,25582,571,1,1,23916,0,2191.93,5401.03,39.1387,5.90105,300,0,0,6986,2991,2,0,0,0),(118407,25582,571,1,1,23916,0,2205.18,5386.34,34.7683,4.29351,300,0,0,6986,2991,0,0,0,0),(118408,25582,571,1,1,23916,0,2200.48,5385.87,30.1268,4.2586,300,0,0,6986,2991,0,0,0,0),(118409,25582,571,1,1,23916,0,2174.51,5401.28,37.3991,4.69494,300,0,0,6986,2991,0,0,0,0),(118410,27118,571,1,1,24305,1,3288.9,-2556.85,57.0074,4.97419,300,5,0,9940,0,1,0,0,0),(118411,27118,571,1,1,24303,1,3138.11,-2577.97,56.5119,-2.64509,300,5,0,9940,0,1,0,0,0),(118412,27118,571,1,1,24303,1,3120.03,-2576.14,56.1296,2.66073,300,5,0,9940,0,1,0,0,0),(118413,27118,571,1,1,24306,1,3126.03,-2558.42,55.2468,2.9661,300,5,0,9940,0,1,0,0,0),(118414,27118,571,1,1,24305,1,3137.41,-2577.05,56.5605,-2.32812,300,5,0,9940,0,1,0,0,0),(118415,27118,571,1,1,24305,1,3122.92,-2561.39,55.5922,1.70759,300,5,0,9940,0,1,0,0,0),(118416,27118,571,1,1,24303,1,3380.68,-2599.35,52.5027,5.48033,300,5,0,9940,0,1,0,0,0),(118417,27118,571,1,1,24303,1,3351.16,-2597.62,52.8049,-0.899915,300,5,0,9940,0,1,0,0,0),(118418,27118,571,1,1,24306,1,3349.79,-2600.78,52.8536,0.079193,300,5,0,9940,0,1,0,0,0),(118419,27118,571,1,1,24306,1,3312,-2550.85,55.4969,1.69566,300,5,0,9940,0,1,0,0,0),(118420,27118,571,1,1,24306,1,3281.82,-2566.27,56.438,0.622255,300,5,0,9940,0,1,0,0,0),(118421,25582,571,1,1,23916,0,2192.17,5394.54,28.7734,4.24115,300,0,0,6986,2991,0,0,0,0),(118422,25582,571,1,1,23916,0,2194.24,5399.44,25.3238,4.24115,300,0,0,6986,2991,0,0,0,0),(118423,25582,571,1,1,23916,0,2164.78,5417.49,20.3319,4.69494,300,0,0,6986,2991,0,0,0,0),(118424,25582,571,1,1,23916,0,2188.13,5390.69,36.8305,0.625927,300,0,0,6986,2991,0,0,0,0),(118425,25582,571,1,1,23916,0,2197.95,5389.61,32.7835,3.9968,300,0,0,6986,2991,0,0,0,0),(118426,25582,571,1,1,23916,0,2187.44,5402.52,18.2765,4.41568,300,0,0,6986,2991,0,0,0,0),(118427,25582,571,1,1,23916,0,2196.22,5397.66,17.0669,4.18879,300,0,0,6986,2991,0,0,0,0),(118428,25582,571,1,1,23916,0,2155.96,5415.38,22.2597,5.25344,300,0,0,6986,2991,0,0,0,0),(118429,25582,571,1,1,23916,0,2158.54,5399.04,17.9391,4.46804,300,0,0,6986,2991,0,0,0,0),(118431,27118,571,1,1,24303,1,3251.18,-2572.47,52.8631,3.04332,300,5,0,9940,0,1,0,0,0),(118432,27118,571,1,1,24305,1,3324.86,-2563.7,53.6143,2.98451,300,5,0,9940,0,1,0,0,0),(118433,27118,571,1,1,24306,1,3380.14,-2618.91,52.9162,1.11105,300,5,0,9940,0,1,0,0,0),(118436,27118,571,1,1,24305,1,3286.49,-2595.94,53.2216,5.11381,300,5,0,9940,0,1,0,0,0),(118437,27118,571,1,1,24306,1,3311.73,-2596.89,52.6285,-2.72331,300,5,0,9940,0,1,0,0,0),(118438,27118,571,1,1,24306,1,3306.27,-2595.65,52.6971,-0.735329,300,5,0,9940,0,1,0,0,0),(118439,27118,571,1,1,24303,1,3343.51,-2572.83,52.3991,0.174533,300,5,0,9940,0,1,0,0,0),(118440,27118,571,1,1,24305,1,3258.7,-2575.68,53.1623,0.593412,300,5,0,9940,0,1,0,0,0),(118442,27118,571,1,1,24306,1,3324.67,-2615.59,52.8906,-0.339274,300,5,0,9940,0,1,0,0,0),(118443,27118,571,1,1,24303,1,3269.02,-2591.45,53.073,0.399369,300,5,0,9940,0,1,0,0,0),(118444,27118,571,1,1,24306,1,3264.75,-2599.83,52.2668,0.733038,300,5,0,9940,0,1,0,0,0),(118445,27118,571,1,1,24303,1,3348.35,-2630.38,52.4228,1.97222,300,5,0,9940,0,1,0,0,0),(209122,30446,571,1,1,0,0,8382.5,-2549.35,1145.97,3.82227,120,0,0,1,0,0,0,0,0),(209121,30446,571,1,1,0,0,8361.87,-2526.85,1141.39,3.68264,120,0,0,1,0,0,0,0,0),(209120,30446,571,1,1,0,0,8354.63,-2549.88,1148.54,4.95674,120,0,0,1,0,0,0,0,0),(118449,23791,571,1,1,308,1,657.645,-4985.14,10.3958,3.49066,300,0,0,3144,0,0,0,0,0),(118450,23791,571,1,1,341,1,664.597,-4983.47,10.358,2.33874,300,0,0,3144,0,0,0,0,0),(118451,23791,571,1,1,308,1,662.037,-4972.82,10.4024,1.72788,300,0,0,3144,0,0,0,0,0),(118452,23791,571,1,1,341,1,645.753,-4976.63,7.27952,4.38078,300,0,0,3144,0,0,0,0,0),(118453,23791,571,1,1,556,1,649.365,-4986.49,16.751,5.58505,300,0,0,3144,0,0,0,0,0),(118454,23791,571,1,1,341,1,666.27,-4976.67,17.3722,5.58505,300,0,0,3144,0,0,0,0,0),(118455,23791,571,1,1,556,1,651.787,-4979.19,10.0343,2.1293,300,0,0,3144,0,0,0,0,0),(118456,26863,571,1,1,24081,0,3273.05,-2197.5,117.456,4.17134,300,0,0,29820,0,0,0,0,0),(118457,27119,571,1,1,14331,0,3480.32,2009.46,64.9457,3.54302,300,0,0,12078,0,0,0,0,0),(118459,26607,571,1,1,23945,0,4144.45,2093.11,151.565,3.40005,300,5,0,9291,0,1,0,0,0),(118460,26607,571,1,1,23945,0,4119.97,2081.7,152.042,3.21933,300,5,0,9291,0,1,0,0,0),(118461,26607,571,1,1,23945,0,4155.47,2087.51,147.004,4.75082,300,5,0,9291,0,1,0,0,0),(118462,26607,571,1,1,23945,0,4178.78,2212.2,152.469,5.50951,300,5,0,9291,0,1,0,0,0),(118463,26607,571,1,1,23945,0,4118.66,2151.79,156.992,2.69239,300,5,0,9291,0,1,0,0,0),(118464,26607,571,1,1,23945,0,4076.69,2112.24,154.648,2.34964,300,5,0,9291,0,1,0,0,0),(118465,26607,571,1,1,23945,0,4179.82,2207.31,152.569,5.45003,300,5,0,9291,0,1,0,0,0),(118466,26607,571,1,1,23945,0,4153.5,2096.42,151.186,4.86667,300,5,0,9291,0,1,0,0,0),(118467,26607,571,1,1,23945,0,4133.55,2189.07,150.864,5.94927,300,5,0,9291,0,1,0,0,0),(118468,26607,571,1,1,23945,0,4058.13,2103.52,153.337,0.613877,300,5,0,9291,0,1,0,0,0),(118469,26607,571,1,1,23945,0,4183.52,2183.36,152.08,4.18433,300,5,0,9291,0,1,0,0,0),(118470,26607,571,1,1,23945,0,4183.47,2227.85,150.86,0.226181,300,5,0,9291,0,1,0,0,0),(118471,26607,571,1,1,23945,0,4125.5,2260.67,150.499,0.689567,300,5,0,9291,0,1,0,0,0),(118472,26607,571,1,1,23945,0,4121.88,2316.86,181.541,2.27127,300,5,0,9291,0,1,0,0,0),(118473,26607,571,1,1,23945,0,4119.29,2312.33,179.361,2.27212,300,5,0,9291,0,1,0,0,0),(118474,26607,571,1,1,23945,0,4091.83,2282.19,180.371,4.74989,300,5,0,9291,0,1,0,0,0),(118475,26607,571,1,1,23945,0,4080.18,2305.75,176.406,4.66488,300,5,0,9291,0,1,0,0,0),(118476,26607,571,1,1,23945,0,3806.61,2138.62,109.965,4.31371,300,5,0,9291,0,1,0,0,0),(118477,26607,571,1,1,23945,0,4181.65,2261.17,150.714,0.847724,300,5,0,9291,0,1,0,0,0),(118478,26607,571,1,1,23945,0,4108.69,2365.86,182.893,0.123657,300,5,0,9291,0,1,0,0,0),(118479,26607,571,1,1,23945,0,4193.34,2223.72,121.554,5.59453,300,5,0,9291,0,1,0,0,0),(118480,26607,571,1,1,23945,0,4186.83,2210.44,141.092,1.38615,300,5,0,9291,0,1,0,0,0),(118481,26607,571,1,1,23945,0,4190.82,2254.52,121.554,1.67604,300,5,0,9291,0,1,0,0,0),(118482,26607,571,1,1,23945,0,4195.53,2218.14,121.554,1.54594,300,5,0,9291,0,1,0,0,0),(118483,26607,571,1,1,23945,0,3823.48,2161.16,126.691,5.77732,300,5,0,9291,0,1,0,0,0),(118484,26607,571,1,1,23945,0,4186.63,2184.32,152.07,6.20456,300,5,0,9291,0,1,0,0,0),(118485,26607,571,1,1,23945,0,3829.43,2122.97,122.096,5.3531,300,5,0,9291,0,1,0,0,0),(118486,26607,571,1,1,23945,0,4139.38,2145.67,156.916,5.32164,300,5,0,9291,0,1,0,0,0),(118487,26607,571,1,1,23945,0,4101.63,2103.9,157.037,0.098526,300,5,0,9291,0,1,0,0,0),(118488,26607,571,1,1,23945,0,4125.71,2144.24,157.252,0.545051,300,5,0,9291,0,1,0,0,0),(118489,26607,571,1,1,23945,0,4131.7,2178.38,168.045,1.84126,300,5,0,9291,0,1,0,0,0),(118490,26607,571,1,1,23945,0,4100.39,2103.87,157.002,0.080261,300,5,0,9291,0,1,0,0,0),(118492,27631,571,1,1,571,0,4811.02,1311.98,170.584,5.01029,300,0,0,44004,0,0,0,0,0),(118493,27631,571,1,1,571,0,4813.09,1316.65,171.536,-1.24568,300,0,0,44004,0,0,0,0,0),(118494,26607,571,1,1,23945,0,4077.37,2302.34,176.406,1.96959,300,5,0,9291,0,1,0,0,0),(118495,26607,571,1,1,23945,0,4061.63,2313.76,182.958,0.584903,300,5,0,9291,0,1,0,0,0),(118496,26607,571,1,1,23945,0,4108.76,2257.84,183.04,2.56052,300,5,0,9291,0,1,0,0,0),(132585,21787,530,1,1,20682,1,-3687.17,3287.76,312.312,2.60054,180,0,0,5744,3231,0,0,0,0),(132551,21763,530,1,1,18012,1,-3677.84,3715.54,277.269,2.78555,180,5,0,5744,3231,1,0,0,0),(132552,21763,530,1,1,18012,1,-3825.59,3781.83,277.049,2.53055,180,5,0,5744,3231,1,0,0,0),(132553,23051,530,1,1,21396,0,-3852.51,3183.06,439.988,5.56427,180,0,0,6986,0,2,0,0,0),(132554,23051,530,1,1,21396,0,-4096.79,3033.96,360.606,0.400326,180,0,0,6986,0,2,0,0,0),(132555,23051,530,1,1,21396,0,-3910.41,2965.88,390.458,2.03513,180,0,0,6986,0,2,0,0,0),(132556,23051,530,1,1,21396,0,-4209.31,3165.87,345.678,2.21929,180,0,0,6986,0,2,0,0,0),(132557,23051,530,1,1,21396,0,-4027.13,3236.14,342.388,2.50322,180,0,0,6986,0,2,0,0,0),(132558,23051,530,1,1,21396,0,-3889.63,3647.45,379.841,3.73583,180,0,0,6986,0,2,0,0,0),(132559,23051,530,1,1,21396,0,-3712.9,3518.5,345.785,0.606209,180,5,0,6986,0,1,0,0,0),(132560,23051,530,1,1,21396,0,-4210.05,3036.03,359.272,5.71816,180,0,0,6986,0,2,0,0,0),(132561,23051,530,1,1,21396,0,-3691.13,3638.68,303.152,3.21521,180,5,0,6986,0,1,0,0,0),(132562,23051,530,1,1,21396,0,-3740.35,3781.2,318.124,2.59604,180,0,0,6986,0,2,0,0,0),(132563,23051,530,1,1,21396,0,-3925.17,3690.43,390.609,4.83446,180,5,0,6986,0,1,0,0,0),(118516,27631,571,1,1,571,0,4796.93,1391.26,193.121,2.54793,300,5,0,44004,0,1,0,0,0),(132591,21787,530,1,1,20682,1,-3705.89,3787.89,302.813,3.03866,180,5,0,5744,3231,1,0,0,0),(132592,21787,530,1,1,20682,1,-3882.73,3661.17,335.997,4.62512,180,0,0,5744,3231,0,0,0,0),(132593,21787,530,1,1,20682,1,-3727.48,3789.05,302.126,5.34071,180,0,0,5744,3231,0,0,0,0),(118521,28143,571,1,1,25142,0,5181.41,-3069.17,281.357,1.5708,300,0,0,10635,0,0,0,0,0),(118535,25839,571,1,1,22577,1,2650.16,5151.75,10.5206,5.93333,300,5,0,7984,0,1,0,0,0),(118534,25839,571,1,1,22578,1,2505.6,5124,7.44891,4.44467,300,5,0,7984,0,1,0,0,0),(118532,25839,571,1,1,22578,1,2730.43,5174.19,27.9562,1.26027,300,5,0,7984,0,1,0,0,0),(118531,25839,571,1,1,22577,1,2622.91,5117.96,11.8176,5.48812,300,5,0,7984,0,1,0,0,0),(118530,25839,571,1,1,22578,1,2544.49,5069.75,7.34475,3.45215,300,5,0,7984,0,1,0,0,0),(118529,25839,571,1,1,22578,1,2674.95,5152.66,17.4469,3.54623,300,5,0,7984,0,1,0,0,0),(118528,25839,571,1,1,22577,1,2587.67,5078.53,11.0026,3.40956,300,5,0,7984,0,1,0,0,0),(118527,25839,571,1,1,22578,1,2599.7,5113.25,10.3803,3.1621,300,5,0,7984,0,1,0,0,0),(118526,25839,571,1,1,22577,1,2534.38,5046.88,6.63657,0.080465,300,5,0,7984,0,1,0,0,0),(118525,25839,571,1,1,22577,1,2661.2,5120.01,17.0726,1.82951,300,5,0,7984,0,1,0,0,0),(118524,25839,571,1,1,22577,1,2681.25,5196.07,24.4759,4.71239,300,5,0,7984,0,1,0,0,0),(118523,25839,571,1,1,22577,1,2678.61,5177.11,18.671,3.66967,300,5,0,7984,0,1,0,0,0),(118522,25839,571,1,1,22576,1,2712.56,5135.18,30.2133,0.460955,300,5,0,7984,0,1,0,0,0),(118537,30447,571,1,1,27006,0,8174.82,-2629.37,1145.54,2.47326,300,5,0,11770,0,1,0,0,0),(118538,30447,571,1,1,26267,0,8109.89,-2815.79,1135.32,0.996877,300,5,0,11770,0,1,0,0,0),(11747,18323,556,3,1,0,1,27.4051,4.92187,0.0062,3.0929,86400,0,0,18345,0,0,0,0,0),(118540,30447,571,1,1,26285,0,7926.71,-2889.71,1135.43,4.29086,300,0,0,11770,0,0,0,0,0),(118541,30447,571,1,1,26267,0,8194.5,-2808.64,1135.54,0.618321,300,5,0,11770,0,1,0,0,0),(118542,30447,571,1,1,26285,0,8199.67,-2813.56,1134.21,0.56036,300,5,0,11770,0,1,0,0,0),(118543,30447,571,1,1,26285,0,8202.43,-2814.99,1133.6,0.452731,300,5,0,11770,0,1,0,0,0),(118544,30447,571,1,1,26267,0,8210.06,-2813.29,1132.46,0.209929,300,0,0,11770,0,0,0,0,0),(118545,30447,571,1,1,27006,0,8020.12,-2910.44,1137.52,6.06187,300,0,0,11770,0,0,0,0,0),(118546,27631,571,1,1,571,0,4804.18,1305.48,168.685,3.95321,300,0,0,44004,0,0,0,0,0),(118547,27631,571,1,1,571,0,4805.16,1304.56,168.81,5.77481,300,5,0,44004,0,1,0,0,0),(132586,21787,530,1,1,20682,1,-3707.91,3807.72,302.27,2.58309,180,0,0,5744,3231,0,0,0,0),(132587,21787,530,1,1,20682,1,-3886.83,3783.83,334.878,2.05949,180,0,0,5744,3231,0,0,0,0),(132577,21787,530,1,1,20682,1,-4184.73,3057.09,344.165,3.68932,180,5,0,5744,3231,1,0,0,0),(132574,21787,530,1,1,20682,1,-4153.82,3042.43,315.881,3.34082,180,5,0,5744,3231,1,0,0,0),(118554,29424,571,1,1,0,0,7927.95,-21.8609,959.864,1.25664,300,0,0,12600,3994,0,0,0,0),(118555,29424,571,1,1,0,0,7738.46,69.0361,1009.96,1.01229,300,0,0,12600,3994,0,0,0,0),(118556,29424,571,1,1,0,0,7796.19,23.0538,1009.91,5.34071,300,0,0,12600,3994,0,0,0,0),(118557,29424,571,1,1,0,0,8073,-367.058,999.162,1.09956,300,0,0,12600,3994,0,0,0,0),(118558,29424,571,1,1,0,0,8117.35,-340.235,962.35,3.54302,300,0,0,12600,3994,0,0,0,0),(118559,29424,571,1,1,0,0,8177.81,141.001,898.024,4.36332,300,0,0,12600,3994,0,0,0,0),(118560,29424,571,1,1,0,0,8146.94,-275.381,937.609,0.331613,300,0,0,12600,3994,0,0,0,0),(118561,29424,571,1,1,0,0,8108.25,-291.4,871,2.07694,300,0,0,12600,3994,0,0,0,0),(118562,29424,571,1,1,0,0,8102.28,-296.642,918.709,5.34071,300,0,0,12600,3994,0,0,0,0),(118563,29424,571,1,1,0,0,8183.69,75.7222,899.397,1.23918,300,0,0,12600,3994,0,0,0,0),(118564,29424,571,1,1,0,0,7986.96,5.83963,962.456,5.61996,300,0,0,12600,3994,0,0,0,0),(118565,29424,571,1,1,0,0,7980.52,7.22917,961.996,1.97222,300,0,0,12600,3994,0,0,0,0),(118566,29424,571,1,1,0,0,8066.34,-321.108,873.564,5.09636,300,0,0,12600,3994,0,0,0,0),(118567,29424,571,1,1,0,0,8063.44,-377.775,968.031,2.6529,300,0,0,12600,3994,0,0,0,0),(118568,29424,571,1,1,0,0,8157.54,-313.04,960.699,0.401426,300,0,0,12600,3994,0,0,0,0),(118569,29424,571,1,1,0,0,8043.96,-357.323,944.052,2.26893,300,0,0,12600,3994,0,0,0,0),(118570,29424,571,1,1,0,0,8121.01,-332.337,1017.36,0.017453,300,0,0,12600,3994,0,0,0,0),(118571,29424,571,1,1,0,0,8088.43,-359.634,988.074,4.34587,300,0,0,12600,3994,0,0,0,0),(118572,29424,571,1,1,0,0,8072.43,-335.039,905.899,2.72271,300,0,0,12600,3994,0,0,0,0),(118573,27376,571,1,1,24595,0,2875.87,-377.465,112.875,2.60054,300,0,0,9291,0,0,0,0,0),(118574,27888,571,1,1,23149,1,3457.75,5892.67,147.381,0.750492,300,0,0,7688,7500,0,0,0,0),(118575,25584,571,1,1,23260,0,3392.85,6161.09,89.1226,3.00498,300,0,0,9291,3231,0,0,0,0),(118577,31728,571,1,1,9209,0,5858.51,570.295,654.003,2.60054,300,0,0,42,0,0,0,0,0),(118578,30448,571,1,1,27265,0,8213.71,-2506.54,1139.49,1.90457,300,5,0,11379,0,1,0,0,0),(118579,27120,571,1,1,24303,0,3215.31,-2498.81,52.8002,5.3058,300,0,0,110010,0,0,0,0,0),(118580,30448,571,1,1,27275,0,8044.6,-2773.66,1133.66,0.279253,300,0,0,11379,0,0,0,0,0),(118581,30448,571,1,1,27275,0,8060.26,-2732.9,1133.66,5.49779,300,0,0,11379,0,0,0,0,0),(118582,30448,571,1,1,27275,0,7990.89,-2955.46,1139.88,3.43083,300,5,0,11379,0,1,0,0,0),(118583,30448,571,1,1,27275,0,8155.35,-2677.39,1136.29,3.53439,300,0,0,11379,0,0,0,0,0),(118584,30448,571,1,1,27265,0,8128.95,-2699.86,1134.43,2.8464,300,5,0,11379,0,1,0,0,0),(118585,30448,571,1,1,27281,0,8063.88,-2615.24,1137.9,2.87885,300,5,0,11379,0,1,0,0,0),(118586,30448,571,1,1,27281,0,8185.9,-2750.8,1139.29,2.9274,300,5,0,11379,0,1,0,0,0),(118587,30448,571,1,1,27275,0,8159.02,-2808.8,1135.24,3.13769,300,5,0,11379,0,1,0,0,0),(118588,30448,571,1,1,27275,0,7946.6,-2915.13,1133.62,4.05199,300,5,0,11379,0,1,0,0,0),(118589,30448,571,1,1,27281,0,8033.7,-2868.72,1137.26,4.82759,300,5,0,11379,0,1,0,0,0),(118590,25329,571,1,1,23118,1,2819.51,6711.8,10.7805,2.72271,300,0,0,205640,3466,0,0,0,0),(118591,28401,571,1,1,28008,0,5324.32,-3782.08,371.423,0.750492,300,0,0,13945,0,0,0,0,0),(118592,28657,571,1,1,25592,0,6121.4,-1956.24,423.266,5.32325,300,5,0,9610,0,1,0,0,0),(118593,29169,571,1,1,25963,1,5441.6,-2629.17,306.634,0,300,0,0,31905,10683,0,0,0,0),(125605,15214,571,1,1,0,0,5791.74,-3015.99,286.571,1.6057,120,0,0,1,0,0,0,0,0),(118595,28657,571,1,1,25592,0,6139.85,-1944.17,423.25,4.24115,300,5,0,9610,0,1,0,0,0),(125604,15214,571,1,1,0,0,5740.55,-3009.18,290.276,0.296706,120,0,0,1,0,0,0,0,0),(125603,15214,571,1,1,0,0,5743.46,-3012.19,290.767,2.56563,120,0,0,1,0,0,0,0,0),(125602,15214,571,1,1,0,0,5818.87,-2976.99,290.276,2.49582,120,0,0,1,0,0,0,0,0),(125601,15214,571,1,1,0,0,5729.15,-3015.37,296.551,4.60767,120,0,0,1,0,0,0,0,0),(118600,28145,571,1,1,2076,0,5636.5,-2674.06,278.086,5.02434,300,5,0,10635,0,1,0,0,0),(118601,25841,571,1,1,23430,0,3325.55,5169.61,13.1208,3.15905,300,0,0,7185,7196,0,0,0,0),(118602,25841,571,1,1,23430,0,3290.12,5082.75,16.2845,3.94444,300,0,0,7185,7196,0,0,0,0),(118603,25841,571,1,1,23430,0,3356.85,5044.32,13.1208,3.9968,300,0,0,7185,7196,0,0,0,0),(118604,23793,571,1,1,21782,1,1523.98,-6193.5,5.79781,0.244346,300,0,0,6986,0,0,0,0,0),(118605,23793,571,1,1,21782,1,1500.87,-6171.5,8.2697,0.017453,300,0,0,6986,0,0,0,0,0),(118606,23793,571,1,1,21783,1,1511.63,-6181.46,6.34495,0.122173,300,0,0,6986,0,0,0,0,0),(118607,23793,571,1,1,21783,1,1566.27,-6225.29,6.61088,0.436332,300,0,0,6986,0,0,0,0,0),(118608,23793,571,1,1,21782,1,1600.57,-6195.34,7.57499,1.44758,300,0,0,6986,0,0,0,0,0),(118609,23793,571,1,1,21782,1,1400.82,-6280.06,7.65812,0.069813,300,0,0,6986,0,0,0,0,0),(118610,23793,571,1,1,21782,1,1604.4,-6258.11,6.97047,0.593412,300,0,0,6986,0,0,0,0,0),(118611,23793,571,1,1,21783,1,1579.04,-6234.9,6.14901,0.471239,300,0,0,6986,0,0,0,0,0),(118612,23793,571,1,1,21783,1,1406.04,-6300.33,6.58656,6.17846,300,0,0,6986,0,0,0,0,0),(118613,23793,571,1,1,21782,1,1539.11,-6203.91,7.21711,0.191986,300,0,0,6986,0,0,0,0,0),(118614,23793,571,1,1,21779,1,1456.86,-6256.3,5.48992,5.91667,300,0,0,6986,0,0,0,0,0),(118615,23793,571,1,1,21782,1,1469.29,-6237.4,5.56173,5.3058,300,0,0,6986,0,0,0,0,0),(118616,23793,571,1,1,21779,1,1480.16,-6340.37,7.20911,2.07694,300,0,0,6986,0,0,0,0,0),(118617,23793,571,1,1,21779,1,1413.14,-6349.33,6.16921,0.645772,300,0,0,6986,0,0,0,0,0),(118618,23793,571,1,1,21783,1,1492.19,-6326.23,8.36212,2.93215,300,0,0,6986,0,0,0,0,0),(118619,23793,571,1,1,21779,1,1554.62,-6216.49,6.25182,0.383972,300,0,0,6986,0,0,0,0,0),(118620,25841,571,1,1,23430,0,3609.9,5059.68,13.0899,5.91667,300,0,0,7185,7196,0,0,0,0),(118621,28145,571,1,1,2076,0,5940,-2956.64,287.57,1.12407,300,5,0,10635,0,1,0,0,0),(118622,25841,571,1,1,23430,0,3591.06,5034.88,15.2107,4.57276,300,0,0,7185,7196,0,0,0,0),(118623,28145,571,1,1,2076,0,5596.39,-3056.13,288.211,5.94978,300,5,0,10635,0,1,0,0,0),(118624,28145,571,1,1,2076,0,5640.57,-3020.34,275.065,4.79553,300,5,0,10635,0,1,0,0,0),(118625,25841,571,1,1,23430,0,3720.89,4988.25,4.04832,1.32645,300,0,0,7185,7196,0,0,0,0),(118626,25585,571,1,1,25226,1,3245.22,6198.9,66.9287,4.98826,300,5,0,7984,3080,1,0,0,0),(118627,25841,571,1,1,23430,0,3736.02,5039.35,-1.15135,2.77507,300,0,0,7185,7196,0,0,0,0),(118628,28145,571,1,1,2076,0,5604.36,-2651.74,276.64,1.78621,300,0,0,10635,0,0,0,0,0),(203404,33008,571,1,1,0,0,5726.03,-3596.58,389.189,6.16101,120,0,0,1,0,0,0,0,0),(118630,28145,571,1,1,2076,0,5448.54,-2991.75,288.276,5.05298,300,5,0,10635,0,1,0,0,0),(118631,28145,571,1,1,2076,0,5573.04,-3110.84,288.239,4.05716,300,5,0,10635,0,1,0,0,0),(118632,28145,571,1,1,2076,0,5835.76,-2657.86,277.452,3.04609,300,5,0,10635,0,1,0,0,0),(118633,28145,571,1,1,2076,0,5708.39,-2650.92,281.204,2.42307,300,5,0,10635,0,1,0,0,0),(118634,25841,571,1,1,23430,0,3394.59,5143.99,13.1208,4.59022,300,0,0,7185,7196,0,0,0,0),(118635,28145,571,1,1,2076,0,5655.12,-2922.5,274.503,0.295919,300,5,0,10635,0,1,0,0,0),(118636,28145,571,1,1,2076,0,5582.15,-2913.46,276.742,2.02915,300,5,0,10635,0,1,0,0,0),(118637,25585,571,1,1,25226,1,3282.53,6120.28,74.0341,2.12846,300,5,0,7984,3080,1,0,0,0),(118638,28145,571,1,1,2076,0,5738.35,-2728.21,275.242,5.88259,300,5,0,10635,0,1,0,0,0),(118639,28145,571,1,1,2076,0,5514.63,-2912.56,276.655,6.25496,300,5,0,10635,0,1,0,0,0),(118640,28145,571,1,1,2076,0,5913.2,-2836.97,263.025,0.05946,300,5,0,10635,0,1,0,0,0),(118641,28145,571,1,1,2076,0,5393.57,-2726.6,288.286,1.06461,300,0,0,10635,0,0,0,0,0),(118642,28145,571,1,1,2076,0,5782.71,-2787.3,274.434,4.07049,300,5,0,10635,0,1,0,0,0),(118643,25841,571,1,1,23430,0,3669.97,5060.01,13.0899,1.09956,300,0,0,7185,7196,0,0,0,0),(118644,28145,571,1,1,2076,0,5783.03,-2652.36,276.761,1.25277,300,5,0,10635,0,1,0,0,0),(118645,28145,571,1,1,2076,0,5645.3,-2856,274.382,3.94188,300,5,0,10635,0,1,0,0,0),(118646,28145,571,1,1,2076,0,5333.48,-2899.93,288.533,3.50505,300,5,0,10635,0,1,0,0,0),(118647,28145,571,1,1,2076,0,5837.66,-2712.22,276.623,1.77552,300,5,0,10635,0,1,0,0,0),(118648,28145,571,1,1,2076,0,5288.29,-2855.91,287.596,2.48149,300,5,0,10635,0,1,0,0,0),(118649,28145,571,1,1,2076,0,5927.8,-2777.05,264.287,4.30816,300,5,0,10635,0,1,0,0,0),(118650,28145,571,1,1,2076,0,5509.82,-3042.62,289.081,2.19954,300,5,0,10635,0,1,0,0,0),(118651,28145,571,1,1,2076,0,5780.86,-2717.29,276.624,4.29549,300,5,0,10635,0,1,0,0,0),(118652,28145,571,1,1,2076,0,5579.99,-2852.14,274.446,3.24421,300,5,0,10635,0,1,0,0,0),(118653,28145,571,1,1,2076,0,5781.06,-2848.5,274.501,2.33121,300,5,0,10635,0,1,0,0,0),(118654,28145,571,1,1,2076,0,5536.91,-2714.17,277.135,0.740912,300,5,0,10635,0,1,0,0,0),(118655,28145,571,1,1,2076,0,5456.02,-2714.17,274.861,2.99627,300,5,0,10635,0,1,0,0,0),(118656,28145,571,1,1,2076,0,5706.9,-2781.17,274.488,3.28414,300,5,0,10635,0,1,0,0,0),(118657,27377,571,1,1,24596,1,2966.52,-2530.98,126.612,4.04916,300,0,0,41128,3466,0,0,0,0),(118658,28145,571,1,1,2076,0,5849.29,-2772.07,274.118,4.01848,300,5,0,10635,0,1,0,0,0),(118659,28145,571,1,1,2076,0,5694.21,-2726.54,276.61,1.41059,300,5,0,10635,0,1,0,0,0),(118660,28145,571,1,1,2076,0,5650.63,-2719.79,276.695,3.14159,300,5,0,10635,0,1,0,0,0),(118661,28145,571,1,1,2076,0,5669.97,-2662.12,276.696,3.68943,300,5,0,10635,0,1,0,0,0),(118662,25585,571,1,1,25226,1,3285.89,6167.57,72.542,5.57869,300,5,0,7984,3080,1,0,0,0),(118663,25585,571,1,1,25226,1,3339.82,6158.93,76.5962,5.01304,300,5,0,7984,3080,1,0,0,0),(118664,25841,571,1,1,23430,0,3418.47,5076.99,14.2947,0.331613,300,0,0,7185,7196,0,0,0,0),(118665,25585,571,1,1,25226,1,3240.09,6137.66,69.3424,3.32772,300,5,0,7984,3080,1,0,0,0),(118666,25585,571,1,1,25226,1,3266.17,6150.67,72.8611,1.56162,300,5,0,7984,3080,1,0,0,0),(118667,25585,571,1,1,25226,1,3257.09,6171.28,72.8611,3.22261,300,5,0,7984,3080,1,0,0,0),(118668,25585,571,1,1,25226,1,3370.86,6123.23,75.6,3.8507,300,5,0,7984,3080,1,0,0,0),(118669,25585,571,1,1,25226,1,3398.4,6208.01,76.5181,6.16199,300,5,0,7984,3080,1,0,0,0),(118670,25585,571,1,1,25226,1,3371.85,6231.85,73.696,0.224721,300,5,0,7984,3080,1,0,0,0),(118671,25585,571,1,1,25226,1,3393.2,6234,75.589,3.935,300,5,0,7984,3080,1,0,0,0),(118672,25585,571,1,1,25226,1,3375.11,6239.7,75.1757,3.39339,300,5,0,7984,3080,1,0,0,0),(118673,25585,571,1,1,25226,1,3342.57,6207.24,76.6302,0.862801,300,5,0,7984,3080,1,0,0,0),(118674,25585,571,1,1,25226,1,3449.3,6151.09,74.5724,2.69951,300,5,0,7984,3080,1,0,0,0),(118675,25585,571,1,1,25226,1,3388.98,6167.48,79.831,4.6096,300,0,0,7984,3080,0,0,0,0),(118677,25585,571,1,1,25226,1,3479.11,6124.43,70.9667,1.68511,300,5,0,7984,3080,1,0,0,0),(118678,25585,571,1,1,25226,1,3384.98,6161.13,79.8309,0.686932,300,0,0,7984,3080,0,0,0,0),(118679,25585,571,1,1,25226,1,3456.02,6105.24,67.5395,2.8807,300,5,0,7984,3080,1,0,0,0),(118680,25585,571,1,1,25226,1,3512.56,6093.57,64.8685,1.72664,300,5,0,7984,3080,1,0,0,0),(118681,25585,571,1,1,25226,1,3480.13,6085.81,67.452,6.28037,300,5,0,7984,3080,1,0,0,0),(118682,25841,571,1,1,23430,0,3474.19,4824.96,12.8505,1.09956,300,0,0,7185,7196,0,0,0,0),(118683,25841,571,1,1,23430,0,3425.42,5182.84,17.6477,0.575959,300,0,0,7185,7196,0,0,0,0),(118684,25841,571,1,1,23430,0,3493.85,5153.4,16.5017,0.820305,300,0,0,7185,7196,0,0,0,0),(118685,25841,571,1,1,23430,0,3525.88,5124.33,13.3699,0.890118,300,0,0,7185,7196,0,0,0,0),(118686,25841,571,1,1,23430,0,3499.22,5079.69,13.6477,5.02655,300,0,0,7185,7196,0,0,0,0),(118687,31729,571,1,1,5448,0,5853.4,564.297,653.843,3.49066,300,0,0,42,0,0,0,0,0),(203264,24050,571,1,1,0,1,2435.58,-4967.16,273.876,2.11185,120,0,0,42540,0,0,0,0,0),(203263,24050,571,1,1,0,1,2432.51,-4974.67,273.855,2.11185,120,0,0,42540,0,0,0,0,0),(203262,24050,571,1,1,0,1,2427.16,-5093.28,273.624,3.28122,120,0,0,42540,0,0,0,0,0),(203261,24050,571,1,1,0,1,2424.7,-5068.17,272.687,2.75762,120,0,0,42540,0,0,0,0,0),(203260,24050,571,1,1,0,1,2423.93,-4977.67,273.633,2.23402,120,0,0,42540,0,0,0,0,0),(203259,24050,571,1,1,0,1,2414.04,-5126.49,276.791,5.16617,120,0,0,42540,0,0,0,0,0),(203258,24050,571,1,1,0,1,2402.79,-5129.87,277.338,5.06145,120,0,0,42540,0,0,0,0,0),(203257,24050,571,1,1,0,1,2394.71,-5051.51,250.55,2.16421,120,0,0,42540,0,0,0,0,0),(203256,24050,571,1,1,0,1,2392.52,-5015.43,250.023,4.60767,120,0,0,42540,0,0,0,0,0),(203255,24050,571,1,1,0,1,2386.26,-4985.14,255.465,2.00713,120,0,0,42540,0,0,0,0,0),(203254,24050,571,1,1,0,1,2384.62,-5053.81,249.425,1.74533,120,0,0,42540,0,0,0,0,0),(133090,24562,571,1,1,25237,0,2614.34,5979.96,88.4154,0.806257,180,5,0,6986,0,1,0,0,0),(203253,24050,571,1,1,0,1,2384.2,-5016.75,250.069,4.67748,120,0,0,42540,0,0,0,0,0),(203252,24050,571,1,1,0,1,2360.7,-4966.88,254.251,1.78117,120,0,0,42540,0,2,0,0,0),(203251,24050,571,1,1,0,1,2380.33,-4949.7,256.05,1.39626,120,0,0,42540,0,0,0,0,0),(203250,24050,571,1,1,0,1,2378.24,-4987.73,255.054,1.8326,120,0,0,42540,0,0,0,0,0),(203249,24050,571,1,1,0,1,2375.73,-5052.71,250.373,2.53073,120,0,0,42540,0,0,0,0,0),(203248,24050,571,1,1,0,1,2359.95,-4950.4,252.665,1.95477,120,0,0,42540,0,0,0,0,0),(203247,24050,571,1,1,0,1,2349.92,-4952.9,251.724,2.02458,120,0,0,42540,0,0,0,0,0),(203246,24050,571,1,1,0,1,2341.15,-4968.5,253.264,2.47837,120,0,0,42540,0,0,0,0,0),(118708,28402,571,1,1,27253,1,5090.71,-4033.36,356.606,5.25344,300,0,0,11001,3643,0,0,0,0),(125597,24562,571,1,1,25237,0,2621.74,6032.04,79.6036,1.11786,300,5,0,6986,0,1,0,0,0),(125596,24562,571,1,1,25237,0,2912.45,6305.3,106.684,4.76807,300,5,0,6986,0,1,0,0,0),(118711,27378,571,1,1,24597,0,2809.35,-263.523,134.058,3.56047,300,0,0,4646,0,0,0,0,0),(118712,26098,571,1,1,1060,0,2483.7,5204.07,31.0652,2.05949,300,0,0,1,0,0,0,0,0),(125595,24562,571,1,1,25237,0,2798.17,6322.55,98.1123,2.96102,300,5,0,6986,0,1,0,0,0),(118714,28402,571,1,1,27253,1,5069.63,-3817.35,356.433,1.8675,300,5,0,11001,3643,1,0,0,0),(118715,23794,571,1,1,21776,1,1366.91,-6403.69,2.68048,0.289304,300,0,0,6986,2991,2,0,0,0),(118716,23794,571,1,1,21777,1,1522.9,-6314.97,6.29016,4.21535,300,0,0,6986,2991,2,0,0,0),(118717,23794,571,1,1,21776,1,1397.09,-6396.1,2.9981,3.36848,300,0,0,6986,2991,0,0,0,0),(118718,23794,571,1,1,21777,1,1376.51,-6391.19,4.14872,5.25344,300,0,0,6986,2991,0,0,0,0),(118719,23794,571,1,1,21777,1,1533.88,-6286.53,5.47271,2.07694,300,0,0,6986,2991,0,0,0,0),(118720,28402,571,1,1,27253,1,5242.23,-3735.21,374.611,2.35619,300,0,0,11001,3643,0,0,0,0),(125594,24562,571,1,1,25237,0,2943.19,6260.39,80.9224,5.29349,300,0,0,6986,0,0,0,0,0),(118722,28402,571,1,1,27253,1,5180.85,-3765.29,364.686,3.92699,300,5,0,11001,3643,1,0,0,0),(118723,28402,571,1,1,27253,1,5202.49,-3897.8,372.779,3.80482,300,0,0,11001,3643,0,0,0,0),(118725,28402,571,1,1,27253,1,5122.59,-3969.65,362.787,4.85202,300,0,0,11001,3643,0,0,0,0),(118726,28402,571,1,1,27253,1,5556.98,-3740.09,363.75,1.06465,300,0,0,11001,3643,0,0,0,0),(118727,28402,571,1,1,27253,1,5511.78,-3693.83,363.516,0.855211,300,0,0,11001,3643,0,0,0,0),(118728,28402,571,1,1,27253,1,5408.96,-3589.57,363.894,0.890118,300,0,0,11001,3643,0,0,0,0),(118729,28402,571,1,1,27253,1,5200.2,-3689.33,363.509,6.16121,300,5,0,11001,3643,1,0,0,0),(125593,24562,571,1,1,25237,0,2598.59,6055.26,67.669,1.29656,300,5,0,6986,0,1,0,0,0),(118731,28402,571,1,1,27253,1,5118.01,-3780.84,358.127,2.58309,300,5,0,11001,3643,1,0,0,0),(118732,28402,571,1,1,27253,1,5142.37,-3728.21,358.903,1.5708,300,5,0,11001,3643,1,0,0,0),(118733,28402,571,1,1,27253,1,5193.94,-3972.15,366.443,4.24115,300,5,0,11001,3643,1,0,0,0),(118744,24562,571,1,1,25237,0,2522.42,6122.1,77.0328,0.50525,300,0,0,6986,0,0,0,0,0),(118735,28402,571,1,1,27253,1,5349.37,-3615.91,363.888,5.46288,300,0,0,11001,3643,0,0,0,0),(118743,24562,571,1,1,25237,0,2763.86,6320.07,91.02,6.02889,300,5,0,6986,0,1,0,0,0),(118742,24562,571,1,1,25237,0,2824.17,6324.51,104.104,3.9495,300,0,0,6986,0,0,0,0,0),(118741,24562,571,1,1,25237,0,2659.7,6288.04,86.3078,4.39831,300,5,0,6986,0,1,0,0,0),(118739,28402,571,1,1,27253,1,5349.4,-3729.76,360.062,0.680678,300,0,0,11001,3643,0,0,0,0),(118740,24562,571,1,1,25237,0,2654.68,6256.56,62.0777,5.69152,300,5,0,6986,0,1,0,0,0),(118738,24562,571,1,1,25237,0,2950.52,6315.86,116.065,3.74559,300,5,0,6986,0,1,0,0,0),(118737,24562,571,1,1,25237,0,2979.46,6289.62,115.574,0.036835,300,5,0,6986,0,1,0,0,0),(118736,24562,571,1,1,25237,0,2622.7,6286.83,91.747,5.55841,300,5,0,6986,0,1,0,0,0),(118745,31730,571,1,1,1924,0,5847.25,554.084,654.031,0.855211,300,0,0,42,0,0,0,0,0),(118746,29426,571,1,1,25771,1,6924.04,-1392.3,830.657,1.43117,300,0,0,12175,0,0,0,0,0),(118747,29426,571,1,1,25771,1,6918.74,-1393.13,831.044,1.65806,300,0,0,12175,0,0,0,0,0),(118748,29426,571,1,1,25771,1,6941.46,-1394.98,830.308,1.66341,300,5,0,12175,0,1,0,0,0),(209119,30446,571,1,1,0,0,8331.42,-2502.39,1140.05,4.53786,120,0,0,1,0,0,0,0,0),(209118,30446,571,1,1,0,0,8310.22,-2550.68,1153.69,1.91986,120,0,0,1,0,0,0,0,0),(118751,22515,571,1,1,16925,0,-13.0905,-4883.15,295.816,2.51327,300,0,0,4120,0,0,0,0,0),(118752,22515,571,1,1,16925,0,-46.6938,-5057.51,321.959,4.41568,300,0,0,4120,0,0,0,0,0),(118753,22515,571,1,1,16925,0,-111.363,-4962.93,312.766,1.3439,300,0,0,4120,0,0,0,0,0),(118754,22515,571,1,1,16925,0,-35.0348,-4947.48,308.199,2.19912,300,0,0,4120,0,0,0,0,0),(118755,22515,571,1,1,16925,0,15.0551,-4977.05,303.355,3.735,300,0,0,4120,0,0,0,0,0),(118756,22515,571,1,1,16925,0,-82.8012,-5012.34,306.926,0.558505,300,0,0,4120,0,0,0,0,0),(118757,22515,571,1,1,16925,0,-126.104,-5055.59,314.663,2.72271,300,0,0,4120,0,0,0,0,0),(118758,22515,571,1,1,16925,0,64.8177,-4894.53,315.754,2.98451,300,0,0,4120,0,0,0,0,0),(118759,22515,571,1,1,16925,0,-100.395,-5137.67,322.177,6.02139,300,0,0,4120,0,0,0,0,0),(118760,29427,571,1,1,26785,1,6994.37,-1295.43,815.24,1.36136,300,0,0,12175,0,0,0,0,0),(118778,24563,571,1,1,23913,0,3457.49,4707.91,-13.6558,5.33412,300,5,0,8982,0,1,0,0,0),(118765,24563,571,1,1,23913,0,3589.59,4578.29,-12.9217,5.43689,300,5,0,8982,0,1,0,0,0),(118763,24563,571,1,1,23913,0,3603.33,4503.01,-10.8873,4.22818,300,5,0,8982,0,1,0,0,0),(118764,27379,571,1,1,24598,0,2795.19,-451.438,118.939,2.33874,300,0,0,4646,0,0,0,0,0),(118762,24563,571,1,1,23913,0,3544.27,4489.79,-12.8706,2.27867,300,5,0,8982,0,1,0,0,0),(118766,24051,571,1,1,22048,1,709.307,-4939.81,5.69565,2.21077,300,0,0,6986,0,0,0,0,0),(118767,24051,571,1,1,22050,1,719.792,-4981.83,6.26409,1.5708,300,0,0,6986,0,0,0,0,0),(118768,24051,571,1,1,22049,1,710.86,-4936.77,6.34196,-1.73661,300,0,0,6986,0,0,0,0,0),(118769,24051,571,1,1,22048,1,719.792,-4990.14,6.70648,-2.03322,300,0,0,6986,0,0,0,0,0),(118770,24051,571,1,1,22048,1,739.815,-4866.26,6.49782,3.53406,300,0,0,6986,0,0,0,0,0),(118771,24051,571,1,1,22048,1,739.29,-4937.83,5.74562,3.5513,300,0,0,6986,0,0,0,0,0),(118772,24051,571,1,1,22050,1,773.114,-4973.18,1.3794,0.366519,300,0,0,6986,0,0,0,0,0),(118773,24051,571,1,1,22049,1,760.44,-4896.1,2.77501,1.78024,300,0,0,6986,0,0,0,0,0),(118775,28403,571,1,1,27453,1,5309.2,-3722.29,372.753,0.159758,300,0,0,8800,8139,0,0,0,0),(118776,28403,571,1,1,27453,1,5261.12,-3770.66,370.248,3.97935,300,0,0,8800,8139,0,0,0,0),(118777,28403,571,1,1,27453,1,5418.03,-3693.92,362.058,3.90954,300,0,0,8800,8139,0,0,0,0),(118761,24563,571,1,1,23913,0,3571.52,4537.49,-12.8015,3.58337,300,5,0,8982,0,1,0,0,0),(118779,25844,571,1,1,23432,0,2678.36,5155.42,18.2385,0.443999,300,5,0,5409,0,2,0,0,0),(118780,25844,571,1,1,23432,0,2556.5,5059.92,7.8477,2.48272,300,5,0,5409,0,2,0,0,0),(118781,25844,571,1,1,23432,0,2683.61,5200.59,25.6208,1.31589,300,5,0,5409,0,2,0,0,0),(118782,25844,571,1,1,23432,0,2583.23,5122.73,8.24939,3.85878,300,5,0,5409,0,2,0,0,0),(118783,25844,571,1,1,23432,0,2600.31,5105.1,12.4402,0.495528,300,5,0,5409,0,2,0,0,0),(118785,29427,571,1,1,26242,1,6858.39,-1346.68,832.404,4.31096,300,0,0,12175,0,0,0,0,0),(118786,29427,571,1,1,26242,1,6866.02,-1356.58,831.544,3.28122,300,0,0,12175,0,0,0,0,0),(118787,29427,571,1,1,26785,1,7024.81,-1339.2,831.283,2.44346,300,0,0,12175,0,0,0,0,0),(118788,29427,571,1,1,26242,1,7012.82,-1313.8,819.345,4.55531,300,0,0,12175,0,0,0,0,0),(118789,29427,571,1,1,26785,1,7047.17,-1310.51,819.401,0.523599,300,0,0,12175,0,0,0,0,0),(118790,29427,571,1,1,26242,1,7007.05,-1357.46,831.253,5.39307,300,0,0,12175,0,0,0,0,0),(118791,29427,571,1,1,26785,1,6844.23,-1311.45,819.694,3.40339,300,0,0,12175,0,0,0,0,0),(118792,29427,571,1,1,26242,1,6880.86,-1261.11,812.462,0.855211,300,0,0,12175,0,0,0,0,0),(118793,29427,571,1,1,26785,1,6842.27,-1333.85,819.742,5.65487,300,0,0,12175,0,0,0,0,0),(118794,29427,571,1,1,26785,1,6868,-1299.4,820.153,4.5204,300,0,0,12175,0,0,0,0,0),(118795,29427,571,1,1,26785,1,6858.69,-1250.73,808.421,4.27606,300,0,0,12175,0,0,0,0,0),(118796,29427,571,1,1,26242,1,6957.22,-1223.49,808.99,5.35816,300,0,0,12175,0,0,0,0,0),(118797,29427,571,1,1,26242,1,6985.69,-1215.26,808.758,5.77704,300,0,0,12175,0,0,0,0,0),(118798,29427,571,1,1,26785,1,6845.51,-1241.04,805.442,4.08407,300,0,0,12175,0,0,0,0,0),(118799,29427,571,1,1,26785,1,6884.33,-1236.36,809.247,2.53073,300,0,0,12175,0,0,0,0,0),(118800,29427,571,1,1,26242,1,6963.78,-1212.05,809.094,1.98968,300,0,0,12175,0,0,0,0,0),(118801,29427,571,1,1,26242,1,6889.85,-1242.17,809.39,5.28835,300,0,0,12175,0,0,0,0,0),(118802,29427,571,1,1,26242,1,6971.69,-1222.38,808.963,5.32325,300,0,0,12175,0,0,0,0,0),(118803,29427,571,1,1,26785,1,6922.84,-1381.92,830.593,4.86947,300,0,0,12175,0,0,0,0,0),(118804,29427,571,1,1,26242,1,6917.98,-1383.08,831.001,5.13127,300,0,0,12175,0,0,0,0,0),(118805,29428,571,1,1,26243,0,6152.99,-1069.41,402.843,3.1765,300,0,0,12600,0,0,0,0,0),(118806,26868,571,1,1,24085,0,3200.55,-2301.47,107.758,0.767945,300,0,0,9940,0,0,0,0,0),(118807,28404,571,1,1,25708,0,5062.35,-4071.49,351.24,2.06237,300,5,0,11001,0,1,0,0,0),(118808,23796,571,1,1,25757,0,2381.11,-5804.38,258.926,4.27606,300,0,0,7984,3080,0,0,0,0),(118809,26356,571,1,1,23826,1,4151.12,-4003.02,167.793,1.00096,300,0,0,10282,0,0,0,0,0),(118810,26356,571,1,1,23826,1,4196.66,-4018.23,168.986,2.14798,300,0,0,10282,0,0,0,0,0),(118811,23796,571,1,1,25757,0,1931.35,-5312.67,201.218,4.71239,300,5,0,7984,3080,1,0,0,0),(118812,28404,571,1,1,25708,0,5159.14,-3928.3,366.876,4.34241,300,5,0,11001,0,1,0,0,0),(118813,26356,571,1,1,23826,1,3643.54,-4585.87,192.226,4.17059,300,5,0,10282,0,1,0,0,0),(118814,26356,571,1,1,23826,1,3647.49,-4612.62,192.942,2.05949,300,0,0,10282,0,0,0,0,0),(118815,23796,571,1,1,25757,0,1941.16,-5660.21,213.285,0.279253,300,0,0,7984,3080,0,0,0,0),(118816,28404,571,1,1,25708,0,5056.05,-3933.66,358.215,4.48969,300,5,0,11001,0,1,0,0,0),(118817,26356,571,1,1,23826,1,4170.88,-4041.09,165.364,3.77602,300,0,0,10282,0,0,0,0,0),(118818,26356,571,1,1,23826,1,4051.49,-3955.08,172.354,5.18363,300,0,0,10282,0,0,0,0,0),(118819,26356,571,1,1,23826,1,4077.08,-3947.92,168.975,1.54992,300,0,0,10282,0,0,0,0,0),(118820,23796,571,1,1,25757,0,2099.98,-5791.51,223.251,1.69297,300,0,0,7984,3080,0,0,0,0),(118821,23796,571,1,1,25757,0,2148.54,-5788.27,222.675,5.34071,300,0,0,7984,3080,0,0,0,0),(118822,26356,571,1,1,23826,1,3494.38,-4552.81,224.246,5.8994,300,0,0,10282,0,2,0,0,0),(118823,23796,571,1,1,25757,0,2179.21,-5609.59,227.452,6.19592,300,0,0,7984,3080,0,0,0,0),(118824,23796,571,1,1,25757,0,2153.36,-5463.9,240.7,2.04204,300,0,0,7984,3080,0,0,0,0),(118825,23796,571,1,1,25757,0,2161.48,-5500.7,241.495,3.78736,300,0,0,7984,3080,0,0,0,0),(118826,26356,571,1,1,23826,1,3592.19,-4493.23,199.477,3.14128,300,5,0,10282,0,1,0,0,0),(118827,28404,571,1,1,25708,0,5111.72,-3767.55,357.379,4.4081,300,5,0,11001,0,1,0,0,0),(118828,26356,571,1,1,23826,1,4038.54,-3969.37,169.81,5.16617,300,0,0,10282,0,0,0,0,0),(118829,28404,571,1,1,25708,0,5090.9,-3874.15,359.345,3.92522,300,5,0,11001,0,1,0,0,0),(118830,26356,571,1,1,23826,1,4147.74,-3768.01,197.471,1.33065,300,0,0,10282,0,0,0,0,0),(118831,26356,571,1,1,23826,1,4196.4,-3801.38,182.062,1.96143,300,0,0,10282,0,0,0,0,0),(118832,26356,571,1,1,23826,1,3934.25,-3778.88,159.122,4.5884,300,0,0,10282,0,0,0,0,0),(118833,26356,571,1,1,23826,1,3894.32,-3752.93,174.005,1.50338,300,0,0,10282,0,0,0,0,0),(118834,26356,571,1,1,23826,1,4190.82,-3897.99,178.641,2.28808,300,0,0,10282,0,0,0,0,0),(118835,26356,571,1,1,23826,1,3604.68,-4506.43,200.383,4.67748,300,0,0,10282,0,0,0,0,0),(118836,26356,571,1,1,23826,1,3552.82,-4498.61,203.879,0.314159,300,0,0,10282,0,0,0,0,0),(118837,26356,571,1,1,23826,1,3559.76,-4514.19,205.169,0.261799,300,0,0,10282,0,0,0,0,0),(118838,26356,571,1,1,23826,1,4071.43,-3798.73,223.875,4.73341,300,0,0,10282,0,0,0,0,0),(118839,26356,571,1,1,23826,1,4136.56,-3762.43,199.187,1.8007,300,0,0,10282,0,0,0,0,0),(118840,26356,571,1,1,23826,1,4041.3,-3733.4,221.855,6.24288,300,0,0,10282,0,0,0,0,0),(118841,26356,571,1,1,23826,1,3414.69,-4477.94,234.785,2.25148,300,0,0,10282,0,0,0,0,0),(118842,26356,571,1,1,23826,1,3446.45,-4464.77,235.871,2.00736,300,5,0,10282,0,1,0,0,0),(118843,26356,571,1,1,23826,1,4211.2,-3770.73,121.885,4.99879,300,5,0,10282,0,1,0,0,0),(118844,26356,571,1,1,23826,1,3999.73,-3831.31,223.779,3.08727,300,0,0,10282,0,0,0,0,0),(118845,26356,571,1,1,23826,1,4118.89,-3679.31,179.964,3.68539,300,0,0,10282,0,0,0,0,0),(118846,26356,571,1,1,23826,1,3916.18,-3963.74,178.782,2.86234,300,0,0,10282,0,0,0,0,0),(118847,26356,571,1,1,23826,1,3377.48,-4619.18,232.95,0.174533,300,0,0,10282,0,0,0,0,0),(118848,26356,571,1,1,23826,1,3372.96,-4601.43,232.047,6.17846,300,0,0,10282,0,0,0,0,0),(118849,28404,571,1,1,25708,0,5170.44,-3806.91,364.469,6.15383,300,5,0,11001,0,1,0,0,0),(118850,28404,571,1,1,25708,0,5312.08,-3663.56,362.085,1.20643,300,5,0,11001,0,1,0,0,0),(118851,28404,571,1,1,25708,0,5376.92,-3612.11,362.064,5.48303,300,5,0,11001,0,1,0,0,0),(118852,28404,571,1,1,25708,0,5243.89,-3674.6,362.175,4.33131,300,5,0,11001,0,1,0,0,0),(118853,28404,571,1,1,25708,0,5384.38,-3667.47,362.005,1.08366,300,5,0,11001,0,1,0,0,0),(118854,28404,571,1,1,25708,0,5178.77,-3725.9,362.228,4.25073,300,5,0,11001,0,1,0,0,0),(118855,28404,571,1,1,25708,0,5263.17,-3956,370.771,4.79719,300,5,0,11001,0,1,0,0,0),(118856,28404,571,1,1,25708,0,5117.88,-3993.76,357.759,3.38828,300,5,0,11001,0,1,0,0,0),(118857,28404,571,1,1,25708,0,5179.74,-3992.26,361.487,5.36478,300,5,0,11001,0,1,0,0,0),(118858,28404,571,1,1,25708,0,5509.14,-3725.26,362.085,6.19191,300,5,0,11001,0,1,0,0,0),(118859,28404,571,1,1,25708,0,5458.53,-3666.11,362.704,1.54884,300,5,0,11001,0,1,0,0,0),(118860,28404,571,1,1,25708,0,5287.34,-3739.93,371.369,2.93764,300,5,0,11001,0,1,0,0,0),(118861,28916,571,1,1,25763,1,6434,-3786.79,470.799,4.69494,300,0,0,9103,8313,0,0,0,0),(118862,25332,571,1,1,15961,0,2507.88,6418.43,43.27,0.12453,300,0,0,9940,0,2,0,0,0),(118863,25332,571,1,1,15961,0,2307.77,6455.49,46.79,1.51699,300,0,0,9940,0,2,0,0,0),(118864,25332,571,1,1,15961,0,2340.38,6420.04,42.83,4.71612,300,0,0,9940,0,2,0,0,0),(118865,25332,571,1,1,15961,0,2474.27,6498.79,41.48,4.08347,300,0,0,9940,0,2,0,0,0),(118866,25332,571,1,1,15961,0,2388.08,6525.89,43.02,0.933865,300,0,0,9940,0,2,0,0,0),(118867,31732,571,1,1,1141,0,5859.31,573.164,653.767,3.83972,300,0,0,42,0,0,0,0,0),(118868,29429,571,1,1,26244,0,6037.14,-652.152,369.899,0.026406,300,0,0,12600,0,0,0,0,0),(118869,27125,571,1,1,24311,1,3256.43,-2202.08,117.112,5.79449,300,0,0,9940,0,0,0,0,0),(118870,26869,571,1,1,24088,0,3219.16,-2300.18,110.748,5.41052,300,0,0,9940,0,0,0,0,0),(118871,26869,571,1,1,24087,0,3279.21,-2331,107.536,3.1765,300,0,0,9940,0,0,0,0,0),(118872,26869,571,1,1,24089,0,3207.6,-2325.87,110.646,6.26573,300,0,0,9940,0,0,0,0,0),(118873,26869,571,1,1,24089,0,3278.42,-2341.05,107.617,2.53073,300,0,0,9940,0,0,0,0,0),(118874,26869,571,1,1,24087,0,3209.91,-2320.17,109.991,5.93412,300,0,0,9940,0,0,0,0,0),(118875,26869,571,1,1,24089,0,3247.79,-2360.89,107.545,1.62316,300,0,0,9940,0,0,0,0,0),(118876,26869,571,1,1,24088,0,3254.51,-2304.41,107.52,5.0091,300,0,0,9940,0,0,0,0,0),(118877,26869,571,1,1,24086,0,3211.24,-2328.07,107.758,6.21337,300,0,0,9940,0,0,0,0,0),(118878,26869,571,1,1,24089,0,3257.54,-2305.12,107.542,4.66003,300,0,0,9940,0,0,0,0,0),(118879,26869,571,1,1,24087,0,3214.57,-2308.5,109.947,5.74213,300,0,0,9940,0,0,0,0,0),(118880,31733,571,1,1,3233,0,5851.46,574.115,653.426,0.506145,300,0,0,42,0,0,0,0,0),(118881,25845,571,1,1,17188,0,3606.57,5063,14.4285,0.785398,300,5,0,8982,3155,1,0,0,0),(118882,26869,571,1,1,24087,0,3212.02,-2317.84,109.158,5.98648,300,0,0,9940,0,0,0,0,0),(118883,26869,571,1,1,24086,0,3208.7,-2330.86,110.079,6.10865,300,0,0,9940,0,0,0,0,0),(118884,26869,571,1,1,24086,0,3223.75,-2329.87,107.617,6.21337,300,0,0,9940,0,0,0,0,0),(118885,26869,571,1,1,24089,0,3219.66,-2303.93,109.311,5.34071,300,0,0,9940,0,0,0,0,0),(118886,25845,571,1,1,17188,0,3739.39,5047.41,-0.865776,2.14675,300,5,0,8982,3155,1,0,0,0),(118887,26613,571,1,1,23946,0,4492.32,-728.97,138.107,4.20946,300,5,0,3992,0,1,0,0,0),(118888,26613,571,1,1,23947,0,4353.33,-1272.51,174.131,3.09471,300,5,0,3992,0,1,0,0,0),(118889,26613,571,1,1,23947,0,4328.48,-720.834,138.926,1.80958,300,0,0,3992,0,0,0,0,0),(118890,26613,571,1,1,23948,0,4372.49,-1416.87,162.615,-1.82786,300,0,0,3992,0,0,0,0,0),(118891,26613,571,1,1,23946,0,3646.04,1548.29,96.3808,0.848206,300,0,0,3992,0,0,0,0,0),(118892,26613,571,1,1,23948,0,4213.49,1149.28,138.99,0.178659,300,0,0,3992,0,0,0,0,0),(118893,26613,571,1,1,23947,0,2874.92,-678.737,89.1316,0.64725,300,5,0,3992,0,1,0,0,0),(118894,26613,571,1,1,23947,0,2764.27,-675.128,83.9591,2.68756,300,0,0,3992,0,0,0,0,0),(118896,26613,571,1,1,23947,0,4537.85,-885.599,167.253,4.66742,300,5,0,3992,0,1,0,0,0),(118897,26613,571,1,1,23946,0,4519.54,-902.949,167.284,5.95278,300,0,0,3992,0,0,0,0,0),(118898,26613,571,1,1,23946,0,4524.58,-889.865,166.709,0.587998,300,5,0,3992,0,1,0,0,0),(118899,26613,571,1,1,23946,0,3097.31,-702.449,84.9954,1.04507,300,0,0,3992,0,0,0,0,0),(118900,26613,571,1,1,23946,0,2896.62,-610.287,91.5263,-2.77615,300,0,0,3992,0,0,0,0,0),(118901,26613,571,1,1,23947,0,3445.34,1799.38,76.7559,5.12104,300,0,0,3992,0,0,0,0,0),(118902,26613,571,1,1,23947,0,3145.28,-370.945,130.059,-1.863,300,0,0,3992,0,0,0,0,0),(118903,26613,571,1,1,23946,0,3047.81,-637.074,93.5021,0.832996,300,0,0,3992,0,0,0,0,0),(118904,26613,571,1,1,23946,0,3042.27,-345.419,126.458,3.11385,300,0,0,3992,0,0,0,0,0),(118905,26613,571,1,1,23946,0,4074.89,1303.78,136.733,5.26789,300,5,0,3992,0,1,0,0,0),(118906,26613,571,1,1,23947,0,3308.67,-363.213,163.984,3.22173,300,0,0,3992,0,0,0,0,0),(118907,26613,571,1,1,23946,0,3311.26,-445.03,162.359,-2.36042,300,0,0,3992,0,0,0,0,0),(118908,26613,571,1,1,23946,0,3515.41,1596.39,74.9451,2.6497,300,0,0,3992,0,0,0,0,0),(118909,26613,571,1,1,23947,0,3518.87,1567.6,75.2835,1.71809,300,0,0,3992,0,0,0,0,0),(118910,26613,571,1,1,23948,0,3369.21,-437.909,181.809,0.679992,300,0,0,3992,0,0,0,0,0),(118911,26613,571,1,1,23946,0,3688.06,1381.37,101.262,-2.24661,300,0,0,3992,0,0,0,0,0),(118912,27381,571,1,1,24599,0,2860.88,-446.497,119.815,4.85202,300,0,0,4646,0,0,0,0,0),(118913,26613,571,1,1,23948,0,3654.05,1397.57,99.6802,0.666463,300,5,0,3992,0,1,0,0,0),(118915,26613,571,1,1,23948,0,4293.68,1228.91,147.103,-0.762077,300,0,0,3992,0,0,0,0,0),(118916,26613,571,1,1,23947,0,4493.85,1080.26,136.614,5.4812,300,0,0,3992,0,0,0,0,0),(118917,26613,571,1,1,23946,0,4398.35,1114.03,144.26,0.901992,300,0,0,3992,0,0,0,0,0),(118918,26613,571,1,1,23948,0,3462.95,1783.35,74.8331,0.585721,300,0,0,3992,0,0,0,0,0),(118919,26613,571,1,1,23947,0,3461.75,1912.19,62.3437,2.97375,300,0,0,3992,0,0,0,0,0),(118920,26613,571,1,1,23946,0,2992.13,-556.646,103.347,5.9027,300,5,0,3992,0,1,0,0,0),(118921,26613,571,1,1,23946,0,3893.75,1749.73,121.615,5.14252,300,5,0,3992,0,1,0,0,0),(118922,26613,571,1,1,23946,0,3521.82,1451.01,80.7485,1.81862,300,0,0,3992,0,0,0,0,0),(118923,26613,571,1,1,23946,0,3411.87,1425.95,82.9577,-2.87794,300,0,0,3992,0,0,0,0,0),(118924,26613,571,1,1,23948,0,3443.45,1492.67,78.4753,3.15722,300,5,0,3992,0,1,0,0,0),(118925,26613,571,1,1,23947,0,3632.02,1319.73,115.876,2.64308,300,0,0,3992,0,0,0,0,0),(118926,26613,571,1,1,23947,0,3871.03,1765.22,123.506,-0.694346,300,0,0,3992,0,0,0,0,0),(118927,26613,571,1,1,23948,0,3690.36,1781.97,104.866,-0.474115,300,0,0,3992,0,0,0,0,0),(118928,26613,571,1,1,23947,0,3690.85,1696.33,101.14,3.90554,300,0,0,3992,0,0,0,0,0),(118929,26613,571,1,1,23946,0,3650,1753.1,110.389,5.11509,300,5,0,3992,0,1,0,0,0),(118930,26613,571,1,1,23947,0,3686.04,1639.94,93.3088,2.23945,300,0,0,3992,0,0,0,0,0),(118931,26613,571,1,1,23946,0,3667.28,1605.29,93.873,2.25728,300,0,0,3992,0,0,0,0,0),(118932,26613,571,1,1,23947,0,3662.13,1594.64,92.9936,5.82478,300,5,0,3992,0,1,0,0,0),(118933,26613,571,1,1,23947,0,3503.64,1414.66,84.6715,4.25618,300,0,0,3992,0,0,0,0,0),(118934,26357,571,1,1,23774,1,3976.84,-4008.83,174.65,1.59979,300,0,0,10635,0,0,0,0,0),(118935,26357,571,1,1,23774,1,4004.09,-4021.7,173.994,5.62034,300,0,0,10635,0,0,0,0,0),(118936,26357,571,1,1,23774,1,3975.24,-4029.55,178.65,4.576,300,0,0,10635,0,0,0,0,0),(118937,26357,571,1,1,23774,1,4047.56,-4027.52,174.185,2.7658,300,0,0,10635,0,0,0,0,0),(118938,26357,571,1,1,23774,1,4075.72,-4044.92,174.3,3.55729,300,0,0,10635,0,0,0,0,0),(118939,26357,571,1,1,23774,1,4082.49,-4015.53,169.993,1.87891,300,0,0,10635,0,0,0,0,0),(118940,26357,571,1,1,23774,1,4109.14,-3902.34,175.634,2.59109,300,0,0,10635,0,0,0,0,0),(118941,26357,571,1,1,23774,1,4026.54,-3822.49,114.684,3.42216,300,5,0,10635,0,1,0,0,0),(118942,26357,571,1,1,23774,1,4060.21,-3898.46,208.704,0.787128,300,0,0,10635,0,0,0,0,0),(118943,26357,571,1,1,23774,1,4021.14,-3823.2,114.749,3.00156,300,5,0,10635,0,1,0,0,0),(118944,26357,571,1,1,23774,1,4057.42,-3824.15,222.979,3.77214,300,0,0,10635,0,0,0,0,0),(118945,26357,571,1,1,23774,1,4002.97,-3833.01,223.553,2.65852,300,0,0,10635,0,0,0,0,0),(118946,26357,571,1,1,23774,1,3669.34,-4025.81,177.374,0.122173,300,0,0,10635,0,0,0,0,0),(118947,26357,571,1,1,23774,1,4075.43,-3958.61,168.475,1.41729,300,0,0,10635,0,0,0,0,0),(118948,26357,571,1,1,23774,1,4093.75,-3873.82,217.438,0.868326,300,5,0,10635,0,1,0,0,0),(118949,26357,571,1,1,23774,1,4120.37,-3727.39,209.648,5.70473,300,0,0,10635,0,0,0,0,0),(118950,26357,571,1,1,23774,1,4071.54,-3795.06,223.808,-1.59857,300,0,0,10635,0,0,0,0,0),(118951,26357,571,1,1,23774,1,4115.98,-3681.53,179.999,0.652371,300,0,0,10635,0,0,0,0,0),(118952,26357,571,1,1,23774,1,4037.91,-3732.01,221.958,-0.388806,300,0,0,10635,0,0,0,0,0),(118953,26357,571,1,1,23774,1,4182,-3754.17,181.221,3.14159,300,0,0,10635,0,0,0,0,0),(118954,26357,571,1,1,23774,1,3954.73,-3894.94,187.316,5.90193,300,5,0,10635,0,1,0,0,0),(118955,26357,571,1,1,23774,1,4193.2,-3900.78,178.474,2.27906,300,0,0,10635,0,0,0,0,0),(118956,26357,571,1,1,23774,1,3559.6,-3910.66,200.162,0.296706,300,0,0,10635,0,0,0,0,0),(118957,26357,571,1,1,23774,1,3540.68,-3769.28,226.925,5.044,300,0,0,10635,0,0,0,0,0),(118958,26357,571,1,1,23774,1,3595.9,-3910.19,196.431,2.26893,300,0,0,10635,0,0,0,0,0),(118959,26357,571,1,1,23774,1,3511.59,-3770.57,227.247,4.62512,300,0,0,10635,0,0,0,0,0),(118960,26357,571,1,1,23774,1,3519.71,-3849.12,219.129,5.06145,300,0,0,10635,0,0,0,0,0),(118961,26357,571,1,1,23774,1,3527.34,-3735.24,230.93,4.5204,300,0,0,10635,0,0,0,0,0),(118962,26357,571,1,1,23774,1,3924.5,-3758.2,165.428,6.27974,300,0,0,10635,0,0,0,0,0),(118963,26357,571,1,1,23774,1,3507.77,-3885.6,211.646,0.174533,300,0,0,10635,0,0,0,0,0),(118964,26357,571,1,1,23774,1,3653.43,-3937.16,183.867,6.17846,300,0,0,10635,0,0,0,0,0),(118965,26357,571,1,1,23774,1,4143.8,-3790.84,194.68,1.66442,300,0,0,10635,0,0,0,0,0),(118966,26357,571,1,1,23774,1,3566.19,-3932.7,202.843,0.767945,300,0,0,10635,0,0,0,0,0),(118967,26357,571,1,1,23774,1,3615.09,-3879.88,194.275,4.97419,300,0,0,10635,0,0,0,0,0),(118968,25333,571,1,1,24274,0,2315.95,6500.33,44.3868,0,300,0,0,6986,0,0,0,0,0),(118969,25333,571,1,1,24274,0,2417.11,6551.34,41.3373,4.67748,300,0,0,6986,0,0,0,0,0),(118970,25333,571,1,1,24274,0,2382.94,6532.75,44.316,4.74729,300,0,0,6986,0,0,0,0,0),(118971,25333,571,1,1,24274,0,2418.3,6516.81,42.5228,4.62512,300,0,0,6986,0,0,0,0,0),(118973,25333,571,1,1,24274,0,2400.45,6532.73,42.3396,4.64258,300,0,0,6986,0,0,0,0,0),(118974,25333,571,1,1,24274,0,2366.68,6433.57,42.4941,6.19592,300,0,0,6986,0,0,0,0,0),(118975,28917,571,1,1,25764,1,6579.68,-3992.66,483.391,3.12414,300,0,0,11379,3725,0,0,0,0),(118976,25333,571,1,1,24274,0,2465.84,6499.83,41.3099,3.03687,300,0,0,6986,0,0,0,0,0),(118977,25333,571,1,1,24274,0,2482.4,6499.9,41.6588,3.07178,300,0,0,6986,0,0,0,0,0),(118978,25333,571,1,1,24274,0,2417.38,6533.51,41.7244,4.67748,300,0,0,6986,0,0,0,0,0),(118979,25333,571,1,1,24274,0,2433.5,6566.7,41.3477,4.66003,300,0,0,6986,0,0,0,0,0),(118980,25333,571,1,1,24274,0,2499.68,6499.92,42.9881,3.08923,300,0,0,6986,0,0,0,0,0),(118981,25333,571,1,1,24274,0,2466.77,6449.28,42.6049,3.08923,300,0,0,6986,0,0,0,0,0),(118982,25333,571,1,1,24274,0,2499.59,6450.24,42.5657,3.12414,300,0,0,6986,0,0,0,0,0),(118983,25333,571,1,1,24274,0,2466.68,6466.49,41.8977,3.26377,300,0,0,6986,0,0,0,0,0),(118984,25333,571,1,1,24274,0,2466.67,6483.33,42.3441,3.28122,300,0,0,6986,0,0,0,0,0),(118985,25333,571,1,1,24274,0,2481.86,6433.35,42.4175,3.12414,300,0,0,6986,0,0,0,0,0),(118986,25333,571,1,1,24274,0,2482.9,6482.99,42.551,3.21141,300,0,0,6986,0,0,0,0,0),(118987,25333,571,1,1,24274,0,2450.65,6516.87,41.8002,4.5204,300,0,0,6986,0,0,0,0,0),(118988,25333,571,1,1,24274,0,2381.65,6517.31,42.8221,4.81711,300,0,0,6986,0,0,0,0,0),(118989,25333,571,1,1,24274,0,2400.13,6515.7,42.1898,4.60767,300,0,0,6986,0,0,0,0,0),(118990,25333,571,1,1,24274,0,2399.64,6566.68,43.6652,4.66003,300,0,0,6986,0,0,0,0,0),(118991,25333,571,1,1,24274,0,2383.21,6551.5,44.5981,4.67748,300,0,0,6986,0,0,0,0,0),(118992,25333,571,1,1,24274,0,2380.88,6566.47,44.442,4.72984,300,0,0,6986,0,0,0,0,0),(118993,25333,571,1,1,24274,0,2366.48,6500.27,42.5173,0,300,0,0,6986,0,0,0,0,0),(118994,25333,571,1,1,24274,0,2366.76,6484.17,41.9181,6.17846,300,0,0,6986,0,0,0,0,0),(118995,25333,571,1,1,24274,0,2366.81,6466.89,41.7418,6.26573,300,0,0,6986,0,0,0,0,0),(118996,25333,571,1,1,24274,0,2349.25,6500.06,42.8827,0,300,0,0,6986,0,0,0,0,0),(118997,25333,571,1,1,24274,0,2349.43,6483.92,40.5763,6.24828,300,0,0,6986,0,0,0,0,0),(118998,25333,571,1,1,24274,0,2348.99,6466.66,41.7852,0,300,0,0,6986,0,0,0,0,0),(118999,25333,571,1,1,24274,0,2333.59,6500.24,43.3013,0,300,0,0,6986,0,0,0,0,0),(119000,25333,571,1,1,24274,0,2333.22,6483.85,43.1629,6.26573,300,0,0,6986,0,0,0,0,0),(119001,25333,571,1,1,24274,0,2333.13,6467.15,42.3798,0,300,0,0,6986,0,0,0,0,0),(119002,25333,571,1,1,24274,0,2333.48,6451.38,44.6352,6.21337,300,0,0,6986,0,0,0,0,0),(119003,25333,571,1,1,24274,0,2333.27,6432.99,45.5517,6.26573,300,0,0,6986,0,0,0,0,0),(119004,25333,571,1,1,24274,0,2318.07,6433.24,49.2592,6.26573,300,0,0,6986,0,0,0,0,0),(119005,25333,571,1,1,24274,0,2316.01,6449.89,47.2856,6.24828,300,0,0,6986,0,0,0,0,0),(119006,25333,571,1,1,24274,0,2315.62,6466.55,43.7479,0,300,0,0,6986,0,0,0,0,0),(119007,25333,571,1,1,24274,0,2315.92,6483.97,42.877,6.26573,300,0,0,6986,0,0,0,0,0),(119008,25333,571,1,1,24274,0,2516.67,6500.15,44.1729,3.10669,300,0,0,6986,0,0,0,0,0),(119009,25333,571,1,1,24274,0,2500.05,6466.46,41.8153,3.1765,300,0,0,6986,0,0,0,0,0),(119010,25333,571,1,1,24274,0,2482.61,6466.83,42.2134,3.21141,300,0,0,6986,0,0,0,0,0),(119011,25333,571,1,1,24274,0,2482.77,6450.67,42.4556,3.14159,300,0,0,6986,0,0,0,0,0),(119012,25333,571,1,1,24274,0,2366.56,6449.5,42.1192,6.17846,300,0,0,6986,0,0,0,0,0),(119013,25333,571,1,1,24274,0,2348.22,6450.85,42.611,6.19592,300,0,0,6986,0,0,0,0,0),(119014,25333,571,1,1,24274,0,2349.44,6433.3,42.6371,6.23082,300,0,0,6986,0,0,0,0,0),(119015,25333,571,1,1,24274,0,2500.39,6483.98,42.8537,3.21141,300,0,0,6986,0,0,0,0,0),(119016,25333,571,1,1,24274,0,2516.16,6466.49,41.4812,3.1765,300,0,0,6986,0,0,0,0,0),(119017,25333,571,1,1,24274,0,2516.04,6485.04,43.5338,3.21141,300,0,0,6986,0,0,0,0,0),(119018,25333,571,1,1,24274,0,2499.81,6433.27,43.2908,3.12414,300,0,0,6986,0,0,0,0,0),(119019,25333,571,1,1,24274,0,2515.61,6433.25,43.2397,3.12414,300,0,0,6986,0,0,0,0,0),(119020,25333,571,1,1,24274,0,2517,6449.5,42.7078,3.12414,300,0,0,6986,0,0,0,0,0),(119022,25333,571,1,1,24274,0,2466.6,6433.74,42.4879,3.12414,300,0,0,6986,0,0,0,0,0),(119023,25333,571,1,1,24274,0,2400.23,6550.96,42.5658,4.62512,300,0,0,6986,0,0,0,0,0),(119025,26613,571,1,1,23948,0,4279.44,1225.1,145.764,4.49541,300,0,0,3992,0,0,0,0,0),(119026,26613,571,1,1,23947,0,4224.42,1125.53,140.864,2.62965,300,0,0,3992,0,0,0,0,0),(119027,26613,571,1,1,23948,0,3770.52,1415.29,98.1704,5.35052,300,0,0,3992,0,0,0,0,0),(119029,25846,571,1,1,17188,0,3357.67,5049.81,14.1139,0.314159,300,5,0,8982,3155,1,0,0,0),(119030,25846,571,1,1,17188,0,3390.86,5135.81,14.4616,1.18682,300,5,0,8982,3155,1,0,0,0),(119031,27126,571,1,1,24329,1,3843.87,-4504.33,206.48,2.05949,300,0,0,42540,0,0,0,0,0),(119032,27126,571,1,1,24326,1,3874.3,-4569.81,206.489,5.8294,300,0,0,42540,0,0,0,0,0),(119033,27126,571,1,1,24325,1,3854.31,-4516.73,209.46,1.57254,300,5,0,42540,0,1,0,0,0),(119034,25590,571,1,1,23264,1,4178.77,5286.27,39.6921,3.71755,300,0,0,9610,0,0,0,0,0),(119036,29430,571,1,1,26245,0,6404.13,-1122.33,426.433,3.50811,300,0,0,12600,0,0,0,0,0),(119037,28150,571,1,1,25092,0,2697.03,6423.32,41.0617,4.57276,300,0,0,8982,0,0,0,0,0),(119038,28150,571,1,1,25092,0,2634.3,6498.76,42.1838,2.94961,300,0,0,8982,0,0,0,0,0),(119039,28150,571,1,1,25092,0,2340.32,6381.45,42.6488,2.60054,300,0,0,8982,0,0,0,0,0),(119040,28150,571,1,1,25092,0,2721.97,6609.28,37.0212,1.8675,300,0,0,8982,0,0,0,0,0),(119041,28150,571,1,1,25092,0,2534.66,6402.96,41.3866,0.942478,300,0,0,8982,0,0,0,0,0),(119042,28150,571,1,1,25092,0,2466.05,6581.5,37.2085,6.16101,300,0,0,8982,0,0,0,0,0),(119043,28150,571,1,1,25092,0,2354.11,6540.41,44.1745,1.74533,300,0,0,8982,0,0,0,0,0),(119044,28150,571,1,1,25092,0,2633.78,6608.26,42.2389,1.74533,300,0,0,8982,0,0,0,0,0),(119045,28150,571,1,1,25092,0,2533.96,6480.82,42.6896,3.76991,300,0,0,8982,0,0,0,0,0),(209117,30446,571,1,1,0,0,8300.43,-2564.86,1153.59,0.261799,120,0,0,1,0,0,0,0,0),(119047,27126,571,1,1,24325,1,3881.88,-4563.27,207.378,5.20108,300,0,0,42540,0,0,0,0,0),(119048,27126,571,1,1,24325,1,3861.65,-4525.51,209.677,3.85718,300,0,0,42540,0,0,0,0,0),(209116,30446,571,1,1,0,0,8283.91,-2585.09,1149.51,5.00909,120,0,0,1,0,0,0,0,0),(209115,30446,571,1,1,0,0,8281.26,-2612.78,1150.66,0.349066,120,0,0,1,0,0,0,0,0),(209114,30446,571,1,1,0,0,8253.4,-2566.37,1149.7,0.0698132,120,0,0,1,0,0,0,0,0),(42571,30395,571,1,1,0,0,8348.89,-2509.48,1147.37,3.7001,120,0,0,12600,0,0,0,0,0),(119053,27126,571,1,1,24329,1,3850.19,-4496.33,206.659,2.84489,300,0,0,42540,0,0,0,0,0),(119054,15350,571,1,1,15387,1,5952.73,569.548,660.57,4.57276,300,0,0,126000,0,0,0,0,0),(119055,26614,571,1,1,328,0,3038.23,-307.717,135.452,3.63112,300,5,0,102,0,1,0,0,0),(119056,26614,571,1,1,328,0,3131.64,-472.602,126.572,3.53163,300,0,0,102,0,0,0,0,0),(119057,26614,571,1,1,328,0,2803.6,-662.036,81.8173,0.343508,300,0,0,102,0,0,0,0,0),(119058,26614,571,1,1,328,0,2894.31,-611.295,91.3788,3.64644,300,5,0,102,0,1,0,0,0),(119059,26614,571,1,1,328,0,2997.59,-553.57,104.783,2.43785,300,5,0,102,0,1,0,0,0),(119060,26614,571,1,1,328,0,4484.45,-774.383,148.412,4.18407,300,5,0,102,0,1,0,0,0),(119061,26614,571,1,1,328,0,4519.04,-894.487,166.817,1.75017,300,5,0,102,0,1,0,0,0),(119062,26614,571,1,1,328,0,4325.68,-1270.69,182.915,2.42322,300,0,0,102,0,0,0,0,0),(119063,26614,571,1,1,328,0,4362.07,-1429.7,162.702,5.37335,300,0,0,102,0,0,0,0,0),(119064,26614,571,1,1,328,0,3145.18,-370.969,130.119,1.28077,300,5,0,102,0,1,0,0,0),(119065,26614,571,1,1,328,0,3117.9,-686.573,96.2212,3.61442,300,5,0,102,0,1,0,0,0),(119066,26614,571,1,1,328,0,3294.92,-405.351,158.25,3.45792,300,5,0,102,0,1,0,0,0),(119067,26614,571,1,1,328,0,3050.78,-634.239,94.5455,0.764277,300,0,0,102,0,0,0,0,0),(119068,27382,571,1,1,26381,0,4844.05,-584.225,160.64,2.23797,300,0,0,9610,0,2,0,0,0),(119069,27382,571,1,1,26381,0,4685.19,-540.968,170.151,2.49582,300,5,0,9610,0,1,0,0,0),(119070,27382,571,1,1,26381,0,4690.42,-529.272,173.552,2.67035,300,5,0,9610,0,1,0,0,0),(119071,27382,571,1,1,26381,0,4824.66,-580.939,165.234,2.5016,300,0,0,9610,0,2,0,0,0),(119072,27382,571,1,1,26381,0,4720.81,-557.773,167.29,3.03945,300,0,0,9610,0,2,0,0,0),(119073,26358,571,1,1,24861,0,4894.68,245.349,123.056,0.947307,300,0,0,9610,0,2,0,0,0),(119074,26358,571,1,1,24861,0,4808.71,123.438,80.5422,0.539255,300,0,0,9610,0,2,0,0,0),(119075,26614,571,1,1,328,0,3472.94,1786.28,74.3246,6.20621,300,0,0,102,0,0,0,0,0),(119076,26614,571,1,1,328,0,3419.55,1913.23,73.4782,4.78377,300,5,0,102,0,1,0,0,0),(119077,26614,571,1,1,328,0,3450.21,1789.55,75.8881,5.23465,300,0,0,102,0,0,0,0,0),(119078,26614,571,1,1,328,0,3514.28,1620.68,74.0896,4.93812,300,5,0,102,0,1,0,0,0),(119079,26614,571,1,1,328,0,3523.08,1452.17,80.6617,0.580855,300,5,0,102,0,1,0,0,0),(119080,26614,571,1,1,328,0,3432.92,1495.57,77.2187,1.98813,300,5,0,102,0,1,0,0,0),(119081,26614,571,1,1,328,0,3407.14,1421.84,83.1015,4.3511,300,5,0,102,0,1,0,0,0),(119082,26614,571,1,1,328,0,4095.75,1288.83,140.736,3.51155,300,5,0,102,0,1,0,0,0),(119083,26614,571,1,1,328,0,3657.83,1528.23,98.3077,1.48571,300,5,0,102,0,1,0,0,0),(119084,26614,571,1,1,328,0,3637.67,1563.01,91.4576,2.65728,300,5,0,102,0,1,0,0,0),(119085,26614,571,1,1,328,0,3649.44,1773.3,108.973,3.1455,300,0,0,102,0,0,0,0,0),(119086,26358,571,1,1,24861,0,4801.3,529.481,120.288,4.40078,300,0,0,9610,0,2,0,0,0),(119087,26358,571,1,1,24861,0,4902.56,348.502,123.264,5.01012,300,0,0,9610,0,2,0,0,0),(119088,26358,571,1,1,24861,0,4937.42,630.546,140.097,2.81232,300,5,0,9610,0,1,0,0,0),(119089,26614,571,1,1,328,0,4293.05,1234.71,146.783,0.788161,300,5,0,102,0,1,0,0,0),(119090,26614,571,1,1,328,0,4100.47,1295.09,140.265,6.12329,300,0,0,102,0,0,0,0,0),(119091,26358,571,1,1,24861,0,4867.54,757.664,120.158,6.17387,300,5,0,9610,0,1,0,0,0),(119092,26614,571,1,1,328,0,4457.94,1119.71,139.151,2.70901,300,5,0,102,0,1,0,0,0),(119093,26614,571,1,1,328,0,4404.92,1127.87,144.757,1.43538,300,5,0,102,0,1,0,0,0),(119094,26358,571,1,1,24861,0,4948.51,690.675,136.133,4.64521,300,0,0,9610,0,2,0,0,0),(119095,26358,571,1,1,24861,0,4920.11,750.305,123.826,1.43638,300,5,0,9610,0,1,0,0,0),(119096,26358,571,1,1,24861,0,4899.23,738.928,122.667,0.32261,300,0,0,9610,0,0,0,0,0),(119097,26358,571,1,1,24861,0,5019.56,282.691,157.623,0.675351,300,0,0,9610,0,2,0,0,0),(119098,26358,571,1,1,24861,0,4890.92,778.074,121.728,2.43878,300,0,0,9610,0,0,0,0,0),(119099,26358,571,1,1,24861,0,4854.7,141.331,93.0235,4.26709,300,5,0,9610,0,1,0,0,0),(119100,26614,571,1,1,328,0,3527.34,1421.01,84.4005,0.664769,300,5,0,102,0,1,0,0,0),(119101,26614,571,1,1,328,0,3692.11,1381.7,101.343,6.21459,300,5,0,102,0,1,0,0,0),(119102,26614,571,1,1,328,0,3899.53,1731.02,117.706,4.95689,300,0,0,102,0,0,0,0,0),(119103,26614,571,1,1,328,0,3307.13,-436.968,160.487,1.93285,300,5,0,102,0,1,0,0,0),(119104,29686,571,1,1,25638,0,4832.77,-2376.45,235.068,0.314159,300,0,0,10282,3466,0,0,0,0),(119105,29686,571,1,1,25938,0,4907.5,-2281.84,244.421,3.78736,300,0,0,10282,3466,0,0,0,0),(119106,29686,571,1,1,25381,0,4929.72,-2299.41,244.346,1.46608,300,0,0,10282,3466,0,0,0,0),(119107,29686,571,1,1,25938,0,4990.17,-2360.19,246.498,2.28638,300,0,0,10282,3466,0,0,0,0),(119108,29686,571,1,1,25381,0,4878.67,-2384.11,234.211,2.32129,300,0,0,10282,3466,0,0,0,0),(119109,29686,571,1,1,25376,0,4857.28,-2385.37,234.187,1.27409,300,0,0,10282,3466,0,0,0,0),(119110,29686,571,1,1,25376,0,4861.24,-2295.76,244.068,2.40855,300,0,0,10282,3466,0,0,0,0),(119111,29686,571,1,1,25381,0,4972.22,-2354.94,245.45,4.46804,300,0,0,10282,3466,0,0,0,0),(119112,28918,571,1,1,27862,1,6491.28,-4005.58,471.515,3.14159,300,0,0,11379,0,0,0,0,0),(119114,29686,571,1,1,25938,0,4972,-2341.04,245.81,1.78024,300,0,0,10282,3466,0,0,0,0),(119115,29686,571,1,1,25376,0,4965.36,-2314.32,245.154,4.86947,300,0,0,10282,3466,0,0,0,0),(119116,29686,571,1,1,25376,0,4941.36,-2299.2,244.354,1.58825,300,0,0,10282,3466,0,0,0,0),(119117,29686,571,1,1,25638,0,4920.46,-2283.21,243.879,5.58505,300,0,0,10282,3466,0,0,0,0),(119118,29686,571,1,1,25938,0,4872.12,-2324.38,239.137,4.72984,300,0,0,10282,3466,0,0,0,0),(119119,29686,571,1,1,25938,0,4861.6,-2359.89,234.864,4.93928,300,0,0,10282,3466,0,0,0,0),(119120,29686,571,1,1,25381,0,4871.34,-2369.81,234.509,2.75762,300,0,0,10282,3466,0,0,0,0),(119121,29686,571,1,1,25938,0,4923.23,-2367.81,241.606,0.226893,300,0,0,10282,3466,0,0,0,0),(119126,24566,571,1,1,23819,0,2819.99,6295.79,61.3785,6.16546,300,5,0,6986,0,1,0,0,0),(119125,24566,571,1,1,23819,0,2770.94,6288.79,78.0405,0.849184,300,0,0,6986,0,0,0,0,0),(119124,24566,571,1,1,23819,0,2567.88,6168.52,43.1955,4.47247,300,0,0,6986,0,0,0,0,0),(119123,24566,571,1,1,23819,0,2694.36,6258.91,39.7512,1.05383,300,0,0,6986,0,0,0,0,0),(119122,24566,571,1,1,23819,0,2658.48,6249.21,39.7512,1.32905,300,0,0,6986,0,0,0,0,0),(119137,26358,571,1,1,24861,0,4947.98,806.195,128.604,0.335632,300,5,0,9610,0,1,0,0,0),(119143,29686,571,1,1,25381,0,4810.87,-2350.84,238.935,0.20944,300,0,0,10282,3466,0,0,0,0),(119145,26358,571,1,1,24861,0,4923.56,749.422,124.054,0.234157,300,0,0,9610,0,0,0,0,0),(119146,26358,571,1,1,24861,0,4989.95,740.306,130.882,3.86352,300,5,0,9610,0,1,0,0,0),(119147,26358,571,1,1,24861,0,5163.89,634.716,176.27,0.366519,300,5,0,9610,0,1,0,0,0),(119148,26614,571,1,1,328,0,4272.73,1206.45,143.929,4.26075,300,5,0,102,0,1,0,0,0),(119149,26358,571,1,1,24861,0,4949.47,767.99,126.918,5.54043,300,5,0,9610,0,1,0,0,0),(119150,25847,571,1,1,17188,0,3515.69,5016.58,-0.550566,1.74533,300,5,0,8982,3155,1,0,0,0),(119151,26615,571,1,1,23951,0,4171.13,1255.16,141.536,3.14084,300,5,0,9291,0,1,0,0,0),(119152,26615,571,1,1,23951,0,3855.82,1379.01,105.118,1.7207,300,5,0,9291,0,1,0,0,0),(119153,26615,571,1,1,23951,0,2754.83,1475.63,143.82,0.120167,300,5,0,9291,0,1,0,0,0),(119154,26615,571,1,1,23951,0,2857.76,992.072,32.868,6.13775,300,5,0,9291,0,1,0,0,0),(119155,29431,571,1,1,26246,0,6099.43,-1075.95,404.239,4.85202,300,0,0,12600,0,0,0,0,0),(119156,26103,571,1,1,23554,1,3693.27,3537.43,347.947,0.890118,300,0,0,9610,3309,0,0,0,0),(119157,26615,571,1,1,23951,0,3187.73,-1333.38,67.4163,1.52999,300,5,0,9291,0,1,0,0,0),(119158,26615,571,1,1,23951,0,3181.54,-727.628,115.75,3.25881,300,5,0,9291,0,1,0,0,0),(119159,26615,571,1,1,23951,0,3338.34,-1191.35,107.724,0.04506,300,5,0,9291,0,1,0,0,0),(119160,26615,571,1,1,23951,0,3143.58,-472.146,126.156,1.96587,300,5,0,9291,0,1,0,0,0),(119161,26615,571,1,1,23951,0,3296.2,-520.289,154.639,1.02151,300,5,0,9291,0,1,0,0,0),(119162,26615,571,1,1,23951,0,4405.05,-1415.36,160.047,1.53076,300,5,0,9291,0,1,0,0,0),(119163,26615,571,1,1,23951,0,4394.78,-1282.97,168.108,4.14099,300,5,0,9291,0,1,0,0,0),(119164,26615,571,1,1,23951,0,4648.92,-924.51,174.829,0.516965,300,5,0,9291,0,1,0,0,0),(119165,26615,571,1,1,23951,0,4422.12,-1228.29,165.295,3.64006,300,5,0,9291,0,1,0,0,0),(119166,29687,571,1,1,26426,0,5147.42,-2205.39,236.623,5.70723,300,0,0,113790,37250,0,0,0,0),(119167,26615,571,1,1,23951,0,4356.63,1140.7,145.502,2.01867,300,5,0,9291,0,1,0,0,0),(119168,26615,571,1,1,23951,0,2799.96,1403.37,137.268,1.02522,300,5,0,9291,0,1,0,0,0),(119169,26615,571,1,1,23951,0,3370.16,1245.44,135.496,0.341513,300,5,0,9291,0,1,0,0,0),(119170,26615,571,1,1,23951,0,2775.8,1543.15,156.039,4.38106,300,5,0,9291,0,1,0,0,0),(119171,26615,571,1,1,23951,0,2945.48,-585.496,90.118,0.133178,300,5,0,9291,0,1,0,0,0),(119172,26615,571,1,1,23951,0,3198.62,-759.667,116.899,1.16575,300,5,0,9291,0,1,0,0,0),(119173,26615,571,1,1,23951,0,2941.72,-559.079,98.9458,4.42608,300,5,0,9291,0,1,0,0,0),(119174,26615,571,1,1,23951,0,3226.23,-1130.35,69.4424,6.22455,300,5,0,9291,0,1,0,0,0),(119175,26615,571,1,1,23951,0,4403.25,-1378.81,160.977,3.60256,300,5,0,9291,0,1,0,0,0),(119176,26615,571,1,1,23951,0,3952.52,1394.69,143.431,5.08419,300,5,0,9291,0,1,0,0,0),(119177,26615,571,1,1,23951,0,3858.34,1376.77,105.842,1.98813,300,5,0,9291,0,1,0,0,0),(119178,26615,571,1,1,23951,0,4294.41,1230.86,147.139,3.48619,300,5,0,9291,0,1,0,0,0),(119179,26615,571,1,1,23951,0,4272.41,1242.91,145.009,5.3142,300,5,0,9291,0,1,0,0,0),(119180,26615,571,1,1,23951,0,3220.84,-945.367,76.7677,0.11152,300,5,0,9291,0,1,0,0,0),(119181,26615,571,1,1,23951,0,3322.83,-1129.05,111.704,4.22173,300,5,0,9291,0,1,0,0,0),(119182,26615,571,1,1,23951,0,4414.54,-591.391,132.071,1.7565,300,5,0,9291,0,1,0,0,0),(119183,26615,571,1,1,23951,0,4709.23,-977.736,176.19,4.74245,300,5,0,9291,0,1,0,0,0),(119184,26615,571,1,1,23951,0,4359.25,-1414.58,162.534,1.72091,300,5,0,9291,0,1,0,0,0),(119185,26615,571,1,1,23951,0,4342.49,-1348.89,162.641,2.30303,300,5,0,9291,0,1,0,0,0),(119186,25847,571,1,1,17188,0,3475.71,4917.4,13.3331,4.93928,300,5,0,8982,3155,1,0,0,0),(119187,26615,571,1,1,23951,0,4227.08,1098.07,142.765,5.79428,300,5,0,9291,0,1,0,0,0),(119188,26615,571,1,1,23951,0,3276.65,-1004.78,116.469,0.948024,300,5,0,9291,0,1,0,0,0),(119189,26615,571,1,1,23951,0,3170.57,-700.953,116.954,5.50952,300,5,0,9291,0,1,0,0,0),(119190,26615,571,1,1,23951,0,2894.6,-652.528,91.7422,2.36724,300,5,0,9291,0,1,0,0,0),(119191,26615,571,1,1,23951,0,2788.5,-578.015,89.6491,5.96529,300,5,0,9291,0,1,0,0,0),(119192,26615,571,1,1,23951,0,4382.31,-1350.5,163.79,3.25603,300,5,0,9291,0,1,0,0,0),(119193,26615,571,1,1,23951,0,4648.11,-993.924,172.305,4.72997,300,5,0,9291,0,1,0,0,0),(119194,26615,571,1,1,23951,0,4323.52,-1211.52,186.005,0.00537,300,5,0,9291,0,1,0,0,0),(119195,26615,571,1,1,23951,0,4243.54,1153.23,140.839,0.847538,300,5,0,9291,0,1,0,0,0),(119196,26615,571,1,1,23951,0,2869.28,-567.598,95.3754,1.65342,300,5,0,9291,0,1,0,0,0),(119197,26615,571,1,1,23951,0,4355.67,-1273.92,173.773,2.89306,300,5,0,9291,0,1,0,0,0),(119198,26615,571,1,1,23951,0,4383.72,1215.92,151.557,3.41856,300,5,0,9291,0,1,0,0,0),(119199,26615,571,1,1,23951,0,4215.86,1209.79,140.022,1.19403,300,5,0,9291,0,1,0,0,0),(119200,26615,571,1,1,23951,0,4271.26,1244.61,144.939,2.25444,300,5,0,9291,0,1,0,0,0),(119201,26615,571,1,1,23951,0,4402.99,1102.36,142.882,0.861647,300,5,0,9291,0,1,0,0,0),(119202,26615,571,1,1,23951,0,3174.52,-355.158,133.065,0.245966,300,5,0,9291,0,1,0,0,0),(119203,26615,571,1,1,23951,0,2799.86,1195.19,121.799,1.80687,300,5,0,9291,0,1,0,0,0),(119204,26615,571,1,1,23951,0,2785.08,1263.12,123.167,2.9869,300,5,0,9291,0,1,0,0,0),(119205,26615,571,1,1,23951,0,3109.81,-441.148,126.247,4.22077,300,5,0,9291,0,1,0,0,0),(119206,26615,571,1,1,23951,0,3608.49,1908.61,79.5211,3.12948,300,5,0,9291,0,1,0,0,0),(119207,26615,571,1,1,23951,0,3200.73,-536.775,125.628,0.996877,300,5,0,9291,0,1,0,0,0),(119208,26615,571,1,1,23951,0,4020.38,1292.35,136.78,4.55061,300,5,0,9291,0,1,0,0,0),(119209,26615,571,1,1,23951,0,2818.41,-648.324,85.374,0.013671,300,5,0,9291,0,1,0,0,0),(119210,26615,571,1,1,23951,0,2754.77,-649.692,86.3279,5.71848,300,5,0,9291,0,1,0,0,0),(119211,26615,571,1,1,23951,0,4019.12,1276.87,139.113,6.13091,300,5,0,9291,0,1,0,0,0),(119212,26103,571,1,1,23554,1,3675.67,3549.4,371.561,2.00713,300,0,0,9610,3309,0,0,0,0),(119213,26615,571,1,1,23951,0,4180,1342.02,140.631,4.37045,300,5,0,9291,0,1,0,0,0),(119214,26103,571,1,1,23554,1,3698.11,3516.19,371.567,1.48353,300,0,0,9610,3309,0,0,0,0),(119215,26615,571,1,1,23951,0,2993.98,-514.065,114.783,6.15193,300,5,0,9291,0,1,0,0,0),(119216,26615,571,1,1,23951,0,3625.25,1292.04,124.159,2.77969,300,5,0,9291,0,1,0,0,0),(119217,26615,571,1,1,23951,0,3185.22,-364.312,133.815,6.14029,300,5,0,9291,0,1,0,0,0),(119218,26615,571,1,1,23951,0,3098.53,-327.376,130.169,2.83405,300,5,0,9291,0,1,0,0,0),(119219,26615,571,1,1,23951,0,3475.91,1787.86,73.9842,4.65519,300,5,0,9291,0,1,0,0,0),(119220,26615,571,1,1,23951,0,4525.17,-910.224,168.409,2.27904,300,5,0,9291,0,1,0,0,0),(119221,26615,571,1,1,23951,0,4573.18,-838.38,165.481,1.46492,300,5,0,9291,0,1,0,0,0),(119222,26615,571,1,1,23951,0,4596.29,-890.05,173.357,2.98271,300,5,0,9291,0,1,0,0,0),(119223,26615,571,1,1,23951,0,4465.29,-786.662,148.776,5.34104,300,5,0,9291,0,1,0,0,0),(119224,26615,571,1,1,23951,0,4523.81,-839.19,161.272,0.712861,300,5,0,9291,0,1,0,0,0),(119225,26615,571,1,1,23951,0,4455.93,-692.609,126.624,0.08436,300,5,0,9291,0,1,0,0,0),(119226,26615,571,1,1,23951,0,4430.9,-741.393,140.731,3.38438,300,5,0,9291,0,1,0,0,0),(119227,26615,571,1,1,23951,0,4437.5,-767.193,146.501,1.5708,300,5,0,9291,0,1,0,0,0),(119228,26615,571,1,1,23951,0,4464.19,-850,164.296,0.005859,300,5,0,9291,0,1,0,0,0),(119229,26615,571,1,1,23951,0,4486.7,-695.58,127.166,3.30303,300,5,0,9291,0,1,0,0,0),(119230,26615,571,1,1,23951,0,4412.23,-658.067,125.713,2.50375,300,5,0,9291,0,1,0,0,0),(119231,26615,571,1,1,23951,0,2849.66,1293.19,147.116,2.51162,300,5,0,9291,0,1,0,0,0),(119232,26103,571,1,1,23554,1,3657.9,3592.59,371.479,3.33569,300,0,0,9610,3309,2,0,0,0),(119233,26615,571,1,1,23951,0,3241.56,-1054.86,80.8134,3.10187,300,5,0,9291,0,1,0,0,0),(119234,26615,571,1,1,23951,0,3284.57,-1091.1,100.874,3.89385,300,5,0,9291,0,1,0,0,0),(119235,26615,571,1,1,23951,0,3193.45,-949.57,57.0199,3.32634,300,5,0,9291,0,1,0,0,0),(119236,26615,571,1,1,23951,0,3187.22,-1331.01,66.9862,2.0292,300,5,0,9291,0,1,0,0,0),(119237,26615,571,1,1,23951,0,3190.02,-1275.93,56.2486,5.4327,300,5,0,9291,0,1,0,0,0),(119238,26615,571,1,1,23951,0,3126.03,-775.485,64.8075,1.58323,300,5,0,9291,0,1,0,0,0),(119239,26615,571,1,1,23951,0,3040.96,-577.412,104.942,2.71505,300,5,0,9291,0,1,0,0,0),(119240,26615,571,1,1,23951,0,3061.37,1064.27,117.5,3.31525,300,5,0,9291,0,1,0,0,0),(119241,26615,571,1,1,23951,0,3426.63,1052.28,138.916,1.92566,300,5,0,9291,0,1,0,0,0),(119242,26615,571,1,1,23951,0,3685.72,1193.55,146.741,3.04953,300,5,0,9291,0,1,0,0,0),(119243,26615,571,1,1,23951,0,3091.67,-375,126.736,5.75932,300,5,0,9291,0,1,0,0,0),(119244,26615,571,1,1,23951,0,3044.53,-360.142,125.978,2.04318,300,5,0,9291,0,1,0,0,0),(119245,26615,571,1,1,23951,0,3265.63,-1026.67,103.938,4.3582,300,5,0,9291,0,1,0,0,0),(119246,26615,571,1,1,23951,0,3208.45,-990.948,73.255,4.93663,300,5,0,9291,0,1,0,0,0),(119247,26615,571,1,1,23951,0,3039.51,-656.328,88.0455,4.6226,300,5,0,9291,0,1,0,0,0),(119248,26615,571,1,1,23951,0,3095.2,-655.501,96.7945,4.95405,300,5,0,9291,0,1,0,0,0),(119249,26615,571,1,1,23951,0,3262.63,-372.291,154.028,0.738471,300,5,0,9291,0,1,0,0,0),(119250,26615,571,1,1,23951,0,3319.11,-422.526,165.262,1.94078,300,5,0,9291,0,1,0,0,0),(119251,26103,571,1,1,23554,1,3659.8,3583.7,347.947,0.034907,300,0,0,9610,3309,0,0,0,0),(119252,26103,571,1,1,23554,1,3696.31,3632.21,371.428,5.53269,300,0,0,9610,3309,0,0,0,0),(119253,26103,571,1,1,23554,1,3742.79,3604.01,346.25,5.21814,300,0,0,9610,3309,2,0,0,0),(119254,26615,571,1,1,23951,0,3146.83,836.423,96.2775,5.42865,300,5,0,9291,0,1,0,0,0),(119255,26615,571,1,1,23951,0,3192.54,-1039.87,53.6751,1.29974,300,5,0,9291,0,1,0,0,0),(119256,26615,571,1,1,23951,0,3209.2,-984.98,73.8119,3.73447,300,5,0,9291,0,1,0,0,0),(119257,26615,571,1,1,23951,0,3242.73,-1069.78,79.9855,3.72472,300,5,0,9291,0,1,0,0,0),(119258,26615,571,1,1,23951,0,3186.29,-1153.83,51.4954,1.42677,300,5,0,9291,0,1,0,0,0),(119259,26359,571,1,1,24862,0,4827.22,754.309,113.534,6.17846,300,5,0,4805,0,1,0,0,0),(119260,26615,571,1,1,23951,0,3328.23,-450.136,171.582,0.420405,300,5,0,9291,0,1,0,0,0),(119261,26615,571,1,1,23951,0,3313.21,-365.25,164.863,2.1412,300,5,0,9291,0,1,0,0,0),(119262,26615,571,1,1,23951,0,3247.89,-364.928,151.933,2.34813,300,5,0,9291,0,1,0,0,0),(119263,26103,571,1,1,23554,1,3786.07,3597.58,347.947,4.01426,300,0,0,9610,3309,0,0,0,0),(119264,26615,571,1,1,23951,0,3296.26,-377.427,160.496,2.49687,300,5,0,9291,0,1,0,0,0),(119265,26615,571,1,1,23951,0,3229.14,-1251.57,65.6628,1.09142,300,5,0,9291,0,1,0,0,0),(119266,26615,571,1,1,23951,0,3260.54,-1249.81,78.98,3.15331,300,5,0,9291,0,1,0,0,0),(119267,26615,571,1,1,23951,0,3014.01,812.267,47.5321,0.088007,300,5,0,9291,0,1,0,0,0),(119268,26615,571,1,1,23951,0,3150.7,-483.511,126.813,5.58231,300,5,0,9291,0,1,0,0,0),(119269,26615,571,1,1,23951,0,3443.08,1059.52,139.308,6.13913,300,5,0,9291,0,1,0,0,0),(119270,26615,571,1,1,23951,0,3680.62,1298.65,126.436,0.374885,300,5,0,9291,0,1,0,0,0),(119271,26615,571,1,1,23951,0,3767.66,1274.44,132.206,3.92428,300,5,0,9291,0,1,0,0,0),(119272,26615,571,1,1,23951,0,3663.06,1334.72,112.811,4.59098,300,5,0,9291,0,1,0,0,0),(119273,26615,571,1,1,23951,0,3885.85,1318.05,124.429,1.58444,300,0,0,9291,0,0,0,0,0),(119274,26615,571,1,1,23951,0,3777.42,1275.21,132.043,3.11523,300,5,0,9291,0,1,0,0,0),(119275,26615,571,1,1,23951,0,4004.45,1313.28,133.209,2.45728,300,5,0,9291,0,1,0,0,0),(119276,26615,571,1,1,23951,0,4071.74,1354.14,133.866,3.41038,300,5,0,9291,0,1,0,0,0),(119277,26615,571,1,1,23951,0,4052.01,1429.08,127.118,2.44748,300,5,0,9291,0,1,0,0,0),(119278,26615,571,1,1,23951,0,4097.93,1361.59,137.222,3.68704,300,5,0,9291,0,1,0,0,0),(119279,26615,571,1,1,23951,0,3991.74,1342.47,129.83,2.927,300,5,0,9291,0,1,0,0,0),(119280,26615,571,1,1,23951,0,4053.24,1431.32,127.24,4.97916,300,5,0,9291,0,1,0,0,0),(119281,26615,571,1,1,23951,0,3964.95,1483.49,123.812,1.43737,300,0,0,9291,0,0,0,0,0),(119282,26615,571,1,1,23951,0,4048.88,1612.55,113.534,5.56311,300,5,0,9291,0,1,0,0,0),(119283,26615,571,1,1,23951,0,3300.9,-513.577,155.195,5.22584,300,5,0,9291,0,1,0,0,0),(119284,26103,571,1,1,23554,1,3819.74,3550.95,347.947,3.19395,300,0,0,9610,3309,0,0,0,0),(119285,26359,571,1,1,24862,0,4823.36,740.25,115.101,1.13446,300,0,0,4805,0,2,0,0,0),(119286,26615,571,1,1,23951,0,3538.37,1558.31,76.3928,4.29265,300,5,0,9291,0,1,0,0,0),(119287,26615,571,1,1,23951,0,3381.93,-379.813,178.248,0.734267,300,5,0,9291,0,1,0,0,0),(119288,26615,571,1,1,23951,0,3590.15,1168.39,142.049,5.51022,300,5,0,9291,0,1,0,0,0),(119289,26615,571,1,1,23951,0,3570.83,1134.4,145.945,1.56884,300,5,0,9291,0,1,0,0,0),(119290,26615,571,1,1,23951,0,3582.41,1308.66,110.629,0.059616,300,5,0,9291,0,1,0,0,0),(119291,26615,571,1,1,23951,0,3585.17,1222.2,139.503,5.77682,300,5,0,9291,0,1,0,0,0),(119292,26615,571,1,1,23951,0,3564.62,1253.47,126.367,2.98769,300,5,0,9291,0,1,0,0,0),(119293,26615,571,1,1,23951,0,3584.96,1246.32,132.656,1.65441,300,5,0,9291,0,1,0,0,0),(119294,26615,571,1,1,23951,0,3586.47,1300.86,114.95,4.0558,300,5,0,9291,0,1,0,0,0),(119295,26615,571,1,1,23951,0,3669.05,1336.66,113.232,0.823767,300,5,0,9291,0,1,0,0,0),(119296,26615,571,1,1,23951,0,3656.18,1527.47,98.4922,1.01665,300,5,0,9291,0,1,0,0,0),(119297,26615,571,1,1,23951,0,4350.8,1221.5,156.834,5.15551,300,5,0,9291,0,1,0,0,0),(119298,26615,571,1,1,23951,0,3629.14,1732.76,110.535,4.54227,300,5,0,9291,0,1,0,0,0),(119299,26615,571,1,1,23951,0,3746.73,1477.89,93.4296,4.16266,300,5,0,9291,0,1,0,0,0),(119300,26615,571,1,1,23951,0,3782.69,1469.45,91.7638,0.834426,300,5,0,9291,0,1,0,0,0),(119301,26615,571,1,1,23951,0,3692.84,1399.46,99.1322,3.77376,300,5,0,9291,0,1,0,0,0),(119302,26615,571,1,1,23951,0,4452.26,1121.13,139.238,4.66933,300,5,0,9291,0,1,0,0,0),(119303,26615,571,1,1,23951,0,2932.41,954.29,40.5467,0.951909,300,5,0,9291,0,1,0,0,0),(119304,26615,571,1,1,23951,0,3190.1,-555.904,120.677,4.17455,300,5,0,9291,0,1,0,0,0),(119305,26615,571,1,1,23951,0,3572.37,1110.3,148.846,1.71272,300,5,0,9291,0,1,0,0,0),(119306,26103,571,1,1,23554,1,3825.31,3561.97,371.449,3.70856,300,0,0,9610,3309,2,0,0,0),(119307,26359,571,1,1,24862,0,4958.5,822.088,131.17,4.39823,300,5,0,4805,0,1,0,0,0),(119308,26359,571,1,1,24862,0,4937.7,822.984,130.189,4.74729,300,5,0,4805,0,1,0,0,0),(119309,26359,571,1,1,24862,0,4917.95,648.98,135.068,0.523599,300,5,0,4805,0,1,0,0,0),(119310,26615,571,1,1,23951,0,3975.49,1617.99,110.809,4.93085,300,5,0,9291,0,1,0,0,0),(119311,26359,571,1,1,24862,0,4913.73,658.164,133.407,4.99633,300,0,0,4805,0,2,0,0,0),(119312,26615,571,1,1,23951,0,3977.89,1512.28,120.882,0.357303,300,0,0,9291,0,0,0,0,0),(119313,26615,571,1,1,23951,0,3204.29,-1296.2,65.8403,0.755715,300,5,0,9291,0,1,0,0,0),(119314,26615,571,1,1,23951,0,3372.32,1227.75,137.548,4.61083,300,5,0,9291,0,1,0,0,0),(119315,26615,571,1,1,23951,0,3510.54,1369.72,90.5118,4.33007,300,5,0,9291,0,1,0,0,0),(119316,26615,571,1,1,23951,0,3545.89,1489.79,81.4812,4.97513,300,5,0,9291,0,1,0,0,0),(119317,26615,571,1,1,23951,0,3293.34,1574.76,144.376,2.38851,300,5,0,9291,0,1,0,0,0),(119318,26615,571,1,1,23951,0,3939.79,1576.09,127.484,1.51262,300,5,0,9291,0,1,0,0,0),(119319,26615,571,1,1,23951,0,3618.78,1747.76,111.378,2.3911,300,0,0,9291,0,0,0,0,0),(119320,26615,571,1,1,23951,0,3675.9,1581.28,92.5786,2.17279,300,5,0,9291,0,1,0,0,0),(119321,26615,571,1,1,23951,0,3602.6,1914.58,79.0259,1.0911,300,5,0,9291,0,1,0,0,0),(119322,26615,571,1,1,23951,0,3883.71,1339.89,116.438,0.518543,300,0,0,9291,0,0,0,0,0),(119323,26615,571,1,1,23951,0,3887.68,1338.13,117.971,4.92935,300,5,0,9291,0,1,0,0,0),(119324,26615,571,1,1,23951,0,3950.84,1302.21,133.277,0.664982,300,0,0,9291,0,0,0,0,0),(119325,26615,571,1,1,23951,0,3761.23,1773.29,111.847,2.24604,300,5,0,9291,0,1,0,0,0),(119326,26615,571,1,1,23951,0,3691.35,1783.99,104.423,-1.70683,300,0,0,9291,0,0,0,0,0),(119327,26615,571,1,1,23951,0,3620.61,1705.09,110.442,1.3558,300,5,0,9291,0,1,0,0,0),(119328,26615,571,1,1,23951,0,3668.29,1655.6,98.4878,1.06591,300,5,0,9291,0,1,0,0,0),(119329,26615,571,1,1,23951,0,3668.03,1718.83,104.509,-1.96187,300,0,0,9291,0,0,0,0,0),(119330,26615,571,1,1,23951,0,3703.7,1713.85,102.842,4.19894,300,5,0,9291,0,1,0,0,0),(119331,26615,571,1,1,23951,0,3611.53,1603.28,89.5548,3.0893,300,5,0,9291,0,1,0,0,0),(119332,26615,571,1,1,23951,0,3624.6,1758.12,110.19,1.14917,300,5,0,9291,0,1,0,0,0),(119333,26615,571,1,1,23951,0,3680.8,1574.55,94.1376,0.238438,300,5,0,9291,0,1,0,0,0),(119334,26615,571,1,1,23951,0,3659.49,1510.39,100.773,0.580144,300,5,0,9291,0,1,0,0,0),(119335,26615,571,1,1,23951,0,3775.55,1459.86,92.6454,3.64613,300,5,0,9291,0,1,0,0,0),(119336,26615,571,1,1,23951,0,3746.2,1481.83,93.4234,2.61799,300,0,0,9291,0,0,0,0,0),(119337,26615,571,1,1,23951,0,3975.98,1513.6,121.159,5.13795,300,5,0,9291,0,1,0,0,0),(119338,26615,571,1,1,23951,0,3935.87,1568.12,128.676,0.83377,300,5,0,9291,0,1,0,0,0),(119339,26615,571,1,1,23951,0,3777.19,1419.79,97.2106,0,300,5,0,9291,0,1,0,0,0),(119340,26615,571,1,1,23951,0,3506.12,1355.12,93.0783,4.94292,300,5,0,9291,0,1,0,0,0),(119341,26615,571,1,1,23951,0,3559.06,1406.22,91.1715,4.56166,300,5,0,9291,0,1,0,0,0),(119342,26103,571,1,1,23554,1,3755.93,3646.45,347.947,4.90438,300,0,0,9610,3309,0,0,0,0),(119344,26103,571,1,1,23554,1,3719.17,3634.03,371.431,2.4921,300,0,0,9610,3309,2,0,0,0),(119345,26103,571,1,1,23554,1,3783.36,3617.72,371.557,2.9147,300,0,0,9610,3309,0,0,0,0),(119346,26103,571,1,1,23554,1,3757.83,3500.43,371.432,6.05542,300,0,0,9610,3309,2,0,0,0),(119348,26103,571,1,1,23554,1,3651.47,3585.2,371.665,1.51315,300,5,0,9610,3309,1,0,0,0),(119349,26103,571,1,1,23554,1,3804.07,3583.02,371.562,5.14872,300,0,0,9610,3309,0,0,0,0),(119350,26103,571,1,1,23554,1,3828.24,3550.23,371.663,1.01516,300,5,0,9610,3309,1,0,0,0),(119351,31735,571,1,1,27682,0,5859.36,573.217,652.76,2.58309,300,0,0,42,0,0,0,0,0),(119352,26615,571,1,1,23951,0,4416.05,1224.44,147.17,1.10816,300,5,0,9291,0,1,0,0,0),(119353,26615,571,1,1,23951,0,4352.87,1218.55,156.125,4.99552,300,5,0,9291,0,1,0,0,0),(119354,26615,571,1,1,23951,0,3807.83,1410.1,95.3291,3.60327,300,5,0,9291,0,1,0,0,0),(119355,26615,571,1,1,23951,0,4311.09,1226.83,149.469,3.90904,300,5,0,9291,0,1,0,0,0),(119356,26359,571,1,1,24862,0,4996.31,772.662,133.508,3.66519,300,5,0,4805,0,1,0,0,0),(119357,26615,571,1,1,23951,0,4448.46,1124.57,139.684,3.09913,300,5,0,9291,0,1,0,0,0),(119358,26359,571,1,1,24862,0,4979.92,785.637,130.154,4.4855,300,5,0,4805,0,1,0,0,0),(119361,26615,571,1,1,23951,0,4245.8,1144.08,141.23,2.99169,300,5,0,9291,0,1,0,0,0),(119362,26615,571,1,1,23951,0,4208.48,1204.17,139.231,1.02317,300,5,0,9291,0,1,0,0,0),(119363,26615,571,1,1,23951,0,4207.17,1259.03,140.757,3.08003,300,5,0,9291,0,1,0,0,0),(119364,26615,571,1,1,23951,0,3866.19,1263.62,138.801,4.61952,300,5,0,9291,0,1,0,0,0),(119365,26615,571,1,1,23951,0,3953.9,1303.97,132.995,6.11481,300,5,0,9291,0,1,0,0,0),(119366,26359,571,1,1,24862,0,4917.95,648.977,135.068,4.2237,300,0,0,4805,0,2,0,0,0),(119367,26359,571,1,1,24862,0,5009.03,732.355,135.587,3.08923,300,5,0,4805,0,1,0,0,0),(119368,26615,571,1,1,23951,0,3772.8,1277.18,132.368,1.01882,300,5,0,9291,0,1,0,0,0),(119369,26615,571,1,1,23951,0,3772.44,1271.42,132.986,5.00048,300,5,0,9291,0,1,0,0,0),(119370,26615,571,1,1,23951,0,3749.65,1489.09,92.7002,0.958151,300,5,0,9291,0,1,0,0,0),(119371,26615,571,1,1,23951,0,3725.04,1368.39,106.55,1.60304,300,5,0,9291,0,1,0,0,0),(119372,26615,571,1,1,23951,0,3776.87,1402.29,99.5699,2.04449,300,5,0,9291,0,1,0,0,0),(119373,26615,571,1,1,23951,0,3651.38,1317.76,116.817,1.09842,300,5,0,9291,0,1,0,0,0),(119374,26615,571,1,1,23951,0,3796.55,1345.56,114.862,5.26705,300,5,0,9291,0,1,0,0,0),(119375,26615,571,1,1,23951,0,3797.65,1480.08,90.1293,1.08836,300,5,0,9291,0,1,0,0,0),(119376,26615,571,1,1,23951,0,3712.42,1412.88,96.6008,3.24427,300,5,0,9291,0,1,0,0,0),(119377,26615,571,1,1,23951,0,3673.99,1305.76,123.412,1.10455,300,5,0,9291,0,1,0,0,0),(119378,26615,571,1,1,23951,0,3874.74,1334.62,117.4,4.55751,300,5,0,9291,0,1,0,0,0),(119379,26615,571,1,1,23951,0,3858.05,1308.62,124.979,5.56775,300,5,0,9291,0,1,0,0,0),(119380,26615,571,1,1,23951,0,4011.71,1307.05,134.279,1.83568,300,5,0,9291,0,1,0,0,0),(119381,26104,571,1,1,23555,1,3451.78,4136.75,15.4282,4.99164,300,0,0,9291,3231,0,0,0,0),(119383,26616,571,1,1,23952,0,4703.28,-1091.26,166.104,0.392838,300,5,0,9291,0,1,0,0,0),(119384,26616,571,1,1,23952,0,4568.49,-1205.54,158.215,5.83221,300,5,0,9291,0,1,0,0,0),(119385,29688,571,1,1,26427,1,5542.13,-1859.71,238.352,1.95477,300,0,0,96100,33090,0,0,0,0),(119386,28408,571,1,1,20245,0,6489.78,4915.25,-57.4056,0.767945,300,0,0,5500,0,0,0,0,0),(119387,28408,571,1,1,20245,0,6491.69,4801.32,-59.1572,5.61996,300,0,0,5500,0,0,0,0,0),(119388,28408,571,1,1,20245,0,6674.06,4830.89,-11.7711,5.23599,300,0,0,5500,0,0,0,0,0),(119389,28408,571,1,1,20245,0,6627.54,4846.34,-31.0652,0.575959,300,0,0,5500,0,0,0,0,0),(119390,28408,571,1,1,20245,0,6589.13,4854.44,-44.081,6.21337,300,0,0,5500,0,0,0,0,0),(119391,28408,571,1,1,20245,0,6631.98,4852.62,-30.3886,2.84489,300,0,0,5500,0,0,0,0,0),(119392,28408,571,1,1,20245,0,6577.57,4800.9,-42.9993,1.0472,300,0,0,5500,0,0,0,0,0),(119393,28408,571,1,1,20245,0,6451.51,4763.62,-71.4282,4.81711,300,0,0,5500,0,0,0,0,0),(119394,28408,571,1,1,20245,0,6382.24,4959.78,-74.6432,6.02139,300,0,0,5500,0,0,0,0,0),(119395,28408,571,1,1,20245,0,6480.54,4854.56,-61.506,1.0821,300,0,0,5500,0,0,0,0,0),(119396,28408,571,1,1,20245,0,6625.14,4775.12,-24.8253,1.18682,300,0,0,5500,0,0,0,0,0),(119397,28408,571,1,1,20245,0,6456.35,4977.72,-65.0968,0.174533,300,0,0,5500,0,0,0,0,0),(119398,28408,571,1,1,20245,0,6402.74,4945.21,-72.2515,4.50295,300,0,0,5500,0,0,0,0,0),(119399,26616,571,1,1,23952,0,3325.29,-1375.41,100.069,2.32917,300,5,0,9291,0,1,0,0,0),(119400,26616,571,1,1,23952,0,3401.97,-1342.63,111.059,1.07044,300,5,0,9291,0,1,0,0,0),(119401,26616,571,1,1,23952,0,3453.7,-1293.49,117.711,6.09862,300,5,0,9291,0,1,0,0,0),(119402,26616,571,1,1,23952,0,3687.4,2523.55,105.774,1.67799,300,5,0,9291,0,1,0,0,0),(119403,26616,571,1,1,23952,0,3333.11,-1511.01,91.1843,0.317737,300,5,0,9291,0,1,0,0,0),(119404,26616,571,1,1,23952,0,3432.76,-1481.03,105.647,5.92442,300,5,0,9291,0,1,0,0,0),(119405,24824,571,1,1,17856,0,159.06,-5760.44,44.9417,3.9968,300,0,0,8982,0,0,0,0,0),(119406,24824,571,1,1,17856,0,169.297,-5763,44.9417,4.53786,300,0,0,8982,0,0,0,0,0),(119407,26616,571,1,1,23952,0,3420.66,-1405.59,104.178,4.18403,300,5,0,9291,0,1,0,0,0),(119408,26616,571,1,1,23952,0,3650.16,2694.04,93.0145,3.90979,300,5,0,9291,0,1,0,0,0),(119409,26616,571,1,1,23952,0,3776.81,-1494.91,145.086,4.22778,300,5,0,9291,0,1,0,0,0),(119410,26616,571,1,1,23952,0,3711.27,-1486.57,136.187,0.637468,300,5,0,9291,0,1,0,0,0),(119411,26616,571,1,1,23952,0,3355.91,-1445.69,99.9143,3.76413,300,5,0,9291,0,1,0,0,0),(119412,26616,571,1,1,23952,0,3657.13,2461.63,100.719,4.23128,300,5,0,9291,0,1,0,0,0),(119413,26616,571,1,1,23952,0,3623.42,2708.84,85.8237,2.06854,300,5,0,9291,0,1,0,0,0),(119414,26616,571,1,1,23952,0,3726.46,2648.09,122.189,4.85346,300,5,0,9291,0,1,0,0,0),(119415,26616,571,1,1,23952,0,4535.77,-1237.42,156.673,6.22344,300,5,0,9291,0,1,0,0,0),(119416,24824,571,1,1,17856,0,203.551,-5721.96,200.589,0.890118,300,0,0,8982,0,0,0,0,0),(119417,24824,571,1,1,17856,0,173.918,-5780,13.6983,1.74533,300,0,0,8982,0,0,0,0,0),(119418,24824,571,1,1,17856,0,308.554,-5817.45,198.864,5.55015,300,0,0,8982,0,0,0,0,0),(119419,24824,571,1,1,17856,0,184.649,-5726.15,144.645,4.64258,300,0,0,8982,0,0,0,0,0),(119420,24824,571,1,1,17856,0,237.029,-5690.7,132.127,5.02655,300,0,0,8982,0,0,0,0,0),(119421,24824,571,1,1,17856,0,204.545,-5694.85,143.699,1.72788,300,0,0,8982,0,0,0,0,0),(119422,24824,571,1,1,17856,0,208.447,-5727.49,200.589,0.436332,300,0,0,8982,0,0,0,0,0),(119423,24824,571,1,1,17856,0,239.346,-5760.52,170.086,3.21141,300,0,0,8982,0,0,0,0,0),(119424,24824,571,1,1,17856,0,316.327,-5724.45,96.2254,5.58505,300,0,0,8982,0,0,0,0,0),(119425,24824,571,1,1,17856,0,306.702,-5695.43,103.471,2.94961,300,0,0,8982,0,0,0,0,0),(119426,24824,571,1,1,17856,0,134.265,-5769.02,38.5285,6.02139,300,0,0,8982,0,0,0,0,0),(119427,24824,571,1,1,17856,0,207.815,-5790.09,38.7626,3.63029,300,0,0,8982,0,0,0,0,0),(119428,24824,571,1,1,17856,0,127.547,-5773.61,282.885,4.29351,300,0,0,8982,0,0,0,0,0),(119429,26616,571,1,1,23952,0,4554.45,-1141.69,166.21,1.47447,300,5,0,9291,0,1,0,0,0),(119430,26616,571,1,1,23952,0,3694.49,1962.56,83.7825,1.4781,300,0,0,9291,0,0,0,0,0),(119431,26616,571,1,1,23952,0,3695.38,2013.23,85.8283,1.64047,300,0,0,9291,0,0,0,0,0),(119432,26616,571,1,1,23952,0,3766.53,1914.04,95.587,-0.304832,300,0,0,9291,0,0,0,0,0),(119433,26616,571,1,1,23952,0,3661.86,2083.92,74.2993,2.13065,300,0,0,9291,0,0,0,0,0),(119434,26616,571,1,1,23952,0,3755.69,2121.4,88.9378,0.795698,300,5,0,9291,0,1,0,0,0),(119435,26360,571,1,1,24876,0,4903.3,789.584,124.738,5.37561,300,0,0,71974,0,0,0,0,0),(119436,26616,571,1,1,23952,0,3719.72,2047.72,88.5134,3.3955,300,0,0,9291,0,0,0,0,0),(119437,26616,571,1,1,23952,0,3790.64,2020.64,92.1446,1.9371,300,0,0,9291,0,0,0,0,0),(119438,26616,571,1,1,23952,0,3671.85,1995.67,82.3485,2.96183,300,0,0,9291,0,0,0,0,0),(119439,26616,571,1,1,23952,0,3701.49,1956.94,84.2169,1.1101,300,0,0,9291,0,0,0,0,0),(119440,26616,571,1,1,23952,0,3841.1,1882.35,105.48,2.08543,300,0,0,9291,0,0,0,0,0),(119441,26616,571,1,1,23952,0,3686.97,1992.51,84.1838,1.33032,300,5,0,9291,0,1,0,0,0),(119442,26616,571,1,1,23952,0,3778.38,1894.68,97.6998,2.83263,300,5,0,9291,0,1,0,0,0),(119443,26616,571,1,1,23952,0,3796.52,2000.48,92.7097,5.10853,300,5,0,9291,0,1,0,0,0),(119444,26616,571,1,1,23952,0,3620.1,2723.46,82.6987,1.71371,300,5,0,9291,0,1,0,0,0),(119445,24824,571,1,1,17856,0,298.683,-5716.99,97.2373,6.02139,300,0,0,8982,0,0,0,0,0),(119446,24824,571,1,1,17856,0,101.138,-5782.75,14.9535,6.0912,300,0,0,8982,0,0,0,0,0),(119447,26616,571,1,1,23952,0,3672.62,2075.04,78.7879,0.35422,300,5,0,9291,0,1,0,0,0),(119448,24824,571,1,1,17856,0,284.694,-5724.69,96.8068,5.46288,300,0,0,8982,0,0,0,0,0),(119449,24824,571,1,1,17856,0,106.38,-5764.44,29.9348,3.19395,300,0,0,8982,0,0,0,0,0),(119450,24824,571,1,1,17856,0,204.131,-5788.51,46.1788,6.23082,300,0,0,8982,0,0,0,0,0),(119451,26616,571,1,1,23952,0,3645.3,2680.39,94.2473,5.85676,300,5,0,9291,0,1,0,0,0),(119452,26616,571,1,1,23952,0,3688.48,2743.38,99.5429,2.96392,300,5,0,9291,0,1,0,0,0),(119453,24824,571,1,1,17856,0,247.609,-5818.58,45.4727,0.541052,300,0,0,8982,0,0,0,0,0),(119454,24824,571,1,1,17856,0,218.586,-5723.84,153.277,0.523599,300,0,0,8982,0,0,0,0,0),(119455,26616,571,1,1,23952,0,3639.65,2147.56,77.109,1.88143,300,5,0,9291,0,1,0,0,0),(119456,26616,571,1,1,23952,0,3623.21,2099.08,79.4442,2.70284,300,5,0,9291,0,1,0,0,0),(119457,24824,571,1,1,17856,0,200.237,-5676.97,294.016,4.7822,300,0,0,8982,0,0,0,0,0),(119458,24824,571,1,1,17856,0,260.17,-5712.45,113.333,5.70723,300,0,0,8982,0,0,0,0,0),(119459,24824,571,1,1,17856,0,204.64,-5684.51,294.021,0.925025,300,0,0,8982,0,0,0,0,0),(119460,26616,571,1,1,23952,0,3661.27,2203.73,85.1159,1.0674,300,5,0,9291,0,1,0,0,0),(119461,26616,571,1,1,23952,0,3696.91,2275.44,91.1175,3.0771,300,5,0,9291,0,1,0,0,0),(119462,26616,571,1,1,23952,0,3689.67,2301.96,91.1919,5.16893,300,5,0,9291,0,1,0,0,0),(119463,24824,571,1,1,17856,0,82.7751,-5777.49,21.4517,4.86947,300,0,0,8982,0,0,0,0,0),(119464,24824,571,1,1,17856,0,183.893,-5801.03,38.489,5.48033,300,0,0,8982,0,0,0,0,0),(119465,26616,571,1,1,23952,0,3783.29,1920.31,95.5492,0.503097,300,0,0,9291,0,0,0,0,0),(119466,26616,571,1,1,23952,0,3711.07,1950.88,86.2452,3.45747,300,5,0,9291,0,1,0,0,0),(119467,24824,571,1,1,17856,0,340.093,-5873.72,267.38,2.56563,300,0,0,8982,0,0,0,0,0),(119468,26616,571,1,1,23952,0,3779.36,1918.95,95.4466,0.439272,300,0,0,9291,0,0,0,0,0),(119469,26616,571,1,1,23952,0,3845.1,1852.52,112.983,4.01277,300,5,0,9291,0,1,0,0,0),(119470,24824,571,1,1,17856,0,129.59,-5791.19,25.2778,3.735,300,0,0,8982,0,0,0,0,0),(119471,24824,571,1,1,17856,0,272.991,-5792.76,187.269,5.14872,300,0,0,8982,0,0,0,0,0),(119472,24824,571,1,1,17856,0,330.092,-5739.35,286.219,3.54302,300,0,0,8982,0,0,0,0,0),(119473,24824,571,1,1,17856,0,300.483,-5783.57,238.93,0.401426,300,0,0,8982,0,0,0,0,0),(119474,26616,571,1,1,23952,0,3726.62,2047.19,89.2505,3.61616,300,5,0,9291,0,1,0,0,0),(119475,26616,571,1,1,23952,0,3696.25,2011.74,85.9424,1.4376,300,0,0,9291,0,0,0,0,0),(119476,26616,571,1,1,23952,0,3755.45,2103.33,90.7508,1.44644,300,5,0,9291,0,1,0,0,0),(119477,24824,571,1,1,17856,0,203.77,-5799.91,30.0663,2.51327,300,0,0,8982,0,0,0,0,0),(119478,24824,571,1,1,17856,0,192.52,-5800.95,9.47119,1.8326,300,0,0,8982,0,0,0,0,0),(119479,24824,571,1,1,17856,0,194.316,-5880.85,6.40672,1.98968,300,0,0,8982,0,0,0,0,0),(119480,24824,571,1,1,17856,0,276.172,-5717.91,111.117,2.26893,300,0,0,8982,0,0,0,0,0),(119481,24824,571,1,1,17856,0,263.898,-5690.77,118.984,0.767945,300,0,0,8982,0,0,0,0,0),(119482,24824,571,1,1,17856,0,139.861,-5792.64,7.7345,1.58825,300,0,0,8982,0,0,0,0,0),(119483,24824,571,1,1,17856,0,299.255,-5800.22,204.485,2.82743,300,0,0,8982,0,0,0,0,0),(119484,24824,571,1,1,17856,0,316.832,-5736.53,279.519,4.97419,300,0,0,8982,0,0,0,0,0),(119485,26616,571,1,1,23952,0,3666.73,2450.92,104.069,5.57032,300,5,0,9291,0,1,0,0,0),(119486,26616,571,1,1,23952,0,3700.07,2752.07,101.192,6.01239,300,5,0,9291,0,1,0,0,0),(119488,26616,571,1,1,23952,0,3686.85,2313.24,92.3132,0.804839,300,5,0,9291,0,1,0,0,0),(119489,26616,571,1,1,23952,0,3689.4,2281.94,90.0056,4.50177,300,5,0,9291,0,1,0,0,0),(119490,26616,571,1,1,23952,0,3788.47,1890.33,99.6494,3.05765,300,5,0,9291,0,1,0,0,0),(119491,26616,571,1,1,23952,0,3789.73,1990.23,92.4449,1.34041,300,5,0,9291,0,1,0,0,0),(119492,26616,571,1,1,23952,0,3745.36,1920.18,92.5819,1.21657,300,5,0,9291,0,1,0,0,0),(119493,26616,571,1,1,23952,0,3669.11,2071.57,80.0514,3.25807,300,5,0,9291,0,1,0,0,0),(119494,26616,571,1,1,23952,0,3734.03,2048,90.0601,2.91911,300,5,0,9291,0,1,0,0,0),(119495,26616,571,1,1,23952,0,3689.65,1953.39,83.3139,3.25606,300,5,0,9291,0,1,0,0,0),(119496,26616,571,1,1,23952,0,3745.13,2107.86,89.9899,3.95039,300,5,0,9291,0,1,0,0,0),(119497,26616,571,1,1,23952,0,3637.83,2165.7,81.2966,2.224,300,5,0,9291,0,1,0,0,0),(119498,26616,571,1,1,23952,0,3627.64,2126.14,78.5819,4.95405,300,5,0,9291,0,1,0,0,0),(119499,26616,571,1,1,23952,0,3656.66,2160.89,82.4597,-1.76359,300,0,0,9291,0,0,0,0,0),(119500,26616,571,1,1,23952,0,3688.93,2006.48,85.0985,0.829528,300,5,0,9291,0,1,0,0,0),(119501,26616,571,1,1,23952,0,3843.19,1857.71,111.589,4.24001,300,5,0,9291,0,1,0,0,0),(119503,26616,571,1,1,23952,0,3628.52,2687.63,89.6433,4.98396,300,5,0,9291,0,1,0,0,0),(119504,25849,571,1,1,23433,1,3477.16,4103.97,17.9091,4.06662,300,0,0,8982,3155,0,0,0,0),(119505,23033,571,1,1,0,0,4532.7,-1324.71,156.806,2.6529,300,0,0,42,0,0,0,0,0),(119506,23033,571,1,1,0,0,4557.05,-1385.77,156.619,2.02458,300,0,0,42,0,0,0,0,0),(119507,23033,571,1,1,0,0,4517.35,-1344.36,156.549,4.86947,300,0,0,42,0,0,0,0,0),(119508,23033,571,1,1,0,0,4559.62,-1389.36,156.627,0.244346,300,0,0,42,0,0,0,0,0),(119509,23033,571,1,1,0,0,4546.46,-1385.78,162.068,1.01229,300,0,0,42,0,0,0,0,0),(119510,23033,571,1,1,0,0,4575.42,-1386.07,156.818,0.069813,300,0,0,42,0,0,0,0,0),(119511,23033,571,1,1,0,0,4538.6,-1389.63,156.178,4.13643,300,0,0,42,0,0,0,0,0),(119512,23033,571,1,1,0,0,4571.01,-1377.44,156.806,2.63545,300,0,0,42,0,0,0,0,0),(119513,23033,571,1,1,0,0,4519.74,-1339.19,156.749,5.8294,300,0,0,42,0,0,0,0,0),(119514,23033,571,1,1,0,0,5911.71,461.986,640.792,3.4383,300,0,0,42,0,0,0,0,0),(119515,23033,571,1,1,0,0,4708.26,-429.938,178.249,6.17846,300,0,0,42,0,0,0,0,0),(119516,23033,571,1,1,0,0,4741.41,-327.651,183.504,2.61799,300,0,0,42,0,0,0,0,0),(119517,23033,571,1,1,0,0,4603.96,-575.281,155.586,1.91986,300,0,0,42,0,0,0,0,0),(119518,23033,571,1,1,0,0,1586.44,-3265.99,104.022,4.59022,300,0,0,42,0,0,0,0,0),(119519,26361,571,1,1,23782,1,4556.24,-4247.67,170.603,3.38594,300,0,0,10282,3466,0,0,0,0),(119520,23033,571,1,1,0,0,4924.72,1307.88,229.649,3.68265,300,0,0,42,0,0,0,0,0),(119521,29433,571,1,1,26250,1,6093.87,-1059.74,404.397,2.18166,300,0,0,11379,0,0,0,0,0),(119522,29433,571,1,1,26250,1,6090.6,-1048.41,404.543,2.19912,300,0,0,11379,0,0,0,0,0),(119523,29433,571,1,1,26251,1,6096.55,-1046.26,404.846,4.27606,300,0,0,11379,0,0,0,0,0),(119524,29433,571,1,1,26250,1,6088.32,-1059.73,404.454,1.41372,300,0,0,11379,0,0,0,0,0),(119525,29433,571,1,1,26251,1,6097.4,-1057.23,404.224,2.60054,300,0,0,11379,0,0,0,0,0),(119526,29433,571,1,1,26251,1,6085.01,-1054.36,404.995,6.02139,300,0,0,11379,0,0,0,0,0),(119527,29433,571,1,1,26251,1,6088.8,-1058.37,404.216,4.46804,300,0,0,11379,0,0,0,0,0),(119528,29433,571,1,1,26250,1,6089.6,-1048.77,404.534,1.64061,300,0,0,11379,0,0,0,0,0),(119529,29433,571,1,1,26250,1,6089.65,-1047.2,404.767,5.14872,300,0,0,11379,0,0,0,0,0),(119530,23033,571,1,1,0,0,4245.03,-1279.57,152.708,0.942478,300,0,0,42,0,0,0,0,0),(119531,23033,571,1,1,0,0,4045.61,-1095.28,138.267,4.86947,300,0,0,42,0,0,0,0,0),(119532,23033,571,1,1,0,0,4185.62,-1117.8,153.101,3.87463,300,0,0,42,0,0,0,0,0),(119533,23033,571,1,1,0,0,2788.57,-3586.71,250.461,5.39307,300,0,0,42,0,0,0,0,0),(119534,29689,571,1,1,26428,1,5539.37,-1862.18,238.352,4.01426,300,0,0,96100,33090,0,0,0,0),(119536,23801,571,1,1,21774,0,1340.9,-3260.77,175.679,1.14154,300,5,0,86,0,1,0,0,0),(119537,23801,571,1,1,21774,0,1303.89,-3277.57,175.444,6.21337,300,0,0,86,0,0,0,0,0),(119538,23033,571,1,1,0,0,4520.41,-1323.08,156.784,3.90954,300,0,0,42,0,0,0,0,0),(119539,23033,571,1,1,0,0,4526.57,-1329.23,162.017,1.85005,300,0,0,42,0,0,0,0,0),(119540,23033,571,1,1,0,0,4573.84,-1381.23,156.809,3.76991,300,0,0,42,0,0,0,0,0),(119541,24313,571,1,1,22250,0,2133.44,-2990.11,148.976,2.61799,300,0,0,8982,0,0,0,0,0),(119543,23033,571,1,1,0,0,2793.95,-3627.93,248.842,2.98451,300,0,0,42,0,0,0,0,0),(119544,23033,571,1,1,0,0,2087.15,-3203.3,145.093,1.22173,300,0,0,42,0,0,0,0,0),(119545,26873,571,1,1,24094,0,3074.45,1369.6,130.074,5.39307,300,0,0,7952,7654,0,0,0,0),(119546,23033,571,1,1,0,0,4926.29,1304.61,230.32,4.27606,300,0,0,42,0,0,0,0,0),(119547,27385,571,1,1,24600,0,2089.12,5307.19,19.5343,5.86431,300,0,0,8982,0,0,0,0,0),(119548,32249,571,1,1,9563,0,5926.8,583.463,609.735,5.74213,300,0,0,42,0,0,0,0,0),(119549,23033,571,1,1,0,0,3854.2,-1934.42,208.493,4.4855,300,0,0,42,0,0,0,0,0),(119551,23033,571,1,1,0,0,4944.91,1192.5,226.347,0.959931,300,0,0,42,0,0,0,0,0),(119552,23033,571,1,1,0,0,4948.57,1191.55,226.765,0.925025,300,0,0,42,0,0,0,0,0),(119553,23033,571,1,1,0,0,4921.98,1314.58,230.18,3.42085,300,0,0,42,0,0,0,0,0),(119555,23033,571,1,1,0,0,4953.1,1191.01,227.052,1.25664,300,0,0,42,0,0,0,0,0),(119556,23801,571,1,1,21774,0,1413.14,-3314.27,168.314,1.02466,300,5,0,86,0,1,0,0,0),(119557,23801,571,1,1,21774,0,642.587,-5011.48,4.90392,3.78158,300,5,0,86,0,1,0,0,0),(119558,23801,571,1,1,21774,0,574.683,-5050.14,-0.755037,2.51665,300,5,0,86,0,1,0,0,0),(119559,23801,571,1,1,21774,0,676.48,-4924.46,3.87475,0.721327,300,5,0,86,0,1,0,0,0),(119560,23801,571,1,1,21774,0,535.97,-5038.93,11.471,2.74235,300,5,0,86,0,1,0,0,0),(119561,23801,571,1,1,21774,0,560.075,-4923.84,19.4693,2.87294,300,5,0,86,0,1,0,0,0),(119562,23801,571,1,1,21774,0,673.57,-5034.91,6.91878,0.734267,300,5,0,86,0,1,0,0,0),(119563,23801,571,1,1,21774,0,587.2,-4997.65,3.84819,4.13555,300,5,0,86,0,1,0,0,0),(119564,23801,571,1,1,21774,0,647.503,-4904.83,16.9297,6.13603,300,5,0,86,0,1,0,0,0),(119565,23801,571,1,1,21774,0,1447.9,-3310.47,168.882,6.02308,300,5,0,86,0,1,0,0,0),(119566,23801,571,1,1,21774,0,668.129,-4990.68,7.38795,4.553,300,5,0,86,0,1,0,0,0),(119567,23801,571,1,1,21774,0,554.933,-4995.27,10.709,2.49664,300,5,0,86,0,1,0,0,0),(119568,23801,571,1,1,21774,0,1352.61,-3321.62,174.748,2.82531,300,5,0,86,0,1,0,0,0),(119569,23801,571,1,1,21774,0,610.85,-4957.11,4.28409,0.957343,300,5,0,86,0,1,0,0,0),(119570,26618,571,1,1,23963,0,3765.44,1618.7,87.5538,5.74213,300,0,0,9940,0,0,0,0,0),(119572,23802,571,1,1,21778,0,594.392,-4928.27,17.8834,0.261293,300,0,0,3728,0,0,0,0,0),(119573,23546,571,1,1,21608,0,654.667,-5057.84,1.79658,5.62547,300,0,0,9610,0,0,0,0,0),(119574,26362,571,1,1,23846,1,4551.01,-4241.4,170.575,6.03884,300,0,0,10282,3466,0,0,0,0),(119575,25594,571,1,1,0,0,3394.03,6157.93,79.9142,0.663225,300,0,0,4979,0,0,0,0,0),(119576,29690,571,1,1,26429,0,5150.55,-2206.97,236.633,2.70526,300,0,0,110010,3643,0,0,0,0),(119577,24826,571,1,1,17188,0,280.856,-5761.44,268.54,5.75959,300,0,0,8982,0,0,0,0,0),(119578,28666,571,1,1,25592,0,6076.13,-2093.76,422.919,6.21844,300,0,0,10635,0,0,0,0,0),(119579,25594,571,1,1,0,0,3209.24,6093.5,147.777,5.77704,300,0,0,4979,0,0,0,0,0),(119580,25594,571,1,1,0,0,3213.83,6094.5,147.771,4.57276,300,0,0,4979,0,0,0,0,0),(119581,25594,571,1,1,0,0,3214.83,6089.86,147.722,4.32842,300,0,0,4979,0,0,0,0,0),(119582,25594,571,1,1,0,0,3210.27,6088.9,147.749,5.02655,300,0,0,4979,0,0,0,0,0),(119583,25594,571,1,1,0,0,3410.78,6158.81,88.0948,1.01229,300,0,0,4979,0,0,0,0,0),(119584,25594,571,1,1,0,0,3404.33,6175.5,88.0948,3.35103,300,0,0,4979,0,0,0,0,0),(119585,25594,571,1,1,0,0,3386.39,6177.2,88.0948,4.39823,300,0,0,4979,0,0,0,0,0),(119586,25594,571,1,1,0,0,3374.27,6163.65,88.0948,4.7822,300,0,0,4979,0,0,0,0,0),(119587,25594,571,1,1,0,0,3380.91,6146.91,88.0948,5.13127,300,0,0,4979,0,0,0,0,0),(119588,25594,571,1,1,0,0,3399.02,6144.89,88.0948,5.55015,300,0,0,4979,0,0,0,0,0),(119589,25850,571,1,1,23434,0,4056.84,5526.18,35.9343,1.48353,300,0,0,6542,0,0,0,0,0),(119590,25850,571,1,1,23434,0,3805.92,5502.85,41.4027,2.32129,300,0,0,6542,0,0,0,0,0),(119591,25850,571,1,1,23434,0,3715.34,5449.55,40.7221,3.50811,300,0,0,6542,0,0,0,0,0),(119592,25850,571,1,1,23434,0,3926.6,5384.66,26.7945,4.81711,300,0,0,6542,0,0,0,0,0),(119593,25850,571,1,1,23434,0,4037.54,5415.36,31.2491,2.23402,300,0,0,6542,0,0,0,0,0),(119594,25850,571,1,1,23434,0,3553.19,5324.67,31.3827,1.25664,300,0,0,6542,0,0,0,0,0),(119595,25850,571,1,1,23434,0,3824.53,5360.57,26.7899,2.74017,300,0,0,6542,0,0,0,0,0),(119596,25850,571,1,1,23434,0,3610.09,5186.11,28.2085,5.044,300,0,0,6542,0,0,0,0,0),(119597,25850,571,1,1,23434,0,3690.02,5151.66,29.7981,2.67035,300,0,0,6542,0,0,0,0,0),(119598,25850,571,1,1,23434,0,3758.89,5252.69,32.3871,4.39823,300,0,0,6542,0,0,0,0,0),(119599,25850,571,1,1,23434,0,3636.49,5254.08,34.1138,4.81711,300,0,0,6542,0,0,0,0,0),(119600,25850,571,1,1,23434,0,3249.78,5392.41,48.9272,5.41052,300,0,0,6542,0,0,0,0,0),(119601,25850,571,1,1,23434,0,3326.09,5376.9,43.0768,1.51844,300,0,0,6542,0,0,0,0,0),(119602,25850,571,1,1,23434,0,3340.77,5470.43,59.9694,2.47837,300,0,0,6542,0,0,0,0,0),(119603,25850,571,1,1,23434,0,3418.56,5462.99,64.1883,5.68977,300,0,0,6542,0,0,0,0,0),(119604,25850,571,1,1,23434,0,3419.93,5385.92,48.2596,2.54818,300,0,0,6542,0,0,0,0,0),(119605,25850,571,1,1,23434,0,3426.66,5249.49,35.1628,6.02139,300,0,0,6542,0,0,0,0,0),(119606,25850,571,1,1,23434,0,3443.23,5312.54,40.6566,3.7001,300,0,0,6542,0,0,0,0,0),(119607,25850,571,1,1,23434,0,3510.48,5223.81,31.5286,5.16617,300,0,0,6542,0,0,0,0,0),(202337,29434,571,1,1,0,1,6629.44,-1251.64,395.942,5.38386,25,0,0,9416,0,0,0,0,0),(119610,25339,571,1,1,23163,1,4524.21,5672.38,81.4591,2.67035,300,0,0,7984,0,0,0,0,0),(119611,26363,571,1,1,2161,0,3653.99,-3345.8,259.999,2.01592,300,5,0,9610,0,1,0,0,0),(119612,26363,571,1,1,2161,0,3920.53,-3171.14,287.909,2.46949,300,5,0,9610,0,1,0,0,0),(119613,26363,571,1,1,2161,0,4514.04,-2360.66,203.965,5.9731,300,5,0,9610,0,1,0,0,0),(119614,26363,571,1,1,2161,0,4620.81,-2324.57,173.917,1.45359,300,5,0,9610,0,1,0,0,0),(119615,26363,571,1,1,2161,0,3758.51,-2974.16,235.089,0.123386,300,5,0,9610,0,1,0,0,0),(119616,26363,571,1,1,2161,0,4369.48,-2331.7,207.099,0.750167,300,5,0,9610,0,1,0,0,0),(119617,26619,571,1,1,24050,0,4236.15,5260.02,71.7386,1.62316,300,0,0,8982,0,0,0,0,0),(119618,23803,571,1,1,11686,0,1623.84,-6239.14,5.0942,1.81514,300,0,0,4120,0,0,0,0,0),(119619,23803,571,1,1,11686,0,1559.21,-6215.24,5.69475,2.07694,300,0,0,4120,0,0,0,0,0),(119620,26875,571,1,1,24367,0,3410.84,-2781.71,202.283,4.39823,300,0,0,46455,0,0,0,0,0),(119621,26363,571,1,1,2161,0,3389.58,-2860.98,199.58,5.0091,300,0,0,9610,0,0,0,0,0),(119622,26363,571,1,1,2161,0,3461.54,-2905.29,201.073,1.98968,300,0,0,9610,0,0,0,0,0),(119623,26363,571,1,1,2161,0,3815.74,-3532.19,248.631,5.00997,300,5,0,9610,0,1,0,0,0),(119624,26363,571,1,1,2161,0,3844.73,-3507.23,268.05,5.49779,300,5,0,9610,0,1,0,0,0),(119625,32251,571,1,1,27852,1,5900.9,460.72,641.653,4.92183,300,0,0,8982,0,0,0,0,0),(119626,27131,571,1,1,21635,0,4172.16,-4126.86,197.421,5.9775,300,5,0,9940,0,1,0,0,0),(119627,27131,571,1,1,21635,0,4203.59,-4171.06,208.537,3.09276,300,5,0,9940,0,1,0,0,0),(119628,29691,571,1,1,26430,0,5541.64,-1854.64,238.352,3.45575,300,0,0,106350,0,0,0,0,0),(119629,32763,571,1,1,28218,0,2745.86,908.66,6.07634,4.18879,300,0,0,3524,0,0,0,0,0),(119630,3835,571,1,1,1924,0,5196.85,4675.3,-134.78,2.20191,300,5,0,8,0,1,0,0,0),(119631,3835,571,1,1,1924,0,5091.91,4811.41,-127.816,3.82981,300,5,0,8,0,1,0,0,0),(119632,3835,571,1,1,1924,0,5176.76,5150.46,-134.463,1.55049,300,5,0,8,0,1,0,0,0),(119633,3835,571,1,1,1924,0,5214.64,4908.5,-127.872,0.007812,300,5,0,8,0,1,0,0,0),(119634,26363,571,1,1,2161,0,3717.45,-3340.23,263.943,4.62633,300,5,0,9610,0,1,0,0,0),(119635,26363,571,1,1,2161,0,3996.9,-3263.26,289.093,2.31872,300,5,0,9610,0,1,0,0,0),(119636,26363,571,1,1,2161,0,4148.16,-2184.9,217.256,1.95493,300,5,0,9610,0,1,0,0,0),(119637,26363,571,1,1,2161,0,4494.78,-2411.84,229.808,6.18731,300,5,0,9610,0,1,0,0,0),(119639,26619,571,1,1,24053,0,4197.62,5262.27,32.0482,3.40339,300,0,0,8982,0,0,0,0,0),(119640,23803,571,1,1,11686,0,1508.37,-6179.6,6.62787,4.90438,300,0,0,4120,0,0,0,0,0),(119641,23803,571,1,1,11686,0,1522.66,-6175.64,6.4826,3.03687,300,0,0,4120,0,0,0,0,0),(119642,26363,571,1,1,2161,0,3374.78,-2803.39,198.867,5.86431,300,0,0,9610,0,0,0,0,0),(119643,26363,571,1,1,2161,0,3495.67,-2837.09,202.473,6.24828,300,0,0,9610,0,0,0,0,0),(119644,26363,571,1,1,2161,0,3855.07,-4014.33,192.324,5.59604,300,5,0,9610,0,1,0,0,0),(119645,26363,571,1,1,2161,0,3960.98,-4062.26,186.003,1.5874,300,5,0,9610,0,1,0,0,0),(119646,26363,571,1,1,2161,0,3796.77,-3524.69,245.005,6.15592,300,5,0,9610,0,1,0,0,0),(119647,27131,571,1,1,21635,0,4594.59,-3894.26,241.105,2.21,300,5,0,9940,0,1,0,0,0),(119648,24827,571,1,1,17188,0,278.559,-5758.38,268.54,2.05949,300,0,0,8982,0,0,0,0,0),(119649,3835,571,1,1,1924,0,5106.37,5035.62,-131.601,0.09685,300,5,0,8,0,1,0,0,0),(119650,3835,571,1,1,1924,0,5147.13,5137.77,-132.654,2.21547,300,5,0,8,0,1,0,0,0),(119651,26363,571,1,1,2161,0,3664.81,-3306.51,286.277,3.41453,300,5,0,9610,0,1,0,0,0),(119652,26363,571,1,1,2161,0,4446.84,-1730.46,165.749,1.03373,300,5,0,9610,0,1,0,0,0),(119653,23803,571,1,1,11686,0,1526.5,-6190.74,5.56637,3.49066,300,0,0,4120,0,0,0,0,0),(119654,23803,571,1,1,11686,0,1558.17,-6175.01,8.74879,5.84685,300,0,0,4120,0,0,0,0,0),(119655,23803,571,1,1,11686,0,1591.78,-6241.47,5.15503,6.10865,300,0,0,4120,0,0,0,0,0),(119656,26363,571,1,1,2161,0,3473.55,-2773.83,200.832,5.25344,300,0,0,9610,0,0,0,0,0),(119657,26363,571,1,1,2161,0,4344.27,-4078.23,186.396,5.6275,300,5,0,9610,0,1,0,0,0),(119658,26363,571,1,1,2161,0,4141.32,-4025.46,167.543,6.16475,300,5,0,9610,0,1,0,0,0),(119659,26363,571,1,1,2161,0,4270.9,-3965.89,184.697,4.2364,300,5,0,9610,0,1,0,0,0),(119660,26363,571,1,1,2161,0,4365.5,-3898.81,194.897,3.84111,300,5,0,9610,0,1,0,0,0),(119661,3835,571,1,1,1924,0,5526.63,4838.4,-199.836,2.64256,300,5,0,8,0,1,0,0,0),(119662,26363,571,1,1,2161,0,3717.25,-3406.51,248.533,5.88331,300,5,0,9610,0,1,0,0,0),(119663,26363,571,1,1,2161,0,3908.01,-2916.85,275.181,5.78852,300,5,0,9610,0,1,0,0,0),(119664,26363,571,1,1,2161,0,3683.21,-3318.13,277.873,0.953836,300,5,0,9610,0,1,0,0,0),(119665,26363,571,1,1,2161,0,4197.24,-3495.64,291.561,3.33507,300,5,0,9610,0,1,0,0,0),(119666,26363,571,1,1,2161,0,4170.99,-2303.62,229.571,3.29239,300,5,0,9610,0,1,0,0,0),(119667,26363,571,1,1,2161,0,4243.32,-1689.25,183.62,2.87383,300,5,0,9610,0,1,0,0,0),(119668,26363,571,1,1,2161,0,4409.62,-2018.98,162.117,5.78657,300,5,0,9610,0,1,0,0,0),(119669,26363,571,1,1,2161,0,4312.22,-1763.13,180.453,2.73767,300,5,0,9610,0,1,0,0,0),(119670,23803,571,1,1,11686,0,1552.56,-6190.09,7.62741,3.89208,300,0,0,4120,0,0,0,0,0),(119671,26363,571,1,1,2161,0,3851.69,-3538.96,257.277,1.36707,300,5,0,9610,0,1,0,0,0),(119672,26363,571,1,1,2161,0,4287.37,-3869.21,214.694,2.63704,300,5,0,9610,0,1,0,0,0),(119673,26363,571,1,1,2161,0,3922.1,-4021.81,188.05,6.11049,300,5,0,9610,0,1,0,0,0),(119674,27131,571,1,1,21635,0,4270.97,-3928.99,202.956,2.33134,300,5,0,9940,0,1,0,0,0),(119675,3835,571,1,1,1924,0,5252.24,4960.32,-132.153,6.06568,300,5,0,8,0,1,0,0,0),(119676,26363,571,1,1,2161,0,3923.04,-2851.04,285.923,0,300,5,0,9610,0,1,0,0,0),(119677,26363,571,1,1,2161,0,4448.8,-1888.66,163.358,0.976143,300,5,0,9610,0,1,0,0,0),(119678,23803,571,1,1,11686,0,1612.8,-6257.47,6.56675,2.30383,300,0,0,4120,0,0,0,0,0),(119679,3835,571,1,1,1924,0,5242.61,4751.3,-131.323,1.50388,300,5,0,8,0,1,0,0,0),(119680,3835,571,1,1,1924,0,5615.72,4905.49,-130.943,5.17079,300,5,0,8,0,1,0,0,0),(119681,26363,571,1,1,2161,0,3949.37,-3187.83,289.429,5.74603,300,5,0,9610,0,1,0,0,0),(119682,26363,571,1,1,2161,0,3922.46,-2384.28,208.985,2.91308,300,5,0,9610,0,1,0,0,0),(119683,26363,571,1,1,2161,0,4379.56,-1744.34,176.137,0.969478,300,5,0,9610,0,1,0,0,0),(119684,26363,571,1,1,2161,0,4322.96,-2269.04,196.828,0.616848,300,5,0,9610,0,1,0,0,0),(119685,3835,571,1,1,1924,0,5139.6,4752.78,-133.503,6.25343,300,5,0,8,0,1,0,0,0),(119686,3835,571,1,1,1924,0,5543.3,5154.92,-129.751,3.25214,300,5,0,8,0,1,0,0,0),(119687,3835,571,1,1,1924,0,5633.01,5048.11,-134.282,0.420405,300,5,0,8,0,1,0,0,0),(119688,26363,571,1,1,2161,0,3289.16,-1779.4,79.9476,4.05015,300,5,0,9610,0,1,0,0,0),(119689,26363,571,1,1,2161,0,4644.95,-2278.35,167.535,3.3866,300,5,0,9610,0,1,0,0,0),(119690,26363,571,1,1,2161,0,4311.98,-1721.36,176.336,0.071307,300,5,0,9610,0,1,0,0,0),(119691,26363,571,1,1,2161,0,4395.54,-1784.53,175.743,2.55359,300,5,0,9610,0,1,0,0,0),(119692,26363,571,1,1,2161,0,4219.27,-1737.13,190.061,2.54926,300,5,0,9610,0,1,0,0,0),(119693,26363,571,1,1,2161,0,4156.25,-2297.92,229.611,1.84091,300,5,0,9610,0,1,0,0,0),(119694,3835,571,1,1,1924,0,5545.93,5048.15,-128.636,4.85056,300,5,0,8,0,1,0,0,0),(119695,3835,571,1,1,1924,0,5595.71,4612.88,-139.927,2.88322,300,5,0,8,0,1,0,0,0),(119696,26363,571,1,1,2161,0,3751.49,-3341.18,266.696,4.64498,300,5,0,9610,0,1,0,0,0),(119697,26363,571,1,1,2161,0,3719.51,-3334.96,265.97,2.00389,300,5,0,9610,0,1,0,0,0),(119698,26363,571,1,1,2161,0,3924.75,-2883.17,285.368,5.59894,300,5,0,9610,0,1,0,0,0),(119699,26363,571,1,1,2161,0,4193.07,-1686.93,186.047,0.031949,300,5,0,9610,0,1,0,0,0),(119700,26363,571,1,1,2161,0,4116.58,-2274.9,219.76,4.33007,300,5,0,9610,0,1,0,0,0),(119701,26363,571,1,1,2161,0,3962.15,-2881.42,282.854,4.82682,300,5,0,9610,0,1,0,0,0),(119702,26363,571,1,1,2161,0,4156.57,-2413.19,231.026,5.54616,300,5,0,9610,0,1,0,0,0),(119703,26363,571,1,1,2161,0,4562.37,-2373.71,219.247,5.48398,300,5,0,9610,0,1,0,0,0),(119704,26363,571,1,1,2161,0,4590.06,-2313.1,175.473,0.005698,300,5,0,9610,0,1,0,0,0),(119705,3835,571,1,1,1924,0,5317.96,4656.91,-137.523,5.26195,300,5,0,8,0,1,0,0,0),(119706,26363,571,1,1,2161,0,3802.58,-3379.85,277.285,4.53673,300,5,0,9610,0,1,0,0,0),(119707,26363,571,1,1,2161,0,4010.26,-2305.75,219.94,4.93335,300,5,0,9610,0,1,0,0,0),(119708,26363,571,1,1,2161,0,4212.62,-2221.09,220.89,4.84969,300,5,0,9610,0,1,0,0,0),(119709,3835,571,1,1,1924,0,5666.64,4964.7,-133.799,0.691946,300,5,0,8,0,1,0,0,0),(119710,3835,571,1,1,1924,0,5440.13,4740.42,-197.059,6.25878,300,5,0,8,0,1,0,0,0),(119711,26363,571,1,1,2161,0,3918.03,-2049.89,212.836,2.80418,300,5,0,9610,0,1,0,0,0),(119712,26363,571,1,1,2161,0,3738.38,-3380.91,257.663,5.55443,300,5,0,9610,0,1,0,0,0),(119713,26363,571,1,1,2161,0,4224.87,-1643.7,175.081,5.8038,300,5,0,9610,0,1,0,0,0),(119714,26363,571,1,1,2161,0,4322.73,-1695.45,179.137,2.15528,300,5,0,9610,0,1,0,0,0),(119715,26363,571,1,1,2161,0,4315.71,-1663.51,172.813,3.23747,300,5,0,9610,0,1,0,0,0),(119716,26363,571,1,1,2161,0,4307.14,-2210.89,198.592,4.0396,300,5,0,9610,0,1,0,0,0),(119717,26363,571,1,1,2161,0,4256.77,-2231.08,212.686,4.28955,300,5,0,9610,0,1,0,0,0),(119718,3835,571,1,1,1924,0,5160.58,4775.89,-134.243,3.19961,300,5,0,8,0,1,0,0,0),(119719,26363,571,1,1,2161,0,3846.23,-3307.57,304.786,4.86148,300,5,0,9610,0,1,0,0,0),(119720,26363,571,1,1,2161,0,4520.77,-1843.34,162.73,5.47938,300,5,0,9610,0,1,0,0,0),(119721,26363,571,1,1,2161,0,4511.72,-1891.89,165.242,5.56745,300,5,0,9610,0,1,0,0,0),(119722,26363,571,1,1,2161,0,4492.76,-2298.64,181.888,0.481346,300,5,0,9610,0,1,0,0,0),(119723,26363,571,1,1,2161,0,4380.34,-1631.2,164.136,1.35425,300,5,0,9610,0,1,0,0,0),(119724,26363,571,1,1,2161,0,4377.65,-2131.27,187.406,0.684922,300,5,0,9610,0,1,0,0,0),(119725,3835,571,1,1,1924,0,5604.82,4922.82,-131.901,6.06356,300,5,0,8,0,1,0,0,0),(119726,3835,571,1,1,1924,0,5619.56,4648.45,-135.172,2.57201,300,5,0,8,0,1,0,0,0),(119727,3835,571,1,1,1924,0,5308.81,5108.8,-135.986,0.413247,300,5,0,8,0,1,0,0,0),(119728,26363,571,1,1,2161,0,3684.18,-3383.36,250.371,4.6166,300,5,0,9610,0,1,0,0,0),(119729,26363,571,1,1,2161,0,4395.74,-1828.62,171.568,3.02393,300,5,0,9610,0,1,0,0,0),(119730,26363,571,1,1,2161,0,4556.32,-1868.71,163.043,0.418224,300,5,0,9610,0,1,0,0,0),(119731,26363,571,1,1,2161,0,4373.18,-1696.85,174.92,6.2011,300,5,0,9610,0,1,0,0,0),(119732,26363,571,1,1,2161,0,4464.54,-2213.54,177.513,5.03315,300,5,0,9610,0,1,0,0,0),(119733,26363,571,1,1,2161,0,3755.16,-1774.93,205.794,6.1819,300,5,0,9610,0,1,0,0,0),(119734,26363,571,1,1,2161,0,3838.59,-2985.77,270.775,0.512124,300,5,0,9610,0,1,0,0,0),(119735,26363,571,1,1,2161,0,4526.33,-2217.74,170.077,4.16912,300,5,0,9610,0,1,0,0,0),(119736,26363,571,1,1,2161,0,4263.35,-2249.68,211.692,3.83708,300,5,0,9610,0,1,0,0,0),(119737,26363,571,1,1,2161,0,4308.98,-2725.08,273.543,5.84796,300,5,0,9610,0,1,0,0,0),(119738,26363,571,1,1,2161,0,4310.02,-2728.55,274.699,2.70591,300,5,0,9610,0,1,0,0,0),(119739,26363,571,1,1,2161,0,4221.4,-2615.42,241.226,1.91166,300,5,0,9610,0,1,0,0,0),(119740,26363,571,1,1,2161,0,4263.52,-2649.26,251.243,0.384656,300,5,0,9610,0,1,0,0,0),(119741,3835,571,1,1,1924,0,5275.16,4970.2,-132.013,1.60402,300,5,0,8,0,1,0,0,0),(119742,26363,571,1,1,2161,0,4142.05,-4063.45,168.866,2.6583,300,5,0,9610,0,1,0,0,0),(119743,3835,571,1,1,1924,0,5336.68,5014.5,-136.535,5.57869,300,5,0,8,0,1,0,0,0),(119744,3835,571,1,1,1924,0,5591.09,5125.46,-129.52,1.04337,300,5,0,8,0,1,0,0,0),(119745,26363,571,1,1,2161,0,3629.16,-3147.49,273.401,1.91356,300,5,0,9610,0,1,0,0,0),(119746,3835,571,1,1,1924,0,5586.1,4556.04,-137.023,2.02754,300,5,0,8,0,1,0,0,0),(119747,3835,571,1,1,1924,0,5484.16,4758.03,-197.375,3.6127,300,5,0,8,0,1,0,0,0),(119748,3835,571,1,1,1924,0,5393.83,4754.77,-198.97,3.02812,300,5,0,8,0,1,0,0,0),(119749,26363,571,1,1,2161,0,3910.93,-4079.73,200.971,5.1673,300,5,0,9610,0,1,0,0,0),(119750,3835,571,1,1,1924,0,5585.69,4683.55,-133.363,5.39068,300,5,0,8,0,1,0,0,0),(119751,26363,571,1,1,2161,0,4535.36,-2269.38,174.961,4.98961,300,5,0,9610,0,1,0,0,0),(119752,26363,571,1,1,2161,0,4493.65,-2247.93,178.485,5.48744,300,5,0,9610,0,1,0,0,0),(119753,26363,571,1,1,2161,0,4125.08,-1655.36,183.976,4.08919,300,5,0,9610,0,1,0,0,0),(119754,26363,571,1,1,2161,0,4140.18,-1599.7,172.907,4.60467,300,5,0,9610,0,1,0,0,0),(119755,3835,571,1,1,1924,0,5598.81,5225.61,-133.573,5.12666,300,5,0,8,0,1,0,0,0),(119756,26363,571,1,1,2161,0,4471.79,-1783.56,167.378,3.72689,300,5,0,9610,0,1,0,0,0),(119757,3835,571,1,1,1924,0,5454.94,4919.6,-194.502,5.56068,300,5,0,8,0,1,0,0,0),(119758,3835,571,1,1,1924,0,5375.81,4608.29,-132.825,2.76149,300,5,0,8,0,1,0,0,0),(119759,3835,571,1,1,1924,0,5515.87,4642.32,-135.755,5.88817,300,5,0,8,0,1,0,0,0),(119760,3835,571,1,1,1924,0,5737.56,4609.1,-134.765,1.49279,300,5,0,8,0,1,0,0,0),(119761,26363,571,1,1,2161,0,4410.88,-2060.77,167.373,0.214434,300,5,0,9610,0,1,0,0,0),(119762,26363,571,1,1,2161,0,4382.16,-2174.74,187.827,1.73472,300,5,0,9610,0,1,0,0,0),(119763,26363,571,1,1,2161,0,2950.47,-2024.37,69.8512,5.53511,300,5,0,9610,0,1,0,0,0),(119764,27131,571,1,1,21635,0,4120.07,-4137.02,197.156,1.28177,300,5,0,9940,0,1,0,0,0),(119765,27131,571,1,1,21635,0,4411.87,-3708.36,244.224,4.41289,300,5,0,9940,0,1,0,0,0),(119766,26363,571,1,1,2161,0,4019.16,-2453.15,218.062,4.57846,300,5,0,9610,0,1,0,0,0),(119767,26363,571,1,1,2161,0,3989.77,-4075.54,183.705,2.36621,300,5,0,9610,0,1,0,0,0),(119768,26363,571,1,1,2161,0,4021.25,-4052.87,177.675,5.14636,300,5,0,9610,0,1,0,0,0),(119769,26363,571,1,1,2161,0,4069.03,-4057.98,178.349,6.27147,300,5,0,9610,0,1,0,0,0),(119770,26363,571,1,1,2161,0,4392.43,-2247.67,185.74,1.87116,300,5,0,9610,0,1,0,0,0),(119771,26363,571,1,1,2161,0,4328.48,-2228.48,194.859,5.62797,300,5,0,9610,0,1,0,0,0),(119772,26363,571,1,1,2161,0,4333.51,-2215.2,191.603,2.50806,300,5,0,9610,0,1,0,0,0),(119773,26363,571,1,1,2161,0,4343.91,-2264.21,189.872,1.16834,300,5,0,9610,0,1,0,0,0),(119774,26363,571,1,1,2161,0,3617.19,-3256.25,266.847,5.49779,300,5,0,9610,0,1,0,0,0),(119776,26363,571,1,1,2161,0,3111.46,-1748.96,44.5381,3.85413,300,5,0,9610,0,1,0,0,0),(119777,26363,571,1,1,2161,0,3825.43,-3341.43,293.075,0.107113,300,5,0,9610,0,1,0,0,0),(119778,26363,571,1,1,2161,0,3597.9,-3289.3,263.359,2.01612,300,5,0,9610,0,1,0,0,0),(119779,26363,571,1,1,2161,0,4424.19,-1922.72,160.077,0.363457,300,5,0,9610,0,1,0,0,0),(119780,26363,571,1,1,2161,0,3857.06,-2659.16,200.604,4.54432,300,5,0,9610,0,1,0,0,0),(119781,26363,571,1,1,2161,0,3903.15,-2394.96,201.441,5.31096,300,5,0,9610,0,1,0,0,0),(119782,28411,571,1,1,23348,0,6260.31,-3121.4,365.333,2.87279,300,5,0,11001,0,1,0,0,0),(119783,28411,571,1,1,23348,0,6319.47,-3053.24,368.995,3.04181,300,5,0,11001,0,1,0,0,0),(119784,28411,571,1,1,22249,0,6172.6,-3225.9,373.839,3.9968,300,0,0,11001,0,0,0,0,0),(119785,26363,571,1,1,2161,0,4447.15,-2371.48,212.196,4.81264,300,5,0,9610,0,1,0,0,0),(119786,26363,571,1,1,2161,0,3720.83,-3038.41,251.807,4.71239,300,5,0,9610,0,1,0,0,0),(119787,26363,571,1,1,2161,0,3677.08,-3087.06,266.45,5.43336,300,5,0,9610,0,1,0,0,0),(119788,27131,571,1,1,21635,0,4422.76,-3729.34,233.918,6.09652,300,5,0,9940,0,1,0,0,0),(119789,26363,571,1,1,2161,0,3650.01,-3111.99,272.173,2.0161,300,5,0,9610,0,1,0,0,0),(119790,26363,571,1,1,2161,0,3876.8,-3009.74,274.17,5.69302,300,5,0,9610,0,1,0,0,0),(119791,26363,571,1,1,2161,0,3720.24,-3076.64,263.843,3.37212,300,5,0,9610,0,1,0,0,0),(119792,26363,571,1,1,2161,0,2915.47,-2047.52,63.6467,3.96289,300,5,0,9610,0,1,0,0,0),(119793,26363,571,1,1,2161,0,3747.49,-3094.54,275.423,4.56597,300,5,0,9610,0,1,0,0,0),(119794,26363,571,1,1,2161,0,3882.2,-3045.08,272.092,1.95132,300,5,0,9610,0,1,0,0,0),(119795,26363,571,1,1,2161,0,3908.83,-2969.4,278.997,1.21385,300,5,0,9610,0,1,0,0,0),(119796,26363,571,1,1,2161,0,4332.81,-3778.65,237.522,2.00506,300,5,0,9610,0,1,0,0,0),(119797,26363,571,1,1,2161,0,4334.49,-3824.32,224.235,1.61993,300,5,0,9610,0,1,0,0,0),(119798,26363,571,1,1,2161,0,3021.19,-2021.14,80.1127,5.504,300,5,0,9610,0,1,0,0,0),(119799,26363,571,1,1,2161,0,3041.69,-2033.76,82.6668,2.25394,300,5,0,9610,0,1,0,0,0),(119800,26363,571,1,1,2161,0,3010.52,-2063.34,80.0617,4.12075,300,5,0,9610,0,1,0,0,0),(119801,27131,571,1,1,21635,0,4460.61,-3850.51,204.961,1.47501,300,5,0,9940,0,1,0,0,0),(119802,26363,571,1,1,2161,0,4395.32,-3413.71,255.329,4.65472,300,5,0,9610,0,1,0,0,0),(119803,26363,571,1,1,2161,0,4381.41,-3430.55,266.281,0.539248,300,5,0,9610,0,1,0,0,0),(119804,27131,571,1,1,21635,0,4466.42,-3741.35,219.582,2.64957,300,5,0,9940,0,1,0,0,0),(119805,27131,571,1,1,21635,0,4468.66,-3785.63,212.648,2.01191,300,5,0,9940,0,1,0,0,0),(119806,27131,571,1,1,21635,0,4165.61,-4213.55,235.218,3.92682,300,5,0,9940,0,1,0,0,0),(119807,27131,571,1,1,21635,0,4540.47,-3772.31,223.987,6.01239,300,5,0,9940,0,1,0,0,0),(119808,27131,571,1,1,21635,0,4539,-3884.96,217.71,1.84279,300,5,0,9940,0,1,0,0,0),(119809,27131,571,1,1,21635,0,4236.12,-4103.94,184.423,2.77762,300,5,0,9940,0,1,0,0,0),(119810,27131,571,1,1,21635,0,4255.62,-3845.55,222.022,3.87862,300,5,0,9940,0,1,0,0,0),(119811,27131,571,1,1,21635,0,4506.71,-3891.77,207.719,0.635109,300,5,0,9940,0,1,0,0,0),(119812,27131,571,1,1,21635,0,4207.44,-4048.66,177.619,4.14903,300,5,0,9940,0,1,0,0,0),(119813,26363,571,1,1,2161,0,3656.56,-3068.99,256.847,5.00863,300,5,0,9610,0,1,0,0,0),(119814,26363,571,1,1,2161,0,3138.55,-1891.2,86.4156,4.36938,300,5,0,9610,0,1,0,0,0),(119815,26363,571,1,1,2161,0,3139.11,-1912.97,88.2768,2.32995,300,5,0,9610,0,1,0,0,0),(119816,26363,571,1,1,2161,0,3810.24,-1810.51,210.129,4.36692,300,5,0,9610,0,1,0,0,0),(119817,26363,571,1,1,2161,0,4341.99,-3397.57,289.204,0.576621,300,5,0,9610,0,1,0,0,0),(119818,26363,571,1,1,2161,0,4345.82,-3354.33,297.393,4.31315,300,5,0,9610,0,1,0,0,0),(119819,26363,571,1,1,2161,0,4294.25,-3378.42,313.94,3.60087,300,5,0,9610,0,1,0,0,0),(119820,26363,571,1,1,2161,0,4314.55,-3366.66,315.559,3.12597,300,5,0,9610,0,1,0,0,0),(119821,26363,571,1,1,2161,0,4303.2,-3403.99,307.389,5.25214,300,5,0,9610,0,1,0,0,0),(119822,26363,571,1,1,2161,0,4292.45,-3387.72,312.072,1.85982,300,5,0,9610,0,1,0,0,0),(119823,26363,571,1,1,2161,0,4350.07,-3471.22,279.091,4.964,300,5,0,9610,0,1,0,0,0),(119824,26363,571,1,1,2161,0,4326.89,-3453.13,289.128,0.11357,300,5,0,9610,0,1,0,0,0),(119825,26363,571,1,1,2161,0,4269.45,-3441.69,300.134,5.54843,300,5,0,9610,0,1,0,0,0),(119826,26363,571,1,1,2161,0,4360.52,-3485.42,271.858,3.14143,300,5,0,9610,0,1,0,0,0),(119827,26363,571,1,1,2161,0,4225.09,-3454.64,299.533,4.51193,300,5,0,9610,0,1,0,0,0),(119828,26363,571,1,1,2161,0,4171.1,-3442.94,296,3.26098,300,5,0,9610,0,1,0,0,0),(119829,26363,571,1,1,2161,0,4234.29,-3372.08,309.884,2.93903,300,5,0,9610,0,1,0,0,0),(119830,26363,571,1,1,2161,0,4215.82,-3431.48,304.63,1.7276,300,5,0,9610,0,1,0,0,0),(119831,26363,571,1,1,2161,0,3879.97,-3327.28,312.642,2.24828,300,5,0,9610,0,1,0,0,0),(119832,26363,571,1,1,2161,0,3854.19,-3351.35,308.047,1.58619,300,5,0,9610,0,1,0,0,0),(119833,26363,571,1,1,2161,0,4038.27,-3340.06,287.033,4.41716,300,5,0,9610,0,1,0,0,0),(119834,27131,571,1,1,21635,0,4385.17,-3911.48,187.512,1.83662,300,5,0,9940,0,1,0,0,0),(119835,26363,571,1,1,2161,0,3309.47,-2130.24,115.862,1.6064,300,5,0,9610,0,1,0,0,0),(119836,26363,571,1,1,2161,0,4123.22,-3415.66,288.263,1.66373,300,5,0,9610,0,1,0,0,0),(119837,26363,571,1,1,2161,0,4090.04,-3343.77,282.373,4.27582,300,5,0,9610,0,1,0,0,0),(119838,26363,571,1,1,2161,0,3220.45,-1751.71,52.2496,4.97538,300,5,0,9610,0,1,0,0,0),(119839,26363,571,1,1,2161,0,3211.8,-1813.09,61.5917,2.41008,300,5,0,9610,0,1,0,0,0),(119840,26363,571,1,1,2161,0,3252.56,-1846.8,80.8238,2.94113,300,5,0,9610,0,1,0,0,0),(119841,27131,571,1,1,21635,0,4340.16,-4025.13,185.856,4.56718,300,5,0,9940,0,1,0,0,0),(119842,27131,571,1,1,21635,0,4262.55,-3845.51,221.967,2.2315,300,5,0,9940,0,1,0,0,0),(119843,27131,571,1,1,21635,0,4338.86,-3833.48,221.176,2.47817,300,5,0,9940,0,1,0,0,0),(119844,27131,571,1,1,21635,0,4162.24,-4178.8,216.168,1.29504,300,5,0,9940,0,1,0,0,0),(119845,26363,571,1,1,2161,0,3707.9,-2812.83,213.37,2.7925,300,5,0,9610,0,1,0,0,0),(119846,26363,571,1,1,2161,0,3749.91,-2754.03,195.404,3.45134,300,5,0,9610,0,1,0,0,0),(119847,27131,571,1,1,21635,0,4053.33,-2756.76,249.998,2.83015,300,5,0,9940,0,1,0,0,0),(119848,27131,571,1,1,21635,0,4585.9,-3723.53,234.877,2.37186,300,5,0,9940,0,1,0,0,0),(119849,26363,571,1,1,2161,0,3681.04,-2891.78,229.426,2.43572,300,5,0,9610,0,1,0,0,0),(119850,27131,571,1,1,21635,0,4164.01,-4067.22,173.584,3.28667,300,5,0,9940,0,1,0,0,0),(119851,26363,571,1,1,2161,0,4060.47,-3364.63,290.245,1.06971,300,5,0,9610,0,1,0,0,0),(119852,26363,571,1,1,2161,0,4054.31,-3409.04,292.161,4.41382,300,5,0,9610,0,1,0,0,0),(119853,26363,571,1,1,2161,0,4167.46,-2694.43,233.082,6.04673,300,5,0,9610,0,1,0,0,0),(119854,26363,571,1,1,2161,0,4220.63,-2684.54,245.221,3.98864,300,5,0,9610,0,1,0,0,0),(119855,26363,571,1,1,2161,0,4223.8,-2710.36,247.748,2.72119,300,5,0,9610,0,1,0,0,0),(119856,26363,571,1,1,2161,0,4063.33,-3330.44,284.028,2.38657,300,5,0,9610,0,1,0,0,0),(119857,26363,571,1,1,2161,0,3353.92,-2016.01,106.692,1.94169,300,5,0,9610,0,1,0,0,0),(119858,27131,571,1,1,21635,0,4519.3,-3842.36,217.773,4.36162,300,5,0,9940,0,1,0,0,0),(119859,27131,571,1,1,21635,0,3554.59,-3550.01,240.228,4.9228,300,0,0,9940,0,0,0,0,0),(119860,26363,571,1,1,2161,0,3468.56,-1966.52,150.38,4.82787,300,5,0,9610,0,1,0,0,0),(119861,28411,571,1,1,23348,0,6235.49,-3452.18,373.774,3.94762,300,5,0,11001,0,1,0,0,0),(119862,26363,571,1,1,2161,0,4003.63,-1998,210.178,1.33057,300,5,0,9610,0,1,0,0,0),(119863,26363,571,1,1,2161,0,3918.73,-1880.98,215.806,2.67534,300,5,0,9610,0,1,0,0,0),(119864,26363,571,1,1,2161,0,3973.62,-1919.58,209.243,3.54404,300,5,0,9610,0,1,0,0,0),(119865,26363,571,1,1,2161,0,3916.86,-1980.34,207.841,0.029288,300,5,0,9610,0,1,0,0,0),(119866,27131,571,1,1,21635,0,4340.09,-3891.62,202.525,6.23435,300,5,0,9940,0,1,0,0,0),(119867,27131,571,1,1,21635,0,4046.44,-3531.08,254.679,5.48835,300,5,0,9940,0,1,0,0,0),(119868,27131,571,1,1,21635,0,3461.95,-3228.62,222.393,5.43761,300,5,0,9940,0,1,0,0,0),(119869,27131,571,1,1,21635,0,3488.85,-3432.1,262.155,2.04405,300,5,0,9940,0,1,0,0,0),(119870,27131,571,1,1,21635,0,3527.42,-3377.07,245.874,4.40915,300,5,0,9940,0,1,0,0,0),(119871,27131,571,1,1,21635,0,4256.61,-3700.59,258.535,2.03008,300,5,0,9940,0,1,0,0,0),(119872,27131,571,1,1,21635,0,3486.06,-3375.51,246.689,0.135733,300,5,0,9940,0,1,0,0,0),(119873,27131,571,1,1,21635,0,3382.77,-3358.62,256.001,3.39036,300,5,0,9940,0,1,0,0,0),(119874,27131,571,1,1,21635,0,3422.75,-3419.88,257.88,4.34454,300,5,0,9940,0,1,0,0,0),(119875,27131,571,1,1,21635,0,3473.23,-3468.3,264.682,1.54834,300,5,0,9940,0,1,0,0,0),(119876,27131,571,1,1,21635,0,3543.64,-3474.94,247.749,2.94318,300,0,0,9940,0,0,0,0,0),(119877,27131,571,1,1,21635,0,3651.43,-3538.99,229.335,3.34205,300,5,0,9940,0,1,0,0,0),(119878,27131,571,1,1,21635,0,3618.17,-3481.5,238.524,5.62258,300,5,0,9940,0,1,0,0,0),(119879,27131,571,1,1,21635,0,4269.16,-3675.7,256.719,0.217774,300,5,0,9940,0,1,0,0,0),(119880,27131,571,1,1,21635,0,4291,-3742.75,261.416,2.95109,300,5,0,9940,0,1,0,0,0),(119881,27131,571,1,1,21635,0,3549.99,-3443.42,249.526,5.87455,300,5,0,9940,0,1,0,0,0),(119882,26363,571,1,1,2161,0,2922.96,-2257.77,54.1159,2.32648,300,5,0,9610,0,1,0,0,0),(119883,26363,571,1,1,2161,0,2950.29,-2223.33,62.6153,0.080141,300,5,0,9610,0,1,0,0,0),(119884,26363,571,1,1,2161,0,2970.34,-2241.65,68.3311,5.92624,300,5,0,9610,0,1,0,0,0),(119885,26363,571,1,1,2161,0,2976.24,-2250.86,69.0212,4.21682,300,5,0,9610,0,1,0,0,0),(119886,26363,571,1,1,2161,0,2939.1,-2285.8,51.1896,1.96736,300,5,0,9610,0,1,0,0,0),(119887,26363,571,1,1,2161,0,3026.1,-2309.25,74.4936,1.59978,300,5,0,9610,0,1,0,0,0),(119888,26363,571,1,1,2161,0,3007.97,-2251.51,74.4275,1.1461,300,5,0,9610,0,1,0,0,0),(119889,26363,571,1,1,2161,0,4171.88,-1834.38,198.337,2.87534,300,5,0,9610,0,1,0,0,0),(119890,26363,571,1,1,2161,0,3605.2,-1994.19,182.865,4.56041,300,5,0,9610,0,1,0,0,0),(119891,27131,571,1,1,21635,0,3381.17,-3218.08,210.594,3.85023,300,5,0,9940,0,1,0,0,0),(119892,27131,571,1,1,21635,0,3354.08,-3255.91,221.439,5.3692,300,5,0,9940,0,1,0,0,0),(119893,27131,571,1,1,21635,0,3243.59,-3220.5,200.806,3.9684,300,5,0,9940,0,1,0,0,0),(119894,27131,571,1,1,21635,0,3478.27,-3324.64,235.429,1.84185,300,5,0,9940,0,1,0,0,0),(119895,27131,571,1,1,21635,0,3388.99,-3287.49,228.327,3.99805,300,5,0,9940,0,1,0,0,0),(119896,27131,571,1,1,21635,0,3322.41,-3324.52,256.136,3.44512,300,5,0,9940,0,1,0,0,0),(119897,26363,571,1,1,2161,0,3739.53,-1889.25,198.101,1.37145,300,5,0,9610,0,1,0,0,0),(119898,27131,571,1,1,21635,0,3447.61,-3315.89,237.862,1.52484,300,5,0,9940,0,1,0,0,0),(119899,26363,571,1,1,2161,0,4139.58,-3385.42,295.397,4.32534,300,5,0,9610,0,1,0,0,0),(119900,26363,571,1,1,2161,0,4086.88,-3388.53,292.965,1.08968,300,5,0,9610,0,1,0,0,0),(119901,27131,571,1,1,21635,0,3485.66,-3252.02,223.831,3.82076,300,5,0,9940,0,1,0,0,0),(119902,26363,571,1,1,2161,0,4109.54,-3381.85,291.833,3.04766,300,5,0,9610,0,1,0,0,0),(119903,26363,571,1,1,2161,0,3754.57,-1982.21,204.444,0.074256,300,5,0,9610,0,1,0,0,0),(119904,26363,571,1,1,2161,0,3476.83,-2048.5,147.038,1.45032,300,5,0,9610,0,1,0,0,0),(119905,26363,571,1,1,2161,0,3283.93,-2123.36,110.445,4.28285,300,5,0,9610,0,1,0,0,0),(119906,26363,571,1,1,2161,0,3806.97,-1858.34,213.462,5.29085,300,5,0,9610,0,1,0,0,0),(119907,26363,571,1,1,2161,0,3689.31,-1858.56,177.803,2.7426,300,5,0,9610,0,1,0,0,0),(119908,26363,571,1,1,2161,0,3770.15,-1911.85,209.968,2.99516,300,5,0,9610,0,1,0,0,0),(119909,26363,571,1,1,2161,0,3678.95,-1937.72,181.348,1.28677,300,0,0,9610,0,0,0,0,0),(119910,26363,571,1,1,2161,0,3548.18,-1855.74,151.575,2.58123,300,5,0,9610,0,1,0,0,0),(119911,26363,571,1,1,2161,0,3561.61,-1909.12,158.02,2.11484,300,5,0,9610,0,1,0,0,0),(119912,26363,571,1,1,2161,0,3619.33,-1875.46,171.175,5.5877,300,5,0,9610,0,1,0,0,0),(119913,26363,571,1,1,2161,0,3865.36,-1816.62,214.246,1.53906,300,5,0,9610,0,1,0,0,0),(119914,26363,571,1,1,2161,0,4111.62,-3381.51,291.785,5.83501,300,5,0,9610,0,1,0,0,0),(119915,26363,571,1,1,2161,0,3621.04,-1933.05,175.989,3.49671,300,5,0,9610,0,1,0,0,0),(119916,26363,571,1,1,2161,0,3653.03,-1820.27,168.127,5.72283,300,5,0,9610,0,1,0,0,0),(119917,26363,571,1,1,2161,0,4085.47,-3391.22,293.221,4.5204,300,0,0,9610,0,0,0,0,0),(119918,26363,571,1,1,2161,0,4445.93,-2365.99,209.704,1.32534,300,5,0,9610,0,1,0,0,0),(119919,26363,571,1,1,2161,0,3566.75,-2755.86,151.887,3.86599,300,5,0,9610,0,1,0,0,0),(119920,26363,571,1,1,2161,0,3608.8,-2777.84,175.113,4.61855,300,5,0,9610,0,1,0,0,0),(119921,26363,571,1,1,2161,0,3362.65,-3127.32,198.295,0.436332,300,5,0,9610,0,1,0,0,0),(119922,26363,571,1,1,2161,0,3656.39,-2752.31,174.695,2.2057,300,5,0,9610,0,1,0,0,0),(119923,26363,571,1,1,2161,0,3585.77,-2790.66,177.654,4.96116,300,5,0,9610,0,1,0,0,0),(119924,26363,571,1,1,2161,0,3611.89,-2831.89,202.066,1.96215,300,5,0,9610,0,1,0,0,0),(119925,27131,571,1,1,21635,0,3010.98,-3093.49,114.436,2.99004,300,5,0,9940,0,1,0,0,0),(119926,27131,571,1,1,21635,0,3080.93,-3106.1,123.91,2.88501,300,5,0,9940,0,1,0,0,0),(119927,26363,571,1,1,2161,0,3053.91,-1690.95,32.5076,2.66048,300,5,0,9610,0,1,0,0,0),(119928,26363,571,1,1,2161,0,3021.07,-1721.39,32.5718,5.99774,300,5,0,9610,0,1,0,0,0),(119929,26363,571,1,1,2161,0,3079.62,-1719.64,38.5278,1.52401,300,5,0,9610,0,1,0,0,0),(119930,26363,571,1,1,2161,0,3079.84,-1779.71,49.5961,3.8466,300,5,0,9610,0,1,0,0,0),(119931,26363,571,1,1,2161,0,3053.37,-1753.11,46.2572,2.12389,300,5,0,9610,0,1,0,0,0),(119932,26363,571,1,1,2161,0,2980.93,-1802.38,52.6602,2.3722,300,5,0,9610,0,1,0,0,0),(119933,26363,571,1,1,2161,0,3004.01,-1798.85,53.7467,2.82386,300,5,0,9610,0,1,0,0,0),(119934,26363,571,1,1,2161,0,3022.27,-1849.12,64.6968,1.4897,300,5,0,9610,0,1,0,0,0),(119935,26363,571,1,1,2161,0,3046.91,-1872.9,68.4615,4.58029,300,5,0,9610,0,1,0,0,0),(119936,26363,571,1,1,2161,0,3096.35,-1832.81,66.8927,1.28476,300,5,0,9610,0,1,0,0,0),(119937,26363,571,1,1,2161,0,3089.38,-1883.62,75.9757,0.993357,300,5,0,9610,0,1,0,0,0),(119938,26363,571,1,1,2161,0,3176.87,-1775.81,50.0041,5.87765,300,5,0,9610,0,1,0,0,0),(119939,26363,571,1,1,2161,0,3060.44,-1816.27,61.2769,0.823259,300,5,0,9610,0,1,0,0,0),(119940,26363,571,1,1,2161,0,3115.38,-1821.36,65.3735,3.38823,300,5,0,9610,0,1,0,0,0),(119941,26363,571,1,1,2161,0,4054.9,-2496.35,224.112,5.07315,300,5,0,9610,0,1,0,0,0),(119942,26363,571,1,1,2161,0,3127.79,-2179.65,108.311,0.165576,300,5,0,9610,0,1,0,0,0),(119943,28411,571,1,1,23348,0,5988.42,-3514.64,361.829,2.1578,300,5,0,11001,0,1,0,0,0),(119944,28411,571,1,1,22249,0,6086.28,-3409.59,377.273,1.55334,300,0,0,11001,0,0,0,0,0),(119945,28411,571,1,1,23348,0,6140.04,-3401.04,369.923,2.05949,300,0,0,11001,0,0,0,0,0),(119946,28411,571,1,1,22249,0,6176.86,-3456.76,373.661,3.87518,300,5,0,11001,0,1,0,0,0),(119947,28411,571,1,1,22249,0,6110.18,-3401.45,374.427,1.67552,300,0,0,11001,0,0,0,0,0),(119948,28411,571,1,1,22249,0,6108.42,-3441.47,368.187,1.66985,300,5,0,11001,0,1,0,0,0),(119949,28411,571,1,1,23348,0,6160.74,-3377.67,375.937,2.44346,300,0,0,11001,0,0,0,0,0),(119950,28411,571,1,1,23348,0,6238.71,-3386.68,362.783,3.7864,300,5,0,11001,0,1,0,0,0),(119951,28411,571,1,1,23348,0,6172.17,-3343.01,379.717,2.86234,300,0,0,11001,0,0,0,0,0),(119952,28411,571,1,1,23348,0,6240.37,-3168.85,362.171,4.93275,300,5,0,11001,0,1,0,0,0),(119953,26363,571,1,1,2161,0,3428.59,-2886.05,202.874,3.63922,300,5,0,9610,0,1,0,0,0),(119954,26363,571,1,1,2161,0,3479.3,-2865.69,201.244,4.36779,300,5,0,9610,0,1,0,0,0),(119955,26363,571,1,1,2161,0,3489.2,-3024.92,221.179,4.44993,300,5,0,9610,0,1,0,0,0),(119956,27131,571,1,1,21635,0,4018.75,-2735.42,238.848,1.43705,300,5,0,9940,0,1,0,0,0),(119957,26363,571,1,1,2161,0,3554.97,-2375.62,136.368,4.54756,300,5,0,9610,0,1,0,0,0),(119958,26363,571,1,1,2161,0,3598.37,-2379.83,145.402,0.187058,300,5,0,9610,0,1,0,0,0),(119959,26363,571,1,1,2161,0,3422.58,-2379.36,130.93,3.6054,300,5,0,9610,0,1,0,0,0),(119960,26363,571,1,1,2161,0,3498.8,-2455.52,129.95,6.25628,300,5,0,9610,0,1,0,0,0),(119961,27131,571,1,1,21635,0,3854,-2737.22,211.538,3.95467,300,5,0,9940,0,1,0,0,0),(119962,27131,571,1,1,21635,0,3936.09,-2712.45,221.874,3.93182,300,5,0,9940,0,1,0,0,0),(119963,26363,571,1,1,2161,0,3994.79,-2577.79,218.631,4.34265,300,5,0,9610,0,1,0,0,0),(119964,26363,571,1,1,2161,0,3398.05,-2339.09,126.875,0.647762,300,0,0,9610,0,0,0,0,0),(119965,26363,571,1,1,2161,0,3449.58,-2411.64,130.352,4.00239,300,5,0,9610,0,1,0,0,0),(119966,27131,571,1,1,21635,0,4174.91,-2734.56,240.823,1.46168,300,5,0,9940,0,1,0,0,0),(119967,28411,571,1,1,22249,0,6064.04,-3450.43,366.037,3.62052,300,5,0,11001,0,1,0,0,0),(119968,28411,571,1,1,22249,0,6057.13,-3408.5,371.854,1.3439,300,0,0,11001,0,0,0,0,0),(119969,26363,571,1,1,2161,0,3725.04,-2785.7,204.213,1.42374,300,5,0,9610,0,1,0,0,0),(119970,26363,571,1,1,2161,0,3823.66,-2798.38,231.496,1.34347,300,0,0,9610,0,0,0,0,0),(119971,26363,571,1,1,2161,0,3826.25,-2788.59,230.476,5.38964,300,0,0,9610,0,0,0,0,0),(119972,27131,571,1,1,21635,0,4057.05,-2409.94,216.582,2.23881,300,5,0,9940,0,1,0,0,0),(119973,28411,571,1,1,23348,0,6047.95,-3511.49,363.62,1.7883,300,5,0,11001,0,1,0,0,0),(119974,26363,571,1,1,2161,0,3416.15,-2469.19,121.859,1.53811,300,5,0,9610,0,1,0,0,0),(119975,26363,571,1,1,2161,0,3508.99,-2503.86,125.328,6.00926,300,5,0,9610,0,1,0,0,0),(119976,26363,571,1,1,2161,0,3519.02,-2526.5,125.328,6.07535,300,5,0,9610,0,1,0,0,0),(119977,26363,571,1,1,2161,0,3578.48,-2534,138.225,1.6421,300,5,0,9610,0,1,0,0,0),(119978,26363,571,1,1,2161,0,3642.53,-2583.48,149.093,3.63408,300,5,0,9610,0,1,0,0,0),(119979,26363,571,1,1,2161,0,3606.63,-2555.91,147.331,0.476747,300,5,0,9610,0,1,0,0,0),(119980,26363,571,1,1,2161,0,3657.29,-2548.96,152.052,3.28272,300,5,0,9610,0,1,0,0,0),(119981,26363,571,1,1,2161,0,3614.54,-2407.82,143.882,0.453158,300,5,0,9610,0,1,0,0,0),(119982,26363,571,1,1,2161,0,3049.24,-2762.8,91.0043,4.95681,300,5,0,9610,0,1,0,0,0),(119983,26363,571,1,1,2161,0,3112.44,-2708.32,105.143,3.58466,300,5,0,9610,0,1,0,0,0),(119984,26363,571,1,1,2161,0,3223.79,-2954.99,145.913,5.24243,300,5,0,9610,0,1,0,0,0),(119985,26363,571,1,1,2161,0,4197.1,-2494.08,231.669,6.21285,300,5,0,9610,0,1,0,0,0),(119986,28411,571,1,1,22249,0,5902.88,-3446.6,366.385,3.03424,300,5,0,11001,0,1,0,0,0),(119987,28411,571,1,1,23348,0,5975.13,-3455.08,362.251,3.8401,300,5,0,11001,0,1,0,0,0),(119988,27131,571,1,1,21635,0,3458.17,-3170.56,217.898,3.19433,300,5,0,9940,0,1,0,0,0),(119989,27131,571,1,1,21635,0,4063.86,-2483,222.122,0.83377,300,5,0,9940,0,1,0,0,0),(119990,27131,571,1,1,21635,0,4092.18,-2464.38,216.221,4.49969,300,5,0,9940,0,1,0,0,0),(119991,28411,571,1,1,22249,0,6015.95,-3397.73,377.011,0.994838,300,0,0,11001,0,0,0,0,0),(119992,26363,571,1,1,2161,0,3039.22,-2229.8,89.0825,4.04818,300,5,0,9610,0,1,0,0,0),(119993,26363,571,1,1,2161,0,3018.89,-2211.78,82.2723,4.92184,300,5,0,9610,0,1,0,0,0),(119994,26363,571,1,1,2161,0,3373.28,-3009.49,193.008,1.4079,300,5,0,9610,0,1,0,0,0),(119995,26363,571,1,1,2161,0,3371.08,-3014.81,193.716,1.32995,300,5,0,9610,0,1,0,0,0),(119996,26363,571,1,1,2161,0,3268.75,-2805.83,153.21,4.71239,300,5,0,9610,0,1,0,0,0),(119997,26363,571,1,1,2161,0,3216.52,-2712.46,125.195,1.39716,300,5,0,9610,0,1,0,0,0),(119998,26363,571,1,1,2161,0,2977.34,-2155.01,64.1005,2.10924,300,5,0,9610,0,1,0,0,0),(119999,26363,571,1,1,2161,0,3219.53,-2827.36,147.627,6.20304,300,5,0,9610,0,1,0,0,0),(120000,26363,571,1,1,2161,0,3264.61,-2776.01,148.879,6.06875,300,5,0,9610,0,1,0,0,0),(120001,26363,571,1,1,2161,0,3185.78,-2753.4,141.862,2.54821,300,5,0,9610,0,1,0,0,0),(120002,26363,571,1,1,2161,0,3217.38,-2786.38,146.846,3.40113,300,5,0,9610,0,1,0,0,0),(120003,26363,571,1,1,2161,0,3242.23,-2728.65,127.091,1.81625,300,5,0,9610,0,1,0,0,0),(120004,26363,571,1,1,2161,0,3052.84,-2280.56,85.7908,0.766064,300,5,0,9610,0,1,0,0,0),(120005,26363,571,1,1,2161,0,3185.71,-2896.24,136.318,1.92717,300,5,0,9610,0,1,0,0,0),(120006,26363,571,1,1,2161,0,3154.62,-2862.73,134.752,5.01097,300,5,0,9610,0,1,0,0,0),(120007,27131,571,1,1,21635,0,3693.93,-2674.8,155.286,2.05277,300,5,0,9940,0,1,0,0,0),(120008,26363,571,1,1,2161,0,3144.17,-2682.31,110.192,5.34183,300,5,0,9610,0,1,0,0,0),(120009,27131,571,1,1,21635,0,3694.35,-2639.79,155.338,5.14833,300,5,0,9940,0,1,0,0,0),(120010,26363,571,1,1,2161,0,3268.38,-2888.96,162.598,0.002001,300,5,0,9610,0,1,0,0,0),(120011,26363,571,1,1,2161,0,3123.1,-2756.15,124.47,0.060591,300,5,0,9610,0,1,0,0,0),(120012,26363,571,1,1,2161,0,3179.38,-2720.81,125.642,4.82391,300,5,0,9610,0,1,0,0,0),(120013,26363,571,1,1,2161,0,3110.93,-2865.93,128.168,1.82162,300,5,0,9610,0,1,0,0,0),(120014,27131,571,1,1,21635,0,3667.76,-2675.76,152.911,0.859312,300,5,0,9940,0,1,0,0,0),(120015,26363,571,1,1,2161,0,3120.9,-2807.51,131.451,2.94305,300,5,0,9610,0,1,0,0,0),(120016,26363,571,1,1,2161,0,3027.12,-2837.49,106.166,0.896055,300,5,0,9610,0,1,0,0,0),(120017,26363,571,1,1,2161,0,3152.13,-2823.38,143.955,3.30048,300,5,0,9610,0,1,0,0,0),(120018,26363,571,1,1,2161,0,3049.33,-2810.74,106.415,4.11005,300,5,0,9610,0,1,0,0,0),(120019,26363,571,1,1,2161,0,3089.11,-2841.36,125.893,0.121447,300,5,0,9610,0,1,0,0,0),(120020,26363,571,1,1,2161,0,3237.83,-2911.18,149.823,6.07871,300,5,0,9610,0,1,0,0,0),(120021,28411,571,1,1,22249,0,5835.7,-3382.33,361.906,4.62531,300,5,0,11001,0,1,0,0,0),(120022,26363,571,1,1,2161,0,3274.16,-2962.7,167.358,1.32629,300,5,0,9610,0,1,0,0,0),(120023,26363,571,1,1,2161,0,3053.69,-2909.32,116.526,1.33434,300,5,0,9610,0,1,0,0,0),(120024,26363,571,1,1,2161,0,3309.96,-2865.36,177.661,1.83662,300,5,0,9610,0,1,0,0,0),(120025,26363,571,1,1,2161,0,3140.6,-2923.52,127.095,3.17865,300,5,0,9610,0,1,0,0,0),(120026,26363,571,1,1,2161,0,3492.93,-2953.97,201.387,0.141069,300,5,0,9610,0,1,0,0,0),(120027,26363,571,1,1,2161,0,3414.7,-2939.51,203.125,3.22878,300,5,0,9610,0,1,0,0,0),(120028,26363,571,1,1,2161,0,3502.15,-2945.37,201.066,5.18374,300,5,0,9610,0,1,0,0,0),(120029,26363,571,1,1,2161,0,3458.58,-3013.53,214.852,2.58175,300,5,0,9610,0,1,0,0,0),(120030,26363,571,1,1,2161,0,3408.6,-2247.52,121.073,2.55175,300,0,0,9610,0,0,0,0,0),(120031,27131,571,1,1,21635,0,2905.04,-2922.51,79.5478,1.66949,300,5,0,9940,0,1,0,0,0),(120032,27131,571,1,1,21635,0,3142.16,-3125,142.045,1.35702,300,5,0,9940,0,1,0,0,0),(120033,27131,571,1,1,21635,0,3182.1,-3109.91,147.868,4.485,300,5,0,9940,0,1,0,0,0),(120034,27131,571,1,1,21635,0,3201.23,-3136.65,164.5,1.97225,300,5,0,9940,0,1,0,0,0),(120035,27131,571,1,1,21635,0,3300.53,-3218.4,207.335,3.55459,300,5,0,9940,0,1,0,0,0),(120036,26363,571,1,1,2161,0,3805.88,-2298.17,179.442,3.562,300,5,0,9610,0,1,0,0,0),(120037,26363,571,1,1,2161,0,3417.49,-3052.52,205.581,6.08318,300,5,0,9610,0,1,0,0,0),(120038,26363,571,1,1,2161,0,2916.76,-2164.62,47.0666,0.652258,300,5,0,9610,0,1,0,0,0),(120039,26363,571,1,1,2161,0,3320.5,-3149.34,187.83,4.85636,300,5,0,9610,0,1,0,0,0),(120040,27131,571,1,1,21635,0,3900.83,-2750.85,222.174,0.880808,300,5,0,9940,0,1,0,0,0),(120041,26363,571,1,1,2161,0,3248.71,-3055.96,156.594,0.375794,300,5,0,9610,0,1,0,0,0),(120042,26363,571,1,1,2161,0,3280.81,-3045.45,169.718,4.79965,300,0,0,9610,0,0,0,0,0),(120043,26363,571,1,1,2161,0,4020.6,-2514.01,214.725,1.98634,300,5,0,9610,0,1,0,0,0),(120044,27131,571,1,1,21635,0,3731.17,-2646.57,161.588,4.62488,300,5,0,9940,0,1,0,0,0),(120045,26363,571,1,1,2161,0,3982.32,-2179.87,212.9,1.84802,300,5,0,9610,0,1,0,0,0),(120046,26363,571,1,1,2161,0,3951.46,-2439.28,214.858,1.29312,300,5,0,9610,0,1,0,0,0),(120047,27131,571,1,1,21635,0,3501.67,-2624.84,94.5238,1.90577,300,0,0,9940,0,0,0,0,0),(120048,26363,571,1,1,2161,0,3785.48,-2446.48,183.33,1.60009,300,5,0,9610,0,1,0,0,0),(120049,27131,571,1,1,21635,0,3460.34,-2661.34,79.3873,-2.04482,300,0,0,9940,0,0,0,0,0),(120050,26363,571,1,1,2161,0,3541.09,-2494.94,136.596,1.27934,300,5,0,9610,0,1,0,0,0),(120051,26363,571,1,1,2161,0,3956.44,-2221.66,212.568,4.70751,300,5,0,9610,0,1,0,0,0),(120052,26363,571,1,1,2161,0,4187.77,-2555.22,235.717,4.41719,300,5,0,9610,0,1,0,0,0),(120053,27131,571,1,1,21635,0,3519.52,-2643.15,98.7046,-3.13042,300,0,0,9940,0,0,0,0,0),(120054,27131,571,1,1,21635,0,3530.35,-2646.02,102.202,2.10076,300,0,0,9940,0,0,0,0,0),(120055,26363,571,1,1,2161,0,3983.16,-2480.14,216.174,1.13444,300,5,0,9610,0,1,0,0,0),(120056,27131,571,1,1,21635,0,3515.27,-2639.57,97.8321,-2.441,300,0,0,9940,0,0,0,0,0),(120057,27131,571,1,1,21635,0,3602.42,-2643.25,129.554,0.459271,300,5,0,9940,0,1,0,0,0),(120058,26363,571,1,1,2161,0,3554.29,-2449.55,141.541,4.65106,300,5,0,9610,0,1,0,0,0),(120059,27131,571,1,1,21635,0,3623.44,-2642.46,133.359,6.05668,300,5,0,9940,0,1,0,0,0),(120060,26363,571,1,1,2161,0,3978.97,-2520.58,217.568,4.54371,300,5,0,9610,0,1,0,0,0),(120061,26363,571,1,1,2161,0,3582.86,-2481.46,142.093,2.40595,300,5,0,9610,0,1,0,0,0),(120062,26363,571,1,1,2161,0,3980.88,-2242.69,214.54,2.06178,300,0,0,9610,0,0,0,0,0),(120063,26363,571,1,1,2161,0,3716.04,-2391.86,164.418,0.915577,300,5,0,9610,0,1,0,0,0),(120064,26363,571,1,1,2161,0,3585.28,-2480.74,142.191,1.27988,300,5,0,9610,0,1,0,0,0),(120065,27131,571,1,1,21635,0,3597.15,-2643.8,129.473,0.893197,300,5,0,9940,0,1,0,0,0),(120066,27131,571,1,1,21635,0,3626.38,-2644.82,134.054,4.36227,300,5,0,9940,0,1,0,0,0),(120067,26363,571,1,1,2161,0,3515.47,-2418.67,135.581,5.46288,300,0,0,9610,0,0,0,0,0),(120068,26363,571,1,1,2161,0,4019.69,-2455.03,218.68,5.19787,300,5,0,9610,0,1,0,0,0),(120069,26363,571,1,1,2161,0,3955.28,-2442.62,215.333,1.64502,300,5,0,9610,0,1,0,0,0),(120070,26363,571,1,1,2161,0,4005.47,-2610.86,217.25,4.73054,300,5,0,9610,0,1,0,0,0),(120071,26363,571,1,1,2161,0,4055.38,-2479.72,222.903,1.50241,300,5,0,9610,0,1,0,0,0),(120072,26363,571,1,1,2161,0,4130.01,-2580.1,222.844,3.19227,300,5,0,9610,0,1,0,0,0),(120073,27131,571,1,1,21635,0,4056.39,-2477.15,222.237,2.11095,300,5,0,9940,0,1,0,0,0),(120074,27131,571,1,1,21635,0,4119.09,-2490.07,216.971,2.31335,300,0,0,9940,0,0,0,0,0),(120075,26363,571,1,1,2161,0,4190.22,-2489.27,230.897,5.07802,300,5,0,9610,0,1,0,0,0),(120076,26363,571,1,1,2161,0,4047.43,-2555.18,218.158,4.36437,300,5,0,9610,0,1,0,0,0),(120077,26363,571,1,1,2161,0,4178.04,-2447.5,231.15,2.18264,300,5,0,9610,0,1,0,0,0),(120078,26363,571,1,1,2161,0,3660.47,-2548.24,153.188,0.1629,300,5,0,9610,0,1,0,0,0),(120079,26363,571,1,1,2161,0,3627.91,-2551.52,147.915,1.02586,300,5,0,9610,0,1,0,0,0),(120080,26363,571,1,1,2161,0,3655.05,-2578.09,154.702,3.84958,300,5,0,9610,0,1,0,0,0),(120081,27131,571,1,1,21635,0,3566.09,-2641.1,114.485,5.97437,300,5,0,9940,0,1,0,0,0),(120082,27131,571,1,1,21635,0,3487.4,-2603.96,85.185,1.86411,300,5,0,9940,0,1,0,0,0),(120083,27131,571,1,1,21635,0,3603.2,-2644.62,129.246,2.60531,300,0,0,9940,0,0,0,0,0),(120084,27131,571,1,1,21635,0,3555.93,-2680.59,110.98,3.54119,300,0,0,9940,0,0,0,0,0),(120085,27131,571,1,1,21635,0,3627.03,-2637.56,132.298,0.333982,300,0,0,9940,0,0,0,0,0),(120086,27131,571,1,1,21635,0,3591.79,-2674.81,124.368,2.43234,300,0,0,9940,0,0,0,0,0),(120087,27131,571,1,1,21635,0,3537.67,-2613.95,103.766,3.93595,300,5,0,9940,0,1,0,0,0),(120088,26363,571,1,1,2161,0,3957.16,-2474.28,216.103,3.11032,300,5,0,9610,0,1,0,0,0),(120089,27131,571,1,1,21635,0,3539.9,-2656.92,104.768,1.43765,300,5,0,9940,0,1,0,0,0),(120091,26363,571,1,1,2161,0,4005.08,-2585.49,218.096,1.54931,300,5,0,9610,0,1,0,0,0),(120092,27131,571,1,1,21635,0,4087.78,-2526.14,217.562,0.77289,300,0,0,9940,0,0,0,0,0),(120093,27131,571,1,1,21635,0,3471.13,-2617.89,80.935,1.29598,300,5,0,9940,0,1,0,0,0),(120094,27131,571,1,1,21635,0,4114.43,-2565.47,215.75,2.51301,300,0,0,9940,0,0,0,0,0),(120095,27388,571,1,1,24603,1,3274.94,-2213.25,117.112,2.53073,300,0,0,9940,0,0,0,0,0),(120096,32252,571,1,1,27853,1,5901.34,458.723,641.653,1.79769,300,0,0,8982,0,0,0,0,0),(120097,28156,571,1,1,27207,1,5279.91,-3108.02,278.638,6.14356,300,0,0,10635,0,0,0,0,0),(120098,28156,571,1,1,27207,1,5200.05,-3362.79,289.179,2.1293,300,0,0,10635,0,0,0,0,0),(120099,28156,571,1,1,27208,1,5217.04,-3161.57,273.9,5.48033,300,0,0,10635,0,0,0,0,0),(120100,28156,571,1,1,27207,1,5133.54,-3170.9,273.9,5.65487,300,0,0,10635,0,0,0,0,0),(120101,28156,571,1,1,27206,1,5179.24,-3175.94,269.116,6.17846,300,0,0,10635,0,0,0,0,0),(120102,28156,571,1,1,27209,1,5142.11,-3399,289.577,0,300,0,0,10635,0,0,0,0,0),(120103,28156,571,1,1,27209,1,5150.56,-3108.07,273.9,4.36332,300,0,0,10635,0,0,0,0,0),(120104,27132,571,1,1,24328,1,3316.09,-2317.75,110.191,3.38594,300,0,0,7984,0,0,0,0,0),(120105,23548,571,1,1,21610,0,656.451,-5035.95,4.47663,3.07178,300,0,0,6986,0,0,0,0,0),(120106,26876,571,1,1,22041,0,4582.63,-4254.86,182.291,0.715585,300,0,0,10635,3561,0,0,0,0),(120107,24828,571,1,1,17188,0,276.257,-5755.2,268.54,5.32325,300,0,0,8982,0,0,0,0,0),(120108,29948,571,1,1,26686,0,6670.74,-197.184,952.146,4.01426,300,0,0,12175,0,0,0,0,0),(120109,28156,571,1,1,27207,1,5336.7,-3159.97,278.638,0.942478,300,0,0,10635,0,0,0,0,0),(120110,28156,571,1,1,27207,1,5135.49,-3297.5,278.638,5.61996,300,0,0,10635,0,0,0,0,0),(120111,28156,571,1,1,27206,1,5051.04,-3266.21,278.638,0.977384,300,0,0,10635,0,0,0,0,0),(120112,28156,571,1,1,27207,1,5213.68,-3016.78,278.638,1.79769,300,0,0,10635,0,0,0,0,0),(120113,28156,571,1,1,27206,1,5371.58,-3316.38,297.568,5.02655,300,0,0,10635,0,0,0,0,0),(120114,28156,571,1,1,27206,1,5342.19,-3310.88,295.568,0.558505,300,0,0,10635,0,0,0,0,0),(120115,28156,571,1,1,27206,1,5104.58,-3353.53,278.638,2.60054,300,0,0,10635,0,0,0,0,0),(120116,28156,571,1,1,27206,1,5257.4,-3304.01,281.169,0.977384,300,0,0,10635,0,0,0,0,0),(120117,28156,571,1,1,27209,1,5428.06,-3239.51,292.998,5.34071,300,0,0,10635,0,0,0,0,0),(120118,28156,571,1,1,27206,1,5103.83,-3242.02,278.638,5.89921,300,0,0,10635,0,0,0,0,0),(120119,28156,571,1,1,27208,1,5216.96,-3070.02,278.638,5.65487,300,0,0,10635,0,0,0,0,0),(120120,28156,571,1,1,27206,1,5232.71,-3194.61,273.39,2.35619,300,0,0,10635,0,0,0,0,0),(120121,28156,571,1,1,27206,1,5292.18,-3210.11,278.638,0.593412,300,0,0,10635,0,0,0,0,0),(120122,28156,571,1,1,27206,1,5300.38,-3155.52,278.638,4.95674,300,0,0,10635,0,0,0,0,0),(120123,28156,571,1,1,27207,1,5116.39,-3070.58,278.638,4.31096,300,0,0,10635,0,0,0,0,0),(120124,28156,571,1,1,27207,1,5357.71,-3210.47,288.126,4.55531,300,0,0,10635,0,0,0,0,0),(120125,25596,571,1,1,23485,0,3104.64,6246.06,98.9525,0.296706,300,0,0,6986,0,0,0,0,0),(120126,25596,571,1,1,23873,0,3145.58,6319.84,91.6888,1.25664,300,0,0,6986,0,0,0,0,0),(120127,25596,571,1,1,23873,0,2799.72,6648.77,36.4909,5.37561,300,0,0,6986,0,0,0,0,0),(120128,25596,571,1,1,23485,0,2951.2,6563.82,62.5341,5.46288,300,0,0,6986,0,0,0,0,0),(120129,25596,571,1,1,23485,0,3000.15,6590.8,58.7172,4.76475,300,0,0,6986,0,0,0,0,0),(120130,25596,571,1,1,23873,0,2842.41,6622.39,48.7671,3.92699,300,0,0,6986,0,0,0,0,0),(120131,31228,571,1,1,1988,0,5599.2,523.367,153.29,5.34001,300,5,0,11379,3725,1,0,0,0),(120132,24316,571,1,1,26145,0,2205.24,-5883.11,234.025,3.12301,300,0,0,8982,0,2,0,0,0),(120133,25596,571,1,1,23485,0,3046.35,6562.32,65.2096,0.610865,300,0,0,6986,0,0,0,0,0),(120134,25596,571,1,1,23485,0,2988.38,6561.55,66.1745,0.244346,300,0,0,6986,0,0,0,0,0),(120135,25596,571,1,1,23485,0,2885,6594.47,53.7937,1.76278,300,0,0,6986,0,0,0,0,0),(120136,24316,571,1,1,26145,0,2080.23,-5589.21,221.388,1.20077,300,0,0,8982,0,2,0,0,0),(120137,24316,571,1,1,26145,0,2075.25,-5716.35,220.436,1.52018,300,0,0,8982,0,2,0,0,0),(120138,29436,571,1,1,26177,0,4983.48,-1319.5,294.508,0.185463,300,6,0,10282,0,1,0,0,0),(120139,29436,571,1,1,26177,0,5012.65,-1421.56,295.654,2.6726,300,6,0,10282,0,1,0,0,0),(120140,24316,571,1,1,26145,0,1923,-5645.25,215.718,3.12818,300,0,0,8982,0,2,0,0,0),(120141,29436,571,1,1,26177,0,5345.43,-1153.81,277.168,1.40118,300,6,0,10282,0,1,0,0,0),(120142,24316,571,1,1,26145,0,2079.26,-5562.86,222.291,2.21139,300,0,0,8982,0,2,0,0,0),(120143,29436,571,1,1,26177,0,5014.29,-1215.49,335.846,2.1817,300,6,0,10282,0,1,0,0,0),(120144,29436,571,1,1,26177,0,5020.46,-1283.11,313.656,3.06599,300,6,0,10282,0,1,0,0,0),(120145,29436,571,1,1,26177,0,5041.94,-1372.52,305.578,2.36417,300,6,0,10282,0,1,0,0,0),(120146,29436,571,1,1,26177,0,5015.17,-1348.65,304.606,1.93359,300,6,0,10282,0,1,0,0,0),(120147,24316,571,1,1,26145,0,2102.03,-5800.94,223.819,5.62308,300,0,0,8982,0,2,0,0,0),(120148,24316,571,1,1,26145,0,2255.43,-5636.75,234.792,5.89253,300,5,0,8982,0,1,0,0,0),(120149,24316,571,1,1,26145,0,2262.33,-5751.44,235.8,5.60912,300,0,0,8982,0,2,0,0,0),(120150,24316,571,1,1,26145,0,2128.34,-5658.6,223.899,1.29364,300,0,0,8982,0,2,0,0,0),(120151,24316,571,1,1,26145,0,2142.65,-5556.99,225.694,5.10398,300,0,0,8982,0,2,0,0,0),(120152,24316,571,1,1,26145,0,2154.16,-5724,223.091,5.06174,300,0,0,8982,0,2,0,0,0),(120153,29436,571,1,1,26177,0,5300.32,-1177.07,263.456,5.65669,300,6,0,10282,0,1,0,0,0),(27398,28087,571,1,1,0,0,4975.34,4447.26,-130.139,2.87635,60,0,0,11770,0,0,0,0,0),(120155,31228,571,1,1,1988,0,5770.39,568.582,158.981,4.47973,300,5,0,11379,3725,1,0,0,0),(120156,29436,571,1,1,26177,0,5246.72,-1266.72,241.128,-1.94115,300,6,0,10282,0,1,0,0,0),(120157,29436,571,1,1,26177,0,5281.39,-1221.3,240.004,3.78705,300,6,0,10282,0,1,0,0,0),(120158,29436,571,1,1,26177,0,5247.01,-1173.47,249.772,4.53084,300,6,0,10282,0,1,0,0,0),(120159,29436,571,1,1,26177,0,5320.76,-1251.17,241.331,1.12181,300,6,0,10282,0,1,0,0,0),(120160,29436,571,1,1,26177,0,5226.16,-1217.75,248.121,-1.15336,300,6,0,10282,0,1,0,0,0),(120161,29436,571,1,1,26177,0,5143.78,-1275.41,249.105,1.93391,300,6,0,10282,0,1,0,0,0),(120162,29436,571,1,1,26177,0,5155.82,-1157.24,268.743,1.87123,300,6,0,10282,0,1,0,0,0),(120163,29436,571,1,1,26177,0,5149.94,-1219.81,255.605,5.77761,300,6,0,10282,0,1,0,0,0),(120164,29436,571,1,1,26177,0,5195.34,-1260.41,245.718,5.67405,300,6,0,10282,0,1,0,0,0),(120165,29436,571,1,1,26177,0,5172.1,-1193.22,253.332,4.40578,300,6,0,10282,0,1,0,0,0),(120166,29436,571,1,1,26177,0,5126.79,-1191.96,257.114,5.73473,300,6,0,10282,0,1,0,0,0),(120167,29436,571,1,1,26177,0,5121.25,-1238.05,254.105,0.871061,300,6,0,10282,0,1,0,0,0),(120168,31228,571,1,1,1988,0,5681.63,-85.1868,173.357,3.97033,300,5,0,11379,3725,1,0,0,0),(120169,29692,571,1,1,0,0,4903.4,-2371.18,243.58,0.802851,300,0,0,8982,0,0,0,0,0),(120170,28412,571,1,1,25395,0,5439.54,-3208.27,292.92,5.32161,300,5,0,10635,3561,1,0,0,0),(120171,25596,571,1,1,23873,0,3021.45,6522.12,77.8607,3.94444,300,0,0,6986,0,0,0,0,0),(120172,25596,571,1,1,23873,0,2861.61,6532.58,69.7112,5.96903,300,0,0,6986,0,0,0,0,0),(120173,25596,571,1,1,23873,0,3081.5,6477.43,84.797,1.39626,300,0,0,6986,0,0,0,0,0),(120174,29692,571,1,1,0,0,4851.74,-2393.46,239.33,4.95674,300,0,0,8982,0,0,0,0,0),(120175,29692,571,1,1,0,0,4950.43,-2279.01,246.242,0.506145,300,0,0,8982,0,0,0,0,0),(120176,29692,571,1,1,0,0,4903.77,-2330.79,248.123,4.29351,300,0,0,8982,0,0,0,0,0),(120177,29692,571,1,1,0,0,4848.54,-2344.74,238.982,0.802851,300,0,0,8982,0,0,0,0,0),(120178,25596,571,1,1,23485,0,3015.25,6482.82,82.6853,1.62316,300,0,0,6986,0,0,0,0,0),(120179,25596,571,1,1,23485,0,2983.48,6527.96,73.768,2.04204,300,0,0,6986,0,0,0,0,0),(120180,25596,571,1,1,23873,0,2950.44,6501.59,76.7787,2.11185,300,0,0,6986,0,0,0,0,0),(120181,28412,571,1,1,25395,0,5356.6,-3280.53,298.21,0.919076,300,5,0,10635,3561,1,0,0,0),(120182,25596,571,1,1,23873,0,3021.76,6324.83,99.2268,4.4855,300,0,0,6986,0,0,0,0,0),(120183,29692,571,1,1,0,0,4974.32,-2286.95,247.319,5.48033,300,0,0,8982,0,0,0,0,0),(120184,29692,571,1,1,0,0,4862.84,-2390.57,235.99,2.79253,300,0,0,8982,0,0,0,0,0),(120185,29692,571,1,1,0,0,4953.58,-2357.37,244.924,5.11381,300,0,0,8982,0,0,0,0,0),(120186,29692,571,1,1,0,0,4872.41,-2302.8,250.971,4.46804,300,0,0,8982,0,0,0,0,0),(120187,29692,571,1,1,0,0,4894.41,-2360.7,239.229,4.95674,300,0,0,8982,0,0,0,0,0),(120188,29692,571,1,1,0,0,5009.54,-2335.98,249.09,5.07891,300,0,0,8982,0,0,0,0,0),(120189,29692,571,1,1,0,0,4896.89,-2351.46,244.921,4.55531,300,0,0,8982,0,0,0,0,0),(120190,29692,571,1,1,0,0,4962.07,-2288.52,244.996,6.00393,300,0,0,8982,0,0,0,0,0),(120191,29692,571,1,1,0,0,4838.04,-2330.7,251.225,3.40339,300,0,0,8982,0,0,0,0,0),(120192,29692,571,1,1,0,0,4836.8,-2316.03,248.223,3.10669,300,0,0,8982,0,0,0,0,0),(120193,29692,571,1,1,0,0,4864.25,-2305.8,247.329,1.65806,300,0,0,8982,0,0,0,0,0),(120194,29692,571,1,1,0,0,4831.42,-2347.32,244.016,2.09439,300,0,0,8982,0,0,0,0,0),(120195,29692,571,1,1,0,0,4834.14,-2333.18,247.049,6.00393,300,0,0,8982,0,0,0,0,0),(120196,29692,571,1,1,0,0,4963.92,-2279.08,253.094,1.13446,300,0,0,8982,0,0,0,0,0),(120197,29692,571,1,1,0,0,5001.67,-2319.25,255.288,4.41568,300,0,0,8982,0,0,0,0,0),(120198,29692,571,1,1,0,0,4997.77,-2307.25,249.293,2.93215,300,0,0,8982,0,0,0,0,0),(120199,29692,571,1,1,0,0,4873.75,-2288.9,247.818,5.044,300,0,0,8982,0,0,0,0,0),(120200,29692,571,1,1,0,0,4907.87,-2362.47,249.002,1.6057,300,0,0,8982,0,0,0,0,0),(120201,29692,571,1,1,0,0,4937.39,-2360.04,248.252,2.82743,300,0,0,8982,0,0,0,0,0),(120202,29692,571,1,1,0,0,4942.31,-2348.77,254.752,6.17846,300,0,0,8982,0,0,0,0,0),(120203,29692,571,1,1,0,0,4982.39,-2319.59,248.439,2.35619,300,0,0,8982,0,0,0,0,0),(120204,29692,571,1,1,0,0,4990.07,-2337.66,250.437,4.29351,300,0,0,8982,0,0,0,0,0),(120205,29692,571,1,1,0,0,5013.69,-2316.06,251.215,0.907571,300,0,0,8982,0,0,0,0,0),(120206,29692,571,1,1,0,0,4996.16,-2321.42,255.332,3.78736,300,0,0,8982,0,0,0,0,0),(120207,29692,571,1,1,0,0,4906.35,-2340.5,250.823,0.15708,300,0,0,8982,0,0,0,0,0),(120208,29692,571,1,1,0,0,4918.01,-2370.42,243.291,1.0472,300,0,0,8982,0,0,0,0,0),(120209,28412,571,1,1,25395,0,5366.81,-3389.11,299.777,1.65078,300,5,0,10635,3561,1,0,0,0),(120210,31228,571,1,1,1988,0,5506.57,0.439636,148.468,1.10191,300,5,0,11379,3725,1,0,0,0),(120211,28412,571,1,1,25395,0,5391.54,-3325.92,297.506,5.49767,300,5,0,10635,3561,1,0,0,0),(120212,31228,571,1,1,1988,0,5824.3,206.737,179.932,3.35633,300,5,0,11379,3725,1,0,0,0),(120213,28412,571,1,1,25395,0,5408.65,-3363.65,299.548,1.00424,300,5,0,10635,3561,1,0,0,0),(120214,28412,571,1,1,25395,0,5414.44,-3261.09,292.919,1.18234,300,5,0,10635,3561,1,0,0,0),(120215,28412,571,1,1,25395,0,5471.1,-3284.05,293.026,1.92957,300,5,0,10635,3561,1,0,0,0),(120216,31228,571,1,1,1988,0,5565.55,218.123,150.937,0.902305,300,5,0,11379,3725,1,0,0,0),(120217,29692,571,1,1,0,0,4941.75,-2326.57,254.167,4.2237,300,0,0,8982,0,0,0,0,0),(120218,29692,571,1,1,0,0,4936.49,-2314.67,249.208,2.96706,300,0,0,8982,0,0,0,0,0),(120219,29692,571,1,1,0,0,4938.83,-2343.92,252.041,3.01942,300,0,0,8982,0,0,0,0,0),(120220,29692,571,1,1,0,0,4952.82,-2333.73,248.275,0.314159,300,0,0,8982,0,0,0,0,0),(120221,29692,571,1,1,0,0,4949,-2317.68,249.937,1.39626,300,0,0,8982,0,0,0,0,0),(120222,29692,571,1,1,0,0,4952.46,-2346.15,249.651,5.44543,300,0,0,8982,0,0,0,0,0),(120223,29692,571,1,1,0,0,4940.73,-2331.16,254.012,4.60767,300,0,0,8982,0,0,0,0,0),(120224,29692,571,1,1,0,0,4881.26,-2297.6,249.102,4.31096,300,0,0,8982,0,0,0,0,0),(120225,29692,571,1,1,0,0,4886.75,-2311.61,246.873,6.26573,300,0,0,8982,0,0,0,0,0),(120226,29692,571,1,1,0,0,4908.35,-2313.25,242.538,3.19395,300,0,0,8982,0,0,0,0,0),(120227,29692,571,1,1,0,0,4921.21,-2314,247.21,3.66519,300,0,0,8982,0,0,0,0,0),(120228,28412,571,1,1,25395,0,5325.69,-3373.54,297.609,2.31338,300,5,0,10635,3561,1,0,0,0),(120229,29692,571,1,1,0,0,4877.11,-2325.05,238.531,3.87463,300,0,0,8982,0,0,0,0,0),(120230,29692,571,1,1,0,0,4852.76,-2332.92,241.805,3.89208,300,0,0,8982,0,0,0,0,0),(120231,28412,571,1,1,25395,0,5299.71,-3405.92,298.729,5.41845,300,0,0,10635,3561,0,0,0,0),(120232,29436,571,1,1,26177,0,5281.93,-1381.57,239.482,4.16587,300,6,0,10282,0,1,0,0,0),(120235,28412,571,1,1,25395,0,5346.62,-3337.15,297.561,3.26804,300,5,0,10635,3561,1,0,0,0),(120236,31228,571,1,1,1988,0,5793.57,388.891,178.965,4.23301,300,5,0,11379,3725,1,0,0,0),(120237,31228,571,1,1,1988,0,5736.76,363.929,166.601,2.38866,300,5,0,11379,3725,1,0,0,0),(120238,25596,571,1,1,23873,0,2804.61,6484.38,71.3124,1.29154,300,0,0,6986,0,0,0,0,0),(120239,29436,571,1,1,26177,0,5177.23,-1414.16,236.399,2.20506,300,6,0,10282,0,1,0,0,0),(120240,31228,571,1,1,1988,0,5603.95,61.1347,149.198,4.7925,300,5,0,11379,3725,1,0,0,0),(120241,29436,571,1,1,26177,0,5223.46,-1387.95,238.837,3.8339,300,6,0,10282,0,1,0,0,0),(120243,31228,571,1,1,1988,0,5662.79,53.7682,162.887,2.59228,300,5,0,11379,3725,1,0,0,0),(120244,25596,571,1,1,23485,0,2824.86,6569.54,52.6262,3.14159,300,0,0,6986,0,0,0,0,0),(120245,29436,571,1,1,26177,0,5154.33,-1387.6,237.16,5.1466,300,6,0,10282,0,1,0,0,0),(120249,29436,571,1,1,26177,0,5255.26,-1245.29,241.472,3.29831,300,6,0,10282,0,1,0,0,0),(120250,29436,571,1,1,26177,0,5145.52,-1447.95,237.9,1.21581,300,6,0,10282,0,1,0,0,0),(120251,25596,571,1,1,23485,0,2906.82,6540.34,69.5962,0.191986,300,0,0,6986,0,0,0,0,0),(120252,29436,571,1,1,26177,0,5248.05,-1422.13,238.466,1.03054,300,6,0,10282,0,1,0,0,0),(120253,25596,571,1,1,23873,0,3071.05,6364.05,95.1819,5.2709,300,0,0,6986,0,0,0,0,0),(120254,25596,571,1,1,23485,0,2949.87,6451.53,78.8289,2.25148,300,0,0,6986,0,0,0,0,0),(120255,25596,571,1,1,23873,0,2963.3,6398.85,94.3146,5.48033,300,0,0,6986,0,0,0,0,0),(120256,31740,571,1,1,27882,0,5858.96,570.022,654.961,2.93215,300,0,0,42,0,0,0,0,0),(120257,31228,571,1,1,1988,0,5585.42,656.46,159.239,4.66009,300,5,0,11379,3725,1,0,0,0),(120258,31228,571,1,1,1988,0,5822.68,709.327,161.505,2.51646,300,5,0,11379,3725,1,0,0,0),(120259,31228,571,1,1,1988,0,5767.09,554.625,159.933,2.0703,300,0,0,11379,3725,2,0,0,0),(120260,31228,571,1,1,1988,0,5859.34,679.413,168.083,3.04891,300,5,0,11379,3725,1,0,0,0),(120261,31228,571,1,1,1988,0,5450.56,442.956,165.624,2.95702,300,5,0,11379,3725,1,0,0,0),(120262,31228,571,1,1,1988,0,5953.18,792.287,161.301,0.28131,300,5,0,11379,3725,1,0,0,0),(120263,31228,571,1,1,1988,0,5670.21,311.748,162.279,4.19106,300,5,0,11379,3725,1,0,0,0),(120264,31228,571,1,1,1988,0,5743.11,361.785,167.483,1.34948,300,5,0,11379,3725,1,0,0,0),(120265,31228,571,1,1,1988,0,5805.85,360.481,184.785,3.5541,300,0,0,11379,3725,0,0,0,0),(120266,29436,571,1,1,26177,0,5340.65,-1154.36,277.765,2.07283,300,6,0,10282,0,1,0,0,0),(120280,29692,571,1,1,0,0,4823.83,-2333.34,246.836,1.53589,300,0,0,8982,0,0,0,0,0),(120297,29436,571,1,1,26177,0,5305.33,-1172.53,264.691,5.10273,300,6,0,10282,0,1,0,0,0),(120313,29436,571,1,1,26177,0,5263.03,-1407.51,239.615,0.311269,300,6,0,10282,0,1,0,0,0),(120315,29436,571,1,1,26177,0,5293.84,-1286.67,241.301,-2.08643,300,6,0,10282,0,1,0,0,0),(120316,29436,571,1,1,26177,0,5197.12,-1424.03,235.583,4.53754,300,6,0,10282,0,1,0,0,0),(120317,29436,571,1,1,26177,0,5275.07,-1329.54,241.267,-2.67681,300,6,0,10282,0,1,0,0,0),(120323,23805,571,1,1,15880,0,1635.41,-6200.14,42.1309,2.16421,300,5,0,4120,0,1,0,0,0),(120324,32253,571,1,1,27854,1,5890.43,457.514,641.653,1.69297,300,0,0,10635,0,0,0,0,0),(120325,24317,571,1,1,21749,1,2113.37,-2956.44,148.668,2.46091,300,0,0,48050,0,0,0,0,0),(120326,24317,571,1,1,21750,1,2147.62,-2981.47,148.477,0.20944,300,0,0,48050,0,0,0,0,0),(120327,24317,571,1,1,21749,1,2106.1,-2997.08,149.496,4.24115,300,0,0,48050,0,0,0,0,0),(120328,24317,571,1,1,21751,1,2097.57,-2986.29,145.923,3.19395,300,0,0,48050,0,0,0,0,0),(120329,24317,571,1,1,21751,1,2133,-2952.74,149.496,1.32645,300,0,0,48050,0,0,0,0,0),(120330,24317,571,1,1,21749,1,2120.87,-3000.28,148.804,4.72984,300,0,0,48050,0,0,0,0,0),(120331,24317,571,1,1,21751,1,2147.63,-2969.23,148.27,0.20944,300,0,0,48050,0,0,0,0,0),(120332,24317,571,1,1,21751,1,2097.47,-2973.43,146.859,3.26377,300,0,0,48050,0,0,0,0,0),(120333,27133,571,1,1,24330,0,3315.25,-2295.14,110.191,2.25148,300,0,0,7984,0,0,0,0,0),(120334,23549,571,1,1,21611,0,640.398,-5034.17,2.9711,2.21657,300,0,0,9291,3231,0,0,0,0),(120335,26365,571,1,1,23783,0,3852.07,1479.25,137.315,3.36848,300,0,0,42,0,0,0,0,0),(120336,26365,571,1,1,23783,0,3850,1483.9,137.315,3.92699,300,0,0,42,0,0,0,0,0),(120337,26365,571,1,1,23783,0,3845.18,1487.48,137.315,4.43314,300,0,0,42,0,0,0,0,0),(120338,26365,571,1,1,23783,0,3851.66,1473.93,137.315,2.9147,300,0,0,42,0,0,0,0,0),(120339,26365,571,1,1,23783,0,3844.34,1466.95,137.315,1.8326,300,0,0,42,0,0,0,0,0),(120340,24061,571,1,1,22041,0,2467.34,-5028.79,283.778,5.51524,300,0,0,31905,3561,0,0,0,0),(120341,24829,571,1,1,17188,0,158.876,-5823.25,7.09411,6.00393,300,0,0,8982,0,0,0,0,0),(120342,21757,571,1,1,0,0,4219.79,4796.74,-11.5771,1.74533,300,0,0,6326,0,0,0,0,0),(120343,21757,571,1,1,0,0,4230.64,4792.88,-11.5077,3.89208,300,0,0,6326,0,0,0,0,0),(120344,21757,571,1,1,0,0,4232.48,4807.63,-11.6188,0,300,0,0,6326,0,0,0,0,0),(120345,21757,571,1,1,0,0,4239.49,5155.73,17.6706,0.925025,300,0,0,6326,0,0,0,0,0),(120346,21757,571,1,1,0,0,4195.6,5218.76,26.4548,2.30383,300,0,0,6326,0,0,0,0,0),(120352,28157,571,1,1,25158,1,1324.21,-3171.67,162.882,3.12414,300,0,0,10635,0,0,0,0,0),(120353,23805,571,1,1,15880,0,1527.36,-6252.88,33.3688,2.6529,300,5,0,4120,0,1,0,0,0),(120354,24317,571,1,1,21748,1,2140.28,-2998.99,149.832,4.92183,300,0,0,48050,0,0,0,0,0),(120355,32509,571,1,1,27998,0,5771.88,632.803,661.075,2.32129,300,0,0,10635,0,0,0,0,0),(120357,26365,571,1,1,23783,0,3838.74,1467.39,137.315,1.20428,300,0,0,42,0,0,0,0,0),(120358,26365,571,1,1,23783,0,3848.75,1469.71,137.315,2.28638,300,0,0,42,0,0,0,0,0),(120359,28157,571,1,1,25162,1,1321.86,-3171.95,162.883,0.331613,300,0,0,10635,0,0,0,0,0),(120360,23805,571,1,1,15880,0,1597.6,-6307.6,33.9175,1.67552,300,5,0,4120,0,1,0,0,0),(120367,6653,571,1,1,5379,0,4984.18,-2679.08,288.071,1.30311,300,5,0,8,0,1,0,0,0),(120368,29693,571,1,1,2705,0,4455.17,-3382.46,234.942,3.43147,300,5,0,9610,3309,1,0,0,0),(120369,29693,571,1,1,2705,0,4427.01,-3501.38,237.657,5.51712,300,5,0,9610,3309,1,0,0,0),(120370,6653,571,1,1,5379,0,5024.24,-2833.14,287.885,1.68462,300,5,0,8,0,1,0,0,0),(120371,29693,571,1,1,2705,0,4527.99,-3628.8,228.917,1.96313,300,0,0,9610,3309,0,0,0,0),(120372,29693,571,1,1,2705,0,4552.3,-3375.2,229.758,4.41268,300,5,0,9610,3309,1,0,0,0),(120373,6653,571,1,1,5379,0,5171.79,-2741.59,287.964,6.28303,300,5,0,8,0,1,0,0,0),(120374,29693,571,1,1,2705,0,4527.8,-3691.97,228.228,0.293328,300,5,0,9610,3309,1,0,0,0),(120375,29693,571,1,1,2705,0,4575.22,-3602.11,234.939,2.28147,300,0,0,9610,3309,0,0,0,0),(120376,29693,571,1,1,2705,0,4594.37,-3542.41,230.29,3.10056,300,5,0,9610,3309,1,0,0,0),(120377,29693,571,1,1,2705,0,4505.12,-3368.87,234.307,4.74541,300,5,0,9610,3309,1,0,0,0),(120378,29693,571,1,1,2705,0,4424.81,-3424.71,235.997,2.82409,300,5,0,9610,3309,1,0,0,0),(120379,29693,571,1,1,2705,0,4569.54,-3505.51,227.775,5.23287,300,5,0,9610,3309,1,0,0,0),(120380,29693,571,1,1,2705,0,4493.13,-3452.47,227.057,4.4418,300,5,0,9610,3309,1,0,0,0),(120381,29693,571,1,1,2705,0,4508.26,-3575.76,230.841,5.44532,300,5,0,9610,3309,1,0,0,0),(120382,29693,571,1,1,2705,0,4515.82,-3505.98,227.01,1.49053,300,5,0,9610,3309,1,0,0,0),(120383,29693,571,1,1,2705,0,4483.63,-3482.64,227.057,1.70921,300,0,0,9610,3309,0,0,0,0),(120384,6653,571,1,1,5379,0,5197.87,-2749.6,287.69,4.34684,300,5,0,8,0,1,0,0,0),(120385,29693,571,1,1,2705,0,4456.41,-3381.39,235.167,3.11482,300,5,0,9610,3309,1,0,0,0),(120386,28413,571,1,1,24925,0,5485.75,-3265.92,293.018,2.46091,300,0,0,1064,0,0,0,0,0),(120387,6653,571,1,1,5379,0,4959.72,-2703.37,288.304,5.57934,300,5,0,8,0,1,0,0,0),(120388,31229,571,1,1,8811,0,5612.63,538.988,153.492,3.80444,300,5,0,37800,3994,1,0,0,0),(120389,6653,571,1,1,5379,0,5168.34,-2569.84,288.286,4.35303,300,5,0,8,0,1,0,0,0),(120390,28413,571,1,1,24925,0,5394.53,-3333.46,297.568,5.16617,300,0,0,1064,0,0,0,0,0),(120391,28413,571,1,1,24925,0,5469.41,-3304.91,294.495,2.49582,300,0,0,1064,0,0,0,0,0),(120392,28413,571,1,1,24925,0,5435.31,-3331.83,297.568,2.79253,300,0,0,1064,0,0,0,0,0),(120393,28413,571,1,1,24925,0,5451.43,-3210.98,293.56,3.57792,300,0,0,1064,0,0,0,0,0),(120394,6653,571,1,1,5379,0,5059.51,-2691.79,288.03,3.7959,300,5,0,8,0,1,0,0,0),(120395,28413,571,1,1,24925,0,5363.64,-3383.23,299.61,2.21657,300,0,0,1064,0,0,0,0,0),(120396,28413,571,1,1,24925,0,5276.74,-3379.09,297.568,1.37881,300,0,0,1064,0,0,0,0,0),(120397,28413,571,1,1,24925,0,5387.13,-3348.56,299.627,3.29867,300,0,0,1064,0,0,0,0,0),(120398,29437,571,1,1,25640,1,5016.14,-2253.69,246.185,4.2586,300,0,0,10282,0,0,0,0,0),(120399,29437,571,1,1,25640,1,5029.5,-2261.83,244.317,1.03898,300,0,0,10282,0,0,0,0,0),(120400,29437,571,1,1,25640,1,5021.36,-2255.36,245.502,-0.039748,300,0,0,10282,0,0,0,0,0),(120401,6653,571,1,1,5379,0,5258.53,-2669.18,288.626,3.48813,300,5,0,8,0,1,0,0,0),(120402,28413,571,1,1,24925,0,5312.28,-3284.68,283.533,5.41052,300,0,0,1064,0,0,0,0,0),(120403,28413,571,1,1,24925,0,5335.35,-3256.2,278.638,1.48353,300,0,0,1064,0,0,0,0,0),(120404,28413,571,1,1,24925,0,5380.76,-3370.67,299.634,4.11898,300,0,0,1064,0,0,0,0,0),(120405,28413,571,1,1,24925,0,5360.7,-3344.55,297.568,3.68265,300,0,0,1064,0,0,0,0,0),(120406,28413,571,1,1,24925,0,5393.37,-3277.8,297.568,2.05949,300,0,0,1064,0,0,0,0,0),(120407,28413,571,1,1,24925,0,5259.27,-3351.9,281.281,4.57276,300,0,0,1064,0,0,0,0,0),(120408,28413,571,1,1,24925,0,5366.2,-3299.58,294.279,3.40339,300,0,0,1064,0,0,0,0,0),(120410,31229,571,1,1,8811,0,5790,419.946,177.731,6.02447,300,0,0,37800,3994,2,0,0,0),(120411,31741,571,1,1,6302,0,5859.63,569.324,654.003,4.76475,300,0,0,42,0,0,0,0,0),(120412,29437,571,1,1,25640,1,5028.56,-2260.68,244.543,2.08439,300,5,0,10282,0,1,0,0,0),(120413,29437,571,1,1,25640,1,5033.95,-2238.71,245.445,4.22513,300,5,0,10282,0,1,0,0,0),(120414,29437,571,1,1,25640,1,5027.9,-2254.82,244.512,2.12009,300,5,0,10282,0,1,0,0,0),(120415,29437,571,1,1,25640,1,4848.02,-2280.05,247.411,2.24127,300,5,0,10282,0,1,0,0,0),(120416,29950,571,1,1,26090,0,8475.49,-337.946,906.009,2.87979,300,0,0,12600,0,0,0,0,0),(120417,27134,571,1,1,24331,0,3309.34,-2338.63,110.929,2.33874,300,0,0,9291,0,0,0,0,0),(120418,23552,571,1,1,21614,0,612.736,-5041.03,0.839114,3.94766,300,0,0,3524,0,2,0,0,0),(120419,24062,571,1,1,0,1,2546.83,-5007.73,289.696,5.68977,300,0,0,8982,0,0,0,0,0),(120420,24062,571,1,1,0,1,2588.69,-5030.31,294.045,5.0091,300,0,0,8982,0,0,0,0,0),(120421,24062,571,1,1,0,1,2559.47,-4998.15,290.99,4.06662,300,0,0,8982,0,0,0,0,0),(120422,24062,571,1,1,0,1,2549.31,-5008.44,290.424,3.12414,300,0,0,8982,0,0,0,0,0),(120423,24062,571,1,1,0,1,2611.5,-5017.46,294.014,1.06465,300,0,0,8982,0,0,0,0,0),(120424,28158,571,1,1,24996,0,5269.84,-3000.8,288.239,1.93296,300,5,0,10635,0,1,0,0,0),(120425,24062,571,1,1,0,1,2547.2,-5009.83,290.137,0.226893,300,0,0,8982,0,0,0,0,0),(120426,24062,571,1,1,0,1,2550.02,-4994.61,288.575,6.00435,300,0,0,8982,0,2,0,0,0),(120427,24062,571,1,1,0,1,2604.47,-5019.14,293.826,1.36136,300,0,0,8982,0,0,0,0,0),(120428,28158,571,1,1,24996,0,5149,-3181.08,273.62,3.67704,300,5,0,10635,0,1,0,0,0),(120433,28158,571,1,1,24996,0,5331.87,-3075.48,288.286,1.5645,300,5,0,10635,0,1,0,0,0),(120434,25342,571,1,1,23247,1,4050.99,5773.75,72.4084,2.72271,300,0,0,6761,0,0,0,0,0),(120435,28158,571,1,1,24996,0,5150.93,-3109,273.932,1.95243,300,0,0,10635,0,0,0,0,0),(120436,28158,571,1,1,24996,0,5049.05,-3304.06,278.673,3.862,300,5,0,10635,0,1,0,0,0),(120437,26366,571,1,1,24506,0,3620.09,-3318.8,225.462,6.00664,300,5,0,9610,0,1,0,0,0),(120438,26366,571,1,1,24506,0,3733.64,-3261.48,287.548,2.77814,300,5,0,9610,0,1,0,0,0),(120439,26366,571,1,1,24506,0,3786.71,-3248.08,284.493,0.741887,300,5,0,9610,0,1,0,0,0),(120440,26366,571,1,1,24506,0,3722.62,-3222.51,280.625,5.28218,300,5,0,9610,0,1,0,0,0),(120441,26366,571,1,1,24506,0,3811.2,-3206.19,283.649,3.93032,300,5,0,9610,0,1,0,0,0),(120442,26366,571,1,1,24506,0,3645.9,-3265.6,242.412,3.80482,300,0,0,9610,0,0,0,0,0),(120443,27646,571,1,1,252,0,3997.24,-4512.44,197.506,4.60767,300,0,0,988,0,0,0,0,0),(120444,28158,571,1,1,24996,0,5178.34,-3217.39,273.87,3.38658,300,5,0,10635,0,1,0,0,0),(120445,28158,571,1,1,24996,0,5197.59,-3351.7,288.669,1.78925,300,5,0,10635,0,1,0,0,0),(120446,29438,571,1,1,25385,0,5015.66,-2253.11,246.005,-2.35521,300,0,0,10282,3466,0,0,0,0),(120447,28158,571,1,1,24996,0,5049.46,-3256.75,278.6,1.79019,300,5,0,10635,0,1,0,0,0),(120448,28158,571,1,1,24996,0,5111.98,-3074.03,278.582,3.8069,300,5,0,10635,0,1,0,0,0),(120449,28158,571,1,1,24996,0,5368.08,-3104.73,288.172,4.07789,300,5,0,10635,0,1,0,0,0),(120450,28158,571,1,1,24996,0,5279.5,-3108.93,278.569,1.14471,300,0,0,10635,0,0,0,0,0),(120451,28158,571,1,1,24996,0,5116.39,-3342.74,278.672,0.740113,300,5,0,10635,0,1,0,0,0),(120452,28158,571,1,1,24996,0,5118.62,-3278.19,278.306,2.28869,300,5,0,10635,0,1,0,0,0),(120453,25342,571,1,1,23246,1,3860.15,5774.23,68.8212,5.41052,300,0,0,6761,0,0,0,0,0),(120454,28158,571,1,1,24996,0,5117.05,-3069.83,278.583,3.9942,300,0,0,10635,0,0,0,0,0),(120455,28158,571,1,1,24996,0,5146.52,-3395.31,289.269,0.656835,300,5,0,10635,0,1,0,0,0),(120456,26366,571,1,1,24506,0,3706.6,-3152.12,280.524,5.6838,300,5,0,9610,0,1,0,0,0),(120457,25342,571,1,1,23247,1,4063.08,5794.26,72.8651,2.23402,300,0,0,6761,0,0,0,0,0),(120458,25342,571,1,1,23248,1,4021.81,5830.77,74.9182,2.16421,300,0,0,6761,0,0,0,0,0),(120459,26366,571,1,1,24506,0,3749.68,-3163.08,285.369,2.24401,300,5,0,9610,0,1,0,0,0),(120460,28158,571,1,1,24996,0,5100.64,-3287.78,278.577,1.28544,300,5,0,10635,0,1,0,0,0),(120461,26366,571,1,1,24506,0,3777.77,-3111.85,279.201,4.75833,300,5,0,9610,0,1,0,0,0),(120462,28158,571,1,1,24996,0,5177.29,-2998.02,279.699,2.21548,300,5,0,10635,0,1,0,0,0),(120463,28158,571,1,1,24996,0,5232.71,-3198.94,274.589,3.29913,300,5,0,10635,0,1,0,0,0),(120464,28158,571,1,1,24996,0,5333.67,-3155.1,279.6,2.06511,300,5,0,10635,0,1,0,0,0),(120465,28158,571,1,1,24996,0,5358.1,-3212.6,288.065,4.88702,300,5,0,10635,0,1,0,0,0),(120466,26366,571,1,1,24506,0,3945.28,-2584.41,210.111,0.377976,300,5,0,9610,0,1,0,0,0),(120467,26366,571,1,1,24506,0,3948.25,-2552.55,212.01,5.97804,300,5,0,9610,0,1,0,0,0),(120468,26366,571,1,1,24506,0,3895.27,-2519.66,196.024,3.28625,300,5,0,9610,0,1,0,0,0),(120469,26366,571,1,1,24506,0,3913.63,-2538.35,200.08,1.44837,300,5,0,9610,0,1,0,0,0),(120470,28158,571,1,1,24996,0,5286.32,-3263.42,281.18,2.95976,300,5,0,10635,0,1,0,0,0),(120471,26366,571,1,1,24506,0,3880.05,-2585.94,204.633,1.91559,300,5,0,9610,0,1,0,0,0),(120472,26366,571,1,1,24506,0,3851.23,-2511.47,192.73,2.73071,300,5,0,9610,0,1,0,0,0),(120473,26366,571,1,1,24506,0,3941.72,-2522.3,209.743,2.5241,300,5,0,9610,0,1,0,0,0),(120474,28158,571,1,1,24996,0,5217.56,-3070.81,278.603,2.22053,300,0,0,10635,0,0,0,0,0),(120475,28158,571,1,1,24996,0,5216.43,-3160.78,273.84,5.37072,300,0,0,10635,0,0,0,0,0),(120476,26366,571,1,1,24506,0,3845.3,-2824.44,204.573,4.13612,300,5,0,9610,0,1,0,0,0),(120477,26366,571,1,1,24506,0,3884.6,-2760.9,180.898,1.80572,300,5,0,9610,0,1,0,0,0),(120478,26366,571,1,1,24506,0,3830.62,-2844.95,218.045,3.02062,300,5,0,9610,0,1,0,0,0),(120479,26366,571,1,1,24506,0,3807.17,-2886.23,222.795,2.40212,300,0,0,9610,0,0,0,0,0),(120480,26366,571,1,1,24506,0,3869.17,-2787.08,184.675,6.06696,300,5,0,9610,0,1,0,0,0),(120481,26366,571,1,1,24506,0,3783.89,-2938.12,229.506,0.601698,300,5,0,9610,0,1,0,0,0),(120482,26366,571,1,1,24506,0,3807.69,-2901.18,226.382,1.78878,300,0,0,9610,0,0,0,0,0),(120483,26366,571,1,1,24506,0,3793.91,-2863.37,224.945,-1.54915,300,0,0,9610,0,0,0,0,0),(120484,26366,571,1,1,24506,0,3760.81,-2910.55,229.651,0.015621,300,0,0,9610,0,0,0,0,0),(120485,26366,571,1,1,24506,0,3752.92,-2942.06,228.631,2.98643,300,0,0,9610,0,0,0,0,0),(120486,26366,571,1,1,24506,0,3785.59,-2883.1,225.81,2.65725,300,0,0,9610,0,0,0,0,0),(120487,26366,571,1,1,24506,0,3820.96,-3156.85,281.557,5.32136,300,5,0,9610,0,1,0,0,0),(120488,26366,571,1,1,24506,0,3789.98,-2907.81,226.133,0.270857,300,0,0,9610,0,0,0,0,0),(120489,28158,571,1,1,24996,0,5212.82,-3017.28,278.68,0.530164,300,0,0,10635,0,0,0,0,0),(120490,26366,571,1,1,24506,0,3932.01,-2601.91,206.778,2.80232,300,5,0,9610,0,1,0,0,0),(120491,26366,571,1,1,24506,0,3913.59,-2593.68,206.725,5.37277,300,5,0,9610,0,1,0,0,0),(120492,28158,571,1,1,24996,0,5255.64,-3295.32,281.167,1.77053,300,5,0,10635,0,1,0,0,0),(120493,26366,571,1,1,24506,0,3786.91,-2883.92,224.757,3.58589,300,5,0,9610,0,1,0,0,0),(120494,26366,571,1,1,24506,0,3747.4,-2945.51,229.381,3.26161,300,5,0,9610,0,1,0,0,0),(120495,26366,571,1,1,24506,0,3753.31,-2915.54,229.92,3.95218,300,5,0,9610,0,1,0,0,0),(120996,32262,571,1,1,10631,1,8138.12,2063.47,550.596,5.44938,80,0,0,9740,8636,0,0,0,0),(120497,29438,571,1,1,25385,0,5053.21,-2215.51,243.907,3.70064,300,0,0,10282,3466,0,0,0,0),(120498,26366,571,1,1,24506,0,3784.59,-2911.7,226.75,0.511077,300,5,0,9610,0,1,0,0,0),(120499,26366,571,1,1,24506,0,3792.18,-2854.17,229.219,1.59407,300,5,0,9610,0,1,0,0,0),(120500,25342,571,1,1,23246,1,3945.05,5736.56,64.0998,1.8326,300,0,0,6761,0,0,0,0,0),(120501,25342,571,1,1,23246,1,4019.99,5780.24,72.617,1.46608,300,0,0,6761,0,0,0,0,0),(120502,25342,571,1,1,23249,1,4033.98,5763.34,68.6435,1.44862,300,0,0,6761,0,0,0,0,0),(120503,25342,571,1,1,23247,1,4041.34,5798.78,75.6894,2.09439,300,0,0,6761,0,0,0,0,0),(120504,25342,571,1,1,23248,1,3989.23,5724.81,63.1884,3.83972,300,0,0,6761,0,0,0,0,0),(120505,25342,571,1,1,23246,1,4007.13,5698.72,58.351,1.5708,300,0,0,6761,0,0,0,0,0),(120506,25342,571,1,1,23246,1,4017.74,5744.65,63.7505,1.02974,300,0,0,6761,0,0,0,0,0),(120507,25342,571,1,1,23248,1,3981.03,5761.9,71.109,2.14675,300,0,0,6761,0,0,0,0,0),(120508,25342,571,1,1,23248,1,3970.41,5705.12,59.2353,1.27409,300,0,0,6761,0,0,0,0,0),(120509,25342,571,1,1,23249,1,4073.42,5714.11,57.9493,1.53589,300,0,0,6761,0,0,0,0,0),(120510,25342,571,1,1,23248,1,3965.83,5666.56,53.2958,1.78024,300,0,0,6761,0,0,0,0,0),(120511,25342,571,1,1,23247,1,4062.63,5750.15,64.7992,2.09439,300,0,0,6761,0,0,0,0,0),(120512,25342,571,1,1,23246,1,3991.5,5672.36,53.9838,1.16937,300,0,0,6761,0,0,0,0,0),(120513,25342,571,1,1,23248,1,3941.21,5686.17,60.7418,1.81514,300,0,0,6761,0,0,0,0,0),(120514,25342,571,1,1,23249,1,3875.59,5723.35,66.7902,1.13446,300,0,0,6761,0,0,0,0,0),(120515,31742,571,1,1,1072,0,5838.48,558.247,654.003,0,300,0,0,42,0,0,0,0,0),(248288,11455,429,1,1,0,0,-66.3458,-425.147,-4.22617,0,86400,0,0,5490,7519,2,0,0,0),(120518,26366,571,1,1,24506,0,3943.8,-2524.65,210.243,4.28472,300,5,0,9610,0,1,0,0,0),(120519,26366,571,1,1,24506,0,3896.67,-2519.06,196.149,1.40134,300,5,0,9610,0,1,0,0,0),(120520,26366,571,1,1,24506,0,3947.05,-2554.79,211.635,4.50891,300,5,0,9610,0,1,0,0,0),(120521,26366,571,1,1,24506,0,3912.87,-2540.28,199.705,4.53455,300,5,0,9610,0,1,0,0,0),(120522,26366,571,1,1,24506,0,3855.82,-2515.85,191.563,3.34453,300,5,0,9610,0,1,0,0,0),(120523,26366,571,1,1,24506,0,3880.66,-2587.38,205.634,4.64618,300,5,0,9610,0,1,0,0,0),(120526,29438,571,1,1,25385,0,5028.79,-2256.22,244.374,5.93473,300,5,0,10282,3466,1,0,0,0),(120533,29438,571,1,1,25385,0,5038.6,-2235.27,245.815,4.12006,300,5,0,10282,3466,1,0,0,0),(120534,29438,571,1,1,25385,0,5032.73,-2239.61,245.669,3.62747,300,5,0,10282,3466,1,0,0,0),(76049,21684,532,1,1,0,0,-11093.8,-1890.47,220.751,0.698132,604800,0,0,1,0,0,0,0,0),(76048,21682,532,1,1,0,0,-11090.6,-1894.99,220.751,0.628318,604800,0,0,1,0,0,0,0,0),(120546,26879,571,1,1,22041,0,2272.98,5171.82,11.246,1.74533,300,0,0,10635,3561,0,0,0,0),(120547,27391,571,1,1,24604,1,3418.72,-2812.36,200.583,4.46804,300,0,0,9940,0,0,0,0,0),(120548,27135,571,1,1,17612,0,3346.49,2500.47,-15.4496,3.28122,300,0,0,42,0,0,0,0,0),(120549,23551,571,1,1,21617,0,655.024,-5058.59,1.76322,5.13127,300,0,0,3728,0,0,0,0,0),(120550,23551,571,1,1,21613,0,662.179,-5050.62,3.53065,5.34071,300,0,0,3728,0,0,0,0,0),(120551,23551,571,1,1,21617,0,658.696,-5055.32,2.40618,5.63741,300,0,0,3728,0,0,0,0,0),(120552,24831,571,1,1,17188,0,157.182,-5712.11,189.4,3.33358,300,0,0,8982,0,0,0,0,0),(120553,20735,571,1,1,19744,1,5697.56,576.957,653.806,4.24115,300,0,0,1,88140,0,0,0,0),(120554,31231,571,1,1,27519,0,5395.22,128.635,153.832,3.15061,300,5,0,11770,3809,1,0,0,0),(207611,20272,530,1,1,0,1,-1766.13,5257.02,-38.764,5.51524,120,0,0,1,0,0,0,0,0),(120556,31231,571,1,1,27518,0,5607.9,280.426,163.657,4.03171,300,0,0,11770,3809,0,0,0,0),(120557,24063,571,1,1,22044,0,713.543,-4938.75,6.11675,-2.70399,300,0,0,3728,0,0,0,0,0),(120558,24063,571,1,1,22044,0,759.329,-4927.86,3.91054,3.25516,300,0,0,3728,0,0,0,0,0),(120559,24063,571,1,1,22044,0,711.91,-4963.56,4.99635,3.34014,300,5,0,3728,0,1,0,0,0),(120560,24063,571,1,1,22044,0,761.72,-4863.74,4.49782,3.24979,300,0,0,3728,0,0,0,0,0),(120561,24063,571,1,1,22044,0,766.92,-4893.33,2.99759,2.0975,300,0,0,3728,0,0,0,0,0),(120562,29439,571,1,1,25376,1,5032.87,-2255.37,243.499,1.14012,300,5,0,10282,3466,1,0,0,0),(120563,29439,571,1,1,25376,1,5027.24,-2247.53,244.874,4.11898,300,0,0,10282,3466,0,0,0,0),(120564,25343,571,1,1,23124,1,4066.03,5851.19,73.369,3.735,300,0,0,5914,0,0,0,0,0),(120565,31231,571,1,1,27518,0,5761.55,192.468,182.957,1.97222,300,0,0,11770,3809,0,0,0,0),(120566,31231,571,1,1,27519,0,5780.04,197.552,181.668,4.9373,300,5,0,11770,3809,1,0,0,0),(120567,31231,571,1,1,27518,0,5754.94,202.283,182.957,5.07891,300,0,0,11770,3809,0,0,0,0),(120568,31231,571,1,1,27518,0,5755.12,193.533,182.957,1.93731,300,0,0,11770,3809,0,0,0,0),(120569,31231,571,1,1,27519,0,5758.21,195.081,182.957,1.91986,300,0,0,11770,3809,0,0,0,0),(120570,31231,571,1,1,27519,0,5758.32,191.146,182.957,2.1293,300,0,0,11770,3809,0,0,0,0),(120571,31231,571,1,1,27519,0,5761.74,196.484,182.957,2.14675,300,0,0,11770,3809,0,0,0,0),(120572,31231,571,1,1,27519,0,5508.92,432.936,161.747,2.42601,300,0,0,11770,3809,0,0,0,0),(120573,31231,571,1,1,27519,0,5786.1,168.134,181.687,0.383972,300,0,0,11770,3809,0,0,0,0),(120574,25343,571,1,1,23125,1,3912.35,5655.95,54.3362,1.51844,300,0,0,5914,0,0,0,0,0),(120575,28671,571,1,1,14852,0,5717.1,-4395.56,386.947,1.6057,300,0,0,113790,37250,0,0,0,0),(120576,31231,571,1,1,27519,0,5668.06,228.85,167.306,1.38928,300,5,0,11770,3809,1,0,0,0),(120577,31231,571,1,1,27519,0,5800.04,142.03,181.801,0.947208,300,5,0,11770,3809,1,0,0,0),(120578,29439,571,1,1,25376,1,4843.55,-2280.7,247.772,5.18226,300,0,0,10282,3466,0,0,0,0),(120579,29439,571,1,1,25376,1,5028.88,-2253.6,244.374,3.74008,300,0,0,10282,3466,0,0,0,0),(120580,31231,571,1,1,27518,0,5742.19,195.88,181.659,3.63029,300,0,0,11770,3809,0,0,0,0),(120581,25343,571,1,1,23126,1,3935.73,5785.45,71.517,4.90438,300,0,0,5914,0,0,0,0,0),(120582,25343,571,1,1,23125,1,4080.12,5809,72.3967,1.85005,300,0,0,5914,0,0,0,0,0),(120583,25343,571,1,1,23126,1,4000.76,5643.49,50.2366,1.65806,300,0,0,5914,0,0,0,0,0),(120584,25343,571,1,1,23124,1,4023.08,5713.59,60.1043,2.14675,300,0,0,5914,0,0,0,0,0),(120585,25343,571,1,1,23125,1,4041.56,5684.31,48.8785,1.39626,300,0,0,5914,0,0,0,0,0),(120586,25343,571,1,1,23124,1,4074.61,5772.93,67.8487,2.21657,300,0,0,5914,0,0,0,0,0),(120587,25343,571,1,1,23124,1,3900.7,5690.01,61.3768,0.767945,300,0,0,5914,0,0,0,0,0),(120588,25343,571,1,1,23125,1,3945.5,5659.9,52.6962,1.79769,300,0,0,5914,0,0,0,0,0),(120589,31231,571,1,1,27518,0,5430.98,388.716,168.03,3.87463,300,0,0,11770,3809,0,0,0,0),(120590,31231,571,1,1,27519,0,5442.4,381.688,168.084,5.21853,300,0,0,11770,3809,0,0,0,0),(120592,31231,571,1,1,27519,0,5486.11,440.806,164.035,4.33081,300,5,0,11770,3809,1,0,0,0),(120593,31231,571,1,1,27519,0,5439.66,422.065,167.608,0.976561,300,5,0,11770,3809,1,0,0,0),(120594,31231,571,1,1,27518,0,5634.74,278.278,164.398,3.86548,300,5,0,11770,3809,1,0,0,0),(120595,29439,571,1,1,25376,1,5024.66,-2260.75,245.27,1.8879,300,5,0,10282,3466,1,0,0,0),(120596,29439,571,1,1,25376,1,5016.41,-2235.04,245.999,5.48087,300,0,0,10282,3466,0,0,0,0),(120600,30217,0,1,1,26853,1,-8050.08,1418.41,1.54022,1.5708,180,0,0,1848,0,0,0,0,0),(120602,30730,0,1,1,27295,0,-8863.97,861.542,99.6931,5.51524,180,0,0,902,2680,0,0,0,0),(120607,29712,0,1,1,3167,1,-8384.86,1112.58,18.096,1.8675,180,0,0,7048,0,0,0,0,0),(120608,29712,0,1,1,5446,1,-8406.75,1113.13,18.1454,1.3439,180,0,0,7048,0,0,0,0,0),(120609,29712,0,1,1,3167,1,-8302.76,1285.35,5.31355,0,180,0,0,7048,0,0,0,0,0),(120610,29712,0,1,1,5446,1,-8277.97,1285.66,5.31355,3.15905,180,0,0,7048,0,0,0,0,0),(120611,29712,0,1,1,3167,1,-8079.92,1369.31,7.91093,0.698132,180,0,0,7048,0,0,0,0,0),(120612,29712,0,1,1,3167,1,-8369.52,1341.79,5.31355,3.14159,180,0,0,7048,0,0,0,0,0),(120613,29712,0,1,1,3167,1,-8448.24,1039.04,53.32,3.72926,180,0,0,7048,0,2,0,0,0),(120614,29712,0,1,1,3167,1,-8369.44,1292.13,5.31355,3.12414,180,0,0,7048,0,0,0,0,0),(120615,29712,0,1,1,5446,1,-8301.7,1170.13,17.69,0.101267,180,0,0,7048,0,2,0,0,0),(120616,29712,0,1,1,3167,1,-8490.95,951.47,96.31,5.14229,180,0,0,7048,0,2,0,0,0),(120617,29712,0,1,1,3167,1,-8291.17,1243.53,5.23,3.06399,180,0,0,7048,0,2,0,0,0),(120618,29712,0,1,1,3167,1,-8583.41,1071.97,36.96,5.36266,180,0,0,7048,0,2,0,0,0),(120619,29712,0,1,1,3167,1,-8419.69,1043.19,68.38,2.78718,180,0,0,7048,0,2,0,0,0),(120620,29712,0,1,1,3167,1,-8395.03,1249.53,5.31355,4.93928,180,0,0,7048,0,0,0,0,0),(120621,29712,0,1,1,5446,1,-8369.48,1249.18,5.31355,4.64258,180,0,0,7048,0,0,0,0,0),(120622,29712,0,1,1,3167,1,-8298.2,1215.46,5.27,6.28175,180,0,0,7048,0,2,0,0,0),(120623,29712,0,1,1,3167,1,-8567.89,980.578,96.5265,2.21657,180,0,0,7048,0,0,0,0,0),(120624,29712,0,1,1,3167,1,-8581.44,997.638,96.3734,5.18363,180,0,0,7048,0,0,0,0,0),(120625,29712,0,1,1,5446,1,-8415,1195.75,5.70255,1.78024,180,0,0,7048,0,0,0,0,0),(120626,29712,0,1,1,3167,1,-8424.89,1195.62,5.58604,1.25664,180,0,0,7048,0,0,0,0,0),(120627,29712,0,1,1,5446,1,-8277.67,1392.74,5.31355,3.00197,180,0,0,7048,0,0,0,0,0),(120628,29712,0,1,1,3167,1,-8303.57,1393.09,5.31356,0.034907,180,0,0,7048,0,0,0,0,0),(120629,29712,0,1,1,3167,1,-8295.93,1195.88,5.70912,1.67552,180,0,0,7048,0,0,0,0,0),(120630,29712,0,1,1,5446,1,-8305.59,1196.01,5.70609,1.37881,180,0,0,7048,0,0,0,0,0),(120631,29712,0,1,1,3167,1,-8356.15,1195.38,5.736,1.69297,180,0,0,7048,0,0,0,0,0),(120632,29712,0,1,1,5446,1,-8365.55,1195.15,5.75566,1.46608,180,0,0,7048,0,0,0,0,0),(120633,29712,0,1,1,5446,1,-8303.49,1249.75,5.31355,4.79965,180,0,0,7048,0,0,0,0,0),(120634,29712,0,1,1,3167,1,-8277.68,1250.19,5.31355,4.4855,180,0,0,7048,0,0,0,0,0),(120635,29712,0,1,1,5446,1,-8302.56,1345.36,5.31355,0,180,0,0,7048,0,0,0,0,0),(120636,29712,0,1,1,3167,1,-8277.61,1345.5,5.31355,3.14159,180,0,0,7048,0,0,0,0,0),(120637,29712,0,1,1,5446,1,-8642.95,956.384,99.6723,5.23599,180,0,0,7048,0,0,0,0,0),(120638,29712,0,1,1,5446,1,-8622.37,930.904,99.6324,2.80998,180,0,0,7048,0,0,0,0,0),(120648,15384,0,1,1,11686,0,-8764.96,834.588,59.5403,0.226893,180,0,0,4120,0,0,0,0,0),(133929,12785,0,1,1,12925,1,-8773.03,409.52,103.921,0.917695,180,0,0,5228,0,0,0,0,0),(203527,29236,571,1,1,0,1,6579.8,-4368.38,449.39,-1.50695,120,0,0,1,0,0,0,0,0),(120682,68,0,1,1,0,1,-8833.83,724.611,97.9876,2.17175,180,5,0,15952,0,1,0,0,0),(120685,68,0,1,1,0,1,-8394.6,1071.23,31.7136,2.42601,180,0,0,15952,0,0,0,0,0),(120686,68,0,1,1,0,1,-8485.19,979.7,72.8208,2.07694,180,0,0,15952,0,0,0,0,0),(120687,68,0,1,1,0,1,-8334.21,1110.44,57.3455,2.18166,180,0,0,15952,0,0,0,0,0),(120692,68,0,1,1,0,1,-8826.53,614.393,94.3294,1.05716,180,0,0,15952,0,0,0,0,0),(120693,68,0,1,1,0,1,-8499.06,1090.22,18.0276,1.50098,180,0,0,15952,0,0,0,0,0),(120700,1366,0,1,1,338,1,-8840.67,958.553,96.338,5.21882,180,5,0,42,0,1,0,0,0),(120702,1367,0,1,1,221,1,-8842.04,956.97,96.338,5.40947,180,0,0,42,0,0,0,0,0),(120704,29016,0,1,1,25848,-1,-8347.38,1144.26,19.1352,1.0821,180,0,0,10635,0,0,0,0,0),(120705,29016,0,1,1,25848,-1,-8450.8,1110.86,19.0561,1.76278,180,0,0,10635,0,2,0,0,0),(120706,29016,0,1,1,25846,-1,-8445.59,1109.8,19.1352,1.29154,180,0,0,10635,0,0,0,0,0),(120707,29016,0,1,1,25848,-1,-8428.92,1101.93,19.0692,1.95926,180,0,0,10635,0,2,0,0,0),(120708,29016,0,1,1,25847,-1,-8325.03,1144.47,19.073,2.3911,180,0,0,10635,0,0,0,0,0),(120709,29016,0,1,1,25847,-1,-8415.49,1113.47,19.1173,3.52556,180,0,0,10635,0,0,0,0,0),(120710,29016,0,1,1,25847,-1,-8423.85,1127.2,18.9442,2.76471,180,0,0,10635,0,2,0,0,0),(120711,29016,0,1,1,25847,-1,-8310.87,1157.79,18.7175,4.41568,180,0,0,10635,0,0,0,0,0),(120712,29016,0,1,1,25848,-1,-8432.16,1108.18,19.1352,4.62512,180,0,0,10635,0,0,0,0,0),(120713,29016,0,1,1,25845,-1,-8347.24,1155.72,19.1352,5.75959,180,0,0,10635,0,0,0,0,0),(120714,29016,0,1,1,25846,-1,-8341.82,1144.29,19.1521,2.4732,180,0,0,10635,0,2,0,0,0),(120715,29016,0,1,1,25846,-1,-8452.08,1118.23,19.0561,6.0912,180,0,0,10635,0,2,0,0,0),(120716,29016,0,1,1,25847,-1,-8311.49,1146.96,19.0764,2.67035,180,0,0,10635,0,0,0,0,0),(120720,29019,0,1,1,25850,0,-8365.59,1146.69,18.2771,1.22952,180,5,0,3524,0,2,0,0,0),(120721,29019,0,1,1,25851,0,-8364.2,1227.83,5.23024,5.27239,180,5,0,3524,0,2,0,0,0),(120722,29019,0,1,1,25850,0,-8276.92,1165.68,17.6876,6.0646,180,5,0,3524,0,2,0,0,0),(120723,29019,0,1,1,25850,0,-8244.51,1227.96,5.23025,6.07287,180,5,0,3524,0,2,0,0,0),(120724,29019,0,1,1,25850,0,-8302.83,1174.93,17.6876,4.68582,180,5,0,3524,0,2,0,0,0),(120725,29019,0,1,1,25851,0,-8415.27,1133.54,18.3947,3.47822,180,5,0,3524,0,2,0,0,0),(120726,6237,0,1,1,2992,1,-8792.39,831.441,97.7273,0.174533,180,0,0,3696,0,0,0,0,0),(120727,6237,0,1,1,2992,1,-8791.23,835.569,97.718,6.05629,180,0,0,3696,0,0,0,0,0),(120728,6237,0,1,1,2991,1,-8779.49,823.292,97.718,1.46608,180,0,0,3696,0,0,0,0,0),(120733,15214,0,1,1,0,0,-8304.43,1220.38,5.69576,1.69297,180,0,0,42,0,0,0,0,0),(120734,15214,0,1,1,0,0,-8381.13,1315.49,5.43625,0.558505,180,0,0,42,0,0,0,0,0),(120735,15214,0,1,1,0,0,-8323.81,1058.91,57.3455,1.72788,180,0,0,42,0,0,0,0,0),(120736,15214,0,1,1,0,0,-8310.6,1078.71,57.3455,5.06145,180,0,0,42,0,0,0,0,0),(120737,15214,0,1,1,0,0,-8451.51,992.064,96.8943,4.97419,180,0,0,42,0,0,0,0,0),(120738,15214,0,1,1,0,0,-8624.02,933.816,127.996,1.81514,180,0,0,42,0,0,0,0,0),(120739,15214,0,1,1,0,0,-8449.77,1056.67,19.5612,5.58505,180,0,0,42,0,0,0,0,0),(120740,15214,0,1,1,0,0,-8323.1,1184.45,6.36315,0,180,0,0,42,0,0,0,0,0),(120741,15214,0,1,1,0,0,-8584.38,1080.1,40.8409,0.401426,180,0,0,42,0,0,0,0,0),(120742,15214,0,1,1,0,0,-8562.71,974.264,97.1631,3.64774,180,0,0,42,0,0,0,0,0),(120743,15214,0,1,1,0,0,-8305.86,1349.39,6.20248,4.01426,180,0,0,42,0,0,0,0,0),(120744,15214,0,1,1,0,0,-8640.16,954.362,128.143,0.191986,180,0,0,42,0,0,0,0,0),(120745,15214,0,1,1,0,0,-8436.08,979.877,97.011,1.16937,180,0,0,42,0,0,0,0,0),(120746,15214,0,1,1,0,0,-8448.76,1081.41,19.1352,5.41052,180,0,0,42,0,0,0,0,0),(120747,15214,0,1,1,0,0,-8586.65,1002.6,97.0282,2.68781,180,0,0,42,0,0,0,0,0),(120748,15214,0,1,1,0,0,-8594.81,1063.5,41.6544,2.9147,180,0,0,42,0,0,0,0,0),(120756,4995,0,1,1,2991,1,-8782.76,826.563,97.3506,1.06465,180,0,0,3696,0,0,0,0,0),(120757,4995,0,1,1,2992,1,-8784.99,826.464,97.7333,0.820305,180,0,0,3696,0,0,0,0,0),(120758,4995,0,1,1,2990,1,-8787.48,830.024,97.7339,0.767945,180,0,0,3696,0,0,0,0,0),(120759,4995,0,1,1,2991,1,-8787.61,832.835,97.3899,0.261799,180,0,0,3696,0,0,0,0,0),(120762,4996,0,1,1,2987,0,-8767.58,819.59,97.718,5.0091,180,0,0,3696,0,0,0,0,0),(120766,1412,0,1,1,134,0,-8923.97,945.107,117.27,5.82104,180,5,0,8,0,1,0,0,0),(120767,1412,0,1,1,134,0,-8890.07,909.182,110.516,4.83021,180,5,0,8,0,1,0,0,0),(133931,12787,0,1,1,12919,1,-8766.03,411.116,104.004,3.7001,180,0,0,6474,0,0,0,0,0),(120779,29088,0,1,1,25898,1,-8322.88,1108.4,57.3455,1.27409,180,0,0,3524,0,0,0,0,0),(120780,29088,0,1,1,25898,1,-8480.43,1039.58,59.8227,0.855211,180,0,0,3524,0,0,0,0,0),(120781,29088,0,1,1,25899,1,-8306.18,1088.39,57.3455,0.349066,180,0,0,3524,0,0,0,0,0),(120782,29088,0,1,1,25898,1,-8314.44,1099.11,57.3455,0.541052,180,0,0,3524,0,0,0,0,0),(120783,29088,0,1,1,25899,1,-8536.88,1044.1,59.8286,1.90241,180,0,0,3524,0,0,0,0,0),(120784,29093,0,1,1,25901,0,-8807.04,638.359,94.312,3.56047,180,0,0,1220,0,0,0,0,0),(120786,26548,0,1,1,24135,1,-8302.65,1401.96,5.31355,5.35816,180,0,0,1848,0,0,0,0,0),(203526,29236,571,1,1,0,1,6527.59,-4482.41,458.212,0.244346,120,0,0,1,0,0,0,0,0),(120789,68,0,1,1,0,1,-9091.4,414.322,92.1695,5.32334,180,0,0,11828,0,2,0,0,0),(97112,29142,0,1,1,25624,0,-8744.62,657.759,105.175,3.1765,180,0,0,1220,0,0,0,0,0),(120795,29144,0,1,1,25341,0,-8463.9,1109.41,19.1352,1.48353,180,0,0,53892,15775,0,0,0,0),(120797,29152,0,1,1,5006,1,-8315.66,1196.09,5.62652,1.58408,180,5,0,3524,0,2,0,0,0),(120798,29152,0,1,1,5005,1,-8267.07,1210.68,5.39332,2.96778,180,5,0,3524,0,2,0,0,0),(120799,29152,0,1,1,5008,1,-8283.55,1199.51,5.70731,2.65112,180,5,0,3524,0,2,0,0,0),(120801,25058,0,1,1,5585,0,-8864.59,670.196,106.072,1.32645,180,0,0,4,0,0,0,0,0),(120802,29154,0,1,1,25943,0,-8345.12,1105.47,57.3455,5.44543,180,0,0,3524,0,0,0,0,0),(120807,4075,0,1,1,1418,0,-8503.81,976.428,59.4786,2.46404,180,5,0,8,0,1,0,0,0),(120808,4075,0,1,1,1141,0,-8382.68,1339.3,5.35292,0.059737,180,0,0,8,0,0,0,0,0),(120809,4075,0,1,1,1141,0,-8591.07,1039.87,95.8132,1.72485,180,5,0,8,0,1,0,0,0),(120810,4075,0,1,1,1141,0,-8450,1147.19,19.1521,5.19768,180,5,0,8,0,1,0,0,0),(120811,4075,0,1,1,1418,0,-8375.43,1101.96,19.9929,4.65156,180,5,0,8,0,1,0,0,0),(120812,4075,0,1,1,1418,0,-8803.54,491.175,96.9506,5.47536,180,5,0,8,0,1,0,0,0),(120813,4075,0,1,1,1141,0,-8839.89,983.06,98.3968,0.290615,180,5,0,8,0,1,0,0,0),(120815,4075,0,1,1,1418,0,-8673.16,942.886,101.525,2.57798,180,5,0,8,0,1,0,0,0),(120816,4075,0,1,1,1141,0,-8377.88,1309.49,5.23023,4.32357,180,0,0,8,0,0,0,0,0),(120817,4075,0,1,1,1418,0,-8306.5,1075.68,57.2622,4.76227,180,5,0,8,0,1,0,0,0),(120818,4075,0,1,1,1141,0,-8081.28,1376.01,7.88561,0.459035,180,5,0,8,0,1,0,0,0),(120819,4075,0,1,1,1141,0,-8798.09,659.555,96.1289,4.25555,180,5,0,8,0,1,0,0,0),(120820,4075,0,1,1,1141,0,-8789.16,678.708,102.268,1.45044,180,5,0,8,0,1,0,0,0),(133930,12786,0,1,1,12920,1,-8770.36,407.72,104.004,0.750492,180,0,0,6474,0,0,0,0,0),(133918,34081,0,1,1,12918,0,-8768.91,419.931,103.921,3.85431,180,0,0,11828,0,0,0,0,0),(133928,12784,0,1,1,12921,1,-8775.54,412.323,103.921,1.30253,180,0,0,5228,0,0,0,0,0),(120826,30713,0,1,1,27261,1,-8862.5,857.196,99.6931,4.06662,180,0,0,902,2680,0,0,0,0),(96270,29141,0,1,1,25955,0,-4829.64,-918.703,502.299,3.45575,180,0,0,955,0,0,0,0,0),(120829,27904,571,1,1,24916,1,3589.54,6648.45,195.723,5.13127,300,0,0,42540,14244,0,0,0,0),(1977192,32769,571,1,1,25753,0,7791.85,1708.06,518.138,6.28139,300,60,0,12600,3994,1,0,0,0),(1977191,32769,571,1,1,25753,0,7725.34,1767.48,510.085,6.28139,10,60,0,12600,3994,1,0,0,0),(1971523,18555,269,3,1,0,0,-2023.59,7121.72,22.6638,3.07084,86400,0,0,0,0,0,0,0,0),(1977190,32769,571,1,1,25753,0,7651.87,1722.94,495.997,2.97487,10,60,0,12600,3994,1,0,0,0),(120837,32257,571,1,1,27774,1,7767.24,2509.82,396.015,0.10329,300,5,0,12600,3994,1,0,0,0),(120838,32257,571,1,1,27774,1,7721.6,2537.89,394.353,6.24638,300,5,0,12600,3994,1,0,0,0),(120839,32257,571,1,1,27774,1,7844.02,2469.75,401.36,4.27912,300,5,0,12600,3994,1,0,0,0),(120840,32257,571,1,1,27774,1,7793.17,2571.17,403.609,6.10964,300,5,0,12600,3994,1,0,0,0),(120841,32257,571,1,1,27774,1,7887.57,2447.5,408.04,0.82339,300,5,0,12600,3994,1,0,0,0),(120842,32257,571,1,1,27774,1,7803.03,2475.48,395.237,0.883069,300,5,0,12600,3994,1,0,0,0),(120843,32257,571,1,1,27774,1,7711.28,2457.54,382.018,5.41482,300,0,0,12600,3994,0,0,0,0),(120844,32257,571,1,1,27774,1,7886.67,2199.44,374.385,4.12576,300,0,0,12600,3994,0,0,0,0),(120845,32257,571,1,1,27774,1,7901.48,2244.6,381.596,4.2934,300,5,0,12600,3994,1,0,0,0),(120846,32257,571,1,1,27774,1,7712.38,2289.94,370.272,0.509477,300,5,0,12600,3994,1,0,0,0),(120847,32257,571,1,1,27774,1,7901.08,2341.12,396.574,3.02705,300,5,0,12600,3994,1,0,0,0),(120848,32257,571,1,1,27774,1,7896.62,2365.76,398.889,0.08705,300,5,0,12600,3994,1,0,0,0),(120849,32257,571,1,1,27774,1,7780.72,2223.68,368.736,3.20045,300,5,0,12600,3994,1,0,0,0),(120850,32257,571,1,1,27774,1,7795.15,2258.24,372.36,0.774766,300,5,0,12600,3994,1,0,0,0),(120851,32257,571,1,1,27774,1,7818.22,2250.53,373.657,3.77174,300,5,0,12600,3994,1,0,0,0),(120852,32257,571,1,1,27774,1,7835.72,2227.55,373.21,2.02046,300,5,0,12600,3994,1,0,0,0),(120853,32257,571,1,1,27774,1,7754.54,2244.93,369.507,2.06983,300,5,0,12600,3994,1,0,0,0),(120854,32257,571,1,1,27774,1,7688.99,2192.69,366.17,0.916402,300,5,0,12600,3994,1,0,0,0),(120855,32257,571,1,1,27774,1,7544.52,2358.19,377.698,3.39411,300,5,0,12600,3994,1,0,0,0),(120856,32257,571,1,1,27774,1,7593.13,2175.6,385.399,3.14062,300,5,0,12600,3994,1,0,0,0),(120857,32257,571,1,1,27774,1,7563.82,2260.44,386.997,4.13418,300,5,0,12600,3994,1,0,0,0),(120858,32257,571,1,1,27774,1,7604.01,2350.68,374.18,3.31706,300,5,0,12600,3994,1,0,0,0),(120859,32257,571,1,1,27774,1,7719.95,2366.96,375.23,4.24522,300,5,0,12600,3994,1,0,0,0),(120860,32257,571,1,1,27774,1,7697.9,2412.57,376.126,3.21939,300,5,0,12600,3994,1,0,0,0),(120861,32257,571,1,1,27774,1,7601.43,2393.76,377.053,2.74423,300,5,0,12600,3994,1,0,0,0),(120862,32257,571,1,1,27774,1,7763.55,2300.3,373.249,3.70281,300,0,0,12600,3994,0,0,0,0),(120863,27906,571,1,1,24915,1,3589.94,6656.84,195.835,1.02974,300,0,0,42540,14244,0,0,0,0),(120864,32770,571,1,1,27806,0,7753.27,1616.19,348.042,5.12491,300,5,0,44100,0,1,0,0,0),(120865,32770,571,1,1,27806,0,7807.82,1982.87,368.032,0.346907,300,5,0,44100,0,1,0,0,0),(120866,32770,571,1,1,26763,0,7809.49,1992.73,371.814,1.40339,300,0,0,44100,0,0,0,0,0),(120867,32770,571,1,1,26763,0,7616.85,1594.52,338.531,5.05607,300,5,0,44100,0,1,0,0,0),(120868,32770,571,1,1,26329,0,7628.02,1617.02,339.214,0.141069,300,5,0,44100,0,1,0,0,0),(120869,32770,571,1,1,26763,0,7809.21,1833.02,363.379,1.33554,300,5,0,44100,0,1,0,0,0),(120870,32770,571,1,1,26329,0,7583.63,1875.36,372.09,1.42032,300,0,0,44100,0,0,0,0,0),(120871,32770,571,1,1,26329,0,7582.23,1870.96,372.215,0.811347,300,5,0,44100,0,1,0,0,0),(120872,32770,571,1,1,26329,0,7697.55,1800.64,352.695,1.38182,300,0,0,44100,0,0,0,0,0),(120873,32770,571,1,1,27806,0,7696.09,1796.88,352.139,0.741079,300,5,0,44100,0,1,0,0,0),(120874,32770,571,1,1,26329,0,7779.46,1722.96,352.924,4.36255,300,5,0,44100,0,1,0,0,0),(120875,32770,571,1,1,26329,0,7903.29,1856.92,369.825,0.030264,300,5,0,44100,0,1,0,0,0),(120876,32770,571,1,1,26329,0,7941.24,1932.18,372.803,4.10037,300,0,0,44100,0,0,0,0,0),(120877,32770,571,1,1,26763,0,7935.49,1924,373.053,1.56485,300,5,0,44100,0,1,0,0,0),(120878,31746,571,1,1,26623,1,7393.44,1828.42,435.389,0.422705,300,0,0,12600,0,0,0,0,0),(120879,31746,571,1,1,26623,1,7320.87,1710.28,465.025,0.785398,300,0,0,12600,0,0,0,0,0),(120880,31746,571,1,1,26623,1,7411.18,1815.32,426.975,1.96581,300,0,0,12600,0,0,0,0,0),(120881,31746,571,1,1,26623,1,7400.26,1807.37,430.156,1.51368,300,0,0,12600,0,0,0,0,0),(120882,31746,571,1,1,26623,1,7334.84,1728.77,453.749,1.61183,300,0,0,12600,0,0,0,0,0),(120883,31746,571,1,1,26623,1,7306.52,1723.98,466.039,0.14651,300,0,0,12600,0,0,0,0,0),(120884,31746,571,1,1,26623,1,7339,1726.42,452.304,2.49339,300,0,0,12600,0,0,0,0,0),(120885,32770,571,1,1,26763,0,7731.2,1934.63,366.418,2.29299,300,0,0,44100,0,0,0,0,0),(120886,32770,571,1,1,27806,0,7916.42,1846.95,373.585,3.01627,300,5,0,44100,0,1,0,0,0),(120887,32770,571,1,1,26329,0,7800.42,1652.98,354.522,5.78642,300,5,0,44100,0,1,0,0,0),(120889,32770,571,1,1,26329,0,7562.3,1816.79,365.343,0.501217,300,5,0,44100,0,1,0,0,0),(120890,32770,571,1,1,26329,0,7583.54,1814.56,362.477,5.4389,300,5,0,44100,0,1,0,0,0),(120891,32770,571,1,1,27806,0,7650.75,1884.37,361.327,0.803083,300,5,0,44100,0,1,0,0,0),(120892,32770,571,1,1,27806,0,7776.17,1713.92,352.558,4.36254,300,5,0,44100,0,1,0,0,0),(120893,32770,571,1,1,26329,0,7816.62,1832.97,363.483,1.88665,300,5,0,44100,0,1,0,0,0),(120894,32770,571,1,1,27806,0,7797.85,1889.26,363.033,3.10509,300,5,0,44100,0,1,0,0,0),(120895,32770,571,1,1,26329,0,7787.99,1885.72,363.054,1.87979,300,5,0,44100,0,1,0,0,0),(120896,32770,571,1,1,27806,0,7684.99,1814.78,353.32,4.91584,300,5,0,44100,0,1,0,0,0),(120897,32770,571,1,1,26763,0,7679,1829.35,354.195,0.102908,300,5,0,44100,0,1,0,0,0),(120898,32770,571,1,1,26329,0,7641.31,1856.19,360.702,4.3764,300,5,0,44100,0,1,0,0,0),(120899,31746,571,1,1,26623,1,7225.91,1592.88,379.873,5.23599,300,0,0,12600,0,0,0,0,0),(120900,31746,571,1,1,26623,1,7313.58,1604.97,399.986,3.29867,300,0,0,12600,0,0,0,0,0),(120901,31746,571,1,1,26623,1,7263.79,1664.01,443.938,3.20947,300,0,0,12600,0,0,0,0,0),(120902,31746,571,1,1,26623,1,6809.05,1827.91,578.986,-0.006167,300,0,0,12600,0,0,0,0,0),(120903,31746,571,1,1,26623,1,7390.85,1826.57,434.836,0.750492,300,0,0,12600,0,0,0,0,0),(120904,31746,571,1,1,26623,1,7342.24,1679.45,440.976,2.05949,300,0,0,12600,0,0,0,0,0),(120905,31746,571,1,1,26623,1,7272.39,1732.53,472.435,0.069813,300,0,0,12600,0,0,0,0,0),(120906,31746,571,1,1,26623,1,7280.23,1725.83,471.375,0.05236,300,0,0,12600,0,0,0,0,0),(120907,31746,571,1,1,26623,1,7380,1681.18,446.051,3.76991,300,0,0,12600,0,0,0,0,0),(120908,32771,571,1,1,16206,1,7769.26,1617.24,349.927,4.02563,300,5,0,50400,0,1,0,0,0),(120909,31747,571,1,1,27683,0,6669.66,2389.45,446.305,0.349066,300,0,0,12175,0,0,0,0,0),(120910,31747,571,1,1,27683,0,6720.87,2362.18,449.927,0.715585,300,0,0,12175,0,0,0,0,0),(120911,31747,571,1,1,27683,0,6006.61,1997.01,525.522,4.39211,300,0,0,12175,0,0,0,0,0),(120912,31747,571,1,1,27683,0,6078.85,2026.17,530.617,1.42729,300,0,0,12175,0,0,0,0,0),(120913,32771,571,1,1,15961,1,7612.86,1620.9,339.925,2.21065,300,5,0,50400,0,1,0,0,0),(120914,31747,571,1,1,27683,0,6604.81,2545.29,446.25,0.296706,300,0,0,12175,0,0,0,0,0),(120915,31747,571,1,1,27683,0,6292.03,2082.72,500.973,3.78945,300,0,0,12175,0,0,0,0,0),(120916,31747,571,1,1,27683,0,6614.24,2626.16,448.506,0.279253,300,0,0,12175,0,0,0,0,0),(120917,32771,571,1,1,16206,1,7566.79,1810.18,363.872,3.30931,300,5,0,50400,0,1,0,0,0),(120918,32771,571,1,1,16206,1,7667.39,1882.07,360.313,0.318085,300,5,0,50400,0,1,0,0,0),(120919,32771,571,1,1,16206,1,7829.33,1837.37,364.006,1.86325,300,5,0,50400,0,1,0,0,0),(120920,32771,571,1,1,16206,1,7784.87,1886.32,362.938,1.41599,300,5,0,50400,0,1,0,0,0),(120921,32771,571,1,1,15961,1,7893.79,1860.31,367.724,1.23546,300,5,0,50400,0,1,0,0,0),(120922,32771,571,1,1,16206,1,7677.34,1836.48,354.495,0.443999,300,5,0,50400,0,1,0,0,0),(120923,32259,571,1,1,18609,1,8149.73,1951.7,515.151,2.2412,300,5,0,9740,8636,1,0,0,0),(120924,32259,571,1,1,18605,1,8229.29,1878.18,514.851,2.56563,300,0,0,9740,8636,0,0,0,0),(120925,32259,571,1,1,18609,1,8202.99,1917.21,514.917,4.48972,300,0,0,9740,8636,2,0,0,0),(120926,32259,571,1,1,18609,1,8121.86,2023.64,550.363,3.37682,300,0,0,9740,8636,2,0,0,0),(120927,32259,571,1,1,18605,1,8104.6,2062.81,550.344,1.84711,300,0,0,9740,8636,2,0,0,0),(120928,32259,571,1,1,18609,1,8209.5,1978.42,535.785,0.470543,300,0,0,9740,8636,2,0,0,0),(120929,32772,571,1,1,27870,0,7610.44,1630.19,340.355,4.85746,300,5,0,37800,0,1,0,0,0),(120930,32772,571,1,1,27870,0,7893.37,1837.74,369.392,5.64718,300,5,0,37800,0,1,0,0,0),(120931,32772,571,1,1,27870,0,7637.22,1876.77,363.358,3.06145,300,5,0,37800,0,1,0,0,0),(133962,37519,673,15,1,0,0,-19.9011,-11.1976,33.4849,0,604800,0,0,1,0,0,0,0,0),(120933,32772,571,1,1,27870,0,7646.68,1615.98,336.685,0.37591,300,5,0,37800,0,1,0,0,0),(120934,32772,571,1,1,27870,0,7905.77,1855.51,370.254,2.05236,300,5,0,37800,0,1,0,0,0),(120935,32772,571,1,1,27870,0,7776.52,1643.22,351.115,2.88654,300,5,0,37800,0,1,0,0,0),(120936,32772,571,1,1,27870,0,7802.53,1652.22,354.778,4.78864,300,5,0,37800,0,1,0,0,0),(120937,32772,571,1,1,27870,0,7586.25,1830,365.768,1.65978,300,5,0,37800,0,1,0,0,0),(120938,32772,571,1,1,27870,0,7589.69,1812.14,361.227,4.19602,300,5,0,37800,0,1,0,0,0),(120939,32772,571,1,1,27870,0,7823.86,1836.5,363.443,2.55926,300,5,0,37800,0,1,0,0,0),(120940,32772,571,1,1,27870,0,7822.36,1840.35,362.925,2.72862,300,5,0,37800,0,1,0,0,0),(120941,32772,571,1,1,27870,0,7781.45,1879.25,362.438,4.79803,300,5,0,37800,0,1,0,0,0),(120942,32772,571,1,1,27870,0,7791.71,1884.28,362.926,1.25919,300,5,0,37800,0,1,0,0,0),(120943,32772,571,1,1,27870,0,7675.92,1839.97,354.614,3.59034,300,5,0,37800,0,1,0,0,0),(120944,32772,571,1,1,27870,0,7681.38,1825.06,354.181,3.05748,300,5,0,37800,0,1,0,0,0),(120945,32772,571,1,1,27870,0,7668.28,1887.99,359.8,1.1495,300,5,0,37800,0,1,0,0,0),(247147,36808,631,10,1,0,1,-600.638,2197.71,49.4765,2.89419,86400,0,0,1,0,0,0,0,0),(247146,36808,631,10,1,0,1,-587.394,2189.35,49.4765,2.79602,86400,0,0,1,0,0,0,0,0),(247143,36807,631,10,1,0,0,-597.752,2219.24,49.4773,3.22799,86400,0,0,1,0,0,0,0,0),(247144,36807,631,10,1,0,0,-599.562,2203.02,49.4773,3.11803,86400,0,0,1,0,0,0,0,0),(247145,36807,631,10,1,0,0,-602.285,2233.38,49.4773,3.55785,86400,0,0,1,0,0,0,0,0),(246916,18707,530,1,1,0,0,-3027.56,5667.35,50.0595,0,300,0,0,17742,0,2,0,0,0),(120952,26373,571,1,1,18695,0,3908.2,6578.74,170.608,5.46288,300,5,0,4979,0,1,0,0,0),(120953,26117,571,1,1,23573,0,3570.4,6650.4,195.263,0.296706,300,0,0,151200,31952,0,0,0,0),(120954,30725,571,1,1,27290,1,7249.76,3893.61,594.093,1.24731,300,5,0,12175,0,1,0,0,0),(120955,30725,571,1,1,27292,1,7228.01,3859.11,593.835,4.13412,300,5,0,12175,0,1,0,0,0),(120956,30725,571,1,1,27288,1,7207.61,3876.32,592.744,2.46084,300,5,0,12175,0,1,0,0,0),(120957,30725,571,1,1,27288,1,7362.86,3753.51,615.91,0.962774,300,5,0,12175,0,1,0,0,0),(120958,30725,571,1,1,27291,1,7319.01,3764.47,616.122,2.02528,300,5,0,12175,0,1,0,0,0),(120959,30725,571,1,1,27291,1,7252.82,3806,605.295,2.99036,300,5,0,12175,0,1,0,0,0),(120960,30725,571,1,1,27292,1,7305.61,3864.66,605.446,2.33886,300,5,0,12175,0,1,0,0,0),(120961,30725,571,1,1,27288,1,7358.31,3746.8,616.334,4.07499,300,5,0,12175,0,1,0,0,0),(120962,30725,571,1,1,27292,1,7416.95,3715.02,626.612,4.03606,300,5,0,12175,0,1,0,0,0),(120963,30725,571,1,1,27288,1,7433.48,3731.65,626.688,4.28173,300,5,0,12175,0,1,0,0,0),(120964,30725,571,1,1,27290,1,7356.82,3808.57,616.119,3.93902,300,5,0,12175,0,1,0,0,0),(120965,32262,571,1,1,10631,1,8142.71,2237.91,499.82,2.37365,80,0,0,9740,8636,0,0,0,0),(120966,32262,571,1,1,10633,1,8177.91,2235.08,499.82,2.23402,80,0,0,9740,8636,0,0,0,0),(120967,32262,571,1,1,10631,1,8186.41,2247.02,499.82,4.5204,80,0,0,9740,8636,0,0,0,0),(120968,32262,571,1,1,10633,1,8192.07,2232.59,499.82,3.36848,80,0,0,9740,8636,0,0,0,0),(120969,32262,571,1,1,10633,1,8131.12,2247.29,499.82,5.14872,80,0,0,9740,8636,0,0,0,0),(120970,32262,571,1,1,10633,1,8130.16,2232.41,499.82,3.59538,80,0,0,9740,8636,0,0,0,0),(120971,32262,571,1,1,10633,1,8159.86,2035.33,550.68,2.21464,80,0,0,9740,8636,0,0,0,0),(120972,32262,571,1,1,10631,1,8135.19,2039.64,550.68,0.60929,80,0,0,9740,8636,0,0,0,0),(120973,32264,571,1,1,17612,0,8185.6,2237.84,501.02,5.53269,300,0,0,42,0,0,0,0,0),(120974,32264,571,1,1,17612,0,8134.84,2239.63,500.903,0.436332,300,0,0,42,0,0,0,0,0),(120975,31240,571,1,1,27526,0,6386.76,462.427,516.462,5.42797,300,0,0,63000,0,0,0,0,0),(120976,32264,571,1,1,17612,0,8149.27,2049.46,554.993,2.07694,300,0,0,42,0,0,0,0,0),(120977,30216,571,1,1,27152,0,8374.06,2738.74,655.211,5.76079,300,0,0,37800,0,2,0,0,0),(120978,31241,571,1,1,27527,0,6379.6,465.147,516.483,0.261799,300,0,0,63000,0,0,0,0,0),(137646,34155,1,1,1,0,0,-2275.7,-407.444,-9.26096,1.27386,300,0,0,42,0,0,0,0,0),(120980,30985,571,1,1,27573,1,6433.51,3116.96,657.605,3.52974,300,5,0,3780,0,1,0,0,0),(120981,30985,571,1,1,27573,1,6438.94,3118.63,657.605,3.62948,300,5,0,3780,0,1,0,0,0),(120982,30985,571,1,1,27576,1,6455.44,3121.57,657.605,2.97002,300,5,0,3780,0,1,0,0,0),(120983,30985,571,1,1,27576,1,6453.92,3097.29,657.602,2.1056,300,5,0,3780,0,1,0,0,0),(120984,30985,571,1,1,27573,1,6451.51,3089.28,657.599,2.35451,300,5,0,3780,0,1,0,0,0),(120985,30218,571,1,1,26854,1,8546.19,2740.24,652.437,4.29351,300,0,0,12600,3994,0,0,0,0),(120986,31754,571,1,1,27702,1,6173.05,2552.28,568.931,5.15182,300,5,0,12600,0,1,0,0,0),(120987,31754,571,1,1,27702,1,6060.29,2601.78,569.281,1.53589,300,0,0,12600,0,0,0,0,0),(120988,31754,571,1,1,27702,1,6016.85,2634.13,569.449,0.837758,300,0,0,12600,0,0,0,0,0),(120989,31754,571,1,1,27702,1,6256.38,2617.33,570.132,2.01192,300,5,0,12600,0,1,0,0,0),(120990,31754,571,1,1,27702,1,6113.27,2583.56,569.409,1.76278,300,0,0,12600,0,0,0,0,0),(120991,31754,571,1,1,27702,1,6349.6,2502.88,488.392,2.03447,300,5,0,12600,0,1,0,0,0),(120992,31754,571,1,1,27702,1,6416.73,2408.94,470.558,3.34607,300,5,0,12600,0,1,0,0,0),(120993,31754,571,1,1,27702,1,6382.29,2457.29,479.258,1.94103,300,5,0,12600,0,1,0,0,0),(120994,31754,571,1,1,27702,1,6321.66,2471.35,493.634,5.3058,300,0,0,12600,0,0,0,0,0),(120995,31754,571,1,1,27702,1,6233.89,2429.29,495.793,5.51524,300,0,0,12600,0,0,0,0,0),(137689,23511,1,1,1,0,0,9975.27,2214.62,1329.4,3.89208,120,0,0,1,0,0,0,0,0),(137688,23510,1,1,1,0,0,9980.41,2205.51,1328.91,2.9147,120,0,0,1,0,0,0,0,0),(137687,23482,1,1,1,0,0,9976.78,2194.46,1329.07,1.85005,120,0,0,1,0,0,0,0,0),(120999,32267,571,1,1,11078,1,8180.07,1856.08,514.983,2.70526,300,0,0,11770,0,0,0,0,0),(121000,32267,571,1,1,9788,1,8178.27,1826.19,514.983,0.244346,300,0,0,11770,0,0,0,0,0),(121001,32267,571,1,1,11078,1,8206.02,1815.63,514.851,0.541052,300,0,0,11770,0,0,0,0,0),(121002,32267,571,1,1,11078,1,8153.33,1852.61,514.807,4.67748,300,0,0,11770,0,0,0,0,0),(121003,32267,571,1,1,11078,1,8192.48,1894.84,514.851,0.698132,300,0,0,11770,0,0,0,0,0),(121004,32267,571,1,1,9788,1,8207.47,1864.68,514.851,6.02139,300,0,0,11770,0,0,0,0,0),(121005,30475,571,1,1,27070,1,7830.01,3387.26,652.493,5.51524,300,0,0,10080,52884,0,0,0,0),(121006,30988,571,1,1,26255,0,6854.92,3605.2,752.904,3.59538,300,5,0,12600,0,1,0,0,0),(121007,30988,571,1,1,26255,0,6459.71,3049.95,701.608,0.506145,300,0,0,12600,0,2,0,0,0),(121008,30988,571,1,1,26255,0,6785.19,3616.67,752.659,5.70723,300,5,0,12600,0,1,0,0,0),(121009,30988,571,1,1,26255,0,6844.53,3464.55,717.646,2.10768,300,5,0,12600,0,1,0,0,0),(121010,32268,571,1,1,24037,1,8191.38,1822.39,514.866,2.38724,300,0,0,12175,3893,2,0,0,0),(121011,30988,571,1,1,26255,0,6805.1,3548.11,785.034,5.95688,300,0,0,12600,0,2,0,0,0),(121012,32268,571,1,1,24037,1,8165.27,1848.15,514.914,4.94362,300,0,0,12175,3893,2,0,0,0),(121013,30988,571,1,1,26255,0,6536.34,3402.02,617.431,2.19912,300,5,0,12600,0,1,0,0,0),(121014,30988,571,1,1,26255,0,6641.4,3330.48,724.301,3.45575,300,0,0,12600,0,2,0,0,0),(121015,30988,571,1,1,26255,0,6699.85,3449.64,708.196,6.1725,300,5,0,12600,0,1,0,0,0),(121016,30988,571,1,1,26255,0,6462.35,3384.37,622.633,1.85362,300,5,0,12600,0,1,0,0,0),(121017,30988,571,1,1,26255,0,6653.1,3415.26,672.159,2.72969,300,0,0,12600,0,2,0,0,0),(121018,30988,571,1,1,26255,0,6488.97,3167.11,669.388,3.83972,300,5,0,12600,0,1,0,0,0),(121019,30988,571,1,1,26255,0,6653.51,3526.14,693.234,0.864196,300,0,0,12600,0,2,0,0,0),(121020,30988,571,1,1,26255,0,6712.54,3558.05,674.515,3.57792,300,5,0,12600,0,1,0,0,0),(121021,32268,571,1,1,24037,1,8176.81,1888.44,514.866,1.06543,300,0,0,12175,3893,2,0,0,0),(121022,32268,571,1,1,24037,1,8212.02,1873.12,514.892,3.56708,300,0,0,12175,3893,2,0,0,0),(121023,30988,571,1,1,26255,0,6490.46,3498.93,621.742,3.12841,300,0,0,12600,0,2,0,0,0),(121024,30988,571,1,1,26255,0,6466.99,3141.98,677.044,2.25548,300,5,0,12600,0,1,0,0,0),(121025,30988,571,1,1,26255,0,6590.31,3325.47,699.129,4.4745,300,0,0,12600,0,2,0,0,0),(121026,30988,571,1,1,26255,0,6479.52,3470.8,608.634,5.61996,300,5,0,12600,0,1,0,0,0),(121027,30988,571,1,1,26255,0,6697,3449.86,681.745,0.826741,300,5,0,12600,0,1,0,0,0),(121028,30988,571,1,1,26255,0,6568.52,3291.22,688.203,2.67035,300,5,0,12600,0,1,0,0,0),(121029,30988,571,1,1,26255,0,6561.1,3280.72,686.304,2.26893,300,5,0,12600,0,1,0,0,0),(121030,31245,571,1,1,0,0,6690.4,1101.77,277.208,1.64061,300,0,0,42,0,0,0,0,0),(121031,31245,571,1,1,0,0,6658.94,1063.36,279.418,3.63029,300,0,0,42,0,0,0,0,0),(121032,31245,571,1,1,0,0,6781.35,1138.87,276.249,2.42601,300,0,0,42,0,0,0,0,0),(121033,31245,571,1,1,0,0,6664.39,1192.19,273.039,3.07178,300,0,0,42,0,0,0,0,0),(121034,31245,571,1,1,0,0,6706.92,1230.59,273.957,3.61283,300,0,0,42,0,0,0,0,0),(121035,30990,571,1,1,11686,0,6461.9,2037.63,572.298,3.56047,300,5,0,12600,0,1,0,0,0),(121036,29710,571,1,1,19085,0,7498.57,4886.36,43.6043,4.66003,300,0,0,11770,0,0,0,0,0),(121037,29710,571,1,1,19085,0,7508.54,4886.2,43.6266,4.67748,300,0,0,11770,0,0,0,0,0),(121038,29710,571,1,1,19085,0,7501.16,4886.37,43.6246,4.66003,300,0,0,11770,0,0,0,0,0),(121039,29710,571,1,1,19085,0,7493.2,4886.32,43.4921,5.74213,300,0,0,11770,0,0,0,0,0),(121040,29710,571,1,1,19085,0,7510.85,4890.93,43.6131,5.46288,300,0,0,11770,0,0,0,0,0),(121041,26127,571,1,1,25256,0,4038.05,7165.02,238.298,5.88643,300,0,0,9610,0,2,0,0,0),(121042,26127,571,1,1,25256,0,3737.75,7349.19,277.853,5.26361,300,0,0,9610,0,2,0,0,0),(121043,26127,571,1,1,25256,0,4203.81,7207.78,258.847,4.90547,300,0,0,9610,0,2,0,0,0),(121044,26127,571,1,1,25256,0,4107.46,6864.08,205.832,5.29751,300,0,0,9610,0,2,0,0,0),(121045,26127,571,1,1,25256,0,3664.18,7341.13,266.187,3.68347,300,0,0,9610,0,2,0,0,0),(121046,26127,571,1,1,25256,0,3853.83,7322.09,252.68,1.44448,300,0,0,9610,0,2,0,0,0),(121047,26127,571,1,1,25256,0,4176.25,7028.53,222.752,4.64258,300,0,0,9610,0,2,0,0,0),(121048,29456,571,1,1,26258,1,7435.78,4200.42,314.32,0.406287,300,0,0,58850,19045,2,0,0,0),(121049,30993,571,1,1,27426,0,6623.74,3192.1,647.853,1.8069,300,0,0,12600,3994,0,0,0,0),(121050,31250,571,1,1,27629,1,8289.03,2775.2,656.025,2.85158,300,0,0,12600,3994,0,0,0,0),(121051,31250,571,1,1,27631,1,8287.15,2775.26,655.811,1.48199,300,0,0,12600,3994,0,0,0,0),(121052,31250,571,1,1,27631,1,8279.44,2773.29,652.214,-2.69171,300,0,0,12600,3994,0,0,0,0),(121053,31250,571,1,1,27628,1,8272.72,2772.57,649.027,2.56349,300,0,0,12600,3994,0,0,0,0),(121054,31250,571,1,1,27630,1,8278.47,2774.92,651.667,-2.31928,300,0,0,12600,3994,0,0,0,0),(121055,30995,571,1,1,19595,0,6625.92,3199.02,651.253,2.49582,300,0,0,12600,3994,0,0,0,0),(121056,32275,571,1,1,18023,0,8058.49,2086.3,503.197,2.32129,300,0,0,11770,0,0,0,0,0),(121057,32275,571,1,1,22016,0,8089.33,2008.77,501.104,5.55015,300,0,0,11770,0,0,0,0,0),(121058,32275,571,1,1,22016,0,8077.5,2073.33,501.084,4.34587,300,0,0,11770,0,0,0,0,0),(121059,32275,571,1,1,22018,0,8059.97,1998.33,501.138,3.85718,300,0,0,11770,0,0,0,0,0),(121060,32275,571,1,1,22016,0,7987.52,2148.88,500.826,4.24115,300,0,0,11770,0,0,0,0,0),(121061,32275,571,1,1,18023,0,8009.04,2040.76,501.062,5.48033,300,0,0,11770,0,0,0,0,0),(121062,32275,571,1,1,18023,0,7979.5,2095.49,501.082,4.83456,300,0,0,11770,0,0,0,0,0),(121063,32275,571,1,1,22018,0,8082.44,2017.04,501.097,5.77704,300,0,0,11770,0,0,0,0,0),(121064,32275,571,1,1,22018,0,8056.28,2089.38,503.156,3.92699,300,0,0,11770,0,0,0,0,0),(121065,32275,571,1,1,22018,0,8010.78,2034.88,501.201,4.32842,300,0,0,11770,0,0,0,0,0),(121066,32275,571,1,1,15264,0,7987.89,2144.24,501.299,2.72271,300,0,0,11770,0,0,0,0,0),(121067,32275,571,1,1,22018,0,8067.44,2004.39,501.006,1.90241,300,0,0,11770,0,0,0,0,0),(121068,32275,571,1,1,15264,0,8014.92,2147.61,501.1,2.18166,300,0,0,11770,0,0,0,0,0),(121069,32275,571,1,1,22018,0,8050.44,2006.81,501.166,1.90241,300,0,0,11770,0,0,0,0,0),(121070,32275,571,1,1,22018,0,8056.09,2092.35,503.066,5.51524,300,0,0,11770,0,0,0,0,0),(121071,30483,571,1,1,27069,1,7822.58,3356.87,652.493,0.296706,300,0,0,12600,0,0,0,0,0),(121072,31251,571,1,1,25287,0,8284.73,2776.49,655.741,5.99318,300,0,0,1138,0,0,0,0,0),(121073,31251,571,1,1,25627,0,8282.18,2771.13,653.889,2.59321,300,0,0,1138,0,0,0,0,0),(121074,31251,571,1,1,25287,0,8283.85,2775.21,654.229,0.01609,300,5,0,1138,0,1,0,0,0),(121075,31251,571,1,1,25627,0,8225.54,2782.29,630.872,0.645772,300,0,0,1138,0,0,0,0,0),(121076,25711,571,1,1,23329,0,3685.24,7048.84,379.573,0.355757,300,0,0,8982,0,2,0,0,0),(121077,32276,571,1,1,25342,1,7923.42,2047.27,500.361,3.14159,300,0,0,12175,0,0,0,0,0),(121078,32276,571,1,1,25343,1,7923.22,2068.4,500.379,3.31613,300,0,0,12175,0,0,0,0,0),(121079,32276,571,1,1,25343,1,8003.62,2021.31,500.311,5.72972,300,0,0,12175,0,2,0,0,0),(121080,32276,571,1,1,25343,1,8080.02,1963.98,500.311,2.81798,300,0,0,12175,0,2,0,0,0),(121081,32276,571,1,1,25342,1,7998.74,1955.91,502.237,3.36242,300,5,0,12175,0,1,0,0,0),(121082,32276,571,1,1,25343,1,8029.51,2206.43,499.817,3.05433,300,0,0,12175,0,0,0,0,0),(121083,32276,571,1,1,25343,1,7992.61,2189.34,499.729,1.15742,300,0,0,12175,0,2,0,0,0),(121084,32276,571,1,1,25342,1,7967.75,2204.35,500.311,4.32628,300,0,0,12175,0,2,0,0,0),(121085,32276,571,1,1,25343,1,8026,2248.52,499.894,3.36848,300,0,0,12175,0,0,0,0,0),(121086,32276,571,1,1,25343,1,8026.08,2121.46,499.816,3.05433,300,0,0,12175,0,0,0,0,0),(121087,32276,571,1,1,25343,1,8009.49,2056.01,499.728,3.46592,300,0,0,12175,0,2,0,0,0),(121088,32276,571,1,1,25343,1,8004.97,2084.15,499.729,3.60103,300,0,0,12175,0,2,0,0,0),(121089,32276,571,1,1,25342,1,8094.23,1980.32,500.071,2.80597,300,0,0,12175,0,2,0,0,0),(121090,30484,571,1,1,27063,1,7865.83,3412.61,654.455,4.50295,300,0,0,12600,15976,0,0,0,0),(121091,30742,571,1,1,19595,0,6470.42,3139.73,659.273,2.70526,300,0,0,12600,3994,0,0,0,0),(121092,32534,571,1,1,6373,0,3951.94,6998.62,684.699,5.00727,300,5,0,50000,0,1,0,0,0),(121093,32278,571,1,1,25468,0,6485.84,2736.48,577.023,1.67338,300,5,0,88200,39940,1,0,0,0),(121094,32278,571,1,1,25468,0,6536.06,2847.09,651.2,4.81711,300,0,0,88200,39940,0,0,0,0),(121095,32278,571,1,1,25468,0,6515.9,2579.97,651.619,5.13127,300,0,0,88200,39940,0,0,0,0),(121096,32278,571,1,1,25468,0,6643.65,2306.43,651.2,2.02458,300,0,0,88200,39940,0,0,0,0),(121097,32278,571,1,1,25468,0,6609.96,2182.27,651.117,4.75344,300,5,0,88200,39940,1,0,0,0),(121098,32278,571,1,1,25468,0,6620.16,2060.81,651.201,4.79965,300,0,0,88200,39940,0,0,0,0),(121099,32534,571,1,1,6373,0,3926.55,7079.46,653.209,3.78398,300,5,0,50000,0,1,0,0,0),(121100,32534,571,1,1,6373,0,3943.36,6945.78,664.529,5.77089,300,5,0,50000,0,1,0,0,0),(121101,32534,571,1,1,6373,0,3883.4,7004.77,618.483,5.66396,300,5,0,50000,0,1,0,0,0),(121102,32534,571,1,1,6373,0,3789.29,7007.11,646.844,2.64411,300,5,0,50000,0,1,0,0,0),(121103,32534,571,1,1,6373,0,3929.01,6894.16,668.401,5.96141,300,5,0,50000,0,1,0,0,0),(121104,32534,571,1,1,6373,0,3796.81,6914.38,619.713,3.79223,300,5,0,50000,0,1,0,0,0),(121105,32534,571,1,1,6373,0,3974.02,6949.82,640.446,4.29999,300,5,0,50000,0,1,0,0,0),(121106,32534,571,1,1,6373,0,3949.84,6963.64,660.671,4.29316,300,5,0,50000,0,1,0,0,0),(121107,32534,571,1,1,6373,0,3914.48,6965.59,628.926,1.08573,300,5,0,50000,0,1,0,0,0),(121108,32534,571,1,1,6373,0,3904.98,6944.3,663.593,4.06213,300,5,0,50000,0,1,0,0,0),(121109,32534,571,1,1,6373,0,3821.9,6974.08,671.741,0.598716,300,5,0,50000,0,1,0,0,0),(121110,32534,571,1,1,6373,0,3901.62,6999.08,652.942,6.01035,300,5,0,50000,0,1,0,0,0),(121111,32534,571,1,1,6373,0,3902.25,6904.83,665.2,3.6182,300,5,0,50000,0,1,0,0,0),(121112,31255,571,1,1,24301,0,6504.06,1844.93,508.697,0.10472,300,5,0,63000,0,1,0,0,0),(121113,32279,571,1,1,27887,1,8054.35,2085.1,499.814,0.541052,300,0,0,12175,3893,0,0,0,0),(121114,32279,571,1,1,27887,1,8051.8,2089.99,499.815,0.698132,300,0,0,12175,3893,0,0,0,0),(121115,32279,571,1,1,27887,1,8029.86,2037.01,499.728,6.21337,300,5,0,12175,3893,1,0,0,0),(121116,32279,571,1,1,27887,1,7966.08,2114.58,500.311,2.11837,300,5,0,12175,3893,1,0,0,0),(121117,32279,571,1,1,27887,1,7994.81,2119.66,499.729,4.34587,300,5,0,12175,3893,1,0,0,0),(121118,32279,571,1,1,27887,1,7994.27,2162.45,499.729,0.885896,300,0,0,12175,3893,2,0,0,0),(121119,32279,571,1,1,27887,1,8062.94,2048.65,499.812,3.01942,300,0,0,12175,3893,0,0,0,0),(121120,32279,571,1,1,27887,1,8066.04,2021.08,499.729,3.14274,300,5,0,12175,3893,1,0,0,0),(121121,32279,571,1,1,27887,1,8049.65,2009.78,499.728,4.81091,300,5,0,12175,3893,1,0,0,0),(121122,30744,571,1,1,19595,0,6431.48,3148.91,659.196,5.86431,300,0,0,12600,3994,0,0,0,0),(121123,30232,571,1,1,26875,1,7631.19,3405.44,656.229,0.750492,300,0,0,30240,8814,0,0,0,0),(121124,32280,571,1,1,25214,0,6700.4,2281.95,577.606,2.61288,300,5,0,88200,0,1,0,0,0),(121125,32280,571,1,1,25214,0,6619.66,2224.32,577.606,4.46452,300,5,0,88200,0,1,0,0,0),(121126,32280,571,1,1,25214,0,6563.71,2475.94,577.088,2.00703,300,5,0,88200,0,1,0,0,0),(121127,32280,571,1,1,25214,0,6532.07,2646.91,577.606,4.55374,300,5,0,88200,0,1,0,0,0),(121128,32280,571,1,1,25214,0,6544.54,2756.03,651.117,1.65699,300,5,0,88200,0,1,0,0,0),(121129,32280,571,1,1,25214,0,6447.16,2603.33,651.117,2.66181,300,5,0,88200,0,1,0,0,0),(121130,30745,571,1,1,19595,0,6469.17,3071.56,659.218,1.55334,300,0,0,12600,3994,0,0,0,0),(121131,31257,571,1,1,7534,0,8284.73,2776.49,654.585,3.61887,300,5,0,1260,3994,1,0,0,0),(121132,31257,571,1,1,7534,0,8276.79,2775.58,652.227,-1.96475,300,5,0,1260,3994,1,0,0,0),(121134,31257,571,1,1,7534,0,8278.96,2773.17,652.849,-2.66972,300,5,0,1260,3994,1,0,0,0),(121135,31770,571,1,1,27701,0,7017.96,2185.8,628.252,6.0912,300,0,0,12600,0,0,0,0,0),(121136,32538,571,1,1,28039,0,8566.71,2722.85,652.437,4.4855,300,0,0,10080,8814,0,0,0,0),(121137,31258,571,1,1,0,1,7141.73,1757.92,488.387,0.538409,300,0,0,12600,0,0,0,0,0),(121138,31258,571,1,1,26623,1,6784.49,1746.14,565.822,5.77704,300,0,0,12600,0,0,0,0,0),(121139,31258,571,1,1,26623,1,6930.82,1664.17,523.95,3.64774,300,0,0,12600,0,0,0,0,0),(121140,31258,571,1,1,26623,1,7170.18,2036.35,574.433,5.88176,300,0,0,12600,0,0,0,0,0),(121141,31258,571,1,1,26623,1,7178.28,1939.18,558.933,4.45973,300,0,0,12600,0,0,0,0,0),(121142,31258,571,1,1,26623,1,7081.81,1753.6,497.456,0.944626,300,0,0,12600,0,2,0,0,0),(121143,31258,571,1,1,26623,1,7246.5,2087.86,573.854,0.890118,300,0,0,12600,0,0,0,0,0),(121144,31258,571,1,1,26623,1,7132.2,2116.13,606.796,1.11701,300,0,0,12600,0,0,0,0,0),(121145,31258,571,1,1,26623,1,7201.21,1766.27,482.083,3.12414,300,0,0,12600,0,0,0,0,0),(121146,31258,571,1,1,26623,1,6838.81,1806.17,619.509,5.22619,300,0,0,12600,0,0,0,0,0),(121147,31815,571,1,1,0,1,7575.83,1521.3,335.724,4.3375,300,0,0,1,0,2,0,0,0),(121148,31258,571,1,1,26623,1,6999.71,1691.08,555.863,0.777007,300,5,0,12600,0,1,0,0,0),(121149,31258,571,1,1,26623,1,6776.74,1855.88,579.247,5.51524,300,0,0,12600,0,0,0,0,0),(121150,31258,571,1,1,26623,1,7172.35,1933.67,596.878,5.32325,300,0,0,12600,0,0,0,0,0),(121151,31258,571,1,1,26623,1,7089.76,2084.6,659.107,2.54764,300,0,0,12600,0,0,0,0,0),(121152,31258,571,1,1,26623,1,7072.28,1778.91,527.673,4.88692,300,0,0,12600,0,0,0,0,0),(121153,31258,571,1,1,26623,1,6889.15,1746.14,573.898,5.5676,300,0,0,12600,0,0,0,0,0),(121154,31258,571,1,1,26623,1,7271.68,1892.06,566.507,6.02139,300,0,0,12600,0,0,0,0,0),(121155,31258,571,1,1,26623,1,6899.72,1748.73,537.376,4.74729,300,0,0,12600,0,0,0,0,0),(121156,31258,571,1,1,26623,1,6946.09,1761.58,511.526,5.53269,300,0,0,12600,0,0,0,0,0),(121157,31258,571,1,1,26623,1,6965.66,1694.74,517.747,1.36136,300,0,0,12600,0,0,0,0,0),(121158,31258,571,1,1,26623,1,6778.81,1726.04,566.359,5.02655,300,0,0,12600,0,0,0,0,0),(121159,31258,571,1,1,26623,1,6814.23,1827.18,579.535,2.13107,300,0,0,12600,0,0,0,0,0),(121160,31258,571,1,1,26623,1,6771.88,1802.25,580.124,0.698132,300,0,0,12600,0,0,0,0,0),(121161,31258,571,1,1,26623,1,6797.64,1775.85,569.763,6.08083,300,0,0,12600,0,2,0,0,0),(121162,31258,571,1,1,26623,1,6819.6,1664.87,560.382,1.58825,300,0,0,12600,0,0,0,0,0),(121163,31258,571,1,1,26623,1,6796.91,1699.49,555.944,3.38594,300,0,0,12600,0,0,0,0,0),(121164,31258,571,1,1,26623,1,6886.36,1691.03,530.745,1.11701,300,0,0,12600,0,0,0,0,0),(121165,31258,571,1,1,26623,1,7079.73,2126.52,626.732,0.436332,300,0,0,12600,0,0,0,0,0),(121166,31258,571,1,1,26623,1,7138.47,1762.13,490.206,4.66003,300,0,0,12600,0,0,0,0,0),(121167,31258,571,1,1,26623,1,7188.16,1779.84,487.149,2.56563,300,0,0,12600,0,0,0,0,0),(121168,31258,571,1,1,26623,1,7179.87,1683.75,470.215,5.58505,300,0,0,12600,0,0,0,0,0),(121169,31258,571,1,1,26623,1,7223.11,1726.27,476.162,5.48033,300,0,0,12600,0,0,0,0,0),(121170,31258,571,1,1,26623,1,7097.26,2076.67,623.194,1.0472,300,0,0,12600,0,0,0,0,0),(121171,31258,571,1,1,26623,1,7143.95,1887.51,536.686,0.522389,300,0,0,12600,0,2,0,0,0),(121172,31258,571,1,1,26623,1,7128.49,2066.18,621.997,1.11701,300,0,0,12600,0,0,0,0,0),(121173,30746,571,1,1,7971,0,6468.32,3077.83,657.593,4.88851,300,0,0,12600,11982,2,0,0,0),(150155,34238,0,1,1,0,0,2252.9,319.879,35.1892,0.235186,120,0,0,42,0,0,0,0,0),(121175,32284,571,1,1,27536,1,6579.64,2674.23,458.661,5.39307,300,0,0,12600,3994,0,0,0,0),(121176,32284,571,1,1,27536,1,6847.96,2569.6,412.925,0.397015,300,5,0,12600,3994,1,0,0,0),(121177,32284,571,1,1,27536,1,6872.68,2645.28,411.874,0.037402,300,5,0,12600,3994,1,0,0,0),(121178,32284,571,1,1,27536,1,6971.69,2678.52,405.91,0.035029,300,5,0,12600,3994,1,0,0,0),(121179,32284,571,1,1,27536,1,6917,2528.81,409.103,1.45192,300,5,0,12600,3994,1,0,0,0),(121180,32284,571,1,1,27536,1,6837.61,2514.19,416.728,5.52402,300,5,0,12600,3994,1,0,0,0),(121181,32284,571,1,1,27536,1,6861.59,2795.93,432.233,0.542269,300,5,0,12600,3994,1,0,0,0),(121182,32284,571,1,1,27536,1,6914.79,2766.49,415.892,4.86823,300,5,0,12600,3994,1,0,0,0),(121183,32284,571,1,1,27536,1,6961.23,2800.32,417.501,1.83664,300,5,0,12600,3994,1,0,0,0),(121184,32284,571,1,1,27536,1,6982.55,2496.08,413.278,1.152,300,5,0,12600,3994,1,0,0,0),(121185,32284,571,1,1,27536,1,6939.32,2562.76,406.34,1.30471,300,5,0,12600,3994,1,0,0,0),(121186,32284,571,1,1,27536,1,6915.59,2578.17,406.92,0.054873,300,5,0,12600,3994,1,0,0,0),(121187,32284,571,1,1,27536,1,6793.61,2812.5,449.663,3.85996,300,5,0,12600,3994,1,0,0,0),(121188,32284,571,1,1,27536,1,6878.92,2906.96,449.206,5.0012,300,5,0,12600,3994,1,0,0,0),(121189,32284,571,1,1,27536,1,6813.27,2746.24,429.606,5.64863,300,5,0,12600,3994,1,0,0,0),(121190,32284,571,1,1,27536,1,6999.15,2481.51,416.648,5.18118,300,5,0,12600,3994,1,0,0,0),(121191,32284,571,1,1,27536,1,7054.45,2735.06,406.541,4.28702,300,5,0,12600,3994,1,0,0,0),(121192,23837,571,1,1,11686,0,6816.33,3801.11,621.153,0.802851,300,0,0,42,0,0,0,0,0),(121193,23837,571,1,1,11686,0,6831.23,3817.08,621.153,4.18879,300,0,0,42,0,0,0,0,0),(121194,23837,571,1,1,11686,0,8368.86,2728.89,655.314,5.02655,300,0,0,42,0,0,0,0,0),(121195,23837,571,1,1,11686,0,8380.47,2717.56,655.178,1.13446,300,0,0,42,0,0,0,0,0),(121196,23837,571,1,1,11686,0,8376.55,2707.52,655.176,2.09439,300,0,0,42,0,0,0,0,0),(121197,23837,571,1,1,11686,0,8216.25,3516.24,627.568,3.49066,300,0,0,42,0,0,0,0,0),(121198,23837,571,1,1,11686,0,8215.81,3515.88,652.886,3.64774,300,0,0,42,0,0,0,0,0),(121199,23837,571,1,1,11686,0,7631.69,3406.05,656.232,3.68265,300,0,0,42,0,0,0,0,0),(121200,23837,571,1,1,11686,0,7556.9,2024.14,511.749,3.54302,300,0,0,42,0,0,0,0,0),(121201,23837,571,1,1,11686,0,7474.71,2190.48,512.658,3.14159,300,0,0,42,0,0,0,0,0),(121202,23837,571,1,1,11686,0,7544.1,2014.22,511.929,0.767945,300,0,0,42,0,0,0,0,0),(121203,23837,571,1,1,11686,0,7532.53,2119.63,516.04,2.09439,300,0,0,42,0,0,0,0,0),(121204,23837,571,1,1,11686,0,7558.34,1933.35,510.334,3.05433,300,0,0,42,0,0,0,0,0),(121205,23837,571,1,1,11686,0,7457.21,2196.6,511.749,4.85202,300,0,0,42,0,0,0,0,0),(121206,23837,571,1,1,11686,0,7476.31,2156.82,512.339,0,300,0,0,42,0,0,0,0,0),(121207,23837,571,1,1,11686,0,7541.27,1935.05,509.807,4.10152,300,0,0,42,0,0,0,0,0),(121208,23837,571,1,1,11686,0,7567.38,2129.48,513.922,2.19912,300,0,0,42,0,0,0,0,0),(121209,23837,571,1,1,11686,0,6914.21,2002.56,944.847,2.05949,300,0,0,42,0,0,0,0,0),(121210,23837,571,1,1,11686,0,8396.29,2709.65,655.492,1.18682,300,0,0,42,0,0,0,0,0),(121211,23837,571,1,1,11686,0,7572.57,2085.37,510.881,4.06662,300,0,0,42,0,0,0,0,0),(121212,23837,571,1,1,11686,0,7531.72,2003.36,511.04,2.93215,300,0,0,42,0,0,0,0,0),(121213,23837,571,1,1,11686,0,7545.87,2109.03,513.513,3.31613,300,0,0,42,0,0,0,0,0),(121214,23837,571,1,1,11686,0,7523.99,2131.92,515.203,0.087266,300,0,0,42,0,0,0,0,0),(121215,23837,571,1,1,11686,0,7571.63,2035.25,511.152,4.81711,300,0,0,42,0,0,0,0,0),(121216,23837,571,1,1,11686,0,7580.29,2003.62,513.061,1.39626,300,0,0,42,0,0,0,0,0),(121217,23837,571,1,1,11686,0,7519.55,1919.76,512.557,4.5204,300,0,0,42,0,0,0,0,0),(121218,23837,571,1,1,11686,0,4309.72,6303.33,-0.23453,2.72271,300,0,0,42,0,0,0,0,0),(121219,23837,571,1,1,11686,0,4319.63,6319.18,0.618581,1.72788,300,0,0,42,0,0,0,0,0),(121220,23837,571,1,1,11686,0,7549.32,2141.59,513.499,0.174533,300,0,0,42,0,0,0,0,0),(121221,23837,571,1,1,11686,0,7580.96,2117.48,515.29,4.71239,300,0,0,42,0,0,0,0,0),(121222,23837,571,1,1,11686,0,7518.65,1908.62,511.758,1.53589,300,0,0,42,0,0,0,0,0),(121223,23837,571,1,1,11686,0,7552.84,1981.78,513.811,0.488692,300,0,0,42,0,0,0,0,0),(121224,23837,571,1,1,11686,0,7558.9,2098.1,512.929,1.55334,300,0,0,42,0,0,0,0,0),(121225,23837,571,1,1,11686,0,7565.44,1993.63,513.721,2.56563,300,0,0,42,0,0,0,0,0),(1977257,31773,571,1,1,0,0,6753.01,1583.78,394.549,0.255223,300,0,0,4979,0,0,0,0,0),(121227,32285,571,1,1,27884,1,8063.13,2012.16,499.812,2.07694,300,0,0,9740,8636,0,0,0,0),(121228,31005,571,1,1,11686,0,6472.28,2042.36,571.215,1.5708,300,0,0,12600,0,0,0,0,0),(121229,31262,571,1,1,27541,1,6935.21,1710.64,520.073,6.22191,300,5,0,12600,3994,1,0,0,0),(121230,31262,571,1,1,27541,1,7120.25,1780.68,535.036,5.02655,300,0,0,12600,3994,0,0,0,0),(121231,31262,571,1,1,27541,1,7011.63,1795.85,512.2,5.48033,300,0,0,12600,3994,0,0,0,0),(121232,31262,571,1,1,27541,1,7275.34,1911.77,566.471,5.68977,300,0,0,12600,3994,0,0,0,0),(121233,31262,571,1,1,27541,1,6762.3,1775.76,576.536,5.95157,300,0,0,12600,3994,0,0,0,0),(121234,31262,571,1,1,27541,1,7281.9,2015.21,570.583,0.750492,300,0,0,12600,3994,0,0,0,0),(121235,31262,571,1,1,27541,1,7185.26,1877.55,568.928,2.16421,300,0,0,12600,3994,0,0,0,0),(121236,31262,571,1,1,27541,1,6865.68,1727.92,539.672,5.53269,300,0,0,12600,3994,0,0,0,0),(121237,31262,571,1,1,27541,1,7143.3,1812.21,503.584,5.37884,300,5,0,12600,3994,1,0,0,0),(121238,31262,571,1,1,27541,1,7207.8,1924.09,559.376,4.55838,300,5,0,12600,3994,1,0,0,0),(121239,31262,571,1,1,27541,1,7175.08,1802.79,528.015,4.64258,300,0,0,12600,3994,0,0,0,0),(121240,31262,571,1,1,27541,1,7133.8,2106.32,622.019,0.10472,300,0,0,12600,3994,0,0,0,0),(121241,31263,571,1,1,27543,0,7040.27,1764.28,539.79,5.38208,300,5,0,3150,0,1,0,0,0),(121242,31263,571,1,1,27543,0,6805.65,1765.05,604.126,3.80364,300,5,0,3150,0,1,0,0,0),(121243,31263,571,1,1,27543,0,6897.38,1697.05,567.263,0.601888,300,5,0,3150,0,1,0,0,0),(121244,31263,571,1,1,27543,0,7042.03,1766.72,539.79,3.70945,300,5,0,3150,0,1,0,0,0),(121245,31263,571,1,1,27543,0,7306.54,2045.7,598.173,3.12346,300,5,0,3150,0,1,0,0,0),(121246,31265,571,1,1,0,0,7264.74,1995.36,570.931,2.77507,300,0,0,3150,0,0,0,0,0),(121247,31263,571,1,1,27543,0,7042.81,1762.9,539.79,6.18194,300,5,0,3150,0,1,0,0,0),(121248,31263,571,1,1,27543,0,7161.71,1913.25,596.519,1.18045,300,5,0,3150,0,1,0,0,0),(121249,31263,571,1,1,27543,0,7041.12,1765.14,539.79,2.27924,300,5,0,3150,0,1,0,0,0),(121250,31263,571,1,1,27543,0,6806.56,1770.54,604.126,4.26773,300,5,0,3150,0,1,0,0,0),(121251,31263,571,1,1,27543,0,6890.2,1698.92,567.263,3.97622,300,5,0,3150,0,1,0,0,0),(121252,31263,571,1,1,27543,0,7155.41,1911.62,596.519,4.99421,300,5,0,3150,0,1,0,0,0),(121253,31263,571,1,1,27543,0,7311.78,2046.37,598.173,0.478796,300,5,0,3150,0,1,0,0,0),(121255,19173,1,1,1,22372,0,9922.97,2498.76,1317.86,2.44346,120,0,0,1,0,0,0,0,0),(121254,19173,1,1,1,22373,0,9921.56,2499.58,1317.77,5.61996,120,0,0,1,0,0,3,0,0),(121256,31263,571,1,1,27543,0,7170.78,2110.97,649.61,0.520423,300,5,0,3150,0,1,0,0,0),(121257,31263,571,1,1,27543,0,7180.27,2111.63,649.61,4.39863,300,5,0,3150,0,1,0,0,0),(121259,31263,571,1,1,27543,0,6899.19,1699.72,567.263,3.35562,300,5,0,3150,0,1,0,0,0),(121260,31263,571,1,1,27543,0,6898.37,1705.64,567.263,5.79295,300,5,0,3150,0,1,0,0,0),(121261,29338,571,1,1,0,1,7854.48,4974.27,21.2187,5.51385,300,0,0,1,1,2,0,0,0),(121262,31263,571,1,1,27543,0,7180.59,1757.05,555.606,2.71255,300,5,0,3150,0,1,0,0,0),(121263,31263,571,1,1,27543,0,6802.26,1763.04,604.126,0.940445,300,5,0,3150,0,1,0,0,0),(121264,31263,571,1,1,27543,0,6898.61,1697.39,567.263,4.02071,300,5,0,3150,0,1,0,0,0),(121266,31263,571,1,1,27543,0,7306.7,2040.32,598.173,3.19206,300,5,0,3150,0,1,0,0,0),(121267,31263,571,1,1,27543,0,7173.32,1764.07,555.606,1.69423,300,5,0,3150,0,1,0,0,0),(121269,19171,530,1,1,22362,1,-4270.06,-11333.1,5.57545,4.67748,120,0,0,1,0,0,0,0,0),(121268,19171,530,1,1,22363,1,-4269.71,-11336.5,5.80931,1.69297,120,0,0,1,0,0,3,0,0),(121270,31263,571,1,1,27543,0,7137.36,1738.84,562.627,5.74123,300,5,0,3150,0,1,0,0,0),(121271,31263,571,1,1,27543,0,7176.63,2106.42,649.61,2.51481,300,5,0,3150,0,1,0,0,0),(121272,31263,571,1,1,27543,0,7169.16,1758.99,555.606,4.51016,300,5,0,3150,0,1,0,0,0),(121273,31263,571,1,1,27543,0,6796.42,1755.6,604.126,3.74457,300,5,0,3150,0,1,0,0,0),(121274,31263,571,1,1,27543,0,7171.55,2119.1,649.61,6.2405,300,5,0,3150,0,1,0,0,0),(121275,31263,571,1,1,27543,0,7175.77,2111.86,649.61,1.16997,300,5,0,3150,0,1,0,0,0),(121276,31263,571,1,1,27543,0,6904.97,1700.33,567.263,3.27382,300,5,0,3150,0,1,0,0,0),(121278,31263,571,1,1,27543,0,6892.34,1701.5,567.263,5.11333,300,5,0,3150,0,1,0,0,0),(121281,31263,571,1,1,27543,0,7311.47,2048.09,598.173,4.83839,300,5,0,3150,0,1,0,0,0),(121282,31263,571,1,1,27543,0,7037.54,1762.46,539.79,2.76721,300,5,0,3150,0,1,0,0,0),(121284,31263,571,1,1,27543,0,7314.5,2041.32,598.173,0.026895,300,5,0,3150,0,1,0,0,0),(121286,31263,571,1,1,27543,0,7039.55,1765.44,539.79,5.59234,300,5,0,3150,0,1,0,0,0),(121287,31263,571,1,1,27543,0,7040.34,1767.44,539.79,2.75313,300,5,0,3150,0,1,0,0,0),(121288,31263,571,1,1,27543,0,7042.55,1761.13,539.79,3.72399,300,5,0,3150,0,1,0,0,0),(121289,31263,571,1,1,27543,0,6803.95,1765.79,604.126,5.86586,300,5,0,3150,0,1,0,0,0),(121291,31263,571,1,1,27543,0,6845.68,1758.66,566.514,2.36517,300,5,0,3150,0,1,0,0,0),(121292,31263,571,1,1,27543,0,7175.38,2110.74,649.61,0.178431,300,5,0,3150,0,1,0,0,0),(121293,31263,571,1,1,27543,0,6798.17,1762.87,604.126,2.83535,300,5,0,3150,0,1,0,0,0),(121294,31263,571,1,1,27543,0,6809.07,1755.62,604.126,2.07272,300,5,0,3150,0,1,0,0,0),(121295,31263,571,1,1,27543,0,6897.81,1700.73,567.263,6.08678,300,5,0,3150,0,1,0,0,0),(121296,31263,571,1,1,27543,0,7312.48,2047.41,598.173,1.53059,300,5,0,3150,0,1,0,0,0),(121297,31775,571,1,1,17444,0,6387.32,2203.81,486.526,3.45238,300,5,0,40320,44070,1,0,0,0),(121298,31263,571,1,1,27543,0,6894.6,1703.45,567.263,2.53325,300,5,0,3150,0,1,0,0,0),(121299,31263,571,1,1,27543,0,6802.6,1765.5,604.126,4.22318,300,5,0,3150,0,1,0,0,0),(121300,31263,571,1,1,27543,0,6900.65,1699.59,567.263,1.80175,300,5,0,3150,0,1,0,0,0),(209078,27699,571,1,1,0,1,2571.94,-3991.87,280.068,0,120,0,0,1,0,2,0,0,0),(209077,27699,571,1,1,0,1,2673.12,-4088.24,356.816,0,120,0,0,1,0,2,0,0,0),(209076,27699,571,1,1,0,1,2628.2,-4141.46,327.478,0,120,0,0,1,0,2,0,0,0),(209075,27699,571,1,1,0,1,2784.57,-4011.17,379.681,0,120,0,0,1,0,2,0,0,0),(209074,27699,571,1,1,0,1,2714.58,-3939.84,375.152,0,120,0,0,1,0,2,0,0,0),(209073,27699,571,1,1,0,1,2708.68,-3949.61,375.777,0,120,0,0,1,0,2,0,0,0),(121307,31263,571,1,1,27543,0,6889.19,1703.67,559.961,2.34169,300,5,0,3150,0,1,0,0,0),(209072,27699,571,1,1,0,1,2731.57,-4059.09,387.192,0,120,0,0,1,0,2,0,0,0),(121309,31263,571,1,1,27543,0,7174.88,1908.18,549.398,0.714901,300,5,0,3150,0,1,0,0,0),(209071,27699,571,1,1,0,1,2736.77,-4092.96,380.924,0,120,0,0,1,0,2,0,0,0),(209070,27699,571,1,1,0,1,2638.91,-3954.67,325.141,0,120,0,0,1,0,2,0,0,0),(209069,27699,571,1,1,0,1,2697.42,-4016.82,376.924,0,120,0,0,1,0,2,0,0,0),(121313,30751,571,1,1,27354,1,6859.49,3816.24,617.187,2.51327,300,0,0,9740,8636,0,0,0,0),(121314,30751,571,1,1,27354,1,6816.42,3756.49,621.161,1.01229,300,0,0,9740,8636,0,0,0,0),(121315,30751,571,1,1,27354,1,6835.61,3822.66,617.186,1.01229,300,0,0,9740,8636,0,0,0,0),(121316,30751,571,1,1,27353,1,6811.4,3822.57,617.103,1.00376,300,5,0,9740,8636,1,0,0,0),(121317,30751,571,1,1,27353,1,6784.52,3776.68,621.161,1.09956,300,0,0,9740,8636,0,0,0,0),(121318,30751,571,1,1,27354,1,6814.68,3844.27,617.187,5.72468,300,0,0,9740,8636,0,0,0,0),(121319,30751,571,1,1,27354,1,6819.25,3796.86,621.153,1.0472,300,0,0,9740,8636,0,0,0,0),(121320,31776,571,1,1,27704,1,6810.88,1869.7,579.6,2.80998,300,0,0,12600,0,0,0,0,0),(1975805,22515,631,15,1,0,0,530.625,-2166.15,840.94,0,120,0,0,0,0,0,0,0,0),(1975804,22515,631,15,1,0,0,521.602,-2079.36,840.94,0,120,0,0,0,0,0,0,0,0),(1975803,22515,631,15,1,0,0,515.104,-2058.46,845.878,0,120,0,0,0,0,0,0,0,0),(1975802,22515,631,15,1,0,0,512.806,-2172.62,840.94,0,120,0,0,0,0,0,0,0,0),(1975801,22515,631,15,1,0,0,503.969,-2075.85,840.94,0,120,0,0,0,0,0,0,0,0),(1975800,22515,631,15,1,0,0,500.323,-2188.93,845.878,0,120,0,0,0,0,0,0,0,0),(1975799,22515,631,15,1,0,0,494.024,-2172.17,840.94,0,120,0,0,0,0,0,0,0,0),(137704,36776,571,1,1,30438,1,5916.81,554.344,609.942,3.85718,120,0,0,17010,0,0,0,0,0),(137703,36774,571,1,1,30310,1,5760.48,714.908,618.734,2.3911,120,0,0,17010,0,0,0,0,0),(137702,36670,571,1,1,28680,0,5892.6,471.069,641.745,3.61283,120,0,0,12600,3994,0,0,0,0),(137701,36669,571,1,1,28755,0,5745.5,720.524,657.121,0.645772,120,0,0,12600,3994,0,0,0,0),(121337,31265,571,1,1,26715,0,7242.79,1904.88,566.842,3.07178,300,0,0,12600,0,0,0,0,0),(121338,31265,571,1,1,26715,0,7230.69,2070.07,574.49,3.9968,300,0,0,12600,0,0,0,0,0),(121339,31265,571,1,1,26715,0,6752.25,1691.57,561.083,0.20944,300,0,0,12600,0,0,0,0,0),(121340,31265,571,1,1,26715,0,6786.14,1688.99,559.083,0.593412,300,0,0,12600,0,0,0,0,0),(121342,32289,571,1,1,10421,1,8099.93,2370.18,484.783,2.58309,300,0,0,9740,8636,0,0,0,0),(121343,32289,571,1,1,10421,1,8106.95,2374.48,484.779,4.46804,300,0,0,9740,8636,0,0,0,0),(121344,31265,571,1,1,26715,0,7084.77,1821.09,528.399,1.62316,300,0,0,12600,0,0,0,0,0),(121345,32289,571,1,1,10421,1,8057.43,2317.1,484.74,3.80407,300,5,0,9740,8636,1,0,0,0),(121346,32289,571,1,1,10421,1,8071.21,2311.54,484.779,4.90438,300,0,0,9740,8636,0,0,0,0),(121347,32289,571,1,1,10421,1,8044.13,2350.49,484.676,1.39029,300,5,0,9740,8636,1,0,0,0),(121348,32289,571,1,1,10421,1,8016.96,2355.2,484.008,6.2343,300,5,0,9740,8636,1,0,0,0),(121349,32289,571,1,1,10421,1,8013.22,2382.46,483.964,0.76639,300,5,0,9740,8636,1,0,0,0),(121350,32289,571,1,1,10421,1,7977.58,2351.06,483.909,2.59353,300,5,0,9740,8636,1,0,0,0),(121351,32289,571,1,1,10421,1,7980.48,2316.35,483.967,5.06145,300,0,0,9740,8636,0,0,0,0),(85124,34788,571,1,1,27183,0,8411.25,754.731,549.264,5.21853,180,0,0,1,0,0,0,0,0),(121359,32290,571,1,1,10411,1,8082.8,2329.25,484.819,3.40339,300,0,0,9740,8636,0,0,0,0),(121360,32290,571,1,1,10408,1,8080.53,2353.62,484.798,3.47414,300,0,0,9740,8636,2,0,0,0),(121361,32290,571,1,1,10409,1,8000.95,2309.66,484.724,5.42797,300,0,0,9740,8636,0,0,0,0),(121362,32290,571,1,1,10409,1,8009,2374.87,483.964,2.36619,300,5,0,9740,8636,1,0,0,0),(121363,32290,571,1,1,10410,1,7992.84,2367.67,483.935,6.16626,300,5,0,9740,8636,1,0,0,0),(121364,32290,571,1,1,10409,1,7970.37,2337.47,483.909,2.62915,300,5,0,9740,8636,1,0,0,0),(121365,32290,571,1,1,10410,1,7996.62,2351.88,483.909,1.67299,300,5,0,9740,8636,1,0,0,0),(121366,32290,571,1,1,10411,1,8051.79,2356.22,484.728,1.84704,300,5,0,9740,8636,1,0,0,0),(121367,31266,571,1,1,26734,1,8285.62,2774.21,655.128,0.283366,300,0,0,12600,0,0,0,0,0),(121368,32290,571,1,1,10411,1,8028.34,2387.6,483.839,4.66362,300,5,0,9740,8636,1,0,0,0),(121370,31266,571,1,1,26734,1,8286.04,2776.08,655.238,3.79651,300,5,0,12600,0,1,0,0,0),(121371,31779,571,1,1,26919,0,6488.8,2247.07,480.988,4.62244,300,5,0,12600,3994,1,0,0,0),(121372,31779,571,1,1,27706,0,6374.35,2190.31,488.038,2.9927,300,5,0,12600,3994,1,0,0,0),(121373,31779,571,1,1,27706,0,6469.74,2264.5,475.368,3.77592,300,5,0,12600,3994,1,0,0,0),(121374,30243,571,1,1,25799,1,7064.11,4503.78,601.121,5.21853,300,0,0,12175,3893,0,0,0,0),(121375,30243,571,1,1,25800,1,7067.05,4498.86,601.121,2.21657,300,0,0,12175,3893,0,0,0,0),(121376,31779,571,1,1,27705,0,6404.52,2182.22,489.602,2.24345,300,5,0,12600,3994,1,0,0,0),(121381,30243,571,1,1,25801,1,6985.28,4322.88,680.772,2.87979,300,0,0,12175,3893,0,0,0,0),(121385,30243,571,1,1,25801,1,7046.06,4396.59,762.463,1.32645,300,0,0,12175,3893,0,0,0,0),(121386,30243,571,1,1,25800,1,7128.08,4428.35,680.274,0.279253,300,0,0,12175,3893,0,0,0,0),(121388,30243,571,1,1,25800,1,6963.46,4444.1,663.189,2.18166,300,0,0,12175,3893,0,0,0,0),(121391,30243,571,1,1,25799,1,7075.97,4439.13,679.964,3.01942,300,0,0,12175,3893,0,0,0,0),(121392,30243,571,1,1,25800,1,6921.13,4465.72,601.121,5.09636,300,0,0,12175,3893,0,0,0,0),(121393,31779,571,1,1,26919,0,6383.27,2091.39,505.023,0.161212,300,5,0,12600,3994,1,0,0,0),(121394,30243,571,1,1,25801,1,7024.4,4544.39,601.646,1.64061,300,0,0,12175,3893,0,0,0,0),(85123,34788,571,1,1,27173,0,8404.98,767.736,550.53,4.20624,180,0,0,1,0,0,0,0,0),(150185,15440,1,1,1,0,1,-7168.18,1380.71,2.91784,1.09484,540,0,0,1,0,0,0,0,0),(137700,40441,1,1,1,0,0,9932.78,2490.91,1317.7,1.25664,120,0,0,1,0,0,0,0,0),(137699,24484,1,1,1,0,0,9973.21,2205.5,1329.18,3.1765,120,0,0,1,0,0,0,0,0),(137698,24484,1,1,1,0,0,9971.58,2202.91,1329.03,1.78024,120,0,0,1,0,0,0,0,0),(137697,24484,1,1,1,0,0,9969.95,2207.43,1329.44,5.21853,120,0,0,1,0,0,0,0,0),(137696,24484,1,1,1,0,0,9968.76,2205.51,1329.21,6.24828,120,0,0,1,0,0,0,0,0),(121407,30243,571,1,1,25800,1,7154.09,4043.24,595.216,5.06145,300,0,0,12175,3893,0,0,0,0),(121408,30243,571,1,1,25799,1,7003.72,4216.12,666.265,3.83972,300,0,0,12175,3893,0,0,0,0),(121409,30243,571,1,1,25800,1,7225.97,4125.27,630.316,1.6057,300,0,0,12175,3893,0,0,0,0),(121410,31267,571,1,1,27548,1,6926.92,1662.05,524.182,0.418879,300,0,0,10080,8814,0,0,0,0),(121411,31267,571,1,1,27548,1,7088.11,1888.09,532.577,1.46608,300,0,0,10080,8814,0,0,0,0),(121412,31267,571,1,1,27548,1,7022.53,2111.86,623.156,2.98451,300,0,0,10080,8814,0,0,0,0),(121413,31267,571,1,1,27548,1,7062.93,2084.63,628.247,0.645772,300,0,0,10080,8814,0,0,0,0),(121414,30243,571,1,1,25799,1,7049.82,4182.71,665.973,3.01942,300,0,0,12175,3893,0,0,0,0),(121415,31779,571,1,1,27706,0,6425.07,2245.44,477.49,4.40495,300,5,0,12600,3994,1,0,0,0),(121416,30243,571,1,1,25799,1,7257.27,4171.42,576.298,1.72788,300,0,0,12175,3893,0,0,0,0),(121417,30243,571,1,1,25800,1,7292.3,4189.98,576.374,4.83456,300,0,0,12175,3893,0,0,0,0),(121418,30243,571,1,1,25799,1,6878.82,4026.68,615.717,5.2709,300,0,0,12175,3893,0,0,0,0),(121419,30243,571,1,1,25800,1,6882.15,4021.44,615.718,2.11185,300,0,0,12175,3893,0,0,0,0),(121420,30243,571,1,1,25800,1,6923.23,3970.16,616.219,3.94571,300,0,0,12175,3893,0,0,0,0),(121421,31779,571,1,1,27705,0,6454.73,2216.16,482.528,1.90212,300,5,0,12600,3994,1,0,0,0),(121422,31779,571,1,1,26919,0,6449.39,2281.31,472.219,5.3953,300,5,0,12600,3994,1,0,0,0),(121423,31267,571,1,1,0,1,7142.47,1762.1,489.355,0.469343,300,0,0,10080,8814,0,0,0,0),(121424,31779,571,1,1,27705,0,6394.55,2261.62,479.737,4.20713,300,5,0,12600,3994,1,0,0,0),(121425,31267,571,1,1,27548,1,6762.16,1828.12,584.48,3.29867,300,0,0,10080,8814,0,0,0,0),(121426,30243,571,1,1,25800,1,6913.22,3905.09,616.255,4.58242,300,0,0,12175,3893,0,0,0,0),(121427,30243,571,1,1,25799,1,6888.17,3925.78,616.761,1.47303,300,0,0,12175,3893,0,0,0,0),(121428,30243,571,1,1,25800,1,7086.64,3984.97,581.31,2.42601,300,0,0,12175,3893,0,0,0,0),(121429,30243,571,1,1,25799,1,8124.21,3407.02,672.119,5.48907,300,5,0,12175,3893,1,0,0,0),(121430,30243,571,1,1,25800,1,8225.86,3658.25,655.205,1.55334,300,0,0,12175,3893,0,0,0,0),(121431,30243,571,1,1,25801,1,8170.68,3581.27,655.324,4.79809,300,0,0,12175,3893,0,0,0,0),(121432,30243,571,1,1,25799,1,8131.72,3535.27,655.321,5.80002,300,0,0,12175,3893,0,0,0,0),(121433,30243,571,1,1,25799,1,8158.31,3402.16,671.409,0.890118,300,0,0,12175,3893,0,0,0,0),(121434,30243,571,1,1,25799,1,8198.16,3434.01,655.333,1.32341,300,0,0,12175,3893,0,0,0,0),(121435,30243,571,1,1,25801,1,8261.63,3581.56,655.232,3.57003,300,0,0,12175,3893,0,0,0,0),(121436,30243,571,1,1,25801,1,7862.03,3667.57,655.771,3.49066,300,0,0,12175,3893,0,0,0,0),(121437,30243,571,1,1,25800,1,7764.53,3583.46,665.876,1.20428,300,0,0,12175,3893,0,0,0,0),(121438,30243,571,1,1,25801,1,7719.72,3706.3,653.799,3.75246,300,0,0,12175,3893,0,0,0,0),(121439,30243,571,1,1,25799,1,7745.18,3507.35,661.578,3.7001,300,0,0,12175,3893,0,0,0,0),(121440,31779,571,1,1,27707,0,6477.6,2318.42,466.861,5.10581,300,5,0,12600,3994,1,0,0,0),(121441,31267,571,1,1,27548,1,6744.96,1735.24,568.877,2.94961,300,0,0,10080,8814,0,0,0,0),(121442,30243,571,1,1,25801,1,7794.48,3436.9,659.486,1.0472,300,0,0,12175,3893,0,0,0,0),(121443,30243,571,1,1,25800,1,8072.83,3439.56,674.922,2.47837,300,0,0,12175,3893,0,0,0,0),(121444,30243,571,1,1,25801,1,8098.96,3464.69,671.531,0.767945,300,0,0,12175,3893,0,0,0,0),(121445,31267,571,1,1,27548,1,7029.35,1720.73,517.069,1.32645,300,0,0,10080,8814,0,0,0,0),(121446,31267,571,1,1,27548,1,6929.84,1733.99,516.768,3.50811,300,0,0,10080,8814,0,0,0,0),(121447,31267,571,1,1,27548,1,7011.81,1700.46,513.982,1.95477,300,0,0,10080,8814,0,0,0,0),(121448,30243,571,1,1,25801,1,8326.98,3349.53,641.736,3.07178,300,0,0,12175,3893,0,0,0,0),(121449,31267,571,1,1,27548,1,6969.64,1717.96,514.336,4.87608,300,0,0,10080,8814,2,0,0,0),(121450,30243,571,1,1,25800,1,7160.26,3956.3,582.133,3.42085,300,0,0,12175,3893,0,0,0,0),(121451,31267,571,1,1,27548,1,6776.47,1722.3,566.562,0.401426,300,0,0,10080,8814,0,0,0,0),(121452,30243,571,1,1,25799,1,8300.76,3369.64,643.668,3.94444,300,0,0,12175,3893,0,0,0,0),(121453,31267,571,1,1,27548,1,6773.06,1806.77,580.608,5.13127,300,0,0,10080,8814,0,0,0,0),(121454,31267,571,1,1,27548,1,7177.52,2006.13,579.659,5.37561,300,0,0,10080,8814,0,0,0,0),(121455,31267,571,1,1,27548,1,6816.61,1668.92,560.815,5.72468,300,0,0,10080,8814,0,0,0,0),(121456,31267,571,1,1,27548,1,7009.2,2128.41,623.17,3.03687,300,0,0,10080,8814,0,0,0,0),(121457,30243,571,1,1,25801,1,8284.51,3427.66,659.084,3.45575,300,0,0,12175,3893,0,0,0,0),(121458,31267,571,1,1,27548,1,7026.4,2156.96,623.165,2.96706,300,0,0,10080,8814,0,0,0,0),(121459,30243,571,1,1,25799,1,8228.85,3402.81,658.569,5.93412,300,0,0,12175,3893,0,0,0,0),(121460,30243,571,1,1,25799,1,8256.32,3454.02,655.335,2.49731,300,0,0,12175,3893,0,0,0,0),(121461,30243,571,1,1,25800,1,8277.99,3473.62,655.375,2.81026,300,0,0,12175,3893,0,0,0,0),(121462,30243,571,1,1,25800,1,8229.69,3440.67,655.264,2.13255,300,0,0,12175,3893,0,0,0,0),(121463,31267,571,1,1,27548,1,7191.14,2087.61,579.889,5.33815,300,0,0,10080,8814,2,0,0,0),(121464,31267,571,1,1,27548,1,7115.46,2167.11,617.435,5.3058,300,0,0,10080,8814,0,0,0,0),(121465,31267,571,1,1,27548,1,7135.57,1758.61,490.224,0.296706,300,0,0,10080,8814,0,0,0,0),(121466,30243,571,1,1,25799,1,8233.25,3588.32,655.33,4.23761,300,0,0,12175,3893,0,0,0,0),(121467,31267,571,1,1,27548,1,7185.3,1782.98,488.446,5.11381,300,0,0,10080,8814,0,0,0,0),(121468,31267,571,1,1,27548,1,7130.67,2071.38,621.986,4.38078,300,0,0,10080,8814,0,0,0,0),(121469,31267,571,1,1,27548,1,7219.81,2026.98,574.338,3.29867,300,0,0,10080,8814,2,0,0,0),(121470,32291,571,1,1,27888,1,8122.83,2345.91,484.805,3.19395,300,0,0,12600,0,0,0,0,0),(121471,30243,571,1,1,25800,1,7618.81,3597.16,656.54,2.09439,300,0,0,12175,3893,0,0,0,0),(121472,30243,571,1,1,25801,1,7687.68,3682.05,653.096,5.60251,300,0,0,12175,3893,0,0,0,0),(121473,30243,571,1,1,25800,1,7518.04,3691.2,623.41,4.43314,300,0,0,12175,3893,0,0,0,0),(121474,30243,571,1,1,25800,1,7649.3,3630.51,656.864,1.3439,300,0,0,12175,3893,0,0,0,0),(121475,30243,571,1,1,25799,1,7893.05,3464.89,671.823,1.15192,300,0,0,12175,3893,0,0,0,0),(121476,30243,571,1,1,25801,1,7541.77,3714.73,622.986,1.81514,300,0,0,12175,3893,0,0,0,0),(121477,30243,571,1,1,25801,1,8294.66,3273.88,655.783,2.28205,300,0,0,12175,3893,0,0,0,0),(121478,30243,571,1,1,25801,1,7523.21,3602.07,625.111,1.20428,300,0,0,12175,3893,0,0,0,0),(121479,30243,571,1,1,25800,1,8312.43,3625.46,655.322,0.767945,300,0,0,12175,3893,0,0,0,0),(121480,30243,571,1,1,25800,1,7476.13,3680.17,623.427,5.07891,300,0,0,12175,3893,0,0,0,0),(121481,30243,571,1,1,25800,1,7529.94,3659.24,623.41,3.00197,300,0,0,12175,3893,0,0,0,0),(121482,30243,571,1,1,25799,1,8104.16,3620.97,655.338,2.1293,300,0,0,12175,3893,0,0,0,0),(121483,30243,571,1,1,25801,1,7859.22,3723.09,653.403,0.575959,300,0,0,12175,3893,0,0,0,0),(121484,30243,571,1,1,25800,1,7746.02,3700.52,654.42,0.034907,300,0,0,12175,3893,0,0,0,0),(121485,30243,571,1,1,25799,1,7752.24,3745.34,653.192,2.14675,300,0,0,12175,3893,0,0,0,0),(121486,30243,571,1,1,25800,1,7818.2,3751.28,652.877,1.37881,300,0,0,12175,3893,0,0,0,0),(121487,30243,571,1,1,25801,1,7821.11,3708.73,655.147,4.03171,300,0,0,12175,3893,0,0,0,0),(121488,30243,571,1,1,25801,1,7813.42,3668.27,653.133,5.44239,300,5,0,12175,3893,1,0,0,0),(121489,30243,571,1,1,25801,1,7722.24,3683.17,653.118,5.34071,300,0,0,12175,3893,0,0,0,0),(121490,30243,571,1,1,25801,1,7861.62,3569.76,653.138,3.35103,300,0,0,12175,3893,0,0,0,0),(121491,30243,571,1,1,25799,1,7815.38,3498.1,663.244,3.00197,300,0,0,12175,3893,0,0,0,0),(121492,30243,571,1,1,25801,1,7672.53,3446.33,655.965,2.71993,300,5,0,12175,3893,1,0,0,0),(121493,30243,571,1,1,25801,1,7793.85,3461.82,660.064,2.14675,300,0,0,12175,3893,0,0,0,0),(121494,30243,571,1,1,25800,1,7687.96,3452.87,660.318,6.10865,300,0,0,12175,3893,0,0,0,0),(121495,32548,571,1,1,28050,0,3944.48,6870.9,527.405,5.5676,300,0,0,151200,31952,0,0,0,0),(121496,31780,571,1,1,23883,0,6148.53,2050.28,548.436,4.55447,300,5,0,12600,0,1,0,0,0),(121497,31012,571,1,1,26804,0,6420.04,1687.55,569.111,1.48353,300,0,0,12600,0,0,0,0,0),(121498,31012,571,1,1,26804,0,6405.54,1653.2,579.39,2.30383,300,0,0,12600,0,0,0,0,0),(121499,31012,571,1,1,26804,0,6400.35,1643.93,600.349,2.33874,300,0,0,12600,0,0,0,0,0),(121500,31012,571,1,1,26804,0,6381.31,1715.12,546.677,1.62316,300,0,0,12600,0,0,0,0,0),(121501,31780,571,1,1,23883,0,6039.17,2025.71,527.474,1.30911,300,5,0,12600,0,1,0,0,0),(121502,31012,571,1,1,26804,0,6208.67,1793.61,617.382,0.593412,300,0,0,12600,0,0,0,0,0),(121503,31012,571,1,1,26804,0,6205.06,1767.97,619.533,0.750492,300,0,0,12600,0,0,0,0,0),(121504,31012,571,1,1,26804,0,6241.39,1706.26,599.038,0,300,0,0,12600,0,0,0,0,0),(121505,31012,571,1,1,26804,0,6472.36,1677.34,576.605,2.35619,300,0,0,12600,0,0,0,0,0),(121506,31012,571,1,1,26804,0,6429.15,1660.39,595.302,2.42601,300,0,0,12600,0,0,0,0,0),(121507,31012,571,1,1,26804,0,6216.64,1785.2,592.153,0.750492,300,0,0,12600,0,0,0,0,0),(121508,31012,571,1,1,26804,0,6257.61,1739.57,581.576,6.16101,300,0,0,12600,0,0,0,0,0),(121509,31012,571,1,1,26804,0,6238.85,1729.19,598.615,0.017453,300,0,0,12600,0,0,0,0,0),(121510,31012,571,1,1,26804,0,6220.54,1703.19,627.699,5.48033,300,0,0,12600,0,0,0,0,0),(121511,31012,571,1,1,26804,0,6385.01,1703.41,563.539,1.50098,300,0,0,12600,0,0,0,0,0),(121512,31012,571,1,1,26804,0,6235.08,1762.35,594.648,0.628319,300,0,0,12600,0,0,0,0,0),(121513,27173,571,1,1,24567,1,3595.29,6652.3,196.193,6.14356,300,0,0,42540,14244,0,0,0,0),(121514,31781,571,1,1,27708,1,7018.92,2186.58,628.258,3.80482,300,0,0,12600,0,0,0,0,0),(121515,31783,571,1,1,25243,1,7730.34,1027.08,445.33,0.219362,300,0,0,12600,3994,0,0,0,0),(121516,31783,571,1,1,25243,1,7603.35,871.75,482.088,3.40433,300,5,0,12600,3994,1,0,0,0),(121517,31783,571,1,1,25243,1,7566.89,776.791,480.621,0.747407,300,5,0,12600,3994,1,0,0,0),(121518,31783,571,1,1,25243,1,7887.87,1181.27,447.301,6.1278,300,5,0,12600,3994,1,0,0,0),(121519,31783,571,1,1,25243,1,7823.66,1207.24,440.261,0.972574,300,5,0,12600,3994,1,0,0,0),(121520,31783,571,1,1,25243,1,7912.56,1102.84,451.724,1.2864,300,5,0,12600,3994,1,0,0,0),(121521,31783,571,1,1,25243,1,7896.7,1038.31,451.608,5.13435,300,5,0,12600,3994,1,0,0,0),(121522,31783,571,1,1,25243,1,7786.67,987.013,448.878,0.196971,300,5,0,12600,3994,1,0,0,0),(121523,31783,571,1,1,25243,1,7709.98,1051.84,445.389,2.34511,300,5,0,12600,3994,1,0,0,0),(121524,31783,571,1,1,25243,1,7691.43,1116.3,440.146,5.09036,300,5,0,12600,3994,1,0,0,0),(121525,31783,571,1,1,25243,1,7743.87,1195.26,442.154,0.729678,300,5,0,12600,3994,1,0,0,0),(121526,31783,571,1,1,25243,1,7567.85,894.089,483.816,2.38994,300,5,0,12600,3994,1,0,0,0),(121527,31783,571,1,1,25243,1,7831.47,1102.27,391.659,1.89518,300,5,0,12600,3994,1,0,0,0),(121528,31783,571,1,1,25243,1,7721.17,778.358,478.96,6.19292,300,5,0,12600,3994,1,0,0,0),(121529,31783,571,1,1,25243,1,7899.8,1276.49,445.656,6.12029,300,5,0,12600,3994,1,0,0,0),(121530,31273,571,1,1,24678,1,6824.34,1054.3,293.527,0.418879,300,0,0,126,0,0,0,0,0),(121531,31273,571,1,1,24676,1,6568.56,1197.76,277.022,0.680678,300,0,0,126,0,0,0,0,0),(121532,32297,571,1,1,26446,1,8155.77,2251.67,499.82,6.02139,80,0,0,9740,8636,0,0,0,0),(121533,32297,571,1,1,26446,1,8139.65,2274.98,499.82,1.69297,80,0,0,9740,8636,0,0,0,0),(121534,32297,571,1,1,26446,1,8163.22,2252.88,499.82,3.83972,80,0,0,9740,8636,0,0,0,0),(121535,32297,571,1,1,26446,1,8160.97,2244.78,499.82,1.90241,80,0,0,9740,8636,0,0,0,0),(121536,31273,571,1,1,24675,1,6452.02,1185.17,285.523,1.69297,300,0,0,126,0,0,0,0,0),(121537,31273,571,1,1,24676,1,6671.41,1123.32,274.826,6.16101,300,0,0,126,0,0,0,0,0),(121538,31273,571,1,1,24675,1,6740.24,1132.23,277.073,3.59538,300,0,0,126,0,0,0,0,0),(121539,31273,571,1,1,24678,1,6610.98,1173.13,273.737,3.12414,300,0,0,126,0,0,0,0,0),(121540,31273,571,1,1,24676,1,6548.58,1232.63,286.41,3.24631,300,0,0,126,0,0,0,0,0),(121541,31273,571,1,1,24676,1,6521.05,1224.2,286.823,2.89725,300,0,0,126,0,0,0,0,0),(121542,32297,571,1,1,26446,1,8197.76,2273.79,499.82,1.48353,80,0,0,9740,8636,0,0,0,0),(121543,32297,571,1,1,26446,1,8216,2248.72,499.82,6.17846,80,0,0,9740,8636,0,0,0,0),(121544,30250,571,1,1,26614,0,7893.31,3303.93,632.762,1.95477,300,0,0,12175,0,0,0,131842,32),(121545,30250,571,1,1,26614,0,7918.44,3327.47,632.77,2.74017,300,0,0,12175,0,0,0,131842,32),(121546,30250,571,1,1,26914,0,7891.62,3307.88,632.754,1.90241,300,0,0,12175,0,0,0,131842,32),(121547,30250,571,1,1,26614,0,7910.09,3326.81,632.736,5.93412,300,0,0,12175,0,0,0,131842,32),(121548,30250,571,1,1,26614,0,7896.82,3307.47,632.708,3.28122,300,0,0,12175,0,0,0,131842,32),(121549,30250,571,1,1,26614,0,7913.75,3324.87,632.728,1.41372,300,0,0,12175,0,0,0,131842,32),(121550,30250,571,1,1,26914,0,7906.16,3302.44,632.593,1.16937,300,0,0,12175,0,0,0,131842,32),(121551,32298,571,1,1,27896,0,7889.71,2059.34,596.551,2.1293,300,5,0,42,0,1,0,0,0),(121552,32298,571,1,1,27896,0,7887.62,2056.78,597.489,3.9619,300,5,0,42,0,1,0,0,0),(121553,31786,571,1,1,25177,0,7018,2184.91,628.326,1.44862,300,5,0,8982,3155,1,0,0,0),(121554,31786,571,1,1,25177,0,6808.95,1869.63,579.496,2.32129,300,5,0,8982,3155,1,0,0,0),(121555,30250,571,1,1,26914,0,7914.79,3330.97,632.781,4.74729,300,0,0,12175,0,0,0,131842,32),(121556,30250,571,1,1,26914,0,7889.61,3305.29,632.777,5.07891,300,0,0,12175,0,0,0,131842,32),(121557,30250,571,1,1,26914,0,7924.44,3314.16,632.661,0.715585,300,0,0,12175,0,0,0,131842,32),(121558,30250,571,1,1,26614,0,7905.59,3294.88,632.693,3.26377,300,0,0,12175,0,0,0,131842,32),(121559,32298,571,1,1,27896,0,7627.61,2061.56,597.398,2.19912,300,5,0,42,0,1,0,0,0),(121561,31786,571,1,1,25177,0,6810.82,1871.28,579.621,3.21141,300,5,0,8982,3155,1,0,0,0),(121562,32298,571,1,1,27896,0,7627.28,2058.79,597.94,4.01426,300,5,0,42,0,1,0,0,0),(121563,30250,571,1,1,26914,0,7904.11,3315.39,634.767,2.25148,300,0,0,12175,0,0,0,131842,32),(121564,30250,571,1,1,26614,1,8153.89,3618.48,658.346,1.42874,300,5,0,12175,0,1,0,0,0),(121565,30250,571,1,1,26914,1,8132.39,3569.23,658.053,3.93079,300,5,0,12175,0,1,0,0,0),(121566,30250,571,1,1,26614,1,8094.46,3569.17,657.925,1.79762,300,5,0,12175,0,1,0,0,0),(121567,30250,571,1,1,26614,1,8392.54,3404.55,639.942,2.76152,300,5,0,12175,0,1,0,0,0),(121568,30250,571,1,1,26914,1,8016.49,3631.65,626.629,0.863147,300,5,0,12175,0,1,0,0,0),(121569,30250,571,1,1,26914,1,8323.38,3559.22,658.154,5.93502,300,5,0,12175,0,1,0,0,0),(121570,30250,571,1,1,26914,1,8318.43,3470.82,657.355,2.30458,300,5,0,12175,0,1,0,0,0),(121571,30250,571,1,1,26914,1,8257.86,3611.28,658.007,0.229869,300,5,0,12175,0,1,0,0,0),(121572,30250,571,1,1,26614,1,7988.45,3304.26,676.112,5.6838,300,5,0,12175,0,1,0,0,0),(121573,30250,571,1,1,26914,1,8061.22,3377.51,676.116,4.84581,300,5,0,12175,0,1,0,0,0),(121574,30250,571,1,1,26914,1,7954.83,3251.63,632.815,5.93061,300,5,0,12175,0,1,0,0,0),(121575,30250,571,1,1,26914,1,8021.25,3325.45,676.112,1.47122,300,5,0,12175,0,1,0,0,0),(121576,30250,571,1,1,26614,1,8004.1,3220.84,676.112,2.28253,300,5,0,12175,0,1,0,0,0),(121577,30250,571,1,1,26914,1,7955.58,3270.26,676.139,1.85943,300,5,0,12175,0,1,0,0,0),(121578,30250,571,1,1,26914,1,7906.52,3310.68,654.404,3.27509,300,5,0,12175,0,1,0,0,0),(121579,30250,571,1,1,26914,1,7918.48,3313.11,654.394,2.80533,300,5,0,12175,0,1,0,0,0),(121580,30250,571,1,1,26914,1,7945.74,3285.21,634.821,4.60603,300,5,0,12175,0,1,0,0,0),(121581,31787,571,1,1,7616,0,6304.42,2562.41,568.77,0.453786,300,0,0,12175,3893,0,0,0,0),(121582,31787,571,1,1,7616,0,6223.43,2450,569.187,5.09636,300,0,0,12175,3893,0,0,0,0),(121583,31787,571,1,1,7616,0,6152.87,2116.96,635.958,5.23599,300,0,0,12175,3893,0,0,0,0),(121584,31787,571,1,1,7616,0,5921.8,2256.23,636.125,2.09439,300,0,0,12175,3893,0,0,0,0),(121585,31787,571,1,1,7616,0,6085.63,2085.2,635.958,5.23599,300,0,0,12175,3893,0,0,0,0),(121586,31787,571,1,1,7616,0,6173.84,2502.77,568.77,3.71755,300,0,0,12175,3893,0,0,0,0),(121587,31787,571,1,1,7616,0,6062.04,2142.98,635.795,1.98606,300,0,0,12175,3893,0,0,0,0),(121588,31787,571,1,1,7616,0,6312.61,2491.6,569.187,5.07891,300,0,0,12175,3893,0,0,0,0),(121589,31787,571,1,1,7616,0,6184.03,2172.22,636.514,0.349066,300,0,0,12175,3893,0,0,0,0),(121590,31787,571,1,1,7616,0,6271.69,2548.27,568.77,3.68265,300,0,0,12175,3893,0,0,0,0),(121591,32299,571,1,1,27897,1,7763.33,2059.05,499.766,3.13522,300,0,0,75600,0,2,0,0,0),(121592,32299,571,1,1,27897,1,7631.03,2060.29,499.765,3.11767,300,0,0,75600,0,2,0,0,0),(121593,32299,571,1,1,27897,1,7862.69,2058.2,499.758,6.2756,300,0,0,75600,0,2,0,0,0),(121594,32299,571,1,1,27897,1,6994.54,1211.39,307.47,3.63029,300,0,0,75600,0,0,0,0,0),(121595,31787,571,1,1,7616,0,6110.05,2330.27,636.236,6.08098,300,0,0,12175,3893,0,0,0,0),(121596,31787,571,1,1,7616,0,6018.12,2234.34,636.125,5.23599,300,0,0,12175,3893,0,0,0,0),(121597,31787,571,1,1,7616,0,5900.25,2039.12,555.94,4.5047,300,0,0,12175,3893,0,0,0,0),(121598,31787,571,1,1,7616,0,6132.97,2168.56,635.795,1.99593,300,0,0,12175,3893,0,0,0,0),(121599,31787,571,1,1,7616,0,6193.43,2150.64,635.958,0.418879,300,0,0,12175,3893,0,0,0,0),(121600,31787,571,1,1,7616,0,6083.79,2271.65,636.125,5.17281,300,0,0,12175,3893,0,0,0,0),(121601,31787,571,1,1,7616,0,6058.79,2320.8,636.125,2.09439,300,0,0,12175,3893,0,0,0,0),(121602,32299,571,1,1,27897,1,7794.48,2686.21,533.403,3.44286,300,0,0,75600,0,2,0,0,0),(121603,32299,571,1,1,27897,1,8206.13,2385.44,606.975,1.01155,300,0,0,75600,0,2,0,0,0),(121604,31787,571,1,1,7616,0,6205.54,2518.92,568.77,0.506145,300,0,0,12175,3893,0,0,0,0),(121605,31787,571,1,1,7616,0,5990.01,2288.69,636.125,2.09439,300,0,0,12175,3893,0,0,0,0),(137686,14849,1,1,1,14912,0,-1611.29,118,-17.1982,0.584211,120,0,0,1,0,2,0,0,0),(121607,24110,571,1,1,0,0,8219.73,3519.1,625.074,3.12414,300,0,0,1,0,0,0,0,0),(121608,24110,571,1,1,0,0,8219.64,3519.17,683.482,1.76278,300,0,0,1,0,0,0,0,0),(121609,24110,571,1,1,0,0,6920.47,1973.47,523.387,5.91667,300,0,0,1,0,0,0,0,0),(121610,24110,571,1,1,0,0,6915.35,2026.36,518.54,2.02458,300,0,0,1,0,0,0,0,0),(121611,24110,571,1,1,0,0,7026.62,1876.39,533.01,2.67035,300,0,0,1,0,0,0,0,0),(121612,24110,571,1,1,0,0,6965.99,2051.45,519.498,0.436332,300,0,0,1,0,0,0,0,0),(121613,24110,571,1,1,0,0,7069.27,4306.94,870.961,3.9619,300,0,0,1,0,0,0,0,0),(121615,24110,571,1,1,0,0,6949.59,2012.8,519.216,1.78024,300,0,0,1,0,0,0,0,0),(121616,24110,571,1,1,0,0,6943.55,2011.35,518.394,1.39626,300,0,0,1,0,0,0,0,0),(121617,24110,571,1,1,0,0,6938.11,2013.63,518.459,0.907571,300,0,0,1,0,0,0,0,0),(121618,24110,571,1,1,0,0,6935.26,2018.45,518.712,0.593412,300,0,0,1,0,0,0,0,0),(121619,24110,571,1,1,0,0,6948.39,2039.23,519.082,4.67748,300,0,0,1,0,0,0,0,0),(121620,24110,571,1,1,0,0,6952.98,2038.89,519.216,4.32842,300,0,0,1,0,0,0,0,0),(121621,24110,571,1,1,0,0,6956.73,2036.35,519.262,3.97935,300,0,0,1,0,0,0,0,0),(121622,24110,571,1,1,0,0,6958.65,2032.91,519.477,3.63029,300,0,0,1,0,0,0,0,0),(121623,24110,571,1,1,0,0,6934.67,2023.89,519.004,0.244346,300,0,0,1,0,0,0,0,0),(121624,24110,571,1,1,0,0,6938.27,2031.85,519.048,5.79449,300,0,0,1,0,0,0,0,0),(121625,24110,571,1,1,0,0,6944.23,2037.16,519.177,5.11381,300,0,0,1,0,0,0,0,0),(121626,24110,571,1,1,0,0,6959.58,2027.95,519.719,3.26377,300,0,0,1,0,0,0,0,0),(121627,24110,571,1,1,0,0,6957.49,2021.21,519.1,2.67035,300,0,0,1,0,0,0,0,0),(121628,24110,571,1,1,0,0,6953.19,2017.1,518.928,2.18166,300,0,0,1,0,0,0,0,0),(152187,24879,571,1,1,0,0,3458.4,1804.38,75.0776,0.00340319,300,5,0,42,0,1,0,0,0),(152186,24879,571,1,1,0,0,3260.2,-1218.52,78.6832,0.00340319,300,5,0,42,0,1,0,0,0),(121631,31279,571,1,1,27554,1,6717.81,3451.98,683.747,4.64258,300,0,0,12600,11982,0,0,0,0),(121632,31280,571,1,1,22522,0,7138.66,2086.32,621.984,6.26573,300,0,0,12600,0,0,0,0,0),(121633,31280,571,1,1,22522,0,7287.5,1994.73,570.617,0.034907,300,0,0,12600,0,0,0,0,0),(121634,31280,571,1,1,22522,0,7249.48,2090.74,573.85,0.785398,300,0,0,12600,0,0,0,0,0),(121635,31280,571,1,1,22522,0,7108.54,1883.14,568.785,4.55531,300,0,0,12600,0,0,0,0,0),(121636,31280,571,1,1,22522,0,7166.29,1931.74,595.508,4.85202,300,0,0,12600,0,0,0,0,0),(121637,31280,571,1,1,22522,0,7163.07,1825.15,528.004,3.22886,300,0,0,12600,0,0,0,0,0),(121638,31280,571,1,1,22522,0,7211.44,1799.17,527.77,4.74729,300,0,0,12600,0,0,0,0,0),(121639,31280,571,1,1,22522,0,7274.76,1891.04,566.505,5.98648,300,0,0,12600,0,0,0,0,0),(121640,31280,571,1,1,22522,0,7117.38,2114.41,621.756,1.55334,300,0,0,12600,0,0,0,0,0),(121641,31280,571,1,1,22522,0,6756.47,1762.31,613.078,5.53269,300,0,0,12600,0,0,0,0,0),(121642,31280,571,1,1,22522,0,7098.4,1776.21,527.677,4.74729,300,0,0,12600,0,0,0,0,0),(121643,31280,571,1,1,22522,0,6972.52,1688.95,558.051,1.29154,300,0,0,12600,0,0,0,0,0),(121644,31280,571,1,1,22522,0,7000.92,1786.26,548.379,5.044,300,0,0,12600,0,0,0,0,0),(121645,31280,571,1,1,22522,0,7108.35,2068.29,659.075,0.191986,300,0,0,12600,0,0,0,0,0),(121646,31280,571,1,1,22522,0,7124.35,1827.63,528.299,0.069813,300,0,0,12600,0,0,0,0,0),(121647,31280,571,1,1,22522,0,7049.94,1801.73,527.916,3.1765,300,0,0,12600,0,0,0,0,0),(121648,31280,571,1,1,22522,0,7185.76,1798.05,527.772,4.76475,300,0,0,12600,0,0,0,0,0),(121649,31280,571,1,1,22522,0,7072.66,1774.76,527.685,4.72984,300,0,0,12600,0,0,0,0,0),(121650,31280,571,1,1,22522,0,6830,1830.47,619.545,3.03687,300,0,0,12600,0,0,0,0,0),(121651,31280,571,1,1,22522,0,7155.38,1967.26,624.64,5.49779,300,0,0,12600,0,0,0,0,0),(121652,31280,571,1,1,22522,0,6885.16,1749.83,573.327,4.18879,300,0,0,12600,0,0,0,0,0),(121653,31281,571,1,1,3258,0,6712.32,1347.92,319.673,0.917058,300,5,0,12600,0,1,0,0,0),(121654,29489,571,1,1,26305,1,7673.72,5088.04,20.2601,0.087266,300,0,0,12600,0,0,0,0,0),(121655,30002,571,1,1,26688,1,8576.94,2643.16,652.437,2.74017,300,0,0,63000,19970,0,0,0,0),(121656,31794,571,1,1,11686,0,7303.05,1526.1,322.413,5.55015,300,5,0,12600,0,1,0,0,0),(121657,29490,571,1,1,26306,1,7674.19,5002.68,20.4527,0.05236,300,0,0,10080,8814,0,0,0,0),(200121,7980,0,1,1,14369,1,2066.46,316.796,56.3714,4.03981,300,0,0,21270,0,0,0,0,0),(200120,7980,0,1,1,7117,1,2068.18,311.796,56.3456,3.00308,300,0,0,21270,0,0,0,0,0),(200119,7980,0,1,1,7118,1,2083.47,322.842,56.3711,6.10933,300,0,0,21270,0,0,0,0,0),(200118,7980,0,1,1,7118,1,2085.14,318.146,56.3444,0.544789,300,0,0,21270,0,0,0,0,0),(121662,31033,571,1,131,26844,1,6084.47,-9.05122,391.013,1.57916,300,0,0,151200,47928,2,0,0,0),(121663,31033,571,1,131,26844,1,6236.15,-53.0058,420.253,3.20204,300,0,0,151200,47928,0,0,0,0),(121664,31033,571,1,131,26845,1,6181.86,-43.1745,394.212,3.01942,300,0,0,151200,47928,0,0,0,0),(121665,31033,571,1,131,26842,1,6253.1,-18.9723,410.131,1.20428,300,0,0,151200,47928,0,0,0,0),(121666,31033,571,1,131,26842,1,6114.27,-46.808,390.833,2.6348,300,0,0,151200,47928,2,0,0,0),(121667,31033,571,1,129,26843,1,6291.74,93.3196,390.697,0.750492,300,0,0,151200,47928,0,0,0,0),(121668,31033,571,1,131,26842,1,6146.73,-60.5417,379.084,4.50295,300,0,0,151200,47928,0,0,0,0),(121669,31033,571,1,131,26845,1,6140.16,-72.584,370.77,0.258715,300,0,0,151200,47928,2,0,0,0),(121670,31033,571,1,131,26845,1,6187.56,54.4865,380.347,0.087266,300,0,0,151200,47928,0,0,0,0),(121671,31033,571,1,131,26843,1,6158.15,-52.2437,386.041,1.62316,300,0,0,151200,47928,0,0,0,0),(121672,31033,571,1,129,26844,1,6562.65,371.277,417.551,1.01229,300,0,0,151200,47928,0,0,0,0),(121673,31033,571,1,1,26844,1,6396.28,426.492,511.375,0.418879,300,0,0,151200,47928,0,0,0,0),(121674,31033,571,1,1,26842,1,6429.67,424.552,508.657,5.89921,300,0,0,151200,47928,0,0,0,0),(121675,31033,571,1,1,26843,1,6401.28,522.744,506.615,0.436332,300,0,0,151200,47928,0,0,0,0),(121676,31033,571,1,1,26845,1,6453.87,400.382,491.584,0.191986,300,0,0,151200,47928,0,0,0,0),(121677,31033,571,1,131,26843,1,6154.01,7.89453,382.409,0.820759,300,0,0,151200,47928,2,0,0,0),(121678,31033,571,1,131,26845,1,6194.51,54.7308,380.29,3.10669,300,0,0,151200,47928,0,0,0,0),(121679,31033,571,1,129,26843,1,6296.34,88.3451,390.541,0.872665,300,0,0,151200,47928,0,0,0,0),(121680,31033,571,1,131,26843,1,6274.53,65.7629,390.133,2.26893,300,0,0,151200,47928,0,0,0,0),(121681,31033,571,1,129,26842,1,6187.93,84.9003,379.725,1.74533,300,0,0,151200,47928,0,0,0,0),(121682,31033,571,1,131,26845,1,6237.25,-11.6077,410.243,5.34071,300,0,0,151200,47928,0,0,0,0),(121683,31033,571,1,131,26843,1,6256.78,-20.4052,410.131,1.23918,300,0,0,151200,47928,0,0,0,0),(121684,31033,571,1,131,26843,1,6154.23,-60.7648,390.412,1.87558,300,0,0,151200,47928,2,0,0,0),(121685,31033,571,1,131,26844,1,6269.55,70.7424,390.133,5.58505,300,0,0,151200,47928,0,0,0,0),(121686,31033,571,1,131,26843,1,6221.91,-39.3572,410.122,1.97222,300,0,0,151200,47928,0,0,0,0),(121687,31033,571,1,1,26842,1,6390.24,564.967,501.722,0.663225,300,0,0,151200,47928,0,0,0,0),(121688,31033,571,1,1,26842,1,6397.92,537.339,505.606,1.60691,300,0,0,151200,47928,2,0,0,0),(121689,31033,571,1,1,26845,1,6402.59,444.336,511.375,6.21337,300,0,0,151200,47928,0,0,0,0),(121690,31033,571,1,1,26843,1,6405.23,453.111,511.374,5.89921,300,0,0,151200,47928,0,0,0,0),(121691,31033,571,1,1,26843,1,6392.52,596.205,459.387,0.750492,300,0,0,151200,47928,0,0,0,0),(121692,31033,571,1,129,26844,1,6447.43,264.026,397.9,3.61283,300,0,0,151200,47928,0,0,0,0),(121693,31033,571,1,131,26842,1,5960.1,-162.872,298.54,4.63751,300,0,0,151200,47928,2,0,0,0),(121694,31033,571,1,129,26844,1,6194.49,84.8482,379.913,1.69297,300,0,0,151200,47928,0,0,0,0),(121695,31033,571,1,131,26843,1,6259.28,-47.5707,421.502,3.22886,300,0,0,151200,47928,0,0,0,0),(121696,31033,571,1,131,26843,1,6137.63,-59.6145,379.265,4.38622,300,0,0,151200,47928,0,0,0,0),(121697,31033,571,1,131,26845,1,6214.92,-4.37402,410.193,0.599498,300,0,0,151200,47928,2,0,0,0),(121698,31033,571,1,129,26845,1,6553.41,380.268,419.813,1.0821,300,0,0,151200,47928,0,0,0,0),(121699,31033,571,1,1,26843,1,6502.34,481.952,422.752,1.71042,300,0,0,151200,47928,0,0,0,0),(121700,31033,571,1,129,26844,1,6448.36,252.654,397.838,3.63029,300,0,0,151200,47928,0,0,0,0),(121701,31033,571,1,1,26844,1,6443.46,404.977,495.84,5.38011,300,0,0,151200,47928,2,0,0,0),(121702,31033,571,1,1,26845,1,6422.97,411.065,507.086,5.5676,300,0,0,151200,47928,0,0,0,0),(121703,31037,571,1,1,26852,0,6879.92,493.899,467.957,1.67552,300,0,0,11379,3725,0,0,0,0),(121704,31037,571,1,1,26852,0,6916.07,467.629,468.799,0.977384,300,0,0,11379,3725,0,0,0,0),(121705,31037,571,1,1,26852,0,6858.02,453.902,471.767,4.7822,300,0,0,11379,3725,0,0,0,0),(121706,31037,571,1,1,26852,0,6835.59,414.643,471.77,0.802851,300,0,0,11379,3725,0,0,0,0),(121707,31037,571,1,1,26852,0,6903.22,430.778,471.764,3.56047,300,0,0,11379,3725,0,0,0,0),(121708,31037,571,1,1,26852,0,6881.51,391.672,471.771,1.93731,300,0,0,11379,3725,0,0,0,0),(121709,31037,571,1,1,26852,0,6877.89,665.768,425.523,1.29154,300,0,0,11379,3725,0,0,0,0),(121710,31037,571,1,1,26852,0,6553.27,579.069,419.185,3.90954,300,0,0,11379,3725,0,0,0,0),(121711,31037,571,1,1,26852,0,6560.22,584.094,419.185,0.645772,300,0,0,11379,3725,0,0,0,0),(121712,31037,571,1,1,26852,0,6747.13,456.848,419.284,1.39626,300,0,0,11379,3725,0,0,0,0),(121714,31037,571,1,1,26852,0,7062.78,521.156,526.362,5.75959,300,0,0,11379,3725,0,0,0,0),(121715,31037,571,1,1,26852,0,7068.11,477.927,530.313,0.558505,300,0,0,11379,3725,0,0,0,0),(121716,31037,571,1,1,26852,0,6809.11,843.341,381.335,3.23154,300,0,0,11379,3725,2,0,0,0),(121717,31037,571,1,1,26852,0,6901.58,727.055,420.546,3.24233,300,0,0,11379,3725,2,0,0,0),(121718,31037,571,1,1,26852,0,6689.02,570.998,424.525,3.9968,300,0,0,11379,3725,0,0,0,0),(121719,31037,571,1,1,26852,0,6745.99,449.016,419.284,4.4855,300,0,0,11379,3725,0,0,0,0),(121720,31037,571,1,1,26852,0,7002.27,602.799,476.138,5.93303,300,0,0,11379,3725,2,0,0,0),(121721,32318,571,1,1,26708,0,8022.3,2072.32,509.201,0.628319,300,5,0,4979,0,1,0,0,0),(121722,26175,571,1,1,19595,0,3572.18,6651.81,196.954,0.261799,300,0,0,4979,0,0,0,0,0),(121723,31039,571,1,1,23883,0,7180.54,585.903,498.281,4.32842,300,0,0,11770,0,0,0,0,0),(121724,31039,571,1,1,23883,0,6962.62,734.955,445.296,4.4855,300,0,0,11770,0,0,0,0,0),(121725,31039,571,1,1,23883,0,7056.29,572.491,497.073,2.23402,300,0,0,11770,0,0,0,0,0),(121726,31039,571,1,1,23883,0,7005.75,714.752,468.614,3.07178,300,0,0,11770,0,0,0,0,0),(121727,31039,571,1,1,23883,0,6760.42,515.039,411.837,3.66099,300,0,0,11770,0,2,0,0,0),(121728,31039,571,1,1,23883,0,6809.11,843.341,381.335,5.7554,300,0,0,11770,0,0,0,0,0),(121729,31039,571,1,1,23883,0,6769.89,628.623,425.97,-1.65443,300,0,0,11770,0,2,0,0,0),(121730,31039,571,1,1,23883,0,6697.87,429.598,406.569,1.77104,300,0,0,11770,0,2,0,0,0),(121731,31039,571,1,1,23883,0,6437.59,604.262,439.155,0.369627,300,0,0,11770,0,2,0,0,0),(121732,31039,571,1,1,23883,0,6622.62,585.661,402.875,5.61246,300,0,0,11770,0,2,0,0,0),(121733,31039,571,1,1,23883,0,6710.23,685.938,408.296,3.24837,300,0,0,11770,0,2,0,0,0),(203419,28827,571,1,1,0,1,5756.58,-3567.63,387.039,1.65806,120,0,0,1,0,0,0,0,0),(121735,31039,571,1,1,23883,0,7002.27,602.799,476.138,5.7192,300,0,0,11770,0,0,0,0,0),(121736,31039,571,1,1,23883,0,6575.6,465.094,407.446,2.69257,300,0,0,11770,0,2,0,0,0),(121737,31039,571,1,1,23883,0,6641.92,396.595,408.673,2.55359,300,0,0,11770,0,2,0,0,0),(121738,26175,571,1,1,19595,0,3830.72,6946.26,661.681,3.57792,300,0,0,4979,0,0,0,0,0),(121739,32320,571,1,1,556,1,6382.19,439.719,545.899,1.8326,300,0,0,11075,0,0,0,0,0),(121740,32320,571,1,1,556,1,6394.13,463.248,528.416,3.94444,300,0,0,11075,0,0,0,0,0),(121741,30272,571,1,1,26882,0,7850.92,3688.73,653.654,5.32325,300,0,0,37800,0,0,0,0,0),(121742,30272,571,1,1,26882,0,7840.88,3712.55,653.33,1.16937,300,0,0,37800,0,0,0,0,0),(121743,30272,571,1,1,26882,0,7753.24,3726.37,654.234,2.11185,300,0,0,37800,0,0,0,0,0),(121744,30272,571,1,1,26882,0,7732.85,3729.14,660.724,2.42601,300,5,0,37800,0,1,0,0,0),(121745,31808,571,1,1,27732,1,7280.92,1520.72,319.448,5.48033,300,0,0,630000,0,0,0,0,0),(121746,32320,571,1,1,556,1,6390.08,468.587,537.739,3.97935,300,0,0,11075,0,0,0,0,0),(121747,32320,571,1,1,556,1,6387.17,440.626,545.921,1.88496,300,0,0,11075,0,0,0,0,0),(121755,31040,571,1,1,0,0,7059.52,455.611,581.574,3.35148,120,0,0,11770,3809,2,0,0,0),(121754,31040,571,1,1,0,0,7009.05,544.408,610.468,3.23607,120,0,0,11770,3809,2,0,0,0),(121753,31040,571,1,1,0,0,6804.5,702.568,436.191,0.0303077,120,0,0,11770,3809,2,0,0,0),(121752,31040,571,1,1,0,0,6799.31,642.302,459.819,3.88908,120,0,0,11770,3809,2,0,0,0),(121751,31040,571,1,1,0,0,6753.66,410.408,446.625,3.19529,120,0,0,11770,3809,2,0,0,0),(121750,31040,571,1,1,0,0,6597.14,566.743,445.037,1.40898,120,0,0,11770,3809,2,0,0,0),(121749,31040,571,1,1,0,0,6596.2,564.031,445.111,4.27718,120,0,0,11770,3809,2,0,0,0),(121748,31040,571,1,1,0,0,6559.29,413.281,462.263,6.13325,120,0,0,11770,3809,2,0,0,0),(202484,34955,1,1,1,0,1,1976.09,-4795.15,56.104,0,120,0,0,1,0,0,0,0,0),(202483,35008,1,1,1,0,1,1990.28,-4789.33,56.1305,3.70551,120,0,0,1,0,0,0,0,0),(202482,35364,1,1,1,0,1,2004.94,-4789.61,57.0754,3.28297,120,0,0,1,0,0,0,0,0),(202481,35602,1,1,1,0,1,1980.62,-4786.48,56.103,5.02656,300,0,0,1,1,0,0,0,0),(121760,31042,571,1,1,27530,1,6536.91,1635.68,632.505,5.55015,300,0,0,12600,0,0,0,0,0),(121761,31042,571,1,1,27530,1,6540.23,1640.84,632.198,5.42797,300,0,0,12600,0,0,0,0,0),(121762,31042,571,1,1,27531,1,6567.36,1642.29,631.885,4.20624,300,0,0,12600,0,0,0,0,0),(121763,31042,571,1,1,27531,1,6484.72,1745.7,508.701,3.83972,300,0,0,12600,0,0,0,0,0),(121764,31042,571,1,1,27532,1,6087.93,1924.03,632.69,3.19395,300,0,0,12600,0,0,0,0,0),(121765,31042,571,1,1,27532,1,6086.33,1919.63,632.958,2.98451,300,0,0,12600,0,0,0,0,0),(121766,31042,571,1,1,27532,1,6088.87,1915.71,632.828,2.84489,300,0,0,12600,0,0,0,0,0),(121767,31042,571,1,1,27532,1,6052.54,1907.65,632.661,0.855211,300,0,0,12600,0,0,0,0,0),(121768,31042,571,1,1,27531,1,6052.16,1901.17,632.661,1.01229,300,0,0,12600,0,0,0,0,0),(121769,31042,571,1,1,27532,1,6080.3,1940.56,632.661,4.03171,300,0,0,12600,0,0,0,0,0),(121770,31042,571,1,1,27531,1,6074.78,1941.44,632.661,4.2586,300,0,0,12600,0,0,0,0,0),(121771,31042,571,1,1,27532,1,6477.67,1758.58,508.684,4.4855,300,0,0,12600,0,0,0,0,0),(121772,31042,571,1,1,27530,1,6470.65,1755.5,508.684,4.81711,300,0,0,12600,0,0,0,0,0),(121773,31042,571,1,1,27530,1,6452.29,1738.35,508.684,6.14356,300,0,0,12600,0,0,0,0,0),(121774,31042,571,1,1,27530,1,6460.16,1750.08,508.684,5.41052,300,0,0,12600,0,0,0,0,0),(121775,31554,571,1,1,24994,0,7857.56,2874.25,499.22,5.08293,300,5,0,12600,0,1,0,0,0),(121776,31554,571,1,1,24994,0,7854.06,2878.45,498.841,4.90155,300,5,0,12600,0,1,0,0,0),(121777,31554,571,1,1,24994,0,7858,2876.75,498.749,2.34209,300,5,0,12600,0,1,0,0,0),(121778,32323,571,1,1,26800,0,7518.03,2069.74,529.992,0.051867,300,5,0,12175,0,1,0,0,0),(121779,32323,571,1,1,26800,0,7532.53,2040.76,524.492,0.61062,300,5,0,12175,0,1,0,0,0),(121780,32323,571,1,1,26800,0,7575.77,2058.17,532.137,4.68364,300,5,0,12175,0,1,0,0,0),(121781,32323,571,1,1,26800,0,7540.8,2062.45,528.763,1.7601,300,5,0,12175,0,1,0,0,0),(121782,32323,571,1,1,26800,0,7485.28,2077.03,527.221,4.66239,300,5,0,12175,0,1,0,0,0),(121783,32323,571,1,1,26800,0,7514.54,2021.17,531.256,0.604752,300,5,0,12175,0,1,0,0,0),(121784,32323,571,1,1,26800,0,7503.92,2075.76,521.908,4.32236,300,5,0,12175,0,1,0,0,0),(121785,31555,571,1,1,9789,1,7957.98,2847.5,467.092,4.34587,300,0,0,12600,0,0,0,0,0),(121786,32323,571,1,1,26800,0,7498.76,2118.79,522.068,1.82248,300,5,0,12175,0,1,0,0,0),(121787,31555,571,1,1,9789,1,7884.68,2871.52,472.917,3.90954,300,0,0,12600,0,0,0,0,0),(121788,31043,571,1,1,27552,0,6770.55,386.311,421.153,2.7317,300,5,0,11379,3725,1,0,0,0),(121789,31555,571,1,1,9789,1,7936.04,2847.12,472.401,5.0091,300,0,0,12600,0,0,0,0,0),(121790,31043,571,1,1,27553,0,6655.04,328.894,442.276,0.929563,300,5,0,11379,3725,1,0,0,0),(121791,31043,571,1,1,26851,0,6448.62,618.154,432.265,2.1122,300,5,0,11379,3725,1,0,0,0),(121792,31043,571,1,1,26851,0,6471.01,562.99,438.4,3.5549,300,5,0,11379,3725,1,0,0,0),(121793,31555,571,1,1,9789,1,7864.71,2882.29,486.29,3.85718,300,0,0,12600,0,0,0,0,0),(121794,31043,571,1,1,26851,0,6448.03,608.829,433.982,1.32629,300,5,0,11379,3725,1,0,0,0),(121795,31555,571,1,1,9789,1,7615.39,3180.66,574.985,2.37365,300,0,0,12600,0,0,0,0,0),(121796,31043,571,1,1,27552,0,6526.88,512.588,412.274,2.77181,300,5,0,11379,3725,1,0,0,0),(121797,31043,571,1,1,26851,0,6513.35,523.34,415.136,0.501217,300,5,0,11379,3725,1,0,0,0),(121798,31043,571,1,1,27553,0,6556.12,636.946,408.191,1.22528,300,5,0,11379,3725,1,0,0,0),(121799,31043,571,1,1,26851,0,6697.52,476.907,401.588,2.99677,300,5,0,11379,3725,1,0,0,0),(121800,31043,571,1,1,26851,0,6704.82,441.489,406.499,3.35221,300,5,0,11379,3725,1,0,0,0),(121801,31043,571,1,1,27553,0,6723.74,417.997,412.953,4.18409,300,5,0,11379,3725,1,0,0,0),(121802,31043,571,1,1,26851,0,6644.93,422.78,401.853,3.19711,300,5,0,11379,3725,1,0,0,0),(121803,31043,571,1,1,27553,0,6654.72,492.468,398.206,2.81552,300,5,0,11379,3725,1,0,0,0),(121804,31043,571,1,1,27553,0,6630.65,458.047,398.995,5.84132,300,5,0,11379,3725,1,0,0,0),(121805,31043,571,1,1,26851,0,6661.41,584.323,408.676,0.785398,300,5,0,11379,3725,1,0,0,0),(121806,31555,571,1,1,9789,1,7627.48,3162.77,537.245,2.47837,300,0,0,12600,0,0,0,0,0),(121807,31043,571,1,1,27553,0,6518.07,616.422,410.051,2.1325,300,5,0,11379,3725,1,0,0,0),(121808,31043,571,1,1,26851,0,6514.78,664.2,399.383,0.291176,300,5,0,11379,3725,1,0,0,0),(121809,31555,571,1,1,9789,1,7623.57,3170.99,550.695,2.40855,300,0,0,12600,0,0,0,0,0),(121810,31043,571,1,1,27553,0,6563.32,539.29,404.559,0.919091,300,5,0,11379,3725,1,0,0,0),(121811,31043,571,1,1,27552,0,6617.92,519.797,396.795,1.55615,300,5,0,11379,3725,1,0,0,0),(121812,31043,571,1,1,26851,0,6643.92,633.926,404.904,1.84373,300,5,0,11379,3725,1,0,0,0),(121813,31043,571,1,1,27552,0,6592.97,620.213,408.135,1.80125,300,5,0,11379,3725,1,0,0,0),(121814,31043,571,1,1,26851,0,6707.83,535.834,405.493,5.84095,300,5,0,11379,3725,1,0,0,0),(121815,31043,571,1,1,27552,0,6758.07,512.831,410.903,2.78648,300,5,0,11379,3725,1,0,0,0),(121816,31555,571,1,1,9789,1,7957.51,2821.81,498.708,5.61996,300,0,0,12600,0,0,0,0,0),(121817,31043,571,1,1,26851,0,6764.6,535.115,415.201,3.48219,300,5,0,11379,3725,1,0,0,0),(121818,31043,571,1,1,27552,0,6669.68,527.603,401.525,5.13205,300,5,0,11379,3725,1,0,0,0),(121819,31043,571,1,1,27553,0,6613,590.876,403.789,2.88047,300,5,0,11379,3725,1,0,0,0),(121820,31043,571,1,1,26851,0,6545.45,535.57,407.359,1.50529,300,5,0,11379,3725,1,0,0,0),(121821,31043,571,1,1,26851,0,6623.12,684.658,405.968,4.4761,300,5,0,11379,3725,1,0,0,0),(121822,31043,571,1,1,27553,0,6584.43,679.969,406.644,2.11574,300,5,0,11379,3725,1,0,0,0),(121823,31043,571,1,1,26851,0,6576.55,460.06,408.104,0.763302,300,5,0,11379,3725,1,0,0,0),(121824,31043,571,1,1,27553,0,6606.58,489.339,398.158,5.60417,300,5,0,11379,3725,1,0,0,0),(121825,31043,571,1,1,27552,0,6563.66,505.381,403.489,0.430917,300,5,0,11379,3725,1,0,0,0),(121826,31043,571,1,1,27552,0,6579.71,401.572,416.112,6.10437,300,5,0,11379,3725,1,0,0,0),(121827,31043,571,1,1,27553,0,6632.51,382.456,412.855,5.91518,300,5,0,11379,3725,1,0,0,0),(121828,31043,571,1,1,27552,0,6721.48,346.299,424.582,5.91108,300,5,0,11379,3725,1,0,0,0),(121829,31043,571,1,1,26851,0,6657.63,385.761,411.832,2.05191,300,5,0,11379,3725,1,0,0,0),(121830,31043,571,1,1,26851,0,6709.57,384.33,414.698,3.57468,300,5,0,11379,3725,1,0,0,0),(121831,31043,571,1,1,27552,0,6722.58,492.852,405.603,5.6035,300,5,0,11379,3725,1,0,0,0),(121832,31555,571,1,1,9789,1,7611.62,3163.19,556.024,2.74017,300,0,0,12600,0,0,0,0,0),(121833,31555,571,1,1,9789,1,7603.76,3133.83,561.101,5.32325,300,0,0,12600,0,0,0,0,0),(121834,31555,571,1,1,9789,1,7626.77,3108.57,547.107,4.41568,300,0,0,12600,0,0,0,0,0),(121835,31555,571,1,1,9789,1,7952.4,2833.26,485.412,5.67232,300,0,0,12600,0,0,0,0,0),(121836,31555,571,1,1,9789,1,7631.18,3121.7,533.936,4.55531,300,0,0,12600,0,0,0,0,0),(121837,31555,571,1,1,9789,1,7616.82,3131.62,539.273,3.78736,300,0,0,12600,0,0,0,0,0),(121838,31555,571,1,1,9789,1,7602.6,3154.66,564.59,2.3911,300,0,0,12600,0,0,0,0,0),(121839,31555,571,1,1,9789,1,7601.01,3165.42,572.952,3.03687,300,0,0,12600,0,0,0,0,0),(121840,31555,571,1,1,9789,1,7952.83,2796.33,512.367,0.174533,300,0,0,12600,0,0,0,0,0),(121841,31555,571,1,1,9789,1,7902.91,2847.23,491.127,5.0091,300,0,0,12600,0,0,0,0,0),(121842,31555,571,1,1,9789,1,7851.31,2882.59,499.085,2.26893,300,0,0,12600,0,0,0,0,0),(121843,31555,571,1,1,9789,1,7922.63,2828.85,480.209,5.98648,300,0,0,12600,0,0,0,0,0),(121844,31555,571,1,1,9789,1,7848.62,2904.57,503.298,2.70526,300,0,0,12600,0,0,0,0,0),(121845,31044,571,1,1,22209,1,6426.66,440.038,511.307,0.296706,300,0,0,13945000,4258000,0,0,0,0),(121846,31556,571,1,1,24908,0,7951.18,2795.1,512.367,4.4855,300,0,0,12600,0,0,0,0,0),(121847,31556,571,1,1,24908,0,7567.7,3160.75,575.705,2.94961,300,0,0,12600,0,0,0,0,0),(121848,31556,571,1,1,24908,0,7912.91,2825.4,500.696,6.00393,300,0,0,12600,0,0,0,0,0),(121849,31556,571,1,1,24908,0,7605.23,3099.5,557.743,3.38594,300,0,0,12600,0,0,0,0,0),(121850,31556,571,1,1,24908,0,7924.56,2821.82,499.788,0.855211,300,0,0,12600,0,0,0,0,0),(121851,31556,571,1,1,24908,0,7616.46,3196.01,580.965,3.49066,300,0,0,12600,0,0,0,0,0),(121852,31556,571,1,1,24908,0,7847.82,2860.91,500.152,4.88692,300,0,0,12600,0,0,0,0,0),(121853,31556,571,1,1,24908,0,7590.63,3177.08,581.031,2.42601,300,0,0,12600,0,0,0,0,0),(121854,31812,571,1,1,414,0,7678.13,1556.75,339.411,4.22998,300,5,0,12175,0,1,0,0,0),(121855,31812,571,1,1,414,0,7686.91,1516.58,344.098,5.51808,300,5,0,12175,0,1,0,0,0),(121856,31812,571,1,1,414,0,7756.06,1343.85,361.71,5.10426,300,5,0,12175,0,1,0,0,0),(121857,31812,571,1,1,414,0,7762.28,1354.17,363.985,6.27049,300,5,0,12175,0,1,0,0,0),(121858,31812,571,1,1,414,0,7760.06,1352.82,363.482,3.00936,300,5,0,12175,0,1,0,0,0),(121859,31812,571,1,1,414,0,7690.78,1525.88,343.929,3.81678,300,5,0,12175,0,1,0,0,0),(121861,31812,571,1,1,414,0,7688.46,1530.38,342.777,3.37722,300,5,0,12175,0,1,0,0,0),(121862,31812,571,1,1,414,0,7727.96,1523.98,350.16,0.222963,300,5,0,12175,0,1,0,0,0),(121863,31812,571,1,1,414,0,7722.17,1525.08,349.11,1.17628,300,5,0,12175,0,1,0,0,0),(121864,31812,571,1,1,414,0,7694.43,1506.5,346.076,3.14363,300,5,0,12175,0,1,0,0,0),(121865,31812,571,1,1,414,0,7682.84,1517.38,343.37,0.708309,300,5,0,12175,0,1,0,0,0),(121866,31812,571,1,1,414,0,7711.34,1514.94,347.785,5.91254,300,5,0,12175,0,1,0,0,0),(121867,31812,571,1,1,414,0,7712.23,1513.41,348.207,5.5593,300,5,0,12175,0,1,0,0,0),(121868,31812,571,1,1,414,0,7710.63,1519.03,347.452,6.05763,300,5,0,12175,0,1,0,0,0),(121869,31812,571,1,1,414,0,7788.5,1389.57,374.999,0.659336,300,5,0,12175,0,1,0,0,0),(121870,31812,571,1,1,414,0,7789.1,1391.47,375.374,2.15922,300,5,0,12175,0,1,0,0,0),(121871,31812,571,1,1,414,0,7794.92,1384.84,377.749,5.8698,300,5,0,12175,0,1,0,0,0),(121872,31812,571,1,1,414,0,7657.28,1474.06,340.965,2.22672,300,5,0,12175,0,1,0,0,0),(121873,31812,571,1,1,414,0,7651.78,1579.5,333.216,4.72246,300,5,0,12175,0,1,0,0,0),(121874,31812,571,1,1,414,0,7649.64,1578.81,333.091,4.15715,300,5,0,12175,0,1,0,0,0),(121875,31812,571,1,1,414,0,7661.08,1588.11,333.841,0.567889,300,5,0,12175,0,1,0,0,0),(121876,31812,571,1,1,414,0,7626.22,1287.59,344.623,1.06007,300,5,0,12175,0,1,0,0,0),(121877,31812,571,1,1,414,0,7628.49,1288.63,344.498,0.943776,300,5,0,12175,0,1,0,0,0),(121878,31812,571,1,1,414,0,7645.66,1280.4,346.599,3.15713,300,5,0,12175,0,1,0,0,0),(121879,31812,571,1,1,414,0,7649.96,1454.32,341.07,4.94644,300,5,0,12175,0,1,0,0,0),(121880,31812,571,1,1,414,0,7653.97,1452.78,341.947,2.41746,300,5,0,12175,0,1,0,0,0),(121881,31812,571,1,1,414,0,7657.15,1456.03,342.32,4.41186,300,5,0,12175,0,1,0,0,0),(121882,31812,571,1,1,414,0,7640.22,1415.03,340.724,0.467999,300,5,0,12175,0,1,0,0,0),(121883,31812,571,1,1,414,0,7646.15,1413.59,341.28,3.00541,300,5,0,12175,0,1,0,0,0),(121884,31812,571,1,1,414,0,7619.57,1443.31,334.005,4.80685,300,5,0,12175,0,1,0,0,0),(121885,31812,571,1,1,414,0,7622.58,1441.68,334.59,5.5907,300,5,0,12175,0,1,0,0,0),(121886,31812,571,1,1,414,0,7619.19,1440.78,334.033,1.21361,300,5,0,12175,0,1,0,0,0),(121887,31812,571,1,1,414,0,7572.58,1453.53,327.208,4.36919,300,5,0,12175,0,1,0,0,0),(121888,31812,571,1,1,414,0,7581.34,1445.09,328.565,0.311563,300,5,0,12175,0,1,0,0,0),(121889,31812,571,1,1,414,0,7574.79,1436.84,328.276,5.55923,300,5,0,12175,0,1,0,0,0),(121890,31812,571,1,1,414,0,7580.82,1450,327.924,0.439552,300,5,0,12175,0,1,0,0,0),(121891,31812,571,1,1,414,0,7602.23,1363.07,335.46,3.35509,300,5,0,12175,0,1,0,0,0),(121892,31812,571,1,1,414,0,7659.52,1494.37,338.828,3.54395,300,5,0,12175,0,1,0,0,0),(121893,31812,571,1,1,414,0,7662.77,1492.47,340.42,4.82282,300,5,0,12175,0,1,0,0,0),(121894,31812,571,1,1,414,0,7664.71,1495.4,340.585,4.48261,300,5,0,12175,0,1,0,0,0),(121895,31812,571,1,1,414,0,7643.72,1476.75,336.9,3.91914,300,5,0,12175,0,1,0,0,0),(121896,31812,571,1,1,414,0,7645.57,1476.07,337.568,0.579568,300,5,0,12175,0,1,0,0,0),(121897,31812,571,1,1,414,0,7644.4,1419.51,341.168,1.85778,300,5,0,12175,0,1,0,0,0),(121898,31812,571,1,1,414,0,7646.28,1419.49,341.588,6.10744,300,5,0,12175,0,1,0,0,0),(121899,31812,571,1,1,414,0,7650.07,1422.89,342.192,0.448169,300,5,0,12175,0,1,0,0,0),(121900,31812,571,1,1,414,0,7590.54,1450.25,329.083,0.581282,300,5,0,12175,0,1,0,0,0),(121901,31812,571,1,1,414,0,7588.74,1440.37,329.583,0.387802,300,5,0,12175,0,1,0,0,0),(121902,31812,571,1,1,414,0,7590.6,1440.55,329.708,5.89163,300,5,0,12175,0,1,0,0,0),(121903,31812,571,1,1,414,0,7625.27,1423.74,337.711,3.33918,300,5,0,12175,0,1,0,0,0),(121904,31812,571,1,1,414,0,7632.07,1444.01,336.965,1.05689,300,5,0,12175,0,1,0,0,0),(121905,31812,571,1,1,414,0,7636.11,1435.94,339.014,3.05999,300,5,0,12175,0,1,0,0,0),(121906,31812,571,1,1,414,0,7638.16,1454.52,338.389,1.68496,300,5,0,12175,0,1,0,0,0),(121907,31812,571,1,1,414,0,7636.86,1446.63,338.405,2.40029,300,5,0,12175,0,1,0,0,0),(121908,31812,571,1,1,414,0,7644.26,1438.53,340.764,1.2189,300,5,0,12175,0,1,0,0,0),(121909,31812,571,1,1,414,0,7611.88,1475.05,330.83,4.66683,300,5,0,12175,0,1,0,0,0),(121910,31812,571,1,1,414,0,7622.76,1483.29,332.156,2.60094,300,5,0,12175,0,1,0,0,0),(121911,31812,571,1,1,414,0,7614.72,1481.19,330.706,2.77208,300,5,0,12175,0,1,0,0,0),(121912,31812,571,1,1,414,0,7719,1386.43,354.301,3.01821,300,5,0,12175,0,1,0,0,0),(121913,31812,571,1,1,414,0,7716.46,1393.28,353.538,5.82172,300,5,0,12175,0,1,0,0,0),(121914,31812,571,1,1,414,0,7720.66,1392.61,354.285,3.13194,300,5,0,12175,0,1,0,0,0),(121915,31812,571,1,1,414,0,7596.2,1271.2,339.911,0.177132,300,5,0,12175,0,1,0,0,0),(121916,31812,571,1,1,414,0,7587.84,1345.82,332.945,1.00369,300,5,0,12175,0,1,0,0,0),(121917,31812,571,1,1,414,0,7537.21,1408.19,323.629,1.08402,300,5,0,12175,0,1,0,0,0),(121918,31812,571,1,1,414,0,7547.05,1417.36,324.996,3.69225,300,5,0,12175,0,1,0,0,0),(121919,31812,571,1,1,414,0,7557.09,1415.59,326.825,0.041083,300,5,0,12175,0,1,0,0,0),(121920,31812,571,1,1,414,0,7661.01,1292.72,346.307,0.291501,300,5,0,12175,0,1,0,0,0),(121921,31812,571,1,1,414,0,7675.84,1522.16,341.214,2.83089,300,5,0,12175,0,1,0,0,0),(121922,31812,571,1,1,414,0,7679.51,1533.94,340.928,4.33471,300,5,0,12175,0,1,0,0,0),(121923,31812,571,1,1,414,0,7682.9,1546.47,340.682,3.52304,300,5,0,12175,0,1,0,0,0),(121924,31812,571,1,1,414,0,7685.59,1506.11,344.464,5.95443,300,5,0,12175,0,1,0,0,0),(121925,31812,571,1,1,414,0,7684.75,1547.64,341,5.73908,300,5,0,12175,0,1,0,0,0),(121926,31812,571,1,1,414,0,7685.5,1558.89,340.928,0.81488,300,5,0,12175,0,1,0,0,0),(121927,31812,571,1,1,414,0,7583.27,1481.65,329.083,4.10393,300,5,0,12175,0,1,0,0,0),(121928,31812,571,1,1,414,0,7575.67,1484.37,330.171,1.97188,300,5,0,12175,0,1,0,0,0),(121929,31812,571,1,1,414,0,7587.22,1475.7,328.634,5.41262,300,5,0,12175,0,1,0,0,0),(121930,31812,571,1,1,414,0,7560.88,1448.58,326.406,5.82177,300,5,0,12175,0,1,0,0,0),(121931,31812,571,1,1,414,0,7559.18,1450.38,326.531,5.34202,300,5,0,12175,0,1,0,0,0),(121932,31812,571,1,1,414,0,7553.16,1455.45,326.796,4.54999,300,5,0,12175,0,1,0,0,0),(121933,31812,571,1,1,414,0,7536.71,1384.45,324.142,3.72354,300,5,0,12175,0,1,0,0,0),(121934,31812,571,1,1,414,0,7545.92,1386.98,325.724,2.74966,300,5,0,12175,0,1,0,0,0),(121935,31812,571,1,1,414,0,7546.02,1389.39,325.515,5.6264,300,5,0,12175,0,1,0,0,0),(121936,31812,571,1,1,414,0,7680.09,1527.42,341.596,2.17499,300,5,0,12175,0,1,0,0,0),(121937,31812,571,1,1,414,0,7683.61,1521.85,343.034,4.40697,300,5,0,12175,0,1,0,0,0),(121938,31812,571,1,1,414,0,7605.51,1524.64,331.895,5.2947,300,5,0,12175,0,1,0,0,0),(121939,31812,571,1,1,414,0,7609.07,1522.31,331.198,2.0287,300,5,0,12175,0,1,0,0,0),(121940,31812,571,1,1,414,0,7611.8,1527.9,331.619,6.07035,300,5,0,12175,0,1,0,0,0),(121941,31812,571,1,1,414,0,7592.67,1520.44,332.85,0.678117,300,5,0,12175,0,1,0,0,0),(121942,31812,571,1,1,414,0,7579.55,1513.01,333.344,3.30931,300,5,0,12175,0,1,0,0,0),(121943,31812,571,1,1,414,0,7583.83,1512.76,332.019,2.44535,300,5,0,12175,0,1,0,0,0),(121944,31812,571,1,1,414,0,7551.93,1513.19,336.646,3.71064,300,5,0,12175,0,1,0,0,0),(121945,31812,571,1,1,414,0,7550.47,1521.92,339.137,0.706965,300,5,0,12175,0,1,0,0,0),(121946,31812,571,1,1,414,0,7554.98,1513.81,336.729,1.46335,300,5,0,12175,0,1,0,0,0),(121947,31812,571,1,1,414,0,7590.03,1518.84,332.961,3.12858,300,5,0,12175,0,1,0,0,0),(121948,31812,571,1,1,414,0,7588.84,1512.91,331.13,3.30248,300,5,0,12175,0,1,0,0,0),(121949,31812,571,1,1,414,0,7587.89,1513.62,331.386,1.76839,300,5,0,12175,0,1,0,0,0),(121950,31812,571,1,1,414,0,7519.45,1452.38,324.889,1.24256,300,5,0,12175,0,1,0,0,0),(121951,31812,571,1,1,414,0,7514.39,1445.55,323.758,4.48535,300,5,0,12175,0,1,0,0,0),(121952,31812,571,1,1,414,0,7561.49,1482.53,330.097,4.05482,300,5,0,12175,0,1,0,0,0),(121953,31812,571,1,1,414,0,7548.63,1549.14,343.527,4.00511,300,5,0,12175,0,1,0,0,0),(121954,31812,571,1,1,414,0,7557.83,1551.39,341.909,6.23241,300,5,0,12175,0,1,0,0,0),(121955,31812,571,1,1,414,0,7555.26,1556.58,342.748,3.34416,300,5,0,12175,0,1,0,0,0),(121956,31812,571,1,1,414,0,7718.79,1523.01,348.66,4.03087,300,5,0,12175,0,1,0,0,0),(121957,31812,571,1,1,414,0,7684.05,1414.84,346.729,5.36975,300,5,0,12175,0,1,0,0,0),(121959,31812,571,1,1,414,0,7687.62,1411.26,347.457,3.4748,300,5,0,12175,0,1,0,0,0),(121960,31812,571,1,1,414,0,7705.5,1443.4,351.48,0.505596,300,5,0,12175,0,1,0,0,0),(121961,31812,571,1,1,414,0,7654.77,1307.48,344.305,2.30481,300,5,0,12175,0,1,0,0,0),(121962,31812,571,1,1,414,0,7647.13,1320.25,342.661,2.62774,300,5,0,12175,0,1,0,0,0),(121963,31812,571,1,1,414,0,7654.9,1315.45,343.786,4.21512,300,5,0,12175,0,1,0,0,0),(121964,31812,571,1,1,414,0,7663.47,1316.15,344.536,5.65301,300,5,0,12175,0,1,0,0,0),(121965,31812,571,1,1,414,0,7662.13,1277.4,348.224,4.7689,300,5,0,12175,0,1,0,0,0),(121966,31812,571,1,1,414,0,7620.54,1254.19,348.296,5.93425,300,5,0,12175,0,1,0,0,0),(121967,31812,571,1,1,414,0,7612.2,1249.04,347.691,1.79042,300,5,0,12175,0,1,0,0,0),(121968,31812,571,1,1,414,0,7614.87,1258.33,345.947,3.65544,300,5,0,12175,0,1,0,0,0),(121969,31812,571,1,1,414,0,7456.52,1292.51,321.191,0.155325,300,5,0,12175,0,1,0,0,0),(121970,31812,571,1,1,414,0,7379.82,1448.61,320.772,1.23498,300,5,0,12175,0,1,0,0,0),(121971,31812,571,1,1,414,0,7373.61,1451.95,321.661,3.1949,300,5,0,12175,0,1,0,0,0),(121972,31812,571,1,1,414,0,7385.58,1444.94,319.567,5.80938,300,5,0,12175,0,1,0,0,0),(121973,31812,571,1,1,414,0,7410.58,1286.54,316.249,1.0005,300,5,0,12175,0,1,0,0,0),(121974,31812,571,1,1,414,0,7411.28,1285.62,316.249,2.15432,300,5,0,12175,0,1,0,0,0),(121975,31812,571,1,1,414,0,7451.75,1284.22,321.736,5.02813,300,5,0,12175,0,1,0,0,0),(121976,31812,571,1,1,414,0,7454.65,1279.01,322.653,2.36172,300,5,0,12175,0,1,0,0,0),(121977,31812,571,1,1,414,0,7714.73,1441.1,353.48,1.98591,300,5,0,12175,0,1,0,0,0),(121978,31812,571,1,1,414,0,7714.44,1451.96,351.722,2.05323,300,5,0,12175,0,1,0,0,0),(121979,31812,571,1,1,414,0,7387.93,1347.36,310.342,3.4543,300,5,0,12175,0,1,0,0,0),(121980,31812,571,1,1,414,0,7393,1351.37,310.567,0.573624,300,5,0,12175,0,1,0,0,0),(121981,31812,571,1,1,414,0,7380.09,1354.9,309.987,2.46369,300,5,0,12175,0,1,0,0,0),(121982,31812,571,1,1,414,0,7408.61,1321.33,313.257,5.0538,300,5,0,12175,0,1,0,0,0),(121983,31812,571,1,1,414,0,7413.28,1311.86,314.069,3.44593,300,5,0,12175,0,1,0,0,0),(121984,31812,571,1,1,414,0,7416.6,1311.87,314.408,1.54443,300,5,0,12175,0,1,0,0,0),(121985,31812,571,1,1,414,0,7445.48,1317.69,316.421,1.61289,300,5,0,12175,0,1,0,0,0),(121986,31812,571,1,1,414,0,7445.53,1314.74,316.671,2.79157,300,5,0,12175,0,1,0,0,0),(121987,31812,571,1,1,414,0,7442.73,1309.37,317.007,2.03112,300,5,0,12175,0,1,0,0,0),(121988,31812,571,1,1,414,0,7452.56,1382.15,315.168,3.88762,300,5,0,12175,0,1,0,0,0),(121989,31812,571,1,1,414,0,7458.73,1377.67,315.354,5.75501,300,5,0,12175,0,1,0,0,0),(121990,31812,571,1,1,414,0,7437.4,1388.64,314.854,1.77936,300,5,0,12175,0,1,0,0,0),(121991,31812,571,1,1,414,0,7431.19,1337.44,313.499,1.49743,300,5,0,12175,0,1,0,0,0),(121992,31812,571,1,1,414,0,7434.59,1334.87,313.968,4.52293,300,5,0,12175,0,1,0,0,0),(121993,31812,571,1,1,414,0,7434.47,1338.83,313.593,2.20597,300,5,0,12175,0,1,0,0,0),(121994,31812,571,1,1,414,0,7508.94,1352.09,321.97,0.112895,300,5,0,12175,0,1,0,0,0),(121995,31812,571,1,1,414,0,7503.4,1354.49,320.499,3.2955,300,5,0,12175,0,1,0,0,0),(121996,31812,571,1,1,414,0,7508.76,1357.39,321.36,0.969901,300,5,0,12175,0,1,0,0,0),(121997,31812,571,1,1,414,0,7521.15,1312.48,327.107,6.0465,300,5,0,12175,0,1,0,0,0),(121998,31812,571,1,1,414,0,7518.28,1318.05,326.414,1.26208,300,5,0,12175,0,1,0,0,0),(121999,31812,571,1,1,414,0,7527.38,1317.44,327.756,4.74164,300,5,0,12175,0,1,0,0,0),(122000,31812,571,1,1,414,0,7519.06,1401.69,321.309,1.08756,300,5,0,12175,0,1,0,0,0),(122001,31812,571,1,1,414,0,7516.64,1391.23,321.047,1.30205,300,5,0,12175,0,1,0,0,0),(122002,31812,571,1,1,414,0,7524.7,1387.65,322.392,4.89475,300,5,0,12175,0,1,0,0,0),(122003,31812,571,1,1,414,0,7482.83,1349.28,317.915,2.67489,300,5,0,12175,0,1,0,0,0),(122004,31812,571,1,1,414,0,7481.34,1359.69,316.891,3.00149,300,5,0,12175,0,1,0,0,0),(122005,31812,571,1,1,414,0,7489.23,1350.16,318.84,4.76123,300,5,0,12175,0,1,0,0,0),(122006,31812,571,1,1,414,0,7520.08,1333.72,324.86,0.416838,300,5,0,12175,0,1,0,0,0),(122007,31812,571,1,1,414,0,7518.03,1328.48,325.328,6.19624,300,5,0,12175,0,1,0,0,0),(122008,31812,571,1,1,414,0,7517.49,1335.78,324.22,0.360323,300,5,0,12175,0,1,0,0,0),(122009,31812,571,1,1,414,0,7443.95,1412.43,315.889,3.02835,300,5,0,12175,0,1,0,0,0),(122010,31812,571,1,1,414,0,7451.22,1414.1,316.851,0.37789,300,5,0,12175,0,1,0,0,0),(122011,31812,571,1,1,414,0,7447.32,1419.91,317.223,5.38386,300,5,0,12175,0,1,0,0,0),(122012,31812,571,1,1,414,0,7532.63,1347.46,326.037,3.16015,300,5,0,12175,0,1,0,0,0),(122013,31812,571,1,1,414,0,7523.42,1348.6,324.217,4.51544,300,5,0,12175,0,1,0,0,0),(122014,31812,571,1,1,414,0,7526.33,1358.71,323.789,0.214565,300,5,0,12175,0,1,0,0,0),(122015,31812,571,1,1,414,0,7512.78,1385.1,320.713,3.47149,300,5,0,12175,0,1,0,0,0),(122016,31812,571,1,1,414,0,7505.39,1384.81,320.047,2.7463,300,5,0,12175,0,1,0,0,0),(122017,31812,571,1,1,414,0,7516.46,1382.93,321.047,3.37047,300,5,0,12175,0,1,0,0,0),(122018,31812,571,1,1,414,0,7508.12,1322.29,324.588,4.91086,300,5,0,12175,0,1,0,0,0),(122019,31812,571,1,1,414,0,7510.89,1320.72,324.986,0.568805,300,5,0,12175,0,1,0,0,0),(122020,31812,571,1,1,414,0,7506.36,1322.82,324.227,2.68168,300,5,0,12175,0,1,0,0,0),(122021,31812,571,1,1,414,0,7443.42,1441.76,320.709,3.11264,300,5,0,12175,0,1,0,0,0),(122022,31812,571,1,1,414,0,7455.72,1441.17,320.509,0.130432,300,5,0,12175,0,1,0,0,0),(122023,31812,571,1,1,414,0,7452.47,1444.24,321.009,4.09665,300,5,0,12175,0,1,0,0,0),(122024,31812,571,1,1,414,0,7523.66,1356.2,323.53,0.98971,300,5,0,12175,0,1,0,0,0),(122025,31812,571,1,1,414,0,7522.03,1357.38,323.4,4.10942,300,5,0,12175,0,1,0,0,0),(122026,31812,571,1,1,414,0,7514.76,1346.45,323.466,5.32009,300,5,0,12175,0,1,0,0,0),(122027,31812,571,1,1,414,0,7410.6,1384.93,313.058,2.62511,300,5,0,12175,0,1,0,0,0),(122028,31812,571,1,1,414,0,7424.31,1389.64,314.229,1.46013,300,5,0,12175,0,1,0,0,0),(122029,31812,571,1,1,414,0,7417.05,1380,312.836,5.32152,300,5,0,12175,0,1,0,0,0),(122030,31812,571,1,1,414,0,7416.77,1345.07,312.083,0.08848,300,5,0,12175,0,1,0,0,0),(122031,31812,571,1,1,414,0,7412.25,1341.05,311.664,3.53442,300,5,0,12175,0,1,0,0,0),(122032,31812,571,1,1,414,0,7447.36,1351.76,314.093,3.73185,300,5,0,12175,0,1,0,0,0),(122033,31812,571,1,1,414,0,7448.92,1341.69,314.343,3.81052,300,5,0,12175,0,1,0,0,0),(122034,31812,571,1,1,414,0,7447.46,1342.12,314.154,6.13716,300,5,0,12175,0,1,0,0,0),(122035,31812,571,1,1,414,0,7490.99,1293.65,326.443,5.71009,300,5,0,12175,0,1,0,0,0),(122036,31812,571,1,1,414,0,7493.04,1306.86,324.081,1.25945,300,5,0,12175,0,1,0,0,0),(122037,31812,571,1,1,414,0,7490.76,1286.78,327.708,4.73014,300,5,0,12175,0,1,0,0,0),(122038,31812,571,1,1,414,0,7550.6,1322.84,329.739,1.03108,300,5,0,12175,0,1,0,0,0),(122039,31812,571,1,1,414,0,7556.99,1311.1,331.267,5.63816,300,5,0,12175,0,1,0,0,0),(122040,31812,571,1,1,414,0,7553.27,1315.57,330.634,4.84952,300,5,0,12175,0,1,0,0,0),(122041,31812,571,1,1,414,0,7383.74,1381.12,311.722,0.913849,300,5,0,12175,0,1,0,0,0),(122042,31812,571,1,1,414,0,7380.99,1388.06,311.879,4.95817,300,5,0,12175,0,1,0,0,0),(122043,31812,571,1,1,414,0,7382.87,1380.43,311.546,1.80415,300,5,0,12175,0,1,0,0,0),(122044,31812,571,1,1,414,0,7514.67,1417.6,321.934,1.99395,300,5,0,12175,0,1,0,0,0),(122045,31812,571,1,1,414,0,7515.76,1415.65,321.916,5.42729,300,5,0,12175,0,1,0,0,0),(122046,31812,571,1,1,414,0,7510.45,1410.43,321.134,6.12825,300,5,0,12175,0,1,0,0,0),(122047,31812,571,1,1,414,0,7488.29,1405.35,318.528,2.11038,300,5,0,12175,0,1,0,0,0),(122048,31812,571,1,1,414,0,7523.88,1412.44,322.186,2.65783,300,5,0,12175,0,1,0,0,0),(122049,31812,571,1,1,414,0,7486.66,1404.89,318.278,3.55316,300,5,0,12175,0,1,0,0,0),(122050,31812,571,1,1,414,0,7470.44,1455.13,322.705,5.40559,300,5,0,12175,0,1,0,0,0),(122051,31812,571,1,1,414,0,7477.08,1456.25,323.08,5.96145,300,5,0,12175,0,1,0,0,0),(122052,31812,571,1,1,414,0,7469.27,1459.13,323.585,0.774349,300,5,0,12175,0,1,0,0,0),(122053,31812,571,1,1,414,0,7493.45,1361.9,318.607,4.69613,300,5,0,12175,0,1,0,0,0),(122054,31812,571,1,1,414,0,7493.78,1373.42,318.336,5.62928,300,5,0,12175,0,1,0,0,0),(122055,31812,571,1,1,414,0,7493.46,1370.32,318.225,3.48002,300,5,0,12175,0,1,0,0,0),(122056,31812,571,1,1,414,0,7589.82,1309.71,336.009,2.11035,300,5,0,12175,0,1,0,0,0),(122057,31812,571,1,1,414,0,7518.68,1340.96,324,2.53736,300,5,0,12175,0,1,0,0,0),(122058,31812,571,1,1,414,0,7509.92,1340.52,323.272,4.20748,300,5,0,12175,0,1,0,0,0),(122059,31812,571,1,1,414,0,7514.12,1343.91,323.485,1.87794,300,5,0,12175,0,1,0,0,0),(122060,31812,571,1,1,414,0,7549.63,1249.05,336.047,4.68634,300,5,0,12175,0,1,0,0,0),(122061,31812,571,1,1,414,0,7550.68,1251.46,335.918,5.33836,300,5,0,12175,0,1,0,0,0),(122062,31812,571,1,1,414,0,7548.62,1244.74,336.418,5.05072,300,5,0,12175,0,1,0,0,0),(122063,31812,571,1,1,414,0,7753.14,1410.75,361.696,1.39331,300,5,0,12175,0,1,0,0,0),(122064,31812,571,1,1,414,0,7751.11,1410.32,361.198,4.15744,300,5,0,12175,0,1,0,0,0),(122065,31812,571,1,1,414,0,7753.25,1418.96,361.144,3.44605,300,5,0,12175,0,1,0,0,0),(122066,31812,571,1,1,414,0,7466.29,1371.83,314.979,4.69049,300,5,0,12175,0,1,0,0,0),(122067,31812,571,1,1,414,0,7468.62,1373.02,315.3,1.7337,300,5,0,12175,0,1,0,0,0),(122068,31812,571,1,1,414,0,7472.52,1371.21,315.611,3.64281,300,5,0,12175,0,1,0,0,0),(122069,31812,571,1,1,414,0,7521.69,1318.46,326.952,5.86723,300,5,0,12175,0,1,0,0,0),(122070,31812,571,1,1,414,0,7524.71,1326.45,326.736,1.70005,300,5,0,12175,0,1,0,0,0),(122071,31812,571,1,1,414,0,7522.04,1325.01,326.486,3.31694,300,5,0,12175,0,1,0,0,0),(122072,31812,571,1,1,414,0,7509.59,1417.42,321.506,2.21636,300,5,0,12175,0,1,0,0,0),(122073,31812,571,1,1,414,0,7512.57,1413.16,321.485,1.72215,300,5,0,12175,0,1,0,0,0),(122074,31812,571,1,1,414,0,7511.41,1408.01,321.059,5.13071,300,5,0,12175,0,1,0,0,0),(122075,31812,571,1,1,414,0,7489.5,1313.75,322.581,4.88508,300,5,0,12175,0,1,0,0,0),(122076,31812,571,1,1,414,0,7495,1324.48,322.447,5.7582,300,5,0,12175,0,1,0,0,0),(122077,31812,571,1,1,414,0,7494.04,1322.08,322.496,5.49472,300,5,0,12175,0,1,0,0,0),(122078,31812,571,1,1,414,0,7542.28,1444.84,325.781,0.979842,300,5,0,12175,0,1,0,0,0),(122079,31812,571,1,1,414,0,7548.84,1449.38,326.36,3.05889,300,5,0,12175,0,1,0,0,0),(122080,31812,571,1,1,414,0,7543.22,1446.02,325.906,3.15925,300,5,0,12175,0,1,0,0,0),(122081,31812,571,1,1,414,0,7543.01,1355.91,326.261,0.928539,300,5,0,12175,0,1,0,0,0),(122082,31812,571,1,1,414,0,7541.53,1350.15,326.886,3.50879,300,5,0,12175,0,1,0,0,0),(122083,31812,571,1,1,414,0,7539.3,1350.82,326.552,1.49969,300,5,0,12175,0,1,0,0,0),(122084,31812,571,1,1,414,0,7517.35,1485.07,330.086,0.052214,300,5,0,12175,0,1,0,0,0),(122085,31812,571,1,1,414,0,7508.12,1481.32,330.086,3.97239,300,5,0,12175,0,1,0,0,0),(122086,31812,571,1,1,414,0,7508.48,1482.84,330.086,4.01422,300,5,0,12175,0,1,0,0,0),(122087,31812,571,1,1,414,0,7572.62,1252.98,338.692,1.45626,300,5,0,12175,0,1,0,0,0),(122088,31812,571,1,1,414,0,7553.19,1258.74,335.543,3.35828,300,5,0,12175,0,1,0,0,0),(122089,31812,571,1,1,414,0,7559.05,1259.04,336.263,5.6494,300,5,0,12175,0,1,0,0,0),(122090,31812,571,1,1,414,0,7379.94,1408.55,314.416,3.57423,300,5,0,12175,0,1,0,0,0),(122091,31812,571,1,1,414,0,7379.35,1421.14,315.203,0.01111,300,5,0,12175,0,1,0,0,0),(122092,31812,571,1,1,414,0,7397.03,1420.05,314.899,3.23846,300,5,0,12175,0,1,0,0,0),(122093,31812,571,1,1,414,0,7442.28,1463.96,325.884,2.961,300,5,0,12175,0,1,0,0,0),(122094,31812,571,1,1,414,0,7455.91,1464.48,325.117,4.56538,300,5,0,12175,0,1,0,0,0),(122095,31812,571,1,1,414,0,7454.19,1460.25,323.874,5.90605,300,5,0,12175,0,1,0,0,0),(122096,31812,571,1,1,414,0,7537.83,1292.67,330.234,3.72606,300,5,0,12175,0,1,0,0,0),(122097,31812,571,1,1,414,0,7538.84,1296.94,329.984,2.25596,300,5,0,12175,0,1,0,0,0),(122098,31812,571,1,1,414,0,7533.37,1305.01,328.846,2.05409,300,5,0,12175,0,1,0,0,0),(122099,31812,571,1,1,414,0,7511.4,1413.08,321.292,4.19106,300,5,0,12175,0,1,0,0,0),(122100,31812,571,1,1,414,0,7518.3,1420.2,322.434,1.94471,300,5,0,12175,0,1,0,0,0),(122101,31812,571,1,1,414,0,7518.08,1418.58,322.228,3.50676,300,5,0,12175,0,1,0,0,0),(122102,31812,571,1,1,414,0,7407.49,1444.73,319.162,2.74803,300,5,0,12175,0,1,0,0,0),(122103,31812,571,1,1,414,0,7411.82,1445.2,319.662,5.27943,300,5,0,12175,0,1,0,0,0),(122104,31812,571,1,1,414,0,7405.01,1449.53,320.037,2.68798,300,5,0,12175,0,1,0,0,0),(122105,31812,571,1,1,414,0,7583.14,1262.17,338.997,3.45316,300,5,0,12175,0,1,0,0,0),(122106,31812,571,1,1,414,0,7580.39,1256.12,339.574,3.09157,300,5,0,12175,0,1,0,0,0),(122107,31812,571,1,1,414,0,7589.86,1256.73,340.828,3.3183,300,5,0,12175,0,1,0,0,0),(122108,31812,571,1,1,414,0,7464.48,1479.38,328.936,2.3486,300,5,0,12175,0,1,0,0,0),(122109,31812,571,1,1,414,0,7471.56,1475.92,327.537,4.47191,300,5,0,12175,0,1,0,0,0),(122110,31812,571,1,1,414,0,7472.03,1486.08,330.041,0.359554,300,5,0,12175,0,1,0,0,0),(122111,31812,571,1,1,414,0,7519.43,1493.79,331.639,5.91258,300,5,0,12175,0,1,0,0,0),(122112,31812,571,1,1,414,0,7516.14,1491.08,331.267,2.29178,300,5,0,12175,0,1,0,0,0),(122113,31812,571,1,1,414,0,7518.75,1485.87,330.267,1.1057,300,5,0,12175,0,1,0,0,0),(122114,31812,571,1,1,414,0,7549.9,1285.39,332.119,5.42373,300,5,0,12175,0,1,0,0,0),(122115,31812,571,1,1,414,0,7553.68,1284.97,332.518,3.21388,300,5,0,12175,0,1,0,0,0),(122116,31812,571,1,1,414,0,7547.73,1291.01,331.433,3.9331,300,5,0,12175,0,1,0,0,0),(122117,31812,571,1,1,414,0,7557.94,1491.77,332.682,4.02063,300,5,0,12175,0,1,0,0,0),(122118,31812,571,1,1,414,0,7557.17,1488.19,331.682,4.56488,300,5,0,12175,0,1,0,0,0),(122119,31812,571,1,1,414,0,7562.67,1494.66,333.004,2.87745,300,5,0,12175,0,1,0,0,0),(122120,31812,571,1,1,414,0,7572.93,1294.03,334.411,2.15509,300,5,0,12175,0,1,0,0,0),(122121,31812,571,1,1,414,0,7588.07,1290.13,336.536,0.213001,300,5,0,12175,0,1,0,0,0),(122122,31812,571,1,1,414,0,7576.14,1276.67,336.347,4.15282,300,5,0,12175,0,1,0,0,0),(122123,31812,571,1,1,414,0,7591.02,1282.28,337.584,5.86804,300,5,0,12175,0,1,0,0,0),(122124,31812,571,1,1,414,0,7586.15,1280.7,337.036,0.435038,300,5,0,12175,0,1,0,0,0),(122125,31812,571,1,1,414,0,7512.43,1255.58,332.063,4.10964,300,5,0,12175,0,1,0,0,0),(122126,31812,571,1,1,414,0,7509.83,1245.17,332.94,4.30686,300,5,0,12175,0,1,0,0,0),(122127,31812,571,1,1,414,0,7522.25,1254.49,332.974,6.2363,300,5,0,12175,0,1,0,0,0),(122128,31812,571,1,1,414,0,7560.43,1477.56,328.79,5.20341,300,5,0,12175,0,1,0,0,0),(122129,31812,571,1,1,414,0,7553.5,1482.28,330.307,2.48122,300,5,0,12175,0,1,0,0,0),(122130,31812,571,1,1,414,0,7548.72,1448.27,326.281,4.82294,300,5,0,12175,0,1,0,0,0),(122131,31812,571,1,1,414,0,7552.1,1454.39,326.656,2.55926,300,5,0,12175,0,1,0,0,0),(122132,31812,571,1,1,414,0,7532.08,1452.31,325.523,5.28325,300,5,0,12175,0,1,0,0,0),(122133,31812,571,1,1,414,0,7536.83,1465.7,327.406,0.596744,300,5,0,12175,0,1,0,0,0),(122134,31812,571,1,1,414,0,7540.03,1468.84,327.485,4.55505,300,5,0,12175,0,1,0,0,0),(122135,31812,571,1,1,414,0,7548.09,1489.49,331.937,2.43434,300,5,0,12175,0,1,0,0,0),(122136,31812,571,1,1,414,0,7555.41,1481.94,330.336,0.630787,300,5,0,12175,0,1,0,0,0),(122137,31812,571,1,1,414,0,7544.92,1486.4,331.355,0.450634,300,5,0,12175,0,1,0,0,0),(122138,31812,571,1,1,414,0,7508.69,1452.9,324.008,2.63218,300,5,0,12175,0,1,0,0,0),(122139,31812,571,1,1,414,0,7541.85,1492.16,332.057,0.419536,300,5,0,12175,0,1,0,0,0),(122140,31812,571,1,1,414,0,7546.97,1490.8,332.132,2.41698,300,5,0,12175,0,1,0,0,0),(122141,31812,571,1,1,414,0,7539.82,1487.79,330.932,3.77022,300,5,0,12175,0,1,0,0,0),(122142,31812,571,1,1,414,0,7423.33,1290.54,316.958,0.53934,300,5,0,12175,0,1,0,0,0),(122143,31812,571,1,1,414,0,7387.2,1322.23,311.411,2.30763,300,5,0,12175,0,1,0,0,0),(122144,31812,571,1,1,414,0,7381.69,1316.17,311.931,0.240454,300,5,0,12175,0,1,0,0,0),(122145,31812,571,1,1,414,0,7382.23,1323.7,311.181,2.1691,300,5,0,12175,0,1,0,0,0),(122146,31812,571,1,1,414,0,7645.72,1410.12,340.989,0.070139,300,5,0,12175,0,1,0,0,0),(122147,31812,571,1,1,414,0,7609.57,1427.26,333.306,0.057034,300,5,0,12175,0,1,0,0,0),(122148,31812,571,1,1,414,0,7611.33,1428.47,333.306,5.91199,300,5,0,12175,0,1,0,0,0),(122149,31812,571,1,1,414,0,7606.06,1426.33,332.756,4.01623,300,5,0,12175,0,1,0,0,0),(122150,31812,571,1,1,414,0,7687.88,1380.45,347.271,1.62171,300,5,0,12175,0,1,0,0,0),(122151,31812,571,1,1,414,0,7688.3,1381.63,347.271,1.24662,300,5,0,12175,0,1,0,0,0),(122152,31812,571,1,1,414,0,7687.13,1371.41,347.271,1.6235,300,5,0,12175,0,1,0,0,0),(122153,31812,571,1,1,414,0,7621.05,1419.37,337.073,2.86866,300,5,0,12175,0,1,0,0,0),(122154,31812,571,1,1,414,0,7616.51,1413.56,336.722,3.68,300,5,0,12175,0,1,0,0,0),(122155,31812,571,1,1,414,0,7615.31,1412.97,336.497,5.54832,300,5,0,12175,0,1,0,0,0),(122156,31812,571,1,1,414,0,7628.21,1392.25,339.302,0.308782,300,5,0,12175,0,1,0,0,0),(122157,31812,571,1,1,414,0,7631.76,1386.41,339.256,0.474564,300,5,0,12175,0,1,0,0,0),(122158,31812,571,1,1,414,0,7624.34,1393.32,338.677,4.52618,300,5,0,12175,0,1,0,0,0),(122159,31812,571,1,1,414,0,7656.35,1363.38,343.093,0.967701,300,5,0,12175,0,1,0,0,0),(122160,31812,571,1,1,414,0,7656.74,1347.91,345.056,5.08538,300,5,0,12175,0,1,0,0,0),(122161,31812,571,1,1,414,0,7655.94,1375.7,342.717,5.97006,300,5,0,12175,0,1,0,0,0),(122162,31812,571,1,1,414,0,7658.47,1380.98,342.91,5.00403,300,5,0,12175,0,1,0,0,0),(122163,31045,571,1,1,2325,0,6399.26,440.382,511.375,0,300,0,0,15750,0,0,0,0,0),(122164,31813,571,1,1,27538,0,7641.4,1530.45,333.126,0.982794,300,5,0,12600,1997,1,0,0,0),(122165,31813,571,1,1,27538,0,7797.4,1380.63,378.315,4.62925,300,5,0,12600,1997,1,0,0,0),(122166,31813,571,1,1,27538,0,7766.72,1388.88,367.963,2.89898,300,5,0,12600,1997,1,0,0,0),(122167,31813,571,1,1,27538,0,7652.13,1440,341.963,4.57188,300,5,0,12600,1997,1,0,0,0),(122168,31813,571,1,1,27538,0,7607.08,1448.24,331.34,1.8094,300,5,0,12600,1997,1,0,0,0),(122169,31813,571,1,1,27538,0,7632.97,1299.13,343.249,5.42801,300,5,0,12600,1997,1,0,0,0),(122170,31813,571,1,1,27538,0,7605.17,1473.17,329.955,3.74172,300,5,0,12600,1997,1,0,0,0),(122171,31813,571,1,1,27538,0,7613.55,1387.21,335.721,2.87076,300,5,0,12600,1997,1,0,0,0),(122172,31813,571,1,1,27538,0,7618.42,1341.86,338.293,4.40391,300,5,0,12600,1997,1,0,0,0),(122173,31813,571,1,1,27538,0,7576.56,1365.36,331.199,4.91093,300,5,0,12600,1997,1,0,0,0),(122174,31813,571,1,1,27538,0,7711.32,1334.03,353.406,4.39867,300,5,0,12600,1997,1,0,0,0),(122175,31813,571,1,1,27538,0,7591.36,1480.55,328.914,3.47644,300,5,0,12600,1997,1,0,0,0),(122176,31813,571,1,1,27538,0,7486.56,1531.63,342.559,5.36273,300,5,0,12600,1997,1,0,0,0),(122177,31813,571,1,1,27538,0,7451.52,1511.6,341.107,2.46685,300,5,0,12600,1997,1,0,0,0),(122178,31813,571,1,1,27538,0,7515.66,1406.79,321.434,3.44134,300,5,0,12600,1997,1,0,0,0),(122179,31813,571,1,1,27538,0,7672.94,1292.99,347.575,4.98935,300,5,0,12600,1997,1,0,0,0),(122180,31813,571,1,1,27538,0,7407.98,1219.9,331.167,3.62957,300,5,0,12600,1997,1,0,0,0),(122181,31813,571,1,1,27538,0,7375.45,1504.58,335.56,4.83081,300,5,0,12600,1997,1,0,0,0),(122182,31813,571,1,1,27538,0,7420.84,1470.52,325.623,4.60767,300,5,0,12600,1997,1,0,0,0),(122183,31813,571,1,1,27538,0,7680.63,1407.68,346.508,2.47875,300,5,0,12600,1997,1,0,0,0),(122184,31813,571,1,1,27538,0,7416.85,1322.85,313.453,3.37939,300,5,0,12600,1997,1,0,0,0),(122185,31813,571,1,1,27538,0,7380.98,1350.4,310.045,6.08312,300,5,0,12600,1997,1,0,0,0),(122186,31813,571,1,1,27538,0,7371.04,1391.33,312.998,3.34185,300,5,0,12600,1997,1,0,0,0),(122187,31813,571,1,1,27538,0,7494.92,1387.95,318.512,6.20791,300,5,0,12600,1997,1,0,0,0),(122188,31813,571,1,1,27538,0,7443.06,1385.94,314.948,3.19531,300,5,0,12600,1997,1,0,0,0),(122189,31813,571,1,1,27538,0,7475.42,1319.26,320.672,1.13293,300,5,0,12600,1997,1,0,0,0),(122190,31813,571,1,1,27538,0,7438.09,1408.38,315.871,5.18443,300,5,0,12600,1997,1,0,0,0),(122191,31813,571,1,1,27538,0,7551.61,1341.33,329.083,1.13457,300,5,0,12600,1997,1,0,0,0),(122192,31813,571,1,1,27538,0,7506.31,1261.95,331.063,5.17599,300,5,0,12600,1997,1,0,0,0),(122193,31813,571,1,1,27538,0,7484.81,1348.71,318.357,4.58268,300,5,0,12600,1997,1,0,0,0),(122194,31813,571,1,1,27538,0,7527.79,1351.55,324.799,3.3114,300,5,0,12600,1997,1,0,0,0),(122195,31813,571,1,1,27538,0,7420.01,1370.64,312.392,2.37622,300,5,0,12600,1997,1,0,0,0),(122196,31813,571,1,1,27538,0,7458.35,1419.84,319,6.18141,300,5,0,12600,1997,1,0,0,0),(122197,31813,571,1,1,27538,0,7443.45,1343.23,313.832,3.81115,300,5,0,12600,1997,1,0,0,0),(122198,31813,571,1,1,27538,0,7517.59,1234.51,335.472,5.12318,300,5,0,12600,1997,1,0,0,0),(122199,31813,571,1,1,27538,0,7522.18,1333.9,325.222,4.70848,300,5,0,12600,1997,1,0,0,0),(122200,31813,571,1,1,27538,0,7560.02,1237.86,338.438,1.78925,300,5,0,12600,1997,1,0,0,0),(122201,31813,571,1,1,27538,0,7537.91,1284.46,331.211,4.6273,300,5,0,12600,1997,1,0,0,0),(122202,31813,571,1,1,27538,0,7482.39,1234.14,335.477,5.49226,300,5,0,12600,1997,1,0,0,0),(122203,31813,571,1,1,27538,0,7489.43,1460.27,326.963,1.84588,300,5,0,12600,1997,1,0,0,0),(122204,31813,571,1,1,27538,0,7753.19,1405.37,362.148,0.166754,300,5,0,12600,1997,1,0,0,0),(122205,31813,571,1,1,27538,0,7545.37,1484.64,331.057,2.61276,300,5,0,12600,1997,1,0,0,0),(122206,31813,571,1,1,27538,0,7585.26,1272.49,337.937,2.71771,300,5,0,12600,1997,1,0,0,0),(122207,31813,571,1,1,27538,0,7521.97,1450.23,324.449,0.142035,300,5,0,12600,1997,1,0,0,0),(122208,31813,571,1,1,27538,0,7555.57,1310.45,331.099,2.05759,300,5,0,12600,1997,1,0,0,0),(122209,31813,571,1,1,27538,0,7524.11,1468.98,327.393,6.21337,300,5,0,12600,1997,1,0,0,0),(122210,31813,571,1,1,27538,0,7570.49,1310.68,333.134,1.76085,300,5,0,12600,1997,1,0,0,0),(122211,31813,571,1,1,27538,0,7392.94,1316.81,312.215,0.087034,300,5,0,12600,1997,1,0,0,0),(122212,31813,571,1,1,27538,0,7669.56,1364.83,344.6,1.00783,300,5,0,12600,1997,1,0,0,0),(122213,31813,571,1,1,27538,0,7693.77,1366.26,348.846,0.557668,300,5,0,12600,1997,1,0,0,0),(122214,31813,571,1,1,27538,0,7687.27,1351.39,347.952,3.27692,300,5,0,12600,1997,1,0,0,0),(122215,31815,571,1,1,27736,1,7665.75,1419.39,343.942,2.25998,300,0,0,50400,0,2,0,0,0),(122216,31815,571,1,1,27736,1,7676.66,1539.9,339.803,0.865832,300,0,0,50400,0,2,0,0,0),(122217,31815,571,1,1,27736,1,7418.52,1355.11,312.208,4.73556,300,0,0,50400,0,2,0,0,0),(122218,31815,571,1,1,27736,1,7528.52,1411.98,322.309,4.26003,300,0,0,50400,0,2,0,0,0),(122219,31815,571,1,1,27736,1,7573.84,1523.95,336.224,4.20238,300,0,0,50400,0,2,0,0,0),(122220,31304,571,1,1,3167,1,6804.46,951.695,329.307,2.6529,300,0,0,126,0,0,0,0,0),(122221,31304,571,1,1,3258,1,6705.9,1023.17,285.884,5.77704,300,0,0,126,0,0,0,0,0),(122222,31304,571,1,1,24065,1,6753.12,999.008,302.591,2.82743,300,0,0,126,0,0,0,0,0),(122223,31304,571,1,1,24361,1,6801.89,1132.06,281.624,2.21657,300,0,0,126,0,0,0,0,0),(122224,31304,571,1,1,3258,1,6834.17,1113.65,285.685,2.82743,300,0,0,126,0,0,0,0,0),(122225,31304,571,1,1,24065,1,6821.96,1100.91,286.052,1.97222,300,0,0,126,0,0,0,0,0),(122226,31304,571,1,1,24065,1,6799.51,1001.66,307.126,5.13127,300,0,0,126,0,0,0,0,0),(122227,31304,571,1,1,24361,1,6786.13,1066.45,288.356,4.2237,300,0,0,126,0,0,0,0,0),(122228,31304,571,1,1,3258,1,6537.65,1141.08,274.748,5.68977,300,0,0,126,0,0,0,0,0),(122229,31304,571,1,1,24065,1,6519.17,925.563,298.15,4.60767,300,0,0,126,0,0,0,0,0),(122230,31304,571,1,1,3258,1,6568.84,1111.1,277.34,4.2586,300,0,0,126,0,0,0,0,0),(122231,31304,571,1,1,24361,1,6875.19,954.579,328.74,2.00713,300,0,0,126,0,0,0,0,0),(122232,31304,571,1,1,24361,1,6559.54,1203.71,278.78,0.680678,300,0,0,126,0,0,0,0,0),(122233,31304,571,1,1,24065,1,6609.67,1177.41,274.356,3.9968,300,0,0,126,0,0,0,0,0),(122234,31304,571,1,1,24065,1,6728.95,1065.22,284.783,2.25148,300,0,0,126,0,0,0,0,0),(122235,31304,571,1,1,3167,1,6838.9,1182.54,280.579,1.58825,300,0,0,126,0,0,0,0,0),(122236,31304,571,1,1,24361,1,6690.74,1299.83,294.682,3.1765,300,0,0,126,0,0,0,0,0),(122237,31304,571,1,1,24065,1,6677.61,1260.1,282.451,3.47321,300,0,0,126,0,0,0,0,0),(122238,31304,571,1,1,24361,1,6780.4,1229.19,278.995,3.24631,300,0,0,126,0,0,0,0,0),(122239,31304,571,1,1,3258,1,6824.92,1149.33,281.364,3.735,300,0,0,126,0,0,0,0,0),(122240,31304,571,1,1,24065,1,6831.78,1266.47,282.511,1.98968,300,0,0,126,0,0,0,0,0),(122241,31304,571,1,1,3167,1,6900.03,1049.71,305.359,4.79965,300,0,0,126,0,0,0,0,0),(122242,31304,571,1,1,3167,1,6838.3,1040.15,299.547,5.0091,300,0,0,126,0,0,0,0,0),(122243,31304,571,1,1,3167,1,6485.67,1206.65,285.048,6.23082,300,0,0,126,0,0,0,0,0),(122244,31304,571,1,1,24065,1,6728.03,1189.45,274.82,1.69297,300,0,0,126,0,0,0,0,0),(122245,31304,571,1,1,3167,1,6536.4,1223.03,285.014,6.07375,300,0,0,126,0,0,0,0,0),(122246,31304,571,1,1,3258,1,6523.96,1174.98,275.201,1.67552,300,0,0,126,0,0,0,0,0),(122247,31304,571,1,1,24361,1,6477.94,1102.22,277.142,2.9147,300,0,0,126,0,0,0,0,0),(122248,31304,571,1,1,3167,1,6701.9,1127.08,277.956,0.436332,300,0,0,126,0,0,0,0,0),(122249,31304,571,1,1,3258,1,6594.13,1208.72,279.041,3.49066,300,0,0,126,0,0,0,0,0),(122250,31304,571,1,1,24065,1,6749.33,1257.57,278.405,3.12414,300,0,0,126,0,0,0,0,0),(122251,31304,571,1,1,24361,1,6617.99,1126.56,272.769,3.89208,300,0,0,126,0,0,0,0,0),(122252,31304,571,1,1,24361,1,6668.8,1087.14,279.191,2.80998,300,0,0,126,0,0,0,0,0),(122253,31304,571,1,1,24361,1,6730.27,1128.63,277.363,3.52556,300,0,0,126,0,0,0,0,0),(122254,31304,571,1,1,3167,1,6649.99,1135.19,273.157,2.1293,300,0,0,126,0,0,0,0,0),(122255,31049,571,1,1,11686,0,6490.35,1977.87,644.159,0.872665,300,5,0,12600,0,1,0,0,0),(122256,31049,571,1,1,11686,0,6519.38,1963.5,651.039,2.77507,300,5,0,12600,0,1,0,0,0),(122257,31562,571,1,1,15787,0,7937.99,2886.2,405.01,2.79253,300,5,0,12600,0,1,0,0,0),(122258,29515,571,1,1,22053,0,7436.78,4121.53,268.089,5.23599,300,0,0,12175,0,0,0,0,0),(122259,29515,571,1,1,22053,0,7404.91,4223.58,314.36,4.62512,300,0,0,12175,0,0,0,0,0),(122260,29515,571,1,1,22053,0,7400.76,4166.22,315.978,0.244346,300,0,0,12175,0,0,0,0,0),(122261,29515,571,1,1,22053,0,7402.75,4198.08,314.185,3.94444,300,0,0,12175,0,0,0,0,0),(122262,29515,571,1,1,22053,0,7441.98,4208.51,314.334,0.855211,300,0,0,12175,0,0,0,0,0),(122263,29515,571,1,1,22053,0,7405.4,4232.43,314.193,2.04204,300,0,0,12175,0,0,0,0,0),(122264,29515,571,1,1,22053,0,7444.04,4194.68,314.289,3.36848,300,0,0,12175,0,0,0,0,0),(122265,29515,571,1,1,22053,0,7443.54,4170.42,314.452,3.85718,300,0,0,12175,0,0,0,0,0),(122266,29515,571,1,1,22053,0,7415.32,4194.44,314.703,0.750492,300,0,0,12175,0,0,0,0,0),(122267,29515,571,1,1,22053,0,7469.06,4185.61,291.358,6.05629,300,0,0,12175,0,0,0,0,0),(122268,29517,571,1,1,24995,0,7401.78,4207.77,316.564,2.75826,300,0,0,11770,0,0,0,0,0),(122269,29517,571,1,1,24992,0,7404.65,4208.31,314.349,0.174533,300,0,0,11770,0,0,0,0,0),(122270,31059,571,1,1,26862,0,6425.99,441.844,511.099,0.15708,300,0,0,100800,0,0,0,0,0),(122293,30037,571,1,1,26731,1,8415.7,3164.49,588.215,3.92699,300,0,0,12175,0,0,0,0,0),(122292,30037,571,1,1,26729,1,8444.67,3104.78,588.216,4.28088,300,0,0,12175,0,0,0,0,0),(122291,30037,571,1,1,26730,1,8472.46,3098.9,588.224,3.87463,300,0,0,12175,0,0,0,0,0),(122290,30037,571,1,1,26730,1,8394.13,3090.78,588.383,3.66519,300,0,0,12175,0,0,0,0,0),(122289,30037,571,1,1,26730,1,8437.34,3074.8,588.211,2.79253,300,0,0,12175,0,0,0,0,0),(122288,30037,571,1,1,26732,1,8400.3,3114.16,588.142,5.62528,300,0,0,12175,0,0,0,0,0),(122287,30037,571,1,1,26729,1,8442.77,3100.64,588.224,1.22173,300,0,0,12175,0,0,0,0,0),(122284,30037,571,1,1,26731,1,8425.78,3120.35,588.158,1.05594,300,0,0,12175,0,0,0,0,0),(122283,30037,571,1,1,26732,1,8411.8,3161.05,588.103,0.76142,300,0,0,12175,0,0,0,0,0),(122282,30037,571,1,1,26729,1,8413.82,3087.25,588.237,0.493847,300,0,0,12175,0,0,0,0,0),(122281,30037,571,1,1,26730,1,8427.4,3123.76,588.657,4.36666,300,0,0,12175,0,0,0,0,0),(122280,30037,571,1,1,26732,1,8434.4,3142.86,588.143,0.762422,300,0,0,12175,0,0,0,0,0),(122277,30037,571,1,1,26731,1,8389.83,3089.32,588.211,0.317654,300,0,0,12175,0,0,0,0,0),(122276,30037,571,1,1,26730,1,8434.06,3077.33,588.137,5.59947,300,0,0,12175,0,0,0,0,0),(122275,30037,571,1,1,26732,1,8403.14,3111.97,588.142,2.48368,300,0,0,12175,0,0,0,0,0),(122274,30037,571,1,1,26730,1,8468.54,3095.92,588.141,0.620054,300,0,0,12175,0,0,0,0,0),(122273,30037,571,1,1,26730,1,8437.17,3145.49,588.143,3.86766,300,0,0,12175,0,0,0,0,0),(122272,30037,571,1,1,26732,1,8418.17,3089.28,588.141,3.57539,300,0,0,12175,0,0,0,0,0),(122271,30037,571,1,1,26732,1,8457.58,3118.42,588.141,4.496,300,0,0,12175,0,0,0,0,0),(122294,31063,571,1,1,26864,1,6406.79,432.179,511.366,0.506145,300,0,0,88200,31952,0,0,0,0),(122295,31064,571,1,1,0,0,6552.36,1644.81,631.742,2.14675,300,0,0,12600,0,0,0,0,0),(122296,31832,571,1,1,27739,1,7510.27,1791.3,356.868,3.76991,300,0,0,18900,0,0,0,0,0),(122297,31832,571,1,1,27738,1,7508.49,1789.95,357.027,0.680678,300,0,0,18900,0,0,0,0,0),(122298,31832,571,1,1,27741,1,7520.05,1797,354.698,3.71755,300,0,0,18900,0,0,0,0,0),(122299,31832,571,1,1,27741,1,7519.5,1793.5,354.751,2.3911,300,0,0,18900,0,0,0,0,0),(122300,31832,571,1,1,27741,1,7517.49,1795.42,355.006,5.93412,300,0,0,18900,0,0,0,0,0),(122301,31832,571,1,1,27738,1,7494.11,1785.74,358.61,6.00393,300,0,0,18900,0,0,0,0,0),(122302,31832,571,1,1,27740,1,7491.8,1783.79,359.104,6.23082,300,0,0,18900,0,0,0,0,0),(122303,31832,571,1,1,27741,1,7492.14,1780.83,358.822,0.20944,300,0,0,18900,0,0,0,0,0),(122304,31832,571,1,1,27739,1,7492.59,1777.91,358.676,0.366519,300,0,0,18900,0,0,0,0,0),(122305,31832,571,1,1,27738,1,7495.19,1792.08,362.738,5.58505,300,0,0,18900,0,0,0,0,0),(122306,31832,571,1,1,27738,1,7511.86,1810.84,354.808,3.07178,300,0,0,18900,0,0,0,0,0),(122307,31832,571,1,1,27738,1,7509.55,1810.85,354.985,0,300,0,0,18900,0,0,0,0,0),(122308,31832,571,1,1,27740,1,7513.36,1804.82,355.191,5.48033,300,0,0,18900,0,0,0,0,0),(122309,31832,571,1,1,27738,1,7514.9,1803.14,355.189,2.33874,300,0,0,18900,0,0,0,0,0),(122310,31832,571,1,1,27740,1,7508.97,1805.43,355.566,3.61283,300,0,0,18900,0,0,0,0,0),(122311,31065,571,1,1,0,0,6098.18,1921.19,632.661,4.18879,300,0,0,12600,0,0,0,0,0),(122312,31833,571,1,1,27747,1,7509.28,1795.35,356.713,3.31613,300,0,0,25200,0,0,0,0,0),(122313,31833,571,1,1,27748,1,7497.18,1783.05,358.032,0.680678,300,0,0,25200,0,0,0,0,0),(122314,31833,571,1,1,27747,1,7507.04,1806.83,355.655,3.76991,300,0,0,25200,0,0,0,0,0),(122315,31066,571,1,1,0,0,6312.41,1742.58,525.276,5.32325,300,0,0,12600,0,0,0,0,0),(122316,31834,571,1,1,27737,1,7503.88,1785.61,356.887,2.49582,300,0,0,630000,0,0,0,0,0),(122317,32347,571,1,1,17612,0,8229.51,2186.97,511.403,3.12414,300,0,0,42,0,0,0,0,0),(122318,31067,571,1,1,26865,0,6407.62,429.987,511.365,0.733038,300,0,0,88200,31952,0,0,0,0),(122319,31068,571,1,1,0,0,6461.64,1801.17,527.058,3.92699,300,0,0,12600,0,0,0,0,0),(122320,31836,571,1,1,27743,0,7820.55,990.672,450.21,1.23918,300,0,0,12600,0,0,0,0,0),(122321,31836,571,1,1,27743,0,7917.42,971.216,454.881,2.67035,300,0,0,12600,0,0,0,0,0),(122322,31836,571,1,1,27743,0,7825.85,941.942,451.5,0,300,0,0,12600,0,0,0,0,0),(122323,31836,571,1,1,27743,0,7597.5,984.666,484.461,2.00713,300,0,0,12600,0,0,0,0,0),(122324,31836,571,1,1,27743,0,7723.07,917.152,466.378,1.81514,300,0,0,12600,0,0,0,0,0),(122325,31836,571,1,1,27743,0,7727.53,910.839,462.783,3.50811,300,0,0,12600,0,0,0,0,0),(122326,31836,571,1,1,27743,0,7689.16,918.141,480.914,1.43117,300,0,0,12600,0,0,0,0,0),(122327,31836,571,1,1,27743,0,7740.08,1185.03,441.376,5.8294,300,0,0,12600,0,0,0,0,0),(122328,31836,571,1,1,27743,0,7719.75,806.613,478.53,3.735,300,0,0,12600,0,0,0,0,0),(122329,31836,571,1,1,27743,0,7516.72,698.196,473.296,6.19592,300,0,0,12600,0,0,0,0,0),(122330,31836,571,1,1,27743,0,7753.97,1121.95,441.283,5.32325,300,0,0,12600,0,0,0,0,0),(122331,31836,571,1,1,27743,0,7685.75,918.717,481.042,2.53073,300,0,0,12600,0,0,0,0,0),(122332,31836,571,1,1,27743,0,7873.19,1150.37,444.196,5.49779,300,0,0,12600,0,0,0,0,0),(122333,31836,571,1,1,27743,0,7886.72,1233.72,445.697,1.20428,300,0,0,12600,0,0,0,0,0),(122334,31836,571,1,1,27743,0,7685.14,914.865,482.127,3.24631,300,0,0,12600,0,0,0,0,0),(122335,31836,571,1,1,27743,0,7777.97,960.942,447.978,0.575959,300,0,0,12600,0,0,0,0,0),(122336,31836,571,1,1,27743,0,7680.74,1067.44,447.155,3.22886,300,0,0,12600,0,0,0,0,0),(122337,31836,571,1,1,27743,0,7594.25,991.239,483.976,2.44346,300,0,0,12600,0,0,0,0,0),(122338,31836,571,1,1,27743,0,7508.58,783.637,471.15,1.16937,300,0,0,12600,0,0,0,0,0),(122339,31836,571,1,1,27743,0,7865.07,1193.82,444.089,5.86431,300,0,0,12600,0,0,0,0,0),(122340,31836,571,1,1,27743,0,7899.27,1246.59,451.387,1.36136,300,0,0,12600,0,0,0,0,0),(122341,31836,571,1,1,27743,0,7799.73,1153.24,443.856,2.47837,300,0,0,12600,0,0,0,0,0),(122342,31836,571,1,1,27743,0,7891.94,969.786,451.246,0.349066,300,0,0,12600,0,0,0,0,0),(122343,31836,571,1,1,27743,0,7785.19,1047.15,395.702,2.6529,300,0,0,12600,0,0,0,0,0),(122344,31836,571,1,1,27743,0,7669.83,756.624,482.523,4.85202,300,0,0,12600,0,0,0,0,0),(122345,31836,571,1,1,27743,0,7699.25,989.814,456.479,1.97222,300,0,0,12600,0,0,0,0,0),(122346,31836,571,1,1,27743,0,7783.19,1108.01,395.818,1.41372,300,0,0,12600,0,0,0,0,0),(122347,31836,571,1,1,27743,0,7945.75,1173.73,466.936,5.8294,300,0,0,12600,0,0,0,0,0),(122348,31836,571,1,1,27743,0,7585.38,836.543,485.355,3.56047,300,0,0,12600,0,0,0,0,0),(122349,31836,571,1,1,27743,0,7703.91,1085.66,442.858,3.83972,300,0,0,12600,0,0,0,0,0),(122350,31836,571,1,1,27743,0,7862.69,1196.19,443.633,2.07694,300,0,0,12600,0,0,0,0,0),(122351,31836,571,1,1,27743,0,7747.67,1131.4,442.082,3.68265,300,0,0,12600,0,0,0,0,0),(122352,31836,571,1,1,27743,0,7817.82,1095.99,394.806,3.52556,300,0,0,12600,0,0,0,0,0),(122353,31836,571,1,1,27743,0,7724.51,926.703,461.476,4.27606,300,0,0,12600,0,0,0,0,0),(122354,31836,571,1,1,27743,0,7846.83,1111.06,395.924,3.735,300,0,0,12600,0,0,0,0,0),(122355,31836,571,1,1,27743,0,7850.65,1073.35,395.702,1.02974,300,0,0,12600,0,0,0,0,0),(122356,31836,571,1,1,27743,0,7813.02,999.014,449.472,5.39307,300,0,0,12600,0,0,0,0,0),(122357,31836,571,1,1,27743,0,7889.43,1234.87,446.907,4.62512,300,0,0,12600,0,0,0,0,0),(122358,31836,571,1,1,27743,0,7880.24,1088.72,448.239,2.09439,300,0,0,12600,0,0,0,0,0),(122359,31836,571,1,1,27743,0,7848.07,1161.26,443.242,2.79253,300,0,0,12600,0,0,0,0,0),(122360,31836,571,1,1,27743,0,7884.53,1055.48,447.845,5.8294,300,0,0,12600,0,0,0,0,0),(122361,31836,571,1,1,27743,0,7878.63,1151.54,443.259,5.20108,300,0,0,12600,0,0,0,0,0),(122362,31836,571,1,1,27743,0,7862.93,1043.34,448.616,3.80482,300,0,0,12600,0,0,0,0,0),(122363,31836,571,1,1,27743,0,7738.61,996.305,447.336,5.044,300,0,0,12600,0,0,0,0,0),(122364,31836,571,1,1,27743,0,7690.46,1054.47,446.623,5.35816,300,0,0,12600,0,0,0,0,0),(122365,31836,571,1,1,27743,0,7777.55,1103.33,396.308,1.65806,300,0,0,12600,0,0,0,0,0),(122366,31836,571,1,1,27743,0,7735.19,1005.16,447.191,0.715585,300,0,0,12600,0,0,0,0,0),(122367,31836,571,1,1,27743,0,7936.38,1204.91,466.355,0.087266,300,0,0,12600,0,0,0,0,0),(122368,31836,571,1,1,27743,0,7858.41,1039.57,448.716,4.08407,300,0,0,12600,0,0,0,0,0),(122369,31836,571,1,1,27743,0,7912.75,1140.57,449.883,0.453786,300,0,0,12600,0,0,0,0,0),(122370,31836,571,1,1,27743,0,7803.09,1019.2,447.971,4.62512,300,0,0,12600,0,0,0,0,0),(122371,31836,571,1,1,27743,0,7781.64,1054.27,395.702,5.8294,300,0,0,12600,0,0,0,0,0),(122372,31836,571,1,1,27743,0,7630.84,717.215,484.132,1.09956,300,0,0,12600,0,0,0,0,0),(122373,31836,571,1,1,27743,0,7753.96,1064.9,441.818,0.296706,300,0,0,12600,0,0,0,0,0),(122374,31836,571,1,1,27743,0,7753.14,1047.4,441.8,3.89208,300,0,0,12600,0,0,0,0,0),(122375,31836,571,1,1,27743,0,7515.22,701.226,472.759,2.3911,300,0,0,12600,0,0,0,0,0),(122376,31836,571,1,1,27743,0,7947.16,1190.22,468.145,0.558505,300,0,0,12600,0,0,0,0,0),(122377,31836,571,1,1,27743,0,7773.87,1177.26,441.233,3.9619,300,0,0,12600,0,0,0,0,0),(122378,31836,571,1,1,27743,0,7817.43,1179.21,441.277,0.750492,300,0,0,12600,0,0,0,0,0),(122379,31836,571,1,1,27743,0,7892.69,1103.48,447.971,5.74213,300,0,0,12600,0,0,0,0,0),(122380,31836,571,1,1,27743,0,7825.38,990.964,450.374,2.25148,300,0,0,12600,0,0,0,0,0),(122381,31836,571,1,1,27743,0,7893.67,1114.91,443.92,4.24115,300,0,0,12600,0,0,0,0,0),(122382,31836,571,1,1,27743,0,7826.26,983.337,449.94,5.95157,300,0,0,12600,0,0,0,0,0),(122383,31836,571,1,1,27743,0,7851.45,1113.37,395.697,2.32129,300,0,0,12600,0,0,0,0,0),(122384,31836,571,1,1,27743,0,7833.19,1058.06,396.923,2.42601,300,0,0,12600,0,0,0,0,0),(122385,31836,571,1,1,27743,0,7545.01,783.502,477.304,0.942478,300,0,0,12600,0,0,0,0,0),(122386,31836,571,1,1,27743,0,7737.96,1178.75,440.931,4.31096,300,0,0,12600,0,0,0,0,0),(122387,31836,571,1,1,27743,0,7723,821.488,471.245,0.383972,300,0,0,12600,0,0,0,0,0),(122388,31836,571,1,1,27743,0,7681.83,1145.17,438.807,3.1765,300,0,0,12600,0,0,0,0,0),(122389,31836,571,1,1,27743,0,7680.77,756.866,483.592,5.49779,300,0,0,12600,0,0,0,0,0),(122390,31836,571,1,1,27743,0,7704.6,1112.15,440.663,2.23402,300,0,0,12600,0,0,0,0,0),(122391,31836,571,1,1,27743,0,7800.34,1018.72,448.682,4.71239,300,0,0,12600,0,0,0,0,0),(122392,31836,571,1,1,27743,0,7905.02,1162.74,449.063,5.70723,300,0,0,12600,0,0,0,0,0),(122393,31836,571,1,1,27743,0,7701.01,979.992,456.359,6.24828,300,0,0,12600,0,0,0,0,0),(122394,31836,571,1,1,27743,0,7612.42,718.582,482.551,3.82227,300,0,0,12600,0,0,0,0,0),(122395,31836,571,1,1,27743,0,7530.15,688.302,475.453,6.03884,300,0,0,12600,0,0,0,0,0),(122396,31836,571,1,1,27743,0,7687.6,919.417,481.013,4.7822,300,0,0,12600,0,0,0,0,0),(122397,31836,571,1,1,27743,0,7571.04,796.103,483.685,0.191986,300,0,0,12600,0,0,0,0,0),(122398,31836,571,1,1,27743,0,7929.25,1208.78,464.691,0.139626,300,0,0,12600,0,0,0,0,0),(122399,31836,571,1,1,27743,0,7821.08,1130.77,395.701,2.82743,300,0,0,12600,0,0,0,0,0),(122400,31836,571,1,1,27743,0,7807.62,1152.23,442.223,3.83972,300,0,0,12600,0,0,0,0,0),(122401,31836,571,1,1,27743,0,7577.66,833.306,488.905,1.78024,300,0,0,12600,0,0,0,0,0),(122402,31836,571,1,1,27743,0,7815.85,1211.05,439.779,1.69297,300,0,0,12600,0,0,0,0,0),(122403,31069,571,1,1,26867,0,6401.22,464.245,512.632,1.23918,300,0,0,88200,0,0,0,0,0),(122404,32349,571,1,1,27671,1,6525.27,2559.69,578.138,1.98968,300,0,0,10080,8814,0,0,0,0),(122405,32349,571,1,1,27671,1,6515.91,2579.78,578.056,5.16617,300,0,0,10080,8814,0,0,0,0),(122406,32349,571,1,1,27671,1,6510.58,2565.31,578.068,0.436332,300,0,0,10080,8814,0,0,0,0),(122407,32349,571,1,1,27671,1,6641.6,2310.21,578.131,1.98968,300,0,0,10080,8814,0,0,0,0),(122408,32349,571,1,1,27671,1,6632.25,2330.5,578.118,5.14872,300,0,0,10080,8814,0,0,0,0),(122409,32349,571,1,1,27671,1,6530.5,2574.55,578.067,3.57792,300,0,0,10080,8814,0,0,0,0),(122410,32349,571,1,1,27671,1,6626.78,2315.7,578.116,0.436332,300,0,0,10080,8814,0,0,0,0),(122411,32349,571,1,1,27671,1,6647.03,2325.08,578.123,3.57792,300,0,0,10080,8814,0,0,0,0),(122412,32349,571,1,1,27671,1,6561.22,2441.27,651.341,0.226893,300,0,0,10080,8814,0,0,0,0),(122413,32349,571,1,1,27671,1,6570.39,2429.29,651.282,1.0821,300,0,0,10080,8814,0,0,0,0),(122414,32349,571,1,1,27671,1,6580.29,2463.46,651.3,4.62512,300,0,0,10080,8814,0,0,0,0),(122415,32349,571,1,1,27671,1,6563.76,2455.91,651.332,5.67232,300,0,0,10080,8814,0,0,0,0),(122416,32349,571,1,1,27671,1,6595.44,2438.49,651.361,2.75762,300,0,0,10080,8814,0,0,0,0),(122417,32349,571,1,1,27671,1,6586.1,2429.18,651.193,1.98968,300,0,0,10080,8814,0,0,0,0),(122418,32349,571,1,1,27671,1,6595.4,2452.99,651.314,3.57792,300,0,0,10080,8814,0,0,0,0),(122419,31070,571,1,1,26883,0,6398.8,403.924,553.351,5.61996,300,0,0,11379,0,0,0,0,0),(122420,31070,571,1,1,26883,0,6404.87,409.443,553.153,5.60251,300,0,0,11379,0,0,0,0,0),(122421,31070,571,1,1,26883,0,6418.24,497.34,514.255,6.23082,300,0,0,11379,0,0,0,0,0),(122422,31070,571,1,1,26883,0,6419.36,488.429,516.486,0.331613,300,0,0,11379,0,0,0,0,0),(76047,21683,532,1,1,0,0,-11097.5,-1886.2,220.751,0.785398,604800,0,0,1,0,0,0,0,0),(76046,21682,532,1,1,0,0,-11101,-1881.93,220.751,0.663225,604800,0,0,1,0,0,0,0,0),(122425,30304,571,1,1,26939,1,8492.74,2668.82,652.437,2.51327,300,0,0,12600,0,0,0,0,0),(122426,30306,571,1,1,1065,1,8316.48,2802.21,655.176,5.89921,300,0,0,12600,0,0,0,0,0),(122427,30051,571,1,1,26716,0,3587.74,6652.51,195.787,3.05433,300,0,0,7688,7500,0,0,0,0),(122428,31843,571,1,1,27764,1,6088.82,2485.88,518.817,2.60054,300,0,0,11770,0,0,0,0,0),(122429,31843,571,1,1,27764,1,5899.78,2456.57,539.556,1.0821,300,0,0,11770,0,0,0,0,0),(122430,31843,571,1,1,27764,1,6105.32,2512.17,523.942,3.57792,300,0,0,11770,0,0,0,0,0),(122431,30307,571,1,1,26944,0,8353.57,2805.89,655.18,3.4383,300,0,0,12600,3994,0,0,0,0),(122432,31843,571,1,1,27764,1,6068.84,2484.13,517.192,1.69297,300,0,0,11770,0,0,0,0,0),(122433,31843,571,1,1,27765,1,6141.25,2529.9,513.68,3.68265,300,0,0,11770,0,0,0,0,0),(122434,31843,571,1,1,8055,1,6130.32,2510.28,512.438,2.72271,300,0,0,11770,0,0,0,0,0),(122435,31843,571,1,1,27764,1,6114.6,2478.34,508.323,3.33358,300,0,0,11770,0,0,0,0,0),(122436,31843,571,1,1,11369,1,5975.62,2381.06,517.962,4.93928,300,0,0,11770,0,0,0,0,0),(122437,31843,571,1,1,11369,1,5937.92,2451.29,529.119,1.22173,300,0,0,11770,0,0,0,0,0),(122438,31843,571,1,1,11369,1,6110.67,2536.16,527.381,2.54818,300,0,0,11770,0,0,0,0,0),(122439,31843,571,1,1,8055,1,6176.03,2470.5,506.039,5.91667,300,0,0,11770,0,0,0,0,0),(122440,31843,571,1,1,11369,1,6005.35,2499.43,524.531,1.93731,300,0,0,11770,0,0,0,0,0),(122441,31843,571,1,1,8055,1,6126.83,2555.41,531.085,3.05433,300,0,0,11770,0,0,0,0,0),(122442,31843,571,1,1,11369,1,5980.53,2519.73,534.998,1.67552,300,0,0,11770,0,0,0,0,0),(122443,31843,571,1,1,8055,1,5985.21,2366.93,517.47,3.4383,300,0,0,11770,0,0,0,0,0),(122444,31075,571,1,1,0,0,6336.33,1665.23,555.101,4.31096,300,0,0,12600,0,0,0,0,0),(122445,31843,571,1,1,8055,1,5943.59,2508.49,537.957,2.9147,300,0,0,11770,0,0,0,0,0),(122446,31843,571,1,1,27764,1,5978.56,2352.86,520.567,5.46288,300,0,0,11770,0,0,0,0,0),(122447,31843,571,1,1,27765,1,5996.96,2431.69,518.723,2.09439,300,0,0,11770,0,0,0,0,0),(122448,31843,571,1,1,8055,1,6030.71,2468.02,516.063,3.29867,300,0,0,11770,0,0,0,0,0),(122449,31843,571,1,1,11369,1,6022.78,2432.07,516.871,2.9147,300,0,0,11770,0,0,0,0,0),(122450,31075,571,1,1,0,0,6334.08,1665.74,555.058,3.7001,300,0,0,12600,0,0,0,0,0),(122451,31075,571,1,1,0,0,6333.61,1668.09,555.034,3.08923,300,0,0,12600,0,0,0,0,0),(122452,31843,571,1,1,27764,1,5960.2,2390.4,519.464,3.90954,300,0,0,11770,0,0,0,0,0),(122453,31843,571,1,1,8055,1,5976.98,2435.18,521.156,2.11185,300,0,0,11770,0,0,0,0,0),(122454,31843,571,1,1,8055,1,5957.23,2439.35,523.013,2.33874,300,0,0,11770,0,0,0,0,0),(122455,31843,571,1,1,11369,1,5939.97,2411.63,522.399,4.32842,300,0,0,11770,0,0,0,0,0),(122456,31843,571,1,1,11369,1,5958.48,2407.71,519.949,5.63741,300,0,0,11770,0,0,0,0,0),(122457,31075,571,1,1,0,0,6340.59,1808.4,508.684,0.523599,300,0,0,12600,0,0,0,0,0),(122458,31075,571,1,1,0,0,6341.74,1810.11,508.684,3.56047,300,0,0,12600,0,0,0,0,0),(122459,31075,571,1,1,0,0,6339.39,1810.22,508.684,3.26377,300,0,0,12600,0,0,0,0,0),(122460,31843,571,1,1,11369,1,6039.3,2497.62,517.812,2.00713,300,0,0,11770,0,0,0,0,0),(122461,31075,571,1,1,0,0,6254.44,1841.71,525.276,0.279253,300,0,0,12600,0,0,0,0,0),(122462,31075,571,1,1,0,0,6255.9,1843.44,525.276,5.8294,300,0,0,12600,0,0,0,0,0),(122463,31075,571,1,1,0,0,6250.87,1835.91,525.246,5.89921,300,0,0,12600,0,0,0,0,0),(122464,31075,571,1,1,0,0,6253.23,1838.48,525.276,5.8294,300,0,0,12600,0,0,0,0,0),(122465,30308,571,1,1,26938,0,8499.73,2685.31,652.437,2.84489,300,0,0,12600,0,0,0,0,0),(122466,31077,571,1,1,11686,0,7081.5,4355.46,871.881,3.08923,300,5,0,42,0,1,0,0,0),(122467,31077,571,1,1,11686,0,7048.84,4346.52,871.617,2.98451,300,5,0,42,0,1,0,0,0),(122468,31077,571,1,1,11686,0,7077.68,4338.44,871.563,1.71042,300,5,0,42,0,1,0,0,0),(122469,31077,571,1,1,11686,0,7065.02,4353.73,871.69,5.89921,300,5,0,42,0,1,0,0,0),(122470,31077,571,1,1,11686,0,7069.5,4374.78,872.076,3.7001,300,5,0,42,0,1,0,0,0),(122471,31077,571,1,1,11686,0,7084.89,4370.71,872.165,3.52556,300,5,0,42,0,1,0,0,0),(122472,31077,571,1,1,11686,0,7056.4,4366.19,871.935,4.41568,300,5,0,42,0,1,0,0,0),(122473,30309,571,1,1,26936,0,8379.06,2777.93,655.18,3.54302,300,0,0,12600,0,0,0,0,0),(122474,31845,571,1,1,11686,0,7486.27,1800.09,367.646,1.39626,300,5,0,12600,0,1,0,0,0),(122475,31077,571,1,1,11686,0,7069.26,4307.41,870.969,3.76991,300,5,0,42,0,1,0,0,0),(122476,31077,571,1,1,11686,0,7060.82,4333.48,871.312,2.56563,300,5,0,42,0,1,0,0,0),(122477,31077,571,1,1,11686,0,7073.04,4321.12,871.232,4.11898,300,5,0,42,0,1,0,0,0),(122478,31077,571,1,1,11686,0,7091.65,4324.77,871.456,6.16101,300,5,0,42,0,1,0,0,0),(122479,31077,571,1,1,11686,0,7088.75,4385.25,872.443,0.401426,300,5,0,42,0,1,0,0,0),(122480,31077,571,1,1,11686,0,7058.1,4318.56,871.036,2.21657,300,5,0,42,0,1,0,0,0),(122481,31077,571,1,1,11686,0,7081.85,4311.56,871.146,0.855211,300,5,0,42,0,1,0,0,0),(122482,31078,571,1,1,26804,0,7429.6,4231.64,314.367,4.34587,300,0,0,31905,0,0,0,0,0),(122483,30310,571,1,1,1200,0,8375.75,2781.01,655.185,4.39823,300,0,0,12600,0,0,0,0,0),(122484,29542,571,1,1,26326,1,7450.03,4846.02,57.2615,0.034907,300,0,0,302400,79880,0,0,0,0),(122485,30311,571,1,1,1198,0,8336.27,2812.39,655.176,5.02655,300,0,0,12600,0,0,0,0,0),(122486,31847,571,1,1,25286,0,7075.86,1134.2,308.819,0.153911,300,5,0,12175,0,1,0,0,0),(122487,31847,571,1,1,25286,0,7089.04,1382.01,310.322,2.01213,300,5,0,12175,0,1,0,0,0),(122488,31847,571,1,1,25286,0,7167.74,1445.53,322.707,6.2011,300,5,0,12175,0,1,0,0,0),(122489,31847,571,1,1,25286,0,7243.53,1475.78,327.29,2.13198,300,5,0,12175,0,1,0,0,0),(122490,31847,571,1,1,25286,0,7155.68,1224.79,302.703,6.13699,300,5,0,12175,0,1,0,0,0),(122491,31847,571,1,1,25286,0,7112.62,1416.43,316.509,1.44482,300,5,0,12175,0,1,0,0,0),(122492,31847,571,1,1,25286,0,7049.23,1322.43,302.62,2.07908,300,5,0,12175,0,1,0,0,0),(122493,31847,571,1,1,25286,0,7048.37,1271.53,302.489,1.49648,300,5,0,12175,0,1,0,0,0),(122494,31847,571,1,1,25286,0,7145.19,1343.29,307.845,4.94659,300,5,0,12175,0,1,0,0,0),(122495,31847,571,1,1,25286,0,7143.52,1152.72,307.252,2.83705,300,5,0,12175,0,1,0,0,0),(122496,31847,571,1,1,25286,0,7279.92,1411.68,314.071,3.04721,300,5,0,12175,0,1,0,0,0),(122497,31847,571,1,1,25286,0,7291.9,1445.17,320.222,5.71753,300,5,0,12175,0,1,0,0,0),(122498,31847,571,1,1,25286,0,7212.91,1411.2,315.2,0.733484,300,5,0,12175,0,1,0,0,0),(122499,31847,571,1,1,25286,0,7243.38,1450.8,321.971,3.93451,300,5,0,12175,0,1,0,0,0),(122500,31847,571,1,1,25286,0,7210.51,1456.91,325.57,1.89558,300,5,0,12175,0,1,0,0,0),(122501,31847,571,1,1,25286,0,7181.27,1414.53,316.626,0.918267,300,5,0,12175,0,1,0,0,0),(122502,31847,571,1,1,25286,0,7173.25,1342.69,307.778,5.33155,300,5,0,12175,0,1,0,0,0),(122503,31847,571,1,1,25286,0,7302.36,1176.88,323.619,5.85681,300,5,0,12175,0,1,0,0,0),(122504,31847,571,1,1,25286,0,7188.91,1193.64,307.536,2.28292,300,5,0,12175,0,1,0,0,0),(122505,31847,571,1,1,25286,0,7212.3,1153.92,317.025,4.784,300,5,0,12175,0,1,0,0,0),(122506,31847,571,1,1,25286,0,7182.69,1208.83,305.19,3.38386,300,5,0,12175,0,1,0,0,0),(122507,31847,571,1,1,25286,0,7222.01,1224.22,306.851,0.485849,300,5,0,12175,0,1,0,0,0),(122508,31847,571,1,1,25286,0,7252.95,1214.45,308.829,6.14637,300,5,0,12175,0,1,0,0,0),(122509,31847,571,1,1,25286,0,7216.82,1308.52,303.589,4.28544,300,5,0,12175,0,1,0,0,0),(122510,31847,571,1,1,25286,0,7241.81,1423.29,316.566,3.06007,300,5,0,12175,0,1,0,0,0),(122511,31847,571,1,1,25286,0,7352.12,1475.89,327.375,6.07468,300,5,0,12175,0,1,0,0,0),(122512,31847,571,1,1,25286,0,7335.84,1441.04,318.975,5.10066,300,5,0,12175,0,1,0,0,0),(122513,31847,571,1,1,25286,0,7155.5,1319.11,305.25,2.72729,300,5,0,12175,0,1,0,0,0),(122514,31847,571,1,1,25286,0,7114.52,1338.23,304.747,2.55361,300,5,0,12175,0,1,0,0,0),(122515,31847,571,1,1,25286,0,7119.38,1188.23,298.717,2.21476,300,5,0,12175,0,1,0,0,0),(122516,31847,571,1,1,25286,0,7159.65,1291.01,301.737,0.019608,300,5,0,12175,0,1,0,0,0),(122517,31847,571,1,1,25286,0,7159.9,1411.09,317.766,5.36118,300,5,0,12175,0,1,0,0,0),(122518,31847,571,1,1,25286,0,7176.19,1379.58,311.968,2.47471,300,5,0,12175,0,1,0,0,0),(122519,31847,571,1,1,25286,0,7100.38,1276.65,298.739,4.10236,300,5,0,12175,0,1,0,0,0),(122520,31847,571,1,1,25286,0,7290.06,1316.48,306.562,5.9923,300,5,0,12175,0,1,0,0,0),(122521,31847,571,1,1,25286,0,7310.94,1287.04,308.412,3.45618,300,5,0,12175,0,1,0,0,0),(122522,31847,571,1,1,25286,0,7256.28,1316.08,304.322,0.281921,300,5,0,12175,0,1,0,0,0),(122523,31847,571,1,1,25286,0,7311.3,1237.76,310.335,0.024959,300,5,0,12175,0,1,0,0,0),(122524,31847,571,1,1,25286,0,7253.42,1390.46,311.159,5.35173,300,5,0,12175,0,1,0,0,0),(122525,31847,571,1,1,25286,0,7220.52,1357.38,310.55,1.50911,300,5,0,12175,0,1,0,0,0),(122526,31847,571,1,1,25286,0,7287.58,1346.47,306.554,2.54246,300,5,0,12175,0,1,0,0,0),(122527,31847,571,1,1,25286,0,7252.17,1253.21,304.422,0.78532,300,5,0,12175,0,1,0,0,0),(122528,31847,571,1,1,25286,0,7322.87,1207.55,321.075,2.3904,300,5,0,12175,0,1,0,0,0),(122529,31847,571,1,1,25286,0,7209.96,1287.1,302.407,2.30182,300,5,0,12175,0,1,0,0,0),(122530,31847,571,1,1,25286,0,7080.85,1241.94,296.466,4.68141,300,5,0,12175,0,1,0,0,0),(122531,31847,571,1,1,25286,0,7144.91,1249.88,300.514,3.1921,300,5,0,12175,0,1,0,0,0),(122532,31847,571,1,1,25286,0,7275.59,1217.39,310.488,3.35784,300,5,0,12175,0,1,0,0,0),(122533,30312,571,1,1,733,1,8578.27,2647.37,652.437,2.53073,300,0,0,37800,0,0,0,0,0),(122534,30312,571,1,1,733,1,8575.14,2639.2,652.437,2.56563,300,0,0,37800,0,0,0,0,0),(122535,30056,571,1,1,26738,0,8429.11,2870.46,606.349,1.58825,300,0,0,12600,3994,0,0,0,0),(122536,30312,571,1,1,733,1,8381.3,2767.91,655.594,3.61283,300,0,0,37800,0,0,0,0,0),(122537,30312,571,1,1,733,1,8347.18,2812.22,655.191,4.17134,300,0,0,37800,0,0,0,0,0),(122538,30312,571,1,1,733,1,8428.43,2719.99,655.588,2.94961,300,0,0,37800,0,0,0,0,0),(122539,30312,571,1,1,733,1,8325.25,2809.34,656.124,5.34071,300,0,0,37800,0,0,0,0,0),(122540,30312,571,1,1,733,1,8418.68,2695.66,655.178,2.56563,300,0,0,37800,0,0,0,0,0),(137695,24484,1,1,1,0,0,9964.44,2238.31,1332.94,2.80092,120,0,0,1,0,0,0,0,0),(122542,30314,571,1,1,26943,0,8407.96,2700.43,655.201,1.64061,300,0,0,12600,0,0,0,0,0),(137694,24484,1,1,1,0,0,9963.35,2242.59,1333.61,4.96241,120,0,0,1,0,0,0,0,0),(122544,25707,571,1,1,27478,0,3553.07,7098.03,212.799,1.52976,300,5,0,9291,3231,1,0,0,0),(122545,25707,571,1,1,27478,0,4030.21,7160.61,171.708,2.98913,300,15,0,9291,3231,1,0,0,0),(122546,25707,571,1,1,27478,0,3749.68,6844.67,153.259,1.69515,300,5,0,9291,3231,1,0,0,0),(122547,25707,571,1,1,27478,0,4058.34,6917.48,164.4,0.989836,300,20,0,9291,3231,1,0,0,0),(122548,25707,571,1,1,27478,0,3775.86,6560.07,172.85,2.56597,300,20,0,9291,3231,1,0,0,0),(122549,25707,571,1,1,27478,0,3947.34,6659.41,167.208,6.06356,300,15,0,9291,3231,1,0,0,0),(122550,25707,571,1,1,27478,0,3942.19,6781.74,153.255,3.30931,300,20,0,9291,3231,1,0,0,0),(122551,25707,571,1,1,27478,0,3657.29,6953.13,158.24,2.73587,300,20,0,9291,3231,1,0,0,0),(122552,31853,571,1,1,25300,1,5935.41,2486.54,538.336,3.53008,300,5,0,12600,0,1,0,0,0),(122553,31853,571,1,1,25300,1,6042.63,2571.47,537.58,5.94843,300,5,0,12600,0,1,0,0,0),(122554,31853,571,1,1,25300,1,5937.17,2318.1,524.65,3.6816,300,5,0,12600,0,1,0,0,0),(122555,31853,571,1,1,25300,1,5930.94,2388.49,529.057,2.79457,300,5,0,12600,0,1,0,0,0),(122556,31853,571,1,1,25300,1,5952.39,2432.42,522.637,3.10645,300,0,0,12600,0,2,0,0,0),(122557,25709,571,1,1,24961,0,3624.61,7304.02,224.236,4.69676,300,5,0,9291,3231,1,0,0,0),(122558,25709,571,1,1,24961,0,3577.93,7101.97,212.287,4.27788,300,5,0,9291,3231,1,0,0,0),(122559,25709,571,1,1,24961,0,3779.31,7349.98,202.131,0.644087,300,5,0,9291,3231,1,0,0,0),(122560,31853,571,1,1,25300,1,6073.13,2408.64,512.391,0.231888,300,0,0,12600,0,2,0,0,0),(122561,31853,571,1,1,25300,1,6156.64,2391.98,497.119,1.26441,300,0,0,12600,0,2,0,0,0),(122562,25709,571,1,1,24961,0,3821.72,7226.87,165.794,0.835944,300,0,0,9291,3231,2,0,0,0),(122563,25709,571,1,1,24961,0,4204.71,7044.46,175.353,0.267527,300,5,0,9291,3231,1,0,0,0),(122564,25709,571,1,1,24961,0,3836,6567.29,168.514,1.4733,300,5,0,9291,3231,1,0,0,0),(122565,25709,571,1,1,24961,0,3707.83,6799.51,161.541,3.58126,300,5,0,9291,3231,1,0,0,0),(122566,25709,571,1,1,24961,0,4024.59,6745.69,163.331,5.47789,300,5,0,9291,3231,1,0,0,0),(122567,25709,571,1,1,24961,0,3862.23,7163.71,166.303,3.26692,300,5,0,9291,3231,1,0,0,0),(122568,15214,571,1,1,0,0,8235.43,1079.95,819.114,3.63644,300,0,0,42,0,0,0,0,0),(122569,15214,571,1,1,0,0,7417.66,1765.26,659.163,0.26114,300,0,0,42,0,0,0,0,0),(122570,15214,571,1,1,0,0,7410.39,1766.35,661.327,4.67682,300,0,0,42,0,0,0,0,0),(122571,25711,571,1,1,23329,0,3703.78,6946.03,245.066,0.355757,300,0,0,8982,0,2,0,0,0),(122572,30576,571,1,1,15880,0,8088.79,3402.2,709.631,0.942478,300,0,0,42,0,0,0,0,0),(122573,30576,571,1,1,15880,0,8424.62,3005.23,718.685,0.907571,300,0,0,42,0,0,0,0,0),(122574,30576,571,1,1,15880,0,7887.08,3467.86,715.032,3.15905,300,0,0,42,0,0,0,0,0),(122575,30576,571,1,1,15880,0,8366.16,3388.55,700.722,4.99164,300,0,0,42,0,0,0,0,0),(122576,30576,571,1,1,15880,0,7726.64,3410.24,685.775,2.72271,300,0,0,42,0,0,0,0,0),(122577,30576,571,1,1,15880,0,7625.24,3559.53,714.919,2.11185,300,0,0,42,0,0,0,0,0),(122578,30576,571,1,1,15880,0,7858.32,3666.27,682.392,3.78736,300,0,0,42,0,0,0,0,0),(122579,30576,571,1,1,15880,0,7418.66,3592.87,704.483,4.36332,300,0,0,42,0,0,0,0,0),(122580,30576,571,1,1,15880,0,7176.7,3917.44,618.618,4.29351,300,0,0,42,0,0,0,0,0),(122581,30576,571,1,1,15880,0,7591.66,3470.85,716.561,2.19912,300,0,0,42,0,0,0,0,0),(122582,30576,571,1,1,15880,0,7742.21,3506.87,688.221,4.66003,300,0,0,42,0,0,0,0,0),(122583,30576,571,1,1,15880,0,6873.76,3885,733.255,1.76278,300,0,0,42,0,0,0,0,0),(122584,30576,571,1,1,15880,0,7709.72,3613.73,721.646,5.75959,300,0,0,42,0,0,0,0,0),(122585,30576,571,1,1,15880,0,7459.4,3684.62,651.794,2.26893,300,0,0,42,0,0,0,0,0),(122586,30576,571,1,1,15880,0,7796.75,3439.94,686.091,1.36136,300,0,0,42,0,0,0,0,0),(122587,30576,571,1,1,15880,0,8017.85,3638.93,691.321,2.61799,300,0,0,42,0,0,0,0,0),(122588,30576,571,1,1,15880,0,7717.97,3704.72,680.355,2.77507,300,0,0,42,0,0,0,0,0),(122589,30576,571,1,1,15880,0,7765.3,3585.15,692.784,1.58825,300,0,0,42,0,0,0,0,0),(122590,25712,571,1,1,20736,1,3760.33,7179.92,162.365,5.58505,300,0,0,9940,3387,0,0,0,0),(110283,23837,571,1,1,0,0,5647.35,-3502.6,362.827,4.39823,120,0,0,1,0,0,0,0,0),(1975959,4624,0,1,1,0,1,-6369.53,1272.53,7.18784,3.97047,300,0,0,16960,0,0,0,0,0),(1975934,29843,571,1,1,0,1,6990.75,68.8908,812.952,0.396717,300,0,0,11770,3809,0,0,0,0),(122609,25713,571,1,1,14886,1,3761.04,7207.85,159.981,1.62316,300,0,0,9291,0,0,0,0,0),(122610,25713,571,1,1,14886,1,3790.22,7174.33,159.873,0.017453,300,0,0,9291,0,0,0,0,0),(122611,25713,571,1,1,14886,1,3820.67,7153.96,163.426,4.93417,300,0,0,9291,0,2,0,0,0),(1975933,29843,571,1,1,0,1,6880.27,36.8712,794.944,0.374706,300,0,0,11770,3809,0,0,0,0),(74514,32241,571,1,1,0,0,6250.45,2656.44,570.333,2.19912,10,0,0,1,0,0,0,0,0),(74512,32239,571,1,1,0,0,6240.6,2658.84,570.333,5.86431,120,0,0,1,0,0,0,0,0),(74513,32241,571,1,1,0,0,6243.45,2667.72,570.333,5.41052,10,0,0,1,0,0,0,0,0),(122641,25713,571,1,1,14886,1,3733.81,7181.7,160.008,3.01942,300,0,0,9291,0,0,0,0,0),(122642,25713,571,1,1,14886,1,3755.07,7150.59,159.875,4.92183,300,0,0,9291,0,0,0,0,0),(122643,25713,571,1,1,14886,1,3715.23,7159.22,160.581,2.7131,300,0,0,9291,0,2,0,0,0),(122644,30067,571,1,1,26743,1,7429.38,4156.8,314.192,1.69297,300,0,0,12600,0,0,0,0,0),(122645,25204,571,1,1,21975,0,4355.13,6232.23,-0.61101,1.12642,300,5,0,8982,0,1,0,0,0),(122646,25716,571,1,1,25252,1,4113.91,6996.09,165.391,3.1765,300,0,0,9940,3387,0,0,0,0),(122647,30069,571,1,1,26744,1,7427.53,4156.48,314.192,1.74533,300,0,0,12600,0,0,0,0,0),(122648,25717,571,1,1,25195,1,4155.89,6942.37,168.448,2.27193,300,5,0,9291,3231,1,0,0,0),(122649,25717,571,1,1,25195,1,4125.36,7079.54,169.187,0.382707,300,5,0,9291,3231,1,0,0,0),(122650,25717,571,1,1,25195,1,4103.73,6946.98,163.136,3.11062,300,5,0,9291,3231,1,0,0,0),(122651,25717,571,1,1,25195,1,4125.96,6942.37,165.054,2.93437,300,5,0,9291,3231,1,0,0,0),(122652,25717,571,1,1,25195,1,4071.96,7059.75,166.736,5.87315,300,0,0,9291,3231,2,0,0,0),(122653,25717,571,1,1,25195,1,4183.21,6979.92,167.866,5.58306,300,5,0,9291,3231,1,0,0,0),(122654,25717,571,1,1,25195,1,4169.91,7031.95,167.92,1.40531,300,5,0,9291,3231,1,0,0,0),(122655,25717,571,1,1,25195,1,4158.8,7025.6,165.751,5.95471,300,0,0,9291,3231,2,0,0,0),(122656,25717,571,1,1,25195,1,4087.57,6936.84,165.808,2.68689,300,5,0,9291,3231,1,0,0,0),(122657,25717,571,1,1,25195,1,4052.73,6987.56,164.559,3.47472,300,5,0,9291,3231,1,0,0,0),(122658,30326,571,1,1,26940,0,8492.76,2667.16,652.437,2.72271,300,0,0,12600,0,0,0,0,0),(122659,30070,571,1,1,26745,0,7437.58,4161.18,314.192,2.05949,300,0,0,12600,0,0,0,0,0),(122660,25718,571,1,1,24906,0,3881.66,6564.67,171.115,4.80069,300,5,0,3992,3080,1,0,0,0),(122661,25718,571,1,1,24906,0,3767.87,6704.59,151.62,5.56606,300,5,0,3992,3080,1,0,0,0),(122662,25718,571,1,1,24906,0,3817.02,6751.44,150.473,3.36561,300,5,0,3992,3080,1,0,0,0),(122663,25718,571,1,1,24906,0,3758.26,6652.85,151.392,2.30018,300,5,0,3992,3080,1,0,0,0),(122664,25718,571,1,1,24906,0,3878.78,6618.41,165.305,0.945131,300,5,0,3992,3080,1,0,0,0),(122665,25718,571,1,1,24906,0,3879.95,6753.89,151.078,0.018494,300,5,0,3992,3080,1,0,0,0),(122666,25718,571,1,1,24906,0,3893.18,6643.9,166.189,0.866284,300,5,0,3992,3080,1,0,0,0),(122667,25718,571,1,1,24906,0,3796.4,6601.57,162.257,1.77146,300,5,0,3992,3080,1,0,0,0),(122668,25718,571,1,1,24906,0,3805.09,6541.64,173.371,1.53589,300,0,0,3992,3080,0,0,0,0),(122669,25718,571,1,1,24906,0,3726.05,6604.72,171.631,0.057272,300,0,0,3992,3080,0,0,0,0),(122670,25718,571,1,1,24906,0,3913.55,6754.73,150.581,2.73369,300,5,0,3992,3080,1,0,0,0),(122671,25719,571,1,1,23332,1,3876.68,6542.92,175.354,4.79636,300,0,0,7432,7332,2,0,0,0),(122672,25719,571,1,1,23332,1,3820.6,6679.23,152.865,0.680678,300,0,0,7432,7332,0,0,0,0),(122673,25719,571,1,1,23332,1,3835.53,6677.67,152.865,2.28638,300,0,0,7432,7332,0,0,0,0),(122674,25719,571,1,1,23332,1,3836.24,6692.86,152.865,3.89208,300,0,0,7432,7332,0,0,0,0),(122675,25719,571,1,1,23332,1,3772.38,6700.64,150.745,5.56418,300,0,0,7432,7332,2,0,0,0),(122676,25719,571,1,1,23332,1,3839.05,6746.13,150.877,3.36557,300,0,0,7432,7332,2,0,0,0),(122677,25719,571,1,1,23332,1,3822.54,6694.84,152.865,5.3058,300,0,0,7432,7332,0,0,0,0),(122678,25719,571,1,1,23332,1,3765.19,6646.19,152.201,2.45035,300,0,0,7432,7332,2,0,0,0),(122679,25719,571,1,1,23332,1,3877.74,6617.06,165.481,0.952235,300,0,0,7432,7332,2,0,0,0),(122680,25719,571,1,1,23332,1,3863.13,6753.52,150.519,3.16015,300,0,0,7432,7332,2,0,0,0),(122681,25719,571,1,1,23332,1,3856.67,6592.44,165.859,0.866302,300,0,0,7432,7332,2,0,0,0),(122682,25719,571,1,1,23332,1,3802.63,6610.85,160.925,1.72165,300,0,0,7432,7332,2,0,0,0),(122683,25719,571,1,1,23332,1,3856.67,6592.44,165.859,3.03687,300,0,0,7432,7332,2,0,0,0),(122684,25719,571,1,1,23332,1,3726.05,6604.72,171.631,5.52689,300,0,0,7432,7332,2,0,0,0),(122685,25719,571,1,1,23332,1,3908.27,6757.15,150.844,2.41561,300,0,0,7432,7332,2,0,0,0),(122686,25208,571,1,1,757,0,4012.81,6396.15,28.8583,4.90438,300,0,0,10685,0,0,0,0,0),(122687,25720,571,1,1,23331,0,3828.42,6685.65,153.202,2.04204,300,0,0,9610,3309,0,0,0,0),(122688,31353,571,1,1,11686,0,8253.11,1073.05,819.278,5.76574,300,5,0,10635,0,1,0,0,0),(122689,31353,571,1,1,11686,0,7416.07,1765.83,648.389,2.30317,300,5,0,10635,0,1,0,0,0),(122690,25721,571,1,1,23333,0,3922.53,6907.65,131.521,2.54878,300,15,0,9291,3231,1,0,0,0),(122691,25721,571,1,1,23333,0,3949.37,7225.18,166.058,1.26267,300,15,0,9291,3231,1,0,0,0),(122692,25721,571,1,1,23333,0,3965.26,6977.3,137.088,1.7077,300,15,0,9291,3231,1,0,0,0),(122693,25721,571,1,1,23333,0,3967.17,6959.46,146.227,1.64449,300,15,0,9291,3231,1,0,0,0),(122694,25721,571,1,1,23333,0,3983.05,6968.63,111.611,1.32596,300,15,0,9291,3231,1,0,0,0),(122695,25209,571,1,1,22989,0,3839.85,6406.78,23.6346,0.837758,300,0,0,9610,3309,0,0,0,0),(122696,25721,571,1,1,23333,0,3710.42,6914.42,156.684,0.299315,300,15,0,9291,3231,1,0,0,0),(122697,25721,571,1,1,23333,0,3976.93,6929.52,113.322,6.095,300,15,0,9291,3231,1,0,0,0),(122698,25721,571,1,1,23333,0,3951.67,7043.4,127.977,5.65622,300,15,0,9291,3231,1,0,0,0),(122699,25721,571,1,1,23333,0,3921.58,6910.1,112.977,3.79319,300,15,0,9291,3231,1,0,0,0),(122700,25721,571,1,1,23333,0,3858.92,7075.18,115.192,2.96748,300,15,0,9291,3231,1,0,0,0),(122701,25721,571,1,1,23333,0,3915.77,7054.76,108.517,2.63927,300,15,0,9291,3231,1,0,0,0),(122702,25721,571,1,1,23333,0,4080.03,6773.96,170.737,6.16862,300,15,0,9291,3231,1,0,0,0),(122703,25721,571,1,1,23333,0,3928.17,7053.51,113.465,5.98268,300,15,0,9291,3231,1,0,0,0),(122704,25721,571,1,1,23333,0,3980.23,6977.61,115.899,1.68104,300,15,0,9291,3231,1,0,0,0),(122705,25721,571,1,1,23333,0,3956.49,7035.22,110.679,5.7501,300,15,0,9291,3231,1,0,0,0),(122706,30074,571,1,1,26577,0,8380.47,2717.56,655.178,1.19812,300,0,0,37800,0,0,0,0,0),(202498,23771,571,1,1,0,0,1704.69,-2528.73,13.0695,2.77507,120,0,0,1,0,0,0,0,0),(48323,31146,1,1,1,27510,0,9999.41,2252.81,1329.65,3.75246,180,0,0,24009944,0,0,0,0,0),(48322,31144,0,1,1,16074,0,1771.39,349.593,-62.205,4.31096,180,0,0,1,0,0,0,0,0),(48321,31144,0,1,1,16074,0,-4948.38,-1169.87,501.805,5.14872,180,0,0,1,0,0,0,0,0),(48320,31144,0,1,1,16074,0,-4943.79,-1166.27,501.772,5.61996,180,0,0,1,0,0,0,0,0),(48319,31144,1,1,1,16074,0,9929.25,2260.65,1334.16,4.62512,180,0,0,1,0,0,0,0,0),(48318,31144,1,1,1,16074,0,9976.21,2262.37,1334.5,4.69494,180,0,0,1,0,0,0,0,0),(48317,31144,1,1,1,16074,0,9919.53,2261.12,1332.05,4.97419,180,0,0,1,0,0,0,0,0),(48316,31144,1,1,1,16074,0,9982.51,2262.49,1333.4,4.69494,180,0,0,1,0,0,0,0,0),(40592,21839,530,1,1,0,0,1785.86,4767.26,145.577,4.16543,300,5,0,6505,0,1,0,0,0),(34058,21839,530,1,1,0,0,1869.55,4921.42,147.661,0.140283,300,5,0,6505,0,1,0,0,0),(122718,25722,571,1,1,25250,1,3911.43,7345,183.365,0.100913,300,5,0,7432,7332,1,0,0,0),(122719,25722,571,1,1,25250,1,3477.6,7185.25,237.412,4.47688,300,5,0,7432,7332,1,0,0,0),(122720,25722,571,1,1,25250,1,3549.93,7255.56,241.209,2.00143,300,5,0,7432,7332,1,0,0,0),(122721,25722,571,1,1,25250,1,3583.79,7088.68,210.419,0.612324,300,5,0,7432,7332,1,0,0,0),(122722,25722,571,1,1,25250,1,3478.18,7046.3,207.256,3.06944,300,5,0,7432,7332,1,0,0,0),(122723,25722,571,1,1,25250,1,3673.64,7351.11,234.435,4.88123,300,5,0,7432,7332,1,0,0,0),(122724,25722,571,1,1,25250,1,3786.59,7345.53,199.033,2.29233,300,5,0,7432,7332,1,0,0,0),(122725,25722,571,1,1,25250,1,4050.77,6916.48,164.731,0.828174,300,5,0,7432,7332,1,0,0,0),(122726,25722,571,1,1,25250,1,3884.26,7187.17,167.39,2.90415,300,5,0,7432,7332,1,0,0,0),(122727,25722,571,1,1,25250,1,4077.92,7058.65,166.216,1.24603,300,5,0,7432,7332,1,0,0,0),(34054,21839,530,1,1,0,0,1970.95,4916.71,142.878,5.79515,300,5,0,6505,0,1,0,0,0),(34053,21839,530,1,1,0,0,2024.7,4905.79,140.883,3.59604,300,5,0,6505,0,1,0,0,0),(29882,21839,530,1,1,0,0,2154.45,4902.69,147.832,3.58426,300,5,0,6505,0,1,0,0,0),(29880,23895,571,1,1,21892,0,1426.65,-3148.94,164.79,4.06006,300,0,0,9291,0,0,0,0,0),(26169,25328,571,1,11,23117,1,2896.08,6263.66,61.5788,2.5,180,0,0,9610,3309,0,0,0,0),(135120,30734,530,1,1,27299,0,-771.901,2754.23,146.533,2.60872,180,0,0,2136,5751,0,0,0,0),(122736,25210,571,1,1,23004,1,4029.03,6312.86,7.79801,2.1668,300,5,0,9291,0,1,0,0,0),(122737,25722,571,1,1,25250,1,4120.93,6850.19,173.475,2.68566,300,0,0,7432,7332,0,0,0,0),(122738,25722,571,1,1,25250,1,4082.31,7179.78,175.063,2.86896,300,5,0,7432,7332,1,0,0,0),(122739,25722,571,1,1,25250,1,4157.7,7114.29,171.804,1.79118,300,5,0,7432,7332,1,0,0,0),(122740,25722,571,1,1,25250,1,3854.03,7279.29,177.309,0.996877,300,5,0,7432,7332,1,0,0,0),(122741,25722,571,1,1,25250,1,4016.2,6675.25,175.343,4.96588,300,5,0,7432,7332,1,0,0,0),(122742,25722,571,1,1,25250,1,3695.22,6587.65,181.157,1.15429,300,5,0,7432,7332,1,0,0,0),(122743,25722,571,1,1,25250,1,3643.8,6857.33,160.435,1.41689,300,5,0,7432,7332,1,0,0,0),(122744,25722,571,1,1,25250,1,3726.07,7141.6,162.398,5.17604,300,5,0,7432,7332,1,0,0,0),(122745,25722,571,1,1,25250,1,3639.97,7246.84,220.696,5.29769,300,5,0,7432,7332,1,0,0,0),(122746,25722,571,1,1,25250,1,4013.76,6575.17,184.211,4.92491,300,5,0,7432,7332,1,0,0,0),(122747,25722,571,1,1,25250,1,3785.85,6558.64,171.975,3.77735,300,5,0,7432,7332,1,0,0,0),(122748,25722,571,1,1,25250,1,3808.75,6706.58,150.773,5.46288,300,0,0,7432,7332,0,0,0,0),(122749,25722,571,1,1,25250,1,3808.53,6664.88,150.623,0.820305,300,0,0,7432,7332,0,0,0,0),(122750,25722,571,1,1,25250,1,3782.96,6811.22,150.895,1.10706,300,5,0,7432,7332,1,0,0,0),(122751,25722,571,1,1,25250,1,3711.85,6760.1,158.97,5.75958,300,5,0,7432,7332,1,0,0,0),(122752,25722,571,1,1,25250,1,3848.27,6707.24,150.818,3.9619,300,0,0,7432,7332,0,0,0,0),(122753,25722,571,1,1,25250,1,3849.53,6664.4,150.623,2.35619,300,0,0,7432,7332,0,0,0,0),(122754,25722,571,1,1,25250,1,3982.27,6751.65,156.623,1.03405,300,5,0,7432,7332,1,0,0,0),(122755,25722,571,1,1,25250,1,3982.16,6816.33,158.917,0.457954,300,5,0,7432,7332,1,0,0,0),(122756,25722,571,1,1,25250,1,3911.38,6748.12,150.754,2.85447,300,5,0,7432,7332,1,0,0,0),(122757,31868,571,1,1,25092,0,7260.01,1177.04,316.83,5.84685,300,0,0,50400,0,0,0,0,0),(122758,30588,571,1,1,11686,0,8253.38,1090.6,828.493,5.02495,300,5,0,10635,0,1,0,0,0),(122759,30330,571,1,1,26882,0,7828.21,3719.17,677.116,3.75416,1,0,0,12175,0,2,0,0,0),(122760,30330,571,1,1,26882,0,7922.47,3918.61,631.438,4.04032,1,0,0,12175,0,2,0,0,0),(122761,30330,571,1,1,26882,0,7946.33,3557.24,707.101,3.21568,1,0,0,12175,0,2,0,0,0),(122762,30330,571,1,1,26882,0,7919.72,3834.22,617.144,3.88366,1,0,0,12175,0,2,0,0,0),(122763,30330,571,1,1,26882,0,8001.18,3791.06,612.953,5.96876,1,0,0,12175,0,2,0,0,0),(122764,30330,571,1,1,26882,0,8026.38,3825.09,626.708,5.98209,1,0,0,12175,0,2,0,0,0),(122765,30330,571,1,1,26882,0,8112.57,3756.36,605.781,3.76432,1,0,0,12175,0,2,0,0,0),(122766,30330,571,1,1,26882,0,8170.07,3751.63,630.081,4.8515,1,0,0,12175,0,2,0,0,0),(122767,30330,571,1,1,26882,0,8279.06,3722.49,617.388,1.18263,1,0,0,12175,0,2,0,0,0),(122768,30330,571,1,1,26882,0,8311.41,3725.87,623.653,3.89173,1,0,0,12175,0,2,0,0,0),(122769,30330,571,1,1,26882,0,8400.75,3238.86,625.312,2.74551,1,0,0,12175,0,2,0,0,0),(122770,30330,571,1,1,26882,0,8413.86,3287.8,625.803,4.41565,1,0,0,12175,0,2,0,0,0),(122771,30330,571,1,1,26882,0,8498.65,3262.24,611.597,4.38419,1,0,0,12175,0,2,0,0,0),(122772,30330,571,1,1,26882,0,8529.38,3532.05,628.62,4.8044,1,0,0,12175,0,2,0,0,0),(122773,30330,571,1,1,26882,0,8585.11,3480.38,627.666,6.24607,1,0,0,12175,0,2,0,0,0),(122774,30330,571,1,1,26882,0,8608.77,3337.04,652.167,3.94128,1,0,0,12175,0,2,0,0,0),(122775,30330,571,1,1,26882,0,8458.71,3595.5,641.228,4.17872,1,0,0,12175,0,2,0,0,0),(122776,30330,571,1,1,26882,0,8505.48,3548.23,641.975,3.29594,1,0,0,12175,0,2,0,0,0),(122777,30589,571,1,1,11686,0,8247.16,1089.83,826.29,1.13287,300,5,0,10635,0,1,0,0,0),(122778,30335,571,1,1,26363,0,8411.12,2697.04,655.178,1.76278,300,0,0,12600,0,0,0,0,0),(122779,30335,571,1,1,26363,0,8405.26,2697.12,655.398,1.41372,300,0,0,12600,0,0,0,0,0),(122780,25215,571,1,1,478,1,4333.74,6230.62,-2.48122,0.367004,300,0,0,7984,0,0,0,0,0),(122781,25215,571,1,1,478,1,4338.49,6276.97,-4.08223,0.15007,300,0,0,7984,0,0,0,0,0),(122782,25215,571,1,1,652,1,4333.97,6193.68,-6.42245,5.58754,300,0,0,7984,0,0,0,0,0),(122783,25215,571,1,1,540,1,4306.76,6362.9,4.62872,0.616814,300,0,0,7984,0,0,0,0,0),(122784,25215,571,1,1,5243,1,4224.39,6167.68,0,1.34858,300,5,0,7984,0,1,0,0,0),(122785,25215,571,1,1,540,1,4236.97,6298.36,-0.771525,0.970628,300,0,0,7984,0,0,0,0,0),(122786,25215,571,1,1,478,1,4298.59,6299.95,0.48584,5.08788,300,0,0,7984,0,0,0,0,0),(122787,25215,571,1,1,478,1,4216.02,6187.84,1.9279,1.04322,300,0,0,7984,0,0,0,0,0),(122788,25215,571,1,1,478,1,4262.11,6170.9,-5.4745,2.2539,300,5,0,7984,0,1,0,0,0),(122789,25215,571,1,1,652,1,4163.97,6240.41,26.1374,2.06119,300,0,0,7984,0,0,0,0,0),(122790,30336,571,1,1,26947,1,8478.34,2631.42,653.388,4.43314,300,0,0,12600,0,0,0,0,0),(122791,25728,571,1,1,25225,1,3917.06,6817.92,150.507,4.11898,300,0,0,9291,0,0,0,0,0),(122792,25216,571,1,1,3617,1,4063.81,6264.57,23.4441,6.27412,300,0,0,6387,7031,0,0,0,0),(122793,25728,571,1,1,25225,1,3579.67,7284.34,235.572,2.26848,300,5,0,9291,0,1,0,0,0),(122794,25216,571,1,1,3940,1,4035.98,6461.29,22.1944,3.69151,300,5,0,6387,7031,1,0,0,0),(122795,25728,571,1,1,25225,1,3562.78,7189.18,225.075,5.20304,300,5,0,9291,0,1,0,0,0),(122796,25728,571,1,1,25225,1,3605.41,7314.4,237.426,4.96878,300,5,0,9291,0,1,0,0,0),(122797,25728,571,1,1,25225,1,4021.77,6927.94,165.955,6.10648,300,5,0,9291,0,1,0,0,0),(122798,25728,571,1,1,25225,1,4025.36,6888.99,166.311,0.328615,300,5,0,9291,0,1,0,0,0),(122799,25216,571,1,1,3940,1,4328.88,6379.21,0.591432,2.44346,300,0,0,6387,7031,0,0,0,0),(122800,25728,571,1,1,25225,1,3751.87,7295.47,207.134,2.03942,300,5,0,9291,0,1,0,0,0),(122801,25728,571,1,1,25225,1,4124.63,7092.05,170.516,5.25855,300,5,0,9291,0,1,0,0,0),(122802,25216,571,1,1,3940,1,3971.28,6449.13,17.3156,1.21509,300,5,0,6387,7031,1,0,0,0),(122803,25216,571,1,1,3940,1,3944.13,6368.61,11.397,3.53633,300,5,0,6387,7031,1,0,0,0),(122804,25216,571,1,1,3617,1,3928.94,6406.57,13.9941,2.76887,300,5,0,6387,7031,1,0,0,0),(122805,25728,571,1,1,25225,1,3698.07,7278.36,211.855,2.96585,300,5,0,9291,0,1,0,0,0),(122806,25728,571,1,1,25225,1,3853.06,7157.51,166.19,1.11183,300,10,0,9291,0,1,0,0,0),(122807,25728,571,1,1,25225,1,3810.39,7106.73,167.448,4.90124,300,5,0,9291,0,1,0,0,0),(122808,25728,571,1,1,25225,1,4045.97,7208.08,182.272,2.88577,300,5,0,9291,0,1,0,0,0),(122809,25728,571,1,1,25225,1,3556.04,7055.76,204.917,2.52864,300,5,0,9291,0,1,0,0,0),(122810,25728,571,1,1,25225,1,3803,7393.77,203.372,5.95927,300,5,0,9291,0,1,0,0,0),(122811,25728,571,1,1,25225,1,3514.75,7146.97,217.131,5.58508,300,5,0,9291,0,1,0,0,0),(122812,25728,571,1,1,25225,1,3514.82,7074.38,209.062,5.19408,300,5,0,9291,0,1,0,0,0),(122813,25728,571,1,1,25225,1,3528.84,7026.74,200.457,2.35745,300,5,0,9291,0,1,0,0,0),(122814,25728,571,1,1,25225,1,3492.84,7109.36,214.988,5.85677,300,5,0,9291,0,1,0,0,0),(122815,25728,571,1,1,25225,1,3842.25,7357.74,188.824,3.36361,300,5,0,9291,0,1,0,0,0),(122816,25216,571,1,1,4920,1,3997.04,6348.2,8.05543,5.09534,300,5,0,6387,7031,1,0,0,0),(122817,25216,571,1,1,3940,1,4018.39,6276.51,7.83475,5.63688,300,5,0,6387,7031,1,0,0,0),(122818,25216,571,1,1,3617,1,4022.49,6326.39,8.52253,3.34116,300,5,0,6387,7031,1,0,0,0),(122819,25216,571,1,1,3617,1,4059.27,6266.11,22.159,0.283669,300,5,0,6387,7031,1,0,0,0),(122820,25728,571,1,1,25225,1,3583.83,6845.97,174.005,1.54833,300,5,0,9291,0,1,0,0,0),(122821,25728,571,1,1,25225,1,3690.53,6820.61,160.952,2.49725,300,5,0,9291,0,1,0,0,0),(122822,25728,571,1,1,25225,1,3711.34,6853.04,155.984,2.02401,300,5,0,9291,0,1,0,0,0),(122823,25728,571,1,1,25225,1,3749.79,6890.08,154.591,5.10526,300,5,0,9291,0,1,0,0,0),(122824,25728,571,1,1,25225,1,4020.96,7164.66,171.108,5.03321,300,15,0,9291,0,1,0,0,0),(122825,25728,571,1,1,25225,1,4114.5,6919.72,168.47,2.61145,300,5,0,9291,0,1,0,0,0),(122826,25216,571,1,1,3940,1,4293.75,6214.58,0.705102,1.24895,300,5,0,6387,7031,1,0,0,0),(122827,25728,571,1,1,25225,1,4089.45,6842.39,168.189,-0.689647,300,0,0,9291,0,0,0,0,0),(122828,25216,571,1,1,4920,1,4017.05,6384.01,29.7595,1.93633,300,5,0,6387,7031,1,0,0,0),(122829,25216,571,1,1,11293,1,4188.7,6304.81,13.3154,1.88304,300,5,0,6387,7031,1,0,0,0),(122830,25216,571,1,1,11293,1,4281.6,6403.95,0.652001,1.07258,300,5,0,6387,7031,1,0,0,0),(122831,25728,571,1,1,25225,1,3885.19,7258.12,177.479,2.16584,300,0,0,9291,0,0,0,0,0),(122832,25728,571,1,1,25225,1,3818.7,7252.16,167.879,2.17674,300,5,0,9291,0,1,0,0,0),(122833,25216,571,1,1,3617,1,4236.85,6227.31,0.63844,5.19739,300,5,0,6387,7031,1,0,0,0),(122834,25216,571,1,1,4920,1,4213.42,6248.43,8.32139,3.03096,300,5,0,6387,7031,1,0,0,0),(122835,25216,571,1,1,3940,1,4169.87,6174.96,9.27637,0.481337,300,5,0,6387,7031,1,0,0,0),(122836,25216,571,1,1,3940,1,4293.91,6261.33,0.829847,1.10279,300,5,0,6387,7031,1,0,0,0),(122837,25728,571,1,1,25225,1,4082.2,6888.15,167.542,6.02805,300,5,0,9291,0,1,0,0,0),(122838,25216,571,1,1,3940,1,4284.06,6283.03,0.36084,4.25153,300,5,0,6387,7031,1,0,0,0),(122839,25728,571,1,1,25225,1,3980.68,6619.27,175.227,6.23922,300,5,0,9291,0,1,0,0,0),(122840,25216,571,1,1,11293,1,4093.53,6287.77,25.7105,4.27716,300,5,0,6387,7031,1,0,0,0),(122841,25728,571,1,1,25225,1,3847.82,6543.21,173.041,5.2245,300,5,0,9291,0,1,0,0,0),(122842,25728,571,1,1,25225,1,3619.05,7192.14,219.747,5.76025,300,5,0,9291,0,1,0,0,0),(122843,25728,571,1,1,25225,1,3603.81,7151.87,221.741,4.76498,300,5,0,9291,0,1,0,0,0),(122844,25728,571,1,1,25225,1,3792.45,6622.14,157.409,0.330283,300,5,0,9291,0,1,0,0,0),(122845,25728,571,1,1,25225,1,3949.39,6782.82,153.945,6.05864,300,5,0,9291,0,1,0,0,0),(122846,25728,571,1,1,25225,1,4008.38,6776.67,161.801,3.94795,300,5,0,9291,0,1,0,0,0),(122847,25728,571,1,1,25225,1,3848,6748.06,150.504,3.40114,300,5,0,9291,0,1,0,0,0),(122848,25728,571,1,1,25225,1,3649.99,7020.45,166.278,0.907933,300,5,0,9291,0,1,0,0,0),(122849,25216,571,1,1,4920,1,4241.96,6190.66,0.937441,5.65487,300,0,0,6387,7031,0,0,0,0),(122850,25217,571,1,1,1079,1,4012.33,6472.04,22.3178,1.51303,300,0,0,7984,0,0,0,0,0),(122851,25217,571,1,1,1305,1,3987.23,6472.96,22.5494,2.35653,300,0,0,7984,0,0,0,0,0),(122852,25217,571,1,1,506,1,3985.04,6307.41,8.08208,1.21468,300,5,0,7984,0,1,0,0,0),(122853,25217,571,1,1,1305,1,3913.05,6361.26,12.3071,3.50709,300,5,0,7984,0,1,0,0,0),(122854,25217,571,1,1,506,1,3925.44,6368.94,10.5224,0.335856,300,5,0,7984,0,1,0,0,0),(122855,25217,571,1,1,1305,1,3939.36,6390.99,11.3957,5.4393,300,5,0,7984,0,1,0,0,0),(122856,25217,571,1,1,1305,1,4262.25,6372.4,0.673519,5.47125,300,5,0,7984,0,1,0,0,0),(122857,30081,571,1,1,26827,1,8376.6,3069.63,588.225,0.541052,300,0,0,12600,3994,0,0,0,0),(122858,25217,571,1,1,391,1,4031.35,6297.91,5.47734,0.5429,300,5,0,7984,0,1,0,0,0),(122859,25217,571,1,1,391,1,4203.24,6323.24,13.9689,2.13768,300,5,0,7984,0,1,0,0,0),(122860,25217,571,1,1,1305,1,4189.17,6245.99,8.43107,3.44409,300,5,0,7984,0,1,0,0,0),(122861,25217,571,1,1,391,1,4233.76,6206.89,0.140188,0.048837,300,0,0,7984,0,0,0,0,0),(122862,25217,571,1,1,1305,1,4061.74,6350.52,24.8078,1.73297,300,5,0,7984,0,1,0,0,0),(122863,25217,571,1,1,506,1,4319.1,6321.68,0.618582,4.81711,300,0,0,7984,0,0,0,0,0),(122864,25217,571,1,1,506,1,4307.14,6304.13,0.586074,6.14356,300,0,0,7984,0,0,0,0,0),(122865,25217,571,1,1,506,1,4292.61,6396.63,0.691488,4.17337,300,5,0,7984,0,1,0,0,0),(122866,25217,571,1,1,1079,1,4281.88,6351.69,0.440778,4.34516,300,5,0,7984,0,1,0,0,0),(122867,25217,571,1,1,506,1,4173.77,6192.72,9.27637,4.54952,300,5,0,7984,0,1,0,0,0),(122868,25217,571,1,1,1079,1,4304.28,6203.43,0.519855,3.98611,300,5,0,7984,0,1,0,0,0),(122869,25217,571,1,1,1079,1,4295.18,6240.57,0.579847,1.64925,300,5,0,7984,0,1,0,0,0),(122870,25217,571,1,1,1079,1,4218,6182.81,1.4279,1.63568,300,5,0,7984,0,1,0,0,0),(122871,25217,571,1,1,506,1,4154.14,6246.81,30.8572,5.48259,300,0,0,7984,0,0,0,0,0),(122872,25217,571,1,1,1079,1,4113.01,6276.87,25.6806,3.93962,300,0,0,7984,0,2,0,0,0),(122873,25217,571,1,1,506,1,4156.33,6279.25,30.99,4.7491,300,5,0,7984,0,1,0,0,0),(122874,25217,571,1,1,1079,1,4086.5,6274.5,27.5666,3.23632,300,5,0,7984,0,1,0,0,0),(122875,25217,571,1,1,506,1,4259.39,6247.17,0.00219,1.32575,300,5,0,7984,0,1,0,0,0),(122876,25217,571,1,1,1305,1,4273.03,6186.47,0.235363,4.7416,300,5,0,7984,0,1,0,0,0),(122877,30597,571,1,1,28292,0,6734.82,3532.48,669.524,5.96093,300,5,0,12600,0,1,0,0,0),(122878,30597,571,1,1,28292,0,6823.13,3522.13,690.969,1.71015,300,5,0,12600,0,1,0,0,0),(122879,30597,571,1,1,28292,0,6942.93,3503.98,705.551,3.92725,300,5,0,12600,0,1,0,0,0),(122880,30597,571,1,1,28292,0,6768.32,3506.63,671.25,3.63417,300,5,0,12600,0,1,0,0,0),(122881,30597,571,1,1,28292,0,6421.79,3204.96,642.981,2.9255,300,5,0,12600,0,1,0,0,0),(122882,30597,571,1,1,28292,0,6887.08,3439.28,704.231,4.6258,300,5,0,12600,0,1,0,0,0),(122883,30597,571,1,1,28292,0,6867.74,3448.58,700.231,1.41164,300,5,0,12600,0,1,0,0,0),(122884,30597,571,1,1,28292,0,6911.29,3517.92,706.01,4.69791,300,5,0,12600,0,1,0,0,0),(122885,30597,571,1,1,28292,0,6640.86,3452.22,625.813,3.08334,300,5,0,12600,0,1,0,0,0),(122886,30597,571,1,1,28292,0,6723.87,3504.77,659.151,5.80443,300,5,0,12600,0,1,0,0,0),(122887,30597,571,1,1,28292,0,6910.7,3464.6,704.084,2.31662,300,5,0,12600,0,1,0,0,0),(122888,30597,571,1,1,28292,0,6760.79,3448.48,676.891,6.03821,300,5,0,12600,0,1,0,0,0),(122889,30597,571,1,1,28292,0,6714.43,3427.27,682.242,0.027096,300,5,0,12600,0,1,0,0,0),(122890,30597,571,1,1,28292,0,6862.16,3496.29,695.996,5.37205,300,5,0,12600,0,1,0,0,0),(122891,30597,571,1,1,28292,0,6822.3,3500.96,690.469,3.93215,300,5,0,12600,0,1,0,0,0),(122892,30597,571,1,1,28292,0,6747.08,3479.63,665.808,1.22601,300,5,0,12600,0,1,0,0,0),(122893,30597,571,1,1,28292,0,6661.63,3465.19,631.688,0.88825,300,5,0,12600,0,1,0,0,0),(122894,30597,571,1,1,28292,0,6661.08,3445.78,632.851,1.67333,300,5,0,12600,0,1,0,0,0),(122895,30597,571,1,1,28292,0,6410.37,3234.98,641.02,3.07162,300,5,0,12600,0,1,0,0,0),(122896,30597,571,1,1,28292,0,6436.76,3228.4,642.775,2.43085,300,5,0,12600,0,1,0,0,0),(122897,30597,571,1,1,28292,0,6488.66,3207.02,651.091,4.97211,300,5,0,12600,0,1,0,0,0),(122898,30597,571,1,1,28292,0,6453.73,3262.57,639.595,1.97403,300,5,0,12600,0,1,0,0,0),(122899,30597,571,1,1,28292,0,6668.57,3549.68,670.434,0.045736,300,5,0,12600,0,1,0,0,0),(122900,30597,571,1,1,28292,0,6668.55,3563.87,671.184,6.16884,300,5,0,12600,0,1,0,0,0),(122901,30597,571,1,1,28292,0,6694.31,3559.92,669.934,4.25749,300,5,0,12600,0,1,0,0,0),(122902,30597,571,1,1,28292,0,6513.47,3417.79,599.33,0.535157,300,5,0,12600,0,1,0,0,0),(122903,30597,571,1,1,28292,0,6511.05,3462.56,595.858,4.27306,300,5,0,12600,0,1,0,0,0),(122904,30597,571,1,1,28292,0,6511.35,3400.27,599.83,5.1243,300,5,0,12600,0,1,0,0,0),(122905,30597,571,1,1,28292,0,6488.95,3441.31,595.759,4.37517,300,5,0,12600,0,1,0,0,0),(122906,30597,571,1,1,28292,0,6542.19,3424.58,598.454,0.178231,300,5,0,12600,0,1,0,0,0),(122907,30597,571,1,1,28292,0,6471.15,3357.09,605.833,5.30033,300,5,0,12600,0,1,0,0,0),(122908,30597,571,1,1,28292,0,6528.69,3412.99,598.705,4.77233,300,5,0,12600,0,1,0,0,0),(122909,30597,571,1,1,28292,0,6542.44,3324.37,665.067,2.60048,300,5,0,12600,0,1,0,0,0),(122910,30597,571,1,1,28292,0,6509.22,3320.35,665.69,3.73105,300,5,0,12600,0,1,0,0,0),(122911,30597,571,1,1,28292,0,6570.93,3310.24,669.308,5.02068,300,5,0,12600,0,1,0,0,0),(122912,30597,571,1,1,28292,0,6543.61,3286.05,668.79,5.05519,300,5,0,12600,0,1,0,0,0),(122913,30597,571,1,1,28292,0,6684.35,3529.05,671.37,2.17245,300,5,0,12600,0,1,0,0,0),(122914,30597,571,1,1,28292,0,6663.98,3267.58,668.826,4.62517,300,5,0,12600,0,1,0,0,0),(122916,30086,571,1,1,25771,1,8487.4,3118.93,588.225,3.57792,300,0,0,12600,0,0,0,0,0),(122917,30599,571,1,1,15880,0,8125.98,3400.17,714.492,0,300,0,0,42,0,0,0,0,0),(122918,30599,571,1,1,15880,0,8085.44,3440.01,714.19,0,300,0,0,42,0,0,0,0,0),(122919,30599,571,1,1,15880,0,8447.17,3006.1,706.787,3.90954,300,0,0,42,0,0,0,0,0),(122920,30599,571,1,1,15880,0,8398.95,3004.24,708.069,2.07694,300,0,0,42,0,0,0,0,0),(122921,30599,571,1,1,15880,0,7894.5,3494.1,726.385,0,300,0,0,42,0,0,0,0,0),(122922,30599,571,1,1,15880,0,7881.33,3443.63,715.999,0,300,0,0,42,0,0,0,0,0),(122923,30599,571,1,1,15880,0,8401.98,3406.02,694.394,3.71755,300,0,0,42,0,0,0,0,0),(122924,30599,571,1,1,15880,0,8338.85,3372.63,678.95,1.09956,300,0,0,42,0,0,0,0,0),(122925,30599,571,1,1,15880,0,7730.97,3431.81,693.192,0,300,0,0,42,0,0,0,0,0),(122926,30599,571,1,1,15880,0,7723.59,3395.87,686.896,0,300,0,0,42,0,0,0,0,0),(122927,30599,571,1,1,15880,0,7608.21,3555.97,725.831,0,300,0,0,42,0,0,0,0,0),(122928,30599,571,1,1,15880,0,7639.09,3560.31,715.436,0,300,0,0,42,0,0,0,0,0),(122929,30599,571,1,1,15880,0,7869.79,3670.49,683.933,0,300,0,0,42,0,0,0,0,0),(122930,30599,571,1,1,15880,0,7837.88,3659.14,689.466,0,300,0,0,42,0,0,0,0,0),(122931,30599,571,1,1,15880,0,7436.75,3593.08,715.31,0,300,0,0,42,0,0,0,0,0),(122932,30599,571,1,1,15880,0,7407.22,3592.32,705.133,0,300,0,0,42,0,0,0,0,0),(122933,30599,571,1,1,15880,0,7172.47,3956.96,627.495,2.68781,300,0,0,42,0,0,0,0,0),(122934,30599,571,1,1,15880,0,7135.96,3911.99,627.38,4.88692,300,0,0,42,0,0,0,0,0),(122935,30599,571,1,1,15880,0,7604.8,3478.7,724.858,0,300,0,0,42,0,0,0,0,0),(122936,30599,571,1,1,15880,0,7579.67,3461.16,715.94,0,300,0,0,42,0,0,0,0,0),(122937,30599,571,1,1,15880,0,7746.55,3490.96,689.46,0,300,0,0,42,0,0,0,0,0),(122938,30599,571,1,1,15880,0,7737.29,3523.28,689.455,0,300,0,0,42,0,0,0,0,0),(122939,30599,571,1,1,15880,0,6890.3,3869.81,723.154,4.03171,300,0,0,42,0,0,0,0,0),(122940,30599,571,1,1,15880,0,6852.82,3893.54,725.28,0.663225,300,0,0,42,0,0,0,0,0),(122941,30599,571,1,1,15880,0,7724.3,3626.8,732.728,0,300,0,0,42,0,0,0,0,0),(122942,30599,571,1,1,15880,0,7699.38,3605.33,722.144,0,300,0,0,42,0,0,0,0,0),(122943,30599,571,1,1,15880,0,7453.86,3645.89,664.346,4.85202,300,0,0,42,0,0,0,0,0),(122944,30599,571,1,1,15880,0,7498.35,3681.57,665.286,5.77704,300,0,0,42,0,0,0,0,0),(122945,30599,571,1,1,15880,0,7784.01,3449.58,687.203,0,300,0,0,42,0,0,0,0,0),(122946,30599,571,1,1,15880,0,7808.22,3429.95,686.99,0,300,0,0,42,0,0,0,0,0),(122947,30599,571,1,1,15880,0,8002.78,3609,668.427,0,300,0,0,42,0,0,0,0,0),(122948,30599,571,1,1,15880,0,8036.31,3671.51,685.104,0,300,0,0,42,0,0,0,0,0),(122949,30599,571,1,1,15880,0,7710.07,3718.7,681.388,0,300,0,0,42,0,0,0,0,0),(122950,30599,571,1,1,15880,0,7725.16,3689.8,681.663,0,300,0,0,42,0,0,0,0,0),(122951,30599,571,1,1,15880,0,7770.4,3601.39,693.833,0,300,0,0,42,0,0,0,0,0),(122952,30599,571,1,1,15880,0,7760.6,3571.25,693.626,0,300,0,0,42,0,0,0,0,0),(137685,15218,1,1,1,0,0,-1324.94,87.0497,129.79,4.85202,120,0,0,1,0,0,0,0,0),(122955,31115,571,1,1,27476,1,6385.98,453.537,513.774,5.98648,300,0,0,12600,3994,0,0,0,0),(122956,31117,571,1,1,11686,0,7079.42,4347.03,871.721,3.31613,300,5,0,42,0,1,0,0,0),(137684,14871,1,1,1,0,0,-1479.99,205.206,-7.70947,3.28122,120,0,0,1,0,0,0,0,0),(122959,31887,571,1,1,21342,0,7737.37,2390.22,377.556,4.99164,300,0,0,12600,3994,0,0,0,0),(122960,31887,571,1,1,21342,0,7784.32,2359.6,378.58,4.74729,300,0,0,12600,3994,0,0,0,0),(122961,31887,571,1,1,21342,0,7800.72,2314.19,377.087,3.08923,300,0,0,12600,3994,0,0,0,0),(122962,31887,571,1,1,21342,0,7774.28,2281.63,372.872,4.7822,300,0,0,12600,3994,0,0,0,0),(122963,31887,571,1,1,21342,0,7754.1,2333.02,374.455,3.22886,300,0,0,12600,3994,0,0,0,0),(122964,31887,571,1,1,21342,0,7641.18,2332.79,372.653,0.715585,300,0,0,12600,3994,0,0,0,0),(122965,31887,571,1,1,21342,0,7619.54,2294.23,374.098,5.81195,300,0,0,12600,3994,0,0,0,0),(122966,31887,571,1,1,21342,0,7706.81,2320.33,371.75,2.53073,300,0,0,12600,3994,0,0,0,0),(122967,31887,571,1,1,21342,0,7801.47,2216.76,369.609,1.44862,300,0,0,12600,3994,0,0,0,0),(122968,31887,571,1,1,21342,0,7771.1,2237.45,369.173,4.66003,300,0,0,12600,3994,0,0,0,0),(137683,14868,1,1,1,0,0,-1633.75,92.3871,-17.8649,0.383972,120,0,0,1,0,0,0,0,0),(122970,31887,571,1,1,21342,0,7681.27,2159.89,367.748,2.72271,300,0,0,12600,3994,0,0,0,0),(122971,31887,571,1,1,21342,0,7661.92,2204.57,368.314,0.20944,300,0,0,12600,3994,0,0,0,0),(122972,31887,571,1,1,21342,0,7698.04,2369.19,374.759,3.61283,300,0,0,12600,3994,0,0,0,0),(137682,14867,1,1,1,0,0,-1523.3,122.825,-3.02492,2.42753,120,0,0,1,0,0,0,0,0),(137681,14866,1,1,1,0,0,-1573.15,159.602,-7.71154,3.82126,120,0,0,1,0,2,0,0,0),(122975,31887,571,1,1,21342,0,7711.93,2245.82,366.991,2.79253,300,0,0,12600,3994,0,0,0,0),(122976,31887,571,1,1,21342,0,7713.25,2284.57,370.129,2.51327,300,0,0,12600,3994,0,0,0,0),(122977,31887,571,1,1,21342,0,7681.73,2269.46,367.968,5.0091,300,0,0,12600,3994,0,0,0,0),(122978,31887,571,1,1,21342,0,7745.83,2290.97,372.15,0.610865,300,0,0,12600,3994,0,0,0,0),(122979,31887,571,1,1,21342,0,7662.82,2303.97,371.171,2.18166,300,0,0,12600,3994,0,0,0,0),(122980,31887,571,1,1,21342,0,7831.97,2251.93,375.018,1.16937,300,0,0,12600,3994,0,0,0,0),(122981,31887,571,1,1,21342,0,7826.43,2284.09,377.029,4.83456,300,0,0,12600,3994,0,0,0,0),(122982,31887,571,1,1,21342,0,7868.87,2264.74,379.433,4.72984,300,0,0,12600,3994,0,0,0,0),(137680,14865,1,1,1,0,0,-1623.63,103.792,-17.8649,1.76278,120,0,0,1,0,0,0,0,0),(122984,31888,571,1,1,11686,0,7496.62,1734.49,354.767,1.53589,300,5,0,12600,0,1,0,0,0),(137675,14846,1,1,1,0,0,-1575.47,177.926,-7.70948,4.90438,120,0,0,1,0,0,0,0,0),(137674,14845,1,1,1,0,0,-1584.82,167.721,-7.37061,6.07375,120,0,0,1,0,0,0,0,0),(137656,4242,1,1,1,0,0,10296.3,2551.93,1334.79,0.578794,300,5,0,1,0,1,0,0,0),(137655,4242,1,1,1,0,0,10211.2,2672.79,1321.91,5.53195,300,5,0,1,0,1,0,0,0),(137654,35168,1,1,1,0,0,10133.8,2523.93,1326.4,3.14159,120,0,0,1,0,0,0,0,0),(137653,35281,1,1,1,0,1,9664.62,2529.99,1360.08,5.70723,120,0,0,1,0,0,0,0,0),(122992,29329,571,1,1,26169,1,7734.54,4901.27,3.3551,4.70877,300,0,0,12175,3893,2,0,0,0),(122993,29329,571,1,1,26169,1,7819.49,4859.12,3.96748,1.92361,300,0,0,12175,3893,2,0,0,0),(122994,29329,571,1,1,26166,1,7596.29,4914.72,33.4212,5.3612,300,0,0,12175,3893,2,0,0,0),(122995,29329,571,1,1,26169,1,7849.32,4794.38,14.513,3.60729,300,0,0,12175,3893,0,0,0,0),(122996,29329,571,1,1,26167,1,7928.68,4888.87,0.976004,6.16101,300,0,0,12175,3893,0,0,0,0),(122997,29329,571,1,1,26167,1,7850.17,4850.27,4.24518,4.62698,300,0,0,12175,3893,2,0,0,0),(122998,29329,571,1,1,26168,1,7754.81,4957.03,3.41744,6.28175,300,0,0,12175,3893,2,0,0,0),(122999,29329,571,1,1,26168,1,7774.85,4988.9,4.00619,5.34675,300,0,0,12175,3893,2,0,0,0),(123000,29329,571,1,1,26167,1,7807.02,5072.13,2.38927,1.41476,300,0,0,12175,3893,2,0,0,0),(123001,29329,571,1,1,26169,1,7467.89,4848.98,54.2425,2.21657,300,0,0,12175,3893,0,0,0,0),(123002,29329,571,1,1,26166,1,7486.44,4839.78,54.2425,2.40855,300,0,0,12175,3893,0,0,0,0),(123003,29329,571,1,1,26168,1,7848.2,5031.62,1.03601,0.261799,300,0,0,12175,3893,0,0,0,0),(123004,29329,571,1,1,26168,1,7727.71,5044.15,3.84207,0.03134,300,0,0,12175,3893,2,0,0,0),(123005,29329,571,1,1,26169,1,7541.71,4844.29,54.2205,0.139626,300,0,0,12175,3893,0,0,0,0),(123006,29329,571,1,1,26166,1,7541.57,4852.81,54.2202,6.24828,300,0,0,12175,3893,0,0,0,0),(123007,29329,571,1,1,26167,1,7504.05,4891.42,43.3663,0.676621,300,0,0,12175,3893,0,0,0,0),(123008,29330,571,1,1,26173,1,7581.68,4977.32,14.3311,-0.115154,300,0,0,12175,0,0,0,0,0),(137693,24484,1,1,1,0,0,9963.26,2200.82,1328.44,1.56872,120,0,0,1,0,0,0,0,0),(137692,24484,1,1,1,0,0,9961.04,2204.8,1328.62,5.22127,120,0,0,1,0,0,0,0,0),(137691,24484,1,1,1,0,0,9960.72,2201.13,1328.37,6.16432,120,0,0,1,0,0,0,0,0),(137690,24484,1,1,1,0,0,9960.27,2239.79,1333.06,4.73438,120,0,0,1,0,0,0,0,0),(123013,29330,571,1,1,26173,1,7667.29,5088.78,8.76805,5.89921,300,0,0,12175,0,0,0,0,0),(123014,29330,571,1,1,26173,1,7574.02,5066.22,14.1081,3.57344,300,5,0,12175,0,1,0,0,0),(123015,29330,571,1,1,26171,1,7605.02,5088.91,14.3937,4.40001,300,5,0,12175,0,1,0,0,0),(123016,29330,571,1,1,26170,1,7624.38,4761.1,14.5585,1.19089,300,0,0,12175,0,2,0,0,0),(123017,29330,571,1,1,26171,1,7765.15,4769.21,13.6897,0.492459,300,0,0,12175,0,2,0,0,0),(123018,29330,571,1,1,26172,1,7645.85,4819.29,14.5497,4.31699,300,0,0,12175,0,2,0,0,0),(123019,29330,571,1,1,26172,1,7725.93,4849.57,4.94224,0.087266,300,0,0,12175,0,0,0,0,0),(123020,29330,571,1,1,26173,1,7724.68,4839.9,5.17043,0.366519,300,0,0,12175,0,0,0,0,0),(123021,29330,571,1,1,26172,1,7617.54,4935.04,14.2548,4.93497,300,0,0,12175,0,2,0,0,0),(123022,29330,571,1,1,26173,1,7725.05,4867.69,4.90322,0.034907,300,0,0,12175,0,0,0,0,0),(123023,29330,571,1,1,26170,1,7744.02,4849.05,4.73477,3.12414,300,0,0,12175,0,0,0,0,0),(123024,29330,571,1,1,26172,1,7743.39,4867.43,4.57346,2.40575,300,0,0,12175,0,0,0,0,0),(123025,29330,571,1,1,26173,1,7598.07,4658.08,-0.611657,0.453786,300,0,0,12175,0,0,0,0,0),(123026,29330,571,1,1,26171,1,7657.71,4865.47,4.90532,3.21141,300,0,0,12175,0,0,0,0,0),(123027,29330,571,1,1,26173,1,7644.15,4888.69,14.4477,5.30285,300,5,0,12175,0,1,0,0,0),(123028,29330,571,1,1,26170,1,7720.53,5001.51,8.26317,2.98451,300,0,0,12175,0,0,0,0,0),(123029,29330,571,1,1,26173,1,7704.42,5009.19,8.26415,1.48353,300,0,0,12175,0,0,0,0,0),(123030,29330,571,1,1,26173,1,7710.73,4997.52,0.975819,4.69494,300,0,0,12175,0,0,0,0,0),(123031,29330,571,1,1,26172,1,7674.35,5000.83,8.26275,6.17846,300,0,0,12175,0,0,0,0,0),(123032,29330,571,1,1,26170,1,7698.81,5007.02,0.941351,5.20108,300,0,0,12175,0,0,0,0,0),(123033,29330,571,1,1,26173,1,7904.94,5000.98,2.80356,0.017453,300,0,0,12175,0,0,0,0,0),(123034,29330,571,1,1,26171,1,7715.37,5095.83,8.07111,1.46608,300,0,0,12175,0,0,0,0,0),(123035,29330,571,1,1,26173,1,7905.09,4986.78,2.90797,0.069813,300,0,0,12175,0,0,0,0,0),(123036,29330,571,1,1,26172,1,7679.67,5088.08,0.748726,0.05236,300,0,0,12175,0,0,0,0,0),(123037,29330,571,1,1,26172,1,7710.83,5092.6,0.748727,0,300,0,0,12175,0,0,0,0,0),(123038,29330,571,1,1,26172,1,7846.61,5063.36,-0.945956,0.15708,300,0,0,12175,0,0,0,0,0),(123039,29330,571,1,1,26171,1,7815.85,5086.86,1.94748,6.10865,300,0,0,12175,0,0,0,0,0),(123040,29330,571,1,1,26170,1,7831.68,5090.72,2.68148,3.57792,300,0,0,12175,0,0,0,0,0),(123041,29330,571,1,1,26172,1,7792.4,5119.84,-0.596341,0.925025,300,0,0,12175,0,0,0,0,0),(123042,29330,571,1,1,26171,1,7724.06,4729.52,13.9699,4.46699,300,0,0,12175,0,2,0,0,0),(123043,29330,571,1,1,26173,1,7681.81,5082.57,8.06998,0.034907,300,0,0,12175,0,0,0,0,0),(123044,29330,571,1,1,26171,1,7700.35,5093.68,8.07069,3.10669,300,0,0,12175,0,0,0,0,0),(123045,29330,571,1,1,26170,1,7597.41,4886.03,43.1384,0.802851,300,0,0,12175,0,0,0,0,0),(123046,29330,571,1,1,26170,1,7564.49,4871.14,43.9466,0.698132,300,0,0,12175,0,0,0,0,0),(123047,29330,571,1,1,26170,1,7553.26,4870.09,46.9163,1.25664,300,0,0,12175,0,0,0,0,0),(123048,29330,571,1,1,26170,1,7658.85,4847.54,4.94661,3.14159,300,0,0,12175,0,0,0,0,0),(123049,29330,571,1,1,26172,1,7554.79,4876.63,43.961,1.309,300,0,0,12175,0,0,0,0,0),(123050,29330,571,1,1,26171,1,7588.91,4801.24,42.728,5.65487,300,0,0,12175,0,0,0,0,0),(123051,29330,571,1,1,26173,1,7601.18,4816.06,42.7339,5.60251,300,0,0,12175,0,0,0,0,0),(123052,29330,571,1,1,26171,1,7544.88,4891.81,44.6008,2.25148,300,0,0,12175,0,0,0,0,0),(123053,29330,571,1,1,26170,1,7811.55,4850.21,4.48735,0.034907,300,0,0,12175,0,0,0,0,0),(123054,29330,571,1,1,26170,1,7810.89,4868.23,4.49414,4.14078,300,0,0,12175,0,0,0,0,0),(123055,29330,571,1,1,26172,1,7584.17,4899.88,43.1326,0.959931,300,0,0,12175,0,0,0,0,0),(123056,29330,571,1,1,26171,1,7537.67,4800.34,44.1769,2.46091,300,0,0,12175,0,0,0,0,0),(123057,29330,571,1,1,26173,1,7607.45,4859.94,42.999,0.05236,300,0,0,12175,0,0,0,0,0),(123058,29330,571,1,1,26173,1,7787.89,4784.58,13.8984,2.54818,300,0,0,12175,0,0,0,0,0),(123059,29330,571,1,1,26170,1,7607.77,4840.8,42.9933,0.10472,300,0,0,12175,0,0,0,0,0),(123060,29330,571,1,1,26170,1,7490.88,4797.11,45.0412,4.57276,300,0,0,12175,0,0,0,0,0),(123061,29330,571,1,1,26173,1,7518.4,4800.76,44.7663,5.16232,300,0,0,12175,0,0,0,0,0),(123062,29330,571,1,1,26173,1,7481.82,4808.01,44.9403,2.80998,300,0,0,12175,0,0,0,0,0),(123063,29330,571,1,1,26173,1,7911.93,4937.02,-0.320443,1.15192,300,0,0,12175,0,0,0,0,0),(123064,29330,571,1,1,26171,1,7553.58,4827.56,46.9161,5.09636,300,0,0,12175,0,0,0,0,0),(123065,29330,571,1,1,26171,1,7515.07,4764.19,48.814,5.48033,300,0,0,12175,0,0,0,0,0),(123066,29330,571,1,1,26171,1,7570.33,4859.72,43.9399,0.314159,300,0,0,12175,0,0,0,0,0),(123067,29330,571,1,1,26173,1,7555.69,4821.17,43.9609,5.16617,300,0,0,12175,0,0,0,0,0),(123068,29330,571,1,1,26172,1,7882.56,4919.3,1.66246,2.47837,300,0,0,12175,0,0,0,0,0),(123069,29330,571,1,1,26170,1,7570.96,4838.21,43.9495,6.17846,300,0,0,12175,0,0,0,0,0),(123070,29330,571,1,1,26170,1,7893.04,4867.52,1.66387,0.610865,300,0,0,12175,0,0,0,0,0),(123071,29330,571,1,1,26173,1,7565.49,4827.3,43.957,5.55015,300,0,0,12175,0,0,0,0,0),(123072,29330,571,1,1,26173,1,7566.48,4848.54,45.7517,0.017453,300,0,0,12175,0,0,0,0,0),(123073,29330,571,1,1,26170,1,7909.6,4828.65,1.98755,0,300,0,0,12175,0,0,0,0,0),(123074,29330,571,1,1,26173,1,7906.69,4873.44,1.6695,2.23402,300,0,0,12175,0,0,0,0,0),(123075,29330,571,1,1,26173,1,7909.18,4814.57,2.09083,6.26573,300,0,0,12175,0,0,0,0,0),(123076,29330,571,1,1,26173,1,7855.42,4858.93,4.09662,0.802851,300,0,0,12175,0,0,0,0,0),(123077,29330,571,1,1,26171,1,7866.85,4946,17.8695,4.11898,300,0,0,12175,0,0,0,0,0),(123078,29330,571,1,1,26170,1,7807.86,4965.21,18.2239,5.19498,300,0,0,12175,0,0,0,0,0),(123079,29330,571,1,1,26170,1,7842.67,4972.67,22.5388,4.88692,300,0,0,12175,0,0,0,0,0),(123080,29330,571,1,1,26170,1,7787.67,4997.78,5.58611,5.86431,300,0,0,12175,0,0,0,0,0),(123081,29330,571,1,1,26172,1,7794.96,5034.69,4.44391,0.331613,300,0,0,12175,0,0,0,0,0),(123082,29330,571,1,1,26170,1,7838.49,5031.31,1.29228,0.488692,300,5,0,12175,0,1,0,0,0),(123083,29330,571,1,1,26172,1,7524.36,4845.8,54.2425,0.331613,300,0,0,12175,0,0,0,0,0),(123084,29330,571,1,1,26171,1,7808.05,5002.8,1.90837,1.65806,300,0,0,12175,0,0,0,0,0),(123085,29330,571,1,1,26171,1,7807.82,5020.16,2.3727,6.00179,300,0,0,12175,0,0,0,0,0),(123086,29330,571,1,1,26170,1,7465.88,4851.25,54.2425,6.21337,300,0,0,12175,0,0,0,0,0),(123087,29330,571,1,1,26170,1,7468.25,4852.7,54.2425,4.43314,300,0,0,12175,0,0,0,0,0),(123088,29330,571,1,1,26173,1,7470.24,4851.91,54.2425,3.47321,300,0,0,12175,0,0,0,0,0),(123089,29330,571,1,1,26170,1,7482.8,4840.9,54.2425,0.244346,300,0,0,12175,0,0,0,0,0),(123090,29330,571,1,1,26170,1,7483.89,4842.67,54.2425,4.55531,300,0,0,12175,0,0,0,0,0),(123091,29330,571,1,1,26173,1,7487.58,4841.63,54.2425,3.38594,300,0,0,12175,0,0,0,0,0),(123092,29330,571,1,1,26172,1,7448.85,4843.75,57.2577,0.069813,300,0,0,12175,0,0,0,0,0),(123093,29330,571,1,1,26172,1,7448.73,4848.25,57.2577,0.034907,300,0,0,12175,0,0,0,0,0),(123094,29330,571,1,1,26170,1,7554.02,4855.1,49.7851,0.715585,300,0,0,12175,0,0,0,0,0),(123095,29330,571,1,1,26172,1,7720.15,5012.34,13.9217,1.55334,300,0,0,12175,0,0,0,0,0),(123096,29330,571,1,1,26171,1,7524.07,4850.11,54.2425,6.00393,300,0,0,12175,0,0,0,0,0),(123097,29330,571,1,1,26173,1,7720.4,5080.09,13.5565,4.67748,300,0,0,12175,0,0,0,0,0),(123098,29330,571,1,1,26172,1,7554.51,4842.7,49.8601,5.35816,300,0,0,12175,0,0,0,0,0),(123099,29330,571,1,1,26173,1,7695.12,5094.38,13.3343,5.81195,300,0,0,12175,0,0,0,0,0),(123100,29330,571,1,1,26173,1,7693.71,4997.48,13.5139,6.16101,300,0,0,12175,0,0,0,0,0),(123101,29330,571,1,1,26171,1,7681.66,5083.29,13.1235,0.034907,300,0,0,12175,0,0,0,0,0),(150163,28052,0,1,1,0,1,-14417,532.992,24.7631,3.08923,120,0,0,1,0,0,0,0,0),(150162,28052,0,1,1,0,1,-14412.2,551.752,20.7413,0.907571,120,0,0,1,0,2,0,0,0),(150161,28052,0,1,1,0,1,-14409.1,543.975,22.2686,0.436332,120,0,0,1,0,2,0,0,0),(150160,28052,0,1,1,0,1,-14405.4,535.45,24.0197,0.191986,120,0,0,1,0,2,0,0,0),(150159,28051,0,1,1,0,1,-14432.2,521.966,25.6104,5.84685,120,0,0,1,0,0,0,0,0),(123109,31892,571,1,1,28015,0,6947.77,2027.07,519.605,5.42797,300,0,0,126000,39940,0,0,0,0),(123110,29333,571,1,1,26179,1,7765.85,4929.97,37.7589,2.5712,300,0,0,12175,3893,2,0,0,0),(123111,29333,571,1,1,26181,1,7765.85,4929.97,37.7589,2.5712,300,0,0,12175,3893,0,0,0,0),(123112,29333,571,1,1,26180,1,7561.77,4951.31,77.7052,3.95767,300,0,0,12175,3893,2,0,0,0),(123113,29333,571,1,1,26178,1,7561.77,4951.31,77.7052,3.95767,300,0,0,12175,3893,0,0,0,0),(202505,33291,571,1,1,0,0,5123.3,-20.6895,347.395,0,120,0,0,12600,3994,0,0,0,0),(202504,33291,571,1,1,0,0,5116,-40.1531,347.868,0,120,0,0,12600,3994,0,0,0,0),(123116,29333,571,1,1,26180,1,7506.36,4933.26,95.3046,1.23918,300,0,0,12175,3893,0,0,0,0),(123117,29333,571,1,1,26179,1,7881.36,4796.06,55.2231,6.12611,300,0,0,12175,3893,0,0,0,0),(123118,29333,571,1,1,26178,1,7838.18,4949.89,70.7967,6.05629,300,0,0,12175,3893,0,0,0,0),(123119,29333,571,1,1,26180,1,7881.52,4887.89,34.9183,0.366519,300,0,0,12175,3893,0,0,0,0),(123120,32149,571,1,1,27778,1,7640.7,2261.27,372.837,2.97676,300,5,0,12175,3893,1,0,0,0),(123121,29333,571,1,1,26178,1,7572.58,4912.33,69.5336,1.18682,300,0,0,12175,3893,0,0,0,0),(123122,29333,571,1,1,26181,1,7528.77,4733.51,115.294,4.95674,300,0,0,12175,3893,0,0,0,0),(123123,29333,571,1,1,26180,1,7766.68,4739.12,81.2981,5.89921,300,0,0,12175,3893,0,0,0,0),(202503,33291,571,1,1,0,0,5115.04,-27.8619,347.556,0,120,0,0,12600,3994,0,0,0,0),(123125,29333,571,1,1,26180,1,7861.57,5094.58,32.8325,3.36848,300,0,0,12175,3893,0,0,0,0),(123126,29333,571,1,1,26178,1,7777.03,4858.67,27.6807,0.017453,300,0,0,12175,3893,0,0,0,0),(123127,29333,571,1,1,26181,1,7810.77,4808.54,35.7025,6.0912,300,0,0,12175,3893,0,0,0,0),(123128,29333,571,1,1,26179,1,7555.29,4684.52,36.1787,4.79965,300,0,0,12175,3893,0,0,0,0),(123129,29333,571,1,1,26178,1,7570.11,4747.73,72.076,0.762096,300,0,0,12175,3893,2,0,0,0),(123130,29333,571,1,1,26181,1,7688.71,4779.51,74.8156,2.71039,300,0,0,12175,3893,2,0,0,0),(123131,29333,571,1,1,26180,1,7631.94,4784.31,30.1581,5.06145,300,0,0,12175,3893,0,0,0,0),(123132,29333,571,1,1,26178,1,7664.4,5127.17,45.3416,6.05932,300,0,0,12175,3893,2,0,0,0),(123133,29333,571,1,1,26181,1,7879.62,4838.35,49.3226,3.18089,300,0,0,12175,3893,2,0,0,0),(123134,29333,571,1,1,26180,1,7604.29,5084.45,50.6371,6.23714,300,0,0,12175,3893,0,0,0,0),(123135,29333,571,1,1,26178,1,7450.52,4763.41,113.62,4.0995,300,0,0,12175,3893,0,0,0,0),(123136,29333,571,1,1,26178,1,7772.83,4773.72,29.9201,0.383972,300,0,0,12175,3893,0,0,0,0),(123137,29333,571,1,1,26180,1,7730.1,4750.09,30.3897,2.53073,300,0,0,12175,3893,0,0,0,0),(123138,29333,571,1,1,26179,1,7649.7,4828.52,30.7495,5.86431,300,0,0,12175,3893,0,0,0,0),(123139,29333,571,1,1,26181,1,7691.41,4857.28,28.3859,3.1765,300,0,0,12175,3893,0,0,0,0),(123140,29333,571,1,1,26181,1,7619.29,4925.62,29.4943,0.872665,300,0,0,12175,3893,0,0,0,0),(123141,29333,571,1,1,26178,1,7610.28,4875.89,50.7346,0.750492,300,0,0,12175,3893,0,0,0,0),(123142,29333,571,1,1,26181,1,7562.66,4907.56,77.967,5.267,300,0,0,12175,3893,2,0,0,0),(123143,29333,571,1,1,26180,1,7671.78,4691.27,80.9214,4.94781,300,0,0,12175,3893,2,0,0,0),(123144,29333,571,1,1,26180,1,7610.15,4825.87,51.9531,5.91667,300,0,0,12175,3893,0,0,0,0),(123145,29333,571,1,1,26180,1,7578.63,4791.55,68.8867,5.48033,300,0,0,12175,3893,0,0,0,0),(123146,29333,571,1,1,26179,1,7529.13,4763.97,106.374,3.11738,300,0,0,12175,3893,2,0,0,0),(123147,29333,571,1,1,26179,1,7696.24,4611.5,44.7092,1.51703,300,0,0,12175,3893,2,0,0,0),(123148,29333,571,1,1,26180,1,7696.24,4611.5,44.7092,1.51703,300,0,0,12175,3893,0,0,0,0),(123149,29333,571,1,1,26180,1,7562.66,4907.56,77.967,5.267,300,0,0,12175,3893,0,0,0,0),(123150,32149,571,1,1,27776,1,7581.91,2413.47,379.528,3.27316,300,5,0,12175,3893,1,0,0,0),(123151,29333,571,1,1,26180,1,7671.78,4691.27,80.9214,4.94781,300,0,0,12175,3893,0,0,0,0),(202502,33289,571,1,1,0,0,5143.46,-76.0675,347.415,-0.445308,120,0,0,12600,3994,2,0,0,0),(123153,29333,571,1,1,26178,1,7710.93,4661.01,25.3939,3.76991,300,0,0,12175,3893,0,0,0,0),(123154,29333,571,1,1,26181,1,7650.63,4880.29,29.6056,5.65487,300,0,0,12175,3893,0,0,0,0),(123155,32149,571,1,1,27776,1,7765.63,2241.57,369.119,0.623769,300,5,0,12175,3893,1,0,0,0),(123156,29333,571,1,1,26181,1,7666.9,4912.01,41.7137,4.22903,300,0,0,12175,3893,2,0,0,0),(123157,29333,571,1,1,26180,1,7604.29,5084.45,50.6371,6.23714,300,0,0,12175,3893,2,0,0,0),(123158,32149,571,1,1,27779,1,7798.89,2379.05,381.402,4.38242,300,5,0,12175,3893,1,0,0,0),(123159,32149,571,1,1,27779,1,7873.3,2378.03,394.108,3.34014,300,5,0,12175,3893,1,0,0,0),(123160,32149,571,1,1,27776,1,7628.94,2285.92,372.114,0.156208,300,5,0,12175,3893,1,0,0,0),(123161,32149,571,1,1,27779,1,7628.17,2352.03,373.855,0.669528,300,5,0,12175,3893,1,0,0,0),(123162,32149,571,1,1,27778,1,7851.01,2484.84,403.715,1.92561,300,5,0,12175,3893,1,0,0,0),(123163,32149,571,1,1,27776,1,7748.87,2208.46,366.084,5.3982,300,5,0,12175,3893,1,0,0,0),(123164,32149,571,1,1,27776,1,7847.91,2217.11,373.027,4.06214,300,5,0,12175,3893,1,0,0,0),(123165,32149,571,1,1,27776,1,7740.79,2509.87,392.475,1.9987,300,5,0,12175,3893,1,0,0,0),(123166,32149,571,1,1,27776,1,7774.79,2574.39,401.489,1.60304,300,5,0,12175,3893,1,0,0,0),(123167,32149,571,1,1,27776,1,7850.92,2318.47,382.82,2.06632,300,5,0,12175,3893,1,0,0,0),(123168,32149,571,1,1,27779,1,7797.5,2238.95,371.139,2.33855,300,5,0,12175,3893,1,0,0,0),(123169,32149,571,1,1,27778,1,7726.11,2252.63,368.109,5.11259,300,5,0,12175,3893,1,0,0,0),(123170,32149,571,1,1,27779,1,7586.35,2336.56,375.606,1.89217,300,5,0,12175,3893,1,0,0,0),(123171,32149,571,1,1,27779,1,7825.83,2456.46,397.029,3.38633,300,5,0,12175,3893,1,0,0,0),(123172,32149,571,1,1,27779,1,7777,2448.83,388.493,0.346711,300,5,0,12175,3893,1,0,0,0),(123173,32149,571,1,1,27776,1,7781.32,2507.3,397.39,6.24438,300,5,0,12175,3893,1,0,0,0),(123174,32149,571,1,1,27777,1,7761.19,2335.03,375.095,3.93113,300,5,0,12175,3893,1,0,0,0),(123175,32149,571,1,1,27777,1,7708.66,2320.28,371.725,4.82888,300,5,0,12175,3893,1,0,0,0),(123176,32149,571,1,1,27779,1,7845.6,2261.21,377.178,1.31114,300,5,0,12175,3893,1,0,0,0),(123177,32149,571,1,1,27777,1,7703.66,2362.21,374.369,5.01818,300,5,0,12175,3893,1,0,0,0),(123178,32149,571,1,1,27776,1,7533.71,2368.7,377.822,2.47837,300,0,0,12175,3893,0,0,0,0),(123179,32149,571,1,1,27779,1,7783.44,2285.65,374.076,0.443999,300,5,0,12175,3893,1,0,0,0),(123180,32149,571,1,1,27776,1,7584.24,2281.57,379.507,4.33442,300,5,0,12175,3893,1,0,0,0),(123181,32149,571,1,1,27779,1,7659.09,2442.8,377.648,3.26594,300,5,0,12175,3893,1,0,0,0),(123182,32149,571,1,1,27777,1,7876.96,2289.61,383.814,3.65278,300,0,0,12175,3893,0,0,0,0),(123183,32149,571,1,1,27777,1,7893.42,2354.17,396.479,0.464512,300,0,0,12175,3893,0,0,0,0),(123184,32149,571,1,1,27779,1,7756.94,2528.55,396.1,0.253181,300,5,0,12175,3893,1,0,0,0),(123185,32149,571,1,1,27777,1,7754.4,2445.63,384.856,1.18449,300,5,0,12175,3893,1,0,0,0),(123186,32149,571,1,1,27778,1,7832.36,2175.22,368.398,2.85538,300,5,0,12175,3893,1,0,0,0),(123187,32149,571,1,1,27778,1,7665.4,2190.52,368.445,1.99555,300,5,0,12175,3893,1,0,0,0),(123188,32149,571,1,1,27776,1,7751.01,2385.12,378.022,1.5029,300,5,0,12175,3893,1,0,0,0),(123189,32149,571,1,1,27776,1,7621.01,2378.59,375.948,2.00726,300,5,0,12175,3893,1,0,0,0),(123190,32149,571,1,1,27778,1,7903.32,2252.6,382.979,6.23082,300,0,0,12175,3893,0,0,0,0),(123191,32149,571,1,1,27777,1,7574.81,2349.37,376.37,5.70583,300,5,0,12175,3893,1,0,0,0),(123192,32149,571,1,1,27776,1,7675.21,2401.74,375.873,1.01438,300,5,0,12175,3893,1,0,0,0),(123193,32149,571,1,1,27779,1,7668.13,2308.11,371.267,1.38494,300,5,0,12175,3893,1,0,0,0),(123194,32149,571,1,1,27777,1,7820.17,2455.29,396.047,5.39399,300,5,0,12175,3893,1,0,0,0),(123195,32149,571,1,1,27777,1,7718.1,2535.88,394.278,2.8758,300,5,0,12175,3893,1,0,0,0),(123196,29333,571,1,1,26178,1,7539.27,4848.64,69.1548,0.05236,300,0,0,12175,3893,0,0,0,0),(123197,29333,571,1,1,26179,1,7771.14,5127.31,14.8811,0.785398,300,0,0,12175,3893,0,0,0,0),(123198,29333,571,1,1,26181,1,7604.98,4974.37,29.0922,1.6057,300,0,0,12175,3893,0,0,0,0),(123199,29333,571,1,1,26179,1,7600.9,5079.54,28.5331,4.4855,300,0,0,12175,3893,0,0,0,0),(123152,33778,571,1,1,22471,0,8388.71,671.431,649.508,2.51066,120,0,0,35310,0,2,0,0,0),(123202,29333,571,1,1,26181,1,7687.31,4957.72,11.5046,6.24828,300,0,0,12175,3893,0,0,0,0),(123203,29333,571,1,1,26180,1,7679.36,5043.02,10.832,0.017453,300,0,0,12175,3893,0,0,0,0),(123204,31641,571,1,10,21072,0,5755.43,2052.77,483.135,5.21853,300,5,0,12126,0,1,0,0,0),(123205,31130,571,1,1,25077,0,6473.73,3480.37,595.462,5.23599,300,0,0,12600,3994,0,0,0,0),(123206,31130,571,1,1,10213,0,6478.84,3467.96,597.251,5.32325,300,0,0,12600,3994,0,0,0,0),(123207,31130,571,1,1,25024,0,6528.59,3473.44,597.075,5.39307,300,0,0,12600,3994,0,0,0,0),(123208,31130,571,1,1,25024,0,6553.3,3461.2,598.318,2.04204,300,0,0,12600,3994,0,0,0,0),(123209,31130,571,1,1,25077,0,6535.53,3278.64,666.173,3.05433,300,0,0,12600,3994,0,0,0,0),(123210,31130,571,1,1,10213,0,6532.05,3430.55,598.512,0.890118,300,0,0,12600,3994,0,0,0,0),(123211,31130,571,1,1,10213,0,6524.83,3412.46,598.585,0.174533,300,0,0,12600,3994,0,0,0,0),(123212,31130,571,1,1,25024,0,6601.06,3146.82,666.979,1.97222,300,0,0,12600,3994,0,0,0,0),(123213,31130,571,1,1,10213,0,6582.16,3135.37,667.519,5.16617,300,0,0,12600,3994,0,0,0,0),(123214,31130,571,1,1,25024,0,6580.61,3145.43,668.27,4.01426,300,0,0,12600,3994,0,0,0,0),(123215,31130,571,1,1,25077,0,6493.6,3392.92,597.947,5.96903,300,0,0,12600,3994,0,0,0,0),(123216,31130,571,1,1,25024,0,6504.73,3413.94,597.868,1.88496,300,0,0,12600,3994,0,0,0,0),(123217,31130,571,1,1,25024,0,6482.33,3434.32,595.629,2.14675,300,0,0,12600,3994,0,0,0,0),(123218,31130,571,1,1,25687,0,6464.85,3438.25,597.047,1.48353,300,0,0,12600,3994,0,0,0,0),(123219,31130,571,1,1,10213,0,6456.34,3418.67,595.462,1.93731,300,0,0,12600,3994,0,0,0,0),(123220,31130,571,1,1,25687,0,6506.15,3460.07,595.799,4.17134,300,0,0,12600,3994,0,0,0,0),(123221,31130,571,1,1,25077,0,6499.3,3478.87,596.69,0.20944,300,0,0,12600,3994,0,0,0,0),(123222,29338,571,1,1,26190,1,7690.87,4860.03,8.01339,0.999185,300,0,0,9740,8636,2,0,0,0),(123223,29338,571,1,1,26191,1,7808.11,4863.9,4.46748,1.63436,300,0,0,9740,8636,2,0,0,0),(123224,31130,571,1,1,25024,0,6636,3168.8,659.653,5.14872,300,0,0,12600,3994,0,0,0,0),(123225,31130,571,1,1,25077,0,6632.11,3183.96,648.446,6.16101,300,0,0,12600,3994,0,0,0,0),(123226,31130,571,1,1,10213,0,6632.13,3199.33,648.702,5.63741,300,0,0,12600,3994,0,0,0,0),(123227,29338,571,1,1,26189,1,7736.17,4959.94,3.38737,5.54735,300,0,0,9740,8636,2,0,0,0),(123228,29338,571,1,1,26191,1,7461.72,4883.94,44.6112,0.558505,300,0,0,9740,8636,0,0,0,0),(123229,29338,571,1,1,26191,1,7825.69,5126.34,0.128908,0.87637,300,0,0,9740,8636,2,0,0,0),(123230,29338,571,1,1,26191,1,7536.46,4791.1,44.2261,4.37332,300,5,0,9740,8636,1,0,0,0),(123231,29338,571,1,1,26191,1,7562.04,4835.87,46.9008,5.84685,300,0,0,9740,8636,0,0,0,0),(123232,29338,571,1,1,26191,1,7561.35,4861.89,46.8814,0.663225,300,0,0,9740,8636,0,0,0,0),(123233,29338,571,1,1,26190,1,7903.91,4912.99,1.65868,0.750492,300,0,0,9740,8636,0,0,0,0),(123234,29338,571,1,1,26191,1,7894.52,4933.56,1.64097,5.58505,300,0,0,9740,8636,0,0,0,0),(123235,29338,571,1,1,26191,1,7569.05,4823.79,43.4582,2.45861,300,0,0,9740,8636,2,0,0,0),(123236,29338,571,1,1,26189,1,7811.28,4772.33,14.423,3.60717,300,0,0,9740,8636,2,0,0,0),(123237,29338,571,1,1,26189,1,7911.04,4864.36,1.98837,3.28603,300,0,0,9740,8636,2,0,0,0),(123238,29338,571,1,1,26192,1,7738.53,4962.42,3.40261,3.08337,300,0,0,9740,8636,2,0,0,0),(123239,29338,571,1,1,26189,1,7728.82,5049.84,3.85196,2.59409,300,0,0,9740,8636,2,0,0,0),(123240,29338,571,1,1,26191,1,7770.32,5045.58,3.99596,0.30626,300,0,0,9740,8636,2,0,0,0),(123241,29338,571,1,1,26190,1,7823.85,5012.9,1.92709,2.47837,300,0,0,9740,8636,0,0,0,0),(123242,29338,571,1,1,26189,1,7505.82,4855.21,54.2425,0.017453,300,0,0,9740,8636,0,0,0,0),(123243,29338,571,1,1,26190,1,7470.36,4850.18,54.2425,2.75762,300,0,0,9740,8636,0,0,0,0),(123244,29338,571,1,1,26191,1,7486.02,4842.99,54.2425,4.24115,300,0,0,9740,8636,0,0,0,0),(123245,29338,571,1,1,26192,1,7794.5,5055.27,4.46425,5.96903,300,0,0,9740,8636,0,0,0,0),(123247,29338,571,1,1,26191,1,7535.37,4848.38,54.2431,0.017453,300,0,0,9740,8636,0,0,0,0),(123248,29338,571,1,1,26191,1,7505.85,4840.08,54.2425,6.24828,300,0,0,9740,8636,0,0,0,0),(123249,29338,571,1,1,26192,1,7469.4,4886.58,44.0037,0.126569,300,0,0,9740,8636,2,0,0,0),(123250,31130,571,1,1,25077,0,6596.48,3272.67,673.651,2.09439,300,0,0,12600,3994,0,0,0,0),(123251,31130,571,1,1,10213,0,6605.06,3244.59,670.471,3.68265,300,0,0,12600,3994,0,0,0,0),(123252,31130,571,1,1,10213,0,6637.65,3251.1,670.466,2.09439,300,0,0,12600,3994,0,0,0,0),(123253,31130,571,1,1,10213,0,6664.19,3269.91,668.838,0.680678,300,0,0,12600,3994,0,0,0,0),(123254,31130,571,1,1,25687,0,6647.54,3209.56,666.999,5.55015,300,0,0,12600,3994,0,0,0,0),(123255,31130,571,1,1,25687,0,6671.23,3202.32,667.011,4.31096,300,0,0,12600,3994,0,0,0,0),(123256,31131,571,1,1,22506,0,7839.85,2894.29,509.031,0.785398,300,0,0,10080,8814,0,0,0,0),(123257,31131,571,1,1,22506,0,8064.92,2919.09,566.704,3.12414,300,0,0,10080,8814,0,0,0,0),(123258,31131,571,1,1,22506,0,7924.93,2953.61,485.002,3.92699,300,0,0,10080,8814,0,0,0,0),(123259,31131,571,1,1,22506,0,7681.83,3190.14,597.89,3.92699,300,0,0,10080,8814,0,0,0,0),(123260,31131,571,1,1,22506,0,7877.33,3064.01,594.088,3.89208,300,0,0,10080,8814,0,0,0,0),(123261,31131,571,1,1,22506,0,7730.84,3027.27,556.18,0.034907,300,0,0,10080,8814,0,0,0,0),(123262,31131,571,1,1,22506,0,7722.61,3131.14,580.561,3.14159,300,0,0,10080,8814,0,0,0,0),(123263,31131,571,1,1,22506,0,7977.41,2807.24,533.535,2.33874,300,0,0,10080,8814,0,0,0,0),(123264,31131,571,1,1,22506,0,7598.17,3178.53,580.996,2.35619,300,0,0,10080,8814,0,0,0,0),(123265,31131,571,1,1,22506,0,7762.54,3070.47,577.95,3.90954,300,0,0,10080,8814,0,0,0,0),(123266,32155,571,1,1,27787,0,7122.79,1112.64,310.789,0.069813,300,0,0,12600,0,0,0,0,0),(123267,32155,571,1,1,27787,0,7079.83,1199.1,298.134,0.837758,300,0,0,12600,0,0,0,0,0),(123268,32155,571,1,1,27787,0,7175.71,1160.51,308.927,2.6529,300,0,0,12600,0,0,0,0,0),(123269,32155,571,1,1,27786,0,7102.82,1326.17,305.03,1.37881,300,0,0,12600,0,0,0,0,0),(123270,32155,571,1,1,27787,0,7108.35,1255.3,296.964,1.13446,300,0,0,12600,0,0,0,0,0),(123271,32155,571,1,1,27786,0,7176.8,1209.25,305.136,6.19592,300,0,0,12600,0,0,0,0,0),(123272,32155,571,1,1,27787,0,7156.64,1449.63,324.837,0.383972,300,0,0,12600,0,0,0,0,0),(123273,32155,571,1,1,27786,0,7041.42,1395.33,302.502,2.72271,300,0,0,12600,0,0,0,0,0),(123274,31131,571,1,1,22506,0,7654.15,3125.24,551.955,2.35619,300,0,0,10080,8814,0,0,0,0),(123275,31131,571,1,1,22506,0,7968.3,2910.11,480.313,3.87463,300,0,0,10080,8814,0,0,0,0),(123276,31131,571,1,1,22506,0,7902.19,2839.9,498.82,0.785398,300,0,0,10080,8814,0,0,0,0),(123277,31131,571,1,1,22506,0,7967.41,2998.52,571.166,3.92699,300,0,0,10080,8814,0,0,0,0),(123278,31131,571,1,1,22506,0,7936.07,2838.89,485.529,1.55334,300,0,0,10080,8814,0,0,0,0),(123279,31131,571,1,1,22506,0,8059.77,2972.73,623.264,3.90954,300,0,0,10080,8814,0,0,0,0),(123280,31131,571,1,1,22506,0,7748.5,2960.21,556.165,0.785398,300,0,0,10080,8814,0,0,0,0),(123281,31644,571,1,10,21072,0,5767.94,2058.62,476.022,2.9147,300,0,0,12126,0,0,0,0,0),(123282,31644,571,1,10,21072,0,5816.18,2043.4,503.379,5.09636,300,0,0,12126,0,0,0,0,0),(123283,31644,571,1,10,21072,0,5692.85,2101.9,282.638,4.93928,300,0,0,12126,0,0,0,0,0),(123284,31644,571,1,10,21072,0,5720.24,2047.88,503.549,6.26573,300,0,0,12126,0,0,0,0,0),(123285,31644,571,1,10,21072,0,5720.4,2117.06,462.715,4.46804,300,0,0,12126,0,0,0,0,0),(123286,31644,571,1,10,21072,0,5811.28,2010.18,436.874,1.09956,300,0,0,12126,0,0,0,0,0),(123287,31644,571,1,10,21072,0,5818.72,2034.52,503.402,1.95477,300,0,0,12126,0,0,0,0,0),(123288,31644,571,1,10,21072,0,5784.89,2020.88,492.506,5.49779,300,0,0,12126,0,0,0,0,0),(123289,31644,571,1,10,21072,0,5678.02,2043.44,17.2531,1.15192,300,0,0,12126,0,0,0,0,0),(123290,31644,571,1,10,21072,0,5815.33,2106.2,217.905,6.0912,300,0,0,12126,0,0,0,0,0),(123291,31644,571,1,10,21072,0,5763.83,2044.25,493.824,1.65806,300,0,0,12126,0,0,0,0,0),(123292,31900,571,1,1,27775,1,7320.01,2834.38,404.592,5.04905,300,5,0,12600,3994,1,0,0,0),(123293,31900,571,1,1,25796,1,7152.4,2912.18,420.414,2.25148,300,0,0,12600,3994,0,0,0,0),(123294,31900,571,1,1,25796,1,7178.92,2995.2,443.001,3.25388,300,5,0,12600,3994,1,0,0,0),(123295,31900,571,1,1,25796,1,7355.58,2852.28,408.295,4.43314,300,0,0,12600,3994,0,0,0,0),(123296,31900,571,1,1,25796,1,7304.09,2912.94,419.669,5.08092,300,5,0,12600,3994,1,0,0,0),(123297,31900,571,1,1,25796,1,7251.75,2948.56,428.102,2.44651,300,5,0,12600,3994,1,0,0,0),(123298,31900,571,1,1,25796,1,7005.94,2637.24,399.158,5.37033,300,5,0,12600,3994,1,0,0,0),(123299,31900,571,1,1,25796,1,7308.59,2706.57,396.729,1.2146,300,5,0,12600,3994,1,0,0,0),(123300,31900,571,1,1,25796,1,7022.26,2714.91,406.058,5.11381,300,0,0,12600,3994,0,0,0,0),(123301,31900,571,1,1,25796,1,7078.51,2927.36,433.241,2.47062,300,5,0,12600,3994,1,0,0,0),(123302,31900,571,1,1,25796,1,7101.32,2506.18,407.812,0.733038,300,0,0,12600,3994,0,0,0,0),(123303,31900,571,1,1,25796,1,7046.71,2949.28,442.041,3.26377,300,0,0,12600,3994,0,0,0,0),(123304,31900,571,1,1,27775,1,7039.67,2816.58,413.373,4.15891,300,5,0,12600,3994,1,0,0,0),(123305,31900,571,1,1,27775,1,7416.16,2767.43,406.854,1.68871,300,5,0,12600,3994,1,0,0,0),(123306,31900,571,1,1,27775,1,7519.34,2761.84,411.455,0.994838,300,0,0,12600,3994,0,0,0,0),(123307,31900,571,1,1,25796,1,7382.97,2643.42,394.443,2.57832,300,5,0,12600,3994,1,0,0,0),(123308,31900,571,1,1,27775,1,7391.77,2508.69,391.899,2.06154,300,5,0,12600,3994,1,0,0,0),(123309,31900,571,1,1,27775,1,7392.31,2534.43,391.975,2.97335,300,5,0,12600,3994,1,0,0,0),(123310,31900,571,1,1,25796,1,7342.29,2592.38,392.731,4.58134,300,5,0,12600,3994,1,0,0,0),(123311,31900,571,1,1,25796,1,7156.61,2810.46,405.937,5.9053,300,5,0,12600,3994,1,0,0,0),(123312,31900,571,1,1,25796,1,7229.15,2723.13,397.321,5.26622,300,5,0,12600,3994,1,0,0,0),(123313,31900,571,1,1,27775,1,7132.93,2755.96,403.582,1.27348,300,5,0,12600,3994,1,0,0,0),(123314,31900,571,1,1,27775,1,7217.55,2784.61,402.238,3.47321,300,0,0,12600,3994,0,0,0,0),(123315,31900,571,1,1,25796,1,7148.14,2716.28,399.584,2.46637,300,5,0,12600,3994,1,0,0,0),(123316,31900,571,1,1,27775,1,7067.82,2714.02,403.111,5.16565,300,5,0,12600,3994,1,0,0,0),(123317,31900,571,1,1,27775,1,7115.46,2721.17,400.911,3.40339,300,0,0,12600,3994,0,0,0,0),(123318,31900,571,1,1,27775,1,7213.66,2659.33,393.731,1.17509,300,5,0,12600,3994,1,0,0,0),(123319,31900,571,1,1,27775,1,7449.62,2875,431.283,4.42006,300,5,0,12600,3994,1,0,0,0),(123320,31900,571,1,1,25796,1,7141.9,2676.33,396.272,3.31613,300,0,0,12600,3994,0,0,0,0),(123321,31900,571,1,1,25796,1,7196.34,2595.53,394.073,5.47838,300,5,0,12600,3994,1,0,0,0),(123322,31900,571,1,1,27775,1,7196.09,2498.36,404.198,2.61955,300,5,0,12600,3994,1,0,0,0),(123323,31900,571,1,1,25796,1,7266.91,2505.85,397.138,0.579976,300,5,0,12600,3994,1,0,0,0),(123324,31900,571,1,1,25796,1,7201.38,2467.48,409.589,6.12611,300,0,0,12600,3994,0,0,0,0),(123325,31900,571,1,1,25796,1,7094.45,2568.81,399.926,5.49586,300,5,0,12600,3994,1,0,0,0),(123326,26525,571,1,1,23902,0,7186.19,2840.87,407.092,3.92711,300,5,0,42,0,1,0,0,0),(123327,26525,571,1,1,23902,0,6543.69,2942.48,651.117,4.78786,300,5,0,42,0,1,0,0,0),(123328,26525,571,1,1,23902,0,7706.18,2372.94,374.907,3.15255,300,5,0,42,0,1,0,0,0),(123329,26525,571,1,1,23902,0,7742.7,1483.24,355.934,4.58905,300,5,0,42,0,1,0,0,0),(123330,26525,571,1,1,23902,0,7105.78,1151.12,303.013,0.224362,300,5,0,42,0,1,0,0,0),(123331,26525,571,1,1,23902,0,6238.16,2376.92,491.687,5.59008,300,5,0,42,0,1,0,0,0),(123332,26525,571,1,1,23902,0,7589.18,2725.75,417.566,4.18403,300,5,0,42,0,1,0,0,0),(123333,26525,571,1,1,23902,0,5910.89,2521.86,546.2,0.102383,300,5,0,42,0,1,0,0,0),(123334,26525,571,1,1,23902,0,6986.07,4112.37,535.529,6.12147,300,5,0,42,0,1,0,0,0),(123335,26525,571,1,1,23902,0,7070.95,2524.52,405.534,5.89035,300,5,0,42,0,1,0,0,0),(123336,26525,571,1,1,23902,0,7387.74,2752.56,403.23,2.87882,300,5,0,42,0,1,0,0,0),(123337,26525,571,1,1,23902,0,6538.58,2503.78,651.228,2.05967,300,5,0,42,0,1,0,0,0),(123338,26525,571,1,1,23902,0,6719.13,1704.28,571.315,3.8695,300,5,0,42,0,1,0,0,0),(123339,26525,571,1,1,23902,0,7168.41,3913.91,588.703,1.34092,300,5,0,42,0,1,0,0,0),(123340,26525,571,1,1,23902,0,6091.05,2623.51,570.25,0.770517,300,5,0,42,0,1,0,0,0),(123341,26525,571,1,1,23902,0,7216.77,2649.92,393.606,5.82992,300,5,0,42,0,1,0,0,0),(123342,26525,571,1,1,23902,0,7086.01,2773.01,407.571,2.08647,300,5,0,42,0,1,0,0,0),(123343,26525,571,1,1,23902,0,6845.74,532.454,423.892,5.26021,300,5,0,42,0,1,0,0,0),(123344,26525,571,1,1,23902,0,7279.98,2680.64,396.038,1.43895,300,5,0,42,0,1,0,0,0),(123345,26525,571,1,1,23902,0,5825.2,2314.32,529.683,5.57129,300,5,0,42,0,1,0,0,0),(123346,26525,571,1,1,23902,0,7525.11,2345.08,376.091,0.330983,300,5,0,42,0,1,0,0,0),(123347,26525,571,1,1,23902,0,6858.49,2649.86,412.521,6.07468,300,5,0,42,0,1,0,0,0),(123348,26525,571,1,1,23902,0,7016.38,2906.3,434.866,5.12536,300,5,0,42,0,1,0,0,0),(123349,26525,571,1,1,23902,0,7137.61,655.384,498.491,4.29942,300,5,0,42,0,1,0,0,0),(123350,26525,571,1,1,23902,0,7274.57,4206.46,576.362,3.86635,300,5,0,42,0,1,0,0,0),(123351,26525,571,1,1,23902,0,6443.39,2625.75,577.605,2.8232,300,5,0,42,0,1,0,0,0),(123352,26525,571,1,1,23902,0,6888.25,1226.04,284.004,1.28168,300,5,0,42,0,1,0,0,0),(123353,26525,571,1,1,23902,0,6621.22,2032.75,651.117,2.70425,300,5,0,42,0,1,0,0,0),(123354,26525,571,1,1,23902,0,7765.14,2732.93,415.052,2.70585,300,5,0,42,0,1,0,0,0),(123355,26525,571,1,1,23902,0,7111.97,4422.86,681.239,4.32365,300,5,0,42,0,1,0,0,0),(123356,26525,571,1,1,23902,0,6922.99,2504.65,411.857,0.022457,300,5,0,42,0,1,0,0,0),(123357,26525,571,1,1,23902,0,7041.05,4494.06,601.1,5.52944,300,5,0,42,0,1,0,0,0),(123358,26525,571,1,1,23902,0,6870.48,654.551,423.663,5.95804,300,5,0,42,0,1,0,0,0),(123359,26525,571,1,1,23902,0,7945.78,2099.59,500.311,3.11812,300,5,0,42,0,1,0,0,0),(123360,26525,571,1,1,23902,0,7047.47,4218.02,666.754,2.00683,300,5,0,42,0,1,0,0,0),(123361,26525,571,1,1,23902,0,7754.65,1959.95,368.113,5.20037,300,5,0,42,0,1,0,0,0),(123362,26525,571,1,1,23902,0,7092.15,527.918,524.292,1.34962,300,5,0,42,0,1,0,0,0),(123363,26525,571,1,1,23902,0,7875.61,1690.58,367.939,0.725263,300,5,0,42,0,1,0,0,0),(123364,26525,571,1,1,23902,0,7726.15,1643.6,343.863,2.95976,300,5,0,42,0,1,0,0,0),(123365,26525,571,1,1,23902,0,7617.11,1461.6,332.423,5.20223,300,5,0,42,0,1,0,0,0),(123366,26525,571,1,1,23902,0,7572.42,1669.93,347.404,5.66566,300,5,0,42,0,1,0,0,0),(123367,26525,571,1,1,23902,0,7019.52,2652.7,399.135,0.790065,300,5,0,42,0,1,0,0,0),(123368,26525,571,1,1,23902,0,7856.43,2153.44,368.956,5.04182,300,5,0,42,0,1,0,0,0),(123369,26525,571,1,1,23902,0,6479.43,2160.98,501.251,3.74856,300,5,0,42,0,1,0,0,0),(123370,26525,571,1,1,23902,0,7273.79,2910.64,420.477,1.2302,300,5,0,42,0,1,0,0,0),(123371,26525,571,1,1,23902,0,6518.05,987.846,277.469,0.941495,300,5,0,42,0,1,0,0,0),(123372,26525,571,1,1,23902,0,6753.76,603.954,423.627,0.048607,300,5,0,42,0,1,0,0,0),(123373,26525,571,1,1,23902,0,7756.05,2213.19,366.903,4.73722,300,5,0,42,0,1,0,0,0),(123374,26525,571,1,1,23902,0,6895.83,1092.83,293.703,1.57178,300,5,0,42,0,1,0,0,0),(123375,26525,571,1,1,23902,0,7584.17,2283.26,379.347,2.01509,300,5,0,42,0,1,0,0,0),(123376,26525,571,1,1,23902,0,8057.53,3523.89,656.244,1.76337,300,5,0,42,0,1,0,0,0),(123377,26525,571,1,1,23902,0,7237.98,1294.86,303.543,2.39044,300,5,0,42,0,1,0,0,0),(123378,26525,571,1,1,23902,0,6739,517.328,406.877,1.4079,300,5,0,42,0,1,0,0,0),(123379,26525,571,1,1,23902,0,7068.43,1853.29,530.243,1.43176,300,5,0,42,0,1,0,0,0),(123380,26525,571,1,1,23902,0,6572.66,526.666,401.857,1.41592,300,5,0,42,0,1,0,0,0),(123381,26525,571,1,1,23902,0,7512.5,1555.04,347.272,1.5708,300,5,0,42,0,1,0,0,0),(123382,26525,571,1,1,23902,0,6531.29,1160.71,273.743,4.51073,300,5,0,42,0,1,0,0,0),(123383,26525,571,1,1,23902,0,7653.17,2188.19,369.918,0.125695,300,5,0,42,0,1,0,0,0),(123384,26525,571,1,1,23902,0,7229.02,1179.42,314.82,0.848291,300,5,0,42,0,1,0,0,0),(123385,26525,571,1,1,23902,0,7248.15,1881.42,568.16,1.24923,300,5,0,42,0,1,0,0,0),(123386,26525,571,1,1,23902,0,7009.24,609.251,475.535,1.63041,300,5,0,42,0,1,0,0,0),(123387,26525,571,1,1,23902,0,7645.06,1312.08,343.11,3.8479,300,5,0,42,0,1,0,0,0),(123388,26525,571,1,1,23902,0,6609.77,1168.78,273.216,4.98139,300,5,0,42,0,1,0,0,0),(123389,26525,571,1,1,23902,0,7537.77,1391.64,324.058,0.476024,300,5,0,42,0,1,0,0,0),(123390,26525,571,1,1,23902,0,7888.88,1779.17,367.658,3.14147,300,5,0,42,0,1,0,0,0),(123391,26525,571,1,1,23902,0,8431,3006.08,613.198,3.70594,300,5,0,42,0,1,0,0,0),(123392,26525,571,1,1,23902,0,6802.54,1060.85,290.06,2.49614,300,5,0,42,0,1,0,0,0),(123393,26525,571,1,1,23902,0,6614.99,1035.45,280.719,0.430451,300,5,0,42,0,1,0,0,0),(123394,26525,571,1,1,23902,0,7187.68,1924.27,554.656,4.26402,300,5,0,42,0,1,0,0,0),(123395,26525,571,1,1,23902,0,6650.87,1050.73,281.828,3.14359,300,5,0,42,0,1,0,0,0),(123396,26525,571,1,1,23902,0,7076.19,2103.13,623.717,1.50846,300,5,0,42,0,1,0,0,0),(123397,26525,571,1,1,23902,0,7788.21,2493.2,396.275,5.86305,300,5,0,42,0,1,0,0,0),(123398,26525,571,1,1,23902,0,7461.17,3606.46,637.873,1.26711,300,5,0,42,0,1,0,0,0),(123399,26525,571,1,1,23902,0,7414.6,1477.44,327.596,6.22203,300,5,0,42,0,1,0,0,0),(123400,26525,571,1,1,23902,0,7064.68,1341.41,304.892,0.83865,300,5,0,42,0,1,0,0,0),(123401,26525,571,1,1,23902,0,6419.21,2318.54,471.547,0.445301,300,5,0,42,0,1,0,0,0),(123402,26525,571,1,1,23902,0,7644.64,3457.1,656.002,2.5808,300,5,0,42,0,1,0,0,0),(123403,26525,571,1,1,23902,0,7601.44,1809.34,359.388,3.14355,300,5,0,42,0,1,0,0,0),(123404,26525,571,1,1,23902,0,6571.65,1240.4,287.067,5.31096,300,5,0,42,0,1,0,0,0),(123405,26525,571,1,1,23902,0,7871.51,2283.53,382.84,0.039081,300,5,0,42,0,1,0,0,0),(123406,26525,571,1,1,23902,0,7843.6,4874.95,4.82418,5.07893,300,5,0,42,0,1,0,0,0),(123407,26525,571,1,1,23902,0,7521.98,3666.74,623.451,1.44606,300,5,0,42,0,1,0,0,0),(123408,26525,571,1,1,23902,0,7343.18,2515.53,392.997,0.853804,300,5,0,42,0,1,0,0,0),(123409,26525,571,1,1,23902,0,6667.02,563.892,406.746,3.97464,300,5,0,42,0,1,0,0,0),(123410,26525,571,1,1,23902,0,6611.64,596.256,404.375,0.455071,300,5,0,42,0,1,0,0,0),(123411,26525,571,1,1,23902,0,7218,2011.77,574.373,1.15094,300,5,0,42,0,1,0,0,0),(123412,26525,571,1,1,23902,0,7326.13,1219.24,317.575,2.71433,300,5,0,42,0,1,0,0,0),(123413,26525,571,1,1,23902,0,6634.1,1280.08,290.137,1.05032,300,5,0,42,0,1,0,0,0),(123414,26525,571,1,1,23902,0,7463.84,2075.03,500.007,0.546942,300,5,0,42,0,1,0,0,0),(123415,26525,571,1,1,23902,0,8313.6,3162.85,616.348,3.96723,300,5,0,42,0,1,0,0,0),(123416,26525,571,1,1,23902,0,6454.72,1192.06,285.142,4.17834,300,5,0,42,0,1,0,0,0),(123417,26525,571,1,1,23902,0,7175.85,1748.56,480.434,3.71735,300,5,0,42,0,1,0,0,0),(123418,26525,571,1,1,23902,0,7648.1,4845.25,6.34582,0.391935,300,5,0,42,0,1,0,0,0),(123419,26525,571,1,1,23902,0,7528.61,4770.63,46.4287,6.08368,300,5,0,42,0,1,0,0,0),(123420,26525,571,1,1,23902,0,6788.65,1226.82,278.5,5.46532,300,5,0,42,0,1,0,0,0),(123421,26525,571,1,1,23902,0,7477,1271.81,326.575,4.67624,300,5,0,42,0,1,0,0,0),(123422,26525,571,1,1,23902,0,7857.71,3530.37,654.51,3.19828,300,5,0,42,0,1,0,0,0),(123423,26525,571,1,1,23902,0,6696.39,446.606,405.106,4.589,300,5,0,42,0,1,0,0,0),(123424,26525,571,1,1,23902,0,7098.18,1719.63,492.074,1.14043,300,5,0,42,0,1,0,0,0),(123425,26525,571,1,1,23902,0,8331.68,3368.75,640.654,6.23483,300,5,0,42,0,1,0,0,0),(123426,26525,571,1,1,23902,0,7250.91,1447.12,321.038,1.87619,300,5,0,42,0,1,0,0,0),(123427,26525,571,1,1,23902,0,7161.04,1858.95,529.009,5.24759,300,5,0,42,0,1,0,0,0),(123428,26525,571,1,1,23902,0,7966.05,3602.28,629.065,0.366519,300,0,0,42,0,0,0,0,0),(123429,26525,571,1,1,23902,0,7354.67,1343.1,308.932,5.29198,300,5,0,42,0,1,0,0,0),(123430,26525,571,1,1,23902,0,7145.39,1417.56,320.99,2.04547,300,5,0,42,0,1,0,0,0),(123431,26525,571,1,1,23902,0,7144.51,2130.94,603.721,3.38918,300,5,0,42,0,1,0,0,0),(123432,26525,571,1,1,23902,0,6679.66,1157.94,273.723,4.50715,300,5,0,42,0,1,0,0,0),(123433,26525,571,1,1,23902,0,7599.92,3541.16,656.082,2.10107,300,5,0,42,0,1,0,0,0),(123434,26525,571,1,1,23902,0,7821.57,5070.92,1.88927,0.768204,300,5,0,42,0,1,0,0,0),(123435,26525,571,1,1,23902,0,7709.15,5007.57,13.5114,0.211662,300,5,0,42,0,1,0,0,0),(123436,26525,571,1,1,23902,0,7806.73,3463.16,659.818,0.475879,300,5,0,42,0,1,0,0,0),(123437,26525,571,1,1,23902,0,7817.28,4772.28,14.1558,2.00607,300,5,0,42,0,1,0,0,0),(123438,26525,571,1,1,23902,0,6813.45,1795.57,574.221,1.35899,300,5,0,42,0,1,0,0,0),(123439,26525,571,1,1,23902,0,7014.83,1783.86,507.581,5.98677,300,5,0,42,0,1,0,0,0),(123440,26525,571,1,1,23902,0,6898.17,1718.39,528.274,3.18966,300,5,0,42,0,1,0,0,0),(123441,26525,571,1,1,23902,0,7154.74,1255.55,300.678,3.95306,300,5,0,42,0,1,0,0,0),(123442,26525,571,1,1,23902,0,7556.59,4885.85,43.6183,2.78525,300,5,0,42,0,1,0,0,0),(123443,26525,571,1,1,23902,0,7735.43,3681.68,653.06,4.82003,300,5,0,42,0,1,0,0,0),(123444,29343,571,1,1,26195,1,8385.21,2757.21,656.702,3.56047,300,0,0,63000,19970,0,0,0,0),(123445,19871,571,1,1,11686,0,6915.44,2848.96,436.978,5.95502,300,5,0,4120,0,1,0,0,0),(123446,19871,571,1,1,11686,0,6986.31,2619.14,401.595,6.17664,300,5,0,4120,0,1,0,0,0),(123447,19871,571,1,1,11686,0,6982.19,2582.12,404.174,4.9715,300,5,0,4120,0,1,0,0,0),(123448,19871,571,1,1,11686,0,6993.14,2547.96,406.737,0.183941,300,5,0,4120,0,1,0,0,0),(123449,19871,571,1,1,11686,0,6972.59,2717.51,408.731,2.73911,300,5,0,4120,0,1,0,0,0),(123450,19871,571,1,1,11686,0,7004.61,2470.73,420.11,5.6665,300,5,0,4120,0,1,0,0,0),(123451,19871,571,1,1,11686,0,6941.62,2626.73,404.161,2.47155,300,5,0,4120,0,1,0,0,0),(123452,19871,571,1,1,11686,0,6877.91,2582.16,411.417,2.39596,300,5,0,4120,0,1,0,0,0),(123453,19871,571,1,1,11686,0,6949.14,2549.51,407.934,3.80763,300,5,0,4120,0,1,0,0,0),(123454,19871,571,1,1,11686,0,6890.63,2645.96,410.78,5.22322,300,5,0,4120,0,1,0,0,0),(123455,19871,571,1,1,11686,0,6942.08,2702.11,409.065,6.21281,300,5,0,4120,0,1,0,0,0),(123456,19871,571,1,1,11686,0,6880.08,2619.89,411.126,0.228004,300,5,0,4120,0,1,0,0,0),(123457,19871,571,1,1,11686,0,6879.27,2697.66,414.193,1.44134,300,5,0,4120,0,1,0,0,0),(123458,19871,571,1,1,11686,0,7001.15,2616.36,401.463,5.51009,300,5,0,4120,0,1,0,0,0),(123459,19871,571,1,1,11686,0,6886.74,2880.66,445.554,5.5635,300,5,0,4120,0,1,0,0,0),(123460,19871,571,1,1,11686,0,6918.84,2610.65,406.925,2.41963,300,5,0,4120,0,1,0,0,0),(123461,19871,571,1,1,11686,0,6977.17,2684.92,407.41,3.47478,300,5,0,4120,0,1,0,0,0),(123462,19871,571,1,1,11686,0,6948.08,2734.38,409.085,1.90362,300,5,0,4120,0,1,0,0,0),(123463,19871,571,1,1,11686,0,6947.84,2652.92,404.573,3.54531,300,5,0,4120,0,1,0,0,0),(123464,19871,571,1,1,11686,0,6954.78,2824,425.414,0.357974,300,5,0,4120,0,1,0,0,0),(123465,19871,571,1,1,11686,0,6937.54,2460.15,419.167,0.736062,300,5,0,4120,0,1,0,0,0),(123466,19871,571,1,1,11686,0,6965.47,2577.79,405.548,1.74773,300,5,0,4120,0,1,0,0,0),(123467,19871,571,1,1,11686,0,7045.04,2714.29,405.257,6.26059,300,5,0,4120,0,1,0,0,0),(123468,19871,571,1,1,11686,0,6920.16,2555.29,410.662,0.674757,300,5,0,4120,0,1,0,0,0),(123469,19871,571,1,1,11686,0,6938.86,2744.51,410.833,3.82764,300,5,0,4120,0,1,0,0,0),(123470,19871,571,1,1,11686,0,6968.36,2694.12,408.172,2.15287,300,5,0,4120,0,1,0,0,0),(123471,19871,571,1,1,11686,0,6933.67,2671.09,407.918,1.03992,300,5,0,4120,0,1,0,0,0),(123472,19871,571,1,1,11686,0,7009.44,2546.39,407.321,3.47374,300,5,0,4120,0,1,0,0,0),(123473,19871,571,1,1,11686,0,6990.7,2834.81,425.107,5.02011,300,5,0,4120,0,1,0,0,0),(123474,19871,571,1,1,11686,0,7010.15,2679.19,404.249,3.18521,300,5,0,4120,0,1,0,0,0),(123475,19871,571,1,1,11686,0,6974.31,2635.5,402.052,3.30673,300,5,0,4120,0,1,0,0,0),(123476,19871,571,1,1,11686,0,6899.27,2481.7,416.095,2.70928,300,5,0,4120,0,1,0,0,0),(123477,19871,571,1,1,11686,0,6896.51,2431.67,425.348,4.07182,300,5,0,4120,0,1,0,0,0),(123478,19871,571,1,1,11686,0,7010.93,2463.89,417.744,2.02481,300,5,0,4120,0,1,0,0,0),(123479,19871,571,1,1,11686,0,6959.74,2596.68,403.768,5.43556,300,5,0,4120,0,1,0,0,0),(123480,19871,571,1,1,11686,0,6968.27,2440.39,423.644,4.66614,300,5,0,4120,0,1,0,0,0),(123481,19871,571,1,1,11686,0,6927.01,2578.8,406.365,6.00037,300,5,0,4120,0,1,0,0,0),(123482,19871,571,1,1,11686,0,6925.54,2729.16,411.115,0.409871,300,5,0,4120,0,1,0,0,0),(123483,19871,571,1,1,11686,0,6876.04,2804.63,433.369,3.89921,300,5,0,4120,0,1,0,0,0),(123484,19871,571,1,1,11686,0,7008.01,2823.44,417.633,1.46993,300,5,0,4120,0,1,0,0,0),(123485,19871,571,1,1,11686,0,6988.35,2509.11,412.643,5.47028,300,5,0,4120,0,1,0,0,0),(123486,19871,571,1,1,11686,0,6911.27,2686.76,410.29,2.01231,300,5,0,4120,0,1,0,0,0),(123487,19871,571,1,1,11686,0,6931.52,2690.46,409.538,2.4362,300,5,0,4120,0,1,0,0,0),(123488,19871,571,1,1,11686,0,6978.57,2639.67,401.927,1.1949,300,5,0,4120,0,1,0,0,0),(123489,19871,571,1,1,11686,0,6926.83,2646.06,407.653,5.87284,300,5,0,4120,0,1,0,0,0),(123490,19871,571,1,1,11686,0,6943.13,2576.74,406.331,1.95456,300,5,0,4120,0,1,0,0,0),(123491,19871,571,1,1,11686,0,6953.57,2488.92,414.963,1.79046,300,5,0,4120,0,1,0,0,0),(123492,19871,571,1,1,11686,0,6920.96,2783.37,420.628,5.52896,300,5,0,4120,0,1,0,0,0),(123493,19871,571,1,1,11686,0,7015.29,2748.51,409.412,5.4297,300,5,0,4120,0,1,0,0,0),(123494,31135,571,1,1,27074,0,8216.25,3516.23,629.357,3.83972,300,0,0,12600,0,0,0,0,0),(123495,29344,571,1,1,26197,1,7413.87,4218.32,315.422,5.51524,300,0,0,63000,19970,0,0,0,0),(123496,31137,571,1,1,27065,0,6653.01,1281.64,302.727,3.62069,300,0,0,12600,0,2,0,0,0),(123497,31137,571,1,1,27065,0,6511.5,1175.65,393.379,5.75573,300,0,0,12600,0,2,0,0,0),(123498,31137,571,1,1,27065,0,6573.03,1269.61,401.447,2.58102,300,0,0,12600,0,2,0,0,0),(123499,31137,571,1,1,27065,0,6543.65,1052.17,362.603,4.33491,300,0,0,12600,0,2,0,0,0),(123500,32161,571,1,1,27511,1,7058.51,1295.41,300.692,2.26269,300,0,0,12600,0,0,0,0,0),(123501,32161,571,1,1,27511,1,7124.54,1300.82,301.075,-0.865055,300,0,0,12600,0,0,0,0,0),(123502,31137,571,1,1,27065,0,6684.31,1190.17,342.11,3.63134,300,0,0,12600,0,2,0,0,0),(123503,31137,571,1,1,27065,0,6682.33,1016.79,374.24,5.75118,300,0,0,12600,0,2,0,0,0),(123504,31137,571,1,1,27065,0,6707.54,1024.59,372.11,4.43521,300,0,0,12600,0,2,0,0,0),(123505,32161,571,1,1,27511,1,7165.45,1189.4,307.078,0.778941,300,5,0,12600,0,1,0,0,0),(123506,32161,571,1,1,27511,1,7056.28,1336.48,302.177,1.69162,300,0,0,12600,0,0,0,0,0),(123507,31137,571,1,1,27065,0,6878.61,1128.78,345.53,4.03662,300,0,0,12600,0,2,0,0,0),(123508,32161,571,1,1,27511,1,7153.6,1134.94,310.627,5.20575,300,5,0,12600,0,1,0,0,0),(123509,31137,571,1,1,27065,0,6886.54,941.53,434.349,4.13893,300,0,0,12600,0,2,0,0,0),(123510,32161,571,1,1,27511,1,7176.4,1195.09,307.122,2.50083,300,5,0,12600,0,1,0,0,0),(123511,32161,571,1,1,27511,1,7171.18,1426.71,319.832,1.57568,300,5,0,12600,0,1,0,0,0),(123512,32161,571,1,1,27511,1,7072.23,1347.31,306.809,3.23361,300,5,0,12600,0,1,0,0,0),(123513,32161,571,1,1,27511,1,7170.37,1285.64,301.439,1.46618,300,5,0,12600,0,1,0,0,0),(123514,32161,571,1,1,27511,1,7178.48,1289.7,302.388,2.80008,300,5,0,12600,0,1,0,0,0),(123515,32161,571,1,1,27511,1,7122.8,1173.72,298.717,4.1131,300,5,0,12600,0,1,0,0,0),(123516,32161,571,1,1,27511,1,7105.54,1379.34,309.976,1.5984,300,5,0,12600,0,1,0,0,0),(123517,32161,571,1,1,27511,1,7105.08,1205,298.738,6.2455,300,5,0,12600,0,1,0,0,0),(123518,32161,571,1,1,27511,1,7131.84,1275.41,299.135,4.39156,300,5,0,12600,0,1,0,0,0),(123519,32161,571,1,1,27511,1,7149.52,1211.04,303.771,2.65936,300,5,0,12600,0,1,0,0,0),(123520,32161,571,1,1,27511,1,7159.05,1244.27,301.264,6.05861,300,5,0,12600,0,1,0,0,0),(123521,31139,571,1,1,27807,0,6394.14,1034.32,256.986,3.87463,300,0,0,65165,0,0,0,0,0),(123522,31139,571,1,1,27807,0,6282.08,1163.2,266.798,3.735,300,0,0,65165,0,0,0,0,0),(123523,31139,571,1,1,27807,0,6389.9,952.239,327.55,3.01942,300,0,0,65165,0,0,0,0,0),(123524,31139,571,1,1,27807,0,6388.89,1027.65,324.951,0.621755,300,5,0,65165,0,1,0,0,0),(123525,31139,571,1,1,27807,0,6980.2,941.66,402.674,1.45023,300,5,0,65165,0,1,0,0,0),(123526,31139,571,1,1,27807,0,6443.79,875.636,324.95,1.84434,300,5,0,65165,0,1,0,0,0),(123527,31139,571,1,1,27807,0,6351.37,1108.7,258.874,4.20624,300,0,0,65165,0,0,0,0,0),(246901,38493,571,1,1,0,1,5831.74,2177.88,636.042,0.646328,300,0,0,65165,0,0,0,0,0),(123529,31139,571,1,1,27807,0,6260.44,1143.96,327.467,3.21878,300,5,0,65165,0,1,0,0,0),(123530,31139,571,1,1,27807,0,6316.12,1081.62,327.55,4.01426,300,0,0,65165,0,0,0,0,0),(123531,31139,571,1,1,27807,0,6915.54,1320.29,397.735,4.3319,300,5,0,65165,0,1,0,0,0),(123532,31139,571,1,1,27807,0,7060.82,1465.64,397.819,0.10472,300,0,0,65165,0,0,0,0,0),(123533,31139,571,1,1,27807,0,6793.4,1320.27,397.819,4.90438,300,0,0,65165,0,0,0,0,0),(123534,31139,571,1,1,27807,0,6963.66,1405.25,395.81,0.966679,300,5,0,65165,0,1,0,0,0),(246900,38493,571,1,1,0,1,5834.96,2190.04,636.042,5.70036,300,0,0,65165,0,0,0,0,0),(123536,32164,571,1,1,26563,1,6883.12,1608.17,389.117,4.46804,300,0,0,11770,0,0,0,0,0),(123537,32164,571,1,1,7869,1,6884.71,1603.1,389.117,4.32842,300,0,0,11770,0,0,0,0,0),(123538,32164,571,1,1,7869,1,6889.87,1621.33,389.117,4.08407,300,0,0,11770,0,0,0,0,0),(123539,31140,571,1,1,14701,1,6505.79,1194.95,280.871,2.39695,300,5,0,12600,0,1,0,0,0),(123540,31140,571,1,1,12818,1,6524.93,973.703,282.29,4.9385,300,5,0,12600,0,1,0,0,0),(123541,31140,571,1,1,15962,1,6560.52,973.02,287.702,0.079168,300,5,0,12600,0,1,0,0,0),(123542,31140,571,1,1,14701,1,6601.92,1069.71,278.422,1.84803,300,5,0,12600,0,1,0,0,0),(123543,31140,571,1,1,15958,1,6878.55,950.307,329.91,4.50867,300,5,0,12600,0,1,0,0,0),(123544,31140,571,1,1,12818,1,6824.36,926.14,342.068,4.3621,300,5,0,12600,0,1,0,0,0),(123545,31140,571,1,1,15962,1,6701.01,1023.97,286.027,2.17967,300,5,0,12600,0,1,0,0,0),(123546,31140,571,1,1,15962,1,6760.18,1008.06,299.743,4.86437,300,5,0,12600,0,1,0,0,0),(123547,31140,571,1,1,15962,1,6813.95,991.545,311.395,3.76139,300,5,0,12600,0,1,0,0,0),(123548,31396,571,1,1,25452,1,7017.64,1935.07,532.427,2.93664,300,5,0,12600,3994,1,0,0,0),(123549,31140,571,1,1,15958,1,6379.27,1193.46,278.013,0.10781,300,5,0,12600,0,1,0,0,0),(123550,31140,571,1,1,15962,1,6562.23,1213.28,280.441,3.72743,300,5,0,12600,0,1,0,0,0),(123551,31140,571,1,1,15962,1,6524.45,1201.83,281.976,1.00017,300,5,0,12600,0,1,0,0,0),(123552,31140,571,1,1,12818,1,6488.07,1105.68,275.694,0.816549,300,5,0,12600,0,1,0,0,0),(123553,31140,571,1,1,14701,1,6539.62,1132.58,275.37,4.20955,300,5,0,12600,0,1,0,0,0),(123554,31140,571,1,1,12818,1,6689.02,1284.31,288.399,4.47783,300,5,0,12600,0,1,0,0,0),(123555,31140,571,1,1,15958,1,6685.77,1150.64,273.904,0.439568,300,5,0,12600,0,1,0,0,0),(123556,31140,571,1,1,14701,1,6752.51,1083.49,284.604,3.41476,300,5,0,12600,0,1,0,0,0),(123557,31140,571,1,1,15958,1,6721.32,1142.16,275.786,5.78633,300,5,0,12600,0,1,0,0,0),(123558,31140,571,1,1,12818,1,6805.91,1106.78,283.644,4.00579,300,5,0,12600,0,1,0,0,0),(123559,31140,571,1,1,15962,1,6804.36,1050.14,292.575,1.81028,300,5,0,12600,0,1,0,0,0),(123560,31396,571,1,1,25452,1,6963.19,1983.62,525.433,2.86769,300,5,0,12600,3994,1,0,0,0),(123561,31140,571,1,1,12818,1,6591.62,1137.79,271.973,3.32723,300,5,0,12600,0,1,0,0,0),(123562,31396,571,1,1,25452,1,6998.62,2012.74,528.384,5.9755,300,5,0,12600,3994,1,0,0,0),(123563,31140,571,1,1,15962,1,6561.06,1100.24,283.739,4.80526,300,5,0,12600,0,1,0,0,0),(123564,31396,571,1,1,25452,1,7003.05,2025.93,529.27,0.581027,300,5,0,12600,3994,1,0,0,0),(123565,31396,571,1,1,25452,1,6970.17,1964.44,527.897,2.37365,300,5,0,12600,3994,1,0,0,0),(123566,31396,571,1,1,25452,1,6918.08,1976.24,527.557,4.53453,300,5,0,12600,3994,1,0,0,0),(123567,31396,571,1,1,25452,1,6931.05,2031.9,523.877,1.62978,300,5,0,12600,3994,1,0,0,0),(123568,31396,571,1,1,25452,1,7040.99,1872.6,534.081,5.41052,300,0,0,12600,3994,0,0,0,0),(123569,31396,571,1,1,25452,1,6987.04,1899.5,541.511,3.57794,300,5,0,12600,3994,1,0,0,0),(123570,31396,571,1,1,25452,1,7020.68,1861.09,535.682,5.14872,300,0,0,12600,3994,0,0,0,0),(123571,31396,571,1,1,25452,1,6994.52,1938.79,532.421,5.3058,300,5,0,12600,3994,1,0,0,0),(123572,31397,571,1,1,8891,1,7016.15,1984.48,542.867,0.349066,300,0,0,11379,0,0,0,0,0),(123573,31397,571,1,1,7816,1,7006.9,1988.72,541.914,1.06465,300,0,0,11379,0,0,0,0,0),(123574,31397,571,1,1,9333,1,6940.5,2005.99,518.396,4.85202,300,0,0,11379,0,0,0,0,0),(123575,31397,571,1,1,7816,1,7029.09,1974.31,545.005,0.959931,300,0,0,11379,0,0,0,0,0),(123576,31397,571,1,1,7816,1,6930.85,2034.59,520.903,1.79769,300,0,0,11379,0,0,0,0,0),(123577,31397,571,1,1,7816,1,7035.93,1952.58,528.908,1.5708,300,0,0,11379,0,0,0,0,0),(123578,31397,571,1,1,7816,1,7039.99,1943.84,528.01,5.84685,300,0,0,11379,0,0,0,0,0),(123579,31397,571,1,1,7816,1,7032.77,1928.35,530.409,5.93412,300,0,0,11379,0,0,0,0,0),(123580,31397,571,1,1,8891,1,7001.61,1906.62,529.059,4.4855,300,0,0,11379,0,0,0,0,0),(123581,31397,571,1,1,7816,1,7029.46,1919.66,531.085,5.98648,300,0,0,11379,0,0,0,0,0),(123582,31397,571,1,1,7816,1,7017.64,1935.07,528.463,3.21141,300,0,0,11379,0,0,0,0,0),(123583,31397,571,1,1,6678,1,6992.15,1912.13,530.213,4.31096,300,0,0,11379,0,0,0,0,0),(123584,31397,571,1,1,7816,1,7007.67,1929.63,528.604,1.11701,300,0,0,11379,0,0,0,0,0),(123585,31397,571,1,1,9333,1,7024.74,1955.56,529.997,1.41372,300,0,0,11379,0,0,0,0,0),(123586,31397,571,1,1,8891,1,6987.04,1899.5,537.594,4.57276,300,0,0,11379,0,0,0,0,0),(123587,31397,571,1,1,8891,1,6965.89,1947.37,526.144,3.10669,300,0,0,11379,0,0,0,0,0),(123588,31397,571,1,1,9333,1,7000.05,1968.91,526.892,0.541052,300,0,0,11379,0,0,0,0,0),(123589,31397,571,1,1,9333,1,7010.41,1955.04,528.562,1.309,300,0,0,11379,0,0,0,0,0),(123590,31397,571,1,1,6678,1,6956,1936.91,532.281,4.18879,300,0,0,11379,0,0,0,0,0),(123591,31397,571,1,1,7816,1,6955.88,1918.98,528.97,3.7001,300,0,0,11379,0,0,0,0,0),(123592,31397,571,1,1,6678,1,6989.79,1997.78,526.076,6.24828,300,0,0,11379,0,0,0,0,0),(123593,31397,571,1,1,7816,1,6994.23,1979.72,525.603,0.488692,300,0,0,11379,0,0,0,0,0),(123594,31397,571,1,1,9333,1,6958.45,2000.91,521.861,3.49066,300,0,0,11379,0,0,0,0,0),(123595,31397,571,1,1,7816,1,6998.14,2039.14,524.87,0.645772,300,0,0,11379,0,0,0,0,0),(123596,31397,571,1,1,6678,1,6960.88,1990.05,521.732,2.98451,300,0,0,11379,0,0,0,0,0),(123597,31397,571,1,1,7816,1,6954.34,2007.05,521.942,4.10152,300,0,0,11379,0,0,0,0,0),(123598,31397,571,1,1,9333,1,7003.05,2025.93,525.353,0.191986,300,0,0,11379,0,0,0,0,0),(123599,31397,571,1,1,9333,1,6998.62,2012.74,524.467,5.65487,300,0,0,11379,0,0,0,0,0),(123600,31397,571,1,1,9333,1,6930.88,2004.75,521.267,5.25344,300,0,0,11379,0,0,0,0,0),(123601,31397,571,1,1,8891,1,6986.99,2047.66,522.998,1.0821,300,0,0,11379,0,0,0,0,0),(123602,31397,571,1,1,8891,1,6926.57,1996.37,522.541,6.23082,300,0,0,11379,0,0,0,0,0),(123603,31397,571,1,1,8891,1,6955,1953.6,525.599,4.93928,300,0,0,11379,0,0,0,0,0),(123604,31397,571,1,1,9333,1,6929.42,1955.3,526.627,2.6529,300,0,0,11379,0,0,0,0,0),(123605,31397,571,1,1,8891,1,6912.06,1988.01,525.004,3.76991,300,0,0,11379,0,0,0,0,0),(123606,31397,571,1,1,9333,1,6931.23,1970.08,522.76,1.74533,300,0,0,11379,0,0,0,0,0),(123607,31397,571,1,1,7816,1,6942.95,1944.65,529.292,4.11898,300,0,0,11379,0,0,0,0,0),(123608,31397,571,1,1,7816,1,6949.86,2050.91,521.52,2.16421,300,0,0,11379,0,0,0,0,0),(123609,31397,571,1,1,9333,1,6913.75,2019.86,518.776,2.70526,300,0,0,11379,0,0,0,0,0),(123610,31397,571,1,1,7816,1,6940.21,1965.48,523.887,1.8326,300,0,0,11379,0,0,0,0,0),(123611,31397,571,1,1,7816,1,6910.45,2006.84,520.293,2.53073,300,0,0,11379,0,0,0,0,0),(123612,31397,571,1,1,9333,1,6916.59,2034.14,518.353,3.21141,300,0,0,11379,0,0,0,0,0),(123613,31397,571,1,1,8891,1,6918.08,1976.24,523.64,3.50811,300,5,0,11379,0,1,0,0,0),(123614,31397,571,1,1,9333,1,6939.68,2044.95,521.407,2.26893,300,0,0,11379,0,0,0,0,0),(123615,31397,571,1,1,8891,1,6968.68,2052.02,519.419,0.383972,300,0,0,11379,0,0,0,0,0),(123616,31397,571,1,1,9333,1,6969.53,1906.47,532.623,4.2237,300,0,0,11379,0,0,0,0,0),(123617,27046,571,1,1,24566,0,3573.9,6661.07,195.263,5.72468,300,0,0,7688,7500,0,0,0,0),(123618,30630,571,1,131,27168,0,6206.64,-15.6686,410.209,0.750492,300,0,0,63000,3994,0,0,0,0),(123619,31142,571,1,1,25527,0,6919.44,1271.16,290.753,5.02253,300,5,0,12600,0,1,0,0,0),(123620,31142,571,1,1,25527,0,6917.87,1221.96,291.742,1.91684,300,5,0,12600,0,1,0,0,0),(123621,31142,571,1,1,25527,0,6886.88,1052.58,302.77,3.91258,300,5,0,12600,0,1,0,0,0),(123622,31142,571,1,1,24999,0,6868.55,1132.67,285.387,2.25842,300,5,0,12600,0,1,0,0,0),(123623,31142,571,1,1,24999,0,6914.81,1030.4,311.464,0.410646,300,5,0,12600,0,1,0,0,0),(123624,31142,571,1,1,24999,0,6897.59,1037.53,307.298,1.65394,300,5,0,12600,0,1,0,0,0),(123625,31142,571,1,1,25527,0,6915.17,1159.86,286.926,3.68912,300,5,0,12600,0,1,0,0,0),(123626,31142,571,1,1,25528,0,6929.61,1098.23,296.725,5.11049,300,5,0,12600,0,1,0,0,0),(123627,31142,571,1,1,25526,0,6912.54,1138.03,286.916,1.49827,300,5,0,12600,0,1,0,0,0),(123628,31142,571,1,1,25528,0,6917.23,1146.29,287.386,2.62596,300,5,0,12600,0,1,0,0,0),(123629,31142,571,1,1,25527,0,6933.69,1116.28,295.182,2.35964,300,5,0,12600,0,1,0,0,0),(123630,31142,571,1,1,25527,0,6925.32,1124.54,292.176,4.54678,300,5,0,12600,0,1,0,0,0),(123631,31142,571,1,1,25527,0,6914.04,1060.39,304.773,1.31011,300,5,0,12600,0,1,0,0,0),(123632,31142,571,1,1,25527,0,6911.89,1095.16,294.771,1.47214,300,5,0,12600,0,1,0,0,0),(123633,31142,571,1,1,24999,0,6821.81,1267.73,283.55,1.02368,300,5,0,12600,0,1,0,0,0),(123634,31142,571,1,1,25526,0,6828.44,1241.4,279.261,1.44306,300,5,0,12600,0,1,0,0,0),(123635,31142,571,1,1,24999,0,6839.03,1250.65,281.177,0.405533,300,5,0,12600,0,1,0,0,0),(123636,31142,571,1,1,25527,0,6805.99,1268.54,282.095,1.2756,300,5,0,12600,0,1,0,0,0),(123637,31142,571,1,1,25527,0,6822.48,1261.32,281.886,6.21225,300,5,0,12600,0,1,0,0,0),(123638,31142,571,1,1,25526,0,6868.55,1273.06,284.695,6.13465,300,5,0,12600,0,1,0,0,0),(123639,31142,571,1,1,25527,0,6840.21,1276.16,283.184,4.12253,300,5,0,12600,0,1,0,0,0),(123640,31142,571,1,1,25528,0,6909.13,1240.8,289.381,4.96285,300,5,0,12600,0,1,0,0,0),(123641,31142,571,1,1,25526,0,6936.45,1176.68,293.437,4.54281,300,5,0,12600,0,1,0,0,0),(123642,31142,571,1,1,25526,0,6940.19,1199.67,291.722,3.60087,300,5,0,12600,0,1,0,0,0),(123643,31142,571,1,1,25528,0,6866.29,1219.8,283.333,5.78456,300,5,0,12600,0,1,0,0,0),(123644,31142,571,1,1,24999,0,6837.48,1214.61,279.469,4.7829,300,5,0,12600,0,1,0,0,0),(123645,31142,571,1,1,24999,0,6902.68,1204.8,287.786,3.24632,300,5,0,12600,0,1,0,0,0),(123646,31142,571,1,1,25528,0,6895.28,1159.42,287.629,0.088528,300,5,0,12600,0,1,0,0,0),(123647,31142,571,1,1,25528,0,6870.95,1176.25,283.326,2.0911,300,5,0,12600,0,1,0,0,0),(123648,31142,571,1,1,25527,0,6808.32,1278.65,286.28,1.69612,300,5,0,12600,0,1,0,0,0),(123649,31142,571,1,1,24999,0,6895.65,1079.89,295.597,4.68014,300,5,0,12600,0,1,0,0,0),(123650,31142,571,1,1,25526,0,6855.84,1084.83,293.013,3.16384,300,5,0,12600,0,1,0,0,0),(123651,31142,571,1,1,25526,0,6871.32,1126.26,287.038,0.965951,300,5,0,12600,0,1,0,0,0),(123652,31142,571,1,1,25528,0,6874.96,1106.88,291.001,0.36185,300,5,0,12600,0,1,0,0,0),(123653,31142,571,1,1,24999,0,6872.13,1089.37,293.392,1.34832,300,5,0,12600,0,1,0,0,0),(123654,31142,571,1,1,25526,0,6878.33,1124.18,287.797,1.29719,300,5,0,12600,0,1,0,0,0),(123655,31142,571,1,1,25528,0,6868.2,1145.54,283.879,0.400714,300,5,0,12600,0,1,0,0,0),(123656,31142,571,1,1,25527,0,6828.99,1203.59,279.43,0.944532,300,5,0,12600,0,1,0,0,0),(123657,30631,571,1,1,27189,1,6654.15,3224.66,810.501,2.86234,300,0,0,12600,3994,0,0,0,0),(123658,27047,571,1,1,11686,0,6578.69,2445.21,655.423,0.174533,300,5,0,42,0,1,0,0,0),(123659,27047,571,1,1,11686,0,6520.55,2569.91,580.849,5.3058,300,5,0,42,0,1,0,0,0),(123660,27047,571,1,1,11686,0,7585.34,755.677,477.847,4.46804,300,5,0,42,0,1,0,0,0),(123661,27047,571,1,1,11686,0,6636.91,2320.38,580.828,0.733038,300,5,0,42,0,1,0,0,0),(123662,27047,571,1,1,11686,0,7608.98,922.8,478.204,3.42085,300,5,0,42,0,1,0,0,0),(123663,27047,571,1,1,11686,0,7662.49,837.115,476.566,5.79449,300,5,0,42,0,1,0,0,0),(123664,27047,571,1,1,11686,0,7641.98,838.314,477.194,5.72468,300,5,0,42,0,1,0,0,0),(123665,27047,571,1,1,11686,0,7655,834.373,476.206,5.32325,300,5,0,42,0,1,0,0,0),(123666,27047,571,1,1,11686,0,7583.13,750.554,477.031,0.017453,300,5,0,42,0,1,0,0,0),(123667,27047,571,1,1,11686,0,7604.22,930.787,478.143,4.60767,300,5,0,42,0,1,0,0,0),(123668,27047,571,1,1,11686,0,7579.6,747.04,477.326,0.750492,300,5,0,42,0,1,0,0,0),(123669,27047,571,1,1,11686,0,7610.94,931.771,477.28,2.51327,300,5,0,42,0,1,0,0,0),(123670,31399,571,1,1,27431,1,6944.83,1987.42,524.643,6.05629,300,0,0,50400,15976,0,0,0,0),(123671,30887,571,1,1,27204,0,6576.07,3455.69,598.832,0.034202,300,0,0,12175,0,0,0,0,0),(123672,30887,571,1,1,27204,0,6466.68,3303.54,623.995,1.49455,300,0,0,12175,0,0,0,0,0),(123673,30887,571,1,1,27204,0,6480.9,3223.92,646.797,5.61056,300,5,0,12175,0,1,0,0,0),(123674,30887,571,1,1,27204,0,6661.33,3340.51,703.604,1.03674,300,5,0,12175,0,1,0,0,0),(123675,30887,571,1,1,27204,0,6628.75,3234.95,666.64,0.163058,300,0,0,12175,0,0,0,0,0),(123676,30887,571,1,1,27204,0,6739.37,3487.8,660.919,0.203626,300,5,0,12175,0,1,0,0,0),(123677,30887,571,1,1,27204,0,6593.82,3274.85,673.172,1.42939,300,0,0,12175,0,0,0,0,0),(123678,30887,571,1,1,27204,0,6937.75,3505.78,705.171,6.13102,300,0,0,12175,0,0,0,0,0),(123679,30632,571,1,1,27202,1,7288.49,4222.19,576.663,0.261799,300,0,0,9740,8636,0,0,0,0),(123680,30632,571,1,1,27201,1,7043.82,4183.36,665.973,6.16101,300,0,0,9740,8636,0,0,0,0),(123681,30632,571,1,1,27203,1,7292.99,4184.42,576.373,1.67552,300,0,0,9740,8636,0,0,0,0),(123682,30632,571,1,1,27203,1,6923.14,4239.6,535.342,3.85718,300,0,0,9740,8636,0,0,0,0),(123683,30632,571,1,1,27200,1,6896.82,4167.09,535.256,4.24115,300,0,0,9740,8636,0,0,0,0),(123684,30632,571,1,1,27201,1,8206.62,3619.54,657.918,4.79965,300,0,0,9740,8636,0,0,0,0),(123685,30632,571,1,1,27203,1,7573.96,3696.37,623.456,5.32325,300,0,0,9740,8636,0,0,0,0),(123686,30632,571,1,1,27201,1,8124.85,3504.24,655.264,6.10608,300,0,0,9740,8636,0,0,0,0),(123687,30632,571,1,1,27202,1,7963.66,3575.17,630.033,4.66003,300,0,0,9740,8636,0,0,0,0),(123688,30632,571,1,1,27201,1,7159.37,3990.23,582.758,4.39823,300,0,0,9740,8636,0,0,0,0),(123689,30632,571,1,1,27200,1,7161.22,3918.08,586.609,2.21657,300,0,0,9740,8636,0,0,0,0),(123690,30632,571,1,1,27200,1,8283.32,3561.54,655.324,3.69671,300,0,0,9740,8636,0,0,0,0),(123691,30632,571,1,1,27200,1,7772.31,3425.23,658.361,6.02139,300,0,0,9740,8636,0,0,0,0),(123692,30632,571,1,1,27202,1,7522.05,3665.5,623.451,4.42676,300,5,0,9740,8636,1,0,0,0),(123693,30632,571,1,1,27203,1,7711.58,3428.31,658.501,2.77507,300,0,0,9740,8636,0,0,0,0),(123694,30632,571,1,1,27203,1,7922.12,3629.69,629.096,5.44543,300,0,0,9740,8636,0,0,0,0),(123695,30632,571,1,1,27203,1,7772.74,3635.01,662.921,2.58309,300,0,0,9740,8636,0,0,0,0),(123696,30632,571,1,1,27202,1,7894.41,3494.07,677.055,4.45059,300,0,0,9740,8636,0,0,0,0),(123697,30632,571,1,1,27201,1,7610.77,3538.58,656.742,3.00197,300,0,0,9740,8636,0,0,0,0),(123698,30632,571,1,1,27200,1,7754.76,3605.99,664.693,1.48353,300,0,0,9740,8636,0,0,0,0),(123699,30632,571,1,1,27202,1,7743.63,3480.78,658.362,5.11381,300,0,0,9740,8636,0,0,0,0),(123700,30632,571,1,1,27201,1,7853.68,3466.45,671.293,2.58309,300,0,0,9740,8636,0,0,0,0),(123701,30632,571,1,1,27200,1,7603.27,3479.65,659.78,0.628319,300,0,0,9740,8636,0,0,0,0),(123702,30632,571,1,1,27203,1,7760.73,3512.27,658.499,2.44346,300,0,0,9740,8636,0,0,0,0),(123704,31145,571,1,1,24582,0,6681.38,1109.22,279.414,5.59321,300,0,0,10080,8814,0,0,0,0),(123705,31145,571,1,1,24582,0,6779.16,1123.78,283.293,1.42639,300,0,0,10080,8814,0,0,0,0),(123706,31145,571,1,1,24584,0,6676.43,1200.35,273.769,3.735,300,0,0,10080,8814,0,0,0,0),(123707,31145,571,1,1,24582,0,6675.87,1186.91,272.831,2.70526,300,0,0,10080,8814,0,0,0,0),(123708,31145,571,1,1,24582,0,6671.43,1069.31,280.327,3.54302,300,0,0,10080,8814,0,0,0,0),(123709,31145,571,1,1,24582,0,6660.22,1049.12,283.928,1.65806,300,0,0,10080,8814,0,0,0,0),(45099,18134,530,1,1,0,0,-245.411,7483.66,17.3958,6.02139,300,0,0,1,0,2,0,0,0),(213234,17146,530,1,1,0,1,-2932.35,6330.25,88.433,1.20348,120,0,0,1,0,2,0,0,0),(213233,17147,530,1,1,0,1,-2934.35,6331.25,88.433,1.20348,120,0,0,1,0,0,0,0,0),(213232,17146,530,1,1,0,1,-2858.22,6466.86,82.7523,4.78882,120,0,0,1,0,2,0,0,0),(123714,31145,571,1,1,24582,0,6664.08,1206.22,277.979,4.73462,300,0,0,10080,8814,0,0,0,0),(123715,31145,571,1,1,24582,0,6790.02,1148.08,281.052,3.95717,300,0,0,10080,8814,0,0,0,0),(123716,31145,571,1,1,24584,0,6789.76,1134.22,281.711,2.63619,300,0,0,10080,8814,0,0,0,0),(213231,17147,530,1,1,0,1,-2857.62,6466.86,82.7523,4.78882,120,0,0,1,0,0,0,0,0),(123718,31145,571,1,1,24582,0,6704.04,1091.09,281.348,2.67035,300,0,0,10080,8814,0,0,0,0),(123719,31145,571,1,1,24584,0,6659.42,1074.25,280.845,4.64258,300,0,0,10080,8814,0,0,0,0),(123720,31145,571,1,1,24582,0,6691.93,1110.51,277.667,4.5386,300,0,0,10080,8814,0,0,0,0),(213230,17146,530,1,1,0,1,-2796.05,6424.33,62.2587,4.57283,120,0,0,1,0,2,0,0,0),(213229,17147,530,1,1,0,1,-2794.05,6424.33,62.2587,4.57283,120,0,0,1,0,0,0,0,0),(123723,31145,571,1,1,24584,0,6709.71,1220.73,277.155,1.76278,300,0,0,10080,8814,0,0,0,0),(123724,31145,571,1,1,24584,0,6712.95,1248.01,275.822,4.39823,300,0,0,10080,8814,0,0,0,0),(123725,31145,571,1,1,24582,0,6721.03,1225.84,276.76,2.81685,300,0,0,10080,8814,0,0,0,0),(123726,31145,571,1,1,24582,0,6691.81,1233.28,276.085,6.14356,300,0,0,10080,8814,0,0,0,0),(123728,31145,571,1,1,24582,0,6778.92,1146.59,279.729,5.09636,300,0,0,10080,8814,0,0,0,0),(45075,19687,530,1,1,0,0,-1976.91,5112.42,7.58933,4.27606,120,0,0,1,0,0,0,0,0),(84989,16516,530,1,1,0,0,-4059.08,-13711.4,73.5848,5.88176,120,0,0,1,0,0,0,0,0),(45224,18896,530,1,1,0,0,-4103.18,-11406.1,-138.748,0.820305,120,0,0,1,0,0,0,0,0),(45223,18896,530,1,1,0,0,-4088.29,-11393.9,-139.503,4.04916,120,0,0,1,0,0,0,0,0),(123744,27306,571,1,1,11686,0,3598.24,6621.11,219.165,3.22886,300,0,0,42,0,0,0,0,0),(123745,27306,571,1,1,11686,0,3610.98,6651.93,219.298,1.69297,300,0,0,42,0,0,0,0,0),(123746,27306,571,1,1,11686,0,3606.79,6685.46,219.178,1.58825,300,0,0,42,0,0,0,0,0),(123747,31915,571,1,1,11686,0,7081.3,2166.64,672.255,5.60251,300,5,0,12600,0,1,0,0,0),(123748,31915,571,1,1,11686,0,7273.9,1830.73,587.169,4.15388,300,5,0,12600,0,1,0,0,0),(123749,31915,571,1,1,11686,0,7032.61,2135.14,703.985,2.75762,300,5,0,12600,0,1,0,0,0),(123750,31915,571,1,1,11686,0,6775.9,1858.84,670.333,5.2709,300,5,0,12600,0,1,0,0,0),(123751,31915,571,1,1,11686,0,6994.02,1736.33,572.421,1.85005,300,5,0,12600,0,1,0,0,0),(123752,31915,571,1,1,11686,0,6770.38,1843.35,669.697,2.42601,300,5,0,12600,0,1,0,0,0),(123753,31915,571,1,1,11686,0,7005.04,1711.07,587.606,0.087266,300,5,0,12600,0,1,0,0,0),(123754,6827,571,1,1,5557,0,3872.2,6383.35,25.5945,1.62681,300,5,0,42,0,1,0,0,0),(123755,6827,571,1,1,5557,0,3919.57,6435.39,10.6359,0.712524,300,5,0,42,0,1,0,0,0),(123756,6827,571,1,1,5559,0,3948.15,6421.93,12.1905,2.27896,300,5,0,42,0,1,0,0,0),(123757,31147,571,1,1,25287,0,6902.44,1266.15,288.256,5.77258,300,0,0,12600,0,0,0,0,0),(123758,6827,571,1,1,5560,0,4316.15,6283.71,-4.16886,1.23918,300,0,0,42,0,0,0,0,0),(123759,31147,571,1,1,25287,0,6914.07,1156.22,286.676,4.62301,300,0,0,12600,0,0,0,0,0),(123760,6827,571,1,1,5557,0,4322.43,6353.69,-2.72977,1.0472,300,0,0,42,0,0,0,0,0),(123761,31147,571,1,1,25286,0,6924.72,1118.85,292.854,4.82693,300,0,0,12600,0,0,0,0,0),(123762,31147,571,1,1,25286,0,6924.5,1123.6,291.926,2.76449,300,0,0,12600,0,0,0,0,0),(123763,31147,571,1,1,25402,0,6930.09,1032.46,312.044,4.52128,300,5,0,12600,0,1,0,0,0),(123764,31147,571,1,1,25287,0,6891.82,1041.8,305.24,4.28092,300,5,0,12600,0,1,0,0,0),(123765,31147,571,1,1,25627,0,6856.82,1276.68,284.001,1.73012,300,5,0,12600,0,1,0,0,0),(123766,31147,571,1,1,25286,0,6842.77,1272.53,282.587,1.66336,300,5,0,12600,0,1,0,0,0),(123767,31147,571,1,1,25627,0,6822.77,1276.51,285.578,2.52462,300,5,0,12600,0,1,0,0,0),(123768,6827,571,1,1,5558,0,3988.13,6331.1,3.41088,0.084211,300,5,0,42,0,1,0,0,0),(123769,6827,571,1,1,5559,0,4022.66,6477.17,22.5997,0.047662,300,5,0,42,0,1,0,0,0),(123770,6827,571,1,1,5560,0,4003.41,6321.06,3.27144,2.31829,300,5,0,42,0,1,0,0,0),(123771,6827,571,1,1,5559,0,4106.83,6292.43,23.0763,1.84231,300,5,0,42,0,1,0,0,0),(123772,6827,571,1,1,5559,0,3946.18,6382.73,11.5548,3.98332,300,5,0,42,0,1,0,0,0),(123773,6827,571,1,1,5559,0,4036.05,6447.1,19.1472,3.23192,300,5,0,42,0,1,0,0,0),(123774,6827,571,1,1,5559,0,3982.09,6447.03,15.0731,1.97427,300,5,0,42,0,1,0,0,0),(123775,6827,571,1,1,5560,0,4062.22,6420.7,18.2446,6.2599,300,5,0,42,0,1,0,0,0),(123776,6827,571,1,1,5559,0,4237.4,6260.09,4.79694,0.526366,300,5,0,42,0,1,0,0,0),(123777,6827,571,1,1,5559,0,3835.34,6412.09,23.7812,5.76178,300,5,0,42,0,1,0,0,0),(123778,6827,571,1,1,5558,0,4334.25,6320.65,0.499611,3.778,300,5,0,42,0,1,0,0,0),(123779,6827,571,1,1,5557,0,4049.92,6380.7,10.8291,2.28594,300,5,0,42,0,1,0,0,0),(123780,6827,571,1,1,5557,0,4193.77,6238.19,8.53719,5.54957,300,5,0,42,0,1,0,0,0),(123781,6827,571,1,1,5557,0,4031.01,6295.67,5.13055,3.63571,300,5,0,42,0,1,0,0,0),(123782,31147,571,1,1,25402,0,6922.52,1219.21,292.367,1.5518,300,0,0,12600,0,0,0,0,0),(123783,6827,571,1,1,5558,0,4317.99,6230.67,-0.730145,5.86274,300,5,0,42,0,1,0,0,0),(123784,6827,571,1,1,5558,0,4262.93,6290.6,0.478475,0.710728,300,5,0,42,0,1,0,0,0),(123785,6827,571,1,1,5558,0,4252.19,6347.3,0.579427,4.55622,300,5,0,42,0,1,0,0,0),(123786,6827,571,1,1,5558,0,4251.37,6215.3,-0.02378,2.47049,300,5,0,42,0,1,0,0,0),(123787,6827,571,1,1,5557,0,3989.9,6310.3,8.08208,6.11889,300,5,0,42,0,1,0,0,0),(123788,6827,571,1,1,5557,0,4004.89,6294.6,8.08208,0.732207,300,5,0,42,0,1,0,0,0),(123789,6827,571,1,1,5559,0,4008.59,6389.8,29.8735,0.663669,300,5,0,42,0,1,0,0,0),(123790,6827,571,1,1,5557,0,4063.1,6272,23.2718,2.17313,300,5,0,42,0,1,0,0,0),(123791,31147,571,1,1,25402,0,6889.78,1218.81,284.368,3.77797,300,5,0,12600,0,1,0,0,0),(123792,31147,571,1,1,25287,0,6888.84,1218.44,284.118,5.28275,300,5,0,12600,0,1,0,0,0),(123793,6827,571,1,1,5558,0,4288.1,6391.95,0.691488,5.89812,300,5,0,42,0,1,0,0,0),(123794,31147,571,1,1,25627,0,6877.64,1281.44,286.107,1.05948,300,5,0,12600,0,1,0,0,0),(123795,6827,571,1,1,5558,0,4020.12,6342.61,8.77365,0.092111,300,5,0,42,0,1,0,0,0),(123796,6827,571,1,1,5559,0,4289.04,6321.04,1.32098,4.58016,300,5,0,42,0,1,0,0,0),(123797,6827,571,1,1,5557,0,4051.25,6371.48,27.2841,1.5708,300,5,0,42,0,1,0,0,0),(123798,31147,571,1,1,25402,0,6856.88,1239.39,282.486,3.28903,300,5,0,12600,0,1,0,0,0),(123799,31147,571,1,1,25627,0,6939.58,1147.92,294.467,2.40697,300,0,0,12600,0,0,0,0,0),(123800,31147,571,1,1,25627,0,6882.53,1198.28,285.643,3.5591,300,5,0,12600,0,1,0,0,0),(123801,31147,571,1,1,25287,0,6881.56,1144.21,286.379,4.35663,300,0,0,12600,0,0,0,0,0),(123802,6827,571,1,1,5558,0,4221.78,6318.46,6.14049,0.713568,300,5,0,42,0,1,0,0,0),(123803,6827,571,1,1,5559,0,4061.57,6319.52,25.2128,3.94745,300,5,0,42,0,1,0,0,0),(123804,6827,571,1,1,5557,0,4215.48,6177.58,1.4279,4.30009,300,5,0,42,0,1,0,0,0),(123805,6827,571,1,1,5557,0,4281.85,6199.87,0.735363,2.49542,300,5,0,42,0,1,0,0,0),(123806,6827,571,1,1,5557,0,3897.96,6361.54,15.1934,5.12545,300,5,0,42,0,1,0,0,0),(123807,6827,571,1,1,5560,0,4297.4,6255.73,0.329847,6.28287,300,5,0,42,0,1,0,0,0),(123808,31147,571,1,1,25627,0,6894.27,1170.31,286.172,5.03423,300,0,0,12600,0,0,0,0,0),(123809,6827,571,1,1,5559,0,4184.25,6158.35,-0.762907,4.2649,300,5,0,42,0,1,0,0,0),(123810,6827,571,1,1,5559,0,4168.64,6172.44,9.27637,4.26834,300,5,0,42,0,1,0,0,0),(123811,31147,571,1,1,25627,0,6821.79,1279.2,286.311,5.78984,300,0,0,12600,0,0,0,0,0),(123812,31147,571,1,1,25286,0,6889.45,1132.18,289.605,6.02505,300,0,0,12600,0,0,0,0,0),(123813,31147,571,1,1,25286,0,6913.98,1080.28,297.971,5.58081,300,0,0,12600,0,0,0,0,0),(123814,31147,571,1,1,25287,0,6887.56,1078.95,295.557,0.533542,300,0,0,12600,0,0,0,0,0),(123815,31147,571,1,1,25627,0,6892.38,1095.8,293.259,1.16001,300,5,0,12600,0,1,0,0,0),(123816,31147,571,1,1,25286,0,6869.27,1057.81,298.865,4.70251,300,5,0,12600,0,1,0,0,0),(123817,31147,571,1,1,25402,0,6895.82,1072.33,298.437,4.71434,300,0,0,12600,0,0,0,0,0),(123818,31147,571,1,1,25286,0,6862.51,1120.83,287.804,4.71434,300,5,0,12600,0,1,0,0,0),(123819,31147,571,1,1,25627,0,6859.84,1159.69,282.652,2.68601,300,0,0,12600,0,0,0,0,0),(123820,31147,571,1,1,25627,0,6859.45,1171.35,282.215,1.07033,300,5,0,12600,0,1,0,0,0),(123821,31147,571,1,1,25402,0,6831.81,1225.65,278.805,5.7865,300,5,0,12600,0,1,0,0,0),(123822,31147,571,1,1,25286,0,6855.63,1200.15,281.805,5.26148,300,5,0,12600,0,1,0,0,0),(123823,31147,571,1,1,25627,0,6828.53,1221.59,279.055,2.2829,300,5,0,12600,0,1,0,0,0),(123824,31147,571,1,1,25287,0,6852.19,1191.82,281.863,5.17825,300,5,0,12600,0,1,0,0,0),(123825,6827,571,1,1,5558,0,4199.29,6301.38,12.9583,3.4266,300,5,0,42,0,1,0,0,0),(123826,6827,571,1,1,5560,0,4162.7,6273.31,30.4859,3.07418,300,5,0,42,0,1,0,0,0),(150184,28060,0,1,1,0,0,-14418.1,526.078,26.0428,4.50295,120,0,0,1,0,0,0,0,0),(150183,28058,0,1,1,0,0,-14410.8,553.666,20.214,0.907571,120,0,0,1,0,2,0,0,0),(150182,28058,0,1,1,0,0,-14406.8,545.094,21.9257,0.401426,120,0,0,1,0,2,0,0,0),(150181,28058,0,1,1,0,0,-14402.9,536.155,23.7623,0.191986,120,0,0,1,0,2,0,0,0),(150180,28052,0,1,1,0,1,-14433.2,529.349,24.2942,5.68977,120,0,0,1,0,0,0,0,0),(150179,28052,0,1,1,0,1,-14432.4,527.639,24.7748,0.541052,120,0,0,1,0,2,0,0,0),(150178,28052,0,1,1,0,1,-14431.3,529.618,24.6118,4.62512,120,0,0,1,0,0,0,0,0),(150177,28052,0,1,1,0,1,-14430.5,533.727,24.1085,1.20428,120,0,0,1,0,2,0,0,0),(150176,28052,0,1,1,0,1,-14429.6,536.954,23.7319,4.64258,120,0,0,1,0,0,0,0,0),(150175,28052,0,1,1,0,1,-14429.5,527.209,25.128,2.61799,120,0,0,1,0,0,0,0,0),(150174,28052,0,1,1,0,1,-14429,532.862,24.29,1.86354,120,0,0,1,0,0,0,0,0),(150173,28052,0,1,1,0,1,-14427.9,534.161,24.306,2.49582,120,0,0,1,0,0,0,0,0),(150172,28052,0,1,1,0,1,-14425.8,530.786,24.9976,5.89921,120,0,0,1,0,2,0,0,0),(150171,28052,0,1,1,0,1,-14425.1,528.117,25.4393,1.43117,120,0,0,1,0,2,0,0,0),(150170,28052,0,1,1,0,1,-14425,537.394,23.872,6.26573,120,0,0,1,0,2,0,0,0),(123842,30894,571,1,1,25285,0,6550.48,1680.94,629.551,4.31997,300,5,0,12600,0,1,0,0,0),(123843,30894,571,1,1,25285,0,6595.72,1843.64,672.003,3.07178,300,5,0,12600,0,1,0,0,0),(123844,31150,571,1,1,23138,0,6846.05,1645.92,389.117,3.9619,300,0,0,12600,0,0,0,0,0),(123845,30894,571,1,1,25285,0,6507.37,1668.65,632.067,3.78131,300,5,0,12600,0,1,0,0,0),(123846,30894,571,1,1,25285,0,6546.2,1834.68,629.551,1.10748,300,5,0,12600,0,1,0,0,0),(123847,30894,571,1,1,25285,0,6554.25,1799.26,629.551,5.65689,300,5,0,12600,0,1,0,0,0),(123848,30894,571,1,1,25285,0,6509.91,1839.99,632.067,5.25873,300,5,0,12600,0,1,0,0,0),(123849,30894,571,1,1,25285,0,6551.18,1707.41,629.551,2.46494,300,5,0,12600,0,1,0,0,0),(123850,30894,571,1,1,25285,0,6546.51,1767.71,629.551,4.41886,300,5,0,12600,0,1,0,0,0),(123851,30894,571,1,1,25285,0,6550.06,1740.42,629.551,5.29382,300,0,0,12600,0,0,0,0,0),(123852,30894,571,1,1,25285,0,6227.2,1877.56,631.58,5.79449,300,0,0,12600,0,0,0,0,0),(123853,29614,571,1,1,26369,1,7473.37,4788.48,-12.7187,0.793401,300,0,0,19480,17272,0,0,0,0),(123854,29614,571,1,1,26367,1,7478.66,4788.33,-12.5888,2.29069,300,0,0,19480,17272,0,0,0,0),(123855,29614,571,1,1,26369,1,7478.64,4793.41,-12.8048,3.84423,300,0,0,19480,17272,0,0,0,0),(123856,29614,571,1,1,26369,1,7465.79,4740.59,-12.716,6.06479,300,0,0,19480,17272,0,0,0,0),(123857,29614,571,1,1,26367,1,7472.87,4739.23,-12.4347,2.98652,300,0,0,19480,17272,0,0,0,0),(123858,29614,571,1,1,26369,1,7469.9,4743.37,-12.6905,4.6347,300,0,0,19480,17272,0,0,0,0),(123859,29614,571,1,1,26367,1,7454.12,4797.35,7.19297,5.91537,300,5,0,19480,17272,1,0,0,0),(123860,29614,571,1,1,26369,1,7453.4,4795.48,7.25827,5.91538,300,5,0,19480,17272,1,0,0,0),(123861,29614,571,1,1,26369,1,7481.57,4806.93,7.27037,5.59489,300,0,0,19480,17272,0,0,0,0),(123862,29614,571,1,1,26367,1,7487.22,4802.04,7.27013,2.40029,300,0,0,19480,17272,0,0,0,0),(123863,29614,571,1,1,26367,1,7486.65,4807.27,7.43066,4.09942,300,0,0,19480,17272,0,0,0,0),(123864,31150,571,1,1,23136,0,6810.88,1644.46,389.117,5.5676,300,0,0,12600,0,0,0,0,0),(123865,29614,571,1,1,26367,1,7497.67,4765.66,-12.9295,5.01178,300,5,0,19480,17272,1,0,0,0),(123866,29614,571,1,1,26367,1,7493.37,4772.79,-12.5412,5.01188,300,5,0,19480,17272,1,0,0,0),(123867,29614,571,1,1,26369,1,7438.55,4837.43,-17.2827,3.93117,300,0,0,19480,17272,0,0,0,0),(123868,29614,571,1,1,26367,1,7500.5,4926.25,-18.2428,3.10545,300,5,0,19480,17272,1,0,0,0),(123869,29614,571,1,1,26369,1,7500.08,4925.12,-18.0502,2.67291,300,5,0,19480,17272,1,0,0,0),(123870,30894,571,1,1,25285,0,6362.5,1872.02,508.726,2.54692,300,5,0,12600,0,1,0,0,0),(123871,30894,571,1,1,25285,0,6420.17,1862.48,508.726,3.89239,300,5,0,12600,0,1,0,0,0),(123872,30894,571,1,1,25285,0,6394.7,1951.5,631.525,3.48342,300,5,0,12600,0,1,0,0,0),(123873,30894,571,1,1,25285,0,6271.5,1935.59,631.388,3.18501,300,5,0,12600,0,1,0,0,0),(123874,30894,571,1,1,25285,0,6349.53,1953.5,631.651,4.07865,300,5,0,12600,0,1,0,0,0),(123875,30894,571,1,1,25285,0,6305.2,1934.09,631.685,5.88206,300,5,0,12600,0,1,0,0,0),(123876,30894,571,1,1,25285,0,6430.93,1962.52,631.362,4.50238,300,0,0,12600,0,0,0,0,0),(123877,30894,571,1,1,25285,0,6402.65,1952.95,631.512,3.48321,300,5,0,12600,0,1,0,0,0),(123878,32175,571,1,1,27808,0,6129.06,2697.1,573.997,1.62316,300,0,0,37800,19970,0,0,0,0),(123879,32175,571,1,1,27808,0,6132.09,2698.57,573.997,1.65806,300,0,0,37800,19970,0,0,0,0),(123880,32175,571,1,1,27808,0,6186,2723.27,573.997,2.3911,300,0,0,37800,19970,0,0,0,0),(123881,32175,571,1,1,27808,0,6123.69,2694.56,573.997,1.5708,300,0,0,37800,19970,0,0,0,0),(123882,32175,571,1,1,27808,0,6093.21,2711.57,573.997,1.15192,300,0,0,37800,19970,0,0,0,0),(123883,32175,571,1,1,27808,0,6106.88,2693.29,573.997,1.37881,300,0,0,37800,19970,0,0,0,0),(123884,32175,571,1,1,27808,0,6109.32,2733.96,573.997,1.27409,300,0,0,37800,19970,0,0,0,0),(123885,32175,571,1,1,27808,0,6196.89,2754.82,573.997,2.80998,300,0,0,37800,19970,0,0,0,0),(123886,32175,571,1,1,27808,0,6195.72,2751.75,573.997,2.75762,300,0,0,37800,19970,0,0,0,0),(123887,32175,571,1,1,27808,0,6109.45,2692.44,573.997,1.41372,300,0,0,37800,19970,0,0,0,0),(123888,32175,571,1,1,27808,0,6197.97,2757.5,573.997,2.84489,300,0,0,37800,19970,0,0,0,0),(123889,32175,571,1,1,27808,0,6090.28,2730.3,573.997,0.977384,300,0,0,37800,19970,0,0,0,0),(123890,32175,571,1,1,27808,0,6119.81,2713.59,573.997,1.51844,300,0,0,37800,19970,0,0,0,0),(123891,32175,571,1,1,27808,0,6095.95,2710.76,573.997,1.18682,300,0,0,37800,19970,0,0,0,0),(123892,32175,571,1,1,27808,0,6084.74,2732.44,573.997,0.890118,300,0,0,37800,19970,0,0,0,0),(123893,32175,571,1,1,27808,0,6198.14,2760.44,573.997,2.87979,300,0,0,37800,19970,0,0,0,0),(123894,32175,571,1,1,27808,0,6122.63,2715.34,573.997,1.55334,300,0,0,37800,19970,0,0,0,0),(123895,32175,571,1,1,27808,0,6203.19,2736.07,573.997,2.63545,300,0,0,37800,19970,0,0,0,0),(123896,32175,571,1,1,27808,0,6185.88,2774.47,573.997,3.05433,300,0,0,37800,19970,0,0,0,0),(123897,32175,571,1,1,27808,0,6101.63,2694.96,573.997,1.32645,300,0,0,37800,19970,0,0,0,0),(123898,32175,571,1,1,27808,0,6115.96,2736.86,573.997,1.39626,300,0,0,37800,19970,0,0,0,0),(123899,32175,571,1,1,27808,0,6206.64,2744.97,573.997,2.74017,300,0,0,37800,19970,0,0,0,0),(123900,32175,571,1,1,27808,0,6112,2735.26,573.997,1.309,300,0,0,37800,19970,0,0,0,0),(123901,32175,571,1,1,27808,0,6098.56,2709.9,573.997,1.22173,300,0,0,37800,19970,0,0,0,0),(123902,32175,571,1,1,27808,0,6101.57,2709.2,573.997,1.27409,300,0,0,37800,19970,0,0,0,0),(123903,32175,571,1,1,27808,0,6087.53,2731.27,573.997,0.925025,300,0,0,37800,19970,0,0,0,0),(123904,32175,571,1,1,27808,0,6205.25,2742.63,573.997,2.70526,300,0,0,37800,19970,0,0,0,0),(123905,32175,571,1,1,27808,0,6106.56,2732.51,573.997,1.22173,300,0,0,37800,19970,0,0,0,0),(123906,32175,571,1,1,27808,0,6186.96,2777.95,573.997,3.10669,300,0,0,37800,19970,0,0,0,0),(123907,32175,571,1,1,27808,0,6185.07,2772.33,573.997,3.01942,300,0,0,37800,19970,0,0,0,0),(123908,32175,571,1,1,27808,0,6187.84,2780.75,573.997,3.14159,300,0,0,37800,19970,0,0,0,0),(123909,32175,571,1,1,27808,0,6082.02,2733.17,573.997,0.837758,300,0,0,37800,19970,0,0,0,0),(123910,32175,571,1,1,27808,0,6103.92,2694.26,573.997,1.3439,300,0,0,37800,19970,0,0,0,0),(123911,32175,571,1,1,27808,0,6204.18,2739.15,573.997,2.67035,300,0,0,37800,19970,0,0,0,0),(123912,32175,571,1,1,27808,0,6183.04,2742.15,573.997,2.56563,300,0,0,37800,19970,0,0,0,0),(123913,32175,571,1,1,27808,0,6116.46,2712.19,573.997,1.46608,300,0,0,37800,19970,0,0,0,0),(123914,32175,571,1,1,27808,0,6125.1,2716.12,573.997,1.5708,300,0,0,37800,19970,0,0,0,0),(123915,32175,571,1,1,27808,0,6177.88,2739.79,573.997,2.49582,300,0,0,37800,19970,0,0,0,0),(123916,32175,571,1,1,27808,0,6191.64,2726.27,573.997,2.46091,300,0,0,37800,19970,0,0,0,0),(123917,32175,571,1,1,27808,0,6126.28,2696.03,573.997,1.58825,300,0,0,37800,19970,0,0,0,0),(123918,32175,571,1,1,27808,0,6185.6,2743.87,573.997,2.60054,300,0,0,37800,19970,0,0,0,0),(123919,32175,571,1,1,27808,0,6183.74,2721.6,573.997,2.35619,300,0,0,37800,19970,0,0,0,0),(123920,32175,571,1,1,27808,0,6188.73,2724.73,573.997,2.42601,300,0,0,37800,19970,0,0,0,0),(123921,32175,571,1,1,27808,0,6180.73,2740.75,573.997,2.53073,300,0,0,37800,19970,0,0,0,0),(123922,30640,571,1,1,11686,0,7400.95,1744.61,670.71,3.95329,300,5,0,10635,0,1,0,0,0),(123923,30640,571,1,1,11686,0,7429.62,1755.39,660.246,0.794241,300,5,0,10635,0,1,0,0,0),(123924,30640,571,1,1,11686,0,7416.74,1786.4,661.33,5.88838,300,5,0,10635,0,1,0,0,0),(123925,31152,571,1,1,27511,1,6634.39,1187.48,274.174,0.20944,300,0,0,12600,0,0,0,0,0),(123926,31152,571,1,1,24496,1,6628.88,1049.45,280.97,0.261799,300,0,0,12600,0,0,0,0,0),(123927,31152,571,1,1,27511,1,6643.95,1048.45,281.95,1.93731,300,0,0,12600,0,0,0,0,0),(123928,31152,571,1,1,27511,1,6796.35,1420.06,390.712,0,300,5,0,12600,0,1,0,0,0),(123934,31152,571,1,1,24496,1,6644.8,1187.75,280.126,1.25664,300,0,0,12600,0,0,0,0,0),(123935,31152,571,1,1,24496,1,6652.61,1180.06,272.723,2.3911,300,0,0,12600,0,0,0,0,0),(123938,31152,571,1,1,27511,1,6641.81,1080.17,276.42,5.23599,300,0,0,12600,0,0,0,0,0),(123939,31152,571,1,1,24498,1,6675.06,1162.63,274.279,4.24115,300,0,0,12600,0,0,0,0,0),(123940,31152,571,1,1,24498,1,6669.19,1153.77,273.591,1.0472,300,0,0,12600,0,0,0,0,0),(123941,31152,571,1,1,24498,1,6694.61,1172.28,273.843,2.19912,300,0,0,12600,0,0,0,0,0),(123942,31152,571,1,1,27511,1,6694.5,1182.3,274.816,5.13127,300,0,0,12600,0,0,0,0,0),(123943,31152,571,1,1,24496,1,6625.28,1075,276.015,5.35816,300,0,0,12600,0,0,0,0,0),(123944,31152,571,1,1,27511,1,6705.61,1174.29,274.043,2.93215,300,0,0,12600,0,0,0,0,0),(123945,31152,571,1,1,24498,1,6654.49,1211.59,276.022,4.72984,300,0,0,12600,0,0,0,0,0),(123946,31152,571,1,1,24498,1,6633.96,1202.27,276.917,0,300,0,0,12600,0,0,0,0,0),(123947,31152,571,1,1,24496,1,6642.73,1208.19,281.414,4.85202,300,0,0,12600,0,0,0,0,0),(123948,31152,571,1,1,24498,1,6681.28,1094.73,279.439,0.959931,300,0,0,12600,0,0,0,0,0),(123949,31154,571,1,1,27512,1,8132.65,3464.17,671.04,0.558505,300,0,0,12600,3994,0,0,0,0),(123950,30642,571,1,1,27205,0,7664.2,3476.56,643.258,2.91456,300,5,0,9103,8313,1,0,0,0),(123951,30642,571,1,1,27205,0,7670.67,3478.94,643.261,6.17175,300,5,0,9103,8313,1,0,0,0),(123952,30642,571,1,1,27205,0,7679.74,3487.62,644.133,4.72491,300,5,0,9103,8313,1,0,0,0),(123953,30642,571,1,1,27205,0,7594.78,3511.47,643.291,5.45189,300,5,0,9103,8313,1,0,0,0),(123954,30642,571,1,1,27205,0,7637.73,3470.76,646.508,5.97732,300,0,0,9103,8313,0,0,0,0),(123955,30642,571,1,1,27205,0,7651.39,3498.58,643.258,2.04879,300,5,0,9103,8313,1,0,0,0),(123956,30642,571,1,1,27205,0,7634.3,3498.77,643.264,5.34361,300,5,0,9103,8313,1,0,0,0),(123957,30642,571,1,1,27205,0,7702.12,3481.49,647.211,0.328625,300,0,0,9103,8313,0,0,0,0),(123958,30642,571,1,1,27205,0,7702.62,3478.93,647.586,5.72746,300,0,0,9103,8313,0,0,0,0),(123959,30642,571,1,1,27205,0,7664.66,3487.86,643.445,3.74474,300,5,0,9103,8313,1,0,0,0),(123960,30642,571,1,1,27205,0,7645.95,3480.92,647.383,5.18192,300,0,0,9103,8313,0,0,0,0),(123961,30642,571,1,1,27205,0,7616.91,3504.03,647.268,5.30961,300,5,0,9103,8313,1,0,0,0),(123962,30642,571,1,1,27205,0,7626.01,3507.17,643.219,5.289,300,0,0,9103,8313,0,0,0,0),(123963,31155,571,1,1,27538,0,6764.34,1016.47,297.623,4.53664,300,5,0,12600,3994,1,0,0,0),(123964,31155,571,1,1,27105,0,6619.18,1124.52,272.867,4.3879,300,5,0,12600,3994,1,0,0,0),(123965,31155,571,1,1,27538,0,6579.91,1208.65,278.926,5.80292,300,5,0,12600,3994,1,0,0,0),(123966,31155,571,1,1,27537,0,6558.84,994.082,281.439,2.09134,300,5,0,12600,3994,1,0,0,0),(123967,31155,571,1,1,27538,0,6792.09,1264.74,279.731,0.593412,300,0,0,12600,3994,0,0,0,0),(123968,31411,571,1,2,23681,0,5814.02,1985.69,503.881,2.51188,300,5,0,12175,0,1,0,0,0),(123969,31411,571,1,2,23681,0,5816.86,1943.29,507.56,3.40633,300,5,0,12175,0,1,0,0,0),(123970,31411,571,1,2,23681,0,5863.57,1984,507.648,5.88321,300,5,0,12175,0,1,0,0,0),(123971,31411,571,1,2,23681,0,5778.56,1957.5,503.857,3.27375,300,5,0,12175,0,1,0,0,0),(123972,31411,571,1,2,23681,0,5732.14,1937.82,506.014,5.41257,300,5,0,12175,0,1,0,0,0),(123973,31411,571,1,2,23681,0,5706.3,1977.47,503.911,4.05224,300,5,0,12175,0,1,0,0,0),(123974,31411,571,1,2,23681,0,5685.71,1974.25,503.863,2.57831,300,5,0,12175,0,1,0,0,0),(123975,31411,571,1,2,23681,0,5673.84,2094.37,503.889,5.52857,300,5,0,12175,0,1,0,0,0),(123976,31411,571,1,2,23681,0,5831.47,2106.11,503.89,6.24962,300,5,0,12175,0,1,0,0,0),(123977,31411,571,1,2,23681,0,5826.33,2149.32,505.746,2.48705,300,5,0,12175,0,1,0,0,0),(123978,31411,571,1,2,23681,0,5754.92,2151.17,503.91,1.93734,300,5,0,12175,0,1,0,0,0),(123979,31411,571,1,2,23681,0,5775.43,2193.86,512.998,0.776427,300,5,0,12175,0,1,0,0,0),(123980,31411,571,1,2,23681,0,5729.88,2136.62,503.894,1.79434,300,5,0,12175,0,1,0,0,0),(123981,31155,571,1,1,27105,0,6513.03,1217.98,285.456,2.93998,300,5,0,12600,3994,1,0,0,0),(123982,31411,571,1,2,23681,0,5782.62,2140.68,503.9,0.783972,300,5,0,12175,0,1,0,0,0),(123983,31411,571,1,2,23681,0,5754.13,2174.58,506.181,1.25723,300,5,0,12175,0,1,0,0,0),(123984,31411,571,1,2,23681,0,5650.03,2055.57,503.868,0.939173,300,5,0,12175,0,1,0,0,0),(123985,31411,571,1,2,23681,0,5660.07,2125.83,505.943,0.534949,300,5,0,12175,0,1,0,0,0),(123986,31411,571,1,2,23681,0,5700.89,2148.91,503.999,5.77704,300,0,0,12175,0,0,0,0,0),(123987,31411,571,1,2,23681,0,5651.27,2007.15,504.97,1.98891,300,5,0,12175,0,1,0,0,0),(123988,31411,571,1,2,23681,0,5858.93,2108.63,505.124,2.30257,300,5,0,12175,0,1,0,0,0),(123989,31411,571,1,2,23681,0,5688.14,2001.98,503.924,0.151243,300,5,0,12175,0,1,0,0,0),(123990,31155,571,1,1,27107,0,6659.76,1263.22,285.02,4.24871,300,5,0,12600,3994,1,0,0,0),(123991,31155,571,1,1,27538,0,6638.97,1234.59,282.622,3.56284,300,5,0,12600,3994,1,0,0,0),(123992,31411,571,1,2,23681,0,5845.64,2080.43,503.97,2.90496,300,5,0,12175,0,1,0,0,0),(123993,31155,571,1,1,27537,0,6675.43,1140.14,274.029,3.11302,300,5,0,12600,3994,1,0,0,0),(123994,31155,571,1,1,27537,0,6786.42,1052.78,291.129,5.37035,300,5,0,12600,3994,1,0,0,0),(123995,31411,571,1,2,23681,0,5876.8,2037.78,506.147,0.498635,300,0,0,12175,0,0,0,0,0),(123996,31155,571,1,1,27537,0,6600.89,1111.71,272.867,6.10764,300,5,0,12600,3994,1,0,0,0),(123997,31155,571,1,1,27537,0,6772.16,1183.38,275.955,0.74943,300,5,0,12600,3994,1,0,0,0),(123998,31155,571,1,1,27107,0,6558.97,1123.21,275.87,5.7874,300,5,0,12600,3994,1,0,0,0),(123999,29621,571,1,1,24957,1,7496.76,4885.14,-13.3394,1.54122,300,5,0,226800,0,1,0,0,0),(124000,31414,571,1,2,24309,1,5888.76,2005.38,513.426,2.54818,300,0,0,14610,0,0,0,0,0),(124001,31414,571,1,2,24302,1,5895.39,2026.41,513.39,3.1765,300,0,0,14610,0,0,0,0,0),(124002,30646,571,1,1,11686,0,7401.68,1770.41,651.056,2.26827,300,5,0,10635,0,1,0,0,0),(124003,31414,571,1,2,24302,1,5886.22,2019.26,511.744,2.84489,300,0,0,14610,0,0,0,0,0),(124004,31414,571,1,2,24309,1,5847.92,2028.84,503.968,2.94961,300,0,0,14610,0,0,0,0,0),(124005,31414,571,1,2,24302,1,5788.85,2195.55,513.038,4.18879,300,0,0,14610,0,0,0,0,0),(124006,31414,571,1,2,24309,1,5776.99,2197.5,513.534,4.46804,300,0,0,14610,0,0,0,0,0),(124007,31414,571,1,2,24309,1,5856.04,2067.64,504.185,2.68781,300,0,0,14610,0,0,0,0,0),(124008,31414,571,1,2,24309,1,5860.83,2052.76,503.917,3.14159,300,0,0,14610,0,0,0,0,0),(124009,31414,571,1,2,24310,1,5781.44,2192.35,512.528,4.4855,300,0,0,14610,0,0,0,0,0),(124010,31414,571,1,2,24310,1,5826.86,2120.65,503.961,3.80482,300,0,0,14610,0,0,0,0,0),(124011,31414,571,1,2,24310,1,5831.18,2103.78,503.973,3.56047,300,0,0,14610,0,0,0,0,0),(124012,31414,571,1,2,24302,1,5799.37,2129.63,503.999,1.81514,300,0,0,14610,0,0,0,0,0),(124013,31414,571,1,2,24310,1,5772.15,2146.59,503.986,4.34587,300,0,0,14610,0,0,0,0,0),(124014,31414,571,1,2,24310,1,5804.59,2158.68,505.315,3.735,300,0,0,14610,0,0,0,0,0),(124015,31414,571,1,2,24310,1,5853.49,2105.78,503.93,3.36848,300,0,0,14610,0,0,0,0,0),(124016,31414,571,1,2,24310,1,5879.98,2039.51,506.763,3.87463,300,0,0,14610,0,0,0,0,0),(124017,29880,571,1,1,26904,1,7029.49,4320.47,761.046,4.36332,300,0,0,12175,0,0,0,0,0),(124018,29880,571,1,1,26902,1,7107.39,4457.3,680.524,1.43117,300,0,0,12175,0,0,0,0,0),(124019,29880,571,1,1,26904,1,7011.08,4419.41,682.721,2.74017,300,0,0,12175,0,0,0,0,0),(124020,29880,571,1,1,26904,1,6930.3,4334.45,661.737,3.4383,300,0,0,12175,0,0,0,0,0),(124021,29880,571,1,1,26903,1,6923.29,4460.33,601.121,2.05949,300,0,0,12175,0,0,0,0,0),(124022,29880,571,1,1,26903,1,7005.2,4499.4,601.163,3.15246,300,5,0,12175,0,1,0,0,0),(124023,29880,571,1,1,26901,1,6939.34,4521.33,601.13,2.70526,300,0,0,12175,0,0,0,0,0),(124024,29880,571,1,1,26902,1,7000.07,4532.86,601.595,2.37365,300,0,0,12175,0,0,0,0,0),(124025,29880,571,1,1,26901,1,7225.82,4131.06,630.316,4.7822,300,0,0,12175,0,0,0,0,0),(124026,29880,571,1,1,26901,1,6847.03,4036.88,616.523,4.67748,300,0,0,12175,0,0,0,0,0),(124027,29880,571,1,1,26903,1,6988.95,4110.93,535.369,3.90954,300,0,0,12175,0,0,0,0,0),(124028,29880,571,1,1,26903,1,6918.33,4235.19,535.342,0.767945,300,0,0,12175,0,0,0,0,0),(124029,29880,571,1,1,26902,1,6894.11,4161.61,535.256,1.09956,300,0,0,12175,0,0,0,0,0),(124030,29880,571,1,1,26904,1,6987.16,3881.02,610.683,0.680678,300,0,0,12175,0,0,0,0,0),(124031,29880,571,1,1,26902,1,6942.28,3882.52,616.258,0.837758,300,0,0,12175,0,0,0,0,0),(124032,29880,571,1,1,26904,1,6920.47,4191.84,535.264,5.68977,300,0,0,12175,0,0,0,0,0),(124033,29880,571,1,1,26902,1,6977.84,3960.32,555.929,1.22173,300,0,0,12175,0,0,0,0,0),(124034,29880,571,1,1,26903,1,6968.83,4051.65,535.26,0.802851,300,0,0,12175,0,0,0,0,0),(124035,29880,571,1,1,26902,1,7436.16,3593.73,648.653,0.034907,300,0,0,12175,0,0,0,0,0),(124036,29880,571,1,1,26901,1,8201.2,3587.93,655.255,4.30452,300,0,0,12175,0,0,0,0,0),(124037,29880,571,1,1,26902,1,7725.69,3407.21,659.19,1.44862,300,0,0,12175,0,0,0,0,0),(124038,29880,571,1,1,26904,1,8107.69,3522.79,656.694,1.67552,300,0,0,12175,0,0,0,0,0),(124039,29880,571,1,1,26904,1,7873.53,3494.99,672.757,2.53073,300,0,0,12175,0,0,0,0,0),(124040,29880,571,1,1,26903,1,8126.02,3385.77,673.759,0.279253,300,0,0,12175,0,0,0,0,0),(124041,29880,571,1,1,26903,1,7959.06,3620.98,629.039,3.76991,300,0,0,12175,0,0,0,0,0),(124042,29880,571,1,1,26901,1,8000.32,3573.02,631.75,3.28122,300,0,0,12175,0,0,0,0,0),(124043,29880,571,1,1,26903,1,8146.8,3560.13,655.27,5.36641,300,0,0,12175,0,0,0,0,0),(124044,29880,571,1,1,26901,1,8423.43,3009.95,613.163,1.61527,300,5,0,12175,0,1,0,0,0),(124045,29880,571,1,1,26904,1,7125.02,3983.26,581.544,4.79965,300,0,0,12175,0,0,0,0,0),(124046,29880,571,1,1,26904,1,6942.33,4077.49,535.903,0.733038,300,0,0,12175,0,0,0,0,0),(124047,29880,571,1,1,26901,1,7090.57,4076.64,535.307,3.89208,300,0,0,12175,0,0,0,0,0),(124048,29880,571,1,1,26903,1,8305.54,3155.95,615.672,0.628319,300,0,0,12175,0,0,0,0,0),(124049,29880,571,1,1,26901,1,8347.62,3139.58,603.152,5.89651,300,5,0,12175,0,1,0,0,0),(124050,29880,571,1,1,26904,1,8223.69,3311.01,653.685,6.17846,300,0,0,12175,0,0,0,0,0),(124051,29880,571,1,1,26901,1,8426.21,2944.92,602.376,1.6057,300,0,0,12175,0,0,0,0,0),(124052,29880,571,1,1,26902,1,8454.48,2941.69,602.376,3.1765,300,0,0,12175,0,0,0,0,0),(124053,29880,571,1,1,26904,1,8407.98,2903.65,602.392,1.55334,300,0,0,12175,0,0,0,0,0),(124054,29880,571,1,1,26904,1,8448.71,2869.82,606.35,1.55334,300,0,0,12175,0,0,0,0,0),(124055,29880,571,1,1,26901,1,8409.86,2867.5,606.35,1.5708,300,0,0,12175,0,0,0,0,0),(124056,29880,571,1,1,26903,1,8398.84,2939.43,604.152,0.069813,300,0,0,12175,0,0,0,0,0),(124057,29880,571,1,1,26903,1,8106.09,3404.04,672.599,1.18682,300,0,0,12175,0,0,0,0,0),(124058,29880,571,1,1,26902,1,8427.55,2905.98,606.342,1.6057,300,0,0,12175,0,0,0,0,0),(124059,29880,571,1,1,26904,1,8447.56,2905.58,602.391,1.64061,300,0,0,12175,0,0,0,0,0),(124060,29880,571,1,1,26903,1,8409.98,3008.45,613.255,0.959931,300,0,0,12175,0,0,0,0,0),(124061,29880,571,1,1,26901,1,7693.03,3631.42,660.903,1.95477,300,0,0,12175,0,0,0,0,0),(124062,29880,571,1,1,26904,1,8433.27,3009.51,613.254,1.69297,300,0,0,12175,0,0,0,0,0),(124063,29880,571,1,1,26903,1,7602.81,3567.71,656.561,3.35103,300,0,0,12175,0,0,0,0,0),(124064,29880,571,1,1,26901,1,7923.57,3602.18,629.048,1.79769,300,0,0,12175,0,0,0,0,0),(124065,29880,571,1,1,26901,1,7833.6,3663.05,653.397,3.735,300,0,0,12175,0,0,0,0,0),(124066,29880,571,1,1,26903,1,7837.91,3614.81,654.498,5.93412,300,0,0,12175,0,0,0,0,0),(124067,29880,571,1,1,26902,1,7779.06,3717.19,654.75,4.17134,300,0,0,12175,0,0,0,0,0),(124068,29880,571,1,1,26901,1,7724.09,3625.28,665.585,0.610865,300,0,0,12175,0,0,0,0,0),(124069,29880,571,1,1,26903,1,7790.44,3599.16,663.77,1.37881,300,0,0,12175,0,0,0,0,0),(124070,29880,571,1,1,26901,1,7741.97,3432.79,659.217,1.64061,300,0,0,12175,0,0,0,0,0),(124071,29880,571,1,1,26904,1,7798.56,3561.49,654.335,5.88176,300,0,0,12175,0,0,0,0,0),(124072,29880,571,1,1,26901,1,7460.1,3647.77,625.415,5.32325,300,0,0,12175,0,0,0,0,0),(124073,29881,571,1,1,11686,0,6964.7,1979.32,522.252,2.46091,300,5,0,12600,0,1,0,0,0),(124074,30649,571,1,1,11686,0,8235.32,1072.52,792.425,0.347468,300,5,0,10635,0,1,0,0,0),(124075,30649,571,1,1,11686,0,8199.63,1034.74,807.643,5.88792,300,5,0,10635,0,1,0,0,0),(124076,30649,571,1,1,11686,0,8270.64,1068.17,817.146,0.190389,300,5,0,10635,0,1,0,0,0),(124077,30649,571,1,1,11686,0,8233.69,1068.5,817.923,0.731441,300,5,0,10635,0,1,0,0,0),(150169,28052,0,1,1,0,1,-14423.4,530.338,25.1525,3.08923,120,0,0,1,0,0,0,0,0),(150168,28052,0,1,1,0,1,-14422.7,535.034,24.3235,1.85005,120,0,0,1,0,0,0,0,0),(150167,28052,0,1,1,0,1,-14422.6,538.436,23.718,4.06662,120,0,0,1,0,0,0,0,0),(150166,28052,0,1,1,0,1,-14421,532.887,24.7346,0.0349066,120,0,0,1,0,0,0,0,0),(150165,28052,0,1,1,0,1,-14418.6,534.416,24.5415,4.15388,120,0,0,1,0,2,0,0,0),(150164,28052,0,1,1,0,1,-14418.5,531.243,25.11,2.0944,120,0,0,1,0,0,0,0,0),(124084,31163,571,1,1,26500,0,6564.56,1614.28,633.629,1.76278,300,0,0,63000,0,0,0,0,0),(124085,30651,571,1,1,11686,0,7411.32,1778.28,651.047,2.21591,300,5,0,10635,0,1,0,0,0),(124086,30651,571,1,1,11686,0,7395.05,1761.96,651.037,2.62565,300,5,0,10635,0,1,0,0,0),(124087,32189,571,1,1,23365,0,7506.37,2265.23,441.144,1.24984,300,0,0,10635,3561,2,0,0,0),(124088,32189,571,1,1,23365,0,7709.64,2456.54,428.318,2.85839,300,0,0,10635,3561,2,0,0,0),(124089,32189,571,1,1,23365,0,7709.64,2456.54,428.318,0.379779,300,0,0,10635,3561,2,0,0,0),(124090,32189,571,1,1,23365,0,7558.69,2238.37,419.941,2.1435,300,0,0,10635,3561,2,0,0,0),(202501,33113,603,3,1,0,0,420.728,-15.3721,409.804,3.05873,604800,0,0,23009250,0,0,0,0,0),(202606,38482,624,3,1,0,0,-42.8767,-229.505,97.6291,1.62316,604800,0,0,1,0,0,0,0,0),(202605,38482,624,3,1,0,0,-43.3507,-214.01,97.378,1.62316,604800,0,0,1,0,2,0,0,0),(4763,29915,571,1,1,0,1,8456.6,3113.97,588.186,1.52963,120,0,0,1,0,0,0,0,0),(202600,38433,624,3,1,0,1,-43.3316,-288.708,91.2511,1.58825,604800,0,0,1,0,0,0,0,0),(202599,36093,624,3,1,0,0,-218.833,-103.13,112.854,0,604800,0,0,1,0,0,0,0,0),(202598,35143,624,3,1,0,0,-218.63,-37.9896,97.593,4.71226,604800,0,0,1,0,2,0,0,0),(202597,35143,624,3,1,0,0,-219.483,27.4635,97.9274,4.72984,604800,0,0,1,0,0,0,0,0),(202596,35013,624,3,1,0,0,-218.521,104.391,91.8297,4.69494,604800,0,0,1,0,0,0,0,0),(202595,34015,624,3,1,0,0,-218.85,-196.198,97.5929,4.71204,604800,0,0,1,0,2,0,0,0),(202594,34015,624,3,1,0,0,-218.865,-229.202,97.9273,1.58825,604800,0,0,1,0,0,0,0,0),(107708,29570,571,1,1,0,1,7446.62,133.291,788.242,2.98927,120,0,0,12600,0,2,0,0,0),(107724,29570,571,1,1,0,1,7403.52,217.722,782.877,3.93505,120,0,0,12600,0,2,0,0,0),(107756,29570,571,1,1,0,1,7390.97,-11.0833,800.925,2.93215,120,0,0,12600,0,0,0,0,0),(202587,29794,571,1,1,0,0,6981.52,86.2943,1041.04,4.09594,120,0,0,126000,19970,2,0,0,0),(124111,30330,571,1,1,26882,0,8338.51,3475.34,683.146,0.506288,1,0,0,8982,0,2,0,0,0),(124112,30330,571,1,1,26882,0,8452.57,3404.11,614.097,0.555665,1,0,0,8982,0,2,0,0,0),(124113,30655,571,1,1,11686,0,7399.29,1751.88,648.395,3.90888,300,5,0,10635,0,1,0,0,0),(124114,30656,571,1,1,27212,1,6409.12,422.382,511.348,0.628319,300,0,0,100800,88140,0,0,0,0),(150154,35169,0,1,1,0,0,2246.69,329.094,35.1892,5.5916,120,0,0,42,0,0,0,0,0),(124116,24770,571,1,1,24140,0,3757.91,6580.69,295.79,0.648543,300,0,0,81900,0,2,0,0,0),(124117,24770,571,1,1,24140,0,3721.69,6769.55,434.06,3.00543,300,0,0,81900,0,2,0,0,0),(124118,24770,571,1,1,24140,0,3684.25,7115.13,444.394,0.427723,300,0,0,81900,0,2,0,0,0),(124119,24770,571,1,1,24140,0,3971.78,6806.6,510.364,3.27784,300,0,0,81900,0,2,0,0,0),(124120,24770,571,1,1,24140,0,3932.68,6762.32,201.55,2.76494,300,0,0,81900,0,2,0,0,0),(124121,24770,571,1,1,24140,0,4153.97,7033.59,344.786,0.179893,300,0,0,81900,0,2,0,0,0),(124122,24770,571,1,1,24140,0,3939.18,6790.81,282.544,3.71471,300,0,0,81900,0,2,0,0,0),(124123,24770,571,1,1,24140,0,4166.92,7072.35,545.367,2.31042,300,0,0,81900,0,2,0,0,0),(124124,24770,571,1,1,24140,0,4038.05,7165.02,238.298,3.27256,300,0,0,81900,0,2,0,0,0),(124125,24770,571,1,1,24140,0,4139.24,7034.89,270.522,1.30555,300,0,0,81900,0,2,0,0,0),(124126,24770,571,1,1,24140,0,3785.62,7350.96,394.815,2.02084,300,0,0,81900,0,2,0,0,0),(124127,30403,571,1,1,27102,0,8039.96,3351.04,632.479,3.94444,30,0,0,63000,0,0,0,0,0),(124128,30406,571,1,1,25297,0,8044.34,3179.39,676.195,5.53269,300,0,0,12600,0,0,0,0,0),(124129,30920,571,1,1,7858,0,6564.05,1661.09,629.634,1.67552,300,0,0,12600,0,0,0,0,0),(124130,30920,571,1,1,7858,0,6539.42,1659.98,629.634,1.55334,300,0,0,12600,0,0,0,0,0),(124131,30920,571,1,1,7858,0,6117.73,1925.88,632.671,4.29351,300,5,0,12600,0,1,0,0,0),(124132,30920,571,1,1,7858,0,6533.74,1735.01,629.634,0.191986,300,0,0,12600,0,0,0,0,0),(124133,30920,571,1,1,7858,0,6532.04,1786.19,629.634,0.017453,300,0,0,12600,0,0,0,0,0),(124134,30920,571,1,1,7858,0,6431.99,1812.84,508.684,3.4383,300,0,0,12600,0,0,0,0,0),(124135,30920,571,1,1,7858,0,6315.7,1931.77,631.865,1.69297,300,0,0,12600,0,0,0,0,0),(124136,30920,571,1,1,7858,0,6313.14,1955.32,631.852,4.88692,300,0,0,12600,0,0,0,0,0),(124137,30920,571,1,1,7858,0,6366.31,1971.31,508.118,3.33358,300,0,0,12600,0,0,0,0,0),(124138,30920,571,1,1,7858,0,6523.95,1943.55,640.72,4.08407,300,0,0,12600,0,0,0,0,0),(124139,30920,571,1,1,7858,0,6371.61,1933.05,508.684,3.22886,300,0,0,12600,0,0,0,0,0),(124140,30920,571,1,1,7858,0,6319.5,1964.06,508.453,0.349066,300,0,0,12600,0,0,0,0,0),(124141,30920,571,1,1,7858,0,6326,1926.51,508.681,0.20944,300,0,0,12600,0,0,0,0,0),(124142,30920,571,1,1,7858,0,6382.83,1777.58,508.78,0.767945,300,0,0,12600,0,0,0,0,0),(124143,30920,571,1,1,7858,0,6389.62,1751.7,508.707,0.15708,300,0,0,12600,0,0,0,0,0),(124144,30920,571,1,1,7858,0,6432.28,1788.37,508.685,3.14159,300,0,0,12600,0,0,0,0,0),(124145,30920,571,1,1,7858,0,6456.81,1881.75,508.682,3.9968,300,0,0,12600,0,0,0,0,0),(124146,30920,571,1,1,7858,0,6246.83,1923.25,631.843,0.296706,300,0,0,12600,0,0,0,0,0),(124147,30920,571,1,1,7858,0,6375.86,1964.33,631.843,4.83456,300,0,0,12600,0,0,0,0,0),(124148,30920,571,1,1,7858,0,6243.68,1944.27,631.86,0.226893,300,0,0,12600,0,0,0,0,0),(124149,30920,571,1,1,7858,0,6379.25,1941.44,631.86,1.62316,300,0,0,12600,0,0,0,0,0),(124150,30920,571,1,1,7858,0,6285.05,1739.98,525.469,6.26573,300,0,0,12600,0,0,0,0,0),(124151,30920,571,1,1,7858,0,6282.74,1768.32,525.276,0.418879,300,0,0,12600,0,0,0,0,0),(124152,31177,571,1,1,24361,1,6822.06,1226.44,279.688,0.261799,300,0,0,12600,0,0,0,0,0),(124153,31177,571,1,1,24361,1,6886.8,1063.96,302.53,0.820305,300,0,0,12600,0,0,0,0,0),(124154,31177,571,1,1,3167,1,6867.57,1112.99,289.651,6.02139,300,0,0,12600,0,0,0,0,0),(124155,31177,571,1,1,24361,1,6860.37,1132.83,285.767,5.35816,300,0,0,12600,0,0,0,0,0),(124156,31177,571,1,1,24361,1,6883.44,1014.09,309.349,5.75959,300,0,0,12600,0,0,0,0,0),(124157,31177,571,1,1,3167,1,6859.65,1165.66,282.397,6.0912,300,0,0,12600,0,0,0,0,0),(124158,31177,571,1,1,24065,1,6918.56,1054.99,306.322,4.4855,300,0,0,12600,0,0,0,0,0),(124159,31177,571,1,1,3167,1,6848.06,1121.86,288.209,5.93412,300,0,0,12600,0,0,0,0,0),(124160,32201,571,1,1,26071,0,6969.3,2817.68,475.111,5.24317,300,0,0,12600,3994,2,0,0,0),(124161,31177,571,1,1,3258,1,6865.27,1076.97,294.221,1.36136,300,0,0,12600,0,0,0,0,0),(124162,31177,571,1,1,24361,1,6694.77,1041.65,284.023,6.21337,300,0,0,12600,0,0,0,0,0),(124163,31177,571,1,1,24361,1,6865.87,1243.96,286.641,5.46288,300,0,0,12600,0,0,0,0,0),(124164,31177,571,1,1,3167,1,6857.18,1090.44,294.584,5.32325,300,0,0,12600,0,0,0,0,0),(124165,31177,571,1,1,24361,1,6912,1230.16,290.448,1.309,300,0,0,12600,0,0,0,0,0),(124166,31177,571,1,1,24361,1,6649.58,1069.17,294.272,4.5204,300,0,0,12600,0,0,0,0,0),(124167,31177,571,1,1,24361,1,6848.49,1234.08,280.919,1.02974,300,0,0,12600,0,0,0,0,0),(124168,31177,571,1,1,24361,1,6867.38,1274.38,284.669,5.39307,300,0,0,12600,0,0,0,0,0),(124169,31177,571,1,1,3167,1,6830.76,1122.43,284.185,2.80998,300,0,0,12600,0,0,0,0,0),(124170,31177,571,1,1,3167,1,6879.18,1161.78,284.327,2.9147,300,0,0,12600,0,0,0,0,0),(124171,31177,571,1,1,3167,1,6845.13,1194,284.526,5.48033,300,0,0,12600,0,0,0,0,0),(124172,31177,571,1,1,3258,1,6849.5,1110.52,289.783,0.139626,300,0,0,12600,0,0,0,0,0),(124173,31177,571,1,1,24361,1,6861.94,1055.95,300.5,5.75959,300,0,0,12600,0,0,0,0,0),(124174,31177,571,1,1,3167,1,6844.49,1227.19,282.5,5.68977,300,0,0,12600,0,0,0,0,0),(124175,31177,571,1,1,24361,1,6898.37,1139.59,292.001,5.65487,300,0,0,12600,0,0,0,0,0),(124176,31177,571,1,1,3167,1,6868.32,1253.13,285.682,6.16101,300,0,0,12600,0,0,0,0,0),(124177,31177,571,1,1,24065,1,6840.62,1095.67,289.709,3.42085,300,0,0,12600,0,0,0,0,0),(124178,31177,571,1,1,24361,1,6839.65,1206.67,281.053,6.10865,300,0,0,12600,0,0,0,0,0),(124179,31177,571,1,1,3167,1,6820.59,1211.19,280.73,0.087266,300,0,0,12600,0,0,0,0,0),(124180,31177,571,1,1,24065,1,6852.8,996.221,313.922,5.06145,300,0,0,12600,0,0,0,0,0),(124181,31177,571,1,1,3167,1,6872.86,1215.35,286.126,6.14356,300,0,0,12600,0,0,0,0,0),(124182,31177,571,1,1,3167,1,6643.8,1076.35,284.17,5.46288,300,0,0,12600,0,0,0,0,0),(124183,31177,571,1,1,3258,1,6902.22,1174.14,288.789,0.261799,300,0,0,12600,0,0,0,0,0),(124184,31177,571,1,1,3167,1,6917.03,1194.55,288.848,4.62512,300,0,0,12600,0,0,0,0,0),(124185,31177,571,1,1,24361,1,6848.59,1244.4,282.258,5.63741,300,0,0,12600,0,0,0,0,0),(124186,31177,571,1,1,24361,1,6842.19,1165.67,278.912,1.74533,300,0,0,12600,0,0,0,0,0),(124187,32201,571,1,1,26072,0,7327.68,2635.99,469.841,5.63378,300,0,0,12600,3994,2,0,0,0),(124188,32201,571,1,1,26073,0,7317.43,2554.87,487.402,4.61887,300,0,0,12600,3994,2,0,0,0),(124189,32201,571,1,1,26072,0,6980.69,2750.1,479.284,4.69931,300,0,0,12600,3994,2,0,0,0),(124190,32201,571,1,1,26072,0,7330.13,2545.69,471.708,5.7419,300,0,0,12600,3994,2,0,0,0),(124191,32201,571,1,1,26071,0,7024.32,2725.09,491.937,4.0433,300,0,0,12600,3994,2,0,0,0),(124192,32201,571,1,1,26071,0,7324.25,2905.87,496.383,1.7979,300,0,0,12600,3994,2,0,0,0),(124193,32201,571,1,1,26071,0,7045.44,2792.42,479.284,5.13468,300,0,0,12600,3994,2,0,0,0),(124194,32201,571,1,1,17284,0,7036.36,2861.58,496.305,1.63885,300,0,0,12600,3994,2,0,0,0),(124195,32201,571,1,1,26073,0,7137.02,2504.99,496.613,3.88363,300,0,0,12600,3994,2,0,0,0),(124196,32201,571,1,1,26073,0,7336.52,2494.73,487.402,5.557,300,0,0,12600,3994,2,0,0,0),(124197,31177,571,1,1,24065,1,6590.86,995.726,284.801,0.139626,300,0,0,12600,0,0,0,0,0),(124198,31177,571,1,1,24361,1,6581.05,952.555,297.014,1.8675,300,0,0,12600,0,0,0,0,0),(124199,31177,571,1,1,24065,1,6719.52,1093.98,281.075,4.46804,300,0,0,12600,0,0,0,0,0),(124200,31177,571,1,1,3258,1,6690.35,1292.25,291.516,5.34071,300,0,0,12600,0,0,0,0,0),(124201,31177,571,1,1,3258,1,6725.39,1179.01,274.155,5.41052,300,0,0,12600,0,0,0,0,0),(124202,31177,571,1,1,24361,1,6656.22,1256.13,283.91,3.05433,300,0,0,12600,0,0,0,0,0),(124203,31177,571,1,1,24065,1,6730.08,1133.86,276.465,3.24631,300,0,0,12600,0,0,0,0,0),(124204,31177,571,1,1,24065,1,6701.45,1274.94,283.218,0.785398,300,0,0,12600,0,0,0,0,0),(124205,31177,571,1,1,24065,1,6645.79,1103.66,274.723,1.25664,300,0,0,12600,0,0,0,0,0),(124206,31177,571,1,1,3258,1,6680.27,1229.44,276.915,2.05949,300,0,0,12600,0,0,0,0,0),(124207,32201,571,1,1,26071,0,6987.94,2790.13,491.937,0.447733,300,0,0,12600,3994,2,0,0,0),(124208,32201,571,1,1,26071,0,6943.91,2823.65,491.18,1.33983,300,0,0,12600,3994,2,0,0,0),(124209,32201,571,1,1,26072,0,7035.56,2814.92,491.18,0.65836,300,0,0,12600,3994,2,0,0,0),(124210,31177,571,1,1,24361,1,6652.97,1205.72,282.218,4.50295,300,0,0,12600,0,0,0,0,0),(124211,31177,571,1,1,24361,1,6468.57,1162.99,282.129,3.9619,300,0,0,12600,0,0,0,0,0),(124212,32201,571,1,1,26073,0,7285.92,2473.48,486.18,5.44625,300,0,0,12600,3994,2,0,0,0),(124213,32201,571,1,1,26072,0,7069.35,2654.5,491.937,6.23845,300,0,0,12600,3994,2,0,0,0),(124214,32201,571,1,1,17284,0,6935.65,2676.85,474.275,1.2619,300,0,0,12600,3994,2,0,0,0),(124215,32201,571,1,1,17284,0,6958.73,2622.13,474.275,1.81512,300,0,0,12600,3994,2,0,0,0),(124216,32201,571,1,1,26071,0,6949.28,2728.54,491.18,1.73455,300,0,0,12600,3994,2,0,0,0),(124217,30921,571,1,1,11404,1,6467.82,1811.16,527.525,5.67232,300,0,0,12600,0,0,0,0,0),(124218,32201,571,1,1,26072,0,6953.98,2567.61,491.18,5.88466,300,0,0,12600,3994,2,0,0,0),(124219,32201,571,1,1,26072,0,7072.37,2506.38,496.613,3.16561,300,0,0,12600,3994,2,0,0,0),(124220,32201,571,1,1,26072,0,7047.18,2866.59,473.818,4.14687,300,0,0,12600,3994,2,0,0,0),(124221,32201,571,1,1,26071,0,7235.55,2678.71,469.841,1.73786,300,0,0,12600,3994,2,0,0,0),(124222,32201,571,1,1,26073,0,6980.3,2904.64,496.305,3.9893,300,0,0,12600,3994,2,0,0,0),(202586,24195,571,1,1,0,1,2135.4,-3281.46,152.511,0.488692,120,0,0,8982,0,0,0,0,0),(202585,24195,571,1,1,0,1,2144.65,-3297.42,145.963,6.05629,120,0,0,8982,0,0,0,0,0),(124225,31177,571,1,1,24361,1,6605.94,1232.11,283.769,3.54302,300,0,0,12600,0,0,0,0,0),(124226,31177,571,1,1,3258,1,6800.38,1217.01,276.52,1.74533,300,0,0,12600,0,0,0,0,0),(124227,31177,571,1,1,24065,1,6468.65,1189.24,284.47,4.95674,300,0,0,12600,0,0,0,0,0),(124228,31177,571,1,1,3258,1,6553.13,1222.37,283.267,5.25344,300,0,0,12600,0,0,0,0,0),(124229,30921,571,1,1,11404,1,6369.65,1665.45,555.737,5.51524,300,0,0,12600,0,0,0,0,0),(124230,31177,571,1,1,24361,1,6823.4,1196.34,279.225,1.36136,300,0,0,12600,0,0,0,0,0),(124231,31177,571,1,1,3258,1,6569.72,1186.09,275.282,2.63545,300,0,0,12600,0,0,0,0,0),(124232,31177,571,1,1,3167,1,6818.46,1239.1,278.663,4.72984,300,0,0,12600,0,0,0,0,0),(124233,31177,571,1,1,3167,1,6527.17,1232.88,288.596,4.86947,300,0,0,12600,0,0,0,0,0),(124234,31177,571,1,1,24361,1,6635.03,1215.68,278.76,4.72984,300,0,0,12600,0,0,0,0,0),(124235,31177,571,1,1,3167,1,6792.64,1242.74,279.346,5.70723,300,0,0,12600,0,0,0,0,0),(124236,31177,571,1,1,3258,1,6570.07,1123.97,274.021,2.04204,300,0,0,12600,0,0,0,0,0),(124237,31177,571,1,1,24065,1,6755.67,1259.66,278.437,0.366519,300,0,0,12600,0,0,0,0,0),(124238,31177,571,1,1,24361,1,6747.81,1224.35,276.935,1.58825,300,0,0,12600,0,0,0,0,0),(124239,30409,571,1,1,25495,1,7895.97,3296.92,632.704,3.94444,300,5,0,12600,3994,1,0,0,0),(124240,30921,571,1,1,11404,1,6311.05,1824.67,510.092,5.42797,300,0,0,12600,0,0,0,0,0),(124241,30921,571,1,1,11404,1,6328.69,1820.64,509.913,3.47321,300,0,0,12600,0,0,0,0,0),(124242,30921,571,1,1,11404,1,6352.03,1742.87,525.318,3.21439,300,0,0,12600,0,0,0,0,0),(124243,30921,571,1,1,11404,1,6371.53,1748.72,525.308,5.28835,300,0,0,12600,0,0,0,0,0),(124244,30921,571,1,1,11404,1,6344.04,1769.24,525.375,3.64774,300,0,0,12600,0,0,0,0,0),(124245,30921,571,1,1,11404,1,6355.53,1764.52,525.276,4.76475,300,0,0,12600,0,0,0,0,0),(124246,30921,571,1,1,11404,1,6323.64,1716.53,525.426,5.72468,300,0,0,12600,0,0,0,0,0),(124247,30921,571,1,1,11404,1,6323.45,1731.48,525.515,6.23082,300,0,0,12600,0,0,0,0,0),(124248,30921,571,1,1,11404,1,6329.26,1748.75,525.276,1.11701,300,0,0,12600,0,0,0,0,0),(124249,30921,571,1,1,11404,1,6360.59,1736.24,525.276,4.13643,300,0,0,12600,0,0,0,0,0),(124250,30921,571,1,1,11404,1,6343.99,1750.79,525.556,2.80998,300,0,0,12600,0,0,0,0,0),(124251,30921,571,1,1,11404,1,6333.84,1766.47,525.276,5.02655,300,0,0,12600,0,0,0,0,0),(124252,30921,571,1,1,11404,1,6350.36,1731.27,525.276,4.7822,300,0,0,12600,0,0,0,0,0),(124253,30921,571,1,1,11404,1,6322.36,1765.4,525.276,0.523599,300,0,0,12600,0,0,0,0,0),(124254,30921,571,1,1,11404,1,6339.15,1732.77,525.276,4.45059,300,0,0,12600,0,0,0,0,0),(124255,30921,571,1,1,11404,1,6334.4,1717.4,525.276,1.79769,300,0,0,12600,0,0,0,0,0),(124256,30921,571,1,1,11404,1,6357.46,1718.11,525.276,1.13446,300,0,0,12600,0,0,0,0,0),(124257,30921,571,1,1,11404,1,6361.38,1751.44,525.581,2.77507,300,0,0,12600,0,0,0,0,0),(124258,30921,571,1,1,11404,1,6346.33,1715.18,525.276,2.84489,300,0,0,12600,0,0,0,0,0),(1977189,32769,571,1,1,25753,0,7681.77,1636.37,491.285,2.97487,10,60,0,12600,3994,1,0,0,0),(124260,32202,571,1,1,19595,0,8159.46,1941.21,541.427,5.35816,300,5,0,4979,0,1,0,0,0),(124261,32202,571,1,1,19595,0,8088.78,2349.51,509.904,1.76278,300,5,0,4979,0,1,0,0,0),(124262,32202,571,1,1,19595,0,7758.15,2059.52,519.127,2.32129,300,5,0,4979,0,1,0,0,0),(124263,32202,571,1,1,19595,0,7498.75,2058.78,518.034,3.08923,300,5,0,4979,0,1,0,0,0),(124264,31690,571,1,1,11686,0,7872.13,2048.61,620,4.69494,300,0,0,42,0,0,0,0,0),(124265,31690,571,1,1,11686,0,7644.87,2050.28,620,4.45059,300,0,0,42,0,0,0,0,0),(124267,30922,571,1,1,25241,0,6461.65,1811.79,526.024,1.28865,300,0,0,12600,0,2,0,0,0),(124268,30922,571,1,1,25241,0,6315.75,1749.75,525.318,6.10961,300,5,0,12600,0,1,0,0,0),(124269,30922,571,1,1,25241,0,6347.47,1653.42,555.175,0.048457,300,5,0,12600,0,1,0,0,0),(124270,30922,571,1,1,25241,0,6275.29,1841.61,522.907,3.07487,300,5,0,12600,0,1,0,0,0),(124271,30922,571,1,1,25241,0,6353.97,1712.15,525.317,2.58031,300,0,0,12600,0,2,0,0,0),(124272,30922,571,1,1,25241,0,6319.39,1767.24,525.262,5.62052,300,5,0,12600,0,1,0,0,0),(124273,30922,571,1,1,25241,0,6319.64,1728.98,525.212,1.56194,300,5,0,12600,0,1,0,0,0),(124274,30922,571,1,1,25241,0,6355.55,1746.02,525.318,3.19243,300,5,0,12600,0,1,0,0,0),(124275,30922,571,1,1,25241,0,6291.59,1703.77,527.156,0.936473,300,5,0,12600,0,1,0,0,0),(124276,31438,571,1,1,16214,0,8274.94,2771.12,650.166,5.70504,300,0,0,25200,0,0,0,0,0),(124277,31438,571,1,1,16214,0,8227.55,2769.39,635.815,5.91667,300,0,0,25200,0,0,0,0,0),(124278,29648,571,1,1,26363,0,7428.59,4218.4,315.005,4.4855,300,0,0,12600,0,0,0,0,0),(124279,29392,571,1,1,12210,0,7490.41,5078.59,0,0.240338,300,0,0,12175,0,0,0,0,0),(124280,29392,571,1,1,26216,0,7754.6,4795.74,-10.0629,3.13927,300,0,0,12175,0,0,0,0,0),(124281,29392,571,1,1,12210,0,7710.58,5143.31,-26.9529,3.96006,300,0,0,12175,0,0,0,0,0),(124282,29392,571,1,1,12210,0,7561.65,5012.47,-12.8794,4.49859,300,0,0,12175,0,0,0,0,0),(124283,29392,571,1,1,12210,0,7672.12,4823.46,-6.42805,0.324566,300,0,0,12175,0,0,0,0,0),(124284,29392,571,1,1,26216,0,7390.09,4590.97,-2.84501,4.06614,300,0,0,12175,0,0,0,0,0),(124285,29392,571,1,1,12210,0,7782.64,4871.65,-5.63998,4.85733,300,0,0,12175,0,0,0,0,0),(124286,29392,571,1,1,12210,0,7906.15,5029.36,0,1.37163,300,0,0,12175,0,0,0,0,0),(124287,29392,571,1,1,12208,0,7622.79,4950.7,-10.6271,3.96594,300,0,0,12175,0,0,0,0,0),(124288,29392,571,1,1,26216,0,7655.29,5065.9,-14.2925,4.94482,300,0,0,12175,0,0,0,0,0),(124289,29392,571,1,1,12210,0,7950,4980.26,-12.3617,1.57075,300,0,0,12175,0,0,0,0,0),(124290,29392,571,1,1,12208,0,7662.56,4716.81,-11.3213,5.18892,300,0,0,12175,0,0,0,0,0),(124291,29392,571,1,1,12208,0,7592.55,4591.3,-13.7301,1.83487,300,0,0,12175,0,0,0,0,0),(124292,29392,571,1,1,12210,0,7679.77,4608.25,-13.2386,3.09259,300,0,0,12175,0,0,0,0,0),(124293,29392,571,1,1,26216,0,7571.86,4510.05,-8.95927,4.60736,300,0,0,12175,0,0,0,0,0),(124294,29392,571,1,1,12210,0,7514.18,4452.35,-10.9778,0.759929,300,0,0,12175,0,0,0,0,0),(124295,29392,571,1,1,12208,0,7487.71,4542.18,-5.94141,5.72523,300,0,0,12175,0,0,0,0,0),(124296,29392,571,1,1,12208,0,7455.2,4654.3,-29.6977,1.052,300,0,0,12175,0,0,0,0,0),(124297,30673,571,1,129,25729,0,6151.45,114.057,373.259,4.95674,300,0,0,11379,3725,0,0,0,0),(124298,30673,571,1,129,26945,0,6225.96,208.3,384.939,4.64258,300,0,0,11379,3725,0,0,0,0),(124299,30673,571,1,129,25729,0,6268.49,131.868,384.847,3.75246,300,0,0,11379,3725,0,0,0,0),(124300,30673,571,1,129,26945,0,6354.93,224.888,393.613,4.13643,300,0,0,11379,3725,0,0,0,0),(124301,30673,571,1,129,25729,0,6159.93,143.953,372.938,0.872665,300,0,0,11379,3725,0,0,0,0),(124302,30673,571,1,129,26945,0,6128.84,58.6906,369.6,3.31613,300,0,0,11379,3725,0,0,0,0),(124303,30673,571,1,129,26945,0,6103.55,119.105,369.017,4.20624,300,0,0,11379,3725,0,0,0,0),(124304,29649,571,1,1,26406,0,7437.85,4837.17,-12.2854,1.27409,300,0,0,11379,0,0,0,0,0),(124305,29649,571,1,1,26406,0,7476.1,4791.25,-8.21818,4.79965,300,5,0,11379,0,1,0,0,0),(124306,29649,571,1,1,26406,0,7469.61,4739.74,-8.5472,0.174533,300,5,0,11379,0,1,0,0,0),(124307,30673,571,1,129,26945,0,6228.13,163.25,380.603,1.11701,300,0,0,11379,3725,0,0,0,0),(124308,30673,571,1,129,25729,0,6288.94,226.967,390.447,4.46804,300,0,0,11379,3725,0,0,0,0),(124309,30673,571,1,129,26945,0,6298.41,148.502,385.861,3.05433,300,0,0,11379,3725,0,0,0,0),(124310,30673,571,1,129,26945,0,6326.27,182.448,388.303,0.349066,300,0,0,11379,3725,0,0,0,0),(124311,30673,571,1,129,25729,0,6261.8,176.461,382.061,2.25148,300,0,0,11379,3725,0,0,0,0),(124312,30673,571,1,129,25729,0,6317.15,78.6965,388.445,6.07375,300,0,0,11379,3725,0,0,0,0),(124313,30673,571,1,129,26945,0,6334.51,104.986,391.174,5.61996,300,0,0,11379,3725,0,0,0,0),(124314,30673,571,1,129,26945,0,6373.57,130.082,392.363,5.32325,300,0,0,11379,3725,0,0,0,0),(124315,30673,571,1,129,26945,0,6411.87,154.655,395.13,2.40855,300,0,0,11379,3725,0,0,0,0),(124316,29649,571,1,1,26405,0,7484.63,4804.41,10.8262,1.50098,300,5,0,11379,0,1,0,0,0),(124317,30674,571,1,129,27162,0,6187.29,131.793,376.452,3.76991,300,0,0,315000,0,0,0,0,0),(124318,30674,571,1,129,27162,0,6313.59,154.558,387.022,4.93928,300,0,0,315000,0,0,0,0,0),(124319,30674,571,1,129,27162,0,6243.7,183.362,382.515,4.31096,300,0,0,315000,0,0,0,0,0),(124320,30674,571,1,129,27162,0,6097.87,58.3313,370.506,0.715585,300,0,0,315000,0,0,0,0,0),(124321,30674,571,1,129,27162,0,6331.45,53.9393,389.138,3.08923,300,0,0,315000,0,0,0,0,0),(124322,30162,571,1,1,26825,1,8441.55,3177.2,588.225,4.38078,300,0,0,12600,0,0,0,0,0),(124323,30675,571,1,131,26838,1,6266.78,82.6063,391.792,1.01229,300,0,0,126000,0,0,0,0,0),(124324,30675,571,1,129,26841,1,6248.4,179.327,381.969,2.40855,300,0,0,126000,0,0,0,0,0),(124325,30675,571,1,129,26841,1,6321.84,156.141,387.106,3.35103,300,0,0,126000,0,0,0,0,0),(124326,30675,571,1,129,26839,1,6306.08,148.459,386.861,0.680678,300,0,0,126000,0,0,0,0,0),(124327,30675,571,1,129,26838,1,6318.06,166.202,386.762,4.32842,300,0,0,126000,0,0,0,0,0),(124328,30675,571,1,129,26838,1,6313.12,52.5355,393.954,0.139626,300,0,0,126000,0,0,0,0,0),(124329,30675,571,1,129,26839,1,6184.73,137.875,375.909,5.09636,300,0,0,126000,0,0,0,0,0),(124330,30675,571,1,129,26840,1,6317.03,143.619,387.654,1.88496,300,0,0,126000,0,0,0,0,0),(124331,30675,571,1,129,26840,1,6330.74,47.9644,389.05,1.5708,300,0,0,126000,0,0,0,0,0),(124332,30675,571,1,131,26839,1,6291.17,58.939,391.953,0.418879,300,0,0,126000,0,0,0,0,0),(124333,30675,571,1,129,26840,1,6181.35,125.186,376.17,0.872665,300,0,0,126000,0,0,0,0,0),(124334,30675,571,1,129,26839,1,6337.86,57.4385,389.557,3.49066,300,0,0,126000,0,0,0,0,0),(124335,30675,571,1,129,26838,1,6298.07,166.187,384.78,5.5676,300,0,0,126000,0,0,0,0,0),(124336,30675,571,1,129,26839,1,6329.77,60.4153,388.995,4.88692,300,0,0,126000,0,0,0,0,0),(124337,30675,571,1,129,26839,1,6238.17,181.977,382.442,0.279253,300,0,0,126000,0,0,0,0,0),(124338,30675,571,1,129,26839,1,6178.12,131.878,375.765,0,300,0,0,126000,0,0,0,0,0),(124339,30675,571,1,129,26841,1,6241.16,175.298,381.646,1.29154,300,0,0,126000,0,0,0,0,0),(124340,30675,571,1,131,26839,1,6286.58,63.4298,391.953,0.488692,300,0,0,126000,0,0,0,0,0),(124341,30675,571,1,129,26841,1,6191.8,125.276,377.137,2.18166,300,0,0,126000,0,0,0,0,0),(124342,32467,571,1,1,27984,0,6735.53,2688.42,435.691,0.418879,300,0,0,63000,0,0,0,0,0),(124343,32467,571,1,1,27984,0,6848.33,2466.68,421.608,0.087266,300,0,0,63000,0,0,0,0,0),(124344,32467,571,1,1,27984,0,6833.92,2457.58,425.246,0.226893,300,0,0,63000,0,0,0,0,0),(124345,32467,571,1,1,27984,0,6703.71,2731.54,447.866,0.331613,300,0,0,63000,0,0,0,0,0),(124346,32467,571,1,1,27984,0,6715.14,2718.33,443.197,0.349066,300,0,0,63000,0,0,0,0,0),(124347,32467,571,1,1,27984,0,6724.65,2703.71,439.222,0.383972,300,0,0,63000,0,0,0,0,0),(124348,32467,571,1,1,27984,0,6847.95,2487.99,419.13,0.279253,300,0,0,63000,0,0,0,0,0),(124349,32467,571,1,1,27984,0,6833.57,2479.49,420.734,0.174533,300,0,0,63000,0,0,0,0,0),(124350,32467,571,1,1,27984,0,6722.21,2748.04,448.51,0.087266,300,0,0,63000,0,0,0,0,0),(124351,32467,571,1,1,27984,0,6732.95,2736.68,445.2,0.122173,300,0,0,63000,0,0,0,0,0),(124352,32467,571,1,1,27984,0,6738.41,2723.12,440.958,0.174533,300,0,0,63000,0,0,0,0,0),(124353,32467,571,1,1,27984,0,6691.14,2745.31,451.778,0.296706,300,0,0,63000,0,0,0,0,0),(124354,32467,571,1,1,27984,0,6754.23,2711.05,431.817,0.226893,300,0,0,63000,0,0,0,0,0),(124355,32467,571,1,1,27984,0,6765.99,2688.74,425.419,0.226893,300,0,0,63000,0,0,0,0,0),(124356,32467,571,1,1,27984,0,6834.35,2415.95,432.925,0.663225,300,0,0,63000,0,0,0,0,0),(124357,32467,571,1,1,27984,0,6833.36,2435.11,430.107,0.15708,300,0,0,63000,0,0,0,0,0),(124358,32467,571,1,1,27984,0,6849.85,2425.98,430.741,6.26573,300,0,0,63000,0,0,0,0,0),(124359,32467,571,1,1,27984,0,6848.92,2447.03,426.645,6.23082,300,0,0,63000,0,0,0,0,0),(124360,32467,571,1,1,27984,0,6833.09,2399.62,436.81,6.26573,300,0,0,63000,0,0,0,0,0),(124361,32467,571,1,1,27984,0,6834.08,2503.93,417.854,0.558505,300,0,0,63000,0,0,0,0,0),(124362,32467,571,1,1,27984,0,6772.86,2628.05,421.426,0.314159,300,0,0,63000,0,0,0,0,0),(124363,32467,571,1,1,27984,0,6737.69,2514.88,427.034,0.366519,300,0,0,63000,0,0,0,0,0),(124364,32467,571,1,1,27984,0,7039.82,2645.59,397.917,0.099422,300,5,0,63000,0,1,0,0,0),(124365,32467,571,1,1,27984,0,6800.23,2530.66,419.919,0.575959,300,0,0,63000,0,0,0,0,0),(124366,32467,571,1,1,27984,0,7032.58,2644.87,398.141,0.098794,300,5,0,63000,0,1,0,0,0),(124367,32467,571,1,1,27984,0,6945.54,2634.36,402.54,0.161778,300,5,0,63000,0,1,0,0,0),(124368,32467,571,1,1,27984,0,6810.68,2560.54,417.289,0.837758,300,0,0,63000,0,0,0,0,0),(124369,32467,571,1,1,27984,0,6812.48,2662.79,417.168,0.122173,300,0,0,63000,0,0,0,0,0),(124370,32467,571,1,1,27984,0,6943.59,2634.05,402.757,0.161778,300,5,0,63000,0,1,0,0,0),(124371,32467,571,1,1,27984,0,6740.4,2575.16,426.426,5.24728,300,5,0,63000,0,1,0,0,0),(124372,32467,571,1,1,27984,0,6952.06,2635.43,401.714,0.161778,300,5,0,63000,0,1,0,0,0),(124373,32467,571,1,1,27984,0,6817.62,2498.62,420.09,0.628319,300,0,0,63000,0,0,0,0,0),(124374,32467,571,1,1,27984,0,6752.49,2618.36,425.697,0.314159,300,0,0,63000,0,0,0,0,0),(124375,32467,571,1,1,27984,0,6835.85,2667.83,414.719,0.261799,300,0,0,63000,0,0,0,0,0),(124376,32467,571,1,1,27984,0,6855.9,2631.26,412.268,5.80727,300,5,0,63000,0,1,0,0,0),(124377,32467,571,1,1,27984,0,6743.24,2635.82,428.104,0.279253,300,0,0,63000,0,0,0,0,0),(124378,32467,571,1,1,27984,0,6929.44,2632.19,404.203,0.104724,300,5,0,63000,0,1,0,0,0),(124379,32467,571,1,1,27984,0,6808.16,2685.09,421.06,6.19592,300,0,0,63000,0,0,0,0,0),(124380,32467,571,1,1,27984,0,6878.54,2544.01,412.728,0.628319,300,0,0,63000,0,0,0,0,0),(124381,32467,571,1,1,27984,0,6851.92,2632.62,412.47,5.84444,300,5,0,63000,0,1,0,0,0),(124382,32467,571,1,1,27984,0,6807.33,2590.52,416.966,0.40643,300,5,0,63000,0,1,0,0,0),(124383,32467,571,1,1,27984,0,6765.65,2458.73,429.034,0.314159,300,0,0,63000,0,0,0,0,0),(124384,32467,571,1,1,27984,0,6820.34,2541.02,417.051,0.349066,300,0,0,63000,0,0,0,0,0),(124385,32467,571,1,1,27984,0,6842.29,2647.86,413.222,0.401426,300,0,0,63000,0,0,0,0,0),(124386,32467,571,1,1,27984,0,6829.52,2693.59,417.797,0.087266,300,0,0,63000,0,0,0,0,0),(124387,32467,571,1,1,27984,0,6913.63,2630.33,406.829,0.259605,300,5,0,63000,0,1,0,0,0),(124388,32467,571,1,1,27984,0,6783.15,2608.15,419.479,0.349066,300,0,0,63000,0,0,0,0,0),(124389,32467,571,1,1,27984,0,6765.67,2647.33,425.66,0.261799,300,0,0,63000,0,0,0,0,0),(124390,32467,571,1,1,27984,0,6841.67,2576,413.365,0.331613,300,0,0,63000,0,0,0,0,0),(124391,32467,571,1,1,27984,0,6859.69,2536.48,413.908,0.366519,300,0,0,63000,0,0,0,0,0),(124392,32467,571,1,1,27984,0,6764.55,2509.43,424.575,0.436332,300,0,0,63000,0,0,0,0,0),(124393,29396,571,1,1,26217,1,7403.79,4210.33,316.383,0.017453,300,0,0,60875,19465,0,0,0,0),(124394,32468,571,1,1,27628,1,8516.91,2725.12,652.437,3.38594,300,0,0,12600,3994,0,0,0,0),(124395,32468,571,1,1,27628,1,8605.21,2652.47,652.437,0.680678,300,0,0,12600,3994,0,0,0,0),(124396,32468,571,1,1,27631,1,8602.48,2721.95,652.437,1.8326,300,0,0,12600,3994,0,0,0,0),(124397,32468,571,1,1,27628,1,8565.77,2604.29,652.437,3.29867,300,0,0,12600,3994,0,0,0,0),(124398,32468,571,1,1,27631,1,8552.76,2741.69,652.437,0.034907,300,0,0,12600,3994,0,0,0,0),(124399,32468,571,1,1,27630,1,8498.3,2655,652.437,1.13446,300,0,0,12600,3994,0,0,0,0),(124400,31444,571,1,2,27595,1,5802.4,2198.67,514.367,4.13643,300,0,0,12600,0,0,0,0,0),(124401,32469,571,1,1,25627,0,8423.8,2704.27,655.079,3.2547,300,5,0,12600,3994,1,0,0,0),(124402,32469,571,1,1,25664,0,8567.36,2610.73,652.353,3.8587,300,5,0,12600,3994,1,0,0,0),(124403,32469,571,1,1,25402,0,8551.69,2616.2,652.353,6.22044,300,5,0,12600,3994,1,0,0,0),(124404,32469,571,1,1,25402,0,8540.21,2657.25,652.353,4.34268,300,5,0,12600,3994,1,0,0,0),(124405,24021,571,1,1,0,0,8426.12,2867.99,614.974,1.5708,300,0,0,42,0,0,0,0,0),(124406,24021,571,1,1,0,0,8432.43,2868.04,615.224,1.5708,300,0,0,42,0,0,0,0,0),(200145,14232,1,1,1,0,0,-2714.64,-3489.85,34.85,4.46,300,0,0,50,0,0,0,0,0),(124407,31701,571,1,1,27674,1,7270.91,1504.28,321.127,5.7631,300,0,0,18900,0,0,0,0,0),(124408,31701,571,1,1,27674,1,7271.82,1501.06,321.311,1.94607,300,0,0,18900,0,0,0,0,0),(124410,31701,571,1,1,27675,1,7274.38,1504.02,319.962,2.72362,300,0,0,18900,0,0,0,0,0),(124409,31701,571,1,1,27676,1,7263.22,1508.15,321.703,5.77489,300,0,0,18900,0,0,0,0,0),(124411,31701,571,1,1,27673,1,7264.96,1505.11,321.717,2.29558,300,0,0,18900,0,0,0,0,0),(124419,31702,571,1,1,27710,0,7452,815.984,563.311,2.39132,300,0,0,12600,0,2,0,0,0),(124420,31702,571,1,1,27710,0,7439.8,637.181,569.248,3.58485,300,0,0,12600,0,2,0,0,0),(124421,31702,571,1,1,27710,0,7555.06,771.019,539.688,3.872,300,0,0,12600,0,2,0,0,0),(124422,31702,571,1,1,27710,0,7709.96,952.233,566.558,5.99134,300,0,0,12600,0,2,0,0,0),(124423,31702,571,1,1,27710,0,7715.39,1144.44,527.259,4.70954,300,0,0,12600,0,2,0,0,0),(124424,31702,571,1,1,27710,0,8000.2,917.725,535.11,4.18489,300,0,0,12600,0,2,0,0,0),(124425,31702,571,1,1,27710,0,7809.29,1155.24,506.488,3.30403,300,0,0,12600,0,2,0,0,0),(124426,29655,571,1,1,11686,0,4033.99,7093.21,168.006,1.48353,300,5,0,42,0,1,0,0,0),(124427,28375,571,1,1,2597,0,4004.88,6389.42,29.9574,6.21337,300,0,0,10685,0,0,0,0,0),(124428,32472,571,1,1,26801,0,8487.13,2648.59,661.325,4.31544,300,0,0,12600,3994,2,0,0,0),(124429,32472,571,1,1,26801,0,8553.72,2732.76,672.137,3.70483,300,0,0,12600,3994,2,0,0,0),(124430,32472,571,1,1,26801,0,8449.46,2690.45,674.818,2.83364,300,5,0,12600,3994,1,0,0,0),(124431,32472,571,1,1,26801,0,8508.51,2670.06,661.061,2.5883,300,5,0,12600,3994,1,0,0,0),(124432,30683,571,1,128,26866,0,6383.94,246.866,396.434,4.72984,300,0,0,88200,31952,0,0,0,0),(124433,29405,571,1,1,26222,1,7428.57,4212.2,314.221,4.04916,300,0,0,58850,19045,0,0,0,0),(124434,25309,571,1,1,0,0,4133.5,6261.69,28.8527,2.53936,300,0,0,4979,0,0,0,0,0),(124435,30430,571,1,1,23793,0,7005.24,4495.9,601.163,3.15247,300,5,0,11379,0,1,0,0,0),(124436,31198,571,1,1,25692,0,6828.18,1632.97,389.117,4.43314,300,0,0,107848,0,0,0,0,0),(124437,30430,571,1,1,27019,0,8112.74,3430,672.405,5.39005,300,5,0,11379,0,1,0,0,0),(124438,30430,571,1,1,27019,0,8346.05,3136.45,603.314,5.89253,300,5,0,11379,0,1,0,0,0),(124439,30430,571,1,1,22003,0,7794.56,3682.52,653.15,5.49708,300,5,0,11379,0,1,0,0,0),(124440,30430,571,1,1,23793,0,7711.1,3440.48,656.526,3.2601,300,5,0,11379,0,1,0,0,0),(124441,30687,571,1,1,27107,1,6903.42,3569.34,734.476,3.7001,300,0,0,10080,8814,0,0,0,0),(124442,30431,571,1,131,27020,1,6266.74,-44.569,421.498,3.83972,300,0,0,23310,11982,0,0,0,0),(124443,32479,571,1,1,27897,1,6681.9,2429.84,437.74,0.401426,300,0,0,75600,0,0,0,0,0),(124445,30687,571,1,1,27105,1,6774.13,3539.31,670.366,1.6057,300,0,0,10080,8814,0,0,0,0),(124446,30687,571,1,1,27105,1,6553.07,3458.44,598.196,4.48216,300,0,0,10080,8814,0,0,0,0),(124447,30687,571,1,1,27107,1,6774.89,3517.14,670.424,5.11381,300,0,0,10080,8814,0,0,0,0),(124448,32479,571,1,1,27897,1,6636.5,2546.09,440.964,0.715585,300,0,0,75600,0,0,0,0,0),(124449,30687,571,1,1,27105,1,6929.61,3518.63,705.089,0.191986,300,0,0,10080,8814,0,0,0,0),(124450,30687,571,1,1,27107,1,6814.22,3508.21,690.362,4.79965,300,0,0,10080,8814,0,0,0,0),(124451,30687,571,1,1,27105,1,6859.63,3516.03,696.162,5.13127,300,0,0,10080,8814,0,0,0,0),(124452,30687,571,1,1,27105,1,6835.12,3510.87,690.358,1.44862,300,0,0,10080,8814,0,0,0,0),(124453,30687,571,1,1,27105,1,6895.66,3447.63,702.392,2.21657,300,0,0,10080,8814,0,0,0,0),(124454,30687,571,1,1,27105,1,7029.16,3466.63,697.2,5.51524,300,0,0,10080,8814,0,0,0,0),(124455,30687,571,1,1,27105,1,6590.36,3329.35,667.972,-0.624021,300,0,0,10080,8814,0,0,0,0),(124456,30687,571,1,1,27107,1,6664.98,3361.69,704.363,3.40339,300,0,0,10080,8814,0,0,0,0),(124457,30687,571,1,1,27105,1,6668.18,3340.75,703.983,4.62512,300,0,0,10080,8814,0,0,0,0),(124458,30687,571,1,1,27107,1,6718.39,3443.15,682.704,0.488692,300,0,0,10080,8814,0,0,0,0),(124459,30687,571,1,1,27105,1,7015.71,3438.25,696.559,0.418879,300,0,0,10080,8814,0,0,0,0),(124460,30687,571,1,1,27107,1,6888.78,3497.83,696.124,0.872665,300,0,0,10080,8814,0,0,0,0),(124461,30687,571,1,1,27105,1,6524.63,3249.57,666.572,2.56563,300,0,0,10080,8814,0,0,0,0),(124462,30687,571,1,1,27107,1,6438.85,3248.13,642.251,5.84685,300,0,0,10080,8814,0,0,0,0),(124463,30687,571,1,1,27107,1,6562.47,3338.1,665.2,3.29867,300,0,0,10080,8814,0,0,0,0),(124464,30687,571,1,1,27107,1,6579.69,3337.82,665.637,3.21141,300,0,0,10080,8814,0,0,0,0),(124465,29919,571,1,1,26638,1,8426.61,2927.59,606.259,-1.51844,300,0,0,12600,0,0,0,0,0),(124466,30687,571,1,1,27105,1,6514.78,3475.23,595.701,1.18682,300,0,0,10080,8814,0,0,0,0),(124467,30687,571,1,1,27105,1,6542.64,3460.84,597.233,0.174533,300,0,0,10080,8814,0,0,0,0),(124468,30687,571,1,1,27107,1,6502.43,3480.17,595.569,1.18682,300,0,0,10080,8814,0,0,0,0),(124469,30687,571,1,1,27107,1,6533.85,3472.25,595.623,2.94961,300,0,0,10080,8814,0,0,0,0),(124470,30687,571,1,1,27107,1,6486.38,3478.65,595.515,4.13643,300,0,0,10080,8814,0,0,0,0),(124471,30687,571,1,1,27107,1,6532.43,3406.58,599.848,2.30383,300,0,0,10080,8814,0,0,0,0),(124472,30687,571,1,1,27105,1,6470.66,3426.19,595.621,3.71755,300,0,0,10080,8814,0,0,0,0),(124473,30687,571,1,1,27107,1,6464.17,3457.64,595.566,5.65487,300,0,0,10080,8814,0,0,0,0),(124474,30687,571,1,1,27107,1,6531.42,3332.51,664.919,1.53589,300,0,0,10080,8814,0,0,0,0),(124475,30687,571,1,1,27107,1,6520.69,3337.31,664.861,4.83456,300,0,0,10080,8814,0,0,0,0),(124476,30687,571,1,1,27105,1,6535.17,3344.99,664.866,5.21853,300,0,0,10080,8814,0,0,0,0),(124477,30687,571,1,1,27105,1,6511.29,3301.17,664.918,3.71755,300,0,0,10080,8814,0,0,0,0),(124478,30687,571,1,1,27107,1,6504.18,3283.13,664.887,0.314159,300,0,0,10080,8814,0,0,0,0),(124479,30687,571,1,1,27107,1,6518.14,3269.29,664.919,3.9619,300,0,0,10080,8814,0,0,0,0),(124480,24288,571,1,1,11686,0,4136.86,6269.42,28.3617,4.76475,300,0,0,42,0,0,0,0,0),(124481,30944,571,1,1,27402,1,6439.61,2065.58,563.378,2.72271,300,0,0,126000,0,0,0,0,0),(124482,32224,571,1,1,11686,0,7299.95,1529.79,325.477,3.36848,300,5,0,12600,0,1,0,0,0),(124483,30433,571,1,131,27021,1,6162.62,-62.0921,388.264,0.383972,300,0,0,37800,0,0,0,0,0),(124484,30689,571,1,1,15962,1,6445.85,3433.65,595.462,0.087266,300,0,0,12600,3994,0,0,0,0),(124485,30689,571,1,1,15962,1,6451,3463.59,595.462,5.86431,300,0,0,12600,3994,0,0,0,0),(124486,30689,571,1,1,15962,1,6465.63,3393.33,595.462,0.959931,300,0,0,12600,3994,0,0,0,0),(124487,30689,571,1,1,15962,1,6519.28,3498.37,595.462,4.55531,300,0,0,12600,3994,0,0,0,0),(124488,30689,571,1,1,15962,1,6546.22,3485.22,595.462,3.94444,300,0,0,12600,3994,0,0,0,0),(124489,30689,571,1,1,15962,1,6489.28,3497.37,595.462,5.14872,300,0,0,12600,3994,0,0,0,0),(124490,30946,571,1,1,27404,1,8401.19,2681.06,657.544,2.26893,300,0,0,126000,0,0,0,0,0),(124491,30434,571,1,131,27022,1,6253.79,-27.5219,410.131,1.64061,300,0,0,11770,0,0,0,0,0),(124492,25314,571,1,1,23082,1,3575.61,6671.72,195.267,5.42797,300,0,0,7688,7500,0,0,0,0),(124493,32482,571,1,1,24301,0,6737.38,2416.56,439.082,0.663225,300,0,0,78198,0,0,0,0,0),(124494,32482,571,1,1,24301,0,6662.3,2601.11,440.442,0.558505,300,0,0,78198,0,0,0,0,0),(124495,30947,571,1,1,27405,0,8394.54,2672.36,658.14,1.36136,300,0,0,12600,0,0,0,0,0),(124496,30947,571,1,1,27405,0,8389.47,2675.05,658.772,0.925025,300,0,0,12600,0,0,0,0,0),(124497,30436,571,1,131,27023,1,6202.67,-7.33534,410.219,3.54302,300,0,0,12175,0,2,0,0,0),(124498,30180,571,1,1,26830,1,8468.22,3069.44,588.885,2.09439,300,0,0,10080,8814,0,0,0,0),(124499,30949,571,1,1,9789,1,7635.72,3216.56,583.349,5.44543,300,0,0,12600,0,0,0,0,0),(124500,30949,571,1,1,9789,1,8046.29,2855.72,521.11,5.51524,300,0,0,12600,0,0,0,0,0),(124501,30949,571,1,1,9789,1,7633.02,3181.73,562.796,2.93215,300,0,0,12600,0,0,0,0,0),(124502,30949,571,1,1,9789,1,7886.51,2926.05,496.173,2.54818,300,0,0,12600,0,0,0,0,0),(124503,30949,571,1,1,9789,1,7707.86,3206,601.074,2.23402,300,0,0,12600,0,0,0,0,0),(124504,30949,571,1,1,9789,1,7602.6,3154.66,564.59,2.3911,300,0,0,12600,0,0,0,0,0),(124505,30949,571,1,1,9789,1,7668.86,3200.71,591.859,0.959931,300,0,0,12600,0,0,0,0,0),(124506,30949,571,1,1,9789,1,8043.08,2884.47,492.521,0.628319,300,0,0,12600,0,0,0,0,0),(124507,30949,571,1,1,9789,1,7777.92,2940.4,536.67,3.97935,300,0,0,12600,0,0,0,0,0),(124508,30949,571,1,1,9789,1,7828.04,3044.27,572.737,6.19592,300,0,0,12600,0,0,0,0,0),(124509,30949,571,1,1,9789,1,7982.03,2957.94,521.649,0.890118,300,0,0,12600,0,0,0,0,0),(124510,30949,571,1,1,9789,1,7996.54,3061.88,605.222,2.96706,300,0,0,12600,0,0,0,0,0),(124511,30949,571,1,1,9789,1,7726.15,3210.04,605.909,0.907571,300,0,0,12600,0,0,0,0,0),(124512,30949,571,1,1,9789,1,7707.67,3192.59,589.219,2.33874,300,0,0,12600,0,0,0,0,0),(124513,30949,571,1,1,9789,1,7616.82,3131.62,539.273,3.78736,300,0,0,12600,0,0,0,0,0),(124514,30949,571,1,1,9789,1,7603.76,3133.83,561.101,5.32325,300,0,0,12600,0,0,0,0,0),(124515,30949,571,1,1,9789,1,7742.34,2997.79,552.415,4.08407,300,0,0,12600,0,0,0,0,0),(124516,30949,571,1,1,9789,1,7844.87,3003.36,547.384,1.06465,300,0,0,12600,0,0,0,0,0),(124517,31205,571,1,1,27576,1,6889.06,1160.94,285.754,0,300,5,0,12600,0,1,0,0,0),(124518,30949,571,1,1,9789,1,7952.4,2833.26,485.412,5.67232,300,0,0,12600,0,0,0,0,0),(124519,30949,571,1,1,9789,1,7884.68,2871.52,472.917,3.90954,300,0,0,12600,0,0,0,0,0),(124520,31205,571,1,1,27573,1,6924.86,1226.06,292.355,6.14578,300,5,0,12600,0,1,0,0,0),(124521,31205,571,1,1,27573,1,6910.49,1180.66,288.314,0.630807,300,5,0,12600,0,1,0,0,0),(124522,31205,571,1,1,27573,1,6908.2,1192.08,287.506,0.354862,300,5,0,12600,0,1,0,0,0),(124523,31205,571,1,1,27573,1,6894.27,1170.31,286.172,5.03423,300,5,0,12600,0,1,0,0,0),(124524,30949,571,1,1,9789,1,8039.57,2979.1,570.299,5.88176,300,0,0,12600,0,0,0,0,0),(124525,30949,571,1,1,9789,1,7894.19,3007.94,526.813,2.56563,300,0,0,12600,0,0,0,0,0),(124526,30949,571,1,1,9789,1,7918.37,3024.68,556.827,2.49582,300,0,0,12600,0,0,0,0,0),(124527,30437,571,1,131,27024,1,6272.58,-23.675,410.797,2.98451,300,0,0,11379,0,0,0,0,0),(124528,30949,571,1,1,9789,1,7631.18,3121.7,533.936,4.55531,300,0,0,12600,0,0,0,0,0),(124529,30949,571,1,1,9789,1,7647.75,3129.05,542.039,5.68977,300,0,0,12600,0,0,0,0,0),(124530,30949,571,1,1,9789,1,7627.48,3162.77,537.245,2.47837,300,0,0,12600,0,0,0,0,0),(124531,31205,571,1,1,27550,1,6955.77,1121.55,296.552,0.383515,300,5,0,12600,0,1,0,0,0),(124532,30949,571,1,1,9789,1,8016.41,2926.73,529.729,0.663225,300,0,0,12600,0,0,0,0,0),(124533,30949,571,1,1,9789,1,7751.92,2953.8,550.974,2.23402,300,0,0,12600,0,0,0,0,0),(124534,30949,571,1,1,9789,1,8051.15,3004.99,588.33,1.20428,300,0,0,12600,0,0,0,0,0),(124535,31205,571,1,1,27576,1,6945.07,1165.73,293.765,3.96819,300,5,0,12600,0,1,0,0,0),(124536,31205,571,1,1,27573,1,6934.02,1154.08,293.092,2.30601,300,5,0,12600,0,1,0,0,0),(124537,31205,571,1,1,27573,1,6926.3,1128.2,291.752,6.22396,300,5,0,12600,0,1,0,0,0),(124538,31205,571,1,1,27576,1,6945.22,1122.28,296.167,1.39328,300,5,0,12600,0,1,0,0,0),(124539,31205,571,1,1,27550,1,6906.41,1124.97,287.167,1.5568,300,5,0,12600,0,1,0,0,0),(124540,31205,571,1,1,27550,1,6911.78,1052.34,306.464,3.25472,300,5,0,12600,0,1,0,0,0),(124541,31205,571,1,1,27573,1,6826.46,1275.12,284.651,1.05513,300,5,0,12600,0,1,0,0,0),(124542,31205,571,1,1,27573,1,6837.71,1244.11,280.538,2.95205,300,5,0,12600,0,1,0,0,0),(124543,31205,571,1,1,27550,1,6840.59,1258.47,281.558,5.92326,300,5,0,12600,0,1,0,0,0),(124544,31205,571,1,1,27573,1,6865.24,1280.96,284.704,4.856,300,5,0,12600,0,1,0,0,0),(124545,31205,571,1,1,27550,1,6556.9,996.463,280.782,3.69777,300,0,0,12600,0,0,0,0,0),(124546,31205,571,1,1,27573,1,6882.8,1184.79,284.752,0.285953,300,5,0,12600,0,1,0,0,0),(124547,31205,571,1,1,27576,1,6877.92,1181.75,284.226,3.39012,300,5,0,12600,0,1,0,0,0),(124548,31205,571,1,1,27576,1,6911.42,1185.32,288.303,1.40308,300,5,0,12600,0,1,0,0,0),(124549,31205,571,1,1,27576,1,6904.12,1189.34,286.975,0.507043,300,0,0,12600,0,0,0,0,0),(124550,31205,571,1,1,27573,1,6656.22,1256.13,283.993,4.24871,300,0,0,12600,0,0,0,0,0),(124551,31205,571,1,1,27550,1,6902.58,1176.97,287.256,1.3258,300,5,0,12600,0,1,0,0,0),(124552,31205,571,1,1,27573,1,6846.73,1177.08,281.037,0,300,5,0,12600,0,1,0,0,0),(124553,31205,571,1,1,27550,1,6899.72,1257.62,286.566,3.90904,300,5,0,12600,0,1,0,0,0),(124554,31205,571,1,1,27573,1,6903.48,1262.46,288.006,1.99229,300,5,0,12600,0,1,0,0,0),(124555,30949,571,1,1,9789,1,7684.4,3173.96,578.837,2.51327,300,0,0,12600,0,0,0,0,0),(124556,30949,571,1,1,9789,1,7947.25,2982.42,516.62,5.84685,300,0,0,12600,0,0,0,0,0),(124557,30949,571,1,1,9789,1,7819.08,3079.08,572.505,0.785398,300,0,0,12600,0,0,0,0,0),(124558,31205,571,1,1,27550,1,6898.58,1224,286.868,0.494947,300,5,0,12600,0,1,0,0,0),(124559,30949,571,1,1,9789,1,7995.11,3039.1,571.535,1.0472,300,0,0,12600,0,0,0,0,0),(124560,30949,571,1,1,9789,1,7803.2,3031.48,524.188,1.6057,300,0,0,12600,0,0,0,0,0),(124561,30949,571,1,1,9789,1,7783.22,3043.4,524.66,2.35619,300,0,0,12600,0,0,0,0,0),(124562,30949,571,1,1,9789,1,7669.94,3098.11,557.198,5.88176,300,0,0,12600,0,0,0,0,0),(124563,30949,571,1,1,9789,1,7726.76,3138.19,573.877,4.55531,300,0,0,12600,0,0,0,0,0),(124564,30949,571,1,1,9789,1,7715.57,3129.82,562.44,0.05236,300,0,0,12600,0,0,0,0,0),(124565,30949,571,1,1,9789,1,7834.51,3086.21,581.614,5.28835,300,0,0,12600,0,0,0,0,0),(124566,30949,571,1,1,9789,1,8056.89,2956.47,555.844,0.645772,300,0,0,12600,0,0,0,0,0),(124567,30949,571,1,1,9789,1,7997.17,2922.08,482.499,0.139626,300,0,0,12600,0,0,0,0,0),(124568,30949,571,1,1,9789,1,7945.5,2967.46,491.633,1.93731,300,0,0,12600,0,0,0,0,0),(124569,31205,571,1,1,27576,1,6891.63,1206.71,285.118,0.955149,300,5,0,12600,0,1,0,0,0),(124570,31205,571,1,1,27573,1,6878.01,1270.31,285.607,6.16294,300,5,0,12600,0,1,0,0,0),(124571,31205,571,1,1,27573,1,6870.07,1209.96,283.493,5.51601,300,5,0,12600,0,1,0,0,0),(124572,31205,571,1,1,27573,1,6860.67,1231.21,282.805,2.09952,300,5,0,12600,0,1,0,0,0),(124573,31205,571,1,1,27576,1,6909.61,1196.97,288.12,1.15257,300,5,0,12600,0,1,0,0,0),(124574,31205,571,1,1,27573,1,6865.82,1249.8,283.816,6.19518,300,5,0,12600,0,1,0,0,0),(124575,31205,571,1,1,27576,1,6913.06,1190.42,288.284,2.2307,300,5,0,12600,0,1,0,0,0),(124576,31205,571,1,1,27576,1,6913.47,1179.36,288.131,5.54587,300,5,0,12600,0,1,0,0,0),(124577,31205,571,1,1,27576,1,6884.16,1144.49,287.064,0.322986,300,5,0,12600,0,1,0,0,0),(124578,30949,571,1,1,9789,1,8070.63,2931.82,566.707,0.488692,300,0,0,12600,0,0,0,0,0),(124579,31205,571,1,1,27573,1,6934.47,1197.92,290.783,0,300,5,0,12600,0,1,0,0,0),(124580,30949,571,1,1,9789,1,7952.81,3008.54,551.666,0.191986,300,0,0,12600,0,0,0,0,0),(124581,30949,571,1,1,9789,1,7655.56,3172.11,538.097,0.837758,300,0,0,12600,0,0,0,0,0),(124582,30949,571,1,1,9789,1,7972.46,3037.93,572.018,2.25148,300,0,0,12600,0,0,0,0,0),(124583,30949,571,1,1,9789,1,7946.23,3050.99,561.342,2.04204,300,0,0,12600,0,0,0,0,0),(124584,30949,571,1,1,9789,1,7873.04,2975.45,520.304,2.35619,300,0,0,12600,0,0,0,0,0),(124585,31205,571,1,1,27573,1,6882.06,1180.95,284.56,3.46983,300,5,0,12600,0,1,0,0,0),(124586,30949,571,1,1,9789,1,7952.83,2796.33,512.367,0.174533,300,0,0,12600,0,0,0,0,0),(124587,30949,571,1,1,9789,1,7697,3083.58,557.999,1.0472,300,0,0,12600,0,0,0,0,0),(124588,30949,571,1,1,9789,1,7735.28,3083.33,554.009,0.872665,300,0,0,12600,0,0,0,0,0),(124589,30949,571,1,1,9789,1,7714.6,3054.18,548.286,3.63029,300,0,0,12600,0,0,0,0,0),(124590,30949,571,1,1,9789,1,7741.05,3069.88,540.08,0.802851,300,0,0,12600,0,0,0,0,0),(124591,30949,571,1,1,9789,1,7756.19,3049.87,537.458,0.837758,300,0,0,12600,0,0,0,0,0),(124592,30949,571,1,1,9789,1,7741.85,3023.79,529.973,4.31096,300,0,0,12600,0,0,0,0,0),(124593,30949,571,1,1,9789,1,8011.28,2843.45,498.082,5.53269,300,0,0,12600,0,0,0,0,0),(124594,30949,571,1,1,9789,1,7915.56,2941.7,485.002,2.40855,300,0,0,12600,0,0,0,0,0),(124595,31205,571,1,1,27576,1,6922.12,1073.65,301.695,0.070185,300,5,0,12600,0,1,0,0,0),(124596,31205,571,1,1,27550,1,6922.19,1068.92,302.948,3.70027,300,5,0,12600,0,1,0,0,0),(124597,31205,571,1,1,27576,1,6889.58,1093.75,293.432,4.54718,300,5,0,12600,0,1,0,0,0),(124598,31205,571,1,1,27550,1,6893.29,1088.37,294.057,2.56702,300,5,0,12600,0,1,0,0,0),(124599,31205,571,1,1,27576,1,6909.35,1211.73,290.074,5.94568,300,5,0,12600,0,1,0,0,0),(124600,31205,571,1,1,27573,1,6856.2,1172.07,281.858,1.16662,300,5,0,12600,0,1,0,0,0),(124601,31205,571,1,1,27550,1,6621.46,1130.97,272.547,0.588001,300,5,0,12600,0,1,0,0,0),(124602,31205,571,1,1,27550,1,6570.07,1123.97,274.104,5.7874,300,0,0,12600,0,0,0,0,0),(124603,31205,571,1,1,27576,1,6569.72,1186.09,275.365,3.89729,300,0,0,12600,0,0,0,0,0),(124604,30949,571,1,1,9789,1,7957.09,2921.18,465.509,5.84685,300,0,0,12600,0,0,0,0,0),(124605,30949,571,1,1,9789,1,8028.61,3028.02,604.42,0.837758,300,0,0,12600,0,0,0,0,0),(124606,30949,571,1,1,9789,1,7991.14,3086.34,618.871,5.21853,300,0,0,12600,0,0,0,0,0),(124607,30949,571,1,1,9789,1,7925.15,3090.83,599.647,2.00713,300,0,0,12600,0,0,0,0,0),(124608,30949,571,1,1,9789,1,8075.26,2981.69,618.593,3.47321,300,0,0,12600,0,0,0,0,0),(124609,30949,571,1,1,9789,1,7969.44,3090.87,610.922,0.872665,300,0,0,12600,0,0,0,0,0),(124610,30949,571,1,1,9789,1,7916.42,3067.47,599.441,3.92699,300,0,0,12600,0,0,0,0,0),(124611,30949,571,1,1,9789,1,7763.38,2978.45,532.422,2.47837,300,0,0,12600,0,0,0,0,0),(124612,30949,571,1,1,9789,1,7880.23,3072.03,594.088,0.837758,300,0,0,12600,0,0,0,0,0),(124613,30949,571,1,1,9789,1,7861.88,3051.37,578.086,2.21657,300,0,0,12600,0,0,0,0,0),(124614,30949,571,1,1,9789,1,7865.9,3000.65,562.984,4.46804,300,0,0,12600,0,0,0,0,0),(124615,30949,571,1,1,9789,1,7840.92,2963.89,521.326,6.00393,300,0,0,12600,0,0,0,0,0),(124616,30949,571,1,1,9789,1,7852.6,2916.28,516.039,4.06662,300,0,0,12600,0,0,0,0,0),(124617,30950,571,1,1,19595,0,6436.78,3100.7,658.905,5.86431,300,0,0,12600,3994,0,0,0,0),(124618,30438,571,1,131,27025,1,6173.39,-65.359,388.263,2.25148,300,0,0,11379,0,0,0,0,0),(124622,31718,571,1,1,25750,0,7741.09,909.896,461.475,3.37406,300,5,0,12600,3994,1,0,0,0),(124623,31718,571,1,1,25750,0,7767.11,1010.92,444.043,3.15624,300,5,0,12600,3994,1,0,0,0),(124624,31718,571,1,1,25750,0,7653.26,917.081,481.776,2.2257,300,5,0,12600,3994,1,0,0,0),(124625,31718,571,1,1,25750,0,7698.46,855.157,475.637,0.43743,300,0,0,12600,3994,0,0,0,0),(124626,31718,571,1,1,25750,0,7671.24,888.665,482.114,6.26937,300,5,0,12600,3994,1,0,0,0),(124627,31718,571,1,1,25750,0,7625.14,770.293,480.362,4.31681,300,5,0,12600,3994,1,0,0,0),(124628,31718,571,1,1,25750,0,7517.95,670.671,488.046,2.96816,300,5,0,12600,3994,1,0,0,0),(124629,31718,571,1,1,25750,0,7490.04,770.888,469.098,3.51362,300,5,0,12600,3994,1,0,0,0),(124630,31718,571,1,1,25750,0,7537,739.385,476.019,4.85249,300,5,0,12600,3994,1,0,0,0),(124631,31718,571,1,1,25750,0,7570.88,981.271,482.12,4.74724,300,5,0,12600,3994,1,0,0,0),(124632,31718,571,1,1,25750,0,7869.48,1207.85,444.053,4.87573,300,5,0,12600,3994,1,0,0,0),(124633,31718,571,1,1,25750,0,7857.07,1185.05,443.605,5.79054,300,5,0,12600,3994,1,0,0,0),(124634,31718,571,1,1,25750,0,7774.42,1163.96,441.958,2.88556,300,0,0,12600,3994,0,0,0,0),(124635,31718,571,1,1,25750,0,7908.68,1061.15,453.722,3.09089,300,5,0,12600,3994,1,0,0,0),(124636,31718,571,1,1,25750,0,7877.26,1011.55,448.881,1.67949,300,5,0,12600,3994,1,0,0,0),(124637,31718,571,1,1,25750,0,7927.2,1026.67,462.113,0.740304,300,5,0,12600,3994,1,0,0,0),(124638,31718,571,1,1,25750,0,7834.56,984.471,449.962,2.18153,300,5,0,12600,3994,1,0,0,0),(124639,31718,571,1,1,25750,0,7807.07,927.339,451.894,2.92134,300,0,0,12600,3994,0,0,0,0),(124640,31718,571,1,1,25750,0,7787.55,953.003,450.482,0.495764,300,5,0,12600,3994,1,0,0,0),(124641,31718,571,1,1,25750,0,7733.28,989.97,448.648,1.98357,300,5,0,12600,3994,1,0,0,0),(124642,31718,571,1,1,25750,0,7773.2,986.596,448.128,1.89753,300,5,0,12600,3994,1,0,0,0),(124643,31718,571,1,1,25750,0,7745.3,1043.8,443.06,5.72004,300,5,0,12600,3994,1,0,0,0),(124644,31718,571,1,1,25750,0,7724.26,1055.75,444.69,5.86411,300,5,0,12600,3994,1,0,0,0),(124645,31718,571,1,1,25750,0,7711.92,1125.59,440.168,2.28365,300,5,0,12600,3994,1,0,0,0),(124646,31718,571,1,1,25750,0,7717.88,1154.5,439.756,1.57712,300,5,0,12600,3994,1,0,0,0),(124647,31718,571,1,1,25750,0,7830.9,1220.96,439.386,4.85843,300,5,0,12600,3994,1,0,0,0),(124648,31718,571,1,1,25750,0,7788.75,1190.73,441.009,4.81468,300,5,0,12600,3994,1,0,0,0),(124649,31718,571,1,1,25750,0,7841.81,964.75,450.602,1.9354,300,0,0,12600,3994,0,0,0,0),(124650,31718,571,1,1,25750,0,7690.88,811.316,478.801,3.78607,300,5,0,12600,3994,1,0,0,0),(124651,31718,571,1,1,25750,0,7585.66,709.82,482.428,4.63041,300,5,0,12600,3994,1,0,0,0),(124653,31718,571,1,1,25750,0,7877.62,1252.81,443.223,4.90606,300,0,0,12600,3994,0,0,0,0),(124654,31718,571,1,1,25750,0,7939.66,1170.17,463.694,5.17371,300,5,0,12600,3994,1,0,0,0),(124655,31718,571,1,1,25750,0,7926.16,1195.18,459.389,0.51849,300,5,0,12600,3994,1,0,0,0),(124656,31718,571,1,1,25750,0,7903.13,1281.26,446.112,2.91351,300,5,0,12600,3994,1,0,0,0),(124657,31718,571,1,1,25750,0,7878.97,1120.2,443.6,1.8158,300,0,0,12600,3994,0,0,0,0),(124658,31718,571,1,1,25750,0,7608.79,968.665,484.85,2.95239,300,0,0,12600,3994,0,0,0,0),(124659,31718,571,1,1,25750,0,7568.75,840.106,490.358,4.70478,300,0,0,12600,3994,0,0,0,0),(124660,31718,571,1,1,25750,0,7731.17,788.561,476.63,1.15357,300,5,0,12600,3994,1,0,0,0),(124661,30439,571,1,131,27026,0,6214.31,7.55615,410.246,5.44543,300,0,0,9740,8636,0,0,0,0),(124662,30951,571,1,1,24994,0,7605.6,3166.19,572.952,5.91667,300,0,0,12600,0,0,0,0,0),(124663,30951,571,1,1,24994,0,7628.4,3193.9,580.966,5.11381,300,0,0,12600,0,0,0,0,0),(124664,30951,571,1,1,24994,0,7691.65,3184.93,593.436,4.34587,300,0,0,12600,0,0,0,0,0),(124665,30951,571,1,1,24994,0,7652.12,3204.28,606.09,4.29351,300,0,0,12600,0,0,0,0,0),(124666,30951,571,1,1,24994,0,7952.49,2988,538.062,4.86947,300,0,0,12600,0,0,0,0,0),(124667,30951,571,1,1,24994,0,7987.71,2805.99,533.539,1.55334,300,0,0,12600,0,0,0,0,0),(124668,30951,571,1,1,24994,0,8039.54,2841.99,540.61,2.26893,300,0,0,12600,0,0,0,0,0),(124669,30951,571,1,1,24994,0,7970.88,2823.24,505.714,1.5708,300,0,0,12600,0,0,0,0,0),(124670,30951,571,1,1,24994,0,7964.85,2925.66,487.905,4.66003,300,0,0,12600,0,0,0,0,0),(124671,30951,571,1,1,24994,0,7902.11,2959.11,517.396,4.67748,300,0,0,12600,0,0,0,0,0),(124672,30951,571,1,1,24994,0,7887.79,2935.23,519.975,5.65487,300,0,0,12600,0,0,0,0,0),(124673,30951,571,1,1,24994,0,7748.96,2981.99,556.165,0.506145,300,0,0,12600,0,0,0,0,0),(124674,30951,571,1,1,24994,0,7726.28,3042.76,556.165,6.12611,300,0,0,12600,0,0,0,0,0),(124675,30951,571,1,1,24994,0,7653.98,3114.09,559.953,2.11185,300,0,0,12600,0,0,0,0,0),(124676,30951,571,1,1,24994,0,7684.72,3156.22,563.099,3.59538,300,0,0,12600,0,0,0,0,0),(124677,30951,571,1,1,24994,0,7723.98,3162.97,578.643,3.90954,300,0,0,12600,0,0,0,0,0),(124678,30951,571,1,1,24994,0,7727.67,3108.29,582.271,3.31613,300,0,0,12600,0,0,0,0,0),(124679,30951,571,1,1,24994,0,7773.12,3060.11,577.87,4.53786,300,0,0,12600,0,0,0,0,0),(124680,30951,571,1,1,24994,0,7843.74,3046.11,588.035,4.34587,300,0,0,12600,0,0,0,0,0),(124681,30951,571,1,1,24994,0,7974,2982.41,566.98,3.71755,300,0,0,12600,0,0,0,0,0),(124682,30951,571,1,1,24994,0,8025.65,2939.26,563.083,3.66519,300,0,0,12600,0,0,0,0,0),(124683,30951,571,1,1,24994,0,8058.44,2893.67,546.162,3.29867,300,0,0,12600,0,0,0,0,0),(124684,30951,571,1,1,24994,0,8074.1,2937.93,578.032,3.31613,300,0,0,12600,0,0,0,0,0),(124685,30951,571,1,1,24994,0,8070.59,2960.56,604.81,3.64774,300,0,0,12600,0,0,0,0,0),(124686,30951,571,1,1,24994,0,7894.03,3059.56,602.725,4.53786,300,0,0,12600,0,0,0,0,0),(124687,30951,571,1,1,24994,0,7781.17,2962.48,532.422,0.698132,300,0,0,12600,0,0,0,0,0),(124688,30951,571,1,1,24994,0,7835.49,2918.16,521.399,4.18879,300,0,0,12600,0,0,0,0,0),(124689,30951,571,1,1,24994,0,7800.32,2901.37,512.233,4.45059,300,0,0,12600,0,0,0,0,0),(124690,30951,571,1,1,24994,0,7848.16,2887.37,509.068,0.523599,300,0,0,12600,0,0,0,0,0),(124691,30951,571,1,1,24994,0,7857.88,2828.47,495.051,3.90954,300,0,0,12600,0,0,0,0,0),(124692,30951,571,1,1,24994,0,7883.47,2864.5,501.746,0.907571,300,0,0,12600,0,0,0,0,0),(124693,30951,571,1,1,24994,0,7923.74,2815.27,504.333,0.907571,300,0,0,12600,0,0,0,0,0),(124694,30952,571,1,1,24908,0,7597.91,3119.93,560.475,4.84752,300,5,0,12600,0,1,0,0,0),(124695,30952,571,1,1,24908,0,7583.41,3107.73,558.919,1.58349,300,5,0,12600,0,1,0,0,0),(124696,30952,571,1,1,24908,0,7596.35,3083.99,556.605,4.22515,300,0,0,12600,0,0,0,0,0),(124697,30952,571,1,1,24908,0,7578.68,3174.75,578.391,2.50568,300,0,0,12600,0,0,0,0,0),(124698,30952,571,1,1,24908,0,7742.59,2934.43,552.263,2.3092,300,5,0,12600,0,1,0,0,0),(124699,30952,571,1,1,24908,0,7658.73,3234.17,599.949,2.81953,300,5,0,12600,0,1,0,0,0),(124700,32488,571,1,1,27994,1,8302.95,2781.84,655.176,3.93011,300,5,0,12600,3994,1,0,0,0),(124701,30952,571,1,1,24908,0,7667.55,3140.29,548.119,5.11111,300,5,0,12600,0,1,0,0,0),(124702,32488,571,1,1,27995,1,8301.28,2757.88,655.176,2.67569,300,5,0,12600,3994,1,0,0,0),(124703,30952,571,1,1,24908,0,7649.11,3092.56,556.654,5.83941,300,5,0,12600,0,1,0,0,0),(124704,30952,571,1,1,24908,0,7696.39,3128.69,557.285,3.83962,300,5,0,12600,0,1,0,0,0),(124705,30952,571,1,1,24908,0,7775.61,3073.57,577.565,5.50698,300,5,0,12600,0,1,0,0,0),(124706,32488,571,1,1,27995,1,8301.77,2766.35,655.232,2.86234,300,5,0,12600,3994,1,0,0,0),(124707,32488,571,1,1,27996,1,8302.49,2774.88,655.196,3.06885,300,5,0,12600,3994,1,0,0,0),(124708,30952,571,1,1,24908,0,7971.37,3023.84,567.978,4.74076,300,0,0,12600,0,0,0,0,0),(124709,30952,571,1,1,24908,0,7909.33,2988.54,519.251,4.65636,300,5,0,12600,0,1,0,0,0),(124710,30952,571,1,1,24908,0,8012.15,2979.55,563.33,2.8177,300,5,0,12600,0,1,0,0,0),(124711,30952,571,1,1,24908,0,7677.83,3062.6,559.352,2.65859,300,5,0,12600,0,1,0,0,0),(124712,30952,571,1,1,24908,0,7720.68,3086.03,553.987,4.18017,300,5,0,12600,0,1,0,0,0),(124713,30952,571,1,1,24908,0,7757.85,3041.31,528.057,1.70987,300,5,0,12600,0,1,0,0,0),(124714,30952,571,1,1,24908,0,7812.8,3084.03,574.143,2.05759,300,5,0,12600,0,1,0,0,0),(124715,30952,571,1,1,24908,0,7875.76,2945.49,519.405,0.551962,300,5,0,12600,0,1,0,0,0),(124716,30952,571,1,1,24908,0,7969.33,2794.59,533.494,3.73432,300,5,0,12600,0,1,0,0,0),(124717,30952,571,1,1,24908,0,8085.67,2855.74,553.863,2.55993,300,5,0,12600,0,1,0,0,0),(124718,30952,571,1,1,24908,0,8091.09,2884.59,556.989,1.99338,300,5,0,12600,0,1,0,0,0),(124719,30952,571,1,1,24908,0,7927.35,3076.41,599.337,3.05968,300,5,0,12600,0,1,0,0,0),(124720,30952,571,1,1,24908,0,7827.38,2957.79,517.649,4.67748,300,0,0,12600,0,0,0,0,0),(124721,30952,571,1,1,24908,0,7806.77,2929.77,516.885,5.68977,300,0,0,12600,0,0,0,0,0),(124722,30952,571,1,1,24908,0,7962.17,2816.54,512.367,4.4855,300,0,0,12600,0,0,0,0,0),(124723,30953,571,1,1,27409,1,6472.16,1735.21,508.726,2.30383,300,5,0,126000,0,1,0,0,0),(124724,30954,571,1,1,27410,1,6066.26,1922.77,632.703,0.174533,300,5,0,126000,0,1,0,0,0),(124725,24042,571,1,1,11686,0,6132.38,2760.76,573.997,4.36332,300,0,0,4120,0,0,0,0,0),(124726,32490,571,1,1,26540,0,6708.33,2672.19,437.903,1.85928,300,5,0,25200,0,1,0,0,0),(124727,32490,571,1,1,26540,0,6742.6,2579,426.112,1.657,300,5,0,25200,0,1,0,0,0),(124728,32490,571,1,1,26540,0,6792.26,2522,421.241,5.27836,300,5,0,25200,0,1,0,0,0),(124729,30186,571,1,1,26834,0,7166.14,3953.93,582.571,3.61283,300,0,0,11379,3725,0,0,0,0),(124730,30186,571,1,1,26834,0,7107.35,4081.13,535.401,3.50811,300,0,0,11379,3725,0,0,0,0),(124731,30186,571,1,1,26834,0,6916.92,4186.47,535.193,0.069813,300,0,0,11379,3725,0,0,0,0),(124732,30186,571,1,1,26834,0,7519.92,3593.14,625.275,1.11701,300,0,0,11379,3725,0,0,0,0),(124733,30186,571,1,1,26834,0,7702.05,3627.84,662.762,2.16421,300,0,0,11379,3725,0,0,0,0),(124734,30186,571,1,1,26834,0,7752.3,3601.77,664.803,1.01229,300,0,0,11379,3725,0,0,0,0),(124735,30186,571,1,1,26834,0,7705.63,3680.43,653.314,3.80482,300,0,0,11379,3725,0,0,0,0),(124736,30186,571,1,1,26834,0,7776.63,3720.96,654.738,4.17134,300,0,0,11379,3725,0,0,0,0),(124737,30186,571,1,1,26834,0,7878.6,3499.39,672.475,2.87979,300,0,0,11379,3725,0,0,0,0),(202584,24209,571,1,1,0,1,2135.16,-3289.06,152.549,6.23082,120,0,0,9291,3831,0,0,0,0),(202583,24186,571,1,1,0,1,2128.31,-3281.93,152.521,2.82743,120,0,0,9291,3831,0,0,0,0),(202514,33291,571,1,1,0,0,5160.35,-55.5195,347.405,0,120,0,0,12600,3994,0,0,0,0),(202513,33291,571,1,1,0,0,5159.44,-26.6491,347.405,0,120,0,0,12600,3994,0,0,0,0),(202512,33291,571,1,1,0,0,5155.75,-83.0628,347.6,0,120,0,0,12600,3994,0,0,0,0),(124743,30956,571,1,1,27411,1,6555.25,1622.7,633.546,1.5708,300,0,0,126000,0,0,0,0,0),(124744,32236,571,1,1,27834,1,7516.53,2167.89,502.32,2.28654,300,0,0,10080,8814,0,0,0,0),(124745,32236,571,1,1,27832,1,7496.99,2058.46,499.728,6.01084,300,5,0,10080,8814,1,0,0,0),(124746,32236,571,1,1,27832,1,7520.6,2110.66,500.311,0.785398,300,5,0,10080,8814,1,0,0,0),(124747,32236,571,1,1,27832,1,7521.94,2061.75,499.728,6.19592,300,5,0,10080,8814,1,0,0,0),(124748,32236,571,1,1,27832,1,7536.1,2092.74,500.311,2.59079,300,5,0,10080,8814,1,0,0,0),(124749,32236,571,1,1,27832,1,7505.96,2013.76,500.311,3.95257,300,5,0,10080,8814,1,0,0,0),(124750,30957,571,1,1,27417,0,6566.05,1635.05,632.467,4.01426,300,0,0,12600,0,0,0,0,0),(124751,30957,571,1,1,27417,0,6562.17,1635.76,632.46,4.24115,300,0,0,12600,0,0,0,0,0),(124752,30957,571,1,1,27412,0,6546.73,1634.43,632.539,5.37561,300,0,0,12600,0,0,0,0,0),(124753,30957,571,1,1,27417,0,6073.79,1916.07,633.025,4.35816,300,0,0,12600,0,0,0,0,0),(124754,30957,571,1,1,27414,0,6072.51,1919.15,632.903,2.70526,300,0,0,12600,0,0,0,0,0),(124755,30957,571,1,1,27417,0,6074.18,1927.1,632.908,3.59538,300,0,0,12600,0,0,0,0,0),(124756,30957,571,1,1,27414,0,6075.79,1926.65,632.753,3.49066,300,0,0,12600,0,0,0,0,0),(124757,30957,571,1,1,27417,0,6075.94,1918.44,632.768,2.75762,300,0,0,12600,0,0,0,0,0),(124758,30957,571,1,1,27414,0,6075.71,1920.28,632.661,2.9147,300,0,0,12600,0,0,0,0,0),(124759,30957,571,1,1,27412,0,6551.69,1633,632.547,5.09636,300,0,0,12600,0,0,0,0,0),(124760,30957,571,1,1,27417,0,6562.96,1633.54,632.537,4.11898,300,0,0,12600,0,0,0,0,0),(124761,30957,571,1,1,27412,0,6558.87,1635.94,632.495,4.46804,300,0,0,12600,0,0,0,0,0),(124762,30957,571,1,1,27412,0,6074.25,1917.74,632.941,2.6529,300,0,0,12600,0,0,0,0,0),(124763,30957,571,1,1,27417,0,6072.39,1924.24,632.662,3.35103,300,0,0,12600,0,0,0,0,0),(124764,30957,571,1,1,27414,0,6072.94,1931.03,633.004,3.9619,300,0,0,12600,0,0,0,0,0),(124765,30957,571,1,1,27412,0,6075.9,1924.52,632.703,3.31613,300,0,0,12600,0,0,0,0,0),(124766,30957,571,1,1,27417,0,6075.18,1930.16,633.078,3.76991,300,0,0,12600,0,0,0,0,0),(124767,30957,571,1,1,27414,0,6557.25,1631.82,632.547,4.53786,300,0,0,12600,0,0,0,0,0),(124768,30957,571,1,1,27414,0,6554.33,1630.36,632.547,4.90438,300,0,0,12600,0,0,0,0,0),(124769,30957,571,1,1,27417,0,6549.29,1630.17,632.537,1.25535,300,0,0,12600,0,0,0,0,0),(124770,30957,571,1,1,27414,0,6074.51,1932.8,633.088,3.9619,300,0,0,12600,0,0,0,0,0),(124771,30701,571,1,1,25627,0,6933.99,3503.48,705.106,3.25476,300,5,0,12175,0,1,0,0,0),(124772,30701,571,1,1,25627,0,6828.7,3518.81,690.719,1.4643,300,5,0,12175,0,1,0,0,0),(124773,30701,571,1,1,25627,0,6742.49,3521.75,668.899,2.16733,300,5,0,12175,0,1,0,0,0),(124774,30957,571,1,1,27412,0,6472.97,1749.09,508.684,4.69494,300,0,0,12600,0,0,0,0,0),(124775,30701,571,1,1,25627,0,6484.17,3221.35,648.021,5.5877,300,5,0,12175,0,1,0,0,0),(124776,30957,571,1,1,27417,0,6460.62,1743.13,508.684,5.68977,300,0,0,12600,0,0,0,0,0),(124777,30957,571,1,1,27417,0,6469.55,1743.27,508.684,5.07891,300,0,0,12600,0,0,0,0,0),(124778,30957,571,1,1,27417,0,6466.47,1745.57,508.684,5.25344,300,0,0,12600,0,0,0,0,0),(124779,30957,571,1,1,27417,0,6459.3,1737.01,508.684,6.10865,300,0,0,12600,0,0,0,0,0),(124780,30957,571,1,1,27412,0,6469.91,1745.75,508.684,4.97419,300,0,0,12600,0,0,0,0,0),(124781,30957,571,1,1,27417,0,6462.35,1740.36,508.684,5.79449,300,0,0,12600,0,0,0,0,0),(124782,30957,571,1,1,27417,0,6459.49,1739.95,508.684,5.91667,300,0,0,12600,0,0,0,0,0),(124783,30957,571,1,1,27414,0,6467.28,1747.87,508.684,5.11381,300,0,0,12600,0,0,0,0,0),(124784,30957,571,1,1,27412,0,6470.27,1747.93,508.684,4.92183,300,0,0,12600,0,0,0,0,0),(124785,30701,571,1,1,25627,0,6581.06,3455.85,599.054,0.174785,300,5,0,12175,0,1,0,0,0),(124786,30701,571,1,1,25627,0,6594.2,3338.46,666.275,6.15424,300,0,0,12175,0,0,0,0,0),(124787,30701,571,1,1,25627,0,6466.85,3306.18,622.817,1.48203,300,5,0,12175,0,1,0,0,0),(124788,30701,571,1,1,25627,0,6663.93,3344.29,703.786,1.19808,300,5,0,12175,0,1,0,0,0),(124789,30701,571,1,1,25627,0,6631.44,3232.45,666.834,3.16467,300,5,0,12175,0,1,0,0,0),(124790,30701,571,1,1,25627,0,6665.95,3191.12,665.347,-1.19295,300,0,0,12175,0,0,0,0,0),(124791,30958,571,1,1,27415,0,6543.19,1633.66,632.539,5.5676,300,0,0,12600,0,0,0,0,0),(124792,30958,571,1,1,27416,0,6555.85,1633.96,632.547,4.69494,300,0,0,12600,0,0,0,0,0),(124793,30958,571,1,1,27413,0,6552.86,1635.56,632.543,4.93928,300,0,0,12600,0,0,0,0,0),(124794,30958,571,1,1,27416,0,6545.98,1631.73,632.546,5.53269,300,0,0,12600,0,0,0,0,0),(124795,30958,571,1,1,27416,0,6565.62,1631.16,632.544,3.83972,300,0,0,12600,0,0,0,0,0),(124796,30958,571,1,1,27416,0,6549.56,1636.73,632.536,5.13127,300,0,0,12600,0,0,0,0,0),(124797,30958,571,1,1,27416,0,6075.43,1916.21,632.902,2.58309,300,0,0,12600,0,0,0,0,0),(124798,30958,571,1,1,27416,0,6074.34,1923.43,632.661,3.22886,300,0,0,12600,0,0,0,0,0),(124799,30958,571,1,1,27413,0,6074.32,1921.77,632.661,3.03687,300,0,0,12600,0,0,0,0,0),(124800,30958,571,1,1,27415,0,6071.79,1928.26,632.943,3.83972,300,0,0,12600,0,0,0,0,0),(124801,30958,571,1,1,27415,0,6559.66,1630.38,632.547,4.24115,300,0,0,12600,0,0,0,0,0),(124802,32238,571,1,1,27847,0,7515.78,1958.73,502.32,5.39307,300,0,0,10080,8814,0,0,0,0),(124803,30958,571,1,1,27413,0,6454.36,1741.16,508.726,2.67046,300,0,0,12600,0,0,0,0,0),(124804,30958,571,1,1,27413,0,6474.84,1747.41,508.684,3.38594,300,0,0,12600,0,0,0,0,0),(124805,30958,571,1,1,27413,0,6472.72,1745.13,508.684,3.15905,300,0,0,12600,0,0,0,0,0),(124806,30958,571,1,1,27415,0,6462.75,1742.98,508.684,5.60251,300,0,0,12600,0,0,0,0,0),(124807,30958,571,1,1,27416,0,6461.65,1737.39,508.684,6.03884,300,0,0,12600,0,0,0,0,0),(124808,30958,571,1,1,27413,0,6466.14,1740.77,508.684,5.55015,300,0,0,12600,0,0,0,0,0),(124809,30958,571,1,1,27416,0,6465.98,1743.29,508.684,5.39307,300,0,0,12600,0,0,0,0,0),(124810,32238,571,1,1,27848,0,7475.99,2051.15,499.812,0.942478,300,0,0,10080,8814,0,0,0,0),(124811,32238,571,1,1,27848,0,7523.09,2007.4,500.395,5.37561,300,0,0,10080,8814,0,0,0,0),(124812,32238,571,1,1,27848,0,7484.46,2028.21,499.812,1.53589,300,0,0,10080,8814,0,0,0,0),(124813,32238,571,1,1,27847,0,7511.14,1993.83,500.395,5.93412,300,0,0,10080,8814,0,0,0,0),(124814,32238,571,1,1,27847,0,7477.72,1982.05,500.395,4.39823,300,0,0,10080,8814,0,0,0,0),(124815,32238,571,1,1,27848,0,7525.66,2089.89,500.311,4.99214,300,5,0,10080,8814,1,0,0,0),(124816,32238,571,1,1,27848,0,7522.98,2113.69,500.395,3.97935,300,0,0,10080,8814,0,0,0,0),(124817,32238,571,1,1,27847,0,7468.92,2080.66,499.812,6.00393,300,0,0,10080,8814,0,0,0,0),(124818,32238,571,1,1,27848,0,7511.03,2074.04,499.812,4.95674,300,0,0,10080,8814,0,0,0,0),(124819,32238,571,1,1,27847,0,7499.45,2038.71,499.812,3.03687,300,0,0,10080,8814,0,0,0,0),(124820,32238,571,1,1,27848,0,7525.21,2061.42,499.812,3.00197,300,0,0,10080,8814,0,0,0,0),(124821,32238,571,1,1,27848,0,7544.28,2024.14,500.395,0.20944,300,0,0,10080,8814,0,0,0,0),(124822,32238,571,1,1,27848,0,7525.32,2036.77,500.311,2.24381,300,5,0,10080,8814,1,0,0,0),(124823,32238,571,1,1,27847,0,7549.74,2062.4,500.311,2.54988,300,5,0,10080,8814,1,0,0,0),(124824,30960,571,1,1,27550,1,6468.54,3109.87,658.1,3.9049,300,5,0,3780,0,1,0,0,0),(124825,30960,571,1,1,27573,1,6458.04,3091.82,657.605,5.63972,300,5,0,3780,0,1,0,0,0),(124826,30960,571,1,1,27573,1,6460.9,3127.81,657.605,3.05665,300,5,0,3780,0,1,0,0,0),(124827,30960,571,1,1,27573,1,6454.49,3110.28,657.605,0.150277,300,5,0,3780,0,1,0,0,0),(124828,30960,571,1,1,27550,1,6448.1,3078.37,657.605,4.67969,300,5,0,3780,0,1,0,0,0),(124829,30960,571,1,1,27550,1,6471.87,3067.57,657.477,-2.33623,300,0,0,3780,0,0,0,0,0),(124830,30960,571,1,1,27550,1,6473.73,3069.22,657.508,5.29618,300,0,0,3780,0,0,0,0,0),(124831,30960,571,1,1,27550,1,6470.21,3068.48,657.566,0.783585,300,0,0,3780,0,0,0,0,0),(124832,30960,571,1,1,27550,1,6446.78,3089.42,657.605,1.44918,300,5,0,3780,0,1,0,0,0),(124833,30960,571,1,1,27573,1,6441.87,3082.69,657.605,5.56257,300,5,0,3780,0,1,0,0,0),(124834,30960,571,1,1,27573,1,6453.66,3126.31,657.585,2.86769,300,5,0,3780,0,1,0,0,0),(124835,30960,571,1,1,27573,1,6430.13,3156.15,657.739,2.23035,300,5,0,3780,0,1,0,0,0),(124836,30960,571,1,1,27550,1,6443.15,3140.67,657.606,5.46918,300,5,0,3780,0,1,0,0,0),(124837,30960,571,1,1,27573,1,6451.02,3148.71,657.606,2.68937,300,5,0,3780,0,1,0,0,0),(124838,30960,571,1,1,27550,1,6430.52,3144.22,657.522,2.24414,300,5,0,3780,0,1,0,0,0),(124839,30960,571,1,1,27550,1,6456.87,3164.57,657.569,1.80802,300,5,0,3780,0,1,0,0,0),(124840,30960,571,1,1,27550,1,6444.15,3158.09,657.606,0.523411,300,5,0,3780,0,1,0,0,0),(124841,30960,571,1,1,27550,1,6453.15,3146.48,657.606,3.43228,300,5,0,3780,0,1,0,0,0),(124842,30960,571,1,1,27573,1,6461.91,3153.56,657.606,1.39079,300,5,0,3780,0,1,0,0,0),(124843,30960,571,1,1,27573,1,6445.65,3144.87,657.606,6.0739,300,5,0,3780,0,1,0,0,0),(124844,30960,571,1,1,27550,1,6438.75,3124.4,657.605,2.46679,300,5,0,3780,0,1,0,0,0),(124845,30960,571,1,1,27573,1,6459.44,3136.75,657.606,1.60291,300,5,0,3780,0,1,0,0,0),(124846,30960,571,1,1,27550,1,6435.27,3115.79,657.517,6.10112,300,5,0,3780,0,1,0,0,0),(124847,30960,571,1,1,27573,1,6452.76,3103.23,657.605,3.87945,300,5,0,3780,0,1,0,0,0),(124848,32242,571,1,1,26241,0,8038.9,2374.5,487.758,6.02139,300,0,0,4979,0,0,0,0,0),(124849,32498,571,1,1,25390,0,8642.96,1629.1,612.451,4.7822,300,0,0,42,0,0,0,0,0),(124850,32498,571,1,1,25391,0,8635.43,1622.43,615.361,3.80482,300,0,0,42,0,0,0,0,0),(124851,32498,571,1,1,25391,0,8636.94,1616.84,614.659,3.42085,300,0,0,42,0,0,0,0,0),(124852,32498,571,1,1,25390,0,8644.21,1617.63,612.057,1.13446,300,0,0,42,0,0,0,0,0),(124853,32498,571,1,1,25391,0,8645.07,1640.29,611.783,5.84685,300,0,0,42,0,0,0,0,0),(124854,32498,571,1,1,25390,0,8546.86,1438.15,617.656,1.3126,300,5,0,42,0,1,0,0,0),(124855,32498,571,1,1,25391,0,8475.21,1338.24,625.365,0.8012,300,5,0,42,0,1,0,0,0),(124856,32498,571,1,1,25391,0,8470.1,1332.62,625.746,0.803677,300,5,0,42,0,1,0,0,0),(124857,32498,571,1,1,25390,0,8475.63,1334.91,625.615,0.829659,300,5,0,42,0,1,0,0,0),(124858,32498,571,1,1,25391,0,8471.13,1335.39,625.615,0.791092,300,5,0,42,0,1,0,0,0),(124859,32498,571,1,1,25391,0,8473.08,1330.67,625.996,0.840023,300,5,0,42,0,1,0,0,0),(124860,32498,571,1,1,25390,0,8640.22,1612.27,613.915,5.77637,300,5,0,42,0,1,0,0,0),(124861,32498,571,1,1,25390,0,8636.86,1613.67,614.54,6.18542,300,5,0,42,0,1,0,0,0),(124862,32498,571,1,1,25391,0,8641.49,1622.66,613.04,5.53435,300,5,0,42,0,1,0,0,0),(124863,32498,571,1,1,25390,0,8647.83,1636.36,611.804,6.2148,300,5,0,42,0,1,0,0,0),(124864,32498,571,1,1,25391,0,8638.93,1634.88,613.804,5.51188,300,5,0,42,0,1,0,0,0),(124865,32498,571,1,1,25391,0,8643.77,1609.97,614.415,5.08462,300,5,0,42,0,1,0,0,0),(124866,30194,571,1,1,26835,0,6843.3,4039.84,616.329,5.13127,300,0,0,11379,3725,0,0,0,0),(124867,30194,571,1,1,26835,0,6946.56,3879.72,616.214,1.37881,300,0,0,11379,3725,0,0,0,0),(124868,30194,571,1,1,26835,0,7263.2,4174.11,576.375,2.16421,300,0,0,11379,3725,0,0,0,0),(124869,30194,571,1,1,26835,0,6934.81,4247.87,536.17,4.03171,300,0,0,11379,3725,0,0,0,0),(124870,32498,571,1,1,25390,0,8549.14,1319.15,618.945,0.189784,300,5,0,42,0,1,0,0,0),(124871,32498,571,1,1,25390,0,8544.2,1319.89,620.32,2.53498,300,5,0,42,0,1,0,0,0),(124872,32498,571,1,1,25391,0,8538.46,1314.63,621.32,5.87422,300,5,0,42,0,1,0,0,0),(124873,32498,571,1,1,25390,0,8539.76,1327.07,620.945,3.42248,300,5,0,42,0,1,0,0,0),(124874,32498,571,1,1,25391,0,8548.75,1330.03,620.195,4.07015,300,5,0,42,0,1,0,0,0),(124875,32498,571,1,1,25390,0,8557.48,1332.58,619.57,0.849407,300,5,0,42,0,1,0,0,0),(124876,32498,571,1,1,25390,0,8530.83,1320.87,622.573,1.42001,300,5,0,42,0,1,0,0,0),(124877,32498,571,1,1,25391,0,8531.61,1312.19,623.059,4.7822,300,0,0,42,0,0,0,0,0),(124878,32498,571,1,1,25390,0,8538.56,1307.79,620.498,0.069813,300,0,0,42,0,0,0,0,0),(124879,32498,571,1,1,25390,0,8551.89,1336.27,620.368,2.46091,300,0,0,42,0,0,0,0,0),(124880,32498,571,1,1,25390,0,8537.64,1340.67,619.616,3.08923,300,0,0,42,0,0,0,0,0),(124881,32498,571,1,1,25390,0,8553.58,1325.1,618.844,0.226893,300,0,0,42,0,0,0,0,0),(124882,32498,571,1,1,25390,0,8530.59,1331.7,621.181,3.29867,300,0,0,42,0,0,0,0,0),(124883,30194,571,1,1,26835,0,7741.75,3700.6,654.503,0,300,0,0,11379,3725,0,0,0,0),(124884,30194,571,1,1,26835,0,8006.2,3578.45,632.059,3.61283,300,0,0,11379,3725,0,0,0,0),(124885,30194,571,1,1,26835,0,7837.43,3665.07,653.762,3.45575,300,0,0,11379,3725,0,0,0,0),(124886,30194,571,1,1,26835,0,8069.52,3435.06,675.967,0.855211,300,0,0,11379,3725,0,0,0,0),(124887,30194,571,1,1,26835,0,8339.24,3359.22,640.094,4.90438,300,0,0,11379,3725,0,0,0,0),(124888,30194,571,1,1,26835,0,8217.85,3313.98,653.841,5.67232,300,0,0,11379,3725,0,0,0,0),(124889,30194,571,1,1,26835,0,7715.26,3426.61,658.907,2.67035,300,0,0,11379,3725,0,0,0,0),(124890,22515,571,1,1,16925,0,6866.78,2625.66,411.166,2.87979,300,0,0,4120,0,0,0,0,0),(124891,22515,571,1,1,16925,0,6876.86,2600.87,410.215,4.59022,300,0,0,4120,0,0,0,0,0),(124892,30195,571,1,1,26836,0,7060.89,4186.18,666.403,2.21657,300,0,0,11379,3725,0,0,0,0),(124893,22515,571,1,1,16925,0,6811.34,2588.9,416.509,2.82743,300,0,0,4120,0,0,0,0,0),(124894,22515,571,1,1,16925,0,6834.86,2631.66,413.28,5.5676,300,0,0,4120,0,0,0,0,0),(124895,31731,571,1,1,24584,0,7592.87,929.549,480.267,6.16101,300,0,0,10080,8814,0,0,0,0),(124896,31731,571,1,1,24584,0,7625.26,929.277,480.64,3.26377,300,0,0,10080,8814,0,0,0,0),(124897,31731,571,1,1,24582,0,7598.03,913.783,480.488,0.925025,300,0,0,10080,8814,0,0,0,0),(124898,31731,571,1,1,24584,0,7617.58,943.907,481.093,4.55531,300,0,0,10080,8814,0,0,0,0),(124899,31731,571,1,1,24582,0,7634.32,849.236,480.301,5.53269,300,0,0,10080,8814,0,0,0,0),(124900,31731,571,1,1,24584,0,7587.34,770.027,480.135,4.46804,300,0,0,10080,8814,0,0,0,0),(124901,31731,571,1,1,24582,0,7572.39,740.599,478.75,0.820305,300,0,0,10080,8814,0,0,0,0),(124902,31731,571,1,1,24582,0,7597.4,753.421,480.61,3.22886,300,0,0,10080,8814,0,0,0,0),(124903,31731,571,1,1,24582,0,7627.37,827.962,480.314,0.226893,300,0,0,10080,8814,0,0,0,0),(124904,31731,571,1,1,24584,0,7587.56,739.415,479.786,1.90241,300,0,0,10080,8814,0,0,0,0),(124905,31731,571,1,1,24582,0,7645.45,812.721,480.32,1.09956,300,0,0,10080,8814,0,0,0,0),(124906,31731,571,1,1,24584,0,7602.02,940.597,480.331,5.42797,300,0,0,10080,8814,0,0,0,0),(124907,31731,571,1,1,24582,0,7572.59,757.256,478.933,5.8294,300,0,0,10080,8814,0,0,0,0),(124908,31731,571,1,1,24584,0,7662.32,812.167,480.284,1.81514,300,0,0,10080,8814,0,0,0,0),(124909,30195,571,1,1,26836,0,6988.7,4116.18,535.301,4.03171,300,0,0,11379,3725,0,0,0,0),(124910,30195,571,1,1,26836,0,7118.03,3988.05,581.563,4.64258,300,0,0,11379,3725,0,0,0,0),(124911,31731,571,1,1,24584,0,7677.4,831.441,479.778,2.96706,300,0,0,10080,8814,0,0,0,0),(124912,31731,571,1,1,24582,0,7656.44,855.682,479.946,4.46804,300,0,0,10080,8814,0,0,0,0),(124913,30195,571,1,1,26836,0,7615.27,3476.96,656.493,1.71042,300,0,0,11379,3725,0,0,0,0),(124914,30195,571,1,1,26836,0,7785.7,3596.29,664.717,1.67552,300,0,0,11379,3725,0,0,0,0),(124915,30195,571,1,1,26836,0,7568.78,3702.29,625.754,5.3058,300,0,0,11379,3725,0,0,0,0),(124916,30195,571,1,1,26836,0,7615.16,3594.98,656.393,2.00713,300,0,0,11379,3725,0,0,0,0),(124917,30195,571,1,1,26836,0,7796.7,3567.69,654.548,5.53269,300,0,0,11379,3725,0,0,0,0),(124918,30195,571,1,1,26836,0,7768.64,3520.96,658.487,5.14872,300,0,0,11379,3725,0,0,0,0),(124919,30195,571,1,1,26836,0,7855.79,3580.83,653.17,3.97935,300,0,0,11379,3725,0,0,0,0),(124920,30195,571,1,1,26836,0,8116.58,3523.25,656.937,2.30383,300,0,0,11379,3725,0,0,0,0),(124921,30708,571,1,1,27249,1,6648.77,3217.7,810.501,1.55334,300,0,0,12600,3994,0,0,0,0),(124922,32244,571,1,1,26241,0,7997.75,2367.1,484.725,4.69494,300,0,0,4979,0,0,0,0,0),(124923,30196,571,1,1,26837,0,7285.24,4225.69,576.448,3.59538,300,0,0,11379,3725,0,0,0,0),(124924,30196,571,1,1,26837,0,7220.92,4113.14,630.824,1.8326,300,0,0,11379,3725,0,0,0,0),(124925,30196,571,1,1,26837,0,7447.29,3604.61,644.899,5.0091,300,0,0,11379,3725,0,0,0,0),(124926,30196,571,1,1,26837,0,8210.11,3622.32,658.25,4.50295,300,0,0,11379,3725,0,0,0,0),(124927,30196,571,1,1,26837,0,7775.19,3640.71,663.143,4.43314,300,0,0,11379,3725,0,0,0,0),(124928,30196,571,1,1,26837,0,7615.56,3536.75,657.144,2.84489,300,0,0,11379,3725,0,0,0,0),(124929,30196,571,1,1,26837,0,7444.09,3644.24,625.229,5.74213,300,0,0,11379,3725,0,0,0,0),(124930,30196,571,1,1,26837,0,7509.16,3693.45,623.472,5.25344,300,0,0,11379,3725,0,0,0,0),(124931,30196,571,1,1,26837,0,7958.64,3630.79,628.915,3.7001,300,0,0,11379,3725,0,0,0,0),(124932,30196,571,1,1,26837,0,7910.02,3615.32,629.056,0.069813,300,0,0,11379,3725,0,0,0,0),(124933,30196,571,1,1,26837,0,7851.27,3519.81,653.091,1.23918,300,0,0,11379,3725,0,0,0,0),(124934,30196,571,1,1,26837,0,8121.37,3384.12,675.019,0.645772,300,0,0,11379,3725,0,0,0,0),(124935,30196,571,1,1,26837,0,7757.73,3425.18,658.722,1.0472,300,0,0,11379,3725,0,0,0,0),(124936,30196,571,1,1,26837,0,7802.32,3458.5,660.852,2.54818,300,0,0,11379,3725,0,0,0,0),(124937,30196,571,1,1,26837,0,8284.2,3432.34,658.785,3.66519,300,0,0,11379,3725,0,0,0,0),(124938,32245,571,1,1,26241,0,7990.07,2328.98,487.479,0.174533,300,0,0,4979,0,0,0,0,0),(124939,31221,571,1,1,27517,0,6472.73,1722.66,508.684,5.91667,300,0,0,63000,0,0,0,0,0),(124940,32502,571,1,1,24995,0,6984.69,2552.74,405.446,0.395235,300,0,0,12600,0,0,0,0,0),(124941,32502,571,1,1,24992,0,6897.93,2439.41,423.137,3.42246,300,0,0,12600,0,0,0,0,0),(124942,32502,571,1,1,24995,0,6886.02,2580.98,409.376,5.70593,300,0,0,12600,0,0,0,0,0),(124943,32502,571,1,1,24995,0,6903.21,2431.01,424.989,3.42246,300,0,0,12600,0,0,0,0,0),(124944,32502,571,1,1,24994,0,6941.1,2553.86,407.018,0.58906,300,0,0,12600,0,0,0,0,0),(124945,32502,571,1,1,24994,0,6919.33,2602.6,405.761,4.87204,300,0,0,12600,0,0,0,0,0),(124946,32502,571,1,1,24992,0,6949.8,2551.26,406.893,0.58906,300,0,0,12600,0,0,0,0,0),(124947,32502,571,1,1,24992,0,6905.87,2431.09,425.239,3.42246,300,0,0,12600,0,0,0,0,0),(124948,32502,571,1,1,24992,0,6882.47,2883.46,445.387,1.93161,300,0,0,12600,0,0,0,0,0),(124949,32502,571,1,1,24993,0,6920.16,2555.29,410.746,1.45192,300,0,0,12600,0,0,0,0,0),(124950,32502,571,1,1,24994,0,6985.2,2502.58,412.602,6.0131,300,0,0,12600,0,0,0,0,0),(124951,32502,571,1,1,24993,0,6883.7,2811.01,432.027,1.63999,300,0,0,12600,0,0,0,0,0),(124952,32502,571,1,1,24992,0,6908.74,2844.68,435.875,1.82968,300,0,0,12600,0,0,0,0,0),(124953,32502,571,1,1,24995,0,7048,2706.74,403.113,3.10657,300,0,0,12600,0,0,0,0,0),(124954,32502,571,1,1,24995,0,6921.27,2612.4,405.261,4.87204,300,0,0,12600,0,0,0,0,0),(124955,32502,571,1,1,24992,0,6887.6,2876.26,443.762,1.93161,300,0,0,12600,0,0,0,0,0),(124956,32502,571,1,1,24992,0,6883.69,2802.81,429.902,2.21514,300,0,0,12600,0,0,0,0,0),(124957,32502,571,1,1,24995,0,6985.76,2782.05,410.841,5.60929,300,0,0,12600,0,0,0,0,0),(124958,32502,571,1,1,24995,0,6976.23,2688.96,406.619,1.40917,300,0,0,12600,0,0,0,0,0),(124959,32502,571,1,1,24995,0,6919.07,2579.65,406.004,0.054873,300,0,0,12600,0,0,0,0,0),(124960,32502,571,1,1,24992,0,6919.61,2793.05,420.961,0.408825,300,0,0,12600,0,0,0,0,0),(124961,32502,571,1,1,24992,0,7001,2475.76,418.193,5.18118,300,0,0,12600,0,0,0,0,0),(124962,32502,571,1,1,24993,0,6892.5,2436.22,423.512,0.994957,300,0,0,12600,0,0,0,0,0),(124963,32502,571,1,1,24992,0,6873.12,2796.92,429.749,0.542269,300,0,0,12600,0,0,0,0,0),(124964,32502,571,1,1,24992,0,6878.5,2655.12,412.082,1.43763,300,0,0,12600,0,0,0,0,0),(124965,32504,571,1,1,11686,0,6374.1,2381.16,472.416,5.67232,300,5,0,4120,0,1,0,0,0),(124966,31736,571,1,1,27703,0,6809.75,1869.65,579.483,5.58505,300,0,0,12600,0,0,0,0,0),(124967,23033,571,1,1,0,0,6445.86,3440.85,600.005,6.17846,300,0,0,42,0,0,0,0,0),(124968,23033,571,1,1,0,0,6449.05,3439.86,606.657,4.62512,300,0,0,42,0,0,0,0,0),(124969,23033,571,1,1,0,0,6451.92,3439.91,608.941,2.77507,300,0,0,42,0,0,0,0,0),(124970,23033,571,1,1,0,0,6526.88,3496.72,598.825,0.610865,300,0,0,42,0,0,0,0,0),(124971,23033,571,1,1,0,0,6526.26,3494.05,604.77,3.38594,300,0,0,42,0,0,0,0,0),(124972,23033,571,1,1,0,0,6525,3490.14,608.628,0.663225,300,0,0,42,0,0,0,0,0),(124973,23033,571,1,1,0,0,6482.49,3494.31,598.203,0.523599,300,0,0,42,0,0,0,0,0),(124974,23033,571,1,1,0,0,6483.89,3491.11,606.856,4.55531,300,0,0,42,0,0,0,0,0),(124975,23033,571,1,1,0,0,6485.28,3488.66,608.765,0.174533,300,0,0,42,0,0,0,0,0),(124976,23033,571,1,1,0,0,6496.85,3499.33,597.882,4.24115,300,0,0,42,0,0,0,0,0),(124977,23033,571,1,1,0,0,6497.31,3497.03,603.865,3.9968,300,0,0,42,0,0,0,0,0),(124978,23033,571,1,1,0,0,6498.15,3493.13,608.141,5.86431,300,0,0,42,0,0,0,0,0),(124979,23033,571,1,1,0,0,6459.93,3399.09,598.48,5.5676,300,0,0,42,0,0,0,0,0),(124980,23033,571,1,1,0,0,6462.35,3400.71,604.917,5.18363,300,0,0,42,0,0,0,0,0),(124981,23033,571,1,1,0,0,6464.7,3402.35,608.324,4.79965,300,0,0,42,0,0,0,0,0),(124982,23033,571,1,1,0,0,6446.77,3425.19,601.213,2.9147,300,0,0,42,0,0,0,0,0),(124983,23033,571,1,1,0,0,6451.64,3426.24,607.907,0.349066,300,0,0,42,0,0,0,0,0),(124984,23033,571,1,1,0,0,6454.65,3426.73,609.521,3.80482,300,0,0,42,0,0,0,0,0),(124985,23033,571,1,1,0,0,6455.71,3471.37,598.474,1.06465,300,0,0,42,0,0,0,0,0),(124986,23033,571,1,1,0,0,6458.25,3468.95,606.513,4.4855,300,0,0,42,0,0,0,0,0),(124987,23033,571,1,1,0,0,6460.68,3467.02,608.85,2.42601,300,0,0,42,0,0,0,0,0),(124988,23033,571,1,1,0,0,6511.85,3500.04,597.933,4.46804,300,0,0,42,0,0,0,0,0),(124989,23033,571,1,1,0,0,6511.93,3497.08,604.763,1.13446,300,0,0,42,0,0,0,0,0),(124990,23033,571,1,1,0,0,6511.76,3492.55,609.284,4.45059,300,0,0,42,0,0,0,0,0),(124991,23033,571,1,1,0,0,6475.51,3393.94,608.852,3.1765,300,0,0,42,0,0,0,0,0),(124992,23033,571,1,1,0,0,6472.7,3391.42,604.721,2.82743,300,0,0,42,0,0,0,0,0),(124993,23033,571,1,1,0,0,6471.33,3388.37,598.018,2.3911,300,0,0,42,0,0,0,0,0),(124994,23033,571,1,1,0,0,6551.91,3479.27,598.402,3.52556,300,0,0,42,0,0,0,0,0),(124995,23033,571,1,1,0,0,6549.99,3477.44,604.227,1.48353,300,0,0,42,0,0,0,0,0),(124996,23033,571,1,1,0,0,6547.41,3475.03,608.484,5.67232,300,0,0,42,0,0,0,0,0),(124997,23033,571,1,1,0,0,6540.63,3489.67,597.561,4.71239,300,0,0,42,0,0,0,0,0),(124998,23033,571,1,1,0,0,6539.24,3487.4,603.837,4.92183,300,0,0,42,0,0,0,0,0),(124999,23033,571,1,1,0,0,6537.05,3483.83,608.707,4.20624,300,0,0,42,0,0,0,0,0),(125000,23033,571,1,1,0,0,6448.53,3456.31,599.308,3.75246,300,0,0,42,0,0,0,0,0),(125001,23033,571,1,1,0,0,6451.4,3454.34,606.302,2.58309,300,0,0,42,0,0,0,0,0),(125002,23033,571,1,1,0,0,6453.87,3453.36,608.63,1.23918,300,0,0,42,0,0,0,0,0),(125004,31737,571,1,1,27724,1,7268.57,1507.12,321.349,1.50098,300,0,0,25200,0,0,0,0,0),(125006,32505,571,1,1,25300,1,6973.37,2624.82,400.345,5.4366,300,5,0,12600,0,1,0,0,0),(125007,32505,571,1,1,25300,1,6998.78,2468.91,419.404,5.18118,300,0,0,12600,0,0,0,0,0),(125008,32505,571,1,1,25300,1,6955.33,2554.41,406.268,0.58906,300,0,0,12600,0,0,0,0,0),(125009,32505,571,1,1,25300,1,6987.12,2782.44,410.966,4.52642,300,0,0,12600,0,0,0,0,0),(125010,32505,571,1,1,25300,1,6997.16,2476.59,417.654,5.18118,300,0,0,12600,0,0,0,0,0),(125011,32505,571,1,1,25300,1,6997.08,2554.82,405.196,0.395235,300,0,0,12600,0,0,0,0,0),(125012,32505,571,1,1,25300,1,7037.27,2709.35,404.488,2.58723,300,0,0,12600,0,0,0,0,0),(125013,32505,571,1,1,25300,1,6983.42,2787.78,412.216,5.60929,300,0,0,12600,0,0,0,0,0),(125014,32505,571,1,1,25300,1,6878.15,2796.39,429.124,2.94427,300,0,0,12600,0,0,0,0,0),(125015,32505,571,1,1,25300,1,6998.52,2473.93,418.529,5.18118,300,0,0,12600,0,0,0,0,0),(125016,32505,571,1,1,25300,1,6888.48,2697.03,411.527,1.26784,300,0,0,12600,0,0,0,0,0),(125017,32505,571,1,1,25300,1,6994.51,2553.37,405.196,0.395235,300,0,0,12600,0,0,0,0,0),(125018,32505,571,1,1,25300,1,7045.53,2720.39,405.238,3.10657,300,0,0,12600,0,0,0,0,0),(125019,32505,571,1,1,25300,1,7001.02,2470.49,419.318,5.18118,300,0,0,12600,0,0,0,0,0),(125020,32505,571,1,1,25300,1,6940,2676.74,407.001,4.01833,300,0,0,12600,0,0,0,0,0),(125021,32505,571,1,1,25300,1,6901.7,2433.74,424.406,3.42246,300,0,0,12600,0,0,0,0,0),(125022,32505,571,1,1,25300,1,6935.35,2573.76,406.227,1.30471,300,0,0,12600,0,0,0,0,0),(125023,32505,571,1,1,25300,1,7007.39,2471.07,416.193,5.18118,300,0,0,12600,0,0,0,0,0),(125024,32505,571,1,1,25300,1,6899.02,2432,424.557,3.42246,300,0,0,12600,0,0,0,0,0),(125025,32505,571,1,1,25300,1,6999.96,2466.35,420.227,5.18118,300,0,0,12600,0,0,0,0,0),(125026,32505,571,1,1,25300,1,6940.73,2584.81,404.852,1.30471,300,0,0,12600,0,0,0,0,0),(125027,32505,571,1,1,25300,1,6983.89,2500.4,412.852,1.152,300,0,0,12600,0,0,0,0,0),(125028,32505,571,1,1,25300,1,6883.13,2639.75,410.082,0.037402,300,0,0,12600,0,0,0,0,0),(125029,32505,571,1,1,25300,1,6940.12,2569.96,406.102,1.30471,300,0,0,12600,0,0,0,0,0),(125030,32505,571,1,1,25300,1,6989.91,2515.39,410.977,1.152,300,0,0,12600,0,0,0,0,0),(125031,32250,571,1,1,27851,1,7484.27,2063.88,499.728,4.40205,300,0,0,10080,8814,0,0,0,0),(125032,31738,571,1,1,27671,1,7799.46,1017.09,447.931,1.0766,300,5,0,10080,8814,1,0,0,0),(125033,31738,571,1,1,27671,1,7807,1015.28,448.437,2.35343,300,5,0,10080,8814,1,0,0,0),(125034,31738,571,1,1,27671,1,7726.06,927.75,460.778,3.73647,300,5,0,10080,8814,1,0,0,0),(125035,31738,571,1,1,27671,1,7572.98,795.635,483.621,2.9055,300,5,0,10080,8814,1,0,0,0),(125036,31738,571,1,1,27671,1,7683.3,914.111,481.886,0.389449,300,5,0,10080,8814,1,0,0,0),(125037,31738,571,1,1,27671,1,7668.92,758.399,482.393,5.18746,300,5,0,10080,8814,1,0,0,0),(125038,31738,571,1,1,27671,1,7513.54,702.308,472.591,5.7079,300,5,0,10080,8814,1,0,0,0),(125039,31738,571,1,1,27671,1,7629.67,722.132,483.063,4.9479,300,5,0,10080,8814,1,0,0,0),(125040,31738,571,1,1,27671,1,7536.24,706.597,475.675,2.21284,300,5,0,10080,8814,1,0,0,0),(125041,31738,571,1,1,27671,1,7509.73,782.004,471.223,2.18513,300,5,0,10080,8814,1,0,0,0),(125042,31738,571,1,1,27671,1,7862.84,1194.34,444.377,1.65328,300,5,0,10080,8814,1,0,0,0),(125043,31738,571,1,1,27671,1,7806.42,1153.83,442.156,5.35569,300,5,0,10080,8814,1,0,0,0),(125044,31738,571,1,1,27671,1,7705.84,1085.15,442.849,2.88193,300,5,0,10080,8814,1,0,0,0),(125045,31738,571,1,1,27671,1,7782.61,1056.02,395.633,4.20732,300,5,0,10080,8814,1,0,0,0),(125046,31738,571,1,1,27671,1,7913.61,1142.35,450.16,3.87857,300,5,0,10080,8814,1,0,0,0),(125047,31738,571,1,1,27671,1,7894.6,1102.94,447.725,2.86423,300,5,0,10080,8814,1,0,0,0),(125048,31738,571,1,1,27671,1,7864.68,1042.38,448.501,2.64606,300,5,0,10080,8814,1,0,0,0),(125049,31738,571,1,1,27671,1,7776.12,960.175,447.907,0.394097,300,5,0,10080,8814,1,0,0,0),(125050,31738,571,1,1,27671,1,7827.76,942.536,451.512,3.44328,300,5,0,10080,8814,1,0,0,0),(125051,31738,571,1,1,27671,1,7702.69,978.911,456.439,2.56987,300,5,0,10080,8814,1,0,0,0),(125052,31738,571,1,1,27671,1,7752.2,1063.97,441.972,0.490297,300,5,0,10080,8814,1,0,0,0),(125053,31738,571,1,1,27671,1,7691.06,1052.56,446.526,1.87816,300,5,0,10080,8814,1,0,0,0),(125054,31738,571,1,1,27671,1,7748.66,1133.13,441.957,4.19119,300,5,0,10080,8814,1,0,0,0),(125055,31738,571,1,1,27671,1,7772.47,1178.68,441.259,5.49312,300,5,0,10080,8814,1,0,0,0),(125056,31738,571,1,1,27671,1,7548.86,910.56,483.988,5.97861,300,5,0,10080,8814,1,0,0,0),(125057,31738,571,1,1,27671,1,7784.96,1107.08,395.811,2.66296,300,5,0,10080,8814,1,0,0,0),(125058,31738,571,1,1,27671,1,7851.26,1078.09,395.659,1.36898,300,5,0,10080,8814,1,0,0,0),(125059,31738,571,1,1,27671,1,7681.27,758.543,482.624,4.42115,300,5,0,10080,8814,1,0,0,0),(125060,31738,571,1,1,27671,1,7905.19,1167.67,449.649,1.53757,300,5,0,10080,8814,1,0,0,0),(125061,31738,571,1,1,27671,1,7898.58,1248.14,450.327,5.13301,300,5,0,10080,8814,1,0,0,0),(125062,31738,571,1,1,27671,1,7849.94,1161.97,443.23,3.50682,300,5,0,10080,8814,1,0,0,0),(125063,31738,571,1,1,27671,1,7883.43,1151.86,443.269,3.20928,300,5,0,10080,8814,1,0,0,0),(125064,31738,571,1,1,27671,1,7561.71,960.975,482.244,1.48786,300,5,0,10080,8814,1,0,0,0),(125065,31738,571,1,1,27671,1,7592.43,991.594,483.224,6.08961,300,5,0,10080,8814,1,0,0,0),(125066,31738,571,1,1,27671,1,7752.92,1123.65,441.213,5.49771,300,5,0,10080,8814,1,0,0,0),(125067,31738,571,1,1,27671,1,7724.39,821.333,469.82,3.02515,300,5,0,10080,8814,1,0,0,0),(125068,31738,571,1,1,27671,1,7839.17,1119.59,391.888,1.98858,300,5,0,10080,8814,1,0,0,0),(125069,32250,571,1,1,27851,1,7469.18,2064.37,499.812,0.279253,300,0,0,10080,8814,0,0,0,0),(125070,32507,571,1,1,27808,0,6242.46,2471.94,496.875,5.07891,300,0,0,12600,3994,0,0,0,0),(125071,32507,571,1,1,27809,0,6284.77,2489.81,496.29,5.0091,300,0,0,12600,3994,0,0,0,0),(125072,32507,571,1,1,27808,0,6132.24,2604.86,570.333,1.13446,300,0,0,12600,3994,0,0,0,0),(125073,32507,571,1,1,27809,0,6140.98,2612.51,570.333,3.9968,300,0,0,12600,3994,0,0,0,0),(125074,32507,571,1,1,27809,0,6131.48,2616.41,570.333,5.32325,300,0,0,12600,3994,0,0,0,0),(125075,32507,571,1,1,27808,0,6225.04,2596.24,566.739,2.04395,300,5,0,12600,3994,1,0,0,0),(125076,32507,571,1,1,27809,0,6204.69,2575.04,560.275,5.14473,300,5,0,12600,3994,1,0,0,0),(125077,26110,571,1,1,23556,0,3576.48,6640.39,195.176,1.309,300,0,0,7688,7500,0,0,0,0),(125078,30718,571,1,1,27202,0,7257.71,3891.96,594.534,4.06662,300,0,0,12175,0,0,0,0,0),(125079,30718,571,1,1,26901,0,7245.17,3849.55,594.718,2.3911,300,0,0,12175,0,0,0,0,0),(125080,30718,571,1,1,26902,0,7250.86,3896.9,594.513,4.15388,300,0,0,12175,0,0,0,0,0),(125081,30718,571,1,1,26901,0,7266.6,3884.41,594.537,4.04916,300,0,0,12175,0,0,0,0,0),(125082,30718,571,1,1,27202,0,7210.95,3873.61,593.831,2.58309,300,0,0,12175,0,0,0,0,0),(125083,30718,571,1,1,26902,0,7234.94,3848.64,594.543,0.785398,300,0,0,12175,0,0,0,0,0),(125084,30718,571,1,1,26902,0,7190,3885.46,592.677,5.70723,300,0,0,12175,0,0,0,0,0),(125085,30718,571,1,1,27202,0,7213.48,3872.21,593.985,5.79449,300,0,0,12175,0,0,0,0,0),(125086,30718,571,1,1,26730,0,7226.11,3856.2,594.321,0.890118,300,0,0,12175,0,0,0,0,0),(125087,30718,571,1,1,27202,0,7267.06,3874.65,594.713,2.44346,300,0,0,12175,0,0,0,0,0),(125088,30718,571,1,1,26901,0,7232.8,3898.84,594.184,2.44346,300,0,0,12175,0,0,0,0,0),(125089,30718,571,1,1,26730,0,7197.66,3874.75,592.757,1.0472,300,0,0,12175,0,0,0,0,0),(125090,30718,571,1,1,26901,0,7219.67,3860.85,594.219,0.907571,300,0,0,12175,0,0,0,0,0),(125091,30718,571,1,1,26901,0,7235.08,3896.59,594.299,5.65487,300,0,0,12175,0,0,0,0,0),(125092,30718,571,1,1,26902,0,7252.49,3794.01,606.013,0.872665,300,0,0,12175,0,0,0,0,0),(125093,30718,571,1,1,26902,0,7276.66,3782.57,606.014,2.35619,300,0,0,12175,0,0,0,0,0),(125094,30718,571,1,1,26902,0,7249.46,3806.52,606.113,5.5676,300,0,0,12175,0,0,0,0,0),(125095,30718,571,1,1,27202,0,7269.69,3829.82,606.022,5.60251,300,0,0,12175,0,0,0,0,0),(125096,30718,571,1,1,27202,0,7266.48,3781.62,605.885,0.820305,300,0,0,12175,0,0,0,0,0),(125097,30718,571,1,1,26730,0,7322.9,3873.48,605.97,3.9619,300,0,0,12175,0,0,0,0,0),(125098,30718,571,1,1,27202,0,7316.57,3827.69,605.492,2.42601,300,0,0,12175,0,0,0,0,0),(125099,30718,571,1,1,26730,0,7258.19,3788.98,606.013,0.855211,300,0,0,12175,0,0,0,0,0),(125100,30718,571,1,1,26902,0,7309.92,3874.69,606.116,5.49779,300,0,0,12175,0,0,0,0,0),(125101,30718,571,1,1,26901,0,7296.15,3859.44,606.117,5.5676,300,0,0,12175,0,0,0,0,0),(125102,30718,571,1,1,26902,0,7369.12,3821.18,617.929,3.92699,300,0,0,12175,0,0,0,0,0),(125103,30718,571,1,1,26730,0,7303.22,3867.13,606.117,5.49779,300,0,0,12175,0,0,0,0,0),(125104,30718,571,1,1,27202,0,7438,3741.49,628.599,4.10152,300,0,0,12175,0,0,0,0,0),(125105,30718,571,1,1,26901,0,7418.8,3697.88,628.275,0.959931,300,0,0,12175,0,0,0,0,0),(125106,30718,571,1,1,26902,0,7356.27,3744.04,617.027,0.942478,300,0,0,12175,0,0,0,0,0),(125107,30718,571,1,1,26902,0,7211.24,3910.52,592.88,5.86431,300,0,0,12175,0,0,0,0,0),(125108,32767,571,1,1,27064,0,7303.12,1150.04,487.719,2.74519,300,0,0,25200,0,2,0,0,0),(125109,32767,571,1,1,27064,0,7231.36,1127.4,457.012,5.30503,300,0,0,25200,0,2,0,0,0),(125110,32767,571,1,1,27064,0,7136.04,1308.97,462.175,3.37394,300,0,0,25200,0,2,0,0,0),(125111,32255,571,1,1,27779,1,7008.47,2841.55,420.249,1.04648,300,5,0,12600,3994,1,0,0,0),(125112,32255,571,1,1,27777,1,7014.43,2896.89,432.934,1.39007,300,5,0,12600,3994,1,0,0,0),(125113,32255,571,1,1,27778,1,6990.97,2758.23,407.622,0.478626,300,5,0,12600,3994,1,0,0,0),(125114,32255,571,1,1,27779,1,7163.87,2881.51,412.675,3.23349,300,5,0,12600,3994,1,0,0,0),(125115,32255,571,1,1,27779,1,7312.28,2750.62,398.244,2.96585,300,5,0,12600,3994,1,0,0,0),(125116,32255,571,1,1,27777,1,7324.41,2819.71,402.331,3.96962,300,5,0,12600,3994,1,0,0,0),(125117,32255,571,1,1,27776,1,7321.58,2820.69,402.376,4.01893,300,5,0,12600,3994,1,0,0,0),(125118,32255,571,1,1,27776,1,7326.35,2822.07,402.846,3.9407,300,5,0,12600,3994,1,0,0,0),(125119,32255,571,1,1,27779,1,7322.57,2817.59,402.101,3.72852,300,5,0,12600,3994,1,0,0,0),(125120,32255,571,1,1,27778,1,7327.45,2819.09,402.471,4.04875,300,5,0,12600,3994,1,0,0,0),(125121,32255,571,1,1,27778,1,7325.27,2817.08,402.105,4.05203,300,5,0,12600,3994,1,0,0,0),(125122,32255,571,1,1,27777,1,7323.9,2822.47,402.706,3.79722,300,5,0,12600,3994,1,0,0,0),(125123,32255,571,1,1,27777,1,7306,2885.75,413.445,2.41142,300,5,0,12600,3994,1,0,0,0),(125124,32255,571,1,1,27776,1,7310,2890.22,414.57,2.38738,300,5,0,12600,3994,1,0,0,0),(125125,32255,571,1,1,27779,1,7308.29,2887.39,413.927,2.65853,300,5,0,12600,3994,1,0,0,0),(125126,32255,571,1,1,27777,1,7302,2881.28,412.32,2.57532,300,5,0,12600,3994,1,0,0,0),(125127,32255,571,1,1,27776,1,7445.13,2851.31,423.11,1.62525,300,5,0,12600,3994,1,0,0,0),(125128,32255,571,1,1,27777,1,7445.27,2854.1,423.464,1.75262,300,5,0,12600,3994,1,0,0,0),(125129,32255,571,1,1,27779,1,7385.52,2795.43,405.479,1.3981,300,5,0,12600,3994,1,0,0,0),(125130,32255,571,1,1,27778,1,7146.03,2990.88,441.928,4.79332,300,5,0,12600,3994,1,0,0,0),(125131,32255,571,1,1,27779,1,7412.12,2795.54,407.673,5.11705,300,5,0,12600,3994,1,0,0,0),(125132,32255,571,1,1,27776,1,7414.85,2795.21,408.011,4.87177,300,5,0,12600,3994,1,0,0,0),(125133,32255,571,1,1,27778,1,7414.34,2793.88,407.673,4.87521,300,5,0,12600,3994,1,0,0,0),(125134,32255,571,1,1,27778,1,7413.21,2793,407.673,5.11709,300,5,0,12600,3994,1,0,0,0),(125135,32255,571,1,1,27779,1,7411.8,2792.81,407.46,5.14188,300,5,0,12600,3994,1,0,0,0),(125136,32255,571,1,1,27776,1,7410.47,2793.33,407.333,5.04755,300,5,0,12600,3994,1,0,0,0),(125137,32255,571,1,1,27777,1,7409.6,2794.46,407.335,5.00611,300,5,0,12600,3994,1,0,0,0),(125138,32255,571,1,1,27778,1,7303.55,2737.34,396.725,1.20378,300,5,0,12600,3994,1,0,0,0),(125139,32255,571,1,1,27779,1,7301.66,2739.67,396.725,1.13617,300,5,0,12600,3994,1,0,0,0),(125140,32255,571,1,1,27779,1,7303.08,2740.3,396.725,1.02218,300,5,0,12600,3994,1,0,0,0),(125141,32255,571,1,1,27778,1,7304.63,2740.14,396.85,0.910396,300,5,0,12600,3994,1,0,0,0),(125142,32255,571,1,1,27777,1,7305.88,2739.22,396.725,0.815897,300,5,0,12600,3994,1,0,0,0),(125143,32255,571,1,1,27776,1,7306.51,2737.8,396.725,0.759052,300,5,0,12600,3994,1,0,0,0),(125144,32255,571,1,1,27777,1,7306.35,2736.26,396.725,0.769255,300,5,0,12600,3994,1,0,0,0),(125145,32255,571,1,1,27779,1,7140.07,2990.88,441.82,4.61514,300,5,0,12600,3994,1,0,0,0),(125146,32255,571,1,1,27777,1,7227.01,3007.02,445.655,6.17546,300,5,0,12600,3994,1,0,0,0),(125147,32255,571,1,1,27776,1,7234.9,2958.95,430.102,2.29766,300,5,0,12600,3994,1,0,0,0),(125148,32255,571,1,1,27776,1,7241.97,2963.69,431.744,1.83548,300,5,0,12600,3994,1,0,0,0),(125149,32255,571,1,1,27778,1,7228.26,2952.95,428.087,2.83814,300,5,0,12600,3994,1,0,0,0),(125150,32255,571,1,1,27779,1,7239.39,2962.94,431.352,1.83595,300,5,0,12600,3994,1,0,0,0),(125151,32255,571,1,1,27779,1,7230.42,2954.96,428.705,2.88582,300,5,0,12600,3994,1,0,0,0),(125152,32255,571,1,1,27779,1,7191.9,2925.76,422.855,5.47707,300,5,0,12600,3994,1,0,0,0),(125153,32255,571,1,1,27778,1,7247.45,2803.7,403.53,1.71877,300,5,0,12600,3994,1,0,0,0),(125154,32255,571,1,1,27779,1,7354.48,2804.45,402.691,3.21979,300,5,0,12600,3994,1,0,0,0),(125155,32767,571,1,1,27064,0,7337.71,1577.01,469.03,5.48472,300,0,0,25200,0,2,0,0,0),(125156,32255,571,1,1,27779,1,7378.45,2724.13,399.965,5.42451,300,5,0,12600,3994,1,0,0,0),(125157,32255,571,1,1,27776,1,7226.78,2897.73,415.058,1.09492,300,5,0,12600,3994,1,0,0,0),(125158,32255,571,1,1,27778,1,7237.22,2960.68,430.663,2.22946,300,5,0,12600,3994,1,0,0,0),(125159,32255,571,1,1,27779,1,7232.83,2956.95,429.341,2.03869,300,5,0,12600,3994,1,0,0,0),(125160,32255,571,1,1,27776,1,7321.5,2681,395.906,2.96776,300,5,0,12600,3994,1,0,0,0),(125161,32255,571,1,1,27779,1,7304.62,2883.29,412.909,2.50145,300,5,0,12600,3994,1,0,0,0),(125162,32767,571,1,1,27064,0,7522.52,1410.51,502.643,3.33399,300,0,0,25200,0,2,0,0,0),(125163,32255,571,1,1,27778,1,7389.07,2929.01,435.694,3.54802,300,5,0,12600,3994,1,0,0,0),(125164,32255,571,1,1,27777,1,7106.13,2872.88,417.991,2.66526,300,5,0,12600,3994,1,0,0,0),(125165,32255,571,1,1,27779,1,7295.47,2983.37,436.372,4.07807,300,5,0,12600,3994,1,0,0,0),(202507,33291,571,1,1,0,0,5123.41,-73.1224,347.461,0,120,0,0,12600,3994,0,0,0,0),(125167,32255,571,1,1,27777,1,7364.99,2661.34,394.646,6.05388,300,5,0,12600,3994,1,0,0,0),(125168,32255,571,1,1,27776,1,7366.35,2667.19,394.45,6.05389,300,5,0,12600,3994,1,0,0,0),(125169,32255,571,1,1,27777,1,7367.04,2670.11,394.575,6.05382,300,5,0,12600,3994,1,0,0,0),(125170,32255,571,1,1,27776,1,7363.63,2655.5,394.521,6.05389,300,5,0,12600,3994,1,0,0,0),(125171,32255,571,1,1,27776,1,7364.31,2658.42,394.646,6.05388,300,5,0,12600,3994,1,0,0,0),(125172,32255,571,1,1,27778,1,7362.94,2652.58,394.396,6.05388,300,5,0,12600,3994,1,0,0,0),(125173,32255,571,1,1,27778,1,7365.67,2664.26,394.521,6.05389,300,5,0,12600,3994,1,0,0,0),(125174,32255,571,1,1,27777,1,7445.39,2848.1,422.589,4.23318,300,5,0,12600,3994,1,0,0,0),(125175,32255,571,1,1,27778,1,7445.2,2857.1,424.214,1.49015,300,5,0,12600,3994,1,0,0,0),(125176,32255,571,1,1,27776,1,7254.16,2571.66,393.801,1.13587,300,5,0,12600,3994,1,0,0,0),(125177,32255,571,1,1,27778,1,7184.1,2502.47,403.555,6.2307,300,5,0,12600,3994,1,0,0,0),(125178,32255,571,1,1,27776,1,6981.89,2584.92,402.93,2.131,300,5,0,12600,3994,1,0,0,0),(125179,32255,571,1,1,27777,1,7067.39,2627.74,398.923,0.567734,300,5,0,12600,3994,1,0,0,0),(125180,32255,571,1,1,27779,1,7017.65,2608.36,400.662,2.98916,300,5,0,12600,3994,1,0,0,0),(125181,32255,571,1,1,27778,1,7019.4,2605.95,400.662,3.01118,300,5,0,12600,3994,1,0,0,0),(125182,32255,571,1,1,27779,1,7019.97,2610.04,400.537,2.90156,300,5,0,12600,3994,1,0,0,0),(125183,32255,571,1,1,27778,1,7020.54,2604.06,400.57,2.8412,300,5,0,12600,3994,1,0,0,0),(125184,32255,571,1,1,27776,1,7022.48,2611.91,400.412,2.78684,300,5,0,12600,3994,1,0,0,0),(125185,32255,571,1,1,27776,1,7022.72,2601.8,400.537,2.73565,300,5,0,12600,3994,1,0,0,0),(125186,32255,571,1,1,27777,1,7024.29,2613.49,400.322,3.0299,300,5,0,12600,3994,1,0,0,0),(125187,32255,571,1,1,27777,1,7445.46,2845.1,421.839,5.36866,300,5,0,12600,3994,1,0,0,0),(125188,32255,571,1,1,27779,1,7354.73,2766.95,402.878,1.79288,300,5,0,12600,3994,1,0,0,0),(125189,32255,571,1,1,27777,1,7253.48,2867.6,411.146,6.00182,300,5,0,12600,3994,1,0,0,0),(125190,32255,571,1,1,27779,1,7105.81,2551.89,400.87,2.28645,300,5,0,12600,3994,1,0,0,0),(125191,32255,571,1,1,27779,1,7107.01,2545.75,401.768,3.72662,300,5,0,12600,3994,1,0,0,0),(125192,32255,571,1,1,27779,1,7108.06,2546.9,401.757,3.72426,300,5,0,12600,3994,1,0,0,0),(125193,32255,571,1,1,27779,1,7108.37,2548.41,401.514,3.72177,300,5,0,12600,3994,1,0,0,0),(125194,32255,571,1,1,27779,1,7107.89,2549.88,401.389,3.71892,300,5,0,12600,3994,1,0,0,0),(125195,32255,571,1,1,27778,1,7106.74,2550.93,401.144,3.71357,300,5,0,12600,3994,1,0,0,0),(125197,32255,571,1,1,27779,1,7133.49,2633.56,395.186,1.309,300,0,0,12600,3994,0,0,0,0),(125198,32255,571,1,1,27776,1,7133.08,2631.81,395.07,5.91667,300,0,0,12600,3994,0,0,0,0),(125199,32255,571,1,1,27778,1,7134.73,2634.92,395.16,0.959931,300,0,0,12600,3994,0,0,0,0),(125200,32255,571,1,1,27777,1,7132.25,2629.91,394.977,6.14356,300,0,0,12600,3994,0,0,0,0),(125201,32255,571,1,1,27778,1,7135.96,2636.26,395.139,3.87463,300,0,0,12600,3994,0,0,0,0),(125202,32255,571,1,1,27779,1,7131.49,2627.8,394.786,3.36848,300,0,0,12600,3994,0,0,0,0),(125203,32255,571,1,1,27779,1,7137.81,2638.23,395.109,2.56563,300,0,0,12600,3994,0,0,0,0),(125204,32255,571,1,1,27777,1,7025.76,2789.61,410.292,6.15945,300,5,0,12600,3994,1,0,0,0),(125205,32255,571,1,1,27778,1,7026.13,2792.59,410.542,6.15946,300,5,0,12600,3994,1,0,0,0),(125206,32255,571,1,1,27776,1,7025.39,2786.64,409.792,6.15946,300,5,0,12600,3994,1,0,0,0),(125207,32255,571,1,1,27778,1,7026.5,2795.57,411.167,6.15946,300,5,0,12600,3994,1,0,0,0),(125208,32255,571,1,1,27777,1,7025.01,2783.66,409.417,6.15946,300,5,0,12600,3994,1,0,0,0),(125209,32255,571,1,1,27776,1,7026.87,2798.54,411.542,6.15946,300,5,0,12600,3994,1,0,0,0),(125210,32255,571,1,1,27779,1,7024.64,2780.68,408.667,6.15946,300,5,0,12600,3994,1,0,0,0),(125211,32255,571,1,1,27776,1,7092.25,2889.48,424.038,3.41358,300,5,0,12600,3994,1,0,0,0),(125212,32255,571,1,1,27779,1,7090.55,2956.14,439.403,2.52043,300,5,0,12600,3994,1,0,0,0),(125213,32255,571,1,1,27776,1,7088.81,2953.7,438.903,2.52237,300,5,0,12600,3994,1,0,0,0),(125214,32255,571,1,1,27778,1,7092.3,2958.58,439.903,2.52837,300,5,0,12600,3994,1,0,0,0),(125215,32255,571,1,1,27779,1,7087.06,2951.26,438.653,2.52255,300,5,0,12600,3994,1,0,0,0),(125216,32255,571,1,1,27777,1,7094.05,2961.02,440.278,2.52309,300,5,0,12600,3994,1,0,0,0),(125217,32255,571,1,1,27776,1,7085.32,2948.82,438.153,2.52428,300,5,0,12600,3994,1,0,0,0),(125218,32255,571,1,1,27779,1,7095.79,2963.46,440.653,2.5237,300,5,0,12600,3994,1,0,0,0),(125219,32255,571,1,1,27777,1,7102.63,2956.51,438.121,0.124454,300,5,0,12600,3994,1,0,0,0),(125220,32255,571,1,1,27776,1,7025.31,2977.78,447.827,1.44794,300,5,0,12600,3994,1,0,0,0),(125221,32255,571,1,1,27777,1,7293.95,2554.33,393.144,6.07477,300,5,0,12600,3994,1,0,0,0),(125222,32255,571,1,1,27779,1,7283.21,2499.78,396.1,0.217829,300,5,0,12600,3994,1,0,0,0),(125223,32255,571,1,1,27779,1,7282.48,2502.58,396.262,0.132036,300,5,0,12600,3994,1,0,0,0),(125224,32255,571,1,1,27777,1,7283.63,2496.9,395.988,0.250658,300,5,0,12600,3994,1,0,0,0),(125225,32255,571,1,1,27779,1,7281.66,2505.37,396.396,0.13804,300,5,0,12600,3994,1,0,0,0),(125226,32255,571,1,1,27777,1,7284.05,2494.03,395.761,0.012721,300,5,0,12600,3994,1,0,0,0),(125227,32255,571,1,1,27778,1,7285.15,2490.99,395.6,0.136464,300,5,0,12600,3994,1,0,0,0),(125228,32255,571,1,1,27777,1,7281.27,2508.56,396.513,0.264184,300,5,0,12600,3994,1,0,0,0),(125229,32255,571,1,1,27777,1,7082.16,2457.1,417.341,1.05516,300,5,0,12600,3994,1,0,0,0),(125230,32255,571,1,1,27778,1,7046.45,2572.78,402.581,1.4281,300,5,0,12600,3994,1,0,0,0),(125231,32255,571,1,1,27777,1,7019.71,2583.17,401.745,3.14952,300,5,0,12600,3994,1,0,0,0),(125232,32255,571,1,1,27778,1,7075.12,2798.32,408.76,5.0045,300,5,0,12600,3994,1,0,0,0),(125233,32255,571,1,1,27776,1,7051.25,2757.65,406.856,1.31946,300,5,0,12600,3994,1,0,0,0),(125234,32255,571,1,1,27778,1,7445.14,2860.1,425.089,1.59215,300,5,0,12600,3994,1,0,0,0),(125235,32255,571,1,1,27776,1,7321.41,2927.92,424.494,4.32263,300,5,0,12600,3994,1,0,0,0),(125236,32255,571,1,1,27777,1,7300,2879.04,411.584,2.42188,300,5,0,12600,3994,1,0,0,0),(125237,32255,571,1,1,27776,1,7314.99,2886.24,413.945,2.41156,300,5,0,12600,3994,1,0,0,0),(125238,32255,571,1,1,27779,1,7143.05,2990.88,441.744,4.72118,300,5,0,12600,3994,1,0,0,0),(125239,32255,571,1,1,27776,1,7149,2990.94,441.943,4.9065,300,5,0,12600,3994,1,0,0,0),(125240,32255,571,1,1,27779,1,7137.96,2993.87,442.616,4.43946,300,5,0,12600,3994,1,0,0,0),(125242,32255,571,1,1,27777,1,7134.19,2991.26,441.466,4.50039,300,5,0,12600,3994,1,0,0,0),(125243,32255,571,1,1,27777,1,7483.81,2809.36,417.138,4.63614,300,5,0,12600,3994,1,0,0,0),(125244,32255,571,1,1,27779,1,7407.92,2690.32,402.541,1.61321,300,5,0,12600,3994,1,0,0,0),(125245,32255,571,1,1,27779,1,7410.95,2624.44,401.45,5.09199,300,5,0,12600,3994,1,0,0,0),(125246,32255,571,1,1,27776,1,7097.54,2854.49,415.78,4.30686,300,5,0,12600,3994,1,0,0,0),(125247,32255,571,1,1,27779,1,7336.42,2517.71,393.36,0.752343,300,5,0,12600,3994,1,0,0,0),(125248,32255,571,1,1,27776,1,7363.94,2538.26,392.312,2.44458,300,5,0,12600,3994,1,0,0,0),(125249,32255,571,1,1,27776,1,7366.24,2536.33,392.312,2.44451,300,5,0,12600,3994,1,0,0,0),(125250,32255,571,1,1,27779,1,7368.54,2534.41,392.225,2.44454,300,5,0,12600,3994,1,0,0,0),(125251,32255,571,1,1,27777,1,7370.84,2532.48,392.274,2.44454,300,5,0,12600,3994,1,0,0,0),(125252,32255,571,1,1,27776,1,7373.14,2530.56,392.274,2.44452,300,5,0,12600,3994,1,0,0,0),(125253,32255,571,1,1,27776,1,7375.44,2528.63,392.149,2.44452,300,5,0,12600,3994,1,0,0,0),(125254,32255,571,1,1,27777,1,7377.74,2526.7,392.149,2.44452,300,5,0,12600,3994,1,0,0,0),(125255,32255,571,1,1,27779,1,7392.04,2557.3,391.95,3.95946,300,5,0,12600,3994,1,0,0,0),(125256,32255,571,1,1,27776,1,7351.59,2616.82,393.79,4.58736,300,5,0,12600,3994,1,0,0,0),(125257,32255,571,1,1,27779,1,7361.87,2539.94,392.295,4.70232,300,5,0,12600,3994,1,0,0,0),(125258,32255,571,1,1,27776,1,7344.5,2581.61,392.231,0.777648,300,5,0,12600,3994,1,0,0,0),(125259,32255,571,1,1,27778,1,7341.5,2581.63,391.606,0.77776,300,5,0,12600,3994,1,0,0,0),(125260,32255,571,1,1,27778,1,7344.47,2578.61,392.106,0.777774,300,5,0,12600,3994,1,0,0,0),(125261,32255,571,1,1,27779,1,7338.5,2581.65,391.481,0.777806,300,5,0,12600,3994,1,0,0,0),(125262,32255,571,1,1,27777,1,7344.45,2575.61,391.981,0.777754,300,5,0,12600,3994,1,0,0,0),(125263,32255,571,1,1,27777,1,7335.5,2581.68,391.481,0.778045,300,5,0,12600,3994,1,0,0,0),(125264,32255,571,1,1,27779,1,7344.43,2572.61,391.731,0.775862,300,5,0,12600,3994,1,0,0,0),(125265,32255,571,1,1,27779,1,7318.12,2651.18,393.445,0.692651,300,5,0,12600,3994,1,0,0,0),(125266,32255,571,1,1,27778,1,7286.68,2683.52,395.913,0.844502,300,5,0,12600,3994,1,0,0,0),(125267,32255,571,1,1,27779,1,7279.08,2601.24,394.302,1.21402,300,5,0,12600,3994,1,0,0,0),(125268,32255,571,1,1,27778,1,7276.71,2625.61,393.884,1.97222,300,0,0,12600,3994,0,0,0,0),(125269,32255,571,1,1,27776,1,7277.12,2627.4,393.877,0.383972,300,0,0,12600,3994,0,0,0,0),(125270,32255,571,1,1,27778,1,7277.9,2629.64,393.892,0.523599,300,0,0,12600,3994,0,0,0,0),(125271,32255,571,1,1,27779,1,7278.78,2631.09,393.946,5.3058,300,0,0,12600,3994,0,0,0,0),(125272,32255,571,1,1,27776,1,7279.56,2632.46,393.975,2.07694,300,0,0,12600,3994,0,0,0,0),(125273,32255,571,1,1,27776,1,7280.1,2633.38,394.003,0.959931,300,0,0,12600,3994,0,0,0,0),(125274,32255,571,1,1,27777,1,7280.46,2634.72,394.04,3.36848,300,0,0,12600,3994,0,0,0,0),(125275,32255,571,1,1,27776,1,7119.06,2813.68,409.094,4.30409,300,5,0,12600,3994,1,0,0,0),(125276,32255,571,1,1,27776,1,7112.48,2678.02,396.254,0.892849,300,5,0,12600,3994,1,0,0,0),(125277,32255,571,1,1,27777,1,7166.53,2713,398.709,2.48149,300,5,0,12600,3994,1,0,0,0),(125278,32255,571,1,1,27779,1,7165.01,2710.6,398.584,2.57591,300,5,0,12600,3994,1,0,0,0),(125279,32255,571,1,1,27776,1,7168.44,2715.17,398.644,2.52262,300,5,0,12600,3994,1,0,0,0),(125280,32255,571,1,1,27779,1,7162.85,2708.26,398.459,2.48726,300,5,0,12600,3994,1,0,0,0),(125281,32255,571,1,1,27777,1,7170.2,2717.73,398.551,2.38463,300,5,0,12600,3994,1,0,0,0),(125282,32255,571,1,1,27778,1,7161.72,2705.82,398.23,2.32472,300,5,0,12600,3994,1,0,0,0),(125283,32255,571,1,1,27776,1,7172.16,2719.87,398.282,2.48989,300,5,0,12600,3994,1,0,0,0),(125284,32255,571,1,1,27778,1,7246.45,2643.55,393.239,0.019009,300,5,0,12600,3994,1,0,0,0),(125285,32255,571,1,1,27778,1,7224.99,2598.86,393.706,6.15976,300,5,0,12600,3994,1,0,0,0),(125286,32255,571,1,1,27776,1,7224.7,2601.65,393.546,5.92383,300,5,0,12600,3994,1,0,0,0),(125287,32255,571,1,1,27779,1,7224.02,2596.22,393.668,6.07768,300,5,0,12600,3994,1,0,0,0),(125288,32255,571,1,1,27779,1,7225.73,2604.81,393.584,5.90024,300,5,0,12600,3994,1,0,0,0),(125289,32255,571,1,1,27778,1,7224.25,2592.91,393.706,6.2073,300,5,0,12600,3994,1,0,0,0),(125290,32255,571,1,1,27779,1,7225.53,2607.63,393.423,5.96133,300,5,0,12600,3994,1,0,0,0),(125291,32255,571,1,1,27778,1,7223.37,2590.22,393.706,6.00286,300,5,0,12600,3994,1,0,0,0),(125292,32255,571,1,1,27778,1,7261.17,2705.63,395.334,5.47017,300,5,0,12600,3994,1,0,0,0),(125293,32255,571,1,1,27779,1,7226.22,2669.04,393.839,5.78694,300,5,0,12600,3994,1,0,0,0),(125294,32255,571,1,1,27777,1,7223.58,2670.47,393.714,5.82304,300,5,0,12600,3994,1,0,0,0),(125295,32255,571,1,1,27776,1,7220.94,2671.89,393.714,5.28489,300,5,0,12600,3994,1,0,0,0),(125296,32255,571,1,1,27776,1,7218.31,2673.32,393.714,4.53999,300,5,0,12600,3994,1,0,0,0),(125297,32255,571,1,1,27779,1,7215.67,2674.75,393.839,4.08969,300,5,0,12600,3994,1,0,0,0),(125298,32255,571,1,1,27778,1,7225.31,2736.39,398.327,2.0601,300,5,0,12600,3994,1,0,0,0),(125299,32255,571,1,1,27776,1,7225.04,2733.58,398.169,1.80352,300,5,0,12600,3994,1,0,0,0),(125300,32255,571,1,1,27776,1,7228.18,2735.52,398.202,1.81928,300,5,0,12600,3994,1,0,0,0),(125301,32255,571,1,1,27778,1,7223.79,2730.57,397.803,2.06963,300,5,0,12600,3994,1,0,0,0),(125302,32255,571,1,1,27778,1,7231.04,2733.99,397.916,2.19524,300,5,0,12600,3994,1,0,0,0),(125303,32255,571,1,1,27776,1,7222.69,2727.78,397.571,1.84478,300,5,0,12600,3994,1,0,0,0),(125304,32255,571,1,1,27776,1,7233.92,2733.77,397.768,1.99444,300,5,0,12600,3994,1,0,0,0),(125305,32255,571,1,1,27778,1,7169.97,2807.18,405.048,1.35096,300,5,0,12600,3994,1,0,0,0),(125306,32255,571,1,1,27776,1,7167.16,2807.23,405.071,1.19997,300,5,0,12600,3994,1,0,0,0),(125307,32255,571,1,1,27777,1,7172.04,2806.68,405.037,1.35638,300,5,0,12600,3994,1,0,0,0),(125308,32255,571,1,1,27778,1,7164.47,2807.8,405.176,1.23578,300,5,0,12600,3994,1,0,0,0),(125309,32255,571,1,1,27777,1,7175.22,2805.4,404.694,1.19886,300,5,0,12600,3994,1,0,0,0),(125310,32255,571,1,1,27776,1,7161.29,2808.61,405.243,1.44814,300,5,0,12600,3994,1,0,0,0),(125311,32255,571,1,1,27777,1,7178.75,2805.22,404.673,1.37203,300,5,0,12600,3994,1,0,0,0),(125312,32255,571,1,1,27778,1,7183.32,2782.16,402.811,1.64179,300,5,0,12600,3994,1,0,0,0),(125313,32255,571,1,1,27778,1,7122.46,2779.22,406.409,1.07128,300,5,0,12600,3994,1,0,0,0),(125314,32255,571,1,1,27779,1,7115.88,2771.66,405.255,1.0674,300,5,0,12600,3994,1,0,0,0),(125315,32255,571,1,1,27779,1,7119.61,2769.63,404.767,1.0674,300,5,0,12600,3994,1,0,0,0),(125316,32255,571,1,1,27776,1,7113,2770.81,405.466,1.06661,300,5,0,12600,3994,1,0,0,0),(125317,32255,571,1,1,27778,1,7123.03,2759.66,403.98,5.24168,300,5,0,12600,3994,1,0,0,0),(125318,32255,571,1,1,27779,1,7123.91,2755.77,403.651,0.094084,300,5,0,12600,3994,1,0,0,0),(125319,32255,571,1,1,27777,1,7127.56,2757.61,403.796,5.24161,300,5,0,12600,3994,1,0,0,0),(125320,32255,571,1,1,27779,1,7151.79,2767.75,404.148,5.3512,300,5,0,12600,3994,1,0,0,0),(125321,32255,571,1,1,27776,1,7083.72,2703.02,399.476,6.03439,300,5,0,12600,3994,1,0,0,0),(125322,32255,571,1,1,27776,1,7082.33,2702.62,399.608,1.01656,300,5,0,12600,3994,1,0,0,0),(125323,32255,571,1,1,27777,1,7082.77,2704.09,399.979,1.01662,300,5,0,12600,3994,1,0,0,0),(125324,32255,571,1,1,27779,1,7082.4,2705.58,400.184,1.01577,300,5,0,12600,3994,1,0,0,0),(125325,32255,571,1,1,27778,1,7081.33,2706.72,400.462,1.01652,300,5,0,12600,3994,1,0,0,0),(125326,32255,571,1,1,27778,1,7079.84,2707.16,400.684,1.01563,300,5,0,12600,3994,1,0,0,0),(125327,32255,571,1,1,27776,1,7078.35,2706.84,400.608,1.0166,300,5,0,12600,3994,1,0,0,0),(125328,32255,571,1,1,27779,1,7360.17,2889.58,417.179,3.06856,300,5,0,12600,3994,1,0,0,0),(202506,33291,571,1,1,0,0,5123.34,-60.047,347.426,0,120,0,0,12600,3994,0,0,0,0),(125331,32255,571,1,1,27778,1,7057.8,2649.39,397.863,3.12123,300,5,0,12600,3994,1,0,0,0),(125332,32255,571,1,1,27778,1,7025.39,2681.98,403.124,4.47016,300,5,0,12600,3994,1,0,0,0),(125333,32255,571,1,1,27779,1,7283.46,2771.67,399.384,1.64697,300,5,0,12600,3994,1,0,0,0),(125334,32255,571,1,1,27777,1,7213.03,2676.18,394.214,3.8769,300,5,0,12600,3994,1,0,0,0),(125335,32255,571,1,1,27778,1,7210.39,2677.61,394.589,3.76262,300,5,0,12600,3994,1,0,0,0),(125336,32255,571,1,1,27779,1,7321.9,2447.82,395.248,2.08425,300,5,0,12600,3994,1,0,0,0),(125337,32255,571,1,1,27779,1,7238.03,2838.38,405.493,2.09427,300,5,0,12600,3994,1,0,0,0),(125338,32255,571,1,1,27777,1,7154.92,2488.12,406.596,2.15009,300,5,0,12600,3994,1,0,0,0),(125339,32255,571,1,1,27777,1,7046.15,2875.46,423.875,2.89093,300,5,0,12600,3994,1,0,0,0),(125340,32255,571,1,1,27776,1,7445.52,2842.1,419.839,4.23308,300,5,0,12600,3994,1,0,0,0),(125341,32255,571,1,1,27778,1,7191.88,2506.65,402.93,5.9884,300,5,0,12600,3994,1,0,0,0),(125342,32255,571,1,1,27778,1,7190.85,2508.61,402.652,5.87036,300,5,0,12600,3994,1,0,0,0),(125343,32255,571,1,1,27778,1,7149.82,2554.8,399.765,3.21687,300,5,0,12600,3994,1,0,0,0),(125344,32255,571,1,1,27778,1,7158.99,2578.75,395.477,5.73772,300,5,0,12600,3994,1,0,0,0),(125345,32255,571,1,1,27778,1,7172.42,2643.91,394.753,4.42188,300,5,0,12600,3994,1,0,0,0),(125346,32255,571,1,1,27779,1,7189.23,2505.24,403.055,5.87523,300,5,0,12600,3994,1,0,0,0),(125347,32255,571,1,1,27779,1,7187.64,2514.59,401.555,1.49263,300,5,0,12600,3994,1,0,0,0),(125348,32255,571,1,1,27776,1,7186.58,2503.83,403.43,5.92662,300,5,0,12600,3994,1,0,0,0),(125349,32255,571,1,1,27777,1,7188.97,2511.75,402.103,6.23209,300,5,0,12600,3994,1,0,0,0),(125350,32255,571,1,1,27776,1,7341.37,2469.06,390.015,2.8288,300,5,0,12600,3994,1,0,0,0),(125351,32255,571,1,1,27778,1,7440.61,2876.5,430.116,5.51767,300,5,0,12600,3994,1,0,0,0),(125352,32255,571,1,1,27779,1,7400.94,2835.66,412.663,6.0375,300,5,0,12600,3994,1,0,0,0),(125353,25361,571,1,1,23150,0,2814.16,6061.07,75.763,5.32325,300,0,0,7984,0,0,0,0,0),(125354,25361,571,1,1,23151,0,2802.82,6067.97,75.763,4.83456,300,0,0,7984,0,0,0,0,0),(125355,25361,571,1,1,23150,0,2816.4,6074.07,75.6802,5.13311,300,0,0,7984,0,0,0,0,0),(125356,25361,571,1,1,23152,0,2818.06,6063.47,75.763,4.59022,300,0,0,7984,0,0,0,0,0),(125357,25361,571,1,1,23151,0,2802,6063.03,75.8047,1.11856,300,0,0,7984,0,0,0,0,0),(125358,25361,571,1,1,23147,0,2826.38,6069.43,75.763,1.29154,300,0,0,7984,0,0,0,0,0),(125359,25361,571,1,1,23151,0,2832.08,6071.49,75.763,5.8294,300,0,0,7984,0,0,0,0,0),(125360,25361,571,1,1,23152,0,2811.55,6069.12,75.763,5.044,300,0,0,7984,0,0,0,0,0),(125361,25361,571,1,1,23152,0,2824.75,6062.34,75.763,2.21657,300,0,0,7984,0,0,0,0,0),(125362,25361,571,1,1,23150,0,2821.04,6073.08,75.763,3.68265,300,0,0,7984,0,0,0,0,0),(125363,25361,571,1,1,23150,0,2808.3,6062.51,75.763,5.46288,300,0,0,7984,0,0,0,0,0),(125364,25361,571,1,1,23151,0,2819.62,6060.04,75.68,4.10817,300,0,0,7984,0,0,0,0,0),(125365,25362,571,1,1,16356,0,2810.57,6059.7,75.8047,3.99748,300,0,0,102,0,0,0,0,0),(125366,25362,571,1,1,16356,0,2814.86,6062.89,75.8047,3.83491,300,0,0,102,0,0,0,0,0),(125367,25362,571,1,1,16356,0,2811.14,6065.41,75.8047,3.94498,300,0,0,102,0,0,0,0,0),(125368,25362,571,1,1,16356,0,2797.22,6065.3,75.8047,3.14568,300,5,0,102,0,1,0,0,0),(125369,25362,571,1,1,23148,0,2796.95,6061.68,75.8047,1.92221,300,5,0,102,0,1,0,0,0),(125370,25362,571,1,1,23148,0,2807.34,6060.82,75.8047,4.00406,300,0,0,102,0,0,0,0,0),(125371,25362,571,1,1,16356,0,2806.04,6065.84,75.8047,4.60197,300,0,0,102,0,0,0,0,0),(125372,25362,571,1,1,16358,0,2829.03,6065.53,75.8047,3.9,300,5,0,102,0,1,0,0,0),(125373,25362,571,1,1,23148,0,2813.35,6072.84,75.8047,5.26228,300,0,0,102,0,0,0,0,0),(125374,25362,571,1,1,16358,0,2824.63,6071.82,75.8047,3.29277,300,5,0,102,0,1,0,0,0),(125375,25362,571,1,1,16358,0,2824.39,6064.06,75.8047,3.33283,300,5,0,102,0,1,0,0,0),(125376,25362,571,1,1,16356,0,2823.68,6068.84,75.8047,6.07307,300,5,0,102,0,1,0,0,0),(125377,25362,571,1,1,16356,0,2819.9,6057.36,75.9297,4.52821,300,5,0,102,0,1,0,0,0),(125378,25362,571,1,1,23148,0,2814.25,6063.99,75.8047,6.16466,300,5,0,102,0,1,0,0,0),(125379,25362,571,1,1,23148,0,2813.82,6071.64,75.8047,4.41679,300,5,0,102,0,1,0,0,0),(125381,25362,571,1,1,16358,0,2802.37,6060.55,75.8047,4.49413,300,5,0,102,0,1,0,0,0),(125382,25362,571,1,1,16356,0,2812.32,6057.14,76.5547,6.23258,300,5,0,102,0,1,0,0,0),(125384,25379,571,1,1,23167,0,2805.71,6050.89,77.3308,1.11701,300,0,0,8982,0,0,0,0,0),(125385,27432,571,1,1,23037,1,2749.05,6136.27,77.8881,3.75246,300,0,0,3728,0,0,0,0,0),(125386,27432,571,1,1,23039,1,2744.3,6134.8,77.6573,3.05433,300,0,0,3728,0,0,0,0,0),(125387,27432,571,1,1,23038,1,2743.26,6134.88,77.6359,2.93215,300,0,0,3728,0,0,0,0,0),(125388,27432,571,1,1,23038,1,2749.89,6145.59,77.8226,1.78024,300,0,0,3728,0,0,0,0,0),(125389,27432,571,1,1,23037,1,2745.25,6143.5,77.801,2.68781,300,0,0,3728,0,0,0,0,0),(125390,27432,571,1,1,23039,1,2746.13,6140,77.7141,2.9147,300,0,0,3728,0,0,0,0,0),(125391,27432,571,1,1,23038,1,2743.01,6154.06,77.7848,5.75266,300,0,0,3728,0,0,0,0,0),(125392,27440,571,1,1,24638,0,2808.5,6147.33,85.1066,0.034907,300,0,0,7984,0,0,0,0,0),(125393,29233,571,1,1,26063,0,2809.35,6169.41,104.993,3.57792,300,0,0,7380,0,0,0,0,0),(125394,27441,571,1,1,24639,0,2812.29,6148.29,85.2123,3.40339,300,0,0,7984,0,0,0,0,0),(125395,25394,571,1,1,23176,0,2781.9,6080.58,77.7719,0.034907,300,0,0,9291,0,0,0,0,0),(125396,32565,571,1,1,28059,0,2834.31,6183.17,104.294,0.785398,300,0,0,9610,0,0,0,0,0),(125397,26938,571,1,1,24180,0,2808.65,6205.53,105.02,1.64061,300,0,0,7984,0,0,0,0,0),(125398,25402,571,1,1,18657,0,2657.13,6171.35,38.9543,4.81711,90,0,0,8982,0,0,0,0,0),(125399,25403,571,1,1,18657,0,2716.02,6020.79,31.2899,1.58825,90,0,0,8982,0,0,0,0,0),(125400,25404,571,1,1,18657,0,2877.96,6276.01,60.9446,5.44543,90,0,0,8982,0,0,0,0,0),(125401,25405,571,1,1,18657,0,2962.16,6187.47,62.0957,1.85005,90,0,0,8982,0,0,0,0,0),(125402,26941,571,1,1,24183,1,2799.13,6187.77,105.088,2.9147,300,0,0,7984,0,0,0,0,0),(125403,26945,571,1,1,24185,0,2819,6158.25,104.998,3.26377,300,0,0,7984,0,0,0,0,0),(125404,31563,571,1,1,23019,1,2823.11,6216.4,85.8268,5.74213,300,0,0,42540,0,0,0,0,0),(125406,31563,571,1,1,23017,1,2882.79,6210.21,105.548,4.5204,300,0,0,42540,0,2,0,0,0),(125407,31563,571,1,1,23018,1,2865.54,6169.27,85.8269,3.59538,300,0,0,42540,0,0,0,0,0),(125421,25426,571,1,1,14589,0,2807.42,6050.56,77.326,1.48353,300,0,0,102,0,0,0,0,0),(125422,26968,571,1,1,24192,0,2853.38,6154.71,105.027,5.79449,300,0,0,7984,0,0,0,0,0),(125423,26969,571,1,1,24194,0,2842.94,6170.93,104.895,1.11701,300,0,0,7984,0,0,0,0,0),(125424,26972,571,1,1,24197,1,2818.32,6151.04,85.4053,3.1765,300,0,0,7984,0,0,0,0,0),(125425,26974,571,1,1,24212,1,2836.99,6148.09,105.088,4.76475,300,0,0,7984,0,0,0,0,0),(125426,26975,571,1,1,24214,1,2813.49,6163.41,105.04,3.94444,300,0,0,7984,0,0,0,0,0),(125427,26976,571,1,1,24215,1,2853.53,6116,83.5814,0.069813,300,0,0,7984,0,0,0,0,0),(125428,26977,571,1,1,24216,0,2823.59,6192.59,104.888,0.10472,300,0,0,7984,0,0,0,0,0),(125429,26980,571,1,1,24218,0,2824.46,6199.23,104.922,5.72468,300,0,0,7984,0,0,0,0,0),(125430,26981,571,1,1,24219,1,2772.04,6222.61,83.4657,5.14872,300,0,0,7984,0,0,0,0,0),(125431,26982,571,1,1,24220,0,2847.77,6170.94,104.921,1.98968,300,0,0,7984,0,0,0,0,0),(125432,25446,571,1,1,23201,1,2729.24,6082.68,73.7073,3.36848,300,0,0,85080,71220,0,0,0,0),(125433,25459,571,1,1,23210,0,2757.78,6133.22,208.834,2.75762,300,0,0,4731,2790,0,0,0,0),(125434,25978,571,1,1,23488,0,2799.66,6166.97,85.3135,3.97935,300,0,0,8982,0,0,0,0,0),(125435,32647,571,1,1,19283,0,2798.49,6259.64,208.948,3.66519,300,5,0,2215,0,1,0,0,0),(125436,32647,571,1,1,19283,0,2811.62,6245.31,208.933,3.71755,300,5,0,2215,0,1,0,0,0),(125437,32647,571,1,1,19283,0,2902.11,6088.27,208.84,1.20428,300,5,0,2215,0,1,0,0,0),(125438,32647,571,1,1,19283,0,2764.1,6238.67,208.923,0.610865,300,5,0,2215,0,1,0,0,0),(125439,32647,571,1,1,19283,0,2794.1,6264.13,208.961,3.97935,300,5,0,2215,0,1,0,0,0),(125440,32647,571,1,1,19283,0,2768.5,6234.17,208.936,0.872665,300,5,0,2215,0,1,0,0,0),(125441,32647,571,1,1,19283,0,2781.1,6221.1,208.989,1.16937,300,5,0,2215,0,1,0,0,0),(125442,32647,571,1,1,19283,0,2807.2,6249.82,208.945,3.78736,300,5,0,2215,0,1,0,0,0),(125443,32647,571,1,1,19283,0,2929.89,6109.85,208.834,2.80998,300,5,0,2215,0,1,0,0,0),(125444,32647,571,1,1,19283,0,2776.71,6225.66,208.978,2.32129,300,5,0,2215,0,1,0,0,0),(125445,32647,571,1,1,19283,0,2929.97,6116.13,208.834,3.59538,300,5,0,2215,0,1,0,0,0),(125446,32647,571,1,1,19283,0,2907.27,6087.87,208.836,1.93731,300,5,0,2215,0,1,0,0,0),(125447,25237,571,1,1,23006,1,2838.32,6187.36,84.6827,3.82227,300,0,0,898200,0,0,0,0,0),(125448,25242,571,1,1,23007,1,2928.68,6115.72,208.834,0.436332,300,0,0,42540,0,0,0,0,0),(125449,25242,571,1,1,23017,1,2928.65,6110.42,208.834,5.65487,300,0,0,42540,0,0,0,0,0),(125450,25242,571,1,1,23007,1,2806.24,6249.03,209.014,0.680678,300,0,0,42540,0,0,0,0,0),(125451,25242,571,1,1,23019,1,2777.93,6226.85,209.091,3.80482,300,0,0,42540,0,0,0,0,0),(125452,25242,571,1,1,23018,1,2810.56,6244.37,209.012,0.680678,300,0,0,42540,0,0,0,0,0),(125453,25242,571,1,1,23007,1,2782.28,6222.28,209.115,3.83972,300,0,0,42540,0,0,0,0,0),(125454,25242,571,1,1,23007,1,2832.92,6175.12,122.04,3.47321,300,0,0,42540,0,0,0,0,0),(125455,25242,571,1,1,23018,1,2826.61,6182.38,122.04,4.2237,300,0,0,42540,0,0,0,0,0),(125456,25242,571,1,1,23007,1,2755.75,6095,77.9291,3.78736,300,0,0,42540,0,0,0,0,0),(125457,25242,571,1,1,23018,1,2764.95,6092.48,78.4058,4.60767,300,0,0,42540,0,0,0,0,0),(125458,25242,571,1,1,23019,1,2851.06,6177.87,104.893,1.71042,300,0,0,42540,0,0,0,0,0),(125459,25242,571,1,1,23007,1,2862.94,6180.29,104.92,1.8675,300,0,0,42540,0,0,0,0,0),(125460,25242,571,1,1,23018,1,2776.58,6073.48,77.634,4.31096,300,0,0,42540,0,0,0,0,0),(125461,25242,571,1,1,23017,1,2782.31,6070.92,77.4794,4.2586,300,0,0,42540,0,0,0,0,0),(125462,25242,571,1,1,23007,1,2849.86,6068.1,77.2149,0.775217,300,5,0,42540,0,1,0,0,0),(125463,25242,571,1,1,23018,1,2846,6064.24,77.2449,0.782414,300,5,0,42540,0,1,0,0,0),(125464,25242,571,1,1,23018,1,2815.71,6162.08,85.5752,3.92699,300,0,0,42540,0,0,0,0,0),(125465,25242,571,1,1,23018,1,2811.91,6166.64,85.5835,3.92699,300,0,0,42540,0,0,0,0,0),(125466,25242,571,1,1,23018,1,2913.33,6261.26,208.834,3.90954,300,0,0,42540,0,0,0,0,0),(125467,25242,571,1,1,23007,1,2918.92,6254.75,208.834,3.83972,300,0,0,42540,0,0,0,0,0),(125468,25242,571,1,1,23007,1,2711.15,6157.31,72.9262,2.46091,300,0,0,42540,0,0,0,0,0),(125469,25242,571,1,1,23019,1,2765.7,6240.15,209.061,3.57792,300,0,0,42540,0,0,0,0,0),(125470,25242,571,1,1,23017,1,2770.15,6235.44,209.067,3.71755,300,0,0,42540,0,0,0,0,0),(125471,25242,571,1,1,23017,1,2793.19,6263.28,209.041,0.645772,300,0,0,42540,0,0,0,0,0),(125472,25242,571,1,1,23007,1,2834.7,6212.27,104.917,5.98648,300,0,0,42540,0,0,0,0,0),(125473,25242,571,1,1,23019,1,2830.06,6200.01,104.893,6.17846,300,0,0,42540,0,0,0,0,0),(125474,25242,571,1,1,23018,1,2870.47,6240,208.832,5.53269,300,0,0,42540,0,0,0,0,0),(125475,25242,571,1,1,23019,1,2893.51,6213.88,208.832,2.44346,300,0,0,42540,0,0,0,0,0),(125476,25242,571,1,1,23018,1,2740.66,6112.43,78.2283,3.85718,300,0,0,42540,0,0,0,0,0),(125477,25242,571,1,1,23019,1,2738.5,6120.8,78.4349,3.24631,300,0,0,42540,0,0,0,0,0),(125478,25242,571,1,1,23017,1,2905.96,6081.71,77.3045,0.069813,300,0,0,42540,0,0,0,0,0),(125479,25242,571,1,1,23018,1,2895.33,6080.71,77.2887,3.29867,300,0,0,42540,0,0,0,0,0),(125480,25242,571,1,1,23007,1,2865.94,6218.56,208.815,0.523599,300,0,0,42540,0,0,0,0,0),(125481,25242,571,1,1,23019,1,2873.11,6210.19,208.814,0.820305,300,0,0,42540,0,0,0,0,0),(125482,25242,571,1,1,23019,1,2787.19,6150.31,84.6868,0.663225,300,0,0,42540,0,0,0,0,0),(125483,25242,571,1,1,23017,1,2796.32,6141.74,84.7155,0.855211,300,0,0,42540,0,0,0,0,0),(125484,25242,571,1,1,23007,1,2902.86,6089.73,208.843,4.17134,300,0,0,42540,0,0,0,0,0),(125485,25242,571,1,1,23019,1,2797.27,6258.58,209.041,0.855211,300,0,0,42540,0,0,0,0,0),(125486,25242,571,1,1,23017,1,2906.78,6089.56,208.839,5.044,300,0,0,42540,0,0,0,0,0),(125487,25242,571,1,1,23019,1,2743.63,6146.6,77.8086,3.21141,300,0,0,42540,0,0,0,0,0),(125488,25242,571,1,1,23019,1,2742.03,6138.75,77.6599,3.01942,300,0,0,42540,0,0,0,0,0),(125489,25242,571,1,1,23019,1,2827.77,6149.84,105.065,3.97935,300,0,0,42540,0,0,0,0,0),(125490,25242,571,1,1,23018,1,2800.25,6180.05,105.063,3.71755,300,0,0,42540,0,0,0,0,0),(125491,25242,571,1,1,23007,1,2826.42,6216.97,104.833,6.0042,300,0,0,42540,0,2,0,0,0),(125492,25242,571,1,1,23018,1,2905.6,6070.58,77.8259,0.244346,300,0,0,42540,0,0,0,0,0),(125493,25242,571,1,1,23019,1,2894.2,6070.1,77.6994,2.74017,300,0,0,42540,0,0,0,0,0),(125494,25242,571,1,1,23007,1,2786.46,6145.39,104.336,0.718649,300,5,0,42540,0,1,0,0,0),(125495,25242,571,1,1,23007,1,2783.9,6143.11,102.774,0.722858,300,5,0,42540,0,1,0,0,0),(125496,25242,571,1,1,23018,1,2687.07,6070.99,57.6813,3.1765,300,0,0,42540,0,0,0,0,0),(125497,25242,571,1,1,23018,1,2684.98,6080.77,58.7818,3.33358,300,0,0,42540,0,0,0,0,0),(125498,25243,571,1,1,23024,1,2829.37,6166.17,208.82,0.959931,300,0,0,126000,0,0,0,0,0),(125499,25243,571,1,1,23023,1,2824.33,6167.57,85.6676,0.959931,300,0,0,126000,0,0,0,0,0),(125500,25243,571,1,1,23024,1,2845.86,6153.35,208.737,0.083421,300,0,0,126000,0,0,0,0,0),(125501,25243,571,1,1,23023,1,2817.3,6174.29,85.6635,0.750492,300,0,0,126000,0,0,0,0,0),(125502,25243,571,1,1,23023,1,2808.07,6216.91,85.9366,5.49779,300,0,0,126000,0,0,0,0,0),(125503,25243,571,1,1,23023,1,2847.43,6164.86,208.82,1.93731,300,0,0,126000,0,0,0,0,0),(125504,25243,571,1,1,23024,1,2811.44,6197.96,85.9532,0.174533,300,0,0,126000,0,0,0,0,0),(125505,25243,571,1,1,23008,1,2829.65,6207.53,208.82,5.06145,300,0,0,126000,0,0,0,0,0),(125506,25243,571,1,1,23024,1,2859.66,6194.19,208.82,3.54302,300,0,0,126000,0,0,0,0,0),(125507,25243,571,1,1,23008,1,2846.59,6159.11,85.8151,1.43117,300,0,0,126000,0,0,0,0,0),(125508,25243,571,1,1,23023,1,2859.26,6174.98,208.82,2.72271,300,0,0,126000,0,0,0,0,0),(125509,25243,571,1,1,23022,1,2864.21,6154.04,85.9277,2.28638,300,0,0,126000,0,0,0,0,0),(202335,34094,530,1,1,0,1,3078.46,3636.98,145.385,3.12999,120,0,0,1,0,0,0,0,0),(125511,25243,571,1,1,23024,1,2823.57,6210.14,85.7272,4.45059,300,0,0,126000,0,0,0,0,0),(125512,25243,571,1,1,23022,1,2856.8,6193.24,85.9443,3.7001,300,0,0,126000,0,0,0,0,0),(125513,25243,571,1,1,23022,1,2848.41,6205.83,208.82,4.20624,300,0,0,126000,0,0,0,0,0),(125514,25243,571,1,1,23008,1,2829.89,6208.63,86.374,1.22825,300,0,0,126000,0,2,0,0,0),(125515,25243,571,1,1,23024,1,2818.59,6196.57,208.82,5.74213,300,0,0,126000,0,0,0,0,0),(125516,25243,571,1,1,23022,1,2846.93,6203.73,85.9437,3.97935,300,0,0,126000,0,0,0,0,0),(125517,25243,571,1,1,23008,1,2818.56,6178.77,208.82,0.349066,300,0,0,126000,0,0,0,0,0),(125518,25243,571,1,1,23023,1,2858.69,6169.84,85.829,2.87979,300,0,0,126000,0,0,0,0,0),(110549,25244,571,1,1,23014,1,2764.19,6263.51,208.869,2.63545,300,0,0,14889,0,0,0,0,0),(110547,25244,571,1,1,23009,1,2873.1,6828.73,1.9804,1.32645,300,0,0,14889,0,0,0,0,0),(110546,25244,571,1,1,23009,1,2951.82,6808.22,6.21126,6.19592,300,0,0,14889,0,0,0,0,0),(110545,25244,571,1,1,23014,1,2950.92,6804.4,6.60389,5.53269,300,0,0,14889,0,0,0,0,0),(110544,25244,571,1,1,23016,1,2940.66,6738.34,13.9565,1.25664,300,0,0,14889,0,0,0,0,0),(110541,25244,571,1,1,23009,1,2891.6,6813.39,5.28657,0.593412,300,0,0,14889,0,0,0,0,0),(110540,25244,571,1,1,23009,1,3027.11,6720.66,9.11358,3.19395,300,0,0,14889,0,0,0,0,0),(125534,25247,571,1,1,23021,1,2794.36,6165.11,85.1555,5.5676,300,0,0,7185,7196,0,0,0,0),(125535,25256,571,1,1,23033,1,2835.02,6182.44,84.6827,5.82198,300,0,0,2789000,0,0,0,0,0),(125536,26538,571,1,1,24170,1,2817.72,6177.08,122.207,0.139626,300,0,0,4229,0,0,0,0,0),(125537,25269,571,1,1,23036,0,2835.85,6180,85.6271,2.53073,300,0,0,7048,0,0,0,0,0),(125538,25272,571,1,1,23040,1,2850.74,6176.56,85.7137,4.8049,300,0,0,9291,0,2,0,0,0),(125539,25273,571,1,1,23041,1,2759.32,6091.65,77.8719,3.56047,300,0,0,9940,0,0,0,0,0),(125540,25273,571,1,1,23041,1,2822.7,6171.69,122.061,0.802851,300,0,0,9940,0,0,0,0,0),(125541,25273,571,1,1,23041,1,2903.6,6246.42,208.834,0.575959,300,0,0,9940,0,0,0,0,0),(125542,25274,571,1,1,23042,1,2765.84,6177.7,83.4663,5.1733,300,0,0,10635,0,2,0,0,0),(125543,25275,571,1,1,23074,1,2760.71,6208.76,83.4704,3.49066,300,0,0,7984,0,0,0,0,0),(125544,26043,571,1,1,23501,0,2769.06,6191.34,83.6604,3.82227,300,0,0,42,0,0,0,0,0),(125545,25275,571,1,1,23075,1,2757.8,6191.47,83.4712,2.80998,300,0,0,7984,0,0,0,0,0),(125546,25275,571,1,1,23075,1,2774.88,6206.57,83.6633,2.47837,300,0,0,7984,0,0,0,0,0),(125547,26043,571,1,1,23501,0,2769.65,6187.94,83.6401,6.07375,300,0,0,42,0,0,0,0,0),(125548,25275,571,1,1,23074,1,2760.15,6205.9,83.4692,2.75762,300,0,0,7984,0,0,0,0,0),(125549,26043,571,1,1,23501,0,2773.03,6208,83.9063,3.10669,300,0,0,42,0,0,0,0,0),(125550,26043,571,1,1,23501,0,2770.98,6204.62,83.6136,0.296706,300,0,0,42,0,0,0,0,0),(125551,25275,571,1,1,23074,1,2767.67,6187.83,83.6325,0.139626,300,0,0,7984,0,0,0,0,0),(125552,25275,571,1,1,23074,1,2790.61,6157.73,84.9176,3.89208,300,0,0,7984,0,0,0,0,0),(125553,25275,571,1,1,23075,1,2763.08,6176.91,83.4957,2.86234,300,0,0,7984,0,0,0,0,0),(125554,25275,571,1,1,23076,1,2756.07,6194.87,83.4339,4.83456,300,0,0,7984,0,0,0,0,0),(125555,25275,571,1,1,23076,1,2767.13,6190.98,83.6233,0.15708,300,0,0,7984,0,0,0,0,0),(125556,25275,571,1,1,23075,1,2760.85,6181.07,83.4778,3.45575,300,0,0,7984,0,0,0,0,0),(125557,25275,571,1,1,23074,1,2769.53,6205.88,83.6126,5.8294,300,0,0,7984,0,0,0,0,0),(125558,25276,571,1,1,23044,1,2837.19,6107.12,83.3987,4.79965,300,0,0,6986,0,0,0,0,0),(125559,25276,571,1,1,23044,1,2814.7,6117.38,83.4235,4.32842,300,0,0,6986,0,0,0,0,0),(125560,25276,571,1,1,23079,1,2828.4,6110.11,83.4256,4.4855,300,0,0,6986,0,0,0,0,0),(125561,25276,571,1,1,23079,1,2842.55,6116.64,83.5468,0.05236,300,0,0,6986,0,0,0,0,0),(125562,25276,571,1,1,23044,1,2811.29,6124.97,83.5147,3.4761,300,0,0,6986,0,0,0,0,0),(125563,25276,571,1,1,23078,1,2847.96,6106.53,83.3745,4.86947,300,0,0,6986,0,0,0,0,0),(125564,25276,571,1,1,23078,1,2852.54,6107.57,83.3853,4.32842,300,0,0,6986,0,0,0,0,0),(125565,25276,571,1,1,23044,1,2823.82,6110.86,83.3984,4.33461,300,0,0,6986,0,0,0,0,0),(125566,26044,571,1,1,23502,1,2783.69,6248.38,84.2131,5.4231,300,0,0,7984,0,0,0,0,0),(125567,25276,571,1,1,23080,1,2822.2,6112.62,83.4125,3.735,300,0,0,6986,0,0,0,0,0),(125568,25276,571,1,1,23078,1,2834,6108.76,83.4529,5.28835,300,0,0,6986,0,0,0,0,0),(125569,25277,571,1,1,23045,1,2847.77,6110.22,83.4355,2.9671,300,0,0,9610,0,2,0,0,0),(125570,25278,571,1,1,23046,1,2803.7,6154.5,85.2464,3.90954,300,0,0,6986,2991,0,0,0,0),(125571,25279,571,1,1,23047,1,2784.95,6081.02,77.7719,3.49066,300,0,0,9291,0,0,0,0,0),(125572,26047,571,1,1,23505,0,2794.48,6246.98,84.6244,3.90954,300,0,0,8982,0,0,0,0,0),(125573,26047,571,1,1,9509,0,2789.49,6253.6,84.3128,3.90954,300,0,0,8982,0,0,0,0,0),(125574,26047,571,1,1,9509,0,2776.59,6242.61,84.4475,0.645772,300,0,0,8982,0,0,0,0,0),(125575,26047,571,1,1,9509,0,2771.92,6248.92,84.0826,0.680678,300,0,0,8982,0,0,0,0,0),(125576,25280,571,1,1,23048,1,2738.55,6141.26,77.5423,4.78916,300,0,0,7984,3080,2,0,0,0),(125577,25286,571,1,1,23019,0,2782.91,6113.61,208.771,2.19912,300,0,0,10635,0,0,0,0,0),(125578,25286,571,1,1,23019,0,2772.24,6103.7,209.008,2.25148,300,0,0,10635,0,0,0,0,0),(125579,25286,571,1,1,23019,0,2811.95,6140.99,208.914,2.26893,300,0,0,10635,0,0,0,0,0),(125580,25286,571,1,1,23019,0,2792.33,6122.26,208.762,2.21657,300,0,0,10635,0,0,0,0,0),(125581,25286,571,1,1,23017,0,2806.75,6136.39,208.798,1.98853,300,0,0,10635,0,0,0,0,0),(125582,25286,571,1,1,23019,0,2801.31,6130.43,208.835,2.19912,300,0,0,10635,0,0,0,0,0),(125583,25288,571,1,1,23053,1,2922.39,6244.39,208.835,2.82743,300,0,0,7984,3080,0,0,0,0),(125584,25289,571,1,1,23054,1,2802.65,6148.1,208.156,0.756439,300,0,0,9940,3387,2,0,0,0),(125585,32474,571,1,1,28001,0,2804.14,6165.57,85.3861,4.81711,300,0,0,7181,0,0,0,0,0),(125586,26078,571,1,1,23508,0,2794.54,6145.77,84.4696,0.727455,300,0,0,10635,0,0,0,0,0),(125587,29155,571,1,1,25946,1,2837.65,6173.48,85.2382,2.00713,300,0,0,25524,23943,0,0,0,0),(125590,25327,571,1,1,23115,0,2769.98,6073,77.6674,4.41568,300,0,0,7984,3080,0,0,0,0),(118734,24562,571,1,1,25237,0,2519.07,6087.55,82.8635,1.81923,300,5,0,6986,0,1,0,0,0),(118730,24562,571,1,1,25237,0,2746.69,6340.74,96.6432,1.38125,300,5,0,6986,0,1,0,0,0),(118721,24562,571,1,1,25237,0,2689.58,6297.92,99.7309,4.70731,300,5,0,6986,0,1,0,0,0),(118713,24562,571,1,1,25237,0,3010.19,6206.57,125.935,4.27693,300,5,0,6986,0,1,0,0,0),(118710,24562,571,1,1,25237,0,2625.47,6245.53,84.5484,0.272098,300,5,0,6986,0,1,0,0,0),(125598,26109,571,1,1,23007,0,2804.24,6143.08,84.9222,3.80482,300,0,0,10635,0,0,0,0,0),(125599,26109,571,1,1,23018,0,2785.14,6156.05,84.759,1.20428,300,0,0,10635,0,0,0,0,0),(125600,26109,571,1,1,23018,0,2802.17,6138.01,84.7706,1.72788,300,0,0,10635,0,0,0,0,0),(125641,29194,0,1,1,25468,0,2413.92,-5524.47,377.125,5.25344,180,0,0,126000,0,0,0,0,0),(125642,29195,0,1,1,25458,1,2506.22,-5663.2,377.037,2.23402,180,0,0,126000,0,0,0,0,0),(125643,30709,1,1,1,0,1,-998.998,208.718,106.477,2.65449,25,0,0,902,2680,0,0,0,0),(125644,30711,0,1,1,0,1,1507.76,283.651,-62.1717,2.75928,25,0,0,902,2680,0,0,0,0),(125645,30710,530,1,1,0,1,9958.94,-7250.08,32.0774,2.27023,25,0,0,42,0,0,0,0,0),(125646,30717,0,1,1,0,1,-4807.46,-1196.28,505.815,6.28269,25,0,0,902,2680,0,0,0,0),(125647,30715,1,1,1,0,1,10139.7,2313,1343.39,3.22886,25,0,0,902,2680,0,0,0,0),(125648,30716,530,1,1,0,1,-3890.05,-11494.8,-136.216,0.455529,25,0,0,1009,1067,0,0,0,0),(125649,6491,571,1,4294967295,0,0,1101.91,-4970.7,32.3032,4.65249,60,0,0,4120,0,0,0,0,0),(125650,6491,571,1,4294967295,0,0,671.581,-4927.85,3.74385,3.732,60,0,0,4120,0,0,0,0,0),(125651,29202,0,1,1,26001,1,2413.87,-5612.36,420.727,0.383972,180,0,0,32385,21630,0,0,0,0),(125652,6491,571,1,4294967295,0,0,1359.41,-4769.29,193.188,4.9478,60,0,0,4120,0,0,0,0,0),(125653,6491,571,1,4294967295,0,0,1957.22,-3682.37,171.882,0.0359171,60,0,0,4120,0,0,0,0,0),(125654,6491,571,1,4294967295,0,0,731.997,-2987.05,24.9835,3.86473,60,0,0,4120,0,0,0,0,0),(125655,6491,571,1,4294967295,0,0,109.589,-3701.8,1.06501,0.145873,60,0,0,4120,0,0,0,0,0),(125656,6491,571,1,4294967295,0,0,1191.72,-4115.8,149.496,0.0359173,60,0,0,4120,0,0,0,0,0),(125657,6491,571,1,4294967295,0,0,2242.66,-4650.53,218.904,3.07158,60,0,0,4120,0,0,0,0,0),(125658,6491,571,1,4294967295,0,0,1923.72,-5986.35,9.05279,4.62589,60,0,0,4120,0,0,0,0,0),(125659,6491,571,1,4294967295,0,0,210.014,-5945.17,7.17955,3.23965,60,0,0,4120,0,0,0,0,0),(125660,6491,571,1,4294967295,0,0,57.9178,-4649.08,283.569,6.17704,60,0,0,4120,0,0,0,0,0),(125661,6491,571,1,4294967295,0,0,3618.7,6805.59,172.177,0.00774095,60,0,0,4120,0,0,0,0,0),(125662,6491,571,1,4294967295,0,0,4222.44,5337.23,30.3802,5.07199,60,0,0,4120,0,0,0,0,0),(125663,6491,571,1,4294967295,0,0,4512.78,5658.14,82.2635,1.46544,60,0,0,4120,0,0,0,0,0),(125664,6491,571,1,4294967295,0,0,3041.14,3843.49,3.75779,4.52221,60,0,0,4120,0,0,0,0,0),(125665,6491,571,1,4294967295,0,0,3575.78,4087.29,22.3345,1.53298,60,0,0,4120,0,0,0,0,0),(125666,6491,571,1,4294967295,0,0,2843.05,6655.58,36.3798,4.68086,60,0,0,4120,0,0,0,0,0),(125667,6491,571,1,4294967295,0,0,2479.42,5289.27,32.4917,2.96241,60,0,0,4120,0,0,0,0,0),(125668,6491,571,1,4294967295,0,0,3041.42,4319.21,29.4391,4.33529,60,0,0,4120,0,0,0,0,0),(125669,6491,0,1,4294967295,0,0,1773.33,768.808,55.6853,0.0250183,60,0,0,4120,0,0,0,0,0),(125670,6491,1,1,4294967295,0,0,-6113.67,-1337.97,-179.625,4.02662,60,0,0,4120,0,0,0,0,0),(125671,6491,609,1,4294967295,0,0,2364.42,-5771.32,151.367,0.127121,60,0,0,4120,0,0,0,0,0),(125672,6491,609,1,4294967295,0,0,1886.78,-5784.59,102.861,4.52535,60,0,0,4120,0,0,0,0,0),(125673,6491,609,1,4294967295,0,0,2116.19,-5286.94,81.2151,4.52535,60,0,0,4120,0,0,0,0,0),(125674,6491,571,1,4294967295,0,0,5850.33,764.161,641.12,3.79493,60,0,0,4120,0,0,0,0,0),(125675,6491,571,1,4294967295,0,0,3100.18,-1983.4,83.3072,5.01701,60,0,0,4120,0,0,0,0,0),(125676,6491,571,1,4294967295,0,0,3534.13,-2882.06,204.625,1.06253,60,0,0,4120,0,0,0,0,0),(125677,6491,571,1,4294967295,0,0,4352.78,-4247.99,162.318,0.0163839,60,0,0,4120,0,0,0,0,0),(125678,6491,571,1,4294967295,0,0,3967.28,-2316.64,213.873,4.20098,60,0,0,4120,0,0,0,0,0),(125679,6491,571,1,4294967295,0,0,2933.64,-2836.78,73.6939,2.69302,60,0,0,4120,0,0,0,0,0),(125680,6491,571,1,4294967295,0,0,4323.39,-3606.85,248,0.233154,60,0,0,4120,0,0,0,0,0),(125681,12798,1,1,1,0,1,1656.62,-4224.73,56.1481,1.68466,25,0,0,6474,0,0,0,0,0),(125682,12797,1,1,1,0,1,1643.48,-4217.4,56.1543,0.446869,25,0,0,6474,0,0,0,0,0),(125683,12790,1,1,1,0,1,1651.96,-4213.8,55.2117,0.682488,25,0,0,6474,0,0,0,0,0),(125684,12788,1,1,1,0,1,1657.85,-4192.21,56.3834,4.68806,25,0,0,6474,0,0,0,0,0),(125685,19850,1,1,1,0,0,1651.85,-4209.56,55.2117,5.61086,25,0,0,6474,0,0,0,0,0),(125686,12789,1,1,1,0,1,1655.53,-4208.76,55.2114,4.36601,25,0,0,6474,0,0,0,0,0),(125687,12791,1,1,1,0,1,1658.34,-4211.68,55.199,3.24289,25,0,0,6474,0,0,0,0,0),(125688,12794,1,1,1,0,1,1641.65,-4197.52,56.3823,5.41219,25,0,0,5228,0,0,0,0,0),(125689,34060,1,1,1,0,0,1673.07,-4201.89,56.3826,3.62927,25,0,0,55888,0,0,0,0,0),(125690,12793,1,1,1,0,1,1673.81,-4216.64,56.3817,2.85411,25,0,0,5228,0,0,0,0,0),(125691,34063,1,1,1,0,1,1670.17,-4199.26,56.3827,3.98664,25,0,0,11828,0,0,0,0,0),(125692,34043,1,1,1,0,1,1674.48,-4211.93,56.3825,3.03786,25,0,0,11828,0,0,0,0,0),(125693,34038,1,1,1,0,1,1669.09,-4196.78,56.3827,4.10416,25,0,0,11828,0,0,0,0,0),(125694,12796,1,1,1,0,1,1633.56,-4263.7,49.326,4.57966,25,0,0,5228,0,0,0,0,0),(125695,12795,1,1,1,0,1,1644.59,-4195.53,56.3817,5.4224,25,0,0,5228,0,0,0,0,0),(133919,34078,0,1,1,21512,1,-8773.78,425.804,105.233,4.80621,180,0,0,11828,0,0,0,0,0),(133920,34075,0,1,1,12917,1,-8781.18,419.883,105.233,6.18459,180,0,0,7048,0,0,0,0,0),(133921,19848,0,1,1,19216,1,-8782.21,427.821,105.359,5.0091,180,0,0,6761,0,0,0,0,0),(133922,12778,0,1,1,9811,1,-8776.97,414.074,103.922,6.01885,180,0,0,5228,0,0,0,0,0),(133923,4075,0,1,1,1418,0,-8784.95,462.603,97.9035,1.46606,180,5,0,8,0,1,0,0,0),(133924,12779,0,1,1,12910,1,-8783.8,426.502,105.359,5.75959,180,0,0,3660,5013,0,0,0,0),(133925,12780,0,1,1,12924,1,-8779.59,427.142,105.359,3.83972,180,0,0,5228,0,0,0,0,0),(133926,12781,0,1,1,12669,1,-8766.88,416.978,103.921,3.81504,180,0,0,5228,0,0,0,0,0),(133927,12783,0,1,1,12922,1,-8753.58,400.979,101.056,5.08424,180,0,0,5228,0,0,0,0,0),(133917,34084,0,1,1,28301,1,-8775.85,423.96,105.233,5.73298,180,0,0,11828,0,0,0,0,0),(125712,29196,0,1,1,25459,0,2527.73,-5549.21,377.036,3.735,180,0,0,126000,0,0,0,0,0),(125713,29202,0,1,1,25999,1,2376.21,-5661.79,382.455,0.907571,180,0,0,32385,21630,0,0,0,0),(125714,29202,0,1,1,26000,1,2554.67,-5599.88,444.212,3.47321,180,0,0,32385,21630,0,0,0,0),(125715,29202,0,1,1,25998,1,2580.04,-5616.82,444.751,2.94961,180,0,0,32385,21630,0,0,0,0),(125716,29202,0,1,1,25998,1,2454.24,-5687.68,444.212,1.8326,180,0,0,32385,21630,0,0,0,0),(125717,29202,0,1,1,25998,1,2402.12,-5649.42,377.179,0.610865,180,0,0,32385,21630,0,0,0,0),(125718,29202,0,1,1,26000,1,2494.95,-5556.85,420.727,3.85718,180,0,0,32385,21630,0,0,0,0),(125719,29202,0,1,1,26001,1,2386.51,-5585.67,376.874,6.16101,180,0,0,32385,21630,0,0,0,0),(125721,29202,0,1,1,26001,1,2370.31,-5564.29,444.21,5.8294,180,0,0,32385,21630,0,0,0,0),(125722,29202,0,1,1,25998,1,2364.88,-5645.58,382.454,0.366519,180,0,0,32385,21630,0,0,0,0),(125723,29202,0,1,1,25999,1,2355.41,-5695.45,382.324,1.39626,180,0,0,32385,21630,0,0,0,0),(125724,29202,0,1,1,25998,1,2323.35,-5656.07,383.241,6.24828,180,5,0,32385,21630,1,0,0,0),(125725,29202,0,1,1,25998,1,2346.29,-5691.39,382.324,0.733038,180,0,0,32385,21630,0,0,0,0),(125726,29202,0,1,1,25998,1,2325.73,-5663.41,383.241,0.383972,180,0,0,32385,21630,0,0,0,0),(125727,29202,0,1,1,26001,1,2388.92,-5573.38,376.889,5.98648,180,0,0,32385,21630,0,0,0,0),(125728,29202,0,1,1,25998,1,2455.59,-5656.23,376.902,3.11873,180,5,0,32385,21630,1,0,0,0),(125729,29202,0,1,1,26001,1,2455.59,-5659.23,376.903,3.11851,180,5,0,32385,21630,1,0,0,0),(125730,29202,0,1,1,25999,1,2452.52,-5667.42,376.88,1.58825,180,0,0,32385,21630,0,0,0,0),(125731,29202,0,1,1,25998,1,2483.65,-5473.94,444.751,4.55531,180,0,0,32385,21630,0,0,0,0),(125732,29202,0,1,1,25999,1,2466.96,-5499.02,444.209,5.0091,180,0,0,32385,21630,0,0,0,0),(125733,29202,0,1,1,26000,1,2468.4,-5519.7,376.877,4.59022,180,0,0,32385,21630,0,0,0,0),(125734,29202,0,1,1,26001,1,2365.64,-5587.08,444.208,0.296706,180,0,0,32385,21630,0,0,0,0),(125735,29202,0,1,1,26000,1,2549.99,-5622.68,444.216,2.74017,180,0,0,32385,21630,0,0,0,0),(125736,29202,0,1,1,26000,1,2437.19,-5713.14,444.751,1.37881,180,0,0,32385,21630,0,0,0,0),(125737,29202,0,1,1,26001,1,2506.97,-5574.87,420.727,3.50811,180,0,0,32385,21630,0,0,0,0),(125738,29202,0,1,1,26001,1,2532.16,-5613.79,376.893,2.87979,180,0,0,32385,21630,0,0,0,0),(125739,29202,0,1,1,26001,1,2489.26,-5503.9,444.219,4.17134,180,0,0,32385,21630,0,0,0,0),(125740,29202,0,1,1,25999,1,2430.6,-5683.61,444.208,0.959931,180,0,0,32385,21630,0,0,0,0),(125741,29202,0,1,1,25999,1,2461.97,-5587.04,367.486,4.53786,180,0,0,32385,21630,0,0,0,0),(125742,29202,0,1,1,25999,1,2425.64,-5630.19,420.649,0.802851,180,0,0,32385,21630,0,0,0,0),(125743,29202,0,1,1,25999,1,2440.06,-5665.12,376.895,1.43117,180,0,0,32385,21630,0,0,0,0),(125744,29202,0,1,1,25999,1,2424.12,-5559.07,420.644,5.49779,180,0,0,32385,21630,0,0,0,0),(125745,29202,0,1,1,26001,1,2496.69,-5627.6,420.651,2.37365,180,0,0,32385,21630,0,0,0,0),(125746,29202,0,1,1,25998,1,2475.51,-5568.69,366.82,2.74293,180,5,0,32385,21630,1,0,0,0),(125747,29202,0,1,1,25998,1,2466.98,-5594.89,367.486,3.00197,180,0,0,32385,21630,0,0,0,0),(125748,29202,0,1,1,25999,1,2441.92,-5547.21,420.651,5.02655,180,0,0,32385,21630,0,0,0,0),(125749,29202,0,1,1,26001,1,2480.71,-5522.02,376.877,4.5204,180,0,0,32385,21630,0,0,0,0),(125750,29202,0,1,1,25998,1,2430.58,-5556.85,420.642,3.93526,180,0,0,32385,21630,0,0,0,0),(125751,29202,0,1,1,25998,1,2431.42,-5559.64,420.64,4.56953,180,0,0,32385,21630,0,0,0,0),(125752,29202,0,1,1,26000,1,2386.21,-5639.72,420.934,0.453786,180,0,0,32385,21630,0,0,0,0),(125753,29202,0,1,1,26001,1,2534.36,-5601.83,376.87,2.98451,180,0,0,32385,21630,0,0,0,0),(125754,29202,0,1,1,26000,1,2478.6,-5640.08,420.643,2.04204,180,5,0,32385,21630,1,0,0,0),(125755,29202,0,1,1,25998,1,2389.45,-5645.32,420.872,0.767945,180,0,0,32385,21630,0,0,0,0),(125756,29202,0,1,1,25999,1,2340.86,-5570.33,444.75,6.12611,180,0,0,32385,21630,0,0,0,0),(125757,29202,0,1,1,26001,1,2386.18,-5626.86,377.179,0.645772,180,0,0,32385,21630,0,0,0,0),(125758,29203,0,1,1,25997,1,2395.99,-5587.67,420.733,1.43117,180,0,0,1889,5206,0,0,0,0),(125759,29205,0,1,1,7858,0,2445.88,-5552.93,420.644,3.30713,180,0,0,2699,0,0,0,0,0),(125760,29207,0,1,1,4631,0,2387.36,-5579.47,420.737,0,180,0,0,2699,0,0,0,0,0),(125761,29208,0,1,1,570,0,2404.74,-5564.18,420.65,5.21853,180,0,0,2699,0,0,0,0,0),(125762,27928,0,1,1,24935,1,2379.41,-5648.53,382.522,3.735,180,0,0,252000,79880,0,0,0,0),(207116,23529,1,1,1,0,0,-1245.96,242.553,32.4925,2.0271,120,5,0,1,0,1,0,0,0),(207115,23529,1,1,1,0,0,-1239.25,209.457,54.2067,1.6549,120,5,0,1,0,1,0,0,0),(207114,23529,1,1,1,0,0,-1229.22,230.982,42.0937,3.5822,120,5,0,1,0,1,0,0,0),(125766,29212,0,1,1,26002,0,2522.64,-5598.56,420.732,5.72468,180,0,0,2215,0,0,0,0,0),(125767,29212,0,1,1,26003,0,2446.43,-5566.67,417.962,0.887452,180,5,0,2215,0,1,0,0,0),(125768,29212,0,1,1,26003,0,2511.5,-5616.82,420.727,4.60767,180,0,0,2215,0,0,0,0,0),(125769,29212,0,1,1,829,0,2464.41,-5525.95,420.727,5.70723,180,0,0,2215,0,0,0,0,0),(125770,29212,0,1,1,829,0,2518.15,-5593.53,420.727,4.31096,180,0,0,2215,0,0,0,0,0),(125771,29212,0,1,1,829,0,2528.41,-5593.57,420.727,0,180,0,0,2215,0,0,0,0,0),(125772,29212,0,1,1,829,0,2451.82,-5624.64,420.202,0.187337,180,5,0,2215,0,1,0,0,0),(125773,29212,0,1,1,829,0,2484.62,-5535.42,421.532,1.74533,180,0,0,2215,0,0,0,0,0),(125774,29212,0,1,1,26003,0,2406.26,-5597.76,421.734,1.22173,180,0,0,2215,0,0,0,0,0),(125775,29212,0,1,1,26003,0,2456.27,-5538.81,420.727,1.01229,180,0,0,2215,0,0,0,0,0),(125776,29212,0,1,1,26002,0,2524.09,-5591.04,421.498,0.610865,180,0,0,2215,0,0,0,0,0),(125777,29212,0,1,1,26002,0,2496.43,-5620.53,420.647,1.79314,180,5,0,2215,0,1,0,0,0),(125778,29212,0,1,1,829,0,2510.67,-5619,420.649,1.39626,180,0,0,2215,0,0,0,0,0),(125779,29212,0,1,1,829,0,2470.56,-5527.15,420.734,3.7001,180,0,0,2215,0,0,0,0,0),(125780,29212,0,1,1,829,0,2518.35,-5588.84,420.727,1.8675,180,0,0,2215,0,0,0,0,0),(125781,29212,0,1,1,26002,0,2465.99,-5532.94,420.732,1.18682,180,0,0,2215,0,0,0,0,0),(125782,29212,0,1,1,26003,0,2425.79,-5590.48,420.287,1.28811,180,5,0,2215,0,1,0,0,0),(125783,29212,0,1,1,26003,0,2524.07,-5616.75,420.651,2.32019,180,5,0,2215,0,1,0,0,0),(125784,29212,0,1,1,26003,0,2421.39,-5561.41,420.727,0.226893,180,0,0,2215,0,0,0,0,0),(125785,29212,0,1,1,26003,0,2438.97,-5558.75,420.3,3.03014,180,5,0,2215,0,1,0,0,0),(125786,29212,0,1,1,829,0,2489.54,-5545.52,421.796,4.2237,180,0,0,2215,0,0,0,0,0),(125787,29212,0,1,1,26003,0,2523.71,-5606.05,420.65,2.73855,180,5,0,2215,0,1,0,0,0),(125788,29212,0,1,1,26003,0,2515.32,-5580.13,420.727,1.01229,180,0,0,2215,0,0,0,0,0),(125789,29212,0,1,1,26003,0,2511.68,-5588.41,420.727,3.21141,180,0,0,2215,0,0,0,0,0),(125790,29212,0,1,1,829,0,2402.77,-5595.08,420.727,5.21853,180,0,0,2215,0,0,0,0,0),(125791,29212,0,1,1,26002,0,2521.03,-5588.51,420.727,5.044,180,0,0,2215,0,0,0,0,0),(125792,29212,0,1,1,829,0,2509.72,-5624.31,420.727,6.12611,180,0,0,2215,0,0,0,0,0),(125793,29212,0,1,1,829,0,2513.61,-5598.08,420.727,0.575959,180,0,0,2215,0,0,0,0,0),(125794,29212,0,1,1,26002,0,2450.15,-5536.75,421.491,1.97222,180,0,0,2215,0,0,0,0,0),(125795,29212,0,1,1,26003,0,2461.3,-5536.88,421.928,3.80482,180,0,0,2215,0,0,0,0,0),(125796,29212,0,1,1,26003,0,2526.53,-5584.29,420.727,3.05433,180,0,0,2215,0,0,0,0,0),(125797,29212,0,1,1,829,0,2485.91,-5540.86,420.727,4.13643,180,0,0,2215,0,0,0,0,0),(125798,29212,0,1,1,26002,0,2484.25,-5545.9,420.727,0.558505,180,0,0,2215,0,0,0,0,0),(125799,29212,0,1,1,26002,0,2478.68,-5542.38,420.727,2.58309,180,0,0,2215,0,0,0,0,0),(125800,29212,0,1,1,26003,0,2408.75,-5593.02,420.727,4.50295,180,0,0,2215,0,0,0,0,0),(125801,29212,0,1,1,26002,0,2413.97,-5618.59,420.727,0,180,0,0,2215,0,0,0,0,0),(125802,29212,0,1,1,26003,0,2477.57,-5519.21,420.551,1.14359,180,5,0,2215,0,1,0,0,0),(125803,29212,0,1,1,829,0,2404.61,-5593.25,420.727,1.43117,180,0,0,2215,0,0,0,0,0),(125804,29212,0,1,1,26002,0,2482.09,-5531.64,421.734,0.488692,180,0,0,2215,0,0,0,0,0),(125805,29212,0,1,1,829,0,2527.19,-5613.14,420.727,1.58825,180,0,0,2215,0,0,0,0,0),(125806,29212,0,1,1,26002,0,2434.46,-5645.8,420.644,3.52235,180,0,0,2215,0,0,0,0,0),(125807,29212,0,1,1,829,0,2467.17,-5539.97,420.727,4.2237,180,0,0,2215,0,0,0,0,0),(125808,29212,0,1,1,829,0,2522.95,-5595.36,420.727,5.39307,180,0,0,2215,0,0,0,0,0),(125809,29212,0,1,1,829,0,2517.07,-5584.58,421.574,3.33358,180,0,0,2215,0,0,0,0,0),(125810,29212,0,1,1,26003,0,2516.96,-5591.08,420.727,2.9147,180,0,0,2215,0,0,0,0,0),(125811,29212,0,1,1,26002,0,2480.78,-5554.29,420.644,5.17473,180,5,0,2215,0,1,0,0,0),(125812,32542,0,1,1,28047,0,2482.47,-5599.68,415.741,2.67035,180,0,0,1,0,0,0,0,0),(125813,32542,0,1,1,28047,0,2483.28,-5594.87,415.747,3.14159,180,0,0,1,0,0,0,0,0),(125814,32542,0,1,1,28047,0,2482.51,-5588.27,415.747,3.4383,180,0,0,1,0,0,0,0,0),(125815,32543,0,1,1,16074,0,2457.97,-5616.42,415.747,1.5708,180,0,0,1,0,0,0,0,0),(125816,32543,0,1,1,16074,0,2453.11,-5615.05,415.747,1.23918,180,0,0,1,0,0,0,0,0),(125817,32543,0,1,1,16074,0,2444.11,-5609.52,415.747,0.750492,180,0,0,1,0,0,0,0,0),(125818,32545,0,1,1,3019,0,2467.66,-5571.87,415.747,4.39823,180,0,0,1,0,0,0,0,0),(125819,32545,0,1,1,3019,0,2471.24,-5573.34,415.747,4.20624,180,0,0,1,0,0,0,0,0),(125820,32545,0,1,1,3019,0,2462.96,-5570.75,415.747,4.79965,180,0,0,1,0,0,0,0,0),(125821,32546,0,1,1,28048,0,2437.42,-5597.99,415.747,0.244346,180,0,0,1,0,0,0,0,0),(125822,32546,0,1,1,28048,0,2437.42,-5592.11,415.747,6.17846,180,0,0,1,0,0,0,0,0),(125823,32546,0,1,1,28048,0,2438.15,-5586.98,415.747,5.95157,180,0,0,1,0,0,0,0,0),(125824,32547,0,1,1,28049,0,2460.32,-5592.96,414.205,2.16421,180,0,0,26104482,0,0,0,0,0),(125825,29480,0,1,1,10627,0,2348.63,-5669.29,382.324,0.645772,180,0,0,31905,0,0,0,0,0),(125826,29239,0,1,1,25753,0,2440.61,-5639.99,454.293,4.46682,180,0,0,3191,2289,0,0,0,0),(125827,29239,0,1,1,25753,0,2490.76,-5638.42,445.051,2.14675,180,0,0,3191,2289,0,0,0,0),(125828,29239,0,1,1,25753,0,2391.41,-5567.29,444.357,5.48033,180,0,0,3191,2289,0,0,0,0),(125829,29239,0,1,1,25753,0,2429.2,-5616.6,465.364,2.25362,180,0,0,3191,2289,0,0,0,0),(125830,29239,0,1,1,25753,0,2416.44,-5572.44,422.853,1.46918,180,0,0,3191,2289,0,0,0,0),(125831,29239,0,1,1,25753,0,2434.35,-5550.9,445.937,5.71892,180,0,0,3191,2289,0,0,0,0),(125832,29239,0,1,1,25753,0,2502.82,-5567.13,446.636,4.188,180,0,0,3191,2289,0,0,0,0),(125833,29239,0,1,1,25753,0,2473.97,-5618.2,481.038,0.602209,180,0,0,3191,2289,0,0,0,0),(125834,29246,0,1,1,27153,1,2460.33,-5593.72,367.476,3.7001,180,0,0,11156000,0,0,0,0,0),(125835,28481,0,1,1,11686,0,2509.34,-5560.41,423.657,4.24115,180,0,0,8982,0,0,0,0,0),(125836,28481,0,1,1,11686,0,2427.14,-5544.37,423.518,3.28122,180,0,0,8982,0,0,0,0,0),(125837,28481,0,1,1,11686,0,2493.41,-5642.39,423.795,0.296706,180,0,0,8982,0,0,0,0,0),(125838,28486,0,1,1,25467,0,2383.75,-5649.5,382.439,4.24115,180,0,0,11770,0,0,0,0,0),(125839,28488,0,1,1,26919,0,2406.48,-5543.84,376.872,0.366519,180,0,0,2091,6351,0,0,0,0),(125840,28488,0,1,1,26919,0,2416.65,-5514.5,377.027,5.20108,180,0,0,2091,6351,0,0,0,0),(125841,28488,0,1,1,26919,0,2435.75,-5525.17,376.972,3.87463,180,0,0,2091,6351,0,0,0,0),(125842,28488,0,1,1,26919,0,2404.68,-5521.94,377.001,5.25344,180,0,0,2091,6351,0,0,0,0),(125843,28489,0,1,1,25471,0,2522.35,-5553.9,377.129,0.733038,180,0,0,2614,0,0,0,0,0),(125844,28489,0,1,1,25469,0,2519.86,-5549.73,377.153,0.10472,180,0,0,2614,0,0,0,0,0),(125845,28489,0,1,1,25471,0,2518.74,-5554.06,376.999,0.488692,180,0,0,2614,0,0,0,0,0),(125846,28489,0,1,1,25471,0,2521.03,-5552.17,377.201,0.575959,180,0,0,2614,0,0,0,0,0),(125847,28489,0,1,1,25472,0,2524.19,-5556.05,377.137,0.820305,180,0,0,2614,0,0,0,0,0),(125848,28489,0,1,1,25470,0,2517.61,-5551.75,377.118,0.366519,180,0,0,2614,0,0,0,0,0),(125849,28489,0,1,1,25469,0,2522.06,-5558.47,377.142,1.309,180,0,0,2614,0,0,0,0,0),(125850,28489,0,1,1,25472,0,2520.16,-5556.4,376.985,0.715585,180,0,0,2614,0,0,0,0,0),(125851,28490,0,1,1,25477,1,2420.33,-5538.64,377.116,2.02458,180,0,0,2614,0,0,0,0,0),(125852,28490,0,1,1,25476,1,2428.45,-5533.67,377.134,2.46091,180,0,0,2614,0,0,0,0,0),(125853,28490,0,1,1,25475,1,2425.69,-5535.38,377.122,2.32129,180,0,0,2614,0,0,0,0,0),(125854,28490,0,1,1,25478,1,2418.02,-5539.93,377.136,1.90241,180,0,0,2614,0,0,0,0,0),(125855,28490,0,1,1,25477,1,2422.85,-5536.9,377.163,2.16421,180,0,0,2614,0,0,0,0,0),(125856,28490,0,1,1,25475,1,2420.65,-5535.74,377.032,2.09439,180,0,0,2614,0,0,0,0,0),(125857,28490,0,1,1,25476,1,2423.28,-5534.07,377.04,2.18166,180,0,0,2614,0,0,0,0,0),(125858,28490,0,1,1,25478,1,2418,-5537.15,377.023,1.95477,180,0,0,2614,0,0,0,0,0),(125859,28490,0,1,1,25476,1,2425.6,-5532.44,377.048,2.28638,180,0,0,2614,0,0,0,0,0),(125860,28491,0,1,1,25481,0,2508.12,-5652.06,377.101,3.96772,180,0,0,2614,0,0,0,0,0),(125861,28491,0,1,1,25480,0,2510.39,-5656.1,377.108,3.38594,180,0,0,2614,0,0,0,0,0),(125862,28491,0,1,1,25482,0,2497.96,-5663.6,377.145,0.902047,180,0,0,2614,0,0,0,0,0),(125863,28491,0,1,1,25480,0,2510.02,-5660.27,377.117,2.82743,180,0,0,2614,0,0,0,0,0),(125864,28491,0,1,1,25482,0,2502.22,-5664.97,377.133,1.48353,180,0,0,2614,0,0,0,0,0),(125865,28491,0,1,1,25479,0,2504.29,-5651.25,377.107,4.50295,180,0,0,2614,0,0,0,0,0),(125866,28491,0,1,1,25481,0,2496.05,-5655.37,377.047,5.89921,180,0,0,2614,0,0,0,0,0),(125867,28491,0,1,1,25482,0,2499.55,-5652.18,377.034,5.2709,180,0,0,2614,0,0,0,0,0),(125868,28491,0,1,1,25480,0,2495.93,-5659.51,377.054,0.226893,180,0,0,2614,0,0,0,0,0),(125869,28500,0,1,1,25498,1,2468.15,-5654.19,420.647,3.34705,180,0,0,126000,0,2,0,0,0),(125870,29587,0,1,1,25496,0,2365.73,-5680.6,382.321,2.54818,180,0,0,126000,0,0,0,0,0),(125871,29588,0,1,1,24719,0,2390,-5640.98,377.196,3.12414,180,0,0,8982,0,0,0,0,0),(125872,29589,0,1,1,24719,0,2383.7,-5645.17,420.884,5.63741,180,0,0,8982,0,0,0,0,0),(125873,23033,0,1,1,0,0,2333.17,-5680.44,391.137,5.98648,180,0,0,42,0,0,0,0,0),(12401,22819,530,1,1,0,0,-1891.93,5152.62,-40.2091,0.817548,25,0,0,5341,0,0,0,0,0),(76285,28825,602,3,1,0,0,1180.38,-313.61,52.3378,1.67872,7200,5,0,1,0,1,0,0,0),(126307,31103,615,3,1,27396,0,3340.84,513.24,99.4182,5.14872,3600,0,0,37800,0,0,0,0,0),(126308,31103,615,3,1,27396,0,3231,716.84,93.88,3.4383,3600,0,0,37800,0,0,0,0,0),(126309,31103,615,3,1,27396,0,3229.22,717.924,93.9823,5.86431,3600,0,0,37800,0,0,0,0,0),(126310,31103,615,3,1,27396,0,3228.83,715.976,94.0344,3.63029,3600,0,0,37800,0,0,0,0,0),(126311,31103,615,3,1,27396,0,3230.15,715.833,93.9508,0.767945,3600,0,0,37800,0,0,0,0,0),(126312,31103,615,3,1,27396,0,3128.7,673.03,83.8304,0.698132,3600,0,0,37800,0,0,0,0,0),(126313,31103,615,3,1,27396,0,3126.43,672.984,83.6492,2.6529,3600,0,0,37800,0,0,0,0,0),(126314,31103,615,3,1,27396,0,3127.33,671.661,83.2404,0.122173,3600,0,0,37800,0,0,0,0,0),(126315,31103,615,3,1,27396,0,3127.67,674.258,84.1867,5.68977,3600,0,0,37800,0,0,0,0,0),(126316,31103,615,3,1,27396,0,3088.8,593.003,79.3553,1.58825,3600,0,0,37800,0,0,0,0,0),(126317,31103,615,3,1,27396,0,3087.45,594.595,79.2403,0.087266,3600,0,0,37800,0,0,0,0,0),(126318,31103,615,3,1,27396,0,3089.89,593.928,79.2284,3.28122,3600,0,0,37800,0,0,0,0,0),(126319,31103,615,3,1,27396,0,3088.23,595.446,79.1226,4.79965,3600,0,0,37800,0,0,0,0,0),(126320,31103,615,3,1,27396,0,3242.28,707.303,93.0659,1.02974,3600,0,0,37800,0,0,0,0,0),(126321,31103,615,3,1,27396,0,3243.95,706.986,93.081,4.15388,3600,0,0,37800,0,0,0,0,0),(126322,31103,615,3,1,27396,0,3147.49,401.871,78.0237,5.5676,3600,0,0,37800,0,0,0,0,0),(126323,31103,615,3,1,27396,0,3146.08,402.368,78.5018,1.69297,3600,0,0,37800,0,0,0,0,0),(126324,31103,615,3,1,27396,0,3202.85,714.929,94.8394,4.7822,3600,0,0,37800,0,0,0,0,0),(126325,31103,615,3,1,27396,0,3204.56,715.829,95.0676,0.750492,3600,0,0,37800,0,0,0,0,0),(126326,31103,615,3,1,27396,0,3203.32,712.168,94.4598,5.86431,3600,0,0,37800,0,0,0,0,0),(126327,31103,615,3,1,27396,0,3204.28,714.433,94.8437,0.506145,3600,0,0,37800,0,0,0,0,0),(126328,31103,615,3,1,27396,0,3178.26,371.727,70.9279,6.07375,3600,0,0,37800,0,0,0,0,0),(126329,31103,615,3,1,27396,0,3178.16,372.909,70.8005,6.19592,3600,0,0,37800,0,0,0,0,0),(126330,31103,615,3,1,27396,0,3180.16,371.585,70.4773,2.9147,3600,0,0,37800,0,0,0,0,0),(126331,31103,615,3,1,27396,0,3343.46,657.304,86.0648,1.69297,3600,0,0,37800,0,0,0,0,0),(126332,31103,615,3,1,27396,0,3342.03,658.377,85.958,3.61283,3600,0,0,37800,0,0,0,0,0),(126333,31103,615,3,1,27396,0,3341.59,656.93,85.9064,3.89208,3600,0,0,37800,0,0,0,0,0),(126334,31103,615,3,1,27396,0,3141.89,565.799,89.5606,2.82743,3600,0,0,37800,0,0,0,0,0),(126335,31103,615,3,1,27396,0,3143.27,565.795,89.5263,4.13643,3600,0,0,37800,0,0,0,0,0),(126336,31103,615,3,1,27396,0,3353.58,638.311,86.2123,2.02458,3600,0,0,37800,0,0,0,0,0),(126337,31103,615,3,1,27396,0,3355.13,638.284,86.3764,4.7822,3600,0,0,37800,0,0,0,0,0),(126338,31103,615,3,1,27396,0,3354.92,640.105,86.4914,3.9619,3600,0,0,37800,0,0,0,0,0),(126339,31103,615,3,1,27396,0,3261.7,711.955,92.9606,4.36332,3600,0,0,37800,0,0,0,0,0),(126340,31103,615,3,1,27396,0,3259.75,713.878,92.8612,2.40855,3600,0,0,37800,0,0,0,0,0),(126341,31103,615,3,1,27396,0,3259.49,712.162,92.863,3.4383,3600,0,0,37800,0,0,0,0,0),(126342,31103,615,3,1,27396,0,3260.86,713.328,92.9158,1.64061,3600,0,0,37800,0,0,0,0,0),(126343,31103,615,3,1,27396,0,3075.29,609.628,80.8716,4.7822,3600,0,0,37800,0,0,0,0,0),(126344,31103,615,3,1,27396,0,3076.36,610.804,80.8169,4.06662,3600,0,0,37800,0,0,0,0,0),(126345,31103,615,3,1,27396,0,3075.59,607.317,80.5033,4.2237,3600,0,0,37800,0,0,0,0,0),(126346,31103,615,3,1,27396,0,3076.46,609.298,80.5651,3.50811,3600,0,0,37800,0,0,0,0,0),(126347,31103,615,3,1,27396,0,3105.11,661.84,80.7352,5.14872,3600,0,0,37800,0,0,0,0,0),(126348,31103,615,3,1,27396,0,3103.3,660.319,80.8849,6.02139,3600,0,0,37800,0,0,0,0,0),(126349,31103,615,3,1,27396,0,3105.19,659.907,80.7647,2.04204,3600,0,0,37800,0,0,0,0,0),(126350,31103,615,3,1,27396,0,3370.46,624.204,88.96,1.23918,3600,0,0,37800,0,0,0,0,0),(126351,31103,615,3,1,27396,0,3368.52,624.773,88.6087,3.89208,3600,0,0,37800,0,0,0,0,0),(126352,31103,615,3,1,27396,0,3369.51,625.239,88.9206,0.087266,3600,0,0,37800,0,0,0,0,0),(126353,31103,615,3,1,27396,0,3151.6,564.955,89.053,0.383972,3600,0,0,37800,0,0,0,0,0),(126354,31103,615,3,1,27396,0,3150.12,565.479,88.9449,4.17134,3600,0,0,37800,0,0,0,0,0),(126355,31103,615,3,1,27396,0,3151.03,563.299,89.5059,4.97419,3600,0,0,37800,0,0,0,0,0),(126356,31103,615,3,1,27396,0,3360.57,636.199,87.5135,4.90438,3600,0,0,37800,0,0,0,0,0),(126357,31103,615,3,1,27396,0,3361.19,634.486,87.6769,5.75959,3600,0,0,37800,0,0,0,0,0),(126358,31103,615,3,1,27396,0,3328.08,449.001,83.2805,3.45575,3600,0,0,37800,0,0,0,0,0),(126359,31103,615,3,1,27396,0,3327.01,447.012,82.68,0.087266,3600,0,0,37800,0,0,0,0,0),(126360,31103,615,3,1,27396,0,3350.35,651.254,86.8656,2.72271,3600,0,0,37800,0,0,0,0,0),(126361,31103,615,3,1,27396,0,3348.65,651.144,86.6136,1.95477,3600,0,0,37800,0,0,0,0,0),(126362,31103,615,3,1,27396,0,3342.7,529.26,96.631,4.24115,3600,0,0,37800,0,0,0,0,0),(126363,31103,615,3,1,27396,0,3341.83,527.255,96.8498,1.78024,3600,0,0,37800,0,0,0,0,0),(126364,31103,615,3,1,27396,0,3394.12,546.581,95.8953,1.8326,3600,0,0,37800,0,0,0,0,0),(126365,31103,615,3,1,27396,0,3395.85,545.071,96.2011,4.69494,3600,0,0,37800,0,0,0,0,0),(126366,31103,615,3,1,27396,0,3394.47,545.446,95.9853,2.75762,3600,0,0,37800,0,0,0,0,0),(126367,31103,615,3,1,27396,0,3397.97,510.781,97.092,3.85718,3600,0,0,37800,0,0,0,0,0),(126368,31103,615,3,1,27396,0,3397.6,513.467,97.3486,4.69494,3600,0,0,37800,0,0,0,0,0),(126369,31103,615,3,1,27396,0,3396.21,512.392,97.1231,1.64061,3600,0,0,37800,0,0,0,0,0),(126370,31103,615,3,1,27396,0,3397.53,511.816,97.2236,1.13446,3600,0,0,37800,0,0,0,0,0),(126371,31103,615,3,1,27396,0,3169.67,386.949,69.7106,2.00713,3600,0,0,37800,0,0,0,0,0),(126372,31103,615,3,1,27396,0,3170.67,387.546,69.3779,6.14356,3600,0,0,37800,0,0,0,0,0),(126373,31103,615,3,1,27396,0,3355.37,563.796,95.8277,5.48033,3600,0,0,37800,0,0,0,0,0),(126374,31103,615,3,1,27396,0,3353.51,564.357,95.4408,6.23082,3600,0,0,37800,0,0,0,0,0),(126375,31103,615,3,1,27396,0,3354.34,563.11,95.5453,4.29351,3600,0,0,37800,0,0,0,0,0),(126376,31103,615,3,1,27396,0,3355.25,565.05,96.0427,4.39823,3600,0,0,37800,0,0,0,0,0),(126377,31103,615,3,1,27396,0,3081.89,472.206,88.9233,2.96706,3600,0,0,37800,0,0,0,0,0),(126378,31103,615,3,1,27396,0,3082.55,473.335,88.8759,1.8675,3600,0,0,37800,0,0,0,0,0),(126379,31103,615,3,1,27396,0,3081.27,601.957,79.2969,0,3600,0,0,37800,0,0,0,0,0),(126380,31103,615,3,1,27396,0,3082.02,600.311,79.2457,5.02655,3600,0,0,37800,0,0,0,0,0),(126381,31103,615,3,1,27396,0,3082.74,601.876,79.0898,0.069813,3600,0,0,37800,0,0,0,0,0),(126382,31103,615,3,1,27396,0,3363.1,565.281,96.3111,4.24115,3600,0,0,37800,0,0,0,0,0),(126383,31103,615,3,1,27396,0,3361.81,564.874,96.2602,0.733038,3600,0,0,37800,0,0,0,0,0),(126384,31103,615,3,1,27396,0,3334.42,427.063,79.42,2.70526,3600,0,0,37800,0,0,0,0,0),(126385,31103,615,3,1,27396,0,3335.52,428.753,80.1962,1.62316,3600,0,0,37800,0,0,0,0,0),(126386,31103,615,3,1,27396,0,3334.09,428.817,79.6097,3.57792,3600,0,0,37800,0,0,0,0,0),(126387,31103,615,3,1,27396,0,3336.03,559.037,90.8504,5.70723,3600,0,0,37800,0,0,0,0,0),(126388,31103,615,3,1,27396,0,3334.7,557.88,91.0604,2.80998,3600,0,0,37800,0,0,0,0,0),(126389,31103,615,3,1,27396,0,3336.17,557.112,91.8469,2.18166,3600,0,0,37800,0,0,0,0,0),(126396,28860,615,3,1,27035,0,3246.57,551.263,58.6164,4.66003,604800,0,0,2510100,0,0,0,0,0),(126397,30680,615,3,1,27226,1,3355.23,616.241,84.5985,6.21321,3600,5,0,208528,0,1,0,0,0),(126398,30680,615,3,1,27226,1,3276.29,418.964,63.0702,5.2709,3600,0,0,208528,0,0,0,0,0),(126399,30680,615,3,1,27226,1,3177.87,434.324,66.3041,3.92699,3600,0,0,208528,0,0,0,0,0),(126400,30680,615,3,1,27226,1,3106.84,626.354,77.5416,4.49353,3600,5,0,208528,0,1,0,0,0),(126401,30681,615,3,1,27227,1,3345.28,622.953,83.3485,6.0894,3600,5,0,156396,48972,1,0,0,0),(126402,30681,615,3,1,27227,1,3285.11,406.668,65.1313,2.25148,3600,0,0,156396,48972,0,0,0,0),(126403,30681,615,3,1,27227,1,3176.55,420.736,66.4408,1.69297,3600,0,0,156396,48972,0,0,0,0),(126404,30681,615,3,1,27227,1,3164.8,430.946,69.402,0.05236,3600,0,0,156396,48972,0,0,0,0),(126405,30681,615,3,1,27227,1,3118.56,623.748,75.2916,4.49069,3600,5,0,156396,48972,1,0,0,0),(126406,30681,615,3,1,27227,1,3103.24,637.801,79.4217,4.48887,3600,5,0,156396,48972,1,0,0,0),(126407,30682,615,3,1,12891,1,3356.07,628.211,86.0985,0.053631,3600,5,0,156396,0,1,0,0,0),(126408,30682,615,3,1,12891,1,3309.05,621.675,75.9618,4.92532,3600,5,0,156396,0,1,0,0,0),(126409,30682,615,3,1,12891,1,3289.64,415.876,64.6985,3.12414,3600,0,0,156396,0,0,0,0,0),(126410,30682,615,3,1,12891,1,3275,405.561,64.673,1.43117,3600,0,0,156396,0,0,0,0,0),(126411,30682,615,3,1,12891,1,3167.38,421.196,69.1325,0.942478,3600,0,0,156396,0,0,0,0,0),(126412,30682,615,3,1,12891,1,3114.96,635.196,77.2967,4.48764,3600,5,0,156396,0,1,0,0,0),(126413,30449,615,3,1,27039,0,3145.68,520.71,89.7,4.64258,604800,0,0,976150,0,0,0,0,0),(126414,30451,615,3,1,27421,0,3363.06,525.28,98.362,4.76475,604800,0,0,976150,0,0,0,0,0),(126415,30452,615,3,1,27082,0,3239.07,657.235,86.8775,4.74729,604800,0,0,976150,0,0,0,0,0),(126416,30453,615,3,1,27225,1,3122.17,532.66,88.0362,1.72546,3600,5,0,390990,0,1,0,0,0),(126417,30453,615,3,1,27225,1,3124.95,514.875,88.7862,1.72438,3600,5,0,390990,0,1,0,0,0),(126418,30453,615,3,1,27225,1,3311.65,415.512,67.9041,2.87707,3600,5,0,390990,0,1,0,0,0),(126419,30453,615,3,1,27225,1,3329.02,410.806,75.6541,4.33499,3600,5,0,390990,0,1,0,0,0),(126420,30453,615,3,1,27225,1,3264.11,700.633,92.5604,6.22764,3600,5,0,390990,0,1,0,0,0),(126421,30453,615,3,1,27225,1,3246.14,701.632,92.6854,6.23111,3600,5,0,390990,0,1,0,0,0),(126422,32261,576,3,1,27861,0,542.717,-26.1861,-14.9402,2.51327,3600,0,0,8,0,0,0,0,0),(126423,32261,576,3,1,27861,0,248.293,-16.6988,-16.6367,3.55701,3600,5,0,8,0,1,0,0,0),(126424,32261,576,3,1,27861,0,312.051,45.0937,-16.5534,1.39626,3600,0,0,8,0,0,0,0,0),(126425,32261,576,3,1,27861,0,385.297,-232.527,-14.3719,0.628319,3600,0,0,8,0,0,0,0,0),(126426,32261,576,3,1,27861,0,455.062,145.84,-34.937,6.10865,3600,0,0,8,0,0,0,0,0),(126427,32261,576,3,1,27861,0,313.805,-293.082,-14.4473,5.79449,3600,0,0,8,0,0,0,0,0),(126428,32261,576,3,1,27861,0,392.264,146.59,-34.9363,0.872665,3600,0,0,8,0,0,0,0,0),(126429,32261,576,3,1,27861,0,285.458,119.511,-16.5534,3.36848,3600,0,0,8,0,0,0,0,0),(126430,32261,576,3,1,27861,0,295.762,-283.46,-14.4473,0.977384,3600,0,0,8,0,0,0,0,0),(126431,32261,576,3,1,27861,0,666.385,-125.872,-28.8962,2.63545,3600,0,0,8,0,0,0,0,0),(126432,32261,576,3,1,27861,0,545.958,-125.933,-24.9367,1.69297,3600,0,0,8,0,0,0,0,0),(126433,32261,576,3,1,27861,0,361.228,-215.564,-14.3719,6.05629,3600,0,0,8,0,0,0,0,0),(126440,28231,576,3,1,27609,1,356.727,-174.203,-14.0888,3.80708,3600,0,0,37164,3231,2,0,0,0),(126442,28231,576,3,1,27609,1,385.189,-183.384,-14.0888,2.64964,3600,0,0,37164,3231,2,0,0,0),(126443,28231,576,3,1,27609,1,456.604,-172.507,-14.0888,5.79238,3600,0,0,37164,3231,2,0,0,0),(126444,28231,576,3,1,27609,1,252.187,-239.48,-8.25408,2.34172,3600,5,0,37164,3231,1,0,0,0),(126445,28231,576,3,1,27609,1,253.398,-238.519,-8.36484,2.58196,3600,0,0,37164,3231,2,0,0,0),(126446,28231,576,3,1,27609,1,392.948,-316.481,-14.0888,0.118064,3600,0,0,37164,3231,2,0,0,0),(126447,28231,576,3,1,27609,1,436.391,-274.338,-14.0888,2.46728,3600,0,0,37164,3231,2,0,0,0),(126448,26716,576,3,1,25251,1,328.698,-80.2499,-16.6367,3.92693,3600,5,0,76880,33090,2,0,0,0),(126449,26716,576,3,1,25251,1,288.014,-19.7144,-16.566,3.97935,3600,5,0,76880,33090,2,0,0,0),(126450,26716,576,3,1,25251,1,326.938,71.4042,-16.6368,5.49855,3600,5,0,76880,33090,2,0,0,0),(126451,26716,576,3,1,25251,1,263.712,57.9655,-16.6373,3.9272,3600,5,0,76880,33090,2,0,0,0),(126452,26722,576,3,1,25249,0,262.409,-67.1576,-16.637,2.35552,3600,5,0,76880,33090,2,0,0,0),(126453,26723,576,3,1,24307,0,301.454,-5.45831,-15.4808,3.12414,86400,5,0,248500,67740,1,0,0,0),(126454,26727,576,3,1,24312,1,580.109,63.0207,-16.5551,4.41568,3600,0,0,37164,16155,0,0,0,0),(126455,26727,576,3,1,24313,1,365.018,151.255,-34.6421,0.181274,3600,0,0,37164,16155,2,0,0,0),(126456,26727,576,3,1,24313,1,520.822,84.878,-16.0413,2.80998,3600,0,0,37164,16155,0,0,0,0),(126457,26727,576,3,1,24314,1,630.155,77.8864,-20.2898,5.4191,3600,0,0,37164,16155,2,0,0,0),(126458,26727,576,3,1,24315,1,553.296,63.7596,-16.5551,5.21853,3600,0,0,37164,16155,0,0,0,0),(126459,26727,576,3,1,24315,1,554.105,116.688,-16.5551,0.20944,3600,0,0,37164,16155,0,0,0,0),(126460,26727,576,3,1,24315,1,603.132,114.906,-17.5945,1.15192,3600,0,0,37164,16155,0,0,0,0),(126461,26727,576,3,1,24315,1,483.916,151.55,-34.4093,3.51249,3600,0,0,37164,16155,2,0,0,0),(126462,26728,576,3,1,24319,1,582.524,67.7785,-16.5551,6.14356,3600,0,0,37164,16155,0,0,0,0),(126463,26728,576,3,1,24317,1,583.912,72.9396,-16.5551,5.95157,3600,0,0,37164,16155,0,0,0,0),(126464,26728,576,3,1,24316,1,520.866,93.131,-16.0413,3.87463,3600,0,0,37164,16155,0,0,0,0),(126465,26728,576,3,1,24316,1,517.016,90.314,-16.0413,0.593412,3600,0,0,37164,16155,0,0,0,0),(126466,26728,576,3,1,24317,1,548.222,60.3262,-16.7318,4.55531,3600,0,0,37164,16155,0,0,0,0),(126467,26728,576,3,1,24317,1,555.022,112.21,-16.5551,0.122173,3600,0,0,37164,16155,0,0,0,0),(126468,26728,576,3,1,24318,1,609.173,112.159,-17.7707,1.22173,3600,0,0,37164,16155,0,0,0,0),(126469,26729,576,3,1,24323,1,577.019,67.3979,-16.5551,3.26377,3600,0,0,37164,0,0,0,0,0),(126470,26729,576,3,1,24322,1,516.751,86.7706,-16.0413,5.81195,3600,0,0,37164,0,0,0,0,0),(126471,26729,576,3,1,24321,1,555.136,68.4827,-16.5551,5.89921,3600,0,0,37164,0,0,0,0,0),(126472,26729,576,3,1,24322,1,552.816,121.654,-16.5551,0.15708,3600,0,0,37164,0,0,0,0,0),(126473,26729,576,3,1,24323,1,615.79,109.138,-17.964,1.11701,3600,0,0,37164,0,0,0,0,0),(126474,26730,576,3,1,24906,0,363.37,153.939,-34.6222,5.91342,3600,5,0,37164,16155,1,0,0,0),(126475,26730,576,3,1,24906,0,323.442,156.664,-23.3173,0.461356,3600,5,0,37164,16155,1,0,0,0),(126476,26730,576,3,1,24906,0,626.168,78.2008,-20.195,5.41911,3600,5,0,37164,16155,1,0,0,0),(126477,26730,576,3,1,24906,0,630.47,81.874,-20.1783,5.4191,3600,5,0,37164,16155,1,0,0,0),(126478,26730,576,3,1,24906,0,487.578,149.939,-33.1901,3.51157,3600,5,0,37164,16155,1,0,0,0),(126479,26730,576,3,1,24906,0,485.527,155.212,-34.0858,3.51249,3600,5,0,37164,16155,1,0,0,0),(126480,26731,576,3,1,24066,1,494.727,89.1288,-16.0413,6.02139,86400,0,0,120125,49635,0,0,0,0),(126481,26734,576,3,1,14886,1,632.874,-24.2623,-5.87999,4.01426,3600,0,0,37164,0,0,0,0,0),(126482,26734,576,3,1,14886,1,640.719,-27.864,-5.87999,5.79449,3600,0,0,37164,0,0,0,0,0),(126483,26734,576,3,1,14886,1,635.889,-194.87,-15.1531,1.01229,3600,0,0,37164,0,0,0,0,0),(126484,26734,576,3,1,14886,1,651.001,-199.593,-15.1531,5.21853,3600,0,0,37164,0,0,0,0,0),(126485,26734,576,3,1,14886,1,621.108,-185.852,-15.1531,2.18166,3600,0,0,37164,0,0,0,0,0),(126486,26734,576,3,1,14886,1,726.416,-137.982,-28.8962,3.80482,3600,0,0,37164,0,0,0,0,0),(126487,26734,576,3,1,14886,1,733.048,-147.366,-28.8962,4.60767,3600,0,0,37164,0,0,0,0,0),(126488,26734,576,3,1,14886,1,553.081,-206.863,-22.4756,6.12611,3600,0,0,37164,0,0,0,0,0),(126489,26734,576,3,1,14886,1,550.547,-194.031,-21.312,0.767945,3600,0,0,37164,0,0,0,0,0),(126490,26734,576,3,1,14886,1,635.764,-114.042,-15.1531,4.04916,3600,0,0,37164,0,0,0,0,0),(126491,26734,576,3,1,14886,1,634.526,-102.708,-15.1531,2.98451,3600,0,0,37164,0,0,0,0,0),(126492,26734,576,3,1,14886,1,727.215,-143.833,-28.8962,3.80482,3600,0,0,37164,0,0,0,0,0),(126493,26734,576,3,1,14886,1,544.234,-3.27478,-14.9402,1.65806,3600,0,0,37164,0,0,0,0,0),(126494,26734,576,3,1,14886,1,546.69,-14.3129,-14.9402,5.63741,3600,0,0,37164,0,0,0,0,0),(126495,26735,576,3,1,25250,0,633.523,-16.1788,-5.87999,5.07891,3600,0,0,37164,16155,0,0,0,0),(126496,26735,576,3,1,25250,0,645.653,-19.623,-5.87999,3.24631,3600,0,0,37164,16155,0,0,0,0),(126497,26735,576,3,1,25250,0,736.956,-139.572,-28.8962,3.63029,3600,0,0,37164,16155,0,0,0,0),(126498,26735,576,3,1,25250,0,544.523,-201.694,-19.9482,0.296706,3600,0,0,37164,16155,0,0,0,0),(126499,26735,576,3,1,25250,0,645.166,-105.773,-15.1531,3.52556,3600,0,0,37164,16155,0,0,0,0),(126500,26735,576,3,1,25250,0,535.928,-10.0511,-14.9402,3.26377,3600,0,0,37164,16155,0,0,0,0),(126501,26736,576,3,1,28080,0,721.425,-65.2332,-7.0575,4.29351,3600,0,0,951,0,0,0,0,0),(126502,26736,576,3,1,28080,0,578.682,-196.834,3.08437,4.69494,3600,0,0,951,0,0,0,0,0),(126503,26736,576,3,1,28080,0,592.485,-58.6556,13.7837,5.34164,3600,0,0,951,0,0,0,0,0),(126504,26736,576,3,1,28080,0,690.186,-166.806,0.7982,3.64774,3600,0,0,951,0,0,0,0,0),(126505,26736,576,3,1,28080,0,721.486,-189.85,-27.5382,4.39823,3600,0,0,951,0,0,0,537166592,32),(126506,26736,576,3,1,28080,0,591.549,-158.816,-19.9489,2.33874,3600,0,0,951,0,0,0,537166592,32),(126507,26737,576,3,1,14253,0,593.128,-178.951,-27.4496,1.18044,3600,5,0,37164,0,1,0,0,0),(126508,26737,576,3,1,14253,0,642.618,-213.295,-15.1531,1.64181,3600,0,0,37164,0,0,0,0,0),(126509,26737,576,3,1,14253,0,627.306,-202.558,-15.1531,1.40721,3600,0,0,37164,0,0,0,0,0),(126510,26737,576,3,1,14253,0,639.555,-201.113,-15.1531,4.85667,3600,0,0,37164,0,0,0,0,0),(126511,26737,576,3,1,14253,0,638.217,-19.6599,-5.87999,0.506145,3600,0,0,37164,0,0,0,537166592,32),(126512,26737,576,3,1,14253,0,627.015,-26.4599,-5.87999,2.18166,3600,0,0,37164,0,0,0,537166592,32),(126513,26737,576,3,1,14253,0,630.789,-27.9365,-5.87999,5.75959,3600,0,0,37164,0,0,0,537166592,32),(126514,26737,576,3,1,14253,0,631.38,-97.7434,-15.1531,1.8326,3600,0,0,37164,0,0,0,537166592,32),(126515,26737,576,3,1,14253,0,637.975,-118.359,-15.1531,3.78736,3600,0,0,37164,0,0,0,537166592,32),(126516,26737,576,3,1,14253,0,627.119,-117.879,-15.1531,2.23402,3600,0,0,37164,0,0,0,537166592,32),(126517,26737,576,3,1,14253,0,694.115,-183.19,-29.0018,6.15899,3600,5,0,37164,0,1,0,0,0),(126518,26737,576,3,1,14253,0,688.026,-175.799,-28.9987,3.06287,3600,5,0,37164,0,1,0,0,0),(126519,26737,576,3,1,14253,0,639.01,-159.079,-30.2922,4.66645,3600,5,0,37164,0,1,0,0,0),(126520,26737,576,3,1,14253,0,550.581,-4.36041,-14.9402,3.59538,3600,0,0,37164,0,0,0,537166592,32),(126521,26737,576,3,1,14253,0,539.567,-16.603,-14.9402,5.84685,3600,0,0,37164,0,0,0,537166592,32),(247105,27949,576,1,1,0,1,424.547,185.962,-34.9367,4.72984,3600,0,0,1,0,0,0,0,0),(126584,26761,576,3,1,23329,0,691.668,-302.82,11.865,2.37365,3600,0,0,951,0,0,0,0,0),(126585,26761,576,3,1,23329,0,594.595,-311.187,29.2439,0.558505,3600,0,0,951,0,0,0,0,0),(126586,26761,576,3,1,23329,0,630.482,-370.674,-8.66542,1.27409,3600,0,0,951,0,0,0,0,0),(126587,26761,576,3,1,23329,0,647.448,-32.3824,-5.87999,0.645772,3600,0,0,951,0,0,0,0,0),(126588,26761,576,3,1,23329,0,663.072,-129.598,-28.8962,2.72271,3600,0,0,951,0,0,0,0,0),(126589,26761,576,3,1,23329,0,657.006,-189.476,8.18023,0.396343,3600,0,0,951,0,0,0,0,0),(126590,26761,576,3,1,23329,0,663.308,-133.131,-0.291385,0.597949,3600,0,0,951,0,0,0,0,0),(126591,26761,576,3,1,23329,0,582.847,-243.893,11.1783,2.48474,3600,0,0,951,0,0,0,0,0),(126592,26761,576,3,1,23329,0,589.976,-249.407,-14.5806,2.48295,3600,0,0,951,0,0,0,0,0),(126593,26761,576,3,1,23329,0,601.652,-258.436,12.8359,2.48331,3600,0,0,951,0,0,0,0,0),(126594,26761,576,3,1,23329,0,657.785,-139.797,-1.68196,1.08627,3600,0,0,951,0,0,0,0,0),(126595,26761,576,3,1,23329,0,618.397,-270.862,13.0714,2.59897,3600,0,0,951,0,0,0,0,0),(126596,26761,576,3,1,23329,0,627.119,-201.979,10.2202,0.396935,3600,0,0,951,0,0,0,0,0),(126597,26761,576,3,1,23329,0,662.315,-133.811,-0.233998,0.603995,3600,0,0,951,0,0,0,0,0),(126598,26761,576,3,1,23329,0,610.738,-265.435,13.5687,2.48741,3600,0,0,951,0,0,0,0,0),(126599,26763,576,3,1,26259,0,637.67,-289.121,-9.13252,4.74729,86400,0,0,192200,49635,0,0,0,0),(126600,26782,576,3,1,27469,0,356.128,-179.167,-14.2759,3.80705,3600,5,0,37164,0,1,0,0,0),(126602,26782,576,3,1,27469,0,387.443,-184.48,-14.0888,2.63267,3600,5,0,37164,0,1,0,0,0),(126603,26782,576,3,1,27469,0,458.056,-177.292,-14.0888,5.79238,3600,5,0,37164,0,1,0,0,0),(126604,26782,576,3,1,27469,0,453.272,-178.744,-14.0888,5.79238,3600,5,0,37164,0,1,0,0,0),(126605,26782,576,3,1,27469,0,247.919,-235.086,-8.48918,2.34172,3600,5,0,37164,0,1,0,0,0),(126606,26782,576,3,1,27469,0,251.404,-238.64,-8.25408,2.34654,3600,5,0,37164,0,1,0,0,0),(126607,26782,576,3,1,27469,0,403.166,-313.62,-14.0888,0.612719,3600,5,0,37164,0,1,0,0,0),(126608,26782,576,3,1,27469,0,397.014,-322.266,-14.0888,0.174134,3600,5,0,37164,0,1,0,0,0),(126609,26782,576,3,1,27469,0,431.531,-273.502,-14.0888,2.62032,3600,5,0,37164,0,1,0,0,0),(126610,26792,576,3,1,27472,0,391.831,-249.456,-14.3719,0.191986,3600,0,0,74328,0,0,0,0,0),(126611,27048,576,3,1,11686,0,319.416,13.6349,0.368855,4.01426,86400,0,0,8982,0,0,0,0,0),(126612,27048,576,3,1,11686,0,285.42,-23.5428,0.671232,0.837758,86400,0,0,8982,0,0,0,0,0),(126613,27048,576,3,1,11686,0,285.099,13.0252,0.147988,5.53269,86400,0,0,8982,0,0,0,0,0),(126614,26792,576,3,1,27472,0,391.083,-210.945,-14.3719,0.872665,3600,0,0,74328,0,0,0,0,0),(126615,26792,576,3,1,27472,0,420.86,-324.502,-14.0055,2.61799,3600,0,0,74328,0,0,0,0,0),(126616,26792,576,3,1,27472,0,296.082,-160.632,-14.3927,1.11701,3600,0,0,74328,0,0,0,0,0),(126617,26792,576,3,1,27472,0,327.018,-295.056,-14.4473,1.62316,3600,0,0,74328,0,0,0,0,0),(126618,26792,576,3,1,27472,0,440.085,-265.05,-14.0055,4.18879,3600,0,0,74328,0,0,0,0,0),(126619,26793,576,3,1,25570,0,403.336,-225.248,-14.0055,3.45575,3600,0,0,3500,0,0,0,0,0),(126620,26793,576,3,1,25570,0,413.654,-182.965,-14.0055,5.5676,3600,0,0,3500,0,0,0,0,0),(126621,26793,576,3,1,25570,0,416.696,-311.065,-14.4483,4.86947,3600,0,0,3500,0,0,0,0,0),(126622,26793,576,3,1,25570,0,362.66,-205.436,-14.3719,2.1293,3600,0,0,3500,0,0,0,0,0),(126623,26793,576,3,1,25570,0,351.373,-312.554,-14.3702,2.32129,3600,0,0,3500,0,0,0,0,0),(126624,26793,576,3,1,25570,0,410.434,-207.644,-14.0055,5.49779,3600,0,0,3500,0,0,0,0,0),(126625,26793,576,3,1,25570,0,447.137,-174.743,-14.0055,3.63029,3600,0,0,3500,0,0,0,0,0),(126626,26793,576,3,1,25570,0,428.929,-273.111,-14.0055,6.16101,3600,0,0,3500,0,0,0,0,0),(126627,26793,576,3,1,25570,0,323.247,-260.345,-14.0055,1.55334,3600,0,0,3500,0,0,0,0,0),(126628,26793,576,3,1,25570,0,330.499,-273.351,-14.0055,5.37561,3600,0,0,3500,0,0,0,0,0),(126629,26793,576,3,1,25570,0,373.899,-179.647,-14.0055,4.90438,3600,0,0,3500,0,0,0,0,0),(126630,26793,576,3,1,25570,0,409.607,-235.47,-14.0055,0.261799,3600,0,0,3500,0,0,0,0,0),(126631,26793,576,3,1,25570,0,312.048,-251.313,-14.0055,5.65487,3600,0,0,3500,0,0,0,0,0),(126632,26793,576,3,1,25570,0,331.194,-233.146,-14.0055,1.85005,3600,0,0,3500,0,0,0,0,0),(126633,26793,576,3,1,25570,0,408.223,-251.971,-14.0055,0.855211,3600,0,0,3500,0,0,0,0,0),(126634,26793,576,3,1,25570,0,432.577,-176.837,-14.0055,4.15388,3600,0,0,3500,0,0,0,0,0),(126635,26793,576,3,1,25570,0,322.444,-223.145,-14.0055,3.85718,3600,0,0,3500,0,0,0,0,0),(126636,26793,576,3,1,25570,0,417.822,-221.25,-14.4483,2.93215,3600,0,0,3500,0,0,0,0,0),(126637,26793,576,3,1,25570,0,346.759,-289.587,-14.0055,3.40339,3600,0,0,3500,0,0,0,0,0),(126638,26793,576,3,1,25570,0,413.971,-266.326,-14.4483,5.68977,3600,0,0,3500,0,0,0,0,0),(126639,26793,576,3,1,25570,0,317.873,-238.738,-14.0888,2.72539,3600,5,0,3500,0,1,0,0,0),(126640,26793,576,3,1,25570,0,465.975,-207.779,-14.0055,3.00197,3600,0,0,3500,0,0,0,0,0),(126641,26793,576,3,1,25570,0,362.85,-323.94,-14.0055,5.89921,3600,0,0,3500,0,0,0,0,0),(126642,26793,576,3,1,25570,0,406.317,-312.124,-14.0055,0.174533,3600,0,0,3500,0,0,0,0,0),(126643,26793,576,3,1,25570,0,348.147,-194.354,-14.0055,3.24631,3600,0,0,3500,0,0,0,0,0),(126644,26793,576,3,1,25570,0,360.107,-183.319,-14.0055,2.3911,3600,0,0,3500,0,0,0,0,0),(126645,26793,576,3,1,25570,0,337.052,-317.767,-14.0055,2.86234,3600,0,0,3500,0,0,0,0,0),(126646,26793,576,3,1,25570,0,462.237,-180.989,-14.0055,4.81711,3600,0,0,3500,0,0,0,0,0),(126647,26793,576,3,1,25570,0,325.93,-172.464,-14.2729,3.12414,3600,0,0,3500,0,0,0,0,0),(126648,26793,576,3,1,25570,0,449.591,-217.548,-14.0055,4.38078,3600,0,0,3500,0,0,0,0,0),(126649,26793,576,3,1,25570,0,311.368,-160.999,-14.4682,5.32325,3600,0,0,3500,0,0,0,0,0),(126650,26793,576,3,1,25570,0,388.793,-231.362,-14.3719,0.855211,3600,0,0,3500,0,0,0,0,0),(126651,26793,576,3,1,25570,0,325.626,-158.745,-15.0874,2.26893,3600,0,0,3500,0,0,0,0,0),(126652,26793,576,3,1,25570,0,434.39,-219.373,-14.0055,2.00713,3600,0,0,3500,0,0,0,0,0),(126653,26793,576,3,1,25570,0,382.398,-190.469,-14.0055,3.35103,3600,0,0,3500,0,0,0,0,0),(126654,26793,576,3,1,25570,0,351.5,-331.067,-14.0055,4.2237,3600,0,0,3500,0,0,0,0,0),(126655,26793,576,3,1,25570,0,395.237,-187.859,-14.0055,4.92183,3600,0,0,3500,0,0,0,0,0),(126656,26793,576,3,1,25570,0,406.488,-195.654,-14.0055,0.925025,3600,0,0,3500,0,0,0,0,0),(126657,26793,576,3,1,25570,0,309.777,-270.9,-14.0055,6.21337,3600,0,0,3500,0,0,0,0,0),(126658,26793,576,3,1,25570,0,340.751,-176.628,-14.153,0.20944,3600,0,0,3500,0,0,0,0,0),(126659,26793,576,3,1,25570,0,414.117,-287.831,-14.0055,0.10472,3600,0,0,3500,0,0,0,0,0),(126660,26793,576,3,1,25570,0,383.472,-319.979,-14.0055,2.18166,3600,0,0,3500,0,0,0,0,0),(126661,26793,576,3,1,25570,0,398.713,-319.051,-14.0055,4.2586,3600,0,0,3500,0,0,0,0,0),(126662,26793,576,3,1,25570,0,339.581,-303.302,-14.0055,0.628319,3600,0,0,3500,0,0,0,0,0),(126663,26794,576,3,1,26298,0,264.959,-225.415,-9.01765,5.89921,86400,0,0,192200,0,0,0,0,0),(126664,26800,576,3,1,24353,1,395.9,169.22,-34.9363,5.41052,3600,0,0,37164,0,0,0,0,0),(126665,26802,576,3,1,24355,1,410.012,179.318,-34.9363,5.02655,3600,0,0,37164,16155,0,0,0,0),(126666,26802,576,3,1,24355,1,389.534,148.687,-34.9363,5.91667,3600,0,0,37164,16155,0,0,0,0),(126667,26802,576,3,1,24355,1,389.595,167.328,-34.9363,5.53269,3600,0,0,37164,16155,0,0,0,0),(126668,26805,576,3,1,24356,1,404.339,181.386,-34.9363,5.11381,3600,0,0,37164,16155,0,0,0,0),(126670,22515,576,3,1,16925,0,553.407,88.38,-16.5551,3.64774,3600,0,0,4120,0,0,0,0,0),(126671,22517,576,3,1,16925,0,733.436,-67.9865,-43.8489,1.37881,3600,0,0,4120,0,0,0,0,0),(126672,32258,599,3,1,15468,0,1153.49,688.607,196.883,5.70723,3600,0,0,8,0,0,0,0,0),(126673,32258,599,3,1,15468,0,974.19,375.987,206.078,3.64774,3600,0,0,8,0,0,0,0,0),(126674,32258,599,3,1,15467,0,1159.52,634.243,213.469,1.3439,3600,0,0,8,0,0,0,0,0),(126675,32258,599,3,1,15468,0,1038.35,611.641,207.394,2.26893,3600,0,0,8,0,0,0,0,0),(126676,32258,599,3,1,15467,0,992.137,430.162,207.503,3.64774,3600,0,0,8,0,0,0,0,0),(126677,32258,599,3,1,15468,0,966.726,662.323,196.494,1.71042,3600,0,0,8,0,0,0,0,0),(126678,32258,599,3,1,15468,0,1120.72,686.828,196.318,3.47321,3600,0,0,8,0,0,0,0,0),(126679,32258,599,3,1,15468,0,955.497,426.814,206.078,3.56047,3600,0,0,8,0,0,0,0,0),(126680,32258,599,3,1,15468,0,1149.05,784.074,195.044,5.67636,3600,5,0,8,0,1,0,0,0),(126681,32258,599,3,1,15467,0,1052.3,556.916,207.497,4.4855,3600,0,0,8,0,0,0,0,0),(126682,32258,599,3,1,15467,0,1010.05,682.246,202.061,2.70526,3600,0,0,8,0,0,0,0,0),(126683,32258,599,3,1,15468,0,912.685,664.648,196.494,0.506145,3600,0,0,8,0,0,0,0,0),(126684,32258,599,3,1,15467,0,1086.52,656.034,202.061,3.59538,3600,0,0,8,0,0,0,0,0),(126685,32258,599,3,1,15467,0,1025.95,664.122,202.648,2.3911,3600,0,0,8,0,0,0,0,0),(126686,32258,599,3,1,15467,0,1147.04,743.181,195.35,2.54749,3600,5,0,8,0,1,0,0,0),(126687,27960,599,3,1,25994,1,1145.31,695.628,196.234,5.73429,3600,0,0,45516,0,2,0,0,0),(126688,27960,599,3,1,25994,1,1003.65,679.734,201.977,2.53945,3600,0,0,45516,0,2,0,0,0),(126689,27960,599,3,1,25994,1,1007.62,680.39,201.977,2.23281,3600,0,0,45516,0,2,0,0,0),(126690,27960,599,3,1,25994,1,1125.97,667.047,196.235,2.05646,3600,0,0,45516,0,2,0,0,0),(126691,27960,599,3,1,25994,1,1090.05,657.417,201.977,4.113,3600,0,0,45516,0,2,0,0,0),(126692,27960,599,3,1,25994,1,1150.32,766.929,195.938,1.57957,3600,5,0,45516,0,1,0,0,0),(126693,27960,599,3,1,25994,1,1155.98,766.98,195.938,1.57955,3600,5,0,45516,0,1,0,0,0),(126694,27960,599,3,1,25994,1,1008.86,651.206,201.977,0.754548,3600,0,0,45516,0,2,0,0,0),(126695,27960,599,3,1,25994,1,1170.52,645.343,196.235,5.69736,3600,0,0,45516,0,2,0,0,0),(126696,27960,599,3,1,25994,1,1177.75,651.607,196.235,4.79011,3600,0,0,45516,0,2,0,0,0),(126697,27961,599,3,1,25995,1,1075.57,781.261,191.152,0.034907,3600,0,0,45516,0,0,0,0,0),(126698,27961,599,3,1,25995,1,1034.25,726.752,201.405,3.28122,3600,0,0,45516,0,0,0,0,0),(126699,27961,599,3,1,25995,1,1020.94,829.09,186.653,3.80482,3600,0,0,45516,0,0,0,0,0),(126700,27962,599,3,1,25989,1,1167.52,690.203,196.235,5.73428,3600,5,0,47080,11427,1,0,0,0),(126701,27962,599,3,1,25989,1,1129.02,657.006,196.235,2.05656,3600,0,0,47080,11427,0,0,0,0),(126702,27962,599,3,1,25989,1,1080.99,672.063,201.977,4.11302,3600,5,0,47080,11427,1,0,0,0),(126703,27962,599,3,1,25989,1,1145.02,642.019,196.414,5.69728,3600,0,0,47080,11427,0,0,0,0),(126704,27962,599,3,1,25989,1,1179.02,669.897,196.612,4.79008,3600,5,0,47080,11427,1,0,0,0),(126705,27963,599,3,1,25990,1,1169.73,693.822,196.235,5.73434,3600,5,0,37664,25377,1,0,0,0),(126706,27963,599,3,1,25990,1,1000.07,674.687,202.462,2.29347,3600,0,0,37664,25377,2,0,0,0),(126707,27963,599,3,1,25990,1,1124.85,655.814,196.235,2.05669,3600,5,0,37664,25377,1,0,0,0),(126708,27963,599,3,1,25990,1,1076.32,675.254,202.462,4.113,3600,5,0,37664,25377,1,0,0,0),(126709,27963,599,3,1,25990,1,1153.18,763.721,195.938,4.72119,3600,0,0,37664,25377,2,0,0,0),(126710,27963,599,3,1,25990,1,1135.3,743.415,195.35,6.27729,3600,0,0,37664,25377,2,0,0,0),(126711,27963,599,3,1,25990,1,1016,655.008,201.977,0.754551,3600,0,0,37664,25377,0,0,0,0),(126712,27963,599,3,1,25990,1,1014.99,659.887,201.977,0.753234,3600,5,0,37664,25377,1,0,0,0),(126713,27963,599,3,1,25990,1,1142.46,639.235,196.235,5.69732,3600,5,0,37664,25377,1,0,0,0),(126714,27963,599,3,1,25990,1,1183.25,670.226,196.233,4.79012,3600,5,0,37664,25377,1,0,0,0),(126715,27963,599,3,1,25990,1,986.865,666.318,202.871,3.11981,3600,0,0,37664,25377,2,0,0,0),(126716,27963,599,3,1,25990,1,1032.76,666.052,202.709,5.40797,3600,5,0,37664,25377,1,0,0,0),(126717,27964,599,3,1,25992,1,1075.56,787.851,190.424,4.17134,3600,0,0,45516,11175,0,0,0,0),(126718,27964,599,3,1,25992,1,1027.58,825.907,187.474,4.67748,3600,0,0,45516,11175,0,0,0,0),(126719,27965,599,3,1,25993,1,1044.71,720.134,201.692,2.9147,3600,0,0,47080,11427,0,0,0,0),(126720,27965,599,3,1,25993,1,1042.09,734.053,199.433,3.94444,3600,0,0,47080,11427,0,0,0,0),(126721,27965,599,3,1,25993,1,1019.56,843.644,186.174,4.60767,3600,0,0,47080,11427,0,0,0,0),(126722,27965,599,3,1,25993,1,1030.55,833.919,186.151,3.66519,3600,0,0,47080,11427,0,0,0,0),(126723,27965,599,3,1,25993,1,1060.57,783.555,190.386,6.07375,3600,0,0,47080,11427,0,0,0,0),(126724,2110,599,3,1,1141,0,985.883,801.719,196.793,5.55015,3600,0,0,1,0,0,0,0,0),(126725,2110,599,3,1,1141,0,1012.46,855.576,185.137,3.90954,3600,0,0,1,0,0,0,0,0),(126726,2110,599,3,1,1141,0,945.681,753.969,202.332,2.04204,3600,0,0,1,0,0,0,0,0),(126727,2110,599,3,1,1141,0,990.07,746.379,209.404,6.12611,3600,0,0,1,0,0,0,0,0),(126728,27966,599,3,1,25988,1,937.845,816.693,189.75,0.674488,3600,0,0,47080,11427,2,0,0,0),(126729,2110,599,3,1,1141,0,1056.73,733.418,200.638,2.94961,3600,0,0,1,0,0,0,0,0),(126730,2110,599,3,1,1141,0,1076.6,781.89,191.051,1.0559,3600,5,0,1,0,1,0,0,0),(126731,2110,599,3,1,1141,0,923.049,831.112,188.318,2.70526,3600,0,0,1,0,0,0,0,0),(126732,27966,599,3,1,25988,1,959.431,770.362,198.823,1.73038,3600,0,0,47080,11427,2,0,0,0),(126733,27969,599,3,1,28132,0,1048.36,627.214,207.719,1.57545,3600,0,0,91032,18625,2,0,0,0),(126734,27969,599,3,1,28132,0,1182.63,642.693,196.235,1.18384,3600,0,0,91032,18625,2,0,0,0),(126735,27969,599,3,1,28132,0,1124.23,666.653,196.235,4.80928,3600,0,0,91032,18625,2,0,0,0),(126736,27969,599,3,1,28132,0,905.23,666.271,196.411,0.006217,3600,0,0,91032,18625,2,0,0,0),(126737,27970,599,3,1,26146,0,1037.45,579.723,207.05,0.017453,3600,0,0,47080,0,0,0,0,0),(126738,27970,599,3,1,26146,0,1058.29,499.908,207.803,4.2237,3600,8,0,47080,0,1,0,0,0),(126739,27971,599,3,1,26154,0,1049.09,468.95,209.044,5.44543,3600,8,0,45516,0,1,0,0,0),(126740,27971,599,3,1,26154,0,1144.93,731.036,196.327,1.5708,3600,0,0,45516,0,0,0,0,0),(126741,27971,599,3,1,26154,0,1161.86,730.284,196.327,1.67552,3600,0,0,45516,0,0,0,0,0),(126742,27971,599,3,1,26154,0,1059.98,579.334,207.088,3.1765,3600,0,0,45516,0,0,0,0,0),(126743,27971,599,3,1,26154,0,1048.6,654.005,202.239,1.71042,3600,0,0,45516,0,0,0,0,0),(126744,27971,599,3,1,26154,0,1032.59,475.946,207.803,2.04204,3600,8,0,45516,0,1,0,0,0),(126745,27971,599,3,1,26154,0,1036.02,501.231,207.803,5.75959,3600,8,0,45516,0,1,0,0,0),(126746,27972,599,3,1,26140,0,972.523,420.203,205.994,6.19658,3600,0,0,94160,26663,2,0,0,0),(126747,27972,599,3,1,26140,0,906.657,674.535,196.494,0.069813,3600,0,0,94160,26663,0,0,0,0),(126748,27972,599,3,1,26140,0,905.686,658.964,196.494,0.122173,3600,0,0,94160,26663,0,0,0,0),(126749,27972,599,3,1,26140,0,983.266,390.105,205.994,3.85652,3600,0,0,94160,26663,2,0,0,0),(126750,27972,599,3,1,26140,0,967.968,381.012,205.994,1.4247,3600,0,0,94160,26663,2,0,0,0),(126751,27973,599,3,1,21330,0,936.175,836.896,187.539,0.401426,3600,0,0,11379,0,0,0,0,0),(126752,27973,599,3,1,21330,0,928.186,835.734,187.71,4.99164,3600,0,0,11379,0,0,0,0,0),(126753,27973,599,3,1,21330,0,925.693,827.265,188.777,0.925025,3600,0,0,11379,0,0,0,0,0),(126754,27973,599,3,1,21330,0,1042.65,673.982,202.333,1.34675,3600,5,0,11379,0,1,0,0,0),(126755,27973,599,3,1,21330,0,1046.64,678.722,202.421,0.418879,3600,0,0,11379,0,0,0,0,0),(126756,27973,599,3,1,21330,0,1052.38,672.775,201.865,0.488692,3600,0,0,11379,0,0,0,0,0),(126757,27973,599,3,1,19383,0,964.813,813.786,189.312,4.50776,3600,5,0,11379,0,1,0,0,0),(126758,27973,599,3,1,19383,0,981.383,822.972,188.181,0.698132,3600,0,0,11379,0,0,0,0,0),(126759,27973,599,3,1,21330,0,968.709,822.412,187.609,2.77507,3600,0,0,11379,0,0,0,0,0),(126760,27973,599,3,1,19383,0,967.501,817.352,188.684,2.96706,3600,0,0,11379,0,0,0,0,0),(126761,27973,599,3,1,21330,0,976.325,820.192,188.759,0,3600,0,0,11379,0,0,0,0,0),(126762,27973,599,3,1,19383,0,1064.55,807.272,187.862,5.72136,3600,5,0,11379,0,1,0,0,0),(126763,27973,599,3,1,19383,0,1070.47,828.045,185.486,0.164425,3600,5,0,11379,0,1,0,0,0),(126764,27973,599,3,1,19383,0,1056.79,827.143,184.929,4.81268,3600,5,0,11379,0,1,0,0,0),(126765,27973,599,3,1,21330,0,1055.63,831.022,184.297,5.69452,3600,5,0,11379,0,1,0,0,0),(126766,27973,599,3,1,21330,0,1057.91,811.468,187.537,5.50003,3600,5,0,11379,0,1,0,0,0),(126767,27973,599,3,1,21330,0,1065.35,816.088,186.469,4.8355,3600,5,0,11379,0,1,0,0,0),(126768,27973,599,3,1,21330,0,1065.69,831.385,184.75,5.41897,3600,5,0,11379,0,1,0,0,0),(126769,27973,599,3,1,21330,0,1047.85,768.687,192.956,4.2389,3600,5,0,11379,0,1,0,0,0),(126770,27973,599,3,1,19383,0,1045.24,750.772,197.158,4.43027,3600,5,0,11379,0,1,0,0,0),(126771,27973,599,3,1,21330,0,1034.92,745.038,197.267,5.45241,3600,5,0,11379,0,1,0,0,0),(126772,27973,599,3,1,21330,0,1039.65,764.851,194.127,4.57073,3600,5,0,11379,0,1,0,0,0),(126773,27973,599,3,1,21330,0,1031.16,754.4,196.428,3.84551,3600,5,0,11379,0,1,0,0,0),(126774,27973,599,3,1,19383,0,1047.24,759.664,194.995,1.70245,3600,5,0,11379,0,1,0,0,0),(126775,27973,599,3,1,21330,0,1054.64,769.281,192.781,2.25148,3600,0,0,11379,0,0,0,0,0),(126776,27973,599,3,1,19383,0,951.382,789.054,195.397,1.8675,3600,0,0,11379,0,0,0,0,0),(126777,27973,599,3,1,19383,0,960.285,789.112,195.944,3.49066,3600,0,0,11379,0,0,0,0,0),(126778,27973,599,3,1,19383,0,952.608,777.938,197.541,5.5676,3600,0,0,11379,0,0,0,0,0),(126779,27973,599,3,1,21330,0,946.606,806.645,191.321,3.87463,3600,0,0,11379,0,0,0,0,0),(126780,27973,599,3,1,21330,0,941.222,800.692,192.807,4.81711,3600,0,0,11379,0,0,0,0,0),(126781,27973,599,3,1,21330,0,935.297,812.906,190.614,1.309,3600,0,0,11379,0,0,0,0,0),(126782,27973,599,3,1,19383,0,961.167,835.824,186.585,0.122173,3600,0,0,11379,0,0,0,0,0),(126783,27973,599,3,1,19383,0,967.24,838.007,186.241,4.43314,3600,0,0,11379,0,0,0,0,0),(126784,27973,599,3,1,19383,0,966.59,844.555,185.828,4.2237,3600,0,0,11379,0,0,0,0,0),(126785,27973,599,3,1,19383,0,952.557,835.23,186.833,1.69377,3600,5,0,11379,0,1,0,0,0),(126786,27973,599,3,1,19383,0,961.576,830.945,186.876,4.04916,3600,0,0,11379,0,0,0,0,0),(126787,27973,599,3,1,19383,0,938.483,813.762,189.993,0.674536,3600,0,0,11379,0,2,0,0,0),(126788,27973,599,3,1,19383,0,937.209,819.625,189.575,3.81619,3600,0,0,11379,0,2,0,0,0),(126789,27975,599,3,1,26657,1,842.632,666.047,190.116,0,86400,0,0,273938,0,0,0,0,0),(126790,27977,599,3,1,20909,0,1008.56,759.914,208.706,2.56563,86400,0,0,286112,0,0,0,0,0),(126792,27978,599,3,1,27483,0,1295.21,667.157,189.691,3.19395,86400,0,0,365250,0,0,0,0,0),(1972006,38176,668,3,1,0,1,5282.9,2019.6,707.778,5.88176,86400,0,0,132300,19970,0,0,0,0),(126794,28235,599,3,1,17200,0,900.109,356.481,214.401,5.48033,3600,0,0,15362,0,0,0,0,0),(126795,28055,599,3,1,11686,0,1016.75,831.478,188.181,2.89532,3600,0,0,10282,0,0,0,0,0),(126796,28055,599,3,1,11686,0,1036.58,732.096,216.47,4.57698,3600,0,0,10282,0,0,0,0,0),(126797,28055,599,3,1,11686,0,1074.83,788.93,199.025,3.17784,3600,0,0,10282,0,0,0,0,0),(126798,28055,599,3,1,11686,0,1036.99,726.416,217.522,0.463724,3600,0,0,10282,0,0,0,0,0),(126799,28055,599,3,1,11686,0,1022.77,823.943,197.319,5.14978,3600,0,0,10282,0,0,0,0,0),(126800,28824,599,3,1,22878,0,1080.28,480.015,207.803,3.49066,3600,0,0,42,0,0,0,0,0),(126801,28070,599,3,1,26353,0,1077.41,474.16,207.803,2.70526,3600,0,0,75600,0,0,0,0,0),(1972005,38176,668,3,1,0,1,5295.64,1973.76,707.778,1.18682,86400,0,0,132300,19970,0,0,0,0),(1972000,38173,668,3,1,0,1,5322.96,2040.29,707.778,4.34587,86400,0,0,132300,0,0,0,0,0),(126808,28130,599,3,1,11686,0,943.088,401.378,206.078,3.80482,3600,0,0,10282,0,0,0,0,0),(126809,28130,599,3,1,11686,0,967,376.832,206.078,3.80482,3600,0,0,10282,0,0,0,0,0),(126810,28130,599,3,1,11686,0,964.302,381.942,206.078,3.85718,3600,0,0,10282,0,0,0,0,0),(126811,22515,599,3,1,16925,0,895.933,363.528,219.338,5.58505,3600,0,0,4120,0,0,0,0,0),(126812,22515,599,3,1,16925,0,1293.84,598.778,199.893,1.51844,3600,0,0,4120,0,0,0,0,0),(126813,22515,599,3,1,16925,0,1293.86,736.331,200.282,2.58309,3600,0,0,4120,0,0,0,0,0),(126814,22515,599,3,1,16925,0,892.25,331.25,223.868,0.680678,3600,0,0,4120,0,0,0,0,0),(126815,28149,599,3,1,26090,1,1077.18,484.224,207.803,2.21657,3600,0,0,50400,3994,0,0,0,0),(126816,28149,599,3,1,26091,1,1070.68,477.289,207.803,2.79253,3600,0,0,50400,3994,0,0,0,0),(126817,28149,599,3,1,26091,1,1070.26,469.005,207.803,3.22886,3600,0,0,50400,3994,0,0,0,0),(126818,32258,602,3,1,15467,0,1129.52,-104.566,61.2997,1.93731,3600,0,0,8,0,0,0,0,0),(126819,32258,602,3,1,15467,0,1015.9,25.7696,58.4269,4.57276,3600,0,0,8,0,0,0,0,0),(126820,32258,602,3,1,15467,0,1156.77,97.876,60.8132,4.50295,3600,0,0,8,0,0,0,0,0),(126821,32258,602,3,1,15468,0,1016.5,-159.134,61.2628,2.33874,3600,0,0,8,0,0,0,0,0),(126822,32258,602,3,1,15468,0,1089.56,-292.482,61.3109,2.47837,3600,0,0,8,0,0,0,0,0),(126823,32258,602,3,1,15468,0,1157.93,-195.596,52.4464,1.78024,3600,0,0,8,0,0,0,0,0),(126824,32258,602,3,1,15468,0,1209.3,-183.026,52.664,1.29154,3600,0,0,8,0,0,0,0,0),(126825,32258,602,3,1,15468,0,1375.34,-149.135,52.1097,5.96903,3600,0,0,8,0,0,0,0,0),(126826,32258,602,3,1,15467,0,1348.23,204.238,52.9838,2.22444,3600,5,0,8,0,1,0,0,0),(126827,32258,602,3,1,15467,0,1318.48,-222.698,23.3089,4.2237,3600,0,0,8,0,0,0,0,0),(126828,32258,602,3,1,15467,0,1189.8,82.7128,60.8132,6.03884,3600,0,0,8,0,0,0,0,0),(126829,32258,602,3,1,15468,0,1109.87,-75.9791,61.3257,5.39307,3600,0,0,8,0,0,0,0,0),(126830,32258,602,3,1,15468,0,1256.32,26.5637,33.5889,2.18166,3600,0,0,8,0,0,0,0,0),(126831,32258,602,3,1,15467,0,1349.68,-101.091,23.3095,4.20624,3600,0,0,8,0,0,0,0,0),(126832,32258,602,3,1,15468,0,1156.58,-30.1214,60.8132,2.47837,3600,0,0,8,0,0,0,0,0),(126833,32258,602,3,1,15467,0,1442.29,46.475,58.8496,2.75762,3600,0,0,8,0,0,0,0,0),(126835,28961,602,3,1,25984,1,1175.34,-146.038,52.7958,4.66003,3600,0,0,48700,0,0,0,0,0),(126836,28961,602,3,1,25984,1,1253.15,-183.505,52.3464,1.62316,3600,0,0,48700,0,0,0,0,0),(126837,28961,602,3,1,25984,1,1225.58,-184.354,52.6816,1.65806,3600,0,0,48700,0,0,0,0,0),(126838,28961,602,3,1,25984,1,1209.29,-184.312,52.663,1.64061,3600,0,0,48700,0,0,0,0,0),(126839,28961,602,3,1,25984,1,1162.19,-165.844,52.7958,0.05236,3600,0,0,48700,0,0,0,0,0),(126840,28961,602,3,1,25984,1,1162.16,-159.639,52.7958,0,3600,0,0,48700,0,0,0,0,0),(126841,28961,602,3,1,25984,1,1215.1,-145.157,52.6689,4.76475,3600,0,0,48700,0,0,0,0,0),(126842,28961,602,3,1,25984,1,1157.06,-199.66,52.4637,0.034907,3600,0,0,48700,0,0,0,0,0),(126843,28961,602,3,1,25984,1,1209.47,-144.968,52.6756,4.67748,3600,0,0,48700,0,0,0,0,0),(126844,28961,602,3,1,25984,1,1259.38,-145.274,52.2997,4.83456,3600,0,0,48700,0,0,0,0,0),(126845,28961,602,3,1,25984,1,1264.53,-145.56,52.2677,4.76475,3600,0,0,48700,0,0,0,0,0),(126846,28961,602,3,1,25984,1,1253.51,-145.028,52.3361,4.69494,3600,0,0,48700,0,0,0,0,0),(126847,28961,602,3,1,25984,1,1248.02,-183.46,52.3813,1.5708,3600,0,0,48700,0,0,0,0,0),(126848,28965,602,3,1,25985,1,1259.01,-183.692,52.2677,1.6057,3600,0,0,48700,0,0,0,0,0),(126849,28965,602,3,1,25985,1,1220.23,-145.244,52.6676,4.76475,3600,0,0,48700,0,0,0,0,0),(126850,28965,602,3,1,25985,1,1156.81,-218.584,52.5578,0.034907,3600,0,0,48700,0,0,0,0,0),(126851,28965,602,3,1,25985,1,1248,-145.069,52.3706,4.69494,3600,0,0,48700,0,0,0,0,0),(126852,28965,602,3,1,25985,1,1219.88,-184.285,52.6623,1.69297,3600,0,0,48700,0,0,0,0,0),(126853,28965,602,3,1,25985,1,1162.24,-171.805,52.7958,0,3600,0,0,48700,0,0,0,0,0),(126854,28965,602,3,1,25985,1,1162.21,-154.095,52.7958,0,3600,0,0,48700,0,0,0,0,0),(126855,28965,602,3,1,25985,1,1181.03,-146.034,52.7958,4.72984,3600,0,0,48700,0,0,0,0,0),(126856,28965,602,3,1,25985,1,1156.66,-212.22,52.5358,6.26573,3600,0,0,48700,0,0,0,0,0),(126857,28965,602,3,1,25985,1,1186.62,-146.1,52.7958,4.76475,3600,0,0,48700,0,0,0,0,0),(126858,28965,602,3,1,25985,1,1156.67,-205.87,52.4985,6.26573,3600,0,0,48700,0,0,0,0,0),(126859,28965,602,3,1,25985,1,1170.35,-145.818,52.7958,4.76475,3600,0,0,48700,0,0,0,0,0),(126860,28965,602,3,1,25985,1,1263.88,-183.709,52.2732,1.6057,3600,0,0,48700,0,0,0,0,0),(126861,28965,602,3,1,25985,1,1213.84,-184.112,52.6585,1.67552,3600,0,0,48700,0,0,0,0,0),(126862,28965,602,3,1,25985,1,1224.51,-145.291,52.6788,4.69494,3600,0,0,48700,0,0,0,0,0),(1972012,38175,668,3,1,0,1,5306.57,1977.47,707.778,1.50098,86400,0,0,132300,19970,0,0,0,0),(1972004,38176,668,3,1,0,1,5299.25,2036,707.778,5.02655,86400,0,0,132300,19970,0,0,0,0),(126867,29048,602,3,1,26937,0,1063.43,-185.74,70.453,5.72667,3600,40,0,12600,0,1,0,0,0),(126868,29048,602,3,1,26937,0,1055.34,-108.344,82.4959,5.38195,3600,40,0,12600,0,1,0,0,0),(126869,29048,602,3,1,26937,0,1100.82,-123.139,69.6126,4.40281,3600,40,0,12600,0,1,0,0,0),(126870,29048,602,3,1,26937,0,1061.61,-176.984,68.6239,1.56977,3600,40,0,12600,0,1,0,0,0),(126871,29048,602,3,1,26937,0,1018.09,-127.471,82.461,4.6392,3600,40,0,12600,0,1,0,0,0),(126872,29048,602,3,1,26937,0,1040,-118.66,73.7045,2.67486,3600,40,0,12600,0,1,0,0,0),(126873,28546,602,3,1,27484,0,1081.99,-261.809,61.2913,0.017453,86400,0,0,325825,0,0,0,0,0),(126874,28547,602,3,1,8715,0,1119.18,-264.88,56.8805,4.77669,3600,0,0,50400,19970,2,0,0,0),(126875,28823,602,3,1,11686,0,1322.23,-89.2544,61.3288,5.8294,3600,0,0,12600,0,0,0,0,0),(126876,28826,602,3,1,26381,0,1110.8,-266.038,56.9892,6.14356,3600,0,0,50400,0,0,0,0,0),(126877,28826,602,3,1,26381,0,1110.75,-256.804,56.9893,2.77507,3600,0,0,50400,0,0,0,0,0),(126878,28578,602,3,1,25984,1,1325.08,-34.0827,40.2639,0.802851,3600,0,0,48700,0,0,0,0,0),(126879,28578,602,3,1,25984,1,1327.26,99.2473,40.2637,0.069813,3600,0,0,48700,0,0,0,0,0),(126880,28578,602,3,1,25984,1,1404.63,32.2329,50.1216,2.72271,3600,0,0,48700,0,0,0,0,0),(126881,28578,602,3,1,25984,1,1439.57,43.7118,58.8496,4.99164,3600,0,0,48700,0,0,0,0,0),(126882,28578,602,3,1,25984,1,1439.66,29.5771,58.8496,1.64061,3600,0,0,48700,0,0,0,0,0),(126883,28578,602,3,1,25984,1,1325.77,163.245,53.7874,1.64061,3600,0,0,48700,0,0,0,0,0),(126884,28578,602,3,1,25984,1,1337.83,163.031,53.7874,1.62316,3600,0,0,48700,0,0,0,0,0),(126885,28578,602,3,1,25984,1,1252.42,-26.7338,33.5891,0,3600,0,0,48700,0,0,0,0,0),(126886,28579,602,3,1,25982,1,1339.44,-33.7956,40.2639,2.37365,3600,0,0,48700,0,0,0,0,0),(126887,28579,602,3,1,25982,1,1336.87,99.6618,40.2637,3.19395,3600,0,0,48700,0,0,0,0,0),(126888,28579,602,3,1,25982,1,1402.17,43.6177,50.1216,3.90954,3600,0,0,48700,0,0,0,0,0),(126889,28579,602,3,1,25982,1,1434.63,30.0723,58.8496,1.5708,3600,0,0,48700,0,0,0,0,0),(126890,28835,602,3,1,26143,0,1066.23,89.9313,61.2346,4.79965,3600,0,0,88200,11982,0,0,0,0),(126891,28835,602,3,1,26143,0,1079.42,90.3822,61.232,5.07891,3600,0,0,88200,11982,0,0,0,0),(126892,28835,602,3,1,26143,0,1053.16,78.3075,61.4436,1.77593,3600,0,0,88200,11982,2,0,0,0),(126893,28835,602,3,1,26143,0,1065.88,-209.239,61.2612,4.69494,3600,0,0,88200,11982,0,0,0,0),(126894,28835,602,3,1,26143,0,1081.37,-209.6,61.2789,4.79965,3600,0,0,88200,11982,0,0,0,0),(126895,28579,602,3,1,25982,1,1271.78,103.515,33.5889,3.52556,3600,0,0,48700,0,0,0,0,0),(126896,28835,602,3,1,26143,0,1068.57,-39.6648,61.2697,4.72984,3600,0,0,88200,11982,0,0,0,0),(126897,28835,602,3,1,26143,0,1080.15,-39.6035,61.2802,4.69494,3600,0,0,88200,11982,0,0,0,0),(126898,28579,602,3,1,25982,1,1258.43,-35.7104,33.5891,1.16937,3600,0,0,48700,0,0,0,0,0),(126899,28580,602,3,1,25985,1,1341.75,-24.6737,40.2639,3.35103,3600,0,0,48700,0,0,0,0,0),(126900,28580,602,3,1,25985,1,1392.21,46.3331,50.1215,5.0091,3600,0,0,48700,0,0,0,0,0),(126901,28580,602,3,1,25985,1,1434.03,43.1807,58.8496,4.86947,3600,0,0,48700,0,0,0,0,0),(126902,28836,602,3,1,25756,1,1024.68,-118.761,61.3074,5.93412,3600,0,0,50400,19970,0,0,0,0),(126903,28836,602,3,1,25756,1,1073.59,-109.084,56.8257,1.39626,3600,0,0,50400,19970,0,0,0,0),(126904,28836,602,3,1,25756,1,1069.07,-103.093,56.8257,5.77704,3600,0,0,50400,19970,0,0,0,0),(126905,28580,602,3,1,25985,1,1252.87,103.427,33.5889,5.89921,3600,0,0,48700,0,0,0,0,0),(126906,28580,602,3,1,25985,1,1262.41,109.513,33.5889,4.67748,3600,0,0,48700,0,0,0,0,0),(126907,28836,602,3,1,25756,1,1055.63,-170.033,56.7306,6.0912,3600,0,0,50400,19970,0,0,0,0),(126908,28836,602,3,1,25756,1,1061.99,-169.473,56.7073,3.1765,3600,0,0,50400,19970,0,0,0,0),(126909,28836,602,3,1,25756,1,1107.63,-117.011,61.3516,4.4855,3600,0,0,50400,19970,0,0,0,0),(126910,28836,602,3,1,25756,1,1118.76,-118.839,61.3447,3.56047,3600,0,0,50400,19970,0,0,0,0),(126911,28836,602,3,1,25756,1,1085.67,-175.532,56.7291,0.610865,3600,0,0,50400,19970,0,0,0,0),(126912,28836,602,3,1,25756,1,1097.71,-131.79,61.3199,5.55015,3600,0,0,50400,19970,0,0,0,0),(126913,28836,602,3,1,25756,1,1035.6,-147.334,61.2808,1.01229,3600,0,0,50400,19970,0,0,0,0),(126914,28580,602,3,1,25985,1,1269.06,-33.7382,33.5891,2.33874,3600,0,0,48700,0,0,0,0,0),(126915,28581,602,3,1,25759,1,1393.7,48.0953,50.0383,4.04916,3600,0,0,48700,19465,2,0,0,0),(126916,28581,602,3,1,25759,1,1354.68,66.1413,43.6171,3.87463,3600,0,0,48700,19465,0,0,0,0),(126917,28581,602,3,1,25759,1,1269.77,3.9426,33.5056,0,3600,0,0,48700,19465,2,0,0,0),(126918,28581,602,3,1,25759,1,1261,111.984,33.5055,2.8182,3600,0,0,48700,19465,2,0,0,0),(126919,28581,602,3,1,25759,1,1254.66,55.3675,33.5056,1.56744,3600,0,0,48700,19465,2,0,0,0),(126920,28837,602,3,1,25757,1,1041.51,-116.084,61.3423,3.75246,3600,0,0,50400,19970,0,0,0,0),(126921,28837,602,3,1,25757,1,1077.49,-102.187,56.8122,3.94444,3600,0,0,50400,19970,0,0,0,0),(126922,28581,602,3,1,25759,1,1293.52,91.5001,36.1509,4.67748,3600,0,0,48700,19465,0,0,0,0),(126923,28581,602,3,1,25759,1,1293.56,-34.5055,36.146,4.66003,3600,0,0,48700,19465,0,0,0,0),(126924,28581,602,3,1,25759,1,1377.86,8.26782,48.9933,0.782713,3600,0,0,48700,19465,2,0,0,0),(126925,28581,602,3,1,25759,1,1406.36,33.1665,50.0382,3.13674,3600,0,0,48700,19465,2,0,0,0),(126926,28581,602,3,1,25759,1,1359.86,82.5017,41.1423,0.942478,3600,0,0,48700,19465,2,0,0,0),(126927,28837,602,3,1,25757,1,1060.05,-176.037,56.7189,2.23402,3600,0,0,50400,19970,0,0,0,0),(126928,28837,602,3,1,25757,1,1090.95,-171.729,56.7351,3.33358,3600,0,0,50400,19970,0,0,0,0),(126929,28581,602,3,1,25759,1,1084.47,-168.466,56.7169,6.16101,3600,0,0,48700,19465,0,0,0,0),(126930,28837,602,3,1,25757,1,1099.9,-142.793,61.3014,0.296706,3600,0,0,50400,19970,0,0,0,0),(126931,28581,602,3,1,25759,1,1110.21,-146.21,61.2986,2.04204,3600,0,0,48700,19465,0,0,0,0),(126932,28837,602,3,1,25757,1,1049.77,-134.046,61.3152,3.28122,3600,0,0,50400,19970,0,0,0,0),(126933,28582,602,3,1,25754,1,1365.24,17.1021,48.1587,2.32129,3600,0,0,48700,19465,2,0,0,0),(126934,28838,602,3,1,26053,1,1032.68,-112.576,61.319,4.86947,3600,0,0,50400,0,0,0,0,0),(126935,28838,602,3,1,26053,1,1049.9,-99.5955,59.3823,2.11436,3600,0,0,50400,0,2,0,0,0),(126936,28838,602,3,1,26053,1,1046.43,-107.643,61.2819,2.11434,3600,5,0,50400,0,1,0,0,0),(126937,28838,602,3,1,26053,1,1088.67,-147.48,61.189,2.01811,3600,5,0,50400,0,1,0,0,0),(126938,28838,602,3,1,26053,1,1096.84,-166.114,58.6869,2.01812,3600,0,0,50400,0,2,0,0,0),(126939,28582,602,3,1,25754,1,1324.5,-36.1576,40.1805,2.20599,3600,0,0,48700,19465,2,0,0,0),(126940,28582,602,3,1,25754,1,1269.93,69.1513,33.5055,0,3600,0,0,48700,19465,2,0,0,0),(126941,28582,602,3,1,25754,1,1262.92,-39.2248,33.5057,6.0256,3600,0,0,48700,19465,2,0,0,0),(126942,28582,602,3,1,25754,1,1329.33,97.2981,40.1804,4.74555,3600,0,0,48700,19465,2,0,0,0),(126943,28838,602,3,1,26053,1,1114.89,-112.605,61.3412,4.06662,3600,0,0,50400,0,0,0,0,0),(126944,28838,602,3,1,26053,1,1045.82,-146.42,61.293,2.1293,3600,0,0,50400,0,0,0,0,0),(126945,28583,602,3,1,25654,0,1362.89,-242.99,37.893,5.02655,3600,5,0,48700,19465,1,0,0,0),(126946,28583,602,3,1,25654,0,1358.59,-235.811,37.8893,3.9619,3600,5,0,48700,19465,1,0,0,0),(126947,28583,602,3,1,25654,0,1298.09,-135.214,54.7565,3.47321,3600,5,0,48700,19465,1,0,0,0),(126948,28583,602,3,1,25654,0,1305.5,-140.833,52.1008,0.994838,3600,5,0,48700,19465,1,0,0,0),(126949,28583,602,3,1,25654,0,1368.43,-136.417,56.0153,0.942478,3600,5,0,48700,19465,1,0,0,0),(126950,28583,602,3,1,25654,0,1359.98,-139.701,52.1163,2.80998,3600,5,0,48700,19465,1,0,0,0),(126951,28583,602,3,1,25654,0,1293.95,-187.808,52.1106,5.34071,3600,5,0,48700,19465,1,0,0,0),(126952,28583,602,3,1,25654,0,1296.02,-177.714,52.112,3.57792,3600,5,0,48700,19465,1,0,0,0),(126953,28583,602,3,1,25654,0,1368.82,-177.437,52.1121,0.925025,3600,5,0,48700,19465,1,0,0,0),(126954,28583,602,3,1,25654,0,1311.23,-158.982,52.275,1.61992,3600,0,0,48700,19465,2,0,0,0),(126955,28583,602,3,1,25654,0,1354.27,-162.388,52.0238,1.61992,3600,5,0,48700,19465,1,0,0,0),(126956,28583,602,3,1,25654,0,1299.35,-242.388,37.8676,0.802851,3600,5,0,48700,19465,1,0,0,0),(126957,28583,602,3,1,25654,0,1293.45,-235.049,37.8867,2.60054,3600,5,0,48700,19465,1,0,0,0),(126958,28584,602,3,1,24905,0,1369.96,-238.321,37.8063,4.44524,3600,5,0,48700,19465,1,0,0,0),(126959,28584,602,3,1,24905,0,1295.14,-145.482,52.0918,1.15192,3600,5,0,48700,19465,1,0,0,0),(126960,28584,602,3,1,24905,0,1370.38,-144.529,52.8502,3.87463,3600,5,0,48700,19465,1,0,0,0),(126961,28584,602,3,1,24905,0,1362.15,-215.245,23.3088,2.28638,3600,5,0,48700,19465,1,0,0,0),(126962,28584,602,3,1,24905,0,1302.27,-188.175,52.1071,5.2709,3600,5,0,48700,19465,1,0,0,0),(126963,28584,602,3,1,24905,0,1370.06,-185.94,52.1119,4.55531,3600,5,0,48700,19465,1,0,0,0),(126964,28584,602,3,1,24905,0,1360.91,-186.773,52.1082,2.44346,3600,5,0,48700,19465,1,0,0,0),(126965,28584,602,3,1,24905,0,1300.03,-214.843,23.3088,2.56563,3600,5,0,48700,19465,1,0,0,0),(126966,28584,602,3,1,24905,0,1306.46,-236.695,37.8405,3.00197,3600,5,0,48700,19465,1,0,0,0),(126967,28585,602,3,1,2170,0,1331.43,-190.237,23.2255,4.66591,20,8,0,15827,0,1,0,0,0),(126968,28585,602,3,1,2170,0,1325.64,-128.433,23.2265,1.80097,20,8,0,15827,0,1,0,0,0),(126969,28585,602,3,1,2170,0,1320.02,-138.078,23.2255,2.19795,20,8,0,15827,0,1,0,0,0),(126970,28585,602,3,1,2170,0,1313.82,-198.123,23.2255,4.05242,20,8,0,15827,0,1,0,0,0),(126971,28585,602,3,1,2170,0,1349.41,-196.566,23.2255,5.38308,20,8,0,15827,0,1,0,0,0),(126972,28585,602,3,1,2170,0,1318.32,-154.982,23.2255,3.17264,20,8,0,15827,0,1,0,0,0),(126973,28585,602,3,1,2170,0,1332.28,-142.99,23.2255,1.52094,20,8,0,15827,0,1,0,0,0),(126974,28585,602,3,1,2170,0,1332.19,-124.271,23.2281,1.5631,20,8,0,15827,0,1,0,0,0),(126975,28585,602,3,1,2170,0,1355.78,-164.826,23.2255,6.25265,20,8,0,15827,0,1,0,0,0),(126976,28585,602,3,1,2170,0,1305.84,-165.736,23.2255,3.19814,20,8,0,15827,0,1,0,0,0),(126977,28585,602,3,1,2170,0,1344.02,-177.859,23.2255,6.01943,20,8,0,15827,0,1,0,0,0),(126978,28585,602,3,1,2170,0,1319.59,-178.795,23.2255,3.45532,20,8,0,15827,0,1,0,0,0),(126979,28585,602,3,1,2170,0,1344.31,-153.753,23.2255,0.067514,20,8,0,15827,0,1,0,0,0),(126980,28585,602,3,1,2170,0,1344.14,-133.698,23.2255,1.04352,20,8,0,15827,0,1,0,0,0),(126981,28586,602,3,1,27301,1,1262.35,100.212,33.5056,4.7273,86400,0,0,221561,0,2,0,0,0),(126982,28587,602,3,1,27071,1,1332.38,-102.078,56.801,2.07694,86400,0,0,269783,0,0,0,0,0),(126983,28920,602,3,1,27092,1,1098.05,54.0523,53.6523,3.20215,3600,0,0,100800,0,2,0,0,0),(126984,28920,602,3,1,27092,1,1098.97,19.5545,53.641,4.26715,3600,0,0,100800,0,2,0,0,0),(126985,28923,602,3,1,27485,0,1186.47,33.8305,60.8132,3.15905,86400,0,0,390990,0,0,0,0,0),(126986,13321,604,3,1,6297,0,1930.37,783.03,135.176,1.46608,3600,0,0,42,0,0,0,0,0),(126987,13321,604,3,1,901,0,1698.35,695.523,123.714,0.872665,3600,0,0,42,0,0,0,0,0),(126988,13321,604,3,1,901,0,1724.29,810.586,123.876,2.02458,3600,0,0,42,0,0,0,0,0),(126989,13321,604,3,1,6297,0,1923.56,775.178,135.274,1.01229,3600,0,0,42,0,0,0,0,0),(126990,13321,604,3,1,6297,0,1712.59,828.13,123.714,0.280348,3600,5,0,42,0,1,0,0,0),(126991,13321,604,3,1,6295,0,1929.77,719.411,135.378,0.645772,3600,0,0,42,0,0,0,0,0),(126992,13321,604,3,1,901,0,1922.86,711.94,135.19,4.55325,3600,5,0,42,0,1,0,0,0),(126993,13321,604,3,1,1924,0,1932.25,707.894,135.192,2.49423,3600,5,0,42,0,1,0,0,0),(126994,13321,604,3,1,901,0,1703.22,789.921,123.876,1.88496,3600,0,0,42,0,0,0,0,0),(126995,13321,604,3,1,6295,0,1721.65,674.861,123.876,2.82743,3600,0,0,42,0,0,0,0,0),(126996,13321,604,3,1,6297,0,1705.98,829.241,124.48,2.04204,3600,0,0,42,0,0,0,0,0),(126997,13321,604,3,1,6297,0,1712.19,797.004,123.876,2.18166,3600,0,0,42,0,0,0,0,0),(126998,13321,604,3,1,6297,0,1717.68,674.277,123.876,2.56563,3600,0,0,42,0,0,0,0,0),(126999,13321,604,3,1,901,0,1933.26,770.721,135.07,6.24828,3600,0,0,42,0,0,0,0,0),(127000,13321,604,3,1,901,0,1703.83,785.861,123.876,3.56047,3600,0,0,42,0,0,0,0,0),(127001,13321,604,3,1,6295,0,1649.4,867.158,139.676,2.32129,3600,0,0,42,0,0,0,0,0),(127006,29768,604,3,1,4305,0,1579.78,650.974,97.0398,5.044,3600,0,0,45516,0,0,0,0,0),(127007,29768,604,3,1,4305,0,1668.19,588.201,113.601,6.0912,3600,0,0,45516,0,0,0,0,0),(127008,29768,604,3,1,4305,0,1642.8,607.779,108.997,3.89208,3600,0,0,45516,0,0,0,0,0),(127009,29768,604,3,1,4305,0,1696.84,632.797,128.934,6.24828,3600,0,0,45516,0,0,0,0,0),(127010,29768,604,3,1,4305,0,1690.06,626.655,126.723,3.76991,3600,0,0,45516,0,0,0,0,0),(127011,29768,604,3,1,4305,0,1565.69,673.775,113.474,4.03171,3600,0,0,45516,0,0,0,0,0),(127012,29768,604,3,1,4305,0,1639.76,677.024,132.486,1.15192,3600,0,0,45516,0,0,0,0,0),(127013,29768,604,3,1,4305,0,1650.95,632.693,128.41,5.67065,3600,5,0,45516,0,1,0,0,0),(127014,29768,604,3,1,4305,0,1785.02,628.045,124.208,5.43351,3600,0,0,45516,0,2,0,0,0),(127015,29768,604,3,1,4305,0,1777.44,645.134,124.43,5.43354,3600,0,0,45516,0,0,0,0,0),(127016,29768,604,3,1,4305,0,1802.6,638.811,129.116,3.21141,3600,0,0,45516,0,0,0,0,0),(127017,29768,604,3,1,4305,0,1771.27,639.556,124.176,5.33394,3600,0,0,45516,0,2,0,0,0),(127018,29774,604,3,1,14557,0,1690.23,639.766,126.83,2.89725,3600,0,0,45516,0,0,0,0,0),(127019,29774,604,3,1,14557,0,1695.64,673.408,120.285,0.366519,3600,0,0,45516,0,0,0,0,0),(127020,29774,604,3,1,14557,0,1676.09,670.489,116.794,3.42085,3600,0,0,45516,0,0,0,0,0),(127021,29774,604,3,1,14557,0,1629.38,686.23,139.563,3.42085,3600,0,0,45516,0,0,0,0,0),(127022,29774,604,3,1,14557,0,1621.93,670.942,132.599,5.61996,3600,0,0,45516,0,0,0,0,0),(127023,29774,604,3,1,14557,0,1642.35,653.148,125.252,5.67066,3600,0,0,45516,0,2,0,0,0),(127024,29774,604,3,1,14557,0,1647.7,628.065,124.662,5.67066,3600,5,0,45516,0,1,0,0,0),(127025,29774,604,3,1,14557,0,1781.69,648.869,124.469,5.43348,3600,0,0,45516,0,0,0,0,0),(127026,29774,604,3,1,14557,0,1805.63,633.458,129.234,6.16101,3600,0,0,45516,0,0,0,0,0),(127027,29774,604,3,1,14557,0,1802.11,629.557,129.096,3.00197,3600,0,0,45516,0,0,0,0,0),(127028,29774,604,3,1,14557,0,1770.83,613.173,124.571,5.37693,3600,0,0,45516,0,0,0,0,0),(127029,29774,604,3,1,14557,0,1771.55,616.54,124.209,5.51307,3600,0,0,45516,0,0,0,0,0),(127030,30298,604,3,1,11686,0,1772.24,804.894,132.05,1.44862,3600,0,0,42,0,0,0,0,0),(127031,30298,604,3,1,11686,0,1693.53,743.483,145.47,5.93412,3600,0,0,42,0,0,0,0,0),(127032,30298,604,3,3,11686,0,1775.17,757.668,164.518,0.645772,3600,0,0,42,0,0,0,0,0),(127033,30298,604,3,3,11686,0,1760.99,743.193,164.69,3.14159,3600,0,0,42,0,0,0,0,0),(127034,30298,604,3,1,11686,0,1775.28,679.588,132.084,4.62512,3600,0,0,42,0,0,0,0,0),(127035,30298,604,3,3,11686,0,1775.16,729.245,164.572,3.90954,3600,0,0,42,0,0,0,0,0),(127036,2914,604,3,1,2958,0,1620.28,672.938,133.002,1.01229,3600,0,0,8,0,0,0,0,0),(127037,2914,604,3,1,6303,0,1742.23,757.378,114.398,0.680678,3600,0,0,8,0,0,0,0,0),(127038,2914,604,3,1,2957,0,1662.44,623.54,127.416,3.08923,3600,0,0,8,0,0,0,0,0),(127039,2914,604,3,1,1206,0,1652.8,651.422,127.366,5.55015,3600,0,0,8,0,0,0,0,0),(127040,2914,604,3,1,2957,0,1695.89,636.092,128.798,5.81195,3600,0,0,8,0,0,0,0,0),(127041,2914,604,3,1,6303,0,1732.4,759.408,112.23,5.39307,3600,0,0,8,0,0,0,0,0),(127042,29304,604,3,1,27422,0,1775.13,674.981,129.3,1.67552,86400,0,0,176550,0,0,0,0,0),(127043,29305,604,3,1,27059,1,1772.47,809.537,129.3,4.72984,86400,0,0,235400,0,0,0,0,0),(127044,29306,604,3,1,27061,1,1914.75,743.654,136.579,0.017453,86400,0,0,294250,0,0,0,0,0),(127045,29819,604,3,1,27050,1,1695.98,637.488,128.7,5.52177,3600,0,0,45516,0,2,0,0,0),(127046,29307,604,3,1,26589,0,1672.96,743.488,143.338,3.12414,86400,0,0,117700,0,0,0,0,0),(127047,29819,604,3,1,27050,1,1747.83,839.048,129.292,0.034907,3600,0,0,45516,0,0,0,0,0),(127048,29819,604,3,1,27050,1,1588.79,887.621,151.299,3.89208,3600,0,0,45516,0,0,0,0,0),(127049,29819,604,3,1,27050,1,1661.01,867.31,137.706,6.23082,3600,0,0,45516,0,0,0,0,0),(127050,29819,604,3,1,27050,1,1666.51,862.768,137.237,1.72788,3600,0,0,45516,0,0,0,0,0),(127051,29819,604,3,1,27050,1,1797.61,855.951,129.284,3.10669,3600,0,0,45516,0,0,0,0,0),(127052,29819,604,3,1,27050,1,1570.88,837.248,153.846,5.21853,3600,0,0,45516,0,0,0,0,0),(127053,29819,604,3,1,27050,1,1576.05,827.604,152.397,2.05949,3600,0,0,45516,0,0,0,0,0),(127054,29820,604,3,1,27087,1,1627.05,895.292,145.963,5.10785,3600,0,0,45516,18625,2,0,0,0),(127055,29820,604,3,1,27087,1,1586.37,881.584,151.643,2.33874,3600,0,0,45516,18625,0,0,0,0),(127056,29820,604,3,1,27087,1,1669.13,867.701,137.364,3.33358,3600,0,0,45516,18625,0,0,0,0),(127057,29820,604,3,1,27048,1,1579.09,832.102,152.864,3.07178,3600,0,0,45516,18625,0,0,0,0),(127058,29822,604,3,1,27086,1,1659.4,636.326,130.301,5.52175,3600,0,0,45516,18625,0,0,0,0),(127059,29822,604,3,1,27047,1,1747.6,849.333,129.286,0.017453,3600,0,0,45516,18625,0,0,0,0),(127060,29822,604,3,1,27047,1,1580.57,879.745,152.799,0.767945,3600,0,0,45516,18625,0,0,0,0),(127061,29822,604,3,1,27047,1,1664.68,870.952,138.143,4.99164,3600,0,0,45516,18625,0,0,0,0),(127062,29822,604,3,1,27086,1,1797.65,846.981,129.288,3.15905,3600,0,0,45516,18625,0,0,0,0),(127063,29822,604,3,1,27086,1,1575.64,836.72,153.547,4.2237,3600,0,0,45516,18625,0,0,0,0),(127064,29826,604,3,1,27051,1,1636.31,892.055,143.933,5.9975,3600,5,0,45516,24212,1,0,0,0),(127065,29826,604,3,1,27090,1,1747.66,858.003,129.283,0,3600,0,0,45516,24212,0,0,0,0),(127066,29826,604,3,1,27051,1,1583.85,884.461,151.862,5.3058,3600,0,0,45516,24212,0,0,0,0),(127067,29829,604,3,1,26590,0,1772.8,848.655,123.193,1.64926,3600,0,0,73964,0,0,0,0,0),(127068,29829,604,3,1,26590,0,1772.7,852.787,123.193,4.67587,3600,0,0,73964,0,0,0,0,0),(127069,29829,604,3,1,26590,0,1592.82,817.307,149.783,5.72846,3600,0,0,73964,0,2,0,0,0),(127070,29829,604,3,1,26590,0,1706.76,857.179,129.981,0.845717,3600,0,0,73964,0,2,0,0,0),(1972018,38172,668,3,1,0,0,5316.7,2041.55,707.778,4.50295,86400,0,0,132300,39940,0,0,0,0),(1972017,38172,668,3,1,0,0,5275.48,2001.14,707.778,0.174533,86400,0,0,132300,39940,0,0,0,0),(1972011,38175,668,3,1,0,1,5302.45,2042.22,707.778,4.90438,86400,0,0,132300,19970,0,0,0,0),(1972010,38175,668,3,1,0,1,5280.51,1997.84,707.778,0.296706,86400,0,0,132300,19970,0,0,0,0),(127076,29830,604,3,1,27029,0,1634.21,760.221,142.794,1.57854,3600,5,0,44004,0,1,0,0,0),(127077,29830,604,3,1,27029,0,1634.25,750.148,143.04,3.13402,3600,0,0,44004,0,2,0,0,0),(127078,29830,604,3,1,27029,0,1624.94,762.231,143.036,4.69548,3600,0,0,44004,0,2,0,0,0),(127079,29830,604,3,1,27029,0,1580.78,726.099,143.033,3.14485,3600,0,0,44004,0,2,0,0,0),(127080,29832,604,3,1,26592,0,1625.6,739.82,143.158,4.69494,3600,0,0,79653,0,0,0,0,0),(127081,29832,604,3,1,26592,0,1625.01,747.402,143.158,1.58825,3600,0,0,79653,0,0,0,0,0),(127082,29832,604,3,1,26592,0,1576.46,718.917,143.152,1.65806,3600,0,0,79653,0,0,0,0,0),(127083,29834,604,3,1,17170,0,1650.15,859.436,125.72,4.41733,3600,5,0,11379,0,1,0,0,0),(127084,29834,604,3,1,17170,0,1639.69,858.951,122.628,6.18063,3600,0,0,11379,0,0,0,0,0),(127085,29834,604,3,1,17170,0,1816.36,689.46,109.931,4.47669,3600,5,0,11379,0,1,0,0,0),(127086,29834,604,3,1,17170,0,1835.18,716.716,110.358,2.16475,3600,5,0,11379,0,1,0,0,0),(127087,29834,604,3,1,17170,0,1660.24,828.426,121.454,3.84638,3600,0,0,11379,0,0,0,0,0),(127088,29834,604,3,1,17170,0,1801.43,809.182,107.996,3.52199,3600,0,0,11379,0,0,0,0,0),(127089,29834,604,3,1,17170,0,1719.87,693.349,108.01,0.560292,3600,5,0,11379,0,1,0,0,0),(127090,29834,604,3,1,17170,0,1789.15,780.924,107.583,4.17256,3600,0,0,11379,0,0,0,0,0),(127091,29834,604,3,1,17170,0,1813.61,810.05,107.525,0.785398,3600,0,0,11379,0,0,0,0,0),(127092,29834,604,3,1,17170,0,1780.54,813.526,108.267,2.63544,3600,0,0,11379,0,0,0,0,0),(127093,29834,604,3,1,17170,0,1812.11,747.816,108.196,5.07891,3600,0,0,11379,0,0,0,0,0),(127094,29834,604,3,1,17170,0,1816.08,715.045,107.777,5.9889,3600,5,0,11379,0,1,0,0,0),(127095,29834,604,3,1,17170,0,1622.61,845.243,121.315,1.32947,3600,0,0,11379,0,0,0,0,0),(127096,29834,604,3,1,17170,0,1789.14,696.746,104.893,0.930271,3600,0,0,11379,0,0,0,0,0),(127097,29834,604,3,1,17170,0,1748.98,713.422,108.035,2.17953,3600,0,0,11379,0,0,0,0,0),(127098,29834,604,3,1,17170,0,1785.53,711.123,107.818,1.92096,3600,5,0,11379,0,1,0,0,0),(127099,29834,604,3,1,17170,0,1646.04,826.747,121.188,2.82734,3600,0,0,11379,0,0,0,0,0),(127100,29834,604,3,1,17170,0,1665.25,802.11,121.474,3.132,3600,5,0,11379,0,1,0,0,0),(127101,29834,604,3,1,17170,0,1740.32,796.225,107.893,5.01823,3600,5,0,11379,0,1,0,0,0),(127102,29834,604,3,1,17170,0,1690.52,854.324,122.334,1.59394,3600,0,0,11379,0,0,0,0,0),(127103,29834,604,3,1,17170,0,1827.1,770.232,107.793,4.31301,3600,0,0,11379,0,0,0,0,0),(127104,29834,604,3,1,17170,0,1675.11,811.601,121.666,5.34073,3600,0,0,11379,0,0,0,0,0),(127105,29834,604,3,1,17170,0,1774.73,723.041,108.064,0.541048,3600,0,0,11379,0,0,0,0,0),(127106,29834,604,3,1,17170,0,1739.53,774.701,107.998,3.56045,3600,0,0,11379,0,0,0,0,0),(127110,29838,604,3,1,26265,0,1880.72,756.711,136.169,3.54302,3600,0,0,91032,0,0,0,0,0),(127111,29838,604,3,1,26265,0,1887.56,742.878,136.184,3.10669,3600,0,0,91032,0,0,0,0,0),(127112,29838,604,3,1,26265,0,1881.3,728.536,136.195,2.79253,3600,0,0,91032,0,0,0,0,0),(127113,29874,604,3,1,27089,1,1777.84,850.575,123.276,3.10669,3600,0,0,11379,0,0,0,0,0),(127114,29630,604,3,1,6303,0,1790.48,635.998,124.472,5.43583,3600,5,0,42,0,1,0,0,0),(127115,29630,604,3,1,1987,0,1788.4,643.831,124.476,4.29208,3600,5,0,42,0,1,0,0,0),(127116,29630,604,3,1,2955,0,1785.05,645.229,124.465,3.27748,3600,5,0,42,0,1,0,0,0),(127117,29630,604,3,1,2954,0,1784.95,639.465,124.426,5.09876,3600,0,0,42,0,0,0,0,0),(127118,29630,604,3,1,2955,0,1786.12,646.24,124.47,5.13108,3600,5,0,42,0,1,0,0,0),(127119,29630,604,3,1,2955,0,1781.21,654.736,124.476,1.76214,3600,5,0,42,0,1,0,0,0),(127120,29630,604,3,1,1987,0,1777.35,647.003,124.532,1.89646,3600,5,0,42,0,1,0,0,0),(127121,29630,604,3,1,1987,0,1781.68,648.668,124.469,0.609522,3600,0,0,42,0,0,0,0,0),(127122,29630,604,3,1,2954,0,1781.74,642.861,124.253,0.161398,3600,5,0,42,0,1,0,0,0),(127123,29630,604,3,1,1987,0,1782.34,633.39,124.319,4.13976,3600,5,0,42,0,1,0,0,0),(127124,29630,604,3,1,2954,0,1761.33,623.283,124.336,4.60779,3600,5,0,42,0,1,0,0,0),(127125,29630,604,3,1,2955,0,1759.29,617.065,124.486,5.66795,3600,5,0,42,0,1,0,0,0),(127126,29630,604,3,1,1987,0,1764.63,617.906,124.555,1.68401,3600,5,0,42,0,1,0,0,0),(127127,29630,604,3,1,6303,0,1766.14,619.583,124.682,1.77129,3600,5,0,42,0,1,0,0,0),(127128,29630,604,3,1,1987,0,1762.3,622.331,124.475,3.04086,3600,5,0,42,0,1,0,0,0),(127129,29630,604,3,1,2955,0,1765.2,624.98,124.539,0.031686,3600,5,0,42,0,1,0,0,0),(127130,29630,604,3,1,2954,0,1768.81,623.44,124.316,5.50827,3600,5,0,42,0,1,0,0,0),(127131,29630,604,3,1,6303,0,1760.18,629.924,124.549,6.24972,3600,5,0,42,0,1,0,0,0),(127132,29630,604,3,1,2954,0,1757.21,625.15,124.485,5.1038,3600,5,0,42,0,1,0,0,0),(127133,29630,604,3,1,6303,0,1758.45,631.044,124.53,1.93966,3600,5,0,42,0,1,0,0,0),(127134,29630,604,3,1,2955,0,1764.13,631.309,124.093,3.62379,3600,5,0,42,0,1,0,0,0),(127135,29630,604,3,1,6303,0,1769.28,636.378,124.157,4.71844,3600,5,0,42,0,1,0,0,0),(127136,29630,604,3,1,6303,0,1771.92,632.813,124.218,2.05809,3600,5,0,42,0,1,0,0,0),(127137,29630,604,3,1,2954,0,1769.82,638.651,124.156,4.20645,3600,5,0,42,0,1,0,0,0),(127138,29630,604,3,1,2955,0,1764.21,638.008,124.064,1.32792,3600,5,0,42,0,1,0,0,0),(127139,29630,604,3,1,2955,0,1761.65,636.038,124.465,3.96716,3600,5,0,42,0,1,0,0,0),(127140,29630,604,3,1,6303,0,1765.35,632.464,124.108,5.25477,3600,5,0,42,0,1,0,0,0),(127141,29630,604,3,1,6303,0,1754.75,633.05,124.488,4.95307,3600,5,0,42,0,1,0,0,0),(127142,29630,604,3,1,1987,0,1759.37,636.203,124.475,6.03068,3600,5,0,42,0,1,0,0,0),(127143,29630,604,3,1,2954,0,1771.81,621.952,124.209,1.54597,3600,5,0,42,0,1,0,0,0),(127144,29630,604,3,1,2955,0,1775.02,608.066,124.462,0.209772,3600,5,0,42,0,1,0,0,0),(127145,29630,604,3,1,1987,0,1769.96,603.908,124.399,4.43916,3600,5,0,42,0,1,0,0,0),(127146,29630,604,3,1,2955,0,1763.38,610.039,124.485,5.34951,3600,5,0,42,0,1,0,0,0),(127147,29630,604,3,1,6303,0,1764.32,613.713,124.478,3.34569,3600,5,0,42,0,1,0,0,0),(127148,29630,604,3,1,2955,0,1771.64,608.305,124.439,5.35338,3600,5,0,42,0,1,0,0,0),(127149,29630,604,3,1,2955,0,1772.77,615.076,124.212,0.631931,3600,5,0,42,0,1,0,0,0),(127150,29630,604,3,1,6303,0,1767.62,620.773,124.56,5.10605,3600,5,0,42,0,1,0,0,0),(127151,29630,604,3,1,2955,0,1769.04,625.834,124.201,2.15281,3600,5,0,42,0,1,0,0,0),(127152,29630,604,3,1,2955,0,1771.67,623.77,124.208,4.44217,3600,5,0,42,0,1,0,0,0),(127153,29630,604,3,1,1987,0,1787.08,629.699,124.659,3.43243,3600,5,0,42,0,1,0,0,0),(127154,29630,604,3,1,2955,0,1794.98,634.27,124.487,1.74527,3600,0,0,42,0,0,0,0,0),(127155,29630,604,3,1,6303,0,1791.96,623.466,124.543,2.66922,3600,5,0,42,0,1,0,0,0),(127156,29630,604,3,1,6303,0,1784.05,622.866,124.467,0.264662,3600,5,0,42,0,1,0,0,0),(127157,29630,604,3,1,1987,0,1780.98,622.13,124.392,1.53413,3600,5,0,42,0,1,0,0,0),(127158,29630,604,3,1,2954,0,1775.57,622.655,124.268,2.30255,3600,5,0,42,0,1,0,0,0),(127159,29630,604,3,1,2955,0,1773.21,629.107,124.257,2.98507,3600,0,0,42,0,0,0,0,0),(127160,29630,604,3,1,6303,0,1778.62,633.424,124.37,3.91909,3600,5,0,42,0,1,0,0,0),(127161,29630,604,3,1,1987,0,1780.47,628.163,124.322,4.97047,3600,5,0,42,0,1,0,0,0),(127162,29630,604,3,1,2955,0,1780.45,626.343,124.26,4.22499,3600,5,0,42,0,1,0,0,0),(127163,29630,604,3,1,2955,0,1786.29,620.118,124.473,0.642415,3600,5,0,42,0,1,0,0,0),(127164,29630,604,3,1,2954,0,1787.19,616.247,124.484,2.96776,3600,5,0,42,0,1,0,0,0),(127165,29630,604,3,1,2955,0,1783.81,611.875,124.477,5.2025,3600,5,0,42,0,1,0,0,0),(127166,29630,604,3,1,1987,0,1782.26,608.285,124.48,1.60707,3600,0,0,42,0,0,0,0,0),(127167,29630,604,3,1,2954,0,1777.07,607.515,124.476,0.622642,3600,5,0,42,0,1,0,0,0),(127168,29630,604,3,1,2955,0,1779.46,615.205,124.571,2.59805,3600,5,0,42,0,1,0,0,0),(127169,29630,604,3,1,2954,0,1781.62,620.134,124.553,1.54274,3600,5,0,42,0,1,0,0,0),(127170,29630,604,3,1,2955,0,1774.86,615.456,124.209,1.08412,3600,5,0,42,0,1,0,0,0),(127171,29630,604,3,1,6303,0,1776.53,612.204,124.601,1.96916,3600,0,0,42,0,0,0,0,0),(127172,29630,604,3,1,1987,0,1764.41,641.875,124.578,3.77341,3600,5,0,42,0,1,0,0,0),(127173,29630,604,3,1,1987,0,1756.43,639.862,124.485,5.162,3600,5,0,42,0,1,0,0,0),(127174,29630,604,3,1,2955,0,1758.89,646.898,124.419,0.557751,3600,5,0,42,0,1,0,0,0),(127175,29630,604,3,1,6303,0,1764.84,646.101,124.468,2.66877,3600,0,0,42,0,0,0,0,0),(127176,29630,604,3,1,1987,0,1764.26,640.628,124.584,2.82897,3600,5,0,42,0,1,0,0,0),(127177,29630,604,3,1,6303,0,1767.03,642.336,124.379,3.56644,3600,5,0,42,0,1,0,0,0),(127178,29630,604,3,1,6303,0,1770.95,644.026,124.15,0.972017,3600,5,0,42,0,1,0,0,0),(127179,29630,604,3,1,2955,0,1768.51,650.693,124.476,4.64654,3600,5,0,42,0,1,0,0,0),(127180,29630,604,3,1,2955,0,1771.36,645.924,124.399,2.47842,3600,5,0,42,0,1,0,0,0),(127181,29630,604,3,1,2954,0,1776.16,639.846,124.353,1.36749,3600,5,0,42,0,1,0,0,0),(127182,29630,604,3,1,2954,0,1785.08,631.173,124.299,5.55204,3600,5,0,42,0,1,0,0,0),(127183,29630,604,3,1,1987,0,1785.69,636.451,124.25,1.87631,3600,5,0,42,0,1,0,0,0),(127184,29630,604,3,1,1987,0,1789.67,634.657,124.469,5.40157,3600,5,0,42,0,1,0,0,0),(127185,29630,604,3,1,6303,0,1785.53,630.276,124.3,5.16212,3600,5,0,42,0,1,0,0,0),(127186,29630,604,3,1,2955,0,1777.44,625.228,124.394,3.66341,3600,5,0,42,0,1,0,0,0),(127187,29630,604,3,1,1987,0,1778.42,637.753,124.339,5.97054,3600,5,0,42,0,1,0,0,0),(127188,29630,604,3,1,1987,0,1785.31,638.393,124.392,4.96967,3600,5,0,42,0,1,0,0,0),(127189,29630,604,3,1,2955,0,1780.44,643.028,124.288,3.53298,3600,5,0,42,0,1,0,0,0),(127190,29630,604,3,1,2955,0,1779.74,633.414,124.355,3.04535,3600,5,0,42,0,1,0,0,0),(127191,29630,604,3,1,1987,0,1771.86,614.092,124.48,6.23386,3600,5,0,42,0,1,0,0,0),(127192,29630,604,3,1,2954,0,1773.28,611.444,124.47,3.76069,3600,5,0,42,0,1,0,0,0),(127193,29630,604,3,1,2955,0,1775.8,608.972,124.468,4.75527,3600,5,0,42,0,1,0,0,0),(127194,29630,604,3,1,1987,0,1782.98,615.309,124.469,0.597001,3600,5,0,42,0,1,0,0,0),(127195,29630,604,3,1,2954,0,1777.63,617.646,124.258,3.10957,3600,5,0,42,0,1,0,0,0),(127196,29630,604,3,1,1987,0,1776.15,620.681,124.295,0.43687,3600,5,0,42,0,1,0,0,0),(127197,29630,604,3,1,1987,0,1768.69,617.921,124.6,2.09315,3600,5,0,42,0,1,0,0,0),(127198,29630,604,3,1,2954,0,1768.66,612.524,124.47,0.674203,3600,5,0,42,0,1,0,0,0),(127199,29630,604,3,1,2955,0,1762.75,608.699,124.469,2.02496,3600,0,0,42,0,0,0,0,0),(127200,29637,604,3,1,2957,0,1781.97,613.835,124.47,0.869428,180,5,0,180,0,1,0,0,0),(127201,29920,604,3,1,23320,0,1651.26,936.455,107.277,6.02139,3600,0,0,47080,0,0,0,0,0),(127202,29920,604,3,1,23320,0,1643.2,943.617,107.276,0.087266,3600,0,0,47080,0,0,0,0,0),(127203,29920,604,3,1,23320,0,1644.73,936.472,107.288,1.58825,3600,0,0,47080,0,0,0,0,0),(127204,29920,604,3,1,23320,0,1708.48,926.962,116.094,4.86947,3600,0,0,47080,0,0,0,0,0),(127205,29920,604,3,1,23320,0,1701.66,951.026,116.536,4.66003,3600,0,0,47080,0,0,0,0,0),(127206,29920,604,3,1,23320,0,1717.3,935.615,117.105,0.668432,3600,5,0,47080,0,1,0,0,0),(127207,29931,604,3,1,26265,0,1865.06,742.781,136.401,3.14159,3600,0,0,91032,0,0,0,0,0),(127208,29682,604,3,1,11686,0,1783.81,646.637,133.948,3.71755,3600,0,0,10282,0,0,0,0,0),(127209,29682,604,3,1,11686,0,1775.03,606.586,134.165,1.43117,3600,0,0,10282,0,0,0,0,0),(127210,29682,604,3,1,11686,0,1717.39,630.041,129.282,5.96903,3600,0,0,10282,0,0,0,0,0),(127211,29682,604,3,1,11686,0,1765.66,646.542,134.02,5.11381,3600,0,0,10282,0,0,0,0,0),(127212,29682,604,3,1,11686,0,1716.76,635.159,129.282,0.191986,3600,0,0,10282,0,0,0,0,0),(127213,22517,604,3,1,16925,0,1942.3,744.085,151.475,5.88176,3600,0,0,4120,0,0,0,0,0),(127214,28684,601,3,1,27394,0,529.56,646.233,777.408,1.53589,86400,0,0,164500,46854,0,0,0,0),(127215,14881,601,3,1,9829,0,436.409,792.361,829.125,2.98771,3600,5,0,8,0,1,0,0,0),(127216,14881,601,3,1,1160,0,583.842,509.278,697.319,5.16617,3600,0,0,8,0,0,0,0,0),(1971032,27737,595,3,1,0,0,2436.67,1424.69,130.818,1.31655,300,10,0,630,0,1,0,0,0),(127218,14881,601,3,1,1160,0,612.364,511.997,695.234,3.26377,3600,0,0,8,0,0,0,0,0),(127219,14881,601,3,1,2536,0,576.619,590.862,728.553,5.55015,3600,0,0,8,0,0,0,0,0),(127220,14881,601,3,1,1160,0,526.261,503.464,753.875,1.39626,3600,0,0,8,0,0,0,0,0),(127222,14881,601,3,1,2536,0,535.421,638.756,777.414,2.02458,3600,0,0,8,0,0,0,0,0),(127223,14881,601,3,1,14952,0,430.387,764.762,825.729,3.22704,3600,5,0,8,0,1,0,0,0),(127224,14881,601,3,1,2536,0,553.963,734.589,777.822,2.28638,3600,0,0,8,0,0,0,0,0),(1971031,27737,595,3,1,0,0,2436.09,1418.17,130.024,3.67667,300,10,0,630,0,1,0,0,0),(1971030,27737,595,3,1,0,0,2440.87,1421.04,130.259,4.47778,300,10,0,630,0,1,0,0,0),(127229,28732,601,3,1,23567,0,541.26,701.834,776.906,1.01229,3600,0,0,38440,0,0,0,0,0),(127230,28732,601,3,1,23567,0,536.284,747.258,790.701,2.93958,3600,0,0,38440,0,2,0,0,0),(1971029,27737,595,3,1,0,0,2444.83,1427.74,130.938,3.9123,300,10,0,630,0,1,0,0,0),(1971028,27737,595,3,1,0,0,2452.46,1434.03,131.739,3.66882,300,10,0,630,0,1,0,0,0),(1971027,27737,595,3,1,0,0,2458.84,1437.85,131.663,1.62286,300,10,0,630,0,1,0,0,0),(127235,28734,601,3,1,25237,0,536.069,700.067,776.654,0.925025,3600,0,0,38440,0,0,0,0,0),(90188,22515,628,3,1,0,0,1234.3,-688.299,49.223,4.67748,7200,0,0,1,0,0,0,0,0),(127237,32593,601,3,1,25656,0,520.963,542.722,646.928,2.26893,7200,0,0,200,0,0,0,0,0),(127238,32593,601,3,1,25656,0,538.781,558.484,646.613,1.02974,7200,0,0,200,0,0,0,0,0),(127239,32593,601,3,1,25656,0,511.913,546.701,651.428,4.71239,7200,0,0,200,0,0,0,0,0),(127240,32593,601,3,1,25656,0,512.156,528.7,653.374,0.959931,7200,0,0,200,0,0,0,0,0),(127241,32593,601,3,1,25656,0,555.423,540.56,653.753,0.820305,7200,0,0,200,0,0,0,0,0),(127242,32593,601,3,1,25656,0,536.011,521.226,655.528,4.67748,7200,0,0,200,0,0,0,0,0),(127243,32593,601,3,1,25656,0,506.604,517.441,656.273,0.506145,7200,0,0,200,0,0,0,0,0),(127244,32593,601,3,1,25656,0,505.042,530.552,652.59,1.46608,7200,0,0,200,0,0,0,0,0),(127245,32593,601,3,1,25656,0,548.233,551.504,648.029,3.07178,7200,0,0,200,0,0,0,0,0),(127246,32593,601,3,1,25656,0,526.768,525.102,654.557,1.79769,7200,0,0,200,0,0,0,0,0),(127247,32593,601,3,1,25656,0,557.715,528.06,653.596,1.81514,7200,0,0,200,0,0,0,0,0),(127248,32593,601,3,1,25656,0,550.214,545.901,650.074,6.00393,7200,0,0,200,0,0,0,0,0),(127249,32593,601,3,1,25656,0,543.068,528.192,652.6,3.33358,7200,0,0,200,0,0,0,0,0),(127250,32593,601,3,1,25656,0,561.297,523.624,655.248,2.1293,7200,0,0,200,0,0,0,0,0),(127251,32593,601,3,1,25656,0,532.665,560.074,646.415,1.23918,7200,0,0,200,0,0,0,0,0),(127252,32593,601,3,1,25656,0,508.631,536.532,650.661,0.733038,7200,0,0,200,0,0,0,0,0),(127253,32593,601,3,1,25656,0,506.957,543.526,654.215,2.16421,7200,0,0,200,0,0,0,0,0),(127254,32593,601,3,1,25656,0,544.406,546.001,647.921,5.11381,7200,0,0,200,0,0,0,0,0),(127255,32593,601,3,1,25656,0,506.098,547.095,655.432,1.8675,7200,0,0,200,0,0,0,0,0),(127256,32593,601,3,1,25656,0,506.824,539.583,652.8,4.04916,7200,0,0,200,0,0,0,0,0),(127257,32593,601,3,1,25656,0,526.474,514.931,657.295,1.32645,7200,0,0,200,0,0,0,0,0),(127258,32593,601,3,1,25656,0,499.488,520.401,656.427,4.17134,7200,0,0,200,0,0,0,0,0),(127259,32593,601,3,1,25656,0,501.924,524.237,654.676,3.40339,7200,0,0,200,0,0,0,0,0),(127260,32593,601,3,1,25656,0,538.805,553.475,646.046,4.08407,7200,0,0,200,0,0,0,0,0),(127261,32593,601,3,1,25656,0,519.66,553.651,648.079,2.05949,7200,0,0,200,0,0,0,0,0),(127262,32593,601,3,1,25656,0,527.35,529.685,652.271,0.296706,7200,0,0,200,0,0,0,0,0),(127263,32593,601,3,1,25656,0,549.963,529.503,649.584,5.2709,7200,0,0,200,0,0,0,0,0),(127264,32593,601,3,1,25656,0,540.307,535.427,648.9,5.84685,7200,0,0,200,0,0,0,0,0),(127265,32593,601,3,1,25656,0,525.381,536.621,648.403,5.44543,7200,0,0,200,0,0,0,0,0),(127266,32593,601,3,1,25656,0,520.591,549.785,647.506,1.36136,7200,0,0,200,0,0,0,0,0),(127267,32593,601,3,1,25656,0,531.594,564.944,648.3,3.97935,7200,0,0,200,0,0,0,0,0),(127268,32593,601,3,1,25656,0,547.006,538.64,648.665,3.22886,7200,0,0,200,0,0,0,0,0),(127269,32593,601,3,1,25656,0,516.323,547.296,649.452,4.43314,7200,0,0,200,0,0,0,0,0),(127270,32593,601,3,1,25656,0,520.181,529.569,653.787,0.10472,7200,0,0,200,0,0,0,0,0),(127271,32593,601,3,1,25656,0,525.025,543.147,646.372,1.46608,7200,0,0,200,0,0,0,0,0),(129998,29914,571,1,4,0,0,7259.32,-3221.84,837.452,1.06349,120,0,0,50400,0,0,0,0,0),(129997,29914,571,1,4,0,0,7509.03,-3225.78,837.432,2.03661,120,0,0,50400,0,0,0,0,0),(129996,29914,571,1,4,0,0,7515.58,-3137.05,837.452,5.47429,120,0,0,50400,0,0,0,0,0),(129995,29914,571,1,4,0,0,7280.03,-3142.9,837.452,4.41243,120,0,0,50400,0,0,0,0,0),(129994,29914,571,1,4,0,0,7359.28,-3176.45,837.452,1.31954,120,0,0,50400,0,0,0,0,0),(129993,29914,571,1,4,0,0,7429.23,-3187.91,837.452,0.19249,120,0,0,50400,0,0,0,0,0),(1975990,30120,571,1,4,0,0,7201.55,-3622.78,823.52,5.55015,300,0,0,12600,0,0,0,0,0),(1975981,30387,571,1,8,0,0,7190.62,-3549.54,827.918,1.28897,600,0,0,12600,0,0,0,0,0),(1975980,30387,571,1,8,0,0,7235.26,-3480.56,850.328,4.32905,600,0,0,12600,0,0,0,0,0),(1975979,30387,571,1,8,0,0,7171.87,-3564.23,826.705,1.05727,600,0,0,12600,0,0,0,0,0),(1975978,30387,571,1,8,0,0,7181.85,-3561.65,827.102,1.34394,600,0,0,12600,0,0,0,0,0),(1975977,30169,571,1,8,0,0,7138.42,-3553.75,832.279,4.69494,300,0,0,1,0,0,0,0,0),(1975976,30169,571,1,8,0,0,7178.47,-3558.92,827.034,3.35103,300,0,0,1,0,0,0,0,0),(1975975,30169,571,1,8,0,0,7232.06,-3474.28,850.768,3.92699,300,0,0,1,0,0,0,0,0),(142407,30246,571,1,4,0,0,7266.99,-2753.76,870.875,6.23082,180,0,0,9215,0,0,0,0,0),(142408,30246,571,1,4,0,0,7347.33,-2809.35,868.826,0.122173,180,0,0,9215,0,0,0,0,0),(142409,30246,571,1,4,0,0,7215.59,-2712.18,895.99,0.034907,180,0,0,9215,0,0,0,0,0),(142410,30246,571,1,4,0,0,7393.33,-2841.03,888.614,6.14356,180,0,0,9215,0,0,0,0,0),(1975913,30422,571,1,4,0,0,7082.68,-2112.98,758.537,3.60123,300,0,0,12175,0,0,0,0,0),(1975912,30422,571,1,4,0,0,7188.82,-2320.21,757.813,-1.87154,300,0,0,12175,0,0,0,0,0),(1975911,30260,571,1,4,0,0,7077.88,-2078.98,759.218,1.99469,300,0,0,11379,0,0,0,0,0),(1975910,30260,571,1,4,0,0,7133.88,-2039.53,771.902,3.57334,300,0,0,11379,0,0,0,0,0),(1975909,30260,571,1,4,0,0,7041.36,-1981.59,776.354,0.266033,300,0,0,11379,0,0,0,0,0),(1975908,30260,571,1,4,0,0,7106.01,-1988.13,771.455,4.35011,300,0,0,11379,0,0,0,0,0),(1975907,30260,571,1,4,0,0,7028.51,-2077.67,753.23,5.25331,300,0,0,11379,0,0,0,0,0),(1975906,30260,571,1,4,0,0,7071.03,-2168.81,760.815,0.91791,300,0,0,11379,0,0,0,0,0),(1975925,30422,571,1,4,0,0,7149.57,-2163.88,761.147,2.97457,300,0,0,12175,0,0,0,0,0),(1975924,30422,571,1,4,0,0,7194.98,-2195.57,761.949,-0.387345,300,0,0,12175,0,0,0,0,0),(1975923,30422,571,1,4,0,0,7157.35,-2262.32,761.623,0.494206,300,0,0,12175,0,0,0,0,0),(1975922,30422,571,1,4,0,0,7252.51,-2230.52,760.183,3.20023,300,0,0,12175,0,0,0,0,0),(127338,29335,601,3,1,23565,0,543.656,694.312,775.677,1.16937,3600,0,0,30752,7500,0,0,0,0),(127339,29335,601,3,1,23565,0,534.907,742.652,789.386,6.08117,3600,0,0,30752,7500,2,0,0,0),(1975921,30422,571,1,4,0,0,7123.43,-2085.57,764.362,5.11831,300,0,0,12175,0,0,0,0,0),(142379,30320,571,1,4,26331,0,7311.83,-2530.07,749.488,2.87671,300,0,0,60875,0,0,0,0,0),(142378,30320,571,1,4,26331,0,7401.46,-2522.13,749.245,5.24142,300,0,0,60875,0,0,0,0,0),(142377,30262,571,1,4,24531,1,7407.6,-2934.94,847.905,1.95477,300,0,0,75600,0,0,0,0,0),(142376,30262,571,1,4,24531,1,7394.44,-2524.73,749.249,5.16889,300,0,0,73050,0,0,0,0,0),(142375,30262,571,1,4,24531,1,7431.13,-2429.4,753.04,4.09782,300,0,0,73050,0,0,0,0,0),(142374,30262,571,1,4,24531,1,7239.24,-2638.54,753.62,5.48033,300,0,0,75600,0,0,0,0,0),(142373,30262,571,1,4,24531,1,7288.75,-2579.84,750.516,1.13446,300,0,0,75600,0,0,0,0,0),(142372,30262,571,1,4,24531,1,7419.77,-2885.54,823.037,1.64061,300,0,0,75600,0,0,0,0,0),(142371,30262,571,1,4,24531,1,7303.96,-2519.59,750.318,2.88288,300,0,0,75600,0,0,0,0,0),(142370,30262,571,1,4,24531,1,7327.04,-2396.17,749.132,0.84682,300,0,0,75600,0,0,0,0,0),(142369,30262,571,1,4,24531,1,7206.07,-2828.19,824.699,1.46608,300,0,0,73050,0,0,0,0,0),(142368,30262,571,1,4,24531,1,7241.71,-2883.89,824.505,5.93024,300,0,0,73050,0,0,0,0,0),(142367,30262,571,1,4,24531,1,7450.26,-2713.95,809.15,4.57385,300,0,0,73050,0,0,0,0,0),(142366,30262,571,1,4,24531,1,7126.99,-2749.76,786.682,0.261799,300,0,0,73050,0,0,0,0,0),(142365,30262,571,1,4,24531,1,7125.52,-2690.9,786.766,0.244346,300,0,0,75600,0,0,0,0,0),(142364,30262,571,1,4,24531,1,7316.17,-2635.26,814.969,3.28639,300,0,0,75600,0,0,0,0,0),(142363,30262,571,1,4,24531,1,7305.37,-2755.09,775.266,1.22173,300,0,0,73050,0,0,0,0,0),(142362,30262,571,1,4,24531,1,7200.93,-2751.15,777.517,1.58738,300,0,0,73050,0,0,0,0,0),(1975974,30169,571,1,8,0,0,7206.62,-3482,833.563,3.28122,300,0,0,1,0,0,0,0,0),(14,30156,571,1,1,0,0,5776.66,-2989.06,278.983,0.401426,120,0,0,1,0,0,0,0,0),(13,30140,571,1,1,0,0,5791.28,-3021.8,286.468,4.55016,120,5,0,1,0,1,0,0,0),(125640,30098,571,1,1,0,0,5815.2,-2890.65,307.307,1.96251,120,0,0,1,0,2,0,0,0),(125639,30098,571,1,1,0,0,5714.73,-2993.39,296.461,1.6297,120,0,0,1,0,2,0,0,0),(125638,30193,571,1,1,0,0,5836.93,-2924.02,307.44,3.96505,120,0,0,1,0,0,0,0,0),(125637,30193,571,1,1,0,0,5810.12,-2898.16,303.629,4.35976,120,0,0,1,0,0,0,0,0),(125636,30193,571,1,1,0,0,5715.79,-2945.01,296.551,5.46288,120,0,0,1,0,0,0,0,0),(125635,30193,571,1,1,0,0,5696.1,-2968.27,300.281,0.0349066,120,0,0,1,0,0,0,0,0),(125634,30193,571,1,1,0,0,5868.51,-2990.32,307.44,3.1279,120,0,0,1,0,0,0,0,0),(125633,30193,571,1,1,0,0,5856.42,-2985.14,303.629,3.08923,120,0,0,1,0,0,0,0,0),(125632,30193,571,1,1,0,0,5865.15,-3003.39,303.629,3.12414,120,0,0,1,0,0,0,0,0),(125631,30193,571,1,1,0,0,5742.44,-3050.17,296.551,0.523599,120,0,0,1,0,0,0,0,0),(125630,30193,571,1,1,0,0,5855.14,-2997.22,300.281,3.7001,120,0,0,1,0,0,0,0,0),(127376,23472,601,3,1,16925,0,581.448,608.841,739.405,1.72788,3600,0,0,4120,0,0,0,0,0),(127377,23472,601,3,1,16925,0,477.016,618.4,771.515,2.35619,3600,0,0,4120,0,0,0,0,0),(127378,23472,601,3,1,16925,0,583.091,617.371,771.551,0.645772,3600,0,0,4120,0,0,0,0,0),(90186,22515,628,3,1,0,0,1139.5,-779.474,48.735,3.00197,7200,0,0,1,0,0,0,0,0),(127381,4076,601,3,1,2177,0,520.167,695.816,776.1,5.49779,3600,0,0,8,0,0,0,0,0),(127382,4076,601,3,1,2177,0,526.846,539.224,646.452,5.09636,3600,0,0,8,0,0,0,0,0),(127383,4076,601,3,1,2177,0,510.967,743.014,803.759,3.19395,3600,0,0,8,0,0,0,0,0),(127384,4076,601,3,1,2177,0,560.219,523.356,654.451,0.436332,3600,0,0,8,0,0,0,0,0),(127385,4076,601,3,1,2177,0,531.01,528.253,736.958,5.044,3600,0,0,8,0,0,0,0,0),(127386,4076,601,3,1,2177,0,533.159,558.876,646.318,0.034907,3600,0,0,8,0,0,0,0,0),(127387,4076,601,3,1,2177,0,509.866,519.727,655.058,4.7822,3600,0,0,8,0,0,0,0,0),(127388,4076,601,3,1,2177,0,471.45,759.923,823.076,3.90241,3600,5,0,8,0,1,0,0,0),(127389,4076,601,3,1,2177,0,511.666,549.168,651.874,5.71386,3600,5,0,8,0,1,0,0,0),(127390,4076,601,3,1,2177,0,562.785,558.229,728.518,4.38078,3600,0,0,8,0,0,0,0,0),(127391,4076,601,3,1,2177,0,494.476,547.561,738.802,4.45059,3600,0,0,8,0,0,0,0,0),(127392,4076,601,3,1,2177,0,505.562,561.603,734.985,4.01426,3600,0,0,8,0,0,0,0,0),(127393,22515,601,3,1,16925,0,566.164,682.087,769.079,2.21657,3600,0,0,4120,0,0,0,0,0),(127394,22515,601,3,1,16925,0,529.042,706.941,777.298,1.0821,3600,0,0,4120,0,0,0,0,0),(127395,22515,601,3,1,16925,0,489.975,671.239,772.131,0.261799,3600,0,0,4120,0,0,0,0,0),(127396,22515,601,3,1,16925,0,488.556,692.95,771.764,4.88692,3600,0,0,4120,0,0,0,0,0),(127397,22515,601,3,1,16925,0,553.34,640.387,777.419,1.20428,3600,0,0,4120,0,0,0,0,0),(127398,22515,601,3,1,16925,0,517.486,706.398,777.335,5.35816,3600,0,0,4120,0,0,0,0,0),(127399,22515,601,3,1,16925,0,504.01,637.693,777.479,0.506145,3600,0,0,4120,0,0,0,0,0),(127400,22515,601,3,1,16925,0,552.625,706.408,777.177,3.4383,3600,0,0,4120,0,0,0,0,0),(127401,28921,601,3,1,26776,0,557.671,516.684,693.457,-0.459374,86400,0,0,154230,0,0,0,0,0),(90187,22515,628,3,1,0,0,1162.91,-745.908,48.7151,0.139626,7200,0,0,1,0,0,0,0,0),(127403,26624,600,3,1,1693,0,-321.179,-660.245,10.6309,5.43822,3600,0,0,51410,0,2,0,0,0),(127404,26624,600,3,1,1693,0,-318.156,-640.515,11.9514,1.30914,3600,0,0,51410,0,2,0,0,0),(127405,26625,600,3,1,16462,0,-283.39,-722.083,27.2919,1.40479,3600,5,0,42540,0,1,0,0,0),(127406,26625,600,3,1,16462,0,-293.197,-717.089,27.6532,6.17846,3600,5,0,42540,0,1,0,0,0),(127407,26625,600,3,1,16462,0,-282.169,-711.369,27.3754,1.20428,3600,5,0,42540,0,1,0,0,0),(127408,26625,600,3,1,16462,0,-249.107,-721.31,27.5134,2.16421,3600,5,0,42540,0,1,0,0,0),(127409,26625,600,3,1,16462,0,-256.005,-731.801,27.4384,1.64061,3600,5,0,42540,0,1,0,0,0),(127410,26626,600,3,1,24084,1,-398.143,-604.842,1.02487,2.83436,3600,5,0,41128,3466,1,0,0,0),(127411,26626,600,3,1,24084,1,-494.119,-603.978,2.07222,3.19395,3600,0,0,41128,3466,2,0,0,0),(127412,26626,600,3,1,24084,1,-410.943,-603.386,1.02487,3.36148,3600,0,0,41128,3466,2,0,0,0),(127413,26628,600,3,1,19732,0,-533.857,-718.193,30.3297,2.32129,3600,0,0,41128,0,0,0,0,0),(127414,26628,600,3,1,19732,0,-527.679,-693.915,30.3297,5.88176,3600,0,0,41128,0,0,0,0,0),(127415,26628,600,3,1,19732,0,-541.477,-662.748,30.335,5.61996,3600,0,0,41128,0,0,0,0,0),(127416,27909,600,3,1,24925,0,-287.102,-701.242,27.3756,1.23918,3600,0,0,449,0,0,0,0,0),(127417,27909,600,3,1,24925,0,-245.189,-739.558,27.3756,3.07178,3600,0,0,449,0,0,0,0,0),(127418,27909,600,3,1,24925,0,-309.364,-726.181,27.3756,0.244346,3600,0,0,449,0,0,0,0,0),(127419,27909,600,3,1,24925,0,-240.869,-703.865,27.3756,4.06662,3600,0,0,449,0,0,0,0,0),(127420,27909,600,3,1,24925,0,-255.835,-750.027,29.5301,1.51844,3600,0,0,449,0,0,0,0,0),(127421,27909,600,3,1,24925,0,-274.197,-740.713,27.3756,1.37881,3600,0,0,449,0,0,0,0,0),(127422,26630,600,3,1,26352,0,-266.176,-660.147,26.511,0,86400,0,0,220020,0,0,0,0,0),(1972026,37554,668,3,1,0,1,5551.28,2257.2,733.011,1.22009,86400,0,0,5040000,881400,0,0,0,0),(127424,26631,600,3,1,26292,0,-379.27,-737.728,27.3133,4.45059,86400,0,0,176016,3643,0,0,0,0),(127425,26635,600,3,1,27058,1,-324.225,-572.637,11.1032,2.53073,3600,0,0,41128,0,0,0,0,0),(127426,26635,600,3,1,27058,1,-366.904,-607.983,2.34493,2.68781,3600,0,0,41128,0,0,0,0,0),(127427,26635,600,3,1,27058,1,-422.151,-595.673,72.6906,1.41372,3600,0,0,41128,0,0,0,0,0),(127428,26635,600,3,1,27058,1,-417.748,-594.404,72.607,2.57147,3600,0,0,41128,0,0,0,0,0),(127429,26635,600,3,1,27058,1,-334.144,-652.409,11.9155,0.645772,3600,0,0,41128,0,0,0,0,0),(127430,26635,600,3,1,27058,1,-417.421,-604.07,1.10857,2.72271,3600,5,0,41128,0,1,0,0,0),(127431,26635,600,3,1,27058,1,-396.483,-602.198,1.10856,5.61996,3600,0,0,41128,0,0,0,0,0),(127432,26635,600,3,1,27058,1,-312.229,-614.39,72.6891,1.78024,3600,0,0,41128,0,0,0,0,0),(127433,26635,600,3,1,27058,1,-303.239,-612.334,72.6768,2.30383,3600,0,0,41128,0,0,0,0,0),(127434,26635,600,3,1,27058,1,-326.177,-575.824,11.0885,2.3911,3600,0,0,41128,0,0,0,0,0),(127435,26635,600,3,1,27058,1,-363.805,-595.961,2.34491,3.33358,3600,0,0,41128,0,0,0,0,0),(127436,26620,600,3,1,0,1,-523.138,-594.8,1.05,2.33,86400,0,0,44004,0,0,0,768,0),(127437,26620,600,3,1,0,1,-528.33,-600.26,1.59,2.33,86400,0,0,44004,0,0,0,768,0),(127438,26623,600,3,1,26857,1,-449.338,-604.367,72.6887,6.23082,3600,0,0,44004,0,0,0,0,0),(127439,26636,600,3,1,26857,0,-331.04,-658.237,11.007,0.558505,3600,5,0,41128,3466,1,0,0,0),(127440,26636,600,3,1,26857,0,-484.753,-606.694,1.63451,4.29351,3600,5,0,41128,3466,1,0,0,0),(127441,26636,600,3,1,26857,0,-465.429,-599.339,1.68087,6.19592,3600,5,0,41128,3466,1,0,0,0),(127442,26637,600,3,1,26860,1,-499.831,-705.943,30.6214,1.67738,3600,0,0,41128,0,2,0,0,0),(127443,26637,600,3,1,26860,1,-505.321,-683.579,30.3714,1.67738,3600,5,0,41128,0,1,0,0,0),(127444,26637,600,3,1,26860,1,-466.259,-652.304,28.7872,3.10301,3600,0,0,41128,0,2,0,0,0),(127445,26638,600,3,1,27056,1,-439.589,-607.484,91.1077,5.50128,3600,12,0,42540,0,1,0,33555202,0),(127446,26638,600,3,1,27056,1,-458.184,-595.712,93.7567,1.32326,3600,12,0,42540,0,1,0,33555202,0),(127447,26638,600,3,1,27056,1,-442.822,-614.916,87.1659,5.77406,3600,12,0,42540,0,1,0,33555202,0),(127448,26638,600,3,1,27056,1,-400.974,-668.977,26.7255,3.94444,3600,0,0,42540,0,0,0,0,0),(127449,26639,600,3,1,27084,0,-349.462,-586.82,72.7483,5.61996,3600,0,0,42540,21366,0,0,0,0),(127451,26639,600,3,1,27083,0,-342,-591.965,72.6924,3.87463,3600,0,0,42540,21366,0,0,0,0),(127452,26641,600,3,1,19734,0,-543.161,-702.514,30.2544,1.0648,3600,5,0,42540,0,1,0,0,0),(127453,26641,600,3,1,19734,0,-527.818,-659.692,30.9515,2.68781,3600,0,0,42540,0,0,0,0,0),(127454,26641,600,3,1,19734,0,-519.057,-722.682,30.3297,2.98451,3600,0,0,42540,0,0,0,0,0),(127455,26641,600,3,1,19734,0,-541.597,-674.519,30.3443,1.16937,3600,0,0,42540,0,0,0,0,0),(127456,26641,600,3,1,19734,0,-483.04,-649.001,28.5886,3.10301,3600,0,0,42540,0,2,0,0,0),(127457,26641,600,3,1,19734,0,-483.273,-654.997,28.5902,3.10301,3600,0,0,42540,0,2,0,0,0),(127458,14881,600,3,1,14952,0,-250.603,-676.747,26.5319,1.6696,3600,5,0,8,0,1,0,0,0),(127459,14881,600,3,1,2536,0,-260.9,-696.781,27.0534,6.01265,3600,5,0,8,0,1,0,0,0),(127460,14881,600,3,1,1160,0,-302.188,-704.92,27.2919,3.1007,3600,5,0,8,0,1,0,0,0),(127461,14881,600,3,1,9829,0,-495.313,-728.646,30.3714,5.96539,3600,5,0,8,0,1,0,0,0),(127462,14881,600,3,1,1160,0,-233.479,-621.884,64.6839,6.25615,3600,5,0,8,0,1,0,0,0),(127463,14881,600,3,1,1160,0,-537.221,-566.03,1.8656,5.78825,3600,5,0,8,0,1,0,0,0),(127464,14881,600,3,1,9829,0,-296.959,-612.787,72.5414,3.90703,3600,5,0,8,0,1,0,0,0),(127465,14881,600,3,1,2536,0,-273.983,-577.875,5.38336,5.06308,3600,5,0,8,0,1,0,0,0),(127466,14881,600,3,1,14952,0,-514.682,-660.019,30.7302,2.95887,3600,5,0,8,0,1,0,0,0),(127467,14881,600,3,1,1160,0,-275.649,-667.17,101.827,6.0493,3600,5,0,8,0,1,0,0,0),(127468,14881,600,3,1,14952,0,-542.526,-562.355,1.02489,3.41055,3600,5,0,8,0,1,0,0,0),(127469,14881,600,3,1,2536,0,-233.163,-736.033,116.471,0.632192,3600,5,0,8,0,1,0,0,0),(127470,14881,600,3,1,14952,0,-373.319,-601.733,72.7024,0.261799,3600,0,0,8,0,0,0,0,0),(127471,27431,600,3,1,27075,1,-346.224,-610.903,72.6013,6.23693,3600,0,0,44004,0,2,0,0,0),(127476,26675,600,3,1,17188,0,-297.317,-750.068,30.7455,1.27409,3600,5,0,8982,0,1,0,0,0),(127477,26675,600,3,1,17188,0,-227.487,-725.508,30.3045,3.01942,3600,5,0,8982,0,1,0,0,0),(133982,36970,672,15,1,0,0,9.26111,-22.7322,21.8455,5.86431,604800,0,0,1,0,0,0,0,0),(1975882,30696,571,1,1,0,0,6443.02,3270.34,638.257,0.255374,300,0,0,1,0,0,0,0,0),(1975881,30696,571,1,1,0,0,6406.84,3209.69,640.051,0.642571,300,0,0,1,0,0,0,0,0),(1975880,30696,571,1,1,0,0,6411.71,3252.44,638.859,6.0469,300,0,0,1,0,0,0,0,0),(1975879,30696,571,1,1,0,0,6480.82,3201.6,649.883,1.70282,300,0,0,1,0,0,0,0,0),(1975878,30696,571,1,1,0,0,6546.37,3290.01,668.806,2.44839,300,0,0,1,0,0,0,0,0),(1975877,30696,571,1,1,0,0,6557.18,3301.06,668.428,2.90548,300,0,0,1,0,0,0,0,0),(1975876,30696,571,1,1,0,0,6531.15,3237.26,666.749,3.86525,300,0,0,1,0,0,0,0,0),(1975875,30696,571,1,1,0,0,6509.06,3271.28,664.675,3.28798,300,0,0,1,0,0,0,0,0),(1975874,30696,571,1,1,0,0,6508.72,3323.12,665.426,2.60939,300,0,0,1,0,0,0,0,0),(127489,2110,600,3,1,1141,0,-340.074,-741.833,28.5926,4.29118,3600,5,0,1,0,1,0,0,0),(127490,2110,600,3,1,1141,0,-241.019,-628.621,90.7827,3.71989,3600,5,0,1,0,1,0,0,0),(127491,2110,600,3,1,1141,0,-458.902,-645.344,28.5437,3.00197,3600,0,0,1,0,0,0,0,0),(127492,2110,600,3,1,1141,0,-314.992,-682.192,11.8372,6.12992,3600,5,0,1,0,1,0,0,0),(127493,28492,600,3,1,19595,0,-234.156,-673.285,131.933,2.40855,3600,0,0,4979,0,0,0,0,0),(127494,28492,600,3,1,19595,0,-237.234,-676.253,138.792,3.31613,3600,0,0,4979,0,0,0,0,0),(127495,28492,600,3,1,19595,0,-237.131,-698.678,131.255,1.58825,3600,0,0,4979,0,0,0,0,0),(127496,28492,600,3,1,19595,0,-235.804,-680.281,131.936,6.17846,3600,0,0,4979,0,0,0,0,0),(127497,28492,600,3,1,19595,0,-241.565,-675.446,131.932,0.750492,3600,0,0,4979,0,0,0,0,0),(247227,10808,329,1,1,0,0,3651.62,-3190.08,126.96,0,300,0,0,22968,0,0,0,0,0),(127501,26712,600,3,17,17188,0,-392.455,-724.809,32.3213,5.35816,3600,0,0,8982,0,0,0,0,0),(127500,26712,600,3,9,17188,0,-392.123,-750.941,32.3213,0.680678,3600,0,0,8982,0,0,0,0,0),(127499,26712,600,3,5,17188,0,-365.368,-751.128,32.3213,2.35619,3600,0,0,8982,0,0,0,0,0),(127507,27483,600,3,1,5240,0,-544.874,-696.974,30.2951,4.06062,86400,0,0,220020,0,2,0,0,0),(127508,27490,600,3,1,7897,0,-407.254,-677.073,70.2256,1.57653,3600,0,0,10282,0,2,0,0,0),(127509,27490,600,3,1,7897,0,-409.416,-663.914,62.3926,5.05471,3600,0,0,10282,0,2,0,0,0),(127510,27490,600,3,1,7897,0,-406.932,-676.956,66.5311,6.11929,3600,0,0,10282,0,2,0,0,0),(127511,27490,600,3,1,7897,0,-410.857,-673.019,72.7258,4.78661,3600,0,0,10282,0,2,0,0,0),(127512,27490,600,3,1,7897,0,-409.299,-663.433,58.0031,6.1917,3600,0,0,10282,0,2,0,0,0),(127513,27490,600,3,1,7897,0,-412.723,-650.845,38.5179,5.66989,3600,0,0,10282,0,2,0,0,0),(1972031,32200,668,3,1,0,0,5274.61,1691.75,793.158,0,86400,0,0,1,0,0,0,0,0),(1972030,37014,668,3,1,0,0,5321.39,1758.07,770.419,3.70108,86400,0,0,1,0,0,0,0,0),(1972029,37014,668,3,1,0,0,5445.09,1881.48,752.654,4.13302,86400,0,0,1,0,0,0,0,0),(1975873,30696,571,1,1,0,0,6548.17,3347.47,665.252,1.82478,300,0,0,1,0,0,0,0,0),(53926,30352,571,1,1,0,1,5802.89,490.799,657.354,5.60251,120,0,0,1,0,0,0,0,0),(53925,30352,571,1,1,0,1,5801.25,492.336,657.376,5.60251,120,0,0,1,0,0,0,0,0),(53924,30352,571,1,1,0,1,5805.08,492.97,657.2,5.5846,120,0,0,1,0,0,0,0,0),(53923,30352,571,1,1,0,1,5803.51,494.766,657.211,5.54129,120,0,0,1,0,0,0,0,0),(53922,30755,571,1,1,0,1,5849.62,476.429,657.703,3.22284,120,0,0,1,0,0,0,0,0),(53921,30755,571,1,1,0,1,5845.83,475.846,657.717,3.29867,120,0,0,1,0,0,0,0,0),(1972028,37014,668,3,1,0,0,5504.2,1974.7,737.318,4.04659,86400,0,0,1,0,0,0,0,0),(53920,30755,571,1,1,0,1,5848.49,480.568,657.628,3.36848,120,0,0,1,0,0,0,0,0),(53919,30755,571,1,1,0,1,5844.8,479.632,657.649,3.35103,120,0,0,1,0,0,0,0,0),(142716,27624,0,1,1,0,0,-472.925,1495.71,18.3354,0.577431,300,0,0,28830,0,0,0,0,0),(142715,27619,0,1,1,0,0,-462.81,1491.7,17.2292,1.65734,300,0,0,96100,3309,0,0,0,0),(142714,27618,0,1,1,0,0,-471.433,1500.51,18.4603,0.024287,300,0,0,28830,0,0,0,0,0),(142713,27616,0,1,1,0,0,-458.712,1504.8,16.9815,3.93558,300,0,0,29820,0,0,0,0,0),(142712,27620,0,1,1,0,0,-463.526,1499.51,20.4721,1.55035,300,0,0,10635,0,0,0,0,0),(142710,24439,571,1,1,24780,0,2068.71,-3318.71,98.2312,5.72468,120,0,0,42,0,0,0,0,0),(142709,24439,571,1,1,24780,0,1996.73,-3323.91,99.7794,5.53269,120,0,0,42,0,0,0,0,0),(1972027,37014,668,3,1,0,0,5550.62,2079.75,731.715,4.32146,86400,0,0,1,0,0,0,0,0),(1972025,36954,668,3,1,0,1,5553.07,2261.91,733.011,4.23995,86400,0,0,27890000,0,0,0,0,0),(127541,15475,600,3,1,8971,0,-338.458,-592.513,11.0578,3.83972,3600,0,0,8,0,0,0,0,0),(127542,15475,600,3,1,15467,0,-453.922,-598.991,2.08077,3.735,3600,0,0,8,0,0,0,0,0),(127543,15475,600,3,1,15468,0,-252.946,-653.047,26.5337,4.26864,3600,5,0,8,0,1,0,0,0),(127544,15475,600,3,1,15467,0,-258.474,-580.993,11.091,2.33874,3600,0,0,8,0,0,0,0,0),(127545,15475,600,3,1,7511,0,-534.195,-585.734,1.02488,0.699487,3600,5,0,8,0,1,0,0,0),(127546,15475,600,3,1,15468,0,-412.706,-724.789,28.5803,1.53972,3600,5,0,8,0,1,0,0,0),(127547,15475,600,3,1,8971,0,-518.825,-535.869,11.014,5.5046,3600,0,0,8,0,0,0,0,0),(127548,15475,600,3,1,8971,0,-348.571,-721.062,28.6698,5.68977,3600,0,0,8,0,0,0,0,0),(127549,15475,600,3,1,15468,0,-349.219,-767.229,28.6717,0.15708,3600,0,0,8,0,0,0,0,0),(127550,15475,600,3,1,15467,0,-475.409,-614.805,72.6077,4.31991,3600,5,0,8,0,1,0,0,0),(127551,15475,600,3,1,7511,0,-331.705,-635.345,11.7815,3.24906,3600,5,0,8,0,1,0,0,0),(127552,26830,600,3,1,27062,1,-282.754,-699.717,101.747,4.82981,3600,0,0,44004,3643,2,0,0,0),(127553,26830,600,3,1,27062,1,-390.734,-608.27,72.6074,3.18088,3600,0,0,44004,3643,2,0,0,0),(127554,26830,600,3,1,27062,1,-276.577,-738.836,101.884,2.05949,3600,0,0,44004,3643,0,0,0,0),(127555,26830,600,3,1,27062,1,-274.13,-729.374,101.884,3.08923,3600,0,0,44004,3643,0,0,0,0),(127556,26830,600,3,1,27062,1,-288.489,-699.538,101.916,1.58825,3600,0,0,44004,3643,0,0,0,0),(127557,26830,600,3,1,27062,1,-277.256,-698.638,101.892,1.79769,3600,0,0,44004,3643,0,0,0,0),(127558,27871,600,3,1,829,0,-302.973,-670.176,11.0072,0.296706,3600,0,0,41128,0,0,0,0,0),(127559,27871,600,3,1,829,0,-328.518,-662.668,11.0072,1.8326,3600,0,0,41128,0,0,0,0,0),(127560,27871,600,3,1,829,0,-319.276,-647.984,11.0072,2.28638,3600,0,0,41128,0,0,0,0,0),(127561,4075,600,3,1,1418,0,-482.468,-611.591,2.4354,1.03359,3600,5,0,8,0,1,0,0,0),(127562,4075,600,3,1,1418,0,-379.181,-592.562,2.44651,5.34511,3600,5,0,8,0,1,0,0,0),(247115,37011,631,15,1,0,0,-175,2215,35.23,0,86400,0,0,478800,0,0,0,0,0),(247114,37011,631,15,1,0,0,-175,2215,35.23,0,86400,0,0,478800,0,0,0,0,0),(127567,26620,600,3,1,0,1,-304.105,-651.344,11.0072,3.05433,3600,0,0,44004,0,0,0,33555206,0),(127568,26620,600,3,1,0,1,-320.95,-646.586,11.0072,0.750492,3600,0,0,44004,0,0,0,33555206,0),(127569,26620,600,3,1,0,1,-329.223,-660.171,11.0072,3.735,3600,0,0,44004,0,0,0,33555206,0),(127570,26620,600,3,1,0,1,-308.788,-669.373,10.4644,4.99164,3600,0,0,44004,0,0,0,33555206,0),(127571,26620,600,3,1,0,1,-323.614,-661.262,10.4644,1.88496,3600,0,0,44004,0,0,0,33555206,0),(127572,26620,600,3,1,0,1,-473.99,-597.227,1.10856,0.034907,3600,0,0,44004,0,0,0,33555206,0),(127573,26620,600,3,1,0,1,-279.785,-585.387,5.46828,0.541052,3600,0,0,44004,0,0,0,33555206,0),(127574,26620,600,3,1,0,1,-271.217,-580.668,5.88204,5.044,3600,0,0,44004,0,0,0,33555206,0),(127575,26620,600,3,1,0,1,-480.647,-607.138,1.89992,2.16421,3600,0,0,44004,0,0,0,33555206,0),(127576,26620,600,3,1,0,1,-491.392,-599.432,1.17843,2.77507,3600,0,0,44004,0,0,0,33555206,0),(127577,26620,600,3,1,0,1,-260.846,-566.985,11.0544,3.47321,3600,0,0,44004,0,0,0,33555206,0),(127578,26620,600,3,1,0,1,-304.88,-608.252,72.6632,5.09636,3600,0,0,44004,0,0,0,0,0),(127579,26620,600,3,1,0,1,-312.622,-610.606,72.6898,4.83456,3600,0,0,44004,0,0,0,0,0),(127580,26620,600,3,1,0,1,-420.834,-592.426,72.6908,5.07891,3600,0,0,44004,0,0,0,0,0),(127582,26620,600,3,1,0,1,-342.092,-597.737,72.6076,4.00869,3600,0,0,44004,0,2,0,0,0),(127583,26620,600,3,1,0,1,-315.299,-654.603,10.4644,1.5708,3600,0,0,44004,0,0,0,33555206,0),(127584,26620,600,3,1,0,1,-301.034,-669.4,11.0072,4.24115,3600,0,0,44004,0,0,0,33555206,0),(127585,26620,600,3,1,0,1,-395.46,-598.685,1.10819,3.07178,3600,0,0,44004,0,0,0,33555206,0),(127586,26620,600,3,1,0,1,-291.651,-598.077,11.0546,5.75959,3600,0,0,44004,0,0,0,33555206,0),(127587,26620,600,3,1,0,1,-463.042,-604.845,1.15856,3.22886,3600,0,0,44004,0,0,0,33555206,0),(127588,26620,600,3,1,0,1,-240.334,-583.733,11.1256,5.67232,3600,0,0,44004,0,0,0,33555206,0),(127589,26620,600,3,1,0,1,-439.773,-611.647,72.6887,3.9968,3600,0,0,44004,0,0,0,0,0),(127590,26620,600,3,1,0,1,-445.314,-602.89,72.6887,3.9619,3600,0,0,44004,0,0,0,0,0),(127591,26620,600,3,1,0,1,-337.215,-586.281,72.754,4.10152,3600,0,0,44004,0,0,0,0,0),(127592,26620,600,3,1,0,1,-247.832,-578.732,11.1271,3.82227,3600,0,0,44004,0,0,0,33555206,0),(127593,26620,600,3,1,0,1,-416.224,-599.224,1.10835,3.80482,3600,0,0,44004,0,0,0,33555206,0),(127594,26620,600,3,1,0,1,-390.072,-604.201,1.10857,4.67748,3600,0,0,44004,0,0,0,33555206,0),(127595,26620,600,3,1,0,1,-318.749,-579.375,11.0909,0.802851,3600,0,0,44004,0,0,0,33555206,0),(127596,26626,600,3,1,0,1,-515.853,-603.945,1.025,2.451,86400,0,0,41128,3466,0,0,2,0),(127597,26620,600,3,1,0,1,-261.222,-582.171,11.0867,1.79769,3600,0,0,44004,0,0,0,33555206,0),(127598,26620,600,3,1,0,1,-265.324,-560.775,11.0579,0.087266,3600,0,0,44004,0,0,0,33555206,0),(127599,26620,600,3,1,0,1,-301.755,-580.395,11.0912,3.85718,3600,0,0,44004,0,0,0,33555206,0),(127600,26620,600,3,1,0,1,-403.097,-606.573,1.10856,3.97935,3600,0,0,44004,0,0,0,33555206,0),(127601,26620,600,3,1,0,1,-426.619,-603.45,1.10856,0.418879,3600,0,0,44004,0,0,0,33555206,0),(127602,26620,600,3,1,0,1,-277.064,-575.627,5.45893,3.75246,3600,0,0,44004,0,0,0,33555206,0),(127603,26620,600,3,1,0,1,-414.047,-607.941,1.10857,2.18166,3600,0,0,44004,0,0,0,33555206,0),(127604,26621,600,3,1,24994,0,-307.038,-667.613,10.4644,3.80482,3600,0,0,39760,0,0,0,0,0),(127605,26621,600,3,1,24994,0,-299.602,-667.842,11.0072,4.01426,3600,0,0,39760,0,0,0,0,0),(127606,26621,600,3,1,24994,0,-325.124,-658.878,10.4644,5.5676,3600,0,0,39760,0,0,0,0,0),(127607,26621,600,3,1,24994,0,-329.342,-658.383,11.0072,4.59022,3600,0,0,39760,0,0,0,0,0),(127608,26621,600,3,1,24994,0,-322.715,-647.594,11.0072,0.471239,3600,0,0,39760,0,0,0,0,0),(127609,26621,600,3,1,24994,0,-317.466,-652.485,10.4644,6.00393,3600,0,0,39760,0,0,0,0,0),(127610,26622,600,3,1,1955,0,-407.771,-674.633,26.7257,4.67748,3600,0,0,5318,0,0,0,0,0),(127611,26622,600,3,1,1955,0,-405.445,-663.396,26.7257,4.92183,3600,0,0,5318,0,0,0,0,0),(127612,26622,600,3,1,1955,0,-406.554,-695.026,28.5741,1.85261,3600,0,0,5318,0,2,0,0,0),(127613,26622,600,3,1,1955,0,-420.603,-665.914,27.2692,3.57565,3600,0,0,5318,0,2,0,0,0),(127614,26622,600,3,1,1955,0,-392.227,-677.325,26.642,2.15834,3600,0,0,5318,0,2,0,0,0),(127615,26622,600,3,1,1955,0,-416.414,-662.198,26.643,4.96839,3600,0,0,5318,0,2,0,0,0),(127616,26622,600,3,1,1955,0,-398.44,-682.387,26.7257,3.92699,3600,0,0,5318,0,0,0,0,0),(127617,26623,600,3,1,7847,1,-445.584,-614.164,72.6887,0.383972,3600,0,0,44004,0,0,0,0,0),(1971314,16082,533,3,1,0,0,3175.42,-3134.86,293.34,4.284,300,0,0,17010,0,0,0,0,0),(1971313,16082,533,3,1,0,0,3154.25,-3125.7,293.43,4.47694,300,0,0,17010,0,0,0,0,0),(1971312,16082,533,3,1,0,0,3128.59,-3118.81,293.346,4.76754,300,0,0,17010,0,0,0,0,0),(127631,16400,533,3,1,11686,0,3223.02,-3218.73,316.371,0.760995,3600,0,0,17010,0,0,0,0,0),(127632,16400,533,3,1,11686,0,3208.17,-3234.59,315.457,0.742117,3600,0,0,17010,0,0,0,0,0),(127633,16400,533,3,1,11686,0,3178.61,-3263.67,316.428,0.783571,3600,0,0,17010,0,0,0,0,0),(127634,16400,533,3,1,11686,0,3217.32,-3224.75,316.058,0.825181,3600,0,0,17010,0,0,0,0,0),(127635,16400,533,3,1,11686,0,3190.63,-3252.56,315.568,3.91208,3600,0,0,17010,0,0,0,0,0),(127636,16400,533,3,1,11686,0,3244.75,-3198.74,317.365,3.95566,3600,0,0,17010,0,0,0,0,0),(127637,16400,533,3,1,11686,0,3246.76,-3193.86,317.33,3.83134,3600,0,0,17010,0,0,0,0,0),(127638,16145,533,3,1,0,1,2789.78,-3169.88,298.229,0.645772,3600,0,0,156396,0,0,0,0,0),(127639,16145,533,3,1,0,1,2797.25,-3396.84,267.769,2.07694,3600,0,0,156396,0,0,0,0,0),(127640,16145,533,3,1,0,1,2556.95,-3294.9,267.593,4.71988,3600,0,0,156396,0,2,0,0,0),(127641,16145,533,3,1,0,1,2540.55,-3209.82,240.526,1.10976,3600,0,0,156396,0,2,0,0,0),(127642,16145,533,3,1,0,1,2781.68,-2973.13,240.527,3.47358,3600,0,0,156396,0,2,0,0,0),(127643,16145,533,3,1,0,1,2602.49,-3027.26,242.547,5.46288,3600,0,0,156396,0,0,0,0,0),(127644,16145,533,3,1,0,1,2597.28,-3031.65,242.517,5.55015,3600,0,0,156396,0,0,0,0,0),(127645,16145,533,3,1,0,1,2584.61,-3100.69,240.525,0.79345,3600,0,0,156396,0,2,0,0,0),(127646,16145,533,3,1,0,1,2890.71,-3318.47,298.229,5.60251,3600,0,0,156396,0,0,0,0,0),(127647,16145,533,3,1,0,1,2863.14,-3303.33,298.15,2.53538,3600,0,0,156396,0,2,0,0,0),(127648,16145,533,3,1,0,1,2867.59,-3304.91,298.15,2.53535,3600,0,0,156396,0,2,0,0,0),(127649,16145,533,3,1,0,1,2871.32,-2985.75,267.593,6.28157,3600,0,0,156396,0,2,0,0,0),(127650,16145,533,3,1,0,1,2819.19,-3162.7,298.229,1.51844,3600,0,0,156396,0,0,0,0,0),(127651,16145,533,3,1,0,1,2836.88,-3203.93,298.309,4.03171,3600,0,0,156396,0,0,0,0,0),(127652,16145,533,3,1,0,1,2881.46,-3199.31,298.232,3.36848,3600,0,0,156396,0,0,0,0,0),(127653,16146,533,3,1,0,1,2813.8,-3156.44,298.229,1.64061,3600,0,0,1,0,0,0,0,0),(127654,16146,533,3,1,0,1,2837.36,-3213.73,298.339,4.11898,3600,0,0,1,0,0,0,0,0),(127655,16146,533,3,1,0,1,2790.88,-3403.02,267.769,2.46091,3600,0,0,1,0,0,0,0,0),(127656,16146,533,3,1,0,1,2556.95,-3294.9,267.593,4.71989,3600,0,0,1,0,2,0,0,0),(127657,16146,533,3,1,0,1,2556.95,-3294.9,267.593,4.72039,3600,0,0,1,0,2,0,0,0),(127658,16146,533,3,1,0,1,2540.55,-3209.82,240.526,1.10969,3600,0,0,1,0,2,0,0,0),(127659,16146,533,3,1,0,1,2540.55,-3209.82,240.526,1.10973,3600,0,0,1,0,2,0,0,0),(127660,16146,533,3,1,0,1,2781.68,-2973.13,240.527,3.48146,3600,0,0,1,0,2,0,0,0),(127661,16146,533,3,1,0,1,2781.68,-2973.13,240.527,3.55611,3600,0,0,1,0,2,0,0,0),(127662,16146,533,3,1,0,1,2606.63,-3023.38,242.495,5.48033,3600,0,0,1,0,0,0,0,0),(127663,16146,533,3,1,0,1,2592.79,-3035.88,242.505,5.37561,3600,0,0,1,0,0,0,0,0),(127664,16146,533,3,1,0,1,2584.61,-3100.69,240.525,0.793456,3600,0,0,1,0,2,0,0,0),(127665,16146,533,3,1,0,1,2584.61,-3100.69,240.525,0.793451,3600,0,0,1,0,2,0,0,0),(127666,16146,533,3,1,0,1,2891.28,-3323.27,298.229,0.907571,3600,0,0,1,0,0,0,0,0),(127667,16146,533,3,1,0,1,2792.94,-3167.93,298.229,3.54302,3600,0,0,1,0,0,0,0,0),(127668,16146,533,3,1,0,1,2828.43,-3176.26,298.148,6.1934,3600,0,0,1,0,2,0,0,0),(127669,16146,533,3,1,0,1,2825.01,-3157.08,298.229,1.32645,3600,0,0,1,0,0,0,0,0),(127670,16146,533,3,1,0,1,2871.32,-2985.75,267.593,6.28157,3600,0,0,1,0,2,0,0,0),(127671,16146,533,3,1,0,1,2871.32,-2985.75,267.593,6.28157,3600,0,0,1,0,2,0,0,0),(127672,16146,533,3,1,0,1,2829.48,-3207.64,298.332,4.15388,3600,0,0,1,0,0,0,0,0),(127673,16146,533,3,1,0,1,2922.04,-3359.7,298.229,6.14356,3600,0,0,1,0,0,0,0,0),(127674,16146,533,3,1,0,1,2933.47,-3349.99,298.229,5.20108,3600,0,0,1,0,0,0,0,0),(127675,16146,533,3,1,0,1,2877.19,-3200.33,298.23,0.558505,3600,0,0,1,0,0,0,0,0),(127681,16154,533,3,1,16927,1,2946.53,-3174.32,273.87,0.541052,3600,8,0,52132,0,1,0,0,0),(127682,16154,533,3,1,16927,1,2873.77,-3160.87,273.87,3.75246,3600,8,0,52132,0,1,0,0,0),(127683,16154,533,3,1,16927,1,2876.42,-3159.13,273.87,0.767945,3600,8,0,52132,0,1,0,0,0),(127684,16154,533,3,1,16927,1,2930.52,-3215.47,273.87,5.02655,3600,8,0,52132,0,1,0,0,0),(127685,16156,533,3,1,0,1,2556.95,-3294.9,267.593,4.7206,3600,0,0,65165,0,2,0,0,0),(127686,16156,533,3,1,0,1,2556.95,-3294.9,267.593,4.72039,3600,0,0,65165,0,2,0,0,0),(127687,16156,533,3,1,0,1,2540.55,-3209.82,240.526,1.10991,3600,0,0,65165,0,2,0,0,0),(127688,16156,533,3,1,0,1,2540.55,-3209.82,240.526,1.10973,3600,0,0,65165,0,2,0,0,0),(127689,16156,533,3,1,0,1,2781.68,-2973.13,240.527,3.59116,3600,0,0,65165,0,2,0,0,0),(127690,16156,533,3,1,0,1,2781.68,-2973.13,240.527,3.55739,3600,0,0,65165,0,2,0,0,0),(127691,16156,533,3,1,0,1,2584.61,-3100.69,240.525,0.793453,3600,0,0,65165,0,2,0,0,0),(127692,16156,533,3,1,0,1,2584.61,-3100.69,240.525,0.793458,3600,0,0,65165,0,2,0,0,0),(127693,16156,533,3,1,0,1,2895.71,-3323.72,298.229,2.1293,3600,0,0,65165,0,0,0,0,0),(127694,16156,533,3,1,0,1,2895.86,-3317.74,298.229,3.9968,3600,0,0,65165,0,0,0,0,0),(127695,16156,533,3,1,0,1,2788.64,-3173.35,298.229,0.942478,3600,0,0,65165,0,0,0,0,0),(127696,16156,533,3,1,0,1,2843.13,-3118.74,273.888,4.66003,3600,0,0,65165,0,0,0,0,0),(127697,16156,533,3,1,0,1,2848.2,-3127.51,273.886,3.735,3600,0,0,65165,0,0,0,0,0),(127698,16156,533,3,1,0,1,2839.46,-3122.94,273.897,0.383972,3600,0,0,65165,0,0,0,0,0),(127699,16156,533,3,1,0,1,2830.43,-3173.26,298.148,6.19339,3600,0,0,65165,0,2,0,0,0),(127700,16156,533,3,1,0,1,2827.43,-3178.26,298.148,6.19339,3600,0,0,65165,0,2,0,0,0),(127701,16156,533,3,1,0,1,2871.32,-2985.75,267.593,6.28157,3600,0,0,65165,0,2,0,0,0),(127702,16156,533,3,1,0,1,2871.32,-2985.75,267.593,6.28157,3600,0,0,65165,0,2,0,0,0),(127703,16156,533,3,1,0,1,2795.52,-3164.92,298.23,4.04916,3600,0,0,65165,0,0,0,0,0),(127704,16156,533,3,1,0,1,2883.54,-3197.06,298.232,3.90954,3600,0,0,65165,0,0,0,0,0),(127705,16156,533,3,1,0,1,2875.98,-3204.17,298.23,1.25664,3600,0,0,65165,0,0,0,0,0),(127706,14881,533,3,1,1160,0,3287.81,-3450.87,287.077,3.4216,3600,5,0,8,0,1,0,0,0),(127707,14881,533,3,1,14952,0,3337.11,-3490.32,287.087,3.53,3600,0,0,8,0,0,0,0,0),(127708,14881,533,3,1,14952,0,3127.2,-3552.16,287.081,1.56623,3600,5,0,8,0,1,0,0,0),(127709,14881,533,3,1,2536,0,3074.22,-3555.82,287.076,2.91462,3600,5,0,8,0,1,0,0,0),(127710,14881,533,3,1,9829,0,3158.75,-3486.43,287.081,3.8418,3600,5,0,8,0,1,0,0,0),(127711,14881,533,3,1,14952,0,3164.67,-3498.03,300.916,3.90346,3600,5,0,8,0,1,0,0,0),(127712,14881,533,3,1,14952,0,3362.31,-3684.58,259.07,5.91014,3600,5,0,8,0,1,0,0,0),(127713,14881,533,3,1,2536,0,3087.85,-3521.07,287.079,5.39293,3600,5,0,8,0,1,0,0,0),(127714,14881,533,3,1,2536,0,2956.81,-3173.99,285.591,1.60566,3600,5,0,8,0,1,0,0,0),(127715,14881,533,3,1,9829,0,3294.54,-3489.41,287.077,0.288907,3600,5,0,8,0,1,0,0,0),(127716,14881,533,3,1,1160,0,3368.19,-3635.1,259.085,3.66266,3600,5,0,8,0,1,0,0,0),(127717,14881,533,3,1,14952,0,3198.91,-3614.88,280.305,3.95935,3600,5,0,8,0,1,0,0,0),(127718,14881,533,3,1,1160,0,3179.61,-3629.73,280.303,4.14412,3600,5,0,8,0,1,0,0,0),(127719,14881,533,3,1,9829,0,2769.76,-3180.84,300.031,1.56921,3600,5,0,8,0,1,0,0,0),(127720,14881,533,3,1,2536,0,3200.08,-3463.78,300.8,0.017622,3600,5,0,8,0,1,0,0,0),(127721,14881,533,3,1,2536,0,3313.28,-3671.11,281.972,3.86845,3600,5,0,8,0,1,0,0,0),(127722,14881,533,3,1,14952,0,3219.68,-3789.26,273.91,5.23516,3600,5,0,8,0,1,0,0,0),(127723,14881,533,3,1,9829,0,3162.43,-3789.12,273.95,6.02155,3600,5,0,8,0,1,0,0,0),(127724,14881,533,3,1,2536,0,2941.87,-3346.26,318.111,4.76577,3600,5,0,8,0,1,0,0,0),(127725,14881,533,3,1,14952,0,3185.17,-3792.45,273.951,4.2457,3600,5,0,8,0,1,0,0,0),(127726,14881,533,3,1,1160,0,2911.67,-3570.2,304.348,1.57032,3600,5,0,8,0,1,0,0,0),(127727,14881,533,3,1,2536,0,3384.41,-3651.55,282.512,1.75656,3600,5,0,8,0,1,0,0,0),(127728,14881,533,3,1,14952,0,3034.9,-3470.6,298.22,5.62082,3600,5,0,8,0,1,0,0,0),(127729,14881,533,3,1,9829,0,3226.91,-3686.06,300.899,1.59974,3600,5,0,8,0,1,0,0,0),(127730,14881,533,3,1,14952,0,3158.45,-3607.72,280.305,5.48026,3600,5,0,8,0,1,0,0,0),(127731,14881,533,3,1,9829,0,3123.39,-3511.76,287.312,4.39118,3600,5,0,8,0,1,0,0,0),(127732,14881,533,3,1,1160,0,3255.24,-3452.69,287.076,0.363795,3600,5,0,8,0,1,0,0,0),(127733,14881,533,3,1,1160,0,3230.74,-3666.8,287.057,3.64395,3600,5,0,8,0,1,0,0,0),(127734,14881,533,3,1,14952,0,3091.63,-3537.93,310.113,3.92356,3600,5,0,8,0,1,0,0,0),(127735,14881,533,3,1,14952,0,3342.3,-3644.27,259.085,6.22306,3600,5,0,8,0,1,0,0,0),(127736,14881,533,3,1,2536,0,3254.85,-3502.14,287.076,4.78578,3600,5,0,8,0,1,0,0,0),(127737,14881,533,3,1,1160,0,3229.92,-3468.46,287.076,1.09541,3600,5,0,8,0,1,0,0,0),(127738,14881,533,3,1,1160,0,3137.56,-3795.61,273.952,4.24697,3600,5,0,8,0,1,0,0,0),(127739,14881,533,3,1,14952,0,3222.88,-3455.11,287.077,2.76664,3600,0,0,8,0,0,0,0,0),(127740,14881,533,3,1,2536,0,2841.98,-3346.14,310.709,5.51024,3600,5,0,8,0,1,0,0,0),(127741,14881,533,3,1,1160,0,3172.87,-3593.79,280.306,4.62716,3600,5,0,8,0,1,0,0,0),(127742,16163,533,3,1,0,1,2787.93,-3363.63,267.685,1.57235,3600,0,0,156396,20405,2,0,0,0),(127743,16163,533,3,1,0,1,2907.54,-3171.66,273.787,1.57232,3600,0,0,156396,20405,2,0,0,0),(127744,16163,533,3,1,0,1,2910.23,-2955.38,267.593,3.14813,3600,0,0,156396,20405,2,0,0,0),(127745,16163,533,3,1,0,1,2910.23,-2955.38,267.593,3.14816,3600,0,0,156396,20405,2,0,0,0),(127746,16163,533,3,1,0,1,2561.59,-3158.63,240.525,0.790457,3600,0,0,156396,20405,2,0,0,0),(127747,16163,533,3,1,0,1,2561.59,-3158.63,240.525,0.790516,3600,0,0,156396,20405,2,0,0,0),(127748,16163,533,3,1,0,1,2529.46,-3350.97,267.593,1.56309,3600,0,0,156396,20405,2,0,0,0),(127749,16163,533,3,1,0,1,2529.46,-3350.97,267.593,1.56309,3600,0,0,156396,20405,2,0,0,0),(127750,16163,533,3,1,0,1,2844.43,-3123.65,273.889,3.97935,3600,0,0,156396,20405,0,0,0,0),(127751,16163,533,3,1,0,1,2828.42,-3128.86,273.834,5.71214,3600,0,0,156396,20405,2,0,0,0),(127752,16163,533,3,1,0,1,2831.42,-3128.86,273.834,0.749031,3600,0,0,156396,20405,2,0,0,0),(127753,16163,533,3,1,0,1,2907.54,-3166.66,273.787,1.83455,3600,0,0,156396,20405,2,0,0,0),(127754,16163,533,3,1,0,1,2790.93,-3363.63,267.685,3.67476,3600,0,0,156396,20405,2,0,0,0),(127755,16164,533,3,1,10553,0,2915.29,-3343.23,298.146,5.51352,3600,0,0,91231,0,2,0,0,0),(127756,16164,533,3,1,10553,0,2892.75,-3294.52,298.146,4.50194,3600,0,0,91231,0,2,0,0,0),(127757,16164,533,3,1,10553,0,2787.1,-3272.32,267.896,2.25148,3600,0,0,91231,0,0,0,0,0),(127758,16165,533,3,1,27105,1,2913.14,-3341.15,298.146,5.51352,3600,5,0,73402,161622,1,0,0,0),(127759,16165,533,3,1,27105,1,2917.45,-3345.32,298.146,5.51352,3600,5,0,73402,161622,1,0,0,0),(127760,16165,533,3,1,27105,1,2782.35,-3278.91,267.896,2.32129,3600,0,0,73402,161622,0,0,0,0),(127761,16165,533,3,1,27105,1,2793.27,-3266.26,267.896,2.67035,3600,0,0,73402,161622,0,0,0,0),(127762,16165,533,3,1,27105,1,2792.8,-3397.56,267.769,2.37365,3600,0,0,73402,161622,0,0,0,0),(127763,16165,533,3,1,27105,1,2797.11,-3392.17,267.768,1.88496,3600,0,0,73402,161622,0,0,0,0),(127764,16167,533,3,1,21305,0,2845.06,-3296.36,298.124,5.63452,3600,0,0,65165,0,2,0,0,0),(127765,16167,533,3,1,21305,0,2839.23,-3337.89,300.911,0.349066,3600,0,0,65165,0,0,0,0,0),(127766,16167,533,3,1,21305,0,2832.53,-3295.22,298.121,3.05074,3600,5,0,65165,0,1,0,0,0),(127767,16167,533,3,1,21305,0,2835.76,-3331.32,299.364,4.84961,3600,0,0,65165,0,2,0,0,0),(127768,16167,533,3,1,21305,0,2831.77,-3307.42,298.659,0.087266,3600,0,0,65165,0,0,0,0,0),(127769,16167,533,3,1,21305,0,2827.68,-3314.67,300.318,0.383972,3600,0,0,65165,0,0,0,0,0),(127770,16168,533,3,1,14710,0,2777.72,-3497.58,274.118,1.5708,3600,0,0,338858,0,0,0,0,0),(127771,16168,533,3,1,14710,0,2777.77,-3482.43,274.119,4.69494,3600,0,0,338858,0,0,0,0,0),(127772,16168,533,3,1,14710,0,2864.62,-3468.97,297.87,3.73394,3600,0,0,338858,0,2,0,0,0),(127773,16168,533,3,1,14710,0,2840.73,-3499.91,297.94,1.25664,3600,0,0,338858,0,0,0,0,0),(127774,16168,533,3,1,14710,0,2840.63,-3479.6,297.95,5.02655,3600,0,0,338858,0,0,0,0,0),(127775,16168,533,3,1,14710,0,2854.79,-3489.83,297.886,6.28235,3600,0,0,338858,0,2,0,0,0),(127776,16168,533,3,1,14710,0,2560.34,-3688.53,294.661,4.75744,3600,0,0,338858,0,0,0,0,0),(127777,16168,533,3,1,14710,0,2687.98,-3856.49,294.661,3.75807,3600,5,0,338858,0,1,0,0,0),(127778,16168,533,3,1,14710,0,2690.94,-3855.39,294.661,3.5153,3600,5,0,338858,0,1,0,0,0),(127779,16168,533,3,1,14710,0,2587.46,-3760.63,294.661,1.9893,3600,0,0,338858,0,0,0,0,0),(127780,16168,533,3,1,14710,0,2604.53,-3784.89,294.661,2.14783,3600,5,0,338858,0,1,0,0,0),(127781,15931,533,3,1,16035,0,3227.58,-3378.3,311.326,2.22165,604800,0,0,2928450,0,2,0,0,0),(127782,15932,533,3,1,16064,0,3283.09,-3156.96,297.788,3.82227,604800,0,0,2789000,0,0,0,0,0),(127783,16447,533,3,1,24998,0,2534.12,-3514.87,267.593,3.83032,3600,5,0,43968,0,1,0,0,0),(127784,16447,533,3,1,24998,0,2531.22,-3512.12,267.593,3.80565,3600,5,0,43968,0,1,0,0,0),(127785,16447,533,3,1,24998,0,2714.01,-3855.39,294.659,6.06162,3600,5,0,43968,0,1,0,0,0),(127786,16447,533,3,1,24998,0,2713.11,-3859.29,294.659,6.05617,3600,5,0,43968,0,1,0,0,0),(127787,16447,533,3,1,24998,0,2591.38,-3772.46,294.661,2.332,3600,5,0,43968,0,1,0,0,0),(127788,16447,533,3,1,24998,0,2594.28,-3769.7,294.661,2.332,3600,5,0,43968,0,1,0,0,0),(127789,15936,533,3,1,16309,1,2793.86,-3707.38,276.627,0.593412,604800,0,0,3067900,0,0,0,0,0),(127790,16193,533,3,1,26563,1,2920.97,-3290.25,298.229,0.820305,3600,0,0,65165,0,0,0,0,0),(127791,16193,533,3,1,26563,1,2882.14,-3275.98,298.141,3.75233,3600,0,0,65165,0,2,0,0,0),(127792,16193,533,3,1,26563,1,2910.94,-3290.13,298.547,2.43248,3600,0,0,65165,0,2,0,0,0),(127793,16193,533,3,1,26563,1,2908.99,-3276.91,298.229,1.58825,3600,0,0,65165,0,0,0,0,0),(127794,16194,533,3,1,24722,1,2707.62,-3244.26,267.682,1.37881,3600,0,0,182462,0,0,0,0,0),(127795,16194,533,3,1,24722,1,2681.25,-3215.83,267.611,5.46288,3600,0,0,182462,0,0,0,0,0),(127796,16194,533,3,1,24722,1,2690.58,-3156.69,267.608,2.65744,3600,0,0,182462,0,2,0,0,0),(127797,16194,533,3,1,24722,1,2693.58,-3154.69,267.608,4.42918,3600,0,0,182462,0,2,0,0,0),(127798,16194,533,3,1,24722,1,2712.7,-3180.11,267.605,1.69297,3600,0,0,182462,0,0,0,0,0),(127799,16194,533,3,1,24722,1,2724.37,-3219.95,267.605,0.261799,3600,0,0,182462,0,0,0,0,0),(127800,15953,533,3,1,15940,1,3353.25,-3620.1,261.08,4.72984,604800,0,0,2231200,85160,0,0,0,0),(127801,15954,533,3,1,16590,0,2671.65,-3489.11,261.375,3.89492,604800,0,0,2789000,127740,2,0,0,0),(127802,16211,533,3,1,16074,0,2784.04,-3086.38,267.768,3.92699,3600,0,0,42,0,0,0,0,0),(127803,16211,533,3,1,16074,0,2835.89,-3215.61,298.344,1.01229,3600,0,0,42,0,0,0,0,0),(127804,16211,533,3,1,16074,0,2756.07,-3113.2,267.768,0.890118,3600,0,0,42,0,0,0,0,0),(127805,16211,533,3,1,16074,0,2814.28,-3154.13,298.229,4.76475,3600,0,0,42,0,0,0,0,0),(127806,16211,533,3,1,16074,0,2779.97,-3115.92,267.768,2.16421,3600,0,0,42,0,0,0,0,0),(127807,16211,533,3,1,16074,0,2860.08,-3187.86,298.234,3.08923,3600,0,0,42,0,0,0,0,0),(127808,16211,533,3,1,16074,0,2760.84,-3082.67,267.768,5.25344,3600,0,0,42,0,0,0,0,0),(127809,16211,533,3,1,16074,0,2825.51,-3154.79,298.229,4.5204,3600,0,0,42,0,0,0,0,0),(127810,16211,533,3,1,16074,0,2844.48,-3157.53,298.233,4.2237,3600,0,0,42,0,0,0,0,0),(127811,16211,533,3,1,16074,0,2827.83,-3209.98,298.344,0.994838,3600,0,0,42,0,0,0,0,0),(127812,16211,533,3,1,16074,0,2851.85,-3162.62,298.236,4.08407,3600,0,0,42,0,0,0,0,0),(127813,16211,533,3,1,16074,0,2859.65,-3180.16,298.237,3.24631,3600,0,0,42,0,0,0,0,0),(127814,15956,533,3,1,15931,0,3308.59,-3476.29,287.161,3.19395,604800,0,0,2231200,0,0,0,0,0),(127815,16215,533,3,1,24723,1,2703.69,-3240.64,267.669,1.78024,3600,0,0,156396,0,0,0,0,0),(127816,16215,533,3,1,24723,1,2724.48,-3142.47,267.618,2.08039,3600,0,0,156396,0,2,0,0,0),(127817,16215,533,3,1,24723,1,2721.48,-3144.47,267.618,5.22196,3600,0,0,156396,0,2,0,0,0),(127818,16215,533,3,1,24723,1,2691.04,-3216.55,267.605,0.942478,3600,0,0,156396,0,0,0,0,0),(127819,16215,533,3,1,24723,1,2687.12,-3143.13,267.621,4.13059,3600,0,0,156396,0,2,0,0,0),(127820,16215,533,3,1,24723,1,2684.12,-3142.13,267.621,4.13054,3600,0,0,156396,0,2,0,0,0),(127821,16215,533,3,1,24723,1,2734.57,-3221.58,267.623,2.00713,3600,0,0,156396,0,0,0,0,0),(127822,16216,533,3,1,24724,1,2740.5,-3216.55,267.616,4.46863,3600,0,0,156396,0,2,0,0,0),(127823,16216,533,3,1,24724,1,2743.5,-3216.55,267.616,4.46872,3600,0,0,156396,0,2,0,0,0),(127824,16216,533,3,1,24724,1,2708.13,-3174.65,267.605,0.418879,3600,0,0,156396,0,0,0,0,0),(127825,15974,533,3,1,15937,0,3233.34,-3798.62,273.922,0.558505,3600,0,0,78198,0,0,0,0,0),(127826,15974,533,3,1,15937,0,3222.89,-3793.64,274.03,4.18879,3600,0,0,78198,0,0,0,0,0),(127827,15974,533,3,1,15937,0,3214.31,-3794.03,274.035,1.13446,3600,0,0,78198,0,0,0,0,0),(127828,15974,533,3,1,15937,0,3213.35,-3803.72,274.035,1.06465,3600,0,0,78198,0,0,0,0,0),(127829,15974,533,3,1,15937,0,3148.06,-3776.31,274.034,0.558505,3600,0,0,78198,0,0,0,0,0),(127830,15974,533,3,1,15937,0,3147.41,-3785.05,274.034,4.18879,3600,0,0,78198,0,0,0,0,0),(127831,15974,533,3,1,15937,0,3448.97,-3538.02,267.676,0.541052,3600,0,0,78198,0,0,0,0,0),(127832,15974,533,3,1,15937,0,3460.44,-3532.88,267.676,0.418879,3600,0,0,78198,0,0,0,0,0),(127833,15974,533,3,1,15937,0,3105.38,-3875.39,267.676,5.77704,3600,0,0,78198,0,0,0,0,0),(127834,15974,533,3,1,15937,0,3096.03,-3875.08,267.676,1.09956,3600,0,0,78198,0,0,0,0,0),(127835,15974,533,3,1,15937,0,3320.76,-3875.81,294.661,6.14323,3600,5,0,78198,0,1,0,0,0),(127836,15974,533,3,1,15937,0,3307.11,-3873.61,294.744,2.56563,3600,0,0,78198,0,0,0,0,0),(127837,15974,533,3,1,15937,0,3067.24,-3530.99,287.082,0.32252,3600,5,0,78198,0,1,0,0,0),(127838,15974,533,3,1,15937,0,3186.77,-3469.85,287.077,2.81272,3600,5,0,78198,0,1,0,0,0),(127839,15974,533,3,1,15937,0,3145.58,-3546.21,287.081,4.36598,3600,5,0,78198,0,1,0,0,0),(127840,16998,533,3,1,16622,0,2960.72,-3433.41,298.227,2.94052,3600,5,0,26,0,1,0,0,0),(127841,15974,533,3,1,15937,0,3411.43,-3822.81,294.765,1.61535,3600,0,0,78198,0,0,0,0,0),(127842,15974,533,3,1,15937,0,3444.84,-3747.01,294.661,0.927169,3600,5,0,78198,0,1,0,0,0),(127843,15974,533,3,1,15937,0,3448.33,-3750.15,294.661,3.27631,3600,5,0,78198,0,1,0,0,0),(127844,15975,533,3,1,15938,0,3195.28,-3645.04,287.074,4.15122,3600,5,0,91231,0,1,0,0,0),(127845,15975,533,3,1,15938,0,3183.04,-3640.61,280.301,1.08359,3600,5,0,91231,0,1,0,0,0),(127846,15975,533,3,1,15938,0,3146.89,-3628.4,287.169,0.05236,3600,0,0,91231,0,0,0,0,0),(127847,15975,533,3,1,15938,0,3214.87,-3586.43,287.074,1.25868,3600,5,0,91231,0,1,0,0,0),(127848,15975,533,3,1,15938,0,3200.55,-3573.77,287.168,6.00393,3600,0,0,91231,0,0,0,0,0),(127849,15975,533,3,1,15938,0,3213.8,-3573.76,287.164,5.96903,3600,0,0,91231,0,0,0,0,0),(127850,15975,533,3,1,15938,0,3445.26,-3530.18,267.676,0.593412,3600,0,0,91231,0,0,0,0,0),(127851,15975,533,3,1,15938,0,3107.13,-3882.45,267.676,3.08923,3600,0,0,91231,0,0,0,0,0),(127852,15975,533,3,1,15938,0,3313.37,-3886.12,294.661,3.68287,3600,5,0,91231,0,1,0,0,0),(127853,15975,533,3,1,15938,0,3065.46,-3544.3,287.08,2.9147,3600,5,0,91231,0,1,0,0,0),(127854,15975,533,3,1,15938,0,3078.08,-3542.57,287.08,6.27237,3600,5,0,91231,0,1,0,0,0),(127855,15975,533,3,1,15938,0,3186.77,-3481.41,287.077,5.15952,3600,5,0,91231,0,1,0,0,0),(127856,15975,533,3,1,15938,0,3178.13,-3481.23,287.086,2.75476,3600,5,0,91231,0,1,0,0,0),(127857,15975,533,3,1,15938,0,3145.74,-3526.92,287.084,2.00004,3600,5,0,91231,0,1,0,0,0),(127858,15975,533,3,1,15938,0,3139.49,-3536.38,287.083,0.34138,3600,5,0,91231,0,1,0,0,0),(127859,15975,533,3,1,15938,0,3404.3,-3819.75,294.704,0.65698,3600,5,0,91231,0,1,0,0,0),(127860,15975,533,3,1,15938,0,3396.41,-3822.58,294.8,2.21657,3600,0,0,91231,0,0,0,0,0),(127861,15975,533,3,1,15938,0,3444.91,-3737.88,294.744,0.645772,3600,0,0,91231,0,0,0,0,0),(127862,15976,533,3,1,15939,0,3234.12,-3743.28,280.952,6.27112,3600,0,0,156396,0,2,0,0,0),(127863,15976,533,3,1,15939,0,3232.12,-3751.28,280.952,6.16136,3600,0,0,156396,0,2,0,0,0),(127864,15976,533,3,1,15939,0,3118.08,-3883.49,267.593,6.25315,3600,0,0,156396,0,2,0,0,0),(127865,15976,533,3,1,15939,0,3126.08,-3882.49,267.593,6.27729,3600,0,0,156396,0,2,0,0,0),(127866,15976,533,3,1,15939,0,3454.46,-3562.11,267.593,5.53365,3600,0,0,156396,0,2,0,0,0),(127867,15976,533,3,1,15939,0,3454.46,-3569.11,267.593,5.53364,3600,0,0,156396,0,2,0,0,0),(127868,15976,533,3,1,15939,0,3064.5,-3554.5,287.077,1.3662,3600,5,0,156396,0,1,0,0,0),(127869,15976,533,3,1,15939,0,3194.29,-3476.28,287.069,3.3704,3600,5,0,156396,0,1,0,0,0),(127870,15976,533,3,1,15939,0,3152.83,-3535.79,287.082,3.76994,3600,5,0,156396,0,1,0,0,0),(127871,15976,533,3,1,15939,0,3392.65,-3828.01,294.715,3.25075,3600,5,0,156396,0,1,0,0,0),(127872,15976,533,3,1,15939,0,3282.72,-3894.29,294.661,3.48528,3600,0,0,156396,0,2,0,0,0),(127873,15976,533,3,1,15939,0,3286.72,-3902.29,294.661,4.09636,3600,0,0,156396,0,2,0,0,0),(127874,15977,533,3,1,959,0,3256.57,-3761.77,278.757,0.977384,3600,0,0,26066,0,0,0,0,0),(127875,15977,533,3,1,959,0,3239.71,-3766.08,275.767,0.925025,3600,0,0,26066,0,0,0,0,0),(127876,15977,533,3,1,959,0,3248.64,-3762.51,277.711,0.942478,3600,0,0,26066,0,0,0,0,0),(127877,15977,533,3,1,959,0,3235.97,-3772.02,273.624,0.925025,3600,0,0,26066,0,0,0,0,0),(127878,15977,533,3,1,959,0,3230.22,-3767.25,274.484,0.890118,3600,0,0,26066,0,0,0,0,0),(127879,15977,533,3,1,959,0,3256.39,-3767.46,278.065,0.994838,3600,0,0,26066,0,0,0,0,0),(127880,15977,533,3,1,959,0,3241.34,-3777.15,273.177,1.0986,3600,5,0,26066,0,1,0,0,0),(127881,15977,533,3,1,959,0,3246.81,-3775.05,275.293,2.87585,3600,5,0,26066,0,1,0,0,0),(127882,15977,533,3,1,959,0,3306.36,-3715.26,267.342,0.872665,3600,0,0,26066,0,0,0,0,0),(127883,15977,533,3,1,959,0,3302.78,-3706.66,267.225,0.820305,3600,0,0,26066,0,0,0,0,0),(127884,15977,533,3,1,959,0,3286.37,-3703.95,274.869,0.907571,3600,0,0,26066,0,0,0,0,0),(127885,15977,533,3,1,959,0,3287.61,-3712.45,272.577,0.767945,3600,0,0,26066,0,0,0,0,0),(127886,15977,533,3,1,959,0,3297.73,-3713.79,268.067,0.820305,3600,0,0,26066,0,0,0,0,0),(127887,15977,533,3,1,959,0,3289.88,-3698.88,276.042,0.593412,3600,0,0,26066,0,0,0,0,0),(127888,15977,533,3,1,959,0,3296.97,-3700.64,272.172,0.733038,3600,0,0,26066,0,0,0,0,0),(127889,15977,533,3,1,959,0,3310.95,-3707.01,265.971,0.837758,3600,0,0,26066,0,0,0,0,0),(127890,15977,533,3,1,959,0,3218.67,-3646.96,287.07,2.25293,3600,0,0,26066,0,0,0,0,0),(127891,15977,533,3,1,959,0,3224.21,-3651.33,287.074,2.1453,3600,0,0,26066,0,0,0,0,0),(127892,15977,533,3,1,959,0,3231.25,-3662.45,287.09,2.25302,3600,5,0,26066,0,1,0,0,0),(127893,15977,533,3,1,959,0,3219.79,-3746.46,283.03,1.79414,3600,5,0,26066,0,1,0,0,0),(127894,15977,533,3,1,959,0,3225.45,-3747.45,281.846,5.40136,3600,5,0,26066,0,1,0,0,0),(127895,15977,533,3,1,959,0,3242.64,-3730.48,281.238,1.78449,3600,5,0,26066,0,1,0,0,0),(127896,15977,533,3,1,959,0,3230.29,-3724.93,284.994,0.290209,3600,5,0,26066,0,1,0,0,0),(127897,15977,533,3,1,959,0,3221.07,-3727.99,285.863,0.698132,3600,0,0,26066,0,0,0,0,0),(127898,15977,533,3,1,959,0,3222.57,-3736.74,284.169,6.15001,3600,5,0,26066,0,1,0,0,0),(127899,15977,533,3,1,959,0,3236.24,-3737.47,281.058,0.623407,3600,5,0,26066,0,1,0,0,0),(127900,15977,533,3,1,959,0,3229.68,-3738.57,282.41,0.625499,3600,5,0,26066,0,1,0,0,0),(127901,15977,533,3,1,959,0,3178.3,-3805.11,273.944,6.03003,3600,0,0,26066,0,0,0,0,0),(127902,15977,533,3,1,959,0,3169.1,-3802.73,273.949,6.03,3600,5,0,26066,0,1,0,0,0),(127903,15977,533,3,1,959,0,3166.36,-3800.99,273.949,6.18766,3600,5,0,26066,0,1,0,0,0),(127904,15977,533,3,1,959,0,3172.73,-3801.89,273.948,5.72112,3600,5,0,26066,0,1,0,0,0),(127905,15977,533,3,1,959,0,3170.64,-3805.47,273.948,5.41811,3600,0,0,26066,0,0,0,0,0),(127906,15977,533,3,1,959,0,3169.2,-3800.53,273.949,5.86803,3600,5,0,26066,0,1,0,0,0),(127907,15977,533,3,1,959,0,3074.53,-3897.06,267.593,5.94957,3600,0,0,26066,0,2,0,0,0),(127908,15977,533,3,1,959,0,3074.53,-3897.06,267.593,5.94958,3600,0,0,26066,0,2,0,0,0),(127909,15977,533,3,1,959,0,3074.53,-3897.06,267.593,5.94958,3600,0,0,26066,0,2,0,0,0),(127910,15977,533,3,1,959,0,3074.53,-3897.06,267.593,5.94958,3600,0,0,26066,0,2,0,0,0),(127911,15977,533,3,1,959,0,3074.53,-3897.06,267.593,5.94958,3600,0,0,26066,0,2,0,0,0),(127912,15977,533,3,1,959,0,3074.53,-3897.06,267.593,5.94958,3600,0,0,26066,0,2,0,0,0),(127913,15977,533,3,1,959,0,3074.53,-3897.06,267.593,5.94958,3600,0,0,26066,0,2,0,0,0),(127914,15977,533,3,1,959,0,3074.53,-3897.06,267.593,5.94958,3600,0,0,26066,0,2,0,0,0),(127915,15977,533,3,1,959,0,3435.96,-3606.88,267.592,5.54365,3600,0,0,26066,0,2,0,0,0),(127916,15977,533,3,1,959,0,3435.96,-3606.88,267.592,4.69324,3600,0,0,26066,0,2,0,0,0),(127917,15977,533,3,1,959,0,3435.96,-3606.88,267.592,4.69324,3600,0,0,26066,0,2,0,0,0),(127918,15977,533,3,1,959,0,3435.96,-3606.88,267.592,4.69324,3600,0,0,26066,0,2,0,0,0),(127919,15977,533,3,1,959,0,3435.96,-3606.88,267.592,4.69324,3600,0,0,26066,0,2,0,0,0),(127920,15977,533,3,1,959,0,3435.96,-3606.88,267.592,4.69324,3600,0,0,26066,0,2,0,0,0),(127921,15977,533,3,1,959,0,3435.96,-3606.88,267.592,4.69324,3600,0,0,26066,0,2,0,0,0),(127922,15977,533,3,1,959,0,3435.96,-3606.88,267.592,4.69324,3600,0,0,26066,0,2,0,0,0),(127923,15977,533,3,1,959,0,3445.51,-3562.02,267.593,0.314342,3600,0,0,26066,0,2,0,0,0),(127924,15977,533,3,1,959,0,3445.51,-3562.02,267.593,3.45597,3600,0,0,26066,0,2,0,0,0),(127925,15977,533,3,1,959,0,3445.51,-3562.02,267.593,3.45597,3600,0,0,26066,0,2,0,0,0),(127926,15977,533,3,1,959,0,3445.51,-3562.02,267.593,3.45597,3600,0,0,26066,0,2,0,0,0),(127927,15977,533,3,1,959,0,3445.51,-3562.02,267.593,3.45597,3600,0,0,26066,0,2,0,0,0),(127928,15977,533,3,1,959,0,3445.51,-3562.02,267.593,3.45597,3600,0,0,26066,0,2,0,0,0),(127929,15977,533,3,1,959,0,3445.51,-3562.02,267.593,3.45597,3600,0,0,26066,0,2,0,0,0),(127930,15977,533,3,1,959,0,3445.51,-3562.02,267.593,3.45597,3600,0,0,26066,0,2,0,0,0),(127931,15977,533,3,1,959,0,3103.59,-3570.76,287.076,4.50186,3600,5,0,26066,0,1,0,0,0),(127932,15977,533,3,1,959,0,3096.18,-3561.83,287.074,4.46291,3600,5,0,26066,0,1,0,0,0),(127933,15977,533,3,1,959,0,3107.95,-3573.38,287.076,6.2352,3600,5,0,26066,0,1,0,0,0),(127934,15977,533,3,1,959,0,3108.02,-3565.67,287.077,4.3774,3600,5,0,26066,0,1,0,0,0),(127935,15977,533,3,1,959,0,3094.46,-3580.56,287.072,3.49482,3600,5,0,26066,0,1,0,0,0),(127936,15977,533,3,1,959,0,3110.31,-3584.46,287.076,2.49392,3600,5,0,26066,0,1,0,0,0),(127937,15977,533,3,1,959,0,3116.78,-3579.46,287.077,1.12712,3600,5,0,26066,0,1,0,0,0),(127938,15977,533,3,1,959,0,3113.9,-3569.55,287.077,2.43676,3600,5,0,26066,0,1,0,0,0),(127939,15977,533,3,1,959,0,3106,-3497.48,287.076,4.37719,3600,5,0,26066,0,1,0,0,0),(127940,15977,533,3,1,959,0,3111.8,-3491.29,287.075,2.41396,3600,5,0,26066,0,1,0,0,0),(127941,15977,533,3,1,959,0,3098.23,-3486.85,287.076,4.14097,3600,5,0,26066,0,1,0,0,0),(127942,15977,533,3,1,959,0,3104.74,-3489.05,287.076,3.81925,3600,5,0,26066,0,1,0,0,0),(127943,15977,533,3,1,959,0,3116.35,-3497.84,287.074,1.32096,3600,5,0,26066,0,1,0,0,0),(127944,15977,533,3,1,959,0,3123.98,-3496.66,287.07,4.00466,3600,5,0,26066,0,1,0,0,0),(127945,15977,533,3,1,959,0,3123.77,-3490.9,287.069,3.90457,3600,5,0,26066,0,1,0,0,0),(127946,15977,533,3,1,959,0,3109.27,-3497.64,287.075,3.66203,3600,5,0,26066,0,1,0,0,0),(127947,15977,533,3,1,959,0,3075.9,-3526.58,287.082,1.40841,3600,5,0,26066,0,1,0,0,0),(127948,15977,533,3,1,959,0,3079.21,-3552.85,287.077,0.967237,3600,0,0,26066,0,0,0,0,0),(127949,15977,533,3,1,959,0,3070.75,-3555.38,287.076,1.7354,3600,0,0,26066,0,0,0,0,0),(127950,15977,533,3,1,959,0,3069.3,-3552.31,287.078,1.85518,3600,0,0,26066,0,0,0,0,0),(127951,15977,533,3,1,959,0,3068.15,-3549.39,287.079,1.88201,3600,0,0,26066,0,0,0,0,0),(127952,15977,533,3,1,959,0,3073.34,-3544.42,287.08,1.50137,3600,5,0,26066,0,1,0,0,0),(127953,15977,533,3,1,959,0,3236.63,-3690.51,287.16,0.558505,3600,0,0,26066,0,0,0,0,0),(127954,15977,533,3,1,959,0,3253.6,-3688.01,286.384,0.610865,3600,0,0,26066,0,0,0,0,0),(127955,15977,533,3,1,959,0,3227.9,-3685.1,287.166,0.488692,3600,0,0,26066,0,0,0,0,0),(127956,15977,533,3,1,959,0,3240.5,-3694.22,287.156,0.593412,3600,0,0,26066,0,0,0,0,0),(127957,15977,533,3,1,959,0,3247.53,-3683.26,287.168,0.541052,3600,0,0,26066,0,0,0,0,0),(127958,15977,533,3,1,959,0,3239.69,-3687.79,287.163,0.541052,3600,0,0,26066,0,0,0,0,0),(127959,15977,533,3,1,959,0,3236.06,-3686.73,287.164,0.523599,3600,0,0,26066,0,0,0,0,0),(127960,15977,533,3,1,959,0,3244.67,-3689.6,287.161,0.575959,3600,0,0,26066,0,0,0,0,0),(127961,15977,533,3,1,959,0,3354.95,-3597.35,260.997,2.59304,3600,0,0,26066,0,0,0,0,0),(127962,15977,533,3,1,959,0,3362.65,-3598.66,260.997,2.1541,3600,0,0,26066,0,0,0,0,0),(127963,15977,533,3,1,959,0,3224.44,-3876.75,284.557,2.00498,3600,0,0,26066,0,2,0,0,0),(127964,15977,533,3,1,959,0,3224.44,-3876.75,284.557,5.14525,3600,0,0,26066,0,2,0,0,0),(127965,15977,533,3,1,959,0,3224.44,-3876.75,284.557,2.08394,3600,0,0,26066,0,2,0,0,0),(127966,15977,533,3,1,959,0,3224.44,-3876.75,284.557,5.14641,3600,0,0,26066,0,2,0,0,0),(127967,15977,533,3,1,959,0,3224.44,-3876.75,284.557,3.20433,3600,0,0,26066,0,2,0,0,0),(127968,15977,533,3,1,959,0,3224.44,-3876.75,284.557,3.17013,3600,0,0,26066,0,2,0,0,0),(127969,15977,533,3,1,959,0,3224.44,-3876.75,284.557,5.1461,3600,0,0,26066,0,2,0,0,0),(127970,15977,533,3,1,959,0,3224.44,-3876.75,284.557,5.14525,3600,0,0,26066,0,2,0,0,0),(127971,15977,533,3,1,959,0,3295.49,-3908.79,294.66,3.46219,3600,0,0,26066,0,2,0,0,0),(127972,15977,533,3,1,959,0,3295.49,-3908.79,294.66,3.46231,3600,0,0,26066,0,2,0,0,0),(127973,15977,533,3,1,959,0,3295.49,-3908.79,294.66,3.46217,3600,0,0,26066,0,2,0,0,0),(127974,15977,533,3,1,959,0,3295.49,-3908.79,294.66,3.46218,3600,0,0,26066,0,2,0,0,0),(127975,15977,533,3,1,959,0,3295.49,-3908.79,294.66,3.46218,3600,0,0,26066,0,2,0,0,0),(127976,15977,533,3,1,959,0,3295.49,-3908.79,294.66,3.46218,3600,0,0,26066,0,2,0,0,0),(127977,15977,533,3,1,959,0,3295.49,-3908.79,294.66,3.46221,3600,0,0,26066,0,2,0,0,0),(127978,15977,533,3,1,959,0,3295.49,-3908.79,294.66,3.46218,3600,0,0,26066,0,2,0,0,0),(127979,15978,533,3,1,15941,0,3191.49,-3579.52,287.167,3.92699,3600,0,0,234594,0,0,0,0,0),(127980,15978,533,3,1,15941,0,3149.31,-3641.84,287.165,0.872665,3600,0,0,234594,0,0,0,0,0),(127981,15979,533,3,1,15942,0,3224.83,-3802.96,274.032,2.30383,3600,0,0,182462,0,0,0,0,0),(127982,15979,533,3,1,15942,0,3138.52,-3778.58,274.032,5.18363,3600,0,0,182462,0,0,0,0,0),(127983,15979,533,3,1,15942,0,3453.19,-3529.78,267.676,1.93731,3600,0,0,182462,0,0,0,0,0),(127984,15979,533,3,1,15942,0,3101.53,-3883.22,267.676,3.31613,3600,0,0,182462,0,0,0,0,0),(127985,15979,533,3,1,15942,0,3307.78,-3880.41,294.661,2.32314,3600,5,0,182462,0,1,0,0,0),(127986,15979,533,3,1,15942,0,3449.65,-3743,294.661,3.92271,3600,5,0,182462,0,1,0,0,0),(127987,15980,533,3,1,16594,1,3370.33,-3645.94,259.167,2.14675,3600,0,0,20972,89790,0,0,0,0),(127988,15980,533,3,1,16594,1,3364.71,-3652.52,259.166,1.90241,3600,0,0,20972,89790,0,0,0,0),(127989,15980,533,3,1,16594,1,3373.99,-3647.52,259.166,2.21657,3600,0,0,20972,89790,0,0,0,0),(127990,15980,533,3,1,16594,1,3370.16,-3649.11,259.166,2.09439,3600,0,0,20972,89790,0,0,0,0),(127991,15980,533,3,1,16594,1,3328,-3667.43,259.166,1.0821,3600,0,0,20972,89790,0,0,0,0),(127992,15980,533,3,1,16594,1,3321.22,-3668.34,259.166,0.994838,3600,0,0,20972,89790,0,0,0,0),(127993,15980,533,3,1,16594,1,3331.68,-3673.38,259.166,1.18682,3600,0,0,20972,89790,0,0,0,0),(127994,15980,533,3,1,16594,1,3335.53,-3646.69,259.167,0.994838,3600,0,0,20972,89790,0,0,0,0),(127995,15980,533,3,1,16594,1,3330.5,-3642.39,259.167,0.785398,3600,0,0,20972,89790,0,0,0,0),(127996,15980,533,3,1,16594,1,3339.5,-3648.93,259.167,1.13446,3600,0,0,20972,89790,0,0,0,0),(127997,15980,533,3,1,16594,1,3336.25,-3652.09,259.166,1.0821,3600,0,0,20972,89790,0,0,0,0),(127998,15980,533,3,1,16594,1,3328.7,-3645.77,259.166,0.820305,3600,0,0,20972,89790,0,0,0,0),(127999,15980,533,3,1,16594,1,3378.29,-3667.01,259.166,2.05949,3600,0,0,20972,89790,0,0,0,0),(128000,15980,533,3,1,16594,1,3370,-3674.58,259.166,1.8675,3600,0,0,20972,89790,0,0,0,0),(128001,15980,533,3,1,16594,1,3381.11,-3668.52,259.166,2.07694,3600,0,0,20972,89790,0,0,0,0),(128002,16236,533,3,1,15788,0,2798.06,-3788.95,274.983,1.51844,3600,0,0,13033,0,0,0,0,0),(128003,16236,533,3,1,15788,0,2804.25,-3757.44,274.983,3.64774,3600,0,0,13033,0,0,0,0,0),(128004,16236,533,3,1,15788,0,2867.35,-3778.54,274.983,2.47837,3600,0,0,13033,0,0,0,0,0),(128005,16236,533,3,1,15788,0,2895.12,-3779.74,274.983,2.6529,3600,0,0,13033,0,0,0,0,0),(128006,16236,533,3,1,15788,0,2830.7,-3777.03,274.983,2.9147,3600,0,0,13033,0,0,0,0,0),(128007,16236,533,3,1,15788,0,2851.92,-3776.44,274.983,2.53073,3600,0,0,13033,0,0,0,0,0),(128008,16236,533,3,1,15788,0,2789.62,-3752.53,274.983,2.61799,3600,0,0,13033,0,0,0,0,0),(128009,16236,533,3,1,15788,0,2843.34,-3767.74,274.983,3.31613,3600,0,0,13033,0,0,0,0,0),(128010,16236,533,3,1,15788,0,2797.94,-3776.81,274.983,2.35619,3600,0,0,13033,0,0,0,0,0),(128011,16236,533,3,1,15788,0,2834.6,-3751.34,274.983,4.20624,3600,0,0,13033,0,0,0,0,0),(128012,16236,533,3,1,15788,0,2862.27,-3758.34,274.983,3.36848,3600,0,0,13033,0,0,0,0,0),(128013,16236,533,3,1,15788,0,2813.24,-3780.76,274.983,2.49582,3600,0,0,13033,0,0,0,0,0),(128014,16236,533,3,1,15788,0,2881.55,-3782.26,274.983,2.47837,3600,0,0,13033,0,0,0,0,0),(128015,16236,533,3,1,15788,0,2791.84,-3762.35,274.983,3.35103,3600,0,0,13033,0,0,0,0,0),(128016,16236,533,3,1,15788,0,2877.97,-3761.82,274.983,3.64774,3600,0,0,13033,0,0,0,0,0),(128017,16236,533,3,1,15788,0,2770.1,-3782.59,274.983,1.02974,3600,0,0,13033,0,0,0,0,0),(128018,16236,533,3,1,15788,0,2846.52,-3789.07,274.983,2.23402,3600,0,0,13033,0,0,0,0,0),(128019,15981,533,3,1,16598,1,3363.48,-3648.74,259.167,1.90241,3600,0,0,20972,89790,0,0,0,0),(128020,15981,533,3,1,16598,1,3376.29,-3642.87,259.166,2.35619,3600,0,0,20972,89790,0,0,0,0),(128021,15981,533,3,1,16598,1,3367.22,-3651.81,259.166,1.97222,3600,0,0,20972,89790,0,0,0,0),(128022,15981,533,3,1,16598,1,3376.66,-3645.99,259.166,2.30383,3600,0,0,20972,89790,0,0,0,0),(128023,15981,533,3,1,16598,1,3324.97,-3666.14,259.166,1.02974,3600,0,0,20972,89790,0,0,0,0),(128024,15981,533,3,1,16598,1,3330.64,-3668.73,259.166,1.13446,3600,0,0,20972,89790,0,0,0,0),(128025,15981,533,3,1,16598,1,3333.98,-3670.53,259.166,1.22173,3600,0,0,20972,89790,0,0,0,0),(128026,15981,533,3,1,16598,1,3325.25,-3670.14,259.166,1.06465,3600,0,0,20972,89790,0,0,0,0),(128027,15981,533,3,1,16598,1,3328.44,-3671.58,259.166,1.13446,3600,0,0,20972,89790,0,0,0,0),(128028,15981,533,3,1,16598,1,3332.43,-3645.59,259.166,0.890118,3600,0,0,20972,89790,0,0,0,0),(128029,15981,533,3,1,16598,1,3332.44,-3649.97,259.166,0.977384,3600,0,0,20972,89790,0,0,0,0),(128030,15981,533,3,1,16598,1,3339.75,-3653.29,259.166,1.18682,3600,0,0,20972,89790,0,0,0,0),(128031,15981,533,3,1,16598,1,3381.62,-3665.93,259.166,2.11185,3600,0,0,20972,89790,0,0,0,0),(128032,15981,533,3,1,16598,1,3374.42,-3669.26,259.166,1.97222,3600,0,0,20972,89790,0,0,0,0),(128033,15981,533,3,1,16598,1,3370.83,-3670.93,259.166,1.90241,3600,0,0,20972,89790,0,0,0,0),(128034,15981,533,3,1,16598,1,3373.68,-3672.58,259.166,1.93731,3600,0,0,20972,89790,0,0,0,0),(128035,15981,533,3,1,16598,1,3377.57,-3670.59,259.166,2.00713,3600,0,0,20972,89790,0,0,0,0),(128036,16243,533,3,1,11140,0,2878.47,-3556.36,297.945,0.279253,3600,0,0,208528,0,0,0,0,0),(128037,16243,533,3,1,11140,0,2871.92,-3540.69,297.699,0.837758,3600,0,0,208528,0,0,0,0,0),(128038,16243,533,3,1,11140,0,2885.54,-3477.05,297.705,3.7001,3600,0,0,208528,0,0,0,0,0),(128039,16243,533,3,1,11140,0,2897.14,-3489.76,297.95,3.87463,3600,0,0,208528,0,0,0,0,0),(128040,16243,533,3,1,11140,0,2929.95,-3527.89,297.837,2.21657,3600,0,0,208528,0,0,0,0,0),(128041,16243,533,3,1,11140,0,2936.26,-3517.2,297.738,1.51844,3600,0,0,208528,0,0,0,0,0),(128042,16244,533,3,1,26329,0,2866.23,-3547.93,297.947,0.418879,3600,0,0,156396,0,0,0,0,0),(128043,16244,533,3,1,26329,0,2868.36,-3555.31,297.945,1.22173,3600,0,0,156396,0,0,0,0,0),(128044,16244,533,3,1,26329,0,2888.01,-3486.66,297.704,3.92699,3600,0,0,156396,0,0,0,0,0),(128045,16244,533,3,1,26329,0,2894.23,-3474.81,297.718,3.735,3600,0,0,156396,0,0,0,0,0),(128046,16244,533,3,1,26329,0,2932.04,-3521.47,297.423,2.58309,3600,0,0,156396,0,0,0,0,0),(128047,16244,533,3,1,26329,0,2939.56,-3513.23,297.712,1.06465,3600,0,0,156396,0,0,0,0,0),(128048,16244,533,3,1,26329,0,2530.29,-3516.01,267.593,3.95496,3600,5,0,156396,0,1,0,0,0),(128049,16244,533,3,1,26329,0,2533.2,-3518.76,267.593,3.98208,3600,5,0,156396,0,1,0,0,0),(128050,16244,533,3,1,26329,0,2716.94,-3858.12,294.659,6.05618,3600,5,0,156396,0,1,0,0,0),(128051,16244,533,3,1,26329,0,2717.84,-3854.22,294.659,6.05618,3600,5,0,156396,0,1,0,0,0),(128052,16244,533,3,1,26329,0,2590.44,-3768.57,294.661,2.332,3600,5,0,156396,0,1,0,0,0),(128053,16244,533,3,1,26329,0,2587.54,-3771.33,294.661,2.332,3600,5,0,156396,0,1,0,0,0),(128054,30071,533,3,1,26746,0,3250.64,-2986.46,294.661,4.2984,3600,0,0,269620,0,2,0,0,0),(128055,30071,533,3,1,26746,0,3453.57,-3340.94,267.676,4.4876,3600,0,0,269620,0,0,0,0,0),(128056,30071,533,3,1,26746,0,3425.89,-3100.78,294.661,4.47032,3600,0,0,269620,0,2,0,0,0),(128057,30071,533,3,1,26746,0,3331.3,-3008.49,294.661,2.97812,3600,0,0,269620,0,2,0,0,0),(128058,30071,533,3,1,26746,0,3454.43,-3187.95,294.661,1.69765,3600,0,0,269620,0,2,0,0,0),(128059,30071,533,3,1,26746,0,3102.6,-2986.98,267.676,0.78242,3600,0,0,269620,0,0,0,0,0),(128060,30071,533,3,1,26746,0,3405.48,-3034.04,295.172,4.17134,3600,0,0,269620,0,0,0,0,0),(128065,30085,533,3,1,19329,0,2803.67,-2981.18,246.877,3.10988,3600,5,0,130330,0,1,0,0,0),(128066,16011,533,3,1,16110,0,2909,-3997.41,274.188,1.5708,604800,0,0,1,0,0,0,0,0),(128067,16017,533,3,1,9760,0,3136.61,-3353.29,294.051,2.46091,3600,0,0,143363,0,0,0,0,0),(128068,16017,533,3,1,9760,0,3020.17,-3177.85,294.146,6.05629,3600,8,0,143363,0,1,0,0,0),(128069,16017,533,3,1,9760,0,3009.26,-3178.27,294.146,3.05433,3600,8,0,143363,0,1,0,0,0),(128070,16017,533,3,1,9760,0,3159.19,-3270.79,294.84,3.97935,3600,0,0,143363,0,0,0,0,0),(128071,16017,533,3,1,9760,0,3168.32,-3280.82,294.92,4.06662,3600,0,0,143363,0,0,0,0,0),(128072,16017,533,3,1,9760,0,3088.14,-3305.5,294.025,5.5676,3600,0,0,143363,0,0,0,0,0),(128073,16017,533,3,1,9760,0,3074.64,-3353.27,298.401,4.06662,3600,0,0,143363,0,0,0,0,0),(128074,16017,533,3,1,9760,0,3087.45,-3367.57,298.401,3.89208,3600,0,0,143363,0,0,0,0,0),(128075,16018,533,3,1,15958,0,3157.59,-3332.37,294.048,2.54818,3600,0,0,175946,0,0,0,0,0),(203467,29712,0,1,1,3167,1,-8624.38,1315.88,5.23,3.577,180,0,0,7048,0,0,0,0,0),(128077,16018,533,3,1,15958,0,3142.82,-3289.66,293.628,0.663363,3600,0,0,175946,0,2,0,0,0),(128078,16018,533,3,1,15958,0,3086.16,-3071.27,294.083,1.88488,3600,5,0,175946,0,1,0,0,0),(128079,16018,533,3,1,15958,0,3069.91,-3072.98,294.084,1.67068,3600,5,0,175946,0,1,0,0,0),(128080,16018,533,3,1,15958,0,3033.41,-3103.28,294.082,2.27659,3600,0,0,175946,0,2,0,0,0),(203468,29712,0,1,1,5446,1,-8616.56,1240.7,5.23,0.563,180,0,0,7048,0,0,0,0,0),(128082,16018,533,3,1,15958,0,3042.89,-3210.45,293.345,1.34479,3600,0,0,175946,0,2,0,0,0),(128083,16018,533,3,1,15958,0,3014.12,-3151.28,294.08,0.976528,3600,0,0,175946,0,2,0,0,0),(128084,16018,533,3,1,15958,0,3109.14,-3284.2,294.035,5.63741,3600,0,0,175946,0,0,0,0,0),(128085,16020,533,3,1,16063,0,3005.44,-3248.76,294.146,2.89725,3600,0,0,78198,8162,0,0,0,0),(128086,16020,533,3,1,16063,0,3003.09,-3245.75,294.146,3.87463,3600,0,0,78198,8162,0,0,0,0),(128087,16020,533,3,1,16063,0,3031.03,-3140.48,294.16,2.82743,3600,0,0,78198,8162,0,0,0,0),(128088,16020,533,3,1,16063,0,3028.9,-3145.06,294.16,2.37365,3600,0,0,78198,8162,0,0,0,0),(128089,16020,533,3,1,16063,0,3100.32,-3086.68,294.16,0.314159,3600,0,0,78198,8162,0,0,0,0),(128090,16020,533,3,1,16063,0,3102.75,-3089.39,294.161,1.18682,3600,0,0,78198,8162,0,0,0,0),(128091,16021,533,3,1,16175,0,3000.56,-3248.15,294.146,0.349066,3600,0,0,188734,0,0,0,0,0),(128092,16021,533,3,1,16175,0,3025.94,-3139.97,294.163,5.35816,3600,0,0,188734,0,0,0,0,0),(128093,16021,533,3,1,16175,0,3105.27,-3085.36,294.163,3.75246,3600,0,0,188734,0,0,0,0,0),(128094,16022,533,3,1,836,0,3004.78,-3246.98,294.146,4.11898,3600,0,0,31500,19970,0,0,0,0),(128095,16022,533,3,1,836,0,3001.31,-3244.87,294.146,4.74729,3600,0,0,31500,19970,0,0,0,0),(128096,16022,533,3,1,836,0,3006.07,-3250.05,294.146,3.03687,3600,0,0,31500,19970,0,0,0,0),(128097,16022,533,3,1,836,0,3030.39,-3142.86,294.16,2.56563,3600,0,0,31500,19970,0,0,0,0),(128098,16022,533,3,1,836,0,3026.32,-3146.59,294.161,1.81514,3600,0,0,31500,19970,0,0,0,0),(128099,16022,533,3,1,836,0,3031.18,-3137.42,294.161,3.36848,3600,0,0,31500,19970,0,0,0,0),(128100,16022,533,3,1,836,0,3101.21,-3088.26,294.16,0.820305,3600,0,0,31500,19970,0,0,0,0),(128101,16022,533,3,1,836,0,3104.55,-3090.4,294.16,1.53589,3600,0,0,31500,19970,0,0,0,0),(128102,16022,533,3,1,836,0,3099.31,-3084.86,294.16,6.17846,3600,0,0,31500,19970,0,0,0,0),(128103,16024,533,3,1,12349,0,3126.31,-3202.82,294.146,1.41372,3600,8,0,20160,0,1,0,0,0),(128104,16024,533,3,1,12349,0,3141.4,-3229.32,294.146,0.785398,3600,8,0,20160,0,1,0,0,0),(128105,16024,533,3,1,12349,0,3141.99,-3222.09,294.146,3.4383,3600,8,0,20160,0,1,0,0,0),(128106,16024,533,3,1,12349,0,3138.78,-3209.48,294.146,4.71239,3600,8,0,20160,0,1,0,0,0),(128107,16024,533,3,1,12349,0,3150.45,-3202.97,294.146,3.22886,3600,8,0,20160,0,1,0,0,0),(128108,16024,533,3,1,12349,0,3152.3,-3212.52,294.146,4.83456,3600,8,0,20160,0,1,0,0,0),(128109,16024,533,3,1,12349,0,3148.57,-3224.42,294.146,4.36332,3600,8,0,20160,0,1,0,0,0),(128110,16024,533,3,1,12349,0,3142.45,-3194.97,294.146,4.15388,3600,8,0,20160,0,1,0,0,0),(128111,16024,533,3,1,12349,0,3136.91,-3233.01,294.146,1.3439,3600,8,0,20160,0,1,0,0,0),(128112,16024,533,3,1,12349,0,3125.78,-3224.82,294.146,3.12414,3600,8,0,20160,0,1,0,0,0),(128113,16024,533,3,1,12349,0,3145.93,-3214.59,294.146,0.453786,3600,8,0,20160,0,1,0,0,0),(128114,16024,533,3,1,12349,0,3121.3,-3199.04,294.146,0.349066,3600,8,0,20160,0,1,0,0,0),(128115,16024,533,3,1,12349,0,3113.27,-3214.64,294.146,4.39823,3600,8,0,20160,0,1,0,0,0),(128116,16024,533,3,1,12349,0,3123.7,-3212.6,294.146,2.98451,3600,8,0,20160,0,1,0,0,0),(128117,16024,533,3,1,12349,0,3129.97,-3190.44,294.146,2.61799,3600,8,0,20160,0,1,0,0,0),(128118,16024,533,3,1,12349,0,3135.43,-3217.41,294.146,1.5708,3600,8,0,20160,0,1,0,0,0),(128119,16025,533,3,1,24484,0,3291.21,-3360.78,292.678,1.8326,3600,0,0,215696,0,0,0,0,0),(128120,16025,533,3,1,24484,0,3262.94,-3358.04,292.678,1.22173,3600,0,0,215696,0,0,0,0,0),(128121,16025,533,3,1,24484,0,3202.66,-3282.63,292.678,0.296706,3600,0,0,215696,0,0,0,0,0),(128122,16025,533,3,1,24484,0,3202.71,-3306.62,292.678,6.26573,3600,0,0,215696,0,0,0,0,0),(128123,16025,533,3,1,24484,0,3332.37,-3324.52,292.678,2.56563,3600,0,0,215696,0,0,0,0,0),(128124,16025,533,3,1,24484,0,3331.97,-3300.32,292.678,2.84489,3600,0,0,215696,0,0,0,0,0),(203466,29712,0,1,1,5446,1,-8647.7,1303.46,5.23,0.436,180,0,0,7048,0,0,0,0,0),(203465,6086,0,1,1,4845,1,-8633.03,1322.93,5.23,3.8,275,0,0,3048,0,0,0,0,0),(203461,34766,1,1,1,29398,1,-1032.5,313.137,135.003,4.64258,180,0,0,2218,0,0,0,0,0),(207563,15105,530,1,1,0,0,-1669.92,5188.15,-43.2296,0.523599,120,0,0,1,0,0,0,0,0),(203459,37072,1,1,1,4382,1,1522.57,-4371.36,19.1832,0.0523599,360,0,0,4120,0,0,0,0,0),(128135,16028,533,3,1,16174,0,3256.36,-3230.33,294.063,6.04746,604800,0,0,4322950,0,2,0,0,0),(128136,16029,533,3,1,15962,0,3118.06,-3238.51,294.063,1.39706,3600,0,0,134810,0,2,0,0,0),(128137,16030,533,3,1,9906,0,3318,-3335.55,292.678,1.18682,3600,8,0,8,0,1,0,0,0),(128138,16030,533,3,1,9906,0,3320.82,-3342.62,292.678,1.0472,3600,8,0,8,0,1,0,0,0),(128139,16030,533,3,1,9904,0,3315.06,-3348.81,292.678,3.05433,3600,8,0,8,0,1,0,0,0),(128140,16030,533,3,1,9906,0,3306.47,-3347.18,292.678,0.698132,3600,8,0,8,0,1,0,0,0),(128141,16030,533,3,1,9904,0,3313.49,-3340.97,292.678,0.401426,3600,8,0,8,0,1,0,0,0),(128142,16030,533,3,1,9906,0,3038.89,-3474.74,298.216,4.69145,3600,8,0,8,0,1,0,0,0),(128143,16030,533,3,1,9904,0,2991.84,-3463.04,298.219,2.34906,3600,8,0,8,0,1,0,0,0),(128144,16030,533,3,1,9906,0,3008.69,-3402.87,298.218,3.6405,3600,8,0,8,0,1,0,0,0),(128145,16030,533,3,1,9906,0,3046.72,-3429.97,298.222,4.51829,3600,8,0,8,0,1,0,0,0),(128146,16030,533,3,1,9906,0,3103.34,-3292.8,294.599,2.9147,3600,8,0,8,0,1,0,0,0),(128147,16030,533,3,1,9904,0,3126.26,-3365.8,294.572,0.191986,3600,8,0,8,0,1,0,0,0),(128148,16030,533,3,1,9904,0,3128.58,-3369.78,294.568,1.91986,3600,8,0,8,0,1,0,0,0),(128149,16030,533,3,1,9906,0,3129.73,-3364.55,294.572,5.65487,3600,8,0,8,0,1,0,0,0),(128150,16030,533,3,1,9904,0,3122.03,-3366.45,294.581,3.14159,3600,8,0,8,0,1,0,0,0),(128151,16030,533,3,1,9906,0,3124.71,-3362.47,294.575,0.820305,3600,8,0,8,0,1,0,0,0),(128152,16030,533,3,1,9904,0,3251.99,-3351.52,292.678,2.75762,3600,8,0,8,0,1,0,0,0),(128153,16030,533,3,1,9904,0,3246.14,-3356.44,292.595,3.5914,3600,8,0,8,0,1,0,0,0),(128154,16030,533,3,1,9904,0,3254.5,-3347.45,292.678,0.610865,3600,8,0,8,0,1,0,0,0),(128155,16030,533,3,1,9904,0,3254.41,-3356.07,292.678,0.994838,3600,8,0,8,0,1,0,0,0),(128156,16030,533,3,1,9904,0,3248.11,-3348.84,292.678,4.27606,3600,8,0,8,0,1,0,0,0),(128157,16030,533,3,1,9906,0,3076.54,-3314.61,294.572,2.44346,3600,8,0,8,0,1,0,0,0),(128158,16030,533,3,1,9906,0,3071.26,-3314,294.571,2.93215,3600,8,0,8,0,1,0,0,0),(128159,16030,533,3,1,9906,0,3078.04,-3310.57,294.573,4.20624,3600,8,0,8,0,1,0,0,0),(128160,16030,533,3,1,9906,0,3075.48,-3318.7,294.58,0.942478,3600,8,0,8,0,1,0,0,0),(128161,16030,533,3,1,9906,0,3080.41,-3315.86,294.575,0.174533,3600,8,0,8,0,1,0,0,0),(128162,16030,533,3,1,9906,0,3115.43,-3264.77,294.531,3.57792,3600,8,0,8,0,1,0,0,0),(128163,16030,533,3,1,9906,0,3060.06,-3239.59,294.146,5.84685,3600,8,0,8,0,1,0,0,0),(128164,16030,533,3,1,9906,0,3012.85,-3148.56,294.159,5.37561,3600,8,0,8,0,1,0,0,0),(128165,16030,533,3,1,9906,0,3269.68,-3270.23,292.678,0.383972,3600,8,0,8,0,1,0,0,0),(128166,16030,533,3,1,9904,0,3179.1,-3313.12,294.618,3.12414,3600,8,0,8,0,1,0,0,0),(128167,16030,533,3,1,9904,0,3125.16,-3066.66,294.156,1.20428,3600,8,0,8,0,1,0,0,0),(128168,16030,533,3,1,9906,0,3322.63,-3226.65,294.146,3.50811,3600,8,0,8,0,1,0,0,0),(128169,16030,533,3,1,9904,0,3175.82,-3326.75,294.611,3.54302,3600,8,0,8,0,1,0,0,0),(128170,16030,533,3,1,9904,0,3301.85,-3270.85,292.678,0.10472,3600,8,0,8,0,1,0,0,0),(128171,16034,533,3,1,23136,0,2541.06,-3517.6,267.676,0.890118,3600,0,0,78198,0,0,0,0,0),(128172,16034,533,3,1,23136,0,2719.42,-3882.34,294.744,0.506145,3600,0,0,78198,0,0,0,0,0),(128173,16034,533,3,1,23136,0,2556.19,-3548.68,267.676,1.88496,3600,0,0,78198,0,0,0,0,0),(128174,16034,533,3,1,23136,0,2691.24,-3900.99,294.744,5.25344,3600,0,0,78198,0,0,0,0,0),(128175,16034,533,3,1,23136,0,2687.68,-3867.99,294.744,3.63029,3600,0,0,78198,0,0,0,0,0),(128176,16034,533,3,1,23136,0,2536.41,-3743.72,294.744,1.85005,3600,0,0,78198,0,0,0,0,0),(128177,16034,533,3,1,23136,0,2727.22,-3594.06,258.886,1.31549,3600,0,0,78198,0,2,0,0,0),(128178,16034,533,3,1,23136,0,2847.41,-3611.5,261.861,4.86809,3600,0,0,78198,0,2,0,0,0),(128179,16034,533,3,1,23136,0,2777.6,-3575.9,253.75,6.05147,3600,0,0,78198,0,2,0,0,0),(128180,16034,533,3,1,23136,0,2571.11,-3753.44,294.744,5.63741,3600,0,0,78198,0,0,0,0,0),(128181,16034,533,3,1,23136,0,2565.02,-3721.08,294.744,3.80482,3600,0,0,78198,0,0,0,0,0),(128182,16034,533,3,1,23136,0,2573.42,-3518.55,267.676,2.02458,3600,0,0,78198,0,0,0,0,0),(128183,16034,533,3,1,23136,0,2897.48,-3671.88,280.394,3.18127,3600,0,0,78198,0,2,0,0,0),(128186,16036,533,3,1,7896,0,2851.08,-3693.53,281.254,4.01426,3600,8,0,18900,0,1,0,0,0),(128187,16036,533,3,1,7896,0,2851.45,-3717.97,286.667,2.80998,3600,8,0,18900,0,1,0,0,0),(128188,16036,533,3,1,7896,0,2860.91,-3585.21,262.448,1.18682,3600,8,0,18900,0,1,0,0,0),(128189,16036,533,3,1,7896,0,2849.72,-3598.39,262.169,5.81195,3600,8,0,18900,0,1,0,0,0),(128190,16036,533,3,1,7896,0,2838.08,-3585.05,256.51,1.6057,3600,8,0,18900,0,1,0,0,0),(128191,16036,533,3,1,7896,0,2887.21,-3633.74,273.876,0.750492,3600,8,0,18900,0,1,0,0,0),(128192,16036,533,3,1,7896,0,2893.05,-3652,276.695,1.94322,3600,8,0,18900,0,1,0,0,0),(128193,16036,533,3,1,7896,0,2899.61,-3693.08,285.491,2.54818,3600,8,0,18900,0,1,0,0,0),(128194,16036,533,3,1,7896,0,2914.51,-3690.77,286.372,2.77507,3600,8,0,18900,0,1,0,0,0),(128195,16036,533,3,1,7896,0,2893.91,-3706.73,286.163,4.76475,3600,8,0,18900,0,1,0,0,0),(128196,16036,533,3,1,7896,0,2696.64,-3599.3,261.22,5.35413,3600,8,0,18900,0,1,0,0,0),(128197,16036,533,3,1,7896,0,2719.04,-3576.17,260.124,3.97935,3600,8,0,18900,0,1,0,0,0),(128198,16036,533,3,1,7896,0,2698.5,-3585.11,260.696,2.62,3600,8,0,18900,0,1,0,0,0),(128199,16036,533,3,1,7896,0,2705.66,-3572.01,261.494,5.67232,3600,8,0,18900,0,1,0,0,0),(128200,16036,533,3,1,7896,0,2833.93,-3555.91,253.269,4.08407,3600,8,0,18900,0,1,0,0,0),(128201,16036,533,3,1,7896,0,2816.62,-3573.75,253.326,5.99961,3600,8,0,18900,0,1,0,0,0),(128202,16036,533,3,1,7896,0,2816.25,-3582.72,254.552,5.30591,3600,8,0,18900,0,1,0,0,0),(128203,16036,533,3,1,7896,0,2677.9,-3596.35,261.582,2.80998,3600,8,0,18900,0,1,0,0,0),(128204,16036,533,3,1,7896,0,2659.54,-3605.86,262.47,0.663225,3600,8,0,18900,0,1,0,0,0),(128205,16036,533,3,1,7896,0,2690.14,-3610.98,262.288,4.81711,3600,8,0,18900,0,1,0,0,0),(128206,16036,533,3,1,7896,0,2672.38,-3626.03,266.216,0.645772,3600,8,0,18900,0,1,0,0,0),(128207,16036,533,3,1,7896,0,2766.36,-3610.83,255.69,1.95477,3600,8,0,18900,0,1,0,0,0),(128208,16036,533,3,1,7896,0,2721.05,-3615.26,260.121,4.24115,3600,8,0,18900,0,1,0,0,0),(128209,16036,533,3,1,7896,0,2750.46,-3613.72,256.717,3.26377,3600,8,0,18900,0,1,0,0,0),(128210,16036,533,3,1,7896,0,2826.9,-3625.57,260.106,5.7321,3600,8,0,18900,0,1,0,0,0),(128211,16036,533,3,1,7896,0,2799.82,-3622.71,256.142,5.51524,3600,8,0,18900,0,1,0,0,0),(128212,16036,533,3,1,7896,0,2799.55,-3610.14,256.026,1.0821,3600,8,0,18900,0,1,0,0,0),(128213,16036,533,3,1,7896,0,2764.99,-3540.81,253.575,5.0091,3600,8,0,18900,0,1,0,0,0),(128214,16036,533,3,1,7896,0,2749.98,-3572.63,255.623,0.942478,3600,8,0,18900,0,1,0,0,0),(128215,16036,533,3,1,7896,0,2910.16,-3581.52,274.212,2.82743,3600,8,0,18900,0,1,0,0,0),(128216,16036,533,3,1,7896,0,2908.21,-3598.82,275.449,0.20944,3600,8,0,18900,0,1,0,0,0),(128217,16036,533,3,1,7896,0,2895.22,-3581.66,272.621,2.93215,3600,8,0,18900,0,1,0,0,0),(128218,16036,533,3,1,7896,0,2868.29,-3643.7,272.456,6.0912,3600,8,0,18900,0,1,0,0,0),(128219,16036,533,3,1,7896,0,2846.37,-3629.32,263.927,0.663225,3600,8,0,18900,0,1,0,0,0),(128220,16037,533,3,1,1954,0,2881.45,-3723.31,284.623,0.663225,3600,8,0,18900,0,1,0,0,0),(128221,16037,533,3,1,1954,0,2876.12,-3701.31,284.433,0.872665,3600,8,0,18900,0,1,0,0,0),(128222,16037,533,3,1,1954,0,2869.8,-3718.72,284.162,0.139626,3600,8,0,18900,0,1,0,0,0),(128223,16037,533,3,1,1954,0,2862.95,-3702.28,283.375,4.93928,3600,8,0,18900,0,1,0,0,0),(128224,16037,533,3,1,1954,0,2841.03,-3601.09,260.275,3.00807,3600,8,0,18900,0,1,0,0,0),(128225,16037,533,3,1,1954,0,2846.79,-3576,256.709,4.01426,3600,8,0,18900,0,1,0,0,0),(128226,16037,533,3,1,1954,0,2862.88,-3597.03,264.963,1.01229,3600,8,0,18900,0,1,0,0,0),(128227,16037,533,3,1,1954,0,2912.88,-3643.42,276.294,5.86337,3600,8,0,18900,0,1,0,0,0),(128228,16037,533,3,1,1954,0,2913.06,-3663.37,278.465,3.12807,3600,8,0,18900,0,1,0,0,0),(128229,16037,533,3,1,1954,0,2903.44,-3625.36,276.342,4.99541,3600,8,0,18900,0,1,0,0,0),(128230,16037,533,3,1,1954,0,2882.89,-3666.12,278.247,5.75694,3600,8,0,18900,0,1,0,0,0),(128231,16037,533,3,1,1954,0,2907.45,-3716.59,284.845,0.506145,3600,8,0,18900,0,1,0,0,0),(128232,16037,533,3,1,1954,0,2898.53,-3677.43,281.721,0.663225,3600,8,0,18900,0,1,0,0,0),(128233,16037,533,3,1,1954,0,2882.52,-3683.1,281.918,4.06662,3600,8,0,18900,0,1,0,0,0),(128234,16037,533,3,1,1954,0,2713.67,-3599.83,260.169,5.06927,3600,8,0,18900,0,1,0,0,0),(128235,16037,533,3,1,1954,0,2726.71,-3594.92,258.971,4.00729,3600,8,0,18900,0,1,0,0,0),(128236,16037,533,3,1,1954,0,2827.71,-3545.16,253.835,4.55531,3600,8,0,18900,0,1,0,0,0),(128237,16037,533,3,1,1954,0,2796.43,-3568.79,252.207,4.89914,3600,8,0,18900,0,1,0,0,0),(128238,16037,533,3,1,1954,0,2798.75,-3551.8,250.509,4.21708,3600,8,0,18900,0,1,0,0,0),(128239,16037,533,3,1,1954,0,2696.57,-3624.93,262.695,2.44346,3600,8,0,18900,0,1,0,0,0),(128240,16037,533,3,1,1954,0,2679.47,-3611.75,262.696,4.50295,3600,8,0,18900,0,1,0,0,0),(128241,16037,533,3,1,1954,0,2735,-3608.37,258.858,4.03171,3600,8,0,18900,0,1,0,0,0),(128242,16037,533,3,1,1954,0,2746.83,-3596.91,257.529,3.61283,3600,8,0,18900,0,1,0,0,0),(128243,16037,533,3,1,1954,0,2756.84,-3593.13,257.109,0.890118,3600,8,0,18900,0,1,0,0,0),(128244,16037,533,3,1,1954,0,2812.39,-3601.02,258.005,4.18879,3600,8,0,18900,0,1,0,0,0),(128245,16037,533,3,1,1954,0,2820.91,-3611.12,259.015,3.45575,3600,8,0,18900,0,1,0,0,0),(128246,16037,533,3,1,1954,0,2804.55,-3590.23,255.311,2.30383,3600,8,0,18900,0,1,0,0,0),(128247,16037,533,3,1,1954,0,2773.89,-3553.93,251.001,1.65806,3600,8,0,18900,0,1,0,0,0),(128248,16037,533,3,1,1954,0,2773.7,-3570.05,253.263,4.97419,3600,8,0,18900,0,1,0,0,0),(128249,16037,533,3,1,1954,0,2753.11,-3554.85,255.363,3.89208,3600,8,0,18900,0,1,0,0,0),(128250,16037,533,3,1,1954,0,2759.66,-3575.94,255.715,4.08407,3600,8,0,18900,0,1,0,0,0),(128251,16037,533,3,1,1954,0,2887.77,-3591.83,270.716,4.81711,3600,8,0,18900,0,1,0,0,0),(128252,16037,533,3,1,1954,0,2894.74,-3608.56,272.834,2.2864,3600,8,0,18900,0,1,0,0,0),(128253,16037,533,3,1,1954,0,2884.6,-3610.1,270.105,1.4284,3600,8,0,18900,0,1,0,0,0),(128254,16037,533,3,1,1954,0,2846.03,-3673.73,275.515,6.21337,3600,8,0,18900,0,1,0,0,0),(128255,16037,533,3,1,1954,0,2865.59,-3666.23,276.285,0.506145,3600,8,0,18900,0,1,0,0,0),(128256,16037,533,3,1,1954,0,2857.25,-3628.22,266.402,4.7865,3600,8,0,18900,0,1,0,0,0),(128257,16037,533,3,1,1954,0,2855.76,-3654.55,272.829,3.05433,3600,8,0,18900,0,1,0,0,0),(128258,16297,533,3,1,16895,0,2859.83,-3683.38,279.276,5.84685,3600,0,0,39099,0,0,0,0,0),(128259,16297,533,3,1,16895,0,2841.54,-3686.11,278.137,1.09956,3600,0,0,39099,0,0,0,0,0),(128260,16297,533,3,1,16895,0,2899.99,-3685.23,284.385,5.61996,3600,0,0,39099,0,0,0,0,0),(128261,16297,533,3,1,16895,0,2885.92,-3667.93,278.941,2.00713,3600,0,0,39099,0,0,0,0,0),(128262,16297,533,3,1,16895,0,2734.75,-3603.47,258.694,1.98968,3600,0,0,39099,0,0,0,0,0),(128263,16297,533,3,1,16895,0,2712.69,-3607.78,260.632,5.14872,3600,0,0,39099,0,0,0,0,0),(128264,16297,533,3,1,16895,0,2834.19,-3590.74,257.507,3.61283,3600,0,0,39099,0,0,0,0,0),(128265,16297,533,3,1,16895,0,2839.38,-3613.28,260.343,0.899918,3600,5,0,39099,0,1,0,0,0),(128266,16297,533,3,1,16895,0,2763.86,-3577.34,255.752,0.802851,3600,0,0,39099,0,0,0,0,0),(128267,16297,533,3,1,16895,0,2785.11,-3584.64,253.637,2.05949,3600,0,0,39099,0,0,0,0,0),(128268,16297,533,3,1,16895,0,2678.69,-3570.48,261.942,5.88176,3600,0,0,39099,0,0,0,0,0),(128269,16297,533,3,1,16895,0,2689.72,-3579.8,261.325,4.55531,3600,0,0,39099,0,0,0,0,0),(128270,16297,533,3,1,16895,0,2877.03,-3584.53,267.786,2.68781,3600,0,0,39099,0,0,0,0,0),(128271,16297,533,3,1,16895,0,2874.13,-3606.33,267.582,1.58825,3600,0,0,39099,0,0,0,0,0),(128272,16056,533,3,1,15978,0,2900.43,-3756.91,273.689,1.72788,3600,8,0,18900,0,1,0,0,0),(128273,16056,533,3,1,15978,0,2806.49,-3787.34,273.679,3.15905,3600,8,0,18900,0,1,0,0,0),(128274,16056,533,3,1,15978,0,2805.8,-3777.39,273.704,2.09439,3600,8,0,18900,0,1,0,0,0),(128275,16056,533,3,1,15978,0,2789.35,-3756.75,273.704,2.75762,3600,8,0,18900,0,1,0,0,0),(128276,16056,533,3,1,15978,0,2784.84,-3761.65,273.704,1.01229,3600,8,0,18900,0,1,0,0,0),(128277,16056,533,3,1,15978,0,2783.87,-3748.3,273.704,5.98648,3600,8,0,18900,0,1,0,0,0),(128278,16056,533,3,1,15978,0,2844.88,-3775,273.704,4.08407,3600,8,0,18900,0,1,0,0,0),(128279,16056,533,3,1,15978,0,2853.38,-3782.95,273.69,1.8675,3600,8,0,18900,0,1,0,0,0),(128280,16056,533,3,1,15978,0,2896.02,-3787.39,273.683,2.82743,3600,8,0,18900,0,1,0,0,0),(128281,16056,533,3,1,15978,0,2876.47,-3789.07,273.668,4.95674,3600,8,0,18900,0,1,0,0,0),(128282,16056,533,3,1,15978,0,2887.12,-3776.81,273.704,0.645772,3600,8,0,18900,0,1,0,0,0),(128283,16056,533,3,1,15978,0,2857.69,-3748.92,273.675,1.3439,3600,8,0,18900,0,1,0,0,0),(128284,16056,533,3,1,15978,0,2872.54,-3754.76,273.681,1.25664,3600,8,0,18900,0,1,0,0,0),(128285,16056,533,3,1,15978,0,2838.36,-3754.8,273.704,4.59022,3600,8,0,18900,0,1,0,0,0),(128286,16056,533,3,1,15978,0,2821.22,-3751.85,273.703,5.98648,3600,8,0,18900,0,1,0,0,0),(128287,16056,533,3,1,15978,0,2762.27,-3774.95,273.704,1.88496,3600,8,0,18900,0,1,0,0,0),(128288,16056,533,3,1,15978,0,2750.7,-3760.29,273.869,3.10669,3600,8,0,18900,0,1,0,0,0),(128289,16057,533,3,1,15554,0,2885.76,-3753.39,273.674,1.93731,3600,8,0,18900,0,1,0,0,0),(128290,16057,533,3,1,15554,0,2892.7,-3752.32,273.681,5.044,3600,8,0,18900,0,1,0,0,0),(128291,16057,533,3,1,15554,0,2889.42,-3760.64,273.701,5.67232,3600,8,0,18900,0,1,0,0,0),(128292,16057,533,3,1,15554,0,2802.28,-3783.52,273.702,3.85718,3600,8,0,18900,0,1,0,0,0),(128293,16057,533,3,1,15554,0,2792.94,-3781.03,273.704,3.45575,3600,8,0,18900,0,1,0,0,0),(128294,16057,533,3,1,15554,0,2792.6,-3786.45,273.704,2.79253,3600,8,0,18900,0,1,0,0,0),(128295,16057,533,3,1,15554,0,2796.72,-3761.3,273.704,2.3911,3600,8,0,18900,0,1,0,0,0),(128296,16057,533,3,1,15554,0,2796.92,-3749.69,273.686,0.959931,3600,8,0,18900,0,1,0,0,0),(128297,16057,533,3,1,15554,0,2845.3,-3782.38,273.704,4.39823,3600,8,0,18900,0,1,0,0,0),(128298,16057,533,3,1,15554,0,2855.34,-3771.93,273.704,2.09439,3600,8,0,18900,0,1,0,0,0),(128299,16057,533,3,1,15554,0,2840.12,-3785.36,273.704,2.3911,3600,8,0,18900,0,1,0,0,0),(128300,16057,533,3,1,15554,0,2888.82,-3785.98,273.688,1.81514,3600,8,0,18900,0,1,0,0,0),(128301,16057,533,3,1,15554,0,2901.39,-3780.82,273.703,0.663225,3600,8,0,18900,0,1,0,0,0),(128302,16057,533,3,1,15554,0,2868.66,-3761.07,273.697,4.86947,3600,8,0,18900,0,1,0,0,0),(128303,16057,533,3,1,15554,0,2866.29,-3749.31,273.678,2.42601,3600,8,0,18900,0,1,0,0,0),(128304,16057,533,3,1,15554,0,2879.6,-3754.62,273.688,5.32325,3600,8,0,18900,0,1,0,0,0),(128305,16057,533,3,1,15554,0,2829.45,-3756.54,273.704,0.296706,3600,8,0,18900,0,1,0,0,0),(128306,16057,533,3,1,15554,0,2815.06,-3762.47,273.704,1.8326,3600,8,0,18900,0,1,0,0,0),(128307,16057,533,3,1,15554,0,2811.44,-3755.82,273.704,3.21141,3600,8,0,18900,0,1,0,0,0),(128308,16057,533,3,1,15554,0,2763.01,-3759.3,273.704,2.32129,3600,8,0,18900,0,1,0,0,0),(128309,16057,533,3,1,15554,0,2754.8,-3751.2,273.727,5.25344,3600,8,0,18900,0,1,0,0,0),(128310,16057,533,3,1,15554,0,2756.42,-3769.1,273.813,1.15192,3600,8,0,18900,0,1,0,0,0),(128311,16060,533,3,1,16279,0,2642.14,-3386.96,285.492,6.26573,604800,0,0,836700,425800,0,0,0,0),(128312,16061,533,3,1,16582,1,2758.93,-3107.12,267.685,3.93846,604800,0,0,3346800,0,2,0,0,0),(128313,16067,533,3,1,26539,0,2933.78,-3220.38,273.87,1.91986,3600,0,0,78198,0,0,0,0,0),(128314,16067,533,3,1,26539,0,2929.82,-3221.27,273.87,1.79769,3600,0,0,78198,0,0,0,0,0),(128315,16067,533,3,1,26539,0,2952.2,-3171.95,273.87,3.26377,3600,0,0,78198,0,0,0,0,0),(128316,16067,533,3,1,26539,0,2954.09,-3174.16,273.87,3.24631,3600,0,0,78198,0,0,0,0,0),(128317,16067,533,3,1,26539,0,2873.46,-3153.62,273.87,4.72984,3600,0,0,78198,0,0,0,0,0),(128318,16067,533,3,1,26539,0,2877.22,-3152.82,273.87,4.59022,3600,0,0,78198,0,0,0,0,0),(128319,16068,533,3,1,9905,0,2847.36,-3688.1,279.027,4.76567,3600,8,0,8,0,1,0,0,0),(128320,16068,533,3,1,9906,0,2862.42,-3671.69,276.904,1.73453,3600,8,0,8,0,1,0,0,0),(128321,16068,533,3,1,9905,0,2755.28,-3590.7,256.861,6.0064,3600,8,0,8,0,1,0,0,0),(128322,16068,533,3,1,9904,0,2833.08,-3548.21,254.238,1.05746,3600,8,0,8,0,1,0,0,0),(128323,16068,533,3,1,9906,0,2765.66,-3581.11,255.935,3.78032,3600,8,0,8,0,1,0,0,0),(128324,16068,533,3,1,9905,0,2894.29,-3618.93,273.603,2.11469,3600,8,0,8,0,1,0,0,0),(128325,16068,533,3,1,9906,0,2775.15,-3559.07,250.923,5.44874,3600,8,0,8,0,1,0,0,0),(128326,16068,533,3,1,9906,0,2773.29,-3616.7,254.731,2.82547,3600,8,0,8,0,1,0,0,0),(128327,16068,533,3,1,9904,0,2889.84,-3678.42,281.347,4.25105,3600,8,0,8,0,1,0,0,0),(128328,16068,533,3,1,9906,0,2734.93,-3597.33,258.319,0.807797,3600,8,0,8,0,1,0,0,0),(128329,16068,533,3,1,9905,0,2801.9,-3589.27,254.856,2.63119,3600,8,0,8,0,1,0,0,0),(128330,16068,533,3,1,9904,0,2879.9,-3650.04,274.982,0.10067,3600,8,0,8,0,1,0,0,0),(128331,16068,533,3,1,9905,0,2881.9,-3620.86,270.75,0.244238,3600,8,0,8,0,1,0,0,0),(128332,16068,533,3,1,9904,0,2912.48,-3586.57,274.36,1.10071,3600,8,0,8,0,1,0,0,0),(128333,16068,533,3,1,9905,0,2899.39,-3700.27,285.613,0.090022,3600,8,0,8,0,1,0,0,0),(128334,16068,533,3,1,9906,0,2877.12,-3691.8,282.437,4.89036,3600,8,0,8,0,1,0,0,0),(128335,16068,533,3,1,9906,0,2673.3,-3624.03,265.549,2.16559,3600,8,0,8,0,1,0,0,0),(128336,16068,533,3,1,9906,0,2861.03,-3648.37,272.216,3.87341,3600,8,0,8,0,1,0,0,0),(128337,16068,533,3,1,9904,0,2860.04,-3706.87,284.113,4.24212,3600,8,0,8,0,1,0,0,0),(128338,16068,533,3,1,9906,0,2811.54,-3576.31,253.609,4.81057,3600,8,0,8,0,1,0,0,0),(128339,16068,533,3,1,9906,0,2865.75,-3658.31,274.641,0.458959,3600,8,0,8,0,1,0,0,0),(128340,16068,533,3,1,9904,0,2896.11,-3656.78,277.51,0.313374,3600,8,0,8,0,1,0,0,0),(128341,16068,533,3,1,9906,0,2905.33,-3682.31,283.876,0.59482,3600,8,0,8,0,1,0,0,0),(128342,16068,533,3,1,9906,0,2895.52,-3572.9,272.322,2.09725,3600,8,0,8,0,1,0,0,0),(128343,16068,533,3,1,9905,0,2855.79,-3618.3,263.904,0.579871,3600,8,0,8,0,1,0,0,0),(128344,16068,533,3,1,9906,0,2790.42,-3585.39,253.704,1.4536,3600,8,0,8,0,1,0,0,0),(128345,16068,533,3,1,9905,0,2897.74,-3646.21,276.007,1.83488,3600,8,0,8,0,1,0,0,0),(128346,16068,533,3,1,9904,0,2704,-3600.04,260.803,1.0333,3600,8,0,8,0,1,0,0,0),(128347,16068,533,3,1,9904,0,2689.36,-3594.03,261.013,5.88405,3600,8,0,8,0,1,0,0,0),(128348,16068,533,3,1,9904,0,2875.86,-3705.54,284.832,3.04009,3600,8,0,8,0,1,0,0,0),(128349,16068,533,3,1,9905,0,2869.41,-3589.09,266.096,1.27594,3600,8,0,8,0,1,0,0,0),(128350,16068,533,3,1,9905,0,2884.94,-3598.44,269.901,1.45662,3600,8,0,8,0,1,0,0,0),(128352,29912,533,1,1,26620,0,2798.35,-3110.24,267.768,0,3600,0,0,12600,0,0,0,0,0),(128353,29912,533,1,1,26620,0,2798.43,-3088.71,267.768,0,3600,0,0,12600,0,0,0,0,0),(128354,4075,533,3,1,2176,0,2862.24,-3221.67,274.281,6.15288,3600,5,0,8,0,1,0,0,0),(128355,4075,533,3,1,1418,0,2850.01,-3069.62,273.745,3.45795,3600,5,0,8,0,1,0,0,0),(128356,4075,533,3,1,1418,0,3343.67,-3329.04,292.678,1.22173,3600,0,0,8,0,0,0,0,0),(128357,4075,533,3,1,1141,0,2798.81,-3397.75,267.685,2.03858,3600,5,0,8,0,1,0,0,0),(128358,4075,533,3,1,1418,0,2757.92,-3245.05,267.717,4.34936,3600,5,0,8,0,1,0,0,0),(128359,4075,533,3,1,1418,0,2779.72,-3402.66,267.686,0.077889,3600,5,0,8,0,1,0,0,0),(128360,4075,533,3,1,1141,0,2854.37,-3252.37,298.109,3.09705,3600,5,0,8,0,1,0,0,0),(128361,4075,533,3,1,1141,0,2821.19,-3210.31,298.291,0.612072,3600,5,0,8,0,1,0,0,0),(128362,4075,533,3,1,1141,0,2980.29,-3198.71,294.146,3.56047,3600,0,0,8,0,0,0,0,0),(128363,4075,533,3,1,1418,0,2861.21,-3468.68,297.871,4.17484,3600,5,0,8,0,1,0,0,0),(128364,4075,533,3,1,1141,0,2683.21,-3254.64,267.723,1.51289,3600,5,0,8,0,1,0,0,0),(128365,4075,533,3,1,2176,0,3254.77,-3263.22,292.678,2.87979,3600,0,0,8,0,0,0,0,0),(128366,4075,533,3,1,1418,0,2628.21,-3538.8,261.853,2.68703,3600,5,0,8,0,1,0,0,0),(128367,4075,533,3,1,1141,0,2790.74,-3154.29,298.148,6.07273,3600,5,0,8,0,1,0,0,0),(128368,4075,533,3,1,2176,0,2962.72,-3356.16,298.127,2.36018,3600,5,0,8,0,1,0,0,0),(128369,4075,533,3,1,2176,0,2791.8,-3207.55,273.819,0.161498,3600,5,0,8,0,1,0,0,0),(128370,4075,533,3,1,1141,0,2913.79,-3370.73,298.139,2.61752,3600,5,0,8,0,1,0,0,0),(128371,4075,533,3,1,2176,0,2931.33,-3221.42,273.787,4.48913,3600,5,0,8,0,1,0,0,0),(128372,4075,533,3,1,1141,0,2745.92,-3658.74,285.253,5.25344,3600,5,0,8,0,1,0,0,0),(128373,4075,533,3,1,1141,0,2871.23,-3364.54,298.146,1.52012,3600,5,0,8,0,1,0,0,0),(128374,4075,533,3,1,1141,0,2799.5,-3301.39,267.685,2.71451,3600,5,0,8,0,1,0,0,0),(128375,4075,533,3,1,2176,0,2892.38,-3469.16,297.863,3.14837,3600,5,0,8,0,1,0,0,0),(128376,4075,533,3,1,1141,0,2985.75,-3243.94,294.146,3.56047,3600,0,0,8,0,0,0,0,0),(128377,4075,533,3,1,1418,0,3195.98,-3308.35,292.678,6.23082,3600,0,0,8,0,0,0,0,0),(128378,4075,533,3,1,2176,0,2690.28,-3260.72,267.738,0.596745,3600,5,0,8,0,1,0,0,0),(128379,4075,533,3,1,2176,0,2753.39,-3217.74,267.569,2.01382,3600,5,0,8,0,1,0,0,0),(128380,4075,533,3,1,1141,0,2774.83,-3180.47,273.782,1.09138,3600,5,0,8,0,1,0,0,0),(128381,4075,533,3,1,1418,0,3343.55,-3292.74,292.678,3.71755,3600,0,0,8,0,0,0,0,0),(128382,4075,533,3,1,1418,0,3279.03,-3262.9,292.678,3.57792,3600,0,0,8,0,0,0,0,0),(128383,4075,533,3,1,1418,0,2865.47,-3217.4,274.658,0.301265,3600,5,0,8,0,1,0,0,0),(128384,4075,533,3,1,2176,0,2705.53,-3077.45,267.685,6.06152,3600,5,0,8,0,1,0,0,0),(128385,4075,533,3,1,1141,0,2659.89,-3220.11,267.679,5.28339,3600,5,0,8,0,1,0,0,0),(128386,4075,533,3,1,2176,0,2747.18,-3153.39,267.717,2.46168,3600,5,0,8,0,1,0,0,0),(128387,4075,533,3,1,1418,0,2828.36,-3279.32,298.099,0.719604,3600,5,0,8,0,1,0,0,0),(128388,4075,533,3,1,1418,0,2726.03,-3545.26,261.911,1.31996,3600,5,0,8,0,1,0,0,0),(128389,4075,533,3,1,1418,0,2948.95,-3163.86,274.504,0.000783,3600,5,0,8,0,1,0,0,0),(128390,4075,533,3,1,1418,0,2858.15,-3534.33,297.885,1.77236,3600,5,0,8,0,1,0,0,0),(128391,4075,533,3,1,2176,0,2798.77,-3391.96,267.685,2.36412,3600,5,0,8,0,1,0,0,0),(128392,4075,533,3,1,2176,0,2776.23,-3326.02,267.684,0.794321,3600,5,0,8,0,1,0,0,0),(128393,4075,533,3,1,1418,0,2939.08,-3489.07,297.823,2.24602,3600,5,0,8,0,1,0,0,0),(128394,4075,533,3,1,1418,0,3197.27,-3270.23,292.678,4.2237,3600,0,0,8,0,0,0,0,0),(128395,4075,533,3,1,1418,0,2773.42,-3160.4,298.147,4.59206,3600,5,0,8,0,1,0,0,0),(128396,4075,533,3,1,1418,0,3201.55,-3356.08,292.678,5.42797,3600,0,0,8,0,0,0,0,0),(128397,4075,533,3,1,1141,0,3201.14,-3368.57,292.678,1.18682,3600,0,0,8,0,0,0,0,0),(128398,4075,533,3,1,2176,0,3201.36,-3364.57,292.678,6.21337,3600,0,0,8,0,0,0,0,0),(128399,4075,533,3,1,1141,0,3196.74,-3356.55,292.678,0.244346,3600,0,0,8,0,0,0,0,0),(128400,4075,533,3,1,1418,0,3190.56,-3348.45,292.678,5.41052,3600,0,0,8,0,0,0,0,0),(128401,4075,533,3,1,1418,0,3194.27,-3351.64,292.678,0.488692,3600,0,0,8,0,0,0,0,0),(128402,4075,533,3,1,1418,0,3204.66,-3360.4,292.678,6.0912,3600,0,0,8,0,0,0,0,0),(128403,4075,533,3,1,1141,0,3192.33,-3357.58,292.678,2.63545,3600,0,0,8,0,0,0,0,0),(128404,4075,533,3,1,1141,0,3201.96,-3374.83,292.595,4.78349,3600,5,0,8,0,1,0,0,0),(128405,4075,533,3,1,1418,0,3190.75,-3375.17,292.678,2.44346,3600,0,0,8,0,0,0,0,0),(128406,4075,533,3,1,1418,0,2745.8,-3712.84,285.262,5.70723,3600,5,0,8,0,1,0,0,0),(128407,4075,533,3,1,1418,0,2635.35,-3522.12,261.93,3.63578,3600,5,0,8,0,1,0,0,0),(128408,4075,533,3,1,1418,0,2916.49,-3150.86,274.268,3.08401,3600,5,0,8,0,1,0,0,0),(128409,4075,533,3,1,1141,0,3347.26,-3319.77,292.678,3.15905,3600,0,0,8,0,0,0,0,0),(128410,4075,533,3,1,2176,0,2797.65,-3307.94,267.685,3.05083,3600,5,0,8,0,1,0,0,0),(128411,4075,533,3,1,1141,0,2933.28,-3531.7,298.418,4.11675,3600,5,0,8,0,1,0,0,0),(128412,4075,533,3,1,1418,0,2797.56,-3658.15,285.262,2.32129,3600,5,0,8,0,1,0,0,0),(128413,4075,533,3,1,1418,0,2752.13,-3228.54,267.567,1.37531,3600,5,0,8,0,1,0,0,0),(128414,4075,533,3,1,2176,0,2939.99,-3209.17,273.787,2.50452,3600,5,0,8,0,1,0,0,0),(128415,4075,533,3,1,1141,0,3081.84,-3062.09,294.151,5.044,3600,0,0,8,0,0,0,0,0),(128416,4075,533,3,1,1418,0,3084.76,-3063.93,294.154,3.59538,3600,0,0,8,0,0,0,0,0),(128417,4075,533,3,1,1141,0,3087.03,-3062.32,294.153,2.37365,3600,0,0,8,0,0,0,0,0),(128418,4075,533,3,1,2176,0,3091.66,-3065.17,294.158,3.78736,3600,0,0,8,0,0,0,0,0),(128419,4075,533,3,1,1141,0,3096.33,-3067.03,294.161,3.78736,3600,0,0,8,0,0,0,0,0),(128420,4075,533,3,1,1141,0,3097.6,-3063.46,294.158,3.83972,3600,0,0,8,0,0,0,0,0),(128421,4075,533,3,1,1141,0,3089.47,-3062.15,294.153,6.0912,3600,0,0,8,0,0,0,0,0),(128422,4075,533,3,1,2176,0,3085.19,-3058.58,294.148,0.20944,3600,0,0,8,0,0,0,0,0),(128423,4075,533,3,1,1141,0,3095.58,-3059.41,294.152,1.44862,3600,0,0,8,0,0,0,0,0),(128424,4075,533,3,1,1141,0,3088.22,-3065.31,294.157,2.30383,3600,0,0,8,0,0,0,0,0),(128425,4075,533,3,1,1418,0,2940.28,-3297.49,298.229,5.60251,3600,0,0,8,0,0,0,0,0),(128426,4075,533,3,1,1418,0,3023.22,-3105,294.147,2.80998,3600,0,0,8,0,0,0,0,0),(128427,4075,533,3,1,1418,0,3027.07,-3101.84,294.151,4.85202,3600,0,0,8,0,0,0,0,0),(128428,4075,533,3,1,1141,0,3024.52,-3102.71,294.148,5.46288,3600,0,0,8,0,0,0,0,0),(128429,4075,533,3,1,1418,0,3015.25,-3110.68,294.155,3.71755,3600,0,0,8,0,0,0,0,0),(128430,4075,533,3,1,2176,0,3026.8,-3095.25,294.152,0.610865,3600,0,0,8,0,0,0,0,0),(128431,4075,533,3,1,1418,0,3019.95,-3102.67,294.147,0.20944,3600,0,0,8,0,0,0,0,0),(128432,4075,533,3,1,2176,0,3027.04,-3098.89,294.153,3.31613,3600,0,0,8,0,0,0,0,0),(128433,4075,533,3,1,1418,0,3028.62,-3097.12,294.154,4.66003,3600,0,0,8,0,0,0,0,0),(128434,4075,533,3,1,1141,0,3020.6,-3108.74,294.151,4.74729,3600,0,0,8,0,0,0,0,0),(128435,4075,533,3,1,2176,0,3021.4,-3102.96,294.146,3.85718,3600,0,0,8,0,0,0,0,0),(128436,4075,533,3,1,1141,0,3009.89,-3255.94,294.146,4.11898,3600,0,0,8,0,0,0,0,0),(128437,4075,533,3,1,1418,0,2892.94,-3158.46,273.787,4.79605,3600,5,0,8,0,1,0,0,0),(128438,4075,533,3,1,1141,0,2903.89,-3218.66,273.787,2.37032,3600,5,0,8,0,1,0,0,0),(128439,4075,533,3,1,2176,0,2821.79,-3223.4,298.32,3.69071,3600,5,0,8,0,1,0,0,0),(128440,4075,533,3,1,2176,0,2852.78,-3219.24,273.787,5.08628,3600,5,0,8,0,1,0,0,0),(128441,4075,533,3,1,1141,0,2659.73,-3212.53,267.664,5.31375,3600,5,0,8,0,1,0,0,0),(128442,4075,533,3,1,1141,0,2699.33,-3085.07,267.685,0.023725,3600,5,0,8,0,1,0,0,0),(128443,4075,533,3,1,1141,0,2794.68,-3403.76,267.686,2.68793,3600,5,0,8,0,1,0,0,0),(128444,4075,533,3,1,1418,0,2752.63,-3207.8,267.566,2.53656,3600,5,0,8,0,1,0,0,0),(128445,4075,533,3,1,2176,0,2838.21,-3066.32,273.798,3.34716,3600,5,0,8,0,1,0,0,0),(128446,4075,533,3,1,1418,0,2872.69,-3151.1,273.787,2.90263,3600,5,0,8,0,1,0,0,0),(128447,4075,533,3,1,2176,0,2776.98,-3334.2,267.684,1.46036,3600,5,0,8,0,1,0,0,0),(128448,4075,533,3,1,1141,0,2943.52,-3160.81,273.787,3.86506,3600,5,0,8,0,1,0,0,0),(128449,4075,533,3,1,1418,0,2750.52,-3160.27,267.724,2.62969,3600,5,0,8,0,1,0,0,0),(128450,4075,533,3,1,1418,0,2952.48,-3505.97,298.279,3.96102,3600,5,0,8,0,1,0,0,0),(128451,4075,533,3,1,1141,0,2891.58,-3558.73,297.862,2.78446,3600,5,0,8,0,1,0,0,0),(128452,4075,533,3,1,1141,0,2860.95,-3077.39,273.736,4.0009,3600,5,0,8,0,1,0,0,0),(128453,4075,533,3,1,2176,0,2777.25,-3222.09,285.551,0.214748,3600,5,0,8,0,1,0,0,0),(203469,29712,0,1,1,3167,1,-8591.43,1254.23,5.23,3.7,180,0,0,7048,0,0,0,0,0),(128455,28683,609,1,1,2498,1,2194.4,-5805.49,101.414,3.50439,360,0,0,40485,0,0,0,0,0),(128456,29203,609,1,69,25997,1,2396.7,-5586.87,420.732,1.43117,360,0,0,1889,5206,0,0,0,0),(128457,29205,609,1,69,7858,0,2409.57,-5565.78,420.73,4.99164,360,0,0,2699,0,0,0,0,0),(128458,29207,609,1,69,4631,0,2388.31,-5579.21,420.736,6.05629,360,0,0,2699,0,0,0,0,0),(128459,29208,609,1,69,570,0,2401.1,-5569.01,420.733,5.39307,360,0,0,2699,0,0,0,0,0),(128460,27928,609,1,1,24935,1,2379.41,-5648.53,382.522,3.735,360,0,0,252000,79880,0,0,0,0),(207113,23529,1,1,1,0,0,-1226.59,249.121,29.7871,6.1179,120,5,0,1,0,1,0,0,0),(207112,23529,1,1,1,0,0,-1218.2,217.158,54.0937,4.3759,120,5,0,1,0,1,0,0,0),(207111,23507,0,1,1,0,0,-9159.32,359.021,89.15,3.3303,120,5,0,1,0,1,0,0,0),(207110,23507,0,1,1,0,0,-9147.89,341.195,90.2033,1.4231,120,5,0,1,0,1,0,0,0),(128465,29212,609,1,1,26002,0,2404.15,-5562.79,420.65,1.41905,360,0,0,2215,0,2,0,0,0),(128466,29212,609,1,1,26002,0,2408.31,-5546.99,444.242,3.81534,360,5,0,2215,0,1,0,0,0),(128467,29212,609,1,1,26002,0,2434.58,-5674.95,444.238,2.74733,360,0,0,2215,0,0,0,0,0),(128468,29212,609,1,1,829,0,2438.91,-5677.59,444.392,2.13069,360,5,0,2215,0,1,0,0,0),(128469,29212,609,1,1,26002,0,2466,-5667.62,444.264,3.54536,360,5,0,2215,0,1,0,0,0),(128470,28444,609,1,69,25444,1,2460.5,-5593.47,367.476,3.66519,360,0,0,11156000,0,0,0,0,0),(128471,29212,609,1,1,26002,0,2388.5,-5605.42,444.222,2.15065,360,5,0,2215,0,1,0,0,0),(128472,29212,609,1,1,26002,0,2425.08,-5660.58,444.248,2.08341,360,5,0,2215,0,1,0,0,0),(128473,29212,609,1,1,829,0,2452.64,-5677.89,444.268,3.15077,360,5,0,2215,0,1,0,0,0),(128474,29212,609,1,1,26003,0,2507.99,-5634.14,444.315,3.42718,360,5,0,2215,0,1,0,0,0),(128475,28445,609,1,1,14591,1,2462.51,-5596.27,367.481,3.75246,360,0,0,139450,4258,0,0,0,0),(128476,32541,609,1,1,3019,0,2400.74,-5681.4,155.014,2.9147,360,0,0,1,0,0,0,0,0),(128477,32541,609,1,1,3019,0,2399.36,-5689.5,154.871,3.00197,360,0,0,1,0,0,0,0,0),(128478,32541,609,1,1,3019,0,2399.9,-5685.37,155.034,2.93215,360,0,0,1,0,0,0,0,0),(128479,32541,609,1,1,3019,0,2398.98,-5693.64,154.564,2.94961,360,0,0,1,0,0,0,0,0),(128480,28446,609,1,1,25445,0,2360.97,-5727.68,154.003,4.01426,360,0,0,126000,0,0,0,0,0),(128481,28447,609,1,1,25446,0,2396.16,-5622.95,377.104,2.61799,360,0,0,392100,0,0,0,0,0),(128482,28448,609,1,1,25448,0,2395.96,-5620.07,377.117,4.20624,360,0,0,392100,0,0,0,0,0),(128483,28449,609,1,1,25447,0,2393.34,-5621.34,377.117,6.02139,360,0,0,392100,0,0,0,0,0),(128484,28709,609,1,1,25627,0,2305.21,-5645.14,148.529,3.28073,360,5,0,1962,1982,1,0,0,0),(128485,28709,609,1,1,25627,0,2393.31,-5666.16,154.549,2.18623,360,5,0,1962,1982,1,0,0,0),(128486,28709,609,1,1,25627,0,2325.91,-5670.11,153.891,5.49798,360,5,0,1962,1982,1,0,0,0),(128487,28709,609,1,1,25627,0,2441.14,-5747.63,153.92,6.19492,360,5,0,1962,1982,1,0,0,0),(128488,28709,609,1,1,25627,0,2393.89,-5650.77,155.345,0.739733,360,0,0,1962,1982,0,0,0,0),(128489,28709,609,1,1,25627,0,2399.39,-5648.79,155.547,3.06459,360,0,0,1962,1982,0,0,0,0),(128490,28709,609,1,1,25627,0,2345.71,-5657.45,154.184,3.66571,360,5,0,1962,1982,1,0,0,0),(128491,28709,609,1,1,25627,0,2299.77,-5649.48,147.69,5.46465,360,5,0,1962,1982,1,0,0,0),(128492,28709,609,1,1,25627,0,2296.37,-5694.71,153.909,5.97282,360,0,0,1962,1982,0,0,0,0),(128493,28709,609,1,1,25627,0,2397.05,-5803.13,155.599,2.83405,360,5,0,1962,1982,1,0,0,0),(128494,28709,609,1,1,25627,0,2202.37,-5652.98,121.914,0.889802,360,0,0,1962,1982,0,0,0,0),(128495,28709,609,1,1,25627,0,2261.59,-5641.09,139.676,2.08146,360,5,0,1962,1982,1,0,0,0),(128496,28709,609,1,1,25627,0,2429.4,-5828.69,115.935,2.90214,360,0,0,1962,1982,0,0,0,0),(128497,28709,609,1,1,25627,0,2428.6,-5806.81,127.84,1.49252,360,0,0,1962,1982,0,0,0,0),(128498,28709,609,1,1,25627,0,2431.53,-5839.85,112.376,4.76713,360,5,0,1962,1982,1,0,0,0),(128499,28709,609,1,1,25627,0,2435.48,-5841.09,112.705,4.7368,360,5,0,1962,1982,1,0,0,0),(128500,29488,609,1,69,26308,0,2348.74,-5694.94,384.088,3.90954,360,0,0,4906,0,0,0,0,0),(128501,29488,609,1,69,26308,0,2325.4,-5659.33,383.838,3.66519,360,0,0,4906,0,0,0,0,0),(207105,23507,0,1,1,0,0,-9111.06,284.611,97.569,5.2926,120,5,0,1,0,1,0,0,0),(207104,23507,0,1,1,0,0,-9108.69,376.831,93.9001,5.5248,120,5,0,1,0,1,0,0,0),(207103,23507,0,1,1,0,0,-9095.44,289.614,94.3966,4.294,120,5,0,1,0,1,0,0,0),(128505,28471,609,1,69,25458,0,2506.22,-5663.2,377.036,2.23402,360,0,0,126000,0,0,0,0,0),(128506,28472,609,1,69,25459,0,2527.73,-5549.21,377.036,3.735,360,0,0,126000,0,0,0,0,0),(128507,28474,609,1,69,25468,0,2413.92,-5524.47,377.125,5.25344,360,0,0,126000,0,0,0,0,0),(128508,28476,609,1,1,25398,0,2510.64,-5559.37,424.039,3.75246,360,0,0,2614,0,0,0,0,0),(128509,29501,609,1,69,26308,0,2402.86,-5727.03,154.007,5.44543,360,0,0,4906,0,0,0,0,0),(128510,29501,609,1,69,26308,0,2409.09,-5722.37,154.005,4.67748,360,0,0,4906,0,0,0,0,0),(128511,28481,609,1,1,11686,0,2493.6,-5642.61,423.428,5.8294,360,0,0,8982,0,0,0,0,0),(128512,28481,609,1,1,11686,0,2509.47,-5560.17,423.504,2.26893,360,0,0,8982,0,0,0,0,0),(128513,28481,609,1,1,11686,0,2426.99,-5544.25,423.497,4.83456,360,0,0,8982,0,0,0,0,0),(128514,28486,609,1,1,25467,0,2383.75,-5649.5,382.439,4.24115,360,0,0,11770,0,0,0,0,0),(128515,28487,609,1,5,24991,0,2344.07,-5660.07,429.827,4.5204,360,0,0,126000,0,0,0,0,0),(128516,28487,609,1,5,24991,0,2355.55,-5677.93,429.792,2.89725,360,0,0,126000,0,0,0,0,0),(207005,23487,0,1,1,0,0,-5279.59,-537.45,386.83,4.72,120,10,0,1,0,1,0,0,0),(207004,23487,0,1,1,0,0,-5269.88,-510.47,388.77,5.86,120,10,0,1,0,1,0,0,0),(207003,23487,0,1,1,0,0,-5264.9,-454.26,388.73,3.15,120,10,0,1,0,1,0,0,0),(207002,23487,0,1,1,0,0,-5322.2,-525.55,390.47,2.49,120,10,0,1,0,1,0,0,0),(207001,23487,0,1,1,0,0,-5298.24,-595.5,388.9,0.69,120,10,0,1,0,1,0,0,0),(128522,28488,609,1,69,26919,0,2406.48,-5543.84,376.872,0.366519,360,0,0,2091,6351,0,0,0,0),(128523,28488,609,1,69,26919,0,2416.65,-5514.5,377.027,5.20108,360,0,0,2091,6351,0,0,0,0),(207118,23529,1,1,1,0,0,-1268.47,195.125,59.6719,1.68,120,5,0,1,0,1,0,0,0),(128525,28488,609,1,69,26919,0,2435.75,-5525.17,376.972,3.87463,360,0,0,2091,6351,0,0,0,0),(128526,28488,609,1,69,26919,0,2404.68,-5521.94,377.001,5.25344,360,0,0,2091,6351,0,0,0,0),(128527,28489,609,1,69,25469,0,2522.06,-5558.47,377.142,1.309,360,0,0,2614,0,0,0,0,0),(128528,28489,609,1,69,25470,0,2522.35,-5553.9,377.129,0.733038,360,0,0,2614,0,0,0,0,0),(128529,28489,609,1,69,25470,0,2520.16,-5556.4,376.985,0.715585,360,0,0,2614,0,0,0,0,0),(128530,28489,609,1,69,25471,0,2517.61,-5551.75,377.118,0.366519,360,0,0,2614,0,0,0,0,0),(128531,28489,609,1,69,25472,0,2519.86,-5549.73,377.153,0.10472,360,0,0,2614,0,0,0,0,0),(128532,28489,609,1,69,25470,0,2518.74,-5554.06,376.999,0.488692,360,0,0,2614,0,0,0,0,0),(128533,28489,609,1,69,25469,0,2524.19,-5556.05,377.137,0.820305,360,0,0,2614,0,0,0,0,0),(128534,28489,609,1,69,25472,0,2521.03,-5552.17,377.201,0.575959,360,0,0,2614,0,0,0,0,0),(207100,23507,0,1,1,0,0,-9078.93,301.569,92.8966,0.127,120,5,0,1,0,1,0,0,0),(207099,23507,0,1,1,0,0,-9078.59,364.508,93.7922,5.8746,120,5,0,1,0,1,0,0,0),(207098,23507,0,1,1,0,0,-9076.51,352.071,93.7285,2.5133,120,5,0,1,0,1,0,0,0),(207097,23507,0,1,1,0,0,-9069.46,375.695,92.6135,0.9446,120,5,0,1,0,1,0,0,0),(207096,23507,0,1,1,0,0,-9060.34,351.788,93.2083,0.4127,120,5,0,1,0,1,0,0,0),(207095,23507,0,1,1,0,0,-9059.81,302.741,94.0216,2.9305,120,5,0,1,0,1,0,0,0),(207094,23507,0,1,1,0,0,-9059.53,337.961,94.0833,0.9686,120,5,0,1,0,1,0,0,0),(207093,23507,0,1,1,0,0,-9052.2,368.635,92.9117,1.6525,120,5,0,1,0,1,0,0,0),(207092,23507,0,1,1,0,0,-9051.18,320.209,93.1466,6.1333,120,5,0,1,0,1,0,0,0),(207091,23507,0,1,1,0,0,-9045.57,339.239,94.5833,2.2791,120,5,0,1,0,1,0,0,0),(128545,28491,609,1,69,25480,0,2497.96,-5663.6,377.145,0.902047,360,0,0,2614,0,0,0,0,0),(128546,28491,609,1,69,25481,0,2504.29,-5651.25,377.107,4.50295,360,0,0,2614,0,0,0,0,0),(128547,28491,609,1,69,25479,0,2502.22,-5664.97,377.133,1.48353,360,0,0,2614,0,0,0,0,0),(128548,28491,609,1,69,25482,0,2510.39,-5656.1,377.108,3.38594,360,0,0,2614,0,0,0,0,0),(128549,28491,609,1,69,25480,0,2508.12,-5652.06,377.101,3.96772,360,0,0,2614,0,0,0,0,0),(128550,28491,609,1,69,25479,0,2510.02,-5660.27,377.117,2.82743,360,0,0,2614,0,0,0,0,0),(128551,28491,609,1,69,25479,0,2496.05,-5655.37,377.047,5.89921,360,0,0,2614,0,0,0,0,0),(128552,28491,609,1,69,25479,0,2495.93,-5659.51,377.054,0.226893,360,0,0,2614,0,0,0,0,0),(128553,28491,609,1,69,25479,0,2499.55,-5652.18,377.034,5.2709,360,0,0,2614,0,0,0,0,0),(207061,23528,530,1,1,0,0,-3997.61,-11903.2,-1.2014,4.5379,120,5,0,1,0,1,0,0,0),(207060,23528,530,1,1,0,0,-3989.1,-11926.1,0.2893,1.9361,120,5,0,1,0,1,0,0,0),(207059,23528,530,1,1,0,0,-3974.93,-11882.8,0.6802,1.5359,120,5,0,1,0,1,0,0,0),(128557,29519,609,1,1,25373,0,2453.18,-5611.39,415.214,1.18682,360,0,0,3136,2117,0,0,0,0),(128558,29519,609,1,1,25364,0,2446.84,-5606.99,415.192,0.907571,360,0,0,3136,2117,0,0,0,0),(128559,29519,609,1,1,25373,0,2478.06,-5600.86,415.195,2.87979,360,0,0,3136,2117,0,0,0,0),(128561,29520,609,1,1,25361,0,2441.55,-5593.19,415.154,0.139626,360,0,0,3136,2117,0,0,0,0),(128563,29520,609,1,1,25372,0,2460.53,-5613.36,415.28,1.58825,360,0,0,3136,2117,0,0,0,0),(128565,29521,609,1,1,24719,0,2484.37,-5593.4,417.108,3.03687,360,0,0,2614,2117,0,0,0,0),(128566,29521,609,1,1,24719,0,2443.5,-5610.66,417.358,0.663225,360,0,0,2614,2117,0,0,0,0),(128567,29521,609,1,1,24719,0,2469.55,-5570.85,417.552,5.68977,360,0,0,2614,2117,0,0,0,0),(128568,29521,609,1,1,24719,0,2451.34,-5615.69,417.337,1.0821,360,0,0,2614,2117,0,0,0,0),(128569,29521,609,1,1,24719,0,2438.11,-5584.27,417.504,5.86431,360,0,0,2614,2117,0,0,0,0),(128570,29521,609,1,1,24719,0,2477,-5575.84,417.337,3.92699,360,0,0,2614,2117,0,0,0,0),(128571,29521,609,1,1,24719,0,2463.43,-5569.05,417.519,1.76278,360,0,0,2614,2117,0,0,0,0),(128572,29521,609,1,1,24719,0,2438.07,-5602.68,417.316,4.03171,360,0,0,2614,2117,0,0,0,0),(128573,29521,609,1,1,24719,0,2460.69,-5617.51,417.405,1.93731,360,0,0,2614,2117,0,0,0,0),(128574,29521,609,1,1,24719,0,2482.5,-5602.57,417.388,2.77507,360,0,0,2614,2117,0,0,0,0),(128575,29521,609,1,1,24719,0,2436.29,-5593.2,417.323,2.87979,360,0,0,2614,2117,0,0,0,0),(128576,29521,609,1,1,24719,0,2482.38,-5584.38,417.337,3.50811,360,0,0,2614,2117,0,0,0,0),(128577,28500,609,1,69,25498,1,2468.15,-5654.19,420.647,3.10654,360,0,0,126000,0,2,0,0,0),(128578,28760,609,1,5,25664,0,2344.97,-5720.62,153.921,0.7292,360,5,0,9610,0,1,0,0,0),(128579,28505,609,1,69,25490,1,2434.57,-5641.89,420.645,3.28532,360,0,0,2215,0,2,0,0,0),(128580,28506,609,1,69,24707,1,2466.89,-5648.82,420.645,2.8013,360,0,0,2215,0,2,0,0,0),(128581,28765,609,1,1,23767,0,2051.46,-5782.35,106.652,3.12414,360,5,0,27890000,0,1,0,0,0),(128582,28510,609,1,5,25496,0,2370.16,-5675.43,382.229,0.657752,360,0,0,126000,0,2,0,0,0),(128583,28766,609,1,1,8050,0,1987.5,-5883.39,100.564,5.46923,360,5,0,3166,0,1,0,0,0),(128584,28766,609,1,1,8050,0,2003.05,-5808.19,100.622,2.8818,360,5,0,3166,0,1,0,0,0),(128585,28766,609,1,1,8050,0,2040.82,-5860.87,101.952,4.04966,360,5,0,3166,0,1,0,0,0),(128586,28766,609,1,1,8050,0,2038.46,-5819.82,101.077,2.48025,360,5,0,3166,0,1,0,0,0),(128587,28766,609,1,1,8050,0,1942.06,-5844.51,100.46,2.30198,360,5,0,3166,0,1,0,0,0),(128588,28766,609,1,1,8050,0,1954.05,-5795.72,100.577,3.5129,360,0,0,3166,0,0,0,0,0),(128589,28766,609,1,1,8050,0,1980.62,-5840.77,100.675,2.58611,360,5,0,3166,0,1,0,0,0),(1976766,28897,609,1,4,0,0,1787.56,-5826.46,113.367,3.1123,200,15,0,924,0,1,0,0,0),(1976765,28897,609,1,4,0,0,1780.57,-5827.18,115.088,0.386675,200,15,0,924,0,1,0,0,0),(1976764,28897,609,1,4,0,0,1765.38,-5823.62,116.153,3.1723,200,15,0,924,0,1,0,0,0),(1976763,28897,609,1,4,0,0,1782.79,-5820.41,114.295,3.55982,200,15,0,924,0,1,0,0,0),(1976762,28897,609,1,4,0,0,1780.91,-5824.12,114.792,1.41079,200,15,0,924,0,1,0,0,0),(1976761,28897,609,1,4,0,0,2064.24,-5811.93,103.616,3.10714,200,15,0,924,0,1,0,0,0),(1976760,28897,609,1,4,0,0,2055.29,-5848.38,102.248,3.09598,200,15,0,924,0,1,0,0,0),(1976759,28897,609,1,4,0,0,1810.69,-5916.14,115.781,2.37718,200,15,0,924,0,1,0,0,0),(1976758,28897,609,1,4,0,0,2020.75,-5850.92,100.993,3.21976,200,15,0,924,0,1,0,0,0),(1976757,28897,609,1,4,0,0,1822.46,-5842.99,114.336,2.09128,200,15,0,924,0,1,0,0,0),(1976756,28897,609,1,4,0,0,1768.11,-5814.87,116.147,-1.73379,200,15,0,924,0,1,0,0,0),(128601,28769,609,1,32,14703,0,2204,-5923.42,101.896,3.31891,360,0,0,2026,2041,0,0,0,0),(128602,28769,609,1,32,14703,0,2060.81,-5745.55,99.3112,0.452731,360,5,0,2026,2041,1,0,0,0),(128603,28769,609,1,32,14703,0,2239.63,-5899.38,101.012,5.49045,360,5,0,2026,2041,1,0,0,0),(128604,28769,609,1,32,14703,0,2116.7,-5842.01,102.39,5.22318,360,5,0,2026,2041,1,0,0,0),(128605,28769,609,1,32,14703,0,2161.56,-5851.71,101.843,3.12402,360,5,0,2026,2041,1,0,0,0),(128606,28769,609,1,32,14703,0,2014.98,-5738.35,100.166,4.72704,360,5,0,2026,2041,1,0,0,0),(128607,28769,609,1,32,14703,0,2077.92,-5860.67,103.652,1.75039,360,5,0,2026,2041,1,0,0,0),(128608,28769,609,1,32,14703,0,2151.09,-5758.7,100.28,5.71848,360,0,0,2026,2041,0,0,0,0),(128609,28769,609,1,32,14703,0,2272.14,-5833.33,101.037,0,360,5,0,2026,2041,1,0,0,0),(128610,28769,609,1,32,14703,0,2254.35,-5858.79,101.279,3.50036,360,0,0,2026,2041,0,0,0,0),(128611,28769,609,1,32,14703,0,2350.22,-5883.22,104.951,4.15255,360,5,0,2026,2041,1,0,0,0),(128612,28769,609,1,32,14703,0,2102.04,-5853.5,102.683,3.19395,360,0,0,2026,2041,0,0,0,0),(128613,28769,609,1,32,14703,0,2204.89,-5752.64,102.476,5.55368,360,5,0,2026,2041,1,0,0,0),(128614,28769,609,1,32,14703,0,2190.88,-5660.16,118.265,2.41509,360,5,0,2026,2041,1,0,0,0),(128615,28525,609,1,2,11686,0,1814.59,-5988.65,125.497,3.22886,360,0,0,8982,0,0,0,0,0),(128616,28782,609,1,32,25678,0,2086.31,-5881.38,104.034,0.543352,360,5,0,26140,0,1,0,0,0),(128617,28782,609,1,32,25678,0,2001,-5751.81,100.406,0.171432,360,5,0,26140,0,1,0,0,0),(128618,28782,609,1,32,25678,0,2073.95,-5826.98,102.545,3.93079,360,5,0,26140,0,1,0,0,0),(128619,28782,609,1,32,25678,0,2148.43,-5845.69,101.442,0.626997,360,5,0,26140,0,1,0,0,0),(128620,28782,609,1,32,25678,0,2140.13,-5801.18,100.109,1.6613,360,5,0,26140,0,1,0,0,0),(128621,28782,609,1,32,25678,0,2075.35,-5732.3,100.603,3.24235,360,5,0,26140,0,1,0,0,0),(128622,28782,609,1,32,25678,0,2182.98,-5809.45,101.349,3.35844,360,5,0,26140,0,1,0,0,0),(128623,28782,609,1,32,25678,0,2118.86,-5762.01,98.3906,5.44513,360,5,0,26140,0,1,0,0,0),(128624,28782,609,1,32,25678,0,2418.68,-5861.42,105.389,0.918315,360,5,0,26140,0,1,0,0,0),(128625,28782,609,1,32,25678,0,2269.36,-5881.98,101.434,3.32927,360,5,0,26140,0,1,0,0,0),(128626,28782,609,1,32,25678,0,2209.41,-5781.98,101.664,1.30337,360,5,0,26140,0,1,0,0,0),(128627,28529,609,1,1,25504,1,1832.6,-5937.27,112.735,0.383972,360,0,0,2453,0,0,0,0,0),(128628,28529,609,1,1,25506,1,1846.02,-5941.42,117.61,0.645772,360,0,0,2453,0,0,0,0,0),(128629,28529,609,1,1,25506,1,1817.91,-5916.08,112.647,0.191986,360,0,0,2453,0,0,0,0,0),(128630,28529,609,1,1,25506,1,1825.08,-5907.24,115.992,0,360,0,0,2453,0,0,0,0,0),(128631,28529,609,1,1,25504,1,1831.98,-5899.77,115.645,6.05629,360,0,0,2453,0,0,0,0,0),(128632,28529,609,1,1,25505,1,1837.29,-5890.92,116.632,5.74213,360,0,0,2453,0,0,0,0,0),(128633,28529,609,1,1,25506,1,1864.65,-5949.47,117.007,1.29154,360,0,0,2453,0,0,0,0,0),(128634,28529,609,1,1,25504,1,1873.82,-5937.14,103.766,1.62316,360,5,0,2453,0,1,0,0,0),(128635,28529,609,1,1,25503,1,1855.5,-5928.43,105.146,0.366519,360,0,0,2453,0,0,0,0,0),(128636,28529,609,1,1,25505,1,1843.39,-5900.36,105.245,5.95157,360,0,0,2453,0,0,0,0,0),(128637,28529,609,1,1,25503,1,1854.18,-5946.3,116.235,1.13446,360,0,0,2453,0,0,0,0,0),(128638,28529,609,1,1,25506,1,1848.59,-5956.67,149.689,2.67371,360,5,0,2453,0,1,0,0,0),(128639,28529,609,1,1,25505,1,1821.6,-5894.48,149.67,5.83084,360,5,0,2453,0,1,0,0,0),(128640,28529,609,1,1,25503,1,1805.4,-5849.05,149.67,2.26994,360,5,0,2453,0,1,0,0,0),(128641,28529,609,1,1,25504,1,1509.98,-5962.04,152.138,5.15455,360,5,0,2453,0,1,0,0,0),(128642,28529,609,1,1,25506,1,1799.96,-5739.47,141.091,0.951198,360,5,0,2453,0,1,0,0,0),(128643,28529,609,1,1,25506,1,1657.76,-5953.32,127.273,3.22886,360,0,0,2453,0,0,0,0,0),(128644,28529,609,1,1,25504,1,1658.54,-5945.25,125.53,3.33358,360,0,0,2453,0,0,0,0,0),(128645,28529,609,1,1,25506,1,1658.86,-5937.66,124.387,3.14159,360,0,0,2453,0,0,0,0,0),(128646,28529,609,1,1,25506,1,1647.96,-5939.87,123.524,0.10472,360,0,0,2453,0,0,0,0,0),(128647,28529,609,1,1,25503,1,1648.65,-5929.09,121.048,0.087266,360,0,0,2453,0,0,0,0,0),(128648,28529,609,1,1,25506,1,1660.38,-5928.7,122.47,3.32732,360,0,0,2453,0,0,0,0,0),(128649,28529,609,1,1,25504,1,1646.75,-5919.73,118.016,0.872665,360,0,0,2453,0,0,0,0,0),(128650,28529,609,1,1,25504,1,1645.66,-5906.92,116.209,5.65487,360,0,0,2453,0,0,0,0,0),(128651,28529,609,1,1,25503,1,1646.49,-5976.73,132.879,1.309,360,0,0,2453,0,0,0,0,0),(128652,28529,609,1,1,25505,1,1765.18,-5803.39,116.425,4.83456,360,0,0,2453,0,0,0,0,0),(128653,28529,609,1,1,25503,1,1769.46,-5802.91,116.25,4.79965,360,0,0,2453,0,0,0,0,0),(128654,28529,609,1,1,25504,1,1774.28,-5802.38,116,4.85202,360,0,0,2453,0,0,0,0,0),(128655,28529,609,1,1,25504,1,1778.21,-5801.99,115.627,4.79965,360,0,0,2453,0,0,0,0,0),(128656,28529,609,1,1,25505,1,1782.62,-5801.34,115.251,4.81711,360,0,0,2453,0,0,0,0,0),(128657,28529,609,1,1,25503,1,1764.54,-5798.81,116.291,4.83456,360,0,0,2453,0,0,0,0,0),(128658,28529,609,1,1,25504,1,1768.88,-5797.83,116.152,4.79965,360,0,0,2453,0,0,0,0,0),(128659,28529,609,1,1,25506,1,1773.98,-5797.73,116.017,4.81711,360,0,0,2453,0,0,0,0,0),(128660,28529,609,1,1,25505,1,1778.15,-5797.83,116.018,4.7822,360,0,0,2453,0,0,0,0,0),(128661,28529,609,1,1,25504,1,1782.6,-5797.51,115.891,4.7822,360,0,0,2453,0,0,0,0,0),(128662,28529,609,1,1,25503,1,1655.12,-5998.2,133.5,3.04102,360,0,0,2453,0,0,0,0,0),(128663,28529,609,1,1,25504,1,1652.56,-5838.48,116.141,5.96903,360,0,0,2453,0,0,0,0,0),(128664,28529,609,1,1,25504,1,1652,-5846.76,116.141,6.21337,360,0,0,2453,0,0,0,0,0),(128665,28529,609,1,1,25504,1,1688.92,-5842.26,116.254,0.767945,360,0,0,2453,0,0,0,0,0),(128666,28529,609,1,1,25505,1,1664.13,-5870.51,116.262,0.418879,360,0,0,2453,0,0,0,0,0),(128667,28529,609,1,1,25504,1,1656.1,-5804.93,116.247,0.296706,360,0,0,2453,0,0,0,0,0),(128668,28529,609,1,1,25503,1,1646.63,-5997.34,133.5,1.44862,360,0,0,2453,0,0,0,0,0),(128669,28529,609,1,1,25503,1,1801.69,-5985.66,115.851,1.41372,360,0,0,2453,0,0,0,0,0),(128670,28529,609,1,1,25505,1,1728.17,-5875.48,116.247,3.05433,360,0,0,2453,0,0,0,0,0),(128671,28529,609,1,1,25506,1,1728.16,-5868.73,116.247,3.1765,360,0,0,2453,0,0,0,0,0),(128672,28529,609,1,1,25506,1,1705.21,-5878.94,116.247,2.89725,360,0,0,2453,0,0,0,0,0),(128673,28529,609,1,1,25505,1,1706.2,-5863.91,116.247,3.35103,360,0,0,2453,0,0,0,0,0),(128674,28529,609,1,1,25505,1,1733.59,-5893.4,116.255,3.87463,360,0,0,2453,0,0,0,0,0),(128675,28529,609,1,1,25506,1,1598.74,-5770.93,116.122,5.28835,360,0,0,2453,0,0,0,0,0),(128676,28529,609,1,1,25505,1,1618.87,-5760.91,116.252,5.0091,360,0,0,2453,0,0,0,0,0),(128677,28529,609,1,1,25506,1,1598.49,-5759.24,119.253,5.21853,360,0,0,2453,0,0,0,0,0),(128678,28529,609,1,1,25504,1,1609.2,-5754.45,119.277,5.11381,360,0,0,2453,0,0,0,0,0),(128679,28529,609,1,1,25504,1,1600.55,-5741.91,119.254,5.13127,360,0,0,2453,0,0,0,0,0),(128680,28529,609,1,1,25506,1,1592.52,-5745.09,119.291,5.34071,360,0,0,2453,0,0,0,0,0),(128681,28529,609,1,1,25504,1,1595.87,-5771.4,116.122,5.41052,360,0,0,2453,0,0,0,0,0),(128682,28529,609,1,1,25506,1,1620.51,-5757.24,116.534,5.20108,360,0,0,2453,0,0,0,0,0),(128683,28529,609,1,1,25506,1,1601.18,-5738.64,119.855,5.13127,360,0,0,2453,0,0,0,0,0),(128684,28529,609,1,1,25504,1,1590.19,-5744.75,119.758,5.23599,360,0,0,2453,0,0,0,0,0),(128685,28529,609,1,1,25504,1,1646.92,-5964.98,130.824,1.37881,360,0,0,2453,0,0,0,0,0),(128686,28529,609,1,1,25505,1,1811.97,-6001.4,117.658,4.64698,360,5,0,2453,0,1,0,0,0),(128687,28529,609,1,1,25506,1,1775.02,-5840.03,117.023,1.69297,360,0,0,2453,0,0,0,0,0),(128688,28529,609,1,1,25506,1,1769.94,-5840.49,116.784,1.69297,360,0,0,2453,0,0,0,0,0),(128689,28529,609,1,1,25505,1,1765.1,-5841.09,116.581,1.65806,360,0,0,2453,0,0,0,0,0),(128690,28529,609,1,1,25505,1,1761.32,-5841.41,116.706,1.65806,360,0,0,2453,0,0,0,0,0),(128691,28529,609,1,1,25506,1,1757.24,-5841.95,117.091,1.6057,360,0,0,2453,0,0,0,0,0),(128692,28529,609,1,1,25504,1,1757.56,-5838.92,116.833,1.64061,360,0,0,2453,0,0,0,0,0),(128693,28529,609,1,1,25505,1,1761.23,-5838.27,116.581,1.69297,360,0,0,2453,0,0,0,0,0),(128694,28529,609,1,1,25505,1,1764.97,-5837.6,116.459,1.69297,360,0,0,2453,0,0,0,0,0),(128695,28529,609,1,1,25505,1,1769.5,-5837.23,116.662,1.71042,360,0,0,2453,0,0,0,0,0),(128696,28529,609,1,1,25506,1,1774.28,-5836.26,116.907,1.78024,360,0,0,2453,0,0,0,0,0),(128697,28529,609,1,1,25505,1,1538.55,-6022.36,149.943,4.6808,360,5,0,2453,0,1,0,0,0),(128698,28529,609,1,1,25505,1,1387.19,-5708.09,136.351,5.68977,360,0,0,2453,0,0,0,0,0),(128699,28529,609,1,1,25505,1,1392.3,-5701.55,135.851,5.44543,360,0,0,2453,0,0,0,0,0),(128700,28529,609,1,1,25506,1,1381.48,-5726.02,144.226,0.785398,360,0,0,2453,0,0,0,0,0),(128701,28529,609,1,1,25506,1,1429.12,-5739.84,131.292,4.66003,360,0,0,2453,0,0,0,0,0),(128702,28529,609,1,1,25503,1,1412.65,-5748.1,131.542,5.3058,360,0,0,2453,0,0,0,0,0),(128703,28529,609,1,1,25506,1,1847,-6006.28,149.818,6.25651,360,5,0,2453,0,1,0,0,0),(128704,28529,609,1,1,25506,1,1801.89,-5788.84,149.687,3.98916,360,5,0,2453,0,1,0,0,0),(128705,28529,609,1,1,25505,1,1584.61,-5783.98,117.622,3.1504,360,5,0,2453,0,1,0,0,0),(128706,28529,609,1,1,25505,1,1579.92,-5779.67,117.372,3.35201,360,5,0,2453,0,1,0,0,0),(128707,28529,609,1,1,25506,1,1584.06,-5782.33,117.622,3.16839,360,5,0,2453,0,1,0,0,0),(128708,28529,609,1,1,25504,1,1581.52,-5780.05,117.247,3.27717,360,5,0,2453,0,1,0,0,0),(128709,28529,609,1,1,25505,1,1581.22,-5789.44,119.122,3.51213,360,5,0,2453,0,1,0,0,0),(128710,28529,609,1,1,25505,1,1583.91,-5787.32,118.497,3.24043,360,5,0,2453,0,1,0,0,0),(128711,28529,609,1,1,25504,1,1582.99,-5780.96,117.372,3.21572,360,5,0,2453,0,1,0,0,0),(128712,28529,609,1,1,25505,1,1582.75,-5788.62,118.997,3.3626,360,5,0,2453,0,1,0,0,0),(128713,28529,609,1,1,25506,1,1584.55,-5785.71,118.122,3.17038,360,5,0,2453,0,1,0,0,0),(128714,28529,609,1,1,25504,1,1659.14,-5965.93,131.109,1.5708,360,0,0,2453,0,0,0,0,0),(128715,28529,609,1,1,25505,1,1658.72,-5977.61,132.879,1.46608,360,0,0,2453,0,0,0,0,0),(128716,28529,609,1,1,25506,1,1835.75,-5910.72,107.673,0.122173,360,0,0,2453,0,0,0,0,0),(128717,28529,609,1,1,25504,1,1817.54,-5972.29,116.23,2.11185,360,0,0,2453,0,0,0,0,0),(128718,28529,609,1,1,25503,1,1800.3,-5942.4,116.218,0.680678,360,0,0,2453,0,0,0,0,0),(128719,28529,609,1,1,25503,1,1812.18,-5937.88,115.343,2.61799,360,0,0,2453,0,0,0,0,0),(128720,28529,609,1,1,25505,1,1803.94,-5927.79,115.743,4.5614,360,0,0,2453,0,0,0,0,0),(128721,28529,609,1,1,25505,1,1802.77,-5970.86,116.097,0.087266,360,0,0,2453,0,0,0,0,0),(128722,28529,609,1,1,25504,1,1769.33,-5927.8,116.23,0.785398,360,0,0,2453,0,0,0,0,0),(128723,28529,609,1,1,25506,1,1824.71,-5802.46,103.711,5.89921,360,0,0,2453,0,0,0,0,0),(128724,28529,609,1,1,25506,1,1825.85,-5832.01,102.684,0.471239,360,0,0,2453,0,0,0,0,0),(128725,28529,609,1,1,25503,1,1819.79,-5842.69,115.884,6.24828,360,0,0,2453,0,0,0,0,0),(128726,28529,609,1,1,25505,1,1815.02,-5796.96,115.92,5.84685,360,0,0,2453,0,0,0,0,0),(128727,28529,609,1,1,25504,1,1821.21,-5867.78,114.196,0.628319,360,0,0,2453,0,0,0,0,0),(128728,28529,609,1,1,25503,1,1804.49,-5837.15,117.509,0.331613,360,0,0,2453,0,0,0,0,0),(128729,28529,609,1,1,25503,1,1803.19,-5801.16,114.952,6.05629,360,0,0,2453,0,0,0,0,0),(128730,28529,609,1,1,25504,1,1834.84,-5850.62,101.429,0.331613,360,0,0,2453,0,0,0,0,0),(128731,28529,609,1,1,25503,1,1811.17,-5831.13,106.586,0.174533,360,0,0,2453,0,0,0,0,0),(128732,28529,609,1,1,25504,1,1836.33,-5800.06,102.084,5.46288,360,0,0,2453,0,0,0,0,0),(128733,28529,609,1,1,25504,1,1647.17,-5946.36,124.887,6.23082,360,0,0,2453,0,0,0,0,0),(128734,28529,609,1,1,25505,1,1647.04,-5954.02,127.046,6.03884,360,0,0,2453,0,0,0,0,0),(128735,28530,609,1,1,25508,1,1756.15,-5834.7,116.581,3.28698,360,5,0,2699,0,1,0,0,0),(128736,28530,609,1,1,25510,1,1576.89,-5785.6,118.985,3.45933,360,5,0,2699,0,1,0,0,0),(128737,28530,609,1,1,25508,1,1783.69,-5806.35,114.375,0.129247,360,5,0,2699,0,1,0,0,0),(128738,25462,609,1,5,24191,0,2345.3,-5671.68,426.114,3.78736,360,0,0,27890000,0,0,0,0,0),(128739,29047,609,1,1,26762,0,2377.54,-5791.73,154.61,2.67139,360,0,0,126000,39940,2,0,0,0),(128740,29565,609,1,1,25362,0,2443.19,-5585.97,415.142,6.0912,360,0,0,3136,2117,0,0,0,0),(128741,28542,609,1,2,11686,0,1651.21,-5994.67,133.584,1.48353,360,0,0,8982,0,0,0,0,0),(128742,29566,609,1,1,25356,0,2442.76,-5600.46,415.169,0.453786,360,0,0,3136,2117,0,0,0,0),(128743,29566,609,1,1,25367,0,2468.17,-5575.36,415.25,4.32842,360,0,0,3136,2117,0,0,0,0),(128744,29566,609,1,1,25366,0,2474.02,-5579.47,415.232,3.97935,360,0,0,3136,2117,0,0,0,0),(128746,28543,609,1,2,11686,0,1590.81,-5731.66,143.869,0.907571,360,0,0,8982,0,0,0,0,0),(128747,29567,609,1,1,25368,0,2478.18,-5585.94,415.221,3.75246,360,0,0,3136,2117,0,0,0,0),(128748,29567,609,1,1,25370,0,2462.99,-5573.73,415.251,4.45059,360,0,0,3136,2117,0,0,0,0),(128749,29567,609,1,1,25354,0,2479.51,-5593.53,415.196,3.38594,360,0,0,3136,2117,0,0,0,0),(128751,28544,609,1,2,11686,0,1385.93,-5702.06,146.305,4.15388,360,0,0,8982,0,0,0,0,0),(128752,28548,609,1,1,24413,0,1679.31,-5951.31,128.281,1.85005,360,0,0,96100,19854,0,0,0,0),(128753,29580,609,1,69,24719,0,2389.99,-5640.93,377.167,0.488692,360,0,0,8982,0,0,0,0,0),(128754,29581,609,1,69,24719,0,2383.65,-5645.24,420.78,3.59538,360,0,0,8982,0,0,0,0,0),(128755,28557,609,1,1,24573,1,2191.98,-5886.71,101.083,4.06662,360,5,0,891,0,1,0,0,0),(128756,28557,609,1,1,24572,1,2242.65,-5923.48,98.4591,1.06465,360,0,0,891,0,0,0,0,0),(128757,28557,609,1,1,24573,1,2167.94,-5903.68,100.808,6.17846,360,0,0,891,0,0,0,0,0),(128758,28557,609,1,1,24573,1,2165.35,-5882.17,101.37,1.27736,360,0,0,891,0,0,0,0,0),(128759,28557,609,1,1,24572,1,2150.76,-5887.46,101.37,2.49582,360,0,0,891,0,0,0,0,0),(128760,28557,609,1,1,24571,1,2103.86,-5823.75,101.276,4.08407,360,0,0,891,0,0,0,0,0),(128761,28557,609,1,1,24571,1,2105.35,-5759.83,99.0156,2.40855,360,5,0,891,0,1,0,0,0),(128762,28557,609,1,1,24573,1,2119.36,-5742.46,99.5156,1.53589,360,0,0,891,0,0,0,0,0),(128763,28557,609,1,1,24573,1,2137.56,-5786.69,99.4225,0.296706,360,5,0,891,0,1,0,0,0),(128764,28557,609,1,1,24570,1,2099.09,-5712.46,100.395,4.01426,360,0,0,891,0,0,0,0,0),(128765,28557,609,1,1,24573,1,2081.72,-5684.36,100.628,3.52556,360,0,0,891,0,0,0,0,0),(128766,28557,609,1,1,24571,1,2085.71,-5754.19,99.4143,1.309,360,0,0,891,0,0,0,0,0),(128767,28557,609,1,1,24570,1,2108.59,-5688.4,100.478,1.81514,360,0,0,891,0,0,0,0,0),(128768,28557,609,1,1,24571,1,2092.11,-5697.01,100.393,3.735,360,0,0,891,0,0,0,0,0),(128769,28557,609,1,1,24572,1,2202.15,-5790.73,101.467,3.76991,360,0,0,891,0,0,0,0,0),(128770,28557,609,1,1,24572,1,2272.42,-5867.17,101.152,0.122173,360,0,0,891,0,0,0,0,0),(128771,28557,609,1,1,24573,1,2297.9,-5833.86,101.022,2.02458,360,0,0,891,0,0,0,0,0),(128772,28557,609,1,1,24571,1,2276.85,-5823.74,101.018,4.85202,360,0,0,891,0,0,0,0,0),(128773,28557,609,1,1,24572,1,2158.2,-5779.88,100.995,2.00713,360,0,0,891,0,0,0,0,0),(128774,28557,609,1,1,24571,1,2133.73,-5767.64,98.6725,5.14872,360,0,0,891,0,0,0,0,0),(128775,28557,609,1,1,24572,1,2234.28,-5774.04,101.387,1.20428,360,0,0,891,0,0,0,0,0),(128776,28557,609,1,1,24573,1,2244.75,-5757.32,101.486,2.30383,360,0,0,891,0,0,0,0,0),(128777,28557,609,1,1,24572,1,2334.51,-5909.29,101.596,4.99164,360,0,0,891,0,0,0,0,0),(128778,28557,609,1,1,24573,1,2187.17,-5784.17,101.354,1.0821,360,0,0,891,0,0,0,0,0),(128779,28557,609,1,1,24571,1,2283.39,-5836.64,101.018,0.977384,360,0,0,891,0,0,0,0,0),(128780,28557,609,1,1,24570,1,2192.46,-5733.82,102.487,5.81195,360,0,0,891,0,0,0,0,0),(128781,28557,609,1,1,24571,1,2210.31,-5747.27,102.622,1.93731,360,0,0,891,0,0,0,0,0),(128782,28557,609,1,1,24570,1,2304.26,-5816.47,101.314,5.93412,360,0,0,891,0,0,0,0,0),(128783,28557,609,1,1,24570,1,2344.39,-5851.09,101.099,1.62316,360,0,0,891,0,0,0,0,0),(128784,28557,609,1,1,24573,1,2361.17,-5853.81,103.761,1.8675,360,0,0,891,0,0,0,0,0),(128785,28557,609,1,1,24571,1,2366.32,-5929.88,110.028,0.488692,360,0,0,891,0,0,0,0,0),(128786,28557,609,1,1,24573,1,2372.51,-5849.39,105.677,0.767945,360,0,0,891,0,0,0,0,0),(128787,28557,609,1,1,24573,1,2329.02,-5838.31,102.252,6.02139,360,0,0,891,0,0,0,0,0),(128788,28557,609,1,1,24572,1,2344.03,-5921.58,109.069,2.28638,360,0,0,891,0,0,0,0,0),(128789,28557,609,1,1,24573,1,2316.56,-5824.52,102.086,1.90241,360,0,0,891,0,0,0,0,0),(128790,28557,609,1,1,24571,1,2147.72,-5722.73,101.095,5.77704,360,0,0,891,0,0,0,0,0),(128791,28557,609,1,1,24571,1,2117.59,-5731.64,100.163,4.60767,360,0,0,891,0,0,0,0,0),(128792,28557,609,1,1,24573,1,2137.48,-5743.59,99.5475,3.75705,360,0,0,891,0,0,0,0,0),(128793,28557,609,1,1,24570,1,2375.51,-5848.58,106.235,2.35619,360,0,0,891,0,0,0,0,0),(128794,28557,609,1,1,24573,1,2356.33,-5853.05,102.964,0.925025,360,0,0,891,0,0,0,0,0),(128795,28557,609,1,1,24573,1,2141.36,-5791.21,99.7975,1.09956,360,0,0,891,0,0,0,0,0),(128796,28558,609,1,1,24458,0,1677,-5951.9,128.718,1.71042,360,0,0,49700,13548,0,0,0,0),(128797,28559,609,1,1,25563,0,1673.96,-5940.56,126.23,5.18363,360,0,0,1180,1236,0,0,0,0),(128798,28559,609,1,1,25562,0,1668.01,-5951.59,127.549,0.05236,360,0,0,1180,1236,0,0,0,0),(128799,28559,609,1,1,25562,0,1675.23,-5937.06,125.632,4.99164,360,0,0,1180,1236,0,0,0,0),(128800,28560,609,1,1,25569,0,1684.73,-5939.66,124.951,4.2586,360,0,0,1710,1750,0,0,0,0),(128801,28560,609,1,1,25568,0,1676.61,-5932.51,124.778,4.85202,360,0,0,1710,1750,0,0,0,0),(128802,28560,609,1,1,25568,0,1670.61,-5942.23,126.206,5.48033,360,0,0,1710,1750,0,0,0,0),(128803,28819,609,1,1,2528,1,2543.02,-5959.86,115.764,1.93731,360,0,0,891,0,0,0,0,0),(128804,28819,609,1,1,2528,1,2488.44,-6004.69,119.44,5.35816,360,0,0,891,0,0,0,0,0),(128805,28819,609,1,1,2528,1,2538.22,-5975,115.569,5.46288,360,0,0,891,0,0,0,0,0),(128806,28819,609,1,1,2528,1,2464.4,-5980.51,114.289,3.80482,360,0,0,891,0,0,0,0,0),(128807,28819,609,1,1,2528,1,2468.88,-5970.64,115.805,3.15905,360,0,0,891,0,0,0,0,0),(128808,28819,609,1,1,2528,1,2480.58,-5979.55,115.063,2.09439,360,0,0,891,0,0,0,0,0),(128809,28819,609,1,1,2528,1,2522.35,-5971.93,116.689,1.46608,360,0,0,891,0,0,0,0,0),(128810,28819,609,1,1,2528,1,2508.55,-5986.1,118.073,5.91667,360,0,0,891,0,0,0,0,0),(128811,28819,609,1,1,2528,1,2475.49,-6003.86,118.794,3.9619,360,0,0,891,0,0,0,0,0),(128812,28819,609,1,1,2528,1,2436.89,-5942.78,119.827,3.66519,360,0,0,891,0,0,0,0,0),(128813,28819,609,1,1,2528,1,2486.3,-5965.23,116.152,5.14872,360,0,0,891,0,0,0,0,0),(128814,28819,609,1,1,2528,1,2494.69,-5946.9,116.071,0.244346,360,0,0,891,0,0,0,0,0),(128815,28819,609,1,1,2528,1,2486.67,-5982.83,95.5758,4.17134,360,0,0,891,0,0,0,0,0),(128816,28819,609,1,1,2528,1,2473.47,-5983.51,96.9304,5.88176,360,0,0,891,0,0,0,0,0),(128817,28819,609,1,1,2528,1,2485,-5994.96,96.0948,2.96706,360,0,0,891,0,0,0,0,0),(128818,28819,609,1,1,2528,1,2484.86,-5970.32,96.1356,1.90241,360,0,0,891,0,0,0,0,0),(128819,28819,609,1,1,2528,1,2520.47,-5987.33,104.76,2.74017,360,0,0,891,0,0,0,0,0),(128820,28819,609,1,1,2528,1,2451.12,-6008.63,91.3351,2.14675,360,0,0,891,0,0,0,0,0),(128821,28819,609,1,1,2528,1,2479.23,-6009.87,94.8772,5.8294,360,0,0,891,0,0,0,0,0),(128822,28819,609,1,1,2528,1,2513.63,-5945.26,111.74,3.75246,360,0,0,891,0,0,0,0,0),(128823,28819,609,1,1,2528,1,2464.16,-6016.52,94.1987,4.97419,360,0,0,891,0,0,0,0,0),(128824,28819,609,1,1,2528,1,2517.07,-5956.88,109.371,3.24631,360,0,0,891,0,0,0,0,0),(128825,28819,609,1,1,2528,1,2526.57,-5950.11,109.551,5.60251,360,0,0,891,0,0,0,0,0),(128826,28819,609,1,1,2528,1,2532.47,-5943,109.877,1.97222,360,0,0,891,0,0,0,0,0),(128827,28819,609,1,1,2528,1,2499.66,-5977.67,96.7527,0.855211,360,0,0,891,0,0,0,0,0),(128828,28819,609,1,1,2528,1,2507.14,-5996.2,100.331,3.52556,360,0,0,891,0,0,0,0,0),(128829,28819,609,1,1,2528,1,2505.15,-5982.52,97.6264,0.959931,360,0,0,891,0,0,0,0,0),(128830,28819,609,1,1,2528,1,2519.51,-5976.06,105.229,3.36848,360,0,0,891,0,0,0,0,0),(128831,28819,609,1,1,2528,1,2476.7,-5971.91,96.3624,1.23918,360,0,0,891,0,0,0,0,0),(128832,28819,609,1,1,2528,1,2534.05,-5980.38,103.653,0.785398,360,0,0,891,0,0,0,0,0),(128833,28819,609,1,1,2528,1,2519.9,-6005.4,104.363,5.16617,360,0,0,891,0,0,0,0,0),(128834,28819,609,1,1,2528,1,2523.45,-5966.65,105.813,6.10865,360,0,0,891,0,0,0,0,0),(128835,28819,609,1,1,2528,1,2465.5,-5928.58,115.593,3.22886,360,0,0,891,0,0,0,0,0),(128836,28819,609,1,1,2528,1,2487.81,-5931.38,117.271,1.309,360,0,0,891,0,0,0,0,0),(128837,28819,609,1,1,2528,1,2474.3,-5926.99,115.979,1.0472,360,0,0,891,0,0,0,0,0),(128838,28819,609,1,1,2528,1,2461.39,-5950.83,115.922,3.9968,360,0,0,891,0,0,0,0,0),(128839,28819,609,1,1,2528,1,2509.34,-5929.94,114.779,1.25664,360,0,0,891,0,0,0,0,0),(128840,28819,609,1,1,2528,1,2461.07,-5935.23,116.284,1.98968,360,0,0,891,0,0,0,0,0),(128841,28819,609,1,1,2528,1,2498.4,-5934.94,115.495,4.29351,360,0,0,891,0,0,0,0,0),(128842,28819,609,1,1,2528,1,2440.4,-5932.44,96.57,5.51524,360,0,0,891,0,0,0,0,0),(128843,28819,609,1,1,2528,1,2445.03,-5904.93,103.039,0.226893,360,0,0,891,0,0,0,0,0),(128844,28819,609,1,1,2528,1,2445.58,-5922.19,100.143,6.05629,360,0,0,891,0,0,0,0,0),(128845,28819,609,1,1,2528,1,2436.31,-5912.19,103.767,3.50811,360,0,0,891,0,0,0,0,0),(128846,28819,609,1,1,2528,1,2434.63,-5929.26,96.9767,2.46091,360,0,0,891,0,0,0,0,0),(128847,28819,609,1,1,2528,1,2427.52,-5947.82,96.3617,6.00393,360,0,0,891,0,0,0,0,0),(128848,28819,609,1,1,2528,1,2421.11,-5934.04,96.6283,1.8326,360,0,0,891,0,0,0,0,0),(128849,28819,609,1,1,2528,1,2422.37,-5967.98,96.6479,4.27606,360,0,0,891,0,0,0,0,0),(128850,28819,609,1,1,2528,1,2409.1,-5943.09,97.219,4.4855,360,0,0,891,0,0,0,0,0),(128851,28819,609,1,1,2528,1,2414.57,-5954.21,98.1787,3.22886,360,0,0,891,0,0,0,0,0),(128852,28819,609,1,1,2528,1,2437.78,-5981.74,97.1232,3.97935,360,0,0,891,0,0,0,0,0),(128853,28819,609,1,1,2528,1,2436.42,-5965.65,96.3953,1.36136,360,0,0,891,0,0,0,0,0),(128854,28819,609,1,1,2528,1,2465.79,-5963.39,97.6519,0.558505,360,0,0,891,0,0,0,0,0),(128855,28819,609,1,1,2528,1,2426.66,-5959.67,97.2492,0.436332,360,0,0,891,0,0,0,0,0),(128856,28819,609,1,1,2528,1,2434.15,-5974.69,96.3418,3.90954,360,0,0,891,0,0,0,0,0),(128857,28819,609,1,1,2528,1,2460.27,-5950.55,96.0507,1.02974,360,0,0,891,0,0,0,0,0),(128858,28819,609,1,1,2528,1,2446.92,-5960.85,96.5203,3.14159,360,0,0,891,0,0,0,0,0),(128859,28819,609,1,1,2528,1,2458.37,-5990.88,96.7546,4.74729,360,0,0,891,0,0,0,0,0),(128860,28821,609,1,1,25703,0,2419.72,-5942.17,96.5599,4.40055,360,0,0,42,0,0,0,0,0),(128861,28821,609,1,1,25703,0,2384.74,-5908.01,109.173,2.7571,360,0,0,42,0,0,0,0,0),(128862,28821,609,1,1,25703,0,2408.29,-5918.98,110.699,2.93112,360,0,0,42,0,0,0,0,0),(128863,28821,609,1,1,25703,0,2470.5,-5930.94,115.887,2.01183,360,0,0,42,0,0,0,0,0),(128864,28821,609,1,1,25703,0,2519.07,-5961.48,107.439,1.73317,360,0,0,42,0,0,0,0,0),(128865,28821,609,1,1,25703,0,2451.14,-5911.06,113.017,3.195,360,0,0,42,0,0,0,0,0),(128866,28821,609,1,1,25703,0,2436.07,-5893.09,104.606,5.09916,360,0,0,42,0,0,0,0,0),(128867,28821,609,1,1,25703,0,2392.9,-5932.47,110.954,2.25148,360,0,0,42,0,0,0,0,0),(128868,28821,609,1,1,25703,0,2477.86,-5930.89,116.103,3.89208,360,0,0,42,0,0,0,0,0),(128869,28821,609,1,1,25703,0,2431.82,-5884.38,104.739,1.43117,360,0,0,42,0,0,0,0,0),(128870,28821,609,1,1,25703,0,2450.51,-5956.79,96.0638,6.17846,360,0,0,42,0,0,0,0,0),(128871,28821,609,1,1,25703,0,2393.37,-5912.72,110.304,2.44346,360,0,0,42,0,0,0,0,0),(128872,28821,609,1,1,25703,0,2523.76,-5973.45,105.14,2.05674,360,0,0,42,0,0,0,0,0),(128873,28821,609,1,1,25703,0,2410.78,-5930.6,113.883,6.14356,360,0,0,42,0,0,0,0,0),(128874,28821,609,1,1,25703,0,2418.08,-5919.31,111.58,5.77704,360,0,0,42,0,0,0,0,0),(128875,28821,609,1,1,25703,0,2434.72,-5889.79,104.987,5.30943,360,0,0,42,0,0,0,0,0),(128876,28821,609,1,1,25703,0,2538.37,-5995.51,103.085,6.10865,360,0,0,42,0,0,0,0,0),(128877,28821,609,1,1,25703,0,2460.33,-5911.51,112.818,2.42315,360,0,0,42,0,0,0,0,0),(128878,28821,609,1,1,25703,0,2372.34,-5909.64,108.217,3.10446,360,0,0,42,0,0,0,0,0),(128879,28821,609,1,1,25703,0,2216.13,-6019.72,9.13553,4.03567,360,0,0,42,0,0,0,0,0),(128880,28821,609,1,1,25703,0,2300.74,-5910.45,86.8895,4.0314,360,0,0,42,0,0,0,0,0),(128881,28821,609,1,1,25703,0,2349.76,-5907.04,104.354,3.00052,360,0,0,42,0,0,0,0,0),(128882,28821,609,1,1,25703,0,2365.63,-5909.21,107.103,2.93913,360,0,0,42,0,0,0,0,0),(128883,28821,609,1,1,25703,0,2345.41,-5904.19,103.429,3.02802,360,0,0,42,0,0,0,0,0),(128884,28821,609,1,1,25703,0,2393.6,-5915.44,110.315,2.90894,360,0,0,42,0,0,0,0,0),(128885,28822,609,1,1,25709,0,2418.53,-5945.32,96.7683,4.73256,360,5,0,891,0,1,0,0,0),(128886,28822,609,1,1,25709,0,2381.9,-5907.12,108.816,3.07905,360,5,0,891,0,1,0,0,0),(128887,28822,609,1,1,25709,0,2405.31,-5918.26,110.546,2.91296,360,5,0,891,0,1,0,0,0),(128888,28822,609,1,1,25709,0,2469.28,-5927.18,115.011,2.03413,360,5,0,891,0,1,0,0,0),(128889,28822,609,1,1,25709,0,2522.21,-5954.26,108.497,1.28314,360,5,0,891,0,1,0,0,0),(128890,28822,609,1,1,25709,0,2450.4,-5911.1,113.097,3.11191,360,5,0,891,0,1,0,0,0),(128891,28822,609,1,1,25709,0,2438.58,-5903.08,103.316,4.99496,360,5,0,891,0,1,0,0,0),(128892,28822,609,1,1,25709,0,2389.83,-5928.23,110.395,0.226893,360,0,0,891,0,0,0,0,0),(128893,28822,609,1,1,25709,0,2476.29,-5932.71,115.954,1.13446,360,0,0,891,0,0,0,0,0),(128894,28822,609,1,1,25709,0,2433.06,-5886.45,104.694,4.31096,360,0,0,891,0,0,0,0,0),(128895,28822,609,1,1,25709,0,2452.76,-5959.37,96.2271,0.925025,360,0,0,891,0,0,0,0,0),(128896,28822,609,1,1,25709,0,2390.2,-5910.26,109.99,2.33874,360,0,0,891,0,0,0,0,0),(128897,28822,609,1,1,25709,0,2527.89,-5979.99,103.519,2.11874,360,5,0,891,0,1,0,0,0),(128898,28822,609,1,1,25709,0,2409.43,-5927.6,112.395,0.349066,360,0,0,891,0,0,0,0,0),(128899,28822,609,1,1,25709,0,2416.01,-5920.75,111.375,3.40339,360,0,0,891,0,0,0,0,0),(128900,28822,609,1,1,25709,0,2434.72,-5889.79,104.994,5.30949,360,5,0,891,0,1,0,0,0),(128901,28822,609,1,1,25709,0,2537.21,-5993.02,103.205,1.67552,360,0,0,891,0,0,0,0,0),(128902,28822,609,1,1,25709,0,2460.19,-5911.39,112.836,2.12032,360,5,0,891,0,1,0,0,0),(128903,28822,609,1,1,25709,0,2369.34,-5909.52,107.785,3.10381,360,5,0,891,0,1,0,0,0),(128904,28822,609,1,1,25709,0,2214.26,-6022.09,8.54118,4.0439,360,5,0,891,0,1,0,0,0),(128905,28822,609,1,1,25709,0,2299.28,-5912.82,85.5989,4.17532,360,5,0,891,0,1,0,0,0),(128906,28822,609,1,1,25709,0,2346.78,-5906.62,103.873,3.00052,360,5,0,891,0,1,0,0,0),(128907,28822,609,1,1,25709,0,2362.66,-5908.7,106.533,2.98271,360,5,0,891,0,1,0,0,0),(128908,28822,609,1,1,25709,0,2342.42,-5903.85,102.898,3.0222,360,5,0,891,0,1,0,0,0),(128909,28822,609,1,1,25709,0,2390.66,-5914.74,110.111,2.90894,360,5,0,891,0,1,0,0,0),(128910,28576,609,1,1,25559,0,1871.42,-5910.4,104.014,3.46983,360,5,0,811,852,1,0,0,0),(128911,28576,609,1,1,25559,0,1769.85,-5921.99,116.103,2.84568,360,5,0,811,852,1,0,0,0),(128912,28576,609,1,1,25561,0,1945.86,-5759.13,104.194,3.36619,360,5,0,811,852,1,0,0,0),(128913,28576,609,1,1,25558,0,2162.66,-5749.84,101.177,3.92687,360,5,0,811,852,1,0,0,0),(128914,28576,609,1,1,25559,0,2130.66,-5716.34,100.777,0.872665,360,0,0,811,852,0,0,0,0),(128915,28576,609,1,1,25559,0,2180.11,-5859.25,101.911,2.92102,360,5,0,811,852,1,0,0,0),(128916,28576,609,1,1,25558,0,2144.63,-5754.65,99.6984,0.383972,360,0,0,811,852,0,0,0,0),(128917,28576,609,1,1,25561,0,2222.63,-5797.63,101.302,3.54829,360,5,0,811,852,1,0,0,0),(128918,28576,609,1,1,25561,0,2165.95,-5746.55,101.276,3.92687,360,5,0,811,852,1,0,0,0),(128919,28576,609,1,1,25560,0,2159.18,-5892.81,101.401,2.0744,360,5,0,811,852,1,0,0,0),(128920,28576,609,1,1,25558,0,2169.45,-5799.3,101.319,3.92702,360,5,0,811,852,1,0,0,0),(128921,28576,609,1,1,25559,0,2098.45,-5750.51,99.7669,3.92652,360,5,0,811,852,1,0,0,0),(128922,28576,609,1,1,25558,0,2110.93,-5744.98,99.6614,5.06318,360,5,0,811,852,1,0,0,0),(128923,28576,609,1,1,25561,0,2119.61,-5800.78,99.914,4.95784,360,5,0,811,852,1,0,0,0),(128924,28576,609,1,1,25561,0,1924.9,-5809.07,100.266,3.09637,360,5,0,811,852,1,0,0,0),(128925,28576,609,1,1,25560,0,2063.19,-5895.54,104.936,3.62052,360,0,0,811,852,0,0,0,0),(128926,28576,609,1,1,25561,0,1923.45,-5843.77,100.237,3.94444,360,0,0,811,852,0,0,0,0),(128927,28576,609,1,1,25558,0,1959.51,-5809.41,101.222,1.48353,360,0,0,811,852,0,0,0,0),(128928,28576,609,1,1,25559,0,2084.42,-5841.19,103.182,3.13183,360,5,0,811,852,1,0,0,0),(128929,28576,609,1,1,25559,0,2021.29,-5751.28,99.47,3.03648,360,5,0,811,852,1,0,0,0),(128930,28576,609,1,1,25560,0,2039.62,-5753.59,98.8749,3.0222,360,5,0,811,852,1,0,0,0),(128931,28576,609,1,1,25558,0,2111.78,-5870.67,102.857,3.61179,360,5,0,811,852,1,0,0,0),(128932,28576,609,1,1,25559,0,2088.5,-5902.36,105.783,1.97222,360,0,0,811,852,0,0,0,0),(128933,28576,609,1,1,25558,0,2169.27,-5834.93,101.562,3.81041,360,5,0,811,852,1,0,0,0),(128934,28576,609,1,1,25560,0,2059.75,-5895.67,105.073,3.53443,360,5,0,811,852,1,0,0,0),(128935,28576,609,1,1,25561,0,2146.41,-5916.39,99.3358,1.12898,360,5,0,811,852,1,0,0,0),(128936,28576,609,1,1,25561,0,1949.53,-5791.15,100.763,6.0912,360,0,0,811,852,0,0,0,0),(128937,28576,609,1,1,25558,0,2129.95,-5820.85,100.946,0.890118,360,0,0,811,852,0,0,0,0),(128938,28576,609,1,1,25561,0,2176.7,-5816.38,101.429,3.29867,360,0,0,811,852,0,0,0,0),(128939,28576,609,1,1,25558,0,2137.47,-5780.53,99.2183,4.79965,360,0,0,811,852,0,0,0,0),(128940,28576,609,1,1,25560,0,2142.39,-5762.27,99.111,0.733038,360,0,0,811,852,0,0,0,0),(128941,28576,609,1,1,25560,0,2157.83,-5820.38,101.81,4.67748,360,0,0,811,852,0,0,0,0),(128942,28576,609,1,1,25559,0,2212.77,-5779.69,101.762,4.63924,360,5,0,811,852,1,0,0,0),(128943,28576,609,1,1,25558,0,2236.27,-5741.05,102.359,3.87463,360,0,0,811,852,0,0,0,0),(128944,28576,609,1,1,25560,0,2187.79,-5771.69,101.541,4.24962,360,5,0,811,852,1,0,0,0),(128945,28576,609,1,1,25558,0,2194.74,-5787.16,101.433,3.30699,360,5,0,811,852,1,0,0,0),(128946,28576,609,1,1,25559,0,2262.52,-5820.31,101.287,3.27285,360,5,0,811,852,1,0,0,0),(128947,28576,609,1,1,25561,0,2178.78,-5776.9,101.459,4.18879,360,0,0,811,852,0,0,0,0),(128948,28576,609,1,1,25559,0,2256,-5804.26,101.025,3.54302,360,0,0,811,852,0,0,0,0),(128949,28576,609,1,1,25560,0,2284.71,-5817.38,101.023,6.0912,360,0,0,811,852,0,0,0,0),(128950,28576,609,1,1,25560,0,2249.26,-5824.91,101.193,3.0172,360,5,0,811,852,1,0,0,0),(128951,28576,609,1,1,25560,0,2324.83,-5881.21,101.233,2.89653,360,5,0,811,852,1,0,0,0),(128952,28576,609,1,1,25559,0,2278.16,-5845.06,101.018,0.959931,360,0,0,811,852,0,0,0,0),(128953,28576,609,1,1,25559,0,2144.89,-5853.44,101.518,3.62097,360,5,0,811,852,1,0,0,0),(128954,28576,609,1,1,25561,0,2117.95,-5867.44,102.418,3.62095,360,5,0,811,852,1,0,0,0),(128955,28576,609,1,1,25559,0,2208.53,-5802,101.39,2.88105,360,5,0,811,852,1,0,0,0),(128956,28576,609,1,1,25561,0,2198.1,-5758.33,101.98,3.14159,360,5,0,811,852,1,0,0,0),(128957,28576,609,1,1,25558,0,2277.66,-5789.44,101.435,3.45705,360,5,0,811,852,1,0,0,0),(128958,28577,609,1,1,25556,0,1727.46,-5872.84,116.247,0.969836,360,0,0,811,852,0,0,0,0),(128959,28577,609,1,1,25555,0,1722.33,-5898.53,116.247,2.69801,360,0,0,811,852,0,0,0,0),(128960,28577,609,1,1,25557,0,1931.11,-5911.16,101.534,3.73673,360,5,0,811,852,1,0,0,0),(128961,28577,609,1,1,25555,0,2333.52,-5890.04,101.724,2.89282,360,5,0,811,852,1,0,0,0),(128962,28577,609,1,1,25556,0,2196.48,-5874.97,100.978,2.28705,360,5,0,811,852,1,0,0,0),(128963,28577,609,1,1,25557,0,2083.89,-5810.31,103.456,3.4383,360,0,0,811,852,0,0,0,0),(128964,28577,609,1,1,25557,0,2212.77,-5779.69,101.762,3.65188,360,5,0,811,852,1,0,0,0),(128965,28577,609,1,1,25554,0,2104.02,-5721.01,100.347,5.98648,360,0,0,811,852,0,0,0,0),(128966,28577,609,1,1,25556,0,2117.3,-5791.53,99.2722,2.559,360,5,0,811,852,1,0,0,0),(128967,28577,609,1,1,25557,0,2161.34,-5870.42,101.37,2.24546,360,5,0,811,852,1,0,0,0),(128968,28577,609,1,1,25554,0,2170.22,-5777.69,101.588,3.92707,360,5,0,811,852,1,0,0,0),(128969,28577,609,1,1,25556,0,2178.71,-5830.45,101.692,3.74843,360,5,0,811,852,1,0,0,0),(128970,28577,609,1,1,25554,0,2082.04,-5841.17,103.118,3.13183,360,5,0,811,852,1,0,0,0),(128971,28577,609,1,1,25556,0,2041.31,-5844.4,100.458,3.27352,360,5,0,811,852,1,0,0,0),(128972,28577,609,1,1,25557,0,2019.49,-5905.63,104.647,3.08886,360,5,0,811,852,1,0,0,0),(128973,28577,609,1,1,25554,0,1965.97,-5833.76,100.843,4.08407,360,0,0,811,852,0,0,0,0),(128974,28577,609,1,1,25557,0,2070.81,-5891.54,104.549,3.62271,360,5,0,811,852,1,0,0,0),(128975,28577,609,1,1,25555,0,2035.54,-5878.34,103.873,3.56047,360,0,0,811,852,0,0,0,0),(128976,28577,609,1,1,25554,0,2099.82,-5874.71,103.5,3.66332,360,0,0,811,852,0,0,0,0),(128977,28577,609,1,1,25554,0,1986.33,-5754.74,100.535,3.81359,360,5,0,811,852,1,0,0,0),(128978,28577,609,1,1,25557,0,2009.93,-5756.94,100.799,3.00237,360,5,0,811,852,1,0,0,0),(128979,28577,609,1,1,25555,0,2101.7,-5781.05,99.1669,2.57391,360,5,0,811,852,1,0,0,0),(128980,28577,609,1,1,25555,0,2043.09,-5902.63,105.198,3.53325,360,5,0,811,852,1,0,0,0),(128981,28577,609,1,1,25555,0,1949.53,-5791.15,100.763,5.1612,360,5,0,811,852,1,0,0,0),(128982,28577,609,1,1,25556,0,2126.96,-5838.18,101.536,3.24729,360,5,0,811,852,1,0,0,0),(128983,28577,609,1,1,25554,0,2238,-5842.53,101.654,2.69105,360,5,0,811,852,1,0,0,0),(128984,28577,609,1,1,25555,0,2169.01,-5864.28,101.431,5.2709,360,0,0,811,852,0,0,0,0),(128985,28577,609,1,1,25554,0,2267.15,-5886.14,101.37,2.80533,360,5,0,811,852,1,0,0,0),(128986,28577,609,1,1,25554,0,1934.37,-5850.41,100.794,5.7369,360,5,0,811,852,1,0,0,0),(128987,28577,609,1,1,25556,0,2156.11,-5713.98,102.25,5.88176,360,0,0,811,852,0,0,0,0),(128988,28577,609,1,1,25556,0,2246.22,-5872.2,101.342,2.57958,360,5,0,811,852,1,0,0,0),(128989,28577,609,1,1,25556,0,2097.99,-5812.91,100.679,0.453786,360,0,0,811,852,0,0,0,0),(128990,28577,609,1,1,25557,0,2265.53,-5851.13,101.123,0.05236,360,0,0,811,852,0,0,0,0),(128991,28577,609,1,1,25556,0,2164.74,-5922.08,100.216,2.46136,360,5,0,811,852,1,0,0,0),(128992,28577,609,1,1,25556,0,2283.54,-5820.32,101.059,4.33415,360,5,0,811,852,1,0,0,0),(128993,28577,609,1,1,25556,0,2213.23,-5777.75,101.706,3.81636,360,5,0,811,852,1,0,0,0),(128994,28577,609,1,1,25557,0,2204.45,-5759,102.139,4.01426,360,0,0,811,852,0,0,0,0),(128995,28577,609,1,1,25555,0,2208.45,-5787.59,101.581,3.26377,360,0,0,811,852,0,0,0,0),(128996,28577,609,1,1,25555,0,2227.02,-5750.6,102.253,3.82227,360,0,0,811,852,0,0,0,0),(128997,28577,609,1,1,25554,0,2258.52,-5822.99,101.054,0.191986,360,0,0,811,852,0,0,0,0),(128998,28577,609,1,1,25555,0,2253.14,-5829.1,101.184,2.22545,360,5,0,811,852,1,0,0,0),(128999,28577,609,1,1,25555,0,2240.29,-5923.61,98.8092,2.89634,360,5,0,811,852,1,0,0,0),(129000,28577,609,1,1,25556,0,2284.71,-5817.38,101.023,4.33415,360,5,0,811,852,1,0,0,0),(129001,28577,609,1,1,25555,0,2150.01,-5844.77,101.537,4.40198,360,5,0,811,852,1,0,0,0),(129002,28834,609,1,1,25740,1,2232.49,-6065.38,5.97135,1.81514,20,0,0,13070,0,0,0,0,0),(129003,28834,609,1,1,25740,1,2222.84,-6063.24,6.30011,1.62316,20,0,0,13070,0,0,0,0,0),(129004,28834,609,1,1,25740,1,2208.5,-6069.13,4.83021,1.36136,20,0,0,13070,0,0,0,0,0),(129005,28834,609,1,1,25740,1,2216.07,-6066.78,5.81785,1.50098,20,0,0,13070,0,0,0,0,0),(129006,28834,609,1,1,25740,1,2225.34,-6072.09,5.84429,1.65806,20,0,0,13070,0,0,0,0,0),(129007,28834,609,1,1,25740,1,2139.61,-6072.14,5.63208,0.593412,20,0,0,13070,0,0,0,0,0),(129008,28834,609,1,1,25740,1,2120.08,-6072.29,5.01961,0.383972,20,0,0,13070,0,0,0,0,0),(129009,28834,609,1,1,25740,1,2114.34,-6070.87,5.01137,0.314159,20,0,0,13070,0,0,0,0,0),(129010,28834,609,1,1,25740,1,2139.28,-6079.58,5.61062,0.767945,20,0,0,13070,0,0,0,0,0),(129011,28834,609,1,1,25740,1,2133.95,-6072.42,5.49766,0.523599,20,0,0,13070,0,0,0,0,0),(129012,28834,609,1,1,25740,1,2128.79,-6073.01,5.31333,0.471239,20,0,0,13070,0,0,0,0,0),(129013,28834,609,1,1,25740,1,2216.72,-6075.66,4.54725,1.51844,20,0,0,13070,0,0,0,0,0),(129014,28834,609,1,1,25740,1,2208.95,-6077.9,4.10832,1.39626,20,0,0,13070,0,0,0,0,0),(129015,28834,609,1,1,25740,1,2217.87,-6086.33,4.25974,1.53589,20,0,0,13070,0,0,0,0,0),(129016,28834,609,1,1,25740,1,2198.27,-6095.94,1.95652,1.309,20,0,0,13070,0,0,0,0,0),(129017,28834,609,1,1,25740,1,2238.46,-6050.95,6.35809,2.04204,20,0,0,13070,0,0,0,0,0),(129018,28834,609,1,1,25740,1,2239.52,-6060.53,5.76684,1.97222,20,0,0,13070,0,0,0,0,0),(129019,28834,609,1,1,25740,1,2230.65,-6055.43,6.16701,1.81514,20,0,0,13070,0,0,0,0,0),(129020,28834,609,1,1,25740,1,2208.84,-6057.43,6.22801,0.778283,20,5,0,13070,0,1,0,0,0),(129021,28834,609,1,1,25740,1,2190.42,-6105.63,1.03959,1.25664,20,0,0,13070,0,0,0,0,0),(129022,28834,609,1,1,25740,1,2133.26,-6083.12,5.65078,0.733038,20,0,0,13070,0,0,0,0,0),(129023,28834,609,1,1,25740,1,2190.8,-6097.51,1.49996,1.22173,20,0,0,13070,0,0,0,0,0),(129024,28834,609,1,1,25740,1,2165.12,-6130.93,1.03225,4.07482,20,5,0,13070,0,1,0,0,0),(129025,28834,609,1,1,25740,1,2174.67,-6103.8,2.70244,1.76278,20,0,0,13070,0,0,0,0,0),(129026,28834,609,1,1,25740,1,2204.77,-6101.7,1.85849,1.39626,20,0,0,13070,0,0,0,0,0),(129027,28834,609,1,1,25740,1,2204.62,-6093.76,1.97343,1.37881,20,0,0,13070,0,0,0,0,0),(129028,28834,609,1,1,25740,1,2211.12,-6091.3,3.77415,1.44862,20,0,0,13070,0,0,0,0,0),(129029,28834,609,1,1,25740,1,2196.01,-6128.6,3.5486,1.36136,20,0,0,13070,0,0,0,0,0),(129030,28834,609,1,1,25740,1,2211.02,-6099.94,3.25773,1.46608,20,0,0,13070,0,0,0,0,0),(129031,28834,609,1,1,25740,1,2198.03,-6104.81,1.41407,1.32645,20,0,0,13070,0,0,0,0,0),(129032,28834,609,1,1,25740,1,2166.23,-6117.86,1.72605,1.58825,20,0,0,13070,0,0,0,0,0),(129033,28834,609,1,1,25740,1,2195.63,-6153.88,4.40091,1.39626,20,0,0,13070,0,0,0,0,0),(129034,28834,609,1,1,25740,1,2192.68,-6148.8,4.90112,1.37881,20,0,0,13070,0,0,0,0,0),(129035,28834,609,1,1,25740,1,2216.21,-6096.95,4.26725,1.53589,20,0,0,13070,0,0,0,0,0),(129036,28834,609,1,1,25740,1,2119.09,-6081.12,5.08276,0.523599,20,0,0,13070,0,0,0,0,0),(129037,28834,609,1,1,25740,1,2124.29,-6082.75,5.36997,0.610865,20,0,0,13070,0,0,0,0,0),(129038,28834,609,1,1,25740,1,2128.34,-6083.49,5.54912,0.663225,20,0,0,13070,0,0,0,0,0),(129039,28834,609,1,1,25740,1,2118.88,-6100.71,6.00054,0.785398,20,0,0,13070,0,0,0,0,0),(129040,28834,609,1,1,25740,1,2112.39,-6099.1,5.55127,0.698132,20,0,0,13070,0,0,0,0,0),(129041,28834,609,1,1,25740,1,2165.47,-6100.58,5.54354,1.5708,20,0,0,13070,0,0,0,0,0),(129042,28834,609,1,1,25740,1,2160.17,-6101.8,6.07007,1.48353,20,0,0,13070,0,0,0,0,0),(129043,28834,609,1,1,25740,1,2153.2,-6101.46,6.24737,1.32645,20,0,0,13070,0,0,0,0,0),(129044,28834,609,1,1,25740,1,2148.14,-6100.5,6.22865,1.22173,20,0,0,13070,0,0,0,0,0),(129045,28834,609,1,1,25740,1,2164.48,-6106.48,3.98088,1.5708,20,0,0,13070,0,0,0,0,0),(129046,28834,609,1,1,25740,1,2171.08,-6105.68,2.88154,1.67552,20,0,0,13070,0,0,0,0,0),(129047,28834,609,1,1,25740,1,2137.53,-6100.44,6.01753,1.02974,20,0,0,13070,0,0,0,0,0),(129048,28834,609,1,1,25740,1,2125.63,-6099.81,6.24114,0.855211,20,0,0,13070,0,0,0,0,0),(129049,28834,609,1,1,25740,1,2150.77,-6107.2,5.11238,1.309,20,0,0,13070,0,0,0,0,0),(129050,28834,609,1,1,25740,1,2157.03,-6107.78,4.89685,1.43117,20,0,0,13070,0,0,0,0,0),(129051,28834,609,1,1,25740,1,2095.47,-6115.64,5.84142,0.792344,20,5,0,13070,0,1,0,0,0),(129052,28834,609,1,1,25740,1,2093.67,-6131.28,5.66322,0.820305,20,0,0,13070,0,0,0,0,0),(129053,28834,609,1,1,25740,1,2097.06,-6135.45,5.37241,0.872665,20,0,0,13070,0,0,0,0,0),(129054,28834,609,1,1,25740,1,2130.93,-6100.48,6.09616,0.942478,20,0,0,13070,0,0,0,0,0),(129055,28834,609,1,1,25740,1,2140.11,-6107.51,4.64854,1.13446,20,0,0,13070,0,0,0,0,0),(129056,28834,609,1,1,25740,1,2099.01,-6124.75,6.15348,0.820305,20,0,0,13070,0,0,0,0,0),(129057,28834,609,1,1,25740,1,2096.22,-6129.03,5.87749,0.837758,20,0,0,13070,0,0,0,0,0),(129058,28834,609,1,1,25740,1,2103.99,-6128.84,6.42907,0.890118,20,0,0,13070,0,0,0,0,0),(129059,28834,609,1,1,25740,1,2106.96,-6125.1,7.0538,0.890118,20,0,0,13070,0,0,0,0,0),(129060,28834,609,1,1,25740,1,2113.02,-6133.07,6.04212,0.994838,20,0,0,13070,0,0,0,0,0),(129061,28834,609,1,1,25740,1,2147.53,-6121.4,1.31602,1.32645,20,0,0,13070,0,0,0,0,0),(129062,28834,609,1,1,25740,1,2150.84,-6121.58,1.39524,1.36136,20,0,0,13070,0,0,0,0,0),(129063,28834,609,1,1,25740,1,2155.33,-6122.13,1.42678,1.43117,20,0,0,13070,0,0,0,0,0),(129064,28834,609,1,1,25740,1,2160.38,-6122.58,1.3469,1.51844,20,0,0,13070,0,0,0,0,0),(129065,28834,609,1,1,25740,1,2165.8,-6122.4,1.32386,1.5708,20,0,0,13070,0,0,0,0,0),(129066,28834,609,1,1,25740,1,2160.89,-6117.77,1.89524,1.51844,20,0,0,13070,0,0,0,0,0),(129067,28834,609,1,1,25740,1,2155.22,-6117.2,2.37608,1.43117,20,0,0,13070,0,0,0,0,0),(129068,28834,609,1,1,25740,1,2148.48,-6117.32,2.233,1.32645,20,0,0,13070,0,0,0,0,0),(129069,28834,609,1,1,25740,1,2124.36,-6134.59,4.58951,1.09956,20,0,0,13070,0,0,0,0,0),(129070,28834,609,1,1,25740,1,2133.44,-6134.82,1.81122,1.20428,20,0,0,13070,0,0,0,0,0),(129071,28834,609,1,1,25740,1,2133.54,-6106.87,5.20683,1.02974,20,0,0,13070,0,0,0,0,0),(129072,28834,609,1,1,25740,1,2142.83,-6116.82,2.3975,1.23918,20,0,0,13070,0,0,0,0,0),(129073,28834,609,1,1,25740,1,2134.74,-6118.24,3.85029,1.13446,20,0,0,13070,0,0,0,0,0),(129074,28834,609,1,1,25740,1,2134.68,-6121.26,3.26885,1.15192,20,0,0,13070,0,0,0,0,0),(129075,28834,609,1,1,25740,1,2131.01,-6128.97,3.35594,1.15192,20,0,0,13070,0,0,0,0,0),(129076,28834,609,1,1,25740,1,2127.32,-6129.28,4.73721,1.11701,20,0,0,13070,0,0,0,0,0),(129077,28834,609,1,1,25740,1,2123.52,-6129.32,5.75121,1.06465,20,0,0,13070,0,0,0,0,0),(129078,28834,609,1,1,25740,1,2119.31,-6128.9,6.46035,1.02974,20,0,0,13070,0,0,0,0,0),(129079,28834,609,1,1,25740,1,2114.55,-6128.36,6.72273,0.977384,20,0,0,13070,0,0,0,0,0),(129080,28834,609,1,1,25740,1,2119.56,-6133.92,5.21693,1.06465,20,0,0,13070,0,0,0,0,0),(129081,28834,609,1,1,25740,1,2129.59,-6134.7,3.37743,1.16937,20,0,0,13070,0,0,0,0,0),(129082,28834,609,1,1,25740,1,2111.97,-6106.85,6.27802,0.785398,20,0,0,13070,0,0,0,0,0),(129083,28834,609,1,1,25740,1,2120.79,-6108.83,6.38797,0.890118,20,0,0,13070,0,0,0,0,0),(129084,28834,609,1,1,25740,1,2125.66,-6108.73,6.08758,0.942478,20,0,0,13070,0,0,0,0,0),(129085,28834,609,1,1,25740,1,2104.34,-6116.45,6.67235,0.802851,20,0,0,13070,0,0,0,0,0),(129086,28834,609,1,1,25740,1,2102.03,-6122,6.47676,0.820305,20,0,0,13070,0,0,0,0,0),(129087,28834,609,1,1,25740,1,2100.54,-6132.07,5.89466,0.890118,20,0,0,13070,0,0,0,0,0),(129088,28834,609,1,1,25740,1,2108.07,-6118.6,7.34174,0.855211,20,0,0,13070,0,0,0,0,0),(129089,28834,609,1,1,25740,1,2112.57,-6116.15,7.33787,0.872665,20,0,0,13070,0,0,0,0,0),(129090,28834,609,1,1,25740,1,2116.71,-6115.85,6.98626,0.907571,20,0,0,13070,0,0,0,0,0),(129091,28834,609,1,1,25740,1,2122.4,-6117.19,6.73151,0.977384,20,0,0,13070,0,0,0,0,0),(129092,28834,609,1,1,25740,1,2129,-6118.3,5.60638,1.06465,20,0,0,13070,0,0,0,0,0),(129093,28834,609,1,1,25740,1,2128.49,-6122.93,5.33132,1.0821,20,0,0,13070,0,0,0,0,0),(129094,28834,609,1,1,25740,1,2122.14,-6122.46,6.83877,1.01229,20,0,0,13070,0,0,0,0,0),(129095,28834,609,1,1,25740,1,2116.54,-6122.54,7.0464,0.959931,20,0,0,13070,0,0,0,0,0),(129096,28834,609,1,1,25740,1,2111.9,-6121.84,7.36096,0.907571,20,0,0,13070,0,0,0,0,0),(129097,28834,609,1,1,25740,1,2220.04,-6111.2,4.97671,1.5708,20,0,0,13070,0,0,0,0,0),(129098,28834,609,1,1,25740,1,2290.04,-6109.24,5.60651,2.21657,20,0,0,13070,0,0,0,0,0),(129099,28834,609,1,1,25740,1,2204.03,-6153.76,3.7601,1.46608,20,0,0,13070,0,0,0,0,0),(129100,28834,609,1,1,25740,1,2193.1,-6121.75,1.85509,1.32645,20,0,0,13070,0,0,0,0,0),(129101,28834,609,1,1,25740,1,2250.22,-6094.44,6.24645,1.93731,20,0,0,13070,0,0,0,0,0),(129102,28834,609,1,1,25740,1,2303.99,-6128.93,6.8122,2.19912,20,0,0,13070,0,0,0,0,0),(129103,28834,609,1,1,25740,1,2299.6,-6119.37,6.5756,2.21657,20,0,0,13070,0,0,0,0,0),(129104,28834,609,1,1,25740,1,2223.64,-6092.56,5.22893,1.6057,20,0,0,13070,0,0,0,0,0),(129105,28834,609,1,1,25740,1,2230.19,-6091.99,6.11372,1.69297,20,0,0,13070,0,0,0,0,0),(129106,28834,609,1,1,25740,1,2237.03,-6089.65,6.03326,1.78024,20,0,0,13070,0,0,0,0,0),(129107,28834,609,1,1,25740,1,2239.59,-6096.08,5.91429,1.79769,20,0,0,13070,0,0,0,0,0),(129108,28834,609,1,1,25740,1,2232.57,-6100.15,5.83253,1.71042,20,0,0,13070,0,0,0,0,0),(129109,28834,609,1,1,25740,1,2226.11,-6101.98,5.52264,1.62316,20,0,0,13070,0,0,0,0,0),(129110,28834,609,1,1,25740,1,2170.53,-6099.46,4.47532,1.69297,20,0,0,13070,0,0,0,0,0),(129111,28834,609,1,1,25740,1,2282.75,-6123.25,3.46187,2.09439,20,0,0,13070,0,0,0,0,0),(129112,28834,609,1,1,25740,1,2270.45,-6115.39,4.08432,2.02458,20,0,0,13070,0,0,0,0,0),(129113,28834,609,1,1,25740,1,2264.16,-6117.79,4.46945,1.97222,20,0,0,13070,0,0,0,0,0),(129114,28834,609,1,1,25740,1,2221.18,-6119.18,5.47255,1.5708,20,0,0,13070,0,0,0,0,0),(129115,28834,609,1,1,25740,1,2215.17,-6122.65,5.45922,1.53589,20,0,0,13070,0,0,0,0,0),(129116,28834,609,1,1,25740,1,2209.5,-6125.37,5.33563,1.48353,20,0,0,13070,0,0,0,0,0),(129117,28834,609,1,1,25740,1,2201.06,-6119.57,2.55833,1.39626,20,0,0,13070,0,0,0,0,0),(129118,28834,609,1,1,25740,1,2207.46,-6116.79,3.84344,1.44862,20,0,0,13070,0,0,0,0,0),(129119,28834,609,1,1,25740,1,2213.45,-6114.54,4.67096,1.50098,20,0,0,13070,0,0,0,0,0),(129120,28834,609,1,1,25740,1,2240.84,-6134.04,5.00802,1.72788,20,0,0,13070,0,0,0,0,0),(129121,28834,609,1,1,25740,1,2219.01,-6149.86,2.18588,1.5708,20,0,0,13070,0,0,0,0,0),(129122,28834,609,1,1,25740,1,2223.24,-6140.16,4.29305,1.58825,20,0,0,13070,0,0,0,0,0),(129123,28834,609,1,1,25740,1,2203.39,-6126.89,4.60976,1.43117,20,0,0,13070,0,0,0,0,0),(129124,28834,609,1,1,25740,1,2282.21,-6104.73,6.08352,2.18166,20,0,0,13070,0,0,0,0,0),(129125,28834,609,1,1,25740,1,2277.61,-6113.18,4.55213,2.09439,20,0,0,13070,0,0,0,0,0),(129126,28834,609,1,1,25740,1,2262.37,-6111.89,6.27627,1.97222,20,0,0,13070,0,0,0,0,0),(129127,28834,609,1,1,25740,1,2268.34,-6109.25,6.32985,2.04204,20,0,0,13070,0,0,0,0,0),(129128,28834,609,1,1,25740,1,2275.29,-6107.26,6.17664,2.11185,20,0,0,13070,0,0,0,0,0),(129129,28834,609,1,1,25740,1,2288.61,-6102.26,5.80797,2.23402,20,0,0,13070,0,0,0,0,0),(129130,28834,609,1,1,25740,1,2270.01,-6092.08,5.78798,2.14675,20,0,0,13070,0,0,0,0,0),(129131,28834,609,1,1,25740,1,2263.74,-6095.56,6.35062,2.05949,20,0,0,13070,0,0,0,0,0),(129132,28834,609,1,1,25740,1,2283.25,-6134.38,3.10031,2.05949,20,0,0,13070,0,0,0,0,0),(129133,28834,609,1,1,25740,1,2289.84,-6133.05,4.2179,2.09439,20,0,0,13070,0,0,0,0,0),(129134,28834,609,1,1,25740,1,2290.36,-6121,5.02638,2.14675,20,0,0,13070,0,0,0,0,0),(129135,28834,609,1,1,25740,1,2274.23,-6124.78,2.24121,2.02458,20,0,0,13070,0,0,0,0,0),(129136,28834,609,1,1,25740,1,2284.24,-6111.39,5.12157,2.16421,20,0,0,13070,0,0,0,0,0),(129137,28834,609,1,1,25740,1,2256.51,-6090.92,6.22648,2.02458,20,0,0,13070,0,0,0,0,0),(129138,28834,609,1,1,25740,1,2258.92,-6097.8,6.50415,2.00713,20,0,0,13070,0,0,0,0,0),(129139,28834,609,1,1,25740,1,2253.74,-6100.37,6.45154,1.93731,20,0,0,13070,0,0,0,0,0),(129140,28834,609,1,1,25740,1,2216.48,-6145.1,3.29064,1.55334,20,0,0,13070,0,0,0,0,0),(129141,28834,609,1,1,25740,1,2209.67,-6147.75,4.24387,1.50098,20,0,0,13070,0,0,0,0,0),(129142,28834,609,1,1,25740,1,2202.68,-6148.97,4.79233,1.44862,20,0,0,13070,0,0,0,0,0),(129143,28834,609,1,1,25740,1,2210.97,-6152.05,3.13738,1.51844,20,0,0,13070,0,0,0,0,0),(129144,28834,609,1,1,25740,1,2226.15,-6147.15,2.47284,1.6057,20,0,0,13070,0,0,0,0,0),(129145,28834,609,1,1,25740,1,2254.39,-6139.05,2.3547,1.8326,20,0,0,13070,0,0,0,0,0),(129146,28834,609,1,1,25740,1,2241.02,-6140.36,3.46894,1.75938,20,5,0,13070,0,1,0,0,0),(129147,28834,609,1,1,25740,1,2252.7,-6131.4,4.24744,1.8326,20,0,0,13070,0,0,0,0,0),(129148,28834,609,1,1,25740,1,2260.95,-6137.85,3.01502,1.88496,20,0,0,13070,0,0,0,0,0),(129149,28834,609,1,1,25740,1,2239.16,-6141.73,2.99271,1.71042,20,0,0,13070,0,0,0,0,0),(129150,28834,609,1,1,25740,1,2247.07,-6140.6,2.33319,1.78024,20,0,0,13070,0,0,0,0,0),(129151,28834,609,1,1,25740,1,2186.63,-6116.85,1.41313,1.61286,20,5,0,13070,0,1,0,0,0),(129152,28834,609,1,1,25740,1,2304.2,-6137.94,6.06927,2.16421,20,0,0,13070,0,0,0,0,0),(129153,28834,609,1,1,25740,1,2254.01,-6124.65,5.83111,2.80998,20,0,0,13070,0,0,0,0,0),(129154,28834,609,1,1,25740,1,2275.98,-6135.44,1.73578,2.00713,20,0,0,13070,0,0,0,0,0),(129155,28839,609,1,1,24719,0,2217.69,-6168.67,1.01681,2.33874,360,5,0,8982,0,1,0,0,0),(129156,28839,609,1,1,24719,0,2130.47,-6145.42,1.78382,2.35619,360,5,0,8982,0,1,0,0,0),(129157,28839,609,1,1,24719,0,2156.84,-6158.9,1.98375,2.46091,360,5,0,8982,0,1,0,0,0),(129158,28839,609,1,1,24719,0,2163.13,-6170.75,0.8262,5.2709,360,5,0,8982,0,1,0,0,0),(129159,28839,609,1,1,24719,0,2102.21,-6139.05,4.9216,5.09636,360,5,0,8982,0,1,0,0,0),(129160,28839,609,1,1,24719,0,2236.89,-6165.4,1.02504,5.86431,360,5,0,8982,0,1,0,0,0),(129161,28839,609,1,1,24719,0,2114.76,-6140.53,4.4889,0.558505,360,5,0,8982,0,1,0,0,0),(129162,28839,609,1,1,24719,0,2236.39,-6156.34,1.69335,0.383972,360,5,0,8982,0,1,0,0,0),(129163,28839,609,1,1,24719,0,2145.65,-6152.33,1.03269,5.2709,360,5,0,8982,0,1,0,0,0),(129165,28594,609,1,1,25545,1,1488.34,-5813.33,131.335,1.72098,360,5,0,1717,4765,1,0,0,0),(129166,28850,609,1,1,3127,0,2322.22,-5996.53,57.142,2.44346,360,0,0,13070,0,0,0,0,0),(129167,28850,609,1,1,3127,0,2319.05,-6015.3,56.6754,2.14675,360,0,0,13070,0,0,0,0,0),(129168,28594,609,1,1,25546,1,1433.52,-5842.07,131.326,2.33314,360,5,0,1717,4765,1,0,0,0),(129169,28594,609,1,1,25547,1,1360.45,-5683.81,138.661,5.71783,360,0,0,1717,4765,0,0,0,0),(129170,28594,609,1,1,25548,1,1378.12,-5696.32,137.967,5.67016,360,5,0,1717,4765,1,0,0,0),(129171,28594,609,1,1,25545,1,1390.57,-5703.68,136.319,5.42385,360,5,0,1717,4765,1,0,0,0),(129172,28850,609,1,1,3127,0,2346.96,-5991.77,57.0106,2.96706,360,0,0,13070,0,0,0,0,0),(129173,28850,609,1,1,3127,0,2201.88,-6021.94,8.32318,0.698132,360,0,0,13070,0,0,0,0,0),(129174,28850,609,1,1,3127,0,2200.05,-6080.34,2.92569,1.27409,360,0,0,13070,0,0,0,0,0),(129175,28850,609,1,1,3127,0,2232.84,-6080.35,6.30116,1.76278,360,0,0,13070,0,0,0,0,0),(129176,28850,609,1,1,3127,0,2236.29,-6047.2,6.55281,1.53589,360,0,0,13070,0,0,0,0,0),(129177,28850,609,1,1,3127,0,2226.86,-6041.67,6.61973,1.41372,360,0,0,13070,0,0,0,0,0),(129178,28850,609,1,1,3127,0,2135.75,-6093.2,6.13887,0.750492,360,0,0,13070,0,0,0,0,0),(129179,28850,609,1,1,3127,0,2262.74,-6086.28,5.73654,2.11185,360,0,0,13070,0,0,0,0,0),(129180,28850,609,1,1,3127,0,2098.56,-6114.99,5.94551,0.680678,360,0,0,13070,0,0,0,0,0),(129181,28850,609,1,1,3127,0,2164.96,-6136.24,1.17301,1.15192,360,0,0,13070,0,0,0,0,0),(129182,28850,609,1,1,3127,0,2128.25,-6134.11,3.82621,0.907571,360,0,0,13070,0,0,0,0,0),(129183,28850,609,1,1,3127,0,2206.59,-6137.73,5.45446,1.46608,360,0,0,13070,0,0,0,0,0),(129184,28850,609,1,1,3127,0,2295.77,-6126.52,6.19526,2.16421,360,0,0,13070,0,0,0,0,0),(129185,28850,609,1,1,3127,0,2231.65,-6134.98,4.72794,1.65806,360,0,0,13070,0,0,0,0,0),(129186,28850,609,1,1,3127,0,2175.58,-6082.19,5.2366,0.977384,360,0,0,13070,0,0,0,0,0),(129187,28850,609,1,1,3127,0,2266.38,-6130.26,2.40653,1.95477,360,0,0,13070,0,0,0,0,0),(129188,28856,609,1,1,25507,1,2290.14,-5953.86,61.0886,1.29825,360,0,0,13070,0,0,0,0,0),(129189,28856,609,1,1,25510,1,2334.27,-6026.91,56.8732,2.44346,360,0,0,13070,0,0,0,0,0),(129190,28856,609,1,1,25510,1,2290.15,-5991.55,65.3881,2.16421,360,0,0,13070,0,0,0,0,0),(129191,28856,609,1,1,25509,1,2243.23,-5996.47,30.2047,1.39626,360,0,0,13070,0,0,0,0,0),(129192,28856,609,1,1,25510,1,2317.49,-5979.16,63.8094,2.37365,360,0,0,13070,0,0,0,0,0),(129193,28856,609,1,1,25507,1,2271.42,-5978.4,47.8941,0.959931,360,0,0,13070,0,0,0,0,0),(129194,28856,609,1,1,25507,1,2240.22,-5974.13,39.9357,0.279253,360,0,0,13070,0,0,0,0,0),(129195,28856,609,1,1,25509,1,2229.02,-5989.42,29.8947,1.0472,360,0,0,13070,0,0,0,0,0),(129196,28856,609,1,1,25507,1,2282.09,-5978.66,54.8484,1.32645,360,0,0,13070,0,0,0,0,0),(129197,28856,609,1,1,25508,1,2258.89,-5981.17,41.115,0.733038,360,0,0,13070,0,0,0,0,0),(129198,28856,609,1,1,25510,1,2300.48,-5956.54,76.111,2.09439,360,0,0,13070,0,0,0,0,0),(129199,28856,609,1,1,25508,1,2351.71,-6005.81,57.0106,2.49582,360,0,0,13070,0,0,0,0,0),(129200,28856,609,1,1,25510,1,2217.12,-6014.73,10.2586,0.855211,360,0,0,13070,0,0,0,0,0),(129201,28856,609,1,1,25509,1,2227.24,-6024.47,8.8115,1.13133,360,0,0,13070,0,0,0,0,0),(129202,28605,609,1,1,229,0,2206.62,-5840.55,101.48,1.43117,360,0,0,2453,0,0,0,0,0),(129203,28605,609,1,1,237,0,2199.98,-5871.52,101.408,4.34587,360,0,0,2453,0,0,0,0,0),(129204,28605,609,1,1,229,0,2209.9,-5840.27,101.428,2.35619,360,0,0,2453,0,0,0,0,0),(129205,28605,609,1,1,237,0,2221.63,-5881.24,101.211,4.74729,360,0,0,2453,0,0,0,0,0),(129206,28605,609,1,1,229,0,2204.79,-5840.43,101.576,1.13446,360,0,0,2453,0,0,0,0,0),(129207,28605,609,1,1,237,0,2208.6,-5833.48,101.428,4.7822,360,0,0,2453,0,0,0,0,0),(129208,28605,609,1,1,239,0,2220.45,-5822.88,101.64,2.61307,360,0,0,2453,0,0,0,0,0),(129209,28605,609,1,1,239,0,2176,-5810.38,101.418,2.09439,360,0,0,2453,0,0,0,0,0); +INSERT INTO `creature` VALUES (129210,28605,609,1,1,237,0,2229.51,-5826.64,101.443,2.28003,360,0,0,2453,0,0,0,0,0),(129211,28605,609,1,1,237,0,2228.12,-5818.03,101.445,1.43117,360,0,0,2453,0,0,0,0,0),(129212,28605,609,1,1,239,0,2216.18,-5817.08,101.496,2.27197,360,0,0,2453,0,0,0,0,0),(129213,28605,609,1,1,239,0,2232.95,-5814.65,101.368,2.35619,360,0,0,2453,0,0,0,0,0),(129214,28605,609,1,1,229,0,1937.11,-5932.11,103.181,3.04377,360,0,0,2453,0,0,0,0,0),(129215,28605,609,1,1,237,0,1943.05,-5942.33,101.821,3.44761,360,0,0,2453,0,0,0,0,0),(129216,28605,609,1,1,239,0,2217.97,-5872.44,101.34,3.24631,360,0,0,2453,0,0,0,0,0),(129217,28605,609,1,1,237,0,2217.34,-5873.99,101.251,0.593412,360,0,0,2453,0,0,0,0,0),(129218,28605,609,1,1,237,0,2232.4,-5818.69,101.392,2.26893,360,0,0,2453,0,0,0,0,0),(129219,28605,609,1,1,229,0,2177.53,-5806.44,101.417,3.54302,360,0,0,2453,0,0,0,0,0),(129220,28606,609,1,1,25571,0,2221.94,-5888.14,101.022,1.69297,360,0,0,2453,0,0,0,0,0),(129221,28606,609,1,1,25571,0,2185.22,-5867.83,101.395,4.85202,360,0,0,2453,0,0,0,0,0),(129222,28606,609,1,1,25571,0,2197.14,-5870.83,101.403,4.57276,360,0,0,2453,0,0,0,0,0),(129223,28606,609,1,1,25571,0,2202.68,-5838.43,101.498,0.069813,360,0,0,2453,0,0,0,0,0),(129224,28606,609,1,1,25571,0,2218.83,-5888.31,100.995,1.58825,360,0,0,2453,0,0,0,0,0),(129225,28606,609,1,1,25571,0,2215.81,-5887.89,100.89,4.74729,360,0,0,2453,0,0,0,0,0),(129226,28606,609,1,1,25571,0,2203.25,-5833.98,101.44,5.70723,360,0,0,2453,0,0,0,0,0),(129227,28606,609,1,1,25572,0,2206.26,-5833.58,101.435,5.044,360,0,0,2453,0,0,0,0,0),(129228,28606,609,1,1,25572,0,2172.5,-5810.83,101.404,1.0821,360,0,0,2453,0,0,0,0,0),(129229,28606,609,1,1,25571,0,2237.33,-5860.84,101.292,5.42797,360,0,0,2453,0,0,0,0,0),(129230,28606,609,1,1,25571,0,2220.07,-5819.91,101.765,2.63541,360,0,0,2453,0,0,0,0,0),(129231,28606,609,1,1,25572,0,2177.53,-5806.44,101.417,3.54302,360,0,0,2453,0,0,0,0,0),(129232,28606,609,1,1,25572,0,2235.99,-5863.17,101.269,0.017453,360,0,0,2453,0,0,0,0,0),(129233,28606,609,1,1,25571,0,2225.69,-5815.68,101.445,0.488692,360,0,0,2453,0,0,0,0,0),(129234,28606,609,1,1,25571,0,2223.58,-5823.17,101.684,2.64079,360,0,0,2453,0,0,0,0,0),(129235,28606,609,1,1,25571,0,1882.57,-5915.29,103.964,2.84424,360,0,0,2453,0,0,0,0,0),(129236,28606,609,1,1,25572,0,1943.02,-5942.08,101.829,3.39494,360,0,0,2453,0,0,0,0,0),(129237,28606,609,1,1,25572,0,2217.44,-5875.12,101.195,2.74017,360,0,0,2453,0,0,0,0,0),(129238,28607,609,1,1,25574,0,2198.39,-5872.29,101.404,4.46804,360,0,0,2061,0,0,0,0,0),(129239,28607,609,1,1,25574,0,2186.6,-5868.27,101.39,4.90438,360,0,0,2061,0,0,0,0,0),(129240,28607,609,1,1,25574,0,2212.25,-5881.55,101.11,4.59022,360,0,0,2061,0,0,0,0,0),(129241,28607,609,1,1,25573,0,2189.17,-5870.81,101.378,2.00713,360,0,0,2061,0,0,0,0,0),(129242,28607,609,1,1,25574,0,2224.77,-5811.89,101.434,0.820305,360,0,0,2061,0,0,0,0,0),(129243,28607,609,1,1,25573,0,2222.53,-5820.97,101.689,2.60537,360,0,0,2061,0,0,0,0,0),(129244,28607,609,1,1,25573,0,2232.4,-5818.69,101.392,2.26893,360,0,0,2061,0,0,0,0,0),(129245,28607,609,1,1,25574,0,1801.43,-5922.87,115.992,3.1959,360,0,0,2061,0,0,0,0,0),(129246,28607,609,1,1,25574,0,1809.6,-5918.24,115.742,3.39271,360,0,0,2061,0,0,0,0,0),(129247,28607,609,1,1,25574,0,1804,-5915.57,116.117,3.55283,360,0,0,2061,0,0,0,0,0),(129248,28607,609,1,1,25574,0,1808.22,-5915.08,115.992,3.51055,360,0,0,2061,0,0,0,0,0),(129249,28607,609,1,1,25573,0,1809.19,-5910.84,116.117,3.62435,360,0,0,2061,0,0,0,0,0),(129250,28607,609,1,1,25573,0,2187.83,-5868.67,101.387,4.03171,360,0,0,2061,0,0,0,0,0),(129251,28607,609,1,1,25574,0,1883.15,-5919.47,103.934,2.96698,360,0,0,2061,0,0,0,0,0),(129252,28607,609,1,1,25574,0,2217.39,-5876.5,101.149,4.81711,360,0,0,2061,0,0,0,0,0),(129253,28608,609,1,1,10314,1,2160.12,-5818.9,101.617,6.15447,360,5,0,1962,1982,1,0,0,0),(129254,28608,609,1,1,10312,1,2243.29,-5874.06,100.894,1.11725,360,5,0,1962,1982,1,0,0,0),(129255,28608,609,1,1,10313,1,2217.91,-5786.01,101.789,2.70707,360,5,0,1962,1982,1,0,0,0),(129256,28608,609,1,1,10313,1,2171.7,-5760.39,101.161,0.496006,360,5,0,1962,1982,1,0,0,0),(129257,28608,609,1,1,10312,1,2382.98,-5858.36,105.458,2.69513,360,5,0,1962,1982,1,0,0,0),(129258,28608,609,1,1,10311,1,2131.77,-5680.34,101.919,0.191986,360,0,0,1962,1982,0,0,0,0),(129259,28608,609,1,1,10312,1,2403.13,-5865.98,104.728,4.5204,360,0,0,1962,1982,0,0,0,0),(129260,28608,609,1,1,10312,1,2133.91,-5793.79,99.4225,0.333923,360,5,0,1962,1982,1,0,0,0),(129261,28608,609,1,1,10313,1,2214.28,-5784.32,101.789,0.772563,360,5,0,1962,1982,1,0,0,0),(129262,28608,609,1,1,10311,1,2372.63,-5876.8,104.818,4.48003,360,5,0,1962,1982,1,0,0,0),(129263,28608,609,1,1,10312,1,2411.45,-5866.65,104.721,6.20369,360,5,0,1962,1982,1,0,0,0),(129264,28609,609,1,1,25504,1,2186.69,-5875.93,101.252,3.7001,360,0,0,2453,0,0,0,0,0),(129265,28609,609,1,1,25505,1,2177.79,-5862.86,101.43,3.03687,360,0,0,2453,0,0,0,0,0),(129266,28609,609,1,1,25505,1,2164.08,-5819.41,101.427,2.96706,360,0,0,2453,0,0,0,0,0),(129267,28609,609,1,1,25503,1,2169.74,-5838.9,101.433,3.4383,360,0,0,2453,0,0,0,0,0),(129268,28609,609,1,1,25506,1,2182.15,-5797.63,101.388,2.00713,360,0,0,2453,0,0,0,0,0),(129269,28609,609,1,1,25506,1,2247.44,-5865.56,101.039,5.72468,360,0,0,2453,0,0,0,0,0),(129270,28609,609,1,1,25504,1,2262.95,-5833.43,101.079,0.670442,360,0,0,2453,0,0,0,0,0),(129271,28609,609,1,1,25503,1,2260.06,-5829.17,101.059,-0.880611,360,0,0,2453,0,0,0,0,0),(129272,28609,609,1,1,25506,1,2219.23,-5726.22,101.816,2.40808,360,5,0,2453,0,1,0,0,0),(129273,28609,609,1,1,25504,1,2414.23,-5913.45,111.088,3.87463,360,0,0,2453,0,0,0,0,0),(129274,28609,609,1,1,25506,1,2227.59,-5801.11,101.466,1.11701,360,0,0,2453,0,0,0,0,0),(129275,28609,609,1,1,25505,1,2166.79,-5742.12,101.448,1.23918,360,0,0,2453,0,0,0,0,0),(129276,28609,609,1,1,25505,1,2207.63,-5790.8,101.523,1.22173,360,0,0,2453,0,0,0,0,0),(129277,28609,609,1,1,25506,1,2182.46,-5725.1,105.941,1.50098,360,0,0,2453,0,0,0,0,0),(129278,28609,609,1,1,25504,1,2427.44,-5826.77,117.012,1.54709,360,0,0,2453,0,0,0,0,0),(129279,28609,609,1,1,25506,1,2155.07,-5712.14,102.385,0.855211,360,0,0,2453,0,0,0,0,0),(129280,28609,609,1,1,25506,1,2250.54,-5654.44,134.378,5.81079,360,5,0,2453,0,1,0,0,0),(129281,28609,609,1,1,25504,1,2130.85,-5705.54,100.923,0.698132,360,0,0,2453,0,0,0,0,0),(129282,28609,609,1,1,25504,1,2187.5,-5733.25,102.449,4.71239,360,5,0,2453,0,1,0,0,0),(129283,28609,609,1,1,25505,1,2378.92,-5854.38,105.599,5.07355,360,0,0,2453,0,0,0,0,0),(129284,28609,609,1,1,25505,1,2384.93,-5843.92,108.68,6.14788,360,5,0,2453,0,1,0,0,0),(129285,28609,609,1,1,25506,1,2252.52,-5820.55,101.092,0.558505,360,0,0,2453,0,0,0,0,0),(129286,28609,609,1,1,25505,1,2435.66,-5845.92,111.31,-1.34039,360,0,0,2453,0,0,0,0,0),(129287,28609,609,1,1,25505,1,2437.82,-5851.63,110.669,2.11959,360,0,0,2453,0,0,0,0,0),(129288,28609,609,1,1,25503,1,2256.72,-5842.2,101.189,6.12611,360,0,0,2453,0,0,0,0,0),(129289,28609,609,1,1,25505,1,2428.18,-5887.15,104.666,2.05949,360,0,0,2453,0,0,0,0,0),(129290,28609,609,1,1,25505,1,2427.61,-5864.9,105.98,1.32645,360,0,0,2453,0,0,0,0,0),(129291,28609,609,1,1,25504,1,2186.79,-5691.41,109.926,1.48788,360,0,0,2453,0,0,0,0,0),(129292,28611,609,1,1,25509,1,2158,-5887.69,101.37,4.47917,360,5,0,2533,0,1,0,0,0),(129293,28611,609,1,1,25510,1,2300.89,-5858.84,101.059,0.14878,360,5,0,2533,0,1,0,0,0),(129294,28611,609,1,1,25507,1,2360.29,-5880.32,104.882,6.14915,360,5,0,2533,0,1,0,0,0),(129295,28611,609,1,1,25509,1,2180.26,-5870.69,101.333,6.02685,360,5,0,2533,0,1,0,0,0),(129296,28611,609,1,1,25510,1,2183.47,-5766.51,101.536,2.47057,360,5,0,2533,0,1,0,0,0),(129297,28611,609,1,1,25507,1,2337.83,-5851.9,101.059,2.87687,360,5,0,2533,0,1,0,0,0),(129298,28611,609,1,1,25507,1,2406.29,-5848.02,108.141,2.09297,360,5,0,2533,0,1,0,0,0),(129299,28611,609,1,1,25510,1,2148.8,-5734.94,100.604,0.468751,360,0,0,2533,0,0,0,0,0),(129300,28611,609,1,1,25509,1,2103.38,-5729.73,100.413,6.10239,360,5,0,2533,0,1,0,0,0),(129301,28611,609,1,1,25507,1,2297.97,-5859.28,101.055,0.14878,360,5,0,2533,0,1,0,0,0),(129302,28611,609,1,1,25510,1,2143.55,-5819.65,100.984,5.16086,360,5,0,2533,0,1,0,0,0),(129303,28611,609,1,1,25510,1,2383.38,-5923.25,110.372,5.16768,360,5,0,2533,0,1,0,0,0),(129304,28611,609,1,1,25509,1,2423.73,-5860.27,106.045,1.0472,360,0,0,2533,0,0,0,0,0),(129305,28611,609,1,1,25508,1,2364.9,-5856.81,104.254,3.25516,360,5,0,2533,0,1,0,0,0),(129306,28356,609,1,1,25338,0,2449.78,-5586.35,367.513,2.56563,360,0,0,192200,0,0,0,0,0),(129307,28357,609,1,5,16582,0,2498.07,-5593.25,420.48,6.11195,360,0,0,697250,0,2,0,0,0),(129308,28614,609,1,1,25579,0,2108.16,-5741.88,133.479,1.31535,360,0,0,2453,0,2,0,0,0),(129309,28614,609,1,1,25579,0,2111.38,-5719.66,143.603,5.92124,360,0,0,2453,0,2,0,0,0),(207058,23528,530,1,1,0,0,-3962.43,-11860.9,0.6759,3.4212,120,5,0,1,0,1,0,0,0),(129311,28367,609,1,1,24719,0,2540.74,-5609.11,420.727,4.2586,360,0,0,8982,0,0,0,0,0),(207178,39349,0,1,1,0,1,-5422.28,-628.245,395.105,4.72984,120,0,0,1,0,0,0,0,0),(129313,28367,609,1,1,24719,0,2426.6,-5545.12,423.06,5.34143,360,0,0,8982,0,0,0,0,0),(207177,39349,0,1,1,0,1,-5422.05,-632.667,394.719,4.72984,120,0,0,1,0,0,0,0,0),(129315,28367,609,1,1,24719,0,2410.01,-5627.44,376.989,6.03884,360,0,0,8982,0,0,0,0,0),(129316,28367,609,1,1,24719,0,2495.25,-5646.03,376.989,6.02139,360,0,0,8982,0,0,0,0,0),(129317,28367,609,1,1,24719,0,2444.22,-5674.93,420.727,1.06465,360,0,0,8982,0,0,0,0,0),(129318,28367,609,1,1,24719,0,2481.7,-5552.18,420.727,6.19592,360,0,0,8982,0,0,0,0,0),(129319,28367,609,1,1,24719,0,2511.2,-5593.36,420.727,0.506145,360,0,0,8982,0,0,0,0,0),(129320,28367,609,1,1,24719,0,2476.75,-5509.46,420.727,4.86947,360,0,0,8982,0,0,0,0,0),(129321,28367,609,1,1,24719,0,1676.56,-5945.14,126.882,1.18682,360,0,0,8982,0,0,0,0,0),(129322,28367,609,1,1,24719,0,2512.59,-5559.44,376.989,2.56563,360,0,0,8982,0,0,0,0,0),(129323,28367,609,1,1,24719,0,2379.56,-5577.76,420.727,1.0472,360,0,0,8982,0,0,0,0,0),(129324,28367,609,1,1,24719,0,2425.15,-5542.26,376.989,0.925025,360,0,0,8982,0,0,0,0,0),(129325,28627,609,1,1,24719,0,2256.64,-5855.55,101.189,3.00197,360,0,0,8982,0,0,0,0,0),(129326,28627,609,1,1,24719,0,2315.66,-5838.13,101.063,5.14872,360,0,0,8982,0,0,0,0,0),(129327,28627,609,1,1,24719,0,2296.58,-5865.31,101.015,0.907571,360,0,0,8982,0,0,0,0,0),(129328,28627,609,1,1,24719,0,2266.93,-5857.96,101.973,5.70723,360,0,0,8982,0,0,0,0,0),(129329,28627,609,1,1,24719,0,2268.82,-5814.93,101.018,0.837758,360,0,0,8982,0,0,0,0,0),(129330,28627,609,1,1,24719,0,2378.65,-5879.57,105.007,3.03687,360,0,0,8982,0,0,0,0,0),(129331,28627,609,1,1,24719,0,2312.85,-5863.48,101.05,6.14356,360,0,0,8982,0,0,0,0,0),(129332,28627,609,1,1,24719,0,2359.46,-5872.13,104.469,3.15905,360,0,0,8982,0,0,0,0,0),(129333,28627,609,1,1,24719,0,2344.75,-5872.47,103.421,2.04204,360,0,0,8982,0,0,0,0,0),(129334,28627,609,1,1,24719,0,2312.66,-5834.45,101.141,2.16421,360,0,0,8982,0,0,0,0,0),(129335,28627,609,1,1,24719,0,2155.36,-5854.65,101.512,3.9619,360,0,0,8982,0,0,0,0,0),(129336,28627,609,1,1,24719,0,2257.68,-5856.57,101.305,4.20624,360,0,0,8982,0,0,0,0,0),(129337,28627,609,1,1,24719,0,2094.36,-5720.71,100.365,4.5204,360,0,0,8982,0,0,0,0,0),(129338,28627,609,1,1,24719,0,2324.89,-5864.68,101.02,2.6529,360,0,0,8982,0,0,0,0,0),(129339,28627,609,1,1,24719,0,2332.03,-5871.37,101.353,0,360,0,0,8982,0,0,0,0,0),(129340,28627,609,1,1,24719,0,2275.45,-5855.51,101.165,2.09439,360,0,0,8982,0,0,0,0,0),(129341,28627,609,1,1,24719,0,2339.76,-5865.17,101.635,2.96706,360,0,0,8982,0,0,0,0,0),(129342,28627,609,1,1,24719,0,2320.48,-5870.57,101.265,4.34587,360,0,0,8982,0,0,0,0,0),(129343,28627,609,1,1,24719,0,2283.5,-5817.01,101.018,0.942478,360,0,0,8982,0,0,0,0,0),(129344,28627,609,1,1,24719,0,2345.63,-5894.72,104,5.3058,360,0,0,8982,0,0,0,0,0),(129345,28627,609,1,1,24719,0,2359.04,-5884.92,105.109,3.63029,360,0,0,8982,0,0,0,0,0),(129346,28627,609,1,1,24719,0,2359.16,-5903.32,105.445,3.90954,360,0,0,8982,0,0,0,0,0),(129347,28627,609,1,1,24719,0,2352.43,-5864.01,103.348,0.907571,360,0,0,8982,0,0,0,0,0),(129348,28627,609,1,1,24719,0,2392.04,-5871.77,104.744,5.93412,360,0,0,8982,0,0,0,0,0),(129349,28627,609,1,1,24719,0,2382.51,-5872.66,104.838,5.58505,360,0,0,8982,0,0,0,0,0),(129350,28627,609,1,1,24719,0,2368.78,-5895.73,106.61,0.366519,360,0,0,8982,0,0,0,0,0),(129351,28627,609,1,1,24719,0,2262.11,-5849.87,101.038,3.03687,360,0,0,8982,0,0,0,0,0),(129352,28627,609,1,1,24719,0,2294.7,-5842.22,101.018,1.16937,360,0,0,8982,0,0,0,0,0),(129353,28627,609,1,1,24719,0,2249.45,-5867.24,101.07,4.29351,360,0,0,8982,0,0,0,0,0),(129354,28627,609,1,1,24719,0,2128.63,-5848.26,101.997,5.61996,360,0,0,8982,0,0,0,0,0),(129355,28627,609,1,1,24719,0,2238.22,-5876.82,100.825,5.65487,360,0,0,8982,0,0,0,0,0),(129356,28627,609,1,1,24719,0,2165.46,-5859.72,101.645,2.79253,360,0,0,8982,0,0,0,0,0),(129357,28627,609,1,1,24719,0,2096.02,-5710.85,100.346,4.86947,360,0,0,8982,0,0,0,0,0),(129358,28627,609,1,1,24719,0,2172.15,-5862.37,101.453,0.20944,360,0,0,8982,0,0,0,0,0),(129359,28627,609,1,1,24719,0,2196.73,-5880.54,101.327,0.383972,360,0,0,8982,0,0,0,0,0),(129360,28627,609,1,1,24719,0,2188.37,-5877.36,101.241,5.44543,360,0,0,8982,0,0,0,0,0),(129361,28627,609,1,1,24719,0,2191.94,-5881.09,101.245,4.01426,360,0,0,8982,0,0,0,0,0),(129362,28627,609,1,1,24719,0,2194.09,-5884.29,101.232,6.07375,360,0,0,8982,0,0,0,0,0),(129363,28627,609,1,1,24719,0,2119.95,-5853.95,102.681,2.35619,360,0,0,8982,0,0,0,0,0),(129364,28627,609,1,1,24719,0,2177.3,-5892.1,101.517,1.39626,360,0,0,8982,0,0,0,0,0),(129365,28627,609,1,1,24719,0,2181.62,-5878.38,101.217,4.5204,360,0,0,8982,0,0,0,0,0),(129366,28627,609,1,1,24719,0,2138.25,-5870.41,101.534,0.383972,360,0,0,8982,0,0,0,0,0),(129367,28627,609,1,1,24719,0,2136.03,-5865.05,101.57,3.83972,360,0,0,8982,0,0,0,0,0),(129368,28627,609,1,1,24719,0,2131.98,-5824.39,101.071,1.5708,360,0,0,8982,0,0,0,0,0),(129369,28627,609,1,1,24719,0,2130.45,-5837.91,101.471,3.28122,360,0,0,8982,0,0,0,0,0),(129370,28627,609,1,1,24719,0,2175.94,-5876.37,101.361,3.14159,360,0,0,8982,0,0,0,0,0),(129371,28627,609,1,1,24719,0,2128.33,-5815.1,100.466,2.40855,360,0,0,8982,0,0,0,0,0),(129372,28627,609,1,1,24719,0,2094.26,-5739.1,100.198,2.54818,360,0,0,8982,0,0,0,0,0),(129373,28627,609,1,1,24719,0,2106.44,-5762.27,98.943,2.63545,360,0,0,8982,0,0,0,0,0),(129374,28627,609,1,1,24719,0,2102.04,-5712.65,100.403,1.72788,360,0,0,8982,0,0,0,0,0),(129375,28627,609,1,1,24719,0,2103.34,-5742.05,100.065,1.76278,360,0,0,8982,0,0,0,0,0),(129376,28627,609,1,1,24719,0,2136.66,-5744.17,99.5232,2.21657,360,0,0,8982,0,0,0,0,0),(129377,28627,609,1,1,24719,0,2135.75,-5756.66,98.9354,1.65806,360,0,0,8982,0,0,0,0,0),(129378,28627,609,1,1,24719,0,2122.04,-5718.34,100.496,5.044,360,0,0,8982,0,0,0,0,0),(129379,28627,609,1,1,24719,0,2118.77,-5703.99,100.579,1.95477,360,0,0,8982,0,0,0,0,0),(129380,28627,609,1,1,24719,0,2136.49,-5779.97,99.1277,5.67232,360,0,0,8982,0,0,0,0,0),(129381,28627,609,1,1,24719,0,2132.3,-5730.06,100.267,2.3911,360,0,0,8982,0,0,0,0,0),(129382,28627,609,1,1,24719,0,2146.19,-5796.13,100.359,2.70526,360,0,0,8982,0,0,0,0,0),(129383,28627,609,1,1,24719,0,2106.27,-5715.08,100.339,4.24115,360,0,0,8982,0,0,0,0,0),(129384,28627,609,1,1,24719,0,2167.66,-5876.12,101.423,3.56047,360,0,0,8982,0,0,0,0,0),(129385,28627,609,1,1,24719,0,2111.64,-5779.37,98.5057,3.00197,360,0,0,8982,0,0,0,0,0),(129386,28627,609,1,1,24719,0,2162.09,-5872.68,101.398,4.97419,360,0,0,8982,0,0,0,0,0),(129387,28377,609,1,1,25514,0,2371.37,-5701.04,154.005,3.66519,360,0,0,57660,0,0,0,0,0),(129388,28383,609,1,5,25352,0,2475.64,-5549.57,420.727,0.296706,360,0,0,8982,3155,0,0,0,0),(129389,28383,609,1,5,25352,0,2506.58,-5614.56,420.646,5.61996,360,0,0,8982,3155,0,0,0,0),(129390,28383,609,1,5,25351,0,2511.04,-5590.1,420.646,6.03884,360,0,0,8982,3155,0,0,0,0),(129391,28383,609,1,5,25352,0,2477.37,-5551,420.647,0.746414,360,0,0,8982,3155,0,0,0,0),(129392,28385,609,1,1,10395,0,2392.39,-5603.04,428.692,1.309,360,0,0,2215,0,0,0,0,0),(129393,28385,609,1,1,2483,0,2494.09,-5531.13,428.685,4.03171,360,0,0,2215,0,0,0,0,0),(129394,28385,609,1,1,10353,0,2398.87,-5606.96,428.699,1.36136,360,0,0,2215,0,0,0,0,0),(129395,28385,609,1,1,2483,0,2400.01,-5606.03,428.699,1.0472,360,0,0,2215,0,0,0,0,0),(129396,28642,609,1,1,25589,1,2283.72,-5710.84,154.012,3.66519,360,0,0,2614,0,0,0,0,0),(129397,28642,609,1,1,25589,1,2288.64,-5715.23,154.002,3.4383,360,0,0,2614,0,0,0,0,0),(129398,28642,609,1,1,25589,1,2295.39,-5722.43,153.857,3.50811,360,0,0,2614,0,0,0,0,0),(129399,28642,609,1,1,25589,1,2299.9,-5734.46,153.267,3.97935,360,0,0,2614,0,0,0,0,0),(129400,28642,609,1,1,25589,1,2279.21,-5711.69,154.027,3.7001,360,0,0,2614,0,0,0,0,0),(129401,28386,609,1,1,16107,0,2451.04,-5525.14,428.657,5.5676,360,0,0,2371,0,0,0,0,0),(129402,28386,609,1,1,16148,0,2384.44,-5567.99,428.513,5.86824,360,0,0,2371,0,0,0,0,0),(129403,28386,609,1,1,16093,0,2393.28,-5559.95,428.514,4.98466,360,0,0,2371,0,0,0,0,0),(129404,28386,609,1,1,16093,0,2393.92,-5560.98,428.596,5.07891,360,0,0,2371,0,0,0,0,0),(129405,28642,609,1,1,25589,1,2315.37,-5758.65,154.003,3.89208,360,0,0,2614,0,0,0,0,0),(129406,28642,609,1,1,25589,1,2304.82,-5742.8,154.003,4.10152,360,0,0,2614,0,0,0,0,0),(129407,28642,609,1,1,25589,1,2300.54,-5728.07,153.722,3.59538,360,0,0,2614,0,0,0,0,0),(129408,28642,609,1,1,25589,1,2278.17,-5703.39,154.099,3.56047,360,0,0,2614,0,0,0,0,0),(129409,28642,609,1,1,25589,1,2276.06,-5707.67,154.04,3.61283,360,0,0,2614,0,0,0,0,0),(129410,28642,609,1,1,25589,1,2292.53,-5727.43,153.312,3.61283,360,0,0,2614,0,0,0,0,0),(129411,28642,609,1,1,25589,1,2310.56,-5752.92,153.838,4.08407,360,0,0,2614,0,0,0,0,0),(129412,28642,609,1,1,25589,1,2288.42,-5721.23,153.931,3.47321,360,0,0,2614,0,0,0,0,0),(129413,28642,609,1,1,25589,1,2305.58,-5737.02,154.002,3.735,360,0,0,2614,0,0,0,0,0),(129414,28642,609,1,1,25589,1,2272.7,-5702.36,154.304,3.64774,360,0,0,2614,0,0,0,0,0),(129415,28642,609,1,1,25589,1,2311.58,-5746.61,154.003,3.87463,360,0,0,2614,0,0,0,0,0),(129416,28642,609,1,1,25589,1,2283.38,-5717.81,154.011,3.76991,360,0,0,2614,0,0,0,0,0),(129417,28642,609,1,1,25589,1,2316.54,-5753.66,154.003,3.76991,360,0,0,2614,0,0,0,0,0),(129418,28643,609,1,1,24719,0,2121.47,-5780.16,129.183,2.90875,360,0,0,8982,0,0,0,0,0),(129419,28643,609,1,1,24719,0,2071.35,-5756.5,128.337,3.16224,360,0,0,8982,0,0,0,0,0),(129420,28643,609,1,1,24719,0,1946.31,-5848.55,130.476,3.09283,360,0,0,8982,0,0,0,0,0),(129421,28643,609,1,1,24719,0,2065.05,-5847.06,131.285,3.11189,360,0,0,8982,0,0,0,0,0),(129422,28643,609,1,1,24719,0,1825.57,-5817.19,138.035,3.13082,360,0,0,8982,0,0,0,0,0),(129423,28643,609,1,1,24719,0,1929.01,-5780.83,131.847,3.74457,360,0,0,8982,0,0,0,0,0),(129424,28643,609,1,1,24719,0,1949.91,-5909.17,131.492,3.17211,360,0,0,8982,0,0,0,0,0),(129425,28643,609,1,1,24719,0,2156.83,-5857.63,131.525,3.36147,360,0,0,8982,0,0,0,0,0),(129426,28643,609,1,1,24719,0,2055.61,-5846.45,130.535,3.11189,360,0,0,8982,0,0,0,0,0),(129427,28643,609,1,1,24719,0,2175.08,-5802.41,131.068,2.9349,360,0,0,8982,0,0,0,0,0),(129428,28643,609,1,1,24719,0,2150.22,-5861.06,131.775,3.36147,360,0,0,8982,0,0,0,0,0),(129429,28643,609,1,1,24719,0,2114.63,-5773.16,129.173,2.9359,360,0,0,8982,0,0,0,0,0),(129430,28643,609,1,1,24719,0,2166.62,-5809.39,130.818,2.88755,360,0,0,8982,0,0,0,0,0),(129431,28643,609,1,1,24719,0,2176.41,-5829.01,131.693,3.28643,360,0,0,8982,0,0,0,0,0),(129432,28390,609,1,1,25359,0,2479.96,-5542.2,420.727,4.4855,360,0,0,2614,0,0,0,0,0),(129433,28390,609,1,1,25356,0,2516.38,-5584.72,421.47,0.10472,360,0,0,2614,0,0,0,0,0),(129434,28390,609,1,1,25358,0,2487.12,-5539.81,420.727,2.23402,360,0,0,2614,0,0,0,0,0),(207165,23531,530,1,1,0,0,9339.56,-7224.53,13.3988,4.7678,120,5,0,1,0,1,0,0,0),(129436,28391,609,1,1,25355,0,2520.24,-5599.18,420.727,3.71755,360,0,0,2614,0,0,0,0,0),(129437,28647,609,1,1,25589,1,2322.23,-5748.33,154.042,2.16533,360,0,0,12600,0,2,0,0,0),(129438,28391,609,1,1,25361,0,2520.34,-5588.22,420.727,1.0821,360,0,0,2614,0,0,0,0,0),(129439,28391,609,1,1,25360,0,2523.57,-5591.07,421.484,3.82227,360,0,0,2614,0,0,0,0,0),(207164,23531,530,1,1,0,0,9325.37,-7323.65,14.1006,3.426,120,5,0,1,0,1,0,0,0),(129447,28393,609,1,5,0,0,2482.54,-5539.44,420.727,1.41372,360,0,0,2614,0,0,0,0,0),(129448,28393,609,1,5,0,0,2480.1,-5532.43,420.733,3.9968,360,0,0,2614,0,0,0,0,0),(129449,28393,609,1,5,0,0,2484.87,-5535.15,421.47,3.89208,360,0,0,2614,0,0,0,0,0),(129450,28393,609,1,5,0,0,2515.49,-5580.58,420.727,3.03687,360,0,0,2614,0,0,0,0,0),(207163,23531,530,1,1,0,0,9321.94,-7212.75,14.9164,1.5692,120,5,0,1,0,1,0,0,0),(129452,28393,609,1,5,0,0,2377.27,-5649.52,429.669,0.591774,360,0,0,2614,0,0,0,0,0),(129453,28394,609,1,5,0,0,2513.98,-5614.97,420.727,3.15905,360,0,0,2614,0,0,0,0,0),(129454,28394,609,1,5,0,0,2525.87,-5595.92,420.727,2.87979,360,0,0,2614,0,0,0,0,0),(129455,28394,609,1,5,0,0,2489.18,-5545.59,421.477,3.87463,360,0,0,2614,0,0,0,0,0),(129456,28394,609,1,5,0,0,2507.27,-5621.15,420.727,1.13446,360,0,0,2614,0,0,0,0,0),(207162,23531,530,1,1,0,0,9312.31,-7308.73,15.7256,6.1768,120,5,0,1,0,1,0,0,0),(129458,28394,609,1,5,0,0,2483.3,-5545.52,420.727,4.79965,360,0,0,2614,0,0,0,0,0),(129459,28394,609,1,5,0,0,2516.23,-5593.2,420.647,3.2567,360,0,0,2614,0,0,0,0,0),(129460,28653,609,1,1,16416,1,2351.35,-5700.85,154.045,5.52037,360,0,0,126000,0,2,0,0,0),(207064,23528,530,1,1,0,0,-4013.99,-11922.2,-1.8347,0.576,120,5,0,1,0,1,0,0,0),(207063,23528,530,1,1,0,0,-4010.03,-11912.4,-1.3651,0.1745,120,5,0,1,0,1,0,0,0),(207062,23528,530,1,1,0,0,-4000.11,-11931,-1.4097,4.9567,120,5,0,1,0,1,0,0,0),(129464,28655,609,1,1,24719,0,2272.68,-5791.18,181.795,5.40424,360,5,0,8982,0,1,0,0,0),(129465,28655,609,1,1,24719,0,2190.13,-5742.13,165.005,5.79449,360,5,0,8982,0,1,0,0,0),(129466,28655,609,1,1,24719,0,2222.58,-5762.82,157.772,2.20677,360,5,0,8982,0,1,0,0,0),(129467,28655,609,1,1,24719,0,2216.19,-5750.22,158.041,5.0091,360,5,0,8982,0,1,0,0,0),(129468,28655,609,1,1,24719,0,2248.05,-5816.22,158.644,0.575959,360,5,0,8982,0,1,0,0,0),(129469,28655,609,1,1,24719,0,2247.92,-5783.86,158.176,2.05949,360,5,0,8982,0,1,0,0,0),(129470,28655,609,1,1,24719,0,2281.55,-5817.14,159.376,1.78024,360,5,0,8982,0,1,0,0,0),(129471,28655,609,1,1,24719,0,2215.26,-5718.85,172.43,1.67552,360,5,0,8982,0,1,0,0,0),(129472,28655,609,1,1,24719,0,2214.69,-5783.27,164.485,4.66003,360,5,0,8982,0,1,0,0,0),(129473,28658,609,1,1,24084,0,2348.77,-5758.28,154.058,6.21904,360,0,0,126000,39940,0,0,0,0),(129474,28660,609,1,1,25557,0,1669.46,-5946.52,126.585,5.86431,360,0,0,850,878,0,0,0,0),(129475,28660,609,1,1,25557,0,1674.74,-5945.13,126.929,5.14872,360,0,0,850,878,0,0,0,0),(129476,28660,609,1,1,25555,0,1667.31,-5944.62,126.128,5.77704,360,0,0,850,878,0,0,0,0),(129477,28660,609,1,1,25556,0,1685.58,-5934.78,124.086,4.34587,360,0,0,850,878,0,0,0,0),(129478,28660,609,1,1,25555,0,1681.31,-5942.4,125.808,4.4855,360,0,0,850,878,0,0,0,0),(129479,28660,609,1,1,25555,0,1681.75,-5934.76,124.701,4.55531,360,0,0,850,878,0,0,0,0),(207171,27216,1,1,1,0,0,1197.28,-4355.3,21.3794,0.261799,120,0,0,1,0,0,0,0,0),(240002,24364,0,1,1,0,0,-5609.83,-459.056,404.633,5.3058,120,0,0,1003,0,0,0,0,0),(207169,23531,530,1,1,0,0,9356.02,-7312.99,8.062,4.0134,120,5,0,1,0,1,0,0,0),(129483,28662,609,1,1,25560,0,1678.87,-5938.73,125.701,4.76475,360,0,0,928,963,0,0,0,0),(129484,28662,609,1,1,25559,0,1669.83,-5939.31,125.704,5.39307,360,0,0,928,963,0,0,0,0),(129485,28662,609,1,1,25558,0,1672.53,-5950.33,127.895,6.12611,360,0,0,928,963,0,0,0,0),(129486,28662,609,1,1,25561,0,1683.84,-5946.81,126.6,3.90954,360,0,0,928,963,0,0,0,0),(129487,28662,609,1,1,25558,0,1675.87,-5948.99,127.904,5.42797,360,0,0,928,963,0,0,0,0),(129488,28662,609,1,1,25559,0,1678.39,-5945.3,126.951,4.86947,360,0,0,928,963,0,0,0,0),(129489,28662,609,1,1,25559,0,1670.84,-5936.03,125.244,5.23599,360,0,0,928,963,0,0,0,0),(129490,28662,609,1,1,25558,0,1686.26,-5943.5,125.682,3.94444,360,0,0,928,963,0,0,0,0),(129491,28662,609,1,1,25561,0,1677.54,-5941.73,126.2,4.88692,360,0,0,928,963,0,0,0,0),(129492,28406,609,1,1,25412,1,2435.57,-5752.25,153.682,6.03884,360,0,0,2614,2117,0,0,0,0),(129493,28406,609,1,1,25412,1,2439.02,-5753.13,153.679,2.79253,360,0,0,2614,2117,0,0,0,0),(129494,28406,609,1,1,25375,1,2381.65,-5662.37,154.17,1.44862,360,0,0,2614,2117,0,0,0,0),(129495,28406,609,1,1,25375,1,2382,-5659.11,154.332,4.59022,360,0,0,2614,2117,0,0,0,0),(129496,28406,609,1,1,25412,1,2334.03,-5696.31,154.005,5.32325,360,0,0,2614,2117,0,0,0,0),(129497,28406,609,1,1,25412,1,2336.52,-5699.58,154.005,2.26893,360,0,0,2614,2117,0,0,0,0),(129498,28406,609,1,1,25424,1,2349.02,-5682.49,154.004,2.18166,360,0,0,2614,2117,0,0,0,0),(129499,28406,609,1,1,25424,1,2347.2,-5680.35,154.003,5.37561,360,0,0,2614,2117,0,0,0,0),(207053,23487,1,1,1,0,0,1269.38,-4225.53,26.7,2.57,120,10,0,1,0,1,0,0,0),(207052,23487,1,1,1,0,0,1250.22,-4383.24,28.54,1.53,120,10,0,1,0,1,0,0,0),(207051,23487,1,1,1,0,0,1151.03,-4385.63,26,0.77,120,10,0,1,0,1,0,0,0),(207050,23487,1,1,1,0,0,1151.11,-4416.34,21.25,1.31,120,10,0,1,0,1,0,0,0),(207049,23487,1,1,1,0,0,1153.96,-4289.25,20.86,0.07,120,10,0,1,0,1,0,0,0),(207048,23487,1,1,1,0,0,1157.07,-4347.97,26.19,5.98,120,10,0,1,0,1,0,0,0),(207047,23487,1,1,1,0,0,1164.14,-4438.07,24.6,4.52,120,10,0,1,0,1,0,0,0),(207046,23487,1,1,1,0,0,1164.42,-4314.74,21.23,0.34,120,10,0,1,0,1,0,0,0),(207045,23487,1,1,1,0,0,24.5395,-4434.95,39.68,1.88,120,10,0,1,0,1,0,0,0),(207044,23487,1,1,1,0,0,1179.16,-4284.78,21.27,5.34,120,10,0,1,0,1,0,0,0),(207043,23487,1,1,1,0,0,1175.74,-4402.24,21.84,1.9,120,10,0,1,0,1,0,0,0),(207042,23487,1,1,1,0,0,1179.55,-4249.49,23.3,2.21,120,10,0,1,0,1,0,0,0),(207041,23487,1,1,1,0,0,1185.9,-4445.14,21.71,1.08,120,10,0,1,0,1,0,0,0),(207040,23487,1,1,1,0,0,1189.81,-4390.27,23.37,3.33,120,10,0,1,0,1,0,0,0),(207039,23487,1,1,1,0,0,1191.64,-4317.15,21.32,3.6,120,10,0,1,0,1,0,0,0),(207038,23487,1,1,1,0,0,1184.54,-4220.53,24.3,0.19,120,10,0,1,0,1,0,0,0),(129516,28406,609,1,1,25424,1,2149.24,-5715.41,101.612,3.96565,360,5,0,2614,2117,1,0,0,0),(129517,28406,609,1,1,25426,1,2190.33,-5747.97,102.101,5.27223,360,5,0,2614,2117,1,0,0,0),(129518,28406,609,1,1,25424,1,2430.48,-5815.22,122.763,4.87914,360,5,0,2614,2117,1,0,0,0),(207037,23487,1,1,1,0,0,1195.16,-4350.83,21.38,2.02,120,10,0,1,0,1,0,0,0),(129520,28406,609,1,1,25424,1,2308.7,-5681.96,154.021,3.16018,360,5,0,2614,2117,1,0,0,0),(207036,23487,1,1,1,0,0,1208.04,-4450.48,23.87,3.68,120,10,0,1,0,1,0,0,0),(207035,23487,1,1,1,0,0,1211.6,-4369.06,26.25,4.12,120,10,0,1,0,1,0,0,0),(207034,23487,1,1,1,0,0,1215.68,-4226.68,22.98,4.03,120,10,0,1,0,1,0,0,0),(207033,23487,1,1,1,0,0,1215.97,-4334.78,21.32,1.23,120,10,0,1,0,1,0,0,0),(207032,23487,1,1,1,0,0,1218.56,-4274.42,21.32,0.74,120,10,0,1,0,1,0,0,0),(207031,23487,1,1,1,0,0,1229.25,-4371.64,28.62,5.21,120,10,0,1,0,1,0,0,0),(207030,23487,1,1,1,0,0,1244.79,-4276.82,24.57,2.6,120,10,0,1,0,1,0,0,0),(207029,23487,1,1,1,0,0,1248.2,-4416.96,24.05,0.77,120,10,0,1,0,1,0,0,0),(129529,28406,609,1,1,25375,1,2313.65,-5718.59,154.003,2.42642,360,5,0,2614,2117,1,0,0,0),(129530,28406,609,1,1,25375,1,2369.06,-5703.36,153.922,0.787455,360,0,0,2614,2117,0,0,0,0),(129531,28406,609,1,1,25375,1,2352.3,-5758.51,153.923,3.07745,360,0,0,2614,2117,0,0,0,0),(129532,28406,609,1,1,25375,1,2374.66,-5724.26,153.922,2.30123,360,5,0,2614,2117,1,0,0,0),(207028,23487,0,1,1,0,0,-5149.64,-611.72,398.57,2.03,120,10,0,1,0,1,0,0,0),(207027,23487,0,1,1,0,0,-5150.31,-547.6,398.54,5.5,120,10,0,1,0,1,0,0,0),(207026,23487,0,1,1,0,0,-5157.62,-539.33,403.44,3.51,120,10,0,1,0,1,0,0,0),(207025,23487,0,1,1,0,0,-5171.57,-488.21,390.61,3.99,120,10,0,1,0,1,0,0,0),(207024,23487,0,1,1,0,0,-5176.1,-607.11,397.3,3.29,120,10,0,1,0,1,0,0,0),(207023,23487,0,1,1,0,0,-5175.99,-566.02,396.44,3,120,10,0,1,0,1,0,0,0),(207022,23487,0,1,1,0,0,-5186.19,-544.18,397.28,1.27,120,10,0,1,0,1,0,0,0),(207021,23487,0,1,1,0,0,-5183.45,-519.9,391.36,0.53,120,10,0,1,0,1,0,0,0),(207020,23487,0,1,1,0,0,-5180.54,-488.88,387.1,0.52,120,10,0,1,0,1,0,0,0),(207019,23487,0,1,1,0,0,-5179.26,-563.72,397.28,0.11,120,10,0,1,0,1,0,0,0),(207018,23487,0,1,1,0,0,-5190.13,-607.32,397.3,0,120,10,0,1,0,1,0,0,0),(129544,28406,609,1,1,25426,1,2379.59,-5856.16,105.501,1.93208,360,5,0,2614,2117,1,0,0,0),(129545,28406,609,1,1,25412,1,2441.98,-5912.3,102.126,4.66963,360,5,0,2614,2117,1,0,0,0),(129546,28406,609,1,1,25424,1,2362.15,-5709.88,153.922,0.756092,360,5,0,2614,2117,1,0,0,0),(129547,28406,609,1,1,25412,1,2354.22,-5684.23,179.688,6.2246,360,5,0,2614,2117,1,0,0,0),(207017,23487,0,1,1,0,0,-5195.87,-513.21,389.5,5.37,120,10,0,1,0,1,0,0,0),(207016,23487,0,1,1,0,0,-5197.81,-573.17,399.75,0.31,120,10,0,1,0,1,0,0,0),(207015,23487,0,1,1,0,0,-5200.38,-461.01,388.83,0.57,120,10,0,1,0,1,0,0,0),(207014,23487,0,1,1,0,0,-5200.64,-585.07,398.57,4.47,120,10,0,1,0,1,0,0,0),(207013,23487,0,1,1,0,0,-5198.9,-604.04,400.44,3.53,120,10,0,1,0,1,0,0,0),(207012,23487,0,1,1,0,0,-5203.92,-558.2,397.39,1.65,120,10,0,1,0,1,0,0,0),(207011,23487,0,1,1,0,0,-5211.31,-488.3,388.82,1.48,120,10,0,1,0,1,0,0,0),(129555,28406,609,1,1,25375,1,2279.58,-5848.68,101.037,2.71906,360,5,0,2614,2117,1,0,0,0),(129556,28406,609,1,1,25424,1,2343.06,-5743.56,153.991,2.44695,360,5,0,2614,2117,1,0,0,0),(207010,23487,0,1,1,0,0,-5209.63,-533.82,393.13,1.41,120,10,0,1,0,1,0,0,0),(207009,23487,0,1,1,0,0,-5214.07,-504.08,388.51,4.31,120,10,0,1,0,1,0,0,0),(207008,23487,0,1,1,0,0,-5226.03,-441.67,388.21,1.64,120,10,0,1,0,1,0,0,0),(207007,23487,0,1,1,0,0,-5216.52,-522.74,390.47,4.25,120,10,0,1,0,1,0,0,0),(207006,23487,0,1,1,0,0,-5263.91,-546.65,388.14,2.76,120,10,0,1,0,1,0,0,0),(129562,28933,609,1,4,25780,1,2312.87,-5723.68,154.001,3.83972,360,0,0,4048,0,0,0,0,0),(129563,28933,609,1,4,25778,1,2330.79,-5743.29,154.003,3.75246,360,0,0,4048,0,0,0,0,0),(129564,28933,609,1,4,25778,1,2318.87,-5730.39,154.003,3.89208,360,0,0,4048,0,0,0,0,0),(129565,28933,609,1,4,25780,1,2333.46,-5734.69,154.005,3.82227,360,0,0,4048,0,0,0,0,0),(129566,28933,609,1,4,25778,1,2321.4,-5727.8,154.003,3.87463,360,0,0,4048,0,0,0,0,0),(129567,28933,609,1,4,25780,1,2321.82,-5733.58,154.003,3.85718,360,0,0,4048,0,0,0,0,0),(129568,28933,609,1,4,25779,1,2333.36,-5740.65,154.005,3.94444,360,0,0,4048,0,0,0,0,0),(129569,28933,609,1,4,25779,1,2336.56,-5737.64,154.005,3.92699,360,0,0,4048,0,0,0,0,0),(129570,28933,609,1,4,25777,1,2330.41,-5731.5,154.003,3.9619,360,0,0,4048,0,0,0,0,0),(129571,28933,609,1,4,25778,1,2327.81,-5740.17,154.003,3.76991,360,0,0,4048,0,0,0,0,0),(129572,28934,609,1,4,25782,1,2327.41,-5728.12,154.003,4.03171,360,0,0,4048,0,0,0,0,0),(129573,28934,609,1,4,25784,1,2321.04,-5721.8,154.003,3.7001,360,0,0,4048,0,0,0,0,0),(129574,28934,609,1,4,25781,1,2330.57,-5737.77,154.004,3.82227,360,0,0,4048,0,0,0,0,0),(129575,28934,609,1,4,25783,1,1387.89,-5837.92,132.914,0.925025,360,0,0,4048,0,0,0,0,0),(129576,28934,609,1,4,25783,1,1403.31,-5826.67,132.43,3.83972,360,0,0,4048,0,0,0,0,0),(129577,28934,609,1,4,25784,1,2315.63,-5721.04,154.003,3.85718,360,0,0,4048,0,0,0,0,0),(129578,28934,609,1,4,25782,1,2318.31,-5724.42,154.003,3.89208,360,0,0,4048,0,0,0,0,0),(129579,28934,609,1,4,25784,1,2324.47,-5730.95,154.003,3.87463,360,0,0,4048,0,0,0,0,0),(129580,28934,609,1,4,25782,1,2324.32,-5724.83,154.003,4.01426,360,0,0,4048,0,0,0,0,0),(129581,28934,609,1,4,25782,1,1398.26,-5833.52,132.486,0.820305,360,0,0,4048,0,0,0,0,0),(129582,28934,609,1,4,25784,1,2318.21,-5718.81,154.003,3.85718,360,0,0,4048,0,0,0,0,0),(129583,28934,609,1,4,25783,1,2327.53,-5734.5,154.003,3.90954,360,0,0,4048,0,0,0,0,0),(129584,28934,609,1,4,25783,1,2324.99,-5737.02,154.003,3.90954,360,0,0,4048,0,0,0,0,0),(129585,28934,609,1,4,25783,1,2315.79,-5726.81,154.003,3.87463,360,0,0,4048,0,0,0,0,0),(129586,28934,609,1,4,25781,1,1409.42,-5837.51,132.43,2.49582,360,0,0,4048,0,0,0,0,0),(129587,28935,609,1,4,24719,0,2184.05,-6088.38,22.657,5.3058,360,0,0,8982,0,0,0,0,0),(129588,28935,609,1,4,24719,0,1915.83,-5748.12,123.267,6.00393,360,0,0,8982,0,0,0,0,0),(129589,28935,609,1,4,24719,0,2057.08,-5930.06,105.883,6.24828,360,0,0,8982,0,0,0,0,0),(129590,28935,609,1,4,24719,0,2042.53,-6034.94,84.5035,6.14356,360,0,0,8982,0,0,0,0,0),(129591,28935,609,1,4,24719,0,2053.25,-5901.67,105.467,2.40855,360,0,0,8982,0,0,0,0,0),(129592,28935,609,1,4,24719,0,1904.6,-5963.47,101.301,5.93412,360,0,0,8982,0,0,0,0,0),(129593,28935,609,1,4,24719,0,1980.31,-5808.19,101.089,0.959931,360,0,0,8982,0,0,0,0,0),(129594,28935,609,1,4,24719,0,2139.72,-5751.08,99.4187,1.01229,360,0,0,8982,0,0,0,0,0),(129595,28935,609,1,4,24719,0,2149.52,-5852.15,119.874,6.02139,360,0,0,8982,0,0,0,0,0),(129596,28935,609,1,4,24719,0,2054.42,-5749.03,127.426,4.4855,360,0,0,8982,0,0,0,0,0),(129597,28935,609,1,4,24719,0,2052.97,-5848.27,102.137,1.18682,360,0,0,8982,0,0,0,0,0),(129598,28935,609,1,4,24719,0,1911.79,-5768.25,103.825,5.42797,360,0,0,8982,0,0,0,0,0),(129599,28935,609,1,4,24719,0,1824.1,-5920.76,111.214,3.9968,360,0,0,8982,0,0,0,0,0),(129600,28935,609,1,4,24719,0,2134.82,-5918.3,99.7561,4.03171,360,0,0,8982,0,0,0,0,0),(129601,28935,609,1,4,24719,0,2194.56,-6096.11,2.03968,1.02974,360,0,0,8982,0,0,0,0,0),(129602,28935,609,1,4,24719,0,1893.47,-5856.8,101.96,1.11701,360,0,0,8982,0,0,0,0,0),(129603,28935,609,1,4,24719,0,1830.17,-5939.2,114.004,0.994838,360,0,0,8982,0,0,0,0,0),(129604,28935,609,1,4,24719,0,2057.75,-5745.44,98.6091,0.820305,360,0,0,8982,0,0,0,0,0),(129605,28935,609,1,4,24719,0,2120.94,-6084.44,36.046,0.488692,360,0,0,8982,0,0,0,0,0),(129606,28935,609,1,4,24719,0,1906.47,-5908.51,101.774,4.85202,360,0,0,8982,0,0,0,0,0),(129607,28935,609,1,4,24719,0,1894.86,-5831.06,101.397,1.23918,360,0,0,8982,0,0,0,0,0),(129608,28935,609,1,4,24719,0,2194.83,-6128.64,3.39757,0.593412,360,0,0,8982,0,0,0,0,0),(129609,28935,609,1,4,24719,0,1892.93,-5814.59,101.704,4.5204,360,0,0,8982,0,0,0,0,0),(129610,28935,609,1,4,24719,0,1801.88,-5826.53,109.43,0.05236,360,0,0,8982,0,0,0,0,0),(129611,28935,609,1,4,24719,0,1824.73,-5928.91,124.914,3.33358,360,0,0,8982,0,0,0,0,0),(129612,28935,609,1,4,24719,0,2133.17,-6095.65,6.20578,1.65806,360,0,0,8982,0,0,0,0,0),(129613,28935,609,1,4,24719,0,1978.57,-5854.22,100.814,1.67552,360,0,0,8982,0,0,0,0,0),(129614,28935,609,1,4,24719,0,2136.69,-5794.32,99.6553,4.81711,360,0,0,8982,0,0,0,0,0),(129615,28935,609,1,4,24719,0,2051.11,-5902.21,115.595,0.279253,360,0,0,8982,0,0,0,0,0),(129616,28935,609,1,4,24719,0,1979.32,-5784.28,100.755,4.90438,360,0,0,8982,0,0,0,0,0),(129617,28935,609,1,4,24719,0,1976.23,-5832.19,118.718,1.11701,360,0,0,8982,0,0,0,0,0),(129618,28935,609,1,4,24719,0,2052.44,-5848.1,117.573,0.034907,360,0,0,8982,0,0,0,0,0),(129619,28935,609,1,4,24719,0,2182.36,-6118.14,20.4648,6.05629,360,0,0,8982,0,0,0,0,0),(129620,28935,609,1,4,24719,0,2148.61,-5852.5,101.432,5.91667,360,0,0,8982,0,0,0,0,0),(129621,28935,609,1,4,24719,0,2092.94,-6033.51,9.67896,1.58825,360,0,0,8982,0,0,0,0,0),(129622,28935,609,1,4,24719,0,1976.7,-5905.15,102.986,5.14872,360,0,0,8982,0,0,0,0,0),(129623,28935,609,1,4,24719,0,2136.41,-5795.21,120.688,2.04204,360,0,0,8982,0,0,0,0,0),(129624,28935,609,1,4,24719,0,2145.5,-5816.98,120.61,0.645772,360,0,0,8982,0,0,0,0,0),(129625,28935,609,1,4,24719,0,1913.26,-5934.38,103.044,1.81514,360,0,0,8982,0,0,0,0,0),(129626,28935,609,1,4,24719,0,2053.27,-5929.41,119.668,5.49779,360,0,0,8982,0,0,0,0,0),(129627,28935,609,1,4,24719,0,2139.5,-5750.44,120.884,3.66519,360,0,0,8982,0,0,0,0,0),(129628,28935,609,1,4,24719,0,1799.77,-5811.19,109.506,4.50295,360,0,0,8982,0,0,0,0,0),(129629,28935,609,1,4,24719,0,1981.91,-5754.92,99.7506,4.43314,360,0,0,8982,0,0,0,0,0),(129630,28935,609,1,4,24719,0,1973.25,-5896.36,117.92,1.41372,360,0,0,8982,0,0,0,0,0),(129631,28935,609,1,4,24719,0,2060.77,-5811.81,103.432,5.60251,360,0,0,8982,0,0,0,0,0),(129632,28935,609,1,4,24719,0,2138.65,-5917.38,120.694,4.5204,360,0,0,8982,0,0,0,0,0),(129633,28935,609,1,4,24719,0,1907.09,-5906.55,119.05,3.54302,360,0,0,8982,0,0,0,0,0),(129634,28935,609,1,4,24719,0,2059.64,-5814.54,120.997,2.05949,360,0,0,8982,0,0,0,0,0),(129635,28935,609,1,4,24719,0,1913.02,-5836.99,117.284,1.6057,360,0,0,8982,0,0,0,0,0),(129636,28935,609,1,4,24719,0,1983.41,-5759.84,118.812,0.925025,360,0,0,8982,0,0,0,0,0),(129637,28935,609,1,4,24719,0,2149.33,-5816,101.356,4.38078,360,0,0,8982,0,0,0,0,0),(129638,28936,609,1,4,25509,1,1520.92,-5715.26,116.227,1.37577,360,5,0,2091,2117,1,0,0,0),(129639,28936,609,1,4,25508,1,1475.03,-6121.62,116.398,3.37971,360,5,0,2091,2117,1,0,0,0),(129640,28936,609,1,4,25508,1,1560.28,-5897.26,124.073,2.86873,360,5,0,2091,2117,1,0,0,0),(129641,28936,609,1,4,25509,1,1806.28,-5940.01,115.799,0.981972,360,0,0,2091,2117,0,0,0,0),(129642,28936,609,1,4,25510,1,1803.81,-5937.02,115.88,1.32435,360,0,0,2091,2117,0,0,0,0),(129643,28936,609,1,4,25509,1,1444.45,-5755.55,131.335,2.29641,360,5,0,2091,2117,1,0,0,0),(129644,28936,609,1,4,25508,1,1407.98,-5784.36,131.326,1.18865,360,5,0,2091,2117,1,0,0,0),(129645,28936,609,1,4,25507,1,1812.25,-5940.04,115.518,2.47882,360,0,0,2091,2117,0,0,0,0),(129646,28936,609,1,4,25510,1,1780.94,-5844.86,116.573,0.444212,360,0,0,2091,2117,0,0,0,0),(129647,28936,609,1,4,25507,1,1784.51,-5836.13,116.227,0.003213,360,0,0,2091,2117,0,0,0,0),(129648,28936,609,1,4,25508,1,1790.61,-5830.82,114.245,-1.87902,360,0,0,2091,2117,0,0,0,0),(129649,28936,609,1,4,25509,1,1675.66,-5976.37,132.764,2.21657,360,0,0,2091,2117,0,0,0,0),(129650,28936,609,1,4,25507,1,1828.93,-5914.14,110.481,1.4052,360,0,0,2091,2117,0,0,0,0),(129651,28936,609,1,4,25507,1,1770.72,-5811.51,116.209,1.14081,360,0,0,2091,2117,0,0,0,0),(129652,28936,609,1,4,25507,1,1754.87,-5944.57,116.255,1.10267,360,5,0,2091,2117,1,0,0,0),(129653,28936,609,1,4,25507,1,1436.42,-5851.38,131.334,5.45482,360,5,0,2091,2117,1,0,0,0),(129654,28936,609,1,4,25510,1,1438.76,-5848.39,131.296,2.19912,360,0,0,2091,2117,0,0,0,0),(129655,28936,609,1,4,25509,1,1709.85,-5870.78,116.247,6.20906,360,5,0,2091,2117,1,0,0,0),(129656,28936,609,1,4,25509,1,1402.2,-5802.08,131.316,1.98407,360,5,0,2091,2117,1,0,0,0),(129657,28936,609,1,4,25508,1,1482.18,-5801.16,131.335,2.24899,360,5,0,2091,2117,1,0,0,0),(129658,28937,609,1,4,25553,1,1871.98,-5757.42,83.9755,4.74729,360,0,0,2091,2117,0,0,0,0),(129659,28937,609,1,4,25553,1,1881.77,-5757.19,83.9828,4.74729,360,0,0,2091,2117,0,0,0,0),(129660,28937,609,1,4,25553,1,1861.81,-5755.25,101.954,1.59985,360,5,0,2091,2117,1,0,0,0),(129661,28937,609,1,4,25553,1,1856.4,-5772.19,104.273,4.7822,360,0,0,2091,2117,0,0,0,0),(129662,28937,609,1,4,25553,1,1867.53,-5761.01,105.132,3.08923,360,0,0,2091,2117,0,0,0,0),(129663,28937,609,1,4,25553,1,1899.64,-5801.07,101.269,5.3058,360,0,0,2091,2117,0,0,0,0),(129664,28939,609,1,4,0,1,1389.33,-5834.92,137.328,5.73488,360,0,0,1717,4765,0,0,537166592,32),(129665,28939,609,1,4,25545,1,1520.09,-5794.53,129.719,1.62651,360,5,0,1717,4765,1,0,0,0),(129666,28939,609,1,4,25547,1,1490.2,-5941.34,132.825,2.79482,360,5,0,1717,4765,1,0,0,0),(129667,28939,609,1,4,25545,1,1528.7,-5983.58,116.525,0.617369,360,5,0,1717,4765,1,0,0,0),(129668,28939,609,1,4,25547,1,1819.19,-5869.52,115.894,0.139626,360,0,0,1717,4765,0,0,0,0),(129669,28939,609,1,4,25546,1,1511.32,-5919.43,132.269,6.26352,360,5,0,1717,4765,1,0,0,0),(129670,28939,609,1,4,25548,1,1729.86,-5913.41,116.746,3.49053,360,5,0,1717,4765,1,0,0,0),(129671,28939,609,1,4,25545,1,1805.58,-5934.52,115.736,2.54175,360,0,0,1717,4765,0,0,0,0),(129672,28939,609,1,4,25548,1,1610.28,-5770.52,116.171,2.75448,360,5,0,1717,4765,1,0,0,0),(129673,28939,609,1,4,25548,1,1706.87,-5870.56,116.247,6.28157,360,5,0,1717,4765,1,0,0,0),(129674,28939,609,1,4,25547,1,1685.38,-5832.23,116.174,4.51596,360,5,0,1717,4765,1,0,0,0),(129675,28939,609,1,4,25548,1,1698.07,-5749.34,109.881,4.75143,360,5,0,1717,4765,1,0,0,0),(129676,28939,609,1,4,25546,1,1734.43,-5784.23,116.172,0.406355,360,5,0,1717,4765,1,0,0,0),(129677,28939,609,1,4,25548,1,1733.98,-5777.2,115.894,0.198545,360,5,0,1717,4765,1,0,0,0),(129678,28939,609,1,4,25546,1,1691.22,-5882.08,116.256,0.503266,360,5,0,1717,4765,1,0,0,0),(129679,28939,609,1,4,25547,1,1777.24,-5781.4,116.505,-1.67521,360,0,0,1717,4765,0,0,0,0),(129680,28939,609,1,4,25546,1,1811.17,-5931.94,115.002,0.417553,360,0,0,1717,4765,0,0,0,0),(129681,28939,609,1,4,25547,1,1584.72,-5952.18,122.282,3.63663,360,5,0,1717,4765,1,0,0,0),(129682,28940,609,1,4,0,1,1389.09,-5839.64,137.291,4.48179,360,0,0,2533,0,0,0,537166592,32),(129683,28940,609,1,4,25506,1,1389.03,-5835.11,137.328,6.0276,360,0,0,2533,0,0,0,537166592,32),(129684,28940,609,1,4,25506,1,1648.06,-5674.08,116.467,3.081,360,5,0,2533,0,1,0,0,0),(129685,28940,609,1,4,25503,1,1475.8,-5729.39,131.817,1.30954,360,5,0,2533,0,1,0,0,0),(129686,28940,609,1,4,25505,1,1576.75,-5783.07,118.481,3.62097,360,5,0,2533,0,1,0,0,0),(129687,28940,609,1,4,25505,1,1677.36,-5703.88,105.353,2.24203,360,5,0,2533,0,1,0,0,0),(129688,28940,609,1,4,25506,1,1616.25,-5986.25,132.554,2.47837,360,0,0,2533,0,0,0,0,0),(129689,28940,609,1,4,25503,1,1628.86,-5996.31,134.822,4.60767,360,0,0,2533,0,0,0,0,0),(129690,28940,609,1,4,25504,1,1672.96,-6001.85,134.822,4.59022,360,0,0,2533,0,0,0,0,0),(129691,28940,609,1,4,25503,1,1503.04,-6021.4,117.001,2.53463,360,5,0,2533,0,1,0,0,0),(129692,28940,609,1,4,25506,1,1663.36,-5752.88,113.99,3.03396,360,5,0,2533,0,1,0,0,0),(129693,28940,609,1,4,25505,1,1780.26,-5889.16,116.549,0.107993,360,5,0,2533,0,1,0,0,0),(129694,28940,609,1,4,25506,1,1522.65,-5847.58,131.443,4.58716,360,5,0,2533,0,1,0,0,0),(129695,28940,609,1,4,25506,1,1627.92,-6041.8,143.644,1.48353,360,0,0,2533,0,0,0,0,0),(129696,28940,609,1,4,25506,1,1655.81,-6042.41,134.739,-2.56886,360,0,0,2533,0,0,0,0,0),(129697,28940,609,1,4,25506,1,1649.39,-6027.67,143.644,4.62512,360,0,0,2533,0,0,0,0,0),(129698,28940,609,1,4,25503,1,1665.33,-6043.33,143.644,1.44862,360,0,0,2533,0,0,0,0,0),(129699,28940,609,1,4,25503,1,1651.66,-6040.73,134.739,-0.946355,360,0,0,2533,0,0,0,0,0),(129700,28940,609,1,4,25505,1,1623.08,-6026.09,134.822,6.19592,360,0,0,2533,0,0,0,0,0),(129701,28940,609,1,4,25504,1,1625.06,-6014.04,134.822,6.16101,360,0,0,2533,0,0,0,0,0),(129702,28940,609,1,4,25505,1,1423.91,-5820.27,131.316,5.32969,360,5,0,2533,0,1,0,0,0),(129703,28940,609,1,4,25505,1,1599.28,-5741.85,119.322,5.09636,360,0,0,2533,0,0,0,0,0),(129704,28940,609,1,4,25505,1,1621.31,-5757.31,116.455,5.77704,360,0,0,2533,0,0,0,0,0),(129705,28940,609,1,4,25503,1,1587.75,-5718.42,121.766,4.4855,360,0,0,2533,0,0,0,0,0),(129706,28940,609,1,4,25505,1,1571.47,-5727.37,120.862,0.471239,360,0,0,2533,0,0,0,0,0),(129707,28940,609,1,4,25504,1,1572.13,-5736.44,119.952,5.06145,360,0,0,2533,0,0,0,0,0),(129708,28940,609,1,4,25504,1,1594.49,-5771.87,116.141,4.72984,360,0,0,2533,0,0,0,0,0),(129709,28940,609,1,4,25504,1,1637.47,-5826.37,116.372,2.64946,360,5,0,2533,0,1,0,0,0),(129710,28940,609,1,4,25503,1,1598.54,-5873.95,118.091,4.6867,360,5,0,2533,0,1,0,0,0),(129711,28940,609,1,4,25503,1,1661.82,-5964.42,130.803,1.58825,360,0,0,2533,0,0,0,0,0),(129712,28940,609,1,4,25503,1,1644.14,-5963.53,130.46,1.5708,360,0,0,2533,0,0,0,0,0),(129713,28940,609,1,4,25504,1,1642.76,-5980.29,133.049,1.41372,360,0,0,2533,0,0,0,0,0),(129714,28940,609,1,4,25503,1,1662.37,-5981.04,133.05,1.53589,360,0,0,2533,0,0,0,0,0),(129715,28940,609,1,4,25505,1,1688.27,-5995.54,132.512,1.02974,360,0,0,2533,0,0,0,0,0),(129716,28940,609,1,4,25503,1,1654.02,-6034.56,127.668,3.735,360,0,0,2533,0,0,0,0,0),(129717,28940,609,1,4,25505,1,1673.81,-6018.43,134.822,3.08923,360,0,0,2533,0,0,0,0,0),(129718,28940,609,1,4,25505,1,1648.9,-6019.73,133.323,1.51844,360,0,0,2533,0,0,0,0,0),(129719,28940,609,1,4,25505,1,1672.09,-6030.81,134.822,3.01942,360,0,0,2533,0,0,0,0,0),(129720,28940,609,1,4,25505,1,1648.8,-6026.43,134.822,4.60767,360,0,0,2533,0,0,0,0,0),(129721,28940,609,1,4,25504,1,1655.38,-6045.8,134.822,1.98968,360,0,0,2533,0,0,0,0,0),(129722,28940,609,1,4,25506,1,1464.06,-5866.14,131.456,4.67748,360,0,0,2533,0,0,0,0,0),(129723,28940,609,1,4,25504,1,1441.52,-5877.67,131.296,2.21657,360,0,0,2533,0,0,0,0,0),(129724,28940,609,1,4,25503,1,1418.3,-5792.6,131.332,4.12287,360,5,0,2533,0,1,0,0,0),(129725,28940,609,1,4,25503,1,1660.21,-5824.9,116.971,3.94356,360,5,0,2533,0,1,0,0,0),(129726,28940,609,1,4,25503,1,1442.75,-5814.78,131.335,2.37716,360,5,0,2533,0,1,0,0,0),(129727,28941,609,1,4,0,0,1400.27,-5824.03,137.271,5.13127,360,0,0,811,852,0,0,537166592,32),(129728,28941,609,1,4,25565,0,1506.67,-5811.22,132.297,3.52556,360,0,0,811,852,0,0,0,0),(129729,28941,609,1,4,25565,0,1502.46,-5812.86,132.299,0.139626,360,0,0,811,852,0,0,0,0),(129730,28941,609,1,4,25565,0,1617.68,-5724.73,121.047,3.01942,360,0,0,811,852,0,0,0,0),(129731,28941,609,1,4,25563,0,1622.47,-5718.77,120.503,3.26377,360,0,0,811,852,0,0,0,0),(129732,28941,609,1,4,25564,0,1610.1,-5725.01,120.443,2.93215,360,0,0,811,852,0,0,0,0),(129733,28941,609,1,4,25563,0,1621.59,-5711.63,120.777,3.52556,360,0,0,811,852,0,0,0,0),(129734,28941,609,1,4,25564,0,1645.94,-5838.57,122.133,3.80482,360,0,0,811,852,0,0,0,0),(129735,28941,609,1,4,25562,0,1608.69,-5727.34,120.107,2.74017,360,0,0,811,852,0,0,0,0),(129736,28941,609,1,4,25562,0,1615.67,-5735.81,120.054,2.53073,360,0,0,811,852,0,0,0,0),(129737,28941,609,1,4,25563,0,1641.81,-5843.14,122.133,0.698132,360,0,0,811,852,0,0,0,0),(129738,28941,609,1,4,25563,0,1641.75,-5856.07,117.376,2.28638,360,0,0,811,852,0,0,0,0),(129739,28941,609,1,4,25562,0,1641.78,-5839.29,122.133,5.65487,360,0,0,811,852,0,0,0,0),(129740,28941,609,1,4,25564,0,1640.49,-5852.96,117.376,4.72984,360,0,0,811,852,0,0,0,0),(129741,28941,609,1,4,25562,0,1645.77,-5842.76,122.133,2.32129,360,0,0,811,852,0,0,0,0),(129742,28941,609,1,4,25564,0,1638.3,-5855.87,117.376,0.488692,360,0,0,811,852,0,0,0,0),(129743,28941,609,1,4,25564,0,1642.94,-5841.78,117.376,3.94444,360,0,0,811,852,0,0,0,0),(129744,28941,609,1,4,25562,0,1644,-5802.56,117.206,5.8294,360,0,0,811,852,0,0,0,0),(129745,28941,609,1,4,25562,0,1644.86,-5804.85,117.205,1.44862,360,0,0,811,852,0,0,0,0),(129746,28941,609,1,4,25564,0,1647.12,-5802.68,117.206,3.33358,360,0,0,811,852,0,0,0,0),(129747,28941,609,1,4,25562,0,1656.95,-5876.48,117.224,4.18879,360,0,0,811,852,0,0,0,0),(129748,28941,609,1,4,25565,0,1657.18,-5880.64,117.224,2.02458,360,0,0,811,852,0,0,0,0),(129749,28941,609,1,4,25562,0,1568.59,-5753.39,120.402,0.890118,360,0,0,811,852,0,0,0,0),(129750,28941,609,1,4,25565,0,1576.71,-5758.37,120.031,1.22173,360,0,0,811,852,0,0,0,0),(129751,28941,609,1,4,25565,0,1615.35,-5711.52,121.315,3.63029,360,0,0,811,852,0,0,0,0),(129752,28941,609,1,4,25563,0,1764.72,-5888.73,119.968,2.70526,360,0,0,811,852,0,0,0,0),(129753,28941,609,1,4,25563,0,1740.03,-5881.81,124.418,0.069813,360,0,0,811,852,0,0,0,0),(129754,28941,609,1,4,25564,0,1785.12,-5873.92,109.579,4.04916,360,0,0,811,852,0,0,0,0),(129755,28941,609,1,4,25565,0,1782.08,-5876.27,109.579,1.20428,360,0,0,811,852,0,0,0,0),(129756,28941,609,1,4,25564,0,1781.96,-5872.79,109.578,4.59022,360,0,0,811,852,0,0,0,0),(129757,28941,609,1,4,25562,0,1748.53,-5800.31,117.206,1.64061,360,0,0,811,852,0,0,0,0),(129758,28941,609,1,4,25565,0,1750.69,-5880.01,116.125,0.890118,360,0,0,811,852,0,0,0,0),(129759,28941,609,1,4,25565,0,1753.66,-5877.42,116.125,3.7001,360,0,0,811,852,0,0,0,0),(129760,28941,609,1,4,25562,0,1567.16,-5748.23,120.936,0.715585,360,0,0,811,852,0,0,0,0),(129761,28941,609,1,4,25562,0,1562.42,-5742.34,120.245,0.436332,360,0,0,811,852,0,0,0,0),(129762,28941,609,1,4,25563,0,1571.97,-5744.4,120.531,0.733038,360,0,0,811,852,0,0,0,0),(129763,28941,609,1,4,25563,0,1562,-5749.49,120.766,0.645772,360,0,0,811,852,0,0,0,0),(129764,28941,609,1,4,25564,0,1557.79,-5752.63,120.207,0.645772,360,0,0,811,852,0,0,0,0),(129765,28941,609,1,4,25565,0,1576.69,-5752.16,120.71,1.11701,360,0,0,811,852,0,0,0,0),(129766,28941,609,1,4,25563,0,1574.85,-5758.6,120.043,1.15192,360,0,0,811,852,0,0,0,0),(129767,28941,609,1,4,25562,0,1574.99,-5751.52,120.84,1.0472,360,0,0,811,852,0,0,0,0),(129768,28941,609,1,4,25564,0,1610.83,-5732.97,119.992,2.51327,360,0,0,811,852,0,0,0,0),(129769,28942,609,1,4,25569,0,1395.53,-5828.78,137.271,0.976309,360,0,0,811,852,0,0,537166592,32),(129770,28942,609,1,4,25569,0,1621.09,-5730.3,120.442,2.82743,360,0,0,811,852,0,0,0,0),(129771,28942,609,1,4,25568,0,1615.11,-5716.61,121.097,3.40339,360,0,0,811,852,0,0,0,0),(129772,28942,609,1,4,25566,0,1753.2,-5775.46,117.169,2.58309,360,0,0,811,852,0,0,0,0),(129773,28942,609,1,4,25569,0,1752.45,-5771.11,117.169,4.01426,360,0,0,811,852,0,0,0,0),(129774,28942,609,1,4,25567,0,1610.83,-5732.97,119.992,2.51327,360,0,0,811,852,0,0,0,0),(129775,28942,609,1,4,25566,0,1610.87,-5721.58,120.714,3.15905,360,0,0,811,852,0,0,0,0),(129776,28942,609,1,4,25567,0,1615.51,-5729.98,120.478,2.75762,360,0,0,811,852,0,0,0,0),(129777,28942,609,1,4,25568,0,1740.36,-5969.89,117.203,0.907571,360,0,0,811,852,0,0,0,0),(129778,28942,609,1,4,25569,0,1742.19,-5967.81,117.204,3.89208,360,0,0,811,852,0,0,0,0),(129779,28942,609,1,4,25566,0,1749.72,-5773.55,117.17,0.034907,360,0,0,811,852,0,0,0,0),(129780,28942,609,1,4,25569,0,1641.64,-5844.47,117.376,1.15192,360,0,0,811,852,0,0,0,0),(129781,28942,609,1,4,25569,0,1633.05,-5841.04,117.364,4.79965,360,0,0,811,852,0,0,0,0),(129782,28942,609,1,4,25569,0,1633.21,-5843.68,117.367,1.93731,360,0,0,811,852,0,0,0,0),(129783,28942,609,1,4,25568,0,1574.85,-5758.6,120.043,1.15192,360,0,0,811,852,0,0,0,0),(129784,28942,609,1,4,25567,0,1653.92,-5877.89,117.223,6.12611,360,0,0,811,852,0,0,0,0),(129785,28942,609,1,4,25566,0,1574.99,-5751.52,120.84,1.0472,360,0,0,811,852,0,0,0,0),(129786,28942,609,1,4,25567,0,1581.9,-5755.35,120.052,1.36136,360,0,0,811,852,0,0,0,0),(129787,28942,609,1,4,25568,0,1576.69,-5752.16,120.71,1.11701,360,0,0,811,852,0,0,0,0),(129788,28942,609,1,4,25567,0,1613.81,-5738.64,119.954,2.3911,360,0,0,811,852,0,0,0,0),(129789,28942,609,1,4,25567,0,1752.87,-5883.37,123.606,1.30668,360,0,0,811,852,0,0,0,0),(129790,28942,609,1,4,25566,0,1745.5,-5869.75,123.606,5.06145,360,0,0,811,852,0,0,0,0),(129791,28942,609,1,4,25569,0,1740,-5887.54,124.411,0.05236,360,0,0,811,852,0,0,0,0),(129792,28942,609,1,4,25566,0,1775.59,-5875.7,116.735,6.19592,360,0,0,811,852,0,0,0,0),(129793,28942,609,1,4,25568,0,1762.65,-5887.38,119.959,5.75959,360,0,0,811,852,0,0,0,0),(129794,28942,609,1,4,25566,0,1746.01,-5871.7,123.606,1.85005,360,0,0,811,852,0,0,0,0),(129795,28942,609,1,4,25567,0,1778.35,-5875.76,116.735,3.08923,360,0,0,811,852,0,0,0,0),(129796,28942,609,1,4,25566,0,1751.86,-5877.11,116.125,5.55015,360,0,0,811,852,0,0,0,0),(129797,28942,609,1,4,25567,0,1753.24,-5880.77,123.606,4.85202,360,0,0,811,852,0,0,0,0),(129798,28942,609,1,4,25567,0,1748.85,-5797.6,117.204,4.46577,360,0,0,811,852,0,0,0,0),(129799,28942,609,1,4,25569,0,1753.5,-5879.7,116.125,2.49582,360,0,0,811,852,0,0,0,0),(129800,28942,609,1,4,25566,0,1580.21,-5745.24,120.06,1.11701,360,0,0,811,852,0,0,0,0),(129801,28942,609,1,4,25569,0,1583.38,-5750.42,119.975,1.37881,360,0,0,811,852,0,0,0,0),(129802,28942,609,1,4,25568,0,1577.22,-5740.97,119.98,0.785398,360,0,0,811,852,0,0,0,0),(129803,28942,609,1,4,25568,0,1576.71,-5758.37,120.031,1.22173,360,0,0,811,852,0,0,0,0),(129804,28942,609,1,4,25569,0,1610.1,-5725.01,120.443,2.93215,360,0,0,811,852,0,0,0,0),(129805,28942,609,1,4,25569,0,1621.59,-5711.63,120.777,3.52556,360,0,0,811,852,0,0,0,0),(129806,28943,609,1,4,25287,0,1872.76,-5773.98,87.679,4.90438,360,0,0,9610,0,0,0,0,0),(129807,28945,609,1,4,103,1,1587.17,-5700.16,123.123,3.83972,360,0,0,2699,0,0,0,0,0),(129808,28946,609,1,4,25789,1,1556.08,-5712.45,121.764,0.418879,360,0,0,1889,5206,0,0,0,0),(129809,28946,609,1,4,25789,1,1581.78,-5702.88,121.681,2.10022,360,5,0,1889,5206,1,0,0,0),(129810,28946,609,1,4,25787,1,1573.22,-5726.46,120.779,5.30491,360,5,0,1889,5206,1,0,0,0),(129811,28946,609,1,4,25789,1,1591.78,-5705.29,123.123,2.58309,360,0,0,1889,5206,0,0,0,0),(129812,28946,609,1,4,25787,1,1577.04,-5702.8,121.764,0.401426,360,0,0,1889,5206,0,0,0,0),(129813,28946,609,1,4,25787,1,1578.94,-5713.27,121.68,0.444139,360,5,0,1889,5206,1,0,0,0),(129814,28946,609,1,4,25789,1,1603.19,-5755.48,119.34,3.10669,360,0,0,1889,5206,0,0,0,0),(207185,39349,0,1,1,0,1,-5428.29,-635.167,394.536,4.72984,120,0,0,1,0,0,0,0,0),(207186,39368,0,1,1,0,1,-5424.03,-638.082,393.992,1.65806,120,0,0,1,0,0,0,0,0),(207183,39349,0,1,1,0,1,-5427.99,-632.557,394.62,4.72984,120,0,0,1,0,0,0,0,0),(207181,39349,0,1,1,0,1,-5425.36,-627.812,395.062,4.72984,120,0,0,1,0,0,0,0,0),(207109,23507,0,1,1,0,0,-9139.25,378.197,90.7553,0.2904,120,5,0,1,0,1,0,0,0),(207108,23507,0,1,1,0,0,-9130.28,356.669,92.7542,0.1912,120,5,0,1,0,1,0,0,0),(207107,23507,0,1,1,0,0,-9121.24,370.55,93.1852,3.0176,120,5,0,1,0,1,0,0,0),(207106,23507,0,1,1,0,0,-9113.25,359.786,93.7622,0.4363,120,5,0,1,0,1,0,0,0),(129823,32541,609,1,4,3019,0,2400.74,-5681.4,155.014,2.9147,360,0,0,1,0,0,0,0,0),(129824,32541,609,1,4,3019,0,2399.36,-5689.5,154.871,3.00197,360,0,0,1,0,0,0,0,0),(129825,32541,609,1,4,3019,0,2399.9,-5685.37,155.034,2.93215,360,0,0,1,0,0,0,0,0),(129826,32541,609,1,4,3019,0,2398.98,-5693.64,154.564,2.94961,360,0,0,1,0,0,0,0,0),(207078,23527,1,1,1,0,0,9955.5,2198.19,1328.08,2.9306,120,5,0,1,0,1,0,0,0),(207077,23527,1,1,1,0,0,9952.4,2231.45,1332.08,2.1109,120,5,0,1,0,1,0,0,0),(207070,23528,530,1,1,0,0,-4037.07,-11885.4,-0.4817,1.4137,120,5,0,1,0,1,0,0,0),(207071,23528,530,1,1,0,0,-4045.52,-11905.6,-2.3424,4.9916,120,5,0,1,0,1,0,0,0),(129832,28476,609,1,1,25398,0,2426.4,-5543.19,423.977,5.3058,360,0,0,2614,0,0,0,0,0),(207190,39678,0,1,1,0,0,-5461.83,-626.958,393.687,5.18363,120,0,0,1,0,0,0,0,0),(207074,23527,1,1,1,0,0,10004.7,2230.14,1330.2,2.0652,120,5,0,1,0,1,0,0,0),(207073,23527,1,1,1,0,0,10003.4,2247.26,1329.05,1.8471,120,5,0,1,0,1,0,0,0),(129836,28481,609,1,4,11686,0,2493.6,-5642.61,423.428,5.8294,360,0,0,8982,0,0,0,0,0),(129837,28481,609,1,4,11686,0,2509.47,-5560.17,423.504,2.26893,360,0,0,8982,0,0,0,0,0),(129838,28481,609,1,4,11686,0,2426.99,-5544.25,423.497,4.83456,360,0,0,8982,0,0,0,0,0),(83397,18521,558,3,1,0,1,-148.405,-288.509,25.5241,3.51466,86400,6,0,17396,0,1,0,0,0),(83396,18521,558,3,1,0,1,-158.356,-292.882,26.1383,0.483808,86400,6,0,17396,0,1,0,0,0),(83398,18524,558,3,1,0,1,-156.777,-281.002,26.5028,3.51702,86400,6,0,16819,0,1,0,0,0),(67872,19168,554,3,1,0,0,272.683,-24.5176,26.3284,0.0714562,86400,0,0,29587,3155,0,0,0,0),(207127,23529,1,1,1,0,0,-1362.49,239.543,4.7126,3.8836,120,5,0,1,0,1,0,0,0),(207126,23529,1,1,1,0,0,-1362.34,131.977,42.5002,0.0356,120,5,0,1,0,1,0,0,0),(207125,23529,1,1,1,0,0,-1347.88,198.196,60.5756,1.9987,120,5,0,1,0,1,0,0,0),(207124,23529,1,1,1,0,0,-1346.69,150.608,54.6167,4.0739,120,5,0,1,0,1,0,0,0),(129850,29000,609,1,4,25841,1,1641.03,-6036.11,149.956,4.45611,360,5,0,2915,4326,1,0,0,0),(207141,23530,0,1,1,0,0,1785.37,215.871,59.7939,5.0091,120,5,0,1,0,1,0,0,0),(207140,23530,0,1,1,0,0,1784.61,193.467,70.3996,3.3475,120,5,0,1,0,1,0,0,0),(207139,23530,0,1,1,0,0,1782.62,284.328,70.3996,6.0904,120,5,0,1,0,1,0,0,0),(207138,23530,0,1,1,0,0,1778.37,288.996,57.7717,3.6201,120,5,0,1,0,1,0,0,0),(207137,23530,0,1,1,0,0,1776.18,188.383,57.7717,0.8561,120,5,0,1,0,1,0,0,0),(207136,23530,0,1,1,0,0,1763.95,284.762,70.3996,5.7727,120,5,0,1,0,1,0,0,0),(207135,23530,0,1,1,0,0,1757.56,192.513,70.3996,2.9937,120,5,0,1,0,1,0,0,0),(207134,23530,0,1,1,0,0,1742.55,225.237,62.0214,1.1691,120,5,0,1,0,1,0,0,0),(207090,23507,0,1,1,0,0,-9042.5,347.937,93.9583,2.8155,120,5,0,1,0,1,0,0,0),(207089,23507,0,1,1,0,0,-9029.8,338.595,93.543,5.0263,120,5,0,1,0,1,0,0,0),(207088,23527,1,1,1,0,0,9993.22,2173.38,1327.95,1.7654,120,5,0,1,0,1,0,0,0),(207087,23527,1,1,1,0,0,9993.04,2137.43,1329.93,4.0385,120,5,0,1,0,1,0,0,0),(207086,23527,1,1,1,0,0,9992.12,2153.27,1328.93,3.4327,120,5,0,1,0,1,0,0,0),(207085,23527,1,1,1,0,0,9989.94,2251.71,1330.96,5.6063,120,5,0,1,0,1,0,0,0),(207084,23527,1,1,1,0,0,9984.79,2154.93,1328.19,3.0898,120,5,0,1,0,1,0,0,0),(207083,23527,1,1,1,0,0,9984.32,2140.5,1328.43,1.3946,120,5,0,1,0,1,0,0,0),(207081,23527,1,1,1,0,0,9973.46,2154.08,1328.79,2.6918,120,5,0,1,0,1,0,0,0),(207082,23527,1,1,1,0,0,9978.25,2252.51,1333.21,2.0316,120,5,0,1,0,1,0,0,0),(207155,23531,530,1,1,0,0,9287.75,-7313.33,18.2645,3.5213,120,5,0,1,0,1,0,0,0),(207154,23531,530,1,1,0,0,9286.94,-7287.37,17.8033,6.0032,120,5,0,1,0,1,0,0,0),(207153,23530,0,1,1,0,0,1841.8,194.889,70.3996,2.5587,120,5,0,1,0,1,0,0,0),(207152,23530,0,1,1,0,0,1832.22,283.142,70.3996,3.0768,120,5,0,1,0,1,0,0,0),(207151,23530,0,1,1,0,0,1825.02,194.343,70.3996,3.251,120,5,0,1,0,1,0,0,0),(207150,23530,0,1,1,0,0,1816.72,327.145,70.8151,1.0777,120,5,0,1,0,1,0,0,0),(207149,23530,0,1,1,0,0,1805.74,256.046,60.7974,4.2399,120,5,0,1,0,1,0,0,0),(129877,29011,609,1,4,21342,0,1646.87,-6044.2,167.988,1.79769,360,5,0,2159,2163,1,0,0,0),(207189,39675,0,1,1,0,1,-5464.72,-668.715,393.602,1.85005,120,0,0,1,0,0,0,0,0),(207065,23528,530,1,1,0,0,-4015.09,-11828.9,0.1345,4.8542,120,5,0,1,0,1,0,0,0),(207066,23528,530,1,1,0,0,-4019.02,-11892.6,-1.7731,4.5072,120,5,0,1,0,1,0,0,0),(129882,28765,609,1,4,23767,0,2051.46,-5782.35,106.652,3.12414,360,5,0,27890000,0,1,0,0,0),(75951,19168,554,3,1,0,0,308.545,15.4713,25.3862,3.14629,86400,0,0,29587,3155,0,0,0,0),(129884,29029,609,1,4,0,0,1389.21,-5712.43,136.136,1.8326,360,0,0,2091,2117,0,0,0,0),(129885,29029,609,1,4,0,0,1354.52,-5701.94,136.498,3.05433,360,0,0,2091,2117,0,0,0,0),(129886,29029,609,1,4,0,0,1349.79,-5745.06,136.498,4.55531,360,0,0,2091,2117,0,0,0,0),(129887,29029,609,1,4,0,0,1400.37,-5714.19,134.271,2.98451,360,0,0,2091,2117,0,0,0,0),(129888,29029,609,1,4,0,0,1357.78,-5753.88,136.498,3.21141,360,0,0,2091,2117,0,0,0,0),(129889,29029,609,1,4,0,0,1370.1,-5718.47,136.498,0.820305,360,0,0,2091,2117,0,0,0,0),(129890,29029,609,1,4,0,0,1409.66,-5726.53,132.123,4.45059,360,0,0,2091,2117,0,0,0,0),(129891,29029,609,1,4,0,0,1344.39,-5721.2,136.498,3.94444,360,0,0,2091,2117,0,0,0,0),(129892,29029,609,1,4,0,0,1369.85,-5669.17,136.892,6.16101,360,0,0,2091,2117,0,0,0,0),(129893,29029,609,1,4,0,0,1417.94,-5715.42,131.697,1.72788,360,0,0,2091,2117,0,0,0,0),(129894,29029,609,1,4,0,0,1337.95,-5674.73,138.083,4.01426,360,0,0,2091,2117,0,0,0,0),(129895,29029,609,1,4,0,0,1392.2,-5693.86,136.625,0.349066,360,0,0,2091,2117,0,0,0,0),(129896,29029,609,1,4,0,0,1352.79,-5724.72,136.498,3.47321,360,0,0,2091,2117,0,0,0,0),(129897,29030,609,1,4,25780,1,1346.56,-5705.84,136.498,0.994838,360,0,0,3238,3244,0,0,0,0),(129898,29030,609,1,4,25780,1,1378.68,-5656.92,146.155,4.67748,360,0,0,3238,3244,0,0,0,0),(129899,29030,609,1,4,25777,1,1395.41,-5680.93,138.639,3.85718,360,0,0,3238,3244,0,0,0,0),(129900,29030,609,1,4,25778,1,1379.45,-5716.89,137.311,1.95477,360,0,0,3238,3244,0,0,0,0),(129901,29031,609,1,4,25782,1,1399,-5709.49,135.054,2.58309,360,0,0,3238,2163,0,0,0,0),(129902,29031,609,1,4,25784,1,1342.95,-5668.53,136.597,5.58505,360,0,0,3238,2163,0,0,0,0),(129903,29031,609,1,4,25784,1,1353.86,-5715.34,136.498,1.32645,360,0,0,3238,2163,0,0,0,0),(129904,29031,609,1,4,25784,1,1363.62,-5719.99,136.498,1.43117,360,0,0,3238,2163,0,0,0,0),(129905,29032,609,1,4,25863,0,1319.32,-5771.84,137.829,0.680678,360,0,0,10,0,0,0,0,0),(129906,29038,609,1,4,24719,0,1369.78,-5702.28,138.524,0.942478,360,5,0,8982,0,1,0,0,0),(129907,29038,609,1,4,24719,0,1378,-5691.87,151.097,5.89921,360,5,0,8982,0,1,0,0,0),(129908,29038,609,1,4,24719,0,1367.52,-5683.8,150.43,5.41052,360,5,0,8982,0,1,0,0,0),(129909,29038,609,1,4,24719,0,1375.48,-5700.01,150.631,3.82227,360,5,0,8982,0,1,0,0,0),(129910,29038,609,1,4,24719,0,1381.68,-5694.4,151.049,4.92183,360,5,0,8982,0,1,0,0,0),(129911,29038,609,1,4,24719,0,1361.88,-5694.81,148.36,1.0472,360,5,0,8982,0,1,0,0,0),(129912,29038,609,1,4,24719,0,1376.78,-5694.99,164.34,1.18682,360,5,0,8982,0,1,0,0,0),(129913,29038,609,1,4,24719,0,1367.1,-5677.61,148.005,3.9619,360,5,0,8982,0,1,0,0,0),(129914,29038,609,1,4,24719,0,1370.84,-5700.44,148.901,5.68977,360,5,0,8982,0,1,0,0,0),(129915,29038,609,1,4,24719,0,1382.93,-5696.13,164.359,6.07375,360,5,0,8982,0,1,0,0,0),(129916,29038,609,1,4,24719,0,1360.01,-5679.6,151.549,4.59022,360,5,0,8982,0,1,0,0,0),(129917,29038,609,1,4,24719,0,1352.35,-5689.83,147.727,4.71239,360,5,0,8982,0,1,0,0,0),(129918,29038,609,1,4,24719,0,1356.36,-5690.53,148.527,3.35103,360,5,0,8982,0,1,0,0,0),(129919,29038,609,1,4,24719,0,1354.39,-5686.21,150.091,5.68977,360,5,0,8982,0,1,0,0,0),(129920,29038,609,1,4,24719,0,1357.85,-5694.98,147.406,3.00197,360,5,0,8982,0,1,0,0,0),(129921,29038,609,1,4,24719,0,1369.05,-5675.59,135.796,0.191986,360,5,0,8982,0,1,0,0,0),(129922,29038,609,1,4,24719,0,1381.91,-5699.48,165.055,6.16101,360,5,0,8982,0,1,0,0,0),(129923,29038,609,1,4,24719,0,1380.16,-5701.69,164.215,5.16617,360,5,0,8982,0,1,0,0,0),(129924,29038,609,1,4,24719,0,1373.87,-5698.54,162.481,2.33874,360,5,0,8982,0,1,0,0,0),(129925,29038,609,1,4,24719,0,1366.53,-5701.25,147.083,1.309,360,5,0,8982,0,1,0,0,0),(129926,29038,609,1,4,24719,0,1372.79,-5705.8,147.119,2.72271,360,5,0,8982,0,1,0,0,0),(129927,29038,609,1,4,24719,0,1383.72,-5689.47,148.14,1.51844,360,5,0,8982,0,1,0,0,0),(129928,29038,609,1,4,24719,0,1384.16,-5686.45,136.175,0.593412,360,5,0,8982,0,1,0,0,0),(129929,29038,609,1,4,24719,0,1382.67,-5700.46,156.204,2.40855,360,5,0,8982,0,1,0,0,0),(129930,29038,609,1,4,24719,0,1377.78,-5682.76,138.395,1.93731,360,5,0,8982,0,1,0,0,0),(129931,29038,609,1,4,24719,0,1383.72,-5700.96,145.792,1.46608,360,5,0,8982,0,1,0,0,0),(129932,29038,609,1,4,24719,0,1372.75,-5693.95,152.324,2.35619,360,5,0,8982,0,1,0,0,0),(129933,29038,609,1,4,24719,0,1368.3,-5694.87,150.277,5.75959,360,5,0,8982,0,1,0,0,0),(129934,29038,609,1,4,24719,0,1376.7,-5700.71,138.456,3.49066,360,5,0,8982,0,1,0,0,0),(129935,29038,609,1,4,24719,0,1374.22,-5687.53,150.038,3.71755,360,5,0,8982,0,1,0,0,0),(129936,29038,609,1,4,24719,0,1365.88,-5689.08,151.894,0.488692,360,5,0,8982,0,1,0,0,0),(129937,29038,609,1,4,24719,0,1363.24,-5699.76,148.028,0.820305,360,5,0,8982,0,1,0,0,0),(129938,29038,609,1,4,24719,0,1371.15,-5705.88,136.498,5.25344,360,5,0,8982,0,1,0,0,0),(129939,29038,609,1,4,24719,0,1353.21,-5691.63,138.423,4.41568,360,5,0,8982,0,1,0,0,0),(129940,29038,609,1,4,24719,0,1360.26,-5696.7,138.421,0.733038,360,5,0,8982,0,1,0,0,0),(129941,29038,609,1,4,24719,0,1365.1,-5699.74,138.456,5.044,360,5,0,8982,0,1,0,0,0),(129942,29038,609,1,4,24719,0,1384.85,-5699.1,138.051,1.78024,360,5,0,8982,0,1,0,0,0),(129943,29038,609,1,4,24719,0,1351.64,-5685.48,135.254,3.87463,360,5,0,8982,0,1,0,0,0),(129944,29038,609,1,4,24719,0,1355.92,-5681,138.388,4.46804,360,5,0,8982,0,1,0,0,0),(129945,29038,609,1,4,24719,0,1386.32,-5704.46,137.525,2.16421,360,5,0,8982,0,1,0,0,0),(207117,23529,1,1,1,0,0,-1263.81,262.569,20.4925,1.6933,120,5,0,1,0,1,0,0,0),(129947,29053,609,1,4,25885,1,1371.66,-5719.72,136.504,3.88802,360,0,0,3238,2163,0,0,0,0),(129948,28804,609,1,4,24470,0,2199.85,-6100.34,11.6666,1.23902,360,5,0,2614,0,1,0,0,0),(129949,28804,609,1,4,24470,0,2181.4,-6109.26,12.8034,1.90425,360,5,0,2614,0,1,0,0,0),(129950,29061,609,1,4,25887,0,1320.97,-5740.96,137.555,5.49779,360,0,0,10,0,0,0,0,0),(129951,28549,609,1,4,24434,0,1289.42,-6107.17,15.6821,4.74729,360,0,0,9610,0,0,0,0,0),(129952,28550,609,1,4,24459,0,1320.01,-6121.31,15.079,4.59022,360,0,0,9610,3309,0,0,0,0),(129953,28551,609,1,4,24435,0,1291.17,-6109.71,15.368,2.82743,360,0,0,9940,0,0,0,0,0),(129954,28552,609,1,4,24438,0,1325.99,-6120.65,15.0869,1.0821,360,0,0,9610,0,0,0,0,0),(129955,29065,609,1,4,25888,0,1318.37,-5763.48,137.891,0.034907,360,0,0,10,0,0,0,0,0),(129956,28553,609,1,4,24439,0,1330.69,-6116.45,15.4585,3.59538,360,0,0,9940,0,0,0,0,0),(129957,28554,609,1,4,24412,0,1324.66,-6116.01,15.1683,5.74213,360,0,0,9610,0,0,0,0,0),(129958,28555,609,1,4,24436,0,1287.56,-6109,15.758,5.96903,360,0,0,9610,0,0,0,0,0),(129959,29067,609,1,4,25890,0,1331.73,-5756.24,137.577,3.08923,360,0,0,10,0,0,0,0,0),(207057,23487,1,1,1,0,0,1320.65,-4388.16,26.29,0.91,120,10,0,1,0,1,0,0,0),(129961,29068,609,1,4,25891,0,1320.44,-5753.36,137.48,6.24828,360,0,0,10,0,0,0,0,0),(129962,28556,609,1,4,24437,0,1326.9,-6114.16,15.318,4.7822,360,0,0,9940,0,0,0,0,0),(207056,23487,1,1,1,0,0,1282.59,-4408.8,26.47,4.71,120,10,0,1,0,1,0,0,0),(129964,29070,609,1,4,25892,0,1328.67,-5773.04,137.848,1.6057,360,0,0,10,0,0,0,0,0),(129965,29071,609,1,4,25893,0,1331.3,-5740.97,137.659,4.13643,360,0,0,10,0,0,0,0,0),(129966,29072,609,1,4,25894,0,1331.87,-5748.44,137.486,3.05433,360,0,0,10,0,0,0,0,0),(129967,29073,609,1,4,25895,0,1321.25,-5749.35,137.454,6.21337,360,0,0,10,0,0,0,0,0),(129968,29074,609,1,4,25896,0,1331.48,-5764.67,137.904,3.38594,360,0,0,10,0,0,0,0,0),(129969,29077,609,1,4,24413,0,1320.41,-6124.41,14.7567,2.74017,360,0,0,96100,19854,0,0,0,0),(129970,29078,609,1,4,24458,0,1317.81,-6122.82,14.9806,5.84685,360,0,0,49700,13548,0,0,0,0),(129971,29080,609,1,4,25508,1,1301.78,-6101.76,14.1091,1.58574,360,5,0,13495,0,1,0,0,0),(129972,29080,609,1,4,25510,1,1301.25,-6104.29,14.1091,1.36388,360,5,0,13495,0,1,0,0,0),(129973,29080,609,1,4,25508,1,1308.51,-6135.79,14.0722,3.14159,360,0,0,13495,0,0,0,0,0),(129974,29080,609,1,4,25509,1,1292.86,-6134.23,14.0722,0.034907,360,0,0,13495,0,0,0,0,0),(129975,29080,609,1,4,25510,1,1376.33,-5978.9,82.8302,0.575959,360,0,0,13495,0,0,0,0,0),(129976,29080,609,1,4,25507,1,1363.39,-5966.81,84.6656,0.628319,360,0,0,13495,0,0,0,0,0),(129977,29080,609,1,4,25508,1,1325.1,-6177.84,14.0722,3.92699,360,0,0,13495,0,0,0,0,0),(129978,29080,609,1,4,25510,1,1316.17,-6167.47,14.0722,3.9968,360,0,0,13495,0,0,0,0,0),(129979,29080,609,1,4,25510,1,1288.68,-6190.7,14.0722,1.29154,360,0,0,13495,0,0,0,0,0),(129980,29080,609,1,4,25508,1,1292.48,-6191.33,14.0722,1.44862,360,0,0,13495,0,0,0,0,0),(129981,29080,609,1,4,25509,1,1357.84,-5996.28,65.9366,0.680678,360,0,0,13495,0,0,0,0,0),(129982,29080,609,1,4,25508,1,1348.64,-5987.2,66.488,0.925025,360,0,0,13495,0,0,0,0,0),(129983,29080,609,1,4,25510,1,1297.44,-6058.23,21.0491,1.36136,360,0,0,13495,0,0,0,0,0),(129984,29080,609,1,4,25509,1,1284.99,-6043.04,22.0297,1.02974,360,0,0,13495,0,0,0,0,0),(129985,29080,609,1,4,25509,1,1318.57,-6017.7,41.6717,0.314159,360,0,0,13495,0,0,0,0,0),(129986,29080,609,1,4,25507,1,1309.22,-6003.4,43.42,0.350973,360,0,0,13495,0,0,0,0,0),(129987,29080,609,1,4,25510,1,1308.13,-6156.84,14.0722,3.00197,360,0,0,13495,0,0,0,0,0),(129988,29080,609,1,4,25508,1,1290.64,-6155.5,14.0722,6.0912,360,0,0,13495,0,0,0,0,0),(129989,29080,609,1,4,25507,1,1308.05,-6144.7,14.0722,3.26377,360,0,0,13495,0,0,0,0,0),(129990,29080,609,1,4,25509,1,1291.73,-6144.81,14.0722,6.23082,360,0,0,13495,0,0,0,0,0),(129991,29080,609,1,4,25509,1,1393.63,-5950.37,99.3573,5.93412,360,0,0,13495,0,0,0,0,0),(129992,29080,609,1,4,25510,1,1396.82,-5970.03,96.8051,6.10865,360,5,0,13495,0,1,0,0,0),(83423,18702,558,3,1,0,1,-30.7843,-412.622,26.5998,3.29315,86400,0,0,22014,8538,2,0,0,0),(83415,18702,558,3,1,0,1,-47.7719,-365.048,26.5924,4.78542,86400,0,0,22014,8799,2,0,0,0),(83411,18521,558,3,1,0,1,-140.358,-316.297,26.591,3.27667,86400,6,0,17396,0,1,0,0,0),(83412,18521,558,3,1,0,1,-130.994,-315.024,28.7814,2.84627,86400,6,0,17396,0,1,0,0,0),(83414,18524,558,3,1,0,1,-129.934,-306.423,26.5599,1.47811,86400,6,0,16819,0,1,0,0,0),(83413,18524,558,3,1,0,1,-126.251,-293.992,27.2891,4.85533,86400,6,0,16819,0,1,0,0,0),(83400,18524,558,3,1,0,1,-139.947,-295.194,27.3434,0.650304,86400,6,0,16819,0,1,0,0,0),(83399,18524,558,3,1,0,1,-172.276,-276.627,31.6884,6.18108,86400,6,0,16819,0,1,0,0,0),(130001,28610,609,1,4,0,1,1391.15,-5834.84,137.328,3.61872,360,0,0,2026,2041,0,0,537166592,32),(130002,28610,609,1,4,0,1,1390.04,-5834.19,137.328,4.75306,360,0,0,2026,2041,0,0,537166592,32),(130003,28610,609,1,4,10277,1,1539.99,-5827.92,126.968,0.003454,360,5,0,2026,2041,1,0,0,0),(130004,28610,609,1,4,10279,1,1532.09,-6093.49,116.442,2.7939,360,5,0,2026,2041,1,0,0,0),(130005,28610,609,1,4,10277,1,1580.83,-5946.55,120.622,5.8606,360,5,0,2026,2041,1,0,0,0),(130006,28610,609,1,4,10279,1,1568.07,-5872.31,126.611,2.97082,360,5,0,2026,2041,1,0,0,0),(130007,28610,609,1,4,10277,1,1830.21,-5879.73,117.199,0.244346,360,0,0,2026,2041,0,0,0,0),(130008,28610,609,1,4,10277,1,1620.68,-5959.25,130.031,4.83092,360,5,0,2026,2041,1,0,0,0),(130009,28610,609,1,4,10279,1,1428.23,-5787.77,131.335,2.09499,360,5,0,2026,2041,1,0,0,0),(130010,28610,609,1,4,10279,1,1811.01,-5939.45,115.637,2.39651,360,0,0,2026,2041,0,0,0,0),(130011,28610,609,1,4,10277,1,1451.44,-6018,116.488,4.07183,360,5,0,2026,2041,1,0,0,0),(130012,28610,609,1,4,10279,1,1812.61,-5935.66,115.13,6.20359,360,0,0,2026,2041,0,0,0,0),(130013,28610,609,1,4,10279,1,1480.96,-5843.33,131.53,5.60251,360,0,0,2026,2041,0,0,0,0),(130014,28610,609,1,4,10277,1,1451.97,-5914.56,131.334,5.4006,360,5,0,2026,2041,1,0,0,0),(130015,28610,609,1,4,10277,1,1415.41,-5849.96,131.322,1.95681,360,5,0,2026,2041,1,0,0,0),(130016,28610,609,1,4,10279,1,1811,-5947.6,115.954,-2.13252,360,0,0,2026,2041,0,0,0,0),(130017,28610,609,1,4,10277,1,1811.07,-5935.95,115.347,0.466891,360,0,0,2026,2041,0,0,0,0),(130018,28610,609,1,4,10279,1,1780.22,-5790.5,116.266,2.09472,360,0,0,2026,2041,0,0,0,0),(130019,28610,609,1,4,10279,1,1778.55,-5788.28,116.218,1.74633,360,0,0,2026,2041,0,0,0,0),(130020,28610,609,1,4,10277,1,1566.68,-5843.24,124.486,0.018112,360,5,0,2026,2041,1,0,0,0),(130021,28610,609,1,4,10277,1,1623.07,-5805.79,116.854,1.67552,360,5,0,2026,2041,1,0,0,0),(130022,28610,609,1,4,10277,1,1796.84,-5822.1,110.269,4.51112,360,0,0,2026,2041,0,0,0,0),(130023,28610,609,1,4,10277,1,1749.67,-5742.82,114.931,3.7556,360,5,0,2026,2041,1,0,0,0),(130024,28610,609,1,4,10277,1,1665,-5941.56,125.38,4.69872,360,5,0,2026,2041,1,0,0,0),(130025,28610,609,1,4,10279,1,1799.84,-5837.15,118.621,0.436332,360,0,0,2026,2041,0,0,0,0),(130026,28610,609,1,4,10277,1,1861.89,-5947.16,116.767,0.418879,360,0,0,2026,2041,0,0,0,0),(130027,28610,609,1,4,10277,1,1800.76,-5836.19,117.998,1.08565,360,0,0,2026,2041,0,0,0,0),(130028,28610,609,1,4,10277,1,1842.2,-5942.07,118.032,0.383972,360,0,0,2026,2041,0,0,0,0),(130029,28610,609,1,4,10279,1,1795.31,-5826.32,111.51,2.97147,360,0,0,2026,2041,0,0,0,0),(130030,28610,609,1,4,10279,1,1833.83,-5927.04,109.975,4.74579,360,5,0,2026,2041,1,0,0,0),(130031,28610,609,1,4,10277,1,1828.4,-5918.98,109.867,1.26799,360,0,0,2026,2041,0,0,0,0),(130032,28610,609,1,4,10279,1,1409.79,-5854.56,131.593,3.57673,360,5,0,2026,2041,1,0,0,0),(130033,28610,609,1,4,10277,1,1792.86,-5837.18,116.197,0.002032,360,0,0,2026,2041,0,0,0,0),(130034,28610,609,1,4,10279,1,1819.18,-5842.83,116.2,0.558505,360,0,0,2026,2041,0,0,0,0),(130035,28610,609,1,4,10279,1,1842.42,-5903.85,105.738,0.05236,360,0,0,2026,2041,0,0,0,0),(130036,28610,609,1,4,10277,1,1619.14,-5809.67,116.676,2.10948,360,5,0,2026,2041,1,0,0,0),(207179,39349,0,1,1,0,1,-5424.93,-629.925,394.914,4.72984,120,0,0,1,0,0,0,0,0),(130038,28367,609,1,4,24719,0,2540.74,-5609.11,420.727,4.2586,360,0,0,8982,0,0,0,0,0),(207176,39349,0,1,1,0,1,-5419.38,-627.92,395.062,4.72984,120,0,0,1,0,0,0,0,0),(207175,39349,0,1,1,0,1,-5419.32,-630.031,394.84,4.72984,120,0,0,1,0,0,0,0,0),(207174,39349,0,1,1,0,1,-5418.85,-635.701,394.343,4.72984,120,0,0,1,0,0,0,0,0),(130042,28367,609,1,4,24719,0,2410.01,-5627.44,376.989,6.03884,360,0,0,8982,0,0,0,0,0),(130043,28367,609,1,4,24719,0,2495.25,-5646.03,376.989,6.02139,360,0,0,8982,0,0,0,0,0),(130044,28367,609,1,4,24719,0,2444.22,-5674.93,420.727,1.06465,360,0,0,8982,0,0,0,0,0),(130045,28367,609,1,4,24719,0,2481.7,-5552.18,420.727,6.19592,360,0,0,8982,0,0,0,0,0),(130046,28367,609,1,4,24719,0,2511.2,-5593.36,420.727,0.506145,360,0,0,8982,0,0,0,0,0),(130047,28367,609,1,4,24719,0,2476.75,-5509.46,420.727,4.86947,360,0,0,8982,0,0,0,0,0),(130048,28367,609,1,4,24719,0,1676.56,-5945.14,126.882,1.18682,360,0,0,8982,0,0,0,0,0),(130049,28367,609,1,4,24719,0,2512.59,-5559.44,376.989,2.56563,360,0,0,8982,0,0,0,0,0),(130050,28367,609,1,4,24719,0,2379.56,-5577.76,420.727,1.0472,360,0,0,8982,0,0,0,0,0),(130051,28367,609,1,4,24719,0,2425.15,-5542.26,376.989,0.925025,360,0,0,8982,0,0,0,0,0),(130052,28884,609,1,4,0,1,2366.37,-5998.5,57.0106,2.47837,360,0,0,13495,0,0,0,0,0),(130053,28884,609,1,4,0,1,2217.28,-6014.45,10.3194,0.855211,360,0,0,13495,0,0,0,0,0),(130054,28884,609,1,4,0,1,2351.71,-6005.81,57.0106,2.49582,360,0,0,13495,0,0,0,0,0),(130055,28884,609,1,4,0,1,2227.24,-6024.47,8.8115,1.16937,360,0,0,13495,0,0,0,0,0),(130056,28884,609,1,4,0,1,2334.27,-6026.91,56.8732,2.44346,360,0,0,13495,0,0,0,0,0),(130057,28885,609,1,4,0,0,2346.96,-5991.77,57.0106,2.96706,360,0,0,13070,0,0,0,0,0),(130058,28885,609,1,4,0,0,2319.05,-6015.3,56.6754,2.14675,360,0,0,13070,0,0,0,0,0),(130059,28885,609,1,4,0,0,2201.88,-6021.94,8.32318,0.698132,360,0,0,13070,0,0,0,0,0),(130060,28885,609,1,4,0,0,2128.25,-6134.11,3.82621,4.29351,360,0,0,13070,0,0,0,0,0),(130061,28885,609,1,4,0,0,2262.74,-6086.28,5.73654,3.94444,360,0,0,13070,0,0,0,0,0),(130062,28885,609,1,4,0,0,2200.05,-6080.34,2.92569,4.43314,360,0,0,13070,0,0,0,0,0),(130063,28885,609,1,4,0,0,2206.59,-6137.73,5.45446,0.663225,360,0,0,13070,0,0,0,0,0),(130064,28885,609,1,4,0,0,2135.75,-6093.2,6.13887,2.19912,360,0,0,13070,0,0,0,0,0),(130065,28885,609,1,4,0,0,2232.84,-6080.35,6.30116,4.67748,360,0,0,13070,0,0,0,0,0),(130066,28885,609,1,4,0,0,2266.38,-6130.26,2.40653,2.79253,360,0,0,13070,0,0,0,0,0),(130067,28885,609,1,4,0,0,2098.56,-6114.99,5.94551,2.18166,360,0,0,13070,0,0,0,0,0),(130068,28885,609,1,4,0,0,2295.77,-6126.52,6.19526,3.00197,360,0,0,13070,0,0,0,0,0),(130069,28885,609,1,4,0,0,2086.42,-6135.82,5.07158,0.122173,360,0,0,13070,0,0,0,0,0),(130070,28885,609,1,4,0,0,2164.96,-6136.24,1.17301,2.11185,360,0,0,13070,0,0,0,0,0),(130071,28885,609,1,4,0,0,2231.65,-6134.98,4.72794,1.55334,360,0,0,13070,0,0,0,0,0),(130072,28885,609,1,4,0,0,2175.58,-6082.19,5.2366,1.81514,360,0,0,13070,0,0,0,0,0),(130073,28885,609,1,4,0,0,2236.29,-6047.2,6.55281,1.53589,360,0,0,13070,0,0,0,0,0),(130074,28885,609,1,4,0,0,2322.22,-5996.53,57.142,2.44346,360,0,0,13070,0,0,0,0,0),(130075,28885,609,1,4,0,0,2226.86,-6041.67,6.61973,1.41372,360,0,0,13070,0,0,0,0,0),(130076,28886,609,1,4,0,1,2137.21,-6122.73,2.12219,3.31613,360,0,0,13495,0,0,0,0,0),(130077,28886,609,1,4,0,1,2114.5,-6117.22,7.21268,5.96903,360,0,0,13495,0,0,0,0,0),(130078,28886,609,1,4,0,1,2118.48,-6146.63,3.38732,5.81195,360,0,0,13495,0,0,0,0,0),(130079,28886,609,1,4,0,1,2171.38,-6154.02,1.28093,3.97935,360,0,0,13495,0,0,0,0,0),(130080,28886,609,1,4,0,1,2183.63,-6141.77,3.01034,0.680678,360,0,0,13495,0,0,0,0,0),(130081,28886,609,1,4,0,1,2189.44,-6150.24,4.17737,0.645772,360,0,0,13495,0,0,0,0,0),(130082,28886,609,1,4,0,1,2208.11,-6158.66,1.69996,3.7001,360,0,0,13495,0,0,0,0,0),(130083,28886,609,1,4,0,1,2229.7,-6156.92,1.31493,3.47321,360,0,0,13495,0,0,0,0,0),(130084,28886,609,1,4,0,1,2219.73,-6137.17,4.86402,2.51327,360,0,0,13495,0,0,0,0,0),(130085,28886,609,1,4,0,1,2206.76,-6125.98,5.07853,2.75762,360,0,0,13495,0,0,0,0,0),(130086,28886,609,1,4,0,1,2194.99,-6125.04,2.54778,2.56563,360,0,0,13495,0,0,0,0,0),(130087,28886,609,1,4,0,1,2160.55,-6121.64,1.45719,5.51524,360,0,0,13495,0,0,0,0,0),(130088,28886,609,1,4,0,1,2150.86,-6109.84,4.34514,6.10865,360,0,0,13495,0,0,0,0,0),(130089,28886,609,1,4,0,1,2128.97,-6097.62,6.21681,2.96706,360,0,0,13495,0,0,0,0,0),(130090,28886,609,1,4,0,1,2112.52,-6084.84,4.92847,3.64774,360,0,0,13495,0,0,0,0,0),(130091,28886,609,1,4,0,1,2136.27,-6072.46,5.56214,1.48353,360,0,0,13495,0,0,0,0,0),(130092,28886,609,1,4,0,1,2218.41,-6088.57,4.30609,0.907571,360,0,0,13495,0,0,0,0,0),(130093,28886,609,1,4,0,1,2201.9,-6093.69,1.90293,6.10865,360,0,0,13495,0,0,0,0,0),(130094,28886,609,1,4,0,1,2191.18,-6114.27,1.34023,5.39307,360,0,0,13495,0,0,0,0,0),(130095,28886,609,1,4,0,1,2170.93,-6115.21,1.94226,3.66519,360,0,0,13495,0,0,0,0,0),(130096,28886,609,1,4,0,1,2159.71,-6097.88,6.29264,0.942478,360,0,0,13495,0,0,0,0,0),(130097,28886,609,1,4,0,1,2187.99,-6089.16,2.36554,2.54818,360,0,0,13495,0,0,0,0,0),(130098,28886,609,1,4,0,1,2182.86,-6079.53,4.50276,4.08407,360,0,0,13495,0,0,0,0,0),(130099,28886,609,1,4,0,1,2217.74,-6110.89,4.80016,1.79769,360,0,0,13495,0,0,0,0,0),(130100,28886,609,1,4,0,1,2230.66,-6095.74,6.12195,2.80998,360,0,0,13495,0,0,0,0,0),(130101,28886,609,1,4,0,1,2240.84,-6134.04,5.00802,2.07694,360,0,0,13495,0,0,0,0,0),(130102,28886,609,1,4,0,1,2239.16,-6141.73,2.99271,1.8675,360,0,0,13495,0,0,0,0,0),(130103,28886,609,1,4,0,1,2246.49,-6151,2.08513,2.16421,360,0,0,13495,0,0,0,0,0),(130104,28886,609,1,4,0,1,2261.75,-6146.89,2.14056,2.37365,360,0,0,13495,0,0,0,0,0),(130105,28886,609,1,4,0,1,2254.01,-6124.65,5.83111,2.86234,360,0,0,13495,0,0,0,0,0),(130106,28886,609,1,4,0,1,2282.68,-6127.07,3.21213,4.10152,360,0,0,13495,0,0,0,0,0),(130107,28886,609,1,4,0,1,2277.69,-6109.88,5.38795,0.20944,360,0,0,13495,0,0,0,0,0),(130108,28886,609,1,4,0,1,2160.9,-6068.1,5.51521,1.62316,360,0,0,13495,0,0,0,0,0),(130109,28886,609,1,4,0,1,2249.84,-6081.66,6.25368,5.55015,360,0,0,13495,0,0,0,0,0),(130110,28886,609,1,4,0,1,2205.17,-6063.2,5.8234,6.03884,360,0,0,13495,0,0,0,0,0),(130111,28886,609,1,4,0,1,2233.35,-6068.73,5.90721,0.541052,360,0,0,13495,0,0,0,0,0),(130112,28887,609,1,4,25723,0,2104.74,-6179.82,13.47,1.22173,360,0,0,20910,2117,0,0,0,0),(130113,28887,609,1,4,25723,0,2253.24,-6193.09,13.4068,1.85005,360,0,0,20910,2117,0,0,0,0),(130114,28887,609,1,4,25723,0,2264.77,-6189.18,13.6959,1.8326,360,0,0,20910,2117,0,0,0,0),(130115,28887,609,1,4,25723,0,2259.07,-6191.02,13.4886,1.8326,360,0,0,20910,2117,0,0,0,0),(130116,28887,609,1,4,25723,0,2116.39,-6183.81,13.7587,1.22173,360,0,0,20910,2117,0,0,0,0),(130117,28887,609,1,4,25723,0,2110.8,-6181.86,13.5539,1.25664,360,0,0,20910,2117,0,0,0,0),(130118,28889,609,1,4,25351,0,2517.99,-5954.03,109.598,4.39807,360,5,0,8982,3155,1,0,0,0),(130119,28889,609,1,4,25351,0,2431.76,-5889.06,105.099,4.90656,360,5,0,8982,3155,1,0,0,0),(130120,28889,609,1,4,25351,0,2271.62,-5947.08,71.7766,2.11694,360,5,0,8982,3155,1,0,0,0),(130121,28890,609,1,4,24084,0,2185.94,-5707.41,107.413,1.6444,360,5,0,126000,39940,1,0,0,0),(130122,28891,609,1,4,2528,1,2479.23,-6009.87,94.8772,5.8294,360,0,0,891,0,0,0,0,0),(130123,28891,609,1,4,2528,1,2464.16,-6016.52,94.1987,4.97419,360,0,0,891,0,0,0,0,0),(130124,28891,609,1,4,2528,1,2422.37,-5967.98,96.6479,4.27606,360,0,0,891,0,0,0,0,0),(130125,28891,609,1,4,2528,1,2437.78,-5981.74,97.1232,3.97935,360,0,0,891,0,0,0,0,0),(130126,28891,609,1,4,2528,1,2475.49,-6003.86,118.794,3.9619,360,0,0,891,0,0,0,0,0),(130127,28891,609,1,4,2528,1,2460.27,-5950.55,96.0507,1.02974,360,0,0,891,0,0,0,0,0),(130128,28891,609,1,4,2528,1,2458.37,-5990.88,96.7546,4.74729,360,0,0,891,0,0,0,0,0),(130129,28891,609,1,4,2528,1,2426.66,-5959.67,97.2492,0.436332,360,0,0,891,0,0,0,0,0),(130130,28891,609,1,4,2528,1,2452.76,-5959.37,96.2271,0.925025,360,0,0,891,0,0,0,0,0),(130131,28891,609,1,4,2528,1,2465.79,-5963.39,97.6519,0.558505,360,0,0,891,0,0,0,0,0),(130132,28891,609,1,4,2528,1,2451.12,-6008.63,91.3351,2.14675,360,0,0,891,0,0,0,0,0),(130133,28891,609,1,4,2528,1,2486.67,-5982.83,95.5758,4.17134,360,0,0,891,0,0,0,0,0),(130134,28891,609,1,4,2528,1,2484.86,-5970.32,96.1356,1.90241,360,0,0,891,0,0,0,0,0),(130135,28891,609,1,4,2528,1,2434.15,-5974.69,96.3418,3.90954,360,0,0,891,0,0,0,0,0),(130136,28891,609,1,4,2528,1,2488.44,-6004.69,119.44,5.35816,360,0,0,891,0,0,0,0,0),(130137,28891,609,1,4,2528,1,2485,-5994.96,96.0948,2.96706,360,0,0,891,0,0,0,0,0),(130138,28891,609,1,4,2528,1,2461.39,-5950.83,115.922,3.9968,360,0,0,891,0,0,0,0,0),(130139,28891,609,1,4,2528,1,2461.07,-5935.23,116.284,1.98968,360,0,0,891,0,0,0,0,0),(130140,28891,609,1,4,2528,1,2464.4,-5980.51,114.289,3.80482,360,0,0,891,0,0,0,0,0),(130141,28891,609,1,4,2528,1,2436.89,-5942.78,119.827,3.66519,360,0,0,891,0,0,0,0,0),(130142,28891,609,1,4,2528,1,2468.88,-5970.64,115.805,3.15905,360,0,0,891,0,0,0,0,0),(130143,28891,609,1,4,2528,1,2517.07,-5956.88,109.371,3.24631,360,0,0,891,0,0,0,0,0),(130144,28891,609,1,4,2528,1,2486.3,-5965.23,116.152,5.14872,360,0,0,891,0,0,0,0,0),(130145,28891,609,1,4,2528,1,2526.57,-5950.11,109.551,5.60251,360,0,0,891,0,0,0,0,0),(130146,28891,609,1,4,2528,1,2537.21,-5993.02,103.205,1.67552,360,0,0,891,0,0,0,0,0),(130147,28891,609,1,4,2528,1,2509.34,-5929.94,114.779,1.25664,360,0,0,891,0,0,0,0,0),(130148,28891,609,1,4,2528,1,2532.47,-5943,109.877,1.97222,360,0,0,891,0,0,0,0,0),(130149,28891,609,1,4,2528,1,2522.35,-5971.93,116.689,1.46608,360,0,0,891,0,0,0,0,0),(130150,28891,609,1,4,2528,1,2523.45,-5966.65,105.813,6.10865,360,0,0,891,0,0,0,0,0),(130151,28891,609,1,4,2528,1,2519.51,-5976.06,105.229,3.36848,360,0,0,891,0,0,0,0,0),(130152,28891,609,1,4,2528,1,2480.58,-5979.55,115.063,2.09439,360,0,0,891,0,0,0,0,0),(130153,28891,609,1,4,2528,1,2520.47,-5987.33,104.76,2.74017,360,0,0,891,0,0,0,0,0),(130154,28891,609,1,4,2528,1,2508.55,-5986.1,118.073,5.91667,360,0,0,891,0,0,0,0,0),(130155,28891,609,1,4,2528,1,2473.47,-5983.51,96.9304,5.88176,360,0,0,891,0,0,0,0,0),(130156,28891,609,1,4,2528,1,2436.42,-5965.65,96.3953,1.36136,360,0,0,891,0,0,0,0,0),(130157,28891,609,1,4,2528,1,2543.02,-5959.86,115.764,1.93731,360,0,0,891,0,0,0,0,0),(130158,28891,609,1,4,2528,1,2538.22,-5975,115.569,5.46288,360,0,0,891,0,0,0,0,0),(130159,28891,609,1,4,2528,1,2507.14,-5996.2,100.331,3.52556,360,0,0,891,0,0,0,0,0),(130160,28891,609,1,4,2528,1,2534.05,-5980.38,103.653,0.785398,360,0,0,891,0,0,0,0,0),(130161,28891,609,1,4,2528,1,2505.15,-5982.52,97.6264,0.959931,360,0,0,891,0,0,0,0,0),(130162,28891,609,1,4,2528,1,2476.7,-5971.91,96.3624,1.23918,360,0,0,891,0,0,0,0,0),(130163,28891,609,1,4,2528,1,2519.9,-6005.4,104.363,5.16617,360,0,0,891,0,0,0,0,0),(130164,28891,609,1,4,2528,1,2446.92,-5960.85,96.5203,3.14159,360,0,0,891,0,0,0,0,0),(130165,28891,609,1,4,2528,1,2409.1,-5943.09,97.219,4.4855,360,0,0,891,0,0,0,0,0),(130166,28891,609,1,4,2528,1,2499.66,-5977.67,96.7527,0.855211,360,0,0,891,0,0,0,0,0),(130167,28891,609,1,4,2528,1,2414.57,-5954.21,98.1787,3.22886,360,0,0,891,0,0,0,0,0),(130168,28891,609,1,4,2528,1,2427.52,-5947.82,96.3617,6.00393,360,0,0,891,0,0,0,0,0),(130169,28891,609,1,4,2528,1,2476.29,-5932.71,115.954,1.13446,360,0,0,891,0,0,0,0,0),(130170,28891,609,1,4,2528,1,2421.11,-5934.04,96.6283,1.8326,360,0,0,891,0,0,0,0,0),(130171,28891,609,1,4,2528,1,2434.63,-5929.26,96.9767,2.46091,360,0,0,891,0,0,0,0,0),(130172,28891,609,1,4,2528,1,2440.4,-5932.44,96.57,5.51524,360,0,0,891,0,0,0,0,0),(130173,28891,609,1,4,2528,1,2445.58,-5922.19,100.143,6.05629,360,0,0,891,0,0,0,0,0),(130174,28891,609,1,4,2528,1,2436.31,-5912.19,103.767,3.50811,360,0,0,891,0,0,0,0,0),(130175,28891,609,1,4,2528,1,2465.5,-5928.58,115.593,3.22886,360,0,0,891,0,0,0,0,0),(130176,28891,609,1,4,2528,1,2487.81,-5931.38,117.271,1.309,360,0,0,891,0,0,0,0,0),(130177,28891,609,1,4,2528,1,2474.3,-5926.99,115.979,1.0472,360,0,0,891,0,0,0,0,0),(130178,28891,609,1,4,2528,1,2498.4,-5934.94,115.495,4.29351,360,0,0,891,0,0,0,0,0),(130179,28891,609,1,4,2528,1,2494.69,-5946.9,116.071,0.244346,360,0,0,891,0,0,0,0,0),(130180,28891,609,1,4,2528,1,2513.63,-5945.26,111.74,3.75246,360,0,0,891,0,0,0,0,0),(130181,28891,609,1,4,2528,1,2416.01,-5920.75,111.375,3.40339,360,0,0,891,0,0,0,0,0),(130182,28891,609,1,4,2528,1,2409.43,-5927.6,112.395,0.349066,360,0,0,891,0,0,0,0,0),(130183,28891,609,1,4,2528,1,2389.6,-5901.94,109.095,4.5204,360,0,0,891,0,0,0,0,0),(130184,28891,609,1,4,2528,1,2390.2,-5910.26,109.99,2.33874,360,0,0,891,0,0,0,0,0),(130185,28891,609,1,4,2528,1,2389.83,-5928.23,110.395,0.226893,360,0,0,891,0,0,0,0,0),(130186,28891,609,1,4,2528,1,2433.06,-5886.45,104.694,4.31096,360,0,0,891,0,0,0,0,0),(130187,28891,609,1,4,2528,1,2445.03,-5904.93,103.039,0.226893,360,0,0,891,0,0,0,0,0),(130188,28892,609,1,4,24570,1,2304.26,-5816.47,101.314,5.93412,360,0,0,891,0,0,0,0,0),(130189,28892,609,1,4,24572,1,2191.98,-5886.71,101.139,4.06662,360,0,0,891,0,0,0,0,0),(130190,28892,609,1,4,24571,1,2165.35,-5882.17,101.415,5.63741,360,0,0,891,0,0,0,0,0),(130191,28892,609,1,4,24572,1,2177.71,-5913.25,100.743,2.16421,360,0,0,891,0,0,0,0,0),(130192,28892,609,1,4,24571,1,2361.17,-5853.81,103.761,1.8675,360,0,0,891,0,0,0,0,0),(130193,28892,609,1,4,24570,1,2329.09,-5842.7,101.56,0.558505,360,0,0,891,0,0,0,0,0),(130194,28892,609,1,4,24573,1,2293.48,-5834.82,101.018,1.65806,360,0,0,891,0,0,0,0,0),(130195,28892,609,1,4,24573,1,2372.51,-5849.39,105.677,0.767945,360,0,0,891,0,0,0,0,0),(130196,28892,609,1,4,24573,1,2148.43,-5739.88,100.51,0.506145,360,0,0,891,0,0,0,0,0),(130197,28892,609,1,4,24571,1,2192.61,-5737.77,102.428,0.471239,360,0,0,891,0,0,0,0,0),(130198,28892,609,1,4,24573,1,2284.15,-5866.68,100.998,3.15905,360,0,0,891,0,0,0,0,0),(130199,28892,609,1,4,24573,1,2146.9,-5890.94,101.46,1.85005,360,0,0,891,0,0,0,0,0),(130200,28892,609,1,4,24570,1,2344.39,-5851.09,101.099,1.62316,360,0,0,891,0,0,0,0,0),(130201,28892,609,1,4,24570,1,2137.56,-5786.69,99.4218,0.296706,360,0,0,891,0,0,0,0,0),(130202,28892,609,1,4,24570,1,2233.25,-5766.01,101.574,5.35816,360,0,0,891,0,0,0,0,0),(130203,28892,609,1,4,24573,1,2339.02,-5913.92,104.804,2.82743,360,0,0,891,0,0,0,0,0),(130204,28892,609,1,4,24573,1,2369.79,-5922.57,109.651,4.88692,360,0,0,891,0,0,0,0,0),(130205,28892,609,1,4,24572,1,2200.91,-5783.51,101.479,3.59538,360,0,0,891,0,0,0,0,0),(130206,28892,609,1,4,24571,1,2192.01,-5777.69,101.436,3.7001,360,0,0,891,0,0,0,0,0),(130207,28892,609,1,4,24572,1,2096.07,-5826.66,101.922,6.24828,360,0,0,891,0,0,0,0,0),(130208,28892,609,1,4,24572,1,2343.6,-5918,108.213,3.735,360,0,0,891,0,0,0,0,0),(130209,28892,609,1,4,24573,1,2085.71,-5754.19,99.4143,1.309,360,0,0,891,0,0,0,0,0),(130210,28892,609,1,4,24571,1,2206.73,-5746.79,102.607,0.610865,360,0,0,891,0,0,0,0,0),(130211,28892,609,1,4,24571,1,2235.58,-5752.61,101.964,0,360,0,0,891,0,0,0,0,0),(130212,28892,609,1,4,24570,1,2122.01,-5732.88,100.028,4.45059,360,0,0,891,0,0,0,0,0),(130213,28892,609,1,4,24572,1,2133.73,-5767.64,98.6665,5.14872,360,0,0,891,0,0,0,0,0),(130214,28892,609,1,4,24571,1,2155.96,-5775.28,100.821,5.18363,360,0,0,891,0,0,0,0,0),(130215,28892,609,1,4,24573,1,2106.31,-5753.72,99.3747,3.735,360,0,0,891,0,0,0,0,0),(130216,28892,609,1,4,24572,1,2126.53,-5746.86,99.1386,2.21657,360,0,0,891,0,0,0,0,0),(130217,28892,609,1,4,24570,1,2245.71,-5913.37,99.831,4.86947,360,0,0,891,0,0,0,0,0),(130218,28892,609,1,4,24571,1,2283.39,-5836.64,101.018,0.977384,360,0,0,891,0,0,0,0,0),(130219,28893,609,1,4,0,0,2288.24,-5847.92,101.018,1.3439,360,0,0,2453,0,0,0,0,0),(130220,28893,609,1,4,0,0,2077.94,-5743.87,99.5709,3.42085,360,0,0,2453,0,0,0,0,0),(130221,28893,609,1,4,0,0,2189.88,-5763.31,101.627,6.00393,360,0,0,2453,0,0,0,0,0),(130222,28893,609,1,4,0,0,2146.88,-5849.63,101.43,4.34587,360,0,0,2453,0,0,0,0,0),(207159,23531,530,1,1,0,0,9309.67,-7298.32,14.3694,4.5797,120,5,0,1,0,1,0,0,0),(207158,23531,530,1,1,0,0,9296.72,-7271.14,16.1473,6.2117,120,5,0,1,0,1,0,0,0),(207157,23531,530,1,1,0,0,9296.45,-7210.61,16.349,2.1851,120,5,0,1,0,1,0,0,0),(207156,23531,530,1,1,0,0,9295.88,-7225.33,16.7466,3.1567,120,5,0,1,0,1,0,0,0),(130227,28895,609,1,4,0,1,2131.77,-5680.34,101.919,0.191986,360,0,0,1962,1982,0,0,0,0),(130228,28895,609,1,4,0,1,2169.85,-5863.06,101.453,1.53589,360,0,0,1962,1982,0,0,0,0),(130229,28895,609,1,4,0,1,2212.84,-5784.2,101.733,2.80998,360,0,0,1962,1982,0,0,0,0),(130230,28895,609,1,4,0,1,2403.13,-5865.98,104.728,4.5204,360,0,0,1962,1982,0,0,0,0),(130231,28895,609,1,4,0,1,2177.98,-5776.53,101.523,3.66519,360,0,0,1962,1982,0,0,0,0),(130232,28895,609,1,4,0,1,2233.53,-5884.43,100.656,0.261799,360,0,0,1962,1982,0,0,0,0),(130233,28896,609,1,4,0,1,2438.4,-5852.58,110.702,1.39626,360,0,0,2453,0,0,0,0,0),(130234,28896,609,1,4,0,1,2414.23,-5913.45,111.088,3.87463,360,0,0,2453,0,0,0,0,0),(130235,28896,609,1,4,0,1,2424.78,-5845.34,109.623,1.16937,360,0,0,2453,0,0,0,0,0),(130236,28896,609,1,4,0,1,2146.33,-5670.97,110.68,0.401426,360,0,0,2453,0,0,0,0,0),(130237,28896,609,1,4,0,1,2154.99,-5686.17,106.48,0.698132,360,0,0,2453,0,0,0,0,0),(130238,28896,609,1,4,0,1,2390.36,-5844.64,108.89,5.39307,360,0,0,2453,0,0,0,0,0),(130239,28896,609,1,4,0,1,2252.52,-5820.55,101.092,0.558505,360,0,0,2453,0,0,0,0,0),(130240,28896,609,1,4,0,1,2183.23,-5886.15,101.009,4.46804,360,0,0,2453,0,0,0,0,0),(130241,28896,609,1,4,0,1,2164.08,-5819.41,101.427,2.96706,360,0,0,2453,0,0,0,0,0),(130242,28896,609,1,4,0,1,2209.12,-5719.42,101.537,5.32325,360,0,0,2453,0,0,0,0,0),(130243,28896,609,1,4,0,1,2256.72,-5842.2,101.189,6.12611,360,0,0,2453,0,0,0,0,0),(130244,28896,609,1,4,0,1,2247.44,-5865.56,101.039,5.72468,360,0,0,2453,0,0,0,0,0),(130245,28896,609,1,4,0,1,2177.79,-5862.86,101.43,3.03687,360,0,0,2453,0,0,0,0,0),(130246,28896,609,1,4,0,1,2227.59,-5801.11,101.466,1.11701,360,0,0,2453,0,0,0,0,0),(130247,28896,609,1,4,0,1,2207.63,-5790.8,101.523,1.22173,360,0,0,2453,0,0,0,0,0),(130248,28896,609,1,4,0,1,2186.69,-5875.93,101.252,3.7001,360,0,0,2453,0,0,0,0,0),(130249,28896,609,1,4,0,1,2169.74,-5838.9,101.433,3.4383,360,0,0,2453,0,0,0,0,0),(130250,28896,609,1,4,0,1,2182.15,-5797.63,101.388,2.00713,360,0,0,2453,0,0,0,0,0),(130251,28896,609,1,4,0,1,2130.85,-5705.54,100.923,0.698132,360,0,0,2453,0,0,0,0,0),(130252,28386,609,1,4,16107,0,2451.04,-5525.14,428.657,5.5676,360,0,0,2371,0,0,0,0,0),(130253,28386,609,1,4,16148,0,2384.4,-5569.27,428.596,5.07891,360,0,0,2371,0,0,0,0,0),(130254,28386,609,1,4,16093,0,2392.86,-5560.8,428.596,3.66519,360,0,0,2371,0,0,0,0,0),(130255,28386,609,1,4,16093,0,2394.28,-5560.19,428.514,5.89572,360,0,0,2371,0,0,0,0,0),(130256,28898,609,1,4,0,1,2423.73,-5860.27,106.045,1.0472,360,0,0,2533,0,0,0,0,0),(130257,28898,609,1,4,0,1,2290.73,-5815.77,101.122,0.366519,360,0,0,2533,0,0,0,0,0),(130258,28898,609,1,4,0,1,2160.82,-5895.78,101.253,4.03171,360,0,0,2533,0,0,0,0,0),(130259,28898,609,1,4,0,1,2129.43,-5787.02,98.9118,0.925025,360,0,0,2533,0,0,0,0,0),(130260,28898,609,1,4,0,1,2394.86,-5849.88,107.518,1.27409,360,0,0,2533,0,0,0,0,0),(130261,28898,609,1,4,0,1,2091.98,-5772.11,99.2001,4.13643,360,0,0,2533,0,0,0,0,0),(130262,28901,609,1,4,25278,0,2210.26,-5840.7,101.428,2.35619,360,0,0,26140,0,0,0,0,0),(130263,28901,609,1,4,25278,0,2207.17,-5841.35,101.488,1.43117,360,0,0,26140,0,0,0,0,0),(130264,28901,609,1,4,25445,0,2190.55,-5870.91,101.382,2.51327,360,0,0,26140,0,0,0,0,0),(130265,28901,609,1,4,25678,0,2199.98,-5871.52,101.408,4.34587,360,0,0,26140,0,0,0,0,0),(130266,28901,609,1,4,25678,0,2212.25,-5881.55,101.11,4.59022,360,0,0,26140,0,0,0,0,0),(130267,28901,609,1,4,25678,0,2215.81,-5887.89,100.89,4.74729,360,0,0,26140,0,0,0,0,0),(130268,28901,609,1,4,25278,0,2232.4,-5818.69,101.392,2.26893,360,0,0,26140,0,0,0,0,0),(130269,28901,609,1,4,25445,0,2206.52,-5832.83,101.476,5.044,360,0,0,26140,0,0,0,0,0),(130270,28901,609,1,4,25445,0,2181.54,-5869.1,101.384,6.21337,360,0,0,26140,0,0,0,0,0),(130271,28901,609,1,4,25445,0,2223.99,-5811.7,101.436,0.820305,360,0,0,26140,0,0,0,0,0),(130272,28390,609,1,4,25359,0,2479.96,-5542.2,420.727,4.4855,360,0,0,2614,0,0,0,0,0),(130273,28390,609,1,4,25356,0,2516.38,-5584.72,421.47,0.10472,360,0,0,2614,0,0,0,0,0),(130274,28390,609,1,4,25358,0,2487.12,-5539.81,420.727,2.23402,360,0,0,2614,0,0,0,0,0),(207161,23531,530,1,1,0,0,9310.65,-7250.78,13.5687,2.2992,120,5,0,1,0,1,0,0,0),(130276,28391,609,1,4,25355,0,2520.24,-5599.18,420.727,3.71755,360,0,0,2614,0,0,0,0,0),(130277,28903,609,1,4,25785,0,1986.45,-5853.67,100.908,5.64926,360,5,0,3166,0,1,0,0,0),(130278,28903,609,1,4,25785,0,2043.39,-5855.43,101.327,2.86435,360,5,0,3166,0,1,0,0,0),(130279,28903,609,1,4,25785,0,1961.83,-5799.97,100.952,4.42554,360,0,0,3166,0,0,0,0,0),(130280,28903,609,1,4,25785,0,1947.26,-5845.37,100.46,0.370324,360,5,0,3166,0,1,0,0,0),(130281,28903,609,1,4,25785,0,1989.18,-5881.88,100.476,4.46001,360,5,0,3166,0,1,0,0,0),(130282,28903,609,1,4,25785,0,2001.14,-5810.53,100.622,5.50885,360,5,0,3166,0,1,0,0,0),(130283,28903,609,1,4,25785,0,2043.93,-5820.71,100.909,2.30822,360,5,0,3166,0,1,0,0,0),(130284,28391,609,1,4,25361,0,2520.34,-5588.22,420.727,1.0821,360,0,0,2614,0,0,0,0,0),(130285,28391,609,1,4,25360,0,2523.57,-5591.07,421.484,3.82227,360,0,0,2614,0,0,0,0,0),(130286,28392,609,1,5,0,0,2508.49,-5626.18,420.727,0.663225,360,0,0,2614,0,0,0,0,0),(130287,28392,609,1,5,0,0,2487.9,-5549.49,420.727,3.10669,360,0,0,2614,0,0,0,0,0),(130288,28392,609,1,5,0,0,2529.05,-5594.43,420.735,5.86431,360,0,0,2614,0,0,0,0,0),(130289,28392,609,1,5,0,0,2490.95,-5550.02,420.727,5.79449,360,0,0,2614,0,0,0,0,0),(130290,28392,609,1,5,0,0,2525.41,-5583.9,420.735,3.31613,360,0,0,2614,0,0,0,0,0),(207160,23531,530,1,1,0,0,9310.04,-7233.34,14.712,5.3444,120,5,0,1,0,1,0,0,0),(130292,28392,609,1,5,0,0,2483.3,-5545.52,420.727,4.79965,360,0,0,2614,0,0,0,0,0),(130297,28905,609,1,4,25664,0,2118.48,-6146.63,3.38732,2.83807,360,0,0,1962,1982,0,0,0,0),(130298,28905,609,1,4,25664,0,2136.27,-6072.46,5.56214,0.645123,360,0,0,1962,1982,0,0,0,0),(130299,28905,609,1,4,25664,0,2114.5,-6117.22,7.21268,1.26845,360,0,0,1962,1982,0,0,0,0),(130300,28905,609,1,4,25664,0,2208.11,-6158.66,1.69996,0.573618,360,0,0,1962,1982,0,0,0,0),(130301,28905,609,1,4,25664,0,2217.74,-6110.89,4.80016,2.01763,360,0,0,1962,1982,0,0,0,0),(130302,28905,609,1,4,25664,0,2150.89,-6108.46,4.58038,4.15261,360,5,0,1962,1982,1,0,0,0),(130303,28905,609,1,4,25664,0,2222.04,-6104.53,4.9064,3.33018,360,5,0,1962,1982,1,0,0,0),(130304,28905,609,1,4,25664,0,2259.28,-6152.8,1.22597,4.64963,360,5,0,1962,1982,1,0,0,0),(130305,28905,609,1,4,25664,0,2282.68,-6127.07,3.21213,3.76635,360,0,0,1962,1982,0,0,0,0),(130306,28905,609,1,4,25664,0,2180.37,-6081.34,4.36858,2.5548,360,0,0,1962,1982,0,0,0,0),(130307,28905,609,1,4,25664,0,2227.24,-6024.47,8.8115,6.02913,360,0,0,1962,1982,0,0,0,0),(130308,28905,609,1,4,25664,0,2249.84,-6081.66,6.25368,3.35243,360,0,0,1962,1982,0,0,0,0),(130309,28905,609,1,4,25664,0,2351.71,-6005.81,57.0106,5.18255,360,0,0,1962,1982,0,0,0,0),(130310,28905,609,1,4,25664,0,2247.44,-5865.56,101.039,0.935653,360,0,0,1962,1982,0,0,0,0),(130311,28905,609,1,4,25664,0,2160.82,-5895.78,101.253,0.851188,360,0,0,1962,1982,0,0,0,0),(130312,28905,609,1,4,25664,0,2129.43,-5787.02,98.9118,5.38244,360,0,0,1962,1982,0,0,0,0),(130313,28905,609,1,4,25664,0,2233.25,-5766.01,101.574,3.61247,360,0,0,1962,1982,0,0,0,0),(130314,28905,609,1,4,25664,0,2175.11,-5913.85,100.694,0.071777,360,0,0,1962,1982,0,0,0,0),(130315,28905,609,1,4,25664,0,2361.17,-5853.81,103.761,1.30813,360,0,0,1962,1982,0,0,0,0),(130316,28905,609,1,4,25664,0,2252.52,-5820.55,101.092,1.97309,360,0,0,1962,1982,0,0,0,0),(130317,28905,609,1,4,25664,0,2146.9,-5890.94,101.46,0.722672,360,0,0,1962,1982,0,0,0,0),(130318,28905,609,1,4,25664,0,2385.43,-5908.23,109.352,1.72788,360,0,0,1962,1982,0,0,0,0),(130319,28905,609,1,4,25664,0,2169.85,-5863.06,101.453,6.17388,360,0,0,1962,1982,0,0,0,0),(130320,28905,609,1,4,25664,0,2192.01,-5777.69,101.436,3.75954,360,0,0,1962,1982,0,0,0,0),(130321,28905,609,1,4,25664,0,2187.08,-5771.26,101.433,3.58731,360,0,0,1962,1982,0,0,0,0),(130322,28905,609,1,4,25664,0,2339.02,-5913.92,104.804,5.63617,360,0,0,1962,1982,0,0,0,0),(130323,28905,609,1,4,25664,0,2394.86,-5849.88,107.518,3.06958,360,0,0,1962,1982,0,0,0,0),(130324,28905,609,1,4,25664,0,2096.07,-5826.66,101.922,2.45318,360,0,0,1962,1982,0,0,0,0),(130325,28905,609,1,4,25664,0,2085.71,-5754.19,99.4143,4.76781,360,0,0,1962,1982,0,0,0,0),(130326,28905,609,1,4,25664,0,2122.01,-5732.88,100.028,1.13898,360,0,0,1962,1982,0,0,0,0),(130327,28905,609,1,4,25664,0,2126.45,-5684.16,101.318,3.7001,360,0,0,1962,1982,0,0,0,0),(130328,28905,609,1,4,25664,0,2148.43,-5739.88,100.51,1.26079,360,0,0,1962,1982,0,0,0,0),(130330,28905,609,1,4,25664,0,2177.98,-5776.53,101.523,0.647462,360,0,0,1962,1982,0,0,0,0),(130331,28905,609,1,4,25664,0,2250.92,-5814.02,101.066,1.06465,360,0,0,1962,1982,0,0,0,0),(130338,28906,609,1,4,17166,0,1778.49,-5787.91,117.415,1.74612,360,5,0,4906,0,1,0,0,0),(130339,28906,609,1,4,17166,0,1803.07,-5936.24,119.386,-0.814934,360,5,0,4906,0,1,0,0,0),(130340,28906,609,1,4,17166,0,1797.58,-5821.33,113.777,-2.34503,360,5,0,4906,0,1,0,0,0),(130341,28906,609,1,4,17166,0,1801.74,-5835.58,121.331,-2.45283,360,5,0,4906,0,1,0,0,0),(130342,28906,609,1,4,17166,0,1827.43,-5922.06,111.616,1.26352,360,5,0,4906,0,1,0,0,0),(130343,28906,609,1,4,17166,0,1805.05,-5810.82,128.381,3.26443,360,5,0,4906,0,1,0,0,0),(130344,28907,609,1,4,25514,0,2316.65,-5738.61,155.981,0.733038,360,0,0,9610,0,0,0,0,0),(130345,28908,609,1,4,16416,1,2307,-5732.16,153.963,0.575959,360,0,0,126000,0,0,0,0,0),(130346,28909,609,1,4,25684,1,2417.07,-5781.37,147.058,5.20108,360,0,0,4574,0,0,0,0,0),(130347,28909,609,1,4,25684,1,2428.97,-5776.66,145.895,5.11381,360,0,0,4574,0,0,0,0,0),(130348,28909,609,1,4,25684,1,2289.22,-5662.55,147.981,3.22886,360,0,0,4574,0,0,0,0,0),(130349,28909,609,1,4,25684,1,2207.53,-5659.04,121.79,3.81575,360,0,0,4574,0,2,0,0,0),(130350,28909,609,1,4,25684,1,2371.2,-5721.08,153.96,2.34193,360,0,0,4574,0,2,0,0,0),(130351,28909,609,1,4,25684,1,2286.89,-5637.16,146.353,3.61283,360,0,0,4574,0,0,0,0,0),(130352,28910,609,1,4,6380,1,1876.44,-5777.14,85.0903,1.5708,360,0,0,139450,4258,0,0,0,0),(130353,28911,609,1,4,25338,0,1879.4,-5765.1,83.8607,4.66003,360,0,0,96100,0,0,0,0,0),(130354,28912,609,1,4,25844,0,1655.97,-6038.76,128.758,3.15905,360,0,0,392100,0,0,0,0,0),(130355,28913,609,1,4,25447,0,1397.51,-5827.42,137.271,5.48033,360,0,0,392100,0,0,0,0,0),(130356,28914,609,1,4,25448,0,1403.94,-5826.62,137.274,5.23599,360,0,0,392100,0,0,0,0,0),(207168,23531,530,1,1,0,0,9355.9,-7243.4,8.1439,2.2703,120,5,0,1,0,1,0,0,0),(207167,23531,530,1,1,0,0,9349.35,-7230.48,11.8178,1.1433,120,5,0,1,0,1,0,0,0),(207166,23531,530,1,1,0,0,9347.39,-7280.02,14.3329,5.2984,120,5,0,1,0,1,0,0,0),(130360,28919,609,1,4,16590,0,1982.74,-5815.54,101.112,5.51524,360,0,0,126000,39940,0,0,0,0),(130361,29185,609,1,128,0,0,2716.13,-5372.95,157.886,3.0722,360,0,0,26990,0,0,0,0,0),(130362,29185,609,1,128,0,0,2567.76,-5185.66,74.8526,5.07626,360,5,0,26990,0,1,0,0,0),(130363,29185,609,1,128,24997,0,2676.73,-5314.65,154.792,1.78743,360,5,0,26990,0,1,0,0,0),(130364,29185,609,1,128,0,0,2689.13,-5374.68,157.301,0.755571,360,5,0,26990,0,1,0,0,0),(130365,29185,609,1,128,24997,0,2627,-5503.77,158.005,3.735,360,0,0,26990,0,0,0,0,0),(130366,29185,609,1,128,25526,0,2677.64,-5316.94,155.144,4.1386,360,5,0,26990,0,1,0,0,0),(130367,29185,609,1,128,0,0,2688.54,-5388.15,157.515,4.90438,360,0,0,26990,0,0,0,0,0),(130368,29185,609,1,128,0,0,2647.18,-5506.82,159.31,0.279253,360,0,0,26990,0,0,0,0,0),(130369,29185,609,1,128,0,0,2649.31,-5449.86,157.01,2.74017,360,0,0,26990,0,0,0,0,0),(130370,29185,609,1,128,0,0,2626.03,-5467.76,157.405,2.53073,360,0,0,26990,0,0,0,0,0),(130371,29185,609,1,128,25526,0,2695.57,-5414.81,157.992,5.68977,360,0,0,26990,0,0,0,0,0),(130372,29185,609,1,128,0,0,2777.03,-5374.26,157.856,3.7001,360,0,0,26990,0,0,0,0,0),(130373,29185,609,1,128,0,0,2632.02,-5394.72,168.397,0.977384,360,0,0,26990,0,0,0,0,0),(130374,29185,609,1,128,0,0,2749.28,-5370.2,157.076,4.27606,360,0,0,26990,0,0,0,0,0),(130375,29186,609,1,128,0,0,2681.74,-5377.7,156.97,3.666,360,5,0,124475,0,1,0,0,0),(130376,29186,609,1,128,0,0,2723.56,-5356.07,159.613,0.84173,360,5,0,124475,0,1,0,0,0),(130377,29186,609,1,128,0,0,2670.89,-5457.02,156.945,5.4916,360,5,0,124475,0,1,0,0,0),(130378,29186,609,1,128,0,0,2745.8,-5501.26,162.07,0.118952,360,5,0,124475,0,1,0,0,0),(130379,29186,609,1,128,0,0,2726.07,-5498.8,162.02,2.04204,360,0,0,124475,0,0,0,0,0),(130380,29189,609,1,128,0,0,2810.53,-5372.7,163.048,0.426951,360,0,0,59835,0,0,0,0,0),(130381,29189,609,1,128,25627,0,2759.41,-5391.16,157.694,4.74801,360,0,0,59835,0,0,0,0,0),(130382,29189,609,1,128,0,0,2838.34,-5411.54,163.859,3.93045,360,0,0,59835,0,0,0,0,0),(130383,29189,609,1,128,25627,0,2706.68,-5458.84,157.192,1.63313,360,0,0,59835,0,0,0,0,0),(130384,29189,609,1,128,0,0,2651.24,-5430.21,157.547,3.96013,360,0,0,59835,0,0,0,0,0),(130385,29189,609,1,128,25287,0,2672.78,-5533.27,159.64,2.84826,360,0,0,59835,0,0,0,0,0),(130386,29189,609,1,128,25287,0,2656.71,-5529.99,159.803,5.91778,360,0,0,59835,0,0,0,0,0),(130387,29189,609,1,64,25664,0,2575.32,-5568.39,165.721,1.43166,360,0,0,59835,0,0,0,0,0),(130388,29189,609,1,128,25627,0,2776.23,-5459.93,159.518,3.94774,360,0,0,59835,0,0,0,0,0),(130389,29189,609,1,128,25287,0,2641.14,-5407.88,161.718,2.71901,360,0,0,59835,0,0,0,0,0),(130390,29189,609,1,128,25627,0,2779.88,-5419.81,161.869,0.144498,360,0,0,59835,0,0,0,0,0),(130391,29189,609,1,128,25287,0,2671.9,-5378.47,159.176,3.54402,360,0,0,59835,0,0,0,0,0),(1976472,30065,571,1,2,0,0,7278.9,-946.518,919.526,5.0719,300,0,0,121750,0,0,0,0,0),(130394,29191,609,1,128,0,0,2712.27,-5427.8,161.478,0.15708,360,0,0,8982,3155,0,0,0,0),(130395,29191,609,1,128,0,0,2712.77,-5373.77,157.672,2.92523,360,5,0,8982,3155,1,0,0,0),(130396,29191,609,1,128,0,0,2707.87,-5374.67,157.82,3.14004,360,5,0,8982,3155,1,0,0,0),(130397,29191,609,1,128,0,0,2722.8,-5434.87,161.477,1.55334,360,0,0,8982,3155,0,0,0,0),(130398,29191,609,1,128,0,0,2719.36,-5416.98,161.509,4.79965,360,0,0,8982,3155,0,0,0,0),(130399,29191,609,1,128,0,0,2730.03,-5424.25,161.482,3.35103,360,0,0,8982,3155,0,0,0,0),(130400,29192,609,1,64,17200,0,2721.14,-5425.86,166.317,5.75959,360,5,0,8982,3155,1,0,0,0),(130401,29192,609,1,64,17200,0,2289.35,-5327.34,115.946,4.5204,360,5,0,8982,3155,1,0,0,0),(130402,29193,609,1,128,0,0,2804.14,-5460,160.801,0.785398,360,0,0,4142,0,0,0,0,0),(130403,29193,609,1,128,0,0,2808.84,-5460.92,160.207,2.21657,360,0,0,4142,0,0,0,0,0),(130404,29193,609,1,128,0,0,2808.79,-5459.69,160.252,1.09956,360,0,0,4142,0,0,0,0,0),(130405,29193,609,1,128,0,0,2816.71,-5451.62,158.12,0.886593,360,5,0,4142,0,1,0,0,0),(213362,21949,530,1,1,0,0,-2634.42,2668.06,74.9564,4.62512,300,0,0,1,0,0,0,0,0),(213361,21754,530,1,1,0,0,-2738.65,2029.92,117.237,1.52196,300,0,0,1,0,2,0,0,0),(207184,39349,0,1,1,0,1,-5428.2,-628.023,394.846,4.72984,120,0,0,1,0,0,0,0,0),(213307,21961,530,1,1,0,0,-2743.21,2099,117.292,4.72582,300,0,0,1,0,2,0,0,0),(207187,39386,0,1,1,0,0,-5444.32,-665.155,393.801,2.16421,120,0,0,1,0,0,0,0,0),(207182,39349,0,1,1,0,1,-5427.79,-630.075,394.737,4.72984,120,0,0,1,0,0,0,0,0),(207180,39349,0,1,1,0,1,-5425.08,-635.295,394.436,4.72984,120,0,0,1,0,0,0,0,0),(207072,23528,530,1,1,0,0,-4052,-11888.8,-1.3939,4.311,120,5,0,1,0,1,0,0,0),(130414,32541,609,1,64,3019,0,2400.74,-5681.4,155.014,2.9147,360,0,0,1,0,0,0,0,0),(130415,32541,609,1,64,3019,0,2399.36,-5689.5,154.871,3.00197,360,0,0,1,0,0,0,0,0),(130416,32541,609,1,64,3019,0,2399.9,-5685.37,155.034,2.93215,360,0,0,1,0,0,0,0,0),(130417,32541,609,1,64,3019,0,2398.98,-5693.64,154.564,2.94961,360,0,0,1,0,0,0,0,0),(207102,23507,0,1,1,0,0,-9086.37,340.914,93.744,4.366,120,5,0,1,0,1,0,0,0),(75037,27336,571,1,1,0,0,3583.05,-1331.91,109.345,6.21278,120,5,0,1,0,1,0,0,0),(207101,23507,0,1,1,0,0,-9085.37,384.415,92.9885,3.3344,120,5,0,1,0,1,0,0,0),(207076,23527,1,1,1,0,0,10011.2,2206.96,1327.83,0.5328,120,5,0,1,0,1,0,0,0),(207075,23527,1,1,1,0,0,10009.1,2183.65,1329.43,0.6262,120,5,0,1,0,1,0,0,0),(207067,23528,530,1,1,0,0,-4023.23,-11855,0.0063,0.1636,120,5,0,1,0,1,0,0,0),(207068,23528,530,1,1,0,0,-4030.14,-11913.7,-2.268,3.9968,120,5,0,1,0,1,0,0,0),(207069,23528,530,1,1,0,0,-4030.34,-11900.6,-2.2471,6.0388,120,5,0,1,0,1,0,0,0),(130428,28481,609,1,64,11686,0,2493.6,-5642.61,423.428,5.8294,360,0,0,8982,0,0,0,0,0),(130429,28481,609,1,64,11686,0,2509.47,-5560.17,423.504,2.26893,360,0,0,8982,0,0,0,0,0),(130430,28481,609,1,64,11686,0,2426.99,-5544.25,423.497,4.83456,360,0,0,8982,0,0,0,0,0),(130431,28481,0,1,64,11686,0,2493.41,-5642.39,423.795,0.296706,360,0,0,8982,0,0,0,0,0),(130432,28481,0,1,64,11686,0,2427.14,-5544.37,423.518,3.28122,360,0,0,8982,0,0,0,0,0),(130433,28481,0,1,64,11686,0,2509.34,-5560.41,423.657,4.24115,360,0,0,8982,0,0,0,0,0),(207123,23529,1,1,1,0,0,-1343.42,238.24,8.2126,3.9833,120,5,0,1,0,1,0,0,0),(207122,23529,1,1,1,0,0,-1321.96,172.666,60.5251,2.1514,120,5,0,1,0,1,0,0,0),(207121,23529,1,1,1,0,0,-1315.66,257.344,12.995,3.2833,120,5,0,1,0,1,0,0,0),(207119,23529,1,1,1,0,0,-1272.77,250.878,23.8878,4.7491,120,5,0,1,0,1,0,0,0),(207120,23529,1,1,1,0,0,-1304.34,206.156,68.7646,3.1241,120,5,0,1,0,1,0,0,0),(207133,23530,0,1,1,0,0,1740.59,255.284,62.036,2.2236,120,5,0,1,0,1,0,0,0),(207132,23529,1,1,1,0,0,-1396.38,202.143,3.7117,1.7417,120,5,0,1,0,1,0,0,0),(207131,23529,1,1,1,0,0,-1394,143.523,22.3839,1.4817,120,5,0,1,0,1,0,0,0),(207130,23529,1,1,1,0,0,-1388.71,180.009,13.3426,1.7169,120,5,0,1,0,1,0,0,0),(207129,23529,1,1,1,0,0,-1382.15,159.465,28.8839,4.5626,120,5,0,1,0,1,0,0,0),(207128,23529,1,1,1,0,0,-1370.82,216.064,12.0867,3.0374,120,5,0,1,0,1,0,0,0),(207080,23527,1,1,1,0,0,9968.38,2137.05,1328.06,3.3922,120,5,0,1,0,1,0,0,0),(207079,23527,1,1,1,0,0,9967.02,2253.17,1334.84,0.4991,120,5,0,1,0,1,0,0,0),(128543,28490,609,1,69,0,1,2428.45,-5533.67,377.134,2.46091,120,0,0,1,0,0,0,0,0),(128542,28490,609,1,69,0,1,2426.26,-5532.29,377.05,2.11185,120,0,0,1,0,0,0,0,0),(128541,28490,609,1,69,0,1,2425.69,-5535.38,377.122,2.32129,120,0,0,1,0,0,0,0,0),(128540,28490,609,1,69,0,1,2423.28,-5534.07,377.04,2.18166,120,0,0,1,0,0,0,0,0),(128539,28490,609,1,69,0,1,2422.85,-5536.9,377.163,2.16421,120,0,0,1,0,0,0,0,0),(128538,28490,609,1,69,0,1,2420.65,-5535.74,377.031,2.0944,120,0,0,1,0,0,0,0,0),(128535,28490,609,1,69,0,1,2418,-5537.15,377.023,1.95477,120,0,0,1,0,0,0,0,0),(128536,28490,609,1,69,0,1,2418.02,-5539.93,377.136,1.90241,120,0,0,1,0,0,0,0,0),(128537,28490,609,1,69,0,1,2420.33,-5538.64,377.116,2.02458,120,0,0,1,0,0,0,0,0),(207148,23530,0,1,1,0,0,1805.65,284.603,70.483,1.2819,120,5,0,1,0,1,0,0,0),(207147,23530,0,1,1,0,0,1805.26,219.717,60.3543,2.1255,120,5,0,1,0,1,0,0,0),(207146,23530,0,1,1,0,0,1802.57,191.48,70.3996,3.5749,120,5,0,1,0,1,0,0,0),(207145,23530,0,1,1,0,0,1800.64,189.317,57.7717,6.1998,120,5,0,1,0,1,0,0,0),(207144,23530,0,1,1,0,0,1799.72,288.616,57.7717,6.0051,120,5,0,1,0,1,0,0,0),(207142,23530,0,1,1,0,0,1786.53,259.905,59.49,3.4324,120,5,0,1,0,1,0,0,0),(207143,23530,0,1,1,0,0,1795.69,327.128,70.82,5.2055,120,5,0,1,0,1,0,0,0),(207188,39396,0,1,1,0,0,-5447.55,-667.309,395.189,2.26893,120,0,0,1,0,0,0,0,0),(130467,31082,609,1,128,25496,0,2447.85,-5125.37,78.6562,1.79024,360,0,0,126000,0,0,0,0,0),(130468,31084,0,1,384,0,1,2375.38,-5650.72,382.523,0.575959,360,0,0,11156000,2129000,0,0,0,0),(130469,31088,0,1,384,0,1,2377.61,-5654.39,382.523,0.610865,360,0,0,2489500,0,0,0,0,0),(130470,31089,0,1,384,0,1,2373.14,-5647.37,382.523,0.680678,360,0,0,2489500,0,0,0,0,0),(130471,31094,0,1,384,0,1,2422.44,-5624.99,375.382,5.42797,360,0,0,15955,11445,0,0,537166592,32),(130472,31094,0,1,384,0,1,2441.8,-5612.99,366.903,3.82227,360,0,0,15955,11445,0,0,537166592,32),(130473,31094,0,1,384,0,1,2483.05,-5577.48,366.903,1.15192,360,0,0,15955,11445,0,0,537166592,32),(130474,31094,0,1,384,0,1,2403.64,-5642.05,377.12,4.93928,360,0,0,15955,11445,0,0,537166592,32),(130475,31094,0,1,384,0,1,2394.61,-5628.72,377.12,1.41372,360,0,0,15955,11445,0,0,537166592,32),(130476,31094,0,1,256,0,1,2469.21,-5586.86,414.257,2.07694,360,0,0,15955,11445,0,0,537166592,32),(130477,31094,0,1,256,0,1,2449.59,-5586.74,414.44,5.58505,360,0,0,15955,11445,0,0,537166592,32),(130478,31094,0,1,256,0,1,2449.49,-5593.03,414.255,2.94961,360,0,0,15955,11445,0,0,537166592,32),(130479,31094,0,1,384,0,1,2474.94,-5618.47,366.903,4.4855,360,0,0,15955,11445,0,0,537166592,32),(130480,31094,0,1,384,0,1,2435.77,-5581.91,366.903,5.28835,360,0,0,15955,11445,0,0,537166592,32),(130481,31094,0,1,384,0,1,2425.26,-5542.57,376.989,2.58309,360,0,0,15955,11445,0,0,537166592,32),(130482,31094,0,1,256,0,1,2462.85,-5605.92,414.439,5.72468,360,0,0,15955,11445,0,0,537166592,32),(130483,31094,0,1,384,0,1,2409.92,-5624.33,376.99,0.575959,360,0,0,15955,11445,0,0,537166592,32),(130484,31094,0,1,256,0,1,2471.42,-5600.35,414.479,0.191986,360,0,0,15955,11445,0,0,537166592,32),(130485,31094,0,1,256,0,1,2412.25,-5624.19,420.657,0.639379,360,0,0,15955,11445,0,0,0,0),(130486,31094,0,1,256,0,1,2416.74,-5629.35,420.649,0.628319,360,0,0,15955,11445,0,0,0,0),(130487,31094,0,1,256,26000,1,2415.66,-5626.65,420.65,0.610865,360,0,0,15955,11445,0,0,0,0),(130488,31094,0,1,256,26001,1,2411.52,-5620.9,420.657,0.593412,360,0,0,15955,11445,0,0,0,0),(130489,31095,0,1,256,0,0,2434.96,-5598.95,430.977,2.97419,360,5,0,24852,0,1,0,0,0),(130490,31095,0,1,256,0,0,2493.88,-5620.74,432.943,0.287214,360,5,0,24852,0,1,0,0,0),(130491,31095,0,1,256,0,0,2446.4,-5580.25,427.061,5.02554,360,5,0,24852,0,1,0,0,0),(130492,31095,0,1,256,0,0,2445.55,-5629.95,432.952,5.86248,360,5,0,24852,0,1,0,0,0),(130493,31095,0,1,256,0,0,2430.56,-5565.45,430.976,0.731252,360,5,0,24852,0,1,0,0,0),(130494,31095,0,1,256,0,0,2460.74,-5633.36,432.797,0.155296,360,5,0,24852,0,1,0,0,0),(130495,31096,0,1,256,0,0,2494.64,-5557.88,420.727,4.11898,360,0,0,11952,24340,0,0,0,0),(130496,31096,0,1,256,0,0,2505.21,-5575.11,420.727,3.26377,360,0,0,11952,24340,0,0,0,0),(130497,31096,0,1,256,0,0,2478.43,-5638.82,420.727,1.8326,360,0,0,11952,24340,0,0,0,0),(130498,31096,0,1,256,0,0,2441.48,-5548.26,420.727,4.72984,360,0,0,11952,24340,0,0,0,0),(130499,31096,0,1,64,25351,0,2494.61,-5626.82,420.727,2.54818,360,0,0,11952,24340,0,0,0,0),(130500,31096,0,1,256,0,0,2425.18,-5559.38,420.727,5.65487,360,0,0,11952,24340,0,0,0,0),(130501,31098,0,1,384,0,1,2411.57,-5635.29,376.986,0.750492,360,0,0,11967,0,0,0,537166592,32),(130502,31098,0,1,384,0,1,2395.26,-5620.84,377.104,5.32325,360,0,0,11967,0,0,0,537166592,32),(130503,31098,0,1,384,0,1,2374.19,-5661.05,382.463,3.26377,360,0,0,11967,0,0,0,537166592,32),(130504,31098,0,1,384,0,1,2434.47,-5605.34,366.903,4.74729,360,0,0,11967,0,0,0,537166592,32),(130505,31098,0,1,256,0,1,2473.49,-5530.56,420.649,0.697148,360,5,0,11967,0,1,0,0,0),(130506,31098,0,1,256,0,1,2490.78,-5560.57,420.646,4.34269,360,5,0,11967,0,1,0,0,0),(130507,31098,0,1,256,0,1,2452.3,-5650.22,420.646,0.507009,360,5,0,11967,0,1,0,0,0),(130508,31098,0,1,256,0,1,2484.53,-5579.09,420.025,1.68911,360,5,0,11967,0,1,0,0,0),(130509,31098,0,1,256,0,1,2432.63,-5603.91,420.195,2.84409,360,5,0,11967,0,1,0,0,0),(130510,31098,0,1,256,0,1,2445.05,-5626.67,420.417,4.93998,360,5,0,11967,0,1,0,0,0),(130511,31098,0,1,256,0,1,2470.23,-5566.85,420.065,3.7499,360,5,0,11967,0,1,0,0,0),(130512,31098,0,1,256,0,1,2460.01,-5545.7,420.645,1.74425,360,5,0,11967,0,1,0,0,0),(130513,31098,0,1,256,0,1,2525.5,-5605.37,420.65,5.9001,360,5,0,11967,0,1,0,0,0),(130514,31098,0,1,256,0,1,2435.33,-5613.58,420.239,0.018018,360,5,0,11967,0,1,0,0,0),(130515,31098,0,1,256,0,1,2450.21,-5552.55,420.644,4.92496,360,5,0,11967,0,1,0,0,0),(130516,31098,0,1,256,0,1,2504.14,-5594.19,420.644,1.5583,360,5,0,11967,0,1,0,0,0),(130517,31098,0,1,256,0,1,2434.05,-5558.52,420.727,3.71755,360,0,0,11967,0,0,0,0,0),(130518,31098,0,1,64,0,1,2473.43,-5631.25,420.254,1.16937,360,0,0,11967,0,0,0,0,0),(130519,31098,0,1,256,0,1,2489.36,-5626.69,420.727,1.22173,360,0,0,11967,0,0,0,0,0),(130520,31098,0,1,256,0,1,2457.13,-5622.21,420.06,3.48307,360,5,0,11967,0,1,0,0,0),(130521,31098,0,1,256,0,1,2445,-5570.61,416.859,0.680678,360,0,0,11967,0,0,0,0,0),(130522,31098,0,1,256,0,1,2431.8,-5579.99,420.19,6.08151,360,5,0,11967,0,1,0,0,0),(130523,31098,0,1,256,0,1,2463.36,-5641.22,420.645,5.93853,360,5,0,11967,0,1,0,0,0),(130524,31098,0,1,256,0,1,2501.68,-5618.51,420.727,3.7001,360,0,0,11967,0,0,0,0,0),(130525,31098,0,1,256,0,1,2477.54,-5618.83,417.632,3.63029,360,0,0,11967,0,0,0,0,0),(130526,31098,0,1,256,0,1,2418.26,-5598.52,420.727,2.46655,360,5,0,11967,0,1,0,0,0),(130527,31098,0,1,256,0,1,2403.74,-5581.18,420.73,1.53589,360,0,0,11967,0,0,0,0,0),(130528,31098,0,1,256,0,1,2499.96,-5576.15,420.727,5.044,360,0,0,11967,0,0,0,0,0),(130529,31098,0,1,256,0,1,2424.96,-5589.09,420.447,6.13133,360,5,0,11967,0,1,0,0,0),(130530,31098,0,1,256,0,1,2416.66,-5575.52,420.727,1.98968,360,0,0,11967,0,0,0,0,0),(130531,31098,0,1,256,0,1,2488.49,-5599.79,420.136,3.26377,360,0,0,11967,0,0,0,0,0),(130532,31098,0,1,256,0,1,2437.3,-5614.33,420.252,3.21141,360,0,0,11967,0,0,0,0,0),(130533,31098,0,1,64,0,1,2424.96,-5589.09,420.447,4.85793,360,5,0,11967,0,1,0,0,0),(130534,31098,0,1,64,0,1,2416.66,-5575.52,420.727,1.98968,360,0,0,11967,0,0,0,0,0),(130535,31098,0,1,256,0,1,2431.16,-5604.53,420.26,4.60767,360,0,0,11967,0,0,0,0,0),(130536,31098,0,1,256,0,1,2444.79,-5630.57,420.667,3.49066,360,0,0,11967,0,0,0,0,0),(130537,31098,0,1,256,0,1,2457,-5623.45,420.206,4.34587,360,0,0,11967,0,0,0,0,0),(130538,31098,0,1,256,0,1,2461.84,-5640.67,420.727,3.9619,360,0,0,11967,0,0,0,0,0),(130539,31098,0,1,256,0,1,2473.43,-5631.25,420.254,1.16937,360,0,0,11967,0,0,0,0,0),(130540,31098,0,1,256,0,1,2448.52,-5652.33,420.73,5.02655,360,0,0,11967,0,0,0,0,0),(130541,31098,0,1,64,0,1,2489.36,-5626.69,420.727,1.22173,360,0,0,11967,0,0,0,0,0),(130542,31099,0,1,256,0,0,2457.06,-5592.09,414.122,4.48475,360,5,0,276350,0,1,0,0,0),(207055,23487,1,1,1,0,0,1279.92,-4372.24,28.27,3.57,120,10,0,1,0,1,0,0,0),(207054,23487,1,1,1,0,0,1271.02,-4259.58,24.33,4.61,120,10,0,1,0,1,0,0,0),(130545,29588,0,1,384,0,0,2390,-5640.98,377.196,3.12414,360,0,0,8982,0,0,0,0,0),(130546,29589,0,1,384,24719,0,2383.7,-5645.17,420.884,5.63741,360,0,0,8982,0,0,0,0,0),(130547,29101,609,1,64,25909,1,2375.3,-5661.05,382.45,1.11701,360,0,0,21590,21630,0,0,0,0),(130548,29101,609,1,64,25910,1,2398.63,-5643.9,377.072,0.733038,360,0,0,21590,21630,0,0,0,0),(130549,29101,609,1,64,25909,1,2351.16,-5665.86,382.368,3.64774,360,0,0,21590,21630,0,0,0,0),(130550,29101,609,1,64,25907,1,2367.28,-5648.59,382.463,6.26573,360,0,0,21590,21630,0,0,0,0),(130551,29101,609,1,64,25910,1,2353.93,-5670.19,382.353,3.735,360,0,0,21590,21630,0,0,0,0),(130552,29101,609,1,64,25908,1,2390.13,-5632.26,377.069,0.593412,360,0,0,21590,21630,0,0,0,0),(130553,29101,609,1,64,25908,1,2379.82,-5639.53,381.232,0.261799,360,0,0,21590,21630,0,0,0,0),(130554,29101,609,1,64,25909,1,2388.15,-5652.55,381.427,1.01229,360,0,0,21590,21630,0,0,0,0),(130555,29102,609,1,64,25911,1,1503.62,-6017.23,117.257,0.959931,360,0,0,13920,0,0,0,0,0),(130556,29102,609,1,64,25913,1,1493,-6005.14,116.408,0.610865,360,0,0,13920,0,0,0,0,0),(130557,29102,609,1,64,25913,1,1509.3,-6003.28,116.818,0.837758,360,0,0,13920,0,0,0,0,0),(130558,29102,609,1,64,25913,1,1517.12,-6006.49,116.781,1.09956,360,0,0,13920,0,0,0,0,0),(130559,29102,609,1,64,25911,1,2245.35,-5908.36,100.268,4.36057,360,5,0,13920,0,1,0,0,0),(130560,29102,609,1,64,25911,1,1502.55,-5751.41,122.062,5.32325,360,0,0,13920,0,0,0,0,0),(130561,29102,609,1,64,25913,1,1498.33,-5766.1,128.249,5.86431,360,0,0,13920,0,0,0,0,0),(130562,29102,609,1,64,25913,1,1478.67,-5756.01,132.058,5.84685,360,0,0,13920,0,0,0,0,0),(130563,29102,609,1,64,25913,1,1491.09,-5766.62,131.146,5.98648,360,0,0,13920,0,0,0,0,0),(130564,29102,609,1,64,25913,1,1493.81,-5762.57,129.413,5.8294,360,0,0,13920,0,0,0,0,0),(130565,29102,609,1,64,25913,1,2241.07,-5902.23,100.893,3.20518,360,5,0,13920,0,1,0,0,0),(130566,29102,609,1,64,25913,1,2245.23,-5903.36,100.643,5.62894,360,5,0,13920,0,1,0,0,0),(130567,29102,609,1,64,25913,1,2418.2,-5776.81,147.942,3.84751,360,5,0,13920,0,1,0,0,0),(130568,29102,609,1,64,25911,1,1514.61,-5853.13,131.897,0.418879,360,0,0,13920,0,0,0,0,0),(130569,29102,609,1,64,25913,1,2245.83,-5904.35,100.643,5.52251,360,5,0,13920,0,1,0,0,0),(130570,29102,609,1,64,25913,1,2422.89,-5773.9,147.942,-1.50766,360,0,0,13920,0,0,0,0,0),(130571,29102,609,1,64,25911,1,1510.1,-5857.98,131.54,0.506145,360,0,0,13920,0,0,0,0,0),(130572,29102,609,1,64,25913,1,1499.5,-5839.88,131.305,6.17846,360,0,0,13920,0,0,0,0,0),(130573,29102,609,1,64,25911,1,1509.08,-6011,116.95,0.977384,360,0,0,13920,0,0,0,0,0),(130574,29102,609,1,64,25911,1,2426.98,-5783.3,143.187,1.95211,360,0,0,13920,0,0,0,0,0),(130575,29102,609,1,64,25913,1,1610.93,-5782.64,116.199,4.66003,360,0,0,13920,0,0,0,0,0),(130576,29102,609,1,64,25911,1,1576.16,-5936.47,119.536,0.15708,360,0,0,13920,0,0,0,0,0),(130577,29102,609,1,64,25911,1,1572.13,-5935.24,119.814,0.10472,360,0,0,13920,0,0,0,0,0),(130578,29102,609,1,64,25913,1,1574.81,-5949.01,120.339,0.471239,360,0,0,13920,0,0,0,0,0),(130579,29102,609,1,64,25913,1,1579.05,-5871.44,127.642,0.069813,360,0,0,13920,0,0,0,0,0),(130580,29102,609,1,64,25913,1,1572.14,-5874.07,126.948,0.122173,360,0,0,13920,0,0,0,0,0),(130581,29102,609,1,64,25913,1,1575.14,-5850.41,126.132,5.88176,360,0,0,13920,0,0,0,0,0),(130582,29102,609,1,64,25911,1,1583.61,-5865.96,127.486,6.19592,360,0,0,13920,0,0,0,0,0),(130583,29102,609,1,64,25913,1,1605.16,-5779.84,116.196,5.09636,360,0,0,13920,0,0,0,0,0),(130584,29102,609,1,64,25911,1,1510.36,-5848.61,131.613,0.191986,360,0,0,13920,0,0,0,0,0),(130585,29102,609,1,64,25913,1,1621.07,-5774.42,116.201,6.02139,360,0,0,13920,0,0,0,0,0),(130586,29102,609,1,64,25913,1,1574.09,-5931.09,119.649,0,360,0,0,13920,0,0,0,0,0),(130587,29102,609,1,64,25913,1,1507.7,-5853.72,131.557,0.349066,360,0,0,13920,0,0,0,0,0),(130588,29102,609,1,64,25911,1,1582.87,-5852.79,126.032,5.86431,360,0,0,13920,0,0,0,0,0),(130589,29102,609,1,64,25913,1,1586.57,-5857.27,126.022,5.95157,360,0,0,13920,0,0,0,0,0),(130590,29102,609,1,64,25911,1,1571.52,-5858.18,126.34,6.07375,360,0,0,13920,0,0,0,0,0),(130591,29102,609,1,64,25913,1,1564.17,-5948.49,119.72,0.366519,360,0,0,13920,0,0,0,0,0),(130592,29102,609,1,64,25911,1,1577.29,-5944.01,119.935,0.366519,360,0,0,13920,0,0,0,0,0),(130593,29102,609,1,64,25913,1,1508.17,-5841.24,132.185,6.17846,360,0,0,13920,0,0,0,0,0),(130594,29102,609,1,64,25911,1,1579.96,-5858.98,126.981,6.03884,360,0,0,13920,0,0,0,0,0),(130595,29102,609,1,64,25911,1,1567.99,-5932.89,120.618,0.034907,360,0,0,13920,0,0,0,0,0),(130596,29102,609,1,64,25911,1,1589.79,-5865.71,126.885,6.17846,360,0,0,13920,0,0,0,0,0),(130597,29102,609,1,64,25911,1,1577.59,-5875.67,127.311,0.15708,360,0,0,13920,0,0,0,0,0),(130598,29102,609,1,64,25911,1,1558.95,-5945.31,120.647,0.279253,360,0,0,13920,0,0,0,0,0),(130599,29102,609,1,64,25913,1,2243.18,-5902,100.723,-1.85403,360,0,0,13920,0,0,0,0,0),(130600,29102,609,1,64,25913,1,1689,-5925.18,122.501,6.24828,360,0,0,13920,0,0,0,0,0),(130601,29102,609,1,64,25911,1,1684.73,-5926.92,123.378,0,360,0,0,13920,0,0,0,0,0),(130602,29102,609,1,64,25913,1,2425.49,-5779.96,144.894,2.36801,360,0,0,13920,0,0,0,0,0),(130603,29102,609,1,64,25911,1,1624.69,-5770.08,116.225,5.88176,360,0,0,13920,0,0,0,0,0),(130604,29102,609,1,64,25911,1,1619.87,-5767.63,116.205,5.86431,360,0,0,13920,0,0,0,0,0),(130605,29102,609,1,64,25911,1,1681.48,-5932.69,124.43,0.087266,360,0,0,13920,0,0,0,0,0),(130606,29102,609,1,64,25913,1,1695.05,-5925.41,121.907,6.24828,360,0,0,13920,0,0,0,0,0),(130607,29102,609,1,64,25911,1,1700.23,-5934.9,122.141,0.174533,360,0,0,13920,0,0,0,0,0),(130608,29102,609,1,64,25911,1,2424.95,-5783.64,143.509,1.91601,360,0,0,13920,0,0,0,0,0),(130609,29102,609,1,64,25911,1,2239.18,-5903.67,100.893,3.76705,360,5,0,13920,0,1,0,0,0),(130610,29102,609,1,64,25911,1,1673.94,-5776.99,115.84,6.14356,360,0,0,13920,0,0,0,0,0),(130611,29102,609,1,64,25913,1,1719,-5805.56,116.802,5.81195,360,0,0,13920,0,0,0,0,0),(130612,29102,609,1,64,25911,1,1712.78,-5800.96,116.004,5.77704,360,0,0,13920,0,0,0,0,0),(130613,29102,609,1,64,25911,1,1795.97,-5817.95,110.473,6.26573,360,0,0,13920,0,0,0,0,0),(130614,29102,609,1,64,25911,1,1786.62,-5806.51,113.819,5.96903,360,0,0,13920,0,0,0,0,0),(130615,29102,609,1,64,25911,1,2082.57,-5729.92,100.968,-3.0862,360,0,0,13920,0,0,0,0,0),(130616,29102,609,1,64,25911,1,2221.28,-5850.14,101.533,3.14785,360,5,0,13920,0,1,0,0,0),(130617,29102,609,1,64,25913,1,2173.06,-5727.04,101.917,1.21161,360,0,0,13920,0,0,0,0,0),(130618,29102,609,1,64,25911,1,2145.88,-5759.35,99.5743,-3.04996,360,0,0,13920,0,0,0,0,0),(130619,29102,609,1,64,25913,1,2143.48,-5760.09,99.4377,-0.922247,360,0,0,13920,0,0,0,0,0),(130620,29102,609,1,64,25911,1,2170.51,-5724.89,101.928,0.343272,360,0,0,13920,0,0,0,0,0),(130621,29102,609,1,64,25911,1,1821.2,-5927.04,112.775,0.261799,360,0,0,13920,0,0,0,0,0),(130622,29102,609,1,64,25913,1,1810.45,-5948.72,116.029,0.680678,360,0,0,13920,0,0,0,0,0),(130623,29102,609,1,64,25913,1,1807.83,-5942.99,115.917,0.541052,360,0,0,13920,0,0,0,0,0),(130624,29102,609,1,64,25911,1,1800.2,-5940.29,116.152,0.418879,360,0,0,13920,0,0,0,0,0),(130625,29102,609,1,64,25913,1,1685.8,-5855.66,116.523,0.05236,360,0,0,13920,0,0,0,0,0),(130626,29102,609,1,64,25913,1,1684.5,-5843.27,116.423,5.96903,360,0,0,13920,0,0,0,0,0),(130627,29102,609,1,64,25913,1,1680.69,-5841.22,116.246,5.95157,360,0,0,13920,0,0,0,0,0),(130628,29102,609,1,64,25911,1,1675.16,-5843.42,116.242,6.03884,360,0,0,13920,0,0,0,0,0),(130629,29102,609,1,64,25911,1,1670.71,-5853.77,116.736,0,360,0,0,13920,0,0,0,0,0),(130630,29102,609,1,64,25913,1,1690.37,-5851.81,116.283,6.21337,360,0,0,13920,0,0,0,0,0),(130631,29102,609,1,64,25911,1,1670,-5848.95,116.258,6.17846,360,0,0,13920,0,0,0,0,0),(130632,29102,609,1,64,25911,1,1674.58,-5782.19,115.967,0,360,0,0,13920,0,0,0,0,0),(130633,29102,609,1,64,25911,1,1690.51,-5776.94,113.902,6.03884,360,0,0,13920,0,0,0,0,0),(130634,29102,609,1,64,25913,1,1712.94,-5787.39,114.786,5.46288,360,0,0,13920,0,0,0,0,0),(130635,29102,609,1,64,25911,1,1675.59,-5772.9,115.613,6.03884,360,0,0,13920,0,0,0,0,0),(130636,29102,609,1,64,25911,1,1722.1,-5787.69,115.963,5.2709,360,0,0,13920,0,0,0,0,0),(130637,29102,609,1,64,25913,1,1678.33,-5769.94,115.2,5.93412,360,0,0,13920,0,0,0,0,0),(130638,29102,609,1,64,25913,1,1686.63,-5784.22,115.01,0.05236,360,0,0,13920,0,0,0,0,0),(130639,29102,609,1,64,25911,1,1722.13,-5802.83,117.233,5.63741,360,0,0,13920,0,0,0,0,0),(130640,29102,609,1,64,25913,1,1717.21,-5788.74,115.417,5.41052,360,0,0,13920,0,0,0,0,0),(130641,29102,609,1,64,25911,1,1684.72,-5769.71,114.024,5.86431,360,0,0,13920,0,0,0,0,0),(130642,29102,609,1,64,25913,1,1623.19,-5779.2,116.195,6.12611,360,0,0,13920,0,0,0,0,0),(130643,29102,609,1,64,25913,1,1616.49,-5785.84,116.282,5.67232,360,0,0,13920,0,0,0,0,0),(130644,29102,609,1,64,25911,1,1770.23,-5814.12,116,6.21337,360,0,0,13920,0,0,0,0,0),(130645,29102,609,1,64,25913,1,1774.86,-5815,115.614,6.21337,360,0,0,13920,0,0,0,0,0),(130646,29102,609,1,64,25911,1,1770.46,-5824.79,116.031,0.139626,360,0,0,13920,0,0,0,0,0),(130647,29102,609,1,64,25911,1,1785.1,-5828.69,114.407,0.279253,360,0,0,13920,0,0,0,0,0),(130648,29102,609,1,64,25913,1,1811.49,-5922.5,114.774,0.069813,360,0,0,13920,0,0,0,0,0),(130649,29102,609,1,64,25913,1,1801.99,-5925.17,115.811,0.122173,360,0,0,13920,0,0,0,0,0),(130650,29102,609,1,64,25913,1,1794.06,-5928.46,116.138,0.15708,360,0,0,13920,0,0,0,0,0),(130651,29102,609,1,64,25913,1,1798.8,-5932.42,116.036,0.261799,360,0,0,13920,0,0,0,0,0),(130652,29102,609,1,64,25911,1,1815.77,-5943.82,115.614,0.663225,360,0,0,13920,0,0,0,0,0),(130653,29102,609,1,64,25911,1,2047.67,-5750.46,98.8524,0.017199,360,0,0,13920,0,0,0,0,0),(130654,29102,609,1,64,25911,1,2223.74,-5844.06,101.461,-2.06817,360,0,0,13920,0,0,0,0,0),(130655,29102,609,1,64,25911,1,2113.49,-5765.3,98.4296,-1.84634,360,0,0,13920,0,0,0,0,0),(130656,29102,609,1,64,25911,1,2108.83,-5734.71,100.183,-2.22706,360,0,0,13920,0,0,0,0,0),(130657,29102,609,1,64,25913,1,2170.36,-5722.6,102.106,-0.221547,360,0,0,13920,0,0,0,0,0),(130658,29102,609,1,64,25911,1,2419.36,-5773.53,148.698,2.35619,360,0,0,13920,0,0,0,0,0),(130659,29102,609,1,64,25911,1,2152.07,-5810.65,101.268,2.5854,360,0,0,13920,0,0,0,0,0),(130660,29102,609,1,64,25913,1,2267.44,-5653.63,140.052,0.506612,360,0,0,13920,0,0,0,0,0),(130661,29102,609,1,64,25913,1,2268.13,-5652.77,140.156,4.73247,360,5,0,13920,0,1,0,0,0),(130662,29102,609,1,64,25913,1,2114.25,-5842.23,102.511,1.97468,360,0,0,13920,0,0,0,0,0),(130663,29102,609,1,64,25911,1,2021.41,-5767.79,101.681,0.83101,360,5,0,13920,0,1,0,0,0),(130664,29102,609,1,64,25913,1,2126.5,-5696.68,101.072,0.674141,360,5,0,13920,0,1,0,0,0),(130665,29102,609,1,64,25913,1,2171.49,-5745.97,101.586,0.741887,360,5,0,13920,0,1,0,0,0),(130666,29102,609,1,64,25913,1,2136.5,-5707.75,101.361,0.982794,360,5,0,13920,0,1,0,0,0),(130667,29102,609,1,64,25913,1,2148.25,-5718.75,101.239,0,360,5,0,13920,0,1,0,0,0),(130668,29102,609,1,64,25913,1,2155.36,-5710.36,102.645,0.616164,360,5,0,13920,0,1,0,0,0),(130669,29102,609,1,64,25913,1,1938.41,-5806.94,100.559,0.204479,360,5,0,13920,0,1,0,0,0),(130670,29102,609,1,64,25913,1,1907.04,-5812.12,100.548,0.140756,360,5,0,13920,0,1,0,0,0),(130671,29102,609,1,64,25911,1,1920.08,-5810.21,100.396,0.145438,360,5,0,13920,0,1,0,0,0),(130672,29102,609,1,64,25911,1,1858.75,-5919.35,104.747,0.027337,360,5,0,13920,0,1,0,0,0),(130673,29102,609,1,64,25911,1,1832.09,-5924.17,110.038,5.69491,360,5,0,13920,0,1,0,0,0),(130674,29102,609,1,64,25913,1,1884.57,-5814.11,102.275,0.050787,360,5,0,13920,0,1,0,0,0),(130675,29102,609,1,64,25913,1,1863.09,-5916.47,104.456,0.291176,360,5,0,13920,0,1,0,0,0),(130676,29102,609,1,64,25911,1,1838.26,-5818.13,100.69,0.007812,360,5,0,13920,0,1,0,0,0),(130677,29102,609,1,64,25913,1,1927.98,-5933.58,103.025,6.01642,360,5,0,13920,0,1,0,0,0),(130678,29102,609,1,64,25913,1,1854.84,-5918.39,105.091,0.234557,360,5,0,13920,0,1,0,0,0),(130679,29102,609,1,64,25911,1,1829.21,-5882.07,117.222,1.62741,360,5,0,13920,0,1,0,0,0),(130680,29102,609,1,64,25913,1,1822.69,-5909.06,115.092,0.519146,360,5,0,13920,0,1,0,0,0),(130681,29102,609,1,64,25911,1,1821.88,-5828.97,103.563,5.18303,360,5,0,13920,0,1,0,0,0),(130682,29102,609,1,64,25913,1,2263.17,-5661.84,139.342,0.680232,360,0,0,13920,0,0,0,0,0),(130683,29102,609,1,64,25911,1,2264.48,-5653.23,139.063,-1.10089,360,0,0,13920,0,0,0,0,0),(130684,29102,609,1,64,25911,1,1769.43,-5925.02,116.202,0.982812,360,5,0,13920,0,1,0,0,0),(130685,29102,609,1,64,25911,1,1773.3,-5815.39,115.736,4.10825,360,5,0,13920,0,1,0,0,0),(130686,29102,609,1,64,25913,1,1781.5,-5809.58,114.666,6.07375,360,0,0,13920,0,0,0,0,0),(130687,29102,609,1,64,25911,1,1775.34,-5806.67,115.999,6.03884,360,0,0,13920,0,0,0,0,0),(130688,29102,609,1,64,25911,1,1787.33,-5812.33,113.042,6.10865,360,0,0,13920,0,0,0,0,0),(130689,29102,609,1,64,25911,1,2265.65,-5652.71,139.425,0.077165,360,0,0,13920,0,0,0,0,0),(130690,29102,609,1,64,25911,1,2266.76,-5655.15,139.867,0.846752,360,0,0,13920,0,0,0,0,0),(130691,29102,609,1,64,25911,1,1711.43,-5796.34,115.648,5.67232,360,0,0,13920,0,0,0,0,0),(130692,29102,609,1,64,25911,1,1726.35,-5800.61,117.383,5.42797,360,0,0,13920,0,0,0,0,0),(130693,29102,609,1,64,25913,1,1728.1,-5795.45,117.083,5.23599,360,0,0,13920,0,0,0,0,0),(130694,29102,609,1,64,25911,1,1679.06,-5785.43,115.721,0.087266,360,0,0,13920,0,0,0,0,0),(130695,29102,609,1,64,25913,1,2266.87,-5649.61,139.978,-0.889072,360,0,0,13920,0,0,0,0,0),(130696,29102,609,1,64,25911,1,1617.91,-5780.25,116.194,5.14872,360,0,0,13920,0,0,0,0,0),(130697,29102,609,1,64,25913,1,1684.27,-5787.22,115.256,0.15708,360,0,0,13920,0,0,0,0,0),(130698,29102,609,1,64,25911,1,1497.47,-5855.88,131.298,0.314159,360,0,0,13920,0,0,0,0,0),(130699,29102,609,1,64,25913,1,1513.45,-5838.77,132.41,6.05629,360,0,0,13920,0,0,0,0,0),(130700,29102,609,1,64,25911,1,1524.92,-6011.06,116.878,1.39626,360,0,0,13920,0,0,0,0,0),(130701,29102,609,1,64,25913,1,1572.65,-5950.1,120.143,0.318042,360,5,0,13920,0,1,0,0,0),(130702,29102,609,1,64,25913,1,1565.63,-5951.27,119.749,0.309703,360,5,0,13920,0,1,0,0,0),(130703,29102,609,1,64,25913,1,1576.33,-5929.12,119.266,0.721134,360,5,0,13920,0,1,0,0,0),(130704,29102,609,1,64,25913,1,1685,-5938.86,124.772,0.191986,360,0,0,13920,0,0,0,0,0),(130705,29102,609,1,64,25911,1,1692.19,-5939.36,124.034,0.226893,360,0,0,13920,0,0,0,0,0),(130706,29102,609,1,64,25911,1,1698.36,-5930.37,121.807,0.069813,360,0,0,13920,0,0,0,0,0),(130707,29102,609,1,64,25913,1,1696.33,-5935.1,122.63,0.174533,360,0,0,13920,0,0,0,0,0),(130708,29102,609,1,64,25913,1,2140.66,-5689.84,103.129,0.244742,360,5,0,13920,0,1,0,0,0),(130709,29102,609,1,64,25913,1,2191.86,-5721.29,104.245,0.635689,360,5,0,13920,0,1,0,0,0),(130710,29103,609,1,64,25914,1,1524.92,-6011.06,116.878,1.39626,360,0,0,13920,0,0,0,0,0),(130711,29103,609,1,64,25912,1,1497.11,-5755.5,126.114,5.55015,360,0,0,13920,0,0,0,0,0),(130712,29103,609,1,64,25912,1,1486.02,-5764.87,131.358,5.98648,360,0,0,13920,0,0,0,0,0),(130713,29103,609,1,64,25914,1,1499.35,-5759.69,125.608,5.61996,360,0,0,13920,0,0,0,0,0),(130714,29103,609,1,64,25912,1,1481.71,-5762.44,131.485,5.95157,360,0,0,13920,0,0,0,0,0),(130715,29103,609,1,64,25912,1,1488.42,-5747.72,134.585,5.55015,360,0,0,13920,0,0,0,0,0),(130716,29103,609,1,64,25912,1,2238.5,-5906.56,100.643,4.51576,360,5,0,13920,0,1,0,0,0),(130717,29103,609,1,64,25914,1,2240.08,-5902.33,100.893,3.23225,360,5,0,13920,0,1,0,0,0),(130718,29103,609,1,64,25914,1,2238.89,-5904.12,100.893,3.90217,360,5,0,13920,0,1,0,0,0),(130719,29103,609,1,64,25912,1,2242.82,-5901.91,100.893,2.58423,360,5,0,13920,0,1,0,0,0),(130720,29103,609,1,64,25914,1,2246.15,-5906.09,100.518,5.04111,360,5,0,13920,0,1,0,0,0),(130721,29103,609,1,64,25914,1,2418.34,-5776.54,147.942,3.80296,360,5,0,13920,0,1,0,0,0),(130722,29103,609,1,64,25914,1,2420.69,-5774.87,148.067,2.94722,360,5,0,13920,0,1,0,0,0),(130723,29103,609,1,64,25912,1,1497.47,-5855.88,131.298,0.314159,360,0,0,13920,0,0,0,0,0),(130724,29103,609,1,64,25914,1,1494.23,-5845.25,131.296,0.034907,360,0,0,13920,0,0,0,0,0),(130725,29103,609,1,64,25914,1,1501.75,-5855.83,131.307,0.349066,360,0,0,13920,0,0,0,0,0),(130726,29103,609,1,64,25912,1,1500.86,-6008.52,116.829,0.767945,360,0,0,13920,0,0,0,0,0),(130727,29103,609,1,64,25912,1,1502.29,-6001.23,116.674,0.663225,360,0,0,13920,0,0,0,0,0),(130728,29103,609,1,64,25912,1,1493.06,-5998.38,116.536,0.471239,360,0,0,13920,0,0,0,0,0),(130729,29103,609,1,64,25914,1,1483.8,-6003.48,116.38,0.488692,360,0,0,13920,0,0,0,0,0),(130730,29103,609,1,64,25914,1,1495.28,-6015.21,117.193,0.802851,360,0,0,13920,0,0,0,0,0),(130731,29103,609,1,64,25914,1,1515.55,-6012.88,116.772,1.15192,360,0,0,13920,0,0,0,0,0),(130732,29103,609,1,64,25914,1,1522.32,-6023.56,116.748,1.37881,360,0,0,13920,0,0,0,0,0),(130733,29103,609,1,64,25914,1,2423.12,-5775.33,147.067,6.14141,360,5,0,13920,0,1,0,0,0),(130734,29103,609,1,64,25914,1,2245.49,-5903.72,100.643,5.58253,360,5,0,13920,0,1,0,0,0),(130735,29103,609,1,64,25912,1,1562.76,-5952.19,119.607,0.418879,360,0,0,13920,0,0,0,0,0),(130736,29103,609,1,64,25914,1,1577.49,-5855.16,126.63,5.96903,360,0,0,13920,0,0,0,0,0),(130737,29103,609,1,64,25914,1,1586.13,-5873.79,126.959,0.15708,360,0,0,13920,0,0,0,0,0),(130738,29103,609,1,64,25914,1,1569.81,-5951.04,119.93,0.453786,360,0,0,13920,0,0,0,0,0),(130739,29103,609,1,64,25912,1,1513.45,-5838.77,132.41,6.05629,360,0,0,13920,0,0,0,0,0),(130740,29103,609,1,64,25914,1,1560.79,-5935.44,121.841,0.087266,360,0,0,13920,0,0,0,0,0),(130741,29103,609,1,64,25912,1,2243.78,-5902.23,100.764,-2.00987,360,0,0,13920,0,0,0,0,0),(130742,29103,609,1,64,25912,1,1692.19,-5939.36,124.034,0.226893,360,0,0,13920,0,0,0,0,0),(130743,29103,609,1,64,25914,1,2425.46,-5780.26,144.567,2.30117,360,0,0,13920,0,0,0,0,0),(130744,29103,609,1,64,25914,1,1607.77,-5785.61,116.315,5.06145,360,0,0,13920,0,0,0,0,0),(130745,29103,609,1,64,25912,1,1698.36,-5930.37,121.807,0.069813,360,0,0,13920,0,0,0,0,0),(130746,29103,609,1,64,25912,1,1696.33,-5935.1,122.63,0.174533,360,0,0,13920,0,0,0,0,0),(130747,29103,609,1,64,25914,1,1685.4,-5921.12,121.822,6.17846,360,0,0,13920,0,0,0,0,0),(130748,29103,609,1,64,25914,1,1685,-5938.86,124.772,0.191986,360,0,0,13920,0,0,0,0,0),(130749,29103,609,1,64,25914,1,2145.32,-5808.48,100.671,1.84243,360,0,0,13920,0,0,0,0,0),(130750,29103,609,1,64,25912,1,2082.24,-5731.66,100.981,1.95067,360,0,0,13920,0,0,0,0,0),(130751,29103,609,1,64,25914,1,2115.01,-5841.81,102.393,2.21248,360,0,0,13920,0,0,0,0,0),(130752,29103,609,1,64,25912,1,2197.87,-5908.9,100.963,2.37823,360,0,0,13920,0,0,0,0,0),(130753,29103,609,1,64,25912,1,2102.26,-5737.23,100.171,-0.183559,360,0,0,13920,0,0,0,0,0),(130754,29103,609,1,64,25912,1,2116,-5874.69,102.755,-0.434027,360,0,0,13920,0,0,0,0,0),(130755,29103,609,1,64,25914,1,2104.58,-5734.24,100.228,-1.13765,360,0,0,13920,0,0,0,0,0),(130756,29103,609,1,64,25912,1,1775.34,-5806.67,115.999,6.03884,360,0,0,13920,0,0,0,0,0),(130757,29103,609,1,64,25912,1,1822.7,-5942.26,115.726,0.750492,360,0,0,13920,0,0,0,0,0),(130758,29103,609,1,64,25912,1,1812.54,-5915.96,115.39,6.16101,360,0,0,13920,0,0,0,0,0),(130759,29103,609,1,64,25912,1,1676.35,-5858.19,116.77,0.10472,360,0,0,13920,0,0,0,0,0),(130760,29103,609,1,64,25912,1,1687.44,-5846.53,116.628,6.03884,360,0,0,13920,0,0,0,0,0),(130761,29103,609,1,64,25914,1,1674.45,-5786.47,116.025,0.10472,360,0,0,13920,0,0,0,0,0),(130762,29103,609,1,64,25912,1,1726.06,-5789.2,116.413,5.20108,360,0,0,13920,0,0,0,0,0),(130763,29103,609,1,64,25914,1,1679.06,-5785.43,115.721,0.087266,360,0,0,13920,0,0,0,0,0),(130764,29103,609,1,64,25914,1,1684.27,-5787.22,115.256,0.15708,360,0,0,13920,0,0,0,0,0),(130765,29103,609,1,64,25914,1,1730.6,-5791.71,116.735,5.07891,360,0,0,13920,0,0,0,0,0),(130766,29103,609,1,64,25914,1,1728.1,-5795.45,117.083,5.23599,360,0,0,13920,0,0,0,0,0),(130767,29103,609,1,64,25914,1,1715.42,-5804.41,116.435,5.8294,360,0,0,13920,0,0,0,0,0),(130768,29103,609,1,64,25914,1,1726.35,-5800.61,117.383,5.42797,360,0,0,13920,0,0,0,0,0),(130769,29103,609,1,64,25912,1,1711,-5791.33,115.187,5.5676,360,0,0,13920,0,0,0,0,0),(130770,29103,609,1,64,25914,1,1617.91,-5780.25,116.194,5.14872,360,0,0,13920,0,0,0,0,0),(130771,29103,609,1,64,25914,1,1711.43,-5796.34,115.648,5.67232,360,0,0,13920,0,0,0,0,0),(130772,29103,609,1,64,25912,1,1791.93,-5810.97,111.678,6.03884,360,0,0,13920,0,0,0,0,0),(130773,29103,609,1,64,25914,1,1775.2,-5828.75,115.968,0.226893,360,0,0,13920,0,0,0,0,0),(130774,29103,609,1,64,25914,1,1780.4,-5825.28,114.881,0.174533,360,0,0,13920,0,0,0,0,0),(130775,29103,609,1,64,25914,1,1790.06,-5818.6,112.212,0.017453,360,0,0,13920,0,0,0,0,0),(130776,29103,609,1,64,25912,1,1781.5,-5809.58,114.666,6.07375,360,0,0,13920,0,0,0,0,0),(130777,29103,609,1,64,25914,1,1772.52,-5819.42,115.821,0.034907,360,0,0,13920,0,0,0,0,0),(130778,29103,609,1,64,25914,1,1787.49,-5824.71,112.959,0.191986,360,0,0,13920,0,0,0,0,0),(130779,29103,609,1,64,25914,1,1787.33,-5812.33,113.042,6.10865,360,0,0,13920,0,0,0,0,0),(130780,29103,609,1,64,25912,1,1792.76,-5824.28,111.479,0.20944,360,0,0,13920,0,0,0,0,0),(130781,29103,609,1,64,25914,1,1774.39,-5823.88,115.693,0.122173,360,0,0,13920,0,0,0,0,0),(130782,29103,609,1,64,25914,1,2176.58,-5720.09,102.968,-2.14292,360,0,0,13920,0,0,0,0,0),(130783,29103,609,1,64,25914,1,1803.98,-5936.24,115.879,0.366519,360,0,0,13920,0,0,0,0,0),(130784,29103,609,1,64,25914,1,1817.28,-5937.76,114.888,0.541052,360,0,0,13920,0,0,0,0,0),(130785,29103,609,1,64,25912,1,1797.01,-5919.62,116.334,6.26573,360,0,0,13920,0,0,0,0,0),(130786,29103,609,1,64,25912,1,1802.02,-5946.72,116.262,0.541052,360,0,0,13920,0,0,0,0,0),(130787,29103,609,1,64,25912,1,1805.74,-5918.48,115.967,6.24828,360,0,0,13920,0,0,0,0,0),(130788,29103,609,1,64,25912,1,2076.79,-5733.08,100.771,0.948046,360,0,0,13920,0,0,0,0,0),(130789,29103,609,1,64,25912,1,2115.72,-5841.12,102.057,2.48372,360,0,0,13920,0,0,0,0,0),(130790,29103,609,1,64,25912,1,2142.14,-5807.89,100.484,0.928254,360,0,0,13920,0,0,0,0,0),(130791,29103,609,1,64,25912,1,2050.23,-5752.25,98.5459,0.39066,360,0,0,13920,0,0,0,0,0),(130792,29103,609,1,64,25912,1,2429.91,-5779.11,144.862,1.49949,360,0,0,13920,0,0,0,0,0),(130793,29103,609,1,64,25914,1,2426.42,-5783.51,143.226,1.83447,360,0,0,13920,0,0,0,0,0),(130794,29103,609,1,64,25914,1,2268.09,-5651.19,140.113,1.12388,360,0,0,13920,0,0,0,0,0),(130795,29103,609,1,64,25912,1,2267.07,-5651.5,139.895,-0.126204,360,0,0,13920,0,0,0,0,0),(130796,29103,609,1,64,25912,1,2267.38,-5650.35,140.036,-0.468604,360,0,0,13920,0,0,0,0,0),(130797,29103,609,1,64,25914,1,2267.14,-5652.56,139.812,0.184928,360,0,0,13920,0,0,0,0,0),(130798,29103,609,1,64,25914,1,2267.8,-5654.27,140.29,0.713312,360,0,0,13920,0,0,0,0,0),(130799,29103,609,1,64,25914,1,2166.7,-5708.3,103.931,0.785398,360,5,0,13920,0,1,0,0,0),(130800,29103,609,1,64,25912,1,2146.86,-5686.5,104.674,0.422587,360,5,0,13920,0,1,0,0,0),(130801,29103,609,1,64,25912,1,1959.82,-5903.41,102.202,0.143001,360,5,0,13920,0,1,0,0,0),(130802,29103,609,1,64,25912,1,1889.38,-5911.5,102.843,0.147007,360,5,0,13920,0,1,0,0,0),(130803,29103,609,1,64,25914,1,1878.84,-5814.4,101.828,0.050787,360,5,0,13920,0,1,0,0,0),(130804,29103,609,1,64,25912,1,1919.43,-5846.99,100.854,0.092628,360,5,0,13920,0,1,0,0,0),(130805,29103,609,1,64,25914,1,1896.98,-5852.91,101.539,0.208502,360,5,0,13920,0,1,0,0,0),(130806,29103,609,1,64,25914,1,1901.66,-5809.61,100.974,0.342551,360,5,0,13920,0,1,0,0,0),(130807,29103,609,1,64,25914,1,1949.98,-5824.8,100.899,1.56533,360,5,0,13920,0,1,0,0,0),(130808,29103,609,1,64,25914,1,1895.12,-5811.94,101.362,0.340593,360,5,0,13920,0,1,0,0,0),(130809,29103,609,1,64,25914,1,1887.62,-5854.18,102.375,0.113576,360,5,0,13920,0,1,0,0,0),(130810,29103,609,1,64,25914,1,1933.76,-5845.91,100.886,0.151015,360,5,0,13920,0,1,0,0,0),(130811,29103,609,1,64,25912,1,1872.73,-5855.88,102.662,0.11357,360,5,0,13920,0,1,0,0,0),(130812,29103,609,1,64,25912,1,1871.52,-5814.89,100.977,0.149239,360,5,0,13920,0,1,0,0,0),(130813,29103,609,1,64,25912,1,1887.76,-5911.62,103.065,0.062541,360,5,0,13920,0,1,0,0,0),(130814,29103,609,1,64,25914,1,1818.42,-5836.46,108.917,0,360,5,0,13920,0,1,0,0,0),(130815,29103,609,1,64,25914,1,2417.84,-5775.48,148.317,5.55169,360,0,0,13920,0,0,0,0,0),(130816,29103,609,1,64,25914,1,1837.49,-5924.14,108.793,0.291176,360,5,0,13920,0,1,0,0,0),(130817,29103,609,1,64,25912,1,1841.64,-5867.65,102.597,1.88452,360,5,0,13920,0,1,0,0,0),(130818,29103,609,1,64,25914,1,1819.27,-5847.52,114.462,6.03832,360,5,0,13920,0,1,0,0,0),(130819,29103,609,1,64,25912,1,1848.26,-5817.4,100.084,0.031333,360,5,0,13920,0,1,0,0,0),(130820,29103,609,1,64,25912,1,2110.63,-5730.45,100.176,4.8397,360,5,0,13920,0,1,0,0,0),(130821,29103,609,1,64,25912,1,2161.48,-5721.01,101.835,0.705871,360,5,0,13920,0,1,0,0,0),(130822,29103,609,1,64,25914,1,1837.11,-5929.72,109.679,0.274813,360,5,0,13920,0,1,0,0,0),(130823,29103,609,1,64,25914,1,1779.32,-5908.57,116.898,1.08077,360,5,0,13920,0,1,0,0,0),(130824,29103,609,1,64,25912,1,1819.15,-5864.37,115.534,1.43271,360,5,0,13920,0,1,0,0,0),(130825,29103,609,1,64,25912,1,1859.93,-5922.65,104.652,0.557668,360,5,0,13920,0,1,0,0,0),(130826,29103,609,1,64,25912,1,2261.51,-5663.03,138.866,0.364777,360,0,0,13920,0,0,0,0,0),(130827,29103,609,1,64,25912,1,2268.22,-5648.86,140.406,3.06446,360,5,0,13920,0,1,0,0,0),(130828,29103,609,1,64,25912,1,2264.39,-5651.61,139.085,-0.114588,360,0,0,13920,0,0,0,0,0),(130829,29103,609,1,64,25912,1,2267.14,-5655.47,140.098,0.984259,360,0,0,13920,0,0,0,0,0),(130830,29103,609,1,64,25912,1,2266.35,-5654.5,139.551,5.08688,360,5,0,13920,0,1,0,0,0),(130831,29103,609,1,64,25914,1,1795.97,-5817.95,110.473,6.26573,360,0,0,13920,0,0,0,0,0),(130832,29103,609,1,64,25914,1,1717.21,-5788.74,115.417,5.41052,360,0,0,13920,0,0,0,0,0),(130833,29103,609,1,64,25914,1,1678.33,-5769.94,115.2,5.93412,360,0,0,13920,0,0,0,0,0),(130834,29103,609,1,64,25914,1,1722.1,-5787.69,115.963,5.2709,360,0,0,13920,0,0,0,0,0),(130835,29103,609,1,64,25914,1,1712.94,-5787.39,114.786,5.46288,360,0,0,13920,0,0,0,0,0),(130836,29103,609,1,64,25912,1,1674.58,-5782.19,115.967,0,360,0,0,13920,0,0,0,0,0),(130837,29103,609,1,64,25914,1,1684.72,-5769.71,114.024,5.86431,360,0,0,13920,0,0,0,0,0),(130838,29103,609,1,64,25912,1,1616.49,-5785.84,116.282,5.67232,360,0,0,13920,0,0,0,0,0),(130839,29103,609,1,64,25914,1,1624.69,-5770.08,116.225,5.88176,360,0,0,13920,0,0,0,0,0),(130840,29103,609,1,64,25912,1,1623.19,-5779.2,116.195,6.12611,360,0,0,13920,0,0,0,0,0),(130841,29103,609,1,64,25914,1,1577.59,-5875.67,127.311,0.15708,360,0,0,13920,0,0,0,0,0),(130842,29103,609,1,64,25912,1,1582.87,-5852.79,126.032,5.86431,360,0,0,13920,0,0,0,0,0),(130843,29103,609,1,64,25914,1,1575.14,-5850.41,126.132,5.88176,360,0,0,13920,0,0,0,0,0),(130844,29103,609,1,64,25914,1,1583.61,-5865.96,127.486,6.19592,360,0,0,13920,0,0,0,0,0),(130845,29103,609,1,64,25914,1,1571.52,-5858.18,126.34,6.07375,360,0,0,13920,0,0,0,0,0),(130846,29103,609,1,64,25914,1,1507.7,-5853.72,131.557,0.349066,360,0,0,13920,0,0,0,0,0),(130847,29103,609,1,64,25912,1,1510.1,-5857.98,131.54,0.506145,360,0,0,13920,0,0,0,0,0),(130848,29103,609,1,64,25912,1,1514.61,-5853.13,131.897,0.418879,360,0,0,13920,0,0,0,0,0),(130849,29103,609,1,64,25912,1,1499.5,-5839.88,131.305,6.17846,360,0,0,13920,0,0,0,0,0),(130850,29103,609,1,64,25912,1,1509.08,-6011,116.95,0.977384,360,0,0,13920,0,0,0,0,0),(130851,29103,609,1,64,25914,1,1517.12,-6006.49,116.781,1.09956,360,0,0,13920,0,0,0,0,0),(130852,29103,609,1,64,25914,1,1509.3,-6003.28,116.818,0.837758,360,0,0,13920,0,0,0,0,0),(130853,29103,609,1,64,25914,1,1566.23,-5946.3,119.736,0.817248,360,5,0,13920,0,1,0,0,0),(130854,29103,609,1,64,25914,1,1572.13,-5935.24,119.814,0.10472,360,0,0,13920,0,0,0,0,0),(130855,29103,609,1,64,25912,1,1689,-5925.18,122.501,6.24828,360,0,0,13920,0,0,0,0,0),(130856,29103,609,1,64,25914,1,2178.46,-5709.68,105.148,0.490302,360,5,0,13920,0,1,0,0,0),(130857,29104,609,1,64,25915,0,1513.18,-6021.43,116.689,0.907571,360,0,0,83520,0,0,0,0,0),(130858,29104,609,1,64,25915,0,1538.15,-6020.08,150.026,0.942478,360,0,0,83520,0,0,0,0,0),(130859,29104,609,1,64,25915,0,1486.5,-5755.62,131.476,5.88176,360,0,0,83520,0,0,0,0,0),(130860,29104,609,1,64,25915,0,1501.23,-5847.85,131.522,0.226893,360,0,0,83520,0,0,0,0,0),(130861,29104,609,1,64,25915,0,1508.87,-5962.35,152.222,0.383972,360,0,0,83520,0,0,0,0,0),(130862,29104,609,1,64,25915,0,1487.41,-6014.95,116.671,0.453786,360,0,0,83520,0,0,0,0,0),(130863,29104,609,1,64,25915,0,1566.39,-5941.86,120.037,0.279253,360,0,0,83520,0,0,0,0,0),(130864,29104,609,1,64,25915,0,1696.89,-5713.4,103.995,4.83456,360,0,0,83520,0,0,0,0,0),(130865,29104,609,1,64,25915,0,1572.99,-5865.98,127.158,0.191986,360,0,0,83520,0,0,0,0,0),(130866,29104,609,1,64,25915,0,1610.7,-5772.65,116.199,5.48033,360,0,0,83520,0,0,0,0,0),(130867,29104,609,1,64,25915,0,1688.49,-5932.9,123.541,0.139626,360,0,0,83520,0,0,0,0,0),(130868,29104,609,1,64,25915,0,1681.97,-5778.55,115.265,6.12611,360,0,0,83520,0,0,0,0,0),(130869,29104,609,1,64,25915,0,1678.28,-5850.86,116.504,6.26573,360,0,0,83520,0,0,0,0,0),(130870,29104,609,1,64,25915,0,1719.37,-5795.59,116.652,5.86431,360,0,0,83520,0,0,0,0,0),(130871,29104,609,1,64,25915,0,1781.46,-5817.9,114.406,6.23082,360,0,0,83520,0,0,0,0,0),(130872,29104,609,1,64,25915,0,1800.67,-5789.4,149.77,0,360,0,0,83520,0,0,0,0,0),(130873,29104,609,1,64,25915,0,1799.44,-5741.37,141.175,5.61996,360,0,0,83520,0,0,0,0,0),(130874,29104,609,1,64,25915,0,1804.13,-5851.43,149.753,0.296706,360,0,0,83520,0,0,0,0,0),(130875,29104,609,1,64,25915,0,1819.47,-5896.13,149.753,0.331613,360,0,0,83520,0,0,0,0,0),(130876,29104,609,1,64,25915,0,1809.27,-5932.37,115.307,0.349066,360,0,0,83520,0,0,0,0,0),(130877,29104,609,1,64,25915,0,1848.02,-5957.45,149.772,0.331613,360,0,0,83520,0,0,0,0,0),(130878,29104,609,1,64,25915,0,1847.17,-6005.37,149.901,0.436332,360,0,0,83520,0,0,0,0,0),(130879,29106,609,1,64,25907,1,2268.22,-5653.6,140.281,3.5749,360,5,0,32385,21630,1,0,0,0),(130880,29106,609,1,64,25907,1,2269.41,-5651.61,140.557,4.54275,360,0,0,32385,21630,0,0,0,0),(130881,29106,609,1,64,25910,1,2271.01,-5649.53,141.032,-2.01645,360,0,0,32385,21630,0,0,0,0),(130882,29106,609,1,64,25910,1,2263.14,-5652.78,138.405,-0.221772,360,0,0,32385,21630,0,0,0,0),(130883,29106,609,1,64,25909,1,2269.93,-5652.87,140.906,4.30552,360,5,0,32385,21630,1,0,0,0),(130884,29106,609,1,64,25909,1,2265.75,-5650.38,139.551,2.04691,360,5,0,32385,21630,1,0,0,0),(130885,29106,609,1,64,25910,1,2425.09,-5778.6,145.442,1.10719,360,5,0,32385,21630,1,0,0,0),(130886,29106,609,1,64,25908,1,2421.31,-5778.24,146.442,1.53158,360,0,0,32385,21630,0,0,0,0),(130887,29106,609,1,64,25910,1,2423.23,-5778.86,145.74,1.9728,360,0,0,32385,21630,0,0,0,0),(130888,29106,609,1,64,25907,1,2423.12,-5777.65,146.488,2.0815,360,0,0,32385,21630,0,0,0,0),(130889,29106,609,1,64,25909,1,2417.67,-5773.97,148.677,0.182378,360,0,0,32385,21630,0,0,0,0),(130890,29106,609,1,64,25908,1,2420.07,-5777.48,147.166,5.09636,360,0,0,32385,21630,0,0,0,0),(130891,29106,609,1,64,25907,1,2420.69,-5773.74,148.191,-2.26798,360,0,0,32385,21630,0,0,0,0),(130892,29106,609,1,64,25910,1,2310.05,-5658.45,151.509,5.95157,360,0,0,32385,21630,0,0,0,0),(130893,29107,609,1,192,25514,0,2308.2,-5727.35,154.664,3.76991,360,0,0,480500,0,0,0,0,0),(130894,29108,609,1,192,25338,0,2324.7,-5746.6,154.685,3.92699,360,0,0,480500,0,0,0,0,0),(130895,29109,609,1,64,6380,1,2270.5,-5651.93,141.119,4.27922,360,0,0,348625,106450,0,0,0,0),(130896,29110,609,1,192,0,0,2310.27,-5742.21,161.207,3.85718,360,0,0,27890000,0,0,0,0,0),(130897,29112,609,1,128,0,0,2814.52,-5448.2,159.039,5.32325,360,0,0,252000,79880,0,0,0,0),(130898,29113,609,1,128,0,0,2715.28,-5422.11,161.471,5.70723,360,0,0,126000,39940,0,0,0,0),(130899,29115,609,1,64,12819,0,2142.23,-5811.22,100.769,0.724912,360,0,0,124475,0,0,0,0,0),(130900,29115,609,1,64,12819,0,2224.3,-5848.81,101.283,5.36061,360,5,0,124475,0,1,0,0,0),(130901,29115,609,1,64,12819,0,2106.32,-5737.98,100.141,4.47261,360,0,0,124475,0,0,0,0,0),(130902,29115,609,1,64,12819,0,2174.38,-5723.51,102.262,1.21168,360,5,0,124475,0,1,0,0,0),(130903,29115,609,1,64,12819,0,2242.52,-5906.09,100.616,0.78836,360,0,0,124475,0,0,0,0,0),(130904,29115,609,1,64,12819,0,2194.08,-5861.5,101.415,0.694756,360,5,0,124475,0,1,0,0,0),(130905,28367,609,1,64,24719,0,2540.74,-5609.11,420.727,4.2586,360,0,0,8982,0,0,0,0,0),(130909,28367,609,1,64,24719,0,2410.01,-5627.44,376.989,6.03884,360,0,0,8982,0,0,0,0,0),(130910,28367,609,1,64,24719,0,2495.25,-5646.03,376.989,6.02139,360,0,0,8982,0,0,0,0,0),(130911,28367,609,1,64,24719,0,2444.22,-5674.93,420.727,1.06465,360,0,0,8982,0,0,0,0,0),(130912,28367,609,1,64,24719,0,2481.7,-5552.18,420.727,6.19592,360,0,0,8982,0,0,0,0,0),(130913,28367,609,1,64,24719,0,2511.2,-5593.36,420.727,0.506145,360,0,0,8982,0,0,0,0,0),(130914,28367,609,1,64,24719,0,2476.75,-5509.46,420.727,4.86947,360,0,0,8982,0,0,0,0,0),(130915,28367,609,1,64,24719,0,1676.56,-5945.14,126.882,1.18682,360,0,0,8982,0,0,0,0,0),(130916,28367,609,1,64,24719,0,2512.59,-5559.44,376.989,2.56563,360,0,0,8982,0,0,0,0,0),(130917,28367,609,1,64,24719,0,2379.56,-5577.76,420.727,1.0472,360,0,0,8982,0,0,0,0,0),(130918,28367,609,1,64,24719,0,2425.15,-5542.26,376.989,0.925025,360,0,0,8982,0,0,0,0,0),(130919,29136,609,1,64,24997,0,2202.74,-5756.65,102.226,3.80561,360,0,0,8097,0,0,0,0,0),(130920,29136,609,1,64,24997,0,2214.02,-5789.53,101.539,5.87189,360,0,0,8097,0,0,0,0,0),(130921,29136,609,1,64,24998,0,2256.65,-5926.88,95.1434,4.78939,360,0,0,8097,0,0,0,0,0),(130922,29136,609,1,64,24999,0,2172.26,-5783.02,101.31,1.5856,360,0,0,8097,0,0,0,0,0),(130923,29136,609,1,64,24997,0,2147.65,-5805.65,100.78,-2.25996,360,0,0,8097,0,0,0,0,0),(130924,29136,609,1,64,24998,0,2060.5,-5774.18,100.492,2.29488,360,0,0,8097,0,0,0,0,0),(130925,29136,609,1,64,24998,0,2148.97,-5808.72,100.87,3.07647,360,0,0,8097,0,0,0,0,0),(130926,29136,609,1,64,24998,0,2224.21,-5849.92,101.325,-2.83672,360,0,0,8097,0,0,0,0,0),(130927,29136,609,1,64,24997,0,2112.5,-5768.83,98.3495,3.13068,360,0,0,8097,0,0,0,0,0),(130928,29136,609,1,64,24999,0,2211.47,-5811.42,101.39,0.0772,360,0,0,8097,0,0,0,0,0),(130929,29136,609,1,64,24998,0,2154.05,-5911.06,100.547,0.750167,360,0,0,8097,0,0,0,0,0),(130930,29136,609,1,64,24997,0,2196.37,-5933.94,101.206,0.837758,360,0,0,8097,0,0,0,0,0),(130931,29136,609,1,64,25526,0,2103.88,-5737.83,100.145,1.37685,360,0,0,8097,0,0,0,0,0),(130932,29136,609,1,64,24999,0,2078.91,-5730.12,101.188,0.055391,360,0,0,8097,0,0,0,0,0),(130933,29136,609,1,64,24999,0,2110.42,-5738.01,100,2.01793,360,0,0,8097,0,0,0,0,0),(130934,29136,609,1,64,24998,0,2075.08,-5707.23,100.353,1.31601,360,0,0,8097,0,0,0,0,0),(130935,29136,609,1,64,24999,0,2150.84,-5873.45,101.37,2.61214,360,0,0,8097,0,0,0,0,0),(130936,29136,609,1,64,25526,0,2221.99,-5847.28,101.533,2.64509,360,5,0,8097,0,1,0,0,0),(130937,29136,609,1,64,25526,0,2223.29,-5847.99,101.408,2.02626,360,5,0,8097,0,1,0,0,0),(130938,29136,609,1,64,25526,0,2051.33,-5750.4,99.0281,3.97935,360,0,0,8097,0,0,0,0,0),(130939,29136,609,1,64,24997,0,2204.43,-5860.35,101.566,0.942478,360,0,0,8097,0,0,0,0,0),(130940,29136,609,1,64,24999,0,2232.05,-5793.35,101.275,4.66003,360,0,0,8097,0,0,0,0,0),(130941,29136,609,1,64,24999,0,2245.24,-5823.71,101.25,4.32842,360,0,0,8097,0,0,0,0,0),(130942,29136,609,1,64,24998,0,2085.7,-5730.47,100.719,-2.81245,360,0,0,8097,0,0,0,0,0),(130943,29136,609,1,64,25526,0,2213.71,-5916.49,100.964,3.28122,360,0,0,8097,0,0,0,0,0),(130944,29136,609,1,64,24998,0,2250.74,-5882.21,101.235,3.03687,360,0,0,8097,0,0,0,0,0),(130945,29136,609,1,64,25526,0,2195.22,-5906.37,101.008,3.54302,360,0,0,8097,0,0,0,0,0),(130946,29136,609,1,64,24999,0,2128.52,-5795.64,99.2703,1.95477,360,0,0,8097,0,0,0,0,0),(130947,29136,609,1,64,24999,0,2136.14,-5819.88,100.692,4.04916,360,0,0,8097,0,0,0,0,0),(130948,29136,609,1,64,24997,0,2194.46,-5872.8,101.387,3.01942,360,0,0,8097,0,0,0,0,0),(130949,29136,609,1,64,24999,0,2144.73,-5772.24,99.7401,5.18363,360,0,0,8097,0,0,0,0,0),(130950,29136,609,1,64,24997,0,2124.43,-5838.95,101.602,2.05949,360,0,0,8097,0,0,0,0,0),(130951,29136,609,1,64,24997,0,2163.96,-5822.3,101.434,4.32842,360,0,0,8097,0,0,0,0,0),(130952,29136,609,1,64,24999,0,2129.89,-5862.65,101.802,4.99164,360,0,0,8097,0,0,0,0,0),(130953,29136,609,1,64,24999,0,2070.57,-5745.67,99.0201,0.750492,360,0,0,8097,0,0,0,0,0),(130954,29136,609,1,64,24999,0,2165.58,-5855.43,102.12,5.74213,360,0,0,8097,0,0,0,0,0),(130955,29136,609,1,64,24999,0,2111.94,-5767.7,98.3545,0.921698,360,0,0,8097,0,0,0,0,0),(130956,29173,609,1,128,25444,1,2431.67,-5137.02,83.9246,3.92699,360,0,0,13945000,2129000,0,0,0,0),(130957,15928,533,3,1,16137,0,3513.84,-2926.55,302.914,4.13643,604800,0,0,3834875,0,0,0,0,0),(130960,15952,533,3,1,15928,0,3511.38,-3921.58,299.513,1.91986,604800,0,0,2510100,0,0,0,0,0),(130961,16064,533,3,1,16155,1,2520.5,-2955.38,245.635,5.58505,604800,0,0,780920,0,0,0,0,0),(130962,16065,533,3,1,16153,1,2517.62,-2959.38,245.636,5.72468,604800,0,0,780920,0,0,0,0,0),(130963,30549,533,3,1,10729,1,2524.32,-2951.28,245.633,5.42797,604800,0,0,780920,0,0,0,0,0),(130964,16063,533,3,1,16154,1,2528.79,-2948.58,245.633,5.2709,604800,0,0,780920,0,0,0,0,0),(130965,32533,571,1,1,28017,0,3592.18,265.104,340.933,2.54818,180,0,0,10080,8814,0,0,0,0),(130966,27935,571,1,1,14888,1,3573.06,250.542,47.4004,2.77507,180,0,0,7688,7500,0,0,0,0),(130967,27938,571,1,1,24951,0,3523.38,244.642,47.4,1.01229,180,0,0,10635,0,0,0,0,0),(99096,27682,571,1,1,24743,0,3214.42,579.913,196.003,1.91463,120,0,0,38440,0,2,0,0,0),(99095,27682,571,1,1,24743,0,3199.02,490.884,212.573,1.91463,120,0,0,38440,0,2,0,0,0),(99094,27682,571,1,1,24743,0,3138.13,520.682,53.4404,1.91463,120,0,0,38440,0,2,0,0,0),(99092,27682,571,1,1,24743,0,3017.47,301.008,204.943,1.91463,120,0,0,38440,0,2,0,0,0),(99091,27682,571,1,1,24743,0,3256.36,585.84,136.842,0.436332,120,0,0,38440,0,0,0,0,0),(99090,27682,571,1,1,24743,0,2954.84,625.865,146.293,2.09439,120,0,0,38440,0,0,0,0,0),(99089,27682,571,1,1,24743,0,3100.95,567.144,118.412,1.91463,120,0,0,38440,0,2,0,0,0),(99088,27682,571,1,1,24743,0,3412.46,216.097,212.123,1.91463,120,0,0,38440,0,2,0,0,0),(99087,27682,571,1,1,24743,0,3748.95,236.754,178.641,1.91463,120,0,0,38440,0,2,0,0,0),(99086,27682,571,1,1,24743,0,3408.92,276.393,180.561,1.91463,120,0,0,38440,0,2,0,0,0),(99085,27682,571,1,1,24743,0,3431.81,203.596,199.454,1.91463,120,0,0,38440,0,2,0,0,0),(99084,27682,571,1,1,24743,0,3419.56,219.467,185.801,1.91463,120,0,0,38440,0,2,0,0,0),(99083,27682,571,1,1,24743,0,3639.79,321.911,195.744,1.91463,120,0,0,38440,0,2,0,0,0),(99079,27682,571,1,1,24743,0,3434.63,268.522,212.572,1.91463,120,0,0,38440,0,2,0,0,0),(99078,27682,571,1,1,24743,0,3433.35,274.121,192.735,1.91463,120,0,0,38440,0,2,0,0,0),(130983,27940,571,1,1,24953,0,3569.93,300.315,47.4002,4.06662,180,0,0,10635,0,0,0,0,0),(130984,26917,571,1,1,28227,0,3531.02,271.403,342.804,0.10472,180,0,0,13945000,4258000,0,0,0,0),(130985,27943,571,1,1,24955,1,3520.08,296.558,47.4002,5.49779,180,0,0,10635,3561,0,0,0,0),(130986,27948,571,1,1,24956,0,3579.79,179.753,52.3397,4.31096,180,0,0,8982,3155,0,0,0,0),(130987,26925,571,1,1,6376,0,3513.94,254.139,355.514,3.68265,180,0,0,28830,0,0,0,0,0),(130988,26925,571,1,1,6376,0,3598.97,285.857,343.974,0.10472,180,0,0,28830,0,0,0,0,0),(130989,26925,571,1,1,6376,0,3525.42,305.023,345.03,1.8326,180,0,0,28830,0,0,0,0,0),(130990,26925,571,1,1,6376,0,3533.48,239.422,356.38,4.64258,180,0,0,28830,0,0,0,0,0),(130991,26925,571,1,1,6376,0,3514.17,251.125,343.248,3.50811,180,0,0,28830,0,0,0,0,0),(130995,26925,571,1,1,6376,0,3531.43,308.487,353.978,2.09439,180,0,0,28830,0,0,0,0,0),(130996,26925,571,1,1,6376,0,3551.36,311.29,351.794,1.32645,180,0,0,28830,0,0,0,0,0),(130997,26925,571,1,1,6376,0,3511.5,257.841,348.186,3.68265,180,0,0,28830,0,0,0,0,0),(130998,26925,571,1,1,6376,0,3588.23,307.968,354.338,0.959931,180,0,0,28830,0,0,0,0,0),(130999,26925,571,1,1,6376,0,3750.98,407.877,254.189,1.91463,120,0,0,1,0,2,0,0,0),(100226,26925,571,1,1,6376,0,3447.8,171.34,125.784,1.91463,120,0,0,1,0,2,0,0,0),(100216,26925,571,1,1,6376,0,3772.48,266.611,254.189,1.91463,120,0,0,1,0,2,0,0,0),(100215,26925,571,1,1,6376,0,3606.6,396.958,205.561,1.91463,120,0,0,1,0,2,0,0,0),(100213,26925,571,1,1,6376,0,3648.81,293.806,321.059,1.91463,120,0,0,1,0,2,0,0,0),(100210,26925,571,1,1,6376,0,3452.1,334.373,128.034,1.91463,120,0,0,1,0,2,0,0,0),(100209,26925,571,1,1,6376,0,3648.81,293.806,321.059,1.91463,120,0,0,1,0,2,0,0,0),(100208,26925,571,1,1,6376,0,3606.6,396.958,205.561,1.91463,120,0,0,1,0,2,0,0,0),(100207,26925,571,1,1,6376,0,3657.96,213.096,169.315,1.91463,120,0,0,1,0,2,0,0,0),(100206,26925,571,1,1,6376,0,3662.69,328.23,338.42,1.91463,120,0,0,1,0,2,0,0,0),(100170,26925,571,1,1,6376,0,3423.21,279.999,128.034,1.91463,120,0,0,1,0,2,0,0,0),(131010,27950,571,1,1,24958,0,3546.74,273.062,45.6634,1.81514,180,0,0,8982,0,0,0,0,0),(131011,27953,571,1,1,14356,1,3541.15,179.525,52.3397,5.28835,180,0,0,63000,0,0,0,0,0),(131012,27953,571,1,1,14357,1,3541.86,220.543,52.4227,0.628319,180,0,0,63000,0,0,0,0,0),(131014,27953,571,1,1,14359,1,3552.08,326.288,52.4259,3.42085,180,0,0,63000,0,0,0,0,0),(131015,27953,571,1,1,14355,1,3532.01,325.1,52.4296,0.645772,180,0,0,63000,0,0,0,0,0),(131016,27953,571,1,1,25257,1,3561.2,222.342,52.4116,3.89208,180,0,0,63000,0,0,0,0,0),(131017,27953,571,1,1,14358,1,3643.87,267.647,52.3698,0.244346,180,0,0,63000,0,0,0,0,0),(131018,27953,571,1,1,14357,1,3570.28,181.57,52.3397,4.99164,180,0,0,63000,0,0,0,0,0),(131020,27953,571,1,1,14356,1,3493.48,278.385,52.3499,5.02655,180,0,0,63000,0,0,0,0,0),(131021,27953,571,1,1,14356,1,3495.49,258.272,52.3498,2.30383,180,0,0,63000,0,0,0,0,0),(131022,27953,571,1,1,14355,1,3595.61,287.948,52.3584,5.2709,180,0,0,63000,0,0,0,0,0),(131023,27953,571,1,1,14356,1,3597.4,267.737,52.3594,1.71042,180,0,0,63000,0,0,0,0,0),(131024,27953,571,1,1,14359,1,3640.89,301.273,52.3524,0.349066,180,0,0,63000,0,0,0,0,0),(131025,27953,571,1,1,14355,1,3449.52,276.656,52.3781,3.56047,180,0,0,63000,0,0,0,0,0),(131026,27953,571,1,1,14357,1,3636.46,294.209,-120.061,0.366519,180,0,0,63000,0,0,0,0,0),(131027,27953,571,1,1,14355,1,3638.94,269.946,-120.061,0.558505,180,0,0,63000,0,0,0,0,0),(131028,27953,571,1,1,14358,1,3568.99,266.087,343.643,-0.383971,180,0,0,63000,0,0,0,0,0),(131029,27953,571,1,1,14357,1,3567.49,283.939,343.643,0.506145,180,0,0,63000,0,0,0,0,0),(131030,27953,571,1,1,14358,1,3542.56,313.813,116.85,1.65806,180,0,0,63000,0,0,0,0,0),(131031,26933,571,1,1,24782,0,3512.18,283.637,351.756,2.75762,180,0,0,59640,0,0,0,0,0),(131032,26933,571,1,1,24781,0,3536.63,238.453,352.494,4.38078,180,0,0,59640,0,0,0,0,0),(131033,26933,571,1,1,24782,0,3564.43,240.324,349.858,5.20108,180,0,0,59640,0,0,0,0,0),(131034,26933,571,1,1,24781,0,3558.38,308.097,350.85,1.25664,180,0,0,59640,0,0,0,0,0),(132092,31285,571,1,2,0,0,4763.89,1359.18,177.597,0.15708,120,0,0,1,0,0,0,0,0),(132091,31285,571,1,2,0,0,4789.43,1353.95,179.162,0.349066,120,0,0,1,0,0,0,0,0),(77839,21195,530,1,1,0,0,-2706.26,1538.41,16.6343,1.96146,300,5,0,5914,0,1,0,0,0),(77838,21195,530,1,1,0,0,-2694.88,1495,19.2922,2.33106,300,5,0,5914,0,1,0,0,0),(77837,21195,530,1,1,0,0,-2553.91,1186.8,78.5604,1.17575,300,5,0,6116,0,1,0,0,0),(77836,21195,530,1,1,0,0,-2549.03,1162.94,78.8947,1.48754,300,5,0,6116,0,1,0,0,0),(77835,21195,530,1,1,0,0,-2476.74,1228.44,40.4087,3.72907,300,5,0,5914,0,1,0,0,0),(77834,21195,530,1,1,0,0,-2476.05,1284.68,48.0809,1.20087,300,5,0,5914,0,1,0,0,0),(131038,26933,571,1,1,0,0,3738.29,310.606,206.066,1.91463,120,0,0,1,0,2,0,0,0),(131037,26933,571,1,1,0,0,3337.37,175.291,169.694,1.91463,120,0,0,1,0,2,0,0,0),(131036,26933,571,1,1,0,0,3438.61,283.548,224.395,1.91463,120,0,0,1,0,2,0,0,0),(131035,26933,571,1,1,0,0,3559.79,412.912,244.863,1.91463,120,0,0,1,0,2,0,0,0),(100826,26933,571,1,1,0,0,3457.6,232.892,280.631,1.91463,120,0,0,1,0,2,0,0,0),(100825,26933,571,1,1,0,0,3424.45,300.75,194.319,1.91463,120,0,0,1,0,2,0,0,0),(100824,26933,571,1,1,0,0,3559.79,412.912,244.863,1.91463,120,0,0,1,0,2,0,0,0),(100823,26933,571,1,1,0,0,3791.88,255.415,152.337,1.91463,120,0,0,1,0,2,0,0,0),(131051,26949,571,1,1,24190,0,3580.81,289.572,340.923,3.78736,180,0,0,126000,39940,0,0,0,0),(131053,27990,571,1,1,24976,1,3529.38,273.873,342.804,0.226893,180,0,0,11156000,9325,0,0,0,0),(131054,26983,571,1,1,24234,0,3510.93,260.856,47.3996,0.331613,180,0,0,10635,0,0,0,0,0),(131055,30058,571,1,1,26748,1,3498.13,193.04,-113.677,5.18363,180,0,0,11001,0,0,0,0,0),(131056,30058,571,1,1,26747,1,3592.49,191.156,-113.673,1.22173,180,0,0,11001,0,0,0,0,0),(131058,30058,571,1,1,26748,1,3520.88,181.39,-113.677,3.56047,180,0,0,11001,0,0,0,0,0),(131059,30058,571,1,1,26747,1,3611.36,204.748,-113.681,3.66519,180,0,0,11001,0,0,0,0,0),(131063,30058,571,1,1,14308,1,3454.64,254.968,-113.679,0.541052,180,0,0,11001,0,0,0,0,0),(131064,30058,571,1,1,14308,1,3452.63,269.257,-113.68,0.122173,180,0,0,11001,0,0,0,0,0),(131066,23155,571,1,1,15880,0,3604.82,191.464,-113.679,2.19912,180,0,0,42,0,0,0,0,0),(131068,23155,571,1,1,15880,0,3506.26,181.266,-113.679,1.15192,180,0,0,42,0,0,0,0,0),(131071,26483,571,1,1,23962,0,3387.8,425.237,88.2732,0.549159,180,20,0,9291,0,1,0,0,0),(131072,26483,571,1,1,23962,0,3376.08,416.196,69.505,2.55443,180,0,0,9291,0,0,0,0,0),(131073,27765,571,1,1,24786,0,3548.31,258.034,342.804,1.72788,180,0,0,85080,79810,0,0,0,0),(131075,30078,571,1,1,16946,0,3503.11,175.5,-97.716,1.02974,180,0,0,2215,0,0,0,0,0),(131077,30078,571,1,1,16946,0,3608.44,185.517,-98.8549,2.21657,180,0,0,2215,0,0,0,0,0),(131078,27785,571,1,1,24806,0,3539.55,285.5,342.804,5.16617,180,0,0,126000,0,0,0,0,0),(131079,27803,571,1,1,24816,1,3514.94,262.123,47.4003,3.50811,180,0,0,10635,0,0,0,0,0),(131080,38017,571,1,1,0,0,3545.99,287.278,342.721,4.76475,300,0,0,1,0,0,0,0,0),(131081,27575,571,1,1,24706,1,3543.63,304.604,117.083,1.69297,180,0,0,126000,0,0,0,0,0),(131083,27856,571,1,1,24877,0,3536.69,261.915,342.804,0.907571,180,0,0,126000,0,0,0,0,0),(88670,30298,631,15,1,0,0,4336.05,2703.99,310.81,3.1765,7200,0,0,1,0,0,0,0,0),(88669,30298,631,15,1,0,0,4304.89,2822.12,299.133,5.5676,7200,0,0,1,0,0,0,0,0),(88668,30298,631,15,1,0,0,4308.43,2717.11,299.133,0.820304,7200,0,0,1,0,0,0,0,0),(88667,30298,631,15,1,0,0,4323.73,2819.08,299.125,5.5676,7200,0,0,1,0,0,0,0,0),(88666,30298,631,15,1,0,0,4284.19,2735.24,299.138,0.820304,7200,0,0,1,0,0,0,0,0),(88665,30298,631,15,1,0,0,4292.95,2807.55,299.137,5.5676,7200,0,0,1,0,0,0,0,0),(88664,30298,631,15,1,0,0,4331.18,2813.7,299.133,5.5676,7200,0,0,1,0,0,0,0,0),(88663,30298,631,15,1,0,0,4331.98,2730.55,299.144,0.820304,7200,0,0,1,0,0,0,0,0),(88662,30298,631,15,1,0,0,4284.04,2753.07,299.147,0.820304,7200,0,0,1,0,0,0,0,0),(88661,30298,631,15,1,0,0,4342.19,2719.37,312.675,4.79965,7200,0,0,1,0,0,0,0,0),(131094,26851,571,1,1,6371,0,3647.26,244.051,52.3397,5.98648,180,0,0,31905,3561,0,0,0,0),(131095,27629,571,1,1,25710,0,3530.31,186.795,124.37,0.925025,180,0,0,138255,0,0,0,0,0),(131098,27629,571,1,1,25710,0,3582.8,191.623,122.693,2.44346,180,0,0,138255,0,0,0,0,0),(131102,27629,571,1,1,25710,0,3576,249.372,131.158,2.46091,180,0,0,138255,0,0,0,0,0),(131104,27629,571,1,1,25710,0,3523.59,244.616,131.041,0.907571,180,0,0,138255,0,0,0,0,0),(131105,27136,571,1,1,24348,0,3767.5,-775.048,196.087,2.39916,180,0,0,630000,0,2,0,0,0),(131106,27401,571,1,1,24617,1,3992.5,-791.435,122.266,0.820175,180,5,0,9291,0,1,0,0,0),(131107,27403,571,1,1,17200,0,3994.83,-789.007,122.782,0,180,5,0,8982,0,1,0,0,0),(131108,27403,571,1,1,17200,0,3966.41,-816.581,126.148,0,180,5,0,8982,0,1,0,0,0),(131109,27661,571,1,1,24472,0,3723.71,-699.29,216.054,3.03687,180,0,0,10635,0,0,0,0,0),(131110,27661,571,1,1,24472,0,3722.9,-702.661,215.817,2.79253,180,0,0,10635,0,0,0,0,0),(131111,27661,571,1,1,24472,0,3723.43,-695.682,215.987,3.4383,180,0,0,10635,0,0,0,0,0),(131112,27661,571,1,1,24472,0,3721.93,-692.035,215.904,3.78736,180,0,0,10635,0,0,0,0,0),(200875,33382,571,1,1,0,1,8316.94,740.182,553.784,5.41052,120,0,0,1,0,0,0,0,0),(131117,27155,571,1,1,24349,0,3773.19,-783.608,195.962,3.9968,180,0,0,102820,0,0,0,0,0),(131118,27156,571,1,1,24350,0,3692.51,-736.212,213.33,5.2709,180,0,0,99400,3387,0,0,0,0),(131119,27158,571,1,1,24941,0,3879.56,-798.472,221.188,1.76278,180,0,0,102820,103980,0,0,0,0),(131120,27159,571,1,1,24360,0,3694.25,-738.813,213.581,2.35619,180,0,0,89820,47325,0,0,0,0),(131121,27160,571,1,1,24543,1,3790.39,-781.163,196.9,2.93215,180,0,0,99400,0,0,0,0,0),(131123,27160,571,1,1,24542,1,3726.07,-708.622,215.174,2.9147,180,0,0,99400,0,0,0,0,0),(131125,27160,571,1,1,24541,1,3669.25,-701.398,214.409,6.07375,180,0,0,99400,0,0,0,0,0),(131127,27160,571,1,1,24543,1,3840.48,-691.066,223.082,5.95157,180,0,0,99400,0,0,0,0,0),(131128,27160,571,1,1,24361,1,3836.71,-700.804,223.082,5.96903,180,0,0,99400,0,0,0,0,0),(131129,27160,571,1,1,24543,1,3845.76,-706.785,220.548,5.93412,180,0,0,99400,0,0,0,0,0),(131130,27160,571,1,1,24361,1,3840.13,-740.989,220.71,5.49779,180,0,0,99400,0,0,0,0,0),(131131,27160,571,1,1,24543,1,3851.49,-692.616,220.84,5.8294,180,0,0,99400,0,0,0,0,0),(131134,27160,571,1,1,24543,1,3719.75,-737.155,207.61,3.90954,180,0,0,99400,0,0,0,0,0),(131137,27160,571,1,1,24543,1,3694.83,-701.74,215.387,5.044,180,0,0,99400,0,0,0,0,0),(131138,27160,571,1,1,24541,1,3874.99,-760.77,221.093,3.05433,180,0,0,99400,0,0,0,0,0),(131140,27160,571,1,1,24361,1,3713.49,-687.085,215.656,4.55531,180,0,0,99400,0,0,0,0,0),(131142,27160,571,1,1,24543,1,3667.85,-732.461,214.073,0,180,0,0,99400,0,0,0,0,0),(131143,27160,571,1,1,24361,1,3758.79,-783.064,195.828,4.5204,180,0,0,99400,0,0,0,0,0),(131144,27160,571,1,1,24543,1,3770.96,-800.6,195.98,3.1765,180,0,0,99400,0,0,0,0,0),(131145,27160,571,1,1,24542,1,3753.17,-781.106,195.453,4.76475,180,0,0,99400,0,0,0,0,0),(131146,27160,571,1,1,24361,1,3768.23,-794.289,195.837,3.45575,180,0,0,99400,0,0,0,0,0),(131147,27160,571,1,1,24543,1,3735.14,-805.913,178.016,4.79965,180,0,0,99400,0,0,0,0,0),(131148,27160,571,1,1,24361,1,3740.71,-806.63,179.545,4.2586,180,0,0,99400,0,0,0,0,0),(131149,27160,571,1,1,24543,1,3745.58,-817.285,177.453,3.45575,180,0,0,99400,0,0,0,0,0),(131152,27161,571,1,1,24362,0,3940.83,-769.903,242.437,2.05455,180,0,0,99400,0,2,0,0,0),(131154,27162,571,1,1,24546,1,3800.09,-687.701,222.047,1.79356,180,0,0,9940,3387,0,0,0,0),(131155,27162,571,1,1,24363,1,3801.56,-688.752,222.047,1.94226,180,0,0,9940,3387,0,0,0,0),(131156,27162,571,1,1,24547,1,3663.08,-750.5,213.601,4.69494,180,0,0,9940,3387,0,0,0,0),(131157,27162,571,1,1,24548,1,3802.93,-680.137,222.046,3.38405,180,0,0,9940,3387,0,0,0,0),(131158,27162,571,1,1,24548,1,3674.37,-753.319,213.685,4.41568,180,0,0,9940,3387,0,0,0,0),(131159,27162,571,1,1,24547,1,3771.55,-797.242,196.212,3.6812,180,0,0,9940,3387,0,0,0,0),(131160,27162,571,1,1,24548,1,3756.17,-780.508,195.828,4.3174,180,0,0,9940,3387,0,0,0,0),(131161,27162,571,1,1,24546,1,3685.56,-755.961,213.685,4.38078,180,0,0,9940,3387,0,0,0,0),(131162,27162,571,1,1,24546,1,3787.78,-830.816,212.565,3.7001,180,0,0,9940,3387,0,0,0,0),(131163,27162,571,1,1,24547,1,3791.52,-835.079,212.565,3.57792,180,0,0,9940,3387,0,0,0,0),(131164,27162,571,1,1,24547,1,3722.66,-771.137,213.693,4.32842,180,0,0,9940,3387,0,0,0,0),(131165,27162,571,1,1,24546,1,3713.02,-766.49,213.693,4.2586,180,0,0,9940,3387,0,0,0,0),(131166,27164,571,1,1,24554,0,3871.23,-783.176,220.566,1.74533,180,0,0,9291,3231,0,0,0,0),(131167,27164,571,1,1,24554,0,3882.43,-780.712,220.631,1.97222,180,0,0,9291,3231,0,0,0,0),(131168,27164,571,1,1,24365,0,3882.36,-800.169,221.179,1.81514,180,0,0,9291,3231,0,0,0,0),(131169,27164,571,1,1,24553,0,3877.92,-800.98,221.18,1.65806,180,0,0,9291,3231,0,0,0,0),(131170,27164,571,1,1,24554,0,3801.41,-683.93,222.046,2.36808,180,0,0,9291,3231,0,0,0,0),(131171,27164,571,1,1,24553,0,3803.43,-678.526,222.046,3.64946,180,0,0,9291,3231,0,0,0,0),(131172,27164,571,1,1,24553,0,3804.24,-676.491,222.047,3.83929,180,0,0,9291,3231,0,0,0,0),(131173,27164,571,1,1,24365,0,3802.43,-686.176,222.046,2.22534,180,0,0,9291,3231,0,0,0,0),(131174,27437,571,1,1,11686,0,3882.8,-868.198,111.188,2.56563,180,0,0,42,0,0,0,0,0),(131175,26426,571,1,1,13340,0,3991.16,-663.761,305.523,4.15711,180,5,0,9610,0,1,0,0,0),(131176,27454,571,1,1,17200,0,3812.84,-813.419,200.167,2.33874,180,5,0,8982,0,1,0,0,0),(131177,27241,571,1,1,24446,0,3644.84,-945.806,186.253,5.87465,180,0,0,9291,0,2,0,0,0),(131178,27241,571,1,1,24446,0,3635.56,-815.682,206.428,2.25987,180,0,0,9291,0,2,0,0,0),(131179,27508,571,1,1,23276,1,3616.46,-781.033,147.143,0.017453,180,0,0,9610,9927,0,0,0,0),(131180,27510,571,1,1,24682,0,3621.48,-781.05,149.497,3.19868,180,5,0,149100,0,1,0,0,0),(131181,27766,571,1,1,0,0,3807.61,-684.316,224.122,5.91667,180,0,0,1,0,0,0,0,0),(131185,27779,571,1,1,0,0,3816.07,-677.585,224.345,4.5204,180,0,0,1,0,0,0,0,0),(133913,1293,571,1,1,0,1,3672.79,-1192.85,102.42,5.8294,120,0,0,14357,0,0,0,0,0),(131189,29328,571,1,1,328,0,3770.83,-887.173,162.811,1.5708,180,5,0,42,0,1,0,0,0),(131190,29328,571,1,1,328,0,3690.41,-707.005,213.305,3.30186,180,5,0,42,0,1,0,0,0),(131191,29328,571,1,1,328,0,3879.76,-776.738,220.25,2.95955,180,5,0,42,0,1,0,0,0),(131192,27551,571,1,1,24699,0,3612.07,-770.935,164.304,1.58782,180,5,0,9291,0,1,0,0,0),(131193,27552,571,1,1,10256,0,3612.91,-764.289,164.304,0.428846,180,5,0,9291,0,1,0,0,0),(131194,27314,571,1,1,24532,0,3811.17,-811.726,198.459,2.33874,180,0,0,10282,3466,0,0,0,0),(131195,27316,571,1,1,24534,1,3797.92,-677.414,213.753,5.94942,180,0,0,9291,0,0,0,0,0),(131196,27317,571,1,1,24535,0,3700.82,-696.887,215.694,5.35816,180,0,0,10635,3561,0,0,0,0),(131197,27577,571,1,1,24994,0,3799.22,-684.38,213.836,1.32645,180,0,0,9291,0,0,0,0,0),(131198,26043,571,1,1,23501,0,3683.74,-740.229,213.949,3.94444,180,0,0,42,0,0,0,0,0),(131199,26043,571,1,1,23501,0,3682.07,-739.411,214.094,4.2586,180,0,0,42,0,0,0,0,0),(131200,26043,571,1,1,23501,0,3680.05,-738.476,214.151,4.20624,180,0,0,42,0,0,0,0,0),(131201,27359,571,1,1,24611,1,3738.03,-862.571,171.562,0.15708,180,0,0,3052,0,0,0,0,0),(131202,27359,571,1,1,24613,1,3755.24,-857.101,163.71,3.7001,180,0,0,3052,0,0,0,0,0),(131203,27359,571,1,1,24610,1,3644.64,-798.55,165.132,5.20108,180,0,0,3052,0,0,0,0,0),(131204,27359,571,1,1,24611,1,3672.57,-821.037,164.761,0.20944,180,0,0,3052,0,0,0,0,0),(131205,27359,571,1,1,24610,1,3686.41,-806.22,174.462,4.88692,180,0,0,3052,0,0,0,0,0),(131206,27359,571,1,1,24612,1,3679.84,-802.775,164.73,4.62512,180,0,0,3052,0,0,0,0,0),(131207,27359,571,1,1,24610,1,3674.44,-795.524,174.571,4.67748,180,0,0,3052,0,0,0,0,0),(131208,27370,571,1,1,24579,0,3740.9,-862.012,171.562,3.1765,180,0,0,9291,0,0,0,0,0),(131209,27370,571,1,1,24579,0,3751.8,-859.872,163.708,0.855211,180,0,0,9291,0,0,0,0,0),(131210,27370,571,1,1,24579,0,3646.23,-801.477,164.807,2.21657,180,0,0,9291,0,0,0,0,0),(131211,27370,571,1,1,25286,0,3674.94,-820.554,164.761,3.36848,180,0,0,9291,0,0,0,0,0),(131212,27370,571,1,1,24579,0,3687.22,-809.842,174.435,1.93731,180,0,0,9291,0,0,0,0,0),(131213,27370,571,1,1,24579,0,3776.04,-886.459,162.686,6.21256,180,0,0,9291,0,0,0,0,0),(131214,27370,571,1,1,24579,0,3702.68,-816.932,165.72,1.89836,180,5,0,9291,0,1,0,0,0),(131215,27370,571,1,1,25286,0,3686.74,-833.97,165.878,1.44862,180,0,0,9291,0,0,0,0,0),(131216,27370,571,1,1,24579,0,3679.28,-806.33,164.745,1.29154,180,0,0,9291,0,0,0,0,0),(131217,27370,571,1,1,24579,0,3674.16,-800.264,174.509,1.41372,180,0,0,9291,0,0,0,0,0),(131218,27370,571,1,1,24579,0,3732.99,-848.598,164.945,1.24997,180,5,0,9291,0,1,0,0,0),(131219,27370,571,1,1,25286,0,3736.57,-835.935,167.84,1.23421,180,5,0,9291,0,1,0,0,0),(131220,27370,571,1,1,25286,0,3730.58,-846.582,165.25,6.17947,180,0,0,9291,0,0,0,0,0),(131221,27370,571,1,1,24579,0,3717.45,-836.899,165.304,1.42563,180,5,0,9291,0,1,0,0,0),(131222,27375,571,1,1,17200,0,3780.15,-826.189,209.74,3.14159,180,0,0,8982,0,0,0,0,0),(131223,27375,571,1,1,17200,0,3772.5,-821.296,217.866,3.87463,180,0,0,8982,0,0,0,0,0),(131224,27375,571,1,1,17200,0,3707.91,-837.887,163.978,0.750492,180,0,0,8982,0,0,0,0,0),(131225,27375,571,1,1,17200,0,3739.32,-863.579,183.606,0.872665,180,0,0,8982,0,0,0,0,0),(131226,27375,571,1,1,17200,0,3730.21,-782.142,195.364,3.78736,180,0,0,8982,0,0,0,0,0),(131227,27375,571,1,1,17200,0,3728.36,-863.676,175.63,5.16617,180,0,0,8982,0,0,0,0,0),(131228,27375,571,1,1,17200,0,3673.72,-833.259,181.323,5.39307,180,0,0,8982,0,0,0,0,0),(131229,27375,571,1,1,17200,0,3683.57,-840.76,193.74,2.25148,180,0,0,8982,0,0,0,0,0),(131230,27375,571,1,1,17200,0,3731.31,-783.058,229.17,5.58505,180,0,0,8982,0,0,0,0,0),(131231,27375,571,1,1,17200,0,3743.45,-823.211,174.426,4.69494,180,0,0,8982,0,0,0,0,0),(131232,27375,571,1,1,17200,0,3711.25,-826.095,172.743,2.84489,180,0,0,8982,0,0,0,0,0),(131233,27375,571,1,1,17200,0,3766.99,-818.543,195.632,0.890118,180,0,0,8982,0,0,0,0,0),(131234,27375,571,1,1,17200,0,3744.97,-792.925,225.386,3.57792,180,0,0,8982,0,0,0,0,0),(131235,27375,571,1,1,17200,0,3673.98,-812.003,190.26,4.31096,180,0,0,8982,0,0,0,0,0),(131236,27375,571,1,1,17200,0,3735.7,-803.157,182.566,0.122173,180,0,0,8982,0,0,0,0,0),(131237,27375,571,1,1,17200,0,3719.04,-773.781,207.621,1.90241,180,0,0,8982,0,0,0,0,0),(131238,27375,571,1,1,17200,0,3791.17,-838.645,205.999,2.77507,180,0,0,8982,0,0,0,0,0),(131239,27375,571,1,1,17200,0,3761.97,-806.711,228.686,3.90954,180,0,0,8982,0,0,0,0,0),(131240,27375,571,1,1,17200,0,3708.94,-768.447,213.772,4.88692,180,0,0,8982,0,0,0,0,0),(131241,27375,571,1,1,17200,0,3736.75,-787.859,202.257,3.9619,180,0,0,8982,0,0,0,0,0),(131242,27375,571,1,1,17200,0,3749.11,-868.35,174.572,4.04916,180,0,0,8982,0,0,0,0,0),(131243,27375,571,1,1,17200,0,3729.44,-819.089,170.855,2.84489,180,0,0,8982,0,0,0,0,0),(131244,27375,571,1,1,17200,0,3798.24,-837.886,213.169,0.942478,180,0,0,8982,0,0,0,0,0),(131245,27375,571,1,1,17200,0,3757.86,-862.713,184.027,2.68781,180,0,0,8982,0,0,0,0,0),(131246,27375,571,1,1,17200,0,3736.53,-870.413,168.672,1.90241,180,0,0,8982,0,0,0,0,0),(131247,27375,571,1,1,17200,0,3700.82,-768.079,220.951,2.63545,180,0,0,8982,0,0,0,0,0),(131248,27375,571,1,1,17200,0,3686.36,-838.935,207.338,3.28122,180,0,0,8982,0,0,0,0,0),(131250,23033,571,1,1,0,0,3804.4,-695.956,224.001,5.1201,180,0,0,42,0,2,0,0,0),(131252,23033,571,1,1,0,0,3804.23,-669.811,224.846,0.274864,180,0,0,42,0,2,0,0,0),(131254,26878,571,1,1,22041,0,3712.43,-694.86,215.36,4.60422,180,0,0,10635,3561,0,0,0,0),(152181,24879,571,1,1,0,0,7893.47,-3322.01,857.378,3.31622,300,5,0,42,0,1,0,0,0),(152180,24879,571,1,1,0,0,7518.88,-3094.41,842.155,3.31622,300,5,0,42,0,1,0,0,0),(88333,30499,571,1,128,0,0,5392.91,2975.26,415.223,4.55531,180,0,0,1,0,0,0,0,0),(88332,30499,571,1,128,0,0,5391.61,2707.72,415.051,4.55531,180,0,0,1,0,0,0,0,0),(88310,31841,571,1,16,0,1,4318.44,2408.07,392.676,6.23083,120,0,0,1,0,0,0,0,0),(88311,31841,571,1,16,0,1,4336.25,3235.52,390.334,0.628319,120,0,0,1,0,0,0,0,0),(88312,31841,571,1,16,0,1,5104.75,2300.95,368.568,0.733038,120,0,0,1,0,0,0,0,0),(88331,30499,571,1,32,0,0,4354.15,3312.82,378.046,1.67552,180,0,0,1,0,0,0,0,0),(88330,30499,571,1,32,0,0,4357.67,2357.99,382.007,1.67552,180,0,0,1,0,0,0,0,0),(131355,30560,571,1,1,27121,0,5363.01,2741.6,409.211,3.22886,60,0,0,5,0,0,0,0,0),(131356,30560,571,1,1,27121,0,4382.14,2332.72,376.403,0.418879,60,0,0,5,0,0,0,0,0),(131357,30560,571,1,1,27121,0,4372.92,3278.97,372.512,6.03884,60,0,0,5,0,0,0,0,0),(131358,30560,571,1,1,27121,0,5363.77,3006.14,409.275,3.31613,60,0,0,5,0,0,0,0,0),(131359,30560,571,1,1,27121,0,4373.83,3282.3,372.512,6.05629,60,0,0,5,0,0,0,0,0),(131360,30560,571,1,1,27121,0,4382.47,2328.35,376.403,0.279253,60,0,0,5,0,0,0,0,0),(131361,30560,571,1,1,27121,0,4382.04,2334.92,376.403,0.610865,60,0,0,5,0,0,0,0,0),(131362,30560,571,1,1,27121,0,5363.03,2740.53,409.203,3.21141,60,0,0,5,0,0,0,0,0),(131363,30560,571,1,1,27121,0,5363.06,2736.27,409.18,3.19395,60,0,0,5,0,0,0,0,0),(131364,30560,571,1,1,27121,0,4382.24,2330.4,376.403,0.471239,60,0,0,5,0,0,0,0,0),(131365,30560,571,1,1,27121,0,5363.87,3007.53,409.275,3.29867,60,0,0,5,0,0,0,0,0),(131366,30560,571,1,1,27121,0,4381.8,2337.09,376.403,0.523599,60,0,0,5,0,0,0,0,0),(131367,30560,571,1,1,27121,0,4373.3,3280.6,372.512,5.96903,60,0,0,5,0,0,0,0,0),(131368,30560,571,1,1,27121,0,5363.1,2739.42,409.196,3.21141,60,0,0,5,0,0,0,0,0),(131369,30560,571,1,1,27121,0,4371.87,3276.2,372.512,6.02139,60,0,0,5,0,0,0,0,0),(131370,30560,571,1,1,27121,0,5363.12,2738.27,409.188,3.21141,60,0,0,5,0,0,0,0,0),(131371,30560,571,1,1,27121,0,4372.49,3277.77,372.512,6.03884,60,0,0,5,0,0,0,0,0),(131372,30560,571,1,1,27121,0,5364.06,3008.92,409.275,3.14159,60,0,0,5,0,0,0,0,0),(131373,30560,571,1,1,27121,0,5364.4,3011.7,409.275,3.26377,60,0,0,5,0,0,0,0,0),(131374,30560,571,1,1,27121,0,5364.25,3010.51,409.275,3.31613,60,0,0,5,0,0,0,0,0),(133914,27319,571,1,1,0,1,3666.78,-1188.16,102.42,3.08923,120,0,0,10635,0,0,0,0,0),(88317,31842,571,1,32,0,1,4336.25,3235.52,390.334,0.628319,120,0,0,1,0,0,0,0,0),(88316,31842,571,1,32,0,1,4318.44,2408.07,392.676,6.23083,120,0,0,1,0,0,0,0,0),(88315,31841,571,1,192,0,1,5031.84,3710.75,372.483,0,120,0,0,1,0,0,0,0,0),(88314,31841,571,1,64,0,1,5537.48,2898.91,517.259,4.86947,120,0,0,1,0,0,0,0,0),(88313,31841,571,1,16,0,1,5103.13,3462.13,368.568,5.2709,120,0,0,1,0,0,0,0,0),(131385,15214,571,1,1,0,0,4893.34,2769.74,557.021,4.90438,180,0,0,42,0,0,0,0,0),(131386,15214,571,1,1,0,0,4306.3,3138.64,469.401,0.942478,180,0,0,42,0,0,0,0,0),(131387,15214,571,1,1,0,0,4948.99,2937.79,550.517,1.81514,180,0,0,42,0,0,0,0,0),(131388,15214,571,1,1,0,0,4827.75,2523.19,360.309,2.04204,180,0,0,42,0,0,0,0,0),(131389,15214,571,1,1,0,0,5003.95,3390.82,373.363,4.13643,180,0,0,42,0,0,0,0,0),(88329,30499,571,1,32,0,0,4939.76,2389.06,326.153,3.26377,180,0,0,1,0,0,0,0,0),(131393,30842,571,1,1,25553,0,4638.2,3768.82,352.53,4.21778,180,5,0,12600,3994,1,0,0,0),(131394,30842,571,1,1,25553,0,4713.59,3806.48,354.687,1.1634,180,5,0,12600,3994,1,0,0,0),(131395,30842,571,1,1,25553,0,4669.52,3741.9,356.502,2.75491,180,5,0,12600,3994,1,0,0,0),(131396,30842,571,1,1,25553,0,4804.29,3768.33,354.044,4.90195,180,5,0,12600,3994,1,0,0,0),(131397,30842,571,1,1,25553,0,4652.91,4024.91,360.371,2.20682,180,5,0,12600,3994,1,0,0,0),(131398,30842,571,1,1,25553,0,4552.93,3749.64,357.358,1.20413,180,5,0,12600,3994,1,0,0,0),(131399,30842,571,1,1,25553,0,4677.08,3702.08,375.659,2.23585,180,5,0,12600,3994,1,0,0,0),(131400,30842,571,1,1,25553,0,4577.24,3820.23,353.302,6.03667,180,5,0,12600,3994,1,0,0,0),(131401,30842,571,1,1,25553,0,4883.21,3827.79,355.593,2.90621,180,5,0,12600,3994,1,0,0,0),(131402,30842,571,1,1,25553,0,4670.49,3957.52,360.519,4.83041,180,5,0,12600,3994,1,0,0,0),(131403,30842,571,1,1,25553,0,4502.27,3742.49,352.753,5.31879,180,5,0,12600,3994,1,0,0,0),(131404,30842,571,1,1,25553,0,4953.39,3789.56,361.503,0.436083,180,5,0,12600,3994,1,0,0,0),(131405,30842,571,1,1,25553,0,4640.52,3838.32,350.477,5.1484,180,5,0,12600,3994,1,0,0,0),(131406,30842,571,1,1,25553,0,4595.2,3774.03,353.448,0.236944,180,5,0,12600,3994,1,0,0,0),(131407,30842,571,1,1,25553,0,4561.59,3884.79,351.9,5.26509,180,5,0,12600,3994,1,0,0,0),(131408,30842,571,1,1,25553,0,4672.06,3939.53,360.519,2.98725,180,5,0,12600,3994,1,0,0,0),(131409,30842,571,1,1,25553,0,4748.42,3767.35,356.058,0.330118,180,5,0,12600,3994,1,0,0,0),(131410,30842,571,1,1,25553,0,4783.99,3882.78,357.929,1.53956,180,5,0,12600,3994,1,0,0,0),(131411,30842,571,1,1,25553,0,4460.73,3744.73,352.397,2.04909,180,5,0,12600,3994,1,0,0,0),(131412,30842,571,1,1,25553,0,4746.52,3915.24,358.862,3.23541,180,5,0,12600,3994,1,0,0,0),(131413,30842,571,1,1,25553,0,4622.92,3809.42,348.085,5.49972,180,5,0,12600,3994,1,0,0,0),(131414,30842,571,1,1,25553,0,4593.72,3921.86,359.678,4.74974,180,5,0,12600,3994,1,0,0,0),(131415,30842,571,1,1,25553,0,4759.46,3707.15,363.725,3.86154,180,5,0,12600,3994,1,0,0,0),(131416,30842,571,1,1,25553,0,4616.63,3717.24,362.531,4.83733,180,5,0,12600,3994,1,0,0,0),(131417,30842,571,1,1,25553,0,4876.6,3741.68,348.645,1.16317,180,5,0,12600,3994,1,0,0,0),(131418,30842,571,1,1,25553,0,4843.98,3867.52,357.735,3.27654,180,5,0,12600,3994,1,0,0,0),(131419,30842,571,1,1,25553,0,4540.67,3781.34,354.456,0.702039,180,5,0,12600,3994,1,0,0,0),(131420,30842,571,1,1,25553,0,4609.73,3862.05,348.771,2.05421,180,5,0,12600,3994,1,0,0,0),(131421,30842,571,1,1,25553,0,4640.63,3980.22,362.91,1.35,180,5,0,12600,3994,1,0,0,0),(131422,30842,571,1,1,25553,0,4817.36,3683.62,361.809,3.66532,180,5,0,12600,3994,1,0,0,0),(131423,30842,571,1,1,25553,0,4510.22,3809.38,349.301,0.050545,180,5,0,12600,3994,1,0,0,0),(131424,30842,571,1,1,25553,0,4681.14,3811.62,351.731,3.08409,180,5,0,12600,3994,1,0,0,0),(131425,30842,571,1,1,25553,0,4637.77,3908.25,356.523,2.67113,180,5,0,12600,3994,1,0,0,0),(131426,30842,571,1,1,25553,0,4948.74,3728.2,356.54,0.35134,180,5,0,12600,3994,1,0,0,0),(131427,30842,571,1,1,25553,0,4522.32,3828.29,352.061,6.17443,180,5,0,12600,3994,1,0,0,0),(131428,30842,571,1,1,25553,0,4814.05,3812.75,355.95,3.50996,180,5,0,12600,3994,1,0,0,0),(131429,30842,571,1,1,25553,0,4678.6,3865.77,354.608,0.283463,180,5,0,12600,3994,1,0,0,0),(131430,30842,571,1,1,25553,0,4769.46,3740.79,357.911,2.78638,180,5,0,12600,3994,1,0,0,0),(131431,30842,571,1,1,25553,0,4684.89,3844.72,351.483,1.59598,180,5,0,12600,3994,1,0,0,0),(131432,30842,571,1,1,25553,0,4688.74,4041.87,351.286,1.71807,180,5,0,12600,3994,1,0,0,0),(131433,30842,571,1,1,25553,0,4704.15,3975.03,356.723,2.76668,180,5,0,12600,3994,1,0,0,0),(131434,30842,571,1,1,25553,0,4716.06,3886.35,356.849,2.01351,180,5,0,12600,3994,1,0,0,0),(131435,30842,571,1,1,25553,0,4693.2,3919.81,361.717,3.39476,180,5,0,12600,3994,1,0,0,0),(131436,30842,571,1,1,25553,0,4717.46,3712.07,363.008,1.46162,180,5,0,12600,3994,1,0,0,0),(88328,30499,571,1,32,0,0,4964.89,3383.06,382.911,6.12611,180,0,0,1,0,0,0,0,0),(131438,30845,571,1,1,24468,0,4536.42,4021.01,412.24,6.16101,180,0,0,12600,3994,0,0,0,0),(131439,30845,571,1,1,24468,0,4438.88,4116.71,411.618,3.9619,180,0,0,12600,3994,0,0,0,0),(131440,30845,571,1,1,24467,0,4507.46,3957.9,411.75,2.49582,180,0,0,12600,3994,0,0,0,0),(131441,30845,571,1,1,21773,0,4539.4,3990.42,411.613,2.84489,180,0,0,12600,3994,0,0,0,0),(131442,30845,571,1,1,24466,0,4468.2,3925.94,411.618,4.15388,180,0,0,12600,3994,0,0,0,0),(131443,30845,571,1,1,24467,0,4504.97,3992,411.618,2.00713,180,0,0,12600,3994,0,0,0,0),(131444,30845,571,1,1,24468,0,4474.16,4173.42,411.746,1.50098,180,0,0,12600,3994,0,0,0,0),(131445,30845,571,1,1,24466,0,4497.82,4013.1,411.624,4.41568,180,0,0,12600,3994,0,0,0,0),(131446,30845,571,1,1,24467,0,4520.72,4089.2,411.618,3.82227,180,0,0,12600,3994,0,0,0,0),(131447,30845,571,1,1,21773,0,4456.81,4153.27,411.694,2.09439,180,0,0,12600,3994,0,0,0,0),(131448,30845,571,1,1,24466,0,4500.66,4138.29,411.641,4.45059,180,0,0,12600,3994,0,0,0,0),(131449,30845,571,1,1,21773,0,4541,4101.3,411.618,5.34071,180,0,0,12600,3994,0,0,0,0),(131450,30845,571,1,1,24466,0,4428.35,3957.63,411.618,0.331613,180,0,0,12600,3994,0,0,0,0),(131451,30845,571,1,1,24467,0,4555.27,4151.61,411.617,4.92183,180,0,0,12600,3994,0,0,0,0),(131452,30845,571,1,1,24466,0,4422.39,3930.53,411.618,4.41568,180,0,0,12600,3994,0,0,0,0),(131453,30845,571,1,1,21773,0,4544.61,4176.77,411.618,3.47321,180,0,0,12600,3994,0,0,0,0),(131454,30845,571,1,1,24467,0,4452.53,4095.81,411.618,2.53073,180,0,0,12600,3994,0,0,0,0),(131455,30845,571,1,1,24466,0,4437.08,4018.46,411.618,4.88692,180,0,0,12600,3994,0,0,0,0),(131456,30845,571,1,1,24466,0,4499.54,4068.27,411.618,0.366519,180,0,0,12600,3994,0,0,0,0),(131457,30845,571,1,1,24468,0,4542.84,4044.44,411.619,3.38594,180,0,0,12600,3994,0,0,0,0),(88327,30400,571,1,64,0,0,5392.91,2975.26,415.223,4.55531,180,0,0,1,0,0,0,0,0),(131459,30846,571,1,1,5450,0,4689.55,2588.1,335.327,2.0499,180,5,0,12600,3994,1,0,0,0),(131460,30846,571,1,1,5450,0,4877.99,3215.59,349.572,4.59316,180,5,0,12600,3994,1,0,0,0),(131461,30846,571,1,1,5450,0,4583.73,3069.43,335.79,2.00935,180,5,0,12600,3994,1,0,0,0),(131462,30846,571,1,1,5450,0,4694.42,2660.07,336.139,0.255026,180,5,0,12600,3994,1,0,0,0),(131463,30846,571,1,1,5450,0,5182.14,3261.53,352.746,0.590342,180,5,0,12600,3994,1,0,0,0),(131464,30846,571,1,1,5450,0,4827.06,3218.72,352.66,5.46865,180,5,0,12600,3994,1,0,0,0),(131465,30846,571,1,1,5450,0,5096.51,3637.21,352.623,0.282101,180,5,0,12600,3994,1,0,0,0),(131466,30846,571,1,1,5450,0,4675.14,2707.97,338.059,1.84271,180,5,0,12600,3994,1,0,0,0),(131467,30846,571,1,1,5450,0,4572.26,3003.85,334.634,5.14655,180,5,0,12600,3994,1,0,0,0),(131468,30846,571,1,1,5450,0,4925.61,2077.11,414.309,5.9837,180,5,0,12600,3994,1,0,0,0),(131469,30846,571,1,1,5450,0,5171.25,3580.06,352.622,4.79287,180,5,0,12600,3994,1,0,0,0),(131470,30846,571,1,1,5450,0,5111.87,3512.72,354.518,4.49388,180,5,0,12600,3994,1,0,0,0),(131471,30846,571,1,1,5450,0,4686.07,3358.93,336.39,3.03004,180,5,0,12600,3994,1,0,0,0),(131472,30846,571,1,1,5450,0,4622.56,3177.89,343.194,1.79115,180,5,0,12600,3994,1,0,0,0),(131473,30846,571,1,1,5450,0,5204.71,3337.12,352.883,2.28206,180,5,0,12600,3994,1,0,0,0),(131474,30846,571,1,1,5450,0,5274.75,3370.94,352.893,3.17938,180,5,0,12600,3994,1,0,0,0),(131475,30846,571,1,1,5450,0,4738.18,3378.69,335.586,2.04301,180,5,0,12600,3994,1,0,0,0),(131476,30846,571,1,1,5450,0,4908.1,1996.07,420.287,0.153202,180,5,0,12600,3994,1,0,0,0),(131477,30846,571,1,1,5450,0,4680.19,2515.12,338.027,0.6831,180,5,0,12600,3994,1,0,0,0),(131478,30846,571,1,1,5450,0,4978.86,3576.16,352.683,3.47471,180,5,0,12600,3994,1,0,0,0),(131479,30846,571,1,1,5450,0,4630.58,3005.83,335.74,1.16629,180,5,0,12600,3994,1,0,0,0),(131480,30846,571,1,1,5450,0,5216.07,3425.03,352.86,2.27177,180,5,0,12600,3994,1,0,0,0),(131481,30846,571,1,1,5450,0,4775.79,3473.27,352.465,5.36047,180,5,0,12600,3994,1,0,0,0),(131482,30846,571,1,1,5450,0,5289.42,3314.61,353.495,3.59508,180,5,0,12600,3994,1,0,0,0),(131483,30846,571,1,1,5450,0,4621.66,3046.16,337.014,1.08866,180,5,0,12600,3994,1,0,0,0),(131484,30846,571,1,1,5450,0,4661.27,3323.91,334.64,1.44487,180,5,0,12600,3994,1,0,0,0),(131485,30846,571,1,1,5450,0,4854.33,1971.22,417.521,5.1201,180,5,0,12600,3994,1,0,0,0),(131486,30846,571,1,1,5450,0,4691.28,3238.81,340.525,2.24532,180,5,0,12600,3994,1,0,0,0),(131487,30846,571,1,1,5450,0,4628.97,3104.99,340.128,4.05496,180,5,0,12600,3994,1,0,0,0),(131488,30846,571,1,1,5450,0,4524.78,2963.2,347.633,0.586103,180,5,0,12600,3994,1,0,0,0),(131489,30846,571,1,1,5450,0,5142.44,3348.53,353.525,0.612001,180,5,0,12600,3994,1,0,0,0),(131490,30846,571,1,1,5450,0,5105.44,3410.52,353.705,1.43943,180,5,0,12600,3994,1,0,0,0),(131491,30846,571,1,1,5450,0,4888.21,3497.29,348.279,3.44531,180,5,0,12600,3994,1,0,0,0),(131492,30846,571,1,1,5450,0,4873.92,3538.88,337.848,5.16005,180,5,0,12600,3994,1,0,0,0),(131493,30846,571,1,1,5450,0,4986.15,3698.07,346.102,2.30063,180,5,0,12600,3994,1,0,0,0),(131494,30846,571,1,1,5450,0,4889.77,3171.95,352.573,5.52568,180,5,0,12600,3994,1,0,0,0),(131495,30846,571,1,1,5450,0,4945.13,3211.14,345.899,1.78028,180,5,0,12600,3994,1,0,0,0),(131496,30846,571,1,1,5450,0,4925.16,3637.69,336.189,5.30131,180,5,0,12600,3994,1,0,0,0),(131497,30846,571,1,1,5450,0,4822.67,3180.47,352.591,3.38911,180,5,0,12600,3994,1,0,0,0),(131498,30846,571,1,1,5450,0,4996.46,3220.24,345.899,1.05557,180,5,0,12600,3994,1,0,0,0),(131499,30846,571,1,1,5450,0,4821.73,3501.55,333.29,4.15202,180,5,0,12600,3994,1,0,0,0),(131500,30846,571,1,1,5450,0,4755.39,3552.49,349.398,1.55471,180,5,0,12600,3994,1,0,0,0),(131501,30846,571,1,1,5450,0,4803.15,3134.7,350.018,1.82873,180,5,0,12600,3994,1,0,0,0),(131502,30846,571,1,1,5450,0,4589.63,2329.17,340.5,1.96046,180,5,0,12600,3994,1,0,0,0),(131503,30846,571,1,1,5450,0,4683.87,3557.53,347.166,3.53641,180,5,0,12600,3994,1,0,0,0),(131504,30846,571,1,1,5450,0,4573.76,2376.27,334.806,4.24246,180,5,0,12600,3994,1,0,0,0),(131505,30846,571,1,1,5450,0,4717.7,2342.11,338.149,3.0678,180,5,0,12600,3994,1,0,0,0),(131506,30846,571,1,1,5450,0,4682.79,2311.82,337.047,0.868671,180,5,0,12600,3994,1,0,0,0),(131507,30846,571,1,1,5450,0,4773.65,3184.28,346.345,2.55019,180,5,0,12600,3994,1,0,0,0),(131508,30846,571,1,1,5450,0,4489.78,2410.96,352.259,5.05479,180,5,0,12600,3994,1,0,0,0),(131509,30846,571,1,1,5450,0,4787.87,3227.57,352.543,0.538954,180,5,0,12600,3994,1,0,0,0),(131510,30846,571,1,1,5450,0,4608.34,2428.72,336.872,3.13573,180,5,0,12600,3994,1,0,0,0),(131511,30846,571,1,1,5450,0,4817.9,2141.85,336.087,2.45904,180,5,0,12600,3994,1,0,0,0),(131512,30846,571,1,1,5450,0,4531.39,2451.69,350.649,5.59499,180,5,0,12600,3994,1,0,0,0),(131513,30846,571,1,1,5450,0,4775.26,2194.86,334.122,0.492956,180,5,0,12600,3994,1,0,0,0),(131514,30846,571,1,1,5450,0,4826.78,2215.43,333.711,1.86415,180,5,0,12600,3994,1,0,0,0),(131515,30846,571,1,1,5450,0,4782.11,2248.57,349.133,5.45306,180,5,0,12600,3994,1,0,0,0),(131516,30846,571,1,1,5450,0,4853.58,2053.08,394.042,3.04679,180,5,0,12600,3994,1,0,0,0),(131517,30846,571,1,1,5450,0,4817.47,2014.95,401.938,5.16164,180,5,0,12600,3994,1,0,0,0),(131518,30846,571,1,1,5450,0,4725.69,2261.02,337.54,2.76032,180,5,0,12600,3994,1,0,0,0),(131519,30846,571,1,1,5450,0,4670.61,3187.49,343.136,3.25079,180,5,0,12600,3994,1,0,0,0),(131520,30846,571,1,1,5450,0,4748.96,3180.21,349.524,2.92986,180,5,0,12600,3994,1,0,0,0),(131521,30846,571,1,1,5450,0,4627.8,2362.98,333.347,4.74339,180,5,0,12600,3994,1,0,0,0),(131522,30846,571,1,1,5450,0,4672.68,2779.12,338.747,1.49849,180,5,0,12600,3994,1,0,0,0),(131523,30846,571,1,1,5450,0,4840.01,2831.54,346.966,3.50606,180,5,0,12600,3994,1,0,0,0),(131524,30846,571,1,1,5450,0,4615.34,2738.8,345.254,5.2002,180,5,0,12600,3994,1,0,0,0),(131525,30846,571,1,1,5450,0,4603.27,2788.44,334.735,5.32646,180,5,0,12600,3994,1,0,0,0),(131526,30846,571,1,1,5450,0,4656.99,2460.82,335.597,1.52435,180,5,0,12600,3994,1,0,0,0),(131527,30846,571,1,1,5450,0,4567.8,2836.47,348.893,4.80579,180,5,0,12600,3994,1,0,0,0),(131528,30846,571,1,1,5450,0,5039.58,3589.58,353.197,2.98176,180,5,0,12600,3994,1,0,0,0),(131529,30846,571,1,1,5450,0,5131.98,3605.52,352.892,4.03332,180,5,0,12600,3994,1,0,0,0),(131530,30847,571,1,1,1204,0,4265.24,1772.61,350.515,0.701328,180,0,0,12600,0,0,0,0,0),(131531,30847,571,1,1,1204,0,4446.1,1829.76,372.664,0.842595,180,0,0,12600,0,0,0,0,0),(131532,30847,571,1,1,1204,0,4432.09,1783.52,379.46,0.907007,180,0,0,12600,0,0,0,0,0),(131533,30847,571,1,1,1204,0,4427.5,1750.83,380.414,1.24341,180,0,0,12600,0,0,0,0,0),(131534,30847,571,1,1,1204,0,4255.05,1807.78,349.521,2.01027,180,5,0,12600,0,1,0,0,0),(131535,30847,571,1,1,1204,0,4228.15,1846.4,354.522,2.38096,180,5,0,12600,0,1,0,0,0),(131536,30847,571,1,1,1204,0,4330.13,1812.43,349.832,-0.323316,180,0,0,12600,0,0,0,0,0),(131537,30847,571,1,1,1204,0,4293.66,1793.36,349.044,0.547549,180,0,0,12600,0,0,0,0,0),(131538,30847,571,1,1,1204,0,4378.36,1807.61,355.775,-1.74174,180,0,0,12600,0,0,0,0,0),(131539,30847,571,1,1,1204,0,4398.91,1762.48,362.602,0.189546,180,0,0,12600,0,0,0,0,0),(131540,30847,571,1,1,1204,0,4281.64,1854.08,353.252,2.09383,180,0,0,12600,0,0,0,0,0),(131541,30847,571,1,1,1204,0,4303.69,1867.5,352.41,2.10664,180,0,0,12600,0,0,0,0,0),(131542,30847,571,1,1,1204,0,4323,1743.76,356.048,5.59929,180,5,0,12600,0,1,0,0,0),(131543,30848,571,1,1,8716,0,4239.74,3556.65,378.836,2.78322,180,5,0,12600,3994,1,0,0,0),(131544,30848,571,1,1,8716,0,4038.3,2685.94,357.31,2.16068,180,5,0,12600,3994,1,0,0,0),(131545,30848,571,1,1,8716,0,4103.36,3096.35,354.807,2.40654,180,5,0,12600,3994,1,0,0,0),(131546,30848,571,1,1,8716,0,4423.75,3644.05,362.63,2.78122,180,5,0,12600,3994,1,0,0,0),(131547,30848,571,1,1,8716,0,4236.55,2314.99,354.674,5.83671,180,5,0,12600,3994,1,0,0,0),(131548,30848,571,1,1,8716,0,4035.01,3037.53,353.003,3.45301,180,5,0,12600,3994,1,0,0,0),(131549,30848,571,1,1,8716,0,4364.88,3531.93,384.909,6.11381,180,5,0,12600,3994,1,0,0,0),(131550,30848,571,1,1,8716,0,4248.86,3021.15,357.808,1.57757,180,5,0,12600,3994,1,0,0,0),(131551,30848,571,1,1,8716,0,4331.49,2979.81,357.153,6.00095,180,5,0,12600,3994,1,0,0,0),(131552,30848,571,1,1,8716,0,4381.55,3593.53,357.14,2.80622,180,5,0,12600,3994,1,0,0,0),(131553,30848,571,1,1,8716,0,4115.75,2749.49,356.422,5.5084,180,5,0,12600,3994,1,0,0,0),(131554,30848,571,1,1,8716,0,4244.94,2751.29,357.915,1.61682,180,5,0,12600,3994,1,0,0,0),(131555,30848,571,1,1,8716,0,4058.56,2913.38,353.927,2.07982,180,5,0,12600,3994,1,0,0,0),(131556,30848,571,1,1,8716,0,4243.1,2476.58,354.582,4.52178,180,5,0,12600,3994,1,0,0,0),(131557,30848,571,1,1,8716,0,4245.92,2081.43,359.442,1.4648,180,5,0,12600,3994,1,0,0,0),(131558,30848,571,1,1,8716,0,4282.31,3354.21,356.977,2.60382,180,5,0,12600,3994,1,0,0,0),(131559,30848,571,1,1,8716,0,4112.62,2540.09,414.284,0.886102,180,5,0,12600,3994,1,0,0,0),(131560,30848,571,1,1,8716,0,4111.81,2523.05,420.974,1.18587,180,5,0,12600,3994,1,0,0,0),(131561,30848,571,1,1,8716,0,4298.16,3626.96,361.509,1.31758,180,5,0,12600,3994,1,0,0,0),(131562,30848,571,1,1,8716,0,4193.71,3188.37,395.69,4.3304,180,5,0,12600,3994,1,0,0,0),(131563,30848,571,1,1,8716,0,4190.04,2358.02,356.762,3.3923,180,5,0,12600,3994,1,0,0,0),(131564,30848,571,1,1,8716,0,4245.46,2207.76,355.86,2.98275,180,5,0,12600,3994,1,0,0,0),(131565,30848,571,1,1,8716,0,4326.89,2057.16,355.416,6.04732,180,5,0,12600,3994,1,0,0,0),(131566,30848,571,1,1,8716,0,4300.96,3536.65,356.589,2.63408,180,5,0,12600,3994,1,0,0,0),(131567,30848,571,1,1,8716,0,4109.9,2840.28,356.715,5.89257,180,5,0,12600,3994,1,0,0,0),(131568,30848,571,1,1,8716,0,4288.83,3068.8,357.761,2.71596,180,5,0,12600,3994,1,0,0,0),(131569,30848,571,1,1,8716,0,4147.24,2581.25,355.392,1.28364,180,5,0,12600,3994,1,0,0,0),(131570,30848,571,1,1,8716,0,4312.43,2682.38,355.81,4.9588,180,5,0,12600,3994,1,0,0,0),(131571,30848,571,1,1,8716,0,4245.4,2150.47,357.682,5.6505,180,5,0,12600,3994,1,0,0,0),(131572,30848,571,1,1,8716,0,4280.5,3447.38,356.658,2.22327,180,5,0,12600,3994,1,0,0,0),(131573,30848,571,1,1,8716,0,4254.89,2425.62,354.256,0.704418,180,5,0,12600,3994,1,0,0,0),(131574,30848,571,1,1,8716,0,4139.58,2872.92,354.35,3.4631,180,5,0,12600,3994,1,0,0,0),(131575,30848,571,1,1,8716,0,4282.34,3256.27,353.121,4.63956,180,5,0,12600,3994,1,0,0,0),(131576,30849,571,1,1,21910,0,4724.14,3023.03,357.07,2.07377,180,5,0,12600,0,1,0,0,0),(131577,30849,571,1,1,21910,0,4402.46,2536.18,368.144,4.05318,180,5,0,12600,0,1,0,0,0),(131578,30849,571,1,1,21910,0,4758.89,2759.37,355.925,0.616189,180,5,0,12600,0,1,0,0,0),(131579,30849,571,1,1,21910,0,5072.92,2547.22,359.361,2.12185,180,5,0,12600,0,1,0,0,0),(131580,30849,571,1,1,21910,0,4585.57,2656.52,379.22,5.2706,180,5,0,12600,0,1,0,0,0),(131581,30849,571,1,1,21910,0,4661.45,2209.93,359.827,1.71621,180,5,0,12600,0,1,0,0,0),(131582,30849,571,1,1,21910,0,4819.77,2525.28,360.236,0.172158,180,5,0,12600,0,1,0,0,0),(131583,30849,571,1,1,21910,0,5116.65,2339.26,357.835,5.8196,180,5,0,12600,0,1,0,0,0),(131584,30849,571,1,1,21910,0,5129.76,2545.37,366.021,4.42132,180,5,0,12600,0,1,0,0,0),(131585,30849,571,1,1,21910,0,5248.6,2410.12,365.864,1.87671,180,5,0,12600,0,1,0,0,0),(131586,30849,571,1,1,21910,0,5069.81,2393.82,358.357,2.70691,180,5,0,12600,0,1,0,0,0),(131587,30849,571,1,1,21910,0,5120.63,2482.88,357.084,3.15846,180,5,0,12600,0,1,0,0,0),(131588,30849,571,1,1,21910,0,4581.11,2479.83,356.676,1.38399,180,5,0,12600,0,1,0,0,0),(131589,30849,571,1,1,21910,0,5113,2419.4,357.371,2.48173,180,5,0,12600,0,1,0,0,0),(131590,30849,571,1,1,21910,0,5106.28,3244.84,356.617,6.12696,180,5,0,12600,0,1,0,0,0),(131591,30849,571,1,1,21910,0,4952.88,2650.97,357.348,2.33141,180,5,0,12600,0,1,0,0,0),(131592,30849,571,1,1,21910,0,4783.14,2987.15,356.366,5.51822,180,5,0,12600,0,1,0,0,0),(131593,30849,571,1,1,21910,0,4511.95,2580.17,356.539,3.80415,180,5,0,12600,0,1,0,0,0),(131594,30849,571,1,1,21910,0,4920.75,3132.85,357.325,1.01521,180,5,0,12600,0,1,0,0,0),(131595,30849,571,1,1,21910,0,4602.48,2194.29,358.938,4.62069,180,5,0,12600,0,1,0,0,0),(131596,30849,571,1,1,21910,0,4972.42,2752.24,374.293,4.1734,180,5,0,12600,0,1,0,0,0),(131597,30849,571,1,1,21910,0,4715.46,3135.49,357.418,3.3733,180,5,0,12600,0,1,0,0,0),(131598,30849,571,1,1,21910,0,4989.06,3088.64,357.16,5.51382,180,5,0,12600,0,1,0,0,0),(131599,30849,571,1,1,21910,0,4374.41,3051.63,357.185,3.2587,180,5,0,12600,0,1,0,0,0),(131600,30849,571,1,1,21910,0,5081.12,2586.9,364.012,2.70754,180,5,0,12600,0,1,0,0,0),(131601,30849,571,1,1,21910,0,4752.59,2686.37,356.93,1.60445,180,5,0,12600,0,1,0,0,0),(131602,30849,571,1,1,21910,0,4417.34,2588.77,359.225,4.21174,180,5,0,12600,0,1,0,0,0),(131603,30849,571,1,1,21910,0,4982.31,3150.53,355.821,0.621733,180,5,0,12600,0,1,0,0,0),(137773,37134,631,15,1,0,1,4362.76,2527.67,358.433,1.48282,7200,0,0,0,0,0,0,0,0),(131605,30849,571,1,1,21910,0,5198.47,2400.87,357.811,6.09233,180,5,0,12600,0,1,0,0,0),(131606,30849,571,1,1,21910,0,5148.35,3077.66,378.617,2.30801,180,5,0,12600,0,1,0,0,0),(131607,30849,571,1,1,21910,0,4954.05,2578.04,359.531,3.22827,180,5,0,12600,0,1,0,0,0),(131608,30849,571,1,1,21910,0,4816.06,2569.97,358.079,4.14084,180,5,0,12600,0,1,0,0,0),(131609,30849,571,1,1,21910,0,5088.33,2452.76,358.128,1.44475,180,5,0,12600,0,1,0,0,0),(131610,30849,571,1,1,21910,0,4741.97,2610.15,353.628,3.50084,180,5,0,12600,0,1,0,0,0),(131611,30849,571,1,1,21910,0,4917.1,2568.43,361.781,2.03022,180,5,0,12600,0,1,0,0,0),(131612,30849,571,1,1,21910,0,4864.81,2609.88,356.589,0.178893,180,5,0,12600,0,1,0,0,0),(131613,30849,571,1,1,21910,0,5043.54,2329.88,359.129,1.84723,180,5,0,12600,0,1,0,0,0),(131614,30849,571,1,1,21910,0,4807.91,3071.82,357.644,5.31699,180,5,0,12600,0,1,0,0,0),(131615,30849,571,1,1,21910,0,4877.42,2685.97,357.254,4.7469,180,5,0,12600,0,1,0,0,0),(131616,30849,571,1,1,21910,0,4344.59,3015.37,357.139,3.03624,180,5,0,12600,0,1,0,0,0),(131617,30849,571,1,1,21910,0,5092.04,3184.08,356.584,5.30346,180,5,0,12600,0,1,0,0,0),(131618,30849,571,1,1,21910,0,5095.09,3096.31,365.844,0.246351,180,5,0,12600,0,1,0,0,0),(131619,30849,571,1,1,21910,0,4721.82,2479.68,354.079,0.637859,180,5,0,12600,0,1,0,0,0),(131620,30849,571,1,1,21910,0,4620.45,2258.97,357.687,2.12215,180,5,0,12600,0,1,0,0,0),(131621,30849,571,1,1,21910,0,5154,2239.86,367.669,2.75339,180,5,0,12600,0,1,0,0,0),(131622,30849,571,1,1,21910,0,4537.05,2534.57,359.304,3.99622,180,5,0,12600,0,1,0,0,0),(131623,30849,571,1,1,21910,0,4754.27,2520.92,361.039,0.819296,180,5,0,12600,0,1,0,0,0),(131624,30849,571,1,1,21910,0,4816.85,2748.6,357.007,1.73854,180,5,0,12600,0,1,0,0,0),(131625,30849,571,1,1,21910,0,4912.62,2687.42,364.903,3.0498,180,5,0,12600,0,1,0,0,0),(131626,30849,571,1,1,21910,0,5048.19,2245.72,356.52,0.317315,180,5,0,12600,0,1,0,0,0),(131627,30849,571,1,1,21910,0,5227.51,2345.33,368.245,2.0103,180,5,0,12600,0,1,0,0,0),(131628,30849,571,1,1,21910,0,4816.63,2624.93,355.758,2.76636,180,5,0,12600,0,1,0,0,0),(131629,30849,571,1,1,21910,0,4833.85,2789.67,358.741,0.017142,180,5,0,12600,0,1,0,0,0),(131630,30849,571,1,1,21910,0,5143.38,3184.41,362.846,3.02974,180,5,0,12600,0,1,0,0,0),(88326,30400,571,1,64,0,0,5391.61,2707.72,415.051,4.55531,180,0,0,1,0,0,0,0,0),(88325,30400,571,1,16,0,0,4354.15,3312.82,378.046,1.67552,180,0,0,1,0,0,0,0,0),(88322,30400,571,1,16,0,0,4964.89,3383.06,382.911,6.12611,180,0,0,1,0,0,0,0,0),(88323,30400,571,1,16,0,0,4939.76,2389.06,326.153,3.26377,180,0,0,1,0,0,0,0,0),(88324,30400,571,1,16,0,0,4357.67,2357.99,382.007,1.67552,180,0,0,1,0,0,0,0,0),(131637,30872,571,1,256,27390,0,4641.98,3723.43,362.798,4.3082,180,5,0,25200,0,1,0,0,0),(131638,30872,571,1,256,27390,0,4708.11,3842.79,353.937,3.29167,180,5,0,25200,0,1,0,0,0),(131639,30872,571,1,256,27390,0,4806.94,3883.56,357.677,2.77759,180,5,0,25200,0,1,0,0,0),(131640,30872,571,1,256,27390,0,4558.44,3845.35,352.252,5.20809,180,5,0,25200,0,1,0,0,0),(131641,30872,571,1,256,27390,0,4702.44,3747.82,355.111,3.28407,180,5,0,25200,0,1,0,0,0),(131642,30872,571,1,256,27390,0,4644.54,3879.03,353.042,0.431881,180,5,0,25200,0,1,0,0,0),(131643,30872,571,1,256,27390,0,4922.24,3756.88,352.311,6.0375,180,5,0,25200,0,1,0,0,0),(131644,30872,571,1,256,27390,0,4856.23,3783.27,350.044,4.88095,180,5,0,25200,0,1,0,0,0),(131645,30872,571,1,256,27390,0,4559.02,3779.8,357.358,3.6795,180,5,0,25200,0,1,0,0,0),(131646,30872,571,1,256,27390,0,4681.14,3986.92,358.601,6.16173,180,5,0,25200,0,1,0,0,0),(131647,30873,571,1,256,25680,0,4251.71,1786,350.205,0.877101,180,5,0,25200,0,1,0,0,0),(131648,30873,571,1,256,25680,0,4348.68,1855.98,357.718,5.89519,180,5,0,25200,0,1,0,0,0),(131649,30873,571,1,256,25680,0,4345.55,1778.35,351.891,5.41052,180,5,0,25200,0,1,0,0,0),(131650,30875,571,1,256,26383,0,4253.28,3312.37,355.632,2.87789,180,5,0,25200,0,1,0,0,0),(131651,30875,571,1,256,26383,0,4222.75,3217.29,411.398,4.09381,180,5,0,25200,0,1,0,0,0),(131652,30875,571,1,256,26383,0,4328.67,3056.52,370.056,0.621999,180,5,0,25200,0,1,0,0,0),(131653,30875,571,1,256,26383,0,4257,2454.33,355.989,0.122376,180,5,0,25200,0,1,0,0,0),(131654,30875,571,1,256,26383,0,4011.76,2858.95,378.181,1.57552,180,5,0,25200,0,1,0,0,0),(131655,30875,571,1,256,26383,0,4356.33,3512,395.851,6.06669,180,5,0,25200,0,1,0,0,0),(131656,30875,571,1,256,26383,0,4067.72,2983.53,355.911,0.986805,180,5,0,25200,0,1,0,0,0),(131657,30876,571,1,256,27392,0,4873.42,2652.43,357.654,0.76254,180,5,0,25200,3994,1,0,0,0),(131658,30876,571,1,256,27392,0,4389.34,2508.53,370.818,2.11255,180,5,0,25200,3994,1,0,0,0),(131659,30876,571,1,256,27392,0,5173.06,2249.31,371.722,2.83934,180,5,0,25200,3994,1,0,0,0),(131660,30876,571,1,256,27392,0,5216.38,2383.63,361.764,4.19153,180,5,0,25200,3994,1,0,0,0),(131661,30876,571,1,256,27392,0,4712.17,3103.18,357.862,2.56202,180,5,0,25200,3994,1,0,0,0),(131662,30876,571,1,256,27392,0,5093.51,2531.22,362.62,4.29335,180,5,0,25200,3994,1,0,0,0),(131663,30876,571,1,256,27392,0,4737.18,2548.74,368.521,1.63842,180,5,0,25200,3994,1,0,0,0),(131664,30876,571,1,256,27392,0,4948.96,3113.54,358.345,4.24874,180,5,0,25200,3994,1,0,0,0),(131665,30876,571,1,256,27392,0,4629.28,2217.87,360.606,6.04854,180,5,0,25200,3994,1,0,0,0),(131666,30876,571,1,256,27392,0,4781.8,3025.19,358.45,6.1112,180,5,0,25200,3994,1,0,0,0),(131667,30876,571,1,256,27392,0,4609.38,2548.96,375.02,4.64568,180,5,0,25200,3994,1,0,0,0),(131668,30876,571,1,256,27392,0,4749.34,2724.37,359.097,1.52935,180,5,0,25200,3994,1,0,0,0),(131669,30876,571,1,256,27392,0,5123.66,3225.15,357.609,0.978378,180,5,0,25200,3994,1,0,0,0),(131670,30876,571,1,256,27392,0,5086.53,2422.25,358.788,4.05321,180,5,0,25200,3994,1,0,0,0),(131671,30876,571,1,256,27392,0,4906.22,2612.16,360.119,2.36181,180,5,0,25200,3994,1,0,0,0),(131672,30877,571,1,256,27391,0,4701.05,2620.23,335.868,3.42586,180,5,0,25200,3994,1,0,0,0),(131673,30877,571,1,256,27391,0,5164.58,3538.6,353.628,0.479253,180,5,0,25200,3994,1,0,0,0),(131674,30877,571,1,256,27391,0,5226.99,3385.88,353.644,0.787289,180,5,0,25200,3994,1,0,0,0),(131675,30877,571,1,256,27391,0,4718.32,3353.8,336.015,3.46938,180,5,0,25200,3994,1,0,0,0),(131676,30877,571,1,256,27391,0,4852.41,3513.47,331.376,5.56367,180,5,0,25200,3994,1,0,0,0),(131677,30877,571,1,256,27391,0,4680.12,3261.2,335.64,5.7209,180,5,0,25200,3994,1,0,0,0),(131678,30877,571,1,256,27391,0,5068.52,3514.3,354.219,5.94507,180,5,0,25200,3994,1,0,0,0),(131679,30877,571,1,256,27391,0,4650.11,3216.19,336.037,0.462086,180,5,0,25200,3994,1,0,0,0),(131680,30877,571,1,256,27391,0,4704.64,3453.58,353.475,5.79484,180,5,0,25200,3994,1,0,0,0),(131681,30877,571,1,256,27391,0,4555.87,2976.34,335.639,0.399384,180,5,0,25200,3994,1,0,0,0),(131682,30877,571,1,256,27391,0,5141.5,3416.66,353.632,5.51932,180,5,0,25200,3994,1,0,0,0),(131683,30877,571,1,256,27391,0,4972.7,3210.85,346.899,2.70996,180,5,0,25200,3994,1,0,0,0),(131684,30877,571,1,256,27391,0,4781.65,3148.91,346.899,5.31853,180,5,0,25200,3994,1,0,0,0),(131685,30877,571,1,256,27391,0,4715.96,3519.97,344.724,0.793317,180,5,0,25200,3994,1,0,0,0),(131686,30877,571,1,256,27391,0,4653.8,2342.48,334.472,1.18402,180,5,0,25200,3994,1,0,0,0),(131687,30877,571,1,256,27391,0,4576.24,2360.43,334.347,3.19344,180,5,0,25200,3994,1,0,0,0),(131688,30877,571,1,256,27391,0,4539.82,2426.31,345.484,1.58316,180,5,0,25200,3994,1,0,0,0),(131689,30877,571,1,256,27391,0,4757.16,2220.46,335.432,2.83542,180,5,0,25200,3994,1,0,0,0),(131690,30877,571,1,256,27391,0,4788.23,1975.37,420.174,0.598566,180,5,0,25200,3994,1,0,0,0),(131691,30877,571,1,256,27391,0,4902.13,2235,347.502,0.766064,180,5,0,25200,3994,1,0,0,0),(131692,30877,571,1,256,27391,0,4883.96,1985.27,410.708,3.55263,180,5,0,25200,3994,1,0,0,0),(131693,30877,571,1,256,27391,0,4822.82,2041.69,404.181,2.35956,180,5,0,25200,3994,1,0,0,0),(131694,30877,571,1,256,27391,0,4903.36,2049.29,402.789,2.98618,180,5,0,25200,3994,1,0,0,0),(131695,30877,571,1,256,27391,0,4595.95,2848.9,335.764,0.52775,180,5,0,25200,3994,1,0,0,0),(131696,30877,571,1,256,27391,0,4639.69,2769.04,335.584,3.56645,180,5,0,25200,3994,1,0,0,0),(131697,30877,571,1,256,27391,0,4612.82,2909.1,335.637,3.27896,180,5,0,25200,3994,1,0,0,0),(131698,30877,571,1,256,27391,0,4811.98,2179.59,334.711,0.231615,180,5,0,25200,3994,1,0,0,0),(131699,19871,571,1,1,11686,0,5274.94,2627.77,439.838,3.75246,180,5,0,4120,0,1,0,0,0),(131700,19871,571,1,1,11686,0,4553.94,3619.93,426.622,0.191986,180,5,0,4120,0,1,0,0,0),(131701,19871,571,1,1,11686,0,4402.43,2818.66,436.366,6.23082,180,5,0,4120,0,1,0,0,0),(131702,19871,571,1,1,11686,0,4464.35,1946.13,465.731,0.453786,180,5,0,4120,0,1,0,0,0),(131703,19871,571,1,1,11686,0,5159.21,2938.44,439.93,0.645772,180,5,0,4120,0,1,0,0,0),(131704,19871,571,1,1,11686,0,5165.95,2747.43,439.928,4.34587,180,5,0,4120,0,1,0,0,0),(131705,19871,571,1,1,11686,0,5276.77,3051.36,438.583,3.21141,180,5,0,4120,0,1,0,0,0),(88321,31842,571,1,192,0,1,5140.79,2179.12,390.951,1.97222,120,0,0,1,0,0,0,0,0),(131707,23472,571,1,1,16925,0,5307.62,2659.02,410.027,0.750492,180,0,0,4120,0,0,0,0,0),(131708,23472,571,1,1,16925,0,5392.81,2854.02,418.759,3.07178,180,0,0,4120,0,0,0,0,0),(131709,23472,571,1,1,16925,0,4954.06,3384.48,381.097,4.36332,180,0,0,4120,0,0,0,0,0),(131710,23472,571,1,1,16925,0,4949.03,3368.95,379.848,4.24115,180,0,0,4120,0,0,0,0,0),(131711,23472,571,1,1,16925,0,4379.6,2348.2,377.789,6.17846,180,0,0,4120,0,0,0,0,0),(131712,23472,571,1,1,16925,0,4360.45,2347.22,380.189,6.26573,180,0,0,4120,0,0,0,0,0),(131713,23472,571,1,1,16925,0,5369.55,2985.84,410.301,3.03687,180,0,0,4120,0,0,0,0,0),(131714,23472,571,1,1,16925,0,5390.07,2986.64,413.402,3.14159,180,0,0,4120,0,0,0,0,0),(131715,23472,571,1,1,16925,0,4950.27,2390.23,324.341,1.37881,180,0,0,4120,0,0,0,0,0),(131716,23472,571,1,1,16925,0,4953.69,2411.24,320.978,1.22173,180,0,0,4120,0,0,0,0,0),(131717,23472,571,1,1,16925,0,4373.52,3298.91,374.12,6.17846,180,0,0,4120,0,0,0,0,0),(131718,23472,571,1,1,16925,0,4355.33,3301.55,376.223,6.05629,180,0,0,4120,0,0,0,0,0),(131719,23472,571,1,1,16925,0,5388.84,2719.01,413.232,3.12414,180,0,0,4120,0,0,0,0,0),(131720,23472,571,1,1,16925,0,5370.48,2718.73,411.156,3.03687,180,0,0,4120,0,0,0,0,0),(131721,23472,571,1,1,16925,0,5246.92,2978.32,409.274,3.08923,180,0,0,4120,0,0,0,0,0),(131722,23472,571,1,1,16925,0,5306.16,3020.84,411.446,5.37561,180,0,0,4120,0,0,0,0,0),(131723,23472,571,1,1,16925,0,5192.29,2775.3,410.286,0.628319,180,0,0,4120,0,0,0,0,0),(131725,23472,571,1,1,16925,0,5190.47,2906.85,410.233,5.37561,180,0,0,4120,0,0,0,0,0),(131726,23472,571,1,1,16925,0,5401.92,2829.91,418.758,6.17846,180,0,0,4120,0,0,0,0,0),(88318,31842,571,1,32,0,1,5104.75,2300.95,368.568,0.733038,120,0,0,1,0,0,0,0,0),(88319,31842,571,1,32,0,1,5103.13,3462.13,368.568,5.2709,120,0,0,1,0,0,0,0,0),(88320,31842,571,1,128,0,1,5537.48,2898.91,517.259,4.86947,120,0,0,1,0,0,0,0,0),(88334,30489,571,1,128,0,1,5369.97,2874.83,409.323,3.12414,120,0,0,1,0,0,0,0,0),(202952,34990,649,15,65535,0,0,624.135,140.84,418.296,3.15905,120,0,0,1,0,0,0,0,0),(202951,34979,649,15,1,0,0,522.882,89.1215,419.781,0.907571,120,0,0,1,0,0,0,0,0),(202950,34979,649,15,1,0,0,531.41,88.0208,418.318,1.02974,120,0,0,1,0,0,0,0,0),(202949,34979,649,15,1,0,0,536.953,77.8889,421.68,1.16937,120,0,0,1,0,0,0,0,0),(202948,34977,649,15,1,0,0,549.141,73.7396,421.622,1.36136,120,0,0,1,0,0,0,0,0),(202947,34977,649,15,1,0,0,543.734,77.8194,419.776,1.27409,120,0,0,1,0,0,0,0,0),(202946,34977,649,15,1,0,0,540.521,82.4097,418.318,1.20428,120,0,0,1,0,0,0,0,0),(202945,34975,649,15,1,0,0,599.382,82.3229,421.62,2.1293,120,0,0,1,0,0,0,0,0),(202944,34975,649,15,1,0,0,595.198,87.6302,418.318,2.1293,120,0,0,1,0,0,0,0,0),(202943,34975,649,15,1,0,0,584.934,78.7847,419.797,1.91986,120,0,0,1,0,0,0,0,0),(131742,27852,571,1,1,27137,0,5390.03,2986.35,420.02,3.9619,180,0,0,12600,0,0,0,0,0),(131743,27852,571,1,1,27137,0,5388.67,2719.09,419.795,0.244346,180,0,0,12600,0,0,0,0,0),(131744,27852,571,1,1,27137,0,4954.07,3384.55,387.608,4.79965,180,0,0,12600,0,0,0,0,0),(131745,27852,571,1,1,27137,0,4950.36,2390.4,330.928,0.261799,180,0,0,12600,0,0,0,0,0),(131746,27852,571,1,1,27137,0,4355.35,3301.58,382.833,3.59538,180,0,0,12600,0,0,0,0,0),(131747,27852,571,1,1,27137,0,4360.53,2347.42,386.68,3.94444,180,0,0,12600,0,0,0,0,0),(131749,26319,571,1,1,23973,0,4136.81,2299.97,181.641,1.80136,180,5,0,7432,7332,1,0,0,0),(131750,26319,571,1,1,23974,0,4166.32,2222.74,180.56,0.427965,180,5,0,7432,7332,1,0,0,0),(131753,27869,571,1,1,11686,0,4394.57,3294.98,372.512,2.6529,180,5,0,12600,0,1,0,0,0),(131754,27869,571,1,1,11686,0,5214.62,2995.52,406.229,3.54302,180,5,0,12600,0,1,0,0,0),(131755,27869,571,1,1,11686,0,4748.14,2877.06,380.603,3.82227,180,5,0,12600,0,1,0,0,0),(131756,27869,571,1,1,11686,0,4860.65,2023.6,396.663,3.90954,180,5,0,12600,0,1,0,0,0),(131757,27869,571,1,1,11686,0,5335.53,2706.81,409.25,4.7822,180,5,0,12600,0,1,0,0,0),(131758,27869,571,1,1,11686,0,4555.75,3479.11,364.152,2.16421,180,5,0,12600,0,1,0,0,0),(131759,27869,571,1,1,11686,0,4736.71,2418.49,358.878,6.0912,180,5,0,12600,0,1,0,0,0),(131760,27869,571,1,1,11686,0,4683.09,3824.08,355.563,4.72984,180,5,0,12600,0,1,0,0,0),(131761,27869,571,1,1,11686,0,4492.49,3336.17,359.571,3.36848,180,5,0,12600,0,1,0,0,0),(131762,27869,571,1,1,11686,0,4814.13,3304.06,366.758,1.16937,180,5,0,12600,0,1,0,0,0),(131763,27869,571,1,1,11686,0,4531.44,3584.9,396.205,4.55531,180,5,0,12600,0,1,0,0,0),(131764,27869,571,1,1,11686,0,5075.76,3445.33,356.617,3.1765,180,5,0,12600,0,1,0,0,0),(131765,27869,571,1,1,11686,0,5344.44,3095.29,399.381,3.90954,180,5,0,12600,0,1,0,0,0),(131766,27869,571,1,1,11686,0,5338.16,2981.39,409.275,5.61996,180,5,0,12600,0,1,0,0,0),(131767,27869,571,1,1,11686,0,4403.33,2349.3,375.677,5.84685,180,5,0,12600,0,1,0,0,0),(131768,27869,571,1,1,11686,0,5045.93,3016.11,368.146,1.18682,180,5,0,12600,0,1,0,0,0),(131769,27869,571,1,1,11686,0,4446.45,2820.81,402.874,1.25664,180,5,0,12600,0,1,0,0,0),(131770,27869,571,1,1,11686,0,5206.28,2683.36,404.871,6.07375,180,5,0,12600,0,1,0,0,0),(131771,27869,571,1,1,11686,0,4932.04,2440.23,320.26,3.7001,180,5,0,12600,0,1,0,0,0),(131772,27869,571,1,1,11686,0,4516.3,2087.43,395.6,4.79965,180,5,0,12600,0,1,0,0,0),(131773,27869,571,1,1,11686,0,5016.75,2733.45,373.868,0.628319,180,5,0,12600,0,1,0,0,0),(131774,27869,571,1,1,11686,0,5051.19,2849.41,393.143,6.19592,180,5,0,12600,0,1,0,0,0),(131775,27869,571,1,1,11686,0,5015.43,2588.31,355.542,4.72984,180,5,0,12600,0,1,0,0,0),(131776,27869,571,1,1,11686,0,4774.71,2045.71,425.764,4.45059,180,5,0,12600,0,1,0,0,0),(131777,27869,571,1,1,11686,0,5217.59,2842.8,409.275,1.76278,180,5,0,12600,0,1,0,0,0),(131779,27869,571,1,1,11686,0,4491.45,2326.3,366.982,0.977384,180,5,0,12600,0,1,0,0,0),(131780,27869,571,1,1,11686,0,4450,2528.82,358.381,1.93731,180,5,0,12600,0,1,0,0,0),(131781,27869,571,1,1,11686,0,4393.02,3468.74,359.109,5.55015,180,5,0,12600,0,1,0,0,0),(131782,27869,571,1,1,11686,0,4506.89,4030.26,412.728,2.60054,180,5,0,12600,0,1,0,0,0),(131783,27869,571,1,1,11686,0,5049.93,3183.56,359.338,4.24115,180,5,0,12600,0,1,0,0,0),(131784,27869,571,1,1,11686,0,4820.9,2618.3,356.102,3.01942,180,5,0,12600,0,1,0,0,0),(131785,27869,571,1,1,11686,0,4788.79,3066.96,357.116,1.72788,180,5,0,12600,0,1,0,0,0),(131786,27869,571,1,1,11686,0,4403.17,3091.06,358.722,2.6529,180,5,0,12600,0,1,0,0,0),(131787,27869,571,1,1,11686,0,4488.25,2823.86,394.4,6.26573,180,5,0,12600,0,1,0,0,0),(131789,27869,571,1,1,11686,0,4948.71,3332.18,376.96,4.90438,180,5,0,12600,0,1,0,0,0),(131790,27869,571,1,1,11686,0,5335.97,2566.22,396.156,0.017453,180,5,0,12600,0,1,0,0,0),(131791,27869,571,1,1,11686,0,4832.32,3457.11,365.287,4.67748,180,5,0,12600,0,1,0,0,0),(131792,27869,571,1,1,11686,0,5333.18,2840.28,409.323,3.22886,180,5,0,12600,0,1,0,0,0),(131793,27358,571,1,1,24584,1,4528.5,1831.23,164.019,3.5432,180,5,0,7952,7654,1,0,0,0),(131794,27358,571,1,1,24584,1,4497.34,1892.62,164.344,5.96119,180,5,0,7952,7654,1,0,0,0),(131795,27358,571,1,1,24582,1,4484.72,1737.69,175.294,4.00887,180,5,0,7952,7654,1,0,0,0),(131796,27358,571,1,1,24584,1,4491.65,1765.98,164.784,3.39187,180,5,0,7952,7654,1,0,0,0),(131797,27358,571,1,1,24584,1,4440.93,1785.24,164.22,4.72848,180,5,0,7952,7654,1,0,0,0),(131798,27362,571,1,1,21305,0,4487.06,1908.87,164.312,5.16617,180,0,0,9940,0,0,0,0,0),(131799,27362,571,1,1,21305,0,4469.5,1858.04,171.445,5.3058,180,0,0,9940,0,0,0,0,0),(131800,27362,571,1,1,21305,0,4521.47,1842.63,164.102,5.28835,180,0,0,9940,0,0,0,0,0),(131802,27362,571,1,1,21305,0,4495.59,1783.85,163.833,5.35816,180,0,0,9940,0,0,0,0,0),(131807,27363,571,1,1,24590,0,4533.83,1860.94,163.105,4.23403,180,5,0,9940,0,1,0,0,0),(131808,27363,571,1,1,24590,0,4476.18,1864.91,171.59,1.85227,180,5,0,9940,0,1,0,0,0),(131809,27363,571,1,1,24590,0,4511.34,1834.07,164.464,5.94854,180,5,0,9940,0,1,0,0,0),(131810,27363,571,1,1,24590,0,4400.53,1837.65,164.472,4.68722,180,5,0,9940,0,1,0,0,0),(131811,27363,571,1,1,24590,0,4516.73,1812.87,166.175,1.16719,180,5,0,9940,0,1,0,0,0),(131812,27363,571,1,1,24590,0,4482.67,1765.73,164.22,5.12714,180,5,0,9940,0,1,0,0,0),(131813,27363,571,1,1,24590,0,4447.82,1794.31,164.219,4.58515,180,5,0,9940,0,1,0,0,0),(131814,27369,571,1,1,13069,0,4480.68,1892.37,164.12,2.18166,180,0,0,42,0,0,0,0,0),(131815,27369,571,1,1,13069,0,4489.11,1905.5,164.348,1.29154,180,0,0,42,0,0,0,0,0),(131816,27369,571,1,1,13069,0,4526.96,1824.79,164.102,3.42085,180,0,0,42,0,0,0,0,0),(131817,27369,571,1,1,13069,0,4522.15,1840.63,164.102,4.72984,180,0,0,42,0,0,0,0,0),(131818,27369,571,1,1,13069,0,4440.99,1781.24,164.306,4.97419,180,0,0,42,0,0,0,0,0),(131819,27369,571,1,1,13069,0,4482.13,1734.64,175.377,1.23918,180,0,0,42,0,0,0,0,0),(131820,27369,571,1,1,13069,0,4415.25,1783.63,164.23,3.49066,180,0,0,42,0,0,0,0,0),(202511,33291,571,1,1,0,0,5144.4,-15.9157,347.407,0,120,0,0,12600,3994,0,0,0,0),(202510,33291,571,1,1,0,0,5132.13,-17.4115,347.405,0,120,0,0,12600,3994,0,0,0,0),(202509,33291,571,1,1,0,0,5130.16,-94.8315,347.566,0,120,0,0,12600,3994,0,0,0,0),(202508,33291,571,1,1,0,0,5123.48,-47.995,347.484,0,120,0,0,12600,3994,0,0,0,0),(131825,26606,571,1,1,25239,0,4215.91,2191.29,121.955,1.10128,180,12,0,9291,0,1,0,0,0),(131826,26606,571,1,1,25239,0,4209.23,2250.81,120.899,2.24314,180,12,0,9291,0,1,0,0,0),(131827,26606,571,1,1,25239,0,4154.71,2343.87,121.847,5.30409,180,12,0,9291,0,1,0,0,0),(131828,26606,571,1,1,25239,0,4176.3,2310.76,120.312,2.53602,180,12,0,9291,0,1,0,0,0),(131829,26606,571,1,1,25239,0,4168.37,2301.56,152.227,0.658241,180,12,0,9291,0,1,0,0,0),(131830,26606,571,1,1,25239,0,4181.26,2240.47,150.756,0.482467,180,12,0,9291,0,1,0,0,0),(131831,26607,571,1,1,23945,0,4150.3,2315,181.208,5.36456,180,5,0,9291,0,1,0,0,0),(131832,26607,571,1,1,23945,0,4182.04,2243.8,186.94,1.77331,180,5,0,9291,0,1,0,0,0),(131833,26607,571,1,1,23945,0,4185.42,2207.78,185.799,0.514792,180,5,0,9291,0,1,0,0,0),(131834,26607,571,1,1,23945,0,4193.59,2217.43,182.014,4.70134,180,5,0,9291,0,1,0,0,0),(131835,26607,571,1,1,23945,0,4172.86,2269.49,175.766,1.82817,180,5,0,9291,0,1,0,0,0),(131836,26607,571,1,1,23945,0,4187.2,2199.52,176.852,2.81381,180,5,0,9291,0,1,0,0,0),(131837,26607,571,1,1,23945,0,4201.14,2189.71,182.217,6.26378,180,5,0,9291,0,1,0,0,0),(131838,22515,571,1,1,16925,0,4860.83,2934.53,550.517,0.20944,180,0,0,4120,0,0,0,0,0),(131840,30873,571,1,256,0,0,4286.65,1904.59,355.234,4.1472,25,0,0,25200,0,0,0,0,0),(131841,30873,571,1,256,0,0,4235.15,1875.45,355.291,4.61609,25,0,0,25200,0,0,0,0,0),(131842,30873,571,1,256,0,0,4280.14,1817.92,352.042,0.25006,25,0,0,25200,0,0,0,0,0),(131843,14881,619,3,1,9829,0,514.535,-781.428,-31.5458,4.70661,3600,5,0,8,0,1,0,0,0),(131844,14881,619,3,1,14952,0,425.955,-684.893,-18.2886,0.000498,3600,5,0,8,0,1,0,0,0),(131845,14881,619,3,1,9829,0,622.817,-901.24,22.5734,0.638539,3600,5,0,8,0,1,0,0,0),(131846,14881,619,3,1,9829,0,717.712,-981.917,35.1091,1.67488,3600,5,0,8,0,1,0,0,0),(131847,14881,619,3,1,1160,0,576.669,-956.941,37.9409,3.24259,3600,5,0,8,0,1,0,0,0),(131848,14881,619,3,1,2536,0,550.063,-882.535,2.82048,3.52999,3600,5,0,8,0,1,0,0,0),(131849,14881,619,3,1,9829,0,646.811,-944.676,25.7106,2.98068,3600,5,0,8,0,1,0,0,0),(131850,14881,619,3,1,1160,0,571.817,-1037.94,38.0023,2.52415,3600,5,0,8,0,1,0,0,0),(131851,14881,619,3,1,1160,0,376.015,-1071.75,47.5291,3.50353,3600,5,0,8,0,1,0,0,0),(131852,14881,619,3,1,2536,0,606.393,-938.755,25.7046,3.51898,3600,5,0,8,0,1,0,0,0),(131853,14881,619,3,1,2536,0,563.271,-811.54,-3.14749,5.47989,3600,5,0,8,0,1,0,0,0),(131854,14881,619,3,1,14952,0,543.228,-878.515,3.39061,1.44748,3600,5,0,8,0,1,0,0,0),(131855,14881,619,3,1,2536,0,632.861,-940.161,25.7046,4.27606,3600,5,0,8,0,1,0,0,0),(131856,14881,619,3,1,2536,0,430.154,-782.118,-31.5915,5.98869,3600,5,0,8,0,1,0,0,0),(131857,14881,619,3,1,1160,0,658.318,-920.358,25.6984,2.09377,3600,5,0,8,0,1,0,0,0),(131858,14881,619,3,1,2536,0,503.383,-732.084,-30.6631,1.807,3600,5,0,8,0,1,0,0,0),(131859,2110,619,3,1,1141,0,682.18,-944.551,22.9654,2.82858,3600,5,0,1,0,1,0,0,0),(131860,2110,619,3,1,1141,0,657.181,-1019.93,22.99,0.013053,3600,5,0,1,0,1,0,0,0),(131861,2110,619,3,1,1141,0,382.875,-896.514,-80.4541,3.451,3600,5,0,1,0,1,0,0,0),(131862,2110,619,3,1,1141,0,397.943,-855.828,-71.396,5.68562,3600,5,0,1,0,1,0,0,0),(131863,2110,619,3,1,1141,0,559.732,-786.832,-2.82886,1.11701,3600,5,0,1,0,1,0,0,0),(131864,30276,619,3,1,25768,0,676.797,-956.078,23.0214,1.15192,3600,0,0,39760,16935,0,0,0,0),(131865,30276,619,3,1,25768,0,549.373,-996.795,38.0623,3.65762,3600,0,0,39760,16935,0,0,0,0),(131866,30276,619,3,1,25768,0,552.002,-878.992,22.7753,1.76278,3600,0,0,39760,16935,0,0,0,0),(131867,30276,619,3,1,25768,0,554.601,-969.085,38.0207,3.735,3600,0,0,39760,16935,0,0,0,0),(131868,30276,619,3,1,25768,0,570.095,-888.343,22.6919,1.78062,3600,0,0,39760,16935,2,0,0,0),(131869,30276,619,3,1,25768,0,648.043,-976.314,23.0243,3.9619,3600,0,0,39760,16935,0,0,0,0),(131870,30276,619,3,1,25768,0,662.854,-982.668,23.0659,1.40486,3600,0,0,39760,16935,0,0,0,0),(131871,30276,619,3,1,25768,0,614.784,-909.172,23.0243,3.36848,3600,0,0,39760,16935,0,0,0,0),(131872,30276,619,3,1,25768,0,568.593,-1008.32,38.0221,4.95674,3600,0,0,39760,16935,0,0,0,0),(131873,30277,619,3,1,27324,0,561.136,-874.495,22.7753,1.88496,3600,0,0,39760,0,0,0,0,0),(131874,30277,619,3,1,27324,0,547.366,-968.526,38.0207,5.37561,3600,0,0,39760,0,0,0,0,0),(131875,30277,619,3,1,27324,0,565.322,-884.706,22.6919,1.70515,3600,0,0,39760,0,0,0,0,0),(131876,30277,619,3,1,27324,0,642.125,-986.95,23.0243,1.0472,3600,0,0,39760,0,0,0,0,0),(131877,30277,619,3,1,27324,0,640.674,-979.232,23.0243,5.75959,3600,0,0,39760,0,0,0,0,0),(131878,30277,619,3,1,27324,0,607.831,-914.471,23.357,1.53589,3600,0,0,39760,0,0,0,0,0),(131879,30277,619,3,1,27324,0,564.51,-1015.2,38.0207,0.139626,3600,0,0,39760,0,0,0,0,0),(131880,30278,619,3,1,23821,0,674.282,-948.964,23.0618,5.72468,3600,0,0,39760,16935,0,0,0,0),(131881,30278,619,3,1,23821,0,552.862,-1002.95,38.0163,3.65757,3600,0,0,39760,16935,0,0,0,0),(131882,30278,619,3,1,23821,0,579.396,-865.658,22.7753,2.05949,3600,0,0,39760,16935,0,0,0,0),(131883,30278,619,3,1,23821,0,554.506,-976.058,38.0207,2.40855,3600,0,0,39760,16935,0,0,0,0),(131884,30278,619,3,1,23821,0,562.077,-889.648,22.6919,2.73411,3600,0,0,39760,16935,0,0,0,0),(131885,30278,619,3,1,23821,0,649.739,-983.9,23.0243,2.44346,3600,0,0,39760,16935,0,0,0,0),(131886,30278,619,3,1,23821,0,654.485,-981.266,23.0659,1.40484,3600,0,0,39760,16935,0,0,0,0),(131887,30278,619,3,1,23821,0,601.89,-910.025,22.5317,6.16101,3600,0,0,39760,16935,0,0,0,0),(131888,30278,619,3,1,23821,0,575.481,-1012.29,38.0208,3.40339,3600,0,0,39760,16935,0,0,0,0),(131889,30279,619,3,1,26775,0,500.644,-972.903,30.4218,6.27441,3600,5,0,39760,0,1,0,0,0),(131890,30279,619,3,1,26775,0,492.659,-970.68,30.3844,5.93887,3600,5,0,39760,0,1,0,0,0),(131891,30279,619,3,1,26775,0,494.97,-974.618,30.3844,0.522217,3600,5,0,39760,0,1,0,0,0),(131892,30279,619,3,1,26775,0,546.912,-975.631,38.0207,0.820305,3600,0,0,39760,0,0,0,0,0),(131893,30279,619,3,1,26775,0,485.347,-972.851,30.3844,1.02772,3600,0,0,39760,0,2,0,0,0),(131894,30279,619,3,1,26775,0,485.197,-995.705,30.6344,1.73459,3600,0,0,39760,0,2,0,0,0),(131895,30279,619,3,1,26775,0,507.441,-1044.42,30.3648,0.039618,3600,5,0,39760,0,1,0,0,0),(131896,30279,619,3,1,26775,0,510.18,-1035.43,30.3648,1.62753,3600,5,0,39760,0,1,0,0,0),(131897,30279,619,3,1,26775,0,503.646,-1032.81,30.4769,6.15522,3600,5,0,39760,0,1,0,0,0),(131898,30279,619,3,1,26775,0,609.19,-906.474,22.7032,4.43314,3600,0,0,39760,0,0,0,0,0),(131899,30279,619,3,1,26775,0,571.172,-1018.69,38.0297,1.91986,3600,0,0,39760,0,0,0,0,0),(131900,30283,619,3,1,27323,0,683.923,-949.485,23.0242,3.56047,3600,0,0,41128,0,0,0,0,0),(131901,30283,619,3,1,27323,0,548.042,-1001.61,38.0163,3.65765,3600,0,0,41128,0,2,0,0,0),(131902,30283,619,3,1,27323,0,570.196,-869.738,22.7753,2.07694,3600,0,0,41128,0,0,0,0,0),(131903,30283,619,3,1,27323,0,659.37,-977.783,23.0659,1.40485,3600,0,0,41128,0,2,0,0,0),(131904,30284,619,3,1,25012,0,591.542,-820.363,-3.14749,4.14323,3600,0,0,82256,0,2,0,0,0),(131905,30284,619,3,1,25012,0,582.363,-776.955,-3.14185,6.24547,3600,0,0,82256,0,2,0,0,0),(131906,30285,619,3,1,20090,0,556.615,-813.64,-3.14749,3.88969,3600,5,0,39760,16935,1,0,0,0),(131907,30285,619,3,1,20090,0,656.228,-726.323,18.0615,4.86947,3600,0,0,39760,16935,0,0,0,0),(131908,30285,619,3,1,20090,0,654.654,-715.001,18.0615,1.8326,3600,0,0,39760,16935,0,0,0,0),(131909,30285,619,3,1,20090,0,695.829,-786.483,18.0615,5.63741,3600,0,0,39760,16935,0,0,0,0),(131910,30285,619,3,1,20090,0,687.415,-779.416,17.7435,2.32129,3600,0,0,39760,16935,0,0,0,0),(131911,30285,619,3,1,20090,0,610.28,-846.507,-3.1682,4.12535,3600,5,0,39760,16935,1,0,0,0),(131912,30285,619,3,1,20090,0,604.273,-843.784,-3.1682,1.04962,3600,5,0,39760,16935,1,0,0,0),(131913,30286,619,3,1,26941,0,564.91,-804.506,-3.14749,1.92166,3600,5,0,39760,16935,1,0,0,0),(131914,30286,619,3,1,26941,0,561.813,-817.707,-3.14749,2.65936,3600,5,0,39760,16935,1,0,0,0),(131915,30286,619,3,1,26941,0,648.534,-719.776,17.7435,3.14159,3600,0,0,39760,16935,0,0,0,0),(131916,30286,619,3,1,26941,0,659.567,-718.731,18.0615,0.174533,3600,0,0,39760,16935,0,0,0,0),(131917,30286,619,3,1,26941,0,694.735,-780.633,18.0615,1.11701,3600,0,0,39760,16935,0,0,0,0),(131918,30286,619,3,1,26941,0,687.546,-789.064,18.0615,3.9619,3600,0,0,39760,16935,0,0,0,0),(131919,30286,619,3,1,26941,0,610.269,-851.95,-3.14868,4.14862,3600,5,0,39760,16935,1,0,0,0),(131920,30287,619,3,1,25742,0,587.486,-795.265,-3.14749,3.45675,3600,0,0,9940,0,2,0,0,0),(131921,30287,619,3,1,25742,0,583.622,-793.152,-3.14749,0.550063,3600,0,0,9940,0,0,0,0,0),(131922,30287,619,3,1,25742,0,580.922,-796.959,-3.14749,0.648112,3600,0,0,9940,0,0,0,0,0),(131923,30287,619,3,1,25742,0,586.01,-798.983,-3.14749,3.45597,3600,0,0,9940,0,0,0,0,0),(131924,30287,619,3,1,25742,0,590.566,-797.818,-3.14749,3.52964,3600,0,0,9940,0,0,0,0,0),(131925,30287,619,3,1,25742,0,621.215,-812.59,-3.22088,4.87983,3600,0,0,9940,0,0,0,0,0),(131926,30287,619,3,1,25742,0,620.548,-808.646,-3.22088,2.03488,3600,0,0,9940,0,2,0,0,0),(131927,30287,619,3,1,25742,0,617.258,-812.005,-3.22088,3.25287,3600,0,0,9940,0,0,0,0,0),(131928,30287,619,3,1,25742,0,619.436,-816.173,-3.22088,1.40835,3600,0,0,9940,0,0,0,0,0),(131929,30287,619,3,1,25742,0,624.072,-815.389,-3.09588,1.38004,3600,0,0,9940,0,0,0,0,0),(131931,30287,619,3,1,25742,0,636.669,-838.94,-3.18773,2.92866,3600,0,0,9940,0,2,0,0,0),(131932,30287,619,3,1,25742,0,641.524,-842.463,-3.21644,3.96356,3600,0,0,9940,0,0,0,0,0),(131933,30287,619,3,1,25742,0,643.261,-835.31,-3.27146,3.33469,3600,0,0,9940,0,0,0,0,0),(131934,30287,619,3,1,25742,0,641.882,-839.291,-3.24268,3.47214,3600,0,0,9940,0,0,0,0,0),(131935,30287,619,3,1,25742,0,640.357,-840.965,-3.21125,3.92149,3600,0,0,9940,0,0,0,0,0),(131936,30288,619,3,1,26922,0,812.638,-707.838,-59.5988,0.15708,3600,0,0,39760,0,0,0,0,0),(131937,30288,619,3,1,26922,0,884.342,-610.858,-59.1569,4.88692,3600,0,0,39760,0,0,0,0,0),(131938,30288,619,3,1,26922,0,905.72,-782.667,-59.1983,1.6057,3600,0,0,39760,0,0,0,0,0),(131939,30319,619,3,1,27377,1,454.281,-793.616,-31.5915,4.05385,3600,5,0,42540,14244,1,0,0,0),(131940,30319,619,3,1,27376,1,470.67,-749.512,-31.5872,2.16421,3600,0,0,42540,14244,0,0,0,0),(131942,30319,619,3,1,27374,1,412.899,-798.083,-31.5872,5.63741,3600,0,0,42540,14244,0,0,0,0),(131943,30319,619,3,1,27377,1,461.877,-762.666,-31.5644,4.69494,3600,0,0,42540,14244,0,0,0,0),(131944,30319,619,3,1,27377,1,503.475,-762.175,-31.5753,5.32325,3600,0,0,42540,14244,0,0,0,0),(131945,30329,619,3,1,26948,0,398.803,-957.258,-79.2347,4.97399,3600,5,0,82256,0,1,0,0,0),(131946,30329,619,3,1,26948,0,355.786,-935.48,-82.511,4.11964,3600,5,0,82256,0,1,0,0,0),(131947,30329,619,3,1,26948,0,424.771,-878.817,-67.3313,3.07751,3600,0,0,82256,0,2,0,0,0),(131948,30329,619,3,1,26948,0,370.372,-846.948,-72.521,4.05836,3600,5,0,82256,0,1,0,0,0),(131949,30329,619,3,1,26948,0,338.21,-822.239,-71.9786,5.9517,3600,5,0,82256,0,1,0,0,0),(131950,30329,619,3,1,26948,0,452.922,-880.665,-57.3857,3.2656,3600,0,0,82256,0,2,0,0,0),(131951,29308,619,3,1,27406,1,528.734,-845.998,42.0351,0.680678,86400,0,0,212700,71220,0,0,0,0),(131952,29309,619,3,1,27407,0,679.892,-905.467,25.6978,3.66519,86400,0,0,180795,71220,0,0,0,0),(131953,29310,619,3,1,26777,1,372.331,-705.278,-0.624178,5.42797,86400,0,0,212700,71220,0,0,0,0),(131954,30338,619,3,1,28078,0,627.383,-1044.15,23.1295,0.692266,3600,2,0,125,0,1,0,0,0),(131955,30338,619,3,1,28078,0,622.386,-1038.28,23.0045,2.35097,3600,2,0,125,0,1,0,0,0),(131956,30338,619,3,1,28078,0,635.547,-1035.3,23.0197,2.62105,3600,2,0,125,0,1,0,0,0),(131957,30338,619,3,1,28078,0,627.6,-1035.9,23.0045,4.24176,3600,2,0,125,0,1,0,0,0),(131958,30338,619,3,1,28078,0,717.859,-993.357,35.3067,2.37961,3600,2,0,125,0,1,0,0,0),(131959,30338,619,3,1,28078,0,711.244,-992.959,35.1091,5.96783,3600,2,0,125,0,1,0,0,0),(131960,30338,619,3,1,28078,0,723.898,-987.771,35.1091,5.72801,3600,2,0,125,0,1,0,0,0),(131961,30338,619,3,1,28078,0,714.637,-989.776,35.3067,4.56924,3600,2,0,125,0,1,0,0,0),(131962,30338,619,3,1,28078,0,717.85,-987.11,35.1486,0.268717,3600,2,0,125,0,1,0,0,0),(131963,30338,619,3,1,28078,0,728.479,-990.97,35.431,0.322014,3600,2,0,125,0,1,0,0,0),(131964,30338,619,3,1,28078,0,720.512,-984.252,35.2449,0.068019,3600,2,0,125,0,1,0,0,0),(131965,30338,619,3,1,28078,0,713.385,-993.897,35.1091,2.97026,3600,2,0,125,0,1,0,0,0),(131966,30338,619,3,1,28078,0,562.429,-1044.44,37.9592,4.8398,3600,2,0,125,0,1,0,0,0),(131967,30338,619,3,1,28078,0,572.197,-1043.34,38.0023,1.91378,3600,2,0,125,0,1,0,0,0),(131968,30338,619,3,1,28078,0,555.282,-1042.77,37.9592,4.55633,3600,2,0,125,0,1,0,0,0),(131969,30338,619,3,1,28078,0,574.538,-1038.88,38.0023,3.55818,3600,2,0,125,0,1,0,0,0),(131970,30338,619,3,1,28078,0,567.329,-1039.17,38.0023,1.868,3600,2,0,125,0,1,0,0,0),(131971,30338,619,3,1,28078,0,563.548,-1035.69,37.9592,1.09807,3600,2,0,125,0,1,0,0,0),(131972,30338,619,3,1,28078,0,531.314,-970.948,38.0646,5.55894,3600,2,0,125,0,1,0,0,0),(131973,30338,619,3,1,28078,0,523.693,-967.558,38.0646,2.35176,3600,2,0,125,0,1,0,0,0),(131974,30338,619,3,1,28078,0,527.292,-963.393,38.0576,4.66323,3600,2,0,125,0,1,0,0,0),(131975,30338,619,3,1,28078,0,526.117,-959.124,38.1826,3.93673,3600,2,0,125,0,1,0,0,0),(131976,30338,619,3,1,28078,0,530.821,-956.65,38.5576,3.01339,3600,2,0,125,0,1,0,0,0),(131977,30338,619,3,1,28078,0,531.143,-964.993,38.0576,0.501859,3600,2,0,125,0,1,0,0,0),(131978,30338,619,3,1,28078,0,625.424,-937.035,25.7046,3.52468,3600,2,0,125,0,1,0,0,0),(131979,30338,619,3,1,28078,0,621.713,-938.53,25.7046,3.52468,3600,2,0,125,0,1,0,0,0),(131980,30338,619,3,1,28078,0,625.699,-941.025,25.7046,3.5247,3600,2,0,125,0,1,0,0,0),(131981,30338,619,3,1,28078,0,629.304,-938.006,25.7046,3.52476,3600,2,0,125,0,1,0,0,0),(131982,30338,619,3,1,28078,0,627.546,-933.645,25.7046,3.52482,3600,2,0,125,0,1,0,0,0),(131983,30338,619,3,1,28078,0,622.855,-933.969,25.7046,3.52476,3600,2,0,125,0,1,0,0,0),(131984,30338,619,3,1,28078,0,577.825,-962.38,38.0659,3.4076,3600,2,0,125,0,1,0,0,0),(131985,30338,619,3,1,28078,0,581.279,-956.482,38.1909,1.69402,3600,2,0,125,0,1,0,0,0),(131986,30338,619,3,1,28078,0,577.597,-953.184,37.9409,3.92597,3600,2,0,125,0,1,0,0,0),(131987,30338,619,3,1,28078,0,577.141,-955.67,37.9409,0.388135,3600,2,0,125,0,1,0,0,0),(131988,30338,619,3,1,28078,0,573.234,-974.115,37.9895,3.2505,3600,2,0,125,0,1,0,0,0),(131989,30338,619,3,1,28078,0,572.962,-967.85,37.9895,2.96054,3600,2,0,125,0,1,0,0,0),(131990,30111,619,3,1,27389,1,465.885,-738.526,-31.5872,5.23599,3600,0,0,41128,24262,0,0,0,0),(131991,30111,619,3,1,27388,1,462.744,-743.638,-31.5872,0.087266,3600,0,0,41128,24262,0,0,0,0),(131993,30111,619,3,1,27386,1,421.263,-805.012,-31.5872,2.40855,3600,0,0,41128,24262,0,0,0,0),(131994,30111,619,3,1,27387,1,420.44,-798.672,-31.5872,3.90954,3600,0,0,41128,24262,0,0,0,0),(131995,30111,619,3,1,27387,1,460.758,-769.003,-31.5692,1.36136,3600,0,0,41128,24262,0,0,0,0),(131996,30111,619,3,1,27388,1,509.208,-763.54,-31.5714,4.03171,3600,0,0,41128,24262,0,0,0,0),(247157,37230,631,15,1,0,0,-436.92,2344.8,285,2.72714,604800,0,0,5392400,41690,0,0,0,0),(133966,36971,673,15,1,0,0,-26.8348,13.4803,34.6954,5.3058,604800,0,0,1,0,0,0,0,0),(247150,36811,631,10,1,0,1,-601.172,2193.04,49.4767,2.83136,86400,0,0,1,0,0,0,0,0),(132012,30413,619,3,1,28134,0,467.206,-744.009,-27.8525,6.07375,3600,0,0,10282,0,0,0,0,0),(132013,30413,619,3,1,28134,0,417.165,-801.344,-28.5529,0.034907,3600,0,0,10282,0,0,0,0,0),(132014,30416,619,3,1,2172,0,451.275,-721.813,-31.5872,2.61799,3600,0,0,41128,27728,0,0,0,0),(132015,30416,619,3,1,2172,0,407.94,-782.046,-31.5872,2.51327,3600,0,0,41128,27728,0,0,0,0),(132019,30418,619,3,1,8714,0,444.304,-726.419,-31.5872,2.30383,3600,0,0,42540,28488,0,0,0,0),(132020,30418,619,3,1,8714,0,410.628,-776.034,-31.5872,3.19395,3600,0,0,42540,28488,0,0,0,0),(132024,30419,619,3,1,525,0,454.202,-713.727,-31.5872,2.93215,3600,0,0,41128,27728,0,0,0,0),(132025,30419,619,3,1,525,0,401.479,-785.441,-31.5872,1.53589,3600,0,0,41128,27728,0,0,0,0),(132026,30172,619,3,1,26831,0,635.849,-921.755,25.6978,3.9619,3600,0,0,8982,0,0,0,0,0),(132027,30172,619,3,1,26831,0,614.451,-926.766,25.9464,5.96903,3600,0,0,8982,0,0,0,0,0),(132028,30172,619,3,1,26831,0,620.612,-926.941,25.6751,1.0821,3600,0,0,8982,0,0,0,0,0),(132029,30172,619,3,1,26831,0,624.466,-956.997,25.9642,4.5204,3600,0,0,8982,0,0,0,0,0),(132030,30172,619,3,1,26831,0,616.137,-961.899,26.2742,5.84685,3600,0,0,8982,0,0,0,0,0),(132031,30172,619,3,1,26831,0,623.437,-920.424,25.8338,2.79253,3600,0,0,8982,0,0,0,0,0),(132032,30172,619,3,1,26831,0,598.464,-952.446,25.925,4.53786,3600,0,0,8982,0,0,0,0,0),(132033,30172,619,3,1,26831,0,601.475,-946.857,25.6979,5.21853,3600,0,0,8982,0,0,0,0,0),(132034,30172,619,3,1,26831,0,604.816,-942.866,25.6979,0.20944,3600,0,0,8982,0,0,0,0,0),(132035,30172,619,3,1,26831,0,640.425,-919.544,25.8701,2.56563,3600,0,0,8982,0,0,0,0,0),(132036,30172,619,3,1,26831,0,655.891,-930.445,25.6978,3.64774,3600,0,0,8982,0,0,0,0,0),(132037,30172,619,3,1,26831,0,654.068,-936.902,26.3324,2.3911,3600,0,0,8982,0,0,0,0,0),(132038,30172,619,3,1,26831,0,659.091,-905.101,25.7001,0.593412,3600,0,0,8982,0,0,0,0,0),(132039,30172,619,3,1,26831,0,690.156,-902.852,25.6978,3.82227,3600,0,0,8982,0,0,0,0,0),(132040,30172,619,3,1,26831,0,690.511,-915.51,25.7469,5.37561,3600,0,0,8982,0,0,0,0,0),(132041,30172,619,3,1,26831,0,690.387,-911.725,25.6978,0.20944,3600,0,0,8982,0,0,0,0,0),(132042,30172,619,3,1,26831,0,652.94,-933.007,26.1237,2.60054,3600,0,0,8982,0,0,0,0,0),(132043,30172,619,3,1,26831,0,663.404,-932.337,25.6978,5.20108,3600,0,0,8982,0,0,0,0,0),(132044,30172,619,3,1,26831,0,665.358,-905.067,26.0006,0.523599,3600,0,0,8982,0,0,0,0,0),(132045,30172,619,3,1,26831,0,660.198,-930.256,25.6978,0.523599,3600,0,0,8982,0,0,0,0,0),(132046,30173,619,3,1,26828,0,661.549,-901.414,26.0168,4.90438,3600,0,0,8982,0,0,0,0,0),(132047,30173,619,3,1,26828,0,617.605,-923.042,25.7618,0,3600,0,0,8982,0,0,0,0,0),(132048,30173,619,3,1,26828,0,658.677,-934.332,25.6978,3.03687,3600,0,0,8982,0,0,0,0,0),(132049,30173,619,3,1,26828,0,691.115,-907.617,25.6978,3.24631,3600,0,0,8982,0,0,0,0,0),(132050,30173,619,3,1,26828,0,619.361,-957.565,25.8974,5.46288,3600,0,0,8982,0,0,0,0,0),(132052,30179,619,3,1,27369,1,451.908,-791.78,-31.5915,4.05384,3600,0,0,41128,27728,2,0,0,0),(132053,30179,619,3,1,27372,1,473.248,-741.331,-31.5872,3.63029,3600,0,0,41128,27728,0,0,0,0),(132054,30179,619,3,1,27371,1,445.545,-717.529,-27.7433,5.44543,3600,0,0,41128,27728,0,0,0,0),(132056,30179,619,3,1,27369,1,414.748,-805.35,-31.5872,0.959931,3600,0,0,41128,27728,0,0,0,0),(132057,30179,619,3,1,27371,1,465.417,-765.786,-31.5872,3.00197,3600,0,0,41128,27728,0,0,0,0),(132058,30179,619,3,1,27372,1,402.304,-777.606,-28.8931,5.58505,3600,0,0,41128,27728,0,0,0,0),(132059,30179,619,3,1,27372,1,510.705,-750.757,-31.5455,0.645683,3600,5,0,41128,27728,1,0,0,0),(132060,30179,619,3,1,27371,1,501.672,-769.945,-31.5714,0.575959,3600,0,0,41128,27728,0,0,0,0),(1971026,27737,595,3,1,0,0,2462.13,1430.65,131.194,1.59537,300,10,0,630,0,1,0,0,0),(1971025,27737,595,3,1,0,0,2460.37,1423.45,130.95,0.173799,300,10,0,630,0,1,0,0,0),(132073,4076,619,3,1,2177,0,340.909,-820.506,-71.4495,5.91615,3600,5,0,8,0,1,0,0,0),(132074,4076,619,3,1,2177,0,467.698,-752.191,-31.5455,2.1773,3600,5,0,8,0,1,0,0,0),(132075,4076,619,3,1,2177,0,433.615,-1051.15,27.7592,4.65729,3600,5,0,8,0,1,0,0,0),(132076,4076,619,3,1,2177,0,402.604,-795.148,-31.4665,1.5708,3600,5,0,8,0,1,0,0,0),(132077,4076,619,3,1,2177,0,482.541,-1040.36,30.9033,2.76072,3600,5,0,8,0,1,0,0,0),(132078,4076,619,3,1,2177,0,423.646,-816.775,-31.6675,4.4396,3600,5,0,8,0,1,0,0,0),(132079,4076,619,3,1,2177,0,655.754,-822.67,-2.61559,2.66961,3600,5,0,8,0,1,0,0,0),(132080,4076,619,3,1,2177,0,356.207,-953.788,-80.386,0.385956,3600,5,0,8,0,1,0,0,0),(132081,4076,619,3,1,2177,0,494.039,-772.993,-31.5815,1.66251,3600,5,0,8,0,1,0,0,0),(132082,4076,619,3,1,2177,0,587.393,-769.615,-3.02249,2.27229,3600,5,0,8,0,1,0,0,0),(132083,4076,619,3,1,2177,0,570.682,-983.892,37.9895,2.15993,3600,5,0,8,0,1,0,0,0),(132084,4076,619,3,1,2177,0,500.694,-988.415,30.4396,4.81708,3600,5,0,8,0,1,0,0,0),(132085,4076,619,3,1,2177,0,570.172,-913.635,22.8797,3.05559,3600,5,0,8,0,1,0,0,0),(132086,4076,619,3,1,2177,0,460.664,-853.086,-35.1798,6.06473,3600,5,0,8,0,1,0,0,0),(132087,4076,619,3,1,2177,0,520.012,-1012.43,37.9769,4.53268,3600,5,0,8,0,1,0,0,0),(132214,29340,601,3,1,26193,0,530.819,557.362,275.977,0.087266,3600,0,0,2402,0,0,0,0,0),(132215,29340,601,3,1,26193,0,539.378,551.375,276.031,2.9147,3600,0,0,2402,0,0,0,0,0),(132216,29340,601,3,1,26193,0,522.612,464.175,289.655,0.733038,3600,0,0,2402,0,0,0,0,0),(132217,29340,601,3,1,26193,0,539.685,547.781,276.083,3.54302,3600,0,0,2402,0,0,0,0,0),(132218,29340,601,3,1,26193,0,533.008,552.397,275.886,3.03687,3600,0,0,2402,0,0,0,0,0),(132219,29340,601,3,1,26193,0,536.677,486.618,289.84,1.09028,3600,0,0,2402,0,0,0,0,0),(132220,29340,601,3,1,26193,0,552.529,471.214,289.621,1.6119,3600,0,0,2402,0,0,0,0,0),(132221,29340,601,3,1,26193,0,536.931,490.97,289.578,4.53572,3600,0,0,2402,0,0,0,0,0),(132222,29340,601,3,1,26193,0,518.838,550.358,276.305,1.48353,3600,5,0,2402,0,1,0,0,0),(132223,29340,601,3,1,26193,0,527.154,545.653,276.065,3.27724,3600,0,0,2402,0,0,0,0,0),(132224,29340,601,3,1,26193,0,530.546,550.264,275.979,0.872665,3600,0,0,2402,0,0,0,0,0),(132225,29340,601,3,1,26193,0,534.618,552.379,275.887,3.05433,3600,0,0,2402,0,0,0,0,0),(132226,29340,601,3,1,26193,0,543.511,548.144,276.198,2.46091,3600,0,0,2402,0,0,0,0,0),(132227,29340,601,3,1,26193,0,540.039,511.042,289.589,5.80104,3600,0,0,2402,0,0,0,0,0),(132228,29340,601,3,1,26193,0,536.865,547.932,276.021,3.22886,3600,0,0,2402,0,0,0,0,0),(132229,29340,601,3,1,26193,0,530.838,450.465,287.923,6.16101,3600,0,0,2402,0,0,0,0,0),(132230,29340,601,3,1,26193,0,540.348,540.27,276.245,2.49582,3600,0,0,2402,0,0,0,0,0),(132231,29340,601,3,1,26193,0,533.175,543.842,276.118,4.08407,3600,0,0,2402,0,0,0,0,0),(132273,29120,601,3,1,27856,0,551.018,248.278,223.972,1.5708,86400,0,0,205640,0,0,0,0,0),(132274,29128,601,3,1,26194,0,558.343,340.776,240.899,1.65806,3600,0,0,102820,0,0,0,0,0),(132275,29128,601,3,1,26194,0,542.003,341.413,240.899,1.48353,3600,0,0,102820,0,0,0,0,0),(132298,29311,619,3,1,27408,0,519.913,-441.813,26.4394,4.72984,86400,0,0,265875,0,0,0,0,0),(132299,30414,619,3,1,28007,0,524.039,-552.103,26.7226,4.69494,3600,0,0,85080,0,0,0,0,0),(132300,30414,619,3,1,28007,0,530.168,-531.79,26.356,0.860215,3600,0,0,85080,0,2,0,0,0),(132301,30414,619,3,1,28007,0,482.993,-501.4,26.356,2.3624,3600,0,0,85080,0,2,0,0,0),(132302,31253,616,3,1,27401,0,754.362,1301.61,266.171,4.24115,3600,0,0,3052,0,0,0,0,0),(1972016,38172,668,3,1,0,0,5279.65,2004.66,707.778,0.069813,86400,0,0,132300,39940,0,0,0,0),(1972015,38172,668,3,1,0,0,5275.08,2008.72,707.778,6.21337,86400,0,0,132300,39940,0,0,0,0),(1972024,37068,668,3,1,0,0,5382.04,2134.82,716.4,5.75,86400,0,0,100800,0,0,0,0,0),(1972014,38172,668,3,1,0,0,5309.58,2042.67,707.778,4.69494,86400,0,0,132300,39940,0,0,0,0),(1972013,38172,668,3,1,0,0,5312.75,2037.12,707.778,4.59022,86400,0,0,132300,39940,0,0,0,0),(1972023,37068,668,3,1,0,0,5414.4,2080.31,716.4,1.57,86400,0,0,100800,0,0,0,0,0),(132313,28859,616,3,1,26752,0,747.61,1393.43,295.972,3.03832,604800,0,0,6972500,212900,7,0,320,8),(1972022,37068,668,3,1,0,0,5412.99,2152.55,716.4,4.71,86400,0,0,100800,0,0,0,0,0),(1971136,22517,616,3,1,16925,0,754.395,1301.27,266.254,1.0821,3600,0,0,4120,0,0,0,0,0),(1971024,27737,595,3,1,0,0,2452.45,1421.36,130.407,0.95527,300,10,0,630,0,1,0,0,0),(1971023,27737,595,3,1,0,0,2453.15,1415.24,129.688,2.73812,300,10,0,630,0,1,0,0,0),(1971022,27737,595,3,1,0,0,2460.55,1413.74,130.482,3.33895,300,10,0,630,0,1,0,0,0),(1971021,27737,595,3,1,0,0,2467.14,1417.2,131.253,1.35975,300,10,0,630,0,1,0,0,0),(1971020,27737,595,3,1,0,0,2465.75,1410.3,130.667,6.06821,300,10,0,630,0,1,0,0,0),(1971019,27737,595,3,1,0,0,2458.76,1406.85,130.4,1.92917,300,10,0,630,0,1,0,0,0),(1971018,27737,595,3,1,0,0,2461.39,1403.39,130.436,3.62563,300,10,0,630,0,1,0,0,0),(1971017,27737,595,3,1,0,0,2471.85,1405.64,130.779,1.74067,300,10,0,630,0,1,0,0,0),(1971016,27737,595,3,1,0,0,2468.39,1393.1,130.084,3.72774,300,10,0,630,0,1,0,0,0),(1971015,27737,595,3,1,0,0,2474.01,1396.43,130.071,3.33896,300,10,0,630,0,1,0,0,0),(1971014,27737,595,3,1,0,0,2480.25,1399.75,130.425,3.86125,300,10,0,630,0,1,0,0,0),(1971013,27737,595,3,1,0,0,2486.29,1404.72,131.51,2.0784,300,10,0,630,0,1,0,0,0),(1971012,27737,595,3,1,0,0,2486.62,1397.4,130.83,1.26551,300,10,0,630,0,1,0,0,0),(1971011,27737,595,3,1,0,0,2489.13,1392.53,130.93,2.80096,300,10,0,630,0,1,0,0,0),(1971010,27737,595,3,1,0,0,2496.36,1389.2,131.202,0.48404,300,10,0,630,0,1,0,0,0),(1971009,27737,595,3,1,0,0,2489.98,1388.21,130.595,0.0088737,300,10,0,630,0,1,0,0,0),(1971008,27737,595,3,1,0,0,2482.45,1389.63,130.066,5.91507,300,10,0,630,0,1,0,0,0),(1971007,27737,595,3,1,0,0,2476.29,1390.39,129.554,0.31518,300,10,0,630,0,1,0,0,0),(1971006,27737,595,3,1,0,0,2469.49,1387.95,129.52,2.69494,300,10,0,630,0,1,0,0,0),(1971005,27737,595,3,1,0,0,2476.38,1383.89,129.221,2.03128,300,10,0,630,0,1,0,0,0),(1971004,27737,595,3,1,0,0,2479.89,1377.35,129.53,2.59284,300,10,0,630,0,1,0,0,0),(1971003,27737,595,3,1,0,0,2487.27,1377.97,130.233,3.51175,300,10,0,630,0,1,0,0,0),(1971002,27737,595,3,1,0,0,2493.17,1380.23,130.243,1.50506,300,10,0,630,0,1,0,0,0),(1971001,27737,595,3,1,0,0,2492.14,1372.13,130.524,0.939572,300,10,0,630,0,1,0,0,0),(1971000,27737,595,3,1,0,0,2488.63,1365.61,130.433,5.76584,300,10,0,630,0,1,0,0,0),(1970999,27737,595,3,1,0,0,2482.56,1367.24,129.754,0.110976,300,10,0,630,0,1,0,0,0),(1970998,27737,595,3,1,0,0,2476.15,1366.46,130.075,3.35074,300,10,0,630,0,1,0,0,0),(1970996,27729,595,3,1,0,0,2450.87,1426.94,130.925,5.37314,300,15,0,50400,0,1,0,0,0),(1970997,27737,595,3,1,0,0,2488.33,1359.83,131.098,5.75014,300,10,0,630,0,1,0,0,0),(1970995,27731,595,3,1,0,0,2411.01,1421.04,130.829,0.205226,300,0,0,15750,7988,0,0,0,0),(1970994,27731,595,3,1,0,0,2412.07,1416.05,130.482,0.209151,300,0,0,15750,7988,0,0,0,0),(1970991,28249,595,3,1,0,0,2472.04,1397.58,130.096,5.04721,300,0,0,50400,0,2,0,0,0),(1970992,27729,595,3,1,0,0,2478.84,1387.03,129.699,5.10611,300,15,0,50400,0,1,0,0,0),(1970993,27731,595,3,1,0,0,2411.54,1418.62,130.614,0.169881,300,0,0,15750,7988,0,0,0,0),(1970990,27734,595,3,1,0,0,2474.91,1399.09,130.32,5.06684,300,0,0,50400,0,2,0,0,0),(1970989,28201,595,3,1,0,0,2493.34,1365.08,130.853,2.02342,300,0,0,104264,0,2,0,0,0),(1970988,27729,595,3,1,0,0,2495.47,1367.51,130.708,4.76446,300,15,0,50400,0,1,0,0,0),(1970987,27737,595,3,1,0,0,2526.56,1294.18,130.824,1.54276,300,10,0,630,0,1,0,0,0),(1970986,27737,595,3,1,0,0,2525.6,1289.27,129.805,1.58046,300,10,0,630,0,1,0,0,0),(1970985,27737,595,3,1,0,0,2525.02,1283.82,128.926,0.606562,300,10,0,630,0,1,0,0,0),(1970984,27737,595,3,1,0,0,2521.05,1281.06,128.838,0.123542,300,10,0,630,0,1,0,0,0),(1970983,27737,595,3,1,0,0,2515.23,1278.16,128.676,5.03228,300,10,0,630,0,1,0,0,0),(1970982,27737,595,3,1,0,0,2513.27,1284.17,130.107,3.33975,300,10,0,630,0,1,0,0,0),(1970981,27737,595,3,1,0,0,2519.84,1286.24,129.577,5.51923,300,10,0,630,0,1,0,0,0),(1970980,27737,595,3,1,0,0,2515.2,1290.37,130.492,3.99556,300,10,0,630,0,1,0,0,0),(1970979,27737,595,3,1,0,0,2521.89,1293.22,130.479,2.93134,300,10,0,630,0,1,0,0,0),(1970978,27737,595,3,1,0,0,2529.77,1288.14,129.429,2.47581,300,10,0,630,0,1,0,0,0),(1970977,27737,595,3,1,0,0,2536.65,1279.34,127.852,5.29146,300,10,0,630,0,1,0,0,0),(1970976,27737,595,3,1,0,0,2530.87,1281.67,128.368,0.716519,300,10,0,630,0,1,0,0,0),(1970975,27737,595,3,1,0,0,2527.18,1276.69,127.995,2.22056,300,10,0,630,0,1,0,0,0),(1970974,27737,595,3,1,0,0,2533.27,1276.35,127.571,2.31481,300,10,0,630,0,1,0,0,0),(1970973,27737,595,3,1,0,0,2536.1,1264.13,126.581,4.33721,300,10,0,630,0,1,0,0,0),(1970972,27737,595,3,1,0,0,2539.89,1269.84,126.773,0.0253715,300,10,0,630,0,1,0,0,0),(1970971,27737,595,3,1,0,0,2533.84,1269.37,126.969,5.58128,300,10,0,630,0,1,0,0,0),(1970970,27737,595,3,1,0,0,2526.09,1272.48,128.156,2.43968,300,10,0,630,0,1,0,0,0),(1970969,27737,595,3,1,0,0,2531.93,1260.3,127.99,2.58106,300,10,0,630,0,1,0,0,0),(1970968,27737,595,3,1,0,0,2538.92,1258.51,126.381,2.4279,300,10,0,630,0,1,0,0,0),(1970967,27737,595,3,1,0,0,2545.75,1254.85,126.265,0.193446,300,10,0,630,0,1,0,0,0),(1970966,27737,595,3,1,0,0,2538.26,1251.04,126.644,2.89522,300,10,0,630,0,1,0,0,0),(1970965,27737,595,3,1,0,0,2550.58,1248.31,125.43,1.32442,300,10,0,630,0,1,0,0,0),(1970964,27737,595,3,1,0,0,2544.74,1240.48,126.089,5.93078,300,10,0,630,0,1,0,0,0),(1970963,27737,595,3,1,0,0,2541.2,1241.22,126.496,1.8899,300,10,0,630,0,1,0,0,0),(1970962,27737,595,3,1,0,0,2543.39,1235.14,126.58,3.24864,300,10,0,630,0,1,0,0,0),(1970961,27737,595,3,1,0,0,2549.28,1239.73,125.591,2.23941,300,10,0,630,0,1,0,0,0),(1970960,27737,595,3,1,0,0,2554.92,1228.96,125.521,0.0991967,300,10,0,630,0,1,0,0,0),(1970959,27737,595,3,1,0,0,2549.22,1227.05,126.336,2.17265,300,10,0,630,0,1,0,0,0),(1970958,27737,595,3,1,0,0,2559.3,1220.38,125.361,1.26551,300,10,0,630,0,1,0,0,0),(1970957,27737,595,3,1,0,0,2555.21,1211.75,126.482,2.29438,300,10,0,630,0,1,0,0,0),(1970956,27737,595,3,1,0,0,2565.35,1211.83,125.289,0.613631,300,10,0,630,0,1,0,0,0),(1970955,27737,595,3,1,0,0,2561.41,1208.01,125.574,0.0991955,300,10,0,630,0,1,0,0,0),(1970954,27737,595,3,1,0,0,2556.33,1204.01,126.818,2.09018,300,10,0,630,0,1,0,0,0),(1970953,27737,595,3,1,0,0,2563.6,1200.72,125.797,0.00494862,300,10,0,630,0,1,0,0,0),(1970952,27737,595,3,1,0,0,2560.76,1194.61,126.245,2.89129,300,10,0,630,0,1,0,0,0),(1970951,27737,595,3,1,0,0,2568.27,1192.61,125.714,1.29693,300,10,0,630,0,1,0,0,0),(1970950,27737,595,3,1,0,0,2565.92,1184.99,126.055,6.17425,300,10,0,630,0,1,0,0,0),(1970949,27737,595,3,1,0,0,2559.99,1185.87,126.628,2.208,300,10,0,630,0,1,0,0,0),(1970948,27737,595,3,1,0,0,2563.94,1179.02,126.489,3.24865,300,10,0,630,0,1,0,0,0),(1970947,27737,595,3,1,0,0,2572.79,1177.92,125.811,1.3794,300,10,0,630,0,1,0,0,0),(1970946,27737,595,3,1,0,0,2567.34,1170.58,126.65,0.531168,300,10,0,630,0,1,0,0,0),(1970944,27729,595,3,1,0,0,2556.66,1226.42,125.497,4.95689,300,15,0,50400,0,1,0,0,0),(1970945,27737,595,3,1,0,0,2562.06,1168.8,127.386,4.9883,300,10,0,630,0,1,0,0,0),(1970943,27729,595,3,1,0,0,2519.61,1276.18,128.35,5.88365,300,15,0,50400,0,1,0,0,0),(1970942,27729,595,3,1,0,0,2543.83,1262.88,126.416,2.69493,300,15,0,50400,0,1,0,0,0),(1970941,27736,595,3,1,0,0,2543.11,1250.87,126.102,1.98415,300,0,0,104264,0,2,0,0,0),(1970939,30996,595,3,1,0,0,1628.98,812.142,120.689,0.436332,180,0,0,1,0,0,0,0,0),(1970940,27737,595,3,1,0,0,2569.89,1134.58,127.375,4.59008,300,10,0,630,0,1,0,0,0),(1970938,30996,595,3,1,0,0,1629.68,731.367,112.847,-0.837757,180,0,0,1,0,0,0,0,0),(1970937,30996,595,3,1,0,0,1674.39,872.307,120.394,-1.11701,180,0,0,1,0,0,0,0,0),(1970936,30996,595,3,1,0,0,1579.42,621.446,99.7329,2.9845,180,0,0,1,0,0,0,0,0),(1970934,30574,595,3,1,0,0,1567.12,623.307,99.8189,4.39823,300,0,0,8982,0,0,0,0,0),(1970935,26499,595,3,1,0,1,1920.87,1287.12,142.935,6.25562,43200,0,0,44100,7988,0,0,0,0),(1970933,30573,595,3,1,0,0,1565.26,624.379,99.8634,4.2237,300,0,0,8982,0,0,0,0,0),(1970932,30571,595,3,1,0,0,1553.37,578.078,99.7624,5.83105,300,0,0,8982,0,0,0,0,0),(1970931,30570,595,3,1,0,0,2146.79,1257.33,134.643,1.01229,300,0,0,8982,0,0,0,0,0),(1970930,27752,595,3,1,0,0,1877.77,1297.02,145.566,4.62512,300,0,0,10080,8814,0,0,0,0),(1970928,27752,595,3,1,0,0,1873.69,1296.88,145.797,4.72984,300,0,0,10080,8814,0,0,0,0),(1970929,27752,595,3,1,0,0,1881.72,1297.07,145.265,4.55531,300,0,0,10080,8814,0,0,0,0),(1970927,30565,595,3,1,0,0,1554.14,572.686,107.559,1.09956,300,0,0,8982,0,0,0,0,0),(1970925,27747,595,3,1,0,1,2037.59,1281.81,143.666,1.48353,300,0,0,10080,8814,0,0,0,0),(1970926,27747,595,3,1,0,1,1868.76,1268.27,144.655,1.53589,300,0,0,10080,8814,0,0,0,0),(1970924,27747,595,3,1,0,1,2037.91,1293.03,143.499,4.72984,300,0,0,10080,8814,0,0,0,0),(202592,32780,624,3,1,0,0,-231.521,-113.094,125.046,0,604800,0,0,1,0,0,0,0,0),(202591,32353,624,3,1,0,0,-234.373,-92.7438,102.949,0.698252,604800,0,0,1,0,2,0,0,0),(202590,32353,624,3,1,0,0,-341.243,-103.355,104.2,3.21258,604800,0,0,1,0,2,0,0,0),(202589,32353,624,3,1,0,0,-91.2517,-103.99,103.542,3.19395,604800,0,0,1,0,0,0,0,0),(202588,31125,624,3,1,0,0,138.885,-101.531,91.401,3.12414,604800,0,0,1,0,0,0,0,0),(98849,6491,0,1,4294967295,0,0,2364.37,-5778.2,151.368,0.890498,60,0,0,4120,0,0,0,0,0),(98855,6491,571,1,4294967295,0,0,6358.47,5642.39,70.203,3.38415,60,0,0,4120,0,0,0,0,0),(98857,6491,571,1,4294967295,0,0,5047.8,-641.567,225.005,3.39593,60,0,0,4120,0,0,0,0,0),(98912,6491,571,1,4294967295,0,0,6068.46,94.7759,370.063,5.43011,60,0,0,4120,0,0,0,0,0),(98913,6491,571,1,4294967295,0,0,7078.75,-136.491,784.697,5.3555,60,0,0,4120,0,0,0,0,0),(99069,6491,571,1,4294967295,0,0,9025.66,-1178.57,1060.08,1.89189,60,0,0,4120,0,0,0,0,0),(99145,6491,571,1,4294967295,0,0,7917.5,-2461.01,1139.45,1.86518,60,0,0,4120,0,0,0,0,0),(99191,6491,571,1,4294967295,0,0,8094.67,-995.262,938.172,0.0501271,60,0,0,4120,0,0,0,0,0),(99199,6491,571,1,4294967295,0,0,7463.12,-3326.36,899.719,1.72146,60,0,0,4120,0,0,0,0,0),(99229,6491,571,1,4294967295,0,0,5882.39,660.024,169.925,1.69397,60,0,0,4120,0,0,0,0,0),(99231,6491,571,1,4294967295,0,0,5590.8,-588.952,190.773,5.54634,60,0,0,4120,0,0,0,0,0),(99604,6491,571,1,4294967295,0,0,3417.93,-1280.81,126.479,6.08827,60,0,0,4120,0,0,0,0,0),(99683,6491,571,1,4294967295,0,0,8191.89,2864.67,604.545,3.50824,60,0,0,4120,0,0,0,0,0),(99684,6491,571,1,4294967295,0,0,7229.77,2165.42,566.506,5.4521,60,0,0,4120,0,0,0,0,0),(99772,6491,571,1,4294967295,0,0,7889.04,726.715,519.2,4.27008,60,0,0,4120,0,0,0,0,0),(99775,6491,571,1,4294967295,0,0,4415.82,-1980.7,158.165,6.07256,60,0,0,4120,0,0,0,0,0),(99776,6491,571,1,4294967295,0,0,7832.92,-2019.02,1226.67,3.63783,60,0,0,4120,0,0,0,0,0),(99779,6491,571,1,4294967295,0,0,8383.32,-222.323,842.126,1.01853,60,0,0,4120,0,0,0,0,0),(99784,6491,571,1,4294967295,0,0,6942.82,-552.441,916.375,1.17168,60,0,0,4120,0,0,0,0,0),(99785,6491,571,1,4294967295,0,0,6431.54,-1186.62,448.172,2.38906,60,0,0,4120,0,0,0,0,0),(99788,6491,571,1,4294967295,0,0,5032.08,4498.36,-91.554,5.45997,60,0,0,4120,0,0,0,0,0),(99790,6491,0,1,4294967295,0,0,2356.65,-5663.06,382.257,0.586577,60,0,0,4120,0,0,0,0,0),(99792,6491,571,1,4294967295,0,0,7150.89,3691.73,818.486,3.02682,60,0,0,4120,0,0,0,0,0),(99961,6491,571,1,4294967295,0,0,7088.56,-1432.65,923.502,5.49297,60,0,0,4120,0,0,0,0,0),(100062,6491,1,1,4294967295,0,0,7763.65,-4102.77,697.988,0.266153,60,0,0,4120,0,0,0,0,0),(100073,6491,1,1,4294967295,0,0,6617.82,-3544.02,682.132,0.89447,60,0,0,4120,0,0,0,0,0),(100100,6491,1,1,4294967295,0,0,4458.88,-4284.83,916.711,5.22594,60,0,0,4120,0,0,0,0,0),(100106,6491,1,1,4294967295,0,0,4321.05,-5569.39,119.787,4.73114,60,0,0,4120,0,0,0,0,0),(100107,6491,1,1,4294967295,0,0,3205.34,-4941.65,159.706,4.28347,60,0,0,4120,0,0,0,0,0),(100108,6491,1,1,4294967295,0,0,-1779.32,2855.72,56.8082,2.94829,60,0,0,4120,0,0,0,0,0),(100109,6491,1,1,4294967295,0,0,-1969.18,1728.99,62.9928,4.82933,60,0,0,4120,0,0,0,0,0),(100112,6491,1,1,4294967295,0,0,-1557.36,983.319,90.3322,6.00348,60,0,0,4120,0,0,0,0,0),(100113,6491,1,1,4294967295,0,0,-476.943,1225.75,96.0816,3.77688,60,0,0,4120,0,0,0,0,0),(100114,6491,1,1,4294967295,0,0,2932.28,380.747,91.8989,3.08966,60,0,0,4120,0,0,0,0,0),(100115,6491,1,1,4294967295,0,0,2297.99,-1731.66,119.435,3.52163,60,0,0,4120,0,0,0,0,0),(100116,6491,1,1,4294967295,0,0,1287.23,-300.107,6.08626,3.24281,60,0,0,4120,0,0,0,0,0),(100117,6491,1,1,4294967295,0,0,1696.09,1045.9,149.448,4.65259,60,0,0,4120,0,0,0,0,0),(100118,6491,1,1,4294967295,0,0,160.427,-1699.37,93.7254,1.38926,60,0,0,4120,0,0,0,0,0),(100119,6491,1,1,4294967295,0,0,798.808,-2541.37,91.6667,3.32135,60,0,0,4120,0,0,0,0,0),(100120,6491,1,1,4294967295,0,0,-1892.07,-3059.63,91.6667,0.890536,60,0,0,4120,0,0,0,0,0),(100121,6491,1,1,4294967295,0,0,-1484.9,-2136.98,94.6139,4.68008,60,0,0,4120,0,0,0,0,0),(100122,6491,1,1,4294967295,0,0,277.085,-3314.55,56.5686,3.14071,60,0,0,4120,0,0,0,0,0),(100123,6491,1,1,4294967295,0,0,-2726.76,-1115.43,20.8219,6.20768,60,0,0,4120,0,0,0,0,0),(100124,6491,1,1,4294967295,0,0,-1170.27,-1135.08,30.1008,1.38926,60,0,0,4120,0,0,0,0,0),(100125,6491,1,1,4294967295,0,0,-5363.6,-2365.49,-37.3275,0.690257,60,0,0,4120,0,0,0,0,0),(100126,6491,1,1,4294967295,0,0,-6116.2,-3853.91,-58.7501,1.27538,60,0,0,4120,0,0,0,0,0),(100127,6491,1,1,4294967295,0,0,-9048.19,-2724.85,37.3529,1.06333,60,0,0,4120,0,0,0,0,0),(100128,6491,1,1,4294967295,0,0,-7746.9,-3012.54,40.731,2.30426,60,0,0,4120,0,0,0,0,0),(100129,6491,1,1,4294967295,0,0,-5529.01,1452.51,24.0477,5.33197,60,0,0,4120,0,0,0,0,0),(100130,6491,1,1,4294967295,0,0,-4339.78,-385.667,38.584,0.529265,60,0,0,4120,0,0,0,0,0),(100131,6491,1,1,4294967295,0,0,-3330.89,2281.76,28.6932,4.65183,60,0,0,4120,0,0,0,0,0),(100132,6491,1,1,4294967295,0,0,-7971.13,786.231,-0.846868,5.91632,60,0,0,4120,0,0,0,0,0),(100133,6491,1,1,4294967295,0,0,-7058,1287.18,6.16177,0.732693,60,0,0,4120,0,0,0,0,0),(100134,6491,0,1,4294967295,0,0,-1345.69,-2046.79,71.1931,5.94774,60,0,0,4120,0,0,0,0,0),(100135,6491,0,1,4294967295,0,0,-900.166,-1478.97,58.3879,1.17488,60,0,0,4120,0,0,0,0,0),(100136,6491,0,1,4294967295,0,0,3121.92,-4806.89,100.915,2.43152,60,0,0,4120,0,0,0,0,0),(100137,6491,0,1,4294967295,0,0,3344.26,-3227.9,143.286,3.51144,60,0,0,4120,0,0,0,0,0),(100138,6491,0,1,4294967295,0,0,2211.95,-2924.61,108.288,2.28229,60,0,0,4120,0,0,0,0,0),(100139,6491,0,1,4294967295,0,0,2658.78,-1723.77,124.43,6.17394,60,0,0,4120,0,0,0,0,0),(100140,6491,0,1,4294967295,0,0,-573.443,116.159,54.2246,2.29408,60,0,0,4120,0,0,0,0,0),(100141,6491,0,1,4294967295,0,0,577.536,-3826.78,120.064,6.09148,60,0,0,4120,0,0,0,0,0),(100142,6491,0,1,4294967295,0,0,-198.557,-3043.34,119.727,6.11662,60,0,0,4120,0,0,0,0,0),(100143,6491,0,1,4294967295,0,0,-2953.26,-1754.64,9.51457,4.77752,60,0,0,4120,0,0,0,0,0),(100144,6491,0,1,4294967295,0,0,-3983.23,-2844.7,12.9895,5.62183,60,0,0,4120,0,0,0,0,0),(100145,6491,0,1,4294967295,0,0,-3345.39,-3421.12,64.4016,5.17416,60,0,0,4120,0,0,0,0,0),(100147,6491,0,1,4294967295,0,0,-13316.9,155.748,17.3469,3.39916,60,0,0,4120,0,0,0,0,0),(100148,6491,0,1,4294967295,0,0,-12000.3,433.889,3.22912,4.79716,60,0,0,4120,0,0,0,0,0),(100149,6491,0,1,4294967295,0,0,-10838.1,-484.891,42.7193,1.56132,60,0,0,4120,0,0,0,0,0),(100150,6491,0,1,4294967295,0,0,-11219.3,1705.41,38.9655,1.62807,60,0,0,4120,0,0,0,0,0),(100151,6491,0,1,4294967295,0,0,-9975.42,1757.63,37.4597,3.20673,60,0,0,4120,0,0,0,0,0),(100152,6491,0,1,4294967295,0,0,-11808,-2961.49,7.68175,5.90851,60,0,0,4120,0,0,0,0,0),(100153,6491,0,1,4294967295,0,0,-10320.2,-4122.43,22.5164,1.18828,60,0,0,4120,0,0,0,0,0),(100154,6491,0,1,4294967295,0,0,-10342.1,-2583.62,24.9394,3.16748,60,0,0,4120,0,0,0,0,0),(100155,6491,0,1,4294967295,0,0,-9475.05,-3008.82,134.527,0.116206,60,0,0,4120,0,0,0,0,0),(100156,6491,0,1,4294967295,0,0,-9562.73,-603.599,58.3876,3.85078,60,0,0,4120,0,0,0,0,0),(100157,6491,0,1,4294967295,0,0,-7919.04,-1353.66,134.08,3.06145,60,0,0,4120,0,0,0,0,0),(100158,6491,0,1,4294967295,0,0,-7987.36,-2368.72,124.025,4.76577,60,0,0,4120,0,0,0,0,0),(100159,6491,0,1,4294967295,0,0,-5386.74,36.9827,395.53,6.15592,60,0,0,4120,0,0,0,0,0),(100160,6491,0,1,4294967295,0,0,-5472.1,-1841.64,400.677,4.16102,60,0,0,4120,0,0,0,0,0),(100162,6491,0,1,4294967295,0,0,-5326.13,-3779.15,310.073,3.19106,60,0,0,4120,0,0,0,0,0),(100163,6491,571,1,4294967295,0,0,5444.61,2840.79,420.429,0.00626393,60,0,0,4120,0,0,0,0,0),(100164,6491,1,1,4294967295,0,0,8709.78,963.966,12.6548,2.63728,60,0,0,4120,0,0,0,0,0),(12924,23889,568,1,1,0,1,134.597,688.33,45.1114,1.51855,7200,0,0,2515,0,0,0,0,0),(14730,24374,568,1,1,0,0,126.472,1058.19,24.8475,1.60537,7200,0,0,125748,0,0,0,0,0),(14731,24374,568,1,1,0,0,110.95,1057.65,25.1551,1.60537,7200,0,0,125748,0,0,0,0,0),(16644,24374,568,1,1,0,0,127.386,974.192,30.9888,1.64699,7200,0,0,125748,0,0,0,0,0),(17360,24374,568,1,1,0,0,107.907,975.272,29.191,1.57473,7200,0,0,125748,0,0,0,0,0),(17636,24138,568,1,1,0,0,273.399,1054.89,0.000612732,5.66519,7200,0,0,19561,0,2,0,0,0),(20196,24138,568,1,1,0,0,275.893,1058.4,0.00207663,5.66519,7200,0,0,19561,0,2,0,0,0),(20861,24065,568,1,1,0,1,277.305,1054.69,0.000044,5.70759,7200,0,0,78044,0,2,0,0,0),(25813,24043,568,1,1,0,0,440.257,908.198,0.000133,4.06911,7200,0,0,44710,0,0,0,0,0),(28406,24043,568,1,1,0,0,425.254,915.918,1.42904,4.27095,7200,10,0,44710,0,1,0,0,0),(29104,24043,568,1,1,0,0,444.624,919.356,0.000968,4.37934,7200,10,0,44710,0,1,0,0,0),(29105,24043,568,1,1,0,0,444.713,893.398,0.424363,3.86255,7200,10,0,44710,0,1,0,0,0),(29107,24043,568,1,1,0,0,452.123,896.927,0.470437,3.24056,7200,10,0,44710,0,1,0,0,0),(29108,24043,568,1,1,0,0,436.483,980.415,0.0000249752,5.43102,7200,10,0,44710,0,1,0,0,0),(29109,24043,568,1,1,0,0,454.153,1002.42,1.26073,4.1948,7200,10,0,44710,0,1,0,0,0),(29441,24043,568,1,1,0,0,441.019,993.681,0.000042755,5.43966,7200,10,0,44710,0,1,0,0,0),(29846,24043,568,1,1,0,0,450.493,980.478,0.0602788,4.5231,7200,10,0,44710,0,1,0,0,0),(31753,24043,568,1,1,0,0,427.161,971.316,1.15931,5.95802,7200,10,0,44710,0,1,0,0,0),(31756,24043,568,1,1,0,0,397.144,897.193,0.0827273,3.57592,7200,10,0,44710,0,1,0,0,0),(31826,24043,568,1,1,0,0,387.6,878.136,0.00522969,2.37818,7200,10,0,44710,0,1,0,0,0),(31834,24043,568,1,1,0,0,379.562,879.276,-0.041181,1.02023,7200,10,0,44710,0,1,0,0,0),(33301,24043,568,1,1,0,0,398.69,883.048,0.000125858,2.60674,7200,10,0,44710,0,1,0,0,0),(24323,24065,568,1,1,0,1,436.083,920.6,0.00397012,1.93599,7200,0,0,78044,0,2,0,0,0),(34024,24065,568,1,1,0,1,437.908,909.76,0.000133,3.92381,7200,0,0,78044,0,0,0,0,0),(34025,24065,568,1,1,0,1,433.299,978.724,0.000569517,5.47107,7200,0,0,78044,0,0,0,0,0),(34026,24065,568,1,1,0,1,385.994,890.932,0.0000744527,2.09932,7200,0,0,78044,0,0,0,0,0),(34027,24065,568,1,1,0,1,361.146,1116.73,6.30855,4.69261,7200,0,0,78044,0,0,0,0,0),(34028,24065,568,1,1,0,1,381.361,1117.75,6.2676,4.74759,7200,0,0,78044,0,0,0,0,0),(34029,23596,568,1,1,0,1,-189.911,1243.5,0.946364,4.16436,7200,0,0,78044,6462,0,0,0,0),(34030,23596,568,1,1,0,1,385.161,996.886,0.009852,5.01081,7200,0,0,78044,6462,0,0,0,0),(34031,23596,568,1,1,0,1,381.87,991.632,0.00122086,0.387951,7200,0,0,78044,6462,0,0,0,0),(34032,23596,568,1,1,0,1,377.591,1113.39,6.04012,6.13147,7200,0,0,78044,6462,0,0,0,0),(76045,21160,532,1,1,0,0,-11107.9,-1873.03,220.751,0.715585,604800,0,0,1,0,0,0,0,0),(76044,21752,532,1,1,0,0,-11063.6,-1866.36,220.751,3.82227,604800,0,0,1,0,0,0,0,0),(76043,21750,532,1,1,0,0,-11067.6,-1861.94,220.751,3.83972,604800,0,0,1,0,0,0,0,0),(76042,21748,532,1,1,0,0,-11074.3,-1853.26,220.751,3.735,604800,0,0,1,0,0,0,0,0),(76041,21747,532,1,1,0,0,-11070.9,-1857.75,220.751,3.83972,604800,0,0,1,0,0,0,0,0),(76040,17469,532,1,1,0,0,-11061.3,-1878.63,220.751,3.90954,604800,0,0,1,0,0,0,0,0),(76039,21726,532,1,1,0,0,-11077.7,-1848.79,220.751,3.90954,604800,0,0,1,0,0,0,0,0),(76038,21748,532,1,1,0,0,-11056.9,-1875.29,220.751,3.66519,604800,0,0,1,0,0,0,0,0),(76037,21747,532,1,1,0,0,-11060.3,-1870.9,220.751,3.80482,604800,0,0,1,0,0,0,0,0),(76036,17469,532,1,1,0,0,-11082,-1852.19,220.751,3.80482,604800,0,0,1,0,0,0,0,0),(76035,17469,532,1,1,0,0,-11057.6,-1883.09,220.751,3.80482,604800,0,0,1,0,0,0,0,0),(76034,21726,532,1,1,0,0,-11053.5,-1879.72,220.751,4.01426,604800,0,0,1,0,0,0,0,0),(76033,17469,532,1,1,0,0,-11078.5,-1856.99,220.751,3.89208,604800,0,0,1,0,0,0,0,0),(76032,17469,532,1,1,0,0,-11075,-1861.29,220.751,3.735,604800,0,0,1,0,0,0,0,0),(76031,17211,532,1,1,0,0,-11086.3,-1891.32,220.751,0.645772,604800,0,0,1,0,0,0,0,0),(76030,17469,532,1,1,0,0,-11071.7,-1865.53,220.751,3.82227,604800,0,0,1,0,0,0,0,0),(76029,17211,532,1,1,0,0,-11082.7,-1895.74,220.751,0.663225,604800,0,0,1,0,0,0,0,0),(76028,17469,532,1,1,0,0,-11068.1,-1869.96,220.751,3.89208,604800,0,0,1,0,0,0,0,0),(76027,17211,532,1,1,0,0,-11103.7,-1869.47,220.751,0.698132,604800,0,0,1,0,0,0,0,0),(76026,17211,532,1,1,0,0,-11079.3,-1900.23,220.75,0.663225,604800,0,0,1,0,0,0,0,0),(76025,17211,532,1,1,0,0,-11100.2,-1873.87,220.751,0.645772,604800,0,0,1,0,0,0,0,0),(202500,23771,571,1,1,0,0,1715.69,-2541,13.0394,5.44543,120,0,0,1,0,0,0,0,0),(202499,23771,571,1,1,0,0,1706.4,-2549.08,12.8921,5.44543,120,0,0,1,0,0,0,0,0),(100220,27655,578,3,1,25010,1,1177.47,937.722,527.405,2.21657,86400,0,0,325825,61215,0,0,0,0),(1971378,27656,578,3,1,27034,0,1077.04,1086.21,655.497,4.18879,86400,50,0,2997590,81620,1,0,0,0),(100222,27657,578,3,1,24742,0,945.512,1025.81,360.636,1.02974,3600,0,0,12600,0,0,0,0,0),(100224,27658,578,3,1,24759,0,933.148,1042.43,360.219,0.244346,3600,0,0,12600,0,0,0,0,0),(100225,27659,578,3,1,24746,0,935.837,1063.63,360.469,5.77704,3600,0,0,12600,0,0,0,0,0),(100234,28183,578,3,1,0,0,1328,1061.15,439.233,2.89725,120,0,0,1,0,0,0,0,0),(100233,28183,578,3,1,0,0,1324.39,1089.8,439.233,3.59538,120,0,0,1,0,0,0,0,0),(100232,28183,578,3,1,0,0,1305.63,1031.75,439.233,2.04204,120,0,0,1,0,0,0,0,0),(100231,28183,578,3,1,0,0,1293.8,1113.18,439.233,4.4855,120,0,0,1,0,0,0,0,0),(100230,28183,578,3,1,0,0,1277.07,1027.79,439.233,1.37881,120,0,0,1,0,0,0,0,0),(100229,28183,578,3,1,0,0,1265.3,1109.23,439.233,5.18363,120,0,0,1,0,0,0,0,0),(100228,28183,578,3,1,0,0,1246.57,1051.25,439.233,0.506145,120,0,0,1,0,0,0,0,0),(100227,28183,578,3,1,0,0,1242.73,1079.59,439.233,6.10865,120,0,0,1,0,0,0,0,0),(100235,27447,578,3,1,27033,1,1285.6,1070.36,439.515,3.57792,86400,0,0,325825,0,0,0,0,0),(200037,35644,650,3,1,0,0,777.564,660.3,412.467,4.34587,999999,0,0,50000,0,0,0,0,0),(1971379,33628,650,3,1,0,1,746.417,557.538,435.399,1.58739,300,0,0,42000,0,0,0,0,0),(202942,34974,649,15,1,0,0,587.646,82.4497,418.318,1.97222,120,0,0,1,0,0,0,0,0),(100411,27633,578,3,1,25195,1,1094.9,1127.86,361.07,4.98004,3600,5,0,48700,0,1,0,0,0),(100412,27633,578,3,1,25195,1,1059.51,1109.81,361.154,0.855211,3600,0,0,48700,0,0,0,0,0),(100413,27633,578,3,1,25195,1,1052.99,1113.96,361.154,0.680678,3600,0,0,48700,0,0,0,0,0),(100414,27633,578,3,1,25195,1,1174.35,1003.22,361.07,4.06438,3600,5,0,48700,0,1,0,0,0),(100415,27633,578,3,1,25195,1,1183,1037.33,361.07,3.93238,3600,5,0,48700,0,1,0,0,0),(100416,27635,578,3,1,25250,1,1181.48,1070.53,361.07,4.55913,3600,5,0,48700,19465,1,0,0,0),(100418,27635,578,3,1,25250,1,1179.05,1068.18,361.07,3.20184,3600,5,0,48700,19465,1,0,0,0),(100419,27635,578,3,1,25250,1,1107.68,1132.91,361.07,2.17407,3600,5,0,48700,19465,1,0,0,0),(100420,27635,578,3,1,25250,1,1050,1108.03,361.154,0.628319,3600,0,0,48700,19465,0,0,0,0),(100439,27636,578,3,1,26088,0,1103.9,1128.95,361.07,1.59132,3600,5,0,14610,0,1,0,0,0),(100449,27636,578,3,1,26088,0,1089.46,1124.87,361.07,0.555255,3600,5,0,14610,0,1,0,0,0),(100463,27636,578,3,1,26088,0,1073.75,1129.95,361.07,2.92779,3600,5,0,14610,0,1,0,0,0),(100465,27636,578,3,1,26088,0,1089.28,1135.75,361.07,4.05297,3600,5,0,14610,0,1,0,0,0),(100466,27636,578,3,1,26088,0,1110.56,1136.84,361.07,1.22917,3600,5,0,14610,0,1,0,0,0),(100467,27636,578,3,1,26088,0,1164.49,1104.02,361.07,2.33314,3600,5,0,14610,0,1,0,0,0),(100468,27636,578,3,1,26088,0,1168.91,1097.63,361.07,4.3172,3600,5,0,14610,0,1,0,0,0),(100471,27636,578,3,1,26088,0,1140.78,1121.74,361.07,6.27531,3600,5,0,14610,0,1,0,0,0),(100479,27636,578,3,1,26088,0,1137.21,1120.03,361.07,3.52187,3600,5,0,14610,0,1,0,0,0),(100564,27636,578,3,1,26088,0,1153.68,1118.72,361.07,2.69372,3600,5,0,14610,0,1,0,0,0),(100580,27636,578,3,1,26088,0,1177.76,1031.85,361.07,5.862,3600,5,0,14610,0,1,0,0,0),(100768,27636,578,3,1,26088,0,1182.11,1039.13,361.07,3.48468,3600,5,0,14610,0,1,0,0,0),(100838,27636,578,3,1,26088,0,1177.88,1043.79,361.07,3.41428,3600,5,0,14610,0,1,0,0,0),(100843,27636,578,3,1,26088,0,1175.36,1023.77,361.153,0.368577,3600,5,0,14610,0,1,0,0,0),(100845,27636,578,3,1,26088,0,1186.37,1024.1,361.07,0.244397,3600,5,0,14610,0,1,0,0,0),(100846,27636,578,3,1,26088,0,1112.57,969.058,361.07,4.13822,3600,5,0,14610,0,1,0,0,0),(100848,27636,578,3,1,26088,0,1105.41,962.87,361.07,0.949516,3600,5,0,14610,0,1,0,0,0),(100851,27636,578,3,1,26088,0,1113.42,977.57,361.07,4.34972,3600,5,0,14610,0,1,0,0,0),(100852,27636,578,3,1,26088,0,1127.63,971.18,361.07,3.94894,3600,5,0,14610,0,1,0,0,0),(100853,27636,578,3,1,26088,0,1125.26,974.592,361.07,3.25111,3600,5,0,14610,0,1,0,0,0),(100892,27638,578,3,1,28080,0,1077.4,1157.63,406.257,6.10194,3600,5,0,115952,19465,1,0,0,0),(100919,27638,578,3,1,28080,0,1204.97,1108.14,387.68,5.6687,3600,5,0,115952,19465,1,0,0,0),(100921,27638,578,3,1,28080,0,1118.38,1217.99,428.997,3.03666,3600,5,0,115952,19465,1,0,0,0),(100929,27638,578,3,1,28080,0,1041.73,941.427,381.733,4.05194,3600,5,0,115952,19465,1,0,0,0),(100931,27638,578,3,1,28080,0,1210.38,1118.57,471.41,0.449876,3600,5,0,115952,19465,1,0,0,0),(100932,27638,578,3,1,28080,0,1268.55,1040.81,487.675,3.03687,3600,5,0,115952,19465,1,0,0,0),(100933,27638,578,3,1,28080,0,992.57,884.617,464.355,2.29762,3600,5,0,115952,19465,1,0,0,0),(101069,27638,578,3,1,28080,0,1078.43,1235.27,402.337,0.097147,3600,5,0,115952,19465,1,0,0,0),(101090,27638,578,3,1,28080,0,1109.86,893.865,389.216,5.16806,3600,5,0,115952,19465,1,0,0,0),(101498,27638,578,3,1,28080,0,1357.86,1055.26,463.02,2.30095,3600,5,0,115952,19465,1,0,0,0),(101729,27638,578,3,1,28080,0,1012.73,972.949,415.119,4.47108,3600,5,0,115952,19465,1,0,0,0),(101730,27638,578,3,1,28080,0,1085.05,938.945,448.49,1.30396,3600,5,0,115952,19465,1,0,0,0),(101731,27638,578,3,1,28080,0,963.452,907.399,400.827,0.316293,3600,5,0,115952,19465,1,0,0,0),(101813,27638,578,3,1,28080,0,999.532,1201.55,479.295,0.065094,3600,5,0,115952,19465,1,0,0,0),(101816,27638,578,3,1,28080,0,1192.56,916.501,414.305,2.72108,3600,5,0,115952,19465,1,0,0,0),(101821,27638,578,3,1,28080,0,996.138,1235.41,390.764,1.51844,3600,5,0,115952,19465,1,0,0,0),(101822,27638,578,3,1,28080,0,1273.21,1157.5,449.473,3.3377,3600,5,0,115952,19465,1,0,0,0),(101826,27638,578,3,1,28080,0,979.284,1159.73,464.063,1.77143,3600,5,0,115952,19465,1,0,0,0),(101827,27638,578,3,1,28080,0,1032.78,899.361,474.191,3.75559,3600,5,0,115952,19465,1,0,0,0),(101829,27638,578,3,1,28080,0,1021.01,1200.13,504.557,2.46,3600,5,0,115952,19465,1,0,0,0),(101835,27638,578,3,1,28080,0,1186,1058.58,556.724,4.41868,3600,5,0,115952,19465,1,0,0,0),(101844,27638,578,3,1,28080,0,1064.14,874.541,484.51,3.75753,3600,5,0,115952,19465,1,0,0,0),(101847,27638,578,3,1,28080,0,1043.43,1180.13,478.396,3.84522,3600,5,0,115952,19465,1,0,0,0),(101848,27638,578,3,1,28080,0,1030.05,1141.72,392.915,1.4045,3600,5,0,115952,19465,1,0,0,0),(101851,27638,578,3,1,28080,0,1202.12,1140.69,415.34,2.16226,3600,5,0,115952,19465,1,0,0,0),(101852,27638,578,3,1,28080,0,1008.72,1117.41,451.61,1.48878,3600,5,0,115952,19465,1,0,0,0),(101857,27638,578,3,1,28080,0,1148.25,907.075,441.479,1.28801,3600,5,0,115952,19465,1,0,0,0),(101861,27638,578,3,1,28080,0,1189.63,1185.8,453.924,3.727,3600,5,0,115952,19465,1,0,0,0),(101864,27638,578,3,1,28080,0,1033.26,829.67,456.954,2.92664,3600,5,0,115952,19465,1,0,0,0),(101865,27638,578,3,1,28080,0,1041.52,1143.38,543.808,4.29589,3600,5,0,115952,19465,1,0,0,0),(101869,27638,578,3,1,28080,0,984.083,939.198,442.098,3.97775,3600,5,0,115952,19465,1,0,0,0),(101870,27638,578,3,1,28080,0,942.248,1160.62,421.821,2.14561,3600,5,0,115952,19465,1,0,0,0),(101873,27638,578,3,1,28080,0,1196.23,1050.37,446.516,2.73707,3600,5,0,115952,19465,1,0,0,0),(101874,27638,578,3,1,28080,0,1324.88,1000.92,452.854,0.651494,3600,5,0,115952,19465,1,0,0,0),(101880,27638,578,3,1,28080,0,1125.55,867.523,432.148,4.06142,3600,5,0,115952,19465,1,0,0,0),(101881,27638,578,3,1,28080,0,1023.32,1251.71,461.935,3.54018,3600,5,0,115952,19465,1,0,0,0),(101882,27638,578,3,1,28080,0,1316.11,1126.91,470.08,4.27136,3600,5,0,115952,19465,1,0,0,0),(101885,27638,578,3,1,28080,0,1214.95,981.778,385.831,2.38326,3600,5,0,115952,19465,1,0,0,0),(101889,27638,578,3,1,28080,0,1298.82,1164.14,414.129,0.949899,3600,5,0,115952,19465,1,0,0,0),(101891,27638,578,3,1,28080,0,1041.32,936.152,527.405,2.5434,3600,5,0,115952,19465,1,0,0,0),(101892,27638,578,3,1,28080,0,1271.31,1006.91,379.293,5.09294,3600,5,0,115952,19465,1,0,0,0),(101893,27638,578,3,1,28080,0,1351.07,1090.28,407.038,3.0259,3600,5,0,115952,19465,1,0,0,0),(101894,27638,578,3,1,28080,0,1256.96,953.168,456.565,1.77385,3600,5,0,115952,19465,1,0,0,0),(101895,27639,578,3,1,25305,1,1088.24,989.944,433.159,2.77507,3600,0,0,48700,19465,0,0,0,0),(101896,27639,578,3,1,25306,1,1062.08,993.699,433.159,0.05236,3600,0,0,48700,19465,0,0,0,0),(101897,27639,578,3,1,25305,1,1081.36,1111.2,433.083,3.78736,3600,0,0,48700,19465,0,0,0,0),(101898,27639,578,3,1,25306,1,1061.41,1095.97,432.522,0.645772,3600,0,0,48700,19465,0,0,0,0),(101899,27639,578,3,1,25305,1,1117.55,998.552,433.159,5.88176,3600,0,0,48700,19465,0,0,0,0),(101900,27639,578,3,1,25306,1,1135.18,1005.91,433.159,4.32842,3600,0,0,48700,19465,0,0,0,0),(101902,27639,578,3,1,25305,1,1017.14,1202,439.515,6.14356,3600,0,0,48700,19465,0,0,0,0),(101903,27639,578,3,1,25306,1,1137.67,1112.02,433.159,3.28122,3600,0,0,48700,19465,0,0,0,0),(101904,27639,578,3,1,25306,1,1112.34,1103.67,433.159,0.488692,3600,0,0,48700,19465,0,0,0,0),(101907,27640,578,3,1,25304,1,1072.31,1007.25,433.159,5.044,3600,0,0,50400,19970,0,0,0,0),(101909,27640,578,3,1,25302,1,1083.77,1099.71,433.159,2.80998,3600,0,0,50400,19970,0,0,0,0),(101910,27640,578,3,1,25302,1,1122.37,981.475,433.159,0.994838,3600,0,0,50400,19970,0,0,0,0),(101912,27640,578,3,1,25302,1,1142.36,992.208,433.159,3.07178,3600,0,0,50400,19970,0,0,0,0),(101914,27640,578,3,1,25302,1,1130.9,1097.9,433.159,2.05949,3600,0,0,50400,19970,0,0,0,0),(101915,27640,578,3,1,25302,1,1115.41,1120.35,433.159,5.42797,3600,0,0,50400,19970,0,0,0,0),(101916,27640,578,3,1,25303,1,1036.51,890.485,439.515,1.95477,3600,0,0,50400,19970,0,0,0,0),(101917,27641,578,3,1,24943,0,1076.91,994.304,432.963,1.20428,604800,0,0,48700,0,0,0,0,0),(101918,27641,578,3,1,24943,0,1071.59,1103.8,432.963,5.21853,604800,0,0,48700,0,0,0,0,0),(101919,27641,578,3,1,24943,0,1129.71,993.231,432.963,2.07694,604800,0,0,48700,0,0,0,0,0),(101922,27641,578,3,1,24943,0,1004.94,1202.98,439.515,0,604800,0,0,48700,0,0,0,0,0),(101924,27641,578,3,1,24943,0,1025.53,1210.88,439.515,4.11898,604800,0,0,48700,0,0,0,0,0),(101933,27641,578,3,1,24943,0,1023.65,1190.88,439.515,2.16421,604800,0,0,48700,0,0,0,0,0),(101937,27641,578,3,1,24943,0,1124.4,1109.75,432.963,4.31096,604800,0,0,48700,0,0,0,0,0),(101967,27641,578,3,1,24943,0,1041.18,877.575,439.515,1.97222,604800,0,0,48700,0,0,0,0,0),(101974,27641,578,3,1,24943,0,1023.17,893.271,439.515,6.19592,604800,0,0,48700,0,0,0,0,0),(102064,27641,578,3,1,24943,0,1045.16,899.433,439.515,4.08407,604800,0,0,48700,0,0,0,0,0),(102225,14881,608,3,1,1160,0,1835.06,787.226,44.2852,5.46028,3600,5,0,8,0,1,0,0,0),(102226,14881,608,3,1,14952,0,1970.97,823.359,52.4492,4.6867,3600,0,0,8,0,0,0,0,0),(102227,14881,608,3,1,14952,0,1834.85,833.03,44.0783,3.75114,3600,5,0,8,0,1,0,0,0),(102339,14881,608,3,1,9829,0,1938.05,886.081,47.2639,2.718,3600,0,0,8,0,0,0,0,0),(200013,25416,571,1,1,0,0,4301.87,5644.16,95.1617,0.169027,1200,0,0,9610,0,0,0,0,0),(102345,2110,608,3,1,1141,0,1925.69,806.789,38.766,4.79734,3600,0,0,1,0,0,0,0,0),(102347,2110,608,3,1,1141,0,1839,842.296,38.6467,3.65793,3600,5,0,1,0,1,0,0,0),(102348,2110,608,3,1,1141,0,1922.98,842.169,38.5812,3.76191,3600,5,0,1,0,1,0,0,0),(102349,29266,608,3,1,27486,0,1908.42,845.85,38.7195,4.85202,14400,0,0,227580,0,0,0,0,0),(102350,29276,608,3,1,11686,0,1836.51,805.971,80.1289,5.70723,3600,5,0,11379,0,1,0,0,0),(102351,29312,608,3,1,10193,0,1844.56,748.708,38.742,0.820305,14400,0,0,227580,0,0,0,0,0),(102352,29313,608,3,1,27487,0,1942.04,749.523,30.9523,2.30383,14400,0,0,227580,69658,0,0,0,0),(102353,29314,608,3,1,27855,0,1934.15,860.946,47.295,3.97935,14400,0,0,227580,0,0,0,0,0),(102383,29315,608,3,1,27488,1,1871.46,871.036,43.4152,5.11381,14400,0,0,136548,74500,0,0,0,0),(102384,29316,608,3,1,20590,0,1893.9,728.126,47.7502,1.6057,14400,0,0,227580,0,0,0,0,0),(102900,30857,608,3,1,11686,0,1907.28,802.305,38.6457,4.32879,3600,0,0,10635,0,0,0,0,0),(102899,30857,608,3,1,11686,0,1858.19,825.697,38.6467,5.19835,3600,0,0,10635,0,0,0,0,0),(102898,30857,608,3,1,11686,0,1929.48,831.058,45.51,1.49259,3600,0,0,10635,0,0,0,0,0),(102897,30857,608,3,1,11686,0,1858.38,766.677,38.6528,1.36797,3600,0,0,10635,0,0,0,0,0),(102896,30857,608,3,1,11686,0,1840.36,813.598,44.1575,5.86559,3600,0,0,10635,0,0,0,0,0),(102753,30857,608,3,1,11686,0,1916.23,850.416,47.1447,5.93601,3600,0,0,10635,0,0,0,0,0),(102598,30857,608,3,1,11686,0,1852.57,848.215,43.3335,0.434143,3600,0,0,10635,0,0,0,0,0),(102486,30857,608,3,1,11686,0,1881.36,809.781,38.53,6.19563,3600,0,0,10635,0,0,0,0,0),(102468,30857,608,3,1,11686,0,1891.98,752.688,47.6668,0.204083,3600,0,0,10635,0,0,0,0,0),(102465,30857,608,3,1,11686,0,1876.5,782.456,38.9272,2.81455,3600,0,0,10635,0,0,0,0,0),(102413,30857,608,3,1,11686,0,1942.85,812.676,52.4026,1.5377,3600,0,0,10635,0,0,0,0,0),(102385,30857,608,3,1,11686,0,1895.93,835.542,38.6466,3.7765,3600,0,0,10635,0,0,0,0,0),(102908,31118,608,3,1,11686,0,1966.76,780.918,52.4429,1.55334,3600,0,0,42540,0,0,0,0,0),(102909,30883,608,3,1,11686,0,1849.88,792.488,44.1064,2.11185,3600,0,0,5589,3155,0,0,0,0),(102910,30896,608,3,1,11686,0,1823.72,803.856,48.9341,0,3600,5,0,10635,0,1,0,0,0),(102911,30658,608,3,1,27214,1,1830.95,799.463,44.418,2.3911,3600,0,0,50400,3994,0,0,0,0),(102915,30659,608,3,1,27215,1,1854.54,802.147,44.0078,6.22792,3600,0,0,42540,0,0,0,0,0),(102916,30659,608,3,1,27215,1,1854.82,805.873,44.0081,0.054694,3600,0,0,42540,0,0,0,0,0),(102917,30659,608,3,1,27217,1,1853.95,810.462,44.0088,0.239263,3600,0,0,42540,0,0,0,0,0),(102918,30659,608,3,1,27217,1,1854.32,798.053,44.0087,6.0355,3600,0,0,42540,0,0,0,0,0),(102922,32204,608,3,1,27824,0,1927.72,800.949,38.721,5.0091,3600,0,0,50400,3994,0,0,0,0),(102923,29395,608,3,1,18628,1,1892.42,872.283,43.4156,4.55531,3600,0,0,44004,0,0,0,0,0),(102924,29395,608,3,1,18628,1,1853.75,862.453,43.4161,5.11381,3600,0,0,44004,0,0,0,0,0),(103243,4075,608,3,1,1141,0,1924.91,838.38,38.7241,2.82743,3600,0,0,8,0,0,0,0,0),(103244,29425,608,3,1,11686,0,1951.92,791.495,76.4556,2.56563,3600,5,0,11379,0,1,0,0,0),(1449,25654,571,1,1,0,0,4356.13,4261.08,98.3095,-0.087266,180,0,0,42,0,0,0,0,0),(152168,24879,571,1,1,0,0,8154.26,-50.2582,853.637,6.10438,300,5,0,42,0,1,0,0,0),(132630,21793,530,1,1,15880,0,-3807.18,3766.16,275.908,4.06662,180,5,0,42,0,1,0,0,0),(132635,21794,530,1,1,15880,0,-3810.78,3768.53,276.705,5.41052,180,0,0,42,0,0,0,0,0),(132640,25380,571,1,1,23197,0,2867.83,5562.71,56.4274,2.6529,180,0,0,99400,3387,0,0,0,0),(132641,25381,571,1,1,23169,0,2880.03,5569.73,56.4455,3.67944,180,0,0,96100,3309,0,0,0,0),(132642,24613,571,1,1,23434,0,3312.53,5272.43,37.5079,5.56428,180,5,0,6986,0,1,0,0,0),(132643,24613,571,1,1,23434,0,3314.1,5252.37,35.8838,5.73626,180,5,0,6986,0,1,0,0,0),(132644,24613,571,1,1,23434,0,3316.61,5277.03,37.2579,4.85458,180,5,0,6986,0,1,0,0,0),(132645,24613,571,1,1,23434,0,3299.28,5285.74,37.747,4.80066,180,5,0,6986,0,1,0,0,0),(132646,24613,571,1,1,23434,0,3301.26,5265.9,37.1338,5.11819,180,5,0,6986,0,1,0,0,0),(132647,24614,571,1,1,26423,0,3290.92,5242.25,33.4791,4.38288,180,5,0,7984,0,1,0,0,0),(132648,24614,571,1,1,26423,0,3282.21,5271.86,38.622,4.8767,180,5,0,7984,0,1,0,0,0),(132650,21804,530,1,1,20738,0,-4156.04,3109.06,321.048,4.86711,180,5,0,3144,0,1,0,0,0),(132651,21804,530,1,1,20738,0,-4173.86,3175.31,316.285,2.67506,180,5,0,3144,0,1,0,0,0),(132654,25680,571,1,1,15903,0,2808.65,5416.67,61.0319,4.65511,180,5,0,8982,0,1,0,0,0),(132655,25680,571,1,1,15903,0,2961.88,5317.06,63.2789,5.85749,180,5,0,8982,0,1,0,0,0),(132656,25680,571,1,1,15903,0,3160.51,5356.86,58.4138,6.10651,180,0,0,8982,0,0,0,0,0),(132657,25680,571,1,1,15903,0,3050.52,5250.13,61.9913,2.02878,180,0,0,8982,0,0,0,0,0),(132658,25680,571,1,1,15903,0,3139.9,5239.93,58.6239,0.564034,180,0,0,8982,0,0,0,0,0),(132659,25680,571,1,1,15903,0,3073.19,5323.69,59.8513,1.75566,180,0,0,8982,0,0,0,0,0),(132660,25680,571,1,1,15903,0,3070.78,5282.75,58.5377,3.38667,180,0,0,8982,0,0,0,0,0),(132661,25680,571,1,1,15903,0,3062.69,5290.82,58.0377,1.47024,180,0,0,8982,0,0,0,0,0),(132662,25680,571,1,1,15903,0,3053.15,5358.45,62.6797,0.022373,180,0,0,8982,0,0,0,0,0),(132663,25680,571,1,1,15903,0,3012.03,5206.28,64.2802,3.18347,180,0,0,8982,0,0,0,0,0),(132664,25680,571,1,1,15903,0,3019.25,5371.27,65.7567,4.53001,180,0,0,8982,0,0,0,0,0),(132665,25680,571,1,1,15903,0,3053.07,5280.38,59.7877,5.63337,180,5,0,8982,0,1,0,0,0),(132666,25680,571,1,1,15903,0,3085.04,5168.71,49.948,3.34348,180,0,0,8982,0,0,0,0,0),(132667,25680,571,1,1,15903,0,3066.06,5184.97,64.1584,5.69529,180,0,0,8982,0,0,0,0,0),(132668,25680,571,1,1,15903,0,2909.57,5319.6,58.6478,-2.1631,180,0,0,8982,0,0,0,0,0),(132669,25680,571,1,1,15903,0,3122.1,5331.68,54.4108,2.54167,180,5,0,8982,0,1,0,0,0),(132670,25680,571,1,1,15903,0,2923.65,5264.53,60.7446,5.64507,180,5,0,8982,0,1,0,0,0),(132671,25680,571,1,1,15903,0,2941.12,5246.79,60.764,1.51313,180,5,0,8982,0,1,0,0,0),(132675,21855,530,1,1,15880,0,-3823.78,3284.72,276.988,1.69297,180,0,0,42,0,0,0,0,0),(132677,21856,530,1,1,15880,0,-3826.2,3288.17,275.302,2.94961,180,5,0,42,0,1,0,0,0),(132680,25440,571,1,1,23198,0,2904.37,5497.64,53.6851,3.16112,180,0,0,8982,0,0,0,0,0),(132681,28009,571,1,1,26275,0,5752.28,5305.41,-96.8453,2.8869,180,5,0,10635,0,1,0,0,0),(132683,28787,571,1,1,25681,1,5910.23,5380.47,-98.8115,6.0912,180,0,0,11001,3643,0,0,0,0),(132684,28789,571,1,1,21342,0,5920.24,5372.31,-98.7738,1.69297,180,5,0,8982,3155,1,0,0,0),(132685,28789,571,1,1,21342,0,5887.6,5381.12,-93.2433,0.261799,180,5,0,8982,3155,1,0,0,0),(132686,25464,571,1,1,23316,0,2670.19,5805.06,98.8436,6.16413,180,5,0,6986,0,1,0,0,0),(132687,25464,571,1,1,23316,0,2676.55,5770.46,97.4274,1.08439,180,5,0,6986,0,1,0,0,0),(132688,25464,571,1,1,23316,0,2695.16,5847.68,97.2326,5.46936,180,5,0,6986,0,1,0,0,0),(132689,25464,571,1,1,23316,0,2677.08,5881.11,94.1931,0.377157,180,5,0,6986,0,1,0,0,0),(132690,25464,571,1,1,23316,0,2677.42,5825.77,99.0936,1.29078,180,5,0,6986,0,1,0,0,0),(132691,25464,571,1,1,23316,0,2693.92,5789.32,98.4274,3.93349,180,5,0,6986,0,1,0,0,0),(132692,25464,571,1,1,23316,0,2688.99,5796.58,97.5524,4.36926,180,5,0,6986,0,1,0,0,0),(132693,25464,571,1,1,23316,0,2656.14,5776.14,97.744,3.09464,180,5,0,6986,0,1,0,0,0),(132694,25464,571,1,1,23316,0,2670.72,5856.63,110.605,4.68171,180,5,0,6986,0,1,0,0,0),(132695,25464,571,1,1,23316,0,2622.27,5742.61,99.4872,4.84272,180,5,0,6986,0,1,0,0,0),(132696,25464,571,1,1,23316,0,2625.23,5751.35,108.335,4.80921,180,5,0,6986,0,1,0,0,0),(132697,25464,571,1,1,23316,0,2658.34,5754.16,94.591,1.22699,180,5,0,6986,0,1,0,0,0),(132698,25464,571,1,1,23316,0,2970.14,5459.77,60.6207,3.32056,180,5,0,6986,0,1,0,0,0),(132699,25464,571,1,1,23316,0,2747.09,5492.3,54.9339,4.57582,180,5,0,6986,0,1,0,0,0),(132700,25464,571,1,1,23316,0,2554.02,5924.92,109.91,4.19898,180,5,0,6986,0,1,0,0,0),(132701,25464,571,1,1,23316,0,2578.74,5969.47,98.284,1.5232,180,5,0,6986,0,1,0,0,0),(132702,25464,571,1,1,23316,0,2644.84,5583.68,50.0621,5.39302,180,5,0,6986,0,1,0,0,0),(132703,25464,571,1,1,23316,0,2713.32,5552.45,47.2621,1.09079,180,5,0,6986,0,1,0,0,0),(132704,25464,571,1,1,23316,0,3011.63,5583.9,52.5522,5.07028,180,0,0,6986,0,0,0,0,0),(132705,25464,571,1,1,23316,0,2782.27,5597.72,44.3924,2.20148,180,0,0,6986,0,0,0,0,0),(132706,25464,571,1,1,23316,0,2994.06,5649.14,51.6487,1.81,180,5,0,6986,0,1,0,0,0),(132707,25464,571,1,1,23316,0,2948.98,5563.09,51.6489,1.22131,180,5,0,6986,0,1,0,0,0),(132708,25464,571,1,1,23316,0,2822.26,5519.37,53.7416,0.402294,180,0,0,6986,0,2,0,0,0),(132709,25464,571,1,1,23316,0,2896.8,5452.28,58.9506,4.69743,180,0,0,6986,0,0,0,0,0),(132710,25464,571,1,1,23316,0,2889.19,5599.2,57.9592,5.13931,180,5,0,6986,0,1,0,0,0),(132711,25464,571,1,1,23316,0,2664.98,5604.7,44.2015,0.760477,180,5,0,6986,0,1,0,0,0),(132712,25464,571,1,1,23316,0,2868.92,5538.84,58.0789,1.17806,180,5,0,6986,0,1,0,0,0),(132713,25464,571,1,1,23316,0,2820.59,5519.41,53.5736,2.29072,180,5,0,6986,0,1,0,0,0),(132714,25464,571,1,1,23316,0,2887.43,5522.5,57.5547,4.04649,180,5,0,6986,0,1,0,0,0),(132715,25464,571,1,1,23316,0,2901.72,5654.85,45.1388,4.00896,180,5,0,6986,0,1,0,0,0),(132716,25464,571,1,1,23316,0,2916.08,5634.06,45.684,4.81711,180,0,0,6986,0,0,0,0,0),(132717,25464,571,1,1,23316,0,2816.07,5620.52,47.3114,4.173,180,5,0,6986,0,1,0,0,0),(132718,25464,571,1,1,23316,0,2844.11,5590.84,51.7433,5.28835,180,0,0,6986,0,0,0,0,0),(132719,25464,571,1,1,23316,0,2743.69,5641.46,51.2893,3.88871,180,5,0,6986,0,1,0,0,0),(132720,25467,571,1,1,27195,0,2624.95,5953.77,94.306,5.41052,180,5,0,6986,0,1,0,0,0),(132721,25467,571,1,1,27195,0,2616.16,5982.85,88.3397,5.2709,180,5,0,6986,0,1,0,0,0),(132722,25467,571,1,1,27195,0,2655.92,5914.58,95.6922,5.67232,180,5,0,6986,0,1,0,0,0),(132723,25467,571,1,1,27195,0,2628.86,5929.97,96.6824,1.95477,180,5,0,6986,0,1,0,0,0),(132724,25467,571,1,1,27195,0,2653.79,5947.39,93.1792,3.05433,180,5,0,6986,0,1,0,0,0),(132725,25467,571,1,1,27195,0,2720.11,5448.6,58.0386,1.82374,180,5,0,6986,0,1,0,0,0),(132726,25467,571,1,1,27195,0,2751.39,5463.34,56.176,6.17935,180,5,0,6986,0,1,0,0,0),(132727,25467,571,1,1,27195,0,2537.57,5907.5,112.31,4.93085,180,5,0,6986,0,1,0,0,0),(132728,25467,571,1,1,27195,0,2995.77,5561.42,48.6303,0.616414,180,5,0,6986,0,1,0,0,0),(132729,25467,571,1,1,27195,0,2841.22,5496.42,55.7568,3.30767,180,5,0,6986,0,1,0,0,0),(132730,25467,571,1,1,27195,0,2960.03,5546.33,50.8989,6.12188,180,5,0,6986,0,1,0,0,0),(132731,25467,571,1,1,27195,0,3007.4,5614.75,51.7396,4.41589,180,5,0,6986,0,1,0,0,0),(132732,25467,571,1,1,27195,0,2947.71,5646.85,49.5391,5.12675,180,5,0,6986,0,1,0,0,0),(132733,25467,571,1,1,27195,0,2880.82,5637.64,42.7428,1.72503,180,5,0,6986,0,1,0,0,0),(132734,25467,571,1,1,27195,0,2779.36,5622.35,41.3976,5.7418,180,5,0,6986,0,1,0,0,0),(132735,25467,571,1,1,27195,0,2819.76,5548.96,52.5093,2.50467,180,5,0,6986,0,1,0,0,0),(132736,25467,571,1,1,27195,0,2684.04,5552.13,45.1256,4.51109,180,5,0,6986,0,1,0,0,0),(132737,25467,571,1,1,27195,0,2820.48,5581.73,48.7155,3.21371,180,5,0,6986,0,1,0,0,0),(132738,25467,571,1,1,27195,0,2740.66,5566.27,45.0702,3.08623,180,5,0,6986,0,1,0,0,0),(132739,25467,571,1,1,27195,0,2611.8,5559.32,38.6458,2.20297,180,5,0,6986,0,1,0,0,0),(132740,25468,571,1,1,27170,0,2605.39,5824.15,138.669,4.39823,180,0,0,6986,0,0,0,0,0),(132741,25468,571,1,1,27170,0,2731.67,5615.71,47.9604,1.36136,180,0,0,6986,0,0,0,0,0),(132742,25468,571,1,1,27170,0,2746.99,5617.97,47.9604,1.74533,180,0,0,6986,0,0,0,0,0),(132743,25468,571,1,1,27170,0,2779.26,5547.21,45.5862,1.43117,180,0,0,6986,0,0,0,0,0),(132744,25468,571,1,1,27170,0,2976.16,5582.47,50.1435,1.95477,180,0,0,6986,0,0,0,0,0),(132745,25468,571,1,1,27170,0,2961.9,5509.17,51.1006,1.97222,180,0,0,6986,0,0,0,0,0),(132746,25468,571,1,1,27170,0,2736.22,5592.95,47.9603,1.50098,180,0,0,6986,0,0,0,0,0),(132747,25468,571,1,1,27170,0,2747.93,5599.25,47.8514,2.09439,180,0,0,6986,0,0,0,0,0),(132748,25981,571,1,1,23496,1,2866.75,5232.28,9.77398,0.059656,180,5,0,6986,0,1,0,0,0),(132749,25981,571,1,1,23496,1,2837.88,5239.02,13.7917,3.18009,180,5,0,6986,0,1,0,0,0),(132750,25981,571,1,1,23496,1,2774.53,5338,29.8088,5.08163,180,5,0,6986,0,1,0,0,0),(132752,25981,571,1,1,23496,1,2793.74,5269.7,20.9931,0.809989,180,5,0,6986,0,1,0,0,0),(132753,25981,571,1,1,23497,1,2790.46,5302.18,22.3121,1.77458,180,5,0,6986,0,1,0,0,0),(132755,25981,571,1,1,23496,1,2824.28,5228.89,14.5212,2.11966,180,5,0,6986,0,1,0,0,0),(132756,25981,571,1,1,23497,1,2809.71,5267.66,18.9738,0.827511,180,5,0,6986,0,1,0,0,0),(132757,25981,571,1,1,23496,1,2836.57,5251.03,13.5383,4.91582,180,5,0,6986,0,1,0,0,0),(132758,25981,571,1,1,23496,1,2746.04,5284.78,24.8633,2.63694,180,5,0,6986,0,1,0,0,0),(132759,25470,571,1,1,27174,0,2725.79,5476.06,56.6309,4.46351,180,5,0,6986,2991,1,0,0,0),(132760,25470,571,1,1,27174,0,2586.58,5648.33,40.2614,5.65256,180,5,0,6986,2991,1,0,0,0),(132761,25470,571,1,1,27174,0,2547.09,5874.45,120.983,4.27335,180,5,0,6986,2991,1,0,0,0),(132762,25470,571,1,1,27174,0,2570.56,5939.64,106.677,1.05482,180,5,0,6986,2991,1,0,0,0),(132763,25470,571,1,1,27174,0,2607.18,5801.11,137.16,0.427493,180,5,0,6986,2991,1,0,0,0),(132764,25470,571,1,1,27174,0,2950.41,5456.1,57.2923,0.204463,180,5,0,6986,2991,1,0,0,0),(132765,25470,571,1,1,27174,0,2880.52,5487.02,55.747,1.09721,180,5,0,6986,2991,1,0,0,0),(132766,25470,571,1,1,27174,0,2810.46,5643.29,48.0613,3.06976,180,5,0,6986,2991,1,0,0,0),(132767,25470,571,1,1,27174,0,2910.42,5606.31,47.7708,5.95081,180,5,0,6986,2991,1,0,0,0),(132768,25470,571,1,1,27174,0,2882.75,5675.11,44.5976,4.90999,180,5,0,6986,2991,1,0,0,0),(132769,25470,571,1,1,27174,0,2647.58,5580.74,43.5555,5.67627,180,5,0,6986,2991,1,0,0,0),(132770,25470,571,1,1,27174,0,2679.13,5613.68,42.4251,1.21785,180,5,0,6986,2991,1,0,0,0),(132771,25470,571,1,1,27174,0,2618.94,5628.6,39.609,5.83177,180,5,0,6986,2991,1,0,0,0),(132772,25470,571,1,1,27174,0,2859.22,5595.66,52.8757,3.26212,180,5,0,6986,2991,1,0,0,0),(132773,25986,571,1,1,24964,0,2798.24,5275.97,21.7922,1.93731,180,0,0,6986,0,0,0,0,0),(132774,1412,530,1,1,134,0,-4181.73,3364.32,265.726,1.20334,180,5,0,8,0,1,0,0,0),(132775,1412,530,1,1,134,0,-3872.89,3744.11,291.661,0.203721,180,5,0,8,0,1,0,0,0),(132776,1412,571,1,1,134,0,5841.77,5608.69,-70.0033,5.50709,180,5,0,8,0,1,0,0,0),(202324,33379,571,1,1,0,1,8429.48,649.509,550.434,2.33916,300,0,0,25200,0,0,0,0,0),(132778,21644,530,1,1,18628,1,-3840.9,3775.09,285.732,0.663225,180,0,0,6986,0,0,0,0,0),(132779,25743,571,1,1,26425,0,3022.62,5441.75,58.7155,0.730103,180,5,0,17964,0,1,0,0,0),(132780,21649,530,1,1,20602,1,-4175.68,3194.91,314.297,1.64243,180,5,0,5589,3155,1,0,0,0),(132781,21651,530,1,1,21352,1,-4147.02,3048.13,314.756,1.7099,180,5,0,7181,0,1,0,0,0),(132782,21651,530,1,1,21352,1,-4112.76,3033.49,344.448,3.15194,180,5,0,7181,0,1,0,0,0),(132783,21651,530,1,1,21352,1,-4098.58,3014.3,344.291,1.13446,180,0,0,7181,0,0,0,0,0),(132784,21651,530,1,1,21352,1,-4176.09,3038.24,343.674,6.17941,180,5,0,7181,0,1,0,0,0),(132785,21651,530,1,1,21352,1,-4201.8,3048.26,344.139,4.2222,180,5,0,7181,0,1,0,0,0),(132786,21651,530,1,1,21352,1,-4176.15,3186,315.189,0.123457,180,5,0,7181,0,1,0,0,0),(132787,21651,530,1,1,21352,1,-3669.3,3390.64,312.961,1.48353,180,0,0,7181,0,0,0,0,0),(132788,21651,530,1,1,21352,1,-3691.59,3290.75,312.3,5.70723,180,0,0,7181,0,0,0,0,0),(132789,21651,530,1,1,21352,1,-3682.13,3317.18,311.703,2.16765,180,5,0,7181,0,1,0,0,0),(132790,21651,530,1,1,21352,1,-3647.5,3383.45,312.345,4.2237,180,0,0,7181,0,0,0,0,0),(132791,21651,530,1,1,21352,1,-3711.1,3809.29,302.272,6.10865,180,0,0,7181,0,0,0,0,0),(132792,21651,530,1,1,21352,1,-3889.44,3788.59,334.885,5.25344,180,0,0,7181,0,0,0,0,0),(132793,21651,530,1,1,21352,1,-3629.73,3753.23,302.146,2.28489,180,5,0,7181,0,1,0,0,0),(132794,21651,530,1,1,21352,1,-3643.24,3771.67,301.829,1.12922,180,5,0,7181,0,1,0,0,0),(132795,21651,530,1,1,21352,1,-3725.2,3785.74,302.199,2.23402,180,0,0,7181,0,0,0,0,0),(132796,21651,530,1,1,21352,1,-3899.41,3680.73,335.81,2.39109,180,5,0,7181,0,1,0,0,0),(132797,21651,530,1,1,21352,1,-3862.81,3671.75,335.951,2.47837,180,0,0,7181,0,0,0,0,0),(132798,21651,530,1,1,21352,1,-3883.7,3654.49,336.01,1.41372,180,0,0,7181,0,0,0,0,0),(132799,21651,530,1,1,21352,1,-3882.21,3753.61,334.807,4.22583,180,5,0,7181,0,1,0,0,0),(132800,21651,530,1,1,21352,1,-4049.61,3296.16,332.852,4.94173,180,5,0,7181,0,1,0,0,0),(132801,21651,530,1,1,21352,1,-4059.92,3269.66,332.927,2.58309,180,0,0,7181,0,0,0,0,0),(132802,21651,530,1,1,21352,1,-3946.89,3222,334.047,0.034907,180,0,0,7181,0,0,0,0,0),(132803,21651,530,1,1,21352,1,-3976.7,3217.71,333.824,5.49841,180,5,0,7181,0,1,0,0,0),(132804,21651,530,1,1,21352,1,-3884.69,3111.29,362.534,3.82302,180,5,0,7181,0,1,0,0,0),(132805,21651,530,1,1,21352,1,-3998.81,3150.83,363.331,6.0169,180,5,0,7181,0,1,0,0,0),(132806,21651,530,1,1,21352,1,-3893.43,3075.96,362.592,3.08923,180,0,0,7181,0,0,0,0,0),(132807,21651,530,1,1,21352,1,-4002.44,3127.34,363.567,3.76991,180,0,0,7181,0,0,0,0,0),(132808,21651,530,1,1,21352,1,-3906.72,3111.91,328.477,1.78354,180,5,0,7181,0,1,0,0,0),(132809,21651,530,1,1,21352,1,-3894.04,3086.47,374.747,5.53269,180,0,0,7181,0,0,0,0,0),(132810,21651,530,1,1,21352,1,-3920.92,3017.97,356.789,4.39217,180,5,0,7181,0,1,0,0,0),(132811,21651,530,1,1,21352,1,-3852.52,3323.43,324.054,1.04193,180,5,0,7181,0,1,0,0,0),(132812,21651,530,1,1,21352,1,-3818.04,3330.86,324.138,2.79253,180,0,0,7181,0,0,0,0,0),(132813,21651,530,1,1,21352,1,-3685.91,3733.82,279.505,4.67674,180,5,0,7181,0,1,0,0,0),(132814,23188,530,1,1,21316,1,-4584.82,56.0591,260.312,4.62644,180,0,0,7266,3155,2,0,0,0),(132818,23188,530,1,1,21316,1,-4735.99,122.249,106.433,3.01908,180,0,0,7266,3155,2,0,0,0),(132819,24469,571,1,1,24848,0,2816.61,5748.21,90.3938,1.09956,180,0,0,39920,0,0,0,0,0),(132820,24469,571,1,1,24848,0,2704.17,5731.75,76.8095,1.3439,180,0,0,39920,0,0,0,0,0),(132821,24469,571,1,1,24848,0,2733.97,5744.26,77.5219,2.33874,180,0,0,39920,0,0,0,0,0),(132822,24469,571,1,1,24848,0,2921.92,5741.42,106.114,4.45059,180,0,0,39920,0,0,0,0,0),(132823,24469,571,1,1,24848,0,2679.96,5857.1,49.5829,4.24115,180,0,0,39920,0,0,0,0,0),(132826,24469,571,1,1,24848,0,2579.99,5938.51,20.2344,5.3058,180,0,0,39920,0,0,0,0,0),(132827,24469,571,1,1,24848,0,2592.35,5957.63,-16.6965,4.38078,180,0,0,39920,0,0,0,0,0),(132828,24469,571,1,1,24848,0,2646.62,5936.61,8.56803,4.32842,180,0,0,39920,0,0,0,0,0),(132829,24469,571,1,1,24848,0,2610.84,5780.09,45.4636,0.401426,180,0,0,39920,0,0,0,0,0),(132831,24469,571,1,1,24848,0,2655.92,5845.9,-8.1996,2.14675,180,0,0,39920,0,0,0,0,0),(132837,21654,530,1,1,23501,0,-3810.8,3768.53,276.705,1.20428,180,0,0,4979,0,0,0,0,0),(132839,21911,530,1,1,17867,1,-3901.91,3676.68,335.892,3.88562,180,5,0,5589,3155,1,0,0,0),(132840,21911,530,1,1,17867,1,-3963.16,3213.15,333.962,1.22927,180,5,0,5589,3155,1,0,0,0),(132841,21911,530,1,1,17867,1,-3844.75,3364.6,323.178,1.30967,180,0,0,5589,3155,0,0,0,0),(132842,21911,530,1,1,17867,1,-4170.34,3170.25,316.298,5.14984,180,5,0,5589,3155,1,0,0,0),(132843,25498,571,1,1,23237,0,2634.66,5770.97,99,3.09471,180,0,0,9291,0,0,0,0,0),(132844,25501,571,1,1,27185,0,2678.41,5813.36,99.0936,0.802044,180,5,0,8982,0,1,0,0,0),(132845,25501,571,1,1,27174,0,2695.61,5797.16,98.4274,3.21074,180,5,0,8982,0,1,0,0,0),(132846,25501,571,1,1,27174,0,2662.06,5754.43,93.716,6.06002,180,5,0,8982,0,1,0,0,0),(132847,25501,571,1,1,27174,0,2652.41,5788.52,97.494,3.75637,180,5,0,8982,0,1,0,0,0),(132848,25501,571,1,1,27174,0,2628.83,5760.12,99.1885,4.52493,180,5,0,8982,0,1,0,0,0),(132849,23219,530,1,1,19998,0,-4231.74,3102.79,331.26,2.99799,180,5,0,6761,0,1,0,0,0),(132850,23219,530,1,1,19998,0,-4128.9,3282.62,291.03,2.68416,180,5,0,6761,0,1,0,0,0),(132851,23219,530,1,1,19998,0,-4086.46,3605.21,313.85,2.91249,180,5,0,6761,0,1,0,0,0),(132852,23219,530,1,1,19998,0,-4144.58,3554.15,319.213,5.5717,180,5,0,6761,0,1,0,0,0),(132853,23219,530,1,1,19998,0,-4017.68,3682.79,300.721,5.80542,180,5,0,6761,0,1,0,0,0),(132854,23219,530,1,1,19998,0,-4120.2,3440.34,291.884,4.48779,180,5,0,6761,0,1,0,0,0),(132855,23219,530,1,1,19998,0,-3629.75,3450.12,283.498,0.129198,180,5,0,6761,0,1,0,0,0),(132856,23219,530,1,1,19998,0,-3587.48,3721.54,286.794,1.72623,180,5,0,6761,0,1,0,0,0),(132857,23219,530,1,1,19998,0,-4052.56,3587.41,289.699,6.24117,180,5,0,6761,0,1,0,0,0),(132858,23225,530,1,1,11686,0,-4729.09,309.257,120.369,0.628319,180,5,0,6986,0,1,0,0,0),(132859,23225,530,1,1,11686,0,-4739.92,160.415,132.566,3.28122,180,5,0,6986,0,1,0,0,0),(132860,28093,571,1,1,25103,0,5746.25,5306.76,-90.3339,2.8869,180,5,0,42,0,1,0,0,0),(132861,28093,571,1,1,25103,0,5937.81,5582.73,-66.9292,5.37951,180,5,0,42,0,1,0,0,0),(132863,25791,571,1,1,22003,0,3347.08,5155.34,13.1625,1.21712,180,9,0,8982,0,1,0,0,0),(132864,25797,571,1,1,23384,0,2627.64,5768.91,99.9635,2.79253,180,5,0,7984,3080,1,0,0,0),(132865,31685,571,1,1,1072,0,3050.86,5488.25,54.3771,0.133197,180,5,0,8,0,1,0,0,0),(132866,31685,571,1,1,1072,0,2889.45,5349.07,63.4555,6.2587,180,5,0,8,0,1,0,0,0),(132867,31685,571,1,1,1072,0,2811.33,5404.67,62.1554,1.09055,180,5,0,8,0,1,0,0,0),(132868,31685,571,1,1,1072,0,2990.17,5408,63.9616,1.08049,180,5,0,8,0,1,0,0,0),(132869,31685,571,1,1,1072,0,3241.39,5296.37,43.0726,1.15039,180,5,0,8,0,1,0,0,0),(132870,22986,530,1,1,17188,0,-3897.7,3145.86,326.602,1.36136,180,0,0,41,60,0,0,0,0),(132871,22986,530,1,1,17188,0,-3716.68,3343.7,287.338,3.89208,180,0,0,41,60,0,0,0,0),(132872,22986,530,1,1,17188,0,-3868.97,3813.03,293.218,2.60054,180,0,0,41,60,0,0,0,0),(132873,22986,530,1,1,17188,0,-4116.41,3212.79,299.878,5.55015,180,0,0,41,60,0,0,0,0),(132874,22986,530,1,1,17188,0,-4180.95,3124.89,321.461,6.14356,180,0,0,41,60,0,0,0,0),(132875,22986,530,1,1,17188,0,-3868.7,3107.64,333.52,4.39823,180,0,0,41,60,0,0,0,0),(132876,22986,530,1,1,17188,0,-3862.66,3234.81,307.935,4.32842,180,0,0,41,60,0,0,0,0),(132877,22986,530,1,1,17188,0,-4066.59,3066.77,318.167,5.46288,180,0,0,41,60,0,0,0,0),(132878,22986,530,1,1,17188,0,-4085.99,3318.13,288.276,6.21337,180,0,0,41,60,0,0,0,0),(132879,22986,530,1,1,17188,0,-4145.48,3366.98,286.727,2.46091,180,0,0,41,60,0,0,0,0),(132880,22986,530,1,1,17188,0,-3976.38,3166.17,315.813,3.735,180,0,0,41,60,0,0,0,0),(132881,22986,530,1,1,17188,0,-4189.13,3257.78,292.119,4.34587,180,0,0,41,60,0,0,0,0),(132882,22986,530,1,1,17188,0,-3914,3258.33,299.583,0.855211,180,0,0,41,60,0,0,0,0),(132883,22986,530,1,1,17188,0,-4195.95,3307.84,284.269,1.65806,180,0,0,41,60,0,0,0,0),(132884,22986,530,1,1,17188,0,-4088.1,3247.53,298.661,0.191986,180,0,0,41,60,0,0,0,0),(132885,22986,530,1,1,17188,0,-4180.68,2999.01,314.537,3.4383,180,0,0,41,60,0,0,0,0),(132886,22986,530,1,1,17188,0,-3825.81,3296.51,275.943,1.67552,180,0,0,41,60,0,0,0,0),(132887,22986,530,1,1,17188,0,-3651.9,3308.47,285.5,4.24115,180,0,0,41,60,0,0,0,0),(132888,22986,530,1,1,17188,0,-3994.99,3021.96,358.191,6.19592,180,0,0,41,60,0,0,0,0),(132889,22986,530,1,1,17188,0,-4135.11,3297.11,291.408,5.34071,180,0,0,41,60,0,0,0,0),(132890,22986,530,1,1,17188,0,-4047.76,3670.26,306.392,2.87979,180,0,0,41,60,0,0,0,0),(132891,22986,530,1,1,17188,0,-3889.21,3200.03,313.549,4.85202,180,0,0,41,60,0,0,0,0),(132892,22986,530,1,1,17188,0,-3623.24,3372.64,294.953,2.33874,180,0,0,41,60,0,0,0,0),(132893,22986,530,1,1,17188,0,-3919.28,3054.06,359.032,3.14159,180,0,0,41,60,0,0,0,0),(132894,22986,530,1,1,17188,0,-4114.75,3445.96,291.581,2.32129,180,0,0,41,60,0,0,0,0),(132895,22986,530,1,1,17188,0,-4035.31,3604.09,289.025,2.35619,180,0,0,41,60,0,0,0,0),(132896,22986,530,1,1,17188,0,-4163.8,3408.5,293.994,2.23402,180,0,0,41,60,0,0,0,0),(132897,22986,530,1,1,17188,0,-4108.45,3544.02,296.909,2.56563,180,0,0,41,60,0,0,0,0),(132898,22986,530,1,1,17188,0,-4002.09,3002.9,361.925,2.21657,180,0,0,41,60,0,0,0,0),(132899,22986,530,1,1,17188,0,-4015.38,3703.51,296.596,2.3911,180,0,0,41,60,0,0,0,0),(132900,22986,530,1,1,17188,0,-3928.23,3804,296.871,4.31096,180,0,0,41,60,0,0,0,0),(132901,22986,530,1,1,17188,0,-3690.24,3390.89,282.282,1.23918,180,0,0,41,60,0,0,0,0),(132902,22986,530,1,1,17188,0,-3896.97,3304.18,286.138,0.890118,180,0,0,41,60,0,0,0,0),(132903,22986,530,1,1,17188,0,-3777.56,3341.35,276.612,2.56563,180,0,0,41,60,0,0,0,0),(132904,22986,530,1,1,17188,0,-4056.92,3349.51,285.699,3.80482,180,0,0,41,60,0,0,0,0),(132905,22986,530,1,1,17188,0,-4106.18,3390.52,295.247,5.79449,180,0,0,41,60,0,0,0,0),(132906,22986,530,1,1,17188,0,-3659.91,3804.56,256.679,3.07178,180,0,0,41,60,0,0,0,0),(132907,22986,530,1,1,17188,0,-3944.93,3664.09,287.99,1.78024,180,0,0,41,60,0,0,0,0),(132908,25806,571,1,1,23391,1,3131.53,5233.39,60.9974,3.43879,180,0,0,7984,0,0,0,0,0),(115228,25294,571,1,1,23880,0,2934.43,6097,75.1891,3.54497,300,5,0,7984,0,2,0,0,0),(132910,25806,571,1,1,23416,1,2777.66,5391.06,62.0514,-1.33351,180,0,0,7984,0,0,0,0,0),(132911,25806,571,1,1,23416,1,2777.88,5337.39,61.3739,4.553,180,0,0,7984,0,0,0,0,0),(132912,25806,571,1,1,23391,1,2907.36,5316.31,59.1709,0.90365,180,0,0,7984,0,0,0,0,0),(132913,25806,571,1,1,23416,1,2811.88,5161.53,72.6087,1.52215,180,0,0,7984,0,0,0,0,0),(132914,25806,571,1,1,23418,1,3075.34,5324.78,59.8453,3.94565,180,5,0,7984,0,1,0,0,0),(132915,25806,571,1,1,23416,1,2940.66,5273.04,59.6859,2.41076,180,0,0,7984,0,0,0,0,0),(132916,25806,571,1,1,23416,1,2849.65,5381.88,62.0257,1.5955,180,5,0,7984,0,1,0,0,0),(132917,25806,571,1,1,23417,1,2846.33,5386.08,61.2762,3.37002,180,5,0,7984,0,1,0,0,0),(132918,25806,571,1,1,23418,1,2984.39,5359.3,63.9885,4.70366,180,5,0,7984,0,1,0,0,0),(132919,25806,571,1,1,23417,1,3049.92,5244.77,63.9913,-0.799652,180,0,0,7984,0,0,0,0,0),(132920,25806,571,1,1,23391,1,2900.3,5245.18,61.4677,2.13837,180,0,0,7984,0,0,0,0,0),(132921,25806,571,1,1,23418,1,2959.89,5314.98,62.9542,0.68519,180,0,0,7984,0,0,0,0,0),(132922,25806,571,1,1,23416,1,3038.51,5350.89,63.7875,2.78431,180,0,0,7984,0,0,0,0,0),(132923,25806,571,1,1,23416,1,3100.4,5342.54,55.6377,-2.97656,180,0,0,7984,0,0,0,0,0),(132924,25806,571,1,1,23391,1,2896.37,5246.55,61.3594,4.09183,180,5,0,7984,0,1,0,0,0),(132925,25806,571,1,1,23417,1,2881.54,5304.82,60.3118,1.08402,180,0,0,7984,0,0,0,0,0),(132926,25806,571,1,1,23418,1,3037.13,5283.68,58.2537,2.49972,180,5,0,7984,0,1,0,0,0),(132937,22991,530,1,1,17612,0,-3800.8,3789.62,314,6.0912,180,0,0,4120,0,0,0,0,0),(132938,22991,530,1,1,17612,0,-3799.02,3788.06,314.158,3.19395,180,0,0,4120,0,0,0,0,0),(132939,22991,530,1,1,17612,0,-3798.91,3790.61,313.852,3.63029,180,0,0,4120,0,0,0,0,0),(132974,25808,571,1,1,23393,0,3223.81,5262.47,47.0526,5.63741,180,0,0,48050,0,0,0,0,0),(132975,25808,571,1,1,23401,0,3188.7,5287.97,48.3408,6.07375,180,0,0,48050,0,0,0,0,0),(132976,25808,571,1,1,23393,0,3229.21,5267.39,46.4065,5.23599,180,0,0,48050,0,0,0,0,0),(132977,25808,571,1,1,23393,0,3218,5293.38,48.0371,5.88176,180,0,0,48050,0,0,0,0,0),(132978,25808,571,1,1,23393,0,3210.93,5261.84,48.4253,5.95157,180,0,0,48050,0,0,0,0,0),(132979,25808,571,1,1,23401,0,3190.13,5270.68,48.4511,1.39626,180,0,0,48050,0,0,0,0,0),(132980,25809,571,1,1,23394,0,3194.39,5282.06,48.1915,0.15708,180,0,0,49700,16935,0,0,0,0),(132981,25810,571,1,1,23395,0,3203.49,5266.17,48.2075,1.22173,180,0,0,44910,15775,0,0,0,0),(132982,25811,571,1,1,23398,0,3205.14,5296.75,48.2632,5.2709,180,0,0,44910,15775,0,0,0,0),(132983,25812,571,1,1,0,0,3203.99,5293.72,47.6229,3.07414,180,0,0,48050,0,2,0,0,0),(132984,25819,571,1,1,21243,0,3197.39,5262.51,59.1744,5.66567,180,5,0,48050,16545,1,0,0,0),(132985,25819,571,1,1,20872,0,3186.13,5267.21,58.1729,4.22576,180,5,0,48050,16545,1,0,0,0),(132986,25819,571,1,1,20872,0,3190.99,5293.58,60.5956,2.14594,180,5,0,48050,16545,1,0,0,0),(132987,28123,571,1,1,7198,1,5913.34,5326.48,-95.9935,0.070857,180,0,0,10635,0,0,0,0,0),(132988,28123,571,1,1,16949,1,5923,5361.59,-106.201,3.57792,180,0,0,10635,0,0,0,0,0),(132989,28123,571,1,1,16949,1,5811.5,5333.76,-90.8846,3.98063,180,5,0,10635,0,1,0,0,0),(132990,28123,571,1,1,7198,1,5880.69,5554.34,-77.7727,2.53073,180,0,0,10635,0,0,0,0,0),(132991,28123,571,1,1,16949,1,5877.73,5437.81,-81.1225,4.86947,180,0,0,10635,0,0,0,0,0),(132992,28123,571,1,1,3922,1,5959.93,5362.99,-99.1904,5.20108,180,0,0,10635,0,0,0,0,0),(132993,28123,571,1,1,7198,1,5974.34,5366.85,-91.6132,3.01942,180,0,0,10635,0,0,0,0,0),(132994,28123,571,1,1,7198,1,5931.87,5324.45,-95.5824,2.80998,180,0,0,10635,0,0,0,0,0),(132995,28123,571,1,1,3922,1,5913.47,5313.61,-95.4708,0.820121,180,5,0,10635,0,1,0,0,0),(132996,28123,571,1,1,16949,1,5907.72,5314.12,-95.453,5.74213,180,0,0,10635,0,0,0,0,0),(132997,28123,571,1,1,3922,1,5893.11,5317.99,-95.453,0.453786,180,0,0,10635,0,0,0,0,0),(132998,28123,571,1,1,7198,1,5888.86,5323.31,-95.2943,5.78692,180,5,0,10635,0,1,0,0,0),(132999,28123,571,1,1,7198,1,5845.54,5394.64,-79.8685,3.24631,180,0,0,10635,0,0,0,0,0),(133000,28123,571,1,1,3922,1,5878.67,5565.16,-77.3811,5.95157,180,0,0,10635,0,0,0,0,0),(133001,28123,571,1,1,3922,1,5865.01,5561.11,-65.3386,4.2586,180,0,0,10635,0,0,0,0,0),(133002,28123,571,1,1,3922,1,5875.12,5539.76,-66.7713,4.03171,180,0,0,10635,0,0,0,0,0),(133003,28123,571,1,1,16949,1,5876.97,5489.57,-69.6328,3.10669,180,0,0,10635,0,0,0,0,0),(133004,28123,571,1,1,7198,1,5872.92,5514.58,-63.0012,3.32663,180,5,0,10635,0,1,0,0,0),(133005,28123,571,1,1,4100,1,5894.83,5488.33,-77.2053,2.87979,180,0,0,10635,0,0,0,0,0),(133007,28123,571,1,1,7198,1,5952.53,5485.45,-85.0848,0.715585,180,0,0,10635,0,0,0,0,0),(133008,28123,571,1,1,16949,1,5862.56,5403.64,-88.4125,2.9147,180,0,0,10635,0,0,0,0,0),(133009,28123,571,1,1,7198,1,5980.63,5477.92,-84.0225,3.16503,180,5,0,10635,0,1,0,0,0),(133010,28123,571,1,1,7198,1,5919.11,5428.42,-91.6922,0.20944,180,0,0,10635,0,0,0,0,0),(133011,28123,571,1,1,16949,1,5975.72,5450.69,-88.6415,0.872665,180,0,0,10635,0,0,0,0,0),(133012,28123,571,1,1,7198,1,5951.98,5407.52,-94.8168,5.16617,180,0,0,10635,0,0,0,0,0),(133013,28123,571,1,1,16949,1,5957.79,5324.41,-100.275,2.96262,180,5,0,10635,0,1,0,0,0),(133014,28123,571,1,1,16949,1,5968.8,5411.48,-89.345,0.013256,180,5,0,10635,0,1,0,0,0),(133015,28123,571,1,1,4100,1,5958.83,5390.18,-97.7749,5.25344,180,0,0,10635,0,0,0,0,0),(133016,28123,571,1,1,16949,1,5946.91,5451.19,-93.5275,1.53589,180,0,0,10635,0,0,0,0,0),(133017,28123,571,1,1,7198,1,5965.01,5454.48,-91.0167,4.17978,180,5,0,10635,0,1,0,0,0),(133018,28123,571,1,1,7198,1,5929.61,5419.88,-91.1499,4.61614,180,5,0,10635,0,1,0,0,0),(133019,28123,571,1,1,3922,1,5855.33,5383.98,-88.4441,3.80482,180,0,0,10635,0,0,0,0,0),(133020,28123,571,1,1,16949,1,5918.33,5372.91,-98.7709,4.67748,180,0,0,10635,0,0,0,0,0),(133021,28123,571,1,1,7198,1,5863.8,5303.54,-93.9932,1.95044,180,5,0,10635,0,1,0,0,0),(133022,28123,571,1,1,4100,1,5893.81,5356.89,-97.9321,5.58505,180,0,0,10635,0,0,0,0,0),(133023,28123,571,1,1,4100,1,5799.24,5327.71,-97.6621,2.25148,180,0,0,10635,0,0,0,0,0),(133024,28123,571,1,1,3922,1,5840.82,5315.43,-97.0629,5.3058,180,0,0,10635,0,0,0,0,0),(133025,28123,571,1,1,3922,1,5884.79,5362.42,-98.4171,5.63741,180,0,0,10635,0,0,0,0,0),(133026,28123,571,1,1,16949,1,5933.79,5459.12,-93.5275,0.628319,180,0,0,10635,0,0,0,0,0),(133027,28124,571,1,1,0,1,5957.63,5448.22,-91.2667,0.79642,180,5,0,10635,0,1,0,0,0),(133028,28124,571,1,1,0,1,5974.15,5336.94,-92.2385,3.85718,180,0,0,10635,0,0,0,0,0),(133029,28124,571,1,1,0,1,5934.77,5312.61,-95.1752,5.74213,180,0,0,10635,0,0,0,0,0),(133030,28124,571,1,1,0,1,5870.15,5322.23,-92.7345,1.23918,180,0,0,10635,0,0,0,0,0),(133031,28124,571,1,1,0,1,5901.52,5471.03,-77.3122,6.10865,180,0,0,10635,0,0,0,0,0),(133032,28124,571,1,1,0,1,5901.01,5451.08,-89.1108,5.86865,180,5,0,10635,0,1,0,0,0),(133033,28124,571,1,1,0,1,5897.08,5510.71,-75.7697,2.98271,180,5,0,10635,0,1,0,0,0),(133035,28124,571,1,1,0,1,5918.7,5438.94,-91.8608,3.09999,180,5,0,10635,0,1,0,0,0),(133036,28124,571,1,1,0,1,5963.99,5452.76,-91.0167,0.982794,180,5,0,10635,0,1,0,0,0),(133037,28124,571,1,1,0,1,5851.06,5345.59,-99.123,0.894138,180,5,0,10635,0,1,0,0,0),(133038,28124,571,1,1,0,1,5941.21,5387.05,-102.852,0.279253,180,0,0,10635,0,0,0,0,0),(133039,28124,571,1,1,0,1,5803.61,5309.67,-97.1263,4.01426,180,0,0,10635,0,0,0,0,0),(133040,28124,571,1,1,0,1,5887.09,5383.73,-95.2655,1.50098,180,0,0,10635,0,0,0,0,0),(133041,28124,571,1,1,0,1,5847.77,5292.02,-97.2263,3.50811,180,0,0,10635,0,0,0,0,0),(133042,28124,571,1,1,0,1,5817.1,5340.63,-99.1966,5.68977,180,0,0,10635,0,0,0,0,0),(133043,28124,571,1,1,0,1,5844.23,5366.55,-90.4223,0.00293,180,0,0,10635,0,0,0,0,0),(133044,21728,530,1,1,5564,0,-3746.81,3415.52,251.513,2.33329,180,5,0,5589,3155,1,0,0,0),(133045,21728,530,1,1,5564,0,-4008.84,3491.49,269.628,1.23109,180,5,0,5589,3155,1,0,0,0),(133046,21728,530,1,1,5564,0,-3852.63,3377.09,263.605,3.83485,180,5,0,5589,3155,1,0,0,0),(133047,21728,530,1,1,5564,0,-3723.57,3379.71,273.479,1.22002,180,5,0,5589,3155,1,0,0,0),(133048,21728,530,1,1,5564,0,-3983.13,3516.04,259.085,0.034895,180,5,0,5589,3155,1,0,0,0),(133049,21728,530,1,1,5564,0,-4025.84,3430.63,269.596,1.50241,180,5,0,5589,3155,1,0,0,0),(133050,21728,530,1,1,5564,0,-3647.35,3648.87,267.399,5.51712,180,5,0,5589,3155,1,0,0,0),(133051,25829,571,1,1,347,0,2815.57,5414,61.0509,1.04227,180,0,0,6116,0,0,0,0,0),(133052,25829,571,1,1,347,0,3136.98,5240.59,58.9989,3.00542,180,5,0,6116,0,1,0,0,0),(133053,25829,571,1,1,347,0,2946.43,5244.76,60.8298,3.34236,180,5,0,6116,0,1,0,0,0),(133054,25829,571,1,1,347,0,3014.24,5204.25,64.6552,2.95329,180,5,0,6116,0,1,0,0,0),(133055,25829,571,1,1,347,0,3014.07,5208.49,65.1552,3.35492,180,5,0,6116,0,1,0,0,0),(133056,25829,571,1,1,347,0,3049.55,5247.29,62.9913,4.92414,180,5,0,6116,0,1,0,0,0),(133057,25829,571,1,1,347,0,3041.62,5349.25,63.5934,2.65419,180,0,0,6116,0,0,0,0,0),(133058,25829,571,1,1,347,0,3090.3,5169.78,47.073,3.34296,180,5,0,6116,0,1,0,0,0),(133059,25829,571,1,1,347,0,3065.47,5187.91,64.9084,2.31648,180,5,0,6116,0,1,0,0,0),(133060,25829,571,1,1,347,0,2942.75,5284.59,61.5002,2.88484,180,0,0,6116,0,0,0,0,0),(133061,25829,571,1,1,347,0,3139.24,5237,59.1239,4.65309,180,5,0,6116,0,1,0,0,0),(133062,25829,571,1,1,347,0,3143.73,5336.94,55.2639,3.09263,180,5,0,6116,0,1,0,0,0),(133063,25829,571,1,1,347,0,2943.48,5249.33,60.4907,3.52523,180,5,0,6116,0,1,0,0,0),(133064,25829,571,1,1,347,0,3071.5,5321.21,60.3513,1.75313,180,5,0,6116,0,1,0,0,0),(133065,25829,571,1,1,347,0,2970.67,5305.67,62.5085,5.59272,180,5,0,6116,0,1,0,0,0),(133066,25829,571,1,1,347,0,3052.51,5242.1,64.4913,6.19863,180,0,0,6116,0,0,0,0,0),(133067,25829,571,1,1,347,0,3020.43,5373.25,65.6794,4.56345,180,0,0,6116,0,0,0,0,0),(133068,25829,571,1,1,347,0,3114.39,5347.98,56.0588,3.41358,180,5,0,6116,0,1,0,0,0),(133069,25829,571,1,1,347,0,3079.67,5282.77,58.8696,3.38519,180,5,0,6116,0,1,0,0,0),(133070,25829,571,1,1,347,0,3100.46,5344.87,55.2016,-0.416323,180,0,0,6116,0,0,0,0,0),(133071,25829,571,1,1,347,0,3045.51,5249.95,62.3213,4.95459,180,5,0,6116,0,1,0,0,0),(133072,25829,571,1,1,347,0,3053.36,5249.17,62.2413,5.36409,180,5,0,6116,0,1,0,0,0),(133073,25829,571,1,1,347,0,3060.37,5288.92,58.1627,1.4687,180,5,0,6116,0,1,0,0,0),(133074,25829,571,1,1,347,0,3064.59,5288.49,58.1627,1.46901,180,5,0,6116,0,1,0,0,0),(133075,25829,571,1,1,347,0,3017.93,5376.89,66.3817,4.94189,180,5,0,6116,0,1,0,0,0),(133076,25829,571,1,1,347,0,2943.17,5240.82,61.1156,3.17894,180,5,0,6116,0,1,0,0,0),(133077,25829,571,1,1,347,0,3063.12,5184.38,63.5334,2.93322,180,5,0,6116,0,1,0,0,0),(133078,25829,571,1,1,347,0,2970.29,5308.7,62.6427,5.60134,180,5,0,6116,0,1,0,0,0),(133079,25829,571,1,1,347,0,3138.43,5336.43,55.1638,3.56414,180,5,0,6116,0,1,0,0,0),(133080,25829,571,1,1,347,0,2937.93,5275.48,59.6088,4.89338,180,0,0,6116,0,0,0,0,0),(133081,25829,571,1,1,347,0,2984.73,5357.53,64.3472,0.345113,180,5,0,6116,0,1,0,0,0),(133082,25829,571,1,1,347,0,2812.69,5412.14,61.404,1.89722,180,5,0,6116,0,1,0,0,0),(133083,25829,571,1,1,347,0,2778.52,5387.49,62.1575,2.13768,180,5,0,6116,0,1,0,0,0),(133084,25829,571,1,1,347,0,2909.98,5312.1,59.7578,2.74303,180,5,0,6116,0,1,0,0,0),(133085,25829,571,1,1,347,0,2882.91,5304.64,60.1951,3.01146,180,0,0,6116,0,0,0,0,0),(133086,25829,571,1,1,347,0,2940.93,5245.3,60.9016,3.21788,180,5,0,6116,0,1,0,0,0),(133087,25829,571,1,1,347,0,3091.95,5274.11,59.2476,5.98431,180,5,0,6116,0,1,0,0,0),(133088,25836,571,1,1,23427,1,3066.28,5557.25,42.6227,3.50071,180,5,0,7984,3080,1,0,0,0),(118709,24562,571,1,1,25237,0,2986.76,6251.77,118.316,5.75722,300,5,0,6986,0,1,0,0,0),(118699,24562,571,1,1,25237,0,2473.9,6118.35,77.5848,0.663225,300,0,0,6986,0,0,0,0,0),(133092,24567,571,1,1,27174,0,2741.61,5771.51,80.3676,6.15925,180,5,0,6986,0,1,0,0,0),(133093,24567,571,1,1,27174,0,2820.78,5751.16,91.4032,4.56816,180,5,0,6986,0,1,0,0,0),(133094,24567,571,1,1,27174,0,2916.69,5734.54,102.464,5.28296,180,5,0,6986,0,1,0,0,0),(133095,24567,571,1,1,27174,0,2721.04,5740.7,78.3926,5.8422,180,5,0,6986,0,1,0,0,0),(133096,24567,571,1,1,27174,0,2568.81,5827.05,-12.4106,1.1148,180,5,0,6986,0,1,0,0,0),(133097,24567,571,1,1,27174,0,2594.51,5813.2,-12.4106,2.98965,180,5,0,6986,0,1,0,0,0),(133098,24567,571,1,1,27174,0,2867.2,5725.06,49.643,1.32549,180,5,0,6986,0,1,0,0,0),(133099,24567,571,1,1,27174,0,2687.15,5737.94,77.424,5.25283,180,5,0,6986,0,1,0,0,0),(133100,24567,571,1,1,27174,0,2917.74,5690.09,44.7082,4.23485,180,5,0,6986,0,1,0,0,0),(133101,24567,571,1,1,27174,0,2845.29,5699.6,49.967,5.92782,180,5,0,6986,0,1,0,0,0),(133102,24567,571,1,1,27174,0,2815.73,5700.92,51.1189,3.80092,180,5,0,6986,0,1,0,0,0),(133103,24567,571,1,1,27174,0,2737.3,5679.43,48.6293,5.94142,180,5,0,6986,0,1,0,0,0),(133104,24567,571,1,1,27174,0,2755.4,5688.64,48.6293,5.41699,180,5,0,6986,0,1,0,0,0),(133105,24567,571,1,1,27174,0,2628.78,5892.56,-9.9792,2.94004,180,5,0,6986,0,1,0,0,0),(133106,24567,571,1,1,27174,0,2618.85,5907.1,-10.3156,4.24257,180,5,0,6986,0,1,0,0,0),(133107,24567,571,1,1,27174,0,2598.08,5948.16,-17.1798,0.745078,180,5,0,6986,0,1,0,0,0),(133108,24567,571,1,1,27174,0,2611.65,5940.02,-18.5654,1.2832,180,5,0,6986,0,1,0,0,0),(133109,24567,571,1,1,27174,0,2684.36,5807.72,51.0707,2.48609,180,5,0,6986,0,1,0,0,0),(133110,24567,571,1,1,27174,0,2705.11,5815.39,51.7164,6.1576,180,5,0,6986,0,1,0,0,0),(133111,24567,571,1,1,27174,0,2656.5,5840.7,47.5511,4.16551,180,5,0,6986,0,1,0,0,0),(133112,24567,571,1,1,27174,0,2636.82,5855.25,45.9898,2.54018,180,5,0,6986,0,1,0,0,0),(133113,24567,571,1,1,27174,0,2593.41,5888.87,-10.5722,0.772181,180,0,0,6986,0,0,0,0,0),(133114,24567,571,1,1,27174,0,2622.24,5859.76,-9.75081,5.29848,180,5,0,6986,0,1,0,0,0),(133115,24567,571,1,1,27174,0,2638.66,5672.39,45.9123,4.82813,180,5,0,6986,0,1,0,0,0),(133116,24567,571,1,1,27174,0,2608.62,5927.92,12.8958,2.9611,180,0,0,6986,0,0,0,0,0),(133117,24567,571,1,1,27174,0,2570.48,5883.63,24.9837,1.64131,180,0,0,6986,0,0,0,0,0),(133118,24567,571,1,1,27174,0,2604.78,5838.04,-8.83931,2.15632,180,5,0,6986,0,1,0,0,0),(133119,24567,571,1,1,27174,0,2563.99,5855.54,-9.49043,1.12106,180,0,0,6986,0,0,0,0,0),(133120,24567,571,1,1,27174,0,2617.24,5832.17,-9.59629,5.72858,180,0,0,6986,0,0,0,0,0),(133121,24567,571,1,1,27174,0,2606.6,5928.02,13.5326,2.91178,180,0,0,6986,0,0,0,0,0),(133122,24567,571,1,1,27174,0,2596.69,5836.07,39.6215,0.65363,180,5,0,6986,0,1,0,0,0),(133123,24567,571,1,1,27174,0,2891.25,5707.33,44.7272,1.47209,180,5,0,6986,0,1,0,0,0),(133124,24567,571,1,1,27174,0,2598.45,5901.8,-9.67757,1.01229,180,0,0,6986,0,0,0,0,0),(135115,26212,571,1,1,0,1,4606.54,-4229.83,178.65,1.5726,25,0,0,84,0,0,0,0,0),(152179,24879,571,1,1,0,0,7229.63,-3044.62,845.739,3.31622,300,5,0,42,0,1,0,0,0),(133135,27665,571,1,1,23867,1,4776.72,1322.33,168.747,4.54853,180,0,0,198800,0,0,0,0,0),(133136,27665,571,1,1,23866,1,4771.38,1323.21,168.304,4.60741,180,0,0,198800,0,0,0,0,0),(133137,27665,571,1,1,23867,1,4780.44,1321.71,169.365,4.71089,180,0,0,198800,0,0,0,0,0),(133138,27665,571,1,1,23864,1,4773.84,1322.81,168.257,4.63646,180,0,0,198800,0,0,0,0,0),(133139,27665,571,1,1,23865,1,4782.64,1321.35,169.365,4.44199,180,0,0,198800,0,0,0,0,0),(133140,27410,571,1,1,24623,1,3581.91,-975.76,138.13,2.74017,180,0,0,9610,0,0,0,0,0),(133143,27410,571,1,1,24623,1,3632.26,-1169.44,114.45,5.39307,180,0,0,9610,0,0,0,0,0),(133144,27410,571,1,1,24623,1,3636.58,-1180.49,114.489,2.25148,180,0,0,9610,0,0,0,0,0),(133145,27410,571,1,1,24623,1,3734.34,-1240.89,121.302,2.00713,180,0,0,9610,0,0,0,0,0),(133146,27410,571,1,1,24623,1,3788.64,-1124.48,120.026,2.70526,180,0,0,9610,0,0,0,0,0),(133147,27410,571,1,1,24623,1,3743.22,-1092.3,120.298,6.00393,180,0,0,9610,0,0,0,0,0),(133148,27410,571,1,1,24623,1,3798.05,-1097.52,118.903,1.51844,180,0,0,9610,0,0,0,0,0),(133149,27410,571,1,1,24623,1,3748.57,-1101.8,120.81,2.32129,180,0,0,9610,0,0,0,0,0),(133150,27410,571,1,1,24623,1,3781.14,-1116.18,120.194,5.44543,180,0,0,9610,0,0,0,0,0),(133151,27410,571,1,1,24623,1,3762.41,-1097.7,121.903,2.6529,180,0,0,9610,0,0,0,0,0),(133152,27410,571,1,1,24623,1,3772.57,-1076.9,120.103,0.767945,180,0,0,9610,0,0,0,0,0),(133153,27410,571,1,1,24623,1,3798.63,-1085.9,119.403,5.06145,180,0,0,9610,0,0,0,0,0),(133154,27410,571,1,1,24623,1,3783.2,-1073.4,119.742,3.61283,180,0,0,9610,0,0,0,0,0),(133155,27410,571,1,1,24623,1,3815.67,-1009.42,117.515,5.18363,180,0,0,9610,0,0,0,0,0),(133156,27410,571,1,1,24623,1,3734.14,-1230.54,121.483,5.06145,180,0,0,9610,0,0,0,0,0),(133157,27410,571,1,1,24623,1,3821.53,-1016.82,116.985,2.21657,180,0,0,9610,0,0,0,0,0),(133158,27410,571,1,1,24623,1,3505.47,-1069.95,130.051,0.506145,180,0,0,9610,0,0,0,0,0),(133159,27410,571,1,1,24623,1,3510.75,-1044.42,128.547,6.07375,180,0,0,9610,0,0,0,0,0),(133160,27410,571,1,1,24623,1,3520.13,-1049.65,128.605,2.84489,180,0,0,9610,0,0,0,0,0),(133165,27671,571,1,1,0,0,4707.38,1605.52,256.842,5.51524,180,0,0,6986,0,0,0,0,0),(133166,27671,571,1,1,0,0,4708.01,1610.55,257.453,5.18363,180,0,0,6986,0,0,0,0,0),(133167,27671,571,1,1,0,0,4705.7,1603.12,256.535,5.84685,180,0,0,6986,0,0,0,0,0),(133168,27671,571,1,1,0,0,4702.81,1612.99,256.18,5.39307,180,0,0,6986,0,0,0,0,0),(133169,27671,571,1,1,0,0,4697.21,1607.73,255.871,5.8294,180,0,0,6986,0,0,0,0,0),(133172,27160,571,1,1,24542,1,3641.11,-696.282,213.935,4.04543,180,0,0,99400,0,2,0,0,0),(133173,27160,571,1,1,24543,1,3535.7,-777.161,221.257,4.45059,180,0,0,99400,0,0,0,0,0),(133193,27160,571,1,1,24543,1,3726.49,-837.472,165.625,4.92806,180,5,0,99400,0,1,0,0,0),(133195,27160,571,1,1,24361,1,3721.29,-846.983,164.025,0.986001,180,0,0,99400,0,0,0,0,0),(133196,27160,571,1,1,24542,1,3722.46,-847.119,164.127,1.59687,180,0,0,99400,0,0,0,0,0),(133198,27161,571,1,1,24539,0,3936.36,-669.47,241.055,1.3094,180,0,0,99400,0,2,0,0,0),(133199,27161,571,1,1,24540,0,3612.65,-726.062,213.935,3.41052,180,0,0,99400,0,2,0,0,0),(133200,27161,571,1,1,24538,0,3866.65,-755.245,219.679,3.86591,180,0,0,99400,0,2,0,0,0),(133206,27161,571,1,1,24362,0,3710.11,-739.771,210.09,2.59749,180,0,0,99400,0,2,0,0,0),(133210,27162,571,1,1,24548,1,3805.38,-677.581,222.047,3.63321,180,0,0,9940,3387,0,0,0,0),(133211,27162,571,1,1,24363,1,3535.74,-774.123,220.671,3.83972,180,0,0,9940,3387,0,0,0,0),(133215,27162,571,1,1,24363,1,3728.38,-835.264,166.178,4.64498,180,0,0,9940,3387,0,0,0,0),(133225,27164,571,1,1,24554,0,3800.85,-685.767,222.046,2.02604,180,0,0,9291,3231,0,0,0,0),(133227,27164,571,1,1,24553,0,3805.32,-679.449,222.677,3.39754,180,0,0,9291,3231,0,0,0,0),(133228,27677,571,1,1,24966,1,4700.34,1447.77,175.125,0.017453,180,0,0,28830,33090,0,0,0,0),(133229,27677,571,1,1,24966,1,4719.93,1347.27,166.643,0.523599,180,0,0,28830,33090,0,0,0,0),(133231,27691,571,1,1,17311,0,4797.77,1472.35,222.657,1.83396,180,5,0,198018,0,1,0,0,0),(133232,27691,571,1,1,17311,0,4736.51,1362.07,175.335,2.38858,180,5,0,198018,0,1,0,0,0),(133233,27691,571,1,1,17311,0,4774.82,1400.98,239.088,1.4703,180,5,0,198018,0,1,0,0,0),(133234,27691,571,1,1,17311,0,4799.35,1509.94,218.99,4.30628,180,5,0,198018,0,1,0,0,0),(133235,27691,571,1,1,17311,0,4877.72,1500.11,238.099,4.50928,180,5,0,198018,0,1,0,0,0),(133236,27691,571,1,1,17311,0,4740.83,1406.31,208.507,2.10139,180,5,0,198018,0,1,0,0,0),(133237,27691,571,1,1,17311,0,4847.26,1480.87,256.43,2.24379,180,5,0,198018,0,1,0,0,0),(133238,27691,571,1,1,17311,0,4820.42,1524.99,218.99,3.05848,180,5,0,198018,0,1,0,0,0),(133239,27691,571,1,1,17311,0,4905.46,1529.63,292.766,4.10152,180,5,0,198018,0,1,0,0,0),(133242,27695,571,1,1,24553,0,4742.88,1354.71,170.397,5.88265,180,0,0,55005,3643,0,0,0,0),(133243,27957,571,1,1,24579,0,4697.7,1439.4,176.283,2.89889,180,0,0,9291,0,0,0,0,0),(133244,26426,571,1,1,13340,0,3970.21,-656.544,272.578,4.17616,180,5,0,9610,0,1,0,0,0),(133245,26426,571,1,1,13340,0,4558.37,1262.88,206.879,2.07112,180,5,0,9610,0,1,0,0,0),(133246,26426,571,1,1,13340,0,4567.9,1237.58,173.794,5.82915,180,5,0,9610,0,1,0,0,0),(133247,26426,571,1,1,13340,0,3562.07,-913.198,170.744,0.696881,180,5,0,9610,0,1,0,0,0),(133248,26426,571,1,1,13340,0,3509.64,-750.941,294.387,1.09366,180,0,0,9610,0,2,0,0,0),(133249,26426,571,1,1,13340,0,3557.36,-885.102,213.862,1.98854,180,0,0,9610,0,2,0,0,0),(133250,26426,571,1,1,13340,0,3581.57,-884.705,155.805,-1.17285,180,5,0,9610,0,1,0,0,0),(133263,27712,571,1,1,24995,0,3651,-1260.85,98.0911,4.19283,8,5,0,399,0,1,0,0,0),(133264,27712,571,1,1,24992,0,3698.48,-1153.14,97.9028,4.27953,8,5,0,399,0,1,0,0,0),(133265,27712,571,1,1,24994,0,3640.11,-1239.35,98.0911,4.02738,8,5,0,399,0,1,0,0,0),(133266,27712,571,1,1,24993,0,3637.64,-1254.92,98.0911,2.2441,8,5,0,399,0,1,0,0,0),(133267,27712,571,1,1,24992,0,3699.48,-1157.94,98.0914,4.08621,8,5,0,399,0,1,0,0,0),(133268,27712,571,1,1,24993,0,3644.47,-1246.31,98.26,2.87991,8,5,0,399,0,1,0,0,0),(133269,27712,571,1,1,24993,0,3681.24,-1156.84,97.6495,4.27953,8,5,0,399,0,1,0,0,0),(133270,27712,571,1,1,24993,0,3636.81,-1241.15,98.0911,4.84643,8,5,0,399,0,1,0,0,0),(133271,27712,571,1,1,24993,0,3635.19,-1256.17,98.0911,4.22659,8,5,0,399,0,1,0,0,0),(133260,27712,571,1,1,24993,0,3650.1,-1259.2,98.0911,2.80981,8,5,0,399,0,1,0,0,0),(133259,27712,571,1,1,24992,0,3701.25,-1129.27,97.8784,0.590263,8,5,0,399,0,1,0,0,0),(101973,27712,571,1,1,24993,0,3656.28,-1262.44,98.0912,1.12122,8,5,0,399,0,1,0,0,0),(101975,27712,571,1,1,24994,0,3649.39,-1213.72,98.1747,5.84685,8,5,0,399,0,1,0,0,0),(101976,27712,571,1,1,24995,0,3650.91,-1219.34,98.1747,0.349066,8,5,0,399,0,1,0,0,0),(101977,27712,571,1,1,24994,0,3655.57,-1216.23,98.1747,0.017453,8,5,0,399,0,1,0,0,0),(133252,27712,571,1,1,24993,0,3717.33,-1142.87,98.0911,3.63761,8,5,0,399,0,1,0,0,0),(133253,27712,571,1,1,24994,0,3683.98,-1123.27,98.0911,2.94569,8,5,0,399,0,1,0,0,0),(133254,27712,571,1,1,24993,0,3682.59,-1122.67,98.0911,3.01946,8,5,0,399,0,1,0,0,0),(133255,27712,571,1,1,24992,0,3674.84,-1139.19,98.0911,2.37743,8,5,0,399,0,1,0,0,0),(133256,27712,571,1,1,24994,0,3711.31,-1156.57,98.0911,6.22378,8,5,0,399,0,1,0,0,0),(133257,27712,571,1,1,24992,0,3689.55,-1126.04,98.0911,4.35486,8,5,0,399,0,1,0,0,0),(133258,27712,571,1,1,24994,0,3673.33,-1138.08,98.0911,2.29077,8,5,0,399,0,1,0,0,0),(133272,27712,571,1,1,24993,0,3701.15,-1130.6,97.6494,1.79381,8,5,0,399,0,1,0,0,0),(133273,27712,571,1,1,24992,0,3699.32,-1130.5,97.6494,1.13592,8,5,0,399,0,1,0,0,0),(133287,27712,571,1,1,24995,0,3689.03,-1140.65,97.6495,4.33361,8,5,0,399,0,1,0,0,0),(133288,27712,571,1,1,24994,0,3657.7,-1221.01,98.2548,4.11898,8,5,0,399,0,1,0,0,0),(133290,27712,571,1,1,24992,0,3690.39,-1166.51,98.1747,3.33358,8,5,0,399,0,1,0,0,0),(133291,27712,571,1,1,24993,0,3684.38,-1159.51,97.733,3.00197,8,5,0,399,0,1,0,0,0),(133293,27712,571,1,1,24995,0,3681.92,-1166.77,98.1747,2.04204,8,5,0,399,0,1,0,0,0),(133294,27712,571,1,1,24995,0,3664.91,-1226.92,98.1747,2.58309,8,5,0,399,0,1,0,0,0),(133295,27712,571,1,1,24994,0,3662.68,-1220.91,98.1747,1.69297,8,5,0,399,0,1,0,0,0),(133297,27712,571,1,1,24993,0,3676.08,-1161.85,98.1747,5.91667,8,5,0,399,0,1,0,0,0),(133298,27712,571,1,1,24993,0,3694.7,-1158.48,97.733,2.04204,8,5,0,399,0,1,0,0,0),(133299,27712,571,1,1,24995,0,3701.54,-1140.65,97.6496,4.33361,8,5,0,399,0,1,0,0,0),(133300,27712,571,1,1,24995,0,3651.97,-1226.94,98.3436,4.36332,8,5,0,399,0,1,0,0,0),(133286,27712,571,1,1,24993,0,3669.51,-1217.07,98.9089,0.659359,8,5,0,399,0,1,0,0,0),(133285,27712,571,1,1,24992,0,3695.77,-1144.35,97.6498,1.29109,8,5,0,399,0,1,0,0,0),(133274,27712,571,1,1,24993,0,3700.21,-1129.71,97.6494,4.65467,8,5,0,399,0,1,0,0,0),(133275,27712,571,1,1,24995,0,3694.21,-1131.96,97.6497,1.28324,8,5,0,399,0,1,0,0,0),(133276,27712,571,1,1,24995,0,3641.21,-1248.71,98.26,0.858347,8,5,0,399,0,1,0,0,0),(133277,27712,571,1,1,24994,0,3662.98,-1230.15,98.0911,1.34507,8,5,0,399,0,1,0,0,0),(133302,27713,571,1,1,24361,1,3685.26,-926.821,78.6817,1.48353,180,0,0,18582,0,0,0,0,0),(133303,27713,571,1,1,24542,1,3683.18,-928.481,78.5563,1.46608,180,0,0,18582,0,0,0,0,0),(133304,27713,571,1,1,24541,1,3678.88,-928.056,77.0596,1.55334,180,0,0,18582,0,0,0,0,0),(133305,27713,571,1,1,24361,1,3675.74,-925.946,76.1638,1.47644,180,0,0,18582,0,0,0,0,0),(202497,23771,571,1,1,0,0,1697.21,-2538.46,12.9364,2.74017,120,0,0,1,0,0,0,0,0),(202496,23755,571,1,1,0,0,1727.26,-2522.87,13.7293,1.35902,120,5,0,1,0,1,0,0,0),(133308,15214,571,1,1,0,0,4827.6,1414.46,193.826,5.0311,180,0,0,42,0,0,0,0,0),(133309,15214,571,1,1,0,0,4673.96,1451.04,170.746,6.1879,180,0,0,42,0,0,0,0,0),(133310,15214,571,1,1,0,0,4884.12,1387,200.8,6.2068,180,0,0,42,0,0,0,0,0),(133311,15214,571,1,1,0,0,4877.25,1458.62,209.601,1.2607,180,0,0,42,0,0,0,0,0),(133312,15214,571,1,1,0,0,4809.42,1297.84,173.198,1.12173,180,0,0,42,0,0,0,0,0),(133313,15214,571,1,1,0,0,4790.43,1509.2,199.451,0.493639,180,0,0,42,0,0,0,0,0),(133314,15214,571,1,1,0,0,4718.25,1347.84,165.885,2.47264,180,0,0,42,0,0,0,0,0),(133318,15214,571,1,1,0,0,4840.56,1496.25,209.576,3.84351,180,0,0,42,0,0,0,0,0),(133319,15214,571,1,1,0,0,4714.02,1445.62,175.43,0.723409,180,0,0,42,0,0,0,0,0),(133321,15214,571,1,1,0,0,4861.42,1554.49,223.642,5.77817,180,0,0,42,0,0,0,0,0),(133322,15214,571,1,1,0,0,4800.61,1433.65,193.451,5.00019,180,0,0,42,0,0,0,0,0),(133323,15214,571,1,1,0,0,4911.54,1488.2,217.446,2.39689,180,0,0,42,0,0,0,0,0),(133326,27761,571,1,1,14337,0,4496.08,1254.03,136.459,4.41568,180,0,0,53175,0,0,0,0,0),(133327,27761,571,1,1,0,0,4566.57,1363.17,182.523,3.85445,180,0,0,53175,0,2,0,0,0),(133328,27761,571,1,1,14582,0,4647.71,1409.58,170.843,1.58703,180,5,0,53175,0,1,0,0,0),(133329,27761,571,1,1,14337,0,4512.51,1243.36,136.106,3.92699,180,0,0,53175,0,0,0,0,0),(133330,27761,571,1,1,14337,0,4704.92,1443.64,175.312,6.23082,180,0,0,53175,0,0,0,0,0),(133331,27761,571,1,1,14338,0,4734.25,1353.7,170.42,0.54038,180,0,0,53175,0,0,0,0,0),(133332,26483,571,1,1,23962,0,3327.08,-1134.34,128.063,5.37105,180,5,0,9291,0,1,0,0,0),(133337,27513,571,1,1,25286,0,3791.66,-831.417,212.481,0.23333,180,5,0,9291,0,1,0,0,0),(133338,27513,571,1,1,25286,0,3789.63,-831.937,212.481,-1.02959,180,0,0,9291,0,0,0,0,0),(133339,27513,571,1,1,25286,0,3716.05,-766.5,213.61,0.326903,180,5,0,9291,0,1,0,0,0),(133340,27513,571,1,1,25286,0,3713.09,-765.053,213.61,3.97304,180,5,0,9291,0,1,0,0,0),(133342,27516,571,1,1,2405,0,4558.85,1404.43,193.078,6.21337,180,0,0,8982,0,0,0,0,0),(133343,27516,571,1,1,2410,0,4565.5,1394.92,193.05,3.07178,180,0,0,8982,0,0,0,0,0),(133344,27516,571,1,1,2410,0,4565.88,1404.67,193.05,3.24631,180,0,0,8982,0,0,0,0,0),(133345,27516,571,1,1,2402,0,4558.7,1400.97,193.05,0.034907,180,0,0,8982,0,0,0,0,0),(133346,27517,571,1,1,0,0,4574.94,1431.08,189.396,4.83456,180,0,0,2784,0,0,0,0,0),(133347,27773,571,1,1,0,0,3799.64,-690.863,224.339,0.244346,180,0,0,1,0,0,0,0,0),(133348,27517,571,1,1,0,0,4579.32,1421.64,189.396,1.43117,180,0,0,2784,0,0,0,0,0),(133349,27517,571,1,1,0,0,4562.2,1421.7,189.407,4.46804,180,0,0,2784,0,0,0,0,0),(133350,27517,571,1,1,0,0,4566.65,1422.16,189.403,1.53589,180,0,0,2784,0,0,0,0,0),(133351,27517,571,1,1,0,0,4566.58,1430.5,189.396,1.5708,180,0,0,2784,0,0,0,0,0),(133352,27518,571,1,1,24541,1,4520.98,1248.83,139.68,3.9619,180,0,0,47080,0,0,0,0,0),(133353,27518,571,1,1,24541,1,4530.12,1238.06,139.474,4.60767,180,0,0,47080,0,0,0,0,0),(133354,27518,571,1,1,24542,1,4726.06,1578.85,244.255,0.558505,180,0,0,47080,0,0,0,0,0),(133356,27518,571,1,1,24543,1,4570.7,1393.9,193.075,0.244346,180,5,0,47080,0,1,0,0,0),(133357,27518,571,1,1,24361,1,4659.13,1354.9,176.453,5.75286,180,5,0,47080,0,1,0,0,0),(133358,27518,571,1,1,24542,1,4672.45,1385.06,174.521,0.174533,180,5,0,47080,0,1,0,0,0),(133359,27518,571,1,1,24541,1,4579.15,1456.35,189.406,4.57276,180,0,0,47080,0,0,0,0,0),(133360,27518,571,1,1,24542,1,4529.63,1235.13,139.572,1.8326,180,0,0,47080,0,0,0,0,0),(133361,27518,571,1,1,24542,1,4660.52,1433.75,174.072,0.174533,180,5,0,47080,0,1,0,0,0),(133362,27518,571,1,1,24542,1,4712.38,1582.58,244.256,1.58825,180,0,0,47080,0,0,0,0,0),(133363,27518,571,1,1,24541,1,4569.75,1436.64,189.315,1.23918,180,0,0,47080,0,0,0,0,0),(133364,27518,571,1,1,24361,1,4570.57,1456.21,189.406,4.66003,180,0,0,47080,0,0,0,0,0),(133365,27518,571,1,1,24541,1,4561.55,1447.2,189.414,1.44862,180,0,0,47080,0,0,0,0,0),(133366,27518,571,1,1,24361,1,4570.07,1441.02,189.315,4.81711,180,0,0,47080,0,0,0,0,0),(133367,27518,571,1,1,24543,1,4664.28,1367.66,175.948,6.14356,180,0,0,47080,0,0,0,0,0),(133368,27518,571,1,1,24361,1,4518.34,1254.63,139.539,4.24115,180,0,0,47080,0,0,0,0,0),(133369,27518,571,1,1,24361,1,4561.42,1483.35,231.521,6.02139,180,0,0,47080,0,0,0,0,0),(133370,27518,571,1,1,24541,1,4719.17,1580.33,244.257,1.27409,180,0,0,47080,0,0,0,0,0),(133371,27518,571,1,1,24361,1,4692.65,1415.04,173.669,0.226893,180,0,0,47080,0,0,0,0,0),(133372,27518,571,1,1,24361,1,4715,1460.49,176.781,5.72468,180,0,0,47080,0,0,0,0,0),(133373,27518,571,1,1,24361,1,4689.67,1462.09,176.005,0.331613,180,0,0,47080,0,0,0,0,0),(133374,27518,571,1,1,24361,1,4694.07,1427.5,174.507,0.069813,180,0,0,47080,0,0,0,0,0),(133375,27518,571,1,1,24542,1,4714.89,1441.65,175.095,0.034907,180,0,0,47080,0,0,0,0,0),(133376,27518,571,1,1,24543,1,4715.38,1451.12,176.305,6.02139,180,0,0,47080,0,0,0,0,0),(133377,27518,571,1,1,24542,1,4713.55,1431.22,174.605,0.296706,180,0,0,47080,0,0,0,0,0),(133378,27518,571,1,1,24361,1,4725.04,1364.74,170.002,0.686351,180,0,0,47080,0,0,0,0,0),(133379,27518,571,1,1,24543,1,4732.74,1360.59,171.765,5.56832,180,5,0,47080,0,1,0,0,0),(133380,27518,571,1,1,24543,1,4740.43,1357.71,171.654,3.75236,180,0,0,47080,0,0,0,0,0),(133381,27519,571,1,1,310,1,4654.79,1531.54,283.343,0.017453,180,0,0,6761,0,0,0,0,0),(133382,27519,571,1,1,310,1,4636.34,1419.32,182.693,4.2586,180,0,0,6761,0,0,0,0,0),(133383,27519,571,1,1,310,1,4499.76,1288.77,145.79,3.9968,180,0,0,6761,0,0,0,0,0),(133384,27519,571,1,1,310,1,4561.98,1465.14,227.277,2.18166,180,0,0,6761,0,0,0,0,0),(133385,27519,571,1,1,310,1,4478.95,1274.61,155.676,0.785398,180,0,0,6761,0,0,0,0,0),(133386,27519,571,1,1,310,1,4563.32,1496.42,202.377,4.03171,180,0,0,6761,0,0,0,0,0),(133387,27519,571,1,1,310,1,4571.35,1475.02,218.147,3.07178,180,0,0,6761,0,0,0,0,0),(133388,27519,571,1,1,310,1,4686.93,1525.39,290.283,4.76475,180,0,0,6761,0,0,0,0,0),(133389,27519,571,1,1,310,1,4538.73,1471.98,217.19,0.628319,180,0,0,6761,0,0,0,0,0),(133390,27519,571,1,1,310,1,4571.62,1478.69,208.741,3.19395,180,0,0,6761,0,0,0,0,0),(133391,27519,571,1,1,310,1,4658.51,1516.72,269.659,0.820305,180,0,0,6761,0,0,0,0,0),(133392,27519,571,1,1,310,1,4632.9,1359.74,200.268,2.02458,180,0,0,6761,0,0,0,0,0),(133393,27519,571,1,1,310,1,4636.79,1376.09,190.017,3.22886,180,0,0,6761,0,0,0,0,0),(133394,27519,571,1,1,310,1,4675.71,1512.18,268.657,1.74533,180,0,0,6761,0,0,0,0,0),(133395,27519,571,1,1,310,1,4567.32,1492.62,220.446,4.32842,180,0,0,6761,0,0,0,0,0),(133396,27519,571,1,1,310,1,4571.26,1480.09,226.916,3.29867,180,0,0,6761,0,0,0,0,0),(133397,27519,571,1,1,310,1,4559.17,1464.52,209.418,2.25148,180,0,0,6761,0,0,0,0,0),(133398,27519,571,1,1,310,1,4613.7,1394.78,222.755,5.2709,180,0,0,6761,0,0,0,0,0),(133399,27519,571,1,1,310,1,4628.33,1476.92,181.57,4.5204,180,0,0,6761,0,0,0,0,0),(133400,27519,571,1,1,310,1,4536.36,1476.23,225.95,0.383972,180,0,0,6761,0,0,0,0,0),(133401,27519,571,1,1,310,1,4560.96,1464.93,218.538,2.00713,180,0,0,6761,0,0,0,0,0),(133402,27519,571,1,1,310,1,4608.24,1392.06,213.412,5.23599,180,0,0,6761,0,0,0,0,0),(133403,27519,571,1,1,310,1,4628.51,1357.29,191.469,2.05949,180,0,0,6761,0,0,0,0,0),(133404,27519,571,1,1,310,1,4563.71,1466.63,209.417,1.8326,180,0,0,6761,0,0,0,0,0),(133405,27519,571,1,1,310,1,4498.55,1274.01,166.939,2.23402,180,0,0,6761,0,0,0,0,0),(133406,27519,571,1,1,310,1,4619.19,1460.82,196.813,0.733038,180,0,0,6761,0,0,0,0,0),(133408,27521,571,1,1,24740,0,4666.98,1410.66,194.22,0.174531,180,5,0,35928,0,1,0,0,0),(133409,27521,571,1,1,24738,0,4730.15,1490.42,250.496,5.53269,180,5,0,35928,0,1,0,0,0),(133410,27521,571,1,1,24732,0,4711.86,1465.29,252.872,5.58505,180,5,0,35928,0,1,0,0,0),(133411,27521,571,1,1,24738,0,4710.84,1526.16,260.397,0.418879,180,0,0,35928,0,0,0,0,0),(133412,27521,571,1,1,24739,0,4706.23,1517.5,261.008,0.331613,180,0,0,35928,0,0,0,0,0),(133413,27521,571,1,1,24738,0,4703.42,1439.38,188.478,0.05236,180,5,0,35928,0,1,0,0,0),(133414,27521,571,1,1,24739,0,4703.15,1460.88,188.909,0,180,5,0,35928,0,1,0,0,0),(133420,27784,571,1,1,16015,1,3798.05,-680.611,222.982,6.03884,180,0,0,252000,19970,0,0,0,0),(133421,27272,571,1,1,24494,0,3722.4,-844.713,164.373,4.73846,180,0,0,8982,0,0,0,0,0),(133422,27272,571,1,1,24493,0,3725.8,-833.954,165.917,-1.49843,180,0,0,8982,0,0,0,0,0),(133423,27272,571,1,1,24579,0,3725.36,-832.011,166.337,0.375604,180,0,0,8982,0,0,0,0,0),(133424,27272,571,1,1,24494,0,3726.78,-833.672,166.141,1.00225,180,0,0,8982,0,0,0,0,0),(133425,27272,571,1,1,24493,0,3719.3,-846.552,164.086,6.10517,180,0,0,8982,0,0,0,0,0),(133426,27272,571,1,1,24494,0,3720.93,-845.06,164.34,5.35107,180,0,0,8982,0,0,0,0,0),(133427,25225,571,1,1,0,0,4728.28,1580.11,244.263,3.68265,180,0,0,2097,0,0,0,0,0),(133428,25225,571,1,1,0,0,4720.08,1582.42,244.255,4.59022,180,0,0,2097,0,0,0,0,0),(133429,25225,571,1,1,0,0,4712.36,1584.39,244.269,4.83456,180,0,0,2097,0,0,0,0,0),(133430,27535,571,1,1,24540,1,4496.02,1253.82,138.324,4.41568,180,5,0,48700,0,1,0,0,0),(133431,27535,571,1,1,24540,1,4653.01,1429.68,171.675,4.82241,180,5,0,48700,0,1,0,0,0),(133432,27535,571,1,1,24538,1,4647.7,1409.79,172.709,1.58703,180,5,0,48700,0,1,0,0,0),(133433,27535,571,1,1,24539,1,4512.36,1243.21,137.971,3.92699,180,5,0,48700,0,1,0,0,0),(40280,27791,571,1,1,0,1,3673.78,-1213.68,102.42,4.08126,120,0,0,1,0,0,0,0,0),(40279,27791,571,1,1,0,1,3653.64,-1204.21,102.42,4.04459,120,0,0,1,0,0,0,0,0),(133436,27535,571,1,1,24540,1,4705.14,1443.63,177.178,6.23082,180,5,0,48700,0,1,0,0,0),(133437,27535,571,1,1,24539,1,4734.43,1353.81,172.286,0.54038,180,5,0,48700,0,1,0,0,0),(133438,27792,571,1,1,0,0,3706.58,-1140.74,98.0911,5.63501,180,0,0,42,0,2,0,0,0),(133439,27792,571,1,1,0,0,3656.25,-1252.89,98.0911,5.85877,180,0,0,42,0,2,0,0,0),(133440,27792,571,1,1,0,0,3687.69,-1131.77,98.0911,2.09399,180,0,0,42,0,2,0,0,0),(133441,27792,571,1,1,0,0,3639.13,-1245.7,98.0911,2.7121,180,0,0,42,0,2,0,0,0),(133442,29328,571,1,1,328,0,3888.34,-777.97,220.977,0.115951,180,5,0,42,0,1,0,0,0),(133443,29328,571,1,1,328,0,3621.06,-819.189,165.769,5.3188,180,5,0,42,0,1,0,0,0),(133444,29328,571,1,1,328,0,3773.99,-880.923,163.419,0.635689,180,5,0,42,0,1,0,0,0),(133445,29328,571,1,1,328,0,3702.6,-702.435,215.02,3.7464,180,5,0,42,0,1,0,0,0),(133446,27537,571,1,1,89,1,4594.79,1475.67,194.357,4.72874,180,0,0,6761,0,0,0,0,0),(133447,27538,571,1,1,24695,1,4508.92,1295.44,145.894,3.95737,180,5,0,6761,0,1,0,0,0),(133448,27536,571,1,1,310,1,4570.1,1496.27,197.473,0.021841,180,5,0,6761,0,1,0,0,0),(133449,27793,571,1,1,0,0,3662.67,-1239.83,98.0911,5.87257,180,0,0,42,0,2,0,0,0),(133450,27793,571,1,1,0,0,3680.12,-1145.33,98.0911,2.40743,180,0,0,42,0,2,0,0,0),(133451,27794,571,1,1,0,0,3661.36,-1221.38,98.0911,1.6057,180,0,0,42,0,2,0,0,0),(133452,27794,571,1,1,0,0,3668.85,-1225.11,98.0911,2.73994,180,0,0,42,0,2,0,0,0),(133453,27794,571,1,1,0,0,3675.71,-1162.18,98.0911,1.22173,180,0,0,42,0,2,0,0,0),(133454,27794,571,1,1,0,0,3685.22,-1162.89,97.6494,6.16577,180,0,0,42,0,2,0,0,0),(133456,27795,571,1,1,0,0,3704.95,-1125.08,98.0911,2.69396,180,0,0,42,0,2,0,0,0),(133458,27795,571,1,1,0,0,3690.38,-1120.72,98.0911,5.33595,180,0,0,42,0,2,0,0,0),(133459,27795,571,1,1,0,0,3639.46,-1259.33,98.0911,2.62772,180,0,0,42,0,2,0,0,0),(133460,27283,571,1,1,1245,0,3687.38,-1316.96,117.7,2.53247,180,5,0,7432,7332,1,0,0,0),(133461,27283,571,1,1,1245,0,3662.15,-1245.78,114.731,6.20352,180,5,0,7432,7332,1,0,0,0),(133462,27283,571,1,1,1245,0,3730.48,-1261.63,120.57,4.66547,180,5,0,7432,7332,1,0,0,0),(133463,27283,571,1,1,1245,0,3605.96,-1218.83,115.424,0.621044,180,5,0,7432,7332,1,0,0,0),(133464,27283,571,1,1,1245,0,3617.32,-1092.46,119.309,0.606965,180,5,0,7432,7332,1,0,0,0),(133465,27540,571,1,1,24968,1,4662.42,1389.67,174.869,5.88176,180,0,0,34137,0,0,0,0,0),(133466,27540,571,1,1,24968,1,4615.05,1441.88,181.065,0.195874,180,0,0,34137,0,0,0,0,0),(133467,27540,571,1,1,24968,1,4537.73,1521.44,231.383,3.71338,180,0,0,34137,0,2,0,0,0),(133468,27540,571,1,1,24967,1,4543.62,1478.64,231.521,3.15905,180,0,0,34137,0,0,0,0,0),(133469,27540,571,1,1,24968,1,4527.07,1232.03,139.441,3.82227,180,0,0,34137,0,0,0,0,0),(133470,27540,571,1,1,24967,1,4636.8,1423.17,194.413,6.16101,180,0,0,34137,0,0,0,0,0),(133471,27540,571,1,1,24967,1,4608.84,1391.94,222.666,2.26893,180,0,0,34137,0,0,0,0,0),(133472,27540,571,1,1,24968,1,4545.9,1491.31,231.521,2.23402,180,0,0,34137,0,0,0,0,0),(133473,27540,571,1,1,24967,1,4665.53,1517.11,298.02,3.83972,180,0,0,34137,0,0,0,0,0),(133474,27540,571,1,1,24967,1,4661.75,1423.33,174.74,6.23082,180,0,0,34137,0,0,0,0,0),(133475,27540,571,1,1,24968,1,4661.35,1403.97,176.115,6.24828,180,0,0,34137,0,0,0,0,0),(133476,27540,571,1,1,24967,1,4608.67,1366.21,219.806,4.15388,180,0,0,34137,0,0,0,0,0),(133477,27540,571,1,1,24968,1,4637.89,1375.16,208.056,6.23082,180,0,0,34137,0,0,0,0,0),(133478,27540,571,1,1,24968,1,4626.47,1384.28,219.806,0.610865,180,0,0,34137,0,0,0,0,0),(133479,27540,571,1,1,24967,1,4615.91,1451.96,181.077,5.98648,180,0,0,34137,0,0,0,0,0),(133480,27540,571,1,1,24967,1,4675.93,1537.3,298.02,0.890118,180,0,0,34137,0,0,0,0,0),(133481,27540,571,1,1,24968,1,4706.69,1432.08,175.235,0.244346,180,0,0,34137,0,0,0,0,0),(133482,27540,571,1,1,24968,1,4707.3,1467.06,176.877,6.12611,180,0,0,34137,0,0,0,0,0),(133483,27540,571,1,1,24967,1,4694.16,1440.28,175.934,0.575959,180,0,0,34137,0,0,0,0,0),(133484,27540,571,1,1,24967,1,4692.94,1456.52,175.923,5.70723,180,0,0,34137,0,0,0,0,0),(133485,27540,571,1,1,24968,1,4737.77,1352.04,168.603,1.69643,180,0,0,34137,0,0,0,0,0),(202495,23755,571,1,1,0,0,1716.25,-2528.46,6.80624,1.2271,120,0,0,1,0,0,0,0,0),(202494,23755,571,1,1,0,0,1713.53,-2538.52,13.1237,5.53269,120,0,0,1,0,0,0,0,0),(202493,23755,571,1,1,0,0,1707.39,-2529.88,13.1536,2.79253,120,0,0,1,0,0,0,0,0),(133489,27797,571,1,1,24829,0,3661.12,-1118.02,92.1886,4.31773,180,5,0,9940,0,1,0,0,0),(133490,27797,571,1,1,24829,0,3596.78,-1234.96,89.0739,1.12077,180,0,0,9940,0,2,0,0,0),(133491,27797,571,1,1,24829,0,3592.98,-1155.36,88.9424,-0.206251,180,0,0,9940,0,0,0,0,0),(133492,27797,571,1,1,24829,0,3582.9,-1149.55,89.026,5.91667,180,0,0,9940,0,0,0,0,0),(133493,27797,571,1,1,24829,0,3600.81,-1150.97,89.026,6.26573,180,0,0,9940,0,0,0,0,0),(133494,27286,571,1,1,533,1,3588.35,-1173.06,115.205,0.378265,180,5,0,9610,0,1,0,0,0),(133495,27286,571,1,1,533,1,3639.06,-1176.56,114.856,1.37311,180,5,0,9610,0,1,0,0,0),(133496,27286,571,1,1,533,1,3639.91,-1274.33,112.445,5.1073,180,5,0,9610,0,1,0,0,0),(133497,27286,571,1,1,7848,1,3711.82,-1060.48,120.668,4.61623,180,5,0,9610,0,1,0,0,0),(133498,27286,571,1,1,533,1,3679.78,-1223.39,114.634,2.3099,180,5,0,9610,0,1,0,0,0),(133499,27286,571,1,1,7848,1,3709.65,-1286.72,118.842,3.16545,180,5,0,9610,0,1,0,0,0),(133500,27286,571,1,1,533,1,3596.45,-1253.16,111.974,1.15944,180,5,0,9610,0,1,0,0,0),(133501,27286,571,1,1,7848,1,3618.91,-1284.26,112.833,1.56823,180,5,0,9610,0,1,0,0,0),(133502,27286,571,1,1,533,1,3612.59,-1179.35,116.291,3.01172,180,5,0,9610,0,1,0,0,0),(133503,27543,571,1,1,3943,1,4579.44,1424.63,189.266,3.19591,180,0,0,484,0,2,0,0,0),(133504,27799,571,1,1,24823,0,3557.25,-1129.98,83.6706,0.599641,180,0,0,7688,7500,0,0,0,0),(133505,27799,571,1,1,24823,0,3536.31,-1131.05,83.6706,6.09497,180,0,0,7688,7500,0,0,0,0),(133506,27287,571,1,1,16175,0,3711.9,-1062.43,120.86,0.871061,180,5,0,9610,0,1,0,0,0),(133507,27287,571,1,1,16175,0,3723.34,-1114.64,121.459,0.564605,180,5,0,9610,0,1,0,0,0),(133508,27287,571,1,1,16175,0,3679.32,-1085.18,122.042,2.11694,180,5,0,9610,0,1,0,0,0),(133509,27287,571,1,1,16175,0,3765.61,-1098.79,121.827,1.25044,180,0,0,9610,0,2,0,0,0),(133510,27287,571,1,1,16175,0,3786.79,-1056.62,119.371,3.87334,180,5,0,9610,0,1,0,0,0),(133511,27287,571,1,1,16175,0,3807.78,-1124.51,120.29,5.49481,180,0,0,9610,0,2,0,0,0),(133512,27287,571,1,1,16175,0,3752.68,-1177.05,124.141,6.20813,180,5,0,9610,0,1,0,0,0),(133513,27287,571,1,1,16175,0,3786.24,-1020.52,118.276,5.22851,180,0,0,9610,0,2,0,0,0),(133514,27287,571,1,1,16175,0,3827.87,-1008.74,116.452,1.70721,180,0,0,9610,0,2,0,0,0),(133515,27799,571,1,1,24823,0,3593.26,-1153.78,88.9424,-0.607686,180,0,0,7688,7500,0,0,0,0),(133516,27287,571,1,1,16175,0,3770.92,-1139.01,122.546,3.91173,180,5,0,9610,0,1,0,0,0),(133519,27544,571,1,1,24696,1,4699.82,1510.96,261.057,5.75959,180,0,0,99400,0,0,0,0,0),(133520,27544,571,1,1,24696,1,4696.96,1507.57,261.056,5.49779,180,0,0,99400,0,0,0,0,0),(133521,27800,571,1,1,836,0,3546.79,-1123.99,83.6706,0.756922,180,0,0,9291,0,0,0,0,0),(133522,27800,571,1,1,836,0,3515.05,-1121.65,83.6706,0.575013,180,5,0,9291,0,1,0,0,0),(133523,27288,571,1,1,14591,1,3727.58,-1233.26,120.715,0.361285,180,0,0,9610,0,2,0,0,0),(133524,27288,571,1,1,14591,1,3632.88,-1239.06,112.613,1.55561,180,0,0,9610,0,2,0,0,0),(133525,27800,571,1,1,836,0,3593.55,-1158.25,88.9424,0.600363,180,0,0,9291,0,0,0,0,0),(133526,27800,571,1,1,836,0,3592.9,-1156.16,88.9424,1.85481,180,5,0,9291,0,1,0,0,0),(133527,27800,571,1,1,836,0,3583.08,-1165.42,89.026,4.45059,180,0,0,9291,0,0,0,0,0),(133528,27800,571,1,1,836,0,3582.02,-1145.41,89.026,2.72271,180,0,0,9291,0,0,0,0,0),(133530,27289,571,1,1,24500,0,3667.2,-1241.01,116.15,0.558505,180,0,0,7688,7500,0,0,0,0),(133531,27290,571,1,1,24998,-1,3592.94,-1171.23,115.214,6.081,180,5,0,8982,0,1,0,0,0),(133532,27290,571,1,1,24998,-1,3539.56,-1163.85,105.46,5.94038,180,5,0,8982,0,1,0,0,0),(133533,27290,571,1,1,24999,-1,3547.83,-1165.18,103.672,0.062541,180,5,0,8982,0,1,0,0,0),(133534,27290,571,1,1,24494,-1,3545.21,-1154.51,104.498,0.851281,180,5,0,8982,0,1,0,0,0),(133535,27290,571,1,1,24998,-1,3529.21,-1129.06,112.841,4.79066,180,5,0,8982,0,1,0,0,0),(133536,27290,571,1,1,24494,-1,3530.52,-1112.14,109.841,4.95016,180,5,0,8982,0,1,0,0,0),(133537,27290,571,1,1,24493,-1,3526.9,-1116.77,112.547,5.88381,180,5,0,8982,0,1,0,0,0),(133539,27290,571,1,1,24493,-1,3496.72,-1117.63,113.224,3.99058,180,5,0,8982,0,1,0,0,0),(133540,27290,571,1,1,24998,-1,3539.21,-1093.55,104.369,5.27306,180,5,0,8982,0,1,0,0,0),(133541,27290,571,1,1,24999,-1,3493.42,-1130.97,113.298,0.830198,180,5,0,8982,0,1,0,0,0),(133542,27290,571,1,1,24493,-1,3478.73,-1146.06,113.753,4.48779,180,5,0,8982,0,1,0,0,0),(133543,27290,571,1,1,24494,-1,3509.75,-1080.82,127.747,0.089738,180,5,0,8982,0,1,0,0,0),(133544,27290,571,1,1,24494,-1,3502.05,-1093.04,117.396,3.39133,180,5,0,8982,0,1,0,0,0),(133545,27290,571,1,1,24999,-1,3507.05,-1100.84,113.442,0.999576,180,5,0,8982,0,1,0,0,0),(133546,27290,571,1,1,24998,-1,3522.42,-1114.94,113.466,1.6468,180,5,0,8982,0,1,0,0,0),(133547,27290,571,1,1,24493,-1,3539.01,-1090.89,105.578,3.85932,180,5,0,8982,0,1,0,0,0),(133548,27290,571,1,1,24999,-1,3496.83,-1131.33,113.423,6.23846,180,5,0,8982,0,1,0,0,0),(133549,27290,571,1,1,24998,-1,3502.27,-1165.34,114.128,5.0377,180,5,0,8982,0,1,0,0,0),(133550,27290,571,1,1,24494,-1,3503.96,-1150.09,112.087,2.69105,180,5,0,8982,0,1,0,0,0),(133551,27290,571,1,1,24999,-1,3528.94,-1069.42,127.462,1.52126,180,5,0,8982,0,1,0,0,0),(133552,27290,571,1,1,24493,-1,3508.71,-1190.95,113.087,4.9466,180,5,0,8982,0,1,0,0,0),(133553,27290,571,1,1,24494,-1,3522.19,-1192.1,110.319,1.03105,180,5,0,8982,0,1,0,0,0),(133554,27290,571,1,1,24494,-1,3493.9,-1156.67,111.128,4.82468,180,5,0,8982,0,1,0,0,0),(133555,27290,571,1,1,24494,-1,3570.21,-1149.32,112.503,1.06465,180,0,0,8982,0,0,0,0,0),(133556,27290,571,1,1,24999,-1,3523.85,-1188.61,109.54,4.18716,180,5,0,8982,0,1,0,0,0),(133557,27290,571,1,1,24999,-1,3576.52,-1142.55,112.425,0.20944,180,0,0,8982,0,0,0,0,0),(133558,27290,571,1,1,24998,-1,3570.28,-1139.26,112.295,0.890118,180,0,0,8982,0,0,0,0,0),(133559,27290,571,1,1,24999,-1,3580.68,-1142.58,112.588,0.436332,180,0,0,8982,0,0,0,0,0),(133560,27290,571,1,1,24998,-1,3526.7,-1137.98,113.601,3.36026,180,5,0,8982,0,1,0,0,0),(133561,27290,571,1,1,24494,-1,3501.42,-1172.72,114.161,5.07574,180,5,0,8982,0,1,0,0,0),(133562,27290,571,1,1,24493,-1,3532.37,-1126.63,110.194,3.07178,180,0,0,8982,0,0,0,0,0),(133564,27290,571,1,1,24494,-1,3562.72,-1143.74,112.157,3.27953,180,5,0,8982,0,1,0,0,0),(133565,27290,571,1,1,24494,-1,3580.37,-1145.93,112.661,2.74259,180,5,0,8982,0,1,0,0,0),(133566,27290,571,1,1,24493,-1,3577.42,-1149.23,112.809,0.506145,180,0,0,8982,0,0,0,0,0),(133567,27290,571,1,1,24493,-1,3481.03,-1144.59,113.753,1.29205,180,5,0,8982,0,1,0,0,0),(133568,27290,571,1,1,24999,-1,3584.8,-1145.84,112.928,5.21853,180,0,0,8982,0,0,0,0,0),(133569,27290,571,1,1,24493,-1,3491.23,-1200.08,113.343,5.6333,180,5,0,8982,0,1,0,0,0),(133570,27290,571,1,1,24998,-1,3483.05,-1187.84,113.15,5.31821,180,5,0,8982,0,1,0,0,0),(133571,27290,571,1,1,24493,-1,3495.43,-1190.6,114.012,5.66864,180,5,0,8982,0,1,0,0,0),(133572,27290,571,1,1,24493,-1,3485.42,-1206.25,113.701,1.48091,180,5,0,8982,0,1,0,0,0),(133574,27290,571,1,1,24493,-1,3569.92,-1145.78,112.316,5.72468,180,0,0,8982,0,0,0,0,0),(133576,27290,571,1,1,24493,-1,3572.8,-1144.5,112.352,2.16421,180,0,0,8982,0,0,0,0,0),(133582,27290,571,1,1,24998,-1,3573.02,-1141.04,112.371,2.58309,180,0,0,8982,0,0,0,0,0),(133584,27290,571,1,1,24999,-1,3572.7,-1147.77,112.479,3.1765,180,0,0,8982,0,0,0,0,0),(133586,27290,571,1,1,24998,-1,3505.02,-1214.99,111.882,2.69443,180,5,0,8982,0,1,0,0,0),(133587,27290,571,1,1,24998,-1,3496.86,-1201.25,112.954,5.93858,180,5,0,8982,0,1,0,0,0),(133589,27290,571,1,1,24999,-1,3494.47,-1201.7,113.157,0.191472,180,5,0,8982,0,1,0,0,0),(133590,27290,571,1,1,24998,-1,3487.6,-1191.32,113.594,0.609697,180,5,0,8982,0,1,0,0,0),(133591,27290,571,1,1,24493,-1,3489.83,-1197.26,113.477,5.46289,180,5,0,8982,0,1,0,0,0),(133592,27290,571,1,1,24493,-1,3475.28,-1147.09,114.234,4.03216,180,5,0,8982,0,1,0,0,0),(133593,27290,571,1,1,24998,-1,3496.52,-1171.23,113.602,4.90438,180,0,0,8982,0,0,0,0,0),(133594,27290,571,1,1,24998,-1,3488,-1194.04,113.238,5.44528,180,5,0,8982,0,1,0,0,0),(133595,27290,571,1,1,24494,-1,3524.44,-1194.16,108.625,5.0091,180,0,0,8982,0,0,0,0,0),(133596,27290,571,1,1,24999,-1,3490.37,-1182.86,113.816,1.05522,180,5,0,8982,0,1,0,0,0),(133597,27290,571,1,1,24494,-1,3486.94,-1194.66,113.587,1.0944,180,5,0,8982,0,1,0,0,0),(133598,26780,571,1,1,24864,1,3676.8,-929.426,77.0993,1.53589,180,0,0,9610,3309,0,0,0,0),(133599,26780,571,1,1,24865,1,3684.79,-929.996,80.0165,1.50098,180,0,0,9610,3309,0,0,0,0),(133601,27038,571,1,1,24563,0,3632.62,-716.317,220.215,3.87463,180,0,0,9610,0,0,0,0,0),(133602,27039,571,1,1,24533,0,3654.41,-723.128,215.115,1.55334,180,0,0,8982,3155,0,0,0,0),(133603,27551,571,1,1,24699,0,3584.35,-768.745,155.516,1.66496,180,0,0,9291,0,0,0,0,0),(133604,27551,571,1,1,24699,0,3611.61,-792.073,164.3,0.611361,180,0,0,9291,0,0,0,0,0),(133605,27040,571,1,1,24561,0,3669.24,-711.861,213.725,6.23082,180,0,0,8982,3155,0,0,0,0),(133606,27552,571,1,1,10256,0,3589.61,-786.75,155.147,0.665058,180,5,0,9291,0,1,0,0,0),(133607,27552,571,1,1,1202,0,3578.61,-801.61,155.707,6.22528,180,5,0,9291,0,1,0,0,0),(133608,27552,571,1,1,2676,0,3589.21,-785.059,154.354,0.769048,180,5,0,9291,0,1,0,0,0),(133609,27552,571,1,1,1202,0,3606.34,-796.622,164.3,-2.78615,180,0,0,9291,0,0,0,0,0),(133610,27552,571,1,1,4631,0,3613.11,-757.683,166.197,2.10092,180,5,0,9291,0,1,0,0,0),(133611,27041,571,1,1,24559,0,3642.27,-712.398,225.839,2.93873,180,0,0,8982,0,0,0,0,0),(133612,27553,571,1,1,23866,1,4755.42,1338.8,168.728,1.15192,180,0,0,39760,0,0,0,0,0),(133613,27553,571,1,1,23865,1,4806.06,1307.1,168.935,-2.82742,180,0,0,39760,0,0,0,0,0),(133614,27553,571,1,1,23864,1,4815.18,1313.38,172.794,1.78024,180,0,0,39760,0,0,0,0,0),(133615,27553,571,1,1,23864,1,4800.19,1302.83,167.632,0.940947,180,0,0,39760,0,0,0,0,0),(133617,27042,571,1,1,24557,0,3647.95,-717.195,215.034,3.01298,180,0,0,8982,0,2,0,0,0),(133618,27043,571,1,1,24558,0,3637.82,-712.472,214.324,1.39626,180,0,0,8982,0,0,0,0,0),(133619,27044,571,1,1,24562,1,3621.72,-718.365,215.035,4.54273,180,0,0,9291,0,2,0,0,0),(133620,27045,571,1,1,24560,0,3677.91,-737.243,213.695,1.0472,180,0,0,9291,0,0,0,0,0),(133623,27560,571,1,1,24092,1,4750.09,1328.88,164.337,1.11701,180,0,0,29820,0,0,0,0,0),(133631,27823,571,1,1,370,0,3578.12,-1222.29,86.2034,2.45744,180,5,0,9610,0,1,0,0,0),(133632,27823,571,1,1,775,0,3596.6,-1250.53,86.1001,5.12519,180,5,0,9610,0,1,0,0,0),(133633,27823,571,1,1,775,0,3621.2,-1228.04,86.1757,1.97984,180,5,0,9610,0,1,0,0,0),(133634,27823,571,1,1,775,0,3653.71,-1138.28,89.2308,2.71263,180,5,0,9610,0,1,0,0,0),(133635,27823,571,1,1,775,0,3661.97,-1124.2,89.2308,1.72019,180,5,0,9610,0,1,0,0,0),(133636,27823,571,1,1,370,0,3624.9,-1209.01,89.1248,5.71283,180,5,0,9610,0,1,0,0,0),(133637,27823,571,1,1,370,0,3632.86,-1148.84,89.2308,3.57216,180,5,0,9610,0,1,0,0,0),(133638,27824,571,1,1,14704,0,3587.57,-1244.34,86.1705,0.543256,180,5,0,9610,3309,1,0,0,0),(133639,27824,571,1,1,14704,0,3616.33,-1239.52,86.1976,0.852959,180,5,0,9610,3309,1,0,0,0),(133640,27824,571,1,1,14704,0,3587.04,-1208.39,86.1814,0.065397,180,5,0,9610,3309,1,0,0,0),(133641,27824,571,1,1,14704,0,3650.93,-1120.97,89.2308,6.04982,180,5,0,9610,3309,1,0,0,0),(133642,27824,571,1,1,14704,0,3599.99,-1203.65,89.1248,0.379898,180,5,0,9610,3309,1,0,0,0),(133643,27824,571,1,1,14704,0,3604.86,-1232.18,89.1105,2.20386,180,5,0,9610,3309,1,0,0,0),(133644,27824,571,1,1,14704,0,3612.21,-1212.99,89.1248,3.1172,180,5,0,9610,3309,1,0,0,0),(133645,27824,571,1,1,14704,0,3646.85,-1146.29,89.2308,4.30887,180,5,0,9610,3309,1,0,0,0),(133647,27826,571,1,1,23181,0,3668.02,-1103.13,92.2722,4.20624,180,0,0,9940,10161,0,0,0,0),(133648,27571,571,1,1,24971,1,4810.89,1306.2,171.38,2.07138,180,0,0,53175,17805,0,0,0,0),(133653,27318,571,1,1,24536,0,3585.29,-806.83,179.192,5.37561,180,0,0,9940,0,0,0,0,0),(133654,27576,571,1,1,24546,1,4527.94,1381.33,193.643,3.12414,180,0,0,30846,3466,0,0,0,0),(133655,27576,571,1,1,24363,1,4648.87,1343.24,176.282,5.48033,180,0,0,30846,3466,0,0,0,0),(133656,27576,571,1,1,24547,1,4522.44,1239.67,139.234,3.75246,180,0,0,30846,3466,0,0,0,0),(133657,27576,571,1,1,24363,1,4671.79,1452.82,171.371,5.8294,180,0,0,30846,3466,0,0,0,0),(133658,27576,571,1,1,24546,1,4703.07,1454.09,175.904,0.15708,180,0,0,30846,3466,0,0,0,0),(133659,27576,571,1,1,24548,1,4691.03,1439.68,175.969,6.28229,180,0,0,30846,3466,0,0,0,0),(133660,27576,571,1,1,24363,1,4734.95,1362.06,173.424,5.7219,180,5,0,30846,3466,1,0,0,0),(133665,27835,571,1,1,14706,0,3533.9,-990.815,74.3531,5.44368,180,5,0,9610,0,1,0,0,0),(133666,27835,571,1,1,14706,0,3563.16,-1010.94,75.0347,3.16678,180,5,0,9610,0,1,0,0,0),(133667,27835,571,1,1,14706,0,3536.64,-919.02,75.7204,2.82344,180,5,0,9610,0,1,0,0,0),(133668,27835,571,1,1,14706,0,3557.58,-889.629,76.0418,2.00087,180,5,0,9610,0,1,0,0,0),(133669,27835,571,1,1,14706,0,3582.36,-890.789,76.1405,2.27393,180,5,0,9610,0,1,0,0,0),(133670,27835,571,1,1,14706,0,3565.61,-1045.59,76.0566,5.26032,180,5,0,9610,0,1,0,0,0),(133671,27835,571,1,1,14706,0,3576.11,-1036.24,74.1059,4.33291,180,5,0,9610,0,1,0,0,0),(133672,27835,571,1,1,14706,0,3545.82,-1041.89,76.0566,6.19997,180,5,0,9610,0,1,0,0,0),(133673,27835,571,1,1,14706,0,3545.83,-1022.12,76.0566,2.52654,180,5,0,9610,0,1,0,0,0),(133674,27835,571,1,1,14706,0,3550.23,-1009.64,76.0566,4.24251,180,5,0,9610,0,1,0,0,0),(133675,27835,571,1,1,14706,0,3526.61,-1005.21,74.0882,1.26506,180,5,0,9610,0,1,0,0,0),(133676,27835,571,1,1,14706,0,3552.16,-997.335,76.0566,4.13493,180,5,0,9610,0,1,0,0,0),(133677,27835,571,1,1,14706,0,3536.23,-970.193,76.0566,2.9445,180,5,0,9610,0,1,0,0,0),(133678,27835,571,1,1,14706,0,3564.27,-977.338,76.0566,2.06192,180,5,0,9610,0,1,0,0,0),(133679,27835,571,1,1,14706,0,3570.16,-937.194,74.7436,1.76608,180,5,0,9610,0,1,0,0,0),(133680,27835,571,1,1,14706,0,3604.44,-949.582,76.0418,4.30408,180,5,0,9610,0,1,0,0,0),(133681,27835,571,1,1,14706,0,3561.62,-944.359,75.7002,6.27346,180,5,0,9610,0,1,0,0,0),(133682,27835,571,1,1,14706,0,3577.56,-984.251,74.0882,1.95814,180,5,0,9610,0,1,0,0,0),(133683,27835,571,1,1,14706,0,3567.54,-918.806,73.3038,4.03185,180,5,0,9610,0,1,0,0,0),(133684,27835,571,1,1,14706,0,3590.41,-917.733,73.3038,2.86175,180,5,0,9610,0,1,0,0,0),(133685,27835,571,1,1,14706,0,3619.33,-927.94,74.9521,1.04287,180,5,0,9610,0,1,0,0,0),(133686,27835,571,1,1,14706,0,3620.13,-897.255,75.546,3.34894,180,5,0,9610,0,1,0,0,0),(133687,27835,571,1,1,14706,0,3608.61,-907.906,74.2298,3.25392,180,5,0,9610,0,1,0,0,0),(133688,27836,571,1,1,14593,0,3536.03,-926.124,75.7357,4.65929,180,5,0,9610,0,1,0,0,0),(133689,27836,571,1,1,14593,0,3590.34,-898.191,75.3131,2.60389,180,5,0,9610,0,1,0,0,0),(133690,27836,571,1,1,14593,0,3538.44,-971.472,76.0566,1.46791,180,5,0,9610,0,1,0,0,0),(133691,27836,571,1,1,3942,0,3559.17,-1013.65,76.0566,0.710075,180,5,0,9610,0,1,0,0,0),(133692,27836,571,1,1,14593,0,3624.51,-917.156,75.5629,1.55587,180,5,0,9610,0,1,0,0,0),(133693,27836,571,1,1,14593,0,3568.32,-992.097,76.0566,1.48123,180,5,0,9610,0,1,0,0,0),(133694,27851,571,1,1,17200,0,3678.75,-875.417,77.4239,6.05629,180,0,0,8982,0,0,0,0,0),(133695,27851,571,1,1,17200,0,3683.05,-875.656,75.0402,4.64258,180,0,0,8982,0,0,0,0,0),(133696,27851,571,1,1,17200,0,3687.88,-876.002,80.6764,3.00197,180,0,0,8982,0,0,0,0,0),(133697,27851,571,1,1,17200,0,3682.19,-912.906,77.7913,0.471239,180,0,0,8982,0,0,0,0,0),(133698,27851,571,1,1,17200,0,3678.57,-875.432,78.9648,6.21337,180,0,0,8982,0,0,0,0,0),(133699,27851,571,1,1,17200,0,3687.86,-876.005,82.2079,2.98451,180,0,0,8982,0,0,0,0,0),(133700,27851,571,1,1,17200,0,3678.5,-875.451,80.6582,6.21337,180,0,0,8982,0,0,0,0,0),(133701,27851,571,1,1,17200,0,3687.83,-876.01,78.9778,3.03687,180,0,0,8982,0,0,0,0,0),(133702,27851,571,1,1,17200,0,3687.61,-876.038,77.4289,3.00197,180,0,0,8982,0,0,0,0,0),(133703,27851,571,1,1,17200,0,3678.5,-875.418,82.207,6.16101,180,0,0,8982,0,0,0,0,0),(133704,27857,571,1,1,24878,1,3680.84,-925.339,76.8158,1.53589,180,0,0,49700,0,0,0,0,0),(133705,27603,571,1,1,23181,1,4910.1,1499.16,216.614,5.16617,180,0,0,11060,7981,0,0,0,0),(133706,27603,571,1,1,23181,1,4883.51,1541.04,219.813,3.31613,180,0,0,11060,7981,0,0,0,0),(133707,27603,571,1,1,23181,1,4852.53,1411.94,193.034,5.58505,180,0,0,11060,7981,0,0,0,0),(133708,27603,571,1,1,23181,1,4796.63,1471.62,193.034,2.11185,180,0,0,11060,7981,0,0,0,0),(133709,27604,571,1,1,11402,0,4843.74,1403,193.061,4.10889,180,5,0,929,0,1,0,0,0),(133710,27604,571,1,1,11402,0,4869.82,1449.49,209.601,4.76179,180,5,0,929,0,1,0,0,0),(133711,27604,571,1,1,11402,0,4838.57,1538.36,217.392,3.78705,180,0,0,929,0,0,0,0,0),(133712,27604,571,1,1,11402,0,4877.16,1394.28,196.762,2.86249,180,5,0,929,0,1,0,0,0),(133713,27604,571,1,1,11402,0,4788.02,1503.13,197.159,2.11185,180,0,0,929,0,0,0,0,0),(133714,27604,571,1,1,11402,0,4917.21,1492.71,219.529,5.16617,180,0,0,929,0,0,0,0,0),(133715,27604,571,1,1,11402,0,4881.5,1390.72,197.508,5.58505,180,0,0,929,0,0,0,0,0),(133716,27604,571,1,1,11402,0,4867.05,1552.66,224.275,3.31613,180,0,0,929,0,0,0,0,0),(133717,27604,571,1,1,11402,0,4927.16,1480.77,222.779,5.16617,180,0,0,929,0,0,0,0,0),(133718,27605,571,1,1,24711,0,4731.58,1370.1,173.104,4.91158,180,0,0,825075,7286,0,0,0,0),(133719,27605,571,1,1,24711,0,4840.5,1505.28,209.698,4.39823,180,0,0,825075,7286,0,0,0,0),(133720,27607,571,1,1,24712,0,3754.12,-1063.62,120.692,0.122173,180,0,0,8982,0,0,0,0,0),(133721,27607,571,1,1,24712,0,3770.69,-1009.68,121.37,0.314159,180,0,0,8982,0,0,0,0,0),(133722,27607,571,1,1,24712,0,3709.13,-1073.33,120.606,4.03171,180,0,0,8982,0,0,0,0,0),(133723,27607,571,1,1,24712,0,3655.59,-1047.11,131.317,1.97222,180,0,0,8982,0,0,0,0,0),(133724,27607,571,1,1,24712,0,3630.98,-1146.93,117.251,3.10669,180,0,0,8982,0,0,0,0,0),(133725,27607,571,1,1,24712,0,3824.82,-1061.68,120.193,0.15708,180,0,0,8982,0,0,0,0,0),(133726,27607,571,1,1,24712,0,3774.74,-1133.55,122.157,6.07375,180,0,0,8982,0,0,0,0,0),(133727,27607,571,1,1,24712,0,3606.54,-1235.44,115.463,2.19912,180,0,0,8982,0,0,0,0,0),(133728,27607,571,1,1,24712,0,3770.24,-1278.96,133.073,1.27409,180,0,0,8982,0,0,0,0,0),(133731,27607,571,1,1,24712,0,3717.54,-1272.8,118.683,5.42797,180,0,0,8982,0,0,0,0,0),(133732,27607,571,1,1,24712,0,3687.02,-1256.81,113.99,2.35619,180,0,0,8982,0,0,0,0,0),(133733,27607,571,1,1,24712,0,3739.46,-1217.16,124.379,5.51524,180,0,0,8982,0,0,0,0,0),(133734,27607,571,1,1,24712,0,3739.36,-1174.37,122.01,5.23599,180,0,0,8982,0,0,0,0,0),(133735,27607,571,1,1,24712,0,3644.54,-1097.14,121.215,3.05433,180,0,0,8982,0,0,0,0,0),(133736,27611,571,1,1,22181,0,4722.37,1372.5,169.521,3.12616,180,5,0,53175,0,1,0,0,0),(133737,27611,571,1,1,22181,0,4703.43,1433.57,175.348,-2.9117,180,0,0,53175,0,0,0,0,0),(133738,27611,571,1,1,22181,0,4796.21,1419.32,193.053,3.52211,180,5,0,53175,0,1,0,0,0),(133739,27611,571,1,1,22181,0,4835.6,1522.18,212.928,4.946,180,5,0,53175,0,1,0,0,0),(133741,27359,571,1,1,24612,1,3694.48,-884.995,164.302,4.81711,180,0,0,3052,0,0,0,0,0),(133743,27359,571,1,1,24611,1,3654.18,-840.462,166.035,3.87463,180,0,0,3052,0,0,0,0,0),(133744,27359,571,1,1,24613,1,3703.6,-896.42,176.005,5.32325,180,0,0,3052,0,0,0,0,0),(133745,27359,571,1,1,24611,1,3661.14,-905.319,162.722,1.46608,180,0,0,3052,0,0,0,0,0),(133746,27359,571,1,1,24613,1,3626.68,-897.621,164.157,0.506145,180,0,0,3052,0,0,0,0,0),(133747,27359,571,1,1,24611,1,3620.7,-880.379,165.004,5.21853,180,0,0,3052,0,0,0,0,0),(133749,27359,571,1,1,24613,1,3688.37,-830.516,165.877,4.2586,180,0,0,3052,0,0,0,0,0),(133754,27359,571,1,1,24612,1,3720.28,-904.316,164.768,1.36136,180,0,0,3052,0,0,0,0,0),(133755,27359,571,1,1,24610,1,3685.37,-904.92,165.562,0.244346,180,0,0,3052,0,0,0,0,0),(133756,27359,571,1,1,24612,1,3707.17,-901.363,164.081,2.28638,180,0,0,3052,0,0,0,0,0),(133757,27359,571,1,1,24613,1,3690.43,-891.653,176.512,4.50295,180,0,0,3052,0,0,0,0,0),(133758,27359,571,1,1,24613,1,3686.88,-904.526,176.737,0.349066,180,0,0,3052,0,0,0,0,0),(133759,27872,571,1,1,24879,1,4699.7,1506.85,261.055,5.5676,180,0,0,630000,79880,0,0,0,0),(133760,27361,571,1,1,24587,0,3684.52,-738.528,213.524,4.2237,180,0,0,6986,0,0,0,0,0),(133761,27361,571,1,1,24587,0,3680.92,-741.391,213.806,1.0472,180,0,0,6986,0,0,0,0,0),(133762,27361,571,1,1,24587,0,3680.62,-736.698,213.566,4.15388,180,0,0,6986,0,0,0,0,0),(133763,27361,571,1,1,24588,0,3691.5,-738.822,213.299,5.35816,180,0,0,6986,0,2,0,0,0),(133765,27370,571,1,1,25286,0,3694.83,-888.529,164.33,1.53589,180,0,0,9291,0,0,0,0,0),(133767,27370,571,1,1,24579,0,3651.62,-842.59,166.056,0.715585,180,0,0,9291,0,0,0,0,0),(133768,27370,571,1,1,25286,0,3705.85,-900.01,175.968,1.98968,180,0,0,9291,0,0,0,0,0),(133769,27370,571,1,1,25286,0,3661.67,-901.09,162.65,4.4855,180,0,0,9291,0,0,0,0,0),(133770,27370,571,1,1,25286,0,3654.17,-887.5,162.814,5.47566,180,5,0,9291,0,1,0,0,0),(133771,27370,571,1,1,24579,0,3629.79,-896.189,164.202,3.42085,180,0,0,9291,0,0,0,0,0),(133772,27370,571,1,1,25286,0,3622.18,-882.956,164.152,2.05949,180,0,0,9291,0,0,0,0,0),(133773,27370,571,1,1,25286,0,3590.76,-881.374,163.336,4.37304,180,5,0,9291,0,1,0,0,0),(133774,27370,571,1,1,25286,0,3676.91,-919.97,162.786,3.54652,180,5,0,9291,0,1,0,0,0),(133775,27370,571,1,1,25286,0,3654.06,-912.606,162.802,4.86574,180,5,0,9291,0,1,0,0,0),(133777,27370,571,1,1,24579,0,3668.98,-845.706,165.135,0.247464,180,5,0,9291,0,1,0,0,0),(133783,27370,571,1,1,24579,0,3703.69,-823.567,166.092,4.55815,180,5,0,9291,0,1,0,0,0),(133784,27370,571,1,1,25286,0,3624.55,-823.441,164.412,6.1075,180,5,0,9291,0,1,0,0,0),(133785,27370,571,1,1,25286,0,3634.48,-866.413,162.939,2.58621,180,0,0,9291,0,0,0,0,0),(133786,27370,571,1,1,24579,0,3721.13,-901.578,164.905,4.39823,180,0,0,9291,0,0,0,0,0),(133787,27370,571,1,1,25286,0,3765.68,-891.364,162.837,0.534523,180,5,0,9291,0,1,0,0,0),(133788,27370,571,1,1,24579,0,3615.91,-854.006,163.928,2.12277,180,5,0,9291,0,1,0,0,0),(133789,27370,571,1,1,24579,0,3579.26,-861.721,171.233,4.30742,180,5,0,9291,0,1,0,0,0),(133790,27370,571,1,1,24579,0,3713.8,-910.995,163.974,1.41127,180,5,0,9291,0,1,0,0,0),(133791,27370,571,1,1,24579,0,3747.24,-917.994,155.022,2.79539,180,5,0,9291,0,1,0,0,0),(133792,27370,571,1,1,24579,0,3778.36,-902.044,162.706,1.29263,180,5,0,9291,0,1,0,0,0),(133793,27370,571,1,1,24579,0,3688.07,-904.019,164.286,3.56047,180,0,0,9291,0,0,0,0,0),(133794,27370,571,1,1,25286,0,3705.07,-899.259,164.115,5.60251,180,0,0,9291,0,0,0,0,0),(133795,27370,571,1,1,25286,0,3689.39,-894.914,176.508,1.43117,180,0,0,9291,0,0,0,0,0),(133796,27370,571,1,1,25286,0,3689.54,-903.761,176.117,3.49066,180,0,0,9291,0,0,0,0,0),(133797,27370,571,1,1,24579,0,3737.59,-886.74,162.618,0.759156,180,5,0,9291,0,1,0,0,0),(133798,27370,571,1,1,24579,0,3728.03,-885.292,163.297,4.97727,180,5,0,9291,0,1,0,0,0),(133799,27370,571,1,1,24579,0,3758.49,-946.247,142.501,1.8243,180,5,0,9291,0,1,0,0,0),(133800,27370,571,1,1,25286,0,3718.14,-853.576,163.391,3.43894,180,0,0,9291,0,0,0,0,0),(133802,27375,571,1,1,17200,0,3646.9,-926.185,167.038,3.59538,180,0,0,8982,0,0,0,0,0),(133803,27375,571,1,1,17200,0,3729.92,-919.744,178.298,4.41568,180,0,0,8982,0,0,0,0,0),(133804,27375,571,1,1,17200,0,3688.27,-930.706,164.926,3.08923,180,0,0,8982,0,0,0,0,0),(133805,27375,571,1,1,17200,0,3733.04,-901.016,161.125,5.53269,180,0,0,8982,0,0,0,0,0),(133808,27375,571,1,1,17200,0,3730,-931.056,179.319,1.69297,180,0,0,8982,0,0,0,0,0),(133809,27375,571,1,1,17200,0,3618.05,-895.574,184.83,0.122173,180,0,0,8982,0,0,0,0,0),(133811,27375,571,1,1,17200,0,3691.57,-925.106,169.819,2.37365,180,0,0,8982,0,0,0,0,0),(133812,27375,571,1,1,17200,0,3665.2,-932.741,147.376,2.44346,180,0,0,8982,0,0,0,0,0),(133813,27375,571,1,1,17200,0,3635.51,-888.914,172.982,0.017453,180,0,0,8982,0,0,0,0,0),(133814,27375,571,1,1,17200,0,3716.95,-927.542,171.335,2.21657,180,0,0,8982,0,0,0,0,0),(133815,27375,571,1,1,17200,0,3688.46,-934.249,151.177,3.29867,180,0,0,8982,0,0,0,0,0),(133816,27375,571,1,1,17200,0,3716.36,-929.127,159.594,0.122173,180,0,0,8982,0,0,0,0,0),(133820,27375,571,1,1,17200,0,3780.62,-923.174,176.182,4.72984,180,0,0,8982,0,0,0,0,0),(133822,27375,571,1,1,17200,0,3669.45,-929.39,162.796,5.3058,180,0,0,8982,0,0,0,0,0),(133823,27375,571,1,1,17200,0,3634.47,-923.993,163.762,5.5676,180,0,0,8982,0,0,0,0,0),(133824,27375,571,1,1,17200,0,3654.89,-920.997,170.413,4.38078,180,0,0,8982,0,0,0,0,0),(133826,27375,571,1,1,17200,0,3706.87,-900.005,187.937,6.05629,180,0,0,8982,0,0,0,0,0),(133828,27375,571,1,1,17200,0,3581.72,-906.132,159.17,0.069813,180,0,0,8982,0,0,0,0,0),(133830,27375,571,1,1,17200,0,3623.24,-881.819,184.815,4.92183,180,0,0,8982,0,0,0,0,0),(133831,27375,571,1,1,17200,0,3684.51,-930.309,172.78,3.49066,180,0,0,8982,0,0,0,0,0),(133834,27375,571,1,1,17200,0,3684.77,-926.209,169.819,4.17134,180,0,0,8982,0,0,0,0,0),(133835,27375,571,1,1,17200,0,3778.97,-924.088,164.279,3.35103,180,0,0,8982,0,0,0,0,0),(133837,27375,571,1,1,17200,0,3651.31,-929.355,154.59,5.51524,180,0,0,8982,0,0,0,0,0),(133838,27375,571,1,1,17200,0,3733.88,-930.377,167.549,0.959931,180,0,0,8982,0,0,0,0,0),(133841,27375,571,1,1,17200,0,3649.03,-926.149,172.958,1.44862,180,0,0,8982,0,0,0,0,0),(133843,27375,571,1,1,17200,0,3709.28,-864.799,162.757,1.13446,180,0,0,8982,0,0,0,0,0),(133847,27375,571,1,1,17200,0,3598.67,-886.089,160.828,4.46804,180,0,0,8982,0,0,0,0,0),(133848,27375,571,1,1,17200,0,3736.22,-922.949,168.691,0.017453,180,0,0,8982,0,0,0,0,0),(133849,27375,571,1,1,17200,0,3727.08,-931.335,166.157,1.43117,180,0,0,8982,0,0,0,0,0),(133850,27375,571,1,1,17200,0,3631.51,-895.147,182.166,0.733038,180,0,0,8982,0,0,0,0,0),(133851,27375,571,1,1,17200,0,3640.92,-918.284,170.413,3.33358,180,0,0,8982,0,0,0,0,0),(133853,27375,571,1,1,17200,0,3685,-847.694,174.172,2.63545,180,0,0,8982,0,0,0,0,0),(133854,27375,571,1,1,17200,0,3768.6,-920.062,183.644,0.820305,180,0,0,8982,0,0,0,0,0),(133855,27375,571,1,1,17200,0,3687.23,-842.809,202.692,5.28835,180,0,0,8982,0,0,0,0,0),(133856,27375,571,1,1,17200,0,3713.07,-928.609,169.355,0.698132,180,0,0,8982,0,0,0,0,0),(133859,27375,571,1,1,17200,0,3663.37,-924.635,169.819,0.244346,180,0,0,8982,0,0,0,0,0),(133861,27375,571,1,1,17200,0,3672.53,-868.467,161.339,1.90241,180,0,0,8982,0,0,0,0,0),(133862,27375,571,1,1,17200,0,3771.4,-925.354,164.476,3.7001,180,0,0,8982,0,0,0,0,0),(133864,27375,571,1,1,17200,0,3769.43,-922.938,171.882,3.42085,180,0,0,8982,0,0,0,0,0),(133865,27375,571,1,1,17200,0,3688.72,-897.086,191.722,3.83972,180,0,0,8982,0,0,0,0,0),(133866,27375,571,1,1,17200,0,3768.07,-912.913,177.509,4.72984,180,0,0,8982,0,0,0,0,0),(133869,27375,571,1,1,17200,0,3699.49,-930.395,163.921,0.226893,180,0,0,8982,0,0,0,0,0),(133870,27375,571,1,1,17200,0,3630.09,-922.602,171.461,5.09636,180,0,0,8982,0,0,0,0,0),(133871,27375,571,1,1,17200,0,3628.84,-900.669,182.606,3.07178,180,0,0,8982,0,0,0,0,0),(133872,27631,571,1,1,571,0,4737.45,1355.62,170.779,0.61077,180,0,0,44004,0,0,0,0,0),(133873,27631,571,1,1,571,0,4725.34,1372.12,171.146,2.18762,180,5,0,44004,0,1,0,0,0),(133874,27631,571,1,1,571,0,4802.44,1305.92,167.887,-1.66759,180,0,0,44004,0,0,0,0,0),(133875,27631,571,1,1,571,0,4726.21,1371.35,171.146,1.93353,180,5,0,44004,0,1,0,0,0),(133876,27631,571,1,1,571,0,4741.89,1360.62,173.511,-2.03478,180,0,0,44004,0,0,0,0,0),(133877,27631,571,1,1,571,0,4726.4,1367.33,170.521,4.54743,180,5,0,44004,0,1,0,0,0),(133878,27631,571,1,1,571,0,4706.5,1448.76,175.544,2.14305,180,0,0,44004,0,0,0,0,0),(133879,27631,571,1,1,571,0,4726.86,1369.12,170.396,4.9759,180,5,0,44004,0,1,0,0,0),(133880,27631,571,1,1,571,0,4763.02,1502.44,195.663,3.92516,180,0,0,44004,0,0,0,0,0),(133881,27631,571,1,1,571,0,4711.95,1436.82,174.93,2.89195,180,5,0,44004,0,1,0,0,0),(133882,27631,571,1,1,571,0,4808.88,1309.87,169.935,-2.3637,180,0,0,44004,0,0,0,0,0),(133884,27631,571,1,1,571,0,4793.12,1463.46,193.013,5.18835,180,5,0,44004,0,1,0,0,0),(133885,27631,571,1,1,571,0,4707.22,1447.29,175.481,2.09184,180,0,0,44004,0,0,0,0,0),(133886,27631,571,1,1,571,0,4738.54,1363.95,174.478,4.71239,180,5,0,44004,0,1,0,0,0),(133887,27631,571,1,1,571,0,4759.07,1362.37,177.443,3.28658,180,5,0,44004,0,1,0,0,0),(133888,27631,571,1,1,571,0,4737.96,1353.93,169.991,-3.07854,180,0,0,44004,0,0,0,0,0),(133889,27631,571,1,1,571,0,4768.89,1511.54,200.113,3.7001,180,0,0,44004,0,0,0,0,0),(133890,27631,571,1,1,571,0,4788.04,1480.71,193.042,3.97935,180,0,0,44004,0,0,0,0,0),(133891,27631,571,1,1,571,0,4780.49,1495.71,194.965,4.39823,180,0,0,44004,0,0,0,0,0),(133892,27631,571,1,1,571,0,4911.56,1425.92,210.213,3.9968,180,0,0,44004,0,0,0,0,0),(133894,23033,571,1,1,0,0,3805.75,-687.139,224.157,2.33263,180,0,0,42,0,2,0,0,0),(133899,23033,571,1,1,0,0,3816.47,-672.721,224.001,3.43115,180,0,0,42,0,2,0,0,0),(133900,23033,571,1,1,0,0,3794.61,-693.51,224.754,3.12554,180,0,0,42,0,2,0,0,0),(133901,26877,571,1,3,22041,0,4606.09,1410.71,194.831,3.66519,180,0,0,10635,3561,0,0,0,0),(133903,23547,571,1,1,0,0,593.145,-5088.97,5.63663,4.47322,300,0,0,7984,0,2,0,0,0),(133904,23029,530,1,1,0,0,-3759.1,3689.65,278.67,3.10542,180,0,0,28724,0,0,0,0,0),(133905,23029,530,1,1,0,0,-4103.31,3469.93,288.618,4.47272,180,0,0,28724,0,0,0,0,0),(133906,23029,530,1,1,0,0,-3995.91,3215.37,297.496,4.79473,180,0,0,28724,0,0,0,0,0),(133907,22307,530,1,1,0,0,-3664.21,3444.95,276.169,0.54048,180,0,0,5914,0,0,0,0,0),(134006,100,0,1,1,0,1,-9930.88,573.464,37.0119,2.35969,7200,10,0,247,0,1,0,0,0),(134007,61,0,1,1,0,1,-9326.41,543.283,75.0137,4.24072,7200,0,0,222,0,0,0,0,0),(134008,61,0,1,1,0,1,-9282.06,520.888,85.7024,4.49441,7200,0,0,222,0,0,0,0,0),(134009,61,0,1,1,0,1,-9261.58,465.959,83.0718,3.914,7200,0,0,222,0,0,0,0,0),(134010,61,0,1,1,0,1,-9859.07,-217.846,36.3363,3.8606,7200,0,0,222,0,0,0,0,0),(134011,61,0,1,1,0,1,-9862.97,-232.651,35.444,0.579991,7200,0,0,222,0,0,0,0,0),(134012,61,0,1,1,0,1,-9778.61,-1586.34,41.3725,4.474,7200,0,0,222,0,0,0,0,0),(134013,61,0,1,1,0,1,-9774.55,-1563.96,41.8608,4.03496,7200,0,0,222,0,0,0,0,0),(134014,2773,0,1,1,11568,0,-1727.18,-1535.98,55.7868,1.27492,5,5,0,1524,0,1,0,0,0),(134015,2773,0,1,1,11568,0,-1703.26,-1612.37,60.4177,5.39307,5,5,0,1524,0,1,0,0,0),(134016,2773,0,1,1,11568,0,-1772.63,-1569.9,53.2586,5.44543,5,5,0,1524,0,1,0,0,0),(134017,2773,0,1,1,11568,0,-1716.47,-1537.36,55.9381,2.68781,5,5,0,1524,0,1,0,0,0),(134018,2773,0,1,1,11568,0,-1781.62,-1563.45,53.3043,5.13127,5,5,0,1524,0,1,0,0,0),(134019,2773,0,1,1,11568,0,-1696.44,-1614.94,60.3716,3.80482,5,5,0,1524,0,1,0,0,0),(134020,572,0,1,1,0,0,-10082.3,1549,40.8503,3.59826,72000,5,0,404,456,1,0,0,0),(134021,572,0,1,1,0,0,-10103.1,1541.36,42.5909,3.731,72000,5,0,404,456,1,0,0,0),(134022,572,0,1,1,0,0,-10956.3,751.845,43.5525,1.13134,72000,5,0,404,456,1,0,0,0),(134023,572,0,1,1,0,0,-10984.9,744.087,46.2746,1.49104,72000,5,0,404,456,1,0,0,0),(134024,462,0,1,1,0,0,-10812.2,1594.89,40.5767,3.77027,93600,10,0,787,0,1,0,0,0),(134025,462,0,1,1,0,0,-10858.9,1729.85,34.0217,5.03084,93600,10,0,787,0,1,0,0,0),(134026,462,0,1,1,0,0,-10746.1,1402.35,31.2243,5.6843,93600,10,0,787,0,1,0,0,0),(134027,462,0,1,1,0,0,-10801.9,1418.7,33.4624,1.94188,93600,10,0,787,0,1,0,0,0),(134028,462,0,1,1,0,0,-10477.4,1471.47,48.6513,5.2162,93600,10,0,787,0,1,0,0,0),(134029,462,0,1,1,0,0,-10425.4,1426.25,44.2233,2.22619,93600,10,0,787,0,1,0,0,0),(134030,462,0,1,1,0,0,-10431.2,1378.46,65.494,0.722943,93600,10,0,787,0,1,0,0,0),(134031,462,0,1,1,0,0,-9955.56,1228.82,42.7644,3.27077,93600,10,0,787,0,1,0,0,0),(134032,462,0,1,1,0,0,-9941.29,1098.53,35.6962,2.56156,93600,10,0,787,0,1,0,0,0),(134033,462,0,1,1,0,0,-10730.7,802.78,37.7118,3.13019,93600,10,0,787,0,1,0,0,0),(134034,462,0,1,1,0,0,-10757.4,779.167,35.7259,4.05696,93600,10,0,787,0,1,0,0,0),(134035,462,0,1,1,0,0,-10770.2,723.453,37.2173,1.87277,93600,10,0,787,0,1,0,0,0),(134036,462,0,1,1,0,0,-11161.7,845.012,39.2314,0.226577,93600,10,0,787,0,1,0,0,0),(134037,462,0,1,1,0,0,-11124.4,863.032,40.5566,0.620062,93600,10,0,787,0,1,0,0,0),(134038,462,0,1,1,0,0,-11131.2,826.004,35.7787,5.17773,93600,10,0,787,0,1,0,0,0),(134039,573,0,1,1,548,0,-10995.5,1218.46,43.4924,5.43141,7200,5,0,484,0,1,0,0,0),(134040,573,0,1,1,548,0,-11016,1248.56,42.0771,0.19045,7200,5,0,484,0,1,0,0,0),(134041,573,0,1,1,548,0,-10965.9,1263.42,42.7962,5.68588,7200,5,0,484,0,1,0,0,0),(134042,573,0,1,1,548,0,-11008.3,1348.14,39.3806,6.01339,7200,5,0,484,0,1,0,0,0),(134043,573,0,1,1,548,0,-10964.3,1361.65,47.3173,0.978993,7200,5,0,484,0,1,0,0,0),(134044,573,0,1,1,548,0,-10941,1392.83,41.9896,5.16831,7200,5,0,484,0,1,0,0,0),(134045,573,0,1,1,548,0,-10875.5,1399.31,43.7585,2.50031,7200,5,0,484,0,1,0,0,0),(134046,573,0,1,1,548,0,-10871.5,1128.65,43.2576,1.47145,7200,5,0,484,0,1,0,0,0),(134047,573,0,1,1,548,0,-10922.3,1240.11,37.6222,5.94194,7200,5,0,484,0,1,0,0,0),(134048,573,0,1,1,548,0,-10556.3,1595.23,46.883,0.00118548,7200,5,0,484,0,1,0,0,0),(134049,573,0,1,1,548,0,-10611.7,1613.68,43.7162,1.63167,7200,5,0,484,0,1,0,0,0),(134050,573,0,1,1,548,0,-10666.8,1672.88,42.2522,6.24039,7200,5,0,484,0,1,0,0,0),(134051,573,0,1,1,548,0,-10613.4,1690.31,41.0121,0.315345,7200,5,0,484,0,1,0,0,0),(134052,573,0,1,1,548,0,-10598,1755.61,40.6152,4.87066,7200,5,0,484,0,1,0,0,0),(134053,573,0,1,1,548,0,-10552.7,1685.72,41.8626,5.72124,7200,5,0,484,0,1,0,0,0),(134054,573,0,1,1,548,0,-10634,1853.29,32.3197,4.74499,7200,5,0,484,0,1,0,0,0),(134055,573,0,1,1,548,0,-10596.9,1815.21,31.9329,3.15221,7200,5,0,484,0,1,0,0,0),(134056,573,0,1,1,548,0,-10462.2,1460.38,47.3673,5.91681,7200,5,0,484,0,1,0,0,0),(134057,573,0,1,1,548,0,-10308.2,1452.94,39.3629,6.11394,7200,5,0,484,0,1,0,0,0),(134058,573,0,1,1,548,0,-10256.5,1479.52,40.3133,0.46379,7200,5,0,484,0,1,0,0,0),(134059,573,0,1,1,548,0,-10228.1,1526.83,39.6196,4.70965,7200,5,0,484,0,1,0,0,0),(134060,573,0,1,1,548,0,-10162.1,1452.05,40.7157,4.29339,7200,5,0,484,0,1,0,0,0),(134061,573,0,1,1,548,0,-10178.3,1394.63,38.7316,4.39078,7200,5,0,484,0,1,0,0,0),(134062,573,0,1,1,548,0,-10229.1,1373.68,39.3823,1.023,7200,5,0,484,0,1,0,0,0),(134063,573,0,1,1,548,0,-10102.3,1316.15,42.4793,6.16971,7200,5,0,484,0,1,0,0,0),(134064,573,0,1,1,548,0,-10040,1293.22,43.1366,2.61971,7200,5,0,484,0,1,0,0,0),(134065,573,0,1,1,548,0,-10021,1250.69,43.1968,4.13082,7200,5,0,484,0,1,0,0,0),(134066,573,0,1,1,548,0,-9993.02,1218.13,41.2383,5.75345,7200,5,0,484,0,1,0,0,0),(134067,573,0,1,1,548,0,-9933.99,1180.56,42.3838,2.46656,7200,5,0,484,0,1,0,0,0),(134068,573,0,1,1,548,0,-9918.03,1228.39,42.2928,0.810157,7200,5,0,484,0,1,0,0,0),(134069,573,0,1,1,548,0,-9911.84,1287.1,42.2443,3.37527,7200,5,0,484,0,1,0,0,0),(134070,573,0,1,1,548,0,-9850.28,1243.48,41.4316,3.61639,7200,5,0,484,0,1,0,0,0),(134071,573,0,1,1,548,0,-10043.1,1143.52,41.7283,4.95628,7200,5,0,484,0,1,0,0,0),(134072,573,0,1,1,548,0,-10001.6,1116.25,43.3606,3.23626,7200,5,0,484,0,1,0,0,0),(134073,573,0,1,1,548,0,-10754.2,832.241,33.1789,3.36663,7200,5,0,484,0,1,0,0,0),(134074,573,0,1,1,548,0,-10789.4,784.537,32.7057,3.04541,7200,5,0,484,0,1,0,0,0),(134075,573,0,1,1,548,0,-10830.8,743.35,32.958,3.72635,7200,5,0,484,0,1,0,0,0),(134076,573,0,1,1,548,0,-10847.1,798.228,33.3781,1.03871,7200,5,0,484,0,1,0,0,0),(134077,573,0,1,1,548,0,-10855.5,842.321,33.162,3.39334,7200,5,0,484,0,1,0,0,0),(134078,573,0,1,1,548,0,-10803.3,872.987,32.7511,4.49604,7200,5,0,484,0,1,0,0,0),(134079,771,0,1,1,7848,1,-10368.1,477.526,25.0036,4.53767,21600,5,0,1163,0,1,0,0,0),(134080,771,0,1,1,7848,1,-10374.3,433.891,24.8346,1.33325,21600,5,0,1163,0,1,0,0,0),(134081,771,0,1,1,7848,1,-10389.2,393.139,24.8347,4.42693,21600,5,0,1163,0,1,0,0,0),(134082,771,0,1,1,7848,1,-10359.8,332.564,18.9326,1.33403,21600,5,0,1163,0,1,0,0,0),(134083,771,0,1,1,7848,1,-10358.9,387.597,15.9737,5.95689,21600,5,0,1163,0,1,0,0,0),(134084,771,0,1,1,7848,1,-10334.4,380.494,15.9737,2.9441,21600,5,0,1163,0,1,0,0,0),(134085,771,0,1,1,7848,1,-10316.3,432.435,15.8677,4.22352,21600,5,0,1163,0,1,0,0,0),(134086,771,0,1,1,7848,1,-10305.3,445.164,12.9244,1.9545,21600,5,0,1163,0,1,0,0,0),(134087,771,0,1,1,7848,1,-10339.6,454.124,12.9452,2.03854,21600,5,0,1163,0,1,0,0,0),(134088,507,0,1,1,0,1,-10418.4,-827.682,47.841,2.81238,25200,5,0,1404,2362,1,0,0,0),(134089,507,0,1,1,0,1,-10449.3,-805.151,51.2756,5.14659,25200,5,0,1404,2362,1,0,0,0),(134090,507,0,1,1,0,1,-10503.5,-807.598,53.0795,3.75486,25200,5,0,1404,2362,1,0,0,0),(134091,507,0,1,1,0,1,-10543.3,-845.713,50.7852,2.61682,25200,5,0,1404,2362,1,0,0,0),(134092,507,0,1,1,0,1,-10614.3,-819.224,52.5187,4.41067,25200,5,0,1404,2362,1,0,0,0),(134093,507,0,1,1,0,1,-10648.5,-891.339,50.1687,6.27834,25200,5,0,1404,2362,1,0,0,0),(134094,507,0,1,1,0,1,-10565,-887.854,47.1506,6.08671,25200,5,0,1404,2362,1,0,0,0),(134095,503,0,1,1,10626,0,-10235.6,284.853,2.79986,4.86306,7200,5,0,935,878,1,0,0,0),(134096,503,0,1,1,10626,0,-10227,237.548,2.79954,4.72405,7200,5,0,935,878,1,0,0,0),(134097,503,0,1,1,10626,0,-10236.4,218.458,2.79954,1.05231,7200,5,0,935,878,1,0,0,0),(134098,503,0,1,1,10626,0,-10245.3,167.227,0.046731,0.328174,7200,5,0,935,878,1,0,0,0),(134099,503,0,1,1,10626,0,-10278.9,171.652,1.4812,0.328176,7200,5,0,935,878,1,0,0,0),(134100,503,0,1,1,0,0,-10272.8,133.432,2.49088,2.71107,7200,5,0,935,878,1,0,0,0),(134101,521,0,1,1,0,0,-10196.2,-1073.7,31.1176,1.78793,18000,5,0,617,0,1,0,0,0),(134102,521,0,1,1,0,0,-10199.9,-982.747,35.1528,2.30315,18000,5,0,617,0,1,0,0,0),(134103,521,0,1,1,0,0,-10198.1,-908.148,37.3536,0.766909,18000,5,0,617,0,1,0,0,0),(134104,521,0,1,1,0,0,-10164.9,-840.251,37.1078,5.12037,18000,5,0,617,0,1,0,0,0),(134105,521,0,1,1,0,0,-10127.5,-818.462,36.7516,0.259544,18000,5,0,617,0,1,0,0,0),(134106,521,0,1,1,0,0,-10171.9,-199.853,36.8481,0.910641,18000,5,0,617,0,1,0,0,0),(134107,521,0,1,1,0,0,-10155.4,-147.063,30.2479,1.09442,18000,5,0,617,0,1,0,0,0),(134108,521,0,1,1,0,0,-10249.3,-90.9533,36.6955,2.43196,18000,5,0,617,0,1,0,0,0),(134109,521,0,1,1,0,0,-10240.8,-20.9696,36.7004,1.4832,18000,5,0,617,0,1,0,0,0),(134110,521,0,1,1,0,0,-10252.1,34.1014,45.9515,3.18594,18000,5,0,617,0,1,0,0,0),(134111,521,0,1,1,0,0,-10206.3,100.815,31.0914,2.01491,18000,5,0,617,0,1,0,0,0),(134112,521,0,1,1,0,0,-10227.6,161.98,30.7298,2.30472,18000,5,0,617,0,1,0,0,0),(134113,521,0,1,1,0,0,-10201.9,196.525,25.1837,1.92852,18000,5,0,617,0,1,0,0,0),(134114,521,0,1,1,0,0,-10191.7,293.528,25.5499,0.249335,18000,5,0,617,0,1,0,0,0),(134115,521,0,1,1,0,0,-10194.3,252.386,22.8559,5.41097,18000,5,0,617,0,1,0,0,0),(134116,534,0,1,1,11181,0,-11118.9,-1173.5,42.0605,0.441759,25200,5,0,1279,0,1,0,0,0),(134117,534,0,1,1,11181,0,-11181.5,-836.547,77.0413,4.34519,25200,5,0,1279,0,1,0,0,0),(134118,616,0,1,1,821,0,-9046.7,-2702.5,130.044,2.70602,18000,5,0,617,0,1,0,0,0),(134119,616,0,1,1,821,0,-9076.44,-2668.59,123.103,3.37361,18000,5,0,617,0,1,0,0,0),(134120,616,0,1,1,821,0,-9134.8,-2687.07,89.7129,4.11817,18000,5,0,617,0,1,0,0,0),(134121,616,0,1,1,821,0,-9098.42,-2709.94,91.9251,3.998,18000,5,0,617,0,1,0,0,0),(134122,616,0,1,1,821,0,-9121.44,-2769.28,90.7531,3.84956,18000,5,0,617,0,1,0,0,0),(134123,616,0,1,1,821,0,-9179.63,-2760.46,89.3372,3.41445,18000,5,0,617,0,1,0,0,0),(134124,616,0,1,1,821,0,-9274.17,-2836.52,88.9164,1.12109,18000,5,0,617,0,1,0,0,0),(134125,616,0,1,1,821,0,-9256.71,-2797.18,90.309,1.1203,18000,5,0,617,0,1,0,0,0),(134126,616,0,1,1,821,0,-9286.2,-2729.36,84.188,0.298774,18000,5,0,617,0,1,0,0,0),(134127,616,0,1,1,821,0,-9199.17,-2710.24,88.958,6.1013,18000,5,0,617,0,1,0,0,0),(134128,616,0,1,1,821,0,-9170.31,-2617.42,109.274,5.61514,18000,5,0,617,0,1,0,0,0),(134129,616,0,1,1,821,0,-9108.99,-2662.76,97.687,4.2886,18000,5,0,617,0,1,0,0,0),(134130,616,0,1,1,821,0,-9242.05,-2728.91,88.8055,0.118926,18000,5,0,617,0,1,0,0,0),(134131,584,0,1,1,0,1,-8748.51,-2371.24,157.967,4.02,21600,5,0,840,0,1,0,0,0),(134132,584,0,1,1,0,1,-8710.88,-2360.98,156.945,2.86861,21600,5,0,840,0,1,0,0,0),(134133,584,0,1,1,0,1,-8672.24,-2330.85,155.987,3.50007,21600,5,0,840,0,1,0,0,0),(134134,14271,0,1,1,500,1,-9536.69,-1904.69,73.6303,3.32571,9000,5,0,386,0,1,0,0,0),(134135,14271,0,1,1,500,1,-9523.61,-1875.84,76.457,4.23599,9000,5,0,386,0,1,0,0,0),(134136,14271,0,1,1,500,1,-9480.52,-1865.39,84.8143,4.86981,9000,5,0,386,0,1,0,0,0),(134137,14271,0,1,1,500,1,-9459.8,-1882.21,84.4429,4.35066,9000,5,0,386,0,1,0,0,0),(134138,14271,0,1,1,500,1,-9459.46,-1892.84,82.6114,3.72234,9000,5,0,386,0,1,0,0,0),(134139,14271,0,1,1,500,1,-9486.82,-1927.99,79.5343,3.40661,9000,5,0,386,0,1,0,0,0),(134140,14271,0,1,1,500,1,-9469.04,-1995.28,97.1706,5.13056,9000,5,0,386,0,1,0,0,0),(134141,14271,0,1,1,500,1,-9739.95,-2238.59,61.3293,0.95617,9000,5,0,386,0,1,0,0,0),(134142,14271,0,1,1,500,1,-9769.58,-2274.49,59.9908,2.06515,9000,5,0,386,0,1,0,0,0),(134143,14271,0,1,1,500,1,-9779.92,-2318.48,68.9062,5.60416,9000,5,0,386,0,1,0,0,0),(134144,14271,0,1,1,500,1,-9776.57,-2272.11,59.3377,0.22968,9000,5,0,386,0,1,0,0,0),(134145,14271,0,1,1,500,1,-9789.92,-2241.84,68.9984,3.46631,9000,5,0,386,0,1,0,0,0),(134146,14271,0,1,1,500,1,-9790.79,-2210.7,58.6097,1.60805,9000,5,0,386,0,1,0,0,0),(134147,14271,0,1,1,500,1,-9796.56,-2172.15,59.1615,0.740977,9000,5,0,386,0,1,0,0,0),(134148,947,0,1,1,0,1,-9433.99,-3392.71,88.7936,6.17672,50400,5,0,787,0,1,0,0,0),(134149,947,0,1,1,0,1,-9407.79,-3391.12,88.346,2.16883,50400,5,0,787,0,1,0,0,0),(134150,947,0,1,1,0,1,-9388.82,-3360.66,88.5137,1.44548,50400,5,0,787,0,1,0,0,0),(134151,947,0,1,1,0,1,-9381.22,-3335.5,90.2454,5.81151,50400,5,0,787,0,1,0,0,0),(134152,947,0,1,1,0,1,-9355.56,-3365.65,89.1971,5.20754,50400,5,0,787,0,1,0,0,0),(134153,947,0,1,1,0,1,-9313.62,-3399.69,92.2037,2.32041,50400,5,0,787,0,1,0,0,0),(134154,947,0,1,1,0,1,-9164.99,-3281.72,101.344,4.93186,50400,5,0,787,0,1,0,0,0),(134155,947,0,1,1,0,1,-9089.52,-3279.12,101.622,2.57724,50400,5,0,787,0,1,0,0,0),(134156,947,0,1,1,0,1,-9121.59,-3230.43,101.022,3.27546,50400,5,0,787,0,1,0,0,0),(134157,947,0,1,1,0,1,-9088.94,-3174.86,110.513,4.3546,50400,5,0,787,0,1,0,0,0),(134158,947,0,1,1,0,1,-9005.24,-3216.25,109.04,3.12153,50400,5,0,787,0,1,0,0,0),(134159,947,0,1,1,0,1,-9259.75,-3222.22,101.48,1.02765,50400,5,0,787,0,1,0,0,0),(134160,14269,0,1,1,0,0,-9612.18,-3028.56,45.1909,4.87611,82800,5,0,521,0,2,0,0,0),(134161,14269,0,1,1,0,0,-9434.48,-2904.91,54.3617,3.77814,82800,5,0,521,0,2,0,0,0),(134162,14272,0,1,1,497,0,-9060.64,-2606.6,126.409,1.74409,9000,5,0,354,1020,1,0,0,0),(134163,14272,0,1,1,497,0,-9083.68,-2613.05,126.22,3.37536,9000,5,0,354,1020,1,0,0,0),(134164,14272,0,1,1,497,0,-9054.55,-2648.11,129.626,1.15976,9000,5,0,354,1020,1,0,0,0),(134165,14272,0,1,1,497,0,-9057.79,-2531.08,126.907,3.40835,9000,5,0,354,1020,1,0,0,0),(134166,14272,0,1,1,497,0,-9057.89,-2497.79,126.417,2.09595,9000,5,0,354,1020,1,0,0,0),(134167,14272,0,1,1,497,0,-9048,-2443.42,128.695,2.58918,9000,5,0,354,1020,1,0,0,0),(134168,14272,0,1,1,497,0,-9004.7,-2524.84,134.931,1.91452,9000,5,0,354,1020,1,0,0,0),(134169,14272,0,1,1,497,0,-9505.86,-2354.15,68.3321,0.726215,9000,5,0,354,1020,1,0,0,0),(134170,14272,0,1,1,497,0,-9520.13,-2364.48,60.9323,1.99463,9000,5,0,354,1020,1,0,0,0),(134171,14272,0,1,1,497,0,-9532.94,-2319.91,67.4185,1.65691,9000,5,0,354,1020,1,0,0,0),(134172,14272,0,1,1,497,0,-9570.29,-2313.42,66.3702,0.0279931,9000,5,0,354,1020,1,0,0,0),(134173,14270,0,1,1,5243,1,-9361.84,-2400.62,37.0818,3.90639,9000,5,0,449,0,1,0,0,0),(134174,14270,0,1,1,5243,1,-9338.65,-2404.72,49.689,1.37191,9000,5,0,449,0,1,0,0,0),(134175,14270,0,1,1,5243,1,-9345.29,-2431.53,43.4186,2.07641,9000,5,0,449,0,1,0,0,0),(134176,14270,0,1,1,5243,1,-9314.45,-2478.91,37.8713,4.10038,9000,5,0,449,0,1,0,0,0),(134177,14270,0,1,1,5243,1,-9306.92,-2487.15,33.4464,4.8253,9000,5,0,449,0,1,0,0,0),(134178,14270,0,1,1,5243,1,-9319.99,-2508.45,23.0178,3.14377,9000,5,0,449,0,1,0,0,0),(134179,14270,0,1,1,5243,1,-9304.15,-2554.59,20.5588,1.90565,9000,5,0,449,0,1,0,0,0),(134180,14270,0,1,1,5243,1,-9308.36,-2562.42,19.7176,5.16192,9000,5,0,449,0,1,0,0,0),(134181,14270,0,1,1,5243,1,-9333.75,-2594.88,22.3274,4.06393,9000,5,0,449,0,1,0,0,0),(134182,14270,0,1,1,5243,1,-9358.75,-2607.59,26.9726,1.19801,9000,5,0,449,0,1,0,0,0),(134183,14270,0,1,1,5243,1,-9389.94,-2626.59,39.7607,3.69667,9000,5,0,449,0,1,0,0,0),(134184,14270,0,1,1,5243,1,-9375.5,-2660.86,53.4803,1.27588,9000,5,0,449,0,1,0,0,0),(134185,14270,0,1,1,5243,1,-9390.11,-2686.86,53.3259,2.35219,9000,5,0,449,0,1,0,0,0),(134186,14270,0,1,1,5243,1,-9521.02,-2653.85,48.0125,2.73202,9000,5,0,449,0,1,0,0,0),(134187,14270,0,1,1,5243,1,-9548.24,-2663.26,52.757,3.87478,9000,5,0,449,0,1,0,0,0),(134188,14270,0,1,1,5243,1,-9572.8,-2651.8,54.4195,2.16339,9000,5,0,449,0,1,0,0,0),(134189,14270,0,1,1,5243,1,-9571.51,-2620.63,53.9961,2.92642,9000,5,0,449,0,1,0,0,0),(134190,14270,0,1,1,5243,1,-9598.61,-2613.4,54.1502,3.50133,9000,5,0,449,0,1,0,0,0),(134191,14270,0,1,1,5243,1,-9600,-2639.19,54.5921,2.69316,9000,5,0,449,0,1,0,0,0),(134192,14270,0,1,1,5243,1,-9619.51,-2639.92,58.1454,2.99632,9000,5,0,449,0,1,0,0,0),(134193,14270,0,1,1,5243,1,-9571.3,-2579.31,54.088,0.888706,9000,5,0,449,0,1,0,0,0),(134194,14270,0,1,1,5243,1,-9560.4,-2566.14,54.1333,0.120586,9000,5,0,449,0,1,0,0,0),(134195,14270,0,1,1,5243,1,-9524.1,-2559.52,54.2303,0.339713,9000,5,0,449,0,1,0,0,0),(134196,14270,0,1,1,5243,1,-9493.61,-2533.7,49.9691,0.525113,9000,5,0,449,0,1,0,0,0),(134197,14270,0,1,1,5243,1,-9554.29,-2458.19,43.0244,0.0594366,9000,5,0,449,0,1,0,0,0),(134198,14270,0,1,1,5243,1,-9514.09,-2458.03,44.6223,5.84468,9000,5,0,449,0,1,0,0,0),(134199,14270,0,1,1,5243,1,-9475.01,-2465.85,43.9199,0.39812,9000,5,0,449,0,1,0,0,0),(134200,14270,0,1,1,5243,1,-9468.45,-2427.62,53.9442,0.0743763,9000,5,0,449,0,1,0,0,0),(134201,14270,0,1,1,5243,1,-9426.87,-2387.9,53.9999,1.00264,9000,5,0,449,0,1,0,0,0),(134202,14270,0,1,1,5243,1,-9392.52,-2347.7,53.9231,5.92021,9000,5,0,449,0,1,0,0,0),(134203,14487,0,1,1,0,1,-12134.8,-4.00257,-4.46916,2.11716,50400,0,0,1116,2861,0,0,0,0),(134204,14487,0,1,1,0,1,-12100.4,5.62468,-0.883607,0.807904,50400,0,0,1116,2861,0,0,0,0),(134205,14487,0,1,1,0,1,-12178.1,-45.818,-10.8627,2.31303,50400,0,0,1116,2861,0,0,0,0),(134206,14487,0,1,1,0,1,-12131.4,56.1016,-4.41692,5.53716,50400,0,0,1116,2861,0,0,0,0),(134207,11383,0,1,1,11295,1,-11952,-1061.61,110.941,1.57091,50400,0,0,8770,16020,0,0,0,0),(134208,11383,0,1,1,11295,1,-11880.8,-1059.83,116.188,1.53243,50400,0,0,8770,16020,0,0,0,0),(134209,11383,0,1,1,11295,1,-11916.3,-1026.69,69.722,1.47981,50400,0,0,8770,16020,0,0,0,0),(134210,14491,0,1,1,0,0,-14024.7,243.284,13.0169,1.65653,128000,5,0,1981,0,1,0,0,0),(134211,14491,0,1,1,0,0,-14067.7,176.032,11.3089,1.82617,128000,5,0,1981,0,1,0,0,0),(134212,14491,0,1,1,0,0,-13997.6,174.808,12.237,2.00446,128000,5,0,1981,0,1,0,0,0),(134213,14491,0,1,1,0,0,-13999.3,72.1553,12.6355,0.258518,128000,5,0,1981,0,1,0,0,0),(134214,14491,0,1,1,0,0,-13852,87.2774,17.3434,1.51437,128000,5,0,1981,0,1,0,0,0),(134215,14491,0,1,1,0,0,-13852.1,3.189,22.3708,1.201,128000,5,0,1981,0,1,0,0,0),(134216,14491,0,1,1,0,0,-13789,-2.92215,37.9163,2.427,128000,5,0,1981,0,1,0,0,0),(134217,14491,0,1,1,0,0,-13802,-125.054,25.5027,2.632,128000,5,0,1981,0,1,0,0,0),(134218,14491,0,1,1,0,0,-13826.7,-195.336,22.6576,1.50652,128000,5,0,1981,0,1,0,0,0),(134219,14491,0,1,1,0,0,-13928.8,-108.147,20.3326,5.90004,128000,5,0,1981,0,1,0,0,0),(134220,2541,0,1,1,0,1,-13808.2,379.781,94.5829,2.12071,21600,0,0,1848,0,0,0,0,0),(134221,14490,0,1,1,0,0,-14451.6,806.167,-21.3922,6.02691,144000,5,0,2317,0,2,0,0,0),(134222,14488,0,1,1,0,1,-12491.6,-137.068,14.2288,4.24384,100800,0,0,1604,0,0,0,0,0),(134223,14488,0,1,1,0,1,-12467.3,-147.014,14.1131,3.33592,100800,0,0,1604,0,0,0,0,0),(134224,14488,0,1,1,0,1,-12481.2,-166.231,13.0005,3.47573,100800,0,0,1604,0,0,0,0,0),(134225,14488,0,1,1,0,1,-12430.6,-134.586,15.622,5.2146,100800,5,0,1604,0,1,0,0,0),(134226,14488,0,1,1,0,1,-12364.9,-121.583,17.132,5.80208,100800,10,0,1604,0,1,0,0,0),(134227,14488,0,1,1,0,1,-12332,-154.873,18.2843,6.05655,100800,10,0,1604,0,1,0,0,0),(134228,1552,0,1,1,12342,0,-13146.5,-498.158,9.02804,1.67638,25200,0,0,2218,0,0,0,0,0),(134229,1552,0,1,1,12342,0,-13226.2,-445.828,6.77963,3.71135,25200,0,0,2218,0,0,0,0,0),(134230,1552,0,1,1,12342,0,-13189.4,-570.392,12.6386,3.53307,25200,0,0,2218,0,0,0,0,0),(134231,14492,0,1,1,0,1,-13458.5,-138.615,50.8739,2.62593,25200,0,0,1981,0,0,0,0,0),(134232,14492,0,1,1,0,1,-13485.4,-70.4046,47.1378,3.51422,25200,0,0,1981,0,0,0,0,0),(134233,14492,0,1,1,0,1,-13551.9,-5.43688,53.2896,4.85411,25200,0,0,1981,0,0,0,0,0),(134234,14492,0,1,1,0,1,-13548.4,-102.884,44.4288,5.46751,25200,0,0,1981,0,0,0,0,0),(134235,14492,0,1,1,0,1,-13529.8,-111.52,45.9351,5.8712,25200,0,0,1981,0,0,0,0,0),(134236,14446,0,1,1,441,0,-10906.4,-3627.93,15.7843,5.72122,46800,5,0,2059,0,1,0,0,0),(134237,14446,0,1,1,441,0,-10910.8,-3680.2,13.0447,5.54058,46800,5,0,2059,0,1,0,0,0),(134238,14446,0,1,1,441,0,-10840.6,-3693.59,22.7068,2.95348,46800,5,0,2059,0,1,0,0,0),(134239,14446,0,1,1,441,0,-10863.4,-3637.09,12.8111,4.19362,46800,5,0,2059,0,1,0,0,0),(134240,14446,0,1,1,441,0,-10945.3,-3727.3,24.8301,5.11803,46800,5,0,2059,0,1,0,0,0),(134241,14446,0,1,1,441,0,-10869.6,-3729.59,23.3889,5.91757,46800,5,0,2059,0,1,0,0,0),(134242,1063,0,1,1,0,0,-10474.8,-3817.11,28.9764,2.92127,144000,0,0,2985,0,0,0,0,0),(134243,1063,0,1,1,0,0,-10444.9,-3826.08,18.0665,2.88357,144000,0,0,2985,0,0,0,0,0),(134244,14445,0,1,1,0,1,-10645,-3985.64,21.8308,1.0426,25200,5,0,6468,0,1,0,0,0),(134245,14445,0,1,1,0,1,-10643.9,-4024,21.711,5.30182,25200,5,0,6468,0,1,0,0,0),(134246,14445,0,1,1,0,1,-10674.7,-4094.93,23.7836,5.80054,25200,5,0,6468,0,1,0,0,0),(134247,14445,0,1,1,0,1,-10644.6,-4140.18,23.7833,0.927149,25200,5,0,6468,0,1,0,0,0),(134248,14445,0,1,1,0,1,-10538.5,-4058.85,21.7393,5.98825,25200,5,0,6468,0,1,0,0,0),(134249,14445,0,1,1,0,1,-10499,-4062.06,22.8277,6.18225,25200,5,0,6468,0,1,0,0,0),(134250,14445,0,1,1,0,1,-10450.5,-4081.28,24.9488,0.990765,25200,5,0,6468,0,1,0,0,0),(134251,14445,0,1,1,0,1,-10419.2,-4116.72,22.1169,5.39449,25200,5,0,6468,0,1,0,0,0),(134252,14445,0,1,1,0,1,-10312,-4089,21.881,1.70626,25200,5,0,6468,0,1,0,0,0),(134253,14445,0,1,1,0,1,-10248,-4055.76,22.8238,1.2578,25200,5,0,6468,0,1,0,0,0),(134254,14445,0,1,1,0,1,-10193.8,-3945.78,22.8002,0.116617,25200,5,0,6468,0,1,0,0,0),(134255,14445,0,1,1,0,1,-10152.5,-3916.86,24.3156,0.71352,25200,5,0,6468,0,1,0,0,0),(134256,14445,0,1,1,0,1,-10123.9,-3966.57,21.7033,0.499892,25200,5,0,6468,0,1,0,0,0),(134257,14445,0,1,1,0,1,-10219.1,-3811.44,22.6042,3.45535,25200,5,0,6468,0,1,0,0,0),(134258,14445,0,1,1,0,1,-10213.7,-3771.73,22.0007,2.0377,25200,5,0,6468,0,1,0,0,0),(134259,14445,0,1,1,0,1,-10282.3,-3664,23.7109,4.02947,25200,5,0,6468,0,1,0,0,0),(134260,14445,0,1,1,0,1,-10215.6,-3589.89,23.7229,0.241498,25200,5,0,6468,0,1,0,0,0),(134261,763,0,1,1,10921,1,-9971.45,-3611.57,21.6782,2.16808,50400,0,0,1678,0,0,0,0,0),(134262,763,0,1,1,10921,1,-9931.38,-3600.45,23.1036,3.09564,50400,0,0,1678,0,0,0,0,0),(134263,763,0,1,1,10921,1,-9969.25,-3635.68,22.8874,5.48089,50400,0,0,1678,0,0,0,0,0),(134264,763,0,1,1,10921,1,-9939.66,-3686.67,21.7823,2.06598,50400,0,0,1678,0,0,0,0,0),(134265,1106,0,1,1,152,1,-9969.53,-3690.45,21.6787,1.68271,21600,0,0,1257,1142,0,0,0,0),(134266,1106,0,1,1,152,1,-9977.24,-3656.42,21.6787,0.85411,21600,0,0,1257,1142,0,0,0,0),(134267,1106,0,1,1,152,1,-9955,-3641,21.8372,0.849401,21600,0,0,1257,1142,0,0,0,0),(134268,1106,0,1,1,152,1,-9992.1,-3620.46,22.9665,6.16105,21600,0,0,1257,1142,0,0,0,0),(134269,1106,0,1,1,152,1,-9940.43,-3654.01,23.1482,2.8129,21600,0,0,1257,1142,0,0,0,0),(134270,14448,0,1,1,0,0,-10140.1,-3215.43,22.7792,1.16042,3600,5,0,2476,0,1,0,0,0),(134271,14448,0,1,1,0,0,-10104.7,-3166.88,21.7116,2.90715,3600,5,0,2476,0,1,0,0,0),(134272,14448,0,1,1,0,0,-10172,-3133.86,22.3259,2.91736,3600,5,0,2476,0,1,0,0,0),(134273,14448,0,1,1,0,0,-10186.2,-3078,22.2293,1.51385,3600,5,0,2476,0,1,0,0,0),(134274,14448,0,1,1,0,0,-10100.4,-3038.8,23.5049,2.79483,3600,5,0,2476,0,1,0,0,0),(134275,14448,0,1,1,0,0,-10156.2,-2993.02,21.8624,3.9478,3600,5,0,2476,0,1,0,0,0),(134276,14448,0,1,1,0,0,-10180.9,-2932.11,22.6958,0.844689,3600,5,0,2476,0,1,0,0,0),(134277,14448,0,1,1,0,0,-10120.9,-2862.33,22.7601,2.85609,3600,5,0,2476,0,1,0,0,0),(134278,14448,0,1,1,0,0,-10208.9,-2832.82,23.9556,3.13805,3600,5,0,2476,0,1,0,0,0),(134279,14448,0,1,1,0,0,-10268.5,-2889.81,22.9156,2.65032,3600,5,0,2476,0,1,0,0,0),(134280,14448,0,1,1,0,0,-10322.8,-2874.43,24.1222,2.60712,3600,5,0,2476,0,1,0,0,0),(134281,14448,0,1,1,0,0,-10357.3,-2815.35,23.6121,2.62676,3600,5,0,2476,0,1,0,0,0),(134282,14448,0,1,1,0,0,-10423.2,-2873.73,21.8575,4.21483,3600,5,0,2476,0,1,0,0,0),(134283,14448,0,1,1,0,0,-10400.6,-2922.96,21.9322,5.65604,3600,5,0,2476,0,1,0,0,0),(134284,14448,0,1,1,0,0,-10356.1,-2971.75,20.9177,5.68432,3600,5,0,2476,0,1,0,0,0),(134285,14448,0,1,1,0,0,-10301.7,-2977.02,22.7311,5.53509,3600,5,0,2476,0,1,0,0,0),(134286,14448,0,1,1,0,0,-10299.9,-3072.02,24.1635,5.8249,3600,5,0,2476,0,1,0,0,0),(134287,14448,0,1,1,0,0,-10228.7,-3099.74,22.0186,0.00274617,3600,5,0,2476,0,1,0,0,0),(134288,8298,0,1,1,10920,1,-11594.7,-3196.26,6.9616,2.9841,21600,10,0,2634,2041,1,0,0,0),(134289,8298,0,1,1,10920,1,-11544,-3273.89,7.44455,5.0442,21600,10,0,2634,2041,1,0,0,0),(134290,8298,0,1,1,10920,1,-11576.7,-3282.53,11.5828,4.88397,21600,10,0,2634,2041,1,0,0,0),(134291,8298,0,1,1,10920,1,-11539.5,-3219.46,7.04855,1.13291,21600,10,0,2634,2041,1,0,0,0),(134292,8298,0,1,1,10920,1,-11724.6,-2984.14,10.9467,5.52329,21600,10,0,2634,2041,1,0,0,0),(134293,8298,0,1,1,10920,1,-11639.6,-2783.46,5.35829,6.16968,21600,10,0,2634,2041,1,0,0,0),(134294,8298,0,1,1,10920,1,-11641.9,-2751.71,16.962,5.11724,21600,10,0,2634,2041,1,0,0,0),(134295,8301,0,1,1,0,0,-11363.2,-2835.65,5.75448,3.79149,50400,10,0,3189,0,1,0,0,0),(134296,8301,0,1,1,0,0,-11381.1,-2910.84,5.55568,5.23112,50400,10,0,3189,0,1,0,0,0),(134297,8301,0,1,1,0,0,-11390,-2969.17,0.861105,4.84157,50400,10,0,3189,0,1,0,0,0),(134298,8301,0,1,1,0,0,-11418.3,-3008.76,-0.0974354,5.44632,50400,10,0,3189,0,1,0,0,0),(134299,8301,0,1,1,0,0,-11363.2,-3051.68,-4.30044,0.0388569,50400,10,0,3189,0,1,0,0,0),(134300,8301,0,1,1,0,0,-11299.2,-3058.28,-0.156256,0.906722,50400,10,0,3189,0,1,0,0,0),(134301,8301,0,1,1,0,0,-11256,-3054.18,-0.156568,0.0412129,50400,10,0,3189,0,1,0,0,0),(134302,8301,0,1,1,0,0,-11217.1,-3068.22,5.43434,0.699377,50400,10,0,3189,0,1,0,0,0),(134303,8301,0,1,1,0,0,-11234.7,-3103.73,4.27222,0.450405,50400,10,0,3189,0,1,0,0,0),(134304,8301,0,1,1,0,0,-11367,-3175.44,11.1196,0.997828,50400,10,0,3189,0,1,0,0,0),(134305,8301,0,1,1,0,0,-11346.3,-3200.67,10.0637,5.37642,50400,10,0,3189,0,1,0,0,0),(134306,8301,0,1,1,0,0,-11354.9,-3238.49,9.29685,4.39546,50400,10,0,3189,0,1,0,0,0),(134307,8301,0,1,1,0,0,-11356.7,-3280.54,9.15801,4.92482,50400,10,0,3189,0,1,0,0,0),(134308,8301,0,1,1,0,0,-11393.4,-3212.43,13.6807,5.17222,50400,10,0,3189,0,1,0,0,0),(134309,8301,0,1,1,0,0,-11375.5,-3133.67,6.42179,2.08246,50400,10,0,3189,0,1,0,0,0),(134310,8301,0,1,1,0,0,-11410.5,-3043.11,-0.401744,3.05165,50400,10,0,3189,0,1,0,0,0),(134311,8302,0,1,1,0,0,-11029.5,-2922.28,12.5276,4.47321,104400,10,0,2672,0,1,0,0,0),(134312,8302,0,1,1,0,0,-11021,-2864.95,9.0807,1.40388,104400,10,0,2672,0,1,0,0,0),(134313,8302,0,1,1,0,0,-11059.6,-2817.06,9.30272,2.34636,104400,10,0,2672,0,1,0,0,0),(134314,8302,0,1,1,0,0,-11021.4,-2782.37,4.25246,0.814045,104400,10,0,2672,0,1,0,0,0),(134315,8302,0,1,1,0,0,-11004.2,-2749.81,5.13082,1.38896,104400,10,0,2672,0,1,0,0,0),(134316,8302,0,1,1,0,0,-10964.3,-2781.22,5.29325,1.16512,104400,10,0,2672,0,1,0,0,0),(134317,8302,0,1,1,0,0,-10974.6,-2755.37,5.19298,0.669531,104400,10,0,2672,0,1,0,0,0),(134318,8302,0,1,1,0,0,-11125.2,-2717.16,11.4087,3.51189,104400,10,0,2672,0,1,0,0,0),(134319,8302,0,1,1,0,0,-11128.1,-2754.32,17.355,2.79796,104400,10,0,2672,0,1,0,0,0),(134320,8302,0,1,1,0,0,-11155.3,-2731.02,14.042,2.93069,104400,10,0,2672,0,1,0,0,0),(134321,8302,0,1,1,0,0,-11195.4,-2754.92,18.5438,2.70528,104400,10,0,2672,0,1,0,0,0),(134322,8302,0,1,1,0,0,-11189.5,-2698.22,10.0174,3.60378,104400,10,0,2672,0,1,0,0,0),(134323,8302,0,1,1,0,0,-11241.3,-2733.32,14.5167,2.81445,104400,10,0,2672,0,1,0,0,0),(134324,8303,0,1,1,0,0,-11211.7,-2995.63,3.36572,4.60202,151200,15,0,2769,0,1,0,0,0),(134325,8303,0,1,1,0,0,-11178.3,-2992.61,8.94092,4.26665,151200,15,0,2769,0,1,0,0,0),(134326,8303,0,1,1,0,0,-11204.8,-3055,2.42608,4.72061,151200,15,0,2769,0,1,0,0,0),(134327,8303,0,1,1,0,0,-11247.5,-3079.9,3.29563,5.47852,151200,15,0,2769,0,1,0,0,0),(134328,8303,0,1,1,0,0,-11200.8,-3103.99,8.13294,5.33951,151200,15,0,2769,0,1,0,0,0),(134329,8303,0,1,1,0,0,-11240,-3172.6,2.69219,4.49206,151200,15,0,2769,0,1,0,0,0),(134330,8303,0,1,1,0,0,-11183.3,-3174.74,6.94442,0.00194143,151200,15,0,2769,0,1,0,0,0),(134331,8303,0,1,1,0,0,-11150.5,-3222.62,7.76973,5.39763,151200,15,0,2769,0,1,0,0,0),(134332,8303,0,1,1,0,0,-11148,-3268.85,9.20335,4.77559,151200,15,0,2769,0,1,0,0,0),(134333,8303,0,1,1,0,0,-11196.2,-3297.75,9.86134,3.57,151200,15,0,2769,0,1,0,0,0),(134334,8303,0,1,1,0,0,-11163.2,-3328.39,5.48639,3.90458,151200,15,0,2769,0,1,0,0,0),(134335,8303,0,1,1,0,0,-11194.4,-3361.09,8.73583,3.56372,151200,15,0,2769,0,1,0,0,0),(134336,8303,0,1,1,0,0,-11232.5,-3336.23,9.21853,3.25899,151200,15,0,2769,0,1,0,0,0),(134337,8303,0,1,1,0,0,-11204.5,-3227.08,9.37905,1.82563,151200,15,0,2769,0,1,0,0,0),(134338,8303,0,1,1,0,0,-11205.1,-3145.22,7.78832,2.08089,151200,15,0,2769,0,1,0,0,0),(134339,8303,0,1,1,0,0,-11308.1,-3153.34,6.07638,3.62577,151200,15,0,2769,0,1,0,0,0),(134340,8303,0,1,1,0,0,-11332.3,-3119.14,-1.65414,1.88375,151200,15,0,2769,0,1,0,0,0),(134341,8297,0,1,1,0,1,-11599.8,-2785.74,4.02655,3.27313,100800,10,0,3644,0,1,0,0,0),(134342,8297,0,1,1,0,1,-11543.4,-2785.32,3.12875,1.31749,100800,10,0,3644,0,1,0,0,0),(134343,8297,0,1,1,0,1,-11502,-2823.88,1.23018,5.16751,100800,10,0,3644,0,1,0,0,0),(134344,8297,0,1,1,0,1,-11452.9,-2836.06,-0.638978,0.17631,100800,10,0,3644,0,1,0,0,0),(134345,8297,0,1,1,0,1,-11443.1,-2884.64,6.38314,5.50445,100800,10,0,3644,0,1,0,0,0),(134346,8297,0,1,1,0,1,-11436.9,-2949.22,4.42023,4.44809,100800,10,0,3644,0,1,0,0,0),(134347,8297,0,1,1,0,1,-11428.7,-2787.4,0.219483,5.89401,100800,10,0,3644,0,1,0,0,0),(134348,8297,0,1,1,0,1,-11486.8,-2777.82,-0.445384,4.69078,100800,10,0,3644,0,1,0,0,0),(134349,8297,0,1,1,0,1,-11552.8,-2737.43,6.15942,4.11272,100800,10,0,3644,0,1,0,0,0),(134350,8296,0,1,1,11562,1,-10934,-2760.13,29.7295,5.57436,21600,0,0,1804,4140,0,0,0,0),(134351,8296,0,1,1,11562,1,-10900.1,-2650.59,7.6359,4.06247,21600,0,0,1804,4140,0,0,0,0),(134352,8296,0,1,1,11562,1,-10830.3,-2639.97,7.63644,5.76599,21600,0,0,1804,4140,0,0,0,0),(134353,8300,0,1,1,0,0,-11330.3,-2796,11.2594,3.42393,50400,15,0,2980,0,1,0,0,0),(134354,8300,0,1,1,0,0,-11367.7,-2796.76,4.11652,2.91499,50400,15,0,2980,0,1,0,0,0),(134355,8300,0,1,1,0,0,-11372.6,-2765.83,5.28569,1.25466,50400,15,0,2980,0,1,0,0,0),(134356,8300,0,1,1,0,0,-11400.3,-2775.07,3.05076,3.71138,50400,15,0,2980,0,1,0,0,0),(134357,8300,0,1,1,0,0,-11395.3,-2820.59,-2.38094,4.64679,50400,15,0,2980,0,1,0,0,0),(134358,8300,0,1,1,0,0,-11408.2,-2865.37,2.21612,4.29336,50400,15,0,2980,0,1,0,0,0),(134359,8300,0,1,1,0,0,-11361.2,-2870.26,6.88591,2.37307,50400,15,0,2980,0,1,0,0,0),(134360,8300,0,1,1,0,0,-11389.8,-2923.91,3.68246,5.0929,50400,15,0,2980,0,1,0,0,0),(134361,8300,0,1,1,0,0,-11357.1,-3259.6,8.46644,2.98725,50400,15,0,2980,0,1,0,0,0),(134362,8300,0,1,1,0,0,-11415.2,-3259.86,8.05703,4.65387,50400,15,0,2980,0,1,0,0,0),(134363,8300,0,1,1,0,0,-11436.8,-3279.38,7.08787,3.7593,50400,15,0,2980,0,1,0,0,0),(134364,8300,0,1,1,0,0,-11383.2,-3301.21,2.04095,5.98512,50400,15,0,2980,0,1,0,0,0),(134365,8300,0,1,1,0,0,-11349.6,-3300.41,8.87688,3.15768,50400,15,0,2980,0,1,0,0,0),(134366,8299,0,1,1,0,0,-11602.1,-3310.36,8.44892,0.210868,50400,30,0,3082,0,1,0,0,0),(134367,8299,0,1,1,0,0,-11546.6,-3293.8,7.71513,0.0545734,50400,30,0,3082,0,1,0,0,0),(134368,8299,0,1,1,0,0,-11511.9,-3265.57,8.39908,5.83982,50400,30,0,3082,0,1,0,0,0),(134369,8299,0,1,1,0,0,-11481.9,-3285.29,11.6065,5.96469,50400,30,0,3082,0,1,0,0,0),(134370,8299,0,1,1,0,0,-11455.1,-3273.96,10.7227,0.309828,50400,30,0,3082,0,1,0,0,0),(134371,8299,0,1,1,0,0,-11406.4,-3256.89,8.43011,5.82961,50400,30,0,3082,0,1,0,0,0),(134372,8299,0,1,1,0,0,-11375,-3288.94,2.48512,4.54312,50400,30,0,3082,0,1,0,0,0),(134373,8299,0,1,1,0,0,-11292.1,-3342.63,8.60339,0.665614,50400,30,0,3082,0,1,0,0,0),(134374,8299,0,1,1,0,0,-11275.5,-3316.8,25.4706,5.81783,50400,30,0,3082,0,1,0,0,0),(134375,8299,0,1,1,0,0,-11247.4,-3315.6,19.0054,0.110337,50400,30,0,3082,0,1,0,0,0),(134376,8299,0,1,1,0,0,-11360.2,-3242.6,8.74455,1.41488,50400,30,0,3082,0,1,0,0,0),(134377,8299,0,1,1,0,0,-11370.1,-3198.08,11.5251,1.80287,50400,30,0,3082,0,1,0,0,0),(134378,8299,0,1,1,0,0,-11317.1,-3169.56,7.70386,0.766928,50400,30,0,3082,0,1,0,0,0),(134379,8299,0,1,1,0,0,-11511.9,-3177.57,9.00114,1.35441,50400,30,0,3082,0,1,0,0,0),(134380,7846,0,1,1,0,0,-11685.9,-2955.42,7.736,1.48164,72000,0,0,91560,0,2,0,0,0),(134381,10077,0,1,1,0,0,-8016.11,-2825.6,133.664,2.51282,25200,20,0,3189,0,1,0,0,0),(134382,10077,0,1,1,0,0,-7623.64,-2689.91,132.954,1.49023,25200,20,0,3189,0,1,0,0,0),(134383,10077,0,1,1,0,0,-7673.32,-2479.38,140.85,4.54857,25200,20,0,3189,0,1,0,0,0),(134384,10077,0,1,1,0,0,-8137.99,-2654.29,133.44,1.93005,25200,20,0,3189,0,1,0,0,0),(134385,9604,0,1,1,0,1,-7840.39,-2623.52,121.288,3.24167,108000,5,0,2634,2041,1,0,0,0),(134386,9604,0,1,1,0,1,-7841.18,-2547.92,130.273,2.92672,108000,5,0,2634,2041,1,0,0,0),(134387,9604,0,1,1,0,1,-7916.98,-2593.78,124.286,0.700911,108000,5,0,2634,2041,1,0,0,0),(134388,9604,0,1,1,0,1,-7857.43,-2604.87,120.263,1.23498,108000,5,0,2634,2041,1,0,0,0),(134389,9604,0,1,1,0,1,-7873.38,-2526.73,130.633,2.40129,108000,5,0,2634,2041,1,0,0,0),(134390,8979,0,1,1,0,1,-8100.41,-1500.94,132.912,0.676558,21600,5,0,3997,0,1,0,0,0),(134391,8979,0,1,1,0,1,-8130.82,-1559.3,133.52,3.89041,21600,5,0,3997,0,1,0,0,0),(134392,8979,0,1,1,0,1,-7731.2,-1428.96,140.754,6.02669,21600,5,0,3997,0,1,0,0,0),(134393,8979,0,1,1,0,1,-7706.93,-1454.66,140.935,1.04256,21600,5,0,3997,0,1,0,0,0),(134394,8979,0,1,1,0,1,-7667.63,-1458.95,140.754,2.80028,21600,5,0,3997,0,1,0,0,0),(134395,8979,0,1,1,0,1,-7625.09,-712.279,183.036,3.16156,21600,5,0,3997,0,1,0,0,0),(134396,8979,0,1,1,0,1,-8083.47,-1481.29,132.381,0.664776,21600,5,0,3997,0,1,0,0,0),(134397,9602,0,1,1,0,1,-7967.59,-2625.81,195.364,3.00134,50400,5,0,3293,0,1,0,0,0),(134398,9602,0,1,1,0,1,-7973.12,-2666.03,197.96,5.22873,50400,5,0,3293,0,1,0,0,0),(134399,9602,0,1,1,0,1,-7885.65,-2659.91,220.327,2.34327,50400,0,0,3293,0,0,0,0,0),(134400,9602,0,1,1,0,1,-7849.44,-2660.64,221.168,0.342078,50400,5,0,3293,0,1,0,0,0),(134401,8981,0,1,1,0,0,-7611.25,-2585.78,133.288,3.15303,50400,20,0,3644,0,1,0,0,0),(134402,8981,0,1,1,0,0,-7929.08,-2903.57,132.769,1.39216,50400,20,0,3644,0,1,0,0,0),(134403,8981,0,1,1,0,0,-7651.38,-2846.21,134.08,3.86381,50400,20,0,3644,0,1,0,0,0),(134404,8981,0,1,1,0,0,-8145.39,-2780.08,137.12,2.1375,50400,20,0,3644,0,1,0,0,0),(134405,8981,0,1,1,0,0,-8150.71,-2861.98,135.368,1.75031,50400,20,0,3644,0,1,0,0,0),(134406,10078,0,1,1,0,0,-7939.46,-1492.68,146.416,5.23119,100800,5,0,2718,2117,1,0,0,0),(134407,10078,0,1,1,0,0,-7904.64,-1505.75,140.695,2.79724,100800,5,0,2718,2117,1,0,0,0),(134408,10078,0,1,1,0,0,-7879.7,-1610.47,131.4,3.17816,100800,5,0,2718,2117,1,0,0,0),(134409,10078,0,1,1,0,0,-7873.05,-1704.17,128.261,1.78172,100800,5,0,2718,2117,1,0,0,0),(134410,10078,0,1,1,0,0,-7645.15,-2269.98,131.301,4.85499,100800,5,0,2718,2117,1,0,0,0),(134411,10078,0,1,1,0,0,-7769,-2128.74,128.983,2.94018,100800,5,0,2718,2117,1,0,0,0),(134412,10078,0,1,1,0,0,-7869.17,-1766.44,121.54,1.6105,100800,5,0,2718,2117,1,0,0,0),(134413,10078,0,1,1,0,0,-7648.31,-2288.56,131.188,1.63171,100800,5,0,2718,2117,1,0,0,0),(134414,8978,0,1,1,0,1,-7794.8,-1854.22,135.798,1.11492,21600,10,0,3758,0,1,0,0,0),(134415,8978,0,1,1,0,1,-7735.67,-1891.48,133.44,2.72969,21600,10,0,3758,0,1,0,0,0),(134416,8978,0,1,1,0,1,-7742.9,-2051.23,133.44,3.70516,21600,10,0,3758,0,1,0,0,0),(134417,8978,0,1,1,0,1,-7765.15,-2074.53,133.439,0.59891,21600,10,0,3758,0,1,0,0,0),(134418,8978,0,1,1,0,1,-7867.31,-2171.58,133.416,0.664101,21600,10,0,3758,0,1,0,0,0),(134419,8978,0,1,1,0,1,-7884.49,-2192.13,133.435,5.24297,21600,10,0,3758,0,1,0,0,0),(134420,8978,0,1,1,0,1,-7849.74,-2203.44,133.222,2.32051,21600,10,0,3758,0,1,0,0,0),(134421,8978,0,1,1,0,1,-7752.44,-2354.43,135.345,4.00362,21600,10,0,3758,0,1,0,0,0),(134422,8978,0,1,1,0,1,-7730.43,-2347.54,136.303,4.16855,21600,10,0,3758,0,1,0,0,0),(134423,8279,0,1,1,0,0,-7012.7,-1038.51,241.702,0.0553149,50400,30,0,2399,0,1,0,0,0),(134424,8279,0,1,1,0,0,-6791.06,-1062.97,240.726,5.99371,50400,30,0,2399,0,1,0,0,0),(134425,8279,0,1,1,0,0,-6722.44,-1290.69,241.516,3.06182,50400,30,0,2399,0,1,0,0,0),(134426,8279,0,1,1,0,0,-6962.38,-1667.71,241.003,3.92261,50400,30,0,2399,0,1,0,0,0),(134427,8282,0,1,1,7835,1,-6516.42,-977.163,342.948,0.160909,25200,5,0,5502,3728,1,0,0,0),(134428,8282,0,1,1,7835,1,-6485.41,-1003.04,341.171,1.70657,25200,5,0,5502,3728,1,0,0,0),(134429,8282,0,1,1,7835,1,-6493.01,-980.502,335.131,0.796295,25200,0,0,5502,3728,0,0,0,0),(134430,8277,0,1,1,4458,0,-7154.71,-1505.94,240.319,0.566275,104400,20,0,2576,0,1,0,0,0),(134431,8277,0,1,1,4458,0,-7185.76,-999.545,244.448,6.09784,104400,20,0,2576,0,1,0,0,0),(134432,8277,0,1,1,4458,0,-6515.87,-1104.83,312.746,5.45302,104400,20,0,2576,0,1,0,0,0),(134433,8277,0,1,1,4458,0,-6536.05,-1656.03,287.987,3.02536,104400,20,0,2576,0,1,0,0,0),(134434,8281,0,1,1,0,0,-6929.1,-1125.1,148.785,5.74683,100800,0,0,2672,0,2,0,0,0),(134435,8283,0,1,1,0,1,-6481.58,-1354.33,212.107,1.68895,21600,20,0,2769,0,1,0,0,0),(134436,8283,0,1,1,0,1,-6749.13,-1247.44,247.023,5.88687,21600,20,0,2769,0,1,0,0,0),(134437,8283,0,1,1,0,1,-6627.83,-1278.64,262.097,3.01546,21600,20,0,2769,0,1,0,0,0),(134438,8283,0,1,1,0,1,-6649.5,-1257.49,253.768,3.84798,21600,20,0,2769,0,1,0,0,0),(134439,14224,0,1,1,0,0,-6777.48,-3428.61,241.669,0.0205605,151200,40,0,1585,0,1,0,0,0),(134440,14224,0,1,1,0,0,-6758.16,-2670.21,242.449,2.79223,151200,40,0,1585,0,1,0,0,0),(134441,14224,0,1,1,0,0,-7029.18,-2793.56,241.667,3.18729,151200,40,0,1585,0,1,0,0,0),(134442,14224,0,1,1,0,0,-7187.85,-2567.51,245.432,1.62592,151200,40,0,1585,0,1,0,0,0),(134443,14224,0,1,1,0,0,-7000.52,-2416.89,241.667,1.53717,151200,40,0,1585,0,1,0,0,0),(134444,14224,0,1,1,0,0,-7221.25,-2147.2,305.74,3.8164,151200,40,0,1585,0,1,0,0,0),(134445,2753,0,1,1,0,0,-7016.97,-3046.43,242.228,5.42017,100800,30,0,1046,0,1,0,0,0),(134446,2753,0,1,1,0,0,-7013.03,-3468.18,241.673,1.9872,100800,30,0,1046,0,1,0,0,0),(134447,2850,0,1,1,0,0,-6335.96,-3563.72,241.737,5.32688,28800,30,0,1603,0,1,0,0,0),(134448,2850,0,1,1,0,0,-6147.18,-3413.65,246.71,0.0332949,28800,30,0,1603,0,1,0,0,0),(134449,2850,0,1,1,0,0,-6494.85,-3218.53,251.542,3.31626,28800,30,0,1603,0,1,0,0,0),(134450,2752,0,1,1,8550,0,-7317.62,-2423.82,282.348,1.09042,25200,30,0,2218,0,1,0,0,0),(134451,2752,0,1,1,8550,0,-7245.83,-2197.77,291.592,5.33707,25200,30,0,2218,0,1,0,0,0),(134452,2752,0,1,1,8550,0,-7224.89,-2128.48,308.4,4.21945,25200,30,0,2218,0,1,0,0,0),(134453,2744,0,1,1,0,1,-6325.38,-3080.88,310.834,4.02294,46800,0,0,1753,0,0,0,0,0),(134454,2744,0,1,1,0,1,-6350.12,-3072.52,310.836,2.40267,46800,0,0,1753,0,0,0,0,0),(134455,2744,0,1,1,0,1,-6368.25,-3092.61,310.836,0.84444,46800,0,0,1753,0,0,0,0,0),(134456,2749,0,1,1,0,0,-6871.89,-2474.56,244.964,1.69974,100800,40,0,5334,0,1,0,0,0),(134457,2749,0,1,1,0,0,-6870.37,-2367.13,245.122,1.92122,100800,40,0,5334,0,1,0,0,0),(134458,2749,0,1,1,0,0,-6914.6,-2293.12,240.744,1.79948,100800,40,0,5334,0,1,0,0,0),(134459,2749,0,1,1,0,0,-6876.74,-2215.62,246.544,5.08088,100800,40,0,5334,0,1,0,0,0),(134460,2749,0,1,1,0,0,-6972.67,-2472.58,241.668,0.0519719,100800,40,0,5334,0,1,0,0,0),(134461,2749,0,1,1,0,0,-6895.08,-2553.64,241.668,5.49871,100800,40,0,5334,0,1,0,0,0),(134462,2749,0,1,1,0,0,-6811.36,-2691.24,241.803,5.37305,100800,40,0,5334,0,1,0,0,0),(134463,2749,0,1,1,0,0,-6720.54,-2689.26,241.667,4.60336,100800,40,0,5334,0,1,0,0,0),(134464,2749,0,1,1,0,0,-6675.87,-2805.08,242.015,5.27723,100800,40,0,5334,0,1,0,0,0),(134465,2749,0,1,1,0,0,-6719.02,-2862.09,241.055,4.06457,100800,40,0,5334,0,1,0,0,0),(134466,2749,0,1,1,0,0,-6679.51,-2966.33,241.57,6.25191,100800,40,0,5334,0,1,0,0,0),(134467,2749,0,1,1,0,0,-6581.63,-2980.98,246.852,0.170569,100800,40,0,5334,0,1,0,0,0),(134468,2749,0,1,1,0,0,-6549.88,-3074.9,267.462,4.61828,100800,40,0,5334,0,1,0,0,0),(134469,2751,0,1,1,0,0,-6089.62,-3307.45,256.508,3.9075,50400,40,0,1469,0,1,0,0,0),(134470,2751,0,1,1,0,0,-6445.55,-3207.58,261.646,3.63889,50400,40,0,1469,0,1,0,0,0),(134471,2931,0,1,1,1210,0,-6992.21,-2959.33,241.668,1.51805,25200,60,0,7842,0,1,0,0,0),(134472,2931,0,1,1,1210,0,-6780.72,-2937.12,241.681,1.80472,25200,60,0,7842,0,1,0,0,0),(134473,1130,0,1,1,0,0,-5796.19,-1279.61,380.612,0.0238605,7200,30,0,247,0,1,0,0,0),(134474,1130,0,1,1,0,0,-5795.53,-1125.64,380.152,6.2073,7200,30,0,247,0,1,0,0,0),(134475,1130,0,1,1,0,0,-5798.45,-799.914,397.554,5.3787,7200,30,0,247,0,1,0,0,0),(134476,1137,0,1,1,0,0,-5499.88,-276.782,354.034,5.03772,1500,0,0,176,0,2,0,0,0),(134477,8503,0,1,1,0,1,-5294.84,580.469,388.175,5.71317,7200,20,0,199,459,1,0,0,0),(134478,1260,0,1,1,0,1,-5577.44,738.988,392.493,6.15967,7200,5,0,208,205,1,0,0,0),(134479,1260,0,1,1,0,1,-5657.94,694.35,388.595,2.91833,7200,5,0,208,205,1,0,0,0),(134480,1260,0,1,1,0,1,-5552.29,629.549,399.155,5.04597,7200,5,0,208,205,1,0,0,0),(134481,1260,0,1,1,0,1,-5602.93,612.653,389.8,0.72,7200,5,0,208,205,1,0,0,0),(134482,1260,0,1,1,0,1,-5670.69,647.065,388.339,6.25313,7200,5,0,208,205,1,0,0,0),(134483,1132,0,1,1,0,0,-5313.48,152.114,389.935,5.56098,7200,20,0,198,0,1,0,0,0),(134484,1132,0,1,1,0,0,-5274.49,122.044,392.245,5.9741,7200,20,0,198,0,1,0,0,0),(134485,2476,0,1,1,831,0,-5215.82,-3657.1,300.852,4.95221,18000,20,0,573,0,1,0,0,0),(134486,14268,0,1,1,14313,0,-5718.08,-4055.36,367.92,2.95247,18000,20,0,328,0,1,0,0,0),(134487,14268,0,1,1,14313,0,-5789.31,-4052.05,370.923,3.71823,18000,20,0,328,0,1,0,0,0),(134488,14268,0,1,1,14313,0,-5932.27,-3719.54,342.366,6.01709,18000,20,0,328,0,1,0,0,0),(134489,14425,0,1,1,543,1,-2965.36,-1693.82,9.43015,1.95012,82800,5,0,664,0,1,0,0,0),(134490,14425,0,1,1,543,1,-3055.29,-1688.94,9.50866,1.31787,82800,5,0,664,0,1,0,0,0),(134491,14425,0,1,1,543,1,-2902.11,-1844.95,9.44318,2.04594,82800,5,0,664,0,1,0,0,0),(134492,14425,0,1,1,543,1,-2967.25,-1954.45,9.30357,5.55353,82800,5,0,664,0,1,0,0,0),(134493,14425,0,1,1,543,1,-3088.73,-1998.04,9.2548,6.00906,82800,5,0,664,0,1,0,0,0),(134494,14424,0,1,1,0,0,-3064.32,-1246.68,6.27744,0.876569,39600,15,0,734,0,1,0,0,0),(134495,14424,0,1,1,0,0,-3123.78,-1267.58,6.11777,1.24178,39600,15,0,734,0,1,0,0,0),(134496,14424,0,1,1,0,0,-3129.05,-1359.7,6.08778,0.993593,39600,15,0,734,0,1,0,0,0),(134497,14424,0,1,1,0,0,-3189.54,-1441.41,6.42105,0.991237,39600,15,0,734,0,1,0,0,0),(134498,14424,0,1,1,0,0,-2869.19,-1389.43,6.08772,3.82151,39600,15,0,734,0,1,0,0,0),(134499,14424,0,1,1,0,0,-2809.46,-1255.03,6.10735,4.69016,39600,15,0,734,0,1,0,0,0),(134500,14424,0,1,1,0,0,-2987.19,-1498.11,6.12174,4.18593,39600,15,0,734,0,1,0,0,0),(134501,14424,0,1,1,0,0,-3043.04,-1527.75,0.839375,2.97044,39600,15,0,734,0,1,0,0,0),(134502,14424,0,1,1,0,0,-2845.53,-1312.79,6.08789,4.04063,39600,15,0,734,0,1,0,0,0),(134503,14424,0,1,1,0,0,-2814.83,-1190.84,6.38761,0.117568,39600,15,0,734,0,1,0,0,0),(134504,14424,0,1,1,0,0,-2775.41,-1183.08,6.84324,1.01528,39600,15,0,734,0,1,0,0,0),(134505,14424,0,1,1,0,0,-2952.75,-1279.71,6.50979,1.42761,39600,15,0,734,0,1,0,0,0),(134506,14424,0,1,1,0,0,-2909.83,-1198.62,6.74907,1.05612,39600,15,0,734,0,1,0,0,0),(134507,14424,0,1,1,0,0,-2883.41,-1107.3,6.23648,3.84555,39600,15,0,734,0,1,0,0,0),(134508,14424,0,1,1,0,0,-2988.78,-1108.52,6.18763,1.69435,39600,15,0,734,0,1,0,0,0),(134509,14424,0,1,1,0,0,-3035.63,-1090.82,6.0878,3.17168,39600,15,0,734,0,1,0,0,0),(134510,14424,0,1,1,0,0,-3024.37,-1051.34,6.08822,1.07624,39600,15,0,734,0,1,0,0,0),(134511,14424,0,1,1,0,0,-2983.89,-1153.69,6.08775,1.07938,39600,15,0,734,0,1,0,0,0),(134512,14424,0,1,1,0,0,-3022.69,-1223.12,4.92937,0.375663,39600,15,0,734,0,1,0,0,0),(134513,14424,0,1,1,0,0,-3227.55,-1499.48,6.42429,0.771326,39600,15,0,734,0,1,0,0,0),(134514,14424,0,1,1,0,0,-2910.54,-1454.22,6.08779,4.31238,39600,15,0,734,0,1,0,0,0),(134516,3854,33,1,1,0,0,-225.25,2303.56,94.6765,2.77875,86400,10,0,1452,0,2,0,0,0),(134517,3872,33,1,1,0,1,-192.012,2124.54,97.3899,4.29002,86400,0,0,1563,0,2,0,0,0),(134534,28407,571,1,1,24978,0,856.228,-2685.81,22.2555,2.37365,180,0,0,42,0,0,0,0,0),(134535,28407,571,1,1,24698,0,867.296,-2693.11,21.9524,0.855211,180,0,0,42,0,0,0,0,0),(134536,28407,571,1,1,24698,0,849.442,-2680.81,21.3242,0.20944,180,0,0,42,0,0,0,0,0),(134537,28407,571,1,1,25390,0,865.457,-2682.04,25.3442,1.71042,180,0,0,42,0,0,0,0,0),(134538,28407,571,1,1,25390,0,858.603,-2677.43,24.5881,3.89208,180,0,0,42,0,0,0,0,0),(134539,28407,571,1,1,24698,0,881.058,-2489.24,15.7969,1.20428,180,0,0,42,0,0,0,0,0),(134540,28407,571,1,1,25390,0,877.931,-2484.47,15.124,0.366519,180,0,0,42,0,0,0,0,0),(134541,28407,571,1,1,25391,0,881.528,-2496.93,16.6282,5.61996,180,0,0,42,0,0,0,0,0),(134542,28407,571,1,1,24978,0,880.919,-2508.04,17.7156,3.1765,180,0,0,42,0,0,0,0,0),(134543,28407,571,1,1,24978,0,863.768,-2501.26,17.1218,4.99164,180,0,0,42,0,0,0,0,0),(134544,28407,571,1,1,24978,0,868.518,-2509.98,18.7623,4.2237,180,0,0,42,0,0,0,0,0),(134545,28407,571,1,1,24978,0,277.197,-2865.44,27.2757,3.71755,180,0,0,42,0,0,0,0,0),(134546,28407,571,1,1,24698,0,269.805,-2872.61,30.948,5.06145,180,0,0,42,0,0,0,0,0),(134547,28407,571,1,1,24978,0,282.706,-2866.48,25.4614,5.93412,180,0,0,42,0,0,0,0,0),(134548,28407,571,1,1,25390,0,276.778,-2858,28.1674,3.26377,180,0,0,42,0,0,0,0,0),(134549,28407,571,1,1,24978,0,267.762,-2862.02,34.1764,0.925025,180,0,0,42,0,0,0,0,0),(134550,28407,571,1,1,24698,0,274.897,-2874.95,28.1772,2.61799,180,0,0,42,0,0,0,0,0),(134551,28407,571,1,1,24698,0,876.749,-2678.75,30.4151,2.18562,180,5,0,42,0,1,0,0,0),(134552,28407,571,1,1,24698,0,872.849,-2674.28,30.4977,0.506145,180,0,0,42,0,0,0,0,0),(134553,28407,571,1,1,24978,0,875.778,-2670.85,29.9443,5.63741,180,0,0,42,0,0,0,0,0),(134554,28407,571,1,1,24978,0,880.937,-2674.34,30.1217,1.39626,180,0,0,42,0,0,0,0,0),(134555,28407,571,1,1,24698,0,869.476,-2668.58,27.6377,4.7822,180,0,0,42,0,0,0,0,0),(134556,28407,571,1,1,24978,0,870.712,-2663.26,22.7926,2.16421,180,0,0,42,0,0,0,0,0),(134557,28407,571,1,1,25390,0,861.916,-2660.63,21.5913,1.79769,180,0,0,42,0,0,0,0,0),(134558,28407,571,1,1,25391,0,853.161,-2546.94,30.1241,0.20944,180,0,0,42,0,0,0,0,0),(134559,28407,571,1,1,24978,0,860.6,-2544.17,30.5106,2.47837,180,0,0,42,0,0,0,0,0),(134560,28407,571,1,1,24698,0,872.916,-2548.91,21.4862,3.36848,180,0,0,42,0,0,0,0,0),(134561,28407,571,1,1,24978,0,866.318,-2558.08,19.8644,0.698132,180,0,0,42,0,0,0,0,0),(134562,28407,571,1,1,25390,0,876.852,-2554.1,18.5798,1.88496,180,0,0,42,0,0,0,0,0),(134563,28407,571,1,1,25391,0,855.436,-2539.85,29.4375,3.78736,180,0,0,42,0,0,0,0,0),(134564,28407,571,1,1,24978,0,652.329,-2651.38,26.8254,5.5676,180,0,0,42,0,0,0,0,0),(134565,28407,571,1,1,25391,0,653.565,-2656.3,25.7698,1.64061,180,0,0,42,0,0,0,0,0),(134566,28407,571,1,1,24978,0,664.216,-2649.16,25.1051,1.13446,180,0,0,42,0,0,0,0,0),(134567,28407,571,1,1,24698,0,654.389,-2642.92,27.9155,4.93928,180,0,0,42,0,0,0,0,0),(134568,28407,571,1,1,25391,0,642.786,-2653.31,28.4903,2.14675,180,0,0,42,0,0,0,0,0),(134569,28407,571,1,1,24698,0,671.75,-2640.47,24.8706,0.628319,180,0,0,42,0,0,0,0,0),(134570,28407,571,1,1,24698,0,686.125,-2639.82,24.1018,1.17665,180,5,0,42,0,1,0,0,0),(134571,28407,571,1,1,24698,0,897.235,-2687.73,20.8725,0.907571,180,0,0,42,0,0,0,0,0),(134572,28407,571,1,1,24978,0,895.2,-2679.68,19.8039,5.72468,180,0,0,42,0,0,0,0,0),(134573,28407,571,1,1,25390,0,907.115,-2683.46,15.0805,4.04916,180,0,0,42,0,0,0,0,0),(134574,28407,571,1,1,24978,0,907.052,-2670.08,13.7728,3.24631,180,0,0,42,0,0,0,0,0),(134575,28407,571,1,1,24978,0,895.894,-2668.81,17.4209,3.89208,180,0,0,42,0,0,0,0,0),(134576,28407,571,1,1,24698,0,865.662,-2689.48,22.801,5.68977,180,0,0,42,0,0,0,0,0),(134577,28407,571,1,1,25390,0,875.206,-2499.47,17.1371,3.94717,180,5,0,42,0,1,0,0,0),(134578,28407,571,1,1,24698,0,-676.838,-4440.89,26.7766,4.55531,180,0,0,42,0,0,0,0,0),(134579,28407,571,1,1,24978,0,-676.159,-4449.19,25.1483,5.25344,180,0,0,42,0,0,0,0,0),(134580,28407,571,1,1,24698,0,-665.045,-4451.86,26.9649,0.296706,180,0,0,42,0,0,0,0,0),(134581,28407,571,1,1,24698,0,-661.233,-4439.46,31.7544,0.680678,180,0,0,42,0,0,0,0,0),(134582,28407,571,1,1,24978,0,-675.103,-4433.66,28.3148,6.19592,180,0,0,42,0,0,0,0,0),(134583,28407,571,1,1,24978,0,-684.214,-4440.28,25.0727,2.89725,180,0,0,42,0,0,0,0,0),(134584,28407,571,1,1,24978,0,-635.093,-4451.91,31.991,3.90954,180,0,0,42,0,0,0,0,0),(134585,28407,571,1,1,24698,0,-637.939,-4458.34,29.6718,5.60251,180,0,0,42,0,0,0,0,0),(134586,28407,571,1,1,25390,0,-624.872,-4456.67,29.0646,6.26573,180,0,0,42,0,0,0,0,0),(134587,28407,571,1,1,24978,0,-600.534,-4448.33,26.8135,5.75959,180,0,0,42,0,0,0,0,0),(134588,28407,571,1,1,24698,0,-610.322,-4445.15,27.7911,4.39823,180,0,0,42,0,0,0,0,0),(134589,28407,571,1,1,24978,0,-642.01,-4453.2,30.5454,4.2586,180,0,0,42,0,0,0,0,0),(134590,28407,571,1,1,25390,0,677.736,-2638.63,24.512,3.87463,180,0,0,42,0,0,0,0,0),(134591,28407,571,1,1,25390,0,678.506,-2631.2,24.2409,4.2586,180,0,0,42,0,0,0,0,0),(134592,28407,571,1,1,24698,0,682.485,-2644.73,24.4639,5.16617,180,0,0,42,0,0,0,0,0),(134593,28407,571,1,1,25391,0,688.462,-2633.36,24.0117,5.46288,180,0,0,42,0,0,0,0,0),(134594,28407,571,1,1,24698,0,700.177,-2641.55,21.5685,4.76475,180,0,0,42,0,0,0,0,0),(134595,28407,571,1,1,24978,0,697.574,-2631.68,22.7314,5.55015,180,0,0,42,0,0,0,0,0),(134596,28407,571,1,1,24698,0,214.764,-2805.87,28.5095,4.4164,180,5,0,42,0,1,0,0,0),(134597,28407,571,1,1,24978,0,857.332,-2551.11,29.7789,3.91039,180,5,0,42,0,1,0,0,0),(134598,28407,571,1,1,24978,0,607.508,-2647.62,26.6136,0,180,0,0,42,0,0,0,0,0),(134599,28407,571,1,1,25391,0,620.605,-2643.03,30.2412,1.36136,180,0,0,42,0,0,0,0,0),(134600,28407,571,1,1,25390,0,622.593,-2650.58,28.3815,4.31096,180,0,0,42,0,0,0,0,0),(134601,28407,571,1,1,24978,0,624.221,-2658.86,25.9874,3.36848,180,0,0,42,0,0,0,0,0),(134602,28407,571,1,1,24978,0,634.424,-2650.6,30.2282,1.53589,180,0,0,42,0,0,0,0,0),(134603,28407,571,1,1,25390,0,608.731,-2652.15,25.82,1.15192,180,0,0,42,0,0,0,0,0),(134604,28407,571,1,1,25391,0,819.174,-2681.99,16.4339,3.17842,180,5,0,42,0,1,0,0,0),(134605,28407,571,1,1,24978,0,230.738,-2867.49,30.9285,0.10472,180,0,0,42,0,0,0,0,0),(134606,28407,571,1,1,24978,0,229.606,-2860,32.3538,4.76475,180,0,0,42,0,0,0,0,0),(134607,28407,571,1,1,25391,0,240.781,-2859.9,37.9736,3.21141,180,0,0,42,0,0,0,0,0),(134608,28407,571,1,1,24698,0,243.715,-2870.71,33.0073,4.64258,180,0,0,42,0,0,0,0,0),(134609,28407,571,1,1,24698,0,248.003,-2876.34,31.6873,2.96706,180,0,0,42,0,0,0,0,0),(134610,28407,571,1,1,24698,0,250.995,-2865.82,36.7112,5.18363,180,0,0,42,0,0,0,0,0),(134611,28407,571,1,1,24978,0,840.91,-2566.28,17.2371,5.16617,180,0,0,42,0,0,0,0,0),(134612,28407,571,1,1,25391,0,835.976,-2561.03,19.023,5.39307,180,0,0,42,0,0,0,0,0),(134613,28407,571,1,1,24698,0,844.762,-2563.19,18.3914,4.93928,180,0,0,42,0,0,0,0,0),(134614,28407,571,1,1,24698,0,846.809,-2570.04,15.9304,5.18363,180,0,0,42,0,0,0,0,0),(134615,28407,571,1,1,25391,0,837.713,-2555.18,22.396,1.74533,180,0,0,42,0,0,0,0,0),(134616,28407,571,1,1,24978,0,856.035,-2568.42,16.7343,0.279253,180,0,0,42,0,0,0,0,0),(134617,28407,571,1,1,25391,0,207.127,-2804.03,27.0933,2.61799,180,0,0,42,0,0,0,0,0),(134618,28407,571,1,1,24698,0,213.329,-2800.03,27.3967,0.523599,180,0,0,42,0,0,0,0,0),(134619,28407,571,1,1,24978,0,220.952,-2802.56,29.2873,1.01229,180,0,0,42,0,0,0,0,0),(134620,28407,571,1,1,25391,0,219.924,-2809.82,31.1226,1.09956,180,0,0,42,0,0,0,0,0),(134621,28407,571,1,1,25390,0,213.551,-2813.46,29.5093,0.383972,180,0,0,42,0,0,0,0,0),(134622,28407,571,1,1,25390,0,222.095,-2793.61,27.4503,2.56563,180,0,0,42,0,0,0,0,0),(134623,28407,571,1,1,24978,0,825.906,-2676.64,17.54,0.890118,180,0,0,42,0,0,0,0,0),(134624,28407,571,1,1,25390,0,830.479,-2681.75,17.4235,0.15708,180,0,0,42,0,0,0,0,0),(134625,28407,571,1,1,24698,0,822.73,-2687.3,16.3661,3.15905,180,0,0,42,0,0,0,0,0),(134626,28407,571,1,1,25391,0,814.761,-2683.72,15.7096,3.85718,180,0,0,42,0,0,0,0,0),(134627,28407,571,1,1,25391,0,818.12,-2674.59,16.0824,5.96903,180,0,0,42,0,0,0,0,0),(134628,28407,571,1,1,24978,0,834.537,-2673.28,17.9478,4.85202,180,0,0,42,0,0,0,0,0),(134629,28407,571,1,1,24698,0,647.061,-2656.55,26.9649,6.03384,180,5,0,42,0,1,0,0,0),(134630,28407,571,1,1,24698,0,-636.063,-4456.03,30.8595,3.00175,180,5,0,42,0,1,0,0,0),(134631,28407,571,1,1,24698,0,-656.115,-4464.47,22.9937,5.72468,180,0,0,42,0,0,0,0,0),(134632,28407,571,1,1,24978,0,-655.416,-4458.55,26.5775,5.72468,180,0,0,42,0,0,0,0,0),(134633,28407,571,1,1,25391,0,-648.385,-4462.32,25.9408,4.5204,180,0,0,42,0,0,0,0,0),(134634,28407,571,1,1,25391,0,-636.689,-4465.14,26.5543,1.85005,180,0,0,42,0,0,0,0,0),(134635,28407,571,1,1,24698,0,-644.137,-4456.79,29.363,4.59022,180,0,0,42,0,0,0,0,0),(134636,28407,571,1,1,25390,0,-665.746,-4456.09,25.9361,5.3058,180,0,0,42,0,0,0,0,0),(134637,28407,571,1,1,25391,0,291.612,-2852.66,23.0752,5.18363,180,0,0,42,0,0,0,0,0),(134638,28407,571,1,1,24698,0,289.989,-2845.12,24.0422,2.02458,180,0,0,42,0,0,0,0,0),(134639,28407,571,1,1,24698,0,293.002,-2860.9,21.5906,0.383972,180,0,0,42,0,0,0,0,0),(134640,28407,571,1,1,25390,0,285.918,-2853.78,24.9056,5.32325,180,0,0,42,0,0,0,0,0),(134641,28407,571,1,1,24978,0,296.996,-2840.37,20.783,0.069813,180,0,0,42,0,0,0,0,0),(134642,28407,571,1,1,25390,0,304.508,-2857.28,17.5154,4.20624,180,0,0,42,0,0,0,0,0),(134643,28407,571,1,1,24978,0,299.167,-2850.55,20.0923,2.09045,180,5,0,42,0,1,0,0,0),(134644,28407,571,1,1,24978,0,839.902,-2559.83,20.2402,2.97905,180,5,0,42,0,1,0,0,0),(134645,28407,571,1,1,25391,0,237.193,-2865.93,33.1898,4.91346,180,5,0,42,0,1,0,0,0),(134646,28407,571,1,1,25390,0,900.398,-2680.67,18.1031,4.36279,180,5,0,42,0,1,0,0,0),(134647,28407,571,1,1,24698,0,859.742,-2693.88,20.1665,5.83474,180,5,0,42,0,1,0,0,0),(134648,28407,571,1,1,24698,0,609.738,-2641.52,29.1553,0.246079,180,5,0,42,0,1,0,0,0),(85122,33763,571,1,1,28835,1,8443.1,1059.46,554.4,0.820305,180,0,0,1,0,0,0,0,0),(85120,36066,571,1,1,29267,1,8505.89,868.191,558.159,0.05236,180,0,0,1,0,0,0,0,0),(85119,33762,571,1,1,28837,1,8588.21,816.003,547.637,0.785398,180,0,0,1,0,0,0,0,0),(85117,36065,571,1,1,29240,1,8526.83,868.146,558.16,3.08923,180,0,0,1,0,0,0,0,0),(85116,35808,571,1,1,29284,0,8534.48,980.085,547.409,4.01426,180,0,0,1,0,0,0,0,0),(85115,35808,571,1,1,29284,0,8541,980.271,547.418,1.06465,180,0,0,1,0,2,0,0,0),(85114,33759,571,1,1,28836,1,8447.08,1056.51,554.423,1.50098,180,0,0,1,0,0,0,0,0),(85113,35293,571,1,1,29742,0,8582.5,679.299,547.613,2.25148,180,0,0,1,0,0,0,0,0),(85112,35292,571,1,1,29740,0,8440.57,692.891,547.56,0.593412,180,0,0,1,0,0,0,0,0),(85111,33243,571,1,1,28938,0,8611.84,1064.62,558.723,3.31613,180,0,0,1,0,0,0,0,0),(85110,33243,571,1,1,28938,0,8610.86,853.79,547.669,3.71755,180,0,0,1,0,0,0,0,0),(85109,33243,571,1,1,28938,0,8632.4,858.023,545.179,2.04204,180,0,0,1,0,0,0,0,0),(85108,33243,571,1,1,28938,0,8592.58,879.565,549.028,3.52556,180,0,0,1,0,0,0,0,0),(85107,33243,571,1,1,28938,0,8626.61,855.009,545.177,1.98968,180,0,0,1,0,0,0,0,0),(85106,35291,571,1,1,29739,0,8581.72,681.682,547.551,2.37365,180,0,0,1,0,0,0,0,0),(85105,33243,571,1,1,28938,0,8572.94,1042.85,547.438,4.2586,180,0,0,1,0,0,0,0,0),(85103,33243,571,1,1,28938,0,8586.83,1097.08,557.275,2.37365,180,0,0,1,0,0,0,0,0),(85102,33243,571,1,1,28938,0,8638.58,861.632,545.323,2.07694,180,0,0,1,0,0,0,0,0),(85101,35290,571,1,1,29738,0,8438.87,695.196,547.876,0.785398,180,0,0,1,0,0,0,0,0),(85100,33749,571,1,1,28973,1,8402.88,995.998,545.677,5.16617,180,0,0,1,0,0,0,0,0),(85099,33749,571,1,1,28865,1,8409.81,1001.03,545.579,5.13127,180,0,0,1,0,0,0,0,0),(85096,33748,571,1,1,28967,1,8402.52,914.308,544.757,0.069813,180,0,0,1,0,0,0,0,0),(85095,33748,571,1,1,28864,1,8402.08,923.969,544.79,0.069813,180,0,0,1,0,0,0,0,0),(85094,34772,571,1,1,29478,0,8427.44,667.821,550.373,3.83972,180,0,0,1,0,0,0,0,0),(85090,33747,571,1,1,28863,1,8457.8,946.264,544.824,3.10669,180,0,0,1,0,0,0,0,0),(85089,33747,571,1,1,28960,1,8457.36,953.064,544.909,3.10669,180,0,0,1,0,0,0,0,0),(85088,34771,571,1,1,29479,1,8420.01,674.24,550.462,4.20624,180,0,0,1,0,0,0,0,0),(85085,33746,571,1,1,28862,1,8413.81,895.52,544.787,1.29154,180,0,0,1,0,0,0,0,0),(85084,33746,571,1,1,28963,1,8420.63,895.044,544.757,1.29154,180,0,0,1,0,0,0,0,0),(85081,33745,571,1,1,28970,1,8400.13,973.996,544.784,6.0912,180,0,0,1,0,0,0,0,0),(85080,33745,571,1,1,28702,1,8400.83,979.962,545.157,6.0912,180,0,0,1,0,0,0,0,0),(85079,33744,571,1,1,28861,1,8402.17,953.61,545.208,0.191986,180,0,0,1,0,0,0,0,0),(85078,33744,571,1,1,28965,1,8401.77,945.834,544.865,0.191986,180,0,0,1,0,0,0,0,0),(134702,33559,571,1,1,28955,1,8684.22,739.932,547.639,3.89208,180,0,0,50000,0,0,0,0,0),(134703,33559,571,1,1,28956,1,8689.06,730.657,547.611,3.19395,180,0,0,50000,0,0,0,0,0),(85074,33743,571,1,1,28860,1,8458.17,922.841,544.772,3.07178,180,0,0,1,0,0,0,0,0),(85073,33743,571,1,1,28964,1,8457.15,931.123,544.977,3.07178,180,0,0,1,0,0,0,0,0),(85072,33229,571,1,1,28048,0,8604.81,891.644,545.562,0.663225,180,0,0,1,0,0,0,0,0),(85071,33229,571,1,1,28048,0,8598.01,1057.74,559.021,6.26573,180,0,0,1,0,0,0,0,0),(85070,33229,571,1,1,28048,0,8587.38,910.882,549.558,3.00197,180,0,0,1,0,0,0,0,0),(85069,33229,571,1,1,28048,0,8586.04,1027.19,547.438,3.08923,180,0,0,1,0,0,0,0,0),(85068,33229,571,1,1,28048,0,8582,1011.89,547.613,4.74729,180,0,0,1,0,0,0,0,0),(85067,33229,571,1,1,28048,0,8390.74,860.649,548.676,1.8675,180,0,0,1,0,0,0,0,0),(85066,33229,571,1,1,28048,0,8622.5,910.988,545.218,3.33358,180,0,0,1,0,0,0,0,0),(85065,33229,571,1,1,28048,0,8591.28,1109.84,556.97,3.12414,180,0,0,1,0,0,0,0,0),(85062,33740,571,1,1,28859,1,8453.89,903.436,546.144,2.53073,180,0,0,1,0,0,0,0,0),(85061,33740,571,1,1,28961,1,8456,909.269,545.706,3.01942,180,0,0,1,0,0,0,0,0),(85059,33739,571,1,1,28858,1,8442.83,1007.42,544.833,4.13643,180,0,0,1,0,0,0,0,0),(85058,33739,571,1,1,28962,1,8434.98,1008.48,545.08,4.74729,180,0,0,1,0,0,0,0,0),(85055,33738,571,1,1,28857,1,8457.28,988.248,545.3,3.22886,180,0,0,1,0,0,0,0,0),(85054,33738,571,1,1,28959,1,8456.42,995.519,544.83,3.50811,180,0,0,1,0,0,0,0,0),(85053,33225,571,1,1,28560,1,8627.64,640.615,550.246,2.30383,180,0,0,1,0,0,0,0,0),(85052,33481,571,1,1,28711,0,8545.22,714.892,548.152,0.785398,180,0,0,1,0,0,0,0,0),(85051,33481,571,1,1,28716,0,8620.28,927.977,547.655,0.663225,180,0,0,1,0,0,0,0,0),(85050,33481,571,1,1,28716,0,8434.25,878.297,549.642,1.64061,180,0,0,1,0,0,0,0,0),(85049,33481,571,1,1,28711,0,8544.64,702.58,548.295,3.1765,180,0,0,1,0,0,0,0,0),(85048,33481,571,1,1,28716,0,8469.13,942.5,548.141,3.15905,180,0,0,1,0,0,0,0,0),(85047,33481,571,1,1,28716,0,8596.2,1093.66,558.942,2.56563,180,0,0,1,0,0,0,0,0),(85045,33479,571,1,1,28748,1,8420.87,848.651,549.627,4.20624,180,0,0,1,0,0,0,0,0),(85043,33479,571,1,1,28707,1,8494.09,962.908,547.392,2.79253,180,0,0,1,0,0,0,0,0),(85042,33479,571,1,1,28749,1,8579.83,1151.38,557.482,4.15388,180,0,0,1,0,0,0,0,0),(85041,33479,571,1,1,28749,1,8470.94,945.775,549.266,3.15905,180,0,0,1,0,0,0,0,0),(85040,33479,571,1,1,28750,1,8600.89,987.385,548.383,4.59022,180,0,0,1,0,0,0,0,0),(85039,33479,571,1,1,28749,1,8565.21,727.391,548.144,1.76278,180,0,0,1,0,0,0,0,0),(85038,33223,571,1,1,28559,1,8623.98,639.313,550.252,1.88496,180,0,0,1,0,0,0,0,0),(85034,33476,571,1,1,28746,1,8399.35,845.318,548.936,5.18363,180,0,0,1,0,0,0,0,0),(85033,33476,571,1,1,28746,1,8478.49,717.866,547.79,0.680678,180,0,0,1,0,0,0,0,0),(85032,33476,571,1,1,28630,1,8596.2,1096.98,558.007,2.6529,180,0,0,1,0,0,0,0,0),(85031,33476,571,1,1,28630,1,8480.9,683.544,547.453,4.76475,180,0,0,1,0,0,0,0,0),(85030,33476,571,1,1,28746,1,8603.05,904.815,546.7,6.26573,180,0,0,1,0,0,0,0,0),(85029,33476,571,1,1,28630,1,8469.67,979.476,548.415,3.15905,180,0,0,1,0,0,0,0,0),(85028,33474,571,1,1,28703,0,8481.62,1108.94,555.382,0.174533,180,0,0,1,0,0,0,0,0),(85026,33473,571,1,1,28751,1,8483.54,698.821,547.429,5.3058,180,0,0,1,0,0,0,0,0),(85024,33469,571,1,1,28631,1,8579.23,1153.13,558.354,3.89208,180,0,0,1,0,0,0,0,0),(85023,33469,571,1,1,28631,1,8469.75,951.698,548.609,3.15905,180,0,0,1,0,0,0,0,0),(85021,33469,571,1,1,28752,1,8482.33,719.51,547.79,3.92699,180,0,0,1,0,0,0,0,0),(85019,33469,571,1,1,28753,1,8581.97,1019.56,548.223,1.62316,180,0,0,1,0,0,0,0,0),(85018,33468,571,1,1,28747,1,8481.27,714.927,547.79,0.855211,180,0,0,1,0,0,0,0,0),(85017,33468,571,1,1,28747,1,8587.62,1147.25,558.384,3.97935,180,0,0,1,0,0,0,0,0),(85016,33468,571,1,1,28747,1,8615.18,958.204,548.547,3.42085,180,0,0,1,0,0,0,0,0),(85015,33468,571,1,1,28629,1,8422.96,846.34,548.9,4.24115,180,0,0,1,0,0,0,0,0),(85014,33468,571,1,1,28747,1,8471.64,971.911,549.46,3.15905,180,0,0,1,0,0,0,0,0),(85013,33467,571,1,1,29091,0,8484.67,1101.09,554.457,0.623451,180,0,0,1,0,0,0,0,0),(85012,33465,571,1,1,29093,0,8478.13,1106.71,554.421,0.58613,180,0,0,1,0,0,0,0,0),(85011,33463,571,1,1,28704,0,8600.59,1115.99,559.511,3.14159,180,0,0,1,0,0,0,0,0),(85010,33463,571,1,1,28704,0,8470.62,982.281,549.067,3.15905,180,0,0,1,0,0,0,0,0),(85009,33463,571,1,1,28714,0,8409.06,847.345,548.53,4.66003,180,0,0,1,0,0,0,0,0),(85008,33463,571,1,1,28714,0,8574.04,728.001,548.154,1.67552,180,0,0,1,0,0,0,0,0),(85007,33463,571,1,1,28714,0,8553.4,713.418,548.127,2.28638,180,0,0,1,0,0,0,0,0),(85006,33463,571,1,1,28714,0,8446.81,879.927,548.413,1.62316,180,0,0,1,0,0,0,0,0),(85005,33463,571,1,1,28714,0,8584.5,1149.08,557.984,4.2586,180,0,0,1,0,0,0,0,0),(85004,33974,571,1,1,28997,1,8622.99,853.168,545.177,1.65806,180,0,0,1,0,0,0,0,0),(85003,33462,571,1,1,29087,0,8490.95,1095.49,554.395,0.612312,180,0,0,1,0,0,0,0,0),(85002,33973,571,1,1,28996,1,8620.39,899.615,545.177,3.35103,180,0,0,1,0,0,0,0,0),(85001,33460,571,1,1,28633,1,8482.97,695.929,547.429,0.20944,180,0,0,1,0,0,0,0,0),(85000,33460,571,1,1,28633,1,8593.08,1093.99,557.507,2.53073,180,0,0,1,0,0,0,0,0),(84999,33460,571,1,1,28633,1,8616.71,956.314,548.929,3.15905,180,0,0,1,0,0,0,0,0),(84998,33460,571,1,1,28745,1,8403.11,845.366,548.008,5.21853,180,0,0,1,0,0,0,0,0),(84997,33460,571,1,1,28744,1,8483.95,717.756,547.79,3.90954,180,0,0,1,0,0,0,0,0),(84996,33460,571,1,1,28745,1,8436.89,880.122,548.542,1.55334,180,0,0,1,0,0,0,0,0),(84995,33972,571,1,1,28995,1,8638.35,887.024,545.482,3.75246,180,0,0,1,0,0,0,0,0),(84994,33460,571,1,1,28745,1,8489.19,962.821,547.382,2.33874,180,0,0,1,0,0,0,0,0),(84993,33460,571,1,1,28633,1,8633.25,892.297,545.878,4.69494,180,0,0,1,0,0,0,0,0),(84992,33971,571,1,1,28994,0,8425.18,671.476,550.458,4.01426,180,0,0,1,0,0,0,0,0),(84991,33459,571,1,1,29090,0,8485.72,1103.16,554.446,0.59486,180,0,0,1,0,0,0,0,0),(84990,33970,571,1,1,28993,0,8605.13,665.765,550.375,5.61996,180,0,0,1,0,0,0,0,0),(84988,35501,571,1,1,29915,0,8462.05,846.653,558.272,2.16421,180,0,0,1,0,0,0,0,0),(84987,35499,571,1,1,29843,1,8427.85,1033.18,551.025,5.81195,180,0,0,1,0,0,0,0,0),(84986,33447,571,1,1,29146,0,8608.76,964.608,548.339,3.47321,180,0,0,1,0,0,0,0,0),(84984,33698,571,1,1,28928,1,8395.61,776.155,548.706,3.49066,180,0,0,1,0,0,0,0,0),(84983,33698,571,1,1,28928,1,8489.51,1061.17,551.721,5.23599,180,0,0,1,0,0,0,0,0),(84982,33698,571,1,1,28930,1,8598.35,754.444,548.081,5.70723,180,0,0,1,0,0,0,0,0),(84981,33698,571,1,1,28927,1,8400.39,827.31,547.431,1.55334,180,0,0,1,0,0,0,0,0),(84980,33698,571,1,1,28927,1,8552.49,978.029,547.714,6.21337,180,0,0,1,0,0,0,0,0),(84979,33698,571,1,1,28928,1,8390.26,812.915,550.267,2.67035,180,0,0,1,0,0,0,0,0),(84978,33698,571,1,1,28927,1,8638.26,829.503,548.4,3.05433,180,0,0,1,0,0,0,0,0),(84977,33698,571,1,1,28928,1,8438.96,817.535,547.74,1.62316,180,0,0,1,0,0,0,0,0),(84976,33698,571,1,1,28928,1,8648.82,779.045,547.699,3.19395,180,0,0,1,0,0,0,0,0),(84975,33698,571,1,1,28928,1,8424.09,738.585,547.735,3.87463,180,0,0,1,0,0,0,0,0),(84974,33698,571,1,1,28928,1,8420.02,827.779,547.376,1.62316,180,0,0,1,0,0,0,0,0),(84942,33698,571,1,1,28930,1,8398.16,961.956,544.971,0.087266,180,0,0,1,0,0,0,0,0),(84941,33698,571,1,1,28928,1,8552.07,869.753,547.748,0.453786,180,0,0,1,0,0,0,0,0),(84936,33698,571,1,1,28927,1,8508.59,1006.68,547.547,1.62316,180,0,0,1,0,0,0,0,0),(84935,33698,571,1,1,28927,1,8397.24,861.498,547.606,1.88496,180,0,0,1,0,0,0,0,0),(84934,33698,571,1,1,28929,1,8366.11,808.804,547.965,3.21141,180,0,0,1,0,0,0,0,0),(84933,33698,571,1,1,28927,1,8602.61,1002.53,548.392,3.59538,180,0,0,1,0,0,0,0,0),(84932,33698,571,1,1,28927,1,8461.94,956.948,545.476,0.191986,180,0,0,1,0,0,0,0,0),(84931,33698,571,1,1,28929,1,8556.97,1031.81,547.55,3.68265,180,0,0,1,0,0,0,0,0),(84930,33698,571,1,1,28927,1,8408.59,891.227,545.102,3.94444,180,0,0,1,0,0,0,0,0),(84929,33698,571,1,1,28929,1,8579.02,1079.82,557.363,5.35816,180,0,0,1,0,0,0,0,0),(84928,33698,571,1,1,28928,1,8399.08,899.253,546.031,3.92699,180,0,0,1,0,0,0,0,0),(84927,33698,571,1,1,28930,1,8577.15,859.233,548.895,0.925025,180,0,0,1,0,0,0,0,0),(84926,33698,571,1,1,28928,1,8545.88,1079.74,556.926,4.17134,180,0,0,1,0,0,0,0,0),(84925,33698,571,1,1,28927,1,8510.9,615.675,549.197,4.2586,180,0,0,1,0,0,0,0,0),(84924,33698,571,1,1,28929,1,8461.76,1000.8,545.476,0.855211,180,0,0,1,0,0,0,0,0),(84923,33698,571,1,1,28928,1,8543.41,989.09,558.532,6.24828,180,0,0,1,0,0,0,0,0),(84922,33698,571,1,1,28928,1,8487.24,898.42,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84921,33698,571,1,1,28930,1,8487.77,859.969,558.561,3.1765,180,0,0,1,0,0,0,0,0),(84920,33698,571,1,1,28930,1,8542.63,951.215,558.532,6.24828,180,0,0,1,0,0,0,0,0),(84918,33698,571,1,1,28928,1,8366.93,791.806,548.197,3.12414,180,0,0,1,0,0,0,0,0),(84917,33698,571,1,1,28930,1,8521.72,1007.02,547.828,1.62316,180,0,0,1,0,0,0,0,0),(84916,33698,571,1,1,28928,1,8543.33,979.368,558.532,6.24828,180,0,0,1,0,0,0,0,0),(84915,33698,571,1,1,28928,1,8487.75,959.344,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84914,33698,571,1,1,28928,1,8542.77,938.514,558.532,6.24828,180,0,0,1,0,0,0,0,0),(84913,33698,571,1,1,28927,1,8487.26,867.922,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84912,33698,571,1,1,28930,1,8487.52,1000.45,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84911,33698,571,1,1,28928,1,8487.34,929.092,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84910,33698,571,1,1,28927,1,8543.48,877.342,558.532,6.24828,180,0,0,1,0,0,0,0,0),(84908,33698,571,1,1,28927,1,8542.81,918.451,558.532,6.24828,180,0,0,1,0,0,0,0,0),(84906,33698,571,1,1,28928,1,8546.13,872.403,547.755,0.017453,180,0,0,1,0,0,0,0,0),(134846,30342,622,1,1,17200,0,-3.57706,0.507499,34.0151,6.17572,180,0,0,126000,0,0,0,0,0),(134847,30343,623,1,1,17200,0,6.08656,-0.107499,20.5756,0.588749,180,0,0,126000,0,0,0,0,0),(84904,34210,571,1,1,28976,0,8491.42,1083.04,554.536,2.58309,180,0,0,1,0,0,0,0,0),(84816,33698,571,1,1,28929,1,8487.42,919.984,558.532,3.1765,180,0,0,1,0,0,0,0,0),(200818,37888,0,1,1,0,0,1943.14,-2561.74,60.9247,2.6727,120,0,0,1,0,0,0,0,0),(84772,33698,571,1,1,28927,1,8542.9,890.052,558.532,6.24828,180,0,0,1,0,0,0,0,0),(84658,35475,571,1,1,29881,1,8526.64,645.476,558.621,0.436332,180,0,0,1,0,0,0,0,0),(84657,35473,571,1,1,29828,0,8388.58,888.418,548.015,2.44346,180,0,0,1,0,0,0,0,0),(84483,35473,571,1,1,29828,0,8366.98,896.797,552.575,2.75762,180,0,0,1,0,0,0,0,0),(84074,35473,571,1,1,29828,0,8363.32,783.217,550.273,3.33358,180,0,0,1,0,0,0,0,0),(84073,35473,571,1,1,29828,0,8375.16,908.014,549.728,2.75762,180,0,0,1,0,0,0,0,0),(200817,33417,571,1,1,0,1,8464.64,1089.84,554.493,0.602384,25,0,0,12600,3994,0,0,0,0),(200816,34885,571,1,1,0,1,8458.51,1089.6,554.481,3.68742,25,0,0,12600,0,0,0,0,0),(81433,35473,571,1,1,29828,0,8371.51,770.814,550.434,2.72271,180,0,0,1,0,0,0,0,0),(81432,35473,571,1,1,29828,0,8393.32,894.25,546.743,2.75762,180,0,0,1,0,0,0,0,0),(81016,35472,571,1,1,29845,1,8386.85,885.96,548.614,5.23599,180,0,0,1,0,0,0,0,0),(76736,33598,571,1,1,28908,0,8546.43,945.585,547.455,0.645772,180,0,0,1,0,0,0,0,0),(76735,33854,571,1,1,28893,1,8480.21,937.883,547.293,1.30861,180,0,0,1,0,0,0,0,0),(76734,33597,571,1,1,28910,0,8564.65,863.274,547.637,1.18682,180,0,0,1,0,0,0,0,0),(76722,33853,571,1,1,28891,0,8466.12,859.378,547.49,1.64061,180,0,0,1,0,0,0,0,0),(76721,17213,571,1,1,16910,0,8526.35,779.755,558.03,1.10368,180,5,0,1,0,1,0,0,0),(76720,17213,571,1,1,16910,0,8516.57,800.264,557.986,4.3513,180,5,0,1,0,1,0,0,0),(76719,17213,571,1,1,16910,0,8470.03,789.352,575.784,1.76334,180,5,0,1,0,1,0,0,0),(76445,17213,571,1,1,16910,0,8498.31,787.322,558.074,5.6122,180,0,0,1,0,0,0,0,0),(76444,33596,571,1,1,28913,0,8556.52,862.781,547.543,1.6057,180,0,0,1,0,0,0,0,0),(76443,33595,571,1,1,28914,0,8549.8,902.12,547.488,0,180,0,0,1,0,0,0,0,0),(76442,33594,571,1,1,28909,0,8553.43,915.627,547.474,1.01229,180,0,0,1,0,0,0,0,0),(76131,33593,571,1,1,28736,1,8628.52,671.89,550.25,3.78736,180,0,0,1,0,0,0,0,0),(75997,33849,571,1,1,28892,0,8481.62,891.614,547.425,3.15905,180,0,0,1,0,0,0,0,0),(75952,33592,571,1,1,28735,1,8631.3,656.282,550.356,3.1765,180,0,0,1,0,0,0,0,0),(75950,33335,571,1,1,28586,1,8598.2,643.694,551.474,0.663225,180,0,0,1,0,0,0,0,0),(75910,33591,571,1,1,28903,1,8550.03,936.91,547.377,5.5676,180,0,0,1,0,0,0,0,0),(200117,26539,0,1,1,24169,1,2058.04,357.804,82.4694,5.3475,300,0,0,2218,0,0,0,0,0),(75906,33590,571,1,1,28902,1,8553.32,962.42,547.562,0.366519,180,0,0,1,0,0,0,0,0),(75905,34102,571,1,1,29083,1,8490.29,1111.51,554.334,4.64258,180,0,0,1,0,0,0,0,0),(75904,33589,571,1,1,28984,0,8489.46,964.667,547.293,3.19395,180,0,0,1,0,0,0,0,0),(75903,33588,571,1,1,28898,1,8546.45,953.047,547.377,5.79449,180,0,0,1,0,0,0,0,0),(75712,33587,571,1,1,28897,1,8549.81,906.748,547.438,0,180,0,0,1,0,0,0,0,0),(75602,33843,571,1,1,28888,0,8485.86,900.354,547.376,3.19395,180,0,0,1,0,0,0,0,0),(75473,33843,571,1,1,28888,0,8596.26,938.714,548.823,4.57276,180,0,0,1,0,0,0,0,0),(75472,33843,571,1,1,28888,0,8575.42,682.151,547.456,5.58505,180,0,0,1,0,0,0,0,0),(75471,33586,571,1,1,12940,0,8551.09,917.832,547.379,0.820305,180,0,0,1,0,0,0,0,0),(75393,33842,571,1,1,28889,0,8487.8,906.394,547.376,2.6529,180,0,0,1,0,0,0,0,0),(75392,33842,571,1,1,28889,0,8591.69,938.752,548.816,4.74729,180,0,0,1,0,0,0,0,0),(75175,33842,571,1,1,28889,0,8437.67,700.928,547.638,4.08407,180,0,0,1,0,0,0,0,0),(74975,33583,571,1,1,28900,1,8569.21,863.483,547.652,2.00713,180,0,0,1,0,0,0,0,0),(74751,35117,571,1,1,29627,0,8500.18,1071.77,552.332,5.25344,180,0,0,1,0,0,0,0,0),(74750,35117,571,1,1,29627,0,8497.13,1069.15,552.269,5.28835,180,0,0,1,0,0,0,0,0),(74722,35117,571,1,1,29627,0,8493.3,1067.76,552.334,5.49779,180,0,0,1,0,0,0,0,0),(74701,33581,571,1,1,28901,1,8556.13,942.075,547.664,0,180,0,0,1,0,0,0,0,0),(74480,33580,571,1,1,28899,0,8553.96,863.632,547.436,0.942478,180,0,0,1,0,0,0,0,0),(74053,33315,571,1,1,28565,0,8615.49,636.736,550.253,2.19912,180,0,0,1,0,0,0,0,0),(74052,33312,571,1,1,28564,1,8612.24,637.941,550.426,1.48353,180,0,0,1,0,0,0,0,0),(73832,33566,571,1,1,28709,1,8540.13,695.707,548.563,6.07375,180,0,0,1,0,0,0,0,0),(73497,33566,571,1,1,28709,1,8572.96,732.334,548.119,4.50295,180,0,0,1,0,0,0,0,0),(73496,33566,571,1,1,28709,1,8545.44,723.628,548.123,5.53269,180,0,0,1,0,0,0,0,0),(73495,33566,571,1,1,28713,1,8615.7,863.948,545.404,0.418879,180,0,0,1,0,0,0,0,0),(73494,33566,571,1,1,28709,1,8598.91,1109.69,557.3,3.15905,180,0,0,1,0,0,0,0,0),(73493,33310,571,1,1,28563,0,8615.62,643.968,550.333,2.32129,180,0,0,1,0,0,0,0,0),(73492,33565,571,1,1,28705,0,8615.35,953.646,548.035,3.15905,180,0,0,1,0,0,0,0,0),(73491,33565,571,1,1,28712,0,8605.24,901.179,545.802,0.174533,180,0,0,1,0,0,0,0,0),(72964,33565,571,1,1,28705,0,8425.15,881.399,548.554,1.5708,180,0,0,1,0,0,0,0,0),(72942,33565,571,1,1,28712,0,8598.55,1112.83,558.3,3.15905,180,0,0,1,0,0,0,0,0),(72601,33565,571,1,1,28705,0,8566.9,731.647,548.158,4.81711,180,0,0,1,0,0,0,0,0),(72485,33565,571,1,1,28705,0,8557.92,720.898,548.161,3.1765,180,0,0,1,0,0,0,0,0),(72408,33565,571,1,1,28712,0,8469.59,986.591,548.067,3.15905,180,0,0,1,0,0,0,0,0),(72407,33565,571,1,1,28712,0,8450.8,878.279,549.702,1.58825,180,0,0,1,0,0,0,0,0),(72406,33309,571,1,1,28562,0,8608.91,637.616,550.255,1.11701,180,0,0,1,0,0,0,0,0),(72405,33565,571,1,1,28712,0,8544.68,704.469,548.291,3.1765,180,0,0,1,0,0,0,0,0),(72402,33564,571,1,1,28966,1,8648.6,696.24,547.605,1.53589,180,0,0,1,0,0,0,0,0),(72349,33564,571,1,1,28850,1,8639.3,701.365,547.621,0.575959,180,0,0,1,0,0,0,0,0),(72223,36124,571,1,1,30008,1,8475.41,693.333,547.46,0.733038,180,0,0,1,0,0,0,0,0),(72222,33307,571,1,1,28561,1,8624.69,649.951,550.333,2.6529,180,0,0,1,0,0,0,0,0),(72220,33306,571,1,1,28851,1,8332.84,690.559,553.785,1.43117,180,0,0,1,0,0,0,0,0),(72219,33306,571,1,1,28968,1,8344.62,690.417,553.785,1.43117,180,0,0,1,0,0,0,0,0),(72218,33562,571,1,1,28957,1,8651.24,752.118,548.255,5.13127,180,0,0,1,0,0,0,0,0),(72217,33562,571,1,1,28848,1,8664.07,753.8,547.605,4.18879,180,0,0,1,0,0,0,0,0),(72216,36122,571,1,1,30007,1,8475.17,695.965,547.547,5.60251,180,0,0,1,0,0,0,0,0),(72213,33561,571,1,1,28972,1,8629.88,714.968,547.569,0.523599,180,0,0,1,0,0,0,0,0),(72212,33561,571,1,1,28854,1,8628.78,725.438,548.067,6.07375,180,0,0,1,0,0,0,0,0),(71980,33817,571,1,1,28894,1,8471.19,1075.95,554.608,5.2709,180,0,0,1,0,0,0,0,0),(71979,36121,571,1,1,30006,1,8478.91,694.542,547.422,3.10669,180,0,0,1,0,0,0,0,0),(71978,36120,571,1,1,30005,1,8477.4,692.729,547.422,1.85005,180,0,0,1,0,0,0,0,0),(71922,33560,571,1,1,29089,0,8495.94,1092.41,554.447,0.453786,180,0,0,1,0,0,0,0,0),(71263,36119,571,1,1,30000,1,8477.5,696.557,547.494,4.38078,180,0,0,1,0,0,0,0,0),(70950,33558,571,1,1,28849,1,8674.23,696.083,547.605,2.05949,180,0,0,1,0,0,0,0,0),(70551,33558,571,1,1,28958,1,8664.61,692.614,547.605,1.55334,180,0,0,1,0,0,0,0,0),(70548,35094,571,1,1,29604,1,8461.79,1084.64,554.586,3.87463,180,0,0,1,0,0,0,0,0),(70539,36118,571,1,1,29997,1,8552.59,696.156,547.376,4.04916,180,0,0,1,0,0,0,0,0),(70448,33557,571,1,1,28698,0,8428.25,656.408,550.424,3.08923,180,0,0,1,0,0,0,0,0),(70181,33556,571,1,1,28697,0,8401.57,662.08,550.424,0.558505,180,0,0,1,0,0,0,0,0),(70180,36116,571,1,1,29996,1,8551.63,692.507,547.377,1.81514,180,0,0,1,0,0,0,0,0),(70179,33555,571,1,1,28696,0,8419.15,650.346,550.424,2.16421,180,0,0,1,0,0,0,0,0),(70178,33554,571,1,1,28695,0,8404.04,671.766,550.424,0,180,0,0,1,0,0,0,0,0),(70007,36114,571,1,1,29995,1,8553.06,693.965,547.377,2.94961,180,0,0,1,0,0,0,0,0),(76024,21160,532,1,1,0,0,-11083.2,-1903.35,220.75,0.663225,604800,0,0,1,0,0,0,0,0),(70006,33553,571,1,1,28694,0,8408.61,651.937,550.424,1.15192,180,0,0,1,0,0,0,0,0),(70005,35344,571,1,1,29813,0,8503.91,1073.75,552.269,5.11381,180,0,0,1,0,0,0,0,0),(70003,34319,571,1,1,11686,0,8436.63,994.38,544.757,0,180,0,0,1,0,0,0,0,0),(70002,34319,571,1,1,11686,0,8417.41,909.826,544.757,0,180,0,0,1,0,0,0,0,0),(70001,34319,571,1,1,11686,0,8416.62,949.793,544.784,0,180,0,0,1,0,0,0,0,0),(70000,34319,571,1,1,11686,0,8442.33,909.849,544.757,0,180,0,0,1,0,0,0,0,0),(69996,34319,571,1,1,11686,0,8415.67,920.965,544.757,0,180,0,0,1,0,0,0,0,0),(69995,34319,571,1,1,11686,0,8414.78,989.113,544.762,0,180,0,0,1,0,0,0,0,0),(69992,34319,571,1,1,11686,0,8445.3,949.637,544.757,0,180,0,0,1,0,0,0,0,0),(69990,34319,571,1,1,11686,0,8444.03,989.271,544.757,0,180,0,0,1,0,0,0,0,0),(69976,34319,571,1,1,11686,0,8414.06,977.431,544.757,0,180,0,0,1,0,0,0,0,0),(69973,34319,571,1,1,11686,0,8444.3,926.66,544.757,0,180,0,0,1,0,0,0,0,0),(69880,33549,571,1,1,28693,0,8396.95,669.127,550.346,5.46288,180,0,0,1,0,0,0,0,0),(69078,36109,571,1,1,29991,1,8549.1,693.274,547.48,0.488692,180,0,0,1,0,0,0,0,0),(69077,33548,571,1,1,28692,0,8426.74,644.955,550.34,1.78024,180,0,0,1,0,0,0,0,0),(69065,36108,571,1,1,29990,1,8549.45,695.823,547.43,5.5676,180,0,0,1,0,0,0,0,0),(69011,33547,571,1,1,28691,0,8410.02,643.455,550.342,0.959931,180,0,0,1,0,0,0,0,0),(69010,33546,571,1,1,28688,1,8532.09,569.203,552.693,2.02458,180,0,0,1,0,0,0,0,0),(134996,32498,571,1,1,25390,0,8386.64,564.169,586.412,3.72971,180,5,0,42,0,1,0,0,0),(134997,32498,571,1,1,25391,0,8382.54,577.684,582.168,3.78736,180,0,0,42,0,0,0,0,0),(134998,32498,571,1,1,25390,0,8379.37,573.745,584.906,6.17846,180,0,0,42,0,0,0,0,0),(134999,32498,571,1,1,25390,0,8379.25,564.979,588.973,5.42797,180,0,0,42,0,0,0,0,0),(135000,32498,571,1,1,25391,0,8384.08,560.905,588.74,1.18682,180,0,0,42,0,0,0,0,0),(135001,32498,571,1,1,25390,0,8389.61,570.858,583.317,3.35103,180,0,0,42,0,0,0,0,0),(135002,32498,571,1,1,25391,0,8386.67,578.415,580.333,0.226893,180,0,0,42,0,0,0,0,0),(68990,33545,571,1,1,28690,0,8406.47,682.454,550.341,4.5204,180,0,0,1,0,0,0,0,0),(135004,32498,571,1,1,25391,0,8383.41,575.184,582.557,2.43528,180,5,0,42,0,1,0,0,0),(135005,32498,571,1,1,25391,0,8384.82,569.1,585.182,4.67648,180,5,0,42,0,1,0,0,0),(135006,32498,571,1,1,25390,0,8380.8,569.62,586.557,3.1921,180,5,0,42,0,1,0,0,0),(135007,32498,571,1,1,25391,0,8379.06,559.81,590.912,1.31621,180,5,0,42,0,1,0,0,0),(135008,32498,571,1,1,25390,0,8386.66,582.497,577.682,4.21491,180,5,0,42,0,1,0,0,0),(135009,32498,571,1,1,25390,0,8377.7,580.162,582.057,4.00787,180,5,0,42,0,1,0,0,0),(135010,32498,571,1,1,25390,0,8377.12,559.384,591.412,2.22013,180,5,0,42,0,1,0,0,0),(135011,32498,571,1,1,25391,0,8377.24,563.136,590.412,5.31316,180,5,0,42,0,1,0,0,0),(135012,32498,571,1,1,25391,0,8385.63,585.82,576.057,0.699627,180,5,0,42,0,1,0,0,0),(135013,32498,571,1,1,25391,0,8388.4,587.454,574.932,2.99164,180,5,0,42,0,1,0,0,0),(135014,32498,571,1,1,25390,0,8385.06,588.376,574.932,2.58604,180,5,0,42,0,1,0,0,0),(135015,32498,571,1,1,25390,0,8631.68,1173.13,573.39,4.9001,180,5,0,42,0,1,0,0,0),(135016,32498,571,1,1,25391,0,8624.74,1173.52,570.265,0.28376,180,5,0,42,0,1,0,0,0),(135017,32498,571,1,1,25391,0,8628.26,1172.19,572.39,0.308635,180,5,0,42,0,1,0,0,0),(135018,32498,571,1,1,25391,0,8628.69,1177.29,572.64,5.38471,180,5,0,42,0,1,0,0,0),(68989,33544,571,1,1,28689,0,8399.17,652.768,550.345,0,180,0,0,1,0,0,0,0,0),(68987,33800,571,1,1,28912,0,8489.79,956.319,547.376,2.94961,180,0,0,1,0,0,0,0,0),(68947,33800,571,1,1,28912,0,8570.97,673.042,547.623,6.05629,180,0,0,1,0,0,0,0,0),(68941,33543,571,1,1,28680,1,8438.53,687.868,550.282,0.820305,180,0,0,1,0,0,0,0,0),(68906,33543,571,1,1,28678,1,8444.42,680.603,550.282,0.733038,180,0,0,1,0,0,0,0,0),(68583,33543,571,1,1,28678,1,8444.74,723.801,548.76,4.10152,180,0,0,1,0,0,0,0,0),(135025,32498,571,1,1,25390,0,8372.09,1095.39,583.698,1.23918,180,0,0,42,0,0,0,0,0),(135026,32498,571,1,1,25390,0,8368.39,1089.22,585.682,2.89725,180,0,0,42,0,0,0,0,0),(135027,32498,571,1,1,25391,0,8364.5,1095.3,588.201,0.785398,180,0,0,42,0,0,0,0,0),(135028,32498,571,1,1,25391,0,8370,1100.53,585.695,4.29351,180,0,0,42,0,0,0,0,0),(135029,32498,571,1,1,25391,0,8368.93,1104.68,586.896,5.51524,180,0,0,42,0,0,0,0,0),(135030,32498,571,1,1,25390,0,8358.28,1103.32,591.282,0.087266,180,0,0,42,0,0,0,0,0),(135031,32498,571,1,1,25390,0,8357.64,1113.15,592.535,4.85769,180,5,0,42,0,1,0,0,0),(135032,32498,571,1,1,25390,0,8372.63,1106.68,585.296,6.12005,180,5,0,42,0,1,0,0,0),(135033,32498,571,1,1,25391,0,8357.28,1097.21,591.179,2.28797,180,5,0,42,0,1,0,0,0),(135034,32498,571,1,1,25390,0,8363.85,1090.8,588.304,5.74558,180,5,0,42,0,1,0,0,0),(135035,32498,571,1,1,25390,0,8355.08,1086.67,590.804,4.73687,180,5,0,42,0,1,0,0,0),(135036,32498,571,1,1,25391,0,8357.04,1090.63,590.929,3.4497,180,5,0,42,0,1,0,0,0),(135037,32498,571,1,1,25390,0,8369.22,1094.38,585.332,4.31629,180,5,0,42,0,1,0,0,0),(135038,32498,571,1,1,25390,0,8377.49,1103.85,581.796,4.95078,180,5,0,42,0,1,0,0,0),(135039,32498,571,1,1,25391,0,8363.77,1109.43,590.035,0.55532,180,5,0,42,0,1,0,0,0),(135040,32498,571,1,1,25390,0,8352.16,1098.17,592.179,5.33992,180,5,0,42,0,1,0,0,0),(135041,32498,571,1,1,25391,0,8362.13,1101.22,589.785,3.83602,180,5,0,42,0,1,0,0,0),(66790,33543,571,1,1,28680,1,8511.27,643.432,547.707,4.7822,180,0,0,1,0,0,0,0,0),(66788,33799,571,1,1,29260,0,8485.17,917.931,547.51,3.38594,180,0,0,1,0,0,0,0,0),(66753,33543,571,1,1,28680,1,8498.61,821.825,574.972,4.67748,180,0,0,1,0,0,0,0,0),(66741,33799,571,1,1,29260,0,8423.62,706.402,547.515,4.59022,180,0,0,1,0,0,0,0,0),(66479,36102,571,1,1,29989,0,8525.53,859.696,558.148,1.5428,180,0,0,1,0,0,0,0,0),(66478,33542,571,1,1,28676,0,8407.53,661.218,550.424,0.436332,180,0,0,1,0,0,0,0,0),(65901,33798,571,1,1,29257,0,8488.86,923.483,547.376,3.54302,180,0,0,1,0,0,0,0,0),(65526,33798,571,1,1,29257,0,8429.35,705.937,547.418,4.43314,180,0,0,1,0,0,0,0,0),(65523,36101,571,1,1,29988,0,8506.19,860.429,558.152,1.5428,180,0,0,1,0,0,0,0,0),(65522,33285,571,1,1,28969,1,8308.88,712.1,553.791,6.17846,180,0,0,1,0,0,0,0,0),(65451,33285,571,1,1,28852,1,8311.78,702.742,553.78,0.453786,180,0,0,1,0,0,0,0,0),(65371,33541,571,1,1,28674,1,8418.94,642.504,550.34,2.25148,180,0,0,1,0,0,0,0,0),(65351,33796,571,1,1,29261,0,8484.57,926.233,547.376,2.89725,180,0,0,1,0,0,0,0,0),(65350,33540,571,1,1,28673,1,8398.83,675.579,550.34,0,180,0,0,1,0,0,0,0,0),(65327,33796,571,1,1,29261,0,8433.46,703.817,547.397,4.34587,180,0,0,1,0,0,0,0,0),(65325,33539,571,1,1,28671,1,8395.87,661.361,550.344,0.575959,180,0,0,1,0,0,0,0,0),(65285,33795,571,1,1,29258,0,8486.5,941.253,547.376,3.22886,180,0,0,1,0,0,0,0,0),(65284,33795,571,1,1,29258,0,8569.47,662.139,547.526,0.05236,180,0,0,1,0,0,0,0,0),(65283,33794,571,1,1,29256,0,8485.98,952.099,547.376,3.4383,180,0,0,1,0,0,0,0,0),(65275,33538,571,1,1,28670,1,8434,652.381,550.34,3.19395,180,0,0,1,0,0,0,0,0),(65274,33794,571,1,1,29256,0,8574.08,677.493,547.466,5.77704,180,0,0,1,0,0,0,0,0),(63371,33793,571,1,1,28571,0,8486,933.134,547.393,3.45575,180,0,0,1,0,0,0,0,0),(63370,33793,571,1,1,28571,0,8570.66,667.34,547.481,6.24828,180,0,0,1,0,0,0,0,0),(63236,33792,571,1,1,29259,0,8490.3,937.175,547.388,3.64774,180,0,0,1,0,0,0,0,0),(63129,33792,571,1,1,29259,0,8412.77,706.447,547.429,4.72984,180,0,0,1,0,0,0,0,0),(200000,19148,0,1,1,16434,0,-4901.8,-958.955,501.543,1.01229,180,0,0,42,0,0,0,0,0),(200001,19148,0,1,1,16434,0,-4900.87,-957.314,501.541,4.17134,300,0,0,42,0,0,3,0,0),(245000,34365,571,1,65535,0,0,5712.76,635.632,646.26,5.56071,300,0,0,12600,3994,0,0,0,0),(135710,16525,532,1,1,16241,0,-11241.2,-1705.06,210.963,2.04204,604800,0,0,30160,0,0,0,0,0),(135711,16525,532,1,1,16241,0,-11339.2,-1816.77,179.734,5.15707,604800,5,0,30160,0,1,0,0,0),(135712,16526,532,1,1,16251,0,-11389.6,-1831.4,260.889,0.05236,604800,0,0,33040,33090,0,0,0,0),(135713,16526,532,1,1,16251,0,-11306.2,-1902.53,240.47,1.33387,604800,5,0,33040,33090,1,0,0,0),(135714,16529,532,1,1,16216,0,-11338.6,-1758.46,179.734,1.75137,604800,0,0,32166,32310,0,0,0,0),(135715,16529,532,1,1,16216,0,-11310,-1786.42,179.734,4.73952,604800,5,0,32166,32310,1,0,0,0),(135716,16529,532,1,1,16216,0,-11333.3,-1782.36,179.817,5.67232,604800,0,0,32166,32310,0,0,0,0),(135717,16529,532,1,1,16216,0,-11330.5,-1806.4,179.734,2.98922,604800,0,0,32166,32310,0,0,0,0),(135718,16530,532,1,1,14252,0,-11333.1,-1755.29,179.734,1.03659,604800,0,0,29341,0,0,0,0,0),(135719,16530,532,1,1,14252,0,-11342.1,-1759.98,179.734,1.18558,604800,0,0,29341,0,0,0,0,0),(135720,16530,532,1,1,14252,0,-11309.9,-1790.42,179.734,4.72634,604800,5,0,29341,0,1,0,0,0),(135721,16530,532,1,1,14252,0,-11310.1,-1782.43,179.734,4.87774,604800,5,0,29341,0,1,0,0,0),(135722,16530,532,1,1,14252,0,-11337.2,-1781.89,179.817,2.40855,604800,0,0,29341,0,0,0,0,0),(135723,16530,532,1,1,14252,0,-11332.9,-1785.93,179.817,4.03171,604800,0,0,29341,0,0,0,0,0),(135724,16530,532,1,1,14252,0,-11331.3,-1779.95,179.817,2.79253,604800,0,0,29341,0,0,0,0,0),(135725,16530,532,1,1,14252,0,-11334.5,-1805.79,179.734,2.63463,604800,0,0,29341,0,0,0,0,0),(135726,16530,532,1,1,14252,0,-11326.5,-1807.01,179.734,6.20501,604800,0,0,29341,0,0,0,0,0),(135727,17305,532,1,1,16925,0,-11076,-1869.01,220.75,5.20108,604800,0,0,42,0,0,0,0,0),(135728,17305,532,1,1,16925,0,-11078.4,-1892.41,220.75,4.08407,604800,0,0,42,0,0,0,0,0),(135729,17305,532,1,1,16925,0,-11087.2,-1899.45,220.75,0.837758,604800,0,0,42,0,0,0,0,0),(135730,17305,532,1,1,16925,0,-11075.1,-1861.15,220.75,3.82227,604800,0,0,42,0,0,0,0,0),(135731,17305,532,1,1,16925,0,-11093.2,-1882.83,220.75,0.20944,604800,0,0,42,0,0,0,0,0),(135732,17305,532,1,1,16925,0,-11070.6,-1893.53,220.75,0.890118,604800,0,0,42,0,0,0,0,0),(135733,17305,532,1,1,16925,0,-11062.1,-1886.59,220.75,6.05629,604800,0,0,42,0,0,0,0,0),(135734,17305,532,1,1,16925,0,-11082.9,-1860.25,220.75,6.21337,604800,0,0,42,0,0,0,0,0),(135735,17305,532,1,1,16925,0,-11084.6,-1875.89,220.75,1.23918,604800,0,0,42,0,0,0,0,0),(135736,17305,532,1,1,16925,0,-11069.8,-1885.7,220.75,5.14872,604800,0,0,42,0,0,0,0,0),(135737,17305,532,1,1,16925,0,-11101.1,-1881.79,220.75,1.72788,604800,0,0,42,0,0,0,0,0),(135738,17305,532,1,1,16925,0,-11108.1,-1873,220.75,0.785398,604800,0,0,42,0,0,0,0,0),(135739,17305,532,1,1,16925,0,-11100.2,-1874.09,220.75,2.79253,604800,0,0,42,0,0,0,0,0),(135740,17305,532,1,1,16925,0,-11067.3,-1862.07,220.75,1.43117,604800,0,0,42,0,0,0,0,0),(135741,17305,532,1,1,16925,0,-11094,-1890.54,220.75,3.29867,604800,0,0,42,0,0,0,0,0),(135742,17305,532,1,1,16925,0,-11069,-1877.7,220.75,4.67748,604800,0,0,42,0,0,0,0,0),(135743,17305,532,1,1,16925,0,-11091.5,-1867.24,220.75,4.18879,604800,0,0,42,0,0,0,0,0),(135744,17305,532,1,1,16925,0,-11079,-1900.4,220.75,3.36848,604800,0,0,42,0,0,0,0,0),(135745,17305,532,1,1,16925,0,-11099.4,-1866.13,220.75,3.36848,604800,0,0,42,0,0,0,0,0),(135746,17305,532,1,1,16925,0,-11060.4,-1870.95,220.75,0.715585,604800,0,0,42,0,0,0,0,0),(135747,17305,532,1,1,16925,0,-11053.4,-1879.78,220.75,0.959931,604800,0,0,42,0,0,0,0,0),(135748,17305,532,1,1,16925,0,-11076.9,-1876.87,220.75,4.83456,604800,0,0,42,0,0,0,0,0),(135749,17305,532,1,1,16925,0,-11082.1,-1852.36,220.75,4.04916,604800,0,0,42,0,0,0,0,0),(135750,17305,532,1,1,16925,0,-11086.3,-1891.52,220.75,1.37881,604800,0,0,42,0,0,0,0,0),(135751,17305,532,1,1,16925,0,-11074.2,-1853.42,220.75,1.11701,604800,0,0,42,0,0,0,0,0),(135752,17305,532,1,1,16925,0,-11092.4,-1874.94,220.75,3.47321,604800,0,0,42,0,0,0,0,0),(135753,17305,532,1,1,16925,0,-11061.1,-1878.73,220.75,2.87979,604800,0,0,42,0,0,0,0,0),(135754,17305,532,1,1,16925,0,-11068.3,-1869.97,220.75,0.558505,604800,0,0,42,0,0,0,0,0),(135755,17305,532,1,1,16925,0,-11090.7,-1859.15,220.75,2.00713,604800,0,0,42,0,0,0,0,0),(135756,17305,532,1,1,16925,0,-11085.4,-1883.67,220.75,4.13643,604800,0,0,42,0,0,0,0,0),(135757,17305,532,1,1,16925,0,-11077.7,-1884.59,220.75,2.07694,604800,0,0,42,0,0,0,0,0),(135758,17305,532,1,1,16925,0,-11083.8,-1868.08,220.75,1.3439,604800,0,0,42,0,0,0,0,0),(135759,16539,532,1,1,12345,0,-11170.1,-1781.09,201.215,0.127463,604800,5,0,11737,18930,1,0,0,0),(135760,16539,532,1,1,12345,0,-11164.1,-1766.84,201.254,1.11266,604800,5,0,11737,18930,1,0,0,0),(135761,16539,532,1,1,12345,0,-11168.2,-1761.91,201.238,2.68373,604800,5,0,11737,18930,1,0,0,0),(135762,16539,532,1,1,12345,0,-11226.9,-1678.36,179.32,1.16937,604800,0,0,11737,18930,0,0,0,0),(135763,16539,532,1,1,12345,0,-11230.3,-1685.67,179.237,4.15433,604800,5,0,11737,18930,1,0,0,0),(135764,16539,532,1,1,12345,0,-11217.5,-1678.68,179.333,5.55015,604800,0,0,11737,18930,0,0,0,0),(135765,16539,532,1,1,12345,0,-11220.6,-1684.61,179.237,4.73401,604800,5,0,11737,18930,1,0,0,0),(135766,16539,532,1,1,12345,0,-11212.7,-1685.15,179.249,5.14423,604800,5,0,11737,18930,1,0,0,0),(135767,16539,532,1,1,12345,0,-11212.8,-1688.35,179.322,0.663225,604800,0,0,11737,18930,0,0,0,0),(135768,16539,532,1,1,12345,0,-11220.7,-1689.97,179.237,2.23319,604800,5,0,11737,18930,1,0,0,0),(135769,16539,532,1,1,12345,0,-11220,-1700.35,179.237,3.99114,604800,5,0,11737,18930,1,0,0,0),(135770,16540,532,1,1,16905,0,-11158.4,-1768.07,201.394,5.61996,604800,0,0,24780,33090,0,0,0,0),(135771,16540,532,1,1,16907,0,-11166.1,-1757.05,201.354,2.26893,604800,0,0,24780,33090,0,0,0,0),(135772,16540,532,1,1,16907,0,-11171.2,-1788.97,201.255,4.81711,604800,0,0,24780,33090,0,0,0,0),(135773,16544,532,1,1,0,0,-11326.2,-1800.75,265.165,2.03714,604800,5,0,41328,0,2,0,0,0),(135774,16544,532,1,1,19097,0,-11357.9,-1778.88,265.165,2.89312,604800,5,0,41328,0,1,0,0,0),(135775,16544,532,1,1,19097,0,-11301.8,-1780.21,265.165,0.166332,604800,5,0,41328,0,1,0,0,0),(135776,16544,532,1,1,19097,0,-11311.2,-1802.54,265.165,5.51649,604800,5,0,41328,0,1,0,0,0),(135777,16544,532,1,1,19097,0,-11333.5,-1785.78,265.165,1.58915,604800,5,0,41328,0,1,0,0,0),(135778,16544,532,1,1,19097,0,-11335.6,-1785.09,265.165,1.17955,604800,5,0,41328,0,1,0,0,0),(135779,16545,532,1,1,21078,0,-11212.5,-1707.95,241.063,0.139626,604800,0,0,41300,33090,0,0,0,0),(135780,16545,532,1,1,21078,0,-11238.7,-1684.18,290.431,2.16421,604800,0,0,41300,33090,0,0,0,0),(135781,16545,532,1,1,21078,0,-11178.2,-1778.05,251.254,4.67748,604800,0,0,41300,33090,0,0,0,0),(135782,16545,532,1,1,21078,0,-11222.6,-1708.81,290.431,6.10865,604800,0,0,41300,33090,0,0,0,0),(135784,16545,532,1,1,21078,0,-11223.2,-1686.64,241.063,2.05949,604800,0,0,41300,33090,0,0,0,0),(135785,21921,532,1,1,11686,0,-11103.1,-1854.09,221.153,0.523599,604800,0,0,42,0,0,0,0,0),(135786,21921,532,1,1,11686,0,-11104.1,-1854.97,221.153,5.91667,604800,0,0,42,0,0,0,0,0),(135788,17316,532,1,1,16925,0,-11101.9,-1889.22,221.153,1.23918,604800,0,0,42,0,0,0,0,0),(135789,17316,532,1,1,16925,0,-11053.5,-1888.03,221.153,5.14872,604800,0,0,42,0,0,0,0,0),(135790,17316,532,1,1,16925,0,-11062,-1895.16,221.153,2.87979,604800,0,0,42,0,0,0,0,0),(135791,17316,532,1,1,16925,0,-11058.5,-1862.78,221.153,1.37881,604800,0,0,42,0,0,0,0,0),(135793,17316,532,1,1,16925,0,-11051.4,-1871.59,221.153,0.837758,604800,0,0,42,0,0,0,0,0),(135794,17316,532,1,1,16925,0,-11065.9,-1853.8,221.153,2.07694,604800,0,0,42,0,0,0,0,0),(135795,17316,532,1,1,16925,0,-11088,-1907.13,221.153,1.43117,604800,0,0,42,0,0,0,0,0),(135796,17316,532,1,1,16925,0,-11072.9,-1845.18,221.153,4.67748,604800,0,0,42,0,0,0,0,0),(135797,17316,532,1,1,16925,0,-11094.8,-1898.19,221.153,5.20108,604800,0,0,42,0,0,0,0,0),(135798,17316,532,1,1,16925,0,-11070.8,-1901.93,221.153,0.959931,604800,0,0,42,0,0,0,0,0),(135799,17316,532,1,1,16925,0,-11089.9,-1851.28,221.153,0.558505,604800,0,0,42,0,0,0,0,0),(135800,17316,532,1,1,16925,0,-11079.9,-1909.06,221.153,6.05629,604800,0,0,42,0,0,0,0,0),(135801,17316,532,1,1,16925,0,-11081.3,-1844.12,221.153,0.715585,604800,0,0,42,0,0,0,0,0),(135802,17316,532,1,1,16925,0,-11107.2,-1865.38,221.153,4.13643,604800,0,0,42,0,0,0,0,0),(135803,17316,532,1,1,16925,0,-11098.6,-1858.26,221.153,4.83456,604800,0,0,42,0,0,0,0,0),(135804,17316,532,1,1,16925,0,-11109.2,-1880.69,221.153,0.20944,604800,0,0,42,0,0,0,0,0),(135805,17317,532,1,1,16925,0,-11057.9,-1891.62,221.153,0.20944,604800,0,0,42,0,0,0,0,0),(135806,17317,532,1,1,16925,0,-11111.4,-1868.64,221.153,0.837758,604800,0,0,42,0,0,0,0,0),(135807,17317,532,1,1,16925,0,-11055.1,-1866.75,221.153,4.83456,604800,0,0,42,0,0,0,0,0),(135808,17317,532,1,1,16925,0,-11066.2,-1898.5,221.153,3.36848,604800,0,0,42,0,0,0,0,0),(135809,17317,532,1,1,16925,0,-11075.3,-1905.59,221.153,6.05629,604800,0,0,42,0,0,0,0,0),(135810,17317,532,1,1,16925,0,-11094.3,-1854.83,221.153,2.07694,604800,0,0,42,0,0,0,0,0),(135811,17317,532,1,1,16925,0,-11091.2,-1902.61,221.153,0.959931,604800,0,0,42,0,0,0,0,0),(135812,17317,532,1,1,16925,0,-11048.1,-1875.61,221.153,4.13643,604800,0,0,42,0,0,0,0,0),(135813,17317,532,1,1,16925,0,-11112.2,-1876.19,221.153,4.08407,604800,0,0,42,0,0,0,0,0),(135814,17317,532,1,1,16925,0,-11069.4,-1849.63,221.153,0.715585,604800,0,0,42,0,0,0,0,0),(135815,17317,532,1,1,16925,0,-11049.3,-1884.64,221.153,3.29867,604800,0,0,42,0,0,0,0,0),(135816,17317,532,1,1,16925,0,-11062.2,-1857.97,221.153,0.558505,604800,0,0,42,0,0,0,0,0),(135817,17317,532,1,1,16925,0,-11098.2,-1893.94,221.153,2.87979,604800,0,0,42,0,0,0,0,0),(135818,17317,532,1,1,16925,0,-11085.4,-1847.84,221.153,4.67748,604800,0,0,42,0,0,0,0,0),(135819,17317,532,1,1,16925,0,-11102.8,-1861.8,221.153,1.37881,604800,0,0,42,0,0,0,0,0),(135820,17317,532,1,1,16925,0,-11105.2,-1884.93,221.153,5.14872,604800,0,0,42,0,0,0,0,0),(135821,16806,532,1,1,16615,0,-10989.9,-1940.13,93.9108,4.83456,604800,0,0,4890,0,0,0,0,0),(135822,16811,532,1,1,16617,0,-10923.1,-1784.95,91.816,1.93731,604800,0,0,4890,0,0,0,0,0),(135823,16812,532,1,1,16616,0,-10866.7,-1781.03,90.5517,1.41372,604800,0,0,4890,0,0,0,0,0),(135824,16813,532,1,1,16620,0,-11182,-1800.35,136.107,0.401426,604800,0,0,4890,0,0,0,0,0),(135825,16814,532,1,1,16618,0,-11187.6,-1729.76,136.107,0.506145,604800,0,0,4890,0,0,0,0,0),(135826,16815,532,1,1,16627,0,-11257.5,-1721.27,136.107,0.10472,604800,0,0,4890,0,0,0,0,0),(135827,16816,532,1,1,18720,1,-11098.8,-1853.56,221.153,5.2709,604800,0,0,4890,0,0,0,0,0),(135828,15547,532,1,1,16407,0,-11089.2,-1927.63,49.9736,0.034907,604800,0,0,45240,0,0,0,0,0),(135829,15547,532,1,1,16407,0,-11108.9,-1942.14,49.9725,2.09439,604800,0,0,45240,0,0,0,0,0),(135830,15547,532,1,1,16407,0,-11145.6,-1934.5,49.9736,0.575959,604800,0,0,45240,0,0,0,0,0),(135831,15547,532,1,1,16407,0,-11154.1,-1913.59,49.9736,0.750492,604800,0,0,45240,0,0,0,0,0),(135832,15547,532,1,1,16407,0,-11139.7,-1890,49.9736,0.785398,604800,0,0,45240,0,0,0,0,0),(135833,15547,532,1,1,16407,0,-11133.7,-1963.07,49.9699,4.18879,604800,0,0,45240,0,0,0,0,0),(135834,15547,532,1,1,16407,0,-11156.8,-1951.46,49.9736,3.61283,604800,0,0,45240,0,0,0,0,0),(135835,15548,532,1,1,16408,0,-11142.3,-1910.21,49.8918,4.30612,604800,5,0,45240,0,1,0,0,0),(135836,15548,532,1,1,16408,0,-11107.1,-1938.66,49.9724,2.74017,604800,0,0,45240,0,0,0,0,0),(135837,15548,532,1,1,16408,0,-11148.6,-1913.5,49.9736,2.61799,604800,0,0,45240,0,0,0,0,0),(135838,15548,532,1,1,16408,0,-11135.5,-1891.03,49.9736,1.65806,604800,0,0,45240,0,0,0,0,0),(135839,15548,532,1,1,16408,0,-11128.3,-1965.25,49.9683,4.67748,604800,0,0,45240,0,0,0,0,0),(135840,15548,532,1,1,16408,0,-11153.7,-1955.55,49.9736,4.03171,604800,0,0,45240,0,0,0,0,0),(135841,15548,532,1,1,16408,0,-11164.9,-1936.27,49.9736,3.1765,604800,0,0,45240,0,0,0,0,0),(135842,15548,532,1,1,16408,0,-11166.1,-1931.39,49.9736,3.75246,604800,0,0,45240,0,0,0,0,0),(135843,15551,532,1,1,16398,0,-11134.3,-1894.69,49.9731,2.72271,604800,0,0,23474,31550,0,0,0,0),(135844,15551,532,1,1,16398,0,-11136.7,-1894.22,49.9736,6.10865,604800,0,0,23474,31550,0,0,0,0),(135845,15551,532,1,1,16399,0,-11138.9,-1899.75,49.8903,4.42507,604800,5,0,23474,31550,1,0,0,0),(135846,15551,532,1,1,16397,0,-11142.2,-1892.34,49.9736,2.86234,604800,0,0,23474,31550,0,0,0,0),(135847,15551,532,1,1,16399,0,-11149.7,-1914.48,49.9736,1.11701,604800,0,0,23474,31550,0,0,0,0),(135848,15551,532,1,1,16397,0,-11152.7,-1914,49.9736,2.3911,604800,0,0,23474,31550,0,0,0,0),(135849,15551,532,1,1,16397,0,-11143.3,-1935.52,49.9736,0.994838,604800,0,0,23474,31550,0,0,0,0),(135850,15551,532,1,1,16398,0,-11151.8,-1931.58,49.8919,0.484593,604800,5,0,23474,31550,1,0,0,0),(135851,15551,532,1,1,16400,0,-11151.8,-1957.88,49.8903,6.15523,604800,5,0,23474,31550,1,0,0,0),(135852,16595,532,1,1,18886,0,-11052.1,-1877.73,246.065,5.93412,604800,0,0,51660,0,0,0,0,0),(135853,16595,532,1,1,18886,0,-11054.1,-1892.19,246.068,4.18879,604800,0,0,51660,0,0,0,0,0),(135854,16595,532,1,1,18886,0,-11059.3,-1970.04,232.316,0.959931,604800,0,0,51660,0,0,0,0,0),(135855,16595,532,1,1,18886,0,-11075.1,-1963.22,232.331,3.61283,604800,0,0,51660,0,0,0,0,0),(135856,16595,532,1,1,18886,0,-11014.4,-1917.98,247.856,5.2709,604800,0,0,51660,0,0,0,0,0),(135857,16595,532,1,1,18886,0,-11018.6,-1945.24,247.856,3.19395,604800,0,0,51660,0,0,0,0,0),(135858,16595,532,1,1,18886,0,-11022,-1938.05,232.34,0.279253,604800,0,0,51660,0,0,0,0,0),(135859,16595,532,1,1,18886,0,-11034.4,-1947.56,232.34,2.49582,604800,0,0,51660,0,0,0,0,0),(135860,16595,532,1,1,18886,0,-11019.8,-1858.32,246.066,3.1765,604800,0,0,51660,0,0,0,0,0),(135861,16595,532,1,1,18886,0,-11032.5,-1867.01,246.068,1.6057,604800,0,0,51660,0,0,0,0,0),(135862,16596,532,1,1,18887,0,-11068.4,-1947.78,264.698,1.3703,604800,5,0,82656,0,1,0,0,0),(135863,16596,532,1,1,18887,0,-11054.4,-1966.06,249.544,1.50098,604800,0,0,82656,0,0,0,0,0),(135864,16596,532,1,1,0,0,-11011.6,-1881.44,245.985,2.24748,604800,5,0,82656,0,2,0,0,0),(135865,16596,532,1,1,18887,0,-11060,-1952.45,272.806,0.191986,604800,0,0,82656,0,0,0,0,0),(135866,18654,532,1,1,11686,0,-10898.6,-1812.34,91.975,1.44862,604800,0,0,4890,0,0,0,0,0),(135867,4075,532,1,1,1141,0,-10868,-1786.43,78.3928,5.05459,604800,5,0,8,0,1,0,0,0),(135868,4075,532,1,1,1418,0,-11124.8,-1890.27,49.9815,4.90438,604800,0,0,8,0,0,0,0,0),(135869,4075,532,1,1,1141,0,-11075,-1976,124.565,5.84977,604800,5,0,8,0,1,0,0,0),(135870,4075,532,1,1,2176,0,-11043.7,-1974.94,158.19,4.0819,604800,0,0,8,0,0,0,0,0),(135871,4075,532,1,1,1141,0,-10847.7,-1784.09,97.6676,2.91142,604800,5,0,8,0,1,0,0,0),(135872,4075,532,1,1,1141,0,-11014.1,-1984.96,126.607,5.16129,604800,0,0,8,0,0,0,0,0),(135873,4075,532,1,1,1141,0,-11080.6,-1951.53,77.2651,0.38054,604800,5,0,8,0,1,0,0,0),(135874,4075,532,1,1,1418,0,-10913.6,-1791.96,78.3931,0.289092,604800,5,0,8,0,1,0,0,0),(135875,4075,532,1,1,1418,0,-11125.8,-1899.64,49.8919,3.45551,604800,5,0,8,0,1,0,0,0),(135876,4075,532,1,1,1418,0,-11069.3,-1963.16,124.488,2.27207,604800,5,0,8,0,1,0,0,0),(135877,4075,532,1,1,2176,0,-11022.2,-1964.48,110.512,6.15181,604800,5,0,8,0,1,0,0,0),(135878,4075,532,1,1,1418,0,-11128.8,-1946.12,74.4069,1.79004,604800,5,0,8,0,1,0,0,0),(135879,4075,532,1,1,2176,0,-11071.9,-1989,97.3532,0.672132,604800,5,0,8,0,1,0,0,0),(135880,4075,532,1,1,1141,0,-11125.5,-1945.22,49.8903,1.52025,604800,5,0,8,0,1,0,0,0),(135881,4075,532,1,1,2176,0,-11064,-1937.93,124.566,5.57186,604800,5,0,8,0,1,0,0,0),(135882,4075,532,1,1,2176,0,-11048.2,-1942.07,77.2681,2.56184,604800,5,0,8,0,1,0,0,0),(135883,4075,532,1,1,1141,0,-11063,-2011.58,96.9251,6.23252,604800,5,0,8,0,1,0,0,0),(135884,4075,532,1,1,1141,0,-11046.7,-1991.43,77.2681,3.24527,604800,5,0,8,0,1,0,0,0),(135885,4075,532,1,1,1141,0,-11068.5,-1978.42,124.566,2.25291,604800,5,0,8,0,1,0,0,0),(135886,4075,532,1,1,1141,0,-11127.3,-1949.51,74.4084,0.387701,604800,5,0,8,0,1,0,0,0),(135887,4075,532,1,1,1141,0,-10914.9,-1780.02,78.4764,1.88496,604800,0,0,8,0,0,0,0,0),(135888,4075,532,1,1,1418,0,-11055.9,-1979.73,143.08,4.96817,604800,5,0,8,0,1,0,0,0),(135889,4075,532,1,1,2176,0,-11091,-1971.26,92.6087,4.01978,604800,5,0,8,0,1,0,0,0),(135890,4075,532,1,1,1141,0,-11062.5,-1938.64,124.566,6.06752,604800,5,0,8,0,1,0,0,0),(135891,4075,532,1,1,2176,0,-11008.7,-1961.16,110.061,5.97637,604800,0,0,8,0,0,0,0,0),(135892,4075,532,1,1,1141,0,-11057.5,-1997.42,115.226,2.61704,604800,5,0,8,0,1,0,0,0),(135893,4075,532,1,1,2176,0,-11118.2,-1968.07,51.086,3.61547,604800,5,0,8,0,1,0,0,0),(135894,4075,532,1,1,1418,0,-11127.8,-1893.74,49.8918,3.40461,604800,5,0,8,0,1,0,0,0),(135895,4075,532,1,1,2176,0,-11037.6,-1946.82,113.339,5.29334,604800,5,0,8,0,1,0,0,0),(135896,4075,532,1,1,1418,0,-10877.3,-1886.82,110.52,0.544255,604800,5,0,8,0,1,0,0,0),(135897,4075,532,1,1,2176,0,-10854.4,-1750.59,89.558,1.6057,604800,0,0,8,0,0,0,0,0),(135898,4075,532,1,1,1418,0,-11065.6,-1980.74,77.2681,1.3994,604800,5,0,8,0,1,0,0,0),(135899,4075,532,1,1,1141,0,-11034.8,-1974.67,126.524,5.76226,604800,5,0,8,0,1,0,0,0),(135900,4075,532,1,1,1141,0,-11085.4,-1932.38,91.7594,2.73925,604800,5,0,8,0,1,0,0,0),(135369,16179,532,1,1,0,0,-10959.3,-1941.12,46.1165,3.69836,604800,4,0,185906,0,1,0,0,0),(135902,4075,532,1,1,1141,0,-11150.5,-1939.42,49.8903,3.98082,604800,5,0,8,0,1,0,0,0),(135903,4075,532,1,1,1418,0,-10875.8,-1774.44,78.3931,0.555549,604800,5,0,8,0,1,0,0,0),(135904,4075,532,1,1,1418,0,-11132.4,-1903.08,74.3907,1.41838,604800,5,0,8,0,1,0,0,0),(135905,4075,532,1,1,1141,0,-11124.4,-1900.55,49.893,0.398307,604800,5,0,8,0,1,0,0,0),(135906,4075,532,1,1,1418,0,-11088.8,-1925.57,49.8903,5.6746,604800,5,0,8,0,1,0,0,0),(135907,4075,532,1,1,1418,0,-11075.5,-2000.81,77.2681,4.12219,604800,5,0,8,0,1,0,0,0),(135908,4075,532,1,1,1141,0,-10936,-1877.16,111.559,5.75959,604800,0,0,8,0,0,0,0,0),(135909,17644,532,1,1,20577,0,-10929.6,-1958.1,275.468,4.71239,604800,0,0,4120,0,0,0,0,0),(135910,17644,532,1,1,20577,0,-10975.6,-1984.06,275.297,2.9147,604800,0,0,4120,0,0,0,0,0),(135911,17644,532,1,1,20577,0,-10951.9,-1957.37,275.31,5.89921,604800,0,0,4120,0,0,0,0,0),(135912,17644,532,1,1,20577,0,-10976.4,-1961.86,275.128,5.39307,604800,0,0,4120,0,0,0,0,0),(135913,17644,532,1,1,20577,0,-10924.4,-2005.02,275.794,6.05629,604800,0,0,4120,0,0,0,0,0),(135914,17644,532,1,1,20577,0,-10962.1,-2014.65,275.512,0.628319,604800,0,0,4120,0,0,0,0,0),(135915,17644,532,1,1,20577,0,-10911,-1987.62,275.881,1.01229,604800,0,0,4120,0,0,0,0,0),(135916,17644,532,1,1,20577,0,-10953.4,-1983.33,275.446,5.0091,604800,0,0,4120,0,0,0,0,0),(135917,17644,532,1,1,20577,0,-11001.4,-1991.33,275.119,4.97419,604800,0,0,4120,0,0,0,0,0),(135918,17644,532,1,1,20577,0,-10942.5,-2014.21,275.737,5.91667,604800,0,0,4120,0,0,0,0,0),(135919,17644,532,1,1,20577,0,-10984.4,-2016.32,275.166,3.1765,604800,0,0,4120,0,0,0,0,0),(135920,17644,532,1,1,20577,0,-10931.5,-1983.72,275.614,3.22886,604800,0,0,4120,0,0,0,0,0),(135921,17645,532,1,1,11686,0,-10893.5,-2081.34,342.294,5.18363,604800,0,0,42,0,0,0,0,0),(135922,17645,532,1,1,11686,0,-10833.1,-2151.58,380.86,4.62512,604800,0,0,42,0,0,0,0,0),(135923,22519,532,1,1,11686,0,-11078.5,-1910.45,221.153,2.02458,604800,0,0,42,0,0,0,0,0),(135924,22519,532,1,1,11686,0,-11076.3,-1908.72,221.153,2.05949,604800,0,0,42,0,0,0,0,0),(135925,22519,532,1,1,11686,0,-11074.1,-1906.99,221.153,2.09439,604800,0,0,42,0,0,0,0,0),(135926,22519,532,1,1,11686,0,-11071.9,-1905.2,221.153,2.11185,604800,0,0,42,0,0,0,0,0),(135927,22519,532,1,1,11686,0,-11069.7,-1903.49,221.153,2.14675,604800,0,0,42,0,0,0,0,0),(135928,22519,532,1,1,11686,0,-11067.6,-1901.78,221.153,2.18166,604800,0,0,42,0,0,0,0,0),(135929,22519,532,1,1,11686,0,-11065.3,-1900.09,221.153,2.21657,604800,0,0,42,0,0,0,0,0),(135930,22519,532,1,1,11686,0,-11063.2,-1898.31,221.153,2.25148,604800,0,0,42,0,0,0,0,0),(135931,22519,532,1,1,11686,0,-11081.2,-1843.94,221.153,5.18363,604800,0,0,42,0,0,0,0,0),(135932,22519,532,1,1,11686,0,-11083.5,-1845.86,221.153,5.21853,604800,0,0,42,0,0,0,0,0),(135933,22519,532,1,1,11686,0,-11085.7,-1847.6,221.153,5.23599,604800,0,0,42,0,0,0,0,0),(135934,22519,532,1,1,11686,0,-11088,-1849.35,221.153,5.2709,604800,0,0,42,0,0,0,0,0),(135935,22519,532,1,1,11686,0,-11090.2,-1851.05,221.153,5.3058,604800,0,0,42,0,0,0,0,0),(135936,22519,532,1,1,11686,0,-11092.3,-1852.77,221.153,5.32325,604800,0,0,42,0,0,0,0,0),(135937,22519,532,1,1,11686,0,-11094.5,-1854.52,221.153,5.35816,604800,0,0,42,0,0,0,0,0),(135938,22519,532,1,1,11686,0,-11096.6,-1856.27,221.153,5.39307,604800,0,0,42,0,0,0,0,0),(135939,22519,532,1,1,11686,0,-11080.1,-1908.29,221.153,2.02458,604800,0,0,42,0,0,0,0,0),(135940,22519,532,1,1,11686,0,-11077.9,-1906.58,221.153,2.05949,604800,0,0,42,0,0,0,0,0),(135941,22519,532,1,1,11686,0,-11075.8,-1904.8,221.153,2.07694,604800,0,0,42,0,0,0,0,0),(135942,22519,532,1,1,11686,0,-11073.6,-1903.2,221.153,2.11185,604800,0,0,42,0,0,0,0,0),(135943,22519,532,1,1,11686,0,-11071.4,-1901.44,221.153,2.14675,604800,0,0,42,0,0,0,0,0),(135944,22519,532,1,1,11686,0,-11069.2,-1899.68,221.153,2.18166,604800,0,0,42,0,0,0,0,0),(135945,22519,532,1,1,11686,0,-11067,-1897.89,221.153,2.21657,604800,0,0,42,0,0,0,0,0),(135946,22519,532,1,1,11686,0,-11064.7,-1896.19,221.153,2.25148,604800,0,0,42,0,0,0,0,0),(135947,22519,532,1,1,11686,0,-11083,-1842.02,221.153,5.18363,604800,0,0,42,0,0,0,0,0),(135948,22519,532,1,1,11686,0,-11085.2,-1843.79,221.153,5.21853,604800,0,0,42,0,0,0,0,0),(135949,22519,532,1,1,11686,0,-11087.2,-1845.48,221.153,5.23599,604800,0,0,42,0,0,0,0,0),(135950,22519,532,1,1,11686,0,-11089.5,-1847.22,221.153,5.2709,604800,0,0,42,0,0,0,0,0),(135951,22519,532,1,1,11686,0,-11091.7,-1848.99,221.153,5.3058,604800,0,0,42,0,0,0,0,0),(135952,22519,532,1,1,11686,0,-11093.8,-1850.65,221.153,5.32325,604800,0,0,42,0,0,0,0,0),(135953,22519,532,1,1,11686,0,-11096.1,-1852.39,221.153,5.35816,604800,0,0,42,0,0,0,0,0),(135954,22519,532,1,1,11686,0,-11098.3,-1854.16,221.153,5.39307,604800,0,0,42,0,0,0,0,0),(135955,22520,532,1,1,11686,0,-11084.9,-1911.71,221.153,0.10472,604800,0,0,42,0,0,0,0,0),(135956,22520,532,1,1,11686,0,-11076.7,-1842.37,221.153,0.628319,604800,0,0,42,0,0,0,0,0),(135957,22523,532,1,1,11686,0,-11094,-1913.31,221.153,4.5204,604800,0,0,42,0,0,0,0,0),(135958,22523,532,1,1,11686,0,-11095.7,-1910.8,221.153,0.10472,604800,0,0,42,0,0,0,0,0),(135959,22523,532,1,1,11686,0,-11099.4,-1905.85,221.153,2.9147,604800,0,0,42,0,0,0,0,0),(135960,22523,532,1,1,11686,0,-11102.7,-1902.15,221.153,2.75762,604800,0,0,42,0,0,0,0,0),(135961,22523,532,1,1,11686,0,-11104.4,-1900.05,221.153,5.5676,604800,0,0,42,0,0,0,0,0),(135962,22523,532,1,1,11686,0,-11106,-1897.85,221.153,0.925025,604800,0,0,42,0,0,0,0,0),(135963,22523,532,1,1,11686,0,-11107.6,-1895.82,221.153,4.20624,604800,0,0,42,0,0,0,0,0),(135964,22523,532,1,1,11686,0,-11109.4,-1893.7,221.153,3.80482,604800,0,0,42,0,0,0,0,0),(135965,22524,532,1,1,11686,0,-11114.3,-1885.2,221.153,1.309,604800,0,0,42,0,0,0,0,0),(135966,17660,532,1,1,17166,0,-11141.5,-1977.98,283.367,1.72216,604800,5,0,4890,0,1,0,0,0),(135967,17660,532,1,1,17166,0,-11009.3,-2026.42,232.176,0.542737,604800,5,0,4890,0,1,0,0,0),(209079,29720,571,1,2,0,0,8510.63,2619.33,652.453,1.21255,300,0,0,12175,0,0,0,0,0),(152164,29720,571,1,2,0,0,8526.63,2647.68,654.274,5.81195,300,0,0,12175,0,0,0,0,0),(152163,29720,571,1,2,0,0,8404.08,2751.16,666.536,3.59538,300,0,0,12175,0,0,0,0,0),(152162,29720,571,1,2,0,0,8313.71,2730.07,666.374,1.41372,300,0,0,12175,0,0,0,0,0),(152161,29720,571,1,2,0,0,8323.99,2775.64,655.539,0.820305,300,0,0,12175,0,0,0,0,0),(152160,29720,571,1,2,0,0,8417.85,2644.77,760.057,0.294484,300,0,0,12175,0,0,0,0,0),(152159,29720,571,1,2,0,0,8357.75,2724,662.616,1.15192,300,0,0,12175,0,0,0,0,0),(200615,14876,0,1,1,0,0,-11775.2,1358.51,0.776265,1.40938,1800,0,0,1,0,0,0,0,0),(1977343,32423,571,1,3,0,0,7854.05,957.014,450.898,0.628319,300,0,0,12600,0,0,0,0,0),(1977260,32404,571,1,1,0,0,7600.17,1398.21,333.427,1.31,300,0,0,12600,0,0,0,0,0),(62065,32370,571,1,1,0,0,7259.76,1176.8,316.875,0.959931,300,0,0,36860,0,0,0,0,0),(1977259,32408,571,1,1,0,0,7304.98,1178.44,323.646,2.43472,300,0,0,12600,0,0,0,0,0),(68101,33874,603,3,1,0,0,1435.72,118.918,424.982,0,7200,0,0,0,0,0,0,0,0),(136054,33293,603,3,1,0,0,886.275,-12.0545,409.602,3.12941,604800,5,0,5000008,0,2,0,0,0),(1975210,33661,603,3,1,11686,0,1770.7,-61.6,448.81,1.584,180,0,0,26066,0,0,0,0,0),(136057,34069,603,3,1,12233,0,567.528,42.3316,411.996,4.64258,604800,0,0,606645,0,0,0,0,0),(136058,34069,603,3,1,12233,0,601.337,40.8177,412.045,4.69494,604800,0,0,606645,0,0,0,0,0),(136059,33054,603,3,1,16925,0,2134.9,-390.776,437.311,0,604800,0,0,12600,0,0,0,0,0),(136060,33571,603,3,1,11686,0,-144.54,-280.283,373.325,1.43117,86400,0,0,12600,0,0,0,0,0),(136061,33571,603,3,1,11686,0,-390.207,-99.5486,413.561,3.14159,86400,0,0,12600,0,0,0,0,0),(136062,33571,603,3,1,11686,0,-232.474,33.0712,413.019,3.14159,86400,0,0,12600,0,0,0,0,0),(136063,33571,603,3,1,11686,0,108.613,356.469,413.842,4.74729,86400,0,0,12600,0,0,0,0,0),(136068,33571,603,3,1,11686,0,-119.038,-34.3646,413.869,3.14159,86400,0,0,12600,0,0,0,0,0),(136069,33571,603,3,1,11686,0,-228.002,-100.653,413.47,3.14159,86400,0,0,12600,0,0,0,0,0),(136070,33571,603,3,1,11686,0,-305.88,-281.196,373.653,1.53589,86400,0,0,12600,0,0,0,0,0),(136071,33571,603,3,1,11686,0,36.5398,188.999,434.412,4.72984,86400,0,0,12600,0,0,0,0,0),(136072,33571,603,3,1,11686,0,-390.429,45.1823,413.314,3.14159,86400,0,0,12600,0,0,0,0,0),(136073,33059,603,1,1,27658,0,-732.267,-203.694,432.463,2.07694,180,0,0,315000,0,0,0,0,0),(136074,33059,603,1,1,27658,0,-719.747,-165.845,430.135,1.95477,180,0,0,315000,0,0,0,0,0),(136076,33571,603,3,1,11686,0,-487.149,-29.4566,414.123,3.14159,86400,0,0,12600,0,0,0,0,0),(136077,33571,603,3,1,11686,0,79.3889,-80.5573,412.694,3.14159,86400,0,0,12600,0,0,0,0,0),(136078,33571,603,3,1,11686,0,-488.552,-98.1111,413.994,3.14159,86400,0,0,12600,0,0,0,0,0),(136079,33571,603,3,1,11686,0,-22.8941,-81.2552,413.199,3.14159,86400,0,0,12600,0,0,0,0,0),(136080,33571,603,3,1,11686,0,100.837,-394.491,411.194,6.26573,86400,0,0,12600,0,0,0,0,0),(136081,33571,603,3,1,11686,0,82.9635,-376.155,411.149,1.67552,86400,0,0,12600,0,0,0,0,0),(136082,33571,603,3,1,11686,0,82.5938,-412.359,411.168,4.55531,86400,0,0,12600,0,0,0,0,0),(136083,33571,603,3,1,11686,0,64.6233,-394.094,411.121,3.08923,86400,0,0,12600,0,0,0,0,0),(136084,33571,603,3,1,11686,0,-316.627,-32.3733,413.924,3.14159,86400,0,0,12600,0,0,0,0,0),(136085,33571,603,3,1,11686,0,-199.788,187.969,437.004,4.79965,86400,0,0,12600,0,0,0,0,0),(136086,33571,603,3,1,11686,0,-486.797,46.1788,414.224,3.14159,86400,0,0,12600,0,0,0,0,0),(136087,33059,603,1,1,27658,0,-793.69,-240.574,430.981,1.64061,180,0,0,315000,0,0,0,0,0),(136088,33059,603,1,1,27658,0,-746.234,-211.748,431.755,1.8326,180,0,0,315000,0,0,0,0,0),(136089,33059,603,1,1,27658,0,-784.241,-225.773,430.228,2.07694,180,0,0,315000,0,0,0,0,0),(136090,33059,603,1,1,27658,0,-825.34,-247.555,432.671,6.12611,180,0,0,315000,0,0,0,0,0),(136091,33571,603,3,1,11686,0,77.3802,9.7934,413.655,3.14159,86400,0,0,12600,0,0,0,0,0),(136092,33571,603,3,1,11686,0,-21.8698,11.2483,413.516,3.14159,86400,0,0,12600,0,0,0,0,0),(136235,34085,603,3,1,0,0,612.706,296.304,360.802,1.57116,604800,5,0,606645,0,2,0,0,0),(136236,34085,603,3,1,0,0,617.707,295.979,360.802,1.57116,604800,5,0,606645,0,2,0,0,0),(136237,34085,603,3,1,0,0,562.553,338.36,360.805,4.71955,604800,5,0,606645,0,2,0,0,0),(136238,34085,603,3,1,0,0,557.545,339.339,360.804,4.71955,604800,5,0,606645,0,2,0,0,0),(136241,34086,603,3,1,0,0,548.726,269.269,360.555,1.64273,604800,5,0,471835,41690,2,0,0,0),(136242,34086,603,3,1,0,0,558.719,212.238,361.823,1.79573,604800,5,0,471835,41690,2,0,0,0),(136243,34086,603,3,1,0,0,623.573,237.733,361.802,1.08605,604800,5,0,471835,41690,2,0,0,0),(136244,34086,603,3,1,0,0,631.92,235.205,361.802,1.90892,604800,5,0,471835,41690,2,0,0,0),(136245,33063,603,1,1,28650,0,-756.948,-27.9419,429.927,5.07891,180,0,0,567000,0,0,0,0,0),(136246,33063,603,1,1,28650,0,-739.3,-21.51,429.927,4.86947,180,0,0,567000,0,0,0,0,0),(136247,33063,603,1,1,28650,0,-813.698,-86.8924,430.158,6.0912,180,0,0,567000,0,0,0,0,0),(136248,33063,603,1,1,28650,0,-720.127,-14.5091,429.927,4.85202,180,0,0,567000,0,0,0,0,0),(136249,33063,603,1,1,28650,0,-810.929,-31.8438,429.929,3.9619,180,0,0,567000,0,0,0,0,0),(136253,33579,603,3,1,26353,1,-716.568,-54.8669,429.924,4.01426,604800,0,0,75600,0,0,0,0,0),(1971393,17474,544,1,1,0,0,-31.908,19.128,-0.412,0,86400,0,0,6722,0,0,0,0,0),(136260,33354,603,3,1,20249,0,2359.28,84.7879,435.907,4.71493,604800,5,0,456155,20405,1,0,0,0),(136261,33355,603,3,1,28724,1,2368.28,84.9286,434.336,4.72803,604800,5,0,390990,20405,1,0,0,0),(136262,32845,603,3,1,28743,1,2000.85,-204.335,432.758,4.71239,604800,0,0,8115990,0,0,0,0,0),(136263,33620,603,3,1,0,1,-729.051,-134.724,429.881,4.16929,604800,0,0,1,0,0,0,0,0),(136264,33620,603,3,1,0,1,-729.897,-127.151,429.863,4.15232,604800,0,0,1,0,0,0,0,0),(136265,33620,603,3,1,0,1,-769.326,-223.926,433.913,1.71042,604800,0,0,1,0,0,0,0,0),(136266,33620,603,3,1,0,1,-732.332,-185.682,433.538,1.90241,604800,0,0,1,0,0,0,0,0),(136267,34133,603,3,1,26778,0,1897.73,-161.869,412.383,1.06465,604800,0,0,943670,0,0,0,0,0),(136270,34133,603,3,1,26778,0,1863.78,-356.041,412.382,1.55334,604800,0,0,943670,0,0,0,0,0),(136271,33622,603,3,1,0,1,-749.733,-176.89,429.771,3.5255,604800,0,0,1,0,0,0,0,0),(136272,34134,603,3,1,29100,0,1863.79,-291.232,412.549,3.04699,604800,0,0,234594,81620,2,0,0,0),(136273,34134,603,3,1,0,0,1923.73,-359.489,421.707,1.57342,604800,0,0,234594,81620,2,0,0,0),(136041,32780,603,3,1,11686,0,2170.84,-262.182,419.361,3.05433,180,0,0,42,0,0,0,0,0),(136275,34135,603,3,1,23348,0,1914.13,-364.998,421.771,3.00124,604800,5,0,195495,81620,1,0,0,0),(136276,34135,603,3,1,23348,0,1916.12,-346.782,418.575,3.22508,604800,5,0,195495,81620,1,0,0,0),(136277,34135,603,3,1,23348,0,1916.87,-357.047,419.796,3.07114,604800,5,0,195495,81620,1,0,0,0),(136278,34135,603,3,1,0,0,1869.02,-310.53,412.299,1.53022,604800,0,0,195495,81620,0,0,0,0),(136279,34135,603,3,1,0,0,1864.24,-310.396,412.299,1.542,604800,0,0,195495,81620,0,0,0,0),(136280,34135,603,3,1,0,0,1858.57,-310.914,412.624,1.56949,604800,0,0,195495,81620,0,0,0,0),(136281,33624,603,3,1,25166,0,-718.456,-57.1132,429.924,0.837758,604800,0,0,37800,3994,0,0,0,0),(136316,32857,603,3,1,28324,0,1567.86,129.128,427.268,5.45818,604800,0,0,2998175,212900,0,0,0,0),(136347,33626,603,3,1,27938,0,-806.78,-61.9102,430.218,5.18687,180,0,0,12600,0,2,0,0,0),(136348,33626,603,3,1,27941,0,-716.635,-52.6939,429.924,4.10152,180,0,0,12600,0,0,0,0,0),(136349,33626,603,3,1,27941,0,-808.118,-40.2321,429.968,0.034864,180,0,0,12600,0,2,0,0,0),(136350,33626,603,3,1,27938,0,-712.022,-106.385,430.386,2.16351,180,0,0,12600,0,2,0,0,0),(136351,33626,603,3,1,27939,0,-827.179,-26.393,429.927,6.02139,180,0,0,12600,0,0,0,0,0),(136352,33626,603,3,1,27940,0,-827.436,-42.4411,430.352,0.523599,180,0,0,12600,0,0,0,0,0),(136353,33626,603,3,1,27940,0,-830.42,-57.3188,430.245,1.53589,180,0,0,12600,0,0,0,0,0),(1975203,34054,603,3,1,11686,0,174.442,345.679,412.872,6.28098,300,0,0,75600,0,0,0,0,0),(136355,33626,603,3,1,27940,0,-714.656,-17.1672,429.881,5.95784,180,0,0,12600,0,2,0,0,0),(136356,33626,603,3,1,27941,0,-785.746,-41.3845,429.966,1.82533,180,0,0,12600,0,2,0,0,0),(136357,33626,603,3,1,27940,0,-754.786,-36.7039,429.903,0.446697,180,0,0,12600,0,2,0,0,0),(136358,33626,603,3,1,27938,0,-707.518,-90.0475,429.93,5.48033,180,0,0,12600,0,0,0,0,0),(136359,33626,603,3,1,27938,0,-821.82,-33.2789,430.218,4.48025,180,0,0,12600,0,2,0,0,0),(136360,33626,603,3,1,27938,0,-805.724,-92.5147,429.937,2.34681,180,0,0,12600,0,2,0,0,0),(136361,33627,603,3,1,27935,0,-715.435,-120.418,430.822,4.68825,180,0,0,12600,0,2,0,0,0),(136362,33627,603,3,1,27936,0,-824.531,-25.8472,429.927,5.95157,180,0,0,12600,0,0,0,0,0),(136363,33627,603,3,1,27937,0,-826.917,-39.6632,430.404,0.244346,180,0,0,12600,0,0,0,0,0),(136364,33627,603,3,1,27936,0,-829.916,-54.5181,430.246,4.55531,180,0,0,12600,0,0,0,0,0),(136365,33627,603,3,1,27937,0,-798.179,-248.122,432.451,4.70427,180,0,0,12600,0,2,0,0,0),(136366,33627,603,3,1,27936,0,-712.147,-168.241,432.955,2.63086,180,0,0,12600,0,2,0,0,0),(136367,33627,603,3,1,27936,0,-767.843,-217.267,429.967,0.61304,180,0,0,12600,0,2,0,0,0),(136368,33627,603,3,1,27937,0,-731.254,-177.865,430.225,0.534635,180,0,0,12600,0,2,0,0,0),(136369,33627,603,3,1,27935,0,-741.395,-207.977,431.758,4.88029,180,0,0,12600,0,2,0,0,0),(136370,33629,603,3,1,25029,1,-744.199,-41.8189,429.966,3.37403,604800,0,0,50400,0,2,0,0,0),(136371,33118,603,3,1,29185,0,586.542,378.798,360.923,4.7822,604800,0,0,5578000,0,0,0,0,0),(209087,29722,571,1,2,0,0,8284.4,2669.41,689.419,4.65308,300,0,0,12175,0,0,0,0,0),(209086,29722,571,1,2,0,0,8338.52,2740.88,655.542,6.19592,300,0,0,12175,0,0,0,0,0),(209085,29722,571,1,2,0,0,8418.25,2696.34,760.057,3.28026,300,0,0,12175,0,0,0,0,0),(209084,29722,571,1,2,0,0,8382.41,2828.45,717.247,5.77289,300,0,0,12175,0,0,0,0,0),(209083,29722,571,1,2,0,0,8407.96,2796.92,717.907,5.70723,300,0,0,12175,0,0,0,0,0),(209082,29722,571,1,2,0,0,8313.09,2684.89,689.96,5.93412,300,0,0,12175,0,0,0,0,0),(209081,29722,571,1,2,0,0,8413.14,2643.3,760.141,3.28122,300,0,0,12175,0,0,0,0,0),(209080,29722,571,1,2,0,0,8419.52,2697.4,760.141,4.81711,300,0,0,12175,0,0,0,0,0),(136384,32865,603,3,1,28977,1,2131.02,-297.65,438.331,1.69297,604800,0,0,4183500,425800,0,0,0,0),(136385,33121,603,3,1,26154,0,543.22,313.451,360.886,0.10472,604800,0,0,3780000,0,0,0,0,0),(136386,33121,603,3,1,26154,0,630.366,216.772,360.891,3.00197,604800,0,0,3780000,0,0,0,0,0),(136387,33121,603,3,1,26154,0,630.594,231.846,360.891,3.12414,604800,0,0,3780000,0,0,0,0,0),(136388,33121,603,3,1,26154,0,543.356,329.408,360.886,6.24828,604800,0,0,3780000,0,0,0,0,0),(136389,33121,603,3,1,26154,0,630.435,337.246,360.886,3.21141,604800,0,0,3780000,0,0,0,0,0),(136390,33121,603,3,1,26154,0,543.076,247.458,360.888,6.21337,604800,0,0,3780000,0,0,0,0,0),(136391,33121,603,3,1,26154,0,630.493,313.349,360.886,3.05433,604800,0,0,3780000,0,0,0,0,0),(136392,33121,603,3,1,26154,0,630.444,321.406,360.886,3.12414,604800,0,0,3780000,0,0,0,0,0),(136393,33121,603,3,1,26154,0,543.117,232.082,360.891,0.069813,604800,0,0,3780000,0,0,0,0,0),(136394,33121,603,3,1,26154,0,543.161,305.956,360.886,0.15708,604800,0,0,3780000,0,0,0,0,0),(136395,33121,603,3,1,26154,0,543.277,321.482,360.886,0.05236,604800,0,0,3780000,0,0,0,0,0),(136396,33121,603,3,1,26154,0,543.316,337.468,360.886,6.19592,604800,0,0,3780000,0,0,0,0,0),(136397,33121,603,3,1,26154,0,630.366,247.307,360.888,3.21141,604800,0,0,3780000,0,0,0,0,0),(136398,33121,603,3,1,26154,0,630.698,305.311,360.886,3.00197,604800,0,0,3780000,0,0,0,0,0),(136399,33121,603,3,1,26154,0,630.5,224.559,360.891,3.05433,604800,0,0,3780000,0,0,0,0,0),(136400,33121,603,3,1,26154,0,630.668,239.84,360.89,3.15905,604800,0,0,3780000,0,0,0,0,0),(136401,33121,603,3,1,26154,0,543.28,239.674,360.89,6.26573,604800,0,0,3780000,0,0,0,0,0),(136402,33121,603,3,1,26154,0,630.384,329.585,360.886,3.15905,604800,0,0,3780000,0,0,0,0,0),(136403,33121,603,3,1,26154,0,543.265,217.147,360.891,0.174533,604800,0,0,3780000,0,0,0,0,0),(136404,33121,603,3,1,26154,0,543.256,224.831,360.891,0.122173,604800,0,0,3780000,0,0,0,0,0),(136405,34146,603,3,1,27823,0,1883.92,-202.018,413.454,2.11185,180,0,0,12600,0,0,0,0,0),(136406,34146,603,3,1,27823,0,1865.86,-147.47,413.727,6.17846,180,0,0,12600,0,0,0,0,0),(1975231,32892,603,3,1,11686,0,2164.2,-233.47,420,4.45059,604800,0,0,12600,0,0,0,0,0),(1975226,33378,603,3,1,11686,0,2124.3,-222.6,433.3,0.785398,604800,0,0,12600,0,0,0,0,0),(1975227,32892,603,3,1,11686,0,2124.3,-222.6,420,6.26573,604800,0,0,12600,0,0,0,0,0),(136421,32867,603,3,1,28344,0,1587.18,121.027,427.268,-0.905341,604800,0,0,2998175,0,0,0,0,0),(136422,34150,603,3,1,27823,0,1847.27,-262.982,418.15,1.01229,180,0,0,12600,0,0,0,0,0),(136423,34150,603,3,1,27823,0,1940,-345.904,422.956,2.21657,180,0,0,12600,0,0,0,0,0),(136424,34150,603,3,1,27823,0,1785.64,-349.025,412.647,4.85202,180,0,0,12600,0,0,0,0,0),(136425,34150,603,3,1,27823,0,1892.89,-345.69,413.066,3.735,180,0,0,12600,0,0,0,0,0),(136426,34151,603,3,1,27823,0,1921.84,-166.264,415.243,3.00197,180,0,0,12600,0,0,0,0,0),(136427,34151,603,3,1,27823,0,1842.28,-344.044,413.305,5.75959,180,0,0,12600,0,0,0,0,0),(136428,34151,603,3,1,27823,0,1944.57,-390.783,427.564,1.71042,180,0,0,12600,0,0,0,0,0),(136429,34151,603,3,1,27823,0,1989.17,-368.196,422.714,2.42601,180,0,0,12600,0,0,0,0,0),(136430,34151,603,3,1,27823,0,1866.67,-382.491,413.028,1.85005,180,0,0,12600,0,0,0,0,0),(136040,32780,603,3,1,11686,0,2170.63,-259.069,419.358,3.14159,180,0,0,42,0,0,0,0,0),(136039,32780,603,3,1,11686,0,2125.19,-290.218,419.511,1.29154,180,0,0,42,0,0,0,0,0),(136038,32780,603,3,1,11686,0,2120.5,-291.858,419.506,1.16937,180,0,0,42,0,0,0,0,0),(136037,32780,603,3,1,11686,0,2149.19,-291.613,419.408,1.98968,180,0,0,42,0,0,0,0,0),(136036,32780,603,3,1,11686,0,2154.4,-294.622,420.229,2.07694,180,0,0,42,0,0,0,0,0),(1977344,32497,571,1,1,0,0,6364.04,2328.19,473.02,1.23306,300,0,0,12600,0,0,0,0,0),(1975225,32892,603,3,1,11686,0,2104.94,-233.44,420,0.785398,604800,0,0,12600,0,0,0,0,0),(1975219,34096,603,3,1,0,0,1992.16,-99.9681,417.724,3.07563,300,0,0,39099,0,0,0,0,0),(1975218,34096,603,3,1,0,0,1940.04,43.3955,411.353,6.13475,300,0,0,39099,0,0,0,0,0),(1975217,34096,603,3,1,0,0,1990.83,49.5323,417.724,6.13475,300,0,0,39099,0,0,0,0,0),(1975216,34096,603,3,1,0,0,1907.56,-0.803589,417.734,1.06501,300,0,0,39099,0,0,0,0,0),(1975205,22515,603,3,1,16925,0,646.771,277.796,360.802,0,180,0,0,4120,0,0,0,0,0),(1975204,22515,603,3,1,16925,0,526.771,277.796,360.802,0,180,0,0,4120,0,0,0,0,0),(136453,34164,603,3,1,29104,0,-117.892,152.053,432.914,3.07118,604800,0,0,1575000,0,0,0,0,0),(136454,34164,603,3,1,0,0,-182.328,-252.258,369.591,3.28563,604800,0,0,1575000,0,2,0,0,0),(136035,32780,603,3,1,11686,0,2159.76,-293.55,420.229,2.19912,180,0,0,42,0,0,0,0,0),(136034,32780,603,3,1,11686,0,2160.24,-288.635,420.229,2.28638,180,0,0,42,0,0,0,0,0),(136033,32780,603,3,1,11686,0,2164.05,-287.587,420.229,2.37365,180,0,0,42,0,0,0,0,0),(136032,32780,603,3,1,11686,0,2167.86,-287.628,420.229,2.42601,180,0,0,42,0,0,0,0,0),(136031,32780,603,3,1,11686,0,2170.11,-284.57,420.229,2.51327,180,0,0,42,0,0,0,0,0),(136030,32780,603,3,1,11686,0,2171.87,-281.402,420.229,2.60054,180,0,0,42,0,0,0,0,0),(136029,32780,603,3,1,11686,0,2173.18,-277.563,420.229,2.68781,180,0,0,42,0,0,0,0,0),(136028,32780,603,3,1,11686,0,2174.03,-274.158,420.229,2.77507,180,0,0,42,0,0,0,0,0),(136027,32780,603,3,1,11686,0,2174.24,-253.025,420.229,3.28122,180,0,0,42,0,0,0,0,0),(136026,32780,603,3,1,11686,0,2173.47,-248.761,420.229,3.38594,180,0,0,42,0,0,0,0,0),(136025,32780,603,3,1,11686,0,2171.82,-244.906,420.229,3.49066,180,0,0,42,0,0,0,0,0),(136024,32780,603,3,1,11686,0,2170.45,-241.641,420.229,3.57792,180,0,0,42,0,0,0,0,0),(136023,32780,603,3,1,11686,0,2167.86,-238.358,420.229,3.68265,180,0,0,42,0,0,0,0,0),(136022,32780,603,3,1,11686,0,2165.12,-238.593,420.229,3.71755,180,0,0,42,0,0,0,0,0),(136021,32780,603,3,1,11686,0,2160.81,-237.448,420.23,3.82227,180,0,0,42,0,0,0,0,0),(136020,32780,603,3,1,11686,0,2159.64,-234.009,420.23,3.90954,180,0,0,42,0,0,0,0,0),(136019,32780,603,3,1,11686,0,2158.64,-229.606,420.23,4.01426,180,0,0,42,0,0,0,0,0),(136018,32780,603,3,1,11686,0,2154.06,-226.385,420.23,4.17134,180,0,0,42,0,0,0,0,0),(136017,32780,603,3,1,11686,0,2150.92,-225.809,420.23,4.24115,180,0,0,42,0,0,0,0,0),(136016,32780,603,3,1,11686,0,2147.7,-227.183,420.23,4.31096,180,0,0,42,0,0,0,0,0),(136015,32780,603,3,1,11686,0,2143.47,-227.865,420.23,4.43314,180,0,0,42,0,0,0,0,0),(136014,32780,603,3,1,11686,0,2141.24,-225.294,420.23,4.5204,180,0,0,42,0,0,0,0,0),(136013,32780,603,3,1,11686,0,2138.82,-222.189,420.23,4.59022,180,0,0,42,0,0,0,0,0),(136012,32780,603,3,1,11686,0,2134.53,-221.81,420.23,4.71239,180,0,0,42,0,0,0,0,0),(136011,32780,603,3,1,11686,0,2130.72,-221.698,420.23,4.81711,180,0,0,42,0,0,0,0,0),(136010,32780,603,3,1,11686,0,2128.16,-225.033,420.23,4.90438,180,0,0,42,0,0,0,0,0),(136009,32780,603,3,1,11686,0,2126.03,-227.955,420.23,4.97419,180,0,0,42,0,0,0,0,0),(136008,32780,603,3,1,11686,0,2122.89,-227.533,420.23,5.06145,180,0,0,42,0,0,0,0,0),(136007,32780,603,3,1,11686,0,2117.03,-226.16,420.23,5.20108,180,0,0,42,0,0,0,0,0),(136006,32780,603,3,1,11686,0,2119.43,-225.214,420.23,5.13127,180,0,0,42,0,0,0,0,0),(136005,32780,603,3,1,11686,0,2114.07,-226.523,420.23,5.2709,180,0,0,42,0,0,0,0,0),(136004,32780,603,3,1,11686,0,2112.29,-228.544,420.23,5.34071,180,0,0,42,0,0,0,0,0),(136003,32780,603,3,1,11686,0,2109.6,-229.969,420.23,5.42797,180,0,0,42,0,0,0,0,0),(136002,32780,603,3,1,11686,0,2110.59,-234.974,421.543,5.49779,180,0,0,42,0,0,0,0,0),(136001,32780,603,3,1,11686,0,2108.71,-237.192,420.23,5.58505,180,0,0,42,0,0,0,0,0),(136000,32780,603,3,1,11686,0,2104.84,-238.582,420.229,5.67232,180,0,0,42,0,0,0,0,0),(135999,32780,603,3,1,11686,0,2100.34,-239.746,420.229,5.77704,180,0,0,42,0,0,0,0,0),(1975234,33213,603,3,1,0,0,1939.13,-90.8332,411.356,1.00123,300,0,0,14433075,0,0,0,0,0),(135998,32780,603,3,1,11686,0,2098.19,-242.309,420.229,5.84685,180,0,0,42,0,0,0,0,0),(135997,32780,603,3,1,11686,0,2096.49,-244.888,420.229,5.93412,180,0,0,42,0,0,0,0,0),(135996,32780,603,3,1,11686,0,2095.87,-247.617,420.229,5.98648,180,0,0,42,0,0,0,0,0),(135995,32780,603,3,1,11686,0,2094.54,-250.609,420.229,6.07375,180,0,0,42,0,0,0,0,0),(135994,32780,603,3,1,11686,0,2093.77,-253.55,420.229,6.14356,180,0,0,42,0,0,0,0,0),(135993,32780,603,3,1,11686,0,2093.62,-257.098,420.229,6.23082,180,0,0,42,0,0,0,0,0),(135992,32780,603,3,1,11686,0,2096.1,-259.742,420.229,0.034907,180,0,0,42,0,0,0,0,0),(135991,32780,603,3,1,11686,0,2096.46,-265.11,420.229,0.174533,180,0,0,42,0,0,0,0,0),(135990,32780,603,3,1,11686,0,2094.18,-267.787,420.229,0.226893,180,0,0,42,0,0,0,0,0),(135989,32780,603,3,1,11686,0,2093.46,-272.266,420.229,0.331613,180,0,0,42,0,0,0,0,0),(1975215,34096,603,3,1,0,0,1905.12,-46.6376,417.759,2.23133,300,0,0,39099,0,0,0,0,0),(1975214,34096,603,3,1,0,0,1940.24,-90.7078,411.357,2.65151,300,0,0,39099,0,0,0,0,0),(136521,33662,603,3,1,28885,1,-786.215,-84.7696,429.792,1.44862,180,0,0,75600,39940,0,0,0,0),(136522,33662,603,3,1,28885,1,-752.114,-102.089,429.714,6.17846,180,0,0,75600,39940,0,0,0,0),(136523,33662,603,3,1,28886,1,-813.209,-201.445,492.843,0,180,0,0,75600,39940,0,0,0,0),(136524,33662,603,3,1,28884,1,-718.091,-60.1257,429.924,0.959931,180,0,0,75600,39940,0,0,0,0),(136525,33662,603,3,1,28886,1,-673.13,-77.4619,426.448,5.44543,180,0,0,75600,39940,0,0,0,0),(136527,33662,603,3,1,28886,1,-704.212,-94.6969,430.024,2.44346,180,0,0,75600,39940,0,0,0,0),(136528,33662,603,3,1,28886,1,-675.228,-18.3325,426.383,0.942478,180,0,0,75600,39940,0,0,0,0),(136529,33662,603,3,1,28780,1,-800.668,-233.616,429.967,4.62572,180,5,0,75600,39940,1,0,0,0),(136530,33662,603,3,1,28886,1,-775.323,-158.514,429.821,0.836248,180,0,0,75600,39940,0,0,0,0),(136532,33669,603,3,1,28781,1,-742.469,-197.785,429.95,5.74213,180,0,0,12600,0,0,0,0,0),(136533,34183,603,3,1,29115,0,2129.29,211.16,412.382,4.97419,604800,0,0,378000,0,0,0,0,0),(136534,34183,603,3,1,29115,0,2143.67,217.329,412.382,4.71239,604800,0,0,378000,0,0,0,0,0),(136535,34183,603,3,1,29115,0,2092.1,71.2099,412.791,3.83972,604800,0,0,378000,0,0,0,0,0),(136536,34183,603,3,1,29115,0,2124.31,129.004,412.382,2.93215,604800,0,0,378000,0,0,0,0,0),(136537,33672,603,3,1,28934,0,-720.962,-56.7041,429.918,0.715585,180,0,0,9416,8459,0,0,0,0),(136538,33672,603,3,1,28935,0,-783.678,-84.0186,429.893,2.19912,180,0,0,9416,8459,0,0,0,0),(136539,33672,603,3,1,28937,0,-785.867,-80.9595,429.902,5.34071,180,0,0,9416,8459,0,0,0,0),(136540,33672,603,3,1,28937,0,-776.833,-155.477,429.908,0.541052,180,0,0,9416,8459,0,0,0,0),(136541,33672,603,3,1,28936,0,-780.601,-155.25,429.886,0.436332,180,0,0,9416,8459,0,0,0,0),(136542,33672,603,3,1,28936,0,-780.177,-150.535,429.908,0.174533,180,0,0,9416,8459,0,0,0,0),(136545,33672,603,3,1,28937,0,-749.013,-102.378,429.739,3.80482,180,0,0,9416,8459,0,0,0,0),(136546,33672,603,3,1,28934,0,-751.44,-104.293,429.748,0.733038,180,0,0,9416,8459,0,0,0,0),(136548,33672,603,3,1,28937,0,-774.072,-132.095,429.921,5.25344,180,0,0,9416,8459,0,0,0,0),(136549,33672,603,3,1,28934,0,-776.087,-136.063,429.918,5.48033,180,0,0,9416,8459,0,0,0,0),(136550,33672,603,3,1,28935,0,-778.992,-138.653,429.909,5.70723,180,0,0,9416,8459,0,0,0,0),(136552,33672,603,3,1,28936,0,-813.209,-203.945,492.843,0,180,0,0,9416,8459,0,0,0,0),(136553,33672,603,3,1,28935,0,-813.209,-198.945,492.843,0,180,0,0,9416,8459,0,0,0,0),(136554,32906,603,3,1,28777,0,2338.46,-52.3255,425.552,3.1765,604800,0,0,1394500,234190,2,0,0,0),(135988,32780,603,3,1,11686,0,2095.24,-276.875,420.229,0.436332,180,0,0,42,0,0,0,0,0),(136556,34190,603,3,1,26155,0,1683.5,-38.2983,427.578,2.53073,604800,0,0,404430,0,0,0,0,0),(136557,34190,603,3,1,26155,0,1549.07,-36.9229,421.05,1.309,604800,0,0,404430,0,0,0,0,0),(136560,34191,603,3,1,14379,0,2107.08,75.063,412.299,1.49646,604800,5,0,88200,0,1,0,0,0),(136561,34191,603,3,1,14379,0,2094.64,79.3879,412.299,3.81957,604800,5,0,88200,0,1,0,0,0),(136562,34191,603,3,1,14379,0,2102.88,84.5869,412.299,3.22529,604800,5,0,88200,0,1,0,0,0),(136563,34191,603,3,1,14379,0,2103.41,75.714,412.299,4.73081,604800,5,0,88200,0,1,0,0,0),(136564,34191,603,3,1,14379,0,2110.53,134.138,412.382,0,604800,0,0,88200,0,0,0,0,0),(136565,34191,603,3,1,14379,0,2110.29,128.234,412.382,0,604800,0,0,88200,0,0,0,0,0),(136566,34191,603,3,1,14379,0,2109.57,122.041,412.382,0,604800,0,0,88200,0,0,0,0,0),(136567,34191,603,3,1,14379,0,2104.66,136.426,412.382,0,604800,0,0,88200,0,0,0,0,0),(136568,34191,603,3,1,14379,0,2101.69,130.267,412.382,0,604800,0,0,88200,0,0,0,0,0),(136569,34191,603,3,1,14379,0,2103.14,122.724,412.382,0,604800,0,0,88200,0,0,0,0,0),(136570,34191,603,3,1,14379,0,2136.16,283.709,412.791,4.31096,604800,0,0,88200,0,0,0,0,0),(136571,34191,603,3,1,14379,0,2138.57,281.409,412.791,4.13643,604800,0,0,88200,0,0,0,0,0),(136572,34191,603,3,1,14379,0,2141.07,279.348,412.791,3.94444,604800,0,0,88200,0,0,0,0,0),(136573,34191,603,3,1,14379,0,2143.22,277.12,412.791,3.76991,604800,0,0,88200,0,0,0,0,0),(136574,34191,603,3,1,14379,0,2139.2,288.709,412.791,4.27606,604800,0,0,88200,0,0,0,0,0),(136575,34191,603,3,1,14379,0,2141.75,286.636,412.791,4.13643,604800,0,0,88200,0,0,0,0,0),(136578,34192,603,3,1,6977,0,2136.93,287.589,412.791,4.34587,604800,0,0,20000,0,0,0,0,0),(136579,34192,603,3,1,6977,0,2139.3,285.214,412.791,4.20624,604800,0,0,20000,0,0,0,0,0),(136580,34192,603,3,1,6977,0,2141.83,282.907,412.791,4.04916,604800,0,0,20000,0,0,0,0,0),(136581,34192,603,3,1,6977,0,2144.1,280.549,412.791,3.87463,604800,0,0,20000,0,0,0,0,0),(136582,34192,603,3,1,6977,0,2107.85,77.9924,412.382,0,604800,0,0,20000,0,0,0,0,0),(136583,34192,603,3,1,6977,0,2098.91,76.1851,412.382,0,604800,0,0,20000,0,0,0,0,0),(136584,34192,603,3,1,6977,0,2148.34,215.189,412.382,5.0091,604800,0,0,20000,0,0,0,0,0),(136585,34192,603,3,1,6977,0,2125.53,207.632,412.382,5.0091,604800,0,0,20000,0,0,0,0,0),(136586,34193,603,3,1,26474,0,2133.17,214.579,412.382,4.86947,604800,0,0,252000,0,0,0,0,0),(136587,34193,603,3,1,26474,0,2138.45,216.577,412.382,4.81711,604800,0,0,252000,0,0,0,0,0),(136588,34193,603,3,1,26474,0,2119.7,132.116,412.382,5.74213,604800,0,0,252000,0,0,0,0,0),(136589,34193,603,3,1,26474,0,2120.32,124.844,412.382,0.820305,604800,0,0,252000,0,0,0,0,0),(136590,32913,603,3,1,29175,0,2387.63,-179.109,437.211,2.44346,604800,0,0,1394500,0,0,0,0,0),(136591,34193,603,3,1,26474,0,2133.9,279.191,412.791,4.83456,604800,0,0,252000,0,0,0,0,0),(136592,34193,603,3,1,26474,0,2139.59,273.762,412.791,4.2586,604800,0,0,252000,0,0,0,0,0),(136593,32914,603,3,1,29176,0,2199.53,-88.9684,431.522,0.872665,604800,0,0,1394500,0,0,0,0,0),(136594,32915,603,3,1,29174,0,2385.09,131.341,440.201,4.29351,604800,0,0,1533950,4258,0,0,0,0),(136595,34196,603,3,1,29122,0,1604.62,-38.7444,421.046,2.46091,604800,0,0,674050,0,0,0,0,0),(136596,34196,603,3,1,29122,0,1605.14,-11.9312,421.048,3.76991,604800,0,0,674050,0,0,0,0,0),(136597,34196,603,3,1,29122,0,1694.58,92.6263,426.935,4.85202,604800,0,0,674050,0,0,0,0,0),(136598,34196,603,3,1,29122,0,1713.65,92.8016,426.935,4.5204,604800,0,0,674050,0,0,0,0,0),(136599,34197,603,3,1,0,0,1704.72,28.2966,427.321,3.63029,604800,5,0,1145885,0,2,0,0,0),(136600,34197,603,3,1,0,0,1663.78,-46.7228,427.288,2.30272,604800,5,0,1145885,0,2,0,0,0),(136601,34197,603,3,1,5107,0,1629.09,-164.799,427.337,0,604800,0,0,1145885,0,0,0,0,0),(136602,34198,603,3,1,26218,1,1675.95,-36.2576,427.395,5.93412,604800,0,0,337025,62535,0,0,0,0),(136603,34198,603,3,1,26218,1,1551.36,-32.1724,421.05,2.11185,604800,0,0,337025,62535,0,0,0,0),(136604,33430,603,3,1,19775,0,2348.18,-33.4048,425.116,0,604800,0,0,195495,0,2,0,0,0),(136605,33686,603,3,1,6589,0,-764.599,-147.708,430.172,3.19395,180,0,0,17010,0,0,0,0,0),(136606,33430,603,3,1,19775,0,2279.51,-143.864,435.79,2.40879,604800,0,0,195495,0,2,0,0,0),(209033,23286,530,1,1,0,0,-5008.08,445.8,-7.6875,4.84818,120,5,0,1,0,1,0,0,0),(136608,33430,603,3,1,19775,0,2409.21,39.6857,430.82,4.38539,604800,0,0,195495,0,2,0,0,0),(136609,34199,603,3,1,26239,1,1679.21,-29.3899,427.395,3.00197,604800,0,0,471835,0,0,0,0,0),(136610,34199,603,3,1,26239,1,1544.35,-27.5765,421.05,5.79449,604800,5,0,471835,0,1,0,0,0),(136611,33431,603,3,1,28729,0,2236.32,-28.1543,423.078,5.40958,604800,0,0,91231,0,0,0,0,0),(136612,33431,603,3,1,19030,0,2233,-16.6979,423.292,3.80837,604800,5,0,91231,0,1,0,0,0),(136613,33431,603,3,1,8149,0,2233.56,-22.5058,423.319,1.04947,604800,5,0,91231,0,1,0,0,0),(136614,33431,603,3,1,19030,0,2229.88,-12.7556,423.289,1.81625,604800,0,0,91231,0,0,0,0,0),(136615,33431,603,3,1,19030,0,2230.94,-12.4057,423.267,0,604800,0,0,91231,0,0,0,0,0),(136616,33431,603,3,1,19030,0,2221.86,-20.3554,423.086,0,604800,0,0,91231,0,0,0,0,0),(136617,33431,603,3,1,8149,0,2227.04,-17.3682,423.05,0.878161,604800,5,0,91231,0,1,0,0,0),(136618,33431,603,3,1,28727,0,2228.37,-4.15812,423.704,0.825411,604800,5,0,91231,0,1,0,0,0),(136619,33431,603,3,1,28729,0,2225.99,-24.404,423.141,0,604800,0,0,91231,0,0,0,0,0),(136620,33431,603,3,1,28729,0,2235.57,-21.7536,423.339,4.76503,604800,5,0,91231,0,1,0,0,0),(136621,33431,603,3,1,8149,0,2277.91,-107.889,429.937,2.88153,604800,5,0,91231,0,1,0,0,0),(136622,33431,603,3,1,8149,0,2281.98,-110.803,430.312,2.8341,604800,5,0,91231,0,1,0,0,0),(136623,33431,603,3,1,28727,0,2283.42,-114.015,430.937,2.76796,604800,5,0,91231,0,1,0,0,0),(136624,33431,603,3,1,19030,0,2283.18,-112.228,430.562,2.80852,604800,5,0,91231,0,1,0,0,0),(136625,33431,603,3,1,8149,0,2274.16,-104.378,429.312,2.96771,604800,5,0,91231,0,1,0,0,0),(136626,33431,603,3,1,28729,0,2282.22,-108.384,430.062,2.89778,604800,5,0,91231,0,1,0,0,0),(136627,33431,603,3,1,28729,0,2278.83,-116.181,431.437,2.66658,604800,5,0,91231,0,1,0,0,0),(136628,33431,603,3,1,28727,0,2274.56,-110.199,430.187,2.7785,604800,5,0,91231,0,1,0,0,0),(136629,33431,603,3,1,8149,0,2272.52,-107.581,429.687,2.84159,604800,5,0,91231,0,1,0,0,0),(136630,33431,603,3,1,28729,0,2276.66,-114.667,431.187,2.6772,604800,5,0,91231,0,1,0,0,0),(136631,33431,603,3,1,28729,0,2327.88,-0.143912,426.405,5.27153,604800,5,0,91231,0,1,0,0,0),(136632,33431,603,3,1,8149,0,2320.08,-2.33116,425.905,5.46068,604800,5,0,91231,0,1,0,0,0),(136633,33431,603,3,1,28727,0,2323.97,-0.629643,426.655,5.36267,604800,5,0,91231,0,1,0,0,0),(136634,33431,603,3,1,19030,0,2317.96,-0.223973,426.405,5.46275,604800,5,0,91231,0,1,0,0,0),(136635,33431,603,3,1,28727,0,2325.46,-4.9949,425.28,5.40221,604800,5,0,91231,0,1,0,0,0),(136636,33431,603,3,1,19030,0,2323.64,5.89157,428.258,5.28225,604800,5,0,91231,0,1,0,0,0),(136637,33431,603,3,1,8149,0,2320.87,2.19808,427.383,5.37904,604800,5,0,91231,0,1,0,0,0),(136638,33431,603,3,1,19030,0,2321.6,-3.92313,425.655,5.45967,604800,5,0,91231,0,1,0,0,0),(136639,33431,603,3,1,8149,0,2322.64,-7.25968,424.655,5.50275,604800,5,0,91231,0,1,0,0,0),(136640,33431,603,3,1,28727,0,2329.46,-3.13426,425.155,5.27856,604800,5,0,91231,0,1,0,0,0),(136641,33431,603,3,1,28727,0,2410.4,65.768,435.389,2.01642,604800,5,0,91231,0,1,0,0,0),(136642,33431,603,3,1,28729,0,2408.71,58.3048,433.139,1.82844,604800,5,0,91231,0,1,0,0,0),(136643,33431,603,3,1,19030,0,2408.07,56.1312,432.639,1.7888,604800,5,0,91231,0,1,0,0,0),(136644,33431,603,3,1,19030,0,2408.39,69.0306,435.747,1.98594,604800,5,0,91231,0,1,0,0,0),(136645,33431,603,3,1,28729,0,2407.73,64.5624,434.878,2.0008,604800,5,0,91231,0,1,0,0,0),(136646,33431,603,3,1,8149,0,2408.5,59.8562,433.764,2.01563,604800,5,0,91231,0,1,0,0,0),(136647,33431,603,3,1,19030,0,2411.95,66.384,435.639,1.90651,604800,5,0,91231,0,1,0,0,0),(136648,33431,603,3,1,19030,0,2408.99,51.7081,432.014,1.78697,604800,5,0,91231,0,1,0,0,0),(136649,33431,603,3,1,28729,0,2404.73,56.1496,432.639,1.67445,604800,5,0,91231,0,1,0,0,0),(136650,33431,603,3,1,28727,0,2409.38,53.7411,432.264,1.81295,604800,5,0,91231,0,1,0,0,0),(136651,32922,603,3,1,25984,0,2110.24,-213.923,436.857,5.16617,604800,0,0,80886,0,0,0,0,0),(136652,32922,603,3,1,25984,0,2095.97,-213.634,445.036,5.37561,604800,0,0,80886,0,0,0,0,0),(136653,32922,603,3,1,25984,0,2093.82,-231.533,432.818,5.63741,604800,0,0,80886,0,0,0,0,0),(136654,32922,603,3,1,25984,0,2076.95,-244.528,442.998,5.96903,604800,0,0,80886,0,0,0,0,0),(136655,32922,603,3,1,25984,0,2077.98,-272.724,438.925,0.191986,604800,0,0,80886,0,0,0,0,0),(136656,32922,603,3,1,25984,0,2087.4,-301.326,443.005,0.698132,604800,0,0,80886,0,0,0,0,0),(136657,32922,603,3,1,25984,0,2091.17,-286.804,430.781,0.523599,604800,0,0,80886,0,0,0,0,0),(136658,32922,603,3,1,25984,0,2177.83,-295.005,434.846,2.35619,604800,0,0,80886,0,0,0,0,0),(136659,32922,603,3,1,25984,0,2189.87,-278.583,438.928,2.87979,604800,0,0,80886,0,0,0,0,0),(136660,32922,603,3,1,25984,0,2197.19,-256.436,445.037,3.24631,604800,0,0,80886,0,0,0,0,0),(136661,32922,603,3,1,25984,0,2185.87,-254.436,432.798,3.29867,604800,0,0,80886,0,0,0,0,0),(136662,32922,603,3,1,25984,0,2179.62,-227.25,442.009,3.89208,604800,0,0,80886,0,0,0,0,0),(136663,32922,603,3,1,25984,0,2161.18,-218.451,432.811,4.17134,604800,0,0,80886,0,0,0,0,0),(136664,32923,603,3,1,28580,0,2193.75,-292.545,449.069,3.21141,180,0,0,18900,0,0,0,0,0),(136665,32923,603,3,1,28580,0,2178.55,-286.8,430.795,2.51327,180,0,0,18900,0,0,0,0,0),(136666,32923,603,3,1,28580,0,2177.76,-292.516,432.814,2.3911,180,0,0,18900,0,0,0,0,0),(136667,32923,603,3,1,28580,0,2178.61,-299.455,438.917,2.30383,180,0,0,18900,0,0,0,0,0),(136668,32923,603,3,1,28580,0,2186.39,-292.184,440.98,2.51327,180,0,0,18900,0,0,0,0,0),(136669,32923,603,3,1,28580,0,2184.1,-304.141,447.037,2.32129,180,0,0,18900,0,0,0,0,0),(136670,32923,603,3,1,28580,0,2185.45,-274.37,432.804,2.93215,180,0,0,18900,0,0,0,0,0),(136671,32923,603,3,1,28580,0,2189.09,-274.368,436.838,2.94961,180,0,0,18900,0,0,0,0,0),(136672,32923,603,3,1,28580,0,2193.43,-266.823,440.96,3.08923,180,0,0,18900,0,0,0,0,0),(136673,32923,603,3,1,28580,0,2192.18,-282.637,442.998,2.82743,180,0,0,18900,0,0,0,0,0),(136674,32923,603,3,1,28580,0,2199.59,-279.142,449.1,2.9147,180,0,0,18900,0,0,0,0,0),(136675,32923,603,3,1,28580,0,2199.07,-267.828,447.077,3.07178,180,0,0,18900,0,0,0,0,0),(136676,32923,603,3,1,28580,0,2184.24,-269.38,430.788,3.01942,180,0,0,18900,0,0,0,0,0),(136677,32923,603,3,1,28580,0,2185.79,-278.182,434.833,2.86234,180,0,0,18900,0,0,0,0,0),(136678,32923,603,3,1,28580,0,2191.54,-269.729,438.919,3.03687,180,0,0,18900,0,0,0,0,0),(136679,32923,603,3,1,28580,0,2194.43,-276.351,442.961,2.93215,180,0,0,18900,0,0,0,0,0),(136680,32923,603,3,1,28580,0,2196.2,-281.951,447.042,2.86234,180,0,0,18900,0,0,0,0,0),(136681,32923,603,3,1,28580,0,2200.95,-267.306,449.114,3.08923,180,0,0,18900,0,0,0,0,0),(136682,32923,603,3,1,28580,0,2181.97,-248.535,430.753,3.4383,180,0,0,18900,0,0,0,0,0),(136683,32923,603,3,1,28580,0,2185.63,-247.405,434.837,3.4383,180,0,0,18900,0,0,0,0,0),(136684,32923,603,3,1,28580,0,2189.51,-258.295,436.863,3.22886,180,0,0,18900,0,0,0,0,0),(136685,32923,603,3,1,28580,0,2200.71,-251.84,449.088,3.29867,180,0,0,18900,0,0,0,0,0),(136686,32923,603,3,1,28580,0,2194.08,-243.276,445.031,3.45575,180,0,0,18900,0,0,0,0,0),(136687,32923,603,3,1,28580,0,2195.15,-251.153,442.98,3.33358,180,0,0,18900,0,0,0,0,0),(136688,32923,603,3,1,28580,0,2178.26,-234.068,439.581,3.49066,180,0,0,18900,0,0,0,0,0),(136689,32923,603,3,1,28580,0,2181.94,-238.58,434.834,3.61283,180,0,0,18900,0,0,0,0,0),(136690,32923,603,3,1,28580,0,2182.5,-234.925,445.771,3.66519,180,0,0,18900,0,0,0,0,0),(136691,32923,603,3,1,28580,0,2187.5,-232.918,456.92,3.38594,180,0,0,18900,0,0,0,0,0),(136692,32923,603,3,1,28580,0,2184.62,-222.366,457.92,4.2237,180,0,0,18900,0,0,0,0,0),(136693,32923,603,3,1,28580,0,2191.95,-229.319,468.174,3.54302,180,0,0,18900,0,0,0,0,0),(136694,32923,603,3,1,28580,0,2166.38,-222.564,432.873,4.10152,180,0,0,18900,0,0,0,0,0),(136695,32923,603,3,1,28580,0,2161.32,-222.722,428.718,4.24115,180,0,0,18900,0,0,0,0,0),(136696,32923,603,3,1,28580,0,2165.7,-216.552,437.482,4.11898,180,0,0,18900,0,0,0,0,0),(136697,32923,603,3,1,28580,0,2172.48,-215.681,446.296,4.03171,180,0,0,18900,0,0,0,0,0),(136698,32923,603,3,1,28580,0,2170.81,-208.646,447.254,4.11898,180,0,0,18900,0,0,0,0,0),(136699,32923,603,3,1,28580,0,2164.44,-204.417,449.036,4.2237,180,0,0,18900,0,0,0,0,0),(136700,32923,603,3,1,28580,0,2111.66,-219.159,430.77,5.18363,180,0,0,18900,0,0,0,0,0),(136701,32923,603,3,1,28580,0,2109.83,-216.211,434.81,5.20108,180,0,0,18900,0,0,0,0,0),(136702,32923,603,3,1,28580,0,2100.14,-217.783,438.879,5.35816,180,0,0,18900,0,0,0,0,0),(136703,32923,603,3,1,28580,0,2101.65,-211.524,442.959,5.2709,180,0,0,18900,0,0,0,0,0),(136704,32923,603,3,1,28580,0,2105.1,-204.009,449.074,5.16617,180,0,0,18900,0,0,0,0,0),(136705,32923,603,3,1,28580,0,2105.72,-213.887,438.883,5.23599,180,0,0,18900,0,0,0,0,0),(136706,32923,603,3,1,28580,0,2093.1,-235.128,430.762,5.70723,180,0,0,18900,0,0,0,0,0),(136707,32923,603,3,1,28580,0,2086.43,-236.845,436.861,5.79449,180,0,0,18900,0,0,0,0,0),(136708,32923,603,3,1,28580,0,2090.16,-227.646,438.9,5.61996,180,0,0,18900,0,0,0,0,0),(136709,32923,603,3,1,28580,0,2083.78,-233.255,440.947,5.75959,180,0,0,18900,0,0,0,0,0),(136710,32923,603,3,1,28580,0,2082.41,-227.753,444.991,5.68977,180,0,0,18900,0,0,0,0,0),(136711,32923,603,3,1,28580,0,2083.46,-220.87,449.11,5.32325,180,0,0,18900,0,0,0,0,0),(136712,32923,603,3,1,28580,0,2085.77,-278.108,432.796,0.314159,180,0,0,18900,0,0,0,0,0),(136713,32923,603,3,1,28580,0,2082.43,-279.181,436.843,0.314159,180,0,0,18900,0,0,0,0,0),(136714,32923,603,3,1,28580,0,2080.09,-268.561,436.861,0.122173,180,0,0,18900,0,0,0,0,0),(136715,32923,603,3,1,28580,0,2076.67,-281.238,443.013,0.314159,180,0,0,18900,0,0,0,0,0),(136716,32923,603,3,1,28580,0,2070.95,-275.786,447.029,0.314159,180,0,0,18900,0,0,0,0,0),(136717,32923,603,3,1,28580,0,2073.01,-269.083,444.984,0.10472,180,0,0,18900,0,0,0,0,0),(136718,32923,603,3,1,28580,0,2085.42,-258.031,430.779,6.17846,180,0,0,18900,0,0,0,0,0),(136719,32923,603,3,1,28580,0,2085.04,-249.688,432.797,6.02139,180,0,0,18900,0,0,0,0,0),(136720,32923,603,3,1,28580,0,2081.76,-248.184,436.858,6.00393,180,0,0,18900,0,0,0,0,0),(136721,32923,603,3,1,28580,0,2076.05,-253.313,440.97,6.10865,180,0,0,18900,0,0,0,0,0),(136722,32923,603,3,1,28580,0,2072.73,-250.245,445.018,6.07375,180,0,0,18900,0,0,0,0,0),(136723,32923,603,3,1,28580,0,2071.74,-242.53,449.109,5.98648,180,0,0,18900,0,0,0,0,0),(136724,32923,603,3,1,28580,0,2086.54,-289.927,436.879,0.523599,180,0,0,18900,0,0,0,0,0),(136725,32923,603,3,1,28580,0,2096.15,-293.986,430.76,0.698132,180,0,0,18900,0,0,0,0,0),(136726,32923,603,3,1,28580,0,2090.54,-299.068,438.92,0.698132,180,0,0,18900,0,0,0,0,0),(136727,32923,603,3,1,28580,0,2082.36,-289.917,440.969,0.488692,180,0,0,18900,0,0,0,0,0),(136728,32923,603,3,1,28580,0,2091.47,-291.981,432.8,0.610865,180,0,0,18900,0,0,0,0,0),(136729,32923,603,3,1,28580,0,2081.7,-300.628,447.058,0.628319,180,0,0,18900,0,0,0,0,0),(136730,32924,603,3,1,28580,0,2190.87,-235.03,445.051,3.59538,604800,0,0,40443,4169,0,0,0,0),(136731,32924,603,3,1,28580,0,2176.29,-229.21,439.563,3.89208,604800,0,0,40443,4169,0,0,0,0),(136732,32924,603,3,1,28580,0,2176.49,-211.356,451.575,4.03171,604800,0,0,40443,4169,0,0,0,0),(136733,32924,603,3,1,28580,0,2162.1,-212.76,438.924,4.20624,604800,0,0,40443,4169,0,0,0,0),(136734,32924,603,3,1,28580,0,2185.13,-289.892,438.922,2.54818,604800,0,0,40443,4169,0,0,0,0),(136735,32924,603,3,1,28580,0,2183.08,-297.288,440.929,2.3911,604800,0,0,40443,4169,0,0,0,0),(136736,32924,603,3,1,28580,0,2181.9,-278.358,430.781,2.74017,604800,0,0,40443,4169,0,0,0,0),(136737,32924,603,3,1,28580,0,2197.42,-246.554,447.065,3.38594,604800,0,0,40443,4169,0,0,0,0),(136738,32924,603,3,1,28580,0,2188.65,-249.438,436.891,3.38594,604800,0,0,40443,4169,0,0,0,0),(136739,32925,603,3,1,28581,0,2187.69,-270.488,434.832,3.01942,604800,0,0,40443,4169,0,0,0,0),(136740,32925,603,3,1,28581,0,2193.33,-257.943,440.949,3.22886,604800,0,0,40443,4169,0,0,0,0),(136741,32925,603,3,1,28581,0,2191.72,-247.573,440.946,3.40339,604800,0,0,40443,4169,0,0,0,0),(136742,32925,603,3,1,28581,0,2181.61,-224.316,447.512,3.82227,604800,0,0,40443,4169,0,0,0,0),(136743,32925,603,3,1,28581,0,2178.52,-240.156,430.756,3.61283,604800,0,0,40443,4169,0,0,0,0),(136744,32925,603,3,1,28581,0,2162.94,-207.222,445.019,4.24115,604800,0,0,40443,4169,0,0,0,0),(136745,32925,603,3,1,28581,0,2169.97,-218.059,441.236,4.03171,604800,0,0,40443,4169,0,0,0,0),(136746,32925,603,3,1,28581,0,2108.07,-208.596,442.986,5.16617,604800,0,0,40443,4169,0,0,0,0),(136747,32925,603,3,1,28581,0,2102.01,-220.66,434.848,5.35816,604800,0,0,40443,4169,0,0,0,0),(136748,32925,603,3,1,28581,0,2077.76,-232.818,447.073,5.79449,604800,0,0,40443,4169,0,0,0,0),(136749,32925,603,3,1,28581,0,2089.41,-225.486,440.96,5.67232,604800,0,0,40443,4169,0,0,0,0),(136750,32925,603,3,1,28581,0,2089.53,-238.313,432.82,5.79449,604800,0,0,40443,4169,0,0,0,0),(136751,32925,603,3,1,28581,0,2079.95,-256.325,436.876,6.16101,604800,0,0,40443,4169,0,0,0,0),(136752,32925,603,3,1,28581,0,2070.53,-254.7,447.074,0.436332,604800,0,0,40443,4169,0,0,0,0),(136753,32925,603,3,1,28581,0,2068.65,-270.917,449.112,0.226893,604800,0,0,40443,4169,0,0,0,0),(136754,32925,603,3,1,28581,0,2083.47,-269.365,432.825,0.139626,604800,0,0,40443,4169,0,0,0,0),(136755,32925,603,3,1,28581,0,2079.16,-291.637,445.029,0.488692,604800,0,0,40443,4169,0,0,0,0),(136756,32925,603,3,1,28581,0,2093.31,-296.653,434.853,0.698132,604800,0,0,40443,4169,0,0,0,0),(136757,32925,603,3,1,28581,0,2173.31,-294.634,430.801,2.28638,604800,0,0,40443,4169,0,0,0,0),(136758,32925,603,3,1,28581,0,2188.81,-295.889,445.046,2.49582,604800,0,0,40443,4169,0,0,0,0),(136759,32925,603,3,1,28581,0,2197.29,-272.726,445.048,3.00197,604800,0,0,40443,4169,0,0,0,0),(136760,32927,603,3,1,28381,0,1589.54,106.986,427.419,2.33874,604800,0,0,2998175,4258,0,0,0,0),(136761,33696,603,3,1,27212,1,-773.566,-144.684,429.926,5.91667,604800,0,0,100800,88140,0,0,0,0),(136762,32930,603,3,1,28638,0,1797.15,-24.4027,448.741,3.1935,604800,0,0,3625700,0,0,0,0,0),(136763,33699,603,3,1,5988,0,1941.58,57.7928,411.445,4.57276,604800,0,0,808860,166760,0,0,0,0),(136764,33699,603,3,1,5988,0,2051.24,27.2446,411.445,3.26377,604800,0,0,808860,166760,0,0,0,0),(136765,33699,603,3,1,5988,0,1939.85,-105.476,411.445,1.62316,604800,0,0,808860,166760,0,0,0,0),(136766,33699,603,3,1,5988,0,2051.93,-75.6775,411.445,3.01942,604800,0,0,808860,166760,0,0,0,0),(136767,33701,603,3,1,28826,0,-771.144,-147.649,430.055,0.069813,180,0,0,12600,0,0,0,0,0),(151840,24321,571,1,2,0,0,913.323,-5580.62,201.56,1.16937,300,0,0,1,0,0,0,0,0),(1975780,37985,631,3,16,0,0,4244.83,2493.18,387.677,4.29139,10,10,0,0,0,1,0,0,0),(1975779,37985,631,3,16,0,0,4243.29,2476.89,386.076,0,10,10,0,0,0,1,0,0,0),(1975778,37985,631,3,16,0,0,4236.75,2500.62,383.373,5.97527,10,10,0,0,0,1,0,0,0),(1975777,37985,631,3,16,0,0,4231.61,2464.44,389.011,0,10,10,0,0,0,1,0,0,0),(1975776,37985,631,3,16,0,0,4222.26,2455.2,385.568,0,10,10,0,0,0,1,0,0,0),(1975775,37985,631,3,16,0,0,4220.35,2515.16,388.649,2.34469,10,10,0,0,0,1,0,0,0),(1975793,22515,631,15,1,0,0,4241.19,2557.49,364.952,0,120,0,0,0,0,0,0,0,0),(136778,33721,603,3,1,26937,0,-759.845,-151.133,438.61,0,180,0,0,12600,3994,0,0,0,0),(136779,34234,603,3,1,29122,0,321.155,-48.3125,409.887,3.07178,604800,0,0,269620,0,0,0,0,0),(136780,34234,603,3,1,29122,0,320.356,-92.4253,409.887,2.94961,604800,0,0,269620,0,0,0,0,0),(136781,34234,603,3,1,29122,0,322.833,-7.36979,409.887,3.15905,604800,0,0,269620,0,0,0,0,0),(136782,34234,603,3,1,29122,0,323.155,36.0382,409.887,3.26377,604800,0,0,269620,0,0,0,0,0),(136783,33722,603,3,1,5988,0,1925.28,47.686,411.445,5.89921,604800,0,0,808860,166760,0,0,0,0),(136784,33722,603,3,1,5988,0,2039.24,40.0091,411.445,4.53786,604800,0,0,808860,166760,0,0,0,0),(136785,33722,603,3,1,5988,0,1925.37,-96.4431,411.445,0.401426,604800,0,0,808860,166760,0,0,0,0),(136786,33722,603,3,1,5988,0,2039.24,-88.857,411.445,1.76278,604800,0,0,808860,166760,0,0,0,0),(136787,34234,603,3,1,0,0,-207.395,-164.475,411.554,4.75339,604800,5,0,269620,0,2,0,0,0),(136788,34234,603,3,1,29122,0,99.4744,202.612,409.887,4.7822,604800,0,0,269620,0,0,0,0,0),(136789,34234,603,3,1,29122,0,-373.42,78.3397,410.054,2.3199,604800,5,0,269620,0,1,0,0,0),(136790,34234,603,3,1,29122,0,-384.961,-134.407,412.902,0.055303,604800,5,0,269620,0,1,0,0,0),(136791,34234,603,3,1,29122,0,296.99,321.792,409.929,5.30282,604800,5,0,269620,0,1,0,0,0),(136792,34234,603,3,1,29122,0,-45.8332,137.67,432.914,2.64736,604800,5,0,269620,0,1,0,0,0),(136793,34234,603,3,1,29122,0,54.7604,-290.023,411.475,1.58825,604800,0,0,269620,0,0,0,0,0),(136794,34234,603,3,1,29122,0,297.612,273.397,410.045,1.61371,604800,5,0,269620,0,1,0,0,0),(136795,34234,603,3,1,29122,0,94.2795,-134.943,409.838,1.58825,604800,0,0,269620,0,0,0,0,0),(136796,34234,603,3,1,0,0,-510.302,-81.1257,409.929,1.84779,604800,5,0,269620,0,2,0,0,0),(136797,34234,603,3,1,0,0,-259.824,-137.486,409.929,1.68638,604800,5,0,269620,0,2,0,0,0),(136798,34234,603,3,1,0,0,6.13889,-89.7182,409.929,1.68818,604800,5,0,269620,0,2,0,0,0),(136799,34234,603,3,1,29122,0,-129.11,130.298,433.039,0.787193,604800,5,0,269620,0,1,0,0,0),(136800,34234,603,3,1,0,0,-516.804,69.872,409.929,4.73541,604800,5,0,269620,0,2,0,0,0),(136801,34234,603,3,1,0,0,-427.598,28.9897,409.834,1.6764,604800,5,0,269620,0,2,0,0,0),(136802,34234,603,3,1,0,0,-424.661,-61.553,409.929,4.68579,604800,5,0,269620,0,2,0,0,0),(136803,34234,603,3,1,0,0,40.9199,-333.899,410.944,1.29433,604800,5,0,269620,0,2,0,0,0),(136804,34234,603,3,1,29122,0,101.086,135.064,409.887,4.7822,604800,0,0,269620,0,0,0,0,0),(136805,34234,603,3,1,29122,0,128.514,201.605,411.904,4.7822,604800,0,0,269620,0,0,0,0,0),(136806,34234,603,3,1,29122,0,-38.2285,189.437,432.961,5.24457,604800,5,0,269620,0,1,0,0,0),(136807,34234,603,3,1,29122,0,128.946,139.255,409.887,4.7822,604800,0,0,269620,0,0,0,0,0),(136808,34234,603,3,1,0,0,105.727,-25.1217,409.65,4.68381,604800,5,0,269620,0,2,0,0,0),(136809,34234,603,3,1,0,0,3.18761,8.03364,409.929,4.61902,604800,5,0,269620,0,2,0,0,0),(136810,34234,603,3,1,29122,0,79.1079,-296.749,411.344,1.53591,604800,0,0,269620,0,0,0,0,0),(136811,34234,603,3,1,0,0,-184.534,-69.9719,409.9,4.73669,604800,5,0,269620,0,2,0,0,0),(136812,34234,603,3,1,29122,0,-118.738,178.987,432.851,0.172681,604800,5,0,269620,0,1,0,0,0),(136813,34234,603,3,1,0,0,-80.3617,-58.1196,409.889,1.05758,604800,5,0,269620,0,2,0,0,0),(136814,34234,603,3,1,0,0,-139.053,-46.1331,409.914,1.68521,604800,5,0,269620,0,2,0,0,0),(136815,34234,603,3,1,29122,0,52.1493,-134.547,409.814,1.58825,604800,0,0,269620,0,0,0,0,0),(136816,33725,603,3,1,16925,0,2134.93,-339.696,437.311,0,604800,0,0,12600,0,0,0,0,0),(136817,33214,603,3,1,0,0,258.635,49.4105,472.742,6.23371,60,0,0,6000,0,0,0,0,0),(136818,33214,603,3,1,0,0,139.5,320.38,478.828,3.06137,60,0,0,6000,0,0,0,0,0),(136819,33214,603,3,1,0,0,-166.072,8.35549,489.417,3.05071,60,0,0,6000,0,0,0,0,0),(136820,33214,603,3,1,0,0,-113.712,-0.380384,481.015,2.89022,60,0,0,6000,0,0,0,0,0),(136821,33214,603,3,1,0,0,-50.7394,-299.134,434.671,1.34227,60,0,0,6000,0,0,0,0,0),(136822,33214,603,3,1,0,0,-105.602,-105.148,468.897,0.891995,60,0,0,6000,0,0,0,0,0),(136823,33214,603,3,1,0,0,280.209,50.9519,475.942,0.125323,60,0,0,6000,0,0,0,0,0),(136824,33214,603,3,1,0,0,111.332,-318.567,465.357,3.44865,60,0,0,6000,0,0,0,0,0),(136825,33214,603,3,1,0,0,-84.9042,-52.5393,477.609,1.39426,60,0,0,6000,0,0,0,0,0),(136826,33214,603,3,1,0,0,66.8388,-169.773,487.852,2.04378,60,0,0,6000,0,0,0,0,0),(136827,33214,603,3,1,0,0,19.2691,132.051,480.604,5.16471,60,0,0,6000,0,0,0,0,0),(136828,33214,603,3,1,0,0,328.18,-119.956,475.98,1.17167,60,0,0,6000,0,0,0,0,0),(136829,33214,603,3,1,0,0,19.4062,-9.89898,480.604,3.76015,60,0,0,6000,0,0,0,0,0),(136830,33214,603,3,1,0,0,-334.373,30.6994,460.041,3.02898,60,0,0,6000,0,0,0,0,0),(136831,33214,603,3,1,0,0,-167.937,-294.064,418.967,1.33171,60,0,0,6000,0,0,0,0,0),(136832,33214,603,3,1,0,0,475.196,189.629,471.613,3.1383,60,0,0,6000,0,0,0,0,0),(136833,33214,603,3,1,0,0,24.1112,-5.66054,480.604,4.0127,60,0,0,6000,0,0,0,0,0),(136834,33214,603,3,1,0,0,441.481,-172.079,464.45,4.71716,60,0,0,6000,0,0,0,0,0),(136835,33214,603,3,1,0,0,72.9102,-259.599,483.218,1.56279,60,0,0,6000,0,0,0,0,0),(136836,33214,603,3,1,0,0,115.263,283.153,481.706,4.57272,60,0,0,6000,0,0,0,0,0),(136837,33214,603,3,1,0,0,-417.223,3.11017,482.703,3.10693,60,0,0,6000,0,0,0,0,0),(136838,33214,603,3,1,0,0,111.779,241.399,480.679,4.68709,60,0,0,6000,0,0,0,0,0),(136839,33214,603,3,1,0,0,-301.554,-3.94843,484.769,3.02965,60,0,0,6000,0,0,0,0,0),(136840,33214,603,3,1,0,0,206.117,-137.637,465.908,4.7445,60,0,0,6000,0,0,0,0,0),(136841,33214,603,3,1,0,0,4.38229,-15.5089,480.574,3.25054,60,0,0,6000,0,0,0,0,0),(136842,33214,603,3,1,0,0,-203.245,-226.505,434.357,3.28937,60,0,0,6000,0,0,0,0,0),(136843,33214,603,3,1,0,0,-65.4414,-26.6142,474.577,0.166172,60,0,0,6000,0,0,0,0,0),(136844,33214,603,3,1,0,0,113.761,270.463,481.483,4.61199,60,0,0,6000,0,0,0,0,0),(136845,33214,603,3,1,0,0,-38.9599,-15.3376,480.624,3.12545,60,0,0,6000,0,0,0,0,0),(136846,33214,603,3,1,0,0,-404.921,-115.83,467.111,5.88481,60,0,0,6000,0,0,0,0,0),(136847,33214,603,3,1,0,0,-415.63,81.6631,466.787,2.99381,60,0,0,6000,0,0,0,0,0),(136848,33214,603,3,1,0,0,-233.567,-232.677,422.764,3.46498,60,0,0,6000,0,0,0,0,0),(136849,33214,603,3,1,0,0,377.69,70.5767,476.371,4.34197,60,0,0,6000,0,0,0,0,0),(136850,33214,603,3,1,0,0,312.736,-235.559,468.099,1.72436,60,0,0,6000,0,0,0,0,0),(136851,33214,603,3,1,0,0,-276.315,33.1802,459.953,3.17876,60,0,0,6000,0,0,0,0,0),(136852,33214,603,3,1,0,0,-426.19,3.54054,482.584,3.12448,60,0,0,6000,0,0,0,0,0),(136853,33214,603,3,1,0,0,-143.465,-104.363,467.111,0.307166,60,0,0,6000,0,0,0,0,0),(136854,33214,603,3,1,0,0,313.955,-242.38,466.729,1.77211,60,0,0,6000,0,0,0,0,0),(136855,33214,603,3,1,0,0,281.739,292.108,477.178,2.90827,60,0,0,6000,0,0,0,0,0),(136856,33214,603,3,1,0,0,-381.268,-69.3575,463.15,5.98758,60,0,0,6000,0,0,0,0,0),(136857,33214,603,3,1,0,0,351.909,198.248,488.309,1.58827,60,0,0,6000,0,0,0,0,0),(136858,33214,603,3,1,0,0,-30.0203,-102.123,481.762,2.59299,60,0,0,6000,0,0,0,0,0),(136859,33214,603,3,1,0,0,319.112,-260.028,464.244,1.94367,60,0,0,6000,0,0,0,0,0),(136860,33214,603,3,1,0,0,-261.261,-347.847,426.478,4.9892,60,0,0,6000,0,0,0,0,0),(136861,33214,603,3,1,0,0,344.828,-71.6687,469.327,1.44456,60,0,0,6000,0,0,0,0,0),(136862,33214,603,3,1,0,0,-88.5919,155.691,480.604,0.007789,60,0,0,6000,0,0,0,0,0),(136863,33214,603,3,1,0,0,384.217,-2.07122,476.371,5.99719,60,0,0,6000,0,0,0,0,0),(136864,33214,603,3,1,0,0,-426.1,3.41496,461.614,3.15618,60,0,0,6000,0,0,0,0,0),(136865,33214,603,3,1,0,0,403.108,-296.593,464.652,3.78286,60,0,0,6000,0,0,0,0,0),(136866,33214,603,3,1,0,0,-280.353,25.8944,476.172,2.97826,60,0,0,6000,0,0,0,0,0),(136867,33214,603,3,1,0,0,-414.818,-12.7336,459.973,3.11446,60,0,0,6000,0,0,0,0,0),(136868,33214,603,3,1,0,0,441.307,-182.892,464.591,4.6737,60,0,0,6000,0,0,0,0,0),(136869,33214,603,3,1,0,0,368.535,-311.519,464.652,3.19066,60,0,0,6000,0,0,0,0,0),(136870,33214,603,3,1,0,0,-58.971,-237.059,431.722,2.11655,60,0,0,6000,0,0,0,0,0),(136871,33214,603,3,1,0,0,-455.397,2.77045,459.75,3.15272,60,0,0,6000,0,0,0,0,0),(136872,33214,603,3,1,0,0,-209.099,-227.393,432.989,3.29598,60,0,0,6000,0,0,0,0,0),(136873,33214,603,3,1,0,0,426.714,183.395,471.006,3.46218,60,0,0,6000,0,0,0,0,0),(136874,33214,603,3,1,0,0,-341.92,-373.795,418.04,4.74354,60,0,0,6000,0,0,0,0,0),(136875,33214,603,3,1,0,0,372.005,-311.162,464.651,3.29358,60,0,0,6000,0,0,0,0,0),(136876,33214,603,3,1,0,0,-4.52394,-117.42,486.361,2.61292,60,0,0,6000,0,0,0,0,0),(136877,33214,603,3,1,0,0,-63.6646,-325.849,435.453,0.929015,60,0,0,6000,0,0,0,0,0),(136878,33214,603,3,1,0,0,-419.897,-71.0565,482.345,0.007124,60,0,0,6000,0,0,0,0,0),(136879,33214,603,3,1,0,0,-302.618,31.4145,465.623,3.09141,60,0,0,6000,0,0,0,0,0),(136880,33214,603,3,1,0,0,-418.172,3.49806,462.41,3.14822,60,0,0,6000,0,0,0,0,0),(136881,33214,603,3,1,0,0,401.9,-5.92901,476.371,6.12951,60,0,0,6000,0,0,0,0,0),(136882,33214,603,3,1,0,0,215.04,316.467,473.045,2.82136,60,0,0,6000,0,0,0,0,0),(136883,33214,603,3,1,0,0,124.75,55.8842,462.744,5.45148,60,0,0,6000,0,0,0,0,0),(136884,33214,603,3,1,0,0,423.247,190.982,485.464,3.95639,60,0,0,6000,0,0,0,0,0),(136885,33214,603,3,1,0,0,-179.703,16.0907,467.538,3.17555,60,0,0,6000,0,0,0,0,0),(136886,33214,603,3,1,0,0,441.006,-188.665,464.637,4.64671,60,0,0,6000,0,0,0,0,0),(136887,33214,603,3,1,0,0,-138.096,-50.3656,484.905,2.78558,60,0,0,6000,0,0,0,0,0),(136888,33214,603,3,1,0,0,9.42913,-14.2137,480.595,3.36624,60,0,0,6000,0,0,0,0,0),(136889,33214,603,3,1,0,0,-130.519,-99.7497,467.111,0.385725,60,0,0,6000,0,0,0,0,0),(136890,33214,603,3,1,0,0,21.6487,125.864,480.604,5.00742,60,0,0,6000,0,0,0,0,0),(136891,33214,603,3,1,0,0,-111.655,153.944,480.604,0.144506,60,0,0,6000,0,0,0,0,0),(136892,33214,603,3,1,0,0,506.515,147.462,485.464,6.25492,60,0,0,6000,0,0,0,0,0),(136893,33214,603,3,1,0,0,175.758,-54.2964,465.908,5.49124,60,0,0,6000,0,0,0,0,0),(136894,33214,603,3,1,0,0,167.041,44.798,462.739,0.139633,60,0,0,6000,0,0,0,0,0),(136895,33214,603,3,1,0,0,292.651,134.731,476.383,1.64146,60,0,0,6000,0,0,0,0,0),(136896,33214,603,3,1,0,0,382.802,84.2061,476.371,4.3892,60,0,0,6000,0,0,0,0,0),(136897,33214,603,3,1,0,0,73.7543,-9.88446,465.908,5.79663,60,0,0,6000,0,0,0,0,0),(136898,33214,603,3,1,0,0,351.879,201.307,488.372,1.57341,60,0,0,6000,0,0,0,0,0),(136899,33214,603,3,1,0,0,386.304,104.805,476.371,4.76449,60,0,0,6000,0,0,0,0,0),(136900,33214,603,3,1,0,0,344.026,-76.7458,469.706,1.38354,60,0,0,6000,0,0,0,0,0),(136901,33214,603,3,1,0,0,203.124,52.7049,462.197,0.152689,60,0,0,6000,0,0,0,0,0),(136902,33214,603,3,1,0,0,241.076,51.2367,468.617,6.15359,60,0,0,6000,0,0,0,0,0),(136903,33214,603,3,1,0,0,123.766,-33.2597,465.908,6.22311,60,0,0,6000,0,0,0,0,0),(136904,33214,603,3,1,0,0,438.475,-51.8951,470.16,4.76412,60,0,0,6000,0,0,0,0,0),(136905,33214,603,3,1,0,0,752.579,154.036,478.445,1.67578,60,0,0,6000,0,0,0,0,0),(136906,33214,603,3,1,0,0,140.407,46.2978,462.843,6.01592,60,0,0,6000,0,0,0,0,0),(136907,33214,603,3,1,0,0,441.345,-181.831,464.58,4.67839,60,0,0,6000,0,0,0,0,0),(136908,33214,603,3,1,0,0,164.011,44.4507,462.812,0.08591,60,0,0,6000,0,0,0,0,0),(136909,33214,603,3,1,0,0,10.8948,-26.003,465.27,6.24394,60,0,0,6000,0,0,0,0,0),(136910,33214,603,3,1,0,0,441.189,-159.952,464.263,4.75348,60,0,0,6000,0,0,0,0,0),(136911,33214,603,3,1,0,0,529.079,187.653,471.613,3.08562,60,0,0,6000,0,0,0,0,0),(136912,33214,603,3,1,0,0,371.984,-20.3382,464.667,0.245616,60,0,0,6000,0,0,0,0,0),(136913,33214,603,3,1,0,0,331.491,-112.182,474.66,1.16641,60,0,0,6000,0,0,0,0,0),(136914,33214,603,3,1,0,0,439.461,-132.216,464.131,4.78348,60,0,0,6000,0,0,0,0,0),(136915,33214,603,3,1,0,0,348.261,-46.6518,467.96,1.16717,60,0,0,6000,0,0,0,0,0),(136916,33214,603,3,1,0,0,154.597,-38.3824,465.908,5.81168,60,0,0,6000,0,0,0,0,0),(136917,33214,603,3,1,0,0,199.185,-96.8014,465.908,5.00509,60,0,0,6000,0,0,0,0,0),(136918,33214,603,3,1,0,0,434.813,-243.159,464.652,4.52263,60,0,0,6000,0,0,0,0,0),(136919,33214,603,3,1,0,0,389.366,-16.8451,466.686,0.145784,60,0,0,6000,0,0,0,0,0),(136920,33214,603,3,1,0,0,153.342,-37.767,465.908,5.84351,60,0,0,6000,0,0,0,0,0),(136921,33214,603,3,1,0,0,139.41,46.5846,462.843,5.99008,60,0,0,6000,0,0,0,0,0),(136922,33214,603,3,1,0,0,408.534,-6.82414,476.371,6.16814,60,0,0,6000,0,0,0,0,0),(136923,33214,603,3,1,0,0,440.719,-150.713,464.148,4.77169,60,0,0,6000,0,0,0,0,0),(136924,33214,603,3,1,0,0,371.063,43.145,471.371,4.63374,60,0,0,6,0,0,0,0,0),(136925,27215,0,1,1,0,1,-5185.46,-539.37,397.092,3.26083,25,0,0,1,0,0,0,0,0),(136926,33214,603,3,1,0,0,-236.634,18.2052,479.77,2.96324,60,0,0,6,0,0,0,0,0),(136927,33214,603,3,1,0,0,30.4507,41.9962,475.604,4.73403,60,0,0,6,0,0,0,0,0),(136928,33214,603,3,1,0,0,-206.569,-227.004,428.634,3.29225,60,0,0,6,0,0,0,0,0),(136929,33214,603,3,1,0,0,-122.699,3.13239,482.085,2.95481,60,0,0,6,0,0,0,0,0),(136930,33214,603,3,1,0,0,371.053,18.2057,471.371,4.77183,60,0,0,6,0,0,0,0,0),(136931,33214,603,3,1,0,0,75.9035,-311.301,468.664,1.85764,60,0,0,6,0,0,0,0,0),(136932,33214,603,3,1,0,0,-197.157,11.5765,484.191,3.012,60,0,0,6,0,0,0,0,0),(136933,33214,603,3,1,0,0,-0.046391,-120.014,482.085,2.62082,60,0,0,6,0,0,0,0,0),(136934,33214,603,3,1,0,0,25.2573,108.918,475.604,4.86789,60,0,0,6,0,0,0,0,0),(136935,33214,603,3,1,0,0,438.867,-123.622,459.277,4.77834,60,0,0,6,0,0,0,0,0),(136936,33214,603,3,1,0,0,-80.2791,-8.63195,476.208,2.90706,60,0,0,6,0,0,0,0,0),(136937,33214,603,3,1,0,0,-460.808,85.0527,458.729,3.12972,60,0,0,6,0,0,0,0,0),(136938,33214,603,3,1,0,0,-132.647,-164.526,443.207,1.27486,60,0,0,6,0,0,0,0,0),(136939,33214,603,3,1,0,0,353.722,181.104,482.265,1.8405,60,0,0,6,0,0,0,0,0),(136940,33214,603,3,1,0,0,-72.7006,-10.434,476.212,2.90939,60,0,0,6,0,0,0,0,0),(136941,33214,603,3,1,0,0,368.576,-311.517,459.652,3.19201,60,0,0,6,0,0,0,0,0),(136942,33214,603,3,1,0,0,68.4253,-168.137,482.852,1.53517,60,0,0,6,0,0,0,0,0),(136943,33214,603,3,1,0,0,112.109,191.258,473.838,4.7336,60,0,0,6,0,0,0,0,0),(136944,33214,603,3,1,0,0,-504.029,0.798435,477.499,3.95375,60,0,0,6,0,0,0,0,0),(136945,33214,603,3,1,0,0,112.557,167.528,472.309,4.72515,60,0,0,6,0,0,0,0,0),(136946,33214,603,3,1,0,0,-418.296,3.1473,477.688,3.10707,60,0,0,6,0,0,0,0,0),(136947,33214,603,3,1,0,0,181.219,-249.286,460.908,4.34145,60,0,0,6,0,0,0,0,0),(136948,33214,603,3,1,0,0,19.6958,130.871,475.604,5.22064,60,0,0,6,0,0,0,0,0),(136949,33214,603,3,1,0,0,-111.196,-373.268,430.483,0.676009,60,0,0,6,0,0,0,0,0),(136950,33214,603,3,1,0,0,196.865,-89.5903,460.908,5.04127,60,0,0,6,0,0,0,0,0),(136951,33214,603,3,1,0,0,111.688,214.931,474.848,4.72407,60,0,0,6,0,0,0,0,0),(136952,33214,603,3,1,0,0,-173.767,18.5184,475.572,2.72238,60,0,0,6,0,0,0,0,0),(136953,33214,603,3,1,0,0,-234.703,27.7406,457.497,2.88174,60,0,0,6,0,0,0,0,0),(136954,33214,603,3,1,0,0,-522.48,66.1908,456.754,4.52253,60,0,0,6,0,0,0,0,0),(136955,33214,603,3,1,0,0,-160.001,-401.783,430.398,0.271683,60,0,0,6,0,0,0,0,0),(136956,33214,603,3,1,0,0,573.214,7.4696,471.371,0.135823,60,0,0,6,0,0,0,0,0),(136957,33214,603,3,1,0,0,316.259,-152.446,475.005,1.29658,60,0,0,6,0,0,0,0,0),(136958,33214,603,3,1,0,0,-403.464,79.4479,462.248,2.92167,60,0,0,6,0,0,0,0,0),(136959,33214,603,3,1,0,0,-185.408,-41.0516,488.228,2.76742,60,0,0,6,0,0,0,0,0),(136960,33214,603,3,1,0,0,-355.528,38.5204,456.386,2.46838,60,0,0,6,0,0,0,0,0),(136961,33214,603,3,1,0,0,338.158,-96.1852,466.951,1.19735,60,0,0,6,0,0,0,0,0),(136962,33214,603,3,1,0,0,112.461,173.804,472.788,4.72973,60,0,0,6,0,0,0,0,0),(136963,33214,603,3,1,0,0,-438.394,3.1372,455.571,3.17379,60,0,0,6,0,0,0,0,0),(136964,33214,603,3,1,0,0,113.843,271.264,476.5,4.61025,60,0,0,6,0,0,0,0,0),(136965,33214,603,3,1,0,0,6.38475,-25.8337,460.351,6.24747,60,0,0,6,0,0,0,0,0),(136966,33214,603,3,1,0,0,311.556,-180.062,474.195,1.48105,60,0,0,6,0,0,0,0,0),(136967,33214,603,3,1,0,0,-49.6769,-293.595,429.424,1.41944,60,0,0,6,0,0,0,0,0),(136968,33214,603,3,1,0,0,424.08,-274.603,459.652,4.16603,60,0,0,6,0,0,0,0,0),(136969,33214,603,3,1,0,0,30.2276,49.8813,475.604,4.74696,60,0,0,6,0,0,0,0,0),(136970,33214,603,3,1,0,0,-279.416,-7.67241,464.591,2.8565,60,0,0,6,0,0,0,0,0),(136971,33214,603,3,1,0,0,354.836,-308.127,459.507,2.62815,60,0,0,6,0,0,0,0,0),(136972,33214,603,3,1,0,0,-376.156,7.05873,460.483,4.72881,60,0,0,6,0,0,0,0,0),(136973,33214,603,3,1,0,0,-497.14,-60.0305,455.324,5.05864,60,0,0,6,0,0,0,0,0),(136974,33214,603,3,1,0,0,423.728,-275.173,459.651,4.15247,60,0,0,6,0,0,0,0,0),(136975,33214,603,3,1,0,0,310.904,-189.007,472.885,1.51482,60,0,0,6,0,0,0,0,0),(136976,33214,603,3,1,0,0,-180.847,-223.521,431.213,3.25218,60,0,0,6,0,0,0,0,0),(136977,33214,603,3,1,0,0,-270.383,-10.9482,462.723,2.71456,60,0,0,6,0,0,0,0,0),(136978,33214,603,3,1,0,0,-258.824,-266.091,405.397,4.63252,60,0,0,6,0,0,0,0,0),(136979,33214,603,3,1,0,0,192.053,319.828,468.209,3.15067,60,0,0,6,0,0,0,0,0),(136980,33214,603,3,1,0,0,-165.361,-283.23,412.401,1.34073,60,0,0,6,0,0,0,0,0),(136981,33214,603,3,1,0,0,313.941,-242.314,461.741,1.7716,60,0,0,6,0,0,0,0,0),(136982,33214,603,3,1,0,0,-73.8044,-74.6543,468.728,2.56253,60,0,0,6,0,0,0,0,0),(136983,33214,603,3,1,0,0,-234.185,-395.232,430.2,5.79508,60,0,0,6,0,0,0,0,0),(136984,33214,603,3,1,0,0,-409.809,2.84858,477.801,3.10563,60,0,0,6,0,0,0,0,0),(136985,33214,603,3,1,0,0,-374.332,-11.0573,460.532,4.86788,60,0,0,6,0,0,0,0,0),(136986,33214,603,3,1,0,0,-501.542,-10.0052,455.468,4.28397,60,0,0,6,0,0,0,0,0),(136987,33214,603,3,1,0,0,112.556,149.842,470.423,4.69568,60,0,0,6,0,0,0,0,0),(136988,33214,603,3,1,0,0,293.742,55.8819,471.306,0.73765,60,0,0,6,0,0,0,0,0),(136989,33214,603,3,1,0,0,423.247,190.982,480.464,3.95639,60,0,0,6,0,0,0,0,0),(136990,33214,603,3,1,0,0,-285.292,32.6677,454.777,3.21445,60,0,0,6,0,0,0,0,0),(136991,33214,603,3,1,0,0,387.684,-306.01,459.652,3.58835,60,0,0,6,0,0,0,0,0),(136992,33214,603,3,1,0,0,72.5219,-198.999,483.782,1.57505,60,0,0,6,0,0,0,0,0),(136993,33214,603,3,1,0,0,335.875,162.122,471.371,6.26159,60,0,0,6,0,0,0,0,0),(136994,33214,603,3,1,0,0,342.364,161.908,471.371,6.23861,60,0,0,6,0,0,0,0,0),(136995,33214,603,3,1,0,0,370.669,35.3288,471.371,4.68848,60,0,0,6,0,0,0,0,0),(136996,33214,603,3,1,0,0,140.681,-51.7706,460.908,5.84281,60,0,0,6,0,0,0,0,0),(136997,33214,603,3,1,0,0,476.109,189.625,466.613,3.13638,60,0,0,6,0,0,0,0,0),(136998,33214,603,3,1,0,0,322.487,281.853,475.846,2.85075,60,0,0,6,0,0,0,0,0),(136999,33214,603,3,1,0,0,371.933,50.9506,471.371,4.56695,60,0,0,6,0,0,0,0,0),(137000,33214,603,3,1,0,0,344.026,-76.7458,464.706,1.38354,60,0,0,6,0,0,0,0,0),(137001,33214,603,3,1,0,0,373.338,148.93,471.371,5.15888,60,0,0,6,0,0,0,0,0),(137002,33214,603,3,1,0,0,299.661,69.6174,471.428,1.48541,60,0,0,6,0,0,0,0,0),(137003,33214,603,3,1,0,0,153.633,-37.9053,460.908,5.83586,60,0,0,6,0,0,0,0,0),(137004,33214,603,3,1,0,0,438.475,-51.8951,465.16,4.76412,60,0,0,6,0,0,0,0,0),(137005,33214,603,3,1,0,0,674.162,182.937,473.591,3.18716,60,0,0,6,0,0,0,0,0),(137006,33214,603,3,1,0,0,324.756,162.118,471.371,0.025303,60,0,0,6,0,0,0,0,0),(137007,33214,603,3,1,0,0,441.345,-181.831,459.58,4.67839,60,0,0,6,0,0,0,0,0),(137008,33214,603,3,1,0,0,351.417,161.34,471.371,6.19914,60,0,0,6,0,0,0,0,0),(137009,33214,603,3,1,0,0,74.7247,-29.5012,460.526,6.21597,60,0,0,6,0,0,0,0,0),(137010,33214,603,3,1,0,0,441.189,-159.952,459.263,4.75348,60,0,0,6,0,0,0,0,0),(137011,33214,603,3,1,0,0,417.327,179.913,465.677,3.52591,60,0,0,6,0,0,0,0,0),(137012,33214,603,3,1,0,0,371.984,-20.3382,459.667,0.245616,60,0,0,6,0,0,0,0,0),(137013,33214,603,3,1,0,0,331.491,-112.182,469.66,1.16641,60,0,0,6,0,0,0,0,0),(137014,33214,603,3,1,0,0,439.461,-132.216,459.131,4.78348,60,0,0,6,0,0,0,0,0),(137015,33214,603,3,1,0,0,348.261,-46.6518,462.96,1.16717,60,0,0,6,0,0,0,0,0),(137016,33214,603,3,1,0,0,197.332,-198.58,460.908,4.46057,60,0,0,6,0,0,0,0,0),(137017,33214,603,3,1,0,0,72.451,-208.715,483.849,1.56091,60,0,0,6,0,0,0,0,0),(137018,33214,603,3,1,0,0,434.813,-243.159,459.652,4.52263,60,0,0,6,0,0,0,0,0),(137019,33214,603,3,1,0,0,389.366,-16.8451,461.686,0.145784,60,0,0,6,0,0,0,0,0),(137020,33214,603,3,1,0,0,197.587,-91.7425,460.908,5.03104,60,0,0,6,0,0,0,0,0),(137021,33214,603,3,1,0,0,453.98,188.98,466.608,3.22599,60,0,0,6,0,0,0,0,0),(137022,33214,603,3,1,0,0,352.669,161.229,471.371,6.19093,60,0,0,6,0,0,0,0,0),(137023,33214,603,3,1,0,0,408.534,-6.82414,471.371,6.16814,60,0,0,6,0,0,0,0,0),(137024,33214,603,3,1,0,0,440.719,-150.713,459.148,4.77169,60,0,0,6,0,0,0,0,0),(1975213,34096,603,3,1,0,0,2036.14,21.2396,411.359,6.13475,300,0,0,39099,0,0,0,0,0),(203550,29237,571,1,1,0,1,6801.01,-4326.37,474.528,3.94444,120,0,0,1,0,0,0,0,0),(137027,33236,603,3,1,28581,0,-407.08,-26.5183,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137028,33236,603,3,1,28580,0,38.4686,-1.52387,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137029,33236,603,3,1,28580,0,-184.719,-166.906,410.222,1.98968,86400,0,0,12600,3994,0,0,0,0),(137030,33236,603,3,1,28580,0,-232.284,-230.489,370.798,3.01942,86400,0,0,12600,3994,0,0,0,0),(137031,33236,603,3,1,28581,0,311.336,333.327,409.947,3.10669,86400,0,0,12600,3994,0,0,0,0),(137032,33236,603,3,1,28580,0,20.605,-109.641,409.887,3.08923,86400,0,0,12600,3994,0,0,0,0),(137033,33236,603,3,1,28580,0,-128.9,104.725,435.73,2.30383,86400,0,0,12600,3994,0,0,0,0),(137034,33236,603,3,1,28580,0,-119.167,103.786,435.73,2.33874,86400,0,0,12600,3994,0,0,0,0),(137035,33236,603,3,1,28581,0,-175.504,-163.668,410.366,2.19912,86400,0,0,12600,3994,0,0,0,0),(137036,33236,603,3,1,28580,0,-300.085,-83.7359,409.882,2.82743,86400,0,0,12600,3994,0,0,0,0),(137037,33236,603,3,1,28581,0,309.076,-35.0677,409.887,3.05433,86400,0,0,12600,3994,0,0,0,0),(137038,33236,603,3,1,28581,0,303.047,-47.2708,409.887,3.01942,86400,0,0,12600,3994,0,0,0,0),(137039,33236,603,3,1,28580,0,300.708,-27.2274,409.887,3.08923,86400,0,0,12600,3994,0,0,0,0),(137040,33236,603,3,1,28580,0,338.562,-32.3261,409.887,3.07178,86400,0,0,12600,3994,0,0,0,0),(137041,33236,603,3,1,28580,0,349.194,-46.3435,409.887,3.03687,86400,0,0,12600,3994,0,0,0,0),(137042,33236,603,3,1,28580,0,339.637,-52.59,409.887,3.01942,86400,0,0,12600,3994,0,0,0,0),(137043,33236,603,3,1,28580,0,333.017,-63.4268,409.887,2.96706,86400,0,0,12600,3994,0,0,0,0),(137044,33236,603,3,1,28581,0,294.373,-56.3733,409.887,2.98451,86400,0,0,12600,3994,0,0,0,0),(137045,33236,603,3,1,28580,0,345.82,-101.875,409.887,2.96706,86400,0,0,12600,3994,0,0,0,0),(137046,33236,603,3,1,28580,0,341.373,-74.7393,409.887,2.94961,86400,0,0,12600,3994,0,0,0,0),(137047,33236,603,3,1,28581,0,301.493,-92.2396,409.887,2.87979,86400,0,0,12600,3994,0,0,0,0),(137048,33236,603,3,1,28580,0,337.841,-85.5796,409.887,2.9147,86400,0,0,12600,3994,0,0,0,0),(137049,33236,603,3,1,28581,0,295.069,-109.573,409.887,2.87979,86400,0,0,12600,3994,0,0,0,0),(137050,33236,603,3,1,28581,0,295.715,-79.8142,409.887,2.9147,86400,0,0,12600,3994,0,0,0,0),(137051,33236,603,3,1,28580,0,342.782,-0.016656,409.887,3.15905,86400,0,0,12600,3994,0,0,0,0),(137052,33236,603,3,1,28580,0,345.784,-24.4954,409.888,3.12414,86400,0,0,12600,3994,0,0,0,0),(137053,33236,603,3,1,28581,0,339.251,-10.8569,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137054,33236,603,3,1,28581,0,305.726,-15.2795,409.887,3.12414,86400,0,0,12600,3994,0,0,0,0),(137055,33236,603,3,1,28581,0,307.457,0.671875,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137056,33236,603,3,1,28581,0,307.293,46.6094,409.887,3.31613,86400,0,0,12600,3994,0,0,0,0),(137057,33236,603,3,1,28581,0,310.201,35.6319,409.887,3.28122,86400,0,0,12600,3994,0,0,0,0),(137058,33236,603,3,1,28580,0,305.234,60.1042,409.887,3.35103,86400,0,0,12600,3994,0,0,0,0),(137059,33236,603,3,1,28580,0,340.113,55.526,410.163,3.33358,86400,0,0,12600,3994,0,0,0,0),(137060,33236,603,3,1,28581,0,345.053,48.268,409.887,3.29867,86400,0,0,12600,3994,0,0,0,0),(137061,33236,603,3,1,28581,0,341.187,35.2625,409.887,3.26377,86400,0,0,12600,3994,0,0,0,0),(137062,33236,603,3,1,28580,0,344.723,16.0943,409.887,3.21141,86400,0,0,12600,3994,0,0,0,0),(137063,33236,603,3,1,28581,0,334.568,24.4257,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137064,33236,603,3,1,28581,0,307.696,19.0538,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137065,33236,603,3,1,28580,0,-285.736,-48.0736,409.887,3.07178,86400,0,0,12600,3994,0,0,0,0),(137066,33236,603,3,1,28581,0,-284.647,-73.4674,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137067,33236,603,3,1,28581,0,39.3832,-360.212,410.902,1.39626,86400,0,0,12600,3994,0,0,0,0),(137068,33236,603,3,1,28580,0,-104.084,-77.6742,409.862,3.12414,86400,0,0,12600,3994,0,0,0,0),(137069,33236,603,3,1,28581,0,59.5572,-18.0673,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137070,33236,603,3,1,28581,0,-59.0014,-51.8075,409.882,3.08923,86400,0,0,12600,3994,0,0,0,0),(137071,33236,603,3,1,28581,0,-342.284,-234.906,369.549,2.05949,86400,0,0,12600,3994,0,0,0,0),(137072,33236,603,3,1,28581,0,-130.83,205.17,434.151,4.34587,86400,0,0,12600,3994,0,0,0,0),(137073,33236,603,3,1,28580,0,-403.961,-60.3434,409.887,3.05433,86400,0,0,12600,3994,0,0,0,0),(137074,33236,603,3,1,28580,0,-151.167,-53.1931,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137075,33236,603,3,1,28581,0,-95.0919,-230.181,369.549,3.10669,86400,0,0,12600,3994,0,0,0,0),(137076,33236,603,3,1,28580,0,-236.094,-267.268,369.549,2.89725,86400,0,0,12600,3994,0,0,0,0),(137077,33236,603,3,1,28581,0,-167.973,-166.521,411.027,2.28638,86400,0,0,12600,3994,0,0,0,0),(137078,33236,603,3,1,28581,0,-304.737,-2.81711,409.887,2.84489,86400,0,0,12600,3994,0,0,0,0),(137079,33236,603,3,1,28580,0,-319.897,-82.8657,409.887,3.08923,86400,0,0,12600,3994,0,0,0,0),(137080,33236,603,3,1,28581,0,-40.158,18.3554,409.887,3.24631,86400,0,0,12600,3994,0,0,0,0),(137081,33236,603,3,1,28580,0,-4.79568,208.978,434.089,4.2237,86400,0,0,12600,3994,0,0,0,0),(137082,33236,603,3,1,28581,0,61.5557,-230.076,419.062,1.55334,86400,0,0,12600,3994,0,0,0,0),(137083,33236,603,3,1,28580,0,-195.793,-37.1567,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137084,33236,603,3,1,28581,0,-363.943,-10.0701,409.887,3.24631,86400,0,0,12600,3994,0,0,0,0),(137085,33236,603,3,1,28580,0,-462.987,4.9892,409.887,3.15905,86400,0,0,12600,3994,0,0,0,0),(137086,33236,603,3,1,28581,0,-196.238,-280.41,369.549,1.8675,86400,0,0,12600,3994,0,0,0,0),(137087,33236,603,3,1,28581,0,62.3997,-189.142,414.339,1.55334,86400,0,0,12600,3994,0,0,0,0),(137088,33236,603,3,1,28580,0,-14.966,206.053,433.829,4.29351,86400,0,0,12600,3994,0,0,0,0),(137089,33236,603,3,1,28581,0,-160.206,-137.048,409.763,2.87979,86400,0,0,12600,3994,0,0,0,0),(137090,33236,603,3,1,28580,0,-311.523,30.2686,409.889,3.10669,86400,0,0,12600,3994,0,0,0,0),(137091,33236,603,3,1,28580,0,93.7627,163.622,409.888,5.06145,86400,0,0,12600,3994,0,0,0,0),(137092,33236,603,3,1,28580,0,-104.476,123.677,433.347,2.44346,86400,0,0,12600,3994,0,0,0,0),(137093,33236,603,3,1,28580,0,56.3464,-229.543,419.061,1.58825,86400,0,0,12600,3994,0,0,0,0),(137094,33236,603,3,1,28581,0,299.216,336.014,410.002,3.12414,86400,0,0,12600,3994,0,0,0,0),(137095,33236,603,3,1,28581,0,-120.073,93.6923,435.73,2.30383,86400,0,0,12600,3994,0,0,0,0),(137096,33236,603,3,1,28581,0,48.0536,-314.563,410.902,1.27409,86400,0,0,12600,3994,0,0,0,0),(137097,33236,603,3,1,28580,0,-192.615,-87.6783,409.887,3.03687,86400,0,0,12600,3994,0,0,0,0),(137098,33236,603,3,1,28580,0,-405.261,-39.5455,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137099,33236,603,3,1,28581,0,119.816,-105.55,409.887,3.15905,86400,0,0,12600,3994,0,0,0,0),(137100,33236,603,3,1,28581,0,-496.344,84.4029,409.945,3.15905,86400,0,0,12600,3994,0,0,0,0),(137101,33236,603,3,1,28580,0,59.9513,3.9553,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137102,33236,603,3,1,28581,0,-219.397,-24.8477,409.859,3.24631,86400,0,0,12600,3994,0,0,0,0),(137103,33236,603,3,1,28580,0,-387.21,-145.721,412.986,1.55334,86400,0,0,12600,3994,0,0,0,0),(137104,33236,603,3,1,28580,0,-157.432,-232.382,369.549,3.01942,86400,0,0,12600,3994,0,0,0,0),(137105,33236,603,3,1,28580,0,-463.634,-76.8212,410.081,3.14159,86400,0,0,12600,3994,0,0,0,0),(137106,33236,603,3,1,28581,0,-148.114,193.384,432.875,4.59022,86400,0,0,12600,3994,0,0,0,0),(137107,33236,603,3,1,28580,0,71.5625,59.1787,409.887,4.18879,86400,0,0,12600,3994,0,0,0,0),(137108,33236,603,3,1,28581,0,-34.4511,88.886,435.73,1.09956,86400,0,0,12600,3994,0,0,0,0),(137109,33236,603,3,1,28580,0,-114.916,124.977,433.075,2.42601,86400,0,0,12600,3994,0,0,0,0),(137110,33236,603,3,1,28580,0,-25.2389,203.958,432.892,4.38078,86400,0,0,12600,3994,0,0,0,0),(137111,33236,603,3,1,28581,0,323.07,289.821,409.887,3.03687,86400,0,0,12600,3994,0,0,0,0),(137112,33236,603,3,1,28581,0,-122.509,-13.6677,409.887,3.03687,86400,0,0,12600,3994,0,0,0,0),(137113,33236,603,3,1,28580,0,-178.327,-219.846,369.589,3.14159,86400,0,0,12600,3994,0,0,0,0),(137114,33236,603,3,1,28580,0,93.0369,48.1889,409.887,3.75246,86400,0,0,12600,3994,0,0,0,0),(137115,33236,603,3,1,28581,0,-386.387,-12.9309,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137116,33236,603,3,1,28580,0,94.6807,-336.968,410.903,1.58825,86400,0,0,12600,3994,0,0,0,0),(137117,33236,603,3,1,28580,0,-286.251,-145.272,409.887,0.244346,86400,0,0,12600,3994,0,0,0,0),(137118,33236,603,3,1,28581,0,-301.437,-108.116,409.887,2.82743,86400,0,0,12600,3994,0,0,0,0),(137119,33236,603,3,1,28580,0,-179.043,-206.749,371.327,3.29867,86400,0,0,12600,3994,0,0,0,0),(137120,33236,603,3,1,28581,0,88.6083,-36.1226,409.887,3.07178,86400,0,0,12600,3994,0,0,0,0),(137121,33236,603,3,1,28581,0,-161.212,-148.85,410.472,2.63545,86400,0,0,12600,3994,0,0,0,0),(137122,33236,603,3,1,28580,0,-192.911,-64.6428,409.887,3.08923,86400,0,0,12600,3994,0,0,0,0),(137123,33236,603,3,1,28580,0,-309.598,-82.7179,409.86,3.08923,86400,0,0,12600,3994,0,0,0,0),(137124,33236,603,3,1,28580,0,-197.639,-11.0977,409.887,3.28122,86400,0,0,12600,3994,0,0,0,0),(137125,33236,603,3,1,28581,0,-85.4875,-12.0124,409.887,3.24631,86400,0,0,12600,3994,0,0,0,0),(137126,33236,603,3,1,28580,0,-40.7948,-40.8648,409.829,3.14159,86400,0,0,12600,3994,0,0,0,0),(137127,33236,603,3,1,28581,0,-164.802,-309.519,369.549,2.11185,86400,0,0,12600,3994,0,0,0,0),(137128,33236,603,3,1,28581,0,-195.372,-205.49,370.325,3.35103,86400,0,0,12600,3994,0,0,0,0),(137129,33236,603,3,1,28580,0,-217.941,-37.7956,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137130,33236,603,3,1,28581,0,-289.41,28.878,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137131,33236,603,3,1,28581,0,-174.705,-53.7,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137132,33236,603,3,1,28581,0,-106.471,113.389,435.73,2.40855,86400,0,0,12600,3994,0,0,0,0),(137133,33236,603,3,1,28581,0,78.4718,-190.083,414.456,1.58825,86400,0,0,12600,3994,0,0,0,0),(137134,33236,603,3,1,28581,0,-194.756,-233.426,369.549,2.98451,86400,0,0,12600,3994,0,0,0,0),(137135,33236,603,3,1,28581,0,-183.841,-156.725,409.887,2.11185,86400,0,0,12600,3994,0,0,0,0),(137136,33236,603,3,1,28581,0,-169.864,203.631,434.87,4.95674,86400,0,0,12600,3994,0,0,0,0),(137137,33236,603,3,1,28581,0,-184.61,-142.354,409.887,2.3911,86400,0,0,12600,3994,0,0,0,0),(137138,33236,603,3,1,28580,0,-293.688,-164.159,410.215,0.698132,86400,0,0,12600,3994,0,0,0,0),(137139,33236,603,3,1,28581,0,-350.915,85.1503,414.864,4.79965,86400,0,0,12600,3994,0,0,0,0),(137140,33236,603,3,1,28581,0,-336.42,78.5729,413.572,4.53786,86400,0,0,12600,3994,0,0,0,0),(137141,33236,603,3,1,28580,0,52.3378,-102.757,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137142,33236,603,3,1,28580,0,45.3349,-342.519,410.902,1.41372,86400,0,0,12600,3994,0,0,0,0),(137143,33236,603,3,1,28581,0,16.3211,-2.16276,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137144,33236,603,3,1,28580,0,-174.485,-274.201,369.549,2.21657,86400,0,0,12600,3994,0,0,0,0),(137145,33236,603,3,1,28581,0,-465.736,93.782,411.522,3.19395,86400,0,0,12600,3994,0,0,0,0),(137146,33236,603,3,1,28580,0,121.29,-38.9067,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137147,33236,603,3,1,28581,0,-410.846,-165.397,412.986,1.43117,86400,0,0,12600,3994,0,0,0,0),(137148,33236,603,3,1,28581,0,142.773,-33.4275,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137149,33236,603,3,1,28580,0,59.4582,14.2869,409.887,3.24631,86400,0,0,12600,3994,0,0,0,0),(137150,33236,603,3,1,28580,0,82.6038,-231.923,419.061,1.55334,86400,0,0,12600,3994,0,0,0,0),(137151,33236,603,3,1,28581,0,-152.448,-78.5945,409.887,3.31613,86400,0,0,12600,3994,0,0,0,0),(137152,33236,603,3,1,28580,0,-41.1854,-50.0627,409.887,3.10669,86400,0,0,12600,3994,0,0,0,0),(137153,33236,603,3,1,28580,0,40.2864,-14.5482,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137154,33236,603,3,1,28581,0,-272.28,-207.849,372.249,3.35103,86400,0,0,12600,3994,0,0,0,0),(137155,33236,603,3,1,28581,0,-175.903,-89.621,409.887,3.03687,86400,0,0,12600,3994,0,0,0,0),(137156,33236,603,3,1,28580,0,313.4,348.183,410.406,3.21141,86400,0,0,12600,3994,0,0,0,0),(137157,33236,603,3,1,28580,0,-487.599,-82.3609,409.888,3.14159,86400,0,0,12600,3994,0,0,0,0),(137158,33236,603,3,1,28580,0,-270.053,-144.482,409.887,0.715585,86400,0,0,12600,3994,0,0,0,0),(137159,33236,603,3,1,28581,0,-117.144,-275.768,369.979,2.44346,86400,0,0,12600,3994,0,0,0,0),(137160,33236,603,3,1,28581,0,135.911,-101.003,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137161,33236,603,3,1,28581,0,-367.04,21.4074,409.887,3.35103,86400,0,0,12600,3994,0,0,0,0),(137162,33236,603,3,1,28580,0,-483.933,12.7006,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137163,33236,603,3,1,28580,0,-174.709,-72.4296,409.927,3.07178,86400,0,0,12600,3994,0,0,0,0),(137164,33236,603,3,1,28581,0,-408.536,-13.5717,409.887,3.24631,86400,0,0,12600,3994,0,0,0,0),(137165,33236,603,3,1,28581,0,76.2687,-17.5702,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137166,33236,603,3,1,28580,0,-285.352,-171.102,410.637,0.994838,86400,0,0,12600,3994,0,0,0,0),(137167,33236,603,3,1,28581,0,52.4367,-91.7484,409.887,3.15905,86400,0,0,12600,3994,0,0,0,0),(137168,33236,603,3,1,28581,0,59.5537,-36.7964,409.887,3.07178,86400,0,0,12600,3994,0,0,0,0),(137169,33236,603,3,1,28581,0,-118.459,-244.673,369.549,2.68781,86400,0,0,12600,3994,0,0,0,0),(137170,33236,603,3,1,28580,0,52.5217,161.133,433.719,4.45059,86400,0,0,12600,3994,0,0,0,0),(137171,33236,603,3,1,28580,0,-494.769,68.9303,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137172,33236,603,3,1,28581,0,-181.506,-296.28,369.549,2.02458,86400,0,0,12600,3994,0,0,0,0),(137173,33236,603,3,1,28580,0,-12.1092,196.702,433.953,4.2237,86400,0,0,12600,3994,0,0,0,0),(137174,33236,603,3,1,28581,0,-465.704,86.5251,411.23,3.15905,86400,0,0,12600,3994,0,0,0,0),(137175,33236,603,3,1,28581,0,315.854,264.342,409.887,2.75762,86400,0,0,12600,3994,0,0,0,0),(137176,33236,603,3,1,28581,0,142.478,-44.4414,409.887,3.15905,86400,0,0,12600,3994,0,0,0,0),(137177,33236,603,3,1,28580,0,-53.6832,116.679,434.529,0.296706,86400,0,0,12600,3994,0,0,0,0),(137178,33236,603,3,1,28581,0,14.8645,10.7852,409.887,3.24631,86400,0,0,12600,3994,0,0,0,0),(137179,33236,603,3,1,28581,0,44.7565,-361.072,410.902,1.44862,86400,0,0,12600,3994,0,0,0,0),(137180,33236,603,3,1,28581,0,-216.123,-50.8216,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137181,33236,603,3,1,28581,0,-191.996,-315.941,369.549,1.85005,86400,0,0,12600,3994,0,0,0,0),(137182,33236,603,3,1,28580,0,55.4965,-247.982,416.202,1.58825,86400,0,0,12600,3994,0,0,0,0),(137183,33236,603,3,1,28581,0,63.6415,-159.31,410.399,1.55334,86400,0,0,12600,3994,0,0,0,0),(137184,33236,603,3,1,28581,0,-355.734,-216.418,369.549,2.02458,86400,0,0,12600,3994,0,0,0,0),(137185,33236,603,3,1,28580,0,-299.529,-51.1037,409.887,3.35103,86400,0,0,12600,3994,0,0,0,0),(137186,33236,603,3,1,28580,0,-320.741,-75.3623,409.887,3.21141,86400,0,0,12600,3994,0,0,0,0),(137187,33236,603,3,1,28581,0,-272.58,-221.401,370.707,3.15905,86400,0,0,12600,3994,0,0,0,0),(137188,33236,603,3,1,28581,0,-310.441,-75.2145,409.885,3.21141,86400,0,0,12600,3994,0,0,0,0),(137189,33236,603,3,1,28580,0,-199.357,9.79411,409.887,3.35103,86400,0,0,12600,3994,0,0,0,0),(137190,33236,603,3,1,28581,0,-299.871,-99.2009,409.887,3.12414,86400,0,0,12600,3994,0,0,0,0),(137191,33236,603,3,1,28581,0,-402.509,-172.34,412.986,1.48353,86400,0,0,12600,3994,0,0,0,0),(137192,33236,603,3,1,28581,0,-255.235,-222.205,372.306,3.14159,86400,0,0,12600,3994,0,0,0,0),(137193,33236,603,3,1,28580,0,-81.6993,-48.6513,409.887,3.08923,86400,0,0,12600,3994,0,0,0,0),(137194,33236,603,3,1,28580,0,-94.0755,-199.355,369.549,2.9147,86400,0,0,12600,3994,0,0,0,0),(137195,33236,603,3,1,28581,0,-497.74,-60.6464,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137196,33236,603,3,1,28580,0,43.9314,168.218,434.099,4.57276,86400,0,0,12600,3994,0,0,0,0),(137197,33236,603,3,1,28580,0,-122.407,16.0702,409.887,3.31613,86400,0,0,12600,3994,0,0,0,0),(137198,33236,603,3,1,28580,0,-54.2241,7.49897,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137199,33236,603,3,1,28580,0,-215.609,-61.4865,409.887,3.08923,86400,0,0,12600,3994,0,0,0,0),(137200,33236,603,3,1,28581,0,328.948,280.364,409.4,2.94961,86400,0,0,12600,3994,0,0,0,0),(137201,33236,603,3,1,28580,0,-462.855,28.1628,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137202,33236,603,3,1,28581,0,-404.748,-50.2108,409.887,3.08923,86400,0,0,12600,3994,0,0,0,0),(137203,33236,603,3,1,28581,0,-103.688,-65.0939,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137204,33236,603,3,1,28580,0,-497.513,-75.6437,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137205,33236,603,3,1,28580,0,39.9616,-341.66,410.902,1.36136,86400,0,0,12600,3994,0,0,0,0),(137206,33236,603,3,1,28580,0,-294.567,-174.34,410.081,0.872665,86400,0,0,12600,3994,0,0,0,0),(137207,33236,603,3,1,28581,0,-342.59,-210.506,369.549,2.1293,86400,0,0,12600,3994,0,0,0,0),(137208,33236,603,3,1,28580,0,-271.036,29.8143,409.89,3.26377,86400,0,0,12600,3994,0,0,0,0),(137209,33236,603,3,1,28581,0,-272.415,42.5513,410.042,3.45575,86400,0,0,12600,3994,0,0,0,0),(137210,33236,603,3,1,28580,0,-7.88542,185.585,433.502,4.11898,86400,0,0,12600,3994,0,0,0,0),(137211,33236,603,3,1,28581,0,-154.153,201.075,433.014,4.69494,86400,0,0,12600,3994,0,0,0,0),(137212,33236,603,3,1,28580,0,85.5824,-311.16,410.902,1.5708,86400,0,0,12600,3994,0,0,0,0),(137213,33236,603,3,1,28580,0,-284.286,-83.4909,409.801,2.93215,86400,0,0,12600,3994,0,0,0,0),(137214,33236,603,3,1,28581,0,-386.437,-171.942,412.986,1.55334,86400,0,0,12600,3994,0,0,0,0),(137215,33236,603,3,1,28581,0,16.8717,-27.4759,409.874,3.08923,86400,0,0,12600,3994,0,0,0,0),(137216,33236,603,3,1,28580,0,-21.7788,193.674,433.287,4.31096,86400,0,0,12600,3994,0,0,0,0),(137217,33236,603,3,1,28580,0,-396.074,-150.403,412.986,1.50098,86400,0,0,12600,3994,0,0,0,0),(137218,33236,603,3,1,28581,0,-105.353,-15.0149,409.887,3.05433,86400,0,0,12600,3994,0,0,0,0),(137219,33236,603,3,1,28581,0,-174.31,-31.6775,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137220,33236,603,3,1,28581,0,-151.113,-31.9497,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137221,33236,603,3,1,28581,0,-195.673,-219.043,369.549,3.15905,86400,0,0,12600,3994,0,0,0,0),(137222,33236,603,3,1,28580,0,99.4756,-356.38,410.903,1.62316,86400,0,0,12600,3994,0,0,0,0),(137223,33236,603,3,1,28581,0,-278.533,-111.207,409.887,2.93215,86400,0,0,12600,3994,0,0,0,0),(137224,33236,603,3,1,28580,0,-363.313,-58.6099,409.885,3.07178,86400,0,0,12600,3994,0,0,0,0),(137225,33236,603,3,1,28580,0,-383.114,-38.9046,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137226,33236,603,3,1,28580,0,-330.577,-205.239,369.549,2.19912,86400,0,0,12600,3994,0,0,0,0),(137227,33236,603,3,1,28581,0,-176.197,-149.555,409.887,2.40855,86400,0,0,12600,3994,0,0,0,0),(137228,33236,603,3,1,28580,0,305.828,328.242,409.892,3.03687,86400,0,0,12600,3994,0,0,0,0),(137229,33236,603,3,1,28581,0,-278.706,-163.453,410.312,1.0472,86400,0,0,12600,3994,0,0,0,0),(137230,33236,603,3,1,28581,0,75.878,-26.7681,409.887,3.10669,86400,0,0,12600,3994,0,0,0,0),(137231,33236,603,3,1,28580,0,-168.858,-156.019,409.972,2.40855,86400,0,0,12600,3994,0,0,0,0),(137232,33236,603,3,1,28580,0,18.8804,-69.8751,409.887,3.24631,86400,0,0,12600,3994,0,0,0,0),(137233,33236,603,3,1,28580,0,-37.0174,104.595,435.73,0.820305,86400,0,0,12600,3994,0,0,0,0),(137234,33236,603,3,1,28581,0,-122.506,5.06147,409.887,3.21141,86400,0,0,12600,3994,0,0,0,0),(137235,33236,603,3,1,28581,0,-130.897,94.4344,435.73,2.26893,86400,0,0,12600,3994,0,0,0,0),(137236,33236,603,3,1,28580,0,-162.099,209.922,434.598,4.81711,86400,0,0,12600,3994,0,0,0,0),(137237,33236,603,3,1,28580,0,-465.586,102.601,411.386,3.21141,86400,0,0,12600,3994,0,0,0,0),(137238,33236,603,3,1,28581,0,-403.408,-146.511,412.986,1.44862,86400,0,0,12600,3994,0,0,0,0),(137239,33236,603,3,1,28581,0,-360.91,82,413.561,4.97419,86400,0,0,12600,3994,0,0,0,0),(137240,33236,603,3,1,28581,0,-282.581,-12.3588,409.887,2.84489,86400,0,0,12600,3994,0,0,0,0),(137241,33236,603,3,1,28581,0,-40.7983,-59.594,409.887,3.07178,86400,0,0,12600,3994,0,0,0,0),(137242,33236,603,3,1,28580,0,-28.4269,97.51,435.73,1.15192,86400,0,0,12600,3994,0,0,0,0),(137243,33236,603,3,1,28581,0,-497.725,100.421,411.896,3.21141,86400,0,0,12600,3994,0,0,0,0),(137244,33236,603,3,1,28580,0,-248.164,-16.526,409.929,4.55793,86400,5,0,12600,3994,1,0,0,0),(137245,33236,603,3,1,28581,0,-251.092,-35.3293,409.928,4.75636,86400,5,0,12600,3994,1,0,0,0),(137246,33236,603,3,1,28581,0,-253.292,-14.4952,409.929,1.66115,86400,5,0,12600,3994,1,0,0,0),(137247,33236,603,3,1,28580,0,-247.804,-8.66837,409.929,4.58967,86400,5,0,12600,3994,1,0,0,0),(137248,33236,603,3,1,28580,0,-249.647,-10.8331,409.929,4.65346,86400,5,0,12600,3994,1,0,0,0),(137249,33236,603,3,1,28580,0,-253.396,-11.5527,409.929,1.63574,86400,5,0,12600,3994,1,0,0,0),(137250,33236,603,3,1,28581,0,-252.72,-7.03104,409.929,4.76986,86400,5,0,12600,3994,1,0,0,0),(137251,33236,603,3,1,28581,0,-250.088,-18.2875,409.929,1.64402,86400,5,0,12600,3994,1,0,0,0),(137252,33236,603,3,1,28580,0,20.4117,-82.8135,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137253,33236,603,3,1,28581,0,20.4333,-95.0628,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137254,33236,603,3,1,28580,0,-282.126,-2.02544,409.887,2.98451,86400,0,0,12600,3994,0,0,0,0),(137255,33236,603,3,1,28581,0,33.409,-95.325,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137256,33236,603,3,1,28581,0,136.034,185.944,411.572,4.4855,86400,0,0,12600,3994,0,0,0,0),(137257,33236,603,3,1,28581,0,-463.018,12.2461,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137258,33236,603,3,1,28580,0,-120.71,-65.9334,409.887,3.21141,86400,0,0,12600,3994,0,0,0,0),(137259,33236,603,3,1,28580,0,-156.202,-218.657,369.549,3.08923,86400,0,0,12600,3994,0,0,0,0),(137260,33236,603,3,1,28580,0,-252.753,-285.072,369.549,2.53073,86400,0,0,12600,3994,0,0,0,0),(137261,33236,603,3,1,28581,0,81.1904,-273.725,411.723,1.55334,86400,0,0,12600,3994,0,0,0,0),(137262,33236,603,3,1,28580,0,135.616,-112.017,409.887,3.15905,86400,0,0,12600,3994,0,0,0,0),(137263,33236,603,3,1,28580,0,-294.458,-149.788,409.887,0.331613,86400,0,0,12600,3994,0,0,0,0),(137264,33236,603,3,1,28581,0,88.2211,-26.5913,409.887,3.10669,86400,0,0,12600,3994,0,0,0,0),(137265,33236,603,3,1,28580,0,76.2652,-36.2993,409.887,3.07178,86400,0,0,12600,3994,0,0,0,0),(137266,33236,603,3,1,28581,0,-82.5105,-225.828,369.549,2.61799,86400,0,0,12600,3994,0,0,0,0),(137267,33236,603,3,1,28580,0,58.2682,-158.451,410.386,1.58825,86400,0,0,12600,3994,0,0,0,0),(137268,33236,603,3,1,28580,0,-298.519,-74.821,409.885,3.12414,86400,0,0,12600,3994,0,0,0,0),(137269,33236,603,3,1,28581,0,-384.933,-25.8795,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137270,33236,603,3,1,28580,0,-271.06,-156.284,409.931,1.22173,86400,0,0,12600,3994,0,0,0,0),(137271,33236,603,3,1,28581,0,314.846,282.949,409.887,2.94961,86400,0,0,12600,3994,0,0,0,0),(137272,33236,603,3,1,28581,0,-277.869,-98.0873,409.887,2.79253,86400,0,0,12600,3994,0,0,0,0),(137273,33236,603,3,1,28581,0,-175.361,-2.42578,409.887,3.31613,86400,0,0,12600,3994,0,0,0,0),(137274,33236,603,3,1,28581,0,-219.786,-11.7383,409.887,3.29867,86400,0,0,12600,3994,0,0,0,0),(137275,33236,603,3,1,28581,0,-321.695,-225.538,369.549,2.18166,86400,0,0,12600,3994,0,0,0,0),(137276,33236,603,3,1,28581,0,-463.697,-45.9066,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137277,33236,603,3,1,28580,0,52.7476,-80.619,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137278,33236,603,3,1,28580,0,-175.096,-62.8979,409.887,3.10669,86400,0,0,12600,3994,0,0,0,0),(137279,33236,603,3,1,28580,0,-127.707,115.241,435.496,2.33874,86400,0,0,12600,3994,0,0,0,0),(137280,33236,603,3,1,28580,0,-121.1,-75.1313,409.879,3.12414,86400,0,0,12600,3994,0,0,0,0),(137281,33236,603,3,1,28581,0,-108.932,-235.661,369.549,2.94961,86400,0,0,12600,3994,0,0,0,0),(137282,33236,603,3,1,28580,0,80.1485,-159.63,410.389,1.58825,86400,0,0,12600,3994,0,0,0,0),(137283,33236,603,3,1,28580,0,52.1921,-70.2913,409.887,3.24631,86400,0,0,12600,3994,0,0,0,0),(137284,33236,603,3,1,28580,0,-31.0637,113.368,435.73,0.733038,86400,0,0,12600,3994,0,0,0,0),(137285,33236,603,3,1,28580,0,-278.299,-278.771,369.549,2.25148,86400,0,0,12600,3994,0,0,0,0),(137286,33236,603,3,1,28580,0,70.9593,46.1615,409.887,4.04916,86400,0,0,12600,3994,0,0,0,0),(137287,33236,603,3,1,28581,0,-215.112,-82.6505,409.887,3.05433,86400,0,0,12600,3994,0,0,0,0),(137288,33236,603,3,1,28580,0,-117.331,-260.76,369.55,2.51327,86400,0,0,12600,3994,0,0,0,0),(137289,33236,603,3,1,28581,0,119.934,164.25,409.888,4.66003,86400,0,0,12600,3994,0,0,0,0),(137290,33236,603,3,1,28580,0,-192.335,-95.178,409.887,3.03687,86400,0,0,12600,3994,0,0,0,0),(137291,33236,603,3,1,28580,0,60.8698,-248.841,416.062,1.55334,86400,0,0,12600,3994,0,0,0,0),(137292,33236,603,3,1,28581,0,-141.152,184.77,432.875,4.39823,86400,0,0,12600,3994,0,0,0,0),(137293,33236,603,3,1,28580,0,-271.663,-235.784,369.801,2.98451,86400,0,0,12600,3994,0,0,0,0),(137294,33236,603,3,1,28581,0,-483.769,28.6173,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137295,33236,603,3,1,28580,0,317.431,298.656,409.887,3.12414,86400,0,0,12600,3994,0,0,0,0),(137296,33236,603,3,1,28580,0,-364.751,-67.3143,409.887,3.03687,86400,0,0,12600,3994,0,0,0,0),(137297,33236,603,3,1,28580,0,-80.2352,-193.874,369.549,3.14159,86400,0,0,12600,3994,0,0,0,0),(137298,33236,603,3,1,28580,0,-106.612,-267.234,369.979,2.61799,86400,0,0,12600,3994,0,0,0,0),(137299,33236,603,3,1,28581,0,123.108,-51.931,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137300,33236,603,3,1,28581,0,55.7419,-272.447,411.886,1.58825,86400,0,0,12600,3994,0,0,0,0),(137301,33236,603,3,1,28580,0,-462.793,-2.75212,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137302,33236,603,3,1,28581,0,-175.517,-12.5543,409.887,3.26377,86400,0,0,12600,3994,0,0,0,0),(137303,33236,603,3,1,28581,0,-310.4,-52.3381,409.887,3.12414,86400,0,0,12600,3994,0,0,0,0),(137304,33236,603,3,1,28580,0,-388.217,-157.523,412.986,1.55334,86400,0,0,12600,3994,0,0,0,0),(137305,33236,603,3,1,28581,0,130.597,163.682,409.888,4.50295,86400,0,0,12600,3994,0,0,0,0),(137306,33236,603,3,1,28580,0,46.4974,152.508,433.621,4.50295,86400,0,0,12600,3994,0,0,0,0),(137307,33236,603,3,1,28580,0,-496.739,-9.38612,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137308,33236,603,3,1,28581,0,-278.918,-149.164,409.89,0.575959,86400,0,0,12600,3994,0,0,0,0),(137309,33236,603,3,1,28581,0,-42.6168,95.4554,435.73,0.872665,86400,0,0,12600,3994,0,0,0,0),(137310,33236,603,3,1,28580,0,-299.61,-59.1404,409.887,3.12414,86400,0,0,12600,3994,0,0,0,0),(137311,33236,603,3,1,28580,0,-286.232,-56.1521,409.887,3.38594,86400,0,0,12600,3994,0,0,0,0),(137312,33236,603,3,1,28581,0,-342.416,65.6021,411.968,4.62512,86400,0,0,12600,3994,0,0,0,0),(137313,33236,603,3,1,28581,0,-47.9733,125.905,434.068,0.087266,86400,0,0,12600,3994,0,0,0,0),(137314,33236,603,3,1,28580,0,320.486,274.116,409.887,2.86234,86400,0,0,12600,3994,0,0,0,0),(137315,33236,603,3,1,28580,0,-269.4,15.5009,409.887,3.12414,86400,0,0,12600,3994,0,0,0,0),(137316,33236,603,3,1,28580,0,-361.892,-42.2298,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137317,33236,603,3,1,28581,0,-258.248,-259.909,369.549,2.93215,86400,0,0,12600,3994,0,0,0,0),(137318,33236,603,3,1,28580,0,-183.579,-276.983,369.549,2.07694,86400,0,0,12600,3994,0,0,0,0),(137319,33236,603,3,1,28580,0,-255.949,-209.108,373.659,3.29867,86400,0,0,12600,3994,0,0,0,0),(137320,33236,603,3,1,28580,0,-146.224,207.385,433.13,4.57276,86400,0,0,12600,3994,0,0,0,0),(137321,33236,603,3,1,28580,0,-411.724,-175.579,412.986,1.41372,86400,0,0,12600,3994,0,0,0,0),(137322,33236,603,3,1,28581,0,-169.07,-141.731,410.049,2.68781,86400,0,0,12600,3994,0,0,0,0),(137323,33236,603,3,1,28581,0,-465.512,78.7837,410.492,3.14159,86400,0,0,12600,3994,0,0,0,0),(137324,33236,603,3,1,28580,0,77.2306,-231.063,419.058,1.58825,86400,0,0,12600,3994,0,0,0,0),(137325,33236,603,3,1,28581,0,-139.29,199.041,432.921,4.45059,86400,0,0,12600,3994,0,0,0,0),(137326,33236,603,3,1,28581,0,-483.722,77.854,409.897,3.14159,86400,0,0,12600,3994,0,0,0,0),(137327,33236,603,3,1,28580,0,-259.496,-291.777,369.549,2.35619,86400,0,0,12600,3994,0,0,0,0),(137328,33236,603,3,1,28581,0,-150.96,-11.3733,409.887,3.26377,86400,0,0,12600,3994,0,0,0,0),(137329,33236,603,3,1,28580,0,135.418,-90.6715,409.887,3.24631,86400,0,0,12600,3994,0,0,0,0),(137330,33236,603,3,1,28580,0,-328.139,59.434,409.924,4.24115,86400,0,0,12600,3994,0,0,0,0),(137331,33236,603,3,1,28580,0,-321.24,-53.0743,409.887,3.12414,86400,0,0,12600,3994,0,0,0,0),(137332,33236,603,3,1,28581,0,-483.707,-2.29764,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137333,33236,603,3,1,28581,0,-105.198,-3.70351,409.887,3.12414,86400,0,0,12600,3994,0,0,0,0),(137334,33236,603,3,1,28581,0,-411.615,-151.026,412.986,1.41372,86400,0,0,12600,3994,0,0,0,0),(137335,33236,603,3,1,28580,0,120.883,-90.7994,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137336,33236,603,3,1,28581,0,-152.188,-63.3306,409.887,3.10669,86400,0,0,12600,3994,0,0,0,0),(137337,33236,603,3,1,28580,0,-151.322,-43.4029,409.887,3.15905,86400,0,0,12600,3994,0,0,0,0),(137338,33236,603,3,1,28581,0,-176.954,-96.6383,409.887,3.01942,86400,0,0,12600,3994,0,0,0,0),(137339,33236,603,3,1,28580,0,-496.748,22.2423,409.887,3.21141,86400,0,0,12600,3994,0,0,0,0),(137340,33236,603,3,1,28581,0,-327.116,82.5885,413.074,4.39823,86400,0,0,12600,3994,0,0,0,0),(137341,33236,603,3,1,28581,0,-172.421,189.523,433.593,5.06145,86400,0,0,12600,3994,0,0,0,0),(137342,33236,603,3,1,28581,0,75.8172,-272.866,411.861,1.58825,86400,0,0,12600,3994,0,0,0,0),(137343,33236,603,3,1,28581,0,-497.576,-44.7294,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137344,33236,603,3,1,28581,0,-382.051,-53.3655,409.887,3.08923,86400,0,0,12600,3994,0,0,0,0),(137345,33236,603,3,1,28580,0,-341.775,89.1907,415.349,4.64258,86400,0,0,12600,3994,0,0,0,0),(137346,33236,603,3,1,28581,0,-177.411,-234.23,369.549,3.00197,86400,0,0,12600,3994,0,0,0,0),(137347,33236,603,3,1,28580,0,41.3506,-29.01,409.887,3.08923,86400,0,0,12600,3994,0,0,0,0),(137348,33236,603,3,1,28580,0,-312.839,76.4219,411.07,4.13643,86400,0,0,12600,3994,0,0,0,0),(137349,33236,603,3,1,28580,0,16.6629,-14.0655,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137350,33236,603,3,1,28580,0,-104.344,-92.938,409.852,3.00197,86400,0,0,12600,3994,0,0,0,0),(137351,33236,603,3,1,28581,0,-463.702,-84.6323,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137352,33236,603,3,1,28581,0,-365.803,-74.3313,409.887,3.01942,86400,0,0,12600,3994,0,0,0,0),(137353,33236,603,3,1,28580,0,-333.705,-230.806,369.549,2.11185,86400,0,0,12600,3994,0,0,0,0),(137354,33236,603,3,1,28580,0,-194.167,-299.707,369.549,1.8675,86400,0,0,12600,3994,0,0,0,0),(137355,33236,603,3,1,28580,0,-269.092,-300.717,369.549,2.14675,86400,0,0,12600,3994,0,0,0,0),(137356,33236,603,3,1,28580,0,-151.661,-71.6659,409.887,3.07178,86400,0,0,12600,3994,0,0,0,0),(137357,33236,603,3,1,28580,0,90.9539,-312.019,410.902,1.65806,86400,0,0,12600,3994,0,0,0,0),(137358,33236,603,3,1,28581,0,-463.83,-69.0799,410.325,3.15905,86400,0,0,12600,3994,0,0,0,0),(137359,33236,603,3,1,28580,0,307.759,357.022,410.823,3.28122,86400,0,0,12600,3994,0,0,0,0),(137360,33236,603,3,1,28581,0,1.62424,188.653,434.054,4.06662,86400,0,0,12600,3994,0,0,0,0),(137361,33236,603,3,1,28581,0,142.28,-23.0959,409.887,3.24631,86400,0,0,12600,3994,0,0,0,0),(137362,33236,603,3,1,28580,0,-496.866,6.16596,409.887,3.15905,86400,0,0,12600,3994,0,0,0,0),(137363,33236,603,3,1,28580,0,319.779,339.739,410,3.14159,86400,0,0,12600,3994,0,0,0,0),(137364,33236,603,3,1,28581,0,-59.5299,-25.9552,407.811,3.14159,86400,0,0,12600,3994,0,0,0,0),(137365,33236,603,3,1,28581,0,-156.546,186.987,432.875,4.74729,86400,0,0,12600,3994,0,0,0,0),(137366,33236,603,3,1,28581,0,57.0254,-188.283,414.194,1.58825,86400,0,0,12600,3994,0,0,0,0),(137367,33236,603,3,1,28580,0,94.1773,58.4691,409.887,3.87463,86400,0,0,12600,3994,0,0,0,0),(137368,33236,603,3,1,28581,0,-394.977,-175.193,412.986,1.58825,86400,0,0,12600,3994,0,0,0,0),(137369,33236,603,3,1,28580,0,59.1666,-27.2652,409.663,3.10669,86400,0,0,12600,3994,0,0,0,0),(137370,33236,603,3,1,28581,0,-105.64,15.6917,409.887,3.28122,86400,0,0,12600,3994,0,0,0,0),(137371,33236,603,3,1,28581,0,53.4269,-315.423,410.902,1.3439,86400,0,0,12600,3994,0,0,0,0),(137372,33236,603,3,1,28581,0,-462.86,-10.5629,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137373,33236,603,3,1,28580,0,-312.099,-219.505,369.549,2.23402,86400,0,0,12600,3994,0,0,0,0),(137374,33236,603,3,1,28581,0,-465.574,109.699,411.012,3.22886,86400,0,0,12600,3994,0,0,0,0),(137375,33236,603,3,1,28581,0,299.4,350.102,410.499,3.22886,86400,0,0,12600,3994,0,0,0,0),(137376,33236,603,3,1,28580,0,-354.295,-240.173,369.549,1.98968,86400,0,0,12600,3994,0,0,0,0),(137377,33236,603,3,1,28581,0,91.0111,37.3589,409.887,3.59538,86400,0,0,12600,3994,0,0,0,0),(137378,33236,603,3,1,28581,0,33.3117,-105.101,409.887,3.07178,86400,0,0,12600,3994,0,0,0,0),(137379,33236,603,3,1,28581,0,51.9472,-111.955,409.887,3.10669,86400,0,0,12600,3994,0,0,0,0),(137380,33236,603,3,1,28580,0,-1.83941,198.796,434.117,4.15388,86400,0,0,12600,3994,0,0,0,0),(137381,33236,603,3,1,28580,0,-326.852,-1.42649,409.887,2.54818,86400,0,0,12600,3994,0,0,0,0),(137382,33236,603,3,1,28581,0,-82.2132,-37.9863,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137383,33236,603,3,1,28581,0,70.7033,33.0135,409.887,3.76991,86400,0,0,12600,3994,0,0,0,0),(137384,33236,603,3,1,28580,0,31.8596,-70.059,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137385,33236,603,3,1,28581,0,-362.283,-51.4264,409.887,3.10669,86400,0,0,12600,3994,0,0,0,0),(137386,33236,603,3,1,28581,0,-320.96,-60.3606,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137387,33236,603,3,1,28581,0,-408.926,-0.462023,409.887,3.29867,86400,0,0,12600,3994,0,0,0,0),(137388,33236,603,3,1,28581,0,-40.6959,-29.8561,409.549,3.15905,86400,0,0,12600,3994,0,0,0,0),(137389,33236,603,3,1,28581,0,-219.895,0.816732,409.887,3.29867,86400,0,0,12600,3994,0,0,0,0),(137390,33236,603,3,1,28581,0,-60.0656,-37.3457,408.162,3.14159,86400,0,0,12600,3994,0,0,0,0),(137391,33236,603,3,1,28580,0,118.593,-118.643,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137392,33236,603,3,1,28581,0,-386.777,0.179036,409.887,3.28122,86400,0,0,12600,3994,0,0,0,0),(137393,33236,603,3,1,28581,0,94.1023,-355.521,410.903,1.5708,86400,0,0,12600,3994,0,0,0,0),(137394,33236,603,3,1,28581,0,-80.0061,-207.984,369.549,2.79253,86400,0,0,12600,3994,0,0,0,0),(137395,33236,603,3,1,28581,0,37.0138,11.4258,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137396,33236,603,3,1,28581,0,-485.344,92.7661,411.79,3.19395,86400,0,0,12600,3994,0,0,0,0),(137397,33236,603,3,1,28580,0,-465.579,70.973,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137398,33236,603,3,1,28580,0,-277.82,-173.954,410.029,1.22173,86400,0,0,12600,3994,0,0,0,0),(137399,33236,603,3,1,28581,0,33.3909,-82.9998,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137400,33236,603,3,1,28580,0,-322.608,72.7205,410.969,4.2586,86400,0,0,12600,3994,0,0,0,0),(137401,33236,603,3,1,28581,0,100.054,-337.827,410.903,1.64061,86400,0,0,12600,3994,0,0,0,0),(137402,33236,603,3,1,28581,0,-346.414,75.4232,413.953,4.71239,86400,0,0,12600,3994,0,0,0,0),(137403,33236,603,3,1,28581,0,-233.824,-207.92,372.828,3.1765,86400,0,0,12600,3994,0,0,0,0),(137404,33236,603,3,1,28580,0,308.57,290.725,409.795,3.01942,86400,0,0,12600,3994,0,0,0,0),(137405,33236,603,3,1,28581,0,-364.656,-1.27778,409.887,3.26377,86400,0,0,12600,3994,0,0,0,0),(137406,33236,603,3,1,28581,0,-94.8631,-244.291,369.549,2.93215,86400,0,0,12600,3994,0,0,0,0),(137407,33236,603,3,1,28581,0,-332.604,69.5694,410.947,4.41568,86400,0,0,12600,3994,0,0,0,0),(137408,33236,603,3,1,28581,0,-69.5844,16.1421,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137409,33236,603,3,1,28581,0,-286.044,-156.989,410.046,0.680678,86400,0,0,12600,3994,0,0,0,0),(137410,33236,603,3,1,28580,0,-290.384,40.1697,409.9,3.40339,86400,0,0,12600,3994,0,0,0,0),(137411,33236,603,3,1,28581,0,119.835,-25.957,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137412,33236,603,3,1,28581,0,34.1312,-113.7,409.887,3.08923,86400,0,0,12600,3994,0,0,0,0),(137413,33236,603,3,1,28581,0,-363.449,-20.4014,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137414,33236,603,3,1,28580,0,-93.3536,-215.544,369.549,2.9147,86400,0,0,12600,3994,0,0,0,0),(137415,33236,603,3,1,28581,0,121.539,186.349,410.081,4.66003,86400,0,0,12600,3994,0,0,0,0),(137416,33236,603,3,1,28581,0,-120.611,-54.9247,409.887,3.31613,86400,0,0,12600,3994,0,0,0,0),(137417,33236,603,3,1,28581,0,305.696,342.162,410.186,3.15905,86400,0,0,12600,3994,0,0,0,0),(137418,33236,603,3,1,28581,0,-463.711,-53.0039,409.887,3.21141,86400,0,0,12600,3994,0,0,0,0),(137419,33236,603,3,1,28580,0,-487.608,-50.7317,409.887,3.21141,86400,0,0,12600,3994,0,0,0,0),(137420,33236,603,3,1,28580,0,61.1151,-273.307,411.748,1.55334,86400,0,0,12600,3994,0,0,0,0),(137421,33236,603,3,1,28581,0,-84.0309,-24.9603,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137422,33236,603,3,1,28581,0,-39.6649,8.02382,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137423,33236,603,3,1,28581,0,-159.433,-163.271,410.431,2.42601,86400,0,0,12600,3994,0,0,0,0),(137424,33236,603,3,1,28581,0,11.8933,190.749,433.852,3.9968,86400,0,0,12600,3994,0,0,0,0),(137425,33236,603,3,1,28580,0,-162.975,195.42,432.911,4.86947,86400,0,0,12600,3994,0,0,0,0),(137426,33236,603,3,1,28580,0,-107.28,103.429,435.73,2.37365,86400,0,0,12600,3994,0,0,0,0),(137427,33236,603,3,1,28581,0,106.792,163.761,409.961,4.86947,86400,0,0,12600,3994,0,0,0,0),(137428,33236,603,3,1,28580,0,-254.317,-236.588,370.487,3.00197,86400,0,0,12600,3994,0,0,0,0),(137429,33236,603,3,1,28581,0,-45.1823,111.166,435.575,0.523599,86400,0,0,12600,3994,0,0,0,0),(137430,33236,603,3,1,28580,0,-267.846,-268.849,369.549,2.63545,86400,0,0,12600,3994,0,0,0,0),(137431,33236,603,3,1,28581,0,310.214,273.176,409.887,2.82743,86400,0,0,12600,3994,0,0,0,0),(137432,33236,603,3,1,28580,0,85.5218,-160.49,410.403,1.55334,86400,0,0,12600,3994,0,0,0,0),(137433,33236,603,3,1,28581,0,-357.075,72.2036,413.465,4.93928,86400,0,0,12600,3994,0,0,0,0),(137434,33236,603,3,1,28580,0,95.3671,185.722,409.888,4.95674,86400,0,0,12600,3994,0,0,0,0),(137435,33236,603,3,1,28581,0,-395.862,-164.69,412.986,1.50098,86400,0,0,12600,3994,0,0,0,0),(137436,33236,603,3,1,28581,0,-381.463,-65.3715,409.887,3.03687,86400,0,0,12600,3994,0,0,0,0),(137437,33236,603,3,1,28581,0,-122.896,-4.13645,409.888,3.12414,86400,0,0,12600,3994,0,0,0,0),(137438,33236,603,3,1,28580,0,-364.782,8.97982,409.875,3.31613,86400,0,0,12600,3994,0,0,0,0),(137439,33236,603,3,1,28581,0,-487.727,-66.8092,409.887,3.15905,86400,0,0,12600,3994,0,0,0,0),(137440,33236,603,3,1,28581,0,-178.679,-313.412,369.549,1.97222,86400,0,0,12600,3994,0,0,0,0),(137441,33236,603,3,1,28580,0,-176.403,-137.838,409.89,2.68781,86400,0,0,12600,3994,0,0,0,0),(137442,33236,603,3,1,28581,0,-156.918,-205.562,370.125,3.1765,86400,0,0,12600,3994,0,0,0,0),(137443,33236,603,3,1,28580,0,-69.6938,6.18381,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137444,33236,603,3,1,28580,0,-388.78,11.3351,409.825,3.33358,86400,0,0,12600,3994,0,0,0,0),(137445,33236,603,3,1,28581,0,-103.844,-55.3039,409.887,3.28122,86400,0,0,12600,3994,0,0,0,0),(137446,33236,603,3,1,28581,0,-51.0472,100.82,435.73,0.645772,86400,0,0,12600,3994,0,0,0,0),(137447,33236,603,3,1,28580,0,-54.1147,17.4569,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137448,33236,603,3,1,28581,0,-103.558,-86.011,409.846,3.05433,86400,0,0,12600,3994,0,0,0,0),(137449,33236,603,3,1,28580,0,9.0969,200.89,433.799,4.06662,86400,0,0,12600,3994,0,0,0,0),(137450,33236,603,3,1,28581,0,-167.629,-292.387,369.549,2.16421,86400,0,0,12600,3994,0,0,0,0),(137451,33236,603,3,1,28581,0,-199.642,0.058594,409.887,3.33358,86400,0,0,12600,3994,0,0,0,0),(137452,33236,603,3,1,28581,0,-310.12,-59.6246,409.887,3.1765,86400,0,0,12600,3994,0,0,0,0),(137453,33236,603,3,1,28581,0,-178.686,197.974,435.228,5.11381,86400,0,0,12600,3994,0,0,0,0),(137454,33236,603,3,1,28580,0,-174.803,-21.3459,409.887,3.24631,86400,0,0,12600,3994,0,0,0,0),(137455,33236,603,3,1,28580,0,38.3325,159.077,433.261,4.62512,86400,0,0,12600,3994,0,0,0,0),(137456,33236,603,3,1,28581,0,-120.713,-84.6625,409.859,3.03687,86400,0,0,12600,3994,0,0,0,0),(137457,33236,603,3,1,28580,0,-403.201,-158.228,412.986,1.46608,86400,0,0,12600,3994,0,0,0,0),(137458,33236,603,3,1,28580,0,-462.869,21.0656,409.887,3.21141,86400,0,0,12600,3994,0,0,0,0),(137459,33236,603,3,1,28581,0,-269.28,-170.704,409.638,1.44862,86400,0,0,12600,3994,0,0,0,0),(137460,33236,603,3,1,28580,0,-233.109,-221.016,371.901,3.08923,86400,0,0,12600,3994,0,0,0,0),(137461,33236,603,3,1,28580,0,-463.861,-61.8229,409.96,3.19395,86400,0,0,12600,3994,0,0,0,0),(137462,33236,603,3,1,28581,0,-197.248,-24.207,409.887,3.22886,86400,0,0,12600,3994,0,0,0,0),(137463,33236,603,3,1,28581,0,-243.157,-276.133,369.549,2.72271,86400,0,0,12600,3994,0,0,0,0),(137464,33236,603,3,1,28580,0,-39.8054,119.333,434.287,0.349066,86400,0,0,12600,3994,0,0,0,0),(137465,33236,603,3,1,28581,0,-361.794,-31.2199,409.887,3.15905,86400,0,0,12600,3994,0,0,0,0),(137466,33236,603,3,1,28581,0,88.6118,-17.3934,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137467,33236,603,3,1,28581,0,59.6561,-7.05859,409.887,3.15905,86400,0,0,12600,3994,0,0,0,0),(137468,33236,603,3,1,28581,0,-117.168,114.072,435.73,2.37365,86400,0,0,12600,3994,0,0,0,0),(137469,33236,603,3,1,28581,0,-96.2322,-257.236,369.866,2.79253,86400,0,0,12600,3994,0,0,0,0),(137470,33236,603,3,1,28580,0,-105.483,5.90175,409.887,3.19395,86400,0,0,12600,3994,0,0,0,0),(137471,33236,603,3,1,28580,0,-108.118,-254.129,369.549,2.72271,86400,0,0,12600,3994,0,0,0,0),(137472,33236,603,3,1,28580,0,-486.664,108.629,413.134,3.22886,86400,0,0,12600,3994,0,0,0,0),(137473,33236,603,3,1,28581,0,-193.975,-50.181,409.887,3.14159,86400,0,0,12600,3994,0,0,0,0),(137474,33236,603,3,1,28581,0,-151.347,-22.1387,409.887,3.24631,86400,0,0,12600,3994,0,0,0,0),(137475,33236,603,3,1,28581,0,83.8776,-190.705,414.555,1.55334,86400,0,0,12600,3994,0,0,0,0),(137476,33237,603,3,1,0,0,15.9076,-49.3201,409.877,3.23301,604800,5,0,1575000,0,2,0,0,0),(137477,33237,603,3,1,0,0,-284.58,11.5808,409.929,5.50737,604800,5,0,1575000,0,2,0,0,0),(137478,33237,603,3,1,0,0,71.7274,-208.277,417.976,4.69692,604800,5,0,1575000,0,2,0,0,0),(137479,33237,603,3,1,28517,0,367.031,12.7845,409.887,3.26377,604800,0,0,1575000,0,0,0,0,0),(137480,33237,603,3,1,28517,0,368.768,-46.8479,409.887,3.03687,604800,0,0,1575000,0,0,0,0,0),(137481,33754,603,3,1,0,1,2100.18,-121.067,411.763,5.57664,604800,5,0,754936,0,2,0,0,0),(137482,33754,603,3,1,0,1,2139.12,-192.408,412.3,4.67686,604800,0,0,754936,0,2,0,0,0),(137483,33755,603,3,1,0,1,2096.68,-128.599,411.763,5.5744,604800,5,0,754936,0,2,0,0,0),(137484,33755,603,3,1,0,1,2129.89,-193.11,412.3,4.68864,604800,0,0,754936,0,2,0,0,0),(137485,34267,603,3,1,28112,0,818.097,74.1267,409.887,5.07891,604800,0,0,189000,0,0,0,0,0),(137486,34267,603,3,1,28112,0,785.015,-74.8321,409.887,5.07891,604800,0,0,189000,0,0,0,0,0),(137487,34267,603,3,1,28112,0,812.799,-92.2709,409.887,3.15905,604800,0,0,189000,0,0,0,0,0),(137488,34267,603,3,1,28112,0,804.123,50.6337,409.887,3.15905,604800,0,0,189000,0,0,0,0,0),(137489,34269,603,3,1,29157,0,776.422,-70.3908,409.887,5.28835,604800,0,0,252000,0,0,0,0,0),(1975212,34096,603,3,1,0,0,2057.19,-24.6387,421.531,3.64112,300,0,0,39099,0,0,0,0,0),(1975211,34096,603,3,1,0,0,2035.43,-74.8985,411.356,4.46578,300,0,0,39099,0,0,0,0,0),(137492,34271,603,3,1,29154,0,810.528,74.1406,409.887,5.51524,604800,0,0,252000,0,0,0,0,0),(137493,34271,603,3,1,29154,0,792.158,-86.1298,409.887,5.51524,604800,0,0,252000,0,0,0,0,0),(137494,34273,603,3,1,29156,0,774.313,47.4878,409.887,3.61283,604800,0,0,252000,0,0,0,0,0),(137495,34273,603,3,1,29156,0,807.157,-102.416,409.887,3.61283,604800,0,0,252000,0,0,0,0,0),(137496,33515,603,3,1,28651,1,1956.2,49.3155,411.358,2.84121,604800,0,0,3137625,234190,2,0,0,0),(137498,33264,603,3,1,25723,0,-77.9878,108.991,461.175,1.85005,604800,0,0,189000,0,0,0,0,0),(137499,33264,603,3,1,25723,0,-99.0278,90.033,461.175,3.1765,604800,0,0,189000,0,0,0,0,0),(137500,33264,603,3,1,25723,0,-59.4983,88.467,461.175,0.069813,604800,0,0,189000,0,0,0,0,0),(137501,33264,603,3,1,25723,0,69.2066,-379.868,437.592,2.21657,604800,0,0,189000,0,0,0,0,0),(137502,33264,603,3,1,25723,0,96.2361,-379.455,437.592,1.50098,604800,0,0,189000,0,0,0,0,0),(137503,33264,603,3,1,25723,0,326.148,332.417,436.515,2.32129,604800,0,0,189000,0,0,0,0,0),(137504,33264,603,3,1,25723,0,326.45,304.609,436.515,3.68265,604800,0,0,189000,0,0,0,0,0),(137505,33264,603,3,1,25723,0,-223.929,-279.219,396.084,1.95477,604800,0,0,189000,0,0,0,0,0),(137506,33264,603,3,1,25723,0,-204.524,-297.847,396.084,0.191986,604800,0,0,189000,0,0,0,0,0),(137507,33779,603,3,1,0,0,-642.508,-101.339,518.981,0,180,0,0,1,0,0,0,0,0),(137508,33779,603,3,1,0,0,-666.392,-4.95139,518.596,0,180,0,0,1,0,0,0,0,0),(137509,33779,603,3,1,0,0,-689.106,-50.0527,428.213,0,180,0,0,1,0,0,0,0,0),(1975202,34054,603,3,1,11686,0,68.7679,-325.026,410.818,4.6984,300,0,0,75600,0,0,0,0,0),(1975201,34054,603,3,1,11686,0,73.8978,-29.3306,409.814,3.13546,300,0,0,75600,0,0,0,0,0),(1975200,34054,603,3,1,11686,0,-221.475,-271.087,369.465,4.25072,300,0,0,75600,0,0,0,0,0),(137515,33525,603,3,1,1988,0,2279.63,31.7704,426.672,5.13127,604800,0,0,260660,20405,0,0,0,0),(137516,33525,603,3,1,1988,0,2366.41,20.4424,425.632,3.63029,604800,0,0,260660,20405,0,0,0,0),(137518,33525,603,3,1,1988,0,2334.06,-192.251,438.541,1.46608,604800,0,0,260660,20405,0,0,0,0),(137519,33525,603,3,1,1988,0,2265.14,-57.2977,424.22,2.56563,604800,0,0,260660,20405,0,0,0,0),(137520,33526,603,3,1,28685,0,2273.45,29.8853,426.013,5.61996,604800,0,0,260660,0,0,0,0,0),(137521,33526,603,3,1,28685,0,2365.89,13.3761,424.602,3.10669,604800,0,0,260660,0,0,0,0,0),(137522,33526,603,3,1,28685,0,2329.36,-199.815,439.569,1.22173,604800,0,0,260660,0,0,0,0,0),(137523,33526,603,3,1,28685,0,2259.18,-53.9556,423.883,2.18166,604800,0,0,260660,0,0,0,0,0),(137524,33527,603,3,1,28679,0,2275.3,38.1159,426.972,5.20108,604800,0,0,195495,20405,0,0,0,0),(137525,33527,603,3,1,28679,0,2359.91,16.8428,425.688,3.59538,604800,0,0,195495,20405,0,0,0,0),(137526,33527,603,3,1,28679,0,2325.02,-193.47,439.387,0.715585,604800,0,0,195495,20405,0,0,0,0),(137527,33527,603,3,1,28679,0,2261.25,-61.5676,423.593,1.97222,604800,0,0,195495,20405,0,0,0,0),(137528,33528,603,3,1,28686,0,2267.13,25.0151,428.602,1.16059,604800,0,0,195495,0,2,0,0,0),(137529,33528,603,3,1,28686,0,2366.77,4.8691,427.116,0.530705,604800,0,0,195495,0,2,0,0,0),(137530,33528,603,3,1,28686,0,2258.51,-45.4256,427.925,2.5147,604800,0,0,195495,0,2,0,0,0),(137531,33528,603,3,1,28686,0,2337.47,-207.865,442.294,0.933502,604800,0,0,195495,0,2,0,0,0),(1975905,30260,571,1,4,0,0,7110.67,-2133.14,758.775,5.04282,300,0,0,11379,0,0,0,0,0),(62016,33134,603,3,1,29117,0,1980.28,-25.5868,329.397,3.12414,604800,0,0,199999,212900,0,0,0,0),(68103,33956,603,1,1,0,1,1556.94,144.098,427.308,4.0438,7200,5,0,0,0,1,0,0,0),(137538,33818,603,3,1,29044,1,1780.45,127.111,342.464,5.37561,604800,0,0,337025,33352,0,0,0,0),(137539,33818,603,3,1,29045,1,1894.24,123.477,342.463,3.93455,604800,0,0,337025,33352,0,0,0,0),(137540,33818,603,3,1,29044,1,1906.4,122.771,412.327,4.41568,604800,0,0,337025,33352,0,0,0,0),(137541,33818,603,3,1,29044,1,1848.49,136.632,341.909,4.79,604800,0,0,337025,33352,0,0,0,0),(137542,33819,603,3,1,29049,1,1787.65,125.304,342.462,5.32325,604800,0,0,337025,16676,0,0,0,0),(137543,33819,603,3,1,29049,1,1799.14,114.74,342.367,5.28835,604800,0,0,337025,16676,0,0,0,0),(137544,33819,603,3,1,29051,1,1898.09,131.752,342.464,3.97985,604800,0,0,337025,16676,0,0,0,0),(137545,33819,603,3,1,29049,1,1849.31,127.545,342.056,4.78754,604800,0,0,337025,16676,0,0,0,0),(137546,33819,603,3,1,29050,1,1835.79,135.205,341.937,5.01825,604800,0,0,337025,16676,0,0,0,0),(137547,33820,603,3,1,29053,1,1786.51,109.936,342.465,5.42797,604800,0,0,337025,29183,0,0,0,0),(137548,33820,603,3,1,29053,1,1882.52,128.87,342.461,4.15287,604800,0,0,337025,29183,0,0,0,0),(137549,33820,603,3,1,29052,1,1843.27,122.681,341.533,4.9389,604800,0,0,337025,29183,0,0,0,0),(137550,33822,603,3,1,29047,1,1792.32,131.847,342.461,5.25344,604800,0,0,471835,0,0,0,0,0),(137551,33822,603,3,1,29048,1,1886.38,136.88,342.462,4.16799,604800,0,0,471835,0,0,0,0,0),(137552,33822,603,3,1,29047,1,1899.79,122.475,412.327,5.11381,604800,0,0,471835,0,0,0,0,0),(137553,33822,603,3,1,29048,1,1842.26,131.557,341.921,4.91922,604800,0,0,471835,0,0,0,0,0),(137554,33823,603,3,1,29059,1,1900.61,129.725,412.327,4.88692,604800,0,0,471835,0,0,0,0,0),(137555,33824,603,3,1,29055,1,1878.41,120.502,342.461,4.13243,604800,0,0,337025,0,0,0,0,0),(137556,33824,603,3,1,29055,1,1907.42,129.88,412.327,4.4855,604800,0,0,337025,0,0,0,0,0),(137557,33838,603,3,1,5488,0,1884.78,125.166,342.377,5.76218,604800,5,0,337025,41690,1,0,0,0),(137558,33838,603,3,1,5488,0,1785.83,112.765,342.381,3.32284,604800,5,0,337025,41690,1,0,0,0),(137559,33838,603,3,1,5488,0,1845.32,122.842,341.497,2.25753,604800,5,0,337025,41690,1,0,0,0),(137566,33772,603,3,1,28844,0,1880.17,78.1934,342.465,1.62316,604800,0,0,674050,0,0,0,0,0),(137567,33772,603,3,1,28844,0,1903.91,203.23,417.751,4.69494,604800,0,0,674050,0,0,0,0,0),(137568,33772,603,3,1,28844,0,1820.83,76.6274,342.391,1.74533,604800,0,0,674050,0,0,0,0,0),(137569,33774,603,3,1,0,0,1909.35,79.9488,412.382,1.69297,604800,0,0,67405,0,0,0,0,0),(137570,33774,603,3,1,0,0,1921.19,192.832,418.352,2.60054,604800,0,0,67405,0,0,0,0,0),(137571,33774,603,3,1,0,0,1888.83,139.241,412.382,0,604800,0,0,67405,0,0,0,0,0),(137572,33774,603,3,1,0,0,1924.21,61.8676,412.303,3.33358,604800,0,0,67405,0,0,0,0,0),(137573,33774,603,3,1,0,0,1895.03,177.9,418.355,1.72788,604800,0,0,67405,0,0,0,0,0),(137574,33775,603,3,1,0,0,1918.52,125.251,412.372,4.18879,604800,0,0,67405,0,0,0,0,0),(137575,33775,603,3,1,0,0,1922.04,176.805,418.355,0,604800,0,0,67405,0,0,0,0,0),(137576,33775,603,3,1,0,0,1937.37,66.0447,412.266,0,604800,0,0,67405,0,0,0,0,0),(137577,33775,603,3,1,0,0,1910.81,103.865,412.382,0,604800,0,0,67405,0,0,0,0,0),(137578,33775,603,3,1,0,0,1926.32,82.1256,412.382,5.16617,604800,0,0,67405,0,0,0,0,0),(137579,33775,603,3,1,0,0,1915.45,145.837,412.368,0,604800,0,0,67405,0,0,0,0,0),(137581,33271,603,3,1,28548,0,1852.78,81.3856,342.461,1.65806,604800,0,0,8367000,0,0,0,0,0),(135987,32780,603,3,1,11686,0,2098.97,-281.276,420.229,0.575959,180,0,0,42,0,0,0,0,0),(1975224,33378,603,3,1,11686,0,2104.94,-233.44,433.3,0.785398,604800,0,0,12600,0,0,0,0,0),(203549,29237,571,1,1,0,1,6709.57,-4355.49,440.719,2.40619,120,0,0,1,0,2,0,0,0),(137611,33186,603,3,1,0,0,588,-178,490,1.6,604800,0,0,3555975,0,2,0,0,0),(137590,33287,603,3,1,29035,1,592.503,-98.552,391.6,5.74213,604800,0,0,315000,119820,0,0,0,0),(137591,33287,603,3,1,29034,1,589.533,-95.3228,391.6,5.51524,604800,0,0,315000,119820,0,0,0,0),(137592,33287,603,3,1,29035,1,594.302,-94.3818,391.6,4.81711,604800,0,0,315000,119820,0,0,0,0),(137593,33816,603,3,1,29031,1,570.411,-108.794,391.6,4.13643,604800,0,0,315000,0,0,0,0,0),(137594,33816,603,3,1,29033,1,588.761,-114.866,391.6,4.85202,604800,0,0,315000,0,0,0,0,0),(137595,33816,603,3,1,29032,1,566.474,-103.634,391.6,4.36332,604800,0,0,315000,0,0,0,0,0),(137596,33816,603,3,1,29031,1,596.38,-110.264,391.6,4.85202,604800,0,0,315000,0,0,0,0,0),(137597,33816,603,3,1,29033,1,576.579,-113.111,391.6,4.29351,604800,0,0,315000,0,0,0,0,0),(137598,33816,603,3,1,29032,1,600.748,-104.848,391.608,4.85202,604800,0,0,315000,0,0,0,0,0),(203551,29237,571,1,1,0,1,6806.44,-4302.25,469.189,2.49582,120,0,0,1,0,0,0,0,0),(137612,33210,603,3,1,29030,0,585.667,-104.448,391.6,1.51844,604800,0,0,390990,0,0,0,0,0),(203440,18815,530,1,1,0,0,-4088.19,-11907.1,-1.46852,6.12611,120,0,0,1,0,0,0,0,0),(137614,33259,603,3,1,29037,1,578.177,-107.629,391.6,4.85202,604800,0,0,315000,0,0,0,0,0),(137615,33259,603,3,1,29036,1,588.254,-108.715,391.6,4.99164,604800,0,0,315000,0,0,0,0,0),(137616,33259,603,3,1,29037,1,583.61,-110.936,391.6,4.93928,604800,0,0,315000,0,0,0,0,0),(1975199,34054,603,3,1,11686,0,-81.9207,111.432,434.406,4.59629,300,0,0,75600,0,0,0,0,0),(137630,33350,603,3,1,28578,0,2742.53,2560.99,364.397,1.39626,604800,0,0,1742400,0,0,0,0,0),(1975197,34192,603,3,1,0,0,2633.26,2613.82,371.979,0,900,0,0,1,0,2,0,0,0),(1975196,34192,603,3,1,0,0,2695.92,2677.58,371.979,0,900,0,0,1,0,2,0,0,0),(1975195,34192,603,3,1,0,0,2786.6,2676.5,371.979,0,900,0,0,1,0,2,0,0,0),(1975194,34192,603,3,1,0,0,2817.05,2645.46,372.131,0,900,0,0,1,0,2,0,0,0),(1975193,34192,603,3,1,0,0,2741.21,2676.91,372.082,0,900,0,0,1,0,2,0,0,0),(1975192,34192,603,3,1,0,0,2665.17,2645.48,372.052,0,900,0,0,1,0,2,0,0,0),(1975191,34192,603,3,1,0,0,2635.42,2569.58,372.119,0,900,0,0,1,0,2,0,0,0),(1975190,34192,603,3,1,0,0,2665.73,2493.91,372.361,0,900,0,0,1,0,2,0,0,0),(1975189,34192,603,3,1,0,0,2740.45,2460.89,371.979,0,900,0,0,1,0,2,0,0,0),(1975188,34192,603,3,1,0,0,2816.81,2493.43,372.293,0,900,0,0,1,0,2,0,0,0),(1975187,34192,603,3,1,0,0,2783.89,2463.77,371.979,0,900,0,0,1,0,2,0,0,0),(1975186,34192,603,3,1,0,0,2697.08,2464.68,371.979,0,900,0,0,1,0,2,0,0,0),(1975185,34192,603,3,1,0,0,2636.18,2525.54,371.979,0,900,0,0,1,0,2,0,0,0),(1975184,34192,603,3,1,0,0,2635.76,2612.39,371.979,0,900,0,0,1,0,2,0,0,0),(1975183,34192,603,3,1,0,0,2699.38,2674.72,371.979,0,900,0,0,1,0,2,0,0,0),(1975182,34192,603,3,1,0,0,2785.94,2673.87,371.979,0,900,0,0,1,0,2,0,0,0),(135787,33432,603,3,1,28831,0,2744.65,2569.46,364.397,3.14159,604800,0,0,1742400,0,0,0,0,0),(1975198,34054,603,3,1,11686,0,-508.898,-32.9631,409.802,3.28074,300,0,0,75600,0,0,0,0,0),(40271,28538,571,1,1,0,1,6197.03,4772.67,221.593,4.62512,120,0,0,1,0,0,0,0,0),(1974608,28537,571,1,1,0,0,5549.76,5768.46,-74.374,0,300,0,0,1,0,0,0,0,0),(200011,24116,571,1,1,0,1,2315.69,-5998.78,2.62002,5.4907,25,0,0,7984,0,0,0,0,0),(200012,24116,571,1,1,0,1,2314.73,-5988.56,1.92231,5.22366,25,0,0,7984,0,0,0,0,0),(48324,31146,1,1,1,27510,0,9908.89,2251.49,1330.83,5.8294,180,0,0,24009944,0,0,0,0,0),(48325,31146,0,1,1,27510,0,-4927.08,-1189.76,501.737,2.9147,180,0,0,24009944,0,0,0,0,0),(48326,31146,0,1,1,27510,0,1764.94,351.16,-62.205,4.92183,180,0,0,24009944,0,0,0,0,0),(48327,32666,1,1,1,28047,0,9992.76,2259.3,1330.94,3.80482,180,0,0,1,0,0,0,0,0),(48334,32666,1,1,1,28047,0,10005.8,2247.55,1329.01,3.82227,180,0,0,1,0,0,0,0,0),(48335,32666,0,1,1,28047,0,-4936.08,-1138.78,501.541,6.16101,180,0,0,1,0,0,0,0,0),(48336,32666,0,1,1,28047,0,-4937.19,-1146.85,501.572,6.16101,180,0,0,1,0,0,0,0,0),(48337,32666,0,1,1,28047,0,1784.1,343.906,-62.2654,2.94961,180,0,0,1,0,0,0,0,0),(48338,32667,1,1,1,28047,0,9902.29,2245.93,1330.11,5.60251,180,0,0,1,0,0,0,0,0),(48339,32667,1,1,1,28047,0,9913.17,2259.14,1331.05,5.51524,180,0,0,1,0,0,0,0,0),(48340,32667,0,1,1,28047,0,-4912.55,-1154.93,501.612,2.94961,180,0,0,1,0,0,0,0,0),(48341,32667,0,1,1,28047,0,-4912.79,-1146,501.521,3.07178,180,0,0,1,0,0,0,0,0),(48342,32667,0,1,1,28047,0,1782.26,337.746,-62.226,2.86234,180,0,0,1,0,0,0,0,0),(48343,29289,0,1,1,26108,1,-8421.69,1296.31,20.9944,6.24828,180,0,0,955,0,0,0,0,0),(49578,29290,0,1,1,26109,0,-8419.88,1294.73,20.9943,1.48353,180,0,0,955,0,0,0,0,0),(49579,29287,0,1,1,26106,1,-8417.92,1296.43,20.9943,3.49066,180,0,0,955,0,0,0,0,0),(49580,29288,0,1,1,26107,1,-8419.86,1298.6,20.9102,6.06932,180,0,0,42,0,2,0,0,0),(49581,29293,0,1,1,26112,1,-8415.39,1315.59,11.291,0.331613,180,0,0,84,0,0,0,0,0),(49582,29294,0,1,1,26113,1,-8424.94,1315.58,11.2892,2.89725,180,0,0,84,0,0,0,0,0),(49583,29299,0,1,1,26118,1,-8421.48,1320.56,11.2073,5.58505,180,0,0,42,0,0,0,0,0),(49584,29297,0,1,1,26116,1,-8417.6,1327.71,11.025,0.089029,180,0,0,42,0,2,0,0,0),(49585,29292,0,1,1,26111,1,-8424.85,1322.82,11.1324,3.26377,180,0,0,84,0,0,0,0,0),(49586,29291,0,1,1,26110,1,-8419.32,1318.84,11.283,2.42601,180,0,0,42,0,0,0,0,0),(49587,29295,0,1,1,26114,1,-8415.68,1323.13,11.1275,5.95157,180,0,0,84,0,0,0,0,0),(49588,29300,0,1,1,26119,1,-8417.35,1332.03,11.0413,3.81238,180,0,0,42,0,2,0,0,0),(49589,29298,0,1,1,26117,1,-8421.58,1349.52,13.4616,1.51844,180,0,0,955,0,0,0,0,0),(49590,17103,0,1,1,16854,0,-8442.97,325.454,122.246,1.93731,180,0,0,2564,2434,0,0,0,0),(49591,24729,0,1,1,344,0,-8408.96,490.48,124.058,1.84221,180,5,0,8982,0,1,0,0,0),(49592,28650,0,1,1,25591,1,-8641.18,1331.08,5.31558,4.95674,180,0,0,1848,0,0,0,0,0),(49649,29296,0,1,1,26115,1,-8432.93,1319.45,6.70441,3.03687,180,5,0,42,0,2,0,0,0),(28675,18207,530,1,1,0,1,-1533.62,8481.93,-4.10242,5.71476,300,0,0,1000,6229,0,0,0,0),(28676,18207,530,1,1,0,1,-1530.73,8484.16,-4.10242,5.20819,300,0,0,1000,6229,0,0,0,0),(28678,18207,530,1,1,0,1,-1496.64,8565.37,7.26011,5.34956,300,0,0,1000,6229,0,0,0,0),(28679,18207,530,1,1,0,1,-1489.77,8566.64,7.26014,6.26062,300,0,0,1000,6229,0,0,0,0),(28680,18207,530,1,1,0,1,-1492.31,8573,7.2602,5.35349,300,0,0,1000,6229,0,0,0,0),(28681,18207,530,1,1,0,1,-1463.05,8405.77,-0.0208871,2.07424,300,0,0,1000,6229,0,0,0,0),(28682,18207,530,1,1,0,1,-1476.8,8417.78,0.972544,3.73824,300,0,0,1000,6229,0,0,0,0),(28683,18202,530,1,1,0,1,-1678.58,8496.61,-19.6745,3.87301,300,5,0,4731,2790,1,0,0,0),(28684,18202,530,1,1,0,1,-1641.91,8445.84,-17.8104,0.641091,300,5,0,4731,2790,1,0,0,0),(28685,18202,530,1,1,0,1,-1625.15,8419.38,-20.4938,1.01808,300,5,0,4731,2790,1,0,0,0),(28686,32719,571,1,1,28196,1,5960.95,598.314,650.627,4.33784,300,0,0,10635,3561,2,0,0,0),(28687,25523,571,1,2,0,1,1469.91,5407.01,38.1341,5.85497,300,0,0,42,0,0,0,0,0),(28689,25523,571,1,2,0,1,1480.28,5419.95,38.1331,5.45442,300,0,0,42,0,0,0,0,0),(28690,25523,571,1,2,0,1,1312.04,5448.42,6.49323,4.04856,300,0,0,42,0,0,0,0,0),(28691,25523,571,1,2,0,1,1305.91,5545.42,5.55245,5.55649,300,0,0,42,0,0,0,0,0),(28692,25523,571,1,2,0,1,1368.64,5597.19,12.2564,1.32712,300,0,0,42,0,0,0,0,0),(28693,25523,571,1,2,0,1,1303.86,5584.34,5.33715,0.906931,300,0,0,42,0,0,0,0,0),(28694,25523,571,1,2,0,1,1462.79,5775.25,0.445026,3.61468,300,0,0,42,0,0,0,0,0),(28695,25523,571,1,2,0,1,1443.62,5787.06,0.310595,4.79278,300,0,0,42,0,0,0,0,0),(28696,25523,571,1,2,0,1,1483.08,5744.7,23.601,4.20118,300,0,0,42,0,0,0,0,0),(28697,25523,571,1,2,0,1,1404.93,5730.39,23.6013,2.20633,300,0,0,42,0,0,0,0,0),(28698,25523,571,1,2,0,1,1496.75,5818.3,2.29096,0.665511,300,0,0,42,0,0,0,0,0),(28699,25523,571,1,2,0,1,1480.81,5831.38,3.20737,0.740123,300,0,0,42,0,0,0,0,0),(28700,25523,571,1,2,0,1,1437.39,5856.25,12.4842,4.3883,300,0,0,42,0,0,0,0,0),(28701,25523,571,1,2,0,1,1420.82,5832.01,11.7197,1.96927,300,0,0,42,0,0,0,0,0),(28702,25523,571,1,2,0,1,1315.87,5810.02,6.03121,2.98635,300,0,0,42,0,0,0,0,0),(28703,25523,571,1,2,0,1,1328.21,5813.35,6.08142,4.00345,300,0,0,42,0,0,0,0,0),(28704,25523,571,1,2,0,1,1317.86,5923.5,6.27113,2.84106,300,0,0,42,0,0,0,0,0),(46851,25523,571,1,2,0,1,1332.48,5950.37,20.7946,1.27812,300,0,0,42,0,0,0,0,0),(46857,25523,571,1,2,0,1,1316.66,5970.99,22.2444,6.24969,300,0,0,42,0,0,0,0,0),(46858,25523,571,1,2,0,1,1349.68,5980.39,22.9115,3.9367,300,0,0,42,0,0,0,0,0),(54486,25523,571,1,2,0,1,1397.61,5994.96,5.29399,1.89073,300,0,0,42,0,0,0,0,0),(54487,25523,571,1,2,0,1,1432.08,5990.61,1.79569,0.496655,300,0,0,42,0,0,0,0,0),(54488,25523,571,1,2,0,1,1386.87,5970.73,7.42058,1.80042,300,0,0,42,0,0,0,0,0),(54489,25523,571,1,2,0,1,1451.68,5917.21,0.561834,4.47136,300,0,0,42,0,0,0,0,0),(54490,25520,571,1,2,0,1,1442.93,5425.55,28.3733,1.92799,300,0,0,5588,6882,0,0,0,0),(54491,25520,571,1,2,0,1,1456.81,5443.9,28.3733,2.94115,300,0,0,5588,6882,0,0,0,0),(54492,25520,571,1,2,0,1,1363.75,5568.55,14.0011,1.12295,300,0,0,5588,6882,0,0,0,0),(54493,25520,571,1,2,0,1,1283.01,5683.59,12.184,5.80393,300,0,0,5588,6882,0,0,0,0),(54494,25520,571,1,2,0,1,1315.79,5682.9,12.1825,4.04858,300,0,0,5588,6882,0,0,0,0),(54495,25520,571,1,2,0,1,1414.24,5781.64,23.6015,5.54422,300,0,0,5588,6882,0,0,0,0),(54496,25520,571,1,2,0,1,1421.14,5722.18,23.6519,4.26009,300,0,0,5588,6882,0,0,0,0),(54497,25520,571,1,2,0,1,1428.04,5795.94,2.16253,2.6029,300,0,0,5588,6882,0,0,0,0),(54498,25520,571,1,2,0,1,1468.63,5745.18,1.98743,3.81633,300,0,0,5588,6882,0,0,0,0),(54499,25520,571,1,2,0,1,1461.28,5741.03,1.55504,0.820033,300,0,0,5588,6882,0,0,0,0),(54506,25613,571,1,2,0,0,1346.84,5765.82,6.69486,1.75127,300,0,0,6986,2991,0,0,0,0),(54507,25613,571,1,2,0,0,1356.45,5775.64,6.60162,3.08252,300,0,0,6986,2991,0,0,0,0),(54508,25613,571,1,2,0,0,1344.27,5787.23,7.16576,4.8418,300,0,0,6986,2991,0,0,0,0),(54509,25613,571,1,2,0,0,1390.22,5871.86,14.4485,2.1073,300,0,0,6986,2991,0,0,0,0),(54510,25613,571,1,2,0,0,1335.09,5777.3,7.15269,6.15734,300,0,0,6986,2991,0,0,0,0),(54511,25613,571,1,2,0,0,1393.8,5898.21,14.0441,3.9956,300,0,0,6986,2991,0,0,0,0),(54512,25613,571,1,2,0,0,1368.21,5892.79,14.5072,5.82557,300,0,0,6986,2991,0,0,0,0),(54513,25613,571,1,2,0,0,1294.3,5872.97,8.51053,5.60566,300,0,0,6986,2991,0,0,0,0),(54514,25613,571,1,2,0,0,1756.03,6061.84,1.21512,2.86912,300,0,0,6986,2991,0,0,0,0),(54515,25613,571,1,2,0,0,1778.28,6079.28,2.93405,5.91646,300,0,0,6986,2991,0,0,0,0),(54517,25613,571,1,2,0,0,1822.46,6056.46,2.23252,3.14008,300,0,0,6986,2991,0,0,0,0),(54518,25613,571,1,2,0,0,1932.76,6065.55,11.5165,0.913434,300,0,0,6986,2991,0,0,0,0),(54519,25613,571,1,2,0,0,1946.18,6042.86,11.5139,2.68451,300,0,0,6986,2991,0,0,0,0),(54520,25613,571,1,2,0,0,1921.35,5712.5,5.19398,1.89516,300,0,0,6986,2991,0,0,0,0),(54521,25613,571,1,2,0,0,1867.55,5663.52,0.170729,0.512856,300,0,0,6986,2991,0,0,0,0),(54522,25613,571,1,2,0,0,1381.67,5803.75,6.08484,2.47271,300,0,0,6986,2991,0,0,0,0),(54523,25613,571,1,2,0,0,1362.91,5818.55,6.08484,5.59075,300,0,0,6986,2991,0,0,0,0),(110300,25496,571,1,2,25774,1,3067.6,6705.61,6.23012,2.25591,300,0,0,6986,0,2,0,0,0),(110299,25496,571,1,2,25772,1,3012.58,6702.13,13.1628,4.46804,300,5,0,6986,0,1,0,0,0),(110298,25496,571,1,2,25772,1,2940.79,6802.77,6.87714,0.261042,300,5,0,6986,0,1,0,0,0),(110296,25496,571,1,2,25774,1,2963.03,6742.64,12.3869,3.43066,300,5,0,6986,0,1,0,0,0),(110295,25496,571,1,2,25772,1,3028.06,6781.27,1.26637,1.62316,300,0,0,6986,0,0,0,0,0),(110294,25496,571,1,2,25772,1,3096.6,6665.2,8.75314,1.26325,300,5,0,6986,0,1,0,0,0),(110293,25496,571,1,2,25774,1,2912.25,6851.35,0.765916,3.89208,300,0,0,6986,0,0,0,0,0),(110292,25496,571,1,2,25774,1,3040.44,6747.63,3.05311,0.226893,300,0,0,6986,0,0,0,0,0),(110291,25496,571,1,2,25772,1,2878.3,6845.25,0.473201,3.87463,300,0,0,6986,0,0,0,0,0),(110290,25496,571,1,2,25774,1,2866.25,6772.54,17.1903,1.81514,300,0,0,6986,0,0,0,0,0),(110289,25496,571,1,2,25772,1,2962.33,6723.83,14.702,4.18879,300,0,0,6986,0,0,0,0,0),(110288,25496,571,1,2,25774,1,2865.26,6727.84,25.7534,2.05388,300,5,0,6986,0,1,0,0,0),(110287,25496,571,1,2,25772,1,2816.21,6785.91,5.72963,2.41477,300,0,0,6986,0,0,0,0,0),(110286,25496,571,1,2,25774,1,2875.06,6871.38,0.713078,3.82227,300,0,0,6986,0,0,0,0,0),(110285,25496,571,1,2,25772,1,2894.1,6769.12,18.4748,2.44346,300,0,0,6986,0,0,0,0,0),(112683,25521,571,1,2,25632,1,1785.8,6043.32,1.75657,0.890118,300,0,0,6986,0,0,0,0,0),(55335,25521,571,1,2,25632,1,1798.01,6045.21,2.1009,1.1491,300,0,0,6986,0,0,0,0,0),(56322,25521,571,1,2,25632,1,1921.12,6030.53,10.0922,3.70161,300,0,0,6986,0,0,0,0,0),(56325,25521,571,1,2,25632,1,1902.67,6042.26,6.12,4.82864,300,0,0,6986,0,0,0,0,0),(56327,25521,571,1,2,25632,1,1919.22,6071.71,7.81293,0.77599,300,0,0,6986,0,0,0,0,0),(112764,25522,571,1,2,25632,1,1949.82,5779.81,10.0687,3.6368,300,0,0,6986,0,2,0,0,0),(112765,25522,571,1,2,25632,1,1966.35,5823.47,15.8059,6.17846,300,0,0,6986,0,0,0,0,0),(112766,25522,571,1,2,25632,1,1821.65,5874.96,2.70589,4.8256,300,0,0,6986,0,2,0,0,0),(56726,25522,571,1,2,25632,1,1796.22,6055.87,2.86606,0.406895,300,0,0,6986,0,0,0,0,0),(56752,25522,571,1,2,25632,1,1970.54,5965.78,15.464,0.277249,300,0,0,6986,0,0,0,0,0),(56806,25522,571,1,2,25632,1,1837.9,5896.74,1.89987,2.73946,300,0,0,6986,0,0,0,0,0),(56807,24576,571,1,2,11253,0,1405.62,5972.79,6.1351,6.1351,300,0,0,6986,0,0,0,0,0),(56808,24576,571,1,2,11253,0,1407.45,5973.78,5.97747,3.45427,300,0,0,6986,0,0,0,0,0),(56809,24576,571,1,2,11253,0,1409.29,5973.32,5.53249,4.43602,300,0,0,6986,0,0,0,0,0),(56810,24576,571,1,2,11253,0,1375.37,5810.94,6.08493,0.147736,300,0,0,6986,0,0,0,0,0),(56811,24576,571,1,2,11253,0,1371.88,5810.42,6.08493,0.147736,300,0,0,6986,0,0,0,0,0),(56812,24576,571,1,2,11253,0,1307.15,5672.84,12.1843,1.68319,300,0,0,6986,0,0,0,0,0),(56813,24576,571,1,2,11253,0,1302.55,5668.95,12.1843,3.1244,300,0,0,6986,0,0,0,0,0),(56814,24576,571,1,2,11253,0,1324.26,5986.06,23.5925,1.88169,300,0,0,6986,0,0,0,0,0),(56815,24576,571,1,2,11253,0,1322.31,5984.39,24.0223,1.80315,300,0,0,6986,0,0,0,0,0),(125527,25244,571,1,1,23009,1,2692.11,6056.49,63.6523,3.9619,300,0,0,14889,0,0,0,0,0),(125528,25244,571,1,1,23016,1,2695.87,6056.62,63.6523,5.55399,300,0,0,14889,0,0,0,0,0),(125529,25244,571,1,1,23016,1,2710.71,6101.57,72.9673,2.75762,300,0,0,14889,0,0,0,0,0),(125530,25244,571,1,1,23016,1,2728.31,6067.11,69.7571,4.13643,300,0,0,14889,0,0,0,0,0),(125531,25244,571,1,1,23016,1,2734.08,6061.94,69.7571,4.59022,300,0,0,14889,0,0,0,0,0),(125532,25244,571,1,1,23009,1,2710.1,6189.4,72.5854,3.01942,300,0,0,14889,0,0,0,0,0),(125533,25244,571,1,1,23016,1,2716.74,6182.39,72.5854,3.54302,300,0,0,14889,0,0,0,0,0),(56816,25244,571,1,2,23016,1,1326.36,5982.71,23.4442,5.91079,300,0,0,14889,0,0,0,0,0),(56817,25244,571,1,2,23016,1,1322.35,5980.42,23.9347,3.00089,300,0,0,14889,0,0,0,0,0),(56818,24662,571,1,2,6766,0,1766.39,6059.35,1.16118,5.71619,300,0,0,6986,0,0,0,0,0),(56819,24662,571,1,2,6766,0,1781.64,6077.79,2.89936,5.66121,300,0,0,6986,0,0,0,0,0),(117304,25311,571,1,1,23077,1,2247.3,5460.6,4.24307,1.85005,300,0,0,7984,0,0,0,0,0),(56820,25311,571,1,1,23077,1,2309.22,5411.24,1.73823,6.20317,300,0,0,7984,0,0,0,0,0),(56822,25311,571,1,1,23077,1,2307.86,5413.25,1.92238,0.579596,300,0,0,7984,0,0,0,0,0),(56823,25311,571,1,1,23077,1,2309.69,5408.93,1.62117,0.11621,300,0,0,7984,0,0,0,0,0),(56825,25311,571,1,1,23077,1,2309.61,5406.2,1.61826,0.210458,300,0,0,7984,0,0,0,0,0),(56826,25311,571,1,1,23077,1,2308.61,5403.39,1.61674,6.12058,300,0,0,7984,0,0,0,0,0),(56827,25617,571,1,1,23280,1,2670.64,5288.98,29.4688,0.77284,300,0,0,7984,0,0,0,0,0),(56828,24566,571,1,1,23819,0,2928.23,6107.74,77.7131,4.34569,300,5,0,6986,0,1,0,0,0),(56829,24566,571,1,1,23819,0,6133.24,6133.24,77.6911,2.07628,300,5,0,6986,0,1,0,0,0),(56830,24566,571,1,1,23819,0,2897.63,6162.55,77.683,1.51079,300,5,0,6986,0,1,0,0,0),(56831,24566,571,1,1,23819,0,2895.74,6212.71,77.6931,1.67573,300,5,0,6986,0,1,0,0,0),(56832,24566,571,1,1,23819,0,2867.17,6242.72,77.6928,2.67711,300,5,0,6986,0,1,0,0,0),(56833,24566,571,1,1,23819,0,2815.27,6250.28,77.6926,2.0213,300,5,0,6986,0,1,0,0,0),(56834,24566,571,1,1,23819,0,2791.18,6275.05,77.693,5.57522,300,5,0,6986,0,1,0,0,0),(56835,24566,571,1,1,23819,0,2987.64,6131.54,61.8751,2.21373,300,5,0,6986,0,1,0,0,0),(56836,24566,571,1,1,23819,0,2964.54,6150,61.3886,4.05941,300,5,0,6986,0,1,0,0,0),(56837,24566,571,1,1,23819,0,2973.69,6175.12,61.1313,3.80416,300,5,0,6986,0,1,0,0,0),(56838,24566,571,1,1,23819,0,2944.38,6184.81,60.7843,5.04509,300,5,0,6986,0,1,0,0,0),(56839,24566,571,1,1,23819,0,2949.26,6157.6,61.1451,5.86976,300,5,0,6986,0,1,0,0,0),(56840,24566,571,1,1,23819,0,2944.14,6227.1,61.7136,1.87208,300,5,0,6986,0,1,0,0,0),(56841,24566,571,1,1,23819,0,2930.87,6256.05,61.4372,3.01483,300,5,0,6986,0,1,0,0,0),(56842,24566,571,1,1,23819,0,2905.35,6273.57,60.9344,2.1077,300,5,0,6986,0,1,0,0,0),(56843,24566,571,1,1,23819,0,2862.78,6280.05,61.8276,3.30543,300,5,0,6986,0,1,0,0,0),(56844,24566,571,1,1,23819,0,2729.22,6295.17,60.606,4.83695,300,5,0,6986,0,1,0,0,0),(56845,24566,571,1,1,23819,0,2745.07,6240.67,77.8744,3.61958,300,5,0,6986,0,1,0,0,0),(56846,24566,571,1,1,23819,0,2681.7,6224.31,39.6362,3.44679,300,5,0,6986,0,1,0,0,0),(56847,24566,571,1,1,23819,0,2625.77,6174.58,40.1589,4.39712,300,5,0,6986,0,1,0,0,0),(56848,24566,571,1,1,23819,0,2603.06,6168.51,38.6469,5.24927,300,5,0,6986,0,1,0,0,0),(56849,24566,571,1,1,23819,0,2633.93,6141.73,40.1347,0.0774255,300,5,0,6986,0,1,0,0,0),(56850,24566,571,1,1,23819,0,2654.66,6158.3,39.8098,3.65492,300,5,0,6986,0,1,0,0,0),(56851,24566,571,1,1,23819,0,2676.99,6141.12,39.8514,4.73484,300,5,0,6986,0,1,0,0,0),(56852,24566,571,1,1,23819,0,2652.92,6118.9,38.2052,6.20746,300,5,0,6986,0,1,0,0,0),(56853,24566,571,1,1,23819,0,2682.42,6115.99,40.0871,3.20724,300,5,0,6986,0,1,0,0,0),(56854,24566,571,1,1,23819,0,2611.12,6071.23,53.8077,6.27421,300,5,0,6986,0,1,0,0,0),(56855,24566,571,1,1,23819,0,2577.78,6141.92,53.8753,4.5267,300,5,0,6986,0,1,0,0,0),(56856,24566,571,1,1,23819,0,2530.77,6139.63,54.3231,2.07233,300,5,0,6986,0,1,0,0,0),(132909,25294,571,1,1,23880,0,2623.44,5969.45,89.7904,5.39362,180,5,0,7984,0,1,0,0,0),(56857,25294,571,1,1,23880,0,3048.59,6075.71,127.63,1.73973,180,5,0,7984,0,1,0,0,0),(56858,25294,571,1,1,23880,0,2588.35,6034.54,87.2928,0.0668432,180,5,0,7984,0,1,0,0,0),(133091,24562,571,1,1,25237,0,2688.71,5915.22,90.7218,4.7849,180,5,0,6986,0,1,0,0,0),(56859,24562,571,1,1,25237,0,3011.61,6082.33,139.478,0.856159,300,5,0,6986,0,1,0,0,0),(56860,24562,571,1,1,25237,0,3042.63,6150.67,134.713,2.13243,300,5,0,6986,0,1,0,0,0),(56861,24562,571,1,1,25237,0,2627.43,6043.72,61.6872,2.97284,300,5,0,6986,0,1,0,0,0),(57026,25445,571,1,1,23916,0,2726.78,6015.23,45.8314,2.45055,300,5,0,6986,0,1,0,0,0),(57028,25445,571,1,1,23916,0,2655.55,6202.33,53.4808,0.812991,300,5,0,6986,0,1,0,0,0),(57029,25445,571,1,1,23916,0,2818.97,6294.48,79.332,6.05945,300,5,0,6986,0,1,0,0,0),(57030,25445,571,1,1,23916,0,2981.27,6143.09,77.1213,2.12853,300,5,0,6986,0,1,0,0,0),(57031,25611,571,1,1,22181,0,2797.15,6620.25,48.2494,4.70909,300,0,0,7984,0,2,0,0,0),(57032,25611,571,1,1,22181,0,2852.62,6391.33,94.7617,4.82689,300,5,0,7984,0,1,0,0,0),(57033,25479,571,1,2,0,0,2355.15,6738.72,0.362939,3.23646,300,0,0,6986,2991,0,0,0,0),(57034,25479,571,1,2,0,0,2366.83,6772.9,0.00206021,3.16577,300,0,0,6986,2991,0,0,0,0),(57035,25479,571,1,2,0,0,2412.4,6794.3,2.34554,0.4797,300,0,0,6986,2991,0,0,0,0),(57036,25479,571,1,2,0,0,2434.25,6791.35,5.48058,2.4589,300,0,0,6986,2991,0,0,0,0),(57040,25479,571,1,2,0,0,2395.37,6899.99,-0.466291,2.10155,300,0,0,6986,2991,0,0,0,0),(57042,25479,571,1,2,0,0,2455.18,6890.02,-0.460029,6.16206,300,0,0,6986,2991,0,0,0,0),(57043,25479,571,1,2,0,0,2474.2,6929.79,-0.472153,1.25332,300,0,0,6986,2991,0,0,0,0),(57044,25479,571,1,2,0,0,2563.84,6883.57,-0.460322,1.94839,300,0,0,6986,2991,0,0,0,0),(57045,25479,571,1,2,0,0,2579.05,6899.5,-0.460322,3.12649,300,0,0,6986,2991,0,0,0,0),(57046,25479,571,1,2,0,0,2562.24,6915.68,0.00116182,4.54208,300,0,0,6986,2991,0,0,0,0),(57047,25479,571,1,2,0,0,2583.98,6850.37,10.7182,1.82068,300,0,0,6986,2991,0,0,0,0),(57048,25479,571,1,2,0,0,2971.69,6865.27,0.635937,1.02742,300,0,0,6986,2991,0,0,0,0),(57049,25479,571,1,2,0,0,2997.78,6853.49,3.50702,0.948883,300,0,0,6986,2991,0,0,0,0),(57050,25479,571,1,2,0,0,3009.42,6807.95,0.980674,0.36376,300,0,0,6986,2991,0,0,0,0),(57051,25479,571,1,2,0,0,2943.24,6745.87,12.7632,1.48687,300,0,0,6986,2991,0,0,0,0),(57052,25479,571,1,2,0,0,2933.21,6768.46,10.6687,5.89686,300,0,0,6986,2991,0,0,0,0),(57053,25479,571,1,2,0,0,2980.35,6706.45,23.9792,4.40463,300,0,0,6986,2991,0,0,0,0),(57067,25496,571,1,2,25772,1,2463.72,6826.19,2.96335,2.53556,300,0,0,6986,0,0,0,0,0),(57068,25496,571,1,2,25772,1,2476.01,6793,5.63331,4.42837,300,0,0,6986,0,0,0,0,0),(57069,25496,571,1,2,25772,1,2405.62,2522.57,4.15623,6.12483,300,0,0,6986,0,0,0,0,0),(57070,25496,571,1,2,25774,1,2922.78,6736.91,14.0722,5.07325,300,0,0,6986,0,0,0,0,0),(57071,25496,571,1,2,25774,1,2882.26,6741.42,13.9965,2.85643,300,5,0,6986,0,1,0,0,0),(57072,25496,571,1,2,25774,1,2852.88,6747.08,14.704,4.98091,300,0,0,6986,0,0,0,0,0),(118536,25839,571,1,1,22578,1,2753,5175.83,29.6187,1.82556,300,0,0,7984,0,0,0,0,0),(57073,25839,571,1,1,22578,1,2488.7,5090.33,4.8153,3.57288,300,0,0,7984,0,0,0,0,0),(57074,25839,571,1,1,22578,1,2499.59,5069.63,4.69369,4.46823,300,0,0,7984,0,0,0,0,0),(57075,25839,571,1,1,22578,1,2451.86,5027.36,1.09429,6.08615,300,0,0,7984,0,0,0,0,0),(57076,25839,571,1,1,22578,1,2438.51,5057.43,3.52946,3.19589,300,0,0,7984,0,0,0,0,0),(57077,25839,571,1,1,22578,1,2443.36,5085.82,4.55648,5.89766,300,0,0,7984,0,0,0,0,0),(57078,28382,571,1,1,26361,1,2791.96,4693.6,1.85934,0.211245,300,0,0,4278,0,0,0,0,0),(98228,24601,571,1,1,23313,0,3900.2,4431.45,12.5295,2.80343,300,5,0,8982,0,1,0,0,0),(57079,24601,571,1,1,23313,0,4020.82,4606.51,-2.51958,4.00027,300,5,0,8982,0,1,0,0,0),(57080,24601,571,1,1,23313,0,3984.86,4587.54,-2.51679,4.9938,300,5,0,8982,0,1,0,0,0),(57081,24601,571,1,1,23313,0,3962.66,4562.55,-2.08316,2.5198,300,5,0,8982,0,1,0,0,0),(57082,24601,571,1,1,23313,0,3938.99,4597.68,-2.51728,4.17306,300,5,0,8982,0,1,0,0,0),(57083,24601,571,1,1,23313,0,3893.18,4575.04,-2.40378,2.70436,300,5,0,8982,0,1,0,0,0),(57084,24601,571,1,1,23313,0,3858.02,4588.6,-2.41714,2.04463,300,5,0,8982,0,1,0,0,0),(57085,24601,571,1,1,23313,0,3829.56,4551.92,-2.41574,3.8157,300,5,0,8982,0,1,0,0,0),(57086,24601,571,1,1,23313,0,3809.51,4587.79,1.13681,3.79607,300,5,0,8982,0,1,0,0,0),(57087,24601,571,1,1,23313,0,3785.07,4554,-2.32658,0.485608,300,5,0,8982,0,1,0,0,0),(57088,24601,571,1,1,23313,0,3614.84,4381.21,-2.10986,1.1257,300,5,0,8982,0,1,0,0,0),(57089,24601,571,1,1,23313,0,3549.96,4422.09,-2.13926,4.18876,300,5,0,8982,0,1,0,0,0),(57090,24601,571,1,1,23313,0,3522.83,4442.22,-0.649035,5.57892,300,5,0,8982,0,1,0,0,0),(57091,24601,571,1,1,23313,0,3508.8,4389.31,-2.13908,2.37057,300,5,0,8982,0,1,0,0,0),(57092,24601,571,1,1,23313,0,3478.86,4411.47,-1.16681,5.72815,300,5,0,8982,0,1,0,0,0),(57093,24601,571,1,1,23313,0,3456.11,4393.1,-2.12001,0.116483,300,5,0,8982,0,1,0,0,0),(57094,24601,571,1,1,23313,0,3479.59,4351.11,-2.13855,1.83651,300,5,0,8982,0,1,0,0,0),(57095,24601,571,1,1,23313,0,3719.21,4317.38,12.6364,5.69279,300,5,0,8982,0,1,0,0,0),(57096,24601,571,1,1,23313,0,3684.07,4276.66,12.7234,1.19245,300,5,0,8982,0,1,0,0,0),(57097,24601,571,1,1,23313,0,3616.79,4232.99,12.4841,2.3784,300,5,0,8982,0,1,0,0,0),(57098,24601,571,1,1,23313,0,3620.86,4281.88,12.4832,2.91247,300,5,0,8982,0,1,0,0,0),(57099,24601,571,1,1,23313,0,3582.85,4251.54,12.4832,1.91501,300,5,0,8982,0,1,0,0,0),(57100,24601,571,1,1,23313,0,3582.89,4314.25,12.6845,4.44006,300,5,0,8982,0,1,0,0,0),(57101,24601,571,1,1,23313,0,3544.36,4288.85,12.4839,0.862572,300,5,0,8982,0,1,0,0,0),(57102,24601,571,1,1,23313,0,3447.75,4293.63,12.6298,2.44121,300,5,0,8982,0,1,0,0,0),(57103,24601,571,1,1,23313,0,3379.83,4282.34,12.5108,3.10881,300,5,0,8982,0,1,0,0,0),(57104,24601,571,1,1,23313,0,3390.59,4348.64,12.5105,3.39548,300,5,0,8982,0,1,0,0,0),(57105,24601,571,1,1,23313,0,3347.15,4310.53,12.5098,2.8614,300,5,0,8982,0,1,0,0,0),(57106,24601,571,1,1,23313,0,3318.69,4335.59,12.5098,3.77639,300,5,0,8982,0,1,0,0,0),(57107,24601,571,1,1,23313,0,3340.82,4384.14,12.5117,4.06306,300,5,0,8982,0,1,0,0,0),(57108,24601,571,1,1,23313,0,3423.29,4425.81,-2.15355,2.28976,300,5,0,8982,0,1,0,0,0),(57109,25622,571,1,1,23571,0,3462.57,4499.76,-14.3893,0.631824,300,5,0,8982,0,1,0,0,0),(57110,25622,571,1,1,23571,0,3514.68,4532.1,-12.9955,0.761414,300,5,0,8982,0,1,0,0,0),(57111,25622,571,1,1,23571,0,3512.88,4496.28,-12.9934,2.79167,300,5,0,8982,0,1,0,0,0),(57112,25622,571,1,1,23571,0,3539.06,4655.95,-10.7729,5.46595,300,5,0,8982,0,1,0,0,0),(57113,25622,571,1,1,23571,0,3508.7,4687.1,-13.6712,4.82585,300,5,0,8982,0,1,0,0,0),(57114,25622,571,1,1,23571,0,3518.2,4718.4,-12.9951,4.55882,300,5,0,8982,0,1,0,0,0),(57115,25622,571,1,1,23571,0,3509.3,4754.92,1.24265,0.0388474,300,5,0,8982,0,1,0,0,0),(57116,25622,571,1,1,23571,0,3789.37,4623.84,-12.7955,1.97484,300,5,0,8982,0,1,0,0,0),(57117,25622,571,1,1,23571,0,3796.53,4664.67,-12.7174,3.42783,300,5,0,8982,0,1,0,0,0),(57118,25622,571,1,1,23571,0,3736.52,4655.63,-12.8522,1.23264,300,5,0,8982,0,1,0,0,0),(57119,25622,571,1,1,23571,0,3760.74,4744.61,-12.997,4.48419,300,5,0,8982,0,1,0,0,0),(57120,25622,571,1,1,23571,0,3730.17,4766.95,-12.9887,4.54309,300,5,0,8982,0,1,0,0,0),(57121,25622,571,1,1,23571,0,3658.64,4718.36,-12.9955,2.47356,300,5,0,8982,0,1,0,0,0),(57122,25622,571,1,1,23571,0,3677.26,4760.76,-12.984,1.09126,300,5,0,8982,0,1,0,0,0),(57123,25622,571,1,1,23571,0,3654.32,4789.62,-13.6712,3.57312,300,5,0,8982,0,1,0,0,0),(57124,25622,571,1,1,23571,0,3625.94,4772.47,-13.1427,6.10995,300,5,0,8982,0,1,0,0,0),(57125,25622,571,1,1,23571,0,3612.27,4743.57,-12.9952,3.79303,300,5,0,8982,0,1,0,0,0),(57126,25622,571,1,1,23571,0,3589.46,4670.9,-12.9956,5.50126,300,5,0,8982,0,1,0,0,0),(57127,24563,571,1,1,23913,0,3488.89,4471.25,-12.9949,0.290055,300,5,0,8982,0,1,0,0,0),(57128,24563,571,1,1,23913,0,3448.94,4576.08,-12.9952,4.52335,300,5,0,8982,0,1,0,0,0),(57129,24563,571,1,1,23913,0,3515.87,4649.09,-13.6708,1.54669,300,5,0,8982,0,1,0,0,0),(57130,24563,571,1,1,23913,0,3484.22,4683.61,-13.6712,3.18424,300,5,0,8982,0,1,0,0,0),(57131,24563,571,1,1,23913,0,3529.43,4727.36,-5.2874,2.22213,300,5,0,8982,0,1,0,0,0),(57132,24563,571,1,1,23913,0,3516.99,4606.25,-12.423,1.68413,300,5,0,8982,0,1,0,0,0),(57133,24563,571,1,1,23913,0,3553.71,4615.69,-13.6715,1.16184,300,5,0,8982,0,1,0,0,0),(57134,24563,571,1,1,23913,0,3566.98,4636.15,-12.8844,5.61503,300,5,0,8982,0,1,0,0,0),(57135,24563,571,1,1,23913,0,3610,4617.22,-12.9537,5.66609,300,5,0,8982,0,1,0,0,0),(57136,24563,571,1,1,23913,0,3698.37,4621.97,-7.99667,0.117257,300,5,0,8982,0,1,0,0,0),(57137,24563,571,1,1,23913,0,3760.84,4622.56,-12.9944,1.29535,300,5,0,8982,0,1,0,0,0),(57138,24563,571,1,1,23913,0,3774.33,4681.18,-12.3075,5.56007,300,5,0,8982,0,1,0,0,0),(57139,24563,571,1,1,23913,0,3748.82,4717.92,-13.2016,3.29812,300,5,0,8982,0,1,0,0,0),(57140,24563,571,1,1,23913,0,3716.63,4750.77,-13.809,0.227211,300,5,0,8982,0,1,0,0,0),(57141,24563,571,1,1,23913,0,3672.39,4856.66,-12.9953,4.99065,300,5,0,8982,0,1,0,0,0),(57142,24563,571,1,1,23913,0,3649.7,4814.95,-13.322,4.55082,300,5,0,8982,0,1,0,0,0),(57143,24563,571,1,1,23913,0,3587.59,4755.59,-12.9955,4.64899,300,5,0,8982,0,1,0,0,0),(57144,24563,571,1,1,23913,0,3616.8,4681.98,-13.6375,5.06133,300,5,0,8982,0,1,0,0,0),(57145,24563,571,1,1,23913,0,3644.44,4645.22,-13.6715,4.09921,300,5,0,8982,0,1,0,0,0),(57146,24563,571,1,1,23913,0,3682.51,4688.85,-12.85,2.15929,300,5,0,8982,0,1,0,0,0),(57147,24563,571,1,1,23913,0,3703.05,4649.7,-12.9836,3.84396,300,5,0,8982,0,1,0,0,0),(57148,24563,571,1,1,23913,0,3673.61,4630.21,-12.9948,0.364649,300,5,0,8982,0,1,0,0,0),(57149,25619,571,1,1,23563,0,3440.26,4514.22,-12.8858,1.38173,300,0,0,8982,0,2,0,0,0),(57150,25619,571,1,1,23563,0,3540.32,4553.92,-11.9877,2.21033,300,0,0,8982,0,2,0,0,0),(57151,25619,571,1,1,23563,0,3476.69,4625.43,-12.9687,4.99064,300,5,0,8982,0,1,0,0,0),(57152,25619,571,1,1,23563,0,3726.14,4638.59,-12.5575,0.157726,300,5,0,8982,0,1,0,0,0),(57153,25619,571,1,1,23563,0,3722.95,4728.38,-13.901,3.27183,300,5,0,8982,0,1,0,0,0),(57154,25619,571,1,1,23563,0,3668.7,4852.46,-12.75,0.310879,300,0,0,8982,0,2,0,0,0),(57155,25619,571,1,1,23563,0,3601.86,4804.11,-12.9952,4.30855,300,5,0,8982,0,1,0,0,0),(57156,25619,571,1,1,23563,0,3653.62,4706.43,-12.9351,4.66984,300,0,0,8982,0,2,0,0,0),(114079,25792,571,1,1,23362,0,3324.67,5136.89,13.1625,4.59525,300,9,0,8982,0,1,0,0,0),(114078,25792,571,1,1,23362,0,3543.44,5106.3,13.1112,1.15079,300,9,0,8982,0,1,0,0,0),(114047,25792,571,1,1,23362,0,3641.45,5043.55,13.0822,3.28909,300,9,0,8982,0,1,0,0,0),(114046,25792,571,1,1,23362,0,3483.91,5108.91,13.1625,1.73104,300,9,0,8982,0,1,0,0,0),(114045,25792,571,1,1,23362,0,3484.73,5036.36,-1.38876,3.9804,300,9,0,8982,0,1,0,0,0),(114044,25792,571,1,1,23362,0,3410.99,5103.38,13.1625,0.18916,300,9,0,8982,0,1,0,0,0),(57171,25793,571,1,1,27578,0,3561.63,5005.68,-1.41619,1.15515,300,0,0,8982,0,2,0,0,0),(57172,25753,571,1,1,6888,0,3858.79,4682.61,-12.9949,1.24616,300,5,0,8982,0,1,0,0,0),(57176,25753,571,1,1,6888,0,3869.56,4710.83,-12.9954,2.83659,300,5,0,8982,0,1,0,0,0),(57177,25753,571,1,1,6888,0,3869.48,4735.82,-12.989,0.869171,300,5,0,8982,0,1,0,0,0),(57178,25753,571,1,1,6888,0,3849.49,4767.86,-12.9674,5.23831,300,5,0,8982,0,1,0,0,0),(57179,25753,571,1,1,6888,0,3815.2,4779.65,-10.3736,4.15214,300,5,0,8982,0,1,0,0,0),(57181,25753,571,1,1,6888,0,3784.41,4851.04,-13.0251,5.39306,300,5,0,8982,0,1,0,0,0),(57182,25753,571,1,1,6888,0,3782.43,4870.52,-12.452,1.3836,300,5,0,8982,0,1,0,0,0),(57183,25753,571,1,1,6888,0,3782.53,4911.41,-10.4026,1.53283,300,5,0,8982,0,1,0,0,0),(57184,25753,571,1,1,6888,0,3812.88,4926.28,-12.9943,3.97542,300,5,0,8982,0,1,0,0,0),(57185,25753,571,1,1,6888,0,3849.46,4924.29,-12.9963,0.0916189,300,5,0,8982,0,1,0,0,0),(57186,25753,571,1,1,6888,0,3875.69,4930.71,-12.9935,0.0405679,300,5,0,8982,0,1,0,0,0),(57187,25753,571,1,1,6888,0,3892.22,4957.32,-12.9735,3.78692,300,5,0,8982,0,1,0,0,0),(57206,25753,571,1,1,6888,0,3897.43,4978.61,-12.9735,1.33255,300,5,0,8982,0,1,0,0,0),(57207,25753,571,1,1,6888,0,3900.67,5011.4,-12.9061,1.23045,300,5,0,8982,0,1,0,0,0),(57208,25753,571,1,1,6888,0,3914.64,5040.35,-12.1319,2.87193,300,5,0,8982,0,1,0,0,0),(57209,25753,571,1,1,6888,0,3947.34,5052.27,-12.9737,4.78438,300,5,0,8982,0,1,0,0,0),(57210,25753,571,1,1,6888,0,3975.7,5064.92,-12.9895,3.35495,300,5,0,8982,0,1,0,0,0),(57211,25753,571,1,1,6888,0,4000.48,5087.15,1.58734,2.79339,300,5,0,8982,0,1,0,0,0),(57440,25753,571,1,1,6888,0,4024.56,5118.62,-1.38778,2.86015,300,5,0,8982,0,1,0,0,0),(57852,25753,571,1,1,6888,0,4009.95,4795.15,3.20398,5.53444,300,5,0,8982,0,1,0,0,0),(57874,25753,571,1,1,6888,0,4023.87,4839.08,13.9209,3.93223,300,5,0,8982,0,1,0,0,0),(57875,25753,571,1,1,6888,0,4008.07,4826.31,25.2059,4.11679,300,5,0,8982,0,1,0,0,0),(110179,25752,571,1,1,6774,0,4096.42,5023.91,-13.0192,6.12611,300,0,0,8982,0,0,0,0,0),(110180,25752,571,1,1,6774,0,4259.49,5103.26,13.445,1.8326,300,0,0,8982,0,0,0,0,0),(110181,25752,571,1,1,6774,0,4090.61,4984.8,-14.5135,2.6529,300,0,0,8982,0,0,0,0,0),(110304,25752,571,1,1,6774,0,4053.89,5158.56,14.9973,3.05433,300,0,0,8982,0,0,0,0,0),(49820,25752,571,1,1,6774,0,4007.9,4839.1,-12.9948,3.68875,300,0,0,8982,0,0,0,0,0),(49821,25752,571,1,1,6774,0,3975.25,4831.7,-12.8502,4.08538,300,0,0,8982,0,0,0,0,0),(51616,25752,571,1,1,6774,0,3960.89,4885.69,-12.7785,1.58388,300,0,0,8982,0,0,0,0,0),(51617,25752,571,1,1,6774,0,3995.96,4900.29,-12.9957,5.29489,300,0,0,8982,0,0,0,0,0),(51618,25752,571,1,1,6774,0,3936.77,4864.59,-12.859,6.03316,300,0,0,8982,0,0,0,0,0),(51619,25752,571,1,1,6774,0,3871.58,4870.96,-13.5295,4.6862,300,0,0,8982,0,0,0,0,0),(51620,25752,571,1,1,6774,0,3819.29,4831.45,-13.6714,2.36535,300,0,0,8982,0,0,0,0,0),(51621,25752,571,1,1,6774,0,3995.07,5048.66,-12.9771,0.609982,300,0,0,8982,0,0,0,0,0),(51622,25752,571,1,1,6774,0,4032.45,4968.74,-12.9926,3.51989,300,0,0,8982,0,0,0,0,0),(110806,25758,571,1,1,24947,0,4291.23,4955.09,13.2737,0.496734,300,5,0,8982,3155,1,0,0,0),(51623,25758,571,1,1,24947,0,3987.84,4811.04,11.6929,3.97996,300,0,0,8982,3155,0,0,0,0),(51624,25758,571,1,1,24947,0,3966.89,4830.98,11.8062,3.94069,300,0,0,8982,3155,0,0,0,0),(51865,25758,571,1,1,24947,0,4023.89,4862.49,13.9213,2.39738,300,0,0,8982,3155,0,0,0,0),(51866,25758,571,1,1,24947,0,4036.73,4825.58,25.2836,0.0608244,300,0,0,8982,3155,0,0,0,0),(51867,25758,571,1,1,24947,0,4025.73,4811.25,25.3802,4.91066,300,0,0,8982,3155,0,0,0,0),(51868,25758,571,1,1,24947,0,3993.56,4811.31,25.1679,4.63183,300,0,0,8982,3155,0,0,0,0),(51878,25758,571,1,1,24947,0,4025.56,4811.21,25.3718,4.86352,300,5,0,8982,3155,1,0,0,0),(51879,25758,571,1,1,24947,0,4036.79,4824.73,25.3186,0.0776269,300,0,0,8982,3155,9,0,0,0),(51902,25758,571,1,1,24947,0,4014.21,4746.51,-2.04109,0.0147853,300,5,0,8982,3155,1,0,0,0),(51903,25758,571,1,1,24947,0,3957.15,4764.85,-12.9951,3.4941,300,5,0,8982,3155,1,0,0,0),(51904,25758,571,1,1,24947,0,3944.91,4741.31,-12.9951,5.12379,300,5,0,8982,3155,1,0,0,0),(51905,25758,571,1,1,24947,0,3947.29,4709.08,-12.9951,3.21921,300,5,0,8982,3155,1,0,0,0),(51906,25758,571,1,1,24947,0,3905.67,4730.31,-12.9952,3.83182,300,5,0,8982,3155,1,0,0,0),(51907,25758,571,1,1,24947,0,3879.28,4676.97,-12.9957,1.96257,300,0,0,8982,3155,0,0,0,0),(51908,25758,571,1,1,24947,0,3896.74,4784.02,-13.6711,0.988676,300,0,0,8982,3155,0,0,0,0),(51909,25758,571,1,1,24947,0,3865.16,4821.36,-13.6706,3.00322,300,0,0,8982,3155,0,0,0,0),(51910,25758,571,1,1,24947,0,3909.24,4829.56,-12.9799,1.33818,300,0,0,8982,3155,0,0,0,0),(51911,25758,571,1,1,24947,0,3818.69,4869.58,-12.9968,2.17302,300,0,0,8982,3155,0,0,0,0),(51912,25758,571,1,1,24947,0,3827.08,4901,-13.671,0.661133,300,0,0,8982,3155,0,0,0,0),(51913,25758,571,1,1,24947,0,3873.45,4911.47,-12.9964,5.74266,300,5,0,8982,3155,1,0,0,0),(51914,25758,571,1,1,24947,0,3926.74,4960.71,-12.9738,1.1795,300,0,0,8982,3155,9,0,0,0),(51915,25758,571,1,1,24947,0,3950.64,4941.28,-12.974,0.610084,300,5,0,8982,3155,1,0,0,0),(51916,25758,571,1,1,24947,0,3943.96,5018.65,-12.9753,0.947805,300,5,0,8982,3155,1,0,0,0),(51917,25758,571,1,1,24947,0,3991.42,4990.19,-10.9815,2.33011,300,5,0,8982,3155,1,0,0,0),(116236,25814,571,1,1,24103,1,4245.54,4850.91,-12.6206,5.89306,300,5,0,9291,0,1,0,0,0),(51918,25814,571,1,1,24119,1,3791.78,4811.03,-13.0496,4.61191,300,5,0,9291,0,1,0,0,0),(51919,25814,571,1,1,24103,1,3764.57,4818.32,-12.966,1.8748,300,5,0,9291,0,1,0,0,0),(9630,35079,571,1,1,29689,1,9476.7,1199.16,-1.07486,1.8326,180,0,0,1,0,0,0,0,0),(9629,35079,571,1,1,29689,1,9475.43,1207.46,-1.15178,0.488692,180,0,0,1,0,0,0,0,0),(85104,33243,571,1,1,28938,0,8380.33,850.295,548.915,2.86234,180,0,0,1,0,0,0,0,0),(85046,33480,571,1,1,29088,0,8492.93,1096.7,554.377,0.616944,180,0,0,1,0,0,0,0,0),(85037,33479,571,1,1,28750,1,8540.36,703.764,548.175,6.03884,180,0,0,1,0,0,0,0,0),(85036,33222,571,1,1,3258,1,8629.61,644.825,550.254,2.9147,180,0,0,1,0,0,0,0,0),(85035,33477,571,1,1,29092,0,8493.24,1088.42,554.452,0.582037,180,0,0,1,0,0,0,0,0),(85027,33473,571,1,1,28751,1,8629.83,896.306,545.606,2.16421,180,0,0,1,0,0,0,0,0),(85025,33473,571,1,1,28632,1,8466.59,714.101,547.382,2.3911,180,0,0,1,0,0,0,0,0),(85022,33469,571,1,1,28753,1,8422.66,879.759,549.45,1.69297,180,0,0,1,0,0,0,0,0),(85020,33469,571,1,1,28631,1,8628.32,898.661,545.644,5.2709,180,0,0,1,0,0,0,0,0),(84985,33698,571,1,1,28928,1,8494.05,620.465,550.428,4.24115,180,0,0,1,0,0,0,0,0),(84973,33698,571,1,1,28928,1,8476.8,1052.55,552.011,5.28835,180,0,0,1,0,0,0,0,0),(84919,33698,571,1,1,28930,1,8487.6,888.946,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84909,33698,571,1,1,28929,1,8542.56,929.064,558.532,6.24828,180,0,0,1,0,0,0,0,0),(84907,33698,571,1,1,28927,1,8487.25,937.783,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84905,33698,571,1,1,28928,1,8452.23,1009.91,545.753,0.837758,180,0,0,1,0,0,0,0,0),(84771,33698,571,1,1,28930,1,8487.34,877.431,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84770,33698,571,1,1,28927,1,8487.44,908.339,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84769,33698,571,1,1,28927,1,8487.76,990.054,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84768,33698,571,1,1,28927,1,8487.3,950.543,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84767,33698,571,1,1,28930,1,8543.27,998.918,558.532,6.24828,180,0,0,1,0,0,0,0,0),(84766,33698,571,1,1,28930,1,8543.07,867.009,558.532,6.24828,180,0,0,1,0,0,0,0,0),(84757,33698,571,1,1,28927,1,8487.49,980.451,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84755,33698,571,1,1,28928,1,8487.36,967.873,558.532,3.1765,180,0,0,1,0,0,0,0,0),(84754,33435,571,1,1,24225,1,8446.96,750.873,547.376,4.17134,180,0,0,1,0,0,0,0,0),(84753,35483,571,1,1,29844,1,8367.6,782.948,549.795,0.488692,180,0,0,1,0,0,0,0,0),(84752,31899,571,1,1,27780,0,8618.64,937.047,547.912,2.98451,180,0,0,1,0,0,0,0,0),(84751,33434,571,1,1,24225,1,8446.38,746.559,547.376,0.034907,180,0,0,1,0,0,0,0,0),(84750,35482,571,1,1,24892,0,8431.46,1041.08,552.533,4.86947,180,0,0,1,0,0,0,0,0),(84719,35482,571,1,1,29878,0,8420.46,1037.24,552.607,5.86431,180,0,0,1,0,0,0,0,0),(84700,35482,571,1,1,29878,0,8420.69,1027.25,550.42,0.331613,180,0,0,1,0,0,0,0,0),(84699,31898,571,1,1,27772,0,8616.55,937.069,548.143,0,180,0,0,1,0,0,0,0,0),(84698,35476,571,1,1,29814,1,8530.62,647.233,558.621,1.5708,180,0,0,1,0,0,0,0,0),(84697,35475,571,1,1,29884,1,8496.58,656.017,558.621,5.07891,180,0,0,1,0,0,0,0,0),(84667,35475,571,1,1,29882,1,8497.24,654.057,558.621,1.88496,180,0,0,1,0,0,0,0,0),(84666,35475,571,1,1,29881,1,8503.11,645.321,558.621,6.03884,180,0,0,1,0,0,0,0,0),(84665,35475,571,1,1,29883,1,8505.26,645.536,558.621,3.08923,180,0,0,1,0,0,0,0,0),(84664,35475,571,1,1,29881,1,8534.46,645.333,558.621,2.67035,180,0,0,1,0,0,0,0,0),(84662,35475,571,1,1,29881,1,8535.34,648.785,558.621,3.4383,180,0,0,1,0,0,0,0,0),(84661,35475,571,1,1,29883,1,8532.83,651.476,558.621,4.20624,180,0,0,1,0,0,0,0,0),(84660,35475,571,1,1,29883,1,8528.59,651.408,558.621,5.14872,180,0,0,1,0,0,0,0,0),(84659,35475,571,1,1,29883,1,8526.26,648.905,558.621,5.91667,180,0,0,1,0,0,0,0,0),(81435,35473,571,1,1,29828,0,8370.46,779.075,550.082,3.33358,180,0,0,1,0,0,0,0,0),(81434,35473,571,1,1,29828,0,8366.18,766.655,551.201,1.8326,180,0,0,1,0,0,0,0,0),(68457,33543,571,1,1,28678,1,8420.06,679.147,550.431,3.35103,180,0,0,1,0,0,0,0,0),(68005,33543,571,1,1,28678,1,8432.28,667.717,550.377,4.67748,180,0,0,1,0,0,0,0,0),(67187,33543,571,1,1,28680,1,8509.84,672.955,558.336,0.034907,180,0,0,1,0,0,0,0,0),(67185,33543,571,1,1,28678,1,8510.01,735.063,558.646,4.97419,180,0,0,1,0,0,0,0,0),(66941,33543,571,1,1,28678,1,8457.41,666.667,548.358,0.820305,180,0,0,1,0,0,0,0,0),(66910,33543,571,1,1,28678,1,8481.91,664.564,547.434,3.94444,180,0,0,1,0,0,0,0,0),(66792,33543,571,1,1,28678,1,8509.64,702.96,558.331,0.069813,180,0,0,1,0,0,0,0,0),(9740,35079,571,1,1,29688,1,9441.77,1167.45,-0.936462,0.488692,180,0,0,1,0,0,0,0,0),(9741,35079,571,1,1,29688,1,9478.6,1167,-1.09302,1.8326,180,0,0,1,0,0,0,0,0),(9742,35079,571,1,1,29689,1,9479.86,1177.17,-1.08234,0.488692,180,0,0,1,0,0,0,0,0),(9743,35079,571,1,1,29689,1,9444.37,1190.53,-1.08865,1.8326,180,0,0,1,0,0,0,0,0),(9777,35079,571,1,1,29688,1,9450.58,1217.07,-1.09894,0.488692,180,0,0,1,0,0,0,0,0),(10547,35079,571,1,1,29688,1,9458.78,1147.88,-1.10994,1.8326,180,0,0,1,0,0,0,0,0),(10548,35080,571,1,1,25633,1,9460.2,1153.4,0.316754,3.87463,180,0,0,1,0,0,0,0,0),(10739,35080,571,1,1,25773,1,9593.58,905.024,0.353085,5.70723,180,0,0,1,0,0,0,0,0),(10757,35080,571,1,1,25773,1,9445.01,1157.21,0.122628,1.309,180,0,0,1,0,0,0,0,0),(10764,35080,571,1,1,25773,1,9438,1195.39,0.43172,0.226893,180,0,0,1,0,0,0,0,0),(10767,35080,571,1,1,25633,1,9573.32,887.83,-0.289389,1.309,180,0,0,1,0,0,0,0,0),(10784,35080,571,1,1,25773,1,9564.51,899.682,-0.182856,3.87463,180,0,0,1,0,0,0,0,0),(10815,35080,571,1,1,25632,1,9433.29,1174.55,1.63371,0.959931,180,0,0,1,0,0,0,0,0),(10816,35080,571,1,1,25775,1,9441.08,1173.07,0.424595,1.309,180,0,0,1,0,0,0,0,0),(10817,35080,571,1,1,25773,1,9557.07,939.455,0.135852,3.87463,180,0,0,1,0,0,0,0,0),(10818,35080,571,1,1,25773,1,9446.41,1143.35,0.215094,5.70723,180,0,0,1,0,0,0,0,0),(10823,35080,571,1,1,25775,1,9472.75,1216.65,5.29484,0.959931,180,0,0,1,0,0,0,0,0),(11161,35080,571,1,1,25633,1,9591.18,921.844,1.87011,0.959931,180,0,0,1,0,0,0,0,0),(49356,35080,571,1,1,25633,1,9567.99,918.896,3.60911,0.959931,180,0,0,1,0,0,0,0,0),(49357,35080,571,1,1,25775,1,9455.58,1181.17,4.20039,0.959931,180,0,0,1,0,0,0,0,0),(49360,35080,571,1,1,25632,1,9587.68,879.708,-0.245207,5.70723,180,0,0,1,0,0,0,0,0),(49511,35083,571,1,1,29687,1,9438.76,1188.86,-1.56142,1.8326,180,0,0,1,0,0,0,0,0),(50420,35083,571,1,1,29682,1,9449.17,1143.33,-1.64776,1.8326,180,0,0,1,0,0,0,0,0),(50960,35083,571,1,1,29682,1,9437.75,1188.14,-1.53466,3.52556,180,0,0,1,0,0,0,0,0),(51368,35083,571,1,1,29687,1,9443.19,1154.98,-1.52366,3.52556,180,0,0,1,0,0,0,0,0),(51371,35083,571,1,1,29682,1,9440.9,1177.86,-1.49515,1.8326,180,0,0,1,0,0,0,0,0),(51595,35083,571,1,1,29682,1,9468.23,1171.82,-1.56516,0.488692,180,0,0,1,0,0,0,0,0),(51598,35083,571,1,1,29687,1,9476.17,1218.47,-1.53589,0.488692,180,0,0,1,0,0,0,0,0),(51600,35084,571,1,1,25774,1,9576.41,936.774,3.5989,1.76278,180,0,0,1,0,0,0,0,0),(51886,35084,571,1,1,25772,1,9602.78,935.991,1.86317,4.88692,180,0,0,1,0,0,0,0,0),(51920,35084,571,1,1,25774,1,9582.42,910.823,4.01096,5.20108,180,0,0,1,0,0,0,0,0),(51921,35084,571,1,1,25772,1,9446.82,1170.15,4.67347,5.20108,180,0,0,1,0,0,0,0,0),(51922,35084,571,1,1,25774,1,9590.21,937.493,0.272682,1.309,180,0,0,1,0,0,0,0,0),(51923,35084,571,1,1,25633,1,9442.3,1185.04,2.66877,1.76278,180,0,0,1,0,0,0,0,0),(51924,35084,571,1,1,25633,1,9475.54,1196.48,0.58473,0.226893,180,0,0,1,0,0,0,0,0),(51925,35084,571,1,1,25772,1,9477.36,1228.69,0.233304,3.87463,180,0,0,1,0,0,0,0,0),(51926,35084,571,1,1,25633,1,9431.96,1183.56,1.55156,0.785398,180,0,0,1,0,0,0,0,0),(51927,35084,571,1,1,25772,1,9441.79,1192.82,0.213745,5.70723,180,0,0,1,0,0,0,0,0),(51928,35084,571,1,1,25774,1,9556.12,908.476,0.103439,0.226893,180,0,0,1,0,0,0,0,0),(51929,35084,571,1,1,25632,1,9559.45,954.964,0.415239,0.226893,180,0,0,1,0,0,0,0,0),(51930,35084,571,1,1,25633,1,9600.13,922.128,1.75587,0.785398,180,0,0,1,0,0,0,0,0),(51931,35084,571,1,1,25772,1,9429.22,1188.13,1.70838,4.88692,180,0,0,1,0,0,0,0,0),(51932,35090,571,1,1,29679,1,9452.53,1164.88,4.8061,2.14294,180,0,0,1,0,0,0,0,0),(51933,35092,571,1,1,29824,0,9572.32,1099.2,9.34612,4.79965,180,0,0,1,0,0,0,0,0),(51934,35092,571,1,1,29824,0,9569.09,1092.35,9.34336,0.767945,180,0,0,1,0,0,0,0,0),(51935,35092,571,1,1,29824,0,9575.79,1091.69,9.23371,2.80998,180,0,0,1,0,0,0,0,0),(51936,35092,571,1,1,29824,0,9547.06,1075.3,24.474,2.70526,180,0,0,1,0,0,0,0,0),(51937,35092,571,1,1,29824,0,9542.23,1084.65,24.4725,5.18363,180,0,0,1,0,0,0,0,0),(51938,35092,571,1,1,29824,0,9537.79,1077.07,24.8948,0.558505,180,0,0,1,0,0,0,0,0),(51939,35092,571,1,1,29824,0,9613.49,1118.09,13.4582,3.92699,180,0,0,1,0,0,0,0,0),(51940,35092,571,1,1,29824,0,9603.75,1117.5,13.4302,0.05236,180,0,0,1,0,0,0,0,0),(51941,35092,571,1,1,29824,0,9592.5,1110.62,9.4274,4.79965,180,0,0,1,0,0,0,0,0),(51942,35092,571,1,1,29824,0,9610.37,1108.45,13.4655,1.69297,180,0,0,1,0,0,0,0,0),(51943,35092,571,1,1,29824,0,9588.74,1105.06,9.30608,0.767945,180,0,0,1,0,0,0,0,0),(51944,35092,571,1,1,29824,0,9595.09,1105.42,9.44443,2.60054,180,0,0,1,0,0,0,0,0),(51945,34838,571,1,1,25633,1,10322.5,735.127,73.1799,2.68781,180,0,0,1,0,0,0,0,0),(51958,34838,571,1,1,25632,1,10002.7,683.028,25.6302,5.81195,180,0,0,1,0,0,0,0,0),(51959,34838,571,1,1,25633,1,10003.9,622.523,10.6332,1.64061,180,0,0,1,0,0,0,0,0),(51987,34838,571,1,1,25632,1,10233.7,718.84,68.7995,5.25344,180,0,0,1,0,0,0,0,0),(51988,34838,571,1,1,25633,1,10149.5,788.802,67.9703,2.3911,180,0,0,1,0,0,0,0,0),(52033,34838,571,1,1,25633,1,10397.9,868.667,108.556,3.38594,180,0,0,1,0,0,0,0,0),(52034,34838,571,1,1,25633,1,10273.5,722.358,71.7464,3.10669,180,0,0,1,0,0,0,0,0),(52035,34838,571,1,1,25633,1,10293.9,735.221,73.3825,0.558505,180,0,0,1,0,0,0,0,0),(52036,34838,571,1,1,25632,1,10417.8,764.516,64.5733,3.14159,180,0,0,1,0,0,0,0,0),(52037,34838,571,1,1,25633,1,10303.4,756.233,74.2706,1.97222,180,0,0,1,0,0,0,0,0),(52038,34838,571,1,1,25632,1,10347.4,803.104,77.7554,1.56795,180,0,0,1,0,2,0,0,0),(52039,34838,571,1,1,25632,1,10238.2,782.248,71.3061,4.19087,180,0,0,1,0,2,0,0,0),(52040,34838,571,1,1,25632,1,10315,815.759,72.4905,4.45059,180,0,0,1,0,0,0,0,0),(53767,34852,571,1,1,0,0,10063.1,1209.75,73.4843,0,120,0,0,1,0,0,0,0,0),(53107,34852,571,1,1,0,0,10051.8,1186.91,69.1732,0,120,0,0,1,0,0,0,0,0),(52043,34852,571,1,1,0,0,10013.6,1270.26,70.9321,0,120,0,0,1,0,0,0,0,0),(52044,34838,571,1,1,25632,1,10235.4,758.661,71.4357,2.67035,180,0,0,1,0,0,0,0,0),(52045,34838,571,1,1,25633,1,10151.6,744.279,66.6018,1.08676,180,0,0,1,0,2,0,0,0),(52062,34838,571,1,1,25632,1,10242.7,810.471,70.1228,4.46804,180,0,0,1,0,0,0,0,0),(52063,34838,571,1,1,25633,1,10270.3,685.74,70.1519,5.09636,180,0,0,1,0,0,0,0,0),(52064,34838,571,1,1,25632,1,10352.4,722.785,73.2654,1.0821,180,0,0,1,0,0,0,0,0),(52065,34838,571,1,1,25633,1,9950.15,1014.25,19.8711,1.62316,180,0,0,1,0,0,0,0,0),(52226,34838,571,1,1,25632,1,10146.2,883.179,34.369,2.79253,180,0,0,1,0,0,0,0,0),(52603,34838,571,1,1,25633,1,10174.1,809.521,52.9737,0.750492,180,0,0,1,0,0,0,0,0),(52604,34838,571,1,1,25633,1,10163.8,843.036,42.2461,5.234,180,0,0,1,0,2,0,0,0),(52723,34838,571,1,1,25632,1,10127.6,832.785,29.1622,5.044,180,0,0,1,0,0,0,0,0),(52724,34838,571,1,1,25633,1,10157.4,865.497,36.0286,3.78736,180,0,0,1,0,0,0,0,0),(52883,34838,571,1,1,25632,1,10174,739.667,66.0871,3.78736,180,0,0,1,0,0,0,0,0),(53039,34838,571,1,1,25633,1,9991.07,1153.53,39.4657,5.28835,180,0,0,1,0,0,0,0,0),(53040,34838,571,1,1,25632,1,10289.4,811.396,72.4138,2.32129,180,0,0,1,0,0,0,0,0),(53041,34838,571,1,1,25632,1,10096.8,1190.5,79.6442,6.19592,180,0,0,1,0,0,0,0,0),(53042,34838,571,1,1,25632,1,9945.91,1076.47,19.2265,4.29351,180,0,0,1,0,0,0,0,0),(53044,34838,571,1,1,25633,1,9955.83,1048.96,18.0156,3.80482,180,0,0,1,0,0,0,0,0),(53045,34838,571,1,1,25632,1,10038.1,1023.64,18.9621,4.5204,180,0,0,1,0,0,0,0,0),(53086,34838,571,1,1,25632,1,9976.96,985.387,10.8068,0.471239,180,0,0,1,0,0,0,0,0),(53087,34838,571,1,1,25633,1,9998.99,1218.63,60.7685,4.74729,180,0,0,1,0,0,0,0,0),(53088,34838,571,1,1,25633,1,9997.32,1241.62,66.0915,5.48033,180,0,0,1,0,0,0,0,0),(53089,34838,571,1,1,25632,1,10017.8,1231.63,62.2376,2.98451,180,0,0,1,0,0,0,0,0),(53099,34838,571,1,1,25632,1,9975.16,1041.32,16.6497,2.31406,180,0,0,1,0,2,0,0,0),(53100,34838,571,1,1,25633,1,10038.9,952.764,3.3576,5.81195,180,0,0,1,0,0,0,0,0),(52042,34852,571,1,1,0,0,9977.43,1207.6,56.3228,0,120,0,0,1,0,0,0,0,0),(53108,34838,571,1,1,25633,1,9980.58,1195.92,54.3329,1.52725,180,0,0,1,0,2,0,0,0),(53109,34838,571,1,1,25633,1,10051.3,1216.9,69.6857,2.46091,180,0,0,1,0,0,0,0,0),(53110,34838,571,1,1,25632,1,9933.88,1129.47,42.8194,0.523599,180,0,0,1,0,0,0,0,0),(53111,34838,571,1,1,25633,1,10025.6,1184.96,60.5205,4.67748,180,0,0,1,0,0,0,0,0),(53112,34838,571,1,1,25632,1,10003.9,1191.73,58.1468,6.13715,180,0,0,1,0,2,0,0,0),(53113,34838,571,1,1,25632,1,10110.9,1218.41,78.9978,0.628318,180,0,0,1,0,0,0,0,0),(53114,34838,571,1,1,25632,1,9951.68,1201.5,52.6994,5.58505,180,0,0,1,0,0,0,0,0),(53115,34838,571,1,1,25632,1,10133,1188.55,80.0452,1.62316,180,0,0,1,0,0,0,0,0),(53134,34838,571,1,1,25633,1,10135.2,1210.61,79.112,2.61923,180,0,0,1,0,2,0,0,0),(53135,34839,571,1,1,25775,0,10009,665.115,17.2778,4.66003,180,0,0,1,0,0,0,0,0),(53137,34839,571,1,1,25773,0,10430.7,879.898,116.262,2.6529,180,0,0,1,0,0,0,0,0),(53138,34839,571,1,1,25775,0,10348.7,864.477,96.1417,4.72984,180,0,0,1,0,0,0,0,0),(53139,34839,571,1,1,25775,0,10256.5,791.585,72.3211,3.9968,180,0,0,1,0,0,0,0,0),(53154,34839,571,1,1,25773,0,10251.6,760.342,72.3302,5.41052,180,0,0,1,0,0,0,0,0),(53156,34839,571,1,1,25773,0,10276.3,744.411,72.5898,3.40339,180,0,0,1,0,0,0,0,0),(53159,34839,571,1,1,25775,0,10207.2,773.846,67.2755,1.88496,180,0,0,1,0,0,0,0,0),(53160,34839,571,1,1,25773,0,10211.4,701.661,62.9655,1.71042,180,0,0,1,0,0,0,0,0),(53182,34839,571,1,1,25775,0,10298.2,702.722,70.1157,2.09439,180,0,0,1,0,0,0,0,0),(53183,34839,571,1,1,25775,0,10242.7,680.457,67.6164,0.593412,180,0,0,1,0,0,0,0,0),(53193,34839,571,1,1,25775,0,10367.7,769.358,71.5016,5.23599,180,0,0,1,0,0,0,0,0),(53194,34839,571,1,1,25773,0,10133.2,895.457,35.8278,4.2237,180,0,0,1,0,0,0,0,0),(53195,34839,571,1,1,25775,0,10117.3,911.816,34.1663,4.15388,180,0,0,1,0,0,0,0,0),(53196,34839,571,1,1,25773,0,10080.2,891.503,15.2948,6.17846,180,0,0,1,0,0,0,0,0),(53197,34839,571,1,1,25773,0,10090.1,849.003,8.28236,3.26377,180,0,0,1,0,0,0,0,0),(53198,34839,571,1,1,25773,0,10079.4,813.231,10.4377,3.08923,180,0,0,1,0,0,0,0,0),(53199,34839,571,1,1,25773,0,10434.8,786.182,65.4238,3.61283,180,0,0,1,0,0,0,0,0),(53200,34839,571,1,1,25775,0,10415.1,931.809,125.112,2.79253,180,0,0,1,0,0,0,0,0),(53201,34839,571,1,1,25773,0,9997.79,1129.84,37.6892,4.53786,180,0,0,1,0,0,0,0,0),(53202,34839,571,1,1,25775,0,9998.88,1098.61,30.4584,6.23082,180,0,0,1,0,0,0,0,0),(53203,34839,571,1,1,25775,0,10090,956.384,23.6833,2.87979,180,0,0,1,0,0,0,0,0),(53204,34839,571,1,1,25775,0,10201.7,825.76,56.3615,4.17134,180,0,0,1,0,0,0,0,0),(53217,34839,571,1,1,25775,0,9993.84,966.722,12.2553,5.28835,180,0,0,1,0,0,0,0,0),(53218,34839,571,1,1,25775,0,10047.4,921.462,4.76514,3.92699,180,0,0,1,0,0,0,0,0),(53219,34839,571,1,1,25773,0,10390.5,933.609,123.487,0.994838,180,0,0,1,0,0,0,0,0),(53220,34839,571,1,1,25773,0,10084.2,1224.6,79.4599,4.64258,180,0,0,1,0,0,0,0,0),(53221,34839,571,1,1,25773,0,10068.1,1003.87,20.1992,0.890118,180,0,0,1,0,0,0,0,0),(53222,34839,571,1,1,25773,0,10090.2,926.38,24.7719,3.7001,180,0,0,1,0,0,0,0,0),(53223,34839,571,1,1,25775,0,10006.3,1069.78,19.3265,4.17134,180,0,0,1,0,0,0,0,0),(53224,34839,571,1,1,25773,0,9928.95,1172.9,51.5073,3.05433,180,0,0,1,0,0,0,0,0),(53225,34839,571,1,1,25773,0,10021.4,1055.24,18.3089,3.7001,180,0,0,1,0,0,0,0,0),(53226,34839,571,1,1,25773,0,10185,1189.2,76.159,5.13127,180,0,0,1,0,0,0,0,0),(53237,35098,571,1,1,29693,1,9576.28,953.034,4.12985,0.388487,180,0,0,1,0,0,0,0,0),(53239,35098,571,1,1,29693,1,9581.49,922.438,3.48174,4.88103,180,0,0,1,0,0,0,0,0),(53602,35098,571,1,1,29691,1,9583.51,918.441,3.62835,2.87505,180,0,0,1,0,0,0,0,0),(53603,35098,571,1,1,29692,1,9565.86,960.526,4.73374,1.97222,180,0,0,1,0,0,0,0,0),(53604,35098,571,1,1,29690,1,9582.01,911.63,3.96787,1.55817,180,5,0,1,0,1,0,0,0),(53605,35098,571,1,1,29692,1,9578.22,941.552,3.63599,1.41372,180,0,0,1,0,0,0,0,0),(53606,35098,571,1,1,29692,1,9575.42,938.569,3.51403,-1.24445,180,0,0,1,0,0,0,0,0),(53607,35098,571,1,1,29691,1,9567.08,915.802,3.77564,1.59371,180,5,0,1,0,1,0,0,0),(53608,35098,571,1,1,29693,1,9571.27,910.273,3.97752,1.78024,180,5,0,1,0,1,0,0,0),(53609,35098,571,1,1,29692,1,9585.46,917.227,3.81688,1.98968,180,5,0,1,0,1,0,0,0),(53610,35102,571,1,1,29611,1,9577.18,906.063,4.25583,1.78024,180,0,0,1,0,0,0,0,0),(53611,35104,571,1,1,29693,1,9588.27,931.458,-1.07525,1.8326,180,0,0,1,0,0,0,0,0),(53612,35104,571,1,1,29693,1,9570.53,894.75,-1.01211,1.8326,180,0,0,1,0,0,0,0,0),(53613,35104,571,1,1,29692,1,9572.44,884.589,-1.0547,0.488692,180,0,0,1,0,0,0,0,0),(53614,35104,571,1,1,29693,1,9593.08,909.531,-1.03616,0.488692,180,0,0,1,0,0,0,0,0),(53615,35104,571,1,1,29692,1,9558.34,942.391,-1.10202,1.8326,180,0,0,1,0,0,0,0,0),(53616,35104,571,1,1,29693,1,9560.32,953.476,-1.104,0.488692,180,0,0,1,0,0,0,0,0),(53619,35104,571,1,1,29693,1,9584.32,895.29,-1.08649,1.8326,180,0,0,1,0,0,0,0,0),(53621,35104,571,1,1,29692,1,9558.4,927.67,-1.06184,0.488692,180,0,0,1,0,0,0,0,0),(53622,35105,571,1,1,29690,1,9566.26,900.887,-1.49635,1.8326,180,0,0,1,0,0,0,0,0),(53623,35105,571,1,1,29691,1,9561.96,914.262,-1.48835,3.52556,180,0,0,1,0,0,0,0,0),(53624,35105,571,1,1,29690,1,9561.38,959.589,-1.51992,1.8326,180,0,0,1,0,0,0,0,0),(53625,35105,571,1,1,29691,1,9591.11,916.274,-1.56374,0.488692,180,0,0,1,0,0,0,0,0),(53626,35105,571,1,1,29690,1,9588.63,900.637,-1.52539,3.52556,180,0,0,1,0,0,0,0,0),(53627,35105,571,1,1,29690,1,9593.55,932.384,-1.66914,1.8326,180,0,0,1,0,0,0,0,0),(53628,35105,571,1,1,29690,1,9557.46,952.208,-1.56,1.8326,180,0,0,1,0,0,0,0,0),(53629,35105,571,1,1,29690,1,9588.62,893.132,-1.52998,0.488692,180,0,0,1,0,0,0,0,0),(53630,34852,571,1,1,29686,0,10356.4,836.911,86.2856,5.49779,180,0,0,1,0,0,0,0,0),(53634,34852,571,1,1,29684,0,10142.6,783.795,67.9048,0,180,0,0,1,0,0,0,0,0),(53635,34852,571,1,1,29686,0,10276.7,757.512,73.7644,0,180,0,0,1,0,0,0,0,0),(53637,34852,571,1,1,29684,0,10278.1,736.408,72.5834,0,180,0,0,1,0,0,0,0,0),(53638,34852,571,1,1,29686,0,10338.5,760.618,74.4212,0,180,0,0,1,0,0,0,0,0),(53640,34852,571,1,1,29685,0,10244,780.064,71.4655,0,180,0,0,1,0,0,0,0,0),(53641,34852,571,1,1,29684,0,10219.9,722.708,66.0357,0,180,0,0,1,0,0,0,0,0),(53642,34852,571,1,1,29686,0,10282.6,704.108,70.3854,0,180,0,0,1,0,0,0,0,0),(53643,34852,571,1,1,29685,0,10130.5,892.346,34.4289,0,180,0,0,1,0,0,0,0,0),(53644,34852,571,1,1,29686,0,10145,867.743,33.7314,0,180,0,0,1,0,0,0,0,0),(53647,34852,571,1,1,29684,0,10091.5,825.682,11.6466,0,180,0,0,1,0,0,0,0,0),(53648,34852,571,1,1,29685,0,10101.3,876.536,17.6608,0,180,0,0,1,0,0,0,0,0),(53649,34852,571,1,1,29685,0,10233.2,685.576,66.3567,0,180,0,0,1,0,0,0,0,0),(53652,34852,571,1,1,29686,0,10164.6,752.677,66.863,0,180,0,0,1,0,0,0,0,0),(53653,34852,571,1,1,29686,0,10184.8,687.323,50.8929,0,180,0,0,1,0,0,0,0,0),(53655,34852,571,1,1,29686,0,10428.1,787.625,65.6994,0,180,0,0,1,0,0,0,0,0),(53656,34852,571,1,1,29683,0,10382.1,761.306,68.529,0,180,0,0,1,0,0,0,0,0),(53657,34852,571,1,1,29684,0,10310.1,694.615,70.4765,0,180,0,0,1,0,0,0,0,0),(53658,34852,571,1,1,29684,0,10271.6,820.314,72.4852,0,180,0,0,1,0,0,0,0,0),(53660,34852,571,1,1,29684,0,10319.1,798.45,74.8296,0,180,0,0,1,0,0,0,0,0),(53661,34852,571,1,1,29684,0,10207.5,828.431,58.084,0,180,0,0,1,0,0,0,0,0),(53662,34852,571,1,1,29683,0,10302.7,825.747,71.2825,0,180,0,0,1,0,0,0,0,0),(53663,34852,571,1,1,29686,0,10293.5,792.082,74.5542,0,180,0,0,1,0,0,0,0,0),(53664,34852,571,1,1,29685,0,10230.3,804.847,70.9706,3.36848,180,0,0,1,0,0,0,0,0),(53665,34852,571,1,1,29685,0,9952.79,1055.67,18.1375,0,180,0,0,1,0,0,0,0,0),(53666,34852,571,1,1,29685,0,10007.2,1147.35,37.9435,0,180,0,0,1,0,0,0,0,0),(53667,34852,571,1,1,29684,0,10389.6,919.422,122.736,0,180,0,0,1,0,0,0,0,0),(53670,34852,571,1,1,29685,0,10421.2,954.071,123.963,4.08407,180,0,0,1,0,0,0,0,0),(53671,34852,571,1,1,29684,0,10192.8,786.878,60.1586,0,180,0,0,1,0,0,0,0,0),(53680,34852,571,1,1,29683,0,9954.27,1022.17,18.5955,0,180,0,0,1,0,0,0,0,0),(53681,34852,571,1,1,29686,0,9994.37,978.41,12.7159,0,180,0,0,1,0,0,0,0,0),(53682,34852,571,1,1,29686,0,10053.9,983.002,8.41812,0,180,0,0,1,0,0,0,0,0),(53683,34852,571,1,1,29683,0,9991.3,1015.78,11.4353,5.39307,180,0,0,1,0,0,0,0,0),(53684,34852,571,1,1,29686,0,10031.5,928.102,1.68685,0,180,0,0,1,0,0,0,0,0),(53685,34852,571,1,1,29686,0,10089.2,937.066,24.2382,0,180,0,0,1,0,0,0,0,0),(53689,34852,571,1,1,29683,0,9979.32,1105.07,29.0934,0,180,0,0,1,0,0,0,0,0),(53690,34852,571,1,1,29685,0,10002,1064.5,19.6691,3.01942,180,0,0,1,0,0,0,0,0),(53732,34852,571,1,1,29683,0,10014.9,1053.92,18.9635,0,180,0,0,1,0,0,0,0,0),(53733,34852,571,1,1,29684,0,9939.53,1186.99,51.9685,0,180,0,0,1,0,0,0,0,0),(53764,34852,571,1,1,29684,0,9979.4,1087.42,24.4475,0,180,0,0,1,0,0,0,0,0),(53765,34852,571,1,1,29683,0,9933.89,1147.95,48.7444,1.58825,180,0,0,1,0,0,0,0,0),(53766,34852,571,1,1,29684,0,10100.8,1227.56,79.1873,0,180,0,0,1,0,0,0,0,0),(52041,34852,571,1,1,0,0,9990.99,1252.2,72.1569,0,120,0,0,1,0,0,0,0,0),(247330,30380,712,3,1,0,1,-7.54172,-30.0747,0.101348,4.17752,120,0,0,1,0,0,0,0,0),(53872,34947,571,1,1,25633,1,9554.08,970.196,1.69319,5.85512,120,0,0,1,0,0,0,0,0),(53873,34907,571,1,1,25633,1,9601.24,928.23,0.356095,3.4361,120,0,0,1,0,0,0,0,0),(53834,34907,571,1,1,25772,1,9600.76,918.903,0.388437,3.03162,120,0,0,1,0,0,0,0,0),(53775,34947,571,1,1,25633,1,9550.2,961.923,1.71085,5.8669,120,0,0,1,0,0,0,0,0),(53776,34907,571,1,1,25633,1,9487.81,1221.41,1.31369,3.27902,120,0,0,1,0,0,0,0,0),(53833,34907,571,1,1,25774,1,9602.55,929.272,0.355535,2.95366,120,0,0,1,0,0,0,0,0),(53835,34925,571,1,1,29487,0,9441.74,1233.28,6.20528,5.70723,180,0,0,1,0,0,0,0,0),(53836,34925,571,1,1,29487,0,9601.61,973.733,2.0985,3.4383,180,0,0,1,0,0,0,0,0),(53871,34925,571,1,1,29487,0,9536.44,911.089,0.050286,0.261799,180,0,0,1,0,0,0,0,0),(53879,34947,571,1,1,25632,1,9432.43,1172.14,0.240173,0.334384,120,0,0,1,0,0,0,0,0),(53877,34947,571,1,1,25775,1,9487.53,1226.41,1.3297,3.34578,120,0,0,1,0,0,0,0,0),(53772,34907,571,1,1,25633,1,9428.33,1190.03,0.197032,0.243451,120,0,0,1,0,0,0,0,0),(53773,34907,571,1,1,25632,1,9487.15,1217.85,1.32455,3.23189,120,0,0,1,0,0,0,0,0),(53774,34907,571,1,1,25772,1,9428.36,1185.18,0.206631,0.34948,120,0,0,1,0,0,0,0,0),(42880,12900,0,1,1,0,0,-10444.5,-4096.17,28.9469,2.91185,300,0,0,38844,0,0,0,0,0),(53883,35009,571,1,1,7804,0,9277.8,1090.92,18.9007,0,180,5,0,1,0,1,0,0,0),(53884,32498,571,1,1,25391,0,8898.51,1379.55,41.1093,4.7822,180,0,0,42,0,0,0,0,0),(53885,32498,571,1,1,25390,0,8905.74,1375.35,46.6496,0.401426,180,0,0,42,0,0,0,0,0),(53886,32498,571,1,1,25391,0,8909.96,1366.63,56.1023,5.044,180,0,0,42,0,0,0,0,0),(53887,32498,571,1,1,25391,0,8902.91,1373.27,49.4274,2.28638,180,0,0,42,0,0,0,0,0),(53888,32498,571,1,1,25391,0,8916.59,1359.54,56.8697,1.51844,180,0,0,42,0,0,0,0,0),(53889,32498,571,1,1,25390,0,8902.52,1357.58,69.8627,4.60767,180,0,0,42,0,0,0,0,0),(53890,32498,571,1,1,25391,0,8901.32,1375.92,46.2913,5.48604,180,5,0,42,0,1,0,0,0),(53891,32498,571,1,1,25390,0,8911.79,1361.01,59.6254,4.94233,180,5,0,42,0,1,0,0,0),(53892,32498,571,1,1,25391,0,8904.95,1356.16,67.7504,4.49959,180,5,0,42,0,1,0,0,0),(54042,32498,571,1,1,25390,0,8919.34,1354.89,57.3754,4.37721,180,5,0,42,0,1,0,0,0),(54043,32498,571,1,1,25391,0,8913.78,1359.25,59.3754,3.20687,180,5,0,42,0,1,0,0,0),(54044,32498,571,1,1,25390,0,8908.78,1357.73,63.8754,1.46309,180,5,0,42,0,1,0,0,0),(54289,35318,571,1,1,29688,1,9015.97,801.109,4.23989,0.692597,180,0,0,1,0,2,0,0,0),(54290,35318,571,1,1,29687,1,8993.73,766.094,4.79062,0.488692,180,0,0,1,0,0,0,0,0),(54291,35318,571,1,1,29687,1,9015.87,784.177,4.07042,3.38594,180,0,0,1,0,0,0,0,0),(54292,35318,571,1,1,29687,1,9007.17,771.306,4.11664,2.86234,180,0,0,1,0,0,0,0,0),(54293,35318,571,1,1,29687,1,9009.13,786.859,4.04831,6.21337,180,0,0,1,0,0,0,0,0),(54294,35318,571,1,1,29689,1,9035.52,796.776,4.89592,0.938346,180,0,0,1,0,2,0,0,0),(54295,35318,571,1,1,29688,1,9035.44,805.753,5.37859,2.32129,180,0,0,1,0,0,0,0,0),(54296,35319,571,1,1,29693,1,9100.43,1241.33,5.15585,2.14255,180,0,0,1,0,2,0,0,0),(54297,35319,571,1,1,29692,1,9073.76,1270.81,4.1915,2.70526,180,0,0,1,0,0,0,0,0),(54298,35319,571,1,1,29693,1,9074.34,1256.57,4.07984,0,180,0,0,1,0,0,0,0,0),(54299,35319,571,1,1,29693,1,9060.38,1277.57,4.87466,5.18363,180,0,0,1,0,0,0,0,0),(54300,35319,571,1,1,29690,1,9103.01,1230.8,5.9313,3.56047,180,0,0,1,0,0,0,0,0),(54301,35319,571,1,1,29690,1,9080.74,1240.32,4.30694,2.38768,180,0,0,1,0,2,0,0,0),(54302,35324,571,1,1,29756,0,9021.99,799.128,4.40636,5.42797,180,0,0,1,0,0,0,0,0),(54303,35324,571,1,1,29756,0,9023.93,797.564,4.4353,2.51327,180,0,0,1,0,0,0,0,0),(54516,35324,571,1,1,29756,0,9085.83,1247.32,4.38144,5.42797,180,0,0,1,0,0,0,0,0),(54524,35324,571,1,1,29756,0,9087.87,1245.65,4.48102,2.37365,180,0,0,1,0,0,0,0,0),(54525,35324,571,1,1,29756,0,9090.16,1242.61,4.70493,5.42797,180,0,0,1,0,0,0,0,0),(54526,35324,571,1,1,29756,0,9026.32,794.42,4.39309,5.42797,180,0,0,1,0,0,0,0,0),(54527,35070,571,1,1,29687,1,9460.16,1165.2,4.73099,1.39626,180,5,0,1,0,1,0,0,0),(54528,35070,571,1,1,29687,1,9446.3,1168.8,4.74198,1.56455,180,5,0,1,0,1,0,0,0),(54529,35070,571,1,1,29688,1,9460.71,1171.27,4.31521,1.6057,180,5,0,1,0,1,0,0,0),(54530,35070,571,1,1,29688,1,9449.08,1174.05,4.45048,4.94921,180,5,0,1,0,1,0,0,0),(54531,35070,571,1,1,29689,1,9459.93,1207.36,4.395,5.90727,180,0,0,1,0,0,0,0,0),(54532,35070,571,1,1,29687,1,9466.8,1205.48,4.40028,1.0935,180,0,0,1,0,0,0,0,0),(54533,35070,571,1,1,29689,1,9458.8,1200.92,4.2841,1.309,180,0,0,1,0,0,0,0,0),(54534,35070,571,1,1,29689,1,9466.45,1198.66,4.26815,1.41372,180,0,0,1,0,0,0,0,0),(53870,35070,571,1,1,29688,1,9471.23,1205.2,4.5213,1.58825,180,0,0,1,0,0,0,0,0),(54536,35089,571,1,1,26241,0,8464.71,1588.04,673.266,0,180,0,0,1,0,0,0,0,0),(54537,35097,571,1,1,28630,0,8478.29,1569.95,670.028,0,180,5,0,1,0,1,0,0,0),(54562,35097,571,1,1,28630,0,8483.27,1618.67,671.24,2.70526,180,5,0,1,0,1,0,0,0),(54609,35097,571,1,1,28704,0,8493.46,1570.4,671.175,0,180,5,0,1,0,1,0,0,0),(54610,35097,571,1,1,28855,0,8467.84,1571.03,671.146,0.610865,180,5,0,1,0,1,0,0,0),(54962,35097,571,1,1,28630,0,8479.43,1605.62,670.318,1.48353,180,5,0,1,0,1,0,0,0),(55332,35097,571,1,1,28855,0,8466.43,1560.82,670.028,2.07694,180,5,0,1,0,1,0,0,0),(55333,35097,571,1,1,28630,0,8468.28,1599.6,670.028,3.24631,180,5,0,1,0,1,0,0,0),(55334,35097,571,1,1,28630,0,8481.43,1588.95,670.04,1.91986,180,5,0,1,0,1,0,0,0),(55985,35097,571,1,1,28704,0,8495.66,1601.38,671.294,1.97222,180,5,0,1,0,1,0,0,0),(56218,35106,571,1,1,27204,0,8464.93,1588.01,672.966,4.64258,180,5,0,1,0,1,0,0,0),(56281,35106,571,1,1,27204,0,8464.91,1588.09,672.999,1.98968,180,5,0,1,0,1,0,0,0),(56333,35113,571,1,1,16063,1,8484.16,1582.35,670.139,4.7771,180,0,0,1,0,2,0,0,0),(56344,34716,571,1,1,28972,0,8563.03,1491.8,642.546,2.25148,180,0,0,1,0,0,0,0,0),(56627,34716,571,1,1,28630,0,8570.07,1535.63,642.422,4.03171,180,0,0,1,0,0,0,0,0),(56821,34716,571,1,1,28630,0,8532.68,1492.51,642.117,1.15192,180,0,0,1,0,0,0,0,0),(56824,34716,571,1,1,28704,0,8545.87,1591.2,642.182,0.383972,180,0,0,1,0,0,0,0,0),(57014,34716,571,1,1,28704,0,8547.06,1382.13,642.262,2.11185,180,0,0,1,0,0,0,0,0),(57157,34716,571,1,1,28855,0,8547.2,1613.31,642.178,6.0912,180,0,0,1,0,0,0,0,0),(57158,34716,571,1,1,28972,0,8520.13,1514.08,642.427,6.16101,180,0,0,1,0,0,0,0,0),(57159,34716,571,1,1,28704,0,8493.42,1419.66,642.722,0.017453,180,0,0,1,0,0,0,0,0),(57160,34716,571,1,1,28704,0,8569.81,1629.02,642.413,5.11381,180,0,0,1,0,0,0,0,0),(57161,34716,571,1,1,28630,0,8570.3,1665.25,642.188,2.42601,180,0,0,1,0,0,0,0,0),(57162,34716,571,1,1,28704,0,8574.84,1508,642.916,2.54818,180,0,0,1,0,0,0,0,0),(57180,34716,571,1,1,28855,0,8550.08,1543.92,642.182,4.81711,180,0,0,1,0,0,0,0,0),(57416,34716,571,1,1,28704,0,8515.85,1626.35,642.677,0.488692,180,0,0,1,0,0,0,0,0),(59516,34716,571,1,1,28704,0,8558.4,1711.54,642.178,4.72984,180,0,0,1,0,0,0,0,0),(59766,34716,571,1,1,28855,0,8606.21,1604.1,642.851,3.36848,180,0,0,1,0,0,0,0,0),(60702,34716,571,1,1,28972,0,8525.7,1569.93,642.691,6.16101,180,0,0,1,0,0,0,0,0),(60772,34728,571,1,1,25343,1,8586.69,1699.17,644.605,-0.7887,180,0,0,1,0,0,0,0,0),(60773,34728,571,1,1,25343,1,8471.97,1571.04,670.028,0,180,0,0,1,0,0,0,0,0),(60774,34728,571,1,1,25342,1,8550.54,1392.97,642.559,4.57276,180,0,0,1,0,0,0,0,0),(60775,34728,571,1,1,25343,1,8506.08,1337.11,627.437,4.57276,180,0,0,1,0,0,0,0,0),(60776,34728,571,1,1,25343,1,8477.6,1371.89,632.699,4.45059,180,0,0,1,0,0,0,0,0),(60778,34728,571,1,1,25342,1,8476.45,1395.92,641.074,4.13643,180,0,0,1,0,0,0,0,0),(60779,34728,571,1,1,25343,1,8528.71,1359.24,639.741,4.57276,180,0,0,1,0,0,0,0,0),(60781,34728,571,1,1,25343,1,8604.18,1591.51,642.876,2.44346,180,0,0,1,0,0,0,0,0),(60782,34728,571,1,1,25342,1,8543.39,1372.57,642.266,4.46804,180,0,0,1,0,0,0,0,0),(60786,34728,571,1,1,25342,1,8502.65,1409.11,642.173,3.97935,180,0,0,1,0,0,0,0,0),(60789,34728,571,1,1,25343,1,8491.69,1388.44,641.26,4.45059,180,0,0,1,0,0,0,0,0),(60790,34728,571,1,1,25343,1,8591.47,1582.54,642.178,5.14872,180,0,0,1,0,0,0,0,0),(60793,34728,571,1,1,25342,1,8556.92,1640.26,642.691,4.11898,180,0,0,1,0,0,0,0,0),(60794,34728,571,1,1,25343,1,8585.37,1628.13,642.178,6.0912,180,0,0,1,0,0,0,0,0),(60799,34728,571,1,1,25343,1,8557.27,1488.54,642.317,3.78736,180,0,0,1,0,0,0,0,0),(60800,34728,571,1,1,25342,1,8556.61,1626.92,642.252,3.7001,180,0,0,1,0,0,0,0,0),(60805,34728,571,1,1,25342,1,8501.02,1640.43,646.494,0.907571,180,0,0,1,0,0,0,0,0),(60807,34728,571,1,1,25342,1,8513.75,1630.06,643.483,0.471239,180,0,0,1,0,0,0,0,0),(60808,34728,571,1,1,25342,1,8521.25,1606.34,642.177,0.226893,180,0,0,1,0,0,0,0,0),(60810,34728,571,1,1,25343,1,8525.48,1667.08,643.171,4.27606,180,0,0,1,0,0,0,0,0),(60811,34728,571,1,1,25342,1,8547.88,1468.5,643.725,4.90438,180,0,0,1,0,0,0,0,0),(60814,34728,571,1,1,25343,1,8513.82,1461.54,646.481,5.02655,180,0,0,1,0,0,0,0,0),(60855,34728,571,1,1,25343,1,8520.8,1487.32,641.737,5.41052,180,0,0,1,0,0,0,0,0),(60890,34728,571,1,1,25343,1,8572.98,1707.67,642.456,5.60251,180,0,0,1,0,0,0,0,0),(60893,34728,571,1,1,25342,1,8521.83,1521.48,642.718,5.41052,180,0,0,1,0,0,0,0,0),(60896,34728,571,1,1,25342,1,8605.57,1622.3,642.297,2.96706,180,0,0,1,0,0,0,0,0),(60897,34728,571,1,1,25342,1,8523.67,1383.24,642.166,0.15708,180,0,0,1,0,0,0,0,0),(60919,34728,571,1,1,25342,1,8514.7,1398.7,642.473,4.97419,180,0,0,1,0,0,0,0,0),(61311,34728,571,1,1,25343,1,8542.34,1421.88,638.376,3.87463,180,0,0,1,0,0,0,0,0),(61478,34728,571,1,1,25342,1,8524.33,1588.98,642.177,0.10472,180,0,0,1,0,0,0,0,0),(62001,34728,571,1,1,25342,1,8537.59,1435.61,638.323,4.50295,180,0,0,1,0,0,0,0,0),(62002,34728,571,1,1,25343,1,8530.87,1557.36,643.617,0.628319,180,0,0,1,0,0,0,0,0),(62003,34728,571,1,1,25342,1,8520.96,1497.83,642.091,2.68781,180,0,0,1,0,0,0,0,0),(62004,34728,571,1,1,25342,1,8543.58,1657.86,642.178,4.39823,180,0,0,1,0,0,0,0,0),(62005,34728,571,1,1,25343,1,8545.94,1708.05,642.178,2.40855,180,0,0,1,0,0,0,0,0),(62006,34734,571,1,1,27832,1,8496.78,1459.57,663.24,5.13127,180,0,0,1,0,0,0,0,0),(62007,34734,571,1,1,27834,1,8488.72,1556.52,671.294,5.63741,180,0,0,1,0,0,0,0,0),(62176,34734,571,1,1,27834,1,8563.34,1681.37,642.178,3.08923,180,0,0,1,0,0,0,0,0),(62178,34734,571,1,1,27832,1,8561.4,1416.4,643.195,4.91869,180,0,0,1,0,2,0,0,0),(62237,34734,571,1,1,27834,1,8583.75,1590.93,642.178,2.32129,180,0,0,1,0,0,0,0,0),(62850,34734,571,1,1,27832,1,8576.39,1675.32,642.24,2.67035,180,0,0,1,0,0,0,0,0),(62860,34734,571,1,1,27832,1,8579.17,1611.8,642.178,4.29351,180,0,0,1,0,0,0,0,0),(62861,34734,571,1,1,27832,1,8547.89,1601.88,642.178,0,180,0,0,1,0,0,0,0,0),(62862,34734,571,1,1,27834,1,8562.59,1517.6,642.24,3.19395,180,0,0,1,0,0,0,0,0),(62863,34734,571,1,1,27832,1,8562.25,1599.85,642.178,6.26573,180,0,0,1,0,0,0,0,0),(62886,34734,571,1,1,27834,1,8558.85,1638.25,642.718,4.83519,180,0,0,1,0,2,0,0,0),(62888,34734,571,1,1,27834,1,8537.01,1711.5,642.178,5.09636,180,0,0,1,0,0,0,0,0),(62889,34734,571,1,1,27834,1,8514.88,1673.44,646.589,0.520728,180,0,0,1,0,2,0,0,0),(62890,34734,571,1,1,27834,1,8491.52,1607.78,671.294,0.401426,180,0,0,1,0,0,0,0,0),(62950,34734,571,1,1,27834,1,8541.94,1673.63,642.178,0.837758,180,0,0,1,0,0,0,0,0),(62951,34734,571,1,1,27834,1,8545.37,1489.48,642.175,1.3439,180,0,0,1,0,0,0,0,0),(63093,34734,571,1,1,27834,1,8564.43,1640.99,642.972,3.59867,180,5,0,1,0,1,0,0,0),(63124,34734,571,1,1,27832,1,8508.91,1423.38,642.168,4.03171,180,0,0,1,0,2,0,0,0),(63125,34734,571,1,1,27834,1,8545.26,1695.17,642.178,5.16617,180,0,0,1,0,0,0,0,0),(63126,34734,571,1,1,27832,1,8542.57,1528.11,642.184,5.21853,180,0,0,1,0,0,0,0,0),(63127,34808,571,1,1,27775,1,8530.89,1416.05,638.376,4.2237,180,0,0,1,0,0,0,0,0),(63128,34810,571,1,1,26241,0,8522.84,1397.96,665.712,0,180,5,0,1,0,1,0,0,0),(85131,36069,571,1,1,29970,1,8515.2,746.389,575.785,6.08606,180,0,0,1,0,2,0,0,0),(85132,33769,571,1,1,28840,1,8613.75,815.734,547.637,2.11185,180,0,0,1,0,0,0,0,0),(85133,33513,571,1,1,28652,0,8523.9,566.635,552.922,2.40855,180,0,0,1,0,0,0,0,0),(85134,33770,571,1,1,28842,0,8587.27,829.251,547.463,0.069813,180,0,0,1,0,0,0,0,0),(85135,34794,571,1,1,29435,1,8401.18,767.998,549.533,3.40339,180,0,0,1,0,0,0,0,0),(85136,33771,571,1,1,28843,0,8451.65,1058.68,554.493,1.25664,180,0,0,1,0,0,0,0,0),(85139,33518,571,1,1,29147,0,8549.62,1142.1,557.53,5.02655,180,0,0,1,0,0,0,0,0),(85140,33522,571,1,1,29148,0,8459.36,969.708,546.134,3.57792,180,0,0,1,0,0,0,0,0),(200877,35073,0,1,1,0,1,-4722.01,-1155.43,502.448,1.49649,300,0,0,2614,2117,0,0,0,0),(200876,36208,1,1,1,0,1,-4102.58,107.004,76.2813,3.7571,120,0,0,2038,1807,2,0,0,0),(85154,33778,571,1,1,0,0,8561.68,850.962,558.21,1.64061,120,0,0,1,0,0,0,0,0),(85153,33778,571,1,1,0,0,8470.58,850.337,558.21,1.64061,120,0,0,1,0,0,0,0,0),(85152,33778,571,1,1,0,0,8464.43,741.79,558.21,4.66003,120,0,0,1,0,0,0,0,0),(85151,33778,571,1,1,0,0,8460.21,839.373,558.21,2.98451,120,0,0,1,0,0,0,0,0),(85150,33778,571,1,1,0,0,8459.58,754.503,558.21,3.08923,120,0,0,1,0,0,0,0,0),(85149,33778,571,1,1,0,0,8343.94,846.909,586.263,0.174533,120,0,0,1,0,0,0,0,0),(85148,33778,571,1,1,0,0,8323.41,834.78,586.263,4.43314,120,0,0,1,0,0,0,0,0),(85147,33778,571,1,1,0,0,8316.54,846.404,586.263,3.40339,120,0,0,1,0,0,0,0,0),(85146,33778,571,1,1,0,0,8643.19,572.29,586.302,0.349066,120,0,0,1,0,0,0,0,0),(85145,33778,571,1,1,0,0,8635.68,583.735,586.302,1.32645,120,0,0,1,0,0,0,0,0),(85144,33778,571,1,1,0,0,8616.15,570.372,586.302,3.50811,120,0,0,1,0,0,0,0,0),(85143,33778,571,1,1,0,0,8572.5,834.153,558.21,0.0174533,120,0,0,1,0,0,0,0,0),(85142,33778,571,1,1,0,0,8571.82,744.924,558.21,0.0174533,120,0,0,1,0,0,0,0,0),(85141,33778,571,1,1,0,0,8559.65,735.484,558.21,4.66003,120,0,0,1,0,0,0,0,0),(85159,35573,571,1,1,29850,1,8529.34,724.899,558.607,3.1765,180,0,0,1,0,0,0,0,0),(85160,35574,571,1,1,29851,1,8502.84,724.707,558.607,6.26573,180,0,0,1,0,0,0,0,0),(85161,35575,571,1,1,29853,1,8529.17,722.262,558.612,3.15905,180,0,0,1,0,0,0,0,0),(85162,35576,571,1,1,29856,1,8502.64,721.774,558.613,6.26573,180,0,0,1,0,0,0,0,0),(85163,33272,571,1,1,29075,0,8638.93,881.688,545.425,3.21141,180,0,0,1,0,0,0,0,0),(85164,33272,571,1,1,29075,0,8560.67,1028.98,548.351,3.19395,180,0,0,1,0,0,0,0,0),(85165,33272,571,1,1,29075,0,8591.15,1065.26,559.794,1.15192,180,0,0,1,0,0,0,0,0),(85166,33272,571,1,1,29075,0,8639.67,873.886,545.543,3.14159,180,0,0,1,0,0,0,0,0),(85167,33272,571,1,1,29075,0,8589.38,1126.25,556.887,3.49066,180,0,0,1,0,0,0,0,0),(85168,33272,571,1,1,29075,0,8640.61,866.444,545.41,3.10669,180,0,0,1,0,0,0,0,0),(85169,33272,571,1,1,29075,0,8375.62,869.757,548.694,5.35816,180,0,0,1,0,0,0,0,0),(85170,33272,571,1,1,29075,0,8575.61,1022.97,547.438,0.750492,180,0,0,1,0,0,0,0,0),(85171,35577,571,1,1,29854,1,8528.88,710.175,558.621,3.10669,180,0,0,1,0,0,0,0,0),(200815,34882,571,1,1,0,1,8460.23,1087.09,554.492,3.77225,25,0,0,12600,0,0,0,0,0),(85173,35578,571,1,1,29857,1,8502.64,710.719,558.621,6.26573,180,0,0,1,0,0,0,0,0),(85174,35579,571,1,1,29852,1,8527.99,706.875,558.621,3.08923,180,0,0,1,0,0,0,0,0),(202398,33787,571,1,1,1126,0,8632.12,900.453,546.029,0,120,0,0,1,0,0,0,0,0),(202397,33787,571,1,1,1126,0,8616.62,943.828,549.251,0,120,0,0,1,0,0,0,0,0),(202396,33787,571,1,1,1126,0,8616.47,1042.87,559.248,0,120,0,0,1,0,0,0,0,0),(202395,33787,571,1,1,1126,0,8615.7,1035.97,559.497,0,120,0,0,1,0,0,0,0,0),(202394,33787,571,1,1,1126,0,8604.84,1082.85,559.353,0,120,0,0,1,0,0,0,0,0),(202393,33787,571,1,1,1126,0,8604.26,859.873,548.507,0,120,0,0,1,0,0,0,0,0),(202392,33787,571,1,1,1126,0,8604.07,1092.51,558.54,0,120,0,0,1,0,0,0,0,0),(202391,33787,571,1,1,1126,0,8593.81,872.91,549.982,0,120,0,0,1,0,0,0,0,0),(202390,33787,571,1,1,1126,0,8589.3,886.342,549.414,0,120,0,0,1,0,0,0,0,0),(202389,33787,571,1,1,1126,0,8589.14,1012.29,548.92,0,120,0,0,1,0,0,0,0,0),(202388,33787,571,1,1,1126,0,8588.93,918.773,548.987,0,120,0,0,1,0,0,0,0,0),(202387,33787,571,1,1,1126,0,8586.24,947.203,548.446,0,120,0,0,1,0,0,0,0,0),(202386,33787,571,1,1,1126,0,8586.01,904.311,550.025,0,120,0,0,1,0,0,0,0,0),(202385,33787,571,1,1,1126,0,8575.21,1010.22,548.635,0,120,0,0,1,0,0,0,0,0),(202384,33787,571,1,1,1126,0,8564.38,990.137,548.777,0,120,0,0,1,0,0,0,0,0),(202383,33787,571,1,1,1126,0,8552.33,1048.9,548.903,0,120,0,0,1,0,0,0,0,0),(202382,33787,571,1,1,1126,0,8388.85,990.25,549.431,0,120,0,0,1,0,0,0,0,0),(202381,33787,571,1,1,1126,0,8387.41,923.688,547.253,0,120,0,0,1,0,0,0,0,0),(202380,33787,571,1,1,1126,0,8386.79,943.564,547.762,0,120,0,0,1,0,0,0,0,0),(202379,33787,571,1,1,1126,0,8385.47,966.424,547.421,0,120,0,0,1,0,0,0,0,0),(202378,33787,571,1,1,1126,0,8382.61,881.09,549.359,0,120,0,0,1,0,0,0,0,0),(202377,33787,571,1,1,1126,0,8367.03,787.431,548.909,0,120,0,0,1,0,0,0,0,0),(202376,33787,571,1,1,1126,0,8364.44,864.872,551.774,0,120,0,0,1,0,0,0,0,0),(202375,33787,571,1,1,1126,0,8362.91,842.292,549.048,0,120,0,0,1,0,0,0,0,0),(85200,35580,571,1,1,29855,1,8502.49,707.036,558.621,6.23082,180,0,0,1,0,0,0,0,0),(85201,33788,571,1,1,28878,1,8570.94,1008.47,548.293,2.09638,180,0,0,1,0,0,0,0,0),(85202,33790,571,1,1,29255,0,8569.28,655.361,547.93,0.191986,180,0,0,1,0,0,0,0,0),(85203,33790,571,1,1,29255,0,8491.55,948.443,547.411,2.37365,180,0,0,1,0,0,0,0,0),(85204,33791,571,1,1,29262,0,8417.69,706.6,547.415,4.88692,180,0,0,1,0,0,0,0,0),(85205,33791,571,1,1,29262,0,8488.15,916.42,547.524,2.54818,180,0,0,1,0,0,0,0,0),(54535,32369,571,1,1,27944,1,5745.31,1005.82,174.563,4.08407,180,0,0,1,0,0,0,0,0),(65524,32371,571,1,1,27945,1,5743.97,1021.92,174.566,3.4383,180,0,0,1,0,0,0,0,0),(66729,32372,571,1,1,27946,1,5742.24,1038.21,174.566,3.21141,180,0,0,1,0,0,0,0,0),(70951,32373,571,1,1,27947,1,5729.57,1021.48,174.604,4.97419,180,0,0,1,0,2,0,0,0),(72214,32374,571,1,1,27948,1,5747.04,1029.93,174.536,3.38594,180,0,0,1,0,2,0,0,0),(72215,32375,571,1,1,27949,1,5750.64,1006.57,174.536,0.15708,180,0,0,1,0,2,0,0,0),(72221,31402,571,1,1,25195,1,5715.94,1004.29,174.563,2.47837,180,0,0,1,0,0,0,570688256,32),(72403,27306,571,1,1,11686,0,5727,1036.66,198.093,0.785398,180,0,0,1,0,0,0,0,0),(72404,27306,571,1,1,11686,0,5737.49,998.099,198.361,4.85202,180,0,0,1,0,0,0,0,0),(77844,27306,571,1,1,11686,0,5726.85,1015.9,198.601,4.27606,180,0,0,1,0,0,0,0,0),(78186,35587,571,1,1,28928,1,5790.81,538.849,691.181,0.885988,180,5,0,1,0,1,0,0,0),(78187,35587,571,1,1,28930,1,5789.31,545.59,688.708,0.85701,180,5,0,1,0,1,0,0,0),(85056,32263,571,1,1,27864,1,8206.29,2077.71,550.68,4.45059,180,0,0,1,0,0,0,0,0),(209030,35607,571,1,1,0,0,5927.63,731.576,643.253,4.69494,120,0,0,1,0,0,0,0,0),(85060,35608,571,1,1,7804,0,5805.41,639.755,685.145,0,180,0,0,1,0,0,0,0,0),(85063,34330,571,1,1,5554,0,5842.17,631.038,656.145,4.79965,180,0,0,1,0,0,0,0,0),(85064,34095,571,1,1,29076,1,5761.32,578.753,615.052,2.09439,180,0,0,1,0,0,0,0,0),(85075,25391,571,1,1,22506,0,4024.55,3742.41,88.997,3.54302,180,0,0,1,0,0,0,0,0),(85076,25391,571,1,1,22506,0,4052.66,3672.71,89.0616,4.99164,180,0,0,1,0,0,0,0,0),(85077,25391,571,1,1,22506,0,4053.73,3790.19,88.898,5.35816,180,0,0,1,0,0,0,0,0),(85082,25391,571,1,1,22506,0,4045.81,3648.79,88.9419,3.29867,180,0,0,1,0,0,0,0,0),(85083,25391,571,1,1,22506,0,4014.55,3773.26,88.0947,3.1765,180,0,0,1,0,0,0,0,0),(85086,25392,571,1,1,23510,1,4093.01,3495.03,131.75,2.98451,180,0,0,1,0,0,0,0,0),(85087,36155,571,1,1,27165,0,3455.97,5897.64,146.021,0,180,5,0,1,0,1,0,0,0),(85091,35131,571,1,1,29623,0,2280.9,5177.21,11.423,3.28122,180,0,0,1,0,0,0,0,0),(85092,35132,571,1,1,29624,0,2768.74,6140.37,208.855,5.42797,180,0,0,1,0,0,0,0,0),(85093,35133,571,1,1,29625,0,2277.37,5172.91,11.423,2.58309,180,0,0,1,0,0,0,0,0),(85097,35135,571,1,1,29626,1,2770.26,6146.73,208.835,5.37561,180,0,0,1,0,0,0,0,0),(85098,25422,571,1,1,16213,0,3791.1,3411.64,85.1357,1.91986,180,0,0,1,0,0,0,0,0),(85118,25422,571,1,1,16213,0,3779.65,3417.63,85.1137,1.72788,180,0,0,1,0,0,0,0,0),(85121,25471,571,1,1,17188,0,4111.14,3734.87,91.8481,3.9968,180,0,0,1,0,0,0,0,0),(85206,25472,571,1,1,17188,0,4094.38,3493.95,131.75,0.767945,180,0,0,1,0,0,0,0,0),(85208,33938,571,1,1,26465,0,5751.73,582.943,615.052,0,180,0,0,1,0,0,0,0,0),(85209,33937,571,1,1,26464,0,5751.54,584.66,615.052,0,180,0,0,1,0,0,0,0,0),(85210,33936,571,1,1,26463,0,5753.74,585.413,615.052,0,180,0,0,1,0,0,0,0,0),(85211,34952,571,1,1,29743,0,5674.18,805.627,653.779,0,180,0,0,1,0,0,0,0,0),(85212,34953,571,1,1,29744,0,5915.09,556.299,660.573,0.977384,180,0,0,1,0,0,0,0,0),(85214,35471,571,1,1,29820,0,5926.92,548.957,640.573,1.90241,180,0,0,1,0,0,0,0,0),(85215,25493,571,1,1,17188,0,4126.15,3638.16,93.3448,3.63029,180,5,0,1,0,1,0,0,0),(85216,36506,571,1,1,30156,1,5729.33,750.382,641.834,4.46804,180,0,0,1,0,0,0,0,0),(85217,35494,571,1,1,29832,1,5766.38,738.24,653.748,2.94961,180,0,0,1,0,0,0,0,0),(85218,35496,571,1,1,29836,0,5798.02,689.601,647.182,4.18879,180,0,0,1,0,0,0,0,0),(85219,35497,571,1,1,29835,0,5672.55,624.063,648.189,2.07694,180,0,0,1,0,0,0,0,0),(85220,35498,571,1,1,29833,0,5918.86,662.958,643.579,2.54818,180,0,0,1,0,0,0,0,0),(85221,25258,571,1,1,23031,1,2280.15,5179.14,11.423,4.38078,180,0,0,1,0,0,0,0,0),(85222,25259,571,1,1,23031,1,2280.96,5180.91,11.423,3.735,180,0,0,1,0,0,0,0,0),(85223,25516,571,1,1,23242,0,4131.38,3522.5,109.094,3.03687,180,0,0,1,0,0,0,0,0),(85224,33964,571,1,1,28987,1,5762.13,731.637,653.748,2.47837,180,0,0,1,0,0,0,0,0),(85225,35500,571,1,1,29834,0,5664.53,619.177,648.189,2.16421,180,0,0,1,0,0,0,0,0),(85226,25261,571,1,1,23031,1,2282.03,5179.58,11.423,3.76991,180,0,0,1,0,0,0,0,0),(85227,35507,571,1,1,29830,1,5758.4,745.385,653.748,4.27606,180,0,0,1,0,0,0,0,0),(85228,25534,571,1,1,24826,0,4091.82,3542.37,109.313,0.942478,180,0,0,1,0,0,0,0,0),(85229,25534,571,1,1,24826,0,4144.09,3513.31,109.009,2.14675,180,0,0,1,0,0,0,0,0),(85230,25534,571,1,1,24826,0,4128.39,3475.31,109.115,2.54818,180,0,0,1,0,0,0,0,0),(85231,25534,571,1,1,24826,0,4051.94,3470.89,109.293,5.79449,180,0,0,1,0,0,0,0,0),(85232,25534,571,1,1,24826,0,4104.46,3441.82,108.989,2.63545,180,0,0,1,0,0,0,0,0),(85233,25534,571,1,1,24826,0,4105.06,3473.15,109.109,2.67035,180,0,0,1,0,0,0,0,0),(85234,25534,571,1,1,24826,0,4117.57,3496.2,109.108,2.82743,180,0,0,1,0,0,0,0,0),(85235,25534,571,1,1,24826,0,4084.45,3499.61,131.75,5.81195,180,0,0,1,0,0,0,0,0),(85236,34244,571,1,1,29132,1,5802.15,462.26,660.737,5.37561,180,0,0,1,0,0,0,0,0),(85237,34252,571,1,1,29145,0,5917.98,670.213,643.579,3.94444,180,0,0,1,0,0,0,0,0),(85238,35790,571,1,1,29921,1,5770.65,734.656,618.661,5.09636,180,0,0,1,0,0,0,0,0),(85239,27860,571,1,1,24881,1,3784.1,3500.31,304.342,2.32129,180,0,0,1,0,0,0,0,0),(85240,26073,571,1,1,0,1,3788.44,3418.25,86.61,0.994838,180,0,0,1,0,0,0,0,0),(85241,26076,571,1,1,23103,1,4111.34,3735.04,91.8481,3.57792,180,0,0,1,0,0,0,0,0),(85242,29668,571,1,1,26495,0,5642.19,799.859,654.384,0.174533,180,0,0,1,0,0,0,0,0),(85243,29669,571,1,1,26484,0,5651.19,811.743,654.384,0.785398,180,0,0,1,0,0,0,0,0),(85244,29670,571,1,1,26499,0,5664.13,811.808,654.384,0.610865,180,0,0,1,0,0,0,0,0),(85245,29671,571,1,1,26504,0,5660.15,794.894,654.384,3.24631,180,0,0,1,0,0,0,0,0),(85246,26093,571,1,1,11686,0,3739.39,3567.09,374.341,3.80482,180,5,0,1,0,1,0,0,0),(85247,25843,571,1,1,2438,0,2664.67,5123.93,17.3804,1.24603,180,5,0,1,0,1,0,0,0),(85248,25843,571,1,1,2438,0,2523.59,5091.77,6.71184,4.61884,180,0,0,1,0,0,0,0,0),(85249,25335,571,1,1,23170,1,4138.37,5785.34,60.9668,2.94961,180,0,0,1,0,0,0,0,0),(85250,23810,571,1,1,17612,0,1304.1,-2747.17,0.458157,1.16937,180,0,0,1,0,0,0,0,0),(85251,23810,571,1,1,17612,0,1358.56,-2771.25,5.78161,6.07375,180,0,0,1,0,0,0,0,0),(85252,23810,571,1,1,17612,0,1332.87,-2777.95,0.328471,5.81195,180,0,0,1,0,0,0,0,0),(85253,23810,571,1,1,17612,0,1059.95,-2497.24,0.128173,1.74533,180,0,0,1,0,0,0,0,0),(85254,23810,571,1,1,17612,0,1065.3,-2460.85,0.265556,1.62316,180,0,0,1,0,0,0,0,0),(85255,23810,571,1,1,17612,0,1082.5,-2484.29,25.6646,4.88692,180,0,0,1,0,0,0,0,0),(85256,23810,571,1,1,17612,0,1061.66,-2515.99,34.2006,1.46608,180,0,0,1,0,0,0,0,0),(85257,23755,571,1,1,3833,0,1474.7,-2643.14,42.3117,5.67232,180,0,0,1,0,0,0,0,0),(85258,23755,571,1,1,3833,0,1622.43,-2289.98,55.6536,2.51327,180,0,0,1,0,0,0,0,0),(85259,23755,571,1,1,3833,0,1490.65,-2649.31,13.8147,5.77756,180,5,0,1,0,1,0,0,0),(85260,23755,571,1,1,3833,0,1438.07,-2629.26,12.6308,4.93762,180,5,0,1,0,1,0,0,0),(85261,23755,571,1,1,3833,0,1080.4,-2325.64,12.9298,5.32325,180,0,0,1,0,0,0,0,0),(85262,23755,571,1,1,3833,0,1634.04,-2299.25,7.73296,4.84302,180,5,0,1,0,1,0,0,0),(85263,23755,571,1,1,3833,0,1192.3,-2704.34,12.689,5.98565,180,5,0,1,0,1,0,0,0),(85264,23755,571,1,1,3833,0,1062.27,-2330.42,13.2044,0.090776,180,5,0,1,0,1,0,0,0),(85265,23755,571,1,1,3833,0,1066.67,-2334.28,13.1053,4.69494,180,0,0,1,0,0,0,0,0),(85266,23755,571,1,1,3833,0,1078.96,-2324,7.53701,3.35467,180,5,0,1,0,1,0,0,0),(85267,23755,571,1,1,3833,0,1583.21,-2268.6,13.737,5.1229,180,5,0,1,0,1,0,0,0),(85268,23755,571,1,1,3833,0,1064.76,-2323.31,13.0336,1.91986,180,0,0,1,0,0,0,0,0),(85269,23755,571,1,1,3833,0,1193.7,-2708.67,19.9093,0.593412,180,0,0,1,0,0,0,0,0),(85270,23755,571,1,1,3833,0,1204.94,-2710.36,18.2658,5.15992,180,5,0,1,0,1,0,0,0),(85271,23755,571,1,1,3833,0,1218.73,-2696.49,13.0547,4.85202,180,0,0,1,0,0,0,0,0),(85272,23755,571,1,1,3833,0,1440.1,-2628.98,18.1587,1.99383,180,5,0,1,0,1,0,0,0),(85273,23755,571,1,1,3833,0,1473.58,-2652.04,13.1081,3.83197,180,5,0,1,0,1,0,0,0),(85274,23755,571,1,1,3833,0,1102.84,-2309.28,19.8098,3.59538,180,0,0,1,0,0,0,0,0),(85275,23755,571,1,1,3833,0,1221.05,-2691.16,13.1413,2.22398,180,5,0,1,0,1,0,0,0),(85276,23755,571,1,1,3833,0,1224.89,-2683.89,13.1643,2.11185,180,0,0,1,0,0,0,0,0),(85277,23755,571,1,1,3833,0,1474.83,-2637.27,13.1587,0.715585,180,0,0,1,0,0,0,0,0),(85278,23755,571,1,1,3833,0,1455.53,-2635.16,12.9788,2.72794,180,5,0,1,0,1,0,0,0),(85279,23755,571,1,1,3833,0,1456.1,-2640.24,12.9748,4.36332,180,0,0,1,0,0,0,0,0),(85280,23755,571,1,1,3833,0,1631.91,-2291.19,18.8071,1.62206,180,5,0,1,0,1,0,0,0),(85281,23755,571,1,1,3833,0,1634.31,-2297.06,20.0082,2.49582,180,0,0,1,0,0,0,0,0),(85282,23755,571,1,1,3833,0,1611.01,-2278.65,13.0776,2.3351,180,5,0,1,0,1,0,0,0),(85283,23755,571,1,1,3833,0,1601.86,-2273.59,13.2385,1.09956,180,0,0,1,0,0,0,0,0),(85284,23755,571,1,1,3833,0,1608.08,-2287.81,13.1094,4.20624,180,0,0,1,0,0,0,0,0),(85285,23755,571,1,1,3833,0,1596.75,-2282.52,13.2372,4.20624,180,0,0,1,0,0,0,0,0),(85286,23755,571,1,1,3833,0,1596.55,-2274.38,13.3079,0.891784,180,5,0,1,0,1,0,0,0),(85287,23755,571,1,1,3833,0,1611.91,-2280.01,13.1218,0.820305,180,0,0,1,0,0,0,0,0),(85288,23755,571,1,1,3833,0,1096.98,-2312.44,18.404,1.72973,180,5,0,1,0,1,0,0,0),(85289,23755,571,1,1,3833,0,1075.84,-2323.98,12.991,0.458862,180,5,0,1,0,1,0,0,0),(85290,23755,571,1,1,3833,0,1076.05,-2318.55,12.9181,1.93731,180,0,0,1,0,0,0,0,0),(85291,23755,571,1,1,3833,0,1084.51,-2320.05,14.2038,5.40405,180,5,0,1,0,1,0,0,0),(85292,23755,571,1,1,3833,0,1053.16,-2341.42,13.569,5.48317,180,5,0,1,0,1,0,0,0),(85293,23755,571,1,1,3833,0,1214.85,-2690.6,13.0351,2.09439,180,0,0,1,0,0,0,0,0),(85294,23755,571,1,1,3833,0,1248.73,-2674.72,13.895,0.283839,180,5,0,1,0,1,0,0,0),(85295,23755,571,1,1,3833,0,1232.68,-2689.58,13.1546,5.72468,180,0,0,1,0,0,0,0,0),(85296,23755,571,1,1,3833,0,1229.34,-2682.42,13.2734,1.58299,180,5,0,1,0,1,0,0,0),(85297,23755,571,1,1,3833,0,1430.91,-2627.43,19.8508,5.84685,180,0,0,1,0,0,0,0,0),(85298,23755,571,1,1,3833,0,1458.58,-2632.59,12.9642,1.29154,180,0,0,1,0,0,0,0,0),(85299,23755,571,1,1,3833,0,1467.51,-2645.06,13.0957,4.2586,180,0,0,1,0,0,0,0,0),(85300,23771,571,1,1,21788,0,1081.89,-2328.48,12.8215,5.25344,180,0,0,1,0,0,0,0,0),(85301,23771,571,1,1,21788,0,1066.6,-2337.76,13.0835,4.76475,180,0,0,1,0,0,0,0,0),(85302,23771,571,1,1,21788,0,1595.5,-2285.31,13.1591,4.27606,180,0,0,1,0,0,0,0,0),(85303,23771,571,1,1,21788,0,1063.65,-2320.48,12.9538,1.95477,180,0,0,1,0,0,0,0,0),(85304,23771,571,1,1,21788,0,1220.49,-2700.09,12.9166,5.18363,180,0,0,1,0,0,0,0,0),(85305,23771,571,1,1,21788,0,1222.59,-2680.49,13.0622,2.19912,180,0,0,1,0,0,0,0,0),(85306,23771,571,1,1,21788,0,1476.89,-2634.9,13.1391,0.855211,180,0,0,1,0,0,0,0,0),(85307,23771,571,1,1,21788,0,1454.62,-2643.61,12.8483,4.29351,180,0,0,1,0,0,0,0,0),(85308,23771,571,1,1,21788,0,1606.7,-2290.55,13.0046,4.29351,180,0,0,1,0,0,0,0,0),(85309,23771,571,1,1,21788,0,1603.61,-2270.65,13.1528,1.01229,180,0,0,1,0,0,0,0,0),(85310,23771,571,1,1,21788,0,1613.65,-2277.24,13.0097,1.01229,180,0,0,1,0,0,0,0,0),(85311,23771,571,1,1,21788,0,1074.79,-2315.57,12.8066,1.97222,180,0,0,1,0,0,0,0,0),(85312,23771,571,1,1,21788,0,1212.79,-2687.81,12.9161,2.21657,180,0,0,1,0,0,0,0,0),(85313,23771,571,1,1,21788,0,1235.44,-2691.25,13.0614,5.72468,180,0,0,1,0,0,0,0,0),(85314,23771,571,1,1,21788,0,1459.51,-2629.44,12.8517,1.29154,180,0,0,1,0,0,0,0,0),(85315,23771,571,1,1,21788,0,1465.89,-2648.43,12.998,4.27606,180,0,0,1,0,0,0,0,0),(85316,24832,571,1,1,17188,0,255.682,-5891.46,83.0762,0.593412,180,0,0,1,0,0,0,0,0),(85317,33025,571,1,1,28431,1,6970.98,-4094.88,479.446,3.75246,180,0,0,1,0,0,0,0,0),(85318,24330,571,1,1,22169,0,418.273,-4653.62,246.962,5.49779,180,0,0,1,0,0,0,0,0),(85319,23823,571,1,1,21894,0,1406.94,-3107.02,166.16,0.855211,180,0,0,1,0,0,0,0,0),(85320,26909,571,1,1,24157,0,533.751,-5048.23,10.3191,1.39626,180,0,0,1,0,0,0,0,0),(85321,26654,571,1,1,23978,0,4045.7,2210.59,151.873,6.26573,120,0,0,1,0,0,0,0,0),(85322,27951,571,1,1,24957,1,2660.44,-356.726,144.312,5.98648,180,0,0,1,0,0,0,0,0),(85323,31797,571,1,1,5747,0,7594.69,-2129.2,780.313,2.56563,180,0,0,1,0,0,0,0,0),(85324,31797,571,1,1,5747,0,7694.71,-2167.39,785.221,2.79253,180,0,0,1,0,0,0,0,0),(85325,26934,571,1,1,24178,1,488.725,-5932.58,308.804,2.26893,180,0,0,1,0,0,0,0,0),(85326,24120,571,1,1,21783,1,611.628,-6754.85,5.28476,4.71367,180,0,0,1,0,0,0,0,0),(85327,24120,571,1,1,21779,1,732.197,-6833.8,17.9617,3.9833,180,0,0,1,0,0,0,0,0),(85328,24120,571,1,1,21779,1,584.605,-6870.61,11.3205,3.08104,180,0,0,1,0,0,0,0,0),(85329,24120,571,1,1,21779,1,579.793,-6775.35,17.5349,2.76758,180,0,0,1,0,0,0,0,0),(85330,24120,571,1,1,21779,1,560.807,-6877.04,15.9833,5.09115,180,0,0,1,0,0,0,0,0),(85331,24120,571,1,1,21779,1,766.348,-6722.42,11.2254,4.1364,180,0,0,1,0,0,0,0,0),(85332,24120,571,1,1,21782,1,759.319,-6839.63,11.2184,4.49568,180,0,0,1,0,0,0,0,0),(85333,24120,571,1,1,21779,1,846.64,-6569.74,18.9049,2.17065,180,0,0,1,0,0,0,0,0),(85334,24120,571,1,1,21779,1,572.246,-6877.56,11.1068,2.60871,180,0,0,1,0,0,0,0,0),(85335,24120,571,1,1,21779,1,594.47,-6759.78,11.138,0.844898,180,0,0,1,0,0,0,0,0),(85336,24120,571,1,1,21782,1,621.391,-6768.88,6.01539,3.72928,180,0,0,1,0,0,0,0,0),(85337,24120,571,1,1,21779,1,785.292,-6823.41,16.9952,4.4235,180,0,0,1,0,0,0,0,0),(85338,24120,571,1,1,21783,1,920.184,-6624.17,14.1853,2.82414,180,0,0,1,0,0,0,0,0),(85339,24120,571,1,1,21783,1,757.473,-6717.96,15.3194,0.184003,180,0,0,1,0,0,0,0,0),(85340,24120,571,1,1,21779,1,875.107,-6768.88,17.4769,3.33313,180,0,0,1,0,0,0,0,0),(85341,24120,571,1,1,21783,1,795.882,-6704.54,16.3764,5.38798,180,0,0,1,0,0,0,0,0),(85342,24120,571,1,1,21783,1,598.207,-6876.75,5.21043,0.825041,180,0,0,1,0,0,0,0,0),(85343,24120,571,1,1,21782,1,781.825,-6822.02,16.2822,5.0476,180,0,0,1,0,0,0,0,0),(85344,24120,571,1,1,21782,1,914.981,-6761.7,5.28903,0.533572,180,0,0,1,0,0,0,0,0),(85345,24120,571,1,1,21779,1,578.478,-6875.43,10.8735,4.41483,180,0,0,1,0,0,0,0,0),(85346,24120,571,1,1,21782,1,776.818,-6827.38,13.5947,0.503293,180,0,0,1,0,0,0,0,0),(85347,24120,571,1,1,21779,1,913.356,-6627.91,5.39793,2.92716,180,0,0,1,0,0,0,0,0),(85348,24120,571,1,1,21783,1,743.303,-6832.46,15.7389,4.47612,180,0,0,1,0,0,0,0,0),(85349,24120,571,1,1,21782,1,746.133,-6823.33,11.681,3.01371,180,0,0,1,0,0,0,0,0),(85350,24120,571,1,1,21783,1,768.79,-6821.58,7.15477,1.45927,180,0,0,1,0,0,0,0,0),(85351,24120,571,1,1,21782,1,562.443,-6877.66,10.2616,5.92479,180,0,0,1,0,0,0,0,0),(85352,24120,571,1,1,21779,1,887.271,-6769.63,11.4513,1.01726,180,0,0,1,0,0,0,0,0),(85353,24120,571,1,1,21779,1,559.897,-6867.75,15.7148,2.12293,180,0,0,1,0,0,0,0,0),(85354,24120,571,1,1,21782,1,781.438,-6708.14,11.692,2.96406,180,0,0,1,0,0,0,0,0),(85355,24120,571,1,1,21779,1,585.265,-6769.1,16.002,5.20053,180,0,0,1,0,0,0,0,0),(85356,24120,571,1,1,21779,1,907.522,-6624.36,10.7909,6.1538,180,0,0,1,0,0,0,0,0),(85357,24120,571,1,1,21779,1,920.69,-6751.4,16.508,3.12637,180,0,0,1,0,0,0,0,0),(85358,24120,571,1,1,21783,1,608.843,-6866.48,17.5678,6.0018,180,0,0,1,0,0,0,0,0),(85359,24120,571,1,1,21779,1,619.311,-6760.18,12.7382,3.59932,180,0,0,1,0,0,0,0,0),(85360,24120,571,1,1,21783,1,683.092,-6655.53,16.0702,2.56591,180,0,0,1,0,0,0,0,0),(85361,24120,571,1,1,21783,1,894.233,-6634.6,11.467,3.71786,180,0,0,1,0,0,0,0,0),(85362,24120,571,1,1,21782,1,684.729,-6648.09,16.7017,0.942488,180,0,0,1,0,0,0,0,0),(85363,24120,571,1,1,21779,1,789.395,-6711.13,5.31044,4.77056,180,0,0,1,0,0,0,0,0),(85364,24120,571,1,1,21782,1,902.257,-6769.64,11.3639,3.47288,180,0,0,1,0,0,0,0,0),(85365,24120,571,1,1,21783,1,579.333,-6870.07,10.8567,4.64489,180,0,0,1,0,0,0,0,0),(85366,24120,571,1,1,21779,1,578.011,-6777.31,18.986,5.68631,180,0,0,1,0,0,0,0,0),(85367,24120,571,1,1,21783,1,763.341,-6830.75,11.1546,3.31494,180,0,0,1,0,0,0,0,0),(85368,24120,571,1,1,21783,1,777.776,-6818.08,5.582,4.53081,180,0,0,1,0,0,0,0,0),(85369,24120,571,1,1,21779,1,802.444,-6573.65,16.5066,6.03211,180,0,0,1,0,0,0,0,0),(85371,24120,571,1,1,21779,1,632.096,-6758.72,17.0726,5.46247,180,0,0,1,0,0,0,0,0),(85376,24120,571,1,1,21783,1,834.021,-6562.44,5.75801,0.150227,180,0,0,1,0,0,0,0,0),(85377,24120,571,1,1,21779,1,600.452,-6863.52,5.21052,0.114175,180,0,0,1,0,0,0,0,0),(85452,24120,571,1,1,21783,1,752.766,-6714.9,15.9489,3.9565,180,0,0,1,0,0,0,0,0),(85453,24120,571,1,1,21779,1,778.724,-6823.4,5.58019,0.663692,180,0,0,1,0,0,0,0,0),(85454,24120,571,1,1,21779,1,768.679,-6826.64,12.4791,3.16855,180,0,0,1,0,0,0,0,0),(85455,24120,571,1,1,21779,1,842.881,-6566.57,17.5561,2.99664,180,0,0,1,0,0,0,0,0),(85456,24120,571,1,1,21782,1,920.331,-6615.81,5.39924,3.48695,180,0,0,1,0,0,0,0,0),(85457,24120,571,1,1,21779,1,605.362,-6866.42,16.708,3.04889,180,0,0,1,0,0,0,0,0),(85458,24120,571,1,1,21779,1,581.68,-6864.9,10.6796,2.51322,180,0,0,1,0,0,0,0,0),(85459,24120,571,1,1,21782,1,764.066,-6706.68,11.0844,2.51161,180,0,0,1,0,0,0,0,0),(85460,24120,571,1,1,21782,1,900.58,-6746.48,5.1104,3.35548,180,0,0,1,0,0,0,0,0),(85461,24120,571,1,1,21783,1,877.899,-6766.63,16.0465,4.09076,180,0,0,1,0,0,0,0,0),(85462,24120,571,1,1,21779,1,608.683,-6757.69,10.493,2.62296,180,0,0,1,0,0,0,0,0),(85463,24120,571,1,1,21783,1,841.336,-6566.34,17.2078,1.26999,180,0,0,1,0,0,0,0,0),(85464,24120,571,1,1,21782,1,618.702,-6768.4,5.28535,5.84828,180,0,0,1,0,0,0,0,0),(85465,24120,571,1,1,21779,1,920.201,-6755.21,16.0444,5.14735,180,0,0,1,0,0,0,0,0),(85466,24120,571,1,1,21782,1,785.313,-6828.83,16.6599,5.11097,180,0,0,1,0,0,0,0,0),(85467,24120,571,1,1,21782,1,931.884,-6621.78,18.8986,2.61856,180,0,0,1,0,0,0,0,0),(85468,24120,571,1,1,21779,1,886.528,-6631.02,15.3525,2.83683,180,0,0,1,0,0,0,0,0),(85469,24120,571,1,1,21779,1,810.984,-6569.2,11.5604,3.66658,180,0,0,1,0,0,0,0,0),(85470,24120,571,1,1,21783,1,602.087,-6769.84,11.0586,5.98426,180,0,0,1,0,0,0,0,0),(85471,24120,571,1,1,21783,1,749.586,-6713.12,16.3617,0.941927,180,0,0,1,0,0,0,0,0),(85472,24120,571,1,1,21782,1,887.4,-6759.51,11.2141,4.34562,180,0,0,1,0,0,0,0,0),(85473,24120,571,1,1,21782,1,807.809,-6574.74,11.7864,1.74772,180,0,0,1,0,0,0,0,0),(85474,24120,571,1,1,21782,1,764.631,-6824.95,10.9862,0.004808,180,0,0,1,0,0,0,0,0),(85475,24120,571,1,1,21779,1,764.041,-6834.17,11.059,3.62715,180,0,0,1,0,0,0,0,0),(85476,24120,571,1,1,21783,1,739.524,-6828.97,16.6914,3.88645,180,0,0,1,0,0,0,0,0),(85477,24120,571,1,1,21783,1,829.434,-6572.25,12.3195,1.30458,180,0,0,1,0,0,0,0,0),(85479,24120,571,1,1,21779,1,628.982,-6755.45,16.6894,1.05967,180,0,0,1,0,0,0,0,0),(85480,24120,571,1,1,21779,1,779.819,-6830.87,5.5819,0.488993,180,0,0,1,0,0,0,0,0),(85481,24120,571,1,1,21779,1,812.727,-6579.35,11.5459,4.0999,180,0,0,1,0,0,0,0,0),(85482,24120,571,1,1,21779,1,920.513,-6755.1,16.1177,3.66614,180,0,0,1,0,0,0,0,0),(85483,27708,571,1,1,24760,1,2487.56,-1888.8,9.71184,0.017453,180,0,0,1,0,0,0,0,0),(85484,29251,571,1,1,9250,0,2551.26,-1837.19,10.6369,2.1293,180,0,0,1,0,0,0,0,0),(85485,27210,571,1,1,24413,1,2662.55,-360.329,144.318,0.139626,180,0,0,1,0,0,0,0,0),(240023,23537,0,1,1,0,0,-9314.8,52.3222,76.3677,6.05027,300,0,0,2684,6882,0,0,0,0),(85487,24145,571,1,1,22150,0,1005.19,-4821.61,-1.20498,3.63029,180,5,0,1,0,1,0,0,0),(1976229,27992,571,1,1,0,0,925.647,-5299.53,175.687,1.90241,300,0,0,26946,0,0,0,0,0),(85516,27232,571,1,1,24434,1,2433.9,-402.799,7.99904,6.24828,180,0,0,1,0,0,0,0,0),(85517,27233,571,1,1,24442,0,2494.02,-404.181,13.8018,5.13127,180,5,0,1,0,1,0,0,0),(85518,27233,571,1,1,24442,0,2530.45,-312.212,6.9187,2.93215,180,0,0,1,0,0,0,0,0),(85519,27233,571,1,1,24441,0,2490.8,-395.453,13.7128,1.37881,180,5,0,1,0,1,0,0,0),(85520,27233,571,1,1,24440,0,2478.5,-390.681,13.2241,1.55334,180,5,0,1,0,1,0,0,0),(85521,27233,571,1,1,24440,0,2527.57,-451.295,1.28298,3.60136,180,5,0,1,0,1,0,0,0),(85522,27233,571,1,1,24440,0,2521.78,-357.769,1.42223,3.49066,180,0,0,1,0,2,0,0,0),(85523,27233,571,1,1,24441,0,2533.67,-353.202,1.42223,0.366654,180,5,0,1,0,1,0,0,0),(85524,27233,571,1,1,24440,0,2517.2,-365.318,1.50557,0.645772,180,0,0,1,0,0,0,0,0),(85528,27233,571,1,1,24442,0,2495.61,-351.693,1.50557,4.79965,180,0,0,1,0,0,0,0,0),(85572,27233,571,1,1,24442,0,2476.09,-363.604,1.50557,3.15905,180,0,0,1,0,0,0,0,0),(85582,27233,571,1,1,24442,0,2465.68,-396.068,0.68003,4.81711,180,0,0,1,0,0,0,0,0),(85655,27233,571,1,1,24441,0,2480.47,-403.487,0.725967,4.81711,180,0,0,1,0,0,0,0,0),(86073,27233,571,1,1,24440,0,2466.83,-409.333,13.0902,4.66003,180,0,0,1,0,0,0,0,0),(86183,27233,571,1,1,24441,0,2480.53,-406.197,8.00199,4.92183,180,0,0,1,0,0,0,0,0),(86230,27233,571,1,1,24440,0,2458.56,-406.397,13.1743,6.21337,180,0,0,1,0,0,0,0,0),(86231,27233,571,1,1,24440,0,2466.26,-392.221,13.0907,1.71042,180,5,0,1,0,1,0,0,0),(86282,27233,571,1,1,24440,0,2487.1,-403.543,13.6127,4.54069,180,5,0,1,0,1,0,0,0),(86367,27233,571,1,1,24440,0,2572.78,-389.065,3.15045,3.42085,180,0,0,1,0,0,0,0,0),(86378,27233,571,1,1,24440,0,2479.04,-409.978,13.225,4.66003,180,5,0,1,0,1,0,0,0),(86381,27233,571,1,1,24440,0,2529.45,-423.115,3.17822,4.21468,180,5,0,1,0,1,0,0,0),(86418,27233,571,1,1,24440,0,2543.61,-393.482,1.70095,0.461328,180,0,0,1,0,2,0,0,0),(86419,27233,571,1,1,24440,0,2467.59,-401.03,13.3697,0.296474,180,5,0,1,0,1,0,0,0),(86420,27233,571,1,1,24441,0,2439.37,-401.401,20.1914,0.034907,180,0,0,1,0,0,0,0,0),(86421,27233,571,1,1,24442,0,2469.11,-396.145,13.2357,6.09168,180,5,0,1,0,1,0,0,0),(86422,27233,571,1,1,24441,0,2474.83,-393.32,8.00242,1.53589,180,0,0,1,0,0,0,0,0),(86563,27233,571,1,1,24442,0,2475.69,-395.855,7.91922,2.2789,180,5,0,1,0,1,0,0,0),(86564,27235,571,1,1,24439,1,2675.01,-487.565,51.0406,2.1412,180,0,0,1,0,2,0,0,0),(86565,27748,571,1,1,24073,1,2538.89,-1922.25,3.143,0.123386,180,5,0,1,0,1,0,0,0),(86566,27748,571,1,1,24073,1,2570.12,-1805.95,10.0925,0.453786,180,0,0,1,0,0,0,0,0),(86567,27748,571,1,1,24073,1,2553.65,-1832.93,10.6207,2.25148,180,0,0,1,0,0,0,0,0),(86568,27748,571,1,1,24075,1,2409.69,-1825.34,3.72895,2.67035,180,0,0,1,0,0,0,0,0),(86569,27748,571,1,1,24074,1,2578.04,-1809.41,10.3817,0.314159,180,0,0,1,0,0,0,0,0),(86570,27748,571,1,1,24074,1,2574.45,-1797.03,10.4851,0.331613,180,0,0,1,0,0,0,0,0),(86571,27748,571,1,1,24073,1,2477.94,-1875.99,10.5229,0.034907,180,0,0,1,0,0,0,0,0),(86572,27748,571,1,1,24076,1,2500.57,-1835.32,10.6343,5.58505,180,0,0,1,0,0,0,0,0),(86573,27748,571,1,1,24075,1,2478.88,-1904.98,10.4264,0.436332,180,0,0,1,0,0,0,0,0),(86574,27748,571,1,1,24074,1,2489.79,-1847.66,10.6083,5.65487,180,0,0,1,0,0,0,0,0),(86575,27748,571,1,1,24073,1,2546.33,-1929.54,3.42336,0.034907,180,0,0,1,0,0,0,0,0),(86651,27748,571,1,1,24074,1,2546.15,-1914.97,3.16499,0,180,0,0,1,0,0,0,0,0),(86652,27748,571,1,1,24076,1,2525.53,-1979.8,8.35698,5.25344,180,0,0,1,0,0,0,0,0),(86654,27748,571,1,1,24073,1,2538.85,-1972.3,8.29618,5.3058,180,0,0,1,0,0,0,0,0),(200112,25705,571,1,1,0,1,4183.23,4335.51,36.4576,1.60537,25,0,0,2230,0,0,0,0,0),(86656,24169,571,1,1,22172,1,981.136,-4885.06,6.51053,5.73296,180,5,0,1,0,1,0,0,0),(86667,30066,571,1,1,26757,0,7353.65,-84.8521,777.624,2.19912,180,0,0,5342,0,0,0,0,0),(86668,30066,571,1,1,26757,0,7350.97,-96.0752,777.636,3.54302,180,0,0,5342,0,0,0,0,0),(86669,30066,571,1,1,26757,0,7371.72,7.22976,779.018,1.76278,180,0,0,5342,0,0,0,0,0),(86670,30066,571,1,1,26757,0,7359.29,-8.6722,779.068,3.19395,180,0,0,5342,0,0,0,0,0),(86671,23934,571,1,1,21783,1,1652,-6264.59,1.05576,4.72652,180,5,0,1,0,1,0,0,0),(86757,23934,571,1,1,21783,1,1676.54,-6265.16,0.747849,0.082259,180,5,0,1,0,1,0,0,0),(86758,23934,571,1,1,21783,1,1697.02,-6286.41,5.89963,1.23191,180,5,0,1,0,1,0,0,0),(86759,23934,571,1,1,21779,1,1696.68,-6281.15,-0.853455,4.95866,180,5,0,1,0,1,0,0,0),(86760,23934,571,1,1,21783,1,1704.93,-6283,9.11044,6.22058,180,0,0,1,0,2,0,0,0),(86761,23934,571,1,1,21783,1,1681.44,-6300.87,6.05098,2.70137,180,5,0,1,0,1,0,0,0),(86762,23934,571,1,1,21779,1,1671.22,-6302.49,10.7842,0.12527,180,5,0,1,0,1,0,0,0),(86763,30341,571,1,1,26967,0,8143.64,-2092.24,1194.87,4.29351,180,0,0,1,0,0,0,0,0),(86764,25224,571,1,1,22996,0,102.237,-6354.13,1.27679,4.68524,180,5,0,1,0,1,0,0,0),(86765,25224,571,1,1,22996,0,76.9639,-6337.39,4.0677,6.07045,180,5,0,1,0,1,0,0,0),(86766,25224,571,1,1,22995,0,88.0838,-6296.83,2.5279,1.69224,180,5,0,1,0,1,0,0,0),(86767,25224,571,1,1,22995,0,119.586,-6357.54,13.2129,3.97949,180,5,0,1,0,1,0,0,0),(86768,25224,571,1,1,22995,0,98.8805,-6373.11,18.7486,2.27605,180,5,0,1,0,1,0,0,0),(86769,25224,571,1,1,22996,0,141.294,-6343.85,19.3971,0.804549,180,5,0,1,0,1,0,0,0),(86770,25224,571,1,1,22996,0,105.44,-6370.87,0.169587,3.8827,180,5,0,1,0,1,0,0,0),(86771,27532,571,1,1,24691,1,2813.62,-1637.94,15.6594,5.48033,180,0,0,1,0,0,0,0,0),(86772,24717,571,1,1,22604,1,479.663,-5929.46,308.665,1.11701,180,0,0,1,0,0,0,0,0),(86773,24718,571,1,1,22623,1,488.253,-5919.57,308.755,5.757,180,0,0,1,0,2,0,0,0),(86774,33422,571,1,1,28618,1,5812.59,162.211,179.182,1.869,180,5,0,1,0,1,0,0,0),(86775,33422,571,1,1,28618,1,5757.36,195.87,182.874,5.57873,180,5,0,1,0,1,0,0,0),(86776,33422,571,1,1,28618,1,5808.75,212.86,179.711,0.030741,180,5,0,1,0,1,0,0,0),(86777,33422,571,1,1,28618,1,5786.79,231.613,179.268,3.01205,180,5,0,1,0,1,0,0,0),(86778,33422,571,1,1,28618,1,5737.09,175.558,181.591,1.7166,180,5,0,1,0,1,0,0,0),(86874,33422,571,1,1,28618,1,5761.98,249.479,175.708,4.57125,180,5,0,1,0,1,0,0,0),(86875,33422,571,1,1,28618,1,5727.65,146.771,172.876,2.39857,180,5,0,1,0,1,0,0,0),(86876,33422,571,1,1,28618,1,5794.12,124.009,177.089,1.92364,180,5,0,1,0,1,0,0,0),(86877,33422,571,1,1,28618,1,5762.92,131.739,181.854,2.74049,180,5,0,1,0,1,0,0,0),(86878,24719,571,1,1,22619,0,467.963,-5923.52,309.837,3.84355,180,0,0,1,0,0,0,0,0),(86879,24720,571,1,1,22622,1,483.309,-5926.56,308.664,-2.80997,180,0,0,1,0,0,0,0,0),(86928,35495,571,1,1,29831,1,5939.31,513.155,650.263,2.56563,180,0,0,1,0,0,0,0,0),(86929,33963,571,1,1,28986,1,5931.55,507.388,650.263,1.67552,180,0,0,1,0,0,0,0,0),(86930,24750,571,1,1,22624,0,497.639,-5948.49,314.395,5.39307,180,0,0,1,0,0,0,0,0),(86931,23983,571,1,1,22441,1,1570.26,-6555.89,19.0199,1.12958,180,5,0,1,0,1,0,0,0),(87051,23983,571,1,1,22441,1,1560.42,-6556.44,7.75533,1.27736,180,0,0,1,0,0,0,0,0),(88078,34735,571,1,1,26241,0,8454.01,458.243,596.357,0,180,0,0,1,0,0,0,0,0),(88079,23983,571,1,1,22440,1,1548,-6573.63,13.5599,3.02415,180,0,0,1,0,0,0,0,0),(88080,23983,571,1,1,22441,1,1556.7,-6474.45,8.02518,2.29686,180,0,0,1,0,0,0,0,0),(88081,23983,571,1,1,22442,1,1592.8,-6432.9,19.713,1.81514,180,0,0,1,0,0,0,0,0),(88082,23983,571,1,1,22442,1,1563.57,-6466.4,11.0139,4.3525,180,0,0,1,0,0,0,0,0),(88083,23983,571,1,1,22440,1,1566.77,-6455.38,8.0304,1.93091,180,0,0,1,0,0,0,0,0),(88084,23983,571,1,1,22440,1,1570.91,-6448.36,13.5333,1.2828,180,0,0,1,0,0,0,0,0),(88085,23983,571,1,1,22441,1,1573.33,-6462.97,13.9485,4.47592,180,0,0,1,0,0,0,0,0),(88086,23983,571,1,1,22442,1,1559.68,-6466.88,18.8391,2.84548,180,0,0,1,0,0,0,0,0),(88087,23983,571,1,1,22440,1,1586.99,-6441.9,0.70179,3.63151,180,5,0,1,0,1,0,0,0),(88088,23983,571,1,1,22440,1,1586.89,-6441.66,8.02721,2.37365,180,0,0,1,0,0,0,0,0),(88089,23983,571,1,1,22441,1,1570,-6458.96,0.698187,3.8027,180,0,0,1,0,0,0,0,0),(88090,23983,571,1,1,22442,1,1596.97,-6430.85,4.77163,2.29427,180,0,0,1,0,0,0,0,0),(88091,23983,571,1,1,22440,1,1557.9,-6468.62,1.08676,3.18843,180,0,0,1,0,0,0,0,0),(88092,23983,571,1,1,22441,1,1637.8,-6477.73,3.58427,6.11923,180,0,0,1,0,0,0,0,0),(88093,23983,571,1,1,22441,1,1639.88,-6495.78,19.4853,5.64889,180,0,0,1,0,0,0,0,0),(88094,23983,571,1,1,22440,1,1608.34,-6467.2,12.5972,4.76511,180,0,0,1,0,0,0,0,0),(88095,23983,571,1,1,22442,1,1668.41,-6512.58,7.82518,3.54422,180,0,0,1,0,0,0,0,0),(88096,23983,571,1,1,22442,1,1647.1,-6517.01,7.82238,5.49779,180,0,0,1,0,0,0,0,0),(88097,23983,571,1,1,22442,1,1666.24,-6496.95,7.82646,3.53766,180,0,0,1,0,0,0,0,0),(88098,23983,571,1,1,22440,1,1658.84,-6502.56,13.7581,3.88513,180,5,0,1,0,1,0,0,0),(88099,23983,571,1,1,22440,1,1661.54,-6515.72,17.8038,3.40339,180,0,0,1,0,0,0,0,0),(88100,23983,571,1,1,22442,1,1679.28,-6491.05,14.5651,0.759169,180,0,0,1,0,0,0,0,0),(88101,23983,571,1,1,22440,1,1666.49,-6504.59,13.7069,3.03409,180,5,0,1,0,1,0,0,0),(88102,23983,571,1,1,22442,1,1692.62,-6482.48,19.9242,0.785398,180,0,0,1,0,0,0,0,0),(88104,24752,571,1,1,22626,0,499.446,-5947.71,314.556,5.34071,180,0,0,1,0,0,0,0,0),(88105,24752,571,1,1,22626,0,499.269,-5947.04,314.616,0.558505,180,0,0,1,0,0,0,0,0),(88106,28848,571,1,1,27076,1,5310.16,-3605.84,363.328,2.40855,180,0,0,1,0,0,0,0,0),(88107,26547,571,1,1,24131,1,594.461,-5104.74,5.34373,1.71042,180,0,0,1,0,0,0,0,0),(88108,35508,571,1,1,29829,1,5946.12,512.111,650.263,2.93215,180,0,0,1,0,0,0,0,0),(1975206,33282,603,3,3,0,0,571.947,-136.012,391.517,5.06733,300,0,0,12600,0,0,0,0,0),(88110,28089,571,1,1,25129,0,6391.69,-2615.04,323.164,3.94444,180,5,0,1,0,1,0,0,0),(88111,31693,571,1,1,25756,1,7612.79,-2261.82,962.377,0.785398,180,5,0,1,0,1,0,0,0),(88112,31693,571,1,1,25756,1,7797.52,-2398.93,1087.74,3.37093,180,5,0,1,0,1,0,0,0),(88113,31693,571,1,1,25987,1,7759.73,-2424.46,1079.6,1.98968,180,0,0,1,0,0,0,0,0),(88114,31693,571,1,1,25987,1,7799.26,-2408.46,1086.84,3.61283,180,0,0,1,0,0,0,0,0),(88115,31693,571,1,1,25987,1,7693.96,-2325.11,1039.05,5.24348,180,5,0,1,0,1,0,0,0),(88116,31693,571,1,1,25987,1,7721.09,-2423.39,1078.43,2.54895,180,5,0,1,0,1,0,0,0),(88117,31693,571,1,1,25756,1,7749.34,-2393.26,1078.19,1.0472,180,0,0,1,0,0,0,0,0),(88118,31693,571,1,1,25987,1,7770.2,-2386.6,1080.74,3.31092,180,5,0,1,0,1,0,0,0),(88119,31693,571,1,1,25987,1,7660.47,-2319.66,1019.8,1.51844,180,0,0,1,0,0,0,0,0),(88120,31693,571,1,1,25756,1,7738.76,-2372.64,1075.19,4.93928,180,0,0,1,0,0,0,0,0),(88121,31693,571,1,1,25756,1,7716.77,-2373.64,1076.24,0.674175,180,5,0,1,0,1,0,0,0),(88122,31693,571,1,1,25987,1,7703,-2404.82,1079.18,4.52002,180,5,0,1,0,1,0,0,0),(88123,29652,571,1,1,25757,1,7150.99,-792.258,892.287,0.998937,180,5,0,1,0,1,0,0,0),(88124,29652,571,1,1,25757,1,7199.87,-790.976,914.679,2.59459,180,5,0,1,0,1,0,0,0),(88125,29652,571,1,1,25757,1,7180.84,-781.87,903.554,4.69841,180,5,0,1,0,1,0,0,0),(88126,29652,571,1,1,25757,1,7160.18,-768.816,892.265,5.67134,180,5,0,1,0,1,0,0,0),(88127,29652,571,1,1,25757,1,7153.65,-748.206,891.05,5.07891,180,0,0,1,0,0,0,0,0),(88128,29652,571,1,1,25757,1,7152.95,-735.503,891.789,1.19029,180,5,0,1,0,1,0,0,0),(88129,32476,571,1,1,28095,1,8891.75,-1377.25,1035.33,2.05949,180,0,0,1,0,0,0,0,0),(88130,32476,571,1,1,28093,1,8879,-1328.55,1031.05,1.64061,180,0,0,1,0,0,0,0,0),(88131,32476,571,1,1,28094,1,8863.77,-1338.11,1033.78,0.575959,180,0,0,1,0,0,0,0,0),(88132,32476,571,1,1,28092,1,8868.97,-1322.34,1031.96,0.593412,180,0,0,1,0,0,0,0,0),(88133,32476,571,1,1,28093,1,8894.39,-1344.8,1031.79,0.244346,180,0,0,1,0,0,0,0,0),(88134,32476,571,1,1,28095,1,8872.63,-1333.16,1032,4.84862,180,0,0,1,0,2,0,0,0),(88135,32476,571,1,1,28095,1,8899.56,-1352.21,1032.41,1.11701,180,0,0,1,0,0,0,0,0),(88136,32476,571,1,1,28095,1,8858.81,-1348.42,1038.04,2.77507,180,0,0,1,0,0,0,0,0),(88137,32476,571,1,1,28094,1,8870.54,-1358.22,1034.13,0.733038,180,0,0,1,0,0,0,0,0),(88138,32477,571,1,1,28091,1,8893.61,-1361.07,1033.99,2.82743,180,0,0,1,0,0,0,0,0),(88139,32478,571,1,1,5782,1,8873.36,-1366.14,1033.66,1.09956,180,5,0,1,0,1,0,0,0),(88140,30177,571,1,1,22611,0,7734,-1599.58,947.576,2.94961,180,5,0,1,0,1,0,0,0),(88141,30177,571,1,1,22611,0,7858.67,-1516.88,926.197,2.40855,180,5,0,1,0,1,0,0,0),(88142,30177,571,1,1,22611,0,7719.17,-1654.17,954.005,0.226893,180,5,0,1,0,1,0,0,0),(88143,30177,571,1,1,22611,0,7897.45,-1544.77,920.369,4.06662,180,5,0,1,0,1,0,0,0),(88144,30177,571,1,1,22003,0,7668.62,-1613.64,963.718,2.21657,180,5,0,1,0,1,0,0,0),(88145,24037,571,1,1,22020,1,1647.06,-6516.57,20.0708,1.0472,180,0,0,1,0,0,0,0,0),(88146,24807,571,1,1,22645,1,475.726,-5935.29,308.804,3.735,180,0,0,1,0,0,0,0,0),(88147,24040,571,1,1,22022,1,634.011,-5076.15,-0.462682,0.436332,180,0,0,1,0,2,0,0,0),(88148,24817,571,1,1,11686,0,477.575,-5927.28,308.763,5.75959,180,5,0,1,0,1,0,0,0),(88149,35826,571,1,1,30042,0,5852.95,515.807,599.901,0,180,0,0,1,0,0,0,0,0),(88150,33018,571,1,1,28429,1,456.461,-4519.24,244.978,2.11412,180,5,0,1,0,1,0,0,0),(88151,33019,571,1,1,28430,1,448.35,-4544.59,244.866,5.42248,180,5,0,1,0,1,0,0,0),(88152,23550,571,1,1,21612,0,594.113,-5085.94,5.46275,1.14368,180,0,0,1,0,2,0,0,0),(88153,23550,571,1,1,21614,0,606.464,-5000.48,3.90394,1.56383,180,0,0,1,0,2,0,0,0),(88154,29951,571,1,1,27349,0,8861.33,-1322.39,1033.4,5.77704,180,0,0,1,0,0,0,0,0),(88155,34093,1,1,1,29077,1,-7126.8,-3761.97,9.49471,0.820305,180,0,0,1,0,0,0,0,0),(88156,20278,1,1,1,18290,0,-7119.02,-3779.06,8.78404,0,180,0,0,1,0,0,0,0,0),(88157,34158,1,1,1,29103,0,-7789.03,-2109.88,-266.35,3.29823,180,0,0,1,0,0,0,0,0),(88158,33939,1,1,1,27953,1,-7123.33,-3766.68,9.40339,0,180,0,0,1,0,0,0,0,0),(88159,33935,1,1,1,22438,0,-7122.35,-3770.56,9.35682,0,180,0,0,1,0,0,0,0,0),(88160,33934,1,1,1,22399,0,-7120.75,-3774.16,9.0363,0.767945,180,0,0,1,0,0,0,0,0),(88161,9396,1,1,1,1161,0,-7151.29,-3214.17,12.7312,3.08867,900,5,0,1,0,1,0,0,0),(88162,9396,1,1,1,1161,0,-7038.69,-4030.47,10.6303,1.03772,900,5,0,1,0,1,0,0,0),(88163,11701,1,1,1,11667,1,-7784.26,-2101.23,-270.042,1.31686,180,0,0,1,0,0,0,0,0),(88164,28092,1,1,1,5988,0,-6193.86,-1219.55,-160.768,4.72984,180,0,0,1,0,0,0,0,0),(88165,35093,530,1,1,29603,1,45.099,2741.53,85.2536,6.12611,180,0,0,1,0,0,0,0,0),(88166,35100,530,1,1,29609,0,-677.535,2736.3,93.9916,4.71239,180,0,0,1,0,0,0,0,0),(207213,30252,571,1,4,0,1,7397.65,-2770.25,771.041,2.4958,120,0,0,1,0,0,0,0,0),(88168,29757,571,1,1,26508,0,7855.98,-732.388,1177.56,6.03884,180,0,0,1,0,0,0,0,0),(88169,29518,571,1,1,26123,1,6832.86,-1372.32,819.187,2.45546,180,0,0,1,0,2,0,0,0),(88170,26978,571,1,1,24904,1,4567.68,14.114,78.136,5.78409,180,0,0,1,0,2,0,0,0),(88171,26492,571,1,1,137,1,4406.82,290.118,47.5537,4.99164,600,0,0,1,0,0,0,0,0),(88172,26492,571,1,1,137,1,4361.71,757.385,64.3507,1.58825,600,0,0,1,0,0,0,0,0),(88173,26492,571,1,1,137,1,4419.85,695.097,56.2276,4.01426,600,0,0,1,0,0,0,0,0),(88174,26492,571,1,1,137,1,4436.93,683.2,62.9945,0.733038,600,0,0,1,0,0,0,0,0),(88175,26492,571,1,1,137,1,4435.82,324.719,44.1051,5.46288,600,0,0,1,0,0,0,0,0),(88176,26492,571,1,1,137,1,4444.33,354.777,48.877,0.017453,600,0,0,1,0,0,0,0,0),(88177,26492,571,1,1,137,1,4406.43,325.372,45.4114,2.44346,600,0,0,1,0,0,0,0,0),(88178,26492,571,1,1,137,1,4431.47,310.504,45.8737,6.00393,600,0,0,1,0,0,0,0,0),(88179,26492,571,1,1,137,1,4413.26,306.893,45.4633,4.45059,600,0,0,1,0,0,0,0,0),(88180,26492,571,1,1,137,1,4370.42,315.989,48.4204,1.46608,600,0,0,1,0,0,0,0,0),(88181,26492,571,1,1,137,1,4163.5,733.556,42.3669,5.98583,600,0,0,1,0,0,0,0,0),(88182,26492,571,1,1,137,1,4155.4,693.743,43.8052,0.734563,600,0,0,1,0,0,0,0,0),(88183,26492,571,1,1,137,1,4127.94,657.078,48.1257,6.03884,600,0,0,1,0,0,0,0,0),(88184,26492,571,1,1,137,1,4154.76,736.235,41.9784,1.15192,600,0,0,1,0,0,0,0,0),(88185,26492,571,1,1,137,1,4133.85,728.844,42.4519,1.23918,600,0,0,1,0,0,0,0,0),(88186,26492,571,1,1,137,1,4138.37,703.803,41.1021,5.81649,600,0,0,1,0,0,0,0,0),(88187,26492,571,1,1,137,1,4128.7,690.993,41.1432,0.262518,600,0,0,1,0,0,0,0,0),(88188,26492,571,1,1,137,1,4164.81,698.219,44.3294,5.98648,600,0,0,1,0,0,0,0,0),(88189,26492,571,1,1,137,1,4428.86,712.461,54.0137,4.8814,600,0,0,1,0,0,0,0,0),(88190,26492,571,1,1,137,1,4120.5,712.81,42.5727,3.89208,600,0,0,1,0,0,0,0,0),(88191,26492,571,1,1,137,1,4106.07,684.909,42.0414,3.61283,600,0,0,1,0,0,0,0,0),(88192,26492,571,1,1,137,1,4369.43,297.121,46.2391,4.64258,600,0,0,1,0,0,0,0,0),(88193,26492,571,1,1,137,1,4390.27,289.776,46.692,5.13127,600,0,0,1,0,0,0,0,0),(88194,26492,571,1,1,137,1,4418.74,721.239,53.972,2.00713,600,0,0,1,0,0,0,0,0),(88195,26492,571,1,1,137,1,4142.8,682.338,41.8157,5.28835,600,0,0,1,0,0,0,0,0),(88196,26492,571,1,1,137,1,4425.2,712.536,54.0137,-1.06776,600,0,0,1,0,0,0,0,0),(88197,26492,571,1,1,137,1,4379.54,748.621,57.4876,4.22473,600,0,0,1,0,0,0,0,0),(88198,26492,571,1,1,137,1,4402.28,746.008,53.972,0.715585,600,0,0,1,0,0,0,0,0),(88199,26492,571,1,1,137,1,4433.22,686.262,60.6527,5.69924,600,0,0,1,0,0,0,0,0),(88200,26492,571,1,1,137,1,4384.8,737.853,55.4159,3.83972,600,0,0,1,0,0,0,0,0),(88201,26492,571,1,1,137,1,4409.77,734.437,53.972,0.610865,600,0,0,1,0,0,0,0,0),(88202,26492,571,1,1,137,1,4429.43,713.403,53.972,1.29154,600,0,0,1,0,0,0,0,0),(88203,26492,571,1,1,137,1,4382.21,753.647,56.8173,1.53589,600,0,0,1,0,0,0,0,0),(88204,26492,571,1,1,137,1,4350.68,310.081,47.4581,4.57276,600,0,0,1,0,0,0,0,0),(88205,26492,571,1,1,137,1,4356.14,324.252,49.3896,1.02974,600,0,0,1,0,0,0,0,0),(88207,26493,571,1,1,24037,1,4359.02,312.253,46.3342,1.32671,600,0,0,1,0,2,0,0,0),(88208,26493,571,1,1,24037,1,4195.02,731.813,59.5785,6.22552,600,0,0,1,0,0,0,0,0),(88210,26493,571,1,1,24037,1,4130.04,688.487,41.0704,1.10834,600,0,0,1,0,0,0,0,0),(88211,26493,571,1,1,24037,1,4174.35,727.027,43.7853,0.443999,600,0,0,1,0,0,0,0,0),(88212,26493,571,1,1,24037,1,4377.68,748.685,57.7637,5.70439,600,0,0,1,0,2,0,0,0),(88213,32666,530,1,1,28047,0,-3857.86,-11310.5,-126.665,4.99164,180,0,0,1,0,0,0,0,0),(88214,32666,530,1,1,28047,0,-3821.06,-11327.1,-126.296,3.56047,180,0,0,1,0,0,0,0,0),(88215,32667,530,1,1,28047,0,-3832.07,-11316.5,-126.385,4.18879,180,0,0,1,0,0,0,0,0),(88216,32667,530,1,1,28047,0,-3842.53,-11311.6,-126.489,4.2586,180,0,0,1,0,0,0,0,0),(88217,28833,609,1,1,25723,0,2110.8,-6181.86,13.4706,1.25664,300,0,0,20910,0,0,0,0,0),(88218,28833,609,1,1,25723,0,2104.74,-6179.82,13.3867,1.22173,300,0,0,20910,0,0,0,0,0),(88219,28833,609,1,1,25723,0,2264.77,-6189.18,13.6123,1.8326,300,0,0,20910,0,0,0,0,0),(88220,28833,609,1,1,25723,0,2259.07,-6191.02,13.4052,1.8326,300,0,0,20910,0,0,0,0,0),(88221,28833,609,1,1,25723,0,2253.24,-6193.09,13.3234,1.85005,300,0,0,20910,0,0,0,0,0),(88222,28833,609,1,1,25723,0,2116.39,-6183.81,13.6753,1.22173,300,0,0,20910,0,0,0,0,0),(88223,31144,530,1,1,16074,0,-3849.31,-11309.5,-126.561,4.59022,180,0,0,1,0,0,0,0,0),(88224,31146,530,1,1,27510,0,-3839.4,-11318,-126.477,4.17134,180,0,0,1,0,0,0,0,0),(88225,26809,571,1,1,12815,0,5128.87,477.696,190.169,4.39823,180,0,0,1,0,0,0,0,0),(88226,29664,571,1,1,26416,0,4858.01,-2528.48,228.899,6.08967,900,30,0,1,0,1,0,0,0),(88227,35068,1,1,1,29569,1,1907.06,-4130.25,41.2332,5.28981,180,0,0,1,0,0,0,0,0),(88228,34300,571,1,256,19962,0,4439.42,4100.85,411.618,0,600,0,0,1,0,0,0,0,0),(88229,34300,571,1,256,29171,0,4537.53,4098.51,411.618,0,600,0,0,1,0,0,0,0,0),(88230,34300,571,1,256,29171,0,4464.26,4163.52,411.623,0,600,0,0,1,0,0,0,0,0),(88231,34300,571,1,256,29169,0,4496.44,4128.62,411.631,0,600,0,0,1,0,0,0,0,0),(88232,34300,571,1,256,29170,0,4506.85,4000.82,411.618,0,600,0,0,1,0,0,0,0,0),(88233,34300,571,1,256,29171,0,4548.79,4036.51,411.618,0,600,0,0,1,0,0,0,0,0),(88234,34300,571,1,256,29171,0,4505.49,3950.6,411.903,0,600,0,0,1,0,0,0,0,0),(88235,34300,571,1,256,29171,0,4507.91,4067.9,411.618,0,600,0,0,1,0,0,0,0,0),(88236,34300,571,1,256,29171,0,4549.92,4160.39,411.618,0,600,0,0,1,0,0,0,0,0),(88237,34300,571,1,256,29170,0,4436.44,4022.56,411.618,0,600,0,0,1,0,0,0,0,0),(88238,25398,571,1,1,25979,0,3567.32,5505.58,27.012,0.839093,300,0,0,1,0,0,0,0,0),(88239,25399,571,1,1,25980,0,3683.96,5569.8,34.8291,5.52323,300,0,0,1,0,0,0,0,0),(83427,18702,558,3,1,0,1,17.3179,-411.477,26.5876,6.24704,86400,0,0,22014,8799,2,0,0,0),(83416,18702,558,3,1,0,1,22.8237,-358.554,26.614,1.62497,86400,0,0,22014,8799,2,0,0,0),(83426,18702,558,3,1,0,1,-19.5,-363.829,26.5851,5.52054,86400,0,0,22014,8799,2,0,0,0),(83417,18700,558,3,1,0,0,-62.413,-381.277,26.5869,1.59355,86400,5,0,3303,0,1,0,0,0),(83422,18700,558,3,1,0,0,-57.935,-373.704,26.5869,4.28982,86400,5,0,3303,0,1,0,0,0),(83424,18700,558,3,1,0,0,-60.7356,-366.532,26.5893,1.94305,86400,5,0,3303,0,1,0,0,0),(83425,18700,558,3,1,0,0,-52.7045,-362.13,26.5984,4.85924,86400,5,0,3303,0,1,0,0,0),(83419,18700,558,3,1,0,0,-51.6803,-369.055,26.5853,4.85924,86400,5,0,3303,0,1,0,0,0),(83418,18700,558,3,1,0,0,-51.8675,-375.507,26.5855,4.23249,86400,5,0,3303,0,1,0,0,0),(83421,18700,558,3,1,0,0,-37.7345,-365.687,26.5881,0.688768,86400,5,0,3303,0,1,0,0,0),(83420,18700,558,3,1,0,0,-32.5615,-356.777,26.6031,1.29667,86400,5,0,3303,0,1,0,0,0),(83428,18700,558,3,1,0,0,-8.92261,-363.61,26.5836,5.58023,86400,5,0,3303,0,1,0,0,0),(83438,18700,558,3,1,0,0,-12.6646,-361.071,26.5836,2.54545,86400,5,0,3303,0,1,0,0,0),(83432,18700,558,3,1,0,0,-22.8943,-360.5,26.5949,3.4408,86400,5,0,3303,0,1,0,0,0),(83433,18700,558,3,1,0,0,-35.8458,-358.092,27.6462,2.95621,86400,5,0,3303,0,1,0,0,0),(83439,18700,558,3,1,0,0,-64.8448,-399.539,26.5874,4.78854,86400,5,0,3303,0,1,0,0,0),(83429,18700,558,3,1,0,0,-59.3323,-402.6,29.7323,4.98489,86400,5,0,3303,0,1,0,0,0),(83430,18700,558,3,1,0,0,-56.8086,-411.368,28.0766,5.15375,86400,5,0,3303,0,1,0,0,0),(83435,18700,558,3,1,0,0,-55.649,-409.737,29.1331,1.03826,86400,5,0,3303,0,1,0,0,0),(83434,18700,558,3,1,0,0,-52.9514,-404.655,30.9721,0.940083,86400,5,0,3303,0,1,0,0,0),(83431,18700,558,3,1,0,0,-39.7512,-397.127,26.5848,0.0997068,86400,5,0,3303,0,1,0,0,0),(83437,18700,558,3,1,0,0,-37.9627,-401.66,26.5848,4.39584,86400,5,0,3303,0,1,0,0,0),(83436,18700,558,3,1,0,0,-40.2091,-414.796,26.6048,4.62753,86400,5,0,3303,0,1,0,0,0),(83452,18700,558,3,1,0,0,-64.7497,-407.978,26.5849,3.11956,86400,5,0,3303,0,1,0,0,0),(83442,18700,558,3,1,0,0,-33.4513,-391.629,24.218,1.54876,86400,5,0,3303,0,1,0,0,0),(83441,18700,558,3,1,0,0,-22.6429,-391.878,19.4014,6.18811,86400,5,0,3303,0,1,0,0,0),(83440,18700,558,3,1,0,0,-20.9907,-400.668,21.6373,4.51757,86400,5,0,3303,0,1,0,0,0),(83445,18700,558,3,1,0,0,-27.9691,-402.366,22.9423,3.38031,86400,5,0,3303,0,1,0,0,0),(83444,18700,558,3,1,0,0,-24.7779,-406.103,25.9197,5.4192,86400,5,0,3303,0,1,0,0,0),(83443,18700,558,3,1,0,0,-26.3591,-418.38,26.6185,4.0801,86400,5,0,3303,0,1,0,0,0),(83448,18700,558,3,1,0,0,-13.1926,-397.156,19.4094,6.04909,86400,5,0,3303,0,1,0,0,0),(83449,18700,558,3,1,0,0,7.10564,-409.553,26.5819,0.65105,86400,5,0,3303,0,1,0,0,0),(83447,18700,558,3,1,0,0,14.1438,-404.191,24.3374,0.65105,86400,5,0,3303,0,1,0,0,0),(83450,18700,558,3,1,0,0,15.5887,-403.594,23.8814,6.06009,86400,5,0,3303,0,1,0,0,0),(83446,18700,558,3,1,0,0,24.3681,-405.586,25.5556,6.06009,86400,5,0,3303,0,1,0,0,0),(83451,18700,558,3,1,0,0,20.4539,-418.938,26.6019,3.53425,86400,5,0,3303,0,1,0,0,0),(88240,34988,1,1,1,0,1,9981.68,2312.04,1330.79,1.28014,25,0,0,651650,4081,0,0,0,0),(88241,35365,0,1,1,0,1,-8420.9,282.068,120.885,0.162923,25,0,0,1100,0,0,0,0,0),(88242,34997,0,1,1,0,1,-8384.45,282.34,120.886,3.9289,25,0,0,651650,4081,0,0,0,0),(88243,35598,0,1,1,0,1,-8383.04,275.817,120.886,2.4445,300,0,0,1,1,0,0,0,0),(88244,34998,0,1,1,0,1,-8391.84,291.742,120.886,3.88649,25,0,0,651650,4081,0,0,0,0),(88245,35601,530,1,1,0,1,-3989.76,-11355.1,-122.602,4.45714,300,0,0,1,1,0,0,0,0),(88246,34986,530,1,1,0,1,-3961.19,-11389.6,-120.797,2.75437,25,0,0,651650,4081,0,0,0,0),(88247,15351,530,1,1,0,0,-3962.29,-11347.3,-120.65,3.67721,25,0,0,68712,0,0,0,0,0),(88248,35600,0,1,1,0,1,-5045.8,-1266.36,510.325,5.40779,300,0,0,1,1,0,0,0,0),(88249,35007,0,1,1,0,1,-5042.54,-1265.9,510.325,4.6381,25,0,0,651650,4081,0,0,0,0),(88250,34991,0,1,1,0,1,-5038.73,-1270.06,510.325,3.07124,25,0,0,651650,0,0,0,0,0),(88251,35596,530,1,1,0,1,-1758.09,5268.34,-40.2088,5.22913,300,0,0,1,1,0,0,0,0),(88252,35000,530,1,1,0,1,-1762.76,5262.84,-38.8476,6.0381,25,0,0,651650,4081,0,0,0,0),(207562,15105,530,1,1,0,0,-1666.55,5192.02,-41.3905,3.71755,120,0,0,1,0,0,0,0,0),(88254,34999,530,1,1,0,1,-1773.91,5254.65,-38.8436,4.62831,25,0,0,651650,4081,0,0,0,0),(88255,33676,530,1,1,0,1,-1858.61,5658.11,127.459,2.79598,25,0,0,2266,6015,0,0,0,0),(88256,33680,530,1,1,0,1,-1892.28,5662.67,127.459,0.45548,25,0,0,2266,6015,0,0,0,0),(88257,33682,530,1,1,0,1,-1897.77,5663.99,128.514,0.125614,25,0,0,3237,0,0,0,0,0),(88258,27711,530,1,1,0,1,-1888.47,5771.15,129.559,5.87552,25,0,0,5914,0,0,0,0,0),(88259,33674,530,1,1,0,1,-1737.53,5629.11,128.023,0.142108,25,0,0,2266,6015,0,0,0,0),(88260,33678,530,1,1,0,1,-1738.27,5636.08,128.023,6.27607,25,0,0,3237,0,0,0,0,0),(88261,33675,530,1,1,0,1,-1747.66,5643.65,128.023,0.000733852,25,0,0,3237,0,0,0,0,0),(88262,33677,530,1,1,0,1,-1751.24,5641.23,129.071,0.845039,25,0,0,3237,0,0,0,0,0),(88263,33683,530,1,1,0,1,-1707.45,5651.2,129.081,3.67248,25,0,0,3237,0,0,0,0,0),(88264,33684,530,1,1,0,0,-1708.82,5642.69,129.071,2.76141,25,0,0,2266,6015,0,0,0,0),(88265,33681,530,1,1,0,0,-1714.82,5645.47,128.024,3.64106,25,0,0,3237,0,0,0,0,0),(88266,33640,530,1,1,0,1,-2128.29,5366.55,54.8629,1.63907,25,0,0,3237,0,0,0,0,0),(88267,33637,530,1,1,0,1,-2128.67,5372.53,53.8087,1.38618,25,0,0,2266,6015,0,0,0,0),(88268,33633,530,1,1,0,1,-2124.96,5410.95,54.8625,5.16159,25,0,0,2266,6015,0,0,0,0),(88269,33631,530,1,1,0,1,-2040.66,5567.97,53.384,0.992695,25,0,0,3237,0,0,0,0,0),(88270,33634,530,1,1,0,1,-2041.29,5561.97,54.4371,1.56054,25,0,0,3237,0,0,0,0,0),(88271,33635,530,1,1,0,0,-2023.51,5596.42,53.3846,4.12487,25,0,0,3237,0,0,0,0,0),(88272,33636,530,1,1,0,0,-2026.79,5598.05,53.3846,4.81601,25,0,0,2266,0,0,0,0,0),(88273,33641,530,1,1,0,1,-2027.25,5604.75,54.444,4.83956,25,0,0,3237,0,0,0,0,0),(88274,36479,1,1,1,0,1,9676.13,2519.77,1334.68,4.10129,25,0,0,2745,7520,0,0,0,0),(88275,36481,1,1,1,0,1,9671.9,2516.38,1334.25,0.597626,25,0,0,15952,0,0,0,0,0),(88276,19168,554,3,1,0,0,272.424,-20.9008,26.3284,0.0714562,86400,0,0,29587,3155,0,0,0,0),(88277,18700,558,3,1,0,0,10.5878,-416.754,26.5885,2.75199,86400,5,0,3303,0,1,0,0,0),(88278,18700,558,3,1,0,0,-15.4458,-372.777,23.0046,1.13328,86400,5,0,3303,0,1,0,0,0),(88279,18700,558,3,1,0,0,0.987876,-367.217,26.582,0.444485,86400,5,0,3303,0,1,0,0,0),(88280,18700,558,3,1,0,0,8.62266,-363.414,26.5929,0.670679,86400,5,0,3303,0,1,0,0,0),(88281,18700,558,3,1,0,0,30.7859,-365.805,27.5827,5.56842,86400,5,0,3303,0,1,0,0,0),(52014,24836,584,1,1,262,0,-2.2334,2.55383,6.09902,1.57667,120,0,0,312,0,2,0,0,0),(88283,18700,558,3,1,0,0,36.0575,-376.962,26.5846,4.16177,86400,5,0,3303,0,1,0,0,0),(88284,18700,558,3,1,0,0,22.0983,-372.157,23.738,2.7567,86400,5,0,3303,0,1,0,0,0),(88285,18700,558,3,1,0,0,18.5898,-371.191,24.2246,3.13604,86400,5,0,3303,0,1,0,0,0),(88286,18700,558,3,1,0,0,6.05996,-371.122,24.2673,3.13604,86400,5,0,3303,0,1,0,0,0),(88287,18700,558,3,1,0,0,20.646,-381.407,22.6202,4.95424,86400,5,0,3303,0,1,0,0,0),(88288,18700,558,3,1,0,0,19.2022,-379.383,21.5193,5.70587,86400,5,0,3303,0,1,0,0,0),(88289,18700,558,3,1,0,0,30.7884,-357.377,26.6086,3.00331,86400,5,0,3303,0,1,0,0,0),(88290,18700,558,3,1,0,0,18.6975,-356.622,26.6213,3.27191,86400,5,0,3303,0,1,0,0,0),(88291,18700,558,3,1,0,0,-7.3141,-403.299,23.6388,2.49044,86400,5,0,3303,0,1,0,0,0),(88292,15309,1,1,1,0,0,2060.53,-4682.64,25.5492,1.41372,180,0,0,2400,0,0,0,0,0),(88293,24643,571,1,1,0,0,591.654,-2792.85,0.166961,5.19983,25,0,0,9610,0,0,0,0,0),(88294,24897,571,1,1,0,1,592.685,-2790.79,0.174483,4.20866,25,0,0,8982,0,0,0,0,0),(88295,24896,571,1,1,0,0,593.892,-2794.88,0.063541,5.20455,25,0,0,8982,0,0,0,0,0),(88296,24767,571,1,1,0,0,588.903,-2792.93,0.209782,6.03157,25,0,0,42,0,0,0,0,0),(88297,25984,571,1,1,0,0,3521.55,4876.76,15.5655,0.0665141,25,0,0,7185,7196,0,0,0,0),(88298,7772,1,1,1,0,1,-3285,2003.85,245.986,2.584,900,0,0,7900,2434,0,0,0,0),(88299,29095,0,1,1,25902,0,1581.83,196.686,-43.1022,2.25663,180,0,0,1220,0,0,0,0,0),(88300,27274,571,1,1,24491,0,3455.86,-3632.16,245.135,5.48559,180,0,0,31905,0,0,0,0,0),(88301,26451,571,1,3,23553,1,1490.38,5403.6,38.1347,2.3924,180,0,0,8982,0,0,0,0,0),(88302,10257,229,1,1,9553,0,-11.2826,-551.121,16.2167,1.24757,10800,0,0,3876,0,0,0,0,0),(88303,28056,571,1,1,25078,1,6064.47,-2617.68,302.959,0.0349066,600,0,0,11379,0,0,0,0,0),(88304,27007,571,1,1,24850,0,3652.34,-84.0144,64.3141,5.618,300,0,0,24850,0,0,0,0,0),(88305,28125,571,1,1,25117,1,5255.31,-3530.25,291.693,0,600,0,0,9291,0,0,0,0,0),(88306,28284,571,1,1,25271,1,5270.21,-3509.2,291.694,2.38219,600,0,0,11001,0,0,0,0,0),(88307,28283,571,1,1,25270,1,5270.25,-3499.32,291.678,3.16367,600,0,0,11001,0,0,0,0,0),(102039,29504,571,1,1,0,0,7322.33,-3181.75,837.528,3.27968,300,5,0,1,0,1,0,0,0),(88309,28037,571,1,1,22719,0,5587.64,5830.73,-67.9672,6.02763,600,0,0,42,0,0,0,0,0),(200019,36558,650,3,1,0,0,726.826,661.201,412.472,4.66003,999999,0,0,50000,0,0,0,0,0),(200036,35644,650,3,1,0,0,790.49,646.533,412.474,3.71755,999999,0,0,50000,0,0,0,0,0),(200035,35644,650,3,1,0,0,722.363,660.745,412.468,4.83456,999999,0,0,50000,0,0,0,0,0),(200034,35644,650,3,1,0,0,787.439,584.969,412.476,2.47837,999999,0,0,50000,0,0,0,0,0),(200033,35644,650,3,1,0,0,720.569,571.285,412.475,1.06465,999999,0,0,50000,0,0,0,0,0),(200032,35644,650,3,1,0,0,768.255,661.606,412.47,4.55531,999999,0,0,50000,0,0,0,0,0),(200031,35644,650,3,1,0,0,702.967,587.649,412.475,0.610865,999999,0,0,50000,0,0,0,0,0),(200030,35644,650,3,1,0,0,793.009,592.667,412.475,2.6529,999999,0,0,50000,0,0,0,0,0),(200029,35644,650,3,1,0,0,712.594,576.26,412.476,0.890118,999999,0,0,50000,0,0,0,0,0),(200028,35644,650,3,1,0,0,699.943,643.37,412.474,5.77704,999999,0,0,50000,0,0,0,0,0),(200038,35004,650,3,1,0,0,748.309,619.488,411.172,4.71239,999999,0,0,1,0,0,0,0,0),(200039,35016,650,3,1,0,0,702.274,638.76,412.47,0,120,0,0,1,0,0,0,0,0),(200040,35016,650,3,1,0,0,697.285,618.253,412.476,0,120,0,0,1,0,0,0,0,0),(200041,35016,650,3,1,0,0,714.486,581.722,412.476,0,120,0,0,1,0,0,0,0,0),(200042,35016,650,3,1,0,0,703.884,596.601,412.474,0,120,0,0,1,0,0,0,0,0),(200043,35016,650,3,1,0,0,712.413,653.931,412.474,0,120,0,0,1,0,0,0,0,0),(200044,34977,650,3,1,0,0,733.809,545.215,442.075,1.41372,120,0,0,1,0,0,0,0,0),(200045,34977,650,3,1,0,0,730.998,552.719,438.812,1.3439,120,0,0,1,0,0,0,0,0),(200046,34977,650,3,1,0,0,734.411,560.158,435.501,1.37881,120,0,0,1,0,0,0,0,0),(200047,34977,650,3,1,0,0,726.38,557.151,436.978,1.25664,120,0,0,1,0,0,0,0,0),(200048,34979,650,3,1,0,0,709.576,570.106,435.504,0.942478,120,0,0,1,0,0,0,0,0),(200049,34979,650,3,1,0,0,712.873,563.172,436.967,1.02974,120,0,0,1,0,0,0,0,0),(200050,34979,650,3,1,0,0,714.34,553.708,440.223,1.11701,120,0,0,1,0,0,0,0,0),(200051,34979,650,3,1,0,0,700.273,559.224,442.08,0.925025,120,0,0,1,0,0,0,0,0),(200052,34966,650,3,1,0,0,718.917,564.078,435.504,1.11701,120,0,0,1,0,0,0,0,0),(200053,34966,650,3,1,0,0,721.971,548.191,442.072,1.23918,120,0,0,1,0,0,0,0,0),(200054,34966,650,3,1,0,0,718.405,555.92,438.803,1.15192,120,0,0,1,0,0,0,0,0),(200055,34966,650,3,1,0,0,725.661,560.835,435.503,1.23918,120,0,0,1,0,0,0,0,0),(200056,34858,650,3,1,0,0,697.241,583.858,435.504,0.628319,120,0,0,1,0,0,0,0,0),(200057,34858,650,3,1,0,0,689.635,582.823,438.819,0.558505,120,0,0,1,0,0,0,0,0),(200058,34858,650,3,1,0,0,696.26,577.507,436.966,0.698132,120,0,0,1,0,0,0,0,0),(200059,34858,650,3,1,0,0,682.856,586.2,440.243,0.471239,120,0,0,1,0,0,0,0,0),(200060,34858,650,3,1,0,0,688.012,573.852,442.074,0.663225,120,0,0,1,0,0,0,0,0),(200061,34860,650,3,1,0,0,699.005,654.894,435.504,5.53269,120,0,0,1,0,0,0,0,0),(200062,34860,650,3,1,0,0,693.635,654.892,436.963,5.60251,120,0,0,1,0,0,0,0,0),(200063,34860,650,3,1,0,0,690.486,661.661,440.209,5.55015,120,0,0,1,0,0,0,0,0),(200064,34860,650,3,1,0,0,684.069,656.681,442.074,5.68977,120,0,0,1,0,0,0,0,0),(200065,34860,650,3,1,0,0,686.866,650.837,438.779,5.75959,120,0,0,1,0,0,0,0,0),(200066,34861,650,3,1,0,0,677.17,640.74,442.069,6.00393,120,0,0,1,0,0,0,0,0),(200067,34861,650,3,1,0,0,689.436,639.259,435.503,5.95157,120,0,0,1,0,0,0,0,0),(200068,34861,650,3,1,0,0,679.981,648.878,440.198,5.86431,120,0,0,1,0,0,0,0,0),(200069,34861,650,3,1,0,0,686.392,643.351,436.973,5.88176,120,0,0,1,0,0,0,0,0),(200070,34861,650,3,1,0,0,692.406,644.87,435.504,5.8294,120,0,0,1,0,0,0,0,0),(200071,34970,650,3,1,0,0,769.951,547.875,442.072,1.79769,120,0,0,1,0,0,0,0,0),(200072,34970,650,3,1,0,0,761.217,549.142,440.246,1.58825,120,0,0,1,0,0,0,0,0),(200073,34970,650,3,1,0,0,764.08,553.434,438.828,1.8675,120,0,0,1,0,0,0,0,0),(200074,34857,650,3,1,0,0,675.281,589.988,442.081,0.383972,120,0,0,1,0,0,0,0,0),(200075,34857,650,3,1,0,0,675.115,597.719,442.073,0.279253,120,0,0,1,0,0,0,0,0),(200076,34857,650,3,1,0,0,692.854,590.632,435.504,0.471239,120,0,0,1,0,0,0,0,0),(200077,34857,650,3,1,0,0,689.623,598.045,435.503,0.331613,120,0,0,1,0,0,0,0,0),(200078,34857,650,3,1,0,0,684.964,591.017,438.848,0.418879,120,0,0,1,0,0,0,0,0),(200079,34975,650,3,1,0,0,779.997,550.694,442.077,2.05949,120,0,0,1,0,0,0,0,0),(200080,34975,650,3,1,0,0,773.502,555.516,438.825,1.95477,120,0,0,1,0,0,0,0,0),(200081,34859,650,3,1,0,0,687.965,629.611,435.498,6.19592,120,0,0,1,0,0,0,0,0),(200082,34859,650,3,1,0,0,688.731,604.689,435.501,0.20944,120,0,0,1,0,0,0,0,0),(200083,34859,650,3,1,0,0,677.986,634.102,440.245,5.78437,120,0,0,1,0,0,0,0,0),(200084,34859,650,3,1,0,0,680.599,603.986,438.794,0.191986,120,0,0,1,0,0,0,0,0),(200085,34859,650,3,1,0,0,685.113,600.431,436.97,0.279253,120,0,0,1,0,0,0,0,0),(200086,34859,650,3,1,0,0,685.118,634.405,436.976,6.0912,120,0,0,1,0,0,0,0,0),(200087,34868,650,3,1,0,0,806.488,574.615,442.076,2.49582,120,0,0,1,0,0,0,0,0),(200088,34868,650,3,1,0,0,799.194,575.25,438.801,2.37365,120,0,0,1,0,0,0,0,0),(200089,34974,650,3,1,0,0,790.608,559.269,442.073,2.40855,120,0,0,1,0,0,0,0,0),(200090,34869,650,3,1,0,0,813.502,644.877,440.254,3.49066,120,0,0,1,0,0,0,0,0),(200091,34869,650,3,1,0,0,818.512,640.599,442.078,3.38594,120,0,0,1,0,0,0,0,0),(200092,34869,650,3,1,0,0,813.3,650.717,442.073,3.49066,120,0,0,1,0,0,0,0,0),(200093,34856,650,3,1,0,0,813.635,587.592,442.069,2.70526,120,0,0,1,0,0,0,0,0),(200094,34856,650,3,1,0,0,814.332,597.781,440.261,2.89725,120,0,0,1,0,0,0,0,0),(200095,34856,650,3,1,0,0,808.924,586.035,440.295,2.63545,120,0,0,1,0,0,0,0,0),(200096,34870,650,3,1,0,0,818.163,607.13,440.209,2.94961,120,0,0,1,0,0,0,0,0),(200097,34870,650,3,1,0,0,818.134,626.964,440.218,3.28122,120,0,0,1,0,0,0,0,0),(200098,34871,650,3,1,0,0,810.608,659.83,442.086,3.68265,120,0,0,1,0,0,0,0,0),(200099,34871,650,3,1,0,0,800.194,660.729,438.769,3.82227,120,0,0,1,0,0,0,0,0),(200100,34871,650,3,1,0,0,805.472,648.721,436.927,3.50811,120,0,0,1,0,0,0,0,0),(200101,34905,650,3,1,0,0,696.359,653.587,435.504,5.53252,120,0,0,1,0,0,0,0,0),(200102,34903,650,3,1,0,0,697.116,583.052,435.504,0.628319,120,0,0,1,0,0,0,0,0),(200103,34902,650,3,1,0,0,689.196,597,435.503,0.349066,120,0,0,1,0,0,0,0,0),(200104,34883,650,3,1,0,0,687.83,617.649,435.493,1.58825,120,0,0,1,0,0,0,0,0),(200105,34901,650,3,1,0,0,687.16,618.132,435.489,0,120,0,0,1,0,0,0,0,0),(200106,34904,650,3,1,0,0,690.596,642,435.504,5.88176,120,0,0,1,0,0,0,0,0),(200144,33996,0,1,1,0,1,2236.61,297.819,35.1893,5.49006,25,0,0,102,0,0,0,0,0),(202313,33871,571,1,1,0,0,8450.46,843.177,547.293,3.216,300,0,0,4652,0,0,0,0,0),(202314,33872,571,1,1,0,0,8450.76,823.428,547.293,3.09592,300,0,0,10635,0,0,0,0,0),(202315,32299,571,1,1,0,1,7621.72,2634.94,533.403,0.317965,300,0,0,75600,0,2,0,0,0),(202316,23551,571,1,1,0,0,651.23,-5060.72,1.27066,5.2971,300,0,0,3728,0,0,0,0,0),(202317,23550,571,1,1,21614,0,594.091,-5070.86,5.71664,4.382,300,0,0,5914,0,2,0,0,0),(202318,23739,571,1,1,0,1,590.565,-5071.77,5.70277,6.07373,300,0,0,38440,0,0,0,0,0),(202319,23739,571,1,1,0,1,603.072,-5074.91,5.65644,2.87681,300,0,0,38440,0,0,0,0,0),(202320,23739,571,1,1,0,1,581.527,-5103.25,5.30906,4.49908,300,0,0,38440,0,0,0,0,0),(202321,23739,571,1,1,0,1,597.096,-5106.95,5.26036,4.45667,300,0,0,38440,0,0,0,0,0),(202322,18375,571,1,1,0,0,2278.09,5165.86,14.1834,1.20428,300,0,0,6986,0,0,0,0,0),(202323,18376,571,1,1,0,0,2275.61,5166.73,14.1834,1.22173,300,0,0,6986,0,0,0,0,0),(202330,34914,571,1,1,0,1,8422.19,673.261,550.452,4.07411,300,0,0,12600,3994,0,0,0,0),(202331,33658,571,1,1,0,0,8407.26,658.419,550.341,0.24293,300,0,0,12600,3994,0,0,0,0),(202332,33659,571,1,1,0,0,8405.28,662.8,550.341,0.345032,300,0,0,12600,3994,0,0,0,0),(202336,33940,530,1,1,0,1,3066.45,3638.87,145.218,0.875901,120,0,0,1,0,0,0,0,0),(200883,37011,631,15,1,0,0,-239.502,2170.08,40.0239,0.100681,86400,0,0,478800,0,0,0,0,0),(32071,28026,571,1,1,0,0,5384.71,-2463.13,292.843,2.72131,300,5,0,10635,0,1,0,0,0),(207211,37534,631,15,1,0,0,4494.99,2551.42,217.248,0.784295,604800,0,0,1,0,2,0,0,0),(54713,28029,571,1,1,0,1,5369.32,-2443.41,292.502,0.942478,300,0,0,1,1,0,0,0,0),(200889,37189,631,15,1,0,1,-46.0069,2212.68,27.9859,3.10669,86400,0,0,218392,0,0,0,0,0),(137742,37744,631,15,1,11686,0,4225.14,2788.19,353.033,3.141,120,0,0,1,0,0,0,0,0),(200892,36724,631,15,1,0,0,-248.09,2198.42,42.6477,0,86400,0,0,378000,99850,0,0,0,0),(54712,28029,571,1,1,0,1,5400.02,-2448.99,292.502,2.32129,300,0,0,1,1,0,0,0,0),(54711,28029,571,1,1,0,1,5383.48,-2472.9,292.502,1.5708,300,0,0,1,1,0,0,0,0),(200896,36998,631,15,1,0,1,-566.759,2206.77,200.053,4.02121,86400,0,0,471835,0,0,0,0,0),(202941,34974,649,15,1,0,0,592.948,81.8264,419.788,2.04204,120,0,0,1,0,0,0,0,0),(85176,23033,571,1,1,0,0,3789.68,3434.31,92.3762,4.76475,120,0,0,1,0,0,0,0,0),(202940,34974,649,15,1,0,0,601.3,91.6389,418.318,2.23402,120,0,0,1,0,0,0,0,0),(85175,23033,571,1,1,0,0,3799.33,3428.75,92.8045,3.80482,120,0,0,1,0,0,0,0,0),(200902,36829,631,15,1,0,0,-619.266,2256.07,50.932,4.03171,86400,0,0,1011075,41690,0,0,0,0),(151909,18698,530,1,1,0,0,3014.36,4025.81,144.105,2.90805,28800,5,0,10466,5982,1,0,0,0),(200904,37702,631,15,1,0,0,-59.6788,2157.52,32.1774,2.80998,86400,0,0,4979,0,0,0,0,0),(200907,37920,631,15,1,0,1,-557.304,2208.2,539.37,0,86400,0,0,134810,0,0,0,0,0),(200908,2110,631,15,1,0,0,-342.107,2156.32,199.97,1.55656,86400,0,0,1,0,0,0,0,0),(202939,34970,649,15,1,0,0,601.835,88.434,419.803,2.21657,120,0,0,1,0,0,0,0,0),(200910,37589,631,15,1,0,1,-107.003,2166.77,30.7375,1.36136,86400,0,0,31905,0,0,0,0,0),(200911,37148,631,15,1,0,1,-543.333,2305.08,200.053,5.53269,86400,0,0,269600,91600,0,0,0,0),(200912,36725,631,15,1,0,0,-307.451,2219.95,80,5.95157,86400,0,0,315000,3994,0,0,0,0),(200913,37011,631,15,1,0,0,-162.092,2271.63,38.5606,3.25111,86400,0,0,478800,0,0,0,0,0),(88765,37967,571,1,256,0,0,5669,2017.95,798.125,2.46091,120,0,0,1,0,0,0,0,0),(88764,37967,571,1,256,0,0,5652.41,2089.36,798.138,1.71042,120,0,0,1,0,0,0,0,0),(200917,37030,631,15,1,0,1,-384.779,2089,196.062,1.32062,86400,0,0,222407,91600,0,0,0,0),(200918,2110,631,15,1,0,0,-539.553,2253.64,199.97,4.53683,86400,0,0,1,0,0,0,0,0),(200919,37011,631,15,1,0,0,-247.792,2251.69,37.9866,4.69423,86400,0,0,478800,0,0,0,0,0),(151903,18689,530,1,1,0,0,-3005.68,5037.76,-23.7032,4.12334,28800,30,0,11828,0,1,0,0,0),(1975757,37013,631,15,1,0,0,4312.14,3112.98,372.97,2.51327,86400,0,0,25200,0,0,0,0,0),(133649,37780,571,1,1,0,1,5915.75,626.745,645.996,0.244346,120,0,0,1,0,2,0,0,0),(200926,4076,631,15,1,0,0,-311.223,2206.46,199.988,4.04846,86400,0,0,8,0,0,0,0,0),(200927,37992,631,15,1,0,0,-73.0833,2269.12,30.7375,4.69494,86400,0,0,21500,28000,0,0,0,0),(88763,37967,571,1,256,0,0,5638.31,1998.9,798.13,1.58825,120,0,0,1,0,0,0,0,0),(247153,36811,631,10,1,0,1,-582.587,2221.2,49.4767,3.2437,86400,0,0,1,0,0,0,0,0),(200931,14881,631,15,1,0,0,-492.156,2221.26,62.3839,1.36669,86400,0,0,8,0,0,0,0,0),(200932,37965,631,15,1,0,1,-51.9774,2254.22,30.7375,4.66003,86400,0,0,13033,0,0,0,0,0),(200933,38228,631,15,1,0,0,4356.76,3024.65,360.52,5.19803,86400,0,0,13,0,0,0,0,0),(200934,36725,631,15,1,0,0,-310.799,2202.42,80,0.034907,86400,0,0,315000,3994,0,0,0,0),(200935,37023,631,15,1,0,0,4390.53,3017.08,360.517,5.13863,86400,10,0,441000,7988,1,0,0,0),(200936,36724,631,15,1,0,0,-317.736,2190.51,42.055,0.383972,86400,0,0,378000,99850,0,0,0,0),(200938,4076,631,15,1,0,0,22.3251,2220.54,30.1157,0.627364,86400,0,0,8,0,0,0,0,0),(201170,36725,631,15,1,0,0,-250.613,2203.8,80,0.0349066,7200,0,0,1,0,0,0,0,0),(208786,38490,631,5,1,0,0,-452.366,2354.51,191.242,0.778178,86400,0,0,1,0,2,0,0,0),(200943,37144,631,15,1,0,1,-539.847,2281.12,200.053,0.959931,86400,0,0,404430,41690,0,0,0,0),(200944,37920,631,15,1,0,1,-559.167,2211.43,539.369,0,86400,0,0,134810,0,0,0,0,0),(200945,37544,631,15,1,0,0,-353.785,2331.16,200.053,3.36253,86400,0,0,284616,41690,0,0,0,0),(200946,14881,631,15,1,0,0,-141.328,2215.43,35.2335,3.72419,86400,0,0,8,0,0,0,0,0),(200947,37023,631,15,1,0,0,4340.04,3038.2,360.526,1.08874,86400,10,0,441000,7988,1,0,0,0),(201127,36725,631,15,1,0,0,-249.854,2219.67,80,5.95157,7200,0,0,1,0,0,0,0,0),(88762,37967,571,1,256,0,0,5636.09,2104.31,798.138,5.61996,120,0,0,1,0,0,0,0,0),(32073,28026,571,1,1,0,0,5383.06,-2413.34,292.54,6.06962,300,5,0,10635,0,1,0,0,0),(107194,28026,571,1,1,25402,0,5511.68,-2358.28,292.441,2.71292,300,5,0,10635,0,1,0,0,0),(95036,24021,571,1,1,0,0,2597.15,-3735.5,261.947,0.20944,120,0,0,1,0,0,0,0,0),(201106,36725,631,15,1,0,0,-211.29,2219.42,80,0.15708,7200,0,0,1,0,0,0,0,0),(32070,28026,571,1,1,0,0,5419.28,-2505.73,292.543,4.01594,300,5,0,10635,0,1,0,0,0),(200959,4076,631,15,1,0,0,-128.543,2211.74,35.3168,1.82121,86400,0,0,8,0,0,0,0,0),(207210,37533,631,15,1,0,0,4506.76,2449.72,217.802,0.853605,604800,0,0,1,0,2,0,0,0),(151902,18697,530,1,1,0,1,2954.82,2147.42,165.328,0.753333,28800,5,0,10818,15400,1,0,0,0),(200964,37544,631,15,1,0,0,-373.823,2305.28,200.053,2.36368,86400,0,0,284474,41690,0,0,0,0),(200965,36724,631,15,1,0,0,-176.528,2244.61,38.0684,5.34071,86400,0,0,378000,99850,0,0,0,0),(200966,37011,631,15,1,0,0,-124.053,2208.34,35.2336,0.003528,86400,0,0,478800,0,0,0,0,0),(202938,34970,649,15,1,0,0,583.444,74.5035,421.611,1.8675,120,0,0,1,0,0,0,0,0),(200968,2110,631,15,1,0,0,-345.587,2160.6,199.97,0.461401,86400,0,0,1,0,0,0,0,0),(200969,37011,631,15,1,0,0,-159.601,2268.41,39.7574,2.26482,86400,0,0,478800,0,0,0,0,0),(200970,4076,631,15,1,0,0,-191.205,2157.68,38.0436,4.18759,86400,0,0,8,0,0,0,0,0),(200971,2110,631,15,1,0,0,-91.015,2174.21,30.6542,4.66816,86400,0,0,1,0,0,0,0,0),(200974,37017,631,15,1,0,1,-564.752,2204.88,200.053,3.84641,86400,0,0,404430,0,0,0,0,0),(200975,37528,631,15,1,0,0,-308.595,2224.56,383.62,1.43542,120,0,0,1,0,2,0,0,0),(200976,14881,631,15,1,0,0,-189.27,2260.09,37.9851,4.36604,86400,0,0,8,0,0,0,0,0),(200979,37189,631,15,1,0,1,-47.9427,2216.25,27.9859,3.10669,86400,0,0,218392,0,0,0,0,0),(200980,2110,631,15,1,0,0,-536.686,2144.08,199.97,3.78801,86400,0,0,1,0,0,0,0,0),(86441,26811,571,1,1,0,1,4845.42,-4821.25,25.6524,4.23428,300,5,0,1,0,1,0,0,0),(200982,37187,631,15,1,0,1,-556.007,2211.42,539.371,0,86400,0,0,4183500,0,0,1,0,0),(200983,37181,631,15,1,0,0,-123.964,2211.56,82.6835,0,86400,0,0,27890000,8516000,0,0,0,0),(200984,32315,631,15,1,0,0,-49.2213,2211.06,27.9026,3.0871,86400,0,0,4183500,0,0,0,0,0),(200985,38181,631,15,1,0,1,-65.2882,2264.63,30.6542,5.19312,86400,0,0,23000,22000,2,0,0,0),(1972295,36848,658,3,1,0,0,954.362,-117.255,595.956,0.1675,300,0,0,42,0,0,0,0,0),(200987,37007,631,15,1,0,1,-194.007,2137.95,40.2816,1.6057,86400,0,0,1685125,0,0,0,0,0),(200988,37003,631,15,1,0,1,-377.137,2320.08,199.373,0.52725,86400,0,0,398434,41690,0,0,0,0),(200989,4076,631,15,1,0,0,-86.4924,2246.9,30.6542,2.89758,86400,0,0,8,0,0,0,0,0),(200990,37016,631,15,1,0,1,-545.891,2142.82,200.053,1.39626,86400,0,0,337025,41690,0,0,0,0),(95035,38494,631,10,1,0,0,-452.366,2354.51,191.242,0.778178,86400,0,0,1,0,2,0,0,0),(200992,36612,631,15,1,0,0,-401.37,2211.14,42.0772,0,604800,0,0,6972500,0,0,0,0,0),(200993,37546,631,15,1,0,0,-318.538,2261.76,200.053,5.044,86400,0,0,674050,0,0,0,0,0),(32068,28026,571,1,1,0,0,5408.89,-2479.56,292.53,0.737062,300,5,0,10635,0,1,0,0,0),(200995,37012,631,15,1,0,1,-200.272,2222.79,35.2336,6.18382,86400,0,0,315000,0,0,0,0,0),(200996,36724,631,15,1,0,0,-314.04,2229.36,42.058,5.95157,86400,0,0,378000,99850,0,0,0,0),(200998,2110,631,15,1,0,0,-527.262,2264.51,199.97,2.53437,86400,0,0,1,0,0,0,0,0),(32067,28026,571,1,1,0,0,5429.26,-2486.59,292.53,2.73738,300,5,0,10635,0,1,0,0,0),(247119,37950,631,15,20,0,0,4202.85,2484.92,383.837,0,604800,0,0,0,0,0,0,0,0),(201001,37665,631,15,1,0,1,4598.71,2669.81,384.768,5.5676,86400,0,0,647040,91600,2,0,0,0),(202937,34970,649,15,1,0,0,577.641,80.8767,418.315,1.81514,120,0,0,1,0,0,0,0,0),(201004,2110,631,15,1,0,0,-523.635,2144.88,199.97,2.14113,86400,0,0,1,0,0,0,0,0),(203548,29237,571,1,1,0,1,6701.92,-4507.45,451.125,1.32766,120,0,0,1,0,0,0,0,0),(1975792,22515,631,10,1,0,0,4166.02,2557.49,364.952,0,120,0,0,0,0,0,0,0,0),(1975791,22515,631,15,1,0,0,4241.34,2411.52,364.952,0,120,0,0,0,0,0,0,0,0),(201008,38231,631,15,1,0,0,4522.51,2789.91,351.184,6.00707,86400,0,0,13,0,0,0,0,0),(201009,14881,631,15,1,0,0,-476.135,2255.79,58.565,0.877801,86400,0,0,8,0,0,0,0,0),(201011,37012,631,15,1,0,1,-300.911,2216.62,42.0869,6.21337,86400,0,0,315000,0,0,0,0,0),(201012,14881,631,15,1,0,0,4452.87,2813.7,344.219,1.71812,86400,0,0,8,0,0,0,0,0),(202936,34966,649,15,1,0,0,524.964,85.1233,421.651,0.959931,120,0,0,1,0,0,0,0,0),(1972294,36848,658,3,1,0,0,969.434,-113.96,597.206,6.22685,300,0,0,42,0,0,0,0,0),(201017,37965,631,15,1,0,1,-36.3524,2230.3,27.9859,3.40339,86400,0,0,13033,0,0,0,0,0),(1975756,37013,631,15,1,0,0,4244.04,3092.66,372.97,0.977384,86400,0,0,25200,0,0,0,0,0),(201019,14881,631,15,1,0,0,-313.581,2212.88,42.5443,2.59789,86400,0,0,8,0,0,0,0,0),(201020,37026,631,15,1,0,1,-549.649,2290.26,200.053,0.767945,86400,0,0,269600,91600,0,0,0,0),(201022,38232,631,15,1,0,0,4531.1,2756.4,351.101,0.585712,86400,0,0,8,0,0,0,0,0),(201024,37928,631,15,1,0,1,-96.2135,2179.39,30.7375,2.1293,86400,0,0,945000,0,0,0,0,0),(201025,4076,631,15,1,0,0,-187.767,2211.04,35.3168,4.43219,86400,0,0,8,0,0,0,0,0),(107193,28026,571,1,1,25286,0,5497.21,-2080.43,240.865,0.857485,300,5,0,10635,0,1,0,0,0),(201027,37031,631,15,1,0,1,-533.447,2138.82,199.97,4.08165,86400,0,0,324010,41690,0,0,0,0),(201028,37965,631,15,1,0,1,-104.203,2252.82,30.7375,4.55531,86400,0,0,13033,0,0,0,0,0),(201029,37011,631,15,1,0,0,-161.499,2166.54,37.9851,1.90358,86400,0,0,478800,0,0,0,0,0),(201031,36998,631,15,1,0,1,-531.686,2295.08,200.053,1.37881,86400,0,0,431546,0,0,0,0,0),(201032,37021,631,15,1,0,1,-576.759,2212.63,200.053,5.20108,86400,0,0,269600,91600,0,0,0,0),(201034,37920,631,15,1,0,1,-557.264,2215.06,539.37,0,86400,0,0,134810,0,0,0,0,0),(201035,2110,631,15,1,0,0,-525.586,2160.48,199.97,1.04964,86400,0,0,1,0,0,0,0,0),(201036,37011,631,15,1,0,0,-241.648,2174.65,38.9678,3.98729,86400,0,0,478800,0,0,0,0,0),(201037,37011,631,15,1,0,0,-245.422,2257.7,38.146,3.52922,86400,0,0,478800,0,0,0,0,0),(1975789,38421,631,12,20,0,0,4236.75,2500.62,383.373,5.97527,25,10,0,0,0,1,0,0,0),(54718,28029,571,1,1,0,1,5450.9,-2457.95,292.502,1.55334,300,0,0,1,1,0,0,0,0),(88761,37967,571,1,256,0,0,5606.21,2012.55,798.125,0.994838,120,0,0,1,0,0,0,0,0),(201041,37032,631,15,1,0,1,-373.078,2110.77,199.97,-0.856847,86400,0,0,392528,0,0,0,0,0),(201042,37120,631,15,1,0,1,-69.6892,2155.64,30.7375,1.55334,86400,0,0,11156000,0,0,0,0,0),(201043,37007,631,15,1,0,1,-193.786,2290.22,40.2816,4.83456,86400,0,0,1685125,0,0,0,0,0),(201044,37027,631,15,1,0,1,-559.755,2211.97,200.053,4.10152,86400,0,0,269600,91600,0,0,0,0),(200960,37528,631,15,1,0,0,-555.158,2274.16,416.819,4.09822,120,0,0,1,0,2,0,0,0),(1975790,22515,631,10,1,0,0,4166.17,2411.52,364.952,0,120,0,0,0,0,0,0,0,0),(1971311,16980,533,3,1,0,0,3749.68,-5114.06,142.115,2.93215,604800,0,0,1,0,0,0,0,0),(201050,2110,631,15,1,0,0,-517.817,2141.06,199.97,6.07427,86400,0,0,1,0,0,0,0,0),(201051,37028,631,15,1,0,1,-542.951,2122.15,200.054,4.17134,86400,0,0,404430,0,0,0,0,0),(201052,2110,631,15,1,0,0,-183.028,2200.06,35.2335,3.85779,86400,0,0,1,0,0,0,0,0),(201055,37030,631,15,1,0,1,-554.868,2194.85,200.053,2.6529,86400,0,0,269600,91600,0,0,0,0),(202935,34966,649,15,1,0,0,534.257,81.3125,419.776,1.11701,120,0,0,1,0,0,0,0,0),(54714,28029,571,1,1,0,1,5409.11,-2361.32,292.502,0.628318,300,0,0,1,1,0,0,0,0),(201058,37144,631,15,1,0,1,-419.839,2329.75,191.323,0.314159,86400,0,0,404430,41690,0,0,0,0),(201059,4076,631,15,1,0,0,-438.976,2345.94,191.253,2.44929,86400,0,0,8,0,0,0,0,0),(201063,38858,631,15,1,0,0,-48.5295,2252.13,30.7375,4.24115,86400,0,0,17880,8814,0,0,0,0),(201064,14881,631,15,1,0,0,-244.232,2201,42.5644,5.83919,86400,0,0,8,0,0,0,0,0),(201065,37011,631,15,1,0,0,-238.472,2178.25,38.423,2.63953,86400,0,0,478800,0,0,0,0,0),(201066,37011,631,15,1,0,0,-124.272,2214.73,35.2335,6.23886,86400,0,0,478800,0,0,0,0,0),(201068,2110,631,15,1,0,0,-324.088,2220.95,199.975,0.802723,86400,0,0,1,0,0,0,0,0),(201069,37920,631,15,1,0,1,-561.049,2207.88,539.368,0,86400,0,0,134810,0,0,0,0,0),(201071,37016,631,15,1,0,1,-527.398,2284.9,200.053,1.39626,86400,0,0,337025,41690,0,0,0,0),(86440,26812,571,1,1,0,1,4831.97,-4810.05,25.6752,4.12599,300,5,0,1,0,1,0,0,0),(201075,37033,631,15,1,0,1,-576.799,2194.63,200.053,0.645772,86400,0,0,261715,91600,0,0,0,0),(201076,37144,631,15,1,0,1,-568.21,2215.03,200.053,4.57276,86400,0,0,404430,41363,0,0,0,0),(201078,37544,631,15,1,0,0,-312.701,2264.81,200.053,4.83456,86400,0,0,337025,41690,0,0,0,0),(54717,28029,571,1,1,0,1,5400.03,-2506.19,292.502,1.55334,300,0,0,1,1,0,0,0,0),(201080,36724,631,15,1,0,0,-207.421,2211.22,35.2335,0.0451333,86400,0,0,378000,99850,0,0,0,0),(107197,28026,571,1,1,25286,0,5488.13,-2497.19,292.429,3.93989,300,5,0,10635,0,1,0,0,0),(201082,37965,631,15,1,0,1,-111.391,2253.24,30.7375,4.66003,86400,0,0,13033,0,0,0,0,0),(203601,28784,571,1,1,0,0,5859.39,-4433.85,375.875,0,120,0,0,1,0,0,0,0,0),(151901,18697,530,1,1,0,1,2293.31,2821.12,130.917,4.42273,28800,5,0,10818,15400,1,0,0,0),(201086,38194,631,15,1,0,1,-41.4201,2171.93,30.7375,6.10865,86400,0,0,945000,0,0,0,0,0),(201087,37011,631,15,1,0,0,-158.508,2168.3,37.9851,0.140556,86400,0,0,478800,0,0,0,0,0),(201089,37017,631,15,1,0,1,-358.865,2332.13,199.97,-0.189923,86400,0,0,338010,0,0,0,0,0),(201090,36724,631,15,1,0,0,-235.003,2211.89,41.7042,0.023527,86400,0,0,378000,99850,0,0,0,0),(201091,37996,631,15,1,0,1,-76.8455,2208.43,27.9859,3.15905,86400,0,0,945000,0,0,0,0,0),(86439,26811,571,1,1,0,1,4801.29,-4802.36,25.6674,5.65589,300,5,0,1,0,1,0,0,0),(201093,37011,631,15,1,0,0,-234.249,2170.1,40.669,2.38728,86400,0,0,478800,0,0,0,0,0),(201094,2110,631,15,1,0,0,-530.653,2262.15,200.053,3.28122,86400,0,0,1,0,0,0,0,0),(54716,28029,571,1,1,0,1,5435.18,-2513.58,292.445,0.918852,300,0,0,1,1,0,0,0,0),(202934,34966,649,15,1,0,0,549.905,80.4444,418.311,1.36136,120,0,0,1,0,0,0,0,0),(201097,36724,631,15,1,0,0,-178.005,2176.15,38.0684,0.959931,86400,0,0,378000,99850,0,0,0,0),(151900,18697,530,1,1,0,1,4092.53,4001.75,117.282,4.65048,28800,0,0,10818,15400,0,0,0,0),(203547,29237,571,1,1,0,1,6661.01,-4497.94,474.523,0.698132,120,0,0,1,0,0,0,0,0),(1975774,37985,631,3,16,0,0,4155.51,2478.76,382.494,4.97053,10,10,0,0,0,1,0,0,0),(201103,2110,631,15,1,0,0,-325.598,2224.89,199.972,2.28606,86400,0,0,1,0,0,0,0,0),(151899,18695,530,1,1,0,1,-3076.35,1020.61,-2.88056,3.73969,28800,5,0,13522,0,1,0,0,0),(200956,36725,631,15,1,0,0,-216.486,2245.41,80,5.18363,7200,0,0,1,0,0,0,0,0),(201107,37011,631,15,1,0,0,-158.224,2225.72,35.3168,5.31076,86400,0,0,478800,0,0,0,0,0),(201108,37007,631,15,1,0,1,-300.566,2182.6,44.2649,1.6057,86400,0,0,1685125,0,0,0,0,0),(203546,29237,571,1,1,0,1,6656.61,-4484.14,456.552,0.820305,120,0,0,1,0,0,0,0,0),(201112,2110,631,15,1,0,0,-338.135,2160.52,200.053,3.28122,86400,0,0,1,0,0,0,0,0),(201113,2110,631,15,1,0,0,-330.432,2226.26,199.97,3.26654,86400,0,0,1,0,0,0,0,0),(201114,37004,631,15,1,0,1,-358.537,2329.11,199.97,0.405995,86400,0,0,343607,0,0,0,0,0),(201115,4076,631,15,1,0,0,-36.1858,2211.85,27.9859,1.17696,86400,0,0,8,0,0,0,0,0),(202933,34910,649,15,1,0,0,613.559,103.503,418.318,2.51327,120,0,0,1,0,0,0,0,0),(201119,36724,631,15,1,0,0,-245.906,2224.66,42.6477,0,86400,0,0,378000,99850,0,0,0,0),(54715,28029,571,1,1,0,1,5464.65,-2496.45,292.502,1.48353,300,0,0,1,1,0,0,0,0),(201121,37183,631,15,1,0,0,-126.295,2211.68,82.2289,0,86400,0,0,630000,79880,0,0,0,0),(201122,37813,631,15,1,0,1,-461.512,2211.11,541.197,3.14159,604800,0,0,8785350,0,0,0,0,0),(201124,37011,631,15,1,0,0,-228.774,2260.59,37.994,1.27038,86400,0,0,478800,0,0,0,0,0),(518,28026,571,1,1,0,0,5452.49,-2447.38,292.543,0.366399,300,5,0,10635,0,1,0,0,0),(200949,36725,631,15,1,0,0,-220.382,2177.07,80,0.855211,7200,0,0,1,0,0,0,0,0),(201128,37688,631,15,1,0,1,-58.8993,2222.23,27.9859,3.26377,86400,0,0,5188,0,0,0,0,0),(201129,36855,631,15,1,0,0,-634.691,2211.39,51.9808,0.034907,604800,0,0,3346800,3264800,0,0,0,0),(201130,37007,631,15,1,0,1,-300.354,2242.18,44.2649,4.72984,86400,0,0,1685125,0,0,0,0,0),(202932,34909,649,15,1,0,0,623.538,115.458,419.806,2.75762,120,0,0,1,0,0,0,0,0),(201132,37148,631,15,1,0,1,-397.356,2332.25,193.133,-0.469684,86400,0,0,269600,91600,0,0,0,0),(201133,37996,631,15,1,0,1,-96.3385,2241.45,30.7375,4.38078,86400,0,0,945000,0,0,0,0,0),(201135,2110,631,15,1,0,0,-130.337,2217.78,35.2335,1.85226,86400,0,0,1,0,0,0,0,0),(201136,37545,631,15,1,0,0,-365.668,2100.27,200.053,2.18547,86400,0,0,284022,41690,0,0,0,0),(107195,28026,571,1,1,25402,0,5512.46,-2455.17,292.424,2.97264,300,5,0,10635,0,1,0,0,0),(107196,28026,571,1,1,25286,0,5519.86,-2423.45,292.473,3.83817,300,5,0,10635,0,1,0,0,0),(201139,26043,631,15,1,0,0,-61.4184,2234.49,28.6548,0,86400,0,0,42,0,0,0,0,0),(203545,29237,571,1,1,0,1,6656.02,-4522.54,469.184,5.46288,120,0,0,1,0,0,0,0,0),(208778,38491,631,15,1,0,1,-530.674,2272.29,200.053,2.82939,120,0,0,1,0,0,0,0,0),(1975729,38557,631,15,1,0,0,4642.6,2771.61,412.227,0,604800,0,0,0,0,0,0,0,0),(1975728,38557,631,15,1,0,0,4630.34,2799.74,412.512,0,604800,0,0,0,0,0,0,0,0),(201144,37965,631,15,1,0,1,-32.3368,2225.5,27.9859,3.97935,86400,0,0,13033,0,0,0,0,0),(201145,37011,631,15,1,0,0,-233.749,2243.64,37.9836,6.12434,86400,0,0,478800,0,0,0,0,0),(201146,37011,631,15,1,0,0,-170.416,2180.83,37.8201,1.36136,86400,0,0,478800,0,0,0,0,0),(201149,2110,631,15,1,0,0,-77.117,2212.85,27.9025,4.56426,86400,0,0,1,0,0,0,0,0),(201150,2110,631,15,1,0,0,-535.15,2263.69,199.97,1.63828,86400,0,0,1,0,0,0,0,0),(151897,18695,530,1,1,0,1,-3815.24,2689.31,100.581,5.38433,28800,5,0,13522,0,1,0,0,0),(151898,18695,530,1,1,0,1,-3082.38,1867.38,139.906,1.53194,28800,5,0,13522,0,1,0,0,0),(201154,4076,631,15,1,0,0,-556.57,2201.39,199.97,5.48754,86400,0,0,8,0,0,0,0,0),(201155,36829,631,15,1,0,0,-620.108,2167.39,50.932,2.26893,86400,0,0,1011075,41690,0,0,0,0),(208777,38491,631,15,1,0,1,-41.7986,2189.79,27.9859,1.91986,120,0,0,1,0,0,0,0,0),(1975727,38557,631,15,1,0,0,4630.73,2802.02,437.672,0,604800,0,0,0,0,0,0,0,0),(247117,38153,631,15,17,0,0,4203.7,2484.83,364.956,3.14159,604800,0,0,0,0,0,0,0,0),(201160,37012,631,15,1,0,1,-300.872,2208.04,42.0905,0.069813,86400,0,0,315000,0,0,0,0,0),(201163,37544,631,15,1,0,0,-363.167,2087.38,200.053,3.06678,86400,0,0,285230,41690,0,0,0,0),(203544,29237,571,1,1,0,1,6641.91,-4477.85,474.523,0.663225,120,0,0,1,0,0,0,0,0),(201166,14881,631,15,1,0,0,-245.974,2211.26,42.6477,5.68255,86400,0,0,8,0,0,0,0,0),(201168,37035,631,15,1,0,1,-567.957,2204.46,200.053,1.36136,86400,0,0,471835,41690,0,0,0,0),(86438,26811,571,1,1,0,1,4795.18,-4858.25,25.8212,4.76072,300,0,0,1,0,2,0,0,0),(200939,36725,631,15,1,0,0,-210.375,2202.68,80,0.139626,7200,0,0,1,0,0,0,0,0),(151896,18695,530,1,1,0,1,-4203.43,344.462,115.416,4.161,28800,0,0,13522,0,0,0,0,0),(201172,37148,631,15,1,0,1,-536.403,2143.9,200.053,0.942478,86400,0,0,269600,91600,0,0,0,0),(201173,14881,631,15,1,0,0,-431.469,2069.34,191.24,5.32109,86400,0,0,8,0,0,0,0,0),(201176,37004,631,15,1,0,1,-572.054,2205.63,200.053,4.30528,86400,0,0,404430,0,0,0,0,0),(201177,37011,631,15,1,0,0,-155.145,2267.75,40.9331,1.73719,86400,0,0,478800,0,0,0,0,0),(32074,28026,571,1,1,0,0,5394.18,-2442.89,292.468,2.73129,300,5,0,10635,0,1,0,0,0),(201180,37544,631,15,1,0,0,-324.313,2259.36,200.053,5.25344,86400,0,0,337025,41690,0,0,0,0),(201181,37021,631,15,1,0,1,-533.238,2314.32,202.313,2.47837,86400,0,0,269600,91531,0,0,0,0),(200887,37528,631,15,1,0,0,-386.654,2095.7,317.18,3.59071,120,0,0,1,0,2,0,0,0),(201184,37920,631,15,1,0,1,-560.901,2214.58,539.368,0,86400,0,0,134810,0,0,0,0,0),(201185,37189,631,15,1,0,1,-47.5556,2208.9,27.9859,3.10669,86400,0,0,218392,0,0,0,0,0),(201186,37011,631,15,1,0,0,-161.058,2154.11,37.9851,3.16961,86400,0,0,478800,0,0,0,0,0),(88760,37967,571,1,1,0,0,5699.5,2143.68,798.143,1.71042,120,0,0,1,0,0,0,0,0),(40470,18686,530,1,1,0,0,-2847.33,3195.11,7.4167,0.091094,300,0,0,9144,13525,2,0,0,0),(201189,37016,631,15,1,0,1,-389.378,2328.51,195.419,5.30248,86400,0,0,294207,41690,0,0,0,0),(151895,18695,530,1,1,0,1,-4455.05,1694.55,161.278,1.93093,28800,0,0,13522,0,0,0,0,0),(201191,37689,631,15,1,0,0,-107.83,2257.67,30.7375,4.50295,86400,0,0,12600,0,0,0,0,0),(201192,2110,631,15,1,0,0,-57.206,2228.81,27.9025,4.97761,86400,0,0,1,0,0,0,0,0),(201193,37027,631,15,1,0,1,-542.507,2290.81,200.053,1.85005,86400,0,0,269600,91600,0,0,0,0),(201194,38054,631,15,1,0,0,-46.5868,2251.06,30.7375,3.83972,86400,0,0,17880,8814,0,0,0,0),(208776,39509,631,15,1,0,0,-59.3594,2194.56,27.9859,1.0472,120,0,0,1,0,0,0,0,0),(1975726,38557,631,15,1,0,0,4645.42,2771.67,436.146,0,604800,0,0,0,0,0,0,0,0),(202931,34908,649,15,1,0,0,620.88,163.618,418.318,0,120,0,0,1,0,0,0,0,0),(202930,34906,649,15,1,0,0,615.052,177.694,419.791,3.87463,120,0,0,1,0,0,0,0,0),(203533,29236,571,1,1,0,1,6788.41,-4472.94,440.952,5.48341,120,0,0,1,0,2,0,0,0),(201200,26043,631,15,1,0,0,-60.9722,2192.39,28.3723,0,86400,0,0,42,0,0,0,0,0),(202929,34905,649,15,1,0,0,513.705,175.472,418.318,5.55015,120,0,0,1,0,0,0,0,0),(201203,2110,631,15,1,0,0,16.1163,2211.13,30.199,0.679835,86400,0,0,1,0,0,0,0,0),(203567,29235,571,1,1,0,1,6875.55,-4350.96,451.542,4.05366,120,0,0,1,0,0,0,0,0),(201206,2110,631,15,1,0,0,-75.7415,2205.03,27.9025,4.14515,86400,0,0,1,0,0,0,0,0),(202928,34904,649,15,1,0,0,507.332,162.559,418.318,5.8294,120,0,0,1,0,0,0,0,0),(202927,34903,649,15,1,0,0,515.929,103.031,418.318,0,120,0,0,1,0,0,0,0,0),(202926,34902,649,15,1,0,0,507.443,117.948,418.317,0.383972,120,0,0,1,0,0,0,0,0),(203566,29235,571,1,1,0,1,6842.74,-4715.16,450.608,2.96706,120,0,0,1,0,0,0,0,0),(1975755,37013,631,15,1,0,0,4291.45,3181.25,372.97,4.10152,86400,0,0,25200,0,0,0,0,0),(202925,34901,649,15,1,0,0,505.476,130.84,418.314,0.15708,120,0,0,1,0,0,0,0,0),(202924,34900,649,15,1,0,0,621.661,149.403,418.314,0,120,0,0,1,0,0,0,0,0),(202923,34887,649,15,1,0,0,616.714,138.896,418.31,4.57276,120,0,0,1,0,0,0,0,0),(202922,34883,649,15,1,0,0,512.075,138.861,418.31,0.0174533,120,0,0,1,0,0,0,0,0),(201218,37663,631,15,1,0,0,4583.81,2860.68,384.768,3.61283,86400,0,0,431360,91600,0,0,0,0),(201219,38228,631,15,1,0,0,4262.7,3035.84,360.516,4.39516,86400,0,0,13,0,0,0,0,0),(201220,38463,631,15,1,0,0,4522.93,2769.18,351.184,3.10669,1209600,0,0,42,0,0,0,0,0),(137741,37744,631,15,1,11686,0,4224.83,2735.24,355.288,3.14,120,0,0,1,0,0,0,0,0),(202921,34871,649,15,1,0,0,619.962,115.092,418.318,2.74017,120,0,0,1,0,0,0,0,0),(202920,34871,649,15,1,0,0,620.892,108.991,419.778,2.6529,120,0,0,1,0,0,0,0,0),(201226,37023,631,15,1,0,0,4348.78,2890.48,351.101,4.62995,86400,10,0,441000,7988,1,0,0,0),(202919,34871,649,15,1,0,0,621.599,120.434,418.316,2.82743,120,0,0,1,0,0,0,0,0),(202918,34871,649,15,1,0,0,624.915,121.528,419.791,2.86234,120,0,0,1,0,0,0,0,0),(202917,34871,649,15,1,0,0,627.16,112.66,421.604,2.74017,120,0,0,1,0,0,0,0,0),(202916,34870,649,15,1,0,0,622.128,151.479,418.314,3.33358,120,0,0,1,0,0,0,0,0),(1975754,37013,631,15,1,0,0,4312.36,3160.84,372.97,3.80482,86400,0,0,25200,0,0,0,0,0),(202915,34870,649,15,1,0,0,622.184,126.892,418.314,2.93215,120,0,0,1,0,0,0,0,0),(201234,37022,631,15,1,0,0,4341.87,2870.92,349.352,4.86947,86400,0,0,945000,0,0,0,0,0),(202914,34870,649,15,1,0,0,625.707,155.021,419.779,3.36849,120,0,0,1,0,0,0,0,0),(202913,34870,649,15,1,0,0,625.99,126.036,419.78,2.93215,120,0,0,1,0,0,0,0,0),(202912,34870,649,15,1,0,0,630.387,148.691,421.613,3.26377,120,0,0,1,0,0,0,0,0),(201238,37571,631,15,1,0,0,4629.01,2785.71,361.248,3.10669,86400,0,0,539200,91600,0,0,0,0),(202911,34870,649,15,1,0,0,631.601,130.403,421.569,3.01942,120,0,0,1,0,0,0,0,0),(201240,37025,631,15,1,0,0,4295.83,3028.46,360.523,6.24854,86400,0,0,3150000,0,2,0,0,0),(202910,34869,649,15,1,0,0,610.825,100.753,418.318,2.46091,120,0,0,1,0,0,0,0,0),(202909,34869,649,15,1,0,0,613.273,98.2083,419.788,2.44346,120,0,0,1,0,0,0,0,0),(202908,34869,649,15,1,0,0,614.346,106.309,418.318,2.56563,120,0,0,1,0,0,0,0,0),(201244,37023,631,15,1,0,0,4443.25,3018.65,360.519,5.25127,86400,10,0,441000,7988,1,0,0,0),(201245,37098,631,15,1,0,1,4430.35,2768.61,360.878,1.62697,86400,0,0,1008000,0,2,0,0,0),(201246,37955,631,15,1,0,1,4624.88,2768.31,402.192,3.05433,604800,0,0,14154175,4258,0,0,0,0),(201247,37217,631,15,1,0,0,4394.66,3028.79,360.521,4.56473,86400,0,0,3150000,0,2,0,0,0),(201248,38231,631,15,1,0,0,4471.52,2768.97,351.046,4.57119,86400,0,0,13,0,0,0,0,0),(202907,34869,649,15,1,0,0,615.361,102.863,419.811,2.53073,120,0,0,1,0,0,0,0,0),(202906,34869,649,15,1,0,0,617.335,98.6007,421.619,2.49582,120,0,0,1,0,0,0,0,0),(201252,38004,631,15,1,0,0,4686.46,2769.38,377.477,3.14159,86400,0,0,12006645,4258,0,0,0,0),(201253,36880,631,15,1,0,0,4356.81,3061.83,360.518,4.7527,86400,0,0,1575000,0,2,0,0,0),(202905,34869,649,15,1,0,0,620.788,103.833,421.621,2.58309,120,0,0,1,0,0,0,0,0),(201255,36626,631,15,1,0,0,4267.92,3137.26,360.593,4.67748,604800,0,0,9412875,0,0,0,0,0),(202904,34868,649,15,1,0,0,618.774,166.061,418.318,3.57792,120,0,0,1,0,0,0,0,0),(201257,38231,631,15,1,0,0,4458,2775.88,349.295,5.76801,86400,0,0,13,0,0,0,0,0),(137740,37744,631,15,1,11686,0,4224.71,2804.11,355.288,3.14,120,0,0,1,0,0,0,0,0),(201259,37662,631,15,1,0,1,4622.93,2740.87,361.248,1.37881,86400,0,0,647040,91600,0,0,0,0),(202903,34868,649,15,1,0,0,621.161,159.661,418.317,3.42085,120,0,0,1,0,0,0,0,0),(201263,14881,631,15,1,0,0,4355.1,2865.26,349.438,3.29916,86400,0,0,8,0,0,0,0,0),(202902,34868,649,15,1,0,0,622.339,172.061,421.635,3.66519,120,0,0,1,0,0,0,0,0),(202901,34868,649,15,1,0,0,622.778,165.641,419.798,3.54302,120,0,0,1,0,0,0,0,0),(1975753,37013,631,15,1,0,0,4291.18,3092.92,372.97,2.33874,86400,0,0,25200,0,0,0,0,0),(202900,34868,649,15,1,0,0,623.872,161.115,419.805,3.4383,120,0,0,1,0,0,0,0,0),(201269,37928,631,15,1,0,1,-107.604,2243.62,30.7375,4.36332,86400,0,0,945000,0,0,0,0,0),(202899,34861,649,15,1,0,0,500.793,163.064,421.668,5.86431,120,0,0,1,0,0,0,0,0),(137739,37744,631,15,1,11686,0,4201.85,2750.53,353.001,0.017,120,0,0,1,0,0,0,0,0),(202898,34861,649,15,1,0,0,502.269,158.54,419.785,5.93412,120,0,0,1,0,0,0,0,0),(203529,29236,571,1,1,0,1,6600.55,-4464.82,450.647,2.0944,120,0,0,1,0,0,0,0,0),(201275,37571,631,15,1,0,0,4564.26,2849.67,384.768,0.541052,86400,0,0,539200,91600,0,0,0,0),(202897,34861,649,15,1,0,0,503.292,163.941,419.792,5.8294,120,0,0,1,0,0,0,0,0),(202896,34861,649,15,1,0,0,505.931,167.625,419.802,5.75959,120,0,0,1,0,0,0,0,0),(202895,34861,649,15,1,0,0,506.7,160.361,418.317,5.86431,120,0,0,1,0,0,0,0,0),(202894,34861,649,15,1,0,0,508.696,166.115,418.318,5.75959,120,0,0,1,0,0,0,0,0),(1975752,37013,631,15,1,0,0,4243.89,3181.74,372.97,5.44543,86400,0,0,25200,0,0,0,0,0),(202893,34860,649,15,1,0,0,508.747,172.795,419.787,5.65487,120,0,0,1,0,0,0,0,0),(202892,34860,649,15,1,0,0,510.523,180.747,421.629,5.53269,120,0,0,1,0,0,0,0,0),(201285,38228,631,15,1,0,0,4436.82,3071.39,360.524,2.85864,86400,0,0,13,0,0,0,0,0),(201286,37973,631,15,1,0,1,4682.89,2755.11,364.17,3.14159,604800,0,0,1,0,0,0,0,0),(203532,29236,571,1,1,0,1,6671.84,-4539.14,451.066,5.67232,120,0,0,1,0,0,0,0,0),(201289,14881,631,15,1,0,0,4337.94,2868.96,349.209,2.96357,86400,0,0,8,0,0,0,0,0),(201290,38228,631,15,1,0,0,4446.54,3068.56,360.603,1.09646,86400,0,0,13,0,0,0,0,0),(202891,34860,649,15,1,0,0,512.033,176.543,419.805,5.5676,120,0,0,1,0,0,0,0,0),(201292,37965,631,15,1,0,1,-20.9045,2217.98,30.199,3.26377,86400,0,0,13033,0,0,0,0,0),(202890,34860,649,15,1,0,0,512.734,171.375,418.318,5.61996,120,0,0,1,0,0,0,0,0),(201294,36678,631,15,1,0,0,4356.19,3262.9,389.482,1.48353,604800,0,0,9761500,0,0,0,0,0),(201296,37595,631,15,1,0,1,4517.4,2763.67,404.067,0.628319,86400,0,0,431360,91600,0,0,0,0),(202889,34860,649,15,1,0,0,517.658,178.155,418.318,5.48033,120,0,0,1,0,0,0,0,0),(203600,28784,571,1,1,0,0,5849.13,-4294.46,368.955,5.98648,120,0,0,1,0,0,0,0,0),(202888,34859,649,15,1,0,0,496.387,127.007,421.573,0.191986,120,0,0,1,0,0,0,0,0),(202887,34859,649,15,1,0,0,498.465,155.175,421.633,6.00393,120,0,0,1,0,0,0,0,0),(202886,34859,649,15,1,0,0,501.316,151.229,419.788,6.05629,120,0,0,1,0,0,0,0,0),(201302,14881,631,15,1,0,0,4295.32,2690.61,344.095,2.22485,86400,0,0,8,0,0,0,0,0),(247125,37868,631,10,1,0,0,4182.16,2466.71,364.9,0.7,604800,0,0,0,0,0,0,0,0),(202885,34859,649,15,1,0,0,501.517,124.573,419.782,0.244346,120,0,0,1,0,0,0,0,0),(201306,37663,631,15,1,0,0,4528.28,2763.57,404.067,2.46091,86400,0,0,431360,91600,0,0,0,0),(201307,37666,631,15,1,0,1,4621.33,2791.86,361.248,4.79965,86400,0,0,647040,9160,0,0,0,0),(201308,14881,631,15,1,0,0,4408.06,2859.52,344.164,2.40097,86400,0,0,8,0,0,0,0,0),(247116,38558,631,15,1,0,0,4637.27,2786.25,424.639,3.57357,604800,0,0,0,0,0,0,0,0),(202884,34859,649,15,1,0,0,504.821,128.573,418.311,0.191986,120,0,0,1,0,0,0,0,0),(201312,38284,631,15,1,0,0,-76.0781,2283.4,32.9506,4.95674,86400,0,0,17880,32000,0,0,0,0),(203557,29237,571,1,1,0,1,6891.41,-4629.32,451.789,2.28638,120,0,0,1,0,0,0,0,0),(201314,37665,631,15,1,0,1,4613.91,2749.9,361.248,6.00393,86400,0,0,647040,91600,0,0,0,0),(1975751,37013,631,15,1,0,0,4222.44,3161.69,372.97,5.53269,86400,0,0,25200,0,0,0,0,0),(201317,38228,631,15,1,0,0,4357.27,3022.91,360.519,5.07663,86400,0,0,13,0,0,0,0,0),(202883,34859,649,15,1,0,0,505.885,152.344,418.315,6.02139,120,0,0,1,0,0,0,0,0),(202882,34858,649,15,1,0,0,507.363,104.333,421.667,0.575959,120,0,0,1,0,0,0,0,0),(202881,34858,649,15,1,0,0,508.481,108.408,419.818,0.523599,120,0,0,1,0,0,0,0,0),(202880,34858,649,15,1,0,0,508.628,94.6198,423.031,0.698132,120,0,0,1,0,0,0,0,0),(201322,37098,631,15,1,0,1,4322.97,2737.54,374.05,2.24929,86400,0,0,1008000,0,2,0,0,0),(201323,38228,631,15,1,0,0,4358.15,2883.2,351.1,6.02023,86400,0,0,13,0,0,0,0,0),(137738,37744,631,15,1,11686,0,4193.01,2829.08,355.361,4.694,120,0,0,1,0,0,0,0,0),(202879,34858,649,15,1,0,0,513.497,106.438,418.318,0.593412,120,0,0,1,0,0,0,0,0),(202878,34858,649,15,1,0,0,518.203,99.6649,418.318,0.733038,120,0,0,1,0,0,0,0,0),(202877,34857,649,15,1,0,0,496.767,111.595,423.061,0.401426,120,0,0,1,0,0,0,0,0),(202876,34857,649,15,1,0,0,500.163,118.007,421.66,0.349066,120,0,0,1,0,0,0,0,0),(201330,37996,631,15,1,0,1,-104.872,2177.29,30.7375,1.91986,86400,0,0,945000,0,0,0,0,0),(202875,34857,649,15,1,0,0,503.243,110.069,421.656,0.471239,120,0,0,1,0,0,0,0,0),(1975750,37013,631,15,1,0,0,4223.47,3113.58,372.97,0.767945,86400,0,0,25200,0,0,0,0,0),(201335,37664,631,15,1,0,0,4528.37,2774.88,404.067,3.85718,86400,0,0,431360,91600,0,0,0,0),(202874,34857,649,15,1,0,0,503.95,117.517,419.82,0.366519,120,0,0,1,0,0,0,0,0),(1975749,37013,631,15,1,0,0,4421.9,3092.42,372.456,0.994838,86400,0,0,25200,0,0,0,0,0),(202873,34857,649,15,1,0,0,506.977,120.476,418.317,0.331613,120,0,0,1,0,0,0,0,0),(202872,34857,649,15,1,0,0,508.224,114.913,418.318,0.436332,120,0,0,1,0,0,0,0,0),(203599,28784,571,1,1,0,0,5843.61,-4433.37,374.08,1.56249,120,0,0,1,0,2,0,0,0),(202871,34856,649,15,1,0,0,609.95,178.116,418.318,4.01426,120,0,0,1,0,0,0,0,0),(202870,34856,649,15,1,0,0,613.144,174.799,418.318,3.92699,120,0,0,1,0,0,0,0,0),(201343,4076,631,15,1,0,0,-94.9735,2171.09,30.6542,4.36097,86400,0,0,8,0,0,0,0,0),(202869,34856,649,15,1,0,0,615.924,183.056,421.601,4.13643,120,0,0,1,0,0,0,0,0),(202868,34856,649,15,1,0,0,615.962,170.299,418.318,3.78736,120,0,0,1,0,0,0,0,0),(201346,37666,631,15,1,0,1,4597.57,2872.66,384.768,0.296706,86400,0,0,647040,9160,0,0,0,0),(203091,29875,571,1,1,0,0,6756.08,-1503.3,781.329,3.40339,120,0,0,1,0,0,0,0,0),(201348,37696,631,15,1,0,1,-61.3368,2231.45,27.9859,5.93412,86400,0,0,12600,0,0,0,0,0),(203090,29875,571,1,1,0,0,6731.65,-1409.39,738.971,0.510445,120,5,0,1,0,1,0,0,0),(203089,29875,571,1,1,0,0,6696.46,-1374.95,698.687,5.67303,120,5,0,1,0,1,0,0,0),(201352,36934,631,15,1,0,0,4573.97,2854.83,375.681,3.14159,86400,0,0,42,0,0,0,0,0),(203598,28784,571,1,1,0,0,5840.6,-4345.65,374.078,1.55334,120,0,0,1,0,0,0,0,0),(203088,29875,571,1,1,0,0,6687.54,-1470.43,700.404,1.62123,120,5,0,1,0,1,0,0,0),(201356,38232,631,15,1,0,0,4517.53,2749.16,351.184,4.60846,86400,0,0,8,0,0,0,0,0),(203087,29875,571,1,1,0,0,6679.82,-1591.49,652.47,5.83916,120,5,0,1,0,1,0,0,0),(201358,30298,631,15,1,0,0,4337.25,3097.95,397.132,0.017453,86400,0,0,42,0,0,0,0,0),(110303,28882,571,1,1,25749,1,6588.17,-4020.24,490.592,4.90438,120,0,0,1,0,0,0,0,0),(101236,37776,571,1,1,0,1,5689.76,671.083,646.08,0.244346,120,0,0,1,0,2,0,0,0),(201361,38879,631,15,1,0,0,4356.73,3133.53,382.314,4.71239,86400,0,0,42,0,0,0,0,0),(203565,29235,571,1,1,0,1,6842.17,-4685.27,450.601,3.01942,120,0,0,1,0,0,0,0,0),(201363,2110,631,15,1,0,0,-39.0416,2234.46,27.9025,2.00673,86400,0,0,1,0,0,0,0,0),(1975748,37013,631,15,1,0,0,4401.28,3112.96,372.431,0.785398,86400,0,0,25200,0,0,0,0,0),(203086,29875,571,1,1,0,0,6679.72,-1427.89,690.056,1.74715,120,5,0,1,0,1,0,0,0),(203085,29875,571,1,1,0,0,6671.48,-1246.08,660.327,3.03687,120,5,0,1,0,1,0,0,0),(201368,37928,631,15,1,0,1,-76.2847,2214.99,27.9859,3.28122,86400,0,0,945000,0,0,0,0,0),(247120,38589,631,15,5,0,0,4210.31,2484.53,364.88,0,604800,0,0,10000002,0,0,0,0,0),(203084,29875,571,1,1,0,0,6651.38,-1391.4,668.539,3.35874,120,5,0,1,0,1,0,0,0),(137737,37744,631,15,1,11686,0,4192.6,2733.28,355.288,4.712,120,0,0,1,0,0,0,0,0),(203083,29875,571,1,1,0,0,6649.7,-1608.43,642.839,0.621042,120,5,0,1,0,1,0,0,0),(203082,29875,571,1,1,0,0,6629.36,-1527.47,653.027,3.4898,120,5,0,1,0,1,0,0,0),(203081,29875,571,1,1,0,0,6614.17,-1422.88,672.052,3.21141,120,5,0,1,0,1,0,0,0),(201381,37687,631,15,1,0,1,-45.5313,2248.89,30.7375,3.78736,86400,0,0,10080,8814,0,0,0,0),(1975747,37013,631,15,1,0,0,4490.33,3113.29,372.411,2.53073,86400,0,0,25200,0,0,0,0,0),(203080,29875,571,1,1,0,0,6611.8,-1604.01,634.909,0.908026,120,5,0,1,0,1,0,0,0),(201385,37664,631,15,1,0,0,4516.85,2775.7,404.067,5.74213,86400,0,0,431360,91600,0,0,0,0),(207212,27414,571,1,1,0,0,4265.98,-3043.19,319.14,5.72468,120,0,0,1,0,0,0,0,0),(201387,38231,631,15,1,0,0,4531.02,2778.41,351.101,4.61593,86400,0,0,13,0,0,0,0,0),(1975746,37013,631,15,1,0,0,4469.68,3092.91,372.325,2.35619,86400,0,0,25200,0,0,0,0,0),(203543,29237,571,1,1,0,1,6620.93,-4518.28,474.523,4.04916,120,0,0,1,0,0,0,0,0),(203079,29875,571,1,1,0,0,6597.85,-1518.91,658.148,1.97475,120,5,0,1,0,1,0,0,0),(203078,29875,571,1,1,0,0,6580.73,-1456.22,609.096,3.4198,120,5,0,1,0,1,0,0,0),(203077,29875,571,1,1,0,0,6577.48,-1655.51,710.115,0.59991,120,5,0,1,0,1,0,0,0),(203076,29875,571,1,1,0,0,6575.75,-1536.19,662.206,5.99791,120,5,0,1,0,1,0,0,0),(201396,37662,631,15,1,0,1,4617.4,2779.68,361.248,0.959931,86400,0,0,647040,91600,0,0,0,0),(203075,29875,571,1,1,0,0,6560.87,-1588.74,607.409,3.79997,120,5,0,1,0,1,0,0,0),(203074,29875,571,1,1,0,0,6552.43,-1483.97,592.059,2.21746,120,5,0,1,0,1,0,0,0),(201399,37782,631,15,1,0,0,4355.25,3118.92,376.2,0.245031,86400,0,0,1396,0,0,0,0,0),(202972,30275,571,1,4,0,0,7066.04,-1968.47,824.275,4.803,120,0,0,1,0,2,0,0,0),(202973,30275,571,1,4,0,0,7115.65,-2059.48,818.327,1.8356,120,0,0,1,0,2,0,0,0),(203528,29236,571,1,1,0,1,6580.27,-4375.86,449.348,1.63464,120,0,0,1,0,0,0,0,0),(203073,29875,571,1,1,0,0,6546.18,-1685.15,704.22,1.08602,120,5,0,1,0,1,0,0,0),(201404,14881,631,15,1,0,0,4299.44,2848.81,344.112,3.93172,86400,0,0,8,0,0,0,0,0),(203072,29875,571,1,1,0,0,6530.46,-1625.7,633.091,4.7852,120,5,0,1,0,1,0,0,0),(203537,29236,571,1,1,0,1,6935.99,-4699.02,486.177,3.14159,120,0,0,1,0,0,0,0,0),(203538,29236,571,1,1,0,1,6537.34,-4217.94,473.879,2.33874,120,0,0,1,0,0,0,0,0),(203071,29875,571,1,1,0,0,6529.49,-1625.37,632.966,0.250814,120,5,0,1,0,1,0,0,0),(203070,29875,571,1,1,0,0,6515.83,-1491.08,572.06,4.95906,120,5,0,1,0,1,0,0,0),(201411,38232,631,15,1,0,0,4577.67,2680.67,384.684,5.21532,86400,0,0,8,0,0,0,0,0),(203069,29875,571,1,1,0,0,6493.47,-1509.08,554.064,3.30879,120,5,0,1,0,1,0,0,0),(203577,28988,571,1,1,0,1,6904.29,-4504.13,440.678,3.45575,120,0,0,1,0,0,0,0,0),(201415,38228,631,15,1,0,0,4267.41,3045.91,360.604,2.80716,86400,0,0,13,0,0,0,0,0),(201416,14881,631,15,1,0,0,-115.15,2231.1,31.8296,0.792466,86400,0,0,8,0,0,0,0,0),(203564,29235,571,1,1,0,1,6762.62,-4397.92,440.878,3.89208,120,0,0,1,0,0,0,0,0),(201418,30298,631,15,1,0,0,4374.81,3133.75,406.314,3.03687,86400,0,0,42,0,0,0,0,0),(203556,29237,571,1,1,0,1,6877.44,-4351.5,451.398,4.10136,120,0,0,1,0,0,0,0,0),(203068,29875,571,1,1,0,0,6475.05,-1451.87,551.038,5.83045,120,5,0,1,0,1,0,0,0),(203067,29875,571,1,1,0,0,6452.7,-1462.6,537.56,4.99462,120,5,0,1,0,1,0,0,0),(201422,38316,631,15,1,0,1,-57.0035,2195.45,27.9859,2.49582,86400,0,0,5342,0,0,0,0,0),(201423,38879,631,15,1,0,0,4356.94,3098.38,367.822,4.71239,86400,0,0,42,0,0,0,0,0),(247171,37038,631,15,1,0,0,4355.23,2972.15,360.593,1.51844,86400,0,0,157500,3994,0,0,0,0),(203066,29875,571,1,1,0,0,6442.62,-1626.93,556.461,0.884425,120,5,0,1,0,1,0,0,0),(203065,29875,571,1,1,0,0,6404.73,-1643.44,529.413,0.470358,120,5,0,1,0,1,0,0,0),(203064,29555,571,1,2,0,1,6331.08,-1721.99,456.986,3.10669,120,0,0,1,0,0,0,0,0),(203063,29555,571,1,2,0,1,6331.05,-1713.27,456.367,3.10669,120,0,0,1,0,0,0,0,0),(137736,37744,631,15,1,11686,0,4183.78,2751.66,353.09,3.124,120,0,0,1,0,0,0,0,0),(203062,29555,571,1,2,0,1,6330.88,-1703.87,456.236,3.10669,120,0,0,1,0,0,0,0,0),(201433,36627,631,15,1,0,0,4445.87,3137.31,360.593,4.71239,604800,0,0,7321125,0,0,0,0,0),(203061,29555,571,1,2,0,1,6330.83,-1717.5,456.617,3.10669,120,0,0,1,0,0,0,0,0),(247170,37038,631,15,1,0,0,4365.53,2969.55,360.593,1.85005,86400,0,0,157500,3994,0,0,0,0),(203060,29555,571,1,2,0,1,6330.76,-1708.91,456.361,3.10669,120,0,0,1,0,0,0,0,0),(247169,37038,631,15,1,0,0,4359.92,2977.67,360.593,1.71042,86400,0,0,157500,3994,0,0,0,0),(201438,2110,631,15,1,0,0,-81.506,2214.35,27.9025,1.66057,86400,0,0,1,0,0,0,0,0),(201439,14881,631,15,1,0,0,4258.33,2769.37,349.475,4.56167,86400,0,0,8,0,0,0,0,0),(203059,29555,571,1,2,0,1,6328.39,-1719.91,456.492,3.10669,120,0,0,1,0,0,0,0,0),(1975745,37013,631,15,1,0,0,4401.32,3160.83,372.316,5.55015,86400,0,0,25200,0,0,0,0,0),(52016,24838,584,1,1,22663,0,-27.217,-0.0012207,21.583,2.4052,120,0,0,804,0,2,0,0,0),(201443,36934,631,15,1,0,0,4574.52,2683.23,375.674,3.14159,86400,0,0,42,0,0,0,0,0),(201444,37571,631,15,1,0,0,4627.19,2748.06,361.165,3.106,86400,0,0,539200,91600,0,0,0,0),(1975744,37013,631,15,1,0,0,4490.13,3160.97,372.312,3.82227,86400,0,0,25200,0,0,0,0,0),(201446,37662,631,15,1,0,1,4600.59,2868.5,384.768,0.802851,86400,0,0,647040,91600,0,0,0,0),(203058,29555,571,1,2,0,1,6328.23,-1715.5,456.242,3.10669,120,0,0,1,0,0,0,0,0),(201449,2110,631,15,1,0,0,-49.6146,2235.51,27.9025,6.17798,86400,0,0,1,0,0,0,0,0),(203057,29555,571,1,2,0,1,6328.15,-1711.04,456.111,3.10669,120,0,0,1,0,0,0,0,0),(203056,29555,571,1,2,0,1,6327.85,-1706.29,456.111,3.10669,120,0,0,1,0,0,0,0,0),(203055,29432,571,1,2,0,0,6320.61,-1726.14,455.911,0.016021,120,0,0,1,0,2,0,0,0),(203054,30325,571,1,4,0,0,7265.39,-2132.3,778.643,5.4329,120,0,0,1,0,0,0,0,0),(203053,30325,571,1,4,0,0,7250.62,-1980.58,771.97,2.914,120,0,0,1,0,0,0,0,0),(203052,30325,571,1,4,0,0,7215.94,-2029.51,764.081,5.8389,120,0,0,1,0,0,0,0,0),(203051,30325,571,1,4,0,0,7197.86,-2109.7,766.645,4.8742,120,0,0,1,0,2,0,0,0),(203050,30325,571,1,4,0,0,7194.36,-2047.33,763.216,3.6622,120,0,0,1,0,0,0,0,0),(201458,37665,631,15,1,0,1,4613.14,2786.3,361.248,6.23082,86400,0,0,647040,91600,0,0,0,0),(137735,37744,631,15,1,11686,0,4160.11,2788.29,352.944,6.26,120,0,0,1,0,0,0,0,0),(52017,24839,584,1,1,22664,0,9.59588,-1.21492,11.801,1.53995,120,0,0,804,0,2,0,0,0),(203542,29237,571,1,1,0,1,6618.43,-4483.03,469.184,2.28638,120,0,0,1,0,0,0,0,0),(203049,30325,571,1,4,0,0,7192.8,-2013.36,764.095,2.219,120,0,0,1,0,0,0,0,0),(129874,31316,571,1,1,0,0,5881.74,1963.93,517.067,1.01256,120,0,0,1,0,0,0,0,0),(201465,30298,631,15,1,0,0,4337.39,3131.4,407.748,0.244346,86400,0,0,42,0,0,0,0,0),(201466,37119,631,15,1,0,1,-48.9184,2213.55,27.9859,3.22886,86400,0,0,13945000,4258000,0,0,0,0),(202971,28659,571,1,1,0,0,5613.98,3787.84,-91.9357,5.89921,120,0,0,1,0,0,0,0,0),(203555,29237,571,1,1,0,1,6845.95,-4338.35,469.189,5.3058,120,0,0,1,0,0,0,0,0),(203048,30325,571,1,4,0,0,7276.08,-2043.36,762.171,4.8206,120,0,0,1,0,2,0,0,0),(203047,30325,571,1,4,0,0,7347.7,-2070.63,765.411,1.5117,120,0,0,1,0,0,0,0,0),(247168,37038,631,15,1,0,0,4360.16,2968.68,360.593,1.67552,86400,0,0,157500,3994,0,0,0,0),(201473,38463,631,15,1,0,0,4574.05,2854.99,384.768,0.453786,1209600,0,0,42,0,0,0,0,0),(1975743,37013,631,15,1,0,0,4469.67,3181.77,372.311,4.11898,86400,0,0,25200,0,0,0,0,0),(1975759,38317,631,15,1,0,0,4356.64,3211.78,389.483,0,86400,0,0,25200,0,0,0,0,0),(203046,30325,571,1,4,0,0,7305.63,-2083.71,767.651,3.097,120,0,0,1,0,0,0,0,0),(203045,29974,571,1,4,0,0,7751.15,-3282.73,864.895,2.7813,120,0,0,1,0,2,0,0,0),(203044,29974,571,1,4,0,0,7865.3,-3471.63,866.708,6.1453,120,25,0,1,0,1,0,0,0),(201479,37571,631,15,1,0,0,4536.01,2768.77,351.184,3.10669,86400,0,0,539200,91600,0,0,0,0),(203576,28988,571,1,1,0,1,6895.55,-4531.36,440.678,3.07178,120,0,0,1,0,0,0,0,0),(203531,29236,571,1,1,0,1,6670.08,-4471,451.347,0.785398,120,0,0,1,0,0,0,0,0),(201482,37664,631,15,1,0,0,4512.5,2769.94,351.184,6.24828,86400,0,0,431360,91600,0,0,0,0),(137734,37744,631,15,1,11686,0,4159.8,2804.19,355.288,0.017,120,0,0,1,0,0,0,0,0),(203541,29237,571,1,1,0,1,6586.23,-4392.83,449.348,1.8326,120,0,0,1,0,0,0,0,0),(203043,29974,571,1,4,0,0,7812.38,-3226.63,858.04,0.7455,120,0,0,1,0,2,0,0,0),(201486,2110,631,15,1,0,0,20.6933,2217.58,30.1157,0.74422,86400,0,0,1,0,0,0,0,0),(203042,29974,571,1,4,0,0,7785.01,-3298.78,864.691,2.9471,120,0,0,1,0,2,0,0,0),(203041,29974,571,1,4,0,0,7742.93,-3233.29,862.208,1.0708,120,0,0,1,0,2,0,0,0),(203040,29974,571,1,4,0,0,7709.27,-3164.7,868.831,0.2503,120,0,0,1,0,2,0,0,0),(1975742,37013,631,15,1,0,0,4421.79,3181.76,372.29,5.46288,86400,0,0,25200,0,0,0,0,0),(201493,37972,631,15,1,0,1,4682.73,2783.42,364.17,3.14159,604800,0,0,1,0,0,0,0,0),(1975741,37013,631,15,1,0,0,4463.86,3101.57,360.55,2.04204,86400,0,0,25200,0,0,0,0,0),(201495,38232,631,15,1,0,0,4573.85,2857.57,384.684,0.269268,86400,0,0,8,0,0,0,0,0),(203575,28988,571,1,1,0,1,6866.01,-4500.96,442.323,3.9619,120,0,0,1,0,0,0,0,0),(203574,28988,571,1,1,0,1,6864.44,-4548.63,442.323,3.71755,120,0,0,1,0,0,0,0,0),(203039,29974,571,1,4,0,0,7956.7,-3383.45,867.277,1.9071,120,25,0,1,0,1,0,0,0),(201499,10404,631,15,1,0,0,4363.11,2907.58,351.184,4.41568,86400,0,0,630000,0,0,0,0,0),(203038,29974,571,1,4,0,0,7954.57,-3283.58,858.05,5.3071,120,25,0,1,0,1,0,0,0),(201501,37665,631,15,1,0,1,4603.38,2872.4,383.65,0.663225,86400,0,0,647040,91600,2,0,0,0),(203037,29974,571,1,4,0,0,7936.67,-3215.66,859.527,0.6183,120,25,0,1,0,1,0,0,0),(201503,38228,631,15,1,0,0,4443.82,3069.86,360.522,2.69499,86400,0,0,13,0,0,0,0,0),(203573,28988,571,1,1,0,1,6858.11,-4457.34,439.959,4.67748,120,0,0,1,0,0,0,0,0),(203036,29974,571,1,4,0,0,7911.84,-3343.12,858.782,4.9439,120,25,0,1,0,1,0,0,0),(203035,29974,571,1,4,0,0,7879.44,-3419.35,865.272,3.6825,120,25,0,1,0,1,0,0,0),(203034,30144,571,1,4,0,1,7938.18,-3345.63,863.061,1.8258,120,25,0,1,0,1,0,0,0),(1975761,37824,631,15,1,0,0,4388.1,3213.29,408.74,3.83972,86400,0,0,25200,0,0,0,0,0),(203033,30144,571,1,4,0,1,7802.08,-3310.42,864.458,3.8159,120,25,0,1,0,1,0,0,0),(203032,30144,571,1,4,0,1,7738.18,-3305.41,864.722,4.3591,120,25,0,1,0,1,0,0,0),(247167,37038,631,15,1,0,0,4367.34,2975.84,360.593,1.98968,86400,0,0,157500,3994,0,0,0,0),(201512,38232,631,15,1,0,0,4518.18,2762.79,403.983,2.43069,86400,0,0,8,0,0,0,0,0),(201514,30298,631,15,1,0,0,4376.64,3099.13,400.845,2.67035,86400,0,0,42,0,0,0,0,0),(203554,29237,571,1,1,0,1,6839.88,-4304.64,474.528,0.785398,120,0,0,1,0,0,0,0,0),(201516,38232,631,15,1,0,0,4522.51,2789.91,351.184,0.14598,86400,0,0,8,0,0,0,0,0),(203031,30144,571,1,4,0,1,7717.27,-3254.38,863.97,0.8016,120,25,0,1,0,1,0,0,0),(201518,38228,631,15,1,0,0,4370.38,3028.79,360.52,2.80087,86400,0,0,13,0,0,0,0,0),(203563,29235,571,1,1,0,1,6749.15,-4383.73,440.856,3.9619,120,0,0,1,0,0,0,0,0),(203030,30144,571,1,4,0,1,7714.07,-3174.49,865.929,1.2791,120,25,0,1,0,1,0,0,0),(247166,37038,631,15,1,0,0,4350.48,2981.3,360.594,1.22173,86400,0,0,157500,3994,0,0,0,0),(203029,30144,571,1,4,0,1,7695.49,-3316.42,872.962,2.0905,120,25,0,1,0,1,0,0,0),(201523,37586,631,15,1,0,0,-74.0677,2154.84,30.7375,1.44862,86400,0,0,53420,0,0,0,0,0),(203028,30144,571,1,4,0,1,7894.58,-3358.98,859.996,4.646,120,25,0,1,0,1,0,0,0),(203027,30144,571,1,4,0,1,7889.13,-3322.96,857.499,5.3953,120,25,0,1,0,1,0,0,0),(203562,29235,571,1,1,0,1,6745.13,-4468.82,440.719,2.40619,120,0,0,1,0,0,0,0,0),(203026,30144,571,1,4,0,1,7876.18,-3344.14,857.937,5.9622,120,25,0,1,0,1,0,0,0),(137733,37744,631,15,1,11686,0,4159.71,2735.11,355.224,6.248,120,0,0,1,0,0,0,0,0),(203540,29237,571,1,1,0,1,6571.18,-4342.8,449.348,5.044,120,0,0,1,0,0,0,0,0),(201530,37595,631,15,1,0,1,4581.93,2678.63,384.768,2.61799,86400,0,0,431360,91600,0,0,0,0),(203025,30144,571,1,4,0,1,7856.12,-3385.91,863.685,0.3315,120,25,0,1,0,1,0,0,0),(129873,31316,571,1,1,0,0,5809.3,1981.39,503.901,3.1765,120,0,0,1,0,0,0,0,0),(203024,30144,571,1,4,0,1,7805.63,-3154.01,864.821,1.0901,120,25,0,1,0,1,0,0,0),(203023,30135,571,1,4,0,1,7962.11,-3278.32,858.472,1.2626,120,25,0,1,0,1,0,0,0),(203022,30135,571,1,4,0,1,7951.53,-3222.05,860.814,4.2886,120,25,0,1,0,1,0,0,0),(203021,30135,571,1,4,0,1,7943.99,-3256.33,857.762,2.8746,120,25,0,1,0,1,0,0,0),(110302,28882,571,1,1,25749,1,6580.19,-3967.34,486.127,0,120,0,0,1,0,0,0,0,0),(52015,24837,584,1,1,22662,0,21.2882,-6.49847,6.34678,3.66717,120,0,0,867,0,2,0,0,0),(203020,30135,571,1,4,0,1,7939.12,-3387.14,865.777,1.475,120,25,0,1,0,1,0,0,0),(203539,29237,571,1,1,0,1,6529.28,-4409.28,458.212,0.802851,120,0,0,1,0,0,0,0,0),(1975766,38319,631,15,1,0,0,4536.55,2769.65,404.067,6.21337,86400,0,0,42,0,0,0,0,0),(203019,30135,571,1,4,0,1,7937.69,-3192.51,861.777,3.8198,120,25,0,1,0,1,0,0,0),(1975740,37013,631,15,1,0,0,4428.96,3173.66,360.55,5.13127,86400,0,0,25200,0,0,0,0,0),(203536,29236,571,1,1,0,1,6861.71,-4353.41,451.203,5.51524,120,0,0,1,0,0,0,0,0),(203018,30135,571,1,4,0,1,7923.35,-3309.12,857.139,4.4211,120,25,0,1,0,1,0,0,0),(201548,14881,631,15,1,0,0,4214.66,2739.51,353.25,4.61224,86400,0,0,0,0,0,0,0,0),(1975739,37013,631,15,1,0,0,4472.55,3110.78,360.55,2.35619,86400,0,0,25200,0,0,0,0,0),(201550,37666,631,15,1,0,1,4594.6,2674.68,384.768,5.51524,86400,0,0,647040,9160,0,0,0,0),(201551,38841,631,15,1,0,0,-68.2865,2269.46,30.7375,4.60767,86400,0,0,22350,22000,0,0,0,0),(203017,30135,571,1,4,0,1,7907.36,-3206.64,855.993,2.0675,120,25,0,1,0,1,0,0,0),(201553,37663,631,15,1,0,0,4572.1,2692.77,384.768,5.11381,86400,0,0,431360,91600,0,0,0,0),(247165,37038,631,15,1,0,0,4351.86,2968.19,360.594,1.41372,86400,0,0,157500,3994,0,0,0,0),(203016,30135,571,1,4,0,1,7904.44,-3412.39,865.91,4.7391,120,25,0,1,0,1,0,0,0),(203015,30135,571,1,4,0,1,7887.46,-3176.64,857.801,3.5022,120,25,0,1,0,1,0,0,0),(203014,30135,571,1,4,0,1,7842.15,-3176.52,859.991,1.6372,120,25,0,1,0,1,0,0,0),(201559,38463,631,15,1,0,0,4574.25,2683.7,384.768,5.65487,1209600,0,0,42,0,0,0,0,0),(201560,10404,631,15,1,0,0,4351.22,2908.73,351.184,4.71239,86400,0,0,630000,0,0,0,0,0),(1976589,37205,530,1,2048,0,1,11787.2,-7070.58,25.8613,5.92758,300,0,0,144,180,0,0,0,0),(201562,14881,631,15,1,0,0,4169.48,2758.76,351.046,1.38566,86400,0,0,8,0,0,0,0,0),(1975738,37013,631,15,1,0,0,4411.07,3154.75,360.55,5.81195,86400,0,0,25200,0,0,0,0,0),(247164,37038,631,15,1,0,0,4349.42,2975.74,360.594,1.25664,86400,0,0,157500,3994,0,0,0,0),(203013,30135,571,1,4,0,1,7764.42,-3184.81,863.023,2.7719,120,25,0,1,0,1,0,0,0),(1975758,36659,631,15,1,0,0,4267.87,3137.33,360.5,0,86400,0,0,84,0,0,0,0,0),(201567,38228,631,15,1,0,0,4355.15,3028.52,360.521,1.92794,86400,0,0,13,0,0,0,0,0),(201568,14881,631,15,1,0,0,4172,2779.95,350.963,1.55142,86400,0,0,8,0,0,0,0,0),(203012,30135,571,1,4,0,1,7748.44,-3171.35,863.485,5.3328,120,25,0,1,0,1,0,0,0),(247163,37038,631,15,1,0,0,4367.48,2981.01,360.594,2.09439,86400,0,0,157500,3994,0,0,0,0),(203561,29235,571,1,1,0,1,6711.25,-4443.25,440.685,0.802851,120,0,0,1,0,0,0,0,0),(201572,37023,631,15,1,0,0,4272.95,3015.18,360.517,3.982,86400,10,0,441000,7988,1,0,0,0),(203553,29237,571,1,1,0,1,6822.66,-4345.31,474.528,3.71755,120,0,0,1,0,0,0,0,0),(203011,30135,571,1,4,0,1,7747.96,-3284.9,864.379,4.6279,120,25,0,1,0,1,0,0,0),(201576,37996,631,15,1,0,1,-78.316,2220.9,27.9859,3.29867,86400,0,0,945000,0,0,0,0,0),(201577,37970,631,15,1,0,1,4680.29,2769.24,364.17,3.14159,604800,0,0,1,0,0,0,0,0),(203010,30135,571,1,4,0,1,7746.38,-3219.32,862.332,0.0257,120,25,0,1,0,1,0,0,0),(203009,30135,571,1,4,0,1,7692.16,-3242.94,866.283,3.8163,120,25,0,1,0,1,0,0,0),(203008,32569,571,1,4,0,0,7161.85,-2229.08,759.173,1.01229,120,0,0,1,0,0,0,0,0),(137732,37744,631,15,1,11686,0,4156.65,2781.52,353.001,4.729,120,0,0,1,0,0,0,0,0),(203560,29235,571,1,1,0,1,6703.86,-4507.93,450.75,1.32758,120,0,0,1,0,0,0,0,0),(203007,30292,571,1,4,0,0,7340.23,-2057.24,764.845,0.5759,120,0,0,1,0,0,0,0,0),(201585,38228,631,15,1,0,0,4352.67,3023.92,360.52,0.603116,86400,0,0,13,0,0,0,0,0),(203572,28988,571,1,1,0,1,6839.84,-4497.15,442.323,4.93928,120,0,0,1,0,0,0,0,0),(203571,29235,571,1,1,0,1,6332.11,-4009.05,457.27,5.49494,120,0,0,1,0,2,0,0,0),(203006,30292,571,1,4,0,0,7314.18,-2095.16,774.167,5.8468,120,0,0,1,0,0,0,0,0),(201589,37571,631,15,1,0,0,4564.3,2689.8,384.768,5.84685,86400,0,0,539200,91600,0,0,0,0),(203005,30292,571,1,4,0,0,7296.43,-2007.46,765.695,3.3859,120,0,0,1,0,0,0,0,0),(203570,29235,571,1,1,0,1,6660.33,-4318.74,453.127,2.60054,120,0,0,1,0,0,0,0,0),(1975737,37013,631,15,1,0,0,4481.93,3153.87,360.55,3.57792,86400,0,0,25200,0,0,0,0,0),(201593,37023,631,15,1,0,0,4365.13,2904.75,351.101,1.68911,86400,10,0,441000,7988,1,0,0,0),(203559,29237,571,1,1,0,1,6390.6,-4063.66,457.145,5.49519,120,0,0,1,0,0,0,0,0),(201595,37664,631,15,1,0,0,4565.01,2856.33,384.768,6.24828,86400,0,0,431360,91600,0,0,0,0),(203004,30292,571,1,4,0,0,7248.95,-2123.74,778.771,3.6128,120,0,0,1,0,0,0,0,0),(201597,38228,631,15,1,0,0,4356.99,2883.51,351.184,5.7605,86400,0,0,13,0,0,0,0,0),(203003,30292,571,1,4,0,0,7234.18,-2082.77,764.002,1.1344,120,0,0,1,0,0,0,0,0),(201599,14881,631,15,1,0,0,28.5757,2219.4,30.1157,4.44277,86400,0,0,8,0,0,0,0,0),(1975736,37013,631,15,1,0,0,4409.69,3119.34,360.55,0.471239,86400,0,0,25200,0,0,0,0,0),(203535,29236,571,1,1,0,1,6859.71,-4282.36,451.913,0.820305,120,0,0,1,0,0,0,0,0),(1975735,37013,631,15,1,0,0,4419.42,3164.15,360.55,5.46288,86400,0,0,25200,0,0,0,0,0),(201603,36934,631,15,1,0,0,4522.51,2769.24,342.245,3.14159,86400,0,0,42,0,0,0,0,0),(201604,37595,631,15,1,0,1,4569.4,2847.5,384.768,1.02974,86400,0,0,431360,91600,0,0,0,0),(203002,30292,571,1,4,0,0,7207.93,-2038.16,764.583,5.3058,120,0,0,1,0,0,0,0,0),(203001,30292,571,1,4,0,0,7202.35,-2113.44,768.618,4.276,120,0,0,1,0,0,0,0,0),(247162,37038,631,15,1,0,0,4354.11,2978.2,360.594,1.43117,86400,0,0,157500,3994,0,0,0,0),(203000,30292,571,1,4,0,0,7198.54,-2107.91,766.632,2.1293,120,0,0,1,0,0,0,0,0),(202999,30292,571,1,4,0,0,7290.5,-2114.23,775.277,4.0142,120,0,0,1,0,0,0,0,0),(201611,37782,631,15,1,0,0,4353.55,3119.04,376.246,3.47438,86400,0,0,1396,0,0,0,0,0),(202998,30292,571,1,4,0,0,7289.43,-2024.69,771.763,1.274,120,0,0,1,0,0,0,0,0),(203530,29236,571,1,1,0,1,6604.72,-4534.05,455.089,3.59538,120,0,0,1,0,0,0,0,0),(202997,30292,571,1,4,0,0,7283.68,-2046.53,761.719,2.6354,120,0,0,1,0,0,0,0,0),(202996,30292,571,1,4,0,0,7262.65,-2075.82,764.758,3.4557,120,0,0,1,0,0,0,0,0),(203552,29237,571,1,1,0,1,6807.92,-4339.76,456.559,3.97935,120,0,0,1,0,0,0,0,0),(202995,30292,571,1,4,0,0,7248.99,-2088.13,774.497,2.1467,120,0,0,1,0,0,0,0,0),(1975734,37013,631,15,1,0,0,4471.93,3163.9,360.55,3.92699,86400,0,0,25200,0,0,0,0,0),(202994,30292,571,1,4,0,0,7162.11,-2132.87,762.305,5.1836,120,0,0,1,0,0,0,0,0),(201622,37991,631,15,1,0,1,-75.3924,2267.24,30.7375,5.35816,86400,0,0,22350,0,0,0,0,0),(202993,30291,571,1,4,0,0,7329.02,-2096.36,772.981,4.2904,120,0,0,1,0,0,0,0,0),(129872,31316,571,1,1,0,0,5922.79,2040.06,517.627,3.78789,120,0,0,1,0,0,0,0,0),(202992,30291,571,1,4,0,0,7315.78,-2071.91,763.048,3.6818,120,0,0,1,0,0,0,0,0),(202991,30291,571,1,4,0,0,7315,-2021.31,763.381,5.7145,120,0,0,1,0,0,0,0,0),(203558,29237,571,1,1,0,1,6936.02,-4584.28,453.077,2.35619,120,0,0,1,0,0,0,0,0),(202990,30291,571,1,4,0,0,7304.69,-2036.38,762.714,0.867,120,0,0,1,0,0,0,0,0),(201630,37664,631,15,1,0,0,4565.3,2681.28,384.768,0.383972,86400,0,0,431360,91600,0,0,0,0),(202989,30291,571,1,4,0,0,7280.62,-2072.3,761.956,0.4111,120,0,0,1,0,0,0,0,0),(247161,37038,631,15,1,0,0,4360.74,2982.07,360.594,1.79769,86400,0,0,157500,3994,0,0,0,0),(202988,30291,571,1,4,0,0,7272.03,-2014.92,768.024,5.081,120,0,0,1,0,0,0,0,0),(202987,30291,571,1,4,0,0,7270.6,-2119.66,776.91,4.382,120,0,0,1,0,0,0,0,0),(203569,29235,571,1,1,0,1,7020.89,-4533.92,450.601,1.5708,120,0,0,1,0,0,0,0,0),(202986,30291,571,1,4,0,0,7252.53,-2072.12,763.08,2.8011,120,0,0,1,0,0,0,0,0),(137731,37744,631,15,1,11686,0,4135.75,2781.6,353.164,4.729,120,0,0,1,0,0,0,0,0),(201640,37662,631,15,1,0,1,4591.98,2668.71,384.768,5.86431,86400,0,0,647040,91600,0,0,0,0),(201642,37993,631,15,1,0,1,-71.25,2267.22,30.7375,4.11898,86400,0,0,23500,7500,0,0,0,0),(203534,29236,571,1,1,0,1,6792.91,-4356.33,450.601,4.15388,120,0,0,1,0,0,0,0,0),(202985,30291,571,1,4,0,0,7250.86,-2092.35,774.785,3.593,120,0,0,1,0,0,0,0,0),(201646,37595,631,15,1,0,1,4529.09,2761.5,351.184,2.18166,86400,0,0,431360,91600,0,0,0,0),(202984,30291,571,1,4,0,0,7237.44,-2120.75,777.29,2.9318,120,0,0,1,0,0,0,0,0),(1975733,37013,631,15,1,0,0,4419.03,3109.9,360.55,0.767945,86400,0,0,25200,0,0,0,0,0),(202983,30291,571,1,4,0,0,7208.14,-2036.18,764.755,4.6086,120,0,0,1,0,0,0,0,0),(202982,30291,571,1,4,0,0,7207.08,-2039.97,764.517,1.13,120,0,0,1,0,0,0,0,0),(1975732,37013,631,15,1,0,0,4480.85,3118.98,360.55,2.67035,86400,0,0,25200,0,0,0,0,0),(1975731,37013,631,15,1,0,0,4463.88,3172.66,360.55,4.24115,86400,0,0,25200,0,0,0,0,0),(202981,30291,571,1,4,0,0,7206.73,-2036.56,764.543,5.3588,120,0,0,1,0,0,0,0,0),(203568,29235,571,1,1,0,1,6990.88,-4534.32,450.601,1.5708,120,0,0,1,0,0,0,0,0),(202980,30291,571,1,4,0,0,7342.41,-2037.04,763.419,2.9583,120,0,0,1,0,0,0,0,0),(202979,30291,571,1,4,0,0,7203.25,-2056.41,765.201,5.4181,120,0,0,1,0,0,0,0,0),(201659,37663,631,15,1,0,0,4530.15,2776.29,351.184,3.9619,86400,0,0,431360,91600,0,0,0,0),(247160,37038,631,15,1,0,0,4362.38,2973.65,360.593,1.78024,86400,0,0,157500,3994,2,0,0,0),(201662,37022,631,15,1,0,0,4371.11,2870.25,349.352,4.7822,86400,0,0,945000,0,0,0,0,0),(202978,30291,571,1,4,0,0,7158.9,-2137.43,764.273,3.6641,120,0,0,1,0,0,0,0,0),(202977,30275,571,1,4,0,0,7424.33,-2393.73,797.146,1.4995,120,0,0,1,0,2,0,0,0),(1975730,37013,631,15,1,0,0,4428.15,3101.17,360.55,1.11701,86400,0,0,25200,0,0,0,0,0),(202976,30275,571,1,4,0,0,7327.67,-2396.08,794.138,3.2863,120,0,0,1,0,2,0,0,0),(202975,30275,571,1,4,0,0,7109.28,-2100.45,817.471,2.1118,120,0,0,1,0,2,0,0,0),(1975760,37824,631,15,1,0,0,4324.28,3215.04,408.705,5.58505,86400,0,0,25200,0,0,0,0,0),(115792,28882,571,1,1,25749,1,6563.52,-4027.12,483.392,4.57276,120,0,0,1,0,0,0,0,0),(202974,30275,571,1,4,0,0,7213.71,-2226.12,806.509,2.6928,120,0,0,1,0,2,0,0,0),(201671,14881,631,15,1,0,0,4437.55,2709.91,344.117,1.04251,86400,0,0,8,0,0,0,0,0),(247159,37038,631,15,1,0,0,4370.5,3042,372.8,6.28249,86400,0,0,157500,3994,0,0,0,0),(201673,37666,631,15,1,0,1,4619.67,2755.53,361.248,5.18363,86400,0,0,647040,9160,0,0,0,0),(247158,37038,631,15,1,0,0,4432.21,3041.5,372.783,0.017569,86400,0,0,157500,3994,0,0,0,0),(201675,36967,632,3,1,0,0,5354,2638.47,708.055,4.59733,86400,8,0,1,0,1,0,0,0),(201676,36499,632,3,1,0,1,5049.43,2143.32,649.568,1.11701,86400,0,0,81900,15976,0,0,0,0),(201677,36478,632,3,1,30269,1,4948.86,2219.71,638.817,3.14159,86400,0,0,75600,0,0,0,0,0),(201678,36564,632,3,1,0,0,5181.87,2359.08,668.244,3.76991,86400,0,0,94500,3994,0,0,0,0),(201679,36967,632,3,1,0,0,5265.57,2432.02,701.377,3.63718,86400,8,0,1,0,1,0,0,0),(201680,36967,632,3,1,0,0,5191.39,2458.25,678.256,2.81074,86400,8,0,1,0,1,0,0,0),(201681,36967,632,3,1,0,0,5025.56,2267.17,666.946,5.4152,86400,8,0,1,0,1,0,0,0),(201682,36967,632,3,1,0,0,5413.09,2511.57,694.298,2.76239,86400,8,0,1,0,1,0,0,0),(201683,36967,632,3,1,0,0,5157.8,2174.14,658.492,3.24658,86400,8,0,1,0,1,0,0,0),(201684,36967,632,3,1,0,0,4972.64,2333.05,695.102,5.66443,86400,8,0,1,0,1,0,0,0),(201685,2110,632,3,1,1141,0,5263.45,2158.68,652.881,4.36381,86400,0,0,1,0,0,0,0,0),(201686,36564,632,3,1,0,0,5240.9,2427.55,671.785,0.226893,86400,0,0,94500,3994,0,0,0,0),(201687,36666,632,3,1,0,0,5574.28,2429.23,705.852,2.4892,86400,0,0,163800,0,2,0,0,0),(201688,36564,632,3,1,0,0,5179.94,2126.87,652.271,3.2287,86400,0,0,94500,3994,0,0,0,0),(201689,36967,632,3,1,0,0,5171.49,2256.11,690.68,2.60054,86400,8,0,1,0,1,0,0,0),(201690,36967,632,3,1,0,0,5101.85,2381.8,677.782,1.08128,86400,8,0,1,0,1,0,0,0),(201691,36967,632,3,1,0,0,5162.14,2210.96,655.807,0.994582,86400,8,0,1,0,1,0,0,0),(201692,14881,632,3,1,2536,0,5391.83,2435.15,694.568,3.24042,86400,0,0,8,0,0,0,0,0),(201693,36516,632,3,1,0,1,5164.6,2339.48,668.244,0.698132,86400,0,0,81900,15976,0,0,0,0),(201694,36967,632,3,1,0,0,5404.63,2546.05,706.273,1.59983,86400,8,0,1,0,1,0,0,0),(201695,36522,632,3,1,0,0,5256.79,2552.38,675.312,4.32842,86400,0,0,75600,0,0,0,0,0),(201696,36967,632,3,1,0,0,5428.77,2526.85,734.169,1.01224,86400,8,0,1,0,1,0,0,0),(201697,36620,632,3,1,0,1,5158.32,2133.77,652.355,0,86400,0,0,65520,35256,0,0,0,0),(201698,36516,632,3,1,0,1,5244.32,2564.97,675.312,5.48033,86400,0,0,81900,15976,0,0,0,0),(201699,36620,632,3,1,0,1,5162.51,2354.95,668.244,5.35816,86400,0,0,65520,35256,0,0,0,0),(201700,36478,632,3,1,30269,1,5343.5,2451.44,686.366,2.73427,86400,0,0,75600,0,2,0,0,0),(201701,36967,632,3,1,0,0,5044.1,2190.93,624.693,3.42614,86400,8,0,1,0,1,0,0,0),(201702,14881,632,3,1,2536,0,5575.62,2425.83,705.852,5.60289,86400,0,0,8,0,0,0,0,0),(201703,36967,632,3,1,0,0,5114.32,2181.38,735.399,4.05162,86400,8,0,1,0,1,0,0,0),(201704,36967,632,3,1,0,0,5235.99,2378.54,677.893,4.02475,86400,8,0,1,0,1,0,0,0),(201705,36516,632,3,1,0,1,5175.05,2143.93,652.355,4.38078,86400,0,0,81900,15976,0,0,0,0),(201706,36478,632,3,1,30269,1,5253.11,2529.32,676.518,4.49242,86400,0,0,75600,0,2,0,0,0),(201707,36497,632,3,1,30226,1,5297.31,2506.46,686.151,3.24631,86400,0,0,539240,166760,0,0,0,0),(201708,14881,632,3,1,9829,0,5001.06,2181.24,638.866,5.12723,86400,0,0,8,0,0,0,0,0),(201709,36967,632,3,1,0,0,5031.67,2238.56,613.426,1.41738,86400,8,0,1,0,1,0,0,0),(201710,2110,632,3,1,1141,0,4951.95,2268.51,638.775,3.67789,86400,0,0,1,0,0,0,0,0),(201711,36516,632,3,1,0,1,5185.28,2340.88,668.244,2.53073,86400,0,0,81900,15976,0,0,0,0),(201712,36564,632,3,1,0,0,5016.38,2154.33,640.113,2.28766,86400,0,0,94500,3994,2,0,0,0),(201713,36478,632,3,1,30269,1,5211.87,2203.1,655.671,1.73282,86400,0,0,75600,0,2,0,0,0),(201714,36551,632,3,1,0,0,5414.79,2447.14,698.742,3.12365,86400,20,0,1,0,1,0,0,0),(201715,36967,632,3,1,0,0,5247.09,2246.2,681.31,0.789253,86400,8,0,1,0,1,0,0,0),(201716,36967,632,3,1,0,0,5362.61,2475.09,714.913,3.94789,86400,8,0,1,0,1,0,0,0),(201717,36967,632,3,1,0,0,5073.6,2310.55,637.74,4.86644,86400,8,0,1,0,1,0,0,0),(201718,36967,632,3,1,0,0,5225.55,2446.53,727.687,2.98576,86400,8,0,1,0,1,0,0,0),(201719,36620,632,3,1,0,1,5136.8,2297.3,665.512,2.74017,86400,0,0,65520,35256,0,0,0,0),(201721,36967,632,3,1,0,0,5279.5,2565.99,697.722,1.833,86400,8,0,1,0,1,0,0,0),(201722,2110,632,3,1,1141,0,5438.47,2456.14,706.024,4.98272,86400,0,0,1,0,0,0,0,0),(201723,36967,632,3,1,0,0,5215.51,2518.89,708.463,2.37365,86400,8,0,1,0,1,0,0,0),(201724,36967,632,3,1,0,0,5134.46,2258.57,741.956,5.86101,86400,8,0,1,0,1,0,0,0),(201725,36551,632,3,1,0,0,4955.93,2246.49,638.842,4.34893,86400,20,0,1,0,1,0,0,0),(201726,36620,632,3,1,0,1,5034.67,2150.51,644.835,0.750492,86400,0,0,65520,35256,0,0,0,0),(201727,36967,632,3,1,0,0,5235.44,2595.77,678.036,3.88626,86400,8,0,1,0,1,0,0,0),(201728,36967,632,3,1,0,0,5210.6,2521.64,662.434,2.37365,86400,8,0,1,0,1,0,0,0),(201729,36967,632,3,1,0,0,5162.16,2410.6,684.488,4.17406,86400,8,0,1,0,1,0,0,0),(201730,36967,632,3,1,0,0,5076.57,2282.36,673.324,0.583281,86400,8,0,1,0,1,0,0,0),(201731,36967,632,3,1,0,0,5347.45,2416.96,723.417,3.322,86400,8,0,1,0,1,0,0,0),(201732,36522,632,3,1,0,0,5321.84,2561.85,675.312,5.20108,86400,0,0,75600,0,0,0,0,0),(201733,36551,632,3,1,0,0,5218.11,2172.91,652.531,2.02187,86400,20,0,1,0,1,0,0,0),(201734,36620,632,3,1,0,1,5222.14,2425.18,671.785,2.67035,86400,0,0,65520,35256,0,0,0,0),(201735,36478,632,3,1,30269,1,5207.92,2202.5,655.627,1.73264,86400,0,0,75600,0,0,0,0,0),(201736,36502,632,3,1,30148,0,5661.75,2507.39,708.912,4.08407,86400,0,0,647088,0,0,0,0,0),(201737,36666,632,3,1,0,0,5515.52,2473.12,705.852,5.59384,86400,0,0,163800,0,2,0,0,0),(201738,36967,632,3,1,0,0,4998.16,2317.45,634.667,4.193,86400,8,0,1,0,1,0,0,0),(201739,36967,632,3,1,0,0,5474.36,2570.86,713.153,1.35076,86400,8,0,1,0,1,0,0,0),(201740,2110,632,3,1,1141,0,5339.93,2467.93,686.366,0.99781,86400,0,0,1,0,0,0,0,0),(201742,36522,632,3,1,0,0,5174.47,2348.92,668.244,3.26377,86400,0,0,75600,0,0,0,0,0),(201743,36967,632,3,1,0,0,5096.13,2221.46,615.609,3.92608,86400,8,0,1,0,1,0,0,0),(201744,36967,632,3,1,0,0,5093.97,2248.39,690.172,1.82974,86400,8,0,1,0,1,0,0,0),(201745,36967,632,3,1,0,0,5369.61,2516.83,675.417,5.45565,86400,8,0,1,0,1,0,0,0),(1972091,37779,632,3,1,30687,1,4899.85,2205.9,638.817,5.49779,86400,0,0,75600,0,0,0,0,0),(201747,36967,632,3,1,0,0,5506.08,2603.18,741.342,5.76592,86400,8,0,1,0,1,0,0,0),(201748,36516,632,3,1,0,1,5328.91,2575.79,675.312,4.06662,86400,0,0,81900,15976,0,0,0,0),(201749,36499,632,3,1,0,1,5134.79,2290.83,665.512,2.51327,86400,0,0,81900,15976,0,0,0,0),(201750,36967,632,3,1,0,0,5374.47,2572.13,688.075,4.58622,86400,8,0,1,0,1,0,0,0),(201751,36522,632,3,1,0,0,5167.85,2130.76,652.271,3.38266,86400,0,0,75600,0,0,0,0,0),(201752,2110,632,3,1,1141,0,5521.27,2566.97,706.06,4.12831,86400,0,0,1,0,0,0,0,0),(201753,36499,632,3,1,0,1,5130.29,2307.51,666.398,3.9968,86400,0,0,81900,15976,0,0,0,0),(201754,36967,632,3,1,0,0,5432.68,2552.59,737.891,5.14535,86400,8,0,1,0,1,0,0,0),(201755,36967,632,3,1,0,0,5039.12,2308.72,656.118,4.40159,86400,8,0,1,0,1,0,0,0),(201756,2110,632,3,1,1141,0,5214.21,2157.62,652.445,0.05109,86400,0,0,1,0,0,0,0,0),(201757,36478,632,3,1,30269,1,5345.07,2455.11,686.37,2.73418,86400,0,0,75600,0,0,0,0,0),(201758,36499,632,3,1,0,1,5236.69,2414.73,671.785,5.77704,86400,0,0,81900,15976,0,0,0,0),(201759,36967,632,3,1,0,0,5228.94,2324.84,674.003,6.09975,86400,8,0,1,0,1,0,0,0),(201760,36967,632,3,1,0,0,5168.15,2450.6,691.871,0.988097,86400,8,0,1,0,1,0,0,0),(201761,36967,632,3,1,0,0,5052.9,2258.77,704.163,4.19035,86400,8,0,1,0,1,0,0,0),(201762,36516,632,3,1,0,1,5266.61,2540.89,675.312,2.25148,86400,0,0,81900,15976,0,0,0,0),(201763,36551,632,3,1,0,0,5120.58,2350.6,668.161,5.09885,86400,20,0,1,0,1,0,0,0),(201764,36478,632,3,1,30269,1,5249.21,2530.17,676.656,4.4926,86400,0,0,75600,0,0,0,0,0),(1972092,37596,632,3,1,28213,1,4899.98,2208.16,638.817,0.349066,86400,0,0,6972500,85160,0,0,0,0),(201766,36499,632,3,1,0,1,5024.43,2157.74,641.119,0.645772,86400,0,0,81900,15976,0,0,0,0),(201767,36967,632,3,1,0,0,5271.91,2394.94,691.614,4.70573,86400,8,0,1,0,1,0,0,0),(201768,14881,632,3,1,1160,0,5047.23,2134.4,650.639,5.7802,86400,0,0,8,0,0,0,0,0),(201769,36967,632,3,1,0,0,5063.38,2266.25,624.213,5.3183,86400,8,0,1,0,1,0,0,0),(201771,36967,632,3,1,0,0,5084.38,2161.77,632.497,6.23749,86400,8,0,1,0,1,0,0,0),(1972090,37583,632,3,1,30686,1,4902.83,2212.83,638.817,0.349066,86400,0,0,75600,0,0,0,0,0),(201773,2110,632,3,1,1141,0,5171.21,2132.15,652.271,6.10537,86400,0,0,1,0,0,0,0,0),(201774,36967,632,3,1,0,0,5245.2,2250.04,662.457,6.19976,86400,8,0,1,0,1,0,0,0),(201775,36967,632,3,1,0,0,5222.99,2385.94,720.649,1.55245,86400,8,0,1,0,1,0,0,0),(201776,36499,632,3,1,0,1,5231.56,2433.2,671.785,2.51327,86400,0,0,81900,15976,0,0,0,0),(201777,36967,632,3,1,0,0,5158.46,2206.31,664.419,5.81372,86400,8,0,1,0,1,0,0,0),(201778,36967,632,3,1,0,0,5068.52,2336.46,736.596,4.67301,86400,8,0,1,0,1,0,0,0),(201779,36967,632,3,1,0,0,5221.46,2457.09,628.686,4.96214,86400,8,0,1,0,1,0,0,0),(201780,36967,632,3,1,0,0,5125.8,2380.65,673.579,0.97391,86400,8,0,1,0,1,0,0,0),(201781,36967,632,3,1,0,0,5326.91,2410.16,700.288,0.583039,86400,8,0,1,0,1,0,0,0),(201782,2110,632,3,1,1141,0,5577.47,2420.66,705.852,2.71392,86400,0,0,1,0,0,0,0,0),(201783,36564,632,3,1,0,0,5142.26,2283.03,665.429,1.55812,86400,0,0,94500,3994,2,0,0,0),(201784,36967,632,3,1,0,0,5023.41,2286.47,625.741,4.75018,86400,8,0,1,0,1,0,0,0),(201786,36516,632,3,1,0,1,5165.09,2120.25,652.355,1.0472,86400,0,0,81900,15976,0,0,0,0),(201787,14881,632,3,1,1160,0,5600.28,2429.61,705.852,3.98854,86400,0,0,8,0,0,0,0,0),(201788,2110,632,3,1,1141,0,4909.15,2199.34,638.733,2.79548,86400,0,0,1,0,0,0,0,0),(201789,36967,632,3,1,0,0,5467.78,2594.5,712.016,0.525133,86400,8,0,1,0,1,0,0,0),(201790,36516,632,3,1,0,1,5316.95,2549.84,675.312,1.20428,86400,0,0,81900,15976,0,0,0,0),(201791,36551,632,3,1,0,0,5261.74,2463.1,677.96,2.33989,86400,20,0,1,0,1,0,0,0),(201792,36478,632,3,1,30269,1,4941.03,2234.76,638.817,4.08407,86400,0,0,75600,0,0,0,0,0),(201793,36967,632,3,1,0,0,5275.64,2414.31,660.485,0.004732,86400,8,0,1,0,1,0,0,0),(201795,36967,632,3,1,0,0,5301.65,2620.08,698.332,5.21633,86400,8,0,1,0,1,0,0,0),(201796,36666,632,3,1,0,0,5503.81,2540.65,706.007,0.869454,86400,0,0,163800,0,2,0,0,0),(201797,36881,658,3,1,9785,0,559.227,137.415,515.27,2.32129,86400,0,0,5342,0,0,0,0,0),(201798,36764,658,3,1,0,1,720.755,166.148,511.188,4.90438,86400,0,0,37800,0,0,0,0,0),(201800,36830,658,3,1,30364,1,584.42,188.915,509.673,3.23627,86400,0,0,163800,0,2,0,0,0),(201805,36770,658,3,1,0,1,575.082,247.102,509.09,4.85202,86400,0,0,37800,0,0,0,0,0),(201806,36881,658,3,1,9785,0,566.26,142.293,514.076,2.61799,86400,0,0,5342,0,0,0,0,0),(201807,36770,658,3,1,0,1,691.132,-46,486.064,4.67748,86400,0,0,37800,0,0,0,0,0),(201809,14881,658,3,1,9829,0,616.545,142.852,506.495,1.66295,86400,0,0,8,0,0,0,0,0),(201813,36771,658,3,1,0,1,676.29,168.757,508.003,0.139626,86400,0,0,37800,3994,0,0,0,0),(201814,2110,658,3,1,1141,0,434.536,169.811,530.291,0.398847,86400,0,0,1,0,0,0,0,0),(201815,36886,658,3,1,26577,0,884.868,-21.4253,546.677,2.37365,86400,0,0,81900,3994,0,0,0,0),(201816,36770,658,3,1,0,1,587.977,198.151,509.651,2.93215,86400,0,0,37800,0,0,0,0,0),(201817,36830,658,3,1,30365,1,552.811,72.8524,525.619,4.15388,86400,0,0,163800,0,0,0,0,0),(201818,36772,658,3,1,0,1,607.217,-14.0799,512.685,4.81711,86400,0,0,37800,0,0,0,0,0),(201819,36881,658,3,1,9785,0,545.295,315.566,508.557,5.68977,86400,0,0,5342,0,0,0,0,0),(201820,36881,658,3,1,9785,0,631.823,229.729,508.06,2.17721,86400,0,0,5342,0,0,0,0,0),(201822,36896,658,3,1,30403,0,674.307,-26.4323,512.583,5.12091,86400,0,0,158760,0,2,0,0,0),(201823,36771,658,3,1,0,1,725.977,149.089,511.345,1.11701,86400,0,0,37800,3994,0,0,0,0),(201833,36879,658,3,1,23681,0,777.21,88.1397,512.493,0.255449,86400,15,0,189000,0,1,0,0,0),(201834,36896,658,3,1,30403,0,674.307,-26.4323,512.583,2.16266,86400,0,0,158760,0,2,0,0,0),(201838,36896,658,3,1,30403,0,674.307,-26.4323,512.583,2.57758,86400,0,0,158760,0,2,0,0,0),(201839,36765,658,3,1,0,1,683.92,-58.8646,507.507,3.35103,86400,0,0,37800,3994,0,0,0,0),(202288,36888,658,3,1,30374,0,768.86,-31.36,508.36,3.91,86400,0,0,1,0,0,0,0,0),(201845,36881,658,3,1,9785,0,611.938,117.441,508.031,4.89692,86400,0,0,5342,0,0,0,0,0),(201846,36896,658,3,1,30403,0,674.307,-26.4323,512.583,4.47847,86400,0,0,158760,0,2,0,0,0),(202287,36888,658,3,1,30370,0,770.49,-33.46,508.36,3.91,86400,0,0,1,0,0,0,0,0),(201855,36907,658,3,1,30401,1,723.547,-170.95,527.512,4.52473,86400,0,0,12600,0,0,0,0,0),(201857,36771,658,3,1,0,1,754.168,-95.066,512.83,0.069813,86400,0,0,37800,3994,0,0,0,0),(201861,36770,658,3,1,0,1,750.149,-107.019,513.02,5.77704,86400,0,0,37800,0,0,0,0,0),(201864,2110,658,3,1,1141,0,434.536,169.811,530.291,1.30863,86400,0,0,1,0,0,0,0,0),(201865,36830,658,3,1,30364,1,685.778,44.1684,450.982,3.40339,86400,0,0,163800,0,0,0,0,0),(201871,36877,658,3,1,30363,0,1050,-69.6466,633.079,4.36332,86400,0,0,12600,0,0,0,0,0),(201873,36767,658,3,1,0,1,701.566,8.72917,446.907,1.48353,86400,0,0,30240,8814,0,0,0,0),(201824,36896,658,3,1,30403,0,672,49,511,0.89,86400,0,0,158760,0,2,0,0,0),(201876,36841,658,3,1,30350,1,1062.15,-29.8507,633.879,4.43314,86400,0,0,81900,0,0,0,0,0),(201884,36881,658,3,1,9785,0,558.668,134.078,514.93,2.23402,86400,0,0,5342,0,0,0,0,0),(1972267,36990,658,3,1,0,1,424.46,212.16,528.8,0,86400,0,0,6972500,85160,0,0,0,0),(201888,36788,658,3,1,0,1,497.319,247.856,528.792,6.24828,86400,0,0,161280,8814,0,0,0,0),(201889,36877,658,3,1,30363,0,1019.08,-121.824,623.826,3.7001,86400,0,0,12600,0,0,0,0,0),(201897,36830,658,3,1,30365,1,710.535,184.696,511.546,0.802851,86400,0,0,163800,0,0,0,0,0),(201899,36764,658,3,1,0,1,684.483,72.5347,491.383,1.22173,86400,0,0,37800,0,0,0,0,0),(201900,37711,658,3,1,24994,0,615.273,208.922,507.208,2.21657,86400,0,0,81900,0,0,0,0,0),(201901,36830,658,3,1,30365,1,750.514,-12.1389,476.082,2.09439,86400,0,0,163800,0,0,0,0,0),(201903,36879,658,3,1,23681,0,790.221,132.304,509.7,0.202483,86400,15,0,189000,0,1,0,0,0),(201905,36771,658,3,1,0,1,632.587,-59.5139,512.672,2.77507,86400,0,0,37800,3994,0,0,0,0),(201908,2110,658,3,1,1141,0,434.536,169.811,530.291,3.24154,86400,0,0,1,0,0,0,0,0),(202286,36888,658,3,1,30369,0,773.77,-37.68,508.36,3.91,86400,0,0,1,0,0,0,0,0),(201910,14881,658,3,1,9829,0,1020.75,-131.159,624.004,0.332266,86400,0,0,8,0,0,0,0,0),(201914,36881,658,3,1,9785,0,611.938,117.441,508.031,4.89679,86400,0,0,5342,0,0,0,0,0),(201916,2110,658,3,1,1141,0,456.929,246.318,528.792,0.94396,86400,0,0,1,0,0,0,0,0),(201917,36764,658,3,1,0,1,737.856,158.335,511.398,4.27606,86400,0,0,37800,0,0,0,0,0),(201920,36765,658,3,1,0,1,748.806,53.4028,463.444,1.8326,86400,0,0,37800,3994,0,0,0,0),(201921,37711,658,3,1,24994,0,621.682,217.62,507.391,2.96706,86400,0,0,81900,0,0,0,0,0),(201926,36877,658,3,1,30363,0,1069.39,-12.8058,633.627,4.53786,86400,0,0,12600,0,0,0,0,0),(201927,36907,658,3,1,30401,1,657.596,-174.53,526.772,3.38594,86400,0,0,12600,0,0,0,0,0),(201932,36770,658,3,1,0,1,581.865,-16.9219,512.681,2.77507,86400,0,0,37800,0,0,0,0,0),(201934,36881,658,3,1,9785,0,545.295,315.566,508.557,5.68977,86400,0,0,5342,0,0,0,0,0),(201939,36841,658,3,1,30350,1,1073.6,-31.0122,633.409,4.60767,86400,0,0,81900,0,0,0,0,0),(201943,36770,658,3,1,0,1,636.259,-70.6215,512.671,3.90954,86400,0,0,37800,0,0,0,0,0),(201945,36770,658,3,1,0,1,630.219,277.049,507.59,2.47837,86400,0,0,37800,0,0,0,0,0),(201946,36771,658,3,1,0,1,591.67,-23.7361,512.714,5.61996,86400,0,0,37800,3994,0,0,0,0),(201947,36830,658,3,1,30365,1,645.759,-119.118,513.609,3.87463,86400,0,0,163800,0,0,0,0,0),(201949,36881,658,3,1,9785,0,568.163,145.601,514.13,2.74017,86400,0,0,5342,0,0,0,0,0),(201952,36830,658,3,1,30365,1,746.516,-124.212,512.702,5.93412,86400,0,0,163800,0,0,0,0,0),(201954,36881,658,3,1,9785,0,545.295,315.566,508.557,5.68977,86400,0,0,5342,0,0,0,0,0),(201955,14881,658,3,1,14952,0,782.086,104.154,510.431,5.23753,86400,0,0,8,0,0,0,0,0),(201956,36770,658,3,1,0,1,572.309,168.01,509.938,3.4383,86400,0,0,37800,0,0,0,0,0),(201957,36881,658,3,1,9785,0,631.823,229.729,508.06,2.12636,86400,0,0,5342,0,0,0,0,0),(201960,36881,658,3,1,9785,0,586.455,171.176,509.615,5.29531,86400,0,0,5342,0,0,0,0,0),(201851,36794,658,3,1,0,0,522.35,226.427,548,3.14,86400,0,0,107848,4169,0,0,0,0),(201970,37713,658,3,1,30850,1,618.814,211.205,507.304,2.77507,86400,0,0,80640,8814,0,0,0,0),(201974,36772,658,3,1,0,1,713.17,153.476,511.47,0.20944,86400,0,0,37800,0,0,0,0,0),(201976,36886,658,3,1,26577,0,843.929,-34.8941,556.895,1.93731,86400,0,0,81900,3994,0,0,0,0),(201980,37712,658,3,1,30849,1,628.781,115.767,509.845,5.2709,86400,0,0,80640,8814,0,0,0,0),(201981,36879,658,3,1,23681,0,805.853,73.9317,510.008,3.90664,86400,15,0,189000,0,1,0,0,0),(201982,36841,658,3,1,30350,1,997.253,-139.257,615.875,2.72271,86400,0,0,81900,0,0,0,0,0),(201984,36772,658,3,1,0,1,668.299,-15.4757,479.273,1.88496,86400,0,0,37800,0,0,0,0,0),(201985,36830,658,3,1,30365,1,598.408,54.7465,509.852,3.08923,86400,0,0,163800,0,0,0,0,0),(201988,36881,658,3,1,9785,0,611.938,117.441,508.031,4.89679,86400,0,0,5342,0,0,0,0,0),(201990,36770,658,3,1,0,1,834.316,-17.3299,509.567,4.01426,86400,0,0,37800,0,0,0,0,0),(201991,36891,658,3,1,26742,0,679.221,-100.608,513.838,1.98182,86400,0,0,163800,0,2,0,0,0),(201992,36494,658,3,1,30843,1,712.137,-215.701,527.066,5.8679,86400,0,0,498797,0,2,0,0,0),(201994,36830,658,3,1,30365,1,638.908,246.547,508.576,0.418879,86400,0,0,163800,0,0,0,0,0),(42576,27436,571,1,1,0,0,3899.86,-883.613,119.536,0.0636665,300,0,0,42,0,0,0,0,0),(202000,36881,658,3,1,9785,0,631.823,229.729,508.06,2.9192,86400,0,0,5342,0,0,0,0,0),(202002,14881,658,3,1,2536,0,526.744,250.518,527.414,4.33002,86400,0,0,8,0,0,0,0,0),(1972293,36848,658,3,1,0,0,970.905,-125.074,600.073,4.38509,300,0,0,42,0,0,0,0,0),(202013,36830,658,3,1,30364,1,579.58,44.2361,521.5,3.83972,86400,0,0,163800,0,0,0,0,0),(202015,36841,658,3,1,30350,1,1049.77,-113.33,629.814,4.10152,86400,0,0,81900,0,0,0,0,0),(202285,36888,658,3,1,30368,0,772.277,-35.75,508.36,3.91,86400,0,0,1,0,0,0,0,0),(1972292,36848,658,3,1,0,0,981.524,-123.391,604.768,4.98592,300,0,0,42,0,0,0,0,0),(202284,36889,658,3,1,30381,0,768.86,-31.36,508.36,3.91,86400,0,0,1,0,0,0,0,0),(202023,2110,658,3,1,1141,0,1082.85,162.997,628.258,0.249633,86400,0,0,1,0,0,0,0,0),(202024,14881,658,3,1,1160,0,511.458,164.285,528.738,3.24533,86400,0,0,8,0,0,0,0,0),(202027,36907,658,3,1,30401,1,690.028,-231.927,526.801,5.67232,86400,0,0,12600,0,0,0,0,0),(202028,36881,658,3,1,9785,0,631.823,229.729,508.06,3.50724,86400,0,0,5342,0,0,0,0,0),(202030,37711,658,3,1,24994,0,586.035,153.352,510.665,1.91986,86400,0,0,81900,0,0,0,0,0),(202032,36830,658,3,1,30365,1,692.969,-28.2847,437.397,4.43314,86400,0,0,163800,0,0,0,0,0),(1972291,36848,658,3,1,0,0,986.026,-130.328,608.756,5.09195,300,0,0,42,0,0,0,0,0),(1972290,36848,658,3,1,0,0,999.291,-125.691,614.914,0.363851,300,0,0,42,0,0,0,0,0),(1972289,36848,658,3,1,0,0,999.664,-137.534,616.744,5.48072,300,0,0,42,0,0,0,0,0),(202037,36773,658,3,1,0,1,668.898,46.1267,480.066,2.84489,86400,0,0,30240,8814,0,0,0,0),(202038,37711,658,3,1,24995,0,592.944,269.477,506.46,2.58309,86400,0,0,81900,0,0,0,0,0),(202041,37713,658,3,1,30851,1,594.444,273.569,506.259,3.08923,86400,0,0,80640,8814,0,0,0,0),(202042,36476,658,3,1,30347,0,852.849,123.528,510.029,3.26377,86400,0,0,600533,0,0,0,0,0),(202043,2110,658,3,1,1141,0,456.929,246.318,528.792,0.103355,86400,0,0,1,0,0,0,0,0),(202045,36877,658,3,1,30363,0,1069.37,-52.0087,633.92,4.5204,86400,0,0,12600,0,0,0,0,0),(202283,36889,658,3,1,30383,0,770.49,-33.46,508.36,3.91,86400,0,0,1,0,0,0,0,0),(202051,14881,658,3,1,2536,0,652.946,199.13,507.868,2.42415,86400,0,0,8,0,0,0,0,0),(202054,36881,658,3,1,9785,0,611.938,117.441,508.031,4.61811,86400,0,0,5342,0,0,0,0,0),(202057,36771,658,3,1,0,1,754.91,-23.8333,482.499,4.55531,86400,0,0,37800,3994,0,0,0,0),(202058,36772,658,3,1,0,1,815.554,-12.0174,509.567,5.5676,86400,0,0,37800,0,0,0,0,0),(202059,36830,658,3,1,30365,1,718.649,89.5313,456.824,3.71755,86400,0,0,163800,0,0,0,0,0),(202061,36772,658,3,1,0,1,589.116,20.4201,512.699,2.07694,86400,0,0,37800,0,0,0,0,0),(1972288,36848,658,3,1,0,0,1011.79,-133.339,621.58,6.16794,300,0,0,42,0,0,0,0,0),(202063,36788,658,3,1,0,1,639.391,224.832,507.857,2.17721,86400,0,0,161280,8814,2,0,0,0),(1972287,36848,658,3,1,0,0,1025.79,-133.448,624.741,0.0653972,300,0,0,42,0,0,0,0,0),(202067,36771,658,3,1,0,1,777.953,6.66146,489.561,6.03884,86400,0,0,37800,3994,0,0,0,0),(202068,36877,658,3,1,30363,0,1068.93,-88.7526,632.828,4.2237,86400,0,0,12600,0,0,0,0,0),(1972286,36848,658,3,1,0,0,1031.18,-120.585,626.813,0.568052,300,0,0,42,0,0,0,0,0),(202070,36773,658,3,1,0,1,668.253,-37.0243,504.216,3.01942,86400,0,0,30240,8814,0,0,0,0),(202071,37712,658,3,1,30849,1,590.583,161.375,509.499,3.19395,86400,0,0,80640,8814,0,0,0,0),(202072,36907,658,3,1,30401,1,717.826,-212.116,527.288,0.837758,86400,0,0,12600,0,0,0,0,0),(202076,36771,658,3,1,0,1,661.323,210.665,507.632,4.74729,86400,0,0,37800,3994,0,0,0,0),(202079,36881,658,3,1,9785,0,565.578,144.859,514.712,2.68781,86400,0,0,5342,0,0,0,0,0),(202082,36772,658,3,1,0,1,640.311,-83.4201,512.671,3.68265,86400,0,0,37800,0,0,0,0,0),(202083,36886,658,3,1,26577,0,882.438,-31.2049,563.539,2.42601,86400,0,0,81900,3994,0,0,0,0),(202084,36772,658,3,1,0,1,559.29,64.3524,525.223,3.76991,86400,0,0,37800,0,0,0,0,0),(202085,36877,658,3,1,30363,0,1043.91,-124.614,627.748,3.59538,86400,0,0,12600,0,0,0,0,0),(1972285,36848,658,3,1,0,0,1045.06,-116.863,628.813,0.359921,300,0,0,42,0,0,0,0,0),(1972284,36848,658,3,1,0,0,1039.38,-103.634,629.478,1.88359,300,0,0,42,0,0,0,0,0),(202095,14881,658,3,1,9829,0,1066.01,-33.7344,633.776,4.41171,86400,0,0,8,0,0,0,0,0),(202096,36770,658,3,1,0,1,581.635,-5.30382,512.681,3.42085,86400,0,0,37800,0,0,0,0,0),(202097,36830,658,3,1,30365,1,843.538,-24.3819,509.393,4.43314,86400,0,0,163800,0,0,0,0,0),(202098,36881,658,3,1,9785,0,545.295,315.566,508.557,5.68977,86400,0,0,5342,0,0,0,0,0),(202099,36881,658,3,1,9785,0,588.726,183.085,509.115,0.075408,86400,0,0,5342,0,0,0,0,0),(1972283,36848,658,3,1,0,0,1060.01,-71.2702,633.754,1.29847,300,0,0,42,0,0,0,0,0),(202103,36788,658,3,1,0,1,545.295,315.566,508.557,5.68977,86400,0,0,161280,8814,2,0,0,0),(202105,37728,658,3,1,30363,0,1071.24,49.4809,630.71,1.90241,86400,0,0,20160,44070,0,0,0,0),(202107,37711,658,3,1,24992,0,633.516,116.977,510.214,4.34587,86400,0,0,81900,0,0,0,0,0),(202108,36772,658,3,1,0,1,647.554,192.082,507.505,2.77507,86400,0,0,37800,0,0,0,0,0),(1972282,36848,658,3,1,0,0,1059.5,-53.0283,633.732,1.49482,300,0,0,42,0,0,0,0,0),(202112,36788,658,3,1,0,1,559.615,143.49,516.209,5.55015,86400,0,0,161280,8814,0,0,0,0),(1972281,36848,658,3,1,0,0,1069.47,-39.8899,633.694,1.25527,300,0,0,42,0,0,0,0,0),(202115,14881,658,3,1,14952,0,670.795,-83.5288,513.807,2.20912,86400,0,0,8,0,0,0,0,0),(202118,36770,658,3,1,0,1,637.498,182.351,507.01,1.13446,86400,0,0,37800,0,0,0,0,0),(202119,36830,658,3,1,30364,1,619.523,-19.3611,512.989,3.7001,86400,0,0,163800,0,0,0,0,0),(202121,36881,658,3,1,9785,0,545.295,315.566,508.557,5.68977,86400,0,0,5342,0,0,0,0,0),(202122,36881,658,3,1,9785,0,631.823,229.729,508.06,2.17721,86400,0,0,5342,0,0,0,0,0),(202124,36773,658,3,1,0,1,654.733,144.181,507.854,1.01229,86400,0,0,30240,8814,0,0,0,0),(202125,36881,658,3,1,9785,0,584.153,177.786,509.615,5.6513,86400,0,0,5342,0,0,0,0,0),(202126,36773,658,3,1,0,1,592.59,29.5521,512.252,2.56563,86400,0,0,30240,8814,0,0,0,0),(1972280,36848,658,3,1,0,0,1060.44,-26.7372,634.149,2.97922,300,0,0,42,0,0,0,0,0),(202131,36773,658,3,1,0,1,706.422,79.4757,472.946,1.91986,86400,0,0,30240,8814,0,0,0,0),(202132,36877,658,3,1,30363,0,1071.27,38.0161,629.829,4.95674,86400,0,0,12600,0,0,0,0,0),(202135,36661,658,3,1,27982,0,1017.3,168.974,642.926,5.2709,86400,0,0,3235440,41690,0,0,0,0),(202139,36770,658,3,1,0,1,550.2,264.851,509.09,3.50811,86400,0,0,37800,0,0,0,0,0),(202280,36889,658,3,1,30387,0,773.77,-37.68,508.36,3.91,86400,0,0,1,0,0,0,0,0),(202144,36773,658,3,1,0,1,698.347,190.694,510.591,4.38078,86400,0,0,30240,8814,0,0,0,0),(202145,36881,658,3,1,9785,0,611.938,117.441,508.031,4.89679,86400,0,0,5342,0,0,0,0,0),(202146,2110,658,3,1,1141,0,853.236,5.51033,510.223,3.80444,86400,0,0,1,0,0,0,0,0),(1972279,36848,658,3,1,0,0,1075.39,-21.0343,632.921,1.25135,300,0,0,42,0,0,0,0,0),(42160,36881,658,3,1,0,0,592.975,176.104,510.158,0,86400,0,0,1,0,0,0,0,0),(202151,36766,658,3,1,0,1,726.563,45.2847,450.561,0.523599,86400,0,0,37800,0,0,0,0,0),(202152,37712,658,3,1,30849,1,621.552,214.259,507.373,2.6529,86400,0,0,80640,8814,0,0,0,0),(202156,36879,658,3,1,23681,0,860.564,116.543,510.037,0.773846,86400,0,0,189000,0,0,0,0,0),(1972277,36848,658,3,1,0,0,1077.48,2.70322,634.39,0.956822,300,0,0,42,0,0,0,0,0),(202158,36877,658,3,1,30363,0,1077.58,-14.7182,632.726,4.45059,86400,0,0,12600,0,0,0,0,0),(202159,36907,658,3,1,30401,1,646.585,-191.189,526.848,1.36186,86400,0,0,12600,0,0,0,0,0),(202163,36877,658,3,1,30363,0,1058.1,92.9099,630.413,5.07441,86400,0,0,12600,0,0,0,0,0),(202164,2110,658,3,1,1141,0,692.515,95.6938,501.611,3.51956,86400,0,0,1,0,0,0,0,0),(202165,36841,658,3,1,30350,1,1069.91,100.042,631.062,4.86947,86400,0,0,81900,0,0,0,0,0),(202166,36770,658,3,1,0,1,721.189,-70.2917,492.521,4.2586,86400,0,0,37800,0,0,0,0,0),(202168,14881,658,3,1,2536,0,802.864,72.168,510.029,5.30472,86400,0,0,8,0,0,0,0,0),(1972278,36848,658,3,1,0,0,1068.65,-9.91327,633.787,0.16357,300,0,0,42,0,0,0,0,0),(202174,36841,658,3,1,30350,1,1000.4,-127.873,616.247,3.40339,86400,0,0,81900,0,0,0,0,0),(202181,36773,658,3,1,0,1,646.306,-99.0122,512.7,3.80482,86400,0,0,30240,8814,0,0,0,0),(202182,36881,658,3,1,9785,0,562.023,137.29,514.576,2.3911,86400,0,0,5342,0,0,0,0,0),(202183,36772,658,3,1,0,1,683.835,221.087,511.18,1.02974,86400,0,0,37800,0,0,0,0,0),(202184,36886,658,3,1,26577,0,807.835,-37.7014,548.812,1.93731,86400,0,0,81900,3994,0,0,0,0),(1972276,36848,658,3,1,0,0,1072.59,16.2381,634.224,1.84432,300,0,0,42,0,0,0,0,0),(202193,14881,658,3,1,9829,0,930.455,-59.6823,591.935,0,86400,0,0,8,0,0,0,0,0),(202196,36881,658,3,1,9785,0,545.295,315.566,508.557,5.68977,86400,0,0,5342,0,0,0,0,0),(202197,36891,658,3,1,26742,0,619.305,18.7917,513.599,1.55334,86400,0,0,163800,0,2,0,0,0),(202198,14881,658,3,1,1160,0,897.238,64.8081,539.532,3.6651,86400,0,0,8,0,0,0,0,0),(202199,36881,658,3,1,9785,0,631.823,229.729,508.06,2.13658,86400,0,0,5342,0,0,0,0,0),(202200,37728,658,3,1,30363,0,1067,48.1719,630.606,2.02458,86400,0,0,20160,44070,0,0,0,0),(202202,36773,658,3,1,0,1,758.743,-60.941,511.572,5.72468,86400,0,0,30240,8814,0,0,0,0),(202203,36881,658,3,1,9785,0,584.418,174.172,509.615,5.37707,86400,0,0,5342,0,0,0,0,0),(202204,37711,658,3,1,24994,0,587.132,164.332,509.797,4.69494,86400,0,0,81900,0,0,0,0,0),(1972275,36848,658,3,1,0,0,1081.9,27.8284,630.615,1.65583,300,0,0,42,0,0,0,0,0),(201998,36874,658,2,1,0,0,1053.89,-93.0556,632.857,4.2237,86400,0,0,1,0,0,0,0,0),(1972274,36848,658,3,1,0,0,1069.97,35.4211,629.795,3.41119,300,0,0,42,0,0,0,0,0),(202211,37713,658,3,1,30851,1,589.108,156.233,509.717,3.01942,86400,0,0,80640,8814,0,0,0,0),(202212,36877,658,3,1,30363,0,1079.09,34.3066,629.8,4.60767,86400,0,0,12600,0,0,0,0,0),(202215,36913,658,3,1,30405,0,717.931,33.2292,495.111,3.36848,86400,0,0,12600,0,0,0,0,0),(202216,37713,658,3,1,30851,1,626.212,112.326,510.01,6.17846,86400,0,0,80640,8814,0,0,0,0),(1972273,36848,658,3,1,0,0,1071.73,49.6449,630.645,1.83254,300,0,0,42,0,0,0,0,0),(202279,36889,658,3,1,30386,0,772.277,-35.75,508.36,3.91,86400,0,0,1,0,0,0,0,0),(202223,14881,658,3,1,9829,0,959.239,-114.768,596.146,2.37373,86400,0,0,8,0,0,0,0,0),(202227,36881,658,3,1,9785,0,611.938,117.441,508.031,4.89679,86400,0,0,5342,0,0,0,0,0),(202229,36772,658,3,1,0,1,753.399,-80.4878,512.683,0.10472,86400,0,0,37800,0,0,0,0,0),(1972272,36848,658,3,1,0,0,1063.58,61.5467,632.006,2.0014,300,0,0,42,0,0,0,0,0),(202231,36788,658,3,1,0,1,592.975,176.104,508.746,6.09508,86400,0,0,161280,8814,2,0,0,0),(202232,37711,658,3,1,24994,0,625.415,108.427,510.425,0.471239,86400,0,0,81900,0,0,0,0,0),(202233,37712,658,3,1,30848,1,594.332,276.526,506.249,3.22886,86400,0,0,80640,8814,0,0,0,0),(202236,36879,658,3,1,23681,0,826.29,117.036,509.496,4.91328,86400,15,0,189000,0,1,0,0,0),(1972271,36848,658,3,1,0,0,1071.36,71.4207,631.02,0.905772,300,0,0,42,0,0,0,0,0),(202238,36907,658,3,1,30401,1,686.898,-234.597,526.801,5.51524,86400,0,0,12600,0,0,0,0,0),(202244,36771,658,3,1,0,1,586.727,6.61111,512.674,3.35103,86400,0,0,37800,3994,0,0,0,0),(202246,36877,658,3,1,30363,0,1070.37,96.1438,631.075,4.9102,86400,0,0,12600,0,0,0,0,0),(202248,36841,658,3,1,30350,1,1059.17,95.9063,630.781,4.93928,86400,0,0,81900,0,0,0,0,0),(202249,36773,658,3,1,0,1,884.335,6.31771,509.72,1.16937,86400,0,0,30240,8814,0,0,0,0),(1972270,36848,658,3,1,0,0,957.65,-104.435,594.986,5.84201,300,0,0,42,0,0,0,0,0),(202256,36766,658,3,1,0,1,665.944,18.066,485.572,5.8294,86400,0,0,37800,0,0,0,0,0),(202257,36841,658,3,1,30350,1,1042.16,-104.3,630.038,3.89208,86400,0,0,81900,0,0,0,0,0),(202260,36770,658,3,1,0,1,546.786,77.5,527.738,3.66519,86400,0,0,37800,0,0,0,0,0),(1972269,36848,658,3,1,0,0,1067.64,83.5788,631.246,1.75793,300,0,0,42,0,0,0,0,0),(202264,36771,658,3,1,0,1,548.403,89.5608,525.462,2.75762,86400,0,0,37800,3994,0,0,0,0),(202265,36877,658,3,1,30363,0,1055.68,-52.7134,633.511,4.60767,86400,0,0,12600,0,0,0,0,0),(202269,36771,658,3,1,0,1,647.373,-112.151,513.411,2.70526,86400,0,0,37800,3994,0,0,0,0),(42652,25607,571,1,1,0,1,2886.32,6385.55,92.9698,1.4512,120,0,0,1,0,0,0,0,0),(202271,36771,658,3,1,0,1,866.153,-11.3438,509.741,5.46288,86400,0,0,37800,3994,0,0,0,0),(202273,36788,658,3,1,0,1,611.938,117.441,508.031,4.89688,86400,0,0,161280,8814,2,0,0,0),(202275,36772,658,3,1,0,1,856.13,-17.7587,509.472,5.32325,86400,0,0,37800,0,0,0,0,0),(202276,36886,658,3,1,26577,0,823.8,-29.1788,529.015,1.76278,86400,0,0,81900,3994,0,0,0,0),(1972268,36848,658,3,1,0,0,1069.45,-62.9611,633.487,5.62209,300,0,0,42,0,0,0,0,0),(202278,36770,658,3,1,0,1,721.995,-43.9149,479.963,5.35816,86400,0,0,37800,0,0,0,0,0),(202281,36788,658,3,1,0,1,496.835,198.899,528.795,0,86400,0,0,161280,8814,0,0,0,0),(202282,36881,658,3,1,9785,0,585.73,181.048,509.49,6.18504,86400,0,0,5342,0,0,0,0,0),(1971999,38173,668,3,1,0,1,5280.63,2012.16,707.778,6.05629,86400,0,0,132300,0,0,0,0,0),(1971998,38173,668,3,1,0,1,5313.82,1978.15,707.778,1.74533,86400,0,0,132300,0,0,0,0,0),(1971997,38173,668,3,1,0,1,5336.6,2017.28,707.778,3.47321,86400,0,0,132300,0,0,0,0,0),(1971979,37779,668,3,1,30687,1,5232.69,1931.52,707.778,0.820305,86400,0,0,75600,0,0,0,0,0),(202290,14881,668,3,1,1160,0,5337.6,2012.14,707.695,3.52509,86400,0,0,8,0,0,0,0,0),(1971996,38173,668,3,1,0,1,5325.07,1977.6,707.778,2.07694,86400,0,0,132300,0,0,0,0,0),(1976203,6492,0,1,1,0,0,-9112.82,840.837,98.9648,3.55695,300,0,0,356,0,0,0,0,0),(1972019,36723,668,3,1,0,1,5413.92,2116.5,707.695,3.95015,86400,0,0,441000,0,0,0,0,0),(202296,14881,668,3,1,2536,0,5268.91,1969.17,707.696,0.321519,86400,0,0,8,0,0,0,0,0),(1971990,38177,668,3,1,0,1,5299.43,1979.01,707.778,1.23918,86400,0,0,132300,0,0,0,0,0),(1971989,38177,668,3,1,0,1,5335.72,1996.86,707.778,2.74017,86400,0,0,132300,0,0,0,0,0),(1971984,38113,668,3,1,0,1,5335.33,1982.38,709.32,2.33994,86400,0,0,539240,0,0,0,0,0),(1971988,38177,668,3,1,0,1,5318.7,2036.11,707.778,4.2237,86400,0,0,132300,0,0,0,0,0),(202304,14881,668,3,1,1160,0,5386.99,2080.5,707.695,4.67797,86400,0,0,8,0,0,0,0,0),(1971982,37226,668,3,1,30721,0,5362.46,2062.69,707.778,3.94444,86400,0,0,27890000,0,0,0,0,0),(1971983,38112,668,3,1,0,1,5284.16,2030.69,709.319,5.48939,86400,0,0,377468,0,0,0,0,0),(1971981,37223,668,3,1,28213,1,5236.67,1929.91,707.778,0.837758,86400,0,0,6972500,85160,0,0,0,0),(1971980,37225,668,3,1,30821,1,5307.81,2003.17,709.424,4.53786,86400,0,0,315000,59910,0,0,0,0),(1971978,37704,668,3,1,17612,0,5309.26,2006.39,718.047,3.97935,86400,0,0,12600,0,0,0,0,0),(202334,35101,530,1,1,0,0,-674.484,2741.08,93.9097,4.61598,300,0,0,6473,0,0,0,0,0),(202338,30337,571,1,1,0,0,8004.31,3698.89,615.763,1.88496,120,0,0,12600,0,0,0,0,0),(202339,30337,571,1,1,0,0,8010.09,3699.28,616.351,1.46608,120,0,0,12600,0,0,0,0,0),(202340,30337,571,1,1,0,0,8017.63,3698.49,617.079,1.29154,120,0,0,12600,0,0,0,0,0),(202341,30337,571,1,1,0,0,8027.71,3696.45,617.38,1.69297,120,0,0,12600,0,0,0,0,0),(202342,30337,571,1,1,0,0,8033.71,3697.1,617.155,1.71042,120,0,0,12600,0,0,0,0,0),(202343,30337,571,1,1,0,0,8039.13,3696.64,617.028,1.55334,120,0,0,12600,0,0,0,0,0),(202344,30337,571,1,1,0,0,8054.45,3688.31,617.027,0.663225,120,0,0,12600,0,0,0,0,0),(202345,30337,571,1,1,0,0,8057.98,3683.9,617.211,0.558505,120,0,0,12600,0,0,0,0,0),(202346,30337,571,1,1,0,0,8060.55,3678.5,617.565,0.593412,120,0,0,12600,0,0,0,0,0),(202347,30337,571,1,1,0,0,8068.65,3670.78,617.051,0.959931,120,0,0,12600,0,0,0,0,0),(202348,30337,571,1,1,0,0,8072.77,3665.39,616.42,0.767945,120,0,0,12600,0,0,0,0,0),(202349,30337,571,1,1,0,0,8075.8,3660.29,615.771,0.418879,120,0,0,12600,0,0,0,0,0),(202350,30337,571,1,1,0,0,8391.8,3444.84,625.532,1.15192,120,0,0,12600,0,0,0,0,0),(202351,30337,571,1,1,0,0,8395.42,3441.92,626.013,0.959931,120,0,0,12600,0,0,0,0,0),(202352,30337,571,1,1,0,0,8401.15,3437.11,626.739,0.767945,120,0,0,12600,0,0,0,0,0),(202353,30337,571,1,1,0,0,8407.96,3429.16,627.003,1.06465,120,0,0,12600,0,0,0,0,0),(202354,30337,571,1,1,0,0,8413.56,3426.17,626.777,1.13446,120,0,0,12600,0,0,0,0,0),(202355,30337,571,1,1,0,0,8417.64,3422.16,626.643,0.925025,120,0,0,12600,0,0,0,0,0),(202356,30337,571,1,1,0,0,8424.28,3396.04,627.184,6.19592,120,0,0,12600,0,0,0,0,0),(202357,30337,571,1,1,0,0,8424.62,3406.98,626.653,0.0174533,120,0,0,12600,0,0,0,0,0),(202358,30337,571,1,1,0,0,8424.97,3401.85,626.807,6.14356,120,0,0,12600,0,0,0,0,0),(202359,30337,571,1,1,0,0,8426.32,3385.19,626.718,0.139626,120,0,0,12600,0,0,0,0,0),(202360,30337,571,1,1,0,0,8426.63,3378.09,626.08,0.0174533,120,0,0,12600,0,0,0,0,0),(202361,30337,571,1,1,0,0,8426.68,3373.28,625.554,6.07375,120,0,0,12600,0,0,0,0,0),(202363,15214,571,1,1,0,0,8530.69,647.221,558.731,1.62316,300,0,0,42,0,0,0,0,0),(202364,33698,571,1,1,0,1,8507.86,1170.49,566.162,5.27347,300,0,0,126000,39940,0,0,0,0),(202365,33698,571,1,1,0,1,8513.14,1173.87,566.547,5.2058,300,0,0,126000,39940,0,0,0,0),(202366,33778,571,1,1,0,0,8509.77,1191.14,604.339,0.097837,300,0,0,35310,0,0,0,0,0),(202367,33778,571,1,1,0,0,8483.73,1197.04,604.339,3.24478,300,0,0,36525,0,0,0,0,0),(202368,33778,571,1,1,0,0,8487.77,1184.1,604.339,4.2658,300,0,0,36525,0,0,0,0,0),(202369,15214,571,1,1,0,0,8519.62,1004.91,547.554,0,300,0,0,42,0,0,0,0,0),(202370,15214,571,1,1,0,0,8468.8,806.354,590.124,0,300,0,0,42,0,0,0,0,0),(202371,15214,571,1,1,0,0,8424.51,746.587,548.227,0,300,0,0,42,0,0,0,0,0),(202372,15214,571,1,1,0,0,8469.54,775.457,590.298,0,300,0,0,42,0,0,0,0,0),(202373,15214,571,1,1,0,0,8607.98,763.137,547.81,0,300,0,0,42,0,0,0,0,0),(202399,33868,571,1,1,0,1,8623.75,932.296,547.693,3.07178,120,0,0,1,0,0,0,0,0),(202400,33869,571,1,1,0,1,8616.17,1054.71,558.295,3.14159,120,0,0,1,0,0,0,0,0),(202401,26820,571,1,1,0,1,3973.19,-5260.42,7.59737,0.767945,300,0,0,1,0,0,0,0,0),(202402,26820,571,1,1,0,1,3974.12,-5239.27,7.92601,5.77704,300,0,0,1,0,0,0,0,0),(202403,26820,571,1,1,0,1,3995.7,-5261.26,7.8885,2.28638,300,0,0,1,0,0,0,0,0),(202404,26820,571,1,1,0,1,3996.08,-5238.03,8.05982,3.82227,300,0,0,1,0,0,0,0,0),(202405,26785,571,1,1,16946,0,3985.49,-5249.95,8.44412,1.37881,300,0,0,1,0,0,0,0,0),(202406,33303,571,1,1,0,0,2324.58,-3947.97,218.36,3.40339,120,0,0,1,0,0,0,0,0),(202407,23842,571,1,1,0,1,1405.43,-3106.81,166.135,0.855211,120,0,0,1,0,0,0,0,0),(202408,23842,571,1,1,0,1,1407.52,-3108.69,166.168,0.872665,120,0,0,1,0,0,0,0,0),(202485,35984,571,1,1,0,0,8482.12,886.534,548.283,2.67035,120,0,0,1,0,0,0,0,0),(202486,30281,571,1,1,0,0,8479.25,895.923,547.982,4.08407,120,0,0,1,0,0,0,0,0),(202409,30223,571,1,2,0,0,6255.77,-17.8645,410.131,0.890118,1200,0,0,100800,0,0,0,0,0),(202410,30258,619,2,1,0,0,342.221,-899.211,-77.4681,0.87831,86400,0,0,431392,0,0,0,0,0),(202411,29553,571,1,2,0,1,6422.03,-1732.7,478.475,0.66539,600,0,0,11379,0,0,0,0,0),(202412,29553,571,1,2,0,1,6366.62,-1602.65,423.721,2.68972,600,0,0,11379,0,0,0,0,0),(202413,29553,571,1,2,0,1,6349.17,-1572.67,425.245,2.40803,600,0,0,11379,0,0,0,0,0),(202414,29553,571,1,2,0,1,6458.2,-1644.48,426.061,2.99411,600,0,0,11379,0,0,0,0,0),(202415,29553,571,1,2,0,1,6462.32,-1690.9,434.942,2.72402,600,0,0,11379,0,0,0,0,0),(202416,29553,571,1,2,0,1,6477.12,-1633.23,464.822,5.66698,600,0,0,11379,0,0,0,0,0),(202417,29553,571,1,2,0,1,6428.62,-1667.32,471.271,5.96303,600,0,0,11379,0,0,0,0,0),(202418,29553,571,1,2,0,1,6502.19,-1743.21,490.453,3.09284,600,0,0,11379,0,0,0,0,0),(202419,29553,571,1,2,0,1,6444.54,-1625.12,418.54,3.80033,600,0,0,11379,0,0,0,0,0),(202420,29553,571,1,2,0,1,6382.2,-1647.96,420.285,1.23759,600,0,0,11379,0,0,0,0,0),(202421,29553,571,1,2,0,1,6338.87,-1583.21,425.163,2.45102,600,0,0,11379,0,0,0,0,0),(202422,29554,571,1,2,0,1,6464.78,-1763.8,432.134,2.10962,600,0,0,11001,3643,0,0,0,0),(202423,29554,571,1,2,0,1,6458.07,-1762.22,432.134,0.810002,600,0,0,11001,3643,0,0,0,0),(202424,29554,571,1,2,0,1,6432.91,-1750.56,432.134,1.93901,600,0,0,11001,3643,0,0,0,0),(202425,29554,571,1,2,0,1,6415.53,-1739.87,432.132,0.47381,600,0,0,11001,3643,0,0,0,0),(202426,29554,571,1,2,0,1,6402.91,-1733.64,432.12,1.31179,600,5,0,11001,3643,1,0,0,0),(202427,29554,571,1,2,0,1,6392.78,-1728.23,431.69,0.24299,600,0,0,11001,3643,0,0,0,0),(202428,29554,571,1,2,0,1,6394.79,-1722.12,431.409,6.17994,600,0,0,11001,3643,0,0,0,0),(202429,29554,571,1,2,0,1,6549.11,-1666.3,452.994,2.72567,600,5,0,11001,3643,1,0,0,0),(202430,29554,571,1,2,0,1,6537.04,-1657.04,454.086,4.27203,600,5,0,11001,3643,1,0,0,0),(202431,29554,571,1,2,0,1,6511,-1649.63,458.37,5.60676,600,0,0,11001,3643,0,0,0,0),(202432,29554,571,1,2,0,1,6467.51,-1653.9,466.434,0.196682,600,0,0,11001,3643,0,0,0,0),(202433,29554,571,1,2,0,1,6440.52,-1684.92,472.033,1.15094,600,0,0,11001,3643,0,0,0,0),(202434,29554,571,1,2,0,1,6454,-1738.75,482.15,2.62531,600,0,0,11001,3643,0,0,0,0),(202435,29554,571,1,2,0,1,6428.95,-1710.69,433.413,0.629656,600,0,0,11001,3643,0,0,0,0),(202436,29554,571,1,2,0,1,6465.3,-1750.45,432.428,1.11268,600,0,0,11001,3643,0,0,0,0),(202437,29554,571,1,2,0,1,6451.6,-1672.73,435.814,0.94776,600,0,0,11001,3643,0,0,0,0),(202438,29554,571,1,2,0,1,6516.7,-1644.33,426.003,2.56175,600,0,0,11001,3643,0,0,0,0),(202439,29554,571,1,2,0,1,6529.92,-1724.26,438.697,4.03826,600,0,0,11001,3643,0,0,0,0),(202440,29554,571,1,2,0,1,6499.37,-1747.81,435.624,3.13898,600,0,0,11001,3643,0,0,0,0),(1975862,32297,571,1,1,26446,1,8162.91,2134.36,499.738,4.74702,80,0,0,9740,8636,0,0,0,0),(1975861,32297,571,1,1,26446,1,8143.35,2151.07,499.738,2.75603,80,0,0,9740,8636,0,0,0,0),(1975860,32297,571,1,1,26446,1,8138.53,2157.42,499.738,5.13971,80,0,0,9740,8636,0,0,0,0),(1975859,32297,571,1,1,26446,1,8135.23,2149.99,499.738,0.910338,80,0,0,9740,8636,0,0,0,0),(1975858,32297,571,1,1,26446,1,8194.62,2148.53,499.738,1.40907,80,0,0,9740,8636,0,0,0,0),(1975857,32297,571,1,1,26446,1,8191.2,2154.79,499.738,5.81122,80,0,0,9740,8636,0,0,0,0),(1975856,32297,571,1,1,26446,1,8199.02,2154.63,499.738,3.82416,80,0,0,9740,8636,0,0,0,0),(1975844,4131,1,1,1,0,0,-6483.64,-3273.42,-112.418,1.84658,300,0,0,1279,0,0,0,0,0),(1975843,4131,1,1,1,0,0,-6468.12,-3310.14,-102.609,1.18685,300,0,0,1342,0,0,0,0,0),(1975841,6490,189,1,1,0,0,1850.97,1392.82,20.4821,3.13054,300,0,0,2664,1870,0,0,0,0),(1975855,32297,571,1,1,26446,1,8129.67,2101.13,499.738,4.50745,80,0,0,9740,8636,0,0,0,0),(1975854,32297,571,1,1,26446,1,8132.95,2101.11,499.738,4.67239,80,0,0,9740,8636,0,0,0,0),(1975853,32297,571,1,1,26446,1,8145.35,2101,499.738,4.59385,80,0,0,9740,8636,0,0,0,0),(1975852,32297,571,1,1,26446,1,8158.42,2102.61,499.738,3.2037,80,0,0,9740,8636,0,0,0,0),(1975851,32297,571,1,1,26446,1,8168.86,2101.34,499.738,4.61741,80,0,0,9740,8636,0,0,0,0),(1975850,32297,571,1,1,26446,1,8188.31,2100.54,499.738,4.7902,80,0,0,9740,8636,0,0,0,0),(1975849,32297,571,1,1,26446,1,8197.88,2100.58,499.737,4.78627,80,0,0,9740,8636,0,0,0,0),(1975848,32297,571,1,1,26446,1,8174.66,2127.65,499.737,1.57399,80,0,0,9740,8636,0,0,0,0),(1975847,32297,571,1,1,26446,1,8162.77,2127.31,499.737,1.58577,80,0,0,9740,8636,0,0,0,0),(1975846,32297,571,1,1,26446,1,8152.03,2127.42,499.737,1.55043,80,0,0,9740,8636,0,0,0,0),(76023,17211,532,1,1,0,0,-11096.7,-1878.41,220.751,0.663225,604800,0,0,1,0,0,0,0,0),(84212,37543,530,1,1,0,0,9633.2,-7136.58,30.5137,0,120,0,0,1,0,0,0,0,0),(202582,37941,571,1,1,0,1,5936.93,509.132,650.263,2.28638,300,0,0,10080,8814,0,0,0,0),(202662,17271,543,3,1,0,1,-1264.97,1589,92.4668,5.68977,86400,0,0,1,0,0,0,0,0),(202663,17271,543,3,1,0,1,-1269.61,1653.95,69.0822,0.785398,86400,0,0,1,0,0,0,0,0),(202664,17271,543,3,1,0,1,-1270.76,1538.25,68.64,0.802851,86400,0,0,1,0,0,0,0,0),(202665,17271,543,3,1,0,1,-1276.78,1537.09,68.6495,1.67552,86400,0,0,1,0,0,0,0,0),(202666,17271,543,3,1,0,1,-1278.21,1628.18,91.7203,1.4698,86400,4,0,1,0,1,0,0,0),(202667,17271,543,3,1,0,1,-1280.52,1479.58,68.6807,6.07375,86400,0,0,1,0,0,0,0,0),(202668,17271,543,3,1,0,1,-1297.74,1588.57,91.8306,4.7473,86400,0,0,1,0,0,0,0,0),(202669,17271,543,3,1,0,1,-1314.61,1616.02,91.7494,4.24507,86400,4,0,1,0,1,0,0,0),(202670,17280,543,3,1,0,0,-1154.35,1486.25,68.5058,3.4383,86400,0,0,1,0,0,0,0,0),(202671,17280,543,3,1,0,0,-1155.09,1492.17,68.5042,2.96706,86400,0,0,1,0,0,0,0,0),(202672,17280,543,3,1,0,0,-1173.8,1448.45,68.5043,2.1293,86400,0,0,1,0,0,0,0,0),(202673,17280,543,3,1,0,0,-1177.96,1444.13,68.5071,3.00197,86400,0,0,1,0,0,0,0,0),(202674,17280,543,3,1,0,0,-1194.79,1437.5,68.5809,2.02458,86400,0,0,1,0,0,0,0,0),(202675,17280,543,3,1,0,0,-1202.69,1436.53,68.6192,1.36136,86400,0,0,1,0,0,0,0,0),(202676,17280,543,3,1,0,0,-1223.48,1468.29,68.6485,4.08407,86400,0,0,1,0,0,0,0,0),(202677,17280,543,3,1,0,0,-1228.74,1472.23,68.6445,3.7001,86400,0,0,1,0,0,0,0,0),(202678,17280,543,3,1,0,0,-1254.85,1590.79,68.6466,0.244346,86400,0,0,1,0,0,0,0,0),(202679,17280,543,3,1,0,0,-1256.33,1585.52,68.6399,5.75959,86400,0,0,1,0,0,0,0,0),(202680,17280,543,3,1,0,0,-1270.88,1670.48,68.6062,2.34274,86400,0,0,1,0,0,0,0,0),(202681,17280,543,3,1,0,0,-1273.5,1493.99,68.5689,1.94929,86400,0,0,1,0,0,0,0,0),(202682,17280,543,3,1,0,0,-1275.89,1665.6,68.8366,2.34275,86400,0,0,1,0,0,0,0,0),(202683,17280,543,3,1,0,0,-1278.64,1627.33,91.6788,2.24578,86400,0,0,1,0,0,0,0,0),(202684,17280,543,3,1,0,0,-1279.7,1490.75,68.5807,2.11044,86400,0,0,1,0,0,0,0,0),(202685,17280,543,3,1,0,0,-1283.35,1623.94,91.7287,2.35763,86400,0,0,1,0,0,0,0,0),(202686,17280,543,3,1,0,0,-1292.06,1637.09,91.8287,4.79966,86400,0,0,1,0,0,0,0,0),(202687,17280,543,3,1,0,0,-1294.45,1589.44,91.829,2.25147,86400,0,0,1,0,0,0,0,0),(202688,17280,543,3,1,0,0,-1296.52,1636.16,91.8307,0.506145,86400,0,0,1,0,0,0,0,0),(202689,17280,543,3,1,0,0,-1301.86,1587.45,91.8652,1.37881,86400,0,0,1,0,0,0,0,0),(202690,17281,543,3,1,0,0,-1240.25,1564.98,91.1801,5.044,86400,0,0,1,0,0,0,0,0),(202691,17281,543,3,1,0,0,-1265.78,1562.26,68.6645,0.628319,86400,0,0,1,0,0,0,0,0),(202692,17306,543,3,1,0,0,-1187.19,1530.46,68.4997,2.40991,86400,0,0,1,0,2,0,0,0),(202693,17307,543,3,1,0,0,-1378.46,1698.25,104.065,0.147869,86400,0,0,1,0,2,0,0,0),(202694,17308,543,3,1,0,0,-1122.34,1718.41,89.4315,3.75246,86400,0,0,1,0,0,0,0,0),(202695,17309,543,3,1,0,1,-1180.11,1530.83,68.4766,2.40996,86400,0,0,1,0,0,0,0,0),(202696,17309,543,3,1,0,1,-1186.79,1523.38,68.4754,2.4099,86400,0,0,1,0,0,0,0,0),(202697,17455,543,3,1,0,1,-1282.9,1546.56,68.6685,1.78024,86400,0,0,1,0,2,0,0,0),(202698,17478,543,3,1,0,1,-1236.29,1565.66,91.2082,3.22886,86400,0,0,1,0,0,0,0,0),(202699,17478,543,3,1,0,1,-1239.34,1561.17,91.1172,1.72788,86400,0,0,1,0,0,0,0,0),(202700,17478,543,3,1,0,1,-1241.73,1569.56,91.3745,4.99164,86400,0,0,1,0,0,0,0,0),(202701,17478,543,3,1,0,1,-1244.17,1563.01,91.1261,0.261799,86400,0,0,1,0,0,0,0,0),(202702,17478,543,3,1,0,1,-1262.52,1564.9,68.7313,3.735,86400,0,0,1,0,0,0,0,0),(202703,17478,543,3,1,0,1,-1263.35,1559.4,68.6672,2.40855,86400,0,0,1,0,0,0,0,0),(202704,17478,543,3,1,0,1,-1268.01,1565.41,68.6676,5.34071,86400,0,0,1,0,0,0,0,0),(246107,15074,529,1,512,0,1,1253.07,793.132,-102.655,0.711386,7200,0,0,1,0,0,0,0,0),(202707,22515,543,3,1,0,0,-1453.3,1733.94,87.3102,0.767945,86400,0,0,1,0,0,0,0,0),(202720,15350,1,1,1,0,1,1663.62,-4196.58,56.4659,4.19403,120,0,0,1,0,0,0,0,0),(202721,31144,1,1,1,0,0,2003.31,-4839.54,51.959,0,120,0,0,1,0,0,0,0,0),(202722,31144,1,1,1,0,0,2025.73,-4845.15,50.458,0,120,0,0,1,0,0,0,0,0),(202723,31146,1,1,1,0,0,2015.18,-4842.3,51.739,0,120,0,0,1,0,0,0,0,0),(45213,1548,0,1,1,9020,0,1859.45,516.852,35.8201,2.12764,300,10,0,137,0,1,0,0,0),(202727,32666,0,1,1,0,0,-8789.59,366.345,101.102,5.3058,120,0,0,1,0,0,0,0,0),(45214,24021,571,1,1,21999,0,6448.94,-4475.18,451.329,0.802851,300,0,0,1,0,0,0,0,0),(202726,32666,0,1,1,0,0,-8780.61,369.087,101.103,4.50295,120,0,0,1,0,0,0,0,0),(202732,15351,0,1,1,0,0,-8766.67,408.102,109.785,2.22503,120,0,0,1,0,0,0,0,0),(202733,33498,571,1,1,0,1,5424.15,400.922,168.07,0,120,0,0,1,0,0,0,0,0),(202734,25697,547,3,1,0,0,-92.45,-110.66,-2.866,0,86400,0,0,1,0,0,0,0,0),(202735,25754,547,1,1,0,0,-110.19,-116.62,-3.255,0,86400,0,0,1,0,0,0,0,0),(202736,25754,547,1,1,0,0,-112.2,-120.2,-2.657,0,86400,0,0,1,0,0,0,0,0),(202737,25754,547,1,1,0,0,-93.18,-115.92,-2.692,0,86400,0,0,1,0,0,0,0,0),(240001,24527,1,1,1,0,0,837.666,-4508.81,6.14751,0.401426,120,0,0,1003,0,0,0,0,0),(202741,16781,530,1,1,0,0,9371.48,-6786.65,14.438,0,120,0,0,1,0,0,0,0,0),(202742,16781,530,1,1,0,0,9374.86,-6787.51,14.522,0,120,0,0,1,0,0,0,0,0),(202743,16781,530,1,1,0,0,9384.72,-6786.87,14.206,0,120,0,0,1,0,0,0,0,0),(202744,16781,530,1,1,0,0,9388.75,-6788,14.106,0,120,0,0,1,0,0,0,0,0),(202745,25994,530,1,1,0,1,9376.36,-6782.64,13.994,0,120,0,0,1,0,0,0,0,0),(202746,16781,530,1,1,0,0,9793.19,-7259.97,26.315,0,120,0,0,1,0,0,0,0,0),(202747,16781,530,1,1,0,0,9796.87,-7261.26,26.352,0,120,0,0,1,0,0,0,0,0),(202748,16781,530,1,1,0,0,9797.41,-7244.81,26.148,0,120,0,0,1,0,0,0,0,0),(202749,16781,530,1,1,0,0,9800.87,-7248.8,26.215,0,120,0,0,1,0,0,0,0,0),(202750,16818,530,1,1,0,0,9807,-7246.82,26.216,0,120,0,0,1,0,0,0,0,0),(202751,26113,530,1,1,0,1,9811.29,-7242.43,26.179,0,120,0,0,1,0,0,0,0,0),(202752,16781,530,1,1,0,0,7670.5,-6830.04,78.694,0,120,0,0,1,0,0,0,0,0),(202753,16781,530,1,1,0,0,7674.28,-6840.68,79.92,0,120,0,0,1,0,0,0,0,0),(202754,16781,530,1,1,0,0,7674.88,-6831.93,78.884,0,120,0,0,1,0,0,0,0,0),(202755,16781,530,1,1,0,0,7678.85,-6843.01,79.78,0,120,0,0,1,0,0,0,0,0),(202756,25994,530,1,1,0,1,7679.88,-6828.62,78.535,0,120,0,0,1,0,0,0,0,0),(202759,16781,0,1,1,0,0,2278.23,439.366,34.141,0,120,0,0,1,0,0,0,0,0),(202760,16781,0,1,1,0,0,2279.18,435.57,34.176,0,120,0,0,1,0,0,0,0,0),(202761,16781,0,1,1,0,0,2289.64,428.393,34.879,0,120,0,0,1,0,0,0,0,0),(202762,16781,0,1,1,0,0,2291.09,432.024,35.478,0,120,0,0,1,0,0,0,0,0),(202763,25994,0,1,1,0,1,2283.6,437.621,34.464,0,120,0,0,1,0,0,0,0,0),(202764,16781,530,1,1,0,0,-3790.32,-11510.5,-134.645,0,120,0,0,1,0,0,0,0,0),(202765,16781,530,1,1,0,0,-3795.79,-11510.4,-134.709,0,120,0,0,1,0,0,0,0,0),(202766,16781,530,1,1,0,0,-3814.24,-11505.8,-138.451,0,120,0,0,1,0,0,0,0,0),(202767,16781,530,1,1,0,0,-3815.92,-11510.3,-138.488,0,120,0,0,1,0,0,0,0,0),(202768,16817,530,1,1,0,0,-3787.91,-11506.1,-134.6,0,120,0,0,1,0,0,0,0,0),(202769,25975,530,1,1,0,1,-3789.96,-11498.6,-134.597,0,120,0,0,1,0,0,0,0,0),(202770,26123,530,1,1,0,0,-3792.68,-11515.7,-134.693,0,120,0,0,1,0,0,0,0,0),(202772,25729,571,1,1,0,1,3113.42,6576.81,97.0907,4.73096,360,0,0,1,0,0,0,0,0),(203305,23842,571,1,1,0,1,1337.77,-3168.17,162.888,5.21853,120,0,0,42540,0,0,0,0,0),(202774,36642,571,1,1,0,1,8126.63,767.253,482.559,2.11185,120,0,0,1,0,0,0,0,0),(202775,36656,571,1,1,0,1,8111.31,794.347,481.059,4.90438,120,0,0,1,0,0,0,0,0),(202776,36656,571,1,1,0,1,8123.66,793.745,481.434,4.46804,120,0,0,1,0,0,0,0,0),(202777,36657,571,1,1,0,1,8120.1,765.363,482.384,1.8326,120,0,0,1,0,0,0,0,0),(202778,36657,571,1,1,0,1,8130.01,772.465,482.629,2.67035,120,0,0,1,0,0,0,0,0),(202779,37742,571,1,1,0,1,8106.06,772.01,481.461,0.628319,120,0,0,1,0,0,0,0,0),(202780,37852,571,1,1,0,0,8118.96,778.759,481.204,0,120,0,0,1,0,0,0,0,0),(202781,36624,571,1,1,0,1,8117.69,795.523,481.184,4.7473,120,0,0,1,0,0,0,0,0),(202782,30472,571,1,1,0,0,7850.46,-787.967,1183.5,3.1765,120,0,0,1,0,0,0,0,0),(202783,29651,571,1,1,0,1,7842.99,-812.057,1184.12,1.36136,120,0,0,1,0,0,0,0,0),(202784,29937,571,1,1,0,1,7839.65,-810.832,1183.52,1.11701,120,0,0,1,0,0,0,0,0),(202785,29942,571,1,1,0,1,7834.25,-744.602,1170.75,1.74533,120,0,0,1,0,0,0,0,0),(202786,29942,571,1,1,0,1,7850.68,-773.919,1179.53,1.46608,120,0,0,1,0,0,0,0,0),(202787,29942,571,1,1,0,1,7875.18,-757.261,1176.18,3.12414,120,0,0,1,0,0,0,0,0),(202788,29942,571,1,1,0,1,7877.79,-731.14,1175.49,3.85718,120,0,0,1,0,0,0,0,0),(202789,29944,571,1,1,0,0,7849.83,-798.862,1184.67,2.70526,120,0,0,1,0,0,0,0,0),(202790,29945,571,1,1,0,1,7876.72,-744.639,1176.07,2.54818,120,0,0,1,0,0,0,0,0),(202791,29947,571,1,1,0,1,7836.71,-800.807,1182.58,0.0174533,120,0,0,1,0,0,0,0,0),(202792,30247,571,1,1,0,1,7870.46,-749.844,1176.75,5.41052,120,0,0,1,0,0,0,0,0),(202793,26712,724,15,1,0,0,3154.35,366.575,89.1995,1.62316,1209600,0,0,1,0,0,0,0,0),(202794,39746,724,15,1,0,1,3049.7,528.125,89.5219,0,1209600,0,0,1,0,0,0,0,0),(202795,39747,724,15,1,0,0,3151.39,636.852,78.7396,0,1209600,0,0,1,0,0,0,0,0),(202796,39751,724,15,1,0,1,3153.06,389.486,86.2596,5.63741,1209600,0,0,1,0,0,0,0,0),(202797,39794,724,15,1,0,0,3043.97,419.88,87.0399,0,1209600,0,0,1,0,0,0,0,0),(202798,39794,724,15,1,0,0,3062.6,636.998,82.7377,0,1209600,0,0,1,0,0,0,0,0),(202799,40417,724,15,1,0,1,3072.7,418.08,81.4521,2.80897,1209600,0,0,1,0,0,0,0,0),(202800,40417,724,15,1,0,1,3074.24,421.82,81.1523,2.77605,1209600,0,0,1,0,0,0,0,0),(202801,40417,724,15,1,0,1,3092.8,580.957,74.836,5.08736,1209600,0,0,1,0,0,0,0,0),(202802,40417,724,15,1,0,1,3097.23,585.186,74.711,5.08966,1209600,0,0,1,0,0,0,0,0),(202803,40417,724,15,1,0,1,3215.2,451.51,72.7152,5.99505,1209600,0,0,1,0,0,0,0,0),(202804,40417,724,15,1,0,1,3225.13,456.942,75.7152,5.99673,1209600,0,0,1,0,0,0,0,0),(202805,40417,724,15,1,0,1,3227.19,632.413,78.6729,5.741,1209600,0,0,1,0,0,0,0,0),(202806,40417,724,15,1,0,1,3229.92,621.432,78.7979,5.741,1209600,0,0,1,0,0,0,0,0),(202807,40417,724,15,1,0,1,3248.99,481.622,80.5851,1.44862,1209600,0,0,1,0,0,0,0,0),(202808,40417,724,15,1,0,1,3262.91,479.628,80.026,1.50098,1209600,0,0,1,0,0,0,0,0),(202809,40417,724,15,1,0,1,3269.8,601.389,81.3356,5.37561,1209600,0,0,1,0,0,0,0,0),(202810,40419,724,15,1,0,1,3062.98,413.279,84.1001,2.71686,1209600,0,0,1,0,0,0,0,0),(202811,40419,724,15,1,0,1,3069.07,413.088,82.8944,2.71682,1209600,0,0,1,0,0,0,0,0),(202812,40419,724,15,1,0,1,3103.34,585.104,73.8376,5.08854,1209600,0,0,1,0,0,0,0,0),(202813,40419,724,15,1,0,1,3107.57,580.652,72.7126,5.08692,1209600,0,0,1,0,0,0,0,0),(202814,40419,724,15,1,0,1,3222.88,449.264,74.2152,5.99862,1209600,0,0,1,0,2,0,0,0),(202815,40419,724,15,1,0,1,3240.96,624.118,78.7361,5.74103,1209600,0,0,1,0,2,0,0,0),(202816,40419,724,15,1,0,1,3254.51,471.26,79.4358,1.50098,1209600,0,0,1,0,0,0,0,0),(202817,40419,724,15,1,0,1,3268.57,589.602,83.3212,5.65487,1209600,0,0,1,0,0,0,0,0),(202818,40419,724,15,1,0,1,3280.63,596.832,83.3021,5.14872,1209600,0,0,1,0,0,0,0,0),(202819,40421,724,15,1,0,1,3031.67,448.925,88.6927,5.75932,1209600,0,0,1,0,0,0,0,0),(202820,40421,724,15,1,0,1,3047.01,464.252,87.8004,5.39307,1209600,0,0,1,0,0,0,0,0),(202821,40421,724,15,1,0,1,3058.69,611.661,85.6763,0.383972,1209600,0,0,1,0,0,0,0,0),(202822,40421,724,15,1,0,1,3067.24,591.731,82.4366,0.523599,1209600,0,0,1,0,0,0,0,0),(202823,40423,724,15,1,0,1,3066.27,420.57,82.4346,2.71683,1209600,0,0,1,0,2,0,0,0),(202824,40423,724,15,1,0,1,3100.12,577.726,73.7126,5.08208,1209600,0,0,1,0,0,0,0,0),(202825,40429,724,15,1,0,0,3155.54,342.392,84.5968,1.72788,1209600,0,0,1,0,0,0,0,0),(202826,40626,724,15,1,0,0,3040.67,414.594,89.8704,1.23918,1209600,0,0,1,0,0,0,0,0),(202827,40626,724,15,1,0,0,3078.47,580.241,80.7475,1.06465,1209600,0,0,1,0,0,0,0,0),(202828,40626,724,15,1,0,0,3215.03,434.08,77.057,1.06465,1209600,0,0,1,0,0,0,0,0),(202829,40626,724,15,1,0,0,3274.64,470.531,79.0894,1.76278,1209600,0,0,1,0,0,0,0,0),(202830,40627,724,15,1,0,0,3095.07,660.403,78.6455,2.21657,1209600,0,0,1,0,0,0,0,0),(202831,40627,724,15,1,0,0,3097.8,348.783,87.7349,1.29154,1209600,0,0,1,0,0,0,0,0),(202832,40627,724,15,1,0,0,3206.57,484.311,72.9868,0,1209600,0,0,1,0,0,0,0,0),(202833,40627,724,15,1,0,0,3269.18,415.866,77.599,1.71042,1209600,0,0,1,0,0,0,0,0),(202834,40628,724,15,1,0,0,3058.69,467.274,82.503,5.37561,1209600,0,0,1,0,0,0,0,0),(202835,40628,724,15,1,0,0,3142.38,384.455,86.6033,1.15192,1209600,0,0,1,0,0,0,0,0),(202836,40628,724,15,1,0,0,3179.62,375.106,89.6878,1.0472,1209600,0,0,1,0,0,0,0,0),(202837,40628,724,15,1,0,0,3228.99,486.856,78.8911,1.0472,1209600,0,0,1,0,0,0,0,0),(202838,40628,724,15,1,0,0,3312.7,590.495,84.7635,3.9619,1209600,0,0,1,0,0,0,0,0),(202839,40870,724,15,1,0,0,3240.57,663.623,77.1313,2.74017,1209600,0,0,1,0,0,0,0,0),(202842,25512,571,1,2,0,0,2877.12,6853.79,0.617123,2.64289,300,0,0,8982,0,0,0,0,0),(202843,25513,571,1,2,0,0,2525.72,6835.78,0.78484,2.0397,300,0,0,8982,0,0,0,0,0),(202858,16781,0,1,1,0,0,-4688.58,-1213.5,501.743,0,120,0,0,1,0,0,0,0,0),(202859,16781,0,1,1,0,0,-4692.72,-1218.07,501.743,0,120,0,0,1,0,0,0,0,0),(202860,16781,0,1,1,0,0,-4706.34,-1233.23,501.743,0,120,0,0,1,0,0,0,0,0),(202861,16781,0,1,1,0,0,-4708.43,-1236.96,501.743,0,120,0,0,1,0,0,0,0,0),(202862,16817,0,1,1,0,0,-8826.84,865.531,98.8461,1.02102,120,0,0,1,0,0,0,0,0),(202864,26123,0,1,1,0,0,-4707.91,-1226.08,501.743,0,120,0,0,1,0,0,0,0,0),(202844,29725,0,1,1,26450,1,-8425.19,627.54,95.86,5.65,360,0,0,10635,0,0,0,0,0),(202845,29728,0,1,1,0,0,1500.11,53.03,-62.41,2.35,600,0,0,10635,0,0,0,0,0),(202846,40160,571,1,1,0,1,5910.08,720.278,643.425,3.26377,120,0,0,8508,7981,0,0,0,0),(13425,27628,571,1,1,0,0,2404.77,-1823.44,1.99793,5.07891,300,0,0,1,0,0,0,0,0),(202953,34992,649,15,65535,0,0,624.352,137.653,418.294,3.10669,120,0,0,1,0,0,0,0,0),(202954,34994,649,15,65535,0,0,503.252,137.226,418.297,0.0523599,120,0,0,1,0,0,0,0,0),(202955,34995,649,15,65535,0,0,503.927,141.74,418.301,6.24828,120,0,0,1,0,0,0,0,0),(202956,34996,649,15,65535,0,1,563.691,79.1615,418.298,1.58825,120,0,0,1,0,0,0,0,0),(202957,34816,649,15,65535,0,0,559.172,90.5816,395.273,5.06145,120,0,0,1,0,0,0,0,0),(202958,32666,1,1,1,28047,0,2108.58,-4671.05,45,2.28638,360,0,0,9999982,0,0,0,0,0),(202959,32666,1,1,1,28047,0,2111.05,-4677.96,44.1268,2.42601,360,0,0,9999982,0,0,0,0,0),(202960,32666,1,1,1,28047,0,2114.71,-4665.39,45.562,2.3911,360,0,0,9999982,0,0,0,0,0),(202961,32666,1,1,1,28047,0,2116.64,-4672.42,44.1992,2.3911,360,0,0,9999982,0,0,0,0,0),(202962,32667,1,1,1,28047,0,2127.52,-4665.39,45.9237,5.61996,360,0,0,9999982,0,0,0,0,0),(202963,32667,1,1,1,28047,0,2128.19,-4673.31,44.1962,0.977384,360,0,0,9999982,0,0,0,0,0),(202964,32667,1,1,1,28047,0,2136.74,-4676.6,45.6845,1.76278,360,0,0,9999982,0,0,0,0,0),(202965,32667,1,1,1,28047,0,2142.06,-4670.24,47.7337,2.51327,360,0,0,9999982,0,0,0,0,0),(202966,31144,1,1,1,16074,0,2153.14,-4619.25,53.8371,3.9968,360,0,0,9999982,0,0,0,0,0),(202967,31146,1,1,1,27510,0,2157.8,-4629.35,52.9354,3.82227,360,0,0,9999982,0,0,0,0,0),(202968,31144,1,1,1,16074,0,2162,-4637.86,52.42,3.38594,360,0,0,9999982,0,0,0,0,0),(203095,21316,530,1,1,0,0,-3458.59,2958.16,174.614,0.0174533,300,0,0,6542,0,0,0,0,0),(203096,21316,530,1,1,0,0,-3458.9,2966.25,174.628,0.0174533,300,0,0,6542,0,0,0,0,0),(203097,21316,530,1,1,0,0,-3458.95,2950.18,174.789,0.0174533,300,0,0,6542,0,0,0,0,0),(203104,15214,571,1,1,0,0,2709.88,4637.53,2.74161,0.20944,120,0,0,1,0,0,0,0,0),(203105,15214,571,1,1,0,0,2714.16,4657.1,2.49413,6.21337,120,0,0,1,0,0,0,0,0),(203106,15214,571,1,1,0,0,2723.72,4718.17,1.08845,6.19592,120,0,0,1,0,0,0,0,0),(203107,15214,571,1,1,0,0,2733.25,4750.84,2.24105,6.02139,120,0,0,1,0,0,0,0,0),(203108,15214,571,1,1,0,0,2736.53,4774.13,-28.2652,5.84685,120,0,0,1,0,0,0,0,0),(203109,15214,571,1,1,0,0,2738.4,4738.86,2.42033,6.05629,120,0,0,1,0,0,0,0,0),(203110,15214,571,1,1,0,0,2739.73,4755.51,1.91392,5.81195,120,0,0,1,0,0,0,0,0),(203111,15214,571,1,1,0,0,2744.47,4719.54,2.25975,1.25664,120,0,0,1,0,0,0,0,0),(203112,15214,571,1,1,0,0,2755.09,4742.6,2.32128,0.191986,120,0,0,1,0,0,0,0,0),(203113,15214,571,1,1,0,0,2755.3,4761.35,-3.41402,1.74533,120,0,0,1,0,0,0,0,0),(203114,15214,571,1,1,0,0,2817.41,4620.8,2.63206,5.3058,120,0,0,1,0,0,0,0,0),(203115,15214,571,1,1,0,0,2821.14,4596.57,1.54092,1.53589,120,0,0,1,0,0,0,0,0),(203116,15214,571,1,1,0,0,2826.94,4603.79,2.28875,1.74533,120,0,0,1,0,0,0,0,0),(203117,15214,571,1,1,0,0,2831.13,4626.38,2.6451,2.96706,120,0,0,1,0,0,0,0,0),(203118,15214,571,1,1,0,0,2835.26,4597.12,0.875751,1.81514,120,0,0,1,0,0,0,0,0),(203119,15214,571,1,1,0,0,2844.3,4603.97,2.13911,2.00713,120,0,0,1,0,0,0,0,0),(203120,15214,571,1,1,0,0,2849.21,4621.67,2.12507,5.51524,120,0,0,1,0,0,0,0,0),(203121,15214,571,1,1,0,0,2851.32,4594.52,-16.7718,2.02458,120,0,0,1,0,0,0,0,0),(203122,23730,571,1,1,0,0,732.739,-5199.28,-70.8169,0.228629,120,0,0,9291,0,2,0,0,0),(203123,23785,571,1,1,0,0,663.121,-5121.19,-10.7346,3.82523,120,0,0,7984,0,2,0,0,0),(203125,24956,571,1,1,0,0,115.649,-3702.14,1.39842,0.265615,120,0,0,61160,0,2,0,0,0),(203126,26452,571,1,2,0,0,1494.11,5583.75,-64.5754,5.51524,120,0,0,96100,0,0,0,0,0),(203127,23740,571,1,1,0,0,2840.79,-5250.66,522.128,0.420405,120,8,0,8982,0,1,0,0,0),(203128,23740,571,1,1,0,0,2847.91,-5350.59,509.874,5.04076,120,8,0,8982,0,1,0,0,0),(203129,23740,571,1,1,0,0,2855.06,-5349.24,510.798,1.21134,120,8,0,8982,0,1,0,0,0),(203130,23740,571,1,1,0,0,2865.1,-5129.04,527.953,1.54932,120,8,0,8982,0,1,0,0,0),(203131,23740,571,1,1,0,0,2865.57,-5278.08,525.744,3.21581,120,8,0,8982,0,1,0,0,0),(203132,23740,571,1,1,0,0,2868.51,-5345.63,512.951,3.32022,120,8,0,8982,0,1,0,0,0),(203133,23740,571,1,1,0,0,2874.97,-5040.57,521.258,2.08946,120,8,0,8982,0,1,0,0,0),(203134,23740,571,1,1,0,0,2884.66,-5379.85,508.969,1.14955,120,8,0,8982,0,1,0,0,0),(203135,23740,571,1,1,0,0,2903.4,-5390.3,524.351,3.23941,120,8,0,8982,0,1,0,0,0),(203136,23740,571,1,1,0,0,2921.9,-5225.16,595.508,5.24159,120,8,0,8982,0,1,0,0,0),(203137,23740,571,1,1,0,0,2927.14,-5227.77,603.304,1.9916,120,8,0,8982,0,1,0,0,0),(203138,23740,571,1,1,0,0,2944.65,-5405.99,560.168,2.21,120,8,0,8982,0,1,0,0,0),(203139,23740,571,1,1,0,0,2945.59,-5221.48,631.129,2.83405,120,8,0,8982,0,1,0,0,0),(203140,23740,571,1,1,0,0,2947.62,-5249.43,610.198,1.48571,120,8,0,8982,0,1,0,0,0),(203141,23740,571,1,1,0,0,2953.68,-5245.48,620.414,4.90806,120,8,0,8982,0,1,0,0,0),(203142,23740,571,1,1,0,0,2954.81,-5143.5,663.672,1.51606,120,8,0,8982,0,1,0,0,0),(203143,23740,571,1,1,0,0,2973.05,-5110.13,702.137,1.07834,120,8,0,8982,0,1,0,0,0),(203144,23740,571,1,1,0,0,3021.26,-5280.67,652.396,4.38987,120,8,0,8982,0,1,0,0,0),(203145,23740,571,1,1,0,0,3023.33,-5231.88,677.494,2.77414,120,8,0,8982,0,1,0,0,0),(203146,23740,571,1,1,0,0,3024.47,-5393.01,573.916,2.34238,120,8,0,8982,0,1,0,0,0),(203147,23740,571,1,1,0,0,3035.42,-5135.66,716.228,1.5708,120,8,0,8982,0,1,0,0,0),(203148,23740,571,1,1,0,0,3039.78,-5238.48,689.857,6.23158,120,8,0,8982,0,1,0,0,0),(203149,23740,571,1,1,0,0,3058.36,-5266.33,677.327,2.29533,120,8,0,8982,0,1,0,0,0),(203150,23740,571,1,1,0,0,3058.65,-5341.5,621.111,2.09733,120,8,0,8982,0,1,0,0,0),(203151,23740,571,1,1,0,0,3107.3,-5172.49,720.29,2.59531,120,8,0,8982,0,1,0,0,0),(203152,23740,571,1,1,0,0,3066.99,-5369,587.096,2.48697,120,8,0,8982,0,1,0,0,0),(203153,23740,571,1,1,0,0,2693.17,-4597.98,254.053,2.64483,120,8,0,8982,0,1,0,0,0),(203154,23740,571,1,1,0,0,2694.2,-4602.05,253.895,5.48312,120,8,0,8982,0,1,0,0,0),(203155,23740,571,1,1,0,0,2699.93,-4599.08,255.553,2.67101,120,8,0,8982,0,1,0,0,0),(203156,23740,571,1,1,0,0,2752.58,-4601.06,267.302,0.492024,120,8,0,8982,0,1,0,0,0),(203157,23740,571,1,1,0,0,2815.33,-4533.04,274.983,2.35619,120,8,0,8982,0,1,0,0,0),(203158,23740,571,1,1,0,0,2820.53,-4632.88,281.838,4.64405,120,8,0,8982,0,1,0,0,0),(203159,23740,571,1,1,0,0,2845.68,-4642.02,284.015,5.86953,120,8,0,8982,0,1,0,0,0),(203160,23740,571,1,1,0,0,2927.51,-4511.32,282.019,3.48836,120,8,0,8982,0,1,0,0,0),(203161,23740,571,1,1,0,0,2936.06,-4510.92,284.395,4.95689,120,8,0,8982,0,1,0,0,0),(203162,23740,571,1,1,0,0,2964.55,-4610.52,288.112,3.48967,120,8,0,8982,0,1,0,0,0),(203163,23740,571,1,1,0,0,2977.26,-4551.56,288.367,3.14159,120,8,0,8982,0,1,0,0,0),(203164,23740,571,1,1,0,0,3009.48,-4473.3,309.755,2.46257,120,8,0,8982,0,1,0,0,0),(203165,23740,571,1,1,0,0,3045.14,-4644.44,310.68,2.17288,120,8,0,8982,0,1,0,0,0),(203166,23740,571,1,1,0,0,3062.64,-4446.73,332.202,5.72605,120,8,0,8982,0,1,0,0,0),(203167,23740,571,1,1,0,0,3075.74,-4673.82,311.431,3.34965,120,8,0,8982,0,1,0,0,0),(203168,23740,571,1,1,0,0,3107.85,-4569.16,322.007,4.74596,120,8,0,8982,0,1,0,0,0),(203169,23740,571,1,1,0,0,3114.97,-4458.32,330.346,0.627304,120,8,0,8982,0,1,0,0,0),(203170,23740,571,1,1,0,0,3117.07,-4614.31,322.667,2.78716,120,8,0,8982,0,1,0,0,0),(203171,23740,571,1,1,0,0,3120.64,-4419.91,332.682,5.55713,120,8,0,8982,0,1,0,0,0),(203172,23740,571,1,1,0,0,3147.29,-4573.56,331.16,4.51903,120,8,0,8982,0,1,0,0,0),(203173,23740,571,1,1,0,0,3150.48,-4455.64,330.876,4.03765,120,8,0,8982,0,1,0,0,0),(203174,23740,571,1,1,0,0,3152.85,-4385.75,334.411,5.24568,120,8,0,8982,0,1,0,0,0),(203175,23740,571,1,1,0,0,3162.55,-4463.74,331.798,4.3917,120,8,0,8982,0,1,0,0,0),(203176,23740,571,1,1,0,0,3168.2,-4448.92,330.389,0.393013,120,8,0,8982,0,1,0,0,0),(203177,23740,571,1,1,0,0,3179.86,-4433.46,330.264,2.97994,120,8,0,8982,0,1,0,0,0),(203178,23740,571,1,1,0,0,3217.8,-4647.21,328.422,0.0229795,120,8,0,8982,0,1,0,0,0),(203179,23740,571,1,1,0,0,3226.66,-4650.54,328.322,3.76536,120,8,0,8982,0,1,0,0,0),(203180,23740,571,1,1,0,0,3229.76,-4596.07,316.482,5.31,120,8,0,8982,0,1,0,0,0),(203181,23740,571,1,1,0,0,3230.32,-4538.94,337.46,0.867931,120,8,0,8982,0,1,0,0,0),(203182,23740,571,1,1,0,0,2620.95,-5678.31,321.547,3.57291,120,8,0,8982,0,1,0,0,0),(203183,24229,571,1,1,0,0,2808.84,-5042.93,462.968,1.98057,120,0,0,1,0,2,0,0,0),(203184,24229,571,1,1,0,0,2882.19,-5461.41,541.189,2.19725,120,8,0,1,0,1,0,0,0),(203185,24229,571,1,1,0,0,2911.03,-5503.74,547.631,4.54662,120,8,0,1,0,1,0,0,0),(203186,24229,571,1,1,0,0,2974.09,-5468.46,541.771,0.987839,120,8,0,1,0,1,0,0,0),(203187,24229,571,1,1,0,0,2995.07,-5183.02,672.962,1.43553,120,0,0,1,0,2,0,0,0),(203188,24229,571,1,1,0,0,3045.66,-5437.89,535.157,1.82335,120,8,0,1,0,1,0,0,0),(203189,24229,571,1,1,0,0,3049.64,-5250.37,684.982,0.81297,120,8,0,1,0,1,0,0,0),(203190,24229,571,1,1,0,0,3083.39,-5146,732.628,0.809768,120,8,0,1,0,1,0,0,0),(203191,24229,571,1,1,0,0,3125.19,-5272.47,603.245,3.58123,120,8,0,1,0,1,0,0,0),(203192,24229,571,1,1,0,0,3139.95,-5121.66,647.618,2.92716,120,8,0,1,0,1,0,0,0),(203193,24229,571,1,1,0,0,3152.91,-5423.34,462.348,2.73757,120,8,0,1,0,1,0,0,0),(203194,24229,571,1,1,0,0,3164.65,-5088.24,584.768,1.57531,120,8,0,1,0,1,0,0,0),(203203,24228,571,1,1,0,0,2910.86,-4732.55,322.09,4.99431,120,8,0,9291,0,1,0,0,0),(203204,24228,571,1,1,0,0,2923.28,-4785.25,328.771,1.20334,120,8,0,9291,0,1,0,0,0),(203205,24228,571,1,1,0,0,2926.84,-4557.84,273.69,2.24792,120,8,0,9291,0,1,0,0,0),(203206,24228,571,1,1,0,0,2947.94,-4956.58,462.833,4.11254,120,8,0,9291,0,1,0,0,0),(203207,24228,571,1,1,0,0,2963.54,-4887.32,425.588,4.22889,120,8,0,9291,0,1,0,0,0),(203208,24228,571,1,1,0,0,2974.49,-4755.24,328.122,3.37338,120,8,0,9291,0,1,0,0,0),(203209,24228,571,1,1,0,0,2995.91,-4803.81,347.048,5.17883,120,8,0,9291,0,1,0,0,0),(203210,24228,571,1,1,0,0,2996.18,-4960.99,479.916,5.22214,120,8,0,9291,0,1,0,0,0),(203211,24228,571,1,1,0,0,3020.31,-4557.62,306.339,2.72176,120,8,0,9291,0,1,0,0,0),(203212,24228,571,1,1,0,0,3031.17,-4913,451.326,4.42343,120,8,0,9291,0,1,0,0,0),(203213,24228,571,1,1,0,0,3038.88,-4504.17,315.735,3.74893,120,8,0,9291,0,1,0,0,0),(203214,24228,571,1,1,0,0,3071.56,-4844.54,387.802,4.15352,120,8,0,9291,0,1,0,0,0),(203215,24228,571,1,1,0,0,3076.04,-4537.47,306.664,1.27557,120,8,0,9291,0,1,0,0,0),(203216,24228,571,1,1,0,0,3096.7,-4797.55,347.546,1.10802,120,8,0,9291,0,1,0,0,0),(203217,24228,571,1,1,0,0,3128.62,-4505.71,330.253,2.78749,120,8,0,9291,0,1,0,0,0),(203218,24228,571,1,1,0,0,3143.26,-4448.64,330.549,1.35719,120,8,0,9291,0,1,0,0,0),(203219,24228,571,1,1,0,0,3181.18,-4555.87,329.936,5.17342,120,8,0,9291,0,1,0,0,0),(203220,24228,571,1,1,0,0,3197.29,-4450.44,330.639,1.15585,120,8,0,9291,0,1,0,0,0),(203221,24052,571,1,1,0,1,2428.32,-5086.52,273.37,0.907571,120,0,0,8982,0,0,0,0,0),(203222,24053,571,1,1,0,1,2422.02,-5176.13,279.106,1.20428,120,0,0,8982,0,0,0,0,0),(203223,24054,571,1,1,0,0,2420.18,-5172.1,279.108,0.610865,120,0,0,8982,0,0,0,0,0),(203224,24055,571,1,1,0,1,2363.68,-5037.77,251.671,2.67035,120,0,0,8982,0,0,0,0,0),(203225,24056,571,1,1,0,1,2363.18,-5041.72,251.408,3.12414,120,0,0,8982,0,0,0,0,0),(203226,24057,571,1,1,0,0,2477.39,-5054.49,284.47,4.53786,120,0,0,8982,0,0,0,0,0),(203227,24058,571,1,1,0,1,2415.06,-5042.62,274.303,2.93215,120,0,0,8982,0,0,0,0,0),(203228,24058,571,1,1,0,1,2418.3,-5032.24,274.326,5.86431,120,0,0,8982,0,0,0,0,0),(203229,24058,571,1,1,0,1,2422.17,-5032.29,281.491,3.92699,120,0,0,8982,0,0,0,0,0),(203230,24058,571,1,1,0,1,2428.43,-5045.85,274.289,0.558505,120,0,0,8982,0,0,0,0,0),(203231,24058,571,1,1,0,1,2429.46,-5047.79,281.288,1.36136,120,0,0,8982,0,0,0,0,0),(203232,24058,571,1,1,0,1,2432.22,-5041.65,273.094,3.89208,120,0,0,8982,0,0,0,0,0),(203233,24058,571,1,1,0,1,2433.56,-5026.17,281.422,2.61799,120,0,0,8982,0,0,0,0,0),(203234,24058,571,1,1,0,1,2436.13,-5031,274.439,5.68977,120,0,0,8982,0,0,0,0,0),(203235,24058,571,1,1,0,1,2463.48,-5153.33,285.434,2.33874,120,0,0,8982,0,0,0,0,0),(203236,24058,571,1,1,0,1,2463.87,-5156.57,299.921,4.08407,120,0,0,8982,0,0,0,0,0),(203237,24058,571,1,1,0,1,2465.25,-5158.63,292.412,6.02139,120,0,0,8982,0,0,0,0,0),(203238,24058,571,1,1,0,1,2470.61,-5146.2,292.966,0.855211,120,0,0,8982,0,0,0,0,0),(203239,24058,571,1,1,0,1,2470.84,-5160.6,285.406,3.26377,120,0,0,8982,0,0,0,0,0),(203240,24058,571,1,1,0,1,2471.05,-5146.49,285.424,1.37881,120,0,0,8982,0,0,0,0,0),(203241,24058,571,1,1,0,1,2474.1,-5148.86,299.921,2.46091,120,0,0,8982,0,0,0,0,0),(203242,24058,571,1,1,0,1,2479.54,-5161.47,283.348,3.71755,120,0,0,8982,0,0,0,0,0),(203243,24058,571,1,1,0,1,2480.99,-5146.62,292.834,5.53269,120,0,0,8982,0,0,0,0,0),(203244,24058,571,1,1,0,1,2482.45,-5145.49,286.201,5.09636,120,0,0,8982,0,0,0,0,0),(203245,24066,571,1,1,0,0,2469.19,-5064.75,283.269,3.71755,120,0,0,8982,0,0,0,0,0),(203265,24050,571,1,1,0,1,2438.16,-5129.58,276.445,3.61283,120,0,0,42540,0,0,0,0,0),(203266,24050,571,1,1,0,1,2440.71,-5159.85,276.889,4.74851,120,0,0,42540,0,2,0,0,0),(203267,24050,571,1,1,0,1,2440.64,-5202.33,278.958,3.85718,120,0,0,42540,0,0,0,0,0),(203268,24050,571,1,1,0,1,2446.89,-5155.14,277.059,3.68264,120,0,0,42540,0,0,0,0,0),(203269,24050,571,1,1,0,1,2448.08,-4961,274.562,1.55334,120,0,0,42540,0,0,0,0,0),(203270,24050,571,1,1,0,1,2454.89,-5209.74,281.335,4.85202,120,0,0,42540,0,0,0,0,0),(203271,24050,571,1,1,0,1,2471.7,-5209.59,283.891,5.16617,120,0,0,42540,0,0,0,0,0),(203272,24050,571,1,1,0,1,2475.57,-5086.42,283.069,3.61283,120,0,0,42540,0,0,0,0,0),(203273,24050,571,1,1,0,1,2477.1,-5024.63,282.763,4.03171,120,0,0,42540,0,0,0,0,0),(203274,24050,571,1,1,0,1,2483.02,-5199.15,285.06,5.09636,120,0,0,42540,0,0,0,0,0),(203275,24050,571,1,1,0,1,2486.38,-5033.62,282.851,3.82227,120,0,0,42540,0,0,0,0,0),(203276,24050,571,1,1,0,1,2503.63,-4991.61,283.327,0.767945,120,0,0,42540,0,0,0,0,0),(203277,24050,571,1,1,0,1,2514.34,-4998.1,283.269,0.959931,120,0,0,42540,0,0,0,0,0),(203278,24282,571,1,1,0,1,2423.55,-5135.82,277.222,2.00713,120,0,0,4163,0,0,0,0,0),(203279,24524,571,1,1,0,0,2424.57,-5065,272.606,4.08507,120,0,0,55,0,2,0,0,0),(203280,24524,571,1,1,0,0,2429.54,-5081.69,273.209,4.55531,120,0,0,55,0,0,0,0,0),(203281,24524,571,1,1,0,0,2442.11,-5095.89,274.539,0.226893,120,0,0,55,0,0,0,0,0),(203282,24524,571,1,1,0,0,2446.92,-5104.69,276.066,1.02974,120,0,0,55,0,0,0,0,0),(203283,24524,571,1,1,0,0,2452.94,-5103.38,276.75,1.0821,120,0,0,55,0,0,0,0,0),(203284,24524,571,1,1,0,0,2454.05,-5090.55,281.532,3.9968,120,0,0,55,0,0,0,0,0),(203285,24524,571,1,1,0,0,2481.62,-5067.88,284.509,5.3058,120,0,0,55,0,0,0,0,0),(203286,24528,571,1,1,0,1,2430.3,-5083.95,273.286,4.01426,120,0,0,4050,0,0,0,0,0),(203287,24531,571,1,1,0,0,2481.15,-5072.24,284.488,6.0912,120,0,0,8982,0,0,0,0,0),(203288,24532,571,1,1,0,1,2482.91,-5074.26,284.443,1.53589,120,0,0,6986,0,0,0,0,0),(203289,24534,571,1,1,0,0,2455.03,-5093.26,281.716,3.94444,120,0,0,8982,0,0,0,0,0),(203290,24535,571,1,1,0,0,2443.52,-5099.85,275.148,0.593412,120,0,0,8982,0,0,0,0,0),(203291,24535,571,1,1,0,0,2444.32,-5094.37,274.688,0.628319,120,0,0,8982,0,0,0,0,0),(203292,24535,571,1,1,0,0,2444.71,-5097.1,274.981,0.261799,120,0,0,8982,0,0,0,0,0),(203293,24535,571,1,1,0,0,2444.93,-5102.35,275.593,0.663225,120,0,0,8982,0,0,0,0,0),(203294,24535,571,1,1,0,0,2445.49,-5099.85,275.341,0.767945,120,0,0,8982,0,0,0,0,0),(203295,24535,571,1,1,0,0,2446.51,-5096.22,275.197,0.820305,120,0,0,8982,0,0,0,0,0),(203296,24535,571,1,1,0,0,2447.7,-5100.44,275.698,1.09956,120,0,0,8982,0,0,0,0,0),(203297,24535,571,1,1,0,0,2448.91,-5099.29,275.775,1.18682,120,0,0,8982,0,0,0,0,0),(203298,24535,571,1,1,0,0,2449.25,-5103.68,276.286,1.29154,120,0,0,8982,0,0,0,0,0),(203299,24535,571,1,1,0,0,2449.3,-5105.86,276.425,1.41372,120,0,0,8982,0,0,0,0,0),(203300,24535,571,1,1,0,0,2450.79,-5102.86,276.408,1.50098,120,0,0,8982,0,0,0,0,0),(203301,24535,571,1,1,0,0,2451.57,-5101.25,276.372,1.23918,120,0,0,8982,0,0,0,0,0),(203302,24535,571,1,1,0,0,2452.17,-5106.26,276.802,1.5708,120,0,0,8982,0,0,0,0,0),(203303,24328,571,1,1,0,1,2422.48,-5163.04,277.277,1.11701,120,0,0,9291,0,0,0,0,0),(203304,24174,571,1,1,0,0,2427.88,-5159,277.312,1.27222,120,5,0,1,0,1,0,0,0),(203306,23842,571,1,1,0,1,1361.29,-3160.96,153.66,2.04204,120,0,0,42540,0,0,0,0,0),(203307,23842,571,1,1,0,1,1357.18,-3163.15,153.657,2.02458,120,0,0,42540,0,0,0,0,0),(203308,23842,571,1,1,0,1,1317.38,-3166.95,171.016,5.25344,120,0,0,42540,0,0,0,0,0),(203309,23842,571,1,1,0,1,1327.68,-3165.29,171.018,3.68264,120,0,0,42540,0,0,0,0,0),(203310,23842,571,1,1,0,1,1329.83,-3152.26,172.252,6.21337,120,0,0,42540,0,0,0,0,0),(203311,23842,571,1,1,0,1,1330.65,-3145.01,172.246,5.70723,120,0,0,42540,0,0,0,0,0),(203312,23842,571,1,1,0,1,1331.24,-3163.38,171.017,0.453786,120,0,0,42540,0,0,0,0,0),(203313,23842,571,1,1,0,1,1335.3,-3171.23,171.017,0.506145,120,0,0,42540,0,0,0,0,0),(203314,23842,571,1,1,0,1,1344.62,-3137.21,172.249,4.72984,120,0,0,42540,0,0,0,0,0),(203315,23842,571,1,1,0,1,1351.32,-3140.63,172.249,4.17134,120,0,0,42540,0,0,0,0,0),(203316,23842,571,1,1,0,1,1359.81,-3147.95,171.018,3.63028,120,0,0,42540,0,0,0,0,0),(203317,23842,571,1,1,0,1,1363.1,-3146.34,171.018,0.488692,120,0,0,42540,0,0,0,0,0),(203318,23842,571,1,1,0,1,1364.19,-3155.89,171.018,3.63028,120,0,0,42540,0,0,0,0,0),(203319,23842,571,1,1,0,1,1376.38,-3146.93,171.019,3.66519,120,0,0,42540,0,0,0,0,0),(203320,23749,571,1,1,0,1,1333.45,-3143.48,172.171,3.62723,120,0,0,9610,0,2,0,0,0),(203321,23888,571,1,1,0,1,1335.18,-3147.54,172.248,0.401426,120,0,0,7432,7332,0,0,0,0),(203322,24038,571,1,1,0,1,1344,-3142.7,172.249,3.59538,120,0,0,7432,7332,0,0,0,0),(203323,23840,571,1,1,0,1,1381.49,-3156.91,183.968,0.453786,120,0,0,10635,0,0,0,0,0),(203324,23840,571,1,1,0,1,1326.8,-3185.99,183.968,3.56047,120,0,0,10635,0,0,0,0,0),(203325,23839,571,1,1,0,1,1337.8,-3148.62,183.965,3.12414,120,0,0,6986,0,0,0,0,0),(203326,23839,571,1,1,0,1,1341.36,-3147.68,183.966,1.91986,120,0,0,6986,0,0,0,0,0),(203327,23839,571,1,1,0,1,1345.71,-3146.02,183.965,0.959931,120,0,0,6986,0,0,0,0,0),(203328,23842,571,1,1,0,1,1370.62,-3151.22,162.882,5.14872,120,0,0,42540,0,0,0,0,0),(203329,23842,571,1,1,0,1,1366.52,-3153.45,162.882,5.23599,120,0,0,42540,0,0,0,0,0),(203330,23842,571,1,1,0,1,1331.59,-3171.93,162.882,5.27089,120,0,0,42540,0,0,0,0,0),(203331,23842,571,1,1,0,1,1327.61,-3173.95,162.882,5.21853,120,0,0,42540,0,0,0,0,0),(203332,23842,571,1,1,21922,1,1333.65,-3155.84,163.387,3.7001,120,0,0,42540,0,0,0,0,0),(203333,23842,571,1,1,21924,1,1328.51,-3158.51,165.548,3.71755,120,0,0,42540,0,0,0,0,0),(203334,23842,571,1,1,21923,1,1333.18,-3166.76,165.547,3.61283,120,0,0,42540,0,0,0,0,0),(203335,23842,571,1,1,21924,1,1356.71,-3143.38,165.645,3.50811,120,0,0,42540,0,0,0,0,0),(203336,23842,571,1,1,21921,1,1346.6,-3150.12,163.418,1.93732,120,0,0,42540,0,0,0,0,0),(203337,23842,571,1,1,21923,1,1349.63,-3156.68,163.479,2.05949,120,0,0,42540,0,0,0,0,0),(203338,23842,571,1,1,21921,1,1356.84,-3153.96,165.591,3.63028,120,0,0,42540,0,0,0,0,0),(203342,23837,571,1,1,0,0,3029.32,538.266,69.4537,6.24828,120,0,0,1,0,0,0,0,0),(203343,31691,571,1,1,0,0,5667.77,2018.43,-345.937,3.49255,120,5,0,1,0,1,0,0,0),(203344,31691,571,1,1,0,0,5713.25,2076.13,-341.919,5.35309,120,5,0,1,0,1,0,0,0),(203345,31691,571,1,1,0,0,5725.96,2006.45,-343.079,5.76766,120,5,0,1,0,1,0,0,0),(203346,31691,571,1,1,0,0,5772.71,2020.46,-343.664,1.87746,120,5,0,1,0,1,0,0,0),(203347,31691,571,1,1,0,0,5786.72,1980.29,-344.127,0.0177852,120,5,0,1,0,1,0,0,0),(203348,31691,571,1,1,0,0,5789.12,1947,-345.65,2.91512,120,5,0,1,0,1,0,0,0),(203349,31691,571,1,1,0,0,5805.27,1995.14,-345.651,5.62259,120,5,0,1,0,1,0,0,0),(203350,31691,571,1,1,0,0,5808.81,1894.89,-347.78,4.17767,120,5,0,1,0,1,0,0,0),(203351,31691,571,1,1,0,0,5821.33,2107.52,-347.186,0.827918,120,5,0,1,0,1,0,0,0),(203352,31691,571,1,1,0,0,5838.51,1874.48,-345.366,3.28046,120,5,0,1,0,1,0,0,0),(203353,31691,571,1,1,0,0,5844.1,1898.66,-346.839,1.82488,120,5,0,1,0,1,0,0,0),(203354,31691,571,1,1,0,0,5850.05,1945.83,-346.584,0.138093,120,5,0,1,0,1,0,0,0),(203355,31691,571,1,1,0,0,5851.97,1931.22,-346.546,2.67482,120,5,0,1,0,1,0,0,0),(203356,31691,571,1,1,0,0,5853.37,1808.55,-345.033,5.21105,120,5,0,1,0,1,0,0,0),(203357,31691,571,1,1,0,0,5908.8,1783.12,-343.343,5.67516,120,5,0,1,0,1,0,0,0),(203358,31691,571,1,1,0,0,5918.93,1825.37,-346.575,2.79022,120,5,0,1,0,1,0,0,0),(203359,31691,571,1,1,0,0,5921.71,1804.87,-343.224,4.21712,120,5,0,1,0,1,0,0,0),(1977258,31237,571,1,1,0,0,5792.52,2069.49,-345.088,2.28638,300,0,0,12600,0,0,0,0,0),(203361,26816,571,1,1,0,1,3031.32,529.705,61.787,1.79769,120,0,0,1,0,0,0,0,0),(203362,26816,571,1,1,0,1,3020.65,536.076,61.787,0.268311,120,0,0,1,0,0,0,0,0),(203363,26780,571,1,1,0,1,4530.27,8.58578,72.5222,1.36136,120,0,0,1,0,0,0,0,0),(203364,26780,571,1,1,0,1,4535.59,8.28201,72.6378,1.48353,120,0,0,1,0,0,0,0,0),(203365,26780,571,1,1,0,1,4539.45,5.57215,72.4137,1.51844,120,0,0,1,0,0,0,0,0),(203366,26779,571,1,1,0,1,4533.6,11.2265,72.7134,1.309,120,0,0,1,0,0,0,0,0),(203367,26779,571,1,1,0,1,4536.91,11.0725,73.2164,1.64061,120,0,0,1,0,0,0,0,0),(203368,26779,571,1,1,0,1,4538.77,9.86654,72.9541,1.5708,120,0,0,1,0,0,0,0,0),(203369,26779,571,1,1,0,1,4540.8,8.89865,72.5968,1.6057,120,0,0,1,0,0,0,0,0),(203370,26779,571,1,1,0,1,4543.54,10.4956,72.4135,1.64061,120,0,0,1,0,0,0,0,0),(203371,26779,571,1,1,0,1,4515.58,0.936666,72.5252,4.15388,120,0,0,1,0,0,0,0,0),(203372,27270,571,1,1,0,0,4189.98,571.302,50.8104,6.02139,120,0,0,1,0,0,0,0,0),(203373,27270,571,1,1,0,0,4239.95,642.571,49.5575,5.91667,120,0,0,1,0,0,0,0,0),(203374,27839,571,1,1,0,0,4522.23,33.4378,80.4205,1.01229,120,0,0,8982,0,0,0,0,0),(203375,27839,571,1,1,0,0,4532.87,29.0699,78.5573,1.3439,120,0,0,8982,0,0,0,0,0),(203376,27839,571,1,1,0,0,4543.94,28.0949,79.034,1.62316,120,0,0,8982,0,0,0,0,0),(203377,27839,571,1,1,0,0,4557.49,30.8529,80.2156,1.95477,120,0,0,8982,0,0,0,0,0),(203379,26870,571,1,1,0,0,4349.58,974.949,89.7859,5.23599,120,0,0,8982,0,0,0,0,0),(203380,26870,571,1,1,0,0,4349.48,947.953,82.7608,5.60251,120,0,0,1,0,0,0,537166592,32),(203381,26870,571,1,1,0,0,4349.48,959.451,84.4642,3.40339,120,0,0,1,0,0,0,537166592,32),(203382,26870,571,1,1,0,0,4364.06,982.015,91.1556,2.35619,120,0,0,1,0,0,0,537166592,32),(203383,26870,571,1,1,0,0,4368.21,944.405,82.8666,0.977384,120,0,0,1,0,0,0,537166592,32),(203384,26870,571,1,1,0,0,4369.91,958.503,85.7081,2.74017,120,0,0,1,0,0,0,537166592,32),(203385,26870,571,1,1,0,0,4384.01,957.089,86.8532,5.68977,120,0,0,1,0,0,0,537166592,32),(203386,26859,571,1,1,0,0,4339.94,980.231,91.9789,5.51524,120,0,0,96100,0,0,0,0,0),(203387,26979,571,1,1,0,1,4322.3,1009.02,95.6906,2.56563,120,0,0,92910,0,0,0,0,0),(203388,28117,571,1,1,0,1,5017.15,-3021.72,292.529,2.26893,120,0,0,1,0,0,0,0,0),(203389,28117,571,1,1,0,1,5033.8,-3007.41,292.719,1.71042,120,0,0,1,0,0,0,0,0),(203390,28117,571,1,1,0,1,5039.64,-3064.34,291.39,5.41447,120,0,0,1,0,2,0,0,0),(203391,28117,571,1,1,0,1,5041.73,-3075.52,289.905,4.38078,120,0,0,1,0,0,0,0,0),(203392,28117,571,1,1,0,1,5085.24,-3037.41,289.986,0.0349066,120,0,0,1,0,0,0,0,0),(203393,31033,571,1,129,0,1,6412.04,210.77,395.33,5.49779,120,0,0,1,0,2,0,0,0),(203394,36224,0,1,1,0,1,1723.58,290.441,-62.1857,1.81803,120,0,0,1,0,2,0,0,0),(203395,36226,0,1,1,0,1,1675.71,241.504,-62.1777,1.81803,120,0,0,1,0,2,0,0,0),(203397,28117,571,1,1,0,1,5254.11,-3531.66,291.758,3.85718,120,0,0,1,0,0,0,0,0),(203398,28117,571,1,1,0,1,5256.38,-3534.3,291.758,3.82227,120,0,0,1,0,0,0,0,0),(203399,28117,571,1,1,0,1,5221.12,-3468.32,289.193,2.35079,120,0,0,1,0,2,0,0,0),(203400,28117,571,1,1,0,1,5243.36,-3436.38,289.132,1.4078,120,0,0,1,0,2,0,0,0),(203401,28117,571,1,1,0,1,5244.46,-3496.66,289.179,2.18166,120,0,0,1,0,0,0,0,0),(203402,28117,571,1,1,0,1,5254.9,-3486.91,289.338,2.25147,120,0,0,1,0,0,0,0,0),(203403,28117,571,1,1,0,1,5288.35,-3440.42,289.113,1.73943,120,0,0,1,0,2,0,0,0),(203405,33007,571,1,1,0,0,5740.77,-3601.39,386.978,0.785398,120,0,0,1,0,0,0,0,0),(203406,28099,571,1,1,0,1,6063.87,-2615.71,302.847,0.0349066,120,0,0,1,0,0,0,0,0),(203407,28041,571,1,1,0,1,6059.12,-2639.25,304.99,4.69494,120,0,0,1,0,0,0,0,0),(203408,28041,571,1,1,0,1,6052.09,-2638.75,304.99,4.81711,120,0,0,1,0,0,0,0,0),(203409,28041,571,1,1,0,1,6070.58,-2621.78,303.241,0.10472,120,0,0,1,0,0,0,0,0),(203410,28041,571,1,1,0,1,6070.8,-2613.45,303.062,0,120,0,0,1,0,0,0,0,0),(203411,28041,571,1,1,0,1,6053.26,-2602.17,304.936,1.48353,120,0,0,1,0,0,0,0,0),(203412,28041,571,1,1,0,1,6058.25,-2601.97,304.869,1.58825,120,0,0,1,0,0,0,0,0),(203413,28041,571,1,1,0,1,6061.28,-2555.68,302.831,1.78841,120,0,0,1,0,0,0,0,0),(203414,28041,571,1,1,0,1,6067.07,-2638.61,302.831,4.62512,120,0,0,1,0,0,0,0,0),(203415,28041,571,1,1,0,1,6061.5,-2603.46,304.881,1.46608,120,0,0,1,0,0,0,0,0),(203416,16509,571,1,1,0,0,6044.24,-2608.77,302.838,4.34587,120,0,0,1,0,0,0,0,0),(203417,16509,571,1,1,0,0,6046.29,-2610.07,302.831,4.15388,120,0,0,1,0,0,0,0,0),(203418,16509,571,1,1,0,0,6048.83,-2609.59,302.831,4.34587,120,0,0,1,0,0,0,0,0),(203441,31401,571,1,1,0,1,5326.96,579.806,221.1,5.53269,120,0,0,1,0,0,0,0,0),(203442,31401,571,1,1,0,1,5327.01,555.268,221.1,0.680678,120,0,0,1,0,0,0,0,0),(203443,31401,571,1,1,0,1,5351.54,580.027,221.1,4.11898,120,0,0,1,0,0,0,0,0),(203444,31401,571,1,1,0,1,5351.66,555.277,221.1,2.46091,120,0,0,1,0,0,0,0,0),(203445,31401,571,1,1,0,1,5397.29,624.991,248.94,0.383972,120,0,0,1,0,0,0,0,0),(203446,31401,571,1,1,0,1,5406.13,648.65,248.938,5.13127,120,0,0,1,0,0,0,0,0),(203447,31401,571,1,1,0,1,5420.61,616.15,248.938,2.07694,120,0,0,1,0,0,0,0,0),(203448,31401,571,1,1,0,1,5429.7,639.513,248.937,3.57792,120,0,0,1,0,0,0,0,0),(203449,31401,571,1,1,0,1,5433.84,817.785,247.367,6.17847,120,0,0,1,0,0,0,0,0),(203450,31401,571,1,1,0,1,5447.99,797.088,247.367,1.53589,120,0,0,1,0,0,0,0,0),(203451,31401,571,1,1,0,1,5454.34,831.653,247.366,4.57276,120,0,0,1,0,0,0,0,0),(203452,31401,571,1,1,0,1,5468.49,811.166,247.364,3.14159,120,0,0,1,0,0,0,0,0),(203453,31401,571,1,1,0,1,5541.41,924.326,227.968,0.802851,120,0,0,1,0,0,0,0,0),(203454,31401,571,1,1,0,1,5544.04,929.611,227.968,4.64258,120,0,0,1,0,0,0,0,0),(203455,31401,571,1,1,0,1,5547.24,925.639,227.968,3.26377,120,0,0,1,0,0,0,0,0),(203456,31402,571,1,1,0,1,5540.9,941.597,227.884,0.258656,120,0,0,1,0,2,0,0,0),(203457,31400,571,1,1,0,0,5450.95,814.425,261.762,2.35619,120,0,0,1,0,0,0,0,0),(111162,31393,571,1,1,0,0,5375.02,694.276,315.081,0.93118,120,0,0,1,0,2,0,0,0),(203524,32735,571,1,1,0,1,5853.43,863.337,843.815,3.71755,120,0,0,1,0,0,0,0,0),(203525,32737,571,1,1,0,0,5857.7,843.58,843.771,5.46288,120,0,0,1,0,2,0,0,0),(203470,29712,0,1,1,5446,1,-8580.03,1195.91,5.46,1.697,180,0,0,7048,0,0,0,0,0),(203471,29712,0,1,1,3167,1,-8569.67,1195.74,5.49,1.697,180,0,0,7048,0,0,0,0,0),(203472,29712,0,1,1,5446,1,-8484.95,1195.52,5.58,1.64,180,0,0,7048,0,0,0,0,0),(203473,29712,0,1,1,3167,1,-8475.27,1195.52,5.74,1.64,180,0,0,7048,0,0,0,0,0),(203474,29712,0,1,1,5446,1,-8210.81,1195.52,5.63,1.58,180,0,0,7048,0,0,0,0,0),(203475,29712,0,1,1,3167,1,-8201.42,1195.52,5.63,1.58,180,0,0,7048,0,0,0,0,0),(203476,29712,0,1,1,5446,1,-8232.93,1097.31,17.92,1.61,180,0,0,7048,0,0,0,0,0),(203477,29712,0,1,1,3167,1,-8570.16,1116.21,18.25,1.32,180,0,0,7048,0,0,0,0,0),(203478,29712,0,1,1,5446,1,-8590.59,1126.81,18.46,0.92,180,0,0,7048,0,0,0,0,0),(203479,29712,0,1,1,3167,1,-8461.24,1349.03,5.23,3.025,180,0,0,7048,0,0,0,0,0),(203480,29712,0,1,1,5446,1,-8486.9,1349.92,5.23,0.028,180,0,0,7048,0,0,0,0,0),(203481,29712,0,1,1,3167,1,-8486.2,1293.94,5.23,6.249,180,0,0,7048,0,0,0,0,0),(203482,29712,0,1,1,5446,1,-8461.24,1293.74,5.23,2.953,180,0,0,7048,0,0,0,0,0),(203483,29712,0,1,1,3167,1,-8461.28,1249.79,5.23,4.548,180,0,0,7048,0,0,0,0,0),(203484,29712,0,1,1,5446,1,-8487.26,1249.8,5.23,4.758,180,0,0,7048,0,0,0,0,0),(203485,29712,0,1,1,5446,1,-8549.76,1245.42,5.23,5.16,180,0,0,7048,0,2,0,0,0),(203486,27946,530,1,1,0,0,7592.39,-6776.33,86.834,4.83017,900,0,0,17742,0,0,0,0,0),(203487,27946,530,1,1,0,0,7599.98,-6778.44,86.4116,4.19394,900,0,0,17742,0,0,0,0,0),(203488,27946,530,1,1,0,0,9378.85,-7162.24,8.88681,3.16111,900,0,0,17742,0,0,0,0,0),(203489,27946,530,1,1,0,0,9379.6,-7169.83,9.07374,3.03163,900,0,0,17742,0,0,0,0,0),(203490,34765,1,1,1,29396,1,1149.01,-4151.95,51.646,5.61,300,0,0,2218,0,0,0,0,0),(203491,26537,1,1,1,24164,1,1174.13,-4152.37,51.646,3.33,300,0,0,2218,0,0,0,0,0),(203492,3296,1,1,1,4601,1,1161.42,-4142.47,51.646,4.565,300,0,0,15952,0,0,0,0,0),(203493,3296,1,1,1,4601,1,1169.68,-4166.38,51.646,2.02,300,0,0,15952,0,0,0,0,0),(203494,3296,1,1,1,4601,1,1177.11,-4169.46,21.4037,5.058,300,0,0,15952,0,0,0,0,0),(203495,3296,1,1,1,4601,1,1171.57,-4173.68,21.4038,5.058,300,0,0,15952,0,0,0,0,0),(203496,24785,571,1,1,0,0,-25.5455,-3302.97,-1.54832,5.95897,300,0,0,9291,0,2,0,0,0),(203497,24018,571,1,1,0,1,2589.42,-3742.93,247.053,0,120,0,0,1,0,0,0,0,0),(203498,24014,571,1,1,0,1,2588.17,-3732.15,245.118,0,120,0,0,1,0,0,0,0,0),(203499,24014,571,1,1,0,1,2598.18,-3725.76,245.13,0,120,0,0,1,0,0,0,0,0),(203500,24014,571,1,1,0,1,2600.34,-3765.17,247.093,0,120,0,0,1,0,0,0,0,0),(203501,24014,571,1,1,0,1,2600.63,-3745.93,246.541,0,120,0,0,1,0,0,0,0,0),(203502,24014,571,1,1,0,1,2607.37,-3734.87,246.074,0,120,0,0,1,0,0,0,0,0),(203503,24014,571,1,1,0,1,2603.99,-3713.68,141.366,0,120,0,0,1,0,2,0,0,0),(203504,24014,571,1,1,0,1,2622.68,-3752.54,246.3,0,120,0,0,1,0,0,0,0,0),(203505,24014,571,1,1,0,1,2587.33,-3715.73,245.254,0,120,0,0,1,0,0,0,0,0),(203506,12237,349,1,1,0,0,769.635,-74.2763,-56.2423,3.54447,86400,0,0,5757,0,2,0,0,0),(203507,26966,571,1,32,0,0,3824.51,1581.65,86.6986,3.16575,600,0,0,9940,3387,0,0,0,0),(203508,26966,571,1,32,0,0,3860.81,1619.2,90.0548,0.281135,600,0,0,9610,3309,0,0,0,0),(203509,26966,571,1,32,0,0,3877.73,1632.15,93.1333,0.689556,600,0,0,9610,3309,0,0,0,0),(203510,26966,571,1,32,0,0,3790.07,1601.69,88.1473,4.89363,600,0,0,9940,3387,0,0,0,0),(203511,26966,571,1,32,0,0,3860.46,1533.96,89.8177,2.26255,600,0,0,9610,3309,0,0,0,0),(203512,26966,571,1,32,0,0,3875.09,1578.33,90.0375,2.9647,600,0,0,9610,3309,0,0,0,0),(203513,26966,571,1,32,0,0,3836.4,1498.6,91.7172,1.20226,600,0,0,9940,3387,0,0,0,0),(203514,26966,571,1,32,0,0,3804.25,1529.52,89.1818,0.855898,600,0,0,9940,3387,0,0,0,0),(203515,26966,571,1,32,0,0,3774.67,1529.51,87.1289,0.474189,600,0,0,9610,3309,0,0,0,0),(203516,26966,571,1,32,0,0,3844.42,1513.9,91.9354,1.67428,600,0,0,9940,3387,0,0,0,0),(203517,26966,571,1,32,0,0,3788.8,1646.92,99.9263,4.83647,600,0,0,9940,3387,0,0,0,0),(203518,35099,530,1,1,0,0,80.0239,2720.6,86.36,4.19664,600,0,0,14937,0,0,0,0,0),(203519,27808,571,1,1,0,0,3816.62,-1204.04,125.876,2.74726,180,0,0,30846,0,0,0,0,0),(203521,15077,0,1,1,0,1,-14430.4,455.763,3.69061,4.41001,300,0,0,2215,0,0,0,0,0),(203621,28477,571,1,1,0,0,5836.5,-4237.05,361.883,3.83965,120,10,0,1,0,1,0,0,0),(203622,28477,571,1,1,0,0,5575.84,-4207.52,367.771,1.04798,120,10,0,1,0,1,0,0,0),(203623,28417,571,1,1,0,1,6024.27,-3348.57,350.434,0.767945,120,0,0,1,0,0,0,0,0),(203624,28417,571,1,1,0,1,6027.5,-3317.41,350.434,0.314159,120,0,0,1,0,0,0,0,0),(203625,28417,571,1,1,0,1,6033.27,-3265.17,350.434,5.67232,120,0,0,1,0,0,0,0,0),(203626,28417,571,1,1,0,1,6039.3,-3295.16,350.434,6.12611,120,0,0,1,0,0,0,0,0),(203627,28417,571,1,1,0,1,6049.33,-3245.19,350.434,5.28835,120,0,0,1,0,0,0,0,0),(203628,28417,571,1,1,0,1,6075.41,-3236.3,350.434,4.79966,120,0,0,1,0,0,0,0,0),(203629,28417,571,1,1,0,1,6083.66,-3364.67,350.753,1.55334,120,0,0,1,0,0,0,0,0),(203630,28417,571,1,1,0,1,6115.07,-3364.6,350.434,2.05949,120,0,0,1,0,0,0,0,0),(203631,28417,571,1,1,0,1,6135.96,-3314.09,350.434,3.10669,120,0,0,1,0,0,0,0,0),(203632,28417,571,1,1,0,1,6137.5,-3347.37,350.434,2.53073,120,0,0,1,0,0,0,0,0),(203633,28417,571,1,1,0,1,6146.03,-3253.23,350.434,3.90954,120,0,0,1,0,0,0,0,0),(203634,28417,571,1,1,0,1,6150.06,-3286.49,350.434,3.33358,120,0,0,1,0,0,0,0,0),(203637,28417,571,1,1,0,1,6500.52,-3282.24,402.387,0.436332,120,0,0,1,0,0,0,0,0),(203638,28417,571,1,1,0,1,6506.27,-3452.91,389.451,1.67552,120,0,0,1,0,0,0,0,0),(203639,28417,571,1,1,0,1,6506.83,-3168.6,405.608,4.7473,120,0,0,1,0,0,0,0,0),(203640,28417,571,1,1,0,1,6521.72,-3079.42,390.77,4.60767,120,0,0,1,0,0,0,0,0),(203641,28417,571,1,1,0,1,6522.38,-3125.99,390.37,4.55531,120,0,0,1,0,0,0,0,0),(203642,28417,571,1,1,0,1,6526.55,-3408.53,390.794,1.72788,120,0,0,1,0,0,0,0,0),(203643,28417,571,1,1,0,1,6575.11,-3168.3,407.421,4.13643,120,0,0,1,0,0,0,0,0),(203636,28600,571,1,1,0,1,6081.34,-4017.9,364.127,5.39307,120,0,0,1,0,0,0,0,0),(203644,34956,571,1,1,0,0,8458.98,1631.73,671.157,5.44543,120,0,0,1,0,0,0,0,0),(207172,29712,0,1,1,0,1,-8581.93,1169.02,17.71,3.1,120,0,0,1,0,2,0,0,0),(207173,29712,0,1,1,0,1,-8475.85,1209.42,5.32,2.4,120,0,0,1,0,2,0,0,0),(204942,31144,1,1,1,0,0,-1444.34,-112.275,161.185,5.32325,120,0,0,1,0,0,0,0,0),(204943,31144,1,1,1,0,0,-1447.73,-116.77,161.185,5.81195,120,0,0,1,0,0,0,0,0),(204944,31146,1,1,1,0,0,-1428.88,-86.9006,161.185,0.0523599,120,0,0,1,0,0,0,0,0),(204945,32666,1,1,1,0,0,-1407.81,-82.2453,159.018,0.907571,120,0,0,1,0,0,0,0,0),(204946,32666,1,1,1,0,0,-1415.52,-77.1738,158.891,0.907571,120,0,0,1,0,0,0,0,0),(204947,32667,1,1,1,0,0,-1423.83,-72.5401,157.572,1.0472,120,0,0,1,0,0,0,0,0),(204948,32667,1,1,1,0,0,-1431.29,-68.5709,156.954,1.15192,120,0,0,1,0,0,0,0,0),(202730,32667,0,1,1,0,0,-8778.7,348.691,101.102,2.26893,120,0,0,1,0,0,0,0,0),(202731,32667,0,1,1,0,0,-8784.55,343.645,101.102,2.25147,120,0,0,1,0,0,0,0,0),(201235,31144,0,1,1,0,0,-8705.84,350.535,101.102,3.735,120,0,0,1,0,0,0,0,0),(201236,31144,0,1,1,0,0,-8724.87,333.107,101.102,0.785398,120,0,0,1,0,0,0,0,0),(201237,31144,0,1,1,0,0,-8772.87,358.009,101.103,3.50811,120,0,0,1,0,0,0,0,0),(201239,31144,0,1,1,0,0,-8795.44,362.239,101.102,5.39307,120,0,0,1,0,0,0,0,0),(201241,31144,0,1,1,0,0,-8802.54,354.547,101.102,0.0523599,120,0,0,1,0,0,0,0,0),(201242,31146,0,1,1,0,0,-8791.87,340.817,101.102,1.32645,120,0,0,1,0,0,0,0,0),(207222,28179,571,1,2,0,1,6256.38,-40.8516,421.498,1.71042,120,0,0,1,0,0,0,0,0),(207223,30377,571,1,2,0,1,6253.83,-40.8091,421.498,1.41372,120,0,0,0,0,0,0,0,0),(207224,30657,571,1,66,0,1,6249.12,74.689,390.15,4.93928,120,0,0,0,0,0,0,0,0),(207225,30225,571,1,2,0,0,6257.21,48.2152,388.117,1.01229,120,0,0,1,0,0,0,0,0),(207226,30224,571,1,2,0,0,6259.09,46.9782,388.4,0.977384,120,0,0,0,0,0,0,0,0),(207227,30226,571,1,2,0,0,6222.29,-2.55056,410.193,0,120,0,0,1,0,2,0,0,0),(207228,30227,571,1,2,0,0,6123.02,-12.6066,383.594,0.436332,120,0,0,1,0,0,0,0,0),(207229,30235,571,1,2,0,0,6126.6,-5.13401,383.471,5.77704,120,0,0,1,0,0,0,0,0),(207230,30187,571,1,2,0,0,6246.87,-50.3528,421.501,3.12414,120,0,0,0,0,0,0,0,0),(207231,30378,571,1,2,0,0,6262.96,-50.4161,421.551,3.08923,120,0,0,0,0,0,0,0,0),(207232,30500,571,1,2,0,0,6107.12,-28.7267,383.594,5.49779,120,0,0,0,0,0,0,0,0),(207233,30500,571,1,2,0,0,6112.56,-23.9376,383.594,5.49779,120,0,0,0,0,0,0,0,0),(207234,30500,571,1,2,0,0,6117.93,-17.7633,383.594,5.48033,120,0,0,0,0,0,0,0,0),(207235,30500,571,1,2,0,0,6115.38,-34.2969,383.594,2.35619,120,0,0,0,0,0,0,0,0),(207236,30500,571,1,2,0,0,6119.84,-28.7687,383.594,2.46091,120,0,0,0,0,0,0,0,0),(134718,30203,571,1,2,0,0,6835.59,414.643,471.77,0.802851,300,0,0,1,0,0,0,0,0),(134717,30203,571,1,2,0,0,6858.02,453.902,471.767,4.7822,300,0,0,1,0,0,0,0,0),(134716,30203,571,1,2,0,0,6916.07,467.629,468.799,0.977384,300,0,0,1,0,0,0,0,0),(134715,30203,571,1,2,0,0,6879.92,493.899,467.957,1.67552,300,0,0,1,0,0,0,0,0),(43483,30829,571,1,128,0,0,6839.02,594.445,427.23,4.5,300,0,0,1,0,0,0,0,0),(43485,30831,571,1,128,0,0,6869.48,423.288,471.784,1.06624,300,0,0,1,0,0,0,0,0),(43481,30830,571,1,128,0,0,7169.8,664.115,492.376,1.12953,300,0,0,1,0,2,0,0,0),(43482,30829,571,1,2,0,0,6839.02,594.445,427.23,4.5,300,0,0,1,0,0,0,0,0),(43484,30831,571,1,2,0,0,6869.48,423.288,471.784,1.06624,300,0,0,1,0,0,0,0,0),(43480,30830,571,1,2,0,0,7169.8,664.115,492.376,1.12953,300,0,0,1,0,2,0,0,0),(134708,30443,571,1,2,0,1,6697.53,583.609,428.333,4.10841,300,0,0,1,0,0,0,0,0),(134707,30677,571,1,128,0,1,6259.58,50.4208,388.509,0.846391,300,0,0,1,0,0,0,0,0),(134706,30714,571,1,128,0,0,6371.69,239.699,396.9,4.79262,300,0,0,1,0,0,0,0,0),(134705,30686,571,1,128,0,0,6370.63,232.238,396.046,1.35219,300,0,0,1,0,0,0,0,0),(134704,30596,571,1,128,0,1,6376.66,239.053,396.047,4.8044,300,0,0,1,0,0,0,0,0),(207266,30273,571,1,2,0,0,6244.78,190.194,383.08,1.50098,0,0,0,0,0,0,0,0,0),(207267,30273,571,1,2,0,0,6249.75,126.806,382.534,2.47837,0,0,0,0,0,0,0,0,0),(207268,30273,571,1,2,0,0,6277.33,155.167,383.491,0.43643,0,0,0,0,0,0,0,0,0),(207269,30273,571,1,2,0,0,6303.7,193.736,387.669,-1.17247,0,0,0,0,0,0,0,0,0),(207270,30273,571,1,2,0,0,6321.27,152.463,387.239,4.10152,0,0,0,0,0,0,0,0,0),(207271,30273,571,1,2,0,0,6333.02,57.5423,389.173,4.62512,0,0,0,0,0,0,0,0,0),(207272,30273,571,1,2,0,0,6335.22,110.147,391.309,6.05629,0,0,0,0,0,0,0,0,0),(207273,30273,571,1,2,0,0,6339.98,186.907,389.644,-2.29057,0,0,0,0,0,0,0,0,0),(207274,30273,571,1,2,0,0,6347.77,225.483,393.712,-1.99599,0,0,0,0,0,0,0,0,0),(207275,30273,571,1,2,0,0,6363.71,126.463,391.424,3.89208,0,0,0,0,0,0,0,0,0),(207276,30273,571,1,2,0,0,6389.44,226.344,395.383,6.16101,0,0,0,0,0,0,0,0,0),(207277,30273,571,1,2,0,0,6405.67,158.456,394.692,0.85521,0,0,0,0,0,0,0,0,0),(207278,30273,571,1,2,0,0,6421.84,258.293,397.279,-2.2004,0,0,0,0,0,0,0,0,0),(207279,30273,571,1,2,0,0,6434.63,198.273,396.762,5.93412,0,0,0,0,0,0,0,0,0),(207280,30189,571,1,2,0,1,6387.2,180.749,393.789,3.32188,120,0,0,1,0,2,0,0,0),(207281,30189,571,1,2,0,1,6340.01,199.867,390.713,3.40031,120,0,0,1,0,2,0,0,0),(207282,30189,571,1,2,0,1,6187.9,84.8369,379.677,1.74533,120,0,0,1,0,0,0,0,0),(207283,30189,571,1,2,0,1,6331.61,114.567,391.145,5.90421,120,0,0,1,0,2,0,0,0),(207284,30189,571,1,2,0,1,6194.48,84.8621,379.912,1.69297,120,0,0,1,0,0,0,0,0),(207285,30189,571,1,2,0,1,6251.21,169.887,381.263,5.06583,120,0,0,1,0,2,0,0,0),(207286,30189,571,1,2,0,1,6169.95,77.7484,371.316,1.98561,120,0,0,1,0,2,0,0,0),(207287,30189,571,1,2,0,1,6298.31,170.633,384.78,2.28107,120,0,0,1,0,2,0,0,0),(207288,30189,571,1,2,0,1,6302.62,75.0243,386.663,3.87881,120,0,0,1,0,2,0,0,0),(207289,30189,571,1,2,0,1,6291.74,93.3196,390.697,0.750492,120,0,0,1,0,0,0,0,0),(207290,30189,571,1,2,0,1,6296.34,88.345,390.541,0.872665,120,0,0,1,0,0,0,0,0),(207291,30189,571,1,2,0,1,6273.27,121.516,385.827,0.872665,120,0,0,1,0,2,0,0,0),(207292,30189,571,1,2,0,1,6306.77,224.039,391.398,0.872665,120,0,0,1,0,2,0,0,0),(207293,30189,571,1,2,0,1,6262.92,107.459,383.373,0.872665,120,0,0,1,0,2,0,0,0),(207294,30189,571,1,2,0,1,6267.88,99.175,384.364,0.872665,120,0,0,1,0,2,0,0,0),(207295,30189,571,1,2,0,1,6217.47,90.555,377.274,0.872665,120,0,0,1,0,2,0,0,0),(207296,30242,571,1,131,0,0,6215.53,2.78667,410.25,5.96903,120,0,0,1,0,0,0,0,0),(207297,30242,571,1,131,0,0,6220.27,5.5893,410.248,4.64258,120,0,0,1,0,0,0,0,0),(207298,30242,571,1,131,0,0,6224.08,-19.0342,410.255,5.46288,120,0,0,1,0,0,0,0,0),(207299,30242,571,1,131,0,0,6231.04,-0.012804,410.274,2.21657,120,0,0,1,0,0,0,0,0),(207300,30242,571,1,131,0,0,6238.26,5.52431,410.35,2.32129,120,0,0,1,0,0,0,0,0),(207301,30242,571,1,131,0,0,6247.64,1.91536,409.886,5.37561,120,0,0,1,0,0,0,0,0),(207302,30206,571,1,2,0,0,6438.54,209.315,397.593,4.44446,60,10,0,1,0,1,0,0,0),(207303,30206,571,1,2,0,0,6043.2,113.776,368.786,0.682262,60,10,0,1,0,1,0,0,0),(207304,30206,571,1,2,0,0,6032.07,105.674,370.927,3.01991,60,10,0,1,0,1,0,0,0),(207305,30206,571,1,2,0,0,6080.64,186.069,361.339,0.416608,60,10,0,1,0,1,0,0,0),(207306,30206,571,1,2,0,0,6129.28,124.055,370.096,2.10435,60,10,0,1,0,1,0,0,0),(207307,30206,571,1,2,0,0,6143.51,89.9046,372.328,3.52207,60,10,0,1,0,1,0,0,0),(207308,30206,571,1,2,0,0,6192.87,150.73,376.323,6.01428,60,10,0,1,0,1,0,0,0),(207309,30206,571,1,2,0,0,6278.5,132.103,385.556,-0.860523,60,10,0,1,0,1,0,0,0),(207310,30206,571,1,2,0,0,6344.15,59.954,390.184,3.01991,60,10,0,1,0,1,0,0,0),(207311,30206,571,1,2,0,0,6381.02,137.089,392.932,0.863018,60,10,0,1,0,1,0,0,0),(207312,30206,571,1,2,0,0,6367.59,191.114,391.721,2.75191,60,10,0,1,0,1,0,0,0),(207313,30206,571,1,2,0,0,6409.11,249.111,396.498,2.91292,60,10,0,1,0,1,0,0,0),(207314,30206,571,1,2,0,0,6289.66,221.747,390.007,3.77686,60,10,0,1,0,1,0,0,0),(207315,30206,571,1,2,0,0,6305.47,161.58,385.99,2.48095,60,10,0,1,0,1,0,0,0),(207316,30206,571,1,2,0,0,6236.15,203.565,384.998,2.34743,60,10,0,1,0,1,0,0,0),(207317,30206,571,1,2,0,0,6192.9,222.599,382.652,3.10927,60,10,0,1,0,1,0,0,0),(207318,30206,571,1,2,0,0,6246.65,168.797,380.983,6.03881,60,10,0,1,0,1,0,0,0),(207319,30206,571,1,2,0,0,6344.01,127.251,391.111,5.72465,60,10,0,1,0,1,0,0,0),(207320,30206,571,1,2,0,0,6339.68,161.46,389.277,1.19683,60,10,0,1,0,1,0,0,0),(207321,30206,571,1,2,0,0,6348.94,210.476,391.988,0.24257,60,10,0,1,0,1,0,0,0),(207323,30617,1,1,2,0,0,7722.92,-2197.92,463.195,0.706524,120,10,0,1,0,1,0,0,0),(207324,30617,1,1,2,0,0,7743.77,-2105.65,475.461,6.10865,120,10,0,1,0,1,0,0,0),(207325,30617,1,1,2,0,0,7746.43,-2207.64,463.666,0.715585,120,10,0,1,0,1,0,0,0),(207326,30617,1,1,2,0,0,7747.52,-2262.32,454.819,0.103172,120,10,0,1,0,1,0,0,0),(207327,30617,1,1,2,0,0,7780.22,-2244.03,458.326,0.436332,120,10,0,1,0,1,0,0,0),(207328,30617,1,1,2,0,0,7817.51,-2315.01,456.102,5.27371,120,10,0,1,0,1,0,0,0),(207329,30617,1,1,2,0,0,7822.45,-2282.63,458.807,1.37881,120,10,0,1,0,1,0,0,0),(207330,30617,1,1,2,0,0,7850.79,-2287.52,462.172,1.58825,120,10,0,1,0,1,0,0,0),(207331,30617,1,1,2,0,0,7925.81,-2239.31,483.861,2.82743,120,10,0,1,0,1,0,0,0),(207332,30617,1,1,2,0,0,7934.27,-2166.01,494.343,2.89725,120,10,0,1,0,1,0,0,0),(207333,30617,1,1,2,0,0,7939,-2208.22,490.373,3.00197,120,10,0,1,0,1,0,0,0),(207334,30617,1,1,2,0,0,7971.91,-2218.75,483.741,5.42112,120,10,0,1,0,1,0,0,0),(207335,30617,1,1,2,0,0,7975.02,-2170.39,496.78,5.3624,120,10,0,1,0,1,0,0,0),(207336,30627,1,1,2,0,1,7791.41,-2126.19,481.4,4.34767,120,10,0,1,0,1,0,0,0),(207337,30627,1,1,2,0,1,7810.73,-2233.28,462.651,0.820305,120,10,0,1,0,1,0,0,0),(207338,30627,1,1,2,0,1,7811.79,-2228.92,462.375,0.619222,120,10,0,1,0,1,0,0,0),(207339,30627,1,1,2,0,1,7811.89,-2184.61,473.085,2.40855,120,10,0,1,0,1,0,0,0),(207340,30627,1,1,2,0,1,7819.2,-2189.3,472.577,6.14549,120,10,0,1,0,1,0,0,0),(207341,30627,1,1,2,0,1,7834.28,-2148.89,485.644,3.45187,120,10,0,1,0,1,0,0,0),(207342,30627,1,1,2,0,1,7847.39,-2151.63,482.205,2.88288,120,10,0,1,0,1,0,0,0),(207343,30627,1,1,2,0,1,7864.72,-2242.91,468.721,5.91538,120,10,0,1,0,1,0,0,0),(207344,30627,1,1,2,0,1,7880.41,-2177.52,478.835,5.86337,120,10,0,1,0,1,0,0,0),(207345,30627,1,1,2,0,1,7885.47,-2181.66,478.783,2.57506,120,10,0,1,0,1,0,0,0),(207346,30627,1,1,2,0,1,7886.31,-2182.19,478.849,5.62299,120,10,0,1,0,1,0,0,0),(207347,30627,1,1,2,0,1,7901.62,-2235.67,476.772,4.44047,120,10,0,1,0,1,0,0,0),(207348,30627,1,1,2,0,1,7903.12,-2128.66,494.152,3.16307,120,10,0,1,0,1,0,0,0),(207349,30627,1,1,2,0,1,7903.28,-2227.99,476.287,2.25147,120,10,0,1,0,1,0,0,0),(207214,32594,571,1,4,0,1,7306.99,-2931.49,851.378,1.5184,120,0,0,1,0,0,0,0,0),(207215,32571,571,1,4,0,0,7309.45,-2612.99,814.927,1.5882,120,0,0,1,0,0,0,0,0),(207216,32540,571,1,4,0,1,7285.09,-2864.6,822.226,0.8726,120,0,0,1,0,0,0,0,0),(207217,30456,571,1,4,0,0,7358.63,-2815.48,797.964,1.6929,120,0,0,1,0,0,0,0,0),(207218,30294,571,1,4,0,0,7365.76,-2674.17,747.048,3.9269,120,0,0,1,0,0,0,0,0),(207219,30127,571,1,8,0,1,7199.22,-2653.99,813.64,0.2268,120,0,0,1,0,0,0,0,0),(207220,30105,571,1,5,0,1,7345.9,-2812.95,798.571,1.5009,120,0,0,1,0,0,0,0,0),(1975798,22515,631,15,1,0,0,486.092,-2061.76,845.878,0,120,0,0,0,0,0,0,0,0),(1975797,22515,631,15,1,0,0,482.924,-2078.25,840.94,0,120,0,0,0,0,0,0,0,0),(1975796,22515,631,15,1,0,0,477.042,-2164.19,840.94,0,120,0,0,0,0,0,0,0,0),(1975795,22515,631,15,1,0,0,470.72,-2183.84,845.878,0,120,0,0,0,0,0,0,0,0),(1975794,22515,631,15,1,0,0,466.25,-2071.3,845.878,0,120,0,0,0,0,0,0,0,0),(1975816,36171,631,15,1,0,0,514.554,-2523.16,1049.95,0,120,0,0,0,0,0,0,0,0),(1975815,36171,631,15,1,0,0,495.708,-2523.76,1049.95,0,120,0,0,0,0,0,0,0,0),(150211,36597,631,15,1,0,1,428.597,-2123.88,864.959,0,604800,0,0,0,0,0,0,0,0),(150212,38995,631,15,1,0,1,505.212,-2124.35,840.94,0,3600,0,0,0,0,0,0,0,0),(150213,26523,571,1,1,0,0,3276.47,-735.589,168.92,3.89208,120,0,0,1,0,0,0,0,0),(150214,26523,571,1,1,0,0,3282.07,-740.141,169.102,4.01426,120,0,0,1,0,0,0,0,0),(150215,26523,571,1,1,0,0,3287.59,-744.934,169.402,4.10152,120,0,0,1,0,0,0,0,0),(150216,26523,571,1,1,0,0,3293.81,-749.658,169.788,4.17134,120,0,0,1,0,0,0,0,0),(150217,26523,571,1,1,0,0,3299.85,-753.186,170.579,4.2586,120,0,0,1,0,0,0,0,0),(150218,39372,631,15,1,0,1,-48.8993,2219.42,27.9859,3.22886,120,0,0,1,0,0,0,0,0),(129440,19169,530,1,1,22360,1,9687.96,-7346.09,11.956,1.50098,120,0,0,1,0,0,0,0,0),(129441,19169,530,1,1,22361,1,9689.33,-7345.39,11.9144,4.20624,120,0,0,1,0,0,3,0,0),(129442,19169,530,1,1,22361,1,9556.56,-7157.38,14.2799,6.10865,120,0,0,1,0,0,3,0,0),(129443,19169,530,1,1,22360,1,9558.34,-7157.94,14.3132,2.63545,120,0,0,1,0,0,0,0,0),(129444,19169,530,1,1,22361,1,9757.39,-7485.7,13.6171,4.76475,120,0,0,1,0,0,3,0,0),(129445,19169,530,1,1,22360,1,9757.64,-7487.37,13.6167,1.55334,120,0,0,1,0,0,0,0,0),(128461,19176,1,1,1,22376,0,-1240.74,88.4645,129.187,2.23402,180,0,0,1,0,0,0,0,0),(128462,19176,1,1,1,22377,0,-1240.55,90.6357,129.002,4.83456,180,0,0,1,0,0,3,0,0),(128463,19176,1,1,1,0,0,-1240.74,88.4645,129.187,2.23402,180,0,0,1,0,0,0,0,0),(128464,19176,1,1,1,0,0,-1240.55,90.6357,129.002,4.83456,180,0,0,1,0,0,3,0,0),(137705,30407,571,1,2,0,0,6626.3,506.401,397.147,4.18879,120,0,0,1,0,0,0,0,0),(137706,30407,571,1,2,0,0,6637.99,543.435,399.442,3.71755,120,0,0,1,0,0,0,0,0),(137707,30407,571,1,2,0,0,6639.68,584.768,404.993,4.29351,120,0,0,1,0,0,0,0,0),(137708,30407,571,1,2,0,0,6661.97,459.709,406.892,3.83972,120,0,0,1,0,0,0,0,0),(137709,30407,571,1,2,0,0,6706.3,419.095,411.276,3.50811,120,0,0,1,0,0,0,0,0),(137710,30407,571,1,2,0,0,6706.94,508.801,402.886,3.87463,120,0,0,1,0,0,0,0,0),(137711,30407,571,1,2,0,0,6717.4,471.659,407.545,3.71755,120,0,0,1,0,0,0,0,0),(137712,30407,571,1,2,0,0,6719.31,453.598,419.284,3.63028,120,0,0,1,0,0,0,0,0),(137713,30407,571,1,2,0,0,6747.94,625.842,426.121,3.35103,120,0,0,1,0,0,0,0,0),(137714,30407,571,1,2,0,0,6751.84,482.251,419.284,2.84489,120,0,0,1,0,0,0,0,0),(137715,30407,571,1,2,0,0,6763.8,583.042,425.983,3.92699,120,0,0,1,0,0,0,0,0),(137716,30407,571,1,2,0,0,6770.93,560.351,429.174,3.85718,120,0,0,1,0,0,0,0,0),(137717,30407,571,1,2,0,0,6808.22,533.132,425.147,3.71755,120,0,0,1,0,0,0,0,0),(137718,30407,571,1,2,0,0,6858.35,482.925,467.956,1.18682,120,0,0,1,0,0,0,0,0),(137719,30407,571,1,2,0,0,6923.79,482.555,471.962,2.11185,120,0,0,1,0,0,0,0,0),(137720,30407,571,1,2,0,0,6561.04,530.434,405.425,4.59022,120,0,0,1,0,0,0,0,0),(137721,30407,571,1,2,0,0,6406.62,298.348,468.439,5.20108,120,0,0,1,0,0,0,0,0),(137722,30407,571,1,2,0,0,6629.71,654.945,405.149,4.41568,120,0,0,1,0,0,0,0,0),(137723,30407,571,1,2,0,0,6580.1,599.227,419.102,0.928458,120,0,0,1,0,0,0,0,0),(137724,30544,571,1,2,23883,0,6760.42,515.039,411.837,3.66099,300,0,0,11770,0,2,0,0,0),(137725,30544,571,1,2,23883,0,6769.89,628.623,425.97,-1.65443,300,0,0,11770,0,2,0,0,0),(137726,30544,571,1,2,23883,0,6697.87,429.598,406.569,1.77104,300,0,0,11770,0,2,0,0,0),(137727,30544,571,1,2,23883,0,6622.62,585.661,402.875,5.61246,300,0,0,11770,0,2,0,0,0),(137728,30544,571,1,2,23883,0,6710.23,685.938,408.296,3.24837,300,0,0,11770,0,2,0,0,0),(137729,30544,571,1,2,23883,0,6575.6,465.094,407.446,2.69257,300,0,0,11770,0,2,0,0,0),(137730,30544,571,1,2,23883,0,6641.92,396.595,408.673,2.55359,300,0,0,11770,0,2,0,0,0),(1789,36851,571,1,1,0,0,5796.97,693.943,658.352,0.383972,300,0,0,1,0,0,0,0,0),(1790,36856,571,1,1,0,0,5798.27,691.66,658.032,0.436332,300,0,0,1,0,0,0,0,0),(1823,33031,571,1,1,0,1,5743.38,672.059,612.487,5.42797,300,0,0,1,0,0,0,0,0),(4761,37942,571,1,1,0,1,5765.45,734.38,653.748,2.7227,300,0,0,1,0,0,0,0,0),(207630,34949,530,1,1,0,0,-1955.67,5251.03,-42.389,5.32325,120,0,0,1,0,0,0,0,0),(207631,34949,530,1,1,0,0,-2039.23,5331.15,-40.4661,4.81711,120,0,0,1,0,0,0,0,0),(207632,34951,530,1,1,0,0,-2039.33,5327.61,-39.8431,1.55334,120,0,0,1,0,0,0,0,0),(207633,34949,530,1,1,0,0,-2054.11,5246.56,-39.2211,1.8326,120,0,0,1,0,0,0,0,0),(207634,34951,530,1,1,0,0,-2054.87,5250.2,-38.944,5.06145,120,0,0,1,0,0,0,0,0),(207635,34948,530,1,1,0,0,-1649.32,5219.5,-43.031,4.50295,120,0,0,1,0,0,0,0,0),(207636,34950,530,1,1,0,0,-1650.46,5216.03,-42.111,1.29154,120,0,0,1,0,0,0,0,0),(207637,34948,530,1,1,0,0,-1667.33,5410.56,-40.3227,1.6057,120,0,0,1,0,0,0,0,0),(207638,34950,530,1,1,0,0,-1667.34,5413.18,-40.3227,4.7822,120,0,0,1,0,0,0,0,0),(207639,34948,530,1,1,0,0,-1676.71,5504.1,-40.316,2.6529,120,0,0,1,0,0,0,0,0),(207640,34950,530,1,1,0,0,-1678.97,5505.96,-40.307,5.79449,120,0,0,1,0,0,0,0,0),(207641,34948,530,1,1,0,0,-1764.38,5158.26,-37.1216,5.86431,120,0,0,1,0,0,0,0,0),(207642,34948,530,1,1,0,0,-1779.92,5252.18,-40.1258,3.90954,120,0,0,1,0,0,0,0,0),(207643,34950,530,1,1,0,0,-1782.26,5249.88,-40.1258,1.0821,120,0,0,1,0,0,0,0,0),(207644,34950,530,1,1,0,0,-1783.07,5451.48,-12.3448,1.76278,120,0,0,1,0,0,0,0,0),(207645,34948,530,1,1,0,0,-1784.13,5455.85,-12.3448,4.7473,120,0,0,1,0,0,0,0,0),(207646,34950,530,1,1,0,0,-1817.3,5431.37,-12.3449,1.74533,120,0,0,1,0,0,0,0,0),(207647,34948,530,1,1,0,0,-1818.03,5434.83,-12.3449,4.60767,120,0,0,1,0,0,0,0,0),(207648,34950,530,1,1,0,0,-1839.07,5148.27,-42.8,4.29351,120,0,0,1,0,0,0,0,0),(207649,34950,530,1,1,0,0,-1840.23,5146.01,-42.2827,0.959931,120,0,0,1,0,0,0,0,0),(207650,34950,530,1,1,0,0,-1846.33,5347.47,-12.3448,3.83972,120,0,0,1,0,0,0,0,0),(207651,34948,530,1,1,0,0,-1850.34,5346.85,-12.3448,6.14356,120,0,0,1,0,0,0,0,0),(207652,34950,530,1,1,0,0,-1881.62,5512.39,-12.3448,3.90954,120,0,0,1,0,0,0,0,0),(207653,34950,530,1,1,0,0,-1885.31,5510.87,-12.3448,0.453786,120,0,0,1,0,0,0,0,0),(207654,34948,530,1,1,0,0,-1943.89,5408,-12.3448,1.50098,120,0,0,1,0,0,0,0,0),(207655,34950,530,1,1,0,0,-1944.16,5411.71,-12.3448,4.81711,120,0,0,1,0,0,0,0,0),(207656,34948,530,1,1,0,0,-2030.25,5224.99,-41.3888,3.29867,120,0,0,1,0,0,0,0,0),(207657,34950,530,1,1,0,0,-2033.21,5224.99,-41.0004,0.366519,120,0,0,1,0,0,0,0,0),(207658,34948,530,1,1,0,0,-2047.45,5346.7,-40.705,2.61799,120,0,0,1,0,0,0,0,0),(207659,34950,530,1,1,0,0,-2049.34,5348.6,-40.9915,5.51524,120,0,0,1,0,0,0,0,0),(207660,35022,530,1,1,0,1,-1964.78,5259.32,-38.7629,4.43314,120,0,0,1,0,0,0,0,0),(207661,35026,530,1,1,0,1,-1766.13,5257.02,-38.764,5.51524,120,0,0,1,0,0,0,0,0),(207662,30567,530,1,1,0,0,-1666.55,5192.02,-41.3905,3.71755,120,0,0,1,0,0,0,0,0),(207663,30567,530,1,1,0,0,-1669.92,5188.15,-43.2296,0.523599,120,0,0,1,0,0,0,0,0),(207664,30567,530,1,1,0,0,-1688.98,5531.12,-40.4948,4.64258,120,0,0,1,0,0,0,0,0),(207665,30567,530,1,1,0,0,-1689.12,5527.93,-40.3166,1.50098,120,0,0,1,0,0,0,0,0),(207666,30567,530,1,1,0,0,-1738.01,5147.58,-37.1216,4.04916,120,0,0,1,0,0,0,0,0),(207667,30567,530,1,1,0,0,-1797.06,5479.81,-12.3448,2.1293,120,0,0,1,0,0,0,0,0),(207668,30567,530,1,1,0,0,-1799.63,5482.91,-12.3448,5.18363,120,0,0,1,0,0,0,0,0),(207669,30567,530,1,1,0,0,-1809.68,5366.84,-12.3448,3.92699,120,0,0,1,0,0,0,0,0),(207670,30567,530,1,1,0,0,-1812.39,5364.03,-12.3448,0.698132,120,0,0,1,0,0,0,0,0),(207671,30567,530,1,1,0,0,-1865.91,5144.91,-42.5324,1.8675,120,0,0,1,0,0,0,0,0),(207672,30567,530,1,1,0,0,-1867.23,5148.14,-43.1353,4.97419,120,0,0,1,0,0,0,0,0),(207673,30567,530,1,1,0,0,-1908.2,5433.96,-12.3449,1.74533,120,0,0,1,0,0,0,0,0),(207674,30567,530,1,1,0,0,-1908.43,5437.61,-12.3449,4.93928,120,0,0,1,0,0,0,0,0),(207675,30567,530,1,1,0,0,-1912.37,5497.59,-12.3448,3.66519,120,0,0,1,0,0,0,0,0),(207676,30567,530,1,1,0,0,-1915.73,5495.29,-12.3448,0.191986,120,0,0,1,0,0,0,0,0),(207677,30567,530,1,1,0,0,-1926.31,5376.15,-12.3448,2.11185,120,0,0,1,0,0,0,0,0),(207678,30567,530,1,1,0,0,-1928.93,5379.56,-12.3448,5.27089,120,0,0,1,0,0,0,0,0),(207679,30567,530,1,1,0,0,-1953.4,5248.49,-42.6463,2.11185,120,0,0,1,0,0,0,0,0),(207680,30567,530,1,1,0,0,-1955.67,5251.03,-42.389,5.32325,120,0,0,1,0,0,0,0,0),(207681,30567,530,1,1,0,0,-2039.23,5331.15,-40.4661,4.81711,120,0,0,1,0,0,0,0,0),(207682,30567,530,1,1,0,0,-2039.33,5327.61,-39.8431,1.55334,120,0,0,1,0,0,0,0,0),(207683,30567,530,1,1,0,0,-2054.11,5246.56,-39.2211,1.8326,120,0,0,1,0,0,0,0,0),(207684,30567,530,1,1,0,0,-2054.87,5250.2,-38.944,5.06145,120,0,0,1,0,0,0,0,0),(207685,30566,530,1,1,0,0,-1649.32,5219.5,-43.031,4.50295,120,0,0,1,0,0,0,0,0),(207686,30566,530,1,1,0,0,-1650.46,5216.03,-42.111,1.29154,120,0,0,1,0,0,0,0,0),(207687,30566,530,1,1,0,0,-1667.33,5410.56,-40.3227,1.6057,120,0,0,1,0,0,0,0,0),(207688,30566,530,1,1,0,0,-1667.34,5413.18,-40.3227,4.7822,120,0,0,1,0,0,0,0,0),(207689,30566,530,1,1,0,0,-1676.71,5504.1,-40.316,2.6529,120,0,0,1,0,0,0,0,0),(207690,30566,530,1,1,0,0,-1678.97,5505.96,-40.307,5.79449,120,0,0,1,0,0,0,0,0),(207691,30566,530,1,1,0,0,-1764.38,5158.26,-37.1216,5.86431,120,0,0,1,0,0,0,0,0),(207692,30566,530,1,1,0,0,-1779.92,5252.18,-40.1258,3.90954,120,0,0,1,0,0,0,0,0),(207693,30566,530,1,1,0,0,-1782.26,5249.88,-40.1258,1.0821,120,0,0,1,0,0,0,0,0),(207694,30566,530,1,1,0,0,-1783.07,5451.48,-12.3448,1.76278,120,0,0,1,0,0,0,0,0),(207695,30566,530,1,1,0,0,-1784.13,5455.85,-12.3448,4.7473,120,0,0,1,0,0,0,0,0),(207696,30566,530,1,1,0,0,-1817.3,5431.37,-12.3449,1.74533,120,0,0,1,0,0,0,0,0),(207697,30566,530,1,1,0,0,-1818.03,5434.83,-12.3449,4.60767,120,0,0,1,0,0,0,0,0),(207698,30566,530,1,1,0,0,-1839.07,5148.27,-42.8,4.29351,120,0,0,1,0,0,0,0,0),(207699,30566,530,1,1,0,0,-1840.23,5146.01,-42.2827,0.959931,120,0,0,1,0,0,0,0,0),(207700,30566,530,1,1,0,0,-1846.33,5347.47,-12.3448,3.83972,120,0,0,1,0,0,0,0,0),(207701,30566,530,1,1,0,0,-1850.34,5346.85,-12.3448,6.14356,120,0,0,1,0,0,0,0,0),(207702,30566,530,1,1,0,0,-1881.62,5512.39,-12.3448,3.90954,120,0,0,1,0,0,0,0,0),(207703,30566,530,1,1,0,0,-1885.31,5510.87,-12.3448,0.453786,120,0,0,1,0,0,0,0,0),(207704,30566,530,1,1,0,0,-1943.89,5408,-12.3448,1.50098,120,0,0,1,0,0,0,0,0),(207705,30566,530,1,1,0,0,-1944.16,5411.71,-12.3448,4.81711,120,0,0,1,0,0,0,0,0),(207706,30566,530,1,1,0,0,-2030.25,5224.99,-41.3888,3.29867,120,0,0,1,0,0,0,0,0),(207707,30566,530,1,1,0,0,-2033.21,5224.99,-41.0004,0.366519,120,0,0,1,0,0,0,0,0),(207708,30566,530,1,1,0,0,-2047.45,5346.7,-40.705,2.61799,120,0,0,1,0,0,0,0,0),(207709,30566,530,1,1,0,0,-2049.34,5348.6,-40.9915,5.51524,120,0,0,1,0,0,0,0,0),(207710,30586,530,1,1,0,1,-1964.78,5259.32,-38.7629,4.43314,120,0,0,1,0,0,0,0,0),(207711,30587,530,1,1,0,1,-1766.13,5257.02,-38.764,5.51524,120,0,0,1,0,0,0,0,0),(207712,14990,530,1,1,0,0,-1666.55,5192.02,-41.3905,3.71755,120,0,0,1,0,0,0,0,0),(207713,14990,530,1,1,0,0,-1669.92,5188.15,-43.2296,0.523599,120,0,0,1,0,0,0,0,0),(207714,14990,530,1,1,0,0,-1688.98,5531.12,-40.4948,4.64258,120,0,0,1,0,0,0,0,0),(207715,14990,530,1,1,0,0,-1689.12,5527.93,-40.3166,1.50098,120,0,0,1,0,0,0,0,0),(207716,14990,530,1,1,0,0,-1738.01,5147.58,-37.1216,4.04916,120,0,0,1,0,0,0,0,0),(207717,14990,530,1,1,0,0,-1797.06,5479.81,-12.3448,2.1293,120,0,0,1,0,0,0,0,0),(207718,14990,530,1,1,0,0,-1799.63,5482.91,-12.3448,5.18363,120,0,0,1,0,0,0,0,0),(207719,14990,530,1,1,0,0,-1809.68,5366.84,-12.3448,3.92699,120,0,0,1,0,0,0,0,0),(207720,14990,530,1,1,0,0,-1812.39,5364.03,-12.3448,0.698132,120,0,0,1,0,0,0,0,0),(207721,14990,530,1,1,0,0,-1865.91,5144.91,-42.5324,1.8675,120,0,0,1,0,0,0,0,0),(207722,14990,530,1,1,0,0,-1867.23,5148.14,-43.1353,4.97419,120,0,0,1,0,0,0,0,0),(207723,14990,530,1,1,0,0,-1908.2,5433.96,-12.3449,1.74533,120,0,0,1,0,0,0,0,0),(207724,14990,530,1,1,0,0,-1908.43,5437.61,-12.3449,4.93928,120,0,0,1,0,0,0,0,0),(207725,14990,530,1,1,0,0,-1912.37,5497.59,-12.3448,3.66519,120,0,0,1,0,0,0,0,0),(207726,14990,530,1,1,0,0,-1915.73,5495.29,-12.3448,0.191986,120,0,0,1,0,0,0,0,0),(207727,14990,530,1,1,0,0,-1926.31,5376.15,-12.3448,2.11185,120,0,0,1,0,0,0,0,0),(207728,14990,530,1,1,0,0,-1928.93,5379.56,-12.3448,5.27089,120,0,0,1,0,0,0,0,0),(207729,14990,530,1,1,0,0,-1953.4,5248.49,-42.6463,2.11185,120,0,0,1,0,0,0,0,0),(207730,14990,530,1,1,0,0,-1955.67,5251.03,-42.389,5.32325,120,0,0,1,0,0,0,0,0),(207731,14990,530,1,1,0,0,-2039.23,5331.15,-40.4661,4.81711,120,0,0,1,0,0,0,0,0),(207732,14990,530,1,1,0,0,-2039.33,5327.61,-39.8431,1.55334,120,0,0,1,0,0,0,0,0),(207733,14990,530,1,1,0,0,-2054.11,5246.56,-39.2211,1.8326,120,0,0,1,0,0,0,0,0),(207734,14990,530,1,1,0,0,-2054.87,5250.2,-38.944,5.06145,120,0,0,1,0,0,0,0,0),(207735,14991,530,1,1,0,0,-1649.32,5219.5,-43.031,4.50295,120,0,0,1,0,0,0,0,0),(207736,14991,530,1,1,0,0,-1650.46,5216.03,-42.111,1.29154,120,0,0,1,0,0,0,0,0),(207737,14991,530,1,1,0,0,-1667.33,5410.56,-40.3227,1.6057,120,0,0,1,0,0,0,0,0),(207738,14991,530,1,1,0,0,-1667.34,5413.18,-40.3227,4.7822,120,0,0,1,0,0,0,0,0),(207739,14991,530,1,1,0,0,-1676.71,5504.1,-40.316,2.6529,120,0,0,1,0,0,0,0,0),(207740,14991,530,1,1,0,0,-1678.97,5505.96,-40.307,5.79449,120,0,0,1,0,0,0,0,0),(207741,14991,530,1,1,0,0,-1764.38,5158.26,-37.1216,5.86431,120,0,0,1,0,0,0,0,0),(207742,14991,530,1,1,0,0,-1779.92,5252.18,-40.1258,3.90954,120,0,0,1,0,0,0,0,0),(207743,14991,530,1,1,0,0,-1782.26,5249.88,-40.1258,1.0821,120,0,0,1,0,0,0,0,0),(207744,14991,530,1,1,0,0,-1783.07,5451.48,-12.3448,1.76278,120,0,0,1,0,0,0,0,0),(207745,14991,530,1,1,0,0,-1784.13,5455.85,-12.3448,4.7473,120,0,0,1,0,0,0,0,0),(207746,14991,530,1,1,0,0,-1817.3,5431.37,-12.3449,1.74533,120,0,0,1,0,0,0,0,0),(207747,14991,530,1,1,0,0,-1818.03,5434.83,-12.3449,4.60767,120,0,0,1,0,0,0,0,0),(207748,14991,530,1,1,0,0,-1839.07,5148.27,-42.8,4.29351,120,0,0,1,0,0,0,0,0),(207749,14991,530,1,1,0,0,-1840.23,5146.01,-42.2827,0.959931,120,0,0,1,0,0,0,0,0),(207750,14991,530,1,1,0,0,-1846.33,5347.47,-12.3448,3.83972,120,0,0,1,0,0,0,0,0),(207751,14991,530,1,1,0,0,-1850.34,5346.85,-12.3448,6.14356,120,0,0,1,0,0,0,0,0),(207752,14991,530,1,1,0,0,-1881.62,5512.39,-12.3448,3.90954,120,0,0,1,0,0,0,0,0),(207753,14991,530,1,1,0,0,-1885.31,5510.87,-12.3448,0.453786,120,0,0,1,0,0,0,0,0),(207754,14991,530,1,1,0,0,-1943.89,5408,-12.3448,1.50098,120,0,0,1,0,0,0,0,0),(207755,14991,530,1,1,0,0,-1944.16,5411.71,-12.3448,4.81711,120,0,0,1,0,0,0,0,0),(207756,14991,530,1,1,0,0,-2030.25,5224.99,-41.3888,3.29867,120,0,0,1,0,0,0,0,0),(207757,14991,530,1,1,0,0,-2033.21,5224.99,-41.0004,0.366519,120,0,0,1,0,0,0,0,0),(207758,14991,530,1,1,0,0,-2047.45,5346.7,-40.705,2.61799,120,0,0,1,0,0,0,0,0),(207759,14991,530,1,1,0,0,-2049.34,5348.6,-40.9915,5.51524,120,0,0,1,0,0,0,0,0),(207760,20274,530,1,1,0,1,-1964.78,5259.32,-38.7629,4.43314,120,0,0,1,0,0,0,0,0),(207761,20273,530,1,1,0,1,-1766.13,5257.02,-38.764,5.51524,120,0,0,1,0,0,0,0,0),(207762,22015,530,1,1,0,0,-1666.55,5192.02,-41.3905,3.71755,120,0,0,1,0,0,0,0,0),(207763,22015,530,1,1,0,0,-1669.92,5188.15,-43.2296,0.523599,120,0,0,1,0,0,0,0,0),(207764,22015,530,1,1,0,0,-1688.98,5531.12,-40.4948,4.64258,120,0,0,1,0,0,0,0,0),(207765,22015,530,1,1,0,0,-1689.12,5527.93,-40.3166,1.50098,120,0,0,1,0,0,0,0,0),(207766,22015,530,1,1,0,0,-1738.01,5147.58,-37.1216,4.04916,120,0,0,1,0,0,0,0,0),(207767,22015,530,1,1,0,0,-1797.06,5479.81,-12.3448,2.1293,120,0,0,1,0,0,0,0,0),(207768,22015,530,1,1,0,0,-1799.63,5482.91,-12.3448,5.18363,120,0,0,1,0,0,0,0,0),(207769,22015,530,1,1,0,0,-1809.68,5366.84,-12.3448,3.92699,120,0,0,1,0,0,0,0,0),(207770,22015,530,1,1,0,0,-1812.39,5364.03,-12.3448,0.698132,120,0,0,1,0,0,0,0,0),(207771,22015,530,1,1,0,0,-1865.91,5144.91,-42.5324,1.8675,120,0,0,1,0,0,0,0,0),(207772,22015,530,1,1,0,0,-1867.23,5148.14,-43.1353,4.97419,120,0,0,1,0,0,0,0,0),(207773,22015,530,1,1,0,0,-1908.2,5433.96,-12.3449,1.74533,120,0,0,1,0,0,0,0,0),(207774,22015,530,1,1,0,0,-1908.43,5437.61,-12.3449,4.93928,120,0,0,1,0,0,0,0,0),(207775,22015,530,1,1,0,0,-1912.37,5497.59,-12.3448,3.66519,120,0,0,1,0,0,0,0,0),(207776,22015,530,1,1,0,0,-1915.73,5495.29,-12.3448,0.191986,120,0,0,1,0,0,0,0,0),(207777,22015,530,1,1,0,0,-1926.31,5376.15,-12.3448,2.11185,120,0,0,1,0,0,0,0,0),(207778,22015,530,1,1,0,0,-1928.93,5379.56,-12.3448,5.27089,120,0,0,1,0,0,0,0,0),(207779,22015,530,1,1,0,0,-1953.4,5248.49,-42.6463,2.11185,120,0,0,1,0,0,0,0,0),(207780,22015,530,1,1,0,0,-1955.67,5251.03,-42.389,5.32325,120,0,0,1,0,0,0,0,0),(207781,22015,530,1,1,0,0,-2039.23,5331.15,-40.4661,4.81711,120,0,0,1,0,0,0,0,0),(207782,22015,530,1,1,0,0,-2039.33,5327.61,-39.8431,1.55334,120,0,0,1,0,0,0,0,0),(207783,22015,530,1,1,0,0,-2054.11,5246.56,-39.2211,1.8326,120,0,0,1,0,0,0,0,0),(207784,22015,530,1,1,0,0,-2054.87,5250.2,-38.944,5.06145,120,0,0,1,0,0,0,0,0),(207785,22013,530,1,1,0,0,-1649.32,5219.5,-43.031,4.50295,120,0,0,1,0,0,0,0,0),(207786,22013,530,1,1,0,0,-1650.46,5216.03,-42.111,1.29154,120,0,0,1,0,0,0,0,0),(207787,22013,530,1,1,0,0,-1667.33,5410.56,-40.3227,1.6057,120,0,0,1,0,0,0,0,0),(207788,22013,530,1,1,0,0,-1667.34,5413.18,-40.3227,4.7822,120,0,0,1,0,0,0,0,0),(207789,22013,530,1,1,0,0,-1676.71,5504.1,-40.316,2.6529,120,0,0,1,0,0,0,0,0),(207790,22013,530,1,1,0,0,-1678.97,5505.96,-40.307,5.79449,120,0,0,1,0,0,0,0,0),(207791,22013,530,1,1,0,0,-1764.38,5158.26,-37.1216,5.86431,120,0,0,1,0,0,0,0,0),(207792,22013,530,1,1,0,0,-1779.92,5252.18,-40.1258,3.90954,120,0,0,1,0,0,0,0,0),(207793,22013,530,1,1,0,0,-1782.26,5249.88,-40.1258,1.0821,120,0,0,1,0,0,0,0,0),(207794,22013,530,1,1,0,0,-1783.07,5451.48,-12.3448,1.76278,120,0,0,1,0,0,0,0,0),(207795,22013,530,1,1,0,0,-1784.13,5455.85,-12.3448,4.7473,120,0,0,1,0,0,0,0,0),(207796,22013,530,1,1,0,0,-1817.3,5431.37,-12.3449,1.74533,120,0,0,1,0,0,0,0,0),(207797,22013,530,1,1,0,0,-1818.03,5434.83,-12.3449,4.60767,120,0,0,1,0,0,0,0,0),(207798,22013,530,1,1,0,0,-1839.07,5148.27,-42.8,4.29351,120,0,0,1,0,0,0,0,0),(207799,22013,530,1,1,0,0,-1840.23,5146.01,-42.2827,0.959931,120,0,0,1,0,0,0,0,0),(207800,22013,530,1,1,0,0,-1846.33,5347.47,-12.3448,3.83972,120,0,0,1,0,0,0,0,0),(207801,22013,530,1,1,0,0,-1850.34,5346.85,-12.3448,6.14356,120,0,0,1,0,0,0,0,0),(207802,22013,530,1,1,0,0,-1881.62,5512.39,-12.3448,3.90954,120,0,0,1,0,0,0,0,0),(207803,22013,530,1,1,0,0,-1885.31,5510.87,-12.3448,0.453786,120,0,0,1,0,0,0,0,0),(207804,22013,530,1,1,0,0,-1943.89,5408,-12.3448,1.50098,120,0,0,1,0,0,0,0,0),(207805,22013,530,1,1,0,0,-1944.16,5411.71,-12.3448,4.81711,120,0,0,1,0,0,0,0,0),(207806,22013,530,1,1,0,0,-2030.25,5224.99,-41.3888,3.29867,120,0,0,1,0,0,0,0,0),(207807,22013,530,1,1,0,0,-2033.21,5224.99,-41.0004,0.366519,120,0,0,1,0,0,0,0,0),(207808,22013,530,1,1,0,0,-2047.45,5346.7,-40.705,2.61799,120,0,0,1,0,0,0,0,0),(207809,22013,530,1,1,0,0,-2049.34,5348.6,-40.9915,5.51524,120,0,0,1,0,0,0,0,0),(207810,20384,530,1,1,0,1,-1964.78,5259.32,-38.7629,4.43314,120,0,0,1,0,0,0,0,0),(207811,20362,530,1,1,0,1,-1766.13,5257.02,-38.764,5.51524,120,0,0,1,0,0,0,0,0),(207812,15106,530,1,1,0,0,-1666.55,5192.02,-41.3905,3.71755,120,0,0,1,0,0,0,0,0),(207813,15106,530,1,1,0,0,-1669.92,5188.15,-43.2296,0.523599,120,0,0,1,0,0,0,0,0),(207814,15106,530,1,1,0,0,-1688.98,5531.12,-40.4948,4.64258,120,0,0,1,0,0,0,0,0),(207815,15106,530,1,1,0,0,-1689.12,5527.93,-40.3166,1.50098,120,0,0,1,0,0,0,0,0),(207816,15106,530,1,1,0,0,-1738.01,5147.58,-37.1216,4.04916,120,0,0,1,0,0,0,0,0),(207817,15106,530,1,1,0,0,-1797.06,5479.81,-12.3448,2.1293,120,0,0,1,0,0,0,0,0),(207818,15106,530,1,1,0,0,-1799.63,5482.91,-12.3448,5.18363,120,0,0,1,0,0,0,0,0),(207819,15106,530,1,1,0,0,-1809.68,5366.84,-12.3448,3.92699,120,0,0,1,0,0,0,0,0),(207820,15106,530,1,1,0,0,-1812.39,5364.03,-12.3448,0.698132,120,0,0,1,0,0,0,0,0),(207821,15106,530,1,1,0,0,-1865.91,5144.91,-42.5324,1.8675,120,0,0,1,0,0,0,0,0),(207822,15106,530,1,1,0,0,-1867.23,5148.14,-43.1353,4.97419,120,0,0,1,0,0,0,0,0),(207823,15106,530,1,1,0,0,-1908.2,5433.96,-12.3449,1.74533,120,0,0,1,0,0,0,0,0),(207824,15106,530,1,1,0,0,-1908.43,5437.61,-12.3449,4.93928,120,0,0,1,0,0,0,0,0),(207825,15106,530,1,1,0,0,-1912.37,5497.59,-12.3448,3.66519,120,0,0,1,0,0,0,0,0),(207826,15106,530,1,1,0,0,-1915.73,5495.29,-12.3448,0.191986,120,0,0,1,0,0,0,0,0),(207827,15106,530,1,1,0,0,-1926.31,5376.15,-12.3448,2.11185,120,0,0,1,0,0,0,0,0),(207828,15106,530,1,1,0,0,-1928.93,5379.56,-12.3448,5.27089,120,0,0,1,0,0,0,0,0),(207829,15106,530,1,1,0,0,-1953.4,5248.49,-42.6463,2.11185,120,0,0,1,0,0,0,0,0),(207830,15106,530,1,1,0,0,-1955.67,5251.03,-42.389,5.32325,120,0,0,1,0,0,0,0,0),(207831,15106,530,1,1,0,0,-2039.23,5331.15,-40.4661,4.81711,120,0,0,1,0,0,0,0,0),(207832,15106,530,1,1,0,0,-2039.33,5327.61,-39.8431,1.55334,120,0,0,1,0,0,0,0,0),(207833,15106,530,1,1,0,0,-2054.11,5246.56,-39.2211,1.8326,120,0,0,1,0,0,0,0,0),(207834,15106,530,1,1,0,0,-2054.87,5250.2,-38.944,5.06145,120,0,0,1,0,0,0,0,0),(207835,15103,530,1,1,0,0,-1649.32,5219.5,-43.031,4.50295,120,0,0,1,0,0,0,0,0),(207836,15103,530,1,1,0,0,-1650.46,5216.03,-42.111,1.29154,120,0,0,1,0,0,0,0,0),(207837,15103,530,1,1,0,0,-1667.33,5410.56,-40.3227,1.6057,120,0,0,1,0,0,0,0,0),(207838,15103,530,1,1,0,0,-1667.34,5413.18,-40.3227,4.7822,120,0,0,1,0,0,0,0,0),(207839,15103,530,1,1,0,0,-1676.71,5504.1,-40.316,2.6529,120,0,0,1,0,0,0,0,0),(207840,15103,530,1,1,0,0,-1678.97,5505.96,-40.307,5.79449,120,0,0,1,0,0,0,0,0),(207841,15103,530,1,1,0,0,-1764.38,5158.26,-37.1216,5.86431,120,0,0,1,0,0,0,0,0),(207842,15103,530,1,1,0,0,-1779.92,5252.18,-40.1258,3.90954,120,0,0,1,0,0,0,0,0),(207843,15103,530,1,1,0,0,-1782.26,5249.88,-40.1258,1.0821,120,0,0,1,0,0,0,0,0),(207844,15103,530,1,1,0,0,-1783.07,5451.48,-12.3448,1.76278,120,0,0,1,0,0,0,0,0),(207845,15103,530,1,1,0,0,-1784.13,5455.85,-12.3448,4.7473,120,0,0,1,0,0,0,0,0),(207846,15103,530,1,1,0,0,-1817.3,5431.37,-12.3449,1.74533,120,0,0,1,0,0,0,0,0),(207847,15103,530,1,1,0,0,-1818.03,5434.83,-12.3449,4.60767,120,0,0,1,0,0,0,0,0),(207848,15103,530,1,1,0,0,-1839.07,5148.27,-42.8,4.29351,120,0,0,1,0,0,0,0,0),(207849,15103,530,1,1,0,0,-1840.23,5146.01,-42.2827,0.959931,120,0,0,1,0,0,0,0,0),(207850,15103,530,1,1,0,0,-1846.33,5347.47,-12.3448,3.83972,120,0,0,1,0,0,0,0,0),(207851,15103,530,1,1,0,0,-1850.34,5346.85,-12.3448,6.14356,120,0,0,1,0,0,0,0,0),(207852,15103,530,1,1,0,0,-1881.62,5512.39,-12.3448,3.90954,120,0,0,1,0,0,0,0,0),(207853,15103,530,1,1,0,0,-1885.31,5510.87,-12.3448,0.453786,120,0,0,1,0,0,0,0,0),(207854,15103,530,1,1,0,0,-1943.89,5408,-12.3448,1.50098,120,0,0,1,0,0,0,0,0),(207855,15103,530,1,1,0,0,-1944.16,5411.71,-12.3448,4.81711,120,0,0,1,0,0,0,0,0),(207856,15103,530,1,1,0,0,-2030.25,5224.99,-41.3888,3.29867,120,0,0,1,0,0,0,0,0),(207857,15103,530,1,1,0,0,-2033.21,5224.99,-41.0004,0.366519,120,0,0,1,0,0,0,0,0),(207858,15103,530,1,1,0,0,-2047.45,5346.7,-40.705,2.61799,120,0,0,1,0,0,0,0,0),(207859,15103,530,1,1,0,0,-2049.34,5348.6,-40.9915,5.51524,120,0,0,1,0,0,0,0,0),(207860,20276,530,1,1,0,1,-1964.78,5259.32,-38.7629,4.43314,120,0,0,1,0,0,0,0,0),(207861,20271,530,1,1,0,1,-1766.13,5257.02,-38.764,5.51524,120,0,0,1,0,0,0,0,0),(207862,34948,571,1,1,0,0,5665.48,788.794,653.78,0.802851,120,0,0,1,0,0,0,0,0),(207863,34949,571,1,1,0,0,5913.77,566.837,639.693,5.02655,120,0,0,1,0,0,0,0,0),(207864,34950,571,1,1,0,0,5667.07,790.822,653.781,4.13643,120,0,0,1,0,0,0,0,0),(207865,34951,571,1,1,0,0,5915.16,564.112,639.693,2.18166,120,0,0,1,0,0,0,0,0),(207866,15102,571,1,1,0,0,5665.48,788.794,653.78,0.802851,120,0,0,1,0,0,0,0,0),(207867,15105,571,1,1,0,0,5913.77,566.837,639.693,5.02655,120,0,0,1,0,0,0,0,0),(207868,15102,571,1,1,0,0,5667.07,790.822,653.781,4.13643,120,0,0,1,0,0,0,0,0),(207869,15105,571,1,1,0,0,5915.16,564.112,639.693,2.18166,120,0,0,1,0,0,0,0,0),(207870,30566,571,1,1,0,0,5665.48,788.794,653.78,0.802851,120,0,0,1,0,0,0,0,0),(207871,30567,571,1,1,0,0,5913.77,566.837,639.693,5.02655,120,0,0,1,0,0,0,0,0),(207872,30566,571,1,1,0,0,5667.07,790.822,653.781,4.13643,120,0,0,1,0,0,0,0,0),(207873,30567,571,1,1,0,0,5915.16,564.112,639.693,2.18166,120,0,0,1,0,0,0,0,0),(207874,15103,571,1,1,0,0,5665.48,788.794,653.78,0.802851,120,0,0,1,0,0,0,0,0),(207875,15106,571,1,1,0,0,5913.77,566.837,639.693,5.02655,120,0,0,1,0,0,0,0,0),(207876,15103,571,1,1,0,0,5667.07,790.822,653.781,4.13643,120,0,0,1,0,0,0,0,0),(207877,15106,571,1,1,0,0,5915.16,564.112,639.693,2.18166,120,0,0,1,0,0,0,0,0),(207878,14991,571,1,1,0,0,5665.48,788.794,653.78,0.802851,120,0,0,1,0,0,0,0,0),(207879,14990,571,1,1,0,0,5913.77,566.837,639.693,5.02655,120,0,0,1,0,0,0,0,0),(207880,14991,571,1,1,0,0,5667.07,790.822,653.781,4.13643,120,0,0,1,0,0,0,0,0),(207881,14990,571,1,1,0,0,5915.16,564.112,639.693,2.18166,120,0,0,1,0,0,0,0,0),(207882,22013,571,1,1,0,0,5665.48,788.794,653.78,0.802851,120,0,0,1,0,0,0,0,0),(207883,22015,571,1,1,0,0,5913.77,566.837,639.693,5.02655,120,0,0,1,0,0,0,0,0),(207884,22013,571,1,1,0,0,5667.07,790.822,653.781,4.13643,120,0,0,1,0,0,0,0,0),(207885,22015,571,1,1,0,0,5915.16,564.112,639.693,2.18166,120,0,0,1,0,0,0,0,0),(207886,22013,1,1,1,0,0,9727.12,2542.52,1335.24,2.42601,120,0,0,1,0,0,0,0,0),(207887,22013,1,1,1,0,0,9952.47,2089.45,1327.72,4.78552,120,0,0,1,0,2,0,0,0),(207888,22013,1,1,1,0,0,9959.42,2484.32,1316.13,0.750492,120,0,0,1,0,0,0,0,0),(207889,22013,1,1,1,0,0,9961.1,2179.29,1327.8,5.13127,120,0,0,1,0,0,0,0,0),(207890,22013,1,1,1,0,0,9983.62,2350.23,1330.87,4.92183,120,0,0,1,0,0,0,0,0),(207891,22013,1,1,1,0,0,9724.21,2545,1335.76,5.58505,120,0,0,1,0,0,0,0,0),(207892,22013,1,1,1,0,0,9951.12,2089.54,1327.72,4.78566,120,0,0,1,0,0,0,0,0),(207893,22013,1,1,1,0,0,9962.13,2487.17,1316.12,3.9968,120,0,0,1,0,0,0,0,0),(207894,22013,1,1,1,0,0,9962.88,2175.22,1327.8,1.97222,120,0,0,1,0,0,0,0,0),(207895,22013,1,1,1,0,0,9984.56,2345.23,1330.87,1.74533,120,0,0,1,0,0,0,0,0),(207896,20383,1,1,1,0,1,9976.16,2314.49,1330.87,0.750492,120,0,0,1,0,0,0,0,0),(207897,34948,1,1,1,0,0,9727.12,2542.52,1335.24,2.42601,120,0,0,1,0,0,0,0,0),(207898,34948,1,1,1,0,0,9952.47,2089.45,1327.72,4.78552,120,0,0,1,0,2,0,0,0),(207899,34948,1,1,1,0,0,9959.42,2484.32,1316.13,0.750492,120,0,0,1,0,0,0,0,0),(207900,34948,1,1,1,0,0,9961.1,2179.29,1327.8,5.13127,120,0,0,1,0,0,0,0,0),(207901,34948,1,1,1,0,0,9983.62,2350.23,1330.87,4.92183,120,0,0,1,0,0,0,0,0),(207902,34950,1,1,1,0,0,9724.21,2545,1335.76,5.58505,120,0,0,1,0,0,0,0,0),(207903,34950,1,1,1,0,0,9951.12,2089.54,1327.72,4.78566,120,0,0,1,0,0,0,0,0),(207904,34950,1,1,1,0,0,9962.13,2487.17,1316.12,3.9968,120,0,0,1,0,0,0,0,0),(207905,34950,1,1,1,0,0,9962.88,2175.22,1327.8,1.97222,120,0,0,1,0,0,0,0,0),(207906,34950,1,1,1,0,0,9984.56,2345.23,1330.87,1.74533,120,0,0,1,0,0,0,0,0),(207907,35023,1,1,1,0,1,9976.16,2314.49,1330.87,0.750492,120,0,0,1,0,0,0,0,0),(207908,14991,1,1,1,0,0,9727.12,2542.52,1335.24,2.42601,120,0,0,1,0,0,0,0,0),(207909,14991,1,1,1,0,0,9952.47,2089.45,1327.72,4.78552,120,0,0,1,0,2,0,0,0),(207910,14991,1,1,1,0,0,9959.42,2484.32,1316.13,0.750492,120,0,0,1,0,0,0,0,0),(207911,14991,1,1,1,0,0,9961.1,2179.29,1327.8,5.13127,120,0,0,1,0,0,0,0,0),(207912,14991,1,1,1,0,0,9983.62,2350.23,1330.87,4.92183,120,0,0,1,0,0,0,0,0),(207913,14991,1,1,1,0,0,9724.21,2545,1335.76,5.58505,120,0,0,1,0,0,0,0,0),(207914,14991,1,1,1,0,0,9951.12,2089.54,1327.72,4.78566,120,0,0,1,0,0,0,0,0),(207915,14991,1,1,1,0,0,9962.13,2487.17,1316.12,3.9968,120,0,0,1,0,0,0,0,0),(207916,14991,1,1,1,0,0,9962.88,2175.22,1327.8,1.97222,120,0,0,1,0,0,0,0,0),(207917,14991,1,1,1,0,0,9984.56,2345.23,1330.87,1.74533,120,0,0,1,0,0,0,0,0),(207918,907,1,1,1,0,1,9976.16,2314.49,1330.87,0.750492,120,0,0,1,0,0,0,0,0),(207919,15103,1,1,1,0,0,9727.12,2542.52,1335.24,2.42601,120,0,0,1,0,0,0,0,0),(207920,15103,1,1,1,0,0,9952.47,2089.45,1327.72,4.78552,120,0,0,1,0,2,0,0,0),(207921,15103,1,1,1,0,0,9959.42,2484.32,1316.13,0.750492,120,0,0,1,0,0,0,0,0),(207922,15103,1,1,1,0,0,9961.1,2179.29,1327.8,5.13127,120,0,0,1,0,0,0,0,0),(207923,15103,1,1,1,0,0,9983.62,2350.23,1330.87,4.92183,120,0,0,1,0,0,0,0,0),(207924,15103,1,1,1,0,0,9724.21,2545,1335.76,5.58505,120,0,0,1,0,0,0,0,0),(207925,15103,1,1,1,0,0,9951.12,2089.54,1327.72,4.78566,120,0,0,1,0,0,0,0,0),(207926,15103,1,1,1,0,0,9962.13,2487.17,1316.12,3.9968,120,0,0,1,0,0,0,0,0),(207927,15103,1,1,1,0,0,9962.88,2175.22,1327.8,1.97222,120,0,0,1,0,0,0,0,0),(207928,15103,1,1,1,0,0,9984.56,2345.23,1330.87,1.74533,120,0,0,1,0,0,0,0,0),(207929,5118,1,1,1,0,1,9976.16,2314.49,1330.87,0.750492,120,0,0,1,0,0,0,0,0),(207930,30566,1,1,1,0,0,9727.12,2542.52,1335.24,2.42601,120,0,0,1,0,0,0,0,0),(207931,30566,1,1,1,0,0,9952.47,2089.45,1327.72,4.78552,120,0,0,1,0,2,0,0,0),(207932,30566,1,1,1,0,0,9959.42,2484.32,1316.13,0.750492,120,0,0,1,0,0,0,0,0),(207933,30566,1,1,1,0,0,9961.1,2179.29,1327.8,5.13127,120,0,0,1,0,0,0,0,0),(207934,30566,1,1,1,0,0,9983.62,2350.23,1330.87,4.92183,120,0,0,1,0,0,0,0,0),(207935,30566,1,1,1,0,0,9724.21,2545,1335.76,5.58505,120,0,0,1,0,0,0,0,0),(207936,30566,1,1,1,0,0,9951.12,2089.54,1327.72,4.78566,120,0,0,1,0,0,0,0,0),(207937,30566,1,1,1,0,0,9962.13,2487.17,1316.12,3.9968,120,0,0,1,0,0,0,0,0),(207938,30566,1,1,1,0,0,9962.88,2175.22,1327.8,1.97222,120,0,0,1,0,0,0,0,0),(207939,30566,1,1,1,0,0,9984.56,2345.23,1330.87,1.74533,120,0,0,1,0,0,0,0,0),(207940,30580,1,1,1,0,1,9976.16,2314.49,1330.87,0.750492,120,0,0,1,0,0,0,0,0),(207941,15102,1,1,1,0,0,9727.12,2542.52,1335.24,2.42601,120,0,0,1,0,0,0,0,0),(207942,15102,1,1,1,0,0,9952.47,2089.45,1327.72,4.78552,120,0,0,1,0,2,0,0,0),(207943,15102,1,1,1,0,0,9959.42,2484.32,1316.13,0.750492,120,0,0,1,0,0,0,0,0),(207944,15102,1,1,1,0,0,9961.1,2179.29,1327.8,5.13127,120,0,0,1,0,0,0,0,0),(207945,15102,1,1,1,0,0,9983.62,2350.23,1330.87,4.92183,120,0,0,1,0,0,0,0,0),(207946,15102,1,1,1,0,0,9724.21,2545,1335.76,5.58505,120,0,0,1,0,0,0,0,0),(207947,15102,1,1,1,0,0,9951.12,2089.54,1327.72,4.78566,120,0,0,1,0,0,0,0,0),(207948,15102,1,1,1,0,0,9962.13,2487.17,1316.12,3.9968,120,0,0,1,0,0,0,0,0),(207949,15102,1,1,1,0,0,9962.88,2175.22,1327.8,1.97222,120,0,0,1,0,0,0,0,0),(207950,15102,1,1,1,0,0,9984.56,2345.23,1330.87,1.74533,120,0,0,1,0,0,0,0,0),(207951,2302,1,1,1,0,1,9976.16,2314.49,1330.87,0.750492,120,0,0,1,0,0,0,0,0),(207952,34948,530,1,1,0,0,-3828.45,-11723.7,-106.651,3.85718,120,0,0,1,0,0,0,0,0),(207953,34948,530,1,1,0,0,-3844.63,-11420.5,-132.031,5.55015,120,0,0,1,0,0,0,0,0),(207954,34948,530,1,1,0,0,-3893.99,-11617.7,-137.819,4.22421,120,0,0,1,0,2,0,0,0),(207955,34948,530,1,1,0,0,-3912.03,-11629.6,-138.045,0.0872665,120,0,0,1,0,0,0,0,0),(207956,34948,530,1,1,0,0,-3950.1,-11699.9,-138.724,2.00713,120,0,0,1,0,0,0,0,0),(207957,34948,530,1,1,0,0,-4158.93,-11451.5,-130.977,2.07694,120,0,0,1,0,0,0,0,0),(207958,34950,530,1,1,0,0,-3832.2,-11726.6,-106.758,0.523599,120,0,0,1,0,0,0,0,0),(207959,34950,530,1,1,0,0,-3842.52,-11422.8,-132.023,2.63545,120,0,0,1,0,0,0,0,0),(207960,34950,530,1,1,0,0,-3892.21,-11618.6,-137.797,4.2238,120,0,0,1,0,0,0,0,0),(207961,34950,530,1,1,0,0,-3907.83,-11629.5,-137.97,3.15905,120,0,0,1,0,0,0,0,0),(207962,34950,530,1,1,0,0,-3951.84,-11696.5,-138.727,5.34071,120,0,0,1,0,0,0,0,0),(207963,34950,530,1,1,0,0,-4160.54,-11448.6,-130.924,5.37561,120,0,0,1,0,0,0,0,0),(207964,35027,530,1,1,0,1,-3979.98,-11358.9,-122.421,3.71755,120,0,0,1,0,0,0,0,0),(207965,15103,530,1,1,0,0,-3828.45,-11723.7,-106.651,3.85718,120,0,0,1,0,0,0,0,0),(207966,15103,530,1,1,0,0,-3844.63,-11420.5,-132.031,5.55015,120,0,0,1,0,0,0,0,0),(207967,15103,530,1,1,0,0,-3893.99,-11617.7,-137.819,4.22421,120,0,0,1,0,2,0,0,0),(207968,15103,530,1,1,0,0,-3912.03,-11629.6,-138.045,0.0872665,120,0,0,1,0,0,0,0,0),(207969,15103,530,1,1,0,0,-3950.1,-11699.9,-138.724,2.00713,120,0,0,1,0,0,0,0,0),(207970,15103,530,1,1,0,0,-4158.93,-11451.5,-130.977,2.07694,120,0,0,1,0,0,0,0,0),(207971,15103,530,1,1,0,0,-3832.2,-11726.6,-106.758,0.523599,120,0,0,1,0,0,0,0,0),(207972,15103,530,1,1,0,0,-3842.52,-11422.8,-132.023,2.63545,120,0,0,1,0,0,0,0,0),(207973,15103,530,1,1,0,0,-3892.21,-11618.6,-137.797,4.2238,120,0,0,1,0,0,0,0,0),(207974,15103,530,1,1,0,0,-3907.83,-11629.5,-137.97,3.15905,120,0,0,1,0,0,0,0,0),(207975,15103,530,1,1,0,0,-3951.84,-11696.5,-138.727,5.34071,120,0,0,1,0,0,0,0,0),(207976,15103,530,1,1,0,0,-4160.54,-11448.6,-130.924,5.37561,120,0,0,1,0,0,0,0,0),(207977,20119,530,1,1,0,1,-3979.98,-11358.9,-122.421,3.71755,120,0,0,1,0,0,0,0,0),(207978,30566,530,1,1,0,0,-3828.45,-11723.7,-106.651,3.85718,120,0,0,1,0,0,0,0,0),(207979,30566,530,1,1,0,0,-3844.63,-11420.5,-132.031,5.55015,120,0,0,1,0,0,0,0,0),(207980,30566,530,1,1,0,0,-3893.99,-11617.7,-137.819,4.22421,120,0,0,1,0,2,0,0,0),(207981,30566,530,1,1,0,0,-3912.03,-11629.6,-138.045,0.0872665,120,0,0,1,0,0,0,0,0),(207982,30566,530,1,1,0,0,-3950.1,-11699.9,-138.724,2.00713,120,0,0,1,0,0,0,0,0),(207983,30566,530,1,1,0,0,-4158.93,-11451.5,-130.977,2.07694,120,0,0,1,0,0,0,0,0),(207984,30566,530,1,1,0,0,-3832.2,-11726.6,-106.758,0.523599,120,0,0,1,0,0,0,0,0),(207985,30566,530,1,1,0,0,-3842.52,-11422.8,-132.023,2.63545,120,0,0,1,0,0,0,0,0),(207986,30566,530,1,1,0,0,-3892.21,-11618.6,-137.797,4.2238,120,0,0,1,0,0,0,0,0),(207987,30566,530,1,1,0,0,-3907.83,-11629.5,-137.97,3.15905,120,0,0,1,0,0,0,0,0),(207988,30566,530,1,1,0,0,-3951.84,-11696.5,-138.727,5.34071,120,0,0,1,0,0,0,0,0),(207989,30566,530,1,1,0,0,-4160.54,-11448.6,-130.924,5.37561,120,0,0,1,0,0,0,0,0),(207990,30581,530,1,1,0,1,-3979.98,-11358.9,-122.421,3.71755,120,0,0,1,0,0,0,0,0),(207991,22013,530,1,1,0,0,-3828.45,-11723.7,-106.651,3.85718,120,0,0,1,0,0,0,0,0),(207992,22013,530,1,1,0,0,-3844.63,-11420.5,-132.031,5.55015,120,0,0,1,0,0,0,0,0),(207993,22013,530,1,1,0,0,-3893.99,-11617.7,-137.819,4.22421,120,0,0,1,0,2,0,0,0),(207994,22013,530,1,1,0,0,-3912.03,-11629.6,-138.045,0.0872665,120,0,0,1,0,0,0,0,0),(207995,22013,530,1,1,0,0,-3950.1,-11699.9,-138.724,2.00713,120,0,0,1,0,0,0,0,0),(207996,22013,530,1,1,0,0,-4158.93,-11451.5,-130.977,2.07694,120,0,0,1,0,0,0,0,0),(207997,22013,530,1,1,0,0,-3832.2,-11726.6,-106.758,0.523599,120,0,0,1,0,0,0,0,0),(207998,22013,530,1,1,0,0,-3842.52,-11422.8,-132.023,2.63545,120,0,0,1,0,0,0,0,0),(207999,22013,530,1,1,0,0,-3892.21,-11618.6,-137.797,4.2238,120,0,0,1,0,0,0,0,0),(208000,22013,530,1,1,0,0,-3907.83,-11629.5,-137.97,3.15905,120,0,0,1,0,0,0,0,0),(208001,22013,530,1,1,0,0,-3951.84,-11696.5,-138.727,5.34071,120,0,0,1,0,0,0,0,0),(208002,22013,530,1,1,0,0,-4160.54,-11448.6,-130.924,5.37561,120,0,0,1,0,0,0,0,0),(208003,20382,530,1,1,0,1,-3979.98,-11358.9,-122.421,3.71755,120,0,0,1,0,0,0,0,0),(208004,15102,530,1,1,0,0,-3828.45,-11723.7,-106.651,3.85718,120,0,0,1,0,0,0,0,0),(208005,15102,530,1,1,0,0,-3844.63,-11420.5,-132.031,5.55015,120,0,0,1,0,0,0,0,0),(208006,15102,530,1,1,0,0,-3893.99,-11617.7,-137.819,4.22421,120,0,0,1,0,2,0,0,0),(208007,15102,530,1,1,0,0,-3912.03,-11629.6,-138.045,0.0872665,120,0,0,1,0,0,0,0,0),(208008,15102,530,1,1,0,0,-3950.1,-11699.9,-138.724,2.00713,120,0,0,1,0,0,0,0,0),(208009,15102,530,1,1,0,0,-4158.93,-11451.5,-130.977,2.07694,120,0,0,1,0,0,0,0,0),(208010,15102,530,1,1,0,0,-3832.2,-11726.6,-106.758,0.523599,120,0,0,1,0,0,0,0,0),(208011,15102,530,1,1,0,0,-3842.52,-11422.8,-132.023,2.63545,120,0,0,1,0,0,0,0,0),(208012,15102,530,1,1,0,0,-3892.21,-11618.6,-137.797,4.2238,120,0,0,1,0,0,0,0,0),(208013,15102,530,1,1,0,0,-3907.83,-11629.5,-137.97,3.15905,120,0,0,1,0,0,0,0,0),(208014,15102,530,1,1,0,0,-3951.84,-11696.5,-138.727,5.34071,120,0,0,1,0,0,0,0,0),(208015,15102,530,1,1,0,0,-4160.54,-11448.6,-130.924,5.37561,120,0,0,1,0,0,0,0,0),(208016,20118,530,1,1,0,1,-3979.98,-11358.9,-122.421,3.71755,120,0,0,1,0,0,0,0,0),(208017,14991,530,1,1,0,0,-3828.45,-11723.7,-106.651,3.85718,120,0,0,1,0,0,0,0,0),(208018,14991,530,1,1,0,0,-3844.63,-11420.5,-132.031,5.55015,120,0,0,1,0,0,0,0,0),(208019,14991,530,1,1,0,0,-3893.99,-11617.7,-137.819,4.22421,120,0,0,1,0,2,0,0,0),(208020,14991,530,1,1,0,0,-3912.03,-11629.6,-138.045,0.0872665,120,0,0,1,0,0,0,0,0),(208021,14991,530,1,1,0,0,-3950.1,-11699.9,-138.724,2.00713,120,0,0,1,0,0,0,0,0),(208022,14991,530,1,1,0,0,-4158.93,-11451.5,-130.977,2.07694,120,0,0,1,0,0,0,0,0),(208023,14991,530,1,1,0,0,-3832.2,-11726.6,-106.758,0.523599,120,0,0,1,0,0,0,0,0),(208024,14991,530,1,1,0,0,-3842.52,-11422.8,-132.023,2.63545,120,0,0,1,0,0,0,0,0),(208025,14991,530,1,1,0,0,-3892.21,-11618.6,-137.797,4.2238,120,0,0,1,0,0,0,0,0),(208026,14991,530,1,1,0,0,-3907.83,-11629.5,-137.97,3.15905,120,0,0,1,0,0,0,0,0),(208027,14991,530,1,1,0,0,-3951.84,-11696.5,-138.727,5.34071,120,0,0,1,0,0,0,0,0),(208028,14991,530,1,1,0,0,-4160.54,-11448.6,-130.924,5.37561,120,0,0,1,0,0,0,0,0),(208029,20120,530,1,1,0,1,-3979.98,-11358.9,-122.421,3.71755,120,0,0,1,0,0,0,0,0),(208030,15103,0,1,1,0,0,-4680.56,-985.584,501.646,3.08923,120,0,0,1,0,0,0,0,0),(208031,15103,0,1,1,0,0,-4683.46,-985.091,501.627,6.03884,120,0,0,1,0,0,0,0,0),(208032,15103,0,1,1,0,0,-5007.03,-1177.84,501.66,5.94314,120,0,0,1,0,2,0,0,0),(208033,15103,0,1,1,0,0,-5001.03,-1179.84,501.66,5.94313,120,0,0,1,0,0,0,0,0),(208034,15103,0,1,1,0,0,-4836.85,-1171.63,502.277,2.44346,120,0,0,1,0,0,0,0,0),(208035,15103,0,1,1,0,0,-4839.37,-1169.09,502.279,5.37561,120,0,0,1,0,0,0,0,0),(208036,15103,0,1,1,0,0,-4916.43,-848.374,501.745,4.72984,120,0,0,1,0,0,0,0,0),(208037,15103,0,1,1,0,0,-4916.61,-852.305,501.745,1.48353,120,0,0,1,0,0,0,0,0),(208038,15103,0,1,1,0,0,-5032.97,-926.68,501.743,4.64258,120,0,0,1,0,0,0,0,0),(208039,15103,0,1,1,0,0,-5033.75,-931.287,501.743,1.32645,120,0,0,1,0,0,0,0,0),(208040,15103,0,1,1,0,0,-5033.87,-1266.07,505.383,2.07694,120,0,0,1,0,0,0,0,0),(208041,15103,0,1,1,0,0,-5037.07,-1261.52,505.383,5.42797,120,0,0,1,0,0,0,0,0),(208042,12197,0,1,1,0,1,-5038.18,-1266.1,510.408,3.82227,120,0,0,1,0,0,0,0,0),(208043,34948,0,1,1,0,0,-4680.56,-985.584,501.646,3.08923,120,0,0,1,0,0,0,0,0),(208044,34950,0,1,1,0,0,-4683.46,-985.091,501.627,6.03884,120,0,0,1,0,0,0,0,0),(208045,34948,0,1,1,0,0,-5007.03,-1177.84,501.66,5.94314,120,0,0,1,0,2,0,0,0),(208046,34950,0,1,1,0,0,-5001.03,-1179.84,501.66,5.94313,120,0,0,1,0,0,0,0,0),(208047,34948,0,1,1,0,0,-4836.85,-1171.63,502.277,2.44346,120,0,0,1,0,0,0,0,0),(208048,34950,0,1,1,0,0,-4839.37,-1169.09,502.279,5.37561,120,0,0,1,0,0,0,0,0),(208049,34948,0,1,1,0,0,-4916.43,-848.374,501.745,4.72984,120,0,0,1,0,0,0,0,0),(208050,34950,0,1,1,0,0,-4916.61,-852.305,501.745,1.48353,120,0,0,1,0,0,0,0,0),(208051,34948,0,1,1,0,0,-5032.97,-926.68,501.743,4.64258,120,0,0,1,0,0,0,0,0),(208052,34950,0,1,1,0,0,-5033.75,-931.287,501.743,1.32645,120,0,0,1,0,0,0,0,0),(208053,34948,0,1,1,0,0,-5033.87,-1266.07,505.383,2.07694,120,0,0,1,0,0,0,0,0),(208054,34950,0,1,1,0,0,-5037.07,-1261.52,505.383,5.42797,120,0,0,1,0,0,0,0,0),(208055,35025,0,1,1,0,1,-5038.18,-1266.1,510.408,3.82227,120,0,0,1,0,0,0,0,0),(208056,22013,0,1,1,0,0,-4680.56,-985.584,501.646,3.08923,120,0,0,1,0,0,0,0,0),(208057,22013,0,1,1,0,0,-4683.46,-985.091,501.627,6.03884,120,0,0,1,0,0,0,0,0),(208058,22013,0,1,1,0,0,-5007.03,-1177.84,501.66,5.94314,120,0,0,1,0,2,0,0,0),(208059,22013,0,1,1,0,0,-5001.03,-1179.84,501.66,5.94313,120,0,0,1,0,0,0,0,0),(208060,22013,0,1,1,0,0,-4836.85,-1171.63,502.277,2.44346,120,0,0,1,0,0,0,0,0),(208061,22013,0,1,1,0,0,-4839.37,-1169.09,502.279,5.37561,120,0,0,1,0,0,0,0,0),(208062,22013,0,1,1,0,0,-4916.43,-848.374,501.745,4.72984,120,0,0,1,0,0,0,0,0),(208063,22013,0,1,1,0,0,-4916.61,-852.305,501.745,1.48353,120,0,0,1,0,0,0,0,0),(208064,22013,0,1,1,0,0,-5032.97,-926.68,501.743,4.64258,120,0,0,1,0,0,0,0,0),(208065,22013,0,1,1,0,0,-5033.75,-931.287,501.743,1.32645,120,0,0,1,0,0,0,0,0),(208066,22013,0,1,1,0,0,-5033.87,-1266.07,505.383,2.07694,120,0,0,1,0,0,0,0,0),(208067,22013,0,1,1,0,0,-5037.07,-1261.52,505.383,5.42797,120,0,0,1,0,0,0,0,0),(208068,20374,0,1,1,0,1,-5038.18,-1266.1,510.408,3.82227,120,0,0,1,0,0,0,0,0),(208069,14991,0,1,1,0,0,-4680.56,-985.584,501.646,3.08923,120,0,0,1,0,0,0,0,0),(208070,14991,0,1,1,0,0,-4683.46,-985.091,501.627,6.03884,120,0,0,1,0,0,0,0,0),(208071,14991,0,1,1,0,0,-5007.03,-1177.84,501.66,5.94314,120,0,0,1,0,2,0,0,0),(208072,14991,0,1,1,0,0,-5001.03,-1179.84,501.66,5.94313,120,0,0,1,0,0,0,0,0),(208073,14991,0,1,1,0,0,-4836.85,-1171.63,502.277,2.44346,120,0,0,1,0,0,0,0,0),(208074,14991,0,1,1,0,0,-4839.37,-1169.09,502.279,5.37561,120,0,0,1,0,0,0,0,0),(208075,14991,0,1,1,0,0,-4916.43,-848.374,501.745,4.72984,120,0,0,1,0,0,0,0,0),(208076,14991,0,1,1,0,0,-4916.61,-852.305,501.745,1.48353,120,0,0,1,0,0,0,0,0),(208077,14991,0,1,1,0,0,-5032.97,-926.68,501.743,4.64258,120,0,0,1,0,0,0,0,0),(208078,14991,0,1,1,0,0,-5033.75,-931.287,501.743,1.32645,120,0,0,1,0,0,0,0,0),(208079,14991,0,1,1,0,0,-5033.87,-1266.07,505.383,2.07694,120,0,0,1,0,0,0,0,0),(208080,14991,0,1,1,0,0,-5037.07,-1261.52,505.383,5.42797,120,0,0,1,0,0,0,0,0),(208081,857,0,1,1,0,1,-5038.18,-1266.1,510.408,3.82227,120,0,0,1,0,0,0,0,0),(208082,30566,0,1,1,0,0,-4680.56,-985.584,501.646,3.08923,120,0,0,1,0,0,0,0,0),(208083,30566,0,1,1,0,0,-4683.46,-985.091,501.627,6.03884,120,0,0,1,0,0,0,0,0),(208084,30566,0,1,1,0,0,-5007.03,-1177.84,501.66,5.94314,120,0,0,1,0,2,0,0,0),(208085,30566,0,1,1,0,0,-5001.03,-1179.84,501.66,5.94313,120,0,0,1,0,0,0,0,0),(208086,30566,0,1,1,0,0,-4836.85,-1171.63,502.277,2.44346,120,0,0,1,0,0,0,0,0),(208087,30566,0,1,1,0,0,-4839.37,-1169.09,502.279,5.37561,120,0,0,1,0,0,0,0,0),(208088,30566,0,1,1,0,0,-4916.43,-848.374,501.745,4.72984,120,0,0,1,0,0,0,0,0),(208089,30566,0,1,1,0,0,-4916.61,-852.305,501.745,1.48353,120,0,0,1,0,0,0,0,0),(208090,30566,0,1,1,0,0,-5032.97,-926.68,501.743,4.64258,120,0,0,1,0,0,0,0,0),(208091,30566,0,1,1,0,0,-5033.75,-931.287,501.743,1.32645,120,0,0,1,0,0,0,0,0),(208092,30566,0,1,1,0,0,-5033.87,-1266.07,505.383,2.07694,120,0,0,1,0,0,0,0,0),(208093,30566,0,1,1,0,0,-5037.07,-1261.52,505.383,5.42797,120,0,0,1,0,0,0,0,0),(208094,30579,0,1,1,0,1,-5038.18,-1266.1,510.408,3.82227,120,0,0,1,0,0,0,0,0),(208095,15102,0,1,1,0,0,-4680.56,-985.584,501.646,3.08923,120,0,0,1,0,0,0,0,0),(208096,15102,0,1,1,0,0,-4683.46,-985.091,501.627,6.03884,120,0,0,1,0,0,0,0,0),(208097,15102,0,1,1,0,0,-5007.03,-1177.84,501.66,5.94314,120,0,0,1,0,2,0,0,0),(208098,15102,0,1,1,0,0,-5001.03,-1179.84,501.66,5.94313,120,0,0,1,0,0,0,0,0),(208099,15102,0,1,1,0,0,-4836.85,-1171.63,502.277,2.44346,120,0,0,1,0,0,0,0,0),(208100,15102,0,1,1,0,0,-4839.37,-1169.09,502.279,5.37561,120,0,0,1,0,0,0,0,0),(208101,15102,0,1,1,0,0,-4916.43,-848.374,501.745,4.72984,120,0,0,1,0,0,0,0,0),(208102,15102,0,1,1,0,0,-4916.61,-852.305,501.745,1.48353,120,0,0,1,0,0,0,0,0),(208103,15102,0,1,1,0,0,-5032.97,-926.68,501.743,4.64258,120,0,0,1,0,0,0,0,0),(208104,15102,0,1,1,0,0,-5033.75,-931.287,501.743,1.32645,120,0,0,1,0,0,0,0,0),(208105,15102,0,1,1,0,0,-5033.87,-1266.07,505.383,2.07694,120,0,0,1,0,0,0,0,0),(208106,15102,0,1,1,0,0,-5037.07,-1261.52,505.383,5.42797,120,0,0,1,0,0,0,0,0),(208107,14982,0,1,1,0,1,-5038.18,-1266.1,510.408,3.82227,120,0,0,1,0,0,0,0,0),(208108,34948,0,1,1,0,0,-8387.24,286.125,120.969,2.30383,120,0,0,1,0,0,0,0,0),(208109,34948,0,1,1,0,0,-8411.89,575.031,92.3179,0.855211,120,0,0,1,0,0,0,0,0),(208110,34948,0,1,1,0,0,-8570.55,536.096,101.568,5.53562,120,0,0,1,0,2,0,0,0),(208111,34948,0,1,1,0,0,-8840.63,652.959,97.1951,5.60251,120,0,0,1,0,0,0,0,0),(208112,34948,0,1,1,0,0,-8850.69,589.49,93.7805,4.06662,120,0,0,1,0,0,0,0,0),(208113,34948,0,1,1,0,0,-8876.83,542.382,106.366,0.558505,120,0,0,1,0,0,0,0,0),(208114,34950,0,1,1,0,0,-8389.1,288.407,120.969,5.53269,120,0,0,1,0,0,0,0,0),(208115,34950,0,1,1,0,0,-8409.17,578.178,92.0571,3.9968,120,0,0,1,0,0,0,0,0),(208116,34950,0,1,1,0,0,-8569.02,537.091,101.549,5.49044,120,0,0,1,0,0,0,0,0),(208117,34950,0,1,1,0,0,-8838.8,651.394,96.8924,2.42601,120,0,0,1,0,0,0,0,0),(208118,34950,0,1,1,0,0,-8853.08,587.01,94.0289,0.680678,120,0,0,1,0,0,0,0,0),(208119,34950,0,1,1,0,0,-8873.52,544.724,106.367,3.82227,120,0,0,1,0,0,0,0,0),(208120,35024,0,1,1,0,1,-8390.29,285.503,120.969,3.83972,120,0,0,1,0,0,0,0,0),(208121,30566,0,1,1,0,0,-8387.24,286.125,120.969,2.30383,120,0,0,1,0,0,0,0,0),(208122,30566,0,1,1,0,0,-8411.89,575.031,92.3179,0.855211,120,0,0,1,0,0,0,0,0),(208123,30566,0,1,1,0,0,-8570.55,536.096,101.568,5.53562,120,0,0,1,0,2,0,0,0),(208124,30566,0,1,1,0,0,-8840.63,652.959,97.1951,5.60251,120,0,0,1,0,0,0,0,0),(208125,30566,0,1,1,0,0,-8850.69,589.49,93.7805,4.06662,120,0,0,1,0,0,0,0,0),(208126,30566,0,1,1,0,0,-8876.83,542.382,106.366,0.558505,120,0,0,1,0,0,0,0,0),(208127,30566,0,1,1,0,0,-8389.1,288.407,120.969,5.53269,120,0,0,1,0,0,0,0,0),(208128,30566,0,1,1,0,0,-8409.17,578.178,92.0571,3.9968,120,0,0,1,0,0,0,0,0),(208129,30566,0,1,1,0,0,-8569.02,537.091,101.549,5.49044,120,0,0,1,0,0,0,0,0),(208130,30566,0,1,1,0,0,-8838.8,651.394,96.8924,2.42601,120,0,0,1,0,0,0,0,0),(208131,30566,0,1,1,0,0,-8853.08,587.01,94.0289,0.680678,120,0,0,1,0,0,0,0,0),(208132,30566,0,1,1,0,0,-8873.52,544.724,106.367,3.82227,120,0,0,1,0,0,0,0,0),(208133,30578,0,1,1,0,1,-8390.29,285.503,120.969,3.83972,120,0,0,1,0,0,0,0,0),(208134,15103,0,1,1,0,0,-8387.24,286.125,120.969,2.30383,120,0,0,1,0,0,0,0,0),(208135,15103,0,1,1,0,0,-8411.89,575.031,92.3179,0.855211,120,0,0,1,0,0,0,0,0),(208136,15103,0,1,1,0,0,-8570.55,536.096,101.568,5.53562,120,0,0,1,0,2,0,0,0),(208137,15103,0,1,1,0,0,-8840.63,652.959,97.1951,5.60251,120,0,0,1,0,0,0,0,0),(208138,15103,0,1,1,0,0,-8850.69,589.49,93.7805,4.06662,120,0,0,1,0,0,0,0,0),(208139,15103,0,1,1,0,0,-8876.83,542.382,106.366,0.558505,120,0,0,1,0,0,0,0,0),(208140,15103,0,1,1,0,0,-8389.1,288.407,120.969,5.53269,120,0,0,1,0,0,0,0,0),(208141,15103,0,1,1,0,0,-8409.17,578.178,92.0571,3.9968,120,0,0,1,0,0,0,0,0),(208142,15103,0,1,1,0,0,-8569.02,537.091,101.549,5.49044,120,0,0,1,0,0,0,0,0),(208143,15103,0,1,1,0,0,-8838.8,651.394,96.8924,2.42601,120,0,0,1,0,0,0,0,0),(208144,15103,0,1,1,0,0,-8853.08,587.01,94.0289,0.680678,120,0,0,1,0,0,0,0,0),(208145,15103,0,1,1,0,0,-8873.52,544.724,106.367,3.82227,120,0,0,1,0,0,0,0,0),(208146,7410,0,1,1,0,1,-8390.29,285.503,120.969,3.83972,120,0,0,1,0,0,0,0,0),(208147,14991,0,1,1,0,0,-8387.24,286.125,120.969,2.30383,120,0,0,1,0,0,0,0,0),(208148,14991,0,1,1,0,0,-8411.89,575.031,92.3179,0.855211,120,0,0,1,0,0,0,0,0),(208149,14991,0,1,1,0,0,-8570.55,536.096,101.568,5.53562,120,0,0,1,0,2,0,0,0),(208150,14991,0,1,1,0,0,-8840.63,652.959,97.1951,5.60251,120,0,0,1,0,0,0,0,0),(208151,14991,0,1,1,0,0,-8850.69,589.49,93.7805,4.06662,120,0,0,1,0,0,0,0,0),(208152,14991,0,1,1,0,0,-8876.83,542.382,106.366,0.558505,120,0,0,1,0,0,0,0,0),(208153,14991,0,1,1,0,0,-8389.1,288.407,120.969,5.53269,120,0,0,1,0,0,0,0,0),(208154,14991,0,1,1,0,0,-8409.17,578.178,92.0571,3.9968,120,0,0,1,0,0,0,0,0),(208155,14991,0,1,1,0,0,-8569.02,537.091,101.549,5.49044,120,0,0,1,0,0,0,0,0),(208156,14991,0,1,1,0,0,-8838.8,651.394,96.8924,2.42601,120,0,0,1,0,0,0,0,0),(208157,14991,0,1,1,0,0,-8853.08,587.01,94.0289,0.680678,120,0,0,1,0,0,0,0,0),(208158,14991,0,1,1,0,0,-8873.52,544.724,106.367,3.82227,120,0,0,1,0,0,0,0,0),(208159,15008,0,1,1,0,1,-8390.29,285.503,120.969,3.83972,120,0,0,1,0,0,0,0,0),(208160,22013,0,1,1,0,0,-8387.24,286.125,120.969,2.30383,120,0,0,1,0,0,0,0,0),(208161,22013,0,1,1,0,0,-8411.89,575.031,92.3179,0.855211,120,0,0,1,0,0,0,0,0),(208162,22013,0,1,1,0,0,-8570.55,536.096,101.568,5.53562,120,0,0,1,0,2,0,0,0),(208163,22013,0,1,1,0,0,-8840.63,652.959,97.1951,5.60251,120,0,0,1,0,0,0,0,0),(208164,22013,0,1,1,0,0,-8850.69,589.49,93.7805,4.06662,120,0,0,1,0,0,0,0,0),(208165,22013,0,1,1,0,0,-8876.83,542.382,106.366,0.558505,120,0,0,1,0,0,0,0,0),(208166,22013,0,1,1,0,0,-8389.1,288.407,120.969,5.53269,120,0,0,1,0,0,0,0,0),(208167,22013,0,1,1,0,0,-8409.17,578.178,92.0571,3.9968,120,0,0,1,0,0,0,0,0),(208168,22013,0,1,1,0,0,-8569.02,537.091,101.549,5.49044,120,0,0,1,0,0,0,0,0),(208169,22013,0,1,1,0,0,-8838.8,651.394,96.8924,2.42601,120,0,0,1,0,0,0,0,0),(208170,22013,0,1,1,0,0,-8853.08,587.01,94.0289,0.680678,120,0,0,1,0,0,0,0,0),(208171,22013,0,1,1,0,0,-8873.52,544.724,106.367,3.82227,120,0,0,1,0,0,0,0,0),(208172,20381,0,1,1,0,1,-8390.29,285.503,120.969,3.83972,120,0,0,1,0,0,0,0,0),(208173,14991,0,1,1,0,0,-8387.24,286.125,120.969,2.30383,120,0,0,1,0,0,0,0,0),(208174,14991,0,1,1,0,0,-8411.89,575.031,92.3179,0.855211,120,0,0,1,0,0,0,0,0),(208175,14991,0,1,1,0,0,-8570.55,536.096,101.568,5.53562,120,0,0,1,0,2,0,0,0),(208176,14991,0,1,1,0,0,-8840.63,652.959,97.1951,5.60251,120,0,0,1,0,0,0,0,0),(208177,14991,0,1,1,0,0,-8850.69,589.49,93.7805,4.06662,120,0,0,1,0,0,0,0,0),(208178,14991,0,1,1,0,0,-8876.83,542.382,106.366,0.558505,120,0,0,1,0,0,0,0,0),(208179,14991,0,1,1,0,0,-8389.1,288.407,120.969,5.53269,120,0,0,1,0,0,0,0,0),(208180,14991,0,1,1,0,0,-8409.17,578.178,92.0571,3.9968,120,0,0,1,0,0,0,0,0),(208181,14991,0,1,1,0,0,-8569.02,537.091,101.549,5.49044,120,0,0,1,0,0,0,0,0),(208182,14991,0,1,1,0,0,-8838.8,651.394,96.8924,2.42601,120,0,0,1,0,0,0,0,0),(208183,14991,0,1,1,0,0,-8853.08,587.01,94.0289,0.680678,120,0,0,1,0,0,0,0,0),(208184,14991,0,1,1,0,0,-8873.52,544.724,106.367,3.82227,120,0,0,1,0,0,0,0,0),(208185,14981,0,1,1,0,1,-8390.29,285.503,120.969,3.83972,120,0,0,1,0,0,0,0,0),(208186,30567,1,1,1,0,0,1658.86,-4389.01,23.9964,1.13446,120,0,0,1,0,0,0,0,0),(208187,30567,1,1,1,0,0,1660.66,-4385.63,24.2068,4.11898,120,0,0,1,0,0,0,0,0),(208188,30567,1,1,1,0,0,1665.84,-4344.94,61.5564,5.37561,120,0,0,1,0,0,0,0,0),(208189,30567,1,1,1,0,0,1667.64,-4346.96,61.5564,2.37365,120,0,0,1,0,0,0,0,0),(208190,30567,1,1,1,0,0,1743.73,-3966.88,49.4691,0.418879,120,0,0,1,0,0,0,0,0),(208191,30567,1,1,1,0,0,1747.5,-3965.36,50.0846,3.49066,120,0,0,1,0,0,0,0,0),(208192,30567,1,1,1,0,0,1954.35,-4722.71,42.659,1.99567,120,0,0,1,0,2,0,0,0),(208193,30567,1,1,1,0,0,1952.39,-4723.16,42.1039,1.87001,120,0,0,1,0,0,0,0,0),(208194,30567,1,1,1,0,0,1936.91,-4712.06,37.331,1.18682,120,0,0,1,0,0,0,0,0),(208195,30567,1,1,1,0,0,1937.18,-4707.45,35.7722,4.36332,120,0,0,1,0,0,0,0,0),(208196,30582,1,1,1,0,1,1987.05,-4800.83,56.1305,1.98968,120,0,0,1,0,0,0,0,0),(208197,15105,1,1,1,0,0,1658.86,-4389.01,23.9964,1.13446,120,0,0,1,0,0,0,0,0),(208198,15105,1,1,1,0,0,1660.66,-4385.63,24.2068,4.11898,120,0,0,1,0,0,0,0,0),(208199,15105,1,1,1,0,0,1665.84,-4344.94,61.5564,5.37561,120,0,0,1,0,0,0,0,0),(208200,15105,1,1,1,0,0,1667.64,-4346.96,61.5564,2.37365,120,0,0,1,0,0,0,0,0),(208201,15105,1,1,1,0,0,1743.73,-3966.88,49.4691,0.418879,120,0,0,1,0,0,0,0,0),(208202,15105,1,1,1,0,0,1747.5,-3965.36,50.0846,3.49066,120,0,0,1,0,0,0,0,0),(208203,15105,1,1,1,0,0,1954.35,-4722.71,42.659,1.99567,120,0,0,1,0,2,0,0,0),(208204,15105,1,1,1,0,0,1952.39,-4723.16,42.1039,1.87001,120,0,0,1,0,0,0,0,0),(208205,15105,1,1,1,0,0,1936.91,-4712.06,37.331,1.18682,120,0,0,1,0,0,0,0,0),(208206,15105,1,1,1,0,0,1937.18,-4707.45,35.7722,4.36332,120,0,0,1,0,0,0,0,0),(208207,3890,1,1,1,0,1,1987.05,-4800.83,56.1305,1.98968,120,0,0,1,0,0,0,0,0),(208208,34951,1,1,1,0,0,1658.86,-4389.01,23.9964,1.13446,120,0,0,1,0,0,0,0,0),(208209,34949,1,1,1,0,0,1660.66,-4385.63,24.2068,4.11898,120,0,0,1,0,0,0,0,0),(208210,34951,1,1,1,0,0,1665.84,-4344.94,61.5564,5.37561,120,0,0,1,0,0,0,0,0),(208211,34949,1,1,1,0,0,1667.64,-4346.96,61.5564,2.37365,120,0,0,1,0,0,0,0,0),(208212,34951,1,1,1,0,0,1743.73,-3966.88,49.4691,0.418879,120,0,0,1,0,0,0,0,0),(208213,34949,1,1,1,0,0,1747.5,-3965.36,50.0846,3.49066,120,0,0,1,0,0,0,0,0),(208214,34951,1,1,1,0,0,1954.35,-4722.71,42.659,1.99567,120,0,0,1,0,2,0,0,0),(208215,34949,1,1,1,0,0,1952.39,-4723.16,42.1039,1.87001,120,0,0,1,0,0,0,0,0),(208216,34951,1,1,1,0,0,1936.91,-4712.06,37.331,1.18682,120,0,0,1,0,0,0,0,0),(208217,34949,1,1,1,0,0,1937.18,-4707.45,35.7722,4.36332,120,0,0,1,0,0,0,0,0),(208218,35017,1,1,1,0,1,1987.05,-4800.83,56.1305,1.98968,120,0,0,1,0,0,0,0,0),(208219,22015,1,1,1,0,0,1658.86,-4389.01,23.9964,1.13446,120,0,0,1,0,0,0,0,0),(208220,22015,1,1,1,0,0,1660.66,-4385.63,24.2068,4.11898,120,0,0,1,0,0,0,0,0),(208221,22015,1,1,1,0,0,1665.84,-4344.94,61.5564,5.37561,120,0,0,1,0,0,0,0,0),(208222,22015,1,1,1,0,0,1667.64,-4346.96,61.5564,2.37365,120,0,0,1,0,0,0,0,0),(208223,22015,1,1,1,0,0,1743.73,-3966.88,49.4691,0.418879,120,0,0,1,0,0,0,0,0),(208224,22015,1,1,1,0,0,1747.5,-3965.36,50.0846,3.49066,120,0,0,1,0,0,0,0,0),(208225,22015,1,1,1,0,0,1954.35,-4722.71,42.659,1.99567,120,0,0,1,0,2,0,0,0),(208226,22015,1,1,1,0,0,1952.39,-4723.16,42.1039,1.87001,120,0,0,1,0,0,0,0,0),(208227,22015,1,1,1,0,0,1936.91,-4712.06,37.331,1.18682,120,0,0,1,0,0,0,0,0),(208228,22015,1,1,1,0,0,1937.18,-4707.45,35.7722,4.36332,120,0,0,1,0,0,0,0,0),(208229,20385,1,1,1,0,1,1987.05,-4800.83,56.1305,1.98968,120,0,0,1,0,0,0,0,0),(208230,14990,1,1,1,0,0,1658.86,-4389.01,23.9964,1.13446,120,0,0,1,0,0,0,0,0),(208231,14990,1,1,1,0,0,1660.66,-4385.63,24.2068,4.11898,120,0,0,1,0,0,0,0,0),(208232,14990,1,1,1,0,0,1665.84,-4344.94,61.5564,5.37561,120,0,0,1,0,0,0,0,0),(208233,14990,1,1,1,0,0,1667.64,-4346.96,61.5564,2.37365,120,0,0,1,0,0,0,0,0),(208234,14990,1,1,1,0,0,1743.73,-3966.88,49.4691,0.418879,120,0,0,1,0,0,0,0,0),(208235,14990,1,1,1,0,0,1747.5,-3965.36,50.0846,3.49066,120,0,0,1,0,0,0,0,0),(208236,14990,1,1,1,0,0,1954.35,-4722.71,42.659,1.99567,120,0,0,1,0,2,0,0,0),(208237,14990,1,1,1,0,0,1952.39,-4723.16,42.1039,1.87001,120,0,0,1,0,0,0,0,0),(208238,14990,1,1,1,0,0,1936.91,-4712.06,37.331,1.18682,120,0,0,1,0,0,0,0,0),(208239,14990,1,1,1,0,0,1937.18,-4707.45,35.7722,4.36332,120,0,0,1,0,0,0,0,0),(208240,15006,1,1,1,0,1,1987.05,-4800.83,56.1305,1.98968,120,0,0,1,0,0,0,0,0),(208241,15106,1,1,1,0,0,1658.86,-4389.01,23.9964,1.13446,120,0,0,1,0,0,0,0,0),(208242,15106,1,1,1,0,0,1660.66,-4385.63,24.2068,4.11898,120,0,0,1,0,0,0,0,0),(208243,15106,1,1,1,0,0,1665.84,-4344.94,61.5564,5.37561,120,0,0,1,0,0,0,0,0),(208244,15106,1,1,1,0,0,1667.64,-4346.96,61.5564,2.37365,120,0,0,1,0,0,0,0,0),(208245,15106,1,1,1,0,0,1743.73,-3966.88,49.4691,0.418879,120,0,0,1,0,0,0,0,0),(208246,15106,1,1,1,0,0,1747.5,-3965.36,50.0846,3.49066,120,0,0,1,0,0,0,0,0),(208247,15106,1,1,1,0,0,1954.35,-4722.71,42.659,1.99567,120,0,0,1,0,2,0,0,0),(208248,15106,1,1,1,0,0,1952.39,-4723.16,42.1039,1.87001,120,0,0,1,0,0,0,0,0),(208249,15106,1,1,1,0,0,1936.91,-4712.06,37.331,1.18682,120,0,0,1,0,0,0,0,0),(208250,15106,1,1,1,0,0,1937.18,-4707.45,35.7722,4.36332,120,0,0,1,0,0,0,0,0),(208251,14942,1,1,1,0,1,1987.05,-4800.83,56.1305,1.98968,120,0,0,1,0,0,0,0,0),(208252,34949,530,1,1,0,0,9513.94,-7302.81,14.5485,1.5708,120,0,0,1,0,0,0,0,0),(208253,34951,530,1,1,0,0,9514.06,-7298.59,14.5415,4.66003,120,0,0,1,0,0,0,0,0),(208254,34949,530,1,1,0,0,9513.21,-7281.77,14.0154,3.16165,120,0,0,1,0,2,0,0,0),(208255,34951,530,1,1,0,0,9511.72,-7278.07,14.0154,3.16138,120,0,0,1,0,0,0,0,0),(208256,34949,530,1,1,0,0,9592.06,-7183.32,14.3327,5.65487,120,0,0,1,0,0,0,0,0),(208257,34951,530,1,1,0,0,9594.87,-7184.94,14.3359,2.54818,120,0,0,1,0,0,0,0,0),(208258,34949,530,1,1,0,0,9649.15,-7415.19,13.692,5.98648,120,0,0,1,0,0,0,0,0),(208259,34951,530,1,1,0,0,9652.97,-7416.21,13.6933,2.79253,120,0,0,1,0,0,0,0,0),(208260,34949,530,1,1,0,0,9798.27,-7267.86,26.4264,1.16937,120,0,0,1,0,0,0,0,0),(208261,34951,530,1,1,0,0,9799.57,-7264.23,26.3963,4.53786,120,0,0,1,0,0,0,0,0),(208262,34949,530,1,1,0,0,9824.46,-7396.89,13.6925,0.506145,120,0,0,1,0,0,0,0,0),(208263,34951,530,1,1,0,0,9828.81,-7395.16,13.6879,3.59538,120,0,0,1,0,0,0,0,0),(208264,35019,530,1,1,0,1,9850.56,-7572.17,19.3332,1.79769,120,0,0,1,0,0,0,0,0),(208265,30567,530,1,1,0,0,9513.94,-7302.81,14.5485,1.5708,120,0,0,1,0,0,0,0,0),(208266,30567,530,1,1,0,0,9514.06,-7298.59,14.5415,4.66003,120,0,0,1,0,0,0,0,0),(208267,30567,530,1,1,0,0,9513.21,-7281.77,14.0154,3.16165,120,0,0,1,0,2,0,0,0),(208268,30567,530,1,1,0,0,9511.72,-7278.07,14.0154,3.16138,120,0,0,1,0,0,0,0,0),(208269,30567,530,1,1,0,0,9592.06,-7183.32,14.3327,5.65487,120,0,0,1,0,0,0,0,0),(208270,30567,530,1,1,0,0,9594.87,-7184.94,14.3359,2.54818,120,0,0,1,0,0,0,0,0),(208271,30567,530,1,1,0,0,9649.15,-7415.19,13.692,5.98648,120,0,0,1,0,0,0,0,0),(208272,30567,530,1,1,0,0,9652.97,-7416.21,13.6933,2.79253,120,0,0,1,0,0,0,0,0),(208273,30567,530,1,1,0,0,9798.27,-7267.86,26.4264,1.16937,120,0,0,1,0,0,0,0,0),(208274,30567,530,1,1,0,0,9799.57,-7264.23,26.3963,4.53786,120,0,0,1,0,0,0,0,0),(208275,30567,530,1,1,0,0,9824.46,-7396.89,13.6925,0.506145,120,0,0,1,0,0,0,0,0),(208276,30567,530,1,1,0,0,9828.81,-7395.16,13.6879,3.59538,120,0,0,1,0,0,0,0,0),(208277,30584,530,1,1,0,1,9850.56,-7572.17,19.3332,1.79769,120,0,0,1,0,0,0,0,0),(208278,15106,530,1,1,0,0,9513.94,-7302.81,14.5485,1.5708,120,0,0,1,0,0,0,0,0),(208279,15106,530,1,1,0,0,9514.06,-7298.59,14.5415,4.66003,120,0,0,1,0,0,0,0,0),(208280,15106,530,1,1,0,0,9513.21,-7281.77,14.0154,3.16165,120,0,0,1,0,2,0,0,0),(208281,15106,530,1,1,0,0,9511.72,-7278.07,14.0154,3.16138,120,0,0,1,0,0,0,0,0),(208282,15106,530,1,1,0,0,9592.06,-7183.32,14.3327,5.65487,120,0,0,1,0,0,0,0,0),(208283,15106,530,1,1,0,0,9594.87,-7184.94,14.3359,2.54818,120,0,0,1,0,0,0,0,0),(208284,15106,530,1,1,0,0,9649.15,-7415.19,13.692,5.98648,120,0,0,1,0,0,0,0,0),(208285,15106,530,1,1,0,0,9652.97,-7416.21,13.6933,2.79253,120,0,0,1,0,0,0,0,0),(208286,15106,530,1,1,0,0,9798.27,-7267.86,26.4264,1.16937,120,0,0,1,0,0,0,0,0),(208287,15106,530,1,1,0,0,9799.57,-7264.23,26.3963,4.53786,120,0,0,1,0,0,0,0,0),(208288,15106,530,1,1,0,0,9824.46,-7396.89,13.6925,0.506145,120,0,0,1,0,0,0,0,0),(208289,15106,530,1,1,0,0,9828.81,-7395.16,13.6879,3.59538,120,0,0,1,0,0,0,0,0),(208290,16695,530,1,1,0,1,9850.56,-7572.17,19.3332,1.79769,120,0,0,1,0,0,0,0,0),(208291,15105,530,1,1,0,0,9513.94,-7302.81,14.5485,1.5708,120,0,0,1,0,0,0,0,0),(208292,15105,530,1,1,0,0,9514.06,-7298.59,14.5415,4.66003,120,0,0,1,0,0,0,0,0),(208293,15105,530,1,1,0,0,9513.21,-7281.77,14.0154,3.16165,120,0,0,1,0,2,0,0,0),(208294,15105,530,1,1,0,0,9511.72,-7278.07,14.0154,3.16138,120,0,0,1,0,0,0,0,0),(208295,15105,530,1,1,0,0,9592.06,-7183.32,14.3327,5.65487,120,0,0,1,0,0,0,0,0),(208296,15105,530,1,1,0,0,9594.87,-7184.94,14.3359,2.54818,120,0,0,1,0,0,0,0,0),(208297,15105,530,1,1,0,0,9649.15,-7415.19,13.692,5.98648,120,0,0,1,0,0,0,0,0),(208298,15105,530,1,1,0,0,9652.97,-7416.21,13.6933,2.79253,120,0,0,1,0,0,0,0,0),(208299,15105,530,1,1,0,0,9798.27,-7267.86,26.4264,1.16937,120,0,0,1,0,0,0,0,0),(208300,15105,530,1,1,0,0,9799.57,-7264.23,26.3963,4.53786,120,0,0,1,0,0,0,0,0),(208301,15105,530,1,1,0,0,9824.46,-7396.89,13.6925,0.506145,120,0,0,1,0,0,0,0,0),(208302,15105,530,1,1,0,0,9828.81,-7395.16,13.6879,3.59538,120,0,0,1,0,0,0,0,0),(208303,16696,530,1,1,0,1,9850.56,-7572.17,19.3332,1.79769,120,0,0,1,0,0,0,0,0),(208304,22015,530,1,1,0,0,9513.94,-7302.81,14.5485,1.5708,120,0,0,1,0,0,0,0,0),(208305,22015,530,1,1,0,0,9514.06,-7298.59,14.5415,4.66003,120,0,0,1,0,0,0,0,0),(208306,22015,530,1,1,0,0,9513.21,-7281.77,14.0154,3.16165,120,0,0,1,0,2,0,0,0),(208307,22015,530,1,1,0,0,9511.72,-7278.07,14.0154,3.16138,120,0,0,1,0,0,0,0,0),(208308,22015,530,1,1,0,0,9592.06,-7183.32,14.3327,5.65487,120,0,0,1,0,0,0,0,0),(208309,22015,530,1,1,0,0,9594.87,-7184.94,14.3359,2.54818,120,0,0,1,0,0,0,0,0),(208310,22015,530,1,1,0,0,9649.15,-7415.19,13.692,5.98648,120,0,0,1,0,0,0,0,0),(208311,22015,530,1,1,0,0,9652.97,-7416.21,13.6933,2.79253,120,0,0,1,0,0,0,0,0),(208312,22015,530,1,1,0,0,9798.27,-7267.86,26.4264,1.16937,120,0,0,1,0,0,0,0,0),(208313,22015,530,1,1,0,0,9799.57,-7264.23,26.3963,4.53786,120,0,0,1,0,0,0,0,0),(208314,22015,530,1,1,0,0,9824.46,-7396.89,13.6925,0.506145,120,0,0,1,0,0,0,0,0),(208315,22015,530,1,1,0,0,9828.81,-7395.16,13.6879,3.59538,120,0,0,1,0,0,0,0,0),(208316,20390,530,1,1,0,1,9850.56,-7572.17,19.3332,1.79769,120,0,0,1,0,0,0,0,0),(208317,14990,530,1,1,0,0,9513.94,-7302.81,14.5485,1.5708,120,0,0,1,0,0,0,0,0),(208318,14990,530,1,1,0,0,9514.06,-7298.59,14.5415,4.66003,120,0,0,1,0,0,0,0,0),(208319,14990,530,1,1,0,0,9513.21,-7281.77,14.0154,3.16165,120,0,0,1,0,2,0,0,0),(208320,14990,530,1,1,0,0,9511.72,-7278.07,14.0154,3.16138,120,0,0,1,0,0,0,0,0),(208321,14990,530,1,1,0,0,9592.06,-7183.32,14.3327,5.65487,120,0,0,1,0,0,0,0,0),(208322,14990,530,1,1,0,0,9594.87,-7184.94,14.3359,2.54818,120,0,0,1,0,0,0,0,0),(208323,14990,530,1,1,0,0,9649.15,-7415.19,13.692,5.98648,120,0,0,1,0,0,0,0,0),(208324,14990,530,1,1,0,0,9652.97,-7416.21,13.6933,2.79253,120,0,0,1,0,0,0,0,0),(208325,14990,530,1,1,0,0,9798.27,-7267.86,26.4264,1.16937,120,0,0,1,0,0,0,0,0),(208326,14990,530,1,1,0,0,9799.57,-7264.23,26.3963,4.53786,120,0,0,1,0,0,0,0,0),(208327,14990,530,1,1,0,0,9824.46,-7396.89,13.6925,0.506145,120,0,0,1,0,0,0,0,0),(208328,14990,530,1,1,0,0,9828.81,-7395.16,13.6879,3.59538,120,0,0,1,0,0,0,0,0),(208329,16694,530,1,1,0,1,9850.56,-7572.17,19.3332,1.79769,120,0,0,1,0,0,0,0,0),(208330,34949,1,1,1,0,0,-1091.7,-17.997,140.475,1.13446,120,0,0,1,0,0,0,0,0),(208331,34949,1,1,1,0,0,-1391.53,-85.9722,158.985,2.35896,120,0,0,1,0,2,0,0,0),(208332,34949,1,1,1,0,0,-1247.75,54.7024,127.217,1.0472,120,0,0,1,0,0,0,0,0),(208333,34949,1,1,1,0,0,-1277.94,138.47,131.94,5.35816,120,0,0,1,0,0,0,0,0),(208334,34949,1,1,1,0,0,-1377.62,-61.9991,159.279,2.93215,120,0,0,1,0,0,0,0,0),(208335,34949,1,1,1,0,0,-1090.22,-15.3547,140.657,4.15388,120,0,0,1,0,0,0,0,0),(208336,34951,1,1,1,0,0,-1394.13,-86.12,158.935,2.19541,120,0,0,1,0,0,0,0,0),(208337,34951,1,1,1,0,0,-1245.35,58.3835,127.089,4.11898,120,0,0,1,0,0,0,0,0),(208338,34951,1,1,1,0,0,-1275.75,135.88,132.1,2.32129,120,0,0,1,0,0,0,0,0),(208339,34951,1,1,1,0,0,-1381.3,-61.6688,159.135,0.0174533,120,0,0,1,0,0,0,0,0),(208340,34951,1,1,1,0,0,-1049.16,234.144,134.639,2.32129,120,0,0,1,0,0,0,0,0),(208341,34951,1,1,1,0,0,-1051.35,236.734,134.64,5.35816,120,0,0,1,0,0,0,0,0),(208342,35020,1,1,1,0,1,-1384.14,-85.309,159.616,3.08923,120,0,0,1,0,0,0,0,0),(208343,30567,1,1,1,0,0,-1091.7,-17.997,140.475,1.13446,120,0,0,1,0,0,0,0,0),(208344,30567,1,1,1,0,0,-1391.53,-85.9722,158.985,2.35896,120,0,0,1,0,2,0,0,0),(208345,30567,1,1,1,0,0,-1247.75,54.7024,127.217,1.0472,120,0,0,1,0,0,0,0,0),(208346,30567,1,1,1,0,0,-1277.94,138.47,131.94,5.35816,120,0,0,1,0,0,0,0,0),(208347,30567,1,1,1,0,0,-1377.62,-61.9991,159.279,2.93215,120,0,0,1,0,0,0,0,0),(208348,30567,1,1,1,0,0,-1090.22,-15.3547,140.657,4.15388,120,0,0,1,0,0,0,0,0),(208349,30567,1,1,1,0,0,-1394.13,-86.12,158.935,2.19541,120,0,0,1,0,0,0,0,0),(208350,30567,1,1,1,0,0,-1245.35,58.3835,127.089,4.11898,120,0,0,1,0,0,0,0,0),(208351,30567,1,1,1,0,0,-1275.75,135.88,132.1,2.32129,120,0,0,1,0,0,0,0,0),(208352,30567,1,1,1,0,0,-1381.3,-61.6688,159.135,0.0174533,120,0,0,1,0,0,0,0,0),(208353,30567,1,1,1,0,0,-1049.16,234.144,134.639,2.32129,120,0,0,1,0,0,0,0,0),(208354,30567,1,1,1,0,0,-1051.35,236.734,134.64,5.35816,120,0,0,1,0,0,0,0,0),(208355,12198,1,1,1,0,1,-1384.14,-85.309,159.616,3.08923,120,0,0,1,0,0,0,0,0),(208356,15106,1,1,1,0,0,-1091.7,-17.997,140.475,1.13446,120,0,0,1,0,0,0,0,0),(208357,15106,1,1,1,0,0,-1391.53,-85.9722,158.985,2.35896,120,0,0,1,0,2,0,0,0),(208358,15106,1,1,1,0,0,-1247.75,54.7024,127.217,1.0472,120,0,0,1,0,0,0,0,0),(208359,15106,1,1,1,0,0,-1277.94,138.47,131.94,5.35816,120,0,0,1,0,0,0,0,0),(208360,15106,1,1,1,0,0,-1377.62,-61.9991,159.279,2.93215,120,0,0,1,0,0,0,0,0),(208361,15106,1,1,1,0,0,-1090.22,-15.3547,140.657,4.15388,120,0,0,1,0,0,0,0,0),(208362,15106,1,1,1,0,0,-1394.13,-86.12,158.935,2.19541,120,0,0,1,0,0,0,0,0),(208363,15106,1,1,1,0,0,-1245.35,58.3835,127.089,4.11898,120,0,0,1,0,0,0,0,0),(208364,15106,1,1,1,0,0,-1275.75,135.88,132.1,2.32129,120,0,0,1,0,0,0,0,0),(208365,15106,1,1,1,0,0,-1381.3,-61.6688,159.135,0.0174533,120,0,0,1,0,0,0,0,0),(208366,15106,1,1,1,0,0,-1049.16,234.144,134.639,2.32129,120,0,0,1,0,0,0,0,0),(208367,15106,1,1,1,0,0,-1051.35,236.734,134.64,5.35816,120,0,0,1,0,0,0,0,0),(208368,7427,1,1,1,0,1,-1384.14,-85.309,159.616,3.08923,120,0,0,1,0,0,0,0,0),(208369,22015,1,1,1,0,0,-1091.7,-17.997,140.475,1.13446,120,0,0,1,0,0,0,0,0),(208370,22015,1,1,1,0,0,-1391.53,-85.9722,158.985,2.35896,120,0,0,1,0,2,0,0,0),(208371,22015,1,1,1,0,0,-1247.75,54.7024,127.217,1.0472,120,0,0,1,0,0,0,0,0),(208372,22015,1,1,1,0,0,-1277.94,138.47,131.94,5.35816,120,0,0,1,0,0,0,0,0),(208373,22015,1,1,1,0,0,-1377.62,-61.9991,159.279,2.93215,120,0,0,1,0,0,0,0,0),(208374,22015,1,1,1,0,0,-1090.22,-15.3547,140.657,4.15388,120,0,0,1,0,0,0,0,0),(208375,22015,1,1,1,0,0,-1394.13,-86.12,158.935,2.19541,120,0,0,1,0,0,0,0,0),(208376,22015,1,1,1,0,0,-1245.35,58.3835,127.089,4.11898,120,0,0,1,0,0,0,0,0),(208377,22015,1,1,1,0,0,-1275.75,135.88,132.1,2.32129,120,0,0,1,0,0,0,0,0),(208378,22015,1,1,1,0,0,-1381.3,-61.6688,159.135,0.0174533,120,0,0,1,0,0,0,0,0),(208379,22015,1,1,1,0,0,-1049.16,234.144,134.639,2.32129,120,0,0,1,0,0,0,0,0),(208380,22015,1,1,1,0,0,-1051.35,236.734,134.64,5.35816,120,0,0,1,0,0,0,0,0),(208381,20388,1,1,1,0,1,-1384.14,-85.309,159.616,3.08923,120,0,0,1,0,0,0,0,0),(208382,15105,1,1,1,0,0,-1091.7,-17.997,140.475,1.13446,120,0,0,1,0,0,0,0,0),(208383,15105,1,1,1,0,0,-1391.53,-85.9722,158.985,2.35896,120,0,0,1,0,2,0,0,0),(208384,15105,1,1,1,0,0,-1247.75,54.7024,127.217,1.0472,120,0,0,1,0,0,0,0,0),(208385,15105,1,1,1,0,0,-1277.94,138.47,131.94,5.35816,120,0,0,1,0,0,0,0,0),(208386,15105,1,1,1,0,0,-1377.62,-61.9991,159.279,2.93215,120,0,0,1,0,0,0,0,0),(208387,15105,1,1,1,0,0,-1090.22,-15.3547,140.657,4.15388,120,0,0,1,0,0,0,0,0),(208388,15105,1,1,1,0,0,-1394.13,-86.12,158.935,2.19541,120,0,0,1,0,0,0,0,0),(208389,15105,1,1,1,0,0,-1245.35,58.3835,127.089,4.11898,120,0,0,1,0,0,0,0,0),(208390,15105,1,1,1,0,0,-1275.75,135.88,132.1,2.32129,120,0,0,1,0,0,0,0,0),(208391,15105,1,1,1,0,0,-1381.3,-61.6688,159.135,0.0174533,120,0,0,1,0,0,0,0,0),(208392,15105,1,1,1,0,0,-1049.16,234.144,134.639,2.32129,120,0,0,1,0,0,0,0,0),(208393,15105,1,1,1,0,0,-1051.35,236.734,134.64,5.35816,120,0,0,1,0,0,0,0,0),(208394,10360,1,1,1,0,1,-1384.14,-85.309,159.616,3.08923,120,0,0,1,0,0,0,0,0),(208395,14990,1,1,1,0,0,-1091.7,-17.997,140.475,1.13446,120,0,0,1,0,0,0,0,0),(208396,14990,1,1,1,0,0,-1391.53,-85.9722,158.985,2.35896,120,0,0,1,0,2,0,0,0),(208397,14990,1,1,1,0,0,-1247.75,54.7024,127.217,1.0472,120,0,0,1,0,0,0,0,0),(208398,14990,1,1,1,0,0,-1277.94,138.47,131.94,5.35816,120,0,0,1,0,0,0,0,0),(208399,14990,1,1,1,0,0,-1377.62,-61.9991,159.279,2.93215,120,0,0,1,0,0,0,0,0),(208400,14990,1,1,1,0,0,-1090.22,-15.3547,140.657,4.15388,120,0,0,1,0,0,0,0,0),(208401,14990,1,1,1,0,0,-1394.13,-86.12,158.935,2.19541,120,0,0,1,0,0,0,0,0),(208402,14990,1,1,1,0,0,-1245.35,58.3835,127.089,4.11898,120,0,0,1,0,0,0,0,0),(208403,14990,1,1,1,0,0,-1275.75,135.88,132.1,2.32129,120,0,0,1,0,0,0,0,0),(208404,14990,1,1,1,0,0,-1381.3,-61.6688,159.135,0.0174533,120,0,0,1,0,0,0,0,0),(208405,14990,1,1,1,0,0,-1049.16,234.144,134.639,2.32129,120,0,0,1,0,0,0,0,0),(208406,14990,1,1,1,0,0,-1051.35,236.734,134.64,5.35816,120,0,0,1,0,0,0,0,0),(208407,12198,1,1,1,0,1,-1384.14,-85.309,159.616,3.08923,120,0,0,1,0,0,0,0,0),(208408,30567,0,1,1,0,0,1265.31,353.748,-63.6368,4.15388,120,0,0,1,0,0,0,0,0),(208409,30567,0,1,1,0,0,1522.57,242.055,-41.3065,4.2586,120,0,0,1,0,0,0,0,0),(208410,30567,0,1,1,0,0,1593.71,316.03,-41.3411,6.21337,120,0,0,1,0,0,0,0,0),(208411,30567,0,1,1,0,0,1597.46,164.685,-41.3411,2.6529,120,0,0,1,0,0,0,0,0),(208412,30567,0,1,1,0,0,1632.72,182.795,-62.183,0.313487,120,0,0,1,0,0,0,0,0),(208413,30567,0,1,1,0,0,1263.18,350.778,-63.6459,0.977384,120,0,0,1,0,0,0,0,0),(208414,30567,0,1,1,0,0,1521.09,238.709,-41.3065,1.18682,120,0,0,1,0,0,0,0,0),(208415,30567,0,1,1,0,0,1593.22,166.868,-41.3411,5.81195,120,0,0,1,0,0,0,0,0),(208416,30567,0,1,1,0,0,1596.57,315.891,-41.3411,3.12414,120,0,0,1,0,0,0,0,0),(208417,30567,0,1,1,0,0,1633.35,180.895,-62.1827,0.313509,120,0,0,1,0,2,0,0,0),(208418,30583,0,1,1,0,1,1331.58,333.698,-63.6338,3.36849,120,0,0,1,0,0,0,0,0),(208419,15105,0,1,1,0,0,1265.31,353.748,-63.6368,4.15388,120,0,0,1,0,0,0,0,0),(208420,15105,0,1,1,0,0,1522.57,242.055,-41.3065,4.2586,120,0,0,1,0,0,0,0,0),(208421,15105,0,1,1,0,0,1593.71,316.03,-41.3411,6.21337,120,0,0,1,0,0,0,0,0),(208422,15105,0,1,1,0,0,1597.46,164.685,-41.3411,2.6529,120,0,0,1,0,0,0,0,0),(208423,15105,0,1,1,0,0,1632.72,182.795,-62.183,0.313487,120,0,0,1,0,0,0,0,0),(208424,15105,0,1,1,0,0,1263.18,350.778,-63.6459,0.977384,120,0,0,1,0,0,0,0,0),(208425,15105,0,1,1,0,0,1521.09,238.709,-41.3065,1.18682,120,0,0,1,0,0,0,0,0),(208426,15105,0,1,1,0,0,1593.22,166.868,-41.3411,5.81195,120,0,0,1,0,0,0,0,0),(208427,15105,0,1,1,0,0,1596.57,315.891,-41.3411,3.12414,120,0,0,1,0,0,0,0,0),(208428,15105,0,1,1,0,0,1633.35,180.895,-62.1827,0.313509,120,0,0,1,0,2,0,0,0),(208429,2804,0,1,1,0,1,1331.58,333.698,-63.6338,3.36849,120,0,0,1,0,0,0,0,0),(208430,34949,0,1,1,0,0,1265.31,353.748,-63.6368,4.15388,120,0,0,1,0,0,0,0,0),(208431,34949,0,1,1,0,0,1522.57,242.055,-41.3065,4.2586,120,0,0,1,0,0,0,0,0),(208432,34949,0,1,1,0,0,1593.71,316.03,-41.3411,6.21337,120,0,0,1,0,0,0,0,0),(208433,34949,0,1,1,0,0,1597.46,164.685,-41.3411,2.6529,120,0,0,1,0,0,0,0,0),(208434,34949,0,1,1,0,0,1632.72,182.795,-62.183,0.313487,120,0,0,1,0,0,0,0,0),(208435,34951,0,1,1,0,0,1263.18,350.778,-63.6459,0.977384,120,0,0,1,0,0,0,0,0),(208436,34951,0,1,1,0,0,1521.09,238.709,-41.3065,1.18682,120,0,0,1,0,0,0,0,0),(208437,34951,0,1,1,0,0,1593.22,166.868,-41.3411,5.81195,120,0,0,1,0,0,0,0,0),(208438,34951,0,1,1,0,0,1596.57,315.891,-41.3411,3.12414,120,0,0,1,0,0,0,0,0),(208439,34951,0,1,1,0,0,1633.35,180.895,-62.1827,0.313509,120,0,0,1,0,2,0,0,0),(208440,35021,0,1,1,0,1,1331.58,333.698,-63.6338,3.36849,120,0,0,1,0,0,0,0,0),(208441,22015,0,1,1,0,0,1265.31,353.748,-63.6368,4.15388,120,0,0,1,0,0,0,0,0),(208442,22015,0,1,1,0,0,1522.57,242.055,-41.3065,4.2586,120,0,0,1,0,0,0,0,0),(208443,22015,0,1,1,0,0,1593.71,316.03,-41.3411,6.21337,120,0,0,1,0,0,0,0,0),(208444,22015,0,1,1,0,0,1597.46,164.685,-41.3411,2.6529,120,0,0,1,0,0,0,0,0),(208445,22015,0,1,1,0,0,1632.72,182.795,-62.183,0.313487,120,0,0,1,0,0,0,0,0),(208446,22015,0,1,1,0,0,1263.18,350.778,-63.6459,0.977384,120,0,0,1,0,0,0,0,0),(208447,22015,0,1,1,0,0,1521.09,238.709,-41.3065,1.18682,120,0,0,1,0,0,0,0,0),(208448,22015,0,1,1,0,0,1593.22,166.868,-41.3411,5.81195,120,0,0,1,0,0,0,0,0),(208449,22015,0,1,1,0,0,1596.57,315.891,-41.3411,3.12414,120,0,0,1,0,0,0,0,0),(208450,22015,0,1,1,0,0,1633.35,180.895,-62.1827,0.313509,120,0,0,1,0,2,0,0,0),(208451,20386,0,1,1,0,1,1331.58,333.698,-63.6338,3.36849,120,0,0,1,0,0,0,0,0),(208463,14990,0,1,1,0,0,1265.31,353.748,-63.6368,4.15388,120,0,0,1,0,0,0,0,0),(208464,14990,0,1,1,0,0,1522.57,242.055,-41.3065,4.2586,120,0,0,1,0,0,0,0,0),(208465,14990,0,1,1,0,0,1593.71,316.03,-41.3411,6.21337,120,0,0,1,0,0,0,0,0),(208466,14990,0,1,1,0,0,1597.46,164.685,-41.3411,2.6529,120,0,0,1,0,0,0,0,0),(208467,14990,0,1,1,0,0,1632.72,182.795,-62.183,0.313487,120,0,0,1,0,0,0,0,0),(208468,14990,0,1,1,0,0,1263.18,350.778,-63.6459,0.977384,120,0,0,1,0,0,0,0,0),(208469,14990,0,1,1,0,0,1521.09,238.709,-41.3065,1.18682,120,0,0,1,0,0,0,0,0),(208470,14990,0,1,1,0,0,1593.22,166.868,-41.3411,5.81195,120,0,0,1,0,0,0,0,0),(208471,14990,0,1,1,0,0,1596.57,315.891,-41.3411,3.12414,120,0,0,1,0,0,0,0,0),(208472,14990,0,1,1,0,0,1633.35,180.895,-62.1827,0.313509,120,0,0,1,0,2,0,0,0),(208473,15007,0,1,1,0,1,1331.58,333.698,-63.6338,3.36849,120,0,0,1,0,0,0,0,0),(208474,15106,0,1,1,0,0,1265.31,353.748,-63.6368,4.15388,120,0,0,1,0,0,0,0,0),(208475,15106,0,1,1,0,0,1522.57,242.055,-41.3065,4.2586,120,0,0,1,0,0,0,0,0),(208476,15106,0,1,1,0,0,1593.71,316.03,-41.3411,6.21337,120,0,0,1,0,0,0,0,0),(208477,15106,0,1,1,0,0,1597.46,164.685,-41.3411,2.6529,120,0,0,1,0,0,0,0,0),(208478,15106,0,1,1,0,0,1632.72,182.795,-62.183,0.313487,120,0,0,1,0,0,0,0,0),(208479,15106,0,1,1,0,0,1263.18,350.778,-63.6459,0.977384,120,0,0,1,0,0,0,0,0),(208480,15106,0,1,1,0,0,1521.09,238.709,-41.3065,1.18682,120,0,0,1,0,0,0,0,0),(208481,15106,0,1,1,0,0,1593.22,166.868,-41.3411,5.81195,120,0,0,1,0,0,0,0,0),(208482,15106,0,1,1,0,0,1596.57,315.891,-41.3411,3.12414,120,0,0,1,0,0,0,0,0),(208483,15106,0,1,1,0,0,1633.35,180.895,-62.1827,0.313509,120,0,0,1,0,2,0,0,0),(208484,347,0,1,1,0,1,1331.58,333.698,-63.6338,3.36849,120,0,0,1,0,0,0,0,0),(40518,33612,530,1,1,0,0,-2264.54,5562.77,67.0939,2.79253,180,0,0,1,0,0,0,0,0),(207351,33550,571,1,256,0,0,6512.26,2307.33,474.535,0.0159754,120,8,0,1,0,1,0,0,0),(207352,33550,571,1,256,0,0,6471.82,2186.5,502.692,3.94789,120,8,0,1,0,1,0,0,0),(207353,33550,571,1,256,0,0,6440.7,2252.89,485.996,5.26192,120,8,0,1,0,1,0,0,0),(207354,33550,571,1,256,0,0,6440.12,2157.83,502.301,0.688751,120,8,0,1,0,1,0,0,0),(207355,33550,571,1,256,0,0,6424.86,2207.85,495.025,4.95459,120,8,0,1,0,1,0,0,0),(207356,33550,571,1,256,0,0,6402.9,2486.76,490.716,0.870842,120,8,0,1,0,1,0,0,0),(207357,33550,571,1,256,0,0,6380.62,2279.48,489.47,4.91171,120,8,0,1,0,1,0,0,0),(207358,33550,571,1,256,0,0,6376.17,2182.34,495.854,0,120,8,0,1,0,1,0,0,0),(207359,33550,571,1,256,0,0,6374.76,2217.83,491.994,0.803834,120,8,0,1,0,1,0,0,0),(207360,33550,571,1,256,0,0,6370.36,2461.95,491.673,0.743632,120,8,0,1,0,1,0,0,0),(207361,33550,571,1,256,0,0,6370.2,2369.54,481.776,0,120,8,0,1,0,1,0,0,0),(207362,33550,571,1,256,0,0,6369.03,2112.29,505.946,3.69379,120,8,0,1,0,1,0,0,0),(207363,33550,571,1,256,0,0,6363.88,2483.51,485.432,0.290088,120,8,0,1,0,1,0,0,0),(207364,33550,571,1,256,0,0,6359.1,2404.91,492.999,1.83515,120,8,0,1,0,1,0,0,0),(207365,33550,571,1,256,0,0,6354.22,2147.02,497.837,5.81887,120,8,0,1,0,1,0,0,0),(207366,33550,571,1,256,0,0,6352.55,2319.49,483.622,0,120,8,0,1,0,1,0,0,0),(207367,33550,571,1,256,0,0,6333.61,2180.04,497.192,1.0733,120,8,0,1,0,1,0,0,0),(207368,33550,571,1,256,0,0,6332.83,2270.87,488.001,6.02351,120,8,0,1,0,1,0,0,0),(207369,33550,571,1,256,0,0,6328.48,2363.2,486.926,0,120,8,0,1,0,1,0,0,0),(207370,33550,571,1,256,0,0,6308.3,2214.25,496.018,2.94373,120,8,0,1,0,1,0,0,0),(207371,33550,571,1,256,0,0,6294.58,2129.34,508.38,0,120,8,0,1,0,1,0,0,0),(207372,33550,571,1,256,0,0,6292.19,2324.38,491.244,2.25302,120,8,0,1,0,1,0,0,0),(207373,33550,571,1,256,0,0,6288.35,2254.67,499.104,0,120,8,0,1,0,1,0,0,0),(207374,33550,571,1,256,0,0,6288.18,2182.41,505.542,1.95922,120,8,0,1,0,1,0,0,0),(207375,33550,571,1,256,0,0,6279.74,2354.23,486.496,0,120,8,0,1,0,1,0,0,0),(207376,33550,571,1,256,0,0,6279.4,2420.36,494.792,2.1135,120,8,0,1,0,1,0,0,0),(207377,33550,571,1,256,0,0,6264.99,2221.06,512.068,4.65929,120,8,0,1,0,1,0,0,0),(207378,33550,571,1,256,0,0,6207.67,2338.09,508.368,2.90984,120,8,0,1,0,1,0,0,0),(207379,33550,571,1,256,0,0,6205.07,2308.32,508.464,4.16116,120,8,0,1,0,1,0,0,0),(207380,33550,571,1,256,0,0,6201.85,2227.99,516.591,1.41427,120,8,0,1,0,1,0,0,0),(207381,33550,571,1,2,0,0,6326.98,2123.19,504.733,2.94239,120,8,0,1,0,1,0,0,0),(207382,33550,571,1,2,0,0,6305.9,2137.63,508.297,0.926778,120,8,0,1,0,1,0,0,0),(207383,33550,571,1,2,0,0,6304.5,2103.45,512.982,0.325087,120,8,0,1,0,1,0,0,0),(207384,33550,571,1,2,0,0,6284.43,2192.09,505.542,5.03106,120,8,0,1,0,1,0,0,0),(207385,33550,571,1,2,0,0,6278.71,2084,517.417,2.30823,120,8,0,1,0,1,0,0,0),(207386,33550,571,1,2,0,0,6257.7,2120.06,519.89,5.06704,120,8,0,1,0,1,0,0,0),(207387,33550,571,1,1,0,0,6451.71,2279.22,474.14,1.02485,120,8,0,1,0,1,0,0,0),(207388,33550,571,1,1,0,0,6390.04,2326.83,482.877,1.61989,120,8,0,1,0,1,0,0,0),(207389,33550,571,1,1,0,0,6338.38,2320.46,483.539,3.33881,120,8,0,1,0,1,0,0,0),(207390,33438,571,1,2,0,1,6196.8,2095.13,521.658,0.226893,120,0,0,1,0,0,0,0,0),(207391,33438,571,1,2,0,1,6201.05,2085.86,521.384,0.767945,120,0,0,1,0,0,0,0,0),(207392,33438,571,1,2,0,1,6204.69,2098.26,518.861,0.0872665,120,0,0,1,0,0,0,0,0),(207393,33438,571,1,2,0,1,6208.86,2089.92,518.507,0.994838,120,0,0,1,0,0,0,0,0),(207394,33438,571,1,2,0,1,6239.49,2189.28,499.411,0.20944,120,0,0,1,0,0,0,0,0),(207395,33438,571,1,2,0,1,6243.75,2180,499.908,0.715585,120,0,0,1,0,0,0,0,0),(207396,33438,571,1,2,0,1,6247.38,2192.4,498.326,0.506145,120,0,0,1,0,0,0,0,0),(207397,33438,571,1,2,0,1,6251.56,2184.06,499.189,0.401426,120,0,0,1,0,0,0,0,0),(207398,33438,571,1,2,0,1,6281.69,2045.68,509.948,0.645772,120,0,0,1,0,0,0,0,0),(207399,33438,571,1,2,0,1,6285.95,2036.4,513.144,1.16937,120,0,0,1,0,0,0,0,0),(207400,33438,571,1,2,0,1,6289.58,2048.8,508.637,0.942478,120,0,0,1,0,0,0,0,0),(207401,33438,571,1,2,0,1,6293.75,2040.47,511.273,1.55334,120,0,0,1,0,0,0,0,0),(207402,33438,571,1,2,0,1,6326.13,2090.99,497.534,4.51663,120,0,0,1,0,0,0,0,0),(207403,33438,571,1,2,0,1,6330.85,2083.93,498.41,4.51642,120,0,0,1,0,0,0,0,0),(207404,33438,571,1,2,0,1,6333.18,2095.7,497.198,4.51702,120,0,0,1,0,0,0,0,0),(207405,33438,571,1,256,0,1,6093.32,2245.93,518.232,0.628318,120,0,0,1,0,0,0,0,0),(207406,33438,571,1,256,0,1,6097.1,2238.69,518.04,0.401426,120,0,0,1,0,0,0,0,0),(207407,33438,571,1,256,0,1,6098.46,2243.33,517.461,0.401426,120,0,0,1,0,0,0,0,0),(207408,33438,571,1,256,0,1,6098.93,2231.57,516.374,0.20944,120,0,0,1,0,0,0,0,0),(207409,33438,571,1,256,0,1,6101.47,2248.94,516.464,0.523599,120,0,0,1,0,0,0,0,0),(207410,33438,571,1,256,0,1,6103.18,2222.29,516.412,0.715585,120,0,0,1,0,0,0,0,0),(207411,33438,571,1,256,0,1,6105.37,2228.9,517.187,0.488692,120,0,0,1,0,0,0,0,0),(207412,33438,571,1,256,0,1,6106.81,2234.7,516.528,0.506145,120,0,0,1,0,0,0,0,0),(207413,33438,571,1,256,0,1,6106.95,2216.18,517.897,0.20944,120,0,0,1,0,0,0,0,0),(207414,33438,571,1,256,0,1,6110.99,2226.36,516.396,0.401426,120,0,0,1,0,0,0,0,0),(207415,33438,571,1,256,0,1,6111.21,2206.9,517.993,0.715585,120,0,0,1,0,0,0,0,0),(207416,33438,571,1,256,0,1,6113.39,2213.5,517.028,0.488692,120,0,0,1,0,0,0,0,0),(207417,33438,571,1,256,0,1,6114.06,2259.91,513.143,0.20944,120,0,0,1,0,0,0,0,0),(207418,33438,571,1,256,0,1,6114.84,2219.3,516.303,0.506145,120,0,0,1,0,0,0,0,0),(207419,33438,571,1,256,0,1,6117.11,2199.24,517.865,0.628318,120,0,0,1,0,0,0,0,0),(207420,33438,571,1,256,0,1,6118.32,2250.63,513.196,0.715585,120,0,0,1,0,0,0,0,0),(207421,33438,571,1,256,0,1,6119.01,2210.97,516.358,0.401426,120,0,0,1,0,0,0,0,0),(207422,33438,571,1,256,0,1,6120.89,2192.01,517.71,0.401426,120,0,0,1,0,0,0,0,0),(207423,33438,571,1,256,0,1,6121.95,2263.03,511.386,0.506145,120,0,0,1,0,0,0,0,0),(207424,33438,571,1,256,0,1,6122.26,2196.65,517.193,0.383972,120,0,0,1,0,0,0,0,0),(207425,33438,571,1,256,0,1,6122.63,2243.54,512.986,0.20944,120,0,0,1,0,0,0,0,0),(207426,33438,571,1,256,0,1,6125.27,2202.26,516.197,0.523599,120,0,0,1,0,0,0,0,0),(207427,33438,571,1,256,0,1,6126.12,2254.7,511.459,0.401426,120,0,0,1,0,0,0,0,0),(207428,33438,571,1,256,0,1,6126.89,2234.26,512.994,0.715585,120,0,0,1,0,0,0,0,0),(207429,33438,571,1,256,0,1,6129.07,2240.86,512.054,0.488692,120,0,0,1,0,0,0,0,0),(207430,33438,571,1,256,0,1,6130.52,2246.66,511.323,0.506145,120,0,0,1,0,0,0,0,0),(207431,33438,571,1,256,0,1,6130.7,2227.7,512.898,0.20944,120,0,0,1,0,0,0,0,0),(207432,33438,571,1,256,0,1,6134.37,2293.75,506.524,0.628318,120,0,0,1,0,0,0,0,0),(207433,33438,571,1,256,0,1,6134.69,2238.33,511.272,0.401426,120,0,0,1,0,0,0,0,0),(207434,33438,571,1,256,0,1,6134.96,2218.42,513.031,0.715585,120,0,0,1,0,0,0,0,0),(207435,33438,571,1,256,0,1,6137.14,2225.03,512.026,0.488692,120,0,0,1,0,0,0,0,0),(207436,33438,571,1,256,0,1,6138.15,2286.52,507.96,0.401426,120,0,0,1,0,0,0,0,0),(207437,33438,571,1,256,0,1,6138.59,2230.83,511.241,0.506145,120,0,0,1,0,0,0,0,0),(207438,33438,571,1,256,0,1,6139.21,2269.65,507.785,0.20944,120,0,0,1,0,0,0,0,0),(207439,33438,571,1,256,0,1,6139.24,2210.84,513.113,0.20944,120,0,0,1,0,0,0,0,0),(207440,33438,571,1,256,0,1,6139.51,2291.16,506.825,3.4383,120,0,0,1,0,0,0,0,0),(207441,33438,571,1,256,0,1,6142.52,2296.77,505.624,0.523599,120,0,0,1,0,0,0,0,0),(207442,33438,571,1,256,0,1,6142.76,2222.49,511.304,0.401426,120,0,0,1,0,0,0,0,0),(207443,33438,571,1,256,0,1,6143.47,2260.38,507.939,0.715585,120,0,0,1,0,0,0,0,0),(207444,33438,571,1,256,0,1,6143.5,2201.56,513.47,0.715585,120,0,0,1,0,0,0,0,0),(207445,33438,571,1,256,0,1,6147.1,2272.78,506.109,0.506145,120,0,0,1,0,0,0,0,0),(207446,33438,571,1,256,0,1,6147.13,2213.96,511.495,0.506145,120,0,0,1,0,0,0,0,0),(207447,33438,571,1,256,0,1,6148.28,2251.64,507.804,0.20944,120,0,0,1,0,0,0,0,0),(207448,33438,571,1,256,0,1,6151.27,2264.44,506.2,0.401426,120,0,0,1,0,0,0,0,0),(207449,33438,571,1,256,0,1,6151.3,2205.63,511.889,0.401426,120,0,0,1,0,0,0,0,0),(207450,33438,571,1,256,0,1,6152.54,2242.37,507.84,0.715585,120,0,0,1,0,0,0,0,0),(207451,33438,571,1,256,0,1,6153.13,2344.97,505.594,0.20944,120,0,0,1,0,0,0,0,0),(207452,33438,571,1,256,0,1,6154.72,2248.97,506.911,0.488692,120,0,0,1,0,0,0,0,0),(207453,33438,571,1,256,0,1,6156.17,2254.77,506.172,0.506145,120,0,0,1,0,0,0,0,0),(207454,33438,571,1,256,0,1,6156.73,2234.44,507.809,0.20944,120,0,0,1,0,0,0,0,0),(207455,33438,571,1,256,0,1,6157.39,2335.69,503.874,0.715585,120,0,0,1,0,0,0,0,0),(207456,33438,571,1,256,0,1,6157.89,2276.11,503.943,0.628318,120,0,0,1,0,0,0,0,0),(207457,33438,571,1,256,0,1,6160.34,2246.44,506.161,0.401426,120,0,0,1,0,0,0,0,0),(207458,33438,571,1,256,0,1,6160.99,2225.17,507.958,0.715585,120,0,0,1,0,0,0,0,0),(207459,33438,571,1,256,0,1,6161.02,2348.09,504.762,0.506145,120,0,0,1,0,0,0,0,0),(207460,33438,571,1,256,0,1,6161.67,2268.88,503.96,0.401426,120,0,0,1,0,0,0,0,0),(207461,33438,571,1,256,0,1,6163.03,2273.51,503.302,3.45575,120,0,0,1,0,0,0,0,0),(207462,33438,571,1,256,0,1,6164.62,2237.57,506.208,0.506145,120,0,0,1,0,0,0,0,0),(207463,33438,571,1,256,0,1,6165.19,2339.76,503.454,0.401426,120,0,0,1,0,0,0,0,0),(207464,33438,571,1,256,0,1,6165.74,2259.95,504.038,0.20944,120,0,0,1,0,0,0,0,0),(207465,33438,571,1,256,0,1,6166.04,2279.13,502.244,0.523599,120,0,0,1,0,0,0,0,0),(207466,33438,571,1,256,0,1,6168.8,2229.23,506.229,0.401426,120,0,0,1,0,0,0,0,0),(207467,33438,571,1,256,0,1,6168.96,2210.79,509.666,0.628318,120,0,0,1,0,0,0,0,0),(207468,33438,571,1,256,0,1,6169.99,2250.67,504.118,0.715585,120,0,0,1,0,0,0,0,0),(207469,33438,571,1,256,0,1,6172.74,2203.56,508.848,0.401426,120,0,0,1,0,0,0,0,0),(207470,33438,571,1,256,0,1,6173.63,2263.07,502.365,0.506145,120,0,0,1,0,0,0,0,0),(207471,33438,571,1,256,0,1,6174.11,2208.19,508.434,3.54302,120,0,0,1,0,0,0,0,0),(207472,33438,571,1,256,0,1,6174.95,2243.14,503.922,0.628318,120,0,0,1,0,0,0,0,0),(207473,33438,571,1,256,0,1,6176.85,2311,500.69,0.628318,120,0,0,1,0,0,0,0,0),(207474,33438,571,1,256,0,1,6177.12,2213.81,507.672,0.523599,120,0,0,1,0,0,0,0,0),(207475,33438,571,1,256,0,1,6177.8,2254.74,502.388,0.401426,120,0,0,1,0,0,0,0,0),(207476,33438,571,1,256,0,1,6178.72,2235.91,503.908,0.401426,120,0,0,1,0,0,0,0,0),(207477,33438,571,1,256,0,1,6180.09,2240.55,503.266,3.36848,120,0,0,1,0,0,0,0,0),(207478,33438,571,1,256,0,1,6180.63,2303.76,500.609,0.401426,120,0,0,1,0,0,0,0,0),(207479,33438,571,1,256,0,1,6181.99,2308.4,500.038,3.52556,120,0,0,1,0,0,0,0,0),(207480,33438,571,1,256,0,1,6183.1,2246.16,502.245,0.523599,120,0,0,1,0,0,0,0,0),(207481,33438,571,1,256,0,1,6184.74,2265.28,500.168,0.20944,120,0,0,1,0,0,0,0,0),(207482,33438,571,1,256,0,1,6185,2314.01,499.181,0.523599,120,0,0,1,0,0,0,0,0),(207483,33438,571,1,256,0,1,6189,2256,500.326,0.715585,120,0,0,1,0,0,0,0,0),(207484,33438,571,1,256,0,1,6191.18,2262.6,499.327,0.488692,120,0,0,1,0,0,0,0,0),(207485,33438,571,1,256,0,1,6192.63,2268.4,498.504,0.506145,120,0,0,1,0,0,0,0,0),(207486,33438,571,1,256,0,1,6195.9,2286.75,496.106,0.20944,120,0,0,1,0,0,0,0,0),(207487,33438,571,1,256,0,1,6196.8,2260.07,498.639,0.401426,120,0,0,1,0,0,0,0,0),(207488,33438,571,1,256,0,1,6200.16,2277.48,496.321,0.715585,120,0,0,1,0,0,0,0,0),(207489,33438,571,1,256,0,1,6203.79,2289.88,494.484,0.506145,120,0,0,1,0,0,0,0,0),(207490,33438,571,1,256,0,1,6204.13,2271.33,496.306,0.20944,120,0,0,1,0,0,0,0,0),(207491,33438,571,1,256,0,1,6206.42,2227.19,501.102,0.628318,120,0,0,1,0,0,0,0,0),(207492,33438,571,1,256,0,1,6207.97,2281.54,494.616,0.401426,120,0,0,1,0,0,0,0,0),(207493,33438,571,1,256,0,1,6208.39,2262.06,496.564,0.715585,120,0,0,1,0,0,0,0,0),(207494,33438,571,1,256,0,1,6210.19,2219.95,500.559,0.401426,120,0,0,1,0,0,0,0,0),(207495,33438,571,1,256,0,1,6210.57,2268.66,495.533,0.488692,120,0,0,1,0,0,0,0,0),(207496,33438,571,1,256,0,1,6210.72,2255.27,496.856,0.20944,120,0,0,1,0,0,0,0,0),(207497,33438,571,1,256,0,1,6211.56,2224.59,500.391,3.38594,120,0,0,1,0,0,0,0,0),(207498,33438,571,1,256,0,1,6212.02,2274.46,494.694,0.506145,120,0,0,1,0,0,0,0,0),(207499,33438,571,1,256,0,1,6213.87,2292.64,492.514,0.628318,120,0,0,1,0,0,0,0,0),(207500,33438,571,1,256,0,1,6214.03,2371.11,496.547,0.191986,120,0,0,1,0,0,0,0,0),(207501,33438,571,1,256,0,1,6214.57,2230.2,500.063,0.523599,120,0,0,1,0,0,0,0,0),(207502,33438,571,1,256,0,1,6214.97,2245.99,497.017,0.715585,120,0,0,1,0,0,0,0,0),(207503,33438,571,1,256,0,1,6216.19,2266.13,494.88,0.401426,120,0,0,1,0,0,0,0,0),(207504,33438,571,1,256,0,1,6217.64,2285.41,492.63,0.401426,120,0,0,1,0,0,0,0,0),(207505,33438,571,1,256,0,1,6218.6,2258.39,495.237,0.506145,120,0,0,1,0,0,0,0,0),(207506,33438,571,1,256,0,1,6219.01,2290.05,491.942,3.63029,120,0,0,1,0,0,0,0,0),(207507,33438,571,1,256,0,1,6221.84,2375.18,495.262,5.32325,120,0,0,1,0,0,0,0,0),(207508,33438,571,1,256,0,1,6222.02,2295.66,490.919,0.523599,120,0,0,1,0,0,0,0,0),(207509,33438,571,1,256,0,1,6222.78,2250.06,495.284,0.401426,120,0,0,1,0,0,0,0,0),(207510,33438,571,1,256,0,1,6227.66,2304.23,489.205,0.20944,120,0,0,1,0,0,0,0,0),(207511,33438,571,1,256,0,1,6229.32,2260.17,493.108,0.628318,120,0,0,1,0,0,0,0,0),(207512,33438,571,1,256,0,1,6231.92,2294.96,489.396,0.715585,120,0,0,1,0,0,0,0,0),(207513,33438,571,1,256,0,1,6233.1,2252.94,492.997,0.401426,120,0,0,1,0,0,0,0,0),(207514,33438,571,1,256,0,1,6234.46,2257.57,492.389,3.45575,120,0,0,1,0,0,0,0,0),(207515,33438,571,1,256,0,1,6235.55,2307.36,487.694,0.506145,120,0,0,1,0,0,0,0,0),(207516,33438,571,1,256,0,1,6237.06,2285.08,489.444,0.20944,120,0,0,1,0,0,0,0,0),(207517,33438,571,1,256,0,1,6237.47,2263.19,491.429,0.523599,120,0,0,1,0,0,0,0,0),(207518,33438,571,1,256,0,1,6239.72,2299.02,487.797,0.401426,120,0,0,1,0,0,0,0,0),(207519,33438,571,1,256,0,1,6241.32,2275.8,489.641,0.715585,120,0,0,1,0,0,0,0,0),(207520,33438,571,1,256,0,1,6243.5,2282.41,488.602,0.488692,120,0,0,1,0,0,0,0,0),(207521,33438,571,1,256,0,1,6244.95,2288.2,487.804,0.506145,120,0,0,1,0,0,0,0,0),(207522,33438,571,1,256,0,1,6247.03,2265.88,489.677,0.20944,120,0,0,1,0,0,0,0,0),(207523,33438,571,1,256,0,1,6249.12,2279.87,488.005,0.401426,120,0,0,1,0,0,0,0,0),(207524,33438,571,1,256,0,1,6251.28,2256.6,489.625,0.715585,120,0,0,1,0,0,0,0,0),(207525,33438,571,1,256,0,1,6254.91,2269,488.181,0.506145,120,0,0,1,0,0,0,0,0),(207526,33438,571,1,256,0,1,6255.69,2292.97,485.729,0.715585,120,0,0,1,0,0,0,0,0),(207527,33438,571,1,256,0,1,6259.09,2260.67,488.045,0.401426,120,0,0,1,0,0,0,0,0),(207528,33438,571,1,256,0,1,6261.04,2283.56,486.012,0,120,0,0,1,0,0,0,0,0),(207529,33438,571,1,256,0,1,6265.29,2274.28,486.155,0.715585,120,0,0,1,0,0,0,0,0),(207530,33438,571,1,256,0,1,6267.48,2280.89,485.377,0.488692,120,0,0,1,0,0,0,0,0),(207531,33438,571,1,256,0,1,6345.18,2229.91,483.424,4.68518,120,0,0,1,0,0,0,0,0),(207532,33438,571,1,256,0,1,6378.19,2076.38,507.787,1.5708,120,0,0,1,0,0,0,0,0),(207533,33438,571,1,256,0,1,6382.45,2067.1,510.969,1.79769,120,0,0,1,0,0,0,0,0),(207534,33438,571,1,256,0,1,6386.08,2079.5,508.095,2.46091,120,0,0,1,0,0,0,0,0),(207535,33438,571,1,256,0,1,6390.26,2071.17,511.026,2.26893,120,0,0,1,0,0,0,0,0),(207536,34125,571,1,256,0,0,6425.9,2379.27,466.631,2.23402,120,0,0,1,0,0,0,0,0),(207537,34125,571,1,256,0,0,6431.52,2379.34,466.171,1.22173,120,0,0,1,0,0,0,0,0),(207538,34125,571,1,256,0,0,6441.44,2378.71,465.201,1.5708,120,0,0,1,0,0,0,0,0),(207539,34125,571,1,256,0,0,6446.88,2381.46,464.73,2.23402,120,0,0,1,0,0,0,0,0),(207540,34127,571,1,1,0,1,6383.61,2380.81,470.901,2.37001,120,0,0,1,0,0,0,0,0),(207541,34127,571,1,2,0,1,6203.24,2092.46,519.97,0.523599,120,0,0,1,0,0,0,0,0),(207542,34127,571,1,2,0,1,6245.94,2186.6,499.307,0.488692,120,0,0,1,0,0,0,0,0),(207543,34127,571,1,2,0,1,6288.13,2043.01,510.601,1.11701,120,0,0,1,0,0,0,0,0),(207544,34127,571,1,2,0,1,6332.01,2089.79,497.763,4.61641,120,0,0,1,0,0,0,0,0),(207545,34127,571,1,256,0,1,6111.78,2242.2,515.065,0.226893,120,0,0,1,0,0,0,0,0),(207546,34127,571,1,256,0,1,6126.79,2213.48,514.859,0.226893,120,0,0,1,0,0,0,0,0),(207547,34127,571,1,256,0,1,6143.69,2239.93,509.564,0.226893,120,0,0,1,0,0,0,0,0),(207548,34127,571,1,256,0,1,6159.58,2342.3,504.398,0.488692,120,0,0,1,0,0,0,0,0),(207549,34127,571,1,256,0,1,6182.63,2276.84,499.385,0.226893,120,0,0,1,0,0,0,0,0),(207550,34127,571,1,256,0,1,6197.98,2247.37,499.595,0.226893,120,0,0,1,0,0,0,0,0),(207551,34127,571,1,256,0,1,6216.22,2377.72,496.689,5.68977,120,0,0,1,0,0,0,0,0),(207552,34127,571,1,256,0,1,6225.5,2275.37,492.385,0.226893,120,0,0,1,0,0,0,0,0),(207553,34127,571,1,256,0,1,6243.79,2348.67,489.502,3.214,120,0,0,1,0,0,0,0,0),(207554,34127,571,1,256,0,1,6384.64,2073.7,509.492,2.05949,120,0,0,1,0,0,0,0,0),(207555,34127,571,1,256,0,1,6393.4,2307.66,474.965,2.49836,120,0,0,1,0,0,0,0,0),(207556,34179,571,1,256,0,1,6420.72,2355.72,467.262,1.20428,120,0,0,1,0,0,0,0,0),(207557,34179,571,1,256,0,1,6435.66,2377.31,465.724,4.53786,120,0,0,1,0,0,0,0,0),(207558,34179,571,1,256,0,1,6446.18,2351.86,465.113,1.91986,120,0,0,1,0,0,0,0,0),(207559,34179,571,1,256,0,1,6464.42,2359.18,463.341,6.23082,120,0,0,1,0,0,0,0,0),(207560,34179,571,1,256,0,1,6464.63,2383.78,463.281,6.23082,120,0,0,1,0,0,0,0,0),(207561,34180,571,1,256,0,1,6437.05,2355.17,465.989,1.58825,120,0,0,1,0,0,0,0,0),(129871,31316,571,1,1,0,0,5834.9,2001.66,503.916,1.86751,120,0,0,1,0,0,0,0,0),(129870,31316,571,1,1,0,0,5866.77,1990.26,507.448,2.6984,120,0,0,1,0,0,0,0,0),(129869,31316,571,1,1,0,0,5879.04,1999.88,509.572,2.59819,120,0,0,1,0,0,0,0,0),(129868,31316,571,1,1,0,0,5859.23,1992.5,505.694,2.35615,120,0,0,1,0,0,0,0,0),(129867,31316,571,1,1,0,0,5830.67,1991.73,503.924,1.72782,120,0,0,1,0,0,0,0,0),(129866,31316,571,1,1,0,0,5831.74,2024.35,503.985,2.72271,120,0,0,1,0,0,0,0,0),(129865,31316,571,1,1,0,0,5829.46,2031.39,503.99,1.32645,120,0,0,1,0,0,0,0,0),(129863,31316,571,1,1,0,0,5868.65,2049.94,504.266,3.49069,120,0,0,1,0,0,0,0,0),(129862,31316,571,1,1,0,0,5890.25,2049.39,512.196,3.94444,120,0,0,1,0,0,0,0,0),(246902,38493,571,1,1,0,1,5849.19,2175.6,636.042,1.54954,300,0,0,65165,0,0,0,0,0),(129860,31316,571,1,1,0,0,5869.16,2064.59,504.629,3.90952,120,0,0,1,0,0,0,0,0),(129859,31316,571,1,1,0,0,5851.9,2064.4,504.081,4.50292,120,0,0,1,0,0,0,0,0),(129853,31316,571,1,1,0,0,5873.27,2020.35,506.469,2.86509,120,0,0,1,0,0,0,0,0),(88770,37965,571,1,1,0,1,5597.37,2024.03,798.125,0.471239,120,0,0,1,0,0,0,0,0),(88771,37965,571,1,1,0,1,5623.61,2000.22,798.13,1.41372,120,0,0,1,0,0,0,0,0),(88772,37965,571,1,1,0,1,5656.99,2008.31,798.125,2.1293,120,0,0,1,0,0,0,0,0),(88773,37965,571,1,256,0,1,5597.37,2024.03,798.125,0.471239,120,0,0,1,0,0,0,0,0),(88774,37965,571,1,256,0,1,5623.61,2000.22,798.13,1.41372,120,0,0,1,0,0,0,0,0),(88775,37965,571,1,256,0,1,5656.99,2008.31,798.125,2.1293,120,0,0,1,0,0,0,0,0),(129852,31316,571,1,1,0,0,5894.92,2027.75,513.139,3.21295,120,0,0,1,0,0,0,0,0),(129851,31283,571,1,1,0,0,5826.42,2029.93,503.993,5.95157,120,0,0,1,0,0,0,0,0),(88779,37965,571,1,1,0,1,5679.39,2166.71,800.091,6.16101,120,0,0,1,0,0,0,0,0),(88780,37965,571,1,1,0,1,5690.04,2169.76,822.619,3.46936,120,0,0,1,0,0,0,0,0),(88781,37965,571,1,1,0,1,5706.81,2164.21,800.091,3.07178,120,0,0,1,0,0,0,0,0),(88782,37965,571,1,1,0,1,5665.33,2235,833.81,1.88679,120,0,0,1,0,0,0,0,0),(88783,37965,571,1,1,0,1,5666.03,2317.19,800.091,0.174533,120,0,0,1,0,0,0,0,0),(88784,37965,571,1,1,0,1,5670.79,2302.29,822.619,1.9092,120,0,0,1,0,0,0,0,0),(88785,37965,571,1,1,0,1,5674.22,2316.01,837.016,4.99458,120,0,0,1,0,0,0,0,0),(88786,37965,571,1,1,0,1,5678.93,2265.66,800.091,0.174533,120,0,0,1,0,0,0,0,0),(88787,37965,571,1,256,0,1,5679.39,2166.71,800.091,6.16101,120,0,0,1,0,0,0,0,0),(88788,37965,571,1,1,0,1,5683.26,2215.06,800.091,6.23082,120,0,0,1,0,0,0,0,0),(88789,37965,571,1,1,0,1,5693.28,2323.65,800.091,3.29867,120,0,0,1,0,0,0,0,0),(88790,37965,571,1,1,0,1,5706.71,2270.33,800.091,3.29867,120,0,0,1,0,0,0,0,0),(88791,37965,571,1,256,0,1,5706.81,2164.21,800.091,3.07178,120,0,0,1,0,0,0,0,0),(88792,37965,571,1,1,0,1,5710.68,2213.77,800.091,3.10669,120,0,0,1,0,0,0,0,0),(88793,37968,571,1,1,0,0,5679.44,2166.71,798.209,6.16101,120,0,0,1,0,0,0,0,0),(88794,37968,571,1,1,0,0,5690,2169.74,820.738,3.46936,120,0,0,1,0,2,0,0,0),(88795,37968,571,1,1,0,0,5706.77,2164.21,798.209,3.07178,120,0,0,1,0,0,0,0,0),(88796,37968,571,1,1,0,0,5665.31,2235.04,831.929,1.88679,120,0,0,1,0,2,0,0,0),(88797,37968,571,1,1,0,0,5666.08,2317.2,798.209,0.174533,120,0,0,1,0,0,0,0,0),(88798,37968,571,1,1,0,0,5670.77,2302.33,820.738,1.9092,120,0,0,1,0,2,0,0,0),(88799,37968,571,1,1,0,0,5674.24,2315.97,835.135,4.99458,120,0,0,1,0,2,0,0,0),(88800,37968,571,1,1,0,0,5678.98,2265.67,798.209,0.174533,120,0,0,1,0,0,0,0,0),(88801,37968,571,1,256,0,0,5679.44,2166.71,798.209,6.16101,120,0,0,1,0,0,0,0,0),(88802,37968,571,1,1,0,0,5683.31,2215.06,798.209,6.23082,120,0,0,1,0,0,0,0,0),(88803,37968,571,1,1,0,0,5693.23,2323.64,798.209,3.29867,120,0,0,1,0,0,0,0,0),(88804,37968,571,1,1,0,0,5706.67,2270.32,798.209,3.29867,120,0,0,1,0,0,0,0,0),(88805,37968,571,1,256,0,0,5706.77,2164.21,798.209,3.07178,120,0,0,1,0,0,0,0,0),(88806,37968,571,1,1,0,0,5710.63,2213.77,798.209,3.10669,120,0,0,1,0,0,0,0,0),(208485,33927,571,1,1,26463,0,5753.74,585.413,615.052,0,180,0,0,1,0,0,0,0,0),(208486,33924,1,1,1,27953,1,-7123.33,-3766.68,9.40339,0,180,0,0,1,0,0,0,0,0),(208487,33931,530,1,1,0,1,3066.45,3638.87,145.218,0.875901,120,0,0,1,0,0,0,0,0),(208488,34090,1,1,1,29077,1,-7126.8,-3761.97,9.49471,0.820305,180,0,0,1,0,0,0,0,0),(208489,34091,530,1,1,0,1,3078.46,3636.98,145.385,3.12999,120,0,0,1,0,0,0,0,0),(208490,34092,571,1,1,29076,1,5761.32,578.753,615.052,2.09439,180,0,0,1,0,0,0,0,0),(208491,33932,530,1,1,0,1,3073.99,3633.34,143.779,2.09012,120,0,0,42,0,0,0,0,0),(208492,33928,1,1,1,22438,0,-7122.35,-3770.56,9.35682,0,180,0,0,1,0,0,0,0,0),(208493,33926,571,1,1,26464,0,5751.54,584.66,615.052,0,180,0,0,1,0,0,0,0,0),(208494,33929,1,1,1,22399,0,-7120.75,-3774.16,9.0363,0.767945,180,0,0,1,0,0,0,0,0),(208495,33925,571,1,1,26465,0,5751.73,582.943,615.052,0,180,0,0,1,0,0,0,0,0),(208496,33930,530,1,1,22393,0,3070.16,3635.11,143.864,0.750492,180,0,0,42,0,0,0,0,0),(208497,33921,571,1,1,26463,0,5753.74,585.413,615.052,0,180,0,0,1,0,0,0,0,0),(208498,33915,1,1,1,27953,1,-7123.33,-3766.68,9.40339,0,180,0,0,1,0,0,0,0,0),(208499,33918,530,1,1,0,1,3066.45,3638.87,145.218,0.875901,120,0,0,1,0,0,0,0,0),(208500,34088,1,1,1,29077,1,-7126.8,-3761.97,9.49471,0.820305,180,0,0,1,0,0,0,0,0),(208501,34089,530,1,1,0,1,3078.46,3636.98,145.385,3.12999,120,0,0,1,0,0,0,0,0),(208502,34087,571,1,1,29076,1,5761.32,578.753,615.052,2.09439,180,0,0,1,0,0,0,0,0),(208503,33916,530,1,1,0,1,3073.99,3633.34,143.779,2.09012,120,0,0,42,0,0,0,0,0),(208504,33920,1,1,1,22438,0,-7122.35,-3770.56,9.35682,0,180,0,0,1,0,0,0,0,0),(208505,33922,571,1,1,26464,0,5751.54,584.66,615.052,0,180,0,0,1,0,0,0,0,0),(208506,33917,1,1,1,22399,0,-7120.75,-3774.16,9.0363,0.767945,180,0,0,1,0,0,0,0,0),(208507,33923,571,1,1,26465,0,5751.73,582.943,615.052,0,180,0,0,1,0,0,0,0,0),(208508,33919,530,1,1,22393,0,3070.16,3635.11,143.864,0.750492,180,0,0,42,0,0,0,0,0),(151761,37122,631,15,1,0,1,4365.98,2672.63,349.271,4.67748,604800,0,0,130330,4081,0,0,0,0),(151762,37123,631,15,1,0,1,4361.32,2675.74,349.389,4.64258,604800,0,0,130330,61215,0,0,0,0),(151763,37124,631,15,1,0,1,4349.95,2677.52,349.306,4.83962,604800,0,0,130330,0,0,0,0,0),(151764,37125,631,15,1,0,1,4347.03,2673.68,349.37,4.85202,604800,0,0,130330,0,0,0,0,0),(137772,37134,631,15,1,0,1,4350.65,2528.31,358.433,1.52995,7200,0,0,0,0,0,0,0,0),(137771,37134,631,15,1,0,1,4349.36,2584.54,351.101,1.60849,7200,0,0,0,0,0,0,0,0),(151767,37129,631,15,1,0,1,4356.9,2673.27,349.47,4.76475,604800,0,0,278900,0,0,0,0,0),(137770,37134,631,15,1,0,1,4363.48,2585.09,351.101,1.58493,7200,0,0,0,0,0,0,0,0),(137769,37134,631,15,1,0,1,4362.18,2642.97,351.1,1.5331,7200,0,0,0,0,0,0,0,0),(137768,37134,631,15,1,0,1,4351.66,2642.95,351.1,1.40351,7200,0,0,0,0,0,0,0,0),(137767,37133,631,15,1,0,1,4356.77,2524.27,358.433,1.50246,7200,0,0,0,0,0,0,0,0),(137766,37133,631,15,1,0,1,4346.98,2512.75,358.441,1.35716,7200,0,0,0,0,0,0,0,0),(137765,37133,631,15,1,0,1,4356.85,2636.39,351.101,1.56922,7200,0,0,0,0,0,0,0,0),(137764,37133,631,15,1,0,1,4366.83,2510.3,358.518,1.62316,7200,0,0,0,0,0,0,0,0),(137763,37132,631,15,1,0,1,4343.78,2525.43,358.433,1.26291,7200,0,0,0,0,0,0,0,0),(137762,37132,631,15,1,0,1,4369.26,2525.06,358.433,1.78913,7200,0,0,0,0,0,0,0,0),(137761,37132,631,15,1,0,1,4368.03,2578.97,351.101,1.69096,7200,0,0,0,0,0,0,0,0),(137760,37132,631,15,1,0,1,4345.88,2577.64,351.101,1.52995,7200,0,0,0,0,0,0,0,0),(137757,37132,631,15,1,0,1,4365.26,2624.06,351.101,1.60232,7200,0,0,0,0,0,0,0,0),(137756,37132,631,15,1,0,1,4349.24,2624.6,351.101,1.55924,7200,0,0,0,0,0,0,0,0),(151783,37531,631,15,1,0,1,4362.85,2514.43,203.383,0.541144,7200,0,0,1134000,0,0,0,0,0),(151784,37531,631,15,1,0,1,4360.96,2454.38,203.384,5.7719,7200,0,0,1134000,0,0,0,0,0),(151785,37532,631,15,1,0,0,4389.66,2533.88,203.387,1.49305,7200,0,0,126000,3994,0,0,0,0),(151786,37532,631,15,1,0,0,4379.52,2517.11,203.383,1.55823,7200,0,0,126000,3994,0,0,0,0),(151787,37532,631,15,1,0,0,4379.45,2510.21,203.382,2.77324,7200,0,0,126000,3994,0,0,0,0),(151788,37532,631,15,1,0,0,4377.98,2511.69,203.384,0.0361331,7200,0,0,126000,3994,0,0,0,0),(151789,37532,631,15,1,0,0,4376.07,2508.98,203.384,0.95662,7200,0,0,126000,3994,0,0,0,0),(151790,37532,631,15,1,0,0,4371.45,2514.37,203.383,3.35915,7200,0,0,126000,3994,0,0,0,0),(151791,37532,631,15,1,0,0,4377.53,2519.25,203.384,5.76561,7200,0,0,126000,3994,0,0,0,0),(151792,37532,631,15,1,0,0,4385.71,2530.45,203.387,3.85552,7200,0,0,126000,3994,0,0,0,0),(151793,37532,631,15,1,0,0,4374.05,2457.47,203.382,4.73831,7200,0,0,126000,3994,0,0,0,0),(151794,37532,631,15,1,0,0,4373.95,2461.52,203.382,3.47539,7200,0,0,126000,3994,0,0,0,0),(151795,37532,631,15,1,0,0,4375.93,2455.54,203.383,4.69512,7200,0,0,126000,3994,0,0,0,0),(151796,37532,631,15,1,0,0,4383.62,2529.27,203.386,5.19698,7200,0,0,126000,3994,0,0,0,0),(151797,37532,631,15,1,0,0,4389.28,2528.94,203.386,6.22428,7200,0,0,126000,3994,0,0,0,0),(151798,37532,631,15,1,0,0,4380.05,2456.41,203.382,0.00314776,7200,0,0,126000,3994,0,0,0,0),(151799,37532,631,15,1,0,0,4376.26,2462.41,203.382,2.58318,7200,0,0,126000,3994,0,0,0,0),(151800,37532,631,15,1,0,0,4378.17,2462.99,203.381,4.13827,7200,0,0,126000,3994,0,0,0,0),(151801,37532,631,15,1,0,0,4383.05,2523.33,203.387,4.35504,7200,0,0,126000,3994,0,0,0,0),(151802,37532,631,15,1,0,0,4372.52,2452.47,203.384,3.70002,7200,0,0,126000,3994,0,0,0,0),(151803,37532,631,15,1,0,0,4381.59,2533.12,203.386,3.60734,7200,0,0,126000,3994,0,0,0,0),(151804,37532,631,15,1,0,0,4386.49,2535.52,203.386,3.07248,7200,0,0,126000,3994,0,0,0,0),(151805,37532,631,15,1,0,0,4385.64,2512.62,203.384,4.82235,7200,0,0,126000,3994,0,0,0,0),(151806,37532,631,15,1,0,0,4373.77,2438.67,203.386,4.50819,7200,0,0,126000,3994,0,0,0,0),(151807,37532,631,15,1,0,0,4370.54,2441.32,203.386,2.44731,7200,0,0,126000,3994,0,0,0,0),(151808,37532,631,15,1,0,0,4376.09,2442.12,203.386,0.133524,7200,0,0,126000,3994,0,0,0,0),(151809,37532,631,15,1,0,0,4379.22,2439.67,203.386,5.39491,7200,0,0,126000,3994,0,0,0,0),(151810,37532,631,15,1,0,0,4380.51,2434.97,203.387,4.65585,7200,0,0,126000,3994,0,0,0,0),(151811,37532,631,15,1,0,0,4382.9,2439.76,203.387,1.10506,7200,0,0,126000,3994,0,0,0,0),(151812,37532,631,15,1,0,0,4381.45,2444.52,203.386,3.39057,7200,0,0,126000,3994,0,0,0,0),(137755,37127,631,15,1,0,1,4371.41,2570.52,351.101,0.0808906,7200,0,0,0,0,0,0,0,0),(137754,37127,631,15,1,0,1,4346.72,2607.9,351.101,3.23426,7200,0,0,0,0,0,0,0,0),(137753,37126,631,15,1,0,1,4356.71,2484.33,371.531,1.5708,604800,0,0,0,0,0,0,0,0),(247118,38752,631,15,17,0,0,4203.89,2484.23,364.956,0,604800,0,0,0,0,0,0,0,0),(247124,37868,631,15,1,0,0,4222.86,2504.58,364.96,3.90954,604800,0,0,0,0,0,0,0,0),(247123,37868,631,15,1,0,0,4223.4,2465.11,364.952,2.3911,604800,0,0,0,0,0,0,0,0),(247122,37868,631,5,1,0,0,4230.44,2478.56,364.953,2.93215,604800,0,0,0,0,0,0,0,0),(151820,38229,631,15,1,0,0,4352.01,2664.59,350.18,6.12231,604800,0,0,13,0,0,0,0,0),(151821,38229,631,15,1,0,0,4356.72,2408.48,358.432,4.04586,604800,0,0,13,0,0,0,0,0),(151822,38229,631,15,1,0,0,4359.53,2656.51,351.101,0.198085,604800,0,0,13,0,0,0,0,0),(247121,37868,631,5,1,0,0,4230.53,2490.22,364.957,3.36849,604800,0,0,0,0,0,0,0,0),(137747,36789,631,10,5,0,0,4203.65,2483.89,364.961,5.51524,604800,0,0,17999997,0,0,0,0,0),(137746,36789,631,5,5,0,0,4203.65,2483.89,364.961,5.51524,604800,0,0,6000003,0,0,0,0,0),(151826,30268,571,1,2,0,0,6244.78,190.194,383.08,1.50098,0,0,0,0,0,0,0,0,0),(151827,30268,571,1,2,0,0,6249.75,126.806,382.534,2.47837,0,0,0,0,0,0,0,0,0),(151828,30268,571,1,2,0,0,6277.33,155.167,383.491,0.43643,0,0,0,0,0,0,0,0,0),(151829,30268,571,1,2,0,0,6303.7,193.736,387.669,-1.17247,0,0,0,0,0,0,0,0,0),(151830,30268,571,1,2,0,0,6321.27,152.463,387.239,4.10152,0,0,0,0,0,0,0,0,0),(151831,30268,571,1,2,0,0,6333.02,57.5423,389.173,4.62512,0,0,0,0,0,0,0,0,0),(151832,30268,571,1,2,0,0,6335.22,110.147,391.309,6.05629,0,0,0,0,0,0,0,0,0),(151833,30268,571,1,2,0,0,6339.98,186.907,389.644,-2.29057,0,0,0,0,0,0,0,0,0),(151834,30268,571,1,2,0,0,6347.77,225.483,393.712,-1.99599,0,0,0,0,0,0,0,0,0),(151835,30268,571,1,2,0,0,6363.71,126.463,391.424,3.89208,0,0,0,0,0,0,0,0,0),(151836,30268,571,1,2,0,0,6389.44,226.344,395.383,6.16101,0,0,0,0,0,0,0,0,0),(151837,30268,571,1,2,0,0,6405.67,158.456,394.692,0.85521,0,0,0,0,0,0,0,0,0),(151838,30268,571,1,2,0,0,6421.84,258.293,397.279,-2.2004,0,0,0,0,0,0,0,0,0),(151839,30268,571,1,2,0,0,6434.63,198.273,396.762,5.93412,0,0,0,0,0,0,0,0,0),(244625,37984,0,1,1,0,0,-382.121,161.213,77.0395,0.982712,30,0,0,356,0,0,0,0,0),(244624,37984,0,1,1,0,0,-407.15,172.323,76.8851,3.50463,30,0,0,356,0,0,0,0,0),(244623,37984,0,1,1,0,0,-421.118,161.632,73.0552,3.81093,30,0,0,356,0,0,0,0,0),(244622,37984,0,1,1,0,0,-414.333,151.165,72.7544,5.28748,30,0,0,356,0,0,0,0,0),(244621,37984,0,1,1,0,0,-396.98,152.02,72.7445,0.0802893,30,0,0,356,0,0,0,0,0),(244620,38006,1,1,1,0,0,-3423.44,-4223.1,10.3878,3.34749,30,0,0,356,0,0,0,0,0),(244619,38006,1,1,1,0,0,-3407.75,-4217.59,11.4111,4.59863,30,0,0,356,0,0,0,0,0),(244618,38006,1,1,1,0,0,-3425.3,-4205.48,11.087,0.747825,30,0,0,356,0,0,0,0,0),(244617,38006,1,1,1,0,0,-3415.67,-4199.13,10.9447,0.380259,30,0,0,356,0,0,0,0,0),(244616,38006,1,1,1,0,0,-3408.24,-4205.45,11.7024,5.33848,30,0,0,356,0,0,0,0,0),(244615,38016,0,1,1,0,0,122.685,-2379.58,120.969,0.401474,30,0,0,356,0,0,0,0,0),(244614,38016,0,1,1,0,0,112.321,-2385.37,121.337,0.933974,30,0,0,356,0,0,0,0,0),(244613,38016,0,1,1,0,0,117.312,-2415.86,124.574,1.81912,30,0,0,356,0,0,0,0,0),(244612,38016,0,1,1,0,0,112.257,-2406.06,125.159,2.12857,30,0,0,356,0,0,0,0,0),(244611,38016,0,1,1,0,0,107.836,-2394.64,123.766,1.71859,30,0,0,356,0,0,0,0,0),(244610,38035,1,1,1,0,0,4851.07,137.164,52.3573,3.32611,60,0,0,1,0,0,0,0,0),(244609,38035,1,1,1,0,0,6767.76,-4880.77,776.832,0.473977,60,0,0,1,0,0,0,0,0),(244608,38035,530,1,1,0,0,-1800.57,4849.58,3.67941,0.732729,60,0,0,1,0,0,0,0,0),(244607,38035,1,1,1,0,0,1269.73,-4095.83,27.2461,0.383236,60,0,0,1,0,0,0,0,0),(244606,38035,0,1,1,0,0,-9462.46,525.975,55.3952,4.44641,60,0,0,1,0,0,0,0,0),(244605,38030,530,1,1,0,0,-1809.55,4858.05,1.6643,0.850539,30,0,0,356,0,0,0,0,0),(244604,38030,530,1,1,0,0,-1800.26,4865.74,1.76724,0.246567,30,0,0,356,0,0,0,0,0),(244603,38030,530,1,1,0,0,-1789.11,4860.69,1.08418,5.7255,30,0,0,356,0,0,0,0,0),(244602,38030,530,1,1,0,0,-1786.21,4846.14,3.9133,4.90948,30,0,0,356,0,0,0,0,0),(244601,38030,530,1,1,0,0,-1792,4835.44,5.75526,4.05103,30,0,0,356,0,0,0,0,0),(244600,38023,1,1,1,0,0,6763.25,-4871.99,775.183,0.473977,30,0,0,356,0,0,0,0,0),(244599,38023,1,1,1,0,0,6754.5,-4875.5,773.386,6.14062,30,0,0,356,0,0,0,0,0),(244598,38023,1,1,1,0,0,6754.64,-4890.56,774.717,4.87221,30,0,0,356,0,0,0,0,0),(244597,38023,1,1,1,0,0,6767.71,-4899.06,775.43,5.72986,30,0,0,356,0,0,0,0,0),(244596,38023,1,1,1,0,0,6777.68,-4889.84,776.667,0.746511,30,0,0,356,0,0,0,0,0),(244595,37917,1,1,1,0,0,4845.3,115.292,51.258,3.43999,30,0,0,356,0,0,0,0,0),(244594,37917,1,1,1,0,0,4844.9,102.68,50.0936,3.43999,30,0,0,356,0,0,0,0,0),(244593,37917,1,1,1,0,0,4860,109.204,53.8496,0.467256,30,0,0,356,0,0,0,0,0),(244592,37917,1,1,1,0,0,4867.09,123.556,54.625,1.10736,30,0,0,356,0,0,0,0,0),(244591,37917,1,1,1,0,0,4861.5,143.397,53.5891,1.77494,30,0,0,356,0,0,0,0,0),(244590,37214,1,1,1,0,0,1261.55,-4082.01,24.5336,0.679332,30,0,0,356,0,0,0,0,0),(244589,37214,1,1,1,0,0,1252.12,-4093.07,24.2136,1.55034,30,0,0,356,0,0,0,0,0),(244588,37214,1,1,1,0,0,1263.1,-4104.66,26.5895,3.20674,30,0,0,356,0,0,0,0,0),(244587,37214,1,1,1,0,0,1273.4,-4103.99,27.8146,4.13351,30,0,0,356,0,0,0,0,0),(244586,37214,1,1,1,0,0,1278.46,-4095.97,28.5179,6.00276,30,0,0,356,0,0,0,0,0),(244585,37214,0,1,1,0,0,-9459.73,534.487,54.9696,5.97165,30,0,0,356,0,0,0,0,0),(244584,37214,0,1,1,0,0,-9471.57,536.639,54.108,0.793523,30,0,0,356,0,0,0,0,0),(244583,37214,0,1,1,0,0,-9479.33,525.887,55.2184,2.14127,30,0,0,356,0,0,0,0,0),(244582,37214,0,1,1,0,0,-9461.04,512.112,55.8756,3.59818,30,0,0,356,0,0,0,0,0),(244581,37214,0,1,1,0,0,-9447.59,521.985,56.1219,4.45034,30,0,0,356,0,0,0,0,0),(244580,38340,0,1,1,0,0,-8911.16,625.834,99.5227,3.65088,300,0,0,1,0,0,0,0,0),(244579,38340,1,1,1,0,0,1619.91,-4376.93,12.2511,0.575657,300,0,0,1,0,0,0,0,0),(244578,38341,1,1,1,0,0,1674.65,-4440.01,19.1696,5.34538,300,0,0,1,0,0,0,0,0),(244577,38341,0,1,1,0,0,-8806.15,664.605,96.2,1.56172,300,0,0,1,0,0,0,0,0),(244576,38342,1,1,1,0,0,1762.65,-4345.06,-7.83994,3.73924,300,0,0,1,0,0,0,0,0),(244575,38342,0,1,1,0,0,-8754.09,657.778,105.091,0.199051,300,0,0,1,0,0,0,0,0),(244573,36296,33,1,1,0,0,-208.723,2218.5,79.7633,5.16886,86400,0,0,269000,0,0,0,0,0),(244571,38208,33,1,1,0,0,-234.669,2154.3,90.6247,4.46749,86400,0,0,1,0,0,0,0,0),(244570,37917,0,1,1,0,0,-40.5129,1132.35,66.9879,0.2236,30,0,0,356,0,0,0,0,0),(244569,37917,0,1,1,0,0,-70.0067,1126.23,65.5446,5.87061,30,0,0,356,0,0,0,0,0),(244568,37917,0,1,1,0,0,-99.1899,1143.58,61.9249,3.65579,30,0,0,356,0,0,0,0,0),(244567,37917,0,1,1,0,0,-78.1933,1155.44,64.1348,3.65579,30,0,0,356,0,0,0,0,0),(244566,36885,33,1,1,0,0,-220.323,2207.68,79.7636,3.0687,86400,0,0,1,0,0,0,0,0),(244565,36885,33,1,1,0,0,-200.286,2201.67,79.765,0.537364,86400,0,0,1,0,0,0,0,0),(137743,38471,631,15,1,0,1,-504.949,2184.24,62.3048,0.450047,86400,0,0,0,0,0,0,0,0),(137744,38501,631,15,1,0,0,4247.04,2753.25,348.996,0.227759,86400,0,0,0,0,0,0,0,0),(137745,38551,631,15,1,0,1,4466.26,2787.99,348.954,3.34972,86400,0,0,0,0,0,0,0,0),(137774,38125,631,15,1,0,1,4369.75,2606.94,351.101,6.24627,7200,0,0,0,0,0,0,0,0),(137775,38125,631,15,1,0,1,4340.83,2572.01,351.101,3.14394,7200,0,0,0,0,0,0,0,0),(151851,24322,571,1,2,0,1,929.799,-5579.14,184.932,3.26377,300,0,0,1,0,0,0,0,0),(151850,24322,571,1,2,0,1,917.516,-5529.25,192.04,4.62512,300,0,0,1,0,0,0,0,0),(137780,38229,631,15,1,0,0,4358.06,2608.39,351.184,2.86266,3600,5,0,0,0,1,0,0,0),(137781,38229,631,15,1,0,0,4351.09,2488.49,358.441,1.93736,3600,5,0,0,0,1,0,0,0),(137782,38229,631,15,1,0,0,4356.68,2525.39,358.432,1.69568,3600,5,0,0,0,1,0,0,0),(137783,38229,631,15,1,0,0,4352.72,2610.13,351.101,2.82663,3600,5,0,0,0,1,0,0,0),(151852,24322,571,1,2,0,1,925.442,-5571.05,187.267,3.83972,300,0,0,1,0,0,0,0,0),(151853,24322,571,1,2,0,1,922.323,-5531.35,189.793,4.5204,300,0,0,1,0,0,0,0,0),(151854,24322,571,1,2,0,1,914.474,-5533.34,192.314,4.67748,300,0,0,1,0,0,0,0,0),(151855,24322,571,1,2,0,1,898.83,-5539.49,193.25,5.06145,300,0,0,1,0,0,0,0,0),(151856,24322,571,1,2,0,1,934.147,-5528.46,187.374,4.32842,300,0,0,1,0,0,0,0,0),(151857,24322,571,1,2,0,1,951.451,-5546.91,185.517,3.85718,300,0,0,1,0,0,0,0,0),(151858,24322,571,1,2,0,1,937.627,-5573.08,186.163,3.45575,300,0,0,1,0,0,0,0,0),(151859,24322,571,1,2,0,1,951.078,-5562.57,184.76,3.59538,300,0,0,1,0,0,0,0,0),(151860,24322,571,1,2,0,1,933.676,-5544.94,186.067,4.18879,300,0,0,1,0,0,0,0,0),(151861,24322,571,1,2,0,1,937.11,-5553.09,185.877,3.9968,300,0,0,1,0,0,0,0,0),(151862,24322,571,1,2,0,1,949.577,-5571.85,185.367,3.38594,300,0,0,1,0,0,0,0,0),(151863,24322,571,1,2,0,1,936.47,-5562.46,186.81,3.82227,300,0,0,1,0,0,0,0,0),(151864,24322,571,1,2,0,1,938.414,-5547.4,185.824,4.06662,300,0,0,1,0,0,0,0,0),(151865,24322,571,1,2,0,1,955.932,-5541.44,185.481,3.89208,300,0,0,1,0,0,0,0,0),(151866,24322,571,1,2,0,1,943.289,-5552.29,185.451,3.90954,300,0,0,1,0,0,0,0,0),(151867,24322,571,1,2,0,1,945.767,-5536.81,187.227,4.06662,300,0,0,1,0,0,0,0,0),(151868,24322,571,1,2,0,1,936.005,-5533.51,187.475,4.2586,300,0,0,1,0,0,0,0,0),(151869,24322,571,1,2,0,1,940.908,-5562.95,186.208,3.71755,300,0,0,1,0,0,0,0,0),(151870,24323,571,1,2,0,0,913.935,-5540.2,190.577,4.69494,300,0,0,1,0,0,0,0,0),(151871,24323,571,1,2,0,0,911.285,-5528.68,193.913,4.76475,300,0,0,1,0,0,0,0,0),(151872,24323,571,1,2,0,0,908.861,-5550.75,192.936,4.86947,300,0,0,1,0,0,0,0,0),(151873,24323,571,1,2,0,0,926.253,-5554.95,188.245,4.24115,300,0,0,1,0,0,0,0,0),(151874,24323,571,1,2,0,0,927.767,-5549.81,187.309,4.27606,300,0,0,1,0,0,0,0,0),(151875,24323,571,1,2,0,0,924.093,-5543.46,187.884,4.43314,300,0,0,1,0,0,0,0,0),(151876,24323,571,1,2,0,0,926.421,-5563.16,188.221,4.08407,300,0,0,1,0,0,0,0,0),(151877,24323,571,1,2,0,0,931.466,-5537.86,187.133,4.31096,300,0,0,1,0,0,0,0,0),(151878,24323,571,1,2,0,0,903.492,-5545.23,192.86,4.99164,300,0,0,1,0,0,0,0,0),(151879,24323,571,1,2,0,0,914.416,-5547.48,190.82,4.67748,300,0,0,1,0,0,0,0,0),(151880,24323,571,1,2,0,0,932.522,-5568.61,187.108,3.71755,300,0,0,1,0,0,0,0,0),(151881,24323,571,1,2,0,0,932.666,-5559.35,187.348,3.97935,300,0,0,1,0,0,0,0,0),(151882,24323,571,1,2,0,0,913.796,-5555,192.019,4.69494,300,0,0,1,0,0,0,0,0),(151883,24323,571,1,2,0,0,932.566,-5549.75,186.292,4.15388,300,0,0,1,0,0,0,0,0),(151884,24323,571,1,2,0,0,921.767,-5549.71,188.553,4.45059,300,0,0,1,0,0,0,0,0),(151885,24323,571,1,2,0,0,910.815,-5543.3,191.321,4.7822,300,0,0,1,0,0,0,0,0),(151886,24323,571,1,2,0,0,927.373,-5532.52,188.152,4.41568,300,0,0,1,0,0,0,0,0),(151887,24323,571,1,2,0,0,945.812,-5543.79,186.479,3.9968,300,0,0,1,0,0,0,0,0),(151888,24323,571,1,2,0,0,941.3,-5580.63,186.328,3.15905,300,0,0,1,0,0,0,0,0),(151889,24323,571,1,2,0,0,944.83,-5566.06,185.813,3.57792,300,0,0,1,0,0,0,0,0),(151890,24323,571,1,2,0,0,950.293,-5554.96,184.851,3.75246,300,0,0,1,0,0,0,0,0),(151891,24323,571,1,2,0,0,940.117,-5538.73,187.231,4.13643,300,0,0,1,0,0,0,0,0),(151892,24323,571,1,2,0,0,944.396,-5558.65,185.427,3.75246,300,0,0,1,0,0,0,0,0),(151893,32741,571,1,1,0,0,5871.94,852.655,846.336,6.21344,300,0,0,1,0,0,0,0,0),(151894,28297,571,1,1,0,0,6203.81,5528.57,-51.8231,2.6255,120,0,0,1,0,2,0,0,0),(80,25666,571,1,1,0,0,3649.17,4744.34,-15,0.890118,120,0,0,1,0,0,0,0,0),(151910,18698,530,1,1,0,0,3835.65,3835.2,103.641,5.80224,28800,5,0,10466,5982,1,0,0,0),(151911,18698,530,1,1,0,0,4824.65,2738.08,88.9073,0.75999,28800,5,0,10466,5982,1,0,0,0),(151912,18698,530,1,1,0,0,4113.73,1677.64,130.749,0.237701,28800,5,0,10466,5982,1,0,0,0),(151913,18678,530,1,1,0,0,-565.303,4343,49.9107,6.05994,28800,20,0,10682,0,1,0,0,0),(151914,18678,530,1,1,0,0,-632.339,3908.47,28.9953,4.74599,28800,20,0,10682,0,1,0,0,0),(151933,18678,530,1,1,0,0,-634.201,3795.52,28.9951,1.16274,28800,20,0,10682,0,1,0,0,0),(151915,17144,530,1,1,0,0,-1762.6,8066.57,-104.023,1.86887,28800,0,0,11828,0,0,0,0,0),(151916,17144,530,1,1,0,0,-1840.51,8450.93,-64.6652,4.69754,28800,0,0,11828,0,0,0,0,0),(151917,17144,530,1,1,0,0,-1025.68,7114.78,2.37478,0.256121,28800,0,0,11828,0,0,0,0,0),(151918,17144,530,1,1,0,0,-2876.55,6078.57,-4.24251,1.15226,28800,0,0,11828,0,0,0,0,0),(151919,18692,530,1,1,0,0,2116.26,7250.19,365.147,2.86924,28800,0,0,13084,0,0,0,0,0),(151920,18692,530,1,1,0,0,2699.59,7237.5,366.064,3.30389,28800,0,0,13084,0,0,0,0,0),(151921,18677,530,1,1,0,1,-575.456,3240.77,5.76784,4.69623,28800,0,0,10316,0,0,0,0,0),(151922,18677,530,1,1,0,1,-1084.3,2014.46,67.6811,0.947525,28800,5,0,10316,0,1,0,0,0),(151923,18693,530,1,1,0,1,2365.59,6544.67,3.4638,1.66658,28800,0,0,10466,8973,0,0,0,0),(151924,18693,530,1,1,0,1,1599.44,6433.12,-10.4082,0.215986,28800,0,0,10466,8973,0,0,0,0),(151925,18693,530,1,1,0,1,1607.56,6423.05,-10.3477,0.577269,28800,5,0,10466,8973,1,0,0,0),(151926,18693,530,1,1,0,1,2915.68,6000.98,-4.1535,4.87572,28800,5,0,10466,8973,1,0,0,0),(151927,18693,530,1,1,0,1,3636.49,5349.23,-20.7,4.57491,28800,5,0,10466,8973,1,0,0,0),(151928,18683,530,1,1,0,0,-2422.61,8206.15,-38.3408,0.177212,28800,0,0,10466,11964,0,0,0,0),(151929,18679,530,1,1,0,1,175.918,1720.29,34.4088,3.26023,28800,0,0,8548,2568,0,0,0,0),(151930,18679,530,1,1,0,1,-444.675,1851.37,78.3747,5.77743,28800,5,0,8548,2568,1,0,0,0),(151931,18679,530,1,1,0,1,399.416,2204.89,118.365,0.918177,28800,5,0,8548,2568,1,0,0,0),(151932,18679,530,1,1,0,1,362.142,3354.43,64.1364,1.86458,28800,5,0,8548,2568,1,0,0,0),(208908,40176,1,1,1,0,0,-738.001,-5049.52,14.9542,5.75931,45,10,0,1,0,1,0,0,0),(208909,40176,1,1,1,0,0,-752.217,-4959.93,22.1643,1.52474,45,10,0,1,0,1,0,0,0),(208910,40176,1,1,1,0,0,-754.166,-4912.5,21.3002,0.838313,45,10,0,1,0,1,0,0,0),(208911,40176,1,1,1,0,0,-754.812,-4931.8,21.6752,1.62118,45,10,0,1,0,1,0,0,0),(208912,40176,1,1,1,0,0,-764.584,-4972.92,20.9381,1.6671,45,10,0,1,0,1,0,0,0),(208913,40176,1,1,1,0,0,-790.771,-5014.89,15.7723,0,45,10,0,1,0,1,0,0,0),(208914,40176,1,1,1,0,0,-802.017,-5037.51,10.5774,0,45,10,0,1,0,1,0,0,0),(208915,40176,1,1,1,0,0,-814.392,-5010.16,15.045,4.40671,45,10,0,1,0,1,0,0,0),(208916,40176,1,1,1,0,0,-817.239,-4942.28,21.2968,5.06703,45,10,0,1,0,1,0,0,0),(208917,40176,1,1,1,0,0,-858.816,-5039.14,3.00986,0,45,10,0,1,0,1,0,0,0),(208918,40176,1,1,1,0,0,-879.259,-4998.14,11.6243,0,45,10,0,1,0,1,0,0,0),(208919,40176,1,1,1,0,0,-899.05,-4994.49,11.6157,0,45,10,0,1,0,1,0,0,0),(208920,40176,1,1,1,0,0,-924.55,-4933.64,15.4051,0,45,10,0,1,0,1,0,0,0),(208921,40204,1,1,1,0,1,-840.052,-4982.16,14.4293,4.86947,120,0,0,1,0,0,0,0,0),(208922,40222,1,1,1,0,0,-833.53,-4980.72,17.193,4.29351,120,0,0,1,0,0,0,0,0),(208923,40218,1,1,1,19595,0,-1020.21,-5152.77,0.75092,0,120,0,0,1,0,0,0,0,0),(208924,40218,1,1,1,19595,0,-1040.79,-5585.19,3.46228,0,120,0,0,1,0,0,0,0,0),(208925,40218,1,1,1,19595,0,-1049.92,-5542.51,7.80553,0,120,0,0,1,0,0,0,0,0),(208926,40218,1,1,1,19595,0,-1060.92,-5459.62,8.20456,0,120,0,0,1,0,0,0,0,0),(208927,40218,1,1,1,19595,0,-1061.53,-5631.46,4.56439,0,120,0,0,1,0,0,0,0,0),(208928,40218,1,1,1,19595,0,-1066.36,-5374.92,6.8727,0,120,0,0,1,0,0,0,0,0),(208929,40218,1,1,1,19595,0,-1088.96,-5173.88,0.833697,0,120,0,0,1,0,0,0,0,0),(208930,40218,1,1,1,19595,0,-1102.05,-5435.26,10.631,0,120,0,0,1,0,0,0,0,0),(208931,40218,1,1,1,19595,0,-1123.29,-5619.78,5.64494,0,120,0,0,1,0,0,0,0,0),(208932,40218,1,1,1,19595,0,-1127.77,-5131.2,2.93869,0,120,0,0,1,0,0,0,0,0),(208933,40218,1,1,1,19595,0,-1129.83,-5481.15,7.60199,0,120,0,0,1,0,0,0,0,0),(208934,40218,1,1,1,19595,0,-1148.43,-5413.82,9.58972,0,120,0,0,1,0,0,0,0,0),(208935,40218,1,1,1,19595,0,-1188.82,-5342.52,4.28526,0,120,0,0,1,0,0,0,0,0),(208936,40218,1,1,1,19595,0,-1194.82,-5617.88,6.84517,0,120,0,0,1,0,0,0,0,0),(208937,40218,1,1,1,19595,0,-1201.6,-5379.17,8.58936,0,120,0,0,1,0,0,0,0,0),(208938,40218,1,1,1,19595,0,-1240.38,-5594.71,8.53858,0,120,0,0,1,0,0,0,0,0),(208939,40218,1,1,1,19595,0,-1269.05,-5386.24,4.373,0,120,0,0,1,0,0,0,0,0),(208940,40218,1,1,1,19595,0,-1288.6,-5571.11,7.43579,0,120,0,0,1,0,0,0,0,0),(208941,40218,1,1,1,19595,0,-1290.53,-5122.43,1.76108,0,120,0,0,1,0,0,0,0,0),(208942,40218,1,1,1,19595,0,-1304.36,-5169.8,0.850009,0,120,0,0,1,0,0,0,0,0),(208943,40218,1,1,1,19595,0,-1319.66,-5477.33,5.18921,0,120,0,0,1,0,0,0,0,0),(208944,40218,1,1,1,19595,0,-1321.61,-5527.36,4.559,0,120,0,0,1,0,0,0,0,0),(208945,40218,1,1,1,19595,0,-1423.26,-5171.4,3.53906,0,120,0,0,1,0,0,0,0,0),(208946,40218,1,1,1,19595,0,-1502.3,-5262.68,4.59295,0,120,0,0,1,0,0,0,0,0),(208947,40218,1,1,1,19595,0,-1532.31,-5340.74,7.00165,0,120,0,0,1,0,0,0,0,0),(208948,40218,1,1,1,19595,0,-1589.22,-5340.08,7.06947,0,120,0,0,1,0,0,0,0,0),(208949,40218,1,1,1,19595,0,-1611.14,-5275.98,7.61691,0,120,0,0,1,0,0,0,0,0),(208950,40218,1,1,1,19595,0,-654.156,-5626.7,7.23921,0,120,0,0,1,0,0,0,0,0),(208951,40218,1,1,1,19595,0,-688.096,-5517.69,6.00363,0,120,0,0,1,0,0,0,0,0),(208952,40218,1,1,1,19595,0,-729.597,-5655.97,20.0037,0,120,0,0,1,0,0,0,0,0),(208953,40218,1,1,1,19595,0,-732.177,-5498.77,5.77329,0,120,0,0,1,0,0,0,0,0),(208954,40218,1,1,1,19595,0,-794.596,-5544.46,5.39234,0,120,0,0,1,0,0,0,0,0),(208955,40218,1,1,1,19595,0,-794.7,-5350.51,2.74349,0,120,0,0,1,0,0,0,0,0),(208956,40218,1,1,1,19595,0,-805.807,-5674.38,6.65551,0,120,0,0,1,0,0,0,0,0),(208957,40218,1,1,1,19595,0,-835.071,-5606.04,4.20462,0,120,0,0,1,0,0,0,0,0),(208958,40218,1,1,1,19595,0,-853.245,-5335.13,2.75195,0,120,0,0,1,0,0,0,0,0),(208959,40218,1,1,1,19595,0,-954.821,-5186.24,1.09095,0,120,0,0,1,0,0,0,0,0),(208960,40301,1,1,1,0,0,-1122.29,-5126.54,2.91219,0.767945,120,0,0,1,0,0,0,0,0),(208961,40253,1,1,1,0,1,-765.432,-5018.4,17.1423,3.735,120,0,0,1,0,0,0,0,0),(208962,40392,1,1,1,0,1,-732.241,-5022.28,16.8453,3.89208,120,0,0,1,0,0,0,0,0),(208963,40392,1,1,1,0,1,-735.365,-5027.4,16.4661,2.00713,120,0,0,1,0,0,0,0,0),(208964,40392,1,1,1,0,1,-738.179,-4955.25,22.8721,4.27606,120,0,0,1,0,0,0,0,0),(208965,40392,1,1,1,0,1,-738.25,-4962.17,22.7415,2.0944,120,0,0,1,0,0,0,0,0),(208966,40392,1,1,1,0,1,-741.292,-4956.88,22.8889,5.88176,120,0,0,1,0,0,0,0,0),(208967,40392,1,1,1,0,1,-749.078,-5000.17,20.1633,3.89208,120,0,0,1,0,0,0,0,0),(208968,40392,1,1,1,0,1,-757.123,-4992.12,21.0183,3.9619,120,0,0,1,0,0,0,0,0),(208969,40392,1,1,1,0,1,-763.309,-5027.8,16.8785,0.733038,120,0,0,1,0,0,0,0,0),(208970,40392,1,1,1,0,1,-765.312,-5030.11,16.3196,0.715585,120,0,0,1,0,0,0,0,0),(208971,40392,1,1,1,0,1,-765.891,-5025.62,16.8368,0.715585,120,0,0,1,0,0,0,0,0),(208972,40392,1,1,1,0,1,-767.168,-5032.36,16.1599,0.733038,120,0,0,1,0,0,0,0,0),(208973,40392,1,1,1,0,1,-767.903,-5027.93,16.3113,0.767945,120,0,0,1,0,0,0,0,0),(208974,40392,1,1,1,0,1,-768.635,-5023.3,16.7642,0.750492,120,0,0,1,0,0,0,0,0),(208975,40392,1,1,1,0,1,-769.75,-5030.16,16.0145,0.715585,120,0,0,1,0,0,0,0,0),(208976,40392,1,1,1,0,1,-770.646,-5025.61,16.283,0.698132,120,0,0,1,0,0,0,0,0),(208977,40392,1,1,1,0,1,-771.302,-5021.16,16.7083,0.750492,120,0,0,1,0,0,0,0,0),(208978,40392,1,1,1,0,1,-772.488,-5027.84,16.1762,0.593412,120,0,0,1,0,0,0,0,0),(208979,40392,1,1,1,0,1,-773.326,-5023.5,16.5206,0.733038,120,0,0,1,0,0,0,0,0),(208980,40392,1,1,1,0,1,-773.823,-5019.01,16.52,0.610865,120,0,0,1,0,0,0,0,0),(208981,40392,1,1,1,0,1,-775.158,-5025.71,16.1458,0.750492,120,0,0,1,0,0,0,0,0),(208982,40392,1,1,1,0,1,-775.846,-5021.35,16.1161,0.558505,120,0,0,1,0,0,0,0,0),(208983,40392,1,1,1,0,1,-777.677,-5023.56,15.9584,0.610865,120,0,0,1,0,0,0,0,0),(208984,40416,1,1,1,0,1,-860.103,-5113.56,47.2616,1.28634,600,0,0,1,0,0,0,0,0),(208985,40391,1,1,1,0,1,-755.148,-4998.04,20.3369,4.03171,120,0,0,1,0,0,0,0,0),(208986,40356,1,1,1,0,0,-794.68,-4988.16,17.722,3.49066,120,0,0,1,0,0,0,0,0),(208987,40356,1,1,1,0,0,-794.896,-4997.27,17.191,3.21141,120,0,0,1,0,0,0,0,0),(208988,40356,1,1,1,0,0,-800.976,-4981.56,17.7823,4.27606,120,0,0,1,0,0,0,0,0),(208989,40356,1,1,1,0,0,-801.497,-5003.57,16.5553,2.21657,120,0,0,1,0,0,0,0,0),(208990,40356,1,1,1,0,0,-810.094,-4981.34,17.4377,5.14872,120,0,0,1,0,0,0,0,0),(208991,40356,1,1,1,0,0,-810.615,-5003.35,16.2423,0.994838,120,0,0,1,0,0,0,0,0),(208992,40356,1,1,1,0,0,-816.694,-4987.64,16.7509,5.84685,120,0,0,1,0,0,0,0,0),(208993,40356,1,1,1,0,0,-816.909,-4996.75,16.6877,0.349066,120,0,0,1,0,0,0,0,0),(208994,40256,1,1,1,0,0,246.17,-4714.73,15.3718,5.65487,120,0,0,1,0,0,0,0,0),(208995,40256,1,1,1,0,0,247.422,-4675.27,16.1996,0.296706,120,0,0,1,0,0,0,0,0),(208996,40256,1,1,1,0,0,248.002,-4672.84,16.0128,5.41052,120,0,0,1,0,0,0,0,0),(208997,40256,1,1,1,0,0,271.295,-4739.46,9.89915,5.79449,120,0,0,1,0,0,0,0,0),(208998,40256,1,1,1,0,0,273.356,-4774.6,12.1704,0.959931,120,0,0,1,0,0,0,0,0),(208999,40256,1,1,1,0,0,273.432,-4738.96,9.83218,3.735,120,0,0,1,0,0,0,0,0),(209000,40256,1,1,1,0,0,343.736,-4791.72,11.3629,0.959931,120,0,0,1,0,0,0,0,0),(209001,40256,1,1,1,0,0,351.679,-4693.84,16.5411,2.25147,120,0,0,1,0,0,0,0,0),(209002,40256,1,1,1,0,0,369.436,-4690.95,15.8566,5.39307,120,0,0,1,0,0,0,0,0),(209003,40256,1,1,1,0,0,375.814,-4775.58,12.5081,5.75959,120,0,0,1,0,0,0,0,0),(209004,40256,1,1,1,0,0,408.95,-4703.8,9.69856,4.60767,120,0,0,1,0,0,0,0,0),(209005,40256,1,1,1,0,0,411.106,-4704.46,9.56057,3.82227,120,0,0,1,0,0,0,0,0),(209006,40257,1,1,1,0,0,246.521,-4717.01,15.2929,1.53589,120,0,0,1,0,0,0,0,0),(209007,40257,1,1,1,0,0,254.95,-4698.41,14.7103,2.72271,120,0,0,1,0,0,0,0,0),(209008,40257,1,1,1,0,0,266.075,-4829.9,10.9052,0.331613,120,0,0,1,0,0,0,0,0),(209009,40257,1,1,1,0,0,289.45,-4820.14,10.6074,0.959931,120,0,0,1,0,0,0,0,0),(209010,40257,1,1,1,0,0,293.424,-4798.14,10.0896,2.25147,120,0,0,1,0,0,0,0,0),(209011,40257,1,1,1,0,0,333.509,-4815.27,10.6072,2.82743,120,0,0,1,0,0,0,0,0),(209012,40257,1,1,1,0,0,338.174,-4669.69,16.5411,4.71239,120,0,0,1,0,0,0,0,0),(209013,40257,1,1,1,0,0,343.205,-4831.06,10.1975,0.244346,120,0,0,1,0,0,0,0,0),(209014,40257,1,1,1,0,0,343.365,-4789.49,11.7296,6.0912,120,0,0,1,0,0,0,0,0),(209015,40257,1,1,1,0,0,345.031,-4831.41,10.3019,2.60054,120,0,0,1,0,0,0,0,0),(209016,40257,1,1,1,0,0,349.483,-4724.88,10.3246,3.12414,120,0,0,1,0,0,0,0,0),(209017,40257,1,1,1,0,0,375.766,-4777.95,12.5297,0.767945,120,0,0,1,0,0,0,0,0),(209018,40352,1,1,1,0,1,-805.01,-4975.75,17.7509,4.65514,120,0,0,1,0,0,0,0,0),(151939,32361,571,1,1,0,0,3565.27,3635.4,36.3026,1.89603,28800,20,0,13936,0,1,0,0,0),(151940,32361,571,1,1,0,0,3131.14,3647.86,4.40561,2.64266,28800,0,0,13936,0,0,0,0,0),(151941,32361,571,1,1,0,0,3122.88,3925.21,25.9087,2.59032,28800,20,0,13936,0,1,0,0,0),(151942,32409,571,1,1,0,1,3425.29,1811.42,81.2668,0.434945,28800,5,0,14910,0,1,0,0,0),(151943,32417,571,1,1,0,1,4105.49,-1132.07,134.27,0.953492,28800,10,0,14910,0,1,0,0,0),(151944,32417,571,1,1,0,1,4577.47,-602.83,155.108,3.43925,28800,10,0,14910,0,1,0,0,0),(151945,32417,571,1,1,0,1,4739.51,-373.885,187.437,2.81958,28800,10,0,14910,0,1,0,0,0),(151946,32417,571,1,1,0,1,4616.39,-411.872,155.531,2.32242,28800,10,0,14910,0,1,0,0,0),(151947,32377,571,1,1,0,0,2402.76,-5545.49,289.63,6.28297,28800,0,0,13936,0,0,0,0,0),(151948,32377,571,1,1,0,0,2286.36,-5080.37,254.684,0.376,28800,0,0,13936,0,0,0,0,0),(151949,32377,571,1,1,0,0,2667.07,-4613.32,253.45,2.52328,28800,0,0,13936,0,0,0,0,0),(151950,32386,571,1,1,0,1,1091.68,-5756.49,233.888,5.71161,28800,20,0,13936,0,1,0,0,0),(151951,32386,571,1,1,0,1,988.678,-5798.41,252.204,5.48463,28800,20,0,13936,0,1,0,0,0),(151952,32386,571,1,1,0,1,685.78,-5894.07,289.31,3.23013,28800,20,0,13936,0,1,0,0,0),(151953,32386,571,1,1,0,1,698.198,-5916.6,291.038,2.11171,28800,20,0,13936,0,1,0,0,0),(151954,32386,571,1,1,0,1,1537.69,-5810.95,272.362,3.87268,28800,20,0,13936,0,1,0,0,0),(151955,32386,571,1,1,0,1,1219.76,-5551.19,203.268,4.46259,28800,20,0,13936,0,1,0,0,0),(151956,32398,571,1,1,27950,0,827.638,-3283.51,12.2082,3.9619,28800,5,0,13936,0,1,0,0,0),(151957,32398,571,1,1,0,0,534.88,-2934.28,-0.13,5.13,28800,5,0,13936,0,1,0,0,0),(151958,32398,571,1,1,0,0,314.914,-3130,34.8139,3.91321,28800,5,0,13936,0,1,0,0,0),(151959,32398,571,1,1,0,0,23.3933,-3343.96,7.06814,0.594844,28800,0,0,13936,0,0,0,0,0),(151960,32398,571,1,1,0,0,110.217,-3455.56,10.9399,5.36934,28800,5,0,13936,0,1,0,0,0),(151961,32400,571,1,1,0,0,4423.2,-191.606,86.97,2.2154,28800,10,0,39760,0,1,0,0,0),(151962,32400,571,1,1,0,0,4257.03,-245.357,71.873,0.90693,28800,10,0,39760,0,1,0,0,0),(151963,32400,571,1,1,0,0,4171.21,-107.972,66.5049,0.678376,28800,10,0,39760,0,1,0,0,0),(151964,32400,571,1,1,0,0,4117.19,339.269,56.2234,4.64336,28800,10,0,39760,0,1,0,0,0),(151965,32400,571,1,1,0,0,3757.18,-256.696,76.8022,1.93109,28800,10,0,39760,0,1,0,0,0),(151966,32400,571,1,1,0,0,3831,362.401,34.2447,4.3449,28800,10,0,39760,0,1,0,0,0),(151967,32400,571,1,1,0,0,3327.3,632.078,83.1728,5.52535,28800,10,0,39760,0,1,0,0,0),(151968,32400,571,1,1,0,0,3424.75,-224.108,75.47,1.22373,28800,10,0,39760,0,1,0,0,0),(151969,32422,571,1,1,0,0,3570.74,-1748.55,160.909,0.577843,28800,10,0,41128,0,1,0,0,0),(151970,32422,571,1,1,0,0,3568.53,-2418.75,139.732,3.53036,28800,10,0,41128,0,1,0,0,0),(151971,32422,571,1,1,0,0,3061.42,-1840.03,66.0206,6.06678,28800,10,0,41128,0,1,0,0,0),(151972,32422,571,1,1,0,0,4028.69,-1717.33,200.062,4.76214,28800,10,0,41128,0,1,0,0,0),(151973,32422,571,1,1,0,0,2969.77,-2260.25,65.7,1.53929,28800,10,0,41128,0,1,0,0,0),(151974,32422,571,1,1,0,0,3588.57,-2184.77,137.255,0.374254,28800,10,0,41128,0,1,0,0,0),(151975,32429,571,1,1,0,0,3913.28,-2804.43,176.136,1.75467,28800,10,0,14910,0,1,0,0,0),(151976,32429,571,1,1,0,0,3601.19,-3275.54,222.069,4.60829,28800,10,0,14910,0,1,0,0,0),(151977,32429,571,1,1,0,0,3972.31,-2710.12,165.749,6.28272,28800,10,0,14910,0,1,0,0,0),(151978,32438,571,1,1,0,1,4064.03,-4598.68,174.644,5.63537,28800,5,0,14910,0,1,0,0,0),(151979,32438,571,1,1,0,1,4263.49,-4476.45,189.827,5.73447,28800,0,0,14910,0,0,0,0,0),(151980,32438,571,1,1,0,1,4162.44,-4622,140.978,4.71489,28800,5,0,14910,0,1,0,0,0),(151981,32438,571,1,1,0,1,4341.29,-4776.17,52.0998,4.73701,28800,5,0,14910,0,1,0,0,0),(151982,32438,571,1,1,0,1,4435.31,-4528.65,115.486,4.76371,28800,5,0,14910,0,1,0,0,0),(151983,32438,571,1,1,0,1,4582.12,-4714.61,62.4486,4.75272,28800,5,0,14910,0,1,0,0,0),(151984,32495,571,1,1,0,1,7514.08,3663.15,623.327,5.33787,3600,0,0,18900,5991,0,0,0,0),(151985,32495,571,1,1,0,1,8360.11,3510.63,655.052,3.11519,3600,0,0,18900,5991,0,0,0,0),(151986,32495,571,1,1,0,1,8459.92,3147.1,588.143,3.932,3600,0,0,18900,5991,0,0,0,0),(151987,32495,571,1,1,0,1,6800.17,1774.63,569.475,4.94124,3600,0,0,18900,5991,0,0,0,0),(151988,32501,571,1,1,0,1,6155.1,2377.94,510.346,5.46898,28800,5,0,18900,0,1,0,0,0),(151989,32501,571,1,1,0,1,7711.4,1029.98,446.606,4.69297,28800,5,0,18900,0,1,0,0,0),(151990,32501,571,1,1,0,1,6525.8,3309.78,665.388,5.66139,28800,5,0,18900,0,1,0,0,0),(151991,32475,571,1,1,0,0,6711.42,-4186.12,456.852,5.50739,28800,20,0,16502,0,1,0,0,0),(151992,32475,571,1,1,0,0,6704.23,-4205.16,458.033,4.71414,28800,20,0,16502,0,1,0,0,0),(151993,32475,571,1,1,0,0,6554.22,-4523.84,450.781,2.6564,28800,20,0,16502,0,1,0,0,0),(52012,24834,584,1,1,22660,0,17.7362,-7.96364,6.18101,1.65806,120,0,0,1474,0,0,0,0,0),(151995,32471,571,1,1,0,0,5115.49,-1652.65,234.728,2.96739,28800,0,0,15952,0,0,0,0,0),(151996,32471,571,1,1,0,0,5326.75,-1479.26,238.009,3.02158,28800,0,0,15952,0,0,0,0,0),(151997,32471,571,1,1,0,0,5596.75,-1742.88,239.19,0.406713,28800,0,0,15952,0,0,0,0,0),(151998,32471,571,1,1,0,0,5314.94,-1939.21,238.942,0.458038,28800,0,0,15952,0,0,0,0,0),(151999,32471,571,1,1,0,0,5791.11,-1302.72,234.538,4.79067,28800,10,0,15952,0,1,0,0,0),(152000,32471,571,1,1,0,0,5327.54,-1702.84,238.882,4.63875,28800,10,0,15952,0,1,0,0,0),(152001,32471,571,1,1,0,0,5133.37,-1853.51,245.385,4.72044,28800,10,0,15952,0,1,0,0,0),(152002,32485,571,1,1,0,0,4865.04,4679.54,-69.2385,1.14987,28800,0,0,42540,0,0,0,0,0),(152003,32485,571,1,1,0,0,6087.94,4603.13,-96.8083,2.44102,28800,0,0,42540,0,0,0,0,0),(152004,32481,571,1,1,0,0,5368.74,4427.76,-133.397,0.206642,28800,20,0,15952,0,1,0,0,0),(152005,32481,571,1,1,0,0,5803.02,4564.18,-135.413,2.00913,28800,20,0,15952,0,1,0,0,0),(152006,32481,571,1,1,0,0,5286.53,4998.04,-134.7,5.46489,28800,20,0,15952,0,1,0,0,0),(152007,32481,571,1,1,0,0,5591.7,5192.67,-133.378,0.631543,28800,20,0,15952,0,1,0,0,0),(152008,32481,571,1,1,0,0,5777.08,5070.89,-136.107,3.63961,28800,20,0,15952,0,1,0,0,0),(152009,32481,571,1,1,0,0,5762.37,5001.74,-127.39,3.13774,28800,20,0,15952,0,1,0,0,0),(152010,32500,571,1,1,0,0,8392.22,-1189.11,927.468,1.73202,28800,20,0,50400,3994,1,0,0,0),(152011,32500,571,1,1,0,0,7751.04,-1099.42,926.238,2.84729,28800,20,0,50400,3994,1,0,0,0),(152012,32500,571,1,1,0,0,7290.77,-1119.28,938.286,0.26333,28800,20,0,50400,3994,1,0,0,0),(152013,32500,571,1,1,0,0,7934.73,-3183.8,862.21,4.21701,28800,20,0,50400,3994,1,0,0,0),(152014,32487,571,1,1,0,0,6726.49,2521.46,428.182,0.130042,28800,0,0,1,0,2,0,0,0),(152015,32487,571,1,1,0,0,7812.44,2103.04,380.342,0.130042,28800,0,0,1,0,2,0,0,0),(152016,32487,571,1,1,0,0,7609.68,1477.35,330.205,0.130042,28800,0,0,1,0,2,0,0,0),(152017,32487,571,1,1,0,0,7190.44,1270.76,302.064,0.130042,28800,0,0,1,0,2,0,0,0),(152018,32487,571,1,1,0,0,7049.17,1225.78,295.955,0.130042,28800,0,0,1,0,2,0,0,0),(152019,32447,571,1,1,0,0,5693.95,-2871.76,274.577,0.130042,28800,0,0,1,0,2,0,0,0),(152020,32447,571,1,1,0,0,4914.31,-1661.77,248.309,0.130042,28800,0,0,1,0,2,0,0,0),(1975840,32491,571,1,1,0,0,7095.35,-287.507,929.642,1.25586,14400,0,0,18900,0,0,0,0,0),(209021,25171,571,1,1,0,0,8366.97,896.804,552.576,2.75762,120,0,0,1,0,0,0,0,0),(209022,25171,571,1,1,0,0,8370.46,779.082,550.082,3.33358,120,0,0,1,0,0,0,0,0),(209023,25171,571,1,1,0,0,8371.51,770.821,550.436,2.72271,120,0,0,1,0,0,0,0,0),(209024,25171,571,1,1,0,0,8375.15,908.021,549.729,2.75762,120,0,0,1,0,0,0,0,0),(209025,25171,571,1,1,0,0,8388.51,888.436,548.035,2.44346,120,0,0,1,0,0,0,0,0),(209026,25171,571,1,1,0,0,8393.32,894.257,546.748,2.75762,120,0,0,1,0,0,0,0,0),(209027,30298,571,1,1,0,0,8440.01,793.123,585.525,0,120,0,0,1,0,0,0,0,0),(209028,15119,0,1,1,0,1,-4964.69,-936.287,501.743,5.44543,300,0,0,1,0,0,0,0,0),(209029,38294,571,1,1,0,1,5699.04,617.319,646.797,0.855211,120,0,0,1,0,0,0,0,0),(209031,35594,571,1,1,0,0,5927.63,731.59,643.253,4.76475,120,0,0,1,0,0,0,0,0),(152023,32405,530,1,1,0,1,3066.45,3638.87,145.218,0.875901,120,0,0,1,0,0,0,0,0),(152024,31864,571,1,1,26464,0,5751.54,584.66,615.052,0,180,0,0,1,0,0,0,0,0),(152025,31865,571,1,1,26465,0,5751.73,582.943,615.052,0,180,0,0,1,0,0,0,0,0),(152026,32385,1,1,1,0,0,1673.07,-4201.89,56.3826,3.62927,25,0,0,55888,0,0,0,0,0),(152027,32832,1,1,1,0,1,1670.17,-4199.26,56.3827,3.98664,25,0,0,11828,0,0,0,0,0),(152028,32383,1,1,1,0,1,1669.09,-4196.78,56.3827,4.10416,25,0,0,11828,0,0,0,0,0),(152029,32834,0,1,1,28301,1,-8775.85,423.96,105.233,5.73298,180,0,0,11828,0,0,0,0,0),(152030,32380,0,1,1,21512,1,-8773.78,425.804,105.233,4.80621,180,0,0,11828,0,0,0,0,0),(152031,32381,0,1,1,12917,1,-8781.18,419.883,105.233,6.18459,180,0,0,7048,0,0,0,0,0),(152032,33429,571,1,256,0,1,6253.47,2263.21,244.456,0.488692,120,0,0,1,0,0,0,0,0),(152033,33429,571,1,256,0,1,6217.16,2252.59,496.038,0.488692,120,0,0,1,0,0,0,0,0),(152034,33429,571,1,256,0,1,6234.1,2301.56,488.447,0.488692,120,0,0,1,0,0,0,0,0),(152035,33429,571,1,256,0,1,6163.18,2231.77,506.981,0.488692,120,0,0,1,0,0,0,0,0),(152036,33429,571,1,256,0,1,6172.18,2257.27,503.146,0.488692,120,0,0,1,0,0,0,0,0),(152037,33429,571,1,256,0,1,6242.42,2246.47,491.941,0.56266,120,0,0,1,0,0,0,0,0),(152038,33429,571,1,256,0,1,6202.35,2284.08,495.286,0.488692,120,0,0,1,0,0,0,0,0),(152039,33429,571,1,256,0,1,6145.68,2208.17,512.426,0.488692,120,0,0,1,0,0,0,0,0),(209158,29413,571,1,1,0,1,6426.13,-1605.26,422.576,1.22452,600,0,0,1,0,0,0,0,0),(209157,29413,571,1,1,0,1,6489.6,-1624.66,428.328,2.01384,600,0,0,1,0,0,0,0,0),(209156,29413,571,1,1,0,1,6512.8,-1621.17,428.168,6.19609,600,0,0,1,0,0,0,0,0),(209155,29413,571,1,1,0,1,6492.54,-1648.41,429.39,5.2222,600,0,0,1,0,0,0,0,0),(209154,29413,571,1,1,0,1,6477.3,-1651.6,430.185,5.4107,600,0,0,1,0,0,0,0,0),(209153,29413,571,1,1,0,1,6471.48,-1658.6,432.644,5.41462,600,0,0,1,0,0,0,0,0),(117781,29412,571,1,1,26223,0,6519.95,-1027.48,433.737,0.175263,300,0,0,11379,0,0,0,0,0),(117782,29412,571,1,1,26223,0,6742.73,-1543.87,365.316,2.23402,300,0,0,11379,0,0,0,0,0),(117783,29412,571,1,1,26223,0,6669.02,-1082.85,400.338,5.49205,300,5,0,11379,0,1,0,0,0),(152056,29412,571,1,1,0,0,6685.52,-1304.51,395.69,1.57484,300,0,0,1,0,0,0,0,0),(152057,29412,571,1,1,0,0,6585.08,-1121.51,410.575,5.96659,300,0,0,1,0,0,0,0,0),(152058,29412,571,1,1,0,0,6691.91,-1491.67,377.676,1.8202,300,0,0,1,0,0,0,0,0),(152059,29412,571,1,1,0,0,6658.33,-1299.06,396.73,2.80998,300,0,0,1,0,0,0,0,0),(152060,29412,571,1,1,0,0,6645.38,-1164.97,399.761,5.23599,300,0,0,1,0,0,0,0,0),(152061,29412,571,1,1,0,0,6665.02,-1076.32,402.528,4.24115,300,0,0,1,0,0,0,0,0),(152062,29412,571,1,1,0,0,6706.14,-1073.63,391.625,0.781437,300,0,0,1,0,0,0,0,0),(152063,29412,571,1,1,0,0,6638.07,-1253.05,395.669,4.04916,300,0,0,1,0,0,0,0,0),(152064,29412,571,1,1,0,0,6599.83,-1024.04,428.587,3.2371,300,0,0,1,0,0,0,0,0),(152065,29412,571,1,1,0,0,6538.66,-1043.78,428.86,0.10472,300,0,0,1,0,0,0,0,0),(152066,29412,571,1,1,0,0,6684.96,-1351.48,394.349,6.02139,300,0,0,1,0,0,0,0,0),(152067,29412,571,1,1,0,0,6712.78,-1482.95,377.394,1.75811,300,0,0,1,0,0,0,0,0),(152068,29412,571,1,1,0,0,6615.51,-1116.22,411.492,4.63229,300,0,0,1,0,0,0,0,0),(117305,29407,571,1,1,27185,1,6297.12,-1425.6,426.168,2.28638,300,0,0,11001,3643,0,0,0,0),(117306,29407,571,1,1,27174,1,6297.26,-1406.99,425.576,3.66519,300,0,0,11001,3643,0,0,0,0),(117307,29407,571,1,1,27174,1,6278.49,-1425.38,425.555,1.02974,300,0,0,11001,3643,0,0,0,0),(117308,29407,571,1,1,27174,1,6292.41,-1374.15,425.467,1.57504,300,5,0,11001,3643,1,0,0,0),(117309,29407,571,1,1,27174,1,6293.24,-1367.46,425.361,3.45575,300,0,0,11001,3643,0,0,0,0),(117310,29407,571,1,1,27185,1,6310.95,-1762.18,457.459,1.51755,300,5,0,11001,3643,1,0,0,0),(152069,29407,571,1,1,0,1,6434.24,-1737.51,432.217,5.46288,300,0,0,1,0,0,0,0,0),(152070,29407,571,1,1,0,1,6319.8,-1661.22,457.449,0.837758,300,0,0,1,0,0,0,0,0),(152071,29407,571,1,1,0,1,6289.97,-1599.25,425.883,4.57276,300,0,0,1,0,0,0,0,0),(152072,29407,571,1,1,0,1,6483.06,-1634.21,464.794,2.37365,300,0,0,1,0,0,0,0,0),(152073,29407,571,1,1,0,1,6475.38,-1631.87,464.816,0.279253,300,0,0,1,0,0,0,0,0),(152074,29407,571,1,1,0,1,6458.55,-1661.17,434.631,4.08083,300,0,0,1,0,0,0,0,0),(152075,29407,571,1,1,0,1,6518.89,-1646.07,426.105,5.11381,300,0,0,1,0,0,0,0,0),(152076,29407,571,1,1,0,1,6273.52,-1604.35,424.533,5.55015,300,0,0,1,0,0,0,0,0),(152077,29407,571,1,1,0,1,6425.83,-1670.41,471.519,2.25148,300,0,0,1,0,0,0,0,0),(152078,29407,571,1,1,0,1,6428.22,-1705.45,434.128,0.488692,300,0,0,1,0,0,0,0,0),(152079,29407,571,1,1,0,1,6541.62,-1654.47,453.662,5.96903,300,0,0,1,0,0,0,0,0),(152080,29407,571,1,1,0,1,6403.41,-1717.79,431.839,4.60767,300,0,0,1,0,0,0,0,0),(152081,29407,571,1,1,0,1,6441.19,-1758.54,432.217,3.26377,300,0,0,1,0,0,0,0,0),(152082,29407,571,1,1,0,1,6471.03,-1753.78,432.738,1.18682,300,0,0,1,0,0,0,0,0),(152083,29407,571,1,1,0,1,6459.88,-1762.25,432.217,0.925025,300,0,0,1,0,0,0,0,0),(152084,29407,571,1,1,0,1,6414.89,-1738.78,432.217,0.401426,300,0,0,1,0,0,0,0,0),(152085,29407,571,1,1,0,1,6408.04,-1729.23,432.211,2.47837,300,0,0,1,0,0,0,0,0),(152086,29407,571,1,1,0,1,6514.17,-1749.59,436.202,5.86431,300,0,0,1,0,0,0,0,0),(152087,29407,571,1,1,0,1,6519.56,-1747.13,436.252,4.41568,300,0,0,1,0,0,0,0,0),(117614,29409,571,1,1,24842,1,6381.32,-1648.28,420.067,1.16937,300,5,0,11770,0,1,0,0,0),(152088,29409,571,1,1,0,1,6479.16,-1642.7,465.234,1.20397,300,0,0,1,0,0,0,0,0),(152089,29409,571,1,1,0,1,6410.43,-1613.44,421.331,3.10776,300,0,0,1,0,0,0,0,0),(152090,29409,571,1,1,0,1,6446.13,-1641.86,418.539,3.43956,300,0,0,1,0,0,0,0,0),(152091,29409,571,1,1,0,1,6480.65,-1717.4,434.573,2.00713,300,0,0,1,0,0,0,0,0),(152092,29409,571,1,1,0,1,6503.1,-1677.39,432.951,3.56047,300,0,0,1,0,0,0,0,0),(152093,29409,571,1,1,0,1,6316.56,-1528.47,428.335,1.8326,300,0,0,1,0,0,0,0,0),(152094,29409,571,1,1,0,1,6285.07,-1554.58,423.336,2.21657,300,0,0,1,0,0,0,0,0),(152095,29409,571,1,1,0,1,6544.34,-1675.45,452.674,3.63029,300,0,0,1,0,0,0,0,0),(152096,29409,571,1,1,0,1,6429.06,-1736.25,479.353,0.855211,300,0,0,1,0,0,0,0,0),(152097,29409,571,1,1,0,1,6522.09,-1735.2,436.308,0.615843,300,0,0,1,0,0,0,0,0),(116043,33211,571,1,1,0,0,3771.88,-4306.23,184.171,1.57088,120,5,0,1,0,1,0,0,0),(116042,33211,571,1,1,0,0,3756.09,-4303.12,181.72,4.65554,120,5,0,1,0,1,0,0,0),(116041,33211,571,1,1,0,0,3745.32,-4298.77,182.173,3.83393,120,5,0,1,0,1,0,0,0),(116040,33211,571,1,1,0,0,3743.81,-4300.4,181.845,2.43379,120,5,0,1,0,1,0,0,0),(116039,33211,571,1,1,0,0,3728.52,-4303.35,182.132,0.182852,120,5,0,1,0,1,0,0,0),(116038,33211,571,1,1,0,0,3727.23,-4303.33,182.255,0.86035,120,5,0,1,0,1,0,0,0),(116037,33211,571,1,1,0,0,3714.71,-4303.64,182.598,0.571063,120,5,0,1,0,1,0,0,0),(152112,33499,571,1,1,0,1,5396.52,375.717,170.754,2.53073,120,0,0,1,0,0,0,0,0),(152113,33499,571,1,1,0,1,5410.31,369.326,167.655,3.26377,120,0,0,1,0,0,0,0,0),(152114,33499,571,1,1,0,1,5411.86,354.365,166.123,5.75959,120,0,0,1,0,0,0,0,0),(152115,33499,571,1,1,0,1,5416.46,439.152,170.435,3.42085,120,0,0,1,0,0,0,0,0),(152116,33499,571,1,1,0,1,5427,440.918,169.243,2.56563,120,0,0,1,0,0,0,0,0),(152117,33499,571,1,1,0,1,5427.88,360.651,163.194,5.07891,120,0,0,1,0,0,0,0,0),(152118,33499,571,1,1,0,1,5458.53,424.54,163.886,0.226893,120,0,0,1,0,0,0,0,0),(152119,33499,571,1,1,0,1,5469.51,374.177,158.115,4.20624,120,0,0,1,0,0,0,0,0),(152120,24495,1,1,1,0,0,1174.58,-4292.92,21.3573,6.24828,120,0,0,1,0,0,0,0,0),(209110,28602,1,1,1,0,1,-6104.7,-1256.31,-143.192,3.05432,120,0,0,1,0,0,0,0,0),(209111,28602,1,1,1,0,1,-6121.34,-1258.46,-143.192,2.9147,120,0,0,1,0,0,0,0,0),(152123,26266,571,1,1,0,1,2711.48,4684.87,2.57666,-2.87749,120,0,0,1,0,0,0,0,0),(152124,29563,571,1,1,0,0,7335.38,-2055.1,764.359,3.36848,120,0,0,1,0,0,0,0,0),(152125,29695,571,1,1,0,1,7313.96,-1611.88,944.595,1.79769,120,0,0,1,0,0,0,0,0),(152153,29720,571,1,2,0,0,8262.02,2742.37,643.984,2.56197,300,0,0,12175,0,0,0,0,0),(152152,29720,571,1,2,0,0,8384.67,2727.19,655.276,0.523599,300,0,0,12175,0,0,0,0,0),(152151,29720,571,1,2,0,0,8375.25,2827.48,717.925,1.25664,300,0,0,12175,0,0,0,0,0),(152150,29720,571,1,2,0,0,8253.07,2778.52,641.94,5.84327,300,0,0,12175,0,0,0,0,0),(152137,29719,571,1,2,0,0,8441.07,2731.16,760.057,3.90197,300,0,0,12175,0,0,0,0,0),(152136,29719,571,1,2,0,0,8407.3,2792.75,717.842,3.32933,300,0,0,12175,0,0,0,0,0),(152135,29719,571,1,2,0,0,8249.3,2792.87,641.876,4.50706,300,0,0,12175,0,0,0,0,0),(152134,29719,571,1,2,0,0,8249.88,2766.01,642.024,2.84489,300,0,0,12175,0,0,0,0,0),(152133,29719,571,1,2,0,0,8353.3,2769.46,656.19,4.17134,300,0,0,12175,0,0,0,0,0),(152132,29719,571,1,2,0,0,8333.68,2713.6,658.645,1.27409,300,0,0,12175,0,0,0,0,0),(152131,29719,571,1,2,0,0,8442.5,2591.95,760.057,2.81745,300,0,0,12175,0,0,0,0,0),(152130,29719,571,1,2,0,0,8419.11,2731.21,656.928,3.83972,300,0,0,12175,0,0,0,0,0),(152129,29719,571,1,2,0,0,8481.1,2684.45,652.537,2.75762,300,0,0,12175,0,0,0,0,0),(152128,29719,571,1,2,0,0,8346.44,2669.66,689.96,5.49779,300,0,0,12175,0,0,0,0,0),(152127,29719,571,1,2,0,0,8441.54,2736.37,760.141,5.28835,300,0,0,12175,0,0,0,0,0),(152126,29719,571,1,2,0,0,8251.46,2788.82,642.024,3.15905,300,0,0,12175,0,0,0,0,0),(152149,29717,571,1,2,0,1,8482,2594.25,653.308,5.72468,300,0,0,12175,3893,0,0,0,0),(152148,29717,571,1,2,0,1,8487.49,2597.66,652.453,3.735,300,0,0,12175,3893,0,0,0,0),(152147,29717,571,1,2,0,1,8481.43,2626.01,652.453,2.44346,300,0,0,12175,3893,0,0,0,0),(152146,29717,571,1,2,0,1,8477.41,2632.19,653.252,4.90438,300,0,0,12175,3893,0,0,0,0),(152145,29717,571,1,2,0,1,8364.14,2701.92,656.568,0.0349066,300,0,0,12175,3893,0,0,0,0),(152144,29717,571,1,2,0,1,8379.28,2778.25,655.28,0.471239,300,0,0,12175,3893,0,0,0,0),(152143,29717,571,1,2,0,1,8353.96,2806.34,655.317,0.488692,300,0,0,12175,3893,0,0,0,0),(152142,29717,571,1,2,0,1,8375.95,2711.55,655.283,4.58118,300,0,0,12175,3893,0,0,0,0),(152141,29717,571,1,2,0,1,8313.91,2802.63,655.294,3.49066,300,0,0,12175,3893,0,0,0,0),(152140,29717,571,1,2,0,1,8337.6,2803.88,655.317,4.75039,300,0,0,12175,3893,0,0,0,0),(152139,29717,571,1,2,0,1,8416.89,2698.95,655.278,5.4655,300,0,0,12175,3893,0,0,0,0),(152138,29717,571,1,2,0,1,8335.01,2815.44,655.279,1.91986,300,0,0,12175,3893,0,0,0,0),(152166,29790,571,1,2,0,0,8526.23,2665.09,1037.09,2.67035,120,0,0,1,0,0,0,0,0),(152199,24879,571,1,1,0,0,4815.86,-309.966,229.377,0.00340319,300,5,0,42,0,1,0,0,0),(152200,24879,571,1,1,0,0,4924.31,845.35,178.601,0.00340319,300,5,0,42,0,1,0,0,0),(152201,24879,571,1,1,0,0,5122.51,1047.25,223.784,3.4733,300,5,0,42,0,1,0,0,0),(152202,24879,571,1,1,0,0,6019.36,2383.58,518.105,4.83412,300,5,0,42,0,1,0,0,0),(152203,24879,571,1,1,0,0,6144.8,1580.92,620.674,4.83412,300,5,0,42,0,1,0,0,0),(152204,24879,571,1,1,0,0,6393.17,-211.808,678.76,6.10438,300,5,0,42,0,1,0,0,0),(152205,24879,571,1,1,0,0,6504.39,1474.31,437.27,4.83412,300,5,0,42,0,1,0,0,0),(152206,24879,571,1,1,0,0,6717.53,184.454,626.635,6.10438,300,5,0,42,0,1,0,0,0),(152207,24879,571,1,1,0,0,6845.56,-789.958,731.38,6.10438,300,5,0,42,0,1,0,0,0),(152208,24879,571,1,1,0,0,7064.68,2860.17,418.75,4.83412,300,5,0,42,0,1,0,0,0),(152209,24879,571,1,1,0,0,7273.74,721.812,482.114,4.83412,300,5,0,42,0,1,0,0,0),(152210,24879,571,1,1,0,0,7390.81,1806.67,433.04,4.83412,300,5,0,42,0,1,0,0,0),(152211,24879,571,1,1,0,0,7518.88,77.7668,801.405,6.10438,300,5,0,42,0,1,0,0,0),(152212,24879,571,1,1,0,0,7670.96,2966.77,531.154,4.83412,300,5,0,42,0,1,0,0,0),(152213,24879,571,1,1,0,0,7679.32,797.062,479.98,4.83412,300,5,0,42,0,1,0,0,0),(152214,24879,571,1,1,0,0,7718.02,42.2043,1021.67,6.10438,300,5,0,42,0,1,0,0,0),(152215,24879,571,1,1,0,0,7984.55,1568.38,460.722,4.83412,300,5,0,42,0,1,0,0,0),(152216,24879,571,1,1,0,0,8016.75,-2916.6,1137.52,3.31622,300,5,0,42,0,1,0,0,0),(152217,24879,571,1,1,0,0,8227.06,3280.31,655.771,4.83412,300,5,0,42,0,1,0,0,0),(152218,24879,571,1,1,0,0,8306.51,960.104,582.006,4.83412,300,5,0,42,0,1,0,0,0),(152219,32522,571,1,1,0,0,4311.02,1495.92,133.764,1.42942,300,5,0,42,0,1,0,0,0),(152220,32522,571,1,1,0,0,4347.75,1395.21,134.203,1.42942,300,5,0,42,0,1,0,0,0),(152221,32522,571,1,1,0,0,4393.29,1490.31,123.673,4.82626,300,5,0,42,0,1,0,0,0),(152222,32522,571,1,1,0,0,4408.25,1406.18,132.796,4.82626,300,5,0,42,0,1,0,0,0),(152223,32522,571,1,1,0,0,6419.15,4981.92,-69.5219,1.81657,300,5,0,42,0,1,0,0,0),(152224,32522,571,1,1,0,0,6488.85,4942.72,-57.9343,1.81657,300,5,0,42,0,1,0,0,0),(152225,32522,571,1,1,0,0,6517.9,4859.95,-52.7975,1.81657,300,5,0,42,0,1,0,0,0),(152226,32522,571,1,1,0,0,4217.27,1770.67,352.922,6.2282,300,5,0,42,0,1,0,0,0),(152227,32522,571,1,1,0,0,4235.12,1883.72,355.337,6.2282,300,5,0,42,0,1,0,0,0),(152228,32522,571,1,1,0,0,4330.32,1723.07,366.032,6.2282,300,5,0,42,0,1,0,0,0),(152229,32522,571,1,1,0,0,4342.22,1868.84,356.522,6.2282,300,5,0,42,0,1,0,0,0),(152230,32522,571,1,1,0,0,4375.93,1782.57,356.84,6.2282,300,5,0,42,0,1,0,0,0),(152231,32544,571,1,1,0,0,3452.67,4685.5,-12.9957,2.27993,300,5,0,4979,0,1,0,0,0),(152232,32544,571,1,1,0,0,3698.67,4904.56,-13.6717,2.27993,300,5,0,4979,0,1,0,0,0),(152233,32544,571,1,1,0,0,4033.07,4524.1,-1.63039,2.27993,300,5,0,4979,0,1,0,0,0),(152234,32544,571,1,1,0,0,4079.2,5089.02,-1.50956,2.27993,300,5,0,4979,0,1,0,0,0),(152235,32544,571,1,1,0,0,4740.55,5008.06,-55.5771,5.40584,300,5,0,4979,0,1,0,0,0),(152236,32544,571,1,1,0,0,4920.89,4070.89,-17.9628,5.40584,300,5,0,4979,0,1,0,0,0),(152237,32544,571,1,1,0,0,5112.28,5953.37,-61.9079,5.40584,300,5,0,4979,0,1,0,0,0),(152238,32544,571,1,1,0,0,5152.94,3810.09,-7.13058,0.803393,300,5,0,4979,0,1,0,0,0),(152239,32544,571,1,1,0,0,5158.75,4184.73,-88.1236,5.40584,300,5,0,4979,0,1,0,0,0),(152240,32544,571,1,1,0,0,5179.07,5739.91,-83.8105,5.40584,300,5,0,4979,0,1,0,0,0),(152241,32544,571,1,1,0,0,5248.77,4707.48,-133.847,5.40584,300,5,0,4979,0,1,0,0,0),(152242,32544,571,1,1,0,0,5254.58,5008.06,-135.353,5.40584,300,5,0,4979,0,1,0,0,0),(152243,32544,571,1,1,0,0,5376.56,4433.04,-135.251,5.40584,300,5,0,4979,0,1,0,0,0),(152244,32544,571,1,1,0,0,5393.98,5940.3,-49.8372,5.40584,300,5,0,4979,0,1,0,0,0),(152245,32544,571,1,1,0,0,5501.44,3609.7,-17.8316,0.803393,300,5,0,4979,0,1,0,0,0),(152246,32544,571,1,1,0,0,5585.66,3810.09,-15.5887,0.504939,300,5,0,4979,0,1,0,0,0),(152247,32544,571,1,1,0,0,5588.23,3643.99,-23.6778,0.504939,300,5,0,4979,0,1,0,0,0),(152248,32544,571,1,1,0,0,5608.89,6005.64,-39.6709,5.40584,300,5,0,4979,0,1,0,0,0),(152249,32544,571,1,1,0,0,5788.95,5744.27,-69.0541,5.40584,300,5,0,4979,0,1,0,0,0),(152250,32544,571,1,1,0,0,5817.99,4171.66,-101.138,5.40584,300,5,0,4979,0,1,0,0,0),(152251,32544,571,1,1,0,0,5931.25,4820.74,-110.276,5.40584,300,5,0,4979,0,1,0,0,0),(152252,32544,571,1,1,0,0,5980.62,4337.2,-85.2827,5.40584,300,5,0,4979,0,1,0,0,0),(152253,32544,571,1,1,0,0,6131.64,4568.08,-91.79,5.40584,300,5,0,4979,0,1,0,0,0),(152254,32544,571,1,1,0,0,6149.07,4297.99,-56.5222,5.40584,300,5,0,4979,0,1,0,0,0),(152255,32544,571,1,1,0,0,6231,5577.32,-27.9032,5.40584,300,5,0,4979,0,1,0,0,0),(152256,32544,571,1,1,0,0,6346.55,4258.79,-47.6791,5.40584,300,5,0,4979,0,1,0,0,0),(152257,32544,571,1,1,0,0,6436.58,5360.92,-33.6846,5.40584,300,5,0,4979,0,1,0,0,0),(152258,32544,571,1,1,0,0,6459.81,4520.2,-62.7745,5.40584,300,5,0,4979,0,1,0,0,0),(86719,21778,530,1,1,0,0,-2665.37,2058.36,116.334,3.10669,300,0,0,1,0,0,0,0,0),(152260,27925,571,1,1,0,0,4112.99,-417.621,191.051,2.08523,300,0,0,1,0,0,0,0,0),(244851,20102,530,1,1,0,0,3038.56,3635.53,144.012,3.32713,300,0,0,42,0,0,0,0,0),(244850,20102,530,1,1,0,0,-1884.63,5397.52,-12.4278,2.51637,300,0,0,42,0,0,0,0,0),(244849,20102,0,1,1,0,0,-14461.4,468.507,15.1232,2.66545,300,0,0,42,0,0,0,0,0),(244848,20102,1,1,1,0,0,-7173.14,-3808.58,8.37043,3.3285,300,0,0,42,0,0,0,0,0),(244847,20102,1,1,1,0,0,-936.306,-3738.3,8.96324,3.35283,300,0,0,42,0,0,0,0,0),(244846,20102,1,1,1,0,0,6745.48,-4667.44,723.103,1.03712,300,0,0,42,0,0,0,0,0),(1975773,37985,631,3,16,0,0,4158.75,2494.08,384.334,2.31129,10,10,0,0,0,1,0,0,0),(1975772,37985,631,3,16,0,0,4172.57,2464.47,385.368,3.72021,10,10,0,0,0,1,0,0,0),(1975771,37985,631,3,16,0,0,4173.67,2504.13,386.174,2.67313,10,10,0,0,0,1,0,0,0),(1975788,38421,631,12,20,0,0,4222.26,2455.2,385.568,0,25,10,0,0,0,1,0,0,0),(1975787,38421,631,12,20,0,0,4220.35,2515.16,388.649,2.34469,25,10,0,0,0,1,0,0,0),(1975786,38421,631,12,20,0,0,4202.23,2508,383.985,2.09137,25,10,0,0,0,1,0,0,0),(1975785,38421,631,12,20,0,0,4200.96,2456,387.128,3.58291,25,10,0,0,0,1,0,0,0),(1975784,38421,631,12,20,0,0,4181.62,2514.91,386.374,2.65209,25,10,0,0,0,1,0,0,0),(1975783,38421,631,12,20,0,0,4172.57,2464.47,385.368,3.72021,25,10,0,0,0,1,0,0,0),(1975782,38421,631,12,20,0,0,4158.75,2494.08,384.334,2.31129,25,10,0,0,0,1,0,0,0),(1975781,38421,631,12,20,0,0,4155.51,2478.76,382.494,4.97053,25,10,0,0,0,1,0,0,0),(137817,9816,229,1,1,0,0,144.438,-258.034,96.4066,4.67748,1000000,0,0,1,0,0,0,0,0),(209034,23286,530,1,1,0,0,-5012.01,514.343,-5.04247,5.13466,120,5,0,1,0,1,0,0,0),(209035,23286,530,1,1,0,0,-5013,549.942,-4.40564,1.67378,120,5,0,1,0,1,0,0,0),(209036,23286,530,1,1,0,0,-5016.02,490.971,-7.86644,4.83848,120,5,0,1,0,1,0,0,0),(209037,23286,530,1,1,0,0,-5021.43,469.107,-8.17517,1.22267,120,5,0,1,0,1,0,0,0),(209038,23286,530,1,1,0,0,-5024.52,426.561,-10.208,1.11687,120,5,0,1,0,1,0,0,0),(209039,23286,530,1,1,0,0,-5025.8,397.634,-13.028,4.00145,120,5,0,1,0,1,0,0,0),(209040,23286,530,1,1,0,0,-5036.45,597.127,18.5823,0.0929956,120,5,0,1,0,1,0,0,0),(209041,23286,530,1,1,0,0,-5048.92,450.347,-12.1858,2.29651,120,5,0,1,0,1,0,0,0),(209042,23286,530,1,1,0,0,-5051.35,399.351,-12.2879,5.29645,120,5,0,1,0,1,0,0,0),(209043,23286,530,1,1,0,0,-5053.09,628.916,24.1696,2.79517,120,5,0,1,0,1,0,0,0),(209044,23286,530,1,1,0,0,-5056.86,296.118,-7.93897,3.48119,120,5,0,1,0,1,0,0,0),(209045,23286,530,1,1,0,0,-5069.63,423.853,-11.008,6.07293,120,5,0,1,0,1,0,0,0),(209046,23286,530,1,1,0,0,-5069.88,636.197,30.2197,5.05358,120,5,0,1,0,1,0,0,0),(209047,23286,530,1,1,0,0,-5080.33,676.016,32.9786,3.00858,120,5,0,1,0,1,0,0,0),(209048,23286,530,1,1,0,0,-5085,454.967,-7.32132,1.20385,120,5,0,1,0,1,0,0,0),(209049,23286,530,1,1,0,0,-5087.41,344.161,4.08592,5.54357,120,5,0,1,0,1,0,0,0),(209050,23286,530,1,1,0,0,-5087.99,507.386,-11.2344,1.80734,120,5,0,1,0,1,0,0,0),(209051,23286,530,1,1,0,0,-5088.4,475.15,-7.82406,5.05217,120,5,0,1,0,1,0,0,0),(209052,23286,530,1,1,0,0,-5088.81,645.055,32.7489,2.61235,120,5,0,1,0,1,0,0,0),(209053,23286,530,1,1,0,0,-5094.4,647.837,33.0287,5.85462,120,5,0,1,0,1,0,0,0),(209054,23286,530,1,1,0,0,-5099.64,408.555,-12.7399,2.38604,120,5,0,1,0,1,0,0,0),(209055,23286,530,1,1,0,0,-5102.78,685.755,33.9081,5.55879,120,5,0,1,0,1,0,0,0),(209056,23286,530,1,1,0,0,-5102.9,443.306,-7.44998,0.574598,120,5,0,1,0,1,0,0,0),(209057,23286,530,1,1,0,0,-5105.38,536.014,-10.5264,5.00935,120,5,0,1,0,1,0,0,0),(209058,23286,530,1,1,0,0,-5119.12,387.558,-12.1417,3.15331,120,5,0,1,0,1,0,0,0),(209059,23286,530,1,1,0,0,-5131.09,361.671,-17.5902,4.8024,120,5,0,1,0,1,0,0,0),(209060,23286,530,1,1,0,0,-5133.45,398.593,-11.1555,3.75251,120,5,0,1,0,1,0,0,0),(209061,23286,530,1,1,0,0,-5134.52,424.991,-10.7021,2.93014,120,5,0,1,0,1,0,0,0),(209062,23286,530,1,1,0,0,-5136.92,466.688,-13.7564,2.79966,120,5,0,1,0,1,0,0,0),(209063,23286,530,1,1,0,0,-5149.55,351.742,-19.3365,0.996007,120,5,0,1,0,1,0,0,0),(209064,23286,530,1,1,0,0,-5153.19,487.361,-12.2186,4.57836,120,5,0,1,0,1,0,0,0),(209065,23286,530,1,1,0,0,-5170.65,422.92,-10.6834,0.485874,120,5,0,1,0,1,0,0,0),(209066,23286,530,1,1,0,0,-5179.34,369.597,-20.0647,1.51201,120,5,0,1,0,1,0,0,0),(209067,23286,530,1,1,0,0,-5181.73,345.639,-21.1928,5.52872,120,5,0,1,0,1,0,0,0),(209068,23286,530,1,1,0,0,-5212.75,326.251,-21.8211,4.56195,120,5,0,1,0,1,0,0,0),(209088,29722,571,1,2,0,0,8348.2,2813.92,655.394,2.53073,300,0,0,12175,0,0,0,0,0),(209089,29722,571,1,2,0,0,8320.35,2814.49,656.567,5.58505,300,0,0,12175,0,0,0,0,0),(209090,29722,571,1,2,0,0,8349.74,2669.86,689.877,0.32094,300,0,0,12175,0,0,0,0,0),(209091,29722,571,1,2,0,0,8367.34,2745.54,655.24,0.160263,300,0,0,12175,0,0,0,0,0),(209092,29738,571,1,2,0,1,8407.75,2712.33,655.278,0.593412,300,0,0,12175,3893,0,0,0,0),(209093,29738,571,1,2,0,1,8380.24,2751.93,655.466,2.37967,300,0,0,12175,3893,0,0,0,0),(209094,29738,571,1,2,0,1,8289.62,2759.84,656.208,2.9147,300,0,0,12175,3893,0,0,0,0),(209095,29738,571,1,2,0,1,8292.34,2783.9,656.208,3.15905,300,0,0,12175,3893,0,0,0,0),(209096,29738,571,1,2,0,1,8520.61,2728.09,652.537,4.99164,300,0,0,12175,3893,0,0,0,0),(209097,29738,571,1,2,0,1,8309.55,2775.3,655.197,4.70894,300,0,0,12175,3893,0,0,0,0),(209098,29840,571,1,2,0,0,8418.5,2620.67,759.958,4.90178,300,0,0,12600,0,0,0,0,0),(209099,29770,571,1,2,0,0,8402.52,2824.4,716.659,0.954007,300,0,0,10080,8814,0,0,0,0),(209100,29769,571,1,2,0,0,8298.21,2657.99,688.695,5.5676,300,0,0,12600,0,0,0,0,0),(209101,29804,571,1,2,0,1,8395.01,2675.19,657.913,1.32645,300,0,0,63000,19970,0,0,0,0),(152165,29747,571,1,2,0,0,8526.23,2665.08,1045.04,2.67035,120,0,0,126000,0,0,0,0,0),(2017,25589,571,1,1,0,0,4464.63,5378.07,-15.2737,6.05299,600,0,0,1,0,0,0,0,0),(209109,28602,1,1,1,0,1,-6065.27,-1242.8,-143.33,3.14159,120,0,0,1,0,0,0,0,0),(209108,28602,1,1,1,0,1,-6104.96,-1243.6,-143.192,3.12413,120,0,0,1,0,0,0,0,0),(209107,28602,1,1,1,0,1,-6118.18,-1241.33,-143.281,3.12169,120,0,0,1,0,0,0,0,0),(209106,28602,1,1,1,0,1,-6065.16,-1256.21,-143.361,3.10668,120,0,0,1,0,0,0,0,0),(209105,28602,1,1,1,0,1,-6036.1,-1255.38,-146.828,1.15191,120,0,0,1,0,0,0,0,0),(209104,28602,1,1,1,0,1,-6037.48,-1243.38,-146.828,5.98647,120,0,0,1,0,0,0,0,0),(209103,28602,1,1,1,0,1,-6083.67,-1249.46,-143.482,0.01435,120,0,0,1,0,2,0,0,0),(209102,28602,1,1,1,0,1,-6163.63,-1249.54,-159.733,3.11264,120,0,0,1,0,2,0,0,0),(209112,28601,1,1,1,0,1,-6028.08,-1249.02,-146.764,3.05433,120,0,0,1,0,0,0,0,0),(209123,30446,571,1,1,0,0,8393.97,-2540.06,1131.91,5.07891,120,0,0,1,0,0,0,0,0),(209137,30454,571,1,1,0,0,8289.31,-2602.48,1151.42,1.95477,120,0,0,1,0,0,0,0,0),(209138,30454,571,1,1,0,0,8294.61,-2589.08,1150.63,1.39626,120,0,0,1,0,0,0,0,0),(209139,30454,571,1,1,0,0,8300.51,-2596.84,1151.87,3.9619,120,0,0,1,0,0,0,0,0),(209140,30454,571,1,1,0,0,8303.38,-2521.44,1154.39,5.07891,120,0,0,1,0,0,0,0,0),(209141,30454,571,1,1,0,0,8312.52,-2561.31,1152.03,4.72984,120,0,0,1,0,0,0,0,0),(209142,30454,571,1,1,0,0,8314.11,-2500.82,1143.3,1.6057,120,0,0,1,0,0,0,0,0),(209143,30454,571,1,1,0,0,8317.65,-2573.94,1151.43,3.03687,120,0,0,1,0,0,0,0,0),(209144,30454,571,1,1,0,0,8336.79,-2502.89,1133.36,5.41052,120,0,0,1,0,0,0,0,0),(209145,30454,571,1,1,0,0,8342.26,-2505.45,1134.28,4.01426,120,0,0,1,0,0,0,0,0),(209146,30454,571,1,1,0,0,8351.38,-2508.96,1135.07,0.244346,120,0,0,1,0,0,0,0,0),(209147,30454,571,1,1,0,0,8381.3,-2529.69,1133.36,4.62512,120,0,0,1,0,0,0,0,0),(209148,30454,571,1,1,0,0,8387.79,-2527.25,1135.03,4.53786,120,0,0,1,0,0,0,0,0),(209149,30454,571,1,1,0,0,8393.11,-2548.1,1143.71,1.72788,120,0,0,1,0,0,0,0,0),(209150,30454,571,1,1,0,0,8398.62,-2526.46,1134.62,3.80482,120,0,0,1,0,0,0,0,0),(209151,30454,571,1,1,0,0,8401.63,-2539.44,1132.53,1.39626,120,0,0,1,0,0,0,0,0),(209152,30454,571,1,1,0,0,8406.36,-2532.98,1131.75,2.04204,120,0,0,1,0,0,0,0,0),(209124,30450,571,1,1,0,0,8259.18,-2570.82,1149.61,1.56682,120,5,0,1,0,1,0,0,0),(209125,30450,571,1,1,0,0,8264.03,-2566.79,1149.61,2.96147,120,5,0,1,0,1,0,0,0),(209126,30450,571,1,1,0,0,8284.46,-2601.7,1150.49,5.66794,120,5,0,1,0,1,0,0,0),(209127,30450,571,1,1,0,0,8292.88,-2572.04,1146.46,1.3252,120,5,0,1,0,1,0,0,0),(209128,30450,571,1,1,0,0,8298.51,-2592.29,1150.48,0.513648,120,5,0,1,0,1,0,0,0),(209129,30450,571,1,1,0,0,8306.36,-2524.83,1152.22,2.29176,120,5,0,1,0,1,0,0,0),(209130,30450,571,1,1,0,0,8313.22,-2565.91,1150.88,0.739577,120,5,0,1,0,1,0,0,0),(209131,30450,571,1,1,0,0,8334.5,-2519.78,1138.3,5.60389,120,5,0,1,0,1,0,0,0),(209132,30450,571,1,1,0,0,8336.27,-2512.15,1135.11,3.55008,120,5,0,1,0,1,0,0,0),(209133,30450,571,1,1,0,0,8350.84,-2544.52,1147.52,5.8518,120,5,0,1,0,1,0,0,0),(209134,30450,571,1,1,0,0,8365.42,-2533.72,1132.69,5.61117,120,5,0,1,0,1,0,0,0),(209135,30450,571,1,1,0,0,8377.27,-2545.82,1140.66,2.91336,120,5,0,1,0,1,0,0,0),(209136,30450,571,1,1,0,0,8396.34,-2529.92,1131.82,1.30778,120,5,0,1,0,1,0,0,0),(209172,29413,571,1,1,0,1,6536.16,-1078.86,433.175,1.54652,600,0,0,1,0,0,0,0,0),(209173,29413,571,1,1,0,1,6536.22,-1076.53,433.014,1.54652,600,0,0,1,0,0,0,0,0),(209174,29413,571,1,1,0,1,6534.27,-1076.49,432.958,1.54652,600,0,0,1,0,0,0,0,0),(209175,29413,571,1,1,0,1,6534.71,-1073.77,432.928,1.54652,600,0,0,1,0,0,0,0,0),(209176,29413,571,1,1,0,1,6538.16,-1076.95,433.1,1.55438,600,0,0,1,0,0,0,0,0),(209177,29413,571,1,1,0,1,6536.77,-1073.94,432.995,1.46013,600,0,0,1,0,0,0,0,0),(209178,29413,571,1,1,0,1,6538.6,-1075.64,433.11,1.49155,600,0,0,1,0,0,0,0,0),(209179,29413,571,1,1,0,1,6621.56,-1078.08,415.032,1.05174,600,5,0,1,0,1,0,0,0),(209180,29413,571,1,1,0,1,6641.11,-1093.62,402.801,1.36196,600,0,0,1,0,0,0,0,0),(209181,29413,571,1,1,0,1,6610.29,-1279.72,394.475,3.31761,600,0,0,1,0,0,0,0,0),(209182,29413,571,1,1,0,1,6599.47,-1270.63,394.829,1.10278,600,0,0,1,0,0,0,0,0),(6096,30300,571,1,8,0,0,8015.63,-126.515,865.719,3.39914,120,0,0,1,0,0,0,0,0),(6337,30190,571,1,1,0,0,8256.75,-433.488,970.583,4.2237,300,0,0,1,0,0,0,0,0),(13426,27593,571,1,1,0,0,2394.92,-1832.19,-1.69908,2.68781,300,0,0,4920,0,0,0,0,0),(13427,27593,571,1,1,0,0,2396.13,-1829.49,-1.67806,2.75762,300,0,0,4920,0,0,0,0,0),(13428,27593,571,1,1,0,0,2397.4,-1826.75,-1.6523,2.72271,300,0,0,4920,0,0,0,0,0),(14241,27593,571,1,1,0,0,2398.62,-1824.14,-1.66099,2.74017,300,0,0,4920,0,0,0,0,0),(6499,31402,571,1,1,0,1,5220.89,591.78,187.861,4.86629,180,10,0,1,0,1,0,0,0),(6627,31402,571,1,1,0,1,5344.32,595.7,183.074,4.99164,180,10,0,1,0,1,0,0,0),(7630,31402,571,1,1,0,1,5411.68,623.162,178.355,0.872665,180,10,0,1,0,1,0,0,0),(10504,31402,571,1,1,0,1,5434.4,783.965,182.771,0.572655,180,10,0,1,0,1,0,0,0),(12599,31402,571,1,1,0,1,5464.41,716.29,171.82,2.6529,180,10,0,1,0,1,0,0,0),(12954,31402,571,1,1,0,1,5573.34,862.854,161.739,1.48353,180,10,0,1,0,1,0,0,0),(13423,31402,571,1,1,0,1,5659.53,987.84,174.568,0.314159,180,0,0,1,0,0,0,570688256,32),(13424,31402,571,1,1,0,1,5660.19,1028.45,174.563,2.79253,180,0,0,1,0,0,0,570688256,32),(14341,18688,530,1,1,0,0,-2571.84,8558.23,-33.6043,5.65003,300,0,0,6542,0,0,0,0,0),(14342,18688,530,1,1,0,0,-2218.21,8513.48,-17.1368,5.65003,300,0,0,6542,0,0,0,0,0),(14343,18688,530,1,1,0,0,-2114.42,8743.48,11.699,5.65003,300,0,0,6326,0,0,0,0,0),(14977,18688,530,1,1,0,0,-2017.31,8743.44,19.5169,5.65003,300,0,0,6542,0,0,0,0,0),(14978,18688,530,1,1,0,0,-1812.61,8813.18,30.2393,6.13478,300,0,0,6326,0,0,0,0,0),(14979,18688,530,1,1,0,0,-1750.87,8877.25,31.67,6.13478,300,0,0,6326,0,0,0,0,0),(14980,18688,530,1,1,0,0,-1539.61,8686.33,24.643,6.13478,300,0,0,6326,0,0,0,0,0),(14981,18688,530,1,1,0,0,-1653.31,8494.49,-12.8156,6.13478,300,0,0,6542,0,0,0,0,0),(14982,18688,530,1,1,0,0,-1579.32,8426.67,-9.33804,6.13478,300,0,0,6326,0,0,0,0,0),(14983,18688,530,1,1,0,0,-1040.87,7895.8,22.8202,6.13478,300,0,0,6326,0,0,0,0,0),(14984,18688,530,1,1,0,0,-1059.54,7750.35,25.8758,6.13478,300,0,0,6326,0,0,0,0,0),(14985,18688,530,1,1,0,0,-908.965,7783.44,40.1036,6.13478,300,0,0,6326,0,0,0,0,0),(20556,18688,530,1,1,0,0,-886.413,7824.75,40.0754,6.13478,300,0,0,6542,0,0,0,0,0),(21776,18688,530,1,1,0,0,-878.863,7881.25,38.6467,6.13478,300,0,0,6326,0,0,0,0,0),(23111,18688,530,1,1,0,0,-1866.27,8098.74,-20.3459,6.13478,300,0,0,6542,0,0,0,0,0),(24670,18688,530,1,1,0,0,-2106.82,8191.13,-15.5604,6.13478,300,0,0,6542,0,0,0,0,0),(24761,18688,530,1,1,0,0,-2084.75,8286.22,-11.4935,6.13478,300,0,0,6542,0,0,0,0,0),(24794,18688,530,1,1,0,0,-2206.14,8306.9,-26.191,6.13478,300,0,0,6542,0,0,0,0,0),(25100,18688,530,1,1,0,0,-2256,8478.68,-24.6155,6.13478,300,0,0,6542,0,0,0,0,0),(26559,18688,530,1,1,0,0,-2336.12,8477.34,-30.3842,6.13478,300,0,0,6326,0,0,0,0,0),(26564,18688,530,1,1,0,0,-2350.53,8641.59,-15.5674,6.13478,300,0,0,6326,0,0,0,0,0),(31807,18688,530,1,1,0,0,-2379.14,8531.65,-28.7321,6.13478,300,0,0,6326,0,0,0,0,0),(31833,18688,530,1,1,0,0,-2411.61,8492.45,-33.4541,6.13478,300,0,0,6542,0,0,0,0,0),(32072,18688,530,1,1,0,0,-2416.02,8330.76,-37.6002,6.13478,300,0,0,6542,0,0,0,0,0),(40475,18688,530,1,1,0,0,-2336.04,8288.74,-36.3567,1.72398,300,0,0,6326,0,0,0,0,0),(40476,18688,530,1,1,0,0,-2336.11,8225.27,-35.7699,1.72398,300,0,0,6326,0,0,0,0,0),(40703,18688,530,1,1,0,0,-2258.45,8221.08,-31.2193,3.93488,300,0,0,6326,0,0,0,0,0),(40716,18688,530,1,1,0,0,-2203.79,8149.55,-25.1002,3.93488,300,0,0,6326,0,0,0,0,0),(40725,18688,530,1,1,0,0,-2184.8,8029.08,-17.6373,3.93488,300,0,0,6542,0,0,0,0,0),(40727,18688,530,1,1,0,0,-2297.12,7848.94,-30.4255,3.93488,300,0,0,6326,0,0,0,0,0),(42893,18688,530,1,1,0,0,-2544.55,7818.57,-45.0012,3.93488,300,0,0,6326,0,0,0,0,0),(45204,18688,530,1,1,0,0,-2555.36,7930.22,-55.675,3.93488,300,0,0,6542,0,0,0,0,0),(46570,18688,530,1,1,0,0,-2622.32,7987.03,-48.9066,3.93488,300,0,0,6542,0,0,0,0,0),(46819,18688,530,1,1,0,0,-2126.06,8148.39,-15.8518,3.93488,300,0,0,6326,0,0,0,0,0),(48191,18069,530,1,1,0,0,-714.823,7931.65,58.8672,4.3693,300,0,0,60720,29330,0,0,0,0),(137994,10319,229,1,1,0,1,40.669,-330.527,111.027,4.62512,7200,0,0,1,0,0,0,0,0),(137995,10319,229,1,1,0,1,42.5142,-431.719,111.029,5.93412,7200,0,0,1,0,0,0,0,0),(137996,10319,229,1,1,0,1,-8.14168,-341.893,111.027,0.767945,7200,0,0,1,0,0,0,0,0),(52018,24840,584,1,1,22665,0,-12.1809,5.48897,6.14024,1.08723,120,0,0,804,0,2,0,0,0),(137998,9045,229,1,1,0,1,107.024,-306.314,54.0037,4.2237,7200,0,0,1,0,0,0,0,0),(137999,9045,229,1,1,0,1,107.412,-329.583,54.0033,5.20108,7200,0,0,1,0,0,0,0,0),(138000,9045,229,1,1,0,1,14.1216,-259.228,65.4331,2.35619,7200,0,0,1,0,0,0,0,0),(138001,9045,229,1,1,0,1,18.0154,-276.734,65.3758,1.03067,7200,4,0,1,0,1,0,0,0),(138002,9045,229,1,1,0,1,27.209,-487.106,110.949,2.40855,7200,0,0,1,0,2,0,0,0),(138003,9045,229,1,1,0,1,48.0625,-257.407,65.4592,0.418879,7200,0,0,1,0,0,0,0,0),(138004,9045,229,1,1,0,1,32.9856,-441.198,110.948,3.4383,7200,0,0,1,0,2,0,0,0),(138005,9045,229,1,1,0,1,52.8444,-312.811,54.0037,0.575959,7200,0,0,1,0,0,0,0,0),(138006,9045,229,1,1,0,1,69.2314,-439.328,41.1913,3.15905,7200,0,0,1,0,0,0,0,0),(138007,9045,229,1,1,0,1,75.6738,-319.729,55.8668,1.71042,7200,5,0,1,0,1,0,0,0),(138008,9045,229,1,1,0,1,79.8655,-353.92,60.7854,0.872665,7200,4,0,1,0,1,0,0,0),(138009,9097,229,1,1,0,1,-1.88846,-585.643,29.2742,2.49582,7200,0,0,1,0,0,0,0,0),(138010,9097,229,1,1,0,1,102.43,-314.698,54.0012,1.06465,7200,0,0,1,0,0,0,0,0),(138011,9097,229,1,1,0,1,107.279,-324.247,54.0037,3.50811,7200,0,0,1,0,0,0,0,0),(138012,9097,229,1,1,0,1,107.633,-311.387,54.0037,2.67035,7200,0,0,1,0,0,0,0,0),(138013,9097,229,1,1,0,1,12.893,-329.743,48.8472,3.15905,7200,0,0,1,0,0,0,0,0),(138014,9097,229,1,1,0,1,12.9406,-279.608,65.452,5.96903,7200,5,0,1,0,1,0,0,0),(138015,9097,229,1,1,0,1,18.7628,-284.284,65.4592,2.1293,7200,5,0,1,0,1,0,0,0),(138016,9097,229,1,1,0,1,-2.93188,-524.658,29.2737,0.593412,7200,0,0,1,0,0,0,0,0),(138017,9097,229,1,1,0,1,-28.3894,-563.039,29.2742,2.86234,7200,0,0,1,0,0,0,0,0),(138018,9097,229,1,1,0,1,30.9196,-399.683,48.7868,3.00197,7200,0,0,1,0,0,0,0,0),(138019,9097,229,1,1,0,1,-31.5341,-564.217,29.2742,1.16937,7200,0,0,1,0,0,0,0,0),(138020,9097,229,1,1,0,1,-34.0394,-585.641,29.2742,6.19592,7200,0,0,1,0,0,0,0,0),(138021,9097,229,1,1,0,1,-37.9833,-585.003,29.2742,1.50098,7200,0,0,1,0,0,0,0,0),(138022,9097,229,1,1,0,1,43.5522,-274.522,65.4592,6.10865,7200,4,0,1,0,1,0,0,0),(138023,9097,229,1,1,0,1,45.724,-449.173,27.6064,3.7001,7200,0,0,1,0,0,0,0,0),(138024,9097,229,1,1,0,1,45.8465,-279.354,65.3547,1.03703,7200,4,0,1,0,1,0,0,0),(138025,9097,229,1,1,0,1,51.8909,-287.351,65.4592,3.03687,7200,0,0,1,0,0,0,0,0),(138026,9097,229,1,1,0,1,53.4595,-325.36,53.916,1.39626,7200,0,0,1,0,2,0,0,0),(138027,9097,229,1,1,0,1,55.9165,-459.157,24.6387,4.7473,7200,0,0,1,0,0,0,0,0),(138028,9097,229,1,1,0,1,57.3262,-569.645,30.6788,0.191986,7200,0,0,1,0,0,0,0,0),(138029,9097,229,1,1,0,1,57.5052,-314.922,54.0019,2.26893,7200,0,0,1,0,0,0,0,0),(138030,9097,229,1,1,0,1,57.8383,-310.132,54.0015,3.57792,7200,0,0,1,0,0,0,0,0),(138031,9097,229,1,1,0,1,59.3199,-507.905,29.2652,6.05629,7200,0,0,1,0,0,0,0,0),(138032,9097,229,1,1,0,1,6.909,-271.978,65.4107,0.20944,7200,0,0,1,0,0,0,0,0),(138033,9097,229,1,1,0,1,61.8541,-560.68,30.6883,3.49066,7200,0,0,1,0,0,0,0,0),(138034,9097,229,1,1,0,1,63.3938,-505.402,29.2685,4.57276,7200,0,0,1,0,0,0,0,0),(138035,9097,229,1,1,0,1,66.2384,-274.532,60.7346,6.23083,7200,0,0,1,0,0,0,0,0),(138036,9097,229,1,1,0,1,66.4354,-435.984,42.1033,4.32842,7200,0,0,1,0,0,0,0,0),(138037,9097,229,1,1,0,1,69.6397,-278.318,60.6777,0.296706,7200,0,0,1,0,0,0,0,0),(138038,9097,229,1,1,0,1,-7.64752,-586.208,29.2742,0.925025,7200,0,0,1,0,0,0,0,0),(138039,9097,229,1,1,0,1,71.6458,-586.649,30.6863,6.26573,7200,0,0,1,0,0,0,0,0),(138040,9097,229,1,1,0,1,79.0274,-287.055,60.774,1.98968,7200,5,0,1,0,1,0,0,0),(138041,9097,229,1,1,0,1,8.43384,-253.377,65.4404,5.46288,7200,0,0,1,0,0,0,0,0),(138042,9097,229,1,1,0,1,82.2761,-580.577,30.6901,4.11898,7200,0,0,1,0,0,0,0,0),(138043,9097,229,1,1,0,1,82.3782,-315.573,55.7843,2.65948,7200,5,0,1,0,1,0,0,0),(138044,9097,229,1,1,0,1,85.2124,-357.967,60.7854,6.05629,7200,4,0,1,0,1,0,0,0),(138045,9097,229,1,1,0,1,70.9496,-282.071,60.6077,2.49933,7200,0,0,1,0,2,0,0,0),(138046,9097,229,1,1,0,1,81.974,-288.075,60.6613,3.38828,7200,0,0,1,0,2,0,0,0),(138047,9097,229,1,1,0,1,83.9848,-287.04,60.643,3.38829,7200,0,0,1,0,2,0,0,0),(138048,9097,229,1,1,0,1,9.05815,-257.731,65.4136,0.698132,7200,0,0,1,0,0,0,0,0),(138049,9097,229,1,1,0,1,9.25125,-332.557,48.795,1.23918,7200,0,0,1,0,0,0,0,0),(138050,9097,229,1,1,0,1,90.2249,-280.722,60.6818,4.83456,7200,0,0,1,0,0,0,0,0),(138051,9097,229,1,1,0,1,91.5369,-361.906,60.702,1.54309,7200,4,0,1,0,1,0,0,0),(138052,9097,229,1,1,0,1,94.6544,-275.047,60.7526,3.14159,7200,0,0,1,0,0,0,0,0),(138053,9097,229,1,1,0,1,-52.0724,-586.218,29.2742,2.96706,7200,0,0,1,0,0,0,0,0),(138054,9097,229,1,1,0,1,-55.7422,-581.554,29.2742,4.24115,7200,0,0,1,0,0,0,0,0),(138055,9097,229,1,1,0,1,-63.3394,-572.386,29.2742,0.122173,7200,0,0,1,0,0,0,0,0),(138056,9097,229,1,1,0,1,-67.2288,-535.405,29.2742,3.87463,7200,0,0,1,0,0,0,0,0),(138057,9097,229,1,1,0,1,-70.0191,-575.818,29.2742,1.16937,7200,0,0,1,0,0,0,0,0),(138058,9098,229,1,1,0,1,-1.33163,-519.549,29.3309,5.42797,7200,0,0,1,0,0,0,0,0),(138059,9098,229,1,1,0,1,102.172,-308.932,54.0021,5.91667,7200,0,0,1,0,0,0,0,0),(138060,9098,229,1,1,0,1,105.506,-332.577,54.0027,6.23083,7200,0,0,1,0,0,0,0,0),(138061,9098,229,1,1,0,1,14.2494,-254.14,65.4355,3.68264,7200,0,0,1,0,0,0,0,0),(138062,9098,229,1,1,0,1,-2.80779,-580.539,29.2742,3.94444,7200,0,0,1,0,0,0,0,0),(138063,9098,229,1,1,0,1,29.0992,-396.495,48.8011,4.53786,7200,0,0,1,0,0,0,0,0),(138064,9098,229,1,1,0,1,-31.5296,-559.177,29.2742,5.48033,7200,0,0,1,0,0,0,0,0),(138065,9098,229,1,1,0,1,40.8954,-448.45,27.9326,5.49779,7200,0,0,1,0,0,0,0,0),(138066,9098,229,1,1,0,1,47.6855,-270.914,65.3638,6.24155,7200,4,0,1,0,1,0,0,0),(138067,9098,229,1,1,0,1,52.1843,-307.34,54.0019,5.25344,7200,0,0,1,0,0,0,0,0),(138068,9098,229,1,1,0,1,52.4136,-255.367,65.4592,3.63028,7200,0,0,1,0,0,0,0,0),(138069,9098,229,1,1,0,1,36.8928,-331.277,53.682,1.41372,7200,0,0,1,0,2,0,0,0),(138070,9098,229,1,1,0,1,55.5339,-464.859,24.9457,1.44862,7200,0,0,1,0,0,0,0,0),(138071,9098,229,1,1,0,1,57.219,-562.8,30.6717,0.418879,7200,0,0,1,0,0,0,0,0),(138072,9098,229,1,1,0,1,65.4276,-510.36,29.3167,2.56563,7200,0,0,1,0,0,0,0,0),(138073,9098,229,1,1,0,1,67.4383,-443.534,40.7267,2.0944,7200,0,0,1,0,0,0,0,0),(138074,9098,229,1,1,0,1,8.8431,-326.523,48.8573,5.11381,7200,0,0,1,0,0,0,0,0),(138075,9098,229,1,1,0,1,80.2554,-584.671,30.6894,1.25664,7200,0,0,1,0,0,0,0,0),(138076,9098,229,1,1,0,1,81.6109,-325.341,55.8671,1.79769,7200,6,0,1,0,1,0,0,0),(138077,9098,229,1,1,0,1,90.1113,-354.348,60.7854,4.4855,7200,4,0,1,0,1,0,0,0),(138078,9416,229,1,1,0,0,15.7057,-319.695,48.9296,4.81711,7200,0,0,1,0,0,0,0,0),(138079,9416,229,1,1,0,0,21.6264,-319.308,48.9218,4.59022,7200,0,0,1,0,0,0,0,0),(138080,9416,229,1,1,0,0,39.9758,-401.308,48.734,1.37881,7200,0,0,1,0,0,0,0,0),(138081,9416,229,1,1,0,0,-43.9925,-560.762,29.2742,5.77704,7200,0,0,1,0,0,0,0,0),(138082,9416,229,1,1,0,0,44.2465,-401.75,48.8482,1.41372,7200,0,0,1,0,0,0,0,0),(138083,9416,229,1,1,0,0,-44.5055,-555.94,29.2742,5.44543,7200,0,0,1,0,0,0,0,0),(138084,9416,229,1,1,0,0,45.8586,-503.318,29.219,0.628319,7200,0,0,1,0,0,0,0,0),(138085,9416,229,1,1,0,0,48.7351,-507.587,29.2279,0.802851,7200,0,0,1,0,0,0,0,0),(138086,9416,229,1,1,0,0,54.7811,-477.66,26.737,2.51327,7200,0,0,1,0,0,0,0,0),(138087,9416,229,1,1,0,0,57.4451,-472.059,25.8573,2.74017,7200,0,0,1,0,0,0,0,0),(138088,9416,229,1,1,0,0,-62.0727,-550.187,29.2742,0.907571,7200,0,0,1,0,0,0,0,0),(138090,9416,229,1,1,0,0,-65.6472,-544.932,29.2742,0.575959,7200,0,0,1,0,0,0,0,0),(138091,9258,229,1,1,0,1,18.6335,-319.564,48.9254,4.69494,7200,0,0,1,0,0,0,0,0),(138092,9258,229,1,1,0,1,42.2404,-400.9,48.789,1.39626,7200,0,0,1,0,0,0,0,0),(138093,9258,229,1,1,0,1,-43.1254,-558.963,29.2742,5.61996,7200,0,0,1,0,0,0,0,0),(138094,9258,229,1,1,0,1,48.0037,-504.872,29.2256,0.715585,7200,0,0,1,0,0,0,0,0),(138095,9258,229,1,1,0,1,55.2907,-474.477,26.0808,2.61799,7200,0,0,1,0,0,0,0,0),(138096,9258,229,1,1,0,1,-62.7648,-546.487,29.2742,0.750492,7200,0,0,1,0,0,0,0,0),(138097,9257,229,1,1,0,1,26.0838,-398.582,48.8248,6.07375,7200,0,0,1,0,0,0,0,0),(138098,9257,229,1,1,0,1,3.1376,-524.951,29.4567,2.23402,7200,0,0,1,0,0,0,0,0),(138099,9257,229,1,1,0,1,41.2528,-453.78,26.4869,1.01229,7200,0,0,1,0,0,0,0,0),(138100,9257,229,1,1,0,1,60.2924,-460.793,24.8454,3.29867,7200,0,0,1,0,0,0,0,0),(138101,9257,229,1,1,0,1,62.5479,-437.095,42.1536,5.53269,7200,0,0,1,0,0,0,0,0),(138102,9257,229,1,1,0,1,62.9072,-569.002,30.6996,3.10669,7200,0,0,1,0,0,0,0,0),(138103,9257,229,1,1,0,1,75.318,-587.214,30.6877,2.86234,7200,0,0,1,0,0,0,0,0),(138104,9257,229,1,1,0,1,-8.24063,-580.995,29.2742,5.67232,7200,0,0,1,0,0,0,0,0),(138105,9257,229,1,1,0,1,-56.7084,-586.137,29.2742,1.29154,7200,0,0,1,0,0,0,0,0),(127498,26712,600,3,3,17188,0,-365.477,-724.849,32.3213,3.92699,3600,0,0,8982,0,0,0,0,0),(40251,29346,1,1,1,0,0,1925,-4123.19,43.178,4.79965,300,0,0,1,0,0,0,0,0),(152277,33537,571,1,1,0,1,9071.04,2075.39,67.2154,4.93598,120,0,0,1,0,0,0,0,0),(152278,33537,571,1,1,0,1,9074.41,2049.26,67.3464,2.18166,120,0,0,1,0,0,0,0,0),(152279,33537,571,1,1,0,1,9081.28,2058.93,67.3898,3.61283,120,0,0,1,0,0,0,0,0),(246110,15074,529,1,512,0,1,1237.68,815.579,-102.197,1.25331,7200,0,0,1,0,0,0,0,0),(246089,15089,529,1,256,0,1,815.915,1088.65,9.58834,6.23082,7200,0,0,1,0,0,0,0,0),(246090,15089,529,1,256,0,1,764.691,1147.38,18.9711,1.74533,7200,0,0,1,0,0,0,0,0),(246091,15089,529,1,256,0,1,768.374,1130.01,17.4622,4.14465,7200,0,0,1,0,0,0,0,0),(246092,15089,529,1,256,0,1,761.081,1082.74,15.5728,3.80482,7200,0,0,1,0,0,0,0,0),(246085,15089,529,1,256,0,1,872.633,1264.29,18.8666,1.44862,7200,0,0,1,0,0,0,0,0),(246084,15089,529,1,256,0,1,884.648,1176.52,9.96061,3.94444,7200,0,0,1,0,0,0,0,0),(246082,15089,529,1,256,0,1,908.765,1183.24,5.00921,0.331613,7200,0,0,1,0,0,0,0,0),(246083,15089,529,1,256,0,1,751.929,1198.46,18.1631,3.38594,7200,0,0,1,0,0,0,0,0),(246078,15089,529,1,256,0,1,831.255,1236.06,17.2953,0.506145,7200,0,0,1,0,0,0,0,0),(246079,15089,529,1,256,0,1,920.323,1251.82,8.46854,3.40339,7200,0,0,1,0,0,0,0,0),(246080,15089,529,1,256,0,1,908.431,1248.12,9.23548,0.890118,7200,0,0,1,0,0,0,0,0),(246081,15089,529,1,256,0,1,913.165,1311.43,24.9025,0.558505,7200,0,0,1,0,0,0,0,0),(246077,15107,529,1,2,0,0,1157.58,1172.96,-56.2799,2.84489,7200,0,0,1,0,0,0,0,0),(246105,15107,529,1,2,0,0,1174.1,1142.3,-56.0474,0.488692,7200,0,0,1,0,0,0,0,0),(246106,15107,529,1,2,0,0,1167.66,1160.64,-56.3909,3.59163,7200,0,0,1,0,0,0,0,0),(246073,15107,529,1,2,0,0,1162.17,1174.74,-56.4251,4.13297,7200,0,0,1,0,0,0,0,0),(246074,15107,529,1,2,0,0,1187.5,1181.29,-55.9973,2.40855,7200,0,0,1,0,0,0,0,0),(246075,15107,529,1,2,0,0,1186.39,1190.51,-56.009,2.35619,7200,0,0,1,0,0,0,0,0),(246109,15074,529,1,512,0,1,1234.83,798.88,-101.966,3.38174,7200,0,0,1,0,0,0,0,0),(248287,11455,429,1,1,0,0,2.77891,-426.083,-4.22211,0,86400,0,0,5490,7519,2,0,0,0),(248286,11455,429,1,1,0,0,53.2125,-458.915,-4.13168,6.26573,86400,2,0,5490,7519,1,0,0,0),(248285,11451,429,1,1,0,1,-25.777,-462.07,-4.14609,5.79449,86400,2,0,7842,0,1,0,0,0),(248284,11451,429,1,1,0,1,-12.4978,-462.705,-4.15329,3.61283,86400,2,0,7842,0,1,0,0,0),(248283,11454,429,1,1,0,1,-17.7285,-459.476,-4.14758,4.55531,86400,2,0,7842,0,1,0,0,0),(248282,11451,429,1,1,0,1,-86.6004,-400.982,-4.21903,1.08976,86400,2,0,7842,0,1,0,0,0),(248281,11451,429,1,1,0,1,-75.5403,-395.85,-4.13737,2.54818,86400,2,0,7842,0,1,0,0,0),(248280,11454,429,1,1,0,1,-80.4437,-401.602,-4.13549,1.8326,86400,2,0,7842,0,1,0,0,0),(248279,11451,429,1,1,0,1,-14.4985,-399.14,-4.13787,2.23402,86400,2,0,7842,0,1,0,0,0),(248278,11451,429,1,1,0,1,-27.4422,-398.865,-4.22046,4.90128,86400,2,0,7842,0,1,0,0,0),(248277,11454,429,1,1,0,1,-21.4801,-401.265,-4.13795,1.27409,86400,2,0,7842,0,1,0,0,0),(248276,11451,429,1,1,0,1,61.941,-399.15,-4.13689,2.51327,86400,2,0,7842,0,1,0,0,0),(248275,11451,429,1,1,0,1,52.2995,-397.91,-4.13716,0.523599,86400,2,0,7842,0,1,0,0,0),(248274,11454,429,1,1,0,1,57.5876,-400.81,-4.13621,2.07694,86400,2,0,7842,0,1,0,0,0),(248273,11456,429,1,1,0,1,111.56,-367.658,-4.10329,0,86400,0,0,8097,0,2,0,0,0),(248272,11456,429,1,1,0,1,30.1011,-618.51,-25.0722,2.37365,86400,2,0,8097,0,1,0,0,0),(248271,11456,429,1,1,0,1,64.4071,-678.472,-25.0772,4.13643,86400,2,0,8097,0,1,0,0,0),(248270,11456,429,1,1,0,1,12.2163,-707.55,-25.0783,1.93732,86400,2,0,8097,0,1,0,0,0),(248269,13197,429,1,1,0,0,64.6844,-620.783,-25.1592,0,86400,0,0,12954,4326,2,0,0,0),(248268,13196,429,1,1,0,0,64.6844,-620.783,-25.1592,0,86400,0,0,15198,0,2,0,0,0),(248267,13197,429,1,1,0,0,61.9258,-648.15,-25.1335,0,86400,0,0,12954,4326,2,0,0,0),(248266,13196,429,1,1,0,0,61.9258,-648.15,-25.1335,0,86400,0,0,15198,0,2,0,0,0),(248265,13197,429,1,1,0,0,51.1414,-755.75,-25.0891,0,86400,0,0,12954,4326,2,0,0,0),(248264,13196,429,1,1,0,0,51.1414,-755.75,-25.0891,0,86400,0,0,15198,0,2,0,0,0),(248263,13197,429,1,1,0,0,51.1273,-748.835,-25.1003,0,86400,0,0,12954,4326,2,0,0,0),(248262,13196,429,1,1,0,0,51.1273,-748.835,-25.1003,0,86400,0,0,15198,0,2,0,0,0),(248261,11455,429,1,1,0,0,51.3525,-721.915,-25.1438,0,86400,0,0,5490,7519,2,0,0,0),(248260,11451,429,1,1,0,1,65.0294,-608.021,-25.0719,6.16101,86400,2,0,7842,0,1,0,0,0),(248259,11451,429,1,1,0,1,55.0125,-602.04,-25.0646,3.37677,86400,2,0,7842,0,1,0,0,0),(248258,11454,429,1,1,0,1,59.6724,-603.951,-25.1302,5.07981,86400,2,0,7842,0,1,0,0,0),(248257,11451,429,1,1,0,1,15.5073,-680.307,-25.0783,5.81195,86400,2,0,7842,0,1,0,0,0),(248256,11451,429,1,1,0,1,24.2224,-674.951,-25.1616,4.14954,86400,2,0,7842,0,1,0,0,0),(1864,1096,0,1,1,7197,1,-11958.5,-484.88,17.0796,5.15875,300,0,0,1160,1067,0,0,0,0),(40252,19511,553,1,1,0,1,13.7113,556.805,-18.1619,0.41887,86400,0,0,1,0,2,0,0,0),(40255,23102,530,1,1,0,0,-2418.7,4446.77,165.705,2.18166,120,0,0,1,0,0,0,0,0),(40256,23102,530,1,1,0,0,-2423.71,4453.52,165.695,0.575959,120,0,0,1,0,0,0,0,0),(40257,23102,530,1,1,0,0,-2426.57,4437.26,168.06,3.63028,120,0,0,1,0,0,0,0,0),(40258,23102,530,1,1,0,0,-2428.66,4460.05,166.321,0.767945,120,0,0,1,0,0,0,0,0),(40259,23102,530,1,1,0,0,-2432.38,4444.57,170.26,4.59022,120,0,0,1,0,0,0,0,0),(40260,23102,530,1,1,0,0,-2432.45,4434.58,170.946,0.820305,120,0,0,1,0,0,0,0,0),(40261,23102,530,1,1,0,0,-2432.75,4458.1,166.159,1.27409,120,0,0,1,0,0,0,0,0),(40262,23102,530,1,1,0,0,-2435.68,4440.87,171.7,4.04916,120,0,0,1,0,0,0,0,0),(40263,23102,530,1,1,0,0,-2443.7,4634.14,158.278,0,120,0,0,1,0,0,0,0,0),(40264,23102,530,1,1,0,0,-2466.94,4699.98,155.833,0,120,0,0,1,0,0,0,0,0),(40265,23102,530,1,1,0,0,-2482.24,4661.68,161.496,0,120,0,0,1,0,0,0,0,0),(40514,30215,571,1,4,0,0,7386.51,-2726.49,872.509,5.88176,300,0,0,4979,0,0,0,0,0),(40602,33614,530,1,1,0,0,-2263.47,5565.35,67.0937,2.80998,180,0,0,1,0,0,0,0,0),(40282,27791,571,1,1,0,1,3684.37,-1180.28,102.42,1.22173,120,0,0,1,0,0,0,0,0),(40269,6491,1,1,4294967295,0,0,-452.182,2513.69,92.8852,6.1809,300,0,0,4120,0,0,0,0,0),(40268,26932,571,1,1,0,0,4698.39,-4004.78,212.355,0.506145,300,0,0,1,0,0,0,0,0),(40270,26231,571,1,1,0,0,3981.04,7148.01,666.162,1.03702,120,0,0,1,0,2,0,0,0),(40272,28538,571,1,1,0,1,6207.94,4791.03,224.951,0.504098,120,0,0,1,0,0,0,0,0),(40273,28538,571,1,1,0,1,6209.31,4766.71,224.144,3.22886,120,0,0,1,0,0,0,0,0),(40274,28538,571,1,1,0,1,6177.88,4737.93,224.747,2.24767,120,0,0,1,0,0,0,0,0),(40275,28538,571,1,1,0,1,6185.42,4760.61,224.796,1.62316,120,0,0,1,0,0,0,0,0),(40276,28538,571,1,1,0,1,6195.94,4761.25,220.873,1.53589,120,0,0,1,0,0,0,0,0),(40277,28538,571,1,1,0,1,6231.93,4739.39,224.738,5.95606,120,0,0,1,0,0,0,0,0),(40278,28538,571,1,1,0,1,6208.1,4762.39,222.758,2.87979,120,0,0,1,0,0,0,0,0),(40451,28320,571,1,1,0,0,6177.58,4762.69,225.418,1.78024,120,0,0,1,0,0,0,0,0),(40452,28320,571,1,1,0,0,6236,4785.33,224.865,1.90241,120,0,0,1,0,0,0,0,0),(40453,28320,571,1,1,0,0,6218.78,4772.22,224.84,5.41052,120,0,0,1,0,0,0,0,0),(40454,28320,571,1,1,0,0,6191.46,4728.85,224.807,5.86431,120,0,0,1,0,0,0,0,0),(40455,28320,571,1,1,0,0,6206.62,4787.49,224.797,4.64258,120,0,0,1,0,0,0,0,0),(40456,28320,571,1,1,0,0,6185.58,4761.77,224.796,4.39823,120,0,0,1,0,0,0,0,0),(40457,28320,571,1,1,0,0,6226.41,4738,224.796,5.61996,120,0,0,1,0,0,0,0,0),(40458,28320,571,1,1,0,0,6206.94,4750.79,224.796,3.78736,120,0,0,1,0,0,0,0,0),(40459,28320,571,1,1,0,0,6238.17,4731.89,224.783,3.92699,120,0,0,1,0,0,0,0,0),(40460,28320,571,1,1,0,0,6177.83,4730.03,224.693,0.244346,120,0,0,1,0,0,0,0,0),(40461,28320,571,1,1,0,0,6168.2,4749.64,224.577,5.0091,120,0,0,1,0,0,0,0,0),(40462,28320,571,1,1,0,0,6242.58,4769.51,224.443,2.98451,120,0,0,1,0,0,0,0,0),(40466,28320,571,1,1,0,0,6217.79,4796.46,224.431,1.39626,120,0,0,1,0,0,0,0,0),(40467,28320,571,1,1,0,0,6254.19,4757.5,217.856,0.837758,120,0,0,1,0,0,0,0,0),(40469,28563,571,1,1,0,0,6203.26,4765.47,248.057,1.95477,120,0,0,1,0,0,0,0,0),(244564,36885,33,1,1,0,0,-207.869,2174.97,79.7664,0.661457,86400,0,0,1,0,0,0,0,0),(244563,38035,0,1,1,0,0,-51.7072,1147.06,66.2442,6.0002,60,0,0,1,0,0,0,0,0),(244562,38328,1,1,1,0,0,1776.14,-4507.72,27.7458,0.701323,300,0,0,1,0,0,0,0,0),(244561,38325,0,1,1,0,0,-8881.19,669.006,105.834,0.696214,300,0,0,1,0,0,0,0,0),(244560,38295,530,1,1,0,0,9585.78,-7182.34,14.2411,0.268784,300,0,0,1,0,0,0,0,0),(244559,38295,0,1,1,0,0,1637.74,256.223,62.5927,4.55312,300,0,0,1,0,0,0,0,0),(244558,38295,1,1,1,0,0,-1239.7,55.8489,127.02,0.969017,300,0,0,1,0,0,0,0,0),(244557,38293,0,1,1,0,0,-4932.9,-995.348,501.441,0.720067,300,0,0,1,0,0,0,0,0),(40603,33615,530,1,1,0,0,-2262.36,5567.8,67.0909,2.79253,180,0,0,1,0,0,0,0,0),(41320,33616,530,1,1,0,0,-2268.1,5563.18,67.0919,5.89921,180,0,0,1,0,0,0,0,0),(40489,3254,1,1,1,0,0,10.3997,-2316.44,92.1945,2.91896,120,0,0,1,0,0,0,0,0),(40490,3254,1,1,1,0,0,346.737,-2606.39,91.7917,1.5801,120,0,0,1,0,0,0,0,0),(40491,3254,1,1,1,0,0,83.0721,-2545.21,98.1077,1.86412,120,0,0,1,0,0,0,0,0),(40492,3254,1,1,1,0,0,-93.5336,-2287.08,92.3536,0.851801,120,0,0,1,0,0,0,0,0),(40493,3254,1,1,1,0,0,-619,-2738.23,91.9166,4.30322,120,0,0,1,0,0,0,0,0),(40494,3254,1,1,1,0,0,-491.298,-2473.44,93.6667,2.67003,120,0,0,1,0,0,0,0,0),(40495,3254,1,1,1,0,0,-614.952,-2721.66,93.8574,1.41206,120,0,0,1,0,0,0,0,0),(40496,3254,1,1,1,0,0,-617.486,-2710.46,96.7657,1.58208,120,0,0,1,0,0,0,0,0),(40497,26841,571,1,1,0,0,4690.29,859.291,154.127,2.91407,120,0,0,1,0,2,0,0,0),(40498,26841,571,1,1,0,0,4362.42,750.51,123.785,6.19437,120,0,0,1,0,2,0,0,0),(40499,26841,571,1,1,0,0,4191.03,645.821,109.687,0.40274,120,0,0,1,0,2,0,0,0),(40500,26841,571,1,1,0,0,4098.35,657.087,99.3644,5.18579,120,0,0,1,0,2,0,0,0),(40501,26841,571,1,1,0,0,4065.75,709.231,108.47,1.1535,120,0,0,1,0,2,0,0,0),(40502,26841,571,1,1,0,0,4012.9,495.488,82.1595,0.868402,120,0,0,1,0,2,0,0,0),(40503,26841,571,1,1,0,0,3941.6,552.974,144.099,0.0654611,120,0,0,1,0,2,0,0,0),(40504,26841,571,1,1,0,0,3995.59,447.609,88.5569,1.32096,120,0,0,1,0,2,0,0,0),(40505,26841,571,1,1,0,0,3869,707.384,134.338,4.69554,120,0,0,1,0,2,0,0,0),(244556,38293,1,1,1,0,0,9885.37,2494.31,1315.92,3.01351,300,0,0,1,0,0,0,0,0),(88335,30869,571,1,1,0,0,5102.75,2187.83,365.708,3.9968,120,0,0,1,0,0,0,0,0),(88352,30488,571,1,128,0,0,5370.43,2814.27,409.323,3.05433,120,0,0,1,0,0,0,0,0),(88353,30870,571,1,1,0,0,5023.4,3686.03,363.119,5.13127,120,0,0,1,0,0,0,0,0),(42153,32666,530,1,1,0,0,9830.2,-7389.71,13.688,5.53269,120,0,0,1,0,0,0,0,0),(42154,32667,530,1,1,0,0,9859.04,-7406.98,13.7113,1.65806,120,0,0,1,0,0,0,0,0),(42155,31144,530,1,1,0,0,9869.4,-7389.66,13.6902,3.90954,120,0,0,1,0,0,0,0,0),(42156,31144,530,1,1,0,0,9871.97,-7392.76,13.6818,3.35103,120,0,0,1,0,0,0,0,0),(42157,31146,530,1,1,0,0,9850.53,-7395.44,13.7222,4.69494,120,0,0,1,0,0,0,0,0),(1975181,34192,603,3,1,0,0,2826.61,2654.66,372.016,0,900,0,0,1,0,2,0,0,0),(1975180,34192,603,3,1,0,0,2741.47,2690.39,372.23,0,900,0,0,1,0,2,0,0,0),(1975179,34192,603,3,1,0,0,2654.94,2654.57,372.361,0,900,0,0,1,0,2,0,0,0),(1975178,34192,603,3,1,0,0,2620.08,2568.92,372.361,0,900,0,0,1,0,2,0,0,0),(40517,33611,530,1,1,0,0,-2260.64,5567.08,67.092,5.93412,180,0,0,1,0,0,0,0,0),(40516,33610,530,1,1,0,0,-2261.59,5564.54,67.095,5.93412,180,0,0,1,0,0,0,0,0),(40510,33609,530,1,1,0,0,-2262.64,5561.96,67.0948,5.89921,180,0,0,1,0,0,0,0,0),(40266,33608,530,1,1,0,0,-2263.63,5559.49,67.0918,5.91667,180,0,0,1,0,0,0,0,0),(244555,38066,0,1,1,0,0,-8867.86,652.647,97.0113,4.84704,300,0,0,955,0,0,0,0,0),(244554,38045,0,1,1,0,0,1630.48,236.085,63.2574,0.382657,300,0,0,42,0,0,0,0,0),(28648,17148,530,1,1,0,1,-2910.22,6473.03,82.4898,2.49669,300,0,0,5914,0,0,0,0,0),(4764,26796,576,2,1,0,1,424.547,185.962,-34.9367,4.72984,86400,0,0,1,0,0,0,0,0),(41674,33617,530,1,1,0,0,-2266.98,5565.78,67.0927,5.89921,180,0,0,1,0,0,0,0,0),(41723,33618,530,1,1,0,0,-2265.86,5568.36,67.0911,5.84685,180,0,0,1,0,0,0,0,0),(41775,33619,530,1,1,0,0,-2267.52,5569.19,67.0896,2.74017,180,0,0,1,0,0,0,0,0),(41779,33621,530,1,1,0,0,-2269.93,5564.2,67.09,2.75762,180,0,0,1,0,0,0,0,0),(41780,33623,530,1,1,0,0,-2268.81,5566.68,67.0905,2.74017,180,0,0,1,0,0,0,0,0),(41814,33089,603,3,16,0,0,1649.44,-319.813,418.394,1.0821,10,20,0,1,0,1,0,0,0),(41819,33089,603,3,16,0,0,1615.06,-291.682,417.78,3.49066,10,20,0,1,0,1,0,0,0),(41876,23101,530,1,1,0,1,-480.499,7499.03,181.289,3.56047,120,0,0,1,0,0,0,0,0),(41877,34365,571,1,1,0,0,5716.6,642.861,646.293,5.88176,120,0,0,1,0,0,0,0,0),(42158,38453,571,1,1,0,0,3561.82,-2736.37,136.032,0,39600,0,0,1,0,0,0,0,0),(42159,35189,571,1,1,0,0,7101.85,-1443.73,924.261,0.178631,39600,0,0,1,0,0,0,0,0),(1970923,27747,595,3,1,0,1,1873.36,1268.36,144.561,1.55334,300,0,0,10080,8814,0,0,0,0),(1970922,27747,595,3,1,0,1,1878.1,1268.57,144.42,1.79769,300,0,0,10080,8814,0,0,0,0),(1970921,27746,595,3,1,0,1,1866.84,1298.29,146.233,4.66003,300,0,0,12600,0,0,0,0,0),(1970920,27746,595,3,1,0,1,1862.23,1266.77,145.008,1.46608,300,0,0,12600,0,0,0,0,0),(1970919,27746,595,3,1,0,1,1858.01,1266.9,145.277,1.53589,300,0,0,12600,0,0,0,0,0),(1970918,27746,595,3,1,0,1,1860.98,1298.57,145.97,4.66003,300,0,0,12600,0,0,0,0,0),(1970917,27746,595,3,1,0,1,1849.99,1267.11,145.706,1.44862,300,0,0,12600,0,0,0,0,0),(1970916,27746,595,3,1,0,1,1854.03,1267.05,145.5,1.55334,300,0,0,12600,0,0,0,0,0),(1970915,27745,595,3,1,0,1,1845.58,1272.22,144.815,1.50098,300,0,0,12600,0,0,0,0,0),(1970914,27745,595,3,1,0,1,1865.2,1292.56,145.297,4.62512,300,0,0,12600,0,0,0,0,0),(1970913,27745,595,3,1,0,1,1859.01,1292.22,145.239,4.7473,300,0,0,12600,0,0,0,0,0),(1970911,27745,595,3,1,0,1,1896.66,1276.79,144.026,1.5708,300,0,0,12600,0,0,0,0,0),(1970912,27745,595,3,1,0,1,1902.72,1276.73,143.809,1.78024,300,0,0,12600,0,0,0,0,0),(1970910,27745,595,3,1,0,1,1853.45,1291.8,145.002,4.79966,300,0,0,12600,0,0,0,0,0),(1970909,27745,595,3,1,0,1,2046.86,1293.33,143.132,4.7822,300,0,0,12600,0,0,0,0,0),(1970908,27745,595,3,1,0,1,2041.97,1281.66,143.554,1.62316,300,0,0,12600,0,0,0,0,0),(1970907,27745,595,3,1,0,1,2046.71,1281.91,143.321,1.51844,300,0,0,12600,0,0,0,0,0),(1970906,27745,595,3,1,0,1,2042.13,1293.14,143.336,4.64258,300,0,0,12600,0,0,0,0,0),(1970905,27745,595,3,1,0,1,1872.02,1292.99,145.134,4.7822,300,0,0,12600,0,0,0,0,0),(1970904,27745,595,3,1,0,1,1853.78,1272.17,144.605,1.48353,300,0,0,12600,0,0,0,0,0),(1970903,27745,595,3,1,0,1,1862.39,1272.2,144.483,1.50098,300,0,0,12600,0,0,0,0,0),(1970902,27745,595,3,1,0,1,1871.08,1272.27,144.368,1.67552,300,0,0,12600,0,0,0,0,0),(1970901,27745,595,3,1,0,1,1885.96,1293.62,144.286,4.55531,300,0,0,12600,0,0,0,0,0),(1970900,27745,595,3,1,0,1,1890.86,1276.52,143.972,1.41372,300,0,0,12600,0,0,0,0,0),(1970899,27745,595,3,1,0,1,1878.83,1293.39,144.713,4.62512,300,0,0,12600,0,0,0,0,0),(1970898,30561,595,3,1,0,0,1563.3,592.68,99.8856,-1.37934,300,0,0,8982,0,0,0,0,0),(1970896,30556,595,3,1,0,0,1553.45,608.264,106.743,-1.33571,300,0,0,8982,0,0,0,0,0),(1970897,30557,595,3,1,0,0,1567.33,594.131,106.816,6.10865,300,0,0,8982,0,0,0,0,0),(1970895,30555,595,3,1,0,0,1552.23,607.222,106.743,-0.628846,300,0,0,8982,0,0,0,0,0),(1970894,30554,595,3,1,0,0,1556.6,613.462,99.8785,0.549248,300,0,0,8982,0,0,0,0,0),(1970893,27737,595,3,1,0,0,2309.67,1306.52,127.604,0.471632,300,10,0,630,0,1,0,0,0),(1970892,27737,595,3,1,0,0,2291.54,1316.46,126.16,4.00079,300,10,0,630,0,1,0,0,0),(1970891,27737,595,3,1,0,0,2300.21,1337.34,124.823,5.79717,300,10,0,630,0,1,0,0,0),(1970890,27737,595,3,1,0,0,2321.17,1296.89,130.084,0.726647,300,10,0,630,0,1,0,0,0),(1970889,27737,595,3,1,0,0,2306.42,1353.43,127.095,4.46804,300,10,0,630,0,1,0,0,0),(1970888,27737,595,3,1,0,0,2570.74,1141.07,127.093,3.0507,300,10,0,630,0,1,0,0,0),(1970887,27737,595,3,1,0,0,2309.96,1370.82,128.682,3.28122,300,10,0,630,0,1,0,0,0),(1970886,27737,595,3,1,0,0,2305.03,1326.52,125.454,1.88482,300,10,0,630,0,1,0,0,0),(1970885,27737,595,3,1,0,0,2319.53,1284.53,131.669,2.37491,300,10,0,630,0,1,0,0,0),(1970884,27737,595,3,1,0,0,2292.53,1328.92,124.548,0.150979,300,10,0,630,0,1,0,0,0),(1970883,27737,595,3,1,0,0,2276.88,1332.92,124.341,2.77098,300,10,0,630,0,1,0,0,0),(1970882,27737,595,3,1,0,0,2336.01,1258.51,133.073,5.1412,300,10,0,630,0,1,0,0,0),(88570,28161,571,1,1,0,0,5199.81,4704.83,-128.299,1.70125,5,0,0,1,0,0,0,0,0),(88571,28161,571,1,1,0,0,5201.71,4702.48,-127.837,1.53589,5,0,0,1,0,0,0,0,0),(88572,28161,571,1,1,0,0,5198.13,4702.78,-127.553,1.79769,5,0,0,1,0,0,0,0,0),(88573,28161,571,1,1,0,0,5198.32,4704.38,-127.999,1.06465,5,0,0,1,0,0,0,0,0),(88574,28161,571,1,1,0,0,5201.74,4704.67,-128.475,4.55531,5,0,0,1,0,0,0,0,0),(88575,28161,571,1,1,0,0,5251.44,4508.98,-85.3043,4.30477,5,0,0,1,0,0,0,0,0),(88576,28161,571,1,1,0,0,5251.71,4511.78,-85.3294,1.64061,5,0,0,1,0,0,0,0,0),(88577,28161,571,1,1,0,0,5251.12,4509.74,-85.3294,4.88692,5,0,0,1,0,0,0,0,0),(88578,28161,571,1,1,0,0,5252.79,4509.77,-85.3252,0.785398,5,0,0,1,0,0,0,0,0),(88579,28161,571,1,1,0,0,5253.68,4511.42,-85.3276,2.35619,5,0,0,1,0,0,0,0,0),(88580,28161,571,1,1,0,0,5254.17,4514.63,-84.9657,0.40968,5,0,0,1,0,0,0,0,0),(88581,28161,571,1,1,0,0,5252.1,4514.87,-85.3263,4.36332,5,0,0,1,0,0,0,0,0),(88582,28161,571,1,1,0,0,5251.64,4513.41,-85.3294,3.49066,5,0,0,1,0,0,0,0,0),(88583,28161,571,1,1,0,0,5253.29,4513.11,-85.3294,3.03687,5,0,0,1,0,0,0,0,0),(88584,28161,571,1,1,0,0,5253.49,4514.76,-85.3133,3.71755,5,0,0,1,0,0,0,0,0),(88585,28161,571,1,1,0,0,5251.16,4518.32,-85.3019,1.59237,5,0,0,1,0,0,0,0,0),(88586,28161,571,1,1,0,0,5250.38,4516.64,-85.3257,5.044,5,0,0,1,0,0,0,0,0),(88587,28161,571,1,1,0,0,5251.16,4515.29,-85.3294,4.69494,5,0,0,1,0,0,0,0,0),(88588,28161,571,1,1,0,0,5252.27,4516.41,-85.309,0.523599,5,0,0,1,0,0,0,0,0),(88589,28161,571,1,1,0,0,5251.69,4517.86,-85.3243,4.59022,5,0,0,1,0,0,0,0,0),(88590,28161,571,1,1,0,0,5262.68,4528.74,-84.4747,4.71839,5,0,0,1,0,0,0,0,0),(88591,28161,571,1,1,0,0,5256.91,4480.62,-84.2688,4.92722,5,0,0,1,0,0,0,0,0),(88592,28161,571,1,1,0,0,5298.6,4489.71,-93.6516,6.16371,5,0,0,1,0,0,0,0,0),(88593,28161,571,1,1,0,0,5192.67,4513.66,-89.1246,1.29924,5,0,0,1,0,0,0,0,0),(88594,28161,571,1,1,0,0,5228.78,4579.8,-96.9865,0.0576659,5,0,0,1,0,0,0,0,0),(88595,28161,571,1,1,0,0,5230.25,4433.14,-96.8257,5.13569,5,0,0,1,0,0,0,0,0),(88596,28161,571,1,1,0,0,5180.04,4541.38,-97.8488,0.220864,5,0,0,1,0,0,0,0,0),(88597,28161,571,1,1,0,0,5178.56,4538.96,-97.5451,0.977107,5,0,0,1,0,0,0,0,0),(88598,28161,571,1,1,0,0,5272.98,4417.03,-96.5036,0.904443,5,0,0,1,0,0,0,0,0),(88599,28161,571,1,1,0,0,5214.51,4416.2,-96.5307,2.86228,5,0,0,1,0,0,0,0,0),(88600,28161,571,1,1,0,0,5160.12,4475,-96.9689,4.49975,5,0,0,1,0,0,0,0,0),(88601,28161,571,1,1,0,0,5263.54,4409.12,-95.8789,1.5708,5,0,0,1,0,0,0,0,0),(88602,28161,571,1,1,0,0,5234.17,4404.6,-95.1273,1.03155,5,0,0,1,0,0,0,0,0),(88603,28161,571,1,1,0,0,5297.8,4493.68,-93.6516,5.5253,5,0,0,1,0,0,0,0,0),(88604,28161,571,1,1,0,0,5260.11,4340.58,-97.6109,1.9428,5,0,0,1,0,0,0,0,0),(88605,28161,571,1,1,0,0,5208.49,4379.11,-95.4948,0.667552,5,0,0,1,0,0,0,0,0),(88606,28161,571,1,1,0,0,5172.74,4368.67,-96.2796,0.876683,5,0,0,1,0,0,0,0,0),(88607,28161,571,1,1,0,0,5223.49,4467.19,-96.7562,4.72338,5,0,0,1,0,0,0,0,0),(88608,28161,571,1,1,0,0,5220.97,4469.76,-96.7558,5.18397,5,0,0,1,0,0,0,0,0),(88609,28161,571,1,1,0,0,5221.42,4473.14,-96.7554,4.98181,5,0,0,1,0,0,0,0,0),(88610,28161,571,1,1,0,0,5221.42,4473.14,-96.7554,5.49084,5,0,0,1,0,0,0,0,0),(88611,28161,571,1,1,0,0,5221.83,4470.71,-96.5759,5.31517,5,0,0,1,0,0,0,0,0),(88612,28161,571,1,1,0,0,5151.08,4416.43,-96.3864,2.06668,5,0,0,1,0,0,0,0,0),(88613,28161,571,1,1,0,0,5281.58,4425.19,-96.7995,4.45059,5,0,0,1,0,0,0,0,0),(88614,28161,571,1,1,0,0,5257.17,4424.23,-95.6284,3.9968,5,0,0,1,0,0,0,0,0),(42161,34526,1,1,1,0,1,-1050.05,-286.727,159.114,5.95157,120,0,0,1,0,0,0,0,0),(134719,30203,571,1,2,0,0,6903.22,430.778,471.764,3.56047,300,0,0,1,0,0,0,0,0),(134720,30203,571,1,2,0,0,6881.51,391.672,471.771,1.93731,300,0,0,1,0,0,0,0,0); +INSERT INTO `creature` VALUES (134721,30203,571,1,2,0,0,6877.89,665.768,425.523,1.29154,300,0,0,1,0,0,0,0,0),(134722,30203,571,1,2,0,0,6553.27,579.069,419.185,3.90954,300,0,0,1,0,0,0,0,0),(134723,30203,571,1,2,0,0,6560.22,584.094,419.185,0.645772,300,0,0,1,0,0,0,0,0),(134724,30203,571,1,2,0,0,6747.13,456.848,419.284,1.39626,300,0,0,1,0,0,0,0,0),(134725,30203,571,1,2,0,0,7062.78,521.156,526.362,5.75959,300,0,0,1,0,0,0,0,0),(134726,30203,571,1,2,0,0,7068.11,477.927,530.313,0.558505,300,0,0,1,0,0,0,0,0),(134727,30203,571,1,2,0,0,6689.02,570.998,424.525,3.9968,300,0,0,1,0,0,0,0,0),(134728,30203,571,1,2,0,0,6745.99,449.016,419.284,4.4855,300,0,0,1,0,0,0,0,0),(134729,30203,571,1,2,0,0,6809.11,843.341,381.335,3.23154,300,0,0,1,0,2,0,0,0),(134730,30203,571,1,2,0,0,6901.58,727.055,420.546,3.24233,300,0,0,1,0,2,0,0,0),(134731,30203,571,1,2,0,0,7002.27,602.799,476.138,5.93303,300,0,0,1,0,2,0,0,0),(134732,30543,571,1,128,0,0,6879.92,493.899,467.957,1.67552,300,0,0,1,0,0,0,0,0),(134733,30543,571,1,128,0,0,6916.07,467.629,468.799,0.977384,300,0,0,1,0,0,0,0,0),(134734,30543,571,1,128,0,0,6858.02,453.902,471.767,4.7822,300,0,0,1,0,0,0,0,0),(134735,30543,571,1,128,0,0,6835.59,414.643,471.77,0.802851,300,0,0,1,0,0,0,0,0),(134736,30543,571,1,128,0,0,6903.22,430.778,471.764,3.56047,300,0,0,1,0,0,0,0,0),(134737,30543,571,1,128,0,0,6881.51,391.672,471.771,1.93731,300,0,0,1,0,0,0,0,0),(134738,30543,571,1,128,0,0,6877.89,665.768,425.523,1.29154,300,0,0,1,0,0,0,0,0),(134739,30543,571,1,128,0,0,6553.27,579.069,419.185,3.90954,300,0,0,1,0,0,0,0,0),(134740,30543,571,1,128,0,0,6560.22,584.094,419.185,0.645772,300,0,0,1,0,0,0,0,0),(134741,30543,571,1,128,0,0,6747.13,456.848,419.284,1.39626,300,0,0,1,0,0,0,0,0),(134742,30543,571,1,128,0,0,7062.78,521.156,526.362,5.75959,300,0,0,1,0,0,0,0,0),(134743,30543,571,1,128,0,0,7068.11,477.927,530.313,0.558505,300,0,0,1,0,0,0,0,0),(134744,30543,571,1,128,0,0,6689.02,570.998,424.525,3.9968,300,0,0,1,0,0,0,0,0),(134745,30543,571,1,128,0,0,6745.99,449.016,419.284,4.4855,300,0,0,1,0,0,0,0,0),(134746,30543,571,1,128,0,0,6809.11,843.341,381.335,3.23154,300,0,0,1,0,2,0,0,0),(134747,30543,571,1,128,0,0,6901.58,727.055,420.546,3.24233,300,0,0,1,0,2,0,0,0),(134748,30543,571,1,128,0,0,7002.27,602.799,476.138,5.93303,300,0,0,1,0,2,0,0,0),(134749,30202,571,1,128,0,0,6770.55,386.311,421.153,2.7317,300,5,0,1,0,1,0,0,0),(134750,30202,571,1,128,0,0,6655.04,328.894,442.276,0.929563,300,5,0,1,0,1,0,0,0),(134751,30202,571,1,128,0,0,6448.62,618.154,432.265,2.1122,300,5,0,1,0,1,0,0,0),(134752,30202,571,1,128,0,0,6471.01,562.99,438.4,3.5549,300,5,0,1,0,1,0,0,0),(134753,30202,571,1,128,0,0,6448.03,608.829,433.982,1.32629,300,5,0,1,0,1,0,0,0),(134754,30202,571,1,128,0,0,6526.88,512.588,412.274,2.77181,300,5,0,1,0,1,0,0,0),(134755,30202,571,1,128,0,0,6513.35,523.34,415.136,0.501217,300,5,0,1,0,1,0,0,0),(134756,30202,571,1,128,0,0,6556.12,636.946,408.191,1.22528,300,5,0,1,0,1,0,0,0),(134757,30202,571,1,128,0,0,6697.52,476.907,401.588,2.99677,300,5,0,1,0,1,0,0,0),(134758,30202,571,1,128,0,0,6704.82,441.489,406.499,3.35221,300,5,0,1,0,1,0,0,0),(134759,30202,571,1,128,0,0,6723.74,417.997,412.953,4.18409,300,5,0,1,0,1,0,0,0),(134760,30202,571,1,128,0,0,6644.93,422.78,401.853,3.19711,300,5,0,1,0,1,0,0,0),(134761,30202,571,1,128,0,0,6654.72,492.468,398.206,2.81552,300,5,0,1,0,1,0,0,0),(134762,30202,571,1,128,0,0,6630.65,458.047,398.995,5.84132,300,5,0,1,0,1,0,0,0),(134763,30202,571,1,128,0,0,6661.41,584.323,408.676,0.785398,300,5,0,1,0,1,0,0,0),(134764,30202,571,1,128,0,0,6518.07,616.422,410.051,2.1325,300,5,0,1,0,1,0,0,0),(134765,30202,571,1,128,0,0,6514.78,664.2,399.383,0.291176,300,5,0,1,0,1,0,0,0),(134766,30202,571,1,128,0,0,6563.32,539.29,404.559,0.919091,300,5,0,1,0,1,0,0,0),(134767,30202,571,1,128,0,0,6617.92,519.797,396.795,1.55615,300,5,0,1,0,1,0,0,0),(134768,30202,571,1,128,0,0,6643.92,633.926,404.904,1.84373,300,5,0,1,0,1,0,0,0),(134769,30202,571,1,128,0,0,6592.97,620.213,408.135,1.80125,300,5,0,1,0,1,0,0,0),(134770,30202,571,1,128,0,0,6707.83,535.834,405.493,5.84095,300,5,0,1,0,1,0,0,0),(134771,30202,571,1,128,0,0,6758.07,512.831,410.903,2.78648,300,5,0,1,0,1,0,0,0),(134772,30202,571,1,128,0,0,6764.6,535.115,415.201,3.48219,300,5,0,1,0,1,0,0,0),(134773,30202,571,1,128,0,0,6669.68,527.603,401.525,5.13205,300,5,0,1,0,1,0,0,0),(134774,30202,571,1,128,0,0,6613,590.876,403.789,2.88047,300,5,0,1,0,1,0,0,0),(134775,30202,571,1,128,0,0,6545.45,535.57,407.359,1.50529,300,5,0,1,0,1,0,0,0),(134776,30202,571,1,128,0,0,6623.12,684.658,405.968,4.4761,300,5,0,1,0,1,0,0,0),(134777,30202,571,1,128,0,0,6584.43,679.969,406.644,2.11574,300,5,0,1,0,1,0,0,0),(134778,30202,571,1,128,0,0,6576.55,460.06,408.104,0.763302,300,5,0,1,0,1,0,0,0),(134779,30202,571,1,128,0,0,6606.58,489.339,398.158,5.60417,300,5,0,1,0,1,0,0,0),(134780,30202,571,1,128,0,0,6563.66,505.381,403.489,0.430917,300,5,0,1,0,1,0,0,0),(134781,30202,571,1,128,0,0,6579.71,401.572,416.112,6.10437,300,5,0,1,0,1,0,0,0),(134782,30202,571,1,128,0,0,6632.51,382.456,412.855,5.91518,300,5,0,1,0,1,0,0,0),(134783,30202,571,1,128,0,0,6721.48,346.299,424.582,5.91108,300,5,0,1,0,1,0,0,0),(134784,30202,571,1,128,0,0,6657.63,385.761,411.832,2.05191,300,5,0,1,0,1,0,0,0),(134785,30202,571,1,128,0,0,6709.57,384.33,414.698,3.57468,300,5,0,1,0,1,0,0,0),(134786,30202,571,1,128,0,0,6722.58,492.852,405.603,5.6035,300,5,0,1,0,1,0,0,0),(134787,30544,571,1,2,0,0,6962.62,734.955,445.296,4.4855,300,0,0,1,0,0,0,0,0),(134788,30544,571,1,2,0,0,7056.29,572.491,497.073,2.23402,300,0,0,1,0,0,0,0,0),(134789,30544,571,1,2,0,0,7005.75,714.752,468.614,3.07178,300,0,0,1,0,0,0,0,0),(134790,30544,571,1,2,0,0,6809.11,843.341,381.335,5.7554,300,0,0,1,0,0,0,0,0),(134791,30544,571,1,2,0,0,6437.59,604.262,439.155,0.369627,300,0,0,1,0,2,0,0,0),(134793,30544,571,1,2,0,0,7002.27,602.799,476.138,5.7192,300,0,0,1,0,0,0,0,0),(134794,30541,571,1,128,0,0,6962.62,734.955,445.296,4.4855,300,0,0,1,0,0,0,0,0),(134795,30541,571,1,128,0,0,7056.29,572.491,497.073,2.23402,300,0,0,1,0,0,0,0,0),(134796,30541,571,1,128,0,0,7005.75,714.752,468.614,3.07178,300,0,0,1,0,0,0,0,0),(134797,30541,571,1,128,0,0,6760.42,515.039,411.837,3.66099,300,0,0,1,0,2,0,0,0),(134798,30541,571,1,128,0,0,6809.11,843.341,381.335,5.7554,300,0,0,1,0,0,0,0,0),(134799,30541,571,1,128,0,0,7002.27,602.799,476.138,5.7192,300,0,0,1,0,0,0,0,0),(134800,30541,571,1,128,0,0,6769.89,628.623,425.97,-1.65443,300,0,0,1,0,2,0,0,0),(134801,30541,571,1,128,0,0,6697.87,429.598,406.569,1.77104,300,0,0,1,0,2,0,0,0),(134802,30541,571,1,128,0,0,6437.59,604.262,439.155,0.369627,300,0,0,1,0,2,0,0,0),(134803,30541,571,1,128,0,0,6622.62,585.661,402.875,5.61246,300,0,0,1,0,2,0,0,0),(134804,30541,571,1,128,0,0,6710.23,685.938,408.296,3.24837,300,0,0,1,0,2,0,0,0),(134805,30541,571,1,128,0,0,6575.6,465.094,407.446,2.69257,300,0,0,1,0,2,0,0,0),(134806,30541,571,1,128,0,0,6641.92,396.595,408.673,2.55359,300,0,0,1,0,2,0,0,0),(134807,30482,571,1,128,0,0,7059.52,455.611,581.574,3.35148,300,0,0,1,0,2,0,0,0),(134808,30482,571,1,128,0,0,7009.05,544.408,610.468,3.23607,300,0,0,1,0,2,0,0,0),(134809,30482,571,1,128,0,0,6804.5,702.568,436.191,0.0303077,300,0,0,1,0,2,0,0,0),(134810,30482,571,1,128,0,0,6799.31,642.302,459.819,3.88908,300,0,0,1,0,2,0,0,0),(134811,30482,571,1,128,0,0,6753.66,410.408,446.625,3.19529,300,0,0,1,0,2,0,0,0),(134812,30482,571,1,128,0,0,6597.14,566.743,445.037,1.40898,300,0,0,1,0,2,0,0,0),(134813,30482,571,1,128,0,0,6596.2,564.031,445.111,4.27718,300,0,0,1,0,2,0,0,0),(134814,30482,571,1,128,0,0,6559.29,413.281,462.263,6.13325,300,0,0,1,0,2,0,0,0),(134815,30333,571,1,2,0,0,6150.52,147.111,372.771,0.19799,300,7,0,1,0,1,0,0,0),(134816,30333,571,1,2,0,0,6212.45,130.205,377.827,0.65745,300,7,0,1,0,1,0,0,0),(134817,30333,571,1,2,0,0,6110.95,83.3647,371.154,1.23079,300,7,0,1,0,1,0,0,0),(134818,30333,571,1,2,0,0,6047.24,178.537,353.744,5.32271,300,7,0,1,0,1,0,0,0),(134819,30333,571,1,2,0,0,6182.75,199.942,380.135,4.99677,300,7,0,1,0,1,0,0,0),(134820,30333,571,1,2,0,0,6219.04,236.114,388.062,5.13421,300,7,0,1,0,1,0,0,0),(134821,30333,571,1,2,0,0,6421.11,188.233,395.622,2.24787,300,7,0,1,0,1,0,0,0),(134822,30333,571,1,2,0,0,6351.04,91.0497,392.078,1.96905,300,7,0,1,0,1,0,0,0),(134823,30333,571,1,2,0,0,6264.5,147.837,383.336,2.34604,300,7,0,1,0,1,0,0,0),(134824,30205,571,1,2,0,0,6278.39,199.643,385.989,5.37753,300,0,0,1,0,0,0,0,0),(134825,30205,571,1,2,0,0,6229.35,133.399,379.962,3.75961,300,0,0,1,0,0,0,0,0),(134826,30205,571,1,2,0,0,6087.06,136.313,367.117,4.82775,300,0,0,1,0,0,0,0,0),(134827,30205,571,1,2,0,0,6127.61,172.506,370.653,6.19042,300,0,0,1,0,0,0,0,0),(134828,30205,571,1,2,0,0,6149.88,220.21,379.919,5.36103,300,0,0,1,0,0,0,0,0),(134829,30205,571,1,2,0,0,6422.21,148.303,395.89,1.96418,300,0,0,1,0,0,0,0,0),(134830,30205,571,1,2,0,0,6375.82,81.6361,394.968,2.33725,300,0,0,1,0,0,0,0,0),(134831,30205,571,1,2,0,0,6333.33,29.0626,389.581,1.50865,300,0,0,1,0,0,0,0,0),(134832,30205,571,1,2,0,0,6130.47,172.082,370.963,5.69578,300,0,0,1,0,0,0,0,0),(77833,21195,530,1,1,0,0,-2486.92,1326.49,64.4239,5.31872,300,5,0,6116,0,1,0,0,0),(77832,21195,530,1,1,0,0,-2506.78,1190.22,55.9496,4.15084,300,5,0,6116,0,1,0,0,0),(42569,27714,571,1,1,25331,0,3665.61,-1209.41,102.42,4.20624,120,0,0,8982,0,0,0,0,0),(42570,27714,571,1,1,25331,0,3660.56,-1207.09,102.42,4.29351,120,0,0,8982,0,0,0,0,0),(42663,27714,571,1,1,25331,0,3677.01,-1174.46,102.337,1.16937,120,0,0,8982,0,0,0,0,0),(42664,27714,571,1,1,25331,0,3682.87,-1177.18,102.476,1.16937,120,0,0,8982,0,0,0,0,0),(42879,25378,571,1,3,0,1,4121.24,3708.38,92.6653,1.86447,180,0,0,1,0,0,0,0,0),(42878,25378,571,1,3,0,1,4133.34,3743.31,92.6702,3.47429,180,0,0,1,0,0,0,0,0),(42877,25378,571,1,3,0,1,4101.93,3761.12,92.6647,4.90959,180,0,0,1,0,0,0,0,0),(42572,30469,571,1,1,0,1,7620.37,-1609.42,969.651,0.767944,120,0,0,12600,0,0,0,0,0),(85656,23118,530,1,1,0,0,2764.71,7024.45,370.203,0,300,0,0,42,0,0,0,33554432,0),(42613,28114,571,1,1,0,1,6165,5092.98,-97.2936,0.750492,120,0,0,117700,3809,0,0,0,0),(42887,28013,571,1,1,0,0,2488.86,-400.017,19.0803,2.99498,300,0,0,42,0,0,0,33554432,0),(42888,28013,571,1,1,0,0,2458.96,-401.066,20.7778,0.108631,300,0,0,42,0,0,0,33554432,0),(138125,17398,542,3,1,0,1,345.078,202.309,11.6826,4.90708,86400,0,0,6963,0,0,0,0,0),(138124,17398,542,3,1,0,1,314.478,195.642,11.6815,5.01966,86400,0,0,6963,0,0,0,0,0),(138123,17381,542,3,1,0,0,327.17,137.816,9.61546,4.72121,86400,0,0,38722,0,0,0,0,0),(138196,17370,542,3,1,0,1,372.443,187.252,9.59815,3.08144,86400,0,0,14958,0,2,0,0,0),(138193,17491,542,3,1,0,1,301.987,172.031,9.61921,0.398146,86400,0,0,7479,0,0,0,0,0),(138195,17370,542,3,1,0,1,372.443,191.252,9.59815,3.3214,86400,0,0,14958,0,2,0,0,0),(138186,17626,542,3,1,0,1,343.075,57.8455,9.6156,0,86400,0,0,14958,0,0,0,0,0),(138187,17624,542,3,1,0,1,327.255,54.8455,9.61645,0,86400,0,0,16023,0,2,0,0,0),(138121,17414,542,3,1,0,1,352.426,85.7746,9.6222,6.27838,86400,0,0,10472,5875,0,0,0,0),(138190,17414,542,3,1,0,1,346.54,96.449,9.6201,2.21792,86400,0,0,10472,5875,0,0,0,0),(138122,17414,542,3,1,0,1,302.425,61.1739,9.61642,3.14962,86400,0,0,10472,5875,0,0,0,0),(138185,17414,542,3,1,0,1,328.075,76.9842,9.61402,5.19851,86400,0,0,10472,5875,0,0,0,0),(138239,17477,542,3,1,0,0,433.797,-90.9604,9.62448,1.93317,86400,0,0,4126,9944,0,0,0,0),(138247,18894,542,3,1,0,1,355.299,-163.451,-25.5338,6.16881,86400,0,0,14958,0,0,0,0,0),(138244,17477,542,3,1,0,0,423.255,-96.3954,9.61869,1.21688,86400,0,0,4126,9944,0,0,0,0),(138172,17626,542,3,1,0,1,279.674,1.44232,8.11077,3.8723,86400,0,0,14958,0,0,0,0,0),(138170,17626,542,3,1,0,1,250.468,-24.7817,6.95538,4.23202,86400,0,0,14958,0,0,0,0,0),(138156,17397,542,3,1,0,0,29.672,-80.5135,-40.787,4.36738,86400,0,0,11965,2486,0,0,0,0),(138150,17397,542,3,1,0,0,-12.9018,-81.3588,-41.3358,5.36252,86400,0,0,11965,2486,0,0,0,0),(138153,17397,542,3,1,0,0,6.99569,-89.3037,-41.3305,1.28394,86400,0,0,11965,2486,0,0,0,0),(138151,17397,542,3,1,0,0,-9.04048,-88.5931,-41.3341,1.99081,86400,0,0,11965,2486,0,0,0,0),(138155,17477,542,3,1,0,0,8.90866,-85.0585,-41.3294,1.02944,86400,0,0,4126,9944,0,0,0,0),(138154,17397,542,3,1,0,0,10.3856,-81.342,-41.3294,4.24882,86400,0,0,11965,2486,0,0,0,0),(138115,17380,542,3,1,0,0,455.336,-1.82919,9.6299,1.43117,86400,0,0,30960,18468,0,0,0,0),(138114,17370,542,3,1,0,1,7.83757,-54.6224,-41.258,1.62316,86400,0,0,14958,0,0,0,0,0),(138113,17370,542,3,1,0,1,-4.06964,-56.7616,-41.258,1.41372,86400,0,0,14958,0,0,0,0,0),(138112,17370,542,3,1,0,1,49.3209,-93.3478,-40.1855,2.86234,86400,0,0,14958,0,0,0,0,0),(138111,17370,542,3,1,0,1,49.2232,-75.6242,-40.1856,2.98451,86400,0,0,14958,0,0,0,0,0),(138110,17256,542,3,1,0,1,369.461,-118.757,-137.368,2.54818,86400,0,0,152964,1016100,0,0,0,0),(138109,17256,542,3,1,0,1,369.15,-55.5658,-137.368,3.71755,86400,0,0,152964,1016100,0,0,0,0),(138108,17256,542,3,1,0,1,307.784,-31.8502,-137.368,4.95674,86400,0,0,152964,1016100,0,0,0,0),(138107,17256,542,3,1,0,1,274.133,-87.1647,-137.368,0.017453,86400,0,0,152964,1016100,0,0,0,0),(138106,17256,542,3,1,0,1,308.203,-141.769,-137.368,1.36136,86400,0,0,152964,1016100,0,0,0,0),(85657,23119,530,1,1,0,0,2764.71,7024.45,370.203,0,300,0,0,6986,0,0,0,33554432,0),(85658,23118,530,1,1,0,0,2786.61,7036.28,370.686,0,300,0,0,42,0,0,0,33554432,0),(85659,23119,530,1,1,0,0,2786.61,7036.28,370.686,0,300,0,0,6986,0,0,0,33554432,0),(85660,23118,530,1,1,0,0,2824.71,7044.79,369.877,0,300,0,0,42,0,0,0,33554432,0),(85661,23119,530,1,1,0,0,2824.71,7044.79,369.877,0,300,0,0,6986,0,0,0,33554432,0),(85662,23076,530,1,1,0,0,2775.81,7030.75,370.337,1.85606,300,0,0,22140,0,0,0,0,0),(85663,23076,530,1,1,0,0,2933.28,7103.93,369.209,2.58129,300,0,0,21543,0,0,0,0,0),(85664,23119,530,1,1,0,0,2940.82,7107.17,370.115,4.65944,300,0,0,6986,0,0,0,33554432,0),(85665,23118,530,1,1,0,0,2940.82,7107.17,370.115,4.65944,300,0,0,42,0,0,0,33554432,0),(85666,23118,530,1,1,0,0,2825.11,7024.05,369.982,5.69617,300,0,0,42,0,0,0,33554432,0),(85667,23119,530,1,1,0,0,2825.11,7024.05,369.982,5.69617,300,0,0,6986,0,0,0,33554432,0),(85668,23076,530,1,1,0,0,2834.14,7018.43,368.459,5.42992,300,0,0,21543,0,0,0,0,0),(85669,23119,530,1,1,0,0,2938.84,7094.48,371.493,0.242375,300,0,0,6986,0,0,0,33554432,0),(85670,23118,530,1,1,0,0,2938.84,7094.48,371.493,0.242375,300,0,0,42,0,0,0,33554432,0),(85671,23076,530,1,1,0,0,2925.49,7021.72,367.007,3.59446,300,0,0,22140,0,0,0,0,0),(85672,23119,530,1,1,0,0,2924.84,7031.46,367.857,4.26205,300,0,0,6986,0,0,0,33554432,0),(85673,23118,530,1,1,0,0,2924.84,7031.46,367.857,4.26205,300,0,0,42,0,0,0,33554432,0),(85674,23119,530,1,1,0,0,2938.02,7015.59,366.54,3.65778,300,0,0,6986,0,0,0,33554432,0),(85675,23118,530,1,1,0,0,2938.02,7015.59,366.54,3.65778,300,0,0,42,0,0,0,33554432,0),(85676,23076,530,1,1,0,0,2994.48,7039.91,369.42,5.26077,300,0,0,22140,0,0,0,0,0),(85677,23119,530,1,1,0,0,2998.57,7043.55,368.539,5.91266,300,0,0,6986,0,0,0,33554432,0),(85678,23118,530,1,1,0,0,2998.57,7043.55,368.539,5.91266,300,0,0,42,0,0,0,33554432,0),(85679,23119,530,1,1,0,0,2982,7054.94,368.82,4.99766,300,0,0,6986,0,0,0,33554432,0),(85680,23118,530,1,1,0,0,2982,7054.94,368.82,4.99766,300,0,0,42,0,0,0,33554432,0),(85681,23076,530,1,1,0,0,2982.59,6886.5,370.082,0.831123,300,0,0,22140,0,0,0,0,0),(85682,23118,530,1,1,0,0,2978.74,6889.12,371.288,0.897875,300,0,0,42,0,0,0,33554432,0),(85683,23119,530,1,1,0,0,2978.74,6889.12,371.288,0.897875,300,0,0,6986,0,0,0,33554432,0),(85684,23118,530,1,1,0,0,2941.56,6827.17,367.3,4.54054,300,0,0,42,0,0,0,33554432,0),(85685,23119,530,1,1,0,0,2941.56,6827.17,367.3,4.54054,300,0,0,6986,0,0,0,33554432,0),(85686,23076,530,1,1,0,0,2938.19,6818.01,366.959,3.31926,300,0,0,21543,0,0,0,0,0),(85687,23076,530,1,1,0,0,2946.3,6875.71,370.04,3.2148,300,0,0,22140,0,0,0,0,0),(85688,23118,530,1,1,0,0,2953.55,6859.3,369.954,6.14433,300,0,0,42,0,0,0,33554432,0),(85689,23119,530,1,1,0,0,2953.55,6859.3,369.954,6.14433,300,0,0,6986,0,0,0,33554432,0),(85690,23119,530,1,1,0,0,3023.13,6799.74,374.46,1.58666,300,0,0,6986,0,0,0,33554432,0),(85691,23118,530,1,1,0,0,3023.13,6799.74,374.46,1.58666,300,0,0,42,0,0,0,33554432,0),(85692,23076,530,1,1,0,0,3028.22,6807.09,374.075,5.94641,300,0,0,22140,0,0,0,0,0),(85693,23118,530,1,1,0,0,3028.3,6824.84,373.591,5.0275,300,0,0,42,0,0,0,33554432,0),(85694,23119,530,1,1,0,0,3028.3,6824.84,373.591,5.0275,300,0,0,6986,0,0,0,33554432,0),(85695,23119,530,1,1,0,0,3022.15,6859.05,369.546,3.44885,300,0,0,6986,0,0,0,33554432,0),(85696,23118,530,1,1,0,0,3022.15,6859.05,369.546,3.44885,300,0,0,42,0,0,0,33554432,0),(85697,23076,530,1,1,0,0,3022.21,6864.61,369.93,0.100696,300,0,0,22140,0,0,0,0,0),(85698,23118,530,1,1,0,0,3016.28,6876.11,370.188,3.47791,300,0,0,42,0,0,0,33554432,0),(85699,23119,530,1,1,0,0,3016.28,6876.11,370.188,3.47791,300,0,0,6986,0,0,0,33554432,0),(85700,23076,530,1,1,0,0,2816.74,7057.61,369.779,1.4555,300,0,0,21543,0,0,0,0,0),(42575,12339,0,1,1,0,0,1567.16,-5611,114.19,1.084,900,0,1,26412,35250,2,0,0,0),(77822,21347,530,1,1,0,0,-2500.36,1166.03,53.6379,0,120,0,0,1,0,0,0,0,0),(77823,21347,530,1,1,0,0,-2518.07,1180.51,65.2233,0,120,0,0,1,0,0,0,0,0),(77824,21347,530,1,1,0,0,-2484.53,1316.01,58.4841,0,120,0,0,1,0,0,0,0,0),(77825,21347,530,1,1,0,0,-2466.42,1332.32,49.333,0,120,0,0,1,0,0,0,0,0),(77826,21347,530,1,1,0,0,-2465.77,1299.31,43.5017,0,120,0,0,1,0,0,0,0,0),(77827,21347,530,1,1,0,0,-2482.97,1215.31,41.9167,0,120,0,0,1,0,0,0,0,0),(77828,21347,530,1,1,0,0,-2550.58,1149.35,77.8426,0,120,0,0,1,0,0,0,0,0),(77829,21347,530,1,1,0,0,-2566.65,1166.04,76.1883,0,120,0,0,1,0,0,0,0,0),(77830,21347,530,1,1,0,0,-2566.53,1200.37,77.7911,0,120,0,0,1,0,0,0,0,0),(132099,31292,571,1,2,0,0,4877.27,1396.35,196.93,0.331613,120,0,0,1,0,0,0,0,0),(132100,31292,571,1,2,0,0,4891.05,1415.1,203.786,3.40339,120,0,0,1,0,0,0,0,0),(132101,31292,571,1,2,0,0,4854.96,1403.07,193.146,2.79253,120,0,0,1,0,0,0,0,0),(132102,31292,571,1,2,0,0,4806.51,1352.57,177.811,4.5204,120,0,0,1,0,0,0,0,0),(132103,31292,571,1,2,0,0,4903.38,1452.21,211.941,4.2237,120,0,0,1,0,0,0,0,0),(132104,31292,571,1,2,0,0,4869.45,1468.44,209.657,4.66003,120,0,0,1,0,0,0,0,0),(132105,31292,571,1,2,0,0,4865.57,1475.44,209.657,3.4383,120,0,0,1,0,0,0,0,0),(132106,31292,571,1,2,0,0,4850.11,1476.33,209.657,0.0872665,120,0,0,1,0,0,0,0,0),(132107,31292,571,1,2,0,0,4908.86,1484.19,216.137,5.70723,120,0,0,1,0,0,0,0,0),(132108,31292,571,1,2,0,0,4814.86,1428.2,195.648,4.36332,120,0,0,1,0,0,0,0,0),(132109,31292,571,1,2,0,0,4881.1,1509.47,212.849,3.59538,120,0,0,1,0,0,0,0,0),(132110,31292,571,1,2,0,0,4804.27,1418.21,193.143,2.93215,120,0,0,1,0,0,0,0,0),(132111,31292,571,1,2,0,0,4806.4,1468.88,193.035,3.26377,120,0,0,1,0,0,0,0,0),(132112,31292,571,1,2,0,0,4907.14,1523.7,219.629,0.0872665,120,0,0,1,0,0,0,0,0),(132113,31292,571,1,2,0,0,4786.06,1420.03,193.035,5.28835,120,0,0,1,0,0,0,0,0),(132114,31292,571,1,2,0,0,4833.67,1526.14,214.129,0.0698132,120,0,0,1,0,0,0,0,0),(132115,31292,571,1,2,0,0,4917.42,1531.89,222.61,6.17846,120,0,0,1,0,0,0,0,0),(132116,31292,571,1,2,0,0,4761.26,1368.3,178.994,1.46608,120,0,0,1,0,0,0,0,0),(132117,31292,571,1,2,0,0,4783.71,1333.14,172.518,0.837758,120,0,0,1,0,0,0,0,0),(132118,31293,571,1,2,0,0,4806.84,1393.39,193.035,3.735,120,0,0,1,0,0,0,0,0),(132119,31293,571,1,2,0,0,4841.27,1541.91,219.315,1.06465,120,0,0,1,0,0,0,0,0),(132120,31293,571,1,2,0,0,4837.18,1389.15,193.035,4.59022,120,0,0,1,0,0,0,0,0),(132121,31293,571,1,2,0,0,4859.15,1419.09,193.035,2.67035,120,0,0,1,0,0,0,0,0),(132122,31293,571,1,2,0,0,4823.46,1391.16,193.035,5.20108,120,0,0,1,0,0,0,0,0),(132123,31293,571,1,2,0,0,4856.67,1389.39,193.85,4.50295,120,0,0,1,0,0,0,0,0),(132124,31293,571,1,2,0,0,4876.15,1402.94,196.794,2.77507,120,0,0,1,0,0,0,0,0),(132125,31293,571,1,2,0,0,4873.23,1453.22,209.657,4.76475,120,0,0,1,0,0,0,0,0),(132126,31293,571,1,2,0,0,4824.77,1425.16,195.648,4.93928,120,0,0,1,0,0,0,0,0),(132127,31293,571,1,2,0,0,4846.87,1446.99,207.128,0.698132,120,0,0,1,0,0,0,0,0),(132128,31293,571,1,2,0,0,4830.03,1436,197.69,0.523599,120,0,0,1,0,0,0,0,0),(132129,31293,571,1,2,0,0,4857.19,1462.83,209.657,2.75762,120,0,0,1,0,0,0,0,0),(132130,31293,571,1,2,0,0,4782.91,1344.62,174.218,5.044,120,0,0,1,0,0,0,0,0),(132131,31293,571,1,2,0,0,4828.28,1450.93,202.297,1.01229,120,0,0,1,0,0,0,0,0),(132132,31293,571,1,2,0,0,4786.12,1405.73,193.179,5.79449,120,0,0,1,0,0,0,0,0),(132133,31293,571,1,2,0,0,4779.77,1390.74,187.959,4.88692,120,0,0,1,0,0,0,0,0),(132134,31293,571,1,2,0,0,4792.56,1435.47,193.046,1.65806,120,0,0,1,0,0,0,0,0),(132135,31293,571,1,2,0,0,4916.56,1487.12,220.103,5.3058,120,0,0,1,0,0,0,0,0),(132136,31293,571,1,2,0,0,4922.14,1497.21,221.541,4.38078,120,0,0,1,0,0,0,0,0),(132137,31293,571,1,2,0,0,4748.54,1397.65,180.762,5.55015,120,0,0,1,0,0,0,0,0),(132138,31293,571,1,2,0,0,4828.43,1497.15,209.657,5.37561,120,0,0,1,0,0,0,0,0),(132139,31293,571,1,2,0,0,4749.81,1411.69,182.592,3.29867,120,0,0,1,0,0,0,0,0),(132140,31293,571,1,2,0,0,4738.8,1371.47,175.492,2.37365,120,0,0,1,0,0,0,0,0),(132141,31293,571,1,2,0,0,4886.75,1523.8,215.939,5.35816,120,0,0,1,0,0,0,0,0),(132142,31293,571,1,2,0,0,4837.77,1520.02,212.478,0.680678,120,0,0,1,0,0,0,0,0),(132143,31293,571,1,2,0,0,4824.3,1524,213.313,2.82743,120,0,0,1,0,0,0,0,0),(132144,31294,571,1,2,0,1,4830.87,1392.48,193.035,2.68781,120,0,0,1,0,0,0,0,0),(132145,31294,571,1,2,0,1,4828.95,1409.09,193.284,1.06465,120,0,0,1,0,0,0,0,0),(132146,31294,571,1,2,0,1,4815.37,1395.43,193.035,5.53269,120,0,0,1,0,0,0,0,0),(132147,31294,571,1,2,0,1,4794.25,1394.42,193.179,6.03884,120,0,0,1,0,0,0,0,0),(132148,31294,571,1,2,0,1,4802.3,1399.7,193.035,3.35103,120,0,0,1,0,0,0,0,0),(132149,31294,571,1,2,0,1,4830.45,1444.03,200.622,5.41052,120,0,0,1,0,0,0,0,0),(132150,31294,571,1,2,0,1,4768.52,1380.42,180.609,3.71755,120,0,0,1,0,0,0,0,0),(132151,31294,571,1,2,0,1,4768.48,1329.13,170.671,0.244346,120,0,0,1,0,0,0,0,0),(132152,31294,571,1,2,0,1,4793.61,1318.2,166.561,0.890118,120,0,0,1,0,0,0,0,0),(132153,31294,571,1,2,0,1,4744.75,1339.04,165.51,5.21853,120,0,0,1,0,0,0,0,0),(132154,31295,571,1,2,0,1,4849.04,1415.04,193.035,4.46804,120,0,0,1,0,0,0,0,0),(132155,31295,571,1,2,0,1,4817.01,1407.06,193.044,3.03687,120,0,0,1,0,0,0,0,0),(132156,31295,571,1,2,0,1,4865.91,1465.05,209.657,3.75246,120,0,0,1,0,0,0,0,0),(132157,31295,571,1,2,0,1,4851.48,1458.09,209.833,2.77507,120,0,0,1,0,0,0,0,0),(132158,31295,571,1,2,0,1,4795.95,1342.79,173.911,1.8675,120,0,0,1,0,0,0,0,0),(132159,31295,571,1,2,0,1,4737.46,1326.97,160.563,3.00197,120,0,0,1,0,0,0,0,0),(132160,31296,571,1,2,0,1,4852.96,1470.13,209.657,0.0872665,120,0,0,1,0,0,0,0,0),(132161,31296,571,1,2,0,1,4817.94,1436.59,195.648,4.55531,120,0,0,1,0,0,0,0,0),(132162,31296,571,1,2,0,1,4728.73,1359.01,170.96,3.40339,120,0,0,1,0,0,0,0,0),(132163,31297,571,1,2,0,1,4797.59,1448.58,193.035,3.52556,120,0,0,1,0,0,0,0,0),(132164,31297,571,1,2,0,1,4795.81,1415.63,193.035,1.13446,120,0,0,1,0,0,0,0,0),(132165,31297,571,1,2,0,1,4769.27,1367.56,178.994,5.93412,120,0,0,1,0,0,0,0,0),(132166,31297,571,1,2,0,1,4759.77,1375.65,178.994,5.044,120,0,0,1,0,0,0,0,0),(132167,31297,571,1,2,0,1,4741.74,1377.74,176.007,4.72984,120,0,0,1,0,0,0,0,0),(132168,31297,571,1,2,0,1,4747.38,1362.79,174.599,0.802851,120,0,0,1,0,0,0,0,0),(132169,31297,571,1,2,0,1,4713.24,1322.76,157.886,0.366519,120,0,0,1,0,0,0,0,0),(132170,31298,571,1,2,0,0,4843.44,1461.77,209.833,0.366519,120,0,0,1,0,0,0,0,0),(132171,31298,571,1,2,0,0,4834.15,1451.85,204.576,3.05433,120,0,0,1,0,0,0,0,0),(132172,31298,571,1,2,0,0,4842.91,1472.4,209.657,2.1293,120,0,0,1,0,0,0,0,0),(132173,31298,571,1,2,0,0,4786.14,1428.75,193.035,3.49066,120,0,0,1,0,0,0,0,0),(132174,31298,571,1,2,0,0,4776.41,1372.42,180.503,5.72468,120,0,0,1,0,0,0,0,0),(132175,31298,571,1,2,0,0,4738.45,1334.16,163.061,1.43117,120,0,0,1,0,0,0,0,0),(132176,31298,571,1,2,0,0,4718.74,1328.1,159.964,5.41052,120,0,0,1,0,0,0,0,0),(132177,31328,571,1,2,0,0,4740.34,1311.95,157.405,3.35298,120,0,0,1,0,0,0,0,0),(132178,31299,571,1,2,0,1,4809.04,1403.15,193.035,1.78024,120,0,0,1,0,0,0,0,0),(132179,31299,571,1,2,0,1,4794.85,1401.51,193.179,4.2237,120,0,0,1,0,0,0,0,0),(132180,31299,571,1,2,0,1,4787.43,1445.67,193.035,2.9147,120,0,0,1,0,0,0,0,0),(132181,31299,571,1,2,0,1,4768.88,1388.27,183.442,1.46608,120,0,0,1,0,0,0,0,0),(132182,31299,571,1,2,0,1,4752.26,1347.16,170.366,4.67748,120,0,0,1,0,0,0,0,0),(132183,31308,571,1,2,0,0,4869.77,1529.76,217.038,1.72788,120,0,0,1,0,0,0,0,0),(132184,31308,571,1,2,0,0,4792.6,1459.01,193.035,4.90438,120,0,0,1,0,0,0,0,0),(132185,31308,571,1,2,0,0,4781.22,1443.94,193.035,3.9968,120,0,0,1,0,0,0,0,0),(132186,31308,571,1,2,0,0,4862.37,1561.02,224.506,0.10472,120,0,0,1,0,0,0,0,0),(132187,31308,571,1,2,0,0,4883.59,1474.88,209.66,1.11701,120,0,0,1,0,0,0,0,0),(132188,31309,571,1,2,0,0,4836.27,1413.93,193.357,0.610865,120,0,0,1,0,0,0,0,0),(132189,31309,571,1,2,0,0,4901.72,1508.32,216.348,5.93412,120,0,0,1,0,0,0,0,0),(132190,31309,571,1,2,0,0,4936.82,1491.54,226.006,0.715585,120,0,0,1,0,0,0,0,0),(132191,31309,571,1,2,0,0,4862.21,1552.97,223.624,4.76475,120,0,0,1,0,0,0,0,0),(132192,31309,571,1,2,0,0,4894.37,1462.8,209.862,5.68977,120,0,0,1,0,0,0,0,0),(132193,31333,571,1,2,0,0,4855.18,1472.17,209.657,0.907571,120,0,0,1,0,0,0,0,0),(132194,31334,571,1,2,0,0,4885.18,1456.16,209.715,1.8326,120,0,0,1,0,0,0,0,0),(1971386,24137,574,3,1,0,1,180.156,-77.6579,14.1739,3.46037,300,0,0,4399,0,0,0,0,0),(42639,40091,724,15,32,0,0,3113.71,533.538,72.9687,1.93672,1209600,0,0,1,0,2,0,0,0),(42651,40081,724,15,32,0,0,3153.75,533.188,72.9721,0,1209600,0,0,1,0,0,0,0,0),(85179,36209,571,1,1,0,0,4068.82,-3811,223.4,0,120,0,0,1,0,0,0,0,0),(85180,36209,571,1,1,0,0,4073.2,-3734.35,222.663,0,120,0,0,1,0,0,0,0,0),(85181,36209,571,1,1,0,0,3923.11,-3763.97,165.362,0,120,0,0,1,0,0,0,0,0),(85182,34387,571,1,1,0,1,4181.48,-461.453,120.728,1.3981,120,0,0,1,0,0,0,0,0),(85183,34386,571,1,1,0,0,4121,-329.486,121.444,0.299253,120,0,0,1,0,0,0,0,0),(85184,34490,571,1,1,0,0,3325.19,1026.45,138.171,2.06218,120,0,0,1,0,0,0,0,0),(85185,34489,571,1,1,0,0,4382.5,6066.2,0.724562,3.57189,120,0,0,1,0,0,0,0,0),(85186,34381,571,1,1,0,0,4022.67,-3777.68,115.444,4.85702,120,0,0,1,0,0,0,0,0),(85187,22838,530,1,1,0,0,-2075.76,8559.34,23.027,4.85702,120,0,0,1,0,0,0,0,0),(85188,22866,530,1,1,0,0,9506.09,-7329.31,14.3973,0,120,0,0,1,0,0,0,0,0),(85189,22831,530,1,1,0,0,-3320.86,4925.1,-101.1,0,120,0,0,1,0,0,0,0,0),(85190,22829,530,1,1,0,0,203.587,8550.11,22.3256,0,120,0,0,1,0,0,0,0,0),(85191,22839,530,1,1,0,0,-781.294,6943.52,33.3344,0,120,0,0,1,0,0,0,0,0),(74955,31314,571,1,175,0,0,6868.48,3579.73,736.148,2.94961,120,0,0,1,0,0,0,0,0),(74954,31314,571,1,175,0,0,6866.22,3574.63,735.908,3.03687,120,0,0,1,0,0,0,0,0),(43460,24021,571,1,1,21999,0,4207.48,4056.69,93.5371,2.09439,300,0,0,42,0,0,0,0,0),(43461,23837,571,1,1,11686,0,4207.47,4056.71,93.6619,3.97935,300,0,0,42,0,0,0,0,0),(43462,24957,571,1,1,0,1,4200.88,4056.89,92.2877,6.25263,300,0,0,7185,7196,0,0,0,0),(43488,21636,530,1,1,0,1,-2974.29,4441.98,-47.2117,1.43117,600,0,0,5914,0,0,0,0,0),(1974322,26500,571,1,1,0,0,3386.21,-1805.46,115.058,4.96401,600,0,0,6986,0,0,0,0,0),(43487,21636,530,1,1,0,1,-3013.52,4510.81,-42.8637,5.0091,600,0,0,5914,0,0,0,0,0),(1974323,26543,571,1,1,0,0,4244.1,-2025,238.25,1.39,600,0,0,6986,0,0,0,0,0),(1974324,26701,571,1,1,0,0,4524.31,-3472.71,228.132,0.776044,600,0,0,6986,0,0,0,0,0),(43500,26787,571,1,1,0,0,4599.71,-4876.9,48.9556,0.719772,300,0,0,0,0,0,0,0,0),(43466,36517,0,1,1,0,1,1283,338.917,-59.9998,0.244346,120,0,0,1,0,0,0,0,0),(76655,21909,530,1,1,0,0,-3414,825.411,-30.773,1.18588,300,3,0,2445,0,1,0,0,0),(240307,19169,530,1,1,0,0,9659.86,-7115.63,14.3239,5.88552,300,0,0,42,0,0,0,0,0),(240306,18927,571,1,1,0,0,5719.3,687.257,645.752,5.72721,300,0,0,42,0,0,0,0,0),(240305,18927,0,1,1,0,0,-8854.78,649.83,96.7417,1.43117,300,0,0,42,0,0,0,0,0),(240304,18927,571,1,1,0,0,5678.09,658.93,647.134,0.088838,300,0,0,42,0,0,0,0,0),(240303,18927,0,1,1,0,0,-8855.97,652.546,96.2675,5.07716,300,0,0,42,0,0,0,0,0),(240302,35248,0,1,1,0,0,-5159.96,-863.16,507.247,5.49762,300,0,0,42,0,0,0,0,0),(240301,35248,0,1,1,0,0,-5155.64,-863.343,507.652,4.05641,300,0,0,42,0,0,0,0,0),(240300,35248,0,1,1,0,0,-5154.91,-867.566,507.758,2.45027,300,0,0,42,0,0,0,0,0),(240299,35248,0,1,1,0,0,-5159.06,-867.484,507.333,0.859842,300,0,0,42,0,0,0,0,0),(240298,35248,0,1,1,0,0,-5155,-856.249,508.059,1.51565,300,0,0,42,0,0,0,0,0),(240297,35247,0,1,1,0,0,-5164.33,-869.728,507.01,5.69397,300,0,0,42,0,0,0,0,0),(240296,35247,0,1,1,0,0,-5160.49,-869.137,507.265,4.21349,300,0,0,42,0,0,0,0,0),(240295,35247,0,1,1,0,0,-5158.7,-872.414,507.406,2.72124,300,0,0,42,0,0,0,0,0),(240294,35247,0,1,1,0,0,-5162.65,-873.025,507.206,1.00122,300,0,0,42,0,0,0,0,0),(240293,34478,0,1,1,0,0,-5165.9,-866.76,506.808,4.28811,300,0,0,3052,0,0,0,0,0),(240292,34481,0,1,1,0,0,-5167.84,-870.949,506.706,1.024,300,0,0,2136,5751,0,0,0,0),(240291,35259,530,1,1,0,0,-1796.3,4933.33,-22.3432,4.54704,300,0,0,4140,6443,0,0,0,0),(240290,35259,530,1,1,0,0,-1797.58,4924.28,-21.9414,1.31905,300,0,0,4140,6443,0,0,0,0),(240289,35259,530,1,1,0,0,-1792.87,4928.28,-22.1848,2.99981,300,0,0,4140,6443,0,0,0,0),(240288,35259,530,1,1,0,0,-1801.26,4929.1,-22.3108,6.17282,300,0,0,4140,6443,0,0,0,0),(240287,35258,530,1,1,0,0,-1809.16,4918.68,-21.982,1.82171,300,0,0,4140,6443,0,0,0,0),(240286,35258,530,1,1,0,0,-1814.69,4922.25,-22.0148,0.254842,300,0,0,4140,6443,0,0,0,0),(240285,35258,530,1,1,0,0,-1812.25,4929.11,-21.6268,4.96723,300,0,0,4140,6443,0,0,0,0),(240284,35258,530,1,1,0,0,-1806.01,4925.33,-21.878,3.62813,300,0,0,4140,6443,0,0,0,0),(240283,35261,530,1,1,0,0,-1796.9,4928.76,-22.2745,3.23936,300,0,0,4890,7196,0,0,0,0),(240282,35260,530,1,1,0,0,-1810.34,4923.26,-21.8439,5.41099,300,0,0,5589,3155,0,0,0,0),(240281,35246,530,1,1,0,0,-4315.9,-12433.6,17.5953,2.19823,300,0,0,41,60,0,0,0,0),(240280,35246,530,1,1,0,0,-4313.48,-12441,17.2002,5.26914,300,0,0,41,60,0,0,0,0),(240279,35246,530,1,1,0,0,-4312.76,-12446.2,17.3102,1.3932,300,0,0,41,60,0,0,0,0),(240278,35246,530,1,1,0,0,-4309.37,-12444,17.5071,3.15249,300,0,0,41,60,0,0,0,0),(240277,35246,530,1,1,0,0,-4320.45,-12448.9,17.0584,3.68656,300,0,0,41,60,0,0,0,0),(240276,35246,530,1,1,0,0,-4319.13,-12455.1,17.4243,2.4417,300,0,0,41,60,0,0,0,0),(240275,35246,530,1,1,0,0,-4326.59,-12453.9,16.7549,0.721683,300,0,0,41,60,0,0,0,0),(240274,35246,530,1,1,0,0,-4326.98,-12448.5,16.9294,5.47334,300,0,0,41,60,0,0,0,0),(240273,34484,530,1,1,0,0,-4329.44,-12443.6,17.6841,5.62257,300,0,0,5589,3155,0,0,0,0),(240272,35252,1,1,1,0,0,-979.443,-57.4083,26.7673,4.68334,300,0,0,42,0,0,0,0,0),(240271,35252,1,1,1,0,0,-975.356,-76.2146,18.7461,2.57848,300,0,0,42,0,0,0,0,0),(240270,35252,1,1,1,0,0,-975.337,-71.6525,18.3695,3.78799,300,0,0,42,0,0,0,0,0),(240269,35252,1,1,1,0,0,-979.773,-70.3366,19.8615,5.07447,300,0,0,42,0,0,0,0,0),(240268,35252,1,1,1,0,0,-979.099,-78.4939,19.6825,0.8451,300,0,0,42,0,0,0,0,0),(240267,34480,1,1,1,0,0,-979.399,-75.0704,19.5113,0.118608,300,0,0,3052,0,0,0,0,0),(240266,34383,0,1,1,0,0,-5155.07,-854.489,508.115,5.0845,300,0,0,12600,0,0,0,0,0),(240265,34383,530,1,1,0,0,-1809.42,4913.42,-21.8336,0.867451,300,0,0,12600,0,0,0,0,0),(240264,34383,530,1,1,0,0,-4317.46,-12431.3,17.755,5.11599,300,0,0,12600,0,0,0,0,0),(240263,34383,1,1,1,0,0,-987.397,-58.6047,27.5876,4.96843,300,0,0,12600,0,0,0,0,0),(240262,34383,1,1,1,0,0,10067,2128.44,1329.66,3.57394,300,0,0,12600,0,0,0,0,0),(240261,34383,530,1,1,0,0,9403.71,-6861.68,15.0351,0.609119,300,0,0,12600,0,0,0,0,0),(240260,34383,0,1,1,0,0,1828.96,210.695,60.2619,1.24504,300,0,0,12600,0,0,0,0,0),(240259,34383,571,1,65535,0,0,5844.93,762.949,640.713,2.86791,300,0,0,12600,0,0,0,0,0),(240258,34382,0,1,1,0,0,-5151.65,-852.495,508.667,4.58185,600,0,0,12600,0,0,0,0,0),(240257,34382,530,1,1,0,0,-1805.58,4911.74,-21.8346,1.35833,600,0,0,12600,0,0,0,0,0),(240256,34382,530,1,1,0,0,-4320.01,-12433.4,17.9088,5.1906,600,0,0,12600,0,0,0,0,0),(240255,34382,1,1,1,0,0,-989.195,-59.6891,27.4632,5.21191,600,0,0,12600,0,0,0,0,0),(240254,34382,1,1,1,0,0,10058.2,2133,1329.66,4.43788,600,0,0,12600,0,0,0,0,0),(240253,34382,530,1,1,0,0,9406.42,-6864.02,14.8942,1.19424,600,0,0,12600,0,0,0,0,0),(240252,34382,0,1,1,0,0,1832.47,210.797,60.312,2.04222,600,0,0,12600,0,0,0,0,0),(240251,34382,571,1,65535,0,0,5844.1,764.778,640.546,4.20309,600,0,0,12600,0,0,0,0,0),(240250,34476,0,1,1,0,0,1830.34,219.535,60.6017,4.58298,300,0,0,3052,0,0,0,0,0),(240249,35244,0,1,1,0,0,1821.83,225.812,60.919,5.50582,300,0,0,42,0,0,0,0,0),(240248,35244,0,1,1,0,0,1834.67,215.873,60.1774,2.55665,300,0,0,42,0,0,0,0,0),(240247,35244,0,1,1,0,0,1836.95,222.233,60.2385,3.22031,300,0,0,42,0,0,0,0,0),(240246,35244,0,1,1,0,0,1824.9,218.875,60.4469,0.0315971,300,0,0,42,0,0,0,0,0),(240245,35244,0,1,1,0,0,1828.46,224.586,60.4551,5.29769,300,0,0,42,0,0,0,0,0),(240244,35244,0,1,1,0,0,1833.58,225.962,60.4294,4.33165,300,0,0,42,0,0,0,0,0),(240243,35254,571,1,65535,0,0,5841.11,762.141,640.661,0.480303,300,0,0,8508,7981,0,0,0,0),(240242,35254,571,1,65535,0,0,5848.22,760.619,641.147,4.64684,300,0,0,8508,7981,0,0,0,0),(240241,35254,571,1,65535,0,0,5850.95,756.541,640.434,2.81294,300,0,0,8508,7981,0,0,0,0),(240240,35254,571,1,65535,0,0,5846.77,755.676,640.68,0.837661,300,0,0,8508,7981,0,0,0,0),(240239,35254,571,1,65535,0,0,5828.15,741.877,642.46,1.24607,300,0,0,8508,7981,0,0,0,0),(240238,35254,571,1,65535,0,0,5835.24,754.043,641.008,3.64153,300,0,0,8508,7981,0,0,0,0),(240237,35254,571,1,65535,0,0,5835.25,748.654,641.162,2.59303,300,0,0,8508,7981,0,0,0,0),(240236,35254,571,1,65535,0,0,5830.31,746.699,641.251,1.36388,300,0,0,8508,7981,0,0,0,0),(240235,35254,571,1,65535,0,0,5827.15,751.291,640.952,0.150437,300,0,0,8508,7981,0,0,0,0),(240022,23537,0,1,1,0,0,-5753.37,-532.95,406.552,4.49512,300,0,0,2552,6588,0,0,0,0),(240021,23537,0,1,1,0,0,-5759.62,-528.475,404.934,3.81967,300,0,0,2835,7196,0,0,0,0),(240020,23537,530,1,1,0,0,9234.65,-6785.25,25.4626,1.59486,300,0,0,2835,7196,0,0,0,0),(240019,23537,530,1,1,0,0,-4207.41,-12276.8,7.19895,2.96409,300,0,0,2835,7196,0,0,0,0),(85712,23686,1,1,1,0,0,305.144,-4724.5,9.83766,3.68348,300,0,0,7185,7196,0,0,0,0),(85713,23686,0,1,1,0,0,-9465.54,63.2228,55.8587,6.25841,300,0,0,7185,7196,0,0,0,0),(85632,15195,0,1,1,0,0,1713.1,511.295,37.2005,1.48063,300,0,0,45780,0,0,0,0,0),(85633,15195,0,1,1,0,0,1750.57,511.697,37.7587,1.25444,300,0,0,45780,0,0,0,0,0),(85634,15195,0,1,1,0,0,1732.31,520.874,36.3326,1.30942,300,0,0,45780,0,0,0,0,0),(240193,15197,0,1,1,0,0,1760.69,510.543,35.915,6.259,600,0,0,15260,0,0,0,0,0),(240192,15199,0,1,1,0,0,-821,-531,14.677,1.767,600,0,0,15260,0,0,0,0,0),(1976578,30502,571,1,4,0,0,7297,-1114.82,938.258,5.92778,300,0,0,50400,0,0,0,0,0),(1976576,30502,571,1,4,0,0,7383.41,-1148.84,903.591,4.97745,300,0,0,50400,0,0,0,0,0),(1975716,32596,571,1,1,0,0,5866.54,252.983,680.473,1.81671,70,0,0,8225,7809,0,0,0,0),(1975717,32597,571,1,1,0,0,5818.53,225.184,678.642,1.60465,151,0,0,8225,7809,0,0,0,0),(1975718,32598,571,1,1,0,0,5729.43,217.839,682.97,1.24336,118,0,0,8508,7981,0,0,0,0),(1975719,32600,571,1,1,0,0,5792.87,226.099,681.705,1.38473,135,0,0,10080,8814,0,0,0,0),(1975720,32601,571,1,1,0,0,5684.8,293.537,678.417,1.05486,170,0,0,8800,8139,0,0,0,0),(1975721,32602,571,1,1,0,0,5849.65,230.232,672.463,1.92272,93,0,0,9740,8636,0,0,0,0),(142819,25026,594,1,1,0,1,15.3122,6.40496,1.39596,4.24673,120,0,0,1,0,0,0,0,0),(247175,37662,631,15,1,0,1,4648.3,2803.05,361.173,4.81448,1209600,0,0,647040,91600,2,0,0,0),(247176,37665,631,15,1,0,1,4650.41,2805.88,361.173,4.85767,1209600,0,0,647040,91600,0,0,0,0),(247177,37666,631,15,1,0,1,4645.06,2805.76,361.169,4.78306,1209600,0,0,808860,0,0,0,0,0),(133985,36970,672,15,1,0,0,-64.7097,4.57594,23.5233,2.09439,604800,0,0,1,0,0,0,0,0),(133964,36971,673,15,1,0,0,-56.4357,12.2929,34.6332,2.51327,604800,0,0,1,0,0,0,0,0),(133987,36838,672,15,1,0,0,-6.15582,-25.2387,21.705,4.71239,604800,0,0,1,0,0,0,0,0),(133988,36838,672,15,1,0,0,-33.6443,-24.0658,21.6801,4.71239,604800,0,0,1,0,0,0,0,0),(133989,36838,672,10,1,0,0,-24.6625,-24.5267,21.6443,4.71239,604800,0,0,1,0,0,0,0,0),(133990,36838,672,10,1,0,0,-15.3503,-24.9037,21.6201,4.71239,604800,0,0,1,0,0,0,0,0),(133972,36839,673,15,1,0,0,-15.6908,31.1423,34.391,1.5708,604800,0,0,1,0,0,0,0,0),(133974,36839,673,15,1,0,0,18.1923,29.8694,36.3265,1.55334,604800,0,0,1,0,0,0,0,0),(133991,36839,673,10,1,0,0,11.1788,30.7344,35.9594,1.55334,604800,0,0,1,0,0,0,0,0),(133992,36839,673,10,1,0,0,-8.20063,31.4933,34.524,1.55334,604800,0,0,1,0,0,0,0,0),(246915,38493,571,1,1,0,1,5910.19,2068.75,636.041,5.33347,300,0,0,65165,0,2,0,0,0),(246914,38505,571,1,1,0,1,5905.04,2055.25,636.041,4.88187,300,0,0,65165,0,0,0,0,0),(246913,38505,571,1,1,0,1,5882.94,2054.38,636.041,1.33187,300,0,0,65165,0,0,0,0,0),(246912,38505,571,1,1,0,1,5894.38,2032.71,636.041,0.428661,300,0,0,65165,0,0,0,0,0),(246911,38505,571,1,1,0,1,5908.02,2033.22,636.041,1.69708,300,0,0,65165,0,0,0,0,0),(246910,38505,571,1,1,0,1,5922.95,2039.25,636.041,1.52037,300,0,0,65165,0,0,0,0,0),(246907,38505,571,1,1,0,1,5842.6,2189.15,636.042,4.322,300,0,0,65165,0,0,0,0,0),(246906,38505,571,1,1,0,1,5845.64,2183.07,636.042,2.91221,300,0,0,65165,0,0,0,0,0),(246905,38493,571,1,1,0,1,5872.86,2142.04,636.042,2.01685,300,0,0,65165,0,2,0,0,0),(246904,38493,571,1,1,0,1,5838.32,2201.24,636.042,5.67288,300,0,0,65165,0,0,0,0,0),(246903,38493,571,1,1,0,1,5847.05,2145.87,636.042,6.27764,300,0,0,65165,0,0,0,0,0),(1976444,30060,571,1,2,0,0,7297.78,-1126.43,938.438,2.3505,300,0,0,12175,0,0,0,0,0),(1976443,30060,571,1,2,0,0,7233.45,-1126.26,940.562,3.82312,300,0,0,12175,0,0,0,0,0),(53771,34907,571,1,1,25633,1,9484.2,1216.99,1.32919,3.19323,120,0,0,1,0,0,0,0,0),(53770,34907,571,1,1,25774,1,9489.36,1211.9,1.34048,3.17692,120,0,0,1,0,0,0,0,0),(53769,34947,571,1,1,25632,1,9549.13,957.506,1.70439,5.80014,120,0,0,1,0,0,0,0,0),(53768,34907,571,1,1,25632,1,9551.43,966.751,1.697,5.58416,120,0,0,1,0,0,0,0,0),(1976583,20114,530,1,1,0,0,3928.46,3878.84,177.011,5.79697,300,0,0,6722,0,0,0,0,0),(1975451,25835,571,1,1,0,1,2971.01,5245.36,58.9515,3.08296,180,0,0,8982,0,0,0,0,0),(1975450,25835,571,1,1,0,1,2940.88,5295.13,61.674,3.1183,180,0,0,8982,0,0,0,0,0),(1975449,25835,571,1,1,0,1,2995.56,5290.19,61.3343,3.20077,180,0,0,9291,0,0,0,0,0),(1975448,25835,571,1,1,0,1,2975.63,5331.37,63.1262,3.25182,180,0,0,8982,0,0,0,0,0),(1975447,25835,571,1,1,0,1,3018.35,5334.55,63.3825,3.16542,180,0,0,9291,0,0,0,0,0),(1975446,25835,571,1,1,0,1,3134.4,5250.91,59.2967,0.0663204,180,0,0,8982,0,0,0,0,0),(1975445,25835,571,1,1,0,1,3142.19,5315.46,53.1699,0.172346,180,0,0,9291,0,0,0,0,0),(1975444,25835,571,1,1,0,1,3097.68,5340.91,55.5327,3.1772,180,0,0,8982,0,0,0,0,0),(1975443,25835,571,1,1,0,1,3061.11,5319.11,59.7241,6.15315,180,0,0,8982,0,0,0,0,0),(1975442,25835,571,1,1,0,1,3101.92,5282.08,59.4452,2.97692,180,0,0,8982,0,0,0,0,0),(1975441,25835,571,1,1,0,1,3051.26,5270.73,60.5525,3.11829,180,0,0,9291,0,0,0,0,0),(84386,16045,429,1,1,11686,0,262.974,-442.555,-119.962,4.61136,450,0,0,57,0,0,0,0,0),(244398,20102,530,1,1,0,0,3038.56,3635.53,144.012,3.32713,300,0,0,42,0,0,0,0,0),(1973090,29562,571,1,1,8842,0,7162.11,-2132.87,762.305,5.1836,300,0,0,12600,0,0,0,0,0),(1973089,29562,571,1,1,8842,0,7248.99,-2088.13,774.497,2.1467,300,0,0,12600,0,0,0,0,0),(1973088,29562,571,1,1,8842,0,7262.65,-2075.82,764.758,3.4557,300,0,0,12600,0,0,0,0,0),(1973087,29562,571,1,1,8842,0,7283.68,-2046.53,761.719,2.6354,300,0,0,12600,0,0,0,0,0),(1973086,29562,571,1,1,8842,0,7289.43,-2024.69,771.763,1.274,300,0,0,12600,0,0,0,0,0),(1973085,29562,571,1,1,8842,0,7290.5,-2114.23,775.277,4.0142,300,0,0,12600,0,0,0,0,0),(1973084,29562,571,1,1,8842,0,7198.54,-2107.91,766.632,2.1293,300,0,0,12600,0,0,0,0,0),(1973083,29562,571,1,1,8842,0,7202.35,-2113.44,768.618,4.276,300,0,0,12600,0,0,0,0,0),(1973082,29562,571,1,1,8842,0,7207.93,-2038.16,764.583,5.3058,300,0,0,12600,0,0,0,0,0),(1973081,29562,571,1,1,8842,0,7234.18,-2082.77,764.002,1.1344,300,0,0,12600,0,0,0,0,0),(1973080,29562,571,1,1,8842,0,7248.95,-2123.74,778.771,3.6128,300,0,0,12600,0,0,0,0,0),(1973079,29562,571,1,1,8842,0,7296.43,-2007.46,765.695,3.3859,300,0,0,12600,0,0,0,0,0),(1973078,29562,571,1,1,8842,0,7314.18,-2095.16,774.167,5.8468,300,0,0,12600,0,0,0,0,0),(1973077,29562,571,1,1,8842,0,7340.23,-2057.24,764.845,0.5759,300,0,0,12600,0,0,0,0,0),(1973076,29605,571,1,1,26262,0,7158.9,-2137.43,764.273,3.6641,300,0,0,12175,0,0,0,0,0),(1973075,29605,571,1,1,26262,0,7203.25,-2056.41,765.201,5.4181,300,0,0,12175,0,0,0,0,0),(1973074,29605,571,1,1,26262,0,7342.41,-2037.04,763.419,2.9583,300,0,0,12175,0,0,0,0,0),(1973073,29605,571,1,1,26262,0,7206.73,-2036.56,764.543,5.3588,300,0,0,12175,0,0,0,0,0),(1973072,29605,571,1,1,26262,0,7207.08,-2039.97,764.517,1.13,300,0,0,12175,0,0,0,0,0),(1973071,29605,571,1,1,26262,0,7208.14,-2036.18,764.755,4.6086,300,0,0,12175,0,0,0,0,0),(1973070,29605,571,1,1,26262,0,7237.44,-2300.75,777.29,2.9318,300,0,0,12175,0,0,0,0,0),(1973069,29605,571,1,1,26262,0,7250.86,-2092.35,774.785,3.593,300,0,0,12175,0,0,0,0,0),(1973068,29605,571,1,1,26262,0,7252.53,-2072.12,763.08,2.8011,300,0,0,12175,0,0,0,0,0),(1973067,29605,571,1,1,26262,0,7270.6,-2119.66,776.91,4.382,300,0,0,12175,0,0,0,0,0),(1973066,29605,571,1,1,26262,0,7272.03,-2014.92,768.024,5.081,300,0,0,12175,0,0,0,0,0),(1973065,29605,571,1,1,26262,0,7280.62,-2072.3,761.956,0.4111,300,0,0,12175,0,0,0,0,0),(1973064,29605,571,1,1,26262,0,7304.69,-2036.38,762.714,0.867,300,0,0,12175,0,0,0,0,0),(1973063,29605,571,1,1,26262,0,7315,-2021.31,763.381,5.7145,300,0,0,12175,0,0,0,0,0),(1973062,29605,571,1,1,26262,0,7315.78,-2071.91,763.048,3.6818,300,0,0,12175,0,0,0,0,0),(1973061,29605,571,1,1,26262,0,7329.02,-2096.36,772.981,4.2904,300,0,0,12175,0,0,0,0,0),(1976575,30502,571,1,4,0,0,7570.4,-1228.54,919.677,3.20638,300,0,0,50400,0,0,0,0,0),(1976574,30493,571,1,4,0,0,7263.75,-873.436,925.182,5.49192,300,0,0,126000,0,0,0,0,32),(1976573,30136,571,1,4,0,1,7278.83,-901.031,927.033,5.41727,300,0,0,6088,0,0,0,0,0),(1976572,30136,571,1,4,0,1,7278.3,-907.74,926.65,5.4,300,0,0,6088,0,0,0,0,0),(1976497,30591,571,1,2,0,0,7340.43,-1085.1,906.23,4.40824,300,0,0,12175,3893,0,0,0,0),(1976496,30383,571,1,2,0,0,7519.56,-973.8,467.529,3.67704,300,0,0,25200,0,0,0,0,0),(244397,20102,530,1,1,0,0,-1884.63,5397.52,-12.4278,2.51637,300,0,0,42,0,0,0,0,0),(244396,20102,0,1,1,0,0,-14461.4,468.507,15.1232,2.66545,300,0,0,42,0,0,0,0,0),(244395,20102,1,1,1,0,0,-7173.14,-3808.58,8.37043,3.3285,300,0,0,42,0,0,0,0,0),(244394,20102,1,1,1,0,0,-936.306,-3738.3,8.96324,3.35283,300,0,0,42,0,0,0,0,0),(244393,20102,1,1,1,0,0,6745.48,-4667.44,723.103,1.03712,300,0,0,42,0,0,0,0,0),(244392,19178,0,1,1,0,0,1629.95,219.238,-43.1027,1.91079,300,0,0,42,0,0,0,0,0),(244391,19177,1,1,1,0,0,1685.07,-4352.88,61.7253,1.79601,300,0,0,42,0,0,0,0,0),(244390,19176,1,1,1,0,0,-1242.68,76.7127,128.935,1.27376,300,0,0,42,0,0,0,0,0),(244389,19175,1,1,1,0,0,1603.36,-4404.49,9.30901,0.627438,300,0,0,42,0,0,0,0,0),(244388,19169,530,1,1,0,0,9664.38,-7117.91,14.324,2.63397,300,0,0,42,0,0,0,0,0),(244387,19169,571,1,1,0,0,5928.98,639.593,645.557,3.01052,300,0,0,42,0,0,0,0,0),(244386,19173,1,1,1,0,0,9923.44,2496.95,1317.49,2.28359,300,0,0,42,0,0,0,0,0),(244385,19172,0,1,1,0,0,-4826.78,-1175.89,502.193,2.45358,300,0,0,42,0,0,0,0,0),(244384,19171,530,1,1,0,0,-3910.91,-11612.4,-138.243,4.99941,300,0,0,42,0,0,0,0,0),(244383,19148,0,1,1,0,0,-4914.82,-951.191,501.498,4.5773,300,0,0,42,0,0,0,0,0),(244382,18927,571,1,1,0,0,5678.09,658.93,647.134,0.088838,300,0,0,42,0,0,0,0,0),(244381,18927,0,1,1,0,0,-8855.97,652.546,96.2675,5.07716,300,0,0,42,0,0,0,0,0),(244380,18927,571,1,1,0,0,5719.3,687.257,645.752,5.72721,300,0,0,42,0,0,0,0,0),(244379,19169,571,1,1,0,0,5889.57,550.355,639.637,1.57167,300,0,0,42,0,0,0,0,0),(244378,20102,530,1,1,0,0,3035.51,3635.08,144.47,0.901821,300,0,0,42,0,0,0,0,0),(244377,20102,530,1,1,0,0,-1888.02,5400.44,-12.4278,5.97919,300,0,0,42,0,0,0,0,0),(244376,20102,0,1,1,0,0,-14464.9,470.287,15.0369,5.96098,300,0,0,42,0,0,0,0,0),(244375,20102,1,1,1,0,0,-7177.24,-3810.02,8.3753,0.711558,300,0,0,42,0,0,0,0,0),(244374,20102,1,1,1,0,0,-938.792,-3735.2,8.57162,3.66385,300,0,0,42,0,0,0,0,0),(244373,20102,1,1,1,0,0,6747.03,-4664.43,724.551,3.61009,300,0,0,42,0,0,0,0,0),(244372,19169,530,1,1,0,0,9659.86,-7115.63,14.3239,5.88552,300,0,0,42,0,0,0,0,0),(244371,19175,1,1,1,0,0,1607.39,-4402.93,10.1664,3.11715,300,0,0,42,0,0,0,0,0),(244370,19176,1,1,1,0,0,-1241.98,81.7344,129.422,5.4992,300,0,0,42,0,0,0,0,0),(244369,19177,1,1,1,0,0,1688.01,-4350.19,61.2691,2.56413,300,0,0,42,0,0,0,0,0),(244368,19178,0,1,1,0,0,1626.7,222.7,-43.1027,1.01229,300,0,0,42,0,0,0,0,0),(244367,19173,1,1,1,0,0,9921.56,2499.58,1317.77,5.61996,300,0,0,42,0,0,0,0,0),(244366,19172,0,1,1,0,0,-4829.02,-1174.75,502.193,0.724139,300,0,0,42,0,0,0,0,0),(244365,19171,530,1,1,0,0,-3909.22,-11614.8,-138.101,3.1765,300,0,0,42,0,0,0,0,0),(244364,19148,0,1,1,0,0,-4915.33,-953.892,501.498,2.25016,300,0,0,42,0,0,0,0,0),(244363,32820,0,1,1,0,0,1837.5,217.672,60.1333,2.31996,600,20,0,2,0,1,0,0,0),(244362,32820,0,1,1,0,0,1838.43,221.277,60.1987,3.55697,600,20,0,2,0,1,0,0,0),(244361,32820,0,1,1,0,0,1834.82,223.437,60.2865,4.83323,600,20,0,2,0,1,0,0,0),(244360,32820,0,1,1,0,0,1831.58,220.664,60.5304,6.01918,600,20,0,2,0,1,0,0,0),(244359,32820,0,1,1,0,0,1828.2,219.471,60.6056,2.42991,600,20,0,2,0,1,0,0,0),(244358,32820,0,1,1,0,0,1828.78,223.155,60.5687,3.59309,600,20,0,2,0,1,0,0,0),(244357,32820,0,1,1,0,0,1825.06,224.891,60.2886,4.72799,600,20,0,2,0,1,0,0,0),(244356,32820,0,1,1,0,0,1821.62,222.529,60.1521,6.01211,600,20,0,2,0,1,0,0,0),(244355,32820,0,1,1,0,0,1836.83,251.094,59.922,2.54065,600,20,0,2,0,1,0,0,0),(244354,32820,0,1,1,0,0,1837.2,254.766,59.856,3.58916,600,20,0,2,0,1,0,0,0),(244353,32820,0,1,1,0,0,1833.77,256.523,59.7223,4.64552,600,20,0,2,0,1,0,0,0),(244352,32820,0,1,1,0,0,1830.29,254.158,59.6774,6.02781,600,20,0,2,0,1,0,0,0),(244351,32820,0,1,1,0,0,1825.59,252.345,59.9664,2.01836,600,20,0,2,0,1,0,0,0),(244350,32820,0,1,1,0,0,1826.98,256.962,59.7774,3.40851,600,20,0,2,0,1,0,0,0),(244349,32820,0,1,1,0,0,1823.47,259.36,59.921,4.44916,600,20,0,2,0,1,0,0,0),(244348,32820,0,1,1,0,0,1819.47,256.351,60.0177,6.08671,600,20,0,2,0,1,0,0,0),(244347,32820,0,1,1,0,0,-9125.02,352.824,94.2342,2.1217,600,20,0,2,0,1,0,0,0),(244346,32820,0,1,1,0,0,-9110.83,366.354,94.0632,2.67934,600,20,0,2,0,1,0,0,0),(244345,32820,0,1,1,0,0,-9127.56,351.404,94.2329,2.13741,600,20,0,2,0,1,0,0,0),(244344,32820,0,1,1,0,0,-9111.63,353.697,93.4015,2.40837,600,20,0,2,0,1,0,0,0),(244343,32820,0,1,1,0,0,-9118.18,359.164,93.2702,1.90179,600,20,0,2,0,1,0,0,0),(244342,32820,0,1,1,0,0,-9118.91,350.746,93.735,2.14134,600,20,0,2,0,1,0,0,0),(244341,32820,0,1,1,0,0,-9116.35,342.758,93.8079,0.637305,600,20,0,2,0,1,0,0,0),(244340,32820,0,1,1,0,0,-9112.46,341.845,93.5009,1.93714,600,20,0,2,0,1,0,0,0),(244339,32820,0,1,1,0,0,-9116.74,329.417,93.1118,0.923976,600,20,0,2,0,1,0,0,0),(244338,32820,0,1,1,0,0,-9112.75,329.259,93.1734,2.12564,600,20,0,2,0,1,0,0,0),(244337,32820,0,1,1,0,0,-9118.64,318.192,93.207,0.484153,600,20,0,2,0,1,0,0,0),(244336,32820,0,1,1,0,0,-9114.01,317.994,93.1465,2.10207,600,20,0,2,0,1,0,0,0),(244335,32820,0,1,1,0,0,-9119.35,307.993,93.1764,0.637305,600,20,0,2,0,1,0,0,0),(244334,32820,0,1,1,0,0,-9114.8,307.034,93.4531,2.28664,600,20,0,2,0,1,0,0,0),(244333,32820,0,1,1,0,0,-9113.34,310.046,93.2807,2.96208,600,20,0,2,0,1,0,0,0),(244332,32820,0,1,1,0,0,-9111.83,320.705,93.1879,2.86784,600,20,0,2,0,1,0,0,0),(244331,32820,0,1,1,0,0,-9111.31,333.146,93.2693,3.15058,600,20,0,2,0,1,0,0,0),(244330,32820,0,1,1,0,0,-9110.13,345.405,93.4552,3.04455,600,20,0,2,0,1,0,0,0),(244329,32820,0,1,1,0,0,-9113.13,348.931,93.5571,4.53288,600,20,0,2,0,1,0,0,0),(244328,32820,0,1,1,0,0,-9114.1,336.911,93.4026,4.61927,600,20,0,2,0,1,0,0,0),(244327,32820,0,1,1,0,0,-9115.78,325.128,93.2047,4.70174,600,20,0,2,0,1,0,0,0),(244326,32820,0,1,1,0,0,-9116.52,314.55,93.0822,4.65069,600,20,0,2,0,1,0,0,0),(244325,32820,0,1,1,0,0,-5071.89,-801.345,495.128,0.094064,600,20,0,2,0,1,0,0,0),(244324,32820,0,1,1,0,0,-5082.54,-798.894,495.137,5.86674,600,20,0,2,0,1,0,0,0),(244323,32820,0,1,1,0,0,-5082.59,-795.26,495.322,1.50385,600,20,0,2,0,1,0,0,0),(244322,32820,0,1,1,0,0,-5089.96,-796.654,495.151,2.80369,600,20,0,2,0,1,0,0,0),(244321,32820,0,1,1,0,0,-5095.77,-802.078,495.132,5.84318,600,20,0,2,0,1,0,0,0),(244320,32820,0,1,1,0,0,-5094.72,-806.292,495.161,0.745942,600,20,0,2,0,1,0,0,0),(244319,32820,0,1,1,0,0,-5090.63,-807.07,495.078,1.75518,600,20,0,2,0,1,0,0,0),(244318,32820,0,1,1,0,0,-5081.14,-803.525,495.128,0.848043,600,20,0,2,0,1,0,0,0),(244317,32820,0,1,1,0,0,-5079.51,-793.698,495.44,2.5445,600,20,0,2,0,1,0,0,0),(244316,32820,0,1,1,0,0,-5079.43,-789.073,495.722,3.73046,600,20,0,2,0,1,0,0,0),(244315,32820,0,1,1,0,0,-5095.91,-792.882,495.157,5.22664,600,20,0,2,0,1,0,0,0),(244314,32820,0,1,1,0,0,-5090.39,-807.055,495.08,2.00258,600,20,0,2,0,1,0,0,0),(244313,32820,0,1,1,0,0,-5076.41,-803.853,495.127,2.04185,600,20,0,2,0,1,0,0,0),(244312,32820,0,1,1,0,0,-5074.94,-799.68,495.127,3.3299,600,20,0,2,0,1,0,0,0),(244311,32820,0,1,1,0,0,-5083.38,-787.805,495.911,4.78682,600,20,0,2,0,1,0,0,0),(244310,32820,0,1,1,0,0,-5097.2,-797.589,495.127,0.435709,600,20,0,2,0,1,0,0,0),(244309,32820,0,1,1,0,0,-5087.72,-803.254,495.127,3.21995,600,20,0,2,0,1,0,0,0),(244308,32820,0,1,1,0,0,-5040.8,-803.692,495.129,2.81595,600,20,0,2,0,1,0,0,0),(244307,32820,0,1,1,0,0,-3756.55,-762.724,9.32934,2.4319,600,20,0,2,0,1,0,0,0),(244306,32820,0,1,1,0,0,-14293.8,517.256,8.95354,3.72474,600,20,0,2,0,1,0,0,0),(244305,32820,0,1,1,0,0,2047.95,292.193,56.5388,3.68053,600,20,0,2,0,1,0,0,0),(244304,32820,0,1,1,0,0,2560.58,1207.44,66.8358,3.85013,600,20,0,2,0,1,0,0,0),(244303,32820,0,1,1,0,0,2589.44,475.936,25.3739,3.21396,600,20,0,2,0,1,0,0,0),(244302,32820,0,1,1,0,0,2291.65,732.825,33.7658,5.40522,600,20,0,2,0,1,0,0,0),(244301,32820,0,1,1,0,0,2269.4,950.182,46.8056,1.88271,600,20,0,2,0,1,0,0,0),(244300,32820,0,1,1,0,0,-9327.92,185.507,62.7096,4.07265,600,20,0,2,0,1,0,0,0),(244299,32820,0,1,1,0,0,2287.89,440.899,35.0368,3.14177,600,20,0,2,0,1,0,0,0),(244298,32820,0,1,1,0,0,2285.45,441.484,34.6447,6.04774,600,20,0,2,0,1,0,0,0),(244297,32820,0,1,1,0,0,2283.48,462.282,33.7857,0.615141,600,20,0,2,0,1,0,0,0),(244296,32820,0,1,1,0,0,2286.11,463.02,33.7305,3.4143,600,20,0,2,0,1,0,0,0),(244295,32820,0,1,1,0,0,-6689.68,-2200.1,248.974,0.0691265,600,20,0,2,0,1,0,0,0),(244294,32820,0,1,1,0,0,-8258.65,-2617.86,133.251,2.3871,600,20,0,2,0,1,0,0,0),(244293,32820,0,1,1,0,0,-8260.93,-2615.06,133.292,5.39675,600,20,0,2,0,1,0,0,0),(244292,32820,0,1,1,0,0,-8243.34,-2610.47,133.155,2.40595,600,20,0,2,0,1,0,0,0),(244291,32820,0,1,1,0,0,-8246.66,-2607.97,133.155,5.62294,600,20,0,2,0,1,0,0,0),(244290,32820,0,1,1,0,0,-8253.41,-2609.76,133.155,1.12654,600,20,0,2,0,1,0,0,0),(244289,32820,0,1,1,0,0,2281.77,453.836,33.9988,4.05597,600,20,0,2,0,1,0,0,0),(244288,32820,0,1,1,0,0,-9475.93,-3009.16,134.516,0.205501,600,20,0,2,0,1,0,0,0),(244287,32820,0,1,1,0,0,-9191.3,-2309.23,89.4674,4.11041,600,20,0,2,0,1,0,0,0),(244286,32820,0,1,1,0,0,-2958.56,-1753.26,9.50943,5.57129,600,20,0,2,0,1,0,0,0),(244285,32820,0,1,1,0,0,-5387.28,37.1367,395.534,6.2025,600,20,0,2,0,1,0,0,0),(244284,32820,0,1,1,0,0,-8557.35,-209.402,84.2385,3.1912,600,20,0,2,0,1,0,0,0),(244283,32820,0,1,1,0,0,-8656.88,-124.537,90.8129,3.17155,600,20,0,2,0,1,0,0,0),(244282,32820,0,1,1,0,0,-8647.69,-133.363,87.7432,2.11912,600,20,0,2,0,1,0,0,0),(244281,32820,0,1,1,0,0,-8631.62,-143.587,86.3522,3.1205,600,20,0,2,0,1,0,0,0),(244280,32820,0,1,1,0,0,-8633.86,-149.127,86.0851,2.02487,600,20,0,2,0,1,0,0,0),(244279,32820,0,1,1,0,0,-8613.21,-165.797,85.7466,2.33118,600,20,0,2,0,1,0,0,0),(244278,32820,0,1,1,0,0,-8597.56,-168.066,86.7534,3.37969,600,20,0,2,0,1,0,0,0),(244277,32820,0,1,1,0,0,-8617.63,-139.172,87.0543,4.94263,600,20,0,2,0,1,0,0,0),(244276,32820,0,1,1,0,0,-8776.25,-110.324,83.546,3.32031,600,20,0,2,0,1,0,0,0),(244275,32820,0,1,1,0,0,-8785.22,-107.864,83.2028,0.123741,600,20,0,2,0,1,0,0,0),(244274,32820,0,1,1,0,0,-8781.03,-131.108,82.3968,0.897357,600,20,0,2,0,1,0,0,0),(244273,32820,0,1,1,0,0,-8756.49,-174.042,84.9656,3.31921,600,20,0,2,0,1,0,0,0),(244272,32820,0,1,1,0,0,-8770.16,-164.681,82.478,0.248304,600,20,0,2,0,1,0,0,0),(244271,32820,0,1,1,0,0,-8775.73,-181.91,82.5802,3.23282,600,20,0,2,0,1,0,0,0),(244270,32820,0,1,1,0,0,-8768.27,-178.215,83.3675,2.51811,600,20,0,2,0,1,0,0,0),(244269,32820,0,1,1,0,0,-9113.54,-339.171,73.3014,4.93007,600,20,0,2,0,1,0,0,0),(244268,32820,0,1,1,0,0,-9142.99,-340.123,72.6333,0.0818056,600,20,0,2,0,1,0,0,0),(244267,32820,0,1,1,0,0,-8958.33,-432.896,64.651,1.27326,600,20,0,2,0,1,0,0,0),(244266,32820,0,1,1,0,0,-8950.56,-429.528,65.1177,2.42386,600,20,0,2,0,1,0,0,0),(244265,32820,0,1,1,0,0,-9065.73,-284.406,73.7253,0.336275,600,20,0,2,0,1,0,0,0),(244264,32820,0,1,1,0,0,-9064,-283.949,73.6745,3.43703,600,20,0,2,0,1,0,0,0),(244263,32820,0,1,1,0,0,-9016.16,-310.595,73.9234,0.27187,600,20,0,2,0,1,0,0,0),(244262,32820,0,1,1,0,0,-9040.38,-303.146,74.3207,2.427,600,20,0,2,0,1,0,0,0),(244261,32820,0,1,1,0,0,-8669.95,-127.286,92.3917,2.34329,600,20,0,2,0,1,0,0,0),(244260,32820,0,1,1,0,0,-8670.19,-121.659,92.0285,2.88129,600,20,0,2,0,1,0,0,0),(244259,32820,0,1,1,0,0,-8666.96,-117.197,92.3837,3.99341,600,20,0,2,0,1,0,0,0),(244258,32820,0,1,1,0,0,-8686.07,-108.569,89.1135,2.78625,600,20,0,2,0,1,0,0,0),(244257,32820,0,1,1,0,0,-9098.24,-317.918,73.3343,2.3535,600,20,0,2,0,1,0,0,0),(244256,32820,0,1,1,0,0,-9100.01,-318.048,73.2989,0.825899,600,20,0,2,0,1,0,0,0),(244255,32820,0,1,1,0,0,-9099.05,-316.07,73.2522,4.72462,600,20,0,2,0,1,0,0,0),(244254,32820,0,1,1,0,0,-9002.91,-297.798,71.1119,1.96551,600,20,0,2,0,1,0,0,0),(244253,32820,0,1,1,0,0,-8852.69,-373.834,70.594,2.33229,600,20,0,2,0,1,0,0,0),(244252,32820,0,1,1,0,0,-9056.23,-339.958,73.4526,1.3529,600,20,0,2,0,1,0,0,0),(244251,32820,0,1,1,0,0,-9053.11,-362.477,73.5042,1.69219,600,20,0,2,0,1,0,0,0),(244250,32820,0,1,1,0,0,-9033.21,-347.614,74.1532,0.925643,600,20,0,2,0,1,0,0,0),(244249,32820,0,1,1,0,0,-9031.94,-346.149,74.21,4.03346,600,20,0,2,0,1,0,0,0),(244248,32820,0,1,1,0,0,-9027.26,-326.174,73.7017,1.51626,600,20,0,2,0,1,0,0,0),(244247,32820,0,1,1,0,0,-9067.4,-299.552,73.4566,5.35529,600,20,0,2,0,1,0,0,0),(244246,32820,0,1,1,0,0,-9085.39,-308.122,73.3757,4.73482,600,20,0,2,0,1,0,0,0),(244245,32820,0,1,1,0,0,-9085.03,-310.686,73.4186,1.76288,600,20,0,2,0,1,0,0,0),(244244,32820,0,1,1,0,0,-9111.6,-339.933,73.3671,2.90956,600,20,0,2,0,1,0,0,0),(244243,32820,0,1,1,0,0,-9114.81,-341.066,73.2501,1.02225,600,20,0,2,0,1,0,0,0),(244242,32820,0,1,1,0,0,-9093.79,-350.975,73.4519,0.331884,600,20,0,2,0,1,0,0,0),(244241,32820,0,1,1,0,0,-9093.95,-363.895,73.4845,1.58774,600,20,0,2,0,1,0,0,0),(244240,32820,0,1,1,0,0,-9083.1,-370.122,73.4512,2.04719,600,20,0,2,0,1,0,0,0),(244239,32820,0,1,1,0,0,-9067.18,-379.59,73.4847,4.20468,600,20,0,2,0,1,0,0,0),(244238,32820,0,1,1,0,0,-9068.83,-382.097,73.4742,1.12514,600,20,0,2,0,1,0,0,0),(244237,32820,0,1,1,0,0,-9044.58,-43.6128,88.3693,1.24136,600,20,0,2,0,1,0,0,0),(244236,32820,0,1,1,0,0,-9045.34,-46.7572,88.3206,4.60601,600,20,0,2,0,1,0,0,0),(244235,32820,0,1,1,0,0,-9082.31,410.951,92.2809,3.21226,600,20,0,2,0,1,0,0,0),(244234,32820,0,1,1,0,0,-9180.08,300.471,78.2777,1.48024,600,20,0,2,0,1,0,0,0),(244233,32820,0,1,1,0,0,-9075.59,426.68,93.0562,3.78874,600,20,0,2,0,1,0,0,0),(244232,32820,0,1,1,0,0,-9330.46,180.936,61.6792,4.1716,600,20,0,2,0,1,0,0,0),(244231,32820,0,1,1,0,0,-7442.29,-2257.15,347.476,5.51524,600,20,0,2,0,1,0,0,0),(244230,32820,0,1,1,0,0,-11251.2,1870.46,35.5459,2.39153,600,20,0,2,0,1,0,0,0),(244229,32820,0,1,1,0,0,-11259.8,1888.13,35.7742,4.43043,600,20,0,2,0,1,0,0,0),(244228,32820,0,1,1,0,0,-11265.3,1875.47,36.7309,5.89441,600,20,0,2,0,1,0,0,0),(244227,32820,0,1,1,0,0,-9525.15,89.6348,58.9238,4.11548,600,20,0,2,0,1,0,0,0),(244226,32820,0,1,1,0,0,-9540.56,115.219,59.1773,4.62012,600,20,0,2,0,1,0,0,0),(244225,32820,0,1,1,0,0,-9541.73,87.4378,59.3029,6.23082,600,20,0,2,0,1,0,0,0),(244224,32820,0,1,1,0,0,-9566.38,31.1655,61.4444,1.58992,600,20,0,2,0,1,0,0,0),(244223,32820,0,1,1,0,0,-858.831,-559.944,11.7749,1.50098,600,20,0,2,0,1,0,0,0),(244222,32820,0,1,1,0,0,-858.777,-558.361,11.7749,4.66003,600,20,0,2,0,1,0,0,0),(244221,32820,0,1,1,0,0,-6663,-2169.4,245.456,2.49582,600,20,0,2,0,1,0,0,0),(244220,32820,0,1,1,0,0,-6665.69,-2167.53,245.456,5.67232,600,20,0,2,0,1,0,0,0),(244219,32820,0,1,1,0,0,2251.53,240.007,34.3437,3.05433,600,20,0,2,0,1,0,0,0),(244218,32820,0,1,1,0,0,2249.08,240.226,34.3437,6.14356,600,20,0,2,0,1,0,0,0),(244217,32820,0,1,1,0,0,-9.5064,-933.083,57.2556,2.74017,600,20,0,2,0,1,0,0,0),(244216,32820,0,1,1,0,0,-11.5524,-932.199,57.2556,5.84685,600,20,0,2,0,1,0,0,0),(244215,32820,0,1,1,0,0,1637.09,236.273,-43.0193,4.34587,600,20,0,2,0,1,0,0,0),(244214,32820,0,1,1,0,0,1635.82,233.67,-43.0193,1.11701,600,20,0,2,0,1,0,0,0),(244213,32820,0,1,1,0,0,-14460.8,492.998,15.208,3.92699,600,20,0,2,0,1,0,0,0),(244212,32820,0,1,1,0,0,-14461.9,491.803,15.2063,0.837758,600,20,0,2,0,1,0,0,0),(244211,32820,0,1,1,0,0,-4852.92,-872.19,501.997,1.69297,600,20,0,2,0,1,0,0,0),(244210,32820,0,1,1,0,0,-4853.14,-870.297,501.997,4.81711,600,20,0,2,0,1,0,0,0),(244209,32820,0,1,1,0,0,-5581.07,-523.102,400.846,4.62512,600,20,0,2,0,1,0,0,0),(244208,32820,0,1,1,0,0,-5581.24,-525.341,400.846,1.51844,600,20,0,2,0,1,0,0,0),(244207,32820,0,1,1,0,0,-9225.23,-2153.85,64.0168,6.23082,600,20,0,2,0,1,0,0,0),(244206,32820,0,1,1,0,0,-9223.84,-2153.94,64.0168,3.01942,600,20,0,2,0,1,0,0,0),(244205,32820,0,1,1,0,0,-10523.5,-1162.52,27.5597,4.66003,600,20,0,2,0,1,0,0,0),(244204,32820,0,1,1,0,0,-10523.2,-1164.94,27.5597,1.5708,600,20,0,2,0,1,0,0,0),(244203,32820,0,1,1,0,0,-10645.7,1177.46,34.5556,4.13643,600,20,0,2,0,1,0,0,0),(244202,32820,0,1,1,0,0,-10647.7,1174.96,34.4276,1.09956,600,20,0,2,0,1,0,0,0),(244201,32820,0,1,1,0,0,-8864.07,675.996,97.9864,2.87979,600,20,0,2,0,1,0,0,0),(244200,32820,0,1,1,0,0,-8866.35,676.362,97.9864,0.034907,600,20,0,2,0,1,0,0,0),(244199,32820,0,1,1,0,0,-9465.93,24.9355,56.6126,3.12414,600,20,0,2,0,1,0,0,0),(244198,32820,0,1,1,0,0,-9468.33,24.9295,56.5369,6.0912,600,20,0,2,0,1,0,0,0),(244197,32820,0,1,1,0,0,-9155.61,261.754,80.1009,2.98844,600,20,0,2,0,1,0,0,0),(244196,32820,0,1,1,0,0,-9227.25,318.984,73.9797,5.50171,600,20,0,2,0,1,0,0,0),(244195,32820,0,1,1,0,0,-9140.75,332.216,91.2239,2.34441,600,20,0,2,0,1,0,0,0),(244194,32820,0,1,1,0,0,-9170.68,377.801,88.388,5.18362,600,20,0,2,0,1,0,0,0),(244193,32820,0,1,1,0,0,-9177.49,414.626,90.1926,5.65879,600,20,0,2,0,1,0,0,0),(244192,32820,0,1,1,0,0,-9116.37,334.754,93.3562,1.99884,600,20,0,2,0,1,0,0,0),(244191,32820,0,1,1,0,0,-9109.08,365.884,93.9828,2.40332,600,20,0,2,0,1,0,0,0),(244190,32820,0,1,1,0,0,-9143.81,412.898,93.7079,5.32893,600,20,0,2,0,1,0,0,0),(244189,32820,0,1,1,0,0,-5155.07,-854.489,508.115,5.0845,600,20,0,2,0,1,0,0,0),(244188,32820,0,1,1,0,0,-9400.13,111.152,60.0272,5.17295,600,20,0,2,0,1,0,0,0),(244187,32820,0,1,1,0,0,1828.96,210.695,60.2619,1.24504,600,20,0,2,0,1,0,0,0),(244186,32820,0,1,1,0,0,-5151.65,-852.495,508.667,4.58185,600,20,0,2,0,1,0,0,0),(244185,32820,0,1,1,0,0,1832.47,210.797,60.312,2.04222,600,20,0,2,0,1,0,0,0),(244184,32820,0,1,1,0,0,1945.08,252.741,44.3246,3.58978,600,20,0,2,0,1,0,0,0),(244183,32820,0,1,1,0,0,2052.22,294.354,56.9512,3.27529,600,20,0,2,0,1,0,0,0),(244182,32820,0,1,1,0,0,-9431.98,56.7107,56.6996,6.16101,600,20,0,2,0,1,0,0,0),(244181,32820,0,1,1,0,0,-9431.32,55.0524,56.6871,3.38594,600,20,0,2,0,1,0,0,0),(244180,32820,0,1,1,0,0,-9428.72,54.0571,56.819,1.91986,600,20,0,2,0,1,0,0,0),(244179,32820,0,1,1,0,0,-9431.01,58.3279,56.7729,5.48033,600,20,0,2,0,1,0,0,0),(244178,32820,0,1,1,0,0,-9429.92,56.1355,56.7913,2.98451,600,20,0,2,0,1,0,0,0),(244177,32820,0,1,1,0,0,-9238.75,-2055.19,77.099,4.86356,600,20,0,2,0,1,0,0,0),(244176,32820,0,1,1,0,0,-8932.72,-163.066,80.9754,5.81801,600,20,0,2,0,1,0,0,0),(244175,32820,0,1,1,0,0,-11252.4,1881.89,35.4734,3.69371,600,20,0,2,0,1,0,0,0),(244174,32820,0,1,1,0,0,-3428.97,-953.84,10.2242,1.44862,600,20,0,2,0,1,0,0,0),(244173,32820,0,1,1,0,0,-3434.67,-956.682,9.65595,5.23599,600,20,0,2,0,1,0,0,0),(244172,32820,0,1,1,0,0,-623.67,-533.012,34.4668,1.44862,600,20,0,2,0,1,0,0,0),(244171,32820,0,1,1,0,0,-623.304,-530.146,34.2168,4.2586,600,20,0,2,0,1,0,0,0),(244170,32820,0,1,1,0,0,-7599.02,-2067,129.618,2.84489,600,20,0,2,0,1,0,0,0),(244169,32820,0,1,1,0,0,-7592.49,-2065.33,131.078,2.35619,600,20,0,2,0,1,0,0,0),(244168,32820,0,1,1,0,0,-7595.41,-2060.63,131.677,2.99611,600,20,0,2,0,1,0,0,0),(244167,32820,0,1,1,0,0,-7603.89,-2066,129.675,6.24828,600,20,0,2,0,1,0,0,0),(244166,32820,0,1,1,0,0,600.03,1355.18,88.8279,4.07527,600,20,0,2,0,1,0,0,0),(244165,32820,0,1,1,0,0,602.084,1351.74,88.1745,3.05093,600,20,0,2,0,1,0,0,0),(244164,32820,0,1,1,0,0,595.365,1345.8,90.1562,1.8675,600,20,0,2,0,1,0,0,0),(244163,32820,0,1,1,0,0,593.821,1350.02,90.3997,0.490553,600,20,0,2,0,1,0,0,0),(244162,32820,0,1,1,0,0,-8842.71,856.191,98.5909,4.99164,600,20,0,2,0,1,0,0,0),(244161,32820,0,1,1,0,0,-8840.87,851.164,98.8638,1.91986,600,20,0,2,0,1,0,0,0),(244160,32820,0,1,1,0,0,-615.6,-532.523,35.7472,5.23599,600,20,0,2,0,1,0,0,0),(244159,32820,0,1,1,0,0,-614.224,-535.796,36.2243,2.21657,600,20,0,2,0,1,0,0,0),(244158,32820,0,1,1,0,0,-10642.2,1083.53,35.0052,5.23599,600,20,0,2,0,1,0,0,0),(244157,32820,0,1,1,0,0,-10646.3,1075.05,34.6687,4.2586,600,20,0,2,0,1,0,0,0),(244156,32820,0,1,1,0,0,-10640.6,1080.97,34.8855,2.21657,600,20,0,2,0,1,0,0,0),(244155,32820,0,1,1,0,0,-10647,1072.17,34.0896,1.51844,600,20,0,2,0,1,0,0,0),(244154,32820,0,1,1,0,0,-4688.58,-1213.5,501.743,4.2586,600,20,0,2,0,1,0,0,0),(244153,32820,0,1,1,0,0,-4706.34,-1233.23,501.743,4.2586,600,20,0,2,0,1,0,0,0),(244152,32820,0,1,1,0,0,-4692.72,-1218.07,501.743,0.750492,600,20,0,2,0,1,0,0,0),(244151,32820,0,1,1,0,0,-4708.43,-1236.96,501.743,1.11701,600,20,0,2,0,1,0,0,0),(244150,32820,0,1,1,0,0,-125.36,-821.476,55.4535,3.56047,600,20,0,2,0,1,0,0,0),(244149,32820,0,1,1,0,0,-129.014,-823.608,55.2595,0.593412,600,20,0,2,0,1,0,0,0),(244148,32820,0,1,1,0,0,-125.86,-811.308,55.3297,5.88176,600,20,0,2,0,1,0,0,0),(244147,32820,0,1,1,0,0,-122.378,-813.281,55.6416,3.01942,600,20,0,2,0,1,0,0,0),(244146,32820,0,1,1,0,0,-14374.6,137.59,0.44237,4.40481,600,20,0,2,0,1,0,0,0),(244145,32820,0,1,1,0,0,-14385.1,122.559,1.3256,0.642415,600,20,0,2,0,1,0,0,0),(244144,32820,0,1,1,0,0,-14388.8,125.666,1.1453,5.5676,600,20,0,2,0,1,0,0,0),(244143,32820,0,1,1,0,0,-14371.5,132.86,1.04293,1.78024,600,20,0,2,0,1,0,0,0),(244142,32820,0,1,1,0,0,-10344.4,-3306.41,23.1961,2.02267,600,20,0,2,0,1,0,0,0),(244141,32820,0,1,1,0,0,-10350.1,-3307.59,23.2149,0.191986,600,20,0,2,0,1,0,0,0),(244140,32820,0,1,1,0,0,-10352,-3296.74,23.6612,5.58471,600,20,0,2,0,1,0,0,0),(244139,32820,0,1,1,0,0,-10680.3,-1147.93,25.833,5.02826,600,20,0,2,0,1,0,0,0),(244138,32820,0,1,1,0,0,-10681.5,-1164.25,25.208,1.03306,600,20,0,2,0,1,0,0,0),(244137,32820,0,1,1,0,0,-10682.6,-1168.07,24.7525,1.44862,600,20,0,2,0,1,0,0,0),(244136,32820,0,1,1,0,0,-10684.3,-1148.58,25.833,5.39903,600,20,0,2,0,1,0,0,0),(244135,32820,0,1,1,0,0,-1117.82,-3543.86,50.2867,5.34071,600,20,0,2,0,1,0,0,0),(244134,32820,0,1,1,0,0,-1115.13,-3547.66,50.1345,2.53073,600,20,0,2,0,1,0,0,0),(244133,32820,0,1,1,0,0,-1142.06,-3553.01,52.2374,2.21657,600,20,0,2,0,1,0,0,0),(244132,32820,0,1,1,0,0,-1143.94,-3549.91,52.3624,5.23599,600,20,0,2,0,1,0,0,0),(244131,32820,0,1,1,0,0,177.178,-2115.24,105.307,5.23599,600,20,0,2,0,1,0,0,0),(244130,32820,0,1,1,0,0,187.437,-2112.56,106.084,4.2586,600,20,0,2,0,1,0,0,0),(244129,32820,0,1,1,0,0,186.365,-2115.52,105.464,3.12523,600,20,0,2,0,1,0,0,0),(244128,32820,0,1,1,0,0,-1195.37,-2682.08,47.0076,2.53073,600,20,0,2,0,1,0,0,0),(244127,32820,0,1,1,0,0,-5250.77,-2895.2,338.614,1.44862,600,20,0,2,0,1,0,0,0),(244126,32820,0,1,1,0,0,-5242.92,-2871.7,338.068,2.21657,600,20,0,2,0,1,0,0,0),(244125,32820,0,1,1,0,0,-5433.93,-500.603,397.292,5.23599,600,20,0,2,0,1,0,0,0),(244124,32820,0,1,1,0,0,-5431.74,-502.427,397.758,2.21657,600,20,0,2,0,1,0,0,0),(244123,32820,0,1,1,0,0,-9382.33,14.4817,61.6174,4.2586,600,20,0,2,0,1,0,0,0),(244122,32820,0,1,1,0,0,-9449.25,-2120.39,69.2066,4.57276,600,20,0,2,0,1,0,0,0),(244121,32820,0,1,1,0,0,1814.13,220.927,59.5969,5.21853,600,20,0,2,0,1,0,0,0),(244120,32820,0,1,1,0,0,-475.423,-4532.37,12.327,0.034308,600,20,0,2,0,1,0,0,0),(244119,32820,0,1,1,0,0,-6688.79,-2191.26,247.728,5.94547,600,20,0,2,0,1,0,0,0),(244118,32820,0,1,1,0,0,-5243.4,-2868.25,336.974,5.23599,600,20,0,2,0,1,0,0,0),(244117,32820,0,1,1,0,0,-5430.02,-489.223,396.787,1.44862,600,20,0,2,0,1,0,0,0),(244116,32820,0,1,1,0,0,-10935.7,-3215.98,41.4308,4.2586,600,20,0,2,0,1,0,0,0),(244115,32820,0,1,1,0,0,-10968.9,-3230.71,41.5834,5.23599,600,20,0,2,0,1,0,0,0),(244114,32820,0,1,1,0,0,-10936.2,-3219.52,41.4308,1.44862,600,20,0,2,0,1,0,0,0),(244113,32820,0,1,1,0,0,-1201.28,-2660.02,45.4031,2.21657,600,20,0,2,0,1,0,0,0),(244112,32820,0,1,1,0,0,-3427.64,-949.945,9.66967,4.2586,600,20,0,2,0,1,0,0,0),(244111,32820,0,1,1,0,0,178.85,-2118.32,104.996,0.85135,600,20,0,2,0,1,0,0,0),(244110,32820,0,1,1,0,0,-9434.02,-2135.57,66.2969,3.75246,600,20,0,2,0,1,0,0,0),(244109,32820,0,1,1,0,0,-9437.42,-2137.57,66.7224,1.98536,600,20,0,2,0,1,0,0,0),(244108,32820,0,1,1,0,0,-10351.3,-3292.1,23.2491,4.5204,600,20,0,2,0,1,0,0,0),(244107,32820,0,1,1,0,0,1816.48,217.623,59.9269,2.04204,600,20,0,2,0,1,0,0,0),(244106,32820,0,1,1,0,0,1793.16,224.844,59.7142,4.46804,600,20,0,2,0,1,0,0,0),(244105,32820,0,1,1,0,0,1792.44,219.541,60.0122,1.5708,600,20,0,2,0,1,0,0,0),(244104,32820,0,1,1,0,0,-468.089,-4537.65,10.3289,1.34167,600,20,0,2,0,1,0,0,0),(244103,32820,0,1,1,0,0,-463.082,-4537.73,9.4355,2.15069,600,20,0,2,0,1,0,0,0),(244102,32820,0,1,1,0,0,-474.941,-4528.3,12.8381,4.66003,600,20,0,2,0,1,0,0,0),(244101,32820,0,1,1,0,0,-6685.3,-2199.44,248.978,3.21141,600,20,0,2,0,1,0,0,0),(244100,32820,0,1,1,0,0,-6686.65,-2194.68,248.353,0.145253,600,20,0,2,0,1,0,0,0),(244099,32820,0,1,1,0,0,-5250.07,-2891.32,339.267,4.2586,600,20,0,2,0,1,0,0,0),(244098,32820,0,1,1,0,0,-5428.45,-486.615,396.646,4.2586,600,20,0,2,0,1,0,0,0),(244097,32820,0,1,1,0,0,-9373.36,22.8965,62.0908,2.21657,600,20,0,2,0,1,0,0,0),(244096,32820,0,1,1,0,0,-9383.17,11.5458,61.1362,1.44862,600,20,0,2,0,1,0,0,0),(244095,32820,0,1,1,0,0,-9375.14,26.3486,61.714,4.83456,600,20,0,2,0,1,0,0,0),(244094,32820,0,1,1,0,0,-10968,-3234.34,41.4491,2.21657,600,20,0,2,0,1,0,0,0),(244093,32820,0,1,1,0,0,-1202.46,-2657.93,45.8036,5.23599,600,20,0,2,0,1,0,0,0),(244092,32820,0,1,1,0,0,-1197.29,-2680.87,46.3772,6.12611,600,20,0,2,0,1,0,0,0),(244091,32820,0,1,1,0,0,-14282.4,55.3707,0.467201,6.21337,600,20,0,2,0,1,0,0,0),(244090,32820,0,1,1,0,0,-14285.2,45.2736,0.5652,1.76951,600,20,0,2,0,1,0,0,0),(244089,32820,0,1,1,0,0,-14289.6,46.9671,0.852089,6.02139,600,20,0,2,0,1,0,0,0),(244088,32820,0,1,1,0,0,-14277.8,54.594,0.903981,2.87979,600,20,0,2,0,1,0,0,0),(244087,32820,0,1,1,0,0,-3433.67,-959.299,9.56594,2.21657,600,20,0,2,0,1,0,0,0),(244086,32820,0,1,1,0,0,-9449.18,-2123.47,69.2066,6.03994,600,20,0,2,0,1,0,0,0),(244085,32820,0,1,1,0,0,-7986.89,-2355.5,124.949,4.57919,600,20,0,2,0,1,0,0,0),(244084,32820,0,1,1,0,0,-7916.41,-1354.48,134.08,3.19768,600,20,0,2,0,1,0,0,0),(244083,32820,0,1,1,0,0,2057.72,357.983,82.4699,5.64937,600,20,0,2,0,1,0,0,0),(244082,32820,0,1,1,0,0,2261.95,280.004,34.6234,2.42705,600,20,0,2,0,1,0,0,0),(244081,32820,0,1,1,0,0,2255.62,271.928,34.4734,2.52523,600,20,0,2,0,1,0,0,0),(244080,32820,0,1,1,0,0,-9337.56,188.283,61.5117,3.72314,600,20,0,2,0,1,0,0,0),(244079,32820,0,1,1,0,0,-9350.81,171.018,61.7532,1.0198,600,20,0,2,0,1,0,0,0),(244078,32820,0,1,1,0,0,-9349.19,176.153,61.726,5.18634,600,20,0,2,0,1,0,0,0),(244077,32820,0,1,1,0,0,-9460.17,26.0472,56.3399,5.44596,600,20,0,2,0,1,0,0,0),(244076,32820,0,1,1,0,0,-5604.8,-527.253,399.659,2.43902,600,20,0,2,0,1,0,0,0),(244075,32820,0,1,1,0,0,-9322.06,168.47,61.6066,2.40367,600,20,0,2,0,1,0,0,0),(244074,32820,0,1,1,0,0,-9474.49,87.242,56.7402,2.98374,600,20,0,2,0,1,0,0,0),(244073,32820,0,1,1,0,0,-5607.53,-511.287,402.237,1.0253,600,20,0,2,0,1,0,0,0),(244072,32820,0,1,1,0,0,2310.73,296.853,37.3108,4.44553,600,20,0,2,0,1,0,0,0),(244071,32820,0,1,1,0,0,-9329.31,166.352,61.5815,1.76357,600,20,0,2,0,1,0,0,0),(244070,32820,0,1,1,0,0,-9318.67,173.348,61.613,2.83957,600,20,0,2,0,1,0,0,0),(244069,32820,0,1,1,0,0,-9344.05,175.877,61.5584,3.59669,600,20,0,2,0,1,0,0,0),(244068,32820,0,1,1,0,0,-9189.71,0.452663,77.6916,3.02419,600,20,0,2,0,1,0,0,0),(244067,32820,0,1,1,0,0,-9180.29,-8.10362,78.8,3.87635,600,20,0,2,0,1,0,0,0),(244066,32820,0,1,1,0,0,-9162.07,13.6444,78.6699,5.53354,600,20,0,2,0,1,0,0,0),(244065,32820,0,1,1,0,0,-9167.2,19.38,78.803,1.52015,600,20,0,2,0,1,0,0,0),(244064,32820,0,1,1,0,0,-9162.92,-2.91795,79.6812,0.60909,600,20,0,2,0,1,0,0,0),(244063,32820,0,1,1,0,0,-9164.88,-6.60355,79.3901,4.80705,600,20,0,2,0,1,0,0,0),(244062,32820,0,1,1,0,0,-9861.1,1290.83,41.8237,1.62479,600,20,0,2,0,1,0,0,0),(244061,32820,0,1,1,0,0,-9877.59,1295.1,42.1903,3.43758,600,20,0,2,0,1,0,0,0),(244060,32820,0,1,1,0,0,-9321.16,270.756,68.0387,6.23488,600,20,0,2,0,1,0,0,0),(244059,32820,0,1,1,0,0,2027.17,187.734,35.9719,3.51091,600,20,0,2,0,1,0,0,0),(244058,32820,0,1,1,0,0,-10145.4,1059.4,36.4085,3.94727,600,20,0,2,0,1,0,0,0),(244057,32820,0,1,1,0,0,-10731.8,1678.61,45.4163,3.35598,600,20,0,2,0,1,0,0,0),(244056,32820,0,1,1,0,0,-9342.2,187.984,61.5586,5.25467,600,20,0,2,0,1,0,0,0),(244055,32820,0,1,1,0,0,-9456.54,-1160.68,52.9803,4.11778,600,20,0,2,0,1,0,0,0),(244054,32820,0,1,1,0,0,1887.28,1494.68,87.9338,4.62341,600,20,0,2,0,1,0,0,0),(244053,32820,0,1,1,0,0,-9854.85,1275.5,40.9487,3.8068,600,20,0,2,0,1,0,0,0),(244052,32820,0,1,1,0,0,-10314.4,1417.72,40.3659,1.51624,600,20,0,2,0,1,0,0,0),(244051,32820,0,1,1,0,0,-11023.7,1429.76,43.6226,3.60857,600,20,0,2,0,1,0,0,0),(244050,32820,0,1,1,0,0,1719.01,1446.6,124.313,2.87145,600,20,0,2,0,1,0,0,0),(244049,32820,0,1,1,0,0,1773.81,769.425,55.5537,3.61274,600,20,0,2,0,1,0,0,0),(244048,32820,0,1,1,0,0,-9354.72,167.942,61.665,0.27367,600,20,0,2,0,1,0,0,0),(244047,32820,0,1,1,0,0,-9954.52,222.797,26.328,4.94774,600,20,0,2,0,1,0,0,0),(244046,32820,0,1,1,0,0,-9734.4,138.944,49.0226,0.433051,600,20,0,2,0,1,0,0,0),(244045,32820,0,1,1,0,0,-9752.98,120.348,15.9225,1.30766,600,20,0,2,0,1,0,0,0),(244044,32820,0,1,1,0,0,-9783.55,84.901,42.6198,3.27819,600,20,0,2,0,1,0,0,0),(244043,32820,0,1,1,0,0,-9797.96,109.575,24.4197,3.88405,600,20,0,2,0,1,0,0,0),(244042,32820,0,1,1,0,0,-9800.68,103.668,24.789,5.76924,600,20,0,2,0,1,0,0,0),(244041,32820,0,1,1,0,0,-9750.53,109.906,25.705,3.41538,600,20,0,2,0,1,0,0,0),(244040,32820,0,1,1,0,0,-9751.76,122.076,16.1832,6.27415,600,20,0,2,0,1,0,0,0),(244039,32820,0,1,1,0,0,-9857.44,157.624,6.20103,0.988133,600,20,0,2,0,1,0,0,0),(244038,32820,0,1,1,0,0,-9849.7,135.178,6.03231,6.08721,600,20,0,2,0,1,0,0,0),(244037,32820,0,1,1,0,0,-9840.62,161.11,4.89257,0.281934,600,20,0,2,0,1,0,0,0),(244036,32820,0,1,1,0,0,-9799.58,167.104,24.0743,2.08218,600,20,0,2,0,1,0,0,0),(244035,32820,0,1,1,0,0,-9888.21,153.554,32.0522,5.88405,600,20,0,2,0,1,0,0,0),(244034,32820,0,1,1,0,0,-9907.61,178.849,31.9818,5.60655,600,20,0,2,0,1,0,0,0),(244033,32820,0,1,1,0,0,-9827.35,124.626,4.25697,6.19969,600,20,0,2,0,1,0,0,0),(244032,32820,0,1,1,0,0,-9819.45,129.544,4.7231,5.83605,600,20,0,2,0,1,0,0,0),(244031,32820,0,1,1,0,0,-9816.59,120.354,45.9586,3.66559,600,20,0,2,0,1,0,0,0),(244030,32820,0,1,1,0,0,-9865.25,170.29,19.6687,5.36632,600,20,0,2,0,1,0,0,0),(244029,32820,0,1,1,0,0,-9822.68,180.421,22.9706,3.13012,600,20,0,2,0,1,0,0,0),(244028,32820,0,1,1,0,0,-9852.19,179.62,20.9187,3.22526,600,20,0,2,0,1,0,0,0),(244027,32820,0,1,1,0,0,-9885.02,196.351,15.2175,2.27603,600,20,0,2,0,1,0,0,0),(244026,32820,0,1,1,0,0,-9884.25,260.653,34.8986,2.57944,600,20,0,2,0,1,0,0,0),(244025,32820,0,1,1,0,0,-9879.43,190.812,16.6024,1.79753,600,20,0,2,0,1,0,0,0),(244024,32820,0,1,1,0,0,-9879.33,217.356,14.1337,5.82548,600,20,0,2,0,1,0,0,0),(244023,32820,0,1,1,0,0,-9871.14,237.252,19.4741,4.31734,600,20,0,2,0,1,0,0,0),(244022,32820,0,1,1,0,0,-9480.22,-1159.73,50.8268,0.586483,600,20,0,2,0,1,0,0,0),(244021,32820,0,1,1,0,0,1826.44,235.119,60.824,4.43314,600,20,0,2,0,1,0,0,0),(244020,32820,0,1,1,0,0,1816.68,233.928,60.6217,2.06775,600,20,0,2,0,1,0,0,0),(244019,32820,0,1,1,0,0,1828.56,240.548,60.8235,1.30383,600,20,0,2,0,1,0,0,0),(244018,32820,0,1,1,0,0,1813.03,233.163,60.6701,0.206939,600,20,0,2,0,1,0,0,0),(244017,32820,0,1,1,0,0,1828.39,233.235,60.4152,2.80998,600,20,0,2,0,1,0,0,0),(244016,32820,0,1,1,0,0,1824.81,233.503,60.3995,0.366519,600,20,0,2,0,1,0,0,0),(244015,32820,0,1,1,0,0,1815.06,236.906,60.5297,0.263669,600,20,0,2,0,1,0,0,0),(244014,32820,0,1,1,0,0,1826.81,257.185,59.8664,4.06662,600,20,0,2,0,1,0,0,0),(244013,32820,0,1,1,0,0,1829.69,244.7,60.1498,4.44542,600,20,0,2,0,1,0,0,0),(244012,32820,0,1,1,0,0,1834.12,242.622,59.9811,2.70282,600,20,0,2,0,1,0,0,0),(244011,32820,0,1,1,0,0,1826.47,231.201,60.3244,1.71042,600,20,0,2,0,1,0,0,0),(244010,32820,0,1,1,0,0,-5145.6,-614.992,398.375,3.93084,600,20,0,2,0,1,0,0,0),(244009,32820,0,1,1,0,0,-5160.29,-623.134,397.509,4.788,600,20,0,2,0,1,0,0,0),(244008,32820,0,1,1,0,0,-5155.71,-625.177,397.533,3.62304,600,20,0,2,0,1,0,0,0),(244007,32820,0,1,1,0,0,-5148.86,-587.004,397.285,1.79353,600,20,0,2,0,1,0,0,0),(244006,32820,0,1,1,0,0,-5150.19,-581.106,397.262,4.93512,600,20,0,2,0,1,0,0,0),(244005,32820,0,1,1,0,0,-5159.97,-627.401,397.341,0.481445,600,20,0,2,0,1,0,0,0),(244004,32820,0,1,1,0,0,-5161.28,-607.041,398.095,3.42675,600,20,0,2,0,1,0,0,0),(244003,32820,0,1,1,0,0,-5142.32,-609.345,398.355,4.1853,600,20,0,2,0,1,0,0,0),(244002,32820,0,1,1,0,0,-5144.81,-600.602,398.184,3.86989,600,20,0,2,0,1,0,0,0),(244001,32820,0,1,1,0,0,-5149.82,-605.071,398.556,0.7283,600,20,0,2,0,1,0,0,0),(244000,32820,0,1,1,0,0,-5162.54,-600.876,398.227,4.91465,600,20,0,2,0,1,0,0,0),(243999,32820,0,1,1,0,0,-5141.22,-594.877,397.547,4.15292,600,20,0,2,0,1,0,0,0),(243998,32820,0,1,1,0,0,-5154.86,-585.464,397.293,6.03208,600,20,0,2,0,1,0,0,0),(243997,32820,0,1,1,0,0,-5165.99,-608.422,397.667,1.14204,600,20,0,2,0,1,0,0,0),(243996,32820,0,1,1,0,0,-5170.15,-578.862,397.368,4.41018,600,20,0,2,0,1,0,0,0),(243995,32820,0,1,1,0,0,-5178.24,-601.539,397.367,5.77101,600,20,0,2,0,1,0,0,0),(243994,32820,0,1,1,0,0,-5179.54,-596.714,397.412,4.97636,600,20,0,2,0,1,0,0,0),(243993,32820,0,1,1,0,0,-5166.66,-586.277,397.821,3.18844,600,20,0,2,0,1,0,0,0),(243992,32820,0,1,1,0,0,-5172.55,-586.553,397.906,0.046851,600,20,0,2,0,1,0,0,0),(243991,32820,0,1,1,0,0,-5207.01,-509.638,388.825,3.95016,600,20,0,2,0,1,0,0,0),(243990,32820,0,1,1,0,0,-5194.19,-519.275,390.262,1.95859,600,20,0,2,0,1,0,0,0),(243989,32820,0,1,1,0,0,-5210.78,-506.068,388.505,5.52483,600,20,0,2,0,1,0,0,0),(243988,32820,0,1,1,0,0,-5149.61,-634.204,397.265,1.72788,600,20,0,2,0,1,0,0,0),(243987,32820,0,1,1,0,0,-5185.08,-608.256,397.26,0.506145,600,20,0,2,0,1,0,0,0),(243986,32820,0,1,1,0,0,-5139.07,-579.316,397.26,4.03171,600,20,0,2,0,1,0,0,0),(243985,32820,0,1,1,0,0,-5195.69,-515.611,389.714,5.10018,600,20,0,2,0,1,0,0,0),(243984,32820,0,1,1,0,0,-5210.18,-512.958,389.592,0.808568,600,20,0,2,0,1,0,0,0),(243983,32820,0,1,1,0,0,-9127.97,347.931,93.9306,3.87463,600,20,0,2,0,1,0,0,0),(243982,32820,0,1,1,0,0,-9126.82,338.231,93.9283,3.97886,600,20,0,2,0,1,0,0,0),(243981,32820,0,1,1,0,0,-9130.69,333.939,93.3105,0.837273,600,20,0,2,0,1,0,0,0),(243980,32820,0,1,1,0,0,-9130.91,344.503,93.7304,0.942478,600,20,0,2,0,1,0,0,0),(243979,32820,0,1,1,0,0,-9118.48,348.456,93.9492,3.78736,600,20,0,2,0,1,0,0,0),(243978,32820,0,1,1,0,0,-9142.22,339.801,91.3411,3.19433,600,20,0,2,0,1,0,0,0),(243977,32820,0,1,1,0,0,-9131.85,358.836,92.3964,0.976147,600,20,0,2,0,1,0,0,0),(243976,32820,0,1,1,0,0,-9130.68,347.471,93.6376,5.67232,600,20,0,2,0,1,0,0,0),(243975,32820,0,1,1,0,0,-9128.35,345.368,94.0594,2.68781,600,20,0,2,0,1,0,0,0),(243974,32820,0,1,1,0,0,-9118.65,325.3,93.3136,1.91986,600,20,0,2,0,1,0,0,0),(243973,32820,0,1,1,0,0,-9114.79,338.765,93.6277,2.9147,600,20,0,2,0,1,0,0,0),(243972,32820,0,1,1,0,0,-5037.43,-789.404,495.213,3.49257,600,20,0,2,0,1,0,0,0),(243971,32820,0,1,1,0,0,-9129.28,362.629,92.3738,4.11774,600,20,0,2,0,1,0,0,0),(243970,32820,0,1,1,0,0,-5041.32,-790.831,495.211,0.350973,600,20,0,2,0,1,0,0,0),(243969,32820,0,1,1,0,0,-9145.26,339.64,90.6757,0.052739,600,20,0,2,0,1,0,0,0),(243968,32820,0,1,1,0,0,-5038.69,-793.428,495.214,2.36238,600,20,0,2,0,1,0,0,0),(243967,32820,0,1,1,0,0,-9548.47,115.032,59.1045,3.35103,600,20,0,2,0,1,0,0,0),(243966,32820,0,1,1,0,0,-9554.76,82.208,59.0394,1.38046,600,20,0,2,0,1,0,0,0),(243965,32820,0,1,1,0,0,-9547.6,83.9896,59.5094,5.09636,600,20,0,2,0,1,0,0,0),(243964,32820,0,1,1,0,0,991.534,-1441.7,63.8837,1.57881,600,20,0,2,0,1,0,0,0),(243963,32820,0,1,1,0,0,1002.38,-1469.14,62.0178,0.285257,600,20,0,2,0,1,0,0,0),(243962,32820,0,1,1,0,0,991.474,-1439.02,64.4612,4.86805,600,20,0,2,0,1,0,0,0),(243961,32820,0,1,1,0,0,1005.67,-1467.89,61.4503,3.50539,600,20,0,2,0,1,0,0,0),(243960,32820,0,1,1,0,0,-9389.17,26.7242,60.1325,4.5204,600,20,0,2,0,1,0,0,0),(243959,32820,0,1,1,0,0,-10943.7,-3228.1,41.5281,4.5204,600,20,0,2,0,1,0,0,0),(243958,32820,0,1,1,0,0,-1208.24,-2664.68,45.3872,5.93412,600,20,0,2,0,1,0,0,0),(243957,32820,0,1,1,0,0,-10697.6,-1158.41,25.0413,3.90954,600,20,0,2,0,1,0,0,0),(243956,32820,0,1,1,0,0,-5243.61,-2892.8,338.307,1.93731,600,20,0,2,0,1,0,0,0),(243955,32820,0,1,1,0,0,-5415.36,-497.514,396.772,4.76475,600,20,0,2,0,1,0,0,0),(243954,32820,0,1,1,0,0,-10645.8,1061.62,33.1256,5.49779,600,20,0,2,0,1,0,0,0),(243953,32820,0,1,1,0,0,183.036,-2129.67,103.204,3.66519,600,20,0,2,0,1,0,0,0),(243952,32820,0,1,1,0,0,-9432.88,-2136.9,66.4413,4.17939,600,20,0,2,0,1,0,0,0),(243951,32820,0,1,1,0,0,-9386.23,26.1518,60.6273,4.5204,600,20,0,2,0,1,0,0,0),(243950,32820,0,1,1,0,0,-14298.2,55.3486,1.47578,2.54818,600,20,0,2,0,1,0,0,0),(243949,32820,0,1,1,0,0,-3442.66,-947.768,9.99993,4.10152,600,20,0,2,0,1,0,0,0),(243948,32820,0,1,1,0,0,-612.235,-547.718,36.5576,4.5204,600,20,0,2,0,1,0,0,0),(243947,32820,0,1,1,0,0,-14298.2,55.3486,1.47578,2.54818,600,20,0,2,0,1,0,0,0),(243946,32820,0,1,1,0,0,-1208.24,-2664.68,45.3872,5.93412,600,20,0,2,0,1,0,0,0),(243945,32820,0,1,1,0,0,992.215,-1450.24,61.5221,2.99252,600,20,0,2,0,1,0,0,0),(243944,32820,0,1,1,0,0,-6300.15,-3497.22,249.889,0.483008,600,20,0,2,0,1,0,0,0),(243943,32820,0,1,1,0,0,-10569.2,270.718,30.3921,2.22656,600,20,0,2,0,1,0,0,0),(243942,32820,0,1,1,0,0,-9553.82,-1369.03,51.2913,4.73714,600,20,0,2,0,1,0,0,0),(243941,32820,0,1,1,0,0,1832.91,267.348,59.9059,5.20296,600,20,0,2,0,1,0,0,0),(243940,32820,0,1,1,0,0,1831.32,263.327,59.7531,0.343526,600,20,0,2,0,1,0,0,0),(243939,32820,0,1,1,0,0,1829.44,268.891,59.9694,5.55464,600,20,0,2,0,1,0,0,0),(243938,32820,0,1,1,0,0,1827.62,265.956,59.9849,5.97439,600,20,0,2,0,1,0,0,0),(243937,32820,0,1,1,0,0,1835.32,263.231,59.9427,5.64963,600,20,0,2,0,1,0,0,0),(243936,32820,0,1,1,0,0,1825.34,223.486,60.3934,2.58265,600,20,0,2,0,1,0,0,0),(243935,32820,0,1,1,0,0,1824.52,227.309,60.1057,4.05004,600,20,0,2,0,1,0,0,0),(243934,32820,0,1,1,0,0,1821.38,222.513,60.1257,1.27628,600,20,0,2,0,1,0,0,0),(243933,32820,0,1,1,0,0,1782.32,220.804,59.682,2.22355,600,20,0,2,0,1,0,0,0),(243932,32820,0,1,1,0,0,1780.83,222.77,59.5924,6.05062,600,20,0,2,0,1,0,0,0),(243931,32820,0,1,1,0,0,1785.33,255.107,59.4587,5.99957,600,20,0,2,0,1,0,0,0),(243930,32820,0,1,1,0,0,1986.74,-3652.08,120.22,3.70105,600,20,0,2,0,1,0,0,0),(243929,32820,0,1,1,0,0,-8440.71,332.994,122.579,2.25725,600,20,0,2,0,1,0,0,0),(243928,32820,0,1,1,0,0,1839.13,1676.02,97.8696,2.48715,600,20,0,2,0,1,0,0,0),(243927,32820,0,1,1,0,0,1938.94,1571.99,82.8736,2.15963,600,20,0,2,0,1,0,0,0),(243926,32820,0,1,1,0,0,1912.03,1588.68,85.3317,2.88977,600,20,0,2,0,1,0,0,0),(243925,32820,0,1,1,0,0,1922.12,1585.29,83.6855,4.3673,600,20,0,2,0,1,0,0,0),(243924,32820,0,1,1,0,0,1940.68,1629.14,80.2658,0,600,20,0,2,0,1,0,0,0),(243923,32820,0,1,1,0,0,2075.97,1690.9,70.36,1.95063,600,20,0,2,0,1,0,0,0),(243922,32820,0,1,1,0,0,1986.28,1453.64,72.3036,3.93793,600,20,0,2,0,1,0,0,0),(243921,32820,0,1,1,0,0,1930.14,1606.7,83.0828,4.03171,600,20,0,2,0,1,0,0,0),(243920,32820,0,1,1,0,0,2009.44,1505.26,73.9583,0.280782,600,20,0,2,0,1,0,0,0),(243919,32820,0,1,1,0,0,2018.37,1524,78.2645,3.27533,600,20,0,2,0,1,0,0,0),(243916,32820,0,1,1,0,0,1905.2,1690.69,86.5372,4.7797,600,20,0,2,0,1,0,0,0),(243917,32820,0,1,1,0,0,1980.72,1677.9,78.1821,0.840403,600,20,0,2,0,1,0,0,0),(243918,32820,0,1,1,0,0,1969.44,1592.83,82.4083,5.2709,600,20,0,2,0,1,0,0,0),(243915,32820,0,1,1,0,0,1964.51,1690.35,78.3776,1.10587,600,20,0,2,0,1,0,0,0),(243914,32820,0,1,1,0,0,1931.45,1688.03,79.5437,6.06427,600,20,0,2,0,1,0,0,0),(243913,32820,0,1,1,0,0,2004.91,1641.77,73.3319,3.15426,600,20,0,2,0,1,0,0,0),(243912,32820,0,1,1,0,0,1944.29,1667.7,78.3294,5.0045,600,20,0,2,0,1,0,0,0),(243911,32820,0,1,1,0,0,1962.43,1638.69,78.8776,3.91656,600,20,0,2,0,1,0,0,0),(243910,32820,0,1,1,0,0,2000.95,1587.97,78.9962,0.191096,600,20,0,2,0,1,0,0,0),(243909,32820,0,1,1,0,0,2015.67,1553.31,79.1846,0.825705,600,20,0,2,0,1,0,0,0),(243908,32820,0,1,1,0,0,1991.34,1528.17,80.8495,4.96921,600,20,0,2,0,1,0,0,0),(243907,32820,0,1,1,0,0,1981.57,1528.8,86.8198,3.16503,600,20,0,2,0,1,0,0,0),(243906,32820,0,1,1,0,0,1926.77,1661.55,79.5127,0.077276,600,20,0,2,0,1,0,0,0),(243905,32820,0,1,1,0,0,1865.18,1669.82,93.3175,2.92431,600,20,0,2,0,1,0,0,0),(243904,32820,0,1,1,0,0,1910.31,1641.54,89.5206,3.50196,600,20,0,2,0,1,0,0,0),(243903,32820,0,1,1,0,0,1980.2,1591.12,82.4889,3.00435,600,20,0,2,0,1,0,0,0),(243902,32820,0,1,1,0,0,1978.92,1574.15,79.2329,5.05864,600,20,0,2,0,1,0,0,0),(243901,32820,0,1,1,0,0,1976.71,1547.91,87.0632,2.66361,600,20,0,2,0,1,0,0,0),(243900,32820,0,1,1,0,0,1945.63,1589.38,82.286,3.08945,600,20,0,2,0,1,0,0,0),(243899,32820,0,1,1,0,0,1908.9,1605.24,85.7089,1.83176,600,20,0,2,0,1,0,0,0),(243898,32820,0,1,1,0,0,1975.21,1496.68,85.9142,3.69236,600,20,0,2,0,1,0,0,0),(243897,32820,0,1,1,0,0,1926.11,1583.07,83.2642,2.48772,600,20,0,2,0,1,0,0,0),(243896,32820,0,1,1,0,0,1952.23,1474.47,79.4592,3.58341,600,20,0,2,0,1,0,0,0),(243895,32820,0,1,1,0,0,1953.75,1514.37,88.0872,5.63848,600,20,0,2,0,1,0,0,0),(243894,32820,0,1,1,0,0,1941.21,1459.58,73.8011,3.80354,600,20,0,2,0,1,0,0,0),(243893,32820,0,1,1,0,0,1916.89,1579.84,85.3748,5.26223,600,20,0,2,0,1,0,0,0),(243892,32820,0,1,1,0,0,1939.42,1543.6,90.165,1.29469,600,20,0,2,0,1,0,0,0),(243891,32820,0,1,1,0,0,1903.38,1571.51,89.0855,6.14036,600,20,0,2,0,1,0,0,0),(243890,32820,0,1,1,0,0,1900.82,1551.82,88.9754,5.83433,600,20,0,2,0,1,0,0,0),(243889,32820,0,1,1,0,0,1938.6,1520.76,88.0872,1.41664,600,20,0,2,0,1,0,0,0),(243888,32820,0,1,1,0,0,1942.84,1504.06,86.6385,1.42973,600,20,0,2,0,1,0,0,0),(243887,32820,0,1,1,0,0,1936.46,1470.72,76.8807,3.05083,600,20,0,2,0,1,0,0,0),(243886,32820,0,1,1,0,0,1941.18,1482.73,80.68,3.9118,600,20,0,2,0,1,0,0,0),(243885,32820,0,1,1,0,0,1879.95,1531.01,88.1731,1.93335,600,20,0,2,0,1,0,0,0),(243884,32820,0,1,1,0,0,1925.79,1505.03,87.8891,2.73881,600,20,0,2,0,1,0,0,0),(243883,32820,0,1,1,0,0,1922.26,1487.58,87.5093,4.91906,600,20,0,2,0,1,0,0,0),(243882,32820,0,1,1,0,0,2062.2,282.961,97.0315,1.13488,600,20,0,2,0,1,0,0,0),(243881,32820,0,1,1,0,0,2069.68,281.58,97.0315,1.49224,600,20,0,2,0,1,0,0,0),(243880,32820,0,1,1,0,0,2061.88,245.766,99.7687,3.6992,600,20,0,2,0,1,0,0,0),(243879,32820,0,1,1,0,0,2055.57,246.986,99.7687,5.24251,600,20,0,2,0,1,0,0,0),(243876,32820,0,1,1,0,0,603.436,1338.35,88.5123,5.87362,600,20,0,2,0,1,0,0,0),(243877,32820,0,1,1,0,0,-156.058,-872.543,57.013,2.16546,600,20,0,2,0,1,0,0,0),(243878,32820,0,1,1,0,0,2286.63,403.383,33.9185,5.40354,600,20,0,2,0,1,0,0,0),(243875,32820,0,1,1,0,0,1819.41,219.233,60.0732,0.337883,600,20,0,2,0,1,0,0,0),(243874,32820,0,1,1,0,0,-5621.95,-472.837,397.14,5.67232,600,20,0,2,0,1,0,0,0),(243873,32820,0,1,1,0,0,1877.29,1485.36,86.1047,1.54772,600,20,0,2,0,1,0,0,0),(243872,32820,0,1,1,0,0,2239.51,282.798,35.1478,5.28835,600,20,0,2,0,1,0,0,0),(243871,32820,0,1,1,0,0,-9897.53,1311.06,42.2721,2.52486,600,20,0,2,0,1,0,0,0),(243870,32820,0,1,1,0,0,2020.66,1586.14,74.7462,2.30483,600,20,0,2,0,1,0,0,0),(243869,32820,0,1,1,0,0,2051.51,1574.01,74.622,1.76244,600,20,0,2,0,1,0,0,0),(243868,32820,0,1,1,0,0,-9778.55,-1564.57,41.988,1.68063,600,20,0,2,0,1,0,0,0),(243867,32820,0,1,1,0,0,-9861.98,-223.795,36.1011,0.612494,600,20,0,2,0,1,0,0,0),(243866,32820,0,1,1,0,0,2123.26,1723.26,75.4448,0.848595,600,20,0,2,0,1,0,0,0),(243865,32820,0,1,1,0,0,1849.51,-2142.72,68.1751,3.99197,600,20,0,2,0,1,0,0,0),(243864,32820,0,1,1,0,0,-6863.72,-1537.16,241.747,3.64169,600,20,0,2,0,1,0,0,0),(243863,32820,0,1,1,0,0,-7106.25,-3488.66,242.38,0.0916974,600,20,0,2,0,1,0,0,0),(243862,32820,0,1,1,0,0,797.762,-426.993,135.484,2.26174,600,20,0,2,0,1,0,0,0),(243861,32820,0,1,1,0,0,2113.85,1753.13,81.2572,6.05912,600,20,0,2,0,1,0,0,0),(243860,32820,0,1,1,0,0,2121.93,1762.63,89.4838,0.686555,600,20,0,2,0,1,0,0,0),(243859,32820,0,1,1,0,0,2143.41,1713.96,88.0088,4.44622,600,20,0,2,0,1,0,0,0),(243858,32820,0,1,1,0,0,2007.43,1635.3,72.8902,1.47816,600,20,0,2,0,1,0,0,0),(243857,32820,0,1,1,0,0,2018.5,1613.13,71.539,5.58342,600,20,0,2,0,1,0,0,0),(243856,32820,0,1,1,0,0,2023.33,1615.64,71.4021,2.48225,600,20,0,2,0,1,0,0,0),(243855,32820,0,1,1,0,0,-9960.07,-154.13,21.9752,5.60729,600,20,0,2,0,1,0,0,0),(243854,32820,0,1,1,0,0,-9958.02,-155.297,22.3585,5.67327,600,20,0,2,0,1,0,0,0),(243853,32820,0,1,1,0,0,-9340.16,183.339,61.5512,0.349854,600,20,0,2,0,1,0,0,0),(243852,32820,0,1,1,0,0,-9346.44,171.041,61.5582,2.74061,600,20,0,2,0,1,0,0,0),(243851,32820,0,1,1,0,0,2039.44,1637.45,70.7334,3.08192,600,20,0,2,0,1,0,0,0),(243850,32820,0,1,1,0,0,1996.41,1699.24,79.0733,4.19742,600,20,0,2,0,1,0,0,0),(243849,32820,0,1,1,0,0,2048.31,1729.92,80.3154,1.5708,600,20,0,2,0,1,0,0,0),(243848,32820,0,1,1,0,0,2059.84,1747.6,82.0121,5.46288,600,20,0,2,0,1,0,0,0),(243847,32820,0,1,1,0,0,2047.8,1912.96,102.799,5.39307,600,20,0,2,0,1,0,0,0),(243846,32820,0,1,1,0,0,2053.13,1905.26,101.451,4.2586,600,20,0,2,0,1,0,0,0),(243845,32820,0,1,1,0,0,2326.63,1351.72,33.4583,5.00745,600,20,0,2,0,1,0,0,0),(243844,32820,0,1,1,0,0,2293.08,310.279,35.611,3.29253,600,20,0,2,0,1,0,0,0),(243843,32820,0,1,1,0,0,2141.23,640.716,34.2212,5.15441,600,20,0,2,0,1,0,0,0),(243842,32820,0,1,1,0,0,2364.21,1314.57,33.4123,1.35871,600,20,0,2,0,1,0,0,0),(243841,32820,0,1,1,0,0,-10101.1,1053.31,36.5544,1.38766,600,20,0,2,0,1,0,0,0),(243840,32820,0,1,1,0,0,-10093.3,1053.26,37.1329,5.03173,600,20,0,2,0,1,0,0,0),(243839,32820,0,1,1,0,0,-10142.5,1048.42,36.8772,2.92152,600,20,0,2,0,1,0,0,0),(243838,32820,0,1,1,0,0,-10324,1419.24,39.9909,1.01209,600,20,0,2,0,1,0,0,0),(243837,32820,0,1,1,0,0,-9842.73,1269.92,41.3237,0.834495,600,20,0,2,0,1,0,0,0),(243836,32820,0,1,1,0,0,-10722.2,1669.9,44.0413,1.1882,600,20,0,2,0,1,0,0,0),(243835,32820,0,1,1,0,0,2607.11,642.275,28.6185,4.66722,600,20,0,2,0,1,0,0,0),(243834,32820,0,1,1,0,0,2522.67,506.184,38.5263,0.121734,600,20,0,2,0,1,0,0,0),(243833,32820,0,1,1,0,0,2553.22,507.565,18.0189,4.67312,600,20,0,2,0,1,0,0,0),(243832,32820,0,1,1,0,0,-5251.04,-2890.35,339.293,0.932313,600,20,0,2,0,1,0,0,0),(243831,32820,0,1,1,0,0,-9393.06,-12.708,61.7282,0.609785,600,20,0,2,0,1,0,0,0),(243830,32820,0,1,1,0,0,-5429.74,-524.295,397.028,1.47952,600,20,0,2,0,1,0,0,0),(243829,32820,0,1,1,0,0,2487.49,455.609,39.5088,0.0451597,600,20,0,2,0,1,0,0,0),(243828,32820,0,1,1,0,0,2598.77,480.74,24.1265,2.61145,600,20,0,2,0,1,0,0,0),(243827,32820,0,1,1,0,0,2692.43,530.939,22.942,2.97468,600,20,0,2,0,1,0,0,0),(243826,32820,0,1,1,0,0,-11098.5,-1830.69,71.8642,3.63551,600,20,0,2,0,1,0,0,0),(243825,32820,0,1,1,0,0,1795.91,1342.81,89.0869,3.64774,600,20,0,2,0,1,0,0,0),(243824,32820,0,1,1,0,0,1789.48,1335.2,89.7295,1.36136,600,20,0,2,0,1,0,0,0),(243823,32820,0,1,1,0,0,1779.57,1381.83,90.4094,2.32509,600,20,0,2,0,1,0,0,0),(243822,32820,0,1,1,0,0,1729.5,1318.17,111.616,5.02367,600,20,0,2,0,1,0,0,0),(243821,32820,0,1,1,0,0,1767.78,1335.96,90.7335,3.74657,600,20,0,2,0,1,0,0,0),(243820,32820,0,1,1,0,0,1812.44,1387.72,78.1535,4.82501,600,20,0,2,0,1,0,0,0),(243819,32820,0,1,1,0,0,1731.53,1369.26,103.698,3.65316,600,20,0,2,0,1,0,0,0),(243818,32820,0,1,1,0,0,1757.26,1370.34,92.2895,3.84071,600,20,0,2,0,1,0,0,0),(243817,32820,0,1,1,0,0,1751.2,1321.49,101.106,4.24247,600,20,0,2,0,1,0,0,0),(243816,32820,0,1,1,0,0,1789.5,1376.98,86.1594,0.482362,600,20,0,2,0,1,0,0,0),(243815,32820,0,1,1,0,0,1780.09,1306.45,102.451,0.492249,600,20,0,2,0,1,0,0,0),(243814,32820,0,1,1,0,0,1770.66,1357.48,89.9835,0.627305,600,20,0,2,0,1,0,0,0),(243813,32820,0,1,1,0,0,1806.7,1357.22,85.9472,2.21564,600,20,0,2,0,1,0,0,0),(243812,32820,0,1,1,0,0,1916.15,1382.17,69.2014,4.87436,600,20,0,2,0,1,0,0,0),(243811,32820,0,1,1,0,0,1909.56,1307.61,90.0274,5.69666,600,20,0,2,0,1,0,0,0),(243810,32820,0,1,1,0,0,-9041.9,434.215,93.296,2.11911,600,20,0,2,0,1,0,0,0),(243809,32820,0,1,1,0,0,1688.74,-726.084,58.1182,1.29598,600,20,0,2,0,1,0,0,0),(243808,32820,0,1,1,0,0,-9625.31,695.083,62.7331,2.7061,600,20,0,2,0,1,0,0,0),(243807,32820,0,1,1,0,0,-9616.04,642.939,62.6796,5.88775,600,20,0,2,0,1,0,0,0),(243806,32820,0,1,1,0,0,-9791.47,720.201,68.2069,0.529751,600,20,0,2,0,1,0,0,0),(243805,32820,0,1,1,0,0,3076.96,-562.549,126.721,3.01007,600,20,0,2,0,1,0,0,0),(243804,32820,0,1,1,0,0,3076.84,-557,126.803,3.108,600,20,0,2,0,1,0,0,0),(243803,32820,0,1,1,0,0,2908.8,916.291,115.437,1.75454,600,20,0,2,0,1,0,0,0),(243802,32820,0,1,1,0,0,2993.51,640.431,95.6329,3.82409,600,20,0,2,0,1,0,0,0),(243801,32820,0,1,1,0,0,2021.87,1612.39,71.5787,3.98252,600,20,0,2,0,1,0,0,0),(243800,32820,0,1,1,0,0,1971.58,1570.47,79.1067,4.18616,600,20,0,2,0,1,0,0,0),(243799,32820,0,1,1,0,0,1987.36,1591.49,82.5041,5.49851,600,20,0,2,0,1,0,0,0),(243798,32820,0,1,1,0,0,1994.22,1586.34,81.2317,2.31178,600,20,0,2,0,1,0,0,0),(243797,32820,0,1,1,0,0,1976.01,1501.05,86.214,0.928894,600,20,0,2,0,1,0,0,0),(243796,32820,0,1,1,0,0,1975.66,1546.43,87.2305,1.15654,600,20,0,2,0,1,0,0,0),(243795,32820,0,1,1,0,0,1977.02,1522.91,87.5698,4.72587,600,20,0,2,0,1,0,0,0),(243794,32820,0,1,1,0,0,-9478.55,-1166.22,50.4518,4.10283,600,20,0,2,0,1,0,0,0),(243793,32820,0,1,1,0,0,-9475.52,-1161.98,50.9518,4.90971,600,20,0,2,0,1,0,0,0),(243792,32820,0,1,1,0,0,-9507.4,-1209.39,47.8715,3.73257,600,20,0,2,0,1,0,0,0),(243791,32820,0,1,1,0,0,-9472.62,47.3926,56.7775,5.34535,600,20,0,2,0,1,0,0,0),(243790,32820,0,1,1,0,0,-9944.64,-150.41,25.0081,1.68865,600,20,0,2,0,1,0,0,0),(243789,32820,0,1,1,0,0,-479.589,4.75845,55.4283,4.72252,600,20,0,2,0,1,0,0,0),(243788,32820,0,1,1,0,0,-526.007,18.1682,49.3176,3.12987,600,20,0,2,0,1,0,0,0),(243787,32820,0,1,1,0,0,-10694.7,-1130.38,25.5715,3.55496,600,20,0,2,0,1,0,0,0),(243786,32820,0,1,1,0,0,-908.8,-959.17,30.4945,0.763091,600,20,0,2,0,1,0,0,0),(243785,32820,0,1,1,0,0,-814.948,-616.612,13.8203,1.96799,600,20,0,2,0,1,0,0,0),(243784,32820,0,1,1,0,0,-816.533,-537.25,15.3231,2.77414,600,20,0,2,0,1,0,0,0),(243783,32820,0,1,1,0,0,-753.823,-573.231,19.5524,1.55322,600,20,0,2,0,1,0,0,0),(243782,32820,0,1,1,0,0,-790.13,-605.027,22.1652,4.44376,600,20,0,2,0,1,0,0,0),(243781,32820,0,1,1,0,0,-9325.21,269.797,67.8272,5.27587,600,20,0,2,0,1,0,0,0),(243780,32820,0,1,1,0,0,-9332.22,272.505,68.1097,1.01197,600,20,0,2,0,1,0,0,0),(243779,32820,0,1,1,0,0,-9427.15,129.176,59.4742,2.84226,600,20,0,2,0,1,0,0,0),(243778,32820,0,1,1,0,0,-10672.2,-1153.13,25.833,1.41593,600,20,0,2,0,1,0,0,0),(243777,32820,0,1,1,0,0,-10683.7,-1233.15,28.7227,5.27282,600,20,0,2,0,1,0,0,0),(243776,32820,0,1,1,0,0,-10561.6,-1320.52,47.1949,2.26275,600,20,0,2,0,1,0,0,0),(243775,32820,0,1,1,0,0,-9055.89,424.686,93.2957,2.28775,600,20,1,2,0,1,1,0,0),(243773,32820,0,1,1,0,0,-9511.31,-1285.64,44.1448,3.93122,600,20,0,2,0,1,0,0,0),(243774,32820,0,1,1,0,0,-9071.98,445.326,93.2958,5.4317,600,20,1,2,0,1,1,0,0),(243772,32820,0,1,1,0,0,1911.6,1499.34,89.1851,4.08433,600,20,0,2,0,1,0,0,0),(243771,32820,0,1,1,0,0,1904.61,1490.4,93.9505,1.04444,600,20,0,2,0,1,0,0,0),(243770,32820,0,1,1,0,0,1700.66,1412.59,128.992,3.27602,600,20,0,2,0,1,0,0,0),(243769,32820,0,1,1,0,0,2164.71,1707.36,94.5088,5.24337,600,20,0,2,0,1,0,0,0),(243768,32820,0,1,1,0,0,-9314.44,534.504,75.7665,5.50474,600,20,0,2,0,1,0,0,0),(243767,32820,0,1,1,0,0,1814.22,1281.65,98.8504,4.30128,600,20,0,2,0,1,0,0,0),(243766,32820,0,1,1,0,0,1897.44,1470.9,84.7727,1.74171,600,20,0,2,0,1,0,0,0),(243765,32820,0,1,1,0,0,1904.95,1459.38,81.8932,1.99645,600,20,0,2,0,1,0,0,0),(243764,32820,0,1,1,0,0,1876.33,1286.86,97.0498,2.29111,600,20,0,2,0,1,0,0,0),(243763,32820,0,1,1,0,0,1875.6,1475.32,84.1047,1.0482,600,20,0,2,0,1,0,0,0),(243762,32820,0,1,1,0,0,1856.99,1486.92,90.4841,6.24703,600,20,0,2,0,1,0,0,0),(243761,32820,0,1,1,0,0,1843.25,1411.66,81.1712,3.52332,600,20,0,2,0,1,0,0,0),(243760,32820,0,1,1,0,0,1743.9,1484.4,131.095,1.93249,600,20,0,2,0,1,0,0,0),(243759,32820,0,1,1,0,0,1680.36,1459.78,131.926,5.12536,600,20,0,2,0,1,0,0,0),(243758,32820,0,1,1,0,0,2042.62,1535.94,77.489,0.78331,600,20,0,2,0,1,0,0,0),(243757,32820,0,1,1,0,0,1842.72,1326.38,82.5225,3.55238,600,20,0,2,0,1,0,0,0),(243756,32820,0,1,1,0,0,1682.29,1331.34,129.135,5.97211,600,20,0,2,0,1,0,0,0),(243755,32820,0,1,1,0,0,1745.24,1384.37,99.1645,3.97365,600,20,0,2,0,1,0,0,0),(243754,32820,0,1,1,0,0,1745.32,1456.14,127.703,0.931008,600,20,0,2,0,1,0,0,0),(243753,32820,0,1,1,0,0,2176.15,1773.74,106.631,4.70236,600,20,0,2,0,1,0,0,0),(243752,32820,0,1,1,0,0,2150.35,1796.23,111.591,3.85096,600,20,0,2,0,1,0,0,0),(243751,32820,0,1,1,0,0,1785.62,1413.87,89.7434,5.52893,600,20,0,2,0,1,0,0,0),(243750,32820,0,1,1,0,0,2055.19,1802.37,99.9483,5.11756,600,20,0,2,0,1,0,0,0),(243749,32820,0,1,1,0,0,2133,1812.78,107.113,0.076802,600,20,0,2,0,1,0,0,0),(243748,32820,0,1,1,0,0,1767.39,1401.59,95.4556,0.907202,600,20,0,2,0,1,0,0,0),(243747,32820,0,1,1,0,0,-9585.09,22.4941,60.2258,3.83489,600,20,0,2,0,1,0,0,0),(243746,32820,0,1,1,0,0,2246.61,329.109,35.1891,5.54353,600,20,0,2,0,1,0,0,0),(243745,32820,0,1,1,0,0,2149.02,-707.278,66.9912,5.39988,600,20,0,2,0,1,0,0,0),(243744,32820,0,1,1,0,0,1952.85,674.922,46.8509,1.98156,600,20,0,2,0,1,0,0,0),(243743,32820,0,1,1,0,0,2267.57,1148.76,33.1175,0.06058,600,20,0,2,0,1,0,0,0),(243742,32820,0,1,1,0,0,2090.34,1794.37,104.809,1.85416,600,20,0,2,0,1,0,0,0),(243741,32820,0,1,1,0,0,2042.98,1780.07,96.8739,5.71924,600,20,0,2,0,1,0,0,0),(243740,32820,0,1,1,0,0,2061.67,1790.69,92.8739,2.77722,600,20,0,2,0,1,0,0,0),(243739,32820,0,1,1,0,0,2114.67,1785.05,91.621,3.36632,600,20,0,2,0,1,0,0,0),(243738,32820,0,1,1,0,0,2135.63,1749.76,85.8838,0.947992,600,20,0,2,0,1,0,0,0),(243737,32820,0,1,1,0,0,2165.83,1763.53,98.8838,0.006357,600,20,0,2,0,1,0,0,0),(243736,32820,0,1,1,0,0,2235.23,248.3,33.3851,3.24248,600,20,1,2,0,1,1,0,0),(243734,32820,0,1,1,0,0,2045.61,1832.43,107.74,0.226662,600,20,0,2,0,1,0,0,0),(243735,32820,0,1,1,0,0,2290.18,396.015,34.0273,6.22659,600,20,1,2,0,1,1,0,0),(243733,32820,0,1,1,0,0,2035.48,1884.91,103.122,0.21166,600,20,0,2,0,1,0,0,0),(243732,32820,0,1,1,0,0,2045.76,1876.12,101.938,0.09333,600,20,0,2,0,1,0,0,0),(243731,32820,0,1,1,0,0,2044.35,1863.3,102.94,2.87979,600,20,0,2,0,1,0,0,0),(243730,32820,0,1,1,0,0,2068.09,1970.57,99.694,5.04511,600,20,0,2,0,1,0,0,0),(243729,32820,0,1,1,0,0,2081.52,1969.65,101.161,3.06268,600,20,0,2,0,1,0,0,0),(243728,32820,0,1,1,0,0,2031.09,1981.2,99.4831,5.68204,600,20,0,2,0,1,0,0,0),(243727,32820,0,1,1,0,0,2021.89,1970.46,100.136,4.28176,600,20,0,2,0,1,0,0,0),(243726,32820,0,1,1,0,0,2009.06,1952.52,102.697,2.3456,600,20,0,2,0,1,0,0,0),(243725,32820,0,1,1,0,0,2041.57,1990.01,100.102,1.21743,600,20,0,2,0,1,0,0,0),(243724,32820,0,1,1,0,0,2077.98,1951.27,97.9999,3.21011,600,20,0,2,0,1,0,0,0),(243723,32820,0,1,1,0,0,2078.01,1960.71,96.9135,5.26414,600,20,0,2,0,1,0,0,0),(243722,32820,0,1,1,0,0,2056.7,1973.26,100.731,5.72906,600,20,0,2,0,1,0,0,0),(243721,32820,0,1,1,0,0,2067.3,1974.92,100.632,0.468552,600,20,0,2,0,1,0,0,0),(243720,32820,0,1,1,0,0,2004.1,1943.92,103.936,2.06274,600,20,0,2,0,1,0,0,0),(243719,32820,0,1,1,0,0,2009.23,1927.88,105.324,0.789907,600,20,0,2,0,1,0,0,0),(243718,32820,0,1,1,0,0,2037.69,1915.95,102.442,2.21748,600,20,0,2,0,1,0,0,0),(243717,32820,0,1,1,0,0,2048.1,1913.08,102.643,3.59252,600,20,0,2,0,1,0,0,0),(243716,32820,0,1,1,0,0,2053.61,1904.96,101.297,2.74847,600,20,0,2,0,1,0,0,0),(243715,32820,0,1,1,0,0,2030.92,1759.4,105.187,3.13952,600,20,0,2,0,1,0,0,0),(243714,32820,0,1,1,0,0,2142.51,1818.9,112.467,0.113485,600,20,0,2,0,1,0,0,0),(243713,32820,0,1,1,0,0,1775.35,768.2,55.1358,3.94759,600,20,0,2,0,1,0,0,0),(243712,32820,0,1,1,0,0,-8933.42,-236.962,79.4718,3.6465,600,20,0,2,0,1,0,0,0),(243711,32820,0,1,1,0,0,-385.302,1110.64,85.3631,1.345,600,20,0,2,0,1,0,0,0),(243710,32820,0,1,1,0,0,2910.61,801.003,118.231,2.66562,600,20,0,2,0,1,0,0,0),(243709,32820,0,1,1,0,0,2817.39,698.619,145.777,0.297644,600,20,0,2,0,1,0,0,0),(243708,32820,0,1,1,0,0,2947.37,537.734,95.8111,1.59355,600,20,0,2,0,1,0,0,0),(243707,32820,0,1,1,0,0,2042.86,1895.12,102.009,4.20624,600,20,0,2,0,1,0,0,0),(243706,32820,0,1,1,0,0,1825.83,1520.08,90.2908,4.37744,600,20,0,2,0,1,0,0,0),(243705,32820,0,1,1,0,0,2010.64,1633.8,71.8949,3.6393,600,20,0,2,0,1,0,0,0),(243704,32820,0,1,1,0,0,1786.59,1490.76,104.011,0.357352,600,20,0,2,0,1,0,0,0),(243703,32820,0,1,1,0,0,-9270,653.4,134.5,0.4,600,20,0,2,0,1,0,0,0),(243702,32820,0,1,1,0,0,-9495.05,395.521,51.949,1.53097,600,20,0,2,0,1,0,0,0),(243701,32820,0,1,1,0,0,-9898,-277,33.4,0.4,600,20,0,2,0,1,0,0,0),(243700,32820,0,1,1,0,0,-9860,-221,36.19,0.4,600,20,0,2,0,1,0,0,0),(243699,32820,0,1,1,0,0,-9793,-306,46.5,0.4,600,20,0,2,0,1,0,0,0),(243698,32820,0,1,1,0,0,-9744,558.748,35.745,6.004,600,20,0,2,0,1,0,0,0),(243697,32820,0,1,1,0,0,1964.31,1554.16,85.7158,1.30119,600,20,0,2,0,1,0,0,0),(243696,32820,0,1,1,0,0,3119.52,-574,128.942,0.681,600,20,0,2,0,1,0,0,0),(243695,32820,0,1,1,0,0,3102.06,-553,126.627,0.175,600,20,0,2,0,1,0,0,0),(243694,32820,0,1,1,0,0,3096.26,-566,126.807,1.006,600,20,0,2,0,1,0,0,0),(243693,32820,0,1,1,0,0,3088.75,-10,0.235,2.426,600,20,0,2,0,1,0,0,0),(243692,32820,0,1,1,0,0,3078.75,-560,126.722,3.165,600,20,0,2,0,1,0,0,0),(243691,32820,0,1,1,0,0,2928.53,696.453,108.188,1.70351,600,20,0,2,0,1,0,0,0),(243690,32820,0,1,1,0,0,3076.78,-562,126.721,2.868,600,20,0,2,0,1,0,0,0),(243689,32820,0,1,1,0,0,3069,-80,0.579,4.59,600,20,0,2,0,1,0,0,0),(243688,32820,0,1,1,0,0,3061.28,-147,-2,2.921,600,20,0,2,0,1,0,0,0),(243687,32820,0,1,1,0,0,3059.86,691.63,65.964,1.097,600,20,0,2,0,1,0,0,0),(243686,32820,0,1,1,0,0,3056.72,-559,125.842,2.512,600,20,0,2,0,1,0,0,0),(243685,32820,0,1,1,0,0,3054.02,-183,1.923,0.202,600,20,0,2,0,1,0,0,0),(243684,32820,0,1,1,0,0,3052.36,426.242,7.103,4.067,600,20,0,2,0,1,0,0,0),(243683,32820,0,1,1,0,0,3052.12,-566,126.397,2.459,600,20,0,2,0,1,0,0,0),(243682,32820,0,1,1,0,0,3051.71,-551,126.513,3.651,600,20,0,2,0,1,0,0,0),(243681,32820,0,1,1,0,0,3049.32,661.191,57.423,1.826,600,20,0,2,0,1,0,0,0),(243680,32820,0,1,1,0,0,3046.45,11.109,0.234,4.485,600,20,0,2,0,1,0,0,0),(243679,32820,0,1,1,0,0,3045.31,417.43,0.567,5.655,600,20,0,2,0,1,0,0,0),(243678,32820,0,1,1,0,0,2982.18,601.382,98.2531,2.72127,600,20,0,2,0,1,0,0,0),(243677,32820,0,1,1,0,0,3043.79,657.255,57.423,1.618,600,20,0,2,0,1,0,0,0),(243676,32820,0,1,1,0,0,3041.3,660.506,57.506,2.147,600,20,0,2,0,1,0,0,0),(243675,32820,0,1,1,0,0,3040.67,-31,5.143,5.691,600,20,0,2,0,1,0,0,0),(243674,32820,0,1,1,0,0,3038.01,656.1,75.35,6.275,600,20,0,2,0,1,0,0,0),(243673,32820,0,1,1,0,0,3033.13,398.802,0.929,2.906,600,20,0,2,0,1,0,0,0),(243672,32820,0,1,1,0,0,3032.96,655.387,75.35,0.114,600,20,0,2,0,1,0,0,0),(243671,32820,0,1,1,0,0,3030.19,-366,2.743,4.049,600,20,0,2,0,1,0,0,0),(243670,32820,0,1,1,0,0,3028.97,-179,7.284,4.565,600,20,0,2,0,1,0,0,0),(243669,32820,0,1,1,0,0,3027.17,689.5,65.964,2.264,600,20,0,2,0,1,0,0,0),(243668,32820,0,1,1,0,0,3026.25,-362,4.429,5.986,600,20,0,2,0,1,0,0,0),(243667,32820,0,1,1,0,0,3026.09,-249,7.387,4.482,600,20,0,2,0,1,0,0,0),(243666,32820,0,1,1,0,0,3024.93,-233,7.387,1.6,600,20,0,2,0,1,0,0,0),(243665,32820,0,1,1,0,0,3024.11,652.807,90.253,5.443,600,20,0,2,0,1,0,0,0),(243664,32820,0,1,1,0,0,3022.31,-143,5.012,2.794,600,20,0,2,0,1,0,0,0),(243663,32820,0,1,1,0,0,3021.42,-542,119.423,2.598,600,20,0,2,0,1,0,0,0),(243662,32820,0,1,1,0,0,3019.24,-345,7.387,2.226,600,20,0,2,0,1,0,0,0),(243661,32820,0,1,1,0,0,3017.92,-559,118.956,2.777,600,20,0,2,0,1,0,0,0),(243660,32820,0,1,1,0,0,3013.12,367.309,2.625,3.236,600,20,0,2,0,1,0,0,0),(243659,32820,0,1,1,0,0,3005.26,804.189,86.07,3.823,600,20,0,2,0,1,0,0,0),(243658,32820,0,1,1,0,0,3004.72,-494,96.224,1.054,600,20,0,2,0,1,0,0,0),(243657,32820,0,1,1,0,0,3003.91,-540,115.815,3.553,600,20,0,2,0,1,0,0,0),(243656,32820,0,1,1,0,0,2994.95,383.693,7.901,5.36,600,20,0,2,0,1,0,0,0),(243655,32820,0,1,1,0,0,2992.05,698.937,93.051,5.166,600,20,0,2,0,1,0,0,0),(243654,32820,0,1,1,0,0,2990.13,-66,16.091,4.713,600,20,0,2,0,1,0,0,0),(243653,32820,0,1,1,0,0,2986.52,422.934,19.479,5.042,600,20,0,2,0,1,0,0,0),(243652,32820,0,1,1,0,0,2985.35,-748,157.915,6.231,600,20,0,2,0,1,0,0,0),(243651,32820,0,1,1,0,0,2985.34,978.439,114.323,6.253,600,20,0,2,0,1,0,0,0),(243650,32820,0,1,1,0,0,2984.23,918.186,110.832,5.333,600,20,0,2,0,1,0,0,0),(243649,32820,0,1,1,0,0,2981.09,-307,18.762,0.878,600,20,0,2,0,1,0,0,0),(243648,32820,0,1,1,0,0,2980.37,-179,18.694,0.84,600,20,0,2,0,1,0,0,0),(243647,32820,0,1,1,0,0,2979.26,-17,6.461,2.412,600,20,0,2,0,1,0,0,0),(243646,32820,0,1,1,0,0,2979.02,1073.34,85.655,5.99,600,20,0,2,0,1,0,0,0),(243645,32820,0,1,1,0,0,2978.02,-540,112.539,3.735,600,20,0,2,0,1,0,0,0),(243644,32820,0,1,1,0,0,2974.75,287.31,4.246,0.001,600,20,0,2,0,1,0,0,0),(243643,32820,0,1,1,0,0,2974.08,571.61,94.697,2.646,600,20,0,2,0,1,0,0,0),(243642,32820,0,1,1,0,0,2972.62,-558,111.918,3.277,600,20,0,2,0,1,0,0,0),(243641,32820,0,1,1,0,0,2970.81,274.396,5.439,4.338,600,20,0,2,0,1,0,0,0),(243640,32820,0,1,1,0,0,2969.37,-292,21.871,4.815,600,20,0,2,0,1,0,0,0),(243639,32820,0,1,1,0,0,2968.38,335.047,8.085,0.401,600,20,0,2,0,1,0,0,0),(243638,32820,0,1,1,0,0,2967.57,333.307,8.102,5.69,600,20,0,2,0,1,0,0,0),(243637,32820,0,1,1,0,0,2956.12,819.863,101.797,2.267,600,20,0,2,0,1,0,0,0),(243636,32820,0,1,1,0,0,2956.01,709.12,105.911,0.855,600,20,0,2,0,1,0,0,0),(243635,32820,0,1,1,0,0,2954.81,1018.79,103.163,3.807,600,20,0,2,0,1,0,0,0),(243634,32820,0,1,1,0,0,2954.64,315.11,7.777,1.495,600,20,0,2,0,1,0,0,0),(243633,32820,0,1,1,0,0,2953.51,-717,154.858,2.905,600,20,0,2,0,1,0,0,0),(243632,32820,0,1,1,0,0,2948.83,-273,27.43,2.897,600,20,0,2,0,1,0,0,0),(243631,32820,0,1,1,0,0,2947.92,-652,154.773,5.658,600,20,0,2,0,1,0,0,0),(243630,32820,0,1,1,0,0,2947.86,161.726,4.916,1.018,600,20,0,2,0,1,0,0,0),(243629,32820,0,1,1,0,0,2947.27,-769,154.118,0.31,600,20,0,2,0,1,0,0,0),(243628,32820,0,1,1,0,0,2946.59,181.706,3.237,3.686,600,20,0,2,0,1,0,0,0),(243627,32820,0,1,1,0,0,2945.26,971.593,121.785,1.886,600,20,0,2,0,1,0,0,0),(243626,32820,0,1,1,0,0,2944.88,562.758,91.401,2.818,600,20,0,2,0,1,0,0,0),(243625,32820,0,1,1,0,0,2944.22,-625,154.703,2.807,600,20,0,2,0,1,0,0,0),(243624,32820,0,1,1,0,0,2943.65,63.731,6.236,3.308,600,20,0,2,0,1,0,0,0),(243623,32820,0,1,1,0,0,2942.63,-151,26.086,2.002,600,20,0,2,0,1,0,0,0),(243622,32820,0,1,1,0,0,2941.69,102.462,6.311,6.056,600,20,0,2,0,1,0,0,0),(243621,32820,0,1,1,0,0,2936.93,-237,34.005,0.051,600,20,0,2,0,1,0,0,0),(243620,32820,0,1,1,0,0,2936.11,-656,148.523,0.068,600,20,0,2,0,1,0,0,0),(243619,32820,0,1,1,0,0,2934.09,263.472,8.085,6.266,600,20,0,2,0,1,0,0,0),(243618,32820,0,1,1,0,0,2931.4,-730,153.635,4.361,600,20,0,2,0,1,0,0,0),(243617,32820,0,1,1,0,0,2929.93,-241,35.956,1.894,600,20,0,2,0,1,0,0,0),(243616,32820,0,1,1,0,0,2929.88,788.119,109.945,0.705,600,20,0,2,0,1,0,0,0),(243615,32820,0,1,1,0,0,2929.25,666.884,108.087,1.678,600,20,0,2,0,1,0,0,0),(243614,32820,0,1,1,0,0,2929.2,89.24,4.717,5.706,600,20,0,2,0,1,0,0,0),(243613,32820,0,1,1,0,0,2927.31,319.104,20.54,0.619,600,20,0,2,0,1,0,0,0),(243612,32820,0,1,1,0,0,2926.76,658.565,107.85,1.553,600,20,0,2,0,1,0,0,0),(243611,32820,0,1,1,0,0,2925.68,953.221,121.743,4.328,600,20,0,2,0,1,0,0,0),(243610,32820,0,1,1,0,0,2924.28,-415,80.677,3.127,600,20,0,2,0,1,0,0,0),(243609,32820,0,1,1,0,0,2923.18,751.02,107.677,4.449,600,20,0,2,0,1,0,0,0),(243608,32820,0,1,1,0,0,2921.05,797.461,116.681,4.988,600,20,0,2,0,1,0,0,0),(243607,32820,0,1,1,0,0,2920.15,169.812,5.183,4.343,600,20,0,2,0,1,0,0,0),(243606,32820,0,1,1,0,0,2919.32,673.126,110.042,3.384,600,20,0,2,0,1,0,0,0),(243605,32820,0,1,1,0,0,2918.6,1048.91,100.867,1.956,600,20,0,2,0,1,0,0,0),(243604,32820,0,1,1,0,0,2918.58,-440,85.155,4.499,600,20,0,2,0,1,0,0,0),(243603,32820,0,1,1,0,0,2917.87,918.233,115.606,0.977,600,20,0,2,0,1,0,0,0),(243602,32820,0,1,1,0,0,2916.55,1061.98,100.848,6.182,600,20,0,2,0,1,0,0,0),(243601,32820,0,1,1,0,0,2916.44,149.209,6.926,3.96,600,20,0,2,0,1,0,0,0),(243600,32820,0,1,1,0,0,2916.26,-83,26.383,4.804,600,20,0,2,0,1,0,0,0),(243599,32820,0,1,1,0,0,2913.44,-754,153.983,2.855,600,20,0,2,0,1,0,0,0),(243598,32820,0,1,1,0,0,2912.35,-760,154.067,1.065,600,20,0,2,0,1,0,0,0),(243597,32820,0,1,1,0,0,2911.67,-162,33.899,2.483,600,20,0,2,0,1,0,0,0),(243596,32820,0,1,1,0,0,2907.77,-710,154.768,3.285,600,20,0,2,0,1,0,0,0),(243595,32820,0,1,1,0,0,2906.4,-79,23.843,1.339,600,20,0,2,0,1,0,0,0),(243594,32820,0,1,1,0,0,2905.63,851.381,112.685,6.2,600,20,0,2,0,1,0,0,0),(243593,32820,0,1,1,0,0,2904.61,-626,149.925,2.946,600,20,0,2,0,1,0,0,0),(243592,32820,0,1,1,0,0,2903.55,-707,154.518,2.736,600,20,0,2,0,1,0,0,0),(243591,32820,0,1,1,0,0,2902.79,379.436,30.328,2.988,600,20,0,2,0,1,0,0,0),(243590,32820,0,1,1,0,0,2902.63,385.339,30.095,3.078,600,20,0,2,0,1,0,0,0),(243589,32820,0,1,1,0,0,2902.53,-781,160.333,3.483,600,20,0,2,0,1,0,0,0),(243588,32820,0,1,1,0,0,2901.96,102.868,6.763,1.788,600,20,0,2,0,1,0,0,0),(243587,32820,0,1,1,0,0,2899.94,388.981,29.211,3.126,600,20,0,2,0,1,0,0,0),(243586,32820,0,1,1,0,0,2896.56,-538,106.566,3.246,600,20,0,2,0,1,0,0,0),(243585,32820,0,1,1,0,0,2896.52,406.991,25.118,0.604,600,20,0,2,0,1,0,0,0),(243584,32820,0,1,1,0,0,2894.91,-659,138.365,6.066,600,20,0,2,0,1,0,0,0),(243583,32820,0,1,1,0,0,3020.6,705.731,99.9982,3.81062,600,20,0,2,0,1,0,0,0),(243582,32820,0,1,1,0,0,2893.6,53.019,8.434,4.642,600,20,0,2,0,1,0,0,0),(243581,32820,0,1,1,0,0,2892.33,-533,106.285,3.91,600,20,0,2,0,1,0,0,0),(243580,32820,0,1,1,0,0,2891.65,-809,160.333,5.178,600,20,0,2,0,1,0,0,0),(243579,32820,0,1,1,0,0,2889.54,182.161,7.886,1.546,600,20,0,2,0,1,0,0,0),(243578,32820,0,1,1,0,0,2889.46,-448,80.326,0.968,600,20,0,2,0,1,0,0,0),(243577,32820,0,1,1,0,0,2885.88,-253,48.962,1.164,600,20,0,2,0,1,0,0,0),(243576,32820,0,1,1,0,0,2883.86,261.845,24.999,4.842,600,20,0,2,0,1,0,0,0),(243575,32820,0,1,1,0,0,2883.51,-789,160.333,3.574,600,20,0,2,0,1,0,0,0),(243574,32820,0,1,1,0,0,2880.28,845.764,112.495,2.855,600,20,0,2,0,1,0,0,0),(243573,32820,0,1,1,0,0,2879.51,-744,160.416,5.197,600,20,0,2,0,1,0,0,0),(243572,32820,0,1,1,0,0,2879,-4,19.086,5.243,600,20,0,2,0,1,0,0,0),(243571,32820,0,1,1,0,0,2878.97,755.981,121.907,1.751,600,20,0,2,0,1,0,0,0),(243570,32820,0,1,1,0,0,2873.99,-766,160.333,2.103,600,20,0,2,0,1,0,0,0),(243569,32820,0,1,1,0,0,2873.88,385.114,23.78,2.826,600,20,0,2,0,1,0,0,0),(243568,32820,0,1,1,0,0,2873.29,-643,137.839,4.579,600,20,0,2,0,1,0,0,0),(243567,32820,0,1,1,0,0,2873.01,931.492,120.33,1.98,600,20,0,2,0,1,0,0,0),(243566,32820,0,1,1,0,0,2872.27,68.096,7.318,0.468,600,20,0,2,0,1,0,0,0),(243565,32820,0,1,1,0,0,2871.16,-653,137.776,5.027,600,20,0,2,0,1,0,0,0),(243564,32820,0,1,1,0,0,2869.83,351.009,25.677,2.216,600,20,0,2,0,1,0,0,0),(243563,32820,0,1,1,0,0,2868.94,-314,61.622,5.248,600,20,0,2,0,1,0,0,0),(243562,32820,0,1,1,0,0,2867.45,-444,76.938,6.279,600,20,0,2,0,1,0,0,0),(243561,32820,0,1,1,0,0,2864.16,-82,34.52,1.696,600,20,0,2,0,1,0,0,0),(243560,32820,0,1,1,0,0,2863.74,-742,160.332,1.931,600,20,0,2,0,1,0,0,0),(243559,32820,0,1,1,0,0,2863.2,1102.02,116.52,2.028,600,20,0,2,0,1,0,0,0),(243558,32820,0,1,1,0,0,2862.91,-798,160.333,0.405,600,20,0,2,0,1,0,0,0),(243557,32820,0,1,1,0,0,2861.32,288.391,28.172,6.224,600,20,0,2,0,1,0,0,0),(243556,32820,0,1,1,0,0,2860.19,-490,100.104,0.334,600,20,0,2,0,1,0,0,0),(243555,32820,0,1,1,0,0,2860.16,-291,56.522,1.288,600,20,0,2,0,1,0,0,0),(243554,32820,0,1,1,0,0,3044.81,671.019,81.0471,4.74525,600,20,0,2,0,1,0,0,0),(243553,32820,0,1,1,0,0,2858.72,-512,107.163,3.526,600,20,0,2,0,1,0,0,0),(243552,32820,0,1,1,0,0,2858.66,276,29.324,4.692,600,20,0,2,0,1,0,0,0),(243551,32820,0,1,1,0,0,2858.62,-219,50.504,3.283,600,20,0,2,0,1,0,0,0),(243550,32820,0,1,1,0,0,2856.63,948.791,121.861,6.166,600,20,0,2,0,1,0,0,0),(243549,32820,0,1,1,0,0,2855.61,427.809,20.219,1.466,600,20,0,2,0,1,0,0,0),(243548,32820,0,1,1,0,0,2854.2,-776,160.333,0.377,600,20,0,2,0,1,0,0,0),(243547,32820,0,1,1,0,0,2853.96,-182,43.164,5.031,600,20,0,2,0,1,0,0,0),(243546,32820,0,1,1,0,0,2852.87,1046.5,114.813,5.593,600,20,0,2,0,1,0,0,0),(243545,32820,0,1,1,0,0,2852.84,-649,139.024,2.443,600,20,0,2,0,1,0,0,0),(243544,32820,0,1,1,0,0,2851.43,-19,23.539,2.208,600,20,0,2,0,1,0,0,0),(243543,32820,0,1,1,0,0,2849.62,205.19,30.838,4.131,600,20,0,2,0,1,0,0,0),(243542,32820,0,1,1,0,0,2848.69,346.604,24.445,0.524,600,20,0,2,0,1,0,0,0),(243541,32820,0,1,1,0,0,2848.26,-653,138.698,3.634,600,20,0,2,0,1,0,0,0),(243540,32820,0,1,1,0,0,2848.24,-451,77.662,6.055,600,20,0,2,0,1,0,0,0),(243539,32820,0,1,1,0,0,2847.58,238.872,29.028,2.167,600,20,0,2,0,1,0,0,0),(243538,32820,0,1,1,0,0,2847.02,-14,24.719,2.777,600,20,0,2,0,1,0,0,0),(243537,32820,0,1,1,0,0,2846.05,-505,107.585,1.65,600,20,0,2,0,1,0,0,0),(243536,32820,0,1,1,0,0,2844.7,850.579,112.802,0.553,600,20,0,2,0,1,0,0,0),(243535,32820,0,1,1,0,0,3043.64,684.044,66.735,4.72956,600,20,0,2,0,1,0,0,0),(243534,32820,0,1,1,0,0,2839.44,-226,48.06,5.984,600,20,0,2,0,1,0,0,0),(243533,32820,0,1,1,0,0,2835.46,-379,77.259,4.455,600,20,0,2,0,1,0,0,0),(243532,32820,0,1,1,0,0,2833.22,1020.89,116.123,5.984,600,20,0,2,0,1,0,0,0),(243531,32820,0,1,1,0,0,2828.31,-713,138.668,3.054,600,20,0,2,0,1,0,0,0),(243530,32820,0,1,1,0,0,2828.31,-713,138.438,3.054,600,20,0,2,0,1,0,0,0),(243529,32820,0,1,1,0,0,2828.15,-484,99.097,6.164,600,20,0,2,0,1,0,0,0),(243528,32820,0,1,1,0,0,2824.21,286.932,28.296,0.217,600,20,0,2,0,1,0,0,0),(243527,32820,0,1,1,0,0,2823.48,701.019,144.699,3.563,600,20,0,2,0,1,0,0,0),(243526,32820,0,1,1,0,0,2822.8,-646,141.084,0.832,600,20,0,2,0,1,0,0,0),(243525,32820,0,1,1,0,0,2822.63,-220,47.639,4.51,600,20,0,2,0,1,0,0,0),(243524,32820,0,1,1,0,0,2822.22,948.464,120.006,0.066,600,20,0,2,0,1,0,0,0),(243523,32820,0,1,1,0,0,2822.21,487.184,31.126,3.7,600,20,0,2,0,1,0,0,0),(243522,32820,0,1,1,0,0,2821.88,-87,32.634,4.857,600,20,0,2,0,1,0,0,0),(243521,32820,0,1,1,0,0,2821.66,-755,146.603,4.311,600,20,0,2,0,1,0,0,0),(243520,32820,0,1,1,0,0,2821.16,-649,140.416,1.739,600,20,0,2,0,1,0,0,0),(243519,32820,0,1,1,0,0,2820.31,-344,75.417,1.808,600,20,0,2,0,1,0,0,0),(243518,32820,0,1,1,0,0,2817.45,-381,77.81,0.86,600,20,0,2,0,1,0,0,0),(243517,32820,0,1,1,0,0,2815.95,-683,137.601,3.595,600,20,0,2,0,1,0,0,0),(243516,32820,0,1,1,0,0,2815.74,182.766,27.329,3.478,600,20,0,2,0,1,0,0,0),(243515,32820,0,1,1,0,0,2815.55,-19,32.59,0.677,600,20,0,2,0,1,0,0,0),(243514,32820,0,1,1,0,0,2814.63,228.967,30.876,0.505,600,20,0,2,0,1,0,0,0),(243513,32820,0,1,1,0,0,2814.48,728.167,139.574,6.22,600,20,0,2,0,1,0,0,0),(243512,32820,0,1,1,0,0,2814.33,91.472,25.442,6.23,600,20,0,2,0,1,0,0,0),(243511,32820,0,1,1,0,0,2814.09,1010.74,115.849,3.777,600,20,0,2,0,1,0,0,0),(243510,32820,0,1,1,0,0,2813.94,831.372,112.091,6.105,600,20,0,2,0,1,0,0,0),(243509,32820,0,1,1,0,0,2811.39,-790,145.105,2.535,600,20,0,2,0,1,0,0,0),(243508,32820,0,1,1,0,0,2811.14,-789,144.879,4.823,600,20,0,2,0,1,0,0,0),(243507,32820,0,1,1,0,0,2810.6,142.153,21.616,1.07,600,20,0,2,0,1,0,0,0),(243506,32820,0,1,1,0,0,2810.22,-311,67.937,2.459,600,20,0,2,0,1,0,0,0),(243505,32820,0,1,1,0,0,2810.2,948.442,118.026,3.299,600,20,0,2,0,1,0,0,0),(243504,32820,0,1,1,0,0,2809.33,185.504,29.006,4.035,600,20,0,2,0,1,0,0,0),(243503,32820,0,1,1,0,0,2809.32,818.412,112.829,1.798,600,20,0,2,0,1,0,0,0),(243502,32820,0,1,1,0,0,2807.95,-426,80.45,0.191,600,20,0,2,0,1,0,0,0),(243501,32820,0,1,1,0,0,2807.62,49.259,27.098,6.24,600,20,0,2,0,1,0,0,0),(243500,32820,0,1,1,0,0,3059.38,655.884,75.3527,3.07709,600,20,0,2,0,1,0,0,0),(243499,32820,0,1,1,0,0,2806.21,745.621,139.187,1.847,600,20,0,2,0,1,0,0,0),(243498,32820,0,1,1,0,0,2805.34,-679,137.438,3.973,600,20,0,2,0,1,0,0,0),(243497,32820,0,1,1,0,0,2805.06,1100.72,86.029,5.157,600,20,0,2,0,1,0,0,0),(243496,32820,0,1,1,0,0,2805.02,314.912,27.249,0.702,600,20,0,2,0,1,0,0,0),(243495,32820,0,1,1,0,0,2802.34,-106,33.645,2.441,600,20,0,2,0,1,0,0,0),(243494,32820,0,1,1,0,0,2801.71,317.016,27.388,3.812,600,20,0,2,0,1,0,0,0),(243493,32820,0,1,1,0,0,2799.56,144.821,21.517,4.682,600,20,0,2,0,1,0,0,0),(243492,32820,0,1,1,0,0,2938.94,601.286,91.7991,0.439689,600,20,0,2,0,1,0,0,0),(243491,32820,0,1,1,0,0,2791.81,-474,101.641,1.257,600,20,0,2,0,1,0,0,0),(243490,32820,0,1,1,0,0,2789.81,-31,33.866,3.21,600,20,0,2,0,1,0,0,0),(243489,32820,0,1,1,0,0,2788.7,792.128,115.004,5.513,600,20,0,2,0,1,0,0,0),(243488,32820,0,1,1,0,0,2787.2,308.044,30.555,5.596,600,20,0,2,0,1,0,0,0),(243487,32820,0,1,1,0,0,2786.78,1058.27,110.623,4.197,600,20,0,2,0,1,0,0,0),(243486,32820,0,1,1,0,0,2786.53,237.086,33.154,0.563,600,20,0,2,0,1,0,0,0),(243485,32820,0,1,1,0,0,2786.49,996.78,111.898,5.657,600,20,0,2,0,1,0,0,0),(243484,32820,0,1,1,0,0,2786.16,800.124,113.599,5.463,600,20,0,2,0,1,0,0,0),(243483,32820,0,1,1,0,0,2785.3,20.632,31.625,1.381,600,20,0,2,0,1,0,0,0),(243482,32820,0,1,1,0,0,2784.3,42.982,29.613,0.994,600,20,0,2,0,1,0,0,0),(243481,32820,0,1,1,0,0,2784.07,416.318,19.71,1.466,600,20,0,2,0,1,0,0,0),(243480,32820,0,1,1,0,0,2783.88,-770,139.92,6.148,600,20,0,2,0,1,0,0,0),(243479,32820,0,1,1,0,0,2783.65,1057.34,110.378,4.234,600,20,0,2,0,1,0,0,0),(243478,32820,0,1,1,0,0,2782.46,975.446,112.993,3.098,600,20,0,2,0,1,0,0,0),(243477,32820,0,1,1,0,0,2782.22,-748,134.874,4.873,600,20,0,2,0,1,0,0,0),(243476,32820,0,1,1,0,0,2782.21,1060.45,110.458,4.223,600,20,0,2,0,1,0,0,0),(243475,32820,0,1,1,0,0,2781.32,78.466,28.691,4.853,600,20,0,2,0,1,0,0,0),(243474,32820,0,1,1,0,0,2781.3,348.492,26.39,3.792,600,20,0,2,0,1,0,0,0),(243473,32820,0,1,1,0,0,2780.26,-419,81.504,3.05,600,20,0,2,0,1,0,0,0),(243472,32820,0,1,1,0,0,2779.73,344.693,26.697,1.297,600,20,0,2,0,1,0,0,0),(243471,32820,0,1,1,0,0,2778.38,-66,34.106,4.347,600,20,0,2,0,1,0,0,0),(243470,32820,0,1,1,0,0,2778.1,1026.33,108.903,4.347,600,20,0,2,0,1,0,0,0),(243469,32820,0,1,1,0,0,2777.98,285.861,31.831,2.783,600,20,0,2,0,1,0,0,0),(243468,32820,0,1,1,0,0,3027.02,671.836,90.4184,3.14605,600,20,0,2,0,1,0,0,0),(243467,32820,0,1,1,0,0,2775.25,-406,82.028,5.275,600,20,0,2,0,1,0,0,0),(243466,32820,0,1,1,0,0,2775.09,-749,135.039,2.595,600,20,0,2,0,1,0,0,0),(243465,32820,0,1,1,0,0,2771.49,187.297,31.745,4.168,600,20,0,2,0,1,0,0,0),(243464,32820,0,1,1,0,0,2771.16,153.872,30.78,1.108,600,20,0,2,0,1,0,0,0),(243463,32820,0,1,1,0,0,2770.84,-13,34.186,1.078,600,20,0,2,0,1,0,0,0),(243462,32820,0,1,1,0,0,2769.83,869.461,112.399,5.785,600,20,0,2,0,1,0,0,0),(243461,32820,0,1,1,0,0,2769.63,-337,75.881,5.695,600,20,0,2,0,1,0,0,0),(243460,32820,0,1,1,0,0,2768.53,-171,36.586,1.213,600,20,0,2,0,1,0,0,0),(243459,32820,0,1,1,0,0,2763.11,-334,77.089,4.666,600,20,0,2,0,1,0,0,0),(243458,32820,0,1,1,0,0,2763.1,445.459,20.5,0.648,600,20,0,2,0,1,0,0,0),(243457,32820,0,1,1,0,0,2761.43,-751,135.385,0.335,600,20,0,2,0,1,0,0,0),(243456,32820,0,1,1,0,0,2758.75,79.879,31.355,0.578,600,20,0,2,0,1,0,0,0),(243455,32820,0,1,1,0,0,2758.23,-162,34.031,5.088,600,20,0,2,0,1,0,0,0),(243454,32820,0,1,1,0,0,2757.54,-347,78.813,3.879,600,20,0,2,0,1,0,0,0),(243453,32820,0,1,1,0,0,2756.84,-691,126.144,5.155,600,20,0,2,0,1,0,0,0),(243452,32820,0,1,1,0,0,2754.9,807.562,113.174,1.676,600,20,0,2,0,1,0,0,0),(243451,32820,0,1,1,0,0,2754.19,272.893,28.355,6.13,600,20,0,2,0,1,0,0,0),(243450,32820,0,1,1,0,0,2753.36,122.284,29.101,5.357,600,20,0,2,0,1,0,0,0),(243449,32820,0,1,1,0,0,2751.57,-531,104.416,4.951,600,20,0,2,0,1,0,0,0),(243448,32820,0,1,1,0,0,2750.02,-531,104.626,2.793,600,20,0,2,0,1,0,0,0),(243447,32820,0,1,1,0,0,2749.44,786.891,114.357,1.408,600,20,0,2,0,1,0,0,0),(243446,32820,0,1,1,0,0,2748.59,881.264,114.505,0.087,600,20,0,2,0,1,0,0,0),(243445,32820,0,1,1,0,0,2747.19,-279,64.486,5.793,600,20,0,2,0,1,0,0,0),(243444,32820,0,1,1,0,0,2746.17,313.784,30.283,5.061,600,20,0,2,0,1,0,0,0),(243443,32820,0,1,1,0,0,2745.98,782.205,114.843,1.214,600,20,0,2,0,1,0,0,0),(243442,32820,0,1,1,0,0,2745.03,238.559,34.676,3.898,600,20,0,2,0,1,0,0,0),(243441,32820,0,1,1,0,0,2744.38,-790,147.906,2.75,600,20,0,2,0,1,0,0,0),(243440,32820,0,1,1,0,0,2741.69,-76,31.535,5.148,600,20,0,2,0,1,0,0,0),(243439,32820,0,1,1,0,0,2741.66,-229,50.351,0.806,600,20,0,2,0,1,0,0,0),(243438,32820,0,1,1,0,0,2739.95,90.715,34.121,1.554,600,20,0,2,0,1,0,0,0),(243437,32820,0,1,1,0,0,2738.61,953.638,109.836,2.632,600,20,0,2,0,1,0,0,0),(243436,32820,0,1,1,0,0,2737.26,861.033,115.463,1.443,600,20,0,2,0,1,0,0,0),(243435,32820,0,1,1,0,0,2733.1,221.369,34.842,0.67,600,20,0,2,0,1,0,0,0),(243434,32820,0,1,1,0,0,2732.84,-505,103.028,3.26,600,20,0,2,0,1,0,0,0),(243433,32820,0,1,1,0,0,2731.25,140.329,30.919,3.191,600,20,0,2,0,1,0,0,0),(243432,32820,0,1,1,0,0,2730.6,122.119,34.944,3.636,600,20,0,2,0,1,0,0,0),(243431,32820,0,1,1,0,0,2728.22,-47,29.317,6.112,600,20,0,2,0,1,0,0,0),(243430,32820,0,1,1,0,0,2727.35,360.837,27.167,5.2,600,20,0,2,0,1,0,0,0),(243429,32820,0,1,1,0,0,2723.92,-265,60.197,2.092,600,20,0,2,0,1,0,0,0),(243428,32820,0,1,1,0,0,2723.15,842.9,114.437,3.655,600,20,0,2,0,1,0,0,0),(243427,32820,0,1,1,0,0,2717.71,780.438,111.583,5.339,600,20,0,2,0,1,0,0,0),(243426,32820,0,1,1,0,0,2716.88,-688,119.268,4.116,600,20,0,2,0,1,0,0,0),(243425,32820,0,1,1,0,0,2716.14,-745,135.23,2.544,600,20,0,2,0,1,0,0,0),(243424,32820,0,1,1,0,0,2715.01,-343,92.65,1.784,600,20,0,2,0,1,0,0,0),(243423,32820,0,1,1,0,0,2712.75,223.41,33.219,6.015,600,20,0,2,0,1,0,0,0),(243422,32820,0,1,1,0,0,2712.58,295.287,31.149,1.383,600,20,0,2,0,1,0,0,0),(243421,32820,0,1,1,0,0,2710.12,923.481,112.48,2.31,600,20,0,2,0,1,0,0,0),(243420,32820,0,1,1,0,0,2708.15,342.402,29.246,3.835,600,20,0,2,0,1,0,0,0),(243419,32820,0,1,1,0,0,2707.92,-41,28.567,2.55,600,20,0,2,0,1,0,0,0),(243418,32820,0,1,1,0,0,2706.57,407.431,23.754,1.209,600,20,0,2,0,1,0,0,0),(243417,32820,0,1,1,0,0,2705.41,379.311,26.93,1.551,600,20,0,2,0,1,0,0,0),(243416,32820,0,1,1,0,0,2702.78,-269,62.324,0.484,600,20,0,2,0,1,0,0,0),(243415,32820,0,1,1,0,0,2701.31,-487,107.766,1.322,600,20,0,2,0,1,0,0,0),(243414,32820,0,1,1,0,0,2693.45,492.476,17.507,3.089,600,20,0,2,0,1,0,0,0),(243413,32820,0,1,1,0,0,2693.22,97.336,35.577,4.421,600,20,0,2,0,1,0,0,0),(243412,32820,0,1,1,0,0,2692.62,884.526,110.192,5.771,600,20,0,2,0,1,0,0,0),(243411,32820,0,1,1,0,0,2691.65,944.4,110.92,2.273,600,20,0,2,0,1,0,0,0),(243410,32820,0,1,1,0,0,2689.81,7.583,30.024,5.376,600,20,0,2,0,1,0,0,0),(243409,32820,0,1,1,0,0,2686.46,221.022,31.364,0.673,600,20,0,2,0,1,0,0,0),(243408,32820,0,1,1,0,0,2685.8,8.171,29.688,2.305,600,20,0,2,0,1,0,0,0),(243407,32820,0,1,1,0,0,2684.66,443.218,18.817,2.514,600,20,0,2,0,1,0,0,0),(243406,32820,0,1,1,0,0,2681.23,861.878,108.754,5.771,600,20,0,2,0,1,0,0,0),(243405,32820,0,1,1,0,0,2680.93,812.035,109.282,3.861,600,20,0,2,0,1,0,0,0),(243404,32820,0,1,1,0,0,2679.77,1032.67,108.821,5.304,600,20,0,2,0,1,0,0,0),(243403,32820,0,1,1,0,0,2679.21,1013.13,108.381,4.384,600,20,0,2,0,1,0,0,0),(243402,32820,0,1,1,0,0,2678.87,311.54,31.12,4.258,600,20,0,2,0,1,0,0,0),(243401,32820,0,1,1,0,0,2673.69,256.889,31.865,3.889,600,20,0,2,0,1,0,0,0),(243400,32820,0,1,1,0,0,2672.69,-887,71.183,2.83,600,20,0,2,0,1,0,0,0),(243399,32820,0,1,1,0,0,2667.88,127.652,32.426,3.257,600,20,0,2,0,1,0,0,0),(243398,32820,0,1,1,0,0,2660.56,847.725,109.709,5.826,600,20,0,2,0,1,0,0,0),(243397,32820,0,1,1,0,0,2659.79,362.477,28.379,1,600,20,0,2,0,1,0,0,0),(243396,32820,0,1,1,0,0,2657.29,-885,68.351,2.818,600,20,0,2,0,1,0,0,0),(243395,32820,0,1,1,0,0,2656.3,533.697,15.485,1.331,600,20,0,2,0,1,0,0,0),(243394,32820,0,1,1,0,0,2656.03,950.07,113.864,0.646,600,20,0,2,0,1,0,0,0),(243393,32820,0,1,1,0,0,2655.85,1314.34,41.119,5.317,600,20,0,2,0,1,0,0,0),(243392,32820,0,1,1,0,0,2650.44,351.058,28.934,0.89,600,20,0,2,0,1,0,0,0),(243391,32820,0,1,1,0,0,2649.44,218.311,32.536,1.33,600,20,0,2,0,1,0,0,0),(243390,32820,0,1,1,0,0,2648.11,-892,65.367,3.03,600,20,0,2,0,1,0,0,0),(243389,32820,0,1,1,0,0,2647.27,1153.66,85.855,5.867,600,20,0,2,0,1,0,0,0),(243388,32820,0,1,1,0,0,2646.92,-626,106.988,5.102,600,20,0,2,0,1,0,0,0),(243387,32820,0,1,1,0,0,2646.01,404.876,31.007,5.402,600,20,0,2,0,1,0,0,0),(243386,32820,0,1,1,0,0,2645.24,1061.54,104.29,1.755,600,20,0,2,0,1,0,0,0),(243385,32820,0,1,1,0,0,2644.96,180.961,29.834,2.608,600,20,0,2,0,1,0,0,0),(243384,32820,0,1,1,0,0,2643.22,337.924,28.726,3.94,600,20,0,2,0,1,0,0,0),(243383,32820,0,1,1,0,0,2641.83,1368.93,2.269,5.923,600,20,0,2,0,1,0,0,0),(243382,32820,0,1,1,0,0,2641.52,1067.63,102.771,2.691,600,20,0,2,0,1,0,0,0),(243381,32820,0,1,1,0,0,2641.28,-4015,106.292,6.239,600,20,0,2,0,1,0,0,0),(243380,32820,0,1,1,0,0,2640.71,1210.13,70.931,1.67,600,20,0,2,0,1,0,0,0),(243379,32820,0,1,1,0,0,2639.2,254.461,34.408,1.233,600,20,0,2,0,1,0,0,0),(243378,32820,0,1,1,0,0,2638.66,892.341,112.888,0.664,600,20,0,2,0,1,0,0,0),(243377,32820,0,1,1,0,0,2637.98,1191.98,79.642,3.719,600,20,0,2,0,1,0,0,0),(243376,32820,0,1,1,0,0,2636.98,1049.48,103.165,3.109,600,20,0,2,0,1,0,0,0),(243375,32820,0,1,1,0,0,2636.46,144.211,32.506,0.82,600,20,0,2,0,1,0,0,0),(243374,32820,0,1,1,0,0,2635.33,51.674,28.114,5.333,600,20,0,2,0,1,0,0,0),(243373,32820,0,1,1,0,0,2634.35,-1071,108.356,4.795,600,20,0,2,0,1,0,0,0),(243372,32820,0,1,1,0,0,2632.86,388.887,35.111,2.082,600,20,0,2,0,1,0,0,0),(243371,32820,0,1,1,0,0,2631,60.832,28.403,0.685,600,20,0,2,0,1,0,0,0),(243370,32820,0,1,1,0,0,2630.11,980.202,109.971,2.083,600,20,0,2,0,1,0,0,0),(243369,32820,0,1,1,0,0,2627.41,-323,86.15,3.227,600,20,0,2,0,1,0,0,0),(243368,32820,0,1,1,0,0,2626.29,-823,70.467,5.276,600,20,0,2,0,1,0,0,0),(243367,32820,0,1,1,0,0,2625.58,1291.88,47.811,5.974,600,20,0,2,0,1,0,0,0),(243366,32820,0,1,1,0,0,2625.31,462.516,21.719,3.28319,600,20,0,2,0,1,0,0,0),(243365,32820,0,1,1,0,0,2624.68,-824,71.093,1.271,600,20,0,2,0,1,0,0,0),(243364,32820,0,1,1,0,0,2624.32,406.3,36.144,0.357,600,20,0,2,0,1,0,0,0),(243363,32820,0,1,1,0,0,2624.08,239.211,34.552,3.577,600,20,0,2,0,1,0,0,0),(243362,32820,0,1,1,0,0,2623.53,1040.28,99.36,6.136,600,20,0,2,0,1,0,0,0),(243361,32820,0,1,1,0,0,2620.38,883.914,111.555,0.524,600,20,0,2,0,1,0,0,0),(243360,32820,0,1,1,0,0,2617.13,313.391,37.435,5.833,600,20,0,2,0,1,0,0,0),(243359,32820,0,1,1,0,0,2613.99,1124.28,90.504,0.247,600,20,0,2,0,1,0,0,0),(243358,32820,0,1,1,0,0,2613.68,1098.27,93.415,4.322,600,20,0,2,0,1,0,0,0),(243357,32820,0,1,1,0,0,2613.55,133.443,30.158,2.098,600,20,0,2,0,1,0,0,0),(243356,32820,0,1,1,0,0,2611.5,463.978,22.947,2.03,600,20,0,2,0,1,0,0,0),(243355,32820,0,1,1,0,0,2611.07,-913,60.155,0.057,600,20,0,2,0,1,0,0,0),(243354,32820,0,1,1,0,0,2606.87,-781,74.363,3.376,600,20,0,2,0,1,0,0,0),(243353,32820,0,1,1,0,0,2606.83,235.35,37.201,0.492,600,20,0,2,0,1,0,0,0),(243352,32820,0,1,1,0,0,2603.09,-535,89,5.596,600,20,0,2,0,1,0,0,0),(243351,32820,0,1,1,0,0,2601.85,520.278,17.73,3.256,600,20,0,2,0,1,0,0,0),(243350,32820,0,1,1,0,0,2600.66,-690,78.686,6.225,600,20,0,2,0,1,0,0,0),(243349,32820,0,1,1,0,0,2599.74,1284.34,51.977,6.234,600,20,0,2,0,1,0,0,0),(243348,32820,0,1,1,0,0,2597.33,1385.28,1.157,5.836,600,20,0,2,0,1,0,0,0),(243347,32820,0,1,1,0,0,2594.44,246.63,41.364,5.094,600,20,0,2,0,1,0,0,0),(243346,32820,0,1,1,0,0,2594.13,1687.93,-1,3.606,600,20,0,2,0,1,0,0,0),(243345,32820,0,1,1,0,0,2593.26,136.157,30.133,4.803,600,20,0,2,0,1,0,0,0),(243344,32820,0,1,1,0,0,2591.06,1019.88,99.046,0.34,600,20,0,2,0,1,0,0,0),(243343,32820,0,1,1,0,0,2589.61,-118,31.162,5.597,600,20,0,2,0,1,0,0,0),(243342,32820,0,1,1,0,0,2588.44,-956,76.685,5.424,600,20,0,2,0,1,0,0,0),(243341,32820,0,1,1,0,0,2585.77,854.39,99.341,1.582,600,20,0,2,0,1,0,0,0),(243340,32820,0,1,1,0,0,2583.98,-54,31.023,1.123,600,20,0,2,0,1,0,0,0),(243339,32820,0,1,1,0,0,2582.18,-723,69.794,3.713,600,20,0,2,0,1,0,0,0),(243338,32820,0,1,1,0,0,2580.33,154.82,33.075,4.111,600,20,0,2,0,1,0,0,0),(243337,32820,0,1,1,0,0,2580.07,-107,30.212,1.34,600,20,0,2,0,1,0,0,0),(243336,32820,0,1,1,0,0,2578.41,918.022,104.599,3.372,600,20,0,2,0,1,0,0,0),(243335,32820,0,1,1,0,0,2578.28,572.019,14.308,0.791,600,20,0,2,0,1,0,0,0),(243334,32820,0,1,1,0,0,2578.07,-1024,94.786,3.179,600,20,0,2,0,1,0,0,0),(243333,32820,0,1,1,0,0,2577.17,981.727,98.292,0.805,600,20,0,2,0,1,0,0,0),(243332,32820,0,1,1,0,0,2576.22,-976,78.337,5.819,600,20,0,2,0,1,0,0,0),(243331,32820,0,1,1,0,0,2576.21,290.176,47.016,2.896,600,20,0,2,0,1,0,0,0),(243330,32820,0,1,1,0,0,2576.19,1004.2,94.243,4.529,600,20,0,2,0,1,0,0,0),(243329,32820,0,1,1,0,0,2576.12,885.095,100.947,2.425,600,20,0,2,0,1,0,0,0),(243328,32820,0,1,1,0,0,2574.67,840.848,100.144,3.899,600,20,0,2,0,1,0,0,0),(243327,32820,0,1,1,0,0,2573.81,-977,78.49,5.886,600,20,0,2,0,1,0,0,0),(243326,32820,0,1,1,0,0,2572.32,-50,33.493,3.851,600,20,0,2,0,1,0,0,0),(243325,32820,0,1,1,0,0,2571.73,1374.47,10.336,2.341,600,20,0,2,0,1,0,0,0),(243324,32820,0,1,1,0,0,2571.24,538.871,15.381,5.34,600,20,0,2,0,1,0,0,0),(243323,32820,0,1,1,0,0,2569.49,-26,30.197,0.603,600,20,0,2,0,1,0,0,0),(243322,32820,0,1,1,0,0,2567.96,-298,62.694,1.472,600,20,0,2,0,1,0,0,0),(243321,32820,0,1,1,0,0,2566.91,1238.9,63.893,5.629,600,20,0,2,0,1,0,0,0),(243320,32820,0,1,1,0,0,2566.2,-770,65.17,1.883,600,20,0,2,0,1,0,0,0),(243319,32820,0,1,1,0,0,2566.08,-748,65.709,4.607,600,20,0,2,0,1,0,0,0),(243318,32820,0,1,1,0,0,2564.08,1108.73,85.43,5.738,600,20,0,2,0,1,0,0,0),(243317,32820,0,1,1,0,0,2563.7,1204.8,67.354,3.764,600,20,0,2,0,1,0,0,0),(243316,32820,0,1,1,0,0,2563.46,807.718,108.717,0.277,600,20,0,2,0,1,0,0,0),(243315,32820,0,1,1,0,0,2563.32,-13,27.873,5.002,600,20,0,2,0,1,0,0,0),(243314,32820,0,1,1,0,0,2562.53,414.495,28.078,4.206,600,20,0,2,0,1,0,0,0),(243313,32820,0,1,1,0,0,2561.77,391.63,32.895,2.354,600,20,0,2,0,1,0,0,0),(243312,32820,0,1,1,0,0,2560.17,165.253,32.245,6.157,600,20,0,2,0,1,0,0,0),(243311,32820,0,1,1,0,0,2559.27,1388.1,4.529,3.079,600,20,0,2,0,1,0,0,0),(243310,32820,0,1,1,0,0,2558.88,1393.52,3.939,3.53,600,20,0,2,0,1,0,0,0),(243309,32820,0,1,1,0,0,2558.63,919.597,95.841,5.446,600,20,0,2,0,1,0,0,0),(243308,32820,0,1,1,0,0,2558.34,188.341,35.937,4.756,600,20,0,2,0,1,0,0,0),(243307,32820,0,1,1,0,0,2557.55,-690,67.732,3.509,600,20,0,2,0,1,0,0,0),(243306,32820,0,1,1,0,0,2557.17,-892,56.093,3.269,600,20,0,2,0,1,0,0,0),(243305,32820,0,1,1,0,0,2556.54,1066.15,85.343,3.776,600,20,0,2,0,1,0,0,0),(243304,32820,0,1,1,0,0,2552.97,236.42,47.253,4.223,600,20,0,2,0,1,0,0,0),(243303,32820,0,1,1,0,0,2552.9,121.243,29.951,5.989,600,20,0,2,0,1,0,0,0),(243302,32820,0,1,1,0,0,2552.46,-275,48.48,0.503,600,20,0,2,0,1,0,0,0),(243301,32820,0,1,1,0,0,2552.27,1122.7,82.146,1.677,600,20,0,2,0,1,0,0,0),(243300,32820,0,1,1,0,0,2551.59,878.635,91.77,5.735,600,20,0,2,0,1,0,0,0),(243299,32820,0,1,1,0,0,2550.7,386.404,33.878,6.21,600,20,0,2,0,1,0,0,0),(243298,32820,0,1,1,0,0,2549.94,404.449,31.932,3.233,600,20,0,2,0,1,0,0,0),(243297,32820,0,1,1,0,0,2549.66,816.335,109.295,5.37,600,20,0,2,0,1,0,0,0),(243296,32820,0,1,1,0,0,2549,-104,24.141,3.394,600,20,0,2,0,1,0,0,0),(243295,32820,0,1,1,0,0,2548.62,-899,56.71,2.666,600,20,0,2,0,1,0,0,0),(243294,32820,0,1,1,0,0,2547.51,-269,46.196,4.004,600,20,0,2,0,1,0,0,0),(243293,32820,0,1,1,0,0,2547.36,-626,81.138,3.999,600,20,0,2,0,1,0,0,0),(243292,32820,0,1,1,0,0,2546.21,947.298,93.246,4.243,600,20,0,2,0,1,0,0,0),(243291,32820,0,1,1,0,0,2545.93,1166.3,73.116,2.195,600,20,0,2,0,1,0,0,0),(243290,32820,0,1,1,0,0,2545.58,293.867,42.537,1.439,600,20,0,2,0,1,0,0,0),(243289,32820,0,1,1,0,0,2545.18,1462.11,-5,0.007,600,20,0,2,0,1,0,0,0),(243288,32820,0,1,1,0,0,2544.83,1050.89,85.722,0.247,600,20,0,2,0,1,0,0,0),(243287,32820,0,1,1,0,0,2544.24,173.075,35.024,5.433,600,20,0,2,0,1,0,0,0),(243286,32820,0,1,1,0,0,2543.48,-22,28.248,5.313,600,20,0,2,0,1,0,0,0),(243285,32820,0,1,1,0,0,2543.3,979.199,89.469,3.708,600,20,0,2,0,1,0,0,0),(243284,32820,0,1,1,0,0,2541.16,763.772,110.81,0.006,600,20,0,2,0,1,0,0,0),(243283,32820,0,1,1,0,0,2540.4,-1041,98.397,4.767,600,20,0,2,0,1,0,0,0),(243282,32820,0,1,1,0,0,-9327.6,178.975,61.6973,4.10484,600,20,0,2,0,1,0,0,0),(243281,32820,0,1,1,0,0,2538.94,547.931,15.817,3.534,600,20,0,2,0,1,0,0,0),(243280,32820,0,1,1,0,0,2538.43,279.164,47.359,4.017,600,20,0,2,0,1,0,0,0),(243279,32820,0,1,1,0,0,2536.85,769.594,110.986,5.986,600,20,0,2,0,1,0,0,0),(243278,32820,0,1,1,0,0,2536.85,-61,29.111,5.919,600,20,0,2,0,1,0,0,0),(243277,32820,0,1,1,0,0,2536.84,1284.58,44.213,4.287,600,20,0,2,0,1,0,0,0),(243276,32820,0,1,1,0,0,2533.9,956.824,92.354,2.725,600,20,0,2,0,1,0,0,0),(243275,32820,0,1,1,0,0,2533.89,543.76,15.734,0.35,600,20,0,2,0,1,0,0,0),(243274,32820,0,1,1,0,0,2533.1,1390.19,4.32,4.062,600,20,0,2,0,1,0,0,0),(243273,32820,0,1,1,0,0,2532.96,-726,62.975,6.229,600,20,0,2,0,1,0,0,0),(243272,32820,0,1,1,0,0,2532.49,-892,55.919,4.546,600,20,0,2,0,1,0,0,0),(243271,32820,0,1,1,0,0,2531.76,-899,56.364,1.546,600,20,0,2,0,1,0,0,0),(243270,32820,0,1,1,0,0,2528.93,293.153,42.922,3.196,600,20,0,2,0,1,0,0,0),(243269,32820,0,1,1,0,0,2528.36,-905,57.091,1.203,600,20,0,2,0,1,0,0,0),(243268,32820,0,1,1,0,0,2524.56,385.299,34.712,3.378,600,20,0,2,0,1,0,0,0),(243267,32820,0,1,1,0,0,2524.39,1290.53,40.599,2.301,600,20,0,2,0,1,0,0,0),(243266,32820,0,1,1,0,0,2524.32,1174.54,69.023,6.092,600,20,0,2,0,1,0,0,0),(243265,32820,0,1,1,0,0,2523.8,1047.83,81.655,3.009,600,20,0,2,0,1,0,0,0),(243264,32820,0,1,1,0,0,2523.72,1421.92,1.661,2.047,600,20,0,2,0,1,0,0,0),(243263,32820,0,1,1,0,0,2523.5,945.028,90.841,3.182,600,20,0,2,0,1,0,0,0),(243262,32820,0,1,1,0,0,2521.87,-850,58.087,5.361,600,20,0,2,0,1,0,0,0),(243261,32820,0,1,1,0,0,2520.1,1497.1,0.191,1.595,600,20,0,2,0,1,0,0,0),(243260,32820,0,1,1,0,0,2518.76,1609.94,-3,4.409,600,20,0,2,0,1,0,0,0),(243259,32820,0,1,1,0,0,2518.14,-245,34.107,2.611,600,20,0,2,0,1,0,0,0),(243258,32820,0,1,1,0,0,2517.52,226.214,44.075,5.972,600,20,0,2,0,1,0,0,0),(243257,32820,0,1,1,0,0,2517.36,789.009,110.905,4.528,600,20,0,2,0,1,0,0,0),(243256,32820,0,1,1,0,0,2514.84,1344.22,21.131,3.802,600,20,0,2,0,1,0,0,0),(243255,32820,0,1,1,0,0,2514.11,-675,71.4,0.648,600,20,0,2,0,1,0,0,0),(243254,32820,0,1,1,0,0,2513.47,243.981,48.784,2.36,600,20,0,2,0,1,0,0,0),(243253,32820,0,1,1,0,0,2513.44,289.726,44.531,0.773,600,20,0,2,0,1,0,0,0),(243252,32820,0,1,1,0,0,2512.91,-37,26.205,1.418,600,20,0,2,0,1,0,0,0),(243251,32820,0,1,1,0,0,2511.19,-536,87.971,0.224,600,20,0,2,0,1,0,0,0),(243250,32820,0,1,1,0,0,2507.29,388.541,34.313,3.383,600,20,0,2,0,1,0,0,0),(243249,32820,0,1,1,0,0,2505.76,458.109,36.993,0.063,600,20,0,2,0,1,0,0,0),(243247,32820,0,1,1,0,0,2503.03,868.549,85.899,1.18,600,20,0,2,0,1,0,0,0),(243248,32820,0,1,1,0,0,2503.29,978.85,80.657,4.556,600,20,0,2,0,1,0,0,0),(243246,32820,0,1,1,0,0,2500.01,1137.44,67.536,3.6,600,20,0,2,0,1,0,0,0),(243245,32820,0,1,1,0,0,2499.18,348.946,34.077,1.87,600,20,0,2,0,1,0,0,0),(243244,32820,0,1,1,0,0,2497.9,364.587,35.105,0.979,600,20,0,2,0,1,0,0,0),(243243,32820,0,1,1,0,0,2494.93,1669.37,8.719,5.881,600,20,0,2,0,1,0,0,0),(243242,32820,0,1,1,0,0,2494.57,1673.4,10.128,2.164,600,20,0,2,0,1,0,0,0),(243241,32820,0,1,1,0,0,2493.81,1394.65,6.509,2.05,600,20,0,2,0,1,0,0,0),(243240,32820,0,1,1,0,0,2493.48,785.188,120.149,1.976,600,20,0,2,0,1,0,0,0),(243239,32820,0,1,1,0,0,2492.84,646.658,32.245,2.232,600,20,0,2,0,1,0,0,0),(243238,32820,0,1,1,0,0,2492.59,1112.71,69.615,3.005,600,20,0,2,0,1,0,0,0),(243237,32820,0,1,1,0,0,2492.37,127.447,29.059,3.712,600,20,0,2,0,1,0,0,0),(243236,32820,0,1,1,0,0,2490.63,1072.42,73.45,3.498,600,20,0,2,0,1,0,0,0),(243235,32820,0,1,1,0,0,2487.97,1419.32,7.593,4.576,600,20,0,2,0,1,0,0,0),(243234,32820,0,1,1,0,0,2487.39,1243.5,46.953,2.747,600,20,0,2,0,1,0,0,0),(243233,32820,0,1,1,0,0,2487.11,1442.07,8.595,4.038,600,20,0,2,0,1,0,0,0),(243232,32820,0,1,1,0,0,2485.9,150.755,29.072,2.887,600,20,0,2,0,1,0,0,0),(243231,32820,0,1,1,0,0,2484.06,27.081,25.565,1.039,600,20,0,2,0,1,0,0,0),(243230,32820,0,1,1,0,0,2483.98,-342,73.162,0.109,600,20,0,2,0,1,0,0,0),(243229,32820,0,1,1,0,0,2483.31,1008,71.644,3.179,600,20,0,2,0,1,0,0,0),(243228,32820,0,1,1,0,0,2482.21,1328.45,25.967,3.804,600,20,0,2,0,1,0,0,0),(243227,32820,0,1,1,0,0,2481.59,1653.69,14.068,3.26,600,20,0,2,0,1,0,0,0),(243226,32820,0,1,1,0,0,2481.47,-221,31.593,2.759,600,20,0,2,0,1,0,0,0),(243225,32820,0,1,1,0,0,2481.38,1649.24,15.072,3.164,600,20,0,2,0,1,0,0,0),(243224,32820,0,1,1,0,0,2481.06,-279,49.659,2.055,600,20,0,2,0,1,0,0,0),(243223,32820,0,1,1,0,0,2478.76,-586,72.697,3.975,600,20,0,2,0,1,0,0,0),(243222,32820,0,1,1,0,0,2478.1,988.421,70.941,2.216,600,20,0,2,0,1,0,0,0),(243221,32820,0,1,1,0,0,2478.08,670.223,43.878,4.858,600,20,0,2,0,1,0,0,0),(243220,32820,0,1,1,0,0,2474.74,17.994,24.719,3.621,600,20,0,2,0,1,0,0,0),(243219,32820,0,1,1,0,0,2474.11,136.395,30.48,2.844,600,20,0,2,0,1,0,0,0),(243218,32820,0,1,1,0,0,2472.49,-660,71.856,2.738,600,20,0,2,0,1,0,0,0),(243217,32820,0,1,1,0,0,2470.76,1133.18,62.891,4.785,600,20,0,2,0,1,0,0,0),(243216,32820,0,1,1,0,0,2470.08,-764,66.258,5.086,600,20,0,2,0,1,0,0,0),(243215,32820,0,1,1,0,0,2469.93,-414,76.909,4.781,600,20,0,2,0,1,0,0,0),(243214,32820,0,1,1,0,0,2469.59,678.841,41.703,4.656,600,20,0,2,0,1,0,0,0),(243213,32820,0,1,1,0,0,2468.97,694.866,45.229,1.525,600,20,0,2,0,1,0,0,0),(243212,32820,0,1,1,0,0,2468.9,-534,73.361,0.95,600,20,0,2,0,1,0,0,0),(243211,32820,0,1,1,0,0,2464.89,240.908,44.565,2.955,600,20,0,2,0,1,0,0,0),(243210,32820,0,1,1,0,0,2463.91,-832,61.865,2.465,600,20,0,2,0,1,0,0,0),(243209,32820,0,1,1,0,0,2461.74,1389.54,24.402,5.66,600,20,0,2,0,1,0,0,0),(243208,32820,0,1,1,0,0,2460.77,1715.16,24.784,0.707,600,20,0,2,0,1,0,0,0),(243207,32820,0,1,1,0,0,2460.72,-843,59.263,3.194,600,20,0,2,0,1,0,0,0),(243206,32820,0,1,1,0,0,2457.74,-961,73.592,4.799,600,20,0,2,0,1,0,0,0),(243205,32820,0,1,1,0,0,2456.21,1600.09,56.384,3.744,600,20,0,2,0,1,0,0,0),(243204,32820,0,1,1,0,0,2453.67,1085.37,61.041,0.916,600,20,0,2,0,1,0,0,0),(243203,32820,0,1,1,0,0,2453.19,1600.67,72.156,0.612,600,20,0,2,0,1,0,0,0),(243202,32820,0,1,1,0,0,2452.02,400.364,35.155,1.552,600,20,0,2,0,1,0,0,0),(243201,32820,0,1,1,0,0,2451.87,939.724,75.693,4.989,600,20,0,2,0,1,0,0,0),(243200,32820,0,1,1,0,0,2450.14,1596.42,37.069,3.452,600,20,0,2,0,1,0,0,0),(243199,32820,0,1,1,0,0,2450.12,468.537,43.871,2.586,600,20,0,2,0,1,0,0,0),(243198,32820,0,1,1,0,0,2449.55,1586.94,61.069,1.798,600,20,0,2,0,1,0,0,0),(243197,32820,0,1,1,0,0,2448.81,-473,76.137,4.731,600,20,0,2,0,1,0,0,0),(243196,32820,0,1,1,0,0,2448.74,438.474,37.248,0.923,600,20,0,2,0,1,0,0,0),(243195,32820,0,1,1,0,0,2448.66,473.064,44.351,4.494,600,20,0,2,0,1,0,0,0),(243194,32820,0,1,1,0,0,2447.51,-326,68.49,0.001,600,20,0,2,0,1,0,0,0),(243193,32820,0,1,1,0,0,2447.11,1584.32,44.952,1.498,600,20,0,2,0,1,0,0,0),(243192,32820,0,1,1,0,0,2447.07,797.919,48.376,5.855,600,20,0,2,0,1,0,0,0),(243191,32820,0,1,1,0,0,2444.13,1599.84,66.573,3.921,600,20,0,2,0,1,0,0,0),(243190,32820,0,1,1,0,0,2442.84,-611,70.441,3.285,600,20,0,2,0,1,0,0,0),(243189,32820,0,1,1,0,0,2442.75,-656,71.741,2.654,600,20,0,2,0,1,0,0,0),(243188,32820,0,1,1,0,0,2442.64,-543,71.297,3.584,600,20,0,2,0,1,0,0,0),(243187,32820,0,1,1,0,0,2442.5,226.8,41.196,0.172,600,20,0,2,0,1,0,0,0),(243186,32820,0,1,1,0,0,2442.47,1333.02,27.135,2.692,600,20,0,2,0,1,0,0,0),(243185,32820,0,1,1,0,0,2441.93,1472.27,32.176,4.253,600,20,0,2,0,1,0,0,0),(243184,32820,0,1,1,0,0,2441.91,763.84,46.683,5.054,600,20,0,2,0,1,0,0,0),(243183,32820,0,1,1,0,0,2441.18,360.312,32.705,5.067,600,20,0,2,0,1,0,0,0),(243182,32820,0,1,1,0,0,2441.02,1589.64,72.156,4.047,600,20,0,2,0,1,0,0,0),(243181,32820,0,1,1,0,0,2440.72,486.974,44.588,4.485,600,20,0,2,0,1,0,0,0),(243180,32820,0,1,1,0,0,2439.4,-684,72.739,3.02,600,20,0,2,0,1,0,0,0),(243179,32820,0,1,1,0,0,2439.32,-400,68.798,2.566,600,20,0,2,0,1,0,0,0),(243178,32820,0,1,1,0,0,2438.83,875.833,74.285,3.298,600,20,0,2,0,1,0,0,0),(243177,32820,0,1,1,0,0,2438.41,1599.72,50.777,5.947,600,20,0,2,0,1,0,0,0),(243176,32820,0,1,1,0,0,2436.55,-192,33.496,0.211,600,20,0,2,0,1,0,0,0),(243175,32820,0,1,1,0,0,2435.63,1777.61,29.416,4.681,600,20,0,2,0,1,0,0,0),(243174,32820,0,1,1,0,0,2434.33,-404,68.323,1.155,600,20,0,2,0,1,0,0,0),(243173,32820,0,1,1,0,0,2434.17,608.949,31.609,3.929,600,20,0,2,0,1,0,0,0),(243172,32820,0,1,1,0,0,2433.11,978.304,68.19,1.34,600,20,0,2,0,1,0,0,0),(243171,32820,0,1,1,0,0,2432.8,772.851,43.749,0.52,600,20,0,2,0,1,0,0,0),(243170,32820,0,1,1,0,0,2432.26,738.563,40.884,5.255,600,20,0,2,0,1,0,0,0),(243169,32820,0,1,1,0,0,2429.26,889.561,72.831,4.188,600,20,0,2,0,1,0,0,0),(243168,32820,0,1,1,0,0,2429.17,1531.98,35.504,2.935,600,20,0,2,0,1,0,0,0),(243167,32820,0,1,1,0,0,2425.83,218.091,36.324,2.626,600,20,0,2,0,1,0,0,0),(243166,32820,0,1,1,0,0,2425.21,-651,72.322,4.155,600,20,0,2,0,1,0,0,0),(243165,32820,0,1,1,0,0,2424.05,148.275,31.336,2.675,600,20,0,2,0,1,0,0,0),(243164,32820,0,1,1,0,0,2422.22,297.866,35.91,3.53,600,20,0,2,0,1,0,0,0),(243163,32820,0,1,1,0,0,2421.85,190.064,32.594,3.308,600,20,0,2,0,1,0,0,0),(243162,32820,0,1,1,0,0,2419.78,1567.44,32.97,3.735,600,20,0,2,0,1,0,0,0),(243161,32820,0,1,1,0,0,2418,-479,74.076,4.456,600,20,0,2,0,1,0,0,0),(243160,32820,0,1,1,0,0,2417.91,-742,70.812,0.802,600,20,0,2,0,1,0,0,0),(243159,32820,0,1,1,0,0,2417.36,1214.98,43.743,3.638,600,20,0,2,0,1,0,0,0),(243158,32820,0,1,1,0,0,2417.2,-275,59.469,2.832,600,20,0,2,0,1,0,0,0),(243157,32820,0,1,1,0,0,2416.42,195.813,31.897,4.942,600,20,0,2,0,1,0,0,0),(243156,32820,0,1,1,0,0,2416.16,1335.9,33.074,3.269,600,20,0,2,0,1,0,0,0),(243155,32820,0,1,1,0,0,2414.1,1303.18,30.4,1.796,600,20,0,2,0,1,0,0,0),(243154,32820,0,1,1,0,0,2413.61,1520.4,34.687,2.74,600,20,0,2,0,1,0,0,0),(243153,32820,0,1,1,0,0,2413.26,-277,59.124,5.309,600,20,0,2,0,1,0,0,0),(243152,32820,0,1,1,0,0,2412.98,745.356,41.134,0.099,600,20,0,2,0,1,0,0,0),(243151,32820,0,1,1,0,0,2411.89,1399.55,33.384,0.56,600,20,0,2,0,1,0,0,0),(243150,32820,0,1,1,0,0,2411.49,653.125,31.986,2.168,600,20,0,2,0,1,0,0,0),(243148,32820,0,1,1,0,0,2410.56,1583.85,32.966,3.664,600,20,0,2,0,1,0,0,0),(243149,32820,0,1,1,0,0,2410.67,612.571,30.944,3.927,600,20,0,2,0,1,0,0,0),(243147,32820,0,1,1,0,0,2410.23,-241,45.519,1.328,600,20,0,2,0,1,0,0,0),(243146,32820,0,1,1,0,0,2409.28,1889.54,11.37,5.307,600,20,0,2,0,1,0,0,0),(243145,32820,0,1,1,0,0,2409.2,1381.42,36.009,6.158,600,20,0,2,0,1,0,0,0),(243144,32820,0,1,1,0,0,2408.2,687.692,33.231,2.845,600,20,0,2,0,1,0,0,0),(243143,32820,0,1,1,0,0,2406.7,795.103,41.574,4.812,600,20,0,2,0,1,0,0,0),(243142,32820,0,1,1,0,0,2406.45,-1035,85.414,0.457,600,20,0,2,0,1,0,0,0),(243141,32820,0,1,1,0,0,2405.36,-734,73.272,2.557,600,20,0,2,0,1,0,0,0),(243140,32820,0,1,1,0,0,2405.23,1285.12,31.2,4.19,600,20,0,2,0,1,0,0,0),(243139,32820,0,1,1,0,0,2403.79,675.319,34.263,2.516,600,20,0,2,0,1,0,0,0),(243138,32820,0,1,1,0,0,2403.65,1105.96,52.947,6.067,600,20,0,2,0,1,0,0,0),(243137,32820,0,1,1,0,0,2403.28,227.164,34.464,1.926,600,20,0,2,0,1,0,0,0),(243136,32820,0,1,1,0,0,2402.73,1124.35,50.437,3.04,600,20,0,2,0,1,0,0,0),(243135,32820,0,1,1,0,0,2401.57,1406.94,32.985,2.087,600,20,0,2,0,1,0,0,0),(243134,32820,0,1,1,0,0,2398.29,1596.08,33.56,4.911,600,20,0,2,0,1,0,0,0),(243133,32820,0,1,1,0,0,2398.11,1026.08,61.023,3.502,600,20,0,2,0,1,0,0,0),(243132,32820,0,1,1,0,0,2396.53,870.308,64.018,0.119,600,20,0,2,0,1,0,0,0),(243131,32820,0,1,1,0,0,2396.11,1262.56,36.633,5.658,600,20,0,2,0,1,0,0,0),(243130,32820,0,1,1,0,0,2395.9,-592,71.83,0.24,600,20,0,2,0,1,0,0,0),(243129,32820,0,1,1,0,0,2394.46,-291,55.946,0.978,600,20,0,2,0,1,0,0,0),(243128,32820,0,1,1,0,0,2390.27,336.502,40.016,2.271,600,20,0,2,0,1,0,0,0),(243127,32820,0,1,1,0,0,2389.34,1440.19,34.403,2.12,600,20,0,2,0,1,0,0,0),(243126,32820,0,1,1,0,0,2389.22,-932,68.069,1.36,600,20,0,2,0,1,0,0,0),(243125,32820,0,1,1,0,0,2388.84,-373,68.993,3.957,600,20,0,2,0,1,0,0,0),(243124,32820,0,1,1,0,0,2388.53,-448,75.259,3.57,600,20,0,2,0,1,0,0,0),(243123,32820,0,1,1,0,0,2387.66,-447,74.785,4.973,600,20,0,2,0,1,0,0,0),(243122,32820,0,1,1,0,0,2387.31,-627,70.923,4.593,600,20,0,2,0,1,0,0,0),(243121,32820,0,1,1,0,0,2387.03,204.682,35.487,5.981,600,20,0,2,0,1,0,0,0),(243120,32820,0,1,1,0,0,2386.36,-1050,85.605,3.171,600,20,0,2,0,1,0,0,0),(243119,32820,0,1,1,0,0,2384.88,1051.42,56.973,4.909,600,20,0,2,0,1,0,0,0),(243118,32820,0,1,1,0,0,2383.29,1106.76,46.027,6.047,600,20,0,2,0,1,0,0,0),(243117,32820,0,1,1,0,0,2382.42,-935,67.969,2.253,600,20,0,2,0,1,0,0,0),(243116,32820,0,1,1,0,0,2382.23,636.662,30.31,0.463,600,20,0,2,0,1,0,0,0),(243115,32820,0,1,1,0,0,2379.44,1017.43,55.545,0.852,600,20,0,2,0,1,0,0,0),(243114,32820,0,1,1,0,0,2379.37,1877.52,0.848,4.616,600,20,0,2,0,1,0,0,0),(243113,32820,0,1,1,0,0,2378.88,-572,74.79,2.643,600,20,0,2,0,1,0,0,0),(243112,32820,0,1,1,0,0,2377.98,137.006,31.717,3.492,600,20,0,2,0,1,0,0,0),(243111,32820,0,1,1,0,0,2377.8,747.063,34.106,4.872,600,20,0,2,0,1,0,0,0),(243110,32820,0,1,1,0,0,2377.67,-594,72.983,1.424,600,20,0,2,0,1,0,0,0),(243109,32820,0,1,1,0,0,2377.16,111.89,27.662,4.962,600,20,0,2,0,1,0,0,0),(243108,32820,0,1,1,0,0,2377,1017.97,54.718,3.905,600,20,0,2,0,1,0,0,0),(243107,32820,0,1,1,0,0,2376.34,1493.49,34.884,5.341,600,20,0,2,0,1,0,0,0),(243106,32820,0,1,1,0,0,2375.43,1098.79,43.639,5.316,600,20,0,2,0,1,0,0,0),(243105,32820,0,1,1,0,0,2374.97,580.367,33.505,4.767,600,20,0,2,0,1,0,0,0),(243104,32820,0,1,1,0,0,2374.06,1284.32,31.413,4.418,600,20,0,2,0,1,0,0,0),(243103,32820,0,1,1,0,0,2373.57,1543.44,34.328,0.443,600,20,0,2,0,1,0,0,0),(243101,32820,0,1,1,0,0,2372.24,-834,71.854,5.471,600,20,0,2,0,1,0,0,0),(243102,32820,0,1,1,0,0,2372.64,334.076,38.745,0.673,600,20,1,2,0,1,1,0,0),(243100,32820,0,1,1,0,0,2371.08,204.149,35.612,1.807,600,20,0,2,0,1,0,0,0),(243098,32820,0,1,1,0,0,2365.96,-581,75.685,0.85,600,20,0,2,0,1,0,0,0),(243099,32820,0,1,1,0,0,2370.9,-442,76.593,6.172,600,20,0,2,0,1,0,0,0),(243097,32820,0,1,1,0,0,2364.95,294.312,34.916,0.113,600,20,0,2,0,1,0,0,0),(243096,32820,0,1,1,0,0,2363.58,1215.44,34.043,1.34,600,20,0,2,0,1,0,0,0),(243095,32820,0,1,1,0,0,2363.14,1650.9,33.881,0.542,600,20,0,2,0,1,0,0,0),(243094,32820,0,1,1,0,0,2361.42,1313.94,33.537,6.047,600,20,0,2,0,1,0,0,0),(243093,32820,0,1,1,0,0,2361.41,425.175,33.552,1.843,600,20,0,2,0,1,0,0,0),(243092,32820,0,1,1,0,0,2360.86,877.532,57.312,6.185,600,20,0,2,0,1,0,0,0),(243091,32820,0,1,1,0,0,2356.71,1288.87,32.962,5.288,600,20,0,2,0,1,0,0,0),(243090,32820,0,1,1,0,0,2356.43,672.208,34.242,0.826,600,20,0,2,0,1,0,0,0),(243089,32820,0,1,1,0,0,2356.2,1173.56,37.18,0.307,600,20,0,2,0,1,0,0,0),(243088,32820,0,1,1,0,0,2355.48,251.407,28.57,4.943,600,20,0,2,0,1,0,0,0),(243087,32820,0,1,1,0,0,2354.99,866.681,54.057,1.686,600,20,0,2,0,1,0,0,0),(243086,32820,0,1,1,0,0,2354.38,329.058,37.779,4.064,600,20,0,2,0,1,0,0,0),(243085,32820,0,1,1,0,0,2354.14,1367.2,33.332,5.345,600,20,0,2,0,1,0,0,0),(243084,32820,0,1,1,0,0,2352.98,-160,28.558,2.635,600,20,0,2,0,1,0,0,0),(243083,32820,0,1,1,0,0,2351.5,81.281,28.505,1.363,600,20,0,2,0,1,0,0,0),(243082,32820,0,1,1,0,0,2351.05,649.239,33.729,5.742,600,20,0,2,0,1,0,0,0),(243081,32820,0,1,1,0,0,2351.02,-1050,83.63,5.796,600,20,0,2,0,1,0,0,0),(243080,32820,0,1,1,0,0,2350.96,-256,42.913,5.774,600,20,0,2,0,1,0,0,0),(243079,32820,0,1,1,0,0,2350.54,1469.74,33.332,3.855,600,20,0,2,0,1,0,0,0),(243078,32820,0,1,1,0,0,2350.12,609.547,35.335,1.012,600,20,0,2,0,1,0,0,0),(243077,32820,0,1,1,0,0,2350.06,679.128,35.492,2.183,600,20,0,2,0,1,0,0,0),(243076,32820,0,1,1,0,0,2349.95,1291.15,33.534,1.661,600,20,0,2,0,1,0,0,0),(243075,32820,0,1,1,0,0,2349.34,-910,71.468,1.993,600,20,0,2,0,1,0,0,0),(243074,32820,0,1,1,0,0,2348.58,492.862,33.358,4.879,600,20,0,2,0,1,0,0,0),(243073,32820,0,1,1,0,0,2348.53,176.39,37.435,2.873,600,20,0,2,0,1,0,0,0),(243072,32820,0,1,1,0,0,2348.1,1384.92,33.528,0.728,600,20,0,2,0,1,0,0,0),(243071,32820,0,1,1,0,0,2346.36,50.501,27.321,5.781,600,20,0,2,0,1,0,0,0),(243070,32820,0,1,1,0,0,2345.99,1129.3,41.876,1.589,600,20,0,2,0,1,0,0,0),(243069,32820,0,1,1,0,0,2344.56,894.859,57.8,5.072,600,20,0,2,0,1,0,0,0),(243068,32820,0,1,1,0,0,2344.03,265.531,34.206,0.211,600,20,0,2,0,1,0,0,0),(243067,32820,0,1,1,0,0,2343.9,595.659,34.857,0.712,600,20,0,2,0,1,0,0,0),(243066,32820,0,1,1,0,0,2342.92,1314.31,34.119,3.194,600,20,0,2,0,1,0,0,0),(243065,32820,0,1,1,0,0,2341.99,-226,41.779,3.074,600,20,0,2,0,1,0,0,0),(243064,32820,0,1,1,0,0,2341.36,178.039,38.336,6.054,600,20,0,2,0,1,0,0,0),(243063,32820,0,1,1,0,0,2340.65,732.441,36.408,2.016,600,20,0,2,0,1,0,0,0),(243062,32820,0,1,1,0,0,2340.52,763.396,34.971,4.497,600,20,0,2,0,1,0,0,0),(243061,32820,0,1,1,0,0,2340.05,1015.01,51.349,1.017,600,20,0,2,0,1,0,0,0),(243060,32820,0,1,1,0,0,2334.68,115.599,36.568,5.198,600,20,0,2,0,1,0,0,0),(243059,32820,0,1,1,0,0,2332.93,933.291,61.245,0.091,600,20,0,2,0,1,0,0,0),(243058,32820,0,1,1,0,0,2331.26,1693.33,46.975,2.969,600,20,0,2,0,1,0,0,0),(243057,32820,0,1,1,0,0,2331.17,1391.91,33.333,3.749,600,20,0,2,0,1,0,0,0),(243056,32820,0,1,1,0,0,2330.09,243.529,28.61,5.202,600,20,0,2,0,1,0,0,0),(243055,32820,0,1,1,0,0,2328.58,774.542,33.337,5.827,600,20,0,2,0,1,0,0,0),(243054,32820,0,1,1,0,0,2327.82,693.471,39.356,1.926,600,20,0,2,0,1,0,0,0),(243053,32820,0,1,1,0,0,2327.67,-206,38.609,6.026,600,20,0,2,0,1,0,0,0),(243052,32820,0,1,1,0,0,2327.63,114.74,36.88,3.775,600,20,0,2,0,1,0,0,0),(243051,32820,0,1,1,0,0,2325.31,-667,69.304,0.387,600,20,0,2,0,1,0,0,0),(243050,32820,0,1,1,0,0,2324.44,622.718,33.868,3.246,600,20,0,2,0,1,0,0,0),(243049,32820,0,1,1,0,0,2323.53,1004.91,51.782,2.099,600,20,0,2,0,1,0,0,0),(243048,32820,0,1,1,0,0,2323.16,1482.42,33.574,1.884,600,20,0,2,0,1,0,0,0),(243047,32820,0,1,1,0,0,2322.2,332.751,36.502,4.385,600,20,0,2,0,1,0,0,0),(243046,32820,0,1,1,0,0,2322.08,-378,71.204,2.335,600,20,0,2,0,1,0,0,0),(243045,32820,0,1,1,0,0,2320.82,653.608,31.56,5.556,600,20,0,2,0,1,0,0,0),(243044,32820,0,1,1,0,0,2320.4,-255,47.498,3.949,600,20,0,2,0,1,0,0,0),(243043,32820,0,1,1,0,0,2319.53,1098.57,37.407,1.036,600,20,0,2,0,1,0,0,0),(243042,32820,0,1,1,0,0,2318.22,-176,32.414,0.941,600,20,0,2,0,1,0,0,0),(243041,32820,0,1,1,0,0,2317.61,563.985,26.07,3.317,600,20,0,2,0,1,0,0,0),(243040,32820,0,1,1,0,0,2317.38,-194,36.857,5.514,600,20,0,2,0,1,0,0,0),(243039,32820,0,1,1,0,0,2317.02,1314.35,32.847,4.488,600,20,0,2,0,1,0,0,0),(243038,32820,0,1,1,0,0,2316.75,1549.7,33.736,3.995,600,20,0,2,0,1,0,0,0),(243037,32820,0,1,1,0,0,2316.19,1537.13,34.128,4.887,600,20,0,2,0,1,0,0,0),(243036,32820,0,1,1,0,0,2314.93,288.278,37.311,2.876,600,20,0,2,0,1,0,0,0),(243035,32820,0,1,1,0,0,2313.01,174.293,35.217,0.415,600,20,0,2,0,1,0,0,0),(243034,32820,0,1,1,0,0,2311.94,-351,72.51,3.097,600,20,0,2,0,1,0,0,0),(243033,32820,0,1,1,0,0,2311.93,1037.26,43.999,5.483,600,20,0,2,0,1,0,0,0),(243032,32820,0,1,1,0,0,2310.55,648.208,31.984,2.79,600,20,0,2,0,1,0,0,0),(243031,32820,0,1,1,0,0,2308.34,103.228,38.21,3.994,600,20,0,2,0,1,0,0,0),(243030,32820,0,1,1,0,0,2307.53,264.358,38.67,1.313,600,20,0,2,0,1,0,0,0),(243029,32820,0,1,1,0,0,2305.77,1477.72,33.574,2.863,600,20,0,2,0,1,0,0,0),(243028,32820,0,1,1,0,0,2305.5,715.549,37.693,3.289,600,20,0,2,0,1,0,0,0),(243027,32820,0,1,1,0,0,2303.09,1125.23,34.745,0.168,600,20,0,2,0,1,0,0,0),(243026,32820,0,1,1,0,0,2301.89,949.822,56.805,0.538,600,20,0,2,0,1,0,0,0),(243025,32820,0,1,1,0,0,2300.05,555.742,34.818,3.778,600,20,0,2,0,1,0,0,0),(243024,32820,0,1,1,0,0,2299.6,983.578,49.516,3.326,600,20,0,2,0,1,0,0,0),(243023,32820,0,1,1,0,0,2298.11,1330.05,32.604,4.76,600,20,0,2,0,1,0,0,0),(243022,32820,0,1,1,0,0,2297.44,1463.4,33.333,1.799,600,20,0,2,0,1,0,0,0),(243021,32820,0,1,1,0,0,2296.19,-10,21.036,5.255,600,20,0,2,0,1,0,0,0),(243020,32820,0,1,1,0,0,2295.68,246.425,27.541,3.589,600,20,0,2,0,1,0,0,0),(243019,32820,0,1,1,0,0,2295.53,178.992,35.525,6.01,600,20,0,2,0,1,0,0,0),(243018,32820,0,1,1,0,0,2295.49,850.026,40.156,3.269,600,20,0,2,0,1,0,0,0),(243017,32820,0,1,1,0,0,2294.07,722.974,35.609,5.35,600,20,0,2,0,1,0,0,0),(243016,32820,0,1,1,0,0,2293.34,423.774,34.761,5.638,600,20,0,2,0,1,0,0,0),(243015,32820,0,1,1,0,0,2292.45,233.122,27.273,1.71,600,20,0,2,0,1,0,0,0),(243014,32820,0,1,1,0,0,2291.09,-1019,76.653,5.459,600,20,0,2,0,1,0,0,0),(243013,32820,0,1,1,0,0,2289.37,401.44,33.95,3.308,600,20,0,2,0,1,0,0,0),(243012,32820,0,1,1,0,0,2289.26,391.07,34.114,3.156,600,20,0,2,0,1,0,0,0),(243011,32820,0,1,1,0,0,2289.03,235.309,27.088,1.301,600,20,0,2,0,1,0,0,0),(243010,32820,0,1,1,0,0,2288.99,706.963,35.832,6.265,600,20,0,2,0,1,0,0,0),(243009,32820,0,1,1,0,0,2288.87,243.432,27.172,5.223,600,20,0,2,0,1,0,0,0),(243008,32820,0,1,1,0,0,2288.69,717.236,35.489,1.637,600,20,0,2,0,1,0,0,0),(243007,32820,0,1,1,0,0,2287.94,855.278,39.751,1.603,600,20,0,2,0,1,0,0,0),(243006,32820,0,1,1,0,0,2287.27,302.189,35.189,2.968,600,20,0,2,0,1,0,0,0),(243005,32820,0,1,1,0,0,2287.02,1314.32,31.399,5.33,600,20,0,2,0,1,0,0,0),(243004,32820,0,1,1,0,0,2286.48,-781,68.963,0.839,600,20,0,2,0,1,0,0,0),(243002,32820,0,1,1,0,0,2285.93,597.451,30.5,2.537,600,20,0,2,0,1,0,0,0),(243003,32820,0,1,1,0,0,2286.23,337.584,34.228,3.604,600,20,1,2,0,1,1,0,0),(243001,32820,0,1,1,0,0,2285.66,-222,43.143,0.708,600,20,0,2,0,1,0,0,0),(243000,32820,0,1,1,0,0,2284.98,560.028,35.597,1.235,600,20,0,2,0,1,0,0,0),(242999,32820,0,1,1,0,0,2284.94,56.744,31.758,3.478,600,20,0,2,0,1,0,0,0),(242998,32820,0,1,1,0,0,2284.06,1386.85,33.583,5.228,600,20,0,2,0,1,0,0,0),(242997,32820,0,1,1,0,0,2283.95,242.051,41.114,2.494,600,20,0,2,0,1,0,0,0),(242996,32820,0,1,1,0,0,2283.77,1192.16,36.171,0.37,600,20,0,2,0,1,0,0,0),(242995,32820,0,1,1,0,0,2281.5,1419.94,33.333,3.333,600,20,0,2,0,1,0,0,0),(242994,32820,0,1,1,0,0,2281.22,-877,74.515,5.913,600,20,0,2,0,1,0,0,0),(242993,32820,0,1,1,0,0,2280.49,1429.07,33.332,3.626,600,20,0,2,0,1,0,0,0),(242992,32820,0,1,1,0,0,2280.33,1473.05,33.332,2.445,600,20,0,2,0,1,0,0,0),(242991,32820,0,1,1,0,0,2277.59,-946,77.799,2.024,600,20,0,2,0,1,0,0,0),(242990,32820,0,1,1,0,0,2275.09,-196,36.918,5.87,600,20,0,2,0,1,0,0,0),(242989,32820,0,1,1,0,0,2273.61,964.523,45.992,0.127,600,20,0,2,0,1,0,0,0),(242988,32820,0,1,1,0,0,2271.97,289.642,35.06,2.905,600,20,0,2,0,1,0,0,0),(242987,32820,0,1,1,0,0,2271.86,667.944,32.413,0.073,600,20,0,2,0,1,0,0,0),(242986,32820,0,1,1,0,0,2271.47,0,24.333,3.697,600,20,0,2,0,1,0,0,0),(242985,32820,0,1,1,0,0,2271.33,1392.69,33.332,0.283,600,20,0,2,0,1,0,0,0),(242984,32820,0,1,1,0,0,2271.04,242.997,41.198,1.917,600,20,0,2,0,1,0,0,0),(242983,32820,0,1,1,0,0,2269.52,280.954,35.135,2.893,600,20,0,2,0,1,0,0,0),(242982,32820,0,1,1,0,0,2269.4,245.072,34.256,3.934,600,20,0,2,0,1,0,0,0),(242981,32820,0,1,1,0,0,2268.35,-404,77.129,3.161,600,20,0,2,0,1,0,0,0),(242980,32820,0,1,1,0,0,2268.22,897.28,46.609,1.807,600,20,0,2,0,1,0,0,0),(242979,32820,0,1,1,0,0,2266.67,1174.01,34.004,4.712,600,20,0,2,0,1,0,0,0),(242978,32820,0,1,1,0,0,2266.47,345.762,36.019,4.754,600,20,0,2,0,1,0,0,0),(242977,32820,0,1,1,0,0,2266.43,320.628,34.316,5.505,600,20,0,2,0,1,0,0,0),(242976,32820,0,1,1,0,0,2265.82,333.306,35.183,5.779,600,20,0,2,0,1,0,0,0),(242975,32820,0,1,1,0,0,2265.31,238.893,34.257,2.61,600,20,0,2,0,1,0,0,0),(242974,32820,0,1,1,0,0,2264.8,146.817,42.451,2.634,600,20,0,2,0,1,0,0,0),(242973,32820,0,1,1,0,0,2264.45,251.177,41.115,4.974,600,20,0,2,0,1,0,0,0),(242972,32820,0,1,1,0,0,2262.99,1488.16,33.519,3.996,600,20,0,2,0,1,0,0,0),(242971,32820,0,1,1,0,0,2262.09,244.27,33.634,3.586,600,20,0,2,0,1,0,0,0),(242970,32820,0,1,1,0,0,2262.08,-721,67.26,1.205,600,20,0,2,0,1,0,0,0),(242969,32820,0,1,1,0,0,2261,1015.88,39.699,2.774,600,20,0,2,0,1,0,0,0),(242968,32820,0,1,1,0,0,2260.35,325.859,35.16,5.591,600,20,0,2,0,1,0,0,0),(242967,32820,0,1,1,0,0,2259.14,346.602,36.018,6.056,600,20,0,2,0,1,0,0,0),(242966,32820,0,1,1,0,0,2259.14,312.748,34.701,0.742,600,20,0,2,0,1,0,0,0),(242965,32820,0,1,1,0,0,2258.9,249.927,41.115,3.529,600,20,0,2,0,1,0,0,0),(242964,32820,0,1,1,0,0,2258.75,-362,78.608,2.684,600,20,0,2,0,1,0,0,0),(242963,32820,0,1,1,0,0,2258,1230.01,34.533,0.171,600,20,0,2,0,1,0,0,0),(242962,32820,0,1,1,0,0,2257.28,1101.54,33.523,0.983,600,20,0,2,0,1,0,0,0),(242961,32820,0,1,1,0,0,2256.83,233.273,41.115,1.251,600,20,0,2,0,1,0,0,0),(242960,32820,0,1,1,0,0,2256.2,329.762,35.189,5.605,600,20,0,2,0,1,0,0,0),(242959,32820,0,1,1,0,0,2255.34,317.76,35.165,6.128,600,20,0,2,0,1,0,0,0),(242958,32820,0,1,1,0,0,2254.88,-229,51.733,1.118,600,20,0,2,0,1,0,0,0),(242957,32820,0,1,1,0,0,2254.87,238.435,33.634,0.859,600,20,0,2,0,1,0,0,0),(242956,32820,0,1,1,0,0,2254.41,297.984,34.612,5.776,600,20,0,2,0,1,0,0,0),(242955,32820,0,1,1,0,0,2253.27,-336,76.373,2.778,600,20,0,2,0,1,0,0,0),(242954,32820,0,1,1,0,0,2253.01,251.748,41.115,5.255,600,20,0,2,0,1,0,0,0),(242953,32820,0,1,1,0,0,2252.73,250.472,34.259,6.011,600,20,0,2,0,1,0,0,0),(242951,32820,0,1,1,0,0,2252.4,-17,26.358,0.748,600,20,0,2,0,1,0,0,0),(242952,32820,0,1,1,0,0,2252.48,247.986,34.259,4.599,600,20,1,2,0,1,1,0,0),(242950,32820,0,1,1,0,0,2251.91,-307,65.069,1.42,600,20,0,2,0,1,0,0,0),(242949,32820,0,1,1,0,0,2251.83,641.975,24.75,0.245,600,20,0,2,0,1,0,0,0),(242948,32820,0,1,1,0,0,2251.46,-182,27.26,1.651,600,20,0,2,0,1,0,0,0),(242947,32820,0,1,1,0,0,2250.97,327.095,35.189,5.591,600,20,0,2,0,1,0,0,0),(242946,32820,0,1,1,0,0,2250.35,249.125,41.115,6.097,600,20,0,2,0,1,0,0,0),(242945,32820,0,1,1,0,0,2250.26,322.025,35.272,5.612,600,20,0,2,0,1,0,0,0),(242944,32820,0,1,1,0,0,2250.01,960.429,42.133,1.314,600,20,0,2,0,1,0,0,0),(242943,32820,0,1,1,0,0,2249.8,416.225,40.756,3.341,600,20,0,2,0,1,0,0,0),(242942,32820,0,1,1,0,0,2249.76,267.438,34.274,3.569,600,20,0,2,0,1,0,0,0),(242941,32820,0,1,1,0,0,2249.07,237.011,41.115,6.115,600,20,0,2,0,1,0,0,0),(242940,32820,0,1,1,0,0,2248.69,331.302,35.189,5.554,600,20,0,2,0,1,0,0,0),(242939,32820,0,1,1,0,0,2248.2,641.756,25,3.243,600,20,0,2,0,1,0,0,0),(242938,32820,0,1,1,0,0,2242.45,599.449,33.3335,2.52821,600,20,0,2,0,1,0,0,0),(242937,32820,0,1,1,0,0,2246.33,308.24,35.272,5.104,600,20,0,2,0,1,0,0,0),(242936,32820,0,1,1,0,0,2246.19,239.989,34.26,1.255,600,20,0,2,0,1,0,0,0),(242935,32820,0,1,1,0,0,2245.02,326.546,35.272,5.609,600,20,0,2,0,1,0,0,0),(242934,32820,0,1,1,0,0,2244.3,-799,73.969,4.518,600,20,0,2,0,1,0,0,0),(242933,32820,0,1,1,0,0,2242.3,707.793,35.301,6.015,600,20,0,2,0,1,0,0,0),(242932,32820,0,1,1,0,0,2241.75,458.269,39.242,0.722,600,20,0,2,0,1,0,0,0),(242931,32820,0,1,1,0,0,2241.17,133.656,48.826,4.33,600,20,0,2,0,1,0,0,0),(242930,32820,0,1,1,0,0,2240.14,609.873,33.625,3.535,600,20,0,2,0,1,0,0,0),(242929,32820,0,1,1,0,0,2238.9,-915,75.816,4.474,600,20,0,2,0,1,0,0,0),(242928,32820,0,1,1,0,0,2238.35,918.627,45.64,4.4,600,20,0,2,0,1,0,0,0),(242927,32820,0,1,1,0,0,2236.77,-680,66.274,0.418,600,20,0,2,0,1,0,0,0),(242926,32820,0,1,1,0,0,2236.58,312.188,36.721,3.412,600,20,0,2,0,1,0,0,0),(242925,32820,0,1,1,0,0,2235.19,447.66,46.216,2.968,600,20,0,2,0,1,0,0,0),(242924,32820,0,1,1,0,0,2233.58,-1007,80.965,2.657,600,20,0,2,0,1,0,0,0),(242923,32820,0,1,1,0,0,2231.82,755.998,34.81,4.626,600,20,0,2,0,1,0,0,0),(242922,32820,0,1,1,0,0,2231.63,560.475,34.627,5.567,600,20,0,2,0,1,0,0,0),(242921,32820,0,1,1,0,0,2231.01,-239,52.908,0.153,600,20,0,2,0,1,0,0,0),(242920,32820,0,1,1,0,0,2230.55,975.858,37.83,5.8,600,20,0,2,0,1,0,0,0),(242919,32820,0,1,1,0,0,2230.35,541.228,40.439,1.739,600,20,0,2,0,1,0,0,0),(242918,32820,0,1,1,0,0,2230.34,-29,25.738,4.09,600,20,0,2,0,1,0,0,0),(242917,32820,0,1,1,0,0,2229.59,-206,40.297,1.597,600,20,0,2,0,1,0,0,0),(242916,32820,0,1,1,0,0,2229.11,636.011,24.968,4.452,600,20,0,2,0,1,0,0,0),(242915,32820,0,1,1,0,0,2227.53,317.641,36.719,5.185,600,20,0,2,0,1,0,0,0),(242914,32820,0,1,1,0,0,2227.02,-750,71.357,0.732,600,20,0,2,0,1,0,0,0),(242913,32820,0,1,1,0,0,2226.55,517.816,40.286,3.045,600,20,0,2,0,1,0,0,0),(242912,32820,0,1,1,0,0,2225.04,382.953,39.736,5.981,600,20,0,2,0,1,0,0,0),(242911,32820,0,1,1,0,0,2223.5,399.235,45.126,0.504,600,20,0,2,0,1,0,0,0),(242910,32820,0,1,1,0,0,2223.43,712.979,36.523,0.662,600,20,0,2,0,1,0,0,0),(242909,32820,0,1,1,0,0,2222.72,847.681,46.425,6.038,600,20,0,2,0,1,0,0,0),(242908,32820,0,1,1,0,0,2220.45,58.252,34.739,2.252,600,20,0,2,0,1,0,0,0),(242907,32820,0,1,1,0,0,2219.82,449.194,53.727,1.446,600,20,0,2,0,1,0,0,0),(242906,32820,0,1,1,0,0,2219.32,-688,66.713,5.733,600,20,0,2,0,1,0,0,0),(242905,32820,0,1,1,0,0,2218.94,-181,24.371,2.104,600,20,0,2,0,1,0,0,0),(242904,32820,0,1,1,0,0,2218.38,853.719,47.378,0.906,600,20,0,2,0,1,0,0,0),(242903,32820,0,1,1,0,0,2218.03,780.519,33.878,4.977,600,20,0,2,0,1,0,0,0),(242902,32820,0,1,1,0,0,2217.66,781.878,33.909,0.436,600,20,0,2,0,1,0,0,0),(242901,32820,0,1,1,0,0,2217.6,688.029,35.747,6.015,600,20,0,2,0,1,0,0,0),(242900,32820,0,1,1,0,0,2216.58,716.134,37.089,4.992,600,20,0,2,0,1,0,0,0),(242899,32820,0,1,1,0,0,2215.75,187.039,46.615,0.698,600,20,0,2,0,1,0,0,0),(242898,32820,0,1,1,0,0,2215.74,744.866,37.825,4.187,600,20,0,2,0,1,0,0,0),(242897,32820,0,1,1,0,0,2215.64,810.335,36.014,4.717,600,20,0,2,0,1,0,0,0),(242896,32820,0,1,1,0,0,2215.25,89.87,33.792,2.13,600,20,0,2,0,1,0,0,0),(242895,32820,0,1,1,0,0,2214.8,830.625,42.754,3.829,600,20,0,2,0,1,0,0,0),(242894,32820,0,1,1,0,0,2214.63,-142,29.372,6.129,600,20,0,2,0,1,0,0,0),(242893,32820,0,1,1,0,0,2213.96,1014.27,37.358,1.463,600,20,0,2,0,1,0,0,0),(242892,32820,0,1,1,0,0,2213.42,1151.44,36.331,1.773,600,20,0,2,0,1,0,0,0),(242891,32820,0,1,1,0,0,2213.12,974.64,34.851,5.039,600,20,0,2,0,1,0,0,0),(242890,32820,0,1,1,0,0,2210.61,-343,76.102,6.024,600,20,0,2,0,1,0,0,0),(242889,32820,0,1,1,0,0,2210.48,613.118,25.056,1.509,600,20,0,2,0,1,0,0,0),(242888,32820,0,1,1,0,0,2210.19,690.232,34.949,1.716,600,20,0,2,0,1,0,0,0),(242887,32820,0,1,1,0,0,2210.07,-884,79.818,3.91,600,20,0,2,0,1,0,0,0),(242886,32820,0,1,1,0,0,2208.29,1108.22,35.033,5.086,600,20,0,2,0,1,0,0,0),(242885,32820,0,1,1,0,0,2208.23,-46,29.994,3.938,600,20,0,2,0,1,0,0,0),(242884,32820,0,1,1,0,0,2207.85,-83,28.178,2.542,600,20,0,2,0,1,0,0,0),(242883,32820,0,1,1,0,0,2207.06,625.442,24.75,5.076,600,20,0,2,0,1,0,0,0),(242882,32820,0,1,1,0,0,2206.58,-291,60.776,1.558,600,20,0,2,0,1,0,0,0),(242881,32820,0,1,1,0,0,2203.5,99.245,37.464,0.982,600,20,0,2,0,1,0,0,0),(242880,32820,0,1,1,0,0,2202.84,1184.23,31.857,2.052,600,20,0,2,0,1,0,0,0),(242879,32820,0,1,1,0,0,2202.54,-790,77.934,5.658,600,20,0,2,0,1,0,0,0),(242878,32820,0,1,1,0,0,2201.7,1008.8,37.503,3.11,600,20,0,2,0,1,0,0,0),(242877,32820,0,1,1,0,0,2201.67,569.413,28.92,1.475,600,20,0,2,0,1,0,0,0),(242876,32820,0,1,1,0,0,2200.89,-834,81.376,3.29,600,20,0,2,0,1,0,0,0),(242875,32820,0,1,1,0,0,2199.94,-916,82.351,3.032,600,20,0,2,0,1,0,0,0),(242874,32820,0,1,1,0,0,2198.03,-628,79.928,5.654,600,20,0,2,0,1,0,0,0),(242873,32820,0,1,1,0,0,2195.31,73.998,27.678,3.055,600,20,0,2,0,1,0,0,0),(242872,32820,0,1,1,0,0,2192.44,-803,78.426,4.797,600,20,0,2,0,1,0,0,0),(242871,32820,0,1,1,0,0,2190.93,-350,76.38,0.323,600,20,0,2,0,1,0,0,0),(242870,32820,0,1,1,0,0,2189.44,244.623,35.495,5.568,600,20,0,2,0,1,0,0,0),(242869,32820,0,1,1,0,0,1963.34,1693.95,79.0409,5.03445,600,20,0,2,0,1,0,0,0),(242868,32820,0,1,1,0,0,2188.02,867.697,47.564,1.242,600,20,0,2,0,1,0,0,0),(242867,32820,0,1,1,0,0,2187.24,-124,33.846,3.261,600,20,0,2,0,1,0,0,0),(242866,32820,0,1,1,0,0,2186.22,985.717,34.936,3.18,600,20,0,2,0,1,0,0,0),(242865,32820,0,1,1,0,0,2185.44,-953,86.888,5.122,600,20,0,2,0,1,0,0,0),(242864,32820,0,1,1,0,0,2185.43,905.478,44.982,4.872,600,20,0,2,0,1,0,0,0),(242863,32820,0,1,1,0,0,2184.33,156.662,54.539,3.572,600,20,0,2,0,1,0,0,0),(242862,32820,0,1,1,0,0,2184.19,-451,75.493,2.496,600,20,0,2,0,1,0,0,0),(242861,32820,0,1,1,0,0,2183.91,334.654,37.535,5.015,600,20,0,2,0,1,0,0,0),(242860,32820,0,1,1,0,0,2182.14,-21,37.709,3.873,600,20,0,2,0,1,0,0,0),(242859,32820,0,1,1,0,0,2179.45,265.599,41.922,2.515,600,20,0,2,0,1,0,0,0),(242858,32820,0,1,1,0,0,2178.04,-707,68.489,4.028,600,20,0,2,0,1,0,0,0),(242857,32820,0,1,1,0,0,2177.16,-56,39.25,3.999,600,20,0,2,0,1,0,0,0),(242856,32820,0,1,1,0,0,2177.08,-448,75,2.048,600,20,0,2,0,1,0,0,0),(242855,32820,0,1,1,0,0,2176.81,-494,77.326,1.678,600,20,0,2,0,1,0,0,0),(242854,32820,0,1,1,0,0,2176.37,-415,71.493,3.83,600,20,0,2,0,1,0,0,0),(242853,32820,0,1,1,0,0,2175.75,-579,79.655,6.141,600,20,0,2,0,1,0,0,0),(242852,32820,0,1,1,0,0,2173.42,959.488,34.521,4.991,600,20,0,2,0,1,0,0,0),(242851,32820,0,1,1,0,0,2171.07,11.519,41.672,3.089,600,20,0,2,0,1,0,0,0),(242850,32820,0,1,1,0,0,2170.73,-739,72.017,2.104,600,20,0,2,0,1,0,0,0),(242849,32820,0,1,1,0,0,2169.13,1063.9,33.426,5.259,600,20,0,2,0,1,0,0,0),(242848,32820,0,1,1,0,0,2167.89,1275.51,53.207,4.893,600,20,0,2,0,1,0,0,0),(242847,32820,0,1,1,0,0,2167.71,-606,80.193,5.898,600,20,0,2,0,1,0,0,0),(242846,32820,0,1,1,0,0,2167.67,480.995,66.483,1.386,600,20,0,2,0,1,0,0,0),(242845,32820,0,1,1,0,0,1905.91,1666.46,84.3586,4.94577,600,20,0,2,0,1,0,0,0),(242844,32820,0,1,1,0,0,1950.14,1751.67,112.956,5.89412,600,20,0,2,0,1,0,0,0),(242843,32820,0,1,1,0,0,2164.72,179.13,42.693,1.357,600,20,0,2,0,1,0,0,0),(242842,32820,0,1,1,0,0,2163.73,657.343,34.545,2.354,600,20,0,2,0,1,0,0,0),(242841,32820,0,1,1,0,0,2162.56,1053.67,34.093,3.124,600,20,0,2,0,1,0,0,0),(242840,32820,0,1,1,0,0,2161.84,810.492,40.524,3.461,600,20,0,2,0,1,0,0,0),(242839,32820,0,1,1,0,0,2161.79,1078.17,32.831,2.191,600,20,0,2,0,1,0,0,0),(242838,32820,0,1,1,0,0,2161.74,1309.66,54.058,3.609,600,20,0,2,0,1,0,0,0),(242837,32820,0,1,1,0,0,2161.29,-135,40.317,5.06,600,20,0,2,0,1,0,0,0),(242836,32820,0,1,1,0,0,2102.83,1710.7,67.3188,5.1591,600,20,0,2,0,1,0,0,0),(242835,32820,0,1,1,0,0,2103.8,1670.5,71.61,4.75789,600,20,0,2,0,1,0,0,0),(242834,32820,0,1,1,0,0,2158.68,1178.75,40.923,2.14,600,20,0,2,0,1,0,0,0),(242833,32820,0,1,1,0,0,2157.89,657.364,34.545,1.219,600,20,0,2,0,1,0,0,0),(242832,32820,0,1,1,0,0,2157.17,1314.07,53.888,4.172,600,20,0,2,0,1,0,0,0),(242831,32820,0,1,1,0,0,2156.87,76.336,30.127,1.953,600,20,0,2,0,1,0,0,0),(242830,32820,0,1,1,0,0,2154.42,-509,81.625,6.261,600,20,0,2,0,1,0,0,0),(242829,32820,0,1,1,0,0,2154.3,613.135,35.59,4.875,600,20,0,2,0,1,0,0,0),(242828,32820,0,1,1,0,0,2154.25,1273.87,52.923,5.091,600,20,0,2,0,1,0,0,0),(242827,32820,0,1,1,0,0,2154.14,-549,81.38,4.69,600,20,0,2,0,1,0,0,0),(242826,32820,0,1,1,0,0,2153.82,264.085,43.75,6.073,600,20,0,2,0,1,0,0,0),(242825,32820,0,1,1,0,0,2152.85,-376,77.095,2.125,600,20,0,2,0,1,0,0,0),(242824,32820,0,1,1,0,0,1913.28,1698.36,84.2699,1.17009,600,20,0,2,0,1,0,0,0),(242823,32820,0,1,1,0,0,2151.28,781.396,35.387,1.441,600,20,0,2,0,1,0,0,0),(242822,32820,0,1,1,0,0,2151.13,-532,81.656,4.728,600,20,0,2,0,1,0,0,0),(242821,32820,0,1,1,0,0,2150.27,581.356,38.759,5.833,600,20,0,2,0,1,0,0,0),(242820,32820,0,1,1,0,0,1912.29,1756.79,96.8451,0.664982,600,20,0,2,0,1,0,0,0),(242819,32820,0,1,1,0,0,2149.72,784.085,35.757,4.067,600,20,0,2,0,1,0,0,0),(242818,32820,0,1,1,0,0,2149.56,923.256,33.366,2.19,600,20,0,2,0,1,0,0,0),(242817,32820,0,1,1,0,0,2148.96,1173.49,41.564,1.967,600,20,0,2,0,1,0,0,0),(242816,32820,0,1,1,0,0,2148.51,-548,81.304,4.714,600,20,0,2,0,1,0,0,0),(242815,32820,0,1,1,0,0,2147.98,-162,42.288,1.28,600,20,0,2,0,1,0,0,0),(242814,32820,0,1,1,0,0,2146.51,1087.12,33.038,2.173,600,20,0,2,0,1,0,0,0),(242813,32820,0,1,1,0,0,2167.13,1289.97,53.8044,2.92954,600,20,0,2,0,1,0,0,0),(242812,32820,0,1,1,0,0,2144.69,845.938,36.816,6.026,600,20,0,2,0,1,0,0,0),(242811,32820,0,1,1,0,0,2144.01,295.302,49.235,4.696,600,20,0,2,0,1,0,0,0),(242810,32820,0,1,1,0,0,2143.92,-261,54.597,4.158,600,20,0,2,0,1,0,0,0),(242809,32820,0,1,1,0,0,2143.81,905.505,33.556,5.041,600,20,0,2,0,1,0,0,0),(242808,32820,0,1,1,0,0,2143.7,617.114,34.785,6.194,600,20,0,2,0,1,0,0,0),(242807,32820,0,1,1,0,0,2142.25,-574,79.316,1.743,600,20,0,2,0,1,0,0,0),(242806,32820,0,1,1,0,0,2140.74,333.625,47.038,5.583,600,20,0,2,0,1,0,0,0),(242805,32820,0,1,1,0,0,2140.19,-143,41.601,2.055,600,20,0,2,0,1,0,0,0),(242804,32820,0,1,1,0,0,2139.64,-70,43.366,6.014,600,20,0,2,0,1,0,0,0),(242803,32820,0,1,1,0,0,2139.55,-629,89.778,5.681,600,20,0,2,0,1,0,0,0),(242802,32820,0,1,1,0,0,2138.22,932.278,32.517,2.298,600,20,0,2,0,1,0,0,0),(242801,32820,0,1,1,0,0,2137.51,447.275,67.546,4.482,600,20,0,2,0,1,0,0,0),(242800,32820,0,1,1,0,0,1809.05,1487.63,92.2249,2.22045,600,20,0,2,0,1,0,0,0),(242799,32820,0,1,1,0,0,2136.56,-55,42.489,2.449,600,20,0,2,0,1,0,0,0),(242798,32820,0,1,1,0,0,2045.77,1592.61,70.3002,1.46481,600,20,0,2,0,1,0,0,0),(242797,32820,0,1,1,0,0,2134.81,24.776,40.508,1.191,600,20,0,2,0,1,0,0,0),(242796,32820,0,1,1,0,0,2134.68,766.579,33.696,1.245,600,20,0,2,0,1,0,0,0),(242795,32820,0,1,1,0,0,2132.21,-292,53.727,6.193,600,20,0,2,0,1,0,0,0),(242794,32820,0,1,1,0,0,2132.06,1172.27,41.235,5.514,600,20,0,2,0,1,0,0,0),(242793,32820,0,1,1,0,0,2131.94,78.192,32.567,4.208,600,20,0,2,0,1,0,0,0),(242792,32820,0,1,1,0,0,2131.32,1081.94,32.295,1.587,600,20,0,2,0,1,0,0,0),(242791,32820,0,1,1,0,0,2130.57,277.66,56.109,0.016,600,20,0,2,0,1,0,0,0),(242790,32820,0,1,1,0,0,2130.54,836.084,33.936,5.46,600,20,0,2,0,1,0,0,0),(242789,32820,0,1,1,0,0,2130.51,-229,50.741,4.335,600,20,0,2,0,1,0,0,0),(242788,32820,0,1,1,0,0,2078.82,1746.4,76.4259,4.10132,600,20,0,2,0,1,0,0,0),(242787,32820,0,1,1,0,0,2130.11,1195.2,43.28,3.537,600,20,0,2,0,1,0,0,0),(242786,32820,0,1,1,0,0,2129.84,845.292,32.861,1.673,600,20,0,2,0,1,0,0,0),(242785,32820,0,1,1,0,0,2129.72,1302.56,53.803,0.914,600,20,0,2,0,1,0,0,0),(242784,32820,0,1,1,0,0,1917.79,1752.5,95.0883,3.73869,600,20,0,2,0,1,0,0,0),(242783,32820,0,1,1,0,0,1930.97,1361.04,68.2014,5.75946,600,20,0,2,0,1,0,0,0),(242782,32820,0,1,1,0,0,2128.86,676.09,35.774,3.255,600,20,0,2,0,1,0,0,0),(242781,32820,0,1,1,0,0,2042.77,1895,101.84,3.27782,600,20,0,2,0,1,0,0,0),(242780,32820,0,1,1,0,0,2128.11,1140.33,33.863,5.55,600,20,0,2,0,1,0,0,0),(242779,32820,0,1,1,0,0,1931.08,1322.22,80.217,5.90955,600,20,0,2,0,1,0,0,0),(242778,32820,0,1,1,0,0,2078.28,1604.84,71.8452,5.88908,600,20,0,2,0,1,0,0,0),(242777,32820,0,1,1,0,0,1919.79,1780.21,118.376,1.84019,600,20,0,2,0,1,0,0,0),(242776,32820,0,1,1,0,0,2123.31,54.756,37.694,2.942,600,20,0,2,0,1,0,0,0),(242775,32820,0,1,1,0,0,2122.4,386.537,49.507,2.28,600,20,0,2,0,1,0,0,0),(242774,32820,0,1,1,0,0,2122.32,-83,41.185,0.064,600,20,0,2,0,1,0,0,0),(242773,32820,0,1,1,0,0,2121.89,622.939,34.849,5.541,600,20,0,2,0,1,0,0,0),(242772,32820,0,1,1,0,0,2120.54,1012.54,33.564,4.349,600,20,0,2,0,1,0,0,0),(242771,32820,0,1,1,0,0,2059.25,1744.25,81.5146,3.61765,600,20,0,2,0,1,0,0,0),(242770,32820,0,1,1,0,0,2119.86,825.431,32.753,5.361,600,20,0,2,0,1,0,0,0),(242769,32820,0,1,1,0,0,1881.93,1774.41,118.192,4.4506,600,20,0,2,0,1,0,0,0),(242768,32820,0,1,1,0,0,2119.43,-191,41.035,2.649,600,20,0,2,0,1,0,0,0),(242767,32820,0,1,1,0,0,2118.31,-61,41.311,6.279,600,20,0,2,0,1,0,0,0),(242766,32820,0,1,1,0,0,2118.06,-258,50.686,0.066,600,20,0,2,0,1,0,0,0),(242765,32820,0,1,1,0,0,2117.29,516.623,53.938,5.176,600,20,0,2,0,1,0,0,0),(242764,32820,0,1,1,0,0,2115.65,549.438,40.849,0.092,600,20,0,2,0,1,0,0,0),(242763,32820,0,1,1,0,0,2115.64,-5299,82.163,1.075,600,20,0,2,0,1,0,0,0),(242762,32820,0,1,1,0,0,1976.24,1495.05,85.6114,4.69927,600,20,0,2,0,1,0,0,0),(242761,32820,0,1,1,0,0,2115.19,43.542,38.107,4.966,600,20,0,2,0,1,0,0,0),(242760,32820,0,1,1,0,0,2114.84,-38,42.798,0.651,600,20,0,2,0,1,0,0,0),(242759,32820,0,1,1,0,0,2112.78,-625,93.599,0.281,600,20,0,2,0,1,0,0,0),(242758,32820,0,1,1,0,0,2112.4,821.576,33.143,1.608,600,20,0,2,0,1,0,0,0),(242757,32820,0,1,1,0,0,2111.17,693.495,36.539,6.102,600,20,0,2,0,1,0,0,0),(242756,32820,0,1,1,0,0,2110.95,1003.16,34.44,0.332,600,20,0,2,0,1,0,0,0),(242755,32820,0,1,1,0,0,2108.83,478.31,62.263,6.225,600,20,0,2,0,1,0,0,0),(242754,32820,0,1,1,0,0,2108.62,-894,108.976,3.612,600,20,0,2,0,1,0,0,0),(242753,32820,0,1,1,0,0,2107.05,660.18,35.125,4.362,600,20,0,2,0,1,0,0,0),(242752,32820,0,1,1,0,0,1943.11,1434.81,67.6766,0.955429,600,20,0,2,0,1,0,0,0),(242751,32820,0,1,1,0,0,1861.56,1489.31,89.5527,4.47295,600,20,0,2,0,1,0,0,0),(242750,32820,0,1,1,0,0,2077.3,1688.81,70.235,5.82023,600,20,0,2,0,1,0,0,0),(242749,32820,0,1,1,0,0,2104.04,986.665,36.72,4.612,600,20,0,2,0,1,0,0,0),(242748,32820,0,1,1,0,0,2102.76,233.472,61.795,6.015,600,20,0,2,0,1,0,0,0),(242747,32820,0,1,1,0,0,2088.35,1713.08,67.0698,5.9835,600,20,0,2,0,1,0,0,0),(242746,32820,0,1,1,0,0,1881.74,1440.92,74.5331,3.04863,600,20,0,2,0,1,0,0,0),(242745,32820,0,1,1,0,0,2100.96,105.429,32.285,2.34,600,20,0,2,0,1,0,0,0),(242744,32820,0,1,1,0,0,2011.17,1337.33,72.2587,4.60995,600,20,0,2,0,1,0,0,0),(242743,32820,0,1,1,0,0,2098.45,24.948,35.683,0.745,600,20,0,2,0,1,0,0,0),(242742,32820,0,1,1,0,0,2097.96,367.464,44.919,4.056,600,20,0,2,0,1,0,0,0),(242741,32820,0,1,1,0,0,2097.55,945.28,36.636,3.586,600,20,0,2,0,1,0,0,0),(242740,32820,0,1,1,0,0,2097.09,190.874,56.708,4.383,600,20,0,2,0,1,0,0,0),(242739,32820,0,1,1,0,0,2097.09,1022.21,33.55,4.858,600,20,0,2,0,1,0,0,0),(242738,32820,0,1,1,0,0,2096.49,-589,61.891,0.042,600,20,0,2,0,1,0,0,0),(242737,32820,0,1,1,0,0,2095.32,1126.56,34.958,2.117,600,20,0,2,0,1,0,0,0),(242736,32820,0,1,1,0,0,2093.44,-43,39.19,0.084,600,20,0,2,0,1,0,0,0),(242735,32820,0,1,1,0,0,2093.42,1084.22,37.3,1.54,600,20,0,2,0,1,0,0,0),(242734,32820,0,1,1,0,0,2092.98,-455,44.693,3.958,600,20,0,2,0,1,0,0,0),(242733,32820,0,1,1,0,0,1840.7,1441.26,80.3841,4.92828,600,20,0,2,0,1,0,0,0),(242732,32820,0,1,1,0,0,2092.74,1062.42,32.512,5.418,600,20,0,2,0,1,0,0,0),(242731,32820,0,1,1,0,0,2091.17,206.584,55.045,3.016,600,20,0,2,0,1,0,0,0),(242730,32820,0,1,1,0,0,2090.29,917.421,36.175,4.487,600,20,0,2,0,1,0,0,0),(242729,32820,0,1,1,0,0,1815.67,1447.38,85.6652,4.00511,600,20,0,2,0,1,0,0,0),(242728,32820,0,1,1,0,0,1869.89,1671.97,92.0772,0.063407,600,20,0,2,0,1,0,0,0),(242727,32820,0,1,1,0,0,2087.39,608.782,34.674,0.047,600,20,0,2,0,1,0,0,0),(242726,32820,0,1,1,0,0,1808.53,1774.53,132.221,4.17193,600,20,0,2,0,1,0,0,0),(242725,32820,0,1,1,0,0,2085.53,-123,39.026,5.75,600,20,0,2,0,1,0,0,0),(242724,32820,0,1,1,0,0,2085.16,345.001,52.812,1.366,600,20,0,2,0,1,0,0,0),(242723,32820,0,1,1,0,0,1827.52,1715.56,102.475,4.52974,600,20,0,2,0,1,0,0,0),(242722,32820,0,1,1,0,0,2084.73,452.826,53.378,5.251,600,20,0,2,0,1,0,0,0),(242721,32820,0,1,1,0,0,2083.9,1947.31,98.64,2.035,600,20,0,2,0,1,0,0,0),(242720,32820,0,1,1,0,0,1896.38,1364.77,69.7813,5.23592,600,20,0,2,0,1,0,0,0),(242719,32820,0,1,1,0,0,2083.07,684.921,38.775,0.814,600,20,0,2,0,1,0,0,0),(242718,32820,0,1,1,0,0,2083.03,1201.24,44.457,6.047,600,20,0,2,0,1,0,0,0),(242717,32820,0,1,1,0,0,2006.41,1378.54,61.7167,1.51118,600,20,0,2,0,1,0,0,0),(242716,32820,0,1,1,0,0,2019.53,1898.06,103.851,2.14568,600,20,0,2,0,1,0,0,0),(242715,32820,0,1,1,0,0,2078.96,91.511,36.836,2.531,600,20,0,2,0,1,0,0,0),(242714,32820,0,1,1,0,0,2078.89,1140.56,35.846,4.338,600,20,0,2,0,1,0,0,0),(242713,32820,0,1,1,0,0,2078.67,629.378,34.795,2.592,600,20,0,2,0,1,0,0,0),(242712,32820,0,1,1,0,0,2078.57,4.905,42.068,1.306,600,20,0,2,0,1,0,0,0),(242711,32820,0,1,1,0,0,2078.41,-251,40.586,0.182,600,20,0,2,0,1,0,0,0),(242710,32820,0,1,1,0,0,2077.52,693.921,37.999,5.065,600,20,0,2,0,1,0,0,0),(242709,32820,0,1,1,0,0,1971.43,1354.39,68.887,4.29635,600,20,0,2,0,1,0,0,0),(242708,32820,0,1,1,0,0,2049.65,1732.27,80.4877,3.31944,600,20,0,2,0,1,0,0,0),(242707,32820,0,1,1,0,0,2076.91,-185,43.133,4.205,600,20,0,2,0,1,0,0,0),(242706,32820,0,1,1,0,0,2021.02,1911.75,105.644,3.21279,600,20,0,2,0,1,0,0,0),(242705,32820,0,1,1,0,0,2075.72,1202.52,45.322,2.771,600,20,0,2,0,1,0,0,0),(242704,32820,0,1,1,0,0,2074.73,-519,55.793,2.566,600,20,0,2,0,1,0,0,0),(242703,32820,0,1,1,0,0,2074.66,1034.66,34.803,0.718,600,20,0,2,0,1,0,0,0),(242702,32820,0,1,1,0,0,2073.73,1132.56,35.526,3.825,600,20,0,2,0,1,0,0,0),(242701,32820,0,1,1,0,0,2073.47,282.781,59.645,6.124,600,20,0,2,0,1,0,0,0),(242700,32820,0,1,1,0,0,2073.38,-419,39.952,4.991,600,20,0,2,0,1,0,0,0),(242699,32820,0,1,1,0,0,2004.17,1654.17,75.4569,1.8434,600,20,0,2,0,1,0,0,0),(242698,32820,0,1,1,0,0,2072.44,276.922,59.6398,6.27228,600,20,0,2,0,1,0,0,0),(242697,32820,0,1,1,0,0,2066.83,1349.86,61.2389,5.49917,600,20,0,2,0,1,0,0,0),(242696,32820,0,1,1,0,0,2070.94,-287,42.476,1.066,600,20,0,2,0,1,0,0,0),(242695,32820,0,1,1,0,0,2060.03,1778.16,89.545,-1.58239,600,20,0,2,0,1,0,0,0),(242694,32820,0,1,1,0,0,2070.34,878.129,35.484,1.15,600,20,0,2,0,1,0,0,0),(242693,32820,0,1,1,0,0,2138.94,1335.12,54.5369,2.61531,600,20,0,2,0,1,0,0,0),(242692,32820,0,1,1,0,0,2068.44,-118,37.03,0.131,600,20,0,2,0,1,0,0,0),(242691,32820,0,1,1,0,0,2067.97,-101,38.276,1.817,600,20,0,2,0,1,0,0,0),(242690,32820,0,1,1,0,0,2067.57,369.811,40.361,0.171,600,20,0,2,0,1,0,0,0),(242689,32820,0,1,1,0,0,2067.3,-197,38.593,5.404,600,20,0,2,0,1,0,0,0),(242688,32820,0,1,1,0,0,2067.05,-550,55.844,5.643,600,20,0,2,0,1,0,0,0),(242687,32820,0,1,1,0,0,2066.76,-82,36.672,3.541,600,20,0,2,0,1,0,0,0),(242686,32820,0,1,1,0,0,2065.42,-370,35.665,5.481,600,20,0,2,0,1,0,0,0),(242685,32820,0,1,1,0,0,2064.98,70.83,39.206,6.049,600,20,0,2,0,1,0,0,0),(242684,32820,0,1,1,0,0,2064.44,756.674,39.752,5.325,600,20,0,2,0,1,0,0,0),(242683,32820,0,1,1,0,0,2063.56,290.546,97.031,5.066,600,20,0,2,0,1,0,0,0),(242682,32820,0,1,1,0,0,2062.18,338.783,55.208,5.476,600,20,0,2,0,1,0,0,0),(242681,32820,0,1,1,0,0,2028.19,1922.43,107.104,1.76648,600,20,0,2,0,1,0,0,0),(242680,32820,0,1,1,0,0,2059.86,482.621,48.592,0.632,600,20,0,2,0,1,0,0,0),(242679,32820,0,1,1,0,0,2023.58,1706.39,79.4175,5.01283,600,20,0,2,0,1,0,0,0),(242678,32820,0,1,1,0,0,2058.78,285.885,59.647,2.986,600,20,0,2,0,1,0,0,0),(242677,32820,0,1,1,0,0,2056.97,1776.17,90.0997,-0.482707,600,20,0,2,0,1,0,0,0),(242676,32820,0,1,1,0,0,2058.29,806.14,36.001,1.968,600,20,0,2,0,1,0,0,0),(242675,32820,0,1,1,0,0,2057.51,279.706,59.643,3.013,600,20,0,2,0,1,0,0,0),(242674,32820,0,1,1,0,0,2057.21,913.271,33.526,3.793,600,20,0,2,0,1,0,0,0),(242673,32820,0,1,1,0,0,2057.16,-23,40.07,3.832,600,20,0,2,0,1,0,0,0),(242672,32820,0,1,1,0,0,2060.85,1778.14,88.95,-1.80664,600,20,0,2,0,1,0,0,0),(242671,32820,0,1,1,0,0,2055.44,692.034,40.564,4.801,600,20,0,2,0,1,0,0,0),(242670,32820,0,1,1,0,0,2162.31,1631.2,85.9035,1.46979,600,20,0,2,0,1,0,0,0),(242669,32820,0,1,1,0,0,2053.91,239.607,99.769,0.538,600,20,0,2,0,1,0,0,0),(242668,32820,0,1,1,0,0,2053.8,948.836,37.278,1.334,600,20,0,2,0,1,0,0,0),(242667,32820,0,1,1,0,0,2039.24,1927.41,106.997,5.2572,600,20,0,2,0,1,0,0,0),(242666,32820,0,1,1,0,0,2052.71,885.654,34.156,1.804,600,20,0,2,0,1,0,0,0),(242665,32820,0,1,1,0,0,2052.7,459.638,49.471,1.834,600,20,0,2,0,1,0,0,0),(242664,32820,0,1,1,0,0,2051.93,-507,43.35,6.162,600,20,0,2,0,1,0,0,0),(242663,32820,0,1,1,0,0,2046.7,1420.23,64.6285,3.4127,600,20,0,2,0,1,0,0,0),(242662,32820,0,1,1,0,0,2050.19,835.752,37.088,2.984,600,20,0,2,0,1,0,0,0),(242661,32820,0,1,1,0,0,2050.19,-487,40.927,4.162,600,20,0,2,0,1,0,0,0),(242660,32820,0,1,1,0,0,2044.95,1708.38,76.6127,5.74122,600,20,0,2,0,1,0,0,0),(242659,32820,0,1,1,0,0,1907.3,1665.82,83.5905,0,600,20,0,2,0,1,0,0,0),(242658,32820,0,1,1,0,0,1842.82,1678.65,97.1791,5.06255,600,20,0,2,0,1,0,0,0),(242657,32820,0,1,1,0,0,2048.14,550.227,45.484,2.278,600,20,0,2,0,1,0,0,0),(242656,32820,0,1,1,0,0,2047.49,645.674,36.773,1.013,600,20,0,2,0,1,0,0,0),(242655,32820,0,1,1,0,0,2047.41,1162.26,37.78,3.208,600,20,0,2,0,1,0,0,0),(242654,32820,0,1,1,0,0,2047.1,1015.39,31.633,0.017,600,20,0,2,0,1,0,0,0),(242653,32820,0,1,1,0,0,2042.69,1875.06,102.249,-0.92142,600,20,0,2,0,1,0,0,0),(242652,32820,0,1,1,0,0,1971.72,1332.93,77.2402,1.3484,600,20,0,2,0,1,0,0,0),(242651,32820,0,1,1,0,0,2046.61,-413,35.467,3.689,600,20,0,2,0,1,0,0,0),(242650,32820,0,1,1,0,0,2031.61,1760.52,104.635,2.65555,600,20,0,2,0,1,0,0,0),(242649,32820,0,1,1,0,0,2046.36,734.951,38.477,1.144,600,20,0,2,0,1,0,0,0),(242648,32820,0,1,1,0,0,2046.22,971.689,33.381,0.407,600,20,0,2,0,1,0,0,0),(242647,32820,0,1,1,0,0,2044.93,-24,39.357,2.159,600,20,0,2,0,1,0,0,0),(242646,32820,0,1,1,0,0,2017.02,1853.65,102.919,2.19558,600,20,0,2,0,1,0,0,0),(242645,32820,0,1,1,0,0,2043.66,-225,36.929,3.266,600,20,0,2,0,1,0,0,0),(242644,32820,0,1,1,0,0,1762.79,1518,113.58,2.96888,600,20,0,2,0,1,0,0,0),(242643,32820,0,1,1,0,0,2041.02,726.205,38.435,1.326,600,20,0,2,0,1,0,0,0),(242642,32820,0,1,1,0,0,2040.84,58.942,33.868,4.036,600,20,0,2,0,1,0,0,0),(242641,32820,0,1,1,0,0,2021.58,1849.13,102.658,4.56117,600,20,0,2,0,1,0,0,0),(242640,32820,0,1,1,0,0,2040.4,-332,35.68,3.45,600,20,0,2,0,1,0,0,0),(242639,32820,0,1,1,0,0,2040.2,-31,37.94,0.267,600,20,0,2,0,1,0,0,0),(242638,32820,0,1,1,0,0,1897.8,1504.98,93.9504,2.18601,600,20,0,2,0,1,0,0,0),(242637,32820,0,1,1,0,0,2038.44,-336,35.452,6.103,600,20,0,2,0,1,0,0,0),(242636,32820,0,1,1,0,0,2037.54,-141,36.938,1.933,600,20,0,2,0,1,0,0,0),(242635,32820,0,1,1,0,0,2036.43,-502,40.14,0.839,600,20,0,2,0,1,0,0,0),(242634,32820,0,1,1,0,0,2015.52,1771.9,105.903,4.55457,600,20,0,2,0,1,0,0,0),(242633,32820,0,1,1,0,0,2035.76,-82,34.226,5.239,600,20,0,2,0,1,0,0,0),(242632,32820,0,1,1,0,0,2035.67,823.547,35.171,3.481,600,20,0,2,0,1,0,0,0),(242631,32820,0,1,1,0,0,2039.39,1849.1,103.807,5.23599,600,20,0,2,0,1,0,0,0),(242630,32820,0,1,1,0,0,2034.18,1350.95,64.3509,4.01332,600,20,0,2,0,1,0,0,0),(242629,32820,0,1,1,0,0,2031.74,-551,54.019,5.226,600,20,0,2,0,1,0,0,0),(242628,32820,0,1,1,0,0,2030.61,808.408,34.358,4.642,600,20,0,2,0,1,0,0,0),(242627,32820,0,1,1,0,0,2042.87,1858.22,102.938,-1.70908,600,20,0,2,0,1,0,0,0),(242626,32820,0,1,1,0,0,2117.51,1370.31,62.8016,1.43566,600,20,0,2,0,1,0,0,0),(242625,32820,0,1,1,0,0,2029.87,201.484,37.672,1.759,600,20,0,2,0,1,0,0,0),(242624,32820,0,1,1,0,0,1808.03,1542.79,97.2619,2.91201,600,20,0,2,0,1,0,0,0),(242623,32820,0,1,1,0,0,2004.61,1644.08,73.5819,2.64459,600,20,0,2,0,1,0,0,0),(242622,32820,0,1,1,0,0,2029.08,1119.06,35.292,5.612,600,20,0,2,0,1,0,0,0),(242621,32820,0,1,1,0,0,2028.31,45.886,34.271,0.033,600,20,0,2,0,1,0,0,0),(242620,32820,0,1,1,0,0,1755.43,1745.95,139.746,0.129933,600,20,0,2,0,1,0,0,0),(242619,32820,0,1,1,0,0,2027.55,-122,34.171,3.21,600,20,0,2,0,1,0,0,0),(242618,32820,0,1,1,0,0,2027.05,226.902,38.685,4.85,600,20,0,2,0,1,0,0,0),(242617,32820,0,1,1,0,0,2026.91,1074.94,34.519,1.16,600,20,0,2,0,1,0,0,0),(242616,32820,0,1,1,0,0,2026.9,391.331,42.343,3.322,600,20,0,2,0,1,0,0,0),(242615,32820,0,1,1,0,0,2024.87,615.426,37.312,3.499,600,20,0,2,0,1,0,0,0),(242614,32820,0,1,1,0,0,2051.46,1328.73,69.1295,2.2204,600,20,0,2,0,1,0,0,0),(242613,32820,0,1,1,0,0,2023.04,73.922,36.302,0.047,600,20,0,2,0,1,0,0,0),(242612,32820,0,1,1,0,0,1797.22,1718.62,112.576,0.078981,600,20,0,2,0,1,0,0,0),(242611,32820,0,1,1,0,0,2022.4,85.277,36.178,0.047,600,20,0,2,0,1,0,0,0),(242610,32820,0,1,1,0,0,2022.21,883.465,34.844,6.222,600,20,0,2,0,1,0,0,0),(242609,32820,0,1,1,0,0,2021.72,1201.21,50.152,5.867,600,20,0,2,0,1,0,0,0),(242608,32820,0,1,1,0,0,2042.42,1851.53,103.969,-1.74312,600,20,0,2,0,1,0,0,0),(242607,32820,0,1,1,0,0,2046.36,1822.14,107.323,-1.30963,600,20,0,2,0,1,0,0,0),(242606,32820,0,1,1,0,0,2019.74,-364,35.452,4.031,600,20,0,2,0,1,0,0,0),(242605,32820,0,1,1,0,0,2017.73,79.376,36.834,0.047,600,20,0,2,0,1,0,0,0),(242604,32820,0,1,1,0,0,2017.49,-417,35.452,0.018,600,20,0,2,0,1,0,0,0),(242603,32820,0,1,1,0,0,2017.34,-514,41.614,6.053,600,20,0,2,0,1,0,0,0),(242602,32820,0,1,1,0,0,2016.65,36.857,35.85,3.609,600,20,0,2,0,1,0,0,0),(242601,32820,0,1,1,0,0,2015.8,-344,35.702,0.018,600,20,0,2,0,1,0,0,0),(242600,32820,0,1,1,0,0,1913.93,1588.19,84.9734,2.88904,600,20,0,2,0,1,0,0,0),(242599,32820,0,1,1,0,0,2014.47,1024.09,29.558,4.305,600,20,0,2,0,1,0,0,0),(242598,32820,0,1,1,0,0,2012.9,229.321,38.256,4.04,600,20,0,2,0,1,0,0,0),(242597,32820,0,1,1,0,0,2012.68,353.627,41.517,3.932,600,20,0,2,0,1,0,0,0),(242596,32820,0,1,1,0,0,2011.53,-403,35.452,4.994,600,20,0,2,0,1,0,0,0),(242595,32820,0,1,1,0,0,1749.95,1645.55,118.51,5.68655,600,20,0,2,0,1,0,0,0),(242594,32820,0,1,1,0,0,2009.37,223.66,35.843,5.281,600,20,0,2,0,1,0,0,0),(242593,32820,0,1,1,0,0,2008.58,1006.15,32.019,4.622,600,20,0,2,0,1,0,0,0),(242592,32820,0,1,1,0,0,2060.22,1775.06,88.9039,-1.53637,600,20,0,2,0,1,0,0,0),(242591,32820,0,1,1,0,0,2006.23,365.215,42.958,0.61,600,20,0,2,0,1,0,0,0),(242590,32820,0,1,1,0,0,2006.19,99.895,34.778,4.494,600,20,0,2,0,1,0,0,0),(242589,32820,0,1,1,0,0,2005.88,444.298,37.364,5.514,600,20,0,2,0,1,0,0,0),(242588,32820,0,1,1,0,0,2004.93,1071.75,35.777,0.534,600,20,0,2,0,1,0,0,0),(242587,32820,0,1,1,0,0,1967.6,1641.89,77.3097,0,600,20,0,2,0,1,0,0,0),(242586,32820,0,1,1,0,0,2002.6,280.089,47.823,3.28319,600,20,0,2,0,1,0,0,0),(242585,32820,0,1,1,0,0,1999.12,876.686,33.847,0.581,600,20,0,2,0,1,0,0,0),(242584,32820,0,1,1,0,0,1999.06,-369,35.702,2.865,600,20,0,2,0,1,0,0,0),(242583,32820,0,1,1,0,0,2022.5,1582.05,74.9962,3.91096,600,20,0,2,0,1,0,0,0),(242582,32820,0,1,1,0,0,2013.52,1505.72,74.5312,0.065802,600,20,0,2,0,1,0,0,0),(242581,32820,0,1,1,0,0,1901.4,1572.05,89.2571,0,600,20,0,2,0,1,0,0,0),(242580,32820,0,1,1,0,0,1995.44,966.284,36.649,2.418,600,20,0,2,0,1,0,0,0),(242579,32820,0,1,1,0,0,1745.02,1711.84,130.134,3.19535,600,20,0,2,0,1,0,0,0),(242578,32820,0,1,1,0,0,1994.82,-153,34.467,1.022,600,20,0,2,0,1,0,0,0),(242577,32820,0,1,1,0,0,1994.78,601.365,46.923,3.542,600,20,0,2,0,1,0,0,0),(242576,32820,0,1,1,0,0,1994.38,-156,34.638,2.529,600,20,0,2,0,1,0,0,0),(242575,32820,0,1,1,0,0,1993.71,280.852,47.869,3.271,600,20,0,2,0,1,0,0,0),(242574,32820,0,1,1,0,0,1992.91,429.715,35.739,1.723,600,20,0,2,0,1,0,0,0),(242573,32820,0,1,1,0,0,2143.56,1409.93,69.885,2.07938,600,20,0,2,0,1,0,0,0),(242572,32820,0,1,1,0,0,1989.89,-453,34.525,1.198,600,20,0,2,0,1,0,0,0),(242571,32820,0,1,1,0,0,1987.93,734.326,37.279,5.771,600,20,0,2,0,1,0,0,0),(242570,32820,0,1,1,0,0,1987.47,649.66,42.471,6.087,600,20,0,2,0,1,0,0,0),(242569,32820,0,1,1,0,0,1987.16,-482,35.043,3.723,600,20,0,2,0,1,0,0,0),(242568,32820,0,1,1,0,0,1985.88,1376.55,62.691,0.77,600,20,0,2,0,1,0,0,0),(242567,32820,0,1,1,0,0,1985.3,17.109,30.404,2.234,600,20,0,2,0,1,0,0,0),(242566,32820,0,1,1,0,0,1985,694.409,43.827,4.429,600,20,0,2,0,1,0,0,0),(242564,32820,0,1,1,0,0,1983.04,1104.12,34.043,4.807,600,20,0,2,0,1,0,0,0),(242565,32820,0,1,1,0,0,2086.6,1328.16,61.8731,5.722,600,20,0,2,0,1,0,0,0),(242563,32820,0,1,1,0,0,1981.8,-211,34.36,3.751,600,20,0,2,0,1,0,0,0),(242562,32820,0,1,1,0,0,1981.74,-545,50.134,1.324,600,20,0,2,0,1,0,0,0),(242561,32820,0,1,1,0,0,2136.24,1379.74,69.1082,1.09842,600,20,0,2,0,1,0,0,0),(242560,32820,0,1,1,0,0,1719.25,1686.25,132.317,2.03842,600,20,0,2,0,1,0,0,0),(242559,32820,0,1,1,0,0,1918.99,1587.29,84.0605,3.8303,600,20,0,2,0,1,0,0,0),(242558,32820,0,1,1,0,0,1979.7,988.74,33.193,0.35,600,20,0,2,0,1,0,0,0),(242557,32820,0,1,1,0,0,1978.75,897.572,34.957,0.503,600,20,0,2,0,1,0,0,0),(242556,32820,0,1,1,0,0,2028.75,1695,78.2094,4.26584,600,20,0,2,0,1,0,0,0),(242555,32820,0,1,1,0,0,1978.05,592.804,50.152,0.347,600,20,0,2,0,1,0,0,0),(242554,32820,0,1,1,0,0,1977.12,-380,35.702,3.502,600,20,0,2,0,1,0,0,0),(242553,32820,0,1,1,0,0,1977,1381.61,63.031,6.075,600,20,0,2,0,1,0,0,0),(242552,32820,0,1,1,0,0,1976.91,1372.13,63.869,0.662,600,20,0,2,0,1,0,0,0),(242551,32820,0,1,1,0,0,1976.74,956.769,37.919,1.483,600,20,0,2,0,1,0,0,0),(242550,32820,0,1,1,0,0,1976.48,724.143,35.804,4.097,600,20,0,2,0,1,0,0,0),(242549,32820,0,1,1,0,0,1976.2,-320,36.589,6.212,600,20,0,2,0,1,0,0,0),(242548,32820,0,1,1,0,0,1974.32,-211,33.944,4.797,600,20,0,2,0,1,0,0,0),(242547,32820,0,1,1,0,0,1974.31,141.348,15.627,3.536,600,20,0,2,0,1,0,0,0),(242546,32820,0,1,1,0,0,1972.77,329.349,39.975,4.28319,600,20,0,2,0,1,0,0,0),(242545,32820,0,1,1,0,0,1972.52,324.816,39.891,2.445,600,20,0,2,0,1,0,0,0),(242544,32820,0,1,1,0,0,1971.24,1012.8,36.202,5.523,600,20,0,2,0,1,0,0,0),(242543,32820,0,1,1,0,0,1968.89,355.661,39.631,0.293,600,20,0,2,0,1,0,0,0),(242542,32820,0,1,1,0,0,1966.15,821.354,39.084,2.69,600,20,0,2,0,1,0,0,0),(242541,32820,0,1,1,0,0,1965.91,1378.91,64.162,6.1,600,20,0,2,0,1,0,0,0),(242540,32820,0,1,1,0,0,1904.25,1524.12,87.3555,1.85287,600,20,0,2,0,1,0,0,0),(242539,32820,0,1,1,0,0,1946.97,1590.39,82.2999,5.39887,600,20,0,2,0,1,0,0,0),(242538,32820,0,1,1,0,0,1963.52,-397,35.452,3.36,600,20,0,2,0,1,0,0,0),(242537,32820,0,1,1,0,0,1963.1,1170.4,41.227,3.751,600,20,0,2,0,1,0,0,0),(242536,32820,0,1,1,0,0,1940.53,1664.75,79.007,0.17767,600,20,0,2,0,1,0,0,0),(242535,32820,0,1,1,0,0,1961.28,494.136,37.534,0.004,600,20,0,2,0,1,0,0,0),(242534,32820,0,1,1,0,0,1959.88,104.673,18.088,5.631,600,20,0,2,0,1,0,0,0),(242533,32820,0,1,1,0,0,1862.97,1529.46,88.5361,0.636311,600,20,0,2,0,1,0,0,0),(242532,32820,0,1,1,0,0,1959.16,-414,35.702,5.209,600,20,0,2,0,1,0,0,0),(242531,32820,0,1,1,0,0,1958.6,912.246,34.687,3.052,600,20,0,2,0,1,0,0,0),(242530,32820,0,1,1,0,0,1957.68,-579,53.973,1.195,600,20,0,2,0,1,0,0,0),(242529,32820,0,1,1,0,0,1957.26,-431,35.451,3.13,600,20,0,2,0,1,0,0,0),(242528,32820,0,1,1,0,0,1955.99,-301,34.315,2.913,600,20,0,2,0,1,0,0,0),(242527,32820,0,1,1,0,0,1955.92,886.075,34.76,2.482,600,20,0,2,0,1,0,0,0),(242526,32820,0,1,1,0,0,1955.84,719.583,36.919,1.406,600,20,0,2,0,1,0,0,0),(242525,32820,0,1,1,0,0,1955.75,39.908,18.991,5.913,600,20,0,2,0,1,0,0,0),(242524,32820,0,1,1,0,0,1955.2,-232,33.633,1.746,600,20,0,2,0,1,0,0,0),(242523,32820,0,1,1,0,0,1954.77,413.706,37.504,5.148,600,20,0,2,0,1,0,0,0),(242522,32820,0,1,1,0,0,1954.25,1111.91,33.531,1.752,600,20,0,2,0,1,0,0,0),(242521,32820,0,1,1,0,0,1954.09,-602,56.585,0.377,600,20,0,2,0,1,0,0,0),(242520,32820,0,1,1,0,0,1953.89,-315,35.385,6.102,600,20,0,2,0,1,0,0,0),(242519,32820,0,1,1,0,0,1953.59,1095.42,33.556,1.442,600,20,0,2,0,1,0,0,0),(242517,32820,0,1,1,0,0,1952.9,-252,36.315,0.569,600,20,0,2,0,1,0,0,0),(242518,32820,0,1,1,0,0,1953.24,966.066,33.746,2.491,600,20,0,2,0,1,0,0,0),(242515,32820,0,1,1,0,0,1952.4,540.482,49.681,4.556,600,20,0,2,0,1,0,0,0),(242516,32820,0,1,1,0,0,1952.86,1169.39,40.689,3.675,600,20,0,2,0,1,0,0,0),(242514,32820,0,1,1,0,0,1950.08,470.193,37.169,4.111,600,20,0,2,0,1,0,0,0),(242513,32820,0,1,1,0,0,1950.03,547.195,51.345,3.805,600,20,0,2,0,1,0,0,0),(242512,32820,0,1,1,0,0,1891.52,1725.97,93.6389,4.01667,600,20,0,2,0,1,0,0,0),(242511,32820,0,1,1,0,0,1948.55,792.451,37.931,5.945,600,20,0,2,0,1,0,0,0),(242510,32820,0,1,1,0,0,1948.13,-592,54.881,5.435,600,20,0,2,0,1,0,0,0),(242509,32820,0,1,1,0,0,1944.55,296.285,38.875,4.456,600,20,0,2,0,1,0,0,0),(242508,32820,0,1,1,0,0,1943.39,-56,29.26,0.768,600,20,0,2,0,1,0,0,0),(242507,32820,0,1,1,0,0,1943.15,111.969,9.73,2.298,600,20,0,2,0,1,0,0,0),(242506,32820,0,1,1,0,0,1857.73,1705.33,94.4552,2.90437,600,20,0,2,0,1,0,0,0),(242505,32820,0,1,1,0,0,1918.92,1537.7,86.9618,0.138741,600,20,0,2,0,1,0,0,0),(242504,32820,0,1,1,0,0,1922.01,1575.06,84.9355,0.885617,600,20,0,2,0,1,0,0,0),(242503,32820,0,1,1,0,0,1940.71,-34,14.904,1.806,600,20,0,2,0,1,0,0,0),(242502,32820,0,1,1,0,0,1940.51,426.475,37.108,1.603,600,20,0,2,0,1,0,0,0),(242501,32820,0,1,1,0,0,1940.49,574.039,50.971,2.927,600,20,0,2,0,1,0,0,0),(242500,32820,0,1,1,0,0,1851.69,1505.98,89.3269,2.95227,600,20,0,2,0,1,0,0,0),(242499,32820,0,1,1,0,0,1938.13,1015.19,32.456,1.546,600,20,0,2,0,1,0,0,0),(242498,32820,0,1,1,0,0,1856.51,1528.37,88.5612,2.93345,600,20,0,2,0,1,0,0,0),(242497,32820,0,1,1,0,0,1934.71,610.212,54.488,0.334,600,20,0,2,0,1,0,0,0),(242496,32820,0,1,1,0,0,1934.58,639.221,51.061,2.058,600,20,0,2,0,1,0,0,0),(242495,32820,0,1,1,0,0,1933.14,681.603,41.725,5.773,600,20,0,2,0,1,0,0,0),(242494,32820,0,1,1,0,0,1931.21,1.265,11.003,0.835,600,20,0,2,0,1,0,0,0),(242493,32820,0,1,1,0,0,1930.87,-132,39.476,6.129,600,20,0,2,0,1,0,0,0),(242492,32820,0,1,1,0,0,1811.3,1698.05,105.944,2.54522,600,20,0,2,0,1,0,0,0),(242491,32820,0,1,1,0,0,1924.15,-262,34.052,1.142,600,20,0,2,0,1,0,0,0),(242490,32820,0,1,1,0,0,1922.86,1660.1,80.2627,1.04457,600,20,0,2,0,1,0,0,0),(242489,32820,0,1,1,0,0,1923.08,784.038,41.753,3.343,600,20,0,2,0,1,0,0,0),(242488,32820,0,1,1,0,0,1892.15,1516.01,88.1731,4.6511,600,20,0,2,0,1,0,0,0),(242487,32820,0,1,1,0,0,1976.86,1596.07,82.3567,5.34529,600,20,0,2,0,1,0,0,0),(242486,32820,0,1,1,0,0,1920.96,182.272,10.43,1.058,600,20,0,2,0,1,0,0,0),(242485,32820,0,1,1,0,0,1920.11,-561,49.963,2.026,600,20,0,2,0,1,0,0,0),(242484,32820,0,1,1,0,0,1917.24,-189,36.152,4.236,600,20,0,2,0,1,0,0,0),(242483,32820,0,1,1,0,0,1912.84,1604.96,84.7089,4.03322,600,20,0,2,0,1,0,0,0),(242482,32820,0,1,1,0,0,1915.67,-352,37.103,3.7,600,20,0,2,0,1,0,0,0),(242481,32820,0,1,1,0,0,1914.66,959.827,31.803,1.865,600,20,0,2,0,1,0,0,0),(242480,32820,0,1,1,0,0,1914.55,826.282,41.174,5.214,600,20,0,2,0,1,0,0,0),(242479,32820,0,1,1,0,0,2103.97,1420.71,60.5048,2.73086,600,20,0,2,0,1,0,0,0),(242478,32820,0,1,1,0,0,1913.97,832.742,41.563,1.4,600,20,0,2,0,1,0,0,0),(242477,32820,0,1,1,0,0,1899.79,1553.29,88.9766,0.758083,600,20,0,2,0,1,0,0,0),(242476,32820,0,1,1,0,0,1913.53,-804,64.965,4.987,600,20,0,2,0,1,0,0,0),(242475,32820,0,1,1,0,0,1911.94,-117,36.172,0.283,600,20,0,2,0,1,0,0,0),(242474,32820,0,1,1,0,0,1909.56,634.198,45.749,5.973,600,20,0,2,0,1,0,0,0),(242473,32820,0,1,1,0,0,1970.62,1470.79,79.7657,5.48111,600,20,0,2,0,1,0,0,0),(242472,32820,0,1,1,0,0,1908.24,792.84,37.379,4.588,600,20,0,2,0,1,0,0,0),(242471,32820,0,1,1,0,0,1907.51,1151.35,39.611,5.437,600,20,0,2,0,1,0,0,0),(242470,32820,0,1,1,0,0,2087.25,1392.01,61.4079,6.27286,600,20,0,2,0,1,0,0,0),(242469,32820,0,1,1,0,0,1905.98,1054.98,34.74,1.406,600,20,0,2,0,1,0,0,0),(242468,32820,0,1,1,0,0,1905.31,-513,39.205,3.276,600,20,0,2,0,1,0,0,0),(242467,32820,0,1,1,0,0,2073.59,1476.34,66.1495,0.756588,600,20,0,2,0,1,0,0,0),(242466,32820,0,1,1,0,0,1905.15,322.905,40.198,4.985,600,20,0,2,0,1,0,0,0),(242465,32820,0,1,1,0,0,1904.02,609.035,50.982,3.845,600,20,0,2,0,1,0,0,0),(242464,32820,0,1,1,0,0,1888.39,1537.52,88.2019,3.65945,600,20,0,2,0,1,0,0,0),(242463,32820,0,1,1,0,0,1903.3,-550,45.428,4.392,600,20,0,2,0,1,0,0,0),(242462,32820,0,1,1,0,0,1903.02,330.524,41.208,3.816,600,20,0,2,0,1,0,0,0),(242461,32820,0,1,1,0,0,1975.9,1641.65,75.8876,1.81514,600,20,0,2,0,1,0,0,0),(242460,32820,0,1,1,0,0,1976.96,1515.52,86.8198,2.82125,600,20,0,2,0,1,0,0,0),(242459,32820,0,1,1,0,0,2020.63,1526.77,78.8895,4.93289,600,20,0,2,0,1,0,0,0),(242458,32820,0,1,1,0,0,1899.36,688.674,36.042,2.18,600,20,0,2,0,1,0,0,0),(242457,32820,0,1,1,0,0,1899.19,476.333,37.781,3.259,600,20,0,2,0,1,0,0,0),(242456,32820,0,1,1,0,0,1899,-683,53.638,2.476,600,20,0,2,0,1,0,0,0),(242455,32820,0,1,1,0,0,1898.83,531.013,39.578,4.999,600,20,0,2,0,1,0,0,0),(242454,32820,0,1,1,0,0,1895.89,-105,33.024,0.914,600,20,0,2,0,1,0,0,0),(242453,32820,0,1,1,0,0,1895.31,1581.26,88.185,0.67,600,20,0,2,0,1,0,0,0),(242452,32820,0,1,1,0,0,1894.75,-205,37.689,1.1,600,20,0,2,0,1,0,0,0),(242451,32820,0,1,1,0,0,1653.06,1609.58,149.414,4.17314,600,20,0,2,0,1,0,0,0),(242450,32820,0,1,1,0,0,1893.68,-169,35.857,5.472,600,20,0,2,0,1,0,0,0),(242449,32820,0,1,1,0,0,1893.65,-537,41.372,3.531,600,20,0,2,0,1,0,0,0),(242448,32820,0,1,1,0,0,2012.47,1580.58,77.6077,4.3923,600,20,0,2,0,1,0,0,0),(242447,32820,0,1,1,0,0,1891.12,542.912,40.554,3.497,600,20,0,2,0,1,0,0,0),(242446,32820,0,1,1,0,0,1890.28,1054.18,32.508,3.098,600,20,0,2,0,1,0,0,0),(242445,32820,0,1,1,0,0,2004.96,1536.57,76.9095,5.17953,600,20,0,2,0,1,0,0,0),(242444,32820,0,1,1,0,0,1985.82,1637.55,77.274,4.34587,600,20,0,2,0,1,0,0,0),(242443,32820,0,1,1,0,0,1887.42,-92,32.805,1.572,600,20,0,2,0,1,0,0,0),(242442,32820,0,1,1,0,0,1886.94,1610.79,92.62,4.476,600,20,0,2,0,1,0,0,0),(242441,32820,0,1,1,0,0,2080.8,1426.5,61.9559,2.22875,600,20,0,2,0,1,0,0,0),(242440,32820,0,1,1,0,0,1886.81,949.465,26.261,1.724,600,20,0,2,0,1,0,0,0),(242439,32820,0,1,1,0,0,1886.1,484.668,36.103,1.891,600,20,0,2,0,1,0,0,0),(242438,32820,0,1,1,0,0,1886.01,-437,38.723,1.311,600,20,0,2,0,1,0,0,0),(242437,32820,0,1,1,0,0,2023.47,1543.74,79.1664,5.45035,600,20,0,2,0,1,0,0,0),(242436,32820,0,1,1,0,0,1882.3,1641.52,93.646,4.491,600,20,0,2,0,1,0,0,0),(242435,32820,0,1,1,0,0,1881.53,-453,39.486,2.446,600,20,0,2,0,1,0,0,0),(242434,32820,0,1,1,0,0,1881.26,1018.92,28.588,5.649,600,20,0,2,0,1,0,0,0),(242433,32820,0,1,1,0,0,1880.06,-625,45.501,0.117,600,20,0,2,0,1,0,0,0),(242432,32820,0,1,1,0,0,1878.78,1166.95,48.971,2.537,600,20,0,2,0,1,0,0,0),(242431,32820,0,1,1,0,0,1878.76,1082.84,25.703,1.67,600,20,0,2,0,1,0,0,0),(242430,32820,0,1,1,0,0,1978.28,1483.97,84.012,1.10496,600,20,0,2,0,1,0,0,0),(242429,32820,0,1,1,0,0,1877.21,1596.18,91.709,4.337,600,20,0,2,0,1,0,0,0),(242428,32820,0,1,1,0,0,1876.45,555.231,40.008,5.09,600,20,0,2,0,1,0,0,0),(242427,32820,0,1,1,0,0,1876.44,871.104,28.305,3.552,600,20,0,2,0,1,0,0,0),(242426,32820,0,1,1,0,0,1804.12,1333.83,88.1972,4.64479,600,20,0,2,0,1,0,0,0),(242425,32820,0,1,1,0,0,1965.95,1639.71,77.8335,1.1349,600,20,0,2,0,1,0,0,0),(242424,32820,0,1,1,0,0,1936.33,1635.19,80.3736,5.76424,600,20,0,2,0,1,0,0,0),(242423,32820,0,1,1,0,0,1872.23,-242,35.433,0.293,600,20,0,2,0,1,0,0,0),(242422,32820,0,1,1,0,0,1865.48,1574.8,94.313,3.388,600,20,0,2,0,1,0,0,0),(242421,32820,0,1,1,0,0,1864.19,-652,45.329,1.955,600,20,0,2,0,1,0,0,0),(242420,32820,0,1,1,0,0,1862.88,1556.41,94.783,2.292,600,20,0,2,0,1,0,0,0),(242419,32820,0,1,1,0,0,1862.71,515.728,36.189,4.633,600,20,0,2,0,1,0,0,0),(242418,32820,0,1,1,0,0,1782.46,1719.94,118.715,3.53443,600,20,0,2,0,1,0,0,0),(242417,32820,0,1,1,0,0,1862.08,982.911,30.425,0.568,600,20,0,2,0,1,0,0,0),(242415,32820,0,1,1,0,0,1860.66,879.395,25.829,5.836,600,20,0,2,0,1,0,0,0),(242416,32820,0,1,1,0,0,1861.01,1586.07,92.45,1.604,600,20,1,2,0,1,1,0,0),(242414,32820,0,1,1,0,0,1860.12,1563.55,94.307,6.092,600,20,0,2,0,1,0,0,0),(242413,32820,0,1,1,0,0,1860.1,1568.58,94.312,1.348,600,20,0,2,0,1,0,0,0),(242412,32820,0,1,1,0,0,1797.46,1301.62,102.951,1.10146,600,20,0,2,0,1,0,0,0),(242411,32820,0,1,1,0,0,1859.98,-506,42.399,5.783,600,20,0,2,0,1,0,0,0),(242410,32820,0,1,1,0,0,2072.53,1612.54,70.259,5.6282,600,20,0,2,0,1,0,0,0),(242409,32820,0,1,1,0,0,1856.9,-731,63.023,5.278,600,20,0,2,0,1,0,0,0),(242408,32820,0,1,1,0,0,1922.86,1625.93,83.5842,5.30097,600,20,0,2,0,1,0,0,0),(242407,32820,0,1,1,0,0,2044.37,1593.64,70.4317,5.45417,600,20,0,2,0,1,0,0,0),(242406,32820,0,1,1,0,0,1854.56,729.64,35.772,1.513,600,20,0,2,0,1,0,0,0),(242405,32820,0,1,1,0,0,1854.36,592.129,46.343,1.284,600,20,0,2,0,1,0,0,0),(242404,32820,0,1,1,0,0,2127,1488.45,69.0985,2.74564,600,20,0,2,0,1,0,0,0),(242403,32820,0,1,1,0,0,1860.96,1378.44,75.3596,2.25591,600,20,0,2,0,1,0,0,0),(242402,32820,0,1,1,0,0,1850.51,-355,38.283,3.005,600,20,0,2,0,1,0,0,0),(242401,32820,0,1,1,0,0,1850.01,801.833,25.284,1.716,600,20,0,2,0,1,0,0,0),(242400,32820,0,1,1,0,0,1849.35,1625.72,96.933,2.619,600,20,0,2,0,1,0,0,0),(242399,32820,0,1,1,0,0,1848.14,-280,39.265,1.006,600,20,0,2,0,1,0,0,0),(242398,32820,0,1,1,0,0,1848.14,1638.79,96.933,4.269,600,20,0,2,0,1,0,0,0),(242397,32820,0,1,1,0,0,1847.38,-479,37.062,0.526,600,20,0,2,0,1,0,0,0),(242396,32820,0,1,1,0,0,1847.24,1635.95,96.933,3.801,600,20,0,2,0,1,0,0,0),(242395,32820,0,1,1,0,0,1846.81,1580.69,94.733,1.544,600,20,0,2,0,1,0,0,0),(242394,32820,0,1,1,0,0,1846.35,607.813,47.902,4.712,600,20,0,2,0,1,0,0,0),(242393,32820,0,1,1,0,0,1845.17,983.134,30.429,2.39,600,20,0,2,0,1,0,0,0),(242392,32820,0,1,1,0,0,2009.14,1567.49,79.1212,5.19624,600,20,0,2,0,1,0,0,0),(242391,32820,0,1,1,0,0,1843.24,1640.52,97.628,4.659,600,20,0,2,0,1,0,0,0),(242390,32820,0,1,1,0,0,1843.18,965.094,32.259,0.896,600,20,0,2,0,1,0,0,0),(242389,32820,0,1,1,0,0,1842.69,857.234,25.365,0.148,600,20,0,2,0,1,0,0,0),(242388,32820,0,1,1,0,0,1840.67,828.307,25.675,5.783,600,20,0,2,0,1,0,0,0),(242387,32820,0,1,1,0,0,1840.57,1567.1,96.579,1.738,600,20,0,2,0,1,0,0,0),(242386,32820,0,1,1,0,0,1838.74,1636.12,96.933,5.478,600,20,0,2,0,1,0,0,0),(242385,32820,0,1,1,0,0,1657.81,1712.5,147.393,6.28308,600,20,0,2,0,1,0,0,0),(242384,32820,0,1,1,0,0,1837.56,-151,42.103,3.172,600,20,0,2,0,1,0,0,0),(242383,32820,0,1,1,0,0,1837.51,1630.92,96.933,5.732,600,20,0,2,0,1,0,0,0),(242382,32820,0,1,1,0,0,1837.5,604.166,45.402,1.575,600,20,0,2,0,1,0,0,0),(242381,32820,0,1,1,0,0,1835.42,1340.63,81.0884,2.26482,600,20,0,2,0,1,0,0,0),(242380,32820,0,1,1,0,0,1912.12,1645.39,88.5127,1.663,600,20,0,2,0,1,0,0,0),(242379,32820,0,1,1,0,0,1836.2,1641.24,97.628,5.411,600,20,0,2,0,1,0,0,0),(242378,32820,0,1,1,0,0,1835.48,1567.26,96.581,1.149,600,20,0,2,0,1,0,0,0),(242377,32820,0,1,1,0,0,1834.6,855.579,25.122,3.712,600,20,0,2,0,1,0,0,0),(242376,32820,0,1,1,0,0,1831.57,1581.19,95.196,1.688,600,20,0,2,0,1,0,0,0),(242375,32820,0,1,1,0,0,1830.23,1089.14,36.664,1.256,600,20,0,2,0,1,0,0,0),(242374,32820,0,1,1,0,0,1681.86,1582.67,127.197,5.19291,600,20,0,2,0,1,0,0,0),(242373,32820,0,1,1,0,0,2141.36,1604.68,78.3542,5.06096,600,20,0,2,0,1,0,0,0),(242372,32820,0,1,1,0,0,1826.04,825.973,26.091,1.117,600,20,0,2,0,1,0,0,0),(242371,32820,0,1,1,0,0,1825.6,-457,34.707,5.735,600,20,0,2,0,1,0,0,0),(242370,32820,0,1,1,0,0,1824.89,-26,40.307,0.136,600,20,0,2,0,1,0,0,0),(242368,32820,0,1,1,0,0,1997.29,1530.76,77.0698,0.676724,600,20,0,2,0,1,0,0,0),(242369,32820,0,1,1,0,0,1824.26,1637.18,95.64,4.757,600,20,1,2,0,1,1,0,0),(242366,32820,0,1,1,0,0,1822.34,1039.74,36.694,1.658,600,20,0,2,0,1,0,0,0),(242367,32820,0,1,1,0,0,1822.95,1581.81,95.519,1.553,600,20,1,2,0,1,1,0,0),(242365,32820,0,1,1,0,0,2147.9,1561.27,79.8816,5.77033,600,20,0,2,0,1,0,0,0),(242364,32820,0,1,1,0,0,1819.85,1372.79,77.398,1.299,600,20,0,2,0,1,0,0,0),(242363,32820,0,1,1,0,0,1836.88,1362.87,74.5884,5.03491,600,20,0,2,0,1,0,0,0),(242362,32820,0,1,1,0,0,1813.74,1285.59,97.9754,2.39028,600,20,0,2,0,1,0,0,0),(242361,32820,0,1,1,0,0,1816.62,1171.46,52.676,2.391,600,20,0,2,0,1,0,0,0),(242360,32820,0,1,1,0,0,1816.61,-412,34.494,3.269,600,20,0,2,0,1,0,0,0),(242359,32820,0,1,1,0,0,2046.56,1454.31,66.9644,5.65726,600,20,0,2,0,1,0,0,0),(242358,32820,0,1,1,0,0,1814.69,646.793,38.318,3.872,600,20,0,2,0,1,0,0,0),(242357,32820,0,1,1,0,0,1813.97,1086.19,40.126,2.411,600,20,0,2,0,1,0,0,0),(242356,32820,0,1,1,0,0,1812.66,1328.37,88.503,5.502,600,20,0,2,0,1,0,0,0),(242355,32820,0,1,1,0,0,1811.25,958.817,37.394,3.106,600,20,0,2,0,1,0,0,0),(242354,32820,0,1,1,0,0,2094.89,1590.31,75.1982,2.80818,600,20,0,2,0,1,0,0,0),(242353,32820,0,1,1,0,0,1810.09,1388.97,78.849,4.225,600,20,0,2,0,1,0,0,0),(242352,32820,0,1,1,0,0,1809.63,764.674,43.892,4.413,600,20,0,2,0,1,0,0,0),(242351,32820,0,1,1,0,0,1808.03,550.08,34.296,2.999,600,20,0,2,0,1,0,0,0),(242350,32820,0,1,1,0,0,2130.92,1470.55,67.8589,5.86654,600,20,0,2,0,1,0,0,0),(242349,32820,0,1,1,0,0,1804.06,945.904,41.354,0.456,600,20,0,2,0,1,0,0,0),(242348,32820,0,1,1,0,0,1799.02,587.317,45.299,3.106,600,20,0,2,0,1,0,0,0),(242347,32820,0,1,1,0,0,1796.91,700.662,47.661,1.148,600,20,0,2,0,1,0,0,0),(242346,32820,0,1,1,0,0,1798.77,722.748,48.9869,4.68094,600,20,0,2,0,1,0,0,0),(242345,32820,0,1,1,0,0,1796.6,744.136,48.883,3.167,600,20,0,2,0,1,0,0,0),(242344,32820,0,1,1,0,0,1795.23,611.12,39.596,6.249,600,20,0,2,0,1,0,0,0),(242343,32820,0,1,1,0,0,1795.21,653.885,40.579,0.341,600,20,0,2,0,1,0,0,0),(242342,32820,0,1,1,0,0,1794.38,1420.41,87.027,3.22,600,20,0,2,0,1,0,0,0),(242341,32820,0,1,1,0,0,1793.69,1092.51,45.104,4.596,600,20,0,2,0,1,0,0,0),(242340,32820,0,1,1,0,0,1793.44,-585,39.674,6.122,600,20,0,2,0,1,0,0,0),(242339,32820,0,1,1,0,0,1790.21,746.825,49.162,1.082,600,20,0,2,0,1,0,0,0),(242338,32820,0,1,1,0,0,1789.88,-729,59.365,2.22,600,20,0,2,0,1,0,0,0),(242337,32820,0,1,1,0,0,1789.58,1335.53,89.614,1.3,600,20,0,2,0,1,0,0,0),(242336,32820,0,1,1,0,0,1787.57,1342.62,89.397,5.581,600,20,0,2,0,1,0,0,0),(242335,32820,0,1,1,0,0,1786.31,948.231,45.374,0.271,600,20,0,2,0,1,0,0,0),(242334,32820,0,1,1,0,0,1785.68,1126.35,51.003,2.578,600,20,0,2,0,1,0,0,0),(242333,32820,0,1,1,0,0,1783.4,-726,59.358,2.098,600,20,0,2,0,1,0,0,0),(242332,32820,0,1,1,0,0,2096.18,1458.27,62.7233,1.46592,600,20,0,2,0,1,0,0,0),(242331,32820,0,1,1,0,0,1782.03,-588,39.544,1.547,600,20,0,2,0,1,0,0,0),(242330,32820,0,1,1,0,0,1779.22,1015.1,45.195,3.458,600,20,0,2,0,1,0,0,0),(242329,32820,0,1,1,0,0,1779.04,-713,58.765,1.819,600,20,0,2,0,1,0,0,0),(242328,32820,0,1,1,0,0,1778.47,618.782,41.311,2.436,600,20,0,2,0,1,0,0,0),(242327,32820,0,1,1,0,0,1777.3,1381.93,90.909,2.169,600,20,0,2,0,1,0,0,0),(242326,32820,0,1,1,0,0,1776.79,809.271,45.337,2.398,600,20,0,2,0,1,0,0,0),(242325,32820,0,1,1,0,0,1776.3,-558,41.212,1.554,600,20,0,2,0,1,0,0,0),(242324,32820,0,1,1,0,0,1776.04,-726,59.321,1.587,600,20,0,2,0,1,0,0,0),(242323,32820,0,1,1,0,0,1774.55,941.946,51.615,1.466,600,20,0,2,0,1,0,0,0),(242322,32820,0,1,1,0,0,1829.34,1327.7,86.4345,3.61845,600,20,0,2,0,1,0,0,0),(242321,32820,0,1,1,0,0,1771.38,675.97,44.102,6.258,600,20,0,2,0,1,0,0,0),(242320,32820,0,1,1,0,0,1769.49,1406.18,95.175,3.895,600,20,0,2,0,1,0,0,0),(242319,32820,0,1,1,0,0,1769.21,1080.19,50.29,0.406,600,20,0,2,0,1,0,0,0),(242318,32820,0,1,1,0,0,1767.02,-725,59.559,1.387,600,20,0,2,0,1,0,0,0),(242317,32820,0,1,1,0,0,1766.44,1324.48,93.714,4.221,600,20,0,2,0,1,0,0,0),(242316,32820,0,1,1,0,0,1765.15,1382.99,92.056,5.248,600,20,0,2,0,1,0,0,0),(242315,32820,0,1,1,0,0,1764.56,-343,34.68,5.949,600,20,0,2,0,1,0,0,0),(242314,32820,0,1,1,0,0,1760.69,510.543,35.915,6.259,600,20,0,2,0,1,0,0,0),(242313,32820,0,1,1,0,0,1758.66,-723,60.08,1.556,600,20,0,2,0,1,0,0,0),(242312,32820,0,1,1,0,0,1756.84,725.38,46.759,6.033,600,20,0,2,0,1,0,0,0),(242311,32820,0,1,1,0,0,1756.59,647.783,40.193,3.165,600,20,0,2,0,1,0,0,0),(242310,32820,0,1,1,0,0,1755.4,583.822,34.658,3.593,600,20,0,2,0,1,0,0,0),(242309,32820,0,1,1,0,0,1962.59,1426.8,65.9927,1.73293,600,20,0,2,0,1,0,0,0),(242308,32820,0,1,1,0,0,1752.85,805.094,55.123,2.523,600,20,0,2,0,1,0,0,0),(242307,32820,0,1,1,0,0,2079.73,1495.97,65.6415,4.19379,600,20,0,2,0,1,0,0,0),(242306,32820,0,1,1,0,0,1750.92,575.75,34.078,1.936,600,20,0,2,0,1,0,0,0),(242305,32820,0,1,1,0,0,1749.83,-489,41.373,2.124,600,20,0,2,0,1,0,0,0),(242304,32820,0,1,1,0,0,1749.61,1143.83,65.782,4.822,600,20,0,2,0,1,0,0,0),(242303,32820,0,1,1,0,0,1859.39,1358.49,71.724,3.31082,600,20,0,2,0,1,0,0,0),(242302,32820,0,1,1,0,0,1748.48,723.007,47.149,2.937,600,20,0,2,0,1,0,0,0),(242301,32820,0,1,1,0,0,1747.84,-334,33.709,6.276,600,20,0,2,0,1,0,0,0),(242300,32820,0,1,1,0,0,1747.26,996.788,51.869,5.302,600,20,0,2,0,1,0,0,0),(242299,32820,0,1,1,0,0,2113.07,1459.33,64.3409,5.2157,600,20,0,2,0,1,0,0,0),(242298,32820,0,1,1,0,0,1875.24,1284.18,98.7998,3.50248,600,20,0,2,0,1,0,0,0),(242297,32820,0,1,1,0,0,1740.5,718.644,48.531,4.257,600,20,0,2,0,1,0,0,0),(242296,32820,0,1,1,0,0,1740.46,-726,59.947,2.055,600,20,0,2,0,1,0,0,0),(242295,32820,0,1,1,0,0,1739.56,-672,45.062,6.275,600,20,0,2,0,1,0,0,0),(242294,32820,0,1,1,0,0,1736.9,-743,59.443,2.177,600,20,0,2,0,1,0,0,0),(242293,32820,0,1,1,0,0,1735.87,507.163,41.611,4.232,600,20,0,2,0,1,0,0,0),(242292,32820,0,1,1,0,0,2043.76,1481.58,68.4653,1.36325,600,20,0,2,0,1,0,0,0),(242291,32820,0,1,1,0,0,1860.73,1327,76.9402,0.14983,600,20,0,2,0,1,0,0,0),(242290,32820,0,1,1,0,0,2117.84,1501.78,70.6263,3.58777,600,20,0,2,0,1,0,0,0),(242289,32820,0,1,1,0,0,1843.58,1289.87,102.559,2.53327,600,20,0,2,0,1,0,0,0),(242288,32820,0,1,1,0,0,1727.82,-431,33.846,0.401,600,20,0,2,0,1,0,0,0),(242287,32820,0,1,1,0,0,1725.59,-797,57.811,4.292,600,20,0,2,0,1,0,0,0),(242286,32820,0,1,1,0,0,1722.58,-411,38.156,2.721,600,20,0,2,0,1,0,0,0),(242285,32820,0,1,1,0,0,1722.14,720.163,48.042,4.625,600,20,0,2,0,1,0,0,0),(242284,32820,0,1,1,0,0,1716.27,895.978,59.525,1.7,600,20,0,2,0,1,0,0,0),(242283,32820,0,1,1,0,0,1715.86,-503,37.7,5.188,600,20,0,2,0,1,0,0,0),(242282,32820,0,1,1,0,0,1715.04,-744,55.649,4.142,600,20,0,2,0,1,0,0,0),(242281,32820,0,1,1,0,0,2087.13,1555.71,73.1964,2.58382,600,20,0,2,0,1,0,0,0),(242280,32820,0,1,1,0,0,1875,1295.83,94.1748,3.14138,600,20,0,2,0,1,0,0,0),(242279,32820,0,1,1,0,0,1712.34,-799,57.709,5.224,600,20,0,2,0,1,0,0,0),(242278,32820,0,1,1,0,0,1708.89,660.346,46.65,1.728,600,20,0,2,0,1,0,0,0),(242277,32820,0,1,1,0,0,1701.33,1360.07,118.736,5.297,600,20,0,2,0,1,0,0,0),(242276,32820,0,1,1,0,0,2124.29,1441.22,65.7511,3.60963,600,20,0,2,0,1,0,0,0),(242275,32820,0,1,1,0,0,1698.1,-451,42.402,4.957,600,20,0,2,0,1,0,0,0),(242274,32820,0,1,1,0,0,1696.57,1555.23,123.589,1.832,600,20,0,2,0,1,0,0,0),(242273,32820,0,1,1,0,0,1695.67,520.835,36.226,4.154,600,20,0,2,0,1,0,0,0),(242272,32820,0,1,1,0,0,1691.92,-274,45.27,2.423,600,20,0,2,0,1,0,0,0),(242271,32820,0,1,1,0,0,1685.87,746.877,46.417,0.75,600,20,0,2,0,1,0,0,0),(242270,32820,0,1,1,0,0,1678.99,1667.86,135.855,3.76991,600,20,0,2,0,1,0,0,0),(242269,32820,0,1,1,0,0,1684.41,-479,43.864,1.012,600,20,0,2,0,1,0,0,0),(242268,32820,0,1,1,0,0,1684.25,-722,57.97,0.646,600,20,0,2,0,1,0,0,0),(242267,32820,0,1,1,0,0,1676.29,-514,44.081,0.221,600,20,0,2,0,1,0,0,0),(242266,32820,0,1,1,0,0,1676.1,583.93,35.881,5.875,600,20,0,2,0,1,0,0,0),(242265,32820,0,1,1,0,0,-8869.22,-163.237,80.9719,0.959931,600,20,0,2,0,1,0,0,0),(242264,32820,0,1,1,0,0,1673.15,-733,59.067,1.191,600,20,0,2,0,1,0,0,0),(242263,32820,0,1,1,0,0,2113.83,1512.22,68.1744,3.83896,600,20,0,2,0,1,0,0,0),(242262,32820,0,1,1,0,0,1669.65,-719,58.302,0.806,600,20,0,2,0,1,0,0,0),(242261,32820,0,1,1,0,0,1660.99,623.452,51.54,5.326,600,20,0,2,0,1,0,0,0),(242260,32820,0,1,1,0,0,1655.88,-728,58.925,1.355,600,20,0,2,0,1,0,0,0),(242259,32820,0,1,1,0,0,1655.15,-354,44.998,1.006,600,20,0,2,0,1,0,0,0),(242258,32820,0,1,1,0,0,1652.61,-478,45.697,3.065,600,20,0,2,0,1,0,0,0),(242257,32820,0,1,1,0,0,1651.93,-611,47.782,1.726,600,20,0,2,0,1,0,0,0),(242256,32820,0,1,1,0,0,1651.88,684.505,77.946,1.918,600,20,0,2,0,1,0,0,0),(242255,32820,0,1,1,0,0,1640.62,-588,44.993,1.372,600,20,0,2,0,1,0,0,0),(242254,32820,0,1,1,0,0,1638.76,-463,45.635,1.425,600,20,0,2,0,1,0,0,0),(242253,32820,0,1,1,0,0,1638.49,-373,45.013,0.679,600,20,0,2,0,1,0,0,0),(242252,32820,0,1,1,0,0,1633.98,510.343,41.396,0.054,600,20,0,2,0,1,0,0,0),(242251,32820,0,1,1,0,0,1625.79,535.696,35.541,4.307,600,20,0,2,0,1,0,0,0),(242250,32820,0,1,1,0,0,1615.33,517.125,39.614,2.911,600,20,0,2,0,1,0,0,0),(242249,32820,0,1,1,0,0,1611.48,600.123,44.223,1.541,600,20,0,2,0,1,0,0,0),(242248,32820,0,1,1,0,0,1603.01,586.253,37.579,4.245,600,20,0,2,0,1,0,0,0),(242247,32820,0,1,1,0,0,1602.58,535.46,38.724,4.262,600,20,0,2,0,1,0,0,0),(242246,32820,0,1,1,0,0,1602.33,665.019,84.633,0.198,600,20,0,2,0,1,0,0,0),(242245,32820,0,1,1,0,0,1599.26,631.194,65.446,3.249,600,20,0,2,0,1,0,0,0),(242244,32820,0,1,1,0,0,1583.18,612.709,51.515,0.361,600,20,0,2,0,1,0,0,0),(242243,32820,0,1,1,0,0,1579.24,508.478,43.526,5.306,600,20,0,2,0,1,0,0,0),(242242,32820,0,1,1,0,0,1543.7,505.559,45.386,3.142,600,20,0,2,0,1,0,0,0),(242241,32820,0,1,1,0,0,1541.52,603.2,45.237,0.105,600,20,0,2,0,1,0,0,0),(242240,32820,0,1,1,0,0,1528.25,548.5,52.608,4.647,600,20,0,2,0,1,0,0,0),(242239,32820,0,1,1,0,0,1520.7,586.997,47.605,0.88,600,20,0,2,0,1,0,0,0),(242238,32820,0,1,1,0,0,1519.5,644.208,43.157,3.962,600,20,0,2,0,1,0,0,0),(242237,32820,0,1,1,0,0,1513.26,720.752,50.903,4.559,600,20,0,2,0,1,0,0,0),(242236,32820,0,1,1,0,0,1512.77,659.536,43.255,0.676,600,20,0,2,0,1,0,0,0),(242235,32820,0,1,1,0,0,1491.46,661.033,44.706,6.228,600,20,0,2,0,1,0,0,0),(242234,32820,0,1,1,0,0,1475.14,576.905,53.428,1.352,600,20,0,2,0,1,0,0,0),(242233,32820,0,1,1,0,0,1474.97,499.644,39.622,3.757,600,20,0,2,0,1,0,0,0),(242232,32820,0,1,1,0,0,1471.52,859.503,72.349,6.161,600,20,0,2,0,1,0,0,0),(242231,32820,0,1,1,0,0,1465.57,567.219,53.163,5.131,600,20,0,2,0,1,0,0,0),(242230,32820,0,1,1,0,0,1464.99,789.986,54.668,5.75,600,20,0,2,0,1,0,0,0),(242229,32820,0,1,1,0,0,1464.24,728.697,45.235,0.544,600,20,0,2,0,1,0,0,0),(242228,32820,0,1,1,0,0,1461.07,768.615,50.337,0.188,600,20,0,2,0,1,0,0,0),(242227,32820,0,1,1,0,0,1453.31,917.864,57.259,3.217,600,20,0,2,0,1,0,0,0),(242226,32820,0,1,1,0,0,1450.61,1113.83,60.735,1.44,600,20,0,2,0,1,0,0,0),(242225,32820,0,1,1,0,0,1448.35,551.224,51.476,5.49,600,20,0,2,0,1,0,0,0),(242224,32820,0,1,1,0,0,1448.06,724.958,44.822,0.521,600,20,0,2,0,1,0,0,0),(242223,32820,0,1,1,0,0,1442.72,569.365,48.616,2.83,600,20,0,2,0,1,0,0,0),(242222,32820,0,1,1,0,0,1438.34,612.295,46.114,3.06,600,20,0,2,0,1,0,0,0),(242221,32820,0,1,1,0,0,1429.86,679.498,48.31,6.226,600,20,0,2,0,1,0,0,0),(242220,32820,0,1,1,0,0,1887.06,1454.94,78.2062,1.73572,600,20,0,2,0,1,0,0,0),(242219,32820,0,1,1,0,0,1412.15,655.785,48.723,5.612,600,20,0,2,0,1,0,0,0),(242218,32820,0,1,1,0,0,1406.98,821.089,47.211,2.337,600,20,0,2,0,1,0,0,0),(242217,32820,0,1,1,0,0,1402.22,1034.58,52.993,2.04,600,20,0,2,0,1,0,0,0),(242216,32820,0,1,1,0,0,1396.86,989.125,52.179,2.145,600,20,0,2,0,1,0,0,0),(242215,32820,0,1,1,0,0,1380.44,-3701,77.017,6.271,600,20,0,2,0,1,0,0,0),(242214,32820,0,1,1,0,0,1374.01,735.929,46.282,3.878,600,20,0,2,0,1,0,0,0),(242213,32820,0,1,1,0,0,1365.56,805.331,49.44,0.836,600,20,0,2,0,1,0,0,0),(242212,32820,0,1,1,0,0,1321.23,884.217,46.26,1.124,600,20,0,2,0,1,0,0,0),(242211,32820,0,1,1,0,0,1313.34,834.769,34.935,4.443,600,20,0,2,0,1,0,0,0),(242210,32820,0,1,1,0,0,1284.15,1123.82,49.611,2.928,600,20,0,2,0,1,0,0,0),(242209,32820,0,1,1,0,0,1274.15,1028.39,44.708,4.273,600,20,0,2,0,1,0,0,0),(242208,32820,0,1,1,0,0,1270.04,982.334,44.642,4.756,600,20,0,2,0,1,0,0,0),(242207,32820,0,1,1,0,0,1260.69,1030.85,43.393,3.04,600,20,0,2,0,1,0,0,0),(242206,32820,0,1,1,0,0,1253.23,1889.74,13.083,6.259,600,20,0,2,0,1,0,0,0),(242205,32820,0,1,1,0,0,1244.41,1916.89,12.889,5.072,600,20,0,2,0,1,0,0,0),(242204,32820,0,1,1,0,0,1243.33,1218.2,52.665,3.723,600,20,0,2,0,1,0,0,0),(242203,32820,0,1,1,0,0,1238.37,-2414,60.739,2.359,600,20,0,2,0,1,0,0,0),(242202,32820,0,1,1,0,0,1227.34,1350.73,37.992,1.734,600,20,0,2,0,1,0,0,0),(242201,32820,0,1,1,0,0,1226.66,1831.86,10.109,4.419,600,20,0,2,0,1,0,0,0),(242200,32820,0,1,1,0,0,1220.44,1100.96,42.555,0.811,600,20,0,2,0,1,0,0,0),(242199,32820,0,1,1,0,0,1210.67,902.129,33.872,4.266,600,20,0,2,0,1,0,0,0),(242198,32820,0,1,1,0,0,1207,1087.9,38.04,3.912,600,20,0,2,0,1,0,0,0),(242197,32820,0,1,1,0,0,1200.58,1017.83,36.449,2.116,600,20,0,2,0,1,0,0,0),(242196,32820,0,1,1,0,0,1177.1,1398.64,35.231,3.281,600,20,0,2,0,1,0,0,0),(242195,32820,0,1,1,0,0,1165.2,1251.65,48.534,1.301,600,20,0,2,0,1,0,0,0),(242194,32820,0,1,1,0,0,1155.84,1635.29,26.623,5.293,600,20,0,2,0,1,0,0,0),(242193,32820,0,1,1,0,0,1139.53,1429.37,36.176,4.869,600,20,0,2,0,1,0,0,0),(242192,32820,0,1,1,0,0,1124.87,1935.88,10.525,3.143,600,20,0,2,0,1,0,0,0),(242191,32820,0,1,1,0,0,1117.94,1703.66,28.618,0.473,600,20,0,2,0,1,0,0,0),(242190,32820,0,1,1,0,0,1111.45,1274.43,40.292,4.603,600,20,0,2,0,1,0,0,0),(242189,32820,0,1,1,0,0,1110.63,1650.16,31.133,6.068,600,20,0,2,0,1,0,0,0),(242188,32820,0,1,1,0,0,1105.8,1352.05,38.387,0.359,600,20,0,2,0,1,0,0,0),(242187,32820,0,1,1,0,0,1097.12,-1344,66.021,4.819,600,20,0,2,0,1,0,0,0),(242186,32820,0,1,1,0,0,1096.79,1316.54,38.34,0.349,600,20,0,2,0,1,0,0,0),(242185,32820,0,1,1,0,0,1085.11,1831.97,17,0.039,600,20,0,2,0,1,0,0,0),(242184,32820,0,1,1,0,0,1072.76,1186.9,45.242,3.648,600,20,0,2,0,1,0,0,0),(242183,32820,0,1,1,0,0,1065.34,1115.21,40.001,5.21,600,20,0,2,0,1,0,0,0),(242182,32820,0,1,1,0,0,1057.5,1450.18,44.245,3.554,600,20,0,2,0,1,0,0,0),(242181,32820,0,1,1,0,0,1047.85,1457,43.695,4.987,600,20,0,2,0,1,0,0,0),(242180,32820,0,1,1,0,0,1044.71,1442.55,45.77,0.773,600,20,0,2,0,1,0,0,0),(242179,32820,0,1,1,0,0,1036.64,-1410,67.689,3.6,600,20,0,2,0,1,0,0,0),(242178,32820,0,1,1,0,0,1032.82,-1473,63.758,2.425,600,20,0,2,0,1,0,0,0),(242177,32820,0,1,1,0,0,1028.52,-1308,66.208,5.691,600,20,0,2,0,1,0,0,0),(242176,32820,0,1,1,0,0,1027.28,-1380,70.556,1.592,600,20,0,2,0,1,0,0,0),(242175,32820,0,1,1,0,0,1026.51,1408.18,41.933,6.077,600,20,0,2,0,1,0,0,0),(242174,32820,0,1,1,0,0,1024.46,1607.47,23.935,1.58,600,20,0,2,0,1,0,0,0),(242173,32820,0,1,1,0,0,1014.25,1690.75,19.267,5.831,600,20,0,2,0,1,0,0,0),(242172,32820,0,1,1,0,0,1011.79,1898.79,6.703,2.323,600,20,0,2,0,1,0,0,0),(242171,32820,0,1,1,0,0,999.113,-1217,63.045,5.742,600,20,0,2,0,1,0,0,0),(242170,32820,0,1,1,0,0,992.585,-1428,66.198,5.702,600,20,0,2,0,1,0,0,0),(242169,32820,0,1,1,0,0,989.992,1135.55,47.204,0.83,600,20,0,2,0,1,0,0,0),(242168,32820,0,1,1,0,0,982.935,-1445,64.272,5.572,600,20,0,2,0,1,0,0,0),(242167,32820,0,1,1,0,0,976.797,-1484,65.31,4.421,600,20,0,2,0,1,0,0,0),(242166,32820,0,1,1,0,0,975.02,1706.71,15.328,2.404,600,20,0,2,0,1,0,0,0),(242165,32820,0,1,1,0,0,972.236,1711.85,14.58,0.027,600,20,0,2,0,1,0,0,0),(242164,32820,0,1,1,0,0,971.502,-1428,65.169,3.7,600,20,0,2,0,1,0,0,0),(242163,32820,0,1,1,0,0,964.77,-1479,62.365,2.321,600,20,0,2,0,1,0,0,0),(242162,32820,0,1,1,0,0,961.831,1125.4,46.842,4.461,600,20,0,2,0,1,0,0,0),(242161,32820,0,1,1,0,0,961.14,1588.06,31.173,5.24,600,20,0,2,0,1,0,0,0),(242160,32820,0,1,1,0,0,961.048,1490.55,39.627,1.623,600,20,0,2,0,1,0,0,0),(242159,32820,0,1,1,0,0,941.62,1527.42,37.729,4.598,600,20,0,2,0,1,0,0,0),(242158,32820,0,1,1,0,0,940.727,-1420,66.623,4.131,600,20,0,2,0,1,0,0,0),(242157,32820,0,1,1,0,0,940.014,1370.98,40.845,2.561,600,20,0,2,0,1,0,0,0),(242156,32820,0,1,1,0,0,939.838,-1489,64.446,1.179,600,20,0,2,0,1,0,0,0),(242155,32820,0,1,1,0,0,934.564,1298.45,41.96,4.17,600,20,0,2,0,1,0,0,0),(242154,32820,0,1,1,0,0,932.54,1367.52,39.984,3.724,600,20,0,2,0,1,0,0,0),(242153,32820,0,1,1,0,0,921.494,-1460,64.486,4.481,600,20,0,2,0,1,0,0,0),(242152,32820,0,1,1,0,0,902.684,1150.51,49.979,4.75,600,20,0,2,0,1,0,0,0),(242151,32820,0,1,1,0,0,902.236,-1517,55.037,4.744,600,20,0,2,0,1,0,0,0),(242150,32820,0,1,1,0,0,879.713,1560.15,28.648,4.103,600,20,0,2,0,1,0,0,0),(242149,32820,0,1,1,0,0,872.046,-1497,64.076,5.529,600,20,0,2,0,1,0,0,0),(242148,32820,0,1,1,0,0,842.183,1713.32,18.871,1.618,600,20,0,2,0,1,0,0,0),(242147,32820,0,1,1,0,0,837.677,1657.8,24.021,4.907,600,20,0,2,0,1,0,0,0),(242146,32820,0,1,1,0,0,834.511,1501.72,42.526,2.397,600,20,0,2,0,1,0,0,0),(242145,32820,0,1,1,0,0,803.386,1224.31,54.166,5.726,600,20,0,2,0,1,0,0,0),(242144,32820,0,1,1,0,0,790.984,-1462,75.27,5.116,600,20,0,2,0,1,0,0,0),(242143,32820,0,1,1,0,0,783.957,1403.71,59.312,2.411,600,20,0,2,0,1,0,0,0),(242142,32820,0,1,1,0,0,767.278,-1467,77.457,0.903,600,20,0,2,0,1,0,0,0),(242141,32820,0,1,1,0,0,749.011,1645.38,38.022,0.664,600,20,0,2,0,1,0,0,0),(242140,32820,0,1,1,0,0,718.784,527.067,36.267,3.006,600,20,0,2,0,1,0,0,0),(242139,32820,0,1,1,0,0,715.927,1462.33,61.307,1.025,600,20,0,2,0,1,0,0,0),(242138,32820,0,1,1,0,0,702.753,1365.46,73.569,3.576,600,20,0,2,0,1,0,0,0),(242137,32820,0,1,1,0,0,698.865,1238.2,67.384,5.412,600,20,0,2,0,1,0,0,0),(242136,32820,0,1,1,0,0,691.448,1073.78,50.784,3.328,600,20,0,2,0,1,0,0,0),(242135,32820,0,1,1,0,0,674.073,-1453,81.108,1.849,600,20,0,2,0,1,0,0,0),(242134,32820,0,1,1,0,0,660.913,1367.78,79.66,1.29,600,20,0,2,0,1,0,0,0),(242133,32820,0,1,1,0,0,651.539,1308.37,84.0927,4.64149,600,20,0,2,0,1,0,0,0),(242132,32820,0,1,1,0,0,635.297,-1337,102.984,1.89,600,20,0,2,0,1,0,0,0),(242131,32820,0,1,1,0,0,547.18,1194.25,86.435,1.542,600,20,0,2,0,1,0,0,0),(242130,32820,0,1,1,0,0,542.417,-1074,143.417,4.494,600,20,0,2,0,1,0,0,0),(242129,32820,0,1,1,0,0,529.541,1160.25,93.347,6.039,600,20,0,2,0,1,0,0,0),(242128,32820,0,1,1,0,0,522.159,-764,157.889,0.261,600,20,0,2,0,1,0,0,0),(242127,32820,0,1,1,0,0,521.218,-1447,50.313,0.002,600,20,0,2,0,1,0,0,0),(242126,32820,0,1,1,0,0,516.715,1410.04,99.79,3.753,600,20,0,2,0,1,0,0,0),(242125,32820,0,1,1,0,0,508.227,1326.29,85.711,1.012,600,20,0,2,0,1,0,0,0),(242124,32820,0,1,1,0,0,493.482,-1455,48.912,1.236,600,20,0,2,0,1,0,0,0),(242123,32820,0,1,1,0,0,492.422,-772,147.39,0.249,600,20,0,2,0,1,0,0,0),(242122,32820,0,1,1,0,0,479.811,1267.26,82.98,5.984,600,20,0,2,0,1,0,0,0),(242121,32820,0,1,1,0,0,476.229,1595.9,126.662,5.942,600,20,0,2,0,1,0,0,0),(242120,32820,0,1,1,0,0,458.206,1315.96,81.804,4.773,600,20,0,2,0,1,0,0,0),(242119,32820,0,1,1,0,0,428.681,1196.46,84.859,0.324,600,20,0,2,0,1,0,0,0),(242118,32820,0,1,1,0,0,428.552,1181.1,87.954,4.704,600,20,0,2,0,1,0,0,0),(242117,32820,0,1,1,0,0,399.17,-845,126.687,0.343,600,20,0,2,0,1,0,0,0),(242116,32820,0,1,1,0,0,397.303,-865,124.349,4.744,600,20,0,2,0,1,0,0,0),(242115,32820,0,1,1,0,0,381,-3528,122,0.4,600,20,0,2,0,1,0,0,0),(242114,32820,0,1,1,0,0,372,-4205,118.375,0.4,600,20,0,2,0,1,0,0,0),(242112,32820,0,1,1,0,0,354.014,1600.3,128.227,1.082,600,20,0,2,0,1,0,0,0),(242113,32820,0,1,1,0,0,367.389,1587.62,128.909,6.258,600,20,0,2,0,1,0,0,0),(242111,32820,0,1,1,0,0,350.82,1602.25,128.812,5.964,600,20,0,2,0,1,0,0,0),(242110,32820,0,1,1,0,0,341.178,1449.96,126.285,5.911,600,20,0,2,0,1,0,0,0),(242109,32820,0,1,1,0,0,340.961,1179.32,81.573,0.755,600,20,0,2,0,1,0,0,0),(242108,32820,0,1,1,0,0,336.92,1276.86,78.202,4.34,600,20,0,2,0,1,0,0,0),(242107,32820,0,1,1,0,0,336.852,1435.4,125.617,0.703,600,20,0,2,0,1,0,0,0),(242106,32820,0,1,1,0,0,328.469,1291.78,77.505,2.143,600,20,0,2,0,1,0,0,0),(242105,32820,0,1,1,0,0,324.261,-2227,137.775,3.107,600,20,0,2,0,1,0,0,0),(242104,32820,0,1,1,0,0,314.622,-1487,43.999,2.356,600,20,0,2,0,1,0,0,0),(242103,32820,0,1,1,0,0,313.482,-1524,58.629,5.506,600,20,0,2,0,1,0,0,0),(242102,32820,0,1,1,0,0,306,-4176,123.125,0.4,600,20,0,2,0,1,0,0,0),(242101,32820,0,1,1,0,0,304.059,-3981.02,124.132,4.53172,600,20,0,2,0,1,0,0,0),(242099,32820,0,1,1,0,0,282.42,-4022.96,119.372,4.14295,600,20,0,2,0,1,0,0,0),(242100,32820,0,1,1,0,0,294.869,691.752,42.9,0.711,600,20,0,2,0,1,0,0,0),(242098,32820,0,1,1,0,0,279.445,1516.3,139.208,0.012,600,20,0,2,0,1,0,0,0),(242097,32820,0,1,1,0,0,219.332,1128.08,70.276,5.282,600,20,0,2,0,1,0,0,0),(242095,32820,0,1,1,0,0,198.296,1373.02,98.163,1.522,600,20,0,2,0,1,0,0,0),(242096,32820,0,1,1,0,0,216,-2991,117.25,0.4,600,20,0,2,0,1,0,0,0),(242094,32820,0,1,1,0,0,197,-4201,122.125,0.4,600,20,0,2,0,1,0,0,0),(242093,32820,0,1,1,0,0,176.92,1211.73,68.081,5.471,600,20,0,2,0,1,0,0,0),(242092,32820,0,1,1,0,0,164.149,1489.78,114.394,4.949,600,20,0,2,0,1,0,0,0),(242091,32820,0,1,1,0,0,148.276,681.614,52.887,5.253,600,20,0,2,0,1,0,0,0),(242090,32820,0,1,1,0,0,119.804,1150.93,70.085,4.101,600,20,0,2,0,1,0,0,0),(242089,32820,0,1,1,0,0,110.456,1269.12,67.596,2.889,600,20,0,2,0,1,0,0,0),(242088,32820,0,1,1,0,0,92.791,1120.78,68.67,5.628,600,20,0,2,0,1,0,0,0),(242087,32820,0,1,1,0,0,84.175,1333.08,67.441,6.08,600,20,0,2,0,1,0,0,0),(242086,32820,0,1,1,0,0,79.621,1189.98,63.799,6.213,600,20,0,2,0,1,0,0,0),(242085,32820,0,1,1,0,0,71.864,690.764,63.165,4.919,600,20,0,2,0,1,0,0,0),(242084,32820,0,1,1,0,0,58,-4295,123,0.4,600,20,0,2,0,1,0,0,0),(242083,32820,0,1,1,0,0,45.579,1312.13,63.793,2.42,600,20,0,2,0,1,0,0,0),(242082,32820,0,1,1,0,0,8.155,1241.76,62.017,0.162,600,20,0,2,0,1,0,0,0),(242081,32820,0,1,1,0,0,-8.41412,-3427.04,118.346,2.41664,600,20,0,2,0,1,0,0,0),(242080,32820,0,1,1,0,0,-20,-996,55.837,1.499,600,20,0,2,0,1,0,0,0),(242079,32820,0,1,1,0,0,-52,-4357,137,0.4,600,20,0,2,0,1,0,0,0),(242078,32820,0,1,1,0,0,-55,1256.13,60.262,5.175,600,20,0,2,0,1,0,0,0),(242077,32820,0,1,1,0,0,-72,-3364,123.75,0.4,600,20,0,2,0,1,0,0,0),(242076,32820,0,1,1,0,0,1751.11,1422.08,113.726,0.503288,600,20,0,2,0,1,0,0,0),(242075,32820,0,1,1,0,0,-93,1136.79,64.397,0.217,600,20,0,2,0,1,0,0,0),(242074,32820,0,1,1,0,0,-95,1120.03,64.676,2.09,600,20,0,2,0,1,0,0,0),(242073,32820,0,1,1,0,0,-141,-2899,124,0.4,600,20,0,2,0,1,0,0,0),(242072,32820,0,1,1,0,0,-164.849,-3120.23,119.516,1.97133,600,20,0,2,0,1,0,0,0),(242071,32820,0,1,1,0,0,-168.824,-3033.28,120.93,0.713902,600,20,0,2,0,1,0,0,0),(242070,32820,0,1,1,0,0,-204,1427.15,31.121,0.767,600,20,0,2,0,1,0,0,0),(242069,32820,0,1,1,0,0,-210,1297.49,40.747,1.959,600,20,0,2,0,1,0,0,0),(242068,32820,0,1,1,0,0,-221,1384.99,33.943,4.851,600,20,0,2,0,1,0,0,0),(242067,32820,0,1,1,0,0,-243,1359.05,37.73,2.687,600,20,0,2,0,1,0,0,0),(242066,32820,0,1,1,0,0,-258,-3199,121.5,0.4,600,20,0,2,0,1,0,0,0),(242065,32820,0,1,1,0,0,-285,-4388,108.627,2.007,600,20,0,2,0,1,0,0,0),(242064,32820,0,1,1,0,0,-287,-3255,125.125,0.4,600,20,0,2,0,1,0,0,0),(242063,32820,0,1,1,0,0,-313,1340.57,34.934,4.864,600,20,0,2,0,1,0,0,0),(242062,32820,0,1,1,0,0,-314,1135.16,72.124,5.49,600,20,0,2,0,1,0,0,0),(242061,32820,0,1,1,0,0,-322,-3297,131.5,0.4,600,20,0,2,0,1,0,0,0),(242060,32820,0,1,1,0,0,-408,-53,54.454,4.922,600,20,0,2,0,1,0,0,0),(242059,32820,0,1,1,0,0,-456,-111,54.729,1.605,600,20,0,2,0,1,0,0,0),(242058,32820,0,1,1,0,0,-482,917.984,91.386,5.378,600,20,0,2,0,1,0,0,0),(242057,32820,0,1,1,0,0,-566,-132,51.169,3.078,600,20,0,2,0,1,0,0,0),(242056,32820,0,1,1,0,0,-569,-112,47.513,1.302,600,20,0,2,0,1,0,0,0),(242055,32820,0,1,1,0,0,2051.43,1574.93,74.2552,2.10952,600,20,0,2,0,1,0,0,0),(242054,32820,0,1,1,0,0,-721,-592,25.011,3.121,600,20,0,2,0,1,0,0,0),(242053,32820,0,1,1,0,0,-750,-455,25.201,6.185,600,20,0,2,0,1,0,0,0),(242052,32820,0,1,1,0,0,-775,-606,15.235,2.706,600,20,0,2,0,1,0,0,0),(242051,32820,0,1,1,0,0,-777,-608,15.235,2.453,600,20,0,2,0,1,0,0,0),(242050,32820,0,1,1,0,0,-779,-601,15.235,3.222,600,20,0,2,0,1,0,0,0),(242049,32820,0,1,1,0,0,-779,-610,15.235,2.179,600,20,0,2,0,1,0,0,0),(242048,32820,0,1,1,0,0,-779,-631,14.728,1.099,600,20,0,2,0,1,0,0,0),(242047,32820,0,1,1,0,0,-782,-612,15.235,1.892,600,20,0,2,0,1,0,0,0),(242046,32820,0,1,1,0,0,-786,-607,15.235,1.414,600,20,0,2,0,1,0,0,0),(242045,32820,0,1,1,0,0,-789,1241.1,77.095,3.885,600,20,0,2,0,1,0,0,0),(242044,32820,0,1,1,0,0,-806,-638,12.021,5.902,600,20,0,2,0,1,0,0,0),(242043,32820,0,1,1,0,0,-1322.33,-3190.17,37.5942,0.173087,600,20,0,2,0,1,0,0,0),(242042,32820,0,1,1,0,0,1903.73,1497,89.1851,0.677535,600,20,0,2,0,1,0,0,0),(242041,32820,0,1,1,0,0,1897.38,1491.79,93.9505,3.99949,600,20,0,2,0,1,0,0,0),(242040,32820,0,1,1,0,0,-1468,-2625,48.363,4.617,600,20,0,2,0,1,0,0,0),(242039,32820,0,1,1,0,0,-8962.26,-174.974,79.7247,2.9633,600,20,0,2,0,1,0,0,0),(242038,32820,0,1,1,0,0,-8836.48,-240.295,82.7459,5.43024,600,20,0,2,0,1,0,0,0),(242037,32820,0,1,1,0,0,-3299,-2430,18.597,5.693,600,20,0,2,0,1,0,0,0),(242036,32820,0,1,1,0,0,-3355,-845,1.063,1.734,600,20,0,2,0,1,0,0,0),(242035,32820,0,1,1,0,0,-3633,-718,9.898,4.041,600,20,0,2,0,1,0,0,0),(242034,32820,0,1,1,0,0,-3636,-716,9.897,4.164,600,20,0,2,0,1,0,0,0),(242033,32820,0,1,1,0,0,-3639,-715,9.945,4.335,600,20,0,2,0,1,0,0,0),(242032,32820,0,1,1,0,0,-3645,-720,9.968,4.426,600,20,0,2,0,1,0,0,0),(242031,32820,0,1,1,0,0,1707.5,1481.87,146.438,5.03859,600,20,0,2,0,1,0,0,0),(242030,32820,0,1,1,0,0,-4700,-2790,328.179,0.831,600,20,0,2,0,1,0,0,0),(242029,32820,0,1,1,0,0,-4720,-2753,325.374,0.837,600,20,0,2,0,1,0,0,0),(242028,32820,0,1,1,0,0,-4745,-2866,328.156,0.666,600,20,0,2,0,1,0,0,0),(242027,32820,0,1,1,0,0,-4782,-2972,322.237,1.247,600,20,0,2,0,1,0,0,0),(242026,32820,0,1,1,0,0,-4805,-2784,325.017,1.212,600,20,0,2,0,1,0,0,0),(242025,32820,0,1,1,0,0,-4816,-2960,321.874,0.081,600,20,0,2,0,1,0,0,0),(242024,32820,0,1,1,0,0,-4895,-2662,331.436,2.669,600,20,0,2,0,1,0,0,0),(242023,32820,0,1,1,0,0,-4905,-2783,329.388,3.044,600,20,0,2,0,1,0,0,0),(242022,32820,0,1,1,0,0,-4940,-2970,321.597,2.764,600,20,0,2,0,1,0,0,0),(242021,32820,0,1,1,0,0,-4977,-3080,317.529,3.301,600,20,0,2,0,1,0,0,0),(242020,32820,0,1,1,0,0,-4991,-2879,338.593,4.392,600,20,0,2,0,1,0,0,0),(242019,32820,0,1,1,0,0,-5049,-2745,336.041,2.09,600,20,0,2,0,1,0,0,0),(242018,32820,0,1,1,0,0,-5059,-3717,313.61,0.869,600,20,0,2,0,1,0,0,0),(242017,32820,0,1,1,0,0,-5076,-2855,323.234,5.708,600,20,0,2,0,1,0,0,0),(242016,32820,0,1,1,0,0,-5085,-3052,323.62,6.109,600,20,0,2,0,1,0,0,0),(242015,32820,0,1,1,0,0,1776.54,1422.64,94.6241,1.23212,600,20,0,2,0,1,0,0,0),(242014,32820,0,1,1,0,0,-5135,-3739,311.317,0.08,600,20,0,2,0,1,0,0,0),(242013,32820,0,1,1,0,0,-5154,-2987,331.929,4.471,600,20,0,2,0,1,0,0,0),(242012,32820,0,1,1,0,0,-5165,-876,507.245,0.929,600,20,0,2,0,1,0,0,0),(242011,32820,0,1,1,0,0,-5212,-2780,338.271,1.048,600,20,0,2,0,1,0,0,0),(242010,32820,0,1,1,0,0,-5224,-3745,313.321,0.176,600,20,0,2,0,1,0,0,0),(242009,32820,0,1,1,0,0,-5250,-2806,345.624,3.708,600,20,0,2,0,1,0,0,0),(242008,32820,0,1,1,0,0,-5325,-3759,309.441,0.148,600,20,0,2,0,1,0,0,0),(242007,32820,0,1,1,0,0,-5352,-2892,341.729,1.654,600,20,0,2,0,1,0,0,0),(242006,32820,0,1,1,0,0,-5425,-2851,345.649,3.473,600,20,0,2,0,1,0,0,0),(242005,32820,0,1,1,0,0,-5454,-2859,348.231,3.275,600,20,0,2,0,1,0,0,0),(242004,32820,0,1,1,0,0,-5485,-3766,317.351,0.37,600,20,0,2,0,1,0,0,0),(242003,32820,0,1,1,0,0,-5559,-2779,364.792,0.143,600,20,0,2,0,1,0,0,0),(242002,32820,0,1,1,0,0,-5614,-3701,315.196,4.999,600,20,0,2,0,1,0,0,0),(242001,32820,0,1,1,0,0,-5656,-3646,315.12,5.039,600,20,0,2,0,1,0,0,0),(242000,32820,0,1,1,0,0,-5670,-528,398.13,2.381,600,20,0,2,0,1,0,0,0),(241999,32820,0,1,1,0,0,-5687,-3183,318.88,0.687,600,20,0,2,0,1,0,0,0),(241998,32820,0,1,1,0,0,-5706,-3545,305.103,4.912,600,20,0,2,0,1,0,0,0),(241997,32820,0,1,1,0,0,-5726,-3310,304.167,1.49,600,20,0,2,0,1,0,0,0),(241996,32820,0,1,1,0,0,-5787,-3588,335.657,3.72,600,20,0,2,0,1,0,0,0),(241995,32820,0,1,1,0,0,-5793,-2582,309.097,4.926,600,20,0,2,0,1,0,0,0),(241994,32820,0,1,1,0,0,-5816,-3455,311.46,4.143,600,20,0,2,0,1,0,0,0),(241993,32820,0,1,1,0,0,1992.71,1626.04,79.6506,1.53227,600,20,0,2,0,1,0,0,0),(241992,32820,0,1,1,0,0,1744.62,1564.06,115.271,4.91857,600,20,0,2,0,1,0,0,0),(241991,32820,0,1,1,0,0,1989.34,1614.82,82.0564,3.55892,600,20,0,2,0,1,0,0,0),(241990,32820,0,1,1,0,0,1961.67,1604,83.4338,1.92067,600,20,0,2,0,1,0,0,0),(241989,32820,0,1,1,0,0,1985.09,1674.03,77.8688,2.46003,600,20,0,2,0,1,0,0,0),(241988,32820,0,1,1,0,0,1965.75,1611.9,83.5143,4.57629,600,20,0,2,0,1,0,0,0),(241987,32820,0,1,1,0,0,1964.83,1611.97,88.1991,5.10508,600,20,0,2,0,1,0,0,0),(241986,32820,0,1,1,0,0,1998.98,1702.84,79.2207,4.83678,600,20,0,2,0,1,0,0,0),(241985,32820,0,1,1,0,0,1969.51,1611.49,88.1993,1.55372,600,20,0,2,0,1,0,0,0),(241984,32820,0,1,1,0,0,1958.78,1605.91,88.1813,3.39428,600,20,0,2,0,1,0,0,0),(241983,32820,0,1,1,0,0,1964.36,1596.41,88.1966,6.16458,600,20,0,2,0,1,0,0,0),(241982,32820,0,1,1,0,0,1957.45,1559.31,86.7158,3.11913,600,20,0,2,0,1,0,0,0),(241981,32820,0,1,1,0,0,1951.47,1608.03,83.4339,0.90738,600,20,0,2,0,1,0,0,0),(241980,32820,0,1,1,0,0,1923.72,1546.34,87.5938,5.72714,600,20,0,2,0,1,0,0,0),(241979,32820,0,1,1,0,0,1871.81,1511.04,88.1731,1.4094,600,20,0,2,0,1,0,0,0),(241978,32820,0,1,1,0,0,1947.43,1559.7,87.6517,5.05464,600,20,0,2,0,1,0,0,0),(241977,32820,0,1,1,0,0,-6160,325.568,399.968,1.928,600,20,0,2,0,1,0,0,0),(241976,32820,0,1,1,0,0,1909.7,1514.67,87.3891,4.62487,600,20,0,2,0,1,0,0,0),(241975,32820,0,1,1,0,0,1939.86,1574.08,82.4603,2.76817,600,20,0,2,0,1,0,0,0),(241974,32820,0,1,1,0,0,1939.89,1545.48,90.165,1.22525,600,20,0,2,0,1,0,0,0),(241973,32820,0,1,1,0,0,1901.5,1507.09,89.1851,0.850343,600,20,0,2,0,1,0,0,0),(241972,32820,0,1,1,0,0,-6439,-1115,312.16,3.172,600,20,0,2,0,1,0,0,0),(241971,32820,0,1,1,0,0,-6807,-2289,280.753,2.587,600,20,0,2,0,1,0,0,0),(241970,32820,0,1,1,0,0,-7501,-2145,146.088,0.955,600,20,0,2,0,1,0,0,0),(241969,32820,0,1,1,0,0,-8150,-540,200.85,1.866,600,20,0,2,0,1,0,0,0),(241968,32820,0,1,1,0,0,-8159,-597,199.913,2.554,600,20,0,2,0,1,0,0,0),(241967,32820,0,1,1,0,0,-8177,-594,200.167,0.811,600,20,0,2,0,1,0,0,0),(241966,32820,0,1,1,0,0,-8184,-577,200.644,4.471,600,20,0,2,0,1,0,0,0),(241965,32820,0,1,1,0,0,-8205,-483,193.823,2.678,600,20,0,2,0,1,0,0,0),(241964,32820,0,1,1,0,0,-8208,-485,193.739,5.354,600,20,0,2,0,1,0,0,0),(241963,32820,0,1,1,0,0,-8217,-499,197.379,2.145,600,20,0,2,0,1,0,0,0),(241962,32820,0,1,1,0,0,-8368,542.082,91.797,2.27,600,20,0,2,0,1,0,0,0),(241960,32820,0,1,1,0,0,-8856.3,-252.666,81.1253,5.68549,600,20,0,2,0,1,0,0,0),(241961,32820,0,1,1,0,0,-8534,692.766,97.669,3.918,600,20,1,2,0,1,1,0,0),(241959,32820,0,1,1,0,0,-8887.99,-274.452,80.4154,4.88438,600,20,0,2,0,1,0,0,0),(241958,32820,0,1,1,0,0,-8544,502.641,98.552,5.48,600,20,0,2,0,1,0,0,0),(241957,32820,0,1,1,0,0,-8635.73,-111.035,86.8433,3.64311,600,20,0,2,0,1,0,0,0),(241956,32820,0,1,1,0,0,-8563.16,-203.576,84.3093,4.568,600,20,0,2,0,1,0,0,0),(241955,32820,0,1,1,0,0,-8644.95,-115.942,88.0407,3.95727,600,20,0,2,0,1,0,0,0),(241954,32820,0,1,1,0,0,-8583.03,-173.171,90.9283,1.62904,600,20,0,2,0,1,0,0,0),(241953,32820,0,1,1,0,0,-8533.56,-195.278,83.5968,1.74214,600,20,0,2,0,1,0,0,0),(241952,32820,0,1,1,0,0,-8551.88,-202.872,85.526,5.97622,600,20,0,2,0,1,0,0,0),(241951,32820,0,1,1,0,0,-8613,778.144,97.243,3.864,600,20,0,2,0,1,0,0,0),(241950,32820,0,1,1,0,0,-8565.04,-218.299,85.4327,0.399106,600,20,0,2,0,1,0,0,0),(241949,32820,0,1,1,0,0,-8618,784.698,97.252,3.766,600,20,0,2,0,1,0,0,0),(241947,32820,0,1,1,0,0,-8539.24,-174.348,85.1864,2.13876,600,20,0,2,0,1,0,0,0),(241948,32820,0,1,1,0,0,-8623,848.741,96.721,2.331,600,20,1,2,0,1,1,0,0),(241946,32820,0,1,1,0,0,-8545.58,-159.898,87.1807,1.5772,600,20,0,2,0,1,0,0,0),(241945,32820,0,1,1,0,0,-8561.69,-148.63,88.3487,3.41111,600,20,0,2,0,1,0,0,0),(241943,32820,0,1,1,0,0,-8556,-217.474,84.981,2.05473,600,20,0,2,0,1,0,0,0),(241944,32820,0,1,1,0,0,-8644,801.707,96.67,2.527,600,20,1,2,0,1,1,0,0),(241942,32820,0,1,1,0,0,-8586.41,-147.882,89.9644,2.233,600,20,0,2,0,1,0,0,0),(241941,32820,0,1,1,0,0,-8675,869.995,97.016,2.455,600,20,0,2,0,1,0,0,0),(241940,32820,0,1,1,0,0,-8676,638.406,96.969,2.26,600,20,0,2,0,1,0,0,0),(241939,32820,0,1,1,0,0,-8676,-203,94.627,4.422,600,20,0,2,0,1,0,0,0),(241938,32820,0,1,1,0,0,-8679,635.687,96.969,2.217,600,20,0,2,0,1,0,0,0),(241937,32820,0,1,1,0,0,-8680,-191,91.409,6.181,600,20,0,2,0,1,0,0,0),(241936,32820,0,1,1,0,0,-8682,-100,89.536,2.684,600,20,0,2,0,1,0,0,0),(241935,32820,0,1,1,0,0,-8684,575.301,97.054,3.805,600,20,0,2,0,1,0,0,0),(241934,32820,0,1,1,0,0,-8685,-185,91.246,0.43,600,20,0,2,0,1,0,0,0),(241933,32820,0,1,1,0,0,-8691,-122,88.343,2.098,600,20,0,2,0,1,0,0,0),(241932,32820,0,1,1,0,0,-8698,-74,89.932,0.1,600,20,0,2,0,1,0,0,0),(241931,32820,0,1,1,0,0,-8708,-188,99.205,5.373,600,20,0,2,0,1,0,0,0),(241930,32820,0,1,1,0,0,-8710,-80,90.094,0.1,600,20,0,2,0,1,0,0,0),(241929,32820,0,1,1,0,0,-8714,348.185,101.019,2.83,600,20,0,2,0,1,0,0,0),(241928,32820,0,1,1,0,0,-8717,923.309,100.879,2.292,600,20,0,2,0,1,0,0,0),(241927,32820,0,1,1,0,0,-8717,-105,87.423,3.695,600,20,0,2,0,1,0,0,0),(241926,32820,0,1,1,0,0,-8723,-208,89.648,3.229,600,20,0,2,0,1,0,0,0),(241925,32820,0,1,1,0,0,-8724,-139,86.919,4.184,600,20,0,2,0,1,0,0,0),(241924,32820,0,1,1,0,0,-8600.26,-139.186,87.808,3.4111,600,20,0,2,0,1,0,0,0),(241923,32820,0,1,1,0,0,-8728,375.537,101.265,3.352,600,20,0,2,0,1,0,0,0),(241922,32820,0,1,1,0,0,-8735,-103,87.046,3.142,600,20,0,2,0,1,0,0,0),(241921,32820,0,1,1,0,0,-8737,-58,91.341,2.596,600,20,0,2,0,1,0,0,0),(241920,32820,0,1,1,0,0,-8741,-97,89.23,2.363,600,20,0,2,0,1,0,0,0),(241919,32820,0,1,1,0,0,-8741,-192,86.09,0.947,600,20,0,2,0,1,0,0,0),(241918,32820,0,1,1,0,0,-8742,-163,84.981,0.1,600,20,0,2,0,1,0,0,0),(241917,32820,0,1,1,0,0,-8743,-120,85.732,1.077,600,20,0,2,0,1,0,0,0),(241916,32820,0,1,1,0,0,-8744,-177,85.559,3.142,600,20,0,2,0,1,0,0,0),(241915,32820,0,1,1,0,0,-8753,-203,86.316,0.1,600,20,0,2,0,1,0,0,0),(241914,32820,0,1,1,0,0,-8755,-129,83.029,2.396,600,20,0,2,0,1,0,0,0),(241913,32820,0,1,1,0,0,-8756,-89,91.77,2.771,600,20,0,2,0,1,0,0,0),(241912,32820,0,1,1,0,0,-8756,-186,84.99,4.422,600,20,0,2,0,1,0,0,0),(241911,32820,0,1,1,0,0,-8762,-144,81.933,3.59,600,20,0,2,0,1,0,0,0),(241910,32820,0,1,1,0,0,-8763,-158,82.828,3.142,600,20,0,2,0,1,0,0,0),(241909,32820,0,1,1,0,0,-8760.53,-109.372,85.435,3.84574,600,20,0,2,0,1,0,0,0),(241908,32820,0,1,1,0,0,-8765,607.706,96.892,3.959,600,20,0,2,0,1,0,0,0),(241907,32820,0,1,1,0,0,-8765,-183,84.088,0.1,600,20,0,2,0,1,0,0,0),(241906,32820,0,1,1,0,0,-8765,-193,85.266,3.142,600,20,0,2,0,1,0,0,0),(241905,32820,0,1,1,0,0,-8765,-232,85.305,5.685,600,20,0,2,0,1,0,0,0),(241904,32820,0,1,1,0,0,-8768,-76,90.689,2.175,600,20,0,2,0,1,0,0,0),(241903,32820,0,1,1,0,0,-8769,-272,78.433,0,600,20,0,2,0,1,0,0,0),(241902,32820,0,1,1,0,0,-8769,-286,77.486,3.298,600,20,0,2,0,1,0,0,0),(241901,32820,0,1,1,0,0,-8770,-102,87.125,5.647,600,20,0,2,0,1,0,0,0),(241900,32820,0,1,1,0,0,-8770,-118,83.495,0,600,20,0,2,0,1,0,0,0),(241899,32820,0,1,1,0,0,-8770,-158,81.992,4.023,600,20,0,2,0,1,0,0,0),(241898,32820,0,1,1,0,0,-8772,-151,81.32,0.721,600,20,0,2,0,1,0,0,0),(241897,32820,0,1,1,0,0,-8773,-127,83.395,3.134,600,20,0,2,0,1,0,0,0),(241896,32820,0,1,1,0,0,-8779,-171,82.004,0.97,600,20,0,2,0,1,0,0,0),(241895,32820,0,1,1,0,0,-8779,-250,82.702,2.752,600,20,0,2,0,1,0,0,0),(241894,32820,0,1,1,0,0,-8780,-59,92.094,0.066,600,20,0,2,0,1,0,0,0),(241893,32820,0,1,1,0,0,-8782,-203,84.005,0.1,600,20,0,2,0,1,0,0,0),(241892,32820,0,1,1,0,0,-8785,-278,78.736,0.996,600,20,0,2,0,1,0,0,0),(241891,32820,0,1,1,0,0,-8787,-252,82.661,2.234,600,20,0,2,0,1,0,0,0),(241890,32820,0,1,1,0,0,-8787,-935,74.019,3.324,600,20,0,2,0,1,0,0,0),(241889,32820,0,1,1,0,0,-8790,-121,82.98,2.568,600,20,0,2,0,1,0,0,0),(241888,32820,0,1,1,0,0,-8790,-124,82.994,4.28319,600,20,0,2,0,1,0,0,0),(241887,32820,0,1,1,0,0,-8791,-129,82.513,4.16,600,20,0,2,0,1,0,0,0),(241886,32820,0,1,1,0,0,-8795,-108,83.073,1.504,600,20,0,2,0,1,0,0,0),(241885,32820,0,1,1,0,0,-8796,-211,82.807,2.339,600,20,0,2,0,1,0,0,0),(241884,32820,0,1,1,0,0,-8797,-173,81.655,0,600,20,0,2,0,1,0,0,0),(241883,32820,0,1,1,0,0,-8798,-99,83.259,2.092,600,20,0,2,0,1,0,0,0),(241882,32820,0,1,1,0,0,-8799,865.216,98.958,2.381,600,20,0,2,0,1,0,0,0),(241881,32820,0,1,1,0,0,-8799,-1097,76.21,1.408,600,20,0,2,0,1,0,0,0),(241880,32820,0,1,1,0,0,-8803,862.081,98.887,2.161,600,20,0,2,0,1,0,0,0),(241879,32820,0,1,1,0,0,-8803,-81,86.374,3.092,600,20,0,2,0,1,0,0,0),(241878,32820,0,1,1,0,0,-8808,623.519,94.485,2.347,600,20,0,2,0,1,0,0,0),(241877,32820,0,1,1,0,0,-8808,-96,83.649,5.901,600,20,0,2,0,1,0,0,0),(241876,32820,0,1,1,0,0,-8809,-61,91.362,0.557,600,20,0,2,0,1,0,0,0),(241875,32820,0,1,1,0,0,-8809,-213,81.973,0.1,600,20,0,2,0,1,0,0,0),(241874,32820,0,1,1,0,0,-8811,-244,82.142,2.682,600,20,0,2,0,1,0,0,0),(241873,32820,0,1,1,0,0,-8811,-1017,75.755,4.581,600,20,0,2,0,1,0,0,0),(241872,32820,0,1,1,0,0,-8812,-169,81.309,5.209,600,20,0,2,0,1,0,0,0),(241871,32820,0,1,1,0,0,-8813,803.688,98.623,3.761,600,20,0,2,0,1,0,0,0),(241870,32820,0,1,1,0,0,-8817,810.273,99.022,3.975,600,20,0,2,0,1,0,0,0),(241869,32820,0,1,1,0,0,-8818,97.723,164.66,4.413,600,20,0,2,0,1,0,0,0),(241868,32820,0,1,1,0,0,-8821,-122,80.865,3.5,600,20,0,2,0,1,0,0,0),(241867,32820,0,1,1,0,0,-8821,-843,74.501,2.856,600,20,0,2,0,1,0,0,0),(241866,32820,0,1,1,0,0,-8824,-142,80.839,5.912,600,20,0,2,0,1,0,0,0),(241864,32820,0,1,1,0,0,-8827,904.341,98.139,4.034,600,20,0,2,0,1,0,0,0),(241865,32820,0,1,1,0,0,-8825,613.922,94.463,0.89,600,20,1,2,0,1,1,0,0),(241863,32820,0,1,1,0,0,-8828,-867,74.593,3.229,600,20,0,2,0,1,0,0,0),(241861,32820,0,1,1,0,0,-8834,-881,74.428,2.025,600,20,0,2,0,1,0,0,0),(241862,32820,0,1,1,0,0,-8833,542.104,96.942,2.753,600,20,1,2,0,1,1,0,0),(241860,32820,0,1,1,0,0,-8835,723.541,97.881,1.986,600,20,0,2,0,1,0,0,0),(241859,32820,0,1,1,0,0,-8835,-61,86.624,0.924,600,20,0,2,0,1,0,0,0),(241858,32820,0,1,1,0,0,-8837,-999,74.077,6.018,600,20,0,2,0,1,0,0,0),(241857,32820,0,1,1,0,0,-8838,-854,74.684,0.639,600,20,0,2,0,1,0,0,0),(241856,32820,0,1,1,0,0,-8843,-981,74.577,1.568,600,20,0,2,0,1,0,0,0),(241855,32820,0,1,1,0,0,-8844,-1125,76.107,5.95,600,20,0,2,0,1,0,0,0),(241854,32820,0,1,1,0,0,-8848,-105,81.92,3.975,600,20,0,2,0,1,0,0,0),(241853,32820,0,1,1,0,0,-8848,-812,70.712,4.206,600,20,0,2,0,1,0,0,0),(241852,32820,0,1,1,0,0,-8849,-918,76.015,2.365,600,20,0,2,0,1,0,0,0),(241851,32820,0,1,1,0,0,-8850,-287,78.741,0,600,20,0,2,0,1,0,0,0),(241850,32820,0,1,1,0,0,-8851,-188,89.313,2.37,600,20,0,2,0,1,0,0,0),(241849,32820,0,1,1,0,0,-8851,-223,81.562,4.969,600,20,0,2,0,1,0,0,0),(241848,32820,0,1,1,0,0,-8851,-919,75.995,1.985,600,20,0,2,0,1,0,0,0),(241847,32820,0,1,1,0,0,-8853,-776,70.516,5.55,600,20,0,2,0,1,0,0,0),(241846,32820,0,1,1,0,0,-8853,-835,73.025,1.413,600,20,0,2,0,1,0,0,0),(241845,32820,0,1,1,0,0,-8854,541.299,105.898,4.976,600,20,0,2,0,1,0,0,0),(241844,32820,0,1,1,0,0,-8854,-192,81.933,3.32,600,20,0,2,0,1,0,0,0),(241843,32820,0,1,1,0,0,-8854,-823,71.878,4.805,600,20,0,2,0,1,0,0,0),(241842,32820,0,1,1,0,0,-8854,-938,76.242,4.371,600,20,0,2,0,1,0,0,0),(241841,32820,0,1,1,0,0,-8855,-1139,76.615,1.998,600,20,0,2,0,1,0,0,0),(241840,32820,0,1,1,0,0,-8856,-81,84.245,0.97,600,20,0,2,0,1,0,0,0),(241839,32820,0,1,1,0,0,-8857,937.947,102.143,0.53,600,20,0,2,0,1,0,0,0),(241838,32820,0,1,1,0,0,-8860,-813,70.458,0.663,600,20,0,2,0,1,0,0,0),(241837,32820,0,1,1,0,0,-8865,762.931,96.889,2.191,600,20,0,2,0,1,0,0,0),(241836,32820,0,1,1,0,0,-8865,-217,80.956,4.368,600,20,0,2,0,1,0,0,0),(241835,32820,0,1,1,0,0,-8842.51,-270.136,81.1989,1.18472,600,20,0,2,0,1,0,0,0),(241834,32820,0,1,1,0,0,-8869,-374,71.815,5.453,600,20,0,2,0,1,0,0,0),(241833,32820,0,1,1,0,0,-8874,-78,83.112,5.152,600,20,0,2,0,1,0,0,0),(241832,32820,0,1,1,0,0,-8874,-923,75.937,2.913,600,20,0,2,0,1,0,0,0),(241831,32820,0,1,1,0,0,-8875,13.938,92.975,1.121,600,20,0,2,0,1,0,0,0),(241830,32820,0,1,1,0,0,-8876,-186,81.938,1.482,600,20,0,2,0,1,0,0,0),(241829,32820,0,1,1,0,0,-8877,-1083,74.682,1.344,600,20,0,2,0,1,0,0,0),(241828,32820,0,1,1,0,0,-8877,-1107,75.2,1.914,600,20,0,2,0,1,0,0,0),(241827,32820,0,1,1,0,0,-8879,-955,75.224,6.101,600,20,0,2,0,1,0,0,0),(241826,32820,0,1,1,0,0,-8882,6.896,93.946,0.412,600,20,0,2,0,1,0,0,0),(241825,32820,0,1,1,0,0,-8883,-33,88.557,5.21,600,20,0,2,0,1,0,0,0),(241824,32820,0,1,1,0,0,-8883,-60,85.681,5.152,600,20,0,2,0,1,0,0,0),(241823,32820,0,1,1,0,0,-8885,752.073,96.195,5.432,600,20,0,2,0,1,0,0,0),(241822,32820,0,1,1,0,0,-8885,6.25,94.517,4.712,600,20,0,2,0,1,0,0,0),(241821,32820,0,1,1,0,0,-8886,-1023,72.819,4.919,600,20,0,2,0,1,0,0,0),(241820,32820,0,1,1,0,0,-8887,635.868,99.606,0.765,600,20,0,2,0,1,0,0,0),(241819,32820,0,1,1,0,0,-8887,-779,69.713,0.855,600,20,0,2,0,1,0,0,0),(241818,32820,0,1,1,0,0,-8888,566.202,92.534,2.234,600,20,0,2,0,1,0,0,0),(241817,32820,0,1,1,0,0,-8889,-393,67.44,2.896,600,20,0,2,0,1,0,0,0),(241816,32820,0,1,1,0,0,-8889,-755,69.426,1.799,600,20,0,2,0,1,0,0,0),(241815,32820,0,1,1,0,0,-8890,639.99,99.522,0.474,600,20,0,2,0,1,0,0,0),(241814,32820,0,1,1,0,0,-8890,-919,75.5,2.696,600,20,0,2,0,1,0,0,0),(241813,32820,0,1,1,0,0,-8892,-47,86.954,4.215,600,20,0,2,0,1,0,0,0),(241812,32820,0,1,1,0,0,-8893,-1205,76.779,4.969,600,20,0,2,0,1,0,0,0),(241811,32820,0,1,1,0,0,-8895,575.431,92.564,5.253,600,20,0,2,0,1,0,0,0),(241810,32820,0,1,1,0,0,-8896,-769,69.566,5.637,600,20,0,2,0,1,0,0,0),(241809,32820,0,1,1,0,0,-8897.47,-115.457,81.838,3.76358,600,20,0,2,0,1,0,0,0),(241808,32820,0,1,1,0,0,-8898,-19,92.553,1.283,600,20,0,2,0,1,0,0,0),(241807,32820,0,1,1,0,0,-8898,-120,82.016,3.315,600,20,0,2,0,1,0,0,0),(241806,32820,0,1,1,0,0,-8901,-80,84.384,0.1,600,20,0,2,0,1,0,0,0),(241805,32820,0,1,1,0,0,-8901,-362,71.707,5.729,600,20,0,2,0,1,0,0,0),(241804,32820,0,1,1,0,0,-8901.56,-112.697,81.8482,3.18871,600,20,0,2,0,1,0,0,0),(241803,32820,0,1,1,0,0,-8902,-182,113.24,0.873,600,20,0,2,0,1,0,0,0),(241802,32820,0,1,1,0,0,-8903,-163,82.022,2.042,600,20,0,2,0,1,0,0,0),(241801,32820,0,1,1,0,0,-8903,-286,77.597,3.899,600,20,0,2,0,1,0,0,0),(241800,32820,0,1,1,0,0,-8904,792.487,87.501,2.376,600,20,0,2,0,1,0,0,0),(241799,32820,0,1,1,0,0,-8906,-891,73.501,3.254,600,20,0,2,0,1,0,0,0),(241798,32820,0,1,1,0,0,-8908.13,-108.89,81.8481,4.28817,600,20,0,2,0,1,0,0,0),(241797,32820,0,1,1,0,0,-8910,-105,81.848,4.411,600,20,0,2,0,1,0,0,0),(241796,32820,0,1,1,0,0,-8910,-262,79.214,4.587,600,20,0,2,0,1,0,0,0),(241795,32820,0,1,1,0,0,-8910,-278,78.267,4.534,600,20,0,2,0,1,0,0,0),(241794,32820,0,1,1,0,0,-8914,-810,68.928,3.611,600,20,0,2,0,1,0,0,0),(241793,32820,0,1,1,0,0,-8915,-215,82.3,1.204,600,20,0,2,0,1,0,0,0),(241792,32820,0,1,1,0,0,-8915,-438,69.636,1.035,600,20,0,2,0,1,0,0,0),(241791,32820,0,1,1,0,0,-8917,-36,91.844,0.749,600,20,0,2,0,1,0,0,0),(241790,32820,0,1,1,0,0,-8918,-208,82.309,6.282,600,20,0,2,0,1,0,0,0),(241789,32820,0,1,1,0,0,-8918,-403,67.755,0.63,600,20,0,2,0,1,0,0,0),(241788,32820,0,1,1,0,0,-8921,-1201,74.587,3.28319,600,20,0,2,0,1,0,0,0),(241787,32820,0,1,1,0,0,-8947.97,-182.604,79.8355,5.84689,600,20,0,2,0,1,0,0,0),(241786,32820,0,1,1,0,0,-8924,-438,67.911,0.277,600,20,0,2,0,1,0,0,0),(241785,32820,0,1,1,0,0,-8927,-196,80.771,2.553,600,20,0,2,0,1,0,0,0),(241784,32820,0,1,1,0,0,-8928,-202,80.682,2.204,600,20,0,2,0,1,0,0,0),(241783,32820,0,1,1,0,0,-8929,-63,89.939,5.168,600,20,0,2,0,1,0,0,0),(241782,32820,0,1,1,0,0,-8929,-734,70.519,5.786,600,20,0,2,0,1,0,0,0),(241781,32820,0,1,1,0,0,-8931,78.547,154.017,5.008,600,20,0,2,0,1,0,0,0),(241780,32820,0,1,1,0,0,-8932.9,-136.332,83.1518,1.6083,600,20,0,2,0,1,0,0,0),(241779,32820,0,1,1,0,0,-8934,-167,80.842,5.977,600,20,0,2,0,1,0,0,0),(241778,32820,0,1,1,0,0,-8935,-52,90.24,0.223,600,20,0,2,0,1,0,0,0),(241777,32820,0,1,1,0,0,-8937,518.506,96.366,3.598,600,20,0,2,0,1,0,0,0),(241776,32820,0,1,1,0,0,-8937,-378,71.14,1.232,600,20,0,2,0,1,0,0,0),(241775,32820,0,1,1,0,0,-8948,-773,68.77,4.14,600,20,0,2,0,1,0,0,0),(241774,32820,0,1,1,0,0,-8949,-78,89.266,2.86,600,20,0,2,0,1,0,0,0),(241773,32820,0,1,1,0,0,-8951,-418,65.92,0.187,600,20,0,2,0,1,0,0,0),(241772,32820,0,1,1,0,0,-8951,-790,69.117,0.205,600,20,0,2,0,1,0,0,0),(241771,32820,0,1,1,0,0,-8952,536.444,96.367,4.248,600,20,0,2,0,1,0,0,0),(241770,32820,0,1,1,0,0,-8952,-404,68.705,3.014,600,20,0,2,0,1,0,0,0),(241769,32820,0,1,1,0,0,-8952,-1145,66.507,6.157,600,20,0,2,0,1,0,0,0),(241768,32820,0,1,1,0,0,-8955,-373,72.205,2.905,600,20,0,2,0,1,0,0,0),(241767,32820,0,1,1,0,0,-8956,-43,91.414,1.311,600,20,0,2,0,1,0,0,0),(241766,32820,0,1,1,0,0,-8959,-792,69.974,1.393,600,20,0,2,0,1,0,0,0),(241765,32820,0,1,1,0,0,-8960,-228,77.593,4.217,600,20,0,2,0,1,0,0,0),(241764,32820,0,1,1,0,0,-8960,-807,69.773,1.665,600,20,0,2,0,1,0,0,0),(241763,32820,0,1,1,0,0,-8961,-447,66.772,4.475,600,20,0,2,0,1,0,0,0),(241762,32820,0,1,1,0,0,-8962,-406,68.404,3.042,600,20,0,2,0,1,0,0,0),(241761,32820,0,1,1,0,0,-8967,-203,75.644,2.318,600,20,0,2,0,1,0,0,0),(241760,32820,0,1,1,0,0,-8971,-359,73.401,2.806,600,20,0,2,0,1,0,0,0),(241759,32820,0,1,1,0,0,-8974,-57,91.582,1.171,600,20,0,2,0,1,0,0,0),(241758,32820,0,1,1,0,0,-8978,-339,73.712,5.346,600,20,0,2,0,1,0,0,0),(241757,32820,0,1,1,0,0,-8980,-208,73.729,0.1,600,20,0,2,0,1,0,0,0),(241756,32820,0,1,1,0,0,-8984,-1170,65.087,2.688,600,20,0,2,0,1,0,0,0),(241755,32820,0,1,1,0,0,-8984,-1199,71.807,1.113,600,20,0,2,0,1,0,0,0),(241754,32820,0,1,1,0,0,-8987,-855,69.49,4.981,600,20,0,2,0,1,0,0,0),(241753,32820,0,1,1,0,0,-8989,-1174,65.43,1.623,600,20,0,2,0,1,0,0,0),(241752,32820,0,1,1,0,0,-8990,-771,73.386,5.568,600,20,0,2,0,1,0,0,0),(241751,32820,0,1,1,0,0,-8914.36,-134.589,80.4957,2.23039,600,20,0,2,0,1,0,0,0),(241750,32820,0,1,1,0,0,-8996,-818,69.715,2.023,600,20,0,2,0,1,0,0,0),(241749,32820,0,1,1,0,0,-9000,-414,69.884,3.921,600,20,0,2,0,1,0,0,0),(241748,32820,0,1,1,0,0,-9001,-404,71.292,6.259,600,20,0,2,0,1,0,0,0),(241747,32820,0,1,1,0,0,-9001,-826,69.884,2,600,20,0,2,0,1,0,0,0),(241746,32820,0,1,1,0,0,-9003,-148,80.381,0.1,600,20,0,2,0,1,0,0,0),(241745,32820,0,1,1,0,0,-9011,-867,69.49,1.788,600,20,0,2,0,1,0,0,0),(241744,32820,0,1,1,0,0,-9011,-1231,74.086,0.222,600,20,0,2,0,1,0,0,0),(241743,32820,0,1,1,0,0,-9012,-362,75.378,1.618,600,20,0,2,0,1,0,0,0),(241742,32820,0,1,1,0,0,-9012,-376,74.271,5.453,600,20,0,2,0,1,0,0,0),(241741,32820,0,1,1,0,0,-9012,-409,70.771,3.896,600,20,0,2,0,1,0,0,0),(241740,32820,0,1,1,0,0,-9012,-981,69.494,5.286,600,20,0,2,0,1,0,0,0),(241739,32820,0,1,1,0,0,-9013,-845,70.453,3.003,600,20,0,2,0,1,0,0,0),(241738,32820,0,1,1,0,0,-9016,-149,83.221,5.737,600,20,0,2,0,1,0,0,0),(241737,32820,0,1,1,0,0,-9029,-422,69.392,3.737,600,20,0,2,0,1,0,0,0),(241736,32820,0,1,1,0,0,-9031,10.083,87.884,4.486,600,20,0,2,0,1,0,0,0),(241735,32820,0,1,1,0,0,-9034,-368,75.484,4.205,600,20,0,2,0,1,0,0,0),(241734,32820,0,1,1,0,0,-9036,-265,73.556,5.196,600,20,0,2,0,1,0,0,0),(241733,32820,0,1,1,0,0,-9040,-607,53.241,1.478,600,20,0,2,0,1,0,0,0),(241732,32820,0,1,1,0,0,-9040,-1105,71.361,4.023,600,20,0,2,0,1,0,0,0),(241731,32820,0,1,1,0,0,-9041,-324,73.702,0.899,600,20,0,2,0,1,0,0,0),(241730,32820,0,1,1,0,0,-9044,-45,88.36,2.96,600,20,0,2,0,1,0,0,0),(241729,32820,0,1,1,0,0,-9045,-264,74.078,3.496,600,20,0,2,0,1,0,0,0),(241728,32820,0,1,1,0,0,-9045,-553,55.85,6.107,600,20,0,2,0,1,0,0,0),(241727,32820,0,1,1,0,0,-9052,-458,72.651,1.578,600,20,0,2,0,1,0,0,0),(241726,32820,0,1,1,0,0,-9052,-621,53.577,4.241,600,20,0,2,0,1,0,0,0),(241725,32820,0,1,1,0,0,-9053,-95,88.19,1.118,600,20,0,2,0,1,0,0,0),(241724,32820,0,1,1,0,0,-9056,152.629,115.116,3.159,600,20,0,2,0,1,0,0,0),(241723,32820,0,1,1,0,0,-9056,-459,72.524,1.373,600,20,0,2,0,1,0,0,0),(241722,32820,0,1,1,0,0,-9059,-458,72.486,1.305,600,20,0,2,0,1,0,0,0),(241721,32820,0,1,1,0,0,-9093.46,425.22,92.1354,4.12178,600,20,0,2,0,1,0,0,0),(241720,32820,0,1,1,0,0,-9060,148.566,115.222,1.606,600,20,0,2,0,1,0,0,0),(241719,32820,0,1,1,0,0,-9063,-39,87.959,4.575,600,20,0,2,0,1,0,0,0),(241718,32820,0,1,1,0,0,-9064,-48,88.244,1.519,600,20,0,2,0,1,0,0,0),(241717,32820,0,1,1,0,0,-9065,-312,73.452,2.842,600,20,0,2,0,1,0,0,0),(241716,32820,0,1,1,0,0,-9065,-547,58.235,1.246,600,20,0,2,0,1,0,0,0),(241715,32820,0,1,1,0,0,-9059.67,417.093,93.2961,2.26746,600,20,0,2,0,1,0,0,0),(241714,32820,0,1,1,0,0,-9072,-348,73.45,6.175,600,20,0,2,0,1,0,0,0),(241713,32820,0,1,1,0,0,-9076,-1218,66.36,3.293,600,20,0,2,0,1,0,0,0),(241712,32820,0,1,1,0,0,-9079.87,442.777,93.2956,5.26296,600,20,0,2,0,1,0,0,0),(241711,32820,0,1,1,0,0,-9079,-331,73.452,2.367,600,20,0,2,0,1,0,0,0),(241710,32820,0,1,1,0,0,-9079,-1050,72.226,1.654,600,20,0,2,0,1,0,0,0),(241709,32820,0,1,1,0,0,-9081,-180,74.765,4.778,600,20,0,2,0,1,0,0,0),(241708,32820,0,1,1,0,0,-9085,-281,73.99,4.262,600,20,0,2,0,1,0,0,0),(241707,32820,0,1,1,0,0,-9085,-556,60.266,5.407,600,20,0,2,0,1,0,0,0),(241706,32820,0,1,1,0,0,-9085,-577,62.104,1.69,600,20,0,2,0,1,0,0,0),(241705,32820,0,1,1,0,0,-9087,-31,89.033,2.37,600,20,0,2,0,1,0,0,0),(241704,32820,0,1,1,0,0,-9087,-242,74.122,2.901,600,20,0,2,0,1,0,0,0),(241703,32820,0,1,1,0,0,-9090,-417,74.617,0.975,600,20,0,2,0,1,0,0,0),(241702,32820,0,1,1,0,0,-9091,-23,90.156,3.576,600,20,0,2,0,1,0,0,0),(241701,32820,0,1,1,0,0,-9092,-238,74.343,0.921,600,20,0,2,0,1,0,0,0),(241700,32820,0,1,1,0,0,-9092,-951,68.852,6.09,600,20,0,2,0,1,0,0,0),(241699,32820,0,1,1,0,0,-9095,-12,91.408,3.817,600,20,0,2,0,1,0,0,0),(241698,32820,0,1,1,0,0,-9098,-1101,73.715,2.16,600,20,0,2,0,1,0,0,0),(241697,32820,0,1,1,0,0,-9100,-564,61.503,5.695,600,20,0,2,0,1,0,0,0),(241696,32820,0,1,1,0,0,-9107,-1217,65.194,0.54,600,20,0,2,0,1,0,0,0),(241695,32820,0,1,1,0,0,-9110,-257,75.005,1.177,600,20,0,2,0,1,0,0,0),(241694,32820,0,1,1,0,0,-9118,-1017,72.287,0.898,600,20,0,2,0,1,0,0,0),(241693,32820,0,1,1,0,0,-9118,-1080,72.304,2.059,600,20,0,2,0,1,0,0,0),(241692,32820,0,1,1,0,0,-9121,-355,73.511,0.882,600,20,0,2,0,1,0,0,0),(241691,32820,0,1,1,0,0,-9121,-386,73.345,0.785,600,20,0,2,0,1,0,0,0),(241690,32820,0,1,1,0,0,-9122,-300,73.442,5.435,600,20,0,2,0,1,0,0,0),(241689,32820,0,1,1,0,0,-9130,-984,76.181,2.059,600,20,0,2,0,1,0,0,0),(241688,32820,0,1,1,0,0,-9132,-596,57.446,4.187,600,20,0,2,0,1,0,0,0),(241687,32820,0,1,1,0,0,-9135,-818,70.427,2.753,600,20,0,2,0,1,0,0,0),(241686,32820,0,1,1,0,0,-9136,-1148,70.616,4.383,600,20,0,2,0,1,0,0,0),(241685,32820,0,1,1,0,0,-9144,-1065,71.558,1.585,600,20,0,2,0,1,0,0,0),(241684,32820,0,1,1,0,0,-9150,-1243,74.013,1.412,600,20,0,2,0,1,0,0,0),(241683,32820,0,1,1,0,0,-9154,-962,71.24,4.629,600,20,0,2,0,1,0,0,0),(241682,32820,0,1,1,0,0,-9155,-1277,77.293,4.105,600,20,0,2,0,1,0,0,0),(241681,32820,0,1,1,0,0,-9159,15.513,78.548,0.996,600,20,0,2,0,1,0,0,0),(241680,32820,0,1,1,0,0,-9159,-591,59.162,2.716,600,20,0,2,0,1,0,0,0),(241679,32820,0,1,1,0,0,-9162,84.631,77.076,1.632,600,20,0,2,0,1,0,0,0),(241678,32820,0,1,1,0,0,-9163,86.072,76.823,4.657,600,20,0,2,0,1,0,0,0),(241677,32820,0,1,1,0,0,-9164.27,16.4855,78.7518,2.443,600,20,0,2,0,1,0,0,0),(241676,32820,0,1,1,0,0,-9172,-1251,75.127,2.195,600,20,0,2,0,1,0,0,0),(241675,32820,0,1,1,0,0,-9172,-1262,76.002,4.264,600,20,0,2,0,1,0,0,0),(241673,32820,0,1,1,0,0,-9175,44.244,78.296,5.373,600,20,0,2,0,1,0,0,0),(241674,32820,0,1,1,0,0,-9173.18,317.426,80.4488,0.5183,600,20,1,2,0,1,1,0,0),(241672,32820,0,1,1,0,0,-9175,-1125,71.073,4.476,600,20,0,2,0,1,0,0,0),(241671,32820,0,1,1,0,0,-9176,0.704,80.476,5.794,600,20,0,2,0,1,0,0,0),(241670,32820,0,1,1,0,0,-9177,418.347,91.326,0.86,600,20,0,2,0,1,0,0,0),(241669,32820,0,1,1,0,0,-9182,412.594,89.109,1.428,600,20,0,2,0,1,0,0,0),(241668,32820,0,1,1,0,0,-9185,117.698,74.854,4.701,600,20,0,2,0,1,0,0,0),(241667,32820,0,1,1,0,0,-9185,-643,65.545,5.197,600,20,0,2,0,1,0,0,0),(241666,32820,0,1,1,0,0,-9189,-2301,90.541,3.807,600,20,0,2,0,1,0,0,0),(241665,32820,0,1,1,0,0,-9190,356.967,76.234,5.988,600,20,0,2,0,1,0,0,0),(241664,32820,0,1,1,0,0,-9195,-1003,70.54,3.322,600,20,0,2,0,1,0,0,0),(241663,32820,0,1,1,0,0,-9195,-1215,68.435,1.082,600,20,0,2,0,1,0,0,0),(241662,32820,0,1,1,0,0,-9196,-846,70.045,2.073,600,20,0,2,0,1,0,0,0),(241661,32820,0,1,1,0,0,-9196,-1113,71.647,4.988,600,20,0,2,0,1,0,0,0),(241660,32820,0,1,1,0,0,-9199,63.807,77.537,3.797,600,20,0,2,0,1,0,0,0),(241658,32820,0,1,1,0,0,-9203,419.836,89.486,4.915,600,20,0,2,0,1,0,0,0),(241659,32820,0,1,1,0,0,-9202.86,204.19,71.1686,3.47368,600,20,1,2,0,1,1,0,0),(241657,32820,0,1,1,0,0,-9208,31.073,74.841,2.235,600,20,0,2,0,1,0,0,0),(241656,32820,0,1,1,0,0,-9209,414.569,88.298,3.841,600,20,0,2,0,1,0,0,0),(241655,32820,0,1,1,0,0,-9210,54.903,76.405,4.504,600,20,0,2,0,1,0,0,0),(241654,32820,0,1,1,0,0,-9211,243.926,72.691,0.525,600,20,0,2,0,1,0,0,0),(241653,32820,0,1,1,0,0,-9211,146.711,72.205,4.103,600,20,0,2,0,1,0,0,0),(241652,32820,0,1,1,0,0,-9213,426.235,88.855,0.441,600,20,0,2,0,1,0,0,0),(241651,32820,0,1,1,0,0,-9213,302.359,74.24,2.633,600,20,0,2,0,1,0,0,0),(241650,32820,0,1,1,0,0,-9214,-48,74.123,1.782,600,20,0,2,0,1,0,0,0),(241649,32820,0,1,1,0,0,-9215,-39,75.276,0.921,600,20,0,2,0,1,0,0,0),(241648,32820,0,1,1,0,0,-9217,427.754,89.692,0.175,600,20,0,2,0,1,0,0,0),(241647,32820,0,1,1,0,0,-9218,-1229,72.683,1.85,600,20,0,2,0,1,0,0,0),(241646,32820,0,1,1,0,0,-9219,-1243,76.007,3.363,600,20,0,2,0,1,0,0,0),(241645,32820,0,1,1,0,0,-9221,52.523,75.601,0,600,20,0,2,0,1,0,0,0),(241644,32820,0,1,1,0,0,-9222,54.203,75.669,1.742,600,20,0,2,0,1,0,0,0),(241643,32820,0,1,1,0,0,-9223,-630,61.972,5.414,600,20,0,2,0,1,0,0,0),(241642,32820,0,1,1,0,0,-9224,-40,73.401,4.839,600,20,0,2,0,1,0,0,0),(241641,32820,0,1,1,0,0,-9224,-50,73.483,5.111,600,20,0,2,0,1,0,0,0),(241640,32820,0,1,1,0,0,-9225,9.06,76.471,3.721,600,20,0,2,0,1,0,0,0),(241639,32820,0,1,1,0,0,-9225,-62,74.978,3.717,600,20,0,2,0,1,0,0,0),(241638,32820,0,1,1,0,0,-9226,-1031,69.881,4.234,600,20,0,2,0,1,0,0,0),(241637,32820,0,1,1,0,0,-9228,-70,74.946,2.101,600,20,0,2,0,1,0,0,0),(241636,32820,0,1,1,0,0,-9229,67.144,75.609,5.941,600,20,0,2,0,1,0,0,0),(241635,32820,0,1,1,0,0,-9230,46.47,74.578,2.233,600,20,0,2,0,1,0,0,0),(241633,32820,0,1,1,0,0,-9232,361.053,73.698,0,600,20,0,2,0,1,0,0,0),(241634,32820,0,1,1,0,0,-9230,-1199,67.716,1.134,600,20,0,2,0,1,0,0,0),(241632,32820,0,1,1,0,0,-9234,265.97,72.531,2.269,600,20,0,2,0,1,0,0,0),(241631,32820,0,1,1,0,0,-9236,-67,73.709,4.015,600,20,0,2,0,1,0,0,0),(241630,32820,0,1,1,0,0,-9236,-1226,72.69,0.837,600,20,0,2,0,1,0,0,0),(241629,32820,0,1,1,0,0,-9238,244.909,71.441,3.295,600,20,0,2,0,1,0,0,0),(241628,32820,0,1,1,0,0,-9239,-40,71.632,3.505,600,20,0,2,0,1,0,0,0),(241627,32820,0,1,1,0,0,-9242,-1161,63.476,1.693,600,20,0,2,0,1,0,0,0),(241626,32820,0,1,1,0,0,-9244,238.294,71.189,2.089,600,20,0,2,0,1,0,0,0),(241625,32820,0,1,1,0,0,-9244,-2261,63.933,4.036,600,20,0,2,0,1,0,0,0),(241624,32820,0,1,1,0,0,-9245,275.584,72.016,2.785,600,20,0,2,0,1,0,0,0),(241623,32820,0,1,1,0,0,-9245,48.974,73.712,1.003,600,20,0,2,0,1,0,0,0),(241622,32820,0,1,1,0,0,-9245,-713,63.039,1.92,600,20,0,2,0,1,0,0,0),(241621,32820,0,1,1,0,0,-9246,52.701,73.837,2.13,600,20,0,2,0,1,0,0,0),(241620,32820,0,1,1,0,0,-9246,-853,69.761,0.044,600,20,0,2,0,1,0,0,0),(241619,32820,0,1,1,0,0,-9247,-577,66.772,4.605,600,20,0,2,0,1,0,0,0),(241618,32820,0,1,1,0,0,-9249,382.408,80.118,4.058,600,20,0,2,0,1,0,0,0),(241617,32820,0,1,1,0,0,-9250,131.177,70.459,5.234,600,20,0,2,0,1,0,0,0),(241616,32820,0,1,1,0,0,-9250,126.236,71.395,3.382,600,20,0,2,0,1,0,0,0),(241615,32820,0,1,1,0,0,-9252,451.583,87.269,1.573,600,20,0,2,0,1,0,0,0),(241614,32820,0,1,1,0,0,-9252,-1241,74.04,2.156,600,20,0,2,0,1,0,0,0),(241613,32820,0,1,1,0,0,-9253,437.779,85.565,2.492,600,20,0,2,0,1,0,0,0),(241612,32820,0,1,1,0,0,-9253,368.858,77.524,1.918,600,20,0,2,0,1,0,0,0),(241611,32820,0,1,1,0,0,-9254,129.862,70.735,1.889,600,20,0,2,0,1,0,0,0),(241610,32820,0,1,1,0,0,-9254,-574,66.763,5.249,600,20,0,2,0,1,0,0,0),(241609,32820,0,1,1,0,0,-9255,-1242,73.934,4.28319,600,20,0,2,0,1,0,0,0),(241608,32820,0,1,1,0,0,-9256,-708,63.098,0.942,600,20,0,2,0,1,0,0,0),(241607,32820,0,1,1,0,0,-9256,-712,62.856,4.28319,600,20,0,2,0,1,0,0,0),(241606,32820,0,1,1,0,0,-9256,-981,68.516,3.069,600,20,0,2,0,1,0,0,0),(241605,32820,0,1,1,0,0,-9258,-1987,77.061,1.831,600,20,0,2,0,1,0,0,0),(241604,32820,0,1,1,0,0,-9259,-21,73.236,1.091,600,20,0,2,0,1,0,0,0),(241603,32820,0,1,1,0,0,-9260,-1972,77.436,6.126,600,20,0,2,0,1,0,0,0),(241602,32820,0,1,1,0,0,-9261,111.896,70.995,2.075,600,20,0,2,0,1,0,0,0),(241601,32820,0,1,1,0,0,-9265,294.519,71.125,2.064,600,20,0,2,0,1,0,0,0),(241600,32820,0,1,1,0,0,-9266.12,354.4,76.6919,2.2945,600,20,0,2,0,1,0,0,0),(241599,32820,0,1,1,0,0,-9268,459.041,81.799,3.677,600,20,0,2,0,1,0,0,0),(241598,32820,0,1,1,0,0,-9270,-549,66.459,5.589,600,20,0,2,0,1,0,0,0),(241597,32820,0,1,1,0,0,-9271,398.325,79.749,4.007,600,20,0,2,0,1,0,0,0),(241596,32820,0,1,1,0,0,-9273,23.978,71.351,0.267,600,20,0,2,0,1,0,0,0),(241595,32820,0,1,1,0,0,-9277,-585,65.184,4.929,600,20,0,2,0,1,0,0,0),(241594,32820,0,1,1,0,0,-9277,-686,63.879,2.484,600,20,0,2,0,1,0,0,0),(241593,32820,0,1,1,0,0,-9278,-1160,68.225,2.435,600,20,0,2,0,1,0,0,0),(241592,32820,0,1,1,0,0,-9278,-1253,73.114,0.458,600,20,0,2,0,1,0,0,0),(241591,32820,0,1,1,0,0,-9279,454.254,80.569,5.573,600,20,0,2,0,1,0,0,0),(241590,32820,0,1,1,0,0,-9279,-1183,71.143,4.553,600,20,0,2,0,1,0,0,0),(241589,32820,0,1,1,0,0,-9280,-1270,72.882,4.849,600,20,0,2,0,1,0,0,0),(241588,32820,0,1,1,0,0,-9281,662.627,131.965,6.151,600,20,0,2,0,1,0,0,0),(241587,32820,0,1,1,0,0,-9281,-1251,72.546,0.254,600,20,0,2,0,1,0,0,0),(241586,32820,0,1,1,0,0,-9281,-1310,72.626,0.047,600,20,0,2,0,1,0,0,0),(241585,32820,0,1,1,0,0,-9282,269.266,70.933,0.031,600,20,0,2,0,1,0,0,0),(241584,32820,0,1,1,0,0,-9282,-198,69.361,5.542,600,20,0,2,0,1,0,0,0),(241583,32820,0,1,1,0,0,-9282,-579,65.184,5.812,600,20,0,2,0,1,0,0,0),(241582,32820,0,1,1,0,0,-9284,97.42,68.968,0.59,600,20,0,2,0,1,0,0,0),(241581,32820,0,1,1,0,0,-9285,446.773,79.723,3.549,600,20,0,2,0,1,0,0,0),(241580,32820,0,1,1,0,0,-9285,375.705,76.131,6.197,600,20,0,2,0,1,0,0,0),(241579,32820,0,1,1,0,0,-9285,350.418,75.529,4.967,600,20,0,2,0,1,0,0,0),(241578,32820,0,1,1,0,0,-9287,461.562,79.709,5.307,600,20,0,2,0,1,0,0,0),(241577,32820,0,1,1,0,0,1992.5,1552.64,78.9382,5.31272,600,20,0,2,0,1,0,0,0),(241576,32820,0,1,1,0,0,-9289,466.884,80.109,2.618,600,20,0,2,0,1,0,0,0),(241575,32820,0,1,1,0,0,-9289,-820,69.269,1.641,600,20,0,2,0,1,0,0,0),(241574,32820,0,1,1,0,0,-9289,-1243,70.201,1.858,600,20,0,2,0,1,0,0,0),(241573,32820,0,1,1,0,0,-9289,-1268,71.882,3.342,600,20,0,2,0,1,0,0,0),(241572,32820,0,1,1,0,0,2151.18,1679.44,84.4418,5.45437,600,20,0,2,0,1,0,0,0),(241571,32820,0,1,1,0,0,-9292,388.547,76.684,2.622,600,20,0,2,0,1,0,0,0),(241570,32820,0,1,1,0,0,-9292,-674,64.812,1.99,600,20,0,2,0,1,0,0,0),(241569,32820,0,1,1,0,0,-9293,707.857,132.644,4.331,600,20,0,2,0,1,0,0,0),(241568,32820,0,1,1,0,0,-9293,-6,69.154,2.281,600,20,0,2,0,1,0,0,0),(241567,32820,0,1,1,0,0,-9295,693.985,132.569,1.479,600,20,0,2,0,1,0,0,0),(241566,32820,0,1,1,0,0,1684.79,1424.86,136.907,2.39333,600,20,0,2,0,1,0,0,0),(241565,32820,0,1,1,0,0,-9296,474.446,79.65,4.031,600,20,0,2,0,1,0,0,0),(241564,32820,0,1,1,0,0,-9297,702.451,131.679,4.268,600,20,0,2,0,1,0,0,0),(241563,32820,0,1,1,0,0,-9297,394.508,76.329,6.133,600,20,0,2,0,1,0,0,0),(241562,32820,0,1,1,0,0,-9297,386.209,75.43,1.276,600,20,0,2,0,1,0,0,0),(241561,32820,0,1,1,0,0,-9298,625.19,130.763,5.201,600,20,0,2,0,1,0,0,0),(241560,32820,0,1,1,0,0,-9299,672.389,131.976,2.461,600,20,0,2,0,1,0,0,0),(241559,32820,0,1,1,0,0,-9299,653.552,131.166,4.433,600,20,0,2,0,1,0,0,0),(241558,32820,0,1,1,0,0,-9299,406.242,74.38,1.508,600,20,0,2,0,1,0,0,0),(241557,32820,0,1,1,0,0,-9303.19,-292.231,70.63,3.22,600,20,0,2,0,1,0,0,0),(241556,32820,0,1,1,0,0,-9302,-105,67.37,0.023,600,20,0,2,0,1,0,0,0),(241555,32820,0,1,1,0,0,-9303,-27,69.883,4.012,600,20,0,2,0,1,0,0,0),(241554,32820,0,1,1,0,0,-9304,-65,67.552,1.358,600,20,0,2,0,1,0,0,0),(241553,32820,0,1,1,0,0,-9306,-1303,68.616,0.837,600,20,0,2,0,1,0,0,0),(241552,32820,0,1,1,0,0,-9307,363.144,71.563,1.509,600,20,0,2,0,1,0,0,0),(241551,32820,0,1,1,0,0,-9307,-109,66.028,0.785,600,20,0,2,0,1,0,0,0),(241550,32820,0,1,1,0,0,-9307,-287,70.447,3.22,600,20,0,2,0,1,0,0,0),(241549,32820,0,1,1,0,0,-9308,454.329,77.708,2.505,600,20,0,2,0,1,0,0,0),(241548,32820,0,1,1,0,0,-9309.12,283.676,70.5382,2.26234,600,20,0,2,0,1,0,0,0),(241547,32820,0,1,1,0,0,-9309,325.857,70.749,0.067,600,20,0,2,0,1,0,0,0),(241546,32820,0,1,1,0,0,-9309,64.142,76.196,0.616,600,20,0,2,0,1,0,0,0),(241545,32820,0,1,1,0,0,-9309,-376,71.145,3.612,600,20,0,2,0,1,0,0,0),(241544,32820,0,1,1,0,0,-9310,355.481,70.081,4.042,600,20,0,2,0,1,0,0,0),(241543,32820,0,1,1,0,0,-9312,-169,65.719,4.121,600,20,0,2,0,1,0,0,0),(241542,32820,0,1,1,0,0,-9312,-432,68.237,2.052,600,20,0,2,0,1,0,0,0),(241541,32820,0,1,1,0,0,-9313,335.962,69.282,5.109,600,20,0,2,0,1,0,0,0),(241540,32820,0,1,1,0,0,-9313,291.223,70.619,4.102,600,20,0,2,0,1,0,0,0),(241539,32820,0,1,1,0,0,-9313,281.484,70.538,2.381,600,20,0,2,0,1,0,0,0),(241538,32820,0,1,1,0,0,-9315,324.735,70.124,0.198,600,20,0,2,0,1,0,0,0),(241537,32820,0,1,1,0,0,-9316,-495,69.81,1.649,600,20,0,2,0,1,0,0,0),(241536,32820,0,1,1,0,0,-9316,-520,68.63,2.477,600,20,0,2,0,1,0,0,0),(241535,32820,0,1,1,0,0,-9316,-719,67.299,5.341,600,20,0,2,0,1,0,0,0),(241534,32820,0,1,1,0,0,-9317,-1183,68.226,5.533,600,20,0,2,0,1,0,0,0),(241533,32820,0,1,1,0,0,-9319,397.511,71.732,0.497,600,20,0,2,0,1,0,0,0),(241532,32820,0,1,1,0,0,-9320,-272,69.786,1.371,600,20,0,2,0,1,0,0,0),(241531,32820,0,1,1,0,0,-9321,551.713,77.139,2.583,600,20,0,2,0,1,0,0,0),(241530,32820,0,1,1,0,0,-9321,-386,67.161,3.968,600,20,0,2,0,1,0,0,0),(241529,32820,0,1,1,0,0,-9321,-1189,68.549,4.907,600,20,0,2,0,1,0,0,0),(241528,32820,0,1,1,0,0,-9322,-288,69.495,4.24,600,20,0,2,0,1,0,0,0),(241527,32820,0,1,1,0,0,-9323,-557,69.447,0.586,600,20,0,2,0,1,0,0,0),(241526,32820,0,1,1,0,0,-9324.74,-106.101,64.0093,1.6099,600,20,0,2,0,1,0,0,0),(241525,32820,0,1,1,0,0,-9326,325.428,68.249,2.474,600,20,0,2,0,1,0,0,0),(241524,32820,0,1,1,0,0,-9327,366.189,66.437,4.384,600,20,0,2,0,1,0,0,0),(241523,32820,0,1,1,0,0,-9328,-1318,65.451,3.679,600,20,0,2,0,1,0,0,0),(241522,32820,0,1,1,0,0,-9330,-1313,65.07,0.091,600,20,0,2,0,1,0,0,0),(241521,32820,0,1,1,0,0,-9331,-1168,66.517,3.206,600,20,0,2,0,1,0,0,0),(241520,32820,0,1,1,0,0,-9334,-947,67.321,5.957,600,20,0,2,0,1,0,0,0),(241519,32820,0,1,1,0,0,-9336,-436,67.543,3.382,600,20,0,2,0,1,0,0,0),(241518,32820,0,1,1,0,0,-9336,-1254,66.113,5.261,600,20,0,2,0,1,0,0,0),(241517,32820,0,1,1,0,0,-9338,-1155,67.043,0.595,600,20,0,2,0,1,0,0,0),(241516,32820,0,1,1,0,0,-9340,-716,67.003,4.005,600,20,0,2,0,1,0,0,0),(241515,32820,0,1,1,0,0,-9340,-1120,67.994,5.368,600,20,0,2,0,1,0,0,0),(241514,32820,0,1,1,0,0,-9341,165.021,61.641,1.096,600,20,0,2,0,1,0,0,0),(241513,32820,0,1,1,0,0,-9346,477.343,52.18,5.385,600,20,0,2,0,1,0,0,0),(241512,32820,0,1,1,0,0,-9346,44.308,61.314,2.717,600,20,0,2,0,1,0,0,0),(241511,32820,0,1,1,0,0,-9346,-748,68.344,0.262,600,20,0,2,0,1,0,0,0),(241510,32820,0,1,1,0,0,-9347,-1445,66.672,1.459,600,20,0,2,0,1,0,0,0),(241509,32820,0,1,1,0,0,-9350,-1166,65.293,1.933,600,20,0,2,0,1,0,0,0),(241508,32820,0,1,1,0,0,-9352,503.765,50.321,4.473,600,20,0,2,0,1,0,0,0),(241507,32820,0,1,1,0,0,-9352,-611,71.313,1.553,600,20,0,2,0,1,0,0,0),(241506,32820,0,1,1,0,0,-9352,-1160,65.543,5.245,600,20,0,2,0,1,0,0,0),(241505,32820,0,1,1,0,0,-9352,-1164,65.353,2.384,600,20,0,2,0,1,0,0,0),(241504,32820,0,1,1,0,0,-9353,-843,64.12,6.075,600,20,0,2,0,1,0,0,0),(241503,32820,0,1,1,0,0,-9353,-904,66.04,6.18,600,20,0,2,0,1,0,0,0),(241502,32820,0,1,1,0,0,-9354,-186,65.198,0.372,600,20,0,2,0,1,0,0,0),(241501,32820,0,1,1,0,0,-9354,-1195,66.266,2.266,600,20,0,2,0,1,0,0,0),(241500,32820,0,1,1,0,0,-9354,-1404,63.973,4.167,600,20,0,2,0,1,0,0,0),(241499,32820,0,1,1,0,0,-9358,-849,63.997,2.375,600,20,0,2,0,1,0,0,0),(241498,32820,0,1,1,0,0,-9358,-926,65.732,2.164,600,20,0,2,0,1,0,0,0),(241497,32820,0,1,1,0,0,-9361,-869,64.962,3.987,600,20,0,2,0,1,0,0,0),(241496,32820,0,1,1,0,0,-9361,-1405,63.575,4.344,600,20,0,2,0,1,0,0,0),(241495,32820,0,1,1,0,0,-9364,11.024,61.815,2.506,600,20,0,2,0,1,0,0,0),(241494,32820,0,1,1,0,0,-9365,-596,69.178,4.296,600,20,0,2,0,1,0,0,0),(241493,32820,0,1,1,0,0,-9366,-810,65.544,2.616,600,20,0,2,0,1,0,0,0),(241492,32820,0,1,1,0,0,-9367,-1168,65.193,5.53,600,20,0,2,0,1,0,0,0),(241491,32820,0,1,1,0,0,-9369,-68,69.202,2.963,600,20,0,2,0,1,0,0,0),(241490,32820,0,1,1,0,0,-9369,-1192,63.624,0.609,600,20,0,2,0,1,0,0,0),(241489,32820,0,1,1,0,0,-9371,134.791,61.985,4.722,600,20,0,2,0,1,0,0,0),(241488,32820,0,1,1,0,0,-9371,-68,69.202,5.049,600,20,0,2,0,1,0,0,0),(241487,32820,0,1,1,0,0,-9371,-70,69.202,0.374,600,20,0,2,0,1,0,0,0),(241486,32820,0,1,1,0,0,-9371,-944,65.101,5.773,600,20,0,2,0,1,0,0,0),(241485,32820,0,1,1,0,0,-9373,147.602,61.685,4.386,600,20,0,2,0,1,0,0,0),(241484,32820,0,1,1,0,0,-9373,134.102,61.836,1.385,600,20,0,2,0,1,0,0,0),(241483,32820,0,1,1,0,0,-9373,-1210,63.557,3.059,600,20,0,2,0,1,0,0,0),(241482,32820,0,1,1,0,0,-9374,-66,69.202,3.57,600,20,0,2,0,1,0,0,0),(241481,32820,0,1,1,0,0,-9374,-1225,63.762,5.091,600,20,0,2,0,1,0,0,0),(241480,32820,0,1,1,0,0,-9376,-66,69.202,5.798,600,20,0,2,0,1,0,0,0),(241479,32820,0,1,1,0,0,-9376,-67,69.202,1.075,600,20,0,2,0,1,0,0,0),(241478,32820,0,1,1,0,0,-9376,-74,64.521,3.456,600,20,0,2,0,1,0,0,0),(241477,32820,0,1,1,0,0,-9378,-216,63.953,0.897,600,20,0,2,0,1,0,0,0),(241476,32820,0,1,1,0,0,-9378,-1127,62.701,1.784,600,20,0,2,0,1,0,0,0),(241475,32820,0,1,1,0,0,-9379,-112,58.793,2.077,600,20,0,2,0,1,0,0,0),(241474,32820,0,1,1,0,0,-9380,29.617,61.183,2.488,600,20,0,2,0,1,0,0,0),(241473,32820,0,1,1,0,0,-9380,-70,64.521,4.555,600,20,0,2,0,1,0,0,0),(241472,32820,0,1,1,0,0,-9381,127.141,61.364,3.11,600,20,0,2,0,1,0,0,0),(241471,32820,0,1,1,0,0,-9381,-280,64.459,0,600,20,0,2,0,1,0,0,0),(241470,32820,0,1,1,0,0,-9381.82,-117.429,58.7558,4.28438,600,20,0,2,0,1,0,0,0),(241469,32820,0,1,1,0,0,-9384,343.232,56.396,4.664,600,20,0,2,0,1,0,0,0),(241468,32820,0,1,1,0,0,-9384,-21,62.361,0.496,600,20,0,2,0,1,0,0,0),(241467,32820,0,1,1,0,0,-9384,-230,64.15,0.899,600,20,0,2,0,1,0,0,0),(241466,32820,0,1,1,0,0,-9384,-486,68.886,1.506,600,20,0,2,0,1,0,0,0),(241465,32820,0,1,1,0,0,-9384,-924,63.488,2.606,600,20,0,2,0,1,0,0,0),(241464,32820,0,1,1,0,0,-9386,-1276,55.562,2.717,600,20,0,2,0,1,0,0,0),(241463,32820,0,1,1,0,0,-9387,-963,63.591,2.721,600,20,0,2,0,1,0,0,0),(241462,32820,0,1,1,0,0,-9387,-1435,62.189,0.904,600,20,0,2,0,1,0,0,0),(241461,32820,0,1,1,0,0,-9387.13,-117.859,58.8626,2.81827,600,20,0,2,0,1,0,0,0),(241460,32820,0,1,1,0,0,-9389,-1275,55.114,3.004,600,20,0,2,0,1,0,0,0),(241459,32820,0,1,1,0,0,-9390,528.081,61.321,3.906,600,20,0,2,0,1,0,0,0),(241458,32820,0,1,1,0,0,-9390,56.554,59.985,3.128,600,20,0,2,0,1,0,0,0),(241457,32820,0,1,1,0,0,-9390,-508,68.811,2.179,600,20,0,2,0,1,0,0,0),(241456,32820,0,1,1,0,0,-9390,-587,67.012,4.101,600,20,0,2,0,1,0,0,0),(241455,32820,0,1,1,0,0,-9392,-345,59.169,5.621,600,20,0,2,0,1,0,0,0),(241454,32820,0,1,1,0,0,-9393,-1276,54.057,6.24,600,20,0,2,0,1,0,0,0),(241453,32820,0,1,1,0,0,-9394,-2022,58.275,4.33,600,20,0,2,0,1,0,0,0),(241452,32820,0,1,1,0,0,-9395,312.681,61.586,1.533,600,20,0,2,0,1,0,0,0),(241451,32820,0,1,1,0,0,-9395,-1514,69.385,4.886,600,20,0,2,0,1,0,0,0),(241450,32820,0,1,1,0,0,-9396,-711,67.79,2.396,600,20,0,2,0,1,0,0,0),(241449,32820,0,1,1,0,0,-9397,305.106,61.005,5.919,600,20,0,2,0,1,0,0,0),(241448,32820,0,1,1,0,0,-9397,-443,60.336,0.515,600,20,0,2,0,1,0,0,0),(241447,32820,0,1,1,0,0,-9400.99,-1336.26,50.0274,3.16106,600,20,0,2,0,1,0,0,0),(241446,32820,0,1,1,0,0,-9402,324.172,58.219,0.634,600,20,0,2,0,1,0,0,0),(241445,32820,0,1,1,0,0,-9404,-30,64.335,1.721,600,20,0,2,0,1,0,0,0),(241444,32820,0,1,1,0,0,-9405,-1344,50.111,2.461,600,20,0,2,0,1,0,0,0),(241443,32820,0,1,1,0,0,-9407,-1107,61.211,5.323,600,20,0,2,0,1,0,0,0),(241442,32820,0,1,1,0,0,-9408,-999,61.864,2.694,600,20,0,2,0,1,0,0,0),(241441,32820,0,1,1,0,0,-9409,243.329,61.172,1.582,600,20,0,2,0,1,0,0,0),(241440,32820,0,1,1,0,0,-9410,208.355,61.079,3.912,600,20,0,2,0,1,0,0,0),(241439,32820,0,1,1,0,0,-9410,-324,59.375,1.682,600,20,0,2,0,1,0,0,0),(241438,32820,0,1,1,0,0,-9410,-853,62.711,0.461,600,20,0,2,0,1,0,0,0),(241437,32820,0,1,1,0,0,-9410,-1271,49.832,5.483,600,20,0,2,0,1,0,0,0),(241436,32820,0,1,1,0,0,-9411,-1350,50.028,1.498,600,20,0,2,0,1,0,0,0),(241435,32820,0,1,1,0,0,-9412,-314,60.602,0,600,20,0,2,0,1,0,0,0),(241434,32820,0,1,1,0,0,-9412,-387,57.469,2.226,600,20,0,2,0,1,0,0,0),(241433,32820,0,1,1,0,0,-9414,-845,62.561,0.004,600,20,0,2,0,1,0,0,0),(241432,32820,0,1,1,0,0,-9415,295.758,60.265,4.891,600,20,0,2,0,1,0,0,0),(241431,32820,0,1,1,0,0,-9416,155.709,56.403,5.045,600,20,0,2,0,1,0,0,0),(241430,32820,0,1,1,0,0,-9416,-782,66.395,1.487,600,20,0,2,0,1,0,0,0),(241429,32820,0,1,1,0,0,-9418,-1362,50.564,4.5,600,20,0,2,0,1,0,0,0),(241428,32820,0,1,1,0,0,-9419,-728,65.583,3.245,600,20,0,2,0,1,0,0,0),(241427,32820,0,1,1,0,0,-9421,-453,60.422,3.662,600,20,0,2,0,1,0,0,0),(241426,32820,0,1,1,0,0,-9421,-566,67.708,4.625,600,20,0,2,0,1,0,0,0),(241425,32820,0,1,1,0,0,-9422,-1182,56.483,6.115,600,20,0,2,0,1,0,0,0),(241424,32820,0,1,1,0,0,-9422,-1239,52.7,5.807,600,20,0,2,0,1,0,0,0),(241423,32820,0,1,1,0,0,-9426.71,-1323.56,51.4573,2.53904,600,20,0,2,0,1,0,0,0),(241422,32820,0,1,1,0,0,-9427,323.42,55.912,3.39,600,20,0,2,0,1,0,0,0),(241421,32820,0,1,1,0,0,-9427,-671,64.684,4.566,600,20,0,2,0,1,0,0,0),(241420,32820,0,1,1,0,0,-9429,-1261,49.154,5.276,600,20,0,2,0,1,0,0,0),(241419,32820,0,1,1,0,0,-9429,-1262,49.045,1.86,600,20,0,2,0,1,0,0,0),(241418,32820,0,1,1,0,0,-9430,134.259,58.901,3.849,600,20,0,2,0,1,0,0,0),(241417,32820,0,1,1,0,0,-9430,132.438,59.079,2.802,600,20,0,2,0,1,0,0,0),(241416,32820,0,1,1,0,0,-9430,-1514,68.918,0.448,600,20,0,2,0,1,0,0,0),(241415,32820,0,1,1,0,0,-9431,-2104,65.708,2.979,600,20,0,2,0,1,0,0,0),(241414,32820,0,1,1,0,0,-9432,150.687,55.834,2.532,600,20,0,2,0,1,0,0,0),(241413,32820,0,1,1,0,0,-9432,133.199,58.837,6.151,600,20,0,2,0,1,0,0,0),(241412,32820,0,1,1,0,0,-9432,-1387,46.663,5.947,600,20,0,2,0,1,0,0,0),(241411,32820,0,1,1,0,0,-9433,482.528,53.247,2.295,600,20,0,2,0,1,0,0,0),(241410,32820,0,1,1,0,0,-9434,-1253,49.267,2.305,600,20,0,2,0,1,0,0,0),(241409,32820,0,1,1,0,0,-9435,-639,66.116,5.863,600,20,0,2,0,1,0,0,0),(241408,32820,0,1,1,0,0,-9437,-1452,59.817,6.09,600,20,0,2,0,1,0,0,0),(241407,32820,0,1,1,0,0,-9438,470.249,53.274,4.009,600,20,0,2,0,1,0,0,0),(241406,32820,0,1,1,0,0,-9438,-655,65.773,2.11,600,20,0,2,0,1,0,0,0),(241405,32820,0,1,1,0,0,-9438.22,-1412.35,46.662,1.68739,600,20,0,2,0,1,0,0,0),(241404,32820,0,1,1,0,0,-9438.49,-1405,46.662,4.60941,600,20,0,2,0,1,0,0,0),(241403,32820,0,1,1,0,0,-9439,-675,64.124,4.529,600,20,0,2,0,1,0,0,0),(241402,32820,0,1,1,0,0,-9440,-1379,46.953,0.955,600,20,0,2,0,1,0,0,0),(241401,32820,0,1,1,0,0,-9440.76,-1391.15,46.7888,2.02346,600,20,0,2,0,1,0,0,0),(241400,32820,0,1,1,0,0,-9444,459.607,52.21,4.193,600,20,0,2,0,1,0,0,0),(241399,32820,0,1,1,0,0,-9444,-900,58.153,3.64,600,20,0,2,0,1,0,0,0),(241398,32820,0,1,1,0,0,-9444.1,-1412.31,46.6621,1.63715,600,20,0,2,0,1,0,0,0),(241397,32820,0,1,1,0,0,-9445,-595,65.405,3.864,600,20,0,2,0,1,0,0,0),(241396,32820,0,1,1,0,0,-9445,-973,55.591,4.366,600,20,0,2,0,1,0,0,0),(241395,32820,0,1,1,0,0,-9448,462.158,52.286,4.192,600,20,0,2,0,1,0,0,0),(241394,32820,0,1,1,0,0,-9448,339.654,54.638,0.588,600,20,0,2,0,1,0,0,0),(241393,32820,0,1,1,0,0,-9448,217.373,59.931,0,600,20,0,2,0,1,0,0,0),(241392,32820,0,1,1,0,0,-9448,-494,63.785,5.27,600,20,0,2,0,1,0,0,0),(241391,32820,0,1,1,0,0,-9449,-779,62.301,1.985,600,20,0,2,0,1,0,0,0),(241390,32820,0,1,1,0,0,-9449,-1449,59.031,0.017,600,20,0,2,0,1,0,0,0),(241389,32820,0,1,1,0,0,-9451,-957,55.738,4.467,600,20,0,2,0,1,0,0,0),(241388,32820,0,1,1,0,0,-9452,520.263,56.225,2.973,600,20,0,2,0,1,0,0,0),(241387,32820,0,1,1,0,0,-9452,-1051,57.28,0.36,600,20,0,2,0,1,0,0,0),(241386,32820,0,1,1,0,0,-9454.16,-1385.95,47.1707,1.71476,600,20,0,2,0,1,0,0,0),(241385,32820,0,1,1,0,0,-9455,87.35,58.343,2.628,600,20,0,2,0,1,0,0,0),(241383,32820,0,1,1,0,0,-9455.22,-1386.21,47.1356,1.81376,600,20,0,2,0,1,0,0,0),(241384,32820,0,1,1,0,0,-9455,73.496,56.996,3.142,600,20,1,2,0,1,1,0,0),(241382,32820,0,1,1,0,0,-9457,99.168,58.343,4.304,600,20,0,2,0,1,0,0,0),(241381,32820,0,1,1,0,0,-9457,29.361,63.904,2.967,600,20,0,2,0,1,0,0,0),(241380,32820,0,1,1,0,0,-9459,325.026,53.68,1.983,600,20,0,2,0,1,0,0,0),(241379,32820,0,1,1,0,0,-9459,-992,57.716,2.639,600,20,0,2,0,1,0,0,0),(241378,32820,0,1,1,0,0,-9460,31.939,57.049,2.985,600,20,0,2,0,1,0,0,0),(241377,32820,0,1,1,0,0,-9460,8.411,57.146,1.466,600,20,0,2,0,1,0,0,0),(241376,32820,0,1,1,0,0,-9420.84,-1302.43,47.8857,5.23631,600,20,0,2,0,1,0,0,0),(241375,32820,0,1,1,0,0,-9461,33.134,63.904,4.363,600,20,0,2,0,1,0,0,0),(241374,32820,0,1,1,0,0,-9461,-551,67.28,0.317,600,20,0,2,0,1,0,0,0),(241373,32820,0,1,1,0,0,-9462,109.353,57.878,2.653,600,20,0,2,0,1,0,0,0),(241372,32820,0,1,1,0,0,-9463,16.192,57.046,3.037,600,20,0,2,0,1,0,0,0),(241371,32820,0,1,1,0,0,-9463,-236,57.742,1.557,600,20,0,2,0,1,0,0,0),(241370,32820,0,1,1,0,0,-9463,-239,57.831,1.002,600,20,0,2,0,1,0,0,0),(241369,32820,0,1,1,0,0,-9463,-827,60.746,0.319,600,20,0,2,0,1,0,0,0),(241368,32820,0,1,1,0,0,-9464,87.43,58.344,0.437,600,20,0,2,0,1,0,0,0),(241367,32820,0,1,1,0,0,-9465,93.99,58.527,0,600,20,0,2,0,1,0,0,0),(241366,32820,0,1,1,0,0,-9465,9.633,57.146,1.449,600,20,0,2,0,1,0,0,0),(241365,32820,0,1,1,0,0,-9466,74.007,56.779,5.336,600,20,0,2,0,1,0,0,0),(241364,32820,0,1,1,0,0,-9466,48.142,56.968,1.466,600,20,0,2,0,1,0,0,0),(241363,32820,0,1,1,0,0,-9466,12.645,63.904,1.1,600,20,0,2,0,1,0,0,0),(241362,32820,0,1,1,0,0,-9466,0.061,57.033,0.742,600,20,0,2,0,1,0,0,0),(241361,32820,0,1,1,0,0,-9467,275.755,53.695,0.512,600,20,0,2,0,1,0,0,0),(241360,32820,0,1,1,0,0,-9467,-5,57.033,1.641,600,20,0,2,0,1,0,0,0),(241359,32820,0,1,1,0,0,-9467,-5,49.793,4.691,600,20,0,2,0,1,0,0,0),(241358,32820,0,1,1,0,0,-9468,298.53,53.903,5.522,600,20,0,2,0,1,0,0,0),(241357,32820,0,1,1,0,0,-9468,241.764,56.08,3.422,600,20,0,2,0,1,0,0,0),(241356,32820,0,1,1,0,0,-9468,108.976,57.661,1.798,600,20,0,2,0,1,0,0,0),(241355,32820,0,1,1,0,0,-9469,-1355,47.429,1.03,600,20,0,2,0,1,0,0,0),(241354,32820,0,1,1,0,0,-9470,-379,59.032,4.241,600,20,0,2,0,1,0,0,0),(241353,32820,0,1,1,0,0,-9470.26,-1289.42,41.1047,2.80465,600,20,0,2,0,1,0,0,0),(241352,32820,0,1,1,0,0,-9471,419.262,53.117,4.697,600,20,0,2,0,1,0,0,0),(241351,32820,0,1,1,0,0,-9471,46.904,56.764,4.637,600,20,0,2,0,1,0,0,0),(241350,32820,0,1,1,0,0,-9471,27.047,56.339,5.751,600,20,0,2,0,1,0,0,0),(241349,32820,0,1,1,0,0,-9471,-165,59.226,1.293,600,20,0,2,0,1,0,0,0),(241348,32820,0,1,1,0,0,-9472,34.1,63.82,4.407,600,20,0,2,0,1,0,0,0),(241347,32820,0,1,1,0,0,-9472,-5,49.794,5.611,600,20,0,2,0,1,0,0,0),(241346,32820,0,1,1,0,0,-9472,-271,58.229,2.496,600,20,0,2,0,1,0,0,0),(241345,32820,0,1,1,0,0,-9472,-838,60.511,4.709,600,20,0,2,0,1,0,0,0),(241344,32820,0,1,1,0,0,-9473,46.977,56.887,5.067,600,20,0,2,0,1,0,0,0),(241343,32820,0,1,1,0,0,-9473,-9,49.794,0.233,600,20,0,2,0,1,0,0,0),(241342,32820,0,1,1,0,0,-9473,-18,57.595,1.346,600,20,0,2,0,1,0,0,0),(241341,32820,0,1,1,0,0,-9474,533.132,54.285,2.501,600,20,0,2,0,1,0,0,0),(241340,32820,0,1,1,0,0,-9126.18,394.417,91.7424,3.92184,600,20,0,2,0,1,0,0,0),(241339,32820,0,1,1,0,0,-9476,-1207,48.181,4.108,600,20,0,2,0,1,0,0,0),(241338,32820,0,1,1,0,0,-9478,280.815,53.192,4.36,600,20,0,2,0,1,0,0,0),(241337,32820,0,1,1,0,0,-9479,-183,58.503,1.554,600,20,0,2,0,1,0,0,0),(241336,32820,0,1,1,0,0,-9480,-786,60.603,5.01,600,20,0,2,0,1,0,0,0),(241335,32820,0,1,1,0,0,-9482,425.988,53.979,4.061,600,20,0,2,0,1,0,0,0),(241334,32820,0,1,1,0,0,-9482,266.885,53.234,1.097,600,20,0,2,0,1,0,0,0),(241333,32820,0,1,1,0,0,-9483,-1356,46.958,1.011,600,20,0,2,0,1,0,0,0),(241332,32820,0,1,1,0,0,-9484,-350,60.2,4.378,600,20,0,2,0,1,0,0,0),(241331,32820,0,1,1,0,0,-9485,-329,54.892,0.419,600,20,0,2,0,1,0,0,0),(241330,32820,0,1,1,0,0,-9486,246.719,54.08,4.007,600,20,0,2,0,1,0,0,0),(241329,32820,0,1,1,0,0,-9487,271.435,52.855,4.1,600,20,0,2,0,1,0,0,0),(241328,32820,0,1,1,0,0,-9487,-1028,53.171,0.616,600,20,0,2,0,1,0,0,0),(241327,32820,0,1,1,0,0,-9487,-1254,43.483,1.865,600,20,0,2,0,1,0,0,0),(241326,32820,0,1,1,0,0,-9488,-766,61.281,1.937,600,20,0,2,0,1,0,0,0),(241325,32820,0,1,1,0,0,-9489,482.235,51.715,5.562,600,20,0,2,0,1,0,0,0),(241324,32820,0,1,1,0,0,-9490,475.371,51.298,6.274,600,20,0,2,0,1,0,0,0),(241323,32820,0,1,1,0,0,-9490,-29,58.923,4.502,600,20,0,2,0,1,0,0,0),(241322,32820,0,1,1,0,0,-9490,-31,59.078,1.199,600,20,0,2,0,1,0,0,0),(241321,32820,0,1,1,0,0,-9490,-958,55.971,3.14,600,20,0,2,0,1,0,0,0),(241320,32820,0,1,1,0,0,-9491,-21,58.339,2.126,600,20,0,2,0,1,0,0,0),(241319,32820,0,1,1,0,0,-9491,-53,60.493,5.207,600,20,0,2,0,1,0,0,0),(241318,32820,0,1,1,0,0,-9491,-1193,49.564,4.063,600,20,0,2,0,1,0,0,0),(241317,32820,0,1,1,0,0,-9492,-559,64.456,1.584,600,20,0,2,0,1,0,0,0),(241316,32820,0,1,1,0,0,-9493,-450,56.073,5.054,600,20,0,2,0,1,0,0,0),(241315,32820,0,1,1,0,0,-9494,324.211,52.561,6.057,600,20,0,2,0,1,0,0,0),(241314,32820,0,1,1,0,0,-9494,83.081,56.474,6.151,600,20,0,2,0,1,0,0,0),(241313,32820,0,1,1,0,0,-9494,-1063,52.208,2.649,600,20,0,2,0,1,0,0,0),(241312,32820,0,1,1,0,0,-9496,73.146,56.438,6.088,600,20,0,2,0,1,0,0,0),(241311,32820,0,1,1,0,0,-9496,-939,54.836,0.463,600,20,0,2,0,1,0,0,0),(241310,32820,0,1,1,0,0,-9497,-1274,43.456,0.703,600,20,0,2,0,1,0,0,0),(241309,32820,0,1,1,0,0,-9498,66.229,56.528,6.109,600,20,0,2,0,1,0,0,0),(241308,32820,0,1,1,0,0,-9499,-56,59.989,1.879,600,20,0,2,0,1,0,0,0),(241307,32820,0,1,1,0,0,-9499,-960,54.024,3.495,600,20,0,2,0,1,0,0,0),(241306,32820,0,1,1,0,0,-9503,-1520,61.407,3.675,600,20,0,2,0,1,0,0,0),(241305,32820,0,1,1,0,0,-9504,389.215,50.779,5.28319,600,20,0,2,0,1,0,0,0),(241304,32820,0,1,1,0,0,-9504,-1286,43.067,4.472,600,20,0,2,0,1,0,0,0),(241303,32820,0,1,1,0,0,-9505,-210,52.069,0.998,600,20,0,2,0,1,0,0,0),(241302,32820,0,1,1,0,0,-9507,391.523,50.688,2.994,600,20,0,2,0,1,0,0,0),(241301,32820,0,1,1,0,0,-9507,-1003,54.765,4.067,600,20,0,2,0,1,0,0,0),(241300,32820,0,1,1,0,0,-9507,-1063,50.982,5.505,600,20,0,2,0,1,0,0,0),(241299,32820,0,1,1,0,0,-9508,174.773,57.988,5.893,600,20,0,2,0,1,0,0,0),(241298,32820,0,1,1,0,0,-9508,-1091,49.683,4.721,600,20,0,2,0,1,0,0,0),(241297,32820,0,1,1,0,0,-9509,419.477,52.881,3.244,600,20,0,2,0,1,0,0,0),(241296,32820,0,1,1,0,0,-9511,-780,60.461,2.016,600,20,0,2,0,1,0,0,0),(241295,32820,0,1,1,0,0,-9511,-1005,54.496,1.658,600,20,0,2,0,1,0,0,0),(241294,32820,0,1,1,0,0,-9511,-1286,44.145,3.789,600,20,0,2,0,1,0,0,0),(241293,32820,0,1,1,0,0,-9512,-303,55.091,5.382,600,20,0,2,0,1,0,0,0),(241292,32820,0,1,1,0,0,-9512,-518,63.121,6.079,600,20,0,2,0,1,0,0,0),(241291,32820,0,1,1,0,0,-9513,-1370,49.18,5.36,600,20,0,2,0,1,0,0,0),(241290,32820,0,1,1,0,0,-9516,551.302,51.241,3.004,600,20,0,2,0,1,0,0,0),(241289,32820,0,1,1,0,0,-9516,427.811,54.883,0.716,600,20,0,2,0,1,0,0,0),(241288,32820,0,1,1,0,0,-9516,409.141,52.729,3.851,600,20,0,2,0,1,0,0,0),(241287,32820,0,1,1,0,0,-9517,85.71,59.509,6.172,600,20,0,2,0,1,0,0,0),(241286,32820,0,1,1,0,0,-9517,79.223,59.568,6.194,600,20,0,2,0,1,0,0,0),(241285,32820,0,1,1,0,0,-9519,484.227,52.792,2.03,600,20,0,2,0,1,0,0,0),(241284,32820,0,1,1,0,0,-9519,-452,59.807,2.554,600,20,0,2,0,1,0,0,0),(241283,32820,0,1,1,0,0,-9520,472.334,53.101,0.539,600,20,0,2,0,1,0,0,0),(241282,32820,0,1,1,0,0,-9521,-532,63.048,3.274,600,20,0,2,0,1,0,0,0),(241281,32820,0,1,1,0,0,-9522,409.066,52.694,4.811,600,20,0,2,0,1,0,0,0),(241280,32820,0,1,1,0,0,-9522,-1048,49.724,4.858,600,20,0,2,0,1,0,0,0),(241279,32820,0,1,1,0,0,-9523,-1290,44.27,0.136,600,20,0,2,0,1,0,0,0),(241278,32820,0,1,1,0,0,-9526,-138,61.369,2.666,600,20,0,2,0,1,0,0,0),(241277,32820,0,1,1,0,0,-9526,-986,51.973,3.31,600,20,0,2,0,1,0,0,0),(241276,32820,0,1,1,0,0,-9528,177.394,57.646,2.687,600,20,0,2,0,1,0,0,0),(241275,32820,0,1,1,0,0,-9528,175.567,57.614,0.737,600,20,0,2,0,1,0,0,0),(241274,32820,0,1,1,0,0,-9529,-651,63.198,0.171,600,20,0,2,0,1,0,0,0),(241273,32820,0,1,1,0,0,-9530,534.204,51.063,3.854,600,20,0,2,0,1,0,0,0),(241272,32820,0,1,1,0,0,-9530,173.256,57.863,4.879,600,20,0,2,0,1,0,0,0),(241271,32820,0,1,1,0,0,-9530,82.757,58.881,0.078,600,20,0,2,0,1,0,0,0),(241270,32820,0,1,1,0,0,-9531,81.822,58.881,0.107,600,20,0,2,0,1,0,0,0),(241269,32820,0,1,1,0,0,-9531,-252,58.833,5.188,600,20,0,2,0,1,0,0,0),(241268,32820,0,1,1,0,0,-9531,-264,59.372,6.006,600,20,0,2,0,1,0,0,0),(241267,32820,0,1,1,0,0,-9531.92,-1222.34,47.6548,5.61777,600,20,0,2,0,1,0,0,0),(241266,32820,0,1,1,0,0,-9532,-730,62.635,3.772,600,20,0,2,0,1,0,0,0),(241265,32820,0,1,1,0,0,-9533,80.093,58.881,6.104,600,20,0,2,0,1,0,0,0),(241264,32820,0,1,1,0,0,-9533,-34,56.448,2.767,600,20,0,2,0,1,0,0,0),(241263,32820,0,1,1,0,0,-9534,-378,59.494,0.528,600,20,0,2,0,1,0,0,0),(241262,32820,0,1,1,0,0,-9534,-451,60.238,0.334,600,20,0,2,0,1,0,0,0),(241261,32820,0,1,1,0,0,-9534,-1303,44.488,5.102,600,20,0,2,0,1,0,0,0),(241260,32820,0,1,1,0,0,-9535,280.233,54.284,4.968,600,20,0,2,0,1,0,0,0),(241259,32820,0,1,1,0,0,-9535,92,58.8819,4.462,600,20,0,2,0,1,0,0,0),(241258,32820,0,1,1,0,0,-9535,-486,62.979,2.737,600,20,0,2,0,1,0,0,0),(241257,32820,0,1,1,0,0,-9536,277.975,53.924,5.843,600,20,0,2,0,1,0,0,0),(241256,32820,0,1,1,0,0,-9536,-1273,43.544,5.542,600,20,0,2,0,1,0,0,0),(241255,32820,0,1,1,0,0,-9537,513.434,51.446,2.756,600,20,0,2,0,1,0,0,0),(241254,32820,0,1,1,0,0,-9537,-1214,48.234,4.904,600,20,0,2,0,1,0,0,0),(241253,32820,0,1,1,0,0,-9539.97,71.6819,58.8818,1.48463,600,20,0,2,0,1,0,0,0),(241252,32820,0,1,1,0,0,-9538,112.447,58.885,6.095,600,20,0,2,0,1,0,0,0),(241251,32820,0,1,1,0,0,-9539,508.213,50.727,4.763,600,20,0,2,0,1,0,0,0),(241250,32820,0,1,1,0,0,-9540,85.383,59.121,6.25,600,20,0,2,0,1,0,0,0),(241249,32820,0,1,1,0,0,-9541,-537,61.838,5.395,600,20,0,2,0,1,0,0,0),(241248,32820,0,1,1,0,0,-9541,-1067,47.727,0.79,600,20,0,2,0,1,0,0,0),(241247,32820,0,1,1,0,0,-9541,-1533,61.272,0,600,20,0,2,0,1,0,0,0),(241246,32820,0,1,1,0,0,-9541.55,-716.649,99.212,3.32507,600,20,0,2,0,1,0,0,0),(241245,32820,0,1,1,0,0,-9542,299.005,53.319,4.581,600,20,0,2,0,1,0,0,0),(241244,32820,0,1,1,0,0,-9542,-517,63.119,1.22,600,20,0,2,0,1,0,0,0),(241243,32820,0,1,1,0,0,-9543,-1003,51.05,3.629,600,20,0,2,0,1,0,0,0),(241242,32820,0,1,1,0,0,-9544,-886,46.261,3.139,600,20,0,2,0,1,0,0,0),(241241,32820,0,1,1,0,0,-9544,-1495,61.319,0.796,600,20,0,2,0,1,0,0,0),(241240,32820,0,1,1,0,0,-9544.87,77.7707,59.0124,5.92404,600,20,0,2,0,1,0,0,0),(241239,32820,0,1,1,0,0,-9545,126.803,59.076,2.364,600,20,0,2,0,1,0,0,0),(241238,32820,0,1,1,0,0,-9545,-1145,46.409,4.804,600,20,0,2,0,1,0,0,0),(241237,32820,0,1,1,0,0,-9545,-1401,53.933,2.466,600,20,0,2,0,1,0,0,0),(241236,32820,0,1,1,0,0,-9546,-187,61.342,5.506,600,20,0,2,0,1,0,0,0),(241235,32820,0,1,1,0,0,-9547,-551,60.16,3.215,600,20,0,2,0,1,0,0,0),(241234,32820,0,1,1,0,0,-9547,-975,49.27,2.344,600,20,0,2,0,1,0,0,0),(241233,32820,0,1,1,0,0,-9548,67.039,59.25,1.844,600,20,0,2,0,1,0,0,0),(241232,32820,0,1,1,0,0,-9548,-540,60.557,3.038,600,20,0,2,0,1,0,0,0),(241231,32820,0,1,1,0,0,-9548.14,-710.201,90.4265,3.76926,600,20,0,2,0,1,0,0,0),(241230,32820,0,1,1,0,0,-9549,-381,62.186,0.841,600,20,0,2,0,1,0,0,0),(241229,32820,0,1,1,0,0,-9550,-315,62.703,2.76,600,20,0,2,0,1,0,0,0),(241228,32820,0,1,1,0,0,-9551,209.447,57.854,3.198,600,20,0,2,0,1,0,0,0),(241227,32820,0,1,1,0,0,-9551.31,-712.266,75.0554,3.9444,600,20,0,2,0,1,0,0,0),(241226,32820,0,1,1,0,0,-9552,140.323,58.881,5.078,600,20,0,2,0,1,0,0,0),(241225,32820,0,1,1,0,0,-9553,108.151,58.882,0.059,600,20,0,2,0,1,0,0,0),(241224,32820,0,1,1,0,0,-9553,-244,62.128,1.554,600,20,0,2,0,1,0,0,0),(241223,32820,0,1,1,0,0,-9553,-728,99.252,2.164,600,20,0,2,0,1,0,0,0),(241222,32820,0,1,1,0,0,-9553,-1502,61.176,6.117,600,20,0,2,0,1,0,0,0),(241221,32820,0,1,1,0,0,-9554,-313,62.556,4.793,600,20,0,2,0,1,0,0,0),(241220,32820,0,1,1,0,0,-9554,-390,62.948,0.279,600,20,0,2,0,1,0,0,0),(241219,32820,0,1,1,0,0,-9555,181.645,59.138,2.708,600,20,0,2,0,1,0,0,0),(241218,32820,0,1,1,0,0,-9556,-316,62.352,6.073,600,20,0,2,0,1,0,0,0),(241217,32820,0,1,1,0,0,-9557,129.744,58.881,5.82,600,20,0,2,0,1,0,0,0),(241216,32820,0,1,1,0,0,-9557,89.681,58.881,4.876,600,20,0,2,0,1,0,0,0),(241215,32820,0,1,1,0,0,-9558,104.884,58.882,4.923,600,20,0,2,0,1,0,0,0),(241214,32820,0,1,1,0,0,-9563.21,76.4257,58.8835,0.935819,600,20,0,2,0,1,0,0,0),(241213,32820,0,1,1,0,0,-9560.06,74.1694,58.8881,0.905975,600,20,0,2,0,1,0,0,0),(241212,32820,0,1,1,0,0,-9562,103.726,58.882,4.918,600,20,0,2,0,1,0,0,0),(241211,32820,0,1,1,0,0,-9563,-307,63.23,2.619,600,20,0,2,0,1,0,0,0),(241210,32820,0,1,1,0,0,-9565,-1139,43.958,3.8,600,20,0,2,0,1,0,0,0),(241209,32820,0,1,1,0,0,-9567,195.622,59.003,3.211,600,20,0,2,0,1,0,0,0),(241208,32820,0,1,1,0,0,-9567,81.004,58.881,0.348,600,20,0,2,0,1,0,0,0),(241207,32820,0,1,1,0,0,-9568,-222,62.061,6.001,600,20,0,2,0,1,0,0,0),(241206,32820,0,1,1,0,0,-9568,-439,61.607,0.36,600,20,0,2,0,1,0,0,0),(241205,32820,0,1,1,0,0,-9568,-1011,47.385,2.208,600,20,0,2,0,1,0,0,0),(241204,32820,0,1,1,0,0,-9568,-1142,43.928,5.745,600,20,0,2,0,1,0,0,0),(241203,32820,0,1,1,0,0,-9568,-1260,47.978,3.074,600,20,0,2,0,1,0,0,0),(241202,32820,0,1,1,0,0,-9568,-1482,61.479,0.377,600,20,0,2,0,1,0,0,0),(241201,32820,0,1,1,0,0,-9570,518.539,48.457,1.061,600,20,0,2,0,1,0,0,0),(241200,32820,0,1,1,0,0,-9570,-1141,43.698,5.645,600,20,0,2,0,1,0,0,0),(241199,32820,0,1,1,0,0,-9571,-432,62.519,0.868,600,20,0,2,0,1,0,0,0),(241198,32820,0,1,1,0,0,-9572.62,88.1464,58.8819,5.974,600,20,0,2,0,1,0,0,0),(241197,32820,0,1,1,0,0,-9575,-297,61.31,2.498,600,20,0,2,0,1,0,0,0),(241196,32820,0,1,1,0,0,-9575,-424,62.826,1.817,600,20,0,2,0,1,0,0,0),(241195,32820,0,1,1,0,0,-9576,314.797,55.528,2.647,600,20,0,2,0,1,0,0,0),(241194,32820,0,1,1,0,0,-9576,-718,99.27,3.054,600,20,0,2,0,1,0,0,0),(241193,32820,0,1,1,0,0,-9578,576.959,49.341,1.091,600,20,0,2,0,1,0,0,0),(241192,32820,0,1,1,0,0,-9580,727.4,34.263,6.273,600,20,0,2,0,1,0,0,0),(241191,32820,0,1,1,0,0,-9582,-317,61.673,1.959,600,20,0,2,0,1,0,0,0),(241190,32820,0,1,1,0,0,-9584,-160,57.909,5.738,600,20,0,2,0,1,0,0,0),(241189,32820,0,1,1,0,0,-9586,459.753,41.175,3.861,600,20,0,2,0,1,0,0,0),(241188,32820,0,1,1,0,0,-9586,435.596,39.798,3.141,600,20,0,2,0,1,0,0,0),(241187,32820,0,1,1,0,0,-9587,-1149,45.731,5.771,600,20,0,2,0,1,0,0,0),(241186,32820,0,1,1,0,0,-9587,-1545,59.617,6.028,600,20,0,2,0,1,0,0,0),(241185,32820,0,1,1,0,0,-9588,-438,60.505,3.263,600,20,0,2,0,1,0,0,0),(241184,32820,0,1,1,0,0,-9590,-1128,44.706,1.545,600,20,0,2,0,1,0,0,0),(241183,32820,0,1,1,0,0,-9592,-614,57.006,3.361,600,20,0,2,0,1,0,0,0),(241182,32820,0,1,1,0,0,-9596,-614,56.776,2.182,600,20,0,2,0,1,0,0,0),(241181,32820,0,1,1,0,0,-9598,-625,56.651,3.35,600,20,0,2,0,1,0,0,0),(241180,32820,0,1,1,0,0,-9600,-617,56.301,5.539,600,20,0,2,0,1,0,0,0),(241179,32820,0,1,1,0,0,-9605,-536,55.4,2.668,600,20,0,2,0,1,0,0,0),(241178,32820,0,1,1,0,0,-9606,684.352,38.652,1.964,600,20,0,2,0,1,0,0,0),(241177,32820,0,1,1,0,0,-9606,541.682,45.521,3.87,600,20,0,2,0,1,0,0,0),(241176,32820,0,1,1,0,0,-9606,-1474,59.74,2.897,600,20,0,2,0,1,0,0,0),(241175,32820,0,1,1,0,0,-9609,-873,48.006,0.976,600,20,0,2,0,1,0,0,0),(241174,32820,0,1,1,0,0,-9610,640.565,38.652,2.732,600,20,0,2,0,1,0,0,0),(241173,32820,0,1,1,0,0,-9610,-1032,41.306,3.142,600,20,0,2,0,1,0,0,0),(241172,32820,0,1,1,0,0,-9610.42,-1072.08,39.5028,3.2748,600,20,0,2,0,1,0,0,0),(241171,32820,0,1,1,0,0,-9612,-880,48.976,2.975,600,20,0,2,0,1,0,0,0),(241170,32820,0,1,1,0,0,-9614,-884,49.325,3.363,600,20,0,2,0,1,0,0,0),(241169,32820,0,1,1,0,0,-9615,-877,48.881,0.785,600,20,0,2,0,1,0,0,0),(241168,32820,0,1,1,0,0,-9615,-1164,42.549,2.742,600,20,0,2,0,1,0,0,0),(241167,32820,0,1,1,0,0,-9616,358.532,44.245,2.353,600,20,0,2,0,1,0,0,0),(241166,32820,0,1,1,0,0,-9616,-1039,39.999,3.142,600,20,0,2,0,1,0,0,0),(241165,32820,0,1,1,0,0,-9617,-854,45.009,4.939,600,20,0,2,0,1,0,0,0),(241164,32820,0,1,1,0,0,-9617,-884,49.006,5.743,600,20,0,2,0,1,0,0,0),(241163,32820,0,1,1,0,0,-9620,-1070,39.575,0.448,600,20,0,2,0,1,0,0,0),(241162,32820,0,1,1,0,0,-9621,195.889,47.699,4.419,600,20,0,2,0,1,0,0,0),(241161,32820,0,1,1,0,0,-9621.46,-1038.96,39.6437,0.24935,600,20,0,2,0,1,0,0,0),(241160,32820,0,1,1,0,0,-9629,212.808,47.86,2.653,600,20,0,2,0,1,0,0,0),(241159,32820,0,1,1,0,0,-9631,-45,44.366,2.666,600,20,0,2,0,1,0,0,0),(241158,32820,0,1,1,0,0,-9631,-1569,55.883,5.065,600,20,0,2,0,1,0,0,0),(241157,32820,0,1,1,0,0,-9633,304.301,47.332,5.973,600,20,0,2,0,1,0,0,0),(241156,32820,0,1,1,0,0,-9635,56.194,59.917,4.14,600,20,0,2,0,1,0,0,0),(241155,32820,0,1,1,0,0,-9638,696.574,38.652,0.302,600,20,0,2,0,1,0,0,0),(241154,32820,0,1,1,0,0,-9641,-423,60.277,2.665,600,20,0,2,0,1,0,0,0),(241153,32820,0,1,1,0,0,-9642,171.817,47.878,1.497,600,20,0,2,0,1,0,0,0),(241152,32820,0,1,1,0,0,-9642,-208,53.564,3.837,600,20,0,2,0,1,0,0,0),(241151,32820,0,1,1,0,0,-9643,377.555,42.262,0.399,600,20,0,2,0,1,0,0,0),(241150,32820,0,1,1,0,0,-9643,-52,43.822,4.879,600,20,0,2,0,1,0,0,0),(241149,32820,0,1,1,0,0,-9643,-390,60.446,1.07,600,20,0,2,0,1,0,0,0),(241148,32820,0,1,1,0,0,-9644,-117,50.891,5.77,600,20,0,2,0,1,0,0,0),(241147,32820,0,1,1,0,0,-9646,-259,62.374,4.038,600,20,0,2,0,1,0,0,0),(241146,32820,0,1,1,0,0,-9650,661.417,38.735,5.027,600,20,0,2,0,1,0,0,0),(241145,32820,0,1,1,0,0,-9650,141.491,45.918,3.654,600,20,0,2,0,1,0,0,0),(241144,32820,0,1,1,0,0,-9651,608.674,41.892,5.38,600,20,0,2,0,1,0,0,0),(241143,32820,0,1,1,0,0,-9651,534.697,43.157,2.778,600,20,0,2,0,1,0,0,0),(241142,32820,0,1,1,0,0,-9651,346.356,43.78,3.174,600,20,0,2,0,1,0,0,0),(241141,32820,0,1,1,0,0,-9651,-451,55.271,0.3,600,20,0,2,0,1,0,0,0),(241140,32820,0,1,1,0,0,-9651,-923,46.883,3.953,600,20,0,2,0,1,0,0,0),(241139,32820,0,1,1,0,0,-9652,654.731,38.735,0.454,600,20,0,2,0,1,0,0,0),(241138,32820,0,1,1,0,0,-9653,625.699,38.357,0.42,600,20,0,2,0,1,0,0,0),(241137,32820,0,1,1,0,0,-9653,-1626,56.418,0.262,600,20,0,2,0,1,0,0,0),(241136,32820,0,1,1,0,0,-9654,659.651,38.735,5.69,600,20,0,2,0,1,0,0,0),(241135,32820,0,1,1,0,0,-9654,564.774,41.556,4.709,600,20,0,2,0,1,0,0,0),(241134,32820,0,1,1,0,0,-9654,-589,55.268,6.118,600,20,0,2,0,1,0,0,0),(241133,32820,0,1,1,0,0,-9655,161.958,47.921,4.104,600,20,0,2,0,1,0,0,0),(241132,32820,0,1,1,0,0,-9655,-430,56.846,3.104,600,20,0,2,0,1,0,0,0),(241131,32820,0,1,1,0,0,-9656,-186,52.282,5.817,600,20,0,2,0,1,0,0,0),(241130,32820,0,1,1,0,0,-9657,177.253,48.539,1.592,600,20,0,2,0,1,0,0,0),(241129,32820,0,1,1,0,0,-9658,384.124,41.988,2.129,600,20,0,2,0,1,0,0,0),(241128,32820,0,1,1,0,0,-9658,208.041,48.973,1.677,600,20,0,2,0,1,0,0,0),(241127,32820,0,1,1,0,0,-9658,108.193,46.029,3.889,600,20,0,2,0,1,0,0,0),(241126,32820,0,1,1,0,0,-9660,525.708,41.011,2.836,600,20,0,2,0,1,0,0,0),(241125,32820,0,1,1,0,0,-9661,-1084,43.3,0.976,600,20,0,2,0,1,0,0,0),(241124,32820,0,1,1,0,0,-9662,-190,50.471,0.433,600,20,0,2,0,1,0,0,0),(241123,32820,0,1,1,0,0,-9663,603.806,40.344,0.648,600,20,0,2,0,1,0,0,0),(241122,32820,0,1,1,0,0,-9663,401.738,40.652,5.242,600,20,0,2,0,1,0,0,0),(241121,32820,0,1,1,0,0,-9663,-1154,40.172,0.397,600,20,0,2,0,1,0,0,0),(241120,32820,0,1,1,0,0,-9665,693.473,36.846,3.491,600,20,0,2,0,1,0,0,0),(241119,32820,0,1,1,0,0,-9666,541.163,41.336,3.046,600,20,0,2,0,1,0,0,0),(241118,32820,0,1,1,0,0,-9667,494.199,38.632,5.933,600,20,0,2,0,1,0,0,0),(241117,32820,0,1,1,0,0,-9667,-429,55.276,2.6,600,20,0,2,0,1,0,0,0),(241116,32820,0,1,1,0,0,-9667,-434,54.843,0.73,600,20,0,2,0,1,0,0,0),(241115,32820,0,1,1,0,0,-9671,374.911,43.226,1.907,600,20,0,2,0,1,0,0,0),(241114,32820,0,1,1,0,0,-9673,374.112,43.139,2.698,600,20,0,2,0,1,0,0,0),(241113,32820,0,1,1,0,0,-9673,318.748,46.291,2.546,600,20,0,2,0,1,0,0,0),(241112,32820,0,1,1,0,0,-9673,-492,51.997,4.616,600,20,0,2,0,1,0,0,0),(241111,32820,0,1,1,0,0,-9674,-905,42.956,3.032,600,20,0,2,0,1,0,0,0),(241110,32820,0,1,1,0,0,-9675,174.857,49.398,0.567,600,20,0,2,0,1,0,0,0),(241109,32820,0,1,1,0,0,-9675,-815,47.432,3.599,600,20,0,2,0,1,0,0,0),(241108,32820,0,1,1,0,0,-9676,108.541,45.798,5.688,600,20,0,2,0,1,0,0,0),(241107,32820,0,1,1,0,0,-9676,-423,54.769,3.825,600,20,0,2,0,1,0,0,0),(241106,32820,0,1,1,0,0,-9676,-1573,55.732,3.81,600,20,0,2,0,1,0,0,0),(241105,32820,0,1,1,0,0,-9676,-1601,54.754,2.82,600,20,0,2,0,1,0,0,0),(241104,32820,0,1,1,0,0,-9677,-567,49.951,3.448,600,20,0,2,0,1,0,0,0),(241103,32820,0,1,1,0,0,-9678,598.149,39.802,4.33,600,20,0,2,0,1,0,0,0),(241102,32820,0,1,1,0,0,-9678,-183,46.748,4.703,600,20,0,2,0,1,0,0,0),(241101,32820,0,1,1,0,0,-9678,-1581,57.199,3.789,600,20,0,2,0,1,0,0,0),(241100,32820,0,1,1,0,0,-9680,754.835,33.07,1.964,600,20,0,2,0,1,0,0,0),(241099,32820,0,1,1,0,0,-9680,356.074,43.955,3.999,600,20,0,2,0,1,0,0,0),(241098,32820,0,1,1,0,0,-9681,-135,43.235,5.441,600,20,0,2,0,1,0,0,0),(241097,32820,0,1,1,0,0,-9681,-164,45.229,0.723,600,20,0,2,0,1,0,0,0),(241096,32820,0,1,1,0,0,-9681,-335,57.205,3.703,600,20,0,2,0,1,0,0,0),(241095,32820,0,1,1,0,0,-9681,-416,54.327,3.698,600,20,0,2,0,1,0,0,0),(241094,32820,0,1,1,0,0,-9682,136.4,47.849,0.967,600,20,0,2,0,1,0,0,0),(241093,32820,0,1,1,0,0,-9682,-327,56.332,3.443,600,20,0,2,0,1,0,0,0),(241092,32820,0,1,1,0,0,-9683,-50,39.54,2.438,600,20,0,2,0,1,0,0,0),(241091,32820,0,1,1,0,0,-9684,-951,41.894,1.231,600,20,0,2,0,1,0,0,0),(241090,32820,0,1,1,0,0,-9685,-269,61.53,3.605,600,20,0,2,0,1,0,0,0),(241089,32820,0,1,1,0,0,-9685,-421,54.012,2.846,600,20,0,2,0,1,0,0,0),(241088,32820,0,1,1,0,0,-9686,-168,45.128,3.634,600,20,0,2,0,1,0,0,0),(241087,32820,0,1,1,0,0,-9686,-349,57.389,2.183,600,20,0,2,0,1,0,0,0),(241086,32820,0,1,1,0,0,-9686,-1131,40.541,4.802,600,20,0,2,0,1,0,0,0),(241085,32820,0,1,1,0,0,-9687,-684,48.895,0,600,20,0,2,0,1,0,0,0),(241084,32820,0,1,1,0,0,-9687,-684,48.302,6.184,600,20,0,2,0,1,0,0,0),(241083,32820,0,1,1,0,0,-9687,-750,46.082,3.762,600,20,0,2,0,1,0,0,0),(241082,32820,0,1,1,0,0,-9688,535.311,38.85,4.16,600,20,0,2,0,1,0,0,0),(241081,32820,0,1,1,0,0,-9688,212.671,51.334,2.213,600,20,0,2,0,1,0,0,0),(241080,32820,0,1,1,0,0,-9688,-363,55.84,4.373,600,20,0,2,0,1,0,0,0),(241079,32820,0,1,1,0,0,-9688,-708,48.174,4.93,600,20,0,2,0,1,0,0,0),(241078,32820,0,1,1,0,0,-9688,-1583,56.778,3.584,600,20,0,2,0,1,0,0,0),(241077,32820,0,1,1,0,0,-9689,-311,56.459,1.525,600,20,0,2,0,1,0,0,0),(241076,32820,0,1,1,0,0,-9689,-582,50.154,5.298,600,20,0,2,0,1,0,0,0),(241075,32820,0,1,1,0,0,-9689,-702,48.288,1.51,600,20,0,2,0,1,0,0,0),(241074,32820,0,1,1,0,0,-9690,214.238,51.084,2.691,600,20,0,2,0,1,0,0,0),(241073,32820,0,1,1,0,0,-9690,-684,47.855,1.707,600,20,0,2,0,1,0,0,0),(241072,32820,0,1,1,0,0,-9691,-179,45.468,3.793,600,20,0,2,0,1,0,0,0),(241071,32820,0,1,1,0,0,-9693,757.182,31.571,2.831,600,20,0,2,0,1,0,0,0),(241070,32820,0,1,1,0,0,-9693,-12,40.812,2.241,600,20,0,2,0,1,0,0,0),(241069,32820,0,1,1,0,0,-9693,-565,48.472,1.692,600,20,0,2,0,1,0,0,0),(241068,32820,0,1,1,0,0,-9693,-681,46.882,3.713,600,20,0,2,0,1,0,0,0),(241067,32820,0,1,1,0,0,-9693,-891,42.969,3.883,600,20,0,2,0,1,0,0,0),(241066,32820,0,1,1,0,0,-9694,-325,56.084,3.284,600,20,0,2,0,1,0,0,0),(241065,32820,0,1,1,0,0,-9694,-338,57.316,1.581,600,20,0,2,0,1,0,0,0),(241064,32820,0,1,1,0,0,-9695,-596,48.613,2.691,600,20,0,2,0,1,0,0,0),(241063,32820,0,1,1,0,0,-9696,605.496,39.227,0.987,600,20,0,2,0,1,0,0,0),(241062,32820,0,1,1,0,0,-9696,119.949,48.207,3.006,600,20,0,2,0,1,0,0,0),(241061,32820,0,1,1,0,0,-9696,-287,58.855,3.667,600,20,0,2,0,1,0,0,0),(241060,32820,0,1,1,0,0,-9696,-518,51.99,2.203,600,20,0,2,0,1,0,0,0),(241059,32820,0,1,1,0,0,-9696,-563,47.972,4.491,600,20,0,2,0,1,0,0,0),(241058,32820,0,1,1,0,0,-9697,-77,38.994,4.625,600,20,0,2,0,1,0,0,0),(241057,32820,0,1,1,0,0,-9698,-73,38.956,5.983,600,20,0,2,0,1,0,0,0),(241056,32820,0,1,1,0,0,-9698,-79,38.762,4.605,600,20,0,2,0,1,0,0,0),(241055,32820,0,1,1,0,0,-9699,754.402,31.08,4.664,600,20,0,2,0,1,0,0,0),(241054,32820,0,1,1,0,0,-9699,-1219,53.988,3.839,600,20,0,2,0,1,0,0,0),(241053,32820,0,1,1,0,0,-9701,-343,56.395,0.109,600,20,0,2,0,1,0,0,0),(241052,32820,0,1,1,0,0,-9703,-194,45.877,3.77,600,20,0,2,0,1,0,0,0),(241051,32820,0,1,1,0,0,-9729.64,590.888,32.8345,2.93918,600,20,0,2,0,1,0,0,0),(241050,32820,0,1,1,0,0,-9705,-986,41.854,0.701,600,20,0,2,0,1,0,0,0),(241049,32820,0,1,1,0,0,-9706,-50,38.471,0.338,600,20,0,2,0,1,0,0,0),(241048,32820,0,1,1,0,0,-9706,-448,51.78,3.097,600,20,0,2,0,1,0,0,0),(241047,32820,0,1,1,0,0,-9707,-1225,54.113,6.001,600,20,0,2,0,1,0,0,0),(241046,32820,0,1,1,0,0,-9708,726.474,30.275,0.921,600,20,0,2,0,1,0,0,0),(241045,32820,0,1,1,0,0,-9708,-375,53.215,4.519,600,20,0,2,0,1,0,0,0),(241044,32820,0,1,1,0,0,-9709,-515,53.228,5.221,600,20,0,2,0,1,0,0,0),(241043,32820,0,1,1,0,0,-9711,245.09,49.688,5.531,600,20,0,2,0,1,0,0,0),(241042,32820,0,1,1,0,0,-9711,-1546,56.61,1.215,600,20,0,2,0,1,0,0,0),(241041,32820,0,1,1,0,0,-9712,579.657,37.595,0.698,600,20,0,2,0,1,0,0,0),(241040,32820,0,1,1,0,0,-9712,-113,36.01,5.03,600,20,0,2,0,1,0,0,0),(241039,32820,0,1,1,0,0,-9712,-181,43.842,3.608,600,20,0,2,0,1,0,0,0),(241038,32820,0,1,1,0,0,-9712,-660,46.67,0.96,600,20,0,2,0,1,0,0,0),(241037,32820,0,1,1,0,0,-9713,-646,46.941,5.807,600,20,0,2,0,1,0,0,0),(241036,32820,0,1,1,0,0,-9714,410.541,40.489,5.066,600,20,0,2,0,1,0,0,0),(241035,32820,0,1,1,0,0,-9714,-7,38.999,6.216,600,20,0,2,0,1,0,0,0),(241034,32820,0,1,1,0,0,-9715,-245,48.313,0.157,600,20,0,2,0,1,0,0,0),(241033,32820,0,1,1,0,0,-9715,-716,45.383,1.985,600,20,0,2,0,1,0,0,0),(241032,32820,0,1,1,0,0,-9715,-1537,54.61,0.335,600,20,0,2,0,1,0,0,0),(241031,32820,0,1,1,0,0,-9716,-818,43.924,1.439,600,20,0,2,0,1,0,0,0),(241030,32820,0,1,1,0,0,-9716,-1144,40.123,0.638,600,20,0,2,0,1,0,0,0),(241029,32820,0,1,1,0,0,-9717,755.86,30.836,4.349,600,20,0,2,0,1,0,0,0),(241028,32820,0,1,1,0,0,-9717,-1303,50.725,4.052,600,20,0,2,0,1,0,0,0),(241027,32820,0,1,1,0,0,-9717,-1490,50.84,4.318,600,20,0,2,0,1,0,0,0),(241026,32820,0,1,1,0,0,-9718,371.821,42.544,5.649,600,20,0,2,0,1,0,0,0),(241025,32820,0,1,1,0,0,-9718,-85,36.09,3.028,600,20,0,2,0,1,0,0,0),(241024,32820,0,1,1,0,0,-9719,-395,50.859,0.383,600,20,0,2,0,1,0,0,0),(241023,32820,0,1,1,0,0,-9720,429.388,38.745,2.756,600,20,0,2,0,1,0,0,0),(241022,32820,0,1,1,0,0,-9720,-1205,49.588,5.101,600,20,0,2,0,1,0,0,0),(241021,32820,0,1,1,0,0,-9721,745.296,30.548,5.925,600,20,0,2,0,1,0,0,0),(241020,32820,0,1,1,0,0,-9721,428.239,38.853,0,600,20,0,2,0,1,0,0,0),(241019,32820,0,1,1,0,0,-9721,23.362,39.87,5.61,600,20,0,2,0,1,0,0,0),(241018,32820,0,1,1,0,0,-9722,256.462,49.063,1.155,600,20,0,2,0,1,0,0,0),(241017,32820,0,1,1,0,0,-9722,197.088,50.27,4.67,600,20,0,2,0,1,0,0,0),(241016,32820,0,1,1,0,0,-9722,128.517,47.234,0.323,600,20,0,2,0,1,0,0,0),(241015,32820,0,1,1,0,0,-9723,-581,45.81,5.94,600,20,0,2,0,1,0,0,0),(241014,32820,0,1,1,0,0,-9724,-930,38.308,2.72,600,20,0,2,0,1,0,0,0),(241013,32820,0,1,1,0,0,-9724,-1112,40.213,3.67,600,20,0,2,0,1,0,0,0),(241012,32820,0,1,1,0,0,-9724,-1310,48.816,0.756,600,20,0,2,0,1,0,0,0),(241011,32820,0,1,1,0,0,-9726,712.112,29.85,2.776,600,20,0,2,0,1,0,0,0),(241010,32820,0,1,1,0,0,-9726,-1129,39.08,2.512,600,20,0,2,0,1,0,0,0),(241009,32820,0,1,1,0,0,-9727,720.553,28.913,6.131,600,20,0,2,0,1,0,0,0),(241008,32820,0,1,1,0,0,-9727,474.598,35.212,2.846,600,20,0,2,0,1,0,0,0),(241007,32820,0,1,1,0,0,-9727,40.062,39.599,3.984,600,20,0,2,0,1,0,0,0),(241006,32820,0,1,1,0,0,-9727,-1089,38.716,2.975,600,20,0,2,0,1,0,0,0),(241005,32820,0,1,1,0,0,-9728,290.418,48.336,1.483,600,20,0,2,0,1,0,0,0),(241004,32820,0,1,1,0,0,-9728,-746,41.971,0.902,600,20,0,2,0,1,0,0,0),(241003,32820,0,1,1,0,0,-9728,-1553,52.11,6.186,600,20,0,2,0,1,0,0,0),(241002,32820,0,1,1,0,0,-9729,437.74,37.602,2.513,600,20,0,2,0,1,0,0,0),(241001,32820,0,1,1,0,0,-9730,341.769,43.205,2.423,600,20,0,2,0,1,0,0,0),(241000,32820,0,1,1,0,0,-9730,103.062,46.948,5.309,600,20,0,2,0,1,0,0,0),(240999,32820,0,1,1,0,0,-9730,-259,47.41,2.503,600,20,0,2,0,1,0,0,0),(240998,32820,0,1,1,0,0,-9730,-1466,52.464,4.684,600,20,0,2,0,1,0,0,0),(240997,32820,0,1,1,0,0,-9731,447.916,37.187,2.678,600,20,0,2,0,1,0,0,0),(240996,32820,0,1,1,0,0,-9731,115.349,24.41,4.975,600,20,0,2,0,1,0,0,0),(240995,32820,0,1,1,0,0,-9734,114.787,24.424,5.405,600,20,0,2,0,1,0,0,0),(240994,32820,0,1,1,0,0,-9735,138.105,19.025,0.554,600,20,0,2,0,1,0,0,0),(240993,32820,0,1,1,0,0,-9735,-79,34.112,3.089,600,20,0,2,0,1,0,0,0),(240992,32820,0,1,1,0,0,-9735,-989,42.063,0.381,600,20,0,2,0,1,0,0,0),(240991,32820,0,1,1,0,0,-9738,921.018,26.584,5.289,600,20,0,2,0,1,0,0,0),(240990,32820,0,1,1,0,0,-9738,-1213,47.634,2.495,600,20,0,2,0,1,0,0,0),(240989,32820,0,1,1,0,0,-9739,518.949,35.619,1.928,600,20,0,2,0,1,0,0,0),(240988,32820,0,1,1,0,0,-9903.68,226.756,16.4163,0.336615,600,20,0,2,0,1,0,0,0),(240987,32820,0,1,1,0,0,-9741,165.586,50.495,0.571,600,20,0,2,0,1,0,0,0),(240986,32820,0,1,1,0,0,-9741,-837,40.12,4.08,600,20,0,2,0,1,0,0,0),(240985,32820,0,1,1,0,0,-9742,-725,40.918,1.935,600,20,0,2,0,1,0,0,0),(240984,32820,0,1,1,0,0,-9742,-759,41.002,4.724,600,20,0,2,0,1,0,0,0),(240983,32820,0,1,1,0,0,-9743,430.639,38.11,3.056,600,20,0,2,0,1,0,0,0),(240982,32820,0,1,1,0,0,-9743,-1,37.689,2.205,600,20,0,2,0,1,0,0,0),(240981,32820,0,1,1,0,0,-9743,-361,53.892,3.28,600,20,0,2,0,1,0,0,0),(240980,32820,0,1,1,0,0,-9744,87.153,12.71,6.018,600,20,0,2,0,1,0,0,0),(240979,32820,0,1,1,0,0,-9851.49,213.185,14.1337,2.54401,600,20,0,2,0,1,0,0,0),(240978,32820,0,1,1,0,0,-9747,103.541,45.928,0.122,600,20,0,2,0,1,0,0,0),(240977,32820,0,1,1,0,0,-9747,-918,39.343,6.169,600,20,0,2,0,1,0,0,0),(240976,32820,0,1,1,0,0,-9747,-1530,49.29,4.695,600,20,0,2,0,1,0,0,0),(240975,32820,0,1,1,0,0,-9748,311.153,45.449,6.103,600,20,0,2,0,1,0,0,0),(240974,32820,0,1,1,0,0,-9748,-348,54.392,0.792,600,20,0,2,0,1,0,0,0),(240973,32820,0,1,1,0,0,-9748,-753,41.264,5.73,600,20,0,2,0,1,0,0,0),(240972,32820,0,1,1,0,0,-9826.07,186.314,12.2822,1.2734,600,20,0,2,0,1,0,0,0),(240971,32820,0,1,1,0,0,-9749,-147,35.487,1.987,600,20,0,2,0,1,0,0,0),(240970,32820,0,1,1,0,0,-9750,520.191,35.408,4.794,600,20,0,2,0,1,0,0,0),(240969,32820,0,1,1,0,0,-9750,317.248,44.883,6.075,600,20,0,2,0,1,0,0,0),(240968,32820,0,1,1,0,0,-9750,-749,41.764,5.17,600,20,0,2,0,1,0,0,0),(240967,32820,0,1,1,0,0,-9751,-747,41.764,5.172,600,20,0,2,0,1,0,0,0),(240966,32820,0,1,1,0,0,-9752,317.84,44.536,1.763,600,20,0,2,0,1,0,0,0),(240965,32820,0,1,1,0,0,-9752,-219,44.307,5.562,600,20,0,2,0,1,0,0,0),(240964,32820,0,1,1,0,0,-9752,-1450,49.442,5.795,600,20,0,2,0,1,0,0,0),(240963,32820,0,1,1,0,0,-9753,-265,46.591,4.372,600,20,0,2,0,1,0,0,0),(240962,32820,0,1,1,0,0,-9754,83.393,42.845,3.962,600,20,0,2,0,1,0,0,0),(240961,32820,0,1,1,0,0,-9754,-1314,47.153,3.479,600,20,0,2,0,1,0,0,0),(240960,32820,0,1,1,0,0,-9756,-743,41.258,3.814,600,20,0,2,0,1,0,0,0),(240959,32820,0,1,1,0,0,-9757,212.414,47.7,0.285,600,20,0,2,0,1,0,0,0),(240958,32820,0,1,1,0,0,-9757,-734,40.014,1.117,600,20,0,2,0,1,0,0,0),(240957,32820,0,1,1,0,0,-9758,-73,30.879,3.776,600,20,0,2,0,1,0,0,0),(240956,32820,0,1,1,0,0,-9758,-137,32.806,0.543,600,20,0,2,0,1,0,0,0),(240955,32820,0,1,1,0,0,-9759,-643,40.987,6.268,600,20,0,2,0,1,0,0,0),(240954,32820,0,1,1,0,0,-9761,-948,39.179,5.835,600,20,0,2,0,1,0,0,0),(240953,32820,0,1,1,0,0,-9761,-1015,40.758,1.741,600,20,0,2,0,1,0,0,0),(240952,32820,0,1,1,0,0,-9762,54.415,38.711,1.661,600,20,0,2,0,1,0,0,0),(240951,32820,0,1,1,0,0,-9763,325.363,43.322,2.428,600,20,0,2,0,1,0,0,0),(240950,32820,0,1,1,0,0,-9764,-580,37.913,5.737,600,20,0,2,0,1,0,0,0),(240949,32820,0,1,1,0,0,-9764,-1627,47.481,2.482,600,20,0,2,0,1,0,0,0),(240948,32820,0,1,1,0,0,-9765,-640,40.579,3.144,600,20,0,2,0,1,0,0,0),(240947,32820,0,1,1,0,0,-9765,-740,40.328,1.356,600,20,0,2,0,1,0,0,0),(240946,32820,0,1,1,0,0,-9769,-77,28.542,4.893,600,20,0,2,0,1,0,0,0),(240945,32820,0,1,1,0,0,-9769,-1566,41.704,5.201,600,20,0,2,0,1,0,0,0),(240944,32820,0,1,1,0,0,-9770,205.796,46.15,3.377,600,20,0,2,0,1,0,0,0),(240943,32820,0,1,1,0,0,-9758.04,191.688,51.0349,3.51339,600,20,0,2,0,1,0,0,0),(240942,32820,0,1,1,0,0,-9771,111.906,47.054,2.732,600,20,0,2,0,1,0,0,0),(240941,32820,0,1,1,0,0,-9771,-579,36.326,3.167,600,20,0,2,0,1,0,0,0),(240940,32820,0,1,1,0,0,-9771,-857,39.585,4.254,600,20,0,2,0,1,0,0,0),(240939,32820,0,1,1,0,0,-9772,-741,39.829,5.986,600,20,0,2,0,1,0,0,0),(240938,32820,0,1,1,0,0,-9773,-85,28.616,5.453,600,20,0,2,0,1,0,0,0),(240937,32820,0,1,1,0,0,-9773,-625,38.944,4.624,600,20,0,2,0,1,0,0,0),(240936,32820,0,1,1,0,0,-9773,-663,38.65,4.342,600,20,0,2,0,1,0,0,0),(240935,32820,0,1,1,0,0,-9773,-877,39.698,0.241,600,20,0,2,0,1,0,0,0),(240934,32820,0,1,1,0,0,-9774,42.294,35.31,3.105,600,20,0,2,0,1,0,0,0),(240933,32820,0,1,1,0,0,-9780,-713,37.885,4.901,600,20,0,2,0,1,0,0,0),(240932,32820,0,1,1,0,0,-9781,818.493,25.876,5.222,600,20,0,2,0,1,0,0,0),(240931,32820,0,1,1,0,0,-9781,38.677,34.476,3.719,600,20,0,2,0,1,0,0,0),(240930,32820,0,1,1,0,0,-9781,-340,52.759,6.267,600,20,0,2,0,1,0,0,0),(240929,32820,0,1,1,0,0,-9782,-1214,40.11,4.743,600,20,0,2,0,1,0,0,0),(240928,32820,0,1,1,0,0,-9783,108.722,46.037,1.602,600,20,0,2,0,1,0,0,0),(240927,32820,0,1,1,0,0,-9783,-206,40.169,4.714,600,20,0,2,0,1,0,0,0),(240926,32820,0,1,1,0,0,-9783,-643,38.064,3.106,600,20,0,2,0,1,0,0,0),(240925,32820,0,1,1,0,0,-9784,583.306,37.658,0,600,20,0,2,0,1,0,0,0),(240924,32820,0,1,1,0,0,-9784,-984,40.225,2.491,600,20,0,2,0,1,0,0,0),(240923,32820,0,1,1,0,0,-9784,-1540,43.124,6.088,600,20,0,2,0,1,0,0,0),(240922,32820,0,1,1,0,0,-9785,-312,47.715,1.767,600,20,0,2,0,1,0,0,0),(240921,32820,0,1,1,0,0,-9785,-369,53.851,0.932,600,20,0,2,0,1,0,0,0),(240920,32820,0,1,1,0,0,-9785,-1131,35.206,4.418,600,20,0,2,0,1,0,0,0),(240919,32820,0,1,1,0,0,-9786,-338,52.05,3.137,600,20,0,2,0,1,0,0,0),(240918,32820,0,1,1,0,0,-9787,731.342,33.005,2.531,600,20,0,2,0,1,0,0,0),(240917,32820,0,1,1,0,0,-9787,446.78,37.712,3.265,600,20,0,2,0,1,0,0,0),(240916,32820,0,1,1,0,0,-9787,-555,32.218,1.918,600,20,0,2,0,1,0,0,0),(240915,32820,0,1,1,0,0,-9788,111.106,46.738,4.66,600,20,0,2,0,1,0,0,0),(240914,32820,0,1,1,0,0,-9789,-52,26.779,3.638,600,20,0,2,0,1,0,0,0),(240913,32820,0,1,1,0,0,-9790,811.494,25.983,5.441,600,20,0,2,0,1,0,0,0),(240912,32820,0,1,1,0,0,-9790,-891,40.109,0.336,600,20,0,2,0,1,0,0,0),(240911,32820,0,1,1,0,0,-9793,-76,26.349,0.763,600,20,0,2,0,1,0,0,0),(240910,32820,0,1,1,0,0,-9795,470.588,35.875,5.219,600,20,0,2,0,1,0,0,0),(240909,32820,0,1,1,0,0,-9795,109.769,46.1,1.688,600,20,0,2,0,1,0,0,0),(240908,32820,0,1,1,0,0,-9768.37,231.5,46.3995,2.64377,600,20,0,2,0,1,0,0,0),(240907,32820,0,1,1,0,0,-9796,-92,26.825,4.658,600,20,0,2,0,1,0,0,0),(240906,32820,0,1,1,0,0,-9796,-1328,44.102,3.989,600,20,0,2,0,1,0,0,0),(240905,32820,0,1,1,0,0,-9797,140.117,23.51,0.629,600,20,0,2,0,1,0,0,0),(240904,32820,0,1,1,0,0,-9797,99.441,27.848,3.72,600,20,0,2,0,1,0,0,0),(240903,32820,0,1,1,0,0,-9797,-1545,41.124,6.074,600,20,0,2,0,1,0,0,0),(240902,32820,0,1,1,0,0,-9798,460.417,36.02,1.952,600,20,0,2,0,1,0,0,0),(240901,32820,0,1,1,0,0,-9798,-71,25.992,2.625,600,20,0,2,0,1,0,0,0),(240900,32820,0,1,1,0,0,-9798,-1566,37.678,4.835,600,20,0,2,0,1,0,0,0),(240899,32820,0,1,1,0,0,-9825.36,199.121,13.9991,5.394,600,20,0,2,0,1,0,0,0),(240898,32820,0,1,1,0,0,-9799,109.791,24.437,2.13,600,20,0,2,0,1,0,0,0),(240897,32820,0,1,1,0,0,-9799,-84,25.817,2.924,600,20,0,2,0,1,0,0,0),(240896,32820,0,1,1,0,0,-9800,-69,25.769,2.678,600,20,0,2,0,1,0,0,0),(240895,32820,0,1,1,0,0,-9800,-1545,40.87,6.055,600,20,0,2,0,1,0,0,0),(240894,32820,0,1,1,0,0,-9801,428.308,37.763,5.009,600,20,0,2,0,1,0,0,0),(240893,32820,0,1,1,0,0,-9828.89,215.772,15.5806,4.06545,600,20,0,2,0,1,0,0,0),(240892,32820,0,1,1,0,0,-9801,-339,50.996,2.859,600,20,0,2,0,1,0,0,0),(240891,32820,0,1,1,0,0,-9803,698.179,33.112,4.377,600,20,0,2,0,1,0,0,0),(240890,32820,0,1,1,0,0,-9803,369.894,39.797,0.106,600,20,0,2,0,1,0,0,0),(240889,32820,0,1,1,0,0,-9806,444.748,36.487,4.376,600,20,0,2,0,1,0,0,0),(240888,32820,0,1,1,0,0,-9806,-927,39.94,4.34,600,20,0,2,0,1,0,0,0),(240887,32820,0,1,1,0,0,-9806,-932,39.941,1.082,600,20,0,2,0,1,0,0,0),(240886,32820,0,1,1,0,0,-9808,700.085,33.112,4.485,600,20,0,2,0,1,0,0,0),(240885,32820,0,1,1,0,0,-9808,-931,39.855,0.515,600,20,0,2,0,1,0,0,0),(240884,32820,0,1,1,0,0,-9808,-1257,35.589,3.087,600,20,0,2,0,1,0,0,0),(240883,32820,0,1,1,0,0,-9818.85,181.23,22.8492,3.23508,600,20,0,2,0,1,0,0,0),(240882,32820,0,1,1,0,0,-9809,-8,27.107,2.378,600,20,0,2,0,1,0,0,0),(240881,32820,0,1,1,0,0,-9812,-1007,39.106,6.136,600,20,0,2,0,1,0,0,0),(240880,32820,0,1,1,0,0,-9813,-1023,37.602,1.692,600,20,0,2,0,1,0,0,0),(240879,32820,0,1,1,0,0,-9815,-120,28.903,6.033,600,20,0,2,0,1,0,0,0),(240878,32820,0,1,1,0,0,-9815,-1034,37.253,4.324,600,20,0,2,0,1,0,0,0),(240877,32820,0,1,1,0,0,-9815,-1161,34.012,4.563,600,20,0,2,0,1,0,0,0),(240876,32820,0,1,1,0,0,-9816,451.863,36.203,4.279,600,20,0,2,0,1,0,0,0),(240875,32820,0,1,1,0,0,-9816,-184,36.307,0,600,20,0,2,0,1,0,0,0),(240874,32820,0,1,1,0,0,-9817,415.699,36.716,0,600,20,0,2,0,1,0,0,0),(240873,32820,0,1,1,0,0,-9817,139.933,5.035,4.008,600,20,0,2,0,1,0,0,0),(240872,32820,0,1,1,0,0,-9817,49.706,34.991,3.594,600,20,0,2,0,1,0,0,0),(240871,32820,0,1,1,0,0,-9817,-81,26.183,0,600,20,0,2,0,1,0,0,0),(240870,32820,0,1,1,0,0,-9817,-291,41.486,3.443,600,20,0,2,0,1,0,0,0),(240869,32820,0,1,1,0,0,-9817,-856,39.261,5.935,600,20,0,2,0,1,0,0,0),(240868,32820,0,1,1,0,0,-9818,610.676,41.971,1.021,600,20,0,2,0,1,0,0,0),(240867,32820,0,1,1,0,0,-9818,470.864,36.726,3.236,600,20,0,2,0,1,0,0,0),(240866,32820,0,1,1,0,0,-9818,-77,25.713,3.213,600,20,0,2,0,1,0,0,0),(240865,32820,0,1,1,0,0,-9818,-173,33.968,0.393,600,20,0,2,0,1,0,0,0),(240864,32820,0,1,1,0,0,-9819,448.569,36.18,4.211,600,20,0,2,0,1,0,0,0),(240863,32820,0,1,1,0,0,-9819,271.888,39.745,3.47,600,20,0,2,0,1,0,0,0),(240862,32820,0,1,1,0,0,-9819,-1014,38.261,2.284,600,20,0,2,0,1,0,0,0),(240861,32820,0,1,1,0,0,-9806.61,181.334,22.481,0.226278,600,20,0,2,0,1,0,0,0),(240860,32820,0,1,1,0,0,-9820,-1186,35.621,0.891,600,20,0,2,0,1,0,0,0),(240859,32820,0,1,1,0,0,-9821,270.262,39.826,3.543,600,20,0,2,0,1,0,0,0),(240858,32820,0,1,1,0,0,-9821,-235,37.324,4.182,600,20,0,2,0,1,0,0,0),(240857,32820,0,1,1,0,0,-9821,-760,37.255,3.793,600,20,0,2,0,1,0,0,0),(240856,32820,0,1,1,0,0,-9821,-1582,30.796,5.815,600,20,0,2,0,1,0,0,0),(240855,32820,0,1,1,0,0,-9822,180.986,22.808,0.379,600,20,0,2,0,1,0,0,0),(240854,32820,0,1,1,0,0,-9823,39.419,32.713,5.261,600,20,0,2,0,1,0,0,0),(240853,32820,0,1,1,0,0,-9824,81.413,3.073,4.745,600,20,0,2,0,1,0,0,0),(240852,32820,0,1,1,0,0,-9825,269.418,39.451,3.454,600,20,0,2,0,1,0,0,0),(240851,32820,0,1,1,0,0,-9825,-358,54.618,2.712,600,20,0,2,0,1,0,0,0),(240850,32820,0,1,1,0,0,-9826,550.792,37.732,4.378,600,20,0,2,0,1,0,0,0),(240849,32820,0,1,1,0,0,-9826,543.539,36.069,1.571,600,20,0,2,0,1,0,0,0),(240848,32820,0,1,1,0,0,-9826,285.082,38.577,1.575,600,20,0,2,0,1,0,0,0),(43486,21636,530,1,1,0,1,-2898.17,4497.22,-42.8615,2.9147,600,0,0,5914,0,0,0,0,0),(85714,31004,571,1,128,0,0,6405.32,431.952,518.232,0.296706,120,0,0,1,0,0,0,0,0),(85715,31004,571,1,128,0,0,6408.06,424.208,511.365,1.25664,120,0,0,1,0,0,0,0,0),(85716,31004,571,1,128,0,0,6371.18,452.454,513.505,1.20428,120,0,0,1,0,0,0,0,0),(85717,31004,571,1,128,0,0,6391.33,460.3,511.366,1.74533,120,0,0,1,0,0,0,0,0),(85718,31004,571,1,128,0,0,6393.72,427.969,538.735,1.69297,120,0,0,1,0,0,0,0,0),(85719,31004,571,1,128,0,0,6374.81,445.487,517.763,4.03171,120,0,0,1,0,0,0,0,0),(85720,31004,571,1,128,0,0,6382.27,451.901,537.93,1.32645,120,0,0,1,0,0,0,0,0),(85721,31004,571,1,128,0,0,6366.84,459.122,530.336,0.733038,120,0,0,1,0,0,0,0,0),(85722,31004,571,1,128,0,0,6372.48,447.46,511.372,0.244346,120,0,0,1,0,0,0,0,0),(85723,31004,571,1,128,0,0,6394.7,427.473,523.718,1.85005,120,0,0,1,0,0,0,0,0),(85724,31004,571,1,128,0,0,6367.25,459.758,518.801,3.85718,120,0,0,1,0,0,0,0,0),(85725,31004,571,1,128,0,0,6396.96,432.868,533.744,3.1765,120,0,0,1,0,0,0,0,0),(85726,31004,571,1,128,0,0,6403.2,464.296,535.657,3.85718,120,0,0,1,0,0,0,0,0),(85727,31004,571,1,128,0,0,6401.72,464.439,543.173,2.19912,120,0,0,1,0,0,0,0,0),(85728,31004,571,1,128,0,0,6392.17,475.745,512.721,0.628318,120,0,0,1,0,0,0,0,0),(85729,31004,571,1,128,0,0,6397.24,475.231,529.652,4.32842,120,0,0,1,0,0,0,0,0),(85730,31004,571,1,128,0,0,6389.22,474.001,511.365,1.55334,120,0,0,1,0,0,0,0,0),(85731,31013,571,1,128,0,0,6389.73,451.274,513.32,1.32645,120,0,0,1,0,0,0,0,0),(43489,27297,571,1,1,17188,0,2786.59,-2483.96,49.055,4.17134,120,0,0,42,0,0,0,33555200,8),(43490,27297,571,1,1,17188,0,2802.71,-2520.48,52.7519,2.44346,120,0,0,42,0,0,0,33555200,8),(136095,28747,571,1,2,0,1,5636.12,-4146.7,351.608,3.08923,300,0,0,1,0,0,0,0,0),(136096,28724,571,1,2,13069,0,5664.04,-4147.33,352.79,1.55334,300,0,0,1,0,0,0,0,0),(136097,28719,571,1,2,0,0,5664.02,-4147.65,351.457,2.54818,300,0,0,1,0,0,0,0,0),(136098,28747,571,1,2,0,1,5675.4,-4137.26,351.502,3.78736,300,0,0,1,0,0,0,0,0),(136099,28724,571,1,2,13069,0,5664.22,-4085.72,353.672,4.76475,300,0,0,1,0,0,0,0,0),(136100,28747,571,1,2,0,1,5635.91,-4084.48,352.289,3.22886,300,0,0,1,0,0,0,0,0),(136101,28747,571,1,2,0,1,5613.33,-4115.91,353.245,3.08923,300,0,0,1,0,0,0,0,0),(136102,28747,571,1,2,0,1,5674.51,-4074.53,354.172,3.94444,300,0,0,1,0,0,0,0,0),(136103,28719,571,1,2,0,0,5664.24,-4085.23,352.263,3.64774,300,0,0,1,0,0,0,0,0),(136104,28748,571,1,2,0,0,5639.34,-4053.24,353.246,2.87677,300,0,0,1,0,0,0,0,0),(136105,28748,571,1,2,0,0,5622.78,-4115.9,353.167,3.13867,300,0,0,1,0,2,0,0,0),(136106,28719,571,1,2,0,0,5716.75,-4227.83,362.831,3.76991,300,0,0,1,0,0,0,0,0),(136107,28724,571,1,2,13069,0,5716.86,-4227,363.928,1.44862,300,0,0,1,0,0,0,0,0),(136108,28747,571,1,2,0,1,5675.24,-4215.88,362.877,2.48705,300,10,0,1,0,1,0,0,0),(136109,28747,571,1,2,0,1,5672,-4169.42,353.352,1.17581,300,10,0,1,0,1,0,0,0),(136110,28748,571,1,2,0,0,5629.76,-4220.25,363.064,0.00377632,300,0,0,1,0,2,0,0,0),(136111,28719,571,1,2,0,0,5769.08,-4148.81,352.168,1.23918,300,0,0,1,0,0,0,0,0),(136112,28724,571,1,2,13069,0,5769.1,-4148.12,353.564,1.5708,300,0,0,1,0,0,0,0,0),(136113,28747,571,1,2,0,1,5754.83,-4147.8,352.168,6.24828,300,0,0,1,0,0,0,0,0),(136114,28748,571,1,2,0,0,5736.19,-4221.56,362.641,3.20345,300,0,0,1,0,2,0,0,0),(136115,28747,571,1,2,0,1,5754.23,-4091.12,352.198,0.383972,300,0,0,1,0,0,0,0,0),(136116,28724,571,1,2,13069,0,5689.84,-4294.69,375.5,4.62512,300,0,0,1,0,0,0,0,0),(136117,28719,571,1,2,0,0,5689.86,-4293.61,374.082,2.96706,300,0,0,1,0,0,0,0,0),(136118,28754,571,1,2,0,1,5645.16,-4273,375.675,5.8294,300,0,0,1,0,0,0,0,0),(136119,28747,571,1,2,0,1,5688.65,-4271.22,375.474,1.64061,300,0,0,1,0,0,0,0,0),(136120,28747,571,1,2,0,1,5665.32,-4285.89,374.078,1.79769,300,0,0,1,0,0,0,0,0),(136121,28748,571,1,2,0,0,5606.65,-4317.54,373.995,6.25443,300,0,0,1,0,2,0,0,0),(136122,28724,571,1,2,13069,0,5742.73,-4293.23,375.259,4.62512,300,0,0,1,0,0,0,0,0),(136123,28719,571,1,2,0,0,5742.74,-4292.65,374.079,3.63029,300,0,0,1,0,0,0,0,0),(136124,28747,571,1,2,0,1,5745.57,-4271.29,375.486,1.5708,300,0,0,1,0,0,0,0,0),(136125,28724,571,1,2,13069,0,5820.37,-4211.1,363.652,4.66003,300,0,0,1,0,0,0,0,0),(136126,28747,571,1,2,0,1,5778.95,-4177.47,354.406,5.27196,300,10,0,1,0,1,0,0,0),(136127,28719,571,1,2,0,0,5820.29,-4210.61,362.424,3.12414,300,0,0,1,0,0,0,0,0),(136128,28747,571,1,2,0,1,5777.96,-4234.88,360.546,5.42663,300,10,0,1,0,1,0,0,0),(136129,28748,571,1,2,0,0,5812.1,-4175.64,353.397,6.25419,300,0,0,1,0,2,0,0,0),(136130,28030,571,1,2,0,0,5717.11,-4364.71,385.885,1.5708,300,0,0,1,0,0,0,0,0),(136131,28747,571,1,2,0,1,5650.96,-4311.06,374.12,0.121355,300,10,0,1,0,1,0,0,0),(136132,28747,571,1,2,0,1,5689.27,-4377.14,385.885,0.349066,300,0,0,1,0,0,0,0,0),(136133,28747,571,1,2,0,1,5672.37,-4325.27,374.932,4.60767,300,0,0,1,0,0,0,0,0),(136134,28719,571,1,2,0,0,5826.44,-4297.9,374.084,5.02655,300,0,0,1,0,0,0,0,0),(136135,28724,571,1,2,13069,0,5826.2,-4297.68,375.625,3.21141,300,0,0,1,0,0,0,0,0),(136136,28747,571,1,2,0,1,5813.96,-4295.51,374.638,6.12611,300,0,0,1,0,0,0,0,0),(136137,28752,571,1,2,0,1,5757.95,-4321.8,374.079,1.76278,300,0,0,1,0,0,0,0,0),(136138,28747,571,1,2,0,1,5717.15,-4417.47,390.02,1.55334,300,0,0,1,0,0,0,0,0),(136139,28747,571,1,2,0,1,5717.6,-4465.91,394.491,4.8708,300,10,0,1,0,1,0,0,0),(136140,28724,571,1,2,13069,0,5784.32,-4450.26,387.26,1.58825,300,0,0,1,0,0,0,0,0),(136141,28719,571,1,2,0,0,5784.43,-4450.77,385.885,6.07375,300,0,0,1,0,0,0,0,0),(136142,28747,571,1,2,0,1,5789.29,-4409.73,386.433,1.28078,300,10,0,1,0,1,0,0,0),(136143,28748,571,1,2,0,0,5647.67,-4377.96,386.065,3.49977,300,0,0,1,0,2,0,0,0),(136144,28719,571,1,2,0,0,5649.86,-4449,385.885,3.12414,300,0,0,1,0,0,0,0,0),(136145,28747,571,1,2,0,1,5642.89,-4441.07,385.885,5.46288,300,0,0,1,0,0,0,0,0),(136146,28724,571,1,2,13069,0,5649.91,-4448.59,387.246,1.5708,300,0,0,1,0,0,0,0,0),(136147,28748,571,1,2,0,0,5591.12,-4345.02,374.48,1.39626,300,0,0,1,0,0,0,0,0),(136148,28747,571,1,2,0,1,5616.43,-4299.67,374.132,1.8326,300,0,0,1,0,0,0,0,0),(136149,28719,571,1,2,0,0,5581.1,-4435.17,374.082,1.55334,300,0,0,1,0,0,0,0,0),(136150,28724,571,1,2,13069,0,5581.71,-4435.31,375.641,6.26573,300,0,0,1,0,0,0,0,0),(136151,28748,571,1,2,0,0,5591.34,-4395.8,374.058,1.31258,300,0,0,1,0,2,0,0,0),(136152,28747,571,1,2,0,1,5595.19,-4432.8,374.078,3.31613,300,0,0,1,0,0,0,0,0),(136153,28747,571,1,2,0,1,5643.72,-4486.46,385.868,3.33079,300,10,0,1,0,1,0,0,0),(136154,28724,571,1,2,13069,0,5613.82,-4286.39,375.374,5.044,300,0,0,1,0,0,0,0,0),(136155,28719,571,1,2,0,0,5613.5,-4285.69,374.029,5.98648,300,0,0,1,0,0,0,0,0),(136156,28719,571,1,2,0,0,5616.25,-4237.39,363.753,0.191986,300,0,0,1,0,0,0,0,0),(136157,28747,571,1,2,0,1,5616.47,-4223.49,363.772,4.69494,300,0,0,1,0,0,0,0,0),(136158,28724,571,1,2,13069,0,5616.13,-4236.8,365.063,1.58825,300,0,0,1,0,0,0,0,0),(136159,28747,571,1,2,0,1,5746.81,-4376.4,386.226,2.94961,300,0,0,1,0,0,0,0,0),(136160,28747,571,1,2,0,1,5819.42,-4267.65,370.237,5.99292,300,10,0,1,0,1,0,0,0),(136161,28748,571,1,2,0,0,5840.34,-4347.72,374.078,1.62316,300,0,0,1,0,0,0,0,0),(136162,28747,571,1,2,0,1,5827.61,-4221.19,362.522,2.21657,300,0,0,1,0,0,0,0,0),(136163,28747,571,1,2,0,1,5798.31,-4147.53,352.186,6.23082,300,0,0,1,0,0,0,0,0),(136164,28747,571,1,2,0,1,5818.01,-4117.08,353.263,0.0174533,300,0,0,1,0,0,0,0,0),(136165,28719,571,1,2,0,0,5769.03,-4084.95,352.17,3.56047,300,0,0,1,0,0,0,0,0),(136166,28724,571,1,2,13069,0,5769.07,-4085.21,353.504,4.76475,300,0,0,1,0,0,0,0,0),(136167,28747,571,1,2,0,1,5798.5,-4085.71,352.472,0.0349066,300,0,0,1,0,0,0,0,0),(136168,28747,571,1,2,0,1,5779.8,-4054.32,353.905,0.0102175,300,10,0,1,0,1,0,0,0),(136169,28747,571,1,2,0,1,5831.31,-4381.72,374.649,1.25976,300,10,0,1,0,1,0,0,0),(136170,28724,571,1,2,13069,0,5848.86,-4433.83,375.502,3.15905,300,0,0,1,0,0,0,0,0),(136171,28719,571,1,2,0,0,5849.88,-4433.88,374.078,1.46608,300,0,0,1,0,0,0,0,0),(136172,28747,571,1,2,0,1,5842.9,-4440.75,374.078,0.837758,300,0,0,1,0,0,0,0,0),(136173,28747,571,1,2,0,1,5795.06,-4456.04,385.885,2.6529,300,0,0,1,0,0,0,0,0),(136174,28747,571,1,2,0,1,5831.4,-4489.44,376.462,2.92996,300,10,0,1,0,1,0,0,0),(136175,28756,571,1,2,0,0,5841.86,-4383.03,374.05,1.57177,300,0,0,1,0,2,0,0,0),(136176,28748,571,1,2,0,0,5793.18,-4386.62,387.428,2.26353,300,0,0,1,0,2,0,0,0),(136177,28747,571,1,2,0,1,5784.91,-4313.74,374.078,0.909042,300,10,0,1,0,1,0,0,0),(88701,26298,571,1,1,21999,0,5309.63,-3772.25,372.504,5.70723,300,0,0,42,0,0,0,0,0),(88702,26298,571,1,1,21999,0,5333.05,-3796.97,372.489,2.35619,300,0,0,42,0,0,0,0,0),(88703,26298,571,1,1,21999,0,5309.46,-3772.57,372.475,5.35816,300,0,0,42,0,0,0,0,0),(88704,26298,571,1,1,21999,0,5332.84,-3797.16,372.476,2.32129,300,0,0,42,0,0,0,0,0),(88705,28402,571,1,1,0,1,5375.8,-3758.14,360.529,0.733038,300,0,0,0,0,0,0,0,0),(88706,28404,571,1,1,0,0,5497.15,-3791.35,359.645,3.03331,300,5,0,0,0,1,0,0,0),(88707,28403,571,1,1,0,1,5323.46,-3813,371.978,1.55334,300,0,0,0,0,0,0,0,0),(88708,28403,571,1,1,0,1,5291.73,-3780.95,371.659,6.24828,300,0,0,0,0,0,0,0,0),(88709,28403,571,1,1,0,1,5316.54,-3755.72,371.53,5.0091,300,0,0,0,0,0,0,0,0),(88710,28403,571,1,1,0,1,5422.52,-3822.24,363.231,0.0174533,300,0,0,0,0,0,0,0,0),(88711,28403,571,1,1,0,1,5335.82,-3846.02,370.863,3.92699,300,0,0,0,0,0,0,0,0),(88712,28403,571,1,1,0,1,5382.78,-3799.29,372.698,0.785398,300,0,0,0,0,0,0,0,0),(88713,28403,571,1,1,0,1,5347.82,-3790.36,371.458,2.80998,300,0,0,0,0,0,0,0,0),(88714,28404,571,1,1,0,0,5385.08,-3821.31,373.199,4.39083,300,5,0,0,0,1,0,0,0),(88715,28402,571,1,1,0,1,5368.79,-3862.89,373.633,5.51524,300,0,0,0,0,0,0,0,0),(88716,28402,571,1,1,0,1,5263.5,-3717.98,373.073,2.35619,300,0,0,0,0,0,0,0,0),(88717,28403,571,1,1,0,1,5394.25,-3702.96,362.089,0.15708,300,0,0,0,0,0,0,0,0),(88718,28403,571,1,1,0,1,5410.39,-3718.9,362.047,1.51844,300,0,0,0,0,0,0,0,0),(88719,28404,571,1,1,0,0,5395.65,-3862.89,362.435,4.3558,300,5,0,0,0,1,0,0,0),(88720,28404,571,1,1,0,0,5434.54,-3731.85,362.086,2.67576,300,5,0,0,0,1,0,0,0),(88721,28403,571,1,1,0,1,5477.65,-3878.01,361.057,0.767945,300,0,0,0,0,0,0,0,0),(88722,28402,571,1,1,0,1,5553.43,-3829.98,372.527,5.65487,300,0,0,0,0,0,0,0,0),(88723,28402,571,1,1,0,1,5585.78,-3799.42,366.223,6.14356,300,0,0,0,0,0,0,0,0),(88724,28402,571,1,1,0,1,5537.25,-3846.53,372.089,5.37561,300,0,0,0,0,0,0,0,0),(88725,28404,571,1,1,0,0,5510.54,-3926.73,362.085,5.46269,300,5,0,0,0,1,0,0,0),(88726,28403,571,1,1,0,1,5322.32,-3572.04,363.323,4.83456,300,0,0,0,0,0,0,0,0),(88727,28402,571,1,1,0,1,5367.77,-3541.64,364.236,0.785398,300,0,0,0,0,0,0,0,0),(88728,28402,571,1,1,0,1,5459.91,-3643.15,362.345,0.942478,300,0,0,0,0,0,0,0,0),(88729,28402,571,1,1,0,1,5323.4,-3644.5,362.044,5.70723,300,0,0,0,0,0,0,0,0),(88730,28403,571,1,1,0,1,5330.01,-3913.49,365.88,4.69494,300,0,0,0,0,0,0,0,0),(88731,28403,571,1,1,0,1,5434.8,-3919.14,361.161,3.94444,300,0,0,0,0,0,0,0,0),(88732,28402,571,1,1,0,1,5475.93,-3943.57,362.062,4.74688,300,0,0,0,0,2,0,0,0),(88733,28404,571,1,1,0,0,5347.84,-3946.39,362.553,0.749821,300,5,0,0,0,1,0,0,0),(88734,28403,571,1,1,0,1,5277.25,-3619.67,363.328,6.21337,300,0,0,0,0,0,0,0,0),(245680,25923,0,1,1,0,0,-1128.57,-3538.51,51.0144,3.9968,300,0,0,920,0,0,0,0,0),(245679,25922,1,1,1,0,0,6846.1,-4567.41,709.085,4.43314,300,0,0,3728,0,0,0,0,0),(16398,32225,571,1,1,0,0,7303.23,1520.81,323.296,1.53589,300,0,0,63000,0,0,0,0,0),(16397,16123,0,1,1,0,0,-14457.2,448.085,20.407,6.11562,600,0,0,0,0,0,0,0,0),(1976226,25233,571,1,1,0,0,1247.05,-3341.22,199.881,2.98407,600,0,0,9291,0,0,0,0,0),(48311,15091,309,1,1,0,0,-11518.3,-1649.96,41.3826,5.13127,7200,0,0,1,0,0,0,0,0),(48312,15091,309,1,1,0,0,-11518.5,-1649.3,41.3826,5.86431,7200,0,0,1,0,0,0,0,0),(48313,15091,309,1,1,0,0,-11518.5,-1651.54,41.3826,0.261799,7200,0,0,1,0,0,0,0,0),(48314,15091,309,1,1,0,0,-11516.9,-1604.25,41.3826,5.28835,7200,0,0,1,0,0,0,0,0),(43492,22919,530,1,1,0,1,3866.55,5978.68,291.792,4.10061,300,0,0,6986,0,0,0,0,0),(45758,11447,1,1,1,0,0,-3799.62,1063.83,132.806,1.20424,21600,0,0,60000,0,0,0,0,0),(45759,11497,1,1,1,0,0,-3731.22,1061.32,132.345,1.7815,21600,0,0,73000,24340,0,0,0,0),(45760,11498,1,1,1,0,1,-3690.96,1077.14,131.969,2.65172,21600,0,0,57000,0,0,0,0,0),(43494,5435,1,1,1,0,0,-1144.25,-4336.33,-8.45723,4.60283,900,4,0,741,0,1,0,0,0),(100173,3094,0,1,1,0,0,-10694.8,345.662,44.4895,2.09338,300,0,0,2215,0,0,0,0,0),(100174,3094,0,1,1,0,0,-10702.9,360.152,39.7227,4.04982,300,0,0,2215,0,0,0,0,0),(100175,3094,0,1,1,0,0,-10707.4,314.112,40.1481,4.46221,300,0,0,2215,0,0,0,0,0),(100176,3094,0,1,1,0,0,-11096.8,-960.518,65.3837,0.650136,300,0,0,2292,0,0,0,0,0),(100177,3094,0,1,1,0,0,-10800.4,-655.44,41.3178,0.206699,300,0,0,2292,0,0,0,0,0),(100178,3094,0,1,1,0,0,-10782.8,-635.116,42.1594,2.53933,300,0,0,2138,0,0,0,0,0),(100179,3094,0,1,1,0,0,-10806.6,-616.345,40.0752,4.601,300,0,0,2138,0,0,0,0,0),(100180,3094,0,1,1,0,0,-10837.1,-573.623,36.5976,6.13188,300,0,0,2292,0,0,0,0,0),(100181,3094,0,1,1,0,0,-10823,-564.998,37.4107,1.71623,300,0,0,2138,0,0,0,0,0),(100183,3094,0,1,1,0,0,-10924,446.213,46.2609,5.96992,300,0,0,2138,0,0,0,0,0),(100184,3094,0,1,1,0,0,-10747.1,257.103,42.0292,1.18606,300,0,0,2215,0,0,0,0,0),(100185,3094,0,1,1,0,0,-10759.6,343.884,38.3282,5.24523,300,0,0,2138,0,0,0,0,0),(100186,3094,0,1,1,0,0,-10731.5,364.135,37.2459,4.06321,300,0,0,2138,0,0,0,0,0),(100187,3094,0,1,1,0,0,-10701.5,347.995,39.7227,3.22043,300,0,0,2215,0,0,0,0,0),(100188,3094,0,1,1,0,0,-10694.8,344.219,39.7097,2.706,300,0,0,2292,0,0,0,0,0),(100189,3094,0,1,1,0,0,-10715.6,263.155,43.9056,2.1562,300,0,0,2292,0,0,0,0,0),(100190,3094,0,1,1,0,0,-11091.8,-954.163,65.348,1.59261,300,0,0,2215,0,0,0,0,0),(100191,3094,0,1,1,0,0,-10937.8,-936.044,76.878,1.18113,300,0,0,2292,0,0,0,0,0),(100192,3094,0,1,1,0,0,-10964.1,-949.174,71.1917,2.08064,300,0,0,2292,0,0,0,0,0),(100193,3094,0,1,1,0,0,-10934.9,-928.656,72.1262,3.08437,300,0,0,2215,0,0,0,0,0),(100194,3094,0,1,1,0,0,-10929.6,-936.748,72.126,2.29741,300,0,0,2292,0,0,0,0,0),(100195,3094,0,1,1,0,0,-10798.5,-635.655,41.1281,1.31804,300,0,0,2292,0,0,0,0,0),(100196,3094,0,1,1,0,0,-10830.1,-616.585,38.7076,3.76848,300,0,0,2292,0,0,0,0,0),(100197,3094,0,1,1,0,0,-10677.6,314.27,33.6022,1.28606,300,0,0,2292,0,0,0,0,0),(100198,3094,0,1,1,0,0,-10684.3,314.55,40.7586,3.14353,300,0,0,2138,0,0,0,0,0),(100199,3094,0,1,1,0,0,-10368.7,-1258.33,35.9096,0.448286,300,0,0,2138,0,0,0,0,0),(100200,3094,0,1,1,0,0,-10347.4,-1287.13,35.3003,1.44967,300,0,0,2138,0,0,0,0,0),(100201,3094,0,1,1,0,0,-10368.6,-1290.02,35.303,0.263719,300,0,0,2292,0,0,0,0,0),(244553,38044,1,1,1,0,0,-1223.83,62.5435,129.123,3.29929,300,0,0,42,0,0,0,0,0),(244552,38043,530,1,1,0,0,9617.42,-7181.72,14.2958,2.39329,300,0,0,42,0,0,0,0,0),(244551,38042,1,1,1,0,0,1648.48,-4434.6,17.6364,1.10031,300,0,0,42,0,0,0,0,0),(244550,38041,0,1,1,0,0,-4915.43,-979.532,501.448,2.31443,300,0,0,42,0,0,0,0,0),(244549,38040,530,1,1,0,0,-4010.12,-11846.9,0.135113,5.42082,300,0,0,42,0,0,0,0,0),(40267,29255,571,1,1,0,0,5900.3,505.75,641.653,4.17134,120,0,0,1,0,0,0,0,0),(86442,26806,571,1,1,0,0,4668.35,-4849.1,35.5635,3.10669,300,0,0,1,0,0,0,0,0),(86443,26806,571,1,1,0,0,4669.26,-4869.12,35.5635,3.26377,300,0,0,1,0,0,0,0,0),(86444,24405,571,1,1,0,0,4912.77,-4797.92,32.6877,3.59538,300,0,0,1,0,0,0,0,0),(49815,27358,571,1,1,0,1,4576.38,1711.56,171.324,4.01839,300,5,0,1,0,1,0,0,0),(49816,27358,571,1,1,0,1,4574.41,1751.61,167.884,1.03504,300,5,0,1,0,1,0,0,0),(49817,27363,571,1,1,0,0,4570.44,1678.62,170.576,0.00229885,300,5,0,1,0,1,0,0,0),(54428,36656,571,1,1,0,1,5647.67,2106.53,798.138,4.76475,120,0,0,1,0,0,0,0,0),(54429,36656,571,1,1,0,1,5657.82,2105.71,798.138,4.59022,120,0,0,1,0,0,0,0,0),(54430,36624,571,1,1,0,1,5652.73,2106.21,798.138,4.57276,120,0,0,1,0,0,0,0,0),(108860,11697,1,1,1,0,1,1377.44,-2831.15,108.027,5.77812,120,10,0,1,0,2,0,0,0),(108861,11697,1,1,1,0,1,1442.84,-2781.55,143.33,3.40741,120,10,0,1,0,1,0,0,0),(108862,11697,1,1,1,0,1,1520.55,-2910.79,128.79,0.370891,120,10,0,1,0,1,0,0,0),(108863,11697,1,1,1,0,1,1525.12,-2850.32,182.265,5.1565,120,10,0,1,0,2,0,0,0),(108864,11697,1,1,1,0,1,1538.94,-2878.93,183.464,1.23918,120,0,0,1,0,0,0,0,0),(108865,11697,1,1,1,0,1,1544.03,-2848.75,182.515,5.044,120,0,0,1,0,0,0,0,0),(108866,11697,1,1,1,0,1,1544.42,-2863,112.056,2.70184,120,10,0,1,0,1,0,0,0),(108867,11697,1,1,1,0,1,1563.02,-2859.16,182.293,4.06662,120,0,0,1,0,0,0,0,0),(108868,11697,1,1,1,0,1,1581.57,-2897.42,182.329,1.43117,120,0,0,1,0,0,0,0,0),(108869,16030,1,1,1,0,0,1625.75,-3095.01,89.1229,2.2015,120,10,0,1,0,1,0,0,0),(108870,16030,1,1,1,0,0,1636.01,-3052.93,90.0757,4.71536,120,10,0,1,0,1,0,0,0),(108871,16030,1,1,1,0,0,1647.72,-3076.71,88.3328,1.01697,120,10,0,1,0,1,0,0,0),(108872,6073,1,1,1,0,0,1420.36,-2797,153.297,4.15846,120,0,0,1,0,0,0,0,0),(108873,6073,1,1,1,0,0,1451.37,-2815.77,154.216,4.38523,120,0,0,1,0,0,0,0,0),(108874,6073,1,1,1,0,0,1500.76,-2835.74,111.587,5.95405,120,0,0,1,0,0,0,0,0),(108875,6073,1,1,1,0,0,1512.83,-2877.94,111.116,2.86,120,0,0,1,0,0,0,0,0),(108876,6073,1,1,1,0,0,1550.41,-2885.67,132.955,4.35423,120,0,0,1,0,0,0,0,0),(108877,6073,1,1,1,0,0,1555.71,-2901.45,182.44,3.85718,120,10,0,1,0,1,0,0,0),(108878,6073,1,1,1,0,0,1566.78,-2894.13,132.596,0.195648,120,0,0,1,0,0,0,0,0),(108879,6073,1,1,1,0,0,1537.93,-2823.11,181.607,5.28222,120,0,0,1,0,0,0,0,0),(108880,6073,1,1,1,0,0,1583.34,-2959.56,182.253,5.41046,120,0,0,1,0,0,0,0,0),(108881,6115,1,1,1,0,1,1418.67,-2849.54,133.129,0.943858,120,10,0,1,0,2,0,0,0),(108882,6115,1,1,1,0,1,1461.95,-2777.58,154.924,4.63733,120,10,0,1,0,2,0,0,0),(108883,6115,1,1,1,0,1,1529.59,-2869.34,124.593,4.90235,120,10,0,1,0,2,0,0,0),(108884,6115,1,1,1,0,1,1682.38,-3116.47,89.555,1.34784,120,10,0,1,0,2,0,0,0),(108885,6115,1,1,1,0,1,1606.02,-2979.19,182.067,2.85391,120,10,0,1,0,2,0,0,0),(61994,26298,571,1,1,0,0,6863.84,-4503.26,443.184,3.92699,300,0,0,1,0,0,0,0,0),(61995,26298,571,1,1,0,0,6862.34,-4549.72,443.059,2.28638,300,0,0,1,0,0,0,0,0),(61996,23837,571,1,1,11686,0,6829.34,-4525.16,442.068,3.42085,300,0,0,1,0,0,0,0,0),(40471,23143,530,1,1,0,0,-5142.57,581.328,84.1357,0.506145,120,0,0,1,0,0,0,0,0),(1974606,28362,571,1,1,0,0,5699.09,4671.95,-135.473,5.98648,300,0,0,42,0,0,0,0,0),(1974605,28362,571,1,1,0,0,5651.16,4450.16,-137.938,5.96903,300,0,0,42,0,0,0,0,0),(1974604,28362,571,1,1,0,0,5768.06,4605.94,-137.685,3.87463,300,0,0,42,0,0,0,0,0),(1974603,28362,571,1,1,0,0,5842.54,4682.01,-134.929,4.67748,300,0,0,42,0,0,0,0,0),(1974602,28362,571,1,1,0,0,5538.02,4635.59,-136.865,1.0472,300,0,0,42,0,0,0,0,0),(1974601,28362,571,1,1,0,0,5539.76,4518.49,-134.643,5.89921,300,0,0,42,0,0,0,0,0),(1974600,28362,571,1,1,0,0,5751.76,4767.77,-134.935,3.97935,300,0,0,42,0,0,0,0,0),(1974599,28362,571,1,1,0,0,5548.25,4563.07,-136.596,0.244346,300,0,0,42,0,0,0,0,0),(1974598,28362,571,1,1,0,0,5656.49,4679.36,-132.475,0.855211,300,0,0,42,0,0,0,0,0),(1974597,28362,571,1,1,0,0,5579.51,4442.72,-139.873,5.5676,300,0,0,42,0,0,0,0,0),(1974596,28362,571,1,1,0,0,5807.02,4767.91,-134.886,3.56047,300,0,0,42,0,0,0,0,0),(1974595,28362,571,1,1,0,0,5656.22,4645.32,-136.027,2.9147,300,0,0,42,0,0,0,0,0),(1974594,28362,571,1,1,0,0,5523.1,4547.95,-139.252,0.034907,300,0,0,42,0,0,0,0,0),(1974593,28362,571,1,1,0,0,5693.35,4629.68,-138.322,4.92183,300,0,0,42,0,0,0,0,0),(1974592,28362,571,1,1,0,0,5606.67,4545.54,-136.037,4.95674,300,0,0,42,0,0,0,0,0),(1974591,28362,571,1,1,0,0,5726.51,4370.49,-138.519,3.10669,300,0,0,42,0,0,0,0,0),(1974590,28362,571,1,1,0,0,5607.36,4355.13,-134.915,4.45059,300,0,0,42,0,0,0,0,0),(1974589,28362,571,1,1,0,0,5551.06,4750.33,-133.777,1.81514,300,0,0,42,0,0,0,0,0),(1974588,28362,571,1,1,0,0,5822.07,4726.69,-132.864,6.19592,300,0,0,42,0,0,0,0,0),(1974587,28362,571,1,1,0,0,5432.09,4315.3,-137.512,4.67748,300,0,0,42,0,0,0,0,0),(1974586,28362,571,1,1,0,0,5488.86,4306.88,-130.141,2.00713,300,0,0,42,0,0,0,0,0),(1974585,28362,571,1,1,0,0,5479.12,4363.98,-138.379,4.17134,300,0,0,42,0,0,0,0,0),(1974584,28362,571,1,1,0,0,5566.85,4608.07,-140.005,0.087266,300,0,0,42,0,0,0,0,0),(1974583,28362,571,1,1,0,0,5733.78,4598.79,-134.907,0.802851,300,0,0,42,0,0,0,0,0),(1974582,28362,571,1,1,0,0,5586.91,4715.22,-132.39,0.942478,300,0,0,42,0,0,0,0,0),(1974581,28362,571,1,1,0,0,5789.39,4640.83,-135.591,5.53269,300,0,0,42,0,0,0,0,0),(1974580,28362,571,1,1,0,0,5551.06,4750.33,-133.777,1.81514,300,0,0,42,0,0,0,0,0),(1974579,28362,571,1,1,0,0,5608.23,4691.19,-136.457,2.6529,300,0,0,42,0,0,0,0,0),(1974578,28362,571,1,1,0,0,5494.54,4597.56,-138.846,3.05433,300,0,0,42,0,0,0,0,0),(1974577,28362,571,1,1,0,0,5586.24,4668.07,-134.59,1.78024,300,0,0,42,0,0,0,0,0),(1974576,28362,571,1,1,0,0,5743.72,4645.34,-135.131,3.07178,300,0,0,42,0,0,0,0,0),(1974575,28362,571,1,1,0,0,5626.6,4317.26,-133.309,1.90241,300,0,0,42,0,0,0,0,0),(1974574,28362,571,1,1,0,0,5663.73,4370.93,-137.657,4.72984,300,0,0,42,0,0,0,0,0),(1974573,28362,571,1,1,0,0,5539.42,4358.89,-136.533,2.07694,300,0,0,42,0,0,0,0,0),(110276,23837,571,1,1,0,0,5527.29,-3380.66,350.41,1.8675,120,0,0,1,0,0,0,0,0),(110265,28504,571,1,1,0,0,5492.88,-3459.56,350.45,1.58825,300,0,0,1,0,0,0,0,0),(110264,28504,571,1,1,0,0,5521.36,-3386.5,350.327,5.65487,300,0,0,1,0,2,0,0,0),(110261,28504,571,1,1,0,0,5526.02,-3355.06,364.389,4.67748,300,0,0,1,0,0,0,0,0),(110260,28504,571,1,1,0,0,5547.05,-3498.97,350.452,2.33943,300,0,0,1,0,2,0,0,0),(110259,28504,571,1,1,0,0,5566.45,-3498.8,351.054,4.59022,300,0,0,1,0,0,0,0,0),(110258,28504,571,1,1,0,0,5591.04,-3475.19,351.525,0.10472,300,0,0,1,0,0,0,0,0),(1977324,31254,571,1,2,24768,1,7584.47,1376.15,332.536,1.18682,60,0,0,12600,0,0,0,0,0),(1977323,31254,571,1,2,24768,1,7575.55,1310.4,333.824,1.43117,60,0,0,12600,0,0,0,0,0),(1977322,31254,571,1,2,24768,1,7580.7,1310.45,334.473,1.50098,60,0,0,12600,0,0,0,0,0),(1977321,31254,571,1,2,24768,1,7587.73,1318.6,334.791,1.53589,60,0,0,12600,0,0,0,0,0),(1977320,31254,571,1,2,24768,1,7576.25,1318.98,333.319,1.37881,60,0,0,12600,0,0,0,0,0),(1977319,31254,571,1,2,24768,1,7581.49,1318.21,334.011,1.44862,60,0,0,12600,0,0,0,0,0),(1977318,31254,571,1,2,24768,1,7577.1,1325.81,332.855,1.37881,60,0,0,12600,0,0,0,0,0),(1977317,31254,571,1,2,24768,1,7582.48,1325.18,333.568,1.46608,60,0,0,12600,0,0,0,0,0),(1977316,31254,571,1,2,24768,1,7588.17,1325.12,334.319,1.55334,60,0,0,12600,0,0,0,0,0),(1977315,31254,571,1,2,24768,1,7558.44,1359.3,328.263,0.785398,60,0,0,12600,0,0,0,0,0),(1977314,31254,571,1,2,24768,1,7562.09,1356.33,328.945,0.890118,60,0,0,12600,0,0,0,0,0),(1977313,31254,571,1,2,24768,1,7566.87,1352.06,329.68,1.02974,60,0,0,12600,0,0,0,0,0),(1977312,31254,571,1,2,24768,1,7571.02,1348.64,330.53,1.15192,60,0,0,12600,0,0,0,0,0),(1977311,31254,571,1,2,24768,1,7575.36,1345.21,331.734,1.25664,60,0,0,12600,0,0,0,0,0),(1977310,31254,571,1,2,24768,1,7555.55,1355.55,328.198,0.785398,60,0,0,12600,0,0,0,0,0),(1977309,31254,571,1,2,24768,1,7558.83,1352.61,329.015,0.890118,60,0,0,12600,0,0,0,0,0),(1977308,31254,571,1,2,24768,1,7563.99,1349.03,329.878,1.01229,60,0,0,12600,0,0,0,0,0),(1977307,31254,571,1,2,24768,1,7568.35,1344.57,330.561,1.13446,60,0,0,12600,0,0,0,0,0),(1977306,31254,571,1,2,24768,1,7572.89,1341.37,331.671,1.23918,60,0,0,12600,0,0,0,0,0),(1977305,31254,571,1,2,24768,1,7613.16,1363.57,336.909,2.26893,60,0,0,12600,0,0,0,0,0),(1977304,31254,571,1,2,24768,1,7593.27,1375.51,333.626,1.74533,60,0,0,12600,0,0,0,0,0),(1977303,31254,571,1,2,24768,1,7589.81,1375.82,333.15,1.53589,60,0,0,12600,0,0,0,0,0),(62851,23837,571,1,1,11686,0,2452.86,1722.22,61.8313,5.65487,300,0,0,42,0,0,0,0,0),(62852,24110,571,1,1,0,0,2427.38,1680.86,-0.0596377,2.35619,300,0,0,1,0,0,0,0,0),(62853,24110,571,1,1,0,0,2407.34,1733.47,7.56045,2.44346,300,0,0,1,0,0,0,0,0),(62854,24110,571,1,1,0,0,2436.23,1710.7,-0.0138767,5.18363,300,0,0,1,0,0,0,0,0),(1976202,6492,0,1,1,0,0,-9098.44,832.942,97.6299,6.13699,300,0,0,386,0,0,0,0,0),(75033,27336,571,1,1,0,0,3878.46,-985.889,116.458,5.02889,120,5,0,1,0,1,0,0,0),(75032,27336,571,1,1,0,0,3889.42,-935.48,115.646,1.28458,120,5,0,1,0,1,0,0,0),(75031,27336,571,1,1,0,0,3846.75,-929.04,112.891,4.70838,120,5,0,1,0,1,0,0,0),(1976221,26831,571,1,1,0,0,2896.58,1817.61,135.334,1.61517,600,0,0,1,0,0,0,0,0),(1976220,26887,571,1,1,0,0,3056.53,1400.98,121.901,3.79364,300,0,0,42,0,0,0,0,0),(1976219,70100,571,1,1,0,0,2452.56,1721.64,61,0,300,0,0,1,0,0,0,0,0),(1975440,25624,571,1,1,0,0,3104.28,6519.58,81.5076,6.17846,100,0,0,5914,0,0,0,0,0),(1975439,25624,571,1,1,0,0,3104.04,6511.73,81.8068,3.45575,100,0,0,5914,0,0,0,0,0),(1975438,25624,571,1,1,0,0,3122.1,6518.81,80.7091,1.81514,100,0,0,5914,0,0,0,0,0),(1975437,25624,571,1,1,0,0,3105.6,6534.98,80.8596,0.15708,100,0,0,5914,0,0,0,0,0),(1975436,25624,571,1,1,0,0,3108.6,6531.9,80.8754,5.46288,100,0,0,5914,0,0,0,0,0),(1975435,25624,571,1,1,0,0,3126.41,6498.18,81.302,6.24828,100,0,0,5914,0,0,0,0,0),(1975434,25624,571,1,1,0,0,3096.96,6510.87,82.0854,0.558505,100,0,0,5914,0,0,0,0,0),(1975433,25624,571,1,1,0,0,3102.45,6538.24,80.8342,1.58825,100,0,0,5914,0,0,0,0,0),(1975432,25624,571,1,1,0,0,3116.41,6507.34,81.3439,5.81195,100,0,0,5914,0,0,0,0,0),(1975431,25624,571,1,1,0,0,3129.41,6511.59,80.7066,2.72271,100,0,0,5914,0,0,0,0,0),(1975430,25624,571,1,1,0,0,3126.15,6489.57,81.6546,2.14675,100,0,0,5914,0,0,0,0,0),(1975429,25624,571,1,1,0,0,3126.14,6514.96,80.6848,1.95477,100,0,0,5914,0,0,0,0,0),(1975428,25624,571,1,1,0,0,3109.38,6506.75,81.6883,6.03884,100,0,0,5914,0,0,0,0,0),(1975427,25624,571,1,1,0,0,3115.22,6492.26,81.9308,5.5676,100,0,0,5914,0,0,0,0,0),(1975426,25624,571,1,1,0,0,3098.93,6517.5,81.775,3.00197,100,0,0,5914,0,0,0,0,0),(1975425,25624,571,1,1,0,0,3103.04,6504.89,82.0467,3.94444,100,0,0,5914,0,0,0,0,0),(1975424,25624,571,1,1,0,0,3126.8,6505.61,81.013,3.90954,100,0,0,5914,0,0,0,0,0),(1975423,25624,571,1,1,0,0,3116.98,6515.01,81.08,5.89921,100,0,0,5914,0,0,0,0,0),(1975422,25624,571,1,1,0,0,3112.07,6511.91,81.3951,5.14872,100,0,0,5914,0,0,0,0,0),(1975421,25624,571,1,1,0,0,3100.57,6532.09,81.1655,6.23082,100,0,0,5914,0,0,0,0,0),(1975420,25624,571,1,1,0,0,3104.28,6528.08,81.1888,3.42085,100,0,0,5914,0,0,0,0,0),(1975419,25624,571,1,1,0,0,3109.11,6498.78,81.9249,2.63545,100,0,0,5914,0,0,0,0,0),(1975418,25624,571,1,1,0,0,3120.45,6486.97,81.9426,1.90241,100,0,0,5914,0,0,0,0,0),(1975417,25624,571,1,1,0,0,3099.79,6524.31,81.5106,3.36848,100,0,0,5914,0,0,0,0,0),(1975416,25624,571,1,1,0,0,3120.76,6495.86,81.5926,2.49582,100,0,0,5914,0,0,0,0,0),(1975415,25624,571,1,1,0,0,3114.64,6501.5,81.6178,0.349066,100,0,0,5914,0,0,0,0,0),(1975414,25624,571,1,1,0,0,3121,6502.85,81.3337,3.22886,100,0,0,5914,0,0,0,0,0),(1975413,25624,571,1,1,0,0,3122.21,6510.26,81.0079,2.86234,100,0,0,5914,0,0,0,0,0),(1975412,25624,571,1,1,0,0,3116.76,6524.07,80.8485,6.02139,100,0,0,5914,0,0,0,0,0),(1975411,25624,571,1,1,0,0,3112.36,6527.99,80.8751,3.63029,100,0,0,5914,0,0,0,0,0),(131324,25618,571,1,1,0,1,3126.53,6532.78,80.0636,5.57699,60,0,0,0,0,0,0,0,0),(45222,18896,530,1,1,0,0,-4018.09,-11417,-136.033,5.67232,120,0,0,1,0,0,0,0,0),(72770,33224,571,1,1,0,0,3819.23,-4360.78,182.312,4.92739,120,5,0,1,0,1,0,0,0),(72771,33224,571,1,1,0,0,3822.34,-4362.17,182.556,0.457522,120,5,0,1,0,1,0,0,0),(72772,33224,571,1,1,0,0,3803.5,-4354.35,180.806,4.40919,120,5,0,1,0,1,0,0,0),(72773,33224,571,1,1,0,0,3778.92,-4312.72,183.45,0.989077,120,5,0,1,0,1,0,0,0),(72774,33224,571,1,1,0,0,3805.65,-4352.62,181.431,5.34248,120,5,0,1,0,1,0,0,0),(72775,33224,571,1,1,0,0,3803.12,-4347.75,180.806,2.03601,120,5,0,1,0,1,0,0,0),(116044,33211,571,1,1,0,0,3772.26,-4314.93,180.231,2.44895,120,5,0,1,0,1,0,0,0),(116045,33211,571,1,1,0,0,3772.71,-4317.77,179.991,4.85301,120,5,0,1,0,1,0,0,0),(116046,33211,571,1,1,0,0,3775.59,-4305.58,185.45,6.26561,120,5,0,1,0,1,0,0,0),(116047,33211,571,1,1,0,0,3777.86,-4321.65,180.575,6.11946,120,5,0,1,0,1,0,0,0),(116048,33211,571,1,1,0,0,3778.75,-4320.92,180.922,5.89215,120,5,0,1,0,1,0,0,0),(116049,33211,571,1,1,0,0,3789.03,-4324.99,182.871,0.557987,120,5,0,1,0,1,0,0,0),(116050,33211,571,1,1,0,0,3790.62,-4323.96,183.45,2.364,120,5,0,1,0,1,0,0,0),(116051,33211,571,1,1,0,0,3792.34,-4335.89,180.584,1.41937,120,5,0,1,0,1,0,0,0),(116052,33211,571,1,1,0,0,3792.57,-4335.02,180.62,4.56733,120,5,0,1,0,1,0,0,0),(116053,33211,571,1,1,0,0,3800.05,-4336.84,182.427,0.0697878,120,5,0,1,0,1,0,0,0),(116054,33211,571,1,1,0,0,3801.1,-4336.33,182.681,2.52184,120,5,0,1,0,1,0,0,0),(116055,33211,571,1,1,0,0,3805.92,-4356.71,181.306,4.68659,120,5,0,1,0,1,0,0,0),(116056,33211,571,1,1,0,0,3806.05,-4357.08,181.381,2.511,120,5,0,1,0,1,0,0,0),(116057,33211,571,1,1,0,0,3807.35,-4346.99,181.61,2.06903,120,5,0,1,0,1,0,0,0),(116058,33211,571,1,1,0,0,3810.15,-4348.29,182.556,0.350148,120,5,0,1,0,1,0,0,0),(116059,33211,571,1,1,0,0,3815.82,-4356.93,182.881,2.11018,120,5,0,1,0,1,0,0,0),(116060,33211,571,1,1,0,0,3816.02,-4362.76,181.806,2.04127,120,5,0,1,0,1,0,0,0),(116061,33211,571,1,1,0,0,3816.48,-4363.56,181.747,4.3453,120,5,0,1,0,1,0,0,0),(116062,33211,571,1,1,0,0,3816.49,-4356.44,182.931,0.0126206,120,5,0,1,0,1,0,0,0),(116063,33224,571,1,1,0,0,3819.22,-4360.78,182.312,4.92739,120,5,0,1,0,1,0,0,0),(1975899,31440,571,1,8,0,0,5874.2,1948.5,516.1,2.8,300,0,0,32000,0,0,0,0,0),(120649,31413,571,1,8,23681,0,5814.02,1985.69,503.881,2.51188,300,5,0,12175,0,1,0,0,0),(120650,31413,571,1,8,23681,0,5816.86,1943.29,507.56,3.40633,300,5,0,12175,0,1,0,0,0),(120651,31413,571,1,8,23681,0,5863.57,1984,507.648,5.88321,300,5,0,12175,0,1,0,0,0),(120652,31413,571,1,8,23681,0,5778.56,1957.5,503.857,3.27375,300,5,0,12175,0,1,0,0,0),(120653,31413,571,1,8,23681,0,5732.14,1937.82,506.014,5.41257,300,5,0,12175,0,1,0,0,0),(120654,31413,571,1,8,23681,0,5706.3,1977.47,503.911,4.05224,300,5,0,12175,0,1,0,0,0),(120655,31413,571,1,8,23681,0,5685.71,1974.25,503.863,2.57831,300,5,0,12175,0,1,0,0,0),(120656,31413,571,1,8,23681,0,5673.84,2094.37,503.889,5.52857,300,5,0,12175,0,1,0,0,0),(120657,31413,571,1,8,23681,0,5831.47,2106.11,503.89,6.24962,300,5,0,12175,0,1,0,0,0),(120658,31413,571,1,8,23681,0,5826.33,2149.32,505.746,2.48705,300,5,0,12175,0,1,0,0,0),(120659,31413,571,1,8,23681,0,5754.92,2151.17,503.91,1.93734,300,5,0,12175,0,1,0,0,0),(120660,31413,571,1,8,23681,0,5775.43,2193.86,512.998,0.776427,300,5,0,12175,0,1,0,0,0),(120661,31413,571,1,8,23681,0,5729.88,2136.62,503.894,1.79434,300,5,0,12175,0,1,0,0,0),(120662,31413,571,1,8,23681,0,5782.62,2140.68,503.9,0.783972,300,5,0,12175,0,1,0,0,0),(120663,31413,571,1,8,23681,0,5754.13,2174.58,506.181,1.25723,300,5,0,12175,0,1,0,0,0),(120664,31413,571,1,8,23681,0,5650.03,2055.57,503.868,0.939173,300,5,0,12175,0,1,0,0,0),(120665,31413,571,1,8,23681,0,5660.07,2125.83,505.943,0.534949,300,5,0,12175,0,1,0,0,0),(120666,31413,571,1,8,23681,0,5700.89,2148.91,503.999,5.77704,300,0,0,12175,0,0,0,0,0),(120667,31413,571,1,8,23681,0,5651.27,2007.15,504.97,1.98891,300,5,0,12175,0,1,0,0,0),(120668,31413,571,1,8,23681,0,5858.93,2108.63,505.124,2.30257,300,5,0,12175,0,1,0,0,0),(120669,31413,571,1,8,23681,0,5688.14,2001.98,503.924,0.151243,300,5,0,12175,0,1,0,0,0),(120670,31413,571,1,8,23681,0,5845.64,2080.43,503.97,2.90496,300,5,0,12175,0,1,0,0,0),(120671,31413,571,1,8,23681,0,5876.8,2037.78,506.147,0.498635,300,0,0,12175,0,0,0,0,0),(1977254,32189,571,1,1,0,0,7779.72,2195.55,434.186,0.555665,300,5,0,10635,3561,1,0,0,0),(1977253,32189,571,1,1,0,0,7752.41,2148.94,409.605,0.506288,300,5,0,10635,3561,1,0,0,0),(1977252,32189,571,1,1,0,0,7736.85,2191.07,409.605,0.954677,300,5,0,10635,3561,1,0,0,0),(1977251,32189,571,1,1,0,0,7854.98,2279.9,442.383,3.30234,300,5,0,10635,3561,1,0,0,0),(1977250,32189,571,1,1,0,0,7570.88,2209.88,428.318,2.65187,300,5,0,10635,3561,1,0,0,0),(1977249,32189,571,1,1,0,0,7732.2,2238.19,444.663,2.82047,300,5,0,10635,3561,1,0,0,0),(1977248,32189,571,1,1,0,0,7843.17,2270.17,422.18,4.99485,300,5,0,10635,3561,1,0,0,0),(1977247,32189,571,1,1,0,0,7886.05,2362.13,422.18,5.04045,300,5,0,10635,3561,1,0,0,0),(1977246,32189,571,1,1,0,0,7821.71,2479.6,429.679,0.082789,300,5,0,10635,3561,1,0,0,0),(1977245,32189,571,1,1,0,0,7617.82,2290.9,429.679,2.1435,300,5,0,10635,3561,1,0,0,0),(1977244,32189,571,1,1,0,0,7618.74,2205.38,415.836,0.379779,300,5,0,10635,3561,1,0,0,0),(1977243,32189,571,1,1,0,0,7502.25,2298.9,428.318,2.85839,300,5,0,10635,3561,1,0,0,0),(88766,37967,571,1,256,0,0,5679.91,2107.91,798.138,6.23082,120,0,0,1,0,0,0,0,0),(1977241,32154,571,1,1,0,0,7741.72,1968.48,367.425,0.935059,300,0,0,31500,0,0,0,0,0),(1977240,32154,571,1,1,0,0,7600.73,2060.82,500.068,3.10982,60,0,0,31500,0,0,0,0,0),(1977239,32154,571,1,1,0,0,7530.32,2108.52,500.312,4.19759,60,0,0,31500,0,0,0,0,0),(1977238,32154,571,1,1,0,0,7421.56,2149.44,500.312,6.19643,60,0,0,31500,0,0,0,0,0),(1977237,32154,571,1,1,0,0,7426.65,2167.64,500.312,4.42536,60,0,0,31500,0,0,0,0,0),(1977236,32154,571,1,1,0,0,7457.32,2110.68,499.729,1.0992,60,0,0,31500,0,0,0,0,0),(1977235,32154,571,1,1,0,0,7446.16,2156.28,500.311,4.29577,60,0,0,31500,0,0,0,0,0),(1977234,32154,571,1,1,0,0,7459.63,2151.93,500.311,4.22509,60,0,0,31500,0,0,0,0,0),(1977233,32154,571,1,1,0,0,7471.66,2146.02,500.311,4.16618,60,0,0,31500,0,0,0,0,0),(1977232,32154,571,1,1,0,0,7513.48,2121.57,500.311,3.50645,60,0,0,31500,0,0,0,0,0),(1977231,32154,571,1,1,0,0,7471.24,2101.12,499.729,1.03637,60,0,0,31500,0,0,0,0,0),(1977230,32154,571,1,1,0,0,7488.65,2092.86,499.729,1.20523,60,0,0,31500,0,0,0,0,0),(1977229,32154,571,1,1,0,0,7512.02,2044.56,499.729,2.22232,60,0,0,31500,0,0,0,0,0),(1977228,32154,571,1,1,0,0,7494.5,2011.03,500.273,0.561207,60,0,0,31500,0,0,0,0,0),(1977227,32154,571,1,1,0,0,7515.71,2002.49,500.273,2.21054,60,0,0,31500,0,0,0,0,0),(1977226,32154,571,1,1,0,0,7534.32,2014.59,500.312,1.81785,60,0,0,31500,0,0,0,0,0),(1977225,32154,571,1,1,0,0,7540,2101.52,500.312,4.12692,60,0,0,31500,0,0,0,0,0),(1977168,30188,571,1,64,0,0,6300.73,134.442,387.945,1.01229,30,0,0,126000,0,0,0,0,0),(1977167,30188,571,1,64,0,0,6279.07,107.587,387.434,1.0821,30,0,0,126000,0,0,0,0,0),(1977166,30188,571,1,64,0,0,6312.09,9.89461,392.475,3.83839,30,0,0,126000,0,0,0,0,0),(1977165,30188,571,1,64,0,0,6348.99,40.0256,393.048,1.96786,30,0,0,126000,0,0,0,0,0),(1977164,30188,571,1,64,0,0,6333.1,35.6342,389.32,0.91866,30,0,0,126000,0,0,0,0,0),(1977163,30188,571,1,64,0,0,6361.23,47.916,397.135,-0.152355,30,0,0,126000,0,0,0,0,0),(1977162,30188,571,1,64,0,0,6358.33,47.916,396.048,-0.105028,30,0,0,126000,0,0,0,0,0),(1977161,30188,571,1,64,0,0,6372.27,47.8277,411.066,6.25127,30,0,0,126000,0,0,0,0,0),(1977160,30188,571,1,64,0,0,6241.5,125.384,381.736,1.03978,30,0,0,126000,0,0,0,0,0),(1977159,30188,571,1,64,0,0,6241.55,125.338,381.798,-2.21407,30,0,0,126000,0,0,0,0,0),(1977143,30236,571,1,64,0,0,6297.37,53.5677,410.78,0.802851,30,0,0,126000,1000,0,0,0,0),(1977142,30236,571,1,64,0,0,6162.81,60.9792,400.371,1.55334,30,0,0,126000,1000,0,0,0,0),(1977141,30236,571,1,64,0,0,6256.12,93.243,410.839,0.767945,30,0,0,126000,1000,0,0,0,0),(1977140,30236,571,1,64,0,0,6219.18,59.9966,400.452,1.6057,30,0,0,126000,1000,0,0,0,0),(1975962,32523,571,1,1,0,1,7615.79,2055.69,600.261,0.549766,300,0,0,16026,0,0,0,0,0),(1977242,32189,571,1,1,0,0,7713.82,2284.39,441.144,1.24984,300,5,0,10635,3561,1,0,0,0),(1975872,30696,571,1,1,0,0,6587.32,3313.74,668.99,2.523,300,0,0,1,0,0,0,0,0),(1975871,30696,571,1,1,0,0,6702.33,3423.9,680.377,3.80441,300,0,0,1,0,0,0,0,0),(1975870,30696,571,1,1,0,0,6736.37,3426.33,683.014,1.2982,300,0,0,1,0,0,0,0,0),(1975869,30696,571,1,1,0,0,6873.44,3447.73,700.427,0.301035,300,0,0,1,0,0,0,0,0),(1975868,30696,571,1,1,0,0,6826.18,3506.14,690.275,4.65024,300,0,0,1,0,0,0,0,0),(90182,22515,628,3,1,0,0,323.496,-883.802,48.9996,1.46608,7200,0,0,1,0,0,0,0,0),(90183,22515,628,3,1,0,0,430.601,-857.005,48.3118,0.139626,7200,0,0,1,0,0,0,0,0),(90184,22515,628,3,1,0,0,325.917,-781.899,49.0052,4.59022,7200,0,0,1,0,0,0,0,0),(90185,22515,628,3,1,0,0,326.214,-744.024,49.4358,1.309,7200,0,0,1,0,0,0,0,0),(1976439,30315,571,1,1,11686,0,7865.79,-1397.25,1534.06,0.331613,300,5,0,12600,0,1,0,0,0),(127298,30889,571,1,1,0,0,8130.81,-1995.32,1781.12,0.0523599,300,0,0,1,0,0,0,0,0),(127299,30889,571,1,1,0,0,8213.65,-1901.76,1744.02,0.575959,300,0,0,1,0,0,0,0,0),(127300,30889,571,1,1,0,0,8255.33,-1982.39,1742.12,4.03171,300,0,0,1,0,0,0,0,0),(127301,30889,571,1,1,0,0,7868.99,-1375.8,1541.75,4.71239,300,0,0,1,0,0,0,0,0),(127302,30889,571,1,1,0,0,7924.43,-1385.17,1534.79,6.03884,300,0,0,1,0,0,0,0,0),(127303,30889,571,1,1,0,0,7903.27,-1424.81,1539.82,2.04884,300,0,0,1,0,0,0,0,0),(127304,30889,571,1,1,0,0,7863.33,-1434.62,1537.56,3.07283,300,0,0,1,0,0,0,0,0),(127305,30889,571,1,1,0,0,7924.71,-2748.96,1151.06,4.5204,300,0,0,1,0,0,0,0,0),(127306,30889,571,1,1,0,0,8010.22,-2750.61,1151.1,0.418879,300,0,0,1,0,0,0,0,0),(127307,30889,571,1,1,0,0,8027.5,-2728.62,1139.94,3.94444,300,0,0,1,0,0,0,0,0),(127308,30889,571,1,1,0,0,7978.19,-2714.36,1137.35,2.64354,300,0,0,1,0,0,0,0,0),(127309,30889,571,1,1,0,0,7520.71,-1929.84,1482.5,4.5204,300,0,0,1,0,0,0,0,0),(127310,30889,571,1,1,0,0,7478.6,-1917.12,1473.61,0.418879,300,0,0,1,0,0,0,0,0),(127311,30889,571,1,1,0,0,7473.77,-1875.45,1473.61,3.94444,300,0,0,1,0,0,0,0,0),(142488,29821,571,1,256,0,0,5543.87,-2221.51,235.402,0.62832,600,0,0,88008,54645,0,0,0,0),(142489,29872,571,1,256,0,1,6234.94,-2034.97,234.052,1.44615,600,5,0,176550,3809,1,0,0,0),(142490,29887,571,1,256,0,1,6193.72,-1980.32,231.695,2.38464,300,10,0,34137,0,1,0,0,0),(142491,29887,571,1,256,0,1,6204.54,-1968.83,233.226,2.37286,300,10,0,34137,0,1,0,0,0),(142492,29887,571,1,256,0,1,6133.42,-2001.64,231.773,2.49538,300,10,0,34137,0,1,0,0,0),(142493,29887,571,1,256,0,1,6145.06,-1986.18,231.879,2.49931,300,10,0,34137,0,1,0,0,0),(142494,29887,571,1,256,0,1,6153.54,-1974.82,231.927,2.49931,300,10,0,34137,0,1,0,0,0),(142495,29887,571,1,256,0,1,6161.59,-1964.07,233.557,2.49145,300,10,0,34137,0,1,0,0,0),(142496,29887,571,1,256,0,1,6135.05,-1977.74,232.608,2.56214,300,10,0,34137,0,1,0,0,0),(142497,29889,571,1,256,0,0,5674.37,-1468.56,234.446,4.52842,600,10,0,10282,0,1,0,0,0),(142498,29889,571,1,256,0,0,5586.2,-1480.24,229.789,3.65192,600,10,0,10282,0,1,0,0,0),(142499,29889,571,1,256,0,0,5820.47,-1406.84,232.627,2.12275,600,10,0,10282,0,1,0,0,0),(142500,29889,571,1,256,0,0,5751.21,-1573.51,229.397,4.99966,600,10,0,10282,0,1,0,0,0),(142501,29889,571,1,256,0,0,5786.81,-1626.29,235.068,1.75989,600,10,0,10282,0,1,0,0,0),(142502,29889,571,1,256,0,0,5722.32,-1609.86,235.452,3.01653,600,10,0,10282,0,1,0,0,0),(142503,29889,571,1,256,0,0,5655.16,-1554.06,229.985,3.86084,600,10,0,10282,0,1,0,0,0),(142504,29890,571,1,256,0,1,5781.15,-1338.38,231.596,5.94606,600,10,0,10635,3561,1,0,0,0),(142505,29890,571,1,256,0,1,5826.03,-1513.24,229.113,5.01536,600,10,0,10635,3561,1,0,0,0),(142506,29890,571,1,256,0,1,5636.28,-1549.44,229.052,3.26393,600,10,0,10635,3561,1,0,0,0),(142507,29890,571,1,256,0,1,5682.03,-1341.61,231.087,2.83117,600,10,0,10635,3561,1,0,0,0),(142508,29891,571,1,256,0,1,5685.83,-1450.21,233.333,4.78681,600,10,0,8508,7981,1,0,0,0),(142509,29891,571,1,256,0,1,5732.31,-1566.44,230.02,4.73184,600,10,0,8508,7981,1,0,0,0),(142510,29891,571,1,256,0,1,5769.41,-1604.24,234.079,0.137435,600,5,0,8508,7981,1,0,0,0),(142511,29891,571,1,256,0,1,5745.56,-1634.73,236.355,5.56829,600,10,0,8508,7981,1,0,0,0),(142512,29892,571,1,256,0,1,5738.29,-1312.05,232.462,4.10745,600,10,0,10635,0,1,0,0,0),(142513,29892,571,1,256,0,1,5565.59,-1317.36,235.014,5.94056,600,10,0,10635,0,1,0,0,0),(142514,29892,571,1,256,0,1,5606.09,-1331.94,234.324,1.26352,600,10,0,10635,0,1,0,0,0),(142515,29893,571,1,256,0,0,5853.59,-1697.84,244.965,2.67236,300,5,0,10635,3561,1,0,0,0),(142516,29893,571,1,256,0,0,5695.74,-2009.43,244.807,0.124677,300,5,0,10635,3561,1,0,0,0),(142517,29893,571,1,256,0,0,5572.47,-1652.34,253.619,4.17072,300,5,0,10635,3561,1,0,0,0),(142518,29893,571,1,256,0,0,5696.37,-1678.93,251.9,4.39571,300,5,0,10635,3561,1,0,0,0),(142519,29893,571,1,256,0,0,5631.35,-1681.11,250.731,1.85807,300,5,0,10635,3561,1,0,0,0),(142520,29893,571,1,256,0,0,5704.06,-1720.49,251.043,2.9409,300,5,0,10635,3561,1,0,0,0),(142521,29893,571,1,256,0,0,5778.87,-1719.28,245.041,3.77237,300,5,0,10635,3561,1,0,0,0),(142522,29893,571,1,256,0,0,5915.15,-1649.44,240.979,1.88691,300,5,0,10635,3561,1,0,0,0),(142523,29893,571,1,256,0,0,5569.31,-2202.47,237.294,4.03964,300,5,0,10635,3561,1,0,0,0),(142524,29893,571,1,256,0,0,5897.1,-1919.8,247.544,3.42085,300,0,0,10635,3561,0,1,0,0),(142525,29893,571,1,256,0,0,5689.67,-2208.27,247.099,0.162255,300,5,0,10635,3561,1,0,0,0),(142526,29893,571,1,256,0,0,5713.66,-2105.41,249.516,5.98828,300,5,0,10635,3561,1,0,0,0),(142527,29893,571,1,256,0,0,5702.55,-1917.11,253.197,3.79182,300,5,0,10635,3561,1,0,0,0),(142528,29893,571,1,256,0,0,5690.33,-2185.8,242.179,2.57271,300,5,0,10635,3561,1,0,0,0),(142529,29893,571,1,256,0,0,5740.76,-1773.32,245.511,2.31348,300,5,0,10635,3561,1,0,0,0),(142530,29893,571,1,256,0,0,5614.24,-2037.16,250.149,1.40832,300,5,0,10635,3561,1,0,0,0),(142531,29893,571,1,256,0,0,5575.29,-2000.67,248.223,6.19776,300,5,0,10635,3561,1,0,0,0),(142532,29893,571,1,256,0,0,5677.27,-1851.13,251.113,3.90297,300,5,0,10635,3561,1,0,0,0),(142533,29893,571,1,256,0,0,5577.02,-2066.85,250.604,1.07166,300,5,0,10635,3561,1,0,0,0),(142534,29893,571,1,256,0,0,5571,-2199.84,237.131,2.6764,300,5,5,10635,3561,1,0,0,0),(142535,29893,571,1,256,0,0,5720.52,-2249.46,248.994,2.89725,300,5,0,10635,3561,1,0,0,0),(142536,29893,571,1,256,0,0,5572.56,-2191.33,237.752,4.12593,300,5,0,10635,3561,1,0,0,0),(142537,29893,571,1,256,0,0,5753.41,-1810.86,250.933,5.99866,300,5,0,10635,3561,1,0,0,0),(142538,29893,571,1,256,0,0,5618.3,-1752.46,247.552,1.09956,300,5,0,10635,3561,1,0,0,0),(142539,29893,571,1,256,0,0,5859.25,-1685.61,245.065,3.36587,300,5,0,10635,3561,1,0,0,0),(142540,29893,571,1,256,0,0,5775.25,-1814.98,250.933,5.39307,300,5,0,10635,3561,1,0,0,0),(142541,29893,571,1,256,0,0,5743.85,-1852.16,254.482,1.90241,300,5,0,10635,3561,1,0,0,0),(142542,29893,571,1,256,0,0,5587.08,-2148.03,245.513,6.16101,300,5,0,10635,3561,1,0,0,0),(142543,29893,571,1,256,0,0,5523.55,-2117.92,247.714,1.53589,300,5,0,10635,3561,1,0,0,0),(142544,29893,571,1,256,0,0,5565.29,-2073.18,250.604,2.82743,300,5,0,10635,3561,1,0,0,0),(142545,29893,571,1,256,0,0,5677.37,-2149.39,246.073,3.49066,300,5,0,10635,3561,1,0,0,0),(142546,29893,571,1,256,0,0,5648.6,-2249.16,244.455,4.83456,300,5,0,10635,3561,1,0,0,0),(142547,29893,571,1,256,0,0,5567.93,-1993.53,248.223,1.74533,300,5,0,10635,3561,1,0,0,0),(142548,29893,571,1,256,0,0,5675.13,-2209.69,247.099,3.05433,300,5,0,10635,3561,1,0,0,0),(142549,29893,571,1,256,0,0,5698.65,-2027.66,249.799,5.37561,300,5,0,10635,3561,1,0,0,0),(142550,29894,571,1,256,0,0,5665,-1415.25,246.314,5.39472,600,20,0,10282,0,1,0,0,0),(142551,29894,571,1,256,0,0,5752.15,-1436.29,258.409,5.41043,600,20,0,10282,0,1,0,0,0),(142552,29894,571,1,256,0,0,5761.66,-1565.35,253.843,5.16774,600,20,0,10282,0,1,0,0,0),(142553,29894,571,1,256,0,0,5506.99,-2078.6,240.758,3.26877,600,5,0,10282,0,1,0,0,0),(142554,29897,571,1,256,0,0,5800.41,-1949.86,237.777,0.0841148,120,0,0,10635,3561,0,0,0,0),(142555,29897,571,1,256,0,0,5809.66,-1961.18,237.623,2.90301,120,0,0,10635,3561,0,0,0,0),(142556,29897,571,1,256,0,0,5787.87,-1945.98,237.981,2.64831,120,0,0,10635,3561,0,0,0,0),(142557,29897,571,1,256,0,0,5849.52,-1938.72,238.759,2.37365,120,0,0,10635,3561,0,0,0,0),(142558,29897,571,1,256,0,0,5851.52,-1936.72,238.759,0,120,0,0,10635,3561,0,0,0,0),(142559,29897,571,1,256,0,0,5874.93,-1958.73,237.907,5.48033,120,0,0,10635,3561,0,0,0,0),(142560,29897,571,1,256,0,0,5876.93,-1956.73,237.907,0,120,0,0,10635,3561,0,0,0,0),(142561,29897,571,1,256,0,0,5784.08,-2089.96,248.134,4.30029,120,0,0,10635,3561,0,0,0,0),(142562,29897,571,1,256,0,0,5781.4,-2100.23,248.13,2.21899,120,0,0,10635,3561,0,0,0,0),(142563,29897,571,1,256,0,0,5806.27,-2085.21,248.853,1.87123,120,0,0,10635,3561,0,0,0,0),(142564,29897,571,1,256,0,0,5681.57,-1835.14,239.37,1.60886,120,0,0,10635,3561,0,0,0,0),(142565,29897,571,1,256,0,0,5676.56,-1831.26,238.047,3.34263,120,0,0,10635,3561,0,0,0,0),(142566,29897,571,1,256,0,0,5684.2,-1865.81,245.472,6.17889,120,0,0,10635,3561,0,0,0,0),(142567,29897,571,1,256,0,0,5757.26,-2150.57,239.183,1.30925,120,0,0,10635,3561,0,0,0,0),(142568,29897,571,1,256,0,0,5755.93,-2143.23,239.517,0.826811,120,0,0,10635,3561,0,0,0,0),(142569,29897,571,1,256,0,0,5758.19,-2165.01,236.708,0.435639,120,0,0,10635,3561,0,0,0,0),(142570,29897,571,1,256,0,0,5740.36,-1981.64,239.12,5.9877,120,0,0,10635,3561,0,0,0,0),(142571,29897,571,1,256,0,0,5744.67,-1988.91,237.913,2.8217,120,0,0,10635,3561,0,0,0,0),(142572,29897,571,1,256,0,0,5610.19,-1785.61,237.507,3.07515,120,0,0,10635,3561,0,0,0,0),(142573,29897,571,1,256,0,0,5618.3,-1764.02,238.151,1.66464,120,0,0,10635,3561,0,0,0,0),(142574,29897,571,1,256,0,0,5689.57,-1791.99,242.42,0.379977,120,0,0,10635,3561,0,0,0,0),(142575,29897,571,1,256,0,0,5695.83,-1804.17,243.797,5.64564,120,0,0,10635,3561,0,0,0,0),(142576,29897,571,1,256,0,0,5700.72,-1802.74,243.412,0.951114,120,0,0,10635,3561,0,0,0,0),(142577,29897,571,1,256,0,0,5817.31,-1985.64,235.536,0.737231,120,0,0,10635,3561,0,0,0,0),(142578,29897,571,1,256,0,0,5772.95,-1971.71,238.367,5.41063,120,0,0,10635,3561,0,0,0,0),(142579,29897,571,1,256,0,0,5781.42,-2002.12,235.408,4.67777,120,0,0,10635,3561,0,0,0,0),(142580,29897,571,1,256,0,0,5505.86,-1980.04,245.708,4.13413,120,0,0,10635,3561,0,0,0,0),(142581,29897,571,1,256,0,0,5715.38,-1850.36,244.283,5.24594,120,0,0,10635,3561,0,0,0,0),(142582,29897,571,1,256,0,0,5720.33,-1854.51,244.441,4.60288,120,0,0,10635,3561,0,0,0,0),(142583,29897,571,1,256,0,0,5707.95,-1840.12,243.55,3.37615,120,0,0,10635,3561,0,0,0,0),(142584,29897,571,1,256,0,0,5745.64,-2214.74,237.548,0.0771936,120,0,0,10635,3561,0,0,0,0),(142585,29897,571,1,256,0,0,5747.11,-2186.19,235.212,1.23232,120,0,0,10635,3561,0,0,0,0),(142586,29897,571,1,256,0,0,5753.6,-1818.86,242.801,5.70552,120,0,0,10635,3561,0,0,0,0),(142587,29897,571,1,256,0,0,5708.97,-1818.38,242.586,0.27079,120,0,0,10635,3561,0,0,0,0),(142588,29897,571,1,256,0,0,5775.08,-1818.34,241.528,3.04571,120,0,0,10635,3561,0,0,0,0),(142589,29897,571,1,256,0,0,5699.57,-1814.88,243.044,2.8075,120,0,0,10635,3561,0,0,0,0),(142590,29897,571,1,256,0,0,5722.35,-1809.84,242.035,5.9219,120,0,0,10635,3561,0,0,0,0),(142591,29897,571,1,256,0,0,5672.66,-1752.98,242.189,0.176776,120,0,0,10635,3561,0,0,0,0),(142592,29897,571,1,256,0,0,5749.24,-1916.05,236.765,1.57848,120,0,0,10635,3561,0,0,0,0),(142593,29897,571,1,256,0,0,5770.94,-1947.83,238.676,3.24534,120,0,0,10635,3561,0,0,0,0),(142594,29897,571,1,256,0,0,5760.04,-1930.67,236.939,2.48637,120,0,0,10635,3561,0,0,0,0),(142595,29897,571,1,256,0,0,5718.87,-1725.81,241.258,2.40457,120,0,0,10635,3561,0,0,0,0),(142596,29897,571,1,256,0,0,5704.41,-1761.31,238.276,1.08268,120,0,0,10635,3561,0,0,0,0),(142597,29897,571,1,256,0,0,5692.77,-1742.78,241.834,0.59012,120,0,0,10635,3561,0,0,0,0),(142598,29897,571,1,256,0,0,5811.15,-1806.3,239.144,3.31613,120,0,0,10635,3561,0,0,0,0),(142599,29897,571,1,256,0,0,5812.15,-1805.3,239.144,0,120,0,0,10635,3561,0,0,0,0),(142600,29897,571,1,256,0,0,5813.15,-1804.3,239.144,0,120,0,0,10635,3561,0,0,0,0),(142601,29897,571,1,256,0,0,5741.6,-1938.87,239.001,5.39812,120,0,0,10635,3561,0,0,0,0),(142602,29897,571,1,256,0,0,5771.44,-1953.53,238.606,0.393825,120,0,0,10635,3561,0,0,0,0),(142603,29897,571,1,256,0,0,5743.02,-1972.59,238.874,2.11055,120,0,0,10635,3561,0,0,0,0),(142604,29897,571,1,256,0,0,5703.15,-1794.12,242.065,3.34446,120,0,0,10635,3561,0,0,0,0),(142605,29897,571,1,256,0,0,5746.18,-1782.44,235.463,0.797146,120,0,0,10635,3561,0,0,0,0),(142606,29897,571,1,256,0,0,5619.11,-1717.61,238.613,3.22571,120,0,0,10635,3561,0,0,0,0),(142607,29897,571,1,256,0,0,5548.48,-2014.94,241.625,6.14212,120,0,0,10635,3561,0,0,0,0),(142608,29897,571,1,256,0,0,5574.68,-2047.1,241.07,3.84426,120,0,0,10635,3561,0,0,0,0),(142609,29897,571,1,256,0,0,5581.1,-2026.65,240.496,2.87268,120,0,0,10635,3561,0,0,0,0),(142610,29897,571,1,256,0,0,5579.34,-2052.01,242.07,6.14826,120,0,0,10635,3561,0,0,0,0),(142611,29897,571,1,256,0,0,5636.66,-2065.46,239.827,3.88282,120,0,0,10635,3561,0,0,0,0),(142612,29897,571,1,256,0,0,5624.29,-2040.4,242.369,2.36517,120,0,0,10635,3561,0,0,0,0),(142613,29897,571,1,256,0,0,5637.19,-2045.61,240.353,2.54655,120,0,0,10635,3561,0,0,0,0),(142614,29897,571,1,256,0,0,5616.15,-2050.24,240.595,0.793553,120,0,0,10635,3561,0,0,0,0),(142615,29897,571,1,256,0,0,5609.08,-2065.27,240.629,3.25117,120,0,0,10635,3561,0,0,0,0),(142616,29897,571,1,256,0,0,5608.1,-2066.92,240.892,6.16573,120,0,0,10635,3561,0,0,0,0),(142617,29897,571,1,256,0,0,5678.65,-2105.46,235.457,1.91448,120,0,0,10635,3561,0,0,0,0),(142618,29897,571,1,256,0,0,5679.89,-2099.35,235.438,5.22669,120,0,0,10635,3561,0,0,0,0),(142619,29897,571,1,256,0,0,5672.36,-2099.72,236.885,1.76984,120,0,0,10635,3561,0,0,0,0),(142620,29897,571,1,256,0,0,5735.15,-1916.51,238.14,2.53114,120,0,0,10635,3561,0,0,0,0),(142621,29897,571,1,256,0,0,5767.14,-1922.78,236.386,5.84969,120,0,0,10635,3561,0,0,0,0),(142622,29897,571,1,256,0,0,5774.57,-1924.63,236.931,2.64557,120,0,0,10635,3561,0,0,0,0),(142623,29897,571,1,256,0,0,5817.63,-1736.84,234.032,1.06323,120,0,0,10635,3561,0,0,0,0),(142624,29897,571,1,256,0,0,5808.32,-1768.02,237.835,2.35965,120,0,0,10635,3561,0,0,0,0),(142625,29897,571,1,256,0,0,5781.59,-1770.5,237.636,1.57177,120,0,0,10635,3561,0,0,0,0),(142626,29897,571,1,256,0,0,5776.26,-1770.25,237.259,0.302035,120,0,0,10635,3561,0,0,0,0),(142627,29897,571,1,256,0,0,5789.37,-1769.62,237.983,5.76186,120,0,0,10635,3561,0,0,0,0),(142628,29897,571,1,256,0,0,5644.87,-1849.57,238.036,6.24801,120,0,0,10635,3561,0,0,0,0),(142629,29897,571,1,256,0,0,5698.37,-1935.3,244.483,4.06009,120,0,0,10635,3561,0,0,0,0),(142630,29897,571,1,256,0,0,5702.1,-1939.35,245.179,2.22602,120,0,0,10635,3561,0,0,0,0),(142631,29897,571,1,256,0,0,5708.07,-1941.57,245.273,5.95941,120,0,0,10635,3561,0,0,0,0),(142632,29897,571,1,256,0,0,5617.93,-1927.98,238.178,1.42268,120,0,0,10635,3561,0,0,0,0),(142633,29897,571,1,256,0,0,5665.75,-1960.17,246.384,3.74366,120,0,0,10635,3561,0,0,0,0),(142634,29897,571,1,256,0,0,5618.41,-1918.89,236.543,5.94885,120,0,0,10635,3561,0,0,0,0),(142635,29897,571,1,256,0,0,5640.05,-1896.65,237.268,2.27912,120,0,0,10635,3561,0,0,0,0),(142636,29897,571,1,256,0,0,5646.57,-2073.42,239.16,4.57035,120,0,0,10635,3561,0,0,0,0),(142637,29897,571,1,256,0,0,5648.18,-2044.24,240.082,2.20481,120,0,0,10635,3561,0,0,0,0),(142638,29897,571,1,256,0,0,5651.94,-2049.16,239.93,1.42876,120,0,0,10635,3561,0,0,0,0),(142639,29897,571,1,256,0,0,5682.93,-1925.03,240.591,6.18927,120,0,0,10635,3561,0,0,0,0),(142640,29897,571,1,256,0,0,5666.15,-1926.56,236.313,3.40826,120,0,0,10635,3561,0,0,0,0),(142641,29897,571,1,256,0,0,5680.71,-1919.09,240.538,6.25585,120,0,0,10635,3561,0,0,0,0),(142642,29897,571,1,256,0,0,5635.86,-1918.02,236.563,2.58564,120,0,0,10635,3561,0,0,0,0),(142643,29897,571,1,256,0,0,5630.83,-1923.23,236.676,5.98849,120,0,0,10635,3561,0,0,0,0),(142644,29897,571,1,256,0,0,5622.87,-1988.8,242.277,5.95495,120,0,0,10635,3561,0,0,0,0),(142645,29897,571,1,256,0,0,5624.85,-1887.39,238.361,3.35814,120,0,0,10635,3561,0,0,0,0),(142646,29897,571,1,256,0,0,5631.73,-1946.06,240.503,2.14675,120,0,0,10635,3561,0,0,0,0),(142647,29897,571,1,256,0,0,5641.32,-1940.9,237.796,0,120,0,0,10635,3561,0,0,0,0),(142648,29897,571,1,256,0,0,5642.32,-1939.9,237.796,0,120,0,0,10635,3561,0,0,0,0),(142649,29897,571,1,256,0,0,5611.14,-1791.48,237.011,1.11064,120,0,0,10635,3561,0,0,0,0),(142650,29897,571,1,256,0,0,5620.56,-1791.42,235.489,4.90098,120,0,0,10635,3561,0,0,0,0),(142651,29897,571,1,256,0,0,5648.79,-1756.16,238.444,3.77298,120,0,0,10635,3561,0,0,0,0),(142652,29897,571,1,256,0,0,5610.22,-1747.1,238.102,4.15958,120,0,0,10635,3561,0,0,0,0),(142653,29897,571,1,256,0,0,5612.51,-1738.41,237.053,1.85177,120,0,0,10635,3561,0,0,0,0),(142654,29897,571,1,256,0,0,5755,-1817.13,242.671,0,120,0,0,10635,3561,0,0,0,0),(142655,29897,571,1,256,0,0,5756,-1816.13,242.671,0,120,0,0,10635,3561,0,0,0,0),(142656,29897,571,1,256,0,0,5776.57,-1793.26,236.417,1.48353,120,0,0,10635,3561,0,0,0,0),(142657,29897,571,1,256,0,0,5777.57,-1792.26,236.417,0,120,0,0,10635,3561,0,0,0,0),(142658,29897,571,1,256,0,0,5778.57,-1791.26,236.417,0,120,0,0,10635,3561,0,0,0,0),(142659,29897,571,1,256,0,0,5801.6,-1765.91,238.43,2.58309,120,0,0,10635,3561,0,0,0,0),(142660,29897,571,1,256,0,0,5802.6,-1764.91,238.43,0,120,0,0,10635,3561,0,0,0,0),(142661,29897,571,1,256,0,0,5803.6,-1763.91,238.43,0,120,0,0,10635,3561,0,0,0,0),(142662,29897,571,1,256,0,0,5785.24,-1852.96,237.379,6.26573,120,0,0,10635,3561,0,0,0,0),(142663,29897,571,1,256,0,0,5787.24,-1850.96,237.379,0,120,0,0,10635,3561,0,0,0,0),(142664,29897,571,1,256,0,0,5742.22,-1871.72,244.595,5.06145,120,0,0,10635,3561,0,0,0,0),(142665,29897,571,1,256,0,0,5744.22,-1869.72,244.595,0,120,0,0,10635,3561,0,0,0,0),(142666,29897,571,1,256,0,0,5697.92,-2029.47,240.357,5.14872,120,0,0,10635,3561,0,0,0,0),(142667,29897,571,1,256,0,0,5823.94,-1876.77,235.48,0,120,0,0,10635,3561,0,0,0,0),(142668,29897,571,1,256,0,0,5824.94,-1875.77,235.48,0,120,0,0,10635,3561,0,0,0,0),(142669,29897,571,1,256,0,0,5682.56,-1792.18,241.997,0.0174533,120,0,0,10635,3561,0,0,0,0),(142670,29897,571,1,256,0,0,5683.56,-1791.18,241.997,0,120,0,0,10635,3561,0,0,0,0),(142671,29897,571,1,256,0,0,5684.56,-1790.18,241.997,0,120,0,0,10635,3561,0,0,0,0),(142672,29897,571,1,256,0,0,5761.16,-1965.01,237.3,0.628319,120,0,0,10635,3561,0,0,0,0),(142673,29897,571,1,256,0,0,5762.16,-1964.01,237.3,0,120,0,0,10635,3561,0,0,0,0),(142674,29897,571,1,256,0,0,5763.16,-1963.01,237.3,0,120,0,0,10635,3561,0,0,0,0),(142675,29897,571,1,256,0,0,5852.36,-1944.45,239.13,2.12984,120,0,0,10635,3561,0,0,0,0),(142676,29897,571,1,256,0,0,5602.24,-2077.07,242.888,5.5676,120,0,0,10635,3561,0,0,0,0),(142677,29897,571,1,256,0,0,5603.24,-2076.07,242.888,0,120,0,0,10635,3561,0,0,0,0),(142678,29897,571,1,256,0,0,5604.24,-2075.07,242.888,0,120,0,0,10635,3561,0,0,0,0),(142679,29897,571,1,256,0,0,5606.16,-2054.38,240.52,0.733038,120,0,0,10635,3561,0,0,0,0),(142680,29897,571,1,256,0,0,5608.16,-2052.38,240.52,0,120,0,0,10635,3561,0,0,0,0),(142681,29897,571,1,256,0,0,5739.8,-1806.04,240.445,2.14916,120,0,0,10635,3561,0,0,0,0),(142682,29934,571,1,256,0,0,5536.93,-2222.53,235.536,0.942478,300,0,0,106350,17805,0,0,0,0),(142683,29935,571,1,256,0,0,5545.14,-2227.4,236.246,0.907571,300,0,0,106350,17805,0,0,0,0),(142684,29939,571,1,256,0,0,5715.98,-1471.33,233.738,5.70723,120,0,0,0,1,0,0,0,0),(142685,29939,571,1,256,0,0,5546.17,-1869.29,238.352,2.42601,120,0,0,0,1,0,0,0,0),(142686,29939,571,1,256,0,0,5645.93,-1925.38,236.65,4.11898,120,0,0,0,1,0,0,0,0),(142687,29939,571,1,256,0,0,5587.25,-1965.73,242.438,4.42074,120,0,0,0,1,0,0,0,0),(142688,29939,571,1,256,0,0,5505.98,-2078.14,240.952,2.35619,120,0,0,0,1,0,0,0,0),(142689,29939,571,1,256,0,0,5521.79,-2245.88,236.202,3.03687,120,0,0,0,1,0,0,0,0),(142690,29939,571,1,256,0,0,5793.68,-2095.74,249.001,5.23599,120,0,0,0,1,0,0,0,0),(142691,29939,571,1,256,0,0,6175.1,-2017.25,245.377,1.09956,120,0,0,0,1,0,0,0,0),(142692,29939,571,1,256,0,0,6210.14,-2071.39,235.329,0.434777,120,0,0,0,1,0,0,0,0),(142693,29939,571,1,256,0,0,5505.98,-2078.14,240.952,2.35619,120,0,0,0,1,0,0,0,0),(142694,29939,571,1,256,0,0,5645.93,-1925.38,236.65,4.11898,120,0,0,0,1,0,0,0,0),(142695,29939,571,1,256,0,0,5521.79,-2245.88,236.202,3.03687,120,0,0,0,1,0,0,0,0),(142696,29939,571,1,256,0,0,5645.93,-1925.38,236.65,4.11898,120,0,0,0,1,0,0,0,0),(142697,29939,571,1,256,0,0,5521.79,-2245.88,236.202,3.03687,120,0,0,0,1,0,0,0,0),(142717,24456,582,1,1,0,0,29.5627,0.150031,16.6147,3.18002,120,0,0,1,0,0,0,0,0),(142718,24993,582,1,1,0,1,13.1874,7.71381,6.07001,3.09834,120,0,0,1,0,0,0,0,0),(142719,24995,582,1,1,0,1,13.3456,-7.63689,6.09325,3.06064,120,0,0,1,0,0,0,0,0),(142720,24996,582,1,1,0,1,-0.258897,-7.62734,4.80823,5.66423,120,0,0,1,0,0,0,0,0),(142721,24997,582,1,1,0,1,-0.416482,4.39825,4.79739,5.10346,120,0,0,1,0,0,0,0,0),(142722,25007,582,1,1,0,1,21.2462,1.87803,11.7334,3.19572,120,0,0,1,0,0,0,0,0),(142723,25050,586,1,1,0,0,29.8662,-0.374622,16.6206,3.09382,120,0,0,1,0,0,0,0,0),(142724,25051,586,1,1,0,1,13.4899,-7.71638,6.11067,3.11424,120,0,0,1,0,0,0,0,0),(142725,25052,586,1,1,0,1,13.5093,7.8287,6.11039,3.12838,120,0,0,1,0,0,0,0,0),(142726,25054,586,1,1,0,1,-21.8863,-2.61623,4.33103,6.14509,120,0,0,1,0,0,0,0,0),(142727,25055,586,1,1,0,1,-21.4646,2.87105,4.31055,6.26055,120,0,0,1,0,0,0,0,0),(142728,25056,586,1,1,0,1,20.3045,1.2971,11.7088,3.06319,120,0,0,1,0,0,0,0,0),(142729,3681,587,1,1,0,0,-38.6477,-0.071194,6.08577,0.0698132,120,0,0,1,0,0,0,0,0),(142730,3681,587,1,1,0,0,29.5623,0.119925,24.4539,0.0872665,120,0,0,1,0,0,0,0,0),(142731,25019,587,1,1,0,1,12.805,-7.60196,6.10507,2.9147,120,0,0,1,0,0,0,0,0),(142732,25020,587,1,1,0,1,12.9539,7.33394,6.13112,3.28122,120,0,0,1,0,0,0,0,0),(142733,25021,587,1,1,0,1,-21.4174,-2.8336,4.39169,6.24828,120,0,0,1,0,0,0,0,0),(142734,25022,587,1,1,0,1,20.8633,-1.28591,11.809,2.94961,120,0,0,1,0,0,0,0,0),(142735,25023,587,1,1,0,1,-36.7691,0.169367,5.97592,3.1765,120,0,0,1,0,0,0,0,0),(142736,25024,587,1,1,0,1,-21.6595,3.22012,4.40273,0.139626,120,0,0,1,0,0,0,0,0),(142737,25025,587,1,1,0,0,31.131,-0.454317,16.7328,2.96706,120,0,0,1,0,0,0,0,0),(142738,25009,588,1,1,0,1,25.2165,6.9111,16.1459,3.94958,120,0,0,1,0,0,0,0,0),(142739,25010,588,1,1,0,1,13.2057,-2.817,6.09989,3.88733,120,0,0,1,0,0,0,0,0),(142740,25011,588,1,1,0,1,19.2178,-8.20848,12.1102,4.81518,120,0,0,1,0,0,0,0,0),(142741,25012,588,1,1,0,1,18.1475,-7.41572,6.09809,1.88535,120,0,0,1,0,0,0,0,0),(142742,25013,588,1,1,0,1,0.194107,9.84585,6.09941,3.08731,120,0,0,1,0,0,0,0,0),(142743,25014,588,1,1,0,1,-0.532552,-8.68575,6.09815,3.19019,120,0,0,1,0,0,0,0,0),(142744,25015,588,1,1,0,0,34.0669,0.119702,18.287,3.17832,120,0,0,1,0,0,0,0,0),(142745,25016,588,1,1,0,1,-11.1276,6.60326,6.09852,3.05167,120,0,0,1,0,0,0,0,0),(142746,25017,588,1,1,0,1,6.22581,9.13103,11.4836,1.53614,120,0,0,1,0,0,0,0,0),(142747,25018,588,1,1,0,1,10.2474,2.78122,11.803,3.46823,120,0,0,1,0,0,0,0,0),(142748,24924,589,1,1,0,1,-1.2076,-9.94886,-23.6749,0.15708,120,0,0,1,0,0,0,0,0),(142749,24926,589,1,1,0,1,-10.3057,-12.1052,-16.9691,5.92724,120,0,0,1,0,0,0,0,0),(142750,24927,589,1,1,0,0,-1.87417,-7.84711,-23.6872,3.38594,120,0,0,1,0,0,0,0,0),(142751,24929,589,1,1,0,1,9.08301,-4.96411,-23.5921,1.59406,120,0,0,1,0,0,0,0,0),(142752,24930,589,1,1,0,1,-17.0083,-7.87488,-15.1878,3.14159,120,0,0,1,0,0,0,0,0),(142753,24931,589,1,1,0,1,7.88492,-11.1513,-17.7623,4.90483,120,0,0,1,0,0,0,0,0),(142754,24934,589,1,1,0,0,9.20919,-3.50392,-23.5121,3.12414,120,0,0,1,0,0,0,0,0),(142755,24935,589,1,1,0,0,9.55492,-12.0229,-23.5059,3.12414,120,0,0,1,0,0,0,0,0),(142756,25075,589,1,1,0,0,-2.70556,-7.84588,-23.6967,0.0349066,120,0,0,1,0,0,0,0,0),(142757,25080,589,1,1,0,1,-4.91002,-4.74236,-17.6153,1.6057,120,0,0,1,0,0,0,0,0),(142758,25081,589,1,1,0,1,-4.93939,-10.8049,-17.6109,4.71239,120,0,0,1,0,0,0,0,0),(142759,24934,590,1,1,0,0,9.63549,-3.67192,-23.588,6.25904,120,0,0,1,0,0,0,0,0),(142760,24935,590,1,1,0,0,9.79838,-11.8681,-23.5848,6.25118,120,0,0,1,0,0,0,0,0),(142761,25075,590,1,1,0,0,-3.59133,-7.84061,-23.7802,6.1969,120,0,0,1,0,0,0,0,0),(142762,25100,590,1,1,0,1,-0.411733,-5.7239,-23.7457,3.70414,120,0,0,1,0,0,0,0,0),(142763,25101,590,1,1,0,1,7.56919,-4.02088,-17.7543,4.77071,120,0,0,1,0,0,0,0,0),(142764,25102,590,1,1,0,1,-11.0882,-3.47446,-16.7988,2.00924,120,0,0,1,0,0,0,0,0),(142765,25103,590,1,1,0,1,7.59398,-11.5166,-17.7745,1.62204,120,0,0,1,0,0,0,0,0),(142766,25104,590,1,1,0,0,-0.898213,-7.76559,-23.7548,3.11116,120,0,0,1,0,0,0,0,0),(142767,25105,590,1,1,0,1,-9.54405,-7.94072,-17.2053,3.17242,120,0,0,1,0,0,0,0,0),(142768,25106,590,1,1,0,1,-4.93938,-10.9634,-17.6988,4.76285,120,0,0,1,0,0,0,0,0),(142769,25107,590,1,1,0,1,-4.98215,-4.67863,-17.696,1.59455,120,0,0,1,0,0,0,0,0),(142770,15214,591,1,1,0,0,7.0053,-7.64791,-16.1126,2.89725,120,0,0,1,0,0,0,0,0),(142771,24934,591,1,1,0,0,-4.5165,-13.1125,-22.5947,1.53589,120,0,0,1,0,0,0,0,0),(142772,24935,591,1,1,0,0,-6.37827,-13.1838,-22.5939,4.71239,120,0,0,1,0,0,0,0,0),(142773,25070,591,1,1,0,1,-9.40787,-8.02398,-17.1578,3.1765,120,0,0,1,0,0,0,0,0),(142774,25071,591,1,1,0,1,7.24887,-5.48033,-17.6859,4.81711,120,0,0,1,0,0,0,0,0),(142775,25072,591,1,1,0,1,8.00807,-10.7134,-17.6737,1.16937,120,0,0,1,0,0,0,0,0),(142776,25074,591,1,1,0,1,5.02375,-7.69781,-17.7888,5.98648,120,0,0,1,0,0,0,0,0),(142777,25075,591,1,1,0,0,-4.16189,-7.68752,-23.6975,0,120,0,0,1,0,0,0,0,0),(142778,25075,591,1,1,0,0,4.36215,-2.25417,-23.59,4.71239,120,0,0,1,0,0,0,0,0),(142779,25075,591,1,1,0,0,-3.31418,-6.12881,-23.6984,4.67748,120,0,0,1,0,0,0,0,0),(142780,25075,591,1,1,0,0,4.48208,-13.4008,-23.59,1.62316,120,0,0,1,0,0,0,0,0),(142781,25075,591,1,1,0,0,-3.30777,-9.47416,-23.6959,1.55334,120,0,0,1,0,0,0,0,0),(142782,25075,591,1,1,0,0,10.7034,-3.50542,-23.49,3.24631,120,0,0,1,0,0,0,0,0),(142783,25075,591,1,1,0,0,-8.87581,-11.4028,-22.5883,6.24828,120,0,0,1,0,0,0,0,0),(142784,25075,591,1,1,0,0,10.8261,-12.1854,-23.4895,3.1765,120,0,0,1,0,0,0,0,0),(142785,25075,591,1,1,0,0,11.7436,-10.4452,-24.2189,6.16101,120,0,0,1,0,0,0,0,0),(142786,25076,591,1,1,0,0,-2.72723,-7.77286,-23.6968,1.55334,120,0,0,1,0,0,0,0,0),(142787,25077,591,1,1,0,1,-19.6886,-8.17058,-14.3765,3.1765,120,0,0,1,0,0,0,0,0),(142788,25079,591,1,1,0,1,-5.1094,-11.1466,-17.606,4.4855,120,0,0,1,0,0,0,0,0),(142789,25083,591,1,1,0,1,-5.2125,-4.92702,-17.5966,1.43117,120,0,0,1,0,0,0,0,0),(142790,25171,591,1,1,0,0,-8.70329,-11.4079,-22.5887,0.0349066,120,0,0,1,0,0,0,0,0),(142791,25078,593,1,1,0,1,34.095,3.54049,17.8892,5.50987,120,0,0,1,0,0,0,0,0),(142792,25082,593,1,1,0,1,15.6121,1.09944,6.09764,2.52482,120,0,0,1,0,0,0,0,0),(142793,25089,593,1,1,0,1,17.8437,-7.84575,6.09877,1.64493,120,0,0,1,0,0,0,0,0),(142794,25093,593,1,1,0,1,15.8067,-5.80051,11.9732,1.86484,120,0,0,1,0,0,0,0,0),(142795,25094,593,1,1,0,1,34.0585,-0.04162,18.2865,3.17017,120,0,0,1,0,0,0,0,0),(142796,25095,593,1,1,0,1,9.39981,9.17899,11.5941,1.52083,120,0,0,1,0,0,0,0,0),(142797,25097,593,1,1,0,1,-11.4014,6.67999,6.09785,2.93715,120,0,0,1,0,0,0,0,0),(142798,25111,593,1,1,0,0,6.20811,0.005208,14.0554,2.54813,120,0,0,1,0,0,0,0,0),(142799,24910,594,1,1,0,1,34.6962,-0.27625,20.9157,3.44936,120,0,0,1,0,0,0,0,0),(142800,24911,594,1,1,0,1,-3.08712,11.1947,8.6042,1.59543,120,0,0,1,0,0,0,0,0),(142801,24911,594,1,1,0,1,-3.00336,-1.39497,8.72655,0.455023,120,0,0,1,0,0,0,0,0),(142802,24911,594,1,1,0,1,29.079,6.02911,19.504,1.29931,120,0,0,1,0,0,0,0,0),(142803,24911,594,1,1,0,1,-11.92,6.82298,8.72743,2.64628,120,0,0,1,0,0,0,0,0),(142804,24911,594,1,1,0,1,19.1465,-9.70741,14.7601,4.79434,120,0,0,1,0,0,0,0,0),(142805,24911,594,1,1,0,1,5.55254,10.6903,14.0795,1.41713,120,0,0,1,0,0,0,0,0),(142806,24911,594,1,1,0,1,5.53691,-10.9158,14.0808,4.59956,120,0,0,1,0,0,0,0,0),(142807,24911,594,1,1,0,1,19.1591,9.74589,14.7625,1.55457,120,0,0,1,0,0,0,0,0),(142808,24911,594,1,1,0,1,-10.8992,6.36276,20.589,1.29146,120,0,0,1,0,0,0,0,0),(142809,24911,594,1,1,0,1,-1.47544,9.97225,8.72811,1.47291,120,0,0,1,0,0,0,0,0),(142810,24911,594,1,1,0,1,-15.0531,6.78103,21.0344,1.54279,120,0,0,1,0,0,0,0,0),(142811,24911,594,1,1,0,1,0.568386,10.818,8.68709,1.24593,120,0,0,1,0,0,0,0,0),(142812,24911,594,1,1,0,1,-16.544,7.01147,21.3668,1.52708,120,0,0,1,0,0,0,0,0),(142813,24992,594,1,1,0,0,-13.669,5.23144,19.2894,1.4721,120,0,0,1,0,0,0,0,0),(1975867,30696,571,1,1,0,0,6862.65,3508.82,696.041,4.56022,300,0,0,1,0,0,0,0,0),(1975866,30696,571,1,1,0,0,6889.6,3485.44,697.351,5.78076,300,0,0,1,0,0,0,0,0),(1975863,4842,47,1,1,0,0,2118.58,1695.32,80.3316,1.46786,43200,5,0,2200,732,1,0,0,0),(142818,25026,594,1,1,0,1,23.0708,-2.7187,1.39595,5.37378,120,0,0,1,0,0,0,0,0),(142817,25026,594,1,1,0,1,6.52141,0.490373,1.39693,6.00288,120,0,0,1,0,0,0,0,0),(142816,25026,594,1,1,0,1,-2.64281,5.46732,1.39595,0.520802,120,0,0,1,0,0,0,0,0),(142823,25075,610,1,1,0,0,4.36215,-2.25417,-23.59,4.71239,120,0,0,1,0,0,0,0,0),(142824,31704,610,1,1,0,1,5.21605,-2.36685,-17.8223,1.04622,120,0,0,1,0,0,0,0,0),(142825,31705,610,1,1,0,1,5.07824,-13.1188,-17.8135,5.24182,120,0,0,1,0,0,0,0,0),(142826,31706,610,1,1,0,1,-16.8964,-10.8497,-15.9745,4.64346,120,0,0,1,0,0,0,0,0),(142827,31708,610,1,1,0,1,-2.74581,-1.47146,-17.7765,4.67712,120,0,0,1,0,0,0,0,0),(142828,31715,610,1,1,0,1,-3.54276,-13.8752,-17.684,1.53946,120,0,0,1,0,0,0,0,0),(142829,31716,610,1,1,0,1,11.5731,-7.65137,-16.6839,3.20372,120,0,0,1,0,0,0,0,0),(142830,31759,612,1,1,0,1,-9.17065,-9.22241,9.44523,4.33964,120,0,0,1,0,0,0,0,0),(142831,31760,612,1,1,0,1,-24.342,-1.4956,11.7907,4.53119,120,0,0,1,0,0,0,0,0),(142832,31761,612,1,1,0,1,17.25,3.98267,9.8274,1.12707,120,0,0,1,0,0,0,0,0),(142833,31762,612,1,1,0,0,34.0835,-0.002845,19.7971,3.12414,120,0,0,1,0,0,0,0,0),(142834,31763,612,1,1,0,1,30.1151,-5.08848,19.3282,3.08923,120,0,0,1,0,0,0,0,0),(142835,31764,612,1,1,0,1,26.0707,2.05775,19.328,3.00197,120,0,0,1,0,0,0,0,0),(142836,25075,613,1,1,0,0,9.44542,-7.84947,-16.6006,0.0523599,120,0,0,1,0,0,0,0,0),(142837,31720,613,1,1,0,1,-16.5685,-5.08333,-15.9421,1.98968,120,0,0,1,0,0,0,0,0),(142838,31723,613,1,1,0,1,-10.7552,-12.8129,-16.7745,4.53786,120,0,0,1,0,0,0,0,0),(142839,31724,613,1,1,0,1,5.77627,-2.00469,-17.7218,1.64061,120,0,0,1,0,0,0,0,0),(142840,31725,613,1,1,0,1,10.6984,-7.82192,-16.6006,3.28122,120,0,0,1,0,0,0,0,0),(142841,31726,613,1,1,0,1,-3.45307,-13.7896,-17.6111,1.16964,120,0,0,1,0,0,0,0,0),(142842,31727,613,1,1,0,1,-3.38308,-1.91393,-17.6198,5.47991,120,0,0,1,0,0,0,0,0),(142843,31788,614,1,1,0,1,27.5951,-2.34424,19.3281,3.22886,120,0,0,1,0,0,0,0,0),(142844,31789,614,1,1,0,1,28.0998,5.9939,19.328,3.64774,120,0,0,1,0,0,0,0,0),(142845,31790,614,1,1,0,0,34.2236,0.067648,19.7627,3.07178,120,0,0,1,0,0,0,0,0),(142846,31791,614,1,1,0,1,0.919363,8.75723,9.43661,1.25664,120,0,0,1,0,0,0,0,0),(142847,31792,614,1,1,0,1,-4.76611,0.0998535,9.36669,4.83456,120,0,0,1,0,0,0,0,0),(142848,31793,614,1,1,0,1,17.146,-3.92139,9.81305,5.49708,120,0,0,1,0,0,0,0,0),(142849,29795,622,1,1,0,1,45.6197,7.29317,30.0955,4.67642,120,0,0,1,0,0,0,0,0),(142850,30752,622,1,1,0,1,15.4321,28.6642,9.92277,1.54012,120,0,0,1,0,0,0,0,0),(142851,30752,622,1,1,0,1,2.01988,28.7211,9.33565,1.58332,120,0,0,1,0,0,0,0,0),(142852,30752,622,1,1,0,1,-11.241,28.5576,9.91826,1.5519,120,0,0,1,0,0,0,0,0),(142853,30752,622,1,1,0,1,8.25547,-21.6199,34.8875,1.73515,120,0,0,1,0,0,0,0,0),(142854,30752,622,1,1,0,1,7.30473,24.2619,34.9491,4.43536,120,0,0,1,0,0,0,0,0),(142855,30753,622,1,1,0,1,-26.8391,-10.402,35.5991,1.29366,120,0,0,1,0,0,0,0,0),(142856,30753,622,1,1,0,1,2.15579,17.0338,9.16353,1.54405,120,0,0,1,0,0,0,0,0),(142857,30753,622,1,1,0,1,-7.63407,0.007234,86.0904,6.2728,120,0,0,1,0,0,0,0,0),(142858,30753,622,1,1,0,1,46.382,7.89944,10.4129,3.96271,120,0,0,1,0,0,0,0,0),(142859,30753,622,1,1,0,1,45.981,-6.55312,10.3636,2.23091,120,0,0,1,0,0,0,0,0),(142860,30753,622,1,1,0,1,15.254,-0.009458,86.0904,3.14299,120,0,0,1,0,0,0,0,0),(142861,30753,622,1,1,0,1,-34.939,-11.6484,11.4697,5.50858,120,0,0,1,0,0,0,0,0),(142862,30753,622,1,1,0,1,-34.785,11.9312,11.4869,0.836243,120,0,0,1,0,0,0,0,0),(142863,30753,622,1,1,0,1,-26.9812,10.5208,35.5936,4.74156,120,0,0,1,0,0,0,0,0),(142864,30753,622,1,1,0,1,1.98831,-18.0873,9.16057,4.66993,120,0,0,1,0,0,0,0,0),(142865,30754,622,1,1,0,1,-19.0109,27.0177,89.9667,6.22411,120,0,0,1,0,0,0,0,0),(142866,30754,622,1,1,0,1,-54.639,-15.3254,34.3972,3.83128,120,0,0,1,0,0,0,0,0),(142867,30754,622,1,1,0,1,-54.7182,15.5861,34.3897,2.50086,120,0,0,1,0,0,0,0,0),(142868,30754,622,1,1,0,1,-18.9215,-26.8371,89.9664,0.087792,120,0,0,1,0,0,0,0,0),(142869,30755,622,1,1,0,1,-3.46042,28.0231,34.2784,4.66548,120,0,0,1,0,0,0,0,0),(142870,30755,622,1,1,0,1,7.21494,-6.31021,34.4191,3.11118,120,0,0,1,0,0,0,0,0),(142871,30755,622,1,1,0,1,24.5852,6.86575,7.06382,3.11055,120,0,0,1,0,0,0,0,0),(142872,30755,622,1,1,0,1,8.85995,18.8224,8.7027,4.69035,120,0,0,1,0,0,0,0,0),(142873,30755,622,1,1,0,1,24.3302,-6.97827,7.08356,3.34184,120,0,0,1,0,0,0,0,0),(142874,30755,622,1,1,0,1,-4.43012,18.742,8.62646,4.66286,120,0,0,1,0,0,0,0,0),(142875,30755,622,1,1,0,1,-5.59682,-28.2501,34.1226,1.55058,120,0,0,1,0,0,0,0,0),(142876,30755,622,1,1,0,1,-4.46811,-18.5567,8.62604,1.53698,120,0,0,1,0,0,0,0,0),(142877,30755,622,1,1,0,1,29.8693,-29.5825,89.7663,3.05267,120,0,0,1,0,0,0,0,0),(142878,30755,622,1,1,0,1,8.83021,-4.6978,84.7137,2.34582,120,0,0,1,0,0,0,0,0),(142879,30755,622,1,1,0,1,37.6428,-9.00797,30.0954,0.004917,120,0,0,1,0,0,0,0,0),(142880,30755,622,1,1,0,1,-26.188,-6.1712,9.33333,3.14217,120,0,0,1,0,0,0,0,0),(142881,30755,622,1,1,0,1,9.06884,-18.7113,8.70787,1.56054,120,0,0,1,0,0,0,0,0),(142882,30755,622,1,1,0,1,8.67689,4.88796,84.7137,3.90012,120,0,0,1,0,0,0,0,0),(142883,30755,622,1,1,0,1,7.49121,6.05275,34.4239,3.16615,120,0,0,1,0,0,0,0,0),(142884,30755,622,1,1,0,1,37.6401,8.9586,30.0954,0.012771,120,0,0,1,0,0,0,0,0),(142885,30755,622,1,1,0,1,-26.1511,6.90449,9.405,3.12647,120,0,0,1,0,0,0,0,0),(142886,30755,622,1,1,0,1,29.4588,29.8761,89.7684,3.15321,120,0,0,1,0,0,0,0,0),(142887,30824,622,1,1,0,1,55.5028,0.080449,30.5268,3.15669,120,0,0,1,0,0,0,0,0),(142888,30825,622,1,1,0,1,38.4745,0.038424,10.1868,3.15788,120,0,0,1,0,0,0,0,0),(142889,30826,622,1,1,0,1,55.0542,-3.74557,30.0955,2.77577,120,0,0,1,0,0,0,0,0),(142890,30827,622,1,1,0,1,45.884,-8.99976,30.0955,1.52942,120,0,0,1,0,0,0,0,0),(142891,30866,622,1,1,0,1,-36.528,23.9373,33.9184,1.89617,120,0,0,1,0,0,0,0,0),(142892,30866,622,1,1,0,1,15.9225,26.2539,35.4586,1.60085,120,0,0,1,0,0,0,0,0),(142893,30866,622,1,1,0,1,-36.1494,-23.2606,33.9568,4.2232,120,0,0,1,0,0,0,0,0),(142894,30866,622,1,1,0,1,17.7216,-26.2695,35.5686,5.06367,120,0,0,1,0,0,0,0,0),(142895,31243,622,1,1,0,0,-11.2408,33.2155,10.5949,1.58668,120,0,0,1,0,0,0,0,0),(142896,31243,622,1,1,0,0,1.99373,33.0756,10.0105,1.53853,120,0,0,1,0,0,0,0,0),(142897,31243,622,1,1,0,0,15.239,32.5832,10.5826,1.52441,120,0,0,1,0,0,0,0,0),(142898,31243,622,1,1,0,0,15.2483,-33.3678,10.5837,4.72649,120,0,0,1,0,0,0,0,0),(142899,31243,622,1,1,0,0,1.91814,-32.9286,10.0097,4.6891,120,0,0,1,0,0,0,0,0),(142900,31243,622,1,1,0,0,-11.0915,-32.8872,10.5819,4.68507,120,0,0,1,0,0,0,0,0),(142901,31261,622,1,1,0,0,-24.084,-22.2178,24.3778,1.43738,120,0,0,1,0,0,0,0,0),(142902,32301,622,1,1,0,1,-3.37706,0.007499,34.0151,4.65055,120,0,0,1,0,0,0,0,0),(142903,29799,623,1,1,0,1,34.5332,-38.5618,25.0323,3.15234,120,0,0,1,0,0,0,0,0),(142904,30344,623,1,1,0,1,43.6738,0.121325,25.1341,3.10227,120,0,0,1,0,0,0,0,0),(142905,30345,623,1,1,0,1,-48.0654,-0.185737,-4.98898,3.11436,120,0,0,1,0,0,0,0,0),(142906,30346,623,1,1,0,0,25.0778,-0.047958,9.59893,3.13291,120,0,0,1,0,0,0,0,0),(142907,30347,623,1,1,0,1,28.6378,-7.55243,23.2873,0.157027,120,0,0,1,0,0,0,0,0),(142908,30350,623,1,1,0,1,16.4056,-2.2827,20.4235,3.11453,120,0,0,1,0,0,0,0,0),(142909,30351,623,1,1,0,1,2.42088,-23.0053,22.5625,0.046087,120,0,0,1,0,0,0,0,0),(142910,30351,623,1,1,0,1,1.29162,-9.37181,20.458,3.17295,120,0,0,1,0,0,0,0,0),(142911,30351,623,1,1,0,1,0.773476,22.5004,22.5503,3.2248,120,0,0,1,0,0,0,0,0),(142912,30351,623,1,1,0,1,39.976,44.3876,25.0331,3.16019,120,0,0,1,0,0,0,0,0),(142913,30351,623,1,1,0,1,-36.4471,6.81573,20.4485,4.73177,120,0,0,1,0,0,0,0,0),(142914,30351,623,1,1,0,1,-36.1811,-6.90251,20.4501,1.6483,120,0,0,1,0,0,0,0,0),(142915,30351,623,1,1,0,1,1.44228,9.63379,20.4566,3.15096,120,0,0,1,0,0,0,0,0),(142916,30352,623,1,1,0,1,48.8649,-8.72834,40.0818,3.12642,120,0,0,1,0,0,0,0,0),(142917,30352,623,1,1,0,1,-17.337,3.98796,20.7652,3.1541,120,0,0,1,0,0,0,0,0),(142918,30352,623,1,1,0,1,16.5684,2.46962,20.4252,3.1329,120,0,0,1,0,0,0,0,0),(142919,30352,623,1,1,0,1,43.7981,13.0009,-2.07474,4.61776,120,0,0,1,0,0,0,0,0),(142920,30352,623,1,1,0,1,-67.4841,3.50927,9.60209,5.83577,120,0,0,1,0,0,0,0,0),(142921,30352,623,1,1,0,1,-17.2379,-3.94242,20.7667,3.1541,120,0,0,1,0,0,0,0,0),(142922,30352,623,1,1,0,1,-67.1723,-3.73439,9.60211,0.318344,120,0,0,1,0,0,0,0,0),(142923,30352,623,1,1,0,1,36.4909,6.11523,9.60666,3.01117,120,0,0,1,0,0,0,0,0),(142924,30352,623,1,1,0,1,-49.1048,0.044213,20.6694,0.029782,120,0,0,1,0,0,0,0,0),(142925,30352,623,1,1,0,1,36.436,-6.06257,9.60687,3.09364,120,0,0,1,0,0,0,0,0),(142926,30352,623,1,1,0,1,48.8813,8.78624,40.0817,3.1426,120,0,0,1,0,0,0,0,0),(142927,30352,623,1,1,0,1,-60.5592,0.055898,-5.27774,0.004184,120,0,0,1,0,0,0,0,0),(142928,30380,623,1,1,0,1,-6.13984,21.6533,9.991,1.48436,120,0,0,1,0,0,0,0,0),(142929,30380,623,1,1,0,1,3.99105,-21.2539,9.67311,4.9577,120,0,0,1,0,0,0,0,0),(142930,30380,623,1,1,0,1,-41.0289,25.7685,1.20385,1.49696,120,0,0,1,0,0,0,0,0),(142931,30380,623,1,1,0,1,-17.4619,22.2092,9.60018,1.58254,120,0,0,1,0,0,0,0,0),(142932,30380,623,1,1,0,1,-8.79147,30.0334,-0.157799,0.471494,120,0,0,1,0,0,0,0,0),(142933,30380,623,1,1,0,1,-26.5726,29.6008,-0.15773,0.856857,120,0,0,1,0,0,0,0,0),(142934,30380,623,1,1,0,1,45.5093,6.67955,30.1788,5.44543,120,0,0,1,0,0,0,0,0),(142935,30380,623,1,1,0,1,1.92073,28.7498,0.101361,0.232732,120,0,0,1,0,0,0,0,0),(142936,30380,623,1,1,0,1,-37.3836,19.9617,9.59771,1.87549,120,0,0,1,0,0,0,0,0),(142937,30380,623,1,1,0,1,-37.1975,-20.2765,9.65711,4.32467,120,0,0,1,0,0,0,0,0),(142938,30380,623,1,1,0,1,-7.54172,-30.0747,0.101348,4.17752,120,0,0,1,0,0,0,0,0),(142939,30380,623,1,1,0,1,-30.1731,-21.9358,9.59686,4.72914,120,0,0,1,0,0,0,0,0),(142940,30380,623,1,1,0,1,3.45962,-28.1289,0.101388,4.29376,120,0,0,1,0,0,0,0,0),(142941,30380,623,1,1,0,1,-18.0212,-22.0926,9.60068,4.66788,120,0,0,1,0,0,0,0,0),(142942,30380,623,1,1,0,1,-24.7068,-29.9771,0.101334,3.66623,120,0,0,1,0,0,0,0,0),(142943,30380,623,1,1,0,1,3.92454,20.827,9.67354,1.30372,120,0,0,1,0,0,0,0,0),(142944,30380,623,1,1,0,1,-6.33308,-21.7722,9.99575,4.85167,120,0,0,1,0,0,0,0,0),(142945,30380,623,1,1,0,1,-39.6946,-26.8419,0.82802,2.93659,120,0,0,1,0,0,0,0,0),(142946,30392,623,1,1,0,0,28.7566,7.6217,23.2872,6.08285,120,0,0,1,0,0,0,0,0),(142947,30394,623,1,1,0,1,-14.1505,23.0373,-5.24869,0.027745,120,0,0,1,0,0,0,0,0),(142948,30394,623,1,1,0,1,-11.7295,-24.7904,9.58663,1.63703,120,0,0,1,0,0,0,0,0),(142949,30394,623,1,1,0,1,-11.9688,25.5424,9.58513,4.66945,120,0,0,1,0,0,0,0,0),(142950,30394,623,1,1,0,1,-57.9337,6.01148,23.5029,1.54855,120,0,0,1,0,0,0,0,0),(142951,30394,623,1,1,0,1,-14.3898,-23.2398,-5.25039,6.16013,120,0,0,1,0,0,0,0,0),(142952,30394,623,1,1,0,1,-48.1449,-3.10366,-5.21617,3.11436,120,0,0,1,0,0,0,0,0),(142953,30833,623,1,1,0,1,6.18656,-0.008156,20.5756,6.28313,120,0,0,1,0,0,0,0,0),(142954,30867,623,1,1,0,1,-11.0475,-22.7053,22.5096,4.51265,120,0,0,1,0,0,0,0,0),(142955,30867,623,1,1,0,1,-32.9158,-22.1469,22.5861,4.59982,120,0,0,1,0,0,0,0,0),(142956,30867,623,1,1,0,1,-10.0824,23.2226,22.5129,1.54405,120,0,0,1,0,0,0,0,0),(142957,30867,623,1,1,0,1,36.8757,45.226,25.0331,2.16509,120,0,0,1,0,0,0,0,0),(142958,30867,623,1,1,0,1,-33.4747,22.2096,22.5895,1.56211,120,0,0,1,0,0,0,0,0),(142959,30867,623,1,1,0,1,36.9277,-44.9241,25.0318,4.11052,120,0,0,1,0,0,0,0,0),(142960,31259,623,1,1,0,0,16.8761,-17.8635,20.4597,2.02864,120,0,0,1,0,0,0,0,0),(142961,32193,623,1,1,0,0,-21.6978,0.127903,-18.1897,3.12341,120,0,0,1,0,0,0,0,0),(142962,32302,623,1,1,0,1,54.6648,-6.9431,40.0874,3.0302,120,0,0,1,0,0,0,0,0),(142963,32566,623,1,1,0,1,34.6465,-41.7087,25.0325,3.20731,120,0,0,1,0,0,0,0,0),(142964,32777,623,1,1,0,1,42.9517,4.20903,25.1088,3.47298,120,0,0,1,0,0,0,0,0),(74985,36164,642,3,1,0,0,16.9491,14.9328,35.0811,3.07178,7200,0,0,50000,0,0,0,0,0),(74984,36164,642,3,1,0,0,6.64578,-8.05272,34.4752,3.07178,7200,0,0,50000,0,0,0,0,0),(74983,36164,642,3,1,0,0,17.5203,-14.0262,35.072,3.07178,7200,0,0,50000,0,0,0,0,0),(74982,36164,642,3,1,0,0,28.4088,-19.3047,35.9826,4.15388,7200,0,0,50000,0,0,0,0,0),(74981,36164,642,3,1,0,0,37.4704,8.73106,30.1788,6.00393,7200,0,0,50000,0,0,0,0,0),(74980,36164,642,3,1,0,0,6.56619,7.98873,34.4726,3.07178,7200,0,0,50000,0,0,0,0,0),(74979,36164,642,3,1,0,0,37.4039,-8.93743,30.1788,6.26573,7200,0,0,50000,0,0,0,0,0),(74978,36164,642,3,1,0,0,28.4441,18.9595,35.9598,2.23402,7200,0,0,50000,0,0,0,0,0),(74977,36162,642,3,1,0,0,-18.3838,-11.1172,34.9192,3.08923,7200,0,0,50000,0,0,0,0,0),(74976,36162,642,3,1,0,0,-22.1626,11.1943,35.0962,3.9619,7200,0,0,50000,0,0,0,0,0),(132232,3617,0,1,1,0,0,1834.21,249.057,59.8226,0,300,5,0,656,0,1,0,0,0),(132233,3617,0,1,1,0,0,1823.91,252.862,60.025,0,300,5,0,656,0,1,0,0,0),(132234,3617,0,1,1,0,0,1829.43,259.207,59.5834,0,300,5,0,656,0,1,0,0,0),(132235,3617,0,1,1,0,0,1819.52,264.184,59.8956,0,300,5,0,656,0,1,0,0,0),(132236,3617,0,1,1,0,0,1806.35,265.815,65.3997,0,300,5,0,656,0,1,0,0,0),(132237,3617,0,1,1,0,0,1816.99,281.063,70.3997,0,300,5,0,656,0,1,0,0,0),(132238,3617,0,1,1,0,0,1831.26,282.122,70.3997,0,300,5,0,656,0,1,0,0,0),(132239,3617,0,1,1,0,0,1843.58,278.447,70.3997,0,300,5,0,656,0,1,0,0,0),(132240,3617,0,1,1,0,0,1794.1,284.269,70.3997,0,300,5,0,656,0,1,0,0,0),(132241,3617,0,1,1,0,0,1769.92,285.161,70.3997,0,300,5,0,656,0,1,0,0,0),(132242,3617,0,1,1,0,0,1806.01,254.011,60.6559,0,300,5,0,656,0,1,0,0,0),(132243,3617,0,1,1,0,0,1782.72,267.958,59.6138,0,300,5,0,656,0,1,0,0,0),(132244,3617,0,1,1,0,0,1783.95,251.046,59.5074,0,300,5,0,656,0,1,0,0,0),(132245,3617,0,1,1,0,0,1782.66,226.65,59.3659,0,300,5,0,656,0,1,0,0,0),(132246,3617,0,1,1,0,0,1785.05,210.563,59.7069,0,300,5,0,656,0,1,0,0,0),(132247,3617,0,1,1,0,0,1805.75,210.858,65.3998,0,300,5,0,656,0,1,0,0,0),(132248,3617,0,1,1,0,0,1803.13,192.819,70.3997,0,300,5,0,656,0,1,0,0,0),(132249,3617,0,1,1,0,0,1819.39,193.334,70.3997,0,300,5,0,656,0,1,0,0,0),(132250,3617,0,1,1,0,0,1841.26,196.939,70.3997,0,300,5,0,656,0,1,0,0,0),(132251,3617,0,1,1,0,0,1788.09,193.416,70.3997,0,300,5,0,656,0,1,0,0,0),(132252,3617,0,1,1,0,0,1768.28,193.266,70.3997,0,300,5,0,656,0,1,0,0,0),(132253,3617,0,1,1,0,0,1836.37,229.404,60.2315,0,300,5,0,656,0,1,0,0,0),(132254,3617,0,1,1,0,0,1830.29,213.645,60.389,0,300,5,0,656,0,1,0,0,0),(132255,3617,0,1,1,0,0,1817.45,225.251,59.528,0,300,5,0,656,0,1,0,0,0),(132256,3617,0,1,1,0,0,1820.13,250.549,60.0474,0,300,5,0,656,0,1,0,0,0),(132257,3617,0,1,1,0,0,1805.22,291.655,70.3996,0,300,5,0,656,0,1,0,0,0),(132258,3617,0,1,1,0,0,1846.19,271.665,70.3997,0,300,5,0,656,0,1,0,0,0),(132259,3617,0,1,1,0,0,1797.38,321.783,70.8146,0,300,5,0,656,0,1,0,0,0),(132260,3617,0,1,1,0,0,1795.76,336.788,70.8146,0,300,5,0,656,0,1,0,0,0),(132261,3617,0,1,1,0,0,1816.09,339.486,70.8132,0,300,5,0,656,0,1,0,0,0),(132262,3617,0,1,1,0,0,1818.25,324.754,70.8132,0,300,5,0,656,0,1,0,0,0),(132263,3617,0,1,1,0,0,1806.57,325.978,70.3977,0,300,5,0,656,0,1,0,0,0),(132264,3617,0,1,1,0,0,1806.6,337.597,70.3977,0,300,5,0,656,0,1,0,0,0),(132265,3617,0,1,1,0,0,1779.74,208.601,60.3128,0,300,5,0,656,0,1,0,0,0),(132266,3617,0,1,1,0,0,1774.19,238.088,60.6982,0,300,5,0,656,0,1,0,0,0),(132267,3617,0,1,1,0,0,1784.68,238.47,60.4086,0,300,5,0,656,0,1,0,0,0),(132268,3617,0,1,1,0,0,1821.23,239.487,60.6478,0,300,5,0,656,0,1,0,0,0),(132269,3617,0,1,1,0,0,1837.95,238.254,60.5144,0,300,5,0,656,0,1,0,0,0),(213212,21304,552,3,1,0,1,197.956,-86.8133,-10.0174,5.8294,86400,0,0,1,0,0,0,0,0),(213213,21304,552,3,1,0,1,206.342,-98.2784,-10.0262,2.6529,86400,0,0,1,0,0,0,0,0),(213214,21304,552,3,1,0,1,270.767,-66.623,22.4534,5.74213,86400,0,0,1,0,0,0,0,0),(213215,21304,552,3,1,0,1,226.184,-162.096,-10.0352,0.349066,86400,0,0,1,0,0,0,0,0),(213216,21304,552,3,1,0,1,264.271,-191.28,-10.0219,5.61996,86400,0,0,1,0,0,0,0,0),(213217,21304,552,3,1,0,1,293.885,70.9368,22.5262,1.55334,86400,0,0,1,0,0,0,0,0),(213218,21304,552,3,1,0,1,291.632,70.5809,22.5269,2.00713,86400,0,0,1,0,0,0,0,0),(213219,21304,552,3,1,0,1,285.416,127.127,22.2951,4.69494,86400,0,0,1,0,0,0,0,0),(213220,21304,552,3,1,0,1,257.344,155.568,22.3321,4.71239,86400,0,0,1,0,0,0,0,0),(213221,21304,552,3,1,0,1,298.848,151.748,22.3105,5.70723,86400,0,0,1,0,0,0,0,0),(213222,20879,552,3,1,0,1,285.519,146.155,22.3118,5.79449,86400,0,0,1,0,0,0,0,0),(213223,20880,552,3,1,0,1,301.797,127.444,22.3108,1.309,86400,0,0,1,0,0,0,0,0),(213224,20880,552,3,1,0,1,305.736,148.059,24.8633,3.97935,86400,0,0,1,0,0,0,0,0),(68274,29389,571,1,1,0,1,7910.65,-1418.73,1534.7,5.88176,300,0,0,1,0,2,0,0,0),(68275,29389,571,1,1,0,1,7868.56,-1363.65,1534.06,5.88176,300,0,0,1,0,2,0,0,0),(68276,29389,571,1,1,0,1,7900.39,-1481.6,1532.27,5.88176,300,0,0,1,0,2,0,0,0),(68277,29389,571,1,1,0,1,7857.5,-1330.41,1534.56,5.88176,300,0,0,1,0,2,0,0,0),(68278,29389,571,1,1,0,1,7309.22,-666.582,784.898,5.88176,300,0,0,1,0,2,0,0,0),(240309,19169,571,1,1,0,0,5928.98,639.593,645.557,3.01052,300,0,0,42,0,0,0,0,0),(240310,19169,530,1,1,0,0,9664.38,-7117.91,14.324,2.63397,300,0,0,42,0,0,0,0,0),(240311,19148,0,1,1,0,0,-4914.82,-951.191,501.498,4.5773,300,0,0,42,0,0,0,0,0),(240312,19148,0,1,1,0,0,-4915.33,-953.892,501.498,2.25016,300,0,0,42,0,0,0,0,0),(240313,19171,530,1,1,0,0,-3910.91,-11612.4,-138.243,4.99941,300,0,0,42,0,0,0,0,0),(240314,19171,530,1,1,0,0,-3909.22,-11614.8,-138.101,3.1765,300,0,0,42,0,0,0,0,0),(240018,23537,530,1,1,0,0,-4191.7,-12269.1,1.27632,1.43649,300,0,0,2552,6588,0,0,0,0),(240017,23537,1,1,1,0,0,288.169,-4562.44,28.5433,3.18855,300,0,0,2467,6443,0,0,0,0),(240016,23537,0,1,1,0,0,-9328.42,56.2903,66.1476,1.50281,300,0,0,2759,7031,0,0,0,0),(240015,23537,0,1,1,0,0,-5749.33,-528.28,401.996,0.666303,300,0,0,2835,7196,0,0,0,0),(240026,23686,0,1,1,0,0,-9459.64,40.9507,64.302,4.70195,300,0,0,7185,7196,0,0,0,0),(240027,23686,0,1,1,0,0,-9461.98,42.2018,62.6981,4.39564,300,0,0,7185,7196,0,0,0,0),(240028,23686,0,1,1,0,0,-9457.22,42.1101,63.0202,4.39564,300,0,0,7185,7196,0,0,0,0),(240029,23686,1,1,1,0,0,291.783,-4773.08,11.7301,5.17244,300,0,0,7185,7196,0,0,0,0),(240030,23686,1,1,1,0,0,296.157,-4776.64,20.1787,3.2757,300,0,0,7185,7196,0,0,0,0),(240031,23686,1,1,1,0,0,311.81,-4774.85,27.6999,4.43809,300,0,0,7185,7196,0,0,0,0),(240032,23686,1,1,1,0,0,298.238,-4776.4,27.6999,3.69196,300,0,0,7185,7196,0,0,0,0),(240033,23686,1,1,1,0,0,306.619,-4775.44,27.6999,3.69196,300,0,0,7185,7196,0,0,0,0),(240034,23686,1,1,1,0,0,310.904,-4774.96,27.6999,3.69196,300,0,0,7185,7196,0,0,0,0),(240035,23686,1,1,1,0,0,317.691,-4774.18,27.6999,5.39549,300,0,0,7185,7196,0,0,0,0),(240036,23686,1,1,1,0,0,312.604,-4773.34,23.9834,5.41906,300,0,0,7185,7196,0,0,0,0),(240037,23686,1,1,1,0,0,312.604,-4773.34,18.3576,5.41906,300,0,0,7185,7196,0,0,0,0),(240038,23686,1,1,1,0,0,320.31,-4770.04,14.0178,4.63366,300,0,0,7185,7196,0,0,0,0),(240039,23686,1,1,1,0,0,346.641,-4708.79,29.6077,2.77227,300,0,0,7185,7196,0,0,0,0),(240040,23686,1,1,1,0,0,346.348,-4708.34,17.4551,1.87692,300,0,0,7185,7196,0,0,0,0),(240041,23686,1,1,1,0,0,331.839,-4702.7,24.0211,2.35208,300,0,0,7185,7196,0,0,0,0),(240042,23686,1,1,1,0,0,339.364,-4708.42,21.9112,1.39782,300,0,0,7185,7196,0,0,0,0),(240043,23686,1,1,1,0,0,327.003,-4702.6,16.3531,1.11508,300,0,0,7185,7196,0,0,0,0),(240044,23686,1,1,1,0,0,328.733,-4698.4,30.2376,6.02382,300,0,0,7185,7196,0,0,0,0),(240045,23686,1,1,1,0,0,320.605,-4694.05,29.9266,2.39921,300,0,0,7185,7196,0,0,0,0),(240046,23686,1,1,1,0,0,324.615,-4697.03,26.1846,1.57454,300,0,0,7185,7196,0,0,0,0),(240047,23686,1,1,1,0,0,335.339,-4704.81,23.8428,1.52742,300,0,0,7185,7196,0,0,0,0),(240048,23686,1,1,1,0,0,337.244,-4704.9,26.0984,2.08112,300,0,0,7185,7196,0,0,0,0),(240049,23686,1,1,1,0,0,338.8,-4702.71,31.3961,2.08112,300,0,0,7185,7196,0,0,0,0),(240050,23686,1,1,1,0,0,343.336,-4710.18,28.983,2.08505,300,0,0,7185,7196,0,0,0,0),(240051,23686,530,1,1,0,0,-4143.24,-12480.3,59.1901,3.6945,300,0,0,7185,7196,0,0,0,0),(240052,23686,530,1,1,0,0,-4213.76,-12522.2,49.9588,2.51248,300,0,0,7185,7196,0,0,0,0),(240053,23686,530,1,1,0,0,-4220.41,-12513.9,55.3889,4.21287,300,0,0,7185,7196,0,0,0,0),(240054,23686,530,1,1,0,0,-4218.98,-12516.4,57.0657,4.28355,300,0,0,7185,7196,0,0,0,0),(240055,23686,530,1,1,0,0,-4214.63,-12510.5,45.8161,4.28355,300,0,0,7185,7196,0,0,0,0),(240056,23686,530,1,1,0,0,-4212.18,-12516.2,47.8073,4.07935,300,0,0,7185,7196,0,0,0,0),(240057,23686,530,1,1,0,0,-4214.56,-12511.7,50.0078,4.07935,300,0,0,7185,7196,0,0,0,0),(240058,23686,530,1,1,0,0,-4217.74,-12510.1,49.9338,4.07935,300,0,0,7185,7196,0,0,0,0),(240059,23686,530,1,1,0,0,-4216.54,-12512.4,55.5226,3.39998,300,0,0,7185,7196,0,0,0,0),(240060,23686,530,1,1,0,0,-4215.28,-12517.6,54.9709,3.39998,300,0,0,7185,7196,0,0,0,0),(240061,23686,530,1,1,0,0,-4211.67,-12518.9,45.71,3.39998,300,0,0,7185,7196,0,0,0,0),(240062,23686,530,1,1,0,0,-4131.52,-12495.8,48.5822,2.74417,300,0,0,7185,7196,0,0,0,0),(240063,23686,530,1,1,0,0,-4139.22,-12494,51.0504,4.1736,300,0,0,7185,7196,0,0,0,0),(240064,23686,530,1,1,0,0,-4139.9,-12488.4,52.8402,0.674645,300,0,0,7185,7196,0,0,0,0),(240065,23686,530,1,1,0,0,-4143.31,-12491.2,45.4552,0.674645,300,0,0,7185,7196,0,0,0,0),(240066,23686,530,1,1,0,0,-4149.02,-12488.3,46.8758,0.729623,300,0,0,7185,7196,0,0,0,0),(240067,23686,530,1,1,0,0,-4150.42,-12483.7,53.1023,0.686426,300,0,0,7185,7196,0,0,0,0),(240068,23686,530,1,1,0,0,-4143.13,-12484.7,56.3242,0.580398,300,0,0,7185,7196,0,0,0,0),(240069,23686,530,1,1,0,0,-4145.57,-12481,57.9442,0.580398,300,0,0,7185,7196,0,0,0,0),(240070,23686,530,1,1,0,0,-4148.24,-12473.6,56.7172,0.580398,300,0,0,7185,7196,0,0,0,0),(240071,23686,530,1,1,0,0,-4146.32,-12476.6,56.7172,0.580398,300,0,0,7185,7196,0,0,0,0),(240072,23686,530,1,1,0,0,-4150.45,-12479.5,50.3434,0.580398,300,0,0,7185,7196,0,0,0,0),(240073,23686,530,1,1,0,0,-4151.89,-12477,50.0254,0.517566,300,0,0,7185,7196,0,0,0,0),(240074,23686,530,1,1,0,0,-4155.03,-12472.6,52.0268,4.12647,300,0,0,7185,7196,0,0,0,0),(240075,23686,0,1,1,0,0,-5574.76,-506.924,411.857,3.03056,300,0,0,7185,7196,0,0,0,0),(240076,23686,0,1,1,0,0,-5611.94,-514.303,408.835,5.98344,300,0,0,7185,7196,0,0,0,0),(240077,23686,0,1,1,0,0,-5611.25,-519.612,413.429,3.12459,300,0,0,7185,7196,0,0,0,0),(240078,23686,0,1,1,0,0,-5608.77,-513.703,413.382,3.12459,300,0,0,7185,7196,0,0,0,0),(240079,23686,0,1,1,0,0,-5604.14,-513.782,413.307,1.65982,300,0,0,7185,7196,0,0,0,0),(240080,23686,0,1,1,0,0,-5598.68,-513.39,414.025,5.2648,300,0,0,7185,7196,0,0,0,0),(240081,23686,0,1,1,0,0,-5599.48,-512.527,408.986,5.44544,300,0,0,7185,7196,0,0,0,0),(240082,23686,0,1,1,0,0,-5592.6,-508.075,403.549,5.63393,300,0,0,7185,7196,0,0,0,0),(240083,23686,0,1,1,0,0,-5591.12,-503.569,413.127,4.18881,300,0,0,7185,7196,0,0,0,0),(240084,23686,0,1,1,0,0,-5588.98,-504.686,417.844,4.4205,300,0,0,7185,7196,0,0,0,0),(240085,23686,0,1,1,0,0,-5584.89,-505.9,418.015,4.98991,300,0,0,7185,7196,0,0,0,0),(240086,23686,0,1,1,0,0,-5585.14,-501.982,411.204,4.52654,300,0,0,7185,7196,0,0,0,0),(240087,23686,0,1,1,0,0,-5579.4,-503.062,411.204,4.52654,300,0,0,7185,7196,0,0,0,0),(240088,23686,0,1,1,0,0,-5581.88,-503.502,412.972,4.97814,300,0,0,7185,7196,0,0,0,0),(240089,23686,1,1,1,0,0,310.521,-4775.41,20.2359,0.12625,300,0,0,7185,7196,0,0,0,0),(240090,23686,1,1,1,0,0,298.649,-4773.64,10.7717,4.34384,300,0,0,7185,7196,0,0,0,0),(240091,23686,1,1,1,0,0,325.928,-4770.62,17.8451,3.38173,300,0,0,7185,7196,0,0,0,0),(240092,23686,1,1,1,0,0,291.783,-4773.08,20.9001,5.17244,300,0,0,7185,7196,0,0,0,0),(240093,23686,1,1,1,0,0,302.596,-4775.97,14.7386,4.20247,300,0,0,7185,7196,0,0,0,0),(240094,23686,0,1,1,0,0,-5568.61,-467.541,401.123,1.35745,300,0,0,7185,7196,0,0,0,0),(240095,23686,0,1,1,0,0,-5577.59,-503.351,412.58,5.1038,300,0,0,7185,7196,0,0,0,0),(240096,23686,0,1,1,0,0,-5584.31,-463.29,402.817,1.96613,300,0,0,7185,7196,0,0,0,0),(240097,23686,0,1,1,0,0,-5573.77,-461.494,406.449,0.874428,300,0,0,7185,7196,0,0,0,0),(240098,23686,0,1,1,0,0,-5573.51,-463.361,412.5,1.12183,300,0,0,7185,7196,0,0,0,0),(240099,23686,0,1,1,0,0,-5573.96,-458.593,414.022,0.717348,300,0,0,7185,7196,0,0,0,0),(240100,23686,0,1,1,0,0,-5580.72,-460.588,414.27,0.717348,300,0,0,7185,7196,0,0,0,0),(240101,23686,0,1,1,0,0,-9464.66,32.6633,72.6435,2.92302,300,0,0,7185,7196,0,0,0,0),(240102,23686,0,1,1,0,0,2241.12,241.988,51.0614,1.28194,300,0,0,7185,7196,0,0,0,0),(240103,23686,0,1,1,0,0,2248.77,258.719,47.5138,6.01003,300,0,0,7185,7196,0,0,0,0),(240104,23686,0,1,1,0,0,2249.51,257.851,37.9912,4.54527,300,0,0,7185,7196,0,0,0,0),(240105,23686,0,1,1,0,0,2250.19,258.114,44.602,4.14472,300,0,0,7185,7196,0,0,0,0),(240106,23686,0,1,1,0,0,2245.22,249.155,46.5302,6.12785,300,0,0,7185,7196,0,0,0,0),(240107,23686,0,1,1,0,0,2246.39,256.624,46.2303,6.13177,300,0,0,7185,7196,0,0,0,0),(240108,23686,0,1,1,0,0,2244.78,257.333,41.9934,5.63305,300,0,0,7185,7196,0,0,0,0),(240109,23686,0,1,1,0,0,2244.14,253.663,39.5669,5.36601,300,0,0,7185,7196,0,0,0,0),(240110,23686,0,1,1,0,0,2236.36,302.109,37.7981,2.61319,300,0,0,7185,7196,0,0,0,0),(240111,23686,0,1,1,0,0,2241.21,239.507,45.7771,0.060643,300,0,0,7185,7196,0,0,0,0),(240112,23686,0,1,1,0,0,2242.26,236.977,38.7063,0.0213733,300,0,0,7185,7196,0,0,0,0),(240113,23686,0,1,1,0,0,2243.21,243.267,37.1663,6.27314,300,0,0,7185,7196,0,0,0,0),(240114,23686,0,1,1,0,0,2242.27,241.958,44.4382,6.03752,300,0,0,7185,7196,0,0,0,0),(240115,23686,0,1,1,0,0,2237.76,301.688,45.2893,3.14726,300,0,0,7185,7196,0,0,0,0),(240116,23686,0,1,1,0,0,2240.28,307.218,41.0354,2.34223,300,0,0,7185,7196,0,0,0,0),(240117,23686,0,1,1,0,0,2243.34,310.289,42.5439,2.34223,300,0,0,7185,7196,0,0,0,0),(240118,23686,0,1,1,0,0,2243.65,310.66,36.7168,2.26369,300,0,0,7185,7196,0,0,0,0),(240119,23686,0,1,1,0,0,2237.94,304.373,40.9636,1.38797,300,0,0,7185,7196,0,0,0,0),(240120,23686,0,1,1,0,0,2234.32,299.751,38.1606,1.58824,300,0,0,7185,7196,0,0,0,0),(240121,23686,530,1,1,0,0,9505.5,-6841.49,18.228,4.45473,300,0,0,7185,7196,0,0,0,0),(240122,23686,530,1,1,0,0,9509.24,-6842.47,17.0566,4.45473,300,0,0,7185,7196,0,0,0,0),(240123,23686,530,1,1,0,0,9485.45,-6827.55,16.6444,3.39052,300,0,0,7185,7196,0,0,0,0),(240124,23686,530,1,1,0,0,9488.82,-6839.38,33.1865,3.96386,300,0,0,7185,7196,0,0,0,0),(240125,23686,530,1,1,0,0,9485.72,-6837.64,33.1021,5.80169,300,0,0,7185,7196,0,0,0,0),(240126,23686,530,1,1,0,0,9492.07,-6842.72,33.1321,2.33809,300,0,0,7185,7196,0,0,0,0),(240127,23686,0,1,1,0,0,2225.84,304.266,46.4147,3.00196,300,0,0,7185,7196,0,0,0,0),(240128,23686,0,1,1,0,0,2242,309.015,46.1168,2.75849,300,0,0,7185,7196,0,0,0,0),(240129,23686,0,1,1,0,0,2244.82,311.809,45.4475,2.22834,300,0,0,7185,7196,0,0,0,0),(240130,23686,0,1,1,0,0,2241.76,306.656,47.487,1.47829,300,0,0,7185,7196,0,0,0,0),(240131,23686,0,1,1,0,0,2236.71,302.204,45.5017,1.47829,300,0,0,7185,7196,0,0,0,0),(240132,23686,0,1,1,0,0,2234.26,300.082,44.2792,1.47829,300,0,0,7185,7196,0,0,0,0),(240133,23686,530,1,1,0,0,9490.71,-6839.79,30.2413,3.65363,300,0,0,7185,7196,0,0,0,0),(240134,23686,530,1,1,0,0,9487.77,-6836.72,29.9833,3.65363,300,0,0,7185,7196,0,0,0,0),(240135,23686,530,1,1,0,0,9487.71,-6838.23,24.0048,3.6929,300,0,0,7185,7196,0,0,0,0),(240136,23686,530,1,1,0,0,9485,-6835.48,21.9232,3.79893,300,0,0,7185,7196,0,0,0,0),(240137,23686,530,1,1,0,0,9485.42,-6835.9,18.184,3.82249,300,0,0,7185,7196,0,0,0,0),(240138,23686,530,1,1,0,0,9489.2,-6839.72,27.0619,4.01491,300,0,0,7185,7196,0,0,0,0),(240139,23686,530,1,1,0,0,9492.48,-6843.05,27.0625,4.01491,300,0,0,7185,7196,0,0,0,0),(240140,23686,530,1,1,0,0,9493.01,-6843.59,19.9351,4.01491,300,0,0,7185,7196,0,0,0,0),(240141,23686,530,1,1,0,0,9493.61,-6841.92,18.2747,4.01491,300,0,0,7185,7196,0,0,0,0),(240142,23686,530,1,1,0,0,9517.58,-6851.59,18.0884,4.39583,300,0,0,7185,7196,0,0,0,0),(240143,23686,530,1,1,0,0,9537.31,-6859.92,26.9436,4.77675,300,0,0,7185,7196,0,0,0,0),(240144,23686,530,1,1,0,0,9527.1,-6861.42,32.3293,4.65108,300,0,0,7185,7196,0,0,0,0),(240145,23686,530,1,1,0,0,9530.93,-6861.8,33.3419,5.09483,300,0,0,7185,7196,0,0,0,0),(240146,23686,530,1,1,0,0,9523.08,-6861.09,33.994,4.18377,300,0,0,7185,7196,0,0,0,0),(240147,23686,530,1,1,0,0,9522.55,-6861.44,18.7315,4.37619,300,0,0,7185,7196,0,0,0,0),(240148,23686,530,1,1,0,0,9518.12,-6861.42,18.7342,4.37619,300,0,0,7185,7196,0,0,0,0),(240149,23686,530,1,1,0,0,9520.42,-6861.43,23.6705,4.37619,300,0,0,7185,7196,0,0,0,0),(240150,23686,530,1,1,0,0,9522.7,-6861.44,28.1221,4.71391,300,0,0,7185,7196,0,0,0,0),(240151,23686,530,1,1,0,0,9529.84,-6861.48,28.1221,4.71391,300,0,0,7185,7196,0,0,0,0),(240152,23686,530,1,1,0,0,9529.8,-6861.48,21.5105,4.9456,300,0,0,7185,7196,0,0,0,0),(240153,23686,530,1,1,0,0,9534.08,-6861.51,23.6283,4.67464,300,0,0,7185,7196,0,0,0,0),(240154,23686,530,1,1,0,0,9534.31,-6856.01,19.8163,4.56076,300,0,0,7185,7196,0,0,0,0),(240155,23686,0,1,1,0,0,2229.74,302.85,43.9636,1.47829,300,0,0,7185,7196,0,0,0,0),(240156,23686,0,1,1,0,0,-9459.58,32.001,72.8428,2.58137,300,0,0,7185,7196,0,0,0,0),(240157,23686,0,1,1,0,0,-9456.21,29.1498,73.8424,4.05007,300,0,0,7185,7196,0,0,0,0),(240158,23686,0,1,1,0,0,-5584.24,-463.413,413.694,0.744837,300,0,0,7185,7196,0,0,0,0),(240159,23686,0,1,1,0,0,-5586.42,-463.204,413.173,1.76193,300,0,0,7185,7196,0,0,0,0),(240160,23686,0,1,1,0,0,-9447.45,94.5027,68.9181,5.28707,300,0,0,7185,7196,0,0,0,0),(240161,23686,0,1,1,0,0,-9452.72,92.2579,68.34,2.69918,300,0,0,7185,7196,0,0,0,0),(240162,23686,0,1,1,0,0,-9451.72,89.4413,66.4258,2.69918,300,0,0,7185,7196,0,0,0,0),(240163,23686,0,1,1,0,0,-9452.03,85.3028,66.0526,1.46217,300,0,0,7185,7196,0,0,0,0),(240164,23686,0,1,1,0,0,-9454.76,84.8473,67.1419,0.888833,300,0,0,7185,7196,0,0,0,0),(240165,23686,0,1,1,0,0,-9457.31,81.8038,68.5692,0.0327492,300,0,0,7185,7196,0,0,0,0),(240166,23686,0,1,1,0,0,-9460.92,87.7924,69.1864,0.826001,300,0,0,7185,7196,0,0,0,0),(240167,23686,0,1,1,0,0,-9460.53,84.1486,69.4261,1.83131,300,0,0,7185,7196,0,0,0,0),(240168,23686,0,1,1,0,0,-9463.92,83.2453,67.4807,0.181975,300,0,0,7185,7196,0,0,0,0),(240169,23686,0,1,1,0,0,-9464.64,87.1281,67.2725,0.181975,300,0,0,7185,7196,0,0,0,0),(240170,23686,0,1,1,0,0,-9467.97,86.5149,65.9091,0.181975,300,0,0,7185,7196,0,0,0,0),(240171,23686,0,1,1,0,0,-9467.35,82.9501,66.12,4.74121,300,0,0,7185,7196,0,0,0,0),(240172,23686,0,1,1,0,0,-9461.64,82.7853,62.8236,1.68601,300,0,0,7185,7196,0,0,0,0),(240173,23686,0,1,1,0,0,-9465.66,82.2127,63.5708,1.39934,300,0,0,7185,7196,0,0,0,0),(240174,23686,0,1,1,0,0,-9467.38,82.495,60.0019,1.43075,300,0,0,7185,7196,0,0,0,0),(240175,23686,0,1,1,0,0,-9464.43,78.7046,57.1723,1.35221,300,0,0,7185,7196,0,0,0,0),(240176,23686,0,1,1,0,0,-9475.2,30.0327,74.3358,6.1078,300,0,0,7185,7196,0,0,0,0),(240177,23686,0,1,1,0,0,-9480.12,31.2321,68.8904,6.06853,300,0,0,7185,7196,0,0,0,0),(240178,23686,0,1,1,0,0,-9479.79,36.6747,68.3554,5.96251,300,0,0,7185,7196,0,0,0,0),(240179,23686,0,1,1,0,0,-9476.73,38.4616,72.8948,4.83153,300,0,0,7185,7196,0,0,0,0),(240180,23686,0,1,1,0,0,-9475.68,43.5785,72.9378,4.15217,300,0,0,7185,7196,0,0,0,0),(240181,23686,0,1,1,0,0,-9472.14,43.2766,75.3386,1.50145,300,0,0,7185,7196,0,0,0,0),(240182,23686,0,1,1,0,0,-9469.59,36.15,73.544,4.28176,300,0,0,7185,7196,0,0,0,0),(240183,23686,0,1,1,0,0,-9468.08,39.4386,73.0729,2.55781,300,0,0,7185,7196,0,0,0,0),(240184,23686,0,1,1,0,0,-9464.36,37.7416,70.4258,3.0212,300,0,0,7185,7196,0,0,0,0),(240185,23686,0,1,1,0,0,-5584.51,-460.476,414.328,0.717348,300,0,0,7185,7196,0,0,0,0),(240186,23686,0,1,1,0,0,2245.56,254.684,34.5116,5.51917,300,0,0,7185,7196,0,0,0,0),(240187,23686,0,1,1,0,0,2238.91,249.698,35.2978,5.89616,300,0,0,7185,7196,0,0,0,0),(240188,23686,0,1,1,0,0,2240.08,252.486,41.0171,5.64091,300,0,0,7185,7196,0,0,0,0),(240189,23686,0,1,1,0,0,-9453.91,32.6336,72.2759,5.51876,300,0,0,7185,7196,0,0,0,0),(240190,23686,0,1,1,0,0,-9454.65,36.8722,69.8408,5.51876,300,0,0,7185,7196,0,0,0,0),(240191,23686,0,1,1,0,0,-9457.34,39.4545,68.205,5.51091,300,0,0,7185,7196,0,0,0,0),(244548,38039,1,1,1,0,0,9871.16,2488.28,1315.88,0.547356,300,0,0,42,0,0,0,0,0),(244547,38035,571,1,1,0,0,5610.19,67.2452,149.648,1.10907,60,0,0,1,0,0,0,0,0),(244546,38035,571,1,1,0,0,5586.44,36.157,148.304,2.49451,60,0,0,1,0,0,0,0,0),(244545,38035,571,1,1,0,0,5525.21,35.5649,148.918,0.00558376,60,0,0,1,0,0,0,0,0),(244544,38032,571,1,1,0,0,5560.51,26.0842,147.293,0.621334,30,0,0,9940,0,0,0,0,0),(244543,38032,571,1,1,0,0,5517.81,39.9906,150.179,0.35901,30,0,0,9940,0,0,0,0,0),(245534,16592,1,1,1,11686,0,-1862.36,3055.71,0.744157,2.49582,300,0,0,42,0,0,0,0,0),(245533,16592,1,1,1,11686,0,-3110.59,-2722.41,33.4626,0.226893,300,0,0,42,0,0,0,0,0),(245532,16592,1,1,1,11686,0,-4573.22,407.388,41.5461,2.46091,300,0,0,42,0,0,0,0,0),(245531,16592,530,1,1,11686,0,41.2448,2587.44,68.3453,-2.28638,300,0,0,42,0,0,0,0,0),(245530,16592,0,1,1,11686,0,-134.688,-802.767,55.0147,-1.62316,300,0,0,42,0,0,0,0,0),(245529,16592,530,1,1,11686,0,-1211.01,7474.44,21.9953,-2.02458,300,0,0,42,0,0,0,0,0),(245521,16592,0,1,1,11686,0,587.056,1365.02,90.4778,2.6529,300,0,0,42,0,0,0,0,0),(245522,16592,530,1,1,11686,0,200.9,7686.96,22.508,-0.506145,300,0,0,42,0,0,0,0,0),(245523,16592,1,1,1,11686,0,-5513.93,-2299.73,-58.0752,2.44346,300,0,0,42,0,0,0,0,0),(245524,16592,0,1,1,11686,0,-447.95,-4527.65,8.59595,1.53589,300,0,0,42,0,0,0,0,0),(245525,16592,1,1,1,11686,0,-273.242,-2662.82,91.695,-1.8675,300,0,0,42,0,0,0,0,0),(245526,16592,530,1,1,11686,0,-2553.32,4277.61,20.614,-1.36136,300,0,0,42,0,0,0,0,0),(245527,16592,0,1,1,11686,0,-10331.4,-3297.73,21.9992,-2.89725,300,0,0,42,0,0,0,0,0),(245528,16592,1,1,1,11686,0,952.992,776.968,104.474,-1.55334,300,0,0,42,0,0,0,0,0),(245500,32801,571,1,1,0,0,4131.28,5394.6,26.0905,3.59538,300,0,0,4278,0,0,0,0,0),(245501,32802,571,1,1,0,0,5360,4834.39,-196.398,5.55015,300,0,0,4278,0,0,0,0,0),(245502,32803,571,1,1,0,0,3936.92,-595.444,241.153,5.95157,300,0,0,4278,0,0,0,0,0),(245503,32804,571,1,1,0,0,2466.97,-4892.68,262.547,2.30383,300,0,0,4278,0,0,0,0,0),(245504,32805,571,1,1,0,0,3400.94,-2890.38,201.497,2.30383,300,0,0,4278,0,0,0,0,0),(245505,32806,571,1,1,0,0,6087.44,-1105.52,418.267,1.09956,300,0,0,4278,0,0,0,0,0),(245506,32807,571,1,1,0,0,5141.78,-685.003,170.274,5.95157,300,0,0,4278,0,0,0,0,0),(245507,32808,571,1,1,0,0,5627.93,-2616.49,292.502,1.51844,300,0,0,4278,0,0,0,0,0),(245508,32809,571,1,1,0,0,4454.67,5623.54,56.9156,4.13643,300,0,0,4278,0,0,0,0,0),(245509,32810,571,1,1,0,0,5499.81,4878.98,-197.865,3.1765,300,0,0,4278,0,0,0,0,0),(244845,19178,0,1,1,0,0,1629.95,219.238,-43.1027,1.91079,300,0,0,42,0,0,0,0,0),(244844,19177,1,1,1,0,0,1685.07,-4352.88,61.7253,1.79601,300,0,0,42,0,0,0,0,0),(244843,19176,1,1,1,0,0,-1242.68,76.7127,128.935,1.27376,300,0,0,42,0,0,0,0,0),(244842,19175,1,1,1,0,0,1603.36,-4404.49,9.30901,0.627438,300,0,0,42,0,0,0,0,0),(244841,19169,530,1,1,0,0,9664.38,-7117.91,14.324,2.63397,300,0,0,42,0,0,0,0,0),(244840,19169,571,1,1,0,0,5928.98,639.593,645.557,3.01052,300,0,0,42,0,0,0,0,0),(244839,19173,1,1,1,0,0,9923.44,2496.95,1317.49,2.28359,300,0,0,42,0,0,0,0,0),(244838,19172,0,1,1,0,0,-4826.78,-1175.89,502.193,2.45358,300,0,0,42,0,0,0,0,0),(244837,19171,530,1,1,0,0,-3910.91,-11612.4,-138.243,4.99941,300,0,0,42,0,0,0,0,0),(244836,19148,0,1,1,0,0,-4914.82,-951.191,501.498,4.5773,300,0,0,42,0,0,0,0,0),(244835,18927,571,1,1,0,0,5678.09,658.93,647.134,0.088838,300,0,0,42,0,0,0,0,0),(244834,18927,0,1,1,0,0,-8855.97,652.546,96.2675,5.07716,300,0,0,42,0,0,0,0,0),(244833,18927,571,1,1,0,0,5719.3,687.257,645.752,5.72721,300,0,0,42,0,0,0,0,0),(244832,19169,571,1,1,0,0,5889.57,550.355,639.637,1.57167,300,0,0,42,0,0,0,0,0),(244831,20102,530,1,1,0,0,3035.51,3635.08,144.47,0.901821,300,0,0,42,0,0,0,0,0),(244830,20102,530,1,1,0,0,-1888.02,5400.44,-12.4278,5.97919,300,0,0,42,0,0,0,0,0),(244829,20102,0,1,1,0,0,-14464.9,470.287,15.0369,5.96098,300,0,0,42,0,0,0,0,0),(244828,20102,1,1,1,0,0,-7177.24,-3810.02,8.3753,0.711558,300,0,0,42,0,0,0,0,0),(244827,20102,1,1,1,0,0,-938.792,-3735.2,8.57162,3.66385,300,0,0,42,0,0,0,0,0),(244826,20102,1,1,1,0,0,6747.03,-4664.43,724.551,3.61009,300,0,0,42,0,0,0,0,0),(244825,19148,0,1,1,0,0,-4915.33,-953.892,501.498,2.25016,300,0,0,42,0,0,0,0,0),(240847,32820,0,1,1,0,0,-9826,261.761,40.683,1.78,600,20,0,2,0,1,0,0,0),(240846,32820,0,1,1,0,0,-9826,-1192,35.56,4.098,600,20,0,2,0,1,0,0,0),(240845,32820,0,1,1,0,0,-9829,562.429,39.357,6.275,600,20,0,2,0,1,0,0,0),(240844,32820,0,1,1,0,0,-9829,471.386,36.938,0.335,600,20,0,2,0,1,0,0,0),(240843,32820,0,1,1,0,0,-9829,-546,26.926,2.84,600,20,0,2,0,1,0,0,0),(240842,32820,0,1,1,0,0,-9831,-919,41.841,3.293,600,20,0,2,0,1,0,0,0),(240841,32820,0,1,1,0,0,-9832,-1498,39.74,5.377,600,20,0,2,0,1,0,0,0),(240840,32820,0,1,1,0,0,-9843.61,198.627,22.7217,5.28962,600,20,0,2,0,1,0,0,0),(240839,32820,0,1,1,0,0,-9834,-1641,27.372,0.369,600,20,0,2,0,1,0,0,0),(240838,32820,0,1,1,0,0,-9835,-1014,36.715,3.416,600,20,0,2,0,1,0,0,0),(240837,32820,0,1,1,0,0,-9835,-1180,33.735,6.256,600,20,0,2,0,1,0,0,0),(240836,32820,0,1,1,0,0,-9836,-1503,39.312,5.869,600,20,0,2,0,1,0,0,0),(240835,32820,0,1,1,0,0,-9836,-1589,27.767,5.994,600,20,0,2,0,1,0,0,0),(240834,32820,0,1,1,0,0,-9839,-1016,36.34,3.464,600,20,0,2,0,1,0,0,0),(240833,32820,0,1,1,0,0,-9840,94.95,38.219,3.128,600,20,0,2,0,1,0,0,0),(240832,32820,0,1,1,0,0,-9840,-839,38.619,4.48,600,20,0,2,0,1,0,0,0),(240831,32820,0,1,1,0,0,-9840,-1050,34.617,4.469,600,20,0,2,0,1,0,0,0),(240830,32820,0,1,1,0,0,-9841,-514,28.703,0.697,600,20,0,2,0,1,0,0,0),(240829,32820,0,1,1,0,0,-9843,-1486,35.741,4.619,600,20,0,2,0,1,0,0,0),(240828,32820,0,1,1,0,0,-9845,-924,40.598,6.244,600,20,0,2,0,1,0,0,0),(240827,32820,0,1,1,0,0,-9847,-1585,26.385,2.191,600,20,0,2,0,1,0,0,0),(240826,32820,0,1,1,0,0,-9848,-1652,22.788,0.41,600,20,0,2,0,1,0,0,0),(240825,32820,0,1,1,0,0,-9804.73,240.662,41.1706,4.86251,600,20,0,2,0,1,0,0,0),(240824,32820,0,1,1,0,0,-9850,644.698,39.705,3.528,600,20,0,2,0,1,0,0,0),(240823,32820,0,1,1,0,0,-9850,-593,20.515,4.231,600,20,0,2,0,1,0,0,0),(240822,32820,0,1,1,0,0,-9851,-913,39.336,2.219,600,20,0,2,0,1,0,0,0),(240821,32820,0,1,1,0,0,-9853,-1134,27.79,0.14,600,20,0,2,0,1,0,0,0),(240820,32820,0,1,1,0,0,-9854,-993,36.544,1.231,600,20,0,2,0,1,0,0,0),(240819,32820,0,1,1,0,0,-9855,-1380,40.682,1.781,600,20,0,2,0,1,0,0,0),(240818,32820,0,1,1,0,0,-9856,-920,38.461,1.038,600,20,0,2,0,1,0,0,0),(240817,32820,0,1,1,0,0,-9856,-1199,32.526,2.099,600,20,0,2,0,1,0,0,0),(240816,32820,0,1,1,0,0,-9857,671.134,37.354,2.036,600,20,0,2,0,1,0,0,0),(240815,32820,0,1,1,0,0,-9857,-135,29.663,6.193,600,20,0,2,0,1,0,0,0),(240814,32820,0,1,1,0,0,-9857,-715,30.994,3.81,600,20,0,2,0,1,0,0,0),(240813,32820,0,1,1,0,0,-9857,-930,37.532,2.233,600,20,0,2,0,1,0,0,0),(240812,32820,0,1,1,0,0,-9858,365.972,36.337,1.815,600,20,0,2,0,1,0,0,0),(240811,32820,0,1,1,0,0,-9859,922.723,30.178,0.581,600,20,0,2,0,1,0,0,0),(240810,32820,0,1,1,0,0,-9860,924.283,30.318,1.217,600,20,0,2,0,1,0,0,0),(240809,32820,0,1,1,0,0,-9860,471.51,36.643,4.627,600,20,0,2,0,1,0,0,0),(240808,32820,0,1,1,0,0,-9860,-129,29.292,0.763,600,20,0,2,0,1,0,0,0),(240807,32820,0,1,1,0,0,-9859.72,-226.423,35.9223,0.545298,600,20,0,2,0,1,0,0,0),(240806,32820,0,1,1,0,0,-9861,-124,28.832,2.762,600,20,0,2,0,1,0,0,0),(240805,32820,0,1,1,0,0,-9862,-1481,32.855,0.064,600,20,0,2,0,1,0,0,0),(240804,32820,0,1,1,0,0,-9864,932.292,31.144,4.844,600,20,0,2,0,1,0,0,0),(240803,32820,0,1,1,0,0,-9864,-190,35.805,5.313,600,20,0,2,0,1,0,0,0),(240802,32820,0,1,1,0,0,-9865,-222,35.965,0.876,600,20,0,2,0,1,0,0,0),(240801,32820,0,1,1,0,0,-9953.17,491.623,31.376,1.92737,600,20,0,2,0,1,0,0,0),(240800,32820,0,1,1,0,0,-9867,-917,36.258,0.774,600,20,0,2,0,1,0,0,0),(240799,32820,0,1,1,0,0,-9869,-1537,26.111,0.722,600,20,0,2,0,1,0,0,0),(240798,32820,0,1,1,0,0,-9870,-1232,31.674,2.685,600,20,0,2,0,1,0,0,0),(240797,32820,0,1,1,0,0,-9876,-15,26.9,1.334,600,20,0,2,0,1,0,0,0),(240796,32820,0,1,1,0,0,-9876,-1097,27.52,0.855,600,20,0,2,0,1,0,0,0),(240795,32820,0,1,1,0,0,-9878,-309,36.016,0.577,600,20,0,2,0,1,0,0,0),(240794,32820,0,1,1,0,0,-9879,-816,28.519,1.704,600,20,0,2,0,1,0,0,0),(240793,32820,0,1,1,0,0,-9881,322.619,37.824,3.142,600,20,0,2,0,1,0,0,0),(240792,32820,0,1,1,0,0,-9882,685.787,34.208,0.54,600,20,0,2,0,1,0,0,0),(240791,32820,0,1,1,0,0,-9882,-446,30.028,3.263,600,20,0,2,0,1,0,0,0),(240790,32820,0,1,1,0,0,-9883,-1017,29.945,0.262,600,20,0,2,0,1,0,0,0),(240789,32820,0,1,1,0,0,-9883,-1496,29.322,2.166,600,20,0,2,0,1,0,0,0),(240788,32820,0,1,1,0,0,-9884,-299,34.827,2.17,600,20,0,2,0,1,0,0,0),(240787,32820,0,1,1,0,0,-9887,-749,22.768,1.657,600,20,0,2,0,1,0,0,0),(240786,32820,0,1,1,0,0,-9833.96,188.524,22.577,5.79556,600,20,0,2,0,1,0,0,0),(76301,25334,571,1,1,0,0,2784.33,6742.21,7.92973,4.29351,120,0,0,44910,15775,0,0,0,0),(76300,25334,571,1,1,0,0,2798.96,6735.21,7.62585,4.27606,120,0,0,44910,15775,0,0,0,0),(76299,25334,571,1,1,0,0,2792.04,6738.57,7.79775,4.34587,120,0,0,44910,15775,0,0,0,0),(1975410,33087,571,1,1,0,0,4061.82,7109.99,187.889,3.75826,300,0,0,42,0,0,0,0,0),(1976201,6492,0,1,1,0,0,-9110.85,830.738,97.6299,3.31741,300,0,0,356,0,0,0,0,0),(1976200,6492,0,1,1,0,0,-9099.67,838.26,105.125,5.4906,300,0,0,386,0,0,0,0,0),(1976199,6492,0,1,1,0,0,1406.46,355.153,-66.0258,5.85502,300,0,0,386,0,0,0,0,0),(1976198,6492,0,1,1,0,0,1402.58,342.868,-66.0167,4.58503,300,0,0,356,0,0,0,0,0),(1976197,6492,0,1,1,0,0,1418.05,366.824,-66.0008,0.385505,300,0,0,386,0,0,0,0,0),(1976196,6492,0,1,1,0,0,1420.45,355.246,-65.9999,5.49688,300,0,0,356,0,0,0,0,0),(1976195,6492,0,1,1,0,0,1401.55,365.922,-66.0367,2.66709,300,0,0,356,0,0,0,0,0),(1976194,6492,0,1,1,0,0,1412.97,343.782,-66.0015,4.86227,300,0,0,386,0,0,0,0,0),(1976210,39420,0,1,1,0,0,-5347.67,647.579,444.626,3.16551,300,0,0,42,0,0,0,0,0),(1976209,39420,0,1,1,0,0,-5223.95,624.789,455.977,1.55938,300,0,0,42,0,0,0,0,0),(1976208,39420,0,1,1,0,0,-5158.07,629.349,466.213,1.76354,300,0,0,42,0,0,0,0,0),(1976207,39420,0,1,1,0,0,-5125.03,595.187,459.885,0.83284,300,0,0,42,0,0,0,0,0),(1976206,39420,0,1,1,0,0,-5019.37,544.06,472.711,4.05297,300,0,0,42,0,0,0,0,0),(1976212,32346,0,1,1,0,1,-8443.36,331.838,122.663,1.85005,300,0,0,5907158,746240,0,0,0,0),(1976216,32367,1,1,128,0,1,1910.9,-4154.71,40.6308,1.58916,300,0,0,0,0,0,0,0,0),(1976215,32367,1,1,128,0,1,1931.97,-4154.32,40.6246,1.6245,300,0,0,0,0,0,0,0,0),(1976214,32367,1,1,128,0,1,1931.32,-4136.56,40.6125,4.01604,300,0,0,0,0,0,0,0,0),(1976213,32367,1,1,128,0,1,1909.64,-4139.34,40.6099,6.04237,300,0,0,0,0,0,0,0,0),(48231,24248,571,1,2,0,0,1054.51,-4918.39,10.1475,3.26377,300,0,0,1,0,0,0,0,0),(247113,37011,631,15,1,0,0,-175,2215,35.23,0,86400,0,0,478800,0,2,0,0,0),(48242,23935,571,1,2,0,0,1046.63,-4824.38,47.0969,0.295422,300,0,0,1,0,2,0,0,0),(48241,23935,571,1,2,0,0,1006.25,-4868.18,47.7095,0.295422,300,0,0,1,0,2,0,0,0),(48240,23935,571,1,2,0,0,970.605,-4993.67,29.2776,0.295422,300,0,0,1,0,2,0,0,0),(48239,23935,571,1,2,0,0,934.718,-4890.75,34.5768,0.295422,300,0,0,1,0,2,0,0,0),(48238,23935,571,1,2,0,0,910.737,-4961.67,33.0961,0.295422,300,0,0,1,0,2,0,0,0),(48237,23935,571,1,2,0,0,1028.68,-5012.6,13.785,0.295422,300,0,0,1,0,2,0,0,0),(48234,23935,571,1,2,0,0,927.046,-4925.75,4.78267,0.128838,300,0,0,1,0,2,0,0,0),(48230,24315,571,1,2,0,0,1074.89,-5033.89,9.71186,3.03687,300,0,0,5158,0,0,0,0,0),(48229,24314,571,1,2,0,0,1073.56,-5029.71,9.80586,4.66003,300,0,0,5158,0,0,0,0,0),(49220,24820,571,1,1,0,0,466.754,-5921.27,309.139,0.751123,120,0,0,1,0,0,0,0,0),(1976228,27992,571,1,1,0,0,994.286,-5312,175.674,1.18682,300,0,0,26946,0,0,0,0,0),(1976231,24438,571,1,1,0,0,1997.35,-3256.87,149.697,2.88974,300,0,0,42,0,0,0,0,0),(1976230,24438,571,1,1,0,0,2091.63,-3245.17,161.225,0.148704,300,0,0,42,0,0,0,0,0),(74953,31314,571,1,175,0,0,6869.78,3584.1,735.892,2.87979,120,0,0,1,0,0,0,0,0),(1977256,31773,571,1,1,0,0,6777.45,1539.3,391.944,1.55506,300,0,0,4979,0,0,0,0,0),(1977255,31773,571,1,1,0,0,6776.68,1628.61,391.945,4.70842,300,0,0,4979,0,0,0,0,0),(1977302,31254,571,1,2,24768,1,7573.42,1379.31,330.573,0.575959,60,0,0,12600,0,0,0,0,0),(1977301,31254,571,1,2,24768,1,7577.17,1385.13,331.072,0.383972,60,0,0,12600,0,0,0,0,0),(1977300,31254,571,1,2,24768,1,7597.88,1367.29,334.593,1.8675,60,0,0,12600,0,0,0,0,0),(1977299,31254,571,1,2,24768,1,7588.84,1367.32,332.888,1.51844,60,0,0,12600,0,0,0,0,0),(1977298,31254,571,1,2,24768,1,7598.13,1372.08,334.469,1.95477,60,0,0,12600,0,0,0,0,0),(1977297,31254,571,1,2,24768,1,7593.25,1372.03,333.624,1.71042,60,0,0,12600,0,0,0,0,0),(1977296,31254,571,1,2,24768,1,7618.37,1366.67,337.358,2.42601,60,0,0,12600,0,0,0,0,0),(1977295,31254,571,1,2,24768,1,7621.07,1362.55,337.626,2.3911,60,0,0,12600,0,0,0,0,0),(1977294,31254,571,1,2,24768,1,7624.06,1355.43,337.972,2.32129,60,0,0,12600,0,0,0,0,0),(1977293,31254,571,1,2,24768,1,7622.68,1358.64,337.641,2.35619,60,0,0,12600,0,0,0,0,0),(1977292,31254,571,1,2,24768,1,7600.95,1385.34,334.186,2.68781,60,0,0,12600,0,0,0,0,0),(1977291,31254,571,1,2,24768,1,7608.23,1378.98,334.807,2.56563,60,0,0,12600,0,0,0,0,0),(1977290,31254,571,1,2,24768,1,7604.29,1378.75,334.867,2.44346,60,0,0,12600,0,0,0,0,0),(1977289,31254,571,1,2,24768,1,7575.08,1306.44,333.991,1.43117,60,0,0,12600,0,0,0,0,0),(1977288,31254,571,1,2,24768,1,7581.65,1306.05,334.874,1.51844,60,0,0,12600,0,0,0,0,0),(1977287,31254,571,1,2,24768,1,7587.98,1306,335.96,1.5708,60,0,0,12600,0,0,0,0,0),(1977286,31254,571,1,2,24768,1,7592.61,1305.42,336.907,1.62316,60,0,0,12600,0,0,0,0,0),(1977285,31254,571,1,2,24768,1,7597.62,1305.04,337.836,1.69297,60,0,0,12600,0,0,0,0,0),(1977284,31254,571,1,2,24768,1,7586.7,1310.51,335.366,1.5708,60,0,0,12600,0,0,0,0,0),(1977283,31254,571,1,2,24768,1,7592.33,1310,336.354,1.62316,60,0,0,12600,0,0,0,0,0),(1977282,31254,571,1,2,24768,1,7597.55,1310.82,337.134,1.69297,60,0,0,12600,0,0,0,0,0),(1977281,31254,571,1,2,24768,1,7592.37,1318.07,335.528,1.58825,60,0,0,12600,0,0,0,0,0),(1977280,31254,571,1,2,24768,1,7598.02,1318.95,336.317,1.67552,60,0,0,12600,0,0,0,0,0),(1977279,31254,571,1,2,24768,1,7594.16,1325.51,335.156,1.62316,60,0,0,12600,0,0,0,0,0),(1977278,31254,571,1,2,24768,1,7598.78,1325.95,335.845,1.69297,60,0,0,12600,0,0,0,0,0),(1977277,31254,571,1,2,24768,1,7604.91,1343.7,336.298,1.8675,60,0,0,12600,0,0,0,0,0),(1977276,31254,571,1,2,24768,1,7609.11,1346.25,336.764,1.95477,60,0,0,12600,0,0,0,0,0),(1977275,31254,571,1,2,24768,1,7614.41,1348.76,337.183,2.09439,60,0,0,12600,0,0,0,0,0),(1977274,31254,571,1,2,24768,1,7618.95,1352.03,337.313,2.19912,60,0,0,12600,0,0,0,0,0),(1977273,31254,571,1,2,24768,1,7601.94,1347.68,335.545,1.8326,60,0,0,12600,0,0,0,0,0),(1977272,31254,571,1,2,24768,1,7606.25,1349.91,336.055,1.93731,60,0,0,12600,0,0,0,0,0),(1977271,31254,571,1,2,24768,1,7611.87,1352.6,336.418,2.07694,60,0,0,12600,0,0,0,0,0),(1977270,31254,571,1,2,24768,1,7617.08,1355.11,336.881,2.21657,60,0,0,12600,0,0,0,0,0),(1977269,31254,571,1,2,24768,1,7600.04,1350.75,334.945,1.79769,60,0,0,12600,0,0,0,0,0),(1977268,31254,571,1,2,24768,1,7603.68,1353.31,335.445,1.90241,60,0,0,12600,0,0,0,0,0),(1977267,31254,571,1,2,24768,1,7609.59,1356.69,336.257,2.07694,60,0,0,12600,0,0,0,0,0),(1977266,31254,571,1,2,24768,1,7614.95,1359.27,337.009,2.23402,60,0,0,12600,0,0,0,0,0),(1977265,31254,571,1,2,24768,1,7598.16,1375.46,334.371,2.04204,60,0,0,12600,0,0,0,0,0),(1977264,31254,571,1,2,24768,1,7597.87,1354.71,334.685,1.76278,60,0,0,12600,0,0,0,0,0),(1977263,31254,571,1,2,24768,1,7601.23,1356.92,335.296,1.8675,60,0,0,12600,0,0,0,0,0),(1977262,31254,571,1,2,24768,1,7607.47,1359.98,336.215,2.07694,60,0,0,12600,0,0,0,0,0),(213360,21754,530,1,1,0,0,-2645.05,2653.66,74.9439,4.70259,300,0,0,1,0,2,0,0,0),(213359,21754,530,1,1,0,0,-2676.63,2630.93,74.7132,1.58451,300,0,0,1,0,2,0,0,0),(213358,21754,530,1,1,0,0,-2661.92,2565.17,74.9474,4.73162,300,0,0,1,0,2,0,0,0),(213357,21754,530,1,1,0,0,-2771.35,2336.07,93.0653,4.72885,300,0,0,1,0,2,0,0,0),(213355,21754,530,1,1,0,0,-2720.88,2469.59,93.3263,4.70927,300,0,0,1,0,2,0,0,0),(213356,21754,530,1,1,0,0,-2756.39,2332.11,92.1995,1.55447,300,0,0,1,0,2,0,0,0),(213354,21754,530,1,1,0,0,-2754.18,2431.33,93.3259,4.70458,300,0,0,1,0,2,0,0,0),(213353,21754,530,1,1,0,0,-2770.88,2403.36,93.3783,4.70845,300,0,0,1,0,2,0,0,0),(213352,21754,530,1,1,0,0,-2628.17,2652.95,74.2716,4.70265,300,0,0,1,0,2,0,0,0),(213351,21754,530,1,1,0,0,-2737.03,2498.92,93.4041,4.68698,300,0,0,1,0,2,0,0,0),(213350,21754,530,1,1,0,0,-2690.13,2064.95,117.238,4.70848,300,0,0,1,0,2,0,0,0),(213349,21754,530,1,1,0,0,-2722.12,2069.17,117.238,4.71044,300,0,0,1,0,2,0,0,0),(213348,21754,530,1,1,0,0,-2704.26,2136.73,117.308,4.70886,300,0,0,1,0,2,0,0,0),(213347,21754,530,1,1,0,0,-2753.95,2102.06,117.347,1.57077,300,0,0,1,0,2,0,0,0),(213346,21754,530,1,1,0,0,-2771.05,2268.6,93.3739,4.70713,300,0,0,1,0,2,0,0,0),(213345,21754,530,1,1,0,0,-2756.62,2229.72,92.287,4.71399,300,0,0,1,0,2,0,0,0),(213344,21754,530,1,1,0,0,-2785.13,2471.35,92.2249,1.60547,300,0,0,1,0,2,0,0,0),(213343,21754,530,1,1,0,0,-2785.1,2378.46,92.287,4.70303,300,0,0,1,0,2,0,0,0),(213342,21754,530,1,1,0,0,-2804.14,2236.56,92.5194,1.56411,300,0,0,1,0,2,0,0,0),(213341,21754,530,1,1,0,0,-2785.22,2256.42,93.3739,1.53607,300,0,0,1,0,2,0,0,0),(213340,21753,530,1,1,0,0,-2711.63,2102.14,117.238,4.72013,300,0,0,1,0,2,0,0,0),(213339,21753,530,1,1,0,0,-2728.97,2067.54,117.238,1.52001,300,0,0,1,0,2,0,0,0),(213338,21753,530,1,1,0,0,-2745.84,2098.97,117.292,4.70458,300,0,0,1,0,2,0,0,0),(213337,21753,530,1,1,0,0,-2685.01,2651.31,74.653,1.55127,300,0,0,1,0,2,0,0,0),(213336,21753,530,1,1,0,0,-2683.62,2557.18,74.9474,4.68131,300,0,0,1,0,2,0,0,0),(213335,21753,530,1,1,0,0,-2670.02,2634.25,74.9677,4.71422,300,0,0,1,0,2,0,0,0),(213334,21753,530,1,1,0,0,-2729.75,2466.87,93.3263,4.70973,300,0,0,1,0,2,0,0,0),(213333,21753,530,1,1,0,0,-2776.52,2401.98,93.3783,4.67673,300,0,0,1,0,2,0,0,0),(213332,21753,530,1,1,0,0,-2762.02,2436.76,93.3811,4.72414,300,0,0,1,0,2,0,0,0),(213331,21753,530,1,1,0,0,-2623.39,2536.82,74.7322,1.56293,300,0,0,1,0,2,0,0,0),(213330,21753,530,1,1,0,0,-2652.77,2561.48,74.3224,4.69872,300,0,0,1,0,2,0,0,0),(213329,21753,530,1,1,0,0,-2745.62,2429.98,92.4716,4.70655,300,0,0,1,0,2,0,0,0),(213328,21753,530,1,1,0,0,-2670.34,2594.02,74.9474,4.69081,300,0,0,1,0,2,0,0,0),(213327,21753,530,1,1,0,0,-2652.79,2651.18,74.5809,4.72593,300,0,0,1,0,2,0,0,0),(1974572,28362,571,1,1,0,0,5586.07,4504.85,-139.296,0.820305,300,0,0,42,0,0,0,0,0),(1974571,28362,571,1,1,0,0,5677.12,4725.34,-135.566,3.57792,300,0,0,42,0,0,0,0,0),(1974570,28362,571,1,1,0,0,5507.06,4662.85,-130.272,2.44346,300,0,0,42,0,0,0,0,0),(1974569,28362,571,1,1,0,0,5470.7,4678.43,-132.203,3.89208,300,0,0,42,0,0,0,0,0),(1974568,28362,571,1,1,0,0,5704.71,4763.64,-137.022,5.0091,300,0,0,42,0,0,0,0,0),(1974567,28362,571,1,1,0,0,5917.02,4735.48,-137.81,1.43117,300,0,0,42,0,0,0,0,0),(1974566,28362,571,1,1,0,0,5544.33,4436.61,-137.136,4.24115,300,0,0,42,0,0,0,0,0),(1974565,28362,571,1,1,0,0,5682.9,4479.21,-135.683,4.81711,300,0,0,42,0,0,0,0,0),(1974564,28362,571,1,1,0,0,5579.44,4388.16,-138.089,3.80482,300,0,0,42,0,0,0,0,0),(1974563,28362,571,1,1,0,0,5534.53,4324.63,-131.82,5.41052,300,0,0,42,0,0,0,0,0),(1974562,28362,571,1,1,0,0,5906.66,4612.75,-132.042,2.60054,300,0,0,42,0,0,0,0,0),(1974561,28362,571,1,1,0,0,5726.51,4370.49,-138.519,3.10669,300,0,0,42,0,0,0,0,0),(1974560,28362,571,1,1,0,0,5693.35,4629.68,-138.322,4.92183,300,0,0,42,0,0,0,0,0),(1974559,28362,571,1,1,0,0,5726.52,4535.19,-138.999,1.25664,300,0,0,42,0,0,0,0,0),(1974558,28362,571,1,1,0,0,5525.25,4436.55,-140.675,1.95477,300,0,0,42,0,0,0,0,0),(1974557,28362,571,1,1,0,0,5705.06,4435.87,-141.029,5.98648,300,0,0,42,0,0,0,0,0),(1974556,28362,571,1,1,0,0,5847.39,4599.29,-136.059,5.53269,300,0,0,42,0,0,0,0,0),(1974555,28362,571,1,1,0,0,5531.43,4402.83,-135.817,3.36848,300,0,0,42,0,0,0,0,0),(1974554,28362,571,1,1,0,0,5700.94,4711.59,-136.028,4.04916,300,0,0,42,0,0,0,0,0),(1974553,28362,571,1,1,0,0,5578.79,4703.9,-132.344,0.715585,300,0,0,42,0,0,0,0,0),(1974552,28362,571,1,1,0,0,5607.36,4355.13,-134.915,4.45059,300,0,0,42,0,0,0,0,0),(1974551,28362,571,1,1,0,0,5865.93,4563.6,-133.301,3.52556,300,0,0,42,0,0,0,0,0),(1974550,28362,571,1,1,0,0,5731.34,4688.48,-134.257,3.4383,300,0,0,42,0,0,0,0,0),(1974549,28362,571,1,1,0,0,5594.8,4733.19,-134.289,0.10472,300,0,0,42,0,0,0,0,0),(1974548,28362,571,1,1,0,0,5773.98,4439.41,-137.158,4.17134,300,0,0,42,0,0,0,0,0),(1974547,28362,571,1,1,0,0,5863.84,4759.62,-131.907,5.16617,300,0,0,42,0,0,0,0,0),(1974546,28362,571,1,1,0,0,5736.98,4459.44,-134.957,1.29154,300,0,0,42,0,0,0,0,0),(1974545,28362,571,1,1,0,0,5806.82,4481.87,-131.864,4.60767,300,0,0,42,0,0,0,0,0),(1974544,28362,571,1,1,0,0,5776.42,4713.71,-132.204,4.15388,300,0,0,42,0,0,0,0,0),(1974543,28362,571,1,1,0,0,5794.37,4567.62,-134.406,4.59022,300,0,0,42,0,0,0,0,0),(1974542,28362,571,1,1,0,0,5801.27,4529.37,-134.282,3.22886,300,0,0,42,0,0,0,0,0),(1974541,28362,571,1,1,0,0,5760.65,4690.13,-134.465,5.58505,300,0,0,42,0,0,0,0,0),(1974540,28362,571,1,1,0,0,5868.02,4498.96,-133.209,3.52556,300,0,0,42,0,0,0,0,0),(1974539,28362,571,1,1,0,0,5652.97,4494.59,-136.668,2.60054,300,0,0,42,0,0,0,0,0),(1974538,28362,571,1,1,0,0,5861.11,4827.21,-131.635,5.55015,300,0,0,42,0,0,0,0,0),(1974537,28362,571,1,1,0,0,5606.67,4545.54,-136.037,4.95674,300,0,0,42,0,0,0,0,0),(1974536,28362,571,1,1,0,0,5786.58,4751.95,-133.623,0.767945,300,0,0,42,0,0,0,0,0),(1974535,28362,571,1,1,0,0,5752.65,4496.54,-132.448,4.88692,300,0,0,42,0,0,0,0,0),(1974534,28362,571,1,1,0,0,5738.6,4740.34,-132.397,1.36136,300,0,0,42,0,0,0,0,0),(1974533,28362,571,1,1,0,0,5523.42,4590.13,-133.389,1.37881,300,0,0,42,0,0,0,0,0),(1974532,28362,571,1,1,0,0,5634.23,4725.39,-136.565,4.67748,300,0,0,42,0,0,0,0,0),(1974531,28362,571,1,1,0,0,5616.78,4507.51,-136.235,2.79253,300,0,0,42,0,0,0,0,0),(1974530,28362,571,1,1,0,0,5826.18,4610.77,-134.161,3.56047,300,0,0,42,0,0,0,0,0),(1976591,37523,530,1,1,0,0,12556.7,-6779.32,15.0386,0.000207424,300,0,0,41,60,0,0,0,0),(1976623,37781,580,1,2048,0,0,1614.89,598.706,33.3211,0.367885,300,0,0,126,0,0,0,0,0),(1976622,37781,580,1,2048,0,0,1677.1,570.175,33.3212,4.29488,300,0,0,126,0,0,0,0,0),(1976621,37781,580,1,2048,0,0,1669.38,573.631,33.3212,4.2242,300,0,0,126,0,0,0,0,0),(1976620,37781,580,1,2048,0,0,1654.74,583.131,33.3212,4.03963,300,0,0,126,0,0,0,0,0),(1976619,37781,580,1,2048,0,0,1649.73,588.163,33.3212,3.86292,300,0,0,126,0,0,0,0,0),(1976618,37781,580,1,2048,0,0,1638.94,602.943,33.3212,3.5252,300,0,0,126,0,0,0,0,0),(1976617,37781,580,1,2048,0,0,1635.69,610.968,33.3212,3.45451,300,0,0,126,0,0,0,0,0),(1976616,37781,580,1,2048,0,0,1632.77,627.612,32.9608,3.26994,300,0,0,126,0,0,0,0,0),(1976615,37781,580,1,2048,0,0,1735.87,599.171,28.0505,2.41386,300,0,0,126,0,0,0,0,0),(1976614,37781,580,1,2048,0,0,1727.98,591.396,28.0505,2.23714,300,0,0,126,0,0,0,0,0),(1976613,37781,580,1,2048,0,0,1670.23,665.44,28.0503,5.41408,300,0,0,126,0,0,0,0,0),(1976612,37781,580,1,2048,0,0,1662.86,658.458,28.0503,5.59866,300,0,0,126,0,0,0,0,0),(1976611,37781,580,1,2048,0,0,1663.75,633.058,28.0503,4.49519,300,0,0,126,0,0,0,0,0),(1976610,37781,580,1,2048,0,0,1665.48,640.896,28.0503,4.49519,300,0,0,126,0,0,0,0,0),(1976609,37781,580,1,2048,0,0,1674.14,638.984,28.0503,4.49519,300,0,0,126,0,0,0,0,0),(1976608,37781,580,1,2048,0,0,1672.48,631.053,28.0503,4.5541,300,0,0,126,0,0,0,0,0),(1976607,37781,580,1,2048,0,0,1688.26,616.497,27.3452,3.95328,300,0,0,126,0,0,0,0,0),(1976606,37781,580,1,2048,0,0,1683.62,624.152,27.3538,3.42313,300,0,0,126,0,0,0,0,0),(1976605,37781,580,1,2048,0,0,1781.84,680.202,71.1904,3.67448,300,0,0,126,0,0,0,0,0),(1976604,37781,580,1,2048,0,0,1767.5,697.132,71.1904,3.91795,300,0,0,126,0,0,0,0,0),(1976603,37781,580,1,2048,0,0,1748.77,709.204,71.1904,4.24389,300,0,0,126,0,0,0,0,0),(1976602,37781,580,1,2048,0,0,1727.06,716.86,71.1904,4.48343,300,0,0,126,0,0,0,0,0),(1976601,37781,580,1,2048,0,0,1704.8,720.264,71.058,4.78581,300,0,0,126,0,0,0,0,0),(1976600,37781,580,1,2048,0,0,1718.79,698.847,71.1902,1.34184,300,0,0,126,0,0,0,0,0),(1976599,37781,580,1,2048,0,0,1727.47,696.601,71.1902,1.10622,300,0,0,126,0,0,0,0,0),(1976598,37781,580,1,2048,0,0,1742.9,688.146,71.1902,1.0591,300,0,0,126,0,0,0,0,0),(1976597,37781,580,1,2048,0,0,1748.59,683.721,71.1902,0.623205,300,0,0,126,0,0,0,0,0),(1976596,37781,580,1,2048,0,0,1760.28,670.492,71.1902,0.674254,300,0,0,126,0,0,0,0,0),(1976595,37781,580,1,2048,0,0,1764.82,663.761,71.1902,0.638909,300,0,0,126,0,0,0,0,0),(1976594,37781,580,1,2048,0,0,1769.97,650.558,71.1914,1.95623,300,0,0,126,0,0,0,0,0),(1976593,37781,580,1,2048,0,0,1776.09,652.853,71.1943,2.17044,300,0,0,126,0,0,0,0,0),(1976592,37781,580,1,2048,0,0,1793.8,661.515,71.1943,2.194,300,0,0,126,0,0,0,0,0),(1976631,36991,580,1,2048,0,0,1619.75,634.382,33.486,4.90934,300,0,0,84,0,0,0,0,0),(1976630,36991,580,1,2048,0,0,1625.67,577.498,33.3213,0.628905,300,0,0,84,0,0,0,0,0),(1976629,36991,580,1,2048,0,0,1640.45,558.392,33.3213,0.856672,300,0,0,84,0,0,0,0,0),(1976628,36991,580,1,2048,0,0,1658.87,545.124,33.3213,1.16691,300,0,0,84,0,0,0,0,0),(1976627,36991,580,1,2048,0,0,1704.09,583.276,28.182,1.75203,300,0,0,84,0,0,0,0,0),(1976626,36991,580,1,2048,0,0,1653.75,634.033,28.085,6.10314,300,0,0,84,0,0,0,0,0),(1976625,36991,580,1,2048,0,0,1694.93,674.09,28.0503,4.76796,300,0,0,84,0,0,0,0,0),(1976624,36991,580,1,2048,0,0,1744.84,621.776,28.0503,3.00868,300,0,0,84,0,0,0,0,0),(1976650,38047,580,1,2048,0,0,1695.1,583.061,28.2018,3.56442,300,0,0,41,60,0,0,0,0),(1976649,38047,580,1,2048,0,0,1692.36,582.342,29.06,0.230404,300,0,0,41,60,0,0,0,0),(1976648,38047,580,1,2048,0,0,1688.99,604.902,28.0608,0.489597,300,0,0,41,60,0,0,0,0),(1976647,38047,580,1,2048,0,0,1690.91,605.88,28.3581,3.61548,300,0,0,41,60,0,0,0,0),(1976646,38047,580,1,2048,0,0,1669.28,624.177,28.0504,2.57876,300,0,0,41,60,0,0,0,0),(1976645,38047,580,1,2048,0,0,1667.75,625.38,28.0504,5.73998,300,0,0,41,60,0,0,0,0),(1976644,38047,580,1,2048,0,0,1716.75,632.675,27.7991,3.43485,300,0,0,41,60,0,0,0,0),(1976643,38047,580,1,2048,0,0,1705.7,612.287,27.6113,1.99757,300,0,0,41,60,0,0,0,0),(1976642,38047,580,1,2048,0,0,1702.86,611.087,27.6827,1.85227,300,0,0,41,60,0,0,0,0),(1976641,38047,580,1,2048,0,0,1700.1,610.616,27.6777,1.69127,300,0,0,41,60,0,0,0,0),(1976640,38047,580,1,2048,0,0,1685.62,638.985,27.6363,5.59078,300,0,0,41,60,0,0,0,0),(1976639,38047,580,1,2048,0,0,1683.64,636.337,27.6529,5.82246,300,0,0,41,60,0,0,0,0),(1976638,38047,580,1,2048,0,0,1682.23,633.38,27.638,6.01488,300,0,0,41,60,0,0,0,0),(1976637,38047,580,1,2048,0,0,1699.66,659.52,28.0503,4.68366,300,0,0,41,60,0,0,0,0),(1976636,38047,580,1,2048,0,0,1702.88,659.398,28.0503,4.55014,300,0,0,41,60,0,0,0,0),(1976635,38047,580,1,2048,0,0,1706.31,658.903,28.0503,4.53049,300,0,0,41,60,0,0,0,0),(1976634,38047,580,1,2048,0,0,1707.11,656.197,28.0503,4.4873,300,0,0,41,60,0,0,0,0),(1976633,38047,580,1,2048,0,0,1701.32,657.371,28.0503,4.61296,300,0,0,41,60,0,0,0,0),(1976632,38047,580,1,2048,0,0,1704.05,656.947,28.0503,4.53049,300,0,0,41,60,0,0,0,0),(1976651,37746,580,1,2048,0,0,1698.87,628.417,28.1989,3.6959,300,0,0,42,0,0,0,0,0),(1976652,37763,580,1,2048,0,0,1662.56,622.758,28.0502,4.8897,300,0,0,8200,1200,0,0,0,0),(1976653,38056,580,1,2048,0,0,1671.49,606.427,28.0503,3.79407,300,0,0,41,60,0,0,0,0),(1976654,37764,580,1,2048,0,0,1666.48,620.999,28.0504,5.00359,300,0,0,16400,1800,0,0,0,0),(1976655,37765,580,1,2048,0,0,1686.1,607.186,28.1281,1.99552,300,0,0,42,0,0,0,0,0),(1976656,37857,571,1,2,0,0,4839.46,-590.619,160.111,2.75749,300,0,0,82000,120000,0,0,0,0),(143460,37878,571,1,1,0,0,4806.46,-618.24,159.548,5.44543,120,0,0,1,0,0,0,0,0),(1976658,38001,571,1,2,0,0,4802.14,-628.632,159.93,1.7247,300,0,0,41,60,0,0,0,0),(1976717,37881,571,1,2,0,0,4824.09,-619.479,157.964,4.32671,6,0,0,13,0,0,0,0,0),(1976716,37881,571,1,2,0,0,4820.63,-644.616,157.853,2.80697,6,0,0,13,0,0,0,0,0),(1976715,37881,571,1,2,0,0,4822.04,-637.816,157.846,2.55171,6,0,0,13,0,0,0,0,0),(1976714,37881,571,1,2,0,0,4824.64,-633.93,157.742,2.51244,6,0,0,13,0,0,0,0,0),(1976713,37881,571,1,2,0,0,4826.6,-628.041,157.768,2.72842,6,0,0,13,0,0,0,0,0),(1976712,37881,571,1,2,0,0,4816.99,-632.972,158.36,1.33042,6,0,0,13,0,0,0,0,0),(1976711,37881,571,1,2,0,0,4810.56,-643.095,159.119,3.22715,6,0,0,13,0,0,0,0,0),(1976710,37881,571,1,2,0,0,4817.73,-640.568,158.151,3.25071,6,0,0,13,0,0,0,0,0),(1976709,37881,571,1,2,0,0,4791.54,-562.263,162.06,4.7783,6,0,0,13,0,0,0,0,0),(1976708,37881,571,1,2,0,0,4832.98,-564.232,160.937,3.56487,6,0,0,13,0,0,0,0,0),(1976707,37881,571,1,2,0,0,4824.73,-560.372,160.361,6.06636,6,0,0,13,0,0,0,0,0),(1976706,37881,571,1,2,0,0,4809.68,-558.498,162.1,4.68798,6,0,0,13,0,0,0,0,0),(1976705,37881,571,1,2,0,0,4794.49,-596.024,160.094,1.30291,6,0,0,13,0,0,0,0,0),(1976704,37881,571,1,2,0,0,4790.59,-637.229,161.362,3.39207,6,0,0,13,0,0,0,0,0),(1976703,37881,571,1,2,0,0,4811.82,-637.026,158.922,0.270107,6,0,0,13,0,0,0,0,0),(1976702,37881,571,1,2,0,0,4804.28,-641.322,160.041,4.80971,6,0,0,13,0,0,0,0,0),(1976701,37881,571,1,2,0,0,4801.28,-625.861,159.983,5.26131,6,0,0,13,0,0,0,0,0),(1976700,37881,571,1,2,0,0,4811.73,-608.189,159.574,1.95478,6,0,0,13,0,0,0,0,0),(1976699,37881,571,1,2,0,0,4813.96,-620.089,158.71,4.77044,6,0,0,13,0,0,0,0,0),(1976698,37881,571,1,2,0,0,4810.49,-614.486,159.121,5.10816,6,0,0,13,0,0,0,0,0),(1976697,37881,571,1,2,0,0,4802.76,-609.556,159.494,2.97188,6,0,0,13,0,0,0,0,0),(1976696,37881,571,1,2,0,0,4795.38,-617.104,159.733,2.71664,6,0,0,13,0,0,0,0,0),(1976695,37881,571,1,2,0,0,4803.62,-619.741,159.712,3.67875,6,0,0,13,0,0,0,0,0),(1976694,37881,571,1,2,0,0,4795.76,-628.323,160.022,1.8527,6,0,0,13,0,0,0,0,0),(1976693,37881,571,1,2,0,0,4798.58,-634.014,160.378,2.159,6,0,0,13,0,0,0,0,0),(1976692,37881,571,1,2,0,0,4799.16,-639.599,160.446,3.32925,6,0,0,13,0,0,0,0,0),(1976691,37881,571,1,2,0,0,4806.84,-636.231,159.544,3.28998,6,0,0,13,0,0,0,0,0),(1976690,37881,571,1,2,0,0,4813.11,-627.492,158.792,3.41956,6,0,0,13,0,0,0,0,0),(1976689,37881,571,1,2,0,0,4809.64,-632.055,159.142,3.40778,6,0,0,13,0,0,0,0,0),(1976688,37881,571,1,2,0,0,4805.03,-629.707,159.637,3.4824,6,0,0,13,0,0,0,0,0),(1976687,37881,571,1,2,0,0,4807.62,-625.632,159.317,1.3736,6,0,0,13,0,0,0,0,0),(1976686,37881,571,1,2,0,0,4803.37,-624.783,159.746,1.3736,6,0,0,13,0,0,0,0,0),(1976685,37881,571,1,2,0,0,4797.09,-625.085,159.881,1.3736,6,0,0,13,0,0,0,0,0),(1976684,37881,571,1,2,0,0,4799.61,-629.666,160.202,1.94694,6,0,0,13,0,0,0,0,0),(1976683,37881,571,1,2,0,0,4801.45,-635.345,160.071,1.00446,6,0,0,13,0,0,0,0,0),(1976682,37881,571,1,2,0,0,4794.94,-634.321,160.338,5.75612,6,0,0,13,0,0,0,0,0),(1976681,37881,571,1,2,0,0,4792.06,-629.227,159.942,4.8215,6,0,0,13,0,0,0,0,0),(1976680,37881,571,1,2,0,0,4792.5,-623.816,159.662,3.61592,6,0,0,13,0,0,0,0,0),(1976679,37881,571,1,2,0,0,4799.68,-620.129,159.778,3.61592,6,0,0,13,0,0,0,0,0),(1976678,37881,571,1,2,0,0,4807.81,-618.722,159.332,4.19711,6,0,0,13,0,0,0,0,0),(1976677,37881,571,1,2,0,0,4806.06,-611.083,159.39,0.839535,6,0,0,13,0,0,0,0,0),(1976676,37881,571,1,2,0,0,4800.96,-615.105,159.585,5.49302,6,0,0,13,0,0,0,0,0),(1976675,37881,571,1,2,0,0,4798.23,-610.508,159.634,1.75452,6,0,0,13,0,0,0,0,0),(1976674,37881,571,1,2,0,0,4793.98,-613.599,159.808,1.95873,6,0,0,13,0,0,0,0,0),(1976673,37881,571,1,2,0,0,4790.36,-618.609,159.635,4.71547,6,0,0,13,0,0,0,0,0),(1976672,37881,571,1,2,0,0,4789.79,-611.41,159.989,4.00861,6,0,0,13,0,0,0,0,0),(1976671,37881,571,1,2,0,0,4794.19,-606.728,159.864,2.56348,6,0,0,13,0,0,0,0,0),(1976670,37881,571,1,2,0,0,4800.63,-606.173,159.563,3.31354,6,0,0,13,0,0,0,0,0),(1976669,37881,571,1,2,0,0,4806,-604.486,159.325,5.88572,6,0,0,13,0,0,0,0,0),(1976668,37881,571,1,2,0,0,4799.79,-602.21,159.613,1.81342,6,0,0,13,0,0,0,0,0),(1976667,37881,571,1,2,0,0,4793.75,-601.728,160.265,1.46785,6,0,0,13,0,0,0,0,0),(1976666,37881,571,1,2,0,0,4789.41,-604.319,160.572,5.88571,6,0,0,13,0,0,0,0,0),(1976665,37881,571,1,2,0,0,4781.69,-603.517,161.652,4.41702,6,0,0,13,0,0,0,0,0),(1976664,37881,571,1,2,0,0,4771.94,-598.419,163.274,5.29665,6,0,0,13,0,0,0,0,0),(1976663,37881,571,1,2,0,0,4771.56,-592.481,163.213,1.20081,6,0,0,13,0,0,0,0,0),(1976662,37881,571,1,2,0,0,4776.23,-595.374,162.528,5.73648,6,0,0,13,0,0,0,0,0),(1976661,37881,571,1,2,0,0,4779.36,-589.88,162.02,0.427186,6,0,0,13,0,0,0,0,0),(1976660,37881,571,1,2,0,0,4782.1,-595.865,161.623,1.14975,6,0,0,13,0,0,0,0,0),(1976659,37881,571,1,2,0,0,4788.87,-591.278,160.685,6.07812,6,0,0,13,0,0,0,0,0),(43498,37527,530,1,1,0,0,12559.3,-6783.32,15.0689,0.0698132,120,0,0,1,0,0,0,0,0),(1976755,28897,609,1,4,0,0,1763.88,-5818.96,116.277,1.97586,200,15,0,924,0,1,0,0,0),(1976754,28897,609,1,4,0,0,1820.33,-5839.93,114.37,-1.94847,200,15,0,924,0,1,0,0,0),(1976753,28897,609,1,4,0,0,1782.07,-5837.18,116.701,0.351261,200,15,0,924,0,1,0,0,0),(1976752,28897,609,1,4,0,0,1782.36,-5834.24,116.259,3.80763,200,15,0,924,0,1,0,0,0),(1976751,28897,609,1,4,0,0,1764.68,-5820.81,116.24,0.6862,200,15,0,924,0,1,0,0,0),(1976750,28897,609,1,4,0,0,1830.41,-5916.23,109.526,4.214,200,15,0,924,0,1,0,0,0),(1976749,28897,609,1,4,0,0,1771.17,-5818.26,116.043,-3.07822,200,15,0,924,0,1,0,0,0),(1976748,28897,609,1,4,0,0,1869.18,-5949.99,111.192,2.72821,200,15,0,924,0,1,0,0,0),(1976747,28897,609,1,4,0,0,1788.1,-5833.48,115.538,-2.38489,200,15,0,924,0,1,0,0,0),(1976746,28897,609,1,4,0,0,1865.32,-5948.47,116.879,-0.359908,200,15,0,924,0,1,0,0,0),(1976745,28897,609,1,4,0,0,1882.11,-5879.28,102.823,2.42258,200,15,0,924,0,1,0,0,0),(1976744,28897,609,1,4,0,0,1862,-5903.66,104.075,2.35595,200,15,0,924,0,1,0,0,0),(1976743,28897,609,1,4,0,0,1839.95,-5929.75,109.041,2.76762,200,15,0,924,0,1,0,0,0),(1976742,28897,609,1,4,0,0,1826.95,-5926.79,111.521,2.51782,200,15,0,924,0,1,0,0,0),(1976741,28897,609,1,4,0,0,1805.21,-5901.04,116.342,5.17454,200,15,0,924,0,1,0,0,0),(1976740,28897,609,1,4,0,0,1938.51,-5770.87,102.302,3.92699,200,15,0,924,0,1,0,0,0),(1976739,28897,609,1,4,0,0,1821.14,-5962.94,116.818,5.48423,200,15,0,924,0,1,0,0,0),(1976738,28897,609,1,4,0,0,2227.59,-5801.11,101.649,3.98118,200,15,0,924,0,1,0,0,0),(1976737,28897,609,1,4,0,0,1821.5,-5950.81,116.097,1.18943,200,15,0,924,0,1,0,0,0),(1976736,28897,609,1,4,0,0,2326.17,-5904.74,98.1043,2.85444,200,15,0,924,0,1,0,0,0),(1976735,28897,609,1,4,0,0,2110.8,-6181.86,13.7373,2.98641,200,15,0,924,0,1,0,0,0),(1976734,28897,609,1,4,0,0,2264.77,-6189.18,13.8792,3.42317,200,15,0,924,0,1,0,0,0),(1976733,28897,609,1,4,0,0,1844.86,-5901.2,105.131,-2.31384,200,15,0,924,0,1,0,0,0),(1976732,28897,609,1,4,0,0,2178.72,-6149.56,2.12362,0.914803,200,15,0,924,0,1,0,0,0),(1976731,28897,609,1,4,0,0,2193.96,-6128.2,3.26092,5.81589,200,15,0,924,0,1,0,0,0),(1976730,28897,609,1,4,0,0,2140.09,-6099.46,8.91669,2.636,200,15,0,924,0,1,0,0,0),(1976729,28897,609,1,4,0,0,2389.83,-5928.23,110.579,4.01313,200,15,0,924,0,1,0,0,0),(1976728,28897,609,1,4,0,0,2347.61,-5911.09,104.749,2.85444,200,15,0,924,0,1,0,0,0),(1976727,28897,609,1,4,0,0,1817.45,-5966.03,116.428,4.93509,200,15,0,924,0,1,0,0,0),(1976726,28897,609,1,4,0,0,1816.76,-5960.64,116.318,3.0629,200,15,0,924,0,1,0,0,0),(1976725,28897,609,1,4,0,0,1804.43,-5958.89,116.318,-0.982951,200,15,0,924,0,1,0,0,0),(1976724,28897,609,1,4,0,0,1841.19,-5916.46,106.95,4.30993,200,15,0,924,0,1,0,0,0),(1976723,28897,609,1,4,0,0,1811.02,-5966.72,116.33,3.32327,200,15,0,924,0,1,0,0,0),(1976722,28897,609,1,4,0,0,1820.46,-5966.57,116.522,2.42778,200,15,0,924,0,1,0,0,0),(1976721,28897,609,1,4,0,0,1841.1,-5907.25,106.274,1.1997,200,15,0,924,0,1,0,0,0),(1976720,28897,609,1,4,0,0,1786.34,-5822.85,113.411,3.24729,200,15,0,924,0,1,0,0,0),(1976719,28897,609,1,4,0,0,1819.33,-5960.68,116.443,2.4483,200,15,0,924,0,1,0,0,0),(1976718,28897,609,1,4,0,0,1841.08,-5907.23,106.329,1.19249,200,15,0,924,0,1,0,0,0),(1976462,30064,571,1,2,0,0,7453.69,-1192.02,906.319,4.10114,300,0,0,252000,0,0,0,0,0),(1976463,30064,571,1,2,0,0,7543.1,-1313.31,928.074,2.24446,300,0,0,252000,0,0,0,0,0),(1976464,30064,571,1,2,0,0,7613.54,-1199.52,924.217,3.04557,300,0,0,252000,0,0,0,0,0),(1976465,30064,571,1,2,0,0,7332.15,-1045.8,908.376,6.24214,300,0,0,252000,0,0,0,0,0),(1976466,30064,571,1,2,0,0,7371.29,-896.195,911.316,3.74065,300,0,0,252000,0,0,0,0,0),(1976467,30064,571,1,2,0,0,7444.78,-855.435,914.079,3.62676,300,0,0,252000,0,0,0,0,0),(1976468,30064,571,1,2,0,0,7283.46,-958.663,918.269,4.47107,300,0,0,252000,0,0,0,0,0),(1976469,30064,571,1,2,0,0,7348.06,-993.661,907.403,1.79286,300,0,0,252000,0,0,0,0,0),(1976470,30065,571,1,2,0,0,7273.4,-887.233,926.089,5.4646,300,0,0,121750,0,0,0,0,0),(1976471,30065,571,1,2,0,0,7280.55,-880.537,926.302,5.4646,300,0,0,121750,0,0,0,0,0),(49142,30420,571,1,1,0,0,8711.39,-754.794,955.122,2.33874,120,0,0,1,0,0,0,0,0),(1975865,30696,571,1,1,0,0,6902,3452.85,702.71,1.70198,300,0,0,1,0,0,0,0,0),(1975864,30696,571,1,1,0,0,6941.89,3507.54,705.745,4.29929,300,0,0,1,0,0,0,0,0),(1975894,32444,571,1,1,0,0,7623.05,2060.18,600.258,0.010155,300,0,0,12600,3994,0,0,0,0),(1975895,32430,571,1,1,0,0,7897.96,2057.59,600.259,3.10624,300,0,0,12600,3994,0,0,0,0),(1975896,24029,571,1,1,0,1,2823.65,-3603.02,245.679,3.55425,600,0,0,9291,3231,0,0,0,0),(1975898,28106,571,1,1,0,0,4891.31,5905.05,-40.6086,3.66024,300,0,0,117700,3809,0,0,0,0),(1975920,30422,571,1,4,0,0,7134.93,-2112.19,761.723,0.788161,300,0,0,12175,0,0,0,0,0),(1975927,22062,530,1,1,0,0,7188.17,-6417.2,59.1657,3.23113,28800,5,0,626,0,1,0,0,0),(1975932,29843,571,1,1,0,1,6896.48,14.3666,797.861,0.575959,300,0,0,11770,3809,0,0,0,0),(1975931,29843,571,1,1,0,1,7007.96,-3.75587,809.461,1.40307,300,0,0,11770,3809,0,0,0,0),(1975957,23008,530,1,1,0,0,4285.64,1900.79,134.852,2.0758,600,0,0,13285,0,0,0,0,0),(1975956,23008,530,1,1,0,0,4252.49,1835.95,143.106,2.0758,600,0,0,13285,0,0,0,0,0),(1975955,23008,530,1,1,0,0,4221.32,1766.66,130.509,2.1779,600,0,0,13285,0,0,0,0,0),(1975954,23008,530,1,1,0,0,4227.59,1710.46,121.084,2.26429,600,0,0,13285,0,0,0,0,0),(1975953,23008,530,1,1,0,0,4196.29,1697.37,118.356,1.66346,600,0,0,13285,0,0,0,0,0),(1975952,23008,530,1,1,0,0,4162.44,1671.21,116.169,1.18437,600,0,0,13285,0,0,0,0,0),(1975963,32524,571,1,1,0,1,7618.79,2051.76,600.261,0.820729,300,0,0,16026,0,0,0,0,0),(1975989,30120,571,1,4,0,0,7250.05,-3636.57,825.872,-1.4385,300,0,0,12600,0,0,0,0,0),(1971578,17290,540,2,1,0,0,141.558,-82.6996,1.9076,6.22428,300,0,0,6104,0,0,0,0,0),(1956288,31313,571,1,2,0,0,4585.16,1473.31,193.607,3.81112,180,0,0,55005,3643,0,0,0,0),(1956287,31313,571,1,2,0,0,4648.33,1394.99,170.835,0.698132,180,0,0,55005,3643,0,0,0,0),(1956286,31313,571,1,2,0,0,4724.9,1420.07,174.46,5.4045,180,0,0,55005,3643,0,0,0,0),(247100,37503,631,15,1,0,0,4181.5,2483.99,211.033,2.18341,1209600,0,0,0,0,0,0,0,0),(133978,36970,672,15,1,0,0,42.8015,25.0622,31.8407,4.75675,604800,0,0,1,0,0,0,0,0),(1976080,31416,1,1,128,0,1,2004.18,-4719.8,26.2996,0.959931,300,0,0,16050,0,0,0,0,0),(1976079,31416,1,1,128,0,1,1963.01,-4730.91,48.9608,2.49582,300,0,0,16050,0,0,0,0,0),(1976078,31416,1,1,128,0,1,1910.24,-4623.92,33.9762,3.735,300,0,0,16050,0,0,0,0,0),(1976077,31416,1,1,128,0,1,1882.15,-4483.99,20.6388,2.09439,300,0,0,16050,0,0,0,0,0),(1976076,31416,1,1,128,0,1,1913.71,-4559.36,33.9759,3.71755,300,0,0,16050,0,0,0,0,0),(1976075,31416,1,1,128,0,1,1762.71,-4496.99,44.6195,2.13173,300,5,0,16050,0,1,0,0,0),(1976074,31416,1,1,128,0,1,1879.63,-4526.83,26.4142,3.65011,300,0,0,16050,0,0,0,0,0),(1976073,31416,1,1,128,0,1,1902.14,-4275.21,31.7987,4.17134,300,0,0,16050,0,0,0,0,0),(1976072,31416,1,1,128,0,1,1576.2,-4394.43,6.55505,4.57276,300,0,0,16050,0,0,0,0,0),(1976071,31416,1,1,128,0,1,1566.22,-4194.07,42.6709,0.15708,300,0,0,16050,0,0,0,0,0),(1976070,31416,1,1,128,0,1,1920.62,-4365.93,22.804,0.296706,300,0,0,16050,0,0,0,0,0),(1976069,31416,1,1,128,0,1,1928.32,-4424.41,23.7505,0.558505,300,0,0,16050,0,0,0,0,0),(1976068,31416,1,1,128,0,1,1748.53,-4260.13,27.0722,2.33874,300,0,0,16050,0,0,0,0,0),(1976067,31416,1,1,128,0,1,2131.15,-4729.88,50.4302,2.60054,300,0,0,16050,0,0,0,0,0),(1976066,31416,1,1,128,0,1,1384.62,-4358.56,27.0983,3.38594,300,0,0,16050,0,0,0,0,0),(1976064,31416,1,1,128,0,1,1696.02,-4463.71,20.1522,2.3911,300,0,0,16050,0,0,0,0,0),(1976065,31416,1,1,128,0,1,1572.83,-4318.32,21.7125,0.590477,300,5,0,16050,0,1,0,0,0),(1976137,31437,1,1,128,0,0,1317.3,-4569.04,23.2873,1.75938,300,5,0,42,0,1,0,0,0),(1976018,31564,1,1,128,0,0,1517.45,-4419.16,17.3082,6.26724,300,0,0,31905,0,0,0,0,0),(1976017,31564,1,1,128,0,0,1491.73,-4411.57,23.5107,3.15863,300,0,0,31905,0,0,0,0,0),(1976016,31564,1,1,128,0,0,1331.19,-4388.35,26.2572,0.382886,300,0,0,31905,0,0,0,0,0),(1976015,31564,1,1,128,0,0,1297.45,-4493.71,23.5998,1.54834,300,5,0,31905,0,1,0,0,0),(1976013,31564,1,1,128,0,0,1429.89,-4393.2,25.2354,4.92588,300,0,0,31905,0,0,0,0,0),(1976014,31564,1,1,128,0,0,1356.18,-4361.85,26.7058,0.346665,300,0,0,31905,0,0,0,0,0),(1976136,31437,1,1,128,0,0,1314.29,-4548.93,22.5108,1.77181,300,5,0,42,0,1,0,0,0),(1976135,31437,1,1,128,0,0,1326.28,-4436.94,26.3456,0.590713,300,5,0,42,0,1,0,0,0),(1976134,31437,1,1,128,0,0,1313.04,-4393.01,26.2498,1.65851,300,5,0,42,0,1,0,0,0),(1976133,31437,1,1,128,0,0,1360.78,-4373.65,26.1952,0.305098,300,5,0,42,0,1,0,0,0),(1976132,31437,1,1,128,0,0,1353.47,-4401.82,29.0612,5.72889,300,5,0,42,0,1,0,0,0),(1976131,31437,1,1,128,0,0,1429.35,-4374.5,25.2354,4.82928,300,5,0,42,0,1,0,0,0),(1976130,31437,1,1,128,0,0,1430.16,-4376.73,25.2354,4.83093,300,5,0,42,0,1,0,0,0),(1976129,31437,1,1,128,0,0,1515.62,-4424.49,19.6616,3.64774,300,0,0,42,0,0,0,0,0),(1976128,31437,1,1,128,0,0,1508.82,-4393.75,20.5281,4.20624,300,0,0,42,0,0,0,0,0),(1971520,23058,556,2,1,0,0,-97.1148,293.73,35.1206,0.552423,86400,0,0,42,0,0,0,0,0),(1971519,23058,556,2,1,0,0,-98.7111,287.001,32.7008,1.19252,86400,0,0,42,0,0,0,0,0),(1971518,23058,556,2,1,0,0,-95.3458,280.89,30.5549,1.25535,86400,0,0,42,0,0,0,0,0),(1971517,23058,556,2,1,0,0,-86.7819,275.897,32.9223,2.26459,86400,0,0,42,0,0,0,0,0),(1971516,23058,556,2,1,0,0,-79.0159,282.795,32.8515,3.85895,86400,0,0,42,0,0,0,0,0),(1971515,23058,556,2,1,0,0,-74.4073,288.107,32.4191,3.2267,86400,0,0,42,0,0,0,0,0),(240008,24204,1,1,1,0,0,1930.64,-4292.17,26.1137,1.61315,300,0,0,1,0,0,0,0,0),(240007,24204,0,1,1,0,0,-4689.64,-1234.32,501.659,0.767981,300,0,0,1,0,0,0,0,0),(245663,25906,1,1,1,0,0,9780.85,1011.06,1299.62,6.19592,300,0,0,230,0,0,0,0,0),(245664,25907,530,1,1,0,0,-3016.46,4159.93,3.56851,3.07165,300,0,0,3800,0,0,0,0,0),(245665,25908,0,1,1,0,0,181.536,-2127.07,103.53,3.66519,300,0,0,1700,0,0,0,0,0),(245666,25909,0,1,1,0,0,1004.89,-1449.53,61.6634,3.39779,300,0,0,4300,0,0,0,0,0),(245667,25910,0,1,1,0,0,-10647.9,1059.49,32.9515,5.49779,300,0,0,200,0,0,0,0,0),(245668,25911,0,1,1,0,0,-3445.12,-946.047,10.3508,4.10152,300,0,0,220,0,0,0,0,0),(245669,25912,530,1,1,0,0,173.918,6028.72,21.7826,1.33599,300,0,0,5200,0,0,0,0,0),(245670,25913,530,1,1,0,0,3116.33,3750.04,142.44,5.79643,300,0,0,1,0,0,0,0,0),(245671,25914,1,1,1,0,0,-6776.86,535.37,-1.13638,3.21141,300,0,0,2200,0,0,0,0,0),(245672,25915,0,1,1,0,0,-14296.5,57.8357,1.2391,2.54818,300,0,0,1200,0,0,0,0,0),(245673,25916,1,1,1,0,0,-7225.97,-3859.08,11.6922,3.89208,300,0,0,1500,0,0,0,0,0),(245674,25917,1,1,1,0,0,6856.55,-4757.79,696.747,0.890118,300,0,0,1700,0,0,0,0,0),(245675,25918,530,1,1,0,0,2928.21,3692.15,143.55,2.34459,300,0,0,2100,0,0,0,0,0),(245676,25919,1,1,1,0,0,-6990.84,919.428,9.77106,1.02974,300,0,0,1300,0,0,0,0,0),(245677,25920,0,1,1,0,0,-14368.8,119.621,1.16959,5.72468,300,0,0,590,0,0,0,0,0),(245678,25921,1,1,1,0,0,-7113.92,-3657.28,9.63882,1.02974,300,0,0,1600,0,0,0,0,0),(244824,19173,1,1,1,0,0,9921.56,2499.58,1317.77,5.61996,300,0,0,42,0,0,0,0,0),(244823,19178,0,1,1,0,0,1626.7,222.7,-43.1027,1.01229,300,0,0,42,0,0,0,0,0),(244821,32836,1,1,1,0,1,9893.55,980.109,1354.88,1.15466,600,0,0,247,0,0,0,0,0),(244822,19177,1,1,1,0,0,1688.01,-4350.19,61.2691,2.56413,300,0,0,42,0,0,0,0,0),(1976217,32365,1,1,128,0,1,1920.05,-4129.93,43.1426,4.80472,300,0,0,0,0,0,0,0,0),(1976218,32363,1,1,128,0,1,1920.71,-4136.74,40.5393,4.84791,300,0,0,0,0,0,0,0,0),(74956,30698,571,1,175,0,0,6853.65,3582.98,738.027,6.03884,120,0,0,1,0,0,0,0,0),(1955077,30295,571,1,1,0,0,7761.1,-2160.86,1233.33,1.47162,300,0,0,13481,0,0,0,0,0),(142815,25026,594,1,1,0,1,-3.34169,-4.92735,1.39595,4.70933,120,0,0,1,0,0,0,0,0),(142814,25026,594,1,1,0,1,5.50506,5.17797,1.39596,1.53711,120,0,0,1,0,0,0,0,0),(1975904,30260,571,1,4,0,0,7105.5,-2211.86,759.098,0.688573,300,0,0,11379,0,0,0,0,0),(1975999,30163,571,1,4,0,0,7421.35,-3151.34,837.535,0.296706,300,0,0,50400,0,0,0,0,0),(1975998,30163,571,1,4,0,0,7345.66,-3051.66,840.411,1.90241,300,0,0,50400,0,0,0,0,0),(1976063,31416,1,1,128,0,1,2096.59,-4668.5,44.7122,4.66795,300,5,0,16050,0,1,0,0,0),(1976062,31416,1,1,128,0,1,1561.79,-4360.5,1.19455,4.85202,300,0,0,16050,0,0,0,0,0),(1976061,31416,1,1,128,0,1,1900.53,-4481.11,20.727,3.35369,300,0,0,16050,0,0,0,0,0),(1976060,31416,1,1,128,0,1,1557.74,-4364.25,1.07971,0.226893,300,0,0,16050,0,0,0,0,0),(1976059,31416,1,1,128,0,1,1689.99,-4279.85,32.1304,4.11898,300,0,0,16050,0,0,0,0,0),(1976058,31416,1,1,128,0,1,1481.77,-4427.79,25.3187,0.191986,300,0,0,16050,0,0,0,0,0),(1976057,31416,1,1,128,0,1,2079.58,-4710.36,38.8957,6.0586,300,5,0,16050,0,1,0,0,0),(1976056,31416,1,1,128,0,1,1923.98,-4447.8,44.9684,0.715585,300,0,0,16050,0,0,0,0,0),(1970881,27737,595,3,1,0,0,2329.5,1280.53,132.744,2.57143,300,10,0,630,0,1,0,0,0),(1970880,30553,595,3,1,0,0,1562.49,599.079,99.2562,0.697602,300,0,0,8982,0,0,0,0,0),(1970879,30552,595,3,1,0,0,1566.37,597.473,99.2562,1.86697,300,0,0,8982,0,0,0,0,0),(1970878,30551,595,3,1,0,0,1566.55,602.633,99.2562,-1.97275,300,0,0,8982,0,0,0,0,0),(1970877,30547,595,3,1,0,0,1556.5,614.637,107.664,4.2586,300,0,0,8982,0,0,0,0,0),(1970876,31057,595,3,1,0,0,2104.46,1378.24,133.427,5.86431,300,0,0,8982,0,0,0,0,0),(1970875,31028,595,3,1,0,0,2372.27,1199.55,134.911,3.38594,300,0,0,8982,0,0,0,0,0),(1970874,31027,595,3,1,0,0,2204.95,1284.46,134.313,1.5708,300,0,0,8982,0,0,0,0,0),(1970873,31025,595,3,1,0,0,2296.42,1209.46,140.696,6.14356,300,0,0,8982,0,0,0,0,0),(1970872,31024,595,3,1,0,0,1569.41,622.151,99.8525,0.261799,300,0,0,8982,0,0,0,0,0),(1970871,31023,595,3,1,0,0,2267.86,1144.93,138.403,2.33874,300,0,0,8982,0,0,0,0,0),(1970870,31022,595,3,1,0,0,2377.39,1161.59,132.983,2.28638,300,0,0,8982,0,0,0,0,0),(1970869,31021,595,3,1,0,0,2223.92,1134.74,139.226,6.07375,300,0,0,8982,0,0,0,0,0),(1970868,31020,595,3,1,0,0,2322.86,1143.08,135.487,0.610865,300,0,0,8982,0,0,0,0,0),(1970867,31019,595,3,1,0,0,2149.56,1339.46,132.531,2.35619,300,0,0,8982,0,0,0,0,0),(1970866,31018,595,3,1,0,0,2145.09,1245.7,134.643,0.191986,300,0,0,8982,0,0,0,0,0),(1970865,31017,595,3,1,0,0,1560.54,587.016,99.9586,1.18682,300,0,0,8982,0,0,0,0,0),(1970864,30994,595,3,1,0,0,2415.1,1113.29,147.397,1.78836,300,0,0,8982,0,0,0,0,0),(1970863,28169,595,3,1,0,0,2120.56,1336.55,131.816,2.58309,300,0,0,609,0,0,0,0,0),(1970862,28169,595,3,1,0,0,2289.27,1160.08,137.577,3.47321,300,0,0,609,0,0,0,0,0),(1970861,28169,595,3,1,0,0,2264.96,1143.23,138.574,1.74533,300,0,0,609,0,0,0,0,0),(1971987,38177,668,3,1,0,1,5277.36,1993.23,707.778,0.401426,86400,0,0,132300,0,0,0,0,0),(1971986,38177,668,3,1,0,1,5311.03,1972.23,707.778,1.64061,86400,0,0,132300,0,0,0,0,0),(1971985,38177,668,3,1,0,1,5302.25,1972.41,707.778,1.37881,86400,0,0,132300,0,0,0,0,0),(1971995,38173,668,3,1,0,1,5340.84,1992.46,707.778,2.75762,86400,0,0,132300,0,0,0,0,0),(1971994,38173,668,3,1,0,1,5343.29,1999.38,707.778,2.9147,86400,0,0,132300,0,0,0,0,0),(1971993,38173,668,3,1,0,1,5337.83,2010.06,707.778,3.22886,86400,0,0,132300,0,0,0,0,0),(1971992,38173,668,3,1,0,1,5344.15,2007.17,707.778,3.15905,86400,0,0,132300,0,0,0,0,0),(1971991,38173,668,3,1,0,1,5306.06,2037,707.778,4.81711,86400,0,0,132300,0,0,0,0,0),(1972003,38176,668,3,1,0,1,5319.16,1974,707.778,1.91986,86400,0,0,132300,19970,0,0,0,0),(1972002,38176,668,3,1,0,1,5337.86,2003.4,707.778,2.98451,86400,0,0,132300,19970,0,0,0,0),(1972001,38176,668,3,1,0,1,5343.47,2015.95,707.778,3.49066,86400,0,0,132300,19970,0,0,0,0),(1972009,38175,668,3,1,0,1,5320.37,1980.13,707.778,2.00713,86400,0,0,132300,19970,0,0,0,0),(1972008,38175,668,3,1,0,1,5295.88,2040.34,707.778,5.07891,86400,0,0,132300,19970,0,0,0,0),(1972007,38175,668,3,1,0,1,5277.74,2016.88,707.778,5.96903,86400,0,0,132300,19970,0,0,0,0),(1972021,37068,668,3,1,0,0,5450,2116.96,716.4,3.14,86400,0,0,100800,0,0,0,0,0),(247112,37011,631,15,1,0,0,-82.3484,2214.98,27.903,0.0944354,86400,0,0,478800,0,0,0,0,0),(247139,36807,631,5,1,0,0,-597.285,2218.56,49.5599,3.31613,86400,0,0,1,0,0,0,0,0),(247137,36808,631,5,1,0,1,-588.281,2234.63,49.5599,3.59538,86400,0,0,1,0,0,0,0,0),(1975770,37985,631,3,16,0,0,4181.62,2514.91,386.374,2.65209,10,10,0,0,0,1,0,0,0),(135986,32780,603,3,1,11686,0,2103.63,-284.751,420.229,0.698132,180,0,0,42,0,0,0,0,0),(135985,32780,603,3,1,11686,0,2109.51,-288.595,420.229,0.872665,180,0,0,42,0,0,0,0,0),(1975230,33378,603,3,1,11686,0,2164.2,-233.47,433.3,3.90954,604800,0,0,12600,0,0,0,0,0),(1975229,32892,603,3,1,11686,0,2145.5,-222.62,420,2.35619,604800,0,0,12600,0,0,0,0,0),(1975235,33241,603,3,1,0,0,1939.32,42.165,411.357,5.17955,300,0,0,14433075,0,0,0,0,0),(1971382,24082,574,3,1,0,1,393.243,149.484,30.8612,1.0821,3600,0,0,35928,3155,0,0,0,0),(1971381,24082,574,3,1,0,1,344.983,157.278,30.8423,5.65487,3600,0,0,35928,3155,0,0,0,0),(48236,23935,571,1,2,0,0,1026.87,-4944.09,12.0571,0.752272,300,0,0,1,0,2,0,0,0),(48235,23935,571,1,2,0,0,1036.01,-4926.11,12.4577,5.54876,300,0,0,1,0,2,0,0,0),(74952,31314,571,1,175,0,0,6865.11,3570.75,736.079,3.01942,120,0,0,1,0,0,0,0,0),(48232,24327,571,1,2,0,0,1055.67,-4924.91,16.5457,3.28122,300,0,0,1,0,0,0,0,0),(48233,24327,571,1,2,0,0,1054.28,-4910,16.5,3.26377,300,0,0,1,0,0,0,0,0),(74957,31306,571,1,175,0,0,6865.82,3577.98,736.045,2.93215,120,0,0,1,0,0,0,0,0),(213326,21753,530,1,1,0,0,-2637.05,2601.45,74.9473,3.64783,300,0,0,1,0,2,0,0,0),(213325,21753,530,1,1,0,0,-2622.36,2651.18,74.192,4.69359,300,0,0,1,0,2,0,0,0),(213324,21753,530,1,1,0,0,-2637.06,2518.99,74.5473,4.73915,300,0,0,1,0,2,0,0,0),(1976442,30318,571,1,1,11686,0,8194.56,-1963.53,1738.48,0.331613,300,5,0,12600,0,1,0,0,0),(1976488,30065,571,1,2,0,0,7213.5,-1135.92,938.378,0.461616,300,0,0,121750,0,0,0,0,0),(1976487,30065,571,1,2,0,0,7196.9,-1146,940.341,5.05227,300,0,0,121750,0,0,0,0,0),(1976544,30136,571,1,4,0,1,7407.53,-1068.8,792.261,6.27572,300,0,0,5885,0,0,0,0,0),(90181,22515,628,3,1,0,0,279.87,-832.807,51.5509,0,7200,0,0,1,0,0,0,0,0),(213369,19353,530,1,1,0,0,-2762.69,1979.74,167.526,1.8675,300,0,0,1,0,0,0,0,0),(213368,19353,530,1,1,0,0,-2738.82,1952.55,153.408,0.171564,300,0,0,1,0,2,0,0,0),(213367,21949,530,1,1,0,0,-2759.59,2031.66,116.029,0.733038,300,0,0,1,0,0,0,0,0),(213366,21949,530,1,1,0,0,-2752.25,2024.44,116.194,0.820305,300,0,0,1,0,0,0,0,0),(1976579,30502,571,1,4,0,0,7336.8,-1017.38,907.688,2.49166,300,0,0,50400,0,0,0,0,0),(213323,21753,530,1,1,0,0,-2713.68,2469.49,93.221,4.70266,300,0,0,1,0,2,0,0,0),(213322,21753,530,1,1,0,0,-2679.25,2063.62,116.382,4.68886,300,0,0,1,0,2,0,0,0),(213321,21753,530,1,1,0,0,-2694.64,2068.9,117.238,1.60684,300,0,0,1,0,2,0,0,0),(1976486,30065,571,1,2,0,0,7214.81,-1155.26,935.023,4.17891,300,0,0,121750,0,0,0,0,0),(1976485,30065,571,1,2,0,0,7266.8,-1066.69,941.047,1.83842,300,0,0,121750,0,0,0,0,0),(1975919,30422,571,1,4,0,0,7117.06,-2117.56,760.043,4.86823,300,0,0,12175,0,0,0,0,0),(1975918,30422,571,1,4,0,0,7050.49,-2148.12,755.994,5.28631,300,0,0,12175,0,0,0,0,0),(1975997,30123,571,1,4,0,0,7167.38,-3543.06,827.746,6.05629,300,0,0,50400,0,0,0,0,0),(1975996,30122,571,1,4,0,0,7219.52,-3645.4,824.558,2.61799,300,0,0,1,0,0,0,0,0),(1956285,31313,571,1,2,0,0,4664.65,1447.42,170.857,3.24064,180,0,0,55005,3643,0,0,0,0),(1976055,31416,1,1,128,0,1,1537.41,-4380.75,16.7599,3.42085,300,0,0,16050,0,0,0,0,0),(1976054,31416,1,1,128,0,1,1623.15,-4279.64,22.5694,6.16101,300,0,0,16050,0,0,0,0,0),(1976053,31416,1,1,128,0,1,1673.2,-4250,51.8765,5.044,300,0,0,16050,0,0,0,0,0),(1976052,31416,1,1,128,0,1,1886.46,-4415.86,11.7157,3.76991,300,0,0,16050,0,0,0,0,0),(1975903,30260,571,1,4,0,0,7164.95,-2214.65,758.563,4.15611,300,0,0,11379,0,0,0,0,0),(133960,37547,673,15,1,0,0,23.4778,-7.53715,35.8162,0,604800,0,0,1,0,0,0,0,0),(1976051,31416,1,1,128,0,1,1387.28,-4379.89,27.0983,3.29867,300,0,0,16050,0,0,0,0,0),(1976047,31416,1,1,128,0,1,1603.48,-4449.95,8.1165,2.3911,300,0,0,16050,0,0,0,0,0),(1976046,31416,1,1,128,0,1,1759.03,-4301.89,7.01614,5.46288,300,0,0,16050,0,0,0,0,0),(1976045,31416,1,1,128,0,1,1775.07,-4319.91,-7.87855,5.60251,300,0,0,16050,0,0,0,0,0),(1976044,31416,1,1,128,0,1,1690.52,-4262.62,53.7757,2.61799,300,0,0,16050,0,0,0,0,0),(1976043,31416,1,1,128,0,1,1668.56,-4323.66,61.3295,5.96903,300,0,0,16050,0,0,0,0,0),(247111,37011,631,15,1,0,0,-100.629,2180.84,30.6543,4.50444,86400,0,0,478800,0,0,0,0,0),(247149,36808,631,10,1,0,1,-586.554,2233.34,49.4765,3.49895,86400,0,0,1,0,0,0,0,0),(1975769,37985,631,3,16,0,0,4186.72,2450.97,388.373,4.95968,10,10,0,0,0,1,0,0,0),(1975768,37985,631,3,16,0,0,4200.96,2456,387.128,3.58291,10,10,0,0,0,1,0,0,0),(213306,21961,530,1,1,0,0,-2624.17,2571.22,75.0111,4.70832,300,0,0,1,0,2,0,0,0),(1975236,33242,603,3,1,0,0,2036.59,-73.8499,411.355,2.34819,300,0,0,14433075,0,0,0,0,0),(93831,21263,548,1,1,0,1,52.0541,-333.556,0.741577,5.07866,604800,0,0,10053,0,0,0,0,0),(93811,21263,548,1,1,0,1,225.325,-441.05,-4.43,0.405,604800,0,0,10053,0,0,0,0,0),(93809,21263,548,1,1,0,1,230.599,-438,-4.43,3.66,604800,0,0,10053,0,0,0,0,0),(93789,21263,548,1,1,0,1,-51.02,-339.56,0.740151,1.47682,604800,0,0,10053,0,0,0,0,0),(93787,21263,548,1,1,0,1,17.398,-282.57,0.74176,2.34155,604800,0,0,10053,0,0,0,0,0),(82861,21263,548,1,1,0,1,-77.3269,-395.156,0.74211,3.88407,604800,0,0,10053,0,0,0,0,0),(82036,21263,548,1,1,0,1,150.426,-322.979,0.740624,1.40771,604800,0,0,10053,0,0,0,0,0),(82032,21263,548,1,1,0,1,119.645,-376.397,0.740561,4.07414,604800,0,0,10053,0,0,0,0,0),(82003,21263,548,1,1,0,1,111.276,-501.506,0.740839,2.73111,604800,0,0,10053,0,0,0,0,0),(82002,21263,548,1,1,0,1,172.595,-502.339,0.740698,0.178557,604800,0,0,10053,0,0,0,0,0),(81997,21263,548,1,1,0,1,150.087,-541.063,0.740644,5.04017,604800,0,0,10053,0,0,0,0,0),(81944,21263,548,1,1,0,1,55.0272,-525.643,0.740886,1.01108,604800,0,0,10053,0,0,0,0,0),(81917,21263,548,1,1,0,1,59.7301,-580.275,0.74102,5.103,604800,0,0,10053,0,0,0,0,0),(244542,38032,571,1,1,0,0,5490.42,25.9105,148.037,1.53711,30,0,0,9940,0,0,0,0,0),(244541,38032,571,1,1,0,0,5480.42,-46.4207,150.948,4.71797,30,0,0,9940,0,0,0,0,0),(244540,38032,571,1,1,0,0,5483.65,-24.6906,148.632,4.41402,30,0,0,9940,0,0,0,0,0),(244539,38032,571,1,1,0,0,5493.37,1.40435,148.043,2.9414,30,0,0,9940,0,0,0,0,0),(244538,38032,571,1,1,0,0,5517.56,0.325575,148.243,3.29483,30,0,0,9940,0,0,0,0,0),(1976926,21689,548,1,1,0,0,-185.307,-502.633,-21.4845,1.77994,300,0,0,81000,0,0,0,0,0),(1976925,21689,548,1,1,0,0,-159.327,-531.587,-21.4845,3.04443,300,0,0,81000,0,0,0,0,0),(1976924,21689,548,1,1,0,0,-124.06,-534.828,-21.4845,3.04443,300,0,0,81000,0,0,0,0,0),(1976923,21689,548,1,1,0,0,-83.9361,-546.037,-21.4845,3.37038,300,0,0,81000,0,0,0,0,0),(81916,21263,548,1,1,0,1,9.88017,-557.136,0.742559,3.27695,604800,0,0,10053,0,0,0,0,0),(81029,21263,548,1,1,0,1,-49.0664,-513.449,0.741579,4.89094,604800,0,0,10053,0,0,0,0,0),(80473,21263,548,1,1,0,1,-34.119,-460.645,0.741022,0.791167,604800,0,0,10053,0,0,0,0,0),(80445,21263,548,1,1,0,1,-87.4899,-473.897,0.740551,2.77037,604800,0,0,10053,0,0,0,0,0),(80274,21263,548,1,1,0,1,-64.9577,-451.841,0.740188,1.65118,604800,0,0,10053,0,0,0,0,0),(12483,20037,550,1,1,0,0,324.438,7.37906,-2.38948,3.30942,604800,0,0,48902,0,2,0,0,0),(244537,38032,571,1,1,0,0,5545.75,7.1756,146.18,3.57051,30,0,0,9940,0,0,0,0,0),(110278,28496,571,1,1,0,0,5508.03,-3418.04,350.905,5.68977,10,0,0,1,0,0,0,0,0),(1975973,30169,571,1,8,0,0,7192,-3386.61,846.416,2.11185,300,0,0,1,0,0,0,0,0),(110280,23837,571,1,1,0,0,5637.71,-3478.72,354.564,4.50295,120,0,0,1,0,0,0,0,0),(68104,33957,603,2,1,0,1,1556.94,144.098,427.308,4.0438,7200,5,0,0,0,1,0,0,0),(247138,36811,631,5,1,0,1,-602.946,2232.54,49.5599,3.45575,86400,0,0,1,0,0,0,0,0),(244536,38032,571,1,1,0,0,5576.47,21.2221,147.859,3.57051,30,0,0,9940,0,0,0,0,0),(244535,38032,571,1,1,0,0,5604.51,73.2304,149.666,5.6039,30,0,0,9940,0,0,0,0,0),(244534,38032,571,1,1,0,0,5578.91,93.6562,151.453,0.907219,30,0,0,9940,0,0,0,0,0),(244533,38032,571,1,1,0,0,5577.75,75.6327,148.413,1.00147,30,0,0,9940,0,0,0,0,0),(244532,38032,571,1,1,0,0,5562.6,52.7611,148.023,2.35235,30,0,0,9940,0,0,0,0,0),(244531,37887,0,1,1,0,0,-8864.01,635.646,96.0818,1.97249,300,0,0,42,0,0,0,0,0),(244530,37675,530,1,1,0,0,-4003.71,-11844.7,1.44597,4.73753,300,0,0,1716,0,0,0,0,0),(244529,37675,0,1,1,0,0,-4919.62,-983.631,502.699,2.24375,300,0,0,1716,0,0,0,0,0),(244528,37675,0,1,1,0,0,1629.41,241.08,65.0948,6.18282,300,0,0,1716,0,0,0,0,0),(244527,37675,530,1,1,0,0,9611.19,-7184.62,15.5277,1.84743,300,0,0,1716,0,0,0,0,0),(244526,37675,1,1,1,0,0,9869.15,2493.99,1317.12,6.2572,300,0,0,1716,0,0,0,0,0),(244525,37675,0,1,1,0,0,-8869.92,637.543,97.0305,0.751188,300,0,0,1716,0,0,0,0,0),(244524,37674,1,1,1,0,0,1654.56,-4435.7,19.1524,1.54799,600,0,0,1524,0,0,0,0,0),(244523,37674,1,1,1,0,0,-1224.64,68.9846,130.974,3.13043,600,0,0,1524,0,0,0,0,0),(244522,37674,0,1,1,0,0,1629.43,239.687,65.095,0.0213735,600,0,0,1524,0,0,0,0,0),(244521,37674,530,1,1,0,0,9613.2,-7184.04,15.5297,1.871,600,0,0,1524,0,0,0,0,0),(244520,37674,1,1,1,0,0,9868.93,2492.6,1317.12,6.214,600,0,0,1524,0,0,0,0,0),(244519,37674,0,1,1,0,0,-8868.67,636.356,97.0308,0.908268,600,0,0,1524,0,0,0,0,0),(244518,37674,0,1,1,0,0,-4918.13,-982.624,502.699,2.499,600,0,0,1524,0,0,0,0,0),(244517,37674,530,1,1,0,0,-4005.55,-11844.8,1.43003,4.79643,600,0,0,1524,0,0,0,0,0),(244516,37675,1,1,1,0,0,1651.95,-4436.06,19.1667,1.5205,300,0,0,1716,0,0,0,0,0),(244515,37172,1,1,1,0,0,1658.82,-4392.51,23.3589,4.6346,300,0,0,955,0,0,0,0,0),(244514,16085,0,1,1,0,0,-8428.88,329.376,121.329,2.89341,300,0,0,1557,0,0,0,0,0),(244513,16109,0,1,1,0,0,1678.2,196.21,-62.173,6.27787,600,0,0,25,230,0,0,0,0),(244512,16108,0,1,1,0,0,1595.41,230.539,-52.1545,4.63121,600,0,0,25,0,0,0,0,0),(244511,16001,1,1,1,0,0,9941.54,2493.25,1317.43,3.98979,600,0,0,25,0,0,0,0,0),(244510,16009,0,1,1,0,0,-4924.22,-972.334,501.482,2.14681,600,0,0,7600,0,0,0,0,0),(244506,16107,0,1,1,0,0,90.2991,-1723.58,220.193,3.63373,600,0,0,25,0,0,0,0,0),(244505,16002,0,1,1,0,0,-8863.74,655.115,96.1093,5.7172,600,0,0,38,0,0,0,0,0),(244504,16106,0,1,1,0,0,-8691.85,840.514,98.6851,2.19234,600,0,0,25,0,0,0,0,0),(244503,16105,0,1,1,0,0,-8869.25,650.809,95.8618,5.12972,600,0,0,38,0,0,0,0,0),(244502,16005,0,1,1,0,0,-8814.19,614.452,95.1064,2.43581,600,0,0,35,0,0,0,0,0),(244501,37675,1,1,1,0,0,-1224.81,67.5514,130.815,3.13043,300,0,0,1716,0,0,0,0,0),(110275,28388,571,1,1,0,1,5525.68,-3477.99,350.411,5.48721,300,0,0,11001,0,0,0,0,0),(110274,28388,571,1,1,0,1,5646.59,-3513.6,362.618,0.20944,300,0,0,11001,0,0,0,0,0),(110273,28388,571,1,1,0,1,5528.6,-3501.26,350.689,0.785398,300,0,0,11001,0,0,0,0,0),(110272,28388,571,1,1,0,1,5533.22,-3322.82,366.538,0.855211,300,0,0,11001,0,0,0,0,0),(110271,28388,571,1,1,0,1,5503.86,-3369.43,363.163,4.91878,300,0,0,11001,0,0,0,0,0),(110270,28388,571,1,1,0,1,5666.27,-3428.57,365.598,6.08519,300,0,0,11001,0,0,0,0,0),(110269,28388,571,1,1,0,1,5648.15,-3448.29,362.889,5.98648,300,0,0,11001,0,0,0,0,0),(110268,28388,571,1,1,0,1,5674.67,-3491.5,364.473,0.536645,300,0,0,11001,0,0,0,0,0),(110267,28504,571,1,1,0,0,5541.64,-3425.83,350.773,1.58825,300,0,0,1,0,0,0,0,0),(110266,28504,571,1,1,0,0,5529.1,-3382.23,350.41,2.35619,300,0,0,1,0,0,0,0,0),(110263,23837,571,1,1,0,0,5493.35,-3456.88,350.41,2.02458,300,0,0,1,0,0,0,0,0),(110262,28504,571,1,1,0,0,5517.32,-3449.93,351.434,3.05433,300,0,0,1,0,0,0,0,0),(1975902,30260,571,1,4,0,0,7218.29,-2214.53,759.112,3.43747,300,0,0,11379,0,0,0,0,0),(126434,26918,576,3,1,0,0,688.774,-141.804,-28.8962,4.85202,3600,0,0,16724,0,0,0,0,0),(1977188,32769,571,1,1,25753,0,7695.42,1557.94,483.848,2.97487,10,60,0,12600,3994,1,0,0,0),(1977158,30188,571,1,64,0,0,6242.73,125.182,381.81,-1.89843,30,0,0,126000,0,0,0,0,0),(1977157,30188,571,1,64,0,0,6300.42,104.958,391.12,0.820305,30,0,0,126000,0,0,0,0,0),(1977156,30188,571,1,64,0,0,6272.77,124.211,385.494,1.11701,30,0,0,126000,0,0,0,0,0),(1977155,30188,571,1,64,0,0,6246.22,185.978,382.595,1.41336,30,0,0,126000,0,0,0,0,0),(1977154,30188,571,1,64,0,0,6158.07,146.608,373.122,2.73098,30,0,0,126000,0,0,0,0,0),(1977153,30188,571,1,64,0,0,6161.14,138.823,373.386,2.69543,30,0,0,126000,0,0,0,0,0),(1977152,30188,571,1,64,0,0,6155.53,143.235,372.971,2.2561,30,0,0,126000,0,0,0,0,0),(1977151,30188,571,1,64,0,0,6157.15,141.258,372.971,2.25609,30,0,0,126000,0,0,0,0,0),(1977150,30188,571,1,64,0,0,6156.4,144.03,372.742,2.38721,30,0,0,126000,0,0,0,0,0),(1977149,30188,571,1,64,0,0,6151.16,141.297,372.471,3.57614,30,0,0,126000,0,0,0,0,0),(1977148,30188,571,1,64,0,0,6154.12,151.842,373.096,2.637,30,0,0,126000,0,0,0,0,0),(1977147,30188,571,1,64,0,0,6152.44,141.575,372.699,1.86295,30,0,0,126000,0,0,0,0,0),(1977146,30188,571,1,64,0,0,6262.91,143.184,383.286,1.06465,30,0,0,126000,0,0,0,0,0),(1977145,30188,571,1,64,0,0,6246.68,179.719,382.039,4.91652,30,0,0,126000,0,0,0,0,0),(1976590,37523,530,1,1,0,0,12556.9,-6770.12,15.0919,6.25983,300,0,0,41,60,0,0,0,0),(90189,22515,628,3,1,0,0,1232.52,-666.325,48.134,2.30383,7200,0,0,1,0,0,0,0,0),(1976461,30064,571,1,2,0,0,7359.92,-1141.48,907.736,4.50562,300,0,0,252000,0,0,0,0,0),(1975958,4624,0,1,1,0,1,-6368.27,1271.09,7.18784,3.75056,300,0,0,16960,0,0,0,0,0),(1975951,23008,530,1,1,0,0,4123.97,1661.08,126.587,0.316505,600,0,0,13285,0,0,0,0,0),(1975950,23008,530,1,1,0,0,4097.41,1710.19,137.963,0.756329,600,0,0,13285,0,0,0,0,0),(1975949,23008,530,1,1,0,0,4057.55,1698.7,136.879,4.81684,600,0,0,13285,0,0,0,0,0),(1975948,23008,530,1,1,0,0,3930.28,1647.93,126.538,0.685644,600,0,0,13285,0,0,0,0,0),(1975947,23008,530,1,1,0,0,3894.74,1649.2,127.552,4.65976,600,0,0,13285,0,0,0,0,0),(1975946,23008,530,1,1,0,0,3835.62,1614.66,127.926,1.56529,600,0,0,13285,0,0,0,0,0),(1975945,23008,530,1,1,0,0,3805.98,1573.23,118.196,1.39643,600,0,0,13285,0,0,0,0,0),(1975944,23008,530,1,1,0,0,3793.48,1638.27,135.625,0.0691063,600,0,0,13285,0,0,0,0,0),(1975943,23008,530,1,1,0,0,3770.45,1704.41,149.751,4.0016,600,0,0,13285,0,0,0,0,0),(1975942,23008,530,1,1,0,0,3718.62,1728.71,138.644,5.75303,600,0,0,13285,0,0,0,0,0),(1975941,23008,530,1,1,0,0,3685.04,1772.15,130.008,5.97294,600,0,0,13285,0,0,0,0,0),(1975940,23008,530,1,1,0,0,3669.82,1815.83,126.059,6.17322,600,0,0,13285,0,0,0,0,0),(1975939,23008,530,1,1,0,0,3573.03,1861.43,108.895,2.74103,600,0,0,13285,0,0,0,0,0),(1975938,23008,530,1,1,0,0,3600.99,1898.07,111.36,4.56316,600,0,0,13285,0,0,0,0,0),(1976460,30064,571,1,2,0,0,7287.37,-1243.83,911.653,0.103466,300,0,0,252000,0,0,0,0,0),(213365,21949,530,1,1,0,0,-2728.15,2020.02,116.196,1.79769,300,0,0,1,0,0,0,0,0),(1976050,31416,1,1,128,0,1,1479.39,-4406.25,25.3187,0.017453,300,0,0,16050,0,0,0,0,0),(1976049,31416,1,1,128,0,1,1615.63,-4376.11,12.4018,4.24115,300,0,0,16050,0,0,0,0,0),(245606,26188,0,1,1,0,0,1820.43,254.418,60.0192,4.25153,300,0,0,4120,0,0,0,0,0),(245607,26188,0,1,1,0,0,1834.03,260.86,59.7436,1.38875,300,0,0,4120,0,0,0,0,0),(245608,26188,0,1,1,0,0,1830.65,242.479,60.0923,1.36912,300,0,0,4120,0,0,0,0,0),(245609,26188,0,1,1,0,0,-4707.57,-1252.51,501.66,4.82262,300,0,0,4120,0,0,0,0,0),(245610,26188,0,1,1,0,0,-4695.37,-1239.68,501.66,1.14696,300,0,0,4120,0,0,0,0,0),(245611,26188,0,1,1,0,0,-4695.66,-1278.22,502.142,1.73208,300,0,0,4120,0,0,0,0,0),(245612,26188,0,1,1,0,0,-4709.27,-1263.37,501.66,1.30797,300,0,0,4120,0,0,0,0,0),(245613,26188,0,1,1,0,0,-8838.63,828.143,98.8545,5.17298,300,0,0,4120,0,0,0,0,0),(245614,26188,0,1,1,0,0,-8817.56,820.912,99.9065,4.55251,300,0,0,4120,0,0,0,0,0),(245615,26188,0,1,1,0,0,-8827.29,806.683,97.9935,4.64676,300,0,0,4120,0,0,0,0,0),(245616,17066,530,1,1,0,0,9805.29,-7255.48,32,0,300,0,0,42,0,0,0,0,0),(245617,17066,530,1,1,0,0,-3821.92,-11508.1,-132,0,300,0,0,42,0,0,0,0,0),(245618,25863,1,1,1,0,1,3934.86,748.963,6.62723,4.54896,600,0,0,400,1202,0,0,0,0),(245619,25863,1,1,1,0,1,3882.19,787.573,4.13287,3.5358,600,0,0,400,1202,0,0,0,0),(245620,25863,1,1,1,0,1,3908.08,823.662,1.88817,3.14703,600,0,0,400,1202,0,0,0,0),(245621,25863,1,1,1,0,1,3951.96,862.214,0.33636,0.135025,600,0,0,400,1202,0,0,0,0),(245622,25866,1,1,1,0,1,3927.34,748.497,7.58843,5.62497,600,0,0,480,0,0,0,0,0),(245623,25866,1,1,1,0,1,3865.67,783.307,4.04259,2.36163,600,0,0,480,0,0,0,0,0),(245624,25866,1,1,1,0,1,3923.5,817.866,7.98442,3.04101,600,0,0,480,0,0,0,0,0),(245625,25866,1,1,1,0,1,3969.42,864.603,0.0898777,0.0996887,600,0,0,480,0,0,0,0,0),(245626,25924,1,1,1,0,1,3927.31,794.43,9.0578,0.739775,600,0,0,480,1357,0,0,0,0),(245627,25949,1,1,1,0,1,4196.52,1174.76,6.43307,0.56115,300,0,0,480,1357,0,0,0,0),(245628,26116,1,1,1,0,0,4192.36,1165.88,7.32119,3.0307,600,0,0,1500,0,0,0,0,0),(245629,26178,1,1,1,0,0,-413.607,2425.78,65.7533,4.50994,600,0,0,1700,0,0,0,0,0),(245630,26204,0,1,1,0,0,-12139.3,896.525,8.81937,1.43034,600,0,0,3400,0,0,0,0,0),(245631,26214,0,1,1,0,0,-6621.54,-656.621,233.754,4.22936,600,0,0,5000,0,0,0,0,0),(1976006,30160,571,1,4,0,1,7419.28,-3141.33,837.577,1.34635,300,0,0,12600,0,0,0,0,0),(1956284,31313,571,1,2,0,0,4594.99,1433.82,189.141,3.19229,180,0,0,55005,3643,0,0,0,0),(1976081,31416,1,1,128,0,1,1886.2,-4546.68,28.5148,1.09956,300,0,0,16050,0,0,0,0,0),(1976082,31416,1,1,128,0,1,1829.26,-4507.27,21.4564,4.95674,300,0,0,16050,0,0,0,0,0),(1976083,31420,1,1,128,0,0,1627.42,-4376.04,11.8113,3.68265,300,0,0,5544,0,0,0,0,0),(1976084,31421,1,1,128,0,0,1632.61,-4381.89,11.7685,3.59538,300,0,0,5544,0,0,0,0,0),(247110,37011,631,15,1,0,0,-103.82,2239.77,30.6543,1.81838,86400,0,0,478800,0,0,0,0,0),(1975767,37985,631,3,16,0,0,4202.23,2508,383.985,2.09137,10,10,0,0,0,1,0,0,0),(1972020,37068,668,3,1,0,0,5377.69,2115.72,716.4,0,86400,0,0,100800,0,0,0,0,0),(245585,16592,571,1,1,11686,0,3940.62,-584.935,240.743,0.163699,300,0,0,42,0,0,0,0,0),(245584,16592,571,1,1,11686,0,3768.95,1462.02,92.6355,0.0301769,300,0,0,42,0,0,0,0,0),(245582,16592,571,1,1,11686,0,4440.61,5624.95,56.0681,6.28193,300,0,0,42,0,0,0,0,0),(245583,16592,571,1,1,11686,0,4121.36,5394.75,28.3803,0.0458794,300,0,0,42,0,0,0,0,0),(1970860,28169,595,3,1,0,0,2287.59,1156.98,137.649,1.97222,300,0,0,609,0,0,0,0,0),(1970859,28169,595,3,1,0,0,2176.69,1354.11,131.265,5.48033,300,0,0,609,0,0,0,0,0),(1970858,28169,595,3,1,0,0,2125.75,1294.59,136.833,2.49582,300,0,0,609,0,0,0,0,0),(1970857,27913,595,3,1,0,0,1802.89,1188.84,166.953,4.32842,300,0,0,8982,0,0,0,0,0),(1970856,28169,595,3,1,0,0,2136.5,1368.51,132.943,2.41998,300,0,0,609,0,0,0,0,0),(1970855,28169,595,3,1,0,0,2307.87,1159.79,137.285,1.20428,300,0,0,609,0,0,0,0,0),(1970854,28169,595,3,1,0,0,2178.09,1278.78,133.769,2.77507,300,0,0,609,0,0,0,0,0),(1970853,28169,595,3,1,0,0,2310.54,1160.29,136.852,3.00197,300,0,0,609,0,0,0,0,0),(1970852,28169,595,3,1,0,0,2132.45,1369.3,132.753,5.13127,300,0,0,609,0,0,0,0,0),(1970851,28169,595,3,1,0,0,2179.53,1354.3,131.233,3.66519,300,0,0,609,0,0,0,0,0),(1970850,28169,595,3,1,0,0,2115.72,1281.11,136.986,3.08923,300,0,0,609,0,0,0,0,0),(1970849,27729,595,3,1,0,0,2573.74,1152.56,126.492,1.60792,300,15,0,50400,0,1,0,0,0),(1970848,28169,595,3,1,0,0,2123.62,1274.19,137.496,5.48033,300,0,0,609,0,0,0,0,0),(1970847,28169,595,3,1,0,0,2111.51,1296.09,136.745,4.11898,300,0,0,609,0,0,0,0,0),(1970846,28169,595,3,1,0,0,2111.6,1281.83,137.261,6.03884,300,0,0,609,0,0,0,0,0),(1970845,28169,595,3,1,0,0,2109.35,1293.89,136.983,0.610865,300,0,0,609,0,0,0,0,0),(1970844,28169,595,3,1,0,0,2142.62,1338.52,132.753,1.79769,300,0,0,609,0,0,0,0,0),(1970843,28169,595,3,1,0,0,2338.48,1187.61,130.879,0.506145,300,0,0,609,0,0,0,0,0),(1970842,28169,595,3,1,0,0,2266.58,1185.48,138.855,5.13127,300,0,0,609,0,0,0,0,0),(1970841,28169,595,3,1,0,0,2224.06,1202.44,136.494,3.47321,300,0,0,609,0,0,0,0,0),(1970840,27912,595,3,1,0,0,1674.12,884.174,119.789,1.32645,300,0,0,8982,0,0,0,0,0),(247142,36807,631,10,1,0,0,-602.636,2188.35,49.4773,2.64679,86400,0,0,1,0,0,0,0,0),(135984,32780,603,3,1,11686,0,2112.35,-290.933,420.229,0.977384,180,0,0,42,0,0,0,0,0),(135983,32780,603,3,1,11686,0,2114.32,-294.719,420.229,1.06465,180,0,0,42,0,0,0,0,0),(1975228,33378,603,3,1,11686,0,2145.5,-222.62,433.3,0.785398,604800,0,0,12600,0,0,0,0,0),(1975223,32892,603,3,1,11686,0,2092.95,-263,420,6.26573,604800,0,0,12600,0,0,0,0,0),(133971,36971,673,15,1,0,0,30.9602,-22.9078,36.363,4.46804,604800,0,0,1,0,0,0,0,0),(113813,24253,571,1,1,0,0,829.38,-4721.4,-96.1446,3.03,1,0,0,1223,2846,0,0,0,0),(1976816,36173,571,1,1,0,0,8512.46,636.291,547.324,1.24877,300,0,0,126,0,0,0,0,0),(1976815,36173,571,1,1,0,0,8482.56,647.099,547.293,5.40352,300,0,0,126,0,0,0,0,0),(1976814,36173,571,1,1,0,0,8460.3,674.017,547.3,5.40352,300,0,0,126,0,0,0,0,0),(1976813,36173,571,1,1,0,0,8449.02,707.657,547.293,5.40352,300,0,0,126,0,0,0,0,0),(1976812,36173,571,1,1,0,0,8426.01,726.388,547.293,5.40352,300,0,0,126,0,0,0,0,0),(1976811,36173,571,1,1,0,0,8345.75,719.736,553.7,4.6142,300,0,0,126,0,0,0,0,0),(1976810,36173,571,1,1,0,0,8383.66,728.436,550.973,4.6142,300,0,0,126,0,0,0,0,0),(1976809,36173,571,1,1,0,0,8393.25,758.655,547.293,4.6142,300,0,0,126,0,0,0,0,0),(1976808,36173,571,1,1,0,0,8385.26,786.644,547.827,4.6142,300,0,0,126,0,0,0,0,0),(1976807,36173,571,1,1,0,0,8371.95,821.886,548.057,4.6142,300,0,0,126,0,0,0,0,0),(1976806,36173,571,1,1,0,0,8402.19,837.161,547.293,4.6142,300,0,0,126,0,0,0,0,0),(1976805,36173,571,1,1,0,0,8434.02,839.845,547.293,4.6142,300,0,0,126,0,0,0,0,0),(1976804,36173,571,1,1,0,0,8454.53,867.842,547.293,4.6142,300,0,0,126,0,0,0,0,0),(1976803,36173,571,1,1,0,0,8471.59,890.361,547.293,4.6142,300,0,0,126,0,0,0,0,0),(1976802,36173,571,1,1,0,0,8477.94,928.184,547.294,0.726476,300,0,0,126,0,0,0,0,0),(1976801,36173,571,1,1,0,0,8440.87,918.552,544.676,4.09584,300,0,0,126,0,0,0,0,0),(1976800,36173,571,1,1,0,0,8441.48,954.451,544.675,4.09584,300,0,0,126,0,0,0,0,0),(1976799,36173,571,1,1,0,0,8441.42,989.534,544.675,4.09584,300,0,0,126,0,0,0,0,0),(1976798,36173,571,1,1,0,0,8452.34,1027.26,547.411,4.09584,300,0,0,126,0,0,0,0,0),(1976797,36173,571,1,1,0,0,8480.1,1022.75,547.296,4.09584,300,0,0,126,0,0,0,0,0),(1976796,36173,571,1,1,0,0,8507.62,1035.03,547.598,4.09584,300,0,0,126,0,0,0,0,0),(1976795,36173,571,1,1,0,0,8514.13,1071.06,553.809,4.09584,300,0,0,126,0,0,0,0,0),(1976794,36173,571,1,1,0,0,8509.38,1132.02,560.577,3.47144,300,0,0,126,0,0,0,0,0),(1976793,36173,571,1,1,0,0,8530.32,1135.59,557.328,2.12056,300,0,0,126,0,0,0,0,0),(1976792,36173,571,1,1,0,0,8568.62,1125.53,556.787,2.12056,300,0,0,126,0,0,0,0,0),(1976791,36173,571,1,1,0,0,8558.76,1102.08,556.787,2.12056,300,0,0,126,0,0,0,0,0),(1976790,36173,571,1,1,0,0,8546.32,1071.23,554.744,2.12056,300,0,0,126,0,0,0,0,0),(1976789,36173,571,1,1,0,0,8536.66,1044.99,547.472,2.12056,300,0,0,126,0,0,0,0,0),(1976788,36173,571,1,1,0,0,8571.81,1038.25,547.355,2.12056,300,0,0,126,0,0,0,0,0),(1976787,36173,571,1,1,0,0,8561.15,1011.46,547.348,2.12056,300,0,0,126,0,0,0,0,0),(1976786,36173,571,1,1,0,0,8601.13,960.216,547.554,5.10114,300,0,0,126,0,0,0,0,0),(1976785,36173,571,1,1,0,0,8571.08,995.551,547.296,2.8549,300,0,0,126,0,0,0,0,0),(1976784,36173,571,1,1,0,0,8568.49,965.515,548.016,2.8549,300,0,0,126,0,0,0,0,0),(1976783,36173,571,1,1,0,0,8559.92,936.442,547.596,2.8549,300,0,0,126,0,0,0,0,0),(1976782,36173,571,1,1,0,0,8564.86,906.661,547.563,2.8549,300,0,0,126,0,0,0,0,0),(1976781,36173,571,1,1,0,0,8554.43,871.277,547.587,2.8549,300,0,0,126,0,0,0,0,0),(1976780,36173,571,1,1,0,0,8576.64,878.699,547.56,2.8549,300,0,0,126,0,0,0,0,0),(1976779,36173,571,1,1,0,0,8589.39,853.631,547.554,2.8549,300,0,0,126,0,0,0,0,0),(1976778,36173,571,1,1,0,0,8612.89,846.703,548.266,2.8549,300,0,0,126,0,0,0,0,0),(1976777,36173,571,1,1,0,0,8604.3,817.563,547.554,2.8549,300,0,0,126,0,0,0,0,0),(1976776,36173,571,1,1,0,0,8635.53,818.624,547.554,1.07597,300,0,0,126,0,0,0,0,0),(1976775,36173,571,1,1,0,0,8647.05,797.393,547.516,1.07597,300,0,0,126,0,0,0,0,0),(1976774,36173,571,1,1,0,0,8634,769.882,547.554,1.07597,300,0,0,126,0,0,0,0,0),(1976773,36173,571,1,1,0,0,8599.7,777.705,547.358,1.07597,300,0,0,126,0,0,0,0,0),(1976772,36173,571,1,1,0,0,8596.96,755.231,548.059,1.07597,300,0,0,126,0,0,0,0,0),(1976771,36173,571,1,1,0,0,8607.87,724.617,548.006,1.07597,300,0,0,126,0,0,0,0,0),(1976770,36173,571,1,1,0,0,8585.87,716.849,547.473,1.07597,300,0,0,126,0,0,0,0,0),(1976769,36173,571,1,1,0,0,8569.72,700.385,547.294,1.07597,300,0,0,126,0,0,0,0,0),(1976768,36173,571,1,1,0,0,8559.85,669.997,547.303,1.07597,300,0,0,126,0,0,0,0,0),(1976767,36173,571,1,1,0,0,8553.86,632.658,548.368,1.00529,300,0,0,126,0,0,0,0,0),(1970839,28167,595,3,1,0,0,2211.96,1316.7,130.525,1.8326,300,0,0,609,0,0,0,0,0),(1970838,28167,595,3,1,0,0,2207.32,1343.56,130.634,3.59538,300,0,0,609,0,0,0,0,0),(1970837,28167,595,3,1,0,0,2117.78,1338.3,131.903,6.03884,300,0,0,609,0,0,0,0,0),(1970836,28167,595,3,1,0,0,2269.06,1183.91,138.853,3.28122,300,0,0,609,0,0,0,0,0),(1970835,28167,595,3,1,0,0,2228.91,1163.93,138.284,6.12611,300,0,0,609,0,0,0,0,0),(1970834,28167,595,3,1,0,0,2231.61,1161.02,138.544,1.79769,300,0,0,609,0,0,0,0,0),(1970833,28167,595,3,1,0,0,2164.54,1240.92,137.471,0.0174533,300,0,0,609,0,0,0,0,0),(1970832,28167,595,3,1,0,0,2104.39,1366.97,133.172,5.44543,300,0,0,609,0,0,0,0,0),(1970831,28167,595,3,1,0,0,2359.66,1204.97,131.211,4.04916,300,0,0,609,0,0,0,0,0),(1970830,28167,595,3,1,0,0,2120.65,1339.69,131.547,4.15388,300,0,0,609,0,0,0,0,0),(1970829,27737,595,3,1,0,0,2565.21,1138.04,127.759,1.63305,300,10,0,630,0,1,0,0,0),(1970828,28167,595,3,1,0,0,2191.38,1306.04,133.207,4.2586,300,0,0,609,0,0,0,0,0),(1970827,28167,595,3,1,0,0,2152.13,1290.85,134.751,4.38078,300,0,0,609,0,0,0,0,0),(1970826,28167,595,3,1,0,0,2366.37,1184.53,132.22,2.9147,300,0,0,609,0,0,0,0,0),(1970825,28167,595,3,1,0,0,2252.07,1150.73,138.574,0.523599,300,0,0,609,0,0,0,0,0),(1970824,28167,595,3,1,0,0,2107.38,1274.3,138.996,4.01426,300,0,0,609,0,0,0,0,0),(113887,24255,571,1,1,0,0,831.409,-4727.82,-96.2364,2.28073,1,0,0,1223,2846,0,0,0,0),(1976543,30136,571,1,4,0,1,7422.26,-1039.46,791.523,6.03617,300,0,0,6088,0,0,0,0,0),(1976542,30136,571,1,4,0,1,7422.94,-1009.92,794.067,5.39215,300,0,0,5885,0,0,0,0,0),(1976503,30136,571,1,4,0,1,7590.61,-1058.82,595.224,2.81178,300,0,0,6088,0,0,0,0,0),(1976504,30136,571,1,4,0,1,7597.35,-1042.56,595.258,2.86675,300,0,0,6088,0,0,0,0,0),(1976505,30136,571,1,4,0,1,7592.71,-1028.92,593.967,3.11415,300,0,0,6088,0,0,0,0,0),(1976506,30136,571,1,4,0,1,7592.48,-1013.73,596.307,3.16128,300,0,0,6088,0,0,0,0,0),(1976507,30136,571,1,4,0,1,7580.19,-984.218,594.465,3.83279,300,0,0,5885,0,0,0,0,0),(1976508,30136,571,1,4,0,1,7566.8,-968.037,596.475,3.83279,300,0,0,6088,0,0,0,0,0),(1976509,30136,571,1,4,0,1,7553.66,-957.648,595.392,3.83279,300,0,0,5885,0,0,0,0,0),(1976510,30136,571,1,4,0,1,7528.07,-944.761,595.903,4.91271,300,0,0,6088,0,0,0,0,0),(1976511,30136,571,1,4,0,1,7490.36,-946.306,595.979,5.25829,300,0,0,5885,0,0,0,0,0),(1976512,30136,571,1,4,0,1,7451.34,-957.392,593.941,5.16404,300,0,0,6088,0,0,0,0,0),(1976513,30136,571,1,4,0,1,7428.01,-992.105,595.917,5.77272,300,0,0,6088,0,0,0,0,0),(1976514,30136,571,1,4,0,1,7422.12,-1028.95,593.946,0.145337,300,0,0,6088,0,0,0,0,0),(1976515,30136,571,1,4,0,1,7424.41,-1053.53,593.948,0.113921,300,0,0,6088,0,0,0,0,0),(1976516,30136,571,1,4,0,1,7435.91,-1090.7,595.693,0.915027,300,0,0,6088,0,0,0,0,0),(1976517,30136,571,1,4,0,1,7464.31,-1116.75,595.558,1.22561,300,0,0,5885,0,0,0,0,0),(1976518,30136,571,1,4,0,1,7494.48,-1123.3,595.231,1.43374,300,0,0,5885,0,0,0,0,0),(1976519,30136,571,1,4,0,1,7485.42,-968.004,683.069,4.8895,300,0,0,6088,0,0,0,0,0),(1976520,30136,571,1,4,0,1,7467.03,-971.301,683.584,5.12119,300,0,0,6088,0,0,0,0,0),(1976521,30136,571,1,4,0,1,7450.23,-985.747,683.834,5.40393,300,0,0,6088,0,0,0,0,0),(1976522,30136,571,1,4,0,1,7433.32,-1001.88,686.65,5.51781,300,0,0,5885,0,0,0,0,0),(1976523,30136,571,1,4,0,1,7425.26,-1028.32,692.26,6.0833,300,0,0,5885,0,0,0,0,0),(1976524,30136,571,1,4,0,1,7416.57,-1048.7,698.723,6.16969,300,0,0,6088,0,0,0,0,0),(1976525,30136,571,1,4,0,1,7426.15,-1079.31,705.743,0.667974,300,0,0,6088,0,0,0,0,0),(1976526,30136,571,1,4,0,1,7447.33,-1106.22,715.154,0.97035,300,0,0,5885,0,0,0,0,0),(1976527,30136,571,1,4,0,1,7467.54,-1120.78,722.946,1.24524,300,0,0,6088,0,0,0,0,0),(1976528,30136,571,1,4,0,1,7499.58,-1132.08,727.9,1.42981,300,0,0,5885,0,0,0,0,0),(1976529,30136,571,1,4,0,1,7568.86,-1103.6,727.882,2.34481,300,0,0,5885,0,0,0,0,0),(1976530,30136,571,1,4,0,1,7580.73,-1077.43,722.324,2.66682,300,0,0,6088,0,0,0,0,0),(1976531,30136,571,1,4,0,1,7593.36,-1059.26,720.879,2.926,300,0,0,6088,0,0,0,0,0),(1976532,30136,571,1,4,0,1,7596.45,-1038.56,715.531,3.00454,300,0,0,5885,0,0,0,0,0),(1976533,30136,571,1,4,0,1,7592.48,-1014.72,709.058,3.55039,300,0,0,5885,0,0,0,0,0),(1976534,30136,571,1,4,0,1,7578.22,-1003.47,702.612,3.67606,300,0,0,5885,0,0,0,0,0),(1976535,30136,571,1,4,0,1,7568,-977.847,698.303,4.06483,300,0,0,6088,0,0,0,0,0),(1976536,30136,571,1,4,0,1,7544.49,-971.66,690.782,4.35935,300,0,0,6088,0,0,0,0,0),(1976537,30136,571,1,4,0,1,7513.78,-958.984,685.534,4.63817,300,0,0,6088,0,0,0,0,0),(1976538,30136,571,1,4,0,1,7510.35,-943.008,793.578,4.85416,300,0,0,5885,0,0,0,0,0),(1976539,30136,571,1,4,0,1,7544.21,-941.458,791.725,4.49287,300,0,0,6088,0,0,0,0,0),(1976540,30136,571,1,4,0,1,7482.81,-953.955,792.956,5.22329,300,0,0,6088,0,0,0,0,0),(1976541,30136,571,1,4,0,1,7451.21,-986.366,791.475,5.60814,300,0,0,5885,0,0,0,0,0),(1976459,30064,571,1,2,0,0,7234.75,-1356.87,914.612,1.00667,300,0,0,252000,0,0,0,0,0),(74515,32241,571,1,1,0,0,6252.46,2665.36,570.333,3.97935,10,0,0,1,0,0,0,0,0),(1976500,30401,571,1,1,0,1,6718.64,-258.001,949.333,2.85367,300,0,0,63000,0,0,0,0,0),(1976571,30136,571,1,4,0,1,7275.44,-903.582,926.956,5.36621,300,0,0,6088,0,0,0,0,0),(1976570,30136,571,1,4,0,1,7271.73,-906.427,927.135,5.36621,300,0,0,6088,0,0,0,0,0),(1970823,28167,595,3,1,0,0,2105.57,1270.86,140.05,1.309,300,0,0,609,0,0,0,0,0),(1970822,28167,595,3,1,0,0,2119.7,1273.87,138.337,3.80482,300,0,0,609,0,0,0,0,0),(1970821,28167,595,3,1,0,0,2124.39,1296.53,136.844,4.81711,300,0,0,609,0,0,0,0,0),(1970820,27911,595,3,1,0,0,1676.15,883.878,119.783,1.50098,300,0,0,8982,0,0,0,0,0),(1970819,28167,595,3,1,0,0,2164.57,1339.05,130.914,2.58309,300,0,0,609,0,0,0,0,0),(1970818,28167,595,3,1,0,0,2165.94,1366.51,132.382,3.89208,300,0,0,609,0,0,0,0,0),(1975917,30422,571,1,4,0,0,7093.6,-2159.45,758.662,5.46951,300,0,0,12175,0,0,0,0,0),(1976922,21689,548,1,1,0,0,-55.166,-548.193,-21.4845,2.51429,300,0,0,81000,0,0,0,0,0),(1976007,30160,571,1,4,0,1,7359.13,-3103.31,837.534,4.17214,300,0,0,12600,0,0,0,0,0),(1956283,31313,571,1,2,0,0,4648.54,1431.45,170.843,5.07976,180,0,0,55005,3643,0,0,0,0),(1956271,31310,571,1,2,0,0,4542.96,1320.75,160.742,4.2276,180,0,0,55005,3643,0,0,0,0),(1956272,31310,571,1,2,0,0,4602.08,1433.56,187.42,6.19112,180,0,0,55005,3643,0,0,0,0),(1956273,31310,571,1,2,0,0,4612.47,1435.06,182.045,3.58503,180,0,0,55005,3643,0,0,0,0),(1956274,31310,571,1,2,0,0,4735.92,1358.92,172.242,4.77506,180,0,0,55005,3643,0,0,0,0),(1956275,31310,571,1,2,0,0,4585.42,1475.73,194.232,3.87329,180,0,0,55005,3643,0,0,0,0),(1956276,31310,571,1,2,0,0,4509.41,1271.8,137.991,4.26184,180,0,0,55005,3643,0,0,0,0),(1956277,31310,571,1,2,0,0,4705.1,1342.03,157.01,4.85155,180,0,0,55005,3643,0,0,0,0),(1956278,31310,571,1,2,0,0,4546.95,1329.58,165.117,4.23149,180,0,0,55005,3643,0,0,0,0),(1956279,31310,571,1,2,0,0,4585.72,1462.98,189.266,4.59288,180,0,0,55005,3643,0,0,0,0),(1956280,31313,571,1,2,0,0,4584.34,1474.16,193.982,6.00639,180,0,0,55005,3643,0,0,0,0),(1956281,31313,571,1,2,0,0,4703.07,1554.99,248.765,1.53531,180,0,0,55005,3643,0,0,0,0),(1956282,31313,571,1,2,0,0,4700.77,1555.86,247.64,1.71693,180,0,0,55005,3643,0,0,0,0),(245811,25972,547,3,1,0,0,-120.178,-144.398,-2.23786,4.92379,86400,0,0,42,0,0,0,0,0),(133944,37547,672,15,1,0,0,19.7229,-2.19379,33.0698,0,604800,0,0,1,0,0,0,0,0),(133936,37547,672,15,1,0,0,-34.2702,-26.1897,21.3748,0,604800,0,0,1,0,0,0,0,0),(133937,37547,672,15,1,0,0,-41.4456,-7.6475,20.4975,0,604800,0,0,1,0,0,0,0,0),(133939,37547,672,15,1,0,0,-11.6446,-19.8518,20.8843,0,604800,0,0,1,0,0,0,0,0),(133940,37547,672,15,1,0,0,-19.8822,-6.57876,20.5744,0,604800,0,0,1,0,0,0,0,0),(133943,37547,672,15,1,0,0,0.554884,-1.2329,20.5371,0,604800,0,0,1,0,0,0,0,0),(1976085,31422,1,1,128,0,0,1623.04,-4368.92,11.7852,3.92699,300,0,0,5544,0,0,0,0,0),(247300,30344,712,3,1,0,1,-9.51,9.77,20.43,1.52,300,0,0,21368,0,0,0,0,0),(247400,30824,713,3,1,0,1,14.81,16.84,34.97,1.55,300,0,0,21368,0,0,0,0,0),(1975842,4131,1,1,1,0,0,-6514.4,-3304.3,-93.0929,5.40444,300,0,0,1279,0,0,0,0,0),(1976921,21689,548,1,1,0,0,-9.91757,-566.916,-21.4845,3.25649,300,0,0,81000,0,0,0,0,0),(1975937,23008,530,1,1,0,0,3647.45,1918.92,118.17,3.80525,600,0,0,13285,0,0,0,0,0),(1977144,30188,571,1,64,0,0,6249.02,125.228,382.387,3.09908,30,0,0,126000,0,0,0,0,0),(1976458,30064,571,1,2,0,0,7289.24,-1506.65,921.183,0.755346,300,0,0,252000,0,0,0,0,0),(1976569,30136,571,1,4,0,1,7274.92,-910.591,926.671,5.36621,300,0,0,5885,0,0,0,0,0),(1976568,30136,571,1,4,0,1,7282.26,-904.971,926.307,5.32694,300,0,0,5885,0,0,0,0,0),(1977187,32769,571,1,1,25753,0,7559.02,1547.51,435.682,1.52973,10,60,0,12600,3994,1,0,0,0),(1977186,32769,571,1,1,25753,0,7630.44,1601.94,445.692,2.12271,10,60,0,12600,3994,1,0,0,0),(1977185,32769,571,1,1,25753,0,7711.54,1636.03,447.492,4.85589,10,60,0,12600,3994,1,0,0,0),(1977184,32769,571,1,1,25753,0,7685.98,1708.66,460.417,3.89379,10,60,0,12600,3994,1,0,0,0),(1977183,32769,571,1,1,25753,0,7763.36,1704.4,459.294,3.89379,10,60,0,12600,3994,1,0,0,0),(1977182,32769,571,1,1,25753,0,7838.73,1761.25,466.425,4.96978,10,60,0,12600,3994,1,0,0,0),(1977181,32769,571,1,1,25753,0,7783.46,1783.04,469.012,0.0335467,10,60,0,12600,3994,1,0,0,0),(1977180,32769,571,1,1,25753,0,7735.12,1823.7,464.062,0.0335467,10,60,0,12600,3994,1,0,0,0),(1977179,32769,571,1,1,25753,0,7634.01,1863.8,453.321,0.100306,10,60,0,12600,3994,1,0,0,0),(1977178,32769,571,1,1,25753,0,7700.71,1866.03,464.062,0.0335467,10,60,0,12600,3994,1,0,0,0),(1977177,32769,571,1,1,25753,0,7733.55,1578.02,469.378,2.51066,10,60,0,12600,3994,1,0,0,0),(1977176,32769,571,1,1,25753,0,7733.55,1578.02,469.378,3.23125,10,60,0,12600,3994,1,0,0,0),(1977175,32769,571,1,1,25753,0,7770.85,1626.59,469.378,0.010103,10,60,0,12600,3994,1,0,0,0),(1977174,32769,571,1,1,25753,0,7770.85,1626.59,469.378,4.35007,10,60,0,12600,3994,1,0,0,0),(1977173,32769,571,1,1,25753,0,7703.2,1822.89,469.378,3.94286,10,60,0,12600,3994,1,0,0,0),(1977172,32769,571,1,1,25753,0,7703.2,1822.89,469.378,3.47223,10,60,0,12600,3994,1,0,0,0),(1977171,32769,571,1,1,25753,0,7523.09,1852.78,491.641,3.23212,10,60,0,12600,3994,1,0,0,0),(1977170,32769,571,1,1,25753,0,7523.09,1852.78,491.641,1.16008,10,60,0,12600,3994,1,0,0,0),(1977200,32767,571,1,1,27064,0,7526.03,1354.32,401.356,0.300584,300,60,0,25200,0,1,0,0,0),(1977199,32767,571,1,1,27064,0,7407.94,1436.64,390.421,0.300584,10,60,0,25200,0,1,0,0,0),(1977198,32767,571,1,1,27064,0,7239.56,1441.97,384.094,4.94622,10,60,0,25200,0,1,0,0,0),(1977197,32767,571,1,1,27064,0,7333.87,1348.77,393.362,0.418399,10,60,0,25200,0,1,0,0,0),(1977196,32767,571,1,1,27064,0,7302.18,1240.95,390.122,0.418399,10,60,0,25200,0,1,0,0,0),(1977195,32767,571,1,1,27064,0,7155.42,1211.4,386.189,5.49993,10,60,0,25200,0,1,0,0,0),(1977194,32767,571,1,1,27064,0,7134.18,1373.87,408.537,5.90048,10,60,0,25200,0,1,0,0,0),(1977193,32767,571,1,1,27064,0,7244.55,1285.52,416.07,2.71176,10,60,0,25200,0,1,0,0,0),(1977224,32154,571,1,1,0,0,7553.98,2091.65,500.312,3.96984,60,0,0,31500,0,0,0,0,0),(1977223,32154,571,1,1,0,0,7119.05,1254.62,297.911,4.89346,60,0,0,31500,0,0,0,0,0),(1977222,32154,571,1,1,0,0,7124.12,1286.83,299.649,3.61719,60,0,0,31500,0,0,0,0,0),(1977221,32154,571,1,1,0,0,7142.1,1313.45,303.877,3.61719,60,0,0,31500,0,0,0,0,0),(1977220,32154,571,1,1,0,0,7163.97,1335.66,307.248,3.61719,60,0,0,31500,0,0,0,0,0),(1977219,32154,571,1,1,0,0,7179.8,1368.87,310.435,3.61719,60,0,0,31500,0,0,0,0,0),(1977218,32154,571,1,1,0,0,7232.34,1365.87,309.911,3.61719,60,0,0,31500,0,0,0,0,0),(1977217,32154,571,1,1,0,0,7616.57,1716.3,344.036,1.94822,60,0,0,31500,0,0,0,0,0),(1977216,32154,571,1,1,0,0,7611.61,1651.27,342.069,1.94822,60,0,0,31500,0,0,0,0,0),(1977215,32154,571,1,1,0,0,7737.62,1637.87,346.603,4.43793,60,0,0,31500,0,0,0,0,0),(1977214,32154,571,1,1,0,0,7153.32,1234.99,301.82,4.89346,60,0,0,31500,0,0,0,0,0),(1977213,32154,571,1,1,0,0,7173.22,1185.4,308.278,6.03229,60,0,0,31500,0,0,0,0,0),(1977212,32154,571,1,1,0,0,7172.32,1152.7,309.25,6.03229,60,0,0,31500,0,0,0,0,0),(1977211,32154,571,1,1,0,0,7144.89,1115.43,314.937,5.51785,60,0,0,31500,0,0,0,0,0),(1977210,32154,571,1,1,0,0,7129.91,1155.77,305.815,1.17067,60,0,0,31500,0,0,0,0,0),(1977209,32154,571,1,1,0,0,7220.64,1216.06,307.663,1.15889,60,0,0,31500,0,0,0,0,0),(1977208,32154,571,1,1,0,0,7202.76,1316.63,305.442,3.29517,60,0,0,31500,0,0,0,0,0),(1977207,32154,571,1,1,0,0,7813.27,1662.84,356.26,6.26398,60,0,0,31500,0,0,0,0,0),(1977206,32154,571,1,1,0,0,7795.76,1835.98,362.766,4.24158,60,0,0,31500,0,0,0,0,0),(1977205,32154,571,1,1,0,0,7842.81,1840.36,365.721,4.29656,60,0,0,31500,0,0,0,0,0),(1977204,32154,571,1,1,0,0,7851.09,1955.81,367.002,1.97571,60,0,0,31500,0,0,0,0,0),(1977203,32154,571,1,1,0,0,7826.99,1768.44,358.238,2.96924,60,0,0,31500,0,0,0,0,0),(1977202,32154,571,1,1,0,0,7724.26,1771.43,348.847,1.70868,60,0,0,31500,0,0,0,0,0),(1977201,32154,571,1,1,0,0,7707.46,1695.11,341.05,4.43793,60,0,0,31500,0,0,0,0,0),(1976584,23383,530,1,1,0,0,-4106.62,3029.94,344.877,0.827394,300,0,0,6986,0,0,0,0,0),(1971552,17356,540,3,1,0,0,195.026,168.852,-42.3682,5.63149,300,5,0,19607,0,1,0,0,0),(1971551,17356,540,3,1,0,0,186.325,160.14,-42.3431,5.63149,300,5,0,19607,0,1,0,0,0),(1971550,17356,540,3,1,0,0,172.412,170.755,-41.8802,5.63149,300,5,0,19607,0,1,0,0,0),(1971549,17356,540,3,1,0,0,124.697,196.671,-48.4666,3.71512,300,5,0,19607,0,1,0,0,0),(1971548,17356,540,3,1,0,0,134.94,197.199,-48.3391,5.63149,300,5,0,19607,0,1,0,0,0),(1971547,17356,540,3,1,0,0,158.726,168.864,-42.7899,5.63149,300,5,0,19607,0,1,0,0,0),(1971546,17356,540,3,1,0,0,134.63,187.246,-47.1104,5.63149,300,5,0,19607,0,1,0,0,0),(1971545,17356,540,3,1,0,0,130.671,249.438,-45.2001,3.71512,300,5,0,19607,0,1,0,0,0),(1971544,17356,540,3,1,0,0,121.539,234.76,-46.366,3.71512,300,5,0,19607,0,1,0,0,0),(1971543,17356,540,3,1,0,0,129.599,219.459,-48.2223,3.71512,300,5,0,19607,0,1,0,0,0),(1971542,17356,540,3,1,0,0,127.391,209.194,-49.043,3.71512,300,5,0,19607,0,1,0,0,0),(1971566,17357,540,3,1,0,0,200.833,158.645,-42.3886,2.77656,300,5,0,3381,0,1,0,0,0),(1971565,17357,540,3,1,0,0,192.378,154.865,-42.3681,2.77656,300,5,0,3381,0,1,0,0,0),(1971564,17357,540,3,1,0,0,188.578,163.364,-42.3485,2.77656,300,5,0,3381,0,1,0,0,0),(1971563,17357,540,3,1,0,0,180.065,156.848,-42.3355,2.77656,300,5,0,3381,0,1,0,0,0),(1971562,17357,540,3,1,0,0,176.265,165.347,-42.2052,2.77656,300,5,0,3381,0,1,0,0,0),(1971561,17357,540,3,1,0,0,158.378,178.829,-43.3422,2.77656,300,5,0,3381,0,1,0,0,0),(1971560,17357,540,3,1,0,0,143.797,189.415,-46.4029,2.77656,300,5,0,3381,0,1,0,0,0),(1971559,17357,540,3,1,0,0,129.756,189.482,-47.7988,2.77656,300,5,0,3381,0,1,0,0,0),(1971558,17357,540,3,1,0,0,129.982,204.343,-48.8409,2.77656,300,5,0,3381,0,1,0,0,0),(1971557,17357,540,3,1,0,0,118.016,208.916,-49.1488,2.77656,300,5,0,3381,0,1,0,0,0),(1971556,17357,540,3,1,0,0,122.589,220.882,-47.9027,2.77656,300,5,0,3381,0,1,0,0,0),(1971555,17357,540,3,1,0,0,127.73,231.381,-46.8117,1.11545,300,5,0,3381,0,1,0,0,0),(1971554,17357,540,3,1,0,0,123.365,241.68,-45.4701,1.11545,300,5,0,3381,0,1,0,0,0),(1971553,17357,540,3,1,0,0,119.802,252.08,-45.2208,1.11545,300,5,0,3381,0,1,0,0,0),(1971576,17474,540,3,1,0,0,340.01,310.955,1.91715,5.85374,300,0,0,6722,0,0,0,0,0),(1971575,17474,540,3,1,0,0,330.962,323.431,1.91715,2.44512,300,0,0,6722,0,0,0,0,0),(1971574,17474,540,3,1,0,0,370.468,320.938,1.9186,2.44512,300,0,0,6722,0,0,0,0,0),(1971573,17474,540,3,1,0,0,396.447,308.347,1.92309,2.44512,300,0,0,6722,0,0,0,0,0),(1971572,17474,540,3,1,0,0,408.058,318.889,1.91302,2.44512,300,0,0,6722,0,0,0,0,0),(1971571,17474,540,3,1,0,0,436.339,317.505,1.90193,2.44512,300,0,0,6722,0,0,0,0,0),(1971570,17474,540,3,1,0,0,445.03,315.593,1.91125,2.44512,300,0,0,6722,0,0,0,0,0),(1971569,17474,540,3,1,0,0,466.862,322.841,1.92449,2.44512,300,0,0,6722,0,0,0,0,0),(1971568,17474,540,3,1,0,0,464.92,313.789,1.92964,2.44512,300,0,0,6722,0,0,0,0,0),(1971567,17474,540,3,1,0,0,470.877,312.579,1.91828,2.44512,300,0,0,6722,0,0,0,0,0),(247156,37230,631,15,1,0,0,-436.632,2079.14,285,2.72714,604800,0,0,5392400,41690,0,0,0,0),(1976567,30136,571,1,4,0,1,7416.45,-1038.02,538.682,6.26754,300,0,0,6088,0,0,0,0,0),(1971540,19507,553,3,3,0,0,-179.035,380.227,-17.6894,4.31705,300,0,0,19681,7332,0,0,33948422,40),(1971539,19507,553,3,3,0,0,-180.265,374.369,-17.6894,4.31705,300,0,0,19681,7332,0,0,33948422,40),(1971538,19507,553,3,3,0,0,-171.645,373.62,-17.6957,0.869149,300,0,0,19681,7332,0,0,33948422,40),(1971537,19507,553,3,3,0,0,-162.013,371.896,-17.7006,0.869149,300,0,0,19681,7332,0,0,33948422,40),(1971536,19507,553,3,3,0,0,-164.709,383.895,-17.7044,0.869149,300,0,0,19681,7332,0,0,33948422,40),(1971535,19507,553,3,3,0,0,-158.069,396.566,-17.7685,0.869149,300,0,0,19681,7332,0,0,33948422,40),(1971534,19507,553,3,3,0,0,-155.432,384.674,-17.7944,0.869149,300,0,0,19681,7332,0,0,33948422,40),(1971533,19507,553,3,3,0,0,-148.417,399.016,-17.8617,0.869149,300,0,0,19681,7332,0,0,33948422,40),(1971532,19507,553,3,3,0,0,-163.56,402.493,-17.7171,4.35239,300,0,0,19681,7332,0,0,33948422,40),(1971531,19507,553,3,3,0,0,-151.989,412.301,-17.6878,0.869149,300,0,0,19681,7332,0,0,33948422,40),(1971530,19507,553,3,3,0,0,-152.262,373.478,-17.6895,4.35239,300,0,0,19681,7332,0,0,33948422,40),(1971529,19507,553,3,3,0,0,-179.07,404.267,-17.6894,4.31705,300,0,0,19681,7332,0,0,33948422,40),(1971528,19507,553,3,3,0,0,-174.595,414.99,-17.6979,3.82617,300,0,0,19681,7332,0,0,33948422,40),(1971392,17474,544,1,1,0,0,0.0997306,-31.5231,-0.409845,2.8682,86400,0,0,6722,0,0,0,0,0),(1971391,17474,544,1,1,0,0,-4.09094,7.21651,-0.408083,0.131089,86400,0,0,6722,0,0,0,0,0),(1971390,17474,544,1,1,0,0,-17.1508,36.9743,-0.412406,0.131089,86400,0,0,6722,0,0,0,0,0),(1971389,17474,544,1,1,0,0,-45.9022,-10.0254,-0.412444,0.131089,86400,0,0,6722,0,0,0,0,0),(1971388,17474,544,1,1,0,0,-48.9583,13.154,-0.412463,0.115381,86400,0,0,6722,0,0,0,0,0),(1955080,30396,571,1,1,0,0,8562.54,-579.156,925.558,5.49993,300,0,0,390990,0,0,0,0,0),(133981,36970,672,15,1,0,0,35.5713,-20.1836,25.1162,4.71239,604800,0,0,1,0,0,0,0,0),(1973057,30148,571,1,1,26263,0,7720.65,-1643.33,953.147,3.12668,300,10,0,12600,0,1,0,0,0),(1973056,30148,571,1,1,26263,0,7667.78,-1602.91,965.248,2.3295,300,10,0,12600,0,1,0,0,0),(1973055,30148,571,1,1,26263,0,7652.66,-1559.21,970.045,2.46695,300,10,0,12600,0,1,0,0,0),(1973054,30148,571,1,1,26263,0,7618.51,-1547.65,972.876,2.15279,300,10,0,12600,0,1,0,0,0),(1973053,30148,571,1,1,26263,0,7636.73,-1516.25,972.399,3.24843,300,10,0,12600,0,1,0,0,0),(114459,30148,571,1,1,26263,0,7920.24,-1625.21,910.852,-1.9338,300,10,0,12600,0,1,0,0,0),(114381,30148,571,1,1,26263,0,7957.04,-1610.1,908.131,0.20944,300,10,0,12600,0,1,0,0,0),(114373,30148,571,1,1,26263,0,7996.98,-1608.36,908.772,4.2586,300,10,0,12600,0,1,0,0,0),(114372,30148,571,1,1,26263,0,7990.3,-1559.1,904.997,2.82743,300,10,0,12600,0,1,0,0,0),(1976920,21689,548,1,1,0,0,42.3599,-586.454,-21.4845,2.91484,300,0,0,81000,0,0,0,0,0),(1976919,21689,548,1,1,0,0,107.691,-605.214,-21.4056,2.36899,300,0,0,81000,0,0,0,0,0),(1976918,21689,548,1,1,0,0,166.832,-647.301,-21.4056,3.91623,300,0,0,81000,0,0,0,0,0),(1976917,21689,548,1,1,0,0,186.388,-614.448,-21.4056,3.76307,300,0,0,81000,0,0,0,0,0),(1976916,21689,548,1,1,0,0,167.335,-537.232,-21.4055,0.213059,300,0,0,81000,0,0,0,0,0),(1976915,21689,548,1,1,0,0,134.278,-531.883,-21.4055,5.52628,300,0,0,81000,0,0,0,0,0),(1976914,21689,548,1,1,0,0,122.764,-500.83,-21.4055,4.48956,300,0,0,81000,0,0,0,0,0),(1976913,21689,548,1,1,0,0,134.244,-472.857,-21.4055,4.22646,300,0,0,81000,0,0,0,0,0),(1976912,21689,548,1,1,0,0,150.501,-437.545,-21.4055,4.40317,300,0,0,81000,0,0,0,0,0),(1976911,21689,548,1,1,0,0,134.583,-421.714,-21.4055,5.97789,300,0,0,81000,0,0,0,0,0),(1976910,21689,548,1,1,0,0,107.689,-403.782,-21.4055,5.27497,300,0,0,81000,0,0,0,0,0),(1976909,21689,548,1,1,0,0,108.406,-367.148,-21.4055,3.96336,300,0,0,81000,0,0,0,0,0),(1976908,21689,548,1,1,0,0,121.219,-349.36,-21.4055,3.96729,300,0,0,81000,0,0,0,0,0),(1976907,21689,548,1,1,0,0,148.24,-325.095,-21.4055,3.66883,300,0,0,81000,0,0,0,0,0),(1976906,21689,548,1,1,0,0,176.104,-301.574,-21.4055,4.12436,300,0,0,81000,0,0,0,0,0),(1976905,21689,548,1,1,0,0,185.027,-274.36,-21.4055,5.07862,300,0,0,81000,0,0,0,0,0),(1976904,21689,548,1,1,0,0,161.3,-252.422,-21.4049,6.27634,300,0,0,81000,0,0,0,0,0),(1976903,21689,548,1,1,0,0,137.654,-264.116,-21.4049,0.723578,300,0,0,81000,0,0,0,0,0),(1976902,21689,548,1,1,0,0,108.886,-274.824,-21.4056,6.13105,300,0,0,81000,0,0,0,0,0),(1976901,21689,548,1,1,0,0,83.0142,-272.371,-21.4056,0.625405,300,0,0,81000,0,0,0,0,0),(1976900,21689,548,1,1,0,0,55.3898,-283.936,-21.4056,0.103115,300,0,0,81000,0,0,0,0,0),(1976899,21689,548,1,1,0,0,23.682,-284.058,-21.4052,4.76446,300,0,0,81000,0,0,0,0,0),(1976898,21689,548,1,1,0,0,15.852,-249.363,-21.4052,5.47916,300,0,0,81000,0,0,0,0,0),(1976897,21689,548,1,1,0,0,-16.7655,-232.354,-21.4055,6.17816,300,0,0,81000,0,0,0,0,0),(1976896,21689,548,1,1,0,0,-39.0777,-242.078,-21.4058,1.077,300,0,0,81000,0,0,0,0,0),(1976895,21689,548,1,1,0,0,-66.0375,-265.537,-21.4058,0.429045,300,0,0,81000,0,0,0,0,0),(1976894,21689,548,1,1,0,0,-90.5592,-281.989,-21.4058,0.923846,300,0,0,81000,0,0,0,0,0),(1976893,21689,548,1,1,0,0,-94.3336,-313.866,-21.4048,2.0666,300,0,0,81000,0,0,0,0,0),(1976892,21689,548,1,1,0,0,-78.4844,-332.585,-21.4055,2.63209,300,0,0,81000,0,0,0,0,0),(1976891,21689,548,1,1,0,0,-44.2002,-354.356,-21.4055,2.37291,300,0,0,81000,0,0,0,0,0),(1976890,21689,548,1,1,0,0,-32.851,-380.626,-21.4041,1.61107,300,0,0,81000,0,0,0,0,0),(1976889,21689,548,1,1,0,0,-24.7269,-410.295,-21.4041,2.29829,300,0,0,81000,0,0,0,0,0),(1976888,21689,548,1,1,0,0,-3.67263,-422.501,-21.4055,0.499731,300,0,0,81000,0,0,0,0,0),(1976887,21689,548,1,1,0,0,-44.0873,-419.224,-21.4055,0.0559799,300,0,0,81000,0,0,0,0,0),(1976886,21689,548,1,1,0,0,-65.5718,-422.496,-21.4055,0.65681,300,0,0,81000,0,0,0,0,0),(1976885,21689,548,1,1,0,0,-83.8641,-457.883,-21.4055,1.3833,300,0,0,81000,0,0,0,0,0),(1976884,21689,548,1,1,0,0,-82.6461,-486.875,-21.4055,2.01162,300,0,0,81000,0,0,0,0,0),(1976883,21689,548,1,1,0,0,-64.5079,-511.419,-21.4055,2.5182,300,0,0,81000,0,0,0,0,0),(1976882,21689,548,1,1,0,0,-30.4126,-532.165,-21.4055,2.7656,300,0,0,81000,0,0,0,0,0),(1976881,21689,548,1,1,0,0,3.29256,-536.527,-21.4055,3.27611,300,0,0,81000,0,0,0,0,0),(1976880,21689,548,1,1,0,0,37.4493,-531.662,-21.4055,3.15438,300,0,0,81000,0,0,0,0,0),(1976879,21689,548,1,1,0,0,63.04,-535.776,-21.4051,2.66743,300,0,0,81000,0,0,0,0,0),(1976878,21689,548,1,1,0,0,87.1302,-558.304,-21.4066,2.07445,300,0,0,81000,0,0,0,0,0),(1976877,21689,548,1,1,0,0,111.023,-578.715,-21.4056,2.78524,300,0,0,81000,0,0,0,0,0),(1976876,21689,548,1,1,0,0,144.025,-600.631,-21.4491,2.37683,300,0,0,81000,0,0,0,0,0),(1976875,21689,548,1,1,0,0,146.153,-633.324,-21.4491,1.24979,300,0,0,81000,0,0,0,0,0),(1976874,21689,548,1,1,0,0,124.413,-646.547,-21.4491,0.122739,300,0,0,81000,0,0,0,0,0),(1976873,21689,548,1,1,0,0,91.4373,-664.54,-21.4491,0.833525,300,0,0,81000,0,0,0,0,0),(1976872,21689,548,1,1,0,0,61.8101,-674.423,-21.4491,6.18209,300,0,0,81000,0,0,0,0,0),(1976871,21689,548,1,1,0,0,30.6635,-682.053,-21.4491,0.735349,300,0,0,81000,0,0,0,0,0),(1976870,21689,548,1,1,0,0,-4.2635,-693.49,-21.4491,6.12711,300,0,0,81000,0,0,0,0,0),(1976869,21689,548,1,1,0,0,-31.1696,-693.305,-21.4491,0.393701,300,0,0,81000,0,0,0,0,0),(1976868,21689,548,1,1,0,0,-71.9136,-688.426,-21.4491,5.58126,300,0,0,81000,0,0,0,0,0),(1976867,21689,548,1,1,0,0,-101.676,-678.765,-21.4491,0.00492859,300,0,0,81000,0,0,0,0,0),(1976866,21689,548,1,1,0,0,-122.105,-668.116,-21.4491,5.31815,300,0,0,81000,0,0,0,0,0),(1976865,21689,548,1,1,0,0,-150.599,-653.76,-21.4491,0.315159,300,0,0,81000,0,0,0,0,0),(1976864,21689,548,1,1,0,0,-183.344,-641.128,-21.4491,5.11395,300,0,0,81000,0,0,0,0,0),(1976863,21689,548,1,1,0,0,-205.21,-619.305,-21.4491,5.85222,300,0,0,81000,0,0,0,0,0),(1976862,21689,548,1,1,0,0,-212.621,-594.511,-21.4491,4.31285,300,0,0,81000,0,0,0,0,0),(1976861,21689,548,1,1,0,0,-217.964,-565.057,-21.4491,5.68729,300,0,0,81000,0,0,0,0,0),(1976860,21689,548,1,1,0,0,-230.673,-539.595,-21.4491,4.76052,300,0,0,81000,0,0,0,0,0),(1976859,21689,548,1,1,0,0,-244.014,-521.792,-21.4491,6.22135,300,0,0,81000,0,0,0,0,0),(1976858,21689,548,1,1,0,0,-270.384,-506.478,-21.4491,4.78016,300,0,0,81000,0,0,0,0,0),(1976857,21689,548,1,1,0,0,-254.729,-483.352,-21.4491,3.56672,300,0,0,81000,0,0,0,0,0),(1976856,21689,548,1,1,0,0,-218.912,-474.772,-21.5395,4.59559,300,0,0,81000,0,0,0,0,0),(1976855,21689,548,1,1,0,0,-224.122,-439.465,-21.5395,0.142382,300,0,0,81000,0,0,0,0,0),(1976854,21689,548,1,1,0,0,-258.968,-445.696,-21.5395,0.0402799,300,0,0,81000,0,0,0,0,0),(1976853,21689,548,1,1,0,0,214.981,-586.016,-21.4055,4.65057,300,0,0,81000,0,0,0,0,0),(244500,22239,530,1,1,0,0,-3980.7,-11635.6,-139,4.8,600,0,0,550,0,2,0,0,0),(1976841,22057,548,1,1,0,0,76.7481,-1003.65,22.2734,3.81838,300,0,0,30,0,0,0,33554432,0),(1976840,22057,548,1,1,0,0,86.7892,-995.579,21.4576,3.81838,300,0,0,30,0,0,0,33554432,0),(1976839,22057,548,1,1,0,0,98.0218,-983.891,21.6457,3.81838,300,0,0,30,0,0,0,33554432,0),(1976838,22057,548,1,1,0,0,105.334,-978.016,21.0516,4.33675,300,0,0,30,0,0,0,33554432,0),(1976837,22057,548,1,1,0,0,110.907,-963.885,22.9141,4.33675,300,0,0,30,0,0,0,33554432,0),(1976836,22057,548,1,1,0,0,115.17,-953.076,22.1427,4.33675,300,0,0,30,0,0,0,33554432,0),(1976835,22057,548,1,1,0,0,119.022,-943.308,21.4458,4.32497,300,0,0,30,0,0,0,33554432,0),(1976834,22057,548,1,1,0,0,112.9,-887.467,22.4698,5.25566,300,0,0,30,0,0,0,33554432,0),(1976833,22057,548,1,1,0,0,108.018,-872.967,21.658,5.25566,300,0,0,30,0,0,0,33554432,0),(1976832,22057,548,1,1,0,0,99.8573,-865.615,21.9921,5.4638,300,0,0,30,0,0,0,33554432,0),(1976831,22057,548,1,1,0,0,90.2522,-855.334,21.7127,5.4638,300,0,0,30,0,0,0,33554432,0),(1976830,22057,548,1,1,0,0,80.2419,-844.618,21.4215,5.43238,300,0,0,30,0,0,0,33554432,0),(1976829,22057,548,1,1,0,0,-61.9605,-905.143,20.4343,6.06225,300,0,0,30,0,0,0,33554432,0),(1976828,22057,548,1,1,0,0,-59.7429,-894.235,19.922,1.1221,300,0,0,30,0,0,0,33554432,0),(1976827,22057,548,1,1,0,0,-55.5091,-883.074,20.6226,1.1221,300,0,0,30,0,0,0,33554432,0),(1976826,22057,548,1,1,0,0,-9.29933,-837.82,20.6267,0.130934,300,0,0,30,0,0,0,33554432,0),(1976825,22057,548,1,1,0,0,0.944709,-835.516,20.8753,0.221255,300,0,0,30,0,0,0,33554432,0),(1976824,22057,548,1,1,0,0,18.0864,-831.66,21.2914,0.221255,300,0,0,30,0,0,0,33554432,0),(1976823,22057,548,1,1,0,0,29.4914,-829.095,21.5683,0.221255,300,0,0,30,0,0,0,33554432,0),(1976822,22057,548,1,1,0,0,42.7444,-831.226,20.8436,6.00179,300,0,0,30,0,0,0,33554432,0),(1976821,22057,548,1,1,0,0,56.1265,-835.094,21.0031,6.00179,300,0,0,30,0,0,0,33554432,0),(1976820,22057,548,1,1,0,0,69.5759,-838.982,21.1635,6.00179,300,0,0,30,0,0,0,33554432,0),(93890,21224,548,1,1,0,0,320.842,-682.937,-13.1582,5.75847,604800,0,0,100520,48465,0,0,0,0),(93891,21224,548,1,1,0,0,323.797,-763.389,-13.1581,0.722376,604800,0,0,100520,48465,0,0,0,0),(93892,21224,548,1,1,0,0,316.522,-685.735,-13.1581,5.52901,604800,0,0,100520,48465,0,0,0,0),(1976852,21689,548,1,1,0,0,198.36,-552.511,-21.4055,5.72656,300,0,0,81000,0,0,0,0,0),(93895,21226,548,1,1,0,0,326.268,-765.24,-13.1582,0.233202,604800,0,0,100520,48465,0,0,0,0),(93894,21226,548,1,1,0,0,442.843,-756.602,-7.14468,2.71113,604800,0,0,100520,48465,0,0,0,0),(247101,39863,724,15,1,0,0,3156,533.811,72.9882,3.15905,1209600,0,0,15339500,0,0,0,0,0),(247102,40146,724,15,33,0,0,3156.04,533.266,72.9721,0,1209600,0,0,0,0,0,0,0,0),(246114,15075,529,1,1024,0,1,1253.17,793.271,-102.513,0.546443,7200,0,0,1,0,0,0,0,0),(246115,15075,529,1,1024,0,1,1244.86,772.812,-103.564,4.28102,7200,0,0,1,0,0,0,0,0),(246116,15075,529,1,1024,0,1,1234.4,798.281,-101.697,3.05972,7200,0,0,1,0,0,0,0,0),(246117,15075,529,1,1024,0,1,1236.38,816.779,-102.055,1.10015,7200,0,0,1,0,0,0,0,0),(246118,15075,529,1,1024,0,1,1223.17,805.013,-102.299,4.74833,7200,0,0,1,0,0,0,0,0),(246119,15075,529,1,1024,0,1,1218.07,815.83,-101.385,1.61852,7200,0,0,1,0,0,0,0,0),(246120,15075,529,1,1024,0,1,1199.91,802.022,-103.057,4.30065,7200,0,0,1,0,0,0,0,0),(246076,15086,529,1,2,0,1,1184.96,1200.12,-56.3163,0.590913,7200,0,0,1,0,2,0,0,0),(246103,15086,529,1,2,0,1,1160.27,1171.94,-56.2972,4.36568,7200,0,0,1,0,2,0,0,0),(246066,15062,529,1,128,0,1,873.048,1264.44,18.8553,1.39626,7200,0,0,1,0,0,0,0,0),(246065,15062,529,1,128,0,1,815.829,1088.29,9.53132,0.0523599,7200,0,0,1,0,0,0,0,0),(246064,15062,529,1,128,0,1,812.093,1161.07,11.6124,2.3911,7200,0,0,1,0,0,0,0,0),(246062,15062,529,1,128,0,1,838.966,1241.34,16.6564,3.75246,7200,0,0,1,0,0,0,0,0),(246063,15062,529,1,128,0,1,884.481,1176.69,9.99647,4.08407,7200,0,0,1,0,0,0,0,0),(246097,15063,529,1,8,0,1,991.74,1000.92,-42.5199,2.67035,7200,0,0,1,0,0,0,0,0),(246099,15063,529,1,8,0,1,990.042,1014.51,-42.5199,6.16101,7200,0,0,1,0,0,0,0,0),(246032,15063,529,1,8,0,1,969.127,999.597,-43.9439,2.3911,7200,0,0,1,0,0,0,0,0),(246056,15046,529,1,64,0,1,824.328,817.714,-57.6596,2.41433,7200,0,0,1,0,0,0,0,0),(246007,15046,529,1,64,0,1,815.039,829.788,-57.2099,4.46503,7200,0,0,1,0,0,0,0,0),(246006,15046,529,1,64,0,1,843.426,857.73,-57.7743,2.32682,7200,0,0,1,0,0,0,0,0),(246059,15046,529,1,64,0,1,811.468,794.81,-57.8791,1.89343,7200,0,0,1,0,0,0,0,0),(246070,15046,529,1,64,0,1,791.34,822.852,-56.4006,1.8326,7200,0,0,1,0,0,0,0,0),(246031,15045,529,1,32,0,1,840.747,862.045,-57.4567,3.12442,7200,0,0,1,0,0,0,0,0),(246046,620,529,1,96,0,0,795.397,818.588,-56.6588,3.35866,7200,10,0,1,0,1,0,0,0),(246047,620,529,1,96,0,0,812.358,793.577,-57.804,2.48875,7200,10,0,1,0,1,0,0,0),(246049,620,529,1,96,0,0,801.974,838.556,-57.3049,5.89658,7200,10,0,1,0,1,0,0,0),(246041,620,529,1,96,0,0,801.807,851.657,-56.8686,5.60317,7200,10,0,1,0,1,0,0,0),(246043,620,529,1,96,0,0,821.06,864.308,-57.6799,4.89427,7200,10,0,1,0,1,0,0,0),(246045,620,529,1,96,0,0,804.461,823.972,-57.2328,0.448127,7200,10,0,1,0,1,0,0,0),(246040,620,529,1,96,0,0,824.794,801.652,-57.4968,3.19263,7200,10,0,1,0,1,0,0,0),(246039,620,529,1,96,0,0,822.927,815.096,-57.7846,4.28032,7200,10,0,1,0,1,0,0,0),(246037,620,529,1,96,0,0,856.652,834.647,-57.629,5.21532,7200,10,0,1,0,1,0,0,0),(246033,620,529,1,96,0,0,844.669,855.021,-57.8073,2.60927,7200,10,0,1,0,1,0,0,0),(246102,4075,529,1,96,0,0,789.21,816.972,-56.769,2.22112,7200,10,0,1,0,1,0,0,0),(246101,4075,529,1,96,0,0,798.445,837.073,-57.2855,2.09308,7200,10,0,1,0,1,0,0,0),(246069,4075,529,1,96,0,0,810.084,793.092,-57.935,3.19653,7200,10,0,1,0,1,0,0,0),(246068,4075,529,1,96,0,0,812.812,825.538,-57.3038,4.09209,7200,10,0,1,0,1,0,0,0),(246067,4075,529,1,96,0,0,794.687,809.466,-56.8287,5.07813,7200,10,0,1,0,1,0,0,0),(246061,4075,529,1,96,0,0,826.233,817.517,-57.6898,4.08775,7200,10,0,1,0,1,0,0,0),(246060,4075,529,1,96,0,0,823.021,867.812,-57.8348,1.92369,7200,10,0,1,0,1,0,0,0),(246058,4075,529,1,96,0,0,842.101,842.749,-58.172,5.90707,7200,10,0,1,0,1,0,0,0),(246055,4075,529,1,96,0,0,853.354,828.588,-57.5556,0.942478,7200,10,0,1,0,1,0,0,0),(246013,4075,529,1,96,0,0,788.426,853.699,-54.929,3.26885,7200,10,0,1,0,1,0,0,0),(246053,4075,529,1,96,0,0,840.534,867.269,-57.4674,3.69448,7200,10,0,1,0,1,0,0,0),(246054,4075,529,1,96,0,0,811.459,834.375,-57.0549,2.30911,7200,10,0,1,0,1,0,0,0),(246005,4075,529,1,96,0,0,852.355,828.619,-57.616,3.1105,7200,10,0,1,0,1,0,0,0),(246008,4075,529,1,96,0,0,787.455,819.408,-56.4317,2.19518,7200,10,0,1,0,1,0,0,0),(246004,4075,529,1,96,0,0,800.477,833.544,-57.4045,2.05264,7200,10,0,1,0,1,0,0,0),(246003,4075,529,1,96,0,0,840.715,865.271,-57.6067,4.80323,7200,10,0,1,0,1,0,0,0),(246000,4075,529,1,96,0,0,839.569,843.749,-58.1058,4.13643,7200,10,0,1,0,1,0,0,0),(246050,15045,529,1,32,0,1,811.062,794.552,-57.8791,1.8028,7200,0,0,1,0,0,0,0,0),(246042,15045,529,1,32,0,1,821.692,828.749,-57.3741,0.385844,7200,0,0,1,0,0,0,0,0),(246044,15045,529,1,32,0,1,821.206,870.443,-58.1685,2.46793,7200,0,0,1,0,0,0,0,0),(246048,15045,529,1,32,0,1,787.03,821.813,-56.3246,5.05953,7200,0,0,1,0,0,0,0,0),(246038,15045,529,1,32,0,1,797.921,845.7,-56.7286,3.75854,7200,0,0,1,0,0,0,0,0),(246034,15045,529,1,32,0,1,849.541,834.651,-57.7431,3.48526,7200,0,0,1,0,0,0,0,0),(126435,26918,576,3,1,0,0,634.917,-207.815,-15.1531,3.76991,3600,0,0,16724,0,0,0,0,0),(126436,26918,576,3,1,0,0,556.735,-199.446,-23.4018,0.331613,3600,0,0,16724,0,0,0,0,0),(126437,26918,576,3,1,0,0,571.52,-120.983,-26.5417,4.85202,3600,0,0,16724,0,0,0,0,0),(126438,26918,576,3,1,0,0,625.385,-109.864,-15.1531,0.575959,3600,0,0,16724,0,0,0,0,0),(126439,26918,576,3,1,0,0,721.098,-148.022,-28.8962,3.03687,3600,0,0,16724,0,0,0,0,0),(135042,13321,547,3,1,0,0,108.541,-93.6543,-1.49829,5.64158,86400,5,0,1,0,1,0,0,0),(135043,13321,547,3,1,0,0,0.72855,-66.8037,-1.59056,4.96268,86400,5,0,1,0,1,0,0,0),(135044,18206,547,3,1,0,0,7.68906,-10.2118,0.910605,3.15905,86400,0,0,1,0,0,0,0,0),(135045,18206,547,3,1,0,0,9.39124,-11.7804,0.685416,4.62512,86400,0,0,1,0,0,0,0,0),(135046,13321,547,3,1,0,0,-14.8021,-9.44952,-1.45124,2.55228,86400,5,0,1,0,1,0,0,0),(135047,18206,547,3,1,0,0,-26.602,8.73353,1.75265,5.28835,86400,0,0,1,0,0,0,0,0),(135048,18206,547,3,1,0,0,-41.4328,9.40508,1.37165,5.41052,86400,0,0,1,0,0,0,0,0),(135049,18206,547,3,1,0,0,-88.3808,-148.338,24.9473,1.11701,86400,0,0,1,0,0,0,0,0),(135050,18206,547,3,1,0,0,-91.8373,-148.02,24.9473,2.30383,86400,0,0,1,0,0,0,0,0),(135051,18206,547,3,1,0,0,-70.5757,-138.288,1.37165,2.18166,86400,0,0,1,0,0,0,0,0),(135052,18206,547,3,1,0,0,-70.3648,-139.91,1.37165,3.97935,86400,0,0,1,0,0,0,0,0),(135053,13321,547,3,1,0,0,-98.557,-155.841,-2.53708,2.7438,86400,5,0,1,0,1,0,0,0),(135054,18206,547,3,1,0,0,-155.758,-196.114,-3.74756,1.5708,86400,0,0,1,0,0,0,0,0),(135055,18206,547,3,1,0,0,-154.646,-197.792,-3.74756,0.139626,86400,0,0,1,0,0,0,0,0),(135056,13321,547,3,1,0,0,-72.1778,-260.253,-1.32784,5.29639,86400,5,0,1,0,1,0,0,0),(135057,18206,547,3,1,0,0,-141.558,-269.821,1.22901,2.1293,86400,0,0,1,0,0,0,0,0),(135058,18206,547,3,1,0,0,-139.696,-270.764,1.22901,0.523599,86400,0,0,1,0,0,0,0,0),(135059,17963,547,3,1,0,0,-95.5317,-293.335,-1.42634,5.46288,86400,0,0,1,0,0,0,0,0),(135060,18206,547,3,1,0,0,-131.403,-284.41,1.22901,0.366519,86400,0,0,1,0,0,0,0,0),(135061,18206,547,3,1,0,0,-132.83,-283.208,1.22901,0.907571,86400,0,0,1,0,0,0,0,0),(135062,18206,547,3,1,0,0,-95.0168,-267.855,1.46728,5.89921,86400,0,0,1,0,0,0,0,0),(135063,18206,547,3,1,0,0,-39.3192,-248.708,0.658435,3.15905,86400,0,0,1,0,0,0,0,0),(135064,18206,547,3,1,0,0,-36.5463,-247.265,0.347181,5.72468,86400,0,0,1,0,0,0,0,0),(135065,18206,547,3,1,0,0,-96.2024,-266.577,1.46728,1.64061,86400,0,0,1,0,0,0,0,0),(135066,18206,547,3,1,0,0,-89.4019,-297.022,1.22901,0.977384,86400,0,0,1,0,0,0,0,0),(135067,18206,547,3,1,0,0,-91.986,-297.582,1.22901,2.28638,86400,0,0,1,0,0,0,0,0),(135068,2110,547,3,1,0,0,41.2374,-384.438,3.03556,2.86583,86400,5,0,1,0,1,0,0,0),(135069,2110,547,3,1,0,0,-54.9607,-377.698,81.2673,0.985262,86400,5,0,1,0,1,0,0,0),(135070,2110,547,3,1,0,0,-224.641,-358.384,3.03559,1.28196,86400,5,0,1,0,1,0,0,0),(135071,2110,547,3,1,0,0,-264.819,-423.404,3.0336,5.3887,86400,5,0,1,0,1,0,0,0),(135072,18206,547,3,1,0,0,-33.7396,-539.5,30.4304,2.35619,86400,0,0,1,0,0,0,0,0),(135073,18206,547,3,1,0,0,-29.9972,-536.393,1.16364,4.10152,86400,0,0,1,0,0,0,0,0),(135074,18206,547,3,1,0,0,-15.9252,-546.979,1.16365,3.22886,86400,0,0,1,0,0,0,0,0),(135075,18206,547,3,1,0,0,-152.076,-585.827,8.97106,0.366519,86400,0,0,1,0,0,0,0,0),(135076,18206,547,3,1,0,0,-152.959,-588.344,8.97107,5.13127,86400,0,0,1,0,0,0,0,0),(135077,18206,547,3,1,0,0,-163.208,-573.244,13.9979,0.296706,86400,0,0,1,0,0,0,0,0),(135078,18206,547,3,1,0,0,-164.002,-575.651,13.9979,5.09636,86400,0,0,1,0,0,0,0,0),(135079,18206,547,3,1,0,0,-37.7495,-590.563,1.16364,1.53589,86400,0,0,1,0,0,0,0,0),(135080,18206,547,3,1,0,0,-39.8357,-592.474,1.16364,3.07178,86400,0,0,1,0,0,0,0,0),(135081,18206,547,3,1,0,0,-14.0541,-560.051,28.0496,2.82743,86400,0,0,1,0,0,0,0,0),(135082,18206,547,3,1,0,0,-22.2961,-582.496,1.16364,2.46091,86400,0,0,1,0,0,0,0,0),(135083,18206,547,3,1,0,0,-68.6011,-590.748,37.5631,3.63029,86400,0,0,1,0,0,0,0,0),(135084,18206,547,3,1,0,0,-67.35,-588.685,37.5631,1.44862,86400,0,0,1,0,0,0,0,0),(135085,18206,547,3,1,0,0,-14.1655,-566.952,1.16364,4.38078,86400,0,0,1,0,0,0,0,0),(135086,18206,547,3,1,0,0,-16.1508,-565.019,1.16364,3.14159,86400,0,0,1,0,0,0,0,0),(135087,18206,547,3,1,0,0,-176.881,-700.307,40.8833,4.66003,86400,0,0,1,0,0,0,0,0),(135088,13321,547,3,1,0,0,-175.317,-720.527,37.8923,2.82723,86400,5,0,1,0,1,0,0,0),(135089,18206,547,3,1,0,0,-188.237,-694.486,40.8833,5.16617,86400,0,0,1,0,0,0,0,0),(135090,3300,547,3,1,0,0,-106.732,-61.3001,-3.3624,0.147861,86400,5,0,1,0,1,0,0,0),(135091,3300,547,3,1,0,0,-72.2667,-318.775,-1.51233,1.46867,86400,5,0,1,0,1,0,0,0),(135092,3300,547,3,1,0,0,-59.9993,-542.413,-1.59351,1.95226,86400,5,0,1,0,1,0,0,0),(135093,3300,547,3,1,0,0,-92.2591,-682.578,32.757,1.6029,86400,5,0,1,0,1,0,0,0),(135094,17817,547,3,1,0,0,7.25229,-251.289,0.339584,3.36848,86400,5,0,1,0,1,0,0,0),(135095,17817,547,3,1,0,0,15.6784,-233.708,-0.560764,0.308483,86400,5,0,1,0,1,0,0,0),(135096,17816,547,3,1,0,0,20.4225,-245.967,2.03755,0.205488,86400,5,0,1,0,1,0,0,0),(135097,17816,547,3,1,0,0,27.515,-244.352,2.89024,4.87686,86400,5,0,1,0,1,0,0,0),(135098,17817,547,3,1,0,0,35.8611,-254.748,5.74863,5.54163,86400,5,0,1,0,1,0,0,0),(135099,17816,547,3,1,0,0,40.0277,-232.929,-0.291737,5.83153,86400,5,0,1,0,1,0,0,0),(135100,17817,547,3,1,0,0,-203.705,-734.459,35.6812,4.97052,86400,0,0,1,0,0,0,0,0),(135101,17817,547,3,1,0,0,-207.357,-724.697,36.448,5.07027,86400,0,0,1,0,0,0,0,0),(135102,17816,547,3,1,0,0,-206.161,-714.803,37.3086,4.83668,86400,0,0,1,0,0,0,0,0),(135103,17958,547,3,1,0,0,-67.2212,-380.628,79.4773,6.27036,86400,0,0,1,0,0,0,0,0),(135104,17958,547,3,1,0,0,-74.0444,-378.54,78.7216,6.27036,86400,0,0,1,0,0,0,0,0),(76286,28825,602,3,1,0,0,1170.67,-317.358,52.3378,6.26667,7200,5,0,1,0,1,0,0,0),(76287,28825,602,3,1,0,0,1124.12,-317.333,56.8738,3.96968,7200,5,0,1,0,1,0,0,0),(76288,28825,602,3,1,0,0,1137.76,-318.521,56.9925,3.95068,7200,5,0,1,0,1,0,0,0),(76289,28825,602,3,1,0,0,1116.75,-317.081,56.8738,2.21891,7200,5,0,1,0,1,0,0,0),(76290,28825,602,3,1,0,0,1120.52,-325.432,56.8738,4.65494,7200,5,0,1,0,1,0,0,0),(76291,28825,602,3,1,0,0,1123.41,-331.22,56.8738,1.38923,7200,5,0,1,0,1,0,0,0),(76292,28825,602,3,1,0,0,1133.74,-324.277,56.8738,2.71994,7200,5,0,1,0,1,0,0,0),(76293,28825,602,3,1,0,0,1178.84,-328.034,52.3378,2.54861,7200,5,0,1,0,1,0,0,0),(76294,28825,602,3,1,0,0,1189.17,-323.82,52.3378,3.04051,7200,5,0,1,0,1,0,0,0),(76295,28825,602,3,1,0,0,1166.61,-323.993,52.7778,5.97313,7200,5,0,1,0,1,0,0,0),(76296,28826,602,3,1,0,0,1175.96,-253.493,52.3536,4.72899,7200,0,0,1,0,2,0,0,0),(76297,28826,602,3,1,0,0,1183.69,-314.559,52.3378,2.20808,7200,0,0,1,0,2,0,0,0),(76298,28826,602,3,1,0,0,1120.32,-317.801,56.8738,3.32541,7200,8,0,1,0,1,0,0,0),(68279,36657,571,1,1,0,0,5630.03,2082.91,798.138,0,120,0,0,1,0,0,0,0,0),(68280,36642,571,1,1,0,0,5630.37,2087.88,798.138,6.21337,120,0,0,1,0,0,0,0,0),(68281,36657,571,1,1,0,0,5631.04,2092.56,798.138,6.14356,120,0,0,1,0,0,0,0,0),(76303,25334,571,1,1,0,0,2777.03,6745.71,7.89912,4.29351,120,0,0,44910,15775,0,0,0,0),(76304,25334,571,1,1,0,0,2807.21,6730.92,7.84167,4.43314,120,0,0,44910,15775,0,0,0,0),(68282,31105,619,3,173,0,0,520.706,-352.902,47.9224,2.23402,7200,0,0,1,0,0,0,0,0),(68283,31104,619,3,1,0,0,454.153,-1024.99,30.4352,5.21853,7200,5,0,1,0,1,0,0,0),(68284,31104,619,3,1,0,0,460.032,-1034.93,30.3338,1.97222,7200,5,0,1,0,1,0,0,0),(76305,23040,530,1,1,0,0,3261.86,4625.63,216.751,0.680678,120,0,0,1,0,0,0,0,0),(76306,23040,530,1,1,0,0,3257.33,4653.79,216.73,5.75959,120,0,0,1,0,0,0,0,0),(76307,23040,530,1,1,0,0,3304.42,4643.83,217.281,3.28122,120,0,0,1,0,0,0,0,0),(76308,23040,530,1,1,0,0,3279.39,4664.33,216.778,4.76475,120,0,0,1,0,0,0,0,0),(76309,23040,530,1,1,0,0,3292.61,4619.95,217.272,2.1293,120,0,0,1,0,0,0,0,0),(76310,23081,530,1,1,0,0,3279.73,4640.09,216.526,4.08274,120,0,0,1,0,0,0,0,0),(143068,23308,530,1,1,0,0,-4908.3,693.323,68.3041,2.40855,120,0,0,1,0,0,0,0,0),(143069,23308,530,1,1,0,0,-4896.18,713.586,67.8703,2.82743,120,0,0,1,0,0,0,0,0),(143070,23308,530,1,1,0,0,-4983.29,621.239,82.1083,0.418879,120,0,0,1,0,0,0,0,0),(143071,23308,530,1,1,0,0,-4996.27,636.365,86.291,3.01942,120,0,0,1,0,0,0,0,0),(143072,23308,530,1,1,0,0,-5016.05,648.344,86.9555,3.82227,120,0,0,1,0,0,0,0,0),(143073,23308,530,1,1,0,0,-4978.72,717.504,82.5494,5.34071,120,0,0,1,0,0,0,0,0),(143074,23308,530,1,1,0,0,-4989.1,732.964,81.772,5.61996,120,0,0,1,0,0,0,0,0),(143075,23308,530,1,1,0,0,-5044.64,693.028,83.7497,0.523599,120,0,0,1,0,0,0,0,0),(143076,23308,530,1,1,0,0,-4942.71,706.844,79.9607,4.24115,120,0,0,1,0,0,0,0,0),(143077,23308,530,1,1,0,0,-5006.1,711.012,82.39,3.10669,120,0,0,1,0,0,0,0,0),(143078,23308,530,1,1,0,0,-4953.56,785.423,65.5976,4.72984,120,0,0,1,0,0,0,0,0),(143079,23308,530,1,1,0,0,-5025.28,697.331,82.7356,1.97222,120,0,0,1,0,0,0,0,0),(143080,23308,530,1,1,0,0,-4924.71,690.315,67.6349,5.07891,120,0,0,1,0,0,0,0,0),(143081,23308,530,1,1,0,0,-4905.92,742.516,68.571,1.22173,120,0,0,1,0,0,0,0,0),(143082,23308,530,1,1,0,0,-5052.51,628.318,87.4293,3.71755,120,0,0,1,0,0,0,0,0),(143083,23308,530,1,1,0,0,-5067.49,688.679,86.8593,5.89921,120,0,0,1,0,0,0,0,0),(143084,23308,530,1,1,0,0,-4983.4,512.557,83.9359,3.97935,120,0,0,1,0,0,0,0,0),(143085,23308,530,1,1,0,0,-4968.31,520.011,80.4233,3.61283,120,0,0,1,0,0,0,0,0),(143086,23308,530,1,1,0,0,-4937.22,518.883,75.1999,2.61799,120,0,0,1,0,0,0,0,0),(143087,23308,530,1,1,0,0,-4890.04,527.182,54.8182,2.61799,120,0,0,1,0,0,0,0,0),(143088,23308,530,1,1,0,0,-4891.44,499.896,65.8875,0.314159,120,0,0,1,0,0,0,0,0),(143089,23308,530,1,1,0,0,-4979.63,570.692,80.2291,1.309,120,0,0,1,0,0,0,0,0),(143090,23308,530,1,1,0,0,-4892.87,546.203,44.1591,2.70526,120,0,0,1,0,0,0,0,0),(143091,23308,530,1,1,0,0,-4867.34,538.803,44.5838,1.98968,120,0,0,1,0,0,0,0,0),(143092,23308,530,1,1,0,0,-4876.24,457.182,67.0872,0.837758,120,0,0,1,0,0,0,0,0),(143093,23308,530,1,1,0,0,-4840.59,453.303,55.7324,3.29867,120,0,0,1,0,0,0,0,0),(143094,23308,530,1,1,0,0,-4891.82,415.481,66.3935,5.55015,120,0,0,1,0,0,0,0,0),(143095,23308,530,1,1,0,0,-4917,406.526,80.9964,5.0091,120,0,0,1,0,0,0,0,0),(143096,23308,530,1,1,0,0,-4915.45,264.369,58.8809,4.74729,120,0,0,1,0,0,0,0,0),(143097,23308,530,1,1,0,0,-4975.81,389.816,86.5216,1.25664,120,0,0,1,0,0,0,0,0),(143098,23308,530,1,1,0,0,-4967.23,321.069,83.2042,0.506145,120,0,0,1,0,0,0,0,0),(143099,23308,530,1,1,0,0,-4933.4,362.509,86.5189,4.92183,120,0,0,1,0,0,0,0,0),(143100,23308,530,1,1,0,0,-4918.09,365.637,78.9517,1.23918,120,0,0,1,0,0,0,0,0),(143101,23308,530,1,1,0,0,-4879.88,285.075,61.3674,4.27606,120,0,0,1,0,0,0,0,0),(143102,23308,530,1,1,0,0,-4873.12,293.972,59.861,4.36332,120,0,0,1,0,0,0,0,0),(143103,23308,530,1,1,0,0,-4942.39,406.8,83.6211,4.60767,120,0,0,1,0,0,0,0,0),(143104,23308,530,1,1,0,0,-4974.75,265.183,83.1478,3.71755,120,0,0,1,0,0,0,0,0),(143105,23308,530,1,1,0,0,-4938.75,255.784,74.299,2.75762,120,0,0,1,0,0,0,0,0),(143106,23308,530,1,1,0,0,-4889.05,176.198,38.7179,4.72984,120,0,0,1,0,0,0,0,0),(143107,23308,530,1,1,0,0,-4928.2,255.816,70.3993,6.17846,120,0,0,1,0,0,0,0,0),(143108,23308,530,1,1,0,0,-4931.2,204.999,67.3684,0.261799,120,0,0,1,0,0,0,0,0),(143109,23308,530,1,1,0,0,-4884.36,184.624,39.3838,3.83972,120,0,0,1,0,0,0,0,0),(143110,23308,530,1,1,0,0,-4932.66,148.924,61.4739,3.89208,120,0,0,1,0,0,0,0,0),(143111,23308,530,1,1,0,0,-5014.48,185.911,82.5331,2.89725,120,0,0,1,0,0,0,0,0),(143112,23308,530,1,1,0,0,-5003.24,221.865,82.2104,0.750492,120,0,0,1,0,0,0,0,0),(143113,23308,530,1,1,0,0,-5008.96,149.153,79.2794,6.0912,120,0,0,1,0,0,0,0,0),(143114,23308,530,1,1,0,0,-4995.53,242.392,80.9388,1.36136,120,0,0,1,0,0,0,0,0),(143115,23308,530,1,1,0,0,-4984.79,149.591,81.9771,3.61283,120,0,0,1,0,0,0,0,0),(143116,23308,530,1,1,0,0,-4971.14,221.004,80.2461,1.25664,120,0,0,1,0,0,0,0,0),(143117,23308,530,1,1,0,0,-4990.53,183.552,82.9038,1.23918,120,0,0,1,0,0,0,0,0),(143118,23308,530,1,1,0,0,-4997.02,307.788,83.6982,1.5708,120,0,0,1,0,0,0,0,0),(143119,23308,530,1,1,0,0,-5017.3,127.429,78.7257,1.22173,120,0,0,1,0,0,0,0,0),(143120,23308,530,1,1,0,0,-4964.59,122.524,72.2375,3.00197,120,0,0,1,0,0,0,0,0),(143121,23308,530,1,1,0,0,-4975.98,124.553,78.9358,4.72984,120,0,0,1,0,0,0,0,0),(143122,23308,530,1,1,0,0,-4940.29,135.188,60.0643,4.69494,120,0,0,1,0,0,0,0,0),(143123,23308,530,1,1,0,0,-4981.2,72.686,69.8735,1.6057,120,0,0,1,0,0,0,0,0),(143124,23308,530,1,1,0,0,-4969.75,83.7025,65.0347,0.401426,120,0,0,1,0,0,0,0,0),(143125,23308,530,1,1,0,0,-4939.7,-12.0531,59.291,5.25344,120,0,0,1,0,0,0,0,0),(143126,23308,530,1,1,0,0,-5035.42,-5.43273,79.1998,0.802851,120,0,0,1,0,0,0,0,0),(143127,23308,530,1,1,0,0,-5051.71,6.35742,79.3174,3.97935,120,0,0,1,0,0,0,0,0),(143128,23308,530,1,1,0,0,-4979,-61.1923,61.5814,3.61283,120,0,0,1,0,0,0,0,0),(143129,23308,530,1,1,0,0,-4973.25,-45.6374,64.7757,2.86234,120,0,0,1,0,0,0,0,0),(143130,23308,530,1,1,0,0,-4960.07,-29.7812,64.1563,2.63545,120,0,0,1,0,0,0,0,0),(143131,23308,530,1,1,0,0,-4967.13,-96.594,47.676,0.488692,120,0,0,1,0,0,0,0,0),(143132,23308,530,1,1,0,0,-5048.99,-73.9331,69.9559,0.977384,120,0,0,1,0,0,0,0,0),(143133,23308,530,1,1,0,0,-5041.51,-64.2035,73.2381,1.76278,120,0,0,1,0,0,0,0,0),(143134,23308,530,1,1,0,0,-5063.87,-93.0807,66.9909,0.837758,120,0,0,1,0,0,0,0,0),(143135,23308,530,1,1,0,0,-5083.5,-102.566,68.2265,0.0523599,120,0,0,1,0,0,0,0,0),(143136,23308,530,1,1,0,0,-5108.66,-99.0442,70.5771,4.99164,120,0,0,1,0,0,0,0,0),(143137,23308,530,1,1,0,0,-5119.43,-88.9385,72.7351,5.67232,120,0,0,1,0,0,0,0,0),(143138,23308,530,1,1,0,0,-5143.61,-81.9883,72.9962,1.39626,120,0,0,1,0,0,0,0,0),(143139,23308,530,1,1,0,0,-5179.47,-155.426,47.3366,4.83456,120,0,0,1,0,0,0,0,0),(143140,23308,530,1,1,0,0,-5165.68,-40.9634,75.4194,4.95674,120,0,0,1,0,0,0,0,0),(143141,23308,530,1,1,0,0,-5206.37,-107.909,67.1251,1.78024,120,0,0,1,0,0,0,0,0),(143142,23308,530,1,1,0,0,-5218.77,-95.0735,55.7005,0.383972,120,0,0,1,0,0,0,0,0),(143143,23308,530,1,1,0,0,-5171.43,-31.3029,77.3464,5.16617,120,0,0,1,0,0,0,0,0),(143144,23308,530,1,1,0,0,-5173.66,-7.45627,77.664,0.715585,120,0,0,1,0,0,0,0,0),(143145,23308,530,1,1,0,0,-5237.75,34.4217,51.4238,1.72788,120,0,0,1,0,0,0,0,0),(143146,23308,530,1,1,0,0,-5146.23,22.6622,77.82,1.78024,120,0,0,1,0,0,0,0,0),(143147,23308,530,1,1,0,0,-5162.38,8.38325,77.7423,5.44543,120,0,0,1,0,0,0,0,0),(143148,23308,530,1,1,0,0,-5109.18,30.775,79.5351,4.5204,120,0,0,1,0,0,0,0,0),(143149,23308,530,1,1,0,0,-5240.28,46.9221,52.1167,3.35103,120,0,0,1,0,0,0,0,0),(143150,23308,530,1,1,0,0,-5105.19,65.5623,81.2671,5.39307,120,0,0,1,0,0,0,0,0),(143151,23308,530,1,1,0,0,-5088.72,26.1228,79.8144,0.645772,120,0,0,1,0,0,0,0,0),(143152,23308,530,1,1,0,0,-5151.45,67.026,80.2701,3.76991,120,0,0,1,0,0,0,0,0),(40509,30474,571,1,256,0,0,7942.61,-2723.29,1138,6.09394,60,0,0,63000,19970,0,0,0,0),(71998,9541,230,1,1,0,1,876.961,-151.796,-49.7591,0.499513,300,0,0,7359,0,0,0,0,0),(71999,9541,230,1,1,0,1,876.535,-154.334,-49.7586,0.339292,300,0,0,7359,0,0,0,0,0),(72000,9537,230,1,1,0,1,878.121,-153.074,-49.76,0.527783,300,0,0,13070,0,0,0,0,0),(72776,23108,530,1,1,0,0,-493.09,7448.85,178.608,4.83718,120,5,0,1,0,1,0,0,0),(72777,23107,530,1,1,0,0,-475.565,7463.81,181.969,1.4965,120,5,0,1,0,1,0,0,0),(72778,23106,530,1,1,0,0,-511.772,7500.89,183.117,5.09636,120,0,0,1,0,0,0,0,0),(1975961,31648,571,1,1,0,0,7628.78,2056.04,600.261,4.82234,300,0,0,42,0,0,0,0,0),(78210,32526,571,1,1,0,0,7626.84,2069.71,600.26,2.85573,300,0,0,1,0,0,0,0,0),(78211,32525,571,1,1,0,0,7622.21,2071.61,600.26,2.01916,300,0,0,1,0,0,0,0,0),(1977169,31839,571,1,1,0,0,7884.2,2057.69,600.26,3.1196,300,0,0,12600,0,0,0,0,0),(78213,32529,571,1,1,0,0,7888.79,2066.53,600.26,0.333032,300,0,0,1,0,0,0,0,0),(78214,32528,571,1,1,0,0,7893.77,2067.97,600.26,1.02339,300,0,0,1,0,0,0,0,0),(1976227,24277,571,1,1,0,0,2725.23,-3046.39,99.6441,1.31682,300,0,0,13937,0,0,0,0,0),(77840,22341,530,1,1,0,0,-1442.52,9847.01,200.671,6.02139,300,0,0,1,0,0,0,0,0),(77841,22341,530,1,1,0,0,-1455.1,9854.96,200.725,2.51327,300,0,0,1,0,0,0,0,0),(77842,22342,530,1,1,0,0,-1452.34,9837.59,200.622,1.81514,300,0,0,1,0,0,0,0,0),(78634,16904,530,1,1,0,0,-1157.93,2530.1,50.0946,4.86947,120,0,0,1,0,0,0,0,0),(78635,16904,530,1,1,0,0,-1169.86,2523.52,51.3683,4.90438,120,0,0,1,0,0,0,0,0),(78636,16904,530,1,1,0,0,-1181.17,2518.09,52.1998,4.93928,120,0,0,1,0,0,0,0,0),(78637,16904,530,1,1,0,0,-1204.25,2513.91,50.6247,4.99164,120,0,0,1,0,0,0,0,0),(78638,16904,530,1,1,0,0,-1214.58,2514.44,48.68,5.02655,120,0,0,1,0,0,0,0,0),(78639,16904,530,1,1,0,0,-1226.81,2517.43,45.6957,5.06145,120,0,0,1,0,0,0,0,0),(78640,16904,530,1,1,0,0,-1240.97,2518.02,42.8905,5.09636,120,0,0,1,0,0,0,0,0),(78641,16904,530,1,1,0,0,-1242.19,2666.12,5.16697,0.851782,120,5,0,1,0,1,0,0,0),(45136,16906,530,1,1,0,0,-1245.85,2530.15,39.8954,0.325707,120,0,0,1,0,2,0,0,0),(45215,28355,0,1,1,0,0,-8670.6,427.464,100.992,0.959931,120,0,0,1,0,0,0,0,0),(45216,28347,0,1,1,0,0,-8672.78,430.892,100.992,0.663225,120,0,0,1,0,0,0,0,0),(143207,23929,571,1,1,0,0,2450,-6250.84,-23.5807,5.0633,120,5,0,1,0,1,0,0,0),(143208,23929,571,1,1,0,0,2309.37,-6179.75,-1.2286,4.35545,120,5,0,1,0,1,0,0,0),(143209,23929,571,1,1,0,0,2275.88,-6190.43,-3.25158,4.12133,120,5,0,1,0,1,0,0,0),(143210,23929,571,1,1,0,0,2145.8,-6215.91,-7.7219,3.83821,120,5,0,1,0,1,0,0,0),(143211,23929,571,1,1,0,0,2120.03,-6220.33,-5.7332,5.31485,120,5,0,1,0,1,0,0,0),(143212,23929,571,1,1,0,0,2184.75,-6251.81,-16.2896,5.52749,120,5,0,1,0,1,0,0,0),(143213,23929,571,1,1,0,0,1854.28,-6285.03,-2.87107,0.0351761,120,5,0,1,0,1,0,0,0),(143214,23929,571,1,1,0,0,1380.87,-6553.34,-46.0397,3.75887,120,5,0,1,0,1,0,0,0),(143215,23929,571,1,1,0,0,1178.16,-6519.18,-92.6671,3.49053,120,5,0,1,0,1,0,0,0),(143216,23929,571,1,1,0,0,1127.72,-6511.93,-94.9859,4.03204,120,5,0,1,0,1,0,0,0),(143217,23929,571,1,1,0,0,1084.16,-6485.23,-108.969,0.212526,120,5,0,1,0,1,0,0,0),(143218,23929,571,1,1,0,0,1921.83,-6288.6,-31.8866,2.20375,120,5,0,1,0,1,0,0,0),(143219,23929,571,1,1,0,0,1874.23,-6321.7,-14.4408,3.35624,120,5,0,1,0,1,0,0,0),(143220,25284,571,1,1,0,0,2978.1,6172.02,60.9706,5.32325,20,0,0,1,0,0,0,0,0),(143221,25284,571,1,1,0,0,2945.24,6246.11,60.975,6.16101,20,0,0,1,0,0,0,0,0),(143222,25284,571,1,1,0,0,2957.58,6227.22,60.7323,3.94444,20,0,0,1,0,0,0,0,0),(143223,25284,571,1,1,0,0,2926.58,6281.96,62.1978,0.802851,20,0,0,1,0,0,0,0,0),(143224,25284,571,1,1,0,0,2887.59,6237.46,77.7758,3.85718,20,0,0,1,0,0,0,0,0),(143225,25284,571,1,1,0,0,2867.71,6267.31,61.747,4.99164,20,0,0,1,0,0,0,0,0),(143226,25284,571,1,1,0,0,2854.76,6246.98,77.7758,3.35103,20,0,0,1,0,0,0,0,0),(143227,25284,571,1,1,0,0,2905.47,6216.61,61.5561,5.3058,20,0,0,1,0,0,0,0,0),(143228,25284,571,1,1,0,0,2928.38,6185.37,62.5468,1.91986,20,0,0,1,0,0,0,0,0),(143229,25284,571,1,1,0,0,2894.52,6226.45,77.7758,3.64774,20,0,0,1,0,0,0,0,0),(143230,25284,571,1,1,0,0,2887.59,6237.46,77.7758,3.85718,20,0,0,1,0,0,0,0,0),(143231,25284,571,1,1,0,0,2854.76,6246.98,77.7758,3.35103,20,0,0,1,0,0,0,0,0),(143232,25284,571,1,1,0,0,2905.47,6216.61,61.5561,5.3058,20,0,0,1,0,0,0,0,0),(143233,25284,571,1,1,0,0,2902.44,6158.43,78.5022,2.96706,20,0,0,1,0,0,0,0,0),(143234,25284,571,1,1,0,0,2895.37,6293.76,61.6635,4.24115,20,0,0,1,0,0,0,0,0),(143235,25284,571,1,1,0,0,2934.04,6166.06,62.0291,2.00713,20,0,0,1,0,0,0,0,0),(143236,25284,571,1,1,0,0,2819.93,6311.56,62.5366,4.69494,20,0,0,1,0,0,0,0,0),(143237,25284,571,1,1,0,0,2921.87,6135.71,78.5082,5.16617,20,0,0,1,0,0,0,0,0),(143238,25284,571,1,1,0,0,2754.33,6240.9,77.7758,3.1765,20,0,0,1,0,0,0,0,0),(143239,25284,571,1,1,0,0,2704.21,6040.9,30.7446,5.77704,20,0,0,1,0,0,0,0,0),(143240,25284,571,1,1,0,0,2722.75,6031.68,30.6742,2.18166,20,0,0,1,0,0,0,0,0),(143241,25284,571,1,1,0,0,2685.12,6131.61,40.0764,2.53073,20,0,0,1,0,0,0,0,0),(143242,25284,571,1,1,0,0,2689.42,6110.31,40.1811,2.19912,20,0,0,1,0,0,0,0,0),(143243,25284,571,1,1,0,0,2680.27,6147.35,40.3715,5.60251,20,0,0,1,0,0,0,0,0),(143244,25284,571,1,1,0,0,2721.42,6008.34,32.7563,3.80482,20,0,0,1,0,0,0,0,0),(143245,25284,571,1,1,0,0,2650.33,6111.8,38.2883,3.00197,20,0,0,1,0,0,0,0,0),(143246,25284,571,1,1,0,0,2689.25,6194.8,54.0332,3.49066,20,0,0,1,0,0,0,0,0),(143247,25284,571,1,1,0,0,2669.27,6179.79,39.3598,5.65487,20,0,0,1,0,0,0,0,0),(143248,25284,571,1,1,0,0,2656.43,6220.2,38.5179,1.76278,20,0,0,1,0,0,0,0,0),(143249,25284,571,1,1,0,0,2567.77,6109.05,54.6977,3.76991,20,0,0,1,0,0,0,0,0),(143250,25284,571,1,1,0,0,2641.34,6031.71,54.2912,3.26377,20,0,0,1,0,0,0,0,0),(143251,25284,571,1,1,0,0,2625.26,6095.54,54.0161,5.23599,20,0,0,1,0,0,0,0,0),(143252,25284,571,1,1,0,0,2585.7,6190.79,39.1659,3.90954,20,0,0,1,0,0,0,0,0),(143253,25284,571,1,1,0,0,2615.04,6115.13,45.4237,2.49582,20,0,0,1,0,0,0,0,0),(143254,25284,571,1,1,0,0,2634.75,6034.53,54.0479,3.07178,20,0,0,1,0,0,0,0,0),(143255,25284,571,1,1,0,0,2700.17,6236.87,39.5734,6.12611,20,0,0,1,0,0,0,0,0),(143256,25284,571,1,1,0,0,2660.3,6237.82,38.3345,3.90954,20,0,0,1,0,0,0,0,0),(143257,25284,571,1,1,0,0,2671.28,6169.58,39.5054,5.51524,20,0,0,1,0,0,0,0,0),(143258,25284,571,1,1,0,0,2717.3,6294.58,61.7433,1.3439,20,0,0,1,0,0,0,0,0),(143259,25284,571,1,1,0,0,2673.98,6268.22,39.8142,2.63545,20,0,0,1,0,0,0,0,0),(143260,25284,571,1,1,0,0,2629.93,6118.81,38.2883,2.42601,20,0,0,1,0,0,0,0,0),(143261,25284,571,1,1,0,0,2627.62,6052.65,54.0331,6.21337,20,0,0,1,0,0,0,0,0),(143262,25284,571,1,1,0,0,2590.95,6064.32,53.932,0.994838,20,0,0,1,0,0,0,0,0),(143263,25284,571,1,1,0,0,2650.33,6111.8,38.2883,3.00197,20,0,0,1,0,0,0,0,0),(143264,25284,571,1,1,0,0,2669.27,6179.79,39.3598,5.65487,20,0,0,1,0,0,0,0,0),(143265,25284,571,1,1,0,0,2637.65,6217.15,40.1605,2.19912,20,0,0,1,0,0,0,0,0),(143266,25284,571,1,1,0,0,2677.92,6199.64,39.8142,2.51327,20,0,0,1,0,0,0,0,0),(143267,25284,571,1,1,0,0,2708.72,6270.94,47.0079,3.22886,20,0,0,1,0,0,0,0,0),(143268,25284,571,1,1,0,0,2685.12,6131.61,40.0764,2.53073,20,0,0,1,0,0,0,0,0),(143269,25284,571,1,1,0,0,2680.27,6147.35,40.3715,5.60251,20,0,0,1,0,0,0,0,0),(143270,25284,571,1,1,0,0,2990.11,6142.67,61.5929,1.27409,20,0,0,1,0,0,0,0,0),(143271,25284,571,1,1,0,0,2673.98,6268.22,39.8142,2.63545,20,0,0,1,0,0,0,0,0),(143272,25284,571,1,1,0,0,2700.17,6236.87,39.5734,6.12611,20,0,0,1,0,0,0,0,0),(143273,25284,571,1,1,0,0,2641.34,6031.71,54.2912,3.26377,20,0,0,1,0,0,0,0,0),(143274,25284,571,1,1,0,0,2979.68,6128.44,62.3862,2.84489,20,0,0,1,0,0,0,0,0),(127313,27806,1,1,1,24979,1,1475.8,-4210.23,43.2693,4.01426,120,0,0,2215,0,0,0,0,0),(127314,27810,0,1,1,24980,1,-4845.95,-861.944,501.997,4.4855,120,0,0,2215,0,0,0,0,0),(127315,27810,1,1,1,24980,1,1475.8,-4210.23,43.2693,4.01426,120,0,0,2215,0,0,0,0,0),(127316,27811,0,1,1,24981,1,-4845.95,-861.944,501.997,4.4855,120,0,0,2215,0,0,0,0,0),(127317,27811,1,1,1,24981,1,1475.8,-4210.23,43.2693,4.01426,120,0,0,2215,0,0,0,0,0),(127318,27812,0,1,1,24982,1,-4845.95,-861.944,501.997,4.4855,120,0,0,2215,0,0,0,0,0),(127319,27812,1,1,1,24982,1,1475.8,-4210.23,43.2693,4.01426,120,0,0,2215,0,0,0,0,0),(127320,27813,0,1,1,24983,1,-4845.95,-861.944,501.997,4.4855,120,0,0,2215,0,0,0,0,0),(127321,27813,1,1,1,24983,1,1475.8,-4210.23,43.2693,4.01426,120,0,0,2215,0,0,0,0,0),(127322,27814,0,1,1,24984,1,-4845.95,-861.944,501.997,4.4855,120,0,0,2215,0,0,0,0,0),(127323,27814,1,1,1,24984,1,1475.8,-4210.23,43.2693,4.01426,120,0,0,2215,0,0,0,0,0),(127324,27815,0,1,1,24985,1,-4845.95,-861.944,501.997,4.4855,120,0,0,2215,0,0,0,0,0),(127325,27815,1,1,1,24985,1,1475.8,-4210.23,43.2693,4.01426,120,0,0,2215,0,0,0,0,0),(127326,27816,0,1,1,24986,1,-4845.95,-861.944,501.997,4.4855,120,0,0,2215,0,0,0,0,0),(127327,27816,1,1,1,24986,1,1475.8,-4210.23,43.2693,4.01426,120,0,0,2215,0,0,0,0,0),(127328,27817,0,1,1,24987,1,-4845.95,-861.944,501.997,4.4855,120,0,0,2215,0,0,0,0,0),(127329,27817,1,1,1,24987,1,1475.8,-4210.23,43.2693,4.01426,120,0,0,2215,0,0,0,0,0),(127330,27818,0,1,1,24988,1,-4845.95,-861.944,501.997,4.4855,120,0,0,2215,0,0,0,0,0),(127331,27818,1,1,1,24988,1,1475.8,-4210.23,43.2693,4.01426,120,0,0,2215,0,0,0,0,0),(127332,27819,0,1,1,24989,1,-4845.95,-861.944,501.997,4.4855,120,0,0,2215,0,0,0,0,0),(127333,27819,1,1,1,24989,1,1475.8,-4210.23,43.2693,4.01426,120,0,0,2215,0,0,0,0,0),(127334,27820,0,1,1,24990,1,-4845.95,-861.944,501.997,4.4855,120,0,0,2215,0,0,0,0,0),(127335,27820,1,1,1,24990,1,1475.8,-4210.23,43.2693,4.01426,120,0,0,2215,0,0,0,0,0),(240014,27478,0,1,1,0,1,-4847.09,-866.293,501.923,1.67552,600,0,0,2215,0,0,0,0,0),(74528,28332,571,1,1,0,0,5711.06,645.764,672.082,0,120,0,0,1,0,0,0,0,0),(74529,28332,571,1,1,0,0,5713.23,646.632,653.144,0,120,0,0,1,0,0,0,0,0),(74530,28332,571,1,1,0,0,5713.02,648.027,657.159,0,120,0,0,1,0,0,0,0,0),(74531,28332,571,1,1,0,0,5710.7,648.617,656.536,0,120,0,0,1,0,0,0,0,0),(74532,28332,571,1,1,0,0,5711.03,645.71,653.777,0,120,0,0,1,0,0,0,0,0),(74533,28332,571,1,1,0,0,5712.54,644.603,656.47,0,120,0,0,1,0,0,0,0,0),(74534,28332,571,1,1,0,0,5709.35,644.943,655.873,0,120,0,0,1,0,0,0,0,0),(74535,28332,571,1,1,0,0,5711.69,645.936,737.187,0,120,0,0,1,0,0,0,0,0),(74536,28332,571,1,1,0,0,5711.45,646.144,761.046,0,120,0,0,1,0,0,0,0,0),(74537,28332,571,1,1,0,0,5711.72,645.971,796.194,0,120,0,0,1,0,0,0,0,0),(74538,28332,571,1,1,0,0,5711.65,645.847,856.762,0,120,0,0,1,0,0,0,0,0),(1975897,28107,571,1,1,0,0,5040.47,5502.82,-88.4046,1.53287,600,0,0,117700,3809,0,0,0,0),(240234,35254,571,1,65535,0,0,5829.42,754.776,640.729,5.14164,300,0,0,8508,7981,0,0,0,0),(244820,32836,530,1,1,0,1,-4135.56,-12467.1,44.5745,3.51945,600,0,0,247,0,0,0,0,0),(240785,32820,0,1,1,0,0,-9770.83,279.166,43.1248,0.1198,600,20,0,2,0,1,0,0,0),(244819,32836,0,1,1,0,1,-9460.17,26.0472,56.3399,5.44596,600,0,0,247,0,0,0,0,0),(244818,32836,0,1,1,0,1,-5604.8,-527.253,399.659,2.43902,600,0,0,247,0,0,0,0,0),(244817,32799,1,1,1,0,0,9759.88,904.593,1295.52,2.9768,120,0,0,34032,31924,0,0,0,0),(240315,19172,0,1,1,0,0,-4826.78,-1175.89,502.193,2.45358,300,0,0,42,0,0,0,0,0),(240316,19172,0,1,1,0,0,-4829.02,-1174.75,502.193,0.724139,300,0,0,42,0,0,0,0,0),(240317,19173,1,1,1,0,0,9923.44,2496.95,1317.49,2.28359,300,0,0,42,0,0,0,0,0),(240318,19173,1,1,1,0,0,9921.56,2499.58,1317.77,5.61996,300,0,0,42,0,0,0,0,0),(240319,19178,0,1,1,0,0,1626.7,222.7,-43.1027,1.01229,300,0,0,42,0,0,0,0,0),(240320,19178,0,1,1,0,0,1629.95,219.238,-43.1027,1.91079,300,0,0,42,0,0,0,0,0),(244816,32799,530,1,1,0,0,-4173.09,-12416.3,41.9509,1.42244,120,0,0,34032,31924,0,0,0,0),(244815,32799,0,1,1,0,0,-9474.49,87.242,56.7402,2.98374,120,0,0,34032,31924,0,0,0,0),(240784,32820,0,1,1,0,0,-9890,338.467,36.649,2.758,600,20,0,2,0,1,0,0,0),(240783,32820,0,1,1,0,0,-9890,-1332,32.508,3.66,600,20,0,2,0,1,0,0,0),(240782,32820,0,1,1,0,0,-9891,-291,34.098,3.514,600,20,0,2,0,1,0,0,0),(244814,32799,0,1,1,0,0,-5607.53,-511.287,402.237,1.0253,120,0,0,34032,31924,0,0,0,0),(244812,32837,1,1,1,0,1,-2250.52,-291.15,-9.42481,3.87226,600,0,0,247,0,0,0,0,0),(244813,32837,530,1,1,0,1,9525.96,-6878.95,18.7502,4.97768,600,0,0,247,0,0,0,0,0),(143416,37878,571,1,1,0,0,4798.44,-562.903,161.474,1.46608,120,0,0,1,0,0,0,0,0),(143415,37878,571,1,1,0,0,4789.62,-579.436,161.021,4.5204,120,0,0,1,0,0,0,0,0),(143414,37878,571,1,1,0,0,4782.33,-572.712,161.868,5.58505,120,0,0,1,0,0,0,0,0),(143413,37878,571,1,1,0,0,4778.96,-567.793,162.041,3.64774,120,0,0,1,0,0,0,0,0),(143412,37878,571,1,1,0,0,4802.32,-553.865,163.156,4.86947,120,0,0,1,0,0,0,0,0),(143411,37878,571,1,1,0,0,4779.23,-587.154,162.122,4.53786,120,0,0,1,0,0,0,0,0),(1970817,28167,595,3,1,0,0,2340.44,1190.88,130.928,4.11898,300,0,0,609,0,0,0,0,0),(74509,20872,530,1,1,0,0,-3335.89,2133.7,-2.183,2.51327,120,0,0,1,0,0,0,0,0),(74510,20872,530,1,1,0,0,-3335.6,2151.81,-1.21133,3.00197,120,0,0,1,0,0,0,0,0),(74511,20872,530,1,1,0,0,-3341.74,2168.39,2.22799,3.9968,120,0,0,1,0,0,0,0,0),(49141,30399,571,1,1,0,0,8703.81,-714.044,934.976,2.32129,120,0,0,1,0,0,0,0,0),(88767,37967,571,1,256,0,0,5683.01,2145.11,798.145,1.18682,120,0,0,1,0,0,0,0,0),(88768,37967,571,1,256,0,0,5691.88,2090.5,798.138,2.18166,120,0,0,1,0,0,0,0,0),(88769,37967,571,1,256,0,0,5699.5,2143.68,798.143,1.71042,120,0,0,1,0,0,0,0,0),(88777,37967,571,1,1,0,0,5683.06,2305.81,798.126,1.83689,120,0,0,1,0,2,0,0,0),(88778,37967,571,1,1,0,0,5685.95,2306.58,798.126,1.83668,120,0,0,1,0,0,0,0,0),(200950,37967,631,15,1,0,0,-33.0694,2197.31,27.9859,2.1293,86400,0,0,13033,0,0,0,0,0),(74518,24014,571,1,1,0,0,2846.02,-3855.99,248.613,5.31515,120,0,0,1,0,0,0,0,0),(74519,24014,571,1,1,0,0,2846.14,-3866.03,248.613,0.453786,120,0,0,1,0,0,0,0,0),(74520,24014,571,1,1,0,0,2855.77,-3859.29,248.613,3.94444,120,0,0,1,0,0,0,0,0),(74521,29393,571,1,1,0,0,2851.36,-3863.74,248.613,5.3058,120,0,0,1,0,0,0,0,0),(101053,29753,571,1,1,0,0,7452.3,-1354.76,942.654,1.97222,300,0,0,1,0,0,0,0,0),(101062,29753,571,1,1,0,0,7236.68,-1416.47,931.475,0.191986,300,0,0,1,0,0,0,0,0),(101074,29753,571,1,1,0,0,7353.79,-1644.01,1141.25,1.74533,300,0,0,1,0,0,0,0,0),(101075,29753,571,1,1,0,0,7248.16,-1659.58,1080.83,1.09956,300,0,0,1,0,0,0,0,0),(101077,29753,571,1,1,0,0,6998.85,-1445.08,984.788,6.12611,300,0,0,1,0,0,0,0,0),(101116,29753,571,1,1,0,0,7144.83,-1255.93,1100.34,5.77704,300,0,0,1,0,0,0,0,0),(101087,29753,571,1,1,0,0,7135.23,-1283.29,1091.59,5.72468,300,0,0,1,0,0,0,0,0),(101966,29504,571,1,1,0,0,7384.56,-3117.92,837.542,1.48782,300,5,0,1,0,1,0,0,0),(101942,29504,571,1,1,0,0,7407.33,-3276.82,858.153,3.88072,300,5,0,1,0,1,0,0,0),(101943,29504,571,1,1,0,0,7454.71,-3204.9,837.576,4.93768,300,5,0,1,0,1,0,0,0),(101913,29504,571,1,1,0,0,7457.44,-3072.99,837.577,1.17606,300,5,0,1,0,1,0,0,0),(101790,29504,571,1,1,0,0,7483.62,-3148.76,837.585,3.35641,300,5,0,1,0,1,0,0,0),(88308,29503,571,1,1,0,0,7174.86,-3647.9,828.423,2.02458,120,0,0,1,0,2,0,0,0),(213242,22016,530,1,1,0,0,-4111.45,1286.98,54.4025,2.26893,300,0,0,1,0,0,0,0,0),(213243,22016,530,1,1,0,0,-4120.15,1336.9,68.1191,0,300,0,0,1,0,0,0,0,0),(213244,22016,530,1,1,0,0,-4120.37,1333.76,66.5477,0.0174533,300,0,0,1,0,0,0,0,0),(213245,22016,530,1,1,0,0,-4122,1381.51,81.2709,0.715585,300,0,0,1,0,0,0,0,0),(213246,22016,530,1,1,0,0,-4124.98,1317.97,58.9916,5.51524,300,0,0,1,0,0,0,0,0),(213247,22016,530,1,1,0,0,-4125.01,1385.03,82.0697,0.680678,300,0,0,1,0,0,0,0,0),(213248,22016,530,1,1,0,0,-4127.14,1286,55.268,1.81514,300,0,0,1,0,0,0,0,0),(213249,22016,530,1,1,0,0,-4127.5,1315.51,57.7211,5.70723,300,0,0,1,0,0,0,0,0),(213250,22016,530,1,1,0,0,-4131.38,1285.95,55.5305,1.97222,300,0,0,1,0,0,0,0,0),(213251,22016,530,1,1,0,0,-4149.73,1310.27,56.655,4.72984,300,0,0,1,0,0,0,0,0),(213252,22016,530,1,1,0,0,-4153.59,1311.41,56.17,4.62512,300,0,0,1,0,0,0,0,0),(213253,22016,530,1,1,0,0,-4173.1,1288.45,57.6537,1.50098,300,0,0,1,0,0,0,0,0),(213254,22016,530,1,1,0,0,-4173.19,1316.73,57.2881,4.62512,300,0,0,1,0,0,0,0,0),(213255,22016,530,1,1,0,0,-4176.76,1317.9,56.1308,4.66562,300,0,0,1,0,0,0,0,0),(213256,22016,530,1,1,0,0,-4177.25,1289.75,58.8074,1.46608,300,0,0,1,0,0,0,0,0),(213257,22016,530,1,1,0,0,-4191.07,1296.06,57.6714,1.6057,300,0,0,1,0,0,0,0,0),(213258,22016,530,1,1,0,0,-4194.59,1296.48,57.2389,1.55334,300,0,0,1,0,0,0,0,0),(213259,22016,530,1,1,0,0,-4203.81,1313.09,56.3822,4.72984,300,0,0,1,0,0,0,0,0),(213260,22016,530,1,1,0,0,-4206.37,1313.21,56.972,4.67748,300,0,0,1,0,0,0,0,0),(213261,22016,530,1,1,0,0,-4212.83,1296.57,57.1338,1.5708,300,0,0,1,0,0,0,0,0),(213262,22016,530,1,1,0,0,-4216.64,1297.06,56.2174,1.5708,300,0,0,1,0,0,0,0,0),(213263,22016,530,1,1,0,0,-4225.27,1314.48,56.7671,4.64258,300,0,0,1,0,0,0,0,0),(213264,22016,530,1,1,0,0,-4229.29,1314.14,56.2046,4.83456,300,0,0,1,0,0,0,0,0),(213265,22016,530,1,1,0,0,-4234.12,1296.49,57.2528,1.62316,300,0,0,1,0,0,0,0,0),(213266,22016,530,1,1,0,0,-4237.95,1296.56,56.6738,1.51844,300,0,0,1,0,0,0,0,0),(213267,22016,530,1,1,0,0,-4246.7,1319.21,55.1275,4.72984,300,0,0,1,0,0,0,0,0),(213268,22016,530,1,1,0,0,-4250.58,1318.97,54.3412,4.69494,300,0,0,1,0,0,0,0,0),(213269,22016,530,1,1,0,0,-4254.9,1297.11,54.1566,1.62316,300,0,0,1,0,0,0,0,0),(213270,22016,530,1,1,0,0,-4259.22,1297.02,53.4612,1.5708,300,0,0,1,0,0,0,0,0),(213271,22016,530,1,1,0,0,-4296.03,1328.68,65.4209,4.90438,300,0,0,1,0,0,0,0,0),(213272,22016,530,1,1,0,0,-4299.64,1328.81,66.2253,4.74729,300,0,0,1,0,0,0,0,0),(213273,22016,530,1,1,0,0,-4313.26,1332.71,75.1843,4.86947,300,0,0,1,0,0,0,0,0),(213274,22016,530,1,1,0,0,-4316.29,1330.93,75.4431,4.79965,300,0,0,1,0,0,0,0,0),(213275,22016,530,1,1,0,0,-4321.85,1306.32,77.87,1.43117,300,0,0,1,0,0,0,0,0),(213276,22016,530,1,1,0,0,-4325.97,1306.92,79.3113,1.55334,300,0,0,1,0,0,0,0,0),(213277,22016,530,1,1,0,0,-4333.6,1331.26,81.497,4.74729,300,0,0,1,0,0,0,0,0),(213278,22016,530,1,1,0,0,-4337.56,1331.47,82.2813,4.74729,300,0,0,1,0,0,0,0,0),(213279,22016,530,1,1,0,0,-4341.43,1307.24,81.5288,1.6057,300,0,0,1,0,0,0,0,0),(213280,22016,530,1,1,0,0,-4345.6,1307.46,81.773,1.46608,300,0,0,1,0,0,0,0,0),(213281,22017,530,1,1,0,0,-4110.11,1287.87,54.4554,2.3911,300,0,0,1,0,0,0,0,0),(213282,22017,530,1,1,0,0,-4248.66,1319.34,54.6762,4.39823,300,0,0,1,0,0,0,0,0),(213283,22017,530,1,1,0,0,-4278.1,1312.28,56.5834,2.74017,300,0,0,1,0,0,0,0,0),(213284,22017,530,1,1,0,0,-4157.98,1285.35,57.4682,0,300,0,0,1,0,0,0,0,0),(213285,22017,530,1,1,0,0,-4204.95,1314.8,57.7845,4.67748,300,0,0,1,0,0,0,0,0),(213286,22017,530,1,1,0,0,-4175.28,1288.93,58.0439,1.5708,300,0,0,1,0,0,0,0,0),(213287,22017,530,1,1,0,0,-4146.76,1283.89,59.4296,2.63545,300,0,0,1,0,0,0,0,0),(213288,22017,530,1,1,0,0,-4287.81,1313.23,62.8166,6.21337,300,0,0,1,0,0,0,0,0),(213289,22017,530,1,1,0,0,-4433.13,1253.58,71.4087,2.67035,300,0,0,1,0,0,0,0,0),(213290,22017,530,1,1,0,0,-4323.75,1306.16,78.7339,1.6057,300,0,0,1,0,0,0,0,0),(213291,22017,530,1,1,0,0,-4411.29,1278.53,79.114,2.49582,300,0,0,1,0,0,0,0,0),(213292,22017,530,1,1,0,0,-4430.34,1293.53,79.3857,5.51524,300,0,0,1,0,0,0,0,0),(213293,22017,530,1,1,0,0,-4343.6,1307.35,81.7393,1.48353,300,0,0,1,0,0,0,0,0),(213294,22017,530,1,1,0,0,-4335.56,1331.21,81.7653,4.53786,300,0,0,1,0,0,0,0,0),(213295,22017,530,1,1,0,0,-4393.92,1293.49,85.242,2.3911,300,0,0,1,0,0,0,0,0),(213296,22017,530,1,1,0,0,-4372.3,1299.02,86.8265,1.71042,300,0,0,1,0,0,0,0,0),(213297,22018,530,1,1,0,0,-4279.21,1299.72,48.065,3.12106,300,0,0,1,0,0,0,0,0),(213298,22018,530,1,1,0,0,-4223.79,1311.04,56.1999,3.10787,300,0,0,1,0,0,0,0,0),(213299,22018,530,1,1,0,0,-4102.84,1353.31,72.3164,0.152353,300,0,0,1,0,0,0,0,0),(213300,22018,530,1,1,0,0,-4117.88,1380.96,80.2978,5.42377,300,0,0,1,0,0,0,0,0),(213301,22018,530,1,1,0,0,-4393.69,1296.77,85.9353,5.3312,300,0,0,1,0,0,0,0,0),(213302,19824,530,1,1,0,0,-4153.19,1279.68,57.7565,1.27409,300,0,0,1,0,0,0,0,0),(213303,19824,530,1,1,0,0,-4231.9,1307.64,55.9405,3.12899,300,0,0,1,0,2,0,0,0),(213304,19824,530,1,1,0,0,-4281.28,1317.74,58.5377,4.4855,300,0,0,1,0,0,0,0,0),(213305,19824,530,1,1,0,0,-4391.42,1317.78,86.8631,3.11718,300,0,0,1,0,2,0,0,0),(213370,19353,530,1,1,0,0,-2765.28,1979.2,167.526,1.97222,300,0,0,1,0,0,0,0,0),(213371,19362,530,1,1,0,0,-2679.01,2707.24,103.528,4.42926,300,0,0,1,0,2,0,0,0),(213372,19362,530,1,1,0,0,-2723.38,2714.35,122.436,4.92183,300,0,0,1,0,0,0,0,0),(213373,19362,530,1,1,0,0,-2728.28,2712.98,122.429,5.3058,300,0,0,1,0,0,0,0,0),(213486,21736,530,1,1,0,0,-3818.35,2217.67,91.9902,0,180,0,0,1,0,0,0,0,0),(213485,21736,530,1,1,0,0,-3685.95,2118.92,77.4775,0.698132,180,0,0,1,0,0,0,0,0),(213484,21736,530,1,1,0,0,-3682.09,2116.41,76.8222,0,180,0,0,1,0,0,0,0,0),(213483,21736,530,1,1,0,0,-3783.68,2247.26,87.0725,1.89578,180,0,0,1,0,0,0,0,0),(213482,21736,530,1,1,0,0,-3785.57,2248.95,87.3234,5.98307,180,0,0,1,0,0,0,0,0),(213481,21736,530,1,1,0,0,-3782.46,2248.53,86.3502,5.43831,180,0,0,1,0,0,0,0,0),(213480,21736,530,1,1,0,0,-3686.29,2185.27,76.3048,5.32325,180,0,0,1,0,0,0,0,0),(213479,21736,530,1,1,0,0,-3952.43,1920.92,95.1838,4.11875,180,0,0,1,0,0,0,0,0),(213478,21736,530,1,1,0,0,-3881.39,1953.14,98.5108,0,180,0,0,1,0,0,0,0,0),(213477,21736,530,1,1,0,0,-3754.19,1949.79,95.4333,0.0704429,180,0,0,1,0,0,0,0,0),(213476,21736,530,1,1,0,0,-3786.92,2213.98,86.3502,0,180,0,0,1,0,0,0,0,0),(213475,21736,530,1,1,0,0,-3785.56,2220.83,86.7886,0,180,0,0,1,0,0,0,0,0),(213474,21736,530,1,1,0,0,-3716.63,2086.98,79.5143,0,180,0,0,1,0,0,0,0,0),(213473,21736,530,1,1,0,0,-3716.57,2179.32,77.1013,0,180,0,0,1,0,0,0,0,0),(213472,21736,530,1,1,0,0,-3717.73,2184.82,77.3479,0,180,0,0,1,0,0,0,0,0),(213471,21736,530,1,1,0,0,-3718.01,2181.99,76.9964,5.81195,180,0,0,1,0,0,0,0,0),(213470,21736,530,1,1,0,0,-3782.4,1951.75,92.5993,5.88176,180,0,0,1,0,0,0,0,0),(213469,21736,530,1,1,0,0,-3786.52,2084.91,87.8585,5.71,180,0,0,1,0,0,0,0,0),(213468,21736,530,1,1,0,0,-3853.69,2179.85,96.3002,0,180,0,0,1,0,0,0,0,0),(213467,21736,530,1,1,0,0,-3850.17,2177.79,95.9984,1.51347,180,0,0,1,0,0,0,0,0),(213466,21736,530,1,1,0,0,-3715.14,2083.42,79.667,0,180,0,0,1,0,0,0,0,0),(213465,21736,530,1,1,0,0,-3785.58,1919.08,96.3058,0,180,0,0,1,0,0,0,0,0),(213464,21417,530,1,1,0,0,-3782.97,2082.78,107.031,5.49779,180,0,0,1,0,0,0,0,0),(213463,21417,530,1,1,0,0,-3715.78,2084.16,101.084,2.61799,180,0,0,1,0,0,0,0,0),(213462,21417,530,1,1,0,0,-3749.31,1949.23,119.26,0.628318,180,0,0,1,0,0,0,0,0),(213461,21417,530,1,1,0,0,-3783.13,1918.5,118.92,0.10472,180,0,0,1,0,0,0,0,0),(213460,21417,530,1,1,0,0,-3839.57,2322.99,155.46,4.29351,180,0,0,1,0,0,0,0,0),(213459,21417,530,1,1,0,0,-3716.97,2117.05,102.136,0.523599,180,0,0,1,0,0,0,0,0),(213458,21417,530,1,1,0,0,-2982.7,2716.34,93.0365,1.8675,180,0,0,1,0,0,0,0,0),(213457,21417,530,1,1,0,0,-3154.01,2482.31,81.7661,1.20428,180,0,0,1,0,0,0,0,0),(213456,21417,530,1,1,0,0,-3184.28,2351.16,80.7006,2.61799,180,0,0,1,0,0,0,0,0),(213455,21417,530,1,1,0,0,-3183.91,2383.07,74.9765,0.523599,180,0,0,1,0,0,0,0,0),(213454,21417,530,1,1,0,0,-3119.22,2650.8,80.7768,3.57792,180,0,0,1,0,0,0,0,0),(213453,21417,530,1,1,0,0,-3882.66,1948.72,118.711,0,180,0,0,1,0,0,0,0,0),(213452,21417,530,1,1,0,0,-3817.25,2118.1,111.862,3.76991,180,0,0,1,0,0,0,0,0),(213451,21417,530,1,1,0,0,-4016.12,1982.24,110.204,1.8675,180,0,0,1,0,0,0,0,0),(213450,21417,530,1,1,0,0,-3782.85,1949.92,115.209,3.1765,180,0,0,1,0,0,0,0,0),(213449,21417,530,1,1,0,0,-3783.97,2183.78,100.273,6.10865,180,0,0,1,0,0,0,0,0),(213448,21417,530,1,1,0,0,-3782.79,2048.17,109.419,0.10472,180,0,0,1,0,0,0,0,0),(213447,21417,530,1,1,0,0,-3816.28,2217.19,111.539,0.558505,180,0,0,1,0,0,0,0,0),(213446,21417,530,1,1,0,0,-3883.46,2284.49,163.004,4.7822,180,0,0,1,0,0,0,0,0),(213445,21417,530,1,1,0,0,-3915.83,1947.94,112.653,1.27409,180,0,0,1,0,0,0,0,0),(213444,21417,530,1,1,0,0,-3849.17,2016.99,112.815,4.64258,180,0,0,1,0,0,0,0,0),(213443,21417,530,1,1,0,0,-3815.91,2283.84,114.505,1.09956,180,0,0,1,0,0,0,0,0),(213442,21417,530,1,1,0,0,-3716.39,1983.24,103.94,1.67552,180,0,0,1,0,0,0,0,0),(213441,21417,530,1,1,0,0,-3849.95,2118.27,118.287,5.67232,180,0,0,1,0,0,0,0,0),(213440,21417,530,1,1,0,0,-3683.69,2149.84,100.588,4.18879,180,0,0,1,0,0,0,0,0),(213439,21417,530,1,1,0,0,-3250.82,2318.46,79.6662,0.20944,180,0,0,1,0,0,0,0,0),(213438,21417,530,1,1,0,0,-3084.25,2683.92,84.0023,1.27409,180,0,0,1,0,0,0,0,0),(213437,21417,530,1,1,0,0,-3152.73,2515.51,80.8934,4.20624,180,0,0,1,0,0,0,0,0),(213436,21417,530,1,1,0,0,-3051.29,2684.39,85.611,1.25664,180,0,0,1,0,0,0,0,0),(213435,21417,530,1,1,0,0,-3250.52,2415.47,74.2758,4.29351,180,0,0,1,0,0,0,0,0),(213434,21417,530,1,1,0,0,-3116.21,2718.08,83.1857,0,180,0,0,1,0,0,0,0,0),(213433,21417,530,1,1,0,0,-3283.89,2448.51,84.6889,0.506145,180,0,0,1,0,0,0,0,0),(213432,21417,530,1,1,0,0,-3251.09,2649.25,78.578,3.85718,180,0,0,1,0,0,0,0,0),(213431,21417,530,1,1,0,0,-3185.58,2545.37,81.5652,3.54302,180,0,0,1,0,0,0,0,0),(213430,21417,530,1,1,0,0,-3018.18,2717.19,87.2634,4.5204,180,0,0,1,0,0,0,0,0),(213429,21417,530,1,1,0,0,-3251.07,2517.38,80.4183,2.87979,180,0,0,1,0,0,0,0,0),(213428,21417,530,1,1,0,0,-3215.85,2383.45,76.5578,4.86947,180,0,0,1,0,0,0,0,0),(213427,21417,530,1,1,0,0,-3183.52,2316.86,81.5033,5.2709,180,0,0,1,0,0,0,0,0),(213426,21417,530,1,1,0,0,-3217.4,2482.46,80.7697,1.09956,180,0,0,1,0,0,0,0,0),(213425,21417,530,1,1,0,0,-3152.16,2684.04,82.596,3.01942,180,0,0,1,0,0,0,0,0),(213424,21417,530,1,1,0,0,-3251.48,2550.4,82.9975,4.85202,180,0,0,1,0,0,0,0,0),(213423,21417,530,1,1,0,0,-3184.91,2418.15,77.6244,0.767945,180,0,0,1,0,0,0,0,0),(213422,21417,530,1,1,0,0,-3216.79,2516.99,79.5071,5.72468,180,0,0,1,0,0,0,0,0),(213421,21417,530,1,1,0,0,-3017.36,2685.13,86.3326,0.0174533,180,0,0,1,0,0,0,0,0),(213420,21417,530,1,1,0,0,-3182.85,2515.7,80.8093,0.558505,180,0,0,1,0,0,0,0,0),(213419,21417,530,1,1,0,0,-3849.14,1947.42,115.075,3.59538,180,0,0,1,0,0,0,0,0),(213418,21417,530,1,1,0,0,-3848.94,1982.25,116.047,3.57792,180,0,0,1,0,0,0,0,0),(213417,21417,530,1,1,0,0,-3950.11,1916.86,117.402,1.25664,180,0,0,1,0,0,0,0,0),(213416,21417,530,1,1,0,0,-3883.07,1981.75,118.854,3.01942,180,0,0,1,0,0,0,0,0),(213415,21417,530,1,1,0,0,-3782.36,2150.69,96.6612,4.85202,180,0,0,1,0,0,0,0,0),(213414,21417,530,1,1,0,0,-3683.92,2083.78,100.328,5.25344,180,0,0,1,0,0,0,0,0),(213413,21417,530,1,1,0,0,-3983.97,1948.16,113.769,4.5204,180,0,0,1,0,0,0,0,0),(213412,21417,530,1,1,0,0,-3816.52,2183.86,111.585,3.54302,180,0,0,1,0,0,0,0,0),(213411,21417,530,1,1,0,0,-3815.16,2020.6,112.415,3.12414,180,0,0,1,0,0,0,0,0),(213410,21417,530,1,1,0,0,-3882.73,2016.66,117.682,0.174533,180,0,0,1,0,0,0,0,0),(213409,21417,530,1,1,0,0,-3217.12,2584.05,83.5473,5.67232,180,0,0,1,0,0,0,0,0),(213408,21417,530,1,1,0,0,-3214.17,2549.11,81.1403,6.10865,180,0,0,1,0,0,0,0,0),(213407,21417,530,1,1,0,0,-3184.07,2484.08,81.4856,0.383972,180,0,0,1,0,0,0,0,0),(213406,21417,530,1,1,0,0,-3253.22,2617.29,78.8539,0.10472,180,0,0,1,0,0,0,0,0),(213405,21417,530,1,1,0,0,-3049.22,2750.5,93.7337,6.17846,180,0,0,1,0,0,0,0,0),(213404,21417,530,1,1,0,0,-3149.88,2349.92,77.3338,1.67552,180,0,0,1,0,0,0,0,0),(213403,21417,530,1,1,0,0,-3251.34,2350.91,78.3903,4.99164,180,0,0,1,0,0,0,0,0),(213402,21417,530,1,1,0,0,-3217.63,2415.98,76.3651,3.38594,180,0,0,1,0,0,0,0,0),(213401,21417,530,1,1,0,0,-3217.2,2649.8,82.9199,3.12414,180,0,0,1,0,0,0,0,0),(213400,21417,530,1,1,0,0,-3217.38,2617.26,76.0443,5.49779,180,0,0,1,0,0,0,0,0),(213399,21417,530,1,1,0,0,-3118.44,2684.23,80.9937,3.59538,180,0,0,1,0,0,0,0,0),(213398,21417,530,1,1,0,0,-3217.86,2316.55,79.9356,0.628318,180,0,0,1,0,0,0,0,0),(213397,21417,530,1,1,0,0,-3132.9,2618.46,85.1283,4.64258,180,0,0,1,0,0,0,0,0),(213396,21417,530,1,1,0,0,-3250.92,2582.98,84.55,3.76991,180,0,0,1,0,0,0,0,0),(213395,21417,530,1,1,0,0,-3150.63,2650.8,79.8391,0.174533,180,0,0,1,0,0,0,0,0),(213394,21417,530,1,1,0,0,-3015.17,2749.3,90.4912,1.62316,180,0,0,1,0,0,0,0,0),(213393,21417,530,1,1,0,0,-3253.81,2382.82,77.2385,4.18879,180,0,0,1,0,0,0,0,0),(213392,21417,530,1,1,0,0,-3215.37,2350.81,79.9422,5.25344,180,0,0,1,0,0,0,0,0),(213391,21417,530,1,1,0,0,-3284.25,2416.12,74.9905,4.7822,180,0,0,1,0,0,0,0,0),(213390,21417,530,1,1,0,0,-3151.26,2384.2,75.5486,1.01229,180,0,0,1,0,0,0,0,0),(213389,21417,530,1,1,0,0,-3952.91,1949.04,113.086,0.0174533,180,0,0,1,0,0,0,0,0),(213388,21417,530,1,1,0,0,-3782.92,2216.47,106.744,4.20624,180,0,0,1,0,0,0,0,0),(213387,21417,530,1,1,0,0,-3814.97,2048.55,111.769,3.85718,180,0,0,1,0,0,0,0,0),(213386,21417,530,1,1,0,0,-3716.86,2184.77,100.334,3.38594,180,0,0,1,0,0,0,0,0),(213385,21417,530,1,1,0,0,-3848.53,2249.43,117.77,0.383972,180,0,0,1,0,0,0,0,0),(213384,21417,530,1,1,0,0,-3717.34,2150.09,102.483,4.86947,180,0,0,1,0,0,0,0,0),(213383,21417,530,1,1,0,0,-3684.18,2183.21,98.8751,0.767945,180,0,0,1,0,0,0,0,0),(213382,21417,530,1,1,0,0,-3684.21,2116.27,98.7243,1.01229,180,0,0,1,0,0,0,0,0),(213381,21417,530,1,1,0,0,-3784.33,2250.31,108.411,1.20428,180,0,0,1,0,0,0,0,0),(213380,21417,530,1,1,0,0,-3847.75,2182.98,118.241,2.87979,180,0,0,1,0,0,0,0,0),(213379,21417,530,1,1,0,0,-3915.97,1915.49,111.922,6.17846,180,0,0,1,0,0,0,0,0),(213378,21417,530,1,1,0,0,-3750.13,1982.46,110.636,0.20944,180,0,0,1,0,0,0,0,0),(213377,21417,530,1,1,0,0,-3650.55,2117.25,96.151,4.99164,180,0,0,1,0,0,0,0,0),(213376,21417,530,1,1,0,0,-3782.23,2284.06,106.409,0.506145,180,0,0,1,0,0,0,0,0),(213375,21417,530,1,1,0,0,-3848.73,2218.54,115.873,5.72468,180,0,0,1,0,0,0,0,0),(213374,21417,530,1,1,0,0,-3984.52,1981.61,111.904,1.62316,180,0,0,1,0,0,0,0,0),(213487,21736,530,1,1,0,0,-3816.83,2214.18,91.1546,0,180,0,0,1,0,0,0,0,0),(213488,21736,530,1,1,0,0,-3815.68,2219.7,91.4394,6.26573,180,0,0,1,0,0,0,0,0),(213489,21736,530,1,1,0,0,-3717.92,2153.13,79.0351,0,180,0,0,1,0,0,0,0,0),(213490,21736,530,1,1,0,0,-3717.99,2148.66,79.0158,0,180,0,0,1,0,0,0,0,0),(213491,21736,530,1,1,0,0,-3849.33,2250.66,96.7316,0.383972,180,0,0,1,0,0,0,0,0),(213492,21736,530,1,1,0,0,-3814.68,2022.83,93.9146,0,180,0,0,1,0,0,0,0,0),(213493,21736,530,1,1,0,0,-3816.91,2020.72,93.3668,5.79449,180,0,0,1,0,0,0,0,0),(213494,21736,530,1,1,0,0,-3817.03,2024.6,93.945,5.22532,180,0,0,1,0,0,0,0,0),(213495,21736,530,1,1,0,0,-3849.96,1985.67,95.3459,0,180,0,0,1,0,0,0,0,0),(213496,21736,530,1,1,0,0,-3783.07,2182.53,81.1265,0,180,0,0,1,0,0,0,0,0),(213497,21736,530,1,1,0,0,-3913.25,1920.68,92.8024,0,180,0,0,1,0,0,0,0,0),(213498,21736,530,1,1,0,0,-3979.57,1950.71,94.987,5.51524,180,0,0,1,0,0,0,0,0),(213499,21736,530,1,1,0,0,-3716.55,1987.61,84.9503,4.70907,180,0,0,1,0,0,0,0,0),(213500,21736,530,1,1,0,0,-3718.37,1979.32,85.1133,0,180,0,0,1,0,0,0,0,0),(213501,21736,530,1,1,0,0,-3684.91,2151.81,77.5243,5.91667,180,0,0,1,0,0,0,0,0),(213502,21736,530,1,1,0,0,-3685.33,2149.28,77.7535,0,180,0,0,1,0,0,0,0,0),(213503,21736,530,1,1,0,0,-3919.77,1921.04,92.5448,4.03171,180,0,0,1,0,0,0,0,0),(213504,21736,530,1,1,0,0,-3681.64,2150.36,77.1464,0,180,0,0,1,0,0,0,0,0),(213505,21736,530,1,1,0,0,-3851.5,1983.19,95.4765,5.64457,180,0,0,1,0,0,0,0,0),(213506,21736,530,1,1,0,0,-3652.89,2115.46,73.8765,0.909804,180,0,0,1,0,0,0,0,0),(213507,21736,530,1,1,0,0,-3650.39,2119.66,74.1085,5.79449,180,0,0,1,0,0,0,0,0),(213508,21736,530,1,1,0,0,-3682.16,2078.71,79.5883,0,180,0,0,1,0,0,0,0,0),(213509,21736,530,1,1,0,0,-3786.78,2048.4,91.2117,0.100633,180,0,0,1,0,0,0,0,0),(213510,21736,530,1,1,0,0,-3784.84,2049.61,90.9764,0,180,0,0,1,0,0,0,0,0),(213511,21736,530,1,1,0,0,-3782.78,2052.59,90.7233,6.26573,180,0,0,1,0,0,0,0,0),(213512,21736,530,1,1,0,0,-3717.93,2119.38,79.2324,0.331613,180,0,0,1,0,0,0,0,0),(213513,21736,530,1,1,0,0,-3714.14,2114.77,78.9608,0,180,0,0,1,0,0,0,0,0),(213514,21736,530,1,1,0,0,-3718.75,2114.67,79.0996,0,180,0,0,1,0,0,0,0,0),(213515,21736,530,1,1,0,0,-3749.7,1947.88,96.3955,0,180,0,0,1,0,0,0,0,0),(213516,21736,530,1,1,0,0,-3750.45,1952.5,95.5874,0.610865,180,0,0,1,0,0,0,0,0),(213517,21736,530,1,1,0,0,-3850.19,2248.61,96.6362,0.439979,180,0,0,1,0,0,0,0,0),(213518,21736,530,1,1,0,0,-3843.34,2325.27,133.095,5.5383,180,0,0,1,0,0,0,0,0),(213519,21736,530,1,1,0,0,-3844.59,2322.04,131.801,0.0543121,180,0,0,1,0,0,0,0,0),(213520,21736,530,1,1,0,0,-3717.63,2144.39,78.5683,4.83456,180,0,0,1,0,0,0,0,0),(213521,21736,530,1,1,0,0,-3842.38,2318.64,130.537,0,180,0,0,1,0,0,0,0,0),(213522,21736,530,1,1,0,0,-3685.12,2087.13,78.9718,0,180,0,0,1,0,0,0,0,0),(213523,21736,530,1,1,0,0,-3684.64,2082.53,79.1267,0,180,0,0,1,0,0,0,0,0),(213524,21736,530,1,1,0,0,-3753.19,1981.28,89.3615,0,180,0,0,1,0,0,0,0,0),(213525,21736,530,1,1,0,0,-3978.54,1982.71,96.863,5.14872,180,0,0,1,0,0,0,0,0),(213526,21736,530,1,1,0,0,-3981.72,1983.76,96.5964,4.01426,180,0,0,1,0,0,0,0,0),(213527,21736,530,1,1,0,0,-3947.18,1920.29,94.7486,3.99669,180,0,0,1,0,0,0,0,0),(213528,21736,530,1,1,0,0,-3950.26,1919.68,95.2418,4.77955,180,0,0,1,0,0,0,0,0),(213529,21736,530,1,1,0,0,-3779.93,1946.84,94.3535,0,180,0,0,1,0,0,0,0,0),(213530,21736,530,1,1,0,0,-3784.46,1948.8,93.0182,0.597023,180,0,0,1,0,0,0,0,0),(213531,21736,530,1,1,0,0,-3748.74,1982.88,88.6388,6.22246,180,0,0,1,0,0,0,0,0),(213532,21736,530,1,1,0,0,-3750,1986.58,88.0943,5.49779,180,0,0,1,0,0,0,0,0),(213533,21736,530,1,1,0,0,-3787.39,2080.84,87.944,0.498282,180,0,0,1,0,0,0,0,0),(213534,21736,530,1,1,0,0,-3783.19,2078.48,86.8759,1.6395,180,0,0,1,0,0,0,0,0),(213535,21736,530,1,1,0,0,-3782.32,1916.5,97.6116,6.22939,180,0,0,1,0,0,0,0,0),(213536,21736,530,1,1,0,0,-3782.48,1921.9,96.7306,4.3898,180,0,0,1,0,0,0,0,0),(213537,21736,530,1,1,0,0,-3984.23,1987.55,96.017,3.9619,180,0,0,1,0,0,0,0,0),(213538,21736,530,1,1,0,0,-3847.89,2111.24,95.1079,0,180,0,0,1,0,0,0,0,0),(213539,21736,530,1,1,0,0,-3848.87,2121.91,95.148,0.0174533,180,0,0,1,0,0,0,0,0),(213540,21736,530,1,1,0,0,-3848.54,2116.88,95.1725,0,180,0,0,1,0,0,0,0,0),(213541,21736,530,1,1,0,0,-3913.5,1951.79,94.3755,6.21461,180,0,0,1,0,0,0,0,0),(213542,21736,530,1,1,0,0,-3920.38,1951.79,93.7829,4.17134,180,0,0,1,0,0,0,0,0),(213543,21736,530,1,1,0,0,-3850.32,1953.73,94.9243,0,180,0,0,1,0,0,0,0,0),(213544,21736,530,1,1,0,0,-3850.65,1949.48,93.8178,0.664798,180,0,0,1,0,0,0,0,0),(213545,21736,530,1,1,0,0,-4016.16,1984.24,91.071,3.85718,180,0,0,1,0,0,0,0,0),(213546,21736,530,1,1,0,0,-4013.18,1984.28,92.1228,4.72984,180,0,0,1,0,0,0,0,0),(213547,21736,530,1,1,0,0,-4017.42,1985.02,90.863,5.4331,180,0,0,1,0,0,0,0,0),(213548,21736,530,1,1,0,0,-3847.54,2020.76,95.211,0,180,0,0,1,0,0,0,0,0),(213549,21736,530,1,1,0,0,-3853.92,1981.77,95.4638,0,180,0,0,1,0,0,0,0,0),(213550,21736,530,1,1,0,0,-3851.24,1950.46,94.2495,0.409465,180,0,0,1,0,0,0,0,0),(213551,21736,530,1,1,0,0,-3985.56,1952.85,94.3018,5.22481,180,0,0,1,0,0,0,0,0),(213552,21736,530,1,1,0,0,-3983.17,1951.21,94.6233,4.53786,180,0,0,1,0,0,0,0,0),(213553,21736,530,1,1,0,0,-3825.6,2117.51,92.3006,0,180,0,0,1,0,0,0,0,0),(213554,21736,530,1,1,0,0,-3825.35,2122.99,93.4274,6.03884,180,0,0,1,0,0,0,0,0),(213555,21736,530,1,1,0,0,-3852.29,2014.96,95.095,0,180,0,0,1,0,0,0,0,0),(213556,21736,530,1,1,0,0,-3849.63,2016.78,95.2278,5.46288,180,0,0,1,0,0,0,0,0),(213557,21736,530,1,1,0,0,-3820.57,2126.73,93.36,0,180,0,0,1,0,0,0,0,0),(213558,21736,530,1,1,0,0,-3784.55,2280.51,83.0447,0.217424,180,0,0,1,0,0,0,0,0),(213559,21736,530,1,1,0,0,-3880.89,2292.53,136.864,0,180,0,0,1,0,0,0,0,0),(213560,21736,530,1,1,0,0,-3881.62,2298.13,135.939,5.51524,180,0,0,1,0,0,0,0,0),(213561,21736,530,1,1,0,0,-3882.95,2295.41,136.627,0,180,0,0,1,0,0,0,0,0),(213562,21736,530,1,1,0,0,-3884.25,2011.73,95.1782,0,180,0,0,1,0,0,0,0,0),(213563,21736,530,1,1,0,0,-3879.03,2017.4,95.5696,4.13187,180,0,0,1,0,0,0,0,0),(213564,21736,530,1,1,0,0,-3883.85,2016.75,95.3125,6.07375,180,0,0,1,0,0,0,0,0),(213565,21736,530,1,1,0,0,-3883.63,1983.26,98.182,0,180,0,0,1,0,0,0,0,0),(213566,21736,530,1,1,0,0,-3880.3,1988.2,97.1691,0,180,0,0,1,0,0,0,0,0),(213567,21736,530,1,1,0,0,-3886.86,1983.71,98.5151,0.794837,180,0,0,1,0,0,0,0,0),(213568,21736,530,1,1,0,0,-3718.88,2080.07,79.8679,0,180,0,0,1,0,0,0,0,0),(213569,21736,530,1,1,0,0,-3815.65,2286.57,91.3382,5.08287,180,0,0,1,0,0,0,0,0),(213570,21736,530,1,1,0,0,-3816.48,2282.41,91.1319,0.0231909,180,0,0,1,0,0,0,0,0),(213571,21736,530,1,1,0,0,-3818.96,2287.28,92.4559,5.50754,180,0,0,1,0,0,0,0,0),(213572,21736,530,1,1,0,0,-3950.78,1952.54,93.8305,4.79965,180,0,0,1,0,0,0,0,0),(213573,21736,530,1,1,0,0,-3953.53,1951.76,94.1391,5.38143,180,0,0,1,0,0,0,0,0),(213574,21736,530,1,1,0,0,-3949.22,1952.47,93.8664,4.36705,180,0,0,1,0,0,0,0,0),(213575,21736,530,1,1,0,0,-3781.53,2285.77,82.5744,5.01095,180,0,0,1,0,0,0,0,0),(213576,21736,530,1,1,0,0,-3817.67,2048.63,94.6403,0.0146101,180,0,0,1,0,0,0,0,0),(213577,21736,530,1,1,0,0,-3815.46,2051.22,94.5254,0,180,0,0,1,0,0,0,0,0),(213578,21736,530,1,1,0,0,-3813,2052.78,94.7772,0,180,0,0,1,0,0,0,0,0),(213579,21736,530,1,1,0,0,-3917.14,1950.4,93.879,4.74729,180,0,0,1,0,0,0,0,0),(213580,21736,530,1,1,0,0,-3847.08,2215.74,93.8787,0,180,0,0,1,0,0,0,0,0),(213581,21736,530,1,1,0,0,-3852.24,2220.79,94.3686,5.59166,180,0,0,1,0,0,0,0,0),(213582,21736,530,1,1,0,0,-3784.76,2154.45,81.3961,0,180,0,0,1,0,0,0,0,0),(213583,21736,530,1,1,0,0,-3788.01,2159.03,82.3003,0,180,0,0,1,0,0,0,0,0),(213584,21736,530,1,1,0,0,-3781.76,2150.46,80.1654,0,180,0,0,1,0,0,0,0,0),(213585,21736,530,1,1,0,0,-3784,2186.59,81.3785,0,180,0,0,1,0,0,0,0,0),(213586,21736,530,1,1,0,0,-3819.33,2185.38,90.9276,5.96903,180,0,0,1,0,0,0,0,0),(213587,21736,530,1,1,0,0,-3817.73,2181.53,91.1193,0,180,0,0,1,0,0,0,0,0),(213588,21736,530,1,1,0,0,-3820.37,2178.93,92.1361,0,180,0,0,1,0,0,0,0,0),(213589,21736,530,1,1,0,0,-3886.75,1949.35,98.685,0,180,0,0,1,0,0,0,0,0),(213590,21736,530,1,1,0,0,-3682.02,2184.71,76.1499,0,180,0,0,1,0,0,0,0,0),(213591,21749,530,1,1,0,0,-3248.49,2555.04,63.9541,2.77507,180,0,0,1,0,0,0,0,0),(213592,21749,530,1,1,0,0,-3246.36,2545.46,63.6607,3.52556,180,0,0,1,0,0,0,0,0),(213593,21749,530,1,1,0,0,-3246.62,2549.45,63.677,3.07178,180,0,0,1,0,0,0,0,0),(213594,21749,530,1,1,0,0,-3181.34,2478.91,62.3279,4.5204,180,0,0,1,0,0,0,0,0),(213595,21749,530,1,1,0,0,-3184.98,2486.06,62.6601,3.16476,180,0,0,1,0,0,0,0,0),(213596,21749,530,1,1,0,0,-3284.34,2445.2,64.4028,4.11898,180,0,0,1,0,0,0,0,0),(213597,21749,530,1,1,0,0,-3283.27,2451.87,65.0236,2.54818,180,0,0,1,0,0,0,0,0),(213598,21749,530,1,1,0,0,-3281.78,2448.1,64.9098,3.22886,180,0,0,1,0,0,0,0,0),(213599,21749,530,1,1,0,0,-3249.78,2520.57,64.0871,5.34508,180,0,0,1,0,0,0,0,0),(213600,21749,530,1,1,0,0,-3213.95,2584.84,63.7307,0.619795,180,0,0,1,0,0,0,0,0),(213601,21749,530,1,1,0,0,-3214.3,2585.42,63.7307,0.469131,180,0,0,1,0,0,0,0,0),(213602,21749,530,1,1,0,0,-3212.57,2584.17,63.7307,4.10408,180,0,0,1,0,0,0,0,0),(213603,21749,530,1,1,0,0,-3283.04,2418.76,61.6165,4.39603,180,0,0,1,0,0,0,0,0),(213604,21749,530,1,1,0,0,-3251.18,2514.98,63.5251,0.463623,180,0,0,1,0,0,0,0,0),(213605,21749,530,1,1,0,0,-2985.59,2717.23,69.7704,2.44346,180,0,0,1,0,0,0,0,0),(213606,21749,530,1,1,0,0,-2981.45,2719.4,70.4176,3.98479,180,0,0,1,0,0,0,0,0),(213607,21749,530,1,1,0,0,-3146,2348.05,59.6359,4.81711,180,0,0,1,0,0,0,0,0),(213608,21749,530,1,1,0,0,-3151.25,2349.23,60.0225,3.47321,180,0,0,1,0,0,0,0,0),(213609,21749,530,1,1,0,0,-3252.1,2384.09,62.5636,3.59538,180,0,0,1,0,0,0,0,0),(213610,21749,530,1,1,0,0,-3250.9,2380.64,62.5404,5.02655,180,0,0,1,0,0,0,0,0),(213611,21749,530,1,1,0,0,-3219.26,2651.72,63.4758,2.58309,180,0,0,1,0,0,0,0,0),(213612,21749,530,1,1,0,0,-3186.19,2319.14,63.5586,4.41568,180,0,0,1,0,0,0,0,0),(213613,21749,530,1,1,0,0,-3281.88,2416.86,61.2065,3.68265,180,0,0,1,0,0,0,0,0),(213614,21749,530,1,1,0,0,-3211.26,2481.64,58.0894,2.70443,180,0,0,1,0,0,0,0,0),(213615,21749,530,1,1,0,0,-3214.34,2613.26,63.2607,3.735,180,0,0,1,0,0,0,0,0),(213616,21749,530,1,1,0,0,-3218.53,2386.45,61.9123,2.33874,180,0,0,1,0,0,0,0,0),(213617,21749,530,1,1,0,0,-3250.82,2420.06,61.5133,2.26893,180,0,0,1,0,0,0,0,0),(213618,21749,530,1,1,0,0,-3247.84,2413.42,62.3897,4.3134,180,0,0,1,0,0,0,0,0),(213619,21749,530,1,1,0,0,-3019.6,2687.63,64.6773,2.98451,180,0,0,1,0,0,0,0,0),(213620,21749,530,1,1,0,0,-3012.5,2751.9,71.382,3.51659,180,0,0,1,0,0,0,0,0),(213621,21749,530,1,1,0,0,-3149.5,2483.53,62.2221,3.15905,180,0,0,1,0,0,0,0,0),(213622,21749,530,1,1,0,0,-3150.07,2479.77,62.2322,3.94444,180,0,0,1,0,0,0,0,0),(213623,21749,530,1,1,0,0,-3214.62,2618.29,62.775,1.74533,180,0,0,1,0,0,0,0,0),(213624,21749,530,1,1,0,0,-3151.63,2487.38,62.1705,2.40855,180,0,0,1,0,0,0,0,0),(213625,21749,530,1,1,0,0,-3215.22,2414.58,62.5409,3.33976,180,0,0,1,0,0,0,0,0),(213626,21749,530,1,1,0,0,-3218.05,2615.26,62.6301,2.49582,180,0,0,1,0,0,0,0,0),(213627,21749,530,1,1,0,0,-3120.84,2684.48,59.8312,1.98968,180,0,0,1,0,0,0,0,0),(213628,21749,530,1,1,0,0,-3051.35,2751.04,69.2869,3.28122,180,0,0,1,0,0,0,0,0),(213629,21749,530,1,1,0,0,-3123.48,2679.84,60.3441,3.15905,180,0,0,1,0,0,0,0,0),(213630,21749,530,1,1,0,0,-3219.94,2522.66,64.0372,2.67035,180,0,0,1,0,0,0,0,0),(213631,21749,530,1,1,0,0,-3248.94,2416.6,61.7177,3.57389,180,0,0,1,0,0,0,0,0),(213632,21749,530,1,1,0,0,-3046.59,2750.14,69.0841,2.40855,180,0,0,1,0,0,0,0,0),(213633,21749,530,1,1,0,0,-3214.33,2515.35,62.2753,4.06662,180,0,0,1,0,0,0,0,0),(213634,21749,530,1,1,0,0,-3148.2,2352.59,59.1356,3.00197,180,0,0,1,0,0,0,0,0),(213635,21749,530,1,1,0,0,-3052.38,2685.45,63.5205,2.09439,180,0,0,1,0,0,0,0,0),(213636,21749,530,1,1,0,0,-3214.13,2646.38,63.6209,0.715585,180,0,0,1,0,0,0,0,0),(213637,21749,530,1,1,0,0,-3182.53,2379.63,62.0841,2.10439,180,0,0,1,0,0,0,0,0),(213638,21749,530,1,1,0,0,-3015.41,2748.64,70.1062,2.30383,180,0,0,1,0,0,0,0,0),(213639,21749,530,1,1,0,0,-3217.24,2354.24,62.3244,5.45712,180,0,0,1,0,0,0,0,0),(213640,21749,530,1,1,0,0,-3219.82,2417.87,62.54,5.31357,180,0,0,1,0,0,0,0,0),(213641,21749,530,1,1,0,0,-3213.73,2353.16,62.4851,5.3058,180,0,0,1,0,0,0,0,0),(213642,21749,530,1,1,0,0,-3250.02,2350.69,61.1829,2.28638,180,0,0,1,0,0,0,0,0),(213643,21749,530,1,1,0,0,-3215.43,2649.63,63.559,1.81514,180,0,0,1,0,0,0,0,0),(213644,21749,530,1,1,0,0,-3147.54,2648.19,62.7397,1.88496,180,0,0,1,0,0,0,0,0),(213645,21749,530,1,1,0,0,-3147.03,2652.74,62.3924,1.25664,180,0,0,1,0,0,0,0,0),(213646,21749,530,1,1,0,0,-3016.83,2686.56,65.2798,1.53589,180,0,0,1,0,0,0,0,0),(213647,21749,530,1,1,0,0,-3047.52,2684.6,63.556,1.74533,180,0,0,1,0,0,0,0,0),(213648,21749,530,1,1,0,0,-3084.92,2682.3,61.8814,2.25148,180,0,0,1,0,0,0,0,0),(213649,21749,530,1,1,0,0,-3212.99,2553.25,61.727,1.71042,180,0,0,1,0,0,0,0,0),(213650,21749,530,1,1,0,0,-3208.58,2548.29,61.727,5.62201,180,0,0,1,0,0,0,0,0),(213651,21749,530,1,1,0,0,-3208.22,2552.29,61.6962,5.09636,180,0,0,1,0,0,0,0,0),(213652,21749,530,1,1,0,0,-3088.51,2682.02,61.9805,1.09016,180,0,0,1,0,0,0,0,0),(213653,21749,530,1,1,0,0,-3247.27,2583.69,61.8411,3.15905,180,0,0,1,0,0,0,0,0),(213654,21749,530,1,1,0,0,-3014.32,2719.08,67.5878,1.5708,180,0,0,1,0,0,0,0,0),(213655,21749,530,1,1,0,0,-3018.56,2717.03,67.319,2.21657,180,0,0,1,0,0,0,0,0),(213656,21749,530,1,1,0,0,-3021.01,2714.1,66.9327,0.308501,180,0,0,1,0,0,0,0,0),(213657,21749,530,1,1,0,0,-3186.12,2416.53,64.458,3.82227,180,0,0,1,0,0,0,0,0),(213658,21749,530,1,1,0,0,-3183.56,2417.41,65.0422,3.38,180,0,0,1,0,0,0,0,0),(213659,21749,530,1,1,0,0,-3117.41,2655.36,61.8383,1.91986,180,0,0,1,0,0,0,0,0),(213660,21749,530,1,1,0,0,-3120.92,2650.66,61.9058,3.735,180,0,0,1,0,0,0,0,0),(213661,21749,530,1,1,0,0,-3118.25,2651.88,61.8383,2.40855,180,0,0,1,0,0,0,0,0),(213662,21749,530,1,1,0,0,-3152.98,2381.1,62.6964,4.67748,180,0,0,1,0,0,0,0,0),(213663,21749,530,1,1,0,0,-3148.18,2380.82,61.5207,5.18363,180,0,0,1,0,0,0,0,0),(213664,21749,530,1,1,0,0,-3119.37,2716.55,63.1144,3.45575,180,0,0,1,0,0,0,0,0),(213665,21749,530,1,1,0,0,-3113.06,2720.81,63.416,1.48353,180,0,0,1,0,0,0,0,0),(213666,21749,530,1,1,0,0,-3115.24,2716.71,62.5454,2.35619,180,0,0,1,0,0,0,0,0),(213667,21749,530,1,1,0,0,-3248.24,2320.34,62.9295,1.25664,180,0,0,1,0,0,0,0,0),(213668,21749,530,1,1,0,0,-3250.77,2646.79,60.254,0.882043,180,0,0,1,0,0,0,0,0),(213669,21749,530,1,1,0,0,-3180.96,2545.82,62.2625,4.86947,180,0,0,1,0,0,0,0,0),(213670,21749,530,1,1,0,0,-3184.69,2547.76,61.5441,3.735,180,0,0,1,0,0,0,0,0),(213671,21749,530,1,1,0,0,-3248.13,2346.42,61.3907,4.67748,180,0,0,1,0,0,0,0,0),(213672,21749,530,1,1,0,0,-3253.99,2387.43,62.5187,2.82743,180,0,0,1,0,0,0,0,0),(213673,21749,530,1,1,0,0,-3137.04,2621.02,61.8489,2.63545,180,0,0,1,0,0,0,0,0),(213674,21749,530,1,1,0,0,-3132.07,2623.68,61.9557,1.37881,180,0,0,1,0,0,0,0,0),(213675,21749,530,1,1,0,0,-3133.54,2620.5,61.8576,2.04204,180,0,0,1,0,0,0,0,0),(213676,21749,530,1,1,0,0,-3116.25,2685.86,60.432,1.3439,180,0,0,1,0,0,0,0,0),(213677,21749,530,1,1,0,0,-3186.65,2420.53,65.4963,2.9147,180,0,0,1,0,0,0,0,0),(213678,21749,530,1,1,0,0,-3214.69,2487.3,58.3004,2.42601,180,0,0,1,0,0,0,0,0),(213679,21749,530,1,1,0,0,-3249.57,2520.18,63.8083,2.22018,180,0,0,1,0,0,0,0,0),(213680,21749,530,1,1,0,0,-3153.02,2647.78,62.7274,0.444909,180,0,0,1,0,0,0,0,0),(213681,21749,530,1,1,0,0,-3183.18,2323.69,63.3015,2.86234,180,0,0,1,0,0,0,0,0),(213682,21749,530,1,1,0,0,-2982.57,2713.41,69.8224,3.22886,180,0,0,1,0,0,0,0,0),(213683,21749,530,1,1,0,0,-3249.66,2580.03,61.9323,3.82227,180,0,0,1,0,0,0,0,0),(213684,21749,530,1,1,0,0,-3153.71,2385.18,62.8946,3.63029,180,0,0,1,0,0,0,0,0),(213685,21749,530,1,1,0,0,-3180.49,2384.36,61.8433,5.42797,180,0,0,1,0,0,0,0,0),(213686,21749,530,1,1,0,0,-3018.86,2746.91,69.359,2.79253,180,0,0,1,0,0,0,0,0),(213687,21749,530,1,1,0,0,-3213.8,2346.8,62.4221,4.08407,180,0,0,1,0,0,0,0,0),(213688,21749,530,1,1,0,0,-3084.45,2688.92,62.2637,1.64061,180,0,0,1,0,0,0,0,0),(213689,21749,530,1,1,0,0,-3247.64,2646.16,60.596,1.66291,180,0,0,1,0,0,0,0,0),(213690,21749,530,1,1,0,0,-3248.5,2317.06,63.4964,5.0091,180,0,0,1,0,0,0,0,0),(213691,21749,530,1,1,0,0,-3182.07,2520.25,62.9584,2.32129,180,0,0,1,0,0,0,0,0),(213692,21749,530,1,1,0,0,-3185.56,2348.93,62.995,4.62512,180,0,0,1,0,0,0,0,0),(213693,21749,530,1,1,0,0,-3181.81,2351.65,63.5921,5.61996,180,0,0,1,0,0,0,0,0),(213694,21749,530,1,1,0,0,-3188.8,2352.03,63.1234,0.236535,180,0,0,1,0,0,0,0,0),(213695,21749,530,1,1,0,0,-3215.53,2322.65,62.4336,4.17134,180,0,0,1,0,0,0,0,0),(213696,21749,530,1,1,0,0,-3219.71,2319.09,62.8676,3.28122,180,0,0,1,0,0,0,0,0),(213697,21749,530,1,1,0,0,-3212.78,2318.2,62.6336,5.28835,180,0,0,1,0,0,0,0,0),(213698,21749,530,1,1,0,0,-3250.12,2587.22,61.9333,4.54224,180,0,0,1,0,0,0,0,0),(213699,21749,530,1,1,0,0,-3253,2319.52,63.046,3.54302,180,0,0,1,0,0,0,0,0),(213700,21749,530,1,1,0,0,-3151.22,2513.74,62.1305,2.47737,180,0,0,1,0,0,0,0,0),(213701,21749,530,1,1,0,0,-3150.83,2518.69,62.2134,3.6493,180,0,0,1,0,0,0,0,0),(213702,21749,530,1,1,0,0,-3216.71,2417.26,62.4639,3.61283,180,0,0,1,0,0,0,0,0),(213703,21749,530,1,1,0,0,-3015.37,2688.58,65.1848,2.9363,180,0,0,1,0,0,0,0,0),(213704,21749,530,1,1,0,0,-3187.14,2553.04,62.4903,2.74017,180,0,0,1,0,0,0,0,0),(213705,21749,530,1,1,0,0,-3150.76,2516.49,62.2008,3.3452,180,0,0,1,0,0,0,0,0),(213706,21749,530,1,1,0,0,-3047.3,2753.93,70.6992,1.309,180,0,0,1,0,0,0,0,0),(213707,21749,530,1,1,0,0,-3183.84,2512.93,63.1895,4.41568,180,0,0,1,0,0,0,0,0),(213708,21749,530,1,1,0,0,-3187.32,2518.06,63.2177,3.57792,180,0,0,1,0,0,0,0,0),(213709,21749,530,1,1,0,0,-3216.19,2380.6,61.8377,5.46288,180,0,0,1,0,0,0,0,0),(213710,21749,530,1,1,0,0,-3054.54,2681.47,63.4494,2.80998,180,0,0,1,0,0,0,0,0),(213711,21749,530,1,1,0,0,-3251.7,2619.89,61.6119,3.59085,180,0,0,1,0,0,0,0,0),(213712,21749,530,1,1,0,0,-3252.18,2616.13,61.7293,3.08923,180,0,0,1,0,0,0,0,0),(213713,21749,530,1,1,0,0,-3254.25,2613.7,61.7522,1.91052,180,0,0,1,0,0,0,0,0),(213714,21749,530,1,1,0,0,-3145.87,2682.9,60.3541,6.00582,180,0,0,1,0,0,0,0,0),(213715,21749,530,1,1,0,0,-3153.57,2681.81,62.1644,0.518038,180,0,0,1,0,0,0,0,0),(213716,21749,530,1,1,0,0,-3147.09,2687.62,61.0639,4.0856,180,0,0,1,0,0,0,0,0),(213717,21749,530,1,1,0,0,-3279.98,2415.29,60.908,3.31003,180,0,0,1,0,0,0,0,0),(213718,21749,530,1,1,0,0,-3184.6,2483,62.5686,4.08407,180,0,0,1,0,0,0,0,0),(213719,21749,530,1,1,0,0,-3216.98,2383.44,61.853,3.82227,180,0,0,1,0,0,0,0,0),(248255,11454,429,1,1,0,1,22.7961,-680.046,-25.0783,3.89208,86400,2,0,7842,0,1,0,0,0),(248254,11451,429,1,1,0,1,56.7221,-706.941,-25.0775,4.5204,86400,2,0,7842,0,1,0,0,0),(248253,11451,429,1,1,0,1,55.9418,-720.741,-25.0775,6.24828,86400,2,0,7842,0,1,0,0,0),(248252,11454,429,1,1,0,1,55.3767,-713.761,-25.0775,3.61283,86400,2,0,7842,0,1,0,0,0),(248251,13160,429,1,1,0,0,473.476,-22.8605,-3.80176,1.74533,86400,2,0,835,0,1,0,0,0),(248250,13160,429,1,1,0,0,460.363,-24.5369,-3.80338,1.65806,86400,2,0,835,0,1,0,0,0),(248249,13160,429,1,1,0,0,472.657,-33.7128,-3.80235,1.72788,86400,2,0,835,0,1,0,0,0),(248248,13160,429,1,1,0,0,461.868,-40.8365,-3.80336,1.65806,86400,2,0,835,0,1,0,0,0),(248247,13160,429,1,1,0,0,471.24,-46.8005,-3.80276,1.71042,86400,2,0,835,0,1,0,0,0),(248246,13160,429,1,1,0,0,470.647,-70.0009,-3.80298,1.5708,86400,2,0,835,0,1,0,0,0),(248245,13160,429,1,1,0,0,470.499,-60.3753,-3.80288,1.5708,86400,2,0,835,0,1,0,0,0),(248244,13160,429,1,1,0,0,464.65,-53.981,-3.80318,1.55334,86400,2,0,835,0,1,0,0,0),(248243,13160,429,1,1,0,0,456.683,-57.2889,-4.25341,1.50098,86400,2,0,835,0,1,0,0,0),(248242,13160,429,1,1,0,0,460.236,-68.9731,-3.80364,1.50098,86400,2,0,835,0,1,0,0,0),(248241,13160,429,1,1,0,0,444.67,-99.7554,-3.80372,1.5708,86400,2,0,835,0,1,0,0,0),(248240,13160,429,1,1,0,0,445.745,-113.939,-3.80256,1.5708,86400,2,0,835,0,1,0,0,0),(245661,25904,0,1,1,0,0,-9428.77,-2118.63,66.2485,4.5204,300,0,0,1200,0,0,0,0,0),(245662,25905,530,1,1,0,0,-3938.03,2048.87,95.0824,5.96191,300,0,0,1100,0,0,0,0,0),(143644,23287,530,1,1,0,0,-4887.94,531.721,0.624772,3.05433,300,0,0,4299,0,0,0,0,0),(143645,23287,530,1,1,0,0,-4965.99,483.219,4.14391,0.0349066,300,0,0,4299,0,0,0,0,0),(143646,23287,530,1,1,0,0,-4918.07,502.059,2.48006,1.5708,300,0,0,4299,0,0,0,0,0),(143647,23287,530,1,1,0,0,-4926.75,455.508,1.52772,1.39626,300,0,0,4299,0,0,0,0,0),(143648,23287,530,1,1,0,0,-4981.04,460.073,4.20743,0.174533,300,0,0,4299,0,0,0,0,0),(143650,23287,530,1,1,0,0,-4907.83,475.566,0.890101,2.04204,300,0,0,4299,0,0,0,0,0),(143651,23287,530,1,1,0,0,-4882.04,472.489,-3.11754,3.22886,300,0,0,4299,0,0,0,0,0),(143652,23287,530,1,1,0,0,-4941.03,469.183,0.202341,1.06465,300,0,0,4299,0,0,0,0,0),(143653,23287,530,1,1,0,0,-4950.46,451.137,0.72554,0.942478,300,0,0,4299,0,0,0,0,0),(143654,23287,530,1,1,0,0,-4904.54,420.029,-5.08854,2.44346,300,0,0,4299,0,0,0,0,0),(143655,23287,530,1,1,0,0,-4959.42,393.706,-0.92949,4.5204,300,0,0,4299,0,0,0,0,0),(143657,23287,530,1,1,0,0,-4919.89,307.317,-13.1322,3.40339,300,0,0,4299,0,0,0,0,0),(143660,23287,530,1,1,0,0,-4941.54,294.663,-8.8148,3.26377,300,0,0,4299,0,0,0,0,0),(143661,23287,530,1,1,0,0,-4994.48,281.776,-3.49516,2.68781,300,0,0,4299,0,0,0,0,0),(143662,23287,530,1,1,0,0,-5014.46,279.322,0.0647393,2.35619,300,0,0,4299,0,0,0,0,0),(143663,23287,530,1,1,0,0,-4981,267.045,-6.29907,2.56563,300,0,0,4299,0,0,0,0,0),(143664,23287,530,1,1,0,0,-4966.65,279.133,-5.87696,2.84489,300,0,0,4299,0,0,0,0,0),(143666,23287,530,1,1,0,0,-5009.96,296.281,2.06325,2.79253,300,0,0,4299,0,0,0,0,0),(143667,23287,530,1,1,0,0,-4973.3,220.818,-10.6333,2.21657,300,0,0,4299,0,0,0,0,0),(143668,23287,530,1,1,0,0,-4977.84,252.817,-8.2034,2.40855,300,0,0,4299,0,0,0,0,0),(143669,23287,530,1,1,0,0,-5011.1,222.092,-10.5117,1.81514,300,0,0,4299,0,0,0,0,0),(143670,23287,530,1,1,0,0,-4995.98,254.496,-4.69926,2.21657,300,0,0,4299,0,0,0,0,0),(143671,23287,530,1,1,0,0,-5023.84,241.114,-4.39203,1.32645,300,0,0,4299,0,0,0,0,0),(143672,23287,530,1,1,0,0,-5044.64,201.475,-11.8637,0.872665,300,0,0,4299,0,0,0,0,0),(143673,23287,530,1,1,0,0,-5069.87,170.684,-9.40114,0.820305,300,0,0,4299,0,0,0,0,0),(143674,23287,530,1,1,0,0,-5009.81,160.832,-14.7209,2.75762,300,0,0,4299,0,0,0,0,0),(143675,23287,530,1,1,0,0,-5067.46,192.511,-8.89424,0.645772,300,0,0,4299,0,0,0,0,0),(143676,23287,530,1,1,0,0,-5041.76,179.201,-14.2369,0.959931,300,0,0,4299,0,0,0,0,0),(143677,23287,530,1,1,0,0,-5051.51,155.655,-12.6331,1.39626,300,0,0,4299,0,0,0,0,0),(143678,23287,530,1,1,0,0,-5090.02,180.66,-8.29923,0.349066,300,0,0,4299,0,0,0,0,0),(143679,23287,530,1,1,0,0,-5085.62,154.508,-10.8853,0.907571,300,0,0,4299,0,0,0,0,0),(143680,23287,530,1,1,0,0,-5056.44,120.819,-17.1502,2.05949,300,0,0,4299,0,0,0,0,0),(143681,23287,530,1,1,0,0,-5068.56,141.566,-13.4759,1.0821,300,0,0,4299,0,0,0,0,0),(143682,23287,530,1,1,0,0,-5115.29,147.599,-11.4053,0.645772,300,0,0,4299,0,0,0,0,0),(143683,23287,530,1,1,0,0,-5109.35,129.49,-13.6142,0.628318,300,0,0,4299,0,0,0,0,0),(143684,23287,530,1,1,0,0,-5107.62,169.443,-8.38708,0.349066,300,0,0,4299,0,0,0,0,0),(143685,23287,530,1,1,0,0,-5118.66,105.185,-12.5981,1.25664,300,0,0,4299,0,0,0,0,0),(143686,23287,530,1,1,0,0,-5149.46,152.029,-12.3915,6.17846,300,0,0,4299,0,0,0,0,0),(143687,23287,530,1,1,0,0,-5174.08,155.275,-12.2332,6.02139,300,0,0,4299,0,0,0,0,0),(143688,23287,530,1,1,0,0,-5198.48,157.077,-13.4146,0.471239,300,0,0,4299,0,0,0,0,0),(143689,23287,530,1,1,0,0,-5178.48,174.83,-11.4892,5.34071,300,0,0,4299,0,0,0,0,0),(143690,23287,530,1,1,0,0,-5198.59,202.205,-13.6357,5.11381,300,0,0,4299,0,0,0,0,0),(143691,23287,530,1,1,0,0,-5189.78,135.485,-12.0408,0.680678,300,0,0,4299,0,0,0,0,0),(143692,23287,530,1,1,0,0,-5229.69,136.861,-13.6339,0.558505,300,0,0,4299,0,0,0,0,0),(143693,23287,530,1,1,0,0,-5218.99,222.209,-11.3415,5.21853,300,0,0,4299,0,0,0,0,0),(143694,23287,530,1,1,0,0,-5220.69,199.715,-12.8052,5.95157,300,0,0,4299,0,0,0,0,0),(143695,23287,530,1,1,0,0,-5247.15,212.461,-13.8204,5.63741,300,0,0,4299,0,0,0,0,0),(143696,23287,530,1,1,0,0,-5241.21,231.772,-11.9311,5.51524,300,0,0,4299,0,0,0,0,0),(143697,23287,530,1,1,0,0,-5023.84,241.114,-4.39203,1.32645,300,0,0,4299,0,0,0,0,0),(143698,23287,530,1,1,0,0,-4937.38,438.723,2.34031,1.29154,300,0,0,4299,0,0,0,0,0),(143699,23287,530,1,1,0,0,-4940.02,535.288,7.1279,1.67552,300,0,0,4299,0,0,0,0,0),(143700,23287,530,1,1,0,0,-4959.94,591.927,12.991,1.98968,300,0,0,4299,0,0,0,0,0),(143702,23287,530,1,1,0,0,-4991.9,300.797,-1.30472,3.28122,300,0,0,4299,0,0,0,0,0),(143703,23287,530,1,1,0,0,-4970.34,322.204,-2.63689,3.90954,300,0,0,4299,0,0,0,0,0),(143704,23287,530,1,1,0,0,-4969.65,298.882,-3.50315,3.42085,300,0,0,4299,0,0,0,0,0),(143705,23287,530,1,1,0,0,-5069.87,170.684,-9.40114,0.820305,300,0,0,4299,0,0,0,0,0),(143708,23287,530,1,1,0,0,-4940.02,535.288,7.1279,1.67552,300,0,0,4299,0,0,0,0,0),(143709,23287,530,1,1,0,0,-4921.11,528.473,6.56836,2.04204,300,0,0,4299,0,0,0,0,0),(143710,23287,530,1,1,0,0,-4904.56,530.207,4.5631,2.1293,300,0,0,4299,0,0,0,0,0),(143711,23287,530,1,1,0,0,-4983.62,632.319,20.5838,3.05433,300,0,0,4299,0,0,0,0,0),(143712,23287,530,1,1,0,0,-4956.98,356.441,-2.26435,4.46804,300,0,0,4299,0,0,0,0,0),(143713,23287,530,1,1,0,0,-4965.99,483.219,4.14391,0.0349066,300,0,0,4299,0,0,0,0,0),(143715,23287,530,1,1,0,0,-4940.02,535.288,7.1279,1.67552,300,0,0,4299,0,0,0,0,0),(143716,23287,530,1,1,0,0,-5178.18,642.913,39.7944,1.91986,300,0,0,4299,0,0,0,0,0),(143717,23287,530,1,1,0,0,-5187.55,638.771,41.7437,1.95477,300,0,0,4299,0,0,0,0,0),(143718,23287,530,1,1,0,0,-5170.54,614.411,37.5913,4.92183,300,0,0,4299,0,0,0,0,0),(143719,23287,530,1,1,0,0,-5186.18,617.585,42.2341,4.34587,300,0,0,4299,0,0,0,0,0),(143720,23287,530,1,1,0,0,-5219.59,636.941,48.118,1.6057,300,0,0,4299,0,0,0,0,0),(143721,23287,530,1,1,0,0,-5209.47,636.056,45.9499,1.78024,300,0,0,4299,0,0,0,0,0),(143722,23287,530,1,1,0,0,-5209.13,619.51,46.4296,4.50295,300,0,0,4299,0,0,0,0,0),(143723,23287,530,1,1,0,0,-5197.96,636.202,44.0867,1.64061,300,0,0,4299,0,0,0,0,0),(143724,23287,530,1,1,0,0,-5195.91,618.55,44.3537,4.55531,300,0,0,4299,0,0,0,0,0),(143726,23169,530,1,1,0,0,-4967.99,620.932,15.9711,4.67637,300,4,0,4299,0,1,0,0,0),(143731,23169,530,1,1,0,0,-5010.13,689.911,18.9269,5.89491,300,4,0,4299,0,1,0,0,0),(143733,23169,530,1,1,0,0,-5013.31,639.056,23.5544,1.21291,300,4,0,4299,0,1,0,0,0),(143735,23169,530,1,1,0,0,-4979.91,633.551,20.3067,5.37258,300,4,0,4299,0,1,0,0,0),(143737,23169,530,1,1,0,0,-4966.19,655.646,20.2252,5.77068,300,4,0,4299,0,1,0,0,0),(143742,23169,530,1,1,0,0,-4920.44,554.348,6.81108,1.59274,300,4,0,4299,0,1,0,0,0),(143743,23169,530,1,1,0,0,-4885.11,529.774,-0.0718832,3.10488,300,4,0,4299,0,1,0,0,0),(143745,23169,530,1,1,0,0,-4958.08,598.221,13.3254,2.34514,300,4,0,4299,0,1,0,0,0),(143746,23169,530,1,1,0,0,-4946.53,565.818,8.39564,2.17196,300,4,0,4299,0,1,0,0,0),(143751,23169,530,1,1,0,0,-4883.25,474.996,-2.79057,0.494797,300,4,0,4299,0,1,0,0,0),(143753,23169,530,1,1,0,0,-4917.94,430.338,-1.61958,5.61221,300,4,0,4299,0,1,0,0,0),(143755,23169,530,1,1,0,0,-5038.03,350.875,2.62308,3.72062,300,4,0,4299,0,1,0,0,0),(143756,23169,530,1,1,0,0,-4973.92,319.212,-2.41731,1.52532,300,4,0,4299,0,1,0,0,0),(143757,23169,530,1,1,0,0,-4931.09,298.953,-11.7131,3.18538,300,4,0,4299,0,1,0,0,0),(143760,23169,530,1,1,0,0,-5010.78,274.031,-1.59692,4.01841,300,4,0,4299,0,1,0,0,0),(143763,23169,530,1,1,0,0,-5062.85,293.875,-8.14983,3.96782,300,4,0,4299,0,1,0,0,0),(143764,23169,530,1,1,0,0,-5018.06,224.327,-10.2253,0.688617,300,4,0,4299,0,1,0,0,0),(143766,23169,530,1,1,0,0,-4935.26,463.83,0.322369,0.162504,300,4,0,4299,0,1,0,0,0),(143767,23169,530,1,1,0,0,-4922.94,501.758,2.84953,5.34202,300,4,0,4299,0,1,0,0,0),(143768,23169,530,1,1,0,0,-4975.55,269.095,-6.79952,5.49943,300,4,0,4299,0,1,0,0,0),(143769,23169,530,1,1,0,0,-4960.4,355.089,-1.78741,5.13321,300,4,0,4299,0,1,0,0,0),(143777,23169,530,1,1,0,0,-5094.84,177.709,-8.40872,4.03879,300,4,0,4299,0,1,0,0,0),(143778,23169,530,1,1,0,0,-5059.07,126.298,-16.5597,5.17002,300,4,0,4299,0,1,0,0,0),(143779,23169,530,1,1,0,0,-5109.45,127.173,-13.8166,1.71806,300,4,0,4299,0,1,0,0,0),(143780,23169,530,1,1,0,0,-4954.41,294.593,-5.89805,0.862686,300,4,0,4299,0,1,0,0,0),(143781,23169,530,1,1,0,0,-5116.2,103.056,-12.6599,4.63843,300,4,0,4299,0,1,0,0,0),(143782,23169,530,1,1,0,0,-5143.03,145.9,-12.4776,2.74114,300,4,0,4299,0,1,0,0,0),(143783,23169,530,1,1,0,0,-5110.54,154.916,-10.5743,1.11505,300,4,0,4299,0,1,0,0,0),(143785,23169,530,1,1,0,0,-5003.26,159.898,-14.7386,0.22568,300,4,0,4299,0,1,0,0,0),(143787,23169,530,1,1,0,0,-4975.54,227.946,-10.7442,0.62282,300,4,0,4299,0,1,0,0,0),(143788,23169,530,1,1,0,0,-4991.77,250.844,-5.68125,2.22313,300,4,0,4299,0,1,0,0,0),(143790,23169,530,1,1,0,0,-5001.91,292.276,-0.909523,1.15177,300,4,0,4299,0,1,0,0,0),(143794,23169,530,1,1,0,0,-5040.05,317.909,-4.03592,4.63579,300,4,0,4299,0,1,0,0,0),(143795,23169,530,1,1,0,0,-4957.85,405.278,0.924021,3.04655,300,4,0,4299,0,1,0,0,0),(143796,23169,530,1,1,0,0,-4948.44,460.188,0.102771,0.993547,300,4,0,4299,0,1,0,0,0),(143798,23169,530,1,1,0,0,-4955.56,438.111,2.45324,3.58539,300,4,0,4299,0,1,0,0,0),(143799,23169,530,1,1,0,0,-4924.5,453.212,1.67316,0.402385,300,4,0,4299,0,1,0,0,0),(143800,23169,530,1,1,0,0,-4978.23,457.862,3.57961,5.98901,300,4,0,4299,0,1,0,0,0),(143801,23169,530,1,1,0,0,-4910.38,470.403,0.864112,1.14185,300,4,0,4299,0,1,0,0,0),(143802,23169,530,1,1,0,0,-4970.95,480.743,4.06482,5.43455,300,4,0,4299,0,1,0,0,0),(143808,23169,530,1,1,0,0,-4934.58,535.116,6.56459,4.53612,300,4,0,4299,0,1,0,0,0),(143809,23169,530,1,1,0,0,-4906.6,532.559,4.95723,1.96821,300,4,0,4299,0,1,0,0,0),(143810,23169,530,1,1,0,0,-4920.16,587.094,6.4686,2.24315,300,4,0,4299,0,1,0,0,0),(143816,23169,530,1,1,0,0,-5077.74,333.02,5.17965,2.50958,300,4,0,4299,0,1,0,0,0),(143819,23169,530,1,1,0,0,-5058.35,196.923,-9.94155,5.70228,300,4,0,4299,0,1,0,0,0),(143821,23169,530,1,1,0,0,-5071.98,158.804,-10.6722,0.0177878,300,4,0,4299,0,1,0,0,0),(143822,23326,530,1,1,0,0,-5001.69,643.449,22.8459,5.31193,300,4,0,3224,0,1,0,0,0),(143827,23326,530,1,1,0,0,-4963.24,605.275,15.154,1.85274,300,0,0,3224,0,2,0,0,0),(143833,23326,530,1,1,0,0,-5015.39,692.087,18.8692,3.37932,300,4,0,3224,0,1,0,0,0),(143834,23326,530,1,1,0,0,-4951.82,581.446,11.222,2.67656,300,4,0,3224,0,1,0,0,0),(143837,23326,530,1,1,0,0,-4926.3,510.823,5.91257,2.36952,300,0,0,3224,0,2,0,0,0),(143838,23326,530,1,1,0,0,-4921.18,439.673,0.8384,0.543838,300,4,0,3224,0,1,0,0,0),(143839,23326,530,1,1,0,0,-4952.6,401.475,-0.353805,3.41874,300,4,0,3224,0,1,0,0,0),(143840,23326,530,1,1,0,0,-4869.95,530.626,-1.55347,3.01892,300,0,0,3224,0,2,0,0,0),(143841,23326,530,1,1,0,0,-4965.88,349.554,-1.5365,4.61586,300,4,0,3224,0,1,0,0,0),(143843,23326,530,1,1,0,0,-4922.49,300.925,-12.9711,4.31468,300,0,0,3224,0,2,0,0,0),(143844,23326,530,1,1,0,0,-5014.13,288.192,1.79353,5.62062,300,4,0,3224,0,1,0,0,0),(143845,23326,530,1,1,0,0,-4962.29,381.237,-1.74482,4.60277,300,4,0,3224,0,1,0,0,0),(143848,23326,530,1,1,0,0,-5009.85,293.168,1.58165,4.3808,300,0,0,3224,0,2,0,0,0),(143849,23326,530,1,1,0,0,-5054.07,191.364,-11.1294,4.91306,300,4,0,3224,0,1,0,0,0),(143850,23326,530,1,1,0,0,-5061.09,118.984,-16.3236,3.18534,300,0,0,3224,0,2,0,0,0),(143851,23326,530,1,1,0,0,-5084.81,170.59,-8.36356,2.47063,300,4,0,3224,0,1,0,0,0),(143852,23326,530,1,1,0,0,-5118.9,113.851,-12.9581,1.05327,300,4,0,3224,0,1,0,0,0),(143853,23326,530,1,1,0,0,-5121.38,140.211,-12.2417,4.71765,300,4,0,3224,0,1,0,0,0),(143854,23326,530,1,1,0,0,-5028.93,162.433,-14.6967,4.59892,300,4,0,3224,0,1,0,0,0),(143856,23326,530,1,1,0,0,-5162.3,147.26,-13.6849,2.2132,300,4,0,3224,0,1,0,0,0),(143857,23326,530,1,1,0,0,-5195.16,185.977,-12.4741,2.13534,300,4,0,3224,0,1,0,0,0),(143858,23326,530,1,1,0,0,-5185.33,154.898,-12.4972,5.5321,300,4,0,3224,0,1,0,0,0),(143859,23326,530,1,1,0,0,-5052.25,176.883,-11.9523,0.755298,300,0,0,3224,0,2,0,0,0),(143861,23326,530,1,1,0,0,-4995.01,236.348,-7.46259,6.06303,300,4,0,3224,0,1,0,0,0),(143863,23326,530,1,1,0,0,-5038.44,207.097,-11.7582,3.84909,300,4,0,3224,0,1,0,0,0),(143864,23326,530,1,1,0,0,-4949.18,294.446,-6.96634,0.678574,300,4,0,3224,0,1,0,0,0),(143865,23326,530,1,1,0,0,-4973.03,308.006,-2.71484,1.89226,300,4,0,3224,0,1,0,0,0),(143869,23326,530,1,1,0,0,-4906.55,472.265,0.740518,2.36905,300,4,0,3224,0,1,0,0,0),(143870,23326,530,1,1,0,0,-4942.34,455.295,0.785726,3.04841,300,4,0,3224,0,1,0,0,0),(143871,23326,530,1,1,0,0,-4927.63,480.446,-0.214077,3.81204,300,4,0,3224,0,1,0,0,0),(143872,23326,530,1,1,0,0,-4917.62,533.382,6.37713,4.49782,300,4,0,3224,0,1,0,0,0),(143874,23326,530,1,1,0,0,-4916.31,586.335,5.46745,0.631142,300,4,0,3224,0,1,0,0,0),(143875,23326,530,1,1,0,0,-4979.85,626.723,18.8997,2.5371,300,4,0,3224,0,1,0,0,0),(143876,23326,530,1,1,0,0,-4968.97,659.846,20.9521,0.472925,300,4,0,3224,0,1,0,0,0),(143877,23326,530,1,1,0,0,-5002.8,646.277,22.8528,0.436832,300,4,0,3224,0,1,0,0,0),(143879,23326,530,1,1,0,0,-5069.65,161.793,-10.4524,3.35822,300,4,0,3224,0,1,0,0,0),(143881,23309,530,1,1,0,0,-4860.77,468.779,-5.74204,4.24115,300,0,0,4299,0,0,0,0,0),(143882,23324,530,1,1,0,0,-5196.18,166.819,-12.5939,4.93055,300,0,0,4299,0,0,0,0,0),(143883,23324,530,1,1,0,0,-5210.66,146.508,-14.0698,3.90994,300,0,0,4299,0,0,0,0,0),(143884,23324,530,1,1,0,0,-5178.91,173.927,-11.5406,1.13044,300,0,0,4299,0,0,0,0,0),(143885,23324,530,1,1,0,0,-5192.22,133.612,-12.0078,2.23203,300,0,0,4299,0,0,0,0,0),(143886,23324,530,1,1,0,0,-5179.03,152.351,-12.4635,4.377,300,0,0,4299,0,0,0,0,0),(143887,23324,530,1,1,0,0,-5236.02,198.761,-13.9391,1.10017,300,0,0,4299,0,0,0,0,0),(143888,23324,530,1,1,0,0,-5210.28,207.824,-12.7915,1.51252,300,0,0,4299,0,0,0,0,0),(143889,23324,530,1,1,0,0,-5230.44,213.072,-12.7647,4.86818,300,0,0,4299,0,0,0,0,0),(143890,23324,530,1,1,0,0,-5254.5,210.487,-13.7562,5.22833,300,0,0,4299,0,0,0,0,0),(143891,23324,530,1,1,0,0,-5224.81,227.146,-10.9794,5.06882,300,0,0,4299,0,0,0,0,0),(143892,23305,530,1,1,0,0,-5223.8,139.136,-13.6459,5.91905,300,0,0,4299,0,0,0,0,0),(143893,23305,530,1,1,0,0,-5247.99,226.556,-12.5696,3.97075,300,0,0,4299,0,0,0,0,0),(244811,32837,0,1,1,0,1,2310.73,296.853,37.3108,4.44553,600,0,0,247,0,0,0,0,0),(244810,32837,1,1,1,0,1,354.242,-4684.24,16.4578,3.5501,600,0,0,247,0,0,0,0,0),(244809,32798,530,1,1,0,0,9484.74,-6813.9,16.4939,0.571603,120,0,0,34032,31924,0,0,0,0),(240781,32820,0,1,1,0,0,-9892,-296,34.618,3.511,600,20,0,2,0,1,0,0,0),(240780,32820,0,1,1,0,0,-9892,-1359,34.463,6.268,600,20,0,2,0,1,0,0,0),(240779,32820,0,1,1,0,0,-9895,-1281,33.821,4.304,600,20,0,2,0,1,0,0,0),(240778,32820,0,1,1,0,0,-9896,329.928,36.451,1.921,600,20,0,2,0,1,0,0,0),(240777,32820,0,1,1,0,0,-9896,-1061,28.464,5.99,600,20,0,2,0,1,0,0,0),(240776,32820,0,1,1,0,0,-9901,-303,34.373,0.437,600,20,0,2,0,1,0,0,0),(240775,32820,0,1,1,0,0,-9901,-1281,32.436,4.133,600,20,0,2,0,1,0,0,0),(240774,32820,0,1,1,0,0,-9902,81.655,32.322,5.607,600,20,0,2,0,1,0,0,0),(240773,32820,0,1,1,0,0,-9906,-56,29.896,0.191,600,20,0,2,0,1,0,0,0),(240772,32820,0,1,1,0,0,-9907,-331,33.75,3.793,600,20,0,2,0,1,0,0,0),(240771,32820,0,1,1,0,0,-9908,-1489,26.38,5.963,600,20,0,2,0,1,0,0,0),(240770,32820,0,1,1,0,0,-9910,-894,23.534,0.697,600,20,0,2,0,1,0,0,0),(240769,32820,0,1,1,0,0,-9911,456.769,34.47,2.141,600,20,0,2,0,1,0,0,0),(240768,32820,0,1,1,0,0,-9911,-377,31.405,5.939,600,20,0,2,0,1,0,0,0),(240767,32820,0,1,1,0,0,-9913,646.473,36.822,4.221,600,20,0,2,0,1,0,0,0),(240766,32820,0,1,1,0,0,-9914,-911,23.237,2.325,600,20,0,2,0,1,0,0,0),(240765,32820,0,1,1,0,0,-9914,-1056,25.676,4.699,600,20,0,2,0,1,0,0,0),(240764,32820,0,1,1,0,0,-9914,-1657,22.859,4.768,600,20,0,2,0,1,0,0,0),(240763,32820,0,1,1,0,0,-9917,599.298,39.564,0,600,20,0,2,0,1,0,0,0),(240762,32820,0,1,1,0,0,-9918,415.128,35.311,0,600,20,0,2,0,1,0,0,0),(240761,32820,0,1,1,0,0,-9918,42.296,32.719,2.63,600,20,0,2,0,1,0,0,0),(240760,32820,0,1,1,0,0,-9918,-839,20.029,1.622,600,20,0,2,0,1,0,0,0),(240759,32820,0,1,1,0,0,-9919,-64,30.693,1.277,600,20,0,2,0,1,0,0,0),(240758,32820,0,1,1,0,0,-9920,613.934,40.759,3.77,600,20,0,2,0,1,0,0,0),(240757,32820,0,1,1,0,0,-9920,-419,24.92,3.004,600,20,0,2,0,1,0,0,0),(240756,32820,0,1,1,0,0,-9921,-1244,25.03,2.628,600,20,0,2,0,1,0,0,0),(240755,32820,0,1,1,0,0,-9923,79.156,32.697,3.526,600,20,0,2,0,1,0,0,0),(240754,32820,0,1,1,0,0,-9923,-1477,24.17,2.616,600,20,0,2,0,1,0,0,0),(240753,32820,0,1,1,0,0,-9924,38.387,32.595,3.142,600,20,0,2,0,1,0,0,0),(240752,32820,0,1,1,0,0,-9924,-979,20.854,2.209,600,20,0,2,0,1,0,0,0),(240751,32820,0,1,1,0,0,-9925,-90,29.881,0.517,600,20,0,2,0,1,0,0,0),(240750,32820,0,1,1,0,0,-9928,-1452,27.62,1.308,600,20,0,2,0,1,0,0,0),(240749,32820,0,1,1,0,0,-9929,-1098,24.09,2.897,600,20,0,2,0,1,0,0,0),(240748,32820,0,1,1,0,0,-9929,-1157,22.215,3.421,600,20,0,2,0,1,0,0,0),(240747,32820,0,1,1,0,0,-9931,-45,30.883,5.497,600,20,0,2,0,1,0,0,0),(240746,32820,0,1,1,0,0,-9933,-1093,23.46,6.133,600,20,0,2,0,1,0,0,0),(240745,32820,0,1,1,0,0,-9933,-1164,20.941,4.451,600,20,0,2,0,1,0,0,0),(240744,32820,0,1,1,0,0,-9936,583.854,37.895,3.957,600,20,0,2,0,1,0,0,0),(240743,32820,0,1,1,0,0,-9937,650.755,33.537,0.565,600,20,0,2,0,1,0,0,0),(240742,32820,0,1,1,0,0,-9942,-1560,25.45,2.348,600,20,0,2,0,1,0,0,0),(240741,32820,0,1,1,0,0,-9958.61,-153.27,22.3896,5.7039,600,20,0,2,0,1,0,0,0),(240740,32820,0,1,1,0,0,-9946,604.266,38.356,1.857,600,20,0,2,0,1,0,0,0),(240739,32820,0,1,1,0,0,-9946,129.134,33.365,0.596,600,20,0,2,0,1,0,0,0),(240738,32820,0,1,1,0,0,-9947,-44,33.23,1.308,600,20,0,2,0,1,0,0,0),(240737,32820,0,1,1,0,0,-9948,-20,34.2,5.984,600,20,0,2,0,1,0,0,0),(240736,32820,0,1,1,0,0,-9948,-55,32.847,5.109,600,20,0,2,0,1,0,0,0),(240735,32820,0,1,1,0,0,-9950,621.918,37.356,5.061,600,20,0,2,0,1,0,0,0),(240734,32820,0,1,1,0,0,-9950,615.613,37.291,1.169,600,20,0,2,0,1,0,0,0),(240733,32820,0,1,1,0,0,-9950,413.263,35.043,3.409,600,20,0,2,0,1,0,0,0),(240732,32820,0,1,1,0,0,-9951,675.731,32.108,3.045,600,20,0,2,0,1,0,0,0),(240731,32820,0,1,1,0,0,-9952,-19,34.434,5.494,600,20,0,2,0,1,0,0,0),(240730,32820,0,1,1,0,0,-9952,-133,25.452,3.594,600,20,0,2,0,1,0,0,0),(240729,32820,0,1,1,0,0,-9954,554.6,39.256,0.457,600,20,0,2,0,1,0,0,0),(240728,32820,0,1,1,0,0,-9955,41.774,33.476,1.127,600,20,0,2,0,1,0,0,0),(240727,32820,0,1,1,0,0,-9957,-46,33.197,3.964,600,20,0,2,0,1,0,0,0),(240726,32820,0,1,1,0,0,-9957,-274,26.367,3.351,600,20,0,2,0,1,0,0,0),(240725,32820,0,1,1,0,0,-9957,-1280,24.766,2.885,600,20,0,2,0,1,0,0,0),(240724,32820,0,1,1,0,0,-9957,-1421,25.077,0.994,600,20,0,2,0,1,0,0,0),(240723,32820,0,1,1,0,0,-9959,925.294,45.374,5.412,600,20,0,2,0,1,0,0,0),(1976193,14526,1,1,1,0,0,6179.29,-1065,385.375,1.156,600,0,0,3331,0,0,0,0,0),(1976566,30136,571,1,4,0,1,7419.12,-1009.96,538.636,5.94553,300,0,0,5885,0,0,0,0,0),(1976565,30136,571,1,4,0,1,7438.33,-989.91,538.669,5.58032,300,0,0,6088,0,0,0,0,0),(1976564,30136,571,1,4,0,1,7442.67,-972.118,538.613,5.53712,300,0,0,6088,0,0,0,0,0),(246052,15107,529,1,2,0,0,1189.31,1183.63,-56.0443,2.44346,7200,0,0,1,0,0,0,0,0),(246051,15107,529,1,2,0,0,1170.5,1161.7,-56.4227,0.357083,7200,10,0,1,0,1,0,0,0),(246104,15086,529,1,2,0,1,1207.82,1198.78,-56.1779,2.86234,7200,0,0,1,0,0,0,0,0),(246021,15087,529,1,4,0,1,1167.39,1182.29,-56.3064,5.17983,7200,0,0,1,0,2,0,0,0),(246035,15063,529,1,8,0,1,979.588,997.244,-43.9798,0.575959,7200,0,0,1,0,0,0,0,0),(246072,15063,529,1,8,0,1,980.162,989.083,-43.9306,0.191986,7200,0,0,1,0,0,0,0,0),(246071,15063,529,1,8,0,1,983.693,1008.41,-42.5199,5.35816,7200,0,0,1,0,0,0,0,0),(246100,15063,529,1,8,0,1,996.188,1003.25,-42.5221,4.72984,7200,0,0,1,0,0,0,0,0),(246088,15064,529,1,16,0,1,996.413,1002.88,-42.52,4.7822,7200,0,0,1,0,0,0,0,0),(246010,15064,529,1,16,0,1,968.975,999.732,-43.9377,2.53073,7200,0,0,1,0,0,0,0,0),(246012,15064,529,1,16,0,1,979.603,997.367,-43.9784,1.01229,7200,0,0,1,0,0,0,0,0),(246086,15064,529,1,16,0,1,983.581,1008.55,-42.5199,5.34071,7200,0,0,1,0,0,0,0,0),(246087,15064,529,1,16,0,1,990.38,1014.8,-42.5199,6.12611,7200,0,0,1,0,0,0,0,0),(246036,15065,529,1,24,0,0,1008.77,1005.8,-44.0248,6.21337,7200,0,0,1,0,0,0,0,0),(246098,15066,529,1,24,0,0,1017.91,1008.77,-44.3462,5.96903,7200,0,0,1,0,2,0,0,0),(246009,15071,529,1,24,0,0,989.03,1036.78,-43.093,3.14062,7200,0,0,1,0,2,0,0,0),(246011,15072,529,1,24,0,0,1008.8,1005.81,-44.0267,6.24828,7200,0,0,1,0,2,0,0,0),(246108,15074,529,1,512,0,1,1245.53,773.819,-103.848,4.20641,7200,0,0,1,0,0,0,0,0),(90180,22515,628,3,1,0,0,313.234,-918.045,48.856,4.86947,7200,0,0,1,0,0,0,0,0),(1970816,28167,595,3,1,0,0,2166.87,1239.08,137.51,2.18166,300,0,0,609,0,0,0,0,0),(1970815,28167,595,3,1,0,0,2157.32,1260.45,134.938,0.610865,300,0,0,609,0,0,0,0,0),(1970814,28167,595,3,1,0,0,2190.07,1308.66,132.4,5.32325,300,0,0,609,0,0,0,0,0),(1970813,27907,595,3,1,0,0,1670.26,872.873,120.135,0.418879,300,0,0,8982,0,0,0,0,0),(1970811,28656,595,3,1,0,0,1547.97,576.521,92.79,5.67232,300,0,0,12600,0,0,0,0,0),(1970812,27903,595,3,1,0,0,1588.94,597.98,99.4726,2.80998,300,0,0,8982,0,0,0,0,0),(1970810,27885,595,3,1,0,0,1603.48,749.68,114.846,1.3461,300,0,0,8982,0,0,0,0,0),(1970809,27884,595,3,1,0,0,1636.7,725.642,113.662,0.893359,300,0,0,8982,0,0,0,0,0),(1970808,27877,595,3,1,0,0,1561.57,670.32,102.244,0.575959,300,0,0,4050,0,0,0,0,0),(133980,36970,672,15,1,0,0,29.2506,-6.92039,23.3714,3.45575,604800,0,0,1,0,0,0,0,0),(133979,36970,672,15,1,0,0,35.651,20.2921,25.1161,1.58825,604800,0,0,1,0,0,0,0,0),(133946,37547,672,15,1,0,0,11.4584,16.3662,20.5419,0,604800,0,0,1,0,0,0,0,0),(133945,37547,672,15,1,0,0,8.5994,-28.5585,24.7992,0,604800,0,0,1,0,0,0,0,0),(41821,33089,603,3,16,0,0,1622.45,-321.156,417.619,4.67748,10,20,0,1,0,1,0,0,0),(200027,35644,650,3,1,0,0,774.898,573.736,412.475,2.14675,999999,0,0,50000,0,0,0,0,0),(239003,21225,548,1,1,0,1,322.69,-759.26,-13.1582,0.225338,604800,0,0,125668,0,2,0,0,0),(239002,21225,548,1,1,0,1,437.805,-755.739,-7.14427,2.58939,604800,0,0,125668,0,2,0,0,0),(1971579,17292,540,2,1,0,0,147.522,-88.6911,1.9159,1.4348,300,0,0,6104,0,0,0,0,0),(1975916,30422,571,1,4,0,0,7142.27,-2214.55,758.268,5.21568,300,0,0,12175,0,0,0,0,0),(1975930,29843,571,1,1,0,1,6984.83,-0.527235,810.066,0.0349066,300,0,0,11770,3809,0,0,0,0),(1975960,26081,0,1,1,0,1,-6377.96,1268.65,7.1874,5.39597,300,0,0,3073,0,0,0,0,0),(1976005,30163,571,1,4,0,0,7224.37,-3266.17,837.535,3.33358,300,0,0,50400,0,0,0,0,0),(1976004,30163,571,1,4,0,0,7286.04,-3116.05,837.535,0.663225,300,0,0,50400,0,0,0,0,0),(1975965,30169,571,1,8,0,0,7181.41,-3533.11,826.956,3.21141,300,0,0,1,0,0,0,0,0),(1975964,30099,571,1,4,0,0,7199.92,-3530.57,826.845,1.59574,300,0,0,48700,0,0,0,0,0),(1976127,31437,1,1,128,0,0,1348.6,-4427.49,27.5116,4.18879,300,0,0,42,0,0,0,0,0),(1976126,31437,1,1,128,0,0,1522.16,-4437.87,18.1303,0.523599,300,0,0,42,0,0,0,0,0),(1976125,31437,1,1,128,0,0,1525.64,-4435.69,16.5148,0.872665,300,0,0,42,0,0,0,0,0),(1976124,31437,1,1,128,0,0,1501.53,-4395.09,22.5012,0.139626,300,0,0,42,0,0,0,0,0),(1976123,31437,1,1,128,0,0,1439.33,-4364.56,25.3187,0.20944,300,0,0,42,0,0,0,0,0),(1976122,31437,1,1,128,0,0,1341.65,-4420.3,27.241,2.15036,300,0,0,42,0,0,0,0,0),(1976121,31437,1,1,128,0,0,1329.38,-4358.21,28.4718,1.37259,300,0,0,42,0,0,0,0,0),(1976120,31437,1,1,128,0,0,1501.9,-4437.72,24.7493,0.069813,300,0,0,42,0,0,0,0,0),(1976119,31437,1,1,128,0,0,1590.13,-4427.63,8.5698,4.08407,300,0,0,42,0,0,0,0,0),(1976118,31437,1,1,128,0,0,1506.25,-4390.73,21.2549,0.383972,300,0,0,42,0,0,0,0,0),(1976117,31437,1,1,128,0,0,1421.35,-4385.14,27.9797,0.034907,300,0,0,42,0,0,0,0,0),(1976116,31437,1,1,128,0,0,1438.97,-4368.84,25.3187,6.05629,300,0,0,42,0,0,0,0,0),(1976115,31437,1,1,128,0,0,1293,-4425.1,26.7719,2.32129,300,0,0,42,0,0,0,0,0),(1976114,31437,1,1,128,0,0,1588.52,-4423.32,8.55745,4.60385,300,0,0,42,0,0,0,0,0),(1976113,31437,1,1,128,0,0,1509.96,-4429.22,21.4358,1.8326,300,0,0,42,0,0,0,0,0),(1976112,31437,1,1,128,0,0,1434.89,-4359.25,25.3187,3.48839,300,0,0,42,0,0,0,0,0),(1976111,31437,1,1,128,0,0,1507.59,-4433.21,22.5193,0.733038,300,0,0,42,0,0,0,0,0),(1976110,31437,1,1,128,0,0,1429.54,-4420.9,25.3187,5.70723,300,0,0,42,0,0,0,0,0),(1976109,31437,1,1,128,0,0,1444.13,-4431.9,25.3187,1.71042,300,0,0,42,0,0,0,0,0),(1976108,31437,1,1,128,0,0,1418.51,-4354.17,27.9913,4.74729,300,0,0,42,0,0,0,0,0),(1976107,31437,1,1,128,0,0,1422.9,-4403.13,28.0279,1.37881,300,0,0,42,0,0,0,0,0),(1976106,31437,1,1,128,0,0,1429.84,-4355.29,25.3187,4.50295,300,0,0,42,0,0,0,0,0),(1976105,31437,1,1,128,0,0,1373.46,-4354.62,26.4516,0.680678,300,0,0,42,0,0,0,0,0),(1976104,31437,1,1,128,0,0,1437.46,-4430.24,25.3187,1.64061,300,0,0,42,0,0,0,0,0),(1976103,31437,1,1,128,0,0,1341.92,-4340.45,27.4999,4.85202,300,0,0,42,0,0,0,0,0),(1976102,31437,1,1,128,0,0,1370.87,-4415.52,29.7207,3.21141,300,0,0,42,0,0,0,0,0),(1976101,31437,1,1,128,0,0,1510.11,-4399.52,20.1228,0.959931,300,0,0,42,0,0,0,0,0),(1976100,31437,1,1,128,0,0,1439.46,-4430.56,25.3187,0.087266,300,0,0,42,0,0,0,0,0),(1976099,31437,1,1,128,0,0,1492.76,-4396.73,24.7758,0.506145,300,0,0,42,0,0,0,0,0),(1976098,31437,1,1,128,0,0,1438.44,-4432.79,25.3187,1.6057,300,0,0,42,0,0,0,0,0),(1976097,31437,1,1,128,0,0,1511.79,-4433.06,21.1091,4.2586,300,0,0,42,0,0,0,0,0),(1976048,31416,1,1,128,0,1,1902.63,-4628.79,33.9763,0.593412,300,0,0,16050,0,0,0,0,0),(247152,36811,631,10,1,0,1,-583.485,2201.45,49.4767,3.03164,86400,0,0,1,0,0,0,0,0),(247141,36805,631,10,1,0,1,-584.135,2227.3,49.4765,3.42827,86400,0,0,1,0,0,0,0,0),(133970,36971,673,15,1,0,0,59.6708,6.21392,39.0067,3.735,604800,0,0,1,0,0,0,0,0),(133969,36971,673,15,1,0,0,60.0911,-6.35005,38.9569,2.54818,604800,0,0,1,0,0,0,0,0),(133968,36971,673,15,1,0,0,-26.1657,-13.3904,34.679,0.890118,604800,0,0,1,0,0,0,0,0),(133967,36971,673,15,1,0,0,-29.3313,-23.2348,33.9633,2.80988,604800,0,0,1,0,0,0,0,0),(113871,24254,571,1,1,0,0,813.44,-4697.44,-96.1446,4.35,1,0,0,1223,2846,0,0,0,0),(113870,24254,571,1,1,0,0,775.74,-4746.32,-96.1446,0.76,1,0,0,1223,2846,0,0,0,0),(1976446,30060,571,1,2,0,0,7268.08,-1064.25,941.133,4.10979,300,0,0,12175,0,0,0,0,0),(1976447,30060,571,1,2,0,0,7255.3,-1066.41,941.354,4.98944,300,0,0,12175,0,0,0,0,0),(1976563,30136,571,1,4,0,1,7469.88,-963.062,538.675,5.329,300,0,0,6088,0,0,0,0,0),(1976562,30136,571,1,4,0,1,7485.82,-943.184,538.617,5.23475,300,0,0,5885,0,0,0,0,0),(1975221,32892,603,3,1,11686,0,2105.04,-292.56,420,0.785398,604800,0,0,12600,0,0,0,0,0),(1975222,33378,603,3,1,11686,0,2092.95,-263,433.3,5.49779,604800,0,0,12600,0,0,0,0,0),(247002,15218,0,1,1,0,0,-9571,-18,62.9345,5.72347,300,0,0,4121,0,0,0,0,0),(247001,15218,530,1,1,0,0,-1742,5457,-12.427,5.72347,300,0,0,4121,0,0,0,0,0),(133278,27712,571,1,1,24995,0,3639.22,-1232.48,98.0911,4.50294,8,5,0,399,0,1,0,0,0),(133279,27712,571,1,1,24994,0,3640.73,-1226.3,98.0911,0.934767,8,5,0,399,0,1,0,0,0),(133280,27712,571,1,1,24993,0,3691.74,-1169.81,98.0913,4.3188,8,5,0,399,0,1,0,0,0),(133281,27712,571,1,1,24995,0,3662.97,-1233.61,98.0911,1.91605,8,5,0,399,0,1,0,0,0),(133282,27712,571,1,1,24993,0,3650.95,-1227.94,98.26,1.0164,8,5,0,399,0,1,0,0,0),(133283,27712,571,1,1,24994,0,3658.86,-1242.07,98.0911,1.67054,8,5,0,399,0,1,0,0,0),(133284,27712,571,1,1,24993,0,3661.91,-1228.71,98.0911,2.87594,8,5,0,399,0,1,0,0,0),(133301,27712,571,1,1,24993,0,3657.45,-1229.03,98.3436,2.25148,8,5,0,399,0,1,0,0,0),(247136,36808,631,5,1,0,1,-599.837,2226.17,49.5599,3.36849,86400,0,0,1,0,0,0,0,0),(133950,37547,673,15,1,0,0,-58.1547,0.748094,41.8766,0,604800,0,0,1,0,0,0,0,0),(133951,37547,673,15,1,0,0,-39.4953,16.6872,34.3943,0,604800,0,0,1,0,0,0,0,0),(133952,37547,673,15,1,0,0,-27.097,27.9929,34.3631,0,604800,0,0,1,0,0,0,0,0),(133953,37547,673,15,1,0,0,-15.0316,12.0216,33.8629,0,604800,0,0,1,0,0,0,0,0),(133954,37547,673,15,1,0,0,9.46182,16.1523,35.1091,0,604800,0,0,1,0,0,0,0,0),(133955,37547,673,15,1,0,0,27.6276,27.103,36.8003,0,604800,0,0,1,0,0,0,0,0),(41822,33089,603,3,16,0,0,1649.44,-319.813,418.394,1.0821,10,20,0,1,0,1,0,0,0),(1976191,14524,1,1,1,0,0,6227.37,-1068,378.57,0.969,600,0,0,3331,0,0,0,0,0),(1976483,30065,571,1,2,0,0,7287.17,-1126.52,938.569,5.43947,300,0,0,121750,0,0,0,0,0),(1976484,30065,571,1,2,0,0,7256.88,-1069.43,940.928,1.84235,300,0,0,121750,0,0,0,0,0),(1976561,30136,571,1,4,0,1,7503.1,-941.551,538.637,5.10908,300,0,0,6088,0,0,0,0,0),(247151,36811,631,10,1,0,1,-568.841,2226.69,49.4765,3.34187,86400,0,0,1,0,0,0,0,0),(133947,37547,672,15,1,0,0,38.9434,-33.808,25.3962,0,604800,0,0,1,0,0,0,0,0),(133973,37215,673,15,1,31044,0,3.8386,0.183334,24.1005,0,604800,0,0,1,0,0,0,0,0),(1975765,38310,631,15,1,0,0,4327.35,2571.55,368.74,0,300,0,0,42,0,0,0,0,0),(1975764,38310,631,15,1,0,0,4386.35,2571.55,368.74,0,300,0,0,42,0,0,0,0,0),(1975763,38310,631,15,1,0,0,4386.35,2606.96,368.74,0,300,0,0,42,0,0,0,0,0),(1975762,38310,631,15,1,0,0,4327.35,2606.96,368.74,0,300,0,0,42,0,0,0,0,0),(144096,15384,550,1,1,0,0,330.344,-1.1002,42.8605,3.1765,604800,0,0,1,0,0,0,0,0),(144097,15384,550,1,1,0,0,335.638,59.4879,17.9319,1.8326,604800,0,0,1,0,0,0,0,0),(144098,15384,550,1,1,0,0,332.723,-61.159,17.9791,3.64774,604800,0,0,1,0,0,0,0,0),(144099,15384,550,1,1,0,0,388.791,-33.1059,20.2636,4.85202,604800,0,0,1,0,0,0,0,0),(144100,15384,550,1,1,0,0,388.751,31.7312,20.2636,4.62512,604800,0,0,1,0,0,0,0,0),(144101,15384,550,1,1,0,0,276.072,-0.578703,26.2075,2.11185,604800,0,0,1,0,0,0,0,0),(144102,15384,550,1,1,0,0,259.228,35.879,20.263,5.0091,604800,0,0,1,0,0,0,0,0),(144103,15384,550,1,1,0,0,258.959,-38.6871,20.2629,5.72468,604800,0,0,1,0,0,0,0,0),(144104,12999,550,1,1,0,0,425.408,-0.379617,80.368,0.925025,604800,0,0,1,0,0,0,0,0),(144105,20035,550,1,1,0,0,639.83,2.04339,46.8622,6.21337,604800,0,0,1,0,0,0,0,0),(144106,20035,550,1,1,0,0,728.804,-43.1283,46.8621,3.76991,604800,0,0,1,0,0,0,0,0),(144107,20035,550,1,1,0,0,724.668,47.5516,46.8622,5.48033,604800,0,0,1,0,0,0,0,0),(144108,20050,550,1,1,0,0,730.171,45.3477,46.8622,3.4383,604800,0,0,1,0,0,0,0,0),(144109,20050,550,1,1,0,0,639.662,-3.34107,46.8622,0.0523599,604800,0,0,1,0,0,0,0,0),(144110,20050,550,1,1,0,0,727.479,-46.945,46.8621,2.11185,604800,0,0,1,0,0,0,0,0),(144111,22517,550,1,1,0,0,665.109,-0.950598,46.8622,4.41568,604800,0,0,1,0,0,0,0,0),(144112,22517,550,1,1,0,0,701.936,66.0507,46.8622,3.12414,604800,0,0,1,0,0,0,0,0),(144113,22517,550,1,1,0,0,708.809,-0.769152,46.8622,5.14872,604800,0,0,1,0,0,0,0,0),(144114,22517,550,1,1,0,0,699.306,-67.6275,46.8622,1.51844,604800,0,0,1,0,0,0,0,0),(144115,22517,550,1,1,0,0,732.947,-0.566178,46.8621,3.61283,604800,0,0,1,0,0,0,0,0),(144116,22517,550,1,1,0,0,798.812,61.567,115.344,3.76991,604800,0,0,1,0,0,0,0,0),(144117,22517,550,1,1,0,0,785.424,-52.2998,134.915,4.71239,604800,0,0,1,0,0,0,0,0),(144118,22517,550,1,1,0,0,775.732,-61.3694,119.499,5.8294,604800,0,0,1,0,0,0,0,0),(144119,22517,550,1,1,0,0,799.883,-39.7906,86.0409,3.31613,604800,0,0,1,0,0,0,0,0),(144120,22517,550,1,1,0,0,800.02,-62.7172,109.617,1.6057,604800,0,0,1,0,0,0,0,0),(144121,22517,550,1,1,0,0,799.482,38.384,84.1886,3.83972,604800,0,0,1,0,0,0,0,0),(144122,22517,550,1,1,0,0,851.597,17.9129,109.899,1.27409,604800,0,0,1,0,0,0,0,0),(144123,22517,550,1,1,0,0,847.84,14.6727,64.7251,3.78736,604800,0,0,1,0,0,0,0,0),(144124,22517,550,1,1,0,0,844.856,6.18553,65.8621,0.244346,604800,0,0,1,0,0,0,0,0),(144125,22517,550,1,1,0,0,855.75,-1.33504,112.826,3.83972,604800,0,0,1,0,0,0,0,0),(144126,22517,550,1,1,0,0,849.409,37.1127,77.684,4.92183,604800,0,0,1,0,0,0,0,0),(144127,22517,550,1,1,0,0,852.716,-17.1614,111.899,5.60251,604800,0,0,1,0,0,0,0,0),(144128,22517,550,1,1,0,0,844.888,-7.43957,66.1398,0.244346,604800,0,0,1,0,0,0,0,0),(144129,22517,550,1,1,0,0,846.63,-37.764,84.4061,2.61799,604800,0,0,1,0,0,0,0,0),(144130,22517,550,1,1,0,0,847.912,-16.2705,64.8023,4.66003,604800,0,0,1,0,0,0,0,0),(144131,22517,550,1,1,0,0,848.437,30.2841,92.7951,4.81711,604800,0,0,1,0,0,0,0,0),(144132,22517,550,1,1,0,0,847.203,-31.3597,99.5797,0.820305,604800,0,0,1,0,0,0,0,0),(144133,22517,550,1,1,0,0,766.725,-0.726238,50.1339,0.191986,604800,0,0,1,0,0,0,0,0),(144134,22517,550,1,1,0,0,778.818,56.6985,126.99,2.51327,604800,0,0,1,0,0,0,0,0),(144135,22517,550,1,1,0,0,786.061,65.8583,100.425,3.26377,604800,0,0,1,0,0,0,0,0),(144136,20048,550,1,1,0,0,645.018,-81.1729,46.9552,4.08407,604800,0,0,1,0,0,0,0,0),(144137,20048,550,1,1,0,0,651.807,-89.1971,46.8866,3.76991,604800,0,0,1,0,0,0,0,0),(144138,20048,550,1,1,0,0,723.422,-42.6315,46.8622,5.34071,604800,0,0,1,0,0,0,0,0),(144139,20048,550,1,1,0,0,642.194,-5.84332,46.8622,0.122173,604800,0,0,1,0,0,0,0,0),(144140,20048,550,1,1,0,0,596.609,-116.182,39.0845,3.56047,604800,0,0,1,0,0,0,0,0),(144141,20048,550,1,1,0,0,723.401,42.6383,46.8622,0.436332,604800,0,0,1,0,0,0,0,0),(144142,20048,550,1,1,0,0,601.667,-127.031,39.08,3.19395,604800,0,0,1,0,0,0,0,0),(144143,20047,550,1,1,0,0,651.704,-86.6527,46.9888,3.82227,604800,0,0,1,0,0,0,0,0),(144144,20047,550,1,1,0,0,641.158,-80.6899,46.888,4.18879,604800,0,0,1,0,0,0,0,0),(144145,20047,550,1,1,0,0,595.457,-133.021,36.7663,2.98451,604800,0,0,1,0,0,0,0,0),(144146,20047,550,1,1,0,0,587.318,-118.038,37.4877,3.76991,604800,0,0,1,0,0,0,0,0),(144147,20049,550,1,1,0,0,643.371,-78.528,46.8777,4.15388,604800,0,0,1,0,0,0,0,0),(144148,20049,550,1,1,0,0,654.186,-91.0955,46.8259,3.68265,604800,0,0,1,0,0,0,0,0),(144149,20049,550,1,1,0,0,722.735,-47.1292,46.8622,0.471239,604800,0,0,1,0,0,0,0,0),(144150,20049,550,1,1,0,0,642.273,4.88217,46.8622,6.16101,604800,0,0,1,0,0,0,0,0),(144151,20049,550,1,1,0,0,592.64,-116.013,38.1448,3.66519,604800,0,0,1,0,0,0,0,0),(144152,20049,550,1,1,0,0,598.754,-130.387,37.9272,3.08923,604800,0,0,1,0,0,0,0,0),(144153,20049,550,1,1,0,0,728.148,39.5605,46.8622,1.69297,604800,0,0,1,0,0,0,0,0),(144154,22515,550,1,1,0,0,810.193,-0.727374,50.1339,3.14159,604800,0,0,1,0,0,0,0,0),(52284,26965,571,1,1,0,0,4857.98,-1376.32,168.631,2.67035,120,0,0,1,0,0,0,0,0),(52285,26942,571,1,1,0,0,4835.94,-1356.57,168.135,3.50811,120,0,0,1,0,0,0,0,0),(52287,26942,571,1,1,0,0,4824.75,-1351.3,168.135,5.20108,120,0,0,1,0,0,0,0,0),(52288,26965,571,1,1,0,0,4845.4,-1390.95,168.3,2.42601,120,0,0,1,0,0,0,0,0),(52289,26948,571,1,1,0,0,4879.89,-1359.75,170.613,1.32645,120,0,0,1,0,0,0,0,0),(52290,27122,571,1,1,0,1,4861.43,-1393.79,174.283,2.40855,120,0,0,1,0,0,0,0,0),(52291,26942,571,1,1,0,0,4818.89,-1360.14,168.135,0.0523599,120,0,0,1,0,0,0,0,0),(1976224,26943,571,1,1,0,0,4843.07,-1252.74,168.051,3.57407,600,0,0,10282,0,0,0,0,0),(52293,26965,571,1,1,0,0,4813.78,-1379.42,168.139,0.715585,120,0,0,1,0,0,0,0,0),(52294,26948,571,1,1,0,0,4787.67,-1357.64,168.123,5.60826,120,5,0,1,0,1,0,0,0),(52295,27180,571,1,1,0,0,4828.49,-1359.48,168.935,3.59538,120,0,0,1,0,0,0,0,0),(52296,26965,571,1,1,0,0,4759.14,-1324.29,168.129,1.23918,120,0,0,1,0,0,0,0,0),(52297,26965,571,1,1,0,0,4830.83,-1281.56,168.135,2.47837,120,0,0,1,0,0,0,0,0),(52298,26942,571,1,1,0,0,4889.71,-1307.41,172,5.9673,120,0,0,1,0,2,0,0,0),(52299,26942,571,1,1,0,0,4825.33,-1271.9,168.135,1.46608,120,0,0,1,0,0,0,0,0),(52300,26965,571,1,1,0,0,4839.1,-1278.02,168.135,2.44346,120,0,0,1,0,0,0,0,0),(52301,26942,571,1,1,0,0,4783.4,-1303.94,168.454,2.45916,120,0,0,1,0,2,0,0,0),(52302,26948,571,1,1,0,0,4797.89,-1316.5,168.426,5.49779,120,0,0,1,0,2,0,0,0),(52303,26948,571,1,1,0,0,4873.2,-1293.07,168.711,5.23159,120,0,0,1,0,2,0,0,0),(52304,26965,571,1,1,0,0,4756.15,-1322.31,168.082,1.11701,120,0,0,1,0,0,0,0,0),(52305,26948,571,1,1,0,0,4828.99,-1302.49,168.176,3.63614,120,0,0,1,0,0,0,0,0),(52306,26942,571,1,1,0,0,4817.28,-1265.44,168.135,0.331613,120,0,0,1,0,0,0,0,0),(52307,26942,571,1,1,0,0,4835.44,-1268.46,168.135,2.54818,120,0,0,1,0,0,0,0,0),(52308,26942,571,1,1,0,0,4848.66,-1267.71,168.16,5.43391,120,0,0,1,0,0,0,0,0),(52309,26948,571,1,1,0,0,4833.1,-1235.04,168.143,2.04003,120,0,0,1,0,2,0,0,0),(52310,26965,571,1,1,0,0,4843.37,-1234.64,168.14,3.92699,120,0,0,1,0,0,0,0,0),(1976223,26943,571,1,1,0,0,4519.6,-1377.45,156.684,6.27583,600,0,0,10282,0,0,0,0,0),(52312,26965,571,1,1,0,0,4869.2,-1266.45,168.135,5.02655,120,0,0,1,0,0,0,0,0),(52313,27180,571,1,1,0,0,4826.38,-1262.59,169.148,5.51524,120,0,0,1,0,0,0,0,0),(52314,26948,571,1,1,0,0,4883.1,-1231.95,171.745,2.37707,120,0,0,1,0,0,0,0,0),(52315,26948,571,1,1,0,0,4786.36,-1263.05,170.254,5.73204,120,0,0,1,0,2,0,0,0),(1976222,26943,571,1,1,0,0,4795.55,-1166.66,170.544,4.68933,600,0,0,10282,0,0,0,0,0),(52317,26948,571,1,1,0,0,4894.83,-1239.82,171.691,6.06022,120,0,0,1,0,0,0,0,0),(52318,26616,571,1,1,0,0,4835.25,-1185.16,169.373,0.585835,120,0,0,1,0,0,0,0,0),(52319,29328,571,1,1,0,0,4751.77,-1247.79,165.952,6.01275,120,0,0,1,0,0,0,0,0),(52320,26942,571,1,1,0,0,4798,-1199.68,168.015,3.50884,120,0,0,1,0,0,0,0,0),(52321,26948,571,1,1,0,0,4820.07,-1186.06,168.748,1.77834,120,0,0,1,0,0,0,0,0),(52322,26948,571,1,1,0,0,4745.21,-1261.96,166.882,5.87983,120,0,0,1,0,0,0,0,0),(247103,10000,33,1,1,0,1,-218.958,2152.83,81.1,5.09,86400,0,0,0,0,0,0,0,0),(1976448,30060,571,1,2,0,0,7271.73,-970.641,920.127,0.917146,300,0,0,12175,0,0,0,0,0),(1976560,30136,571,1,4,0,1,7517.73,-937.759,538.641,4.8931,300,0,0,6088,0,0,0,0,0),(1976559,30136,571,1,4,0,1,7554.92,-937.633,909.356,4.07267,300,0,0,5885,0,0,0,0,0),(1976482,30065,571,1,2,0,0,7296.2,-1120.88,938.196,5.34522,300,0,0,121750,0,0,0,0,0),(1976481,30065,571,1,2,0,0,7306.63,-1023.18,914.948,2.64503,300,0,0,121750,0,0,0,0,0),(1976480,30065,571,1,2,0,0,7307.26,-1013.7,914.134,3.57965,300,0,0,121750,0,0,0,0,0),(1976558,30136,571,1,4,0,1,7568.01,-947.37,914.841,4.07267,300,0,0,6088,0,0,0,0,0),(1976449,30060,571,1,2,0,0,7310.03,-1014.95,913.544,3.90951,300,0,0,12175,0,0,0,0,0),(1976557,30136,571,1,4,0,1,7582.53,-949.392,909.829,4.00592,300,0,0,6088,0,0,0,0,0),(1976476,30065,571,1,2,0,0,7267.51,-899.118,926.417,5.64524,300,0,0,121750,0,0,0,0,0),(1976477,30065,571,1,2,0,0,7287.7,-873.746,926.469,5.43711,300,0,0,121750,0,0,0,0,0),(1976478,30065,571,1,2,0,0,7342.01,-989.925,907.648,5.13474,300,0,0,121750,0,0,0,0,0),(1976479,30065,571,1,2,0,0,7350.08,-988.275,906.641,4.05482,300,0,0,121750,0,0,0,0,0),(1976556,30136,571,1,4,0,1,7589.68,-956.179,912.519,4.14336,300,0,0,5885,0,0,0,0,0),(1976555,30136,571,1,4,0,1,7557.85,-1119.71,912.098,1.88141,300,0,0,5885,0,0,0,0,0),(248239,13160,429,1,1,0,0,437.53,-108.435,-3.80301,1.55334,86400,2,0,835,0,1,0,0,0),(248238,13160,429,1,1,0,0,424.875,-110.358,-3.80284,1.50098,86400,2,0,835,0,1,0,0,0),(248237,13160,429,1,1,0,0,427.652,-100.825,-3.80357,1.50098,86400,2,0,835,0,1,0,0,0),(248236,13160,429,1,1,0,0,414.486,-108.624,-3.80292,1.44862,86400,2,0,835,0,1,0,0,0),(248235,13160,429,1,1,0,0,414.977,-98.7456,-3.80366,1.44862,86400,2,0,835,0,1,0,0,0),(248234,13160,429,1,1,0,0,403.649,-110.232,-3.80275,1.41372,86400,2,0,835,0,1,0,0,0),(248233,13160,429,1,1,0,0,400.048,-105.031,-3.80311,1.39626,86400,2,0,835,0,1,0,0,0),(248232,13160,429,1,1,0,0,396.83,-98.3221,-3.80359,1.37881,86400,2,0,835,0,1,0,0,0),(248231,13160,429,1,1,0,0,493.179,309.852,2.9362,4.43314,86400,2,0,835,0,1,0,0,0),(248230,13160,429,1,1,0,0,486.488,313.6,2.93622,4.4855,86400,2,0,835,0,1,0,0,0),(248229,13160,429,1,1,0,0,478.281,324.038,2.93625,4.53786,86400,2,0,835,0,1,0,0,0),(248228,13160,429,1,1,0,0,485.187,320.711,2.93623,4.4855,86400,2,0,835,0,1,0,0,0),(248227,13160,429,1,1,0,0,471.947,324.633,2.93626,4.57276,86400,2,0,835,0,1,0,0,0),(248226,13160,429,1,1,0,0,490.88,329.761,2.93625,4.46804,86400,2,0,835,0,1,0,0,0),(248225,13160,429,1,1,0,0,494.213,319.36,2.93623,4.45059,86400,2,0,835,0,1,0,0,0),(248224,13160,429,1,1,0,0,483.916,328.999,2.93625,4.50295,86400,2,0,835,0,1,0,0,0),(248223,13160,429,1,1,0,0,467.471,316.586,2.93625,4.59022,86400,2,0,835,0,1,0,0,0),(248222,13160,429,1,1,0,0,474.589,316.703,2.93624,4.53786,86400,2,0,835,0,1,0,0,0),(248221,13160,429,1,1,0,0,448.47,258.717,11.2989,4.67748,86400,2,0,835,0,1,0,0,0),(248220,13160,429,1,1,0,0,455.373,253.915,11.3039,4.62512,86400,2,0,835,0,1,0,0,0),(248219,13160,429,1,1,0,0,452.721,247.395,11.3001,4.64258,86400,2,0,835,0,1,0,0,0),(248218,13160,429,1,1,0,0,448.102,251.626,11.2964,4.67748,86400,2,0,835,0,1,0,0,0),(248217,13160,429,1,1,0,0,452.472,260.49,11.3032,4.64258,86400,2,0,835,0,1,0,0,0),(248216,13160,429,1,1,0,0,471.895,252.937,4.96573,4.4855,86400,2,0,835,0,1,0,0,0),(248215,13160,429,1,1,0,0,477.186,250.999,2.95125,4.43314,86400,2,0,835,0,1,0,0,0),(248214,13160,429,1,1,0,0,462.602,260.845,8.90963,4.57276,86400,2,0,835,0,1,0,0,0),(248213,13160,429,1,1,0,0,449.768,243.479,11.2977,4.66003,86400,2,0,835,0,1,0,0,0),(248212,13160,429,1,1,0,0,462.818,251.535,8.81738,4.55531,86400,2,0,835,0,1,0,0,0),(248211,13160,429,1,1,0,0,533.792,552.407,-25.3194,4.50295,86400,2,0,835,0,1,0,0,0),(248210,13160,429,1,1,0,0,522.055,543.648,-25.3157,4.5204,86400,2,0,835,0,1,0,0,0),(248209,13160,429,1,1,0,0,480.378,551.968,-25.2989,4.62512,86400,2,0,835,0,1,0,0,0),(248208,13160,429,1,1,0,0,520.434,531.475,-25.3146,4.5204,86400,2,0,835,0,1,0,0,0),(248207,13160,429,1,1,0,0,479.431,534.183,-25.3003,4.62512,86400,2,0,835,0,1,0,0,0),(248206,13160,429,1,1,0,0,512.34,556.754,-25.3153,4.53786,86400,2,0,835,0,1,0,0,0),(248205,13160,429,1,1,0,0,494.07,531.726,-25.309,4.59022,86400,2,0,835,0,1,0,0,0),(248204,13160,429,1,1,0,0,506.436,541.645,-25.3052,4.55531,86400,2,0,835,0,1,0,0,0),(248203,13160,429,1,1,0,0,478.772,542.637,-25.2867,4.62512,86400,2,0,835,0,1,0,0,0),(248202,13160,429,1,1,0,0,532.729,535.458,-25.3194,4.4855,86400,2,0,835,0,1,0,0,0),(248201,11450,429,1,1,0,1,748.483,433.161,28.2665,3.56047,86400,0,0,14355,0,0,0,0,0),(248200,11450,429,1,1,0,1,522.958,554.504,28.0006,2.19911,86400,0,0,14355,0,0,0,0,0),(248199,11450,429,1,1,0,1,541.695,582.741,-4.67144,5.67232,86400,0,0,14355,0,0,0,0,0),(248198,11450,429,1,1,0,1,688.459,505.916,29.5529,2.30383,86400,0,0,14355,0,0,0,0,0),(248197,11450,429,1,1,0,1,559.22,477.314,29.5474,0.855211,86400,0,0,14355,0,0,0,0,0),(248196,11450,429,1,1,0,1,565.936,486.725,29.5474,4.2586,86400,0,0,14355,0,0,0,0,0),(248195,11450,429,1,1,0,1,485.141,564.946,27.9951,3.21141,86400,0,0,14355,0,0,0,0,0),(248194,11450,429,1,1,0,1,480.264,558.168,27.9953,1.85005,86400,0,0,14355,0,0,0,0,0),(248193,11450,429,1,1,0,1,497.733,523.807,27.9982,1.64061,86400,0,0,14355,0,0,0,0,0),(248192,11450,429,1,1,0,1,484.101,523.808,27.9977,1.44862,86400,0,0,14355,0,0,0,0,0),(248191,11450,429,1,1,0,1,593.228,565.12,-4.67144,3.10669,86400,0,0,14355,0,0,0,0,0),(248190,11450,429,1,1,0,1,530.206,600.875,-25.3194,4.86947,86400,0,0,14355,0,0,0,0,0),(248189,11450,429,1,1,0,1,530.169,580.439,-25.3194,1.41372,86400,0,0,14355,0,0,0,0,0),(248188,11450,429,1,1,0,1,419.015,538.269,-18.26,0.488692,86400,0,0,14355,0,0,0,0,0),(248187,11450,429,1,1,0,1,387.409,462.772,-7.14894,2.68781,86400,0,0,14355,0,0,0,0,0),(248186,13036,429,1,1,0,0,347.183,-67.9546,-25.8799,0.77538,86400,0,0,3758,0,0,0,0,0),(248183,13036,429,1,1,0,0,391.716,110.485,-3.80361,5.81195,86400,0,0,3758,0,0,0,0,0),(248182,13036,429,1,1,0,0,397.051,108.892,-3.80362,3.85718,86400,0,0,3758,0,0,0,0,0),(248181,4076,429,1,1,0,0,689.398,428.018,29.3285,1.55449,86400,0,0,8,0,0,0,0,0),(248180,13036,429,1,1,0,0,404.637,33.3228,-25.3474,1.09309,86400,0,0,3758,0,0,0,0,0),(248179,13036,429,1,1,0,0,415.292,32.0243,-25.0731,2.00533,86400,0,0,3758,0,0,0,0,0),(248178,13036,429,1,1,0,0,319.061,181.406,2.93627,3.36848,86400,0,0,3758,0,0,0,0,0),(248177,13036,429,1,1,0,0,304.092,183.315,2.93627,0.314159,86400,0,0,3758,0,0,0,0,0),(248176,13036,429,1,1,0,0,404.756,9.16734,-24.9806,5.37936,86400,5,0,3758,0,1,0,0,0),(248175,4076,429,1,1,0,0,494.773,483.368,29.4626,0.489612,86400,0,0,8,0,0,0,0,0),(248174,4076,429,1,1,0,0,412.672,112.84,-3.88714,0.044031,86400,0,0,8,0,0,0,0,0),(248173,4076,429,1,1,0,0,383.908,500.697,-11.7202,2.30837,86400,0,0,8,0,0,0,0,0),(248172,4076,429,1,1,0,0,294.881,179.89,2.85534,4.92168,86400,0,0,8,0,0,0,0,0),(248171,13036,429,1,1,0,0,386.18,-59.6284,-23.0857,3.68265,86400,0,0,3758,0,0,0,0,0),(248170,13036,429,1,1,0,0,434.5,304.634,11.2862,1.8326,86400,0,0,3758,0,0,0,0,0),(248169,4076,429,1,1,0,0,909.859,511.353,40.398,1.78684,86400,0,0,8,0,0,0,0,0),(248168,4076,429,1,1,0,0,820.461,389.177,40.398,5.62519,86400,0,0,8,0,0,0,0,0),(248167,13036,429,1,1,0,0,466.826,22.9091,-3.9267,1.52329,86400,0,0,3758,0,0,0,0,0),(248166,13036,429,1,1,0,0,464.224,26.2598,-3.9254,1.44948,86400,0,0,3758,0,0,0,0,0),(248165,13036,429,1,1,0,0,334.235,357.029,2.93627,3.4383,86400,0,0,3758,0,0,0,0,0),(248164,13036,429,1,1,0,0,420.648,-49.2333,-23.81,0.958851,86400,0,0,3758,0,0,0,0,0),(248163,13036,429,1,1,0,0,412.695,-61.5281,-25.3884,6.03884,86400,0,0,3758,0,0,0,0,0),(248162,4076,429,1,1,0,0,336.385,235.212,11.2022,2.57234,86400,0,0,8,0,0,0,0,0),(248161,4076,429,1,1,0,0,873.081,553.125,40.3964,5.61242,86400,0,0,8,0,0,0,0,0),(248160,4076,429,1,1,0,0,287.125,324.632,2.85303,3.63081,86400,0,0,8,0,0,0,0,0),(248159,4076,429,1,1,0,0,367.872,-30.821,-24.9467,6.21707,86400,0,0,8,0,0,0,0,0),(248158,4076,429,1,1,0,0,551.372,564.265,-25.4033,3.66371,86400,0,0,8,0,0,0,0,0),(248157,13036,429,1,1,0,0,404.258,342.263,2.84682,0.80796,86400,0,0,3758,0,0,0,0,0),(248156,13036,429,1,1,0,0,409.935,335.965,2.84705,3.19855,86400,0,0,3758,0,0,0,0,0),(248155,13036,429,1,1,0,0,355.238,-18.4445,-25.1449,2.0674,86400,0,0,3758,0,0,0,0,0),(248154,13036,429,1,1,0,0,387.138,203.458,11.2161,4.61475,86400,5,0,3758,0,1,0,0,0),(248153,13036,429,1,1,0,0,399.836,220.873,11.2113,4.08073,86400,0,0,3758,0,0,0,0,0),(248152,4076,429,1,1,0,0,588.644,553.845,-25.4007,3.78609,86400,0,0,8,0,0,0,0,0),(248151,4076,429,1,1,0,0,554.182,566.257,-4.75477,5.79771,86400,0,0,8,0,0,0,0,0),(248150,4076,429,1,1,0,0,391.665,500.186,-11.9681,5.56081,86400,0,0,8,0,0,0,0,0),(248149,4076,429,1,1,0,0,608.724,491.327,29.4641,3.90074,86400,0,0,8,0,0,0,0,0),(248148,4076,429,1,1,0,0,505.905,589.207,-25.4021,0.076012,86400,0,0,8,0,0,0,0,0),(248147,13036,429,1,1,0,0,778.848,490.062,35.1498,3.45469,86400,5,0,3758,0,1,0,0,0),(248146,13036,429,1,1,0,0,792.718,495.528,37.3182,3.61377,86400,5,0,3758,0,1,0,0,0),(248145,13036,429,1,1,0,0,780.872,483.796,36.0493,4.05614,86400,0,0,3758,0,0,0,0,0),(248144,13036,429,1,1,0,0,325.075,351.874,2.93626,1.3439,86400,0,0,3758,0,0,0,0,0),(248143,13036,429,1,1,0,0,318.378,360.432,2.85293,5.02763,86400,0,0,3758,0,0,0,0,0),(248142,13036,429,1,1,0,0,311.978,173.334,2.93627,2.00713,86400,0,0,3758,0,0,0,0,0),(248141,13036,429,1,1,0,0,451.231,358.101,3.8628,3.69278,86400,0,0,3758,0,0,0,0,0),(248140,13036,429,1,1,0,0,444.332,342.271,2.93627,1.16937,86400,0,0,3758,0,0,0,0,0),(248139,13036,429,1,1,0,0,439.126,359.171,3.86281,0.384838,86400,0,0,3758,0,0,0,0,0),(248138,13036,429,1,1,0,0,356.844,-67.5697,-26.1843,4.65561,86400,0,0,3758,0,0,0,0,0),(248137,13036,429,1,1,0,0,335.31,-54.8641,-25.8178,1.0472,86400,0,0,3758,0,0,0,0,0),(248136,13036,429,1,1,0,0,352.286,-57.7756,-25.8241,0.804581,86400,0,0,3758,0,0,0,0,0),(248135,13036,429,1,1,0,0,341.223,-61.7868,-25.4697,2.46091,86400,0,0,3758,0,0,0,0,0),(248134,4076,429,1,1,0,0,494.868,483.145,29.4626,0.287253,86400,0,0,8,0,0,0,0,0),(248133,4076,429,1,1,0,0,428.132,226.906,11.2114,0.619757,86400,0,0,8,0,0,0,0,0),(248132,13036,429,1,1,0,0,413.974,15.749,-25.0879,2.54818,86400,0,0,3758,0,0,0,0,0),(248131,13036,429,1,1,0,0,408.077,23.4038,-25.356,5.84685,86400,0,0,3758,0,0,0,0,0),(248130,13036,429,1,1,0,0,409.139,327.11,2.93415,6.0912,86400,0,0,3758,0,0,0,0,0),(248129,4076,429,1,1,0,0,514.771,592.729,-25.4022,2.83512,86400,0,0,8,0,0,0,0,0),(248128,4076,429,1,1,0,0,389.649,501.404,-12.2177,2.77494,86400,0,0,8,0,0,0,0,0),(248127,4076,429,1,1,0,0,550.753,563.712,-25.4033,3.80613,86400,0,0,8,0,0,0,0,0),(248126,13036,429,1,1,0,0,436.521,171.8,2.85232,3.38357,86400,0,0,3758,0,0,0,0,0),(248125,13036,429,1,1,0,0,433.926,168.443,2.85223,3.27681,86400,0,0,3758,0,0,0,0,0),(248122,13036,429,1,1,0,0,412.8,183.446,2.93557,0.645772,86400,0,0,3758,0,0,0,0,0),(248121,13036,429,1,1,0,0,410.881,174.518,2.93516,1.67552,86400,0,0,3758,0,0,0,0,0),(248120,13036,429,1,1,0,0,402.409,171.529,2.93519,3.28122,86400,0,0,3758,0,0,0,0,0),(248119,13036,429,1,1,0,0,399.746,102.826,-3.80367,1.8326,86400,0,0,3758,0,0,0,0,0),(248118,13036,429,1,1,0,0,441.873,292.296,11.2877,1.20428,86400,0,0,3758,0,0,0,0,0),(248117,13036,429,1,1,0,0,448.359,304.18,11.2033,3.98352,86400,0,0,3758,0,0,0,0,0),(248116,4076,429,1,1,0,0,326.671,295.167,11.203,3.57201,86400,0,0,8,0,0,0,0,0),(248115,4076,429,1,1,0,0,385.337,489.142,-8.76283,3.47874,86400,0,0,8,0,0,0,0,0),(248114,4076,429,1,1,0,0,590.287,561.059,-25.314,2.77507,86400,0,0,8,0,0,0,0,0),(248113,4076,429,1,1,0,0,760.553,414.626,40.3968,3.03623,86400,0,0,8,0,0,0,0,0),(248112,4076,429,1,1,0,0,553.861,565.871,-4.75477,5.37734,86400,0,0,8,0,0,0,0,0),(248111,13036,429,1,1,0,0,434.372,68.875,-23.2256,5.39307,86400,0,0,3758,0,0,0,0,0),(248110,13036,429,1,1,0,0,426.051,73.2831,-23.4526,0.296706,86400,0,0,3758,0,0,0,0,0),(248109,13036,429,1,1,0,0,428.125,79.5227,-23.7273,3.03687,86400,0,0,3758,0,0,0,0,0),(248108,13036,429,1,1,0,0,415.32,-37.0531,-23.9358,4.29386,86400,0,0,3758,0,0,0,0,0),(248107,13036,429,1,1,0,0,428.65,-35.0334,-24.7101,0.884373,86400,0,0,3758,0,0,0,0,0),(248106,13036,429,1,1,0,0,407.789,-50.7201,-23.0973,1.5708,86400,0,0,3758,0,0,0,0,0),(248105,4076,429,1,1,0,0,410.405,112.234,-3.88713,3.61973,86400,0,0,8,0,0,0,0,0),(248104,4076,429,1,1,0,0,337.744,241.784,11.2018,1.52277,86400,0,0,8,0,0,0,0,0),(248103,4076,429,1,1,0,0,351.118,51.9392,-23.8786,0.266854,86400,0,0,8,0,0,0,0,0),(248102,4076,429,1,1,0,0,731.987,529.097,28.1789,2.44048,86400,0,0,8,0,0,0,0,0),(248101,13036,429,1,1,0,0,399.18,16.25,-25.5551,4.4731,86400,0,0,3758,0,0,0,0,0),(248100,13036,429,1,1,0,0,374.831,-59.13,-24.1519,0.418879,86400,0,0,3758,0,0,0,0,0),(248099,13036,429,1,1,0,0,382.778,-47.0005,-23.906,4.95674,86400,0,0,3758,0,0,0,0,0),(248098,13036,429,1,1,0,0,377.483,-51.7621,-24.1065,2.63545,86400,0,0,3758,0,0,0,0,0),(248097,13036,429,1,1,0,0,382.306,-69.0369,-23.5575,1.91986,86400,0,0,3758,0,0,0,0,0),(248096,13036,429,1,1,0,0,341.746,-30.117,-25.1938,3.12414,86400,0,0,3758,0,0,0,0,0),(248095,13036,429,1,1,0,0,349.138,-36.2457,-25.3775,0.750492,86400,0,0,3758,0,0,0,0,0),(248094,13036,429,1,1,0,0,357.606,-31.0619,-25.3087,1.57987,86400,0,0,3758,0,0,0,0,0),(248093,13036,429,1,1,0,0,340.884,-22.1709,-25.0456,5.84685,86400,0,0,3758,0,0,0,0,0),(248092,4076,429,1,1,0,0,910.052,510.987,40.398,1.64991,86400,0,0,8,0,0,0,0,0),(248091,13036,429,1,1,0,0,735.317,444.417,28.1823,0.813315,86400,0,0,3758,0,0,0,0,0),(248090,13036,429,1,1,0,0,730.857,454.202,28.1818,4.64055,86400,0,0,3758,0,0,0,0,0),(248089,13036,429,1,1,0,0,731.356,440.905,28.1809,3.69297,86400,0,0,3758,0,0,0,0,0),(248088,13036,429,1,1,0,0,729.782,497.977,28.1809,1.0012,86400,0,0,3758,0,0,0,0,0),(248087,13036,429,1,1,0,0,715.356,492.574,28.2628,4.74729,86400,0,0,3758,0,0,0,0,0),(248086,13036,429,1,1,0,0,724.21,464.514,28.2634,0.925025,86400,0,0,3758,0,0,0,0,0),(248085,13036,429,1,1,0,0,712.803,468.677,28.2616,5.06145,86400,0,0,3758,0,0,0,0,0),(248084,13036,429,1,1,0,0,719.403,477.228,28.263,5.86431,86400,0,0,3758,0,0,0,0,0),(248083,13036,429,1,1,0,0,725.086,486.37,28.2642,4.36332,86400,0,0,3758,0,0,0,0,0),(248082,14324,429,1,1,0,0,833.995,489.543,37.4015,3.21141,86400,0,0,19536,9736,0,0,0,0),(248081,14325,429,1,1,0,1,627.59,481.721,29.4627,3.13558,86400,0,0,28296,0,0,0,0,0),(248080,14323,429,1,1,0,1,550.38,533.725,-25.3185,3.92699,86400,0,0,23688,0,2,0,0,0),(248079,14321,429,1,1,0,1,356.795,258.306,11.6538,3.14258,86400,0,0,23688,0,2,0,0,0),(248078,14322,429,1,1,0,1,491.231,97.3879,-2.5004,4.03171,86400,0,0,23688,0,0,0,0,0),(248077,14326,429,1,1,0,1,410.711,-3.15041,-24.558,5.28835,86400,3,0,23688,0,1,0,0,0),(248076,11501,429,1,1,0,1,828.074,480.751,37.318,3.184,86400,0,0,29154,0,0,0,0,0),(248075,4075,429,1,1,0,0,906.881,450.326,40.398,4.52786,86400,0,0,120,0,0,0,0,0),(248074,4075,429,1,1,0,0,-75.5033,-430.175,-4.22524,3.71638,86400,0,0,120,0,0,0,0,0),(248073,4075,429,1,1,0,0,-21.5497,-455.841,-37.9615,4.00629,86400,0,0,120,0,0,0,0,0),(248072,4075,429,1,1,0,0,49.8575,-389.458,-58.6082,0.357159,86400,0,0,120,0,0,0,0,0),(248071,4075,429,1,1,0,0,108.89,-459.697,-3.27357,1.73809,86400,0,0,120,0,0,0,0,0),(248070,4075,429,1,1,0,0,45.9556,-656.77,-25.1469,5.14989,86400,0,0,120,0,0,0,0,0),(248069,4075,429,1,1,0,0,589.137,560.861,-25.4004,3.31179,86400,0,0,120,0,0,0,0,0),(248068,4075,429,1,1,0,0,513.854,592.391,-25.4022,3.12883,86400,0,0,120,0,0,0,0,0),(248067,4075,429,1,1,0,0,535.985,599.371,-25.4026,3.4546,86400,0,0,120,0,0,0,0,0),(248066,4075,429,1,1,0,0,101.82,-545.165,-11.081,0.482936,86400,0,0,120,0,0,0,0,0),(248065,4075,429,1,1,0,0,-85.7692,-434.861,-58.6089,3.76603,86400,0,0,120,0,0,0,0,0),(248064,4075,429,1,1,0,0,-96.6492,-420.567,-4.21996,5.06875,86400,0,0,120,0,0,0,0,0),(248063,4075,429,1,1,0,0,-20.3056,-444.016,-37.8782,2.77507,86400,0,0,120,0,0,0,0,0),(248062,4075,429,1,1,0,0,72.1275,-410.029,-4.21253,5.3202,86400,0,0,120,0,0,0,0,0),(248061,4075,429,1,1,0,0,907.432,453.279,40.4784,0.785398,86400,0,0,120,0,0,0,0,0),(248060,4075,429,1,1,0,0,506.164,589.405,-25.4021,0.279148,86400,0,0,120,0,0,0,0,0),(248059,4075,429,1,1,0,0,805.121,567.978,40.398,4.76622,86400,0,0,120,0,0,0,0,0),(248058,4075,429,1,1,0,0,380.517,410.533,-1.66398,4.71692,86400,0,0,120,0,0,0,0,0),(248057,4075,429,1,1,0,0,554.726,469.866,29.5492,4.5204,86400,0,0,120,0,0,0,0,0),(248056,4075,429,1,1,0,0,387.191,499.438,-11.5235,6.00336,86400,0,0,120,0,0,0,0,0),(248055,4075,429,1,1,0,0,607.849,491.072,29.4641,3.69673,86400,0,0,120,0,0,0,0,0),(248054,4075,429,1,1,0,0,548.95,599.798,-25.4028,3.64157,86400,0,0,120,0,0,0,0,0),(248053,4075,429,1,1,0,0,399.052,34.0016,-25.3173,3.37129,86400,0,0,120,0,0,0,0,0),(248052,4075,429,1,1,0,0,376.942,163.219,2.85314,2.60157,86400,0,0,120,0,0,0,0,0),(248051,4075,429,1,1,0,0,586.556,552.399,-25.401,3.75992,86400,0,0,120,0,0,0,0,0),(248050,4075,429,1,1,0,0,736.416,425.202,28.1801,0.227269,86400,0,0,120,0,0,0,0,0),(248049,4075,429,1,1,0,0,538.151,599.863,-25.4027,3.69893,86400,0,0,120,0,0,0,0,0),(248048,4075,429,1,1,0,0,689.378,426.816,29.4313,0.261799,86400,0,0,120,0,0,0,0,0),(248047,4075,429,1,1,0,0,451.992,543.104,-23.4666,4.17874,86400,0,0,120,0,0,0,0,0),(248046,4075,429,1,1,0,0,-60.6631,-414.719,-4.22567,4.77264,86400,0,0,120,0,0,0,0,0),(248045,4075,429,1,1,0,0,-83.7068,-435.811,-58.6096,5.01112,86400,0,0,120,0,0,0,0,0),(248044,4075,429,1,1,0,0,-20.0563,-441.62,-37.9618,1.46711,86400,0,0,120,0,0,0,0,0),(248043,4075,429,1,1,0,0,71.6593,-411.741,-4.21146,4.78411,86400,0,0,120,0,0,0,0,0),(248042,4075,429,1,1,0,0,51.7986,-389.468,-58.608,0.093473,86400,0,0,120,0,0,0,0,0),(248041,4075,429,1,1,0,0,-21.0212,-451.857,-37.9616,1.77153,86400,0,0,120,0,0,0,0,0),(248040,4075,429,1,1,0,0,45.7819,-655.018,-25.1443,5.91424,86400,0,0,120,0,0,0,0,0),(248039,4075,429,1,1,0,0,-94.5627,-419.621,-4.2202,6.09133,86400,0,0,120,0,0,0,0,0),(248038,4075,429,1,1,0,0,-75.5426,-430.138,-4.22523,3.68583,86400,0,0,120,0,0,0,0,0),(248037,11496,429,1,1,0,0,-38.0807,812.44,-29.4525,4.69494,86400,0,0,37728,0,0,0,0,0),(248036,14308,429,1,1,0,0,-87.3427,543.798,28.6151,0.838618,86400,0,0,15260,0,0,0,0,0),(248035,11489,429,1,1,0,0,14.3925,475.848,-23.3028,4.71239,86400,0,0,32955,0,0,0,0,0),(248034,11488,429,1,1,0,1,-84.3469,543.958,28.6151,0.838618,86400,0,0,17094,7302,2,0,0,0),(248033,14303,429,1,1,0,0,-101.768,352.196,-4.99126,4.50226,86400,0,0,6960,0,0,0,0,0),(248032,14303,429,1,1,0,0,118.751,196.82,-3.39151,0.244346,86400,0,0,6960,0,0,0,0,0),(248031,14303,429,1,1,0,0,74.1333,265.431,-8.13567,3.33358,86400,0,0,6960,0,0,0,0,0),(248030,14303,429,1,1,0,0,-30.5724,251.465,-8.73913,5.77788,86400,0,0,6960,0,0,0,0,0),(248029,14303,429,1,1,0,0,49.9775,283.452,-8.00757,3.46971,86400,0,0,6960,0,0,0,0,0),(248028,14303,429,1,1,0,0,-39.8928,286.151,-7.38984,0.174533,86400,0,0,6960,0,0,0,0,0),(248027,14303,429,1,1,0,0,131.323,351.775,-4.90247,5.18363,86400,0,0,6960,0,0,0,0,0),(248026,14303,429,1,1,0,0,134.719,202.953,-4.90247,3.7001,86400,0,0,6960,0,0,0,0,0),(248025,11487,429,1,1,0,0,33.14,575.552,-4.31052,4.53786,86400,0,0,20757,9736,0,0,0,0),(248024,14303,429,1,1,0,0,-25.9732,198.634,-3.4136,1.22173,86400,0,0,6960,0,0,0,0,0),(248023,14303,429,1,1,0,0,58.2748,291.576,-7.44135,0,86400,0,0,6960,0,0,0,0,0),(248022,11486,429,1,1,0,1,132.626,625.913,-48.3836,4.62512,86400,0,0,31279,0,0,0,0,0),(248016,11484,429,1,1,0,0,30.9659,721.215,-24.5793,4.00711,86400,0,0,14594,0,2,0,0,0),(248015,11484,429,1,1,0,0,-60.802,924.346,-24.583,0.318711,86400,0,0,14594,0,2,0,0,0),(248013,11484,429,1,1,0,0,49.3567,883.821,-24.5769,5.56065,86400,0,0,14594,0,2,0,0,0),(248012,11483,429,1,1,0,0,-164.966,724.302,-24.4968,3.78736,86400,0,0,6681,8964,0,0,0,0),(248011,11483,429,1,1,0,0,-165.33,746.258,-24.497,2.19912,86400,0,0,6681,8964,0,0,0,0),(248010,11483,429,1,1,0,0,-154.064,748.169,-24.497,1.50098,86400,0,0,6681,8964,0,0,0,0),(248009,11483,429,1,1,0,0,-140.277,734.367,-24.4966,6.07375,86400,0,0,6681,8964,0,0,0,0),(248008,11483,429,1,1,0,0,-146.109,724.521,-24.4951,5.48033,86400,0,0,6681,8964,0,0,0,0),(248007,11483,429,1,1,0,0,68.4746,728.471,-24.4956,3.9619,86400,0,0,6681,8964,0,0,0,0),(248006,11483,429,1,1,0,0,68.7335,747.766,-24.497,2.33874,86400,0,0,6681,8964,0,0,0,0),(248005,11483,429,1,1,0,0,78.097,749.842,-24.497,1.41372,86400,0,0,6681,8964,0,0,0,0),(248004,11483,429,1,1,0,0,91.785,737.786,-24.497,0,86400,0,0,6681,8964,0,0,0,0),(248003,11483,429,1,1,0,0,87.2501,727.643,-24.497,5.16617,86400,0,0,6681,8964,0,0,0,0),(248002,11483,429,1,1,0,0,-104.42,436.883,28.6865,3.36848,86400,0,0,6681,8964,0,0,0,0),(248001,11483,429,1,1,0,0,-104.249,447.252,28.6878,2.75762,86400,0,0,6681,8964,0,0,0,0),(248000,11483,429,1,1,0,0,-97.6146,454.302,28.6873,2.21657,86400,0,0,6681,8964,0,0,0,0),(247999,11483,429,1,1,0,0,-79.6795,447.35,28.6859,0.401426,86400,0,0,6681,8964,0,0,0,0),(247998,11483,429,1,1,0,0,-86.7868,430.229,28.6855,4.83456,86400,0,0,6681,8964,0,0,0,0),(247997,11483,429,1,1,0,0,133.068,423.411,28.6844,5.93412,86400,0,0,6681,8964,0,0,0,0),(247996,11483,429,1,1,0,0,126.092,416.945,28.6844,4.99164,86400,0,0,6681,8964,0,0,0,0),(247995,11483,429,1,1,0,0,109.499,423.1,28.6844,3.31613,86400,0,0,6681,8964,0,0,0,0),(247994,11483,429,1,1,0,0,116.572,441.026,28.6844,1.90241,86400,0,0,6681,8964,0,0,0,0),(247993,11483,429,1,1,0,0,4.86775,286.17,-8.49644,2.51327,86400,0,0,6681,8964,0,0,0,0),(247992,11483,429,1,1,0,0,22.2632,286.032,-8.67728,0.855211,86400,0,0,6681,8964,0,0,0,0),(247991,11483,429,1,1,0,0,24.4087,277.987,-8.40844,6.0912,86400,0,0,6681,8964,0,0,0,0),(247990,11483,429,1,1,0,0,13.3353,265.504,-7.47873,4.85202,86400,0,0,6681,8964,0,0,0,0),(247989,11483,429,1,1,0,0,4.51283,268.919,-8.03384,3.83972,86400,0,0,6681,8964,0,0,0,0),(247988,11480,429,1,1,0,0,133.537,434.405,28.6844,0.471239,86400,0,0,7107,9476,0,0,0,0),(247987,11480,429,1,1,0,0,-170.839,735.324,-24.497,3.14159,86400,0,0,7107,9476,0,0,0,0),(247986,11480,429,1,1,0,0,-142.956,743.886,-24.497,0.715585,86400,0,0,7107,9476,0,0,0,0),(247985,11480,429,1,1,0,0,-154.641,721.118,-24.4952,4.64258,86400,0,0,7107,9476,0,0,0,0),(247984,11480,429,1,1,0,0,64.6404,736.824,-24.497,3.33358,86400,0,0,7107,9476,0,0,0,0),(247983,11480,429,1,1,0,0,89.8462,745.194,-24.497,0.715585,86400,0,0,7107,9476,0,0,0,0),(247982,11480,429,1,1,0,0,78.1069,724.323,-24.4956,4.67748,86400,0,0,7107,9476,0,0,0,0),(247981,11480,429,1,1,0,0,-98.4999,429.365,28.6854,4.20624,86400,0,0,7107,9476,0,0,0,0),(247980,11480,429,1,1,0,0,-86.4111,454.612,28.6864,1.18682,86400,0,0,7107,9476,0,0,0,0),(247979,11480,429,1,1,0,0,-79.4082,437.517,28.6859,5.61996,86400,0,0,7107,9476,0,0,0,0),(247978,11480,429,1,1,0,0,126.612,440.825,28.6844,1.18682,86400,0,0,7107,9476,0,0,0,0),(247977,11480,429,1,1,0,0,116.239,417.468,28.6844,4.41568,86400,0,0,7107,9476,0,0,0,0),(247976,11480,429,1,1,0,0,109.187,432.731,28.6844,2.93215,86400,0,0,7107,9476,0,0,0,0),(247975,11480,429,1,1,0,0,13.7393,290.024,-8.81422,1.43117,86400,0,0,7107,9476,0,0,0,0),(247974,11480,429,1,1,0,0,22.2903,268.93,-7.75637,5.61996,86400,0,0,7107,9476,0,0,0,0),(247973,11480,429,1,1,0,0,0.18435,277.584,-8.35593,3.03687,86400,0,0,7107,9476,0,0,0,0),(247972,11477,429,1,1,0,0,-90.7518,404.466,28.6844,0.558505,86400,0,0,3732,0,0,0,0,0),(247971,11477,429,1,1,0,0,-8.55244,526.9,28.6848,5.41052,86400,0,0,3732,0,0,0,0,0),(247970,11477,429,1,1,0,0,-86.1771,399.27,28.6844,5.35816,86400,0,0,3732,0,0,0,0,0),(247969,11477,429,1,1,0,0,-92.207,380.287,28.6892,4.76475,86400,0,0,3732,0,0,0,0,0),(247968,11477,429,1,1,0,0,-22.4055,504.89,-3.48303,4.45059,86400,0,0,3732,0,0,0,0,0),(247967,11477,429,1,1,0,0,-33.4381,505.196,-3.48314,1.06465,86400,0,0,3732,0,0,0,0,0),(247966,11477,429,1,1,0,0,113.487,381.919,28.6862,3.22886,86400,0,0,3732,0,0,0,0,0),(247965,11477,429,1,1,0,0,112.952,396.303,28.6844,3.735,86400,0,0,3732,0,0,0,0,0),(247964,11477,429,1,1,0,0,-87.1873,391.362,28.6844,4.93928,86400,0,0,3732,0,0,0,0,0),(247963,11477,429,1,1,0,0,104.027,377.357,28.691,2.61799,86400,0,0,3732,0,0,0,0,0),(247962,11477,429,1,1,0,0,109.753,391.43,28.6844,0.191986,86400,0,0,3732,0,0,0,0,0),(247961,11477,429,1,1,0,0,-105.719,535.634,28.6958,1.72788,86400,0,0,3732,0,0,0,0,0),(247960,11477,429,1,1,0,0,-81.1514,396.299,28.6844,0.907571,86400,0,0,3732,0,0,0,0,0),(247959,11477,429,1,1,0,0,105.119,570.376,28.6945,4.81711,86400,0,0,3732,0,0,0,0,0),(247958,11477,429,1,1,0,0,61.3003,507.949,-3.48413,0.418879,86400,0,0,3732,0,0,0,0,0),(247957,11477,429,1,1,0,0,49.3202,503.902,-3.48267,1.65806,86400,0,0,3732,0,0,0,0,0),(247956,11477,429,1,1,0,0,93.1133,492.334,28.6844,3.68265,86400,0,0,3732,0,0,0,0,0),(247955,11476,429,1,1,0,0,97.0632,564.434,28.696,0.523599,86400,0,0,3619,0,0,0,0,0),(247954,11476,429,1,1,0,0,95.5775,480.244,28.6844,3.01942,86400,0,0,3619,0,0,0,0,0),(247953,11476,429,1,1,0,0,-90.3692,395.925,28.6844,0.733038,86400,0,0,3619,0,0,0,0,0),(247952,11476,429,1,1,0,0,120.028,383.161,28.6882,5.81195,86400,0,0,3619,0,0,0,0,0),(247951,11476,429,1,1,0,0,118.854,396.512,28.6844,4.76475,86400,0,0,3619,0,0,0,0,0),(247950,11476,429,1,1,0,0,10.3501,504.603,-3.48293,4.60767,86400,0,0,3619,0,0,0,0,0),(247949,11476,429,1,1,0,0,-1.28895,506.292,-3.48353,0.750492,86400,0,0,3619,0,0,0,0,0),(247948,11476,429,1,1,0,0,-81.8493,391.963,28.6844,5.58505,86400,0,0,3619,0,0,0,0,0),(247947,11476,429,1,1,0,0,-80.6973,380.285,28.6892,4.50295,86400,0,0,3619,0,0,0,0,0),(247946,11476,429,1,1,0,0,-81.6961,403.148,28.6844,2.86234,86400,0,0,3619,0,0,0,0,0),(247945,11476,429,1,1,0,0,-21.4629,529.414,28.6858,1.25664,86400,0,0,3619,0,0,0,0,0),(247944,11476,429,1,1,0,0,107.807,382.362,28.6845,3.28122,86400,0,0,3619,0,0,0,0,0),(247943,11476,429,1,1,0,0,106.187,395.379,28.6844,2.87979,86400,0,0,3619,0,0,0,0,0),(247942,11476,429,1,1,0,0,-104.183,526.692,28.6962,1.0472,86400,0,0,3619,0,0,0,0,0),(247941,11476,429,1,1,0,0,-56.3611,560.078,28.6955,4.59022,86400,0,0,3619,0,0,0,0,0),(247940,11476,429,1,1,0,0,-64.0295,564.499,28.6968,4.83456,86400,0,0,3619,0,0,0,0,0),(247939,11476,429,1,1,0,0,-92.792,387.466,28.6855,3.33358,86400,0,0,3619,0,0,0,0,0),(247938,11476,429,1,1,0,0,117.153,390.882,28.6844,3.92699,86400,0,0,3619,0,0,0,0,0),(247937,11476,429,1,1,0,0,125.715,384.229,28.6884,4.85202,86400,0,0,3619,0,0,0,0,0),(247936,11475,429,1,1,0,0,57.5582,546.248,-4.3122,0.122173,86400,8,0,8613,0,1,0,0,0),(247935,11475,429,1,1,0,0,119.8,427.561,-4.30938,1.43117,86400,8,0,8613,0,1,0,0,0),(247934,11475,429,1,1,0,0,21.8259,551.752,-4.39944,2.73993,86400,8,0,8613,0,1,0,0,0),(247933,11475,429,1,1,0,0,-17.531,558.016,-23.2219,4.43314,86400,8,0,8613,0,1,0,0,0),(247932,11475,429,1,1,0,0,28.9378,554.511,-23.2219,3.83972,86400,8,0,8613,0,1,0,0,0),(247931,11475,429,1,1,0,0,-55.1989,563.449,-4.40317,5.51304,86400,8,0,8613,0,1,0,0,0),(247930,11475,429,1,1,0,0,-98.2049,476.774,-4.31492,1.85005,86400,8,0,8613,0,1,0,0,0),(247929,11475,429,1,1,0,0,135.813,559.564,-4.31221,3.12414,86400,8,0,8613,0,1,0,0,0),(247928,11475,429,1,1,0,0,88.1093,548.942,-4.3122,3.80482,86400,8,0,8613,0,1,0,0,0),(247927,11475,429,1,1,0,0,101.293,479.851,-4.31301,4.50295,86400,8,0,8613,0,1,0,0,0),(247926,11475,429,1,1,0,0,-20.8648,551.596,-4.39737,4.71914,86400,8,0,8613,0,1,0,0,0),(247925,11473,429,1,1,0,0,7.15476,551.157,-23.3052,0.111138,86400,0,0,6891,6867,2,0,0,0),(247923,11473,429,1,1,0,0,33.9748,547.044,28.6048,3.23875,86400,0,0,6891,6867,2,0,0,0),(247922,721,429,1,1,0,0,-113.891,-264.249,-56.1787,0.809323,86400,0,0,1,0,0,0,0,0),(247921,721,429,1,1,0,0,64.9345,-316.45,-54.1711,5.94235,86400,0,0,1,0,0,0,0,0),(247918,721,429,1,1,0,0,-22.4144,-318.368,-51.3755,2.73144,86400,0,0,1,0,0,0,0,0),(247917,11473,429,1,1,0,0,60.3375,410.765,-3.59399,4.22231,86400,0,0,6891,6867,2,0,0,0),(247916,721,429,1,1,0,0,-4.8488,-242.598,-54.2285,1.31191,86400,0,0,1,0,0,0,0,0),(247915,11473,429,1,1,0,0,-41.5571,610.235,-23.3052,1.09859,86400,0,0,6891,6867,2,0,0,0),(247914,721,429,1,1,0,0,-22.6146,-318.401,-51.3798,2.76825,86400,0,0,1,0,0,0,0,0),(247913,11473,429,1,1,0,0,107.537,519.429,28.6011,4.88988,86400,0,0,6891,6867,2,0,0,0),(247912,721,429,1,1,0,0,64.0855,-316.149,-54.0207,2.40855,86400,0,0,1,0,0,0,0,0),(247911,721,429,1,1,0,0,-114.278,-264.464,-56.1262,0.913239,86400,0,0,1,0,0,0,0,0),(247910,721,429,1,1,0,0,-5.03282,-241.909,-54.2811,1.48937,86400,0,0,1,0,0,0,0,0),(247909,11472,429,1,1,0,0,62.4359,556.919,-4.3074,0,86400,8,0,8352,0,1,0,0,0),(247908,11472,429,1,1,0,0,120.586,438.521,-4.31108,1.65806,86400,8,0,8352,0,1,0,0,0),(247907,11472,429,1,1,0,0,33.8972,557.805,-4.3122,4.2586,86400,8,0,8352,0,1,0,0,0),(247906,11472,429,1,1,0,0,-58.685,566.327,-4.3122,0,86400,8,0,8352,0,1,0,0,0),(247905,11472,429,1,1,0,0,-60.4682,549.095,-4.40406,3.71401,86400,8,0,8352,0,1,0,0,0),(247904,11472,429,1,1,0,0,59.9386,535.892,-4.3122,2.18166,86400,8,0,8352,0,1,0,0,0),(247903,11472,429,1,1,0,0,102.626,518.346,-4.39536,2.62741,86400,8,0,8352,0,1,0,0,0),(247902,11472,429,1,1,0,0,99.151,510.032,-4.31224,1.06465,86400,8,0,8352,0,1,0,0,0),(247901,11472,429,1,1,0,0,-96.1273,509.47,-4.31524,2.18166,86400,8,0,8352,0,1,0,0,0),(247900,11472,429,1,1,0,0,-78.8651,514.519,-4.31482,2.40855,86400,8,0,8352,0,1,0,0,0),(247899,11472,429,1,1,0,0,-85.7577,474.07,-4.31686,0.174533,86400,8,0,8352,0,1,0,0,0),(247898,11472,429,1,1,0,0,135.202,564.822,-4.31221,3.14159,86400,8,0,8352,0,1,0,0,0),(247897,11472,429,1,1,0,0,90.1725,558.166,-4.3122,0.506145,86400,8,0,8352,0,1,0,0,0),(247896,11472,429,1,1,0,0,115.494,462.595,-4.31628,0,86400,8,0,8352,0,1,0,0,0),(247895,11472,429,1,1,0,0,-20.3706,539.497,-4.31221,5.96903,86400,8,0,8352,0,1,0,0,0),(247894,11471,429,1,1,0,0,128.655,439.345,-4.30314,0.750492,86400,8,0,6681,6723,1,0,0,0),(247893,11471,429,1,1,0,0,32.1369,566.978,-4.3122,2.87979,86400,8,0,6681,6723,1,0,0,0),(247892,11471,429,1,1,0,0,-53.2673,555.241,-4.40285,0.570829,86400,8,0,6681,6723,1,0,0,0),(247891,11471,429,1,1,0,0,-54.5304,538.834,-4.31221,5.63741,86400,8,0,6681,6723,1,0,0,0),(247890,11471,429,1,1,0,0,68.6846,546.253,-4.39761,4.57106,86400,8,0,6681,6723,1,0,0,0),(247889,11471,429,1,1,0,0,54.076,542.697,-4.39562,4.00858,86400,8,0,6681,6723,1,0,0,0),(247888,11471,429,1,1,0,0,103.881,501.979,-4.31225,2.16421,86400,8,0,6681,6723,1,0,0,0),(247887,11471,429,1,1,0,0,-90.7062,517.615,-4.31369,3.15905,86400,8,0,6681,6723,1,0,0,0),(247886,11471,429,1,1,0,0,-96.1452,465.968,-4.31524,6.00393,86400,8,0,6681,6723,1,0,0,0),(247885,11471,429,1,1,0,0,128.643,561.759,-4.31221,3.12414,86400,8,0,6681,6723,1,0,0,0),(247884,11471,429,1,1,0,0,98.7997,546.439,-4.31221,6.12611,86400,8,0,6681,6723,1,0,0,0),(247883,11471,429,1,1,0,0,107.902,473.495,-4.31271,0.663225,86400,8,0,6681,6723,1,0,0,0),(247882,11471,429,1,1,0,0,109.165,479.837,-4.31265,5.37561,86400,8,0,6681,6723,1,0,0,0),(247881,11471,429,1,1,0,0,-12.1814,558.704,-4.39591,5.99616,86400,8,0,6681,6723,1,0,0,0),(247880,11470,429,1,1,0,1,-61.637,526.777,28.6853,3.28122,86400,0,0,6891,6867,0,0,0,0),(247878,11470,429,1,1,0,1,7.29686,509.009,-3.48451,3.80482,86400,0,0,6891,6867,0,0,0,0),(247877,11470,429,1,1,0,1,9.66484,568.061,28.6882,3.75246,86400,0,0,6891,6867,0,0,0,0),(247876,11470,429,1,1,0,1,-24.9202,509.228,-3.48459,2.44346,86400,0,0,6891,6867,0,0,0,0),(247108,7354,129,1,1,0,0,2364.75,904.524,28.7671,0.304753,86400,5,0,7760,2861,1,0,0,0),(93886,21227,548,1,1,0,1,442.583,-760.415,-7.14433,1.85335,604800,0,0,125668,0,0,0,0,0),(93887,21227,548,1,1,0,1,402.643,-680.609,-7.24187,5.96098,604800,0,0,125668,0,0,0,0,0),(12481,23037,530,1,1,0,0,3535.15,5590.77,1.1,3.89,180,0,0,42,0,0,0,0,0),(12482,28067,230,1,1,0,0,891.271,-174.899,-43.925,0.445,180,0,0,2215,0,0,0,0,0),(88476,23033,571,1,1,0,0,122.454,-6349.22,13.519,0.0698132,300,0,0,42,0,0,0,0,0),(88477,23033,571,1,1,0,0,137.363,-6341.46,0.639785,4.71239,300,0,0,42,0,0,0,0,0),(88478,23033,571,1,1,0,0,134.36,-6343.98,18.4367,4.13643,300,0,0,42,0,0,0,0,0),(88479,23033,571,1,1,0,0,132.258,-6350.23,0.25067,0.907571,300,0,0,42,0,0,0,0,0),(88480,23033,571,1,1,0,0,126.022,-6359.62,13.2992,0.855211,300,0,0,42,0,0,0,0,0),(88481,23033,571,1,1,0,0,100.915,-6372.52,0.271114,1.85005,300,0,0,42,0,0,0,0,0),(88482,23033,571,1,1,0,0,112.813,-6370.39,0.250933,5.32325,300,0,0,42,0,0,0,0,0),(88483,23033,571,1,1,0,0,108.909,-6372.98,7.58103,1.15192,300,0,0,42,0,0,0,0,0),(88484,23033,571,1,1,0,0,102.777,-6374.67,18.4477,1.48353,300,0,0,42,0,0,0,0,0),(88485,23033,571,1,1,0,0,102.777,-6374.67,18.4477,1.48353,300,0,0,42,0,0,0,0,0),(88486,23982,571,1,1,0,0,86.4615,-6311.13,3.06059,4.53786,300,0,0,20958,0,0,0,0,0),(88487,23982,571,1,1,0,0,90.354,-6339.57,7.16617,4.71239,300,0,0,20958,0,0,0,0,0),(88488,23982,571,1,1,0,0,83.5573,-6293.27,2.56013,5.2709,300,0,0,20958,0,0,0,0,0),(88489,23982,571,1,1,0,0,97.1263,-6329.79,6.23893,5.37561,300,0,0,20958,0,0,0,0,0),(88490,23982,571,1,1,0,0,70.9303,-6330.43,3.54416,2.84489,300,0,0,20958,0,0,0,0,0),(88491,23982,571,1,1,0,0,51.7076,-6311.95,3.16145,5.77704,300,0,0,20958,0,0,0,0,0),(88492,23982,571,1,1,0,0,98.5698,-6344.55,7.68851,2.86234,300,0,0,20958,0,0,0,0,0),(88493,23982,571,1,1,0,0,131.832,-6340.61,12.6331,0.820305,300,0,0,20958,0,0,0,0,0),(88494,23982,571,1,1,0,0,129.186,-6345.83,0.25067,5.5676,300,0,0,20958,0,0,0,0,0),(88495,23982,571,1,1,0,0,120.393,-6350.1,13.3889,4.15388,300,0,0,20958,0,0,0,0,0),(88496,23982,571,1,1,0,0,104.829,-6357.47,7.57447,5.23599,300,0,0,20958,0,0,0,0,0),(88497,23982,571,1,1,0,0,133.646,-6343.11,18.4296,1.48353,300,0,0,20958,0,0,0,0,0),(88498,23982,571,1,1,0,0,138.983,-6343.52,0.638089,2.79253,300,0,0,20958,0,0,0,0,0),(88499,23982,571,1,1,0,0,129.184,-6351.27,0.25067,3.49066,300,0,0,20958,0,0,0,0,0),(88500,23982,571,1,1,0,0,119.949,-6359.69,13.227,5.20108,300,0,0,20958,0,0,0,0,0),(88501,23982,571,1,1,0,0,115.475,-6363.24,0.25067,2.40855,300,0,0,20958,0,0,0,0,0),(88502,23982,571,1,1,0,0,103.771,-6368.57,0.256418,2.09439,300,0,0,20958,0,0,0,0,0),(88503,23982,571,1,1,0,0,110.554,-6371.23,7.58106,1.27409,300,0,0,20958,0,0,0,0,0),(88504,23982,571,1,1,0,0,100.026,-6375.11,18.998,2.60054,300,0,0,20958,0,0,0,0,0),(88505,23982,571,1,1,0,0,96.0175,-6378.46,4.3255,5.53269,300,0,0,20958,0,0,0,0,0),(88506,23982,571,1,1,0,0,1545.82,-6573.38,13.7573,0.366519,300,0,0,20958,0,0,0,0,0),(88507,23982,571,1,1,0,0,1555.81,-6473.45,8.12772,1.8326,300,0,0,20958,0,0,0,0,0),(88508,23982,571,1,1,0,0,1556.01,-6468.7,1.18524,0.296706,300,0,0,20958,0,0,0,0,0),(88509,23982,571,1,1,0,0,1557.06,-6466.08,19.1378,0.191986,300,0,0,20958,0,0,0,0,0),(88510,23982,571,1,1,0,0,1560.88,-6554.92,7.85555,4.7822,300,0,0,20958,0,0,0,0,0),(88511,23982,571,1,1,0,0,1562.99,-6467.94,11.5577,0.872665,300,0,0,20958,0,0,0,0,0),(88512,23982,571,1,1,0,0,1566.2,-6453.87,8.1297,5.20108,300,0,0,20958,0,0,0,0,0),(88513,23982,571,1,1,0,0,1569.21,-6459.58,0.798187,0.959931,300,0,0,20958,0,0,0,0,0),(88514,23982,571,1,1,0,0,1571.11,-6554.08,19.5447,4.2237,300,0,0,20958,0,0,0,0,0),(88515,23982,571,1,1,0,0,1571.94,-6444.88,13.4798,4.64258,300,0,0,20958,0,0,0,0,0),(88516,23982,571,1,1,0,0,1572.78,-6465.26,13.9275,2.02458,300,0,0,20958,0,0,0,0,0),(88517,23982,571,1,1,0,0,1585.26,-6439.69,8.1282,5.74213,300,0,0,20958,0,0,0,0,0),(88518,23982,571,1,1,0,0,1585.64,-6442.62,0.80031,0.907571,300,0,0,20958,0,0,0,0,0),(88519,23982,571,1,1,0,0,1592.84,-6430.96,20.0984,4.57276,300,0,0,20958,0,0,0,0,0),(88520,23982,571,1,1,0,0,1595.97,-6429.72,4.87117,5.88176,300,0,0,20958,0,0,0,0,0),(88521,23982,571,1,1,0,0,1608.47,-6469.64,11.9444,2.3911,300,0,0,20958,0,0,0,0,0),(88522,23982,571,1,1,0,0,1633.75,-6476.69,5.27008,3.26377,300,0,0,20958,0,0,0,0,0),(88523,23982,571,1,1,0,0,1641.51,-6496.98,19.3894,2.49582,300,0,0,20958,0,0,0,0,0),(88524,23982,571,1,1,0,0,1648.43,-6518.75,7.92241,2.6529,300,0,0,20958,0,0,0,0,0),(88525,23982,571,1,1,0,0,1648.63,-6515.61,0.981542,0.0349066,300,0,0,20958,0,0,0,0,0),(88526,23982,571,1,1,0,0,1654.91,-6506.14,16.7789,0.734061,300,0,0,20958,0,0,0,0,0),(88527,23982,571,1,1,0,0,1659.26,-6516.77,12.9779,1.02974,300,0,0,20958,0,0,0,0,0),(88528,23982,571,1,1,0,0,1660.06,-6516.17,18.1532,0.401426,300,0,0,20958,0,0,0,0,0),(88529,23982,571,1,1,0,0,1661.93,-6510.17,0.595421,1.41372,300,0,0,20958,0,0,0,0,0),(88530,23982,571,1,1,0,0,1664.66,-6497.61,7.92616,0.349066,300,0,0,20958,0,0,0,0,0),(88531,23982,571,1,1,0,0,1667.07,-6513.15,7.92516,1.44862,300,0,0,20958,0,0,0,0,0),(88532,23982,571,1,1,0,0,1667.19,-6503.34,13.7694,4.50295,300,0,0,20958,0,0,0,0,0),(88533,23982,571,1,1,0,0,1676.57,-6488.01,7.84255,0.599511,300,0,0,20958,0,0,0,0,0),(88534,23982,571,1,1,0,0,1678.84,-6484.38,7.92603,5.16617,300,0,0,20958,0,0,0,0,0),(88535,23982,571,1,1,0,0,1680.69,-6489.71,15.3545,4.69494,300,0,0,20958,0,0,0,0,0),(88536,23982,571,1,1,0,0,1683.73,-6489.54,0.600268,3.38594,300,0,0,20958,0,0,0,0,0),(88537,23982,571,1,1,0,0,1693.21,-6481.45,20.3186,4.32842,300,0,0,20958,0,0,0,0,0),(88538,23982,571,1,1,0,0,1693.28,-6480.37,4.67026,2.49582,300,0,0,20958,0,0,0,0,0),(130434,16349,530,1,1,0,0,6949.11,-6818.66,48.4101,2.16151,120,5,0,1,0,1,0,0,0),(130435,16352,530,1,1,0,0,6933.83,-6715.57,23.8452,3.12206,120,5,0,1,0,1,0,0,0),(130436,16352,530,1,1,0,0,6968.37,-6953.11,51.5425,2.98078,120,5,0,1,0,1,0,0,0),(130437,16352,530,1,1,0,0,6890.8,-6722.46,39.5819,2.24407,120,5,0,1,0,1,0,0,0),(130438,16352,530,1,1,0,0,6853.69,-6851.98,69.6011,2.7382,120,5,0,1,0,1,0,0,0),(130439,16349,530,1,1,0,0,6950.04,-6888.72,49.8082,3.47785,120,5,0,1,0,1,0,0,0),(130440,16352,530,1,1,0,0,6878.64,-6864.47,62.7294,2.88288,120,5,0,1,0,1,0,0,0),(130441,16349,530,1,1,0,0,6895.03,-6912.37,47.209,4.11855,120,5,0,1,0,1,0,0,0),(130442,16349,530,1,1,0,0,6922.02,-7040.71,43.9084,4.41533,120,5,0,1,0,1,0,0,0),(130443,16352,530,1,1,0,0,6885.67,-7022.22,48.7115,1.79349,120,5,0,1,0,1,0,0,0),(130444,16349,530,1,1,0,0,6897.13,-6971.59,47.1769,2.72405,120,5,0,1,0,1,0,0,0),(130445,16352,530,1,1,0,0,6978.32,-7000.73,51.0767,4.07864,120,5,0,1,0,1,0,0,0),(130446,16352,530,1,1,0,0,6942.26,-7020.5,45.6607,0.164827,120,5,0,1,0,1,0,0,0),(130447,16349,530,1,1,0,0,6984.51,-7047.86,51.6501,1.12461,120,5,0,1,0,1,0,0,0),(130448,16349,530,1,1,0,0,6963.14,-7082.29,49.0125,6.2617,120,5,0,1,0,1,0,0,0),(130449,16352,530,1,1,0,0,6890.9,-7106.76,45.103,1.95221,120,5,0,1,0,1,0,0,0),(130450,16349,530,1,1,0,0,6836.95,-6998.21,89.5099,3.0359,120,5,0,1,0,1,0,0,0),(130451,16349,530,1,1,0,0,6963.36,-7153.4,47.5367,3.96912,120,5,0,1,0,1,0,0,0),(130452,16352,530,1,1,0,0,6966.12,-7145.21,49.5757,5.95093,120,5,0,1,0,1,0,0,0),(130453,16349,530,1,1,0,0,7039.77,-6724.05,31.4211,0.82477,120,5,0,1,0,1,0,0,0),(130454,16349,530,1,1,0,0,6894.14,-6637.76,22.1678,4.74063,120,5,0,1,0,1,0,0,0),(130455,16352,530,1,1,0,0,6892.14,-6687.74,33.3331,6.26561,120,5,0,1,0,1,0,0,0),(130456,16349,530,1,1,0,0,6862.79,-6653.27,29.215,0.156957,120,5,0,1,0,1,0,0,0),(130457,16349,530,1,1,0,0,6795.93,-6674.07,43.6913,2.76144,120,5,0,1,0,1,0,0,0),(84222,37574,530,1,1,0,0,9574.71,-7221.68,23.1795,4.66003,120,0,0,1,0,0,0,0,0),(84223,37543,530,1,1,0,0,9648.61,-7151.55,28.7944,0,120,0,0,1,0,0,0,0,0),(84224,37543,530,1,1,0,0,9467.85,-7269.6,34.8505,0,120,0,0,1,0,0,0,0,0),(84225,37543,530,1,1,0,0,9467.5,-7287.61,36.1357,0,120,0,0,1,0,0,0,0,0),(52019,24841,584,1,1,1858,0,-9.323,-1.66992,6.09808,0.0174532,120,0,0,10236,0,0,0,0,0),(52020,24842,584,1,1,22666,0,20.1177,-6.31861,6.38887,3.3096,120,0,0,10236,0,2,0,0,0),(52021,24843,584,1,1,22667,0,6.35056,8.71821,6.18084,5.42797,120,0,0,928,0,0,0,0,0),(1976457,30064,571,1,2,0,0,7399.79,-1420.74,921.217,1.42293,300,0,0,252000,0,0,0,0,0),(136185,23311,530,1,1,0,0,-5227.61,271.558,70.1239,0.333443,120,0,0,1,0,0,0,0,0),(136186,23311,530,1,1,0,0,-5286.28,241.229,67.8315,4.59878,120,0,0,1,0,0,0,0,0),(136187,23311,530,1,1,0,0,-5269.89,303.363,73.5589,0.0523599,120,0,0,1,0,0,0,0,0),(136188,23311,530,1,1,0,0,-5285.69,388.986,54.8936,5.13127,120,0,0,1,0,0,0,0,0),(136189,23311,530,1,1,0,0,-5329.14,192.179,52.4087,0.597758,120,0,0,1,0,0,0,0,0),(136190,23311,530,1,1,0,0,-5313.12,170.913,54.4573,2.19912,120,0,0,1,0,0,0,0,0),(136191,23311,530,1,1,0,0,-4988.24,135.232,79.1295,4.97419,120,0,0,1,0,0,0,0,0),(136192,23311,530,1,1,0,0,-4926.95,217.01,65.2678,3.33358,120,0,0,1,0,0,0,0,0),(136193,23311,530,1,1,0,0,-4922.61,151.786,56.7882,1.78024,120,0,0,1,0,0,0,0,0),(136194,23311,530,1,1,0,0,-4993.67,235.146,80.8679,5.72468,120,0,0,1,0,0,0,0,0),(136195,23311,530,1,1,0,0,-4991.52,300.207,82.2154,4.95674,120,0,0,1,0,0,0,0,0),(136196,23311,530,1,1,0,0,-4849.12,450.194,60.7157,1.78024,120,0,0,1,0,0,0,0,0),(136197,23311,530,1,1,0,0,-4982.72,-33.1211,69.6537,2.86234,120,0,0,1,0,0,0,0,0),(136198,23311,530,1,1,0,0,-5073.18,478.203,84.0537,0.436332,120,0,0,1,0,0,0,0,0),(136199,23311,530,1,1,0,0,-5037.91,538.488,88.2079,5.39307,120,0,0,1,0,0,0,0,0),(136200,23311,530,1,1,0,0,-4993.51,508.649,85.8297,5.98648,120,0,0,1,0,0,0,0,0),(136201,23311,530,1,1,0,0,-4962.05,525.737,79.1955,3.76433,120,0,0,1,0,0,0,0,0),(136202,23311,530,1,1,0,0,-5005.26,532.891,87.4611,4.38661,120,0,0,1,0,0,0,0,0),(136203,23311,530,1,1,0,0,-4892.17,276.907,64.7531,0.401426,120,0,0,1,0,0,0,0,0),(136204,23311,530,1,1,0,0,-5141.98,473.957,78.601,0.488692,120,0,0,1,0,0,0,0,0),(136205,23311,530,1,1,0,0,-5200.69,589.495,60.425,2.79253,120,0,0,1,0,0,0,0,0),(136206,23311,530,1,1,0,0,-5281.21,653.83,41.3046,4.7822,120,0,0,1,0,0,0,0,0),(136207,23311,530,1,1,0,0,-5221.95,685.913,60.3266,4.27563,120,0,0,1,0,0,0,0,0),(136208,23311,530,1,1,0,0,-5148.24,737.84,73.0539,4.7822,120,0,0,1,0,0,0,0,0),(136209,23311,530,1,1,0,0,-5013.05,702.112,82.4227,3.43546,120,0,0,1,0,0,0,0,0),(136210,23311,530,1,1,0,0,-4969.67,576.404,77.0522,0.51554,120,0,0,1,0,0,0,0,0),(136211,23311,530,1,1,0,0,-4876.81,515.529,60.5908,5.58146,120,0,0,1,0,0,0,0,0),(136212,23311,530,1,1,0,0,-4943.46,693.737,71.826,1.42556,120,0,0,1,0,0,0,0,0),(136213,23311,530,1,1,0,0,-5241.89,110.241,58.1161,5.43882,120,0,0,1,0,0,0,0,0),(136214,23311,530,1,1,0,0,-5231.88,73.5107,64.2172,2.70563,120,0,0,1,0,0,0,0,0),(136215,23311,530,1,1,0,0,-5223.67,41.7543,68.7341,5.06183,120,0,0,1,0,0,0,0,0),(136216,23311,530,1,1,0,0,-5315.02,241.323,59.5668,4.75553,120,0,0,1,0,0,0,0,0),(136217,23311,530,1,1,0,0,-5135.13,472.366,78.4078,3.1219,120,0,0,1,0,0,0,0,0),(136218,23311,530,1,1,0,0,-5172.18,449.631,76.6452,4.06438,120,0,0,1,0,0,0,0,0),(136219,23311,530,1,1,0,0,-5200.65,414.947,74.4594,4.13114,120,0,0,1,0,0,0,0,0),(136220,23311,530,1,1,0,0,-5248.11,369.244,68.7189,3.43999,120,0,0,1,0,0,0,0,0),(136221,23311,530,1,1,0,0,-5289.96,304.915,67.6901,3.63634,120,0,0,1,0,0,0,0,0),(136222,23311,530,1,1,0,0,-5043.44,498.824,86.5357,3.86411,120,0,0,1,0,0,0,0,0),(87846,15475,531,1,1,0,0,-7953.21,1524.23,-62.4169,3.25819,604800,5,0,1,0,1,0,0,0),(87847,15475,531,1,1,0,0,-8012.04,1604.96,-59.161,1.00775,604800,5,0,1,0,1,0,0,0),(87848,15475,531,1,1,0,0,-8034.02,1565.15,-65.1195,1.29113,604800,5,0,1,0,1,0,0,0),(87849,15475,531,1,1,0,0,-8039.97,1175.33,-90.4319,1.98105,604800,5,0,1,0,1,0,0,0),(87850,15475,531,1,1,0,0,-8101.44,1152.04,-90.5453,1.58166,604800,5,0,1,0,1,0,0,0),(87851,15475,531,1,1,0,0,-8108.15,1662.78,-48.4149,3.09769,604800,5,0,1,0,1,0,0,0),(87852,15475,531,1,1,0,0,-8298.54,1722.82,-16.1721,4.06812,604800,5,0,1,0,1,0,0,0),(87853,15475,531,1,1,0,0,-8371.15,2061.96,9.35596,0.258076,604800,5,0,1,0,1,0,0,0),(87854,15475,531,1,1,0,0,-8386.91,1898.42,2.75219,6.2749,604800,5,0,1,0,1,0,0,0),(87855,15475,531,1,1,0,0,-8432.69,2079.26,116.129,0.468039,604800,5,0,1,0,1,0,0,0),(87856,15475,531,1,1,0,0,-8492.97,1962.47,62.3886,4.43627,604800,5,0,1,0,1,0,0,0),(87857,15475,531,1,1,0,0,-8557.57,2140.73,-6.42318,1.53637,604800,5,0,1,0,1,0,0,0),(87858,15475,531,1,1,0,0,-8558.16,1398.54,-61.0241,1.31992,604800,5,0,1,0,1,0,0,0),(87859,15475,531,1,1,0,0,-8586.94,1998.36,-1.80591,3.09549,604800,5,0,1,0,1,0,0,0),(87860,15475,531,1,1,0,0,-8606.19,1636.15,-89.5111,2.73756,604800,5,0,1,0,1,0,0,0),(87861,15475,531,1,1,0,0,-8627.81,1908.55,108.566,3.84349,604800,5,0,1,0,1,0,0,0),(87862,15475,531,1,1,0,0,-8943.61,1438.67,-92.4122,3.78447,604800,5,0,1,0,1,0,0,0),(87863,15475,531,1,1,0,0,-9096.33,2109.3,-60.5332,5.77777,604800,5,0,1,0,1,0,0,0),(87864,15475,531,1,1,0,0,-9116.3,1796.6,-42.2143,1.82708,604800,5,0,1,0,1,0,0,0),(87865,15475,531,1,1,0,0,-9118.71,2143.71,-62.0636,2.15107,604800,5,0,1,0,1,0,0,0),(87866,15475,531,1,1,0,0,-9142.72,2103.47,-65.1421,1.26755,604800,5,0,1,0,1,0,0,0),(87867,15475,531,1,1,0,0,-9180.3,1493.75,-94.9163,0.317059,604800,5,0,1,0,1,0,0,0),(87868,15475,531,1,1,0,0,-9196.67,2084.26,-63.9997,2.51762,604800,5,0,1,0,1,0,0,0),(87869,15475,531,1,1,0,0,-9234.58,2114.61,-66.5833,3.19395,604800,5,0,1,0,1,0,0,0),(87870,15476,531,1,1,0,0,-7921.3,1372.59,-75.9183,4.97222,604800,5,0,1,0,1,0,0,0),(87871,15476,531,1,1,0,0,-8125.22,1185.71,-90.4652,3.40464,604800,5,0,1,0,1,0,0,0),(87872,15476,531,1,1,0,0,-8136.2,1621.3,-45.7887,0.452743,604800,5,0,1,0,1,0,0,0),(87873,15476,531,1,1,0,0,-8219.49,1287.49,-90.7306,5.13532,604800,5,0,1,0,1,0,0,0),(87874,15476,531,1,1,0,0,-8232,1730.55,-23.7835,1.56798,604800,5,0,1,0,1,0,0,0),(87875,15476,531,1,1,0,0,-8282.22,1654.54,-30.9253,3.7857,604800,5,0,1,0,1,0,0,0),(87876,15476,531,1,1,0,0,-8343.89,1800.74,-1.62698,0.443606,604800,5,0,1,0,1,0,0,0),(87877,15476,531,1,1,0,0,-8354.89,1950.47,-1.99011,2.94514,604800,5,0,1,0,1,0,0,0),(87878,15476,531,1,1,0,0,-8402.78,2032.24,116.104,1.83938,604800,5,0,1,0,1,0,0,0),(87879,15476,531,1,1,0,0,-8530.84,1987.53,19.4587,1.68438,604800,5,0,1,0,1,0,0,0),(87880,15476,531,1,1,0,0,-8571.37,1981.65,-2.622,1.97636,604800,5,0,1,0,1,0,0,0),(87881,15476,531,1,1,0,0,-8584.71,2161.05,-6.45929,1.20877,604800,5,0,1,0,1,0,0,0),(87882,15476,531,1,1,0,0,-8604.21,2111.62,-5.8737,1.30684,604800,5,0,1,0,1,0,0,0),(87883,15476,531,1,1,0,0,-8786.17,1550.58,-94.0428,4.41138,604800,5,0,1,0,1,0,0,0),(87884,15476,531,1,1,0,0,-8795.05,1985.75,-20.0034,4.73887,604800,5,0,1,0,1,0,0,0),(87885,15476,531,1,1,0,0,-8902.53,1530.71,-94.3657,4.30161,604800,5,0,1,0,1,0,0,0),(87886,15476,531,1,1,0,0,-9003.46,1871.43,-42.7473,5.30423,604800,5,0,1,0,1,0,0,0),(87887,15476,531,1,1,0,0,-9087.26,1473.55,-105.352,0.55304,604800,5,0,1,0,1,0,0,0),(87888,15476,531,1,1,0,0,-9107.26,2057.86,-61.6295,2.81998,604800,5,0,1,0,1,0,0,0),(87889,15476,531,1,1,0,0,-9163.18,2056.46,-63.7112,3.98143,604800,5,0,1,0,1,0,0,0),(87890,15476,531,1,1,0,0,-9207.21,2138.98,-67.9992,3.08697,604800,5,0,1,0,1,0,0,0),(87891,15476,531,1,1,0,0,-9223.01,2041.49,-62.0889,0.868382,604800,5,0,1,0,1,0,0,0),(87892,15476,531,1,1,0,0,-9243.94,2079.56,-64.6858,1.41194,604800,5,0,1,0,1,0,0,0),(87639,15426,531,1,1,0,0,-8336.39,2176.26,127.997,2.1293,604800,0,0,1,0,0,0,0,0),(87640,15426,531,1,1,0,0,-8163.71,2179.06,130.421,5.51524,604800,0,0,1,0,0,0,0,0),(87641,15426,531,1,1,0,0,-8313.15,2045.8,137.829,4.18879,604800,0,0,1,0,0,0,0,0),(87642,15426,531,1,1,0,0,-8651.2,2071.6,20.505,2.49582,604800,0,0,1,0,0,0,0,0),(87643,15426,531,1,1,0,0,-8337.53,1731.16,31.2425,5.95157,604800,0,0,1,0,0,0,0,0),(87644,15426,531,1,1,0,0,-7994.35,1000.06,2.59934,2.60054,604800,0,0,1,0,0,0,0,0),(87645,15426,531,1,1,0,0,-8983.97,1392.38,-82.8312,3.63029,604800,0,0,1,0,0,0,0,0),(87646,15384,531,1,1,0,0,-8546.25,1987.52,-96.4368,0.331613,604800,0,0,1,0,0,0,0,0),(87647,15384,531,1,1,0,0,-8577.32,1988.11,101.22,0.471239,604800,0,0,1,0,2,0,0,0),(87657,15311,531,1,1,0,0,-9133.91,1813.15,-42.7389,5.13127,604800,0,0,1,0,0,0,0,0),(144272,15316,531,1,1,0,0,-8972.85,1276.22,-112.293,3.89186,604800,0,0,1,0,0,0,0,0),(144273,15316,531,1,1,0,0,-8974.81,1226.22,-112.294,1.72243,604800,0,0,1,0,0,0,0,0),(144274,15316,531,1,1,0,0,-8977.9,1320.49,-104.242,3.17582,604800,0,0,1,0,0,0,0,0),(144275,15316,531,1,1,0,0,-8981.08,1223.44,-112.294,0.261598,604800,0,0,1,0,0,0,0,0),(144276,15316,531,1,1,0,0,-8981.13,1332.21,-104.254,5.95302,604800,0,0,1,0,0,0,0,0),(144277,15316,531,1,1,0,0,-8982.36,1235.15,-112.292,1.3439,604800,0,0,1,0,0,0,0,0),(144278,15316,531,1,1,0,0,-8984.57,1250.39,-112.291,5.36409,604800,0,0,1,0,0,0,0,0),(144279,15316,531,1,1,0,0,-8991.22,1329.98,-104.232,3.06295,604800,0,0,1,0,0,0,0,0),(144280,15316,531,1,1,0,0,-8992.07,1319.73,-104.239,3.36348,604800,0,0,1,0,0,0,0,0),(144281,15316,531,1,1,0,0,-9002.67,1154.33,-104.314,6.01403,604800,0,0,1,0,0,0,0,0),(144282,15316,531,1,1,0,0,-9006.72,1241.47,-112.29,1.94807,604800,0,0,1,0,0,0,0,0),(144283,15316,531,1,1,0,0,-9011.1,1167.53,-104.32,1.77782,604800,0,0,1,0,0,0,0,0),(144284,15316,531,1,1,0,0,-9014.96,1233.01,-112.295,3.99794,604800,0,0,1,0,0,0,0,0),(144285,15316,531,1,1,0,0,-9016.69,1169.94,-104.313,3.21999,604800,0,0,1,0,0,0,0,0),(144286,15316,531,1,1,0,0,-9019.49,1151.87,-104.318,4.56587,604800,0,0,1,0,0,0,0,0),(144287,15316,531,1,1,0,0,-9020.33,1250.44,-112.302,3.98824,604800,0,0,1,0,0,0,0,0),(144288,15316,531,1,1,0,0,-9022.73,1161.32,-104.289,2.87805,604800,0,0,1,0,0,0,0,0),(144289,15316,531,1,1,0,0,-9026.86,1240.55,-112.302,4.02062,604800,0,0,1,0,0,0,0,0),(144290,15316,531,1,1,0,0,-9028.26,1233.39,-112.303,1.2711,604800,0,0,1,0,0,0,0,0),(144291,15316,531,1,1,0,0,-9032.16,1322.91,-104.145,2.07694,604800,0,0,1,0,0,0,0,0),(144292,15316,531,1,1,0,0,-9041.21,1418.47,-105.316,6.05629,604800,0,0,1,0,0,0,0,0),(144293,15316,531,1,1,0,0,-9043.84,1352.87,-103.425,0.471239,604800,0,0,1,0,0,0,0,0),(144294,15316,531,1,1,0,0,-9044.05,1416.1,-105.236,5.07891,604800,0,0,1,0,0,0,0,0),(144295,15316,531,1,1,0,0,-9052.25,1412.9,-105.22,2.07694,604800,0,0,1,0,0,0,0,0),(144296,15316,531,1,1,0,0,-9073.75,1386.46,-107.335,0.719536,604800,0,0,1,0,0,0,0,0),(144297,15316,531,1,1,0,0,-9075.86,1399.42,-106.766,0.139626,604800,0,0,1,0,0,0,0,0),(144298,15316,531,1,1,0,0,-9077.96,1380.42,-106.713,2.48533,604800,0,0,1,0,0,0,0,0),(144299,15316,531,1,1,0,0,-9084.8,1348.05,-104.986,2.42601,604800,0,0,1,0,0,0,0,0),(144300,15316,531,1,1,0,0,-9085.03,1341.64,-105.159,1.09956,604800,0,0,1,0,0,0,0,0),(144301,15316,531,1,1,0,0,-9085.65,1336.6,-104.992,2.39517,604800,0,0,1,0,0,0,0,0),(144302,15316,531,1,1,0,0,-9088.62,1402.32,-107.249,1.02636,604800,0,0,1,0,0,0,0,0),(144303,15316,531,1,1,0,0,-9091.26,1510.94,-99.8143,3.54302,604800,0,0,1,0,0,0,0,0),(144304,15316,531,1,1,0,0,-9092.02,1351.04,-105.416,4.97419,604800,0,0,1,0,0,0,0,0),(144305,15316,531,1,1,0,0,-9094.28,1499.21,-102.228,0.680678,604800,0,0,1,0,0,0,0,0),(144306,15316,531,1,1,0,0,-9095.95,1507.99,-100.713,4.88692,604800,0,0,1,0,0,0,0,0),(144307,15316,531,1,1,0,0,-9098.2,1357.67,-105.575,0.733038,604800,0,0,1,0,0,0,0,0),(144308,15316,531,1,1,0,0,-9099.2,1350.56,-105.974,6.24828,604800,0,0,1,0,0,0,0,0),(144309,15316,531,1,1,0,0,-9101.52,1505.31,-100.342,1.17437,604800,0,0,1,0,0,0,0,0),(144310,15316,531,1,1,0,0,-9102.32,1446.37,-105.62,1.19676,604800,0,0,1,0,0,0,0,0),(144311,15316,531,1,1,0,0,-9147.43,1516.56,-94.8906,1.85327,604800,0,0,1,0,0,0,0,0),(144312,15316,531,1,1,0,0,-9176.5,1554.58,-83.8301,5.85025,604800,0,0,1,0,0,0,0,0),(144313,15316,531,1,1,0,0,-9178.14,1483.47,-96.6558,3.03687,604800,0,0,1,0,0,0,0,0),(144314,15316,531,1,1,0,0,-9178.39,1652.74,-64.7823,4.97419,604800,0,0,1,0,0,0,0,0),(144315,15316,531,1,1,0,0,-9178.49,1667.53,-60.3761,1.29782,604800,0,0,1,0,0,0,0,0),(144316,15316,531,1,1,0,0,-9178.76,1479.85,-97.5551,1.93731,604800,0,0,1,0,0,0,0,0),(144317,15316,531,1,1,0,0,-9183.2,1475.59,-98.7705,2.47837,604800,0,0,1,0,0,0,0,0),(144318,15316,531,1,1,0,0,-9183.29,1489.49,-95.6379,4.42534,604800,0,0,1,0,0,0,0,0),(144319,15316,531,1,1,0,0,-9188.18,1471.16,-99.3228,5.11381,604800,0,0,1,0,0,0,0,0),(144320,15316,531,1,1,0,0,-9188.79,1657.49,-64.1572,4.23883,604800,0,0,1,0,0,0,0,0),(144321,15316,531,1,1,0,0,-9189.34,1531.63,-85.8982,6.19592,604800,0,0,1,0,0,0,0,0),(144322,15316,531,1,1,0,0,-9191.1,1521.98,-87.7106,5.02655,604800,0,0,1,0,0,0,0,0),(144323,15316,531,1,1,0,0,-9191.53,1537.51,-84.5327,5.86431,604800,0,0,1,0,0,0,0,0),(144324,15316,531,1,1,0,0,-9192.62,1647.3,-65.3602,3.02363,604800,0,0,1,0,0,0,0,0),(144325,15316,531,1,1,0,0,-9197.76,1667.53,-61.1848,1.38688,604800,0,0,1,0,0,0,0,0),(144326,15316,531,1,1,0,0,-9211.67,1526.51,-86.4464,3.19899,604800,0,0,1,0,0,0,0,0),(144327,15316,531,1,1,0,0,-9212.58,1576.33,-75.7008,1.34962,604800,0,0,1,0,0,0,0,0),(144328,15316,531,1,1,0,0,-9218.4,1574.92,-76.3534,0.393843,604800,0,0,1,0,0,0,0,0),(144329,15316,531,1,1,0,0,-9220.12,1595.06,-72.4562,0.891026,604800,0,0,1,0,0,0,0,0),(144330,15316,531,1,1,0,0,-9225.14,1585.16,-74.8265,4.34335,604800,0,0,1,0,0,0,0,0),(144331,15316,531,1,1,0,0,-9235.81,1588.07,-73.6367,3.15277,604800,0,0,1,0,0,0,0,0),(144332,15317,531,1,1,0,0,-8767.86,1577.66,-89.3453,6.28042,604800,0,0,1,0,0,0,0,0),(144333,15317,531,1,1,0,0,-8822.13,1500.41,-93.8577,3.89038,604800,0,0,1,0,0,0,0,0),(144334,15317,531,1,1,0,0,-8863.72,1188.01,-104.311,3.3259,604800,0,0,1,0,0,0,0,0),(144335,15317,531,1,1,0,0,-8864.53,1179.05,-104.263,3.61623,604800,0,0,1,0,0,0,0,0),(144336,15317,531,1,1,0,0,-8868.39,1219.07,-104.323,1.47089,604800,0,0,1,0,0,0,0,0),(144337,15317,531,1,1,0,0,-8874.39,1204.47,-104.325,2.82285,604800,0,0,1,0,0,0,0,0),(144338,15317,531,1,1,0,0,-8875.63,1184.71,-104.315,1.34973,604800,0,0,1,0,0,0,0,0),(144339,15317,531,1,1,0,0,-8889.71,1263.57,-112.292,1.86493,604800,0,0,1,0,0,0,0,0),(144340,15317,531,1,1,0,0,-8896.92,1271.53,-112.292,1.54404,604800,0,0,1,0,0,0,0,0),(144341,15317,531,1,1,0,0,-8902.62,1258.21,-112.292,1.78323,604800,0,0,1,0,0,0,0,0),(144342,15317,531,1,1,0,0,-8907.31,1264.09,-112.292,1.61613,604800,0,0,1,0,0,0,0,0),(144343,15317,531,1,1,0,0,-8907.32,1215.41,-112.293,5.12038,604800,0,0,1,0,0,0,0,0),(144344,15317,531,1,1,0,0,-8909.94,1288.73,-112.29,2.33236,604800,0,0,1,0,0,0,0,0),(144345,15317,531,1,1,0,0,-8910.22,1210.9,-112.293,0.980765,604800,0,0,1,0,0,0,0,0),(144346,15317,531,1,1,0,0,-8916.44,1218.51,-112.293,1.02365,604800,0,0,1,0,0,0,0,0),(144347,15317,531,1,1,0,0,-8927.61,1219.25,-112.292,3.29309,604800,0,0,1,0,0,0,0,0),(144348,15317,531,1,1,0,0,-8931.67,1478.1,-92.4145,4.33082,604800,0,0,1,0,0,0,0,0),(144349,15317,531,1,1,0,0,-8932.62,1206.9,-112.292,1.06748,604800,0,0,1,0,0,0,0,0),(144350,15317,531,1,1,0,0,-8937.34,1231.81,-112.293,1.43279,604800,0,0,1,0,0,0,0,0),(144351,15317,531,1,1,0,0,-8941.13,1183.69,-112.289,6.19064,604800,0,0,1,0,0,0,0,0),(144352,15317,531,1,1,0,0,-8945.95,1250.48,-112.293,2.54278,604800,0,0,1,0,0,0,0,0),(144353,15317,531,1,1,0,0,-8948.82,1331.95,-104.251,5.92636,604800,0,0,1,0,0,0,0,0),(144354,15317,531,1,1,0,0,-8949.48,1285.59,-112.21,6.05629,604800,0,0,1,0,0,0,0,0),(144355,15317,531,1,1,0,0,-8951.34,1184.43,-112.292,5.57128,604800,0,0,1,0,0,0,0,0),(144356,15317,531,1,1,0,0,-8951.59,1472.8,-92.3147,1.30244,604800,0,0,1,0,0,0,0,0),(144357,15317,531,1,1,0,0,-8951.59,1211.1,-112.293,1.28833,604800,0,0,1,0,0,0,0,0),(144358,15317,531,1,1,0,0,-8952.45,1166.54,-112.3,0.0190415,604800,0,0,1,0,0,0,0,0),(144359,15317,531,1,1,0,0,-8953.99,1344.64,-104.223,0.571989,604800,0,0,1,0,0,0,0,0),(144360,15317,531,1,1,0,0,-8955.58,1230.11,-112.621,1.36077,604800,0,0,1,0,0,0,0,0),(144361,15317,531,1,1,0,0,-8958.94,1321.82,-104.246,5.7843,604800,0,0,1,0,0,0,0,0),(144362,15317,531,1,1,0,0,-8960.12,1254.93,-112.294,5.11396,604800,0,0,1,0,0,0,0,0),(144363,15317,531,1,1,0,0,-8960.78,1262.32,-112.294,3.11381,604800,0,0,1,0,0,0,0,0),(144364,15317,531,1,1,0,0,-8961.69,1200.37,-112.292,1.92591,604800,0,0,1,0,0,0,0,0),(144365,15317,531,1,1,0,0,-8965.12,1164.98,-112.299,0.261965,604800,0,0,1,0,0,0,0,0),(144366,15317,531,1,1,0,0,-8965.51,1178.93,-112.208,4.72984,604800,0,0,1,0,0,0,0,0),(144367,15317,531,1,1,0,0,-8966.61,1337.69,-104.251,2.70338,604800,0,0,1,0,0,0,0,0),(144368,15317,531,1,1,0,0,-8973.95,1265.45,-112.294,1.58412,604800,0,0,1,0,0,0,0,0),(144369,15317,531,1,1,0,0,-8977.52,1266.34,-112.292,5.71369,604800,0,0,1,0,0,0,0,0),(144370,15317,531,1,1,0,0,-8978.57,1198.2,-112.293,2.00547,604800,0,0,1,0,0,0,0,0),(144371,15317,531,1,1,0,0,-8984.78,1209.76,-112.293,3.72734,604800,0,0,1,0,0,0,0,0),(144372,15317,531,1,1,0,0,-8989.3,1202.46,-112.293,5.42343,604800,0,0,1,0,0,0,0,0),(144373,15317,531,1,1,0,0,-8992.73,1212.77,-112.293,6.09837,604800,0,0,1,0,0,0,0,0),(144374,15317,531,1,1,0,0,-8996.32,1224.41,-112.287,3.1986,604800,0,0,1,0,0,0,0,0),(144375,15317,531,1,1,0,0,-8996.78,1272.69,-112.292,1.22757,604800,0,0,1,0,0,0,0,0),(144376,15317,531,1,1,0,0,-9002.57,1324.53,-104.234,2.00588,604800,0,0,1,0,0,0,0,0),(144377,15317,531,1,1,0,0,-9005.33,1249.05,-112.289,5.86116,604800,0,0,1,0,0,0,0,0),(144378,15317,531,1,1,0,0,-9009.53,1273.29,-112.301,0.931311,604800,0,0,1,0,0,0,0,0),(144379,15317,531,1,1,0,0,-9014.95,1261.93,-112.301,1.05469,604800,0,0,1,0,0,0,0,0),(144380,15317,531,1,1,0,0,-9020.21,1262.01,-112.299,4.35212,604800,0,0,1,0,0,0,0,0),(144381,15317,531,1,1,0,0,-9026.25,1184.02,-104.318,2.33524,604800,0,0,1,0,0,0,0,0),(144382,15317,531,1,1,0,0,-9029.82,1168.41,-104.288,5.26125,604800,0,0,1,0,0,0,0,0),(144383,15317,531,1,1,0,0,-9034.85,1195.08,-104.319,5.49718,604800,0,0,1,0,0,0,0,0),(144384,15317,531,1,1,0,0,-9044.64,1179.07,-104.262,4.27361,604800,0,0,1,0,0,0,0,0),(144385,15317,531,1,1,0,0,-9045.37,1426.71,-106.269,4.95674,604800,0,0,1,0,0,0,0,0),(144386,15317,531,1,1,0,0,-9045.75,1189.08,-104.258,1.56807,604800,0,0,1,0,0,0,0,0),(144387,15317,531,1,1,0,0,-9048.55,1421.89,-106.341,0.0523599,604800,0,0,1,0,0,0,0,0),(144388,15317,531,1,1,0,0,-9054.13,1419.32,-106.088,3.31613,604800,0,0,1,0,0,0,0,0),(144389,15317,531,1,1,0,0,-9063.94,1432.53,-107.395,6.05636,604800,0,0,1,0,0,0,0,0),(144390,15317,531,1,1,0,0,-9064.93,1387.49,-106.586,4.27606,604800,0,0,1,0,0,0,0,0),(144391,15317,531,1,1,0,0,-9075.9,1395.46,-106.89,0.506145,604800,0,0,1,0,0,0,0,0),(144392,15317,531,1,1,0,0,-9081.57,1399.58,-107.172,5.2709,604800,0,0,1,0,0,0,0,0),(144393,15317,531,1,1,0,0,-9082.26,1393.76,-107.192,0.174103,604800,0,0,1,0,0,0,0,0),(144394,15317,531,1,1,0,0,-9086.6,1497.65,-102.697,3.38594,604800,0,0,1,0,0,0,0,0),(144395,15317,531,1,1,0,0,-9087.26,1506.4,-100.675,2.61799,604800,0,0,1,0,0,0,0,0),(144396,15317,531,1,1,0,0,-9090.99,1356.73,-105.019,3.12414,604800,0,0,1,0,0,0,0,0),(144397,15317,531,1,1,0,0,-9091.27,1492.38,-103.398,5.74213,604800,0,0,1,0,0,0,0,0),(144398,15317,531,1,1,0,0,-9091.8,1342.17,-105.508,5.34071,604800,0,0,1,0,0,0,0,0),(144399,15317,531,1,1,0,0,-9098.12,1447.74,-104.379,2.11274,604800,0,0,1,0,0,0,0,0),(144400,15317,531,1,1,0,0,-9098.35,1364.72,-105.184,2.56563,604800,0,0,1,0,0,0,0,0),(144401,15317,531,1,1,0,0,-9099.76,1498.81,-101.703,1.47186,604800,0,0,1,0,0,0,0,0),(144402,15317,531,1,1,0,0,-9103.6,1357.07,-106.087,4.72984,604800,0,0,1,0,0,0,0,0),(144403,15317,531,1,1,0,0,-9105.11,1363.61,-105.837,3.78736,604800,0,0,1,0,0,0,0,0),(144404,15317,531,1,1,0,0,-9126.78,1462.2,-104.263,0.799282,604800,0,0,1,0,0,0,0,0),(144405,15317,531,1,1,0,0,-9172.64,1542.29,-87.2575,4.76327,604800,0,0,1,0,0,0,0,0),(144406,15317,531,1,1,0,0,-9177.08,1683.53,-54.5022,0.0484904,604800,0,0,1,0,0,0,0,0),(144407,15317,531,1,1,0,0,-9183.35,1644.61,-67.0611,2.3273,604800,0,0,1,0,0,0,0,0),(144408,15317,531,1,1,0,0,-9187.73,1680.69,-57.8031,5.65132,604800,0,0,1,0,0,0,0,0),(144409,15317,531,1,1,0,0,-9191,1674.81,-59.7427,3.41045,604800,0,0,1,0,0,0,0,0),(144410,15317,531,1,1,0,0,-9193.5,1691.11,-54.6386,3.41158,604800,0,0,1,0,0,0,0,0),(144411,15317,531,1,1,0,0,-9197.91,1677.65,-59.0185,5.33176,604800,0,0,1,0,0,0,0,0),(144412,15317,531,1,1,0,0,-9200.42,1565.65,-78.0826,3.68265,604800,0,0,1,0,0,0,0,0),(144413,15317,531,1,1,0,0,-9215.1,1566.99,-77.6508,4.19316,604800,0,0,1,0,0,0,0,0),(144414,15317,531,1,1,0,0,-9215.52,1556.68,-79.7706,3.49537,604800,0,0,1,0,0,0,0,0),(144415,15317,531,1,1,0,0,-9223.64,1562.97,-78.591,0.920002,604800,0,0,1,0,0,0,0,0),(144416,15317,531,1,1,0,0,-9231.38,1566.91,-77.6644,5.65353,604800,0,0,1,0,0,0,0,0),(144510,15325,509,1,1,0,0,-9616.94,1598.47,21.5113,6.24236,7200,0,0,1,0,2,0,0,0),(144511,15325,509,1,1,0,0,-9616.94,1598.47,21.5113,0.0566966,7200,0,0,1,0,2,0,0,0),(144512,15325,509,1,1,0,0,-9616.94,1598.47,21.5113,1.22913,7200,0,0,1,0,2,0,0,0),(144513,15325,509,1,1,0,0,-9616.94,1598.47,21.5113,0.262099,7200,0,0,1,0,2,0,0,0),(144514,15325,509,1,1,0,0,-9631.85,1575.04,21.5113,0.944845,7200,0,0,1,0,2,0,0,0),(144515,15325,509,1,1,0,0,-9616.94,1598.47,21.5113,0.196335,7200,0,0,1,0,2,0,0,0),(144516,15325,509,1,1,0,0,-9631.85,1575.04,21.5113,0.947615,7200,0,0,1,0,2,0,0,0),(144517,15325,509,1,1,0,0,-9631.85,1575.04,21.5113,0.944991,7200,0,0,1,0,2,0,0,0),(144518,15325,509,1,1,0,0,-9641.11,1606.59,21.5115,1.86284,7200,0,0,1,0,2,0,0,0),(144519,15325,509,1,1,0,0,-9641.11,1606.59,21.5115,1.8666,7200,0,0,1,0,2,0,0,0),(144520,15325,509,1,1,0,0,-9641.11,1606.59,21.5115,1.87041,7200,0,0,1,0,2,0,0,0),(144521,15327,509,1,1,0,0,-8529.96,1364.05,36.8613,4.5185,7200,0,0,1,0,2,0,0,0),(144522,15327,509,1,1,0,0,-8548.86,1386.29,32.032,4.89083,7200,0,0,1,0,2,0,0,0),(144523,15327,509,1,1,0,0,-8597.94,1369.12,32.032,0.109564,7200,0,0,1,0,2,0,0,0),(144524,15327,509,1,1,0,0,-8676.3,1523.41,32.032,2.22477,7200,0,0,1,0,2,0,0,0),(144525,15327,509,1,1,0,0,-8658.22,1452.97,32.0319,1.77857,7200,0,0,1,0,2,0,0,0),(144526,15327,509,1,1,0,0,-8729.3,1429.32,37.3242,3.98324,7200,0,0,1,0,2,0,0,0),(144527,15327,509,1,1,0,0,-8764.12,1581.65,22.6881,3.82532,7200,0,0,1,0,2,0,0,0),(144528,15327,509,1,1,0,0,-8767.31,1593.83,21.4998,4.20729,7200,0,0,1,0,2,0,0,0),(144529,15327,509,1,1,0,0,-8812.03,1669.48,21.5108,2.35834,7200,0,0,1,0,2,0,0,0),(144530,15327,509,1,1,0,0,-8853.16,1601.76,21.4307,3.16287,7200,0,0,1,0,2,0,0,0),(144531,15327,509,1,1,0,0,-9616.94,1598.47,21.5113,5.60407,7200,0,0,1,0,2,0,0,0),(144532,15327,509,1,1,0,0,-9616.94,1598.47,21.5113,6.09799,7200,0,0,1,0,2,0,0,0),(144533,15327,509,1,1,0,0,-9616.94,1598.47,21.5113,0.536023,7200,0,0,1,0,2,0,0,0),(144534,15327,509,1,1,0,0,-9616.94,1598.47,21.5113,0.0375036,7200,0,0,1,0,2,0,0,0),(144535,15327,509,1,1,0,0,-9631.85,1575.04,21.5113,0.945259,7200,0,0,1,0,2,0,0,0),(144536,15327,509,1,1,0,0,-9616.94,1598.47,21.5113,0.223297,7200,0,0,1,0,2,0,0,0),(144537,15327,509,1,1,0,0,-9631.85,1575.04,21.5113,0.922606,7200,0,0,1,0,2,0,0,0),(144538,15327,509,1,1,0,0,-9641.11,1606.59,21.5115,1.13223,7200,0,0,1,0,2,0,0,0),(144539,15327,509,1,1,0,0,-9641.11,1606.59,21.5115,1.68694,7200,0,0,1,0,2,0,0,0),(144540,15333,509,1,1,0,0,-9450.05,1422.02,28.1957,5.70493,7200,10,0,1,0,1,0,0,0),(144541,15333,509,1,1,0,0,-9452.67,1483.81,22.8759,1.22186,7200,10,0,1,0,1,0,0,0),(144542,15333,509,1,1,0,0,-9454.07,1451.5,21.5324,0.425047,7200,10,0,1,0,1,0,0,0),(144543,15333,509,1,1,0,0,-9483.1,1476.49,21.5113,4.54605,7200,10,0,1,0,1,0,0,0),(144544,15333,509,1,1,0,0,-9485.43,1454.96,21.5113,1.34128,7200,10,0,1,0,1,0,0,0),(144545,15333,509,1,1,0,0,-9491.12,1377.25,21.5113,4.68092,7200,10,0,1,0,1,0,0,0),(144546,15333,509,1,1,0,0,-9491.99,1360.05,21.5113,1.73477,7200,10,0,1,0,1,0,0,0),(144547,15333,509,1,1,0,0,-9505.24,1333.17,21.5113,0.568966,7200,10,0,1,0,1,0,0,0),(144548,15333,509,1,1,0,0,-9508.66,1373.73,21.5846,6.18934,7200,10,0,1,0,1,0,0,0),(144549,15333,509,1,1,0,0,-9511.47,1481.02,22.0092,1.69612,7200,10,0,1,0,1,0,0,0),(144550,15333,509,1,1,0,0,-9512.08,1354.93,21.6241,0.0531144,7200,10,0,1,0,1,0,0,0),(144551,15333,509,1,1,0,0,-9520.73,1456.67,21.5113,2.62958,7200,10,0,1,0,1,0,0,0),(144552,15333,509,1,1,0,0,-9544.54,1392.07,21.5113,0.818964,7200,10,0,1,0,1,0,0,0),(144553,15333,509,1,1,0,0,-9551.31,1411.54,21.5113,3.51784,7200,10,0,1,0,1,0,0,0),(144554,15333,509,1,1,0,0,-9559.9,1520.14,21.5113,3.08167,7200,10,0,1,0,1,0,0,0),(144555,15333,509,1,1,0,0,-9576.01,1517.69,21.538,2.50076,7200,10,0,1,0,1,0,0,0),(144556,15333,509,1,1,0,0,-9581.11,1420.73,21.5113,0.960654,7200,10,0,1,0,1,0,0,0),(144557,15333,509,1,1,0,0,-9581.58,1491.29,21.5113,1.22861,7200,10,0,1,0,1,0,0,0),(144558,15333,509,1,1,0,0,-9581.71,1578.23,21.6481,3.73139,7200,10,0,1,0,1,0,0,0),(144559,15333,509,1,1,0,0,-9582.21,1391.22,22.1015,3.66559,7200,10,0,1,0,1,0,0,0),(144560,15333,509,1,1,0,0,-9583.52,1554.89,21.5827,2.52071,7200,10,0,1,0,1,0,0,0),(144561,15333,509,1,1,0,0,-9586.86,1644.31,21.8398,5.54819,7200,10,0,1,0,1,0,0,0),(144562,15333,509,1,1,0,0,-9588.4,1609.69,22.032,4.593,7200,10,0,1,0,1,0,0,0),(144563,15333,509,1,1,0,0,-9589.72,1442.26,21.6368,5.89996,7200,10,0,1,0,1,0,0,0),(144564,15333,509,1,1,0,0,-9607.79,1461.61,22.7935,3.40836,7200,10,0,1,0,1,0,0,0),(144565,15333,509,1,1,0,0,-9610.55,1614.56,21.8864,0.163797,7200,10,0,1,0,1,0,0,0),(144566,15333,509,1,1,0,0,-9612.23,1582.74,21.8863,1.64843,7200,10,0,1,0,1,0,0,0),(144567,15333,509,1,1,0,0,-9612.37,1642.57,21.5113,5.73461,7200,10,0,1,0,1,0,0,0),(144568,15333,509,1,1,0,0,-9612.53,1553.09,21.5113,5.83996,7200,10,0,1,0,1,0,0,0),(144569,15333,509,1,1,0,0,-9645.53,1619.29,22.0115,1.77151,7200,10,0,1,0,1,0,0,0),(144570,15333,509,1,1,0,0,-9647.2,1651.03,21.6545,0.960864,7200,10,0,1,0,1,0,0,0),(144571,15333,509,1,1,0,0,-9653.33,1673.39,22.0975,3.57428,7200,10,0,1,0,1,0,0,0),(144572,15333,509,1,1,0,0,-9654.61,1553.4,21.5159,3.28345,7200,10,0,1,0,1,0,0,0),(144573,15333,509,1,1,0,0,-9656.29,1585.15,21.6209,2.68299,7200,10,0,1,0,1,0,0,0),(144574,15333,509,1,1,0,0,-9674.63,1580.35,21.5113,6.09475,7200,10,0,1,0,1,0,0,0),(144575,15333,509,1,1,0,0,-9675.22,1611.29,21.5115,4.63918,7200,10,0,1,0,1,0,0,0),(144576,15333,509,1,1,0,0,-9675.7,1652.32,21.5119,3.38424,7200,10,0,1,0,1,0,0,0),(144577,15333,509,1,1,0,0,-9681.59,1551.11,21.569,1.9225,7200,10,0,1,0,1,0,0,0),(144578,15333,509,1,1,0,0,-9721.06,1484.21,21.6328,4.12393,7200,10,0,1,0,1,0,0,0),(144579,15333,509,1,1,0,0,-9740.68,1486.82,22.8715,0.677486,7200,10,0,1,0,1,0,0,0),(144580,15333,509,1,1,0,0,-9746.62,1514.35,22.2602,5.49662,7200,10,0,1,0,1,0,0,0),(144581,15335,509,1,1,0,0,-9043.48,2118.31,21.7728,0.484506,7200,0,0,1,0,2,0,0,0),(144582,15335,509,1,1,0,0,-8937.63,1698.94,21.9335,5.90268,7200,0,0,1,0,2,0,0,0),(144583,15335,509,1,1,0,0,-9290.1,1380.39,21.3862,2.15917,7200,0,0,1,0,2,0,0,0),(144584,15335,509,1,1,0,0,-9452.13,1337.87,21.4219,1.87437,7200,0,0,1,0,2,0,0,0),(144585,15335,509,1,1,0,0,-9328,1298.32,-64.2425,0.244346,7200,5,0,1,0,1,0,0,0),(144586,15336,509,1,1,0,0,-9494.1,1385.02,21.4696,2.26893,7200,5,0,1,0,1,0,0,0),(144587,15336,509,1,1,0,0,-9503.87,1392.83,21.5175,0.925025,7200,5,0,1,0,1,0,0,0),(144588,15336,509,1,1,0,0,-9563.06,1500.71,22.5985,4.18879,7200,5,0,1,0,1,0,0,0),(144589,15336,509,1,1,0,0,-9592.15,1496.17,22.9201,1.10608,7200,5,0,1,0,1,0,0,0),(144590,15336,509,1,1,0,0,-9600.68,1417.57,22.9997,5.74779,7200,5,0,1,0,1,0,0,0),(144591,15336,509,1,1,0,0,-9602.29,1403.74,24.6111,1.9314,7200,5,0,1,0,1,0,0,0),(144592,15338,509,1,1,0,0,-9033.36,1700.73,21.5026,5.00137,7200,0,0,1,0,2,0,0,0),(144593,15338,509,1,1,0,0,-9042.73,1737.67,21.5113,4.41252,7200,0,0,1,0,2,0,0,0),(144594,15338,509,1,1,0,0,-8912.6,1750.18,21.5113,3.13117,7200,0,0,1,0,2,0,0,0),(144595,15338,509,1,1,0,0,-9042.86,1841.39,21.5113,2.53801,7200,0,0,1,0,2,0,0,0),(144596,15338,509,1,1,0,0,-8783.43,2068.94,21.5113,4.10886,7200,0,0,1,0,2,0,0,0),(144597,15338,509,1,1,0,0,-8973.86,2090.78,21.5113,5.01824,7200,0,0,1,0,2,0,0,0),(144598,15338,509,1,1,0,0,-8816.17,1898.79,21.4408,2.354,7200,0,0,1,0,2,0,0,0),(144599,15338,509,1,1,0,0,-8969.8,2023.49,22.2062,4.13817,7200,0,0,1,0,2,0,0,0),(144600,15338,509,1,1,0,0,-8892.27,1893.26,21.6543,5.57742,7200,0,0,1,0,2,0,0,0),(144601,15339,509,1,1,0,0,-9502.8,2042.65,105.31,5.65487,7200,0,0,1,0,0,0,0,0),(144602,15340,509,1,1,0,0,-8845.52,2260.14,21.4697,4.64258,7200,0,0,1,0,0,0,0,0),(144603,15341,509,1,1,0,0,-9129.73,1602.5,26.5441,5.53269,7200,0,0,1,0,0,0,0,0),(144604,15343,509,1,1,0,0,-8715.07,1514.42,32.0224,5.46316,7200,0,0,1,0,2,0,0,0),(144605,15343,509,1,1,0,0,-8626.87,1393.02,32.1197,2.5932,7200,0,0,1,0,2,0,0,0),(144606,15343,509,1,1,0,0,-8698.72,1557.43,31.9674,5.52604,7200,0,0,1,0,2,0,0,0),(144607,15343,509,1,1,0,0,-8596.26,1445.32,32.032,0.898125,7200,0,0,1,0,2,0,0,0),(144608,15343,509,1,1,0,0,-8554.36,1453.02,32.4456,3.90623,7200,0,0,1,0,2,0,0,0),(144609,15343,509,1,1,0,0,-8601.66,1390.75,32.032,2.59117,7200,0,0,1,0,2,0,0,0),(144610,15344,509,1,1,0,0,-8991.15,1554,21.6539,2.77507,7200,0,0,1,0,0,0,0,0),(144611,15344,509,1,1,0,0,-9003.75,1536.16,21.4697,2.63545,7200,0,0,1,0,0,0,0,0),(144612,15344,509,1,1,0,0,-9012.13,1608.77,24.8693,3.14159,7200,0,0,1,0,0,0,0,0),(144613,15344,509,1,1,0,0,-9014.36,1597.68,21.4697,3.03687,7200,0,0,1,0,0,0,0,0),(144614,15344,509,1,1,0,0,-9020.15,1586.73,21.4697,2.94961,7200,0,0,1,0,0,0,0,0),(144615,15344,509,1,1,0,0,-9022.04,1612.05,22.8073,3.15905,7200,0,0,1,0,0,0,0,0),(144616,15344,509,1,1,0,0,-9022.71,1505.88,21.5596,2.40855,7200,0,0,1,0,0,0,0,0),(144617,15344,509,1,1,0,0,-9029.94,1498.08,22.1401,2.33874,7200,0,0,1,0,0,0,0,0),(144618,15344,509,1,1,0,0,-9031.99,1592.26,21.4697,2.98451,7200,0,0,1,0,0,0,0,0),(144619,15344,509,1,1,0,0,-9038.44,1491.04,23.2296,2.26893,7200,0,0,1,0,0,0,0,0),(144620,15344,509,1,1,0,0,-9070.71,1634.37,21.4812,3.49066,7200,0,0,1,0,0,0,0,0),(144621,15344,509,1,1,0,0,-9071.04,1622.14,21.4697,3.33358,7200,0,0,1,0,0,0,0,0),(144622,15344,509,1,1,0,0,-9071.76,1611.28,21.4721,3.1765,7200,0,0,1,0,0,0,0,0),(144623,15344,509,1,1,0,0,-9076.42,1530.23,21.4697,2.23402,7200,0,0,1,0,0,0,0,0),(144624,15344,509,1,1,0,0,-9078.8,1622.8,21.4697,3.36848,7200,0,0,1,0,0,0,0,0),(144625,15344,509,1,1,0,0,-9083.14,1524.76,21.4697,2.14675,7200,0,0,1,0,0,0,0,0),(144626,15344,509,1,1,0,0,-9091.76,1519.37,21.4697,2.05949,7200,0,0,1,0,0,0,0,0),(144627,15344,509,1,1,0,0,-9092.34,1586.27,21.4696,2.68781,7200,0,0,1,0,0,0,0,0),(144628,15344,509,1,1,0,0,-9097.29,1578.36,21.4696,2.51327,7200,0,0,1,0,0,0,0,0),(144629,15344,509,1,1,0,0,-9102.55,1569.42,21.4757,2.32129,7200,0,0,1,0,0,0,0,0),(144630,15344,509,1,1,0,0,-9113.94,1546.06,21.4696,1.95477,7200,0,0,1,0,0,0,0,0),(144631,15344,509,1,1,0,0,-9132.83,1539.1,21.4696,1.65806,7200,0,0,1,0,0,0,0,0),(144632,15348,509,1,1,0,0,-8822.2,1625.82,19.8057,3.88463,7200,5,0,1,0,1,0,0,0),(144633,15355,509,1,1,0,0,-9248.03,1888.94,85.6807,4.61068,7200,0,0,1,0,2,0,0,0),(144634,15355,509,1,1,0,0,-9184.5,1854.16,85.6807,0.0746059,7200,0,0,1,0,2,0,0,0),(144635,15355,509,1,1,0,0,-9266.74,1785.31,85.6798,5.70442,7200,0,0,1,0,2,0,0,0),(144636,15355,509,1,1,0,0,-9252.74,1943.69,85.6807,4.83094,7200,0,0,1,0,2,0,0,0),(144637,15355,509,1,1,0,0,-9338.64,1812.09,85.6798,5.1871,7200,0,0,1,0,2,0,0,0),(144638,15355,509,1,1,0,0,-9373.94,2005.84,85.6807,5.85982,7200,0,0,1,0,2,0,0,0),(144639,15355,509,1,1,0,0,-9166.67,1901.35,85.6807,0.240908,7200,0,0,1,0,2,0,0,0),(144640,15355,509,1,1,0,0,-9172.67,1878.28,85.6807,4.81815,7200,0,0,1,0,2,0,0,0),(144641,15369,509,1,1,0,0,-9719.61,1514.75,27.5523,0.767945,7200,0,0,1,0,0,0,0,0),(144642,15370,509,1,1,0,0,-9235.98,1234.07,-63.6578,5.89921,7200,5,0,1,0,1,0,0,0),(144643,15384,509,1,1,0,0,-9546.69,1574.15,25.3167,2.05949,7200,0,0,1,0,0,0,0,0),(144644,15384,509,1,1,0,0,-9583.22,1629.95,23.9715,0.628318,7200,0,0,1,0,0,0,0,0),(144645,15384,509,1,1,0,0,-9596.42,1545.68,22.6737,0.558505,7200,0,0,1,0,0,0,0,0),(144646,15384,509,1,1,0,0,-9632.51,1587.67,22.9696,1.13446,7200,0,0,1,0,0,0,0,0),(144647,15384,509,1,1,0,0,-9675.3,1693.71,30.2099,4.20624,7200,0,0,1,0,0,0,0,0),(144648,15384,509,1,1,0,0,-9698.36,1637.48,23.6115,6.16101,7200,0,0,1,0,0,0,0,0),(144649,15384,509,1,1,0,0,-9704.79,1523.15,21.5273,0.139626,7200,0,0,1,0,0,0,0,0),(144650,15384,509,1,1,0,0,-9759.33,1480.82,28.6459,3.35103,7200,0,0,1,0,0,0,0,0),(144651,15385,509,1,1,0,0,-9108.29,1584.17,21.471,2.49582,7200,0,0,1,0,0,0,0,0),(144652,15386,509,1,1,0,0,-9085.03,1622.4,21.4697,3.36848,7200,0,0,1,0,0,0,0,0),(144653,15387,509,1,1,0,0,-8994.83,1542.27,21.6486,2.70526,7200,0,0,1,0,0,0,0,0),(144654,15387,509,1,1,0,0,-8998.05,1560.15,22.1308,2.80998,7200,0,0,1,0,0,0,0,0),(144655,15387,509,1,1,0,0,-9001.26,1549.05,22.0209,2.72271,7200,0,0,1,0,0,0,0,0),(144656,15387,509,1,1,0,0,-9010.7,1542.47,21.4697,2.6529,7200,0,0,1,0,0,0,0,0),(144657,15387,509,1,1,0,0,-9023.85,1601.58,21.4697,3.07178,7200,0,0,1,0,0,0,0,0),(144658,15387,509,1,1,0,0,-9030.08,1512.31,21.4706,2.40855,7200,0,0,1,0,0,0,0,0),(144659,15387,509,1,1,0,0,-9038.83,1505.32,21.5906,2.33874,7200,0,0,1,0,0,0,0,0),(144660,15387,509,1,1,0,0,-9046.5,1498.26,22.0108,2.26893,7200,0,0,1,0,0,0,0,0),(144661,15387,509,1,1,0,0,-9066.89,1521.48,21.4697,2.25148,7200,0,0,1,0,0,0,0,0),(144662,15387,509,1,1,0,0,-9074,1515.23,21.4697,2.16421,7200,0,0,1,0,0,0,0,0),(144663,15387,509,1,1,0,0,-9078.07,1635.03,21.4697,3.54302,7200,0,0,1,0,0,0,0,0),(144664,15387,509,1,1,0,0,-9080.05,1612.09,21.4697,3.19395,7200,0,0,1,0,0,0,0,0),(144665,15387,509,1,1,0,0,-9082.67,1510.19,21.5131,2.07694,7200,0,0,1,0,0,0,0,0),(144666,15387,509,1,1,0,0,-9098.18,1589.88,21.47,2.70526,7200,0,0,1,0,0,0,0,0),(144667,15387,509,1,1,0,0,-9102.67,1581.56,21.471,2.49582,7200,0,0,1,0,0,0,0,0),(144668,15387,509,1,1,0,0,-9107.89,1574.31,21.4863,2.30383,7200,0,0,1,0,0,0,0,0),(144669,15387,509,1,1,0,0,-9117.37,1553.28,21.4696,1.93731,7200,0,0,1,0,0,0,0,0),(144670,15387,509,1,1,0,0,-9123.58,1541.55,21.4696,1.79769,7200,0,0,1,0,0,0,0,0),(144671,15387,509,1,1,0,0,-9125.76,1549.29,21.4696,1.78024,7200,0,0,1,0,0,0,0,0),(144672,15387,509,1,1,0,0,-9134.14,1546.72,21.4696,1.64061,7200,0,0,1,0,0,0,0,0),(144673,15388,509,1,1,0,0,-9127.98,1558.54,21.6879,1.79769,7200,0,0,1,0,0,0,0,0),(144674,15389,509,1,1,0,0,-9033.17,1604.66,21.4697,3.08923,7200,0,0,1,0,0,0,0,0),(144675,15390,509,1,1,0,0,-9087.01,1530.26,21.4697,2.14675,7200,0,0,1,0,0,0,0,0),(144676,15391,509,1,1,0,0,-9007.4,1556.87,21.6039,2.75762,7200,0,0,1,0,0,0,0,0),(144677,15392,509,1,1,0,0,-9041.36,1512.58,21.4748,2.33874,7200,0,0,1,0,0,0,0,0),(144678,15426,509,1,1,0,0,-8680.66,1585.61,33.1911,2.54818,7200,0,0,1,0,0,0,0,0),(144679,15428,509,1,1,0,0,-9230.04,1916.91,85.6541,4.52929,7200,0,0,1,0,0,0,0,0),(144680,15428,509,1,1,0,0,-9523.84,1881.48,85.6407,5.18168,7200,0,0,1,0,0,0,0,0),(144681,15461,509,1,1,0,0,-8777.98,1946.54,29.2613,5.90431,7200,5,0,1,0,1,0,0,0),(144682,15461,509,1,1,0,0,-8779.04,1939.48,28.6399,5.91667,7200,5,0,1,0,1,0,0,0),(144683,15461,509,1,1,0,0,-8779.13,1927.21,27.4244,2.72426,7200,5,0,1,0,1,0,0,0),(144684,15461,509,1,1,0,0,-8784.29,1915.42,24.229,5.39307,7200,5,0,1,0,1,0,0,0),(144685,15461,509,1,1,0,0,-8799.36,1954.67,21.5113,5.97837,7200,5,0,1,0,1,0,0,0),(144686,15461,509,1,1,0,0,-8890.03,1741.55,21.7629,1.51844,7200,5,0,1,0,1,0,0,0),(144687,15461,509,1,1,0,0,-8900.69,1727.25,24.3461,4.55531,7200,5,0,1,0,1,0,0,0),(144688,15461,509,1,1,0,0,-8911.9,1741.95,21.969,1.02165,7200,5,0,1,0,1,0,0,0),(144689,15461,509,1,1,0,0,-8914.18,1776.94,21.6651,3.48624,7200,5,0,1,0,1,0,0,0),(144690,15461,509,1,1,0,0,-8931.61,2026.63,23.3402,5.70909,7200,5,0,1,0,1,0,0,0),(144691,15461,509,1,1,0,0,-8933.95,1761.94,22.1975,2.51326,7200,5,0,1,0,1,0,0,0),(144692,15461,509,1,1,0,0,-8935.76,1993.07,22.7103,3.9632,7200,5,0,1,0,1,0,0,0),(144693,15461,509,1,1,0,0,-8936.32,2034.41,23.2364,2.16721,7200,5,0,1,0,1,0,0,0),(144694,15461,509,1,1,0,0,-8949.8,1981.9,21.6988,1.72788,7200,5,0,1,0,1,0,0,0),(144695,15461,509,1,1,0,0,-8986,1995.47,23.659,3.56672,7200,5,0,1,0,1,0,0,0),(144696,15461,509,1,1,0,0,-9013.02,1864.73,22.2453,6.05629,7200,5,0,1,0,1,0,0,0),(144697,15461,509,1,1,0,0,-9021.09,1856.04,21.651,2.04204,7200,5,0,1,0,1,0,0,0),(144698,15461,509,1,1,0,0,-9026.66,1838.82,21.4696,4.59022,7200,5,0,1,0,1,0,0,0),(144699,15461,509,1,1,0,0,-9048.65,1860.38,22.0369,5.60498,7200,5,0,1,0,1,0,0,0),(144700,15461,509,1,1,0,0,-9052.47,1873.29,24.717,1.43166,7200,5,0,1,0,1,0,0,0),(144701,15461,509,1,1,0,0,-9101.37,2212.7,21.5114,2.3027,7200,5,0,1,0,1,0,0,0),(144702,15461,509,1,1,0,0,-9102.92,2204.25,21.5114,1.12251,7200,5,0,1,0,1,0,0,0),(144703,15461,509,1,1,0,0,-9104.07,2173.5,21.5113,0.511205,7200,5,0,1,0,1,0,0,0),(144704,15461,509,1,1,0,0,-9109.52,2190.42,21.5113,0.762513,7200,5,0,1,0,1,0,0,0),(144705,15461,509,1,1,0,0,-9113.31,2218.67,22.0624,1.52017,7200,5,0,1,0,1,0,0,0),(144706,15462,509,1,1,0,0,-8773.88,1964.33,28.0018,1.71476,7200,5,0,1,0,1,0,0,0),(144707,15462,509,1,1,0,0,-8777.86,1955.94,27.2999,1.70395,7200,5,0,1,0,1,0,0,0),(144708,15462,509,1,1,0,0,-8792.9,1944.09,21.5506,3.30581,7200,5,0,1,0,1,0,0,0),(144709,15462,509,1,1,0,0,-8805.24,1936.15,21.4697,3.45575,7200,5,0,1,0,1,0,0,0),(144710,15462,509,1,1,0,0,-8818.19,1927.24,22.4211,5.61996,7200,5,0,1,0,1,0,0,0),(144711,15462,509,1,1,0,0,-8879.91,1771.1,24.4918,5.58218,7200,5,0,1,0,1,0,0,0),(144712,15462,509,1,1,0,0,-8892.15,1788.22,22.0443,5.12406,7200,5,0,1,0,1,0,0,0),(144713,15462,509,1,1,0,0,-8894.62,1763.47,21.591,0.729706,7200,5,0,1,0,1,0,0,0),(144714,15462,509,1,1,0,0,-8929.95,1760.38,21.7613,0.0623208,7200,5,0,1,0,1,0,0,0),(144715,15462,509,1,1,0,0,-8935.93,1744.15,21.4783,5.47116,7200,5,0,1,0,1,0,0,0),(144716,15462,509,1,1,0,0,-8938.03,2012.94,22.7022,0.931027,7200,5,0,1,0,1,0,0,0),(144717,15462,509,1,1,0,0,-8945.51,1986.94,21.5423,3.43411,7200,5,0,1,0,1,0,0,0),(144718,15462,509,1,1,0,0,-8961.31,1989.17,21.9972,3.97346,7200,5,0,1,0,1,0,0,0),(144719,15462,509,1,1,0,0,-8961.39,2036.79,21.9405,5.36747,7200,5,0,1,0,1,0,0,0),(144720,15462,509,1,1,0,0,-8986.51,2005.44,23.1836,4.60949,7200,5,0,1,0,1,0,0,0),(144721,15462,509,1,1,0,0,-9037.78,1872.56,21.8393,3.59057,7200,5,0,1,0,1,0,0,0),(144722,15462,509,1,1,0,0,-9038.26,1894.86,22.6159,4.98311,7200,5,0,1,0,1,0,0,0),(144723,15462,509,1,1,0,0,-9039.1,1826.13,22.9693,5.044,7200,5,0,1,0,1,0,0,0),(144724,15462,509,1,1,0,0,-9046.37,1886.38,24.5403,3.33535,7200,5,0,1,0,1,0,0,0),(144725,15462,509,1,1,0,0,-9052.06,1852.84,22.5353,1.60029,7200,5,0,1,0,1,0,0,0),(144726,15462,509,1,1,0,0,-9077.66,2199.22,21.4705,5.79449,7200,5,0,1,0,1,0,0,0),(144727,15462,509,1,1,0,0,-9087.49,2206.2,21.4952,2.58309,7200,5,0,1,0,1,0,0,0),(144728,15462,509,1,1,0,0,-9091.03,2222.01,22.4792,0.357463,7200,5,0,1,0,1,0,0,0),(144729,15462,509,1,1,0,0,-9094.92,2187.13,21.7613,4.3471,7200,5,0,1,0,1,0,0,0),(144730,15462,509,1,1,0,0,-9115.49,2203.18,21.5114,4.06615,7200,5,0,1,0,1,0,0,0),(144731,15475,509,1,1,0,0,-8558.05,1335.65,32.2306,1.33016,7200,5,0,1,0,1,0,0,0),(144732,15475,509,1,1,0,0,-8580.42,1653.07,43.2859,3.59002,7200,5,0,1,0,1,0,0,0),(144733,15475,509,1,1,0,0,-8649.05,1482.82,32.0061,6.21675,7200,5,0,1,0,1,0,0,0),(144734,15475,509,1,1,0,0,-8798.26,1878.11,22.0182,0.391935,7200,5,0,1,0,1,0,0,0),(144735,15475,509,1,1,0,0,-8904.35,1528.15,21.61,2.54373,7200,5,0,1,0,1,0,0,0),(144736,15475,509,1,1,0,0,-8999.54,1989.41,29.2458,0.139135,7200,5,0,1,0,1,0,0,0),(144737,15475,509,1,1,0,0,-9022.93,1472.28,33.0905,4.81215,7200,5,0,1,0,1,0,0,0),(144738,15475,509,1,1,0,0,-9155.48,2215.21,26.0012,3.85509,7200,5,0,1,0,1,0,0,0),(144739,15475,509,1,1,0,0,-9200.07,1430.02,21.5113,4.90386,7200,5,0,1,0,1,0,0,0),(144740,15475,509,1,1,0,0,-9385.35,1404.55,21.5113,4.62858,7200,5,0,1,0,1,0,0,0),(144741,15476,509,1,1,0,0,-8603.88,1356.8,32.0353,5.99231,7200,5,0,1,0,1,0,0,0),(144742,15476,509,1,1,0,0,-8673.53,1535.04,31.9674,5.98235,7200,5,0,1,0,1,0,0,0),(144743,15476,509,1,1,0,0,-8770.43,2134.67,30.0123,1.45141,7200,5,0,1,0,1,0,0,0),(144744,15476,509,1,1,0,0,-8782.58,2207.54,26.3705,6.04058,7200,5,0,1,0,1,0,0,0),(144745,15476,509,1,1,0,0,-9030.19,1901.2,21.9505,0.229359,7200,5,0,1,0,1,0,0,0),(144746,15476,509,1,1,0,0,-9088.79,1479.96,29.4773,4.84959,7200,5,0,1,0,1,0,0,0),(144747,15476,509,1,1,0,0,-9121.42,1772.12,22.702,4.44348,7200,5,0,1,0,1,0,0,0),(144748,15505,509,1,1,0,0,-8851.23,2056.55,4.84982,3.9968,7200,5,0,1,0,1,0,0,0),(144749,15505,509,1,1,0,0,-8857.7,2072.1,4.99401,0.488692,7200,5,0,1,0,1,0,0,0),(144750,15505,509,1,1,0,0,-8858.74,2062.83,4.48269,1.79769,7200,5,0,1,0,1,0,0,0),(144751,15505,509,1,1,0,0,-8865.08,2083.38,3.65268,5.07891,7200,5,0,1,0,1,0,0,0),(144752,15505,509,1,1,0,0,-8870.66,2109.14,6.55681,1.15192,7200,5,0,1,0,1,0,0,0),(144753,15505,509,1,1,0,0,-8874.8,1936.47,6.60746,1.13306,7200,5,0,1,0,1,0,0,0),(144754,15505,509,1,1,0,0,-8874.9,2058.62,4.53535,0,7200,5,0,1,0,1,0,0,0),(144755,15505,509,1,1,0,0,-8875.74,1945.67,6.48646,5.31958,7200,5,0,1,0,1,0,0,0),(144756,15505,509,1,1,0,0,-8877.21,2127.85,7.68495,1.8675,7200,5,0,1,0,1,0,0,0),(144757,15505,509,1,1,0,0,-8877.62,1959.8,6.45304,4.25999,7200,5,0,1,0,1,0,0,0),(144758,15505,509,1,1,0,0,-8884.49,1926.34,4.51749,1.90241,7200,5,0,1,0,1,0,0,0),(144759,15505,509,1,1,0,0,-8886.46,2125.59,5.52542,5.46288,7200,5,0,1,0,1,0,0,0),(144760,15505,509,1,1,0,0,-8889.35,1931.74,5.70477,4.11945,7200,5,0,1,0,1,0,0,0),(144761,15505,509,1,1,0,0,-8889.57,2115.47,7.0993,0.767945,7200,5,0,1,0,1,0,0,0),(144762,15505,509,1,1,0,0,-8896.67,2135.88,5.97515,0.2311,7200,5,0,1,0,1,0,0,0),(144763,15505,509,1,1,0,0,-8916.91,2170.91,12.3121,2.95898,7200,5,0,1,0,1,0,0,0),(144764,15505,509,1,1,0,0,-8916.97,2153.48,5.99773,3.78543,7200,5,0,1,0,1,0,0,0),(144765,15505,509,1,1,0,0,-8918.43,2159.51,5.47604,6.04329,7200,5,0,1,0,1,0,0,0),(144766,15505,509,1,1,0,0,-8929.83,1869.06,4.98682,3.71755,7200,5,0,1,0,1,0,0,0),(144767,15505,509,1,1,0,0,-8930.45,2162.49,5.26124,0.314159,7200,5,0,1,0,1,0,0,0),(144768,15505,509,1,1,0,0,-8931.28,1852.24,4.11584,3.33358,7200,5,0,1,0,1,0,0,0),(144769,15505,509,1,1,0,0,-8937.56,2177.22,4.78812,2.3946,7200,5,0,1,0,1,0,0,0),(144770,15505,509,1,1,0,0,-8938.79,1854.3,2.76588,5.86431,7200,5,0,1,0,1,0,0,0),(144771,15505,509,1,1,0,0,-8939.11,1846.93,2.4288,4.86947,7200,5,0,1,0,1,0,0,0),(144772,15505,509,1,1,0,0,-8947.23,1868.44,4.38274,0.93376,7200,5,0,1,0,1,0,0,0),(144773,15505,509,1,1,0,0,-8972.43,1825.5,3.84647,0.122173,7200,5,0,1,0,1,0,0,0),(144774,15505,509,1,1,0,0,-8974.2,1807.21,1.86357,5.2709,7200,5,0,1,0,1,0,0,0),(144775,15505,509,1,1,0,0,-8981.37,1815.49,4.08643,5.16617,7200,5,0,1,0,1,0,0,0),(144776,15505,509,1,1,0,0,-8989.23,1811.11,5.65673,5.79449,7200,5,0,1,0,1,0,0,0),(144777,15505,509,1,1,0,0,-8989.63,1822.99,6.51377,0.471239,7200,5,0,1,0,1,0,0,0),(144778,15514,509,1,1,0,0,-9234.33,1243.83,-63.5281,3.49066,7200,0,0,1,0,0,0,0,0),(144779,15514,509,1,1,0,0,-9243.43,1280.5,-63.5938,3.82227,7200,0,0,1,0,0,0,0,0),(144780,15514,509,1,1,0,0,-9263.01,1295.24,-63.8081,1.79769,7200,0,0,1,0,0,0,0,0),(144781,15514,509,1,1,0,0,-9270.39,1243.9,-63.7673,2.72271,7200,0,0,1,0,0,0,0,0),(144782,15514,509,1,1,0,0,-9300.07,1305.08,-63.6971,4.18879,7200,0,0,1,0,0,0,0,0),(144783,15514,509,1,1,0,0,-9300.19,1266.67,-63.7427,0.261799,7200,0,0,1,0,0,0,0,0),(144784,15590,509,1,1,0,0,-9188.44,1940.21,85.6391,3.1765,7200,0,0,1,0,0,0,0,0),(144785,15590,509,1,1,0,0,-9188.44,1940.21,85.6391,3.1765,7200,0,0,1,0,0,0,0,0),(144786,15590,509,1,1,0,0,-9244.41,1808.98,85.6391,5.63741,7200,0,0,1,0,0,0,0,0),(144787,15590,509,1,1,0,0,-9248.41,1974.83,85.6391,5.89921,7200,0,0,1,0,0,0,0,0),(144788,15590,509,1,1,0,0,-9282.08,1887.34,85.6391,2.00713,7200,0,0,1,0,0,0,0,0),(144789,15590,509,1,1,0,0,-9282.08,1887.34,85.6391,2.00713,7200,0,0,1,0,0,0,0,0),(144790,15590,509,1,1,0,0,-9299.73,1748.45,85.6391,1.44862,7200,0,0,1,0,0,0,0,0),(144791,15590,509,1,1,0,0,-9357.86,1929.08,85.6391,1.06465,7200,0,0,1,0,0,0,0,0),(144792,15590,509,1,1,0,0,-9357.86,1929.08,85.6391,1.06465,7200,0,0,1,0,0,0,0,0),(144793,15590,509,1,1,0,0,-9367.17,1780.89,85.6391,1.90241,7200,0,0,1,0,0,0,0,0),(144794,15590,509,1,1,0,0,-9367.17,1780.89,85.6391,1.90241,7200,0,0,1,0,0,0,0,0),(144795,15590,509,1,1,0,0,-9383.29,2012.68,85.6511,2.93215,7200,0,0,1,0,0,0,0,0),(144796,15590,509,1,1,0,0,-9383.29,2012.68,85.6511,2.93215,7200,0,0,1,0,0,0,0,0),(144797,15590,509,1,1,0,0,-9406.1,1862.38,85.6391,6.23082,7200,0,0,1,0,0,0,0,0),(144798,15590,509,1,1,0,0,-9407.72,1960.21,85.6391,1.11701,7200,0,0,1,0,0,0,0,0),(144799,15590,509,1,1,0,0,-9432.4,1782.53,85.6391,5.86431,7200,0,0,1,0,0,0,0,0),(144800,15590,509,1,1,0,0,-9506.19,1865.57,85.6391,4.27606,7200,0,0,1,0,0,0,0,0),(245660,25903,530,1,1,0,0,-2525.24,7563.05,-1.45471,5.33445,300,0,0,3600,0,0,0,0,0),(245658,25901,0,1,1,0,0,-615.18,-547.146,36.2658,4.5204,300,0,0,1400,0,0,0,0,0),(245659,25902,0,1,1,0,0,-5240.81,-2891.73,338.142,1.93731,300,0,0,1500,0,0,0,0,0),(245657,25900,530,1,1,0,0,-526.014,2328.92,39.0606,3.59538,300,0,0,3300,0,0,0,0,0),(245655,25898,0,1,1,0,0,-9389.17,26.7242,60.1325,4.5204,300,0,0,110,0,0,0,0,0),(245656,25899,1,1,1,0,0,-4402.07,3477.84,11.9477,5.34385,300,0,0,220,0,0,0,0,0),(245654,25897,1,1,1,0,0,-3449.22,-4220.48,11.5049,2.61799,300,0,0,1100,0,0,0,0,0),(245652,25895,0,1,1,0,0,-5418.36,-497.671,397.224,4.76475,300,0,0,12000,0,0,0,0,0),(245653,25896,0,1,1,0,0,-10699.7,-1156.26,25.062,3.90954,300,0,0,1500,0,0,0,0,0),(245651,25894,1,1,1,0,0,-60.154,1260.68,90.8524,2.98451,300,0,0,110,0,0,0,0,0),(245650,25893,1,1,1,0,0,6317.35,520.637,18.5027,1.3439,300,0,0,430,0,0,0,0,0),(245649,25892,0,1,1,0,0,-8248.18,-2623.69,133.155,1.8978,300,0,0,30,0,0,0,0,0),(245647,25890,0,1,1,0,0,-10946.6,-3227.53,41.4308,4.5204,300,0,0,2000,0,0,0,0,0),(245648,25891,530,1,1,0,0,-2252.28,-11899.4,27.0338,4.29298,300,0,0,1300,0,0,0,0,0),(245646,25889,530,1,1,0,0,2035.2,6600.39,136.793,4.61734,600,0,0,580,0,0,0,0,0),(245644,25887,0,1,1,0,0,-1209.27,-2667.5,45.183,5.93412,300,0,0,1000,0,0,0,0,0),(245645,25888,530,1,1,0,0,-4224.55,-12317.3,2.79946,4.43201,300,0,0,24,0,0,0,0,0),(245643,25884,1,1,1,0,0,2009.33,-2345.09,89.7369,2.94961,300,0,0,1524,0,0,0,0,0),(245642,25883,1,1,1,0,0,2568.97,-478.95,108.392,1.67552,300,0,0,1200,0,0,0,0,0),(245641,26188,530,1,1,0,0,-3776.85,-11469.5,-134.412,5.10116,300,0,0,4120,0,0,0,0,0),(245640,26188,530,1,1,0,0,-3765.56,-11490.1,-134.364,5.10116,300,0,0,4120,0,0,0,0,0),(245639,26188,530,1,1,0,0,-3775.84,-11510.9,-134.561,3.7974,300,0,0,4120,0,0,0,0,0),(245638,26188,530,1,1,0,0,-3778.15,-11490.8,-134.515,1.61792,300,0,0,4120,0,0,0,0,0),(245637,26188,530,1,1,0,0,9823.38,-7265.81,26.1884,1.99431,300,0,0,4120,0,0,0,0,0),(245636,26188,530,1,1,0,0,9805.45,-7282.21,26.3535,1.74691,300,0,0,4120,0,0,0,0,0),(245634,26188,530,1,1,0,0,9833.03,-7279.73,26.2544,5.80349,300,0,0,4120,0,0,0,0,0),(244808,32798,1,1,1,0,0,-2383.33,-409.778,-4.03543,4.08039,120,0,0,34032,31924,0,0,0,0),(244807,32798,0,1,1,0,0,2255.62,271.928,34.4734,2.52523,120,0,0,34032,31924,0,0,0,0),(244806,32798,1,1,1,0,0,317.219,-4677.94,16.1175,3.80143,120,0,0,34032,31924,0,0,0,0),(240722,32820,0,1,1,0,0,-9960,-144,24.59,0.618,600,20,0,2,0,1,0,0,0),(240721,32820,0,1,1,0,0,-9961,917.581,44.361,0.689,600,20,0,2,0,1,0,0,0),(240720,32820,0,1,1,0,0,-9962,307.319,36.992,0.284,600,20,0,2,0,1,0,0,0),(240719,32820,0,1,1,0,0,-9853.68,284.862,37.987,1.89787,600,20,0,2,0,1,0,0,0),(240718,32820,0,1,1,0,0,-9975,292.899,36.336,4.86,600,20,0,2,0,1,0,0,0),(240717,32820,0,1,1,0,0,-9975,-27,34.762,4.23,600,20,0,2,0,1,0,0,0),(240716,32820,0,1,1,0,0,-9976,-24,35.04,2.754,600,20,0,2,0,1,0,0,0),(240715,32820,0,1,1,0,0,-9979,644.991,37.125,5.198,600,20,0,2,0,1,0,0,0),(240714,32820,0,1,1,0,0,-9980,156.79,34.349,0.199,600,20,0,2,0,1,0,0,0),(240713,32820,0,1,1,0,0,-9981,542.102,37.19,5.026,600,20,0,2,0,1,0,0,0),(240712,32820,0,1,1,0,0,-9982,562.627,37.885,1.274,600,20,0,2,0,1,0,0,0),(240711,32820,0,1,1,0,0,-9984,448.163,36.195,5.497,600,20,0,2,0,1,0,0,0),(240710,32820,0,1,1,0,0,-9985,446.073,36.32,4.079,600,20,0,2,0,1,0,0,0),(240709,32820,0,1,1,0,0,-9986,453.746,35.546,0.018,600,20,0,2,0,1,0,0,0),(240708,32820,0,1,1,0,0,-9986,191.426,31.517,1.057,600,20,0,2,0,1,0,0,0),(240707,32820,0,1,1,0,0,-9987,303.128,34.983,3.132,600,20,0,2,0,1,0,0,0),(240706,32820,0,1,1,0,0,-9988,472.114,34.029,1.646,600,20,0,2,0,1,0,0,0),(240705,32820,0,1,1,0,0,-9989,270.974,33.069,1.406,600,20,0,2,0,1,0,0,0),(240704,32820,0,1,1,0,0,-9989,238.463,30.235,2.087,600,20,0,2,0,1,0,0,0),(240703,32820,0,1,1,0,0,-9989,-1478,24.047,5.275,600,20,0,2,0,1,0,0,0),(240702,32820,0,1,1,0,0,-9990,310.445,35.333,3.769,600,20,0,2,0,1,0,0,0),(240701,32820,0,1,1,0,0,-9991,474.728,33.654,6.098,600,20,0,2,0,1,0,0,0),(240700,32820,0,1,1,0,0,-9993,319.126,35.156,5.748,600,20,0,2,0,1,0,0,0),(240699,32820,0,1,1,0,0,-9993,298.491,34.711,1.195,600,20,0,2,0,1,0,0,0),(240698,32820,0,1,1,0,0,-9993,233.377,30.43,3.647,600,20,0,2,0,1,0,0,0),(240697,32820,0,1,1,0,0,-9995,471.122,33.046,5.384,600,20,0,2,0,1,0,0,0),(240696,32820,0,1,1,0,0,-9997,665.204,36.668,3.77,600,20,0,2,0,1,0,0,0),(240695,32820,0,1,1,0,0,-9997,356.614,35.086,5.825,600,20,0,2,0,1,0,0,0),(240694,32820,0,1,1,0,0,-9999,273.547,32.871,0.12,600,20,0,2,0,1,0,0,0),(240693,32820,0,1,1,0,0,-9999,206.431,30.798,0.059,600,20,0,2,0,1,0,0,0),(240692,32820,0,1,1,0,0,-10002,657.114,36.623,1.815,600,20,0,2,0,1,0,0,0),(240691,32820,0,1,1,0,0,-10005,52.82,34.654,0.297,600,20,0,2,0,1,0,0,0),(240690,32820,0,1,1,0,0,-10008,225.141,30.128,3.086,600,20,0,2,0,1,0,0,0),(240689,32820,0,1,1,0,0,-10008,209.363,30.628,0.802,600,20,0,2,0,1,0,0,0),(240688,32820,0,1,1,0,0,-10008,65.212,34.866,0.262,600,20,0,2,0,1,0,0,0),(240687,32820,0,1,1,0,0,-10010,582.399,38.946,5.949,600,20,0,2,0,1,0,0,0),(240686,32820,0,1,1,0,0,-10010,325.804,32.068,2.688,600,20,0,2,0,1,0,0,0),(240685,32820,0,1,1,0,0,-10012,216.285,30.095,1.123,600,20,0,2,0,1,0,0,0),(240684,32820,0,1,1,0,0,-10014,108.05,33.946,2.447,600,20,0,2,0,1,0,0,0),(240683,32820,0,1,1,0,0,-10014,37.605,35.253,0.768,600,20,0,2,0,1,0,0,0),(240682,32820,0,1,1,0,0,-10016,383.118,33.056,5.043,600,20,0,2,0,1,0,0,0),(240681,32820,0,1,1,0,0,-10017,654.089,37.149,5.412,600,20,0,2,0,1,0,0,0),(240680,32820,0,1,1,0,0,-10019,660.572,36.286,1.038,600,20,0,2,0,1,0,0,0),(240679,32820,0,1,1,0,0,-10022,20.283,36.088,5.391,600,20,0,2,0,1,0,0,0),(240678,32820,0,1,1,0,0,-10027,185.975,29.686,0,600,20,0,2,0,1,0,0,0),(240677,32820,0,1,1,0,0,-10031,143.328,31.699,0.896,600,20,0,2,0,1,0,0,0),(240676,32820,0,1,1,0,0,-10033,72.485,34.809,0.916,600,20,0,2,0,1,0,0,0),(240675,32820,0,1,1,0,0,-10039,283.298,30.42,6.267,600,20,0,2,0,1,0,0,0),(240674,32820,0,1,1,0,0,-10042,674.065,36.148,2.347,600,20,0,2,0,1,0,0,0),(240673,32820,0,1,1,0,0,-10042,139.466,29.229,1.223,600,20,0,2,0,1,0,0,0),(240672,32820,0,1,1,0,0,-10043,139.908,28.927,3.603,600,20,0,2,0,1,0,0,0),(240671,32820,0,1,1,0,0,-10045,225.886,27.451,3.413,600,20,0,2,0,1,0,0,0),(240670,32820,0,1,1,0,0,-10049,48.827,32.967,5.34,600,20,0,2,0,1,0,0,0),(240668,32820,0,1,1,0,0,-10056,553.198,32.706,2.992,600,20,0,2,0,1,0,0,0),(240669,32820,0,1,1,0,0,-10055,49.171,31.882,3.217,600,20,0,2,0,1,0,0,0),(240667,32820,0,1,1,0,0,-10059,155.731,27.684,3.863,600,20,0,2,0,1,0,0,0),(1976456,30063,571,1,2,0,0,7291.59,-1094.6,938.791,3.72494,300,0,0,75600,3994,0,0,0,0),(1976455,30063,571,1,2,0,0,7341.45,-925.76,910.76,5.48345,300,0,0,75600,3994,0,0,0,0),(1976454,30060,571,1,2,0,0,7305.28,-892.449,923.123,2.42825,300,0,0,12175,0,0,0,0,0),(1976554,30136,571,1,4,0,1,7539.28,-1130.6,912.21,1.88141,300,0,0,6088,0,0,0,0,0),(1976553,30136,571,1,4,0,1,7537.47,-1139.54,912.334,1.86963,300,0,0,5885,0,0,0,0,0),(1976552,30136,571,1,4,0,1,7523.03,-1134.86,912.06,2.06598,300,0,0,5885,0,0,0,0,0),(240211,35251,1,1,1,0,0,1172.3,-4460.54,21.4697,6.19124,300,0,0,42,0,0,0,0,0),(240210,35253,1,1,1,0,0,1176.79,-4460.38,21.4269,5.82603,300,0,0,42,0,0,0,0,0),(240209,35253,1,1,1,0,0,1186.12,-4465.53,21.2886,1.73018,300,0,0,42,0,0,0,0,0),(240208,35253,1,1,1,0,0,1182,-4463.02,21.2426,2.68915,300,0,0,42,0,0,0,0,0),(240207,35253,1,1,1,0,0,1174.68,-4467.53,21.2746,0.833251,300,0,0,42,0,0,0,0,0),(240206,35249,0,1,1,0,0,-9350.81,171.018,61.7532,1.0198,300,0,0,42,0,0,0,0,0),(240205,35243,530,1,1,0,0,9415.1,-6848.51,15.1693,3.83318,300,0,0,40,120,0,0,0,0),(240204,35243,530,1,1,0,0,9414.6,-6853.32,14.9361,2.67472,300,0,0,40,120,0,0,0,0),(240203,35243,530,1,1,0,0,9411.01,-6855.19,14.9017,1.27278,300,0,0,40,120,0,0,0,0),(240202,35243,530,1,1,0,0,9404.91,-6859.42,15.101,4.17483,300,0,0,40,120,0,0,0,0),(240201,34479,1,1,1,0,0,10061.5,2128.42,1330.17,2.73357,300,0,0,2442,2434,0,0,0,0),(240200,35250,1,1,1,0,0,10052.9,2127.26,1330.13,3.93523,300,0,0,42,0,0,0,0,0),(240199,35250,1,1,1,0,0,10059.1,2123.97,1330.28,5.04264,300,0,0,42,0,0,0,0,0),(240198,35250,1,1,1,0,0,10063.5,2117.74,1330.03,3.55824,300,0,0,42,0,0,0,0,0),(245605,26188,1,1,1,0,0,1933.86,-4304.12,23.2211,3.71796,300,0,0,4120,0,0,0,0,0),(245599,26188,1,1,1,0,0,-1053.49,280.57,132.812,3.48702,300,0,0,4120,0,0,0,0,0),(245600,26188,1,1,1,0,0,-1018.44,293.602,135.746,1.06406,300,0,0,4120,0,0,0,0,0),(245601,26188,1,1,1,0,0,-1020.82,273.235,135.746,0.160856,300,0,0,4120,0,0,0,0,0),(245602,26188,1,1,1,0,0,1931.11,-4326.77,20.1631,4.69971,300,0,0,4120,0,0,0,0,0),(245603,26188,1,1,1,0,0,1949.99,-4276.73,30.5469,0.434993,300,0,0,4120,0,0,0,0,0),(245604,26188,1,1,1,0,0,1921.37,-4290.03,28.5774,2.29639,300,0,0,4120,0,0,0,0,0),(244805,18927,0,1,1,0,0,-8854.78,649.83,96.7417,1.43117,300,0,0,42,0,0,0,0,0),(244804,19175,1,1,1,0,0,1607.39,-4402.93,10.1664,3.11715,300,0,0,42,0,0,0,0,0),(244803,19172,0,1,1,0,0,-4829.02,-1174.75,502.193,0.724139,300,0,0,42,0,0,0,0,0),(244802,19176,1,1,1,0,0,-1241.98,81.7344,129.422,5.4992,300,0,0,42,0,0,0,0,0),(240666,32820,0,1,1,0,0,-10071,633.184,39.449,6.174,600,20,0,2,0,1,0,0,0),(240665,32820,0,1,1,0,0,-10083,545.919,29.148,0.695,600,20,0,2,0,1,0,0,0),(240664,32820,0,1,1,0,0,-10085,687.327,35.046,5.849,600,20,0,2,0,1,0,0,0),(240663,32820,0,1,1,0,0,-10107,690.702,32.081,3.962,600,20,0,2,0,1,0,0,0),(240662,32820,0,1,1,0,0,-10111,648.959,36.886,5.357,600,20,0,2,0,1,0,0,0),(240661,32820,0,1,1,0,0,-10149,1053.31,36.284,5.61,600,20,0,2,0,1,0,0,0),(240660,32820,0,1,1,0,0,-10154,619.3,27.052,4.304,600,20,0,2,0,1,0,0,0),(240659,32820,0,1,1,0,0,-10170,227.366,22.462,1.415,600,20,0,2,0,1,0,0,0),(240658,32820,0,1,1,0,0,-10181,83.288,24.122,4.197,600,20,0,2,0,1,0,0,0),(240657,32820,0,1,1,0,0,-10559,1206.87,31.476,5.616,600,20,0,2,0,1,0,0,0),(240656,32820,0,1,1,0,0,-10575,-3377,22.344,0.017,600,20,0,2,0,1,0,0,0),(240655,32820,0,1,1,0,0,-10779,-1194,35.275,0.915,600,20,0,2,0,1,0,0,0),(240654,32820,0,1,1,0,0,-10836,-2953,13.941,3.054,600,20,0,2,0,1,0,0,0),(240653,32820,0,1,1,0,0,2139.72,1655.26,79.3505,2.00735,600,20,0,2,0,1,0,0,0),(240652,32820,0,1,1,0,0,2084.58,1630.43,71.3452,2.4115,600,20,0,2,0,1,0,0,0),(240651,32820,0,1,1,0,0,2118.09,1685.36,75.11,1.20324,600,20,0,2,0,1,0,0,0),(240650,32820,0,1,1,0,0,2051.76,1763.78,87.6605,5.93412,600,20,0,2,0,1,0,0,0),(240649,32820,0,1,1,0,0,1998.23,1590.11,80.3288,0.610921,600,20,0,2,0,1,0,0,0),(240648,32820,0,1,1,0,0,1927.26,1692.24,80.6916,5.23599,600,20,0,2,0,1,0,0,0),(240647,32820,0,1,1,0,0,2034.85,1631.35,70.8452,4.14039,600,20,0,2,0,1,0,0,0),(240646,32820,0,1,1,0,0,2041.98,1535.7,77.489,5.11492,600,20,0,2,0,1,0,0,0),(245635,26188,530,1,1,0,0,9802.47,-7263.83,26.3075,1.7312,300,0,0,4120,0,0,0,0,0),(245633,26216,530,1,1,0,0,-176.004,1104.13,41.8132,2.73275,600,0,0,4800,0,0,0,0,0),(245632,26215,1,1,1,0,0,-6312.41,290.729,13.6115,3.17238,600,0,0,8000,0,0,0,0,0),(244801,19169,530,1,1,0,0,9659.86,-7115.63,14.3239,5.88552,300,0,0,42,0,0,0,0,0),(244800,19171,530,1,1,0,0,-3909.22,-11614.8,-138.101,3.1765,300,0,0,42,0,0,0,0,0),(240645,32820,0,1,1,0,0,-11550,-228,28.285,6.161,600,20,0,2,0,1,0,0,0),(240644,32820,0,1,1,0,0,2008.17,1571.98,78.9962,2.06544,600,20,0,2,0,1,0,0,0),(240643,35342,530,1,1,0,0,9285.98,-7199.02,17.4229,5.64657,600,0,0,1524,0,0,0,0,0),(240642,34786,530,1,1,0,0,9282.31,-7206.7,16.6141,5.7094,600,0,0,1524,0,0,0,0,0),(240641,34787,530,1,1,0,0,9305.74,-7211.06,16.6184,5.76831,600,0,0,1524,0,0,0,0,0),(240640,34654,530,1,1,0,0,9304.13,-7219.49,16.4335,5.7801,300,0,0,5342,0,0,0,0,0),(240619,32823,530,1,1,0,0,9288.17,-7214.89,16.2739,1.80598,300,0,0,1,0,0,0,0,0),(240618,32823,530,1,1,0,0,9289.92,-7224.35,16.434,1.69603,300,0,0,1,0,0,0,0,0),(240617,32823,530,1,1,0,0,9296.96,-7213.65,16.3391,1.67246,300,0,0,1,0,0,0,0,0),(240616,32823,530,1,1,0,0,9298,-7223.78,16.7799,1.75493,300,0,0,1,0,0,0,0,0),(240615,35341,0,1,1,0,0,1818.25,260.215,60.0523,4.03212,600,0,0,1524,0,0,0,0,0),(240614,35341,0,1,1,0,0,1830.09,263.893,59.7316,0.22687,600,0,0,1524,0,0,0,0,0),(240611,34683,0,1,1,0,0,1814.56,257.735,60.6853,4.9589,600,0,0,1524,0,0,0,0,0),(240612,34677,0,1,1,0,1,1811.74,257.052,60.6289,4.87643,300,0,0,1524,0,0,0,0,0),(240613,35341,0,1,1,0,0,1827.28,266.018,60.0083,0.203308,600,0,0,1524,0,0,0,0,0),(240610,34768,0,1,1,0,0,1817.01,258.573,60.721,4.95498,300,0,0,1524,0,0,0,0,0),(240197,35250,1,1,1,0,0,10062.2,2109.76,1330.92,2.08954,300,0,0,42,0,0,0,0,0),(240196,35250,1,1,1,0,0,10052.9,2111.1,1330.06,1.93246,300,0,0,42,0,0,0,0,0),(240195,35250,1,1,1,0,0,10053.8,2104.68,1330.93,1.5594,300,0,0,42,0,0,0,0,0),(240194,35250,1,1,1,0,0,10045,2109.59,1330.2,0.224221,300,0,0,42,0,0,0,0,0),(245520,16592,0,1,1,11686,0,-10657.1,1054.63,32.6733,2.47837,300,0,0,42,0,0,0,0,0),(245519,16592,530,1,1,11686,0,2274.45,6133.53,136.905,1.61654,300,0,0,42,0,0,0,0,0),(245518,16592,530,1,1,11686,0,-3053.71,2398.05,60.883,4.43274,300,0,0,42,0,0,0,0,0),(240609,34712,0,1,1,0,0,1822.06,266.801,60.0993,5.01388,600,0,0,1524,0,0,0,0,0),(240608,34654,0,1,1,0,0,1830.22,228.484,60.2551,1.65238,300,0,0,5342,0,0,0,0,0),(240607,34654,0,1,1,0,0,1828.25,248.785,59.9713,4.91178,300,0,0,5342,0,0,0,0,0),(240586,32823,0,1,1,0,0,1826.08,221.479,60.564,2.98046,300,0,0,1,0,0,0,0,0),(240585,32823,0,1,1,0,0,1836.01,219.866,60.2,2.98046,300,0,0,1,0,0,0,0,0),(240584,32823,0,1,1,0,0,1824.34,255.595,59.9598,2.898,300,0,0,1,0,0,0,0,0),(240583,32823,0,1,1,0,0,1834.55,253.055,59.7593,2.898,300,0,0,1,0,0,0,0,0),(240582,34678,1,1,1,0,1,-1311.92,192.569,59.8367,2.6852,300,0,0,1524,0,0,0,0,0),(240581,34684,1,1,1,0,0,-1313.09,189.957,59.9336,2.56739,600,0,0,1524,0,0,0,0,0),(240580,35343,1,1,1,0,0,-1317.08,185.668,59.6624,4.92751,600,0,0,1524,0,0,0,0,0),(240579,35343,1,1,1,0,0,-1317.71,208.647,58.8602,5.42231,600,0,0,1524,0,0,0,0,0),(240578,34654,1,1,1,0,0,-1337.67,190.598,60.8631,4.17745,300,0,0,5342,0,0,0,0,0),(240577,34714,1,1,1,0,0,-1314.67,206.382,58.8653,3.50594,600,0,0,1524,0,0,0,0,0),(240556,32823,1,1,1,0,0,-1323.39,197.319,59.3536,3.26245,300,0,0,1,0,0,0,0,0),(240555,32823,1,1,1,0,0,-1330.56,196.448,59.9585,3.26245,300,0,0,1,0,0,0,0,0),(240554,32823,1,1,1,0,0,-1321.55,190.334,59.733,3.36848,300,0,0,1,0,0,0,0,0),(240553,32823,1,1,1,0,0,-1328.29,188.777,60.5313,3.36455,300,0,0,1,0,0,0,0,0),(240536,34685,1,1,1,0,0,1294.88,-4419.93,27.2965,2.29982,600,0,0,1524,0,0,0,0,0),(240535,34679,1,1,1,0,1,1296.81,-4417.88,27.3402,2.33909,300,0,0,1524,0,0,0,0,0),(240534,34713,1,1,1,0,0,1300.64,-4407.67,26.5393,3.71747,600,0,0,1524,0,0,0,0,0),(240533,35342,1,1,1,0,0,1293.33,-4420.44,26.5897,5.25292,600,0,0,1524,0,0,0,0,0),(240532,35342,1,1,1,0,0,1294.78,-4421.96,26.6249,5.14218,600,0,0,1524,0,0,0,0,0),(240531,35342,1,1,1,0,0,1296.57,-4421.63,26.6309,5.13825,600,0,0,1524,0,0,0,0,0),(240526,34654,1,1,1,0,0,1293.13,-4405.79,26.3839,4.12117,300,0,0,5342,0,0,0,0,0),(240525,32823,1,1,1,0,0,1290.11,-4426.16,26.7342,0.641852,300,0,0,1,0,0,0,0,0),(113849,24254,571,1,1,0,0,769.815,-4705.82,-96.2364,0.978859,1,0,0,1223,2846,0,0,0,0),(1976495,30382,571,1,6,0,0,7524.93,-972.161,478.667,5.40885,600,0,0,75600,0,0,0,0,0),(1976494,30182,571,1,2,0,0,7276.77,-885.37,926.248,5.42925,300,0,0,630000,0,0,0,0,0),(1976493,30082,571,1,2,0,0,7263.44,-873.846,925.126,5.43711,600,0,0,126000,0,0,0,0,0),(1976551,30136,571,1,4,0,1,7446.59,-1135.73,873.659,0.648336,300,0,0,5885,0,0,0,0,0),(200007,29056,571,1,1,0,0,6201.76,4764.45,229.84,3.19395,120,0,0,1,0,0,0,0,0),(1976453,30060,571,1,2,0,0,7289.06,-910.385,924.593,2.51465,300,0,0,12175,0,0,0,0,0),(1976452,30060,571,1,2,0,0,7308.32,-907.349,920.619,2.60889,300,0,0,12175,0,0,0,0,0),(1976550,30136,571,1,4,0,1,7430.89,-1122.77,876.912,0.675825,300,0,0,5885,0,0,0,0,0),(1976549,30136,571,1,4,0,1,7459.74,-937.793,872.317,5.1683,300,0,0,6088,0,0,0,0,0),(21301,4131,1,1,1,11143,0,-6494.24,-3378.72,-85.3411,1.39626,300,0,0,1279,0,2,0,0,0),(1975901,30260,571,1,4,0,0,7172.8,-2257.74,759.628,1.11662,300,0,0,11379,0,0,0,0,0),(1975900,30260,571,1,4,0,0,7143.71,-2251.43,760.439,1.29097,300,0,0,11379,0,0,0,0,0),(1975929,29843,571,1,1,0,1,6955.95,-3.21644,808.618,2.15984,300,0,0,11770,3809,0,0,0,0),(1975988,30120,571,1,4,0,0,7192.8,-3665,824.727,6.05783,300,0,0,12600,0,0,0,0,0),(1975987,30120,571,1,4,0,0,7268.63,-3640.36,825.267,2.37365,300,0,0,12600,0,0,0,0,0),(1975986,30387,571,1,8,0,0,7224.41,-3496.64,840.3,3.8813,300,0,0,12600,0,0,0,0,0),(1975985,30387,571,1,8,0,0,7191.38,-3364.16,846.246,1.41463,600,0,0,12600,0,0,0,0,0),(1976042,31416,1,1,128,0,1,1596.65,-4388.67,9.98323,5.98648,300,0,0,16050,0,0,0,0,0),(1976041,31416,1,1,128,0,1,1929.52,-4300.46,24.1794,4.6942,300,0,0,16050,0,0,0,0,0),(1976040,31416,1,1,128,0,1,1950.89,-4374.69,22.043,2.70526,300,0,0,16050,0,0,0,0,0),(1976039,31416,1,1,128,0,1,1518.15,-4425.35,18.7986,1.27409,300,0,0,16050,0,0,0,0,0),(1976038,31416,1,1,128,0,1,1416.9,-4365.66,25.2354,3.25185,300,5,0,16050,0,1,0,0,0),(1976037,31416,1,1,128,0,1,2126.41,-4738.09,50.4491,2.74017,300,0,0,16050,0,0,0,0,0),(1976036,31416,1,1,128,0,1,1629.47,-4400.14,13.8212,0.107557,300,0,0,16050,0,0,0,0,0),(1976035,31416,1,1,128,0,1,2015.69,-4719.41,24.5092,2.53025,300,5,0,16050,0,1,0,0,0),(1976034,31416,1,1,128,0,1,1906.25,-4564.21,33.9758,0.628319,300,0,0,16050,0,0,0,0,0),(1976033,31416,1,1,128,0,1,1751.45,-4208.82,42.7326,5.34071,300,0,0,16050,0,0,0,0,0),(1976032,31416,1,1,128,0,1,1896.44,-4603.17,33.8937,3.75642,300,0,0,16050,0,0,0,0,0),(1976031,31416,1,1,128,0,1,1688.53,-4474.58,20.1537,1.95477,300,0,0,16050,0,0,0,0,0),(1976030,31416,1,1,128,0,1,1523.92,-4429.44,16.7349,0.506145,300,0,0,16050,0,0,0,0,0),(1976029,31416,1,1,128,0,1,1953.01,-4431.15,25.1469,3.31613,300,0,0,16050,0,0,0,0,0),(1976028,31416,1,1,128,0,1,1672.28,-4473.2,20.1537,1.44862,300,0,0,16050,0,0,0,0,0),(1976027,31416,1,1,128,0,1,1845.49,-4395.95,5.19264,3.80482,300,0,0,16050,0,0,0,0,0),(1975915,30422,571,1,4,0,0,7065.27,-2070.9,759.016,0.790229,300,0,0,12175,0,0,0,0,0),(1976000,30163,571,1,4,0,0,7242.4,-3325.25,851.185,6.00393,300,0,0,50400,0,0,0,0,0),(1976001,30163,571,1,4,0,0,7197.12,-3030.61,854.046,4.04916,300,0,0,50400,0,0,0,0,0),(1976002,30163,571,1,4,0,0,7405.24,-3112.27,837.535,4.24115,300,0,0,50400,0,0,0,0,0),(1976003,30163,571,1,4,0,0,7244.75,-3157.34,837.535,3.59538,300,0,0,50400,0,0,0,0,0),(1976096,31437,1,1,128,0,0,1346.63,-4348.61,27.2941,5.89921,300,0,0,42,0,0,0,0,0),(1976095,31437,1,1,128,0,0,1501.08,-4399.95,22.6577,0.610865,300,0,0,42,0,0,0,0,0),(1976094,31437,1,1,128,0,0,1430.77,-4422.73,25.3187,3.80482,300,0,0,42,0,0,0,0,0),(1976093,31431,1,1,128,0,0,1600.79,-4395.93,8.79711,5.84332,300,0,0,48832,0,0,0,0,0),(1976092,31430,1,1,128,0,0,1592.8,-4397.05,7.21839,0.139626,300,0,0,6645,0,0,0,0,0),(1976091,31429,1,1,128,0,0,1595.3,-4399.25,6.85403,0.523599,300,0,0,1003,0,0,0,0,0),(1976090,31427,1,1,128,0,0,1596.3,-4402.08,7.03335,0.645772,300,0,0,1003,0,0,0,0,0),(1976089,31426,1,1,128,0,0,1675.79,-4311.64,61.6865,4.46804,300,0,0,10572,0,0,0,0,0),(1976088,31425,1,1,128,0,0,1594.78,-4401.08,6.66987,0.628319,300,0,0,2769,0,0,0,0,0),(1976087,31424,1,1,128,0,0,1592.48,-4399.12,6.52479,0.488692,300,0,0,247,0,0,0,0,0),(1976086,31423,1,1,128,0,0,1593.1,-4401.22,6.26454,0.628319,300,0,0,1003,0,0,0,0,0),(246027,15108,529,1,4,0,0,1167.13,1186.34,-56.2799,4.76125,7200,0,0,1,0,0,0,0,0),(246028,15108,529,1,4,0,0,1186.12,1190.79,-56.0364,2.35619,7200,0,0,1,0,0,0,0,0),(246030,15087,529,1,4,0,1,1186.86,1198.91,-56.3739,3.96357,7200,0,0,1,0,2,0,0,0),(246095,15089,529,1,256,0,1,812.393,1160.85,11.6123,2.33874,7200,0,0,1,0,0,0,0,0),(246096,15089,529,1,256,0,1,909.529,1232.81,6.55989,3.47321,7200,0,0,1,0,0,0,0,0),(246093,15089,529,1,256,0,1,787.803,1230.45,18.6236,3.89208,7200,0,0,1,0,0,0,0,0),(246094,15089,529,1,256,0,1,742.763,1243.59,22.7741,1.3439,7200,0,0,1,0,0,0,0,0),(246111,15074,529,1,512,0,1,1223.69,805.685,-102.447,4.94075,7200,0,0,1,0,0,0,0,0),(246112,15074,529,1,512,0,1,1215.99,814.251,-101.81,1.85414,7200,0,0,1,0,0,0,0,0),(246113,15074,529,1,512,0,1,1199.89,801.945,-102.997,4.37134,7200,0,0,1,0,0,0,0,0),(246057,15046,529,1,64,0,1,849.179,833.499,-57.7416,3.97784,7200,0,0,1,0,0,0,0,0),(246002,15046,529,1,64,0,1,822.677,867.832,-57.7916,6.06853,7200,0,0,1,0,0,0,0,0),(246001,15046,529,1,64,0,1,799.617,847.34,-56.9945,5.78852,7200,0,0,1,0,0,0,0,0),(246014,15062,529,1,128,0,1,767.403,1118.95,17.3766,2.33874,7200,0,0,1,0,0,0,0,0),(246016,15062,529,1,128,0,1,751.68,1198.45,18.232,3.35103,7200,0,0,1,0,0,0,0,0),(246019,15062,529,1,128,0,1,830.316,1136.88,11.3574,5.14872,7200,0,0,1,0,0,0,0,0),(246015,15062,529,1,128,0,1,760.732,1083.22,15.693,4.03171,7200,0,0,1,0,0,0,0,0),(246018,15062,529,1,128,0,1,908.642,1183.09,5.05999,0.820305,7200,0,0,1,0,0,0,0,0),(246017,15062,529,1,128,0,1,909.461,1232.72,6.57686,3.29867,7200,0,0,1,0,0,0,0,0),(90190,22515,628,3,1,0,0,1233.11,-838.316,48.9996,1.46608,7200,0,0,1,0,0,0,0,0),(90191,22515,628,3,1,0,0,1232.39,-861.024,48.9996,3.56047,7200,0,0,1,0,0,0,0,0),(247875,11470,429,1,1,0,1,-108.313,526.203,28.6966,1.25664,86400,0,0,6891,6867,0,0,0,0),(247874,11470,429,1,1,0,1,-27.428,507.017,-3.48379,1.85005,86400,0,0,6891,6867,0,0,0,0),(247873,11470,429,1,1,0,1,79.9753,564.996,28.6964,1.5708,86400,0,0,6891,6867,0,0,0,0),(247872,11470,429,1,1,0,1,82.6258,570.367,28.6977,3.08923,86400,0,0,6891,6867,0,0,0,0),(247871,11470,429,1,1,0,1,-16.9684,527.327,28.6848,0.610865,86400,0,0,6891,6867,0,0,0,0),(247870,11470,429,1,1,0,1,-12.0959,530.086,28.685,3.1765,86400,0,0,6891,6867,0,0,0,0),(247869,11470,429,1,1,0,1,-54.1802,566.224,28.6972,3.1765,86400,0,0,6891,6867,0,0,0,0),(247868,11470,429,1,1,0,1,56.6144,524.315,28.685,0.523599,86400,0,0,6891,6867,0,0,0,0),(247866,11470,429,1,1,0,1,99.0028,570.998,28.6964,5.2709,86400,0,0,6891,6867,0,0,0,0),(247865,11470,429,1,1,0,1,118.721,481.643,28.6844,1.01229,86400,0,0,6891,6867,0,0,0,0),(247864,11470,429,1,1,0,1,122.531,481.388,28.6844,1.58825,86400,0,0,6891,6867,0,0,0,0),(247863,11470,429,1,1,0,1,5.91784,509.837,-3.48481,4.59022,86400,0,0,6891,6867,0,0,0,0),(247862,11470,429,1,1,0,1,97.1054,488.343,28.6844,3.10669,86400,0,0,6891,6867,0,0,0,0),(247861,11470,429,1,1,0,1,55.0866,505.726,-3.48333,2.67035,86400,0,0,6891,6867,0,0,0,0),(247860,11469,429,1,1,0,1,-67.2448,524.653,28.6861,6.23082,86400,0,0,8613,0,0,0,0,0),(247858,11469,429,1,1,0,1,7.98379,564.159,28.6879,2.02458,86400,0,0,8613,0,0,0,0,0),(247857,11469,429,1,1,0,1,-106.094,532.15,28.6969,4.34587,86400,0,0,8613,0,0,0,0,0),(247856,11469,429,1,1,0,1,-28.5838,511.139,-3.48528,5.02655,86400,0,0,8613,0,0,0,0,0),(247855,11469,429,1,1,0,1,78.0193,572.068,28.6971,5.60251,86400,0,0,8613,0,0,0,0,0),(247853,11469,429,1,1,0,1,-60.8733,565.822,28.6972,0.174533,86400,0,0,8613,0,0,0,0,0),(247852,11469,429,1,1,0,1,62.6031,525.741,28.6854,2.93215,86400,0,0,8613,0,0,0,0,0),(247851,11469,429,1,1,0,1,100.154,567.333,28.6954,1.39626,86400,0,0,8613,0,0,0,0,0),(247850,11469,429,1,1,0,1,121.059,488.502,28.6844,4.5204,86400,0,0,8613,0,0,0,0,0),(247849,11469,429,1,1,0,1,55.0221,508.635,-3.48438,3.15905,86400,0,0,8613,0,0,0,0,0),(247848,11466,429,1,1,0,1,-92.051,876.475,-23.6719,5.42797,86400,0,0,521,6351,0,0,0,0),(247847,11466,429,1,1,0,1,-110.415,855.412,-23.4797,5.75959,86400,0,0,521,6351,0,0,0,0),(247846,11466,429,1,1,0,1,-120.874,827.414,-23.4619,6.10865,86400,0,0,521,6351,0,0,0,0),(247845,11466,429,1,1,0,1,-121.358,799.398,-23.3194,0.174533,86400,0,0,521,6351,0,0,0,0),(247844,11466,429,1,1,0,1,-111.204,771.413,-23.4829,0.523599,86400,0,0,521,6351,0,0,0,0),(247843,11466,429,1,1,0,1,-92.7016,749.325,-23.5862,0.872665,86400,0,0,521,6351,0,0,0,0),(247842,11466,429,1,1,0,1,-67.9051,734.638,-23.5353,1.22173,86400,0,0,521,6351,0,0,0,0),(247841,11466,429,1,1,0,1,-39.0555,729.605,-23.6257,1.5708,86400,0,0,521,6351,0,0,0,0),(247840,11466,429,1,1,0,1,-10.6438,734.385,-23.6699,1.90241,86400,0,0,521,6351,0,0,0,0),(247839,11466,429,1,1,0,1,14.6399,749.159,-23.836,2.25148,86400,0,0,521,6351,0,0,0,0),(247838,11466,429,1,1,0,1,32.7354,770.632,-23.8969,2.60054,86400,0,0,521,6351,0,0,0,0),(247837,11466,429,1,1,0,1,43.0038,798.122,-23.854,2.94961,86400,0,0,521,6351,0,0,0,0),(247836,11466,429,1,1,0,1,42.9412,828.325,-23.7855,3.31613,86400,0,0,521,6351,0,0,0,0),(247835,11466,429,1,1,0,1,33.0897,854.282,-23.8659,3.64774,86400,0,0,521,6351,0,0,0,0),(247834,11466,429,1,1,0,1,14.3415,876.391,-23.9007,4.01426,86400,0,0,521,6351,0,0,0,0),(247833,11466,429,1,1,0,1,-10.1546,890.54,-23.8612,4.34587,86400,0,0,521,6351,0,0,0,0),(247832,11466,429,1,1,0,1,-38.8097,895.555,-23.8604,4.72984,86400,0,0,521,6351,0,0,0,0),(247831,11466,429,1,1,0,1,-66.7143,890.488,-23.9629,5.06145,86400,0,0,521,6351,0,0,0,0),(247829,11459,429,1,1,0,0,43.1073,219.233,-4.9858,3.11267,86400,0,0,16704,0,2,0,0,0),(247828,11459,429,1,1,0,0,101.21,330.55,-4.98576,5.40841,86400,0,0,16704,0,2,0,0,0),(247827,11459,429,1,1,0,0,-35.5453,349.841,-4.98923,3.13877,86400,0,0,16704,0,2,0,0,0),(247826,11459,429,1,1,0,0,-92.6434,286.583,-4.98605,4.69207,86400,0,0,16704,0,2,0,0,0),(247823,11459,429,1,1,0,0,117.241,238.304,-4.98568,4.68351,86400,0,0,16704,0,2,0,0,0),(247821,11459,429,1,1,0,0,12.172,332.792,-4.9858,0.001971,86400,0,0,16704,0,2,0,0,0),(247820,11459,429,1,1,0,0,-63.5588,208.12,-4.9858,5.79684,86400,0,0,16704,0,2,0,0,0),(247815,11458,429,1,1,0,0,-94.5732,357.768,-3.47957,0.014872,86400,0,0,8352,0,0,0,0,0),(247814,11458,429,1,1,0,0,-13.5503,194.196,-3.4756,0.255774,86400,5,0,8352,0,1,0,0,0),(247813,11458,429,1,1,0,0,-3.37704,184.789,-3.4756,0.214215,86400,5,0,8352,0,1,0,0,0),(247812,11458,429,1,1,0,0,-22.7325,186.699,-3.4756,3.16307,86400,0,0,8352,0,0,0,0,0),(247811,11458,429,1,1,0,0,80.676,258.702,-7.56109,2.21657,86400,0,0,8352,0,0,0,0,0),(247810,11458,429,1,1,0,0,73.2866,275.55,-7.54284,6.14356,86400,0,0,8352,0,0,0,0,0),(247809,11458,429,1,1,0,0,-27.7349,266.501,-8.81597,3.61916,86400,0,0,8352,0,0,0,0,0),(247808,11458,429,1,1,0,0,-12.8258,250.3,-8.44244,0.780131,86400,0,0,8352,0,0,0,0,0),(247807,11458,429,1,1,0,0,-32.3612,290.174,-7.06593,2.46091,86400,0,0,8352,0,0,0,0,0),(247806,11458,429,1,1,0,0,-52.3998,288.789,-7.32111,1.62316,86400,0,0,8352,0,0,0,0,0),(247805,11458,429,1,1,0,0,114.802,361.037,-3.39479,3.87463,86400,0,0,8352,0,0,0,0,0),(247804,11458,429,1,1,0,0,138.338,360.565,-3.39671,2.00713,86400,0,0,8352,0,0,0,0,0),(247803,11458,429,1,1,0,0,121.758,352.931,-4.90246,2.84489,86400,0,0,8352,0,0,0,0,0),(247802,11458,429,1,1,0,0,135.579,192.048,-3.39096,2.32129,86400,0,0,8352,0,0,0,0,0),(247801,11458,429,1,1,0,0,120.713,206.373,-4.90247,5.5676,86400,0,0,8352,0,0,0,0,0),(247800,11458,429,1,1,0,0,-84.0404,361.479,-3.39357,5.53269,86400,0,0,8352,0,0,0,0,0),(247799,11458,429,1,1,0,0,49.6096,300.218,-8.33785,1.72788,86400,0,0,8352,0,0,0,0,0),(247798,11458,429,1,1,0,0,-107.522,198.166,-3.39206,0.453786,86400,0,0,8352,0,0,0,0,0),(247797,11458,429,1,1,0,0,-98.8537,198.111,-3.39203,1.8675,86400,0,0,8352,0,0,0,0,0),(247796,11458,429,1,1,0,0,-92.0202,203.288,-4.90247,3.19395,86400,0,0,8352,0,0,0,0,0),(247795,11458,429,1,1,0,0,65.9918,260.462,-8.33747,1.65806,86400,0,0,8352,0,0,0,0,0),(247794,14386,429,1,1,0,0,446.833,542.643,-21.8128,3.26136,86400,0,0,305,0,2,0,0,0),(247793,14386,429,1,1,0,0,560.917,545.409,-25.3172,1.00548,86400,0,0,305,0,2,0,0,0),(247792,11448,429,1,1,0,0,577.443,549.148,-25.3152,5.37561,86400,0,0,10365,16794,0,0,0,0),(247791,11448,429,1,1,0,0,584.833,544.572,-25.3159,2.28638,86400,0,0,10365,16794,0,0,0,0),(247790,11448,429,1,1,0,0,425.414,543.026,-18.26,3.61283,86400,0,0,10365,16794,0,0,0,0),(247789,11448,429,1,1,0,0,548.933,575.927,-4.67144,2.28638,86400,0,0,10365,16794,0,0,0,0),(247788,11448,429,1,1,0,0,572.401,599.51,-25.3194,5.49779,86400,0,0,10365,16794,0,0,0,0),(247787,11448,429,1,1,0,0,579.373,590.731,-25.3194,1.88496,86400,0,0,10365,16794,0,0,0,0),(247786,11448,429,1,1,0,0,483.991,607.756,-25.3214,4.38078,86400,0,0,10365,16794,0,0,0,0),(247785,11448,429,1,1,0,0,480.812,600.12,-25.3203,1.13446,86400,0,0,10365,16794,0,0,0,0),(247784,11448,429,1,1,0,0,580.365,565.465,-4.67144,0.034907,86400,0,0,10365,16794,0,0,0,0),(247783,11448,429,1,1,0,0,476.998,565.548,27.9979,5.44543,86400,0,0,10365,16794,0,0,0,0),(247782,11448,429,1,1,0,0,518.04,562.212,27.9994,5.21853,86400,0,0,10365,16794,0,0,0,0),(247781,11448,429,1,1,0,0,568.204,479.525,29.5475,3.22886,86400,0,0,10365,16794,0,0,0,0),(247780,11448,429,1,1,0,0,593.01,596.731,-4.67143,3.15905,86400,0,0,10365,16794,0,0,0,0),(247779,11448,429,1,1,0,0,581.503,596.278,-4.67144,0.05236,86400,0,0,10365,16794,0,0,0,0),(247778,11448,429,1,1,0,0,379.625,466.833,-7.14894,5.77704,86400,0,0,10365,16794,0,0,0,0),(247777,11446,429,1,1,0,0,794.689,394.92,40.4798,1.20428,86400,0,0,3052,0,0,0,0,0),(247776,11446,429,1,1,0,0,902.99,442.14,40.4793,2.68781,86400,0,0,3052,0,0,0,0,0),(247775,11446,429,1,1,0,0,851.739,398.095,40.4801,1.85005,86400,0,0,3052,0,0,0,0,0),(247774,11446,429,1,1,0,0,852.577,564.638,40.4802,4.43314,86400,0,0,3052,0,0,0,0,0),(247773,11446,429,1,1,0,0,909.916,505.704,40.479,3.47321,86400,0,0,3052,0,0,0,0,0),(247772,11446,429,1,1,0,0,879.467,549.782,40.48,4.08407,86400,0,0,3052,0,0,0,0,0),(247771,11446,429,1,1,0,0,814.476,570.523,40.479,4.86947,86400,0,0,3052,0,0,0,0,0),(247770,11446,429,1,1,0,0,764.541,548.918,40.4821,5.44543,86400,0,0,3052,0,0,0,0,0),(247769,11446,429,1,1,0,0,819.916,391.366,40.4797,1.48353,86400,0,0,3052,0,0,0,0,0),(247768,11446,429,1,1,0,0,759.706,415.478,40.4794,0.750492,86400,0,0,3052,0,0,0,0,0),(247767,11446,429,1,1,0,0,879.269,413.435,40.48,2.23402,86400,0,0,3052,0,0,0,0,0),(247766,11446,429,1,1,0,0,794.791,565.687,40.4798,5.07891,86400,0,0,3052,0,0,0,0,0),(247765,11446,429,1,1,0,0,910.469,460.242,40.4794,2.93215,86400,0,0,3052,0,0,0,0,0),(247764,11445,429,1,1,0,1,681.03,504.275,29.5437,1.48353,86400,0,0,14214,4738,0,0,0,0),(247763,11445,429,1,1,0,1,676.629,460.347,29.5408,3.19395,86400,0,0,14214,4738,0,0,0,0),(247762,11445,429,1,1,0,1,667.484,467.305,29.5391,4.20624,86400,0,0,14214,4738,0,0,0,0),(247761,11445,429,1,1,0,1,743.179,436.379,28.2657,4.17134,86400,0,0,14214,4738,0,0,0,0),(247760,11445,429,1,1,0,1,692.195,511.417,28.2594,2.87979,86400,0,0,14214,4738,0,0,0,0),(247759,11444,429,1,1,0,0,350.451,203.075,11.2928,1.44862,86400,0,0,9745,10680,0,0,0,0),(247757,11444,429,1,1,0,0,479.482,59.1785,-3.80289,3.24631,86400,0,0,9745,10680,0,0,0,0),(247756,11444,429,1,1,0,0,471.769,192.862,2.93626,6.12611,86400,0,0,9745,10680,0,0,0,0),(247755,11444,429,1,1,0,0,314.267,125.077,-3.80362,0.453786,86400,0,0,9745,10680,0,0,0,0),(247754,11444,429,1,1,0,0,384.076,144.653,0.654953,4.57276,86400,0,0,9745,10680,0,0,0,0),(247753,11444,429,1,1,0,0,299.916,40.0648,-3.8728,3.80482,86400,0,0,9745,10680,0,0,0,0),(247752,11444,429,1,1,0,0,735.327,423.83,28.2633,0.750492,86400,0,0,9745,10680,0,0,0,0),(247751,11444,429,1,1,0,0,487.189,179.82,2.93627,4.06662,86400,0,0,9745,10680,0,0,0,0),(247750,11444,429,1,1,0,0,341.384,219.696,11.287,4.27606,86400,0,0,9745,10680,0,0,0,0),(247749,11444,429,1,1,0,0,349.212,-110.3,-3.80274,0.733038,86400,0,0,9745,10680,0,0,0,0),(247748,11444,429,1,1,0,0,462.979,55.9376,-3.80328,0.541052,86400,0,0,9745,10680,0,0,0,0),(247747,11444,429,1,1,0,0,333.932,132.645,-2.49961,3.40339,86400,0,0,9745,10680,0,0,0,0),(247746,11444,429,1,1,0,0,280.528,204.355,2.93633,4.06662,86400,0,0,9745,10680,0,0,0,0),(247745,11444,429,1,1,0,0,273.006,195.121,2.93627,0.855211,86400,0,0,9745,10680,0,0,0,0),(247744,11444,429,1,1,0,0,253.062,92.799,-2.47625,0.802851,86400,0,0,9745,10680,0,0,0,0),(1970807,27876,595,3,1,0,0,1563.34,671.641,102.241,4.2586,300,0,0,8982,0,0,0,0,0),(1970806,27827,595,3,1,0,0,1628.98,812.211,120.881,4.99164,300,0,0,42,0,0,0,0,0),(1970805,27827,595,3,1,0,0,1570.92,669.919,102.492,2.54818,300,0,0,42,0,0,0,0,0),(1970804,27827,595,3,1,0,0,1579.51,621.45,99.9192,5.60251,300,0,0,42,0,0,0,0,0),(1970803,27827,595,3,1,0,0,1674.44,872.292,120.589,0.733038,300,0,0,42,0,0,0,0,0),(1970802,27827,595,3,1,0,0,1629.73,731.369,113.029,5.5676,300,0,0,42,0,0,0,0,0),(1970801,26527,595,3,1,0,1,1550.08,574.412,92.7899,3.82227,300,0,0,17010,0,0,0,0,0),(1970800,31127,595,3,1,0,0,2365.8,1191.65,132.187,0.942478,300,0,0,12600,0,0,0,0,0),(1970798,31127,595,3,1,0,0,2364.97,1199.68,132.162,6.24828,300,0,0,12600,0,0,0,0,0),(1970799,31127,595,3,1,0,0,2363.06,1194.18,131.545,0.523599,300,0,0,12600,0,0,0,0,0),(1970797,31127,595,3,1,0,0,2261.13,1148.74,138.574,5.75959,300,0,0,12600,0,0,0,0,0),(1970796,31127,595,3,1,0,0,2262.04,1144.46,138.574,6.26573,300,0,0,12600,0,0,0,0,0),(1970795,31127,595,3,1,0,0,2265.5,1147.49,138.52,5.49779,300,0,0,12600,0,0,0,0,0),(247130,36805,631,5,1,0,1,-586.007,2195.24,49.5599,2.84489,86400,0,0,1,0,0,0,0,0),(247131,36811,631,5,1,0,1,-603.898,2190.53,49.5599,2.94961,86400,0,0,1,0,0,0,0,0),(247132,36807,631,5,1,0,0,-601.689,2202.71,49.5599,3.00197,86400,0,0,1,0,0,0,0,0),(247133,36808,631,5,1,0,1,-587.632,2189.23,49.5599,2.70526,86400,0,0,1,0,0,0,0,0),(133977,37182,672,15,1,0,0,42.789,-0.010491,25.2405,3.12414,604800,0,0,1,0,0,0,0,0),(133958,37833,673,15,1,0,0,60.4547,0.021568,38.7034,3.12414,604800,0,0,1,0,0,0,0,0),(133957,37184,673,15,1,0,0,38.5985,18.0196,36.6939,3.94444,604800,0,0,1,0,0,0,0,0),(133976,37184,672,15,1,0,0,18.8226,9.7001,20.4184,3.10669,604800,0,0,1,0,0,0,0,0),(133935,37547,672,15,1,0,0,-50.1652,9.71624,23.5871,0,604800,0,0,1,0,0,0,0,0),(133986,36948,672,15,1,0,1,13.5155,-0.160213,20.8725,3.10669,604800,0,0,1,0,0,0,0,0),(1975233,32892,603,3,1,11686,0,2164.55,-293,420,0.785398,604800,0,0,12600,0,0,0,0,0),(1975232,33378,603,3,1,11686,0,2164.55,-293,433.3,4.97419,604800,0,0,12600,0,0,0,0,0),(1975220,33378,603,3,1,11686,0,2105.04,-292.56,433.3,0.785398,604800,0,0,12600,0,0,0,0,0),(239000,21225,548,1,1,0,1,323.124,-693.561,-13.1582,5.40896,604800,0,0,125668,0,2,0,0,0),(239001,21225,548,1,1,0,1,402.817,-689.056,-7.27268,0.00149155,604800,0,0,125668,0,2,0,0,0),(246020,15108,529,1,4,0,0,1159.6,1150.46,-56.4713,6.02139,7200,0,0,1,0,0,0,0,0),(246026,15108,529,1,4,0,0,1191.47,1185.54,-56.0253,2.30383,7200,0,0,1,0,0,0,0,0),(246022,15108,529,1,4,0,0,1164.86,1157.48,-56.436,2.4308,7200,10,0,1,0,1,0,0,0),(246023,15108,529,1,4,0,0,1170.84,1143.68,-56.1315,4.45378,7200,0,0,1,0,0,0,0,0),(246024,15108,529,1,4,0,0,1184.85,1179.24,-55.9334,2.21657,7200,0,0,1,0,0,0,0,0),(246025,15108,529,1,4,0,0,1160.12,1169.93,-56.3168,0.0228146,7200,0,0,1,0,0,0,0,0),(90179,22515,628,3,1,0,0,392.496,-859.458,48.9987,3.03687,7200,0,0,1,0,0,0,0,0),(247743,11444,429,1,1,0,0,431.546,171.163,2.85225,3.26898,86400,0,0,9745,10680,2,0,0,0),(247742,11444,429,1,1,0,0,279.307,325.271,2.93639,5.65487,86400,0,0,9745,10680,0,0,0,0),(247741,11444,429,1,1,0,0,288.657,317.849,2.93636,2.42601,86400,0,0,9745,10680,0,0,0,0),(247740,11444,429,1,1,0,0,325.699,305.354,11.2862,4.53786,86400,0,0,9745,10680,0,0,0,0),(247739,11444,429,1,1,0,0,324.012,296.401,11.2898,1.36136,86400,0,0,9745,10680,0,0,0,0),(247738,11444,429,1,1,0,0,425.703,203.455,11.2904,3.35103,86400,0,0,9745,10680,0,0,0,0),(247737,11444,429,1,1,0,0,413.308,200.467,11.2983,0.261799,86400,0,0,9745,10680,0,0,0,0),(247736,11444,429,1,1,0,0,364.345,17.3626,-25.5038,1.36136,86400,0,0,9745,10680,0,0,0,0),(247735,11444,429,1,1,0,0,356.308,27.8438,-24.9039,6.23082,86400,0,0,9745,10680,0,0,0,0),(247734,11444,429,1,1,0,0,278.29,32.931,-2.46346,0.05236,86400,0,0,9745,10680,0,0,0,0),(247733,11441,429,1,1,0,1,338.808,208.337,11.2875,1.37881,86400,0,0,13920,0,0,0,0,0),(247732,11441,429,1,1,0,1,350.716,306.468,11.2068,1.12018,86400,0,0,13920,0,0,0,0,0),(247731,11441,429,1,1,0,1,325.94,124.511,-3.80362,1.88496,86400,0,0,13920,0,0,0,0,0),(247730,11441,429,1,1,0,1,378.439,136.133,-2.50067,0.925025,86400,0,0,13920,0,0,0,0,0),(247729,11441,429,1,1,0,1,414.897,260.269,11.2061,4.6183,86400,5,0,13920,0,1,0,0,0),(247728,11441,429,1,1,0,1,387.18,212.206,11.2158,3.16332,86400,0,0,13920,0,2,0,0,0),(247727,11441,429,1,1,0,1,290,43.9366,-3.84639,4.88692,86400,0,0,13920,0,0,0,0,0),(247726,11441,429,1,1,0,1,293.43,22.6771,-3.83323,1.71042,86400,0,0,13920,0,0,0,0,0),(247725,11441,429,1,1,0,1,253.919,101.484,-2.47626,4.79965,86400,0,0,13920,0,0,0,0,0),(247724,11441,429,1,1,0,1,420.708,212.934,11.2148,4.02882,86400,0,0,13920,0,0,0,0,0),(247723,11441,429,1,1,0,1,357.101,-105.233,-3.8031,3.735,86400,0,0,13920,0,0,0,0,0),(247722,11441,429,1,1,0,1,480.492,171.572,2.93626,0.855211,86400,0,0,13920,0,0,0,0,0),(247721,11441,429,1,1,0,1,484.79,192.536,2.93627,3.22886,86400,0,0,13920,0,0,0,0,0),(247720,11441,429,1,1,0,1,352.292,219.206,11.2871,4.60767,86400,0,0,13920,0,0,0,0,0),(247719,11441,429,1,1,0,1,469.761,66.3496,-3.80288,4.27606,86400,0,0,13920,0,0,0,0,0),(247718,11441,429,1,1,0,1,281.884,257.988,2.9364,0.541052,86400,0,0,13920,0,0,0,0,0),(247717,11441,429,1,1,0,1,292.932,264.732,2.94989,3.7001,86400,0,0,13920,0,0,0,0,0),(247716,11441,429,1,1,0,1,316.945,239.888,11.2093,3.14159,86400,0,0,13920,0,0,0,0,0),(247715,11441,429,1,1,0,1,321.913,132.877,-2.49938,5.37561,86400,0,0,13920,0,0,0,0,0),(247714,11441,429,1,1,0,1,431.271,75.9517,-23.5555,3.76991,86400,0,0,13920,0,0,0,0,0),(247713,11441,429,1,1,0,1,262.402,94.8272,-2.47626,3.21141,86400,0,0,13920,0,0,0,0,0),(247712,11441,429,1,1,0,1,391.712,102.586,-3.80363,0.541052,86400,0,0,13920,0,0,0,0,0),(247711,11441,429,1,1,0,1,301.618,48.9438,-3.88544,0.541052,86400,0,0,13920,0,0,0,0,0),(247710,11441,429,1,1,0,1,387.546,135.562,-2.50008,2.00713,86400,0,0,13920,0,0,0,0,0),(247709,11441,429,1,1,0,1,310.688,-12.7194,-3.80129,6.19592,86400,0,0,13920,0,0,0,0,0),(1970794,31126,595,3,1,0,0,2360.74,1199.86,131.311,0.10472,300,0,0,12600,0,0,0,0,0),(1970793,31126,595,3,1,0,0,2359.56,1193.14,131.06,0.541052,300,0,0,12600,0,0,0,0,0),(1970792,31126,595,3,1,0,0,2364.08,1197.37,131.802,0.279253,300,0,0,12600,0,0,0,0,0),(1970791,31126,595,3,1,0,0,2269.03,1148.83,138.2,4.45059,300,0,0,12600,0,0,0,0,0),(1970790,31126,595,3,1,0,0,2264.35,1150.03,138.509,5.49779,300,0,0,12600,0,0,0,0,0),(1970789,31126,595,3,1,0,0,2263.93,1145.6,138.574,5.96903,300,0,0,12600,0,0,0,0,0),(1970788,31126,595,3,1,0,0,2146.74,1340.59,132.63,5.95157,300,0,0,12600,0,0,0,0,0),(1970787,28249,595,3,1,0,0,2551.01,1235.45,125.498,5.07468,300,0,0,50400,0,2,0,0,0),(1970786,27734,595,3,1,0,0,2555.04,1236.94,125.605,5.00007,300,0,0,50400,0,2,0,0,0),(1970785,27737,595,3,1,0,0,2573.88,1147.45,126.579,5.64251,300,10,0,630,0,1,0,0,0),(1970784,27737,595,3,1,0,0,2565.77,1146.87,127.616,1.9158,300,10,0,630,0,1,0,0,0),(1970783,27737,595,3,1,0,0,2566.14,1156.29,127.231,1.41707,300,10,0,630,0,1,0,0,0),(1970782,27737,595,3,1,0,0,2560.9,1150.95,128.075,3.895,300,10,0,630,0,1,0,0,0),(133938,37519,672,15,1,0,0,-28.275,15.5946,20.5379,0,604800,0,0,1,0,0,0,0,0),(133948,37519,672,15,1,0,0,39.4475,0.136515,25.2321,0,604800,0,0,1,0,0,0,0,0),(133934,37540,672,15,1,31043,0,-13.1429,-0.36969,12.8909,0,604800,0,0,1,0,0,0,0,0),(133941,36948,672,15,1,0,1,1.34481,-0.077413,20.8492,3.15905,604800,0,0,1,0,0,0,0,0),(133956,36939,673,15,1,0,1,36.4055,0.184604,36.7153,3.10669,604800,0,0,1,0,0,0,0,0),(41823,33089,603,3,16,0,0,1615.06,-291.682,417.78,3.49066,10,20,0,1,0,1,0,0,0),(200026,35644,650,3,1,0,0,704.943,651.33,412.475,5.60251,999999,0,0,50000,0,0,0,0,0),(93888,21224,548,1,1,0,0,395.561,-694.343,-7.89872,5.33659,604800,0,0,100520,48465,0,0,0,0),(93889,21224,548,1,1,0,0,442.695,-752.678,-7.1443,2.90578,604800,0,0,100520,48465,0,0,0,0),(1975928,29843,571,1,1,0,1,6944.65,-23.6701,806.669,3.83558,300,0,0,11770,3809,0,0,0,0),(1975995,30121,571,1,4,0,0,7220.33,-3671.06,823.633,1.67552,300,0,0,48700,0,0,0,0,0),(1975994,30121,571,1,4,0,0,7251.04,-3644,823.097,3.15905,300,0,0,48700,0,0,0,0,0),(1975993,30121,571,1,4,0,0,7201.98,-3624.42,823.542,5.13733,300,0,0,48700,0,0,0,0,0),(1976026,31416,1,1,128,0,1,1741.42,-4217.94,44.3144,3.38795,300,5,0,16050,0,1,0,0,0),(1976025,31416,1,1,128,0,1,1921.7,-4375.67,22.5724,5.84685,300,0,0,16050,0,0,0,0,0),(1976024,31416,1,1,128,0,1,1817.08,-4357.14,-9.81641,2.30383,300,0,0,16050,0,0,0,0,0),(1976023,31416,1,1,128,0,1,1952.53,-4368.57,22.659,3.68265,300,0,0,16050,0,0,0,0,0),(1976022,31416,1,1,128,0,1,1889.53,-4485.08,21.3103,1.44862,300,0,0,16050,0,0,0,0,0),(1976021,31416,1,1,128,0,1,1628.89,-4274.76,24.0855,5.13127,300,0,0,16050,0,0,0,0,0),(1976020,31416,1,1,128,0,1,1552.41,-4324.75,21.8029,5.51524,300,0,0,16050,0,0,0,0,0),(1976019,31416,1,1,128,0,1,1620.45,-4252.84,47.5273,3.7001,300,0,0,16050,0,0,0,0,0),(246029,15108,529,1,4,0,0,1175.07,1155.1,-56.4464,4.50295,7200,0,0,1,0,0,0,0,0),(90192,22515,628,3,1,0,0,1296.53,-766.182,50.7029,3.08923,7200,0,0,1,0,0,0,0,0),(247708,11441,429,1,1,0,1,469.788,46.4686,-3.91727,1.44576,86400,0,0,13920,0,2,0,0,0),(247706,11441,429,1,1,0,1,326.912,360.968,2.93626,4.74729,86400,0,0,13920,0,0,0,0,0),(247705,11441,429,1,1,0,1,312.086,182.917,2.93627,4.36332,86400,0,0,13920,0,0,0,0,0),(247704,11441,429,1,1,0,1,417.915,292.252,11.1982,3.60941,86400,0,0,13920,0,0,0,0,0),(247703,11441,429,1,1,0,1,375.465,26.511,-25.888,3.05433,86400,0,0,13920,0,0,0,0,0),(247702,11441,429,1,1,0,1,367.083,36.711,-24.7118,4.64258,86400,0,0,13920,0,0,0,0,0),(247701,11441,429,1,1,0,1,404.442,180.283,2.93519,5.39307,86400,0,0,13920,0,0,0,0,0),(247700,11441,429,1,1,0,1,297.368,-66.7381,-3.80376,3.92699,86400,0,0,13920,0,0,0,0,0),(247699,11441,429,1,1,0,1,289.288,-75.3393,-3.80366,0.855211,86400,0,0,13920,0,0,0,0,0),(247698,11441,429,1,1,0,1,445.038,350.688,2.93627,1.62316,86400,0,0,13920,0,0,0,0,0),(247697,11441,429,1,1,0,1,450.071,134.044,-2.49898,3.14159,86400,0,0,13920,0,0,0,0,0),(247696,11441,429,1,1,0,1,439.642,134.562,-2.4987,6.19592,86400,0,0,13920,0,0,0,0,0),(247695,11441,429,1,1,0,1,402.45,333.237,2.9312,0.191986,86400,0,0,13920,0,0,0,0,0),(1970781,30996,595,3,1,0,0,1570.92,669.933,102.309,-1.64061,180,0,0,1,0,0,0,0,0),(1971033,27737,595,3,1,0,0,2441.29,1433.25,131.38,0.857092,300,10,0,630,0,1,0,0,0),(1971034,27737,595,3,1,0,0,2435.44,1430.2,131.263,3.64918,300,10,0,630,0,1,0,0,0),(1971035,27737,595,3,1,0,0,2428.26,1425.34,131.118,3.90836,300,10,0,630,0,1,0,0,0),(1971036,27737,595,3,1,0,0,2421.56,1416.47,130.482,4.00261,300,10,0,630,0,1,0,0,0),(1971037,27737,595,3,1,0,0,2428.46,1418.62,130.591,0.342657,300,10,0,630,0,1,0,0,0),(1971038,30997,595,3,1,0,0,2323.69,1499.63,127.619,3.26116,600,0,0,17010,0,0,0,0,0),(1971039,30996,595,3,1,0,0,1755.69,1290.88,140.749,2.2986,300,0,0,1,0,0,0,0,0),(1971040,30996,595,3,1,0,0,1755.69,1290.88,141.49,2.2986,300,0,0,1,0,0,0,0,0),(1971041,30996,595,3,1,0,0,1755.69,1290.88,142.231,2.2986,300,0,0,1,0,0,0,0,0),(1971042,30996,595,3,1,0,0,1756.65,1289.24,140.47,2.07476,300,0,0,1,0,0,0,0,0),(1971043,30996,595,3,1,0,0,1756.65,1289.24,141.211,2.07476,300,0,0,1,0,0,0,0,0),(1971044,30996,595,3,1,0,0,1757.36,1287.92,140.287,1.76846,300,0,0,1,0,0,0,0,0),(247140,36805,631,10,1,0,1,-585.323,2195.45,49.4765,2.84315,86400,0,0,1,0,0,0,0,0),(247135,36805,631,5,1,0,1,-584.639,2227.7,49.5599,3.50811,86400,0,0,1,0,0,0,0,0),(247134,36808,631,5,1,0,1,-602.313,2196.07,49.5599,2.86234,86400,0,0,1,0,0,0,0,0),(133959,37547,673,15,1,0,0,4.7803,-29.0523,35.0963,0,604800,0,0,1,0,0,0,0,0),(247694,16032,429,1,1,0,1,122.669,444.578,-48.3768,5.42797,86400,0,0,710,0,0,0,0,0),(247104,1853,289,1,1,0,1,180.771,-5.4286,75.5702,1.29154,86400,10,0,50300,7458,1,0,0,0),(247693,1412,429,1,1,0,0,-146.211,-187.845,-4.12055,2.85043,86400,0,0,8,0,0,0,0,0),(247692,1412,429,1,1,0,0,98.3382,-271.294,-2.73781,1.53207,86400,0,0,8,0,0,0,0,0),(247691,1412,429,1,1,0,0,136.124,-320.346,7.60491,0.223598,86400,0,0,8,0,0,0,0,0),(247690,1412,429,1,1,0,0,47.3439,-345.485,-4.03754,2.97946,86400,0,0,8,0,0,0,0,0),(247689,1412,429,1,1,0,0,-89.9518,-327.218,-56.7094,1.60916,86400,0,0,8,0,0,0,0,0),(247688,1412,429,1,1,0,0,-158.406,-338.387,-4.06629,2.74017,86400,0,0,8,0,0,0,0,0),(247687,1412,429,1,1,0,0,-19.6245,-338.303,-2.65313,3.61283,86400,0,0,8,0,0,0,0,0),(247686,1412,429,1,1,0,0,-97.5659,-330.237,-57.1258,1.28208,86400,0,0,8,0,0,0,0,0),(247685,1412,429,1,1,0,0,13.8706,-270.362,-52.6382,3.53614,86400,0,0,8,0,0,0,0,0),(247684,1412,429,1,1,0,0,-166.038,-319.342,7.60455,1.67389,86400,0,0,8,0,0,0,0,0),(247683,1412,429,1,1,0,0,-104.761,-356.167,-4.0997,2.69766,86400,0,0,8,0,0,0,0,0),(247682,1412,429,1,1,0,0,-45.176,-275.351,-57.2373,3.89208,86400,0,0,8,0,0,0,0,0),(247681,1412,429,1,1,0,0,43.8834,-249.347,-52.9414,0.38733,86400,0,0,8,0,0,0,0,0),(247680,1412,429,1,1,0,0,-166.79,-236.859,7.68885,5.86431,86400,0,0,8,0,0,0,0,0),(247679,1412,429,1,1,0,0,-72.0005,-345.3,-4.03359,2.98672,86400,0,0,8,0,0,0,0,0),(247678,1412,429,1,1,0,0,-158.804,-339.269,-4.19303,4.28925,86400,0,0,8,0,0,0,0,0),(247677,1412,429,1,1,0,0,-151.769,-358.922,-4.23659,5.48243,86400,0,0,8,0,0,0,0,0),(247676,1412,429,1,1,0,0,-166.15,-319.039,7.6047,1.77892,86400,0,0,8,0,0,0,0,0),(247675,1412,429,1,1,0,0,-45.4898,-275.688,-57.3578,3.96245,86400,0,0,8,0,0,0,0,0),(247674,1412,429,1,1,0,0,-1.47589,-247.514,-53.6291,2.16226,86400,0,0,8,0,0,0,0,0),(247673,1412,429,1,1,0,0,-166.892,-237.24,7.60565,4.45071,86400,0,0,8,0,0,0,0,0),(247672,1412,429,1,1,0,0,-52.7927,-318.739,-53.0088,5.95829,86400,0,0,8,0,0,0,0,0),(247671,1412,429,1,1,0,0,136.458,-320.317,7.60497,0.162894,86400,0,0,8,0,0,0,0,0),(247670,1412,429,1,1,0,0,43.4498,-249.524,-52.8565,5.25344,86400,0,0,8,0,0,0,0,0),(247669,1412,429,1,1,0,0,-18.9724,-338.297,-2.73597,0.008798,86400,0,0,8,0,0,0,0,0),(247668,1412,429,1,1,0,0,98.2445,-271.798,-2.7377,1.68363,86400,0,0,8,0,0,0,0,0),(247667,1412,429,1,1,0,0,-89.9229,-327.969,-56.6587,1.09956,86400,0,0,8,0,0,0,0,0),(247666,1412,429,1,1,0,0,-145.678,-188.004,-4.06495,5.41052,86400,0,0,8,0,0,0,0,0),(247665,883,429,1,1,0,0,79.8869,-287.854,-55.5947,0.109973,86400,0,0,64,0,0,0,0,0),(247664,883,429,1,1,0,0,78.3947,-289.857,-55.4764,4.98539,86400,0,0,64,0,0,0,0,0),(247663,2914,429,1,1,0,0,767.709,549.494,40.399,0.632182,86400,0,0,8,0,0,0,0,0),(247662,2914,429,1,1,0,0,399.033,34.1434,-25.3031,3.32377,86400,0,0,8,0,0,0,0,0),(247661,2914,429,1,1,0,0,690.461,534.045,28.713,4.52669,86400,0,0,8,0,0,0,0,0),(247660,2914,429,1,1,0,0,414.828,-48.5053,-23.3364,1.31677,86400,0,0,8,0,0,0,0,0),(247659,2914,429,1,1,0,0,804.635,570.584,40.3982,4.0327,86400,0,0,8,0,0,0,0,0),(247658,2914,429,1,1,0,0,732.469,528.935,28.1791,2.18955,86400,0,0,8,0,0,0,0,0),(247657,2914,429,1,1,0,0,754.666,525.492,28.1841,4.94689,86400,0,0,8,0,0,0,0,0),(247656,2914,429,1,1,0,0,349.448,109.693,-3.88708,0.003725,86400,0,0,8,0,0,0,0,0),(247655,2914,429,1,1,0,0,330.351,297.343,11.2041,3.42468,86400,0,0,8,0,0,0,0,0),(247654,2914,429,1,1,0,0,690.642,534.201,28.6269,4.69463,86400,0,0,8,0,0,0,0,0),(247653,2914,429,1,1,0,0,303.618,-8.67847,-3.8018,1.65407,86400,5,0,8,0,1,0,0,0),(247652,2914,429,1,1,0,0,417.561,-53.5276,-24.2973,5.72767,86400,0,0,8,0,0,0,0,0),(247651,2914,429,1,1,0,0,873.275,552.922,40.3964,5.58507,86400,0,0,8,0,0,0,0,0),(247650,2914,429,1,1,0,0,851.886,489.507,37.3182,3.0058,86400,0,0,8,0,0,0,0,0),(247649,2914,429,1,1,0,0,349.443,109.402,-3.88708,6.19019,86400,0,0,8,0,0,0,0,0),(247648,2914,429,1,1,0,0,364.819,-33.1121,-25.0512,4.04851,86400,0,0,8,0,0,0,0,0),(247647,2914,429,1,1,0,0,306.238,-96.5866,-3.80362,5.97513,86400,5,0,8,0,1,0,0,0),(247646,2914,429,1,1,0,0,436.336,298.367,11.1968,3.41407,86400,0,0,8,0,0,0,0,0),(247645,2914,429,1,1,0,0,751.989,530.682,28.1855,2.28772,86400,0,0,8,0,0,0,0,0),(247644,2914,429,1,1,0,0,765.637,548.012,40.3993,0.695806,86400,0,0,8,0,0,0,0,0),(247643,2914,429,1,1,0,0,294.365,178.076,2.85547,4.62485,86400,0,0,8,0,0,0,0,0),(247642,2914,429,1,1,0,0,285.544,326.648,2.85303,2.63937,86400,0,0,8,0,0,0,0,0),(247641,2914,429,1,1,0,0,818.277,389.744,40.398,3.27638,86400,0,0,8,0,0,0,0,0),(247640,13916,429,1,1,0,0,13.4514,277.628,1.51433,2.28638,86400,0,0,3748,2306,0,0,0,0),(247639,14400,429,1,1,0,0,-6.66835,948.849,-24.5759,0.35092,86400,0,0,1895,2369,0,0,0,0),(247638,14400,429,1,1,0,0,-11.7996,951.23,-24.5762,0.35092,86400,0,0,1895,2369,0,0,0,0),(247637,14400,429,1,1,0,0,-9.41844,956.362,-24.5762,0.35092,86400,0,0,1895,2369,0,0,0,0),(247636,14400,429,1,1,0,0,-4.28716,953.98,-24.5759,0.35092,86400,0,0,1895,2369,0,0,0,0),(247629,14400,429,1,1,0,0,76.4587,838.148,-24.5804,4.63658,86400,0,0,1895,2369,0,0,0,0),(247628,14400,429,1,1,0,0,80.7502,841.833,-24.5804,4.63658,86400,0,0,1895,2369,0,0,0,0),(247627,14400,429,1,1,0,0,84.4357,837.542,-24.581,4.63659,86400,0,0,1895,2369,0,0,0,0),(247626,14400,429,1,1,0,0,80.1443,833.856,-24.5804,4.63658,86400,0,0,1895,2369,0,0,0,0),(247615,14400,429,1,1,0,0,-0.016136,674.319,-24.5973,0.367701,86400,0,0,1895,2369,0,0,0,0),(247614,14400,429,1,1,0,0,-5.18667,676.614,-24.6021,0.367712,86400,0,0,1895,2369,0,0,0,0),(247613,14400,429,1,1,0,0,-2.89199,681.784,-24.5994,0.367712,86400,0,0,1895,2369,0,0,0,0),(247612,14400,429,1,1,0,0,2.27855,679.49,-24.5945,0.367713,86400,0,0,1895,2369,0,0,0,0),(247607,14400,429,1,1,0,0,-158.142,775.709,-24.5798,0.699584,86400,0,0,1895,2369,0,0,0,0),(247606,14400,429,1,1,0,0,-163.778,776.194,-24.5799,0.699584,86400,0,0,1895,2369,0,0,0,0),(247605,14400,429,1,1,0,0,-163.293,781.83,-24.5775,0.699554,86400,0,0,1895,2369,0,0,0,0),(247604,14400,429,1,1,0,0,-157.657,781.345,-24.5781,0.699599,86400,0,0,1895,2369,0,0,0,0),(247601,14399,429,1,1,0,0,-8.04339,952.605,-24.5761,0.350919,86400,0,0,16583,9476,2,0,0,0),(247598,14399,429,1,1,0,0,80.4472,837.845,-24.5804,4.63658,86400,0,0,16583,9476,2,0,0,0),(247594,14399,429,1,1,0,0,-1.45406,678.052,-24.5983,0.367712,86400,0,0,16583,9476,2,0,0,0),(247592,14399,429,1,1,0,0,-160.717,778.77,-24.5799,0.699583,86400,0,0,16583,9476,2,0,0,0),(247591,14398,429,1,1,0,0,-17.0975,531.373,28.6855,0.087266,86400,0,0,6891,6867,0,0,0,0),(247589,14398,429,1,1,0,0,5.64661,567.147,28.6886,5.65487,86400,0,0,6891,6867,0,0,0,0),(247588,14398,429,1,1,0,0,-54.9222,568.482,28.6977,3.61283,86400,0,0,6891,6867,0,0,0,0),(247587,14398,429,1,1,0,0,56.275,526.81,28.6857,6.00393,86400,0,0,6891,6867,0,0,0,0),(247585,14398,429,1,1,0,0,4.40959,505.233,-3.48315,0.942478,86400,0,0,6891,6867,0,0,0,0),(247584,14398,429,1,1,0,0,90.7675,485.778,28.6844,0.314159,86400,0,0,6891,6867,0,0,0,0),(247583,14398,429,1,1,0,0,48.1242,508.601,-3.48436,6.21337,86400,0,0,6891,6867,0,0,0,0),(247582,14383,429,1,1,0,1,135.15,441.452,-48.4619,4.849,86400,0,0,8774,2289,0,0,0,0),(247581,14382,429,1,1,0,1,193.167,473.239,-48.4684,0.069813,86400,0,0,9298,2434,0,0,0,0),(247580,14381,429,1,1,0,1,193.607,514.846,-48.3836,0.122173,86400,0,0,9298,2434,0,0,0,0),(247579,14371,429,1,1,0,0,120.661,459.211,-48.3785,6.21337,86400,0,0,7292,1923,0,0,0,0),(247578,14369,429,1,1,0,0,132.25,515.98,-48.46,1.5966,86400,0,0,9034,2369,0,0,0,0),(247577,14369,429,1,1,0,0,128.297,516.187,-48.4718,1.6321,86400,0,0,9034,2369,2,0,0,0),(247575,14369,429,1,1,0,0,163.733,555.391,-48.3836,3.1765,86400,0,0,9034,2369,0,0,0,0),(247574,14369,429,1,1,0,0,192.928,587.385,-48.3836,6.17846,86400,0,0,9034,2369,0,0,0,0),(247573,14369,429,1,1,0,0,153.425,626.966,-27.8899,0.017453,86400,0,0,9034,2369,0,0,0,0),(247572,14369,429,1,1,0,0,114.44,602.178,-27.8082,3.10669,86400,0,0,9034,2369,0,0,0,0),(247571,14369,429,1,1,0,0,186.983,479.252,-48.371,1.5708,86400,0,0,9034,2369,0,0,0,0),(247570,14369,429,1,1,0,0,186.675,457.618,-48.3594,4.79965,86400,0,0,9034,2369,0,0,0,0),(247569,14369,429,1,1,0,0,121.754,476.583,-48.3816,1.58825,86400,0,0,9034,2369,0,0,0,0),(247568,14369,429,1,1,0,0,121.172,468.779,-48.3799,4.67748,86400,0,0,9034,2369,0,0,0,0),(247567,14368,429,1,1,0,1,164.335,522.497,-48.3836,3.07178,86400,0,0,9298,2434,0,0,0,0),(247566,14366,429,1,1,0,0,-26.4736,-403.435,-58.5319,0.226892,86400,0,0,64,0,0,0,0,0),(247565,14366,429,1,1,0,0,21.9326,-408.795,-58.5319,0,86400,0,0,64,0,0,0,0,0),(247564,14366,429,1,1,0,0,-156.753,-320.209,-4.06367,1.25664,86400,0,0,64,0,0,0,0,0),(247563,14366,429,1,1,0,0,468.206,258.98,6.53153,1.02974,86400,0,0,64,0,0,0,0,0),(247562,14366,429,1,1,0,0,242.933,-420.132,-119.878,-0.069812,86400,0,0,64,0,0,0,0,0),(247561,14366,429,1,1,0,0,-93.5294,-406.001,-58.4613,0,86400,0,0,64,0,0,0,0,0),(247560,14366,429,1,1,0,0,65.7951,-400.292,-58.5124,-0.628317,86400,0,0,64,0,0,0,0,0),(247559,14366,429,1,1,0,0,44.7922,-627.469,-25.0196,-2.47837,86400,0,0,64,0,0,0,0,0),(247558,14366,429,1,1,0,0,133.884,-261.99,-4.06127,-0.488691,86400,0,0,64,0,0,0,0,0),(247557,14366,429,1,1,0,0,-6.88932,-199.657,-4.04868,-0.453785,86400,0,0,64,0,0,0,0,0),(247555,14361,429,1,1,0,0,104.389,539.327,-4.40493,4.75068,86400,0,0,64,0,0,0,0,0),(247553,14361,429,1,1,0,0,15.2541,395.687,25.0565,0.046596,86400,0,0,64,0,0,0,0,0),(247548,14361,429,1,1,0,0,-83.2487,494.565,28.6075,4.28512,86400,0,0,64,0,0,0,0,0),(247545,14361,429,1,1,0,0,98.3529,531.617,28.6033,0.983634,86400,0,0,64,0,0,0,0,0),(247540,14361,429,1,1,0,0,121.332,297.677,-4.98566,5.03001,86400,0,0,64,0,0,0,0,0),(247539,14361,429,1,1,0,0,74.8674,215.59,-4.98581,2.30134,86400,0,0,64,0,0,0,0,0),(247538,14361,429,1,1,0,0,-78.3936,337.625,-4.99283,5.66256,86400,0,0,64,0,0,0,0,0),(247534,14361,429,1,1,0,0,-73.5557,542.146,-4.39554,3.19564,86400,0,0,64,0,0,0,0,0),(247531,14361,429,1,1,0,0,-28.6871,659.391,-24.562,5.18363,86400,0,0,64,0,0,0,0,0),(247529,14361,429,1,1,0,0,47.0136,686.309,-24.5798,0.960597,86400,0,0,64,0,0,0,0,0),(247519,14361,429,1,1,0,0,-73.3529,541.221,-4.39554,3.51201,86400,0,0,64,0,0,0,0,0),(247511,14361,429,1,1,0,0,15.368,351.889,-4.9858,0.092126,86400,0,0,64,0,0,0,0,0),(247504,14361,429,1,1,0,0,-86.2,228.478,-4.98579,1.84191,86400,5,0,64,0,1,0,0,0),(247502,14358,429,1,1,0,0,11.7484,396.105,25.1394,2.9147,86400,0,0,9298,0,0,0,0,0),(247331,30380,712,3,1,0,1,-30.1731,-21.9358,9.59686,4.72914,120,0,0,1,0,0,0,0,0),(247332,30380,712,3,1,0,1,3.45962,-28.1289,0.101388,4.29376,120,0,0,1,0,0,0,0,0),(247333,30380,712,3,1,0,1,-18.0212,-22.0926,9.60068,4.66788,120,0,0,1,0,0,0,0,0),(247334,30380,712,3,1,0,1,-24.7068,-29.9771,0.101334,3.66623,120,0,0,1,0,0,0,0,0),(247335,30380,712,3,1,0,1,3.92454,20.827,9.67354,1.30372,120,0,0,1,0,0,0,0,0),(247336,30380,712,3,1,0,1,-6.33308,-21.7722,9.99575,4.85167,120,0,0,1,0,0,0,0,0),(247337,30380,712,3,1,0,1,-39.6946,-26.8419,0.82802,2.93659,120,0,0,1,0,0,0,0,0),(247338,30394,712,3,1,0,1,-14.1505,23.0373,-5.24869,0.027745,120,0,0,1,0,0,0,0,0),(247339,30394,712,3,1,0,1,-11.7295,-24.7904,9.58663,1.63703,120,0,0,1,0,0,0,0,0),(247340,30394,712,3,1,0,1,-11.9688,25.5424,9.58513,4.66945,120,0,0,1,0,0,0,0,0),(247341,30394,712,3,1,0,1,-57.9337,6.01148,23.5029,1.54855,120,0,0,1,0,0,0,0,0),(247342,30394,712,3,1,0,1,-14.3898,-23.2398,-5.25039,6.16013,120,0,0,1,0,0,0,0,0),(247343,30394,712,3,1,0,1,-48.1449,-3.10366,-5.21617,3.11436,120,0,0,1,0,0,0,0,0),(247344,30867,712,3,1,0,1,-11.0475,-22.7053,22.5096,4.51265,120,0,0,1,0,0,0,0,0),(247345,30867,712,3,1,0,1,-32.9158,-22.1469,22.5861,4.59982,120,0,0,1,0,0,0,0,0),(247346,30867,712,3,1,0,1,-10.0824,23.2226,22.5129,1.54405,120,0,0,1,0,0,0,0,0),(247347,30867,712,3,1,0,1,36.8757,45.226,25.0331,2.16509,120,0,0,1,0,0,0,0,0),(247348,30867,712,3,1,0,1,-33.4747,22.2096,22.5895,1.56211,120,0,0,1,0,0,0,0,0),(247349,30867,712,3,1,0,1,36.9277,-44.9241,25.0318,4.11052,120,0,0,1,0,0,0,0,0),(247401,30752,713,3,1,0,1,15.4321,28.6642,9.92277,1.54012,120,0,0,1,0,0,0,0,0),(247402,30752,713,3,1,0,1,2.01988,28.7211,9.33565,1.58332,120,0,0,1,0,0,0,0,0),(247403,30752,713,3,1,0,1,-11.241,28.5576,9.91826,1.5519,120,0,0,1,0,0,0,0,0),(247404,30752,713,3,1,0,1,8.25547,-21.6199,34.8875,1.73515,120,0,0,1,0,0,0,0,0),(247405,30752,713,3,1,0,1,7.30473,24.2619,34.9491,4.43536,120,0,0,1,0,0,0,0,0),(247406,30753,713,3,1,0,1,-26.8391,-10.402,35.5991,1.29366,120,0,0,1,0,0,0,0,0),(247407,30753,713,3,1,0,1,2.15579,17.0338,9.16353,1.54405,120,0,0,1,0,0,0,0,0),(247408,30753,713,3,1,0,1,-7.63407,0.007234,86.0904,6.2728,120,0,0,1,0,0,0,0,0),(247409,30753,713,3,1,0,1,46.382,7.89944,10.4129,3.96271,120,0,0,1,0,0,0,0,0),(247410,30753,713,3,1,0,1,45.981,-6.55312,10.3636,2.23091,120,0,0,1,0,0,0,0,0),(247411,30753,713,3,1,0,1,15.254,-0.009458,86.0904,3.14299,120,0,0,1,0,0,0,0,0),(247412,30753,713,3,1,0,1,-34.939,-11.6484,11.4697,5.50858,120,0,0,1,0,0,0,0,0),(247413,30753,713,3,1,0,1,-34.785,11.9312,11.4869,0.836243,120,0,0,1,0,0,0,0,0),(247414,30753,713,3,1,0,1,-26.9812,10.5208,35.5936,4.74156,120,0,0,1,0,0,0,0,0),(247415,30753,713,3,1,0,1,1.98831,-18.0873,9.16057,4.66993,120,0,0,1,0,0,0,0,0),(247416,30754,713,3,1,0,1,-19.0109,27.0177,89.9667,6.22411,120,0,0,1,0,0,0,0,0),(247417,30754,713,3,1,0,1,-54.639,-15.3254,34.3972,3.83128,120,0,0,1,0,0,0,0,0),(247418,30754,713,3,1,0,1,-54.7182,15.5861,34.3897,2.50086,120,0,0,1,0,0,0,0,0),(247419,30754,713,3,1,0,1,-18.9215,-26.8371,89.9664,0.087792,120,0,0,1,0,0,0,0,0),(247420,30755,713,3,1,0,1,-3.46042,28.0231,34.2784,4.66548,120,0,0,1,0,0,0,0,0),(247421,30755,713,3,1,0,1,7.21494,-6.31021,34.4191,3.11118,120,0,0,1,0,0,0,0,0),(247422,30755,713,3,1,0,1,24.5852,6.86575,7.06382,3.11055,120,0,0,1,0,0,0,0,0),(247423,30755,713,3,1,0,1,8.85995,18.8224,8.7027,4.69035,120,0,0,1,0,0,0,0,0),(247424,30755,713,3,1,0,1,24.3302,-6.97827,7.08356,3.34184,120,0,0,1,0,0,0,0,0),(247425,30755,713,3,1,0,1,-4.43012,18.742,8.62646,4.66286,120,0,0,1,0,0,0,0,0),(247426,30755,713,3,1,0,1,-5.59682,-28.2501,34.1226,1.55058,120,0,0,1,0,0,0,0,0),(247427,30755,713,3,1,0,1,-4.46811,-18.5567,8.62604,1.53698,120,0,0,1,0,0,0,0,0),(247428,30755,713,3,1,0,1,29.8693,-29.5825,89.7663,3.05267,120,0,0,1,0,0,0,0,0),(247429,30755,713,3,1,0,1,8.83021,-4.6978,84.7137,2.34582,120,0,0,1,0,0,0,0,0),(247430,30755,713,3,1,0,1,37.6428,-9.00797,30.0954,0.004917,120,0,0,1,0,0,0,0,0),(247431,30755,713,3,1,0,1,-26.188,-6.1712,9.33333,3.14217,120,0,0,1,0,0,0,0,0),(247432,30755,713,3,1,0,1,9.06884,-18.7113,8.70787,1.56054,120,0,0,1,0,0,0,0,0),(247433,30755,713,3,1,0,1,8.67689,4.88796,84.7137,3.90012,120,0,0,1,0,0,0,0,0),(247434,30755,713,3,1,0,1,7.49121,6.05275,34.4239,3.16615,120,0,0,1,0,0,0,0,0),(247435,30755,713,3,1,0,1,37.6401,8.9586,30.0954,0.012771,120,0,0,1,0,0,0,0,0),(247436,30755,713,3,1,0,1,-26.1511,6.90449,9.405,3.12647,120,0,0,1,0,0,0,0,0),(247437,30755,713,3,1,0,1,29.4588,29.8761,89.7684,3.15321,120,0,0,1,0,0,0,0,0),(247438,30866,713,3,1,0,1,-36.528,23.9373,33.9184,1.89617,120,0,0,1,0,0,0,0,0),(247439,30866,713,3,1,0,1,15.9225,26.2539,35.4586,1.60085,120,0,0,1,0,0,0,0,0),(247440,30866,713,3,1,0,1,-36.1494,-23.2606,33.9568,4.2232,120,0,0,1,0,0,0,0,0),(247441,30866,713,3,1,0,1,17.7216,-26.2695,35.5686,5.06367,120,0,0,1,0,0,0,0,0),(247442,31243,713,3,1,0,0,-11.2408,33.2155,10.5949,1.58668,120,0,0,1,0,0,0,0,0),(247443,31243,713,3,1,0,0,1.99373,33.0756,10.0105,1.53853,120,0,0,1,0,0,0,0,0),(247444,31243,713,3,1,0,0,15.239,32.5832,10.5826,1.52441,120,0,0,1,0,0,0,0,0),(247445,31243,713,3,1,0,0,15.2483,-33.3678,10.5837,4.72649,120,0,0,1,0,0,0,0,0),(247446,31243,713,3,1,0,0,1.91814,-32.9286,10.0097,4.6891,120,0,0,1,0,0,0,0,0),(247447,31243,713,3,1,0,0,-11.0915,-32.8872,10.5819,4.68507,120,0,0,1,0,0,0,0,0),(136046,32780,603,3,1,11686,0,2128.14,-289.645,419.491,1.36136,180,0,0,42,0,0,0,0,0),(240524,32823,1,1,1,0,0,1280.76,-4432.94,27.0913,0.704684,300,0,0,1,0,0,0,0,0),(240523,32823,1,1,1,0,0,1274.4,-4425.46,26.665,0.704684,300,0,0,1,0,0,0,0,0),(240522,32823,1,1,1,0,0,1282.83,-4418.29,26.5714,0.327693,300,0,0,1,0,0,0,0,0),(240521,35340,530,1,1,0,0,-3955.87,-11866.3,0.850197,5.07934,600,0,0,1524,0,0,0,0,0),(240520,34783,530,1,1,0,0,-3981.01,-11861.1,1.12189,4.16906,600,0,0,1524,0,0,0,0,0),(240519,34785,530,1,1,0,0,-3957.89,-11863,0.778528,3.47713,600,0,0,1524,0,0,0,0,0),(240518,34653,530,1,1,0,0,-3978.75,-11863,0.438156,3.94051,300,0,0,5342,0,0,0,0,0),(240497,32823,530,1,1,0,0,-3975.57,-11879.1,0.563379,4.59239,300,0,0,1,0,0,0,0,0),(240496,32823,530,1,1,0,0,-3967.7,-11879,0.698275,4.67093,300,0,0,1,0,0,0,0,0),(240495,32823,530,1,1,0,0,-3966.15,-11868.9,0.677072,4.56098,300,0,0,1,0,0,0,0,0),(240494,32823,530,1,1,0,0,-3975.02,-11870.6,0.510499,1.83564,300,0,0,1,0,0,0,0,0),(240493,34676,1,1,1,0,1,9982.13,2246.34,1332.72,3.12629,300,0,0,1524,0,0,0,0,0),(240492,34681,1,1,1,0,0,9982.08,2243.54,1332.54,3.01633,600,0,0,1524,0,0,0,0,0),(240491,34653,1,1,1,0,0,9975.5,2212.18,1329.26,3.14199,300,0,0,5342,0,0,0,0,0),(240490,34711,1,1,1,0,1,10001.8,2228.02,1330.16,2.9535,600,0,0,1524,0,0,0,0,0),(240489,35338,1,1,1,0,0,9987.13,2238.11,1331.16,2.8082,600,0,0,1524,0,0,0,0,0),(240488,35338,1,1,1,0,0,9989.53,2237.63,1330.96,3.11451,600,0,0,1524,0,0,0,0,0),(240487,35338,1,1,1,0,0,9992.78,2238.74,1330.6,3.11451,600,0,0,1524,0,0,0,0,0),(240464,32823,1,1,1,0,0,9983.74,2200.09,1328.61,3.29906,300,0,0,1,0,0,0,0,0),(240463,32823,1,1,1,0,0,9993.91,2203.28,1327.78,3.25587,300,0,0,1,0,0,0,0,0),(240462,32823,1,1,1,0,0,9981.25,2210.43,1328.79,3.36582,300,0,0,1,0,0,0,0,0),(240461,32823,1,1,1,0,0,9992.89,2213.08,1328.19,3.36582,300,0,0,1,0,0,0,0,0),(240460,34675,0,1,1,0,1,-9125.02,352.824,94.2342,2.1217,300,0,0,1524,0,0,0,0,0),(240459,34682,0,1,1,0,0,-9110.83,366.354,94.0632,2.67934,600,0,0,1524,0,0,0,0,0),(240458,34744,0,1,1,0,0,-9127.56,351.404,94.2329,2.13741,300,0,0,1524,0,0,0,0,0),(240457,35337,0,1,1,0,0,-9111.63,353.697,93.4015,2.40837,600,0,0,1524,0,0,0,0,0),(240456,34710,0,1,1,0,1,-9118.18,359.164,93.2702,1.90179,600,0,0,1524,0,0,0,0,0),(240455,34653,0,1,1,0,0,-9118.91,350.746,93.735,2.14134,300,0,0,5342,0,0,0,0,0),(240435,32823,0,1,1,0,0,-9113.9,344.27,93.6394,1.50517,300,0,0,1,0,0,0,0,0),(240434,32823,0,1,1,0,0,-9114.71,332.007,93.1289,1.50517,300,0,0,1,0,0,0,0,0),(240433,32823,0,1,1,0,0,-9115.63,320.223,93.189,1.45805,300,0,0,1,0,0,0,0,0),(240432,32823,0,1,1,0,0,-9116.83,309.643,93.1605,1.45805,300,0,0,1,0,0,0,0,0),(240431,34644,0,1,1,0,1,-5084.24,-808.46,495.832,0.977634,300,0,0,1524,0,0,0,0,0),(240430,35340,0,1,1,0,0,-5073.03,-787.526,495.117,4.57476,600,0,0,1524,0,0,0,0,0),(240429,34645,0,1,1,0,0,-5076.66,-808.073,495.833,2.01829,600,0,0,1524,0,0,0,0,0),(240428,34708,0,1,1,0,1,-5079.31,-809.352,495.833,1.53919,600,0,0,1524,0,0,0,0,0),(240427,34653,0,1,1,0,0,-5071.89,-801.345,495.128,0.094064,300,0,0,5342,0,0,0,0,0),(240420,32820,0,1,1,0,0,-14286,283.778,32.739,1.543,600,20,0,2,0,1,0,0,0),(240419,32820,0,1,1,0,0,-14187,731,24.75,1.778,600,20,0,2,0,1,0,0,0),(240418,32820,0,1,1,0,0,1953.33,1514.46,88.0872,5.32666,600,20,0,2,0,1,0,0,0),(240417,32823,0,1,1,0,0,-5082.28,-792.136,495.678,1.86906,300,0,0,1,0,0,0,0,0),(240416,32823,0,1,1,0,0,-5093.01,-795.451,495.128,3.49483,300,0,0,1,0,0,0,0,0),(240415,32823,0,1,1,0,0,-5079.45,-800.684,495.127,0.258995,300,0,0,1,0,0,0,0,0),(240414,32823,0,1,1,0,0,-5092.7,-803.861,495.148,0.164747,300,0,0,1,0,0,0,0,0),(240413,18927,0,1,1,0,0,-8854.78,649.83,96.7417,1.43117,300,0,0,42,0,0,0,0,0),(247501,14338,429,1,1,0,0,580.94,523.74,-25.4,2.788,86400,0,0,3517,0,0,0,0,0),(1976492,30065,571,1,2,0,0,7313.48,-977.635,912.903,1.66327,300,0,0,121750,0,0,0,0,0),(1976491,30065,571,1,2,0,0,7332.72,-1091.98,909.707,1.63971,300,0,0,121750,0,0,0,0,0),(1976490,30065,571,1,2,0,0,7338.96,-1090.7,907.04,2.00492,300,0,0,121750,0,0,0,0,0),(1976489,30065,571,1,2,0,0,7217.81,-1144.61,936.456,0.465543,300,0,0,121750,0,0,0,0,0),(1976548,30136,571,1,4,0,1,7471.21,-932.167,871.99,5.1683,300,0,0,5885,0,0,0,0,0),(1976547,30136,571,1,4,0,1,7433.96,-1136.9,792.086,0.432353,300,0,0,5885,0,0,0,0,0),(1976546,30136,571,1,4,0,1,7422.99,-1112.05,791.466,6.14613,300,0,0,6088,0,0,0,0,0),(1976545,30136,571,1,4,0,1,7413.84,-1092.65,792.629,0.118195,300,0,0,5885,0,0,0,0,0),(1976451,30060,571,1,2,0,0,7349.47,-931.213,908.672,2.0866,300,0,0,12175,0,0,0,0,0),(1976450,30060,571,1,2,0,0,7340.16,-995.363,908.223,0.791482,300,0,0,12175,0,0,0,0,0),(1976502,30136,571,1,4,0,1,7588.95,-1075.55,595.591,2.52903,300,0,0,6088,0,0,0,0,0),(248451,13022,429,1,1,0,0,9.43712,-224.578,-51.9292,0.964966,86400,2,0,1900,0,1,0,0,0),(248452,13022,429,1,1,0,0,12.13,-225.89,-51.8221,1.91029,86400,2,0,1900,0,1,0,0,0),(248453,13022,429,1,1,0,0,22.3773,-221.201,-53.114,1.01456,86400,2,0,1900,0,1,0,0,0),(248454,13022,429,1,1,0,0,1.01247,-216.771,-52.9695,3.64775,86400,2,0,1900,0,1,0,0,0),(248455,13022,429,1,1,0,0,-1.96242,-211.372,-52.9039,4.5204,86400,2,0,1900,0,1,0,0,0),(248456,13022,429,1,1,0,0,1.6678,-219.749,-52.6945,2.32129,86400,2,0,1900,0,1,0,0,0),(248457,13022,429,1,1,0,0,3.90308,-224.145,-52.1742,1.67569,86400,2,0,1900,0,1,0,0,0),(248458,13022,429,1,1,0,0,10.1914,-227.741,-51.7724,1.31605,86400,2,0,1900,0,1,0,0,0),(248459,13022,429,1,1,0,0,19.6784,-227.142,-52.278,3.83149,86400,2,0,1900,0,1,0,0,0),(248460,13022,429,1,1,0,0,7.36502,-309.685,-51.1112,4.55531,86400,2,0,1900,0,1,0,0,0),(248461,13022,429,1,1,0,0,11.0968,-310.742,-51.1119,5.48033,86400,2,0,1900,0,1,0,0,0),(248462,13022,429,1,1,0,0,2.38361,-311.532,-51.1185,1.71042,86400,2,0,1900,0,1,0,0,0),(248463,13022,429,1,1,0,0,-0.968268,-316.146,-50.6338,1.20428,86400,2,0,1900,0,1,0,0,0),(248464,13022,429,1,1,0,0,16.3331,-315.152,-51.0991,4.11898,86400,2,0,1900,0,1,0,0,0),(248465,13022,429,1,1,0,0,14.6583,-310.337,-51.3256,2.1293,86400,2,0,1900,0,1,0,0,0),(248466,13022,429,1,1,0,0,9.24688,-308.366,-51.3423,4.19783,86400,2,0,1900,0,1,0,0,0),(248467,13022,429,1,1,0,0,3.19254,-306.155,-51.7484,2.2254,86400,2,0,1900,0,1,0,0,0),(248468,13022,429,1,1,0,0,-0.529834,-310.036,-51.4927,5.50781,86400,2,0,1900,0,1,0,0,0),(248469,13022,429,1,1,0,0,13.7675,-306.717,-51.6435,3.9968,86400,2,0,1900,0,1,0,0,0),(248470,13022,429,1,1,0,0,-54.14,-220.836,-57.177,4.77728,86400,2,0,1900,0,1,0,0,0),(248471,13022,429,1,1,0,0,-54.2582,-223.259,-57.2345,3.52189,86400,2,0,1900,0,1,0,0,0),(248472,13022,429,1,1,0,0,-59.1212,-222.725,-57.2217,5.44105,86400,2,0,1900,0,1,0,0,0),(248473,13022,429,1,1,0,0,-62.9718,-220.366,-57.1655,5.67601,86400,2,0,1900,0,1,0,0,0),(248474,13022,429,1,1,0,0,-62.4816,-225.4,-57.2017,0.767945,86400,2,0,1900,0,1,0,0,0),(248475,13022,429,1,1,0,0,-59.6312,-229.747,-57.305,5.07891,86400,2,0,1900,0,1,0,0,0),(248476,13022,429,1,1,0,0,-54.873,-230.255,-57.4006,5.35956,86400,2,0,1900,0,1,0,0,0),(248477,13022,429,1,1,0,0,-55.9487,-225.63,-57.2907,0.44899,86400,2,0,1900,0,1,0,0,0),(248478,13022,429,1,1,0,0,-49.7393,-227.547,-57.4026,2.81523,86400,2,0,1900,0,1,0,0,0),(248479,13022,429,1,1,0,0,-50.1508,-223.593,-57.2426,0.113913,86400,2,0,1900,0,1,0,0,0),(248480,13022,429,1,1,0,0,-54.1523,-346.312,-54.1519,2.58309,86400,2,0,1900,0,1,0,0,0),(248481,13022,429,1,1,0,0,-56.9274,-344.93,-54.338,1.06465,86400,2,0,1900,0,1,0,0,0),(248482,13022,429,1,1,0,0,-57.7313,-341.407,-54.032,4.97419,86400,2,0,1900,0,1,0,0,0),(248483,13022,429,1,1,0,0,-60.2078,-339.055,-53.9214,1.6057,86400,2,0,1900,0,1,0,0,0),(248484,13022,429,1,1,0,0,-63.0057,-335.754,-53.699,4.55531,86400,2,0,1900,0,1,0,0,0),(248485,13022,429,1,1,0,0,-61.8909,-333.061,-53.1807,4.17134,86400,2,0,1900,0,1,0,0,0),(248486,13022,429,1,1,0,0,-57.3421,-331.607,-52.5392,1.90241,86400,2,0,1900,0,1,0,0,0),(248487,13022,429,1,1,0,0,-61.1368,-330.426,-52.7177,5.98648,86400,2,0,1900,0,1,0,0,0),(248488,13022,429,1,1,0,0,-65.628,-334.265,-53.7337,5.86431,86400,2,0,1900,0,1,0,0,0),(248489,13022,429,1,1,0,0,-54.4685,-349.823,-54.3427,2.94961,86400,2,0,1900,0,1,0,0,0),(248490,13022,429,1,1,0,0,-114.53,-298.031,-57.1758,2.37651,86400,2,0,1900,0,1,0,0,0),(248491,13022,429,1,1,0,0,-119.468,-295.465,-56.8971,3.50826,86400,2,0,1900,0,1,0,0,0),(248492,13022,429,1,1,0,0,-115.32,-295.053,-57.1688,3.51589,86400,2,0,1900,0,1,0,0,0),(248493,13022,429,1,1,0,0,-113.643,-286.896,-57.3958,0.44145,86400,2,0,1900,0,1,0,0,0),(248494,13022,429,1,1,0,0,-112.49,-292.047,-57.3941,3.20386,86400,2,0,1900,0,1,0,0,0),(248495,13022,429,1,1,0,0,-113.132,-297.049,-57.2797,2.96803,86400,2,0,1900,0,1,0,0,0),(248496,13022,429,1,1,0,0,-114.571,-303.104,-57.0566,0.488692,86400,2,0,1900,0,1,0,0,0),(248497,13022,429,1,1,0,0,-118.833,-302.067,-57.0399,4.88111,86400,2,0,1900,0,1,0,0,0),(248498,13022,429,1,1,0,0,-111.067,-302.288,-57.2519,0.994838,86400,2,0,1900,0,1,0,0,0),(248499,13022,429,1,1,0,0,-107.508,-295.857,-57.6574,3.88216,86400,2,0,1900,0,1,0,0,0),(248500,13022,429,1,1,0,0,-149.588,-191.55,-50.2393,4.06322,86400,2,0,1900,0,1,0,0,0),(248501,13022,429,1,1,0,0,-148.164,-194.851,-51.1721,5.45461,86400,2,0,1900,0,1,0,0,0),(248502,13022,429,1,1,0,0,-149.81,-199.836,-52.1027,2.33874,86400,2,0,1900,0,1,0,0,0),(248503,13022,429,1,1,0,0,-148.09,-204.423,-53.0782,1.0472,86400,2,0,1900,0,1,0,0,0),(248504,13022,429,1,1,0,0,-140.036,-200.326,-53.2361,0.174533,86400,2,0,1900,0,1,0,0,0),(248505,13022,429,1,1,0,0,-141.949,-193.913,-51.5956,2.64255,86400,2,0,1900,0,1,0,0,0),(248506,13022,429,1,1,0,0,-134.406,-189.794,-50.3224,6.12191,86400,2,0,1900,0,1,0,0,0),(248507,13022,429,1,1,0,0,-141.793,-189.652,-50.5362,5.3421,86400,2,0,1900,0,1,0,0,0),(248508,13022,429,1,1,0,0,-135.247,-191.384,-50.871,0.344104,86400,2,0,1900,0,1,0,0,0),(248509,13022,429,1,1,0,0,-144.024,-197.906,-52.2458,0.750492,86400,2,0,1900,0,1,0,0,0),(248510,13285,429,1,1,0,0,83.368,-204.607,-56.7146,4.13643,86400,2,0,16704,0,1,0,0,0),(248511,13285,429,1,1,0,0,42.2531,-196.094,-53.098,2.32129,86400,2,0,16704,0,1,0,0,0),(248512,13285,429,1,1,0,0,-38.4972,-194.397,-55.7837,5.37561,86400,2,0,16704,0,1,0,0,0),(248513,13285,429,1,1,0,0,-114.832,-195.776,-52.6459,0.331613,86400,2,0,16704,0,1,0,0,0),(248514,13285,429,1,1,0,0,115.866,-356.124,-54.999,4.36332,86400,2,0,16704,0,1,0,0,0),(248515,13285,429,1,1,0,0,80.1832,-334.151,-53.8089,2.1293,86400,2,0,16704,0,1,0,0,0),(248516,13285,429,1,1,0,0,40.6147,-361.182,-54.0435,1.58825,86400,2,0,16704,0,1,0,0,0),(248517,13285,429,1,1,0,0,-129.867,-334.241,-56.7992,5.16617,86400,2,0,16704,0,1,0,0,0),(248518,13285,429,1,1,0,0,14.3321,-261.833,-52.0997,4.43314,86400,2,0,16704,0,1,0,0,0),(248519,13285,429,1,1,0,0,-99.1422,-249.61,-56.6773,5.14872,86400,2,0,16704,0,1,0,0,0),(248520,13285,429,1,1,0,0,-129.888,-246.628,-54.0495,5.41052,86400,2,0,16704,0,1,0,0,0),(248521,11465,429,1,1,0,0,-64.3225,-359.79,-55.9148,0,86400,0,0,8352,0,2,0,0,0),(248522,11461,429,1,1,0,0,-64.3225,-359.79,-55.9148,0,86400,0,0,6681,3361,0,0,0,0),(248523,11461,429,1,1,0,0,-64.3225,-359.79,-55.9148,0,86400,0,0,6681,3361,0,0,0,0),(248524,11465,429,1,1,0,0,-30.6938,-300.574,-54.0977,0,86400,0,0,8352,0,2,0,0,0),(248525,11461,429,1,1,0,0,-30.6938,-300.574,-54.0977,0,86400,0,0,6681,3361,0,0,0,0),(248526,11461,429,1,1,0,0,-30.6938,-300.574,-54.0977,0,86400,0,0,6681,3361,0,0,0,0),(248527,11465,429,1,1,0,0,-17.7006,-293.797,-54.1351,0,86400,0,0,8352,0,2,0,0,0),(248528,11461,429,1,1,0,0,-17.7006,-293.797,-54.1351,0,86400,0,0,6681,3361,0,0,0,0),(248529,11461,429,1,1,0,0,-17.7006,-293.797,-54.1351,0,86400,0,0,6681,3361,0,0,0,0),(248530,11465,429,1,1,0,0,81.8962,-283.248,-55.1609,0,86400,0,0,8352,0,2,0,0,0),(248531,11461,429,1,1,0,0,81.8962,-283.248,-55.1609,0,86400,0,0,6681,3361,0,0,0,0),(248532,11461,429,1,1,0,0,81.8962,-283.248,-55.1609,0,86400,0,0,6681,3361,0,0,0,0),(248533,11465,429,1,1,0,0,38.298,-314.189,-52.4531,0,86400,0,0,8352,0,2,0,0,0),(248534,11461,429,1,1,0,0,38.298,-314.189,-52.4531,0,86400,0,0,6681,3361,0,0,0,0),(248535,11461,429,1,1,0,0,38.298,-314.189,-52.4531,0,86400,0,0,6681,3361,0,0,0,0),(248536,11491,429,1,1,0,0,-72.1719,-283.252,-57.7497,4.08407,86400,0,0,8774,0,0,0,0,0),(248537,13021,429,1,1,0,0,330.651,-375.383,-71.0516,3.9968,86400,0,0,16194,0,0,0,0,0),(248538,13021,429,1,1,0,0,360.391,-436.849,-87.297,3.31613,86400,0,0,16194,0,0,0,0,0),(248539,13021,429,1,1,0,0,360.356,-490.424,-101.987,3.15905,86400,0,0,16194,0,0,0,0,0),(248540,13021,429,1,1,0,0,216.978,-356.29,-67.4426,5.11381,86400,0,0,16194,0,0,0,0,0),(248541,13021,429,1,1,0,0,187.1,-543.165,-111.892,0.680678,86400,0,0,16194,0,0,0,0,0),(248542,13021,429,1,1,0,0,197.831,-483.199,-100.907,0,86400,0,0,16194,0,2,0,0,0),(248543,13285,429,1,1,0,0,290.355,-470.042,-119.878,3.31613,86400,2,0,16704,0,1,0,0,0),(248544,13197,429,1,1,0,0,290.355,-470.042,-119.878,3.31613,86400,2,0,12954,4326,1,0,0,0),(248545,13022,429,1,1,0,0,292.697,-476.578,-119.036,5.58505,86400,2,0,1900,0,1,0,0,0),(248546,13022,429,1,1,0,0,287.544,-479.895,-119.036,5.74213,86400,2,0,1900,0,1,0,0,0),(248547,13022,429,1,1,0,0,299.18,-474.913,-119.036,2.80998,86400,2,0,1900,0,1,0,0,0),(248548,13022,429,1,1,0,0,292.824,-482.119,-119.036,3.89208,86400,2,0,1900,0,1,0,0,0),(248549,13285,429,1,1,0,0,285.642,-501.949,-119.036,2.14675,86400,2,0,16704,0,1,0,0,0),(248550,13197,429,1,1,0,0,285.642,-501.949,-119.036,2.14675,86400,2,0,12954,4326,1,0,0,0),(248551,13022,429,1,1,0,0,281.187,-499.258,-119.036,0,86400,2,0,1900,0,1,0,0,0),(248552,13022,429,1,1,0,0,289.159,-504.723,-119.036,0,86400,2,0,1900,0,1,0,0,0),(248553,13022,429,1,1,0,0,282.743,-504.313,-119.036,0,86400,2,0,1900,0,1,0,0,0),(248554,13022,429,1,1,0,0,288.645,-499.382,-119.036,0,86400,2,0,1900,0,1,0,0,0),(248555,13285,429,1,1,0,0,246.913,-485.775,-119.036,0,86400,2,0,16704,0,1,0,0,0),(248556,13197,429,1,1,0,0,246.913,-485.775,-119.036,0,86400,2,0,12954,4326,1,0,0,0),(248557,13022,429,1,1,0,0,245.336,-492.562,-119.036,0,86400,2,0,1900,0,1,0,0,0),(248558,13022,429,1,1,0,0,243.656,-487.932,-119.036,5.20108,86400,2,0,1900,0,1,0,0,0),(248559,13022,429,1,1,0,0,239.995,-491.467,-119.036,0,86400,2,0,1900,0,1,0,0,0),(248560,13022,429,1,1,0,0,241.339,-484.667,-119.036,0,86400,2,0,1900,0,1,0,0,0),(248561,11492,429,1,1,0,0,274.844,-427.251,-119.962,0.970313,86400,0,0,32158,11445,2,0,0,0),(248562,16045,429,1,1,0,0,262.09,-445.745,-119.878,4.32842,86400,0,0,42,0,0,0,0,0),(248563,14566,429,1,1,0,0,-2.36,472.73,-23.3,0,86400,10,0,3052,0,1,0,0,0),(248564,14241,429,1,1,0,0,-56.59,-269.12,-57.87,3.98,86400,0,0,3589,0,0,0,0,0),(133965,36971,673,15,1,0,0,30.8803,22.7656,36.3547,1.69297,604800,0,0,1,0,0,0,0,0),(1976501,30136,571,1,4,0,1,7577.96,-1089.04,595.712,2.5094,300,0,0,5885,0,0,0,0,0),(133949,37547,673,15,1,0,0,53.1563,29.0877,44.7302,0,604800,0,0,1,0,0,0,0,0),(142820,25026,594,1,1,0,1,24.9381,4.10155,1.44058,1.07922,120,0,0,1,0,0,0,0,0),(142821,25026,594,1,1,0,1,14.4097,-6.40611,1.39596,1.86383,120,0,0,1,0,0,0,0,0),(142822,25026,594,1,1,0,1,5.51407,-5.26758,1.39596,4.38889,120,0,0,1,0,0,0,0,0),(247237,22441,530,1,1,0,0,-3400.86,4665.3,99.6544,4.62677,300,0,0,29570,0,0,0,0,0),(247155,36811,631,10,1,0,1,-569.411,2196.92,49.4765,2.9963,86400,0,0,1,0,0,0,0,0),(133975,36971,673,15,1,0,0,-54.3389,-14.5897,34.4998,3.9619,604800,0,0,1,0,0,0,0,0),(1975845,4131,1,1,1,0,0,-6450.52,-3290.35,-105.497,3.6255,300,0,0,1342,0,0,0,0,0),(1975926,30422,571,1,4,0,0,7250.3,-2342.8,751.68,0.851782,300,0,0,12175,0,0,0,0,0),(1975936,29862,571,1,1,0,0,6903.44,70.1409,805.823,4.82919,600,0,0,11770,0,0,0,0,0),(1976008,30160,571,1,4,0,1,7376.07,-3153.04,837.577,1.80255,300,0,0,12600,0,0,0,0,0),(1976009,30160,571,1,4,0,1,7315.46,-3179.34,837.617,1.60589,300,0,0,12600,0,0,0,0,0),(1976010,30160,571,1,4,0,1,7255.27,-3083.26,837.577,-2.07948,300,0,0,12600,0,0,0,0,0),(1976011,30160,571,1,4,0,1,7405.8,-3082.12,837.57,-0.036917,300,0,0,12600,0,0,0,0,0),(1976012,30160,571,1,4,0,1,7300.77,-3084.76,837.577,3.23101,300,0,0,12600,0,0,0,0,0),(1976138,31437,1,1,128,0,0,1313.05,-4558.77,22.4257,1.78925,300,5,0,42,0,1,0,0,0),(1976139,31437,1,1,128,0,0,1315.31,-4561.24,22.8135,1.76455,300,5,0,42,0,1,0,0,0),(1976140,31437,1,1,128,0,0,1380.18,-4367.96,26.0744,6.03816,300,5,0,42,0,1,0,0,0),(1976141,31437,1,1,128,0,0,1377.94,-4368.01,26.0744,0.245054,300,5,0,42,0,1,0,0,0),(1976142,31467,1,1,128,0,0,1513.18,-4439.38,21.1171,4.59022,300,0,0,42,0,0,0,0,0),(1976143,31467,1,1,128,0,0,1427.52,-4357.11,25.3187,5.91667,300,0,0,42,0,0,0,0,0),(1976144,31467,1,1,128,0,0,1507.22,-4401.21,20.9239,1.98968,300,0,0,42,0,0,0,0,0),(1976145,31467,1,1,128,0,0,1434.66,-4426.87,25.3187,1.16687,300,0,0,42,0,0,0,0,0),(1976146,31467,1,1,128,0,0,1342.5,-4416.78,27.4217,6.00393,300,0,0,42,0,0,0,0,0),(1976147,31467,1,1,128,0,0,1421.8,-4387.9,27.9717,0.087266,300,0,0,42,0,0,0,0,0),(1976148,31467,1,1,128,0,0,1326.16,-4358.72,28.2629,3.71755,300,0,0,42,0,0,0,0,0),(1976149,31467,1,1,128,0,0,1348,-4422.53,27.5683,2.67035,300,0,0,42,0,0,0,0,0),(1976150,31467,1,1,128,0,0,1338.15,-4424.22,26.8887,1.69297,300,0,0,42,0,0,0,0,0),(1976151,31467,1,1,128,0,0,1406.44,-4378.1,25.3187,1.62316,300,0,0,42,0,0,0,0,0),(1976152,31467,1,1,128,0,0,1289.4,-4421.72,26.6863,3.61283,300,0,0,42,0,0,0,0,0),(1976153,31467,1,1,128,0,0,1451.82,-4410.37,25.3187,4.99164,300,0,0,42,0,0,0,0,0),(1976154,31467,1,1,128,0,0,1428.1,-4425.13,25.3187,0.017453,300,0,0,42,0,0,0,0,0),(1976155,31467,1,1,128,0,0,1503.74,-4385.62,21.9836,0.366519,300,0,0,42,0,0,0,0,0),(1976156,31467,1,1,128,0,0,1349.98,-4347.57,27.2651,0.408181,300,0,0,42,0,0,0,0,0),(1976157,31467,1,1,128,0,0,1290.51,-4427.42,26.8743,1.65806,300,0,0,42,0,0,0,0,0),(1976158,31467,1,1,128,0,0,1591.92,-4421.75,9.19134,4.27606,300,0,0,42,0,0,0,0,0),(1976159,31467,1,1,128,0,0,1327.41,-4355.25,28.5793,2.26893,300,0,0,42,0,0,0,0,0),(1976160,31467,1,1,128,0,0,1348.2,-4342.35,27.3154,3.50811,300,0,0,42,0,0,0,0,0),(1976161,31467,1,1,128,0,0,1370.66,-4405.43,29.8003,5.70723,300,0,0,42,0,0,0,0,0),(1976162,31467,1,1,128,0,0,1442.68,-4382.87,27.9692,2.6529,300,0,0,42,0,0,0,0,0),(1976163,31467,1,1,128,0,0,1514.34,-4393.1,19.2682,5.02655,300,0,0,42,0,0,0,0,0),(1976164,31467,1,1,128,0,0,1372.42,-4417.69,29.946,4.7822,300,0,0,42,0,0,0,0,0),(1976165,31467,1,1,128,0,0,1424.73,-4402.81,27.8919,1.51844,300,0,0,42,0,0,0,0,0),(1976166,31467,1,1,128,0,0,1506.26,-4397.44,21.1897,4.49761,300,0,0,42,0,0,0,0,0),(1976167,31467,1,1,128,0,0,1514.01,-4428.42,20.2095,0.091911,300,0,0,42,0,0,0,0,0),(1976168,31467,1,1,128,0,0,1343.96,-4346.27,27.32,4.36332,300,0,0,42,0,0,0,0,0),(1976169,31467,1,1,128,0,0,1449.22,-4431.79,27.9594,0.698132,300,0,0,42,0,0,0,0,0),(1976170,31467,1,1,128,0,0,1446.99,-4432.07,27.9606,1.8326,300,0,0,42,0,0,0,0,0),(1976171,31467,1,1,128,0,0,1286.08,-4424.82,26.7458,4.60767,300,0,0,42,0,0,0,0,0),(1976172,31467,1,1,128,0,0,1425.41,-4355.51,25.3187,4.74729,300,0,0,42,0,0,0,0,0),(1976173,31467,1,1,128,0,0,1374.79,-4356.54,26.3583,4.01426,300,0,0,42,0,0,0,0,0),(1976174,31467,1,1,128,0,0,1438.46,-4362.51,25.3187,4.29351,300,0,0,42,0,0,0,0,0),(1976175,31467,1,1,128,0,0,1337.31,-4418.02,27.0777,3.9619,300,0,0,42,0,0,0,0,0),(1976176,31467,1,1,128,0,0,1445.43,-4401.04,28.0069,3.1765,300,0,0,42,0,0,0,0,0),(1976177,31467,1,1,128,0,0,1370.44,-4407.64,29.7393,2.70993,300,0,0,42,0,0,0,0,0),(1976178,31467,1,1,128,0,0,1561.95,-4431.2,7.35178,5.87336,300,5,0,42,0,1,0,0,0),(1976179,31467,1,1,128,0,0,1498.22,-4401.02,23.5843,0.881843,300,5,0,42,0,1,0,0,0),(1976180,31467,1,1,128,0,0,1511.44,-4414.09,18.6863,6.14799,300,5,0,42,0,1,0,0,0),(1976181,31467,1,1,128,0,0,1450.26,-4420.44,25.2354,6.18302,300,5,0,42,0,1,0,0,0),(1976182,31467,1,1,128,0,0,1433.52,-4400.56,25.2354,4.86987,300,5,0,42,0,1,0,0,0),(1976183,31467,1,1,128,0,0,1432.46,-4389.99,25.2354,4.87346,300,5,0,42,0,1,0,0,0),(1976184,31467,1,1,128,0,0,1315.09,-4454.26,24.8666,1.62166,300,5,0,42,0,1,0,0,0),(1976185,31467,1,1,128,0,0,1314.06,-4473.25,24.0767,1.44838,300,5,0,42,0,1,0,0,0),(1976186,31467,1,1,128,0,0,1313.39,-4473.52,24.0781,1.51996,300,5,0,42,0,1,0,0,0),(1976187,31467,1,1,128,0,0,1312.37,-4543.88,22.4689,1.64263,300,5,0,42,0,1,0,0,0),(1976188,31467,1,1,128,0,0,1316.82,-4578.19,23.3084,1.94786,300,5,0,42,0,1,0,0,0),(248565,32801,571,1,1,0,0,4131.28,5394.6,26.0905,3.59538,120,0,0,1,0,0,0,0,0),(248566,32809,571,1,1,0,0,4454.67,5623.54,56.9156,4.13643,120,0,0,1,0,0,0,0,0),(248567,32810,571,1,1,0,0,5499.81,4878.98,-197.865,3.1765,120,0,0,1,0,0,0,0,0),(248568,32802,571,1,1,0,0,5360,4834.39,-196.398,5.55015,120,0,0,1,0,0,0,0,0),(248569,32811,571,1,1,0,0,3762.39,1481.29,92.8882,3.4383,120,0,0,1,0,0,0,0,0),(248570,32803,571,1,1,0,0,3936.92,-595.444,241.153,5.95157,120,0,0,1,0,0,0,0,0),(248571,32812,571,1,1,0,0,2586.68,-4337.07,276.07,4.13643,120,0,0,1,0,0,0,0,0),(248572,32804,571,1,1,0,0,2466.97,-4892.67,262.547,2.30383,120,0,0,1,0,0,0,0,0),(248573,32813,571,1,1,0,0,3376.01,-2124.78,124.664,0.139626,120,0,0,1,0,0,0,0,0),(248574,32805,571,1,1,0,0,3400.94,-2890.38,201.497,2.30383,120,0,0,1,0,0,0,0,0),(248575,32814,571,1,1,0,0,6150.94,-1023.05,408.364,1.43117,120,0,0,1,0,0,0,0,0),(248576,32806,571,1,1,0,0,6087.44,-1105.52,418.267,1.09956,120,0,0,1,0,0,0,0,0),(248577,32815,571,1,1,0,0,5536.52,-733.719,149.622,3.12414,120,0,0,1,0,0,0,0,0),(248578,32807,571,1,1,0,0,5141.78,-685.003,170.274,5.95157,120,0,0,1,0,0,0,0,0),(248579,32816,571,1,1,0,0,5280.31,-2766.15,292.502,2.30383,120,0,0,1,0,0,0,0,0),(248580,32808,571,1,1,0,0,5627.93,-2616.49,292.502,1.51844,120,0,0,1,0,0,0,0,0),(248581,25892,0,1,1,0,0,-8258.8,-2618.7,133.375,1.3439,120,0,0,1,0,0,0,0,0),(248582,25899,1,1,1,0,0,-4391.5,2187.86,12.2264,5.86431,120,0,0,1,0,0,0,0,0),(248583,25936,1,1,1,0,0,-2321.74,-619.749,-9.08915,5.67232,120,0,0,1,0,0,0,0,0),(248584,25888,530,1,1,0,0,-4219.22,-12310.5,2.43919,5.93412,120,0,0,1,0,0,0,0,0),(248585,25891,530,1,1,0,0,-2234.83,-11895.9,26.6242,4.69494,120,0,0,1,0,0,0,0,0),(248586,25907,530,1,1,0,0,-2998.85,4164.04,5.16901,0.593412,120,0,0,1,0,0,0,0,0),(248587,25938,530,1,1,0,0,-3067.28,2387.9,62.1935,3.36848,120,0,0,1,0,0,0,0,0),(248588,25905,530,1,1,0,0,-3951.3,2045.65,95.148,4.5204,120,0,0,1,0,0,0,0,0),(248589,25912,530,1,1,0,0,193.731,6016.71,22.7337,6.16101,120,0,0,1,0,0,0,0,0),(248590,25903,530,1,1,0,0,-2517.06,7555.08,-1.79316,5.37561,120,0,0,1,0,0,0,0,0),(248591,25889,530,1,1,0,0,2024.91,6590.53,135.321,5.93412,120,0,0,1,0,0,0,0,0),(248592,25926,530,1,1,0,0,2286.71,6137.62,136.306,1.5708,120,0,0,1,0,0,0,0,0),(248593,25913,530,1,1,0,0,3127.55,3743.15,141.771,6.16101,120,0,0,1,0,0,0,0,0),(248594,25918,530,1,1,0,0,2917.22,3693.41,143.77,2.93215,120,0,0,1,0,0,0,0,0); /*!40000 ALTER TABLE `creature` ENABLE KEYS */; UNLOCK TABLES; @@ -817,7 +817,7 @@ INSERT INTO `creature_template` VALUES (1,0,0,0,0,0,10045,0,0,0,'Waypoint (Only INSERT INTO `creature_template` VALUES (5623,0,0,0,0,0,5573,5574,0,0,'Wastewander Assassin',NULL,NULL,0,42,45,0,16,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,5623,5623,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,114,'SmartAI',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5624,0,0,0,0,0,10699,0,0,0,'Undercity Guardian',NULL,'Directions',2849,75,75,2,71,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,32768,'',12340),(5634,0,0,0,0,0,3874,0,0,0,'Rhapsody Shindigger',NULL,NULL,0,44,44,0,35,2,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,512,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5635,0,0,0,0,0,7005,0,0,0,'Falstad Wildhammer','High Thane',NULL,0,50,50,0,694,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5636,0,0,0,0,0,7007,0,0,0,'Gryphon Master Talonaxe',NULL,NULL,11714,44,44,0,694,3,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,512,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5637,0,0,0,0,0,3756,0,0,0,'Roetten Stonehammer','Reclaimers Inc.',NULL,4323,40,40,0,122,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5638,0,0,0,0,0,3757,0,0,0,'Kreldig Ungor','Reclaimers Inc.',NULL,0,35,35,0,122,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5639,0,0,0,0,0,3758,0,0,0,'Craven Drok',NULL,NULL,0,35,35,0,83,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5640,0,0,0,0,0,3759,0,0,0,'Keldran',NULL,NULL,0,38,38,0,29,2,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,512,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5641,0,0,0,0,0,3760,0,0,0,'Takata Steelblade',NULL,NULL,0,40,40,0,29,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5642,0,0,0,0,0,3789,0,0,0,'Vahlarriel Demonslayer',NULL,NULL,0,37,37,0,124,2,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,512,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5643,0,0,0,0,0,3790,0,0,0,'Tyranis Malem',NULL,NULL,0,36,36,0,16,0,1.02,1.14286,1,0,46,61,0,112,1,2000,2000,2,32768,2048,0,0,0,0,0,0,32,47,11,7,0,5643,5643,0,0,0,0,0,0,0,15798,9739,0,0,0,0,0,0,0,0,53,74,'',0,1,1,1.15,1,1,0,6767,0,0,0,0,0,0,1,0,0,'',12340),(5644,0,0,0,0,0,3791,0,0,0,'Dalinda Malem',NULL,NULL,0,35,35,0,10,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_dalinda',12340),(5645,0,0,0,0,0,6413,6414,0,0,'Sandfury Hideskinner','',NULL,0,42,43,0,37,0,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,32768,2048,0,0,0,0,0,0,46,67,16,7,0,5645,5645,0,0,0,0,0,0,0,0,19448,0,0,0,0,0,0,0,0,289,383,'SmartAI',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5646,0,0,0,0,0,6411,6412,0,0,'Sandfury Axe Thrower','',NULL,0,42,44,0,37,0,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,32768,2048,0,0,0,0,0,0,49,73,16,7,0,5646,5646,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,311,411,'SmartAI',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5647,0,0,0,0,0,6415,6416,0,0,'Sandfury Firecaller','',NULL,0,43,44,0,37,0,1,1.14286,1,0,67,89,0,166,1,2000,2000,2,32768,2048,0,0,0,0,0,0,46,67,15,7,0,5647,5647,0,0,0,0,0,0,0,11990,20832,0,0,0,0,0,0,0,0,232,307,'SmartAI',1,1,1,1.2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5648,0,0,0,0,0,6419,6420,0,0,'Sandfury Shadowcaster','',NULL,0,43,44,0,37,0,1,1.14286,1,1,51,71,0,78,2.4,2000,1384,8,32832,2048,0,0,0,0,0,0,43,63,20,7,0,5648,5648,0,0,0,0,0,0,0,12471,14032,20798,0,0,0,0,0,0,0,236,313,'SmartAI',1,3,1,3,2,1,0,9523,0,0,0,0,0,0,1,0,0,'',12340),(5649,0,0,0,0,0,6423,6424,0,0,'Sandfury Blood Drinker','',NULL,0,44,45,0,37,0,1,1.14286,1,1,76,100,0,184,2.4,2000,1384,1,32832,2048,0,0,0,0,0,0,52,76,17,7,0,5649,5649,0,0,0,0,0,0,0,11898,0,0,0,0,0,0,0,0,0,306,404,'SmartAI',1,3,1,3,2,1,0,9523,0,0,0,0,0,0,1,0,0,'',12340),(5650,0,0,0,0,0,6421,6422,0,0,'Sandfury Witch Doctor','',NULL,0,44,45,0,37,0,1,1.14286,1,1,70,93,0,172,2.4,2000,1384,2,32832,2048,0,0,0,0,0,0,48,71,15,7,0,5650,5650,0,0,0,0,0,0,0,0,0,17843,0,0,0,0,0,0,0,263,348,'SmartAI',1,3,1,3,2,1,0,9523,0,0,0,0,0,0,1,0,0,'',12340),(5651,0,0,0,0,0,6228,0,0,0,'Patrick Garrett',NULL,NULL,0,15,15,0,68,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,37376,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5652,0,0,0,0,0,3019,0,0,0,'Undercity Practice Dummy',NULL,NULL,0,25,25,0,914,0,1,1,1,0,35,48,0,86,1,2000,2000,1,256,2048,0,0,0,0,0,0,24,36,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(5653,0,0,0,0,0,3853,0,0,0,'Tyler',NULL,NULL,0,20,20,0,118,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,36864,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5654,0,0,0,0,0,3854,0,0,0,'Edward',NULL,NULL,0,20,20,0,118,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,36864,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5655,0,0,0,0,0,3864,0,0,0,'Robert Gossom',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,36864,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5656,0,0,0,0,0,3862,0,0,0,'Richard Van Brunt',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,36864,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5657,0,0,0,0,0,3861,0,0,0,'Marla Fowler',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,36864,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5658,0,0,0,0,0,3860,0,0,0,'Chloe Curthas',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,36864,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5659,0,0,0,0,0,3859,0,0,0,'Andrew Hartwell',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,36864,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5660,0,0,0,0,0,3863,0,0,0,'Riley Walker',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,36864,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5661,0,0,0,0,0,3876,0,0,0,'Brother Malach',NULL,NULL,0,20,20,0,1154,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,36864,2048,0,0,0,0,0,0,20,30,4,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5662,0,0,0,0,0,3879,0,0,0,'Sergeant Houser','Sergeant',NULL,0,40,40,0,68,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,37376,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5663,0,0,0,0,0,3882,0,0,0,'Travist Bosk',NULL,NULL,0,20,20,0,1154,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,36864,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5664,0,0,0,0,0,3880,0,0,0,'Eldin Partridge',NULL,NULL,0,20,20,0,1154,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,36864,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5665,0,0,0,0,0,3883,0,0,0,'Alyssa Blaye',NULL,NULL,0,20,20,0,1154,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,36864,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5666,0,0,0,0,0,3899,0,0,0,'Gunther\'s Visage',NULL,NULL,0,53,53,0,68,0,1.22,1.14286,1,0,89,119,0,218,1,1480,1628,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5667,0,0,0,0,0,3944,0,0,0,'Venya Marthand',NULL,NULL,0,10,10,0,83,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,37632,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5668,0,0,0,0,0,4004,0,0,0,'Mattie Alred',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5669,0,0,0,0,0,4010,0,0,0,'Helena Atwood',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,32768,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5670,0,0,0,0,0,4005,0,0,0,'Edrick Killian',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5671,0,0,0,0,0,4006,0,0,0,'[UNUSED] Lawrence Sawyer',NULL,NULL,0,20,20,0,68,0,1.02,1.14286,1,0,29,39,0,70,1,1810,1991,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,32,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5672,0,0,0,0,0,4008,0,0,0,'[UNUSED] Charles Brewton',NULL,NULL,0,1,1,0,68,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5674,0,0,0,0,0,3020,0,0,0,'Practice Target',NULL,NULL,0,25,25,0,1034,0,1,1,1,0,35,48,0,86,1,2000,2000,1,33555204,2048,0,0,0,0,0,0,24,36,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(5675,0,0,0,0,0,3948,0,0,0,'Carendin Halgar',NULL,NULL,0,50,50,0,83,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,37376,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5676,0,0,0,0,0,1132,0,0,0,'Summoned Voidwalker',NULL,NULL,0,10,10,0,14,0,1,1.14286,1,0,13,17,0,42,1,2000,2101,1,512,2048,0,0,0,0,0,0,9,13,100,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5677,0,0,0,0,0,10923,0,0,0,'Summoned Succubus',NULL,NULL,0,20,20,0,14,0,1,1.14286,1,0,27,36,0,64,1,2000,1991,2,33280,2048,0,0,0,0,0,0,19,28,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5679,0,0,0,0,0,4009,0,0,0,'Lysta Bancroft',NULL,NULL,0,30,30,0,68,2,1,1.14286,1,0,30,42,0,44,1,2000,2000,8,36864,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5680,0,0,0,0,0,3973,3974,3975,3976,'Male Human Captive',NULL,NULL,0,5,5,0,123,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,256,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5681,0,0,0,0,0,3977,3978,3979,3980,'Female Human Captive',NULL,NULL,0,7,7,0,123,0,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,256,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5682,0,0,0,0,0,3981,0,0,0,'Dalin Forgewright',NULL,NULL,0,20,20,0,123,0,0.94,1.14286,1,0,27,36,0,64,1,2000,2000,2,32768,2048,0,0,0,0,0,0,19,28,4,7,0,5682,5682,0,0,0,0,0,0,0,23895,13864,14053,0,0,0,0,0,0,0,23,35,'SmartAI',0,3,1,1,1,1,0,6312,0,0,0,0,0,0,1,0,0,'',12340),(5683,0,0,0,0,0,3989,0,0,0,'Comar Villard',NULL,NULL,0,22,22,0,123,2,1,1.14286,1,0,30,39,0,71,1,2000,2000,2,32768,2048,0,0,0,0,0,0,21,31,5,7,0,5683,0,0,0,0,0,0,0,0,12540,3417,0,0,0,0,0,0,0,0,28,41,'',0,3,1,1.02,1,1,0,6313,0,0,0,0,0,0,1,0,0,'',12340),(5685,0,0,0,0,0,829,0,0,0,'Captive Ghoul',NULL,NULL,0,10,10,0,233,0,0.777776,1.14286,1,0,13,17,0,42,1,2000,2000,1,256,2048,0,0,0,0,0,0,9,13,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(5686,0,0,0,0,0,2676,0,0,0,'Captive Zombie',NULL,NULL,0,8,8,0,233,0,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,256,2048,0,0,0,0,0,0,7,10,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(5687,0,0,0,0,0,1693,0,0,0,'Captive Abomination',NULL,NULL,0,20,20,0,233,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,256,2048,0,0,0,0,0,0,20,30,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(5688,0,0,0,0,0,8190,0,0,0,'Innkeeper Renee','Innkeeper',NULL,1296,30,30,0,68,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5689,0,0,0,0,0,235,0,0,0,'Steed',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(5690,0,0,0,0,0,4007,0,0,0,'Clyde Kellen','Fishing Trainer',NULL,0,16,16,0,68,83,1.1,1.14286,1,0,23,31,0,56,1,2000,2000,1,37376,2048,0,0,2,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5691,0,0,0,0,0,4028,0,0,0,'Dalin Forgewright Projection',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5692,0,0,0,0,0,4029,0,0,0,'Comar Villard Projection',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5693,0,0,0,0,0,4020,0,0,0,'Godrick Farsan',NULL,NULL,0,15,15,0,68,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,37376,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5694,0,0,0,0,0,5076,0,0,0,'High Sorcerer Andromath',NULL,NULL,0,62,62,0,12,2,1,1.14286,1,0,131,188,0,116,1,1000,2000,8,512,2048,0,0,0,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5695,0,0,0,0,0,4039,0,0,0,'Vance Undergloom','Enchanting Trainer',NULL,4202,31,31,0,68,83,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,37376,2048,0,0,2,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5696,0,0,0,0,0,4050,0,0,0,'Gerard Abernathy',NULL,NULL,0,40,40,0,68,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,37376,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5697,0,0,0,0,0,4054,0,0,0,'Theresa','Gerard\'s Mindslave',NULL,0,5,5,0,68,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,512,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5698,0,0,0,0,0,4052,0,0,0,'Joanna Whitehall',NULL,NULL,8730,40,40,0,68,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,37376,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5699,0,0,0,0,0,4053,0,0,0,'Leona Tharpe',NULL,NULL,0,40,40,0,68,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,37376,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5700,0,0,0,0,0,4057,0,0,0,'Samantha Shackleton',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5701,0,0,0,0,0,4058,0,0,0,'Selina Pickman',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5702,0,0,0,0,0,4059,0,0,0,'Jezelle Pruitt',NULL,NULL,0,40,40,0,68,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,37376,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5703,0,0,0,0,0,4060,0,0,0,'Winifred Kerwin',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5704,0,0,0,0,0,4061,0,0,0,'Adrian Bartlett',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5705,0,0,0,0,0,4062,0,0,0,'Victor Bartholomew',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5706,0,0,0,0,0,4063,0,0,0,'Davitt Hickson',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5707,0,0,0,0,0,4064,0,0,0,'Reginald Grimsford',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5708,0,0,0,0,0,4065,0,0,0,'Spawn of Hakkar',NULL,NULL,0,49,49,0,16,0,1,1.14286,1,1,83,110,0,200,2.4,2000,1347,1,64,2048,0,27,0,0,0,0,57,84,19,1,1,5708,0,5708,0,0,0,0,0,0,12280,0,0,0,0,0,0,0,8323,0,0,0,'SmartAI',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5709,0,0,0,0,0,7806,0,0,0,'Shade of Eranikus',NULL,NULL,0,50,50,0,50,0,1,1.42857,1,1,85,112,0,206,2.4,2000,1329,1,832,2048,0,0,0,0,0,0,58,86,20,2,0,5709,0,5709,0,0,0,0,0,0,3391,12890,11876,12891,0,0,0,0,0,0,1536,2010,'SmartAI',1,3,1,13,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(5710,0,0,0,0,0,6708,0,0,0,'Jammal\'an the Prophet',NULL,NULL,0,50,50,0,37,0,1,1.14286,1,1,79,104,0,194,2.4,2000,1320,2,320,2048,0,0,0,0,0,0,54,79,18,7,0,5710,5710,0,0,0,0,0,0,0,12468,10893,12480,0,0,0,0,0,0,0,514,676,'SmartAI',1,3,1,5,1,1,0,6181,6212,0,0,0,0,0,1,0,0,'',12340),(5711,0,0,0,0,0,6709,0,0,0,'Ogom the Wretched',NULL,NULL,0,49,49,0,37,0,1,1.14286,1,1,77,102,0,188,2.4,2000,1301,2,33088,2048,0,0,0,0,0,0,52,77,17,6,0,5711,5711,0,0,0,0,0,0,0,15654,11660,0,0,0,0,0,0,0,0,342,452,'SmartAI',1,3,1,3,2,1,0,6181,0,0,0,0,0,0,1,8388624,0,'',12340),(5712,0,0,0,0,0,6699,0,0,0,'Zolo',NULL,NULL,0,49,49,0,37,0,1,1.14286,1,1,77,102,0,188,2.4,2000,1301,2,32832,2048,0,0,0,0,0,0,52,77,17,6,0,5712,5712,0,0,0,0,0,0,0,0,12058,0,0,0,0,0,0,0,0,475,625,'SmartAI',1,3,1,5,1.5,1,0,6181,20608,0,0,0,0,0,1,8388624,0,'',12340),(5713,0,0,0,0,0,6698,0,0,0,'Gasher',NULL,NULL,0,49,49,0,37,0,1,1.14286,1,1,83,110,0,200,2.4,1000,1301,1,32832,2048,0,0,0,0,0,0,57,84,19,6,0,5713,5713,0,0,0,0,0,0,0,15580,0,0,0,0,0,0,0,0,0,377,497,'SmartAI',1,3,1,3,1,1,0,6181,20606,0,0,0,0,0,1,8388624,0,'',12340),(5714,0,0,0,0,0,6700,0,0,0,'Loro',NULL,NULL,0,49,49,0,37,0,1,1.14286,1,1,83,110,0,200,2.4,2000,1301,1,32832,2048,0,0,0,0,0,0,57,84,19,6,0,5714,5714,0,0,0,0,0,0,0,12782,15655,0,0,0,0,0,0,0,0,377,497,'SmartAI',1,3,1,3,1,1,0,6181,20608,0,0,0,0,0,1,8388624,0,'',12340),(5715,0,0,0,0,0,6702,0,0,0,'Hukku',NULL,NULL,0,49,49,0,37,0,1,1.14286,1,1,58,81,0,89,2.4,2000,1301,8,32832,2048,0,0,0,0,0,0,49,72,21,6,0,5715,5715,0,0,0,0,0,0,0,0,12471,12279,32963,0,0,0,0,0,0,442,583,'SmartAI',1,3,1,5,1.5,1,0,6181,20607,0,0,0,0,0,1,8388624,0,'',12340),(5716,0,0,0,0,0,6701,0,0,0,'Zul\'Lor',NULL,NULL,0,49,49,0,37,0,1,1.14286,1,1,83,110,0,200,2.4,2000,1301,1,32832,2048,0,0,0,0,0,0,57,84,19,6,0,5716,5716,0,0,0,0,0,0,0,12530,40505,0,0,0,0,0,0,0,0,850,1115,'SmartAI',1,3,1,7.5,1,1,0,6181,20606,0,0,0,0,0,1,8388624,0,'',12340),(5717,0,0,0,0,0,6707,0,0,0,'Mijan',NULL,NULL,0,49,49,0,37,0,1,1.14286,1,1,77,102,0,188,2.4,2000,1301,2,32832,2048,0,0,0,0,0,0,52,77,17,6,0,5717,5717,0,0,0,0,0,0,0,8362,12492,0,8148,0,0,0,0,0,0,553,727,'SmartAI',1,3,1,6,2.5,1,0,6181,20607,0,0,0,0,0,1,8388624,0,'',12340),(5718,0,0,0,0,0,7553,0,0,0,'Rothos',NULL,NULL,0,62,62,0,50,0,1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,2,8,5718,0,15412,0,0,0,0,0,0,20667,20672,0,0,0,0,0,0,0,0,3545,4634,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5719,0,0,0,0,0,7975,0,0,0,'Morphaz',NULL,NULL,0,50,50,0,50,0,1,1.42857,1,1,85,112,0,206,2.4,2000,1338,1,64,2048,0,0,0,0,0,0,58,86,20,2,0,5719,0,5719,0,0,0,0,0,0,12882,12884,0,0,0,0,0,0,0,0,595,782,'SmartAI',1,3,1,5,1,1,0,20025,20019,20085,20022,0,0,144,1,0,0,'',12340),(5720,0,0,0,0,0,6375,0,0,0,'Weaver',NULL,NULL,0,50,50,0,50,0,1,1.42857,1,1,85,112,0,206,7.5,2000,1347,1,64,2048,0,0,0,0,0,0,58,86,20,2,0,5720,0,5720,0,0,0,0,0,0,12882,12884,0,0,0,0,0,0,0,0,551,725,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(5721,0,0,0,0,0,7553,0,0,0,'Dreamscythe',NULL,NULL,0,50,50,0,50,0,1,1.42857,1,1,85,112,0,206,7.5,2000,1338,1,64,2048,0,0,0,0,0,0,58,86,20,2,0,5721,0,5721,0,0,0,0,0,0,12882,12884,0,0,0,0,0,0,0,0,597,785,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(5722,0,0,0,0,0,9584,0,0,0,'Hazzas',NULL,NULL,0,50,50,0,50,0,1,1.42857,1,1,85,112,0,206,2.4,2000,1347,1,64,2048,0,0,0,0,0,0,58,86,20,2,0,5722,0,5722,0,0,0,0,0,0,12884,12882,0,0,0,0,0,0,0,0,597,785,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(5723,0,0,0,0,0,1555,0,0,0,'Warug\'s Target Dummy',NULL,NULL,0,26,26,0,132,0,0.91,1.14286,1,0,37,49,0,90,1,2000,2200,1,0,2048,0,0,0,0,0,0,25,37,7,9,0,5723,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.9,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(5724,0,0,0,0,0,4107,0,0,0,'Ageron Kargal',NULL,NULL,0,15,15,0,83,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,37376,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5725,0,0,0,0,0,10192,0,0,0,'Deathguard Lundmark',NULL,'Directions',3356,15,15,0,71,1,1,1.38571,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),(5726,0,0,0,0,0,850,0,0,0,'Jezelle\'s Felhunter',NULL,NULL,0,30,30,0,68,0,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,768,2048,0,0,0,0,0,0,27,40,8,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5727,0,0,0,0,0,2346,0,0,0,'Jezelle\'s Felsteed',NULL,NULL,0,40,40,0,68,0,1,1.38571,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5728,0,0,0,0,0,10923,0,0,0,'Jezelle\'s Succubus',NULL,NULL,0,40,40,0,68,0,1,1.14286,1,0,56,74,0,136,1,2000,1771,1,0,2048,0,0,0,0,0,0,39,57,14,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5729,0,0,0,0,0,1130,0,0,0,'Jezelle\'s Voidwalker',NULL,NULL,0,40,40,0,68,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5730,0,0,0,0,0,4449,0,0,0,'Jezelle\'s Imp',NULL,NULL,0,40,40,0,68,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5731,0,0,0,0,0,4108,0,0,0,'Apothecary Vallia','Royal Apothecary Society',NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5732,0,0,0,0,0,4109,0,0,0,'Apothecary Katrina','Royal Apothecary Society',NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5733,0,0,0,0,0,4110,0,0,0,'Apothecary Lycanus','Royal Apothecary Society',NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5734,0,0,0,0,0,4111,0,0,0,'Apothecary Keever','Royal Apothecary Society',NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5735,0,0,0,0,0,3980,3979,3978,3977,'Caged Human Female',NULL,NULL,0,5,5,0,68,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5736,0,0,0,0,0,3976,3975,3974,3973,'Caged Human Male',NULL,NULL,0,5,5,0,68,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5738,0,0,0,0,0,4116,4117,4118,4119,'Caged Dwarf Male',NULL,NULL,0,5,5,0,68,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5739,0,0,0,0,0,134,0,0,0,'Caged Squirrel',NULL,NULL,0,5,5,0,68,0,0.9,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5741,0,0,0,0,0,328,0,0,0,'Caged Rabbit',NULL,NULL,0,5,5,0,68,0,0.9,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5742,0,0,0,0,0,901,0,0,0,'Caged Toad',NULL,NULL,0,5,5,0,68,0,0.9,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5743,0,0,0,0,0,856,0,0,0,'Caged Sheep',NULL,NULL,0,5,5,0,68,0,0.9,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5744,0,0,0,0,0,4120,0,0,0,'Cedric Stumpel',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,37376,2048,0,0,0,0,0,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5745,0,0,0,0,0,4121,0,0,0,'Lazlow Ashby',NULL,NULL,0,20,20,0,68,0,1.02,1.14286,1,0,29,39,0,70,1,1810,1991,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,32,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5747,0,0,0,0,0,4123,0,0,0,'Hepzibah Sedgewick',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,37376,2048,0,0,0,0,0,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5748,0,0,0,0,0,7689,0,0,0,'Killian Sanatha','Fisherman',NULL,0,18,20,0,68,128,0.94,1.14286,1,0,29,39,0,70,1,2000,2000,1,4608,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5749,0,0,0,0,0,4175,0,0,0,'Kayla Smithe','',NULL,0,10,10,0,68,2,1,1.14286,1,0,8,13,0,17,1,1500,2000,8,4864,2048,0,0,0,0,3,0,9,12,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5750,0,0,0,0,0,4176,0,0,0,'Gina Lang','',NULL,0,10,10,0,68,2,1,1.14286,1,0,8,13,0,17,1,2000,2000,8,4608,2048,0,0,0,0,3,0,9,12,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5752,0,0,0,0,0,4692,0,0,0,'Corporal Melkins',NULL,NULL,0,39,39,0,123,2,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,512,2048,0,0,0,0,0,0,37,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5753,0,0,0,0,0,4149,0,0,0,'Martha Strain','',NULL,0,20,20,0,68,2,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,37376,2048,0,0,0,0,3,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5754,0,0,0,0,0,4150,0,0,0,'Zane Bradford','Wand Vendor',NULL,0,10,10,0,68,4226,1,1.14286,1,0,13,17,0,42,1,1500,2000,1,37376,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5755,0,0,0,0,0,4312,0,0,0,'Deviate Viper',NULL,NULL,0,19,19,0,270,0,1,1.14286,1,1,27,37,0,68,1.7,2000,2000,1,32832,2048,0,35,0,0,0,0,19,27,3,1,1,5755,0,100009,0,0,0,0,0,0,7947,0,0,0,0,0,0,0,12939,0,0,0,'SmartAI',1,3,1,2.5,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),(5756,0,0,0,0,0,2706,0,0,0,'Deviate Venomwing',NULL,NULL,0,19,19,0,270,0,1,1.14286,1,1,27,37,0,68,1.7,2000,2000,1,64,2048,0,27,0,0,0,0,19,27,3,1,1,5756,0,100009,2,2,2,2,2,2,7951,0,0,0,0,0,0,0,8901,0,0,0,'SmartAI',1,1,1,3,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),(5757,0,0,0,0,0,4177,0,0,0,'Lilly','Enchanting Supplies',NULL,0,19,19,0,68,130,0.94,1.14286,1,0,27,37,0,68,1,2000,2000,1,37376,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5758,0,0,0,0,0,4178,0,0,0,'Leo Sarn','Enchanting Supplies',NULL,0,18,18,0,68,130,0.94,1.14286,1,0,26,35,0,64,1,2000,2000,1,37376,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5759,0,0,0,0,0,4179,0,0,0,'Nurse Neela','First Aid Trainer',NULL,5856,10,10,0,68,83,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,37376,2048,0,0,2,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5760,0,0,0,0,0,4426,0,0,0,'Lord Azrethoc',NULL,NULL,0,40,40,0,90,0,1.02,1.14286,1,1,56,74,0,136,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,39,57,14,3,0,5760,5760,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,0,261,345,'',1,1,1,3,1,1,0,6252,0,0,0,0,0,0,1,0,0,'',12340),(5761,0,0,0,0,0,1084,0,0,0,'Deviate Shambler',NULL,NULL,0,19,19,0,270,0,0.666668,1.14286,1,1,26,34,0,60,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,18,26,3,4,0,5761,0,0,100,100,100,100,100,100,7948,0,0,0,0,0,0,0,0,0,89,121,'SmartAI',1,3,1,3,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),(5762,0,0,0,0,0,4305,0,0,0,'Deviate Moccasin',NULL,NULL,0,19,19,0,270,0,1,1.14286,1,1,27,37,0,68,7.5,2000,1631,1,0,2048,0,35,0,0,0,0,19,27,3,1,1,5762,0,100009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11587,0,0,0,'SmartAI',0,3,1,3,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),(5763,0,0,0,0,0,470,360,2028,358,'Nightmare Ectoplasm',NULL,NULL,0,20,20,0,14,0,1,1.14286,1,0,29,39,0,70,1,2000,1936,1,0,2048,0,0,0,0,0,0,20,30,4,10,0,5763,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.02,1,1,0,6464,0,0,0,0,0,0,1,0,0,'',12340),(5764,0,0,0,0,0,7029,2176,1825,2955,'Guardian of Blizzard',NULL,NULL,0,63,63,0,16,0,1.3,1.14286,1,0,181,253,0,268,1,1020,1122,1,0,2048,0,0,0,0,0,0,147,219,32,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,10,1,1,0,0,0,0,0,0,0,156,1,0,0,'npc_guardian',12340),(5765,0,0,0,0,0,4209,0,0,0,'Ruzan',NULL,NULL,0,10,10,0,29,2,1,1.14286,1,0,13,17,0,42,1,2000,2101,1,768,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5766,0,0,0,0,0,2278,0,0,0,'Savannah Cub',NULL,NULL,0,4,13,0,16,0,1,1.14286,1,0,18,24,0,48,1,1200,2000,1,0,2048,0,2,0,0,0,0,12,18,1,1,1,0,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5820,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5767,0,0,0,0,0,4289,0,0,0,'Nalpak','Disciple of Naralex',NULL,0,14,14,0,35,2,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,768,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5768,0,0,0,0,0,4290,0,0,0,'Ebru','Disciple of Naralex',NULL,0,14,14,0,35,2,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,768,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5769,0,0,0,0,0,4519,0,0,0,'Arch Druid Hamuul Runetotem',NULL,NULL,1629,62,62,0,104,3,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,4608,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5770,0,0,0,0,0,4513,0,0,0,'Nara Wildmane',NULL,NULL,0,55,55,0,83,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4608,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5771,0,0,0,0,0,4696,0,0,0,'Jugkar Grim\'rod',NULL,NULL,0,40,40,0,90,0,1.02,1.14286,1,0,52,69,0,128,1,2000,2000,2,32768,2048,0,0,0,0,0,0,36,53,13,7,0,5771,5771,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,84,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5774,0,0,0,0,0,207,2320,2326,2328,'Riding Wolf',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(5775,0,0,0,0,0,4256,0,0,0,'Verdan the Everliving',NULL,NULL,0,20,20,0,270,0,0.666668,1.14286,1,1,29,39,0,70,1.7,3500,2000,1,64,2048,0,0,0,0,0,0,20,30,4,4,0,5775,0,0,0,0,0,0,0,0,8142,0,0,0,0,0,0,0,0,0,211,281,'SmartAI',1,3,1,8,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),(5780,0,0,0,0,0,4266,0,0,0,'Cloned Ectoplasm',NULL,NULL,0,16,17,0,14,0,1.01,1.14286,1,0,25,33,0,60,1,1491,1640,1,0,2048,0,0,0,0,0,0,17,25,2,10,0,5780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5781,0,0,0,0,0,10056,0,0,0,'Silithid Creeper Egg',NULL,NULL,0,20,21,0,413,0,1.03,1.14286,1,0,31,40,0,74,1,1800,1980,1,0,2048,0,0,0,0,0,0,21,30,4,10,0,5781,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5782,0,0,0,0,0,4271,0,0,0,'Crildor',NULL,NULL,0,55,55,0,80,2,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5783,0,0,0,0,0,4291,0,0,0,'Kalldan Felmoon','Specialist Leatherworking Supplies',NULL,0,27,27,0,35,130,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,768,2048,0,0,0,0,0,0,26,39,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5784,0,0,0,0,0,4288,0,0,0,'Waldor','Leatherworking Trainer',NULL,4186,28,28,0,35,83,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,768,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5785,0,0,0,0,0,2163,0,0,0,'Sister Hatelash',NULL,NULL,0,11,11,0,514,0,1.38889,1.14286,1,2,14,18,0,40,1.7,2000,2000,2,0,2048,0,0,0,0,0,0,9,13,100,7,0,5785,0,0,0,0,0,0,0,0,9532,6960,0,0,0,0,0,0,0,0,53,74,'',1,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5786,0,0,0,0,0,275,0,0,0,'Snagglespear',NULL,NULL,0,9,9,0,39,0,0.97,1.14286,1,4,11,15,0,40,1,3000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,5786,0,0,0,0,0,0,0,0,12024,0,0,0,0,0,0,0,0,0,8,16,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5787,0,0,0,0,0,6692,0,0,0,'Enforcer Emilgund',NULL,NULL,0,11,11,0,16,0,0.97,1.14286,1,4,15,20,0,44,1,3000,2000,1,0,2048,0,0,0,0,0,0,9,14,100,7,0,5787,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'',1,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5792,0,0,0,0,0,10989,0,0,0,'Drag Master Miglen',NULL,NULL,0,35,35,0,35,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5797,0,0,0,0,0,4345,0,0,0,'Aean Swiftriver','Alliance Outrunner',NULL,0,22,22,0,124,2,1,1.38571,1,2,32,42,0,78,1.7,2000,2000,1,32832,2048,0,0,0,0,0,0,21,32,4,7,0,5797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,267,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5798,0,0,0,0,0,4346,0,0,0,'Thora Feathermoon','Alliance Outrunner',NULL,0,25,25,0,124,2,1,1.38571,1,2,35,48,0,86,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,24,36,6,7,0,5798,5798,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,259,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5799,0,0,0,0,0,4348,0,0,0,'Hannah Bladeleaf','Alliance Outrunner',NULL,0,24,24,0,124,2,1,1.38571,1,2,34,46,0,84,1.7,2000,2000,1,32832,2048,0,0,0,0,0,0,23,34,6,7,0,5799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,247,'',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5800,0,0,0,0,0,4347,0,0,0,'Marcus Bel','Alliance Outrunner',NULL,0,22,22,0,124,2,1,1.38571,1,2,32,42,0,78,1.7,2000,2000,1,32832,2048,0,0,0,0,0,0,21,32,4,7,0,5800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,256,'',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5806,0,0,0,0,0,9590,0,0,0,'Treant Ally',NULL,NULL,0,24,25,0,124,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,4,0,0,0,0,23,23,23,23,46,23,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5807,0,0,0,0,0,1973,0,0,0,'The Rake',NULL,NULL,0,10,10,0,16,0,0.97,1.14286,1,4,13,17,0,42,1,1200,2000,1,0,2048,0,2,0,0,0,0,9,13,100,1,1,5807,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13337,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(5808,0,0,0,0,0,9444,0,0,0,'Warlord Kolkanis',NULL,NULL,0,9,9,0,130,0,0.96,1.14286,1,4,11,15,0,40,1,2000,1732,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,5808,0,0,0,0,0,0,0,0,12555,8078,0,0,0,0,0,0,0,0,8,16,'SmartAI',0,1,1,1,1,1,0,4870,0,0,0,0,0,0,1,0,0,'',12340),(5809,0,0,0,0,0,4592,0,0,0,'Watch Commander Zalaphil',NULL,NULL,0,9,9,0,123,2,1.36,1.14286,1,4,11,15,0,40,1,1575,1732,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,5809,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,'SmartAI',0,3,1,1,1,1,0,4870,0,0,0,0,0,0,1,0,0,'',12340),(5810,0,0,0,0,0,4391,0,0,0,'Uzzek',NULL,NULL,0,20,20,0,83,2,0.97,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5811,0,0,0,0,0,4350,0,0,0,'Kamari','Apprentice Leatherworker',NULL,4183,26,26,0,29,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,512,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5812,0,0,0,0,0,4351,0,0,0,'Tumi','Heavy Armor Merchant',NULL,0,30,30,0,29,4226,1,1.14286,1,0,42,56,0,102,1,2000,1881,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5814,0,0,0,0,0,4353,0,0,0,'Innkeeper Thulbek','Innkeeper',NULL,1290,30,30,0,29,66177,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5815,0,0,0,0,0,4354,0,0,0,'Kurgul','',NULL,0,45,45,0,29,2,1,1.14286,1,0,54,75,0,81,1,2000,2000,8,512,2048,0,0,0,0,3,0,45,66,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5816,0,0,0,0,0,4355,0,0,0,'Katis','Wand Merchant',NULL,0,30,30,0,29,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5817,0,0,0,0,0,4356,0,0,0,'Shimra','Trade Supplies',NULL,0,30,30,0,29,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5819,0,0,0,0,0,4378,0,0,0,'Mirelle Tremayne','Heavy Armor Merchant',NULL,0,30,30,0,68,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5820,0,0,0,0,0,4379,0,0,0,'Gillian Moore','Leather Armor Merchant',NULL,0,30,30,0,68,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5821,0,0,0,0,0,4381,0,0,0,'Sheldon Von Croy','Cloth Armor Merchant',NULL,0,30,30,0,68,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5822,0,0,0,0,0,4594,0,0,0,'Felweaver Scornn',NULL,NULL,0,11,11,0,16,0,1,1.14286,1,2,14,18,0,40,1.7,2000,1659,2,32768,2048,0,0,0,0,0,0,9,13,100,7,0,5822,0,0,0,0,0,0,0,0,0,9613,20798,0,0,0,0,0,0,0,65,90,'SmartAI',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5823,0,0,0,0,0,2491,0,0,0,'Death Flayer',NULL,NULL,0,11,11,0,413,0,1,1.14286,1,4,15,20,0,44,1,1600,1705,1,0,2048,0,20,0,0,0,0,9,14,100,1,1,5823,0,100001,0,0,0,0,0,0,5416,0,0,0,0,0,0,0,5876,0,0,0,'SmartAI',1,3,1,1,1,1,0,4886,0,0,0,0,0,0,1,0,0,'',12340),(5824,0,0,0,0,0,1346,0,0,0,'Captain Flat Tusk','Captain of the Battleguard',NULL,0,11,11,0,109,0,1,1.14286,1,2,15,20,0,44,1.7,2600,1668,1,64,2048,0,0,0,0,0,0,9,14,100,7,0,5824,0,0,0,0,0,0,0,0,25712,2457,0,0,0,0,0,0,0,0,72,98,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5826,0,0,0,0,0,6113,0,0,0,'Geolord Mottle',NULL,NULL,0,9,9,0,109,0,0.96,1.14286,1,4,11,15,0,34,1,2000,1732,2,0,2048,0,0,0,0,0,0,7,11,100,7,0,5826,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5827,0,0,0,0,0,1308,0,0,0,'Brontus',NULL,NULL,0,27,27,0,15,0,2.27,1.14286,1,2,38,51,0,92,2.4,1425,1567,1,0,2048,0,0,0,0,0,0,26,39,7,1,0,5827,0,100010,0,0,0,0,0,0,6016,6268,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,1,1,0,4896,0,0,0,0,0,0,1,0,0,'',12340),(5828,0,0,0,0,0,4424,0,0,0,'Humar the Pridelord',NULL,NULL,0,23,23,0,16,0,1.33,1.14286,1,2,33,44,0,80,1.7,2000,2000,1,64,2048,0,2,0,0,0,0,22,33,5,1,1,5828,0,100005,0,0,0,0,0,0,3247,0,0,0,0,0,0,0,13336,0,0,0,'SmartAI',1,1,1,3,1,1,0,4893,0,0,0,0,0,144,1,0,0,'',12340),(5829,0,0,0,0,0,2713,0,0,0,'Snort the Heckler',NULL,NULL,0,17,17,0,38,0,1,1.14286,1,4,25,33,0,60,1,2000,2000,1,0,2048,0,25,0,0,0,0,17,25,2,1,1,5829,0,100003,0,0,0,0,0,0,7951,3604,0,0,0,0,0,0,12898,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5830,0,0,0,0,0,10876,0,0,0,'Sister Rathtalon',NULL,NULL,0,19,19,0,514,0,1.38889,1.14286,1,2,26,34,0,60,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,18,26,3,7,0,5830,0,0,0,0,0,0,0,0,6982,6728,6535,0,0,0,0,0,0,0,122,164,'SmartAI',1,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5831,0,0,0,0,0,6084,0,0,0,'Swiftmane',NULL,NULL,0,21,21,0,189,0,1,2.14286,1,2,31,40,0,74,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,21,30,4,1,0,5831,0,5831,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,1,1,0,5086,0,0,0,0,0,188,1,0,0,'',12340),(5832,0,0,0,0,0,6085,0,0,0,'Thunderstomp',NULL,NULL,0,24,24,0,14,0,1,1.14286,1,4,34,46,0,84,1,2000,1595,1,0,2048,0,0,0,0,0,0,23,34,6,1,0,5832,0,5832,0,0,0,0,0,0,6254,8078,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.02,1,1,0,4895,0,0,0,0,0,0,1,0,0,'',12340),(5833,0,0,0,0,0,10933,0,0,0,'Margol the Rager',NULL,NULL,0,43,43,0,14,2,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,0,2048,0,0,0,0,0,0,46,67,16,1,0,5833,0,5833,0,0,0,0,0,0,15594,8147,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5834,0,0,0,0,0,2702,0,0,0,'Azzere the Skyblade',NULL,NULL,0,25,25,0,14,0,1,1.42857,1,4,33,45,0,80,1,2000,1585,2,0,2048,0,27,0,0,0,0,23,31,6,1,1,5834,0,5834,55,55,55,55,55,55,0,0,0,0,0,0,0,0,13064,0,0,0,'SmartAI',1,1,1,1.02,1.5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(5835,0,0,0,0,0,4593,0,0,0,'Foreman Grills',NULL,NULL,11431,18,18,0,16,0,1,1.14286,1,4,26,35,0,64,1,1600,2000,1,32768,2048,0,0,0,0,0,0,18,26,3,7,0,5835,0,0,0,0,0,0,0,0,9080,0,0,0,0,0,0,0,0,0,20,31,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5836,0,0,0,0,0,7049,0,0,0,'Engineer Whirleygig',NULL,NULL,0,19,19,0,16,0,1,1.14286,1,4,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,5836,5836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,35,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5837,0,0,0,0,0,4874,0,0,0,'Stonearm',NULL,NULL,0,15,15,0,130,0,0.97,1.14286,1,4,22,29,0,54,1,3000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,5837,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,27,'',0,1,1,1,1,1,0,5030,0,0,0,0,0,144,1,0,0,'',12340),(5838,0,0,0,0,0,9448,0,0,0,'Brokespear',NULL,NULL,0,17,17,0,130,0,0.97,1.14286,1,4,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,7,0,5838,0,0,0,0,0,0,0,0,7992,10277,0,0,0,0,0,0,0,0,20,31,'SmartAI',0,1,1,1,1,1,0,5030,0,0,0,0,0,0,1,0,0,'',12340),(5839,0,0,0,0,0,7793,7794,0,0,'Dark Iron Geologist',NULL,NULL,0,43,44,0,54,0,1,1.14286,1,0,51,71,0,78,1,2000,2000,8,32768,2048,0,0,0,0,0,0,43,63,20,7,0,5839,5839,0,0,0,0,0,0,100,20823,8858,0,0,0,0,0,0,0,0,65,90,'SmartAI',0,3,1,1.2,1,1,0,10551,0,0,0,0,0,0,1,0,0,'',12340),(5840,0,0,0,0,0,7796,7797,0,0,'Dark Iron Steamsmith',NULL,NULL,0,46,47,0,54,0,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,32768,2048,0,0,0,0,0,0,54,80,18,7,0,5840,5840,0,0,0,0,0,0,100,11983,0,0,0,0,0,0,0,0,0,89,121,'SmartAI',1,3,1,1.25,1,1,0,10551,18959,0,0,0,0,0,1,0,0,'',12340),(5841,0,0,0,0,0,9533,0,0,0,'Rocklance',NULL,NULL,0,17,17,0,130,0,0.666668,1.14286,1,2,25,33,0,60,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,17,25,2,7,0,5841,0,0,0,0,0,0,0,0,7164,11971,15496,0,0,0,0,0,0,0,110,149,'SmartAI',1,1,1,3,1,1,0,5030,0,0,0,0,0,0,1,0,0,'',12340),(5842,0,0,0,0,0,1337,0,0,0,'Takk the Leaper',NULL,NULL,0,19,19,0,48,0,0.97,1.14286,1,2,27,37,0,68,1.7,2000,2000,1,64,2048,0,11,0,0,0,0,19,27,3,1,1,5842,0,5842,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13178,0,0,0,'',1,1,1,3,1,1,0,5055,5062,0,0,0,0,144,1,0,0,'',12340),(5843,0,0,0,0,0,487,7816,7817,7818,'Slave Worker',NULL,NULL,12271,45,47,0,674,1,1,1.19048,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,7,0,5843,5843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,123,'',0,3,1,1.25,1,1,0,10551,0,0,0,0,0,0,1,0,0,'',12340),(5844,0,0,0,0,0,7789,7790,7791,7792,'Dark Iron Slaver',NULL,NULL,0,45,46,0,54,0,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,32768,2048,0,0,0,0,0,0,53,78,17,7,0,5844,5844,0,0,0,0,0,0,100,11977,6533,0,0,0,0,0,0,0,0,88,120,'SmartAI',1,3,1,1.25,1,1,0,10551,0,0,0,0,0,0,1,0,0,'',12340),(5846,0,0,0,0,0,7798,7799,7800,7801,'Dark Iron Taskmaster',NULL,NULL,0,47,48,0,54,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,32768,2048,0,0,0,0,0,0,56,82,19,7,0,5846,5846,0,0,0,0,0,0,100,5115,0,0,0,0,0,0,0,0,0,94,128,'SmartAI',0,3,1,1.25,1,1,0,10551,0,0,0,0,0,0,1,0,0,'',12340),(5847,0,0,0,0,0,4595,0,0,0,'Heggin Stonewhisker','Bael\'dun Chief Engineer',NULL,0,24,24,0,122,2,1,1.14286,1,4,34,46,0,84,1,1450,1595,1,32768,2048,0,0,0,0,0,0,23,34,6,7,0,5847,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,45,'SmartAI',0,3,1,0.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5848,0,0,0,0,0,4597,0,0,0,'Malgin Barleybrew','Bael\'dun Morale Officer',NULL,0,25,25,0,122,128,1.5,1.14286,1,4,35,48,0,86,1,1441,1585,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,5848,0,0,0,0,0,0,0,0,5242,3631,0,0,0,0,0,0,0,0,34,49,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5849,0,0,0,0,0,4596,0,0,0,'Digger Flameforge','Excavation Specialist',NULL,0,24,24,0,122,2,0.97,1.14286,1,4,34,46,0,84,1,2000,2000,1,32768,2048,0,0,0,0,0,0,23,34,6,7,0,5849,5849,0,0,100,0,0,0,0,7978,6253,0,0,0,0,0,0,0,0,32,47,'SmartAI',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5850,0,0,0,0,0,1070,0,0,0,'Blazing Elemental',NULL,NULL,0,45,47,0,91,0,1,1.14286,1,0,79,105,2,192,1,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,4,0,5850,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.25,1,1,0,10509,0,0,0,0,0,0,1,0,0,'',12340),(5851,0,0,0,0,0,4598,0,0,0,'Captain Gerogg Hammertoe','Bael\'dun Captain of the Guard',NULL,0,27,27,0,122,2,1,1.14286,1,2,38,51,0,92,2.4,2000,1567,1,0,2048,0,0,0,0,0,0,26,39,7,7,0,5851,0,0,0,0,0,0,0,0,71,3419,1672,15062,0,0,0,0,0,0,225,299,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5852,0,0,0,0,0,5488,0,0,0,'Inferno Elemental',NULL,NULL,0,47,49,0,91,0,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,4,0,5852,0,0,0,0,0,0,0,0,10733,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,10509,0,0,0,0,0,0,1,0,0,'',12340),(5853,0,0,0,0,0,5747,0,0,0,'Tempered War Golem',NULL,NULL,0,45,47,0,54,0,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,4,0,5853,0,0,46,46,46,46,92,46,0,0,0,0,0,0,0,0,0,0,88,120,'',1,3,1,1.25,1,1,0,10511,0,0,0,0,0,0,1,0,0,'',12340),(5854,0,0,0,0,0,10801,0,0,0,'Heavy War Golem',NULL,NULL,0,47,49,0,54,0,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,9,0,5854,0,0,0,0,0,0,0,0,5568,12612,0,0,0,0,0,0,0,0,92,125,'',1,1,1,1.25,1,1,0,10511,0,0,0,0,0,0,1,16384,0,'',12340),(5855,0,0,0,0,0,2075,0,0,0,'Magma Elemental',NULL,NULL,0,46,48,0,91,0,1.4,1.42857,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,4,0,5855,0,0,0,170,170,0,0,0,11970,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,10511,10509,0,0,0,0,149,1,0,0,'',12340),(5856,0,0,0,0,0,4456,0,0,0,'Glassweb Spider',NULL,NULL,0,43,45,0,575,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,3,0,0,0,0,52,76,17,1,1,5856,0,0,0,0,0,0,0,0,745,744,6751,0,0,0,0,0,10513,0,0,0,'',1,1,1,1.2,1,1,0,11725,0,0,0,0,0,0,1,0,0,'',12340),(5857,0,0,0,0,0,4457,0,0,0,'Searing Lava Spider',NULL,NULL,0,45,47,0,575,0,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,3,0,0,0,0,54,80,18,1,1,5857,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,13168,0,0,0,'',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5858,0,0,0,0,0,7510,0,0,0,'Greater Lava Spider',NULL,NULL,0,47,49,0,575,0,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,3,0,0,0,0,57,84,19,1,1,5858,0,0,0,125,0,0,0,0,11985,0,0,0,0,0,0,0,13169,0,0,0,'',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5859,0,0,0,0,0,6114,0,0,0,'Hagg Taurenbane','Razormane Champion',NULL,0,26,26,0,109,0,0.97,1.14286,1,2,37,49,0,90,2.4,2700,2000,1,64,2048,0,0,0,0,0,0,25,37,7,7,0,5859,5859,0,0,0,0,0,0,0,40505,13730,9080,0,0,0,0,0,0,0,210,279,'SmartAI',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5860,0,0,0,0,0,7821,7822,7823,7824,'Twilight Dark Shaman',NULL,NULL,0,43,44,0,128,0,1,1.14286,1,0,67,89,0,166,1,2000,2000,2,0,2048,0,0,0,0,0,0,46,67,15,7,0,5860,5860,0,0,0,0,0,0,0,7289,11824,11986,0,0,0,0,0,0,0,289,383,'',1,3,1,1.2,1,1,0,10458,10552,0,0,0,0,0,1,0,0,'',12340),(5861,0,0,0,0,0,7825,7826,7827,7828,'Twilight Fire Guard',NULL,NULL,0,44,46,0,128,0,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,0,2048,0,0,0,0,0,0,53,78,17,7,0,5861,5861,0,0,150,0,0,0,0,11988,0,0,0,0,0,0,0,0,0,351,463,'',1,3,1,1.2,1,1,0,10458,10552,0,0,0,0,0,1,0,0,'',12340),(5862,0,0,0,0,0,7830,7831,7832,7833,'Twilight Geomancer',NULL,NULL,0,44,45,0,128,0,1,1.14286,1,0,54,75,0,81,1,2000,2000,8,0,2048,0,0,0,0,0,0,45,66,20,7,0,5862,5862,0,0,0,0,0,0,0,9053,11990,18972,0,0,0,0,0,0,0,284,376,'',0,3,1,1.2,1,1,0,10458,10552,0,0,0,0,0,1,0,0,'',12340),(5863,0,0,0,0,0,6116,0,0,0,'Geopriest Gukk\'rok',NULL,NULL,0,19,19,0,111,0,0.97,1.14286,1,4,26,34,0,60,1,2000,2000,2,0,2048,0,0,0,0,0,0,18,26,3,7,0,5863,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,34,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5864,0,0,0,0,0,6117,0,0,0,'Swinegart Spearhide',NULL,NULL,0,22,22,0,111,0,1.49,1.14286,1,2,32,42,0,78,1.7,1450,1595,1,0,2048,0,0,0,0,0,0,21,32,4,7,0,5864,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,216,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5865,0,0,0,0,0,1043,0,0,0,'Dishu',NULL,NULL,0,13,13,0,16,0,1,1.42857,1,4,18,24,0,48,1,1525,1677,1,0,2048,0,2,0,0,0,0,12,18,1,1,1,5865,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13381,0,0,0,'SmartAI',0,1,1,1,1,1,0,4893,0,0,0,0,0,144,1,0,0,'',12340),(5870,0,0,0,0,0,4727,0,0,0,'Krond','Butcher',NULL,0,27,27,0,29,642,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,4608,2048,0,0,0,0,0,0,26,39,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5871,0,0,0,0,0,4525,0,0,0,'Larhka','Beverage Merchant',NULL,0,18,18,0,29,642,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,512,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5873,0,0,0,0,0,4588,0,0,0,'Stoneskin Totem',NULL,NULL,0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,8072,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5874,0,0,0,0,0,4588,0,0,0,'Strength of Earth Totem',NULL,NULL,0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,1850,2035,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,8076,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5875,0,0,0,0,0,4492,0,0,0,'Gan\'rul Bloodeye',NULL,NULL,10031,40,40,0,83,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5878,0,0,0,0,0,4521,0,0,0,'Thun\'grim Firegaze',NULL,NULL,0,29,29,0,83,2,0.97,1.14286,1,0,41,54,0,100,1,2000,2000,1,4608,2048,0,0,0,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5879,0,0,0,0,0,4683,0,0,0,'Fire Nova Totem',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,422,586,0,642,1,1850,2035,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5880,0,0,0,0,0,10171,0,0,0,'Un\'Thuwa','Mage Trainer',NULL,64,14,14,0,126,51,1,1.14286,1,0,20,27,0,50,1,2000,2057,1,512,2048,0,0,0,0,8,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5881,0,0,0,0,0,1988,0,0,0,'Cursed Sycamore',NULL,NULL,0,45,45,0,7,0,1.1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,4,0,5881,0,0,45,45,45,45,90,45,0,0,0,0,0,0,0,0,0,0,82,112,'',1,3,1,1.2,1,1,0,742,0,0,0,0,0,0,1,0,0,'',12340),(5882,0,0,0,0,0,4524,0,0,0,'Pephredo','Mage Trainer',NULL,4520,60,60,0,29,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,8,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5883,0,0,0,0,0,4522,0,0,0,'Enyo','Mage Trainer',NULL,4518,50,50,0,29,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,8,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5884,0,0,0,0,0,4526,0,0,0,'Mai\'ah','Mage Trainer',NULL,4651,10,10,0,126,51,1,1.14286,1,0,13,17,0,42,1,2000,2101,1,768,2048,0,0,0,0,8,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5885,0,0,0,0,0,4523,0,0,0,'Deino','Mage Trainer',NULL,4519,40,40,0,29,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,8,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5886,0,0,0,0,0,4528,0,0,0,'Gwyn Farrow','Mushroom Merchant',NULL,0,16,16,0,68,642,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,512,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5887,0,0,0,0,0,4532,0,0,0,'Canaga Earthcaller',NULL,NULL,0,8,8,0,126,2,1,1.14286,1,0,10,14,0,38,1,2000,2123,1,768,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5888,0,0,0,0,0,4533,0,0,0,'Seer Ravenfeather',NULL,NULL,0,10,10,0,104,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,4864,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5889,0,0,0,0,0,1128,1127,549,0,'Mesa Earth Spirit',NULL,NULL,0,5,6,0,7,0,0.91,1.14286,1,0,7,9,0,34,1,2000,2200,1,0,2048,0,0,0,0,0,0,4,6,100,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5890,0,0,0,0,0,1128,1127,549,0,'Redrock Earth Spirit',NULL,NULL,0,1,1,0,7,0,0.92,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,4,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5891,0,0,0,0,0,12110,0,0,0,'Minor Manifestation of Earth',NULL,NULL,0,15,15,0,35,2,1.1,1.14286,1,0,22,29,0,54,1,2000,2046,1,768,2048,0,0,0,0,0,0,15,22,2,4,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5892,0,0,0,0,0,4534,0,0,0,'Searn Firewarder',NULL,NULL,0,15,15,0,126,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5893,0,0,0,0,0,2172,0,0,0,'Minor Manifestation of Fire',NULL,NULL,0,12,12,0,7,0,0.73,1.14286,1,0,16,21,0,42,1,1890,2079,2,0,2048,0,0,0,0,0,0,10,15,100,4,0,5893,0,0,0,0,0,0,0,0,134,8050,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,6655,0,0,0,0,0,0,1,0,0,'',12340),(5894,0,0,0,0,0,5493,0,0,0,'Corrupt Minor Manifestation of Water',NULL,NULL,0,22,22,0,15,0,0.88,1.14286,1,0,30,39,0,71,1,1790,1969,2,0,2048,0,0,0,0,0,0,21,31,5,4,0,5894,0,0,0,0,0,0,0,0,122,8056,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,7812,0,0,0,0,0,0,1,0,0,'',12340),(5895,0,0,0,0,0,525,0,0,0,'Minor Manifestation of Water',NULL,NULL,0,22,22,0,35,2,0.88,1.14286,1,0,32,42,0,78,1,1790,1969,1,0,2048,0,0,0,0,0,0,21,32,4,4,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5896,0,0,0,0,0,4607,1405,2172,0,'Fire Spirit',NULL,NULL,0,9,9,0,7,0,0.45,1.14286,1,0,11,15,0,40,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,8,11,100,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5897,0,0,0,0,0,5492,5493,4907,0,'Corrupt Water Spirit',NULL,NULL,0,19,20,0,7,0,0.94,1.14286,1,0,29,39,0,70,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,20,30,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5898,0,0,0,0,0,8714,0,0,0,'Air Spirit',NULL,NULL,0,29,30,0,7,0,0.91,1.14286,1,0,42,56,0,102,1,2000,2200,1,0,2048,0,0,0,0,0,0,29,42,9,4,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5899,0,0,0,0,0,4536,0,0,0,'Brine',NULL,NULL,0,23,23,0,125,2,1,1.14286,1,0,31,41,0,74,1,2000,2000,2,4608,2048,0,0,0,0,0,0,21,31,5,7,0,5899,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5900,0,0,0,0,0,4537,0,0,0,'Telf Joolam',NULL,NULL,0,35,35,0,876,2,1.1,1.14286,1,0,49,64,0,118,1,2000,1826,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5901,0,0,0,0,0,4538,0,0,0,'Islen Waterseer',NULL,NULL,1281,37,37,0,35,3,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5902,0,0,0,0,0,5187,0,0,0,'Minor Manifestation of Air',NULL,NULL,0,33,33,0,35,0,0.91,1.14286,1,0,43,57,0,104,1,2000,2200,2,0,2048,0,0,0,0,0,0,29,43,10,4,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5905,0,0,0,0,0,4541,0,0,0,'Prate Cloudseer',NULL,NULL,0,37,37,0,83,2,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,512,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5906,0,0,0,0,0,4542,0,0,0,'Xanis Flameweaver',NULL,NULL,0,15,15,0,104,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5907,0,0,0,0,0,4543,0,0,0,'Kranal Fiss',NULL,NULL,0,15,15,0,29,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,5907,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5908,0,0,0,0,0,4544,0,0,0,'Grunt Dogran',NULL,NULL,0,20,20,0,83,2,0.97,1.14286,1,0,29,39,0,70,1,2000,2000,1,4608,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5909,0,0,0,0,0,4545,0,0,0,'Cazul',NULL,NULL,0,40,40,0,83,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5910,0,0,0,0,0,4546,0,0,0,'Zankaja',NULL,NULL,0,15,15,0,83,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5911,0,0,0,0,0,4547,0,0,0,'Grunt Logmar',NULL,NULL,0,20,20,0,83,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,4608,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5912,0,0,0,0,0,1267,0,0,0,'Deviate Faerie Dragon',NULL,NULL,0,19,19,0,270,0,1.45,1.14286,1,2,27,37,0,68,1.7,1483,1631,1,0,2048,0,0,0,0,0,0,19,27,3,2,0,5912,0,5912,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,192,'SmartAI',0,3,1,3,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),(5913,0,0,0,0,0,4588,0,0,0,'Tremor Totem','','',0,80,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,8145,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5914,0,0,0,0,0,3006,1747,4317,3005,'Deviate Nightmare',NULL,NULL,0,19,21,0,35,0,1,1.28571,1,0,31,40,0,74,1,2000,1991,1,0,2048,0,0,0,0,0,0,21,30,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),(5915,0,0,0,0,0,4599,0,0,0,'Brother Ravenoak',NULL,NULL,0,29,29,0,14,0,1,1.14286,1,2,38,50,0,94,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,26,38,8,7,0,5915,0,0,0,0,0,0,0,0,8716,12161,7090,12160,0,0,0,0,0,0,243,322,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5916,0,0,0,0,0,11356,0,0,0,'Sentinel Amarassan',NULL,NULL,0,27,27,0,124,0,1,1.14286,1,2,36,47,0,86,2.4,2000,1567,2,0,2048,0,0,0,0,0,0,24,36,7,7,0,5916,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,266,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5917,0,0,0,0,0,4558,0,0,0,'Clara Charles',NULL,NULL,0,1,2,0,12,0,1,1.14286,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,63,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5918,0,0,0,0,0,4566,0,0,0,'Owl Form','',NULL,0,50,50,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5919,0,0,0,0,0,4588,0,0,0,'Stoneskin Totem II',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,422,586,0,642,1,1870,2057,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,8156,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5920,0,0,0,0,0,4588,0,0,0,'Stoneskin Totem III',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,8157,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5921,0,0,0,0,0,4588,0,0,0,'Strength of Earth Totem II',NULL,NULL,0,24,25,0,58,0,1,1,1,0,35,48,0,86,1,1770,1947,1,0,2048,0,0,0,0,0,0,24,36,6,11,0,0,0,0,0,0,0,0,0,0,8162,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5922,0,0,0,0,0,4588,0,0,0,'Strength of Earth Totem III',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,422,586,0,642,1,1610,1771,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,8163,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5923,0,0,0,0,0,4587,0,0,0,'Poison Cleansing Totem','','',0,1,80,0,58,0,0.01,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5924,0,0,0,0,0,4587,0,0,0,'Cleansing Totem',NULL,NULL,0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,1771,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,8172,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5925,0,0,0,0,0,4590,0,0,0,'Grounding Totem','','',0,80,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,8178,8179,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5926,0,0,0,0,0,4589,0,0,0,'Frost Resistance Totem',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,422,586,0,642,1,1760,1936,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,8182,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5927,0,0,0,0,0,4587,0,0,0,'Fire Resistance Totem',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,422,586,0,642,1,1640,1804,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,8185,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5929,0,0,0,0,0,4589,0,0,0,'Magma Totem','','',0,34,34,0,58,0,1,1,1,0,47,63,0,114,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,48,11,11,0,0,0,0,0,0,0,0,0,0,8188,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5930,0,0,0,0,0,10875,0,0,0,'Sister Riven',NULL,NULL,0,28,28,0,514,0,1,1.14286,1,2,37,49,0,90,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,25,37,7,7,0,5930,5930,0,0,70,0,0,0,0,3356,6725,184,0,0,0,0,0,0,0,209,277,'',0,1,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5931,0,0,0,0,0,4600,0,0,0,'Foreman Rigger',NULL,NULL,0,24,24,0,16,0,1,1.14286,1,2,34,46,0,84,1.7,2400,2000,1,32832,2048,0,0,0,0,0,0,23,34,6,7,0,5931,5931,0,0,0,0,0,0,0,6016,6533,0,0,0,0,0,0,0,0,186,247,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5932,0,0,0,0,0,487,0,0,0,'Taskmaster Whipfang',NULL,NULL,0,22,22,0,16,0,1,1.14286,1,2,32,42,0,78,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,21,32,4,7,0,5932,5932,0,0,0,0,0,0,0,16508,0,0,0,0,0,0,0,0,0,161,216,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5933,0,0,0,0,0,9418,0,0,0,'Achellios the Banished',NULL,NULL,0,31,31,0,131,0,1,1.14286,1,4,44,58,0,106,1,2000,2000,1,0,2048,0,0,0,0,0,0,30,44,9,7,0,5933,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,71,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5934,0,0,0,0,0,11011,0,0,0,'Heartrazor',NULL,NULL,0,32,32,0,16,0,1.55,1.14286,1,2,45,60,0,108,2.4,1383,1521,1,0,2048,0,0,0,0,0,0,31,46,10,1,0,5934,0,5934,0,0,0,0,0,0,8256,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,5809,0,0,0,0,0,0,1,0,0,'',12340),(5935,0,0,0,0,0,2076,0,0,0,'Ironeye the Invincible',NULL,NULL,0,37,37,0,49,0,1.6,1.14286,1,2,51,68,0,124,2.4,1341,1475,1,0,2048,0,0,0,0,0,0,35,52,12,1,0,5935,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5937,0,0,0,0,0,10988,0,0,0,'Vile Sting',NULL,NULL,0,35,35,0,413,0,1,1.14286,1,2,49,64,0,118,2.4,2000,1494,1,0,2048,0,20,0,0,0,0,33,49,11,1,1,5937,0,100005,0,0,0,0,0,0,8257,0,0,0,0,0,0,0,5877,0,0,0,'',0,3,1,3,1,1,0,5794,0,0,0,0,0,0,1,0,0,'',12340),(5938,0,0,0,0,0,4604,0,0,0,'Uthan Stillwater','Fishing Trainer',NULL,0,14,14,0,104,83,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,4608,2048,0,0,2,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5939,0,0,0,0,0,4605,0,0,0,'Vira Younghoof','First Aid Trainer',NULL,5856,13,13,0,104,83,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,4608,2048,0,0,2,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5940,0,0,0,0,0,4608,0,0,0,'Harn Longcast','Fishing Supplies',NULL,0,9,9,0,104,130,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,4608,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5941,0,0,0,0,0,4609,0,0,0,'Lau\'Tiki','Fishing Trainer',NULL,0,14,14,0,126,83,1.1,1.14286,1,0,20,27,0,50,1,2000,2057,1,512,2048,0,0,2,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5942,0,0,0,0,0,4610,0,0,0,'Zansoa','Fishing Supplies',NULL,0,14,14,0,126,130,1,1.14286,1,0,20,27,0,50,1,2000,2057,1,512,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5943,0,0,0,0,0,4611,0,0,0,'Rawrk','First Aid Trainer',NULL,5856,15,15,0,29,83,1,1.14286,1,0,22,29,0,54,1,2000,2046,1,512,2048,0,0,2,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5944,0,0,0,0,0,4614,0,0,0,'Yonada','Tailoring & Leatherworking Supplies',NULL,0,25,25,0,104,130,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4608,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5950,0,0,0,0,0,4589,0,0,0,'Flametongue Totem',NULL,NULL,0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,1730,1903,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,52109,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5951,0,0,0,0,0,1560,0,0,0,'Hare',NULL,NULL,0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(5952,0,0,0,0,0,9794,9795,9797,9796,'Den Grunt',NULL,NULL,0,65,65,1,85,0,1,1.14286,1,0,200,281,0,278,1,2000,1562,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),(5953,0,0,0,0,0,9798,9800,9799,9801,'Razor Hill Grunt',NULL,'Directions',3285,28,32,0,85,1,1,1.14286,1,0,45,60,0,108,1,2000,1782,1,32768,2048,0,0,0,0,0,0,31,46,10,7,0,0,5953,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),(5955,0,0,0,0,0,2902,0,0,0,'Tooga',NULL,NULL,0,45,45,0,35,2,1.05,1.14286,1,0,76,100,0,184,1,2000,2000,1,32768,2048,0,0,0,0,0,0,52,76,17,1,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_tooga',12340),(5957,0,0,0,0,0,4665,0,0,0,'Birgitte Cranston','Portal Trainer',NULL,4825,45,45,0,68,51,1,1.14286,1,0,76,100,0,184,1,1000,2000,1,33280,2048,0,0,0,0,8,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5958,0,0,0,0,0,12849,0,0,0,'Thuul','Portal Trainer',NULL,4826,45,45,0,29,51,1,1.14286,1,0,76,100,0,184,1,1000,2000,1,512,2048,0,0,0,0,8,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5974,0,0,0,0,0,14402,0,0,0,'Dreadmaul Ogre',NULL,NULL,0,45,46,0,45,0,1.05,1.14286,1,0,77,102,0,188,1,2000,2000,1,0,2048,0,0,0,0,0,0,53,78,17,7,0,5974,5974,0,0,0,0,0,0,0,20793,6742,0,0,0,0,0,0,0,0,91,123,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(5975,0,0,0,0,0,11542,0,0,0,'Dreadmaul Ogre Mage',NULL,NULL,0,46,47,0,45,0,1.05,1.14286,1,0,56,78,0,85,1,2000,2000,8,0,2048,0,0,0,0,0,0,47,69,21,7,0,5975,5975,0,0,0,0,0,0,0,8401,7322,0,0,0,0,0,0,0,0,72,99,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(5976,0,0,0,0,0,11584,0,0,0,'Dreadmaul Brute',NULL,NULL,0,46,47,0,45,0,1.05,1.14286,1,0,79,105,0,192,1,2600,2000,1,0,2048,0,0,0,0,0,0,54,80,18,7,0,5976,5976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,124,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(5977,0,0,0,0,0,14401,0,0,0,'Dreadmaul Mauler',NULL,NULL,0,53,54,0,45,0,1.6,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,5977,5977,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,114,154,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(5978,0,0,0,0,0,11543,0,0,0,'Dreadmaul Warlock',NULL,NULL,0,54,55,0,45,0,1.6,1.14286,1,0,67,93,0,101,1,2000,2000,8,0,2048,0,0,0,0,0,0,55,82,23,7,0,5978,5978,0,0,0,0,0,0,0,20298,8282,0,0,0,0,0,0,0,0,96,130,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(5979,0,0,0,0,0,152,0,0,0,'Wretched Lost One',NULL,NULL,0,45,47,0,51,0,1.11111,1.14286,1,0,74,98,0,180,1,2000,2000,2,0,2048,0,0,0,0,0,0,50,74,16,7,0,5979,5979,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,109,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5981,0,0,0,0,0,10921,0,0,0,'Portal Seeker',NULL,NULL,0,51,53,0,51,0,1.63,1.14286,1,0,89,119,0,218,1,1420,1562,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,5981,5981,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,121,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5982,0,0,0,0,0,10824,0,0,0,'Black Slayer',NULL,NULL,0,47,48,0,73,0,1,1.42857,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,7,0,0,0,0,56,82,19,1,1,5982,0,5982,0,0,0,0,0,0,7160,0,0,0,0,0,0,0,12862,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(5984,0,0,0,0,0,8050,0,0,0,'Starving Snickerfang',NULL,NULL,0,45,46,0,38,0,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,0,2048,0,25,0,0,0,0,53,78,17,1,1,5984,0,5984,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12906,0,0,0,'',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5985,0,0,0,0,0,2714,0,0,0,'Snickerfang Hyena',NULL,NULL,0,49,50,0,38,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,25,0,0,0,0,58,86,20,1,1,5985,0,5985,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12907,0,0,0,'',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5988,0,0,0,0,0,6068,0,0,0,'Scorpok Stinger',NULL,NULL,0,46,47,0,413,0,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,20,0,0,0,0,54,80,18,1,1,5988,0,5988,0,0,0,0,0,0,5416,0,0,0,0,0,0,0,8858,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5990,0,0,0,0,0,2743,0,0,0,'Redstone Basilisk',NULL,NULL,0,47,48,0,49,0,1.11111,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,1,0,5990,0,5990,0,100,0,0,0,0,3635,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5991,0,0,0,0,0,798,0,0,0,'Redstone Crystalhide',NULL,NULL,0,51,52,0,49,0,1.11111,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,1,0,5991,0,5991,0,100,0,0,0,0,5106,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5992,0,0,0,0,0,3026,0,0,0,'Ashmane Boar',NULL,NULL,0,48,49,0,14,0,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,5,0,0,0,0,57,84,19,1,1,5992,0,5992,0,98,0,0,0,0,6268,0,0,0,0,0,0,0,8261,0,0,0,'SmartAI',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5993,0,0,0,0,0,11410,0,0,0,'Helboar',NULL,NULL,0,52,53,0,90,0,1,1.19048,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,3,0,5993,0,5993,0,106,0,0,0,0,11970,6268,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5994,0,0,0,0,0,4690,0,0,0,'Zayus','High Priest',NULL,4522,60,60,0,29,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,5,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5996,0,0,0,0,0,6719,6720,6721,6722,'Nethergarde Miner','',NULL,0,47,48,0,1575,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,7,0,5996,5996,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,128,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5997,0,0,0,0,0,6711,6712,0,0,'Nethergarde Engineer','',NULL,0,47,48,0,1575,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,32768,2048,0,0,0,0,0,0,56,82,19,7,0,5997,5997,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,125,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5998,0,0,0,0,0,6723,6724,6725,6726,'Nethergarde Foreman','',NULL,0,46,48,0,1575,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,7,0,5998,5998,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,124,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5999,0,0,0,0,0,6727,6728,6729,6730,'Nethergarde Soldier','',NULL,0,49,50,0,1575,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,5999,5999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,147,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6000,0,0,0,0,0,6731,6732,6733,6734,'Nethergarde Cleric',NULL,NULL,0,49,51,0,1575,0,1,1.14286,1,0,80,106,0,198,1,2000,2000,2,0,2048,0,0,0,0,0,0,55,81,19,7,0,6000,6000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,125,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6001,0,0,0,0,0,6713,6714,0,0,'Nethergarde Analyst',NULL,NULL,0,49,51,0,1575,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,32768,2048,0,0,0,0,0,0,59,87,20,7,0,6001,6001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,147,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6002,0,0,0,0,0,6738,6739,6740,6742,'Nethergarde Riftwatcher',NULL,NULL,0,49,51,0,1575,0,1,1.14286,1,0,61,85,0,93,1,2000,2000,8,0,2048,0,0,0,0,0,0,51,75,22,7,0,6002,6002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,139,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6003,0,0,0,0,0,6752,6753,6754,6755,'Nethergarde Officer',NULL,NULL,0,50,51,0,1575,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,6003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,140,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6004,0,0,0,0,0,7838,6779,6780,6781,'Shadowsworn Cultist',NULL,NULL,0,51,52,0,90,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,6004,6004,0,0,0,0,0,102,0,10277,0,0,0,0,0,0,0,0,0,108,146,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6005,0,0,0,0,0,6793,6794,6795,6796,'Shadowsworn Thug',NULL,NULL,0,52,53,0,90,0,1,1.14286,1,0,89,119,0,218,1,1700,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,6005,6005,0,0,0,0,0,104,0,3391,8646,11976,0,0,0,0,0,0,0,111,150,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6006,0,0,0,0,0,6770,6771,6772,6773,'Shadowsworn Adept',NULL,NULL,0,52,53,0,90,0,1,1.14286,1,0,84,111,0,206,1,2000,2000,2,0,2048,0,0,0,0,0,0,57,84,20,7,0,6006,6006,0,0,0,0,0,106,0,7154,6958,0,0,0,0,0,0,0,0,96,131,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6007,0,0,0,0,0,6787,6788,7841,6782,'Shadowsworn Enforcer',NULL,NULL,0,53,54,0,90,0,1,1.14286,1,0,92,122,0,224,1,2400,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,6007,6007,0,0,0,0,0,108,0,15496,0,0,0,0,0,0,0,0,0,112,151,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6008,0,0,0,0,0,6789,6790,6791,6792,'Shadowsworn Warlock',NULL,NULL,0,53,54,0,90,0,1,1.14286,1,0,65,91,0,99,1,2000,2000,8,0,2048,0,0,0,0,0,0,54,80,23,7,0,6008,6008,0,0,0,0,0,108,0,20825,17227,0,0,0,0,0,0,0,0,91,124,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6009,0,0,0,0,0,6784,6783,6785,6786,'Shadowsworn Dreadweaver',NULL,NULL,0,54,55,0,90,0,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,0,2048,0,0,0,0,0,0,55,82,23,7,0,6009,6009,0,0,0,0,0,110,0,20825,8994,7098,0,0,0,0,0,0,0,100,136,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6010,0,0,0,0,0,1913,0,0,0,'Felhound',NULL,NULL,0,54,55,0,90,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,3,0,6010,0,6010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6011,0,0,0,0,0,9017,0,0,0,'Felguard Sentry',NULL,NULL,0,54,55,0,90,0,1,1.42857,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,3,0,6011,6011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,158,'',1,3,1,1.3,1,1,0,18623,0,0,0,0,0,144,1,0,0,'',12340),(6012,0,0,0,0,0,4589,0,0,0,'Flametongue Totem II',NULL,NULL,0,1,80,0,58,0,1,1,1,0,417,582,0,608,1,1550,1705,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,52110,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6013,0,0,0,0,0,1105,0,0,0,'Wayward Buzzard',NULL,NULL,0,35,37,0,7,0,1.28,1.14286,1,0,51,68,0,124,1,1660,1826,1,0,2048,0,7,0,0,0,0,35,52,12,1,1,6013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8306,0,0,0,'',1,3,1,1.15,1,1,0,7847,0,0,0,0,0,0,1,0,0,'',12340),(6014,0,0,0,0,0,10473,0,0,0,'X\'yera','Priest Trainer',NULL,4523,50,50,0,29,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,5,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6015,0,0,0,0,0,1244,0,0,0,'Torta',NULL,NULL,0,45,45,0,35,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,32768,2048,0,0,0,0,0,0,52,76,17,1,0,0,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6016,0,0,0,0,0,2419,0,0,0,'Elemental Protection Totem',NULL,NULL,0,25,26,0,7,0,0.01,1.14286,1,0,37,49,0,90,1,1460,1606,1,0,2048,0,0,0,0,0,0,25,37,7,11,0,0,0,0,0,0,0,0,0,0,8263,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6017,0,0,0,0,0,1421,0,0,0,'Lava Spout Totem',NULL,NULL,0,37,46,0,7,0,0.01,1.14286,1,0,77,102,0,188,1,2000,1804,1,0,2048,0,0,0,0,0,0,53,78,17,11,0,0,0,0,0,0,0,0,0,0,8266,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6018,0,0,0,0,0,4711,0,0,0,'Ur\'kyo','Priest Trainer',NULL,4521,40,40,0,29,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,5,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6019,0,0,0,0,0,7127,0,0,0,'Hornizz Brimbuzzle',NULL,NULL,0,30,30,0,69,2,1.02,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,6019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6020,0,0,0,0,0,2835,0,0,0,'Slimeshell Makrura',NULL,NULL,0,18,19,0,129,0,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,6020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,36,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6021,0,0,0,0,0,4716,0,0,0,'Boar Spirit',NULL,NULL,0,27,27,0,16,0,1.5,1.14286,1,1,38,51,0,92,7.5,1441,1585,1,0,2048,0,0,0,0,0,0,26,39,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6026,0,0,0,0,0,4725,0,0,0,'Breyk','Wind Rider Master',NULL,6944,65,65,0,29,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6027,0,0,0,0,0,4728,0,0,0,'Kitha','',NULL,0,17,17,0,29,2,1,1.14286,1,0,18,25,0,26,1,2000,2024,8,512,2048,0,0,0,0,3,0,16,23,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6028,0,0,0,0,0,4726,0,0,0,'Burkrum','Heavy Armor Merchant',NULL,0,30,30,0,104,4482,1.05,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6030,0,0,0,0,0,4949,0,0,0,'Thorvald Deepforge',NULL,NULL,0,21,21,0,55,2,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6031,0,0,0,0,0,4950,0,0,0,'Tormus Deepforge',NULL,NULL,0,30,30,0,55,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6033,0,0,0,0,0,7449,0,0,0,'Lake Frenzy',NULL,NULL,0,15,16,0,1878,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,10,0,6033,0,6033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6034,0,0,0,0,0,5186,0,0,0,'Lotherias',NULL,NULL,0,35,35,0,80,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6035,0,0,0,0,0,6106,0,0,0,'Razorfen Stalker',NULL,NULL,0,25,26,0,152,0,1,1.14286,1,1,37,49,0,90,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,25,37,7,7,0,6035,6035,0,0,0,0,0,0,0,7259,0,0,0,0,0,0,0,0,0,168,224,'SmartAI',0,3,1,3,1,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),(6047,0,0,0,0,0,525,0,0,0,'Aqua Guardian','',NULL,0,20,20,0,91,0,0.89,1.14286,1,0,27,36,0,64,1,2000,1936,2,0,2048,0,0,0,0,0,0,19,28,4,4,0,6047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,40,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6066,0,0,0,0,0,2420,0,0,0,'Earthgrab Totem',NULL,NULL,0,39,39,0,14,0,0.84,1.14286,1,0,54,72,0,132,1,1510,2000,1,131076,2048,0,0,0,0,0,0,37,55,13,11,0,0,0,0,0,0,0,0,0,0,8377,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6068,0,0,0,0,0,172,0,0,0,'Warug\'s Bodyguard',NULL,NULL,0,35,36,0,133,0,1.02,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,6068,6068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,79,'',1,1,1,1.15,1,1,0,6067,0,0,0,0,0,0,1,0,0,'',12340),(6069,0,0,0,0,0,9436,0,0,0,'Maraudine Khan Guard',NULL,NULL,0,39,40,0,134,0,1.125,1.14286,1,0,56,74,0,136,1,1610,1771,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,6069,0,0,0,0,0,0,0,0,11971,11972,7164,0,0,0,0,0,0,0,68,94,'',0,3,1,1.15,1,1,0,6067,6074,0,0,0,0,144,1,0,0,'',12340),(6070,0,0,0,0,0,9438,0,0,0,'Maraudine Khan Advisor',NULL,NULL,0,38,39,0,134,0,1.3,1.14286,1,0,51,67,0,124,1,1620,1782,2,0,2048,0,0,0,0,0,0,35,51,12,7,0,6070,0,0,0,0,0,0,0,0,11986,12548,0,0,0,0,0,0,0,0,57,79,'',0,3,1,1.15,1,1,0,6067,6074,0,0,0,0,0,1,0,0,'',12340),(6071,0,0,0,0,0,7949,0,0,0,'Legion Hound',NULL,NULL,0,29,30,0,90,0,0.92,1.14286,1,0,42,56,0,102,1,1700,1870,1,0,2048,0,0,0,0,0,0,29,42,9,3,0,6071,0,100010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6072,0,0,0,0,0,348,0,0,0,'Diathorus the Seeker',NULL,NULL,0,32,32,0,90,0,1.1,1.14286,1,0,42,55,0,100,1,2000,2000,2,0,2048,0,0,0,0,0,0,29,42,9,3,0,6072,6072,0,0,0,0,0,102,136,12542,0,0,0,0,0,0,0,0,0,45,64,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6073,0,0,0,0,0,10905,0,0,0,'Searing Infernal',NULL,NULL,0,29,30,0,90,0,0.97,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,3,0,6073,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6074,0,0,0,0,0,6080,0,0,0,'Striped Frostsaber',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,23,23,23,23,23,23,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(6075,0,0,0,0,0,4806,0,0,0,'Emerald Raptor',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(6086,0,0,0,0,0,4845,4846,4847,4848,'Auberdine Sentinel',NULL,NULL,0,40,40,0,79,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,6086,6086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6087,0,0,0,0,0,4841,4842,4843,4844,'Astranaar Sentinel',NULL,NULL,0,40,40,0,79,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,6087,6087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6089,0,0,0,0,0,4996,0,0,0,'Harry Burlguard',NULL,NULL,0,50,50,0,123,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6090,0,0,0,0,0,5000,0,0,0,'Bartleby','Drunk',NULL,0,10,10,0,84,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_bartleby',12340),(6091,0,0,0,0,0,4861,0,0,0,'Dellylah','Food & Drink Vendor',NULL,10526,9,9,0,80,643,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,4864,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6093,0,0,0,0,0,4947,0,0,0,'Dead-Tooth Jack',NULL,NULL,0,11,11,0,17,0,0.99,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,14,100,7,0,6093,6093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,19,'',1,3,1,1,1,1,0,6783,0,0,0,0,0,0,1,0,0,'',12340),(6094,0,0,0,0,0,4862,0,0,0,'Byancie','First Aid Trainer',NULL,4762,22,22,0,80,83,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,512,2048,0,0,2,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6109,0,0,0,0,0,11460,0,0,0,'Azuregos',NULL,NULL,0,63,63,0,7,0,1.3,1.14286,1,3,181,253,0,268,35,1480,2000,1,0,2048,0,0,0,0,0,0,147,219,32,2,44,6109,0,6109,0,0,0,0,0,0,21097,21098,22479,23187,0,0,0,0,0,0,77605,101348,'',1,3,1,275,25,1,0,0,0,0,0,0,0,169,1,617562111,0,'boss_azuregos',12340),(6110,0,0,0,0,0,4683,0,0,0,'Fire Nova Totem II',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1760,1936,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6111,0,0,0,0,0,4683,0,0,0,'Fire Nova Totem III',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1640,1804,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6112,0,0,0,0,0,4590,0,0,0,'Windfury Totem',NULL,NULL,0,80,80,0,58,0,1,1,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,8515,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6113,0,0,0,0,0,27506,0,0,0,'Vejrek',NULL,NULL,0,11,11,0,37,0,1,1.14286,1,0,15,20,0,44,1,2000,2046,1,0,2048,0,0,0,0,0,0,9,14,100,7,0,6113,0,0,0,0,0,0,0,0,7386,7164,0,0,0,0,0,0,0,0,11,19,'SmartAI',0,3,1,1,1,1,0,6799,0,0,0,0,0,0,1,0,0,'',12340),(6114,0,0,0,0,0,4995,0,0,0,'Muren Stormpike',NULL,NULL,0,50,50,0,55,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6115,0,0,0,0,0,5048,0,0,0,'Roaming Felguard',NULL,NULL,0,28,30,0,90,0,1.1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,3,0,6115,6115,0,0,75,0,0,75,0,11428,0,0,0,0,0,0,0,0,0,43,61,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6116,0,0,0,0,0,10702,0,0,0,'Highborne Apparition',NULL,NULL,0,45,46,0,21,0,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,0,2048,0,0,0,0,0,0,53,78,17,6,0,6116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,118,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(6117,0,0,0,0,0,10700,0,0,0,'Highborne Lichling',NULL,NULL,0,46,47,0,21,0,1.11111,1.14286,1,0,56,78,0,85,1,2000,2000,8,0,2048,0,0,0,0,0,0,47,69,21,6,0,6117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,99,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(6118,0,0,0,0,0,10771,0,0,0,'Varo\'then\'s Ghost',NULL,NULL,0,48,48,0,21,0,1.69,1.14286,1,4,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,6,0,6118,0,0,0,0,0,0,0,0,21007,0,0,0,0,0,0,0,0,0,93,126,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(6119,0,0,0,0,0,4864,0,0,0,'Tog Rustsprocket',NULL,NULL,268,10,10,0,875,3,1,1.14286,1,0,8,13,0,17,1,2000,2000,8,0,2048,0,0,0,0,0,0,9,12,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6120,0,0,0,0,0,4865,0,0,0,'Lago Blackwrench',NULL,NULL,0,30,30,0,875,2,1,1.14286,1,0,30,42,0,44,1,2000,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6121,0,0,0,0,0,4866,0,0,0,'Remen Marcot',NULL,NULL,0,10,10,0,12,2,1,1.14286,1,0,8,13,0,17,1,2000,2000,8,512,2048,0,0,0,0,0,0,9,12,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6122,0,0,0,0,0,4867,0,0,0,'Gakin the Darkbinder',NULL,NULL,5641,50,50,0,12,3,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,4608,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6123,0,0,0,0,0,4956,0,0,0,'Dark Iron Spy',NULL,NULL,0,9,10,0,54,0,0.97,1.14286,1,0,13,17,0,42,1,1900,2090,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,6123,6123,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',1,3,1,1,1,1,0,6847,0,0,0,0,0,0,1,0,0,'',12340),(6124,0,0,0,0,0,4957,0,0,0,'Captain Beld','Dark Iron Captain',NULL,0,11,11,0,54,0,0.99,1.14286,1,0,15,20,0,44,1,1860,2046,1,0,2048,0,0,0,0,0,0,9,14,100,7,0,6124,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,11,19,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6125,0,0,0,0,0,11331,0,0,0,'Haldarr Satyr',NULL,NULL,0,45,46,0,90,0,1.1,1.14286,1,0,77,102,0,188,1,2000,2000,1,0,2048,0,0,0,0,0,0,53,78,17,3,0,6125,6125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,118,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6126,0,0,0,0,0,11332,0,0,0,'Haldarr Trickster',NULL,NULL,0,45,47,0,90,0,1.1,1.14286,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,3,0,6126,6126,0,0,0,0,0,0,0,7098,0,0,0,0,0,0,0,0,0,88,120,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6127,0,0,0,0,0,2020,0,0,0,'Haldarr Felsworn',NULL,NULL,0,46,47,0,90,0,1.1,1.14286,1,0,56,78,0,85,1,2000,2000,8,0,2048,0,0,0,0,0,0,47,69,21,3,0,6127,6127,0,0,0,0,0,0,0,20825,0,0,0,0,0,0,0,0,0,72,99,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6128,0,0,0,0,0,2015,0,0,0,'Vorlus Vilehoof',NULL,NULL,0,10,10,0,14,0,1.12,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,3,0,6128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,18,'',0,3,1,1,1,1,0,6805,0,0,0,0,0,0,1,0,0,'',12340),(6129,0,0,0,0,0,6762,0,0,0,'Draconic Magelord',NULL,NULL,0,53,54,0,60,0,1.1,1.14286,1,1,65,91,0,99,2.4,2000,2000,8,64,2048,0,0,0,0,0,0,54,80,23,2,0,6129,0,6129,216,0,0,175,0,0,12548,8364,9672,0,0,0,0,0,0,0,317,418,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6130,0,0,0,0,0,6760,0,0,0,'Blue Scalebane',NULL,NULL,0,52,53,0,60,0,1.1,1.14286,1,1,89,119,0,218,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,62,91,22,2,0,6130,0,6130,0,0,0,175,0,0,0,0,0,0,0,0,0,0,0,0,417,549,'',1,3,1,3.15,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6131,0,0,0,0,0,6761,0,0,0,'Draconic Mageweaver',NULL,NULL,0,51,52,0,60,0,1.1,1.14286,1,1,82,109,0,202,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,56,83,19,2,0,6131,0,6131,0,0,208,175,0,0,12557,9672,0,0,0,0,0,0,0,0,322,425,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6132,0,0,0,0,0,1343,0,0,0,'Razorfen Servitor',NULL,NULL,0,23,24,0,152,0,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,6132,6132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,163,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6133,0,0,0,0,0,4958,0,0,0,'Shade of Elura',NULL,NULL,0,11,11,0,14,0,0.99,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,14,100,6,0,6133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,20,'',1,3,1,1,1,1,0,6809,0,0,0,0,0,0,1,8388624,0,'',12340),(6134,0,0,0,0,0,170,0,0,0,'Lord Arkkoroc',NULL,NULL,0,60,60,0,35,2,1.1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,72,106,26,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6135,0,0,0,0,0,2599,0,0,0,'Arkkoran Clacker',NULL,NULL,0,53,54,0,16,0,1.1,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,6135,6135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,154,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6136,0,0,0,0,0,5025,0,0,0,'Arkkoran Muckdweller',NULL,NULL,0,53,54,0,16,0,1.1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,0,6136,6136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,154,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6137,0,0,0,0,0,1817,0,0,0,'Arkkoran Pincer',NULL,NULL,0,54,55,0,16,0,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,6137,6137,0,0,0,0,0,0,0,13443,0,0,0,0,0,0,0,0,0,117,158,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6138,0,0,0,0,0,11293,0,0,0,'Arkkoran Oracle',NULL,NULL,0,54,55,0,16,0,1.1,1.14286,1,0,87,116,0,214,1,2000,2000,2,32768,2048,0,0,0,0,0,0,60,88,21,7,0,6138,6138,0,0,0,0,0,0,0,11986,12550,11824,0,0,0,0,0,0,0,100,136,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6139,0,0,0,0,0,2297,0,0,0,'Highperch Soarer',NULL,NULL,0,28,29,0,16,0,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,28,41,8,1,0,0,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6140,0,0,0,0,0,4872,0,0,0,'Hetaera',NULL,NULL,0,55,55,0,16,0,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,10,0,6140,0,6140,0,0,0,0,0,0,3391,7367,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,10599,10598,10600,0,0,0,0,1,0,0,'',12340),(6141,0,0,0,0,0,2155,0,0,0,'Pridewing Soarer',NULL,NULL,0,22,22,0,16,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,21,32,4,1,0,6141,0,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.02,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(6142,0,0,0,0,0,5083,0,0,0,'Mathiel',NULL,NULL,0,33,33,0,80,2,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,512,2048,0,0,0,0,0,0,32,47,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6143,0,0,0,0,0,12812,0,0,0,'Servant of Arkkoroc',NULL,NULL,0,53,54,0,778,0,1.1,1.14286,1,1,92,122,0,224,2.4,2700,2000,1,64,2048,0,0,0,0,0,0,63,93,22,5,0,6143,0,0,0,0,0,0,0,0,5568,0,0,0,0,0,0,0,0,0,440,579,'',0,3,1,3.25,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),(6144,0,0,0,0,0,4945,0,0,0,'Son of Arkkoroc',NULL,NULL,0,54,55,0,778,0,1.1,1.14286,1,1,94,125,0,228,2.4,2800,2000,1,64,2048,0,0,0,0,0,0,65,95,23,5,0,6144,0,0,0,0,0,0,0,0,10101,0,0,0,0,0,0,0,0,0,446,587,'',0,3,1,3.25,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),(6145,0,0,0,0,0,4878,0,0,0,'School of Fish','',NULL,0,1,1,0,188,0,1,0.85714,1,0,2,2,0,24,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(6146,0,0,0,0,0,1918,0,0,0,'Cliff Breaker',NULL,NULL,0,54,55,0,778,0,1.1,1.14286,1,1,94,125,0,228,2.4,2500,2000,1,64,2048,0,0,0,0,0,0,65,95,23,5,0,6146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,425,559,'',1,3,1,3,1,1,0,11405,0,0,0,0,0,147,1,0,0,'',12340),(6147,0,0,0,0,0,12814,0,0,0,'Cliff Thunderer',NULL,NULL,0,53,54,0,778,0,1.1,1.14286,1,1,92,122,0,224,2.4,2500,2000,1,64,2048,0,0,0,0,0,0,63,93,22,5,0,6147,0,0,0,0,0,0,0,0,8147,0,0,0,0,0,0,0,0,0,410,540,'',1,3,1,3,1,1,0,11405,0,0,0,0,0,149,1,0,0,'',12340),(6148,0,0,0,0,0,12813,0,0,0,'Cliff Walker',NULL,NULL,0,52,53,0,778,0,1.2,1.42857,1,1,89,119,0,218,2.4,2500,2000,1,64,2048,0,0,0,0,0,0,62,91,22,5,0,6148,0,0,0,0,0,0,0,0,16498,0,0,0,0,0,0,0,0,0,400,527,'',1,3,1,3,1,1,0,11405,0,0,0,0,0,147,1,0,0,'',12340),(6166,0,0,0,0,0,4944,0,0,0,'Yorus Barleybrew','',NULL,0,24,24,0,122,2,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6167,0,0,0,0,0,12682,0,0,0,'Chimaera Matriarch',NULL,NULL,0,28,28,0,16,0,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,0,2048,0,38,0,0,0,0,27,40,8,1,65537,6167,0,100010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.05,1,1,0,6840,0,0,0,0,0,0,1,0,0,'',12340),(6168,0,0,0,0,0,6110,0,0,0,'Roogug',NULL,NULL,0,26,26,0,152,0,1,1.14286,1,1,34,46,0,84,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,23,34,6,7,0,6168,0,0,0,0,0,0,0,0,9532,0,0,0,0,0,0,0,0,0,142,191,'SmartAI',1,3,1,3,1,1,0,5825,6841,0,0,0,0,0,1,0,0,'',12340),(6169,0,0,0,0,0,4999,0,0,0,'Klockmort Spannerspan',NULL,NULL,0,43,45,0,875,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6170,0,0,0,0,0,203,0,0,0,'Gutspill','',NULL,0,32,32,0,24,0,1,1.14286,1,0,42,55,0,100,1,2000,2000,2,0,2048,0,0,0,0,0,0,29,42,9,7,0,6170,0,6170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,64,'SmartAI',0,3,1,1.1,1,1,0,896,895,6845,0,0,0,0,1,0,0,'',12340),(6171,0,0,0,0,0,4885,0,0,0,'Duthorian Rall',NULL,NULL,0,60,60,0,1078,2,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,512,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6172,0,0,0,0,0,4886,0,0,0,'Henze Faulk',NULL,NULL,0,10,10,0,123,2,1,1.14286,1,0,12,16,0,38,1,2000,2000,2,768,2048,0,0,0,0,0,0,8,12,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(6173,0,0,0,0,0,4887,0,0,0,'Gazin Tenorm',NULL,NULL,0,9,9,0,122,2,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6174,0,0,0,0,0,4888,0,0,0,'Stephanie Turner',NULL,NULL,0,5,5,0,12,2,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6175,0,0,0,0,0,4889,0,0,0,'John Turner',NULL,NULL,0,8,8,0,12,2,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6176,0,0,0,0,0,4954,0,0,0,'Bath\'rah the Windwatcher',NULL,NULL,0,35,35,0,35,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6177,0,0,0,0,0,4890,0,0,0,'Narm Faulk',NULL,NULL,0,8,8,0,122,2,1,1.14286,1,0,10,13,0,32,1,2000,2123,2,4096,2048,0,0,0,0,0,0,6,9,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(6178,0,0,0,0,0,4891,0,0,0,'Muiredon Battleforge',NULL,NULL,0,10,10,0,55,2,1,1.14286,1,0,12,16,0,38,1,2000,2000,2,512,2048,0,0,0,0,0,0,8,12,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6179,0,0,0,0,0,4892,0,0,0,'Tiza Battleforge',NULL,NULL,0,60,60,0,55,2,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,512,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6180,0,0,0,0,0,4908,4909,0,0,'Defias Raider',NULL,NULL,0,17,18,0,14,0,1.02,1.14286,1,0,26,35,0,64,1,1810,1991,1,0,2048,0,0,0,0,0,0,18,26,3,7,0,6180,0,0,0,0,0,0,0,0,2457,25710,0,0,0,0,0,0,0,0,20,31,'SmartAI',0,3,1,0.85,1,1,0,829,0,0,0,0,0,0,1,0,0,'',12340),(6181,0,0,0,0,0,4893,0,0,0,'Jordan Stilwell',NULL,NULL,0,30,30,0,12,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6182,0,0,0,0,0,4894,0,0,0,'Daphne Stilwell','',NULL,0,20,20,0,231,2,0.95,1.14286,1,0,29,39,0,70,1,2000,2000,1,4096,2048,0,0,0,0,0,0,20,30,4,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_daphne_stilwell',12340),(6184,0,0,0,0,0,936,0,0,0,'Timbermaw Pathfinder',NULL,NULL,0,46,47,0,414,0,0.666668,0.992063,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,7,0,6184,6184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,121,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6185,0,0,0,0,0,6825,0,0,0,'Timbermaw Warrior',NULL,NULL,0,47,48,0,414,0,0.666668,0.992063,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,7,0,6185,6185,0,0,0,0,0,0,0,11976,11977,0,0,0,0,0,0,0,0,94,128,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6186,0,0,0,0,0,1999,0,0,0,'Timbermaw Totemic',NULL,NULL,0,48,49,0,414,0,0.666668,0.992063,1,0,77,102,0,188,1,2000,2000,2,0,2048,0,0,0,0,0,0,52,77,17,7,0,6186,6186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,115,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6187,0,0,0,0,0,6826,0,0,0,'Timbermaw Den Watcher',NULL,NULL,0,49,50,0,414,0,0.666668,0.992063,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,6187,6187,0,0,0,0,0,0,0,9128,0,0,0,0,0,0,0,0,0,98,133,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6188,0,0,0,0,0,2000,0,0,0,'Timbermaw Shaman',NULL,NULL,0,50,51,0,414,0,0.666668,0.992063,1,0,61,85,0,93,1,2000,2000,8,0,2048,0,0,0,0,0,0,51,75,22,7,0,6188,6188,0,0,0,0,0,0,0,20295,37665,0,0,0,0,0,0,0,0,86,118,'',0,3,1,1.3,1,1,0,19775,0,0,0,0,0,0,1,0,0,'',12340),(6189,0,0,0,0,0,6746,0,0,0,'Timbermaw Ursa',NULL,NULL,0,51,52,0,414,0,0.666668,0.992063,1,0,87,117,0,214,1,2750,2000,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,6189,6189,0,0,0,0,0,0,0,8078,0,0,0,0,0,0,0,0,0,108,146,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6190,0,0,0,0,0,6747,0,0,0,'Spitelash Warrior',NULL,NULL,0,46,47,0,74,0,1,1.14286,1,0,79,105,0,192,1,2500,2000,1,32768,2048,0,0,0,0,0,0,54,80,18,7,0,6190,6190,0,0,0,0,0,0,0,6713,0,0,0,0,0,0,0,0,0,91,124,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_spitelashes',12340),(6193,0,0,0,0,0,6749,0,0,0,'Spitelash Screamer',NULL,NULL,0,47,48,0,74,0,1.1,1.14286,1,0,81,108,0,196,1,2000,2000,1,32768,2048,0,0,0,0,0,0,56,82,19,7,0,6193,6193,0,0,0,0,0,0,0,3589,0,0,0,0,0,0,0,0,0,92,125,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_spitelashes',12340),(6194,0,0,0,0,0,6748,0,0,0,'Spitelash Serpent Guard',NULL,NULL,0,48,49,0,74,0,1.1,1.14286,1,0,77,102,0,188,1,2000,2000,2,32768,2048,0,0,0,0,0,0,52,77,17,7,0,6194,6194,0,0,0,0,0,0,0,12548,0,0,0,0,0,0,0,0,0,82,113,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_spitelashes',12340),(6195,0,0,0,0,0,11266,0,0,0,'Spitelash Siren',NULL,NULL,0,51,52,0,74,0,1.1,1.14286,1,0,82,109,0,202,1,2000,2000,2,32768,2048,0,0,0,0,0,0,56,83,19,7,0,6195,6195,0,0,0,0,0,0,0,12551,6660,11640,11831,0,0,0,0,0,0,91,124,'',1,3,1,1.3,1,1,0,13815,20029,0,0,0,0,0,1,0,0,'npc_spitelashes',12340),(6196,0,0,0,0,0,11265,0,0,0,'Spitelash Myrmidon',NULL,NULL,0,50,51,0,74,0,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,32768,2048,0,0,0,0,0,0,59,87,20,7,0,6196,6196,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,105,143,'',1,3,1,1.3,1,1,0,13815,0,0,0,0,0,0,1,0,0,'npc_spitelashes',12340),(6198,0,0,0,0,0,18982,18983,0,0,'Blood Elf Surveyor',NULL,NULL,0,51,52,0,74,0,1.1,1.14286,1,0,82,109,0,202,1,2000,2000,2,0,2048,0,0,0,0,0,0,56,83,19,7,0,6198,6198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,124,'',0,3,1,1.3,1,1,0,20028,0,0,0,0,0,0,1,0,0,'',12340),(6199,0,0,0,0,0,18980,18981,0,0,'Blood Elf Reclaimer',NULL,NULL,0,52,53,0,74,0,1.1,1.14286,1,0,64,89,0,97,1,2000,2000,8,0,2048,0,0,0,0,0,0,53,78,23,7,0,6199,6199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,120,'',0,3,1,1.3,1,1,0,20028,0,0,0,0,0,0,1,0,0,'',12340),(6200,0,0,0,0,0,2878,0,0,0,'Legashi Satyr',NULL,NULL,0,51,52,0,90,0,1.1,1.14286,1,0,82,109,0,202,1,2000,2000,2,0,2048,0,0,0,0,0,0,56,83,19,3,0,6200,6200,0,0,0,0,0,0,204,0,0,0,0,0,0,0,0,0,0,91,124,'',1,3,1,1.3,1,1,0,18624,0,0,0,0,0,0,1,0,0,'',12340),(6201,0,0,0,0,0,6743,0,0,0,'Legashi Rogue',NULL,NULL,0,51,53,0,90,0,1.1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,3,0,6201,6201,0,0,0,0,0,0,209,0,0,0,0,0,0,0,0,0,0,108,146,'',1,3,1,1.3,1,1,0,18624,0,0,0,0,0,0,1,0,0,'',12340),(6202,0,0,0,0,0,11338,0,0,0,'Legashi Hellcaller',NULL,NULL,0,52,53,0,90,0,1.1,1.14286,1,0,64,89,0,97,1,2000,2000,8,0,2048,0,0,0,0,0,0,53,78,23,3,0,6202,6202,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,0,90,123,'',1,3,1,1.3,1,1,0,18624,0,0,0,0,0,0,1,0,0,'',12340),(6206,0,0,0,0,0,830,0,0,0,'Caverndeep Burrower','',NULL,0,24,26,0,59,0,1,1.14286,1,1,37,49,0,90,1.7,2000,1567,1,32832,2048,0,0,0,0,0,0,25,37,7,7,0,6206,6206,0,0,0,0,0,0,0,9770,16145,1604,9776,0,0,0,0,0,0,154,206,'SmartAI',1,3,1,3.25,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),(6207,0,0,0,0,0,764,0,0,0,'Caverndeep Ambusher','',NULL,0,24,26,0,59,0,1,1.14286,1,0,37,49,0,90,1.7,2000,1881,1,32768,2048,0,0,0,0,0,0,25,37,7,7,0,6207,6207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,50,'SmartAI',1,3,1,0.9,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),(6208,0,0,0,0,0,4905,0,0,0,'Caverndeep Invader','',NULL,0,25,26,0,59,0,1,1.14286,1,0,37,49,0,90,1,2000,1567,1,32832,2048,0,0,0,0,0,0,25,37,7,7,0,6208,6208,0,0,0,0,0,0,0,9770,1604,12540,0,0,0,0,0,0,0,133,179,'',0,3,1,1.05,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),(6209,0,0,0,0,0,830,0,0,0,'Caverndeep Looter',NULL,NULL,0,26,26,0,59,0,1.55,1.14286,1,1,37,49,0,90,2.4,1383,1521,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,6209,0,0,0,0,0,0,0,0,10851,0,0,0,0,0,0,0,0,0,139,186,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6210,0,0,0,0,0,726,0,0,0,'Caverndeep Pillager','',NULL,0,24,25,0,59,0,1,1.14286,1,0,35,48,0,86,1,1800,1604,1,32832,2048,0,0,0,0,0,0,24,36,6,7,0,6210,6210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,176,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6211,0,0,0,0,0,10285,0,0,0,'Caverndeep Reaver','',NULL,0,26,26,0,59,0,1,1.14286,1,1,37,49,0,90,1.7,2000,1567,1,32832,2048,0,0,0,0,0,0,25,37,7,7,0,6211,6211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,205,'SmartAI',1,3,1,3,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),(6212,0,0,0,0,0,3456,0,0,0,'Dark Iron Agent','',NULL,0,27,27,0,63,0,1,1.14286,1,1,38,51,0,92,1.7,2000,1475,1,32832,2048,0,0,0,0,0,0,26,39,7,7,0,6212,6212,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,200,266,'SmartAI',1,3,1,3,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),(6213,0,0,0,0,0,990,0,0,0,'Irradiated Invader','',NULL,0,24,26,0,59,0,1,1.14286,1,0,34,46,0,84,1,2000,1567,2,32832,2048,0,0,0,0,0,0,23,34,6,7,0,6213,6213,0,0,0,0,0,0,0,9771,9770,9769,0,0,0,0,0,0,0,114,154,'',0,3,1,1.02,2,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),(6215,0,0,0,0,0,4906,0,0,0,'Chomper',NULL,NULL,0,26,26,0,59,0,1.11111,1.14286,1,1,37,49,0,90,7.5,2000,1540,1,0,2048,0,0,0,0,0,0,25,37,7,1,0,6215,0,6215,0,0,0,0,0,0,1604,6409,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6218,0,0,0,0,0,358,0,0,0,'Irradiated Slime','',NULL,0,26,26,0,14,0,1,1.14286,1,1,37,49,0,90,1.7,2000,1567,1,64,2048,0,0,0,0,0,0,25,37,7,10,0,6218,6218,0,0,0,0,0,0,0,10341,1604,9459,0,0,0,0,0,0,0,153,205,'SmartAI',1,3,1,3,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),(6219,0,0,0,0,0,11137,0,0,0,'Corrosive Lurker','',NULL,0,26,27,0,14,0,1,1.14286,1,1,38,51,0,92,1.7,2000,1567,1,64,2048,0,0,0,0,0,0,26,39,7,10,0,6219,6219,0,0,0,0,0,0,0,9459,1604,10341,11638,0,0,0,0,0,0,164,219,'SmartAI',1,3,1,3,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),(6220,0,0,0,0,0,4907,0,0,0,'Irradiated Horror','',NULL,0,26,27,0,91,0,1,1.28968,1,1,36,47,0,86,1.7,2000,1549,2,64,2048,0,0,0,0,0,0,24,36,7,4,0,6220,0,0,145,29,145,29,29,29,8211,10341,1604,9459,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),(6221,0,0,0,0,0,6920,6925,0,0,'Addled Leper',NULL,NULL,0,24,25,0,63,0,1,1.14286,1,0,35,48,0,86,1,2000,1936,2,0,2048,0,0,0,0,0,0,24,36,6,7,0,6221,6221,0,0,0,0,0,0,0,0,7165,0,0,0,0,0,0,0,0,32,47,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6222,0,0,0,0,0,6932,6933,6934,6935,'Leprous Technician','',NULL,0,26,27,0,63,0,1,1.14286,1,0,38,51,0,92,1.7,2000,1881,1,32768,2048,0,0,0,0,0,0,26,39,7,7,0,6222,6222,0,0,0,0,0,0,0,13398,1604,12024,0,0,0,0,0,0,0,45,64,'SmartAI',1,3,1,1.05,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),(6223,0,0,0,0,0,6982,6981,0,0,'Leprous Defender','',NULL,0,26,27,0,63,0,1,1.14286,1,1,38,51,0,92,1.7,2000,1567,1,32832,2048,0,0,0,0,0,0,26,39,7,7,0,6223,6223,0,0,0,0,0,0,0,6660,2643,5116,0,0,0,0,0,0,0,164,219,'SmartAI',1,3,1,3,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),(6224,0,0,0,0,0,6936,6937,0,0,'Leprous Machinesmith','',NULL,0,26,27,0,63,0,1,1.14286,1,0,38,51,0,92,1.7,2000,1881,1,32768,2048,0,0,0,0,0,0,26,39,7,7,0,6224,6224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,61,'SmartAI',1,3,1,1.05,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),(6225,0,0,0,0,0,5926,0,0,0,'Mechano-Tank','',NULL,0,26,27,0,63,0,1,1.82857,1,1,38,51,0,92,1.7,1333,1549,1,64,2048,0,0,0,0,0,0,26,39,7,9,0,6225,0,0,0,0,0,0,0,0,10346,1604,17174,0,0,0,0,0,0,0,174,232,'SmartAI',1,3,1,3,1,1,0,9309,0,0,0,0,0,0,1,16384,0,'',12340),(6226,0,0,0,0,0,6890,0,0,0,'Mechano-Flamewalker','',NULL,0,27,27,0,63,0,1,1.82857,1,1,38,51,0,92,1.7,1333,1475,1,64,2048,0,0,0,0,0,0,26,39,7,9,0,6226,0,0,0,0,0,0,0,0,11306,10733,0,0,0,0,0,0,0,0,163,217,'SmartAI',1,3,1,2.5,1,1,0,9309,0,0,0,0,0,0,1,16384,0,'',12340),(6227,0,0,0,0,0,6891,0,0,0,'Mechano-Frostwalker','',NULL,0,27,27,0,63,0,1,1.82857,1,1,36,47,0,86,1.7,1333,1475,2,64,2048,0,0,0,0,0,0,24,36,7,9,0,6227,0,0,0,0,0,0,0,0,22519,11264,0,0,0,0,0,0,0,0,169,225,'SmartAI',1,3,1,3,1,1,0,9309,0,0,0,0,0,0,1,16384,0,'',12340),(6228,0,0,0,0,0,6669,0,0,0,'Dark Iron Ambassador',NULL,NULL,0,28,28,0,63,0,1,1.14286,1,2,37,49,0,90,7.5,2000,1494,2,0,2048,0,0,0,0,0,0,25,37,7,7,0,6228,0,0,0,0,0,0,0,100,0,9053,184,0,0,0,0,0,0,0,381,502,'SmartAI',1,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6229,0,0,0,0,0,6774,0,0,0,'Crowd Pummeler 9-60','',NULL,0,28,28,0,63,0,1,1.14286,1,1,39,53,0,96,1.7,2000,1475,1,64,2048,0,0,0,0,0,0,27,40,8,9,0,6229,0,0,0,0,0,0,0,0,16169,5568,10887,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,9309,0,0,0,0,0,0,1,17408,0,'',12340),(6230,0,0,0,0,0,8369,0,0,0,'Peacekeeper Security Suit','',NULL,0,27,27,0,63,0,1,1.14286,1,1,38,51,0,92,1.7,2000,1475,1,64,2048,0,0,0,0,0,0,26,39,7,9,0,6230,0,0,0,0,0,0,0,0,10730,6533,0,0,0,0,0,0,0,0,184,245,'SmartAI',1,3,1,3,1,1,0,9309,0,0,0,0,0,0,1,16384,0,'',12340),(6231,0,0,0,0,0,7288,0,0,0,'Techbot',NULL,NULL,0,26,26,0,63,0,1.51,1.14286,1,0,37,49,0,90,1,1425,1567,1,0,2048,0,0,0,0,0,0,25,37,7,9,0,6231,0,0,0,0,0,0,0,0,10852,10855,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,9277,9309,0,0,0,0,0,1,16384,0,'',12340),(6232,0,0,0,0,0,6889,0,0,0,'Arcane Nullifier X-21','',NULL,0,27,27,0,63,0,1,1.14286,1,1,38,51,0,92,1.7,2000,1475,1,64,2048,0,0,0,0,0,0,26,39,7,9,0,6232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,9309,0,0,0,0,0,0,1,16384,0,'',12340),(6233,0,0,0,0,0,6978,0,0,0,'Mechanized Sentry','',NULL,0,25,27,0,63,0,1,1.28968,1,1,38,51,0,92,1.7,2000,1567,1,64,2048,0,0,0,0,0,0,26,39,7,9,0,6233,0,0,0,0,0,0,0,0,1604,0,0,0,0,0,0,0,0,0,202,269,'',1,3,1,4,1,1,0,9309,0,0,0,0,0,0,1,16384,0,'',12340),(6234,0,0,0,0,0,6979,0,0,0,'Mechanized Guardian','',NULL,0,27,27,0,63,0,1,1.28968,1,1,38,51,0,92,1.7,2000,1475,1,64,2048,0,0,0,0,0,0,26,39,7,9,0,6234,0,0,0,0,0,0,0,0,11820,1604,0,0,0,0,0,0,0,0,190,253,'SmartAI',1,3,1,3,1,1,0,9309,0,0,0,0,0,0,1,16384,0,'',12340),(6235,0,0,0,0,0,6915,0,0,0,'Electrocutioner 6000','',NULL,0,28,28,0,63,0,1,1.14286,1,1,39,53,0,96,1.7,2000,1475,1,64,2048,0,0,0,0,0,0,27,40,8,9,0,6235,0,0,0,0,0,0,0,0,11082,11085,11084,0,0,0,0,0,0,0,281,372,'SmartAI',1,3,1,5,1,1,0,9309,0,0,0,0,0,0,1,17408,0,'',12340),(6236,0,0,0,0,0,4955,0,0,0,'Klannoc Macleod','The Islander',NULL,0,60,60,0,35,2,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6237,0,0,0,0,0,2989,2990,2991,2992,'Stockade Archer',NULL,NULL,0,45,45,0,11,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6238,0,0,0,0,0,4961,0,0,0,'Big Will',NULL,NULL,0,33,33,0,35,0,1.13,1.14286,1,0,46,61,0,112,1,1620,1782,1,0,2048,0,0,0,0,0,0,32,47,10,7,0,6238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,71,'',0,3,1,1.1,1,1,0,6927,0,0,0,0,0,0,1,0,0,'',12340),(6239,0,0,0,0,0,5187,0,0,0,'Cyclonian',NULL,NULL,0,40,40,0,91,0,1.64,1.14286,1,1,56,74,0,136,7.5,1300,1430,1,0,2048,0,0,0,0,0,0,39,57,14,4,0,6239,0,0,40,40,40,40,200,40,17207,6982,18670,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1.5,1,0,6894,0,0,0,0,0,0,1,0,0,'',12340),(6240,0,0,0,0,0,4968,4971,4969,4970,'Affray Challenger',NULL,NULL,0,26,27,0,35,0,1.06,1.14286,1,0,38,51,0,92,1,1750,1925,1,0,2048,0,0,0,0,0,0,26,39,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(6241,0,0,0,0,0,4911,0,0,0,'Bailor Stonehand',NULL,NULL,0,20,20,0,55,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6243,0,0,0,0,0,1773,0,0,0,'Gelihast','',NULL,0,24,24,0,18,0,1.2,1.14286,1,1,34,46,0,84,1.7,1200,1567,1,32832,2048,0,0,0,0,0,0,23,34,6,7,0,6243,6243,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,308,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6244,0,0,0,0,0,4928,0,0,0,'Takar the Seer',NULL,NULL,0,45,45,0,12,2,1,1.14286,1,0,54,75,0,81,1,2000,2000,8,512,2048,0,0,0,0,0,0,45,66,20,7,0,6244,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6245,0,0,0,0,0,4929,0,0,0,'Anathera',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6246,0,0,0,0,0,4930,0,0,0,'Latherion',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6247,0,0,0,0,0,4931,0,0,0,'Doan Karhan',NULL,NULL,0,40,40,0,35,2,1,1.14286,1,0,40,55,0,60,1,2000,2000,8,768,2048,0,0,0,0,0,0,34,49,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6248,0,0,0,0,0,7242,0,0,0,'Twiggy Flathead','The Announcer',NULL,0,35,35,0,35,0,1.1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_twiggy_flathead',12340),(6249,0,0,0,0,0,4962,4963,4966,4967,'Affray Spectator',NULL,NULL,0,22,43,0,35,0,0.97,1.14286,1,0,67,88,0,162,1,2000,2000,1,0,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6250,0,0,0,0,0,641,0,0,0,'Crawler','',NULL,0,11,12,0,7,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,8,0,0,0,0,11,17,100,1,1,6250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5838,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6251,0,0,0,0,0,4940,0,0,0,'Strahad Farsan',NULL,NULL,2385,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,768,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6252,0,0,0,0,0,4941,0,0,0,'Acolyte Magaz',NULL,NULL,2912,20,20,0,35,3,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,768,2048,0,0,0,0,0,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6253,0,0,0,0,0,4942,0,0,0,'Acolyte Fenrick',NULL,NULL,0,20,20,0,35,0,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,768,2048,0,0,0,0,0,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6254,0,0,0,0,0,4943,0,0,0,'Acolyte Wytula',NULL,NULL,2913,20,20,0,35,3,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,768,2048,0,0,0,0,0,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6266,0,0,0,0,0,4948,0,0,0,'Menara Voidrender',NULL,NULL,2603,50,50,0,35,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6267,0,0,0,0,0,4951,0,0,0,'Acolyte Porena',NULL,NULL,0,20,20,0,12,0,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,4096,2048,0,0,0,0,0,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6268,0,0,0,0,0,1913,0,0,0,'Summoned Felhunter',NULL,NULL,0,30,30,0,90,0,1.08,1.14286,1,0,42,56,0,102,1,1710,1881,1,0,2048,0,0,0,0,0,0,29,42,9,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6271,0,0,0,0,0,4959,4960,0,0,'Mouse','',NULL,0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(6272,0,0,0,0,0,5429,0,0,0,'Innkeeper Janene','Innkeeper',NULL,342,30,30,0,894,66179,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6286,0,0,0,0,0,4989,0,0,0,'Zarrin','Cook',NULL,2021,13,13,0,80,83,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,512,2048,0,0,2,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6287,0,0,0,0,0,4990,0,0,0,'Radnaal Maneweaver','Skinning Trainer',NULL,0,19,19,0,80,83,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,512,2048,0,0,2,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6288,0,0,0,0,0,4991,0,0,0,'Jayla','Skinning Trainer',NULL,0,23,23,0,80,83,1.05,1.14286,1,0,33,44,0,80,1,2000,2000,1,4608,2048,0,0,2,0,0,0,22,33,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6289,0,0,0,0,0,4993,0,0,0,'Rand Rhobart','Skinning Trainer',NULL,0,13,13,0,68,80,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,33280,2048,0,0,2,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6290,0,0,0,0,0,4992,0,0,0,'Yonn Deepcut','Skinning Trainer',NULL,0,8,8,0,104,83,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,4608,2048,0,0,2,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6291,0,0,0,0,0,4986,0,0,0,'Balthus Stoneflayer','Skinning Trainer',NULL,0,35,35,0,55,80,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6292,0,0,0,0,0,4985,0,0,0,'Eladriel','Skinning Trainer',NULL,0,35,35,0,80,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6293,0,0,0,0,0,4987,0,0,0,'Jorah Annison',NULL,NULL,0,20,20,0,68,2,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,4608,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6294,0,0,0,0,0,4988,0,0,0,'Krom Stoutarm',NULL,NULL,0,20,20,0,55,2,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,512,2048,0,0,0,0,0,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6295,0,0,0,0,0,4994,0,0,0,'Wilma Ranthal','Skinning Trainer',NULL,0,29,29,0,12,83,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,4608,2048,0,0,2,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6297,0,0,0,0,0,5019,0,0,0,'Kurdram Stonehammer','Mining Trainer',NULL,0,35,35,0,80,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6298,0,0,0,0,0,5020,0,0,0,'Thelgrum Stonehammer','Mining Supplies',NULL,0,30,30,0,80,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6299,0,0,0,0,0,5021,0,0,0,'Delfrum Flintbeard','Blacksmithing Trainer',NULL,2743,25,25,0,80,83,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,2,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6300,0,0,0,0,0,5022,0,0,0,'Elisa Steelhand','Blacksmithing Supplies',NULL,0,30,30,0,80,4224,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6301,0,0,0,0,0,5023,0,0,0,'Gorbold Steelhand','Trade Supplies',NULL,12726,30,30,0,80,131,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6306,0,0,0,0,0,5365,0,0,0,'Helene Peltskinner','Skinning Trainer',NULL,0,12,12,0,12,80,1,1.14286,1,0,17,22,0,46,1,1500,2000,1,512,2048,0,0,2,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6328,0,0,0,0,0,5042,0,0,0,'Dannie Fizzwizzle','',NULL,0,14,14,0,875,0,1,1.14286,1,0,14,20,0,21,1,1500,2000,8,512,2048,0,0,0,0,3,0,13,19,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6329,0,0,0,0,0,976,0,0,0,'Irradiated Pillager','',NULL,0,25,26,0,59,0,1,1.14286,1,1,34,46,0,84,1.7,2000,1567,2,32832,2048,0,0,0,0,0,0,23,34,6,7,0,6329,6329,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,168,'SmartAI',1,3,1,3,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),(6347,0,0,0,0,0,10900,0,0,0,'Young Wavethrasher',NULL,NULL,0,51,52,0,14,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,32768,2048,0,0,0,0,0,0,61,90,21,1,0,6347,0,6347,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,20087,20023,0,0,0,0,0,1,0,0,'',12340),(6348,0,0,0,0,0,10899,0,0,0,'Wavethrasher',NULL,NULL,0,52,53,0,14,0,1.1,1.14286,1,0,89,119,0,218,1,2000,2000,1,32768,2048,0,0,0,0,0,0,62,91,22,1,0,6348,0,6348,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20087,20023,0,0,0,0,0,1,0,0,'',12340),(6349,0,0,0,0,0,10897,0,0,0,'Great Wavethrasher',NULL,NULL,0,53,54,0,14,0,1.1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,1,0,6349,0,6349,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20087,20023,0,0,0,0,0,1,0,0,'',12340),(6350,0,0,0,0,0,1247,0,0,0,'Makrinni Razorclaw',NULL,NULL,0,54,55,0,129,0,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,6350,6350,0,0,0,0,0,0,0,13444,0,0,0,0,0,0,0,0,0,117,158,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6351,0,0,0,0,0,386,0,0,0,'Storm Bay Oracle',NULL,NULL,0,54,55,0,18,0,1.1,1.14286,1,0,87,116,0,214,1,2000,2000,2,32768,2048,0,0,0,0,0,0,60,88,21,7,0,6351,6351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,139,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6352,0,0,0,0,0,10947,0,0,0,'Coralshell Lurker',NULL,NULL,0,53,54,0,7,0,1.1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,21,0,0,0,0,63,93,22,1,1,6352,0,6352,0,108,0,0,0,0,0,0,0,0,0,0,0,0,12952,0,0,0,'',1,3,1,1.3,1,1,0,20023,0,0,0,0,0,0,1,0,0,'',12340),(6366,0,0,0,0,0,5065,0,0,0,'Kurzen Mindslave',NULL,NULL,0,44,44,0,46,0,1,1.14286,1,0,67,89,0,166,1,2000,1727,2,0,2048,0,0,0,0,0,0,46,67,15,7,0,0,0,0,0,0,0,0,0,0,11642,7964,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6367,0,0,0,0,0,5086,0,0,0,'Donni Anthania','Crazy Cat Lady',NULL,0,5,5,0,12,128,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,512,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6368,0,0,0,0,0,5555,5556,5585,5586,'Cat',NULL,NULL,0,1,1,0,188,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(6369,0,0,0,0,0,2308,0,0,0,'Coralshell Tortoise',NULL,NULL,0,50,52,0,7,0,1.1,1.14286,1,0,87,117,0,214,1,2000,2000,1,32768,2048,0,21,0,0,0,0,61,90,21,1,1,6369,0,6369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12951,0,0,0,'',0,3,1,1.3,1,1,0,20023,0,0,0,0,0,0,1,0,0,'',12340),(6370,0,0,0,0,0,10922,0,0,0,'Makrinni Scrabbler',NULL,NULL,0,52,53,0,129,0,1.1,1.14286,1,0,64,89,0,97,1,2000,2000,8,0,2048,0,0,0,0,0,0,53,78,23,7,0,6370,0,0,0,0,0,0,0,0,20822,11642,0,0,0,0,0,0,0,0,88,120,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6371,0,0,0,0,0,506,0,0,0,'Storm Bay Warrior',NULL,NULL,0,51,52,0,18,0,1.1,1.14286,1,0,87,117,0,214,1,2000,2000,1,32768,2048,0,0,0,0,0,0,61,90,21,7,0,6371,6371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,141,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6372,0,0,0,0,0,2600,0,0,0,'Makrinni Snapclaw',NULL,NULL,0,50,51,0,129,0,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,6372,0,0,0,0,0,0,0,0,3604,0,0,0,0,0,0,0,0,0,103,140,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6373,0,0,0,0,0,5087,0,0,0,'Dane Winslow','',NULL,0,8,8,0,12,0,1,1.14286,1,0,7,10,0,16,1,2000,2000,8,768,2048,0,0,0,0,3,0,7,10,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6374,0,0,0,0,0,5092,0,0,0,'Cylina Darkheart','',NULL,0,11,11,0,12,0,1,1.14286,1,0,11,15,0,18,1,2000,2000,8,512,2048,0,0,0,0,3,0,10,14,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6375,0,0,0,0,0,6757,0,0,0,'Thunderhead Hippogryph',NULL,NULL,0,46,48,0,14,0,1.2,1.42857,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,1,0,6375,0,6375,0,0,0,0,0,0,12553,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,20023,0,0,0,0,0,147,1,0,0,'',12340),(6376,0,0,0,0,0,5093,0,0,0,'Wren Darkspring','',NULL,0,5,5,0,875,2,1,1.14286,1,0,4,4,0,14,1,1500,2000,8,0,2048,0,0,0,0,3,0,2,3,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6377,0,0,0,0,0,10894,0,0,0,'Thunderhead Stagwing',NULL,NULL,0,48,50,0,14,0,1.1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,1,0,6377,0,6377,0,0,0,0,0,0,12553,11019,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,20023,0,0,0,0,0,147,1,0,0,'',12340),(6378,0,0,0,0,0,10893,0,0,0,'Thunderhead Skystormer',NULL,NULL,0,50,52,0,14,0,1.1,1.14286,1,0,82,109,0,202,1,2000,2000,2,0,2048,0,0,0,0,0,0,56,83,19,1,0,6378,0,6378,0,0,0,0,0,0,12553,6535,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20023,0,0,0,0,0,147,1,0,0,'',12340),(6379,0,0,0,0,0,10892,0,0,0,'Thunderhead Patriarch',NULL,NULL,0,52,54,0,14,0,1.1,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,1,0,6379,0,6379,0,0,0,0,0,0,12553,6268,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20023,0,0,0,0,0,147,1,0,0,'',12340),(6380,0,0,0,0,0,10891,0,0,0,'Thunderhead Consort',NULL,NULL,0,52,54,0,14,0,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,2,0,2048,0,0,0,0,0,0,59,86,20,1,0,6380,0,6380,0,0,0,0,0,0,36594,12553,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20023,0,0,0,0,0,147,1,0,0,'',12340),(6382,0,0,0,0,0,5085,0,0,0,'Jubahl Corpseseeker','',NULL,0,60,60,0,875,2,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,512,2048,0,0,0,0,3,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6386,0,0,0,0,0,2418,0,0,0,'Ward of Zanzil',NULL,NULL,0,46,46,0,16,0,0.82,1.14286,1,0,77,102,0,188,1,1550,1705,1,0,2048,0,0,0,0,0,0,53,78,17,9,0,0,0,0,0,0,0,0,0,0,8833,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(6387,0,0,0,0,0,5108,0,0,0,'Dranh','Skinning Trainer',NULL,0,15,15,0,104,83,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,4608,2048,0,0,2,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6388,0,0,0,0,0,200,0,0,0,'Zanzil Skeleton',NULL,NULL,0,46,46,0,16,0,0.99,1.14286,1,0,77,102,0,188,1,1560,1716,1,0,2048,0,0,0,0,0,0,53,78,17,6,0,6388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(6389,0,0,0,0,0,5345,0,0,0,'Deathguard Podrig',NULL,NULL,0,25,25,0,68,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,33280,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6390,0,0,0,0,0,5447,0,0,0,'Ulag the Cleaver',NULL,NULL,0,11,11,0,14,0,0.96,1.14286,1,0,15,20,0,44,1,1910,2000,1,0,2048,0,0,0,0,0,0,9,14,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6391,0,0,0,0,0,6610,6611,0,0,'Holdout Warrior','',NULL,0,26,27,0,23,0,1,1.14286,1,1,38,51,0,92,1.7,2000,2000,1,32832,2048,0,0,0,0,0,0,26,39,7,7,0,6391,6391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,232,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6392,0,0,0,0,0,6608,6609,0,0,'Holdout Medic','',NULL,0,26,27,0,23,0,1,1.14286,1,1,36,47,0,86,1.7,2000,1540,2,32832,2048,0,0,0,0,0,0,24,36,7,7,0,6392,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,254,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6393,0,0,0,0,0,5371,0,0,0,'Henen Ragetotem',NULL,NULL,0,62,62,0,83,2,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,4608,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6394,0,0,0,0,0,5373,0,0,0,'Ruga Ragetotem',NULL,NULL,0,30,30,0,83,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6395,0,0,0,0,0,5576,0,0,0,'Sergeant Rutger','Sergeant',NULL,0,62,62,0,83,2,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,4608,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6407,0,0,0,0,0,6628,6629,0,0,'Holdout Technician','',NULL,0,26,27,0,23,0,1.2,1.14286,1,1,38,51,0,92,1.7,2000,1549,1,32832,2048,0,0,0,0,0,0,26,39,7,7,0,6407,0,0,0,0,0,0,0,0,6660,8858,0,0,0,0,0,0,0,0,170,226,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6408,0,0,0,0,0,5370,0,0,0,'Ula\'elek',NULL,NULL,0,35,35,0,126,2,1,1.14286,1,0,49,64,0,118,1,2000,1826,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6410,0,0,0,0,0,5372,0,0,0,'Orm Stonehoof',NULL,NULL,0,45,45,0,83,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4608,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6411,0,0,0,0,0,5235,0,0,0,'Velora Nitely',NULL,NULL,0,45,45,0,68,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,37376,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6412,0,0,0,0,0,9786,0,0,0,'Skeleton',NULL,NULL,0,20,21,0,21,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,30,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,0.5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(6426,0,0,0,0,0,10255,10256,1196,4631,'Anguished Dead','',NULL,0,31,31,0,21,0,1,1.14286,1,1,44,58,0,106,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,30,44,9,6,0,6426,6426,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,264,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(6427,0,0,0,0,0,4629,0,0,0,'Haunting Phantasm','',NULL,0,31,31,0,21,0,1,1.14286,1,1,44,58,0,106,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,30,44,9,6,0,6427,0,0,0,0,0,0,0,0,0,8278,0,0,0,0,0,0,0,0,196,261,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(6446,0,0,0,0,0,5190,0,0,0,'Therzok',NULL,NULL,0,20,20,0,83,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6466,0,0,0,0,0,5205,0,0,0,'Gamon',NULL,NULL,0,12,12,0,7,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,512,2048,0,0,0,0,0,0,11,17,100,7,0,6466,6466,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,38,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6467,0,0,0,0,0,5206,0,0,0,'Mennet Carkad',NULL,NULL,0,30,30,0,68,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6486,0,0,0,0,0,5228,0,0,0,'Black Skeletal Horse',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),(6487,0,0,0,0,0,5266,0,0,0,'Arcanist Doan','',NULL,0,35,35,0,67,0,1,1.14286,1,1,34,48,0,52,2.4,2000,2000,8,32832,2048,0,0,0,0,0,0,29,43,17,7,0,6487,6487,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,572,'SmartAI',1,3,1,9,3,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),(6488,0,0,0,0,0,5230,0,0,0,'Fallen Champion','',NULL,0,32,32,0,21,0,1.2,1.14286,1,2,45,60,0,108,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,31,46,10,6,0,6488,0,0,0,0,0,0,0,0,19644,21949,19642,0,0,0,0,0,0,0,298,394,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(6489,0,0,0,0,0,5231,0,0,0,'Ironspine',NULL,NULL,0,32,32,0,21,0,1.59,1.14286,1,2,45,60,0,108,2.4,1350,1485,1,0,2048,0,0,0,0,0,0,31,46,10,6,0,6489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,394,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(6490,0,0,0,0,0,5534,0,0,0,'Azshir the Sleepless',NULL,NULL,0,32,32,0,21,0,1.6,1.14286,1,2,42,55,0,100,7.5,1341,1475,2,0,2048,0,0,0,0,0,0,29,42,9,6,0,6490,6490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,361,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(6491,0,0,0,0,0,5233,0,0,0,'Spirit Healer','','',83,60,60,0,35,16385,1,1,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6492,0,0,0,0,0,14273,0,0,0,'Rift Spawn',NULL,NULL,0,16,17,0,7,0,0.7,0.8,1,0,25,33,0,60,1,1850,2035,1,0,2048,0,0,0,0,0,0,17,25,2,4,0,6492,0,0,17,17,34,17,34,17,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6493,0,0,0,0,0,146,0,0,0,'Illusionary Phantasm','',NULL,0,31,31,0,21,0,1.54,1.14286,1,1,44,58,0,106,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,30,44,9,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(6494,0,0,0,0,0,5236,0,0,0,'Tazan',NULL,NULL,0,13,13,0,16,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,6494,6494,0,0,0,0,0,0,0,6253,0,0,0,0,0,0,0,0,0,14,23,'',0,1,1,1,1,1,0,7209,0,0,0,0,0,0,1,0,0,'',12340),(6495,0,0,0,0,0,7195,0,0,0,'Riznek','Drink Vendor',NULL,0,35,35,0,35,642,1.1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6496,0,0,0,0,0,5451,0,0,0,'Brivelthwerp','Ice Cream Vendor',NULL,0,35,35,0,35,642,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6497,0,0,0,0,0,5237,0,0,0,'Astor Hadren','',NULL,126,13,13,0,68,1,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,6497,6497,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,30,'SmartAI',0,3,1,1,1,1,0,7231,0,0,0,0,0,0,1,0,0,'',12340),(6498,0,0,0,0,0,5239,0,0,0,'Devilsaur',NULL,NULL,0,54,55,0,14,0,2.4,1.71429,1,1,94,125,0,228,2.4,2400,2000,1,64,2048,0,39,0,0,0,0,65,95,23,1,65537,6498,0,6498,200,200,200,200,200,200,14099,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(6499,0,0,0,0,0,5238,0,0,0,'Ironhide Devilsaur',NULL,NULL,0,54,56,0,14,0,2.4,1.71429,1,1,96,127,0,234,2.4,2800,2000,1,64,2048,0,39,0,0,0,0,67,97,23,1,65537,6499,0,6499,200,200,200,200,200,200,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(6500,0,0,0,0,0,5240,0,0,0,'Tyrant Devilsaur',NULL,NULL,0,54,55,0,14,0,2.4,1.71429,1,1,94,125,0,228,2.4,2800,2000,1,64,2048,0,39,0,0,0,0,65,95,23,1,65537,6500,0,6500,200,200,200,200,200,200,14100,13692,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(6501,0,0,0,0,0,5241,0,0,0,'Stegodon',NULL,NULL,0,52,53,0,634,0,1,1.14286,1,1,89,119,0,218,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,62,91,22,1,0,6501,0,6501,0,0,0,0,0,0,6268,15652,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,11114,46367,0,0,0,0,0,1,0,0,'',12340),(6502,0,0,0,0,0,5287,0,0,0,'Plated Stegodon',NULL,NULL,0,52,54,0,634,0,1,1.14286,1,1,92,122,0,224,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,63,93,22,1,0,6502,0,6502,0,0,0,0,0,0,14102,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,11114,46367,0,0,0,0,0,1,0,0,'',12340),(6503,0,0,0,0,0,5288,0,0,0,'Spiked Stegodon',NULL,NULL,0,53,54,0,634,0,1,1.14286,1,1,92,122,0,224,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,63,93,22,1,0,6503,0,6503,0,0,0,0,0,0,14102,32740,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,11114,46367,0,0,0,0,0,1,0,0,'',12340),(6504,0,0,0,0,0,5289,0,0,0,'Thunderstomp Stegodon',NULL,NULL,0,54,55,0,634,0,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,65,95,23,1,0,6504,0,6504,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,11114,46367,0,0,0,0,0,1,0,0,'',12340),(6505,0,0,0,0,0,5242,0,0,0,'Ravasaur',NULL,NULL,0,48,49,0,48,0,1.6,1.14286,1,0,83,110,0,200,1,1500,2000,1,0,2048,0,11,0,0,0,0,57,84,19,1,1,6505,0,6505,0,0,0,0,0,0,13443,0,0,0,0,0,0,0,13222,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11477,0,0,0,0,0,51,1,0,0,'',12340),(6506,0,0,0,0,0,5290,0,0,0,'Ravasaur Runner',NULL,NULL,0,49,50,0,48,0,1.6,1.42857,1,0,85,112,0,206,1,1500,2000,1,0,2048,0,11,0,0,0,0,58,86,20,1,1,6506,0,6506,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,13185,0,0,0,'',1,3,1,1.3,1,1,0,11477,0,0,0,0,0,150,1,0,0,'',12340),(6507,0,0,0,0,0,5292,0,0,0,'Ravasaur Hunter',NULL,NULL,0,49,50,0,48,0,1.6,1.14286,1,0,85,112,0,206,1,1500,2000,1,0,2048,0,11,0,0,0,0,58,86,20,1,1,6507,0,6507,0,0,0,0,0,0,3604,13443,0,0,0,0,0,0,13223,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11477,0,0,0,0,0,51,1,0,0,'',12340),(6508,0,0,0,0,0,5291,0,0,0,'Venomhide Ravasaur',NULL,NULL,0,50,51,0,48,0,1.6,1.14286,1,0,86,114,0,210,1,1500,2000,1,0,2048,0,11,0,0,0,0,59,87,20,1,1,6508,0,6508,0,0,0,0,0,0,14108,0,0,0,0,0,0,0,13237,0,0,0,'',1,3,1,1.3,1,1,0,11477,0,0,0,0,0,51,1,0,0,'',12340),(6509,0,0,0,0,0,11634,0,0,0,'Bloodpetal Lasher',NULL,NULL,0,48,49,0,7,0,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,4,0,6509,0,0,0,0,0,0,0,0,6607,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11316,0,0,0,0,0,0,1,0,0,'',12340),(6510,0,0,0,0,0,11635,0,0,0,'Bloodpetal Flayer',NULL,NULL,0,51,52,0,7,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,4,0,6510,0,0,0,0,0,0,0,0,14112,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11316,0,0,0,0,0,0,1,0,0,'',12340),(6511,0,0,0,0,0,11633,0,0,0,'Bloodpetal Thresher',NULL,NULL,0,49,50,0,7,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,4,0,6511,0,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11316,0,0,0,0,0,0,1,0,0,'',12340),(6512,0,0,0,0,0,11636,0,0,0,'Bloodpetal Trapper',NULL,NULL,0,52,53,0,7,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,4,0,6512,0,0,0,0,0,0,0,0,11922,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11316,0,0,0,0,0,0,1,0,0,'',12340),(6513,0,0,0,0,0,5294,0,0,0,'Un\'Goro Stomper',NULL,NULL,0,51,52,0,72,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,9,0,0,0,0,61,90,21,1,1,6513,0,6513,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12965,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11479,0,0,0,0,0,0,1,0,0,'',12340),(6514,0,0,0,0,0,844,0,0,0,'Un\'Goro Gorilla',NULL,NULL,0,50,51,0,72,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,9,0,0,0,0,59,87,20,1,1,6514,0,6514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12964,0,0,0,'',1,3,1,1.3,1,1,0,11478,0,0,0,0,0,0,1,0,0,'',12340),(6516,0,0,0,0,0,5244,0,0,0,'Un\'Goro Thunderer',NULL,NULL,0,52,53,0,72,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,9,0,0,0,0,62,91,22,1,1,6516,0,6516,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9053,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11480,0,0,0,0,0,0,1,0,0,'',12340),(6517,0,0,0,0,0,1549,0,0,0,'Tar Beast',NULL,NULL,0,50,51,0,16,0,0.666668,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,4,0,6517,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,103,140,'SmartAI',1,3,1,1.3,1,1,0,11834,0,0,0,0,0,0,1,0,0,'',12340),(6518,0,0,0,0,0,9010,0,0,0,'Tar Lurker',NULL,NULL,0,52,54,0,16,0,0.666668,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,4,0,6518,0,0,0,0,51,0,0,0,7279,0,0,0,0,0,0,0,0,0,111,150,'SmartAI',1,3,1,1.3,1,1,0,11834,0,0,0,0,0,0,1,0,0,'',12340),(6519,0,0,0,0,0,480,0,0,0,'Tar Lord',NULL,NULL,0,53,54,0,16,0,0.666668,1.14286,1,0,86,114,0,210,1,2000,2000,2,0,2048,0,0,0,0,0,0,59,86,20,4,0,6519,0,0,0,0,51,0,0,0,12747,11640,0,0,0,0,0,0,0,0,99,135,'SmartAI',1,3,1,1.3,1,1,0,11834,0,0,0,0,0,0,1,0,0,'',12340),(6520,0,0,0,0,0,1070,0,0,0,'Scorching Elemental',NULL,NULL,0,53,54,0,91,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,2,0,2048,0,0,0,0,0,0,59,86,20,4,0,6520,0,0,0,0,0,0,0,0,13878,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11829,0,0,0,0,0,0,1,0,0,'',12340),(6521,0,0,0,0,0,5488,0,0,0,'Living Blaze',NULL,NULL,0,54,55,0,91,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,4,0,6521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,11829,0,0,0,0,0,0,1,0,0,'',12340),(6522,0,0,0,0,0,5346,0,0,0,'Andron Gant',NULL,NULL,0,15,15,0,68,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,37376,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6523,0,0,0,0,0,825,0,0,0,'Dark Iron Rifleman',NULL,NULL,0,27,28,0,54,0,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,32768,2048,0,0,0,0,0,0,27,40,8,7,0,6523,6523,0,0,0,0,0,0,100,7891,8996,0,0,0,0,0,0,0,0,153,205,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6527,0,0,0,0,0,3018,0,0,0,'Tar Creeper',NULL,NULL,0,51,52,0,16,0,0.666668,1.14286,1,0,82,109,0,202,1,2000,2000,2,0,2048,0,0,0,0,0,0,56,83,19,4,0,6527,0,0,0,0,51,0,0,0,5568,744,6751,0,0,0,0,0,0,0,91,124,'SmartAI',1,3,1,1.3,1,1,0,11834,0,0,0,0,0,0,1,0,0,'',12340),(6546,0,0,0,0,0,5375,0,0,0,'Tabetha','',NULL,2916,62,62,0,35,3,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,768,2048,0,0,0,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6547,0,0,0,0,0,1027,0,0,0,'Suffering Victim','',NULL,0,25,25,0,68,0,1,1.14286,1,0,35,48,0,86,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,24,36,6,7,0,6547,6547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,50,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6548,0,0,0,0,0,5374,0,0,0,'Magus Tirth',NULL,NULL,0,51,51,0,35,131,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,768,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6549,0,0,0,0,0,5048,0,0,0,'Demon of the Orb',NULL,NULL,0,40,40,0,14,0,1.6,1.14286,1,1,56,74,0,136,7.5,1341,1475,1,0,2048,0,0,0,0,0,0,39,57,14,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6550,0,0,0,0,0,14252,0,0,0,'Mana Surge',NULL,NULL,0,40,40,0,14,0,1.14,1.14286,1,0,52,69,0,128,1,1610,2000,2,0,2048,0,0,0,0,0,0,36,53,13,4,0,0,0,0,40,40,40,40,40,40,9532,11824,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6551,0,0,0,0,0,11090,0,0,0,'Gorishi Wasp',NULL,NULL,0,51,52,0,310,0,1.4,1.42857,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,10,0,6551,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11837,22435,46380,0,0,0,149,1,0,0,'',12340),(6552,0,0,0,0,0,11091,0,0,0,'Gorishi Worker',NULL,NULL,0,51,52,0,310,0,1,1.14286,1,0,87,117,0,214,1,2800,2000,1,0,2048,0,0,0,0,0,0,61,90,21,10,0,6552,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11837,22435,46380,0,0,0,0,1,0,0,'',12340),(6553,0,0,0,0,0,11087,0,0,0,'Gorishi Reaver',NULL,NULL,0,51,53,0,310,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,41,0,0,0,0,62,91,22,1,65537,6553,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11837,22435,46380,0,0,0,0,1,0,0,'',12340),(6554,0,0,0,0,0,11088,0,0,0,'Gorishi Stinger',NULL,NULL,0,52,53,0,310,0,1.4,1.42857,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,10,0,6554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11837,22435,46380,0,0,0,149,1,0,0,'',12340),(6555,0,0,0,0,0,11089,0,0,0,'Gorishi Tunneler',NULL,NULL,0,52,53,0,310,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,10,0,6555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11837,22435,46380,0,0,0,0,1,0,0,'',12340),(6556,0,0,0,0,0,11140,0,0,0,'Muculent Ooze',NULL,NULL,0,48,50,0,14,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,10,0,6556,6556,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,95,129,'',1,3,1,1.25,1,1,0,12235,0,0,0,0,0,0,1,0,0,'',12340),(6557,0,0,0,0,0,4754,0,0,0,'Primal Ooze',NULL,NULL,0,50,52,0,14,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,10,0,6557,6557,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,140,'SmartAI',1,3,1,1.3,1,1,0,12235,0,0,0,0,0,0,1,0,0,'',12340),(6559,0,0,0,0,0,1146,0,0,0,'Glutinous Ooze',NULL,NULL,0,52,54,0,14,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,10,0,6559,6559,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,113,244,'SmartAI',1,3,1,1.3,1,1,0,12235,0,0,0,0,0,0,1,0,0,'',12340),(6560,0,0,0,0,0,8395,0,0,0,'Stone Guardian',NULL,NULL,0,60,61,0,7,0,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,4,0,6560,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,503,661,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6566,0,0,0,0,0,10732,0,0,0,'Estelle Gendry',NULL,NULL,161,25,25,0,68,1,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4608,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6567,0,0,0,0,0,5368,0,0,0,'Ghok\'kah','Tailoring Supplies',NULL,0,43,43,0,29,130,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,4608,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6568,0,0,0,0,0,7216,0,0,0,'Vizzklick','Tailoring Supplies',NULL,1301,50,50,0,474,131,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6569,0,0,0,0,0,5377,0,0,0,'Gnoarn',NULL,NULL,0,20,20,0,55,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6570,0,0,0,0,0,10834,0,0,0,'Fenwick Thatros',NULL,NULL,0,16,16,0,21,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,7,2,6570,6570,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,29,'SmartAI',0,3,1,1,1,1,0,7306,0,0,0,0,0,0,1,0,0,'',12340),(6574,0,0,0,0,0,5367,0,0,0,'Jun\'ha','Tailoring Supplies',NULL,0,31,31,0,29,130,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,512,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6575,0,0,0,0,0,2467,2478,0,0,'Scarlet Trainee',NULL,NULL,0,30,30,0,67,0,1,0.857143,1,0,30,42,0,44,1,2000,1881,8,0,2048,0,0,0,0,0,0,26,38,16,7,0,6575,6575,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,44,'SmartAI',1,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(6576,0,0,0,0,0,5366,0,0,0,'Brienna Starglow','Tailoring Supplies',NULL,0,40,40,0,80,130,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6577,0,0,0,0,0,5376,0,0,0,'Bingles Blastenheimer',NULL,NULL,0,16,16,0,55,2,1,1.14286,1,0,23,31,0,56,1,2000,2035,1,0,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6578,0,0,0,0,0,89,0,0,0,'Peasant (Wood)',NULL,NULL,0,1,2,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6579,0,0,0,0,0,5378,0,0,0,'Shoni the Shilent',NULL,NULL,0,17,17,0,55,2,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,512,2048,0,0,0,0,0,0,17,25,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6581,0,0,0,0,0,11319,0,0,0,'Ravasaur Matriarch',NULL,NULL,0,50,50,0,48,0,1.1,1.14286,1,4,85,112,0,206,1,2000,2000,1,0,2048,0,11,0,0,0,0,58,86,20,1,0,6581,0,6581,0,0,0,0,0,0,3391,13445,0,0,0,0,0,0,13189,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11477,0,0,0,0,0,51,1,0,0,'',12340),(6582,0,0,0,0,0,11084,0,0,0,'Clutchmother Zavas',NULL,NULL,0,54,54,0,310,0,1.1,1.14286,1,4,92,122,0,224,1,2000,2000,1,0,2048,0,41,0,0,0,0,63,93,22,1,65537,6582,0,100003,0,0,0,0,0,0,12097,40504,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6583,0,0,0,0,0,10932,0,0,0,'Gruff',NULL,NULL,0,57,57,0,634,0,1.1,1.14286,1,2,98,130,0,238,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,68,99,24,1,0,6583,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6584,0,0,0,0,0,5305,0,0,0,'King Mosh',NULL,NULL,0,60,60,0,14,0,1.6,1.71429,1,2,104,138,0,252,4.6,1500,2000,1,64,2048,0,39,0,0,0,0,72,106,26,1,65537,6584,0,6584,0,0,0,0,0,0,14100,14331,15550,13847,0,0,0,0,0,0,3975,5196,'SmartAI',1,3,1,20,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(6585,0,0,0,0,0,8129,0,0,0,'Uhk\'loc',NULL,NULL,0,52,53,0,72,0,1.1,1.14286,1,4,89,119,0,218,1,2000,2000,1,0,2048,0,9,0,0,0,0,62,91,22,1,1,6585,0,6585,0,0,0,0,0,0,9128,10966,12555,0,0,0,0,0,9051,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6586,0,0,0,0,0,5307,0,0,0,'Rokar Bladeshadow',NULL,NULL,21207,35,35,0,29,3,1.1,1.14286,1,0,49,64,0,118,1,2000,1826,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6606,0,0,0,0,0,7047,0,0,0,'Overseer Glibby',NULL,NULL,0,16,16,0,16,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,7,0,6606,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,29,'',1,1,1,1,1,1,0,7333,0,0,0,0,0,0,1,0,0,'',12340),(6607,0,0,0,0,0,9213,0,0,0,'Harroc',NULL,NULL,0,5,5,0,29,0,0.92,1.14286,1,0,5,7,0,32,1,2000,2156,1,512,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6626,0,0,0,0,0,5369,0,0,0,'\"Plucky\" Johnson',NULL,NULL,0,1,1,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,256,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_plucky',12340),(6646,0,0,0,0,0,10042,0,0,0,'Monnos the Elder',NULL,NULL,0,53,54,0,778,0,2.32,1.14286,1,2,92,122,0,224,2.4,1191,1310,1,0,2048,0,0,0,0,0,0,63,93,22,5,0,6646,0,0,0,0,0,0,0,0,11876,5568,10101,0,0,0,0,0,0,0,617,810,'',1,3,1,3,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),(6647,0,0,0,0,0,21180,0,0,0,'Magister Hawkhelm',NULL,NULL,0,51,52,0,74,0,1.76,1.14286,1,4,87,117,0,214,1,1183,1301,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,6647,0,0,0,0,0,0,0,0,6660,34974,0,0,0,0,0,0,0,0,108,146,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6648,0,0,0,0,0,3212,0,0,0,'Antilos',NULL,NULL,0,50,50,0,16,0,1.71,1.14286,1,4,85,112,0,206,1,1233,1356,1,0,2048,0,0,0,0,0,0,58,86,20,1,0,6648,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,20023,0,0,0,0,0,0,1,0,0,'',12340),(6649,0,0,0,0,0,11261,0,0,0,'Lady Sesspira',NULL,NULL,0,51,51,0,74,0,1.76,1.14286,1,4,80,106,0,198,1,1183,1301,2,0,2048,0,0,0,0,0,0,55,81,19,7,0,6649,6649,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,124,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6650,0,0,0,0,0,11257,0,0,0,'General Fangferror',NULL,NULL,0,50,51,0,74,0,1.71,1.14286,1,4,86,114,0,210,1,1225,1347,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,6650,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,137,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6651,0,0,0,0,0,1012,0,0,0,'Gatekeeper Rageroar',NULL,NULL,0,49,50,0,82,0,1.1,1.14286,1,4,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,6651,6651,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,133,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6652,0,0,0,0,0,2687,0,0,0,'Master Feardred',NULL,NULL,0,51,52,0,90,0,1.63,1.14286,1,4,87,117,0,214,1,1183,1301,1,0,2048,0,0,0,0,0,0,61,90,21,3,0,6652,0,0,0,0,0,0,0,0,22271,0,0,0,0,0,0,0,0,0,113,152,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6653,0,0,0,0,0,5379,0,0,0,'Huge Toad','',NULL,0,1,1,0,188,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(6667,0,0,0,0,0,5485,0,0,0,'Gelkak Gyromast',NULL,NULL,0,18,18,0,55,2,0.94,1.14286,1,0,26,35,0,64,1,2000,2000,1,4608,2048,0,0,0,0,0,0,18,26,3,7,0,6667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6668,0,0,0,0,0,5385,0,0,0,'Lord Cyrik Blackforge',NULL,NULL,0,23,23,0,122,0,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,32768,2048,0,0,0,0,0,0,22,33,5,7,0,6668,6668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,43,'',0,1,1,1.02,1,1,0,5017,5019,5018,0,0,0,0,1,0,0,'',12340),(6669,0,0,0,0,0,5386,0,0,0,'The Threshwackonator 4100','The First Mate',NULL,21208,20,20,0,35,1,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,9,4096,6669,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'npc_threshwackonator',12340),(6670,0,0,0,0,0,3264,0,0,0,'Westfall Woodworker','',NULL,0,5,5,0,12,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,6670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,51,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6706,0,0,0,0,0,11479,0,0,0,'Baritanas Skyriver','Hippogryph Master',NULL,6944,65,65,0,80,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6707,0,0,0,0,0,5528,0,0,0,'Fahrad','Grand Master Rogue',NULL,3984,60,60,0,471,51,1.05,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,4,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6726,0,0,0,0,0,5406,0,0,0,'Thalon','Wind Rider Master',NULL,0,65,65,0,104,8195,1.02,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6727,0,0,0,0,0,5407,0,0,0,'Innkeeper Brianna','Innkeeper',NULL,342,30,30,0,12,66177,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6728,0,0,0,0,0,5448,5448,0,5448,'Narnie','',NULL,0,1,1,0,188,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(6729,0,0,0,0,0,5465,0,0,0,'Morridune',NULL,NULL,321,27,27,0,80,1,1.14286,1,1,0,38,51,0,92,1,2000,2000,1,32768,2048,0,0,0,0,0,0,26,39,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6730,0,0,0,0,0,5425,0,0,0,'Jinky Twizzlefixxit','Engineering Supplies',NULL,0,30,30,0,35,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6731,0,0,0,0,0,10980,0,0,0,'Harlown Darkweave','Leatherworking Supplies',NULL,0,27,27,0,80,130,1.05,1.14286,1,0,38,51,0,92,1,2000,2000,1,4608,2048,0,0,0,0,0,0,26,39,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6732,0,0,0,0,0,8632,0,0,0,'Amie Pierce','',NULL,0,30,30,0,894,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6733,0,0,0,0,0,721,0,0,0,'Stonevault Basher',NULL,NULL,0,37,38,0,59,0,1.05,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,6733,6733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,348,'SmartAI',1,3,1,1.15,1,1,0,5797,0,0,0,0,0,0,1,0,0,'',12340),(6734,0,0,0,0,0,5434,0,0,0,'Innkeeper Hearthstove','Innkeeper',NULL,345,30,30,0,55,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6735,0,0,0,0,0,5439,0,0,0,'Innkeeper Saelienne','Innkeeper',NULL,1581,30,30,0,80,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6736,0,0,0,0,0,5440,0,0,0,'Innkeeper Keldamyr','Innkeeper',NULL,1293,30,30,0,80,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6737,0,0,0,0,0,5441,0,0,0,'Innkeeper Shaussiy','Innkeeper',NULL,347,30,30,0,80,65667,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6738,0,0,0,0,0,5442,0,0,0,'Innkeeper Kimlya','Innkeeper',NULL,1581,30,30,0,80,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6739,0,0,0,0,0,7633,0,0,0,'Innkeeper Bates','Innkeeper',NULL,1296,30,30,0,68,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,33280,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6740,0,0,0,0,0,5444,0,0,0,'Innkeeper Allison','Innkeeper',NULL,342,30,30,0,12,66179,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6741,0,0,0,0,0,5449,0,0,0,'Innkeeper Norman','Innkeeper',NULL,348,30,30,0,68,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6746,0,0,0,0,0,5487,0,0,0,'Innkeeper Pala','Innkeeper',NULL,21215,30,30,0,104,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6747,0,0,0,0,0,5486,0,0,0,'Innkeeper Kauth','Innkeeper',NULL,1294,30,30,0,29,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6748,0,0,0,0,0,525,5561,4606,0,'Water Spirit',NULL,NULL,0,18,18,0,7,0,0.71,1.14286,1,0,26,35,0,64,1,1820,2002,1,0,2048,0,0,0,0,0,0,18,26,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6749,0,0,0,0,0,9257,0,0,0,'Erma','Stable Master',NULL,9821,30,30,0,12,4194305,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(6766,0,0,0,0,0,6573,6574,0,0,'Ravenholdt Guard','Assassin\'s League',NULL,4861,50,50,0,473,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6768,0,0,0,0,0,6572,0,0,0,'Lord Jorach Ravenholdt','Lord of the Assassin\'s League',NULL,0,60,60,0,471,2,1.05,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6771,0,0,0,0,0,5907,5908,5909,5910,'Ravenholdt Assassin','Assassin\'s League',NULL,4862,50,50,0,473,1,1.05,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6774,0,0,0,0,0,5526,0,0,0,'Falkhaan Isenstrider',NULL,NULL,0,10,10,0,12,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,768,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6775,0,0,0,0,0,5506,0,0,0,'Antur Fallow',NULL,NULL,0,3,3,0,104,2,1,1.14286,1,0,3,4,0,28,1,2000,2000,1,4864,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6776,0,0,0,0,0,5507,0,0,0,'Magrin Rivermane','',NULL,0,6,6,0,104,0,1,1.14286,1,0,7,9,0,34,1,2000,2000,1,4608,2048,0,0,0,0,0,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6777,0,0,0,0,0,7004,0,0,0,'Zan Shivsproket','Speciality Engineer',NULL,0,60,60,0,471,130,1.05,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6778,0,0,0,0,0,5527,0,0,0,'Melika Isenstrider','Assistant Innkeeper',NULL,0,11,11,0,12,2,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(6779,0,0,0,0,0,5529,0,0,0,'Smudge Thunderwood','Poison Supplies',NULL,0,45,45,0,471,1154,1.05,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6780,0,0,0,0,0,5748,0,0,0,'Porthannius',NULL,NULL,0,7,7,0,80,2,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,4864,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6781,0,0,0,0,0,5749,0,0,0,'Melarith',NULL,NULL,0,10,10,0,80,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6782,0,0,0,0,0,9211,0,0,0,'Hands Springsprocket',NULL,NULL,10900,10,10,0,64,3,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6784,0,0,0,0,0,5509,0,0,0,'Calvin Montague',NULL,NULL,0,5,5,0,68,2,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,37632,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_calvin_montague',12340),(6785,0,0,0,0,0,5508,0,0,0,'Ratslin Maime',NULL,NULL,0,7,7,0,68,2,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,37376,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6786,0,0,0,0,0,5729,0,0,0,'Ukor',NULL,NULL,0,4,4,0,29,2,1,1.14286,1,0,4,5,0,30,1,2000,2167,1,512,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6787,0,0,0,0,0,5730,0,0,0,'Yelnagi Blackarm',NULL,NULL,0,16,16,0,29,0,1,1.14286,1,0,23,31,0,56,1,2000,2035,1,512,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6788,0,0,0,0,0,1007,0,0,0,'Den Mother',NULL,NULL,0,18,19,0,44,0,0.94,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,4,0,0,0,0,19,27,3,1,1,6788,0,100004,0,0,0,0,0,0,3242,0,0,0,0,0,0,0,5802,0,0,0,'SmartAI',0,1,1,1.25,1,1,0,5414,0,0,0,0,0,0,1,0,2,'',12340),(6789,0,0,0,0,0,30059,5510,30060,0,'Thistle Cub',NULL,NULL,0,9,10,0,44,0,0.94,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,4,0,0,0,0,9,13,100,1,0,6789,0,100002,0,0,0,0,0,0,3242,0,0,0,0,0,0,0,12840,0,0,0,'SmartAI',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6790,0,0,0,0,0,8191,0,0,0,'Innkeeper Trelayne','Innkeeper',NULL,342,30,30,0,12,66177,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6791,0,0,0,0,0,7153,0,0,0,'Innkeeper Wiley','Innkeeper',NULL,349,35,35,0,69,66179,1,1.14286,1,0,49,64,0,118,1,1000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6806,0,0,0,0,0,5525,0,0,0,'Tannok Frosthammer','Innkeeper Assistant',NULL,0,10,10,0,55,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(6807,0,0,0,0,0,7105,0,0,0,'Innkeeper Skindle','Innkeeper',NULL,349,46,46,0,120,66177,1,1.14286,1,0,77,102,0,188,1,1000,2000,1,512,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6826,0,0,0,0,0,5647,0,0,0,'Talvash del Kissel',NULL,NULL,1601,50,50,0,875,3,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,512,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6827,0,0,0,0,0,5557,5558,5559,5560,'Crab','',NULL,0,1,1,0,188,0,1,0.85714,1,0,2,2,0,24,4.6,2000,2000,1,0,2048,0,8,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(6846,0,0,0,0,0,7849,0,0,0,'Defias Dockmaster',NULL,NULL,0,10,10,0,27,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,6846,6846,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,18,'SmartAI',0,3,1,1,1,1,0,1019,0,0,0,0,0,0,1,0,0,'',12340),(6866,0,0,0,0,0,2340,2341,0,0,'Defias Bodyguard',NULL,NULL,0,10,10,0,17,0,0.97,1.14286,1,0,13,17,0,42,1,1890,2079,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,6866,6866,0,0,0,0,0,0,0,7159,6713,0,0,0,0,0,0,0,0,10,18,'SmartAI',0,3,1,1,1,1,0,1019,6846,0,0,0,0,0,1,0,0,'',12340),(6867,0,0,0,0,0,2709,0,0,0,'Tracking Hound',NULL,NULL,0,30,30,0,35,0,0.92,1.14286,1,0,42,56,0,102,1,2000,2200,1,0,2048,0,25,0,0,0,0,29,42,9,1,1,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13085,0,0,0,'',1,1,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6868,0,0,0,0,0,5646,0,0,0,'Jarkal Mossmeld',NULL,NULL,0,35,35,0,126,2,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,4608,2048,0,0,0,0,0,0,29,43,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6886,0,0,0,0,0,5648,0,0,0,'Onin MacHammar',NULL,NULL,0,12,12,0,55,2,0.7,0.8,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6887,0,0,0,0,0,5745,0,0,0,'Yalda',NULL,NULL,0,50,55,0,80,2,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,4096,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6906,0,0,0,0,0,5710,0,0,0,'Baelog',NULL,NULL,0,39,39,0,122,2,1,1.14286,1,1,54,72,0,132,2.4,2000,1384,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,6906,6906,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,358,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6907,0,0,0,0,0,5708,0,0,0,'Eric \"The Swift\"',NULL,NULL,0,39,39,0,122,2,1,2.14286,1,1,54,72,0,132,2.4,2000,1475,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,6907,6907,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,351,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(6908,0,0,0,0,0,5709,0,0,0,'Olaf',NULL,NULL,0,39,39,0,122,2,1,1.14286,1,1,54,72,0,132,2.4,2000,1448,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,6908,6908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,390,'SmartAI',0,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6909,0,0,0,0,0,11339,0,0,0,'Sethir the Ancient',NULL,NULL,0,12,12,0,14,0,0.84,1.14286,1,0,17,22,0,46,1,1860,2046,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,6909,6909,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,23,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6910,0,0,0,0,0,5945,0,0,0,'Revelosh',NULL,NULL,0,39,39,0,59,0,1,1.14286,1,1,51,67,0,124,2.4,2000,1466,2,0,2048,0,0,0,0,0,0,35,51,12,7,0,6910,6910,0,0,0,0,0,0,0,15117,15801,0,0,0,0,0,0,0,0,227,301,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6911,0,0,0,0,0,2013,0,0,0,'Minion of Sethir',NULL,NULL,0,8,10,0,14,0,0.97,1.14286,1,0,13,17,0,42,1,1890,2079,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,6911,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,18,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6912,0,0,0,0,0,5711,0,0,0,'Remains of a Paladin',NULL,NULL,0,35,35,0,35,2,1,1.14286,1,0,45,60,0,110,2.4,2000,1826,2,2,2048,0,0,0,0,0,0,31,46,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6913,0,0,0,0,0,5685,0,0,0,'Lost One Rift Traveler',NULL,NULL,0,25,25,0,51,0,1.05,1.14286,1,0,35,48,0,86,1,1760,1936,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6927,0,0,0,0,0,2357,2358,0,0,'Defias Dockworker',NULL,NULL,0,8,9,0,17,0,1,0.85714,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,6927,0,0,0,0,0,0,0,0,8646,0,0,0,0,0,0,0,0,0,8,15,'SmartAI',1,3,1,1,1,1,0,1019,0,0,0,0,0,100,1,0,0,'',12340),(6928,0,0,0,0,0,5705,0,0,0,'Innkeeper Grosk','Innkeeper',NULL,1290,30,30,0,29,66179,1,1.14286,1,0,42,56,0,102,1,2000,1881,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6929,0,0,0,0,0,5706,0,0,0,'Innkeeper Gryshka','Innkeeper',NULL,441,30,30,0,29,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6930,0,0,0,0,0,5707,0,0,0,'Innkeeper Karakul','Innkeeper',NULL,1290,30,30,0,29,66177,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6932,0,0,0,0,0,5712,0,0,0,'Swamp Spirit',NULL,NULL,0,50,50,0,14,0,1.14,1.14286,1,0,85,112,0,206,1,1610,1771,1,0,2048,0,0,0,0,0,0,58,86,20,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6946,0,0,0,0,0,7613,0,0,0,'Renzik \"The Shiv\"','SI:7 Operative',NULL,0,40,40,0,12,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6966,0,0,0,0,0,5752,0,0,0,'Lucius','',NULL,0,20,20,0,55,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6986,0,0,0,0,0,5769,0,0,0,'Dran Droffers','Droffers and Son Salvage',NULL,0,45,45,0,29,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6987,0,0,0,0,0,5770,0,0,0,'Malton Droffers','Droffers and Son Salvage',NULL,0,40,40,0,125,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7007,0,0,0,0,0,5767,0,0,0,'Tiev Mordune',NULL,NULL,0,22,22,0,876,2,0.94,1.14286,1,0,30,39,0,71,1,2000,2000,2,4608,2048,0,0,0,0,0,0,21,31,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7009,0,0,0,0,0,5768,0,0,0,'Arantir','The Hand of Chaos',NULL,0,45,45,0,84,2,1,1.14286,1,1,76,100,0,184,2.4,2000,2000,1,576,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7010,0,0,0,0,0,6839,0,0,0,'Zilzibin Drumlore',NULL,NULL,6229,35,35,0,126,3,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,512,2048,0,0,0,0,0,0,29,43,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7011,0,0,0,0,0,6010,0,0,0,'Earthen Rocksmasher',NULL,NULL,0,38,39,0,415,0,1,1.14286,1,0,54,72,0,132,2.4,2700,1661,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,7011,7011,0,0,0,0,0,0,0,12057,2457,0,0,0,0,0,0,0,0,75,103,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7012,0,0,0,0,0,6009,0,0,0,'Earthen Sculptor',NULL,NULL,0,38,39,0,415,0,1,1.14286,1,0,38,54,0,58,2.4,2000,1661,8,0,2048,0,0,0,0,0,0,33,48,18,7,0,7012,7012,0,0,0,0,0,0,0,10452,2602,0,0,0,0,0,0,0,0,65,89,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7015,0,0,0,0,0,1305,0,0,0,'Flagglemurk the Cruel',NULL,NULL,0,16,16,0,18,0,1,1.14286,1,4,23,31,0,56,1,2000,1631,1,32768,2048,0,0,0,0,0,0,16,23,2,7,0,7015,0,0,0,0,0,0,0,0,18812,11976,0,0,0,0,0,0,0,0,18,29,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7016,0,0,0,0,0,4982,0,0,0,'Lady Vespira',NULL,NULL,0,22,22,0,74,0,1.69,1.14286,1,4,30,39,0,71,1,1466,1613,2,32768,2048,0,0,0,0,0,0,21,31,5,7,0,7016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,40,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7017,0,0,0,0,0,4762,0,0,0,'Lord Sinslayer',NULL,NULL,0,15,16,0,74,0,0.94,1.14286,1,4,23,31,0,56,1,2000,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,7,0,7017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,28,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7022,0,0,0,0,0,2488,0,0,0,'Venomlash Scorpid',NULL,NULL,0,37,38,0,413,0,1,1.14286,1,1,53,70,0,128,2.4,2000,1475,1,0,2048,0,20,0,0,0,0,36,53,13,1,1,7022,0,7022,0,0,0,0,0,0,5416,0,0,0,0,0,0,0,5873,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7023,0,0,0,0,0,5285,0,0,0,'Obsidian Sentinel',NULL,NULL,0,40,40,0,54,0,1,1.14286,1,1,56,74,0,136,2.4,2000,1384,1,0,2048,0,0,0,0,0,0,39,57,14,9,0,7023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,417,549,'SmartAI',1,3,1,5,1,1,0,8053,0,0,0,0,0,0,1,16384,0,'',12340),(7024,0,0,0,0,0,5783,0,0,0,'Agent Kearnen',NULL,NULL,0,22,22,0,12,2,1.03,1.14286,1,0,32,42,0,78,1,2000,2000,1,4608,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7025,0,0,0,0,0,6045,0,0,0,'Blackrock Soldier',NULL,NULL,0,55,56,0,40,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,0,7025,7025,0,0,0,0,0,0,0,3248,12170,0,0,0,0,0,0,0,0,122,165,'SmartAI',0,3,1,1.35,1,1,0,11467,0,0,0,0,0,0,1,0,0,'',12340),(7026,0,0,0,0,0,6046,0,0,0,'Blackrock Sorcerer',NULL,NULL,0,55,56,0,40,0,1,1.14286,1,0,68,94,0,104,1,2000,2000,8,32768,2048,0,0,0,0,0,0,56,83,24,7,0,7026,7026,0,0,0,0,0,0,0,20823,20827,0,0,0,0,0,0,0,0,99,134,'SmartAI',0,3,1,1.35,1,1,0,11467,0,0,0,0,0,0,1,0,0,'',12340),(7027,0,0,0,0,0,6047,0,0,0,'Blackrock Slayer',NULL,NULL,0,56,57,0,40,0,1,1.14286,1,0,98,130,0,238,1,2700,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,7027,7027,0,0,0,0,0,0,0,9080,38959,0,0,0,0,0,0,0,0,125,169,'SmartAI',1,3,1,1.35,1,1,0,11467,0,0,0,0,0,0,1,0,0,'',12340),(7028,0,0,0,0,0,6048,0,0,0,'Blackrock Warlock',NULL,NULL,0,56,57,0,40,0,1,1.14286,1,0,69,96,0,106,1,2000,2000,8,32768,2048,0,0,0,0,0,0,58,85,24,7,0,7028,7028,0,0,0,0,0,0,0,20826,20825,0,0,0,0,0,0,0,0,100,135,'SmartAI',0,3,1,1.35,1,1,0,11467,0,0,0,0,0,0,1,0,0,'',12340),(7029,0,0,0,0,0,6049,0,0,0,'Blackrock Battlemaster',NULL,NULL,0,57,58,0,40,0,1,1.14286,1,0,100,132,0,242,1,1600,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,7,0,7029,7029,0,0,0,0,0,0,0,30798,0,0,0,0,0,0,0,0,0,130,175,'',0,3,1,1.35,1,1,0,11467,0,0,0,0,0,0,1,0,0,'',12340),(7030,0,0,0,0,0,6056,0,0,0,'Shadowforge Geologist',NULL,NULL,0,38,39,0,54,0,1,1.14286,1,1,51,67,0,124,2.4,2000,1393,2,0,2048,0,0,0,0,0,0,35,51,12,7,0,7030,7030,0,0,0,0,0,0,0,8814,3356,0,0,0,0,0,0,0,0,231,306,'SmartAI',1,3,1,3,1,1,0,8009,8052,0,0,0,0,0,1,0,0,'',12340),(7031,0,0,0,0,0,2075,0,0,0,'Obsidian Elemental',NULL,NULL,0,52,53,0,91,0,1.55556,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,4,0,7031,0,0,52,190,190,52,52,52,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7032,0,0,0,0,0,5781,0,0,0,'Greater Obsidian Elemental',NULL,NULL,0,55,57,0,91,0,1.55556,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,4,0,7032,0,0,112,168,112,112,112,112,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,11266,0,0,0,0,0,0,1,0,0,'',12340),(7033,0,0,0,0,0,11549,0,0,0,'Firegut Ogre',NULL,NULL,0,50,51,0,45,0,1.6,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,7033,7033,0,0,0,0,0,0,0,13382,0,0,0,0,0,0,0,0,0,114,154,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(7034,0,0,0,0,0,11550,0,0,0,'Firegut Ogre Mage',NULL,NULL,0,51,52,0,45,0,1.6,1.14286,1,0,82,109,0,202,1,2000,2000,2,0,2048,0,0,0,0,0,0,56,83,19,7,0,7034,7034,0,0,0,0,0,0,78,13381,37599,20793,0,0,0,0,0,0,0,100,135,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(7035,0,0,0,0,0,10707,0,0,0,'Firegut Brute',NULL,NULL,0,52,53,0,45,0,1.6,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,7035,7035,0,0,0,0,0,0,0,11130,13382,0,0,0,0,0,0,0,0,118,159,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(7036,0,0,0,0,0,6649,0,0,0,'Thaurissan Spy',NULL,NULL,0,53,54,0,54,0,1,1.14286,1,0,92,122,0,224,1,1400,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,0,7036,7036,0,0,0,0,0,0,0,34969,0,0,0,0,0,0,0,0,0,114,154,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7037,0,0,0,0,0,8170,0,0,0,'Thaurissan Firewalker',NULL,NULL,0,53,55,0,54,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,7037,7037,0,0,0,0,0,0,0,40719,37638,0,0,0,0,0,0,0,0,114,154,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7038,0,0,0,0,0,6668,0,0,0,'Thaurissan Agent',NULL,NULL,0,54,55,0,54,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,7038,7038,0,0,0,0,0,0,0,13579,15620,0,0,0,0,0,0,0,0,117,158,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7039,0,0,0,0,0,10806,0,0,0,'War Reaver',NULL,NULL,0,53,55,0,54,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,4,0,7039,0,0,0,0,0,0,0,0,3391,10966,0,0,0,0,0,0,0,0,114,154,'SmartAI',1,3,1,1.3,1,1,0,11266,0,0,0,0,0,0,1,0,0,'',12340),(7040,0,0,0,0,0,143,0,0,0,'Black Dragonspawn',NULL,NULL,0,52,53,0,103,0,0.888888,1.14286,1,0,89,119,0,218,1,2800,2000,1,0,2048,0,0,0,0,0,0,62,91,22,2,0,7040,0,7040,0,125,0,0,0,0,15284,12054,0,0,0,0,0,0,0,0,400,527,'SmartAI',1,3,1,1.5,1,1,0,18705,0,0,0,0,0,0,1,0,0,'',12340),(7041,0,0,0,0,0,8249,0,0,0,'Black Wyrmkin',NULL,NULL,0,53,54,0,103,0,0.888888,1.14286,1,0,65,91,0,99,1,2000,2000,8,0,2048,0,0,0,0,0,0,54,80,23,2,0,7041,0,7041,0,125,0,0,0,0,9053,0,0,0,0,0,0,0,0,0,312,413,'SmartAI',1,3,1,1.25,1,1,0,18705,0,0,0,0,0,0,1,0,0,'',12340),(7042,0,0,0,0,0,2554,0,0,0,'Flamescale Dragonspawn',NULL,NULL,0,56,57,0,103,0,0.888888,1.14286,1,0,98,130,0,238,1,2900,2000,1,0,2048,0,0,0,0,0,0,68,99,24,2,0,7042,0,7042,0,125,0,0,0,0,16144,9080,0,0,0,0,0,0,0,0,449,592,'SmartAI',1,3,1,1.25,1,1,0,18705,0,0,0,0,0,0,1,0,0,'',12340),(7043,0,0,0,0,0,8309,0,0,0,'Flamescale Wyrmkin',NULL,NULL,0,57,58,0,103,0,0.888888,1.14286,1,0,71,98,0,107,1,2000,2000,8,0,2048,0,0,0,0,0,0,59,87,24,2,0,7043,0,7043,0,125,0,0,0,0,13341,9574,0,0,0,0,0,0,0,0,353,466,'SmartAI',1,3,1,1.25,1,1,0,18705,0,0,0,0,0,0,1,0,0,'',12340),(7044,0,0,0,0,0,6374,0,0,0,'Black Drake',NULL,NULL,0,52,52,0,103,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,2,0,7044,0,7044,0,0,0,0,0,0,8873,0,0,0,0,0,0,0,0,0,388,512,'SmartAI',1,5,1,1.25,1,1,0,18705,0,0,0,0,0,0,1,0,0,'',12340),(7045,0,0,0,0,0,9585,0,0,0,'Scalding Drake',NULL,NULL,0,53,55,0,103,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,2,0,7045,0,7045,0,0,0,0,0,0,9573,0,0,0,0,0,0,0,0,0,423,557,'SmartAI',1,5,1,1.25,1,1,0,18705,0,0,0,0,0,0,1,0,0,'',12340),(7046,0,0,0,0,0,6377,0,0,0,'Searscale Drake',NULL,NULL,0,56,58,0,103,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,2,0,7046,0,7046,0,0,0,0,0,0,16144,0,0,0,0,0,0,0,0,0,453,597,'SmartAI',0,5,1,1.25,1,1,0,18705,0,0,0,0,0,0,1,0,0,'',12340),(7047,0,0,0,0,0,397,0,0,0,'Black Broodling',NULL,NULL,0,51,52,0,103,0,1.4,1.42857,1,0,82,109,0,202,1,2000,2000,2,0,2048,0,0,0,0,0,0,56,83,19,2,0,7047,0,7047,0,150,0,0,0,0,13375,0,0,0,0,0,0,0,0,0,93,127,'SmartAI',1,3,1,1.3,1,1,0,18705,0,0,0,0,0,149,1,0,0,'',12340),(7048,0,0,0,0,0,400,0,0,0,'Scalding Broodling',NULL,NULL,0,53,54,0,103,0,1.4,1.42857,1,0,65,91,0,99,1,2000,2000,8,0,2048,0,0,0,0,0,0,54,80,23,2,0,7048,0,7048,0,150,0,0,0,0,13375,0,0,0,0,0,0,0,0,0,93,126,'SmartAI',0,3,1,1.3,1,1,0,18705,0,0,0,0,0,149,1,0,0,'',12340),(7049,0,0,0,0,0,457,0,0,0,'Flamescale Broodling',NULL,NULL,0,55,56,0,103,0,1.4,1.42857,1,0,89,118,0,220,1,2000,2000,2,0,2048,0,0,0,0,0,0,61,90,21,2,0,7049,0,7049,0,0,0,0,0,0,13342,13375,0,0,0,0,0,0,0,0,108,145,'SmartAI',0,3,1,1.35,1,1,0,18705,0,0,0,0,0,149,1,0,0,'',12340),(7050,0,0,0,0,0,5812,0,0,0,'Defias Drone','',NULL,0,22,22,0,27,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,32,4,6,0,7050,7050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,42,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7051,0,0,0,0,0,5813,0,0,0,'Malformed Defias Drone','',NULL,0,23,23,0,27,0,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,7,0,7051,7051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7052,0,0,0,0,0,5811,5809,0,0,'Defias Tower Patroller','',NULL,0,23,23,0,27,0,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,7,0,7052,7052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,44,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7053,0,0,0,0,0,5805,0,0,0,'Klaven Mortwake','',NULL,0,23,23,0,27,0,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,32768,2048,0,0,0,0,0,0,22,33,5,7,0,7053,7053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,185,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7055,0,0,0,0,0,741,0,0,0,'Blackrock Worg',NULL,NULL,0,54,55,0,40,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,1,0,0,0,0,65,95,23,1,1,7055,0,7055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8298,0,0,0,'',0,1,1,1.3,1,1,0,11467,0,0,0,0,0,0,1,0,0,'',12340),(7056,0,0,0,0,0,5806,5807,0,0,'Defias Tower Sentry','',NULL,0,24,24,0,27,0,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,7056,7056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7057,0,0,0,0,0,7220,0,0,0,'Digmaster Shovelphlange',NULL,NULL,0,38,38,0,14,0,1.05,1.14286,1,2,53,70,0,128,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,36,53,13,7,0,7057,0,0,0,0,0,0,0,0,8380,7164,0,0,0,0,0,0,0,0,547,719,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7067,0,0,0,0,0,5832,0,0,0,'Venture Co. Drone','',NULL,0,22,22,0,27,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,32,4,6,0,7067,7067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,42,'',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7068,0,0,0,0,0,5828,5829,0,0,'Condemned Acolyte',NULL,NULL,0,57,58,0,16,0,1,1.14286,1,1,93,123,0,228,2.4,2000,2000,2,32768,2048,0,0,0,0,0,0,64,94,23,6,0,7068,0,0,0,0,0,0,0,0,25058,15654,0,0,0,0,0,0,0,0,421,555,'SmartAI',0,3,1,3.3,3,1,0,22229,0,0,0,0,0,0,1,8388624,0,'',12340),(7069,0,0,0,0,0,5822,5823,0,0,'Condemned Monk',NULL,NULL,0,58,59,0,16,0,1.05,1.14286,1,1,102,135,0,248,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,6,0,7069,0,0,0,0,0,0,0,0,11978,15615,0,0,0,0,0,0,0,0,474,624,'SmartAI',0,3,1,3,1,1,0,22229,0,0,0,0,0,0,1,8388624,0,'',12340),(7070,0,0,0,0,0,5824,5825,5826,5827,'Condemned Cleric',NULL,NULL,0,59,60,0,16,0,1.05,1.14286,1,1,146,192,0,238,2.4,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,6,0,7070,0,0,0,0,0,0,0,0,25054,15586,0,0,0,0,0,0,0,0,454,598,'SmartAI',0,3,1,3.3,3,1,0,22229,0,0,0,0,0,0,1,8388624,0,'',12340),(7071,0,0,0,0,0,5816,5817,5818,5819,'Cursed Paladin',NULL,NULL,0,57,58,0,16,0,1,1.14286,1,1,93,123,0,228,2.4,2000,2000,2,32768,2048,0,0,0,0,0,0,64,94,23,6,0,7071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,413,544,'SmartAI',0,3,1,3.3,2,1,0,22229,0,0,0,0,0,0,1,8388624,0,'',12340),(7072,0,0,0,0,0,5820,5821,0,0,'Cursed Justicar',NULL,NULL,0,59,60,0,16,0,1.05,1.14286,1,1,104,138,0,252,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,6,0,7072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,693,'SmartAI',0,3,1,3.3,1,1,0,22229,0,0,0,0,0,0,1,8388624,0,'',12340),(7073,0,0,0,0,0,5831,0,0,0,'Arados the Damned',NULL,NULL,0,35,35,0,16,0,1.14,1.14286,1,0,49,64,0,118,1,1610,1771,1,0,2048,0,0,0,0,0,0,33,49,11,6,0,7073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,145,'',0,3,1,1.1,1,1,0,3692,0,0,0,0,0,0,1,8388624,0,'',12340),(7074,0,0,0,0,0,5830,0,0,0,'Judge Thelgram',NULL,NULL,0,34,34,0,123,0,1.14,1.14286,1,0,47,63,0,114,1,1610,1771,1,0,2048,0,0,0,0,0,0,33,48,11,6,0,7074,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,145,'',0,3,1,1.1,1,1,0,3692,0,0,0,0,0,0,1,8388624,0,'',12340),(7075,0,0,0,0,0,5814,5815,0,0,'Writhing Mage',NULL,NULL,0,58,59,0,16,0,1.05,1.14286,1,1,133,176,0,234,2.4,2000,2000,2,32768,2048,0,0,0,0,0,0,91,133,23,6,0,7075,0,0,0,0,0,0,0,0,8401,7322,0,0,0,0,0,0,0,0,397,524,'SmartAI',0,3,1,3,3,1,0,22229,0,0,0,0,0,0,1,8388624,0,'',12340),(7076,0,0,0,0,0,6026,0,0,0,'Earthen Guardian',NULL,NULL,0,38,38,0,470,0,1,1.14286,1,0,53,70,0,128,2.4,2300,1672,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,7076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,72,'SmartAI',1,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7077,0,0,0,0,0,6025,0,0,0,'Earthen Hallshaper',NULL,NULL,0,38,38,0,470,0,1,1.14286,1,0,37,52,0,56,2.4,2000,1661,8,0,2048,0,0,0,0,0,0,32,47,18,7,0,7077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,71,'SmartAI',1,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7078,0,0,0,0,0,5985,0,0,0,'Cleft Scorpid',NULL,NULL,0,36,36,0,413,0,1,1.14286,1,0,50,66,0,120,2.4,2000,1815,1,0,2048,0,20,0,0,0,0,34,51,12,1,1,7078,0,7078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8851,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7079,0,0,0,0,0,5497,0,0,0,'Viscous Fallout','',NULL,0,28,28,0,91,0,1,1.28968,1,1,39,53,0,96,1.7,2000,1549,1,64,2048,0,0,0,0,0,0,27,40,8,4,0,7079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,1024,0,'',12340),(7086,0,0,0,0,0,11137,0,0,0,'Cursed Ooze',NULL,NULL,0,49,50,0,14,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,10,0,7086,7086,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,96,130,'',1,3,1,1.25,1,1,0,12230,0,0,0,0,0,0,1,0,0,'',12340),(7087,0,0,0,0,0,5845,0,0,0,'Killian Hagey','Skinning Trainer',NULL,0,35,35,0,68,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,37376,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7088,0,0,0,0,0,5846,0,0,0,'Thuwd','Skinning Trainer',NULL,0,35,35,0,29,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7089,0,0,0,0,0,5847,0,0,0,'Mooranta','Skinning Trainer',NULL,0,35,35,0,104,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7091,0,0,0,0,0,5991,0,0,0,'Shadowforge Ambusher',NULL,NULL,0,38,39,0,54,0,1.68,1.14286,1,0,54,72,0,132,1,1258,1384,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,7091,0,0,0,0,0,0,0,0,7164,6713,11972,0,0,0,0,0,0,0,80,110,'SmartAI',1,3,1,1.15,1,1,0,8009,8052,0,0,0,0,0,1,0,0,'',12340),(7092,0,0,0,0,0,11141,0,0,0,'Tainted Ooze',NULL,NULL,0,51,52,0,14,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,10,0,7092,7092,0,0,0,0,0,0,100,3335,0,0,0,0,0,0,0,0,0,108,146,'',1,3,1,1.3,1,1,0,12230,20614,0,0,0,0,0,1,0,0,'',12340),(7093,0,0,0,0,0,1306,0,0,0,'Vile Ooze',NULL,NULL,0,53,53,0,14,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,10,0,7093,7093,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,108,146,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7097,0,0,0,0,0,4877,0,0,0,'Ironbeak Owl',NULL,NULL,0,48,49,0,7,0,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,26,0,0,0,0,57,84,19,1,1,7097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8315,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7098,0,0,0,0,0,10831,0,0,0,'Ironbeak Screecher',NULL,NULL,0,52,53,0,7,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,26,0,0,0,0,62,91,22,1,1,7098,0,0,0,0,0,0,0,0,3589,0,0,0,0,0,0,0,8316,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7099,0,0,0,0,0,10829,0,0,0,'Ironbeak Hunter',NULL,NULL,0,50,51,0,7,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,26,0,0,0,0,59,87,20,1,1,7099,0,0,0,0,0,0,20,0,13738,0,0,0,0,0,0,0,5861,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7100,0,0,0,0,0,8389,0,0,0,'Warpwood Moss Flayer',NULL,NULL,0,52,53,0,16,0,0.666668,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,4,0,7100,0,0,0,0,0,0,0,0,11922,0,0,0,0,0,0,0,0,0,109,148,'',1,3,1,1.3,1,1,0,11503,0,0,0,0,0,0,1,0,0,'',12340),(7101,0,0,0,0,0,2832,0,0,0,'Warpwood Shredder',NULL,NULL,0,53,54,0,16,0,0.666668,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,4,0,7101,0,0,0,0,0,0,0,0,3391,13444,0,0,0,0,0,0,0,0,112,151,'',1,3,1,1.3,1,1,0,11503,0,0,0,0,0,0,1,0,0,'',12340),(7104,0,0,0,0,0,9013,0,0,0,'Dessecus',NULL,NULL,0,56,56,0,16,0,0.666668,1.14286,1,2,89,118,0,220,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,61,90,21,4,0,7104,0,0,560,560,560,560,560,560,6535,16033,0,0,0,0,0,0,0,0,567,745,'',0,3,1,3,1,1,0,11503,0,0,0,0,0,0,1,0,0,'',12340),(7105,0,0,0,0,0,2019,0,0,0,'Jadefire Satyr',NULL,NULL,0,49,49,0,90,0,1.1,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,3,0,7105,7105,0,0,0,0,0,0,200,13578,0,0,0,0,0,0,0,0,0,98,133,'',1,3,1,1.25,1,1,0,11674,0,0,0,0,0,0,1,0,0,'',12340),(7106,0,0,0,0,0,8575,0,0,0,'Jadefire Rogue',NULL,NULL,0,50,51,0,954,0,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,3,0,7106,7106,0,0,0,0,0,0,200,13578,13579,0,0,0,0,0,0,0,0,103,140,'',1,3,1,1.3,1,1,0,11674,0,0,0,0,0,0,1,0,0,'',12340),(7107,0,0,0,0,0,11337,0,0,0,'Jadefire Trickster',NULL,NULL,0,52,53,0,90,0,1.1,1.14286,1,0,84,111,0,206,1,2000,2000,2,0,2048,0,0,0,0,0,0,57,84,20,3,0,7107,7107,0,0,0,0,0,0,204,8552,13578,26079,0,0,0,0,0,0,0,94,128,'',1,3,1,1.3,1,1,0,11674,0,0,0,0,0,0,1,0,0,'',12340),(7108,0,0,0,0,0,11333,0,0,0,'Jadefire Betrayer',NULL,NULL,0,53,53,0,90,0,1.1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,3,0,7108,7108,0,0,0,0,0,0,208,40504,13738,13578,0,0,0,0,0,0,0,109,148,'',1,3,1,1.3,1,1,0,11674,0,0,0,0,0,0,1,0,0,'',12340),(7109,0,0,0,0,0,11334,0,0,0,'Jadefire Felsworn',NULL,NULL,0,50,51,0,90,0,1.1,1.14286,1,0,80,106,0,198,1,2000,2000,2,0,2048,0,0,0,0,0,0,55,81,19,3,0,7109,7109,0,0,0,0,0,0,200,9613,13578,11443,0,0,0,0,0,0,0,91,123,'',1,3,1,1.3,1,1,0,11674,0,0,0,0,0,0,1,0,0,'',12340),(7110,0,0,0,0,0,11336,0,0,0,'Jadefire Shadowstalker',NULL,NULL,0,51,52,0,90,0,1.1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,3,0,7110,7110,0,0,0,0,0,0,205,14897,13578,11013,0,0,0,0,0,0,0,106,144,'',1,3,1,1.3,1,1,0,11674,0,0,0,0,0,0,1,0,0,'',12340),(7111,0,0,0,0,0,11335,0,0,0,'Jadefire Hellcaller',NULL,NULL,0,53,54,0,90,0,1,1.14286,1,0,65,91,0,99,1,2000,2000,8,0,2048,0,0,0,0,0,0,54,80,23,3,0,7111,7111,0,0,0,0,0,0,212,20823,13578,11990,0,0,0,0,0,0,0,93,126,'',1,3,1,1.3,1,1,0,11674,0,0,0,0,0,0,1,0,0,'',12340),(7112,0,0,0,0,0,6389,6392,11279,11283,'Jaedenar Cultist',NULL,NULL,0,51,52,0,1434,0,1.1,1.14286,1,0,63,87,0,95,1,2000,2000,8,0,2048,0,0,0,0,0,0,52,77,22,7,0,7112,7112,0,0,0,0,0,0,0,11980,20825,11639,0,0,0,0,0,0,0,85,116,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7113,0,0,0,0,0,6399,6400,11272,11273,'Jaedenar Guardian',NULL,NULL,0,50,51,0,1434,0,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,7113,7113,0,0,0,0,0,0,0,3639,0,0,0,0,0,0,0,0,0,101,137,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7114,0,0,0,0,0,6397,6398,11274,11275,'Jaedenar Enforcer',NULL,NULL,0,52,53,0,1434,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,7114,7114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,145,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7115,0,0,0,0,0,6390,6391,11276,11277,'Jaedenar Adept',NULL,NULL,0,51,52,0,1434,0,1.1,1.14286,1,0,63,87,0,95,1,2000,2000,8,0,2048,0,0,0,0,0,0,52,77,22,7,0,7115,7115,0,0,0,0,0,0,0,20823,20832,14514,0,0,0,0,0,0,0,85,116,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7118,0,0,0,0,0,6393,6394,11281,11282,'Jaedenar Darkweaver',NULL,NULL,0,53,54,0,1434,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,2,0,2048,0,0,0,0,0,0,59,86,20,7,0,7118,7118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,135,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7120,0,0,0,0,0,6405,6406,11291,11292,'Jaedenar Warlock',NULL,NULL,0,53,54,0,1434,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,2,0,2048,0,0,0,0,0,0,59,86,20,7,0,7120,7120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,135,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7125,0,0,0,0,0,6172,0,0,0,'Jaedenar Hound',NULL,NULL,0,50,51,0,1434,0,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,3,0,7125,0,7125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7126,0,0,0,0,0,6173,0,0,0,'Jaedenar Hunter',NULL,NULL,0,52,53,0,1434,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,3,0,7126,0,7126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7132,0,0,0,0,0,5498,0,0,0,'Toxic Horror',NULL,NULL,0,53,54,0,16,0,1,1.28968,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,4,0,7132,0,0,54,54,54,54,54,108,13582,7947,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,12822,0,0,0,0,0,0,1,0,0,'',12340),(7135,0,0,0,0,0,12817,0,0,0,'Infernal Bodyguard',NULL,NULL,0,53,54,0,90,0,1,1.14286,1,0,92,122,0,224,1,2000,1320,1,0,2048,0,0,0,0,0,0,63,93,22,3,0,7135,0,0,0,300,0,0,76,0,2602,22916,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7136,0,0,0,0,0,4200,0,0,0,'Infernal Sentry',NULL,NULL,0,52,53,0,90,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,3,0,7136,0,0,0,300,0,0,77,0,2602,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7137,0,0,0,0,0,7029,0,0,0,'Immolatus',NULL,NULL,0,56,56,0,90,0,1,1.14286,1,2,96,127,0,234,2.4,3000,2000,1,64,2048,0,0,0,0,0,0,67,97,23,3,0,7137,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7138,0,0,0,0,0,2078,0,0,0,'Irontree Wanderer',NULL,NULL,0,52,53,0,91,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,4,0,7138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,150,'',1,3,1,1.3,1,1,0,11173,20613,0,0,0,0,0,1,0,0,'',12340),(7139,0,0,0,0,0,6351,0,0,0,'Irontree Stomper',NULL,NULL,0,52,53,0,91,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,4,0,7139,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,109,148,'',1,3,1,1.3,1,1,0,11173,20613,0,0,0,0,0,1,0,0,'',12340),(7149,0,0,0,0,0,12929,0,0,0,'Withered Protector',NULL,NULL,0,55,56,0,16,0,1.11111,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,4,0,7149,0,0,0,0,0,0,0,0,5337,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.6,1,1,0,20613,0,0,0,0,0,0,1,0,0,'',12340),(7153,0,0,0,0,0,2000,0,0,0,'Deadwood Warrior',NULL,NULL,0,48,49,0,82,0,1.1,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,7,0,7153,7153,0,0,0,0,0,0,0,13584,13583,0,0,0,0,0,0,0,0,93,126,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7154,0,0,0,0,0,3028,0,0,0,'Deadwood Gardener',NULL,NULL,0,48,49,0,82,0,1.1,1.14286,1,0,77,102,0,188,1,2000,2000,2,0,2048,0,0,0,0,0,0,52,77,17,7,0,7154,7154,0,0,0,0,0,0,0,12160,11986,13583,0,0,0,0,0,0,0,82,113,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7155,0,0,0,0,0,2000,0,0,0,'Deadwood Pathfinder',NULL,NULL,0,49,50,0,82,0,1.1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,7155,7155,0,0,0,0,0,0,0,6660,6685,13583,0,0,0,0,0,0,0,96,130,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7156,0,0,0,0,0,6825,0,0,0,'Deadwood Den Watcher',NULL,NULL,0,53,54,0,82,0,0.666668,0.992063,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,7156,7156,0,0,0,0,0,0,0,13583,0,0,0,0,0,0,0,0,0,112,741,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7157,0,0,0,0,0,2003,0,0,0,'Deadwood Avenger',NULL,NULL,0,54,55,0,82,0,0.666668,0.992063,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,7157,7157,0,0,0,0,0,0,0,13583,8599,0,0,0,0,0,0,0,0,115,565,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7158,0,0,0,0,0,6746,0,0,0,'Deadwood Shaman',NULL,NULL,0,53,54,0,82,0,0.666668,0.992063,1,0,86,114,0,210,1,2000,2000,2,0,2048,0,0,0,0,0,0,59,86,20,7,0,7158,7158,0,0,0,0,0,0,0,13585,9532,12058,13583,0,0,0,0,0,0,99,741,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7161,0,0,0,0,0,7154,0,0,0,'Wrenix the Wretched',NULL,NULL,0,20,20,0,69,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7166,0,0,0,0,0,1097,0,0,0,'Wrenix\'s Gizmotronic Apparatus',NULL,NULL,524,20,20,0,69,3,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(7167,0,0,0,0,0,5865,0,0,0,'Polly',NULL,NULL,0,18,18,0,14,0,0.5,1.14286,1,0,26,35,0,64,1,1830,2013,1,0,2048,0,0,0,0,0,0,18,26,3,1,0,7167,0,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,7968,0,0,0,0,0,0,1,0,0,'',12340),(7168,0,0,0,0,0,5866,0,0,0,'Polly',NULL,NULL,0,18,18,0,14,0,1.01,1.14286,1,0,26,35,0,64,1,1830,2013,1,0,2048,0,0,0,0,0,0,18,26,3,1,0,7168,0,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,7968,0,0,0,0,0,0,1,0,0,'',12340),(7170,0,0,0,0,0,3443,0,0,0,'Thragomm','Horde Runner',NULL,0,21,21,0,83,2,1,1.14286,1,1,31,40,0,74,1.7,2000,1613,1,0,2048,0,0,0,0,0,0,21,30,4,7,0,7170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,143,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7172,0,0,0,0,0,6589,0,0,0,'Lore Keeper of Norgannon',NULL,NULL,562,60,60,0,35,1,1.5,1.14286,1,0,104,138,0,252,1,2000,1551,1,0,2048,0,0,0,0,0,0,72,106,26,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7175,0,0,0,0,0,763,0,0,0,'Stonevault Ambusher',NULL,NULL,0,35,35,0,59,0,1,1.14286,1,0,49,64,0,118,2.4,2000,1771,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,7175,7175,0,0,0,0,0,0,0,8721,8599,0,0,0,0,0,0,0,0,54,76,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7206,0,0,0,0,0,10798,0,0,0,'Ancient Stone Keeper',NULL,NULL,0,40,40,0,415,0,1,1.14286,1,1,56,74,0,136,2.4,2800,1384,1,0,2048,0,0,0,0,0,0,39,57,14,4,0,7206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,598,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7207,0,0,0,0,0,6446,0,0,0,'Doc Mixilpixil',NULL,NULL,5763,45,45,0,875,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7208,0,0,0,0,0,134,0,0,0,'Noarm',NULL,NULL,0,25,25,0,55,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7209,0,0,0,0,0,3731,0,0,0,'Obsidian Shard',NULL,NULL,0,35,35,0,54,0,0.56,1.14286,1,0,49,64,0,118,1,1660,1826,1,0,2048,0,0,0,0,0,0,33,49,11,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(7226,0,0,0,0,0,11686,0,0,0,'Sand Storm',NULL,NULL,0,44,44,0,14,0,1.16,1.14286,1,0,72,96,0,174,1,1570,1727,1,0,2048,0,0,0,0,0,0,49,73,16,4,0,0,0,0,46,46,46,46,92,46,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,76,1,0,128,'',12340),(7228,0,0,0,0,0,6089,0,0,0,'Ironaya',NULL,NULL,0,39,39,0,59,0,1.66667,1.14286,1,1,54,72,0,132,2.4,2900,1850,1,0,2048,0,0,0,0,0,0,37,55,13,10,0,7228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,922,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7229,0,0,0,0,0,6301,0,0,0,'Arantir\'s Shadow',NULL,NULL,0,55,55,0,84,2,1.23,1.14286,1,1,94,125,0,228,7.5,1460,1606,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,689,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7230,0,0,0,0,0,6005,0,0,0,'Shayis Steelfury','Armorsmith Trainer',NULL,1043,60,60,0,29,81,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,9788,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7231,0,0,0,0,0,6006,0,0,0,'Kelgruk Bloodaxe','Weaponsmith Trainer',NULL,1042,60,60,0,29,211,1,1.14286,1,0,104,138,0,252,1,2000,1551,1,512,2048,0,0,2,9787,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7232,0,0,0,0,0,6007,0,0,0,'Borgus Steelhand','Weaponsmith Trainer',NULL,1041,60,60,0,55,81,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,9787,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7233,0,0,0,0,0,5986,0,0,0,'Taskmaster Fizzule',NULL,NULL,0,30,30,0,16,2,1.1,1.14286,1,1,42,56,0,102,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,29,42,9,7,0,7233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_taskmaster_fizzule',12340),(7234,0,0,0,0,0,1996,0,0,0,'Ferocitas the Dream Eater',NULL,NULL,0,8,8,0,82,0,1.26,1.14286,1,0,10,14,0,38,1,1600,2000,1,0,2048,0,0,0,0,0,0,7,10,100,7,0,7234,7234,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,7,14,'SmartAI',0,3,1,1,1,1,0,8049,0,0,0,0,0,0,1,0,0,'',12340),(7235,0,0,0,0,0,6804,0,0,0,'Gnarlpine Mystic',NULL,NULL,0,6,7,0,82,0,0.77,1.14286,1,0,8,11,0,30,1,2000,2000,2,0,2048,0,0,0,0,0,0,5,8,100,7,0,7235,7235,0,0,0,0,0,0,0,5177,0,0,0,0,0,0,0,0,0,5,11,'',1,3,1,1,1,1,0,5220,0,0,0,0,0,100,1,0,0,'',12340),(7246,0,0,0,0,0,6425,6426,0,0,'Sandfury Shadowhunter','',NULL,0,43,44,0,37,0,1,1.14286,1,1,67,89,0,166,2.4,2000,1384,2,32832,2048,0,0,0,0,0,0,46,67,15,7,0,7246,7246,0,0,0,0,0,0,0,15547,11641,18395,0,0,0,0,0,0,0,273,362,'SmartAI',1,3,1,3,2,1,0,9523,0,0,0,0,0,0,1,0,0,'',12340),(7247,0,0,0,0,0,6427,6428,0,0,'Sandfury Soul Eater','',NULL,0,44,45,0,37,0,1,1.14286,1,1,70,93,0,172,2.4,2000,1384,2,32832,2048,0,0,0,0,0,0,48,71,15,7,0,7247,7247,0,0,0,0,0,0,0,11016,7154,0,0,0,0,0,0,0,0,273,362,'SmartAI',1,3,1,3,2,1,0,9523,0,0,0,0,0,0,1,0,0,'',12340),(7266,0,0,0,0,0,6537,0,0,0,'Ember',NULL,NULL,0,26,26,0,17,0,1.09,1.14286,1,0,37,49,0,90,1,1690,1859,1,0,2048,0,0,0,0,0,0,25,37,7,4,0,0,0,0,32,32,32,32,64,32,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.25,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(7267,0,0,0,0,0,6439,0,0,0,'Chief Ukorz Sandscalp',NULL,NULL,0,46,46,0,37,0,1,1.14286,1,1,77,102,0,188,2.4,2000,1384,1,0,2048,0,0,0,0,0,0,53,78,17,7,0,7267,7267,0,0,0,0,0,0,0,11837,15496,34409,7366,0,0,0,0,0,0,674,885,'SmartAI',1,3,1,7,2,1,0,9523,0,0,0,0,0,0,1,0,0,'',12340),(7268,0,0,0,0,0,4305,0,0,0,'Sandfury Guardian',NULL,NULL,0,45,45,0,37,0,1,1.14286,1,1,76,100,0,184,2.4,1700,1420,1,0,2048,0,35,0,0,0,0,52,76,17,1,1,7268,0,100014,0,0,0,0,0,0,3391,13518,0,0,0,0,0,0,12940,0,0,0,'',1,1,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7269,0,0,0,0,0,7470,0,0,0,'Scarab','',NULL,0,44,44,0,15,0,0.8,1,1,0,72,96,0,174,2.4,2000,1716,1,0,2048,0,0,0,0,0,0,49,73,16,1,0,7269,0,100004,0,0,0,0,0,0,3256,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,9238,0,0,0,0,0,114,1,0,0,'',12340),(7271,0,0,0,0,0,6434,0,0,0,'Witch Doctor Zum\'rah','',NULL,0,46,46,0,35,0,1,1.14286,1,1,72,95,0,176,2.4,2000,1384,2,32832,2048,0,0,0,0,0,0,49,72,16,7,0,7271,7271,0,0,0,0,0,0,0,12491,12739,15245,0,0,0,0,0,0,0,543,714,'SmartAI',1,3,1,7,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7272,0,0,0,0,0,6696,0,0,0,'Theka the Martyr','',NULL,0,46,46,0,37,0,1,1.14286,1,1,77,102,0,188,2.4,2500,1384,1,32832,2048,0,0,0,0,0,0,53,78,17,6,0,7272,7272,0,0,0,0,0,0,0,8600,0,0,0,0,0,0,0,0,0,482,634,'SmartAI',1,3,1,5,2,1,0,9523,10660,0,0,0,0,0,1,8388624,0,'',12340),(7273,0,0,0,0,0,7271,0,0,0,'Gahz\'rilla',NULL,NULL,0,46,46,0,107,0,1.6,1.42857,1,1,77,102,0,188,7.5,2000,1402,1,0,2048,0,0,0,0,0,0,53,78,17,10,0,7273,0,7273,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,2,1,0,8707,0,0,0,0,0,150,1,0,0,'',12340),(7274,0,0,0,0,0,6440,0,0,0,'Sandfury Executioner','',NULL,0,46,46,0,37,0,1,1.14286,1,1,77,102,0,188,2.4,2600,1384,1,32832,2048,0,0,0,0,0,0,53,78,17,7,0,7274,7274,0,0,0,0,0,0,0,7160,15496,7366,0,0,0,0,0,0,0,483,636,'SmartAI',1,3,1,5,2,1,0,9523,0,0,0,0,0,0,1,0,0,'',12340),(7275,0,0,0,0,0,6441,0,0,0,'Shadowpriest Sezz\'ziz',NULL,NULL,0,46,46,0,37,0,1,1.14286,1,1,72,95,0,176,7.5,2000,1393,2,0,2048,0,0,0,0,0,0,49,72,16,7,0,7275,7275,0,0,0,0,0,0,0,15537,13704,8362,12039,0,0,0,0,0,0,417,549,'SmartAI',1,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7276,0,0,0,0,0,6436,6437,0,0,'Zul\'Farrak Dead Hero',NULL,NULL,0,45,46,0,37,0,2.02,1.14286,1,0,77,102,0,188,1,1258,1384,1,0,2048,0,0,0,0,0,0,53,78,17,6,0,7276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,106,'SmartAI',1,3,1,1,1,1,0,9523,0,0,0,0,0,0,1,8388624,0,'',12340),(7286,0,0,0,0,0,6417,6418,0,0,'Zul\'Farrak Zombie',NULL,NULL,0,43,44,0,16,0,1.68,1.14286,1,1,72,96,0,174,7.5,1258,1384,1,0,2048,0,0,0,0,0,0,49,73,16,6,0,7286,7286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,396,'SmartAI',1,3,1,3,1,1,0,9523,0,0,0,0,0,0,1,8388624,0,'',12340),(7287,0,0,0,0,0,7056,0,0,0,'Foreman Silixiz',NULL,NULL,0,22,22,0,14,0,0.97,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,32,4,7,0,7287,7287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7288,0,0,0,0,0,7055,0,0,0,'Grand Foreman Puzik Gallywix',NULL,NULL,0,23,23,0,93,0,0.97,1.14286,1,1,33,44,0,80,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,22,33,5,7,0,7288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,8074,0,0,0,0,0,0,1,0,0,'',12340),(7290,0,0,0,0,0,6057,0,0,0,'Shadowforge Sharpshooter',NULL,NULL,0,38,39,0,54,0,1,1.14286,1,1,54,72,0,132,2.4,2000,1384,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,7290,7290,0,0,0,0,0,0,0,6660,6685,0,0,0,0,0,0,0,0,300,396,'SmartAI',1,3,1,3,1,1,0,8009,8052,0,0,0,0,0,1,0,0,'',12340),(7291,0,0,0,0,0,6059,0,0,0,'Galgann Firehammer',NULL,NULL,0,40,40,0,54,0,1,1.14286,1,1,52,69,0,128,2.4,2000,1100,2,0,2048,0,0,0,0,0,0,36,53,13,7,0,7291,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,626,822,'SmartAI',0,3,1,9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7292,0,0,0,0,0,6588,0,0,0,'Dinita Stonemantle','Vault Administrator',NULL,0,55,55,0,55,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7293,0,0,0,0,0,6066,0,0,0,'[UNUSED] Drayl',NULL,NULL,0,35,35,0,104,0,1.5,1.14286,1,0,49,64,0,118,1,1660,1826,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7294,0,0,0,0,0,6064,0,0,0,'Shim\'la',NULL,NULL,0,35,35,0,29,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7295,0,0,0,0,0,6061,0,0,0,'Shailiea',NULL,NULL,0,35,35,0,12,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,4608,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7296,0,0,0,0,0,6063,0,0,0,'Corand',NULL,NULL,0,35,35,0,80,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7297,0,0,0,0,0,6065,0,0,0,'Gothard Winslow',NULL,NULL,0,35,35,0,68,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,37376,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7298,0,0,0,0,0,6062,0,0,0,'Demnul Farmountain',NULL,NULL,0,45,45,0,55,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7307,0,0,0,0,0,7235,7236,0,0,'Venture Co. Lookout',NULL,NULL,0,23,23,0,14,0,0.97,1.14286,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,7,0,7307,7307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7308,0,0,0,0,0,7239,7240,0,0,'Venture Co. Patroller',NULL,NULL,0,22,22,0,14,0,0.97,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,32,4,7,0,7308,7308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7309,0,0,0,0,0,6025,0,0,0,'Earthen Custodian',NULL,NULL,0,38,38,0,470,0,1,1.14286,1,0,53,70,0,128,2.4,2000,1661,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,7309,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,67,'SmartAI',1,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7310,0,0,0,0,0,5832,0,0,0,'Mutated Venture Co. Drone',NULL,NULL,0,25,25,0,14,0,0.97,1.14286,1,0,35,48,0,86,1,2000,2000,1,32768,2048,0,0,0,0,0,0,24,36,6,6,0,7310,7310,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7311,0,0,0,0,0,6060,0,0,0,'Uthel\'nay','Mage Trainer',NULL,4517,40,40,0,126,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,8,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7312,0,0,0,0,0,6072,0,0,0,'Dink','Mage Trainer',NULL,4552,40,40,0,875,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,8,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7313,0,0,0,0,0,6348,0,0,0,'Priestess A\'moora',NULL,NULL,0,20,20,0,80,2,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,512,2048,0,0,0,0,0,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7315,0,0,0,0,0,6071,0,0,0,'Darnath Bladesinger','Warrior Trainer',NULL,4579,55,55,0,80,51,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,1,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7316,0,0,0,0,0,6349,0,0,0,'Sister Aquinne','Novice Priestess',NULL,0,15,15,0,80,2,1,1.14286,1,0,16,22,0,22,1,2000,2000,8,512,2048,0,0,0,0,0,0,15,21,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7317,0,0,0,0,0,6230,0,0,0,'Oben Rageclaw',NULL,NULL,0,40,40,0,80,2,1.14,1.14286,1,0,52,69,0,128,1,2000,2000,2,4864,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7318,0,0,0,0,0,6231,0,0,0,'Rageclaw',NULL,NULL,0,10,10,0,16,0,1,1.14286,1,0,12,16,0,38,1,2000,2000,2,0,2048,0,0,0,0,0,0,8,12,100,7,0,7318,7318,0,0,0,0,0,0,0,12161,7090,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7319,0,0,0,0,0,6214,0,0,0,'Lady Sathrah',NULL,NULL,0,12,12,0,312,0,1.22,1.14286,1,0,16,21,0,42,1,1880,2068,2,0,2048,0,3,0,0,0,0,10,15,100,1,1,7319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5914,0,0,0,'',1,1,1,1,1,1,0,8344,0,0,0,0,0,0,1,0,0,'',12340),(7320,0,0,0,0,0,11166,0,0,0,'Stonevault Mauler',NULL,NULL,0,38,39,0,59,0,1,1.14286,1,1,54,72,0,132,2.4,2000,1384,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,7320,7320,0,0,0,0,0,0,0,3391,8269,0,0,0,0,0,0,0,0,310,409,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7321,0,0,0,0,0,160,0,0,0,'Stonevault Flameweaver',NULL,NULL,0,38,39,0,59,0,1,1.14286,1,1,38,54,0,58,2.4,2000,1384,8,0,2048,0,0,0,0,0,0,33,48,18,7,0,7321,7321,0,0,0,0,0,0,0,7739,2941,2602,0,0,0,0,0,0,0,246,326,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7322,0,0,0,0,0,9991,0,0,0,'Black Nightsaber',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(7323,0,0,0,0,0,7011,0,0,0,'Winstone Wolfe','The Wolf',NULL,0,52,52,0,471,0,1.05,1.14286,1,0,87,117,0,214,1,2000,2000,1,512,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7324,0,0,0,0,0,6797,0,0,0,'Simone Cantrell','Landscape Architect',NULL,0,45,45,0,471,0,1.05,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7325,0,0,0,0,0,6575,0,0,0,'Master Kang',NULL,NULL,0,62,62,0,471,0,1.05,1.14286,1,0,172,240,0,262,1,2000,2000,1,512,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7327,0,0,0,0,0,11386,0,0,0,'Withered Warrior',NULL,NULL,0,34,35,0,152,0,1,1.14286,1,1,49,64,0,118,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,33,49,11,6,0,7327,7327,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,287,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7328,0,0,0,0,0,11384,0,0,0,'Withered Reaver',NULL,NULL,0,35,36,0,152,0,1,1.14286,1,1,50,66,0,120,1.7,2800,2000,1,64,2048,0,0,0,0,0,0,34,51,12,6,0,7328,7328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,295,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7329,0,0,0,0,0,11383,0,0,0,'Withered Quilguard',NULL,NULL,0,35,36,0,152,0,1,1.14286,1,1,50,66,0,120,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,34,51,12,6,0,7329,7329,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,295,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7332,0,0,0,0,0,11385,0,0,0,'Withered Spearhide',NULL,NULL,0,34,35,0,152,0,1,1.14286,1,1,49,64,0,118,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,33,49,11,6,0,7332,7332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,282,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7333,0,0,0,0,0,6121,0,0,0,'Withered Battle Boar',NULL,NULL,0,34,34,0,152,0,1,1.14286,1,0,47,63,0,114,1.7,2000,2000,1,0,2048,0,0,0,0,0,0,33,48,11,6,0,7333,0,7333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7334,0,0,0,0,0,6122,0,0,0,'Battle Boar Horror',NULL,NULL,0,35,36,0,152,0,1,1.14286,1,0,50,66,0,120,1.7,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,6,0,7334,0,7334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7335,0,0,0,0,0,6100,0,0,0,'Death\'s Head Geomancer',NULL,NULL,0,35,35,0,152,0,1,1.14286,1,1,34,48,0,52,1.7,2000,2000,8,64,2048,0,0,0,0,0,0,29,43,17,7,0,7335,7335,0,0,0,0,0,0,0,9053,6725,11436,0,0,0,0,0,0,0,180,240,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7337,0,0,0,0,0,11381,0,0,0,'Death\'s Head Necromancer',NULL,NULL,0,35,35,0,152,0,1,1.14286,1,1,45,60,0,110,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,31,46,11,7,0,7337,7337,0,0,0,0,0,0,0,9613,11443,9484,11445,0,0,0,0,0,0,203,270,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7340,0,0,0,0,0,9786,0,0,0,'Skeletal Shadowcaster',NULL,NULL,0,35,35,0,152,0,1.15,1.14286,1,0,34,48,0,52,1,1590,1749,8,0,2048,0,0,0,0,0,0,29,43,17,6,0,7340,0,0,0,0,0,0,0,0,9613,12248,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7341,0,0,0,0,0,9783,0,0,0,'Skeletal Frostweaver',NULL,NULL,0,35,36,0,152,0,1,1.14286,1,1,35,49,0,53,1.7,2000,2000,8,64,2048,0,0,0,0,0,0,30,44,18,6,0,7341,7341,0,0,0,0,190,0,0,9672,33624,0,0,0,0,0,0,0,0,196,261,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7342,0,0,0,0,0,1245,0,0,0,'Skeletal Summoner',NULL,NULL,0,36,36,0,152,0,1,1.14286,1,1,35,49,0,53,1.7,2000,2000,8,64,2048,0,0,0,0,0,0,30,44,18,6,0,7342,7342,0,0,0,0,0,0,0,9532,11980,0,0,0,0,0,0,0,0,208,276,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7343,0,0,0,0,0,7550,0,0,0,'Splinterbone Skeleton',NULL,NULL,0,35,35,0,152,0,1,1.14286,1,0,49,64,0,118,1.7,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7344,0,0,0,0,0,5231,0,0,0,'Splinterbone Warrior',NULL,NULL,0,35,36,0,152,0,0.888888,1.14286,1,0,50,66,0,120,1.7,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,6,0,7344,7344,0,0,0,0,0,0,0,11971,0,0,0,0,0,0,0,0,0,65,89,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7345,0,0,0,0,0,7847,0,0,0,'Splinterbone Captain',NULL,NULL,0,36,36,0,152,0,0.888888,1.14286,1,1,50,66,0,120,1.7,2800,2000,1,64,2048,0,0,0,0,0,0,34,51,12,6,0,7345,7345,0,0,0,0,0,0,0,9128,12461,0,0,0,0,0,0,0,0,263,348,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7346,0,0,0,0,0,7848,0,0,0,'Splinterbone Centurion',NULL,NULL,0,36,36,0,152,0,0.888888,1.14286,1,0,50,66,0,120,1.7,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,6,0,7346,7346,0,0,0,0,0,0,0,8078,0,0,0,0,0,0,0,0,0,65,90,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7347,0,0,0,0,0,1065,0,0,0,'Boneflayer Ghoul',NULL,NULL,0,36,36,0,152,0,0.777776,1.14286,1,1,50,66,0,120,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,34,51,12,6,0,7347,7347,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,330,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7348,0,0,0,0,0,1065,0,0,0,'Thorn Eater Ghoul',NULL,NULL,0,35,36,0,152,0,0.777776,1.14286,1,1,50,66,0,120,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,34,51,12,6,0,7348,7348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,316,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7349,0,0,0,0,0,6842,0,0,0,'Tomb Fiend',NULL,NULL,0,35,35,0,152,0,1,1.14286,1,0,49,64,0,118,1,2000,1815,1,0,2048,0,0,0,0,0,0,33,49,11,6,0,7349,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7351,0,0,0,0,0,3004,0,0,0,'Tomb Reaver',NULL,NULL,0,36,36,0,152,0,1,1.14286,1,1,50,66,0,120,7.5,2000,1494,1,0,2048,0,0,0,0,0,0,34,51,12,6,0,7351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7352,0,0,0,0,0,146,0,0,0,'Frozen Soul',NULL,NULL,0,35,36,0,152,0,1.11111,1.14286,1,1,46,61,0,112,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,32,47,11,6,0,7352,0,0,0,0,0,0,0,0,12528,12531,0,0,0,0,0,0,0,0,213,283,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7353,0,0,0,0,0,146,0,0,0,'Freezing Spirit',NULL,NULL,0,36,36,0,152,0,1.11111,1.14286,1,1,46,61,0,112,1.7,2800,2000,2,64,2048,0,0,0,0,0,0,32,47,11,6,0,7353,0,0,0,0,0,0,0,0,15532,12531,0,0,0,0,0,0,0,0,225,298,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7354,0,0,0,0,0,11382,0,0,0,'Ragglesnout',NULL,NULL,0,37,37,0,152,0,1,1.14286,1,1,36,51,0,54,7.5,2000,1300,8,0,2048,0,0,0,0,0,0,31,46,18,7,0,7354,0,0,0,0,0,0,0,0,12471,11639,12039,15859,0,0,0,0,0,0,435,573,'SmartAI',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7355,0,0,0,0,0,7845,0,0,0,'Tuten\'kash',NULL,NULL,0,37,37,0,152,0,1,1.14286,1,1,51,68,0,124,7.5,2000,1457,1,0,2048,0,0,0,0,0,0,35,52,12,6,0,7355,0,0,0,0,0,0,0,0,12252,3391,12255,12251,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7356,0,0,0,0,0,6124,0,0,0,'Plaguemaw the Rotting',NULL,NULL,0,37,37,0,152,0,1.62,1.14286,1,1,51,68,0,124,7.5,1316,1448,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,7356,0,0,0,0,0,0,0,0,12946,11441,0,0,0,0,0,0,0,0,575,756,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7357,0,0,0,0,0,8055,0,0,0,'Mordresh Fire Eye',NULL,NULL,0,37,37,0,152,0,1,1.14286,1,1,36,51,0,54,1.7,2000,2000,8,64,2048,0,0,0,0,0,0,31,46,18,6,0,7357,7357,0,0,0,0,0,0,0,12466,12470,0,0,0,0,0,0,0,0,416,548,'SmartAI',1,3,1,8,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7358,0,0,0,0,0,7971,0,0,0,'Amnennar the Coldbringer',NULL,NULL,0,37,37,0,152,0,1,1.14286,1,1,48,63,0,116,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,33,48,11,6,0,7358,7358,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,496,653,'SmartAI',1,3,1,8,8,1,0,10420,0,0,0,0,0,0,1,8388624,0,'',12340),(7360,0,0,0,0,0,6127,6128,0,0,'Dun Garok Soldier',NULL,NULL,0,29,30,0,88,0,1.08,1.14286,1,0,42,56,0,102,1,1710,1881,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,7360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,3693,0,0,0,0,0,0,1,0,0,'',12340),(7361,0,0,0,0,0,6533,0,0,0,'Grubbis',NULL,NULL,0,28,28,0,59,0,1,1.14286,1,1,39,53,0,96,7.5,2000,1475,1,0,2048,0,0,0,0,0,0,27,40,8,7,0,7361,0,0,0,0,0,0,0,0,1604,0,0,0,0,0,0,0,0,0,281,372,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7363,0,0,0,0,0,11653,0,0,0,'Kum\'isha the Collector',NULL,NULL,752,60,60,0,35,3,1.11111,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7364,0,0,0,0,0,6148,0,0,0,'Flawless Draenethyst Sphere',NULL,NULL,0,60,60,0,35,0,1.26,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7365,0,0,0,0,0,1825,0,0,0,'Flawless Draenethyst Fragment',NULL,NULL,0,40,40,0,35,0,1.14,1.14286,1,0,56,74,0,136,1,1610,1771,1,0,2048,0,0,0,0,0,0,39,57,14,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7366,0,0,0,0,0,4588,0,0,0,'Stoneskin Totem IV',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,2000,1793,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10403,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7367,0,0,0,0,0,4588,0,0,0,'Stoneskin Totem V',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1550,1705,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10404,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7368,0,0,0,0,0,4588,0,0,0,'Stoneskin Totem VI',NULL,NULL,0,1,80,0,58,0,1,1,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10405,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7369,0,0,0,0,0,11533,0,0,0,'Deadwind Brute','',NULL,0,55,56,0,45,0,1.6,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,7369,7369,0,0,0,0,0,0,0,3417,0,0,0,0,0,0,0,0,0,448,589,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(7370,0,0,0,0,0,4870,0,0,0,'Restless Shade','',NULL,0,68,69,1,21,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,6,0,7370,0,0,0,0,0,0,0,0,38240,18267,0,0,0,0,0,0,0,0,195,260,'SmartAI',1,3,1,1,1,1,0,24480,0,0,0,0,0,0,1,8388624,0,'',12340),(7371,0,0,0,0,0,11536,0,0,0,'Deadwind Mauler','',NULL,0,56,57,0,45,0,3.13,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,7371,7371,0,0,0,0,0,0,0,10966,0,0,0,0,0,0,0,0,0,127,171,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(7372,0,0,0,0,0,11538,0,0,0,'Deadwind Warlock','',NULL,0,57,58,0,45,0,1.6,1.14286,1,0,71,98,0,107,1,2000,2000,8,0,2048,0,0,0,0,0,0,59,87,24,7,0,7372,7372,0,0,0,0,0,0,0,8552,9613,9275,0,0,0,0,0,0,0,105,142,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(7376,0,0,0,0,0,10826,0,0,0,'Sky Shadow','',NULL,0,55,56,0,14,0,1.2,1.42857,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,7,0,0,0,0,67,97,23,1,1,7376,0,100003,0,0,0,0,0,0,13443,0,0,0,0,0,0,0,12866,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),(7379,0,0,0,0,0,11537,0,0,0,'Deadwind Ogre Mage','',NULL,0,55,57,0,45,0,1.6,1.14286,1,0,69,96,0,106,1,2000,2000,8,0,2048,0,0,0,0,0,0,58,85,24,7,0,7379,7379,0,0,0,0,0,0,0,6742,9532,12550,13729,0,0,0,0,0,0,116,156,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(7380,0,0,0,0,0,5585,0,0,0,'Siamese Cat',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7381,0,0,0,0,0,5555,0,0,0,'Silver Tabby Cat',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7382,0,0,0,0,0,5554,0,0,0,'Orange Tabby Cat',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7383,0,0,0,0,0,5448,0,0,0,'Black Tabby Cat',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7384,0,0,0,0,0,5586,0,0,0,'Cornish Rex Cat',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7385,0,0,0,0,0,5556,0,0,0,'Bombay Cat',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7386,0,0,0,0,0,9989,0,0,0,'White Kitten',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7387,0,0,0,0,0,5207,0,0,0,'Green Wing Macaw',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7389,0,0,0,0,0,6190,0,0,0,'Senegal',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7390,0,0,0,0,0,6191,0,0,0,'Cockatiel',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7391,0,0,0,0,0,6192,0,0,0,'Hyacinth Macaw',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7392,0,0,0,0,0,304,0,0,0,'Prairie Chicken',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7394,0,0,0,0,0,5369,0,0,0,'Ancona Chicken',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7395,0,0,0,0,0,2177,0,0,0,'Cockroach',NULL,NULL,0,1,1,0,188,0,0.4,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,7395,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7396,0,0,0,0,0,6010,0,0,0,'Earthen Stonebreaker',NULL,NULL,0,39,39,0,415,0,1,1.14286,1,0,54,72,0,132,2.4,2700,1661,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,7396,7396,0,0,0,0,0,0,0,12057,2457,0,0,0,0,0,0,0,0,83,114,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7397,0,0,0,0,0,6009,0,0,0,'Earthen Stonecarver',NULL,NULL,0,39,39,0,415,0,1,1.14286,1,0,38,54,0,58,2.4,2000,1661,8,0,2048,0,0,0,0,0,0,33,48,18,7,0,7397,7397,0,0,0,0,0,0,0,10452,2602,0,0,0,0,0,0,0,0,71,97,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7398,0,0,0,0,0,4588,0,0,0,'Stoneclaw Totem V',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1480,1628,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10425,55333,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.455,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7399,0,0,0,0,0,4588,0,0,0,'Stoneclaw Totem VI',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1430,1573,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10426,55335,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.455,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7400,0,0,0,0,0,4589,0,0,0,'Searing Totem V','',NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1510,1661,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10435,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7401,0,0,0,0,0,11650,11652,11651,0,'Draenei Refugee',NULL,NULL,0,45,45,0,120,0,1.17,1.14286,1,0,76,100,0,184,1,1560,1716,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7402,0,0,0,0,0,4589,0,0,0,'Searing Totem VI',NULL,NULL,0,1,80,0,58,0,1,1,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10436,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7403,0,0,0,0,0,4588,0,0,0,'Strength of Earth Totem IV',NULL,NULL,0,1,80,0,58,0,1,1,1,0,417,582,0,608,1,1450,1595,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10441,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7404,0,0,0,0,0,2290,0,0,0,'Galak Flame Guard',NULL,NULL,0,30,30,0,131,0,0.666668,1.14286,1,0,42,56,0,102,1,2600,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,7404,7404,0,0,0,0,0,0,0,6190,33333,0,0,0,0,0,0,0,0,44,62,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7405,0,0,0,0,0,5985,0,0,0,'Deadly Cleft Scorpid',NULL,NULL,0,37,38,0,413,0,1,1.14286,1,0,53,70,0,128,2.4,2000,1716,1,0,2048,0,20,0,0,0,0,36,53,13,1,1,7405,0,7405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8854,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7406,0,0,0,0,0,6710,0,0,0,'Oglethorpe Obnoticus','Gnomish Engineering Trainer',NULL,1467,50,50,0,120,83,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7407,0,0,0,0,0,7169,0,0,0,'Chief Engineer Bilgewhizzle','Gadgetzan Water Co.',NULL,0,50,50,0,475,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7408,0,0,0,0,0,7171,0,0,0,'Spigot Operator Luglunket','Gadgetzan Water Co.',NULL,0,40,40,0,475,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7409,0,0,0,0,0,6148,0,0,0,'Faltering Draenethyst Sphere',NULL,NULL,0,1,1,0,14,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7410,0,0,0,0,0,6198,0,0,0,'Thelman Slatefist','Alterac Valley Battlemaster',NULL,6469,61,61,0,1216,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7411,0,0,0,0,0,6213,0,0,0,'Spirit of Sathrah',NULL,NULL,0,12,12,0,35,0,1.21,1.14286,1,0,16,21,0,42,1,1890,2079,2,0,2048,0,0,0,0,0,0,10,15,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7412,0,0,0,0,0,4589,0,0,0,'Frost Resistance Totem II',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1490,1639,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10476,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7413,0,0,0,0,0,4589,0,0,0,'Frost Resistance Totem III',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1430,1573,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10477,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7414,0,0,0,0,0,4587,0,0,0,'Mana Spring Totem II',NULL,NULL,0,1,80,0,58,0,1,1,1,0,417,582,0,608,1,2000,1716,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10491,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7415,0,0,0,0,0,4587,0,0,0,'Mana Spring Totem III',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1470,1617,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10493,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7416,0,0,0,0,0,4587,0,0,0,'Mana Spring Totem IV',NULL,NULL,0,1,80,0,58,0,1,1,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10494,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7423,0,0,0,0,0,4589,0,0,0,'Flametongue Totem III',NULL,NULL,0,1,80,0,58,0,1,1,1,0,417,582,0,608,1,1550,1705,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,52111,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7424,0,0,0,0,0,4587,0,0,0,'Fire Resistance Totem II',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1450,1595,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10534,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7425,0,0,0,0,0,4587,0,0,0,'Fire Resistance Totem III',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1420,1562,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10535,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7427,0,0,0,0,0,6208,0,0,0,'Taim Ragetotem','Alterac Valley Battlemaster',NULL,6468,61,61,0,1214,1048577,1.1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7428,0,0,0,0,0,6209,0,0,0,'Frostmaul Giant',NULL,NULL,0,59,60,0,778,0,0.777776,1.14286,1,1,104,138,0,252,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,5,0,7428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,484,637,'',0,1,1,3,1,1,0,12334,22227,0,0,0,0,0,1,0,0,'',12340),(7429,0,0,0,0,0,12815,0,0,0,'Frostmaul Preserver',NULL,NULL,0,59,60,0,778,0,0.777776,1.14286,1,1,146,192,0,238,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,101,167,24,5,0,7429,0,0,0,0,0,0,0,0,38657,0,0,0,0,0,0,0,0,0,408,537,'',1,1,1,3,1,1,0,12334,22227,0,0,0,0,0,1,0,0,'',12340),(7430,0,0,0,0,0,9958,0,0,0,'Frostsaber Cub',NULL,NULL,0,55,56,0,16,0,1,1.42857,1,0,96,127,0,234,1,1500,2000,1,0,2048,0,2,0,0,0,0,67,97,23,1,1,7430,0,7430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5834,0,0,0,'',1,1,1,1.35,1,1,0,12733,21928,0,0,0,0,144,1,0,0,'',12340),(7431,0,0,0,0,0,9953,0,0,0,'Frostsaber',NULL,NULL,0,56,57,0,16,0,1,1.42857,1,0,98,130,0,238,1,1500,2000,1,0,2048,0,2,0,0,0,0,68,99,24,1,1,7431,0,7431,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13379,0,0,0,'',1,1,1,1.35,1,1,0,12733,21928,0,0,0,0,144,1,0,0,'',12340),(7432,0,0,0,0,0,11445,0,0,0,'Frostsaber Stalker',NULL,NULL,0,59,60,0,16,0,1,1.42857,1,0,104,138,0,252,1,1500,2000,1,0,2048,0,2,0,0,0,0,72,106,26,1,1,7432,0,7432,0,0,50,0,0,0,0,0,0,0,0,0,0,0,8270,0,0,0,'',1,1,1,1.35,1,1,0,12733,21928,0,0,0,0,144,1,0,0,'',12340),(7433,0,0,0,0,0,11444,0,0,0,'Frostsaber Huntress',NULL,NULL,0,58,59,0,16,0,1,1.42857,1,0,102,135,0,248,1,1500,2000,1,0,2048,0,2,0,0,0,0,70,103,25,1,1,7433,0,7433,0,0,50,0,0,0,13443,15716,0,0,0,0,0,0,8268,0,0,0,'',1,1,1,1.35,1,1,0,12733,21928,0,0,0,0,144,1,0,0,'',12340),(7434,0,0,0,0,0,9954,0,0,0,'Frostsaber Pride Watcher',NULL,NULL,0,59,60,0,16,0,1.1,1.14286,1,0,104,138,0,252,1,1500,2000,1,0,2048,0,2,0,0,0,0,72,106,26,1,1,7434,0,7434,0,0,50,0,0,0,15716,0,0,0,0,0,0,0,13350,0,0,0,'',1,1,1,1.35,1,1,0,12733,21928,0,0,0,0,144,1,0,0,'',12340),(7435,0,0,0,0,0,6761,0,0,0,'Cobalt Wyrmkin',NULL,NULL,0,55,56,0,103,0,0.888888,1.14286,1,1,96,127,0,234,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,67,97,23,2,0,7435,0,7435,0,0,0,82,0,165,9080,15580,0,0,0,0,0,0,0,0,439,578,'',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7436,0,0,0,0,0,6760,0,0,0,'Cobalt Scalebane',NULL,NULL,0,56,57,0,103,0,0.888888,1.14286,1,1,98,130,0,238,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,68,99,24,2,0,7436,0,7436,0,0,0,84,0,168,6713,15655,0,0,0,0,0,0,0,0,449,592,'',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7437,0,0,0,0,0,8316,0,0,0,'Cobalt Mageweaver',NULL,NULL,0,57,58,0,103,0,1.1,1.14286,1,1,71,98,0,107,2.4,2000,2000,8,64,2048,0,0,0,0,0,0,59,87,24,2,0,7437,0,7437,0,0,0,85,0,170,15784,15043,0,0,0,0,0,0,0,0,357,472,'',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7438,0,0,0,0,0,6829,0,0,0,'Winterfall Ursa',NULL,NULL,0,57,58,0,82,0,0.666668,0.992063,1,0,100,132,0,242,1,2800,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,7438,7438,0,0,0,0,0,0,0,17205,0,0,0,0,0,0,0,0,0,126,735,'',1,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7439,0,0,0,0,0,6830,0,0,0,'Winterfall Shaman',NULL,NULL,0,56,57,0,82,0,0.666668,0.992063,1,0,91,121,0,224,1,2000,2000,2,0,2048,0,0,0,0,0,0,62,92,22,7,0,7439,7439,0,0,0,0,0,0,0,11431,9532,13585,17205,0,0,0,0,0,0,110,829,'',1,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7440,0,0,0,0,0,6828,0,0,0,'Winterfall Den Watcher',NULL,NULL,0,55,56,0,82,0,0.666668,0.992063,1,0,96,127,0,234,1,2000,2000,1,262144,2048,0,0,0,0,0,0,67,97,23,7,0,7440,7440,0,0,0,0,0,0,0,17205,0,0,0,0,0,0,0,0,0,122,790,'',1,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7441,0,0,0,0,0,6818,0,0,0,'Winterfall Totemic',NULL,NULL,0,54,55,0,82,0,0.666668,0.992063,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,7441,7441,0,0,0,0,0,0,0,0,0,17205,0,0,0,0,0,0,0,100,136,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7442,0,0,0,0,0,6211,0,0,0,'Winterfall Pathfinder',NULL,NULL,0,53,54,0,82,0,0.666668,0.992063,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,7442,7442,0,0,0,0,0,0,0,17205,16498,6660,0,0,0,0,0,0,0,112,395,'',1,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7443,0,0,0,0,0,8842,0,0,0,'Shardtooth Mauler',NULL,NULL,0,55,56,0,16,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,4,0,0,0,0,67,97,23,1,1,7443,0,7443,0,0,0,0,0,0,15793,0,0,0,0,0,0,0,12853,0,0,0,'SmartAI',1,1,1,1.6,1,1,0,12622,21928,0,0,0,0,0,1,0,0,'',12340),(7444,0,0,0,0,0,865,0,0,0,'Shardtooth Bear',NULL,NULL,0,53,54,0,16,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,4,0,0,0,0,63,93,22,1,1,7444,0,7444,0,0,0,0,0,0,3604,0,0,0,0,0,0,0,5809,0,0,0,'SmartAI',1,1,1,1.5,1,1,0,12622,21928,0,0,0,0,0,1,0,0,'',12340),(7445,0,0,0,0,0,8837,0,0,0,'Elder Shardtooth',NULL,NULL,0,57,58,0,16,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,4,0,0,0,0,69,101,25,1,1,7445,0,7445,0,0,0,0,0,0,15971,0,0,0,0,0,0,0,5811,0,0,0,'SmartAI',1,1,1,1.6,1,1,0,12622,21928,0,0,0,0,0,1,0,0,'',12340),(7446,0,0,0,0,0,3200,0,0,0,'Rabid Shardtooth',NULL,NULL,0,59,60,0,16,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,4,0,0,0,0,72,106,26,1,1,7446,0,7446,0,0,0,0,0,0,3150,3391,0,0,0,0,0,0,12838,0,0,0,'SmartAI',1,1,1,1.6,1,1,0,12622,21928,0,0,0,0,0,1,0,0,'',12340),(7447,0,0,0,0,0,10807,0,0,0,'Fledgling Chillwind',NULL,NULL,0,53,55,0,16,0,1.4,1.42857,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,38,0,0,0,0,65,95,23,1,65537,7447,0,7447,0,0,0,0,0,0,16552,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.3,1,1,0,12444,12623,0,0,0,0,149,1,0,0,'',12340),(7448,0,0,0,0,0,10810,0,0,0,'Chillwind Chimaera',NULL,NULL,0,55,57,0,16,0,1.4,1.42857,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,38,0,0,0,0,68,99,24,1,65537,7448,0,7448,0,0,0,0,0,0,15797,20005,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.35,1,1,0,12444,12623,0,0,0,0,149,1,0,0,'',12340),(7449,0,0,0,0,0,10809,0,0,0,'Chillwind Ravager',NULL,NULL,0,57,59,0,16,0,1.4,1.42857,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,38,0,0,0,0,70,103,25,1,65537,7449,0,7449,0,0,0,0,0,0,8599,28547,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.35,1,1,0,12444,12623,0,0,0,0,149,1,0,0,'',12340),(7450,0,0,0,0,0,12235,0,0,0,'Ragged Owlbeast',NULL,NULL,0,53,55,0,16,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,7450,0,0,0,0,0,0,0,0,15848,13738,0,0,0,0,0,0,0,0,114,154,'',1,1,1,1.3,1,1,0,18590,0,0,0,0,0,0,1,0,0,'',12340),(7451,0,0,0,0,0,12235,0,0,0,'Raging Owlbeast',NULL,NULL,0,54,56,0,16,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,7451,0,0,0,0,0,0,0,0,34971,13738,0,0,0,0,0,0,0,0,122,164,'',1,1,1,1.35,1,1,0,18590,0,0,0,0,0,0,1,0,0,'',12340),(7452,0,0,0,0,0,12237,0,0,0,'Crazed Owlbeast',NULL,NULL,0,56,57,0,16,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,7452,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,169,'',1,1,1,1.35,1,1,0,12524,18590,0,0,0,0,0,1,0,0,'',12340),(7453,0,0,0,0,0,12237,0,0,0,'Moontouched Owlbeast',NULL,NULL,0,57,58,0,16,0,1,1.14286,1,0,93,123,0,228,1,2000,2000,2,0,2048,0,0,0,0,0,0,64,94,23,7,0,7453,0,0,0,0,0,0,0,0,24957,38657,0,0,0,0,0,0,0,0,111,150,'',1,1,1,1.35,1,1,0,12524,18590,0,0,0,0,0,1,0,0,'',12340),(7454,0,0,0,0,0,12236,0,0,0,'Berserk Owlbeast',NULL,NULL,0,58,59,0,16,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,7454,0,0,0,0,0,0,0,0,34971,0,0,0,0,0,0,0,0,0,131,176,'',1,1,1,1.35,1,1,0,12524,18590,0,0,0,0,0,1,0,0,'',12340),(7455,0,0,0,0,0,6212,0,0,0,'Winterspring Owl',NULL,NULL,0,54,56,0,7,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,26,0,0,0,0,67,97,23,1,1,7455,0,0,0,0,55,0,25,0,0,0,0,0,0,0,0,0,5862,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7456,0,0,0,0,0,10833,0,0,0,'Winterspring Screecher',NULL,NULL,0,57,59,0,7,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,26,0,0,0,0,70,103,25,1,1,7456,0,0,0,0,55,0,25,0,3589,0,0,0,0,0,0,0,5863,0,0,0,'',1,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7457,0,0,0,0,0,6767,0,0,0,'Rogue Ice Thistle',NULL,NULL,0,53,55,0,16,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,7457,0,7457,0,0,0,110,0,0,3604,15878,0,0,0,0,0,0,0,0,114,154,'',1,1,1,1.3,1,1,0,12366,0,0,0,0,0,0,1,0,0,'',12340),(7458,0,0,0,0,0,10579,0,0,0,'Ice Thistle Yeti',NULL,NULL,0,55,56,0,16,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,7458,0,7458,0,0,0,112,0,0,3604,15878,0,0,0,0,0,0,0,0,120,779,'',1,1,1,1.35,1,1,0,12366,0,0,0,0,0,0,1,0,0,'',12340),(7459,0,0,0,0,0,10945,0,0,0,'Ice Thistle Matriarch',NULL,NULL,0,56,57,0,16,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,7459,0,7459,0,0,0,114,0,0,6268,15878,0,0,0,0,0,0,0,0,125,169,'',1,1,1,1.35,1,1,0,12367,12366,0,0,0,0,0,1,0,0,'',12340),(7460,0,0,0,0,0,10946,0,0,0,'Ice Thistle Patriarch',NULL,NULL,0,57,58,0,16,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,7460,0,7460,0,0,0,116,0,0,3131,15878,0,0,0,0,0,0,0,0,128,172,'',1,1,1,1.35,1,1,0,12367,12366,0,0,0,0,0,1,0,0,'',12340),(7461,0,0,0,0,0,10924,0,0,0,'Hederine Initiate',NULL,NULL,0,59,60,0,90,0,1.1,1.14286,1,1,74,102,0,112,2.4,2000,2000,8,32832,2048,0,0,0,0,0,0,61,90,25,3,0,7461,7461,0,0,0,0,0,0,0,37668,24668,0,0,0,0,0,0,0,0,650,853,'',1,1,1,6,2,1,0,18604,0,0,0,0,0,0,1,0,0,'',12340),(7462,0,0,0,0,0,6172,0,0,0,'Hederine Manastalker',NULL,NULL,0,59,60,0,90,0,1.1,1.14286,1,1,104,138,0,252,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,3,0,7462,0,7462,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,6,2,1,0,18604,0,0,0,0,0,0,1,0,0,'',12340),(7463,0,0,0,0,0,9018,0,0,0,'Hederine Slayer',NULL,NULL,0,59,60,0,90,0,1.1,1.14286,1,1,104,138,0,252,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,3,0,7463,7463,0,0,0,0,0,0,0,17547,0,0,0,0,0,0,0,0,0,862,1131,'',0,1,1,6,1,1,0,18604,0,0,0,0,0,0,1,0,0,'',12340),(7464,0,0,0,0,0,4589,0,0,0,'Magma Totem II',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1610,1771,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10582,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7465,0,0,0,0,0,4589,0,0,0,'Magma Totem III',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1480,1628,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10583,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7466,0,0,0,0,0,4589,0,0,0,'Magma Totem IV',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10584,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7467,0,0,0,0,0,4590,0,0,0,'Nature Resistance Totem',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1670,1837,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10596,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7468,0,0,0,0,0,4590,0,0,0,'Nature Resistance Totem II',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1440,1584,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10598,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7469,0,0,0,0,0,4590,0,0,0,'Nature Resistance Totem III',NULL,NULL,0,1,80,0,58,0,1,1,1,0,417,582,0,608,1,1410,1551,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10599,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7483,0,0,0,0,0,4590,0,0,0,'Windfury Totem II',NULL,NULL,0,48,48,0,58,0,0.01,1.14286,1,0,75,99,0,184,1,1510,1661,2,0,2048,0,0,0,0,0,0,51,76,17,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7484,0,0,0,0,0,4590,0,0,0,'Windfury Totem III',NULL,NULL,0,1,1,0,58,0,1,1,1,0,146,192,0,238,1,2000,1551,1,0,2048,0,0,0,0,0,0,101,167,24,11,0,7484,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7485,0,0,0,0,0,6308,0,0,0,'Nargatt','Food & Drink',NULL,0,40,40,0,29,640,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7486,0,0,0,0,0,4590,0,0,0,'Grace of Air Totem',NULL,NULL,0,43,43,0,58,0,0.01,1.14286,1,0,62,82,0,152,1,1560,1716,2,0,2048,0,0,0,0,0,0,42,62,14,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7487,0,0,0,0,0,4590,0,0,0,'Grace of Air Totem II',NULL,NULL,0,60,60,0,58,0,0.01,1.14286,1,0,146,192,0,238,1,1410,1551,2,0,2048,0,0,0,0,0,0,101,167,24,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7489,0,0,0,0,0,10797,0,0,0,'Silverpine Deathguard',NULL,NULL,0,40,40,0,71,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,32768,2048,0,0,0,0,0,0,39,57,14,7,0,7489,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7505,0,0,0,0,0,21010,0,0,0,'Bloodmage Drazial',NULL,NULL,800,50,50,0,35,3,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,768,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,10149,10179,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7506,0,0,0,0,0,21013,0,0,0,'Bloodmage Lynnore',NULL,NULL,820,53,53,0,35,3,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,768,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,10149,10179,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7507,0,0,0,0,0,2957,0,0,0,'Brown Snake',NULL,NULL,0,1,1,0,85,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,268959846,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(7508,0,0,0,0,0,1206,0,0,0,'Black Kingsnake',NULL,NULL,0,1,1,0,85,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,268959846,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(7509,0,0,0,0,0,6303,0,0,0,'Crimson Snake',NULL,NULL,0,1,1,0,85,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,268959846,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(7523,0,0,0,0,0,10701,0,0,0,'Suffering Highborne',NULL,NULL,0,54,55,0,21,0,1.11111,1.14286,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,6,0,7523,0,0,0,0,0,0,0,0,14868,0,0,0,0,0,0,0,0,0,102,139,'',1,1,1,1.3,1,1,0,21936,0,0,0,0,0,0,1,8388624,0,'',12340),(7524,0,0,0,0,0,10702,0,0,0,'Anguished Highborne',NULL,NULL,0,55,56,0,21,0,1,1.14286,1,0,89,118,0,220,1,2000,2000,2,0,2048,0,0,0,0,0,0,61,90,21,6,0,7524,0,0,0,0,0,0,0,0,13860,0,0,0,0,0,0,0,0,0,108,145,'',1,1,1,1.35,1,1,0,21936,0,0,0,0,0,0,1,8388624,0,'',12340),(7527,0,0,0,0,0,6271,0,0,0,'Goblin Land Mine',NULL,NULL,0,43,43,0,14,0,1.16,1.14286,1,0,67,88,0,162,1,1580,1738,1,131076,2048,0,0,0,0,0,0,46,67,16,9,0,0,0,0,0,0,0,0,0,0,4043,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(7543,0,0,0,0,0,6288,0,0,0,'Dark Whelpling',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7544,0,0,0,0,0,6290,0,0,0,'Crimson Whelpling',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7545,0,0,0,0,0,6291,0,0,0,'Emerald Whelpling',NULL,NULL,0,1,1,0,188,0,1.11111,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7549,0,0,0,0,0,6295,0,0,0,'Tree Frog',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,7549,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7550,0,0,0,0,0,901,0,0,0,'Wood Frog',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7553,0,0,0,0,0,4615,0,0,0,'Great Horned Owl',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7555,0,0,0,0,0,6299,0,0,0,'Hawk Owl',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7557,0,0,0,0,0,2838,0,0,0,'Prarie Dog',NULL,NULL,0,1,1,0,32,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(7560,0,0,0,0,0,328,0,0,0,'Snowshoe Rabbit',NULL,NULL,0,20,20,0,188,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,768,2048,0,0,0,0,0,0,20,30,4,12,0,0,0,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7562,0,0,0,0,0,2957,0,0,0,'Brown Snake',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7564,0,0,0,0,0,7185,0,0,0,'Marin Noggenfogger',NULL,NULL,922,40,40,0,474,131,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7565,0,0,0,0,0,1206,0,0,0,'Black Kingsnake',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7566,0,0,0,0,0,2954,0,0,0,'Scarlet Snake',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7567,0,0,0,0,0,6303,0,0,0,'Crimson Snake',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7568,0,0,0,0,0,2954,0,0,0,'Ribbon Snake',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7569,0,0,0,0,0,1986,0,0,0,'Green Water Snake',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7572,0,0,0,0,0,6775,0,0,0,'Fallen Hero of the Horde','',NULL,840,60,60,0,35,3,0.8,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,45,1,0,2,'',12340),(7583,0,0,0,0,0,7175,0,0,0,'Sprinkle',NULL,NULL,0,30,30,0,474,2,1,1.14286,1,0,30,42,0,44,1,2000,2000,8,4096,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7584,0,0,0,0,0,9592,0,0,0,'Wandering Forest Walker',NULL,NULL,0,44,46,0,7,0,1,1.14286,1,0,72,95,0,176,1,2000,2000,2,0,2048,0,0,0,0,0,0,49,72,16,4,0,7584,0,0,0,0,200,0,0,0,16561,0,0,0,0,0,0,0,0,0,92,125,'',1,3,1,1.7,1,1,0,9590,9592,0,0,0,0,0,1,0,0,'',12340),(7603,0,0,0,0,0,6967,6968,0,0,'Leprous Assistant','',NULL,0,26,27,0,63,0,1,1.14286,1,0,38,51,0,92,1.7,2000,1881,1,32768,2048,0,0,0,0,0,0,26,39,7,7,0,7603,7603,0,0,0,0,0,0,0,1604,11264,12024,0,0,0,0,0,0,0,44,63,'SmartAI',1,3,1,1.05,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),(7604,0,0,0,0,0,6433,0,0,0,'Sergeant Bly','',NULL,941,45,45,0,35,1,1,1.14286,1,1,76,100,0,184,2.4,2000,1384,1,32768,2048,0,0,0,0,0,0,52,76,17,7,4096,7604,7604,0,0,0,0,0,0,0,11972,12170,0,0,0,0,0,0,0,0,839,1100,'SmartAI',1,3,1,10,1,1,0,8548,0,0,0,0,0,0,0,0,0,'',12340),(7605,0,0,0,0,0,6435,0,0,0,'Raven','',NULL,0,44,44,0,35,0,1,1.14286,1,1,72,96,0,174,2.4,1600,1384,1,32768,2048,0,0,0,0,0,0,49,73,16,7,0,7605,0,0,0,0,0,0,0,0,7159,12540,0,0,0,0,0,0,0,0,344,454,'SmartAI',1,3,1,3.5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(7606,0,0,0,0,0,6432,0,0,0,'Oro Eyegouge','',NULL,0,44,44,0,35,0,1,1.14286,1,1,51,71,0,78,2.4,2000,1384,8,32768,2048,0,0,0,0,0,0,43,63,20,7,0,7606,7606,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,348,'SmartAI',1,3,1,3.5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(7607,0,0,0,0,0,7222,0,0,0,'Weegli Blastfuse','',NULL,940,43,43,0,35,1,1,1.14286,1,1,67,88,0,162,2.4,2000,1448,1,0,2048,0,0,0,0,0,0,46,67,16,7,0,7607,0,0,0,0,0,0,0,0,8858,0,6660,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,9.7,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(7608,0,0,0,0,0,6438,0,0,0,'Murta Grimgut','',NULL,0,44,44,0,35,0,1,1.14286,1,1,67,89,0,166,2.4,2000,1384,2,32768,2048,0,0,0,0,0,0,46,67,15,7,0,7608,7608,0,0,0,0,0,0,0,10577,25058,9734,11974,0,0,0,0,0,0,289,382,'SmartAI',1,3,1,3.5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(7623,0,0,0,0,0,6571,0,0,0,'Dispatch Commander Ruag','',NULL,0,60,60,0,29,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7643,0,0,0,0,0,6570,0,0,0,'Bengor','',NULL,0,45,45,0,29,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4608,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7664,0,0,0,0,0,10543,0,0,0,'Razelikh the Defiler',NULL,NULL,0,60,60,0,90,0,1.79,1.14286,1,1,104,138,0,252,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,3,2,7664,0,0,0,50,0,0,50,0,8255,13459,12745,8269,0,0,0,0,0,0,1374,1799,'SmartAI',0,3,1,10,1,1,0,10759,0,0,0,0,0,121,1,0,0,'',12340),(7665,0,0,0,0,0,10169,0,0,0,'Grol the Destroyer',NULL,NULL,0,58,58,0,45,0,1.05,1.14286,1,1,100,132,0,242,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,69,101,25,3,0,7665,7665,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,1406,'SmartAI',1,3,1,8,1,1,0,10753,0,0,0,0,0,51,1,0,0,'',12340),(7666,0,0,0,0,0,6769,0,0,0,'Archmage Allistarj',NULL,NULL,0,58,58,0,93,0,1.05,1.14286,1,1,93,123,0,228,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,64,94,23,3,0,7666,0,0,0,116,0,116,0,116,10149,10179,0,0,0,0,0,0,0,0,691,907,'SmartAI',0,3,1,6,20,1,0,10755,0,0,0,0,0,0,1,0,0,'',12340),(7667,0,0,0,0,0,6768,0,0,0,'Lady Sevine',NULL,NULL,0,59,59,0,93,0,1.05,1.14286,1,1,133,176,0,234,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,91,133,23,3,0,7667,7667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,1297,'SmartAI',0,3,1,9,12,1,0,10754,0,0,0,0,0,0,1,0,0,'',12340),(7668,0,0,0,0,0,6847,6848,6849,6850,'Servant of Razelikh',NULL,NULL,0,57,57,0,90,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,7668,7668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,175,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7669,0,0,0,0,0,6874,6875,6876,6877,'Servant of Grol',NULL,NULL,0,53,54,0,90,0,1.05,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,7669,7669,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,154,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7670,0,0,0,0,0,6855,6856,6857,6858,'Servant of Allistarj',NULL,NULL,0,54,55,0,90,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,7670,7670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,161,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7671,0,0,0,0,0,6869,6870,6871,6872,'Servant of Sevine',NULL,NULL,0,56,56,0,90,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,7671,7671,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,168,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7683,0,0,0,0,0,6837,0,0,0,'Alessandro Luca','Blue Moon Odds & Ends',NULL,1120,35,35,0,68,131,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,37376,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7684,0,0,0,0,0,4805,0,0,0,'Leopard',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(7686,0,0,0,0,0,6443,0,0,0,'Bengal Tiger',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(7687,0,0,0,0,0,6444,0,0,0,'Spotted Frostsaber',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(7690,0,0,0,0,0,6448,0,0,0,'Striped Nightsaber',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(7704,0,0,0,0,0,6469,0,0,0,'Mottled Red Raptor',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(7706,0,0,0,0,0,6471,0,0,0,'Ivory Raptor',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(7707,0,0,0,0,0,6472,0,0,0,'Turquoise Raptor',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(7708,0,0,0,0,0,6473,0,0,0,'Violet Raptor',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(7714,0,0,0,0,0,6550,0,0,0,'Innkeeper Byula','Innkeeper',NULL,344,30,30,0,29,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7724,0,0,0,0,0,7173,0,0,0,'Senior Surveyor Fizzledowser','Gadgetzan Water Co.',NULL,0,44,44,0,475,2,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7725,0,0,0,0,0,6835,6836,0,0,'Grimtotem Raider',NULL,NULL,0,42,43,0,16,0,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,32768,2048,0,0,0,0,0,0,46,67,16,7,0,7725,7725,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,103,'SmartAI',1,3,1,1.2,1,1,0,9460,0,0,0,0,0,0,1,0,0,'',12340),(7726,0,0,0,0,0,6831,6832,0,0,'Grimtotem Naturalist',NULL,NULL,0,41,42,0,16,0,1,0.992063,1,0,58,77,0,142,1,2000,2000,2,32768,2048,0,0,0,0,0,0,40,59,13,7,0,7726,7726,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,66,91,'SmartAI',0,3,1,1.2,1,1,0,9460,0,0,0,0,0,0,1,0,0,'',12340),(7727,0,0,0,0,0,6833,6834,0,0,'Grimtotem Shaman',NULL,NULL,0,43,44,0,16,0,1,1.14286,1,0,67,89,0,166,1,2000,2000,2,32768,2048,0,0,0,0,0,0,46,67,15,7,0,7727,7727,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,96,'SmartAI',1,3,1,1.2,1,1,0,9460,0,0,0,0,0,0,1,0,0,'',12340),(7728,0,0,0,0,0,6688,0,0,0,'Kirith the Damned',NULL,NULL,0,55,55,0,90,0,1.05,1.14286,1,0,94,125,0,228,1,2000,2000,1,64,2048,0,0,0,0,0,0,65,95,23,3,0,7728,0,0,0,0,0,0,0,0,12745,12097,0,0,0,0,0,0,0,0,520,684,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,131086,0,'',12340),(7729,0,0,0,0,0,6878,0,0,0,'Spirit of Kirith',NULL,NULL,0,55,55,0,35,2,1.23,1.14286,1,0,94,125,0,228,1,1460,1606,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7730,0,0,0,0,0,9802,9804,9803,9805,'Stonetalon Grunt',NULL,NULL,0,40,40,0,85,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,36864,2048,0,0,0,0,0,0,39,57,14,7,0,7730,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7731,0,0,0,0,0,6551,0,0,0,'Innkeeper Jayka','Innkeeper',NULL,1290,30,30,0,29,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7732,0,0,0,0,0,3233,0,0,0,'Dupe Bug',NULL,NULL,0,1,1,0,494,0,1.36,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,68,1,0,0,'',12340),(7733,0,0,0,0,0,7346,0,0,0,'Innkeeper Fizzgrimble','Innkeeper',NULL,2890,30,30,0,474,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(7734,0,0,0,0,0,6380,0,0,0,'Ilifar','Keeper of Souls',NULL,0,60,60,0,90,0,1.78,1.14286,1,0,146,192,0,238,1,1158,1274,2,0,2048,0,0,0,0,0,0,101,167,24,3,0,7734,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,324,428,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7735,0,0,0,0,0,5047,0,0,0,'Felcular','Champion of Razelikh',NULL,0,60,60,0,90,0,1.77,1.14286,1,0,146,192,0,238,1,1166,1283,2,0,2048,0,0,0,0,0,0,101,167,24,3,0,7735,0,0,0,0,120,120,120,0,0,0,0,0,0,0,0,0,0,0,256,340,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7736,0,0,0,0,0,6553,0,0,0,'Innkeeper Shyria','Innkeeper',NULL,1581,30,30,0,80,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7737,0,0,0,0,0,6554,0,0,0,'Innkeeper Greul','Innkeeper',NULL,21215,30,30,0,29,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(7738,0,0,0,0,0,2172,0,0,0,'Burning Servant',NULL,NULL,0,26,26,0,63,0,1.08,1.14286,1,0,37,49,0,90,1,1710,1881,1,0,2048,0,0,0,0,0,0,25,37,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(7739,0,0,0,0,0,9473,0,0,0,'Red Mechanostrider',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),(7740,0,0,0,0,0,6840,0,0,0,'Gracina Spiritmight',NULL,NULL,0,55,55,0,80,2,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,4096,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7744,0,0,0,0,0,6568,0,0,0,'Innkeeper Thulfram','Innkeeper',NULL,345,30,30,0,694,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7749,0,0,0,0,0,6569,0,0,0,'Blue Mechanostrider',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),(7750,0,0,0,0,0,6777,0,0,0,'Corporal Thund Splithoof',NULL,NULL,0,55,55,0,35,2,1,1.14286,1,0,94,125,0,228,1,1460,1606,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7763,0,0,0,0,0,6881,0,0,0,'Curgle Cranklehop',NULL,NULL,942,48,48,0,35,3,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,4096,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7764,0,0,0,0,0,6989,0,0,0,'Troyas Moonbreeze',NULL,NULL,0,50,50,0,80,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7765,0,0,0,0,0,1918,0,0,0,'Rockbiter',NULL,NULL,0,45,45,0,124,2,0.777776,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7766,0,0,0,0,0,6632,0,0,0,'Tyrion',NULL,NULL,1761,37,37,0,64,3,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_tyrion',12340),(7767,0,0,0,0,0,850,0,0,0,'Witherbark Felhunter',NULL,NULL,0,45,46,0,90,0,0.83,1.14286,1,0,72,95,0,176,1,1540,1694,2,0,2048,0,0,0,0,0,0,49,72,16,3,0,7767,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7768,0,0,0,0,0,513,0,0,0,'Witherbark Bloodling',NULL,NULL,0,25,25,0,312,0,1.1,1.14286,1,0,35,48,0,86,1,1000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,10,0,7768,0,0,40,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.001,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7769,0,0,0,0,0,9469,0,0,0,'Hazzali Parasite',NULL,NULL,0,45,45,0,310,0,1.05,1.14286,1,0,76,100,0,184,1,1000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.001,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),(7770,0,0,0,0,0,7000,0,0,0,'Winkey',NULL,NULL,11876,40,40,0,35,3,1.05,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7771,0,0,0,0,0,7188,0,0,0,'Marvon Rivetseeker',NULL,NULL,1404,40,40,0,474,3,1.05,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7772,0,0,0,0,0,6991,0,0,0,'Kalin Windflight',NULL,NULL,1422,60,60,0,35,130,1.26,1.14286,1,0,146,192,0,238,1,1410,1551,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7773,0,0,0,0,0,6992,0,0,0,'Marli Wishrunner',NULL,NULL,1421,60,60,0,35,3,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,512,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7774,0,0,0,0,0,6985,0,0,0,'Shay Leafrunner',NULL,NULL,0,50,50,0,80,2,1.1,1.14286,1,0,60,83,0,91,1,2000,2000,8,768,2048,0,0,0,0,0,0,50,73,22,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7775,0,0,0,0,0,6995,0,0,0,'Gregan Brewspewer',NULL,NULL,1802,45,45,0,35,131,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_gregan_brewspewer',12340),(7776,0,0,0,0,0,6996,0,0,0,'Talo Thornhoof',NULL,NULL,2851,50,50,0,104,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7777,0,0,0,0,0,6993,0,0,0,'Rok Orhan',NULL,NULL,0,40,40,0,125,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7778,0,0,0,0,0,6845,0,0,0,'Doran Steelwing',NULL,NULL,0,45,45,0,694,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7779,0,0,0,0,0,6703,0,0,0,'Priestess Tyriona',NULL,NULL,0,25,25,0,12,0,1.05,1.14286,1,0,35,48,0,86,1,1760,1936,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7780,0,0,0,0,0,28236,0,0,0,'Rin\'ji','Witherbark Troll',NULL,0,46,46,0,126,2,1,1.14286,1,0,72,95,0,176,1,2000,2000,2,0,2048,0,0,0,0,0,0,49,72,16,7,4096,0,0,0,40,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_rinji',12340),(7783,0,0,0,0,0,6879,0,0,0,'Loramus Thalipedes',NULL,NULL,11487,60,60,0,35,3,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_loramus_thalipedes',12340),(7784,0,0,0,0,0,6909,0,0,0,'Homing Robot OOX-17/TN',NULL,NULL,0,42,42,0,35,2,2,0.714286,1,0,62,83,0,152,1,2000,2000,1,768,2048,0,0,0,0,0,0,43,63,15,9,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,94,1,16384,0,'npc_OOX17',12340),(7785,0,0,0,0,0,2418,0,0,0,'Ward of Zum\'rah',NULL,NULL,0,46,46,0,16,0,1,1.14286,1,0,77,102,0,188,1,1550,1705,1,0,2048,0,0,0,0,0,0,53,78,17,10,0,0,0,0,0,0,0,0,0,0,11087,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7786,0,0,0,0,0,200,0,0,0,'Skeleton of Zum\'rah',NULL,NULL,0,46,46,0,16,0,0.94,1.14286,1,0,77,102,0,188,1,1660,1826,1,0,2048,0,0,0,0,0,0,53,78,17,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7787,0,0,0,0,0,6678,6679,0,0,'Sandfury Slave',NULL,NULL,0,43,44,0,37,0,1,1.14286,1,0,72,96,0,174,1,2000,1738,1,0,2048,0,0,0,0,0,0,49,73,16,7,0,7787,7787,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7788,0,0,0,0,0,6680,6681,0,0,'Sandfury Drudge',NULL,NULL,0,44,45,0,37,0,1,1.14286,1,0,76,100,0,184,1,2000,1716,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,7788,7788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7789,0,0,0,0,0,6682,0,0,0,'Sandfury Cretin',NULL,NULL,0,43,45,0,37,0,1.6,0.714286,1,1,54,75,0,81,7.5,2000,1384,8,0,2048,0,0,0,0,0,0,45,66,20,7,0,7789,7789,0,0,0,0,0,0,0,14032,20798,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,93,1,0,0,'',12340),(7790,0,0,0,0,0,6873,0,0,0,'Orokk Omosh',NULL,NULL,0,45,45,0,29,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7792,0,0,0,0,0,6843,0,0,0,'Aturk the Anvil',NULL,NULL,0,50,50,0,29,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7793,0,0,0,0,0,6854,0,0,0,'Ox','The Mithril Order',NULL,0,53,53,0,104,2,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,512,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7794,0,0,0,0,0,6853,0,0,0,'McGavan','The Mithril Order',NULL,0,55,55,0,120,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7795,0,0,0,0,0,6685,0,0,0,'Hydromancer Velratha','',NULL,0,46,46,0,37,0,1,1.14286,1,1,55,76,0,83,2.4,2000,1384,8,32832,2048,0,0,0,0,0,0,46,67,20,7,0,7795,7795,0,0,0,0,0,0,0,12491,12739,0,15245,0,0,0,0,0,0,254,336,'SmartAI',1,3,1,3,2,1,0,9234,10661,0,0,0,0,0,1,0,0,'',12340),(7796,0,0,0,0,0,6690,0,0,0,'Nekrum Gutchewer',NULL,NULL,0,45,45,0,37,0,1,1.14286,1,1,76,100,0,184,7.5,2500,1384,1,0,2048,0,0,0,0,0,0,52,76,17,6,0,7796,7796,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,423,'SmartAI',1,3,1,3,2,1,0,9471,9523,0,0,0,0,0,1,8388624,0,'',12340),(7797,0,0,0,0,0,6687,0,0,0,'Ruuzlu',NULL,NULL,0,45,45,0,37,0,1,1.14286,1,1,76,100,0,184,2.4,2600,1384,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,7797,7797,0,0,0,0,0,0,0,38959,15496,7366,0,0,0,0,0,0,0,483,636,'SmartAI',1,3,1,5,2,1,0,9523,0,0,0,0,0,0,1,0,0,'',12340),(7798,0,0,0,0,0,6844,0,0,0,'Hank the Hammer','The Mithril Order',NULL,0,50,50,0,12,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7799,0,0,0,0,0,6882,0,0,0,'Gimblethorn','Banker',NULL,0,45,45,0,474,131073,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7800,0,0,0,0,0,6980,0,0,0,'Mekgineer Thermaplugg','',NULL,0,28,28,0,63,0,1,1.14286,1,1,39,53,0,96,1.7,2000,1475,1,64,2048,0,0,0,0,0,0,27,40,8,9,0,7800,0,0,0,0,0,0,0,0,10101,0,0,0,0,0,0,0,0,0,446,587,'SmartAI',1,3,1,8,1,1,0,9299,9309,0,0,0,0,0,1,17408,256,'',12340),(7801,0,0,0,0,0,19837,0,0,0,'Gilveradin Sunchaser',NULL,NULL,0,45,45,0,35,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7802,0,0,0,0,0,6846,0,0,0,'Galvan the Ancient','Artisan Blacksmith of the Mithril Order',NULL,0,60,60,0,35,2,1,1.14286,1,0,104,138,0,252,1,2000,1551,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7803,0,0,0,0,0,2414,0,0,0,'Scorpid Duneburrower',NULL,NULL,0,46,47,0,413,0,1,1.14286,1,0,79,105,0,192,1,2000,1672,1,0,2048,0,20,0,0,0,0,54,80,18,1,1,7803,0,7803,0,0,0,0,0,0,5416,0,0,0,0,0,0,0,8855,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,9442,0,0,0,0,0,0,1,0,0,'',12340),(7804,0,0,0,0,0,6868,0,0,0,'Trenton Lighthammer','The Mithril Order',NULL,1142,55,55,0,474,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7805,0,0,0,0,0,5573,5574,0,0,'Wastewander Scofflaw',NULL,NULL,0,45,45,0,16,0,1.2,1.14286,1,0,76,100,0,184,1,1510,1661,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,7805,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,115,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7806,0,0,0,0,0,6909,0,0,0,'Homing Robot OOX-09/HL',NULL,NULL,0,42,42,0,35,2,2,0.71429,1,0,62,83,0,152,1,2000,2000,1,33024,2048,0,0,0,0,0,0,43,63,15,9,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,94,1,16384,0,'npc_oox09hl',12340),(7807,0,0,0,0,0,6909,0,0,0,'Homing Robot OOX-22/FE',NULL,NULL,0,42,42,0,35,2,1.1,1.14286,1,0,62,83,0,152,1,2000,2000,1,33536,2048,0,0,0,0,0,0,43,63,15,9,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,94,1,16384,0,'npc_oox22fe',12340),(7808,0,0,0,0,0,12238,0,0,0,'Marauding Owlbeast',NULL,NULL,0,46,46,0,14,0,1,1.14286,1,0,77,102,0,188,1,2000,1661,1,32768,2048,0,0,0,0,0,0,53,78,17,7,0,7808,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,119,'',0,3,1,1.25,1,1,0,9591,9592,0,0,0,0,0,1,0,0,'',12340),(7809,0,0,0,0,0,28242,6513,0,0,'Vilebranch Ambusher',NULL,NULL,0,47,47,0,795,0,1.19,1.14286,1,0,79,105,0,192,1,1520,1672,1,0,2048,0,0,0,0,0,0,54,80,18,7,0,7809,7809,0,0,0,0,0,0,0,7160,0,0,0,0,0,0,0,0,0,92,125,'',0,3,1,1.25,1,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),(7823,0,0,0,0,0,6880,0,0,0,'Bera Stonehammer','Gryphon Master',NULL,6944,65,65,0,12,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7824,0,0,0,0,0,6883,0,0,0,'Bulkrek Ragefist','Wind Rider Master',NULL,6944,65,65,0,29,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7825,0,0,0,0,0,7002,0,0,0,'Oran Snakewrithe',NULL,NULL,0,50,50,0,68,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7826,0,0,0,0,0,21008,0,0,0,'Ambassador Ardalan',NULL,NULL,0,55,55,0,120,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7843,0,0,0,0,0,6973,6974,6975,6976,'Gnomeregan Evacuee','',NULL,0,24,25,0,64,0,1,1.14286,1,0,33,45,0,80,1,2000,2000,2,0,2048,0,0,0,0,0,0,23,31,6,7,0,7843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,48,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7844,0,0,0,0,0,4683,0,0,0,'Fire Nova Totem IV',NULL,NULL,0,46,46,0,58,0,0.01,1.14286,1,0,77,102,0,188,1,1540,1694,1,0,2048,0,0,0,0,0,0,53,78,17,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7845,0,0,0,0,0,4683,0,0,0,'Fire Nova Totem V',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1470,1617,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7846,0,0,0,0,0,6378,0,0,0,'Teremus the Devourer',NULL,NULL,0,60,60,0,14,0,1,1.14286,1,1,104,138,0,252,4.6,1500,2000,1,0,2048,0,0,0,0,0,0,72,106,26,2,0,7846,0,7846,0,0,0,0,0,0,25809,32902,9573,11130,0,0,0,0,0,0,4080,5333,'SmartAI',1,3,1,30,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(7847,0,0,0,0,0,9169,0,0,0,'Caliph Scorpidsting',NULL,NULL,0,46,46,0,16,0,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,32768,2048,0,0,0,0,0,0,53,78,17,7,0,7847,7847,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,119,'',0,1,1,1.25,1,1,0,8723,0,0,0,0,0,0,1,0,0,'',12340),(7848,0,0,0,0,0,3207,0,0,0,'Lurking Feral Scar',NULL,NULL,0,46,46,0,16,0,1.19,1.14286,1,0,77,102,0,188,1,1520,1672,1,0,2048,0,0,0,0,0,0,53,78,17,7,0,7848,0,7848,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,124,'',0,3,1,1.35,1,1,0,8973,0,0,0,0,0,0,1,0,0,'',12340),(7849,0,0,0,0,0,6888,0,0,0,'Mobile Alert System','',NULL,0,25,25,0,63,0,2,0.714286,1,0,35,48,0,86,1.7,2000,1837,1,0,2048,0,0,0,0,0,0,24,36,6,9,0,7849,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,94,1,16384,0,'',12340),(7850,0,0,0,0,0,7132,0,0,0,'Kernobee','',NULL,0,28,28,0,35,2,1,1.14286,1,0,39,53,0,96,1.7,2000,1903,1,768,2048,0,0,0,0,0,0,27,40,8,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_kernobee',12340),(7851,0,0,0,0,0,7910,7911,7912,7913,'Nethergarde Elite',NULL,NULL,0,55,55,0,1575,0,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,7851,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,550,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7852,0,0,0,0,0,6892,0,0,0,'Pratt McGrubben','Leatherworking Supplies',NULL,1965,55,55,0,12,4227,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7853,0,0,0,0,0,7036,0,0,0,'Scooty','Chief Engineer',NULL,1628,30,30,0,120,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7854,0,0,0,0,0,6893,0,0,0,'Jangdor Swiftstrider','Leatherworking Supplies',NULL,1964,49,49,0,104,131,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,4608,2048,0,0,0,0,0,0,57,84,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7855,0,0,0,0,0,6944,6945,6946,6947,'Southsea Pirate',NULL,NULL,0,44,45,0,230,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,7855,7855,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,81,111,'SmartAI',1,1,1,1.2,1,1,0,20021,20519,0,0,0,0,0,1,0,0,'',12340),(7856,0,0,0,0,0,6948,6949,6952,374,'Southsea Freebooter',NULL,NULL,0,44,45,0,230,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,262144,2048,0,0,0,0,0,0,52,76,17,7,0,7856,7856,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,81,111,'SmartAI',1,1,1,1.2,1,1,0,20021,20519,0,0,0,0,0,1,0,0,'',12340),(7857,0,0,0,0,0,6938,6939,6940,6941,'Southsea Dock Worker',NULL,NULL,0,44,45,0,230,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,7857,7857,0,0,0,0,0,0,0,3148,0,0,0,0,0,0,0,0,0,81,111,'SmartAI',1,1,1,1.2,1,1,0,20021,20519,0,0,0,0,0,1,0,0,'',12340),(7858,0,0,0,0,0,6950,6951,6953,6954,'Southsea Swashbuckler',NULL,NULL,0,44,45,0,230,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,7858,7858,0,0,0,0,0,0,0,6713,0,0,0,0,0,0,0,0,0,81,111,'SmartAI',1,1,1,1.2,1,1,0,20021,20519,0,0,0,0,0,1,0,0,'',12340),(7863,0,0,0,0,0,6908,0,0,0,'Dream Vision',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,9216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(7864,0,0,0,0,0,146,0,0,0,'Lingering Highborne',NULL,NULL,0,48,50,0,21,0,1.1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,6,0,7864,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,129,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7865,0,0,0,0,0,7859,7860,7861,7862,'Wildhammer Sentry',NULL,NULL,0,65,65,1,1054,2,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,7865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7866,0,0,0,0,0,6917,0,0,0,'Peter Galen','Dragonscale Leatherworking Trainer',NULL,3067,50,50,0,12,83,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_leather',12340),(7867,0,0,0,0,0,6916,0,0,0,'Thorkaf Dragoneye','Dragonscale Leatherworking Trainer',NULL,0,50,50,0,29,83,1.05,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_leather',12340),(7868,0,0,0,0,0,7030,0,0,0,'Sarah Tanner','Elemental Leatherworking Trainer',NULL,3070,50,50,0,12,83,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_leather',12340),(7869,0,0,0,0,0,6918,0,0,0,'Brumn Winterhoof','Elemental Leatherworking Trainer',NULL,0,50,50,0,104,83,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_leather',12340),(7870,0,0,0,0,0,6919,0,0,0,'Caryssia Moonhunter','Tribal Leatherworking Trainer',NULL,3072,50,50,0,80,83,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_leather',12340),(7871,0,0,0,0,0,7042,0,0,0,'Se\'Jib','Tribal Leatherworking Trainer',NULL,0,50,50,0,29,83,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_leather',12340),(7872,0,0,0,0,0,6098,0,0,0,'Death\'s Head Cultist',NULL,NULL,0,33,34,0,152,0,1,1.14286,1,0,44,58,0,106,1,2000,2000,2,0,2048,0,0,0,0,0,0,39,45,10,7,0,7872,7872,0,0,0,0,0,0,0,11433,9613,6304,5195,0,0,0,0,0,0,168,224,'SmartAI',1,1,1,1.15,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7873,0,0,0,0,0,6108,0,0,0,'Razorfen Battleguard',NULL,NULL,0,33,34,0,152,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,48,11,7,0,7873,7873,0,0,0,0,0,0,0,11430,0,0,0,0,0,0,0,0,0,206,274,'SmartAI',1,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7874,0,0,0,0,0,1963,0,0,0,'Razorfen Thornweaver',NULL,NULL,0,33,34,0,152,0,1,1.14286,1,0,44,58,0,106,1,2000,2000,2,0,2048,0,0,0,0,0,0,39,45,10,7,0,7874,7874,0,0,0,0,0,0,0,11431,7966,0,0,0,0,0,0,0,0,172,230,'SmartAI',1,1,1,1.1,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7875,0,0,0,0,0,6983,0,0,0,'Hadoken Swiftstrider',NULL,NULL,6228,57,57,0,995,3,1,1.14286,1,1,98,130,0,238,2.4,2000,2000,1,4608,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7876,0,0,0,0,0,11379,0,0,0,'Tran\'rek',NULL,NULL,0,45,45,0,475,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7877,0,0,0,0,0,6988,0,0,0,'Latronicus Moonspear',NULL,NULL,0,57,57,0,80,2,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,4096,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7878,0,0,0,0,0,6986,0,0,0,'Vestia Moonspear',NULL,NULL,0,55,55,0,80,2,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7879,0,0,0,0,0,6984,0,0,0,'Quintis Jonespyre',NULL,NULL,0,55,55,0,80,131,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7880,0,0,0,0,0,6990,0,0,0,'Ginro Hearthkindle',NULL,NULL,0,55,55,0,80,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7881,0,0,0,0,0,7027,0,0,0,'Stoley',NULL,NULL,0,30,30,0,474,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7882,0,0,0,0,0,11387,0,0,0,'Security Chief Bilgewhizzle','Water Co. Security',NULL,0,51,51,0,475,2,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7883,0,0,0,0,0,9073,0,0,0,'Andre Firebeard',NULL,NULL,0,45,45,0,230,0,1,0.857143,1,0,76,100,0,184,1,2000,2000,1,32768,2048,0,0,0,0,0,0,52,76,17,7,0,7883,7883,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,115,'',0,1,1,1.2,1,1,0,9246,20519,0,0,0,0,100,1,0,0,'',12340),(7884,0,0,0,0,0,7001,0,0,0,'Fraggar Thundermantle',NULL,NULL,0,60,60,0,694,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7885,0,0,0,0,0,11267,0,0,0,'Spitelash Battlemaster',NULL,NULL,0,53,54,0,74,0,1.1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,0,7885,7885,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,157,'',0,3,1,1.3,1,1,0,13815,0,0,0,0,0,0,1,0,0,'npc_spitelashes',12340),(7886,0,0,0,0,0,11268,0,0,0,'Spitelash Enchantress',NULL,NULL,0,54,55,0,74,0,1.1,1.14286,1,0,87,116,0,214,1,2000,2000,2,32768,2048,0,0,0,0,0,0,60,88,21,7,0,7886,7886,0,0,0,0,0,0,0,3443,12548,0,0,0,0,0,0,0,0,100,136,'',0,3,1,1.3,1,1,0,13815,0,0,0,0,0,0,1,0,0,'npc_spitelashes',12340),(7895,0,0,0,0,0,7043,0,0,0,'Ambassador Bloodrage',NULL,NULL,0,35,35,0,152,0,1,1.14286,1,4,45,60,0,110,1,1350,1485,2,0,2048,0,0,0,0,0,0,31,46,11,6,0,7895,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,404,'',0,3,1,1.1,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7897,0,0,0,0,0,6888,0,0,0,'Alarm-a-bomb 2600','',NULL,0,20,20,0,594,0,1,1.71429,1,0,29,39,0,70,1.7,2000,1991,1,768,2048,0,0,0,0,0,0,20,30,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,164,1,16384,2,'',12340),(7899,0,0,0,0,0,6959,6960,6961,6962,'Treasure Hunting Pirate',NULL,NULL,0,44,45,0,16,0,1.19,1.14286,1,0,76,100,0,184,1,1520,1672,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,7899,7899,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,114,'',0,3,1,1.2,1,1,0,9275,0,0,0,0,0,0,1,0,0,'',12340),(7900,0,0,0,0,0,6987,0,0,0,'Angelas Moonbreeze',NULL,NULL,0,50,50,0,80,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7901,0,0,0,0,0,6963,6964,6965,6966,'Treasure Hunting Swashbuckler',NULL,NULL,0,44,45,0,16,0,1.19,1.14286,1,0,76,100,0,184,1,1520,1672,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,7901,7901,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,111,'',0,3,1,1.2,1,1,0,9275,0,0,0,0,0,0,1,0,0,'',12340),(7902,0,0,0,0,0,6957,6958,0,0,'Treasure Hunting Buccaneer',NULL,NULL,0,44,45,0,16,0,1.2,1.14286,1,0,76,100,0,184,1,1510,1661,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,7902,7902,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,111,'',0,3,1,1.2,1,1,0,9275,0,0,0,0,0,0,1,0,0,'',12340),(7903,0,0,0,0,0,6943,0,0,0,'Jewel','Troyas\' Pet',NULL,0,10,10,0,80,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7904,0,0,0,0,0,6942,0,0,0,'Jacob','Angelas\' Pet',NULL,0,10,10,0,80,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7907,0,0,0,0,0,7025,0,0,0,'Daryn Lightwind','Cenarion Lore Keeper',NULL,0,30,30,0,80,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7915,0,0,0,0,0,6977,0,0,0,'Walking Bomb',NULL,NULL,0,26,26,0,63,0,0.54,1.14286,1,0,37,49,0,90,1,1710,1881,1,0,2048,0,0,0,0,0,0,25,37,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,106,1,650854271,0,'',12340),(7916,0,0,0,0,0,7026,0,0,0,'Erelas Ambersky',NULL,NULL,1482,30,30,0,80,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7917,0,0,0,0,0,7008,0,0,0,'Brother Sarno',NULL,NULL,0,55,55,0,12,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7918,0,0,0,0,0,6589,0,0,0,'Stone Watcher of Norgannon',NULL,NULL,0,60,60,0,35,3,0.95,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stone_watcher_of_norgannon',12340),(7936,0,0,0,0,0,7003,0,0,0,'Lyon Mountainheart',NULL,NULL,0,40,40,0,55,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7937,0,0,0,0,0,31658,7006,0,0,'High Tinker Mekkatorque','King of Gnomes',NULL,11390,83,83,2,64,2,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,64,2048,0,0,0,0,0,0,371,535,135,7,4,0,0,0,0,0,0,0,0,0,9143,22739,22742,0,0,0,0,0,0,0,700000,750000,'',0,3,1,400,16,1,0,0,0,0,0,0,0,0,1,617299967,0,'',12340),(7939,0,0,0,0,0,7012,7013,7014,7015,'Feathermoon Sentinel',NULL,NULL,0,65,65,1,79,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,7939,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(7940,0,0,0,0,0,7016,0,0,0,'Darnall','Tailoring Supplies','Buy',0,53,53,0,994,130,1.1,1.14286,1,0,89,119,0,218,1,2000,2000,1,4096,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7941,0,0,0,0,0,7022,0,0,0,'Mardrack Greenwell','Food & Drink',NULL,0,54,54,0,80,642,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7942,0,0,0,0,0,7024,0,0,0,'Faralorn','General Supplies',NULL,0,53,53,0,80,386,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7943,0,0,0,0,0,7019,0,0,0,'Harklane','Fish Vendor',NULL,0,49,49,0,80,642,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,4096,2048,0,0,0,0,0,0,57,84,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7944,0,0,0,0,0,7028,0,0,0,'Tinkmaster Overspark','Gnomish Engineering Trainer',NULL,1468,57,57,0,64,83,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,512,2048,0,0,2,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7945,0,0,0,0,0,7023,0,0,0,'Savanne','Fishing Supplies',NULL,0,49,49,0,80,130,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,4096,2048,0,0,0,0,0,0,57,84,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7946,0,0,0,0,0,7021,0,0,0,'Brannock','Fishing Trainer',NULL,0,52,52,0,80,83,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,2,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7947,0,0,0,0,0,7017,0,0,0,'Vivianna','Trade Supplies',NULL,0,52,52,0,80,130,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7948,0,0,0,0,0,7018,0,0,0,'Kylanna Windwhisper','Alchemy Trainer',NULL,4133,52,52,0,80,83,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,2,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7949,0,0,0,0,0,7020,0,0,0,'Xylinnia Starshine','Enchanting Trainer',NULL,4164,51,51,0,80,81,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,2,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7950,0,0,0,0,0,7041,0,0,0,'Master Mechanic Castpipe',NULL,NULL,0,57,57,0,875,2,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,512,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,15607,7978,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7951,0,0,0,0,0,15352,0,0,0,'Zas\'Tysh',NULL,NULL,6565,35,35,0,29,1,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7952,0,0,0,0,0,7037,0,0,0,'Zjolnir','Raptor Handler',NULL,3162,45,45,0,126,131,1,1.14286,1,0,76,100,0,184,1,2000,1716,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7953,0,0,0,0,0,7040,0,0,0,'Xar\'Ti','Riding Trainer',NULL,4022,50,50,0,126,83,1,1.14286,1,0,85,112,0,206,1,2000,1661,1,512,2048,0,0,1,0,0,8,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7954,0,0,0,0,0,7038,0,0,0,'Binjy Featherwhistle','Mechanostrider Pilot',NULL,4016,50,50,0,875,83,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,1,0,0,7,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7955,0,0,0,0,0,7039,0,0,0,'Milli Featherwhistle','Mechanostrider Merchant',NULL,3186,50,50,0,875,131,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7956,0,0,0,0,0,7044,0,0,0,'Kindal Moonweaver',NULL,NULL,0,42,42,0,42,2,1.1,1.14286,1,0,62,83,0,152,1,2000,2000,1,512,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7957,0,0,0,0,0,7045,0,0,0,'Jer\'kai Moonweaver',NULL,NULL,0,36,36,0,124,3,1.1,1.14286,1,0,35,49,0,53,1,2000,2000,8,512,2048,0,0,0,0,0,0,30,44,18,7,0,7957,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7975,0,0,0,0,0,7115,7116,10152,10153,'Mulgore Protector',NULL,NULL,0,65,65,1,105,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,7975,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7976,0,0,0,0,0,7120,0,0,0,'Thalgus Thunderfist','Weapon Merchant',NULL,0,30,30,0,55,4482,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7977,0,0,0,0,0,5127,0,0,0,'Gammerita',NULL,NULL,0,48,48,0,14,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,32768,2048,0,21,0,0,0,0,56,82,19,1,1,7977,0,7977,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12943,0,0,0,'',1,3,1,1.15,1,1,0,19023,0,0,0,0,0,0,1,0,0,'',12340),(7978,0,0,0,0,0,7119,0,0,0,'Bimble Longberry','Fruit Vendor',NULL,0,30,30,0,875,642,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7980,0,0,0,0,0,7117,7118,14369,14370,'Deathguard Elite','',NULL,0,75,75,2,71,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,7980,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7995,0,0,0,0,0,7121,0,0,0,'Vile Priestess Hexx',NULL,NULL,0,51,51,0,795,0,1.1,1.14286,1,0,61,85,0,93,1,2000,2000,8,32768,2048,0,0,0,0,0,0,51,75,22,7,0,7995,7995,0,0,0,0,0,0,0,11641,11642,11639,0,0,0,0,0,0,0,432,569,'',1,3,1,1.5,1,1,0,9259,9472,0,0,0,0,0,1,0,0,'',12340),(7996,0,0,0,0,0,7122,0,0,0,'Qiaga the Keeper',NULL,NULL,0,50,50,0,37,0,1,1.14286,1,0,60,83,0,91,1,2600,2000,8,32768,2048,0,0,0,0,0,0,50,73,22,7,0,7996,7996,0,0,0,0,0,0,0,10893,11660,10928,0,0,0,0,0,0,0,409,539,'',0,3,1,1.5,1,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),(7997,0,0,0,0,0,9345,0,0,0,'Captured Sprite Darter',NULL,NULL,0,42,43,0,534,0,1,1.14286,1,0,62,82,0,152,1,2000,2000,2,0,2048,0,0,0,0,0,0,42,62,14,2,0,7997,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,100,'SmartAI',0,3,1,1.2,1,1,0,9369,9592,9589,0,0,0,0,1,0,0,'',12340),(7998,0,0,0,0,0,7138,0,0,0,'Blastmaster Emi Shortfuse','',NULL,1080,26,26,0,42,1,1,1.14286,1,1,37,49,0,90,1.7,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7999,0,0,0,0,0,7274,0,0,0,'Tyrande Whisperwind','High Priestess of Elune',NULL,0,83,83,2,124,2,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,64,2048,0,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,20691,20690,20688,20687,0,0,0,0,0,0,550000,600000,'',0,3,1,400,20,1,1,0,0,0,0,0,0,0,1,617299967,2,'',12340),(8001,0,0,0,0,0,10979,0,0,0,'Corpus Ragatus',NULL,NULL,0,25,25,0,73,2,1.05,1.14286,1,0,35,48,0,86,1,1760,1936,1,0,2048,0,7,0,0,0,0,24,36,6,7,138412102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(8015,0,0,0,0,0,4841,4842,4843,4844,'Ashenvale Sentinel',NULL,NULL,0,40,40,0,79,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,8015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8016,0,0,0,0,0,4261,4262,4263,4264,'Barrens Guard',NULL,NULL,0,40,40,0,85,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,8016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8017,0,0,0,0,0,4083,4084,0,0,'Sen\'jin Guardian',NULL,NULL,0,65,65,1,877,0,1,1.14286,1,0,200,281,0,278,1,2000,1595,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,8017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8018,0,0,0,0,0,7250,0,0,0,'Guthrum Thunderfist','Gryphon Master',NULL,6944,65,65,0,694,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8019,0,0,0,0,0,7249,0,0,0,'Fyldren Moonfeather','Hippogryph Master',NULL,6944,65,65,0,80,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8020,0,0,0,0,0,7248,0,0,0,'Shyn','Wind Rider Master',NULL,6944,65,65,0,104,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8021,0,0,0,0,0,7272,0,0,0,'Orwin Gizzmick',NULL,NULL,0,50,50,0,125,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8022,0,0,0,0,0,7273,0,0,0,'Thadius Grimshade',NULL,NULL,0,50,50,0,55,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8023,0,0,0,0,0,7268,0,0,0,'Sharpbeak',NULL,NULL,0,5,5,0,534,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8024,0,0,0,0,0,7269,0,0,0,'Sharpbeak\'s Father',NULL,NULL,0,55,55,0,534,0,1.23,1.14286,1,0,94,125,0,228,1,1460,1606,1,0,2048,0,0,0,0,0,0,65,95,23,1,0,0,0,100003,0,0,0,0,0,0,6016,36991,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),(8025,0,0,0,0,0,7270,0,0,0,'Sharpbeak\'s Mother',NULL,NULL,0,55,55,0,534,0,1.23,1.14286,1,0,94,125,0,228,1,1460,1606,1,0,2048,0,0,0,0,0,0,65,95,23,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),(8026,0,0,0,0,0,7275,0,0,0,'Thyn\'tel Bladeweaver',NULL,NULL,0,60,60,0,80,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8035,0,0,0,0,0,6271,0,0,0,'Dark Iron Land Mine','',NULL,0,27,27,0,14,0,1.2,1.14286,1,0,38,51,0,92,1,2000,1859,1,131076,2048,0,0,0,0,0,0,26,39,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(8055,0,0,0,0,0,1598,1608,0,0,'Thelsamar Mountaineer',NULL,NULL,0,40,40,0,57,0,1.14,1.14286,1,0,56,74,0,136,1,1610,1771,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,8055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8075,0,0,0,0,0,974,0,0,0,'Edana Hatetalon',NULL,NULL,0,50,50,0,514,0,1.7,1.14286,1,0,79,104,0,194,1,1241,1365,2,0,2048,0,0,0,0,0,0,54,79,18,7,0,8075,8075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,406,'SmartAI',0,4,1,1,1,1,0,9528,0,0,0,0,0,0,1,0,0,'',12340),(8095,0,0,0,0,0,7345,0,0,0,'Sul\'lithuz Sandcrawler','',NULL,0,44,45,0,37,0,1.11111,1.14286,1,1,76,100,0,184,2.4,2000,1430,1,64,2048,0,0,0,0,0,0,52,76,17,1,0,8095,0,8095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8096,0,0,0,0,0,7308,7309,7310,7311,'Protector of the People','The People\'s Militia',NULL,0,40,40,0,11,0,1.14,1.14286,1,0,56,74,0,136,1,2000,2000,1,4096,2048,0,0,0,0,0,0,39,57,14,7,0,8096,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8115,0,0,0,0,0,7328,0,0,0,'Witch Doctor Uzer\'i',NULL,NULL,1141,50,50,0,876,3,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,4608,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8116,0,0,0,0,0,7329,0,0,0,'Ziggle Sparks','Holiday Fireworks Vendor',NULL,0,46,46,0,120,130,1.18,1.14286,1,0,77,102,0,188,1,1550,1705,1,768,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8117,0,0,0,0,0,7331,0,0,0,'Wizbang Booms','Holiday Fireworks Vendor',NULL,0,40,40,0,875,130,1.14,1.14286,1,0,56,74,0,136,1,1610,1771,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8118,0,0,0,0,0,7330,0,0,0,'Lillian Singh','Holiday Fireworks Vendor',NULL,0,28,30,0,12,130,1,1.14286,1,0,42,56,0,102,1,2000,1881,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8119,0,0,0,0,0,7332,0,0,0,'Zikkel','Banker',NULL,0,45,45,0,69,131073,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8120,0,0,0,0,0,7345,0,0,0,'Sul\'lithuz Abomination','',NULL,0,45,45,0,37,0,1.11111,1.14286,1,1,76,100,0,184,2.4,2000,1393,1,64,2048,0,0,0,0,0,0,52,76,17,10,0,8120,0,8120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8121,0,0,0,0,0,7333,0,0,0,'Jaxxil Sparks','Holiday Fireworks Vendor',NULL,0,24,24,0,69,130,1.04,1.14286,1,0,34,46,0,84,1,1770,1947,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8122,0,0,0,0,0,7334,0,0,0,'Kizzak Sparks','Holiday Fireworks Vendor',NULL,0,24,24,0,29,128,1.04,1.14286,1,0,34,46,0,84,1,1770,1947,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8123,0,0,0,0,0,7337,0,0,0,'Rickle Goldgrubber','Banker',NULL,0,55,55,0,120,131072,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8124,0,0,0,0,0,7335,0,0,0,'Qizzik','Banker',NULL,0,45,45,0,474,131073,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8125,0,0,0,0,0,7338,0,0,0,'Dirge Quikcleave','Butcher',NULL,4746,43,43,0,474,643,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,0,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8126,0,0,0,0,0,7340,0,0,0,'Nixx Sprocketspring','Goblin Engineering Trainer',NULL,1469,55,55,0,474,83,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,2,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8127,0,0,0,0,0,7353,0,0,0,'Antu\'sul','Overseer of Sul',NULL,0,46,46,0,107,0,1,1.14286,1,1,72,95,0,176,2.4,2000,1384,2,64,2048,0,0,0,0,0,0,49,72,16,7,0,8127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,631,829,'SmartAI',1,3,1,8,8,1,0,9523,0,0,0,0,0,0,1,0,0,'',12340),(8128,0,0,0,0,0,7341,0,0,0,'Pikkle','Mining Trainer',NULL,0,40,40,0,474,83,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,2,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8129,0,0,0,0,0,7343,0,0,0,'Wrinkle Goodsteel','Superior Armorer',NULL,0,40,40,0,474,4226,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8130,0,0,0,0,0,1073,0,0,0,'Sul\'lithuz Hatchling','',NULL,0,30,35,0,16,0,1.11111,1.14286,1,1,49,64,0,118,2.4,2000,1549,1,832,2048,0,0,0,0,0,0,33,49,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8131,0,0,0,0,0,7342,0,0,0,'Blizrik Buckshot','Gunsmith',NULL,0,45,45,0,474,4482,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8136,0,0,0,0,0,11257,0,0,0,'Lord Shalzaru',NULL,NULL,0,47,47,0,74,0,1.1,1.14286,1,0,74,98,0,180,1,2000,2000,2,32768,2048,0,0,0,0,0,0,50,74,16,7,0,8136,8136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,109,'',0,3,1,1.25,1,1,0,9247,9248,0,0,0,0,0,1,0,0,'',12340),(8137,0,0,0,0,0,7354,0,0,0,'Gikkix','Fisherman',NULL,0,40,40,0,474,640,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8138,0,0,0,0,0,1075,0,0,0,'Sul\'lithuz Broodling',NULL,NULL,0,39,39,0,16,0,1.11111,1.14286,1,0,38,54,0,58,1,2000,1771,8,0,2048,0,0,0,0,0,0,33,48,18,10,0,8138,0,8138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8139,0,0,0,0,0,7355,0,0,0,'Jabbey','General Goods',NULL,0,40,40,0,474,386,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8140,0,0,0,0,0,7356,0,0,0,'Brother Karman','Paladin Trainer',NULL,4662,45,45,0,150,51,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,2,0,52,76,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8141,0,0,0,0,0,11037,0,0,0,'Captain Evencane','Warrior Trainer',NULL,4091,45,45,0,894,51,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,1,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8142,0,0,0,0,0,7357,0,0,0,'Jannos Lighthoof','Druid Trainer',NULL,4646,50,50,0,104,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,11,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8143,0,0,0,0,0,7358,0,0,0,'Loorana','Food & Drink',NULL,0,49,49,0,104,642,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,512,2048,0,0,0,0,0,0,57,84,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8144,0,0,0,0,0,7360,0,0,0,'Kulleg Stonehorn','Skinning Trainer',NULL,0,51,51,0,104,83,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4608,2048,0,0,2,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8145,0,0,0,0,0,7359,0,0,0,'Sheendra Tallgrass','Trade Supplies',NULL,0,50,50,0,104,130,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8146,0,0,0,0,0,7361,0,0,0,'Ruw','Herbalism Trainer',NULL,7691,50,50,0,104,83,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8147,0,0,0,0,0,7363,7364,7365,7366,'Camp Mojache Brave',NULL,NULL,0,65,65,1,105,2,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,8147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(8149,0,0,0,0,0,7345,0,0,0,'Sul\'lithuz Warder',NULL,NULL,0,2,2,0,37,0,1.28,1.14286,1,1,2,2,0,26,7.5,1658,1824,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8150,0,0,0,0,0,7371,0,0,0,'Janet Hommers','Food & Drink',NULL,0,40,40,0,12,642,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8151,0,0,0,0,0,7368,7369,0,0,'Nijel\'s Point Guard',NULL,NULL,0,45,45,0,11,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,8151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),(8152,0,0,0,0,0,7372,0,0,0,'Harnor','Food & Drink',NULL,0,40,40,0,104,642,1.02,1.14286,1,0,56,74,0,136,1,2000,2000,1,4608,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8153,0,0,0,0,0,7370,0,0,0,'Narv Hidecrafter','Leatherworking Trainer',NULL,4842,42,42,0,104,83,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,512,2048,0,0,2,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8154,0,0,0,0,0,7374,7376,7377,7378,'Ghost Walker Brave',NULL,NULL,0,50,50,0,105,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,8154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8155,0,0,0,0,0,7373,7375,0,0,'Kargath Grunt',NULL,NULL,0,65,65,1,85,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,8155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(8156,0,0,0,0,0,601,0,0,0,'Servant of Antu\'sul',NULL,NULL,0,46,46,0,37,0,1.41,1.14286,1,1,77,102,0,188,7.5,1283,1411,1,0,2048,0,0,0,0,0,0,53,78,17,10,0,0,0,0,0,0,0,0,0,0,11020,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8157,0,0,0,0,0,7379,0,0,0,'Logannas','Alchemy Supplies',NULL,0,52,52,0,80,130,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8158,0,0,0,0,0,7380,0,0,0,'Bronk','Alchemy Supplies',NULL,0,49,49,0,104,130,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,512,2048,0,0,0,0,0,0,57,84,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8159,0,0,0,0,0,7381,0,0,0,'Worb Strongstitch','Light Armor Merchant',NULL,0,50,50,0,104,4226,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8160,0,0,0,0,0,7382,0,0,0,'Nioma','Leatherworking Supplies',NULL,0,50,50,0,694,130,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8161,0,0,0,0,0,7383,0,0,0,'Harggan','Blacksmithing Supplies',NULL,0,49,49,0,694,4226,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,512,2048,0,0,0,0,0,0,57,84,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8176,0,0,0,0,0,7384,0,0,0,'Gharash','Blacksmithing Supplies',NULL,0,45,45,0,29,4224,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8177,0,0,0,0,0,7389,0,0,0,'Rartar','Alchemy Supplies',NULL,0,45,45,0,29,128,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4608,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8178,0,0,0,0,0,7390,0,0,0,'Nina Lightbrew','Alchemy Supplies',NULL,0,49,49,0,12,128,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,512,2048,0,0,0,0,0,0,57,84,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8179,0,0,0,0,0,2030,0,0,0,'Greater Healing Ward',NULL,NULL,0,43,49,0,58,0,1,1,1,0,83,110,0,200,1,1560,1716,1,0,2048,0,0,0,0,0,0,57,84,19,10,0,8179,0,0,0,0,0,0,0,0,11901,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8196,0,0,0,0,0,8317,0,0,0,'Occulus',NULL,NULL,0,50,50,0,1605,0,1,1.14286,1,1,85,112,0,206,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,58,86,20,2,0,8196,0,8196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,484,'',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8197,0,0,0,0,0,6370,0,0,0,'Chronalis',NULL,NULL,0,61,61,0,1605,0,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,2,0,8197,0,8197,0,0,0,0,0,0,20717,40504,13748,0,0,0,0,0,0,0,1716,2245,'',1,1,1,12,1,1,0,16871,0,0,0,0,0,0,1,0,0,'',12340),(8198,0,0,0,0,0,8318,0,0,0,'Tick',NULL,NULL,0,52,52,0,1605,0,1,1.14286,1,1,87,117,0,214,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,61,90,21,2,0,8198,0,8198,0,0,0,0,0,0,21073,20717,0,0,0,0,0,0,0,0,391,516,'',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8199,0,0,0,0,0,9023,0,0,0,'Warleader Krazzilak',NULL,NULL,0,45,45,0,37,0,1,1.14286,1,2,76,100,0,184,2.4,2000,1384,1,32832,2048,0,0,0,0,0,0,52,76,17,7,0,8199,0,0,0,0,0,0,0,0,9080,17230,6713,18103,0,0,0,0,0,0,469,617,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8200,0,0,0,0,0,9024,0,0,0,'Jin\'Zallah the Sandbringer',NULL,NULL,0,46,46,0,37,0,1,1.14286,1,2,72,95,0,176,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,49,72,16,7,0,8200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,408,537,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8201,0,0,0,0,0,11570,0,0,0,'Omgorn the Lost',NULL,NULL,0,50,50,0,45,0,1.71,1.14286,1,4,85,112,0,206,1,1233,1356,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,8201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,137,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(8202,0,0,0,0,0,11532,0,0,0,'Cyclok the Mad',NULL,NULL,0,48,48,0,45,0,1.69,1.14286,1,4,57,79,0,87,1,1250,1375,8,0,2048,0,0,0,0,0,0,48,70,21,7,0,8202,0,0,0,0,0,0,0,0,6742,46457,13748,0,0,0,0,0,0,0,76,104,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(8203,0,0,0,0,0,7509,0,0,0,'Kregg Keelhaul',NULL,NULL,0,47,47,0,16,0,1.68,1.14286,1,4,79,105,0,192,1,1258,2000,1,0,2048,0,0,0,0,0,0,54,80,18,7,0,8203,8203,0,0,0,0,0,0,0,40504,11976,0,0,0,0,0,0,0,0,92,125,'',0,3,1,1.25,1,1,0,20519,0,0,0,0,0,0,1,0,0,'',12340),(8204,0,0,0,0,0,11106,0,0,0,'Soriid the Devourer',NULL,NULL,0,50,50,0,310,0,2.47,1.14286,1,4,85,112,0,206,1,1233,1356,1,0,2048,0,41,0,0,0,0,58,86,20,1,65537,8204,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8205,0,0,0,0,0,11092,0,0,0,'Haarka the Ravenous',NULL,NULL,0,50,50,0,310,0,1.9,1.14286,1,4,85,112,0,206,1,2000,1356,1,0,2048,0,41,0,0,0,0,58,86,20,1,65537,8205,0,0,0,0,0,0,0,0,21081,3391,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8207,0,0,0,0,0,7349,0,0,0,'Greater Firebird',NULL,NULL,0,46,46,0,73,0,2.17,1.14286,1,4,77,102,0,188,1,1266,1393,1,0,2048,0,7,0,0,0,0,53,78,17,1,1,8207,0,0,0,0,0,0,0,110,16079,0,0,0,0,0,0,0,8310,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),(8208,0,0,0,0,0,1534,0,0,0,'Murderous Blisterpaw',NULL,NULL,0,43,43,0,38,0,1,1.14286,1,4,67,88,0,162,1,1291,1420,1,0,2048,0,25,0,0,0,0,46,67,16,1,1,8208,0,100004,0,0,0,0,0,0,7938,36991,3391,0,0,0,0,0,8288,0,0,0,'',1,1,1,1.2,1,1,0,9439,0,0,0,0,0,0,1,0,0,'',12340),(8210,0,0,0,0,0,5927,0,0,0,'Razortalon',NULL,NULL,0,44,44,0,14,0,1.1,1.14286,1,4,72,96,0,174,1,2000,2000,1,32768,2048,0,0,0,0,0,0,49,73,16,7,0,8210,0,0,0,0,0,0,0,0,13443,3604,13584,0,0,0,0,0,0,0,79,108,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8211,0,0,0,0,0,11414,0,0,0,'Old Cliff Jumper',NULL,NULL,0,42,42,0,38,0,1,1.14286,1,4,62,83,0,152,1,2000,1430,1,0,2048,0,1,0,0,0,0,43,63,15,1,1,8211,0,8211,90,90,90,90,90,90,0,0,0,0,0,0,0,0,5962,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8212,0,0,0,0,0,1306,0,0,0,'The Reak',NULL,NULL,0,49,49,0,14,0,1.7,1.14286,1,4,83,110,0,200,1,1241,1365,1,0,2048,0,0,0,0,0,0,57,84,19,10,0,8212,0,0,0,0,240,0,0,0,7279,0,0,0,0,0,0,0,0,0,96,130,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8213,0,0,0,0,0,7840,0,0,0,'Ironback',NULL,NULL,0,51,51,0,189,0,1.72,1.14286,1,4,86,114,0,210,1,1216,1338,1,0,2048,0,21,0,0,0,0,59,87,20,1,1,8213,0,8213,51,153,51,51,51,51,0,0,0,0,0,0,0,0,5933,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8214,0,0,0,0,0,19816,0,0,0,'Jalinde Summerdrake',NULL,NULL,0,49,49,0,1576,2,1.72,1.14286,1,4,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,7,0,8214,8214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,130,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(8215,0,0,0,0,0,12816,0,0,0,'Grimungous',NULL,NULL,0,50,50,0,778,0,1.71,1.14286,1,2,85,112,0,206,2.4,1233,1356,1,0,2048,0,0,0,0,0,0,58,86,20,5,0,8215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,717,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8216,0,0,0,0,0,28248,0,0,0,'Retherokk the Berserker',NULL,NULL,0,48,48,0,795,0,1,1.14286,1,4,81,108,0,196,1,1500,2000,1,32768,2048,0,0,0,0,0,0,56,82,19,7,0,8216,0,0,0,0,0,0,0,0,3391,8599,0,0,0,0,0,0,0,0,95,129,'',1,3,1,1.25,1,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),(8217,0,0,0,0,0,28248,0,0,0,'Mith\'rethis the Enchanter',NULL,NULL,0,52,52,0,795,0,1.76,1.14286,1,2,82,109,0,202,2.4,1183,1301,2,0,2048,0,0,0,0,0,0,56,83,19,7,0,8217,0,0,0,0,0,0,0,0,3443,11436,15654,0,0,0,0,0,0,0,493,649,'',0,3,1,3,2,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),(8218,0,0,0,0,0,28230,0,0,0,'Witherheart the Stalker',NULL,NULL,0,45,45,0,795,0,1,1.14286,1,4,76,100,0,184,1,2000,1402,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,8218,0,0,0,0,0,0,0,0,37685,30798,0,0,0,0,0,0,0,0,82,112,'',0,3,1,1.2,1,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),(8219,0,0,0,0,0,28230,0,0,0,'Zul\'arek Hatefowler',NULL,NULL,0,43,43,0,795,0,1,1.14286,1,4,67,88,0,162,1,2000,1393,1,0,2048,0,0,0,0,0,0,46,67,16,7,0,8219,0,0,0,0,0,0,0,0,6726,17228,0,0,0,0,0,0,0,0,78,107,'',0,3,1,1.2,1,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),(8236,0,0,0,0,0,7449,0,0,0,'Muck Frenzy',NULL,NULL,0,14,15,0,1878,0,0.97,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,1,0,8236,0,8236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8256,0,0,0,0,0,7769,0,0,0,'Curator Thorius',NULL,NULL,0,45,45,0,55,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8257,0,0,0,0,0,7763,0,0,0,'Oozeling',NULL,NULL,0,40,40,0,16,0,1,1.14286,1,0,56,74,0,136,2.4,1500,1606,1,0,2048,0,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,52,73,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8276,0,0,0,0,0,1149,0,0,0,'Soaring Razorbeak',NULL,NULL,0,41,42,0,35,0,1,1.71429,1,0,62,83,0,152,1,2000,2000,1,256,2048,0,0,0,0,0,0,43,63,15,1,0,0,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,164,1,0,2,'',12340),(8277,0,0,0,0,0,4458,0,0,0,'Rekk\'tilac',NULL,NULL,0,48,48,0,22,0,1,1.14286,1,4,81,108,0,196,1,2000,2000,1,0,2048,0,3,0,0,0,0,56,82,19,1,1,8277,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,5912,0,0,0,'',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8278,0,0,0,0,0,5781,0,0,0,'Smoldar',NULL,NULL,0,50,50,0,91,0,1.55556,1.14286,1,4,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,4,0,8278,0,0,0,170,170,0,0,0,5213,0,0,0,0,0,0,0,0,0,97,131,'',0,3,1,1.25,1,1,0,7848,0,0,0,0,0,0,1,0,0,'',12340),(8279,0,0,0,0,0,10800,0,0,0,'Faulty War Golem',NULL,NULL,0,46,46,0,14,0,1,1.14286,1,4,77,102,0,188,1,2000,1384,1,0,2048,0,0,0,0,0,0,53,78,17,4,0,8279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,119,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8280,0,0,0,0,0,2346,0,0,0,'Shleipnarr',NULL,NULL,0,47,47,0,14,0,1.68,1.14286,1,4,79,105,0,192,1,1258,1384,1,0,2048,0,0,0,0,0,0,54,80,18,3,0,8280,0,8280,0,95,0,0,95,0,13321,7399,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(8281,0,0,0,0,0,1204,0,0,0,'Scald',NULL,NULL,0,49,49,0,91,0,1,1.14286,1,4,83,110,0,200,1,2000,1365,1,0,2048,0,0,0,0,0,0,57,84,19,4,0,8281,0,0,294,294,294,294,294,294,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,10509,11129,0,0,0,0,0,1,0,0,'',12340),(8282,0,0,0,0,0,7835,0,0,0,'Highlord Mastrogonde',NULL,NULL,0,51,51,0,128,2,1,1.14286,1,2,80,106,0,198,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,55,81,19,7,0,8282,0,0,0,0,0,0,0,0,13323,11974,9613,11639,0,0,0,0,0,0,478,629,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8283,0,0,0,0,0,7819,0,0,0,'Slave Master Blackheart',NULL,NULL,0,50,50,0,54,0,1,1.14286,1,4,85,112,0,206,1,1233,1356,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,8283,8283,0,0,0,0,0,0,0,6533,6660,0,0,0,0,0,0,0,0,99,134,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8284,0,0,0,0,0,7760,0,0,0,'Dorius Stonetender',NULL,NULL,0,45,45,0,231,2,1,0.71429,1,0,76,100,0,184,1,2000,2000,1,4096,2048,0,0,0,0,0,0,52,76,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),(8296,0,0,0,0,0,11562,0,0,0,'Mojo the Twisted',NULL,NULL,0,48,48,0,45,0,1.05,1.14286,1,4,57,79,0,87,1,2000,2000,8,0,2048,0,0,0,0,0,0,48,70,21,7,0,8296,8296,0,0,0,0,0,0,0,20825,14887,0,0,0,0,0,0,0,0,78,107,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(8297,0,0,0,0,0,11564,0,0,0,'Magronos the Unyielding',NULL,NULL,0,56,56,0,45,0,1.76,1.14286,1,4,96,127,0,234,1,1183,1301,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,8297,0,0,0,0,0,0,0,0,40504,31553,8599,0,0,0,0,0,0,0,121,163,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(8298,0,0,0,0,0,10920,0,0,0,'Akubar the Seer',NULL,NULL,0,54,54,0,51,0,1.05,1.14286,1,4,86,114,0,210,1,2000,2000,2,0,2048,0,0,0,0,0,0,59,86,20,7,0,8298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,133,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8299,0,0,0,0,0,388,0,0,0,'Spiteflayer',NULL,NULL,0,52,52,0,73,0,2.76,1.14286,1,4,87,117,0,214,1,1200,2000,1,0,2048,0,7,0,0,0,0,61,90,21,1,1,8299,0,0,0,0,0,0,0,0,15042,3391,0,0,0,0,0,0,8313,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8300,0,0,0,0,0,10904,0,0,0,'Ravage',NULL,NULL,0,51,51,0,38,0,2.5,1.14286,1,4,86,114,0,210,1,1216,1338,1,0,2048,0,25,0,0,0,0,59,87,20,1,1,8300,0,8300,0,0,0,0,0,0,7367,19448,0,0,0,0,0,0,8289,0,0,0,'SmartAI',1,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8301,0,0,0,0,0,10983,0,0,0,'Clack the Reaver',NULL,NULL,0,53,53,0,413,0,2.6,1.14286,1,4,89,119,0,218,1,1208,1329,1,0,2048,0,20,0,0,0,0,62,91,22,1,1,8301,0,8301,0,0,0,0,0,0,5416,19128,0,0,0,0,0,0,5878,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8302,0,0,0,0,0,2174,0,0,0,'Deatheye',NULL,NULL,0,49,49,0,49,0,1.7,1.14286,1,4,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,1,0,8302,0,100003,0,0,0,0,0,0,5137,3635,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8303,0,0,0,0,0,8870,0,0,0,'Grunter',NULL,NULL,0,50,50,0,14,0,2.22,1.14286,1,4,85,112,0,206,1,1233,1356,1,0,2048,0,5,0,0,0,0,58,86,20,1,1,8303,0,100003,30,40,10,0,230,60,0,0,0,0,0,0,0,0,8262,0,0,0,'SmartAI',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8304,0,0,0,0,0,7844,0,0,0,'Dreadscorn',NULL,NULL,0,57,57,0,90,0,1.05,1.14286,1,4,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,8304,8304,0,0,0,0,0,0,0,21049,12057,6253,0,0,0,0,0,0,0,126,170,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8305,0,0,0,0,0,7529,0,0,0,'Kixxle','Potions & Herbs',NULL,0,25,25,0,120,130,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8306,0,0,0,0,0,7530,0,0,0,'Duhng','Cook',NULL,0,18,18,0,29,83,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,512,2048,0,0,2,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8307,0,0,0,0,0,7531,0,0,0,'Tarban Hearthgrain','Baker',NULL,0,22,22,0,104,642,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,512,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8308,0,0,0,0,0,7538,0,0,0,'Alenndaar Lapidaar','Hunter Trainer',NULL,4092,27,27,0,1076,51,1.05,1.14286,1,0,38,51,0,92,1,2000,2000,1,4608,2048,0,0,0,0,3,0,26,39,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8309,0,0,0,0,0,7535,0,0,0,'Carlo Aurelius','Assassin',NULL,0,50,50,0,471,0,1.05,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8310,0,0,0,0,0,7537,0,0,0,'Watcher Wollpert','The Night Watch',NULL,0,37,37,0,11,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,8310,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8311,0,0,0,0,0,7571,0,0,0,'Slime Maggot',NULL,NULL,0,45,46,0,15,0,1,1.14286,1,0,77,102,0,188,2.4,2000,1705,1,0,2048,0,0,0,0,0,0,53,78,17,1,0,8311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8317,0,0,0,0,0,146,0,0,0,'Atal\'ai Deathwalker\'s Spirit',NULL,NULL,0,48,49,0,37,0,1,0.4,1,1,83,110,0,200,7.5,1258,1384,1,64,2048,0,0,0,0,0,0,57,84,19,6,0,0,0,0,0,0,30,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,6181,0,0,0,0,0,70,1,8388624,0,'',12340),(8318,0,0,0,0,0,7554,0,0,0,'Atal\'ai Slave',NULL,NULL,0,46,47,0,37,0,1,1.14286,1,0,79,105,0,192,2.4,2000,1672,1,0,2048,0,0,0,0,0,0,54,80,18,3,0,8318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,124,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8319,0,0,0,0,0,621,0,0,0,'Nightmare Whelp',NULL,NULL,0,48,48,0,50,0,1.11111,1.14286,1,0,81,108,0,196,2.4,2000,1661,1,0,2048,0,0,0,0,0,0,56,82,19,2,0,8319,0,8319,0,0,200,0,147,0,15653,0,0,0,0,0,0,0,0,0,98,133,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8320,0,0,0,0,0,7750,0,0,0,'Sprok','Away Team',NULL,12741,28,28,0,120,1,1,1.14286,1,0,39,53,0,96,1,2000,1903,1,0,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8324,0,0,0,0,0,7555,0,0,0,'Atal\'ai Skeleton',NULL,NULL,0,48,49,0,37,0,1.18,1.14286,1,0,83,110,0,200,1,1550,1705,1,0,2048,0,0,0,0,0,0,57,84,19,6,0,0,0,0,0,0,30,0,0,70,10893,0,0,0,0,0,0,0,0,0,96,130,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(8336,0,0,0,0,0,1336,0,0,0,'Hakkari Sapper',NULL,NULL,0,48,49,0,16,0,1,1.14286,1,1,77,102,0,188,7.5,2000,1375,2,64,2048,0,27,0,0,0,0,52,77,17,1,1,8336,0,8336,0,0,0,0,0,0,11019,11981,0,0,0,0,0,0,8910,0,0,0,'SmartAI',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8337,0,0,0,0,0,7761,7762,0,0,'Dark Iron Steelshifter',NULL,NULL,0,42,45,0,54,0,1.2,1.14286,1,0,76,100,0,184,1,1510,1661,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,8337,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,65,89,'',1,3,1,0.75,1,1,0,10551,0,0,0,0,0,0,1,0,0,'',12340),(8338,0,0,0,0,0,7765,7766,0,0,'Dark Iron Marksman',NULL,NULL,0,55,55,0,54,0,1,1.14286,1,0,94,125,0,228,1,2000,1606,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,10551,0,0,0,0,0,0,1,0,2,'',12340),(8356,0,0,0,0,0,7621,0,0,0,'Chesmu','Banker',NULL,0,45,45,0,104,131073,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4608,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8357,0,0,0,0,0,7620,0,0,0,'Atepa','Banker',NULL,0,45,45,0,104,131073,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4608,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8358,0,0,0,0,0,7622,0,0,0,'Hewa','Cloth Armor Merchant',NULL,0,30,30,0,104,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8359,0,0,0,0,0,7623,0,0,0,'Ahanu','Leather Armor Merchant',NULL,4325,30,30,0,104,4227,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8360,0,0,0,0,0,7624,0,0,0,'Elki','Mail Armor Merchant',NULL,0,30,30,0,104,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8361,0,0,0,0,0,7625,0,0,0,'Chepi','Reagents',NULL,0,30,30,0,104,2178,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8362,0,0,0,0,0,7626,0,0,0,'Kuruk','General Goods',NULL,0,30,30,0,104,386,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8363,0,0,0,0,0,7628,0,0,0,'Shadi Mistrunner','Trade Supplies',NULL,0,30,30,0,104,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8364,0,0,0,0,0,7627,0,0,0,'Pakwa','Bag Vendor',NULL,0,30,30,0,104,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8376,0,0,0,0,0,7920,0,0,0,'Mechanical Chicken',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(8378,0,0,0,0,0,7590,0,0,0,'Alexandra Blazen',NULL,NULL,0,45,45,0,42,0,1.1,1.14286,1,0,54,75,0,81,1,2000,2000,8,0,2048,0,0,0,0,0,0,45,66,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8379,0,0,0,0,0,7591,0,0,0,'Archmage Xylem',NULL,NULL,0,60,60,0,35,2,1.1,1.14286,1,0,74,102,0,112,1,2000,2000,8,512,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,10149,10179,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8380,0,0,0,0,0,7592,0,0,0,'Captain Vanessa Beltis',NULL,NULL,1641,50,50,0,42,3,1.1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8381,0,0,0,0,0,7593,0,0,0,'Lindros',NULL,NULL,0,47,47,0,42,0,1.1,1.14286,1,0,56,78,0,85,1,2000,2000,8,0,2048,0,0,0,0,0,0,47,69,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8382,0,0,0,0,0,7594,0,0,0,'Patrick Mills',NULL,NULL,0,46,46,0,42,0,1.1,1.14286,1,0,72,95,0,176,1,2000,2000,2,0,2048,0,0,0,0,0,0,49,72,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8383,0,0,0,0,0,7673,0,0,0,'Master Wood',NULL,NULL,0,70,70,0,12,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8384,0,0,0,0,0,631,0,0,0,'Deep Lurker',NULL,NULL,0,47,48,0,14,0,0.666668,1.14286,1,1,81,108,0,196,2.4,2000,1411,1,64,2048,0,0,0,0,0,0,56,82,19,4,0,8384,0,0,0,0,0,0,0,0,5568,0,0,0,0,0,0,0,0,0,362,477,'SmartAI',1,3,1,3,1,1,0,11318,0,0,0,0,0,0,1,0,0,'',12340),(8385,0,0,0,0,0,7615,0,0,0,'Mura Runetotem',NULL,NULL,0,22,22,0,104,2,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,4608,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8386,0,0,0,0,0,7595,7596,7607,7608,'Horizon Scout Crewman',NULL,NULL,0,42,42,0,42,0,1.1,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,8386,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8387,0,0,0,0,0,7605,0,0,0,'Horizon Scout First Mate',NULL,NULL,0,43,43,0,35,0,1.16,1.14286,1,0,67,88,0,162,1,1580,1738,1,0,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8388,0,0,0,0,0,7606,0,0,0,'Horizon Scout Cook',NULL,NULL,0,42,42,0,35,0,1.15,1.14286,1,0,62,83,0,152,1,1590,1749,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8389,0,0,0,0,0,7609,7610,7611,7612,'Horizon Scout Engineer',NULL,NULL,0,42,42,0,35,0,1.15,1.14286,1,0,62,83,0,152,1,1590,1749,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8390,0,0,0,0,0,7597,0,0,0,'Chemist Cuely',NULL,NULL,0,30,30,0,68,2,1,1.14286,1,0,30,42,0,44,1,2000,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8391,0,0,0,0,0,7764,0,0,0,'Lathoric the Black',NULL,NULL,0,46,46,0,14,0,1.3,1.14286,1,0,77,102,0,188,1,1183,1301,1,768,2048,0,0,0,0,0,0,53,78,17,7,0,8391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,595,782,'SmartAI',0,3,1,1.5,1,1,0,10447,0,0,0,0,0,113,1,0,0,'',12340),(8392,0,0,0,0,0,7598,0,0,0,'Pilot Xiggs Fuselighter',NULL,NULL,0,45,45,0,55,2,1.17,1.14286,1,0,76,100,0,184,1,1560,1716,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8393,0,0,0,0,0,7599,0,0,0,'Thersa Windsong',NULL,NULL,0,45,45,0,104,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4608,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8394,0,0,0,0,0,7600,0,0,0,'Roland Geardabbler',NULL,NULL,0,43,43,0,35,0,1.16,1.14286,1,0,62,82,0,152,1,1580,1738,2,0,2048,0,0,0,0,0,0,42,62,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8395,0,0,0,0,0,19840,0,0,0,'Sanath Lim-yo',NULL,NULL,0,50,50,0,35,2,1.1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8396,0,0,0,0,0,7602,0,0,0,'Sentinel Dalia Sunblade',NULL,NULL,0,44,44,0,124,2,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,512,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8397,0,0,0,0,0,7603,0,0,0,'Sentinel Keldara Sunblade',NULL,NULL,0,44,44,0,124,2,1.1,1.14286,1,0,72,96,0,174,1,2000,2000,1,4608,2048,0,0,0,0,0,0,49,73,16,7,0,8397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8398,0,0,0,0,0,10689,0,0,0,'Ohanko','Two Handed Weapon Merchant',NULL,0,30,30,0,104,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8399,0,0,0,0,0,7614,0,0,0,'Nyrill','Xylem\'s Apprentice',NULL,1362,39,39,0,35,3,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,512,2048,0,0,0,0,0,0,37,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8400,0,0,0,0,0,13929,0,0,0,'Obsidion',NULL,NULL,0,46,46,0,14,0,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,256,2048,0,0,0,0,0,0,53,78,17,4,0,8400,0,0,104,208,104,104,156,104,0,0,0,0,0,0,0,0,0,0,765,1004,'SmartAI',0,3,1,1.5,1,1,0,10446,0,0,0,0,0,0,1,0,2,'',12340),(8401,0,0,0,0,0,7629,0,0,0,'Halpa','Prairie Dog Vendor',NULL,0,30,30,0,104,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8402,0,0,0,0,0,7751,7753,7754,7756,'Enslaved Archaeologist',NULL,NULL,0,46,47,0,120,0,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,512,2048,0,0,0,0,0,0,54,80,18,7,0,8402,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8403,0,0,0,0,0,7632,0,0,0,'Jeremiah Payson','Cockroach Vendor',NULL,2952,30,30,0,68,131,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,36864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8404,0,0,0,0,0,7631,0,0,0,'Xan\'tish','Snake Vendor',NULL,0,30,30,0,29,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8405,0,0,0,0,0,1012,0,0,0,'Ogtinc',NULL,NULL,0,45,45,0,35,2,1.1,1.14286,1,0,70,93,0,172,1,2000,2000,2,512,2048,0,0,0,0,0,0,48,71,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8408,0,0,0,0,0,11271,0,0,0,'Warlord Krellian',NULL,NULL,0,55,55,0,74,0,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,8408,8408,0,0,0,0,0,0,0,11976,10968,0,0,0,0,0,0,0,0,116,156,'',0,3,1,1.3,1,1,0,23250,0,0,0,0,0,0,1,0,0,'',12340),(8409,0,0,0,0,0,4765,0,0,0,'Caravan Master Tset',NULL,NULL,0,53,53,0,74,0,1.1,1.14286,1,0,84,111,0,206,1,2000,2000,2,32768,2048,0,0,0,0,0,0,57,84,20,7,0,8409,0,0,0,0,0,0,0,0,21369,11831,31256,0,0,0,0,0,0,0,97,132,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8416,0,0,0,0,0,7852,0,0,0,'Felix Whindlebolt',NULL,NULL,10898,2,2,0,875,3,1,1.14286,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8417,0,0,0,0,0,7758,0,0,0,'Dying Archaeologist',NULL,NULL,0,46,47,0,120,2,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,512,2048,0,0,0,0,0,0,54,80,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8418,0,0,0,0,0,7870,0,0,0,'Falla Sagewind',NULL,NULL,0,25,25,0,35,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8419,0,0,0,0,0,7729,7730,0,0,'Twilight Idolater',NULL,NULL,0,45,46,0,16,0,1,1.14286,1,0,72,95,0,176,1,2000,2000,2,0,2048,0,0,0,0,0,0,49,72,16,7,0,8419,8419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,318,421,'',1,3,1,1.2,1,1,0,10458,10552,0,0,0,0,0,1,0,0,'',12340),(8420,0,0,0,0,0,7670,0,0,0,'Kim\'jael',NULL,NULL,0,46,46,0,120,2,1.1,1.14286,1,0,77,102,0,188,1,2000,2000,1,512,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8421,0,0,0,0,0,7759,0,0,0,'Dorius',NULL,NULL,0,50,50,0,120,0,1.2,1.14286,1,0,85,112,0,206,1,1510,1661,1,768,2048,0,0,0,0,0,0,58,86,20,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,113,1,0,2,'',12340),(8436,0,0,0,0,0,7749,0,0,0,'Zamael Lunthistle',NULL,NULL,1285,50,50,0,534,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8437,0,0,0,0,0,4768,0,0,0,'Hakkari Minion',NULL,NULL,0,45,46,0,16,0,1,1.14286,1,0,77,102,0,188,1,1550,1705,1,32768,2048,0,35,0,0,0,0,53,78,17,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10544,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8438,0,0,0,0,0,7829,0,0,0,'Hakkari Bloodkeeper',NULL,NULL,0,49,49,0,16,0,1,1.14286,1,1,77,102,0,188,7.5,1258,1384,2,64,2048,0,0,0,0,0,0,52,77,17,10,0,8438,0,8438,0,0,0,125,0,0,11671,12471,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8439,0,0,0,0,0,7834,0,0,0,'Nilith Lokrav',NULL,NULL,0,48,48,0,35,2,1,1.14286,1,0,57,79,0,87,1,2000,2000,8,768,2048,0,0,0,0,0,0,48,70,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8440,0,0,0,0,0,7690,0,0,0,'Shade of Hakkar',NULL,NULL,0,48,48,0,35,0,1.27,1.14286,1,1,75,99,0,184,7.5,1666,1833,2,33554752,2048,0,0,0,0,0,0,51,76,17,10,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,10663,0,0,0,0,0,0,1,0,0,'',12340),(8441,0,0,0,0,0,10905,0,0,0,'Raze','Nilith\'s Guardian',NULL,2306,48,48,0,35,1,2,1.14286,1,0,81,108,0,196,1,2000,2000,1,512,2048,0,0,0,0,0,0,56,82,19,4,0,0,0,0,48,48,48,48,96,48,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,53,1,0,2,'',12340),(8442,0,0,0,0,0,7810,7811,7812,7813,'Shadowsilk Poacher','The Undermarket',NULL,0,47,50,0,574,0,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,0,2048,0,0,0,0,0,0,54,79,18,7,0,8442,8442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,117,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8443,0,0,0,0,0,8053,0,0,0,'Avatar of Hakkar',NULL,NULL,0,49,50,0,16,0,4.28,1.14286,1,1,85,112,0,206,7.5,1225,1347,1,33555200,2048,0,0,0,0,0,0,58,86,20,10,0,8443,0,0,0,0,0,0,0,0,6607,12888,12889,10893,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8444,0,0,0,0,0,7795,0,0,0,'Trade Master Kovic','The Undermarket',NULL,0,45,45,0,574,0,1,1.14286,1,0,70,93,0,172,1,2000,2000,2,32768,2048,0,0,0,0,0,0,48,71,15,7,0,8444,0,0,0,0,0,0,0,0,9053,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,10467,0,0,0,0,0,0,1,0,0,'',12340),(8446,0,0,0,0,0,8011,0,0,0,'Xiggs Fuselighter\'s Flyingmachine',NULL,NULL,0,45,45,0,55,0,1.17,1.14286,1,0,76,100,0,184,1,1560,1716,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,157,1,0,2,'',12340),(8447,0,0,0,0,0,6569,0,0,0,'Clunk','The Undermarket',NULL,0,44,44,0,574,0,1,1.38571,1,0,72,96,0,174,1,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,9,0,8447,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,346,457,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(8477,0,0,0,0,0,7846,0,0,0,'Skeletal Servant',NULL,NULL,0,51,58,0,152,0,1,1.14286,1,0,100,132,0,242,3.5,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(8478,0,0,0,0,0,7802,0,0,0,'Second Mate Shandril',NULL,NULL,0,43,43,0,35,0,1.16,1.14286,1,0,67,88,0,162,1,1580,1738,1,0,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8479,0,0,0,0,0,7820,0,0,0,'Kalaran Windblade',NULL,NULL,1323,55,55,0,35,3,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,33600,2048,0,0,0,0,0,0,65,95,23,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8480,0,0,0,0,0,6378,0,0,0,'Kalaran the Deceiver',NULL,NULL,0,55,55,0,103,0,1,1.14286,1,1,87,116,0,214,7.5,2000,1338,1,0,2048,0,0,0,0,0,0,60,88,21,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8496,0,0,0,0,0,7909,0,0,0,'Liv Rizzlefix','Workshop Assistant',NULL,5503,17,17,0,69,3,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8497,0,0,0,0,0,7974,0,0,0,'Nightmare Suppressor',NULL,NULL,0,49,49,0,50,0,0.888888,1.14286,1,1,77,102,0,188,2.4,1258,1384,2,64,2048,0,0,0,0,0,0,52,77,17,2,0,8497,0,8497,0,0,200,0,196,0,11672,0,0,0,0,0,0,0,0,0,382,504,'SmartAI',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8503,0,0,0,0,0,7807,0,0,0,'Gibblewilt',NULL,NULL,0,11,11,0,63,0,1,0.85714,1,4,11,15,0,18,1,2000,1705,8,0,2048,0,0,0,0,0,0,10,14,12,7,0,8503,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,19,'SmartAI',0,3,1,1,1,1,0,3083,3084,0,0,0,0,100,1,0,0,'',12340),(8504,0,0,0,0,0,7814,7815,0,0,'Dark Iron Sentry',NULL,NULL,0,48,48,0,54,0,1.68,1.14286,1,1,81,108,0,196,7.5,1258,1384,1,0,2048,0,0,0,0,0,0,56,82,19,7,0,8504,8504,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,287,380,'',1,3,1,3,1,1,0,10551,0,0,0,0,0,0,1,0,0,'',12340),(8506,0,0,0,0,0,7804,0,0,0,'Eranikus the Chained',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(8507,0,0,0,0,0,7805,0,0,0,'Tymor',NULL,NULL,0,35,35,0,122,2,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,512,2048,0,0,0,0,0,0,29,43,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8508,0,0,0,0,0,7808,0,0,0,'Gretta Ganter','Fishing Supplies',NULL,0,10,10,0,55,130,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8509,0,0,0,0,0,7842,0,0,0,'Squire Maltrake',NULL,NULL,1625,52,52,0,35,3,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,768,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8510,0,0,0,0,0,2420,0,0,0,'Atal\'ai Totem',NULL,NULL,0,51,51,0,14,0,0.01,1.14286,1,0,86,114,0,210,1,1510,1661,1,0,2048,0,0,0,0,0,0,59,87,20,11,0,0,0,0,0,0,0,0,0,0,12507,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8516,0,0,0,0,0,7851,0,0,0,'Belnistrasz',NULL,NULL,0,36,36,0,35,2,1,1.14286,1,0,46,61,0,112,1.7,2000,2000,2,0,2048,0,0,0,0,0,0,32,47,11,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_belnistrasz',12340),(8517,0,0,0,0,0,7598,0,0,0,'Xiggs Fuselighter',NULL,NULL,0,45,45,0,55,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8518,0,0,0,0,0,12043,0,0,0,'Rynthariel the Keymaster',NULL,NULL,0,29,29,0,79,2,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,64,2048,0,0,0,0,0,0,28,41,8,7,0,8518,0,0,0,0,0,0,0,0,10277,7992,0,0,0,0,0,0,0,0,161,215,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8519,0,0,0,0,0,5497,0,0,0,'Blighted Surge',NULL,NULL,0,54,54,0,91,0,1,1.28968,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,4,0,8519,0,0,0,0,0,0,0,0,16554,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8520,0,0,0,0,0,5563,0,0,0,'Plague Ravager',NULL,NULL,0,55,56,0,91,0,1,1.28968,1,0,96,127,0,234,1,1500,2000,1,0,2048,0,0,0,0,0,0,67,97,23,4,0,8520,0,0,0,0,0,0,0,0,3417,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8521,0,0,0,0,0,11171,0,0,0,'Blighted Horror',NULL,NULL,0,56,57,0,91,0,1,1.28968,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,4,0,8521,0,0,0,0,0,0,0,0,12542,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8522,0,0,0,0,0,11172,0,0,0,'Plague Monstrosity',NULL,NULL,0,58,58,0,91,0,1,1.28968,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,4,0,8522,0,0,0,0,0,0,0,0,14099,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8523,0,0,0,0,0,5231,0,0,0,'Scourge Soldier',NULL,NULL,0,53,54,0,21,0,0.888888,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,6,0,8523,8523,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,114,154,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(8524,0,0,0,0,0,11397,0,0,0,'Cursed Mage',NULL,NULL,0,54,55,0,21,0,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,0,2048,0,0,0,0,0,0,55,82,23,6,0,8524,8524,0,0,0,0,0,0,0,15254,16567,0,0,0,0,0,0,0,0,96,130,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(8525,0,0,0,0,0,612,0,0,0,'Scourge Warder',NULL,NULL,0,55,56,0,21,0,0.888888,1.14286,1,0,89,118,0,220,1,2000,2000,2,0,2048,0,0,0,0,0,0,61,90,21,6,0,8525,8525,0,0,0,0,0,0,0,12169,12040,0,0,0,0,0,0,0,0,105,143,'SmartAI',1,3,1,1.35,1,1,0,15447,0,0,0,0,0,0,1,8388624,0,'',12340),(8526,0,0,0,0,0,9788,0,0,0,'Dark Caster',NULL,NULL,0,56,57,0,21,0,1,1.14286,1,0,69,96,0,106,1,2000,2000,8,0,2048,0,0,0,0,0,0,58,85,24,6,0,8526,8526,0,0,0,0,0,0,0,17435,0,0,0,0,0,0,0,0,0,102,138,'SmartAI',1,3,1,1.35,1,1,0,15447,0,0,0,0,0,0,1,8388624,0,'',12340),(8527,0,0,0,0,0,370,0,0,0,'Scourge Guard',NULL,NULL,0,57,58,0,21,0,0.888888,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,8527,8527,0,0,0,0,0,0,0,8242,6713,0,0,0,0,0,0,0,0,128,172,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(8528,0,0,0,0,0,11396,0,0,0,'Dread Weaver',NULL,NULL,0,58,59,0,21,0,1,1.14286,1,0,72,100,0,110,1,2000,2000,8,0,2048,0,0,0,0,0,0,60,88,25,6,0,8528,8528,0,0,0,0,0,0,0,17165,0,0,0,0,0,0,0,0,0,106,143,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(8529,0,0,0,0,0,7847,0,0,0,'Scourge Champion',NULL,NULL,0,59,60,0,21,0,0.888888,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,8529,8529,0,0,0,0,0,0,0,13737,0,0,0,0,0,0,0,0,0,134,180,'SmartAI',1,3,1,1.35,1,1,0,13157,0,0,0,0,0,0,1,8388624,0,'',12340),(8530,0,0,0,0,0,10626,0,0,0,'Cannibal Ghoul',NULL,NULL,0,54,55,0,21,0,0.777776,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,8530,8530,0,0,0,0,0,0,0,1604,3589,0,0,0,0,0,0,0,0,115,393,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_ghoul_flayer',12340),(8531,0,0,0,0,0,10487,0,0,0,'Gibbering Ghoul',NULL,NULL,0,56,57,0,21,0,0.777776,1.14286,1,0,98,130,0,238,1,2000,2000,1,262144,2048,0,0,0,0,0,0,68,99,24,6,0,8531,8531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,169,'',1,3,1,1.35,1,1,0,15447,0,0,0,0,0,0,1,8388624,0,'npc_ghoul_flayer',12340),(8532,0,0,0,0,0,571,0,0,0,'Diseased Flayer',NULL,NULL,0,58,59,0,21,0,0.777776,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,8532,8532,0,0,0,0,0,0,0,12541,0,0,0,0,0,0,0,0,0,133,179,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_ghoul_flayer',12340),(8534,0,0,0,0,0,7854,0,0,0,'Putrid Gargoyle',NULL,NULL,0,54,56,0,21,0,1.4,1.42857,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,6,0,8534,0,0,0,0,0,0,0,0,16573,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,149,1,8388624,0,'',12340),(8535,0,0,0,0,0,7855,0,0,0,'Putrid Shrieker',NULL,NULL,0,56,58,0,21,0,1.4,1.42857,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,8535,0,0,0,0,0,0,0,0,8281,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,149,1,8388624,0,'',12340),(8538,0,0,0,0,0,4629,0,0,0,'Unseen Servant',NULL,NULL,0,55,56,0,21,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,6,0,8538,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,165,'SmartAI',1,3,1,1.35,1,1,0,15447,21935,0,0,0,0,0,1,8388624,0,'',12340),(8539,0,0,0,0,0,7857,0,0,0,'Eyeless Watcher',NULL,NULL,0,57,58,0,21,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,8539,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,172,'SmartAI',1,3,1,1.35,1,1,0,21935,0,0,0,0,0,0,1,8388624,0,'',12340),(8540,0,0,0,0,0,984,0,0,0,'Torn Screamer',NULL,NULL,0,53,55,0,21,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,8540,0,0,0,0,0,0,0,0,5884,16576,0,0,0,0,0,0,0,0,116,157,'SmartAI',1,3,1,1.3,1,1,0,21935,0,0,0,0,0,0,1,8388624,0,'',12340),(8541,0,0,0,0,0,10751,0,0,0,'Hate Shrieker',NULL,NULL,0,55,57,0,21,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,8541,0,0,0,0,0,0,0,0,5884,3589,0,0,0,0,0,0,0,0,122,165,'SmartAI',1,3,1,1.35,1,1,0,15447,21935,0,0,0,0,0,1,8388624,0,'',12340),(8542,0,0,0,0,0,8783,0,0,0,'Death Singer',NULL,NULL,0,57,59,0,21,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,8542,0,0,0,0,0,0,0,0,6605,5884,0,0,0,0,0,0,0,0,133,178,'SmartAI',1,3,1,1.35,1,1,0,21935,0,0,0,0,0,0,1,8388624,0,'',12340),(8543,0,0,0,0,0,1693,0,0,0,'Stitched Horror',NULL,NULL,0,57,58,0,21,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,8543,8543,0,0,0,0,0,0,0,14099,0,0,0,0,0,0,0,0,0,130,175,'SmartAI',1,3,1,1.35,1,1,0,15447,0,0,0,0,0,0,1,8388624,0,'',12340),(8544,0,0,0,0,0,10613,0,0,0,'Gangled Golem',NULL,NULL,0,58,59,0,21,0,1.1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,8544,8544,0,0,0,0,0,0,0,35011,0,0,0,0,0,0,0,0,0,131,176,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(8545,0,0,0,0,0,7858,0,0,0,'Stitched Golem',NULL,NULL,0,59,60,0,21,0,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,8545,8545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,183,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(8546,0,0,0,0,0,10408,10409,10410,10411,'Dark Adept','Cult of the Damned',NULL,0,58,59,0,21,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,7,0,8546,8546,0,0,0,0,0,0,0,15618,0,0,0,0,0,0,0,0,0,133,179,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8547,0,0,0,0,0,10391,10393,10392,10394,'Death Cultist','Cult of the Damned',NULL,0,54,54,0,21,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,2,32768,2048,0,0,0,0,0,0,59,86,20,7,0,8547,8547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,132,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8548,0,0,0,0,0,10953,10954,10955,10956,'Vile Tutor','Cult of the Damned',NULL,0,56,57,0,21,0,1,1.14286,1,0,91,121,0,224,1,2000,2000,2,32768,2048,0,0,0,0,0,0,62,92,22,7,0,8548,8548,0,0,0,0,0,0,0,22417,0,0,0,0,0,0,0,0,0,110,149,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8550,0,0,0,0,0,10421,10423,10422,10424,'Shadowmage','Cult of the Damned',NULL,0,59,60,0,21,0,1.1,1.14286,1,0,74,102,0,112,1,2000,2000,8,32768,2048,0,0,0,0,0,0,61,90,25,7,0,8550,8550,0,0,0,0,0,0,0,22917,38386,0,0,0,0,0,0,0,0,111,150,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8551,0,0,0,0,0,10417,10418,10419,10420,'Dark Summoner','Cult of the Damned',NULL,0,55,56,0,21,0,1,1.14286,1,0,68,94,0,104,1,2000,2000,8,32768,2048,0,0,0,0,0,0,56,83,24,7,0,8551,8551,0,0,0,0,0,0,0,0,15254,0,0,0,0,0,0,0,0,99,134,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8553,0,0,0,0,0,10427,10428,10429,10430,'Necromancer','Cult of the Damned',NULL,0,54,55,0,21,0,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,32768,2048,0,0,0,0,0,0,55,82,23,7,0,8553,8553,0,0,0,0,0,0,0,0,20812,0,0,0,0,0,0,0,0,100,136,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8554,0,0,0,0,0,1346,0,0,0,'Chief Sharptusk Thornmantle',NULL,NULL,0,5,5,0,7,0,1,0.85714,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,8554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,9,'',1,1,1,1,1,1,0,10459,0,0,0,0,0,100,1,0,0,'',12340),(8555,0,0,0,0,0,3004,0,0,0,'Crypt Stalker',NULL,NULL,0,53,54,0,21,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,6,0,8555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(8556,0,0,0,0,0,11178,0,0,0,'Crypt Walker',NULL,NULL,0,55,56,0,21,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,6,0,8556,0,0,0,0,0,0,0,0,745,34969,1604,20812,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(8557,0,0,0,0,0,6841,0,0,0,'Crypt Horror',NULL,NULL,0,57,58,0,21,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,8557,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(8558,0,0,0,0,0,9758,0,0,0,'Crypt Slayer',NULL,NULL,0,58,59,0,21,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,8558,0,0,0,0,0,0,0,0,17170,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(8560,0,0,0,0,0,10442,10444,10446,10447,'Mossflayer Scout',NULL,NULL,0,57,58,0,37,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,7,0,8560,8560,0,0,0,0,0,0,0,9080,0,0,0,0,0,0,0,0,0,128,172,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8561,0,0,0,0,0,10438,10439,10441,10440,'Mossflayer Shadowhunter',NULL,NULL,0,58,59,0,37,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,7,0,8561,8561,0,0,0,0,0,0,0,6660,17171,0,0,0,0,0,0,0,0,133,179,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8562,0,0,0,0,0,10434,10435,10436,10437,'Mossflayer Cannibal',NULL,NULL,0,57,59,0,37,0,1,1.14286,1,0,133,176,0,234,1,2000,2000,2,32768,2048,0,0,0,0,0,0,91,133,23,7,0,8562,8562,0,0,0,0,0,0,0,17172,17173,0,0,0,0,0,0,0,0,116,156,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8563,0,0,0,0,0,19827,19828,0,0,'Woodsman',NULL,NULL,0,58,59,0,1576,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,8563,8563,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,174,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8564,0,0,0,0,0,19822,19823,0,0,'Ranger',NULL,NULL,0,59,60,0,1576,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,8564,8564,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,180,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8565,0,0,0,0,0,19820,19821,0,0,'Pathstrider',NULL,NULL,0,57,58,0,1576,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,8565,8565,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,170,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8566,0,0,0,0,0,7865,7866,7867,7868,'Dark Iron Lookout',NULL,NULL,0,47,48,0,54,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,32768,2048,0,0,0,0,0,0,56,82,19,7,0,8566,8566,0,0,0,0,0,0,100,6660,0,0,0,0,0,0,0,0,0,94,128,'SmartAI',1,3,1,1.25,1,1,0,10551,18960,0,0,0,0,0,1,0,0,'',12340),(8567,0,0,0,0,0,7864,0,0,0,'Glutton',NULL,NULL,0,37,37,0,152,0,1,1.14286,1,1,51,68,0,124,1.7,2800,2000,1,64,2048,0,0,0,0,0,0,35,52,12,6,0,8567,8567,0,0,0,0,0,0,0,16345,0,0,0,0,0,0,0,0,0,575,756,'SmartAI',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(8576,0,0,0,0,0,7871,0,0,0,'Ag\'tor Bloodfist',NULL,NULL,1401,45,45,0,1074,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8578,0,0,0,0,0,18986,0,0,0,'Magus Rimtori',NULL,NULL,0,55,55,0,74,0,1.25,1.14286,1,0,67,93,0,101,1,1420,1562,8,0,2048,0,0,0,0,0,0,55,82,23,7,0,8578,0,0,0,0,0,0,0,0,20823,11831,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,10597,0,0,0,0,0,0,1,0,0,'',12340),(8579,0,0,0,0,0,7902,0,0,0,'Yeh\'kinya',NULL,NULL,1470,41,41,0,474,3,1,1.14286,1,0,55,72,0,132,1,2000,2000,2,512,2048,0,0,0,0,0,0,38,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8580,0,0,0,0,0,7873,0,0,0,'Atal\'alarion','Guardian of the Idol',NULL,0,49,49,0,37,0,0.666668,1.14286,1,1,83,110,0,200,2.4,3000,1338,1,64,2048,0,0,0,0,0,0,57,84,19,7,0,8580,8580,0,0,0,0,0,0,0,12887,6524,0,0,0,0,0,0,0,0,762,1000,'SmartAI',1,3,1,7.5,1,1,0,6181,22444,0,0,0,0,0,1,0,0,'',12340),(8581,0,0,0,0,0,18984,18985,0,0,'Blood Elf Defender',NULL,NULL,0,51,51,0,74,0,1.21,1.14286,1,0,86,114,0,210,1,1500,1650,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,8581,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8582,0,0,0,0,0,7889,0,0,0,'Kadrak',NULL,NULL,10331,31,31,0,125,3,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,512,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8583,0,0,0,0,0,7895,0,0,0,'Dirania Silvershine',NULL,NULL,0,8,8,0,80,2,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,4864,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8584,0,0,0,0,0,7901,0,0,0,'Iverron',NULL,NULL,0,5,5,0,80,2,0.93,1.14286,1,0,5,7,0,32,1,2000,2000,1,4864,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8585,0,0,0,0,0,146,0,0,0,'Frost Spectre',NULL,NULL,0,37,37,0,152,0,1.15,1.14286,1,0,51,68,0,124,1,1600,1760,1,0,2048,0,0,0,0,0,0,35,52,12,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(8586,0,0,0,0,0,7875,0,0,0,'Haggrum Bloodfist',NULL,NULL,10832,45,45,0,83,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8587,0,0,0,0,0,7876,0,0,0,'Jediga',NULL,NULL,0,49,49,0,125,3,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,512,2048,0,0,0,0,0,0,57,84,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8588,0,0,0,0,0,9757,0,0,0,'Umbranse the Spiritspeaker',NULL,NULL,0,50,50,0,35,2,1.1,1.14286,1,0,60,83,0,91,1,2000,2000,8,0,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8596,0,0,0,0,0,7890,0,0,0,'Plaguehound Runt',NULL,NULL,0,53,54,0,14,0,1,1.42857,1,0,92,122,0,224,1,1500,2000,1,0,2048,0,0,0,0,0,0,63,93,22,3,0,8596,0,8596,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(8597,0,0,0,0,0,7891,0,0,0,'Plaguehound',NULL,NULL,0,55,56,0,14,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,3,0,8597,0,8597,0,0,0,0,0,0,3427,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8598,0,0,0,0,0,9022,0,0,0,'Frenzied Plaguehound',NULL,NULL,0,57,58,0,14,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,3,0,8598,0,8598,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8600,0,0,0,0,0,7894,0,0,0,'Plaguebat',NULL,NULL,0,53,55,0,14,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,24,0,0,0,0,65,95,23,1,1,8600,0,8600,0,0,0,0,0,0,6605,0,0,0,0,0,0,0,5787,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8601,0,0,0,0,0,7896,0,0,0,'Noxious Plaguebat',NULL,NULL,0,54,56,0,14,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,24,0,0,0,0,67,97,23,1,1,8601,0,8601,0,0,0,0,0,0,3332,0,0,0,0,0,0,0,5788,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8602,0,0,0,0,0,7897,0,0,0,'Monstrous Plaguebat',NULL,NULL,0,56,58,0,14,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,24,0,0,0,0,69,101,25,1,1,8602,0,8602,0,0,0,0,0,0,8281,0,0,0,0,0,0,0,5789,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8603,0,0,0,0,0,7898,0,0,0,'Carrion Grub',NULL,NULL,0,54,55,0,7,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,1,0,8603,0,0,0,0,0,0,0,0,16449,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,13853,0,0,0,0,0,0,1,0,0,'',12340),(8605,0,0,0,0,0,7900,0,0,0,'Carrion Devourer',NULL,NULL,0,56,57,0,7,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,1,0,8605,0,0,0,0,0,0,0,0,16449,17197,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,13853,0,0,0,0,0,0,1,0,0,'',12340),(8606,0,0,0,0,0,681,0,0,0,'Living Decay',NULL,NULL,0,55,56,0,14,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,10,0,8606,8606,0,0,0,0,0,0,0,11442,0,0,0,0,0,0,0,0,0,122,165,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8607,0,0,0,0,0,11141,0,0,0,'Rotting Sludge',NULL,NULL,0,54,55,0,14,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,10,0,8607,8607,0,0,0,0,0,0,0,7279,0,0,0,0,0,0,0,0,0,119,161,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8608,0,0,0,0,0,10905,0,0,0,'Angered Infernal',NULL,NULL,0,52,53,0,90,0,1.21,1.14286,1,0,89,119,0,218,1,1490,1639,1,0,2048,0,0,0,0,0,0,62,91,22,3,0,8608,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8609,0,0,0,0,0,7905,0,0,0,'Alexandra Constantine','Gryphon Master',NULL,6944,65,65,0,12,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8610,0,0,0,0,0,7904,0,0,0,'Kroum','Wind Rider Master',NULL,0,65,65,0,29,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8611,0,0,0,0,0,7804,0,0,0,'Idol Room Spawner',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_idol_room_spawner',12340),(8612,0,0,0,0,0,7906,0,0,0,'Screecher Spirit',NULL,NULL,1405,50,50,0,35,1,0.9,1.14286,1,0,85,112,0,206,1,2000,2200,1,0,2048,0,0,0,0,0,0,58,86,20,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(8615,0,0,0,0,0,7908,0,0,0,'Mithril Dragonling',NULL,NULL,0,60,60,0,14,0,1.04,1.14286,1,0,104,138,0,252,1,2000,2200,1,0,2048,0,0,0,0,0,0,72,106,26,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(8616,0,0,0,0,0,12817,0,0,0,'Infernal Servant',NULL,NULL,0,55,55,0,90,0,1.23,1.14286,1,0,94,125,0,228,1,1460,1606,1,0,2048,0,0,0,0,0,0,65,95,23,3,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8617,0,0,0,0,0,11253,0,0,0,'Zalashji',NULL,NULL,0,45,45,0,35,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,33280,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8636,0,0,0,0,0,7918,0,0,0,'Morta\'gya the Keeper',NULL,NULL,0,50,50,0,37,0,1,1.14286,1,0,60,83,0,91,1,2600,2000,8,32768,2048,0,0,0,0,0,0,50,73,22,7,0,8636,8636,0,0,0,0,0,0,0,11639,9613,11640,0,0,0,0,0,0,0,409,539,'',0,3,1,1.5,1,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),(8637,0,0,0,0,0,7929,7930,7931,7932,'Dark Iron Watchman',NULL,NULL,0,44,45,0,54,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,32768,2048,0,0,0,0,0,0,52,76,17,7,0,8637,8637,0,0,0,0,0,0,100,11976,0,0,0,0,0,0,0,0,0,81,111,'SmartAI',0,3,1,1.2,1,1,0,10551,0,0,0,0,0,0,1,0,0,'',12340),(8656,0,0,0,0,0,1132,0,0,0,'Hukku\'s Voidwalker',NULL,NULL,0,49,49,0,90,0,1,1.14286,1,0,77,102,0,188,1,1490,1639,2,0,2048,0,0,0,0,0,0,52,77,17,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8657,0,0,0,0,0,4162,0,0,0,'Hukku\'s Succubus',NULL,NULL,0,49,49,0,90,0,1,1.14286,1,0,77,102,0,188,1,1490,1639,2,0,2048,0,0,0,0,0,0,52,77,17,3,0,0,0,0,0,0,0,0,0,0,21987,6359,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,0.85,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8658,0,0,0,0,0,4449,0,0,0,'Hukku\'s Imp',NULL,NULL,0,49,49,0,90,0,1,1.14286,1,0,58,81,0,89,1,1490,1639,8,0,2048,0,0,0,0,0,0,49,72,21,3,0,0,0,0,0,0,0,0,0,0,11762,134,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,0.55,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8659,0,0,0,0,0,7921,0,0,0,'Jes\'rimon',NULL,NULL,2189,50,50,0,876,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8660,0,0,0,0,0,10807,0,0,0,'The Evalcharr',NULL,NULL,0,48,48,0,16,0,1.1,1.14286,1,4,81,108,0,196,1,2000,2000,1,0,2048,0,38,0,0,0,0,56,82,19,1,65537,8660,0,8660,0,0,0,0,0,0,20793,15797,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,20023,0,0,0,0,0,149,1,0,0,'',12340),(8661,0,0,0,0,0,7993,0,0,0,'Auctioneer Beardo',NULL,NULL,0,50,50,0,474,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8662,0,0,0,0,0,7804,0,0,0,'Idol Oven Fire Target',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1.7,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(8664,0,0,0,0,0,7936,0,0,0,'Saern Priderunner',NULL,NULL,11767,50,50,0,104,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8665,0,0,0,0,0,7934,0,0,0,'Shylenai','Owl Trainer',NULL,0,30,30,0,80,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8666,0,0,0,0,0,7935,0,0,0,'Lil Timmy','Boy with kittens',NULL,0,5,5,0,12,130,1,1.14286,1,0,5,7,0,32,1,1500,2156,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',2,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8667,0,0,0,0,0,8715,0,0,0,'Gusting Vortex',NULL,NULL,0,43,45,0,91,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,4,0,8667,0,0,44,44,44,44,44,44,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8668,0,0,0,0,0,6172,0,0,0,'Felhound Tracker',NULL,NULL,0,54,55,0,35,0,0.91,1.14286,1,0,94,125,0,228,1,2000,2200,1,0,2048,0,0,0,0,0,0,65,95,23,3,0,0,0,0,0,75,75,75,75,0,2691,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8669,0,0,0,0,0,7997,0,0,0,'Auctioneer Tolon',NULL,NULL,0,50,50,0,80,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8670,0,0,0,0,0,7991,0,0,0,'Auctioneer Chilton',NULL,NULL,0,50,50,0,12,2097152,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8671,0,0,0,0,0,7990,0,0,0,'Auctioneer Buckler',NULL,NULL,0,50,50,0,55,2097152,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8672,0,0,0,0,0,7995,0,0,0,'Auctioneer Leeka',NULL,NULL,0,50,50,0,68,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,36864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8673,0,0,0,0,0,8001,0,0,0,'Auctioneer Thathung',NULL,NULL,0,50,50,0,29,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8674,0,0,0,0,0,7999,0,0,0,'Auctioneer Stampi',NULL,NULL,0,50,50,0,104,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8675,0,0,0,0,0,7949,0,0,0,'Felbeast',NULL,NULL,0,50,51,0,90,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,3,0,8675,0,8675,0,75,75,75,75,0,13321,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8678,0,0,0,0,0,7969,0,0,0,'Jubie Gadgetspring','Engineering Supplies',NULL,0,55,55,0,35,130,1.1,1.14286,1,0,94,125,0,228,1,1500,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8679,0,0,0,0,0,7952,0,0,0,'Knaz Blunderflame','Engineering Supplies',NULL,0,42,42,0,35,128,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,768,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8680,0,0,0,0,0,7950,0,0,0,'Massive Infernal',NULL,NULL,0,62,62,0,17,0,0.97,1.14286,1,1,172,240,0,262,35,1250,1500,1,0,2048,0,0,0,0,0,0,139,207,30,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8294,41468,'',0,3,1,50,1,1,0,0,0,0,0,0,0,151,1,617299803,0,'',12340),(8681,0,0,0,0,0,7951,0,0,0,'Outfitter Eric','Speciality Tailoring Supplies',NULL,0,35,35,0,875,128,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8696,0,0,0,0,0,8029,0,0,0,'Henry Stern',NULL,NULL,1443,36,36,0,35,1,1,1.14286,1,0,50,66,0,120,1.7,2000,2000,1,512,2048,0,0,0,0,0,0,34,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8716,0,0,0,0,0,10543,0,0,0,'Dreadlord',NULL,NULL,0,62,62,0,90,0,1.05,1.14286,1,1,160,223,0,246,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,129,191,26,3,0,8716,8716,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,2397,3136,'SmartAI',0,3,1,20,5,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(8717,0,0,0,0,0,7970,0,0,0,'Felguard Elite',NULL,NULL,0,61,61,0,90,0,1.05,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,3,0,8717,8717,0,0,0,0,0,0,0,13737,15284,16046,0,0,0,0,0,0,0,2523,3300,'SmartAI',1,3,1,18,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(8718,0,0,0,0,0,6173,0,0,0,'Manahound',NULL,NULL,0,60,60,0,90,0,1.05,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,8718,0,8718,0,0,0,0,93,0,14331,3417,20817,3604,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,16,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(8719,0,0,0,0,0,7992,0,0,0,'Auctioneer Fitch',NULL,NULL,0,50,50,0,12,2097152,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8720,0,0,0,0,0,7989,0,0,0,'Auctioneer Redmuse',NULL,NULL,0,50,50,0,55,2097152,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8721,0,0,0,0,0,7994,0,0,0,'Auctioneer Epitwee',NULL,NULL,0,50,50,0,68,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,36864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8722,0,0,0,0,0,7998,0,0,0,'Auctioneer Gullem',NULL,NULL,0,50,50,0,104,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8723,0,0,0,0,0,7996,0,0,0,'Auctioneer Golothas',NULL,NULL,0,50,50,0,80,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8724,0,0,0,0,0,8000,0,0,0,'Auctioneer Wabang',NULL,NULL,0,50,50,0,29,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8736,0,0,0,0,0,8010,0,0,0,'Buzzek Bracketswing','Engineering Trainer',NULL,4152,53,53,0,474,83,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,2,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8737,0,0,0,0,0,8012,0,0,0,'Linken',NULL,NULL,1961,40,40,0,35,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8738,0,0,0,0,0,8009,0,0,0,'Vazario Linkgrease','Goblin Engineering Trainer',NULL,1465,40,40,0,69,83,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,2,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8756,0,0,0,0,0,1913,0,0,0,'Raytaf','Loramus\'s Guardian',NULL,0,50,50,0,495,0,1.1,1.14286,1,1,85,112,0,206,2.4,2000,2000,1,256,2048,0,0,0,0,0,0,58,86,20,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8757,0,0,0,0,0,1913,0,0,0,'Shahiar','Loramus\'s Guardian',NULL,0,50,50,0,495,0,1.1,1.14286,1,1,85,112,0,206,2.4,2000,2000,1,256,2048,0,0,0,0,0,0,58,86,20,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8758,0,0,0,0,0,1913,0,0,0,'Zaman','Loramus\'s Guardian',NULL,0,50,50,0,495,0,1.1,1.14286,1,1,85,112,0,206,2.4,2000,2000,1,256,2048,0,0,0,0,0,0,58,86,20,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8759,0,0,0,0,0,8013,0,0,0,'Mosshoof Runner',NULL,NULL,0,45,47,0,7,0,0.8,1.42857,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,1,0,8759,0,8759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,20023,0,0,0,0,0,144,1,0,0,'',12340),(8760,0,0,0,0,0,2161,0,0,0,'Mosshoof Stag',NULL,NULL,0,49,50,0,7,0,1.1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,1,0,8760,0,8760,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,20023,0,0,0,0,0,144,1,0,0,'',12340),(8761,0,0,0,0,0,10957,0,0,0,'Mosshoof Courser',NULL,NULL,0,52,53,0,7,0,1.1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,1,0,8761,0,8761,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,20017,20027,20023,0,0,0,144,1,0,0,'',12340),(8762,0,0,0,0,0,8014,0,0,0,'Timberweb Recluse',NULL,NULL,0,47,48,0,22,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,3,0,0,0,0,56,82,19,1,1,8762,0,0,0,0,0,0,0,0,745,744,0,0,0,0,0,0,5905,0,0,0,'',1,1,1,1.25,1,1,0,20023,0,0,0,0,0,0,1,0,0,'',12340),(8763,0,0,0,0,0,12682,0,0,0,'Mistwing Rogue',NULL,NULL,0,49,50,0,14,0,1.1,1.14286,1,0,79,104,0,194,1,2000,2000,2,0,2048,0,38,0,0,0,0,54,79,18,1,65537,8763,0,8763,0,0,0,0,0,0,9532,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,20023,0,0,0,0,0,149,1,0,0,'',12340),(8764,0,0,0,0,0,4269,0,0,0,'Mistwing Ravager',NULL,NULL,0,52,53,0,14,0,1.1,1.14286,1,0,84,111,0,206,1,2000,2000,2,0,2048,0,38,0,0,0,0,57,84,20,1,65537,8764,0,8764,0,0,0,0,0,0,8806,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20023,0,0,0,0,0,149,1,0,0,'',12340),(8766,0,0,0,0,0,1306,0,0,0,'Forest Ooze',NULL,NULL,0,52,53,0,14,0,1.1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,10,0,8766,8766,0,0,0,100,0,0,100,0,0,0,0,0,0,0,0,0,0,109,148,'',1,3,1,1.3,1,1,0,20023,0,0,0,0,0,0,1,0,0,'',12340),(8767,0,0,0,0,0,11573,0,0,0,'Sah\'rhee',NULL,NULL,1490,30,30,0,35,1,1,1.14286,1,0,42,56,0,102,1.7,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8776,0,0,0,0,0,694,0,0,0,'Emerald Dragon Whelp',NULL,NULL,0,55,55,0,35,0,0.9,1.14286,1,0,87,116,0,214,1,2000,2200,2,0,2048,0,0,0,0,0,0,60,88,21,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8816,0,0,0,0,0,146,0,0,0,'Deathly Usher',NULL,NULL,1541,50,50,0,35,1,1.11111,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8836,0,0,0,0,0,6909,0,0,0,'Battle Chicken',NULL,NULL,0,1,1,0,14,0,2.72,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.306044,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(8837,0,0,0,0,0,5561,0,0,0,'Muck Splash',NULL,NULL,0,47,49,0,91,0,1.1,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,4,0,8837,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8856,0,0,0,0,0,1159,0,0,0,'Tyrion\'s Spybot',NULL,NULL,0,25,25,0,12,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,2,512,2048,0,0,0,0,0,0,24,36,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,16384,2,'npc_tyrion_spybot',12340),(8876,0,0,0,0,0,6411,6412,0,0,'Sandfury Acolyte',NULL,NULL,0,42,44,0,37,0,1,1.14286,1,0,67,89,0,166,1,2000,1727,2,0,2048,0,0,0,0,0,0,46,67,15,7,0,8876,0,0,0,0,0,0,0,0,11639,9613,11980,11981,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8877,0,0,0,0,0,6423,6424,0,0,'Sandfury Zealot',NULL,NULL,0,44,45,0,37,0,1,1.14286,1,0,76,100,0,184,1,2400,1716,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,8877,8877,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8878,0,0,0,0,0,8169,0,0,0,'Muuran','Superior Macecrafter',NULL,0,40,40,0,104,4226,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8879,0,0,0,0,0,8171,0,0,0,'Royal Historian Archesonus',NULL,NULL,1561,50,50,0,55,3,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,512,2048,0,0,0,0,0,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8881,0,0,0,0,0,2736,2784,2785,2786,'Riding Ram',NULL,NULL,0,1,2,0,35,0,1,0.85714,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(8882,0,0,0,0,0,6448,6079,9952,6080,'Riding Tiger',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(8883,0,0,0,0,0,2402,2405,2408,2410,'Riding Horse',NULL,NULL,0,1,2,0,190,0,1,1.38571,1,0,2,2,0,26,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(8884,0,0,0,0,0,5228,0,0,0,'Skeletal Mount',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),(8885,0,0,0,0,0,4806,6468,6469,6473,'Riding Raptor',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(8886,0,0,0,0,0,8173,8174,0,0,'Deviate Python',NULL,NULL,0,18,19,0,270,0,1,1.14286,1,0,27,37,0,68,1.7,2000,2000,1,32768,2048,0,0,0,0,0,0,19,27,3,1,0,8886,0,100009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),(8888,0,0,0,0,0,8698,0,0,0,'Franclorn Forgewright',NULL,NULL,1663,60,60,0,35,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8889,0,0,0,0,0,8754,0,0,0,'Anvilrage Overseer',NULL,NULL,0,48,49,0,54,0,1,1.14286,1,1,83,110,0,200,3.5,1333,2000,1,32832,2048,0,0,0,0,0,0,57,84,19,7,0,8891,8889,0,0,100,0,0,20,0,0,0,0,0,0,0,0,0,0,0,355,468,'',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),(8890,0,0,0,0,0,8758,0,0,0,'Anvilrage Warden',NULL,NULL,0,49,50,0,54,0,1,1.14286,1,1,85,112,0,206,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,58,86,20,7,0,8891,8890,0,0,100,0,0,20,0,24317,19644,0,0,0,0,0,0,0,0,365,482,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8891,0,0,0,0,0,8750,0,0,0,'Anvilrage Guardsman',NULL,NULL,0,50,51,0,54,0,1,1.14286,1,1,86,114,0,210,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,59,87,20,7,0,8891,8891,0,0,100,0,0,20,0,30901,27581,34510,0,0,0,0,0,0,0,375,495,'',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),(8892,0,0,0,0,0,8718,0,0,0,'Anvilrage Footman',NULL,NULL,0,50,51,0,54,0,1,1.14286,1,1,86,114,0,210,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,59,87,20,7,0,8892,8892,0,0,100,0,0,20,0,29560,19644,0,0,0,0,0,0,0,0,394,519,'',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),(8893,0,0,0,0,0,8757,0,0,0,'Anvilrage Soldier',NULL,NULL,0,50,50,0,54,0,1,1.14286,1,1,85,112,0,206,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,58,86,20,7,0,8893,8893,0,0,100,0,0,20,0,14030,27991,0,0,0,0,0,0,0,0,451,594,'',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),(8894,0,0,0,0,0,8752,0,0,0,'Anvilrage Medic',NULL,NULL,0,50,51,0,54,0,1,1.14286,1,1,61,85,0,93,3.5,2000,2000,8,32832,2048,0,0,0,0,0,0,51,75,22,7,0,8894,8894,0,0,100,0,0,20,0,8812,10961,10947,0,0,0,0,0,0,0,366,483,'',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),(8895,0,0,0,0,0,8753,0,0,0,'Anvilrage Officer',NULL,NULL,0,51,51,0,54,0,1,1.14286,1,1,80,106,0,198,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,55,81,19,7,0,8895,8895,0,0,0,0,0,0,0,25292,0,0,0,0,0,0,0,0,0,380,502,'',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),(8896,0,0,0,0,0,8793,8794,8795,8796,'Shadowforge Peasant',NULL,NULL,0,50,51,0,54,0,1,1.14286,1,0,80,106,0,198,3.5,2000,2000,2,32768,2048,0,0,0,0,0,0,55,81,19,7,0,8896,8896,0,0,0,0,0,0,0,6660,9053,11642,13584,0,0,0,0,0,0,103,139,'',1,3,1,1.3,1,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),(8897,0,0,0,0,0,8803,8804,8805,8806,'Doomforge Craftsman',NULL,NULL,0,51,51,0,54,0,1,1.14286,1,0,86,114,0,210,3.5,2000,2000,1,32768,2048,0,0,0,0,0,0,59,87,20,7,0,8897,8897,0,0,0,0,0,0,0,15619,13951,9143,0,0,0,0,0,0,0,113,153,'',1,3,1,1.3,1,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),(8898,0,0,0,0,0,8751,0,0,0,'Anvilrage Marshal',NULL,NULL,0,53,54,0,54,0,1,1.14286,1,1,86,114,0,210,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,59,86,20,7,0,8898,8898,0,0,0,0,0,0,0,17143,10293,25292,0,0,0,0,0,0,0,361,476,'',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),(8899,0,0,0,0,0,8820,8821,8822,8823,'Doomforge Dragoon',NULL,NULL,0,53,54,0,54,0,1,1.14286,1,1,92,122,0,224,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,63,93,22,7,0,8899,8899,0,0,0,0,0,0,0,15620,15496,15495,0,0,0,0,0,0,0,420,554,'',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),(8900,0,0,0,0,0,8812,8813,8814,8815,'Doomforge Arcanasmith',NULL,NULL,0,54,54,0,54,0,1,1.14286,1,0,65,91,0,99,3.5,2000,2000,8,32768,2048,0,0,0,0,0,0,54,80,23,7,0,8900,8900,0,0,0,0,0,0,0,13748,13745,0,0,0,0,0,0,0,0,96,130,'',1,3,1,1.3,1,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),(8901,0,0,0,0,0,8755,9288,9289,9290,'Anvilrage Reservist',NULL,NULL,0,52,53,0,54,0,1,1.14286,1,0,89,119,0,218,3.5,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,100,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8902,0,0,0,0,0,8798,8799,8800,8801,'Shadowforge Citizen',NULL,NULL,0,51,52,0,54,0,1,1.14286,1,0,82,109,0,202,3.5,2000,2000,2,32768,2048,0,0,0,0,0,0,56,83,19,7,0,8902,8902,0,0,0,0,0,0,0,15547,40505,13446,11642,0,0,0,0,0,0,92,125,'',1,3,1,1,1,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),(8903,0,0,0,0,0,8749,0,0,0,'Anvilrage Captain',NULL,NULL,0,55,55,0,54,0,1,1.14286,1,1,94,125,0,228,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,65,95,23,7,0,8903,8903,0,0,100,0,0,20,0,0,0,0,0,0,0,0,0,0,0,439,578,'',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),(8904,0,0,0,0,0,8825,8826,8827,8828,'Shadowforge Senator',NULL,NULL,0,54,55,0,54,0,1,1.14286,1,0,67,93,0,101,3.5,2000,2000,8,32768,2048,0,0,0,0,0,0,55,82,23,7,0,8904,8904,0,0,0,0,0,0,0,15547,14034,15498,12471,0,0,0,0,0,0,103,140,'',1,3,1,1.35,1,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),(8905,0,0,0,0,0,8289,0,0,0,'Warbringer Construct',NULL,NULL,0,52,52,0,54,0,1,1.14286,1,1,87,117,0,214,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,61,90,21,4,0,8905,0,0,108,270,108,108,108,108,0,0,0,0,0,0,0,0,0,0,410,540,'',1,3,1,3,2,1,0,11269,11129,0,0,0,0,0,1,0,0,'',12340),(8906,0,0,0,0,0,8177,0,0,0,'Ragereaver Golem',NULL,NULL,0,54,54,0,54,0,1,1.14286,1,1,92,122,0,224,3.5,1600,2000,1,64,2048,0,0,0,0,0,0,63,93,22,4,0,8906,0,0,110,110,110,110,110,110,0,0,0,0,0,0,0,0,0,0,429,565,'',1,3,1,3,2,1,0,11269,11129,0,0,0,0,0,1,0,0,'',12340),(8907,0,0,0,0,0,8178,0,0,0,'Wrath Hammer Construct',NULL,NULL,0,54,54,0,54,0,1,1.14286,1,1,92,122,0,224,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,63,93,22,9,0,8907,0,0,0,0,0,0,0,0,15575,10966,0,0,0,0,0,0,0,0,435,573,'',1,3,1,3,2,1,0,11269,0,0,0,0,0,0,1,0,0,'',12340),(8908,0,0,0,0,0,8179,0,0,0,'Molten War Golem',NULL,NULL,0,55,55,0,54,0,1,1.14286,1,1,87,116,2,214,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,60,88,21,4,0,8908,0,0,0,280,0,140,0,0,37628,0,0,0,0,0,0,0,0,0,601,789,'',1,3,1,5.5,2,1,0,11269,11129,0,0,0,0,0,1,0,0,'',12340),(8909,0,0,0,0,0,2172,0,0,0,'Fireguard',NULL,NULL,0,50,52,0,54,0,1,1.14286,1,1,82,109,2,202,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,56,83,19,4,0,8909,0,0,0,0,0,-52,0,0,15242,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,2,1,0,11129,0,0,0,0,0,0,1,0,0,'',12340),(8910,0,0,0,0,0,1070,0,0,0,'Blazing Fireguard',NULL,NULL,0,52,52,0,54,0,1,1.14286,1,1,82,109,2,202,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,56,83,19,4,0,8910,0,0,0,0,0,0,0,0,13341,12742,15241,0,0,0,0,0,0,0,0,0,'',1,3,1,3,2,1,0,11129,0,0,0,0,0,0,1,0,0,'',12340),(8911,0,0,0,0,0,5488,0,0,0,'Fireguard Destroyer',NULL,NULL,0,54,54,0,54,0,1,1.14286,1,1,92,122,2,224,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,63,93,22,4,0,8911,0,0,55,275,55,55,55,55,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,2,1,0,11129,0,0,0,0,0,0,1,0,0,'',12340),(8912,0,0,0,0,0,8790,9350,9351,8792,'Twilight\'s Hammer Torturer',NULL,NULL,0,50,51,0,54,0,1,1.14286,1,1,80,106,0,198,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,55,81,19,7,0,8912,8912,0,0,0,0,0,0,0,14032,0,0,0,0,0,0,0,0,0,324,428,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8913,0,0,0,0,0,8772,8774,8776,8777,'Twilight Emissary',NULL,NULL,0,51,52,0,54,0,1,1.14286,1,1,63,87,0,95,3.5,2000,2000,8,64,2048,0,0,0,0,0,0,52,77,22,7,0,8913,8913,0,0,0,0,0,0,0,15288,15043,13748,12466,0,0,0,0,0,0,311,411,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8914,0,0,0,0,0,9346,9347,8773,9349,'Twilight Bodyguard',NULL,NULL,0,52,52,0,54,0,1,1.14286,1,1,82,109,0,202,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,56,83,19,7,0,8914,8914,0,0,0,0,0,0,0,13902,13903,15615,0,0,0,0,0,0,0,351,463,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8915,0,0,0,0,0,8778,8779,8780,9025,'Twilight\'s Hammer Ambassador',NULL,NULL,0,54,55,0,54,0,1,1.14286,1,0,87,116,0,214,3.5,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,8915,8915,0,0,0,0,0,0,0,15096,15499,15500,15501,0,0,0,0,0,0,102,139,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8916,0,0,0,0,0,9069,9070,9071,9072,'Arena Spectator',NULL,NULL,0,50,51,0,54,0,1,1.14286,1,0,80,106,0,198,3.5,2000,2000,2,0,2048,0,0,0,0,0,0,55,81,19,7,0,8916,8916,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,150,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8917,0,0,0,0,0,8891,8892,8893,487,'Quarry Slave',NULL,NULL,0,46,48,0,15,0,1,1.14286,1,0,75,99,0,184,1,2000,2000,2,0,2048,0,0,0,0,0,0,51,76,17,7,0,8917,8917,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,119,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8920,0,0,0,0,0,8894,8895,8896,8897,'Weapon Technician',NULL,NULL,0,53,54,0,54,0,1,1.14286,1,0,92,122,0,224,3.5,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,0,8920,8920,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,139,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8921,0,0,0,0,0,8180,0,0,0,'Bloodhound',NULL,NULL,0,49,50,0,54,0,1,1.42857,1,0,85,112,0,206,3.5,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,3,0,8921,0,8921,0,0,0,0,0,0,13692,13445,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(8922,0,0,0,0,0,8181,0,0,0,'Bloodhound Mastiff',NULL,NULL,0,52,53,0,54,0,1,1.14286,1,0,89,119,0,218,3.5,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,3,0,8922,0,8922,0,0,0,0,0,0,7140,15608,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8923,0,0,0,0,0,8270,0,0,0,'Panzor the Invincible',NULL,NULL,0,56,56,0,54,0,1,1.14286,1,2,96,127,0,234,7.5,2000,1301,1,0,2048,0,0,0,0,0,0,67,97,23,4,0,8923,0,0,0,153,153,153,153,153,0,0,0,0,0,0,0,0,0,0,1035,1356,'',1,3,1,5,2,1,0,11129,0,0,0,0,0,0,1,0,0,'',12340),(8924,0,0,0,0,0,8390,0,0,0,'The Behemoth',NULL,NULL,0,50,50,0,54,0,1.71,1.14286,1,4,85,112,0,206,1,1233,1356,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,8924,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,826,1083,'',0,3,1,1.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8925,0,0,0,0,0,8182,9030,9031,9032,'Dredge Worm',NULL,NULL,0,50,51,0,16,0,1,1.14286,1,0,86,114,0,210,1,2000,1617,1,0,2048,0,42,0,0,0,0,59,87,20,1,65537,8925,0,100003,0,0,0,0,0,0,14535,13298,6917,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8926,0,0,0,0,0,7347,3247,2489,0,'Deep Stinger',NULL,NULL,0,50,51,0,16,0,1,1.14286,1,0,86,114,0,210,1,2000,1650,1,0,2048,0,20,0,0,0,0,59,87,20,1,1,8926,0,8926,0,0,0,0,0,0,7992,14534,0,0,0,0,0,0,5874,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8927,0,0,0,0,0,1955,1954,0,0,'Dark Screecher',NULL,NULL,0,50,51,0,16,0,1,1.14286,1,0,86,114,0,210,1,2000,1650,1,0,2048,0,24,0,0,0,0,59,87,20,1,1,8927,0,8927,0,0,0,0,0,0,14538,8281,0,0,0,0,0,0,5793,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8928,0,0,0,0,0,8184,9033,3005,2194,'Burrowing Thundersnout',NULL,NULL,0,50,51,0,16,0,1,1.14286,1,0,86,114,0,210,1,2000,1650,1,0,2048,0,0,0,0,0,0,59,87,20,1,0,8928,0,8928,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8929,0,0,0,0,0,8705,0,0,0,'Princess Moira Bronzebeard','Princess of Ironforge',NULL,0,55,55,0,54,2,1,1.14286,1,1,87,116,0,214,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,60,88,21,7,0,8929,0,0,0,0,0,0,0,0,15586,8362,15587,0,0,0,0,0,0,0,733,962,'',1,3,1,6.5,3,1,0,11468,0,0,0,0,0,0,1,0,0,'boss_moira_bronzebeard',12340),(8931,0,0,0,0,0,8185,0,0,0,'Innkeeper Heather','Innkeeper',NULL,342,30,30,0,12,66177,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8932,0,0,0,0,0,7470,9354,9028,9029,'Borer Beetle',NULL,NULL,0,50,51,0,16,0,1.21,1.14286,1,0,86,114,0,210,1,1500,1650,1,0,2048,0,0,0,0,0,0,59,87,20,1,0,8932,0,100003,0,0,0,0,0,0,14539,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8933,0,0,0,0,0,8014,909,821,520,'Cave Creeper',NULL,NULL,0,50,51,0,16,0,1,1.14286,1,0,86,114,0,210,1,1480,1628,1,0,2048,0,3,0,0,0,0,59,87,20,1,1,8933,0,0,0,0,0,0,0,0,745,14532,744,0,0,0,0,0,5907,0,0,0,'SmartAI',1,1,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8934,0,0,0,0,0,8186,0,0,0,'Christopher Hewen','Trade Supplies',NULL,0,30,30,0,12,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8937,0,0,0,0,0,8189,0,0,0,'Pet Bomb',NULL,NULL,0,1,1,0,14,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,88,1,0,0,'npc_pet_gen_target_following_bomb',12340),(8956,0,0,0,0,0,9276,0,0,0,'Angerclaw Bear',NULL,NULL,0,47,48,0,44,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,4,0,0,0,0,56,82,19,1,1,8956,0,8956,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,12851,0,0,0,'SmartAI',1,1,1,1.5,1,1,0,11172,0,0,0,0,0,0,1,0,0,'',12340),(8957,0,0,0,0,0,9277,0,0,0,'Angerclaw Grizzly',NULL,NULL,0,51,52,0,44,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,4,0,0,0,0,61,90,21,1,1,8957,0,8957,0,0,0,0,0,0,8599,8716,0,0,0,0,0,0,12852,0,0,0,'SmartAI',1,1,1,1.55,1,1,0,11172,20018,0,0,0,0,0,1,0,0,'',12340),(8958,0,0,0,0,0,1083,0,0,0,'Angerclaw Mauler',NULL,NULL,0,49,50,0,44,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,4,0,0,0,0,58,86,20,1,1,8958,0,8958,0,0,0,0,0,0,8599,15793,0,0,0,0,0,0,5808,0,0,0,'SmartAI',1,1,1,1.5,1,1,0,11172,0,0,0,0,0,0,1,0,0,'',12340),(8959,0,0,0,0,0,4124,0,0,0,'Felpaw Wolf',NULL,NULL,0,47,48,0,38,0,1,1.42857,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,1,0,0,0,0,56,82,19,1,1,8959,0,8959,0,0,0,0,0,0,3427,0,0,0,0,0,0,0,5954,0,0,0,'',1,1,1,1.25,1,1,0,11172,0,0,0,0,0,144,1,0,0,'',12340),(8960,0,0,0,0,0,9278,0,0,0,'Felpaw Scavenger',NULL,NULL,0,49,50,0,38,0,1,1.42857,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,1,0,0,0,0,58,86,20,1,1,8960,0,8960,0,0,0,0,0,0,3604,17230,0,0,0,0,0,0,13057,0,0,0,'',1,1,1,1.25,1,1,0,11172,0,0,0,0,0,144,1,0,0,'',12340),(8961,0,0,0,0,0,9280,0,0,0,'Felpaw Ravager',NULL,NULL,0,51,52,0,38,0,1,1.42857,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,1,0,0,0,0,61,90,21,1,1,8961,0,8961,0,0,0,0,0,0,3391,17230,0,0,0,0,0,0,5955,0,0,0,'',1,1,1,1.3,1,1,0,11172,0,0,0,0,0,144,1,0,0,'',12340),(8962,0,0,0,0,0,257,0,0,0,'Hilary','',NULL,1621,1,1,0,35,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8963,0,0,0,0,0,5556,0,0,0,'Effsee','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8964,0,0,0,0,0,6374,0,0,0,'Blackrock Drake',NULL,NULL,0,50,52,0,103,0,1,2.85714,1,1,87,117,0,214,2.4,2000,2000,1,33555264,2048,0,0,0,0,0,0,61,90,21,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,806,1058,'',1,5,1,3,2,1,0,0,0,0,0,0,0,220,1,0,2,'',12340),(8965,0,0,0,0,0,221,0,0,0,'Shawn','',NULL,1622,1,1,0,35,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8976,0,0,0,0,0,6369,0,0,0,'Hematos',NULL,NULL,0,60,60,0,103,0,2.7,1.14286,1,2,104,138,0,252,4.6,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,2,0,8976,0,15416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1170,1533,'SmartAI',1,3,1,5,2,1,0,18705,0,0,0,0,0,0,1,0,0,'',12340),(8977,0,0,0,0,0,11543,0,0,0,'Krom\'Grul',NULL,NULL,0,54,54,0,45,0,1.6,1.14286,1,0,86,114,0,210,1,2000,2000,2,0,2048,0,0,0,0,0,0,59,86,20,7,0,8977,8977,0,0,0,0,0,0,0,6742,13381,0,0,0,0,0,0,0,0,98,133,'SmartAI',0,3,1,1.3,1,1,0,11058,0,0,0,0,0,51,1,0,0,'',12340),(8978,0,0,0,0,0,11511,0,0,0,'Thauris Balgarr',NULL,NULL,0,57,57,0,54,0,1,1.14286,1,4,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,8978,0,0,0,0,0,0,0,0,0,6660,6533,0,0,0,0,0,0,0,126,170,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8979,0,0,0,0,0,11510,0,0,0,'Gruklash',NULL,NULL,0,59,59,0,40,0,1,1.14286,1,4,102,135,0,248,1,2600,1274,1,32768,2048,0,0,0,0,0,0,70,103,25,7,0,8979,0,0,0,0,0,0,0,0,12461,41447,0,0,0,0,0,0,0,0,130,175,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8980,0,0,0,0,0,10708,0,0,0,'Firegut Captain',NULL,NULL,0,55,55,0,45,0,1.23,1.14286,1,0,87,116,0,214,1,1460,1606,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,8980,0,0,0,0,0,0,0,0,13381,11876,8599,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(8981,0,0,0,0,0,10802,0,0,0,'Malfunctioning Reaver',NULL,NULL,0,56,56,0,189,0,1.76,1.14286,1,4,96,127,0,234,1,1183,1301,1,0,2048,0,0,0,0,0,0,67,97,23,4,0,8981,0,0,110,110,330,110,110,440,0,0,0,0,0,0,0,0,0,0,123,166,'SmartAI',0,3,1,1.35,1,1,0,11266,0,0,0,0,0,0,1,0,0,'',12340),(8982,0,0,0,0,0,9189,0,0,0,'Ironhand Guardian',NULL,NULL,0,60,60,0,15,0,1,1.14286,1,1,104,138,0,252,3.5,2000,2000,1,33554496,2048,0,0,0,0,0,0,72,106,26,4,0,0,0,0,290,58,290,58,58,58,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8983,0,0,0,0,0,8759,0,0,0,'Golem Lord Argelmach',NULL,NULL,0,55,55,0,54,0,1,1.14286,1,1,87,116,0,214,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,60,88,21,7,0,8983,8983,0,0,0,174,0,0,0,0,0,0,0,0,0,0,0,0,0,646,849,'SmartAI',1,3,1,6,8,1,0,11268,11465,11468,0,0,0,0,1,0,0,'',12340),(8996,0,0,0,0,0,1132,0,0,0,'Voidwalker Minion','',NULL,0,42,56,0,90,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,0.8,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(8997,0,0,0,0,0,8229,0,0,0,'Gershala Nightwhisper',NULL,NULL,0,20,20,0,80,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8999,0,0,0,0,0,3434,0,0,0,'Innkeeper Sentinel Hill','Innkeeper',NULL,0,8,8,0,55,65667,0.95,1.14286,1,0,10,14,0,38,1,1930,2123,1,0,2048,0,0,0,0,0,0,7,10,100,10,138412102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,100,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(9016,0,0,0,0,0,12162,0,0,0,'Bael\'Gar',NULL,NULL,0,52,52,0,54,0,0.777776,1.14286,1,1,87,117,0,214,3.5,2400,2000,1,64,2048,0,0,0,0,0,0,61,90,21,5,0,9016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9017,0,0,0,0,0,1204,0,0,0,'Lord Incendius',NULL,NULL,0,53,53,0,91,0,1,1.14286,1,1,89,119,2,218,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,62,91,22,4,0,9017,0,0,55,275,55,55,55,55,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6.5,5,1,0,11126,21987,11129,0,0,0,0,1,0,0,'',12340),(9018,0,0,0,0,0,8761,0,0,0,'High Interrogator Gerstahn','Twilight\'s Hammer Interrogator',NULL,0,52,52,0,54,0,1,1.14286,1,1,82,109,0,202,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,56,83,19,7,0,9018,9018,0,0,0,0,0,0,0,14033,13704,14032,12040,0,0,0,0,0,0,489,644,'',1,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'boss_high_interrogator_gerstahn',12340),(9019,0,0,0,0,0,8807,0,0,0,'Emperor Dagran Thaurissan',NULL,NULL,0,56,56,0,54,0,1,1.14286,1,1,96,127,0,234,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,67,97,23,7,0,9019,9019,0,0,0,0,0,0,0,15636,17492,0,0,0,0,0,0,0,0,1202,1575,'',1,3,1,9,2,1,0,11468,0,0,0,0,0,0,1,0,0,'boss_emperor_dagran_thaurissan',12340),(9020,0,0,0,0,0,8703,0,0,0,'Commander Gor\'shak','Kargath Expeditionary Force',NULL,0,54,54,0,113,2,1,1.14286,1,1,92,122,0,224,3.5,2000,2000,1,576,2048,0,0,0,0,0,0,63,93,22,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9021,0,0,0,0,0,8708,0,0,0,'Kharan Mighthammer',NULL,NULL,1822,52,52,0,35,3,1,1.14286,1,1,87,117,0,214,3.5,2000,2000,1,320,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'npc_kharan_mighthammer',12340),(9022,0,0,0,0,0,8709,0,0,0,'Dughal Stormwing',NULL,NULL,0,52,52,0,534,0,1,1.14286,1,1,87,117,0,214,3.5,2000,2000,1,320,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9023,0,0,0,0,0,8707,0,0,0,'Marshal Windsor',NULL,NULL,0,52,52,0,534,2,1,0.85714,1,1,87,117,0,214,3.5,2000,2000,1,320,2048,0,0,0,0,0,0,61,90,21,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8,2,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(9024,0,0,0,0,0,8762,0,0,0,'Pyromancer Loregrain',NULL,NULL,0,52,52,0,54,2,1,1.14286,1,2,63,87,0,95,3.5,2000,2000,8,32832,2048,0,0,0,0,0,0,52,77,22,7,0,9024,9024,0,0,52,0,0,0,0,0,15616,15095,15041,0,0,0,0,0,0,659,865,'SmartAI',1,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9025,0,0,0,0,0,5781,0,0,0,'Lord Roccor',NULL,NULL,0,51,51,0,91,0,1.55556,1.14286,1,1,86,114,0,210,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,59,87,20,4,0,9025,0,0,510,510,510,510,510,510,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,2,1,0,11129,0,0,0,0,0,0,1,0,0,'',12340),(9026,0,0,0,0,0,1070,0,0,0,'Overmaster Pyron',NULL,NULL,0,51,51,0,91,0,1,1.14286,1,1,80,106,0,198,2.4,1600,2000,2,64,2048,0,0,0,0,0,0,55,81,19,4,0,9026,0,0,104,208,104,104,156,104,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,2,1,0,11129,0,0,0,0,0,0,1,0,0,'',12340),(9027,0,0,0,0,0,8760,0,0,0,'Gorosh the Dervish',NULL,NULL,0,52,52,0,14,0,1.76,1.14286,1,1,87,117,0,214,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,9027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,1013,'',1,3,1,6,2,1,0,0,0,0,0,0,0,0,1,0,0,'boss_gorosh_the_dervish',12340),(9028,0,0,0,0,0,7873,0,0,0,'Grizzle',NULL,NULL,0,52,52,0,14,0,0.666668,1.14286,1,1,87,117,0,214,7.5,2000,1310,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,9028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1066,1397,'',1,3,1,9,2,1,0,0,0,0,0,0,0,0,1,0,0,'boss_grizzle',12340),(9029,0,0,0,0,0,523,0,0,0,'Eviscerator',NULL,NULL,0,52,52,0,14,0,1,1.14286,1,1,82,109,0,202,7.5,1300,1301,2,0,2048,0,0,0,0,0,0,56,83,19,7,0,9029,0,9029,0,0,0,0,0,0,7121,14331,15245,0,0,0,0,0,0,0,854,1120,'',1,3,1,9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9030,0,0,0,0,0,11538,0,0,0,'Ok\'thor the Breaker',NULL,NULL,0,52,52,0,14,0,1.6,1.14286,1,1,82,109,0,202,7.5,2000,1301,2,0,2048,0,0,0,0,0,0,56,83,19,7,0,9030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,767,1007,'',1,3,1,8,8,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(9031,0,0,0,0,0,3004,0,0,0,'Anub\'shiah',NULL,NULL,0,52,52,0,14,0,1,1.14286,1,1,82,109,0,202,7.5,1800,1320,2,0,2048,0,0,0,0,0,0,56,83,19,6,0,9031,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'boss_anubshiah',12340),(9032,0,0,0,0,0,8271,0,0,0,'Hedrum the Creeper',NULL,NULL,0,52,52,0,14,0,1,1.14286,1,1,87,117,0,214,7.5,1208,1329,1,0,2048,0,0,0,0,0,0,61,90,21,1,0,9032,0,100003,0,0,0,0,0,0,15475,15474,3609,0,0,0,0,0,0,0,0,0,'',1,3,1,8.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9033,0,0,0,0,0,8756,0,0,0,'General Angerforge',NULL,NULL,0,55,55,0,54,0,1,1.14286,1,1,94,125,0,228,3.5,1800,2000,1,64,2048,0,0,0,0,0,0,65,95,23,7,0,9033,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1029,1349,'',1,3,1,8,2,1,0,11464,11468,0,0,0,0,0,1,0,0,'boss_general_angerforge',12340),(9034,0,0,0,0,0,8690,0,0,0,'Hate\'rel',NULL,NULL,1941,55,55,0,35,1,1,1.14286,1,1,87,116,0,214,3.5,2000,2000,2,33088,2048,0,0,0,0,0,0,60,88,21,6,0,0,0,0,0,0,0,0,0,0,15232,14033,15580,12040,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4.5,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(9035,0,0,0,0,0,8686,0,0,0,'Anger\'rel',NULL,NULL,1943,55,55,0,35,1,1,1.14286,1,1,94,125,0,228,3.5,2000,2000,1,33088,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4.5,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(9036,0,0,0,0,0,8692,0,0,0,'Vile\'rel',NULL,NULL,1944,56,56,0,35,1,1,1.14286,1,1,89,118,0,220,3.5,2000,2000,2,33088,2048,0,0,0,0,0,0,61,90,21,6,0,0,0,15416,0,0,0,0,0,0,15586,15587,11974,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4.5,6,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(9037,0,0,0,0,0,8689,0,0,0,'Gloom\'rel',NULL,NULL,1945,56,56,0,35,1,1,1.14286,1,1,96,127,0,234,3.5,2800,2000,1,33088,2048,0,0,0,0,0,0,67,97,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4.5,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'boss_gloomrel',12340),(9038,0,0,0,0,0,8691,0,0,0,'Seeth\'rel',NULL,NULL,1946,56,56,0,35,1,1,1.14286,1,1,89,118,0,220,3.5,2000,2000,2,33088,2048,0,0,0,0,0,0,61,90,21,6,0,0,0,0,0,0,0,0,0,0,12544,8364,12675,15044,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4.5,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(9039,0,0,0,0,0,8687,0,0,0,'Doom\'rel',NULL,NULL,1947,56,56,0,35,1,1,1.14286,1,1,89,118,0,220,3.5,2000,2000,2,33088,2048,0,0,0,0,0,0,61,90,21,6,0,0,0,0,0,0,0,0,0,0,15245,12742,12493,0,0,0,0,0,0,0,646,849,'',1,3,1,6,8,1,0,0,0,0,0,0,0,0,1,8388624,0,'boss_doomrel',12340),(9040,0,0,0,0,0,8688,0,0,0,'Dope\'rel',NULL,NULL,1948,56,56,0,35,1,1,1.14286,1,1,96,127,0,234,3.5,2000,2000,1,33088,2048,0,0,0,0,0,0,67,97,23,6,0,0,0,0,0,0,0,0,0,0,15581,12540,15583,15087,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4.5,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(9041,0,0,0,0,0,9089,0,0,0,'Warder Stilgiss',NULL,NULL,0,54,54,0,54,0,1,1.14286,1,2,86,114,0,210,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,59,86,20,7,0,9041,9041,0,0,0,0,0,0,0,12674,12675,12556,15044,0,0,0,0,0,0,694,912,'SmartAI',1,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9042,0,0,0,0,0,9019,0,0,0,'Verek',NULL,NULL,0,53,53,0,54,0,1,1.14286,1,2,89,119,0,218,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,62,91,22,3,0,9042,0,9042,0,0,0,0,0,0,15042,3391,8599,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9043,0,0,0,0,0,8899,9599,9855,9856,'Scarshield Grunt','Scarshield Legion',NULL,0,53,54,0,40,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,0,9043,9043,0,0,0,0,0,0,0,11976,14895,0,0,0,0,0,0,0,0,410,540,'SmartAI',1,3,1,1.3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(9044,0,0,0,0,0,8901,9606,9861,9862,'Scarshield Sentry','Scarshield Legion',NULL,0,53,54,0,40,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,0,9044,9044,0,0,0,0,0,0,0,6660,14897,14443,0,0,0,0,0,0,0,414,546,'',1,3,1,1.3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(9045,0,0,0,0,0,8898,9596,9853,9854,'Scarshield Acolyte','Scarshield Legion',NULL,0,54,55,0,40,0,1,1.14286,1,1,87,116,0,214,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,60,88,21,7,0,9045,9045,0,0,0,0,0,0,0,8362,14032,12039,0,0,0,0,0,0,0,369,487,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(9046,0,0,0,0,0,8900,0,0,0,'Scarshield Quartermaster','Scarshield Legion',NULL,0,55,55,0,40,0,1,1.14286,1,4,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,9046,9046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,641,842,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9047,0,0,0,0,0,8354,0,0,0,'Jenal','Ditch Digger',NULL,1662,5,5,0,80,3,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,4096,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9056,0,0,0,0,0,8704,0,0,0,'Fineous Darkvire','Chief Architect',NULL,0,53,53,0,54,0,1,1.14286,1,1,84,111,0,206,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,57,84,20,7,0,9056,9056,0,0,0,0,0,0,0,13953,8258,15493,11978,0,0,0,0,0,0,1279,1675,'SmartAI',1,3,1,7,5,1,0,10999,11468,0,0,0,0,0,1,0,0,'',12340),(9076,0,0,0,0,0,8355,0,0,0,'Ghede',NULL,NULL,1681,25,25,0,104,3,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4096,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9077,0,0,0,0,0,8331,0,0,0,'Warlord Goretooth','Kargath Expeditionary Force',NULL,0,60,60,0,83,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9078,0,0,0,0,0,8330,0,0,0,'Shadowmage Vivian Lagrave','Kargath Expeditionary Force',NULL,0,58,58,0,83,2,1,1.14286,1,0,93,123,0,228,1,2000,2000,2,37376,2048,0,0,0,0,0,0,64,94,23,7,0,0,0,0,0,0,0,0,0,0,10149,10179,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9079,0,0,0,0,0,8332,0,0,0,'Hierophant Theodora Mulvadania','Kargath Expeditionary Force',NULL,0,58,58,0,118,2,1,1.14286,1,0,93,123,0,228,1,2000,2000,2,37376,2048,0,0,0,0,0,0,64,94,23,7,0,0,0,0,0,0,0,0,0,0,24976,0,9835,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9080,0,0,0,0,0,8333,0,0,0,'Lexlort','Kargath Expeditionary Force',NULL,30200,58,58,0,125,3,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,4608,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9081,0,0,0,0,0,8334,0,0,0,'Galamav the Marksman','Kargath Expeditionary Force',NULL,0,58,58,0,125,2,1,1.14286,1,0,93,123,0,228,1,2000,2000,2,4608,2048,0,0,0,0,0,0,64,94,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9082,0,0,0,0,0,8335,0,0,0,'Thal\'trak Proudtusk','Kargath Expeditionary Force',NULL,0,55,55,0,29,2,1.32,1.14286,1,0,94,125,0,228,1,2000,2000,1,4608,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,49,1,0,2,'',12340),(9083,0,0,0,0,0,8349,0,0,0,'Razal\'blade','Kargath Expeditionary Force',NULL,0,52,52,0,83,0,1.32,0.471429,1,0,87,117,0,214,1,2000,2000,1,4608,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,77,1,0,2,'',12340),(9084,0,0,0,0,0,8350,0,0,0,'Thunderheart','Kargath Expeditionary Force',NULL,0,52,52,0,83,2,1.32,0.471429,1,0,82,109,0,202,1,2000,2000,2,4608,2048,0,0,0,0,0,0,56,83,19,7,0,0,0,0,0,0,0,0,0,0,12867,21949,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,77,1,0,2,'',12340),(9085,0,0,0,0,0,8351,0,0,0,'Initiate Amakkar','Kargath Expeditionary Force',NULL,0,52,52,0,83,0,1.32,0.471429,1,0,82,109,0,202,1,2000,2000,2,4608,2048,0,0,0,0,0,0,56,83,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,77,1,0,2,'',12340),(9086,0,0,0,0,0,8352,0,0,0,'Grunt Gargal','Kargath Expeditionary Force',NULL,0,52,52,0,83,0,1.32,0.471429,1,0,87,117,0,214,1,2000,2000,1,4608,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,77,1,0,2,'',12340),(9087,0,0,0,0,0,8356,0,0,0,'Bashana Runetotem',NULL,NULL,1701,35,35,0,104,131,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,4096,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9095,0,0,0,0,0,3167,0,0,0,'Northshire Guard Justin',NULL,NULL,0,63,63,0,12,2,2.3,1.14286,1,3,181,253,0,268,35,1260,1386,1,0,2048,0,0,0,0,0,0,147,219,32,7,4194306,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,953,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',1),(9096,0,0,0,0,0,2554,0,0,0,'Rage Talon Dragonspawn',NULL,NULL,0,58,59,0,40,0,0.888888,1.42857,1,1,102,135,0,248,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,70,103,25,2,8,9096,0,9096,0,150,0,0,0,0,12021,15580,15572,3391,0,0,0,0,0,0,691,907,'SmartAI',1,3,1,5,1,1,0,16786,0,0,0,0,0,144,1,0,0,'',12340),(9097,0,0,0,0,0,9629,9630,9857,9858,'Scarshield Legionnaire','Scarshield Legion',NULL,0,54,55,0,40,0,1,1.14286,1,1,94,125,0,228,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,65,95,23,7,0,9097,9097,0,0,0,0,0,0,0,11972,15496,0,0,0,0,0,0,0,0,425,559,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(9098,0,0,0,0,0,9618,9620,9863,9864,'Scarshield Spellbinder','Scarshield Legion',NULL,0,54,55,0,40,0,1,1.14286,1,1,87,116,0,214,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,60,88,21,7,0,9098,9098,0,0,0,0,0,0,0,15122,15123,15785,13748,0,0,0,0,0,0,361,476,'SmartAI',1,3,1,3,2,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(9099,0,0,0,0,0,8353,0,0,0,'Sraaz','Pie Vendor',NULL,1721,30,30,0,875,641,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9116,0,0,0,0,0,9136,0,0,0,'Eridan Bluewind','Emerald Circle',NULL,3142,57,57,0,35,3,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9117,0,0,0,0,0,8478,0,0,0,'J.D. Collie',NULL,NULL,2184,60,60,0,35,3,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9118,0,0,0,0,0,8413,0,0,0,'Larion',NULL,NULL,5630,51,51,0,106,3,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4096,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9119,0,0,0,0,0,8430,0,0,0,'Muigin',NULL,NULL,0,51,51,0,210,2,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4096,2048,0,0,0,0,0,0,59,87,20,7,0,9119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9136,0,0,0,0,0,8429,0,0,0,'Sha\'ni Proudtusk',NULL,NULL,0,56,56,0,876,2,1.24,1.14286,1,0,96,127,0,234,1,1450,1595,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,9136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9156,0,0,0,0,0,8329,0,0,0,'Ambassador Flamelash',NULL,NULL,0,55,55,0,54,0,1,1.14286,1,1,94,125,0,228,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,65,95,23,7,0,9156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1284,1682,'',1,3,1,10,2,1,0,11129,0,0,0,0,0,0,1,0,0,'boss_ambassador_flamelash',12340),(9157,0,0,0,0,0,8391,0,0,0,'Bloodpetal Pest',NULL,NULL,0,40,40,0,84,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9158,0,0,0,0,0,8469,0,0,0,'Warhorse',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(9162,0,0,0,0,0,8510,0,0,0,'Young Diemetradon',NULL,NULL,0,49,50,0,14,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,1,0,9162,0,9162,0,0,0,0,0,0,3604,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,11114,11830,46367,0,0,0,0,1,0,0,'',12340),(9163,0,0,0,0,0,8511,0,0,0,'Diemetradon',NULL,NULL,0,51,52,0,14,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,1,0,9163,0,9163,0,0,0,0,0,0,13692,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11114,11830,46367,0,0,0,0,1,0,0,'',12340),(9164,0,0,0,0,0,8512,0,0,0,'Elder Diemetradon',NULL,NULL,0,54,55,0,14,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,1,0,9164,0,9164,0,0,0,0,0,0,12555,3417,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11114,11830,46367,0,0,0,0,1,0,0,'',12340),(9165,0,0,0,0,0,8410,0,0,0,'Fledgling Pterrordax',NULL,NULL,0,48,50,0,14,0,1.4,1.42857,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,1,0,9165,0,9165,0,0,0,0,0,0,5708,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.25,1,1,0,11831,46367,0,0,0,0,149,1,0,0,'',12340),(9166,0,0,0,0,0,8411,0,0,0,'Pterrordax',NULL,NULL,0,50,52,0,14,0,1.4,1.42857,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,1,0,9166,0,9166,0,0,0,0,0,0,6605,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,11831,46367,0,0,0,0,149,1,0,0,'',12340),(9167,0,0,0,0,0,8412,0,0,0,'Frenzied Pterrordax',NULL,NULL,0,52,54,0,14,0,1.4,1.42857,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,1,0,9167,0,9167,0,0,0,0,0,0,7399,3417,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11831,46367,0,0,0,0,149,1,0,0,'',12340),(9176,0,0,0,0,0,11553,0,0,0,'Gor\'tesh',NULL,NULL,0,54,54,0,40,0,1.6,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,9176,9176,0,0,0,0,0,0,0,15652,0,0,0,0,0,0,0,0,0,113,153,'SmartAI',0,3,1,1.3,1,1,0,11080,0,0,0,0,0,51,1,0,0,'',12340),(9177,0,0,0,0,0,8872,0,0,0,'Oralius',NULL,NULL,12662,55,55,0,55,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9178,0,0,0,0,0,4607,0,0,0,'Burning Spirit',NULL,NULL,0,30,30,0,7,0,1,0.85714,1,0,42,56,0,102,1,2000,1892,1,0,2048,0,0,0,0,0,0,29,42,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(9179,0,0,0,0,0,13050,0,0,0,'Jazzrik','Blacksmithing Supplies',NULL,0,38,38,0,120,4226,1.05,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9196,0,0,0,0,0,11565,0,0,0,'Highlord Omokk',NULL,NULL,0,57,57,0,40,0,1.6,1.14286,1,1,98,130,0,238,3.5,3200,2000,1,64,2048,0,0,0,0,0,0,68,99,24,7,0,9196,9196,0,0,0,0,0,0,0,10101,8269,0,0,0,0,0,0,0,0,1117,1464,'',1,3,1,8,1,1,0,21982,0,0,0,0,0,51,1,0,0,'boss_highlord_omokk',12340),(9197,0,0,0,0,0,11543,0,0,0,'Spirestone Battle Mage',NULL,NULL,0,57,58,0,40,0,1.6,1.14286,1,1,93,123,0,228,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,64,94,23,7,0,9197,9197,0,0,0,0,0,0,0,16170,15305,0,0,0,0,0,0,0,0,561,738,'SmartAI',1,3,1,5,5,1,0,21982,0,0,0,0,0,51,1,0,0,'',12340),(9198,0,0,0,0,0,11579,0,0,0,'Spirestone Mystic',NULL,NULL,0,55,56,0,40,0,1.6,1.14286,1,1,89,118,0,220,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,61,90,21,7,0,9198,9198,9198,0,0,0,0,0,0,15981,15982,15659,22945,0,0,0,0,0,0,558,734,'SmartAI',0,3,1,5,5,1,0,21982,0,0,0,0,0,51,1,0,0,'',12340),(9199,0,0,0,0,0,11577,0,0,0,'Spirestone Enforcer',NULL,NULL,0,54,55,0,40,0,1.6,1.14286,1,1,94,125,0,228,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,65,95,23,7,0,9199,9199,0,0,0,0,0,0,0,14516,0,0,0,0,0,0,0,0,0,641,842,'SmartAI',1,3,1,5,1,1,0,21982,0,0,0,0,0,51,1,0,0,'',12340),(9200,0,0,0,0,0,11581,0,0,0,'Spirestone Reaver',NULL,NULL,0,55,56,0,40,0,1.6,1.14286,1,1,96,127,0,234,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,67,97,23,7,0,9200,9200,0,0,0,0,0,0,0,11876,15284,0,0,0,0,0,0,0,0,643,845,'SmartAI',1,3,1,5,1,1,0,21982,0,0,0,0,0,51,1,0,0,'',12340),(9201,0,0,0,0,0,11562,0,0,0,'Spirestone Ogre Magus',NULL,NULL,0,54,55,0,40,0,1.6,1.14286,1,1,87,116,0,214,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,60,88,21,7,0,9201,9201,0,0,0,0,0,0,0,6742,13747,15979,0,0,0,0,0,0,0,518,681,'SmartAI',1,3,1,5,5,1,0,21982,0,0,0,0,0,51,1,0,0,'',12340),(9216,0,0,0,0,0,11582,0,0,0,'Spirestone Warlord',NULL,NULL,0,57,58,0,40,0,1.6,1.14286,1,1,100,132,0,242,3.5,1500,2000,1,64,2048,0,0,0,0,0,0,69,101,25,7,0,9216,9216,0,0,0,0,0,0,0,16171,8269,0,0,0,0,0,0,0,0,689,905,'SmartAI',1,3,1,5,1,1,0,21982,0,0,0,0,0,51,1,0,0,'',12340),(9217,0,0,0,0,0,11578,0,0,0,'Spirestone Lord Magus',NULL,NULL,0,58,58,0,40,0,1.6,1.14286,1,2,93,123,0,228,3.5,1175,1292,2,64,2048,0,0,0,0,0,0,64,94,23,7,0,9217,0,0,0,0,0,0,0,0,16170,13323,8365,15230,0,0,0,0,0,0,1037,1360,'SmartAI',0,3,1,6,6,1,0,21982,0,0,0,0,0,51,1,0,0,'',12340),(9218,0,0,0,0,0,11576,0,0,0,'Spirestone Battle Lord',NULL,NULL,0,58,58,0,40,0,1.76,1.14286,1,2,100,132,0,242,3.5,1175,1292,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,9218,9218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1229,1609,'',1,3,1,6,1,1,0,21982,0,0,0,0,0,51,1,0,0,'',12340),(9219,0,0,0,0,0,11574,0,0,0,'Spirestone Butcher',NULL,NULL,0,57,57,0,40,0,1.6,1.14286,1,2,98,130,0,238,3.5,1175,1292,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,9219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1226,1606,'',1,3,1,6,1,1,0,21982,0,0,0,0,0,51,1,0,0,'',12340),(9236,0,0,0,0,0,9732,0,0,0,'Shadow Hunter Vosh\'gajin',NULL,NULL,0,58,58,0,40,0,1,1.14286,1,1,93,123,0,228,3.5,800,1080,2,64,2048,0,0,0,0,0,0,64,94,23,7,0,9236,9236,0,0,0,0,0,0,0,16097,16098,0,0,0,0,0,0,0,0,988,1295,'',1,3,1,9,1,1,0,13352,0,0,0,0,0,0,1,0,0,'boss_shadow_hunter_voshgajin',12340),(9237,0,0,0,0,0,28281,0,0,0,'War Master Voone',NULL,NULL,0,58,58,0,40,0,1,1.14286,1,1,100,132,0,242,3.5,2000,1200,1,32832,2048,0,0,0,0,0,0,69,101,25,7,0,9237,9237,0,0,0,0,0,0,0,3391,16075,15284,15618,0,0,0,0,0,0,1330,1741,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_warmaster_voone',12340),(9238,0,0,0,0,0,8449,0,0,0,'Quentin',NULL,NULL,0,40,40,0,80,2,1,1.14286,1,0,52,69,0,128,1,2000,2000,2,4096,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,12867,33333,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9239,0,0,0,0,0,28271,28272,9711,9712,'Smolderthorn Mystic',NULL,NULL,0,55,56,0,40,0,1,1.14286,1,1,89,118,0,220,3.5,2000,1301,2,32832,2048,0,0,0,0,0,0,61,90,21,7,0,9239,9239,0,0,0,0,0,0,0,15799,16006,0,0,0,0,0,0,0,0,375,495,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9240,0,0,0,0,0,28277,28278,9730,9731,'Smolderthorn Shadow Priest',NULL,NULL,0,55,56,0,40,0,1,1.14286,1,1,89,118,0,220,3.5,2000,1301,2,32832,2048,0,0,0,0,0,0,61,90,21,7,0,9240,9240,0,0,0,0,0,0,0,15800,11641,15090,0,0,0,0,0,0,0,371,489,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9241,0,0,0,0,0,28269,28270,9684,9685,'Smolderthorn Headhunter',NULL,NULL,0,56,57,0,40,0,1,1.14286,1,1,98,130,0,238,3.5,1175,1292,1,32832,2048,0,0,0,0,0,0,68,99,24,7,0,9241,9241,0,0,0,0,0,0,0,15795,16001,6016,0,0,0,0,0,0,0,458,603,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9256,0,0,0,0,0,304,0,0,0,'Farm Chicken',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(9257,0,0,0,0,0,9609,9610,9865,9866,'Scarshield Warlock','Scarshield Legion',NULL,0,54,55,0,40,0,1,1.14286,1,1,87,116,0,214,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,60,88,21,7,0,9257,9257,0,0,0,0,0,0,0,0,12471,0,0,0,0,0,0,0,0,369,487,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(9258,0,0,0,0,0,9637,9638,9859,9860,'Scarshield Raider','Scarshield Legion',NULL,0,55,56,0,40,0,1,1.14286,1,1,96,127,0,234,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,67,97,23,7,0,9258,9258,0,0,0,0,0,0,0,14030,12057,0,0,0,0,0,0,0,0,439,578,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(9259,0,0,0,0,0,9664,9665,9871,9872,'Firebrand Grunt','Firebrand Legion',NULL,0,56,57,0,40,0,1,1.14286,1,1,98,130,0,238,3.5,2700,1292,1,32832,2048,0,0,0,0,0,0,68,99,24,7,0,9259,9259,0,0,0,0,0,0,0,15128,13737,8269,0,0,0,0,0,0,0,449,592,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(9260,0,0,0,0,0,9660,9661,9884,9885,'Firebrand Legionnaire','Firebrand Legion',NULL,0,57,58,0,40,0,1,1.14286,1,1,100,132,0,242,3.5,1166,1283,1,32832,2048,0,0,0,0,0,0,69,101,25,7,0,9260,9260,0,0,0,0,0,0,0,3248,11972,15128,0,0,0,0,0,0,0,464,610,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(9261,0,0,0,0,0,9644,9645,9867,9868,'Firebrand Darkweaver','Firebrand Legion',NULL,0,56,57,0,40,0,1,1.14286,1,1,91,121,0,224,3.5,2000,1292,2,32832,2048,0,0,0,0,0,0,62,92,22,7,0,9261,9261,0,0,0,0,0,0,0,15128,14887,16071,12471,0,0,0,0,0,0,390,514,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(9262,0,0,0,0,0,9648,9649,9877,9878,'Firebrand Invoker','Firebrand Legion',NULL,0,56,57,0,40,0,1,1.14286,1,1,91,121,0,224,3.5,2000,1292,2,32832,2048,0,0,0,0,0,0,62,92,22,7,0,9262,9262,0,0,0,0,0,0,0,15128,12468,12470,15242,0,0,0,0,0,0,385,508,'SmartAI',1,3,1,3,1.5,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(9263,0,0,0,0,0,9652,9653,9869,9870,'Firebrand Dreadweaver','Firebrand Legion',NULL,0,57,58,0,40,0,1,1.14286,1,1,93,123,0,228,3.5,1166,1283,2,32832,2048,0,0,0,0,0,0,64,94,23,7,0,9263,9263,0,0,0,0,0,0,0,16071,15728,15729,15128,0,0,0,0,0,0,400,527,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(9264,0,0,0,0,0,9656,9657,9888,9889,'Firebrand Pyromancer','Firebrand Legion',NULL,0,57,57,0,40,0,1,1.14286,1,1,91,121,0,224,3.5,1158,1274,2,32832,2048,0,0,0,0,0,0,62,92,22,7,0,9264,9264,0,0,0,0,0,0,0,15128,15096,0,0,0,0,0,0,0,0,396,522,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(9265,0,0,0,0,0,28275,28276,9726,9727,'Smolderthorn Shadow Hunter',NULL,NULL,0,56,57,0,40,0,1,1.14286,1,1,91,121,0,224,3.5,1400,1292,2,32832,2048,0,0,0,0,0,0,62,92,22,7,0,9265,9265,0,0,0,0,0,0,0,15582,12540,15610,0,0,0,0,0,0,0,385,508,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9266,0,0,0,0,0,28279,28280,9721,9722,'Smolderthorn Witch Doctor',NULL,NULL,0,56,57,0,40,0,1,1.14286,1,1,91,121,0,224,3.5,1175,1292,2,32832,2048,0,0,0,0,0,0,62,92,22,7,0,9266,9266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,503,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9267,0,0,0,0,0,28267,28268,9676,9677,'Smolderthorn Axe Thrower',NULL,NULL,0,55,56,0,40,0,1,1.14286,1,1,96,127,0,234,3.5,2000,1292,1,32832,2048,0,0,0,0,0,0,67,97,23,7,0,9267,9267,0,0,0,0,0,0,0,16000,3391,11428,0,0,0,0,0,0,0,443,584,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9268,0,0,0,0,0,7803,0,0,0,'Smolderthorn Berserker',NULL,NULL,0,57,58,0,40,0,0.666668,1.14286,1,1,100,132,0,242,3.5,2000,1292,1,32832,2048,0,0,0,0,0,0,69,101,25,7,0,9268,9268,0,0,0,0,0,0,0,17547,13446,8269,0,0,0,0,0,0,0,464,610,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9269,0,0,0,0,0,28273,28274,9717,9718,'Smolderthorn Seer',NULL,NULL,0,56,57,0,40,0,1,1.14286,1,1,91,121,0,224,3.5,2000,1292,2,32832,2048,0,0,0,0,0,0,62,92,22,7,0,9269,9269,0,0,0,0,0,0,0,15801,12492,15802,13585,0,0,0,0,0,0,385,508,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9270,0,0,0,0,0,8474,0,0,0,'Williden Marshal',NULL,NULL,2424,48,48,0,35,3,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9271,0,0,0,0,0,8476,0,0,0,'Hol\'anyee Marshal',NULL,NULL,2423,45,45,0,35,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9272,0,0,0,0,0,8477,0,0,0,'Spark Nilminer',NULL,NULL,2422,45,45,0,35,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9273,0,0,0,0,0,8479,0,0,0,'Petra Grossen',NULL,NULL,0,46,46,0,113,3,2.32,0.82857,1,0,77,102,0,188,1,2000,2000,1,32768,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,99,1,0,0,'',12340),(9274,0,0,0,0,0,9342,0,0,0,'Dadanga',NULL,NULL,0,45,45,0,113,2,2.32,0.82857,1,0,76,100,0,184,1,2000,2000,1,32768,2048,0,0,0,0,0,0,52,76,17,1,0,0,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,99,1,0,0,'',12340),(9296,0,0,0,0,0,8489,0,0,0,'Milly Osworth',NULL,NULL,0,2,2,0,12,2,1,1.14286,1,0,2,2,0,26,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9297,0,0,0,0,0,2157,0,0,0,'Enraged Wyvern',NULL,NULL,0,65,65,1,85,0,1,4.28571,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,1,0,0,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),(9298,0,0,0,0,0,8949,0,0,0,'Donova Snowden',NULL,NULL,3802,50,50,0,35,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9299,0,0,0,0,0,8717,0,0,0,'Gaeriyan',NULL,NULL,1914,60,60,0,35,32771,1.24,1.14286,1,0,104,138,0,252,1,1440,1584,1,768,2048,0,0,0,0,0,0,72,106,26,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9316,0,0,0,0,0,8630,0,0,0,'Wenikee Boltbucket',NULL,NULL,0,19,19,0,69,2,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,9316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9317,0,0,0,0,0,8631,0,0,0,'Rilli Greasygob',NULL,NULL,0,22,22,0,29,2,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9318,0,0,0,0,0,8509,0,0,0,'Incendosaur',NULL,NULL,0,47,49,0,14,0,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,1,0,9318,0,9318,0,125,0,0,0,0,9275,11985,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9319,0,0,0,0,0,9212,0,0,0,'Houndmaster Grebmar',NULL,NULL,0,52,52,0,54,0,1,1.14286,1,1,87,117,0,214,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,61,90,21,7,0,9319,0,0,0,0,0,0,0,0,21049,13730,15615,0,0,0,0,0,0,0,553,727,'',1,3,1,4.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9336,0,0,0,0,0,8569,0,0,0,'Boss Copperplug',NULL,NULL,0,19,19,0,16,0,0.97,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,9336,0,0,0,0,0,0,0,0,9143,6533,0,0,0,0,0,0,0,0,23,35,'SmartAI',0,1,1,1,1,1,0,5097,11147,0,0,0,0,0,1,0,0,'',12340),(9356,0,0,0,0,0,8633,0,0,0,'Innkeeper Shul\'kar','Innkeeper',NULL,1290,30,30,0,29,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,19276,970,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9376,0,0,0,0,0,1204,0,0,0,'Blazerunner',NULL,NULL,0,56,56,0,91,0,1,1.14286,1,1,96,127,0,234,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,67,97,23,4,0,9376,0,0,0,0,0,0,0,0,17277,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,11829,0,0,0,0,0,0,1,0,0,'',12340),(9377,0,0,0,0,0,8549,0,0,0,'Swirling Vortex',NULL,NULL,0,33,34,0,91,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,48,11,4,0,9377,0,0,34,34,34,34,68,34,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9396,0,0,0,0,0,1161,0,0,0,'Ground Pounder',NULL,NULL,0,41,43,0,91,0,1.55556,1.14286,1,0,67,88,0,162,1,2000,2000,1,0,2048,0,0,0,0,0,0,46,67,16,4,0,9396,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9397,0,0,0,0,0,8716,0,0,0,'Living Storm',NULL,NULL,0,47,49,0,14,0,1.05,1.14286,1,0,77,102,0,188,1,2000,2000,2,0,2048,0,0,0,0,0,0,52,77,17,4,0,9397,0,0,48,48,48,48,48,48,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9398,0,0,0,0,0,8706,0,0,0,'Twilight\'s Hammer Executioner',NULL,NULL,0,52,52,0,54,0,1.76,1.14286,1,1,87,117,0,214,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,9398,0,0,0,0,0,0,0,0,3631,13459,0,0,0,0,0,0,0,0,439,578,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9416,0,0,0,0,0,11420,0,0,0,'Scarshield Worg','Scarshield Legion',NULL,0,53,54,0,40,0,1,1.14286,1,0,92,122,0,224,3.5,1500,2000,1,0,2048,0,1,0,0,0,0,63,93,22,1,1,9416,0,9416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8297,0,0,0,'',1,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9436,0,0,0,0,0,8573,0,0,0,'Spawn of Bael\'Gar',NULL,NULL,0,52,52,0,54,0,1.19,1.14286,1,0,87,117,0,214,1,1520,1672,1,0,2048,0,0,0,0,0,0,61,90,21,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(9437,0,0,0,0,0,8591,0,0,0,'Dark Keeper Vorfalk',NULL,NULL,0,53,53,0,14,0,1.76,1.14286,1,1,84,111,0,206,7.5,1183,1301,2,0,2048,0,0,0,0,0,0,57,84,20,7,0,9437,0,0,0,0,0,0,0,0,9532,11824,0,0,0,0,0,0,0,0,363,478,'SmartAI',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),(9438,0,0,0,0,0,8592,0,0,0,'Dark Keeper Bethek',NULL,NULL,0,53,53,0,14,0,1.76,1.14286,1,1,84,111,0,206,7.5,1183,1301,2,0,2048,0,0,0,0,0,0,57,84,20,7,0,9438,0,0,0,0,0,0,0,0,15228,12738,0,0,0,0,0,0,0,0,363,478,'SmartAI',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),(9439,0,0,0,0,0,8593,0,0,0,'Dark Keeper Uggel',NULL,NULL,0,53,53,0,14,0,1.76,1.14286,1,1,84,111,0,206,7.5,1175,1292,2,0,2048,0,0,0,0,0,0,57,84,20,7,0,9439,0,0,0,0,0,0,0,0,9613,14868,0,0,0,0,0,0,0,0,367,484,'SmartAI',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),(9441,0,0,0,0,0,8594,0,0,0,'Dark Keeper Zimrel',NULL,NULL,0,53,53,0,14,0,1.76,1.14286,1,1,84,111,0,206,7.5,1183,1301,2,0,2048,0,0,0,0,0,0,57,84,20,7,0,9441,0,0,0,0,0,0,0,0,15238,11974,0,0,0,0,0,0,0,0,375,495,'SmartAI',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),(9442,0,0,0,0,0,8595,0,0,0,'Dark Keeper Ofgut',NULL,NULL,0,53,53,0,14,0,1.76,1.14286,1,1,84,111,0,206,7.5,1183,1301,2,0,2048,0,0,0,0,0,0,57,84,20,7,0,9442,0,0,0,0,0,0,0,0,13748,7121,0,0,0,0,0,0,0,0,358,473,'SmartAI',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),(9443,0,0,0,0,0,8596,0,0,0,'Dark Keeper Pelver',NULL,NULL,0,53,53,0,14,0,1.76,1.14286,1,1,84,111,0,206,7.5,1175,1292,2,0,2048,0,0,0,0,0,0,57,84,20,7,0,9443,9443,0,0,0,0,0,0,0,21369,15784,0,0,0,0,0,0,0,0,354,467,'SmartAI',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),(9445,0,0,0,0,0,8597,0,0,0,'Dark Guard',NULL,NULL,0,52,52,0,54,0,1.76,1.14286,1,1,87,117,0,214,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,9445,9445,0,0,0,0,0,0,0,15580,0,0,0,0,0,0,0,0,0,419,552,'SmartAI',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),(9447,0,0,0,0,0,10376,10378,10377,10380,'Scarlet Warder',NULL,NULL,0,53,54,0,67,0,1,1.14286,1,1,86,114,0,210,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,59,86,20,7,0,9447,9447,0,0,0,0,0,0,0,14518,15493,0,0,0,0,0,0,0,0,351,463,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9448,0,0,0,0,0,10395,10396,10397,0,'Scarlet Praetorian',NULL,NULL,0,56,57,0,67,0,1,1.14286,1,1,91,121,0,224,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,62,92,22,7,0,9448,9448,0,0,0,0,0,0,0,17149,17143,0,0,0,0,0,0,0,0,377,497,'SmartAI',1,3,1,3,1,1,0,22228,0,0,0,0,0,0,1,0,0,'',12340),(9449,0,0,0,0,0,10387,10389,10388,10390,'Scarlet Cleric',NULL,NULL,0,54,55,0,67,0,1,1.14286,1,1,87,116,0,214,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,60,88,21,7,0,9449,9449,0,0,0,0,0,0,0,15586,15587,0,0,0,0,0,0,0,0,357,471,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9450,0,0,0,0,0,10398,10399,10400,10401,'Scarlet Curate',NULL,NULL,0,55,56,0,67,0,1,1.14286,1,1,89,118,0,220,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,61,90,21,7,0,9450,9450,0,0,0,0,0,0,0,25054,25058,23859,0,0,0,0,0,0,0,367,484,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9451,0,0,0,0,0,10413,10415,10414,10416,'Scarlet Archmage',NULL,NULL,0,55,57,0,67,0,1.1,1.14286,1,1,69,96,0,106,2.4,2000,2000,8,32832,2048,0,0,0,0,0,0,58,85,24,7,0,9451,9451,0,0,0,0,0,0,0,15242,15244,15122,18100,0,0,0,0,0,0,346,456,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9452,0,0,0,0,0,10403,10405,10404,10406,'Scarlet Enchanter',NULL,NULL,0,53,55,0,67,0,1,1.14286,1,1,67,93,0,101,2.4,2000,2000,8,32832,2048,0,0,0,0,0,0,55,82,23,7,0,9452,9452,0,0,0,0,0,0,0,25055,20989,0,0,0,0,0,0,0,0,329,435,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9453,0,0,0,0,0,5564,0,0,0,'Aquementas',NULL,NULL,0,54,54,0,91,0,1.22,1.14286,1,0,92,122,0,224,1,1470,1617,1,0,2048,0,0,0,0,0,0,63,93,22,4,0,0,0,0,54,54,54,54,54,54,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_aquementas',12340),(9454,0,0,0,0,0,2880,0,0,0,'Xavathras',NULL,NULL,0,54,54,0,90,0,1.1,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,3,0,9454,9454,0,0,0,0,0,0,0,13443,8599,0,0,0,0,0,0,0,0,115,155,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9456,0,0,0,0,0,4874,0,0,0,'Warlord Krom\'zar',NULL,NULL,0,20,20,0,16,0,1.2,1.14286,1,1,29,39,0,70,7.5,1770,1947,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,9456,0,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,91,123,'SmartAI',1,3,1,3,1,1,0,11222,5030,0,0,0,0,0,1,0,0,'',12340),(9457,0,0,0,0,0,8649,9575,9576,9577,'Horde Defender',NULL,NULL,0,15,18,0,85,0,1.01,1.14286,1,0,26,35,0,64,1,1830,2013,1,0,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9458,0,0,0,0,0,9578,8653,9579,9580,'Horde Axe Thrower',NULL,NULL,0,15,18,0,877,0,1,1.14286,1,0,26,35,0,64,1,1850,2035,1,0,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9459,0,0,0,0,0,2552,0,0,0,'Cyrus Therepentous',NULL,NULL,40060,55,55,0,35,3,0.888888,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,832,2048,0,0,0,0,0,0,65,95,23,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9460,0,0,0,0,0,11375,11376,11377,0,'Gadgetzan Bruiser',NULL,NULL,7956,77,77,1,475,1,1,1.42857,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,0,9460,0,0,0,0,0,0,0,38661,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,32768,'',12340),(9461,0,0,0,0,0,6374,0,0,0,'Frenzied Black Drake','Cyrus\'s Minion',NULL,0,54,54,0,103,0,1.7,1.14286,1,0,92,122,0,224,1,1216,1338,1,0,2048,0,0,0,0,0,0,63,93,22,2,0,9461,0,9461,0,0,0,0,0,0,13459,8269,9573,9574,0,0,0,0,0,0,416,548,'SmartAI',0,5,1,1.2,1,1,0,18705,0,0,0,0,0,0,1,1104,0,'',12340),(9462,0,0,0,0,0,8589,0,0,0,'Chieftain Bloodmaw',NULL,NULL,0,56,56,0,82,0,0.666668,0.992063,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,9462,9462,0,0,0,0,0,0,0,13583,0,0,0,0,0,0,0,0,0,123,672,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9464,0,0,0,0,0,8589,0,0,0,'Overlord Ror',NULL,NULL,0,50,51,0,82,0,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,9464,9464,0,0,0,0,0,0,0,36629,34298,0,0,0,0,0,0,0,0,102,138,'',1,3,1,1.3,1,1,0,15879,0,0,0,0,0,0,1,0,0,'',12340),(9465,0,0,0,0,0,10738,0,0,0,'Golhine the Hooded','Druid Trainer',NULL,3925,60,60,0,80,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,11,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9467,0,0,0,0,0,10642,0,0,0,'Miblon Snarltooth',NULL,NULL,1844,50,50,0,35,1,1,1.19048,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9476,0,0,0,0,0,8655,0,0,0,'Watchman Doomgrip',NULL,NULL,0,54,54,0,54,0,1,1.14286,1,1,86,114,0,210,7.5,2000,1292,2,0,2048,0,0,0,0,0,0,59,86,20,7,0,9476,0,0,0,0,0,0,0,0,11971,15504,0,0,0,0,0,0,0,0,520,684,'SmartAI',1,3,1,5,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),(9477,0,0,0,0,0,4754,0,0,0,'Cloned Ooze',NULL,NULL,0,50,52,0,14,0,1.89,1.14286,1,0,87,117,0,214,1,1410,1551,1,0,2048,0,0,0,0,0,0,61,90,21,10,0,9477,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,105,143,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9496,0,0,0,0,0,10056,0,0,0,'Gorishi Egg',NULL,NULL,0,50,51,0,310,0,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9498,0,0,0,0,0,7572,0,0,0,'Gorishi Grub',NULL,NULL,0,48,48,0,310,0,1.1,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9499,0,0,0,0,0,8652,0,0,0,'Plugger Spazzring',NULL,NULL,0,55,55,0,674,130,1,1.14286,1,1,87,116,0,214,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,60,88,21,7,0,9499,9499,0,0,0,0,0,0,0,12739,12742,13787,13338,0,0,0,0,0,0,520,684,'SmartAI',1,3,1,5,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9500,0,0,0,0,0,2834,0,0,0,'Mistress Nagmara',NULL,NULL,2076,54,54,0,35,3,0.72,0.85714,1,1,92,122,0,224,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,63,93,22,3,0,0,0,0,0,0,0,0,0,0,15341,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,101,1,0,2,'',12340),(9501,0,0,0,0,0,8634,0,0,0,'Innkeeper Adegwa','Innkeeper',NULL,21215,30,30,0,29,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(9502,0,0,0,0,0,8177,0,0,0,'Phalanx',NULL,NULL,2283,55,55,0,35,1,1,1.14286,1,1,94,125,0,228,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,65,95,23,4,0,9502,0,0,0,0,0,0,0,0,14099,15588,15285,0,0,0,0,0,0,0,856,1122,'',1,3,1,7,2,1,0,0,0,0,0,0,0,0,1,0,0,'npc_phalanx',12340),(9503,0,0,0,0,0,8654,0,0,0,'Private Rocknot',NULL,NULL,12128,52,54,0,35,3,0.8,0.71429,1,0,92,122,0,224,3.5,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,90,1,0,0,'npc_rocknot',12340),(9516,0,0,0,0,0,8611,0,0,0,'Lord Banehollow',NULL,NULL,0,59,59,0,1434,2,1.1,1.14286,1,1,133,176,0,234,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,91,133,23,3,0,9516,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,399,526,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9517,0,0,0,0,0,10198,0,0,0,'Shadow Lord Fel\'dan',NULL,NULL,0,57,57,0,1434,0,1,1.14286,1,0,69,96,0,106,1,2000,2000,8,32768,2048,0,0,0,0,0,0,58,85,24,7,0,9517,9517,0,0,0,0,0,0,0,20825,16583,9081,0,0,0,0,0,0,0,101,136,'',0,3,1,1.35,1,1,0,13207,0,0,0,0,0,0,1,0,0,'',12340),(9518,0,0,0,0,0,10191,0,0,0,'Rakaiah',NULL,NULL,0,56,56,0,954,0,1,1.14286,1,0,89,118,0,220,1,2000,2000,2,32768,2048,0,0,0,0,0,0,61,90,21,3,0,9518,0,0,0,0,0,0,0,0,15968,17227,0,0,0,0,0,0,0,0,115,155,'',0,3,1,1.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9520,0,0,0,0,0,8697,0,0,0,'Grark Lorkrub',NULL,NULL,0,56,56,0,29,2,1,1.14286,1,1,96,127,0,234,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,67,97,23,7,4096,9520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,1346,'SmartAI',0,3,1,8,5,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9521,0,0,0,0,0,9074,0,0,0,'Enraged Felbat',NULL,NULL,0,65,65,1,71,2,1.72,1.14286,1,1,200,281,0,278,7.5,1216,1338,1,0,2048,0,24,0,0,0,0,166,246,35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8301,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,259,1,0,2,'',12340),(9522,0,0,0,0,0,8699,8700,8701,8702,'Blackrock Ambusher',NULL,NULL,0,54,55,0,40,0,1.75,1.14286,1,1,94,125,0,228,7.5,1191,1310,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,9522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,376,'',0,3,1,1.7,3,1,0,11467,0,0,0,0,0,0,1,0,0,'',12340),(9523,0,0,0,0,0,4871,0,0,0,'Kolkar Stormseer',NULL,NULL,0,15,16,0,130,0,1.02,1.14286,1,0,22,29,0,52,1,2000,2000,2,0,2048,0,0,0,0,0,0,15,22,2,7,0,9523,0,0,0,70,0,0,30,0,9532,6535,14292,0,0,0,0,0,0,0,17,27,'SmartAI',1,3,1,1,1,1,0,5030,0,0,0,0,0,0,1,0,0,'',12340),(9524,0,0,0,0,0,1349,0,0,0,'Kolkar Invader',NULL,NULL,0,16,17,0,655,0,0.666668,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,7,0,9524,0,0,0,70,0,0,30,0,6268,11976,14292,8014,0,0,0,0,0,0,19,29,'SmartAI',1,3,1,1,1,1,0,5030,0,0,0,0,0,0,1,0,0,'',12340),(9525,0,0,0,0,0,7115,7116,10152,10153,'Freewind Brave',NULL,NULL,0,45,45,0,105,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4096,2048,0,0,0,0,0,0,52,76,17,7,0,9525,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9526,0,0,0,0,0,1149,0,0,0,'Enraged Gryphon',NULL,NULL,0,65,65,1,11,0,1,4.28571,1,1,200,281,0,278,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,166,246,35,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),(9527,0,0,0,0,0,479,0,0,0,'Enraged Hippogryph',NULL,NULL,0,65,65,1,79,0,1.23,1.14286,1,0,200,281,0,278,1,1460,1606,1,0,2048,0,0,0,0,0,0,166,246,35,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,259,1,0,2,'',12340),(9528,0,0,0,0,0,8657,0,0,0,'Arathandris Silversky','Emerald Circle',NULL,2208,60,60,0,35,3,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npcs_riverbreeze_and_silversky',12340),(9529,0,0,0,0,0,8660,0,0,0,'Maybess Riverbreeze','Emerald Circle',NULL,21400,60,60,0,35,3,1.1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npcs_riverbreeze_and_silversky',12340),(9536,0,0,0,0,0,8656,0,0,0,'Maxwort Uberglint',NULL,NULL,0,42,42,0,120,2,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9537,0,0,0,0,0,8658,0,0,0,'Hurley Blackbreath',NULL,NULL,0,55,55,0,54,0,1,1.14286,1,1,94,125,0,228,7.5,2000,1301,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,9537,9537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,643,845,'SmartAI',1,3,1,5,2,1,0,11312,11468,0,0,0,0,0,1,0,0,'',12340),(9538,0,0,0,0,0,8664,0,0,0,'High Executioner Nuzrak','Kargath Expeditionary Force',NULL,0,60,60,0,29,0,1.26,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),(9539,0,0,0,0,0,8629,0,0,0,'Shadow of Lexlort','Kargath Expeditionary Force',NULL,0,58,58,0,83,0,1.25,1.14286,1,0,100,132,0,242,1,1430,1573,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9540,0,0,0,0,0,8659,0,0,0,'Enohar Thunderbrew',NULL,NULL,11618,50,50,0,55,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9541,0,0,0,0,0,8661,8662,8663,0,'Blackbreath Crony',NULL,NULL,0,53,53,0,54,0,1,1.14286,1,1,89,119,0,218,7.5,2000,1301,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,9541,9541,0,0,0,0,0,0,0,15583,15581,0,0,0,0,0,0,0,0,406,535,'SmartAI',1,3,1,3,2,1,0,11312,11468,0,0,0,0,0,1,0,0,'',12340),(9543,0,0,0,0,0,8667,0,0,0,'Ribbly Screwspigot',NULL,NULL,1970,53,53,0,735,1,1,1.14286,1,1,89,119,0,218,3.5,2000,2000,1,33344,2048,0,0,0,0,0,0,62,91,22,7,0,9543,0,0,0,0,0,0,0,0,12540,9080,0,0,0,0,0,0,0,0,406,535,'SmartAI',1,3,1,3,1,1,0,11313,0,0,0,0,0,0,1,0,0,'',12340),(9544,0,0,0,0,0,8665,0,0,0,'Yuka Screwspigot',NULL,NULL,5541,53,53,0,120,4227,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9545,0,0,0,0,0,8673,8674,8675,8676,'Grim Patron',NULL,NULL,1962,48,52,0,674,1,1.2,1.14286,1,0,87,117,0,214,3.5,2000,2000,1,32768,2048,0,0,0,0,0,0,61,90,21,7,0,9545,9545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,126,'SmartAI',1,3,1,1,1,1,0,11468,0,0,0,0,0,48,1,0,0,'',12340),(9546,0,0,0,0,0,9026,0,0,0,'Raschal the Courier',NULL,NULL,0,42,42,0,495,2,1.15,1.14286,1,0,62,83,0,152,1,1590,1749,1,768,2048,0,0,0,0,0,0,43,63,15,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,95,1,0,0,'',12340),(9547,0,0,0,0,0,8678,8679,8680,0,'Guzzling Patron',NULL,NULL,1963,48,52,0,674,1,1.2,1.14286,1,0,63,87,0,95,3.5,2000,2000,8,32768,2048,0,0,0,0,0,0,52,77,22,7,0,9547,9547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,107,'SmartAI',1,3,1,1,1,1,0,11468,0,0,0,0,0,48,1,0,0,'',12340),(9548,0,0,0,0,0,8666,0,0,0,'Cawind Trueaim','Gunsmith & Bowyer',NULL,0,52,52,0,104,4482,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,512,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9549,0,0,0,0,0,8668,0,0,0,'Borand','Bowyer',NULL,0,30,30,0,29,4482,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9550,0,0,0,0,0,8669,0,0,0,'Furmund',NULL,NULL,0,41,41,0,104,2,1.15,1.14286,1,0,59,78,0,142,1,2000,2000,1,4608,2048,0,0,0,0,0,0,41,60,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9551,0,0,0,0,0,8670,0,0,0,'Starn','Gunsmith & Bowyer',NULL,0,37,37,0,104,4482,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,4608,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9552,0,0,0,0,0,8671,0,0,0,'Zanara','Bowyer',NULL,0,43,43,0,29,4482,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,4608,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9553,0,0,0,0,0,8672,0,0,0,'Nadia Vernon','Bowyer',NULL,0,20,20,0,68,4482,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9554,0,0,0,0,0,8681,8682,8683,8684,'Hammered Patron',NULL,NULL,1966,48,52,0,674,1,1.2,1.14286,1,1,87,117,0,214,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,61,90,21,7,0,9554,9554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,389,513,'SmartAI',1,3,1,3,2,1,0,11468,0,0,0,0,0,48,1,0,0,'',12340),(9555,0,0,0,0,0,8677,0,0,0,'Mu\'uta','Bowyer',NULL,0,35,35,0,29,4482,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9556,0,0,0,0,0,7949,0,0,0,'Felhound Minion',NULL,NULL,0,54,55,0,90,0,0.91,1.14286,1,0,94,125,0,228,1,2000,2200,1,0,2048,0,0,0,0,0,0,65,95,23,3,0,0,0,0,0,75,75,75,75,0,2691,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9558,0,0,0,0,0,8846,0,0,0,'Grimble','Shipmaster',NULL,1967,45,45,0,69,1,1,1.14286,1,0,76,100,0,184,1,1000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9559,0,0,0,0,0,8847,0,0,0,'Grizzlowe','Shipmaster',NULL,1968,45,45,0,120,1,1,1.14286,1,0,76,100,0,184,1,1000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9560,0,0,0,0,0,8685,0,0,0,'Marshal Maxwell',NULL,NULL,0,55,55,0,12,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9561,0,0,0,0,0,8693,0,0,0,'Jalinda Sprig',NULL,NULL,0,57,57,0,64,2,1,1.14286,1,0,69,96,0,106,1,2000,2000,8,512,2048,0,0,0,0,0,0,58,85,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9562,0,0,0,0,0,8694,0,0,0,'Helendis Riverhorn',NULL,NULL,0,55,55,0,80,2,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,512,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9563,0,0,0,0,0,8696,0,0,0,'Ragged John',NULL,NULL,2061,57,57,0,35,3,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,512,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_ragged_john',12340),(9564,0,0,0,0,0,8848,0,0,0,'Frezza','Tirisfal Glades Zeppelin Master',NULL,1969,45,45,0,29,1,1,1.14286,1,0,76,100,0,184,1,1000,1716,1,4096,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9565,0,0,0,0,0,8695,0,0,0,'Mayara Brightwing',NULL,NULL,0,57,57,0,12,2,1,1.14286,1,0,69,96,0,106,1,2000,2000,8,512,2048,0,0,0,0,0,0,58,85,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9566,0,0,0,0,0,8849,0,0,0,'Zapetta','Durotar Zeppelin Master',NULL,1971,45,45,0,29,1,1,1.14286,1,0,76,100,0,184,1,1000,2000,1,4096,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9568,0,0,0,0,0,8711,0,0,0,'Overlord Wyrmthalak',NULL,NULL,0,60,60,0,40,0,0.888888,1.14286,1,1,104,138,0,252,3.5,800,900,1,64,2048,0,0,0,0,0,0,72,106,26,2,0,9568,0,9568,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1502,1966,'',1,3,1,11,1,1,0,16786,0,0,0,0,0,0,1,0,0,'boss_overlord_wyrmthalak',12340),(9580,0,0,0,0,0,8766,0,0,0,'Orgrimmar Talent Master','Talent Master',NULL,0,1,1,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9583,0,0,0,0,0,9633,9634,9881,9882,'Bloodaxe Veteran','Bloodaxe Legion',NULL,0,58,59,0,40,0,1,1.14286,1,1,102,135,0,248,3.5,1200,2000,1,32832,2048,0,0,0,0,0,0,70,103,25,7,0,9583,9583,0,0,0,0,0,0,0,15618,15615,0,0,0,0,0,0,0,0,474,624,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(9584,0,0,0,0,0,8809,0,0,0,'Jalane Ayrole','Master Shadoweave Tailor',NULL,4844,45,45,0,12,81,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,2,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9596,0,0,0,0,0,9668,0,0,0,'Bannok Grimaxe','Firebrand Legion Champion',NULL,0,59,59,0,40,0,1.79,1.14286,1,2,102,135,0,248,3.5,1150,1265,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,9596,9596,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,955,'',1,3,1,3,1,1,0,22138,0,0,0,0,0,144,1,0,0,'',12340),(9598,0,0,0,0,0,11362,0,0,0,'Arei',NULL,NULL,2063,56,56,0,124,2,1.23,1.14286,1,0,96,127,0,234,1,1460,1606,1,0,2048,0,0,0,0,0,0,67,97,23,4,4096,9598,0,0,112,112,112,112,112,112,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,111,1,0,0,'',12340),(9600,0,0,0,0,0,8816,8817,8818,8819,'Parrot',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(9601,0,0,0,0,0,8824,0,0,0,'Treant Spirit',NULL,NULL,0,52,53,0,534,0,1.25,1.14286,1,0,89,119,0,218,1,1420,1562,1,0,2048,0,0,0,0,0,0,62,91,22,4,0,9601,0,0,0,0,0,0,0,0,28125,0,0,0,0,0,0,0,0,0,113,153,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9602,0,0,0,0,0,11564,0,0,0,'Hahk\'Zor',NULL,NULL,0,54,54,0,45,0,1.76,1.14286,1,4,92,122,0,224,1,1183,1301,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,9602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,155,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(9604,0,0,0,0,0,11562,0,0,0,'Gorgon\'och',NULL,NULL,0,54,54,0,45,0,1.6,1.14286,1,4,86,114,0,210,1,2000,1320,2,0,2048,0,0,0,0,0,0,59,86,20,7,0,9604,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,139,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(9605,0,0,0,0,0,6049,0,0,0,'Blackrock Raider',NULL,NULL,0,59,59,0,40,0,1.25,1.14286,1,0,102,135,0,248,1,1420,1562,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,9605,0,0,0,0,0,0,0,0,6253,12555,28747,0,0,0,0,0,0,0,134,180,'SmartAI',0,3,1,1.35,1,1,0,11467,0,0,0,0,0,0,1,0,0,'',12340),(9616,0,0,0,0,0,8829,0,0,0,'Laris Geardawdle',NULL,NULL,2405,50,50,0,64,3,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,512,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9618,0,0,0,0,0,8831,0,0,0,'Karna Remtravel',NULL,NULL,2081,49,49,0,35,3,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,512,2048,0,0,0,0,0,0,57,84,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9619,0,0,0,0,0,8832,0,0,0,'Torwa Pathfinder',NULL,NULL,2188,51,51,0,35,3,1,1.14286,1,0,80,106,0,198,1,2000,2000,2,512,2048,0,0,0,0,0,0,55,81,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9620,0,0,0,0,0,8890,0,0,0,'Dreka\'Sur',NULL,NULL,0,50,50,0,1074,3,1.1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9621,0,0,0,0,0,9595,0,0,0,'Gargantuan Ooze',NULL,NULL,0,50,52,0,14,0,1.24,1.14286,1,0,87,117,0,214,1,1450,1595,1,0,2048,0,0,0,0,0,0,61,90,21,10,0,9621,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,101,137,'',1,3,1,1.3,1,1,0,12291,0,0,0,0,0,0,1,0,0,'',12340),(9622,0,0,0,0,0,8844,0,0,0,'U\'cha',NULL,NULL,0,55,55,0,72,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,9,0,0,0,0,65,95,23,1,1,9622,0,9622,0,0,0,0,0,0,8374,11428,0,0,0,0,0,0,9050,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,11476,0,0,0,0,0,0,1,0,0,'',12340),(9623,0,0,0,0,0,8841,0,0,0,'A-Me 01',NULL,NULL,0,48,48,0,35,2,2,1.14286,1,0,81,108,0,196,1,2000,2000,1,512,2048,0,0,0,0,0,0,56,82,19,9,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,53,1,16384,0,'npc_ame',12340),(9636,0,0,0,0,0,10692,0,0,0,'Kireena','Trade Goods',NULL,0,41,41,0,104,130,1.02,1.14286,1,0,59,78,0,142,1,2000,2000,1,4608,2048,0,0,0,0,0,0,41,60,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9637,0,0,0,0,0,4589,0,0,0,'Scorching Totem',NULL,NULL,0,65,65,0,58,0,0.01,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,11,0,0,0,0,0,0,0,0,0,0,15037,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9656,0,0,0,0,0,8909,0,0,0,'Pet Bombling',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,3204,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(9657,0,0,0,0,0,8910,0,0,0,'Lil\' Smoky',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(9660,0,0,0,0,0,8929,0,0,0,'Agnar Beastamer',NULL,NULL,0,47,47,0,694,2,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9662,0,0,0,0,0,6294,0,0,0,'Sprite Darter Hatchling',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(9676,0,0,0,0,0,9027,0,0,0,'Tink Sprocketwhistle','Engineering Supplies',NULL,2464,24,24,0,875,129,1,1.14286,1,0,34,46,0,84,1.7,2000,1947,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,9676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9677,0,0,0,0,0,11553,0,0,0,'Ograbisi',NULL,NULL,0,53,53,0,35,0,1.6,1.14286,1,1,89,119,0,218,3.5,2400,2000,1,64,2048,0,0,0,0,0,0,62,91,22,7,0,9677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,771,1011,'',1,3,1,6,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(9678,0,0,0,0,0,9051,0,0,0,'Shill Dinger',NULL,NULL,0,53,53,0,35,2,1,1.14286,1,1,84,111,0,206,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,57,84,20,7,0,9678,0,0,0,0,0,0,0,0,15472,11980,39674,22417,0,0,0,0,0,0,560,736,'',1,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9679,0,0,0,0,0,9054,0,0,0,'Tobias Seecher',NULL,NULL,0,52,52,0,35,0,1,1.14286,1,1,87,117,0,214,3.5,2000,2000,1,832,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9680,0,0,0,0,0,9053,0,0,0,'Crest Killer',NULL,NULL,0,52,52,0,35,0,1,1.14286,1,1,87,117,0,214,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,61,90,21,7,0,9680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,518,681,'',1,3,1,4,1,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),(9681,0,0,0,0,0,9049,0,0,0,'Jaz',NULL,NULL,0,52,52,0,35,0,1,1.14286,1,1,82,109,0,202,3.5,1600,2000,2,32832,2048,0,0,0,0,0,0,56,83,19,7,0,9681,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,574,'',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9682,0,0,0,0,0,9052,0,0,0,'Marshal Reginald Windsor',NULL,NULL,0,52,52,0,534,2,1.7,1.14286,1,1,87,117,0,214,7.5,1241,1365,1,0,2048,0,0,0,0,0,0,61,90,21,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8,2,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(9683,0,0,0,0,0,5242,0,0,0,'Lar\'korwi Mate',NULL,NULL,0,49,50,0,48,0,1.6,1.21429,1,0,85,112,0,206,1,1500,1672,1,0,2048,0,11,0,0,0,0,58,86,20,1,1,9683,0,9683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13221,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,11477,11509,0,0,0,0,131,1,0,0,'',12340),(9684,0,0,0,0,0,11318,0,0,0,'Lar\'korwi',NULL,NULL,0,56,56,0,48,0,1.6,1.21429,1,0,96,127,0,234,1,1500,1606,1,0,2048,0,11,0,0,0,0,67,97,23,1,1,9684,0,9684,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13186,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,11477,11510,0,0,0,0,131,1,0,0,'',12340),(9687,0,0,0,0,0,4590,0,0,0,'Windwall Totem',NULL,NULL,0,45,45,0,58,0,0.01,1.14286,1,0,70,93,0,172,1,1560,1716,2,0,2048,0,0,0,0,0,0,48,71,15,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9688,0,0,0,0,0,4590,0,0,0,'Windwall Totem II',NULL,NULL,0,45,45,0,58,0,0.01,1.14286,1,0,70,93,0,172,1,1560,1716,2,0,2048,0,0,0,0,0,0,48,71,15,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9689,0,0,0,0,0,4590,0,0,0,'Windwall Totem III',NULL,NULL,0,60,60,0,58,0,0.01,1.14286,1,0,146,192,0,238,1,1420,1562,2,0,2048,0,0,0,0,0,0,101,167,24,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9690,0,0,0,0,0,9371,0,0,0,'Ember Worg',NULL,NULL,0,51,52,0,38,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,1,0,0,0,0,61,90,21,1,1,9690,0,9690,0,0,0,0,0,0,7367,0,0,0,0,0,0,0,13044,0,0,0,'SmartAI',1,1,1,1.3,1,1,0,11467,0,0,0,0,0,0,1,0,0,'',12340),(9691,0,0,0,0,0,8970,0,0,0,'Venomtip Scorpid',NULL,NULL,0,52,53,0,413,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,20,0,0,0,0,62,91,22,1,1,9691,0,9691,0,0,0,0,0,0,744,0,0,0,0,0,0,0,8860,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9692,0,0,0,0,0,9602,9603,9875,9876,'Bloodaxe Raider','Bloodaxe Legion',NULL,0,57,58,0,40,0,1,1.14286,1,1,100,132,0,242,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,69,101,25,7,0,9692,9692,0,0,0,0,0,0,0,15284,15572,0,0,0,0,0,0,0,0,464,610,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(9693,0,0,0,0,0,9625,9626,9873,9874,'Bloodaxe Evoker','Bloodaxe Legion',NULL,0,58,59,0,40,0,1,1.14286,1,1,133,176,0,234,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,91,133,23,7,0,9693,9693,0,0,0,0,0,0,0,13748,15744,0,0,0,0,0,0,0,0,414,546,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(9694,0,0,0,0,0,11420,0,0,0,'Slavering Ember Worg',NULL,NULL,0,53,54,0,38,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,1,0,0,0,0,63,93,22,1,1,9694,0,9694,0,0,0,0,0,0,3604,0,0,0,0,0,0,0,13045,0,0,0,'SmartAI',1,1,1,1.3,1,1,0,11467,0,0,0,0,0,0,1,0,0,'',12340),(9695,0,0,0,0,0,10984,0,0,0,'Deathlash Scorpid',NULL,NULL,0,54,55,0,413,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,20,0,0,0,0,65,95,23,1,1,9695,0,9695,0,0,0,0,0,0,5416,0,0,0,0,0,0,0,5872,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9696,0,0,0,0,0,9562,741,0,0,'Bloodaxe Worg','Scarshield Legion',NULL,0,56,57,0,40,0,1,1.14286,1,0,98,130,0,238,3.5,1500,2000,1,0,2048,0,1,0,0,0,0,68,99,24,1,1,9696,0,9696,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7344,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9697,0,0,0,0,0,9370,0,0,0,'Giant Ember Worg',NULL,NULL,0,55,56,0,38,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,1,0,0,0,0,67,97,23,1,1,9697,0,9697,0,0,0,0,0,0,13443,0,0,0,0,0,0,0,13046,0,0,0,'SmartAI',1,1,1,1.35,1,1,0,11467,0,0,0,0,0,0,1,0,0,'',12340),(9698,0,0,0,0,0,10985,0,0,0,'Firetail Scorpid',NULL,NULL,0,56,57,0,413,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,20,0,0,0,0,68,99,24,1,1,9698,0,9698,0,0,0,0,0,0,5416,15661,0,0,0,0,0,0,8833,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9699,0,0,0,0,0,8971,0,0,0,'Fire Beetle',NULL,NULL,0,1,1,0,31,0,1,0.71429,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),(9700,0,0,0,0,0,5560,0,0,0,'Lava Crab',NULL,NULL,0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(9701,0,0,0,0,0,2864,0,0,0,'Spire Scorpid',NULL,NULL,0,58,58,0,413,0,1,1.14286,1,0,100,132,0,242,1,2000,1584,1,0,2048,0,0,0,0,0,0,69,101,25,1,0,9701,0,9701,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9706,0,0,0,0,0,11388,0,0,0,'Yorba Screwspigot',NULL,NULL,0,53,53,0,474,2,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9707,0,0,0,0,0,9510,0,0,0,'Scarshield Portal',NULL,NULL,0,54,55,0,14,0,0.91,1.14286,1,0,94,125,0,228,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,65,95,23,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9708,0,0,0,0,0,4449,0,0,0,'Burning Imp',NULL,NULL,0,54,55,0,40,0,1.21,1.14286,1,0,94,125,0,228,3.5,1490,1639,1,0,2048,0,0,0,0,0,0,65,95,23,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9716,0,0,0,0,0,9617,9619,9883,9886,'Bloodaxe Warmonger','Bloodaxe Legion',NULL,0,57,58,0,40,0,1,1.14286,1,1,100,132,0,242,3.5,1175,1292,1,32832,2048,0,0,0,0,0,0,69,101,25,7,0,9716,9716,0,0,0,0,0,0,0,8269,10966,0,0,0,0,0,0,0,0,468,616,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(9717,0,0,0,0,0,9613,9614,9879,9880,'Bloodaxe Summoner','Bloodaxe Legion',NULL,0,57,58,0,40,0,1,1.14286,1,1,93,123,0,228,3.5,1175,1292,2,32832,2048,0,0,0,0,0,0,64,94,23,7,0,9717,9717,0,0,0,0,0,0,0,15791,15532,15734,0,0,0,0,0,0,0,387,510,'SmartAI',0,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(9718,0,0,0,0,0,11809,0,0,0,'Ghok Bashguud','Bloodaxe Champion',NULL,0,59,59,0,40,0,1.77,1.14286,1,2,102,135,0,248,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,9718,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,734,963,'',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(9736,0,0,0,0,0,9738,0,0,0,'Quartermaster Zigris','Bloodaxe Legion',NULL,0,59,59,0,40,0,1,1.14286,1,1,102,135,0,248,3.5,1150,1265,1,64,2048,0,0,0,0,0,0,70,103,25,7,0,9736,0,0,0,0,0,0,0,0,15504,15609,16496,16497,0,0,0,0,0,0,1677,2195,'',1,3,1,8,1,1,0,22138,0,0,0,0,0,0,1,0,0,'quartermaster_zigris',12340),(9776,0,0,0,0,0,10815,0,0,0,'Flamekin Spitter',NULL,NULL,0,51,53,0,90,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,3,0,9776,0,0,0,0,0,0,0,0,16866,0,0,0,0,0,0,0,0,0,74,102,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9777,0,0,0,0,0,10816,0,0,0,'Flamekin Sprite',NULL,NULL,0,51,53,0,90,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,3,0,9777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,88,'SmartAI',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9778,0,0,0,0,0,10817,0,0,0,'Flamekin Torcher',NULL,NULL,0,54,56,0,90,0,1,1.14286,1,0,89,118,0,220,1,2000,2000,2,0,2048,0,0,0,0,0,0,61,90,21,3,0,9778,0,0,0,0,0,0,0,0,20808,0,0,0,0,0,0,0,0,0,71,97,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9779,0,0,0,0,0,10814,0,0,0,'Flamekin Rager',NULL,NULL,0,54,56,0,90,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,3,0,9779,0,0,0,0,0,0,0,0,41447,0,0,0,0,0,0,0,0,0,71,97,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9796,0,0,0,0,0,9151,0,0,0,'Galgar',NULL,NULL,0,8,8,0,29,2,1,1.14286,1,0,10,14,0,38,1,2000,2123,1,768,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9816,0,0,0,0,0,2172,0,0,0,'Pyroguard Emberseer',NULL,NULL,0,60,60,0,40,0,1,1.42857,1,1,104,138,0,252,3.5,2000,2000,1,33554752,2048,0,0,0,0,0,0,72,106,26,4,8,9816,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8,3,1,0,17322,21988,0,0,0,0,144,1,617299803,1,'boss_pyroguard_emberseer',12340),(9817,0,0,0,0,0,9670,9671,9672,9673,'Blackhand Dreadweaver','Blackhand Legion',NULL,0,59,60,0,40,0,1,1.14286,1,1,146,192,0,238,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,101,167,24,7,0,9817,9817,0,0,0,0,0,0,0,12739,7068,16247,0,0,0,0,0,0,0,416,548,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(9818,0,0,0,0,0,9849,9850,9851,9852,'Blackhand Summoner','Blackhand Legion',NULL,0,59,60,0,40,0,1,1.14286,1,1,146,192,0,238,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,101,167,24,7,0,9818,9818,0,0,0,0,0,0,0,12466,15532,0,0,0,0,0,0,0,0,412,543,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(9819,0,0,0,0,0,9686,9687,9896,9897,'Blackhand Veteran','Blackhand Legion',NULL,0,59,60,0,40,0,1,1.14286,1,1,104,138,0,252,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,9819,9818,0,0,0,0,0,0,0,11972,15749,14516,0,0,0,0,0,0,0,480,631,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(9836,0,0,0,0,0,21011,0,0,0,'Mathredis Firestar',NULL,NULL,0,60,60,0,35,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9856,0,0,0,0,0,9133,0,0,0,'Auctioneer Grimful',NULL,NULL,0,50,50,0,29,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9857,0,0,0,0,0,9132,0,0,0,'Auctioneer Grizzlin',NULL,NULL,0,50,50,0,855,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9858,0,0,0,0,0,10754,0,0,0,'Auctioneer Kresky',NULL,NULL,0,50,50,0,120,2097152,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9859,0,0,0,0,0,9131,0,0,0,'Auctioneer Lympkin',NULL,NULL,0,50,50,0,55,2097152,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9860,0,0,0,0,0,10927,0,0,0,'Salia',NULL,NULL,0,54,54,0,1434,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,3,0,9860,0,0,0,0,0,0,0,0,12888,0,0,0,0,0,0,0,0,0,115,155,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9861,0,0,0,0,0,10926,0,0,0,'Moora',NULL,NULL,0,52,52,0,1434,0,1,1.14286,1,0,82,109,0,202,1,2000,2000,2,32768,2048,0,0,0,0,0,0,56,83,19,3,0,9861,0,0,0,0,0,0,0,0,11639,0,0,0,0,0,0,0,0,0,92,125,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9862,0,0,0,0,0,9129,0,0,0,'Jaedenar Legionnaire',NULL,NULL,0,55,55,0,1434,0,1,1.42857,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,3,0,9862,9862,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,154,'',1,3,1,1.3,1,1,0,18622,0,0,0,0,0,144,1,0,0,'',12340),(9876,0,0,0,0,0,9130,0,0,0,'Locheed',NULL,NULL,0,48,48,0,35,0,1.19,1.14286,1,0,81,108,0,196,1,1530,1683,1,0,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(9877,0,0,0,0,0,11335,0,0,0,'Prince Xavalis',NULL,NULL,0,55,55,0,1434,0,1.1,1.14286,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,3,0,9877,9877,0,0,0,0,0,0,0,11962,13578,0,0,0,0,0,0,0,0,103,140,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9878,0,0,0,0,0,9449,0,0,0,'Entropic Beast',NULL,NULL,0,51,52,0,16,0,1,1.42857,1,0,87,117,2,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,4,0,9878,0,0,0,0,0,0,0,0,15661,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(9879,0,0,0,0,0,9449,0,0,0,'Entropic Horror',NULL,NULL,0,53,54,0,16,0,1,1.42857,1,0,92,122,2,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,4,0,9879,0,0,0,300,0,0,30,0,2602,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(9916,0,0,0,0,0,478,0,0,0,'Jarquia','',NULL,0,46,46,0,18,0,1.05,1.14286,1,0,77,102,0,188,1,2000,1661,1,32768,2048,0,0,0,0,0,0,53,78,17,7,0,9916,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,119,'',1,3,1,1.25,1,1,0,11723,0,0,0,0,0,0,1,0,0,'',12340),(9937,0,0,0,0,0,9990,0,0,0,'Common Kitten',NULL,NULL,55002,1,1,0,188,1,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(9938,0,0,0,0,0,12162,0,0,0,'Magmus',NULL,NULL,0,56,56,0,54,0,0.777776,1.14286,1,1,96,127,0,234,3.5,2400,2000,1,64,2048,0,0,0,0,0,0,67,97,23,5,0,9938,0,0,0,0,0,0,0,0,15593,15668,0,0,0,0,0,0,0,0,0,0,'',1,3,1,9,2,1,0,0,0,0,0,0,0,0,1,0,0,'boss_magmus',12340),(9956,0,0,0,0,0,9309,0,0,0,'Shadowforge Flame Keeper',NULL,NULL,0,54,55,0,14,3,1,1.14286,1,0,94,125,0,228,3.5,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,9956,9956,0,0,0,0,0,0,0,6660,11976,9080,9128,0,0,0,0,0,0,68,94,'',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9976,0,0,0,0,0,9250,0,0,0,'Tharlidun','Stable Master',NULL,9821,30,30,0,29,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(9977,0,0,0,0,0,9249,0,0,0,'Sylista','Stable Master',NULL,9821,30,30,0,12,4194305,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(9978,0,0,0,0,0,9252,0,0,0,'Wesley','Stable Master',NULL,9821,30,30,0,12,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(9979,0,0,0,0,0,9251,0,0,0,'Sarah Goode','Stable Master',NULL,9821,30,30,0,68,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,33280,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(9980,0,0,0,0,0,9253,0,0,0,'Shelby Stoneflint','Stable Master',NULL,9821,30,30,0,55,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(9981,0,0,0,0,0,9254,0,0,0,'Sikwa','Stable Master',NULL,9821,30,30,0,29,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(9982,0,0,0,0,0,9255,0,0,0,'Penny','Stable Master',NULL,9821,30,30,0,12,4194305,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(9983,0,0,0,0,0,9256,0,0,0,'Kelsuwa','Stable Master',NULL,9821,30,30,0,104,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(9984,0,0,0,0,0,9258,0,0,0,'Ulbrek Firehand','Stable Master',NULL,9821,30,30,0,55,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(9985,0,0,0,0,0,9259,0,0,0,'Laziphus','Stable Master',NULL,9821,30,30,0,474,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(9986,0,0,0,0,0,9260,0,0,0,'Shyrka Wolfrunner','Stable Master',NULL,9821,30,30,0,29,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(9987,0,0,0,0,0,9262,0,0,0,'Shoja\'my','Stable Master',NULL,9821,30,30,0,126,4194305,1,1.14286,1,0,42,56,0,102,1,2000,1881,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(9988,0,0,0,0,0,9261,0,0,0,'Xon\'cha','Stable Master',NULL,11971,30,30,0,29,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(9989,0,0,0,0,0,9263,0,0,0,'Lina Hearthstove','Stable Master',NULL,9821,30,30,0,55,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(9990,0,0,0,0,0,9574,0,0,0,'Lanti\'gah',NULL,NULL,2362,4,4,0,29,1,1,1.14286,1,0,4,5,0,30,1,2000,2000,1,512,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9996,0,0,0,0,0,9343,0,0,0,'Winna Hazzard',NULL,NULL,0,57,57,0,68,2,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,512,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9997,0,0,0,0,0,11389,0,0,0,'Spraggle Frock',NULL,NULL,2852,37,37,0,35,3,1,1.14286,1,0,36,51,0,54,1,2000,2000,8,0,2048,0,0,0,0,0,0,31,46,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9998,0,0,0,0,0,9341,0,0,0,'Shizzle',NULL,NULL,0,40,40,0,474,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9999,0,0,0,0,0,9340,0,0,0,'Ringo',NULL,NULL,0,54,54,0,35,2,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_ringo',12340),(10000,0,0,0,0,0,2353,0,0,0,'Arugal','',NULL,0,21,21,0,24,0,1,1.14286,1,1,28,38,0,68,7.5,2000,1604,2,768,2048,0,0,0,0,0,0,19,29,4,7,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,3,1,0,5442,0,0,0,0,0,0,1,0,0,'',12340),(10016,0,0,0,0,0,1141,0,0,0,'Tainted Rat',NULL,NULL,0,1,1,0,31,0,1,0.857143,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(10017,0,0,0,0,0,2177,0,0,0,'Tainted Cockroach',NULL,NULL,0,1,1,0,188,0,0.4,0.857143,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(10036,0,0,0,0,0,10704,0,0,0,'Brackenwall Enforcer','',NULL,0,65,65,1,29,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,10036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10037,0,0,0,0,0,3447,0,0,0,'Lakeshire Guard','',NULL,0,65,65,1,11,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,10037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10038,0,0,0,0,0,2381,0,0,0,'Night Watch Guard','The Night Watch',NULL,0,65,65,1,56,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,10038,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(10040,0,0,0,0,0,11085,0,0,0,'Gorishi Hive Guard',NULL,NULL,0,54,54,0,310,0,1.23,1.14286,1,0,92,122,0,224,1,1460,1606,1,0,2048,0,41,0,0,0,0,63,93,22,1,65537,10040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11837,22435,0,0,0,0,0,1,0,0,'',12340),(10041,0,0,0,0,0,11086,0,0,0,'Gorishi Hive Queen',NULL,NULL,0,56,56,0,310,0,1.24,1.14286,1,0,96,127,0,234,1,1450,1595,1,0,2048,0,0,0,0,0,0,67,97,23,10,0,10041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,11835,11837,22435,0,0,0,149,1,0,0,'',12340),(10042,0,0,0,0,0,9230,0,0,0,'Corrupted Saber',NULL,NULL,0,5,5,0,35,0,0.91,1.14286,1,0,5,7,0,32,1,2000,2200,1,0,2048,0,0,0,0,0,0,3,4,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(10043,0,0,0,0,0,9233,9234,9235,9236,'Ribbly\'s Crony',NULL,NULL,1966,48,52,0,735,1,1.2,1.14286,1,1,87,117,0,214,3.5,2000,2000,1,576,2048,0,0,0,0,0,0,61,90,21,7,0,10043,0,0,0,0,0,0,0,0,15581,15692,0,0,0,0,0,0,0,0,389,513,'SmartAI',1,3,1,3,2,1,0,11468,0,0,0,0,0,48,1,0,0,'',12340),(10045,0,0,0,0,0,9265,0,0,0,'Kirk Maxwell','Stable Master',NULL,9821,30,30,0,12,4194305,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(10046,0,0,0,0,0,9264,0,0,0,'Bethaine Flinthammer','Stable Master',NULL,9821,30,30,0,55,4194305,1,1.14286,1,0,42,56,0,102,1,1500,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(10047,0,0,0,0,0,9266,0,0,0,'Michael','Stable Master',NULL,9821,30,30,0,894,4194305,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(10048,0,0,0,0,0,9267,0,0,0,'Gereck','Stable Master',NULL,9821,30,30,0,29,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(10049,0,0,0,0,0,9268,0,0,0,'Hekkru','Stable Master',NULL,9821,30,30,0,29,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(10050,0,0,0,0,0,9269,0,0,0,'Seikwa','Stable Master',NULL,9821,30,30,0,29,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(10051,0,0,0,0,0,9270,0,0,0,'Seriadne','Stable Master',NULL,9821,30,30,0,80,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(10052,0,0,0,0,0,9271,0,0,0,'Maluressian','Stable Master',NULL,9821,30,30,0,80,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(10053,0,0,0,0,0,9273,0,0,0,'Anya Maulray','Stable Master',NULL,9821,30,30,0,68,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(10054,0,0,0,0,0,9272,0,0,0,'Bulrug','Stable Master',NULL,9821,30,30,0,29,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(10055,0,0,0,0,0,9274,0,0,0,'Morganus','Stable Master',NULL,9821,30,30,0,68,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(10056,0,0,0,0,0,9275,0,0,0,'Alassin','Stable Master',NULL,9821,30,30,0,80,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(10057,0,0,0,0,0,9279,0,0,0,'Theodore Mont Claire','Stable Master',NULL,9821,30,30,0,68,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,33280,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(10058,0,0,0,0,0,9281,0,0,0,'Greth','Stable Master',NULL,9821,30,30,0,29,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,3408,8629,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(10059,0,0,0,0,0,9282,0,0,0,'Antarius','Stable Master',NULL,9821,30,30,0,80,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(10060,0,0,0,0,0,9284,0,0,0,'Grimestack','Stable Master',NULL,9821,46,46,0,120,4194305,1,1.14286,1,0,77,102,0,188,1,1000,2000,1,0,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(10061,0,0,0,0,0,9283,0,0,0,'Killium Bouldertoe','Stable Master',NULL,9821,30,30,0,694,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(10062,0,0,0,0,0,9285,0,0,0,'Steven Black','Stable Master',NULL,9821,30,30,0,12,4194305,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(10063,0,0,0,0,0,9286,0,0,0,'Reggifuz','Stable Master',NULL,9821,35,35,0,69,4194305,1,1.14286,1,0,49,64,0,118,1,1000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(10076,0,0,0,0,0,9295,0,0,0,'High Priestess of Thaurissan',NULL,NULL,0,55,55,0,54,0,1.76,1.14286,1,1,87,116,0,214,7.5,1175,1292,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,8929,0,0,0,0,0,0,0,0,36983,22168,9613,30898,0,0,0,0,0,0,733,962,'',0,3,1,6.5,3,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),(10077,0,0,0,0,0,9562,0,0,0,'Deathmaw',NULL,NULL,0,53,53,0,38,0,1.73,1.14286,1,4,89,119,0,218,1,1208,1329,1,0,2048,0,1,0,0,0,0,62,91,22,1,1,10077,0,10156,100,100,100,100,100,100,3604,0,0,0,0,0,0,0,13036,0,0,0,'SmartAI',0,1,1,1.3,1,1,0,11467,0,0,0,0,0,0,1,0,0,'',12340),(10078,0,0,0,0,0,1018,0,0,0,'Terrorspark',NULL,NULL,0,55,55,0,90,0,1,1.14286,1,4,87,116,0,214,1,2000,1301,2,0,2048,0,0,0,0,0,0,60,88,21,3,0,10078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,140,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10079,0,0,0,0,0,9898,0,0,0,'Brave Moonhorn',NULL,NULL,0,30,30,0,104,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10082,0,0,0,0,0,9293,0,0,0,'Zerillis',NULL,NULL,0,45,45,0,37,0,1,1.14286,1,2,76,100,0,184,7.5,2000,1393,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,10082,0,0,0,0,0,0,0,0,12551,15547,6533,0,0,0,0,0,0,0,469,617,'',1,3,1,3,2,1,0,9523,0,0,0,0,0,0,1,0,0,'',12340),(10083,0,0,0,0,0,8249,0,0,0,'Rage Talon Flamescale',NULL,NULL,0,58,59,0,40,0,0.888888,1.42857,1,1,133,176,0,234,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,91,133,23,2,8,10083,0,10083,0,150,0,0,0,0,16102,15285,12470,0,0,0,0,0,0,0,406,535,'SmartAI',1,3,1,3,1,1,0,16786,0,0,0,0,0,144,1,0,0,'',12340),(10085,0,0,0,0,0,9294,0,0,0,'Jaelysia','Stable Master',NULL,9821,30,30,0,80,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(10086,0,0,0,0,0,9337,0,0,0,'Hesuwa Thunderhorn','Pet Trainer',NULL,4783,40,40,0,104,19,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,4608,2048,0,0,3,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),(10088,0,0,0,0,0,9336,0,0,0,'Xao\'tsu','Pet Trainer',NULL,4783,40,40,0,29,19,1,1.14286,1,0,56,74,0,136,1,2000,1771,1,512,2048,0,0,3,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),(10089,0,0,0,0,0,9339,0,0,0,'Silvaria','Pet Trainer',NULL,4783,40,40,0,80,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,3,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),(10090,0,0,0,0,0,9338,0,0,0,'Belia Thundergranite','Pet Trainer',NULL,4783,40,40,0,55,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,3,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),(10096,0,0,0,0,0,9329,0,0,0,'High Justice Grimstone',NULL,NULL,0,52,52,0,54,0,1,1.14286,1,1,87,117,0,214,7.5,2000,1365,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4.5,2,1,0,0,0,0,0,0,0,0,1,0,2,'npc_grimstone',12340),(10116,0,0,0,0,0,9330,9331,9332,9333,'Slave',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,3.5,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,100010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10117,0,0,0,0,0,7550,9334,9335,0,'Tortured Slave',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,3.5,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(10118,0,0,0,0,0,9344,0,0,0,'Nessa Shadowsong','Fishing Supplies',NULL,4303,25,25,0,80,131,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10119,0,0,0,0,0,12232,0,0,0,'Volchan',NULL,NULL,0,60,60,0,778,0,0.777776,1.42857,1,2,146,192,0,238,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,101,167,24,5,0,10119,0,0,0,0,0,0,0,0,15743,12470,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,2,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(10120,0,0,0,0,0,5989,0,0,0,'Vault Warder',NULL,NULL,0,39,39,0,470,0,1,1.14286,1,1,54,72,0,132,2.4,2500,1384,1,0,2048,0,0,0,0,0,0,37,55,13,4,0,10120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,517,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10136,0,0,0,0,0,9353,0,0,0,'Chemist Fuely',NULL,NULL,2501,30,30,0,68,3,1,1.14286,1,0,30,42,0,44,1,2000,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10157,0,0,0,0,0,12236,0,0,0,'Moonkin Oracle',NULL,NULL,0,13,14,0,16,0,0.94,1.14286,1,0,19,25,0,46,1,2000,2000,2,32768,2048,0,0,0,0,0,0,12,19,2,7,0,10157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,23,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10158,0,0,0,0,0,5927,0,0,0,'Moonkin',NULL,NULL,0,12,13,0,16,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,10158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10159,0,0,0,0,0,9390,0,0,0,'Young Moonkin',NULL,NULL,0,11,12,0,16,0,0.94,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,0,0,11,17,100,7,0,10159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,20,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10160,0,0,0,0,0,12237,0,0,0,'Raging Moonkin',NULL,NULL,0,12,14,0,16,0,0.94,1.14286,1,0,20,27,0,50,1,2000,2000,1,32768,2048,0,0,0,0,0,0,13,20,1,7,0,10160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,23,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10161,0,0,0,0,0,397,0,0,0,'Rookery Whelp',NULL,NULL,0,56,57,0,16,0,1.11111,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,2,0,10161,0,100001,0,171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10162,0,0,0,0,0,9472,0,0,0,'Lord Victor Nefarius','Lord of Blackrock',NULL,21330,63,63,0,14,0,1,1.14286,1,3,164,228,0,249,3.5,2000,2000,2,33088,2048,0,0,0,0,0,0,133,196,26,2,68,0,0,100001,0,0,0,0,0,0,20741,24668,0,0,0,0,0,0,0,0,1360,1781,'',1,3,1,115,100,1,0,0,0,0,0,0,0,0,1,617299803,3,'boss_victor_nefarius',12340),(10176,0,0,0,0,0,9470,0,0,0,'Kaltunk',NULL,NULL,0,20,20,0,29,2,1,1.14286,1,0,29,39,0,70,1,2000,1991,1,768,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10177,0,0,0,0,0,9469,0,0,0,'Spire Scarab',NULL,NULL,0,58,58,0,16,0,1,1.14286,1,0,100,132,0,242,1,2000,1573,1,0,2048,0,0,0,0,0,0,69,101,25,1,0,10177,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10179,0,0,0,0,0,9474,0,0,0,'White Mechanostrider Mod B',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),(10180,0,0,0,0,0,9476,0,0,0,'Unpainted Mechanostrider',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),(10181,0,0,0,0,0,28213,0,0,0,'Lady Sylvanas Windrunner','Banshee Queen',NULL,8217,83,83,2,118,3,0.888888,0.99206,1,3,496,674,0,783,35,2000,2000,2,36928,2048,0,0,0,0,0,0,365,529,98,7,76,0,0,0,0,0,0,0,0,0,59710,59713,20672,59711,0,0,0,0,0,0,700000,750000,'',0,3,1,400,20,1,1,0,0,0,0,0,0,0,1,617299967,32768,'npc_lady_sylvanas_windrunner',12340),(10182,0,0,0,0,0,11660,20925,0,0,'Rokaro','Champion of the Horde',NULL,5481,62,62,0,83,3,1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,36928,2048,0,0,0,0,0,0,139,207,30,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,200,20,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10183,0,0,0,0,0,4590,0,0,0,'Moonflare Totem',NULL,NULL,0,54,55,0,58,0,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,11,0,0,0,0,0,0,0,0,0,0,15789,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10184,36538,0,0,0,0,8570,0,0,0,'Onyxia','','',0,83,83,2,103,0,1,1.29,1,3,375,507,0,805,70,1500,1800,1,64,2048,8,0,0,0,0,0,371,535,135,2,108,10184,0,10184,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,93755,122438,'',1,3,1,350,1,1,0,18705,0,0,0,0,0,0,1,650854271,2097409,'boss_onyxia',11723),(10196,0,0,0,0,0,9489,0,0,0,'General Colbatann',NULL,NULL,0,56,57,0,103,0,1.76,1.14286,1,2,98,130,0,238,2.4,1175,1292,1,0,2048,0,0,0,0,0,0,68,99,24,2,0,10196,0,10196,0,0,228,0,0,0,0,0,0,0,0,0,0,0,0,0,688,903,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10197,0,0,0,0,0,3208,0,0,0,'Mezzir the Howler',NULL,NULL,0,55,55,0,16,0,1.1,1.14286,1,4,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,10197,0,10197,0,0,0,0,0,0,14100,15971,3131,0,0,0,0,0,0,0,116,156,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10198,0,0,0,0,0,10317,0,0,0,'Kashoch the Reaver',NULL,NULL,0,60,60,0,778,0,1.1,1.14286,1,2,104,138,0,252,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,5,0,10198,0,0,0,0,0,0,0,0,15284,0,0,0,0,0,0,0,0,0,1743,1975,'',0,1,1,3,1,1,0,12334,0,0,0,0,0,0,1,0,0,'',12340),(10199,0,0,0,0,0,9491,0,0,0,'Grizzle Snowpaw',NULL,NULL,0,59,59,0,82,0,1.1,1.14286,1,4,133,176,0,234,1,2800,2000,2,0,2048,0,0,0,0,0,0,91,133,23,7,0,10199,10199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,155,'',1,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10200,0,0,0,0,0,10054,0,0,0,'Rak\'shiri',NULL,NULL,0,57,57,0,16,0,1.77,1.14286,1,4,98,130,0,238,1,1667,2000,1,0,2048,0,2,0,0,0,0,68,99,24,1,1,10200,0,10200,0,0,0,0,0,0,7399,15716,0,0,0,0,0,0,8276,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(10201,0,0,0,0,0,10925,0,0,0,'Lady Hederine',NULL,NULL,0,61,61,0,90,0,1.1,1.14286,1,2,152,210,0,244,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,120,179,25,3,0,10201,10201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1938,2535,'',0,1,1,11,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10202,0,0,0,0,0,6373,0,0,0,'Azurous',NULL,NULL,0,59,59,0,103,0,1.78,1.14286,1,2,102,135,0,248,2.4,1158,1274,1,0,2048,0,0,0,0,0,0,70,103,25,2,0,10202,0,10202,0,0,0,295,0,0,0,0,0,0,0,0,0,0,0,0,715,938,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10204,0,0,0,0,0,9492,0,0,0,'Misha',NULL,NULL,0,72,72,0,83,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,36928,2048,0,0,0,0,0,0,270,401,53,1,8,0,0,100003,0,0,0,0,0,0,17156,30761,20753,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10216,0,0,0,0,0,9550,0,0,0,'Gubber Blump',NULL,NULL,2562,15,15,0,55,131,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10217,0,0,0,0,0,4589,0,0,0,'Flame Buffet Totem',NULL,NULL,0,56,57,0,58,0,0.01,1.14286,1,0,98,130,0,238,1,1450,1595,1,0,2048,0,0,0,0,0,0,68,99,24,11,0,0,0,0,0,0,0,0,0,0,16168,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10218,0,0,0,0,0,2030,0,0,0,'Superior Healing Ward',NULL,NULL,0,56,73,0,58,0,1,1,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,11,0,0,0,0,0,0,0,0,0,0,15872,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10219,0,0,0,0,0,9551,0,0,0,'Gwennyth Bly\'Leggonde',NULL,NULL,4863,21,21,0,80,3,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,4096,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10220,0,0,0,0,0,9567,0,0,0,'Halycon',NULL,NULL,0,59,59,0,40,0,1,1.14286,1,1,102,135,0,248,3.5,1175,1292,1,64,2048,0,0,0,0,0,0,70,103,25,1,0,10220,0,10220,0,0,0,0,0,0,3391,13738,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_halycon',12340),(10221,0,0,0,0,0,9563,0,0,0,'Bloodaxe Worg Pup',NULL,NULL,0,52,53,0,40,0,1,1.14286,1,0,89,119,0,218,3.5,1490,1639,1,0,2048,0,1,0,0,0,0,62,91,22,1,1,10221,0,10221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13035,0,0,0,'',1,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10257,0,0,0,0,0,9553,0,0,0,'Bijou',NULL,NULL,0,58,58,0,35,2,1,1.14286,1,1,100,132,0,242,3.5,1191,1310,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,10257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10258,0,0,0,0,0,2554,0,0,0,'Rookery Guardian',NULL,NULL,0,58,59,0,16,0,0.888888,1.42857,1,1,102,135,0,248,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,70,103,25,2,0,10258,0,10258,0,177,0,0,0,0,15580,15572,0,0,0,0,0,0,0,0,525,690,'SmartAI',1,3,1,3.5,1,1,0,16786,0,0,0,0,0,144,1,0,0,'',12340),(10259,0,0,0,0,0,9563,9572,0,0,'Worg Pup',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10260,0,0,0,0,0,9561,0,0,0,'Kibler',NULL,NULL,12663,56,56,0,120,3,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,512,2048,0,0,0,0,0,0,67,97,23,7,0,10260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10261,0,0,0,0,0,1913,0,0,0,'Burning Felhound',NULL,NULL,0,54,55,0,40,0,1.22,1.14286,1,0,94,125,0,228,3.5,1470,1617,1,0,2048,0,0,0,0,0,0,65,95,23,3,0,0,0,0,0,0,0,0,0,0,20817,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10262,0,0,0,0,0,9556,9554,9555,9557,'Opus',NULL,NULL,0,40,40,0,188,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,1,0,10262,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(10263,0,0,0,0,0,5047,0,0,0,'Burning Felguard',NULL,NULL,0,56,57,0,40,0,1.76,1.14286,1,2,98,130,0,238,3.5,1175,1292,1,0,2048,0,0,0,0,0,0,68,99,24,3,0,10263,0,0,0,0,0,0,0,0,16046,15588,15580,0,0,0,0,0,0,0,905,1186,'SmartAI',1,3,1,4,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10264,0,0,0,0,0,9581,0,0,0,'Solakar Flamewreath',NULL,NULL,0,60,60,0,16,0,1.2,1.14286,1,1,104,138,0,252,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,2,8,10264,0,10264,0,0,0,0,0,0,16727,0,0,0,0,0,0,0,0,0,1119,1466,'',1,3,1,8,1,1,0,16786,0,0,0,0,0,147,1,0,0,'',12340),(10266,0,0,0,0,0,9739,0,0,0,'Ug\'thok','Apprentice Blacksmith',NULL,2747,25,25,0,29,1,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10267,0,0,0,0,0,9791,0,0,0,'Tinkee Steamboil',NULL,NULL,2602,53,53,0,120,3,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,512,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10268,0,0,0,0,0,9564,0,0,0,'Gizrul the Slavener',NULL,NULL,0,60,60,0,40,0,1,1.42857,1,1,104,138,0,252,3.5,1166,1283,1,64,2048,0,0,0,0,0,0,72,106,26,1,0,10268,0,10268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,144,1,0,0,'boss_gizrul_the_slavener',12340),(10276,0,0,0,0,0,9741,0,0,0,'Rotgath Stonebeard','Apprentice Blacksmith',NULL,2761,31,31,0,55,1,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,512,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10277,0,0,0,0,0,9740,0,0,0,'Groum Stonebeard','Apprentice Blacksmith',NULL,2742,25,25,0,55,1,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10278,0,0,0,0,0,9742,0,0,0,'Thrag Stonehoof','Apprentice Blacksmith',NULL,2748,24,24,0,104,1,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,4608,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10290,0,0,0,0,0,2236,0,0,0,'Captured Felwood Ooze',NULL,NULL,0,30,30,0,35,0,1.08,1.14286,1,0,42,56,0,102,1,1710,1881,1,0,2048,0,0,0,0,0,0,29,42,9,10,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10293,0,0,0,0,0,9822,0,0,0,'Dulciea Frostmoon','Cloth Armor Merchant',NULL,0,51,51,0,80,4226,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,512,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10296,0,0,0,0,0,9643,0,0,0,'Vaelan',NULL,NULL,0,54,55,0,35,3,1.71,1.14286,1,1,87,116,0,214,3.5,1225,1347,2,0,2048,0,0,0,0,0,0,60,88,21,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,30,60,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10299,0,0,0,0,0,9642,0,0,0,'Scarshield Infiltrator','Scarshield Legion',NULL,12039,54,55,0,40,1,1,1.14286,1,1,94,125,0,228,3.5,2000,2000,1,832,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,11972,15496,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10300,0,0,0,0,0,9775,0,0,0,'Ranshalla',NULL,NULL,3131,58,58,0,80,3,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,4096,2048,0,0,0,0,0,0,69,101,25,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_ranshalla',12340),(10301,0,0,0,0,0,9773,0,0,0,'Jaron Stoneshaper','Explorers\' League',NULL,3761,55,55,0,55,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10302,0,0,0,0,0,9777,0,0,0,'Krakle',NULL,NULL,0,60,60,0,474,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10303,0,0,0,0,0,9776,0,0,0,'Storm Shadowhoof',NULL,NULL,0,60,60,0,35,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10304,0,0,0,0,0,18910,0,0,0,'Aurora Skycaller',NULL,NULL,4743,62,62,0,35,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,512,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10305,0,0,0,0,0,9780,0,0,0,'Umi Rumplesnicker',NULL,NULL,6837,57,57,0,855,3,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10306,0,0,0,0,0,9779,0,0,0,'Trull Failbane',NULL,NULL,0,55,55,0,125,2,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4608,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10307,0,0,0,0,0,9774,0,0,0,'Witch Doctor Mau\'ari',NULL,NULL,2703,55,55,0,855,3,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,512,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10316,0,0,0,0,0,9690,9692,9892,9893,'Blackhand Incarcerator','Blackhand Legion',NULL,0,59,60,0,40,0,1,1.14286,1,0,104,138,0,252,3.5,2000,2000,1,33536,2048,0,0,0,0,0,0,72,106,26,7,0,10316,9818,0,0,0,0,0,0,0,16045,15580,0,0,0,0,0,0,0,0,215,286,'',1,3,1,2.5,1,1,0,22138,0,0,0,0,0,0,1,0,0,'npc_blackhand_incarcerator',12340),(10317,0,0,0,0,0,9734,9735,9890,9891,'Blackhand Elite','Blackhand Legion',NULL,0,60,61,0,40,0,1,1.14286,1,1,159,221,0,258,3.5,2300,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,10317,10317,0,0,0,0,0,0,0,6253,16172,15580,0,0,0,0,0,0,0,779,1022,'SmartAI',1,3,1,5,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(10318,0,0,0,0,0,9691,9887,0,0,'Blackhand Assassin','Blackhand Legion',NULL,0,60,61,0,40,0,1,1.14286,1,1,159,221,0,258,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,10318,10318,0,0,0,0,0,0,0,15582,12540,6434,0,0,0,0,0,0,0,779,1022,'SmartAI',1,3,1,5,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(10319,0,0,0,0,0,9696,9697,9894,9895,'Blackhand Iron Guard','Blackhand Legion',NULL,0,60,61,0,40,0,1,1.14286,1,1,159,221,0,258,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,10319,9818,0,0,0,0,0,0,0,15655,15062,0,0,0,0,0,0,0,0,609,800,'SmartAI',1,3,1,4,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(10321,0,0,0,0,0,6374,0,0,0,'Emberstrife','',NULL,0,61,61,0,103,2,1.25,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,2,0,10321,0,10321,0,0,0,0,0,0,0,0,0,16054,9573,8269,40504,0,0,0,1418,1857,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10322,0,0,0,0,0,9695,0,0,0,'Ancient Frostsaber',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(10323,0,0,0,0,0,1079,0,0,0,'Murkdeep',NULL,NULL,0,19,19,0,18,0,1.55,1.14286,1,0,27,37,0,68,1,2000,2000,1,32768,2048,0,0,0,0,0,0,19,27,3,7,0,10323,0,0,0,0,0,0,0,0,11971,6533,0,0,0,0,0,0,0,0,24,37,'',0,3,1,1.15,1,1,0,7499,0,0,0,0,0,0,1,0,0,'npc_murkdeep',12340),(10336,0,0,0,0,0,4805,0,0,0,'Primal Leopard',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(10337,0,0,0,0,0,6442,0,0,0,'Tawny Sabercat',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(10338,0,0,0,0,0,9714,0,0,0,'Golden Sabercat',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(10339,0,0,0,0,0,9806,0,0,0,'Gyth','Rend Blackhand\'s Mount',NULL,0,62,62,0,40,0,1,1.14286,1,1,172,240,0,262,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,2,8,10339,0,10339,0,210,210,210,210,210,0,0,0,0,0,0,0,0,0,0,1462,1915,'',1,3,1,10,1,1,0,0,0,0,0,0,0,144,1,617299803,0,'boss_gyth',12340),(10340,0,0,0,0,0,9912,0,0,0,'Vaelastrasz the Red',NULL,NULL,0,62,62,0,250,0,1.78,1.14286,1,1,160,223,0,246,7.5,1158,1274,2,0,2048,0,0,0,0,0,0,129,191,26,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,60,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10356,0,0,0,0,0,7892,0,0,0,'Bayne',NULL,NULL,0,10,10,0,38,0,1,1.14286,1,4,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,3,0,10356,0,100002,0,0,0,0,0,0,13443,3604,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10357,0,0,0,0,0,9750,0,0,0,'Ressan the Needler',NULL,NULL,0,11,11,0,16,0,1,1.42857,1,4,15,20,0,44,1,2000,2000,1,0,2048,0,24,0,0,0,0,9,14,100,1,1,10357,0,100006,0,0,0,0,0,0,8281,0,0,0,0,0,0,0,12828,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(10358,0,0,0,0,0,5430,0,0,0,'Fellicent\'s Shade',NULL,NULL,0,12,12,0,16,0,1.11111,1.14286,1,4,16,21,0,42,1,2000,2000,2,0,2048,0,0,0,0,0,0,10,15,100,6,0,10358,0,0,0,0,0,0,0,0,7068,37361,11975,0,0,0,0,0,0,0,13,22,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10359,0,0,0,0,0,418,0,0,0,'Sri\'skulk',NULL,NULL,0,13,13,0,22,0,0.98,1.14286,1,4,18,24,0,48,1,1541,1695,1,0,2048,0,3,0,0,0,0,12,18,1,1,1,10359,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10497,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(10360,0,0,0,0,0,9762,0,0,0,'Kergul Bloodaxe','Warsong Gulch Battlemaster',NULL,6461,61,61,0,1515,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10361,0,0,0,0,0,9761,0,0,0,'Gruul Darkblade','Weaponsmith',NULL,0,52,52,0,29,4224,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10363,0,0,0,0,0,10115,0,0,0,'General Drakkisath',NULL,NULL,0,62,62,0,40,0,0.888888,0.99206,1,1,172,240,0,262,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,2,8,10363,0,10363,0,0,0,0,0,0,23462,20691,23023,23931,0,0,0,0,0,0,1771,2164,'',1,3,1,25,3,1,0,16663,0,0,0,0,0,0,1,617299803,1,'boss_drakkisath',12340),(10364,22660,32765,37485,0,0,9763,0,0,0,'Yaelika Farclaw','Reagents & Poison Supplies',NULL,0,55,55,0,1215,128,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10366,0,0,0,0,0,9753,0,0,0,'Rage Talon Dragon Guard',NULL,NULL,0,60,61,0,40,0,0.888888,1.42857,1,1,159,221,0,258,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,2,8,10366,0,10366,0,150,0,0,0,0,15655,16145,15284,0,0,0,0,0,0,0,907,1189,'SmartAI',1,3,1,6,1,1,0,16786,0,0,0,0,0,144,1,0,0,'',12340),(10367,22655,32078,37399,0,0,9765,0,0,0,'Shrye Ragefist','Food & Drink',NULL,0,55,55,0,1215,128,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10369,0,0,0,0,0,9768,0,0,0,'Trayexir','Weapon Merchant',NULL,0,12,12,0,126,4482,1,1.14286,1,0,17,22,0,46,1,2000,2079,1,512,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10370,0,0,0,0,0,9769,0,0,0,'[UNUSED] Xur\'gyl','',NULL,0,40,40,0,126,83,1.14,1.14286,1,0,56,74,0,136,1,1610,1771,1,0,2048,0,0,2,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10371,0,0,0,0,0,8310,0,0,0,'Rage Talon Captain',NULL,NULL,0,62,62,0,40,0,0.888888,1.42857,1,1,172,240,0,262,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,2,8,10371,0,10371,0,150,0,0,0,0,16169,10101,15708,0,0,0,0,0,0,0,910,1193,'SmartAI',1,3,1,6,1,1,0,16786,0,0,0,0,0,144,1,0,0,'',12340),(10372,0,0,0,0,0,8309,0,0,0,'Rage Talon Fire Tongue',NULL,NULL,0,60,61,0,40,0,0.888888,1.42857,1,1,159,221,0,258,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,2,8,10372,0,10372,0,150,0,0,0,0,16144,16168,16635,0,0,0,0,0,0,0,907,1189,'SmartAI',1,3,1,6,3,1,0,16786,0,0,0,0,0,144,1,0,0,'',12340),(10373,0,0,0,0,0,2007,0,0,0,'Xabraxxis',NULL,NULL,0,19,19,0,90,0,1.02,1.14286,1,0,26,34,0,60,1,1810,1991,2,0,2048,0,0,0,0,0,0,18,26,3,3,0,10373,0,0,0,0,0,0,0,0,11980,11639,8599,0,0,0,0,0,0,0,22,33,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10374,0,0,0,0,0,9755,0,0,0,'Spire Spider',NULL,NULL,0,57,58,0,16,0,1,1.14286,1,1,100,132,0,242,3.5,1175,1292,1,64,2048,0,0,0,0,0,0,69,101,25,1,0,10374,0,0,0,0,0,0,0,0,16104,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10375,0,0,0,0,0,9756,0,0,0,'Spire Spiderling',NULL,NULL,0,55,56,0,16,0,1,1.14286,1,0,96,127,0,234,3.5,1480,1628,1,0,2048,0,3,0,0,0,0,67,97,23,1,1,10375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10515,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10376,0,0,0,0,0,9755,0,0,0,'Crystal Fang',NULL,NULL,0,60,60,0,16,0,1.79,1.14286,1,2,104,138,0,252,3.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,10376,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10377,0,0,0,0,0,9901,0,0,0,'Elu','Wind Rider Apprentice',NULL,0,28,28,0,104,2,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10378,0,0,0,0,0,9771,0,0,0,'Omusa Thunderhorn','Wind Rider Master',NULL,6162,65,65,0,104,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10379,0,0,0,0,0,9770,0,0,0,'Altsoba Ragetotem','Weapon Merchant',NULL,0,55,55,0,104,4226,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4608,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10380,0,0,0,0,0,9772,0,0,0,'Sanuye Runetotem','Leather Armor Merchant',NULL,0,15,15,0,104,4226,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,4608,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10381,0,0,0,0,0,10974,10255,5432,0,'Ravaged Cadaver',NULL,NULL,0,56,57,0,21,0,1,1.14286,1,1,98,130,0,238,3.5,2000,1292,1,64,2048,0,0,0,0,0,0,68,99,24,6,0,10381,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,449,592,'SmartAI',1,3,1,3,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),(10382,0,0,0,0,0,10972,5431,4631,0,'Mangled Cadaver',NULL,NULL,0,55,56,0,21,0,1,1.14286,1,1,96,127,0,234,3.5,2000,1292,1,64,2048,0,0,0,0,0,0,67,97,23,6,0,10382,10382,0,0,0,0,0,0,0,16143,1604,15043,0,0,0,0,0,0,0,435,573,'SmartAI',1,3,1,3,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),(10383,0,0,0,0,0,10970,0,0,0,'Broken Cadaver',NULL,NULL,0,55,56,0,21,0,0.7,1.14286,1,0,96,127,0,234,1,2000,1540,1,0,2048,0,0,0,0,0,0,67,97,23,6,0,0,0,0,0,0,0,0,0,0,0,1604,0,0,0,0,0,0,0,0,60,83,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10384,0,0,0,0,0,10483,10484,10485,10486,'Spectral Citizen',NULL,NULL,0,55,56,0,7,0,1,1.14286,1,1,96,127,0,234,3.5,2000,1301,1,32832,2048,0,0,0,0,0,0,67,97,23,6,0,10384,0,0,0,168,168,168,168,168,16333,16336,0,0,0,0,0,0,0,0,346,456,'SmartAI',1,3,1,2,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10385,0,0,0,0,0,10478,10480,10479,10481,'Ghostly Citizen',NULL,NULL,0,56,57,0,7,0,1,1.14286,1,1,98,130,0,238,3.5,2000,1292,1,32832,2048,0,0,0,0,0,0,68,99,24,6,0,10385,0,0,0,0,0,0,0,0,22687,1604,0,0,0,0,0,0,0,0,339,447,'SmartAI',1,3,1,2,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10387,0,0,0,0,0,146,0,0,0,'Vengeful Phantom',NULL,NULL,0,56,57,0,21,0,1.11111,1.14286,1,0,98,130,0,238,1,2000,1595,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,10387,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10388,0,0,0,0,0,10700,0,0,0,'Spiteful Phantom',NULL,NULL,0,58,59,0,21,0,1.05,1.14286,1,0,102,135,0,248,1,2000,1562,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,10388,0,0,0,0,0,0,0,0,12531,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10389,0,0,0,0,0,10701,0,0,0,'Wrath Phantom',NULL,NULL,0,60,61,0,21,0,1.05,1.14286,1,0,152,210,0,244,1,2000,1551,2,0,2048,0,0,0,0,0,0,120,179,25,6,0,10389,0,0,0,0,0,0,0,0,7074,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10390,0,0,0,0,0,9789,9785,7555,9790,'Skeletal Guardian',NULL,NULL,0,55,56,0,21,0,1,1.14286,1,0,89,118,0,220,3.5,2000,1551,2,0,2048,0,0,0,0,0,0,61,90,21,6,0,10390,10390,0,0,0,0,0,0,0,9672,9613,37361,13787,0,0,0,0,0,0,112,151,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10391,0,0,0,0,0,9784,9787,9786,9788,'Skeletal Berserker',NULL,NULL,0,56,57,0,21,0,1,1.14286,1,0,98,130,0,238,3.5,2000,1551,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,10391,10391,0,0,0,0,0,0,0,11976,11971,13730,0,0,0,0,0,0,0,108,146,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10393,0,0,0,0,0,2606,0,0,0,'Skul',NULL,NULL,0,58,58,0,21,0,1,1.14286,1,2,71,98,0,107,7.5,2000,1283,8,0,2048,0,0,0,0,0,0,59,87,24,6,0,10393,0,0,0,0,0,0,0,0,16799,31256,15230,8364,0,0,0,0,0,0,974,1276,'SmartAI',1,3,1,6.5,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10394,0,0,0,0,0,775,0,0,0,'Black Guard Sentry',NULL,NULL,0,58,59,0,974,0,0.888888,1.14286,1,1,133,176,0,234,7.5,2000,1292,2,64,2048,0,0,0,0,0,0,91,133,23,6,0,10394,0,0,0,0,0,0,0,0,17439,0,1604,0,0,0,0,0,0,0,406,535,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10398,0,0,0,0,0,10631,10633,10632,10634,'Thuzadin Shadowcaster',NULL,NULL,0,58,59,0,21,0,1,1.14286,1,1,72,100,0,110,3.5,2000,1292,8,32832,2048,0,0,0,0,0,0,60,88,25,7,0,10398,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,380,502,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10399,0,0,0,0,0,10535,10536,10537,10538,'Thuzadin Acolyte',NULL,NULL,0,59,60,0,21,0,1,1.14286,1,0,104,138,0,252,3.5,2000,1551,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,10399,10399,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,153,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10400,0,0,0,0,0,10539,10541,10540,10542,'Thuzadin Necromancer',NULL,NULL,0,60,61,0,21,0,1,1.14286,1,1,123,177,0,115,3.5,2000,1283,8,32832,2048,0,0,0,0,0,0,111,164,25,7,0,10400,10400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,380,501,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10405,0,0,0,0,0,559,0,0,0,'Plague Ghoul',NULL,NULL,0,57,58,0,21,0,0.777776,1.14286,1,1,100,132,0,242,3.5,1800,1292,1,64,2048,0,0,0,0,0,0,69,101,25,6,0,10405,10405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,468,616,'SmartAI',1,3,1,3,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),(10406,0,0,0,0,0,10626,0,0,0,'Ghoul Ravener',NULL,NULL,0,58,59,0,21,0,0.777776,1.14286,1,1,102,135,0,248,3.5,1400,1292,1,64,2048,0,0,0,0,0,0,70,103,25,6,0,10406,0,0,0,0,0,0,0,0,12538,15608,16172,1604,0,0,0,0,0,0,474,624,'SmartAI',1,3,1,3,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),(10407,0,0,0,0,0,414,0,0,0,'Fleshflayer Ghoul',NULL,NULL,0,59,60,0,21,0,0.777776,1.14286,1,1,104,138,0,252,3.5,2000,1292,1,64,2048,0,0,0,0,0,0,72,106,26,6,0,10407,0,0,0,0,0,0,0,0,18200,1604,9791,16458,0,0,0,0,0,0,493,648,'SmartAI',1,3,1,3,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),(10408,0,0,0,0,0,7533,0,0,0,'Rockwing Gargoyle',NULL,NULL,0,55,58,0,21,0,1,1.42857,1,1,100,132,0,242,3.5,1600,1292,1,64,2048,0,0,0,0,0,0,69,101,25,6,0,10408,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,3,2,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(10409,0,0,0,0,0,11071,0,0,0,'Rockwing Screecher',NULL,NULL,0,58,59,0,21,0,1,1.14286,1,1,102,135,0,248,3.5,1600,1292,1,64,2048,0,0,0,0,0,0,70,103,25,6,0,10409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10411,0,0,0,0,0,4629,0,0,0,'Eye of Naxxramas',NULL,NULL,0,55,57,0,21,0,1,1.14286,1,0,98,130,0,238,1,2000,1595,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,10411,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,118,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10412,0,0,0,0,0,6841,0,0,0,'Crypt Crawler',NULL,NULL,0,58,59,0,21,0,1,1.14286,1,1,102,135,0,248,3.5,2000,1292,1,64,2048,0,0,0,0,0,0,70,103,25,6,0,10412,0,0,0,0,0,0,0,0,15471,1604,3589,16430,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),(10413,0,0,0,0,0,9758,0,0,0,'Crypt Beast',NULL,NULL,0,59,60,0,21,0,1,1.14286,1,1,104,138,0,252,3.5,2000,1292,1,64,2048,0,0,0,0,0,0,72,106,26,6,0,10413,0,0,0,0,0,0,0,0,4962,4962,1604,3589,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),(10414,0,0,0,0,0,1693,0,0,0,'Patchwork Horror',NULL,NULL,0,57,58,0,21,0,1,1.14286,1,1,100,132,0,242,3.5,2800,1301,1,64,2048,0,0,0,0,0,0,69,101,25,6,0,10414,10414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,816,1071,'SmartAI',1,3,1,6,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),(10415,0,0,0,0,0,9832,0,0,0,'Ash\'ari Crystal',NULL,NULL,0,60,60,0,114,0,1,1,1,1,104,138,0,252,3.5,2000,2000,1,33555206,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,512,1010,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10416,0,0,0,0,0,9760,0,0,0,'Bile Spewer',NULL,NULL,0,59,60,0,21,0,1,1.14286,1,1,104,138,0,252,3.5,2000,1292,1,64,2048,0,0,0,0,0,0,72,106,26,6,0,10416,10416,0,0,0,0,0,0,0,1604,16866,0,0,0,0,0,0,0,0,735,964,'SmartAI',1,3,1,5,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),(10417,0,0,0,0,0,12819,0,0,0,'Venom Belcher',NULL,NULL,0,60,61,0,21,0,1,1.14286,1,1,159,221,0,258,3.5,2000,1283,1,64,2048,0,0,0,0,0,0,127,188,28,6,0,10417,10417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,779,1022,'SmartAI',1,3,1,5,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),(10418,0,0,0,0,0,10492,10494,10493,10495,'Crimson Guardsman',NULL,NULL,0,57,58,0,89,0,1,1.14286,1,1,100,132,0,242,3.5,2000,1292,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,10418,10418,0,0,0,0,0,0,0,15749,6713,11972,0,0,0,0,0,0,0,464,610,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10419,0,0,0,0,0,10488,10489,10490,10491,'Crimson Conjuror',NULL,NULL,0,57,58,0,67,0,1,1.14286,1,1,71,98,0,107,3.5,2000,1292,8,0,2048,0,0,0,0,0,0,59,87,24,7,0,10419,10419,0,0,0,0,0,0,0,12675,12674,17195,0,0,0,0,0,0,0,362,477,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10420,0,0,0,0,0,10496,10497,10498,10499,'Crimson Initiate',NULL,NULL,0,57,58,0,67,0,1,1.14286,1,1,93,123,0,228,3.5,2000,1292,2,0,2048,0,0,0,0,0,0,64,94,23,7,0,10420,10420,0,0,0,0,0,0,0,8362,17138,17194,0,0,0,0,0,0,0,396,522,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10421,0,0,0,0,0,10500,10502,10501,10503,'Crimson Defender',NULL,NULL,0,58,59,0,67,0,1,1.14286,1,1,133,176,0,234,3.5,2000,1292,2,0,2048,0,0,0,0,0,0,91,133,23,7,0,10421,10421,0,0,0,0,0,0,0,8258,15493,13005,13874,0,0,0,0,0,0,402,529,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10422,0,0,0,0,0,10504,10505,10506,10507,'Crimson Sorcerer',NULL,NULL,0,58,59,0,67,0,1,1.14286,1,1,72,100,0,110,3.5,2000,1292,8,0,2048,0,0,0,0,0,0,60,88,25,7,0,10422,10422,0,0,0,0,0,0,0,15230,13323,12544,14145,0,0,0,0,0,0,368,485,'SmartAI',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10423,0,0,0,0,0,10508,10510,10509,10511,'Crimson Priest',NULL,NULL,0,58,59,0,67,0,1,1.14286,1,1,72,100,0,110,3.5,2000,1292,8,0,2048,0,0,0,0,0,0,60,88,25,7,0,10423,10423,0,0,0,0,0,0,0,15586,15238,17139,17142,0,0,0,0,0,0,368,485,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10424,0,0,0,0,0,10512,10513,10514,10515,'Crimson Gallant',NULL,NULL,0,59,60,0,67,0,1,1.14286,1,1,146,192,0,238,3.5,2000,1292,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,10424,10424,0,0,0,0,0,0,0,17143,14518,8990,0,0,0,0,0,0,0,416,548,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10425,0,0,0,0,0,10529,10531,10530,10532,'Crimson Battle Mage',NULL,NULL,0,59,60,0,67,0,1,1.14286,1,1,74,102,0,112,3.5,2000,1274,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,10425,10425,0,0,0,0,0,0,0,12742,15253,17145,0,0,0,0,0,0,0,382,504,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10426,0,0,0,0,0,10516,10517,10518,10519,'Crimson Inquisitor',NULL,NULL,0,59,60,0,67,0,1,1.14286,1,1,146,192,0,238,3.5,2000,1292,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,10426,10426,0,0,0,0,0,0,0,15785,17146,17165,17151,0,0,0,0,0,0,403,532,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10427,0,0,0,0,0,9900,0,0,0,'Pao\'ka Swiftmountain',NULL,NULL,0,30,30,0,104,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,10427,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_paoka_swiftmountain',12340),(10428,0,0,0,0,0,9902,0,0,0,'Motega Firemane',NULL,NULL,0,28,28,0,104,2,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,512,2048,0,0,0,0,0,0,27,40,8,7,0,10428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10429,0,0,0,0,0,9778,0,0,0,'Warchief Rend Blackhand',NULL,NULL,0,62,62,0,40,0,1,1.42857,1,1,172,240,0,262,7.5,2400,2000,1,832,2048,0,0,0,0,0,0,139,207,30,7,8,10429,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2975,3890,'',1,3,1,10,1,1,0,12630,22138,0,0,0,0,144,1,617299803,1,'boss_rend_blackhand',12340),(10430,0,0,0,0,0,10193,0,0,0,'The Beast',NULL,NULL,0,62,62,0,14,0,1,1.14286,1,3,172,240,0,262,3.5,2000,2000,1,64,2048,0,45,0,0,0,0,139,207,30,1,65549,10430,0,10430,0,0,0,0,0,0,16636,16144,16788,16785,0,0,0,0,0,0,0,0,'',1,3,1,25,1,1,0,0,0,0,0,0,0,0,1,617299803,1,'boss_the_beast',12340),(10431,0,0,0,0,0,9792,0,0,0,'Gregor Greystone','The Argent Dawn',NULL,3985,55,55,0,794,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10432,0,0,0,0,0,2606,0,0,0,'Vectus',NULL,NULL,3648,60,60,0,15,1,1,1.14286,1,1,146,192,0,238,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,101,167,24,6,0,10432,0,0,0,0,0,180,0,0,18399,16046,0,0,0,0,0,0,0,0,1162,1522,'SmartAI',1,3,1,10,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10433,0,0,0,0,0,10248,0,0,0,'Marduk Blackpool',NULL,NULL,3649,58,58,0,15,1,1,1.14286,1,1,93,123,0,228,3.5,2500,2000,2,32832,2048,0,0,0,0,0,0,64,94,23,6,0,10433,0,0,0,0,0,0,174,0,17228,12040,15284,17695,0,0,0,0,0,0,1073,1406,'SmartAI',1,3,1,10,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10435,0,0,0,0,0,10433,0,0,0,'Magistrate Barthilas',NULL,NULL,0,58,58,0,21,0,0.8,1.14286,1,1,100,132,0,242,3.5,2400,1274,1,64,2048,0,0,0,0,0,0,69,101,25,6,0,10435,10435,0,0,0,0,0,0,0,10887,14099,16793,16791,0,0,0,0,0,0,1286,1684,'SmartAI',1,3,1,10,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),(10436,0,0,0,0,0,10698,0,0,0,'Baroness Anastari',NULL,NULL,0,59,59,0,21,0,1,1.14286,1,1,133,176,0,234,3.5,2000,1292,2,64,2048,0,0,0,0,0,0,91,133,23,6,0,10436,0,0,0,0,0,0,0,0,16867,16565,18327,17244,0,0,0,0,0,0,1670,2185,'SmartAI',1,3,1,15,4,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),(10437,0,0,0,0,0,9793,0,0,0,'Nerub\'enkan',NULL,NULL,0,60,60,0,21,0,1,1.14286,1,1,104,138,0,252,3.5,2000,1283,1,64,2048,0,0,0,0,0,0,72,106,26,6,0,10437,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),(10438,0,0,0,0,0,10546,0,0,0,'Maleki the Pallid',NULL,NULL,0,61,61,0,21,0,1,1.14286,1,1,123,177,0,115,3.5,2000,1265,8,64,2048,0,0,0,0,0,0,111,164,25,7,0,10438,10438,0,0,0,0,0,0,0,17238,16869,17503,17243,0,0,0,0,0,0,1036,1357,'SmartAI',1,3,1,10,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10439,0,0,0,0,0,12818,0,0,0,'Ramstein the Gorger',NULL,NULL,0,61,61,0,21,0,1,1.14286,1,1,159,221,0,258,7.5,2500,1255,1,64,2048,0,0,0,0,0,0,127,188,28,6,0,10439,0,0,0,0,0,0,0,0,17307,5568,17687,0,0,0,0,0,0,0,1291,1690,'SmartAI',1,3,1,9,2,1,0,13174,15880,0,0,0,0,0,1,8388624,0,'',12340),(10440,0,0,0,0,0,10729,0,0,0,'Baron Rivendare',NULL,NULL,0,62,62,0,21,0,1,1.14286,1,1,160,223,0,246,3.5,2000,1265,2,64,2048,0,0,0,0,0,0,129,191,26,6,0,10440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2057,2692,'SmartAI',1,3,1,18,5,1,0,13174,13251,0,0,0,0,0,1,8388624,0,'',12340),(10441,0,0,0,0,0,1141,1418,2176,0,'Plagued Rat',NULL,NULL,0,55,55,0,16,0,1,1.14286,1,0,94,125,0,228,1,2000,2200,1,0,2048,0,0,0,0,0,0,65,95,23,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10442,0,0,0,0,0,10095,0,0,0,'Chromatic Whelp',NULL,NULL,0,57,58,0,40,0,1.11111,1.14286,1,0,93,123,0,228,3.5,1500,2000,2,0,2048,0,0,0,0,0,0,64,94,23,2,0,10442,0,10442,55,150,150,150,150,150,12167,16250,16249,0,0,0,0,0,0,0,120,161,'SmartAI',1,3,1,1.5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10445,0,0,0,0,0,9810,0,0,0,'Selina Dourman','Darkmoon Faire Information',NULL,6582,30,30,0,1555,1,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10447,0,0,0,0,0,10094,0,0,0,'Chromatic Dragonspawn',NULL,NULL,0,59,60,0,40,0,0.888888,1.14286,1,1,104,138,0,252,3.5,1500,2000,1,64,2048,0,0,0,0,0,0,72,106,26,2,0,10447,0,10447,0,200,200,200,200,200,15580,15284,0,0,0,0,0,0,0,0,735,964,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10455,0,0,0,0,0,9818,0,0,0,'Binny Springblade',NULL,NULL,0,40,40,0,875,0,1,1.14286,1,0,56,74,0,136,1,1500,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10456,0,0,0,0,0,9821,0,0,0,'Prynne',NULL,NULL,0,40,40,0,875,0,1,1.14286,1,0,56,74,0,136,1,1500,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10460,0,0,0,0,0,10195,0,0,0,'Prospector Ironboot',NULL,NULL,0,48,48,0,474,2,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,512,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10461,0,0,0,0,0,7511,2177,9829,0,'Plagued Insect',NULL,NULL,0,55,55,0,16,0,1,1.14286,1,0,94,125,0,228,1,2000,2200,1,0,2048,0,0,0,0,0,0,65,95,23,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10463,0,0,0,0,0,10728,0,0,0,'Shrieking Banshee',NULL,NULL,0,57,58,0,21,0,1,1.14286,1,1,100,132,0,242,3.5,2000,1292,1,64,2048,0,0,0,0,0,0,69,101,25,6,0,10463,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,610,'SmartAI',1,3,1,3,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),(10464,0,0,0,0,0,8782,0,0,0,'Wailing Banshee',NULL,NULL,0,58,59,0,21,0,1,1.14286,1,1,102,135,0,248,3.5,2000,1292,1,64,2048,0,0,0,0,0,0,70,103,25,6,0,10464,0,0,0,0,0,0,0,0,19645,17105,0,0,0,0,0,0,0,0,478,629,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10467,0,0,0,0,0,4587,0,0,0,'Mana Tide Totem',NULL,NULL,0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,16191,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10468,0,0,0,0,0,10655,0,0,0,'Felnok Steelspring',NULL,NULL,0,54,54,0,855,2,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,512,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10469,0,0,0,0,0,11161,11148,11149,11150,'Scholomance Adept',NULL,NULL,0,58,59,0,233,0,1,1.14286,1,1,133,176,0,234,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,91,133,23,7,0,10469,10469,0,0,0,0,0,0,0,15043,15499,15244,0,0,0,0,0,0,0,402,529,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10470,0,0,0,0,0,11164,11131,11132,11133,'Scholomance Neophyte',NULL,NULL,0,57,58,0,233,0,1,1.14286,1,1,71,98,0,107,3.5,2000,2000,8,64,2048,0,0,0,0,0,0,59,87,24,7,0,10470,10470,0,0,0,0,0,0,0,12739,12542,17165,0,0,0,0,0,0,0,357,472,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10471,0,0,0,0,0,11157,11145,11146,11173,'Scholomance Acolyte',NULL,NULL,0,57,58,0,233,0,1,1.14286,1,1,93,123,0,228,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,64,94,23,7,0,10471,10471,0,0,0,0,0,0,0,17613,11443,17615,15473,11443,0,0,0,0,0,387,510,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10472,0,0,0,0,0,11157,11125,11126,11176,'Scholomance Occultist',NULL,NULL,0,58,59,0,233,0,1,1.14286,1,1,133,176,0,234,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,91,133,23,7,0,10472,10472,0,0,0,0,0,0,0,15122,17682,16431,0,0,0,0,0,0,0,423,557,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10473,0,0,0,0,0,11163,11128,11129,11177,'Scholomance Shadowcaster','',NULL,0,57,59,0,233,0,1.2,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10475,0,0,0,0,0,11161,11134,11135,11136,'Scholomance Student',NULL,NULL,3647,58,59,0,15,1,1,1.14286,1,1,102,135,0,248,3.5,1200,2000,1,64,2048,0,0,0,0,0,0,70,103,25,7,0,10475,10475,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10476,0,0,0,0,0,11161,11151,11152,11175,'Scholomance Necrolyte',NULL,NULL,0,57,58,0,233,0,1.15,1.14286,1,1,93,123,0,228,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,64,94,23,7,0,10476,10476,0,0,0,0,0,0,0,12739,17151,17234,0,0,0,0,0,0,0,391,516,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10477,0,0,0,0,0,11163,11154,11155,11156,'Scholomance Necromancer',NULL,NULL,0,58,59,0,233,0,1,1.14286,1,1,133,176,0,234,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,91,133,23,7,0,10477,10477,0,0,0,0,0,0,0,17616,12020,14887,0,0,0,0,0,0,0,406,535,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10478,0,0,0,0,0,11401,9788,9789,9790,'Splintered Skeleton',NULL,NULL,0,59,60,0,233,0,1,1.71429,1,1,104,138,0,252,3.5,1000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,6,0,10478,10478,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,643,'',1,3,1,3,3,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(10479,0,0,0,0,0,5432,5265,0,0,'Skulking Corpse',NULL,NULL,0,58,59,0,233,0,1.15,1.14286,1,0,102,135,0,248,1,1400,1540,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,10479,0,0,0,0,0,0,0,0,15571,30138,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,73,1,8388624,0,'',12340),(10480,0,0,0,0,0,10978,10972,0,0,'Unstable Corpse',NULL,NULL,0,58,59,0,233,0,1,0.571429,1,0,102,135,0,248,3.5,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,10480,10480,0,0,0,0,0,0,0,17689,15571,18270,0,0,0,0,0,0,0,133,179,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,80,1,8388624,0,'',12340),(10481,0,0,0,0,0,10975,10976,0,0,'Reanimated Corpse',NULL,NULL,0,58,59,0,233,0,1,0.428571,1,0,102,135,0,248,3.5,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,10481,0,0,0,0,0,0,0,0,18270,0,0,0,0,0,0,0,0,0,89,121,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,73,1,8388624,0,'',12340),(10482,0,0,0,0,0,9786,7550,0,0,'Risen Lackey',NULL,NULL,0,58,59,0,233,0,1.15,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,10482,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10485,0,0,0,0,0,9786,7550,0,0,'Risen Aberration',NULL,NULL,0,57,58,0,233,0,1,1.71429,1,0,100,132,0,242,3.5,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,10485,10485,0,0,0,0,0,0,0,12021,0,0,0,0,0,0,0,0,0,101,136,'SmartAI',1,3,1,0.75,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(10486,0,0,0,0,0,7847,0,0,0,'Risen Warrior',NULL,NULL,0,59,61,0,233,0,0.888888,1.14286,1,1,159,221,0,258,3.5,2400,2000,1,64,2048,0,0,0,0,0,0,127,188,28,6,0,10486,10486,0,0,0,0,0,0,0,14516,11428,16509,15588,0,0,0,0,0,0,777,1020,'SmartAI',1,3,1,5,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10487,0,0,0,0,0,11489,0,0,0,'Risen Protector',NULL,NULL,0,58,60,0,233,0,0.888888,1.14286,1,1,146,192,0,238,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,101,167,24,6,0,10487,10487,0,0,0,0,0,0,0,17439,6726,15654,0,0,0,0,0,0,0,410,540,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10488,0,0,0,0,0,12074,0,0,0,'Risen Construct',NULL,NULL,0,58,61,0,233,0,1,1.19048,1,1,159,221,0,258,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,6,0,10488,10488,0,0,0,0,0,0,0,8269,3391,16169,0,0,0,0,0,0,0,776,1018,'SmartAI',1,3,1,5,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10489,0,0,0,0,0,7848,0,0,0,'Risen Guard',NULL,NULL,0,57,59,0,233,0,0.888888,1.14286,1,1,102,135,0,248,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,70,103,25,6,0,10489,10489,0,0,0,0,0,0,0,15655,15572,0,0,0,0,0,0,0,0,472,621,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10491,0,0,0,0,0,11397,0,0,0,'Risen Bonewarder',NULL,NULL,0,58,59,0,233,0,1,1.14286,1,1,133,176,0,234,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,91,133,23,6,0,10491,10491,0,0,0,0,0,0,0,17620,16431,17715,0,0,0,0,0,0,0,406,535,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10495,0,0,0,0,0,519,0,0,0,'Diseased Ghoul',NULL,NULL,0,58,59,0,233,0,0.777776,1.14286,1,1,102,135,0,248,3.5,1400,2000,1,64,2048,0,0,0,0,0,0,70,103,25,6,0,10495,10495,0,0,0,0,0,0,0,24063,18270,0,0,0,0,0,0,0,0,470,618,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10497,0,0,0,0,0,414,0,0,0,'Ragged Ghoul',NULL,NULL,0,58,59,0,233,0,1.15,1.14286,1,1,102,135,0,248,7.5,1158,1274,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,10497,0,0,0,0,0,0,0,0,15571,30138,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10498,0,0,0,0,0,3942,0,0,0,'Spectral Tutor',NULL,NULL,0,58,60,0,233,0,1.11111,1.14286,1,1,146,192,0,238,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,101,167,24,6,0,10498,0,0,0,0,0,0,0,0,17630,12528,17651,0,0,0,0,0,0,0,414,546,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10499,0,0,0,0,0,3942,0,0,0,'Spectral Researcher',NULL,NULL,0,58,60,0,233,0,1.11111,1.14286,1,1,146,192,0,238,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,101,167,24,6,0,10499,0,0,0,0,0,0,0,0,17630,17631,0,0,0,0,0,0,0,0,410,540,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10500,0,0,0,0,0,3942,0,0,0,'Spectral Teacher',NULL,NULL,0,58,61,0,233,0,1.11111,1.14286,1,1,152,210,0,244,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,120,179,25,6,0,10500,0,0,0,0,0,0,0,0,17630,17633,8994,0,0,0,0,0,0,0,427,563,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10502,0,0,0,0,0,11835,0,0,0,'Lady Illucia Barov',NULL,NULL,0,60,60,0,233,0,1,1.14286,1,1,146,192,0,238,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,101,167,24,6,0,10502,0,0,0,0,0,0,0,0,18116,19460,6215,15487,0,0,0,0,0,0,1247,1633,'SmartAI',1,3,1,11,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10503,0,0,0,0,0,11073,0,0,0,'Jandice Barov',NULL,NULL,0,61,61,0,233,0,1,1.14286,1,1,152,210,0,244,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,120,179,25,6,0,10503,0,0,0,0,0,0,0,0,24673,18270,18116,0,0,0,0,0,0,0,1376,1801,'SmartAI',1,3,1,12,3,1,0,13725,0,0,0,0,0,0,1,8388624,0,'',12340),(10504,0,0,0,0,0,11072,0,0,0,'Lord Alexei Barov',NULL,NULL,0,60,60,0,233,0,1,1.14286,1,1,104,138,0,252,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,6,0,10504,0,0,0,0,0,0,0,0,11668,11700,18116,0,0,0,0,0,0,0,1247,1633,'SmartAI',1,3,1,9,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10505,0,0,0,0,0,20981,0,0,0,'Instructor Malicia',NULL,NULL,0,60,60,0,233,2,1,1.14286,1,1,146,192,0,238,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,101,167,24,7,0,10505,10505,0,0,0,0,0,0,0,11672,12020,18116,0,0,0,0,0,0,0,1544,2021,'SmartAI',1,3,1,14,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10506,0,0,0,0,0,7534,0,0,0,'Kirtonos the Herald',NULL,NULL,0,63,63,0,233,0,1.15,1.14286,1,1,146,192,0,238,7.5,1600,2000,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,10506,0,0,0,0,0,0,0,0,8379,20741,18144,12882,14515,17228,12889,0,0,0,0,0,'',1,5,1,12,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'boss_kirtonos_the_herald',12340),(10507,0,0,0,0,0,10433,0,0,0,'The Ravenian',NULL,NULL,0,60,60,0,233,0,0.8,1.14286,1,1,104,138,0,252,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,6,0,10507,10507,0,0,0,0,0,0,0,17963,15550,40504,18670,0,0,0,0,0,0,1629,2132,'SmartAI',1,3,1,12,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10508,0,0,0,0,0,7919,0,0,0,'Ras Frostwhisper',NULL,NULL,0,62,62,0,233,0,1,1.14286,1,1,160,223,0,246,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,129,191,26,6,0,10508,10508,0,0,0,0,186,0,0,18099,8398,12096,18763,0,0,0,0,0,0,1505,1970,'SmartAI',1,3,1,13,6,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10509,0,0,0,0,0,9686,0,0,0,'Jed Runewatcher','Blackhand Legion',NULL,0,59,59,0,40,0,1,1.14286,1,2,102,135,0,248,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,70,103,25,7,0,10509,0,0,0,0,0,0,0,0,35178,15749,0,0,0,0,0,0,0,0,747,980,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(10510,0,0,0,0,0,7763,0,0,0,'Plagued Slime',NULL,NULL,0,55,55,0,16,0,0.91,1.14286,1,0,94,125,0,228,1,2000,2200,1,0,2048,0,0,0,0,0,0,65,95,23,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10516,0,0,0,0,0,10771,0,0,0,'The Unforgiven',NULL,NULL,0,57,57,0,21,0,1.11111,1.14286,1,1,98,130,0,238,7.5,2000,1283,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,10516,0,0,0,171,171,171,171,171,14907,0,0,0,0,0,0,0,0,0,561,738,'SmartAI',1,3,1,4,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),(10536,0,0,0,0,0,9903,9904,9905,9906,'Plagued Maggot',NULL,NULL,0,55,55,0,16,0,0.91,1.14286,1,0,94,125,0,228,1,2000,2200,1,0,2048,0,0,0,0,0,0,65,95,23,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10537,0,0,0,0,0,9899,0,0,0,'Cliffwatcher Longhorn',NULL,NULL,0,55,55,0,104,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4608,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10538,0,0,0,0,0,9909,0,0,0,'Vaelastrasz',NULL,NULL,0,60,60,0,250,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10539,0,0,0,0,0,10132,0,0,0,'Hagar Lightninghoof',NULL,NULL,0,30,30,0,104,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10540,0,0,0,0,0,31736,10357,0,0,'Vol\'jin',NULL,NULL,7339,83,83,2,125,3,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,64,2048,0,0,0,0,0,0,365,529,98,7,76,0,0,0,0,0,0,0,0,0,17289,16097,17146,17820,0,0,0,0,0,0,700000,750000,'',0,3,1,400,16,1,0,0,0,0,0,0,0,0,1,617299967,0,'',12340),(10541,0,0,0,0,0,7804,0,0,0,'Krakle\'s Thermometer',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(10556,0,0,0,0,0,10038,0,0,0,'Lazy Peon',NULL,NULL,0,4,4,0,29,0,1,1.14286,1,0,4,5,0,30,1,2000,2167,1,512,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_lazy_peon',12340),(10557,0,0,0,0,0,4589,0,0,0,'Flametongue Totem IV',NULL,NULL,0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,1705,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,52112,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10558,0,0,0,0,0,10482,0,0,0,'Hearthsinger Forresten',NULL,NULL,0,57,57,0,7,0,1,1.14286,1,2,98,130,0,238,3.5,2000,1292,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,10558,0,0,0,171,171,171,171,171,16798,16244,16100,14443,0,0,0,0,0,0,589,774,'SmartAI',1,3,1,2.5,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),(10559,0,0,0,0,0,4979,0,0,0,'Lady Vespia',NULL,NULL,0,22,22,0,74,0,1,1.14286,1,4,30,39,0,71,1,2000,2000,2,32768,2048,0,0,0,0,0,0,21,31,5,7,0,10559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,40,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10577,0,0,0,0,0,10005,0,0,0,'Crypt Scarab',NULL,NULL,0,1,1,0,21,0,1.1,1.14286,1,0,2,2,0,24,1,200,2000,1,37748736,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(10578,0,0,0,0,0,9911,0,0,0,'Bom\'bay','Witch Doctor in Training',NULL,3062,8,8,0,126,1,1,1.14286,1,0,10,14,0,38,1,2000,2123,1,512,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10580,0,0,0,0,0,4631,10256,0,0,'Fetid Zombie',NULL,NULL,0,54,56,0,21,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,6,0,10580,10580,0,0,0,0,0,0,0,8713,0,0,0,0,0,0,0,0,0,122,164,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10581,0,0,0,0,0,9913,0,0,0,'Young Arikara',NULL,NULL,0,20,20,0,14,0,1.07,1.14286,1,1,29,39,0,70,7.5,1508,1659,1,0,2048,0,27,0,0,0,0,20,30,4,1,1,0,0,12715,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(10582,0,0,0,0,0,10209,0,0,0,'Dog','Sire',NULL,0,10,10,0,104,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,4096,2048,0,0,0,0,0,0,9,13,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10583,0,0,0,0,0,1233,0,0,0,'Gryfe','Flight Master',NULL,6944,65,65,0,474,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10584,0,0,0,0,0,11583,0,0,0,'Urok Doomhowl',NULL,NULL,0,60,60,0,40,0,1.6,1.14286,1,1,146,192,0,238,3.5,1166,1283,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,10584,0,0,0,0,0,0,0,0,16508,16509,15580,0,0,0,0,0,0,0,1425,1866,'',1,3,1,8,1,1,0,12712,21982,0,0,0,0,51,1,0,0,'boss_urok_doomhowl',12340),(10596,0,0,0,0,0,9929,0,0,0,'Mother Smolderweb',NULL,NULL,0,59,59,0,16,0,1,1.14286,1,1,102,135,0,248,3.5,1100,1300,1,64,2048,0,0,0,0,0,0,70,103,25,1,0,10596,0,100003,0,0,0,0,0,0,16104,16468,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_mother_smolderweb',12340),(10598,0,0,0,0,0,9997,0,0,0,'Smolderweb Hatchling',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10599,0,0,0,0,0,9936,0,0,0,'Hulfnar Stonetotem',NULL,NULL,0,10,10,0,104,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,4096,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10600,0,0,0,0,0,9935,0,0,0,'Thontek Rumblehoof',NULL,NULL,0,11,11,0,1606,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,4608,2048,0,0,0,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.6,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10601,0,0,0,0,0,11584,0,0,0,'Urok Enforcer',NULL,NULL,0,54,55,0,7,0,1.6,1.14286,1,1,94,125,0,228,7.5,1208,1329,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,10601,0,0,0,0,0,0,0,0,14516,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,21982,0,0,0,0,0,51,1,0,2,'',12340),(10602,0,0,0,0,0,11585,0,0,0,'Urok Ogre Magus',NULL,NULL,0,54,55,0,7,0,1.6,1.14286,1,1,87,116,0,214,3.5,1183,1301,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,10602,0,0,0,0,0,0,0,0,6742,13747,15979,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,5,1,0,21982,0,0,0,0,0,51,1,0,2,'',12340),(10603,0,0,0,0,0,9939,9941,9940,9942,'Hallucination',NULL,NULL,0,1,1,0,126,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10604,0,0,0,0,0,9937,0,0,0,'Huntress Nhemai',NULL,NULL,0,20,20,0,79,2,1,1.38571,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10605,0,0,0,0,0,10311,10313,10312,10314,'Scarlet Medic',NULL,NULL,0,52,54,0,89,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,2,32768,2048,0,0,0,0,0,0,59,86,20,7,0,10605,10605,0,0,0,0,0,0,0,17137,11640,17175,0,0,0,0,0,0,0,99,134,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10606,0,0,0,0,0,9938,0,0,0,'Huntress Yaeliura',NULL,NULL,0,20,20,0,79,2,1,1.38571,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10608,0,0,0,0,0,10332,10333,10334,10335,'Scarlet Priest',NULL,NULL,0,55,57,0,67,0,1.1,1.14286,1,0,69,96,0,106,1,2000,2000,8,32768,2048,0,0,0,0,0,0,58,85,24,7,0,10608,10608,0,0,0,0,0,0,0,15586,8362,15498,13864,0,0,0,0,0,0,401,528,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10610,0,0,0,0,0,9946,0,0,0,'Angus','Dwarven Mortar Team',NULL,0,11,11,0,55,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10611,0,0,0,0,0,9947,0,0,0,'Shorty','Dwarven Mortar Team',NULL,0,10,10,0,55,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10612,0,0,0,0,0,10958,0,0,0,'Guard Wachabe',NULL,NULL,0,45,45,0,104,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4608,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10616,0,0,0,0,0,10995,0,0,0,'Supervisor Raelen',NULL,NULL,0,15,15,0,123,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,4096,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10617,0,0,0,0,0,9532,0,0,0,'Galak Messenger',NULL,NULL,0,26,26,0,131,0,0.666668,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,10617,10617,0,0,0,0,0,0,0,6190,0,0,0,0,0,0,0,0,0,37,53,'',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10618,0,0,0,0,0,10190,0,0,0,'Rivern Frostwind','Wintersaber Trainer',NULL,3130,62,62,0,874,131,1.1,1.14286,1,0,160,223,0,246,1,2000,2000,2,512,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_rivern_frostwind',12340),(10619,0,0,0,0,0,9954,0,0,0,'Glacier','Rivern\'s Guardian',NULL,0,50,50,0,874,0,1.1,1.14286,1,0,85,112,0,206,1,2000,2000,1,576,2048,0,0,0,0,0,0,58,86,20,1,0,10619,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(10636,0,0,0,0,0,7933,0,0,0,'Pack Kodo',NULL,NULL,0,30,30,0,104,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,1,0,10636,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10637,0,0,0,0,0,9969,0,0,0,'Malyfous Darkhammer','The Thorium Brotherhood',NULL,2984,59,59,0,1475,3,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,768,2048,0,0,0,0,0,0,70,103,25,7,0,10637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10638,0,0,0,0,0,10057,0,0,0,'Kanati Greycloud',NULL,NULL,0,30,30,0,104,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,4096,10638,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_kanati',12340),(10639,0,0,0,0,0,6800,0,0,0,'Rorgish Jowl',NULL,NULL,0,25,25,0,82,0,1.05,1.14286,1,4,35,48,0,86,1,1200,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,10639,0,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,34,49,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10640,0,0,0,0,0,5773,0,0,0,'Oakpaw',NULL,NULL,0,27,27,0,82,0,1.05,1.14286,1,4,36,47,0,86,1,2000,2000,2,0,2048,0,0,0,0,0,0,24,36,7,7,0,10640,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,39,55,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10641,0,0,0,0,0,8389,0,0,0,'Branch Snapper',NULL,NULL,0,25,25,0,16,0,0.666668,1.14286,1,4,35,48,0,86,1,1441,1585,1,0,2048,0,0,0,0,0,0,24,36,6,4,0,10641,0,0,250,250,250,250,375,200,3583,10101,0,0,0,0,0,0,0,0,34,49,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10642,0,0,0,0,0,5561,0,0,0,'Eck\'alom',NULL,NULL,0,27,27,0,91,0,1.05,1.14286,1,4,36,47,0,86,1,2000,2000,2,0,2048,0,0,0,0,0,0,24,36,7,4,0,10642,0,0,0,0,0,75,0,0,5276,12548,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10643,0,0,0,0,0,11293,0,0,0,'Mugglefin',NULL,NULL,0,23,23,0,18,0,2.6,1.14286,1,4,33,44,0,80,1,1450,1595,1,32768,2048,0,0,0,0,0,0,22,33,5,7,0,10643,0,0,0,0,0,0,0,0,3584,0,0,0,0,0,0,0,0,0,36,52,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10644,0,0,0,0,0,165,0,0,0,'Mist Howler',NULL,NULL,0,22,22,0,38,0,1.05,1.14286,1,4,32,42,0,78,1,1300,2000,1,0,2048,0,1,0,0,0,0,21,32,4,1,1,10644,0,100004,0,0,0,0,0,0,13443,3604,8715,0,0,0,0,0,8866,0,0,0,'SmartAI',0,1,1,1.02,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(10645,0,0,0,0,0,10093,0,0,0,'Thalia Amberhide',NULL,NULL,0,30,30,0,104,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10646,30789,0,0,0,0,10092,0,0,0,'Lakota Windsong',NULL,NULL,0,30,30,0,104,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,4096,0,0,0,0,0,0,0,0,0,13534,33333,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_lakota_windsong',12340),(10647,0,0,0,0,0,11331,0,0,0,'Prince Raze',NULL,NULL,0,32,32,0,90,0,1.05,1.14286,1,4,42,55,0,100,1,2000,2000,2,0,2048,0,0,0,0,0,0,29,42,9,3,0,10647,0,0,0,0,0,0,0,0,11969,9053,16570,0,0,0,0,0,0,0,52,73,'SmartAI',0,3,1,1.5,1.25,1,0,5481,7128,0,0,0,0,0,1,0,0,'',12340),(10648,0,0,0,0,0,2879,0,0,0,'Xavaric',NULL,NULL,0,55,55,0,90,0,1.1,1.14286,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,3,0,10648,10648,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,140,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10656,0,0,0,0,0,850,0,0,0,'Guardian Felhunter',NULL,NULL,0,30,30,0,90,0,0.63,1.14286,1,0,42,56,0,102,1,2000,2200,1,0,2048,0,0,0,0,0,0,29,42,9,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(10657,0,0,0,0,0,9993,0,0,0,'Corrupted Cat',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(10658,0,0,0,0,0,9990,0,0,0,'Winna\'s Kitten',NULL,NULL,0,1,1,0,188,0,1.1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(10659,0,0,0,0,0,10585,0,0,0,'Cobalt Whelp',NULL,NULL,0,55,55,0,103,0,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,2,0,10659,0,10659,0,0,0,82,0,165,15089,13443,0,0,0,0,0,0,0,0,117,158,'',1,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10660,0,0,0,0,0,10584,0,0,0,'Cobalt Broodling',NULL,NULL,0,55,56,0,103,0,1.1,1.14286,1,0,89,118,0,220,1,2000,2000,2,0,2048,0,0,0,0,0,0,61,90,21,2,0,10660,0,10660,0,0,0,84,0,168,9672,29881,0,0,0,0,0,0,0,0,108,145,'',1,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10661,0,0,0,0,0,10583,0,0,0,'Spell Eater',NULL,NULL,0,54,56,0,103,0,1.1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,2,0,10661,0,10661,0,0,0,56,0,168,16340,0,0,0,0,0,0,0,0,0,122,164,'',1,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10662,0,0,0,0,0,9995,0,0,0,'Spellmaw',NULL,NULL,0,56,56,0,103,0,1.1,1.14286,1,1,96,127,0,234,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,67,97,23,2,0,10662,0,10662,0,0,0,168,0,0,16099,17012,0,0,0,0,0,0,0,0,772,1013,'SmartAI',1,1,1,6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10663,0,0,0,0,0,9996,0,0,0,'Manaclaw',NULL,NULL,0,58,58,0,103,0,1.1,1.14286,1,1,100,132,0,242,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,69,101,25,2,0,10663,0,10663,0,0,0,174,0,0,16099,0,0,0,0,0,0,0,0,0,818,1073,'SmartAI',0,1,1,6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10664,0,0,0,0,0,6373,0,0,0,'Scryer',NULL,NULL,0,60,60,0,103,0,1.1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,2,0,10664,0,10664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1629,2132,'SmartAI',0,1,1,12,2,1,0,16869,0,0,0,0,0,149,1,0,0,'',12340),(10665,0,0,0,0,0,9999,0,0,0,'Junior Apothecary Holland','Royal Apothecary Society',NULL,11827,20,20,0,68,3,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10666,0,0,0,0,0,10006,0,0,0,'Gordo',NULL,NULL,11159,30,30,0,68,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10667,0,0,0,0,0,10008,0,0,0,'Chromie',NULL,NULL,2911,63,63,0,35,3,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,33536,2048,0,0,0,0,0,0,147,219,32,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10668,0,0,0,0,0,10004,0,0,0,'Beaten Corpse','',NULL,0,16,16,0,83,1,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,768,2048,32,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_beaten_corpse',12340),(10676,0,0,0,0,0,10009,0,0,0,'Raider Jhash',NULL,NULL,11189,35,35,0,85,0,1.43,1.14286,1,0,49,64,0,118,1,2000,1826,1,4096,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),(10678,0,0,0,0,0,10007,0,0,0,'Plagued Hatchling',NULL,NULL,0,57,59,0,233,0,1.11111,1.14286,1,0,102,135,0,248,3.5,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,2,0,10678,0,10678,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,130,175,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10680,0,0,0,0,0,9670,9671,9672,9673,'Summoned Blackhand Dreadweaver','Blackhand Legion',NULL,0,59,60,0,40,0,1,1.14286,1,1,146,192,0,238,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,101,167,24,7,0,10680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,412,543,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10681,0,0,0,0,0,9686,9687,9896,9897,'Summoned Blackhand Veteran','Blackhand Legion',NULL,0,59,60,0,40,0,1,1.14286,1,1,104,138,0,252,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,10681,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,643,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10682,0,0,0,0,0,10010,0,0,0,'Raider Kerr',NULL,NULL,0,35,35,0,85,0,1.43,1.14286,1,0,49,64,0,118,1,2000,1826,1,4096,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),(10683,0,0,0,0,0,8309,0,0,0,'Rookery Hatcher',NULL,NULL,0,58,59,0,16,0,0.888888,1.42857,1,1,102,135,0,248,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,70,103,25,2,0,10683,0,10683,0,177,0,0,0,0,15580,15572,0,0,0,0,0,0,0,0,478,629,'SmartAI',1,3,1,3,1,1,0,16786,0,0,0,0,0,144,1,0,0,'',12340),(10684,0,0,0,0,0,11423,0,0,0,'Remorseful Highborne',NULL,NULL,0,56,56,0,124,3,1.1,1.14286,1,0,89,118,0,220,1,2000,2000,2,4096,2048,0,0,0,0,0,0,61,90,21,6,0,10684,0,0,0,0,0,0,0,0,17194,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10685,0,0,0,0,0,10015,0,0,0,'Swine',NULL,NULL,0,3,3,0,31,0,1,0.85714,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,2,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(10696,0,0,0,0,0,4137,4138,0,0,'Refuge Pointe Defender',NULL,NULL,0,41,45,0,123,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4096,2048,0,0,0,0,0,0,52,76,17,7,0,10696,10696,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10697,0,0,0,0,0,10029,0,0,0,'Bile Slime',NULL,NULL,0,59,60,0,21,0,0.65,1.14286,1,0,104,138,0,252,1,2000,1562,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,16866,1604,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10698,0,0,0,0,0,10030,0,0,0,'Summoned Zombie',NULL,NULL,0,56,56,0,21,0,1,1.14286,1,0,68,94,0,104,1,2000,2000,8,0,2048,0,0,0,0,0,0,56,83,24,6,0,10698,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10699,0,0,0,0,0,10031,0,0,0,'Carrion Scarab',NULL,NULL,0,57,58,0,21,0,1.1,1.14286,1,0,71,98,0,107,1,2000,2000,8,0,2048,0,0,0,0,0,0,59,87,24,6,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10716,0,0,0,0,0,10033,0,0,0,'Belfry Bat',NULL,NULL,0,1,1,0,7,0,1,2.85714,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,3264,0,0,0,0,0,220,1,0,2,'',12340),(10717,0,0,0,0,0,10046,0,0,0,'Temporal Parasite',NULL,NULL,0,55,56,0,16,0,0.62,1.14286,1,0,89,118,0,220,1,1440,1584,2,0,2048,0,0,0,0,0,0,61,90,21,1,0,10717,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.33,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10718,0,0,0,0,0,10036,0,0,0,'Shahram',NULL,NULL,0,63,63,0,35,0,0.91,1.14286,1,0,181,253,0,268,1,2000,2200,1,0,2048,0,0,0,0,0,0,147,219,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10719,0,0,0,0,0,10071,0,0,0,'Herald of Thrall',NULL,NULL,0,50,50,0,29,0,1.2,1.14286,1,0,85,112,0,206,1,1510,1661,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10720,0,0,0,0,0,9435,0,0,0,'Galak Assassin',NULL,NULL,0,27,28,0,131,0,1.25,1.14286,1,0,39,53,0,96,1,1700,1870,1,0,2048,0,0,0,0,0,0,27,40,8,7,0,10720,0,0,0,0,0,0,0,0,34616,11825,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10721,0,0,0,0,0,10049,10050,10051,10052,'Novice Warrior',NULL,NULL,0,5,5,0,104,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,4096,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10737,0,0,0,0,0,10113,0,0,0,'Shy-Rotam','',NULL,0,60,60,0,16,0,1.79,1.14286,1,0,104,138,0,252,1,1538,2000,1,0,2048,0,2,0,0,0,0,72,106,26,1,1,10737,0,10737,0,0,0,0,0,0,13443,3604,14100,0,0,0,0,0,13349,0,0,0,'SmartAI',0,1,1,1.25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(10738,0,0,0,0,0,9491,0,0,0,'High Chief Winterfall',NULL,NULL,0,59,59,0,82,0,0.666668,0.992063,1,0,133,176,0,234,1,2800,2000,2,64,2048,0,0,0,0,0,0,91,133,23,7,0,10738,10738,0,0,0,0,0,0,0,12548,15793,0,0,0,0,0,0,0,0,399,999,'',1,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10739,0,0,0,0,0,10069,0,0,0,'Mulgris Deepriver',NULL,NULL,2921,55,55,0,35,3,1.1,1.14286,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10740,0,0,0,0,0,6293,0,0,0,'Awbee',NULL,NULL,3063,57,57,0,35,3,1.11111,1.14286,1,1,98,130,0,238,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,68,99,24,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10741,0,0,0,0,0,10114,0,0,0,'Sian-Rotam',NULL,NULL,0,60,60,0,16,0,1.79,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,2,0,0,0,0,72,106,26,1,1,10741,0,10741,0,0,0,0,0,0,13443,3604,14100,3019,0,0,0,0,13341,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(10742,0,0,0,0,0,10176,10177,10178,10179,'Blackhand Dragon Handler','Blackhand Legion',NULL,0,59,60,0,40,0,1,1.14286,1,1,104,138,0,252,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,10742,9818,0,0,0,0,0,0,0,16637,0,0,0,0,0,0,0,0,0,493,648,'',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(10756,0,0,0,0,0,5562,0,0,0,'Scalding Elemental',NULL,NULL,0,28,29,0,834,0,1,0.85714,1,0,41,54,2,100,1,3000,2000,1,32768,2048,0,0,0,0,0,0,28,41,8,4,0,10756,0,0,0,87,0,29,0,0,17276,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(10757,0,0,0,0,0,5561,0,0,0,'Boiling Elemental',NULL,NULL,0,27,28,0,834,0,1,0.85714,1,0,39,53,0,96,1,3000,2000,1,32768,2048,0,0,0,0,0,0,27,40,8,4,0,10757,0,0,0,84,0,28,0,0,11983,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(10758,0,0,0,0,0,10223,10224,10225,10226,'Grimtotem Bandit',NULL,NULL,0,25,26,0,16,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,32768,2048,0,0,0,0,0,0,25,37,7,7,0,10758,10758,0,0,0,65,0,0,0,34802,13534,0,0,0,0,0,0,0,0,35,51,'',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10759,0,0,0,0,0,10238,10239,10240,10241,'Grimtotem Stomper',NULL,NULL,0,26,27,0,16,0,1,1.14286,1,0,36,47,0,86,1,2000,2000,2,32768,2048,0,0,0,0,0,0,24,36,7,7,0,10759,10759,0,0,0,65,0,0,0,8046,0,0,0,0,0,0,0,0,0,34,50,'',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10760,0,0,0,0,0,10227,10228,10230,10231,'Grimtotem Geomancer',NULL,NULL,0,25,27,0,16,0,1,1.14286,1,0,27,38,0,40,1,2000,2000,8,32768,2048,0,0,0,0,0,0,24,35,15,7,0,10760,10760,0,0,0,65,0,0,0,8400,2121,30035,0,0,0,0,0,0,0,32,47,'',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10761,0,0,0,0,0,10233,10235,10234,10236,'Grimtotem Reaver',NULL,NULL,0,28,28,0,16,0,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,32768,2048,0,0,0,0,0,0,27,40,8,7,0,10761,10761,0,0,0,65,0,0,0,17281,15280,0,0,0,0,0,0,0,0,41,59,'',1,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10762,0,0,0,0,0,10172,10173,10174,10175,'Blackhand Thug',NULL,NULL,0,60,60,0,16,0,1,1.14286,1,1,104,138,0,252,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,10762,9818,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,737,967,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10776,0,0,0,0,0,10089,0,0,0,'Finkle Einhorn',NULL,NULL,2951,60,60,0,35,3,1.76,1.14286,1,1,104,138,0,252,3.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10778,0,0,0,0,0,10129,0,0,0,'Janice Felstone',NULL,NULL,2961,5,5,0,35,3,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,33536,2048,0,0,0,0,0,0,3,4,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(10779,0,0,0,0,0,10090,0,0,0,'Infected Squirrel',NULL,NULL,0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(10780,0,0,0,0,0,10091,0,0,0,'Infected Deer',NULL,NULL,0,5,5,0,31,0,1,0.85714,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(10781,0,0,0,0,0,10130,0,0,0,'Royal Overseer Bauhaus','Undercity Census',NULL,2941,40,40,0,68,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,36864,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10782,0,0,0,0,0,10131,0,0,0,'Royal Factor Bathrilor','Stormwind Census',NULL,2943,40,40,0,12,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10799,0,0,0,0,0,763,0,0,0,'Warosh','The Cursed',NULL,0,60,60,0,35,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10800,0,0,0,0,0,6704,0,0,0,'Warosh the Redeemed',NULL,NULL,0,60,60,0,35,2,1.26,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10801,0,0,0,0,0,10487,0,0,0,'Jabbering Ghoul',NULL,NULL,0,54,54,0,21,0,0.777776,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,6,0,10801,10801,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,153,'',1,3,1,1.3,1,1,0,12722,0,0,0,0,0,0,1,8388624,0,'',12340),(10802,0,0,0,0,0,10659,0,0,0,'Hitah\'ya the Keeper',NULL,NULL,0,51,51,0,37,0,1.1,1.14286,1,0,61,85,0,93,1,2600,2000,8,32768,2048,0,0,0,0,0,0,51,75,22,7,0,10802,10802,0,0,0,0,0,0,0,11639,9613,23895,0,0,0,0,0,0,0,424,558,'',0,3,1,1.5,1,1,0,9259,19064,0,0,0,0,0,1,0,0,'',12340),(10803,0,0,0,0,0,10111,0,0,0,'Rifleman Wheeler',NULL,NULL,0,8,9,0,55,0,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10804,0,0,0,0,0,10110,0,0,0,'Rifleman Middlecamp',NULL,NULL,0,8,9,0,55,0,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10805,0,0,0,0,0,10109,0,0,0,'Spotter Klemmy',NULL,NULL,0,6,6,0,55,0,1,1.14286,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10806,0,0,0,0,0,10618,0,0,0,'Ursius',NULL,NULL,0,56,56,0,16,0,1,1.14286,1,0,96,127,0,234,1,2400,2000,1,0,2048,0,4,0,0,0,0,67,97,23,1,1,10806,0,10806,0,0,0,0,0,0,15971,15793,0,0,0,0,0,0,12854,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10807,0,0,0,0,0,12683,0,0,0,'Brumeran',NULL,NULL,0,58,58,0,16,0,1.4,1.42857,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,38,0,0,0,0,69,101,25,1,65537,10807,0,10807,0,0,0,0,0,0,8599,15797,16552,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),(10808,0,0,0,0,0,571,0,0,0,'Timmy the Cruel',NULL,NULL,0,58,58,0,21,0,0.777776,1.14286,1,1,100,132,0,242,7.5,1400,1283,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,10808,10808,0,0,0,0,0,0,0,3417,17470,8599,0,0,0,0,0,0,0,1611,2109,'SmartAI',1,3,1,8,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),(10809,0,0,0,0,0,7856,0,0,0,'Stonespine',NULL,NULL,0,60,60,0,21,0,0.9,1.14286,1,2,104,138,0,252,3.5,1166,1283,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,10809,0,0,0,0,0,0,0,0,14331,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,2,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(10811,0,0,0,0,0,10544,0,0,0,'Archivist Galford',NULL,NULL,0,60,60,0,67,0,1,1.14286,1,1,146,192,0,238,3.5,2000,1283,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,10811,10811,0,0,0,0,0,0,0,17293,23462,17274,0,0,0,0,0,0,0,907,1189,'SmartAI',1,3,1,8,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10812,0,0,0,0,0,10545,0,0,0,'Grand Crusader Dathrohan',NULL,NULL,0,62,62,0,67,0,1,1.14286,1,1,160,223,0,246,3.5,2000,1283,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,0,10812,0,0,0,0,0,0,0,17286,1604,20830,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10813,0,0,0,0,0,10691,0,0,0,'Balnazzar',NULL,NULL,0,62,62,0,67,0,1.79,1.14286,1,1,172,240,0,262,7.5,1150,1265,2,0,2048,0,0,0,0,0,0,139,207,30,3,0,10813,0,0,0,0,0,0,0,0,17287,17399,12098,13704,0,0,0,0,0,0,1462,1915,'',1,3,1,12,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10814,0,0,0,0,0,10116,0,0,0,'Chromatic Elite Guard',NULL,NULL,0,59,60,0,40,0,0.888888,1.14286,1,1,104,138,0,252,3.5,2600,2000,1,64,2048,0,0,0,0,0,0,72,106,26,2,0,10814,0,10814,0,220,220,220,220,220,15708,16790,15580,0,0,0,0,0,0,0,1117,1464,'SmartAI',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10816,0,0,0,0,0,7550,0,0,0,'Wandering Skeleton',NULL,NULL,0,55,55,0,21,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,10816,0,0,0,0,0,0,0,0,17014,17650,0,0,0,0,0,0,0,0,118,159,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10817,0,0,0,0,0,10374,0,0,0,'Duggan Wildhammer',NULL,NULL,0,55,55,0,189,0,1.75,1.14286,1,4,94,125,0,228,1,1191,1310,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,10817,0,0,0,0,0,0,0,0,15284,6660,0,0,0,0,0,0,0,0,116,156,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10821,0,0,0,0,0,10709,0,0,0,'Hed\'mush the Rotting',NULL,NULL,0,57,57,0,16,0,1.76,1.14286,1,4,98,130,0,238,1,1175,1292,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,10821,0,0,0,0,0,0,0,0,14099,12627,0,0,0,0,0,0,0,0,124,167,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,51,1,8388624,0,'',12340),(10822,0,0,0,0,0,10452,0,0,0,'Warlord Thresh\'jin',NULL,NULL,0,58,58,0,37,0,1.77,1.14286,1,4,100,132,0,242,1,1166,1283,1,32768,2048,0,0,0,0,0,0,69,101,25,7,0,10822,0,0,0,0,0,0,0,0,15576,11971,9080,0,0,0,0,0,0,0,133,179,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10823,0,0,0,0,0,10443,0,0,0,'Zul\'Brin Warpbranch',NULL,NULL,0,59,59,0,16,0,1.78,1.14286,1,4,72,100,0,110,1,1158,1274,8,32768,2048,0,0,0,0,0,0,60,88,25,7,0,10823,0,0,0,0,0,0,0,0,17172,12491,20831,41115,0,0,0,0,0,0,107,144,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10824,0,0,0,0,0,19824,0,0,0,'Ranger Lord Hawkspear',NULL,NULL,0,60,60,0,189,0,1.1,1.14286,1,4,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,10824,0,0,0,0,0,0,0,0,15547,12057,11978,0,0,0,0,0,0,0,139,187,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10825,0,0,0,0,0,7856,0,0,0,'Gish the Unmoving',NULL,NULL,0,56,56,0,16,0,1.76,1.14286,1,4,96,127,0,234,1,1183,1301,1,0,2048,0,0,0,0,0,0,67,97,23,6,0,10825,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,149,1,8388624,0,'',12340),(10826,0,0,0,0,0,7847,0,0,0,'Lord Darkscythe',NULL,NULL,0,57,57,0,16,0,1.1,1.14286,1,4,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,10826,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,172,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10827,0,0,0,0,0,10432,0,0,0,'Deathspeaker Selendre','Cult of the Damned',NULL,0,56,56,0,21,0,1.76,1.14286,1,4,68,94,0,104,1,1183,1301,8,32768,2048,0,0,0,0,0,0,56,83,24,7,0,10827,0,0,0,0,0,0,56,0,15232,13338,17173,0,0,0,0,0,0,0,100,135,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10828,0,0,0,0,0,10431,0,0,0,'High General Abbendis',NULL,NULL,0,59,59,0,67,0,1,1.14286,1,2,133,176,0,234,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,91,133,23,7,0,10828,10828,0,0,0,0,0,0,0,9128,13730,17143,0,0,0,0,0,0,0,683,897,'SmartAI',0,3,1,3.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10836,0,0,0,0,0,10627,0,0,0,'Farmer Dalson',NULL,NULL,0,56,56,0,21,0,1.24,1.14286,1,0,96,127,0,234,1,1450,1595,1,0,2048,0,0,0,0,0,0,67,97,23,6,0,10836,0,0,0,0,0,0,0,0,3391,16128,17650,8599,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10837,0,0,0,0,0,10150,0,0,0,'High Executor Derrington',NULL,NULL,3041,61,61,0,118,3,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10838,0,0,0,0,0,10151,0,0,0,'Commander Ashlam Valorfist',NULL,NULL,3042,61,61,0,123,3,1,1.14286,1,0,152,210,0,244,1,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10839,0,0,0,0,0,10210,0,0,0,'Argent Officer Garush','The Argent Dawn',NULL,3382,60,60,0,814,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10840,0,0,0,0,0,10211,0,0,0,'Argent Officer Pureheart','The Argent Dawn',NULL,3383,60,60,0,814,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10856,0,0,0,0,0,10212,0,0,0,'Argent Quartermaster Hasana','The Argent Dawn',NULL,3421,58,58,0,814,4227,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10857,0,0,0,0,0,10213,0,0,0,'Argent Quartermaster Lightspark','The Argent Dawn',NULL,3441,58,58,0,814,4227,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10876,0,0,0,0,0,10031,0,0,0,'Undead Scarab',NULL,NULL,0,60,60,0,21,0,0.5,1.14286,1,0,74,102,0,112,1,2000,1584,8,0,2048,0,0,0,0,0,0,61,90,25,6,0,0,0,0,0,0,0,0,84,0,34969,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10877,0,0,0,0,0,10184,0,0,0,'Courier Hammerfall',NULL,NULL,5782,3,3,0,55,3,1,1.14286,1,0,3,4,0,28,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10878,0,0,0,0,0,10185,0,0,0,'Herald Moonstalker',NULL,NULL,5782,3,3,0,80,3,1,1.14286,1,0,3,4,0,28,1,2000,2000,1,4096,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10879,0,0,0,0,0,10187,0,0,0,'Harbinger Balthazad',NULL,NULL,5782,3,3,0,68,3,1,1.14286,1,0,3,4,0,28,1,2000,2000,1,4096,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10880,0,0,0,0,0,10186,0,0,0,'Warcaller Gorlach',NULL,NULL,5782,3,3,0,29,3,1,1.14286,1,0,3,4,0,28,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10881,0,0,0,0,0,10188,0,0,0,'Bluff Runner Windstrider',NULL,NULL,5782,3,3,0,104,3,1,1.14286,1,0,3,4,0,28,1,2000,2000,1,4096,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10882,0,0,0,0,0,10183,0,0,0,'Arikara','Vengeance',NULL,0,28,28,0,14,0,1.5,1.14286,1,0,39,53,0,96,1,1441,1585,1,0,2048,0,27,0,0,0,0,27,40,8,1,1,10882,0,100010,2,2,2,2,2,2,2893,17213,0,0,0,0,0,0,13063,0,0,0,'',1,1,1,1.15,1,1,0,12925,0,0,0,0,0,121,1,0,0,'',12340),(10896,0,0,0,0,0,10243,0,0,0,'Arnak Grimtotem',NULL,NULL,0,29,29,0,16,0,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,0,2048,0,0,0,0,0,0,28,41,8,7,0,10896,10896,0,0,0,0,0,0,0,18075,34014,0,0,0,0,0,0,0,0,43,61,'',0,1,1,1.05,1,1,0,12884,0,0,0,0,0,0,1,0,0,'',12340),(10897,0,0,0,0,0,10196,0,0,0,'Sindrayl','Hippogryph Master',NULL,6944,65,65,0,80,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10899,0,0,0,0,0,10222,0,0,0,'Goraluk Anvilcrack','Blackhand Legion Armorsmith',NULL,0,61,61,0,40,0,1,1.14286,1,2,159,221,0,258,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,7,0,10899,0,0,0,0,0,0,0,0,6253,16172,15580,0,0,0,0,0,0,0,981,1286,'SmartAI',1,3,1,4,3,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(10901,0,0,0,0,0,11492,0,0,0,'Lorekeeper Polkelt',NULL,NULL,0,60,60,0,233,0,1,1.14286,1,1,104,138,0,252,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,6,0,10901,10901,0,0,0,0,0,0,0,16359,3584,18116,0,0,0,0,0,0,0,1247,1633,'SmartAI',1,3,1,9,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10902,0,0,0,0,0,7804,0,0,0,'Andorhal Tower One',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_andorhal_tower',12340),(10903,0,0,0,0,0,7804,0,0,0,'Andorhal Tower Two',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_andorhal_tower',12340),(10904,0,0,0,0,0,7804,0,0,0,'Andorhal Tower Three',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_andorhal_tower',12340),(10905,0,0,0,0,0,7804,0,0,0,'Andorhal Tower Four',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_andorhal_tower',12340),(10916,0,0,0,0,0,6829,0,0,0,'Winterfall Runner',NULL,NULL,0,56,57,0,82,0,0.666668,0.992063,1,0,98,130,0,238,1,2800,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,10916,10916,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,170,'',1,1,1,1.35,1,1,0,12829,0,0,0,0,0,0,1,0,2,'',12340),(10917,0,0,0,0,0,10217,0,0,0,'Aurius',NULL,NULL,3043,60,60,0,35,3,1,1.14286,1,1,146,192,0,238,3.5,2000,1551,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10918,0,0,0,0,0,11513,0,0,0,'Lorax',NULL,NULL,3049,61,61,0,35,3,1.1,1.14286,1,0,159,221,0,258,1,2000,2000,1,768,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10919,0,0,0,0,0,10249,10250,10251,10252,'Shatterspear Troll',NULL,NULL,0,52,58,0,714,0,1,1.14286,1,0,100,132,0,242,1,2000,1562,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,10919,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,142,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10920,0,0,0,0,0,10649,0,0,0,'Kelek Skykeeper','Emerald Circle',NULL,0,57,57,0,35,2,1,1.14286,1,0,91,121,0,224,1,2000,2000,2,0,2048,0,0,0,0,0,0,62,92,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10921,0,0,0,0,0,10254,0,0,0,'Taronn Redfeather','Emerald Circle',NULL,0,50,50,0,35,2,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,0,2048,0,0,0,0,0,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10922,0,0,0,0,0,10253,0,0,0,'Greta Mosshoof','Emerald Circle',NULL,3074,59,59,0,35,3,1,1.14286,1,0,133,176,0,234,1,2000,2000,2,0,2048,0,0,0,0,0,0,91,133,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10923,0,0,0,0,0,10647,0,0,0,'Tenell Leafrunner','Emerald Circle',NULL,0,62,62,0,35,2,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10924,0,0,0,0,0,10646,0,0,0,'Ivy Leafrunner','Emerald Circle',NULL,0,63,63,0,35,2,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10925,0,0,0,0,0,11009,0,0,0,'Rotting Worm',NULL,NULL,0,50,50,0,21,0,1,1.14286,1,0,85,112,0,206,1,1450,1595,1,32768,2048,0,42,0,0,0,0,58,86,20,10,65537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,98,'',1,3,1,0.001,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10926,0,0,0,0,0,10445,0,0,0,'Pamela Redpath',NULL,NULL,0,1,1,0,35,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10927,0,0,0,0,0,10232,0,0,0,'Marlene Redpath',NULL,NULL,0,10,10,0,35,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,33280,2048,0,0,0,0,0,0,9,13,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10928,0,0,0,0,0,4162,0,0,0,'Succubus Minion','',NULL,0,63,70,0,90,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,0.7,0.87,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(10929,0,0,0,0,0,19806,0,0,0,'Haleh',NULL,NULL,5482,62,62,0,35,3,1.1,1.14286,1,1,160,223,0,246,4.6,2000,2000,2,33536,2048,0,0,0,0,0,0,129,191,26,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10930,0,0,0,0,0,10245,0,0,0,'Dargh Trueaim','Hunter Trainer',NULL,4674,25,25,0,55,51,1.05,1.14286,1,0,35,48,0,86,1,1760,1936,1,0,2048,0,0,0,0,3,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10936,0,0,0,0,0,10229,0,0,0,'Joseph Redpath',NULL,NULL,30223,60,60,0,35,1,1.26,1.14286,1,0,104,138,0,252,1,1410,1551,1,33536,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10937,0,0,0,0,0,10237,0,0,0,'Captain Redpath',NULL,NULL,0,60,60,0,42,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10938,0,0,0,0,0,10242,0,0,0,'Redpath the Corrupted',NULL,NULL,0,60,60,0,14,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,6253,15580,12542,16244,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,11,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10939,0,0,0,0,0,11892,0,0,0,'Marduk the Black',NULL,NULL,0,58,58,0,14,0,1.75,1.14286,1,1,93,123,0,228,7.5,1191,1310,2,0,2048,0,0,0,0,0,0,64,94,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10940,0,0,0,0,0,10453,0,0,0,'Ghost of the Past',NULL,NULL,0,55,55,0,16,0,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,6,0,10940,10940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10941,0,0,0,0,0,10981,0,0,0,'Wizlo Bearingshiner',NULL,NULL,0,31,31,0,104,3,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,0,2048,0,0,0,0,0,0,30,44,9,7,0,10941,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10942,0,0,0,0,0,10244,0,0,0,'Nessy',NULL,NULL,0,62,62,0,7,0,1,1.14286,1,3,172,240,0,262,35,2000,2000,1,33536,2048,0,0,0,0,0,0,139,207,30,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,100,1,1,0,0,0,0,0,0,0,0,1,617299803,2,'',12340),(10943,0,0,0,0,0,11731,0,0,0,'Decrepit Guardian',NULL,NULL,0,55,56,0,16,0,1.72,1.14286,1,0,96,127,0,234,1,1216,1338,1,0,2048,0,0,0,0,0,0,67,97,23,6,0,10943,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10944,0,0,0,0,0,10247,0,0,0,'Davil Lightfire',NULL,NULL,0,60,60,0,42,0,1.76,1.14286,1,1,146,192,0,238,7.5,1175,1292,2,0,2048,0,0,0,0,0,0,101,167,24,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10945,0,0,0,0,0,10246,0,0,0,'Davil Crokford',NULL,NULL,0,60,60,0,42,0,1.26,1.14286,1,0,146,192,0,238,1,1410,1551,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10946,0,0,0,0,0,11730,0,0,0,'Horgus the Ravager',NULL,NULL,0,60,60,0,14,0,1.79,1.14286,1,1,104,138,0,252,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,10946,0,0,0,0,0,0,0,0,15608,3391,17466,0,0,0,0,0,0,0,1544,2021,'SmartAI',0,3,1,5,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10947,0,0,0,0,0,10362,10364,10363,10365,'Darrowshire Betrayer',NULL,NULL,0,57,58,0,974,0,1.24,1.14286,1,0,100,132,0,242,1,1440,1584,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,5337,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10948,0,0,0,0,0,10366,10367,10368,10369,'Darrowshire Defender',NULL,NULL,0,57,58,0,42,0,1.24,1.14286,1,0,100,132,0,242,1,1440,1584,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,19730,12169,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10949,0,0,0,0,0,10370,10372,10371,10373,'Silver Hand Disciple',NULL,NULL,0,57,58,0,42,0,1.74,1.14286,1,1,93,123,0,228,7.5,1200,1320,2,0,2048,0,0,0,0,0,0,64,94,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10950,0,0,0,0,0,10358,10360,10359,10361,'Redpath Militia',NULL,NULL,0,56,57,0,250,0,1.24,1.14286,1,0,98,130,0,238,1,1450,1595,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10951,0,0,0,0,0,11471,11472,0,0,'Marauding Corpse',NULL,NULL,0,56,57,0,14,0,1.24,1.14286,1,0,98,130,0,238,1,1450,1595,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,10951,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10952,0,0,0,0,0,3507,0,0,0,'Marauding Skeleton',NULL,NULL,0,56,57,0,14,0,1.24,1.14286,1,0,98,130,0,238,1,1450,1595,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,0,0,0,0,0,0,0,0,0,11972,9080,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10953,0,0,0,0,0,11731,0,0,0,'Servant of Horgus',NULL,NULL,0,57,58,0,14,0,1.74,1.14286,1,0,100,132,0,242,1,1200,1320,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,15608,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10954,0,0,0,0,0,10448,10450,10449,10451,'Bloodletter',NULL,NULL,0,57,58,0,14,2,1.74,1.14286,1,1,100,132,0,242,7.5,1200,1320,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,15583,15667,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.5,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10955,0,0,0,0,0,4606,0,0,0,'Summoned Water Elemental',NULL,NULL,0,57,58,0,67,0,1.23,1.14286,1,0,100,132,0,242,1,2000,1606,1,0,2048,0,0,0,0,0,0,69,101,25,4,0,0,0,0,60,60,60,60,120,60,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10956,0,0,0,0,0,11263,0,0,0,'Naga Siren',NULL,NULL,0,55,57,0,7,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,33536,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10976,0,0,0,0,0,19817,0,0,0,'Jeziba',NULL,NULL,0,58,58,0,35,2,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10977,0,0,0,0,0,10650,0,0,0,'Quixxil',NULL,NULL,0,53,53,0,35,2,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10978,0,0,0,0,0,10651,0,0,0,'Legacki',NULL,NULL,0,57,57,0,855,2,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,4096,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10979,0,0,0,0,0,2709,0,0,0,'Scarlet Hound',NULL,NULL,0,52,53,0,67,0,1,1.14286,1,0,89,119,0,218,1,1500,2000,1,0,2048,0,25,0,0,0,0,62,91,22,1,1,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12904,0,0,0,'SmartAI',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10980,0,0,0,0,0,10269,0,0,0,'Umi\'s Mechanical Yeti',NULL,NULL,0,1,1,0,35,0,0.23,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10981,22737,31975,37294,0,0,10278,0,0,0,'Frostwolf',NULL,NULL,0,50,51,0,1275,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,1,0,0,0,0,59,87,20,1,1,10981,0,10981,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13040,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10982,22782,32143,37473,0,0,371,0,0,0,'Whitewhisker Vermin',NULL,NULL,0,52,53,0,26,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,10982,10982,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,167,'SmartAI',1,3,1,0.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10983,22794,0,0,0,0,14013,14015,14014,14016,'Winterax Troll',NULL,NULL,0,57,58,0,37,0,1.76,1.14286,1,1,100,132,0,242,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,10983,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,761,'',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10984,22725,0,0,0,0,11632,0,0,0,'Winterax Berserker',NULL,NULL,0,61,62,0,37,0,1.77,1.14286,1,1,172,240,0,262,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,10984,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,832,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10986,22762,32082,37403,0,0,10282,0,0,0,'Snowblind Harpy',NULL,NULL,0,52,53,0,514,0,1.38889,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,10986,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,261,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10987,22750,32021,37340,0,0,10285,0,0,0,'Irondeep Trogg',NULL,NULL,0,52,53,0,59,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,10987,10987,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,148,'SmartAI',1,3,1,0.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10988,0,0,0,0,0,10283,10284,10919,0,'Kodo Spirit',NULL,NULL,0,60,60,0,35,0,1.89,1.14286,1,0,104,138,0,252,1,1410,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,2,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10990,22726,31921,37237,0,0,13340,0,0,0,'Alterac Ram',NULL,NULL,0,60,61,0,1274,0,1,1.38571,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,1,0,10990,0,10990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10991,22785,32146,37476,0,0,494,0,0,0,'Wildpaw Gnoll',NULL,NULL,0,52,53,0,39,0,1,1.19048,1,0,89,119,0,218,1,1420,1562,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,10991,10991,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,261,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10992,0,0,0,0,0,1095,0,0,0,'Enraged Panther',NULL,NULL,0,30,30,0,14,0,1,1.14286,1,1,42,56,0,102,2.4,2000,2000,1,64,2048,0,2,0,0,0,0,29,42,9,1,0,10992,0,100011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,3,1,1,0,12946,0,0,0,0,0,0,1,0,2,'npc_enraged_panther',12340),(10993,0,0,0,0,0,10454,0,0,0,'Twizwick Sprocketgrind','Engineering Trainer',NULL,0,25,25,0,69,83,1.1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,2,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10996,0,0,0,0,0,10459,10460,10461,10462,'Fallen Hero',NULL,NULL,0,58,60,0,16,0,1,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,32832,2048,0,0,0,0,0,0,72,106,26,6,0,10996,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,640,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10997,0,0,0,0,0,10674,0,0,0,'Cannon Master Willey',NULL,NULL,0,60,60,0,67,0,1,1.14286,1,1,104,138,0,252,3.5,2000,1265,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,10997,10997,0,0,0,0,0,0,0,10101,16615,11729,0,0,0,0,0,0,0,1629,2132,'SmartAI',1,3,1,12,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11016,0,0,0,0,0,10407,0,0,0,'Captured Arko\'narin',NULL,NULL,30229,51,51,0,250,3,1.2,1.14286,1,0,81,108,0,196,1,2000,2000,1,514,2048,0,0,0,0,0,0,56,82,19,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11017,0,0,0,0,0,10472,0,0,0,'Roxxik','Engineering Trainer',NULL,4151,46,46,0,29,83,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,512,2048,0,0,2,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11018,0,0,0,0,0,10402,0,0,0,'Arko\'narin',NULL,NULL,0,51,51,0,250,2,1.2,1.14286,1,0,81,108,0,196,1,1530,1683,1,0,2048,0,0,0,0,0,0,56,82,19,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11019,0,0,0,0,0,10412,0,0,0,'Jessir Moonbow',NULL,NULL,3128,50,50,0,35,3,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,512,2048,0,0,0,0,0,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11020,0,0,0,0,0,10425,0,0,0,'Remains of Trey Lightforge',NULL,NULL,0,50,50,0,35,2,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,768,2048,0,0,0,0,0,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11021,0,0,0,0,0,10426,0,0,0,'Winterspring Frostsaber',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(11022,0,0,0,0,0,10456,0,0,0,'Alexi Barov','House of Barov',NULL,0,60,60,0,83,2,1,1.14286,1,1,104,138,0,252,4.6,1600,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,11022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,13470,0,0,0,0,0,0,1,0,2,'',12340),(11023,0,0,0,0,0,10457,0,0,0,'Weldon Barov','House of Barov',NULL,0,60,60,0,123,2,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,7,0,11023,0,0,0,0,0,0,0,0,19983,29584,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,13469,0,0,0,0,0,0,1,0,2,'',12340),(11024,0,0,0,0,0,1030,0,0,0,'Della','Jessir\'s Pet',NULL,0,49,49,0,35,0,1,1.42857,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,1,0,0,0,0,57,84,19,1,0,0,0,10147,0,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(11025,0,0,0,0,0,10570,0,0,0,'Mukdrak','Engineering Trainer',NULL,4142,26,26,0,29,83,1,1.14286,1,0,37,49,0,90,1,2000,1925,1,512,2048,0,0,2,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11026,0,0,0,0,0,10569,0,0,0,'Sprite Jumpsprocket','Apprentice Engineer',NULL,4139,24,24,0,875,1,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11027,0,0,0,0,0,3123,0,0,0,'Illusory Wraith',NULL,NULL,0,61,61,0,24,0,1.1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11028,0,0,0,0,0,10571,0,0,0,'Jemma Quikswitch','Apprentice Engineer',NULL,4137,24,24,0,875,1,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11029,0,0,0,0,0,10722,0,0,0,'Trixie Quikswitch','Apprentice Engineer',NULL,4147,31,31,0,875,1,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,512,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11030,0,0,0,0,0,9784,1200,646,0,'Mindless Undead',NULL,NULL,0,56,57,0,21,0,0.777776,1.14286,1,0,98,130,0,238,1,2000,1595,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,0,0,0,0,0,0,0,0,0,1604,6788,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11031,0,0,0,0,0,10572,0,0,0,'Franklin Lloyd','Engineering Trainer',NULL,4149,33,33,0,68,83,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,37376,2048,0,0,2,0,0,0,32,47,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11032,0,0,0,0,0,10458,0,0,0,'Malor the Zealous',NULL,NULL,0,60,60,0,67,0,1,1.14286,1,1,146,192,0,238,3.5,2000,1265,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,11032,11032,0,0,0,0,0,0,0,12734,16172,17233,15493,0,0,0,0,0,0,822,1078,'SmartAI',1,3,1,7,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11033,0,0,0,0,0,10471,0,0,0,'Smokey LaRue',NULL,NULL,7109,55,55,0,35,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11034,0,0,0,0,0,10469,0,0,0,'Lord Maxwell Tyrosus','The Argent Dawn',NULL,0,62,62,0,794,2,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,512,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11035,0,0,0,0,0,10465,0,0,0,'Betina Bigglezink','The Argent Dawn',NULL,3651,57,57,0,794,3,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,512,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11036,0,0,0,0,0,10474,0,0,0,'Leonid Barthalomew the Revered','The Argent Dawn',NULL,0,60,60,0,794,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33280,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11037,0,0,0,0,0,10575,0,0,0,'Jenna Lemkenilli','Engineering Trainer',NULL,4138,26,26,0,875,83,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,512,2048,0,0,2,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11038,0,0,0,0,0,10560,0,0,0,'Caretaker Alen','The Argent Dawn',NULL,3181,52,52,0,794,899,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,512,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11039,0,0,0,0,0,10468,0,0,0,'Duke Nicholas Zverenhoff','The Argent Dawn',NULL,0,60,60,0,794,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11040,0,0,0,0,0,10455,0,0,0,'Watcher Brownell','The Night Watch',NULL,3133,30,30,0,12,3,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,0,2048,0,0,0,0,0,0,27,40,8,7,0,11040,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11041,0,0,0,0,0,10573,0,0,0,'Milla Fairancora','Apprentice Alchemist',NULL,4114,24,24,0,80,1,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11042,0,0,0,0,0,10574,0,0,0,'Sylvanna Forestmoon','Apprentice Alchemist',NULL,4125,32,32,0,80,1,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,512,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11043,0,0,0,0,0,10463,10464,10533,10534,'Crimson Monk',NULL,NULL,0,58,60,0,67,0,1,1.14286,1,1,104,138,0,252,3.5,1800,1292,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,11043,11043,0,0,0,0,0,0,0,3391,11978,0,0,0,0,0,0,0,0,491,646,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11044,0,0,0,0,0,10576,0,0,0,'Doctor Martin Felben','Apprentice Alchemist',NULL,4121,25,25,0,68,1,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,37376,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11046,0,0,0,0,0,10578,0,0,0,'Whuut','Apprentice Alchemist',NULL,4118,23,23,0,29,1,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,512,2048,0,0,0,0,0,0,22,33,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11047,0,0,0,0,0,10577,0,0,0,'Kray','Apprentice Alchemist',NULL,4119,25,25,0,104,1,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11048,0,0,0,0,0,10580,0,0,0,'Victor Ward','Apprentice Tailor',NULL,4268,24,24,0,68,1,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,37376,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11049,0,0,0,0,0,10581,0,0,0,'Rhiannon Davis','Apprentice Tailor',NULL,4352,32,32,0,68,1,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,37376,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11050,0,0,0,0,0,10582,0,0,0,'Trianna','Apprentice Tailor',NULL,4269,25,25,0,80,1,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11051,0,0,0,0,0,10586,0,0,0,'Vhan','Apprentice Tailor',NULL,4266,26,26,0,104,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,512,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11052,0,0,0,0,0,10587,0,0,0,'Timothy Worthington','Tailoring Trainer',NULL,4355,51,51,0,894,83,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,512,2048,0,0,2,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11053,0,0,0,0,0,10549,0,0,0,'High Priestess MacDonnell',NULL,NULL,3184,60,60,0,12,3,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,11053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11054,0,0,0,0,0,10820,10822,10821,10823,'Crimson Rifleman',NULL,NULL,0,60,60,0,67,0,1,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,17353,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11055,0,0,0,0,0,10550,0,0,0,'Shadow Priestess Vandis',NULL,NULL,3183,60,60,0,68,3,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11056,0,0,0,0,0,10551,0,0,0,'Alchemist Arbington',NULL,NULL,3228,58,58,0,12,131,1,1.14286,1,0,71,98,0,107,1,2000,2000,8,0,2048,0,0,0,0,0,0,59,87,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npcs_dithers_and_arbington',12340),(11057,0,0,0,0,0,10552,0,0,0,'Apothecary Dithers',NULL,NULL,3223,58,58,0,68,131,1,1.14286,1,0,71,98,0,107,1,2000,2000,8,32768,2048,0,0,0,0,0,0,59,87,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npcs_dithers_and_arbington',12340),(11058,0,0,0,0,0,10475,0,0,0,'Fras Siabi',NULL,NULL,0,61,61,0,21,0,1,1.14286,1,1,159,221,0,258,7.5,2000,1255,1,0,2048,0,0,0,0,0,0,127,188,28,6,0,11058,0,0,0,0,0,0,0,0,17294,7964,0,0,0,0,0,0,0,0,1291,1690,'SmartAI',1,3,1,9,2,1,0,13172,0,0,0,0,0,0,1,8388624,0,'',12340),(11063,0,0,0,0,0,10476,0,0,0,'Carlin Redpath','The Argent Dawn',NULL,3864,58,58,0,794,3,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11064,0,0,0,0,0,10907,10908,10909,10910,'Darrowshire Spirit',NULL,NULL,3141,56,57,0,35,1,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,33536,2048,0,0,0,0,0,0,68,99,24,6,0,0,0,0,0,0,0,0,0,0,19730,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_darrowshire_spirit',12340),(11065,0,0,0,0,0,10588,0,0,0,'Thonys Pillarstone','Apprentice Enchanter',NULL,4154,25,25,0,55,1,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11066,0,0,0,0,0,10589,0,0,0,'Jhag','Apprentice Enchanter',NULL,4159,26,26,0,29,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,512,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11067,0,0,0,0,0,10590,0,0,0,'Malcomb Wynn','Apprentice Enchanter',NULL,4157,23,23,0,68,1,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,37376,2048,0,0,0,0,0,0,22,33,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11068,0,0,0,0,0,10591,0,0,0,'Betty Quin','Apprentice Enchanter',NULL,4153,25,25,0,12,1,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11069,0,0,0,0,0,10477,0,0,0,'Jenova Stoneshield','Stable Master',NULL,9821,30,30,0,12,4194305,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(11070,0,0,0,0,0,10592,0,0,0,'Lalina Summermoon','Apprentice Enchanter',NULL,4155,27,27,0,80,1,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,512,2048,0,0,0,0,0,0,26,39,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11071,0,0,0,0,0,10614,0,0,0,'Mot Dawnstrider','Apprentice Enchanter',NULL,4158,21,21,0,104,1,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,512,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11072,0,0,0,0,0,10610,0,0,0,'Kitta Firewind','Enchanting Trainer',NULL,4169,44,44,0,12,81,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,512,2048,0,0,2,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11073,0,0,0,0,0,10609,0,0,0,'Annora','Enchanting Trainer',NULL,4171,54,54,0,35,81,1.22,1.14286,1,0,92,122,0,224,2.4,1470,1617,1,0,2048,0,0,2,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11074,0,0,0,0,0,10611,0,0,0,'Hgarth','Enchanting Trainer',NULL,4170,46,46,0,29,83,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,4608,2048,0,0,2,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11075,0,0,0,0,0,569,0,0,0,'Cauldron Lord Bilemaw',NULL,NULL,0,53,53,0,21,0,0.777776,1.14286,1,0,89,119,0,218,1,1480,1628,1,0,2048,0,0,0,0,0,0,62,91,22,6,0,11075,0,0,0,0,0,0,0,0,13445,3391,3427,17650,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,13194,0,0,0,0,0,0,1,8388624,0,'',12340),(11076,0,0,0,0,0,2606,0,0,0,'Cauldron Lord Razarch',NULL,NULL,0,56,56,0,21,0,1.89,1.14286,1,0,68,94,0,104,1,1410,1551,8,0,2048,0,0,0,0,0,0,56,83,24,6,0,11076,0,0,0,0,0,0,0,0,0,12471,17173,17650,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,13197,0,0,0,0,0,0,1,8388624,0,'',12340),(11077,0,0,0,0,0,7848,0,0,0,'Cauldron Lord Malvinious',NULL,NULL,0,55,55,0,21,0,1.6,1.14286,1,0,87,116,0,214,1,1460,1606,2,0,2048,0,0,0,0,0,0,60,88,21,6,0,11077,0,0,0,0,0,0,0,0,0,12471,17173,17650,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,13195,0,0,0,0,0,0,1,8388624,0,'',12340),(11078,0,0,0,0,0,11649,0,0,0,'Cauldron Lord Soulwrath',NULL,NULL,0,58,58,0,21,0,1.11111,1.14286,1,0,100,132,0,242,1,1440,1584,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,11078,0,0,0,0,0,0,0,0,12946,10101,10966,17650,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,13196,0,0,0,0,0,0,1,8388624,0,'',12340),(11079,0,0,0,0,0,10645,0,0,0,'Wynd Nightchaser',NULL,NULL,12502,62,62,0,80,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,4096,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11081,0,0,0,0,0,10616,0,0,0,'Faldron','Apprentice Leatherworker',NULL,4204,32,32,0,80,1,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,512,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11082,0,0,0,0,0,10547,0,0,0,'Stratholme Courier',NULL,NULL,0,57,57,0,21,0,1,1.14286,1,1,98,130,0,238,3.5,2000,1301,1,32832,2048,0,0,0,0,0,0,68,99,24,6,0,11082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,604,794,'SmartAI',1,3,1,4.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11083,0,0,0,0,0,10615,0,0,0,'Darianna','Apprentice Leatherworker',NULL,4181,24,24,0,80,1,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11084,0,0,0,0,0,10617,0,0,0,'Tarn','Apprentice Leatherworker',NULL,4207,36,36,0,104,1,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,512,2048,0,0,0,0,0,0,34,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11096,0,0,0,0,0,10625,0,0,0,'Randal Worth','Apprentice Leatherworker',NULL,4173,24,24,0,12,1,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11097,0,0,0,0,0,10622,0,0,0,'Drakk Stonehand','Leatherworking Trainer',NULL,4243,55,55,0,694,83,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,2,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11098,0,0,0,0,0,10623,0,0,0,'Hahrana Ironhide','Leatherworking Trainer',NULL,4244,55,55,0,104,83,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4608,2048,0,0,2,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11099,0,0,0,0,0,10554,10558,10559,10557,'Argent Guard','The Argent Dawn',NULL,0,55,55,0,814,0,1.23,1.14286,1,0,94,125,0,228,1,1460,1606,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11100,0,0,0,0,0,4587,0,0,0,'Mana Tide Totem II',NULL,NULL,0,52,52,0,58,0,0.01,1.14286,1,0,87,117,0,214,1,1460,1606,1,0,2048,0,0,0,0,0,0,61,90,21,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11101,0,0,0,0,0,4587,0,0,0,'Mana Tide Totem III',NULL,NULL,0,60,60,0,58,0,0.01,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11102,0,0,0,0,0,10561,10562,0,0,'Argent Rider','The Argent Dawn',NULL,0,60,60,0,1625,0,1,1.38571,1,1,104,138,0,252,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11103,0,0,0,0,0,10565,0,0,0,'Innkeeper Lyshaerya','Innkeeper',NULL,1581,30,30,0,80,66177,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11104,0,0,0,0,0,10567,0,0,0,'Shelgrayn','Stable Master',NULL,9821,30,30,0,80,4194305,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(11105,0,0,0,0,0,10566,0,0,0,'Aboda','Stable Master',NULL,9821,30,30,0,104,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(11106,0,0,0,0,0,10564,0,0,0,'Innkeeper Sikewa','Innkeeper',NULL,21215,30,30,0,104,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(11111,0,0,0,0,0,1483,0,0,0,'Wynne Larsone','Robe Merchant',NULL,0,48,48,0,73,130,1.2,1.14286,1,0,81,108,0,196,1,1510,1661,1,0,2048,0,0,0,0,0,0,56,82,19,10,138412102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,627,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(11116,0,0,0,0,0,10653,0,0,0,'Innkeeper Abeqwa','Innkeeper',NULL,344,30,30,0,104,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11117,0,0,0,0,0,10652,0,0,0,'Awenasa','Stable Master',NULL,9821,30,30,0,104,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(11118,0,0,0,0,0,10654,0,0,0,'Innkeeper Vizzie','Innkeeper',NULL,349,30,30,0,855,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11119,0,0,0,0,0,10656,0,0,0,'Azzleby','Stable Master',NULL,9821,30,30,0,855,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(11120,0,0,0,0,0,10637,10638,10639,10640,'Crimson Hammersmith',NULL,NULL,0,60,60,0,67,0,1.79,1.14286,1,1,104,138,0,252,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,11120,0,0,0,0,0,0,0,0,17445,0,0,0,0,0,0,0,0,0,737,967,'SmartAI',1,3,1,5,3,1,0,13351,0,0,0,0,0,0,1,0,0,'',12340),(11121,0,0,0,0,0,775,0,0,0,'Black Guard Swordsmith',NULL,NULL,0,61,62,0,21,0,1.81,1.14286,1,1,172,240,0,262,7.5,1133,1246,1,0,2048,0,0,0,0,0,0,139,207,30,6,0,11121,0,0,0,0,0,0,0,0,1604,5884,0,0,0,0,0,0,0,0,526,691,'SmartAI',1,3,1,3,2,1,0,13350,0,0,0,0,0,0,1,8388624,0,'',12340),(11122,0,0,0,0,0,1825,0,0,0,'Restless Soul',NULL,NULL,0,1,1,0,35,0,1.25,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,197,1,0,2,'',12340),(11136,0,0,0,0,0,1825,0,0,0,'Freed Soul',NULL,NULL,0,1,1,0,35,0,0.55,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,16249,16143,16449,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,197,1,0,2,'',12340),(11137,0,0,0,0,0,10636,0,0,0,'Xai\'ander','Weaponsmith',NULL,0,35,35,0,80,4224,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11138,0,0,0,0,0,10657,0,0,0,'Maethrya','Hippogryph Master',NULL,0,65,65,0,80,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11139,0,0,0,0,0,10658,0,0,0,'Yugrek','Wind Rider Master',NULL,6944,65,65,0,29,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11140,0,0,0,0,0,10644,0,0,0,'Egan',NULL,NULL,0,59,59,0,35,2,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,768,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11141,0,0,0,0,0,10641,0,0,0,'Spirit of Trey Lightforge',NULL,NULL,0,53,53,0,90,0,1.71,1.14286,1,0,84,111,0,206,1,1233,1356,2,0,2048,0,0,0,0,0,0,57,84,20,6,0,11141,0,0,0,0,0,0,0,0,15493,18164,17695,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11142,0,0,0,0,0,10668,0,0,0,'Undead Postman',NULL,NULL,0,57,58,0,16,0,1,1.14286,1,1,100,132,0,242,7.5,2000,1310,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,11142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,408,538,'SmartAI',1,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11143,0,0,0,0,0,10669,0,0,0,'Postmaster Malown',NULL,NULL,0,60,60,0,16,0,1.77,1.14286,1,1,146,192,0,238,7.5,1166,1283,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,11143,0,0,0,180,180,180,180,180,12542,12741,6253,13338,0,0,0,0,0,0,779,1022,'SmartAI',0,3,1,6.5,1,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),(11145,0,0,0,0,0,10693,0,0,0,'Myolor Sunderfury',NULL,NULL,3182,53,53,0,55,3,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,512,2048,0,0,0,0,0,0,62,91,22,7,0,11145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_blacksmith',12340),(11146,0,0,0,0,0,10694,0,0,0,'Ironus Coldsteel','Weaponsmith Trainer',NULL,3201,54,54,0,55,83,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,512,2048,0,0,2,9787,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_blacksmith',12340),(11147,0,0,0,0,0,10661,0,0,0,'Green Mechanostrider',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),(11150,0,0,0,0,0,10666,0,0,0,'Icy Blue Mechanostrider Mod A',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),(11152,0,0,0,0,0,7804,0,0,0,'The Scourge Cauldron',NULL,NULL,0,1,1,0,35,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_the_scourge_cauldron',12340),(11153,0,0,0,0,0,10670,0,0,0,'Red Skeletal Horse',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),(11154,0,0,0,0,0,10671,0,0,0,'Blue Skeletal Horse',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),(11155,0,0,0,0,0,10672,0,0,0,'Brown Skeletal Horse',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),(11156,0,0,0,0,0,10720,0,0,0,'Green Skeletal Warhorse',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),(11176,0,0,0,0,0,10695,0,0,0,'Krathok Moltenfist',NULL,NULL,3187,53,53,0,29,3,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,4096,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_blacksmith',12340),(11177,0,0,0,0,0,10696,0,0,0,'Okothos Ironrager','Armorsmith',NULL,3203,52,52,0,29,83,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,4096,2048,0,0,2,9788,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_blacksmith',12340),(11178,0,0,0,0,0,10697,0,0,0,'Borgosh Corebender','Weaponsmith',NULL,3202,51,51,0,29,83,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4096,2048,0,0,2,9787,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_blacksmith',12340),(11180,0,0,0,0,0,10734,10735,10737,10736,'Bloodvenom Post Brave',NULL,NULL,0,65,65,1,105,2,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,11180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(11181,0,0,0,0,0,11452,0,0,0,'Shi\'alune','Kaerbrus\' Pet',NULL,0,56,56,0,80,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,512,2048,0,0,0,0,0,0,67,97,23,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11182,0,0,0,0,0,10739,0,0,0,'Nixxrak','Heavy Armor Merchant',NULL,0,54,54,0,855,4226,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11183,0,0,0,0,0,10740,0,0,0,'Blixxrak','Light Armor Merchant',NULL,0,55,55,0,855,4226,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11184,0,0,0,0,0,10741,0,0,0,'Wixxrak','Weaponsmith & Gunsmith',NULL,0,53,53,0,855,4480,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11185,0,0,0,0,0,10742,0,0,0,'Xizzer Fizzbolt','Engineering Supplies',NULL,0,57,57,0,855,130,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11186,0,0,0,0,0,10744,0,0,0,'Lunnix Sprocketslip','Mining Supplies',NULL,0,54,54,0,855,130,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11187,0,0,0,0,0,10743,0,0,0,'Himmik','Food & Drink',NULL,0,60,60,0,855,642,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11188,0,0,0,0,0,10745,0,0,0,'Evie Whirlbrew','Alchemy Supplies',NULL,0,58,58,0,855,130,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11189,0,0,0,0,0,10746,0,0,0,'Qia','Trade Supplies',NULL,0,51,51,0,855,130,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11190,0,0,0,0,0,10747,10748,0,0,'Everlook Bruiser',NULL,NULL,0,77,77,1,854,0,1,1.42857,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,0,11190,0,0,0,0,0,0,0,38661,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,2,1,1,0,0,0,0,0,0,0,144,1,0,32768,'',12340),(11191,0,0,0,0,0,10725,0,0,0,'Lilith the Lithe',NULL,NULL,6090,55,55,0,855,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_blacksmith',12340),(11192,0,0,0,0,0,10726,0,0,0,'Kilram',NULL,NULL,6089,58,58,0,855,3,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,4096,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_blacksmith',12340),(11193,0,0,0,0,0,10724,0,0,0,'Seril Scourgebane',NULL,NULL,6091,57,57,0,855,3,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,4096,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_blacksmith',12340),(11194,0,0,0,0,0,11406,11407,11408,11409,'Argent Defender','The Argent Dawn',NULL,0,65,65,1,814,2,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11195,0,0,0,0,0,10718,0,0,0,'Deathcharger','',NULL,0,40,40,0,35,0,1,1.14286,1,0,56,74,0,136,1,780,900,1,0,2048,0,0,0,0,0,0,39,57,14,6,0,14862,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),(11196,0,0,0,0,0,11442,11443,0,0,'Shatterspear Drummer',NULL,NULL,0,52,58,0,714,0,1,1.14286,1,0,100,132,0,242,1,2000,1573,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,11196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,134,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11197,0,0,0,0,0,9784,7550,7555,0,'Mindless Skeleton',NULL,NULL,0,62,62,0,21,0,1.25,1.14286,1,0,172,240,0,262,1,2000,1562,1,0,2048,0,0,0,0,0,0,139,207,30,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.11,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11198,0,0,0,0,0,19841,19842,19843,0,'Broken Exile','',NULL,0,42,42,0,1638,0,1,1,1,0,62,83,0,152,1,2000,2000,1,768,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11199,0,0,0,0,0,10753,0,0,0,'Crimson Cannon',NULL,NULL,0,61,61,0,230,0,0.91,1.14286,1,0,159,221,0,258,1,2000,2200,1,0,2048,0,0,0,0,0,0,127,188,28,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(11200,0,0,0,0,0,158,0,0,0,'Summoned Skeleton',NULL,NULL,0,60,60,0,21,0,0.91,1.14286,1,0,104,138,0,252,1,2000,2200,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11216,0,0,0,0,0,10895,0,0,0,'Eva Sarkhoff',NULL,NULL,3310,54,54,0,35,3,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,33536,2048,0,0,0,0,0,0,63,93,22,6,0,0,0,0,0,0,0,0,0,0,15438,6950,10277,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(11217,0,0,0,0,0,10896,0,0,0,'Lucien Sarkhoff',NULL,NULL,0,55,55,0,35,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33536,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(11218,0,0,0,0,0,10858,0,0,0,'Kerlonian Evershade','Druid of the Claw',NULL,0,20,20,0,80,2,1,0.992063,1,0,29,39,0,70,1,2000,2000,1,33280,2048,0,0,0,0,0,0,20,30,4,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_kerlonian',12340),(11219,0,0,0,0,0,10878,0,0,0,'Liladris Moonriver',NULL,NULL,0,42,42,0,80,2,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,512,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11236,0,0,0,0,0,9554,0,0,0,'Blood Parrot',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(11256,0,0,0,0,0,13444,0,0,0,'Manifestation of Water',NULL,NULL,0,60,60,0,35,0,1.76,1.14286,1,1,146,192,0,238,7.5,1175,1292,2,0,2048,0,0,0,0,0,0,101,167,24,4,0,0,0,0,0,0,0,0,30,0,8260,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11257,0,0,0,0,0,11161,11122,11123,11124,'Scholomance Handler',NULL,NULL,0,59,60,0,233,0,1,1.14286,1,1,146,192,0,238,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,101,167,24,7,0,11257,11257,0,0,0,0,0,0,0,10833,15244,17145,0,0,0,0,0,0,0,420,554,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11258,0,0,0,0,0,7550,0,0,0,'Frail Skeleton',NULL,NULL,0,58,59,0,21,0,1.25,1.14286,1,0,102,135,0,248,3.5,2000,2000,1,774,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(11259,0,0,0,0,0,11469,0,0,0,'Nataka Longhorn',NULL,NULL,0,40,40,0,104,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11260,0,0,0,0,0,11354,0,0,0,'Northshire Peasant',NULL,NULL,0,1,1,0,12,0,0.666668,1.14286,1,0,2,2,0,24,1,2000,2000,1,256,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,8260,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11261,0,0,0,0,0,10901,0,0,0,'Doctor Theolen Krastinov','The Butcher',NULL,0,60,60,0,21,2,1,1.42857,1,1,104,138,0,252,3.5,1500,2000,1,64,2048,0,0,0,0,0,0,72,106,26,7,0,11261,11261,0,0,0,0,0,0,0,16509,18103,8269,0,0,0,0,0,0,0,1374,1799,'SmartAI',1,3,1,10,3,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(11262,36566,0,0,0,0,397,0,0,0,'Onyxian Whelp','','',0,80,80,2,16,0,2.07,1.14286,1,0,422,586,0,0,1,1216,1338,1,0,2048,8,0,0,0,0,0,345,509,103,2,8,0,0,100001,0,171,95,0,0,0,20228,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_onyxia_whelp',11723),(11263,0,0,0,0,0,3942,0,0,0,'Spectral Projection',NULL,NULL,0,59,60,0,233,0,1.15,1.14286,1,0,104,138,0,252,1,2000,1562,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11276,0,0,0,0,0,2306,0,0,0,'Azshara Sentinel',NULL,NULL,0,44,44,0,1600,0,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,7,0,11276,0,0,0,0,0,0,0,0,8260,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11277,0,0,0,0,0,11013,11015,11014,11016,'Caer Darrow Citizen',NULL,NULL,3362,43,60,0,35,1,1.25,1.14286,1,0,104,138,0,252,1,1430,1573,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(11278,0,0,0,0,0,11027,0,0,0,'Magnus Frostwake',NULL,NULL,0,50,50,0,35,4226,1.2,1.14286,1,0,85,112,0,206,1,1510,1661,1,0,2048,0,0,0,0,0,0,58,86,20,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(11279,0,0,0,0,0,11021,11023,11022,11024,'Caer Darrow Guardsman',NULL,NULL,3363,51,55,0,35,1,1.21,1.14286,1,0,94,125,0,228,1,1490,1639,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(11280,0,0,0,0,0,11017,11018,11019,11020,'Caer Darrow Cannoneer',NULL,NULL,0,54,54,0,35,0,1.21,1.14286,1,0,92,122,0,224,1,1500,1650,1,0,2048,0,0,0,0,0,0,63,93,22,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(11281,0,0,0,0,0,11025,11026,0,0,'Caer Darrow Horseman',NULL,NULL,3363,52,56,0,35,1,1.22,1.14286,1,0,96,127,0,234,1,1470,1617,1,0,2048,0,0,0,0,0,0,67,97,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(11282,0,0,0,0,0,10929,0,0,0,'Melia',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(11283,0,0,0,0,0,10928,0,0,0,'Sammy',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(11284,0,0,0,0,0,4629,0,0,0,'Dark Shade',NULL,NULL,0,60,60,0,21,0,1.15,1.14286,1,1,104,138,0,252,7.5,1158,1274,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,11284,0,0,0,0,0,0,0,0,17228,0,0,0,0,0,0,0,0,0,478,629,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11285,0,0,0,0,0,10930,0,0,0,'Rory',NULL,NULL,0,35,35,0,35,0,1.11,1.14286,1,0,49,64,0,118,1,1660,1826,1,0,2048,0,0,0,0,0,0,33,49,11,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(11286,0,0,0,0,0,10931,0,0,0,'Magistrate Marduke',NULL,NULL,3372,57,57,0,35,3,1.24,1.14286,1,0,98,130,0,238,1,1440,1584,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(11287,0,0,0,0,0,11028,0,0,0,'Baker Masterson',NULL,NULL,0,37,37,0,35,130,1.12,1.14286,1,0,51,68,0,124,1,1640,1804,1,0,2048,0,0,0,0,0,0,35,52,12,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(11288,0,0,0,0,0,10935,10936,10937,10938,'Spectral Betrayer',NULL,NULL,0,57,58,0,43,0,1,0.857143,1,0,100,132,0,242,1,2000,2000,1,256,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,5337,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.4,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),(11289,0,0,0,0,0,10939,10940,10941,10942,'Spectral Defender',NULL,NULL,0,57,58,0,1454,0,1,0.857143,1,0,100,132,0,242,1,2000,2000,1,256,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,11976,12169,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),(11290,0,0,0,0,0,4778,0,0,0,'Mossflayer Zombie',NULL,NULL,0,53,54,0,37,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,6,0,11290,11290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,409,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11291,0,0,0,0,0,4769,0,0,0,'Unliving Mossflayer',NULL,NULL,0,54,55,0,37,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,6,0,11291,11291,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6706,0,117,493,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11296,0,0,0,0,0,11117,11118,11119,11120,'Darrowshire Poltergeist',NULL,NULL,0,56,57,0,35,0,0.91,1.14286,1,0,98,130,0,238,1,2000,2200,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11316,0,0,0,0,0,11033,0,0,0,'Joseph Dirte','Waste Management',NULL,3381,31,31,0,35,1,1.09,1.14286,1,0,44,58,0,106,1,1700,1870,1,0,2048,0,0,0,0,0,0,30,44,9,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(11317,0,0,0,0,0,11468,0,0,0,'Jinar\'Zillen',NULL,NULL,4025,40,40,0,126,3,1.02,1.14286,1,0,56,74,0,136,1,2000,2000,1,4608,2048,0,0,0,0,0,0,39,57,14,7,0,11317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11318,0,0,0,0,0,11609,0,0,0,'Ragefire Trogg',NULL,NULL,0,13,15,0,59,0,1,1.14286,1,1,22,29,0,54,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,15,22,2,7,0,11318,11318,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,60,84,'SmartAI',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11319,0,0,0,0,0,11610,0,0,0,'Ragefire Shaman',NULL,NULL,0,13,15,0,59,0,1,1.14286,1,1,20,27,0,48,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,14,21,2,7,0,11319,11319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,81,'SmartAI',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11320,0,0,0,0,0,11010,0,0,0,'Earthborer',NULL,NULL,0,13,14,0,16,0,1,1.14286,1,1,20,27,0,50,1.7,2000,2000,1,64,2048,0,42,0,0,0,0,13,20,1,1,65537,11320,0,100001,0,0,0,0,0,0,18070,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11321,0,0,0,0,0,2075,0,0,0,'Molten Elemental',NULL,NULL,0,13,13,0,834,0,1.55556,1.14286,1,1,18,24,0,48,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,12,18,1,4,0,11321,0,0,0,22,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11322,0,0,0,0,0,11434,11436,11435,11437,'Searing Blade Cultist',NULL,NULL,0,13,15,0,554,0,1,1.14286,1,1,20,27,0,48,1.7,2000,2000,2,32832,2048,0,0,0,0,0,0,14,21,2,7,0,11322,11322,0,0,0,0,0,0,0,18266,0,0,0,0,0,0,0,0,0,59,81,'SmartAI',1,3,1,3,1.5,1,0,14395,14396,0,0,0,0,0,1,0,0,'',12340),(11323,0,0,0,0,0,11430,11432,11431,11433,'Searing Blade Enforcer',NULL,NULL,0,13,15,0,554,0,1,1.14286,1,1,22,29,0,54,1.7,2000,2000,1,32832,2048,0,0,0,0,0,0,15,22,2,7,0,11323,11323,0,0,0,0,0,0,0,8242,0,0,0,0,0,0,0,0,0,62,86,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11324,0,0,0,0,0,11438,11440,11439,11441,'Searing Blade Warlock',NULL,NULL,0,13,15,0,554,0,1,1.14286,1,1,16,22,0,22,1.7,2000,2000,8,32832,2048,0,0,0,0,0,0,15,21,13,7,0,11324,11324,0,0,0,0,0,0,0,20791,0,0,0,0,0,0,0,0,0,57,80,'SmartAI',1,3,1,3,1.5,1,0,14395,14396,0,0,0,0,0,1,0,0,'',12340),(11325,0,0,0,0,0,10990,0,0,0,'Panda Cub',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(11326,0,0,0,0,0,10992,0,0,0,'Mini Diablo','Lord of Terror',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(11327,0,0,0,0,0,10993,0,0,0,'Zergling',NULL,NULL,0,70,70,1,188,0,1,1.14286,1,0,252,357,0,304,1,2000,2200,1,0,2048,0,0,0,0,0,0,215,320,44,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(11328,0,0,0,0,0,310,0,0,0,'Eastvale Peasant',NULL,NULL,0,6,7,0,12,0,0.666668,1.14286,1,0,9,12,0,36,1,2000,2000,1,4096,2048,0,0,0,0,0,0,6,8,100,7,0,11328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,12,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11338,0,0,0,0,0,11229,11231,11230,11232,'Hakkari Shadowcaster','',NULL,0,61,61,0,28,0,1.32,1.14286,1,1,152,210,0,244,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,120,179,25,7,8,11338,11338,0,0,0,0,0,0,0,15232,20741,0,0,0,0,0,0,0,0,1155,1513,'SmartAI',1,1,1,10,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11339,0,0,0,0,0,11225,11227,11226,11226,'Hakkari Shadow Hunter',NULL,NULL,0,61,61,0,28,0,1.32,1.14286,1,1,152,210,0,244,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,120,179,25,7,8,11339,11339,0,0,0,0,0,0,0,21390,16496,22908,24335,0,0,0,0,0,0,1163,1524,'SmartAI',1,1,1,10,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11340,0,0,0,0,0,11221,11222,11223,11224,'Hakkari Blood Priest',NULL,NULL,0,61,61,0,28,0,1.32,1.14286,1,1,152,210,0,244,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,120,179,25,7,8,11340,0,0,0,0,0,0,0,0,24618,0,0,0,0,0,0,0,0,0,738,969,'SmartAI',1,1,1,6,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11346,0,0,0,0,0,11158,11159,11160,11162,'Hakkari Oracle',NULL,NULL,0,55,56,0,28,0,1,1.14286,1,1,89,118,0,220,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,61,90,21,7,0,11346,11346,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,1522,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11347,0,0,0,0,0,11219,0,0,0,'Zealot Lor\'Khan',NULL,NULL,0,62,62,0,28,0,1.32,1.14286,1,1,160,223,0,246,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,129,191,26,7,8,11347,0,0,0,0,0,0,0,0,17201,6713,20545,24208,0,0,0,0,0,0,0,0,'',1,1,1,35,8,1,0,0,0,0,0,0,0,0,1,0,0,'npc_zealot_lorkhan',12340),(11348,0,0,0,0,0,11189,0,0,0,'Zealot Zath',NULL,NULL,0,62,62,0,28,0,1.32,1.14286,1,1,172,240,0,262,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,139,207,30,7,8,0,0,0,0,0,0,0,0,0,36033,12540,15581,21060,0,0,0,0,0,0,0,0,'',1,1,1,35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_zealot_zath',12340),(11350,0,0,0,0,0,11074,11075,11076,11077,'Gurubashi Axe Thrower',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,1600,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,7,8,11350,11350,0,0,0,0,0,0,0,22887,24018,8269,0,0,0,0,0,0,0,992,1300,'SmartAI',1,1,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11351,0,0,0,0,0,11109,11110,11111,11112,'Gurubashi Headhunter',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,7,8,11351,11351,0,0,0,0,0,0,0,22887,15708,0,0,0,0,0,0,0,0,992,1300,'SmartAI',1,1,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11352,0,0,0,0,0,14832,0,0,0,'Gurubashi Berserker',NULL,NULL,0,62,62,0,28,0,1.32,1.14286,1,1,172,240,0,262,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,7,8,11352,11352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2142,2803,'SmartAI',1,1,1,15,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(11353,0,0,0,0,0,11080,11081,11082,11083,'Gurubashi Blood Drinker',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,7,8,11353,11353,0,0,0,0,0,0,0,24437,24435,0,0,0,0,0,0,0,0,907,1189,'SmartAI',1,1,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11355,0,0,0,0,0,11167,11168,11169,11170,'Gurubashi Warrior',NULL,NULL,0,54,55,0,28,0,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,65,95,23,7,0,11355,11355,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,437,1334,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(11356,0,0,0,0,0,11100,11102,11101,11103,'Gurubashi Champion',NULL,NULL,0,61,61,0,28,0,1.32,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,8,11356,11356,0,0,0,0,0,0,0,22886,22591,15655,0,0,0,0,0,0,0,1418,1857,'SmartAI',1,1,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11357,0,0,0,0,0,15275,0,0,0,'Son of Hakkar',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,64,2048,0,27,0,0,0,0,72,106,26,1,1,11357,0,11357,2,2,2,2,2,2,0,0,0,0,0,0,0,0,9001,0,0,0,'SmartAI',1,1,1,5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(11359,0,0,0,0,0,7829,0,0,0,'Soulflayer',NULL,NULL,0,61,61,0,28,0,1.32,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,64,2048,0,27,0,0,0,0,127,188,28,1,9,11359,0,11359,0,0,0,0,0,0,24619,22678,8269,8876,0,0,0,0,11582,0,0,0,'SmartAI',1,1,1,14,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11360,0,0,0,0,0,15151,0,0,0,'Zulian Cub',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,2,0,0,0,0,72,106,26,1,9,11360,0,11360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13375,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11361,0,0,0,0,0,11031,0,0,0,'Zulian Tiger',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,32832,2048,0,2,0,0,0,0,72,106,26,1,9,11361,0,11361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13377,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11365,0,0,0,0,0,633,0,0,0,'Zulian Panther',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,32832,2048,0,2,0,0,0,0,72,106,26,1,9,11365,0,11365,0,0,0,0,0,0,8355,24332,24333,0,0,0,0,0,8274,0,0,0,'SmartAI',1,1,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11368,0,0,0,0,0,14562,0,0,0,'Bloodseeker Bat',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,0,104,138,0,252,1,1000,2000,1,512,2048,0,24,0,0,0,0,72,106,26,1,9,11368,0,11368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12824,0,0,0,'SmartAI',1,5,1,1.75,1,1,0,0,0,0,0,0,0,191,1,0,0,'',12340),(11370,0,0,0,0,0,963,0,0,0,'Razzashi Broodwidow',NULL,NULL,0,61,61,0,28,0,1.32,1.14286,1,1,159,221,0,258,7.5,2700,2000,1,64,2048,0,3,0,0,0,0,127,188,28,1,9,11370,0,0,0,0,0,0,0,0,24600,0,0,0,0,0,0,0,10519,0,0,0,'SmartAI',1,1,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11371,0,0,0,0,0,15182,0,0,0,'Razzashi Serpent',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,32832,2048,0,35,0,0,0,0,72,106,26,1,9,11371,0,11371,0,0,0,0,0,0,12097,24002,20539,0,0,0,0,0,12937,0,0,0,'SmartAI',1,1,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11372,0,0,0,0,0,15150,0,0,0,'Razzashi Adder',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,1400,2000,1,32832,2048,0,35,0,0,0,0,72,106,26,1,9,11372,0,11372,0,0,0,0,0,0,24011,24016,3391,0,0,0,0,0,12936,0,0,0,'SmartAI',1,1,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11373,0,0,0,0,0,14559,0,0,0,'Razzashi Cobra',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,32832,2048,0,35,0,0,0,0,72,106,26,1,9,11373,0,11373,0,0,0,0,0,0,24097,27919,0,0,0,0,0,0,12941,0,737,967,'SmartAI',1,1,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11374,0,0,0,0,0,15101,0,0,0,'Hooktooth Frenzy',NULL,NULL,0,60,60,0,1878,0,1.32,1.14286,1,1,104,138,0,252,7.5,1200,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,1,8,11374,0,100003,0,0,0,0,0,0,12097,0,0,0,0,0,0,0,0,0,503,661,'SmartAI',1,2,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11378,0,0,0,0,0,12089,0,0,0,'Foreman Thazz\'ril',NULL,NULL,0,4,4,0,29,2,1,1.14286,1,0,4,5,0,30,1,2000,2167,1,768,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11380,0,0,0,0,0,11311,0,0,0,'Jin\'do the Hexxer',NULL,NULL,0,63,63,0,28,0,1.32,1.14286,1,3,164,228,0,249,35,2000,2000,2,32832,2048,0,0,0,0,0,0,133,196,26,7,76,11380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347142,424285,'',1,1,1,120,10,1,0,0,0,0,0,0,0,188,1,617299803,1,'boss_jindo',12340),(11382,0,0,0,0,0,11288,0,0,0,'Bloodlord Mandokir',NULL,NULL,0,63,63,0,28,0,1.32,1.14286,1,3,181,253,0,268,35,2500,2000,1,33600,2048,0,0,0,0,0,0,147,219,32,7,76,11382,0,0,0,0,0,0,0,0,24408,16856,24407,24314,0,0,0,0,0,0,331374,405013,'',1,1,1,140,1,1,0,0,0,0,0,0,0,0,1,617299803,1,'boss_mandokir',12340),(11383,0,0,0,0,0,11295,0,0,0,'High Priestess Hai\'watna',NULL,NULL,0,57,57,0,28,0,1,1.14286,1,2,69,96,0,106,2.4,2000,1292,8,32832,2048,0,0,0,0,0,0,58,85,24,7,0,11383,11383,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,691,907,'SmartAI',1,3,1,4.5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11387,0,0,0,0,0,11314,0,0,0,'Sandfury Speaker','Sandfury Troll Ambassador',NULL,0,61,61,0,28,0,1.32,1.14286,1,0,159,221,0,258,1,2000,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,8,11387,11387,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,171,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11388,0,0,0,0,0,28233,0,0,0,'Witherbark Speaker','Witherbark Troll Ambassador',NULL,0,61,61,0,28,0,1.32,1.14286,1,0,152,210,0,244,1,2000,2000,2,32832,2048,0,0,0,0,0,0,120,179,25,7,8,11388,0,0,0,0,0,0,0,0,15801,0,10414,10473,0,0,0,0,0,0,106,144,'SmartAI',1,1,1,1,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11389,0,0,0,0,0,11312,0,0,0,'Bloodscalp Speaker','Bloodscalp Troll Ambassador',NULL,0,61,61,0,28,0,1.32,1.14286,1,0,159,221,0,258,1,2000,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,18200,22691,24318,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11390,0,0,0,0,0,11313,0,0,0,'Skullsplitter Speaker','Skullsplitter Troll Ambassador',NULL,11393,61,61,0,28,1,1.32,1.14286,1,0,159,221,0,258,1,2000,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,8,11390,0,0,0,0,0,0,0,0,3148,24048,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11391,0,0,0,0,0,28254,0,0,0,'Vilebranch Speaker','Vilebranch Troll Ambassador',NULL,0,61,61,0,28,2,1.32,1.14286,1,0,159,221,0,258,1,2000,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,8,11391,0,0,0,0,0,0,0,0,13730,8599,15284,0,0,0,0,0,0,0,136,182,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_vilebranch_speaker',12340),(11397,0,0,0,0,0,11044,0,0,0,'Nara Meideros','Priest Trainer',NULL,3643,30,30,0,80,51,1,1.14286,1,0,30,42,0,44,1,2000,2000,8,4096,2048,0,0,0,0,5,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11401,0,0,0,0,0,11048,0,0,0,'Priestess Alathea','Priest Trainer',NULL,4801,60,60,0,1076,51,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,4096,2048,0,0,0,0,5,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11406,0,0,0,0,0,11053,0,0,0,'High Priest Rohan','Priest Trainer',NULL,3642,60,60,0,122,51,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,0,2048,0,0,0,0,5,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11407,0,0,0,0,0,11054,0,0,0,'Var\'jun',NULL,NULL,3646,30,30,0,83,3,1,1.14286,1,0,30,42,0,44,1,2000,2000,8,4096,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11438,0,0,0,0,0,11461,0,0,0,'Bibbly F\'utzbuckle',NULL,NULL,0,45,45,0,69,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11439,0,0,0,0,0,11073,0,0,0,'Illusion of Jandice Barov',NULL,NULL,0,61,61,0,233,0,1.25,1.14286,1,1,159,221,0,258,1.5,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11440,0,0,0,0,0,12471,0,0,0,'Gordok Enforcer',NULL,NULL,0,53,54,0,45,0,1.6,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,11440,11440,0,54,54,54,54,54,54,0,0,0,0,0,0,0,0,0,0,414,546,'SmartAI',0,3,1,1.3,1,1,0,21982,0,0,0,0,0,51,1,0,0,'',12340),(11441,0,0,0,0,0,12473,0,0,0,'Gordok Brute',NULL,NULL,5746,57,58,0,45,1,1.76,1.14286,1,1,100,132,0,242,5,1175,1292,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,11441,11441,0,58,58,58,58,58,58,13737,20677,24317,0,0,0,0,0,0,0,689,905,'SmartAI',1,3,1,5,2,1,0,21982,0,0,0,0,0,0,1,0,0,'',12340),(11442,0,0,0,0,0,12473,0,0,0,'Gordok Mauler',NULL,NULL,0,53,54,0,45,0,1.1,1.14286,1,0,92,122,0,224,5,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,11442,11442,0,54,54,54,54,54,54,0,0,0,0,0,0,0,0,0,0,414,546,'SmartAI',0,3,1,1.3,1,1,0,21982,0,0,0,0,0,51,1,0,0,'',12340),(11443,0,0,0,0,0,12472,0,0,0,'Gordok Ogre-Mage',NULL,NULL,0,52,53,0,45,0,1.1,1.14286,1,0,84,111,0,206,1,2000,2000,2,0,2048,0,0,0,0,0,0,57,84,20,7,0,11443,11443,0,53,53,53,53,53,53,10149,10179,0,0,0,0,0,0,0,0,340,449,'SmartAI',1,3,1,1.3,3,1,0,21982,0,0,0,0,0,51,1,0,0,'',12340),(11444,0,0,0,0,0,11537,0,0,0,'Gordok Mage-Lord',NULL,NULL,5746,57,58,0,45,1,1.76,1.14286,1,1,71,98,0,107,5,1175,1292,8,0,2048,0,0,0,0,0,0,59,87,24,7,0,11444,11441,0,58,58,58,58,58,58,20832,16102,15530,16170,0,0,0,0,0,0,519,683,'SmartAI',1,3,1,5,2,1,0,21982,0,0,0,0,0,0,1,0,0,'',12340),(11445,0,0,0,0,0,11564,0,0,0,'Gordok Captain',NULL,NULL,0,59,60,0,45,0,1.78,1.14286,1,1,146,192,0,238,5,1158,1274,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,11445,11441,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,777,1020,'SmartAI',1,3,1,6,2,1,0,21982,0,0,0,0,0,0,1,0,0,'',12340),(11446,0,0,0,0,0,13093,13130,0,13132,'Gordok Spirit',NULL,NULL,0,60,60,0,45,0,1.76,1.14286,1,1,104,138,0,252,5,1175,1292,1,131076,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.000001,1,1,0,0,0,0,0,0,0,0,1,8388624,2359298,'',12340),(11447,0,0,0,0,0,14382,0,0,0,'Mushgog',NULL,NULL,0,60,60,0,14,0,3.58,1.14286,1,2,104,138,0,252,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,4,0,11447,0,0,0,0,0,0,0,0,21749,24648,31689,0,0,0,0,0,0,0,3975,5196,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,8395857,0,'',12340),(11448,0,0,0,0,0,14423,0,0,0,'Gordok Warlock',NULL,NULL,0,59,60,0,45,0,1.76,1.14286,1,1,74,102,0,112,5,1175,1292,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,11448,11441,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,565,742,'SmartAI',1,3,1,5,3,1,0,21982,0,0,0,0,0,0,1,0,0,'',12340),(11450,0,0,0,0,0,10709,0,0,0,'Gordok Reaver',NULL,NULL,0,58,59,0,45,0,1.76,1.14286,1,1,102,135,0,248,5,1175,1292,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,11450,11441,0,0,0,0,0,0,0,22572,22916,0,0,0,0,0,0,0,0,776,1018,'SmartAI',1,3,1,5,2,1,0,21982,0,0,0,0,0,0,1,0,0,'',12340),(11451,0,0,0,0,0,11345,0,0,0,'Wildspawn Satyr',NULL,NULL,0,55,56,0,90,0,1,1.14286,1,1,96,127,0,234,5,2000,1301,1,0,2048,0,0,0,0,0,0,67,97,23,3,0,11451,0,0,0,0,0,0,0,0,15580,9080,8599,9128,0,0,0,0,0,0,439,578,'SmartAI',1,3,1,3,1.5,1,0,18603,0,0,0,0,0,0,1,0,0,'',12340),(11452,0,0,0,0,0,2021,0,0,0,'Wildspawn Rogue',NULL,NULL,0,56,57,0,90,0,1,1.14286,1,1,98,130,0,238,5,1500,1292,1,0,2048,0,0,0,0,0,0,68,99,24,3,0,11452,0,0,0,0,0,0,0,0,15583,15667,0,0,0,0,0,0,0,0,453,597,'SmartAI',0,3,1,3,1.5,1,0,18603,0,0,0,0,0,0,1,0,0,'',12340),(11453,0,0,0,0,0,2020,0,0,0,'Wildspawn Trickster',NULL,NULL,0,56,57,0,90,0,1,1.14286,1,1,91,121,0,224,5,2000,1292,2,0,2048,0,0,0,0,0,0,62,92,22,3,0,11453,0,0,0,0,0,0,0,171,12493,22371,4086,3609,0,0,0,0,0,0,373,492,'SmartAI',0,3,1,3,1.5,1,0,18603,0,0,0,0,0,0,1,0,0,'',12340),(11454,0,0,0,0,0,10032,0,0,0,'Wildspawn Betrayer',NULL,NULL,0,55,56,0,90,0,1,1.14286,1,1,96,127,0,234,5,2000,1301,1,0,2048,0,0,0,0,0,0,67,97,23,3,0,11454,0,0,0,0,0,0,0,0,16100,18649,7896,11428,0,0,0,0,0,0,443,584,'SmartAI',1,3,1,3,1.5,1,0,18603,0,0,0,0,0,0,1,0,0,'',12340),(11455,0,0,0,0,0,7649,0,0,0,'Wildspawn Felsworn',NULL,NULL,0,55,56,0,90,0,1,1.14286,1,1,68,94,0,104,5,2000,1292,8,0,2048,0,0,0,0,0,0,56,83,24,3,0,11455,0,0,0,0,0,0,168,0,22418,15654,15337,22417,0,0,0,0,0,0,341,451,'SmartAI',1,3,1,3,1.5,1,0,18603,0,0,0,0,0,0,1,0,0,'',12340),(11456,0,0,0,0,0,2014,0,0,0,'Wildspawn Shadowstalker',NULL,NULL,0,56,56,0,90,0,1,1.14286,1,1,96,127,0,234,5,1500,1292,1,0,2048,0,0,0,0,0,0,67,97,23,3,0,11456,0,0,0,0,0,0,0,0,14897,22416,0,0,0,0,0,0,0,0,441,580,'SmartAI',1,3,1,3,1.5,1,0,18603,0,0,0,0,0,0,1,0,0,'',12340),(11457,0,0,0,0,0,11340,0,0,0,'Wildspawn Hellcaller',NULL,NULL,0,56,57,0,90,0,1,1.14286,1,1,91,121,0,224,5,2000,1283,2,0,2048,0,0,0,0,0,0,62,92,22,3,0,11457,0,0,0,171,0,0,0,0,15228,20754,0,0,0,0,0,0,0,0,381,503,'SmartAI',1,3,1,3,2,1,0,18603,0,0,0,0,0,0,1,0,0,'',12340),(11458,0,0,0,0,0,2078,0,0,0,'Petrified Treant',NULL,NULL,0,57,59,0,16,0,1,1.14286,1,1,102,135,0,248,5,2000,1283,1,0,2048,0,0,0,0,0,0,70,103,25,4,0,11458,0,0,0,0,0,0,0,0,22693,0,0,0,0,0,0,0,0,0,476,627,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11459,0,0,0,0,0,13489,0,0,0,'Ironbark Protector',NULL,NULL,0,57,59,0,16,0,1.11111,1.14286,1,1,102,135,0,248,5,2000,1283,1,0,2048,0,0,0,0,0,0,70,103,25,4,0,11459,0,0,0,0,0,0,0,0,5568,18670,28858,0,0,0,0,0,0,0,859,1127,'SmartAI',1,3,1,6,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11460,0,0,0,0,0,911,0,0,0,'Alzzin\'s Minion',NULL,NULL,0,56,56,0,16,0,1,2.14286,1,0,96,127,0,234,1,800,2000,1,0,2048,0,0,0,0,0,0,67,97,23,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.25,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(11461,0,0,0,0,0,13173,0,0,0,'Warpwood Guardian',NULL,NULL,0,57,58,0,16,0,1,1.14286,1,1,93,123,0,228,5,2000,1292,2,0,2048,0,0,0,0,0,0,64,94,23,4,0,11461,0,0,0,0,0,0,0,0,16172,15615,22373,0,0,0,0,0,0,0,396,522,'SmartAI',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11462,0,0,0,0,0,10621,0,0,0,'Warpwood Treant',NULL,NULL,0,54,55,0,16,0,1,1.14286,1,1,94,125,0,228,5,2000,1301,1,0,2048,0,0,0,0,0,0,65,95,23,4,0,11462,0,0,0,0,0,0,0,0,14331,11428,18368,0,0,0,0,0,0,0,425,559,'SmartAI',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11464,0,0,0,0,0,9592,0,0,0,'Warpwood Tangler',NULL,NULL,0,55,56,0,16,0,1,1.14286,1,1,89,118,0,220,5,2000,1292,2,0,2048,0,0,0,0,0,0,61,90,21,4,0,11464,0,0,0,0,0,0,0,0,22415,22414,0,0,0,0,0,0,0,0,367,484,'SmartAI',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11465,0,0,0,0,0,6350,0,0,0,'Warpwood Stomper',NULL,NULL,0,57,58,0,16,0,1,1.14286,1,1,100,132,0,242,5,2500,1292,1,0,2048,0,0,0,0,0,0,69,101,25,4,0,11465,0,0,0,0,0,0,0,0,16727,3391,0,0,0,0,0,0,0,0,476,627,'SmartAI',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11466,0,0,0,0,0,11207,11208,11209,11210,'Highborne Summoner','House of Shen\'dralar',NULL,0,55,55,0,40,0,1.72,1.14286,1,1,87,116,0,214,5,1216,1338,2,0,2048,0,0,0,0,0,0,60,88,21,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.25,3,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(11467,0,0,0,0,0,11250,0,0,0,'Tsu\'zee',NULL,NULL,0,59,59,0,16,0,1.77,1.14286,1,2,102,135,0,248,5,1166,1283,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,11467,0,0,0,0,0,0,0,0,12540,14873,21060,37685,0,0,0,0,0,0,1359,1779,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11469,0,0,0,0,0,11213,11214,11215,11216,'Eldreth Seether',NULL,NULL,0,58,59,0,16,2,1,1.14286,1,1,102,135,0,248,5,1600,1283,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,11469,0,0,0,0,0,0,0,0,16843,8269,0,0,0,0,0,0,0,0,491,646,'SmartAI',1,3,1,3,1,1,0,22224,0,0,0,0,0,0,1,8388624,0,'',12340),(11470,0,0,0,0,0,11205,11206,11211,11212,'Eldreth Sorcerer',NULL,NULL,0,58,59,0,16,2,1,1.14286,1,1,133,176,0,234,5,2000,1283,2,0,2048,0,0,0,0,0,0,91,133,23,6,0,11470,0,0,0,0,0,0,0,0,13323,22823,16006,0,0,0,0,0,0,0,402,529,'SmartAI',1,3,1,3,3,1,0,22224,0,0,0,0,0,0,1,8388624,0,'',12340),(11471,0,0,0,0,0,14365,0,0,0,'Eldreth Apparition',NULL,NULL,0,57,58,0,16,0,1.11111,1.14286,1,1,93,123,0,228,5,2000,1292,2,0,2048,0,0,0,0,0,0,64,94,23,6,0,11471,0,0,0,0,0,0,0,0,16799,18100,22744,15244,0,0,0,0,0,0,396,522,'SmartAI',1,3,1,3,3,1,0,22224,0,0,0,0,0,0,1,8388624,0,'',12340),(11472,0,0,0,0,0,10751,0,0,0,'Eldreth Spirit',NULL,NULL,0,57,58,0,16,0,1,1.14286,1,1,100,132,0,242,5,2000,1292,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,11472,0,0,0,0,0,0,0,0,16838,22743,0,0,0,0,0,0,0,0,464,610,'SmartAI',1,3,1,3,3,1,0,22224,0,0,0,0,0,0,1,8388624,0,'',12340),(11473,0,0,0,0,0,14366,0,0,0,'Eldreth Spectre',NULL,NULL,0,58,59,0,16,0,0.833334,0.857143,1,1,133,176,0,234,5,2000,1292,2,0,2048,0,0,0,0,0,0,91,133,23,6,0,11473,0,0,0,0,0,0,0,0,17201,7154,16380,0,0,0,0,0,0,0,402,529,'SmartAI',1,3,1,3,3,1,0,22224,0,0,0,0,0,0,1,8388624,0,'',12340),(11475,0,0,0,0,0,14368,0,0,0,'Eldreth Phantasm',NULL,NULL,0,58,59,0,16,0,1.11111,1.14286,1,1,102,135,0,248,5,2000,1292,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,11475,0,0,0,0,0,0,0,0,0,15802,0,0,0,0,0,0,0,0,478,629,'SmartAI',1,3,1,3,1,1,0,22224,0,0,0,0,0,0,1,8388624,0,'',12340),(11476,0,0,0,0,0,11078,0,0,0,'Skeletal Highborne',NULL,NULL,0,57,58,0,16,0,1,1.14286,1,0,100,132,0,242,5,2000,1584,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,11476,0,0,0,0,0,0,0,0,21081,0,0,0,0,0,0,0,0,0,128,172,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11477,0,0,0,0,0,14391,0,0,0,'Rotting Highborne',NULL,NULL,0,58,59,0,16,0,1,1.14286,1,0,102,135,0,248,5,2000,1562,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,11477,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,176,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11480,0,0,0,0,0,14253,0,0,0,'Arcane Aberration',NULL,NULL,0,59,60,0,834,0,1,1.14286,1,1,146,192,0,238,5,2000,1292,2,0,2048,0,0,0,0,0,0,101,167,24,4,0,11480,0,0,120,60,120,120,60,300,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11483,0,0,0,0,0,14272,0,0,0,'Mana Remnant',NULL,NULL,0,57,59,0,834,0,1,1.14286,1,1,133,176,0,234,5,2000,1292,2,0,2048,0,0,0,0,0,0,91,133,23,4,0,11483,0,0,290,290,290,290,290,290,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11484,0,0,0,0,0,14254,0,0,0,'Residual Monstrosity',NULL,NULL,0,59,60,0,834,0,1.79,1.14286,1,1,146,192,0,238,7.5,1150,1265,2,0,2048,0,0,0,0,0,0,101,167,24,4,0,11484,0,0,120,120,120,120,120,120,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11486,0,0,0,0,0,11256,0,0,0,'Prince Tortheldrin','Ruler of the Shen\'dralar',NULL,5736,61,61,0,1355,1,1,1.14286,1,1,159,221,0,258,5,1500,1274,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,11486,0,0,0,0,0,0,0,0,20691,22920,0,0,0,0,0,0,0,0,1418,1857,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11487,0,0,0,0,0,14384,0,0,0,'Magister Kalendris',NULL,NULL,0,60,60,0,16,0,1,1.14286,1,1,146,192,0,238,5,2000,1274,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,11487,0,0,0,0,0,0,0,0,17146,22919,17287,7645,0,0,0,0,0,0,992,1300,'SmartAI',1,3,1,8.5,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11488,0,0,0,0,0,11270,0,0,0,'Illyanna Ravenoak',NULL,NULL,0,60,60,0,16,0,1,1.14286,1,1,146,192,0,238,5,2000,1283,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,11488,0,0,0,0,0,0,0,0,5116,20904,14290,14295,0,0,0,0,0,0,822,1078,'SmartAI',1,3,1,7,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11489,0,0,0,0,0,14383,0,0,0,'Tendris Warpwood',NULL,NULL,0,60,60,0,16,0,1,1.14286,1,1,104,138,0,252,5,2000,1283,1,0,2048,0,0,0,0,0,0,72,106,26,4,0,11489,0,0,300,60,300,60,60,60,5568,22924,22916,22994,0,0,0,0,0,0,1502,1966,'SmartAI',1,3,1,11,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11490,0,0,0,0,0,11335,0,0,0,'Zevrim Thornhoof',NULL,NULL,0,57,57,0,90,0,1,1.14286,1,1,98,130,0,238,5,2000,1292,1,0,2048,0,0,0,0,0,0,68,99,24,3,0,11490,0,0,0,0,0,0,0,0,22478,22651,0,0,0,0,0,0,0,0,1029,1349,'SmartAI',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11491,0,0,0,0,0,13170,0,0,0,'Old Ironbark',NULL,NULL,5601,58,58,0,35,1,1,1.14286,1,1,100,132,0,242,5,2000,1310,1,0,2048,0,0,0,0,0,0,69,101,25,4,0,0,0,0,290,290,290,290,290,290,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11492,0,0,0,0,0,14416,0,0,0,'Alzzin the Wildshaper',NULL,NULL,0,58,58,0,90,0,1,1.42857,1,1,93,123,0,228,5,1300,1292,2,0,2048,0,0,0,0,0,0,64,94,23,3,0,11492,0,0,0,0,180,0,0,0,22689,22662,19319,0,0,0,0,0,0,0,1456,1906,'SmartAI',1,3,1,14,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(11496,0,0,0,0,0,14173,0,0,0,'Immol\'thar',NULL,NULL,0,61,61,0,754,0,8.9,2,1,1,159,221,0,258,5,1158,1274,1,0,2048,0,0,0,0,0,0,127,188,28,3,0,11496,0,11496,0,0,0,0,0,0,16128,15550,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,12,2,1,0,0,0,0,0,0,0,0,1,8389713,0,'',12340),(11497,0,0,0,0,0,12683,0,0,0,'The Razza',NULL,NULL,0,60,60,0,14,0,1.79,1.14286,1,2,146,192,0,238,7.5,1150,1265,2,0,2048,0,38,0,0,0,0,101,167,24,1,65545,11497,0,11497,0,0,0,0,0,0,16033,22937,22951,0,0,0,0,0,0,0,0,0,'',0,3,1,30,10,1,0,0,0,0,0,0,0,0,1,8395857,0,'',12340),(11498,0,0,0,0,0,10169,0,0,0,'Skarr the Unbreakable',NULL,NULL,0,58,58,0,45,0,3.58,1.14286,1,2,100,132,0,242,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,11498,0,0,0,0,0,0,0,0,15496,11428,15708,0,0,0,0,0,0,0,3779,4939,'',0,3,1,20,1,1,0,0,0,0,0,0,0,51,1,8395857,0,'',12340),(11501,0,0,0,0,0,11583,0,0,0,'King Gordok',NULL,NULL,0,62,62,0,45,0,3.58,1.14286,1,1,172,240,0,262,5,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,11501,0,0,0,0,0,0,0,0,22886,15708,15572,16727,0,0,0,0,0,0,2035,2148,'SmartAI',1,3,1,9,1,1,0,21982,0,0,0,0,0,164,1,0,0,'',12340),(11502,0,0,0,0,0,11121,0,0,0,'Ragnaros',NULL,NULL,0,63,63,0,1081,0,1,1.14286,1,3,181,253,0,268,35,2800,1880,1,0,2048,0,0,0,0,0,0,147,219,32,4,108,11502,0,0,0,0,0,0,0,0,20566,19773,19780,20565,0,0,0,0,0,0,1330030,1625593,'',1,3,1,330,1,1,0,19017,20951,0,0,0,0,0,1,617299803,1,'boss_ragnaros',12340),(11516,0,0,0,0,0,6825,0,0,0,'Timbermaw Warder',NULL,NULL,0,53,54,0,414,0,0.666668,0.992063,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,11516,11516,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,154,'',1,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11517,0,0,0,0,0,11611,0,0,0,'Oggleflint','Ragefire Chieftain',NULL,0,16,16,0,59,0,1,1.14286,1,1,23,31,0,56,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,16,23,2,7,0,11517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,120,'SmartAI',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11518,0,0,0,0,0,11429,0,0,0,'Jergosh the Invoker',NULL,NULL,0,16,16,0,554,0,1,1.14286,1,1,17,23,0,24,1.7,2000,2000,8,64,2048,0,0,0,0,0,0,15,22,13,7,0,11518,11518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,120,'SmartAI',1,3,1,4.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11519,0,0,0,0,0,2007,0,0,0,'Bazzalan',NULL,NULL,0,16,16,0,554,0,1,1.14286,1,1,23,31,0,56,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,16,23,2,7,0,11519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,125,'SmartAI',1,3,1,4.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11520,0,0,0,0,0,7970,0,0,0,'Taragaman the Hungerer',NULL,NULL,0,16,16,0,554,0,1,1.14286,1,1,23,31,0,56,1.7,2000,2000,1,32832,2048,0,0,0,0,0,0,16,23,2,7,0,11520,11520,0,0,0,0,0,0,0,11970,18072,0,0,0,0,0,0,0,0,109,148,'SmartAI',1,3,1,5.25,1,1,0,14540,0,0,0,0,0,0,1,0,0,'',12340),(11521,0,0,0,0,0,10283,10284,10919,0,'Kodo Apparition',NULL,NULL,0,37,38,0,14,0,1.68,1.14286,1,0,53,70,0,128,1,1640,1804,1,0,2048,0,0,0,0,0,0,36,53,13,1,0,11521,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11536,0,0,0,0,0,11352,0,0,0,'Quartermaster Miranda Breechlock','The Argent Dawn',NULL,3461,58,58,0,814,131,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11546,0,0,0,0,0,11351,0,0,0,'Jack Sterling',NULL,NULL,0,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11548,0,0,0,0,0,11359,0,0,0,'Loh\'atu',NULL,NULL,3481,45,45,0,35,3,1,1.14286,1,0,70,93,0,172,1,2000,2000,2,0,2048,0,0,0,0,0,0,48,71,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11551,0,0,0,0,0,11178,0,0,0,'Necrofiend',NULL,NULL,0,58,60,0,233,0,1,1.14286,1,1,104,138,0,252,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,6,0,11551,0,0,0,0,0,0,0,0,16469,25349,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11552,0,0,0,0,0,2003,0,0,0,'Timbermaw Mystic',NULL,NULL,0,52,54,0,414,0,0.666668,0.992063,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,11552,11552,0,0,0,0,0,0,0,10934,10946,0,0,0,0,0,0,0,0,111,150,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11553,0,0,0,0,0,1999,0,0,0,'Timbermaw Woodbender',NULL,NULL,0,52,53,0,414,0,0.666668,0.992063,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,11553,11553,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,145,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11554,0,0,0,0,0,5851,0,0,0,'Grazle',NULL,NULL,3622,55,55,0,35,3,0.666668,0.992063,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11555,0,0,0,0,0,1012,0,0,0,'Gorn One Eye',NULL,NULL,3625,55,55,0,414,131,0.666668,0.992063,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11556,0,0,0,0,0,6829,0,0,0,'Salfa',NULL,NULL,3623,55,55,0,35,3,0.666668,0.992063,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11557,0,0,0,0,0,11363,0,0,0,'Meilosh',NULL,NULL,3626,55,55,0,414,211,0.666668,0.992063,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,2,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11558,0,0,0,0,0,1997,0,0,0,'Kernda',NULL,NULL,6801,55,55,0,414,3,0.666668,0.992063,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11559,0,0,0,0,0,9531,0,0,0,'Outcast Necromancer',NULL,NULL,0,39,40,0,16,0,1.02,1.14286,1,0,40,55,0,60,1,2000,2000,8,0,2048,0,0,0,0,0,0,34,49,19,7,0,11559,11559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,78,'',1,1,1,1.15,1,1,0,6067,0,0,0,0,0,144,1,0,0,'',12340),(11560,0,0,0,0,0,11370,0,0,0,'Magrami Spectre',NULL,NULL,0,38,39,0,7,0,1.47,1.14286,1,0,54,72,0,132,1,1620,1782,1,0,2048,0,0,0,0,0,0,37,55,13,6,0,11560,0,0,0,0,0,0,0,0,18159,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.15,1,1,0,15849,0,0,0,0,0,0,1,8388624,0,'',12340),(11561,0,0,0,0,0,11369,0,0,0,'Undead Ravager',NULL,NULL,0,37,38,0,21,0,1.02,1.14286,1,0,53,70,0,128,1,1500,2000,1,0,2048,0,0,0,0,0,0,36,53,13,6,0,11561,11561,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,86,'',1,1,1,1.15,1,1,0,2477,0,0,0,0,0,144,1,8388624,0,'',12340),(11562,0,0,0,0,0,11371,0,0,0,'Drysnap Crawler',NULL,NULL,0,33,34,0,16,0,1,1.14286,1,0,44,58,0,106,1,2000,2000,2,32768,2048,0,0,0,0,0,0,39,45,10,7,0,11562,11562,0,0,0,0,0,0,0,12544,12548,0,0,0,0,0,0,0,0,46,65,'',1,3,1,1,1,1,0,15878,0,0,0,0,0,0,1,0,0,'',12340),(11563,0,0,0,0,0,3214,0,0,0,'Drysnap Pincer',NULL,NULL,0,34,35,0,16,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,11563,11563,0,0,0,0,0,0,0,13444,13443,0,0,0,0,0,0,0,0,51,72,'',1,3,1,1,1,1,0,15878,0,0,0,0,0,0,1,0,0,'',12340),(11564,0,0,0,0,0,7933,0,0,0,'Gizelton Caravan Kodo',NULL,NULL,0,35,35,0,35,0,1.04,0.85714,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,1,4096,0,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(11576,0,0,0,0,0,8714,0,0,0,'Whirlwind Ripper',NULL,NULL,0,32,34,0,91,0,1,1.14286,1,0,47,63,0,114,1,1400,2000,1,0,2048,0,0,0,0,0,0,33,48,11,4,0,11576,0,0,34,34,34,34,34,68,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11577,0,0,0,0,0,11373,0,0,0,'Whirlwind Stormwalker',NULL,NULL,0,35,37,0,91,0,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,0,2048,0,0,0,0,0,0,33,48,11,4,0,11577,0,0,37,37,37,37,37,75,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11578,0,0,0,0,0,11374,0,0,0,'Whirlwind Shredder',NULL,NULL,0,32,34,0,91,0,1,1.14286,1,0,47,63,0,114,1,1400,2000,1,0,2048,0,0,0,0,0,0,33,48,11,4,0,11578,0,0,34,34,34,34,34,68,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11582,0,0,0,0,0,11163,11128,11129,11177,'Scholomance Dark Summoner',NULL,NULL,0,58,59,0,233,0,1.15,1.14286,1,1,133,176,0,234,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,91,133,23,7,0,11582,11582,0,0,0,0,0,0,0,0,15042,17620,0,0,0,0,0,0,0,406,535,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11583,0,0,0,0,0,11380,0,0,0,'Nefarian','',NULL,0,63,63,0,14,0,3.9,1.14286,1,3,181,253,0,268,35,1020,1480,1,0,2048,0,0,0,0,0,0,147,219,32,2,108,11583,0,11583,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2314285,2828570,'',1,7,1,650,20,1,0,21138,0,0,0,0,0,188,1,617299803,257,'boss_nefarian',12340),(11596,0,0,0,0,0,11470,0,0,0,'Smeed Scrabblescrew',NULL,NULL,0,45,45,0,69,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11598,0,0,0,0,0,775,5432,533,10975,'Risen Guardian',NULL,NULL,0,59,61,0,233,0,1,1.14286,1,0,152,210,0,244,1,2400,1540,2,0,2048,0,0,0,0,0,0,120,179,25,6,0,11598,0,0,0,0,0,0,0,0,16583,11443,7289,7068,11443,0,0,0,0,0,71,97,'SmartAI',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11600,22747,32018,37337,0,0,10285,0,0,0,'Irondeep Shaman',NULL,NULL,0,63,64,0,59,0,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,0,2048,0,0,0,0,0,0,136,202,27,7,0,11600,11600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11602,22748,32019,37338,0,0,10285,0,0,0,'Irondeep Skullthumper',NULL,NULL,0,54,55,0,59,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,11602,11602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,147,'SmartAI',1,3,1,0.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11603,22778,32139,37469,0,0,371,0,0,0,'Whitewhisker Digger',NULL,NULL,0,52,53,0,26,0,1,1.14286,1,0,89,119,0,218,1,2000,1292,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,11603,11603,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,148,'SmartAI',1,3,1,0.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11604,22779,32140,37470,0,0,371,0,0,0,'Whitewhisker Geomancer',NULL,NULL,0,53,54,0,26,0,1,1.14286,1,0,86,114,0,210,1,2000,1301,2,0,2048,0,0,0,0,0,0,59,86,20,7,0,11604,11604,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11605,22780,32141,37471,0,0,371,0,0,0,'Whitewhisker Overseer',NULL,NULL,0,54,55,0,26,0,1,1.14286,1,0,94,125,0,228,1,2000,1292,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,11605,11605,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.6,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11608,0,0,0,0,0,11456,0,0,0,'Bardu Sharpeye',NULL,NULL,3601,50,50,0,83,3,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,4096,2048,0,0,0,0,0,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11609,0,0,0,0,0,11457,0,0,0,'Alexia Ironknife',NULL,NULL,3602,51,51,0,122,3,1,1.14286,1,0,80,106,0,198,1,2000,2000,2,0,2048,0,0,0,0,0,0,55,81,19,7,0,11609,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11610,0,0,0,0,0,11458,0,0,0,'Kirsta Deepshadow',NULL,NULL,3603,53,53,0,35,3,1.1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11611,0,0,0,0,0,11459,0,0,0,'Cavalier Durgen',NULL,NULL,0,57,57,0,67,0,1.1,1.14286,1,0,91,121,0,224,1,2000,2000,2,32768,2048,0,0,0,0,0,0,62,92,22,7,0,11611,11611,0,0,0,0,0,0,0,13953,13005,13008,0,0,0,0,0,0,0,111,150,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11613,0,0,0,0,0,11462,0,0,0,'Huntsman Radley',NULL,NULL,0,56,56,0,67,0,1.1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,0,11613,11613,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,166,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11614,0,0,0,0,0,3203,0,0,0,'Bloodshot',NULL,NULL,0,54,54,0,67,0,1.1,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,1,0,0,0,0,63,93,22,1,0,0,0,0,0,0,0,0,0,0,13692,0,0,0,0,0,0,0,5956,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11615,0,0,0,0,0,12469,0,0,0,'Mickey Levine',NULL,NULL,3604,55,55,0,83,3,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,32768,2048,0,0,0,0,0,0,55,82,23,7,0,11615,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11616,0,0,0,0,0,14953,0,0,0,'Nathaniel Dumah',NULL,NULL,3821,55,55,0,123,3,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,0,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11620,0,0,0,0,0,12329,12330,12331,12332,'Spectral Marauder',NULL,NULL,0,57,58,0,43,0,1,0.857143,1,0,100,132,0,242,1,2000,2000,1,256,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,5337,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),(11621,0,0,0,0,0,11475,11476,11477,11478,'Spectral Corpse',NULL,NULL,0,57,58,0,7,0,1,0.857143,1,0,100,132,0,242,1,2000,2000,1,33024,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),(11622,0,0,0,0,0,12073,0,0,0,'Rattlegore',NULL,NULL,0,61,61,0,233,0,1,1.19048,1,1,152,210,0,244,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,120,179,25,6,0,11622,11622,0,0,0,0,0,0,0,10101,16727,18116,0,0,0,0,0,0,0,1376,1801,'SmartAI',1,3,1,12,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(24368,0,0,0,0,0,22350,0,0,0,'Swift Brewfest Ram',NULL,NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(11624,0,0,0,0,0,11792,0,0,0,'Taiga Wisemane',NULL,NULL,0,60,60,0,104,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11625,0,0,0,0,0,11629,0,0,0,'Cork Gizelton',NULL,NULL,3961,38,38,0,35,3,1,0.857143,1,0,53,70,0,128,1,2000,2000,1,512,2048,0,0,0,0,0,0,36,53,13,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'npc_cork_gizelton',12340),(11626,0,0,0,0,0,11630,0,0,0,'Rigger Gizelton',NULL,NULL,3963,36,36,0,35,3,1.06,0.857143,1,0,50,66,0,120,1,2000,2000,1,512,2048,0,0,0,0,0,0,34,51,12,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(11627,0,0,0,0,0,10918,0,0,0,'Tamed Kodo',NULL,NULL,3650,34,37,0,7,0,1.11,1.14286,1,0,51,68,0,124,1,1660,1826,1,0,2048,0,0,0,0,0,0,35,52,12,1,0,0,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,55,1,0,0,'npc_aged_dying_ancient_kodo',12340),(11629,0,0,0,0,0,11512,0,0,0,'Jessica Redpath',NULL,NULL,0,50,50,0,794,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11636,0,0,0,0,0,11591,11592,11594,11596,'Servant of Weldon Barov',NULL,NULL,0,60,60,0,210,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11637,0,0,0,0,0,11589,11590,11593,11595,'Servant of Alexi Barov',NULL,NULL,0,60,60,0,106,0,1.14,1.14286,1,0,104,138,0,252,1,2000,2200,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11656,0,0,0,0,0,11857,11859,11858,11860,'Warsong Peon',NULL,NULL,0,26,27,0,83,0,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,32768,2048,0,0,0,0,0,0,26,39,7,7,0,11656,11656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,53,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11657,22685,32045,37366,0,0,5945,0,0,0,'Morloch',NULL,NULL,0,58,58,1,59,0,1,1.14286,1,0,93,123,0,228,1,2000,2000,2,512,2048,0,0,0,0,0,0,64,94,23,7,0,11657,11657,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,210,'SmartAI',1,3,1,1,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11658,0,0,0,0,0,8269,0,0,0,'Molten Giant',NULL,NULL,0,62,62,0,54,0,0.777776,1.71429,1,1,172,240,0,262,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,5,8,11658,0,0,0,93,0,0,0,0,18944,18945,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,40,1,1,0,20951,0,0,0,0,0,164,1,0,0,'',12340),(11659,0,0,0,0,0,12162,0,0,0,'Molten Destroyer',NULL,NULL,0,63,63,0,54,0,0.777776,1.71429,1,1,181,253,0,268,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,5,8,11659,0,0,0,93,0,0,0,0,20276,19129,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,45,1,1,0,20951,0,0,0,0,0,164,1,0,0,'',12340),(11661,0,0,0,0,0,12030,0,0,0,'Flamewaker',NULL,NULL,0,62,62,0,54,0,1,1.71429,1,1,160,223,0,246,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,129,191,26,7,8,11661,0,0,0,93,0,0,0,0,19730,20277,15502,0,0,0,0,0,0,0,3417,4468,'SmartAI',1,3,1,30,10,1,0,20951,0,0,0,0,0,164,1,0,0,'',12340),(11662,0,0,0,0,0,12030,0,0,0,'Flamewaker Priest',NULL,NULL,0,62,62,0,54,0,1,1.71429,1,1,131,188,0,116,7.5,2000,2000,8,64,2048,0,0,0,0,0,0,118,175,25,7,0,11662,0,0,0,93,0,0,0,0,19775,23952,19777,20294,0,0,0,0,0,0,0,0,'',1,3,1,30,12,1,0,20951,0,0,0,0,0,164,1,0,0,'npc_flamewaker_priest',12340),(11663,0,0,0,0,0,13029,0,0,0,'Flamewaker Healer',NULL,NULL,0,60,60,0,54,0,1,1.71429,1,1,146,192,0,238,7.5,2000,1191,2,0,2048,0,0,0,0,0,0,101,167,24,7,8,11663,0,0,0,0,0,0,0,0,20603,24668,0,0,0,0,0,0,0,0,4222,5518,'SmartAI',1,3,1,40,12,1,0,20951,0,0,0,0,0,164,1,0,0,'',12340),(11664,0,0,0,0,0,12002,0,0,0,'Flamewaker Elite',NULL,NULL,0,62,62,0,54,0,1,1.71429,1,1,160,223,0,246,7.5,2400,1191,2,0,2048,0,0,0,0,0,0,129,191,26,7,8,11664,0,0,0,93,-93,-93,-93,-93,20793,20229,20623,0,0,0,0,0,0,0,4777,6244,'SmartAI',1,3,1,40,12,1,0,20951,0,0,0,0,0,164,1,0,0,'',12340),(11665,0,0,0,0,0,12164,0,0,0,'Lava Annihilator',NULL,NULL,0,61,62,0,54,0,1.55556,2.28571,1,1,172,240,0,262,7.5,1600,2000,1,64,2048,0,0,0,0,0,0,139,207,30,4,8,11665,0,0,0,93,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,30,1,1,0,20951,0,0,0,0,0,199,1,0,0,'',12340),(11666,0,0,0,0,0,1070,0,0,0,'Firewalker',NULL,NULL,0,61,62,0,54,0,1,1.71429,1,1,172,240,0,262,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,4,8,11666,0,0,0,0,0,-93,0,0,19635,19636,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,25,1,1,0,20951,0,0,0,0,0,164,1,0,0,'',12340),(11667,0,0,0,0,0,5488,0,0,0,'Flameguard',NULL,NULL,0,61,62,0,54,0,1,1.71429,1,1,172,240,0,262,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,4,8,11667,0,0,0,0,0,-93,0,0,19630,19631,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,25,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(11668,0,0,0,0,0,12231,0,0,0,'Firelord',NULL,NULL,0,61,62,0,54,0,1,1.71429,1,1,172,240,0,262,7.5,1500,2000,1,64,2048,0,0,0,0,0,0,139,207,30,4,8,11668,0,0,0,0,0,-93,0,0,19393,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,30,1,1,0,20951,0,0,0,0,0,164,1,0,0,'',12340),(11669,0,0,0,0,0,12190,0,0,0,'Flame Imp',NULL,NULL,0,61,62,0,54,0,1,1.71429,1,1,172,240,0,262,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,4,8,11669,0,0,122,186,122,122,122,122,20203,0,0,0,0,0,0,0,0,0,517,680,'',1,3,1,3,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(11671,0,0,0,0,0,12168,0,0,0,'Core Hound',NULL,NULL,0,61,61,0,54,0,1,1.71429,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,45,0,0,0,0,127,188,28,1,8,0,0,100003,0,93,0,0,0,0,19771,19771,0,0,0,0,0,0,0,0,2056,2689,'',1,3,1,15,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(11672,0,0,0,0,0,11997,0,0,0,'Core Rager',NULL,NULL,0,62,62,0,54,0,1,2.28571,1,1,172,240,0,262,7.5,1333,2000,1,64,2048,0,45,0,0,0,0,139,207,30,1,65545,0,0,100003,0,95,0,0,0,0,3417,19820,0,0,0,0,0,0,0,0,0,0,'',1,3,1,25,1,1,0,0,0,0,0,0,0,199,1,0,0,'npc_core_rager',12340),(11673,0,0,0,0,0,12189,0,0,0,'Ancient Core Hound',NULL,NULL,0,62,62,0,54,0,1.2,1.71429,1,1,172,240,0,262,7.5,2000,2000,1,64,2048,0,45,0,0,0,0,139,207,30,1,65545,11673,0,11673,0,93,0,0,0,0,19272,19319,19369,19365,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,35,1,1,0,20951,0,0,0,0,0,165,1,0,0,'',12340),(11675,22763,32083,37404,0,0,10282,0,0,0,'Snowblind Windcaller',NULL,NULL,0,53,54,0,514,0,1.38889,1.14286,1,0,86,114,0,210,1,2000,2000,2,0,2048,0,0,0,0,0,0,59,86,20,7,0,11675,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,243,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11677,22694,32110,37431,0,0,371,0,0,0,'Taskmaster Snivvle',NULL,NULL,0,58,58,0,26,0,1.76,1.14286,1,0,93,123,0,228,1,1175,1292,2,0,2048,0,0,0,0,0,0,64,94,23,7,0,11677,11677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11678,22761,32081,37402,0,0,10282,0,0,0,'Snowblind Ambusher',NULL,NULL,0,52,53,0,514,0,1.38889,1.14286,1,0,89,119,0,218,1,1700,1562,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,11678,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,264,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11679,22796,0,0,0,0,14034,14036,14035,14037,'Winterax Witch Doctor',NULL,NULL,0,59,60,0,37,0,1.78,1.14286,1,1,104,138,0,252,7.5,1158,1274,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,11679,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,812,'',1,3,1,4.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11680,0,0,0,0,0,11869,11870,11871,11872,'Horde Scout',NULL,NULL,0,26,28,0,83,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,2,32768,2048,0,0,0,0,0,0,25,37,7,7,0,11680,11680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,52,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11681,0,0,0,0,0,11853,11855,11854,11856,'Horde Deforester',NULL,NULL,0,27,28,0,83,0,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,32768,2048,0,0,0,0,0,0,27,40,8,7,0,11681,11681,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,56,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11682,0,0,0,0,0,11861,11863,11862,11864,'Warsong Grunt',NULL,NULL,0,29,30,0,83,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,11682,11682,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,61,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11683,0,0,0,0,0,11865,11866,11867,11868,'Warsong Shaman',NULL,NULL,0,28,29,0,83,0,1.05,1.14286,1,0,29,40,0,44,1,2000,2000,8,32768,2048,0,0,0,0,0,0,25,36,16,7,0,11683,11683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,53,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11684,0,0,0,0,0,1303,0,0,0,'Warsong Shredder',NULL,NULL,0,27,27,0,83,0,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,0,2048,0,0,0,0,0,0,26,39,7,9,0,11684,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,56,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(11685,0,0,0,0,0,9440,0,0,0,'Maraudine Priest',NULL,NULL,0,40,42,0,134,0,1.02,1.14286,1,0,44,61,0,67,1,2000,2000,8,0,2048,0,0,0,0,0,0,37,55,19,7,0,11685,11685,0,0,0,0,0,0,0,11639,16568,0,0,0,0,0,0,0,0,57,79,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11686,0,0,0,0,0,11638,0,0,0,'Ghostly Raider',NULL,NULL,0,40,41,0,134,0,1.02,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,0,0,0,0,0,41,60,15,6,0,11686,11686,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,98,'',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11687,0,0,0,0,0,11639,0,0,0,'Ghostly Marauder',NULL,NULL,0,41,42,0,134,0,1.02,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,6,0,11687,11687,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,96,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11688,0,0,0,0,0,11640,0,0,0,'Cursed Centaur',NULL,NULL,0,43,43,0,134,0,2.51,1.14286,1,4,67,88,0,162,1,1266,1393,1,0,2048,0,0,0,0,0,0,46,67,16,7,0,11688,11688,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,107,'',1,3,1,1.2,1,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),(11689,0,0,0,0,0,11641,0,0,0,'Brown Kodo',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(11690,0,0,0,0,0,3024,0,0,0,'Gnarlpine Instigator',NULL,NULL,0,8,8,0,82,0,0.95,1.14286,1,0,10,14,0,38,1,1930,2123,1,0,2048,0,0,0,0,0,0,7,10,100,7,0,11690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(11696,0,0,0,0,0,11662,0,0,0,'Chal Fairwind','Wintersaber Trainers',NULL,0,53,53,0,80,3,1.1,1.14286,1,0,89,119,0,218,1,2000,2000,1,4608,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11697,0,0,0,0,0,2834,0,0,0,'Mannoroc Lasher',NULL,NULL,0,29,30,0,90,0,1.1,1.14286,1,0,39,52,0,96,1,2000,2000,2,32768,2048,0,0,0,0,0,0,27,40,8,3,0,11697,11697,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,58,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11698,0,0,0,0,0,12149,0,0,0,'Hive\'Ashi Stinger',NULL,NULL,0,57,58,0,310,0,1.4,1.42857,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,10,0,11698,0,11698,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20457,0,0,0,0,0,149,1,0,0,'',12340),(11699,0,0,0,0,0,11656,0,0,0,'Varian Wrynn','King of Stormwind',NULL,0,60,60,0,534,2,1.26,1.14286,1,0,104,138,0,252,1,800,1000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,754,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11700,0,0,0,0,0,11664,0,0,0,'Sarin Starlight',NULL,NULL,0,55,55,0,80,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11701,0,0,0,0,0,11667,0,0,0,'Mor\'vek','Ravasaur Trainers',NULL,10438,60,60,0,126,3,1,1.38571,1,0,104,138,0,252,1,2000,1551,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,11701,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11702,0,0,0,0,0,11665,0,0,0,'Arin\'sor','Ravasaur Trainers',NULL,0,60,60,0,126,3,1.26,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11703,0,0,0,0,0,11666,0,0,0,'Graw Cornerstone','Mail Armor Merchant',NULL,0,58,58,0,55,4226,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,4608,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11704,0,0,0,0,0,19819,0,0,0,'Kriss Goldenlight',NULL,NULL,0,60,60,0,35,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11705,0,0,0,0,0,19825,0,0,0,'Rayan Dawnrisen',NULL,NULL,0,55,55,0,35,2,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11706,0,0,0,0,0,18908,0,0,0,'Adon',NULL,NULL,0,60,60,0,35,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11707,0,0,0,0,0,19818,0,0,0,'Joy Ar\'nareth',NULL,NULL,0,59,59,0,35,2,1.1,1.14286,1,0,102,135,0,248,1,2000,2000,1,512,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11708,0,0,0,0,0,11670,0,0,0,'Coral Moongale',NULL,NULL,0,50,50,0,80,2,1.1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11709,0,0,0,0,0,11680,0,0,0,'Jareth Wildwoods',NULL,NULL,0,16,16,0,80,2,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,512,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11710,0,0,0,0,0,2325,0,0,0,'Mirador',NULL,NULL,0,50,50,0,35,0,1,1.28571,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11711,0,0,0,0,0,11663,0,0,0,'Sentinel Aynasha',NULL,NULL,0,20,20,0,231,2,0.94,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(11712,0,0,0,0,0,11682,0,0,0,'Lilyn Darkriver',NULL,NULL,0,41,41,0,80,2,1.05,1.14286,1,0,59,78,0,142,1,2000,2000,1,4096,2048,0,0,0,0,0,0,41,60,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11713,0,0,0,0,0,1010,0,0,0,'Blackwood Tracker',NULL,NULL,0,14,15,0,82,0,0.99,1.14286,1,0,20,27,0,48,1,1860,2046,2,0,2048,0,0,0,0,0,0,14,21,2,7,0,11713,0,0,0,0,0,0,0,0,6950,3391,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11714,0,0,0,0,0,11661,0,0,0,'Marosh the Devious',NULL,NULL,0,16,16,0,82,0,1.33,1.14286,1,0,22,29,0,52,1,1810,1991,2,0,2048,0,0,0,0,0,0,15,22,2,7,0,11714,0,0,0,0,0,0,0,0,6950,3391,0,0,0,0,0,0,0,0,18,28,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11715,0,0,0,0,0,11683,0,0,0,'Talendria',NULL,NULL,0,45,45,0,80,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4608,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11716,0,0,0,0,0,11684,0,0,0,'Celes Earthborne',NULL,NULL,0,60,60,0,35,2,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11717,0,0,0,0,0,11692,0,0,0,'Bethan Bluewater',NULL,NULL,0,43,43,0,80,2,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,512,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11718,0,0,0,0,0,11673,0,0,0,'Sar Browneye',NULL,NULL,0,53,53,0,104,2,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,4608,2048,0,0,0,0,0,0,62,91,22,7,0,11718,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11720,0,0,0,0,0,11685,0,0,0,'Loruk Foreststrider',NULL,NULL,0,44,44,0,104,2,1.05,1.14286,1,0,72,96,0,174,1,2000,2000,1,4608,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11721,0,0,0,0,0,12151,0,0,0,'Hive\'Ashi Worker',NULL,NULL,0,57,58,0,311,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,10,0,11721,0,11721,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,20457,0,0,0,0,0,0,1,0,0,'',12340),(11722,0,0,0,0,0,12153,0,0,0,'Hive\'Ashi Defender',NULL,NULL,0,58,59,0,310,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,10,0,11722,0,11722,0,0,0,0,0,0,6713,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20457,0,0,0,0,0,0,1,0,0,'',12340),(11723,0,0,0,0,0,12150,0,0,0,'Hive\'Ashi Sandstalker',NULL,NULL,0,59,59,0,310,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,41,0,0,0,0,70,103,25,1,65537,11723,0,11723,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20457,0,0,0,0,0,0,1,0,0,'',12340),(11724,0,0,0,0,0,12152,0,0,0,'Hive\'Ashi Swarmer',NULL,NULL,0,57,58,0,310,0,1.4,1.42857,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,10,0,11724,0,11724,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20457,0,0,0,0,0,149,1,0,0,'',12340),(11725,0,0,0,0,0,12158,0,0,0,'Hive\'Zora Waywatcher',NULL,NULL,0,58,59,0,310,0,1.1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,10,0,11725,0,11725,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20458,0,0,0,0,0,0,1,0,0,'',12340),(11726,0,0,0,0,0,12159,0,0,0,'Hive\'Zora Tunneler',NULL,NULL,0,58,59,0,311,0,1.1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,10,0,11726,0,11726,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20458,0,0,0,0,0,0,1,0,0,'',12340),(11727,0,0,0,0,0,11088,0,0,0,'Hive\'Zora Wasp',NULL,NULL,0,58,59,0,310,0,1.1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,10,0,11727,0,11727,0,0,0,0,0,0,19448,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,20458,0,0,0,0,0,149,1,0,0,'',12340),(11728,0,0,0,0,0,11085,0,0,0,'Hive\'Zora Reaver',NULL,NULL,0,59,60,0,310,0,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,41,0,0,0,0,72,106,26,1,65537,11728,0,11728,0,0,0,0,0,0,40504,16790,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20458,0,0,0,0,0,0,1,0,0,'',12340),(11729,0,0,0,0,0,12160,0,0,0,'Hive\'Zora Hive Sister',NULL,NULL,0,59,60,0,310,0,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,11729,0,11729,0,0,0,0,0,0,7951,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20458,0,0,0,0,0,0,1,0,0,'',12340),(11730,0,0,0,0,0,11106,0,0,0,'Hive\'Regal Ambusher',NULL,NULL,0,59,60,0,310,0,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,41,0,0,0,0,72,106,26,1,65537,11730,0,11730,0,0,0,0,0,0,744,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20459,22226,0,0,0,0,0,1,0,0,'',12340),(11731,0,0,0,0,0,12156,0,0,0,'Hive\'Regal Burrower',NULL,NULL,0,59,60,0,311,0,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,11731,0,11731,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20459,22226,0,0,0,0,0,1,0,0,'',12340),(11732,0,0,0,0,0,9229,0,0,0,'Hive\'Regal Spitfire',NULL,NULL,0,59,60,0,310,0,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,11732,0,11732,0,0,0,0,0,0,21047,5708,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20459,22226,0,0,0,0,149,1,0,0,'',12340),(11733,0,0,0,0,0,12154,0,0,0,'Hive\'Regal Slavemaker',NULL,NULL,0,59,60,0,310,0,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,11733,0,11733,0,0,0,0,0,0,3584,19469,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,20459,22226,0,0,0,0,0,1,0,0,'',12340),(11734,0,0,0,0,0,12155,0,0,0,'Hive\'Regal Hive Lord',NULL,NULL,0,59,61,0,310,0,1.1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,41,0,0,0,0,127,188,28,1,65537,11734,0,11734,0,0,0,0,0,0,19471,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,20459,22226,0,0,0,0,0,1,0,0,'',12340),(11735,0,0,0,0,0,15383,0,0,0,'Stonelash Scorpid',NULL,NULL,0,54,55,0,413,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,20,0,0,0,0,65,95,23,1,1,11735,0,11735,0,0,0,0,0,0,5416,0,0,0,0,0,0,0,8859,0,0,0,'',1,3,1,1.3,1,1,0,20373,22381,0,0,0,0,0,1,0,0,'',12340),(11736,0,0,0,0,0,15384,0,0,0,'Stonelash Pincer',NULL,NULL,0,56,56,0,413,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,20,0,0,0,0,67,97,23,1,1,11736,0,11736,0,0,0,0,0,0,5416,3604,0,0,0,0,0,0,8832,0,0,0,'',1,3,1,1.35,1,1,0,20374,22381,0,0,0,0,0,1,0,0,'',12340),(11737,0,0,0,0,0,15385,0,0,0,'Stonelash Flayer',NULL,NULL,0,57,58,0,413,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,20,0,0,0,0,69,101,25,1,1,11737,0,11737,0,0,0,0,0,0,5416,0,0,0,0,0,0,0,8861,0,0,0,'',1,3,1,1.35,1,1,0,20375,22381,0,0,0,0,0,1,0,0,'',12340),(11738,0,0,0,0,0,8014,0,0,0,'Sand Skitterer',NULL,NULL,0,55,56,0,22,0,1,1.42857,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,3,0,0,0,0,67,97,23,1,1,11738,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,13157,0,0,0,'',1,1,1,1.35,1,1,0,20376,22381,0,0,0,0,144,1,0,0,'',12340),(11739,0,0,0,0,0,711,0,0,0,'Rock Stalker',NULL,NULL,0,57,58,0,22,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,3,0,0,0,0,69,101,25,1,1,11739,0,0,0,0,0,0,0,0,744,745,0,0,0,0,0,0,10516,0,0,0,'',1,1,1,1.35,1,1,0,20377,22381,0,0,0,0,0,1,0,0,'',12340),(11740,0,0,0,0,0,15386,0,0,0,'Dredge Striker',NULL,NULL,0,55,56,0,14,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,42,0,0,0,0,67,97,23,1,65537,11740,0,11740,0,0,0,0,0,0,22911,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11741,0,0,0,0,0,14524,0,0,0,'Dredge Crusher',NULL,NULL,0,57,58,0,14,2,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,42,0,0,0,0,69,101,25,1,65537,11741,0,11741,0,0,0,0,0,0,6607,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11744,0,0,0,0,0,8715,0,0,0,'Dust Stormer',NULL,NULL,0,55,57,0,91,0,1.4,1.42857,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,4,0,11744,0,0,56,56,56,56,112,56,41151,19513,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),(11745,0,0,0,0,0,8716,0,0,0,'Cyclone Warrior',NULL,NULL,0,57,57,0,91,0,1.4,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,4,0,11745,0,0,116,116,116,116,116,116,23104,25189,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),(11746,0,0,0,0,0,8550,0,0,0,'Desert Rumbler',NULL,NULL,0,56,58,0,91,0,1.55556,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,4,0,11746,0,0,0,0,0,0,0,0,39274,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11747,0,0,0,0,0,1162,0,0,0,'Desert Rager',NULL,NULL,0,58,59,0,91,0,1.1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,4,0,11747,0,0,0,0,0,0,0,0,25025,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11748,0,0,0,0,0,11687,0,0,0,'Samantha Swifthoof',NULL,NULL,0,40,40,0,104,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,11748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11749,0,0,0,0,0,11688,0,0,0,'Feran Strongwind',NULL,NULL,0,57,57,0,104,2,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,512,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11750,0,0,0,0,0,11694,0,0,0,'Ganoosh',NULL,NULL,0,8,8,0,68,3,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,4608,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11751,0,0,0,0,0,11674,0,0,0,'Rilan Howard',NULL,NULL,0,20,20,0,68,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11752,0,0,0,0,0,11693,0,0,0,'Blaise Montgomery',NULL,NULL,0,47,47,0,68,2,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,37376,2048,0,0,0,0,0,0,54,80,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11753,0,0,0,0,0,11675,0,0,0,'Gogo',NULL,NULL,0,58,58,0,855,2,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11754,0,0,0,0,0,11676,0,0,0,'Meggi Peppinrocker',NULL,NULL,0,60,60,0,855,2,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,512,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11755,0,0,0,0,0,11679,0,0,0,'Harlo Wigglesworth',NULL,NULL,0,54,54,0,855,2,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,512,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11756,0,0,0,0,0,11689,0,0,0,'Quinn',NULL,NULL,0,35,35,0,474,2,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,512,2048,0,0,0,0,0,0,29,43,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11757,0,0,0,0,0,11690,0,0,0,'Umaron Stragarelm',NULL,NULL,0,42,42,0,474,2,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,512,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11758,0,0,0,0,0,11691,0,0,0,'Andi Lynn',NULL,NULL,0,48,48,0,35,2,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11776,0,0,0,0,0,11709,0,0,0,'Salome',NULL,NULL,0,1,1,0,35,0,1.05,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(11777,0,0,0,0,0,11710,0,0,0,'Shadowshard Rumbler',NULL,NULL,0,40,41,0,834,0,1.02,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,0,0,0,0,0,41,60,15,4,0,11777,0,0,0,0,0,0,132,0,5568,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.2,1,1,0,17756,0,0,0,0,0,0,1,0,0,'',12340),(11778,0,0,0,0,0,11710,0,0,0,'Shadowshard Smasher',NULL,NULL,0,41,42,0,834,0,1.02,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,4,0,11778,0,0,0,0,0,0,135,0,10101,11428,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.2,1,1,0,17756,0,0,0,0,0,0,1,0,0,'',12340),(11781,0,0,0,0,0,11711,0,0,0,'Ambershard Crusher',NULL,NULL,0,40,41,0,834,0,1.02,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,0,0,0,0,0,41,60,15,4,0,11781,0,0,0,0,0,0,0,129,21055,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11782,0,0,0,0,0,11711,0,0,0,'Ambershard Destroyer',NULL,NULL,0,42,43,0,834,0,1.02,1.14286,1,0,67,88,0,162,1,2000,2000,1,0,2048,0,0,0,0,0,0,46,67,16,4,0,11782,0,0,0,0,0,0,0,132,13728,3417,19701,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11783,0,0,0,0,0,12310,0,0,0,'Theradrim Shardling','',NULL,0,45,45,0,834,0,1.55556,1.14286,1,0,76,100,0,184,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,4,0,11783,0,0,92,92,92,92,92,92,13584,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11784,0,0,0,0,0,11712,0,0,0,'Theradrim Guardian','',NULL,0,46,47,0,834,0,1.55556,1.14286,1,1,79,105,0,192,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,54,80,18,4,0,11784,0,0,240,48,240,48,48,48,16790,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11785,0,0,0,0,0,11713,0,0,0,'Ambereye Basilisk',NULL,NULL,0,40,41,0,410,0,1.02,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,0,0,0,0,0,41,60,15,1,0,11785,0,100013,0,0,0,0,0,0,11020,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11786,0,0,0,0,0,12338,0,0,0,'Ambereye Reaver',NULL,NULL,0,41,42,0,410,0,1.02,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,1,0,11786,0,100014,0,0,0,0,0,0,11020,40504,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11787,0,0,0,0,0,12335,0,0,0,'Rock Borer',NULL,NULL,0,40,41,0,16,0,1.02,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,42,0,0,0,0,41,60,15,1,65537,11787,0,100004,0,0,0,0,0,0,14120,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11788,0,0,0,0,0,13009,0,0,0,'Rock Worm',NULL,NULL,0,41,42,0,16,0,1.02,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,42,0,0,0,0,43,63,15,1,65537,11788,0,100004,0,0,0,0,0,0,44477,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11789,0,0,0,0,0,12333,13211,9032,13212,'Deep Borer','',NULL,0,46,47,0,14,0,1,1.14286,1,0,79,105,0,192,2.4,2000,2000,1,0,2048,0,42,0,0,0,0,54,80,18,1,65537,11789,0,100004,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11790,0,0,0,0,0,11345,0,0,0,'Putridus Satyr','',NULL,0,42,43,0,90,0,1,1.14286,1,1,67,88,0,162,2.4,1500,2000,1,64,2048,0,0,0,0,0,0,46,67,16,3,0,11790,11790,0,0,0,0,0,0,0,15667,12540,0,0,0,0,0,0,0,0,300,396,'SmartAI',1,3,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),(11791,0,0,0,0,0,11338,0,0,0,'Putridus Trickster','',NULL,0,43,43,0,90,0,1,1.14286,1,1,67,88,0,162,2.4,1500,2000,1,64,2048,0,0,0,0,0,0,46,67,16,3,0,11791,11791,0,0,0,0,0,0,0,15657,3391,0,0,0,0,0,0,0,0,310,409,'SmartAI',1,3,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),(11792,0,0,0,0,0,2021,0,0,0,'Putridus Shadowstalker','',NULL,0,42,43,0,90,0,1,1.14286,1,1,67,88,0,162,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,46,67,16,3,0,11792,11792,0,0,0,0,0,0,0,9080,15087,0,0,0,0,0,0,0,0,298,394,'SmartAI',1,3,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),(11793,0,0,0,0,0,11714,0,0,0,'Celebrian Dryad','',NULL,0,45,45,0,90,0,1,1.14286,1,1,70,93,0,172,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,48,71,15,7,0,11793,11793,0,0,0,69,0,0,0,16000,7992,17201,0,0,0,0,0,0,0,273,362,'SmartAI',1,3,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),(11794,0,0,0,0,0,12337,0,0,0,'Sister of Celebras','',NULL,0,45,45,0,90,0,1,1.14286,1,1,76,100,0,184,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,52,76,17,7,0,11794,11794,0,0,0,69,0,0,0,15795,14516,0,0,0,0,0,0,0,0,330,436,'SmartAI',1,3,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),(11795,0,0,0,0,0,11770,0,0,0,'Mylentha Riverbend',NULL,NULL,0,60,60,0,994,0,1.1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4096,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11796,0,0,0,0,0,11771,0,0,0,'Bessany Plainswind',NULL,NULL,0,60,60,0,994,0,1.1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11797,0,0,0,0,0,11772,0,0,0,'Moren Riverbend',NULL,NULL,0,60,60,0,994,0,1.1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4096,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11798,0,0,0,0,0,11773,0,0,0,'Bunthen Plainswind','Thunder Bluff Flight Master','Taxi',4042,65,65,0,994,1,1.1,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_bunthen_plainswind',12340),(11799,0,0,0,0,0,11766,0,0,0,'Tajarri',NULL,NULL,4084,60,60,0,635,3,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4096,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11800,0,0,0,0,0,11767,0,0,0,'Silva Fil\'naveth','Darnassus Flight Master','Taxi',4041,65,65,0,994,1,1.1,1.14286,1,0,186,260,0,262,1,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_silva_filnaveth',12340),(11801,0,0,0,0,0,11768,0,0,0,'Rabine Saturna',NULL,NULL,5102,60,60,0,635,3,1.1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4096,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11802,0,0,0,0,0,11769,0,0,0,'Dendrite Starblaze',NULL,NULL,3901,60,70,0,994,3,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,4096,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11803,0,0,0,0,0,11793,0,0,0,'Twilight Keeper Exeter','Twilight\'s Hammer',NULL,0,60,60,0,16,0,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,11803,11803,0,0,0,0,0,0,0,22427,16856,0,0,0,0,0,0,0,0,137,184,'',0,3,1,1.35,1,1,0,20395,0,0,0,0,0,0,1,0,0,'',12340),(11804,0,0,0,0,0,11798,0,0,0,'Twilight Keeper Havunth','Twilight\'s Hammer',NULL,0,60,60,0,16,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,0,11804,11804,0,0,0,0,0,0,0,13339,17366,0,0,0,0,0,0,0,0,125,168,'',0,3,1,1.45,1,1,0,20396,0,0,0,0,0,0,1,0,0,'',12340),(11805,0,0,0,0,0,11799,0,0,0,'Jarund Stoutstrider','The Cenarion Circle',NULL,0,55,55,0,994,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11806,0,0,0,0,0,11729,0,0,0,'Sentinel Onaeya',NULL,NULL,0,20,20,0,231,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11807,0,0,0,0,0,11752,0,0,0,'Tristane Shadowstone',NULL,NULL,0,15,15,0,55,2,1,1.14286,1,0,20,27,0,48,1,2000,2000,2,0,2048,0,0,0,0,0,0,14,21,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11808,0,0,0,0,0,11733,0,0,0,'Grum Redbeard',NULL,NULL,0,55,55,0,55,2,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,4096,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11810,0,0,0,0,0,11740,0,0,0,'Howin Kindfeather',NULL,NULL,0,45,45,0,694,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11811,0,0,0,0,0,11757,0,0,0,'Narain Soothfancy',NULL,NULL,6646,45,45,0,35,3,1,1.14286,1,0,54,75,0,81,1,2000,2000,8,0,2048,0,0,0,0,0,0,45,66,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11812,0,0,0,0,0,11739,0,0,0,'Claira Kindfeather',NULL,NULL,0,43,43,0,694,2,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,512,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11813,0,0,0,0,0,11741,0,0,0,'Kerr Ironsight',NULL,NULL,0,41,41,0,694,2,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,512,2048,0,0,0,0,0,0,41,60,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11814,0,0,0,0,0,11734,0,0,0,'Kali Remik',NULL,NULL,0,12,12,0,126,2,1,1.14286,1,0,17,22,0,46,1,2000,2079,1,768,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11815,0,0,0,0,0,11737,0,0,0,'Voriya',NULL,NULL,0,56,56,0,35,0,1.24,1.14286,1,0,96,127,0,234,1,1450,1595,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11817,0,0,0,0,0,11749,0,0,0,'Krah\'ranik',NULL,NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2200,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11818,0,0,0,0,0,11745,0,0,0,'Orik\'ando',NULL,NULL,0,42,42,0,126,2,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,512,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11819,0,0,0,0,0,11750,0,0,0,'Jory Zaga',NULL,NULL,0,58,58,0,35,0,1,1.14286,1,0,100,132,0,242,1,2000,2200,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11820,0,0,0,0,0,11736,0,0,0,'Locke Okarr',NULL,NULL,0,28,28,0,29,2,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,512,2048,0,0,0,0,0,0,27,40,8,7,0,11820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11821,0,0,0,0,0,11751,0,0,0,'Darn Talongrip',NULL,NULL,0,30,30,0,29,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11822,0,0,0,0,0,11774,11775,11776,11777,'Moonglade Warden',NULL,NULL,0,65,65,1,1254,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11823,0,0,0,0,0,11738,0,0,0,'Vark Battlescar',NULL,NULL,0,10,10,0,104,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,4608,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11824,0,0,0,0,0,11743,0,0,0,'Erik Felixe',NULL,NULL,0,45,45,0,12,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11825,0,0,0,0,0,11742,0,0,0,'Paige Felixe',NULL,NULL,0,46,46,0,12,2,1,1.14286,1,0,77,102,0,188,1,1500,2000,1,512,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11826,0,0,0,0,0,11744,0,0,0,'Kristy Grant',NULL,NULL,0,45,45,0,12,2,1,1.14286,1,0,76,100,0,184,1,1500,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11827,0,0,0,0,0,11747,0,0,0,'Kimberly Grant',NULL,NULL,0,35,35,0,12,2,1,1.14286,1,0,49,64,0,118,1,1500,2000,1,4608,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11828,0,0,0,0,0,11746,0,0,0,'Kelly Grant',NULL,NULL,0,40,40,0,12,2,1,1.14286,1,0,56,74,0,136,1,1500,2000,1,4608,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11829,0,0,0,0,0,11753,0,0,0,'Fahrak',NULL,NULL,0,42,42,0,29,2,1.05,1.14286,1,0,62,83,0,152,1,2000,2000,1,4608,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11830,0,0,0,0,0,11758,11759,11760,11761,'Hakkari Priest',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,101,167,24,7,0,11830,11830,0,0,0,0,0,0,0,24021,24022,22883,13704,0,0,0,0,0,0,822,1078,'SmartAI',1,1,1,7,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(11831,0,0,0,0,0,11762,11763,11764,11765,'Hakkari Witch Doctor',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,101,167,24,7,8,11831,11831,0,0,0,0,0,0,0,24053,17289,24054,0,0,0,0,0,0,0,1119,1466,'SmartAI',1,1,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11832,0,0,0,0,0,11906,0,0,0,'Keeper Remulos',NULL,NULL,10215,72,72,0,635,3,2.8,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,35,1,0,0,0,0,0,0,0,55,1,0,0,'',12340),(11833,0,0,0,0,0,11754,0,0,0,'Rahauro','Magatha\'s Servant',NULL,3661,20,20,0,104,3,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,4096,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11834,0,0,0,0,0,11755,0,0,0,'Maur Grimtotem',NULL,NULL,0,14,14,0,35,2,1,1.14286,1,0,20,27,0,50,1.7,2000,2000,1,768,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11835,0,0,0,0,0,11756,0,0,0,'Theodore Griffs',NULL,NULL,3662,50,50,0,68,3,1,1.14286,1,0,85,112,0,206,1,1500,2000,1,32768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11836,0,0,0,0,0,8840,0,0,0,'Captured Rabid Thistle Bear',NULL,NULL,0,13,13,0,35,0,0.84,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11837,22787,32148,37478,0,0,494,0,0,0,'Wildpaw Shaman',NULL,NULL,0,53,54,0,39,0,1,1.19048,1,0,86,114,0,210,1,2000,2000,2,0,2048,0,0,0,0,0,0,59,86,20,7,0,11837,11837,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,132,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11838,22786,32147,37477,0,0,494,0,0,0,'Wildpaw Mystic',NULL,NULL,0,56,57,0,39,0,1,1.19048,1,0,91,121,0,224,1,2000,2000,2,0,2048,0,0,0,0,0,0,62,92,22,7,0,11838,11838,0,0,0,0,0,0,0,10893,10934,0,0,0,0,0,0,0,0,110,149,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11839,22784,32145,37475,0,0,494,0,0,0,'Wildpaw Brute',NULL,NULL,0,56,57,0,39,0,1,1.19048,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,11839,11839,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,169,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11840,22783,32144,37474,0,0,10792,0,0,0,'Wildpaw Alpha',NULL,NULL,0,58,59,0,39,0,1,1.19048,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,11840,11840,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,176,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11856,0,0,0,0,0,11789,0,0,0,'Kaya Flathoof',NULL,NULL,0,15,15,0,104,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,4608,2048,0,0,0,0,0,0,15,22,2,7,4096,11856,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_kaya_flathoof',12340),(11857,0,0,0,0,0,11790,0,0,0,'Makaba Flathoof',NULL,NULL,0,25,25,0,104,2,1.42,1.14286,1,0,35,48,0,86,1,1760,1936,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11858,0,0,0,0,0,11791,0,0,0,'Grundig Darkcloud',NULL,NULL,0,18,18,0,16,0,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,32768,2048,0,0,0,0,0,0,18,26,3,7,0,11858,11858,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,32,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11859,0,0,0,0,0,1912,0,0,0,'Doomguard',NULL,NULL,0,57,73,2,954,0,1.51,1.14286,1,0,313,448,0,302,1,2000,1551,2,0,2048,0,19,0,0,0,0,276,411,44,3,0,0,0,0,0,0,0,0,0,240,89,19482,15090,19474,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1.55998,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(11860,0,0,0,0,0,11797,0,0,0,'Maggran Earthbinder',NULL,NULL,0,30,30,0,104,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11861,0,0,0,0,0,11795,0,0,0,'Mor\'rogal',NULL,NULL,0,25,25,0,104,3,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4608,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11862,0,0,0,0,0,5562,0,0,0,'Tsunaman',NULL,NULL,0,25,25,0,714,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4608,2048,0,0,0,0,0,0,24,36,6,4,0,0,0,0,25,25,25,25,50,25,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11863,0,0,0,0,0,11794,0,0,0,'Azore Aldamort','The Argent Dawn',NULL,0,60,60,0,794,2,1.02,1.14286,1,0,74,102,0,112,1,2000,2000,8,4608,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11864,0,0,0,0,0,11796,0,0,0,'Tammra Windfield',NULL,NULL,0,25,25,0,104,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4608,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11865,0,0,0,0,0,11806,0,0,0,'Buliwyf Stonehand','Weapon Master',NULL,5275,50,50,0,55,83,1,1.14286,1,1,85,112,0,206,2.4,1500,2000,1,0,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11866,0,0,0,0,0,11802,0,0,0,'Ilyenia Moonfire','Weapon Master',NULL,5273,50,50,0,80,83,1,1.14286,1,1,85,112,0,206,2.4,2000,2000,1,4096,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11867,0,0,0,0,0,11804,0,0,0,'Woo Ping','Weapon Master',NULL,5271,50,50,0,12,81,1,1.14286,1,1,85,112,0,206,2.4,1500,2000,1,0,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11868,0,0,0,0,0,11801,0,0,0,'Sayoc','Weapon Master',NULL,5221,50,50,0,29,83,1,1.14286,1,1,85,112,0,206,2.4,2000,2000,1,4096,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11869,0,0,0,0,0,11803,0,0,0,'Ansekhwa','Weapon Master',NULL,5266,50,50,0,104,83,1,1.14286,1,1,85,112,0,206,2.4,2000,2000,1,4096,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11870,0,0,0,0,0,11805,0,0,0,'Archibald','Weapon Master',NULL,5269,50,50,0,68,83,1,1.14286,1,1,85,112,0,206,2.4,2000,2000,1,37376,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11871,0,0,0,0,0,782,0,0,0,'Grinning Dog',NULL,NULL,0,48,48,0,29,2,1,1.14286,1,1,81,108,0,196,2.4,2000,2000,1,0,2048,0,1,0,0,0,0,56,82,19,1,0,0,0,10147,2,2,2,2,2,2,0,0,0,0,0,0,0,0,5945,0,0,0,'',0,1,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11872,0,0,0,0,0,11800,0,0,0,'Myranda the Hag',NULL,NULL,3801,58,58,0,35,3,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,768,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_myranda_the_hag',12340),(11873,0,0,0,0,0,146,0,0,0,'Spectral Attendant',NULL,NULL,0,60,60,0,21,0,1.11111,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,11873,0,0,0,0,0,0,0,0,11443,11981,13860,0,0,0,0,0,0,0,118,159,'',1,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11874,0,0,0,0,0,19851,0,0,0,'Masat T\'andr','Superior Leatherworker',NULL,0,44,44,0,1638,128,1,1,1,0,72,96,0,174,1,2000,2000,1,768,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11875,0,0,0,0,0,1555,0,0,0,'Mortar Team Target Dummy',NULL,NULL,0,6,6,0,14,0,0.91,1.14286,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(11876,0,0,0,0,0,4427,0,0,0,'Demon Spirit',NULL,NULL,0,37,37,0,954,0,1.12,1.14286,1,0,51,68,0,124,1,1650,1815,1,0,2048,0,0,0,0,0,0,35,52,12,3,0,11876,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,13542,0,0,0,0,0,0,1,0,0,'',12340),(11877,0,0,0,0,0,11852,0,0,0,'Roon Wildmane',NULL,NULL,0,45,45,0,995,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4096,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11878,0,0,0,0,0,11814,0,0,0,'Nathanos Blightcaller','Champion of the Banshee Queen',NULL,3962,62,62,0,1174,3,1,1.14286,1,1,160,223,0,246,4.6,1200,2000,2,4160,2048,0,0,0,0,0,0,129,191,26,7,0,11878,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3417,4468,'SmartAI',0,3,1,15,11,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11880,0,0,0,0,0,11811,11823,11812,11813,'Twilight Avenger','Twilight\'s Hammer',NULL,0,58,59,0,16,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,11880,11880,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,133,179,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11881,0,0,0,0,0,11819,11820,11821,11822,'Twilight Geolord','Twilight\'s Hammer',NULL,0,59,60,0,16,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,11881,11881,0,0,0,0,0,0,0,9483,13728,0,0,0,0,0,0,0,0,136,183,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11882,0,0,0,0,0,11815,11816,11817,11818,'Twilight Stonecaller','Twilight\'s Hammer',NULL,0,59,60,0,16,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,11882,11882,0,0,0,0,0,0,0,0,11020,9053,0,0,0,0,0,0,0,119,161,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11883,0,0,0,0,0,11824,11825,11826,11827,'Twilight Master','Twilight\'s Hammer',NULL,0,60,60,0,16,0,1.1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,11883,11883,0,0,0,0,0,0,0,12058,9672,12674,13339,0,0,0,0,0,0,120,162,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11884,0,0,0,0,0,6468,0,0,0,'Obi',NULL,NULL,0,1,5,0,35,0,0.91,1.14286,1,0,5,7,0,32,1,2000,2200,1,0,2048,0,0,0,0,0,0,3,4,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(11885,0,0,0,0,0,2715,0,0,0,'Blighthound',NULL,NULL,0,58,59,0,1174,0,1,1.14286,1,1,102,135,0,248,2.4,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,1,0,11885,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11886,0,0,0,0,0,11830,0,0,0,'Mercutio Filthgorger',NULL,NULL,0,57,57,0,16,0,1.24,1.14286,1,0,98,130,0,238,1,1440,1584,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,11886,11886,0,0,0,0,0,0,0,12540,14516,11971,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,14613,0,0,0,0,0,0,1,0,0,'',12340),(11887,0,0,0,0,0,11831,11832,11833,11834,'Crypt Robber',NULL,NULL,0,54,55,0,16,0,1.25,1.14286,1,0,94,125,0,228,1,1420,1562,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,11887,11887,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,205,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11896,0,0,0,0,0,11828,0,0,0,'Borelgore',NULL,NULL,0,61,61,0,16,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,1,0,11896,0,100003,0,0,0,0,0,0,5568,6917,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11897,0,0,0,0,0,11829,0,0,0,'Duskwing',NULL,NULL,0,60,60,0,16,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,11897,0,100003,0,0,0,0,0,0,8281,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,1,1,0,15850,0,0,0,0,0,0,1,0,0,'',12340),(11898,0,0,0,0,0,11836,0,0,0,'Crusader Lord Valdelmar',NULL,NULL,0,60,60,0,67,2,1.1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,101,167,24,7,0,11898,11898,0,0,0,0,0,0,0,1032,13005,0,0,0,0,0,0,0,0,414,545,'SmartAI',0,3,1,3,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11899,0,0,0,0,0,11850,0,0,0,'Shardi','Wind Rider Master',NULL,6944,65,65,0,29,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11900,0,0,0,0,0,11849,0,0,0,'Brakkar','Wind Rider Master',NULL,0,65,65,0,29,8195,1.1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11901,0,0,0,0,0,11851,0,0,0,'Andruk','Wind Rider Master',NULL,6944,65,65,0,29,8195,1.05,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11910,0,0,0,0,0,11878,11879,11880,11881,'Grimtotem Ruffian',NULL,NULL,0,14,15,0,16,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,11910,11910,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,26,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11911,0,0,0,0,0,11882,11883,11884,11885,'Grimtotem Mercenary',NULL,NULL,0,14,15,0,16,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,11911,11911,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,26,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11912,0,0,0,0,0,11874,11875,11876,11877,'Grimtotem Brute',NULL,NULL,0,15,16,0,16,0,1,1.14286,1,0,23,31,0,56,1,2500,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,7,0,11912,11912,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,28,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11913,0,0,0,0,0,11886,11888,11887,11889,'Grimtotem Sorcerer',NULL,NULL,0,15,16,0,16,0,1,1.14286,1,0,17,23,0,24,1,2000,2000,8,32768,2048,0,0,0,0,0,0,15,22,13,7,0,11913,11913,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,27,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11914,0,0,0,0,0,10225,0,0,0,'Gorehoof the Black',NULL,NULL,0,17,17,0,16,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,32768,2048,0,0,0,0,0,0,17,25,2,7,0,11914,11914,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,34,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11915,0,0,0,0,0,26,0,0,0,'Gogger Rock Keeper',NULL,NULL,0,16,17,0,26,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,2,0,2048,0,0,0,0,0,0,16,23,2,7,0,11915,11915,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,28,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11916,0,0,0,0,0,1471,0,0,0,'Imelda',NULL,NULL,0,25,25,0,12,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4096,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11917,0,0,0,0,0,26,0,0,0,'Gogger Geomancer',NULL,NULL,0,16,17,0,26,0,1,1.14286,1,0,18,25,0,26,1,2000,2000,8,0,2048,0,0,0,0,0,0,16,23,13,7,0,11917,11917,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,28,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11918,0,0,0,0,0,26,0,0,0,'Gogger Stonepounder',NULL,NULL,0,17,18,0,26,0,1,1.14286,1,0,26,35,0,64,1,2500,2000,1,0,2048,0,0,0,0,0,0,18,26,3,7,0,11918,11918,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,32,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11920,0,0,0,0,0,6025,0,0,0,'Goggeroc',NULL,NULL,0,20,20,0,26,0,1.43,1.14286,1,0,29,39,0,70,1,1508,1659,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,11920,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11921,0,0,0,0,0,11348,0,0,0,'Besseleth',NULL,NULL,0,21,21,0,22,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,0,2048,0,3,0,0,0,0,21,30,4,1,1,11921,0,0,0,0,0,0,0,0,5416,745,3391,0,0,0,0,0,13170,0,0,0,'',0,1,1,1,1,1,0,16192,0,0,0,0,0,0,1,0,0,'',12340),(11936,0,0,0,0,0,11890,0,0,0,'Artist Renfray',NULL,NULL,0,12,12,0,35,2,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,33536,2048,0,0,0,0,0,0,11,17,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(11937,0,0,0,0,0,9017,0,0,0,'Demon Portal Guardian',NULL,NULL,0,38,38,0,954,0,1.47,1.14286,1,0,53,70,0,128,1,1630,1793,1,32768,2048,0,0,0,0,0,0,36,53,13,3,0,11937,11937,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,6990,0,0,0,0,0,0,1,0,0,'',12340),(11939,0,0,0,0,0,11893,0,0,0,'Umber',NULL,NULL,5101,55,55,0,994,3,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11940,0,0,0,0,0,11898,0,0,0,'Merissa Stilwell',NULL,NULL,0,5,5,0,12,2,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11941,0,0,0,0,0,11899,0,0,0,'Yori Crackhelm',NULL,NULL,0,5,5,0,55,2,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11942,0,0,0,0,0,11900,0,0,0,'Orenthil Whisperwind',NULL,NULL,0,5,5,0,80,2,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11943,0,0,0,0,0,11901,0,0,0,'Magga',NULL,NULL,0,5,5,0,29,2,1,1.14286,1,0,5,7,0,32,1,2000,2156,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11944,0,0,0,0,0,11902,0,0,0,'Vorn Skyseer',NULL,NULL,0,5,5,0,104,2,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11945,0,0,0,0,0,11904,0,0,0,'Claire Willower',NULL,NULL,0,5,5,0,68,2,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,33536,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11946,22641,31819,37283,0,0,11894,0,0,0,'Drek\'Thar','Frostwolf General',NULL,0,63,63,0,1214,1,1.78,1.14286,1,3,172,240,0,262,35,1500,2000,1,4096,2048,0,0,0,0,0,0,139,207,30,7,4,0,11946,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,27.5,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'boss_drekthar',12340),(11947,22606,31055,37244,0,0,11895,0,0,0,'Captain Galvangar','Frostwolf Captain',NULL,0,61,61,0,1214,0,1,1.14286,1,3,159,221,0,258,35,2000,2000,1,4160,2048,0,0,0,0,0,0,127,188,28,7,4,11947,11947,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24055,31418,'',1,3,1,25,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'boss_galvangar',12340),(11948,22644,31818,37444,0,0,11896,0,0,0,'Vanndar Stormpike','Stormpike General',NULL,0,63,63,0,1216,0,1.78,1.14286,1,3,181,253,0,268,35,2000,1274,1,0,2048,0,0,0,0,0,0,147,219,32,7,4,11948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,27.5,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'boss_vanndar',12340),(11949,22605,31820,37243,0,0,12823,0,0,0,'Captain Balinda Stonehearth','Stormpike Captain',NULL,0,61,61,0,1216,0,1,1.14286,1,3,152,210,0,244,35,2400,2000,2,4096,2048,0,0,0,0,0,0,120,179,25,7,4,11949,11949,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19805,25868,'',1,3,1,30,30,1,0,0,0,0,0,0,0,0,1,617299803,0,'boss_balinda',12340),(11956,0,0,0,0,0,11909,0,0,0,'Great Bear Spirit',NULL,NULL,3882,70,70,0,635,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_great_bear_spirit',12340),(11957,0,0,0,0,0,11910,0,0,0,'Great Cat Spirit',NULL,NULL,0,70,70,0,996,2,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11979,0,0,0,0,0,11929,0,0,0,'Kim Bridenbecker',NULL,NULL,0,25,25,0,12,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,11979,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,51,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11980,0,0,0,0,0,11996,0,0,0,'Zuluhed the Whacked','Chieftain of the Dragonmaw Clan',NULL,0,72,72,0,16,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,8,11980,0,0,0,0,0,0,0,0,41069,34435,38876,0,0,0,0,0,0,0,3732,4878,'SmartAI',0,3,1,20,30,1,0,31664,0,0,0,0,0,0,1,617562111,2,'',12340),(11981,0,0,0,0,0,6377,0,0,0,'Flamegor',NULL,NULL,0,63,63,0,62,0,2,1.14286,1,3,181,253,0,268,35,1300,1450,1,0,2048,0,0,0,0,0,0,147,219,32,2,68,11981,0,11981,0,0,0,0,0,0,22539,23339,3391,23342,0,0,0,0,0,0,829381,1013688,'',1,3,1,300,1,1,0,0,0,0,0,0,0,191,1,617299803,1,'boss_flamegor',12340),(11982,0,0,0,0,0,10193,0,0,0,'Magmadar',NULL,NULL,0,63,63,0,14,0,1,2.28571,1,3,181,253,0,268,35,2000,2000,1,64,2048,0,45,0,0,0,0,147,219,32,1,108,11982,0,11982,0,0,0,0,0,0,19408,19411,19451,19272,0,0,0,0,0,0,0,0,'',1,3,1,248,1,1,0,20951,0,0,0,0,0,199,1,617299803,1,'boss_magmadar',12340),(11983,0,0,0,0,0,6377,0,0,0,'Firemaw',NULL,NULL,0,63,63,0,62,0,2,1.14286,1,3,181,253,0,268,35,1466,1833,1,0,2048,0,0,0,0,0,0,147,219,32,2,76,11983,0,11983,0,0,0,0,0,0,22539,23339,3391,23341,0,0,0,0,0,0,829381,1013688,'',1,3,1,300,1,1,0,0,0,0,0,0,0,191,1,617299803,1,'boss_firemaw',12340),(11988,0,0,0,0,0,11986,0,0,0,'Golemagg the Incinerator',NULL,NULL,0,63,63,0,54,0,0.777776,2.28571,1,3,181,253,0,268,35,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,5,108,11988,0,0,0,186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,248,1,1,0,20951,0,0,0,0,0,199,1,617299803,1,'boss_golemagg',12340),(11994,0,0,0,0,0,11930,0,0,0,'Rob Bridenbecker',NULL,NULL,0,25,25,0,12,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,11994,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,34,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11996,0,0,0,0,0,257,0,0,0,'Ashley Bridenbecker',NULL,NULL,0,1,1,0,12,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(11997,22574,32095,37416,0,0,12075,0,0,0,'Stormpike Herald',NULL,NULL,0,60,60,0,1334,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11998,22549,31982,37301,0,0,12080,0,0,0,'Frostwolf Herald',NULL,NULL,0,60,60,0,1335,0,1,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12017,0,0,0,0,0,14308,0,0,0,'Broodlord Lashlayer',NULL,NULL,0,63,63,0,103,0,1,1.14286,1,3,181,253,0,268,35,1666,1833,1,0,2048,0,0,0,0,0,0,147,219,32,2,76,12017,0,100001,0,0,0,0,0,0,23331,15284,18670,24573,0,0,0,0,0,0,1200112,1466803,'',1,3,1,275,1,1,0,20383,0,0,0,0,0,0,1,617299803,257,'boss_broodlord',12340),(12018,0,0,0,0,0,12029,0,0,0,'Majordomo Executus',NULL,NULL,0,63,63,0,54,0,1,1.71429,1,3,181,253,0,268,35,2000,1650,1,0,2048,0,0,0,0,0,0,147,219,32,7,108,0,0,0,0,95,0,0,0,0,20618,20619,21075,20620,0,0,0,0,0,0,1360,1781,'',1,3,1,200,20,1,0,0,0,0,0,0,0,164,1,617299803,1,'boss_majordomo',12340),(12019,0,0,0,0,0,12044,0,0,0,'Dargon','Food & Drink Merchant',NULL,0,51,51,0,994,642,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4096,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12021,0,0,0,0,0,12045,0,0,0,'Daeolyn Summerleaf','General Goods',NULL,0,51,51,0,994,386,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4096,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12022,0,0,0,0,0,12033,0,0,0,'Lorelae Wintersong','Trade Supplies',NULL,0,51,51,0,994,130,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4096,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12023,0,0,0,0,0,12034,0,0,0,'Kharedon','Light Armor Merchant',NULL,0,51,51,0,994,4226,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4096,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12024,0,0,0,0,0,12031,0,0,0,'Meliri','Weaponsmith',NULL,0,51,51,0,994,4224,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4096,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12025,0,0,0,0,0,12047,0,0,0,'Malvor','Herbalism Trainer',NULL,0,51,51,0,994,83,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4096,2048,0,0,2,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12026,0,0,0,0,0,12050,0,0,0,'My\'lanna','Food & Drink Merchant',NULL,0,51,51,0,994,642,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4096,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12027,0,0,0,0,0,12039,0,0,0,'Tukk','General Goods',NULL,0,30,30,0,126,386,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12028,0,0,0,0,0,12042,0,0,0,'Lah\'Mawhani','Trade Supplies',NULL,0,30,30,0,126,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12029,0,0,0,0,0,12040,0,0,0,'Narianna','Bowyer',NULL,0,51,51,0,994,4226,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4096,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12030,0,0,0,0,0,12041,0,0,0,'Malux','Skinning Trainer',NULL,0,30,30,0,126,83,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,2,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12031,0,0,0,0,0,12037,0,0,0,'Mai\'Lahii','Fishing Supplies',NULL,4066,30,30,0,126,131,1.02,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12032,0,0,0,0,0,12038,0,0,0,'Lui\'Mala','Fishing Trainer',NULL,0,30,30,0,126,83,1.02,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,2,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12033,0,0,0,0,0,12036,0,0,0,'Wulan','Cooking Supplies',NULL,0,30,30,0,126,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12034,0,0,0,0,0,5233,0,0,0,'Koiter',NULL,NULL,0,60,60,0,35,0,1,1,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12037,0,0,0,0,0,706,0,0,0,'Ursol\'lok',NULL,NULL,0,31,31,0,44,0,1.78,1.14286,1,4,44,58,0,106,1,1391,1530,1,0,2048,0,4,0,0,0,0,30,44,9,1,1,12037,0,12037,0,0,0,0,0,0,17156,0,0,0,0,0,0,0,12833,0,0,0,'SmartAI',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12042,0,0,0,0,0,12053,0,0,0,'Loganaar','Druid Trainer',NULL,4687,51,51,0,994,51,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4096,2048,0,0,0,0,11,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12043,0,0,0,0,0,12059,0,0,0,'Kulwia','Trade Supplies',NULL,0,32,32,0,29,130,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,4608,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12045,0,0,0,0,0,12049,0,0,0,'Hae\'Wilani','Axecrafter',NULL,0,30,30,0,126,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12046,0,0,0,0,0,10709,0,0,0,'Gor\'marok the Ravager',NULL,NULL,0,49,49,0,45,0,1.6,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,7,0,12046,12046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,133,'SmartAI',0,1,1,1.25,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(12047,22657,32097,37418,0,0,12065,12066,12067,12068,'Stormpike Mountaineer',NULL,NULL,0,55,55,0,1216,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,12047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12048,22645,31919,37235,0,0,12069,12070,12071,12072,'Alliance Sentinel',NULL,NULL,0,55,55,0,1216,0,1.26,1.14286,1,0,94,125,0,228,1,1410,1551,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,12048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12050,22690,32091,37412,0,0,13274,13275,13276,13277,'Stormpike Defender',NULL,NULL,0,58,58,0,1216,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,4096,2048,0,0,0,0,0,0,69,101,25,7,0,12050,12050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,204,'SmartAI',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12051,22665,31983,37302,0,0,12949,12950,12951,12952,'Frostwolf Legionnaire',NULL,NULL,0,57,57,0,1214,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,4096,2048,0,0,0,0,0,0,68,99,24,7,0,12051,12051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,195,'SmartAI',1,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12052,22649,31992,37311,0,0,12081,12082,12083,12084,'Frostwolf Warrior',NULL,NULL,0,55,55,0,1214,0,1.26,1.14286,1,0,94,125,0,228,1,1410,1551,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,12052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12053,22674,31981,37300,0,0,12165,12166,12167,12170,'Frostwolf Guardian',NULL,NULL,0,58,58,0,1214,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,4096,2048,0,0,0,0,0,0,69,101,25,7,0,12053,12053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,201,'SmartAI',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12056,0,0,0,0,0,12129,0,0,0,'Baron Geddon',NULL,NULL,0,63,63,0,54,0,1,2.28571,1,3,181,253,0,268,35,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,4,76,12056,0,0,0,0,0,0,0,0,20478,19659,19695,20475,0,0,0,0,0,0,0,0,'',1,3,1,176,1,1,0,20951,0,0,0,0,0,199,1,617299803,1,'boss_baron_geddon',12340),(12057,0,0,0,0,0,12110,0,0,0,'Garr',NULL,NULL,0,63,63,0,54,0,1.55556,1.71429,1,3,181,253,0,268,35,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,4,108,12057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,198,1,1,0,20951,0,0,0,0,0,164,1,617299803,1,'boss_garr',12340),(12076,0,0,0,0,0,5781,0,0,0,'Lava Elemental',NULL,NULL,0,61,62,0,54,0,1.55556,1.71429,1,1,172,240,0,262,7.5,2500,2000,1,64,2048,0,0,0,0,0,0,139,207,30,4,8,12076,0,0,0,95,95,0,0,0,19641,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,25,1,1,0,20951,0,0,0,0,0,164,1,0,0,'',12340),(12096,22658,32099,37420,0,0,13384,0,0,0,'Stormpike Quartermaster',NULL,NULL,5241,55,55,0,1217,131,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12097,22648,31986,37305,0,0,13385,0,0,0,'Frostwolf Quartermaster',NULL,NULL,0,55,55,0,1215,131,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12098,0,0,0,0,0,13030,0,0,0,'Sulfuron Harbinger',NULL,NULL,0,63,63,0,54,0,1,1.71429,1,3,181,253,0,268,35,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,7,76,12098,0,0,0,93,0,0,0,0,19778,19779,19780,19781,0,0,0,0,0,0,381176,465881,'',1,3,1,132,15,1,0,17330,20951,0,0,0,0,164,1,617299803,1,'boss_sulfuron',12340),(12099,0,0,0,0,0,5781,0,0,0,'Firesworn',NULL,NULL,0,60,60,0,54,0,1.55556,1.71429,1,1,104,138,0,252,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,4,8,12099,0,0,0,95,95,0,0,0,12742,0,0,0,0,0,0,0,0,0,2692,3520,'',0,3,1,20,1,1,0,0,0,0,0,0,0,164,1,0,0,'npc_firesworn',12340),(12100,0,0,0,0,0,12163,0,0,0,'Lava Reaver',NULL,NULL,0,62,63,0,54,0,1.55556,1.71429,1,1,181,253,0,268,7.5,1600,2000,1,64,2048,0,0,0,0,0,0,147,219,32,4,8,12100,0,0,0,95,95,0,0,0,19642,19644,0,0,0,0,0,0,0,0,0,0,'',1,3,1,25,1,1,0,20951,0,0,0,0,0,164,1,0,0,'',12340),(12101,0,0,0,0,0,12239,0,0,0,'Lava Surger',NULL,NULL,0,61,62,0,54,0,1.55556,2.28571,1,1,172,240,0,262,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,4,8,12101,0,0,0,93,93,0,0,0,25787,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,30,1,1,0,20951,0,0,0,0,0,199,1,0,0,'',12340),(12116,0,0,0,0,0,12169,0,0,0,'Priestess of Elune',NULL,NULL,0,60,60,0,80,0,1.27,1.14286,1,2,104,138,0,252,7.5,1666,1833,1,33555200,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,36980,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12118,0,0,0,0,0,13031,0,0,0,'Lucifron',NULL,NULL,0,63,63,0,54,0,1,1.71429,1,3,164,228,0,249,35,2000,2000,2,64,2048,0,0,0,0,0,0,133,196,26,7,76,12118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354545,433333,'',1,3,1,132,15,1,0,17329,20951,0,0,0,0,164,1,617299803,1,'boss_lucifron',12340),(12119,0,0,0,0,0,12030,0,0,0,'Flamewaker Protector',NULL,NULL,0,62,62,0,54,0,1,1.71429,1,1,160,223,0,246,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,129,191,26,7,8,12119,0,0,0,93,0,0,0,0,20740,20677,0,0,0,0,0,0,0,0,3927,5134,'SmartAI',1,3,1,35,10,1,0,20951,0,0,0,0,0,164,1,0,0,'',12340),(12120,0,0,0,0,0,12191,0,0,0,'Plagueland Termite',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12121,22540,31964,37282,0,0,10278,0,0,0,'Drakan',NULL,NULL,0,60,60,0,1214,0,0.5,0.571429,1,1,104,138,0,252,7.5,1846,2000,1,4160,2048,0,0,0,0,0,0,72,106,26,1,0,12121,0,12121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12122,22546,31970,37289,0,0,10278,0,0,0,'Duros',NULL,NULL,0,60,60,0,1214,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,72,106,26,1,0,12122,0,12122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12123,0,0,0,0,0,12193,12194,12195,12196,'Reef Shark',NULL,NULL,0,21,22,0,16,0,1,1.14286,1,1,32,42,0,78,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,21,32,4,1,0,12123,0,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12124,0,0,0,0,0,12203,12204,12205,12206,'Great Shark',NULL,NULL,0,51,52,0,16,0,1.71,1.14286,1,1,87,117,0,214,7.5,1225,1347,1,32832,2048,0,0,0,0,0,0,61,90,21,1,0,12124,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12125,0,0,0,0,0,12207,12208,12209,12210,'Mammoth Shark',NULL,NULL,0,56,57,0,16,0,1.73,1.14286,1,1,98,130,0,238,7.5,1208,1329,1,0,2048,0,0,0,0,0,0,68,99,24,1,0,12125,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12126,0,0,0,0,0,9477,0,0,0,'Lord Tirion Fordring','Order of the Silver Hand',NULL,0,63,63,0,35,2,1.79,1.14286,1,3,164,228,0,249,7.5,1150,1265,2,0,2048,0,0,0,0,0,0,133,196,26,7,4100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12127,22666,32094,37415,0,0,13253,12077,12079,12078,'Stormpike Guardsman',NULL,NULL,0,57,57,0,1216,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,4096,2048,0,0,0,0,0,0,68,99,24,7,0,12127,12127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,211,'SmartAI',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12128,0,0,0,0,0,10512,10513,10514,10515,'Crimson Elite',NULL,NULL,0,60,60,0,16,0,1.79,1.14286,1,1,146,192,0,238,2,1150,1265,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,12128,0,0,0,0,0,0,0,0,17143,14518,8990,0,0,0,0,0,0,0,418,550,'SmartAI',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12129,36572,0,0,0,0,8711,0,0,0,'Onyxian Warder',NULL,NULL,0,80,80,2,103,0,0.888888,1.14286,1,1,422,586,0,642,7.5,1150,1265,1,64,2048,0,0,0,0,0,0,345,509,103,2,8,12129,0,12129,0,250,90,0,0,0,0,0,0,0,0,0,0,0,0,0,3627,4741,'SmartAI',1,3,1,70,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12136,0,0,0,0,0,12229,0,0,0,'Snurk Bucksquick','Stranglethorn Vale Zeppelin Master',NULL,3841,45,45,0,29,1,1,1.14286,1,0,76,100,0,184,1,1000,1716,1,4096,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12137,0,0,0,0,0,12230,0,0,0,'Squibby Overspeck','Tirisfal Glades Zeppelin Master',NULL,1969,45,45,0,29,1,1,1.14286,1,0,76,100,0,184,1,1000,2000,1,4096,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12138,0,0,0,0,0,9389,0,0,0,'Lunaclaw',NULL,NULL,0,12,12,0,16,0,0.97,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,0,0,11,17,100,7,0,12138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,21,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12140,0,0,0,0,0,12234,0,0,0,'Guardian of Elune',NULL,NULL,0,60,60,0,80,0,1.26,1.14286,1,0,146,192,0,238,1,1410,1551,2,256,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,12524,0,0,0,0,0,0,1,0,0,'',12340),(12141,0,0,0,0,0,4590,0,0,0,'Ice Totem',NULL,NULL,0,53,53,0,58,0,1.22,1.14286,1,0,89,119,0,218,1,1480,1628,1,0,2048,0,0,0,0,0,0,62,91,22,11,0,0,0,0,0,0,0,0,0,0,18977,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12143,0,0,0,0,0,5488,0,0,0,'Son of Flame',NULL,NULL,0,60,60,0,54,0,1.76,1.14286,1,1,104,138,0,252,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,72,106,26,4,8,0,0,0,0,0,0,0,0,0,21858,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,164,1,0,0,'npc_SonOfFlame',12340),(12144,0,0,0,0,0,12243,0,0,0,'Lunaclaw Spirit',NULL,NULL,3862,13,13,0,35,1,0.97,1.14286,1,0,18,24,0,48,1,2000,2000,1,768,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_lunaclaw_spirit',12340),(12148,0,0,0,0,0,12242,0,0,0,'Teal Kodo',NULL,NULL,0,12,12,0,35,0,0.58,1.14286,1,0,17,22,0,46,1,1890,2079,1,0,2048,0,0,0,0,0,0,11,17,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12149,0,0,0,0,0,12246,0,0,0,'Gray Kodo',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12150,0,0,0,0,0,12240,0,0,0,'Riding Kodo (Purple)',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12151,0,0,0,0,0,12245,0,0,0,'Green Kodo',NULL,NULL,0,12,12,0,35,0,0.58,1.14286,1,0,17,22,0,46,1,1890,2079,1,0,2048,0,0,0,0,0,0,11,17,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12152,0,0,0,0,0,12271,0,0,0,'Voice of Elune',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12156,22788,0,0,0,0,14017,14019,14018,14020,'Winterax Axe Thrower',NULL,NULL,0,60,60,0,37,0,1.76,1.14286,1,1,104,138,0,252,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,12156,0,0,0,0,0,0,0,0,16075,0,0,0,0,0,0,0,0,0,156,780,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12157,22792,0,0,0,0,14060,14061,14062,14063,'Winterax Shadow Hunter',NULL,NULL,0,59,60,0,37,0,1.78,1.14286,1,1,104,138,0,252,7.5,1158,1274,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,12157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,812,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12158,22789,0,0,0,0,14021,14023,14022,14024,'Winterax Hunter',NULL,NULL,0,59,59,0,37,0,1.75,1.14286,1,1,102,135,0,248,7.5,1191,1310,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,12158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,713,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12159,22643,32027,37347,0,0,7873,0,0,0,'Korrak the Bloodrager',NULL,NULL,0,62,62,0,37,0,1.81,1.14286,1,1,172,240,0,262,7.5,1133,1246,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,12159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,35,1,1,0,18148,0,0,0,0,0,0,1,0,0,'',12340),(12160,0,0,0,0,0,4841,4842,4843,4844,'Shadowglen Sentinel',NULL,NULL,0,65,65,1,79,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,12160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12178,0,0,0,0,0,12269,0,0,0,'Tortured Druid',NULL,NULL,0,55,56,0,21,0,1.1,1.14286,1,0,89,118,0,220,1,2000,2000,2,32768,2048,0,0,0,0,0,0,61,90,21,6,0,12178,12178,0,0,0,0,0,0,0,31401,23381,0,0,0,0,0,0,0,0,108,145,'',1,3,1,1.35,1,1,0,21937,0,0,0,0,0,0,1,8388624,0,'',12340),(12179,0,0,0,0,0,12270,0,0,0,'Tortured Sentinel',NULL,NULL,0,56,57,0,21,0,1.1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,6,0,12179,12179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,166,'',1,3,1,1.35,1,1,0,21937,0,0,0,0,0,0,1,8388624,0,'',12340),(12180,0,0,0,0,0,5965,0,0,0,'Anubisath',NULL,NULL,0,59,59,0,91,0,1.76,1.14286,1,1,102,135,0,248,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,70,103,25,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,743,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12196,0,0,0,0,0,12392,0,0,0,'Innkeeper Kaylisk','Innkeeper',NULL,1290,30,30,0,29,66177,1.05,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12197,0,0,0,0,0,12289,0,0,0,'Glordrum Steelbeard','Alterac Valley Battlemaster',NULL,6465,61,61,0,1216,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12198,0,0,0,0,0,12290,0,0,0,'Martin Lindsey','Arathi Basin Battlemaster',NULL,6474,61,61,0,412,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12199,0,0,0,0,0,12291,0,0,0,'Shade of Ambermoon',NULL,NULL,0,58,58,0,21,0,1.1,1.14286,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,6,0,12199,12199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,174,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(12201,0,0,0,0,0,12292,0,0,0,'Princess Theradras','',NULL,0,48,48,0,91,0,1,1.14286,1,1,81,108,0,196,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,56,82,19,4,8,12201,0,0,0,0,0,0,0,0,3391,21869,21832,21909,0,0,0,0,0,0,1061,1391,'SmartAI',1,3,1,10,2,1,0,17684,0,0,0,0,0,0,1,10258,0,'',12340),(12202,0,0,0,0,0,7804,0,0,0,'Human Skull',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12203,0,0,0,0,0,12293,0,0,0,'Landslide','',NULL,0,48,48,0,91,0,0.777776,1.14286,1,1,81,108,0,196,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,56,82,19,5,8,12203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,720,945,'SmartAI',1,3,1,7,1,1,0,17684,0,0,0,0,0,0,1,8210,0,'',12340),(12204,0,0,0,0,0,6748,0,0,0,'Spitelash Raider',NULL,NULL,0,48,49,0,74,0,1.1,1.14286,1,0,77,102,0,188,1,2000,2000,2,32768,2048,0,0,0,0,0,0,52,77,17,7,0,0,0,0,0,0,0,0,0,0,12548,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12205,0,0,0,0,0,6750,0,0,0,'Spitelash Witch',NULL,NULL,0,49,50,0,74,0,1.1,1.14286,1,0,60,83,0,91,1,2000,2000,8,32768,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,20299,20297,12550,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12206,0,0,0,0,0,12309,0,0,0,'Primordial Behemoth','',NULL,0,47,47,0,834,0,0.777776,1.14286,1,1,79,105,0,192,2.4,2500,2000,1,64,2048,0,0,0,0,0,0,54,80,18,5,8,12206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,631,829,'SmartAI',1,3,1,6,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),(12207,0,0,0,0,0,6737,0,0,0,'Thessala Hydra','',NULL,0,46,47,0,16,0,1,1.14286,1,1,79,105,0,192,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,54,80,18,10,8,12207,0,12207,0,0,0,0,0,0,3391,21790,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5.5,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),(12208,0,0,0,0,0,11405,0,0,0,'Conquered Soul of the Blightcaller',NULL,NULL,0,62,62,0,85,0,1.25,1.14286,1,0,172,240,0,262,1,1430,1573,1,0,2048,0,0,0,0,0,0,139,207,30,6,0,0,0,0,0,0,0,0,0,0,18328,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(12216,0,0,0,0,0,2452,0,0,0,'Poison Sprite','',NULL,0,42,42,0,90,0,1,1.14286,1,0,62,83,0,152,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,3,0,12216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,89,'SmartAI',1,3,1,0.75,1,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),(12217,0,0,0,0,0,12345,0,0,0,'Corruptor','',NULL,0,42,42,0,90,0,1,1.14286,1,0,62,83,0,152,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,3,0,12217,0,0,0,0,0,0,0,0,5413,21068,0,0,0,0,0,0,0,0,62,86,'SmartAI',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12218,0,0,0,0,0,12346,0,0,0,'Vile Larva','',NULL,0,44,44,0,14,0,1,1.14286,1,0,72,96,0,174,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,1,0,12218,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.75,1,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),(12219,0,0,0,0,0,12347,0,0,0,'Barbed Lasher','',NULL,0,45,45,0,16,0,1,1.14286,1,1,76,100,0,184,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,52,76,17,4,0,12219,0,0,0,0,0,0,0,0,3391,21749,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4.5,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),(12220,0,0,0,0,0,12348,0,0,0,'Constrictor Vine','',NULL,0,44,45,0,16,0,1,1.14286,1,1,76,100,0,184,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,52,76,17,4,0,12220,0,0,0,0,0,0,0,0,11922,3391,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),(12221,0,0,0,0,0,1145,0,0,0,'Noxious Slime','',NULL,0,43,44,0,16,0,1,1.14286,1,1,72,96,0,174,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,49,73,16,10,0,12221,12221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,386,'SmartAI',1,3,1,2.5,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),(12222,0,0,0,0,0,14350,0,0,0,'Creeping Sludge','',NULL,0,43,44,0,16,0,0.3,0.4,1,1,72,96,0,174,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,10,0,12222,12222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,423,'',1,3,1,3,1.5,1,0,17684,0,0,0,0,0,70,1,0,0,'',12340),(12223,0,0,0,0,0,3386,0,0,0,'Cavern Lurker','',NULL,0,44,45,0,834,0,0.666668,1.14286,1,1,76,100,0,184,2.4,2500,2000,1,64,2048,0,0,0,0,0,0,52,76,17,4,0,12223,0,0,0,0,0,0,0,0,11428,0,0,0,0,0,0,0,0,0,320,423,'SmartAI',1,3,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),(12224,0,0,0,0,0,9014,0,0,0,'Cavern Shambler','',NULL,0,45,45,0,834,0,0.666668,1.14286,1,1,70,93,0,172,2.4,2500,2000,2,64,2048,0,0,0,0,0,0,48,71,15,4,0,12224,0,0,0,0,0,0,0,0,7948,16790,0,0,0,0,0,0,0,0,288,381,'SmartAI',1,3,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),(12225,0,0,0,0,0,12350,0,0,0,'Celebras the Cursed','',NULL,0,46,46,0,90,0,1.11111,1.14286,1,1,72,95,0,176,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,49,72,16,7,0,12225,0,0,0,0,0,0,0,0,0,21793,21807,12747,0,0,0,0,0,0,675,887,'SmartAI',1,3,1,8,4,1,0,17684,0,0,0,0,0,0,1,10258,0,'',12340),(12236,0,0,0,0,0,12334,0,0,0,'Lord Vyletongue','',NULL,0,44,44,0,90,0,1,1.14286,1,1,72,96,0,174,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,3,0,12236,12236,0,0,0,0,0,0,188,21080,8817,0,0,0,0,0,0,0,0,714,938,'SmartAI',1,3,1,7.5,1,1,0,17684,17703,0,0,0,0,0,1,10258,0,'',12340),(12237,0,0,0,0,0,9014,0,0,0,'Meshlok the Harvester',NULL,NULL,0,46,46,0,834,0,1.72,1.14286,1,2,77,102,0,188,7.5,1216,1338,1,0,2048,0,0,0,0,0,0,53,78,17,4,0,12237,0,0,0,0,0,0,0,0,15593,13446,0,0,0,0,0,0,0,0,521,685,'SmartAI',1,3,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),(12238,0,0,0,0,0,12369,0,0,0,'Zaetar\'s Spirit',NULL,NULL,5304,60,60,0,35,3,1.11111,1.14286,1,1,146,192,0,238,7.5,2000,1292,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(12239,0,0,0,0,0,12372,0,0,0,'Spirit of Gelk','The Second Kahn',NULL,0,42,42,0,35,0,1.02,1.14286,1,1,62,83,0,152,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,43,63,15,6,0,12239,0,0,0,0,0,0,0,0,15284,9080,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,8388624,0,'',12340),(12240,0,0,0,0,0,12371,0,0,0,'Spirit of Kolk','The First Kahn',NULL,0,43,43,0,35,0,1.02,1.14286,1,1,67,88,0,162,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,46,67,16,6,0,12240,0,0,0,0,0,0,0,0,14516,16244,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,8388624,0,'',12340),(12241,0,0,0,0,0,12374,0,0,0,'Spirit of Magra','The Third Kahn',NULL,0,43,43,0,35,0,1.02,1.14286,1,1,67,88,0,162,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,46,67,16,6,0,12241,0,0,0,0,0,0,0,0,15572,9128,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,8388624,0,'',12340),(12242,0,0,0,0,0,12370,0,0,0,'Spirit of Maraudos','The Fourth Kahn',NULL,0,44,44,0,35,0,0.666668,1.14286,1,1,72,96,0,174,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,49,73,16,6,0,12242,0,0,0,0,0,0,0,0,15667,15795,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,8388624,0,'',12340),(12243,0,0,0,0,0,12373,0,0,0,'Spirit of Veng','The Fifth Kahn',NULL,0,44,44,0,35,0,0.666668,1.14286,1,1,72,96,0,174,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,49,73,16,6,0,12243,0,0,0,0,0,0,0,0,14030,15620,38383,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,8388624,0,'',12340),(12244,0,0,0,0,0,7804,0,0,0,'Mark of Detonation (NW)',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12245,0,0,0,0,0,1159,0,0,0,'Vendor-Tron 1000',NULL,NULL,4003,38,38,0,35,131,1.02,1.14286,1,0,53,70,0,128,1,2000,2000,1,512,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.15,1,1,0,0,0,0,0,0,0,108,1,0,0,'',12340),(12246,0,0,0,0,0,1159,0,0,0,'Super-Seller 680',NULL,NULL,4002,36,36,0,35,387,1,0.885714,1,0,50,66,0,120,1,2000,2000,1,512,2048,0,0,0,0,0,0,34,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.15,1,1,0,0,0,0,0,0,0,108,1,0,0,'',12340),(12247,0,0,0,0,0,12271,0,0,0,'Scourge Structure',NULL,NULL,0,1,1,0,77,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12248,0,0,0,0,0,12390,0,0,0,'Infiltrator Hameya',NULL,NULL,0,60,60,0,37,0,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,6,0,12248,12248,0,0,0,0,0,0,0,14118,18270,0,0,0,0,0,0,0,0,137,184,'SmartAI',1,3,1,1.35,1,1,0,15767,0,0,0,0,0,0,1,8388624,0,'',12340),(12249,0,0,0,0,0,7804,0,0,0,'Mark of Detonation (SW)',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12250,0,0,0,0,0,10275,0,0,0,'Zaeldarr the Outcast',NULL,NULL,0,55,55,0,37,0,0.666668,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,12250,12250,0,0,0,0,0,0,0,40504,19128,0,0,0,0,0,0,0,0,118,159,'SmartAI',0,3,1,1.3,1,1,0,15785,0,0,0,0,0,0,1,8388624,0,'',12340),(12251,0,0,0,0,0,7804,0,0,0,'Mark of Detonation (CLS)',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12252,0,0,0,0,0,7804,0,0,0,'Mark of Detonation (CRS)',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12253,0,0,0,0,0,7804,0,0,0,'Mark of Detonation (CSH)',NULL,NULL,0,1,1,0,35,0,1.1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12254,0,0,0,0,0,7804,0,0,0,'Mark of Detonation (NESH)',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12255,0,0,0,0,0,7804,0,0,0,'Mark of Detonation (NE)',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12256,0,0,0,0,0,7804,0,0,0,'Mark of Detonation (SE)',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12257,0,0,0,0,0,10269,0,0,0,'Mechanical Yeti',NULL,NULL,0,58,58,0,35,0,0.31,1.14286,1,0,100,132,0,242,1,2000,2200,1,0,2048,0,0,0,0,0,0,69,101,25,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12258,0,0,0,0,0,12389,0,0,0,'Razorlash','',NULL,0,46,46,0,16,0,1,1.14286,1,1,77,102,0,188,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,53,78,17,4,0,12258,0,0,0,0,0,0,0,0,12787,40504,15976,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6.5,1,1,0,17684,0,0,0,0,0,0,1,10258,0,'',12340),(12259,0,0,0,0,0,13030,0,0,0,'Gehennas',NULL,NULL,0,63,63,0,54,0,1,1.71429,1,3,164,228,0,249,35,2000,2000,2,64,2048,0,0,0,0,0,0,133,196,26,7,76,12259,0,0,0,186,0,0,93,0,0,0,0,0,0,0,0,0,0,0,1069897,1307652,'',1,3,1,132,15,1,0,17331,20951,0,0,0,0,164,1,617299803,1,'boss_gehennas',12340),(12261,0,0,0,0,0,4769,0,0,0,'Infected Mossflayer',NULL,NULL,0,57,58,0,37,0,1.1,1.14286,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,6,0,12261,0,0,0,0,0,0,0,0,35011,11442,0,0,0,0,0,0,0,0,130,175,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(12262,0,0,0,0,0,10627,0,0,0,'Ziggurat Protector',NULL,NULL,0,58,58,0,21,0,0.777776,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,12262,0,0,0,0,0,0,0,0,19643,18328,18396,0,0,0,0,0,0,0,818,1073,'SmartAI',1,3,1,1.25,1,1,0,15447,0,0,0,0,0,0,1,8388624,0,'',12340),(12263,0,0,0,0,0,7864,0,0,0,'Slaughterhouse Protector',NULL,NULL,0,58,58,0,21,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,12263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,818,1073,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(12264,0,0,0,0,0,13032,0,0,0,'Shazzrah',NULL,NULL,0,63,63,0,54,0,1,1.71429,1,3,164,228,0,249,35,2000,2000,2,64,2048,0,0,0,0,0,0,133,196,26,7,108,12264,0,0,0,93,0,0,0,186,19712,19713,19714,19715,0,0,0,0,0,0,516580,631375,'',1,3,1,132,15,1,0,17332,20951,0,0,0,0,164,1,617299803,1,'boss_shazzrah',12340),(12265,0,0,0,0,0,2172,0,0,0,'Lava Spawn',NULL,NULL,0,60,60,0,54,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,4,8,0,0,0,0,0,0,-186,0,0,18108,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(12276,0,0,0,0,0,10056,0,0,0,'Hive\'Zora Egg',NULL,NULL,0,20,20,0,413,0,1,1.14286,1,0,29,39,0,70,1,1800,1980,1,0,2048,0,0,0,0,0,0,20,30,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,33,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12277,0,0,0,0,0,12409,0,0,0,'Melizza Brimbuzzle',NULL,NULL,0,39,39,0,474,2,1.02,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12296,0,0,0,0,0,14951,0,0,0,'Sickly Gazelle',NULL,NULL,0,3,3,0,188,0,1,0.85714,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,2,100,8,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(12297,0,0,0,0,0,1547,0,0,0,'Cured Gazelle',NULL,NULL,0,1,1,0,188,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(12298,0,0,0,0,0,10091,0,0,0,'Sickly Deer',NULL,NULL,0,5,5,0,188,0,1,0.857143,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(12299,0,0,0,0,0,347,0,0,0,'Cured Deer',NULL,NULL,0,1,1,0,188,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,4096,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,12299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(12319,0,0,0,0,0,4196,4197,0,0,'Burning Blade Toxicologist',NULL,NULL,0,14,14,0,554,0,1,1.14286,1,0,14,20,0,21,1,1840,2024,8,0,2048,0,0,0,0,0,0,13,19,12,7,0,12319,0,0,0,0,0,0,0,0,980,707,20798,689,0,0,0,0,0,0,15,25,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12320,0,0,0,0,0,4198,4199,0,0,'Burning Blade Crusher',NULL,NULL,0,13,13,0,554,0,0.99,1.14286,1,0,18,24,0,48,1,1860,2046,1,0,2048,0,0,0,0,0,0,12,18,1,7,0,12320,0,0,0,0,0,0,0,0,4133,0,0,0,0,0,0,0,0,0,15,24,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12321,0,0,0,0,0,4980,0,0,0,'Stormscale Toxicologist',NULL,NULL,0,15,15,0,74,0,1,1.14286,1,0,20,27,0,48,1,1850,2035,2,0,2048,0,0,0,0,0,0,14,21,2,7,0,12321,0,0,0,0,0,0,0,0,36983,9734,0,0,0,0,0,0,0,0,16,26,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12322,0,0,0,0,0,21016,21017,0,0,'Quel\'Lithien Protector',NULL,NULL,0,60,60,0,84,0,1.1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,12322,12322,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,204,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12336,0,0,0,0,0,13049,0,0,0,'Brother Crowley','Scarlet Crusade Emissary',NULL,0,44,44,0,11,2,1,1.14286,1,0,72,96,0,174,1,1000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12337,0,0,0,0,0,10502,0,0,0,'Crimson Courier',NULL,NULL,0,60,60,0,89,0,1,1.38571,1,1,146,192,0,238,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,101,167,24,7,0,12337,12337,0,0,0,0,0,0,0,13005,17149,17143,15493,0,0,0,0,0,0,694,911,'SmartAI',1,3,1,6,2,1,0,15868,0,0,0,0,0,0,1,0,0,'',12340),(12338,0,0,0,0,0,12829,12830,12832,12831,'Shadowprey Guardian',NULL,NULL,0,65,65,1,877,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),(12339,0,0,0,0,0,10507,0,0,0,'Demetria','The Scarlet Oracle',NULL,0,61,61,0,89,0,1.79,1.14286,1,1,123,177,0,115,7.5,1150,1265,8,0,2048,0,0,0,0,0,0,111,164,25,7,0,12339,0,0,0,0,0,0,0,0,17194,20740,15654,527,0,0,0,0,0,0,1291,1690,'SmartAI',0,3,1,12,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12340,0,0,0,0,0,12934,0,0,0,'Drulzegar Skraghook',NULL,NULL,4162,35,35,0,876,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,4608,2048,0,0,0,0,0,0,33,49,11,7,0,12340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12341,0,0,0,0,0,10671,0,0,0,'Blue Skeletal Horse',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),(12342,0,0,0,0,0,10672,0,0,0,'Brown Skeletal Horse',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),(12343,0,0,0,0,0,10670,0,0,0,'Red Skeletal Horse',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),(12344,0,0,0,0,0,10720,0,0,0,'Swift Green Skeletal Horse',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),(12345,0,0,0,0,0,6469,0,0,0,'Mottled Crimson Raptor','',NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12346,0,0,0,0,0,4806,0,0,0,'Emerald Riding Raptor',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12347,0,0,0,0,0,1001,0,0,0,'Enraged Reef Crawler',NULL,NULL,0,30,32,0,15,0,1.02,1.14286,1,0,45,60,0,108,1,2000,2000,1,0,2048,0,8,0,0,0,0,31,46,10,1,1,12347,0,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,13016,0,0,0,'',0,3,1,1,1,1,0,15874,0,0,0,0,0,0,1,0,0,'',12340),(12348,0,0,0,0,0,6471,0,0,0,'Ivory Raptor',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,26,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12349,0,0,0,0,0,6472,0,0,0,'Turquoise Riding Raptor',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12350,0,0,0,0,0,6473,0,0,0,'Violet Riding Raptor',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12351,0,0,0,0,0,2327,0,0,0,'Dire Riding Wolf',NULL,NULL,0,10,10,0,35,0,1,1.38571,1,0,13,17,0,42,1,2000,2101,1,0,2048,0,0,0,0,0,0,9,13,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12352,0,0,0,0,0,10500,10503,0,0,'Scarlet Trooper',NULL,NULL,0,58,59,0,89,0,1.25,1.14286,1,0,133,176,0,234,1,1430,1573,2,0,2048,0,0,0,0,0,0,91,133,23,7,0,12352,12352,0,0,0,0,0,0,0,8258,25263,13005,13874,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(12353,0,0,0,0,0,247,0,0,0,'Timber Riding Wolf',NULL,NULL,0,10,10,0,35,0,1,1.38571,1,0,13,17,0,42,1,2000,2101,1,0,2048,0,0,0,0,0,0,9,13,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12354,0,0,0,0,0,11641,0,0,0,'Brown Riding Kodo',NULL,NULL,0,11,12,0,35,0,1,1.38571,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12355,0,0,0,0,0,12246,0,0,0,'Gray Riding Kodo',NULL,NULL,0,11,12,0,35,0,1,1.38571,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12356,0,0,0,0,0,12245,0,0,0,'Green Riding Kodo','',NULL,0,12,12,0,35,0,0.58,1.14286,1,0,17,22,0,46,1,1890,2079,1,0,2048,0,0,0,0,0,0,11,17,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12357,0,0,0,0,0,12242,0,0,0,'Teal Riding Kodo','',NULL,0,12,12,0,35,0,0.58,1.14286,1,0,17,22,0,46,1,1890,2079,1,0,2048,0,0,0,0,0,0,11,17,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12358,0,0,0,0,0,6080,0,0,0,'Riding Striped Frostsaber',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12359,0,0,0,0,0,6444,0,0,0,'Riding Spotted Frostsaber',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12360,0,0,0,0,0,6448,0,0,0,'Riding Striped Nightsaber',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12361,0,0,0,0,0,9991,0,0,0,'Riding Nightsaber',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,26,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12362,0,0,0,0,0,9695,0,0,0,'Riding Frostsaber',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12363,0,0,0,0,0,6569,0,0,0,'Blue Mechanostrider',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),(12364,0,0,0,0,0,10666,0,0,0,'Icy Blue Mechanostrider Mod A',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,26,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),(12365,0,0,0,0,0,9473,0,0,0,'Red Mechanostrider',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),(12366,0,0,0,0,0,9476,0,0,0,'Unpainted Mechanostrider X',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),(12367,0,0,0,0,0,10661,0,0,0,'Green Mechanostrider',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),(12368,0,0,0,0,0,9474,0,0,0,'White Mechanostrider Mod A',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),(12369,0,0,0,0,0,11257,0,0,0,'Lord Kragaru',NULL,NULL,0,38,38,0,74,0,1.13,1.14286,1,0,53,70,0,128,1,1630,1793,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,12369,12369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.15,1,1,0,15803,0,0,0,0,0,0,1,0,0,'',12340),(12370,0,0,0,0,0,2784,0,0,0,'Black Ram',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12371,0,0,0,0,0,2787,0,0,0,'Frost Ram',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12372,0,0,0,0,0,2785,0,0,0,'Brown Ram',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12373,0,0,0,0,0,2736,0,0,0,'Gray Ram',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12374,0,0,0,0,0,2786,0,0,0,'White Riding Ram Mount',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12375,0,0,0,0,0,2405,0,0,0,'Chestnut Mare','',NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12376,0,0,0,0,0,2404,0,0,0,'Brown Horse','',NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12377,0,0,0,0,0,11649,0,0,0,'Wailing Spectre','',NULL,0,69,70,1,21,0,1.11111,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,12377,0,0,0,0,0,0,0,0,7713,32938,0,0,0,0,0,0,0,0,234,311,'SmartAI',1,3,1,1,1,1,0,24480,0,0,0,0,0,0,1,8388624,0,'',12340),(12378,0,0,0,0,0,146,0,0,0,'Damned Soul','',NULL,0,68,69,1,21,0,1.11111,1.14286,1,0,230,336,0,133,1,2000,2000,8,0,2048,0,0,0,0,0,0,215,321,28,6,0,12378,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,257,'SmartAI',1,3,1,1,1,1,0,24480,0,0,0,0,0,0,1,8388624,0,'',12340),(12379,0,0,0,0,0,13951,13952,13953,13954,'Unliving Caretaker','',NULL,0,69,70,1,21,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,6,0,12379,12379,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,272,'SmartAI',1,3,1,1,1,1,0,24480,0,0,0,0,0,0,1,8388624,0,'',12340),(12380,0,0,0,0,0,12430,12431,13949,13950,'Unliving Resident','',NULL,0,70,70,1,21,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,6,0,12380,12380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,280,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(12381,0,0,0,0,0,12432,0,0,0,'Ley Sprite',NULL,NULL,0,57,58,0,21,0,1.56,1.14286,1,0,100,132,0,242,1,1430,1573,1,0,2048,0,0,0,0,0,0,69,101,25,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.018,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),(12382,0,0,0,0,0,1825,0,0,0,'Mana Sprite',NULL,NULL,0,56,57,0,21,0,1.24,1.14286,1,0,98,130,0,238,1,1440,1584,1,0,2048,0,0,0,0,0,0,68,99,24,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.018,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),(12383,0,0,0,0,0,1072,0,0,0,'Nibbles','Prairie Dog',NULL,0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(12384,0,0,0,0,0,12470,0,0,0,'Augustus the Touched',NULL,NULL,4085,55,55,0,35,131,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_augustus_the_touched',12340),(12385,0,0,0,0,0,12434,0,0,0,'Mortar Team Advanced Target Dummy',NULL,NULL,0,6,6,0,14,0,0.91,1.14286,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(12387,0,0,0,0,0,4754,0,0,0,'Large Vile Slime',NULL,NULL,0,56,57,0,14,0,1.1,1.14286,1,0,91,121,0,224,1,2000,2000,2,0,2048,0,0,0,0,0,0,62,92,22,10,0,12387,0,0,0,0,0,0,0,0,25055,33959,0,0,0,0,0,0,0,0,108,146,'',0,3,1,1.35,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12396,0,0,0,0,0,4426,0,0,0,'Doomguard Commander',NULL,NULL,0,61,61,0,90,0,1.05,1.14286,1,1,152,210,0,244,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,3,0,12396,12396,0,0,0,0,0,93,244,16005,11443,15090,11876,0,0,0,0,0,0,2311,3022,'SmartAI',1,3,1,20,5,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(12397,0,0,0,0,0,12449,0,0,0,'Lord Kazzak',NULL,NULL,0,73,73,1,90,0,2.09,1.14286,1,3,316,450,0,320,35,800,1000,1,0,2048,0,0,0,0,0,0,278,413,58,3,44,12397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28305,36968,'',0,3,1,110,2,1,0,0,0,0,0,0,0,151,1,617299803,1,'',12340),(12416,0,0,0,0,0,12024,12025,12021,12022,'Blackwing Legionnaire',NULL,NULL,0,60,60,0,103,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,7,8,0,0,0,0,0,0,0,0,0,15284,23967,15580,0,0,0,0,0,0,0,609,800,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12418,0,0,0,0,0,2712,0,0,0,'Gordok Hyena',NULL,NULL,0,52,54,0,45,0,1.1,1.14286,1,0,92,122,0,224,1,1500,2000,1,0,2048,0,25,0,0,0,0,63,93,22,1,1,12418,0,12418,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12912,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(12419,0,0,0,0,0,901,0,0,0,'Lifelike Toad',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(12420,0,0,0,0,0,11979,11981,11978,11980,'Blackwing Mage',NULL,NULL,0,60,60,0,103,0,1.76,1.14286,1,1,146,192,0,238,7.5,1175,1292,2,0,2048,0,0,0,0,0,0,101,167,24,7,8,0,0,0,0,0,0,0,0,0,22271,17290,0,0,0,0,0,0,0,0,418,550,'',1,3,1,3,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12422,0,0,0,0,0,2554,0,0,0,'Death Talon Dragonspawn',NULL,NULL,0,60,60,0,103,0,1.1,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,2,8,0,0,100001,0,0,0,0,0,0,15284,15580,23967,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12423,0,0,0,0,0,3258,0,0,0,'Guard Roberts',NULL,NULL,0,7,7,0,12,0,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,2,'npc_garments_of_quests',12340),(12425,0,0,0,0,0,5908,0,0,0,'Flint Shadowmore','SI:7',NULL,0,60,60,0,1078,2,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,38863,30470,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12426,0,0,0,0,0,1555,0,0,0,'Masterwork Target Dummy',NULL,NULL,0,1,1,0,14,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,12426,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,124.476,1,1,0,0,0,0,0,0,0,0,1,16416,262146,'npc_target_dummy',12340),(12427,0,0,0,0,0,12474,0,0,0,'Mountaineer Dolf',NULL,NULL,0,7,7,0,55,0,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,4104,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,2,'npc_garments_of_quests',12340),(12428,0,0,0,0,0,12475,0,0,0,'Deathguard Kel',NULL,NULL,0,7,7,0,68,0,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,36872,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,2,'npc_garments_of_quests',12340),(12429,0,0,0,0,0,12476,0,0,0,'Sentinel Shaya',NULL,NULL,0,7,7,0,80,0,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,4104,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,2,'npc_garments_of_quests',12340),(12430,0,0,0,0,0,12477,0,0,0,'Grunt Kor\'ja',NULL,NULL,0,7,7,0,29,0,1,1.14286,1,0,9,12,0,36,1,2000,2134,1,4096,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,2,'npc_garments_of_quests',12340),(12431,0,0,0,0,0,11413,0,0,0,'Gorefang',NULL,NULL,0,13,13,0,38,0,0.94,1.14286,1,4,18,24,0,48,1,2000,2000,1,0,2048,0,1,0,0,0,0,12,18,1,1,1,12431,0,100003,70,70,70,70,70,70,0,0,0,0,0,0,0,0,13041,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12432,0,0,0,0,0,982,0,0,0,'Old Vicejaw',NULL,NULL,0,14,14,0,44,0,0.94,1.14286,1,4,20,27,0,50,1,2000,2000,1,0,2048,0,4,0,0,0,0,13,20,1,1,1,12432,0,100003,0,28,0,28,0,28,0,0,0,0,0,0,0,0,12842,0,0,0,'',1,1,1,1.25,1,1,0,3253,0,0,0,0,0,0,1,0,0,'',12340),(12433,0,0,0,0,0,368,0,0,0,'Krethis Shadowspinner',NULL,NULL,0,15,15,0,22,0,0.94,1.14286,1,4,20,27,0,48,1,2000,2000,2,0,2048,0,3,0,0,0,0,14,21,2,1,1,12433,0,0,0,0,0,0,0,0,12040,17439,0,0,0,0,0,0,10500,0,0,0,'',0,1,1,1,1,1,0,3254,0,0,0,0,0,0,1,0,0,'',12340),(12435,0,0,0,0,0,10115,0,0,0,'Razorgore the Untamed',NULL,NULL,0,63,63,0,1114,0,0.888888,1.14286,1,3,181,253,0,268,35,1450,1600,1,0,2048,0,0,0,0,0,0,147,219,32,2,76,12435,0,100001,0,0,0,0,0,0,22425,19873,19872,0,0,0,0,0,0,0,1297137,1585390,'',1,3,1,135,1,1,0,0,0,0,0,0,0,144,1,617299803,257,'boss_razorgore',12340),(12457,0,0,0,0,0,18981,18980,0,0,'Blackwing Spellbinder',NULL,NULL,0,62,62,0,103,0,1,1.14286,1,1,160,223,0,246,7.5,1091,1200,2,0,2048,0,0,0,0,0,0,129,191,26,2,8,12457,0,0,0,0,0,0,0,0,22275,22274,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,35,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12458,0,0,0,0,0,11967,11969,14300,14301,'Blackwing Taskmaster',NULL,NULL,0,62,62,0,103,0,1,1.14286,1,1,160,223,0,246,7.5,1158,1274,2,0,2048,0,0,0,0,0,0,129,191,26,7,8,0,0,0,0,0,0,0,0,0,22458,17289,0,0,0,0,0,0,0,0,2312,3025,'',1,3,1,20,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12459,0,0,0,0,0,14292,14293,14294,14295,'Blackwing Warlock',NULL,NULL,0,61,61,0,103,0,1,1.14286,1,1,152,210,0,244,7.5,1091,1200,2,0,2048,0,0,0,0,0,0,120,179,25,7,8,12459,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,35,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12460,0,0,0,0,0,14308,0,0,0,'Death Talon Wyrmguard',NULL,NULL,0,63,63,0,103,0,1,1.14286,1,1,181,253,0,268,7.5,1083,1191,1,0,2048,0,0,0,0,0,0,147,219,32,2,8,12460,0,12460,0,0,0,0,0,0,24375,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,65,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(12461,0,0,0,0,0,14355,0,0,0,'Death Talon Overseer',NULL,NULL,0,62,62,0,103,0,1,1.14286,1,1,172,240,0,262,7.5,1091,1200,1,0,2048,0,0,0,0,0,0,139,207,30,2,8,12461,0,12461,0,0,0,0,0,0,15284,20623,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12463,0,0,0,0,0,8310,0,0,0,'Death Talon Flamescale',NULL,NULL,0,62,62,0,103,0,0.888888,1.14286,1,1,172,240,0,262,7.5,1091,1200,1,0,2048,0,0,0,0,0,0,139,207,30,2,8,12463,0,12463,0,0,0,0,0,0,16636,22423,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,40,1,1,0,16786,0,0,0,0,0,0,1,0,0,'',12340),(12464,0,0,0,0,0,12893,0,0,0,'Death Talon Seether',NULL,NULL,0,62,62,0,103,0,0.888888,1.14286,1,1,172,240,0,262,7.5,1091,1200,1,0,2048,0,0,0,0,0,0,139,207,30,2,8,12464,0,12464,0,0,0,0,0,0,22428,22433,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,35,1,1,0,16786,0,0,0,0,0,0,1,0,0,'',12340),(12465,0,0,0,0,0,12894,0,0,0,'Death Talon Wyrmkin',NULL,NULL,0,61,61,0,103,0,0.888888,1.14286,1,1,152,210,0,244,7.5,1091,1200,2,0,2048,0,0,0,0,0,0,120,179,25,2,8,12465,0,12465,0,0,0,0,0,0,22424,22425,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,35,10,1,0,16786,0,0,0,0,0,0,1,0,0,'',12340),(12467,0,0,0,0,0,14544,0,0,0,'Death Talon Captain',NULL,NULL,0,62,62,0,103,0,1,1.14286,1,1,172,240,0,262,7.5,1091,1200,1,0,2048,0,0,0,0,0,0,139,207,30,2,8,12467,0,12467,0,0,0,0,0,0,22436,22438,15496,22440,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,75,1,1,0,16786,0,0,0,0,0,0,1,0,0,'',12340),(12468,0,0,0,0,0,12892,0,0,0,'Death Talon Hatcher',NULL,NULL,0,61,61,0,103,0,0.888888,1.14286,1,1,152,210,0,244,7.5,1141,1255,2,0,2048,0,0,0,0,0,0,120,179,25,2,8,12468,0,12468,0,0,0,0,0,0,22275,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,35,10,1,0,16786,0,0,0,0,0,0,1,0,0,'',12340),(12473,0,0,0,0,0,12489,0,0,0,'Arcanite Dragonling',NULL,NULL,0,60,60,0,14,0,1.11111,1.14286,1,0,104,138,0,252,1,2000,2200,1,0,2048,0,0,0,0,0,0,72,106,26,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(12474,0,0,0,0,0,12509,0,0,0,'Emeraldon Boughguard',NULL,NULL,0,62,62,0,50,0,1.05,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,2,8,12474,0,12474,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3587,4690,'SmartAI',0,3,1,25,1,1,0,21147,0,0,0,0,0,0,1,0,0,'',12340),(12475,0,0,0,0,0,625,0,0,0,'Emeraldon Tree Warder',NULL,NULL,0,60,60,0,50,0,1.05,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,2,8,12475,0,12475,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3372,4408,'SmartAI',0,3,1,25,1,1,0,21147,0,0,0,0,0,0,1,0,0,'',12340),(12476,0,0,0,0,0,7974,0,0,0,'Emeraldon Oracle',NULL,NULL,0,61,61,0,50,0,1.05,1.14286,1,1,152,210,0,244,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,120,179,25,2,8,12476,0,12476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2778,3633,'SmartAI',0,3,1,25,10,1,0,21147,0,0,0,0,0,0,1,0,0,'',12340),(12477,0,0,0,0,0,12509,0,0,0,'Verdantine Boughguard',NULL,NULL,0,62,62,0,50,0,0.888888,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,2,8,12477,0,12477,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3502,4579,'',1,3,1,25,1,1,0,21146,0,0,0,0,0,0,1,0,0,'',12340),(12478,0,0,0,0,0,7974,0,0,0,'Verdantine Oracle',NULL,NULL,0,61,61,0,50,0,0.888888,1.14286,1,1,152,210,0,244,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,120,179,25,2,8,12478,0,15412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2863,3744,'',1,3,1,25,10,1,0,21146,0,0,0,0,0,0,1,0,0,'',12340),(12479,0,0,0,0,0,625,0,0,0,'Verdantine Tree Warder',NULL,NULL,0,60,60,0,50,0,0.888888,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,2,8,12479,0,12479,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3372,4408,'',1,3,1,25,1,1,0,21146,0,0,0,0,0,0,1,0,0,'',12340),(12480,0,0,0,0,0,5567,0,0,0,'Melris Malagan','Captain of the Guard',NULL,0,58,58,0,1078,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,232,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12481,0,0,0,0,0,5446,0,0,0,'Justine Demalier','Stormwind Recruiter',NULL,0,57,57,0,1078,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,197,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12496,0,0,0,0,0,7553,0,0,0,'Dreamtracker',NULL,NULL,0,62,62,0,50,0,1.1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,2,8,12496,0,100001,0,0,0,0,0,0,16359,6605,0,0,0,0,0,0,0,0,3545,4634,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12497,0,0,0,0,0,7553,0,0,0,'Dreamroarer',NULL,NULL,0,62,62,0,50,0,1.1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,2,8,12497,0,15412,0,0,0,0,0,0,16359,20668,0,0,0,0,0,0,0,0,3587,4690,'SmartAI',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12498,0,0,0,0,0,7553,0,0,0,'Dreamstalker',NULL,NULL,0,62,62,0,50,0,1.05,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,2,8,12498,0,12498,0,0,0,0,0,0,16359,12098,0,0,0,0,0,0,0,0,3502,4579,'SmartAI',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12537,0,0,0,0,0,8310,0,0,0,'Morph Firemane Scalebane','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(12557,0,0,0,0,0,14296,0,0,0,'Grethok the Controller',NULL,NULL,0,62,62,0,103,0,1,1.14286,1,1,160,223,0,246,7.5,1175,1292,2,0,2048,0,0,0,0,0,0,129,191,26,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2822,3691,'SmartAI',1,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12576,0,0,0,0,0,12943,0,0,0,'Grish Longrunner',NULL,NULL,0,25,25,0,104,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,33333,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12577,0,0,0,0,0,12926,0,0,0,'Jarrodenus','Hippogryph Master',NULL,6944,65,65,0,80,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12578,0,0,0,0,0,12927,0,0,0,'Mishellena','Hippogryph Master',NULL,0,65,65,0,80,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12579,0,0,0,0,0,2295,0,0,0,'Bloodfury Ripper',NULL,NULL,0,26,26,0,514,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,12579,12579,0,0,0,0,0,0,0,8599,13443,0,0,0,0,0,0,0,0,135,181,'SmartAI',1,1,1,1,1,1,0,16190,0,0,0,0,0,0,1,0,0,'',12340),(12580,0,0,0,0,0,9052,0,0,0,'Reginald Windsor',NULL,NULL,0,63,63,0,534,2,1,1.14286,1,1,181,253,0,268,4.6,1150,1265,1,0,2048,0,0,0,0,0,0,147,219,32,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12581,0,0,0,0,0,2410,0,0,0,'Mercutio',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,26,1,1990,2189,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12596,0,0,0,0,0,12911,0,0,0,'Bibilfaz Featherwhistle','Gryphon Master',NULL,6944,65,65,0,12,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12616,0,0,0,0,0,12974,0,0,0,'Vhulgra','Wind Rider Master',NULL,10434,65,65,0,29,8195,1.05,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12617,0,0,0,0,0,12549,0,0,0,'Khaelyn Steelwing','Gryphon Master',NULL,6944,65,65,0,55,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12636,0,0,0,0,0,12569,0,0,0,'Georgia','Bat Handler',NULL,12237,65,65,0,68,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,33280,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12656,0,0,0,0,0,14954,0,0,0,'Thamarian',NULL,NULL,4308,15,15,0,80,3,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12657,0,0,0,0,0,12610,0,0,0,'Don Pompa',NULL,NULL,0,20,20,0,11,3,1.05,1.14286,1,0,29,39,0,70,1,2000,2000,1,4096,2048,0,0,0,0,0,0,20,30,4,7,0,12657,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,54,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12658,0,0,0,0,0,12609,0,0,0,'Adam Lind',NULL,NULL,4343,20,20,0,11,3,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,12658,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,76,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12676,0,0,0,0,0,12589,0,0,0,'Sharptalon',NULL,NULL,0,31,31,0,1097,0,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,0,2048,0,0,0,0,0,0,30,44,9,1,0,12676,0,100011,0,0,0,0,0,0,12097,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12677,0,0,0,0,0,11452,0,0,0,'Shadumbra',NULL,NULL,0,28,28,0,1097,2,1.05,1.14286,1,0,39,53,0,96,1,1000,2000,1,0,2048,0,0,0,0,0,0,27,40,8,1,0,12677,0,100010,0,0,0,0,0,0,13445,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(12678,0,0,0,0,0,29438,0,0,0,'Ursangous',NULL,NULL,0,25,25,0,1097,2,1.05,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,1,0,12678,0,100005,0,0,0,0,0,0,13443,10101,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12696,0,0,0,0,0,12970,0,0,0,'Senani Thunderheart',NULL,NULL,4346,30,30,0,104,3,1.05,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12716,0,0,0,0,0,7330,0,0,0,'Decedra Willham','',NULL,4357,45,45,0,894,1,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12717,0,0,0,0,0,12961,0,0,0,'Muglash',NULL,NULL,0,25,25,0,29,2,1.05,1.14286,1,0,35,48,0,86,1,2000,2000,1,37376,2048,0,0,0,0,0,0,24,36,6,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_muglash',12340),(12718,0,0,0,0,0,12946,0,0,0,'Gurda Ragescar',NULL,NULL,0,30,30,0,29,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12719,0,0,0,0,0,12958,0,0,0,'Marukai',NULL,NULL,0,35,35,0,126,2,1.05,1.14286,1,0,49,64,0,118,1,2000,2000,1,4608,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12720,0,0,0,0,0,12936,0,0,0,'Framnali',NULL,NULL,0,32,32,0,126,2,1.05,1.14286,1,0,45,60,0,108,1,2000,2000,1,4608,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12721,0,0,0,0,0,12960,0,0,0,'Mitsuwa',NULL,NULL,0,31,31,0,126,2,1.05,1.14286,1,0,44,58,0,106,1,2000,2000,1,4608,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12722,0,0,0,0,0,12973,0,0,0,'Vera Nightshade',NULL,NULL,0,29,29,0,68,2,1.05,1.14286,1,0,29,40,0,44,1,2000,2000,8,36864,2048,0,0,0,0,0,0,25,36,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12723,0,0,0,0,0,12948,0,0,0,'Har\'alen',NULL,NULL,0,28,28,0,104,2,1.05,1.14286,1,0,39,53,0,96,1,2000,2000,1,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12724,0,0,0,0,0,12968,0,0,0,'Pixel',NULL,NULL,5161,34,34,0,29,3,1.05,1.14286,1,0,47,63,0,114,1,2000,2000,1,4096,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12736,0,0,0,0,0,12953,0,0,0,'Je\'neu Sancrea','The Earthen Ring',NULL,4442,25,25,0,126,3,1.05,1.14286,1,0,25,36,0,37,1,2000,2000,8,4096,2048,0,0,0,0,0,0,22,32,15,7,0,12736,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12737,0,0,0,0,0,12959,0,0,0,'Mastok Wrilehiss',NULL,NULL,4441,30,30,0,29,3,1.05,1.14286,1,1,42,56,0,102,2.4,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12738,0,0,0,0,0,12967,0,0,0,'Nori Pridedrift',NULL,NULL,0,5,5,0,55,2,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12739,0,0,0,0,0,2554,0,0,0,'Onyxia\'s Elite Guard',NULL,NULL,0,58,59,0,40,0,1.76,1.14286,1,1,102,135,0,248,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,70,103,25,2,0,12739,0,12739,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1374,1799,'',0,3,1,10,1,1,0,16786,0,0,0,0,0,144,1,0,0,'',12340),(12740,0,0,0,0,0,12629,0,0,0,'Faustron','Wind Rider Master',NULL,0,65,65,0,29,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12756,0,0,0,0,0,17251,0,0,0,'Lady Onyxia',NULL,NULL,0,63,63,0,12,0,3.9,1.14286,1,1,181,253,0,268,35,850,1280,1,0,2048,0,0,0,0,0,0,147,219,32,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,1,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),(12757,0,0,0,0,0,8352,0,0,0,'Karang Amakkar',NULL,NULL,4401,35,35,0,29,3,1.05,1.14286,1,0,49,64,0,118,1,2000,2000,1,4096,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12759,0,0,0,0,0,7853,0,0,0,'Tideress',NULL,NULL,0,27,27,0,91,0,1.05,1.14286,1,0,36,47,0,86,1,2000,2000,2,0,2048,0,0,0,0,0,0,24,36,7,4,0,12759,0,0,0,0,0,75,0,0,9672,6873,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,12220,0,0,0,0,0,0,1,0,0,'',12340),(12776,0,0,0,0,0,14371,0,0,0,'Hraug','',NULL,0,9,9,0,29,2,1,1.14286,1,0,11,15,0,40,1,2000,2112,1,768,2048,0,0,0,0,3,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12777,0,0,0,0,0,12917,0,0,0,'Captain Dirgehammer','Armor Quartermaster',NULL,0,65,65,1,1078,4224,1.1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12778,0,0,0,0,0,9811,0,0,0,'Lieutenant Rachel Vaccar','Outland Armor Quartermaster',NULL,0,65,65,1,123,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12779,0,0,0,0,0,12910,0,0,0,'Archmage Gaiman',NULL,NULL,0,55,55,0,123,0,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,768,2048,0,0,0,0,0,0,55,82,23,7,4096,0,0,0,0,0,0,0,0,0,10149,10179,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12780,0,0,0,0,0,12924,0,0,0,'Sergeant Major Skyshadow',NULL,NULL,0,55,55,0,124,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12781,0,0,0,0,0,12669,0,0,0,'Master Sergeant Biggins','Accessories Quartermaster',NULL,0,55,55,0,1078,128,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12782,0,0,0,0,0,12918,0,0,0,'Captain O\'Neal','Weapons Quartermaster',NULL,0,65,65,1,1078,4224,1.1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12783,0,0,0,0,0,12922,0,0,0,'Lieutenant Karter','War Mount Quartermaster',NULL,0,55,55,0,1078,128,1,1.38571,1,0,94,125,0,228,1,2000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12784,0,0,0,0,0,12921,0,0,0,'Lieutenant Jackspring','Legacy Weapon Quartermaster',NULL,0,55,55,0,123,4224,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12785,0,0,0,0,0,12925,0,0,0,'Sergeant Major Clate','Legacy Armor Quartermaster',NULL,0,55,55,0,123,4224,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12786,0,0,0,0,0,12920,0,0,0,'Guard Quine',NULL,NULL,0,62,62,0,11,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12787,0,0,0,0,0,12919,0,0,0,'Guard Hammon',NULL,NULL,0,62,62,0,11,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12788,0,0,0,0,0,12670,0,0,0,'Legionnaire Teena','Outland Armor Quartermaster',NULL,0,62,62,0,125,4224,1,1.14286,1,0,172,240,0,262,1,2000,1529,1,768,2048,0,0,0,0,0,0,139,207,30,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12789,0,0,0,0,0,12671,0,0,0,'Blood Guard Hini\'wana',NULL,NULL,0,62,62,0,876,0,1,1.14286,1,0,172,240,0,262,1,2000,1529,1,768,2048,0,0,0,0,0,0,139,207,30,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12790,0,0,0,0,0,12672,0,0,0,'Advisor Willington',NULL,NULL,0,62,62,0,68,0,1,1.14286,1,0,172,240,0,262,1,2000,1529,8,768,2048,0,0,0,0,0,0,139,207,30,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12791,0,0,0,0,0,12673,0,0,0,'Chieftain Earthbind',NULL,NULL,0,62,62,0,104,0,1,1.14286,1,0,172,240,0,262,1,2000,1529,2,768,2048,0,0,0,0,0,0,139,207,30,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12792,0,0,0,0,0,12674,0,0,0,'Lady Palanseer','Armor Quartermaster',NULL,0,65,65,1,1074,130,1.1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12793,0,0,0,0,0,12675,0,0,0,'Brave Stonehide','Accessories Quartermaster',NULL,0,55,55,0,125,128,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,256,2048,0,0,0,0,0,0,65,95,23,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12794,0,0,0,0,0,12676,0,0,0,'Stone Guard Zarg','Legacy Weapon Quartermaster',NULL,0,55,55,0,125,130,1,1.14286,1,0,94,125,0,228,1,2000,1606,1,768,2048,0,0,0,0,0,0,65,95,23,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12795,0,0,0,0,0,12677,0,0,0,'First Sergeant Hola\'mahi','Legacy Armor Quartermaster',NULL,0,55,55,0,125,130,1,1.14286,1,0,94,125,0,228,1,2000,1551,1,768,2048,0,0,0,0,0,0,65,95,23,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12796,0,0,0,0,0,12678,0,0,0,'Raider Bork','War Mount Quartermaster',NULL,0,55,55,0,1074,128,1,1.38571,1,0,94,125,0,228,1,2000,1606,1,768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12797,0,0,0,0,0,12679,0,0,0,'Grunt Korf',NULL,NULL,0,62,62,0,85,0,1,1.14286,1,0,172,240,0,262,1,2000,1529,1,768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12798,0,0,0,0,0,12680,0,0,0,'Grunt Bek\'rah',NULL,NULL,0,62,62,0,85,0,1,1.14286,1,0,172,240,0,262,1,2000,1529,1,768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12799,0,0,0,0,0,12681,0,0,0,'Sergeant Ba\'sha','Accessories Quartermaster',NULL,0,55,55,0,29,4224,1.23,1.14286,1,0,94,125,0,228,1,1460,1606,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12800,0,0,0,0,0,4269,0,0,0,'Chimaerok',NULL,NULL,0,60,61,0,16,0,1.1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,64,2048,0,38,0,0,0,0,127,188,28,1,65537,12800,0,12800,0,0,0,0,0,0,15797,5708,20629,0,0,0,0,0,5953,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(12801,0,0,0,0,0,10810,0,0,0,'Arcane Chimaerok',NULL,NULL,0,60,62,0,16,0,1.1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,64,2048,0,38,0,0,0,0,139,207,30,1,65537,12801,0,12801,0,0,0,0,0,0,20223,15797,15122,0,0,0,0,0,5953,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(12802,0,0,0,0,0,9560,0,0,0,'Chimaerok Devourer',NULL,NULL,0,61,62,0,16,0,1.1,1.14286,1,1,172,240,0,262,4.6,1200,2000,1,0,2048,0,38,0,0,0,0,139,207,30,1,65537,12802,0,12802,0,0,0,0,0,0,7938,8599,0,0,0,0,0,0,5953,0,0,0,'',1,3,1,7,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(12803,0,0,0,0,0,12683,0,0,0,'Lord Lakmaeran',NULL,NULL,0,62,62,0,16,0,1.1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,64,2048,0,38,0,0,0,0,139,207,30,1,65545,12803,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5953,0,0,0,'',0,3,1,100,1,1,0,21027,0,0,0,0,0,164,1,0,0,'',12340),(12805,0,0,0,0,0,12923,0,0,0,'Officer Areyn','Accessories Quartermaster',NULL,0,55,55,0,12,4224,1.23,1.14286,1,0,94,125,0,228,1,1460,1606,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12806,0,0,0,0,0,4759,0,0,0,'Magmakin',NULL,NULL,0,60,60,0,54,0,1.06,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,4,8,0,0,0,0,95,95,0,0,0,20508,0,0,0,0,0,0,0,0,0,208,1038,'',1,3,1,10,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(12807,0,0,0,0,0,12689,0,0,0,'Greshka','',NULL,0,50,50,0,29,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12816,0,0,0,0,0,12709,0,0,0,'Xen\'Zilla',NULL,NULL,0,25,25,0,83,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4608,2048,0,0,0,0,0,0,24,36,6,7,0,12816,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12818,0,0,0,0,0,12969,0,0,0,'Ruul Snowhoof',NULL,NULL,0,26,26,0,714,2,1.05,1.14286,1,0,37,49,0,90,1,2000,2000,1,4352,2048,0,0,0,0,0,0,25,37,7,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,48,1,0,0,'npc_ruul_snowhoof',12340),(12836,0,0,0,0,0,12750,0,0,0,'Wandering Protector',NULL,NULL,0,35,35,0,124,2,1.05,1.14286,1,1,49,64,0,118,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,33,49,11,5,0,12836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12837,0,0,0,0,0,12976,0,0,0,'Yama Snowhoof',NULL,NULL,0,26,26,0,104,2,1.05,1.14286,1,0,37,49,0,90,1,2000,2000,1,4096,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12856,0,0,0,0,0,12912,12913,12914,0,'Ashenvale Outrunner',NULL,NULL,0,23,24,0,1514,0,0.5,0.571429,1,0,32,43,0,78,1,2000,2000,2,32768,2048,0,0,0,0,0,0,22,32,6,7,0,12856,12856,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,43,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12858,0,0,0,0,0,12809,0,0,0,'Torek',NULL,NULL,0,24,24,0,83,2,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,7,4096,12858,0,0,0,0,0,0,0,0,11977,8078,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12859,0,0,0,0,0,12810,12811,12971,12972,'Splintertree Raider',NULL,NULL,0,21,22,0,83,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,32,4,7,0,12859,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12860,0,0,0,0,0,12931,0,0,0,'Duriel Moonfire',NULL,NULL,0,24,24,0,124,0,1.08,1.14286,1,0,34,46,0,84,1,1710,1881,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,12860,0,0,0,0,0,0,0,0,11428,12097,0,0,0,0,0,0,0,0,45,64,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12861,0,0,0,0,0,1825,0,0,0,'Wisp (Ghost Visual Only)','',NULL,0,1,1,0,80,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12862,0,0,0,0,0,11869,0,0,0,'Warsong Scout',NULL,NULL,0,28,28,0,29,2,1,1.14286,1,0,37,49,0,90,1,2000,2000,2,0,2048,0,0,0,0,0,0,25,37,7,7,0,12862,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12863,0,0,0,0,0,11872,0,0,0,'Warsong Runner',NULL,NULL,4981,29,29,0,29,3,1.05,1.14286,1,0,38,50,0,94,1,2000,2000,2,4096,2048,0,0,0,0,0,0,26,38,8,7,0,12863,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12864,0,0,0,0,0,11871,0,0,0,'Warsong Outrider',NULL,NULL,0,30,30,0,29,2,1,1.38571,1,0,39,52,0,96,1,2000,2000,2,0,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12865,0,0,0,0,0,12909,0,0,0,'Ambassador Malcin',NULL,NULL,0,35,35,0,152,0,1,1.14286,1,0,45,60,0,110,1,2000,2000,2,32768,2048,0,0,0,0,0,0,31,46,11,6,0,12865,12865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,270,'SmartAI',0,1,1,1.25,2,1,0,17009,0,0,0,0,0,0,1,8388624,0,'',12340),(12866,0,0,0,0,0,12964,0,0,0,'Myriam Moonsinger',NULL,NULL,4601,35,35,0,35,3,1,1.14286,1,0,45,60,0,110,1,2000,2000,2,512,2048,0,0,0,0,0,0,31,46,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12867,0,0,0,0,0,12956,0,0,0,'Kuray\'bin',NULL,NULL,0,35,35,0,126,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12876,0,0,0,0,0,110,0,0,0,'Baron Aquanis',NULL,NULL,0,24,24,0,91,0,1.52,1.14286,1,1,32,43,0,78,7.5,1416,1558,2,0,2048,0,0,0,0,0,0,22,32,6,4,0,12876,0,0,0,0,0,75,0,0,15043,11831,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12877,0,0,0,0,0,12790,0,0,0,'Ertog Ragetusk',NULL,NULL,0,35,35,0,29,2,1.05,1.14286,1,0,49,64,0,118,1,2000,2000,1,4096,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12896,0,0,0,0,0,4841,4842,4843,4844,'Silverwing Sentinel',NULL,NULL,0,22,23,0,124,0,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,32768,2048,0,0,0,0,0,0,22,33,5,7,0,12896,12896,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,29,43,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12897,0,0,0,0,0,4841,4842,4843,4844,'Silverwing Warrior',NULL,NULL,0,21,22,0,124,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,32,4,7,0,12897,12897,0,0,0,0,0,0,0,11977,0,0,0,0,0,0,0,0,0,27,40,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12899,0,0,0,0,0,12821,0,0,0,'Axtroz',NULL,NULL,0,62,62,0,60,0,1.05,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,2,0,12899,0,12899,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1802,2359,'SmartAI',0,3,1,12,1,1,0,16872,0,0,0,0,0,0,1,0,0,'',12340),(12900,0,0,0,0,0,7553,0,0,0,'Somnus',NULL,NULL,0,62,62,0,50,0,2.68,1.14286,1,1,172,240,0,262,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,139,207,30,2,0,12900,0,12900,0,0,0,0,0,0,12533,12884,12891,16359,0,0,0,0,0,0,1760,2303,'SmartAI',1,3,1,12,1,1,0,16870,0,0,0,0,0,0,1,2147483647,0,'',12340),(12902,0,0,0,0,0,12822,0,0,0,'Lorgus Jett','',NULL,0,24,24,0,128,0,1.2,1.14286,1,1,32,43,0,78,1.7,2000,1567,2,32832,2048,0,0,0,0,0,0,22,32,6,7,0,12902,12902,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,164,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12903,0,0,0,0,0,4264,4261,0,0,'Splintertree Guard',NULL,NULL,0,40,40,0,85,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,12903,12903,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12904,0,0,0,0,0,16031,0,0,0,'Spirit Of Redemption',NULL,NULL,0,60,60,0,35,0,0.63,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,318,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12918,0,0,0,0,0,6825,0,0,0,'Chief Murgut',NULL,NULL,0,26,26,0,82,0,1.08,1.14286,1,0,37,49,0,90,1,1710,1881,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,12918,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,52,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12919,0,0,0,0,0,13099,0,0,0,'Nat Pagle','',NULL,6445,45,45,0,35,131,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_nat_pagle',12340),(12920,0,0,0,0,0,12928,0,0,0,'Doctor Gregory Victor','Trauma Surgeon',NULL,5382,48,48,0,68,3,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,33280,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_doctor',12340),(12921,0,0,0,0,0,6824,0,0,0,'Enraged Foulweald',NULL,NULL,0,23,24,0,82,0,1.04,1.14286,1,0,34,46,0,84,1,1770,1947,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,12921,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12922,0,0,0,0,0,4449,0,0,0,'Imp Minion','','',0,66,80,0,90,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,3,0,0,0,0,0,0,0,0,0,0,3110,0,0,0,0,0,0,0,0,0,0,53,'SmartAI',0,1,1,0.36,0.33,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(12923,0,0,0,0,0,6570,0,0,0,'Injured Soldier',NULL,NULL,0,43,46,0,83,0,1,1.14286,1,0,77,102,0,188,1,1570,1727,1,4096,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_injured_patient',12340),(12924,0,0,0,0,0,2588,0,0,0,'Badly Injured Soldier',NULL,NULL,0,44,48,0,83,0,1,1.14286,1,0,81,108,0,196,1,1550,1705,1,4096,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_injured_patient',12340),(12925,0,0,0,0,0,1027,0,0,0,'Critically Injured Soldier',NULL,NULL,0,46,50,0,83,0,1.19,1.14286,1,0,85,112,0,206,1,1530,1683,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_injured_patient',12340),(12936,0,0,0,0,0,2986,0,0,0,'Badly Injured Alliance Soldier',NULL,NULL,0,44,48,0,12,0,1.16,1.14286,1,0,81,108,0,196,1,1570,1727,1,512,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_injured_patient',12340),(12937,0,0,0,0,0,2985,0,0,0,'Critically Injured Alliance Soldier',NULL,NULL,0,46,50,0,12,0,1.2,1.14286,1,0,85,112,0,206,1,1510,1661,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_injured_patient',12340),(12938,0,0,0,0,0,2987,0,0,0,'Injured Alliance Soldier',NULL,NULL,0,43,46,0,12,0,1.16,1.14286,1,0,77,102,0,188,1,1580,1738,1,512,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_injured_patient',12340),(12939,0,0,0,0,0,12930,0,0,0,'Doctor Gustaf VanHowzen','Trauma Surgeon',NULL,5382,48,48,0,894,3,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,512,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,602,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_doctor',12340),(12940,0,0,0,0,0,1772,0,0,0,'Vorsha the Lasher',NULL,NULL,0,22,22,0,74,0,1.05,1.14286,1,0,32,42,0,78,1,1760,1936,1,0,2048,0,0,0,0,0,0,21,32,4,10,0,12940,0,100005,0,0,0,0,0,0,3391,6607,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12941,0,0,0,0,0,12954,0,0,0,'Jase Farlane','Trade Supplies',NULL,0,56,56,0,794,130,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,512,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12942,0,0,0,0,0,12957,0,0,0,'Leonard Porter','Leatherworking Supplies',NULL,0,55,55,0,12,4226,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12943,0,0,0,0,0,12975,0,0,0,'Werg Thickblade','Leatherworking Supplies',NULL,0,55,55,0,29,130,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12944,0,0,0,0,0,14666,0,0,0,'Lokhtos Darkbargainer','The Thorium Brotherhood',NULL,4781,60,60,0,1475,131,1,1.14286,1,0,104,138,0,252,3.5,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_lokhtos_darkbargainer',12340),(12956,0,0,0,0,0,12977,0,0,0,'Zannok Hidepiercer','Leatherworking Supplies',NULL,0,59,59,0,35,130,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12957,0,0,0,0,0,12915,0,0,0,'Blimo Gadgetspring','Trade Supplies',NULL,0,55,55,0,35,130,1.1,1.14286,1,0,94,125,0,228,1,1500,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12958,0,0,0,0,0,12935,0,0,0,'Gigget Zipcoil','Trade Supplies',NULL,0,52,52,0,35,130,1.1,1.14286,1,0,87,117,0,214,1,2000,2000,1,768,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12959,0,0,0,0,0,13729,0,0,0,'Nergal','General Goods',NULL,0,52,52,0,35,898,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,4096,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12960,0,0,0,0,0,12916,0,0,0,'Christi Galvanis','General Goods',NULL,0,40,40,0,12,386,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12961,0,0,0,0,0,12038,0,0,0,'Kil\'Hiwana','Fishing Trainer',NULL,0,30,30,0,126,83,1.05,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,2,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12962,0,0,0,0,0,4094,0,0,0,'Wik\'Tar','Fish Merchant & Supplies',NULL,0,30,30,0,126,642,1.05,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12976,0,0,0,0,0,4871,0,0,0,'Kolkar Waylayer',NULL,NULL,0,33,34,0,130,0,1.13,1.14286,1,0,44,58,0,106,1,1620,1782,2,0,2048,0,0,0,0,0,0,39,45,10,7,0,12976,0,0,0,70,0,0,30,0,6728,9532,0,0,0,0,0,0,0,0,51,71,'CombatAI',0,3,1,1.1,1,1,0,6079,6067,0,0,0,0,144,1,0,0,'',12340),(12977,0,0,0,0,0,9448,0,0,0,'Kolkar Ambusher',NULL,NULL,0,34,35,0,130,0,1.14,1.14286,1,0,49,64,0,118,1,1610,1771,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,12977,0,0,0,70,0,0,30,0,7165,8258,25710,0,0,0,0,0,0,0,56,78,'CombatAI',0,3,1,1.1,1,1,0,6079,6067,0,0,0,0,144,1,0,0,'',12340),(12996,0,0,0,0,0,1598,1608,0,0,'Mounted Ironforge Mountaineer',NULL,'Directions',0,30,30,0,57,1,1,1.38571,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),(12997,0,0,0,0,0,5485,0,0,0,'Monty','Rat Extermination Specialist',NULL,4841,12,12,0,55,3,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,4096,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12998,0,0,0,0,0,12932,12933,0,0,'Dwarven Farmer',NULL,NULL,0,15,15,0,55,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12999,0,0,0,0,0,17519,11686,0,0,'World Invisible Trigger',NULL,NULL,0,80,80,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'OutdoorPvPObjectiveAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(13000,0,0,0,0,0,12940,12942,12941,12944,'Gnome Engineer',NULL,NULL,21212,15,15,0,875,1,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13016,0,0,0,0,0,1141,0,0,0,'Deeprun Rat',NULL,NULL,0,1,1,0,31,0,1,0.71429,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),(13017,0,0,0,0,0,1141,0,0,0,'Enthralled Deeprun Rat',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),(13018,0,0,0,0,0,12965,0,0,0,'Nipsy',NULL,NULL,4845,12,12,0,55,131,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,4096,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13019,0,0,0,0,0,4707,4708,11303,11304,'Burning Blade Seer',NULL,NULL,0,33,33,0,554,0,1,1.14286,1,0,33,45,0,49,1,2000,2000,8,0,2048,0,0,0,0,0,0,28,41,17,7,0,13019,13019,0,0,0,0,0,0,0,11829,16536,0,0,0,0,0,0,0,0,45,63,'SmartAI',1,1,1,1.1,1,1,0,15750,0,0,0,0,0,0,1,0,0,'',12340),(13020,0,0,0,0,0,13992,0,0,0,'Vaelastrasz the Corrupt',NULL,NULL,21333,63,63,0,35,3,1,1.14286,1,3,181,253,0,268,35,1600,1800,1,0,2048,0,0,0,0,0,0,147,219,32,2,76,13020,0,100001,0,0,0,0,0,0,23461,19983,15847,18173,0,0,0,0,0,0,1523076,1861537,'',1,3,1,1000,1,1,0,0,0,0,0,0,0,164,1,617299803,257,'boss_vaelastrasz',12340),(13021,0,0,0,0,0,12929,0,0,0,'Warpwood Crusher',NULL,NULL,0,56,56,0,16,0,1.11111,1.14286,1,1,96,127,0,234,5,2500,1292,1,0,2048,0,0,0,0,0,0,67,97,23,4,0,13021,0,0,0,0,0,0,0,0,22426,15550,0,0,0,0,0,0,0,0,772,1013,'SmartAI',1,3,1,6,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13022,0,0,0,0,0,12962,12963,0,0,'Whip Lasher',NULL,NULL,0,54,54,0,16,0,1,1.14286,1,0,92,122,0,224,5,2000,1606,1,0,2048,0,0,0,0,0,0,63,93,22,4,0,13022,0,0,0,0,0,0,0,0,21987,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13036,0,0,0,0,0,12966,0,0,0,'Gordok Mastiff',NULL,NULL,0,57,59,0,45,0,1.23,1.14286,1,0,102,135,0,248,5,1460,1606,1,0,2048,0,25,0,0,0,0,70,103,25,1,1,13036,0,13036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12913,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(13076,0,0,0,0,0,1598,1608,0,0,'Dun Morogh Mountaineer',NULL,'',0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),(13078,22696,32119,37442,0,0,13299,0,0,0,'Umi Thorson',NULL,NULL,0,58,58,0,1216,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,4096,2048,0,0,0,0,0,0,69,101,25,7,0,13078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,229,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13079,22683,32026,37346,0,0,13300,0,0,0,'Keetar',NULL,NULL,0,58,58,0,1214,2,1,1.14286,1,0,100,132,0,242,1,2000,1301,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13080,22743,32014,37333,0,0,13311,13313,13312,13314,'Irondeep Guard',NULL,NULL,0,54,55,0,1216,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,13080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13081,22746,32017,37336,0,0,13434,13435,13436,13437,'Irondeep Raider',NULL,NULL,0,54,55,0,1214,2,1,1.14286,1,0,94,125,0,228,1,2000,1310,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,13081,13081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13082,0,0,0,0,0,4016,0,0,0,'Milton Beats','Giver of the Beatings',NULL,0,33,33,0,14,0,1.54,1.14286,1,1,46,61,0,112,7.5,1400,1540,1,0,2048,0,0,0,0,0,0,32,47,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13084,0,0,0,0,0,12992,0,0,0,'Bixi Wobblebonk','Weapon Master',NULL,5277,50,50,0,55,83,1,1.14286,1,1,85,112,0,206,2.4,1500,2000,1,0,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13085,0,0,0,0,0,21007,0,0,0,'Myrokos Silentform',NULL,NULL,4922,57,57,0,471,3,1.05,1.14286,1,1,98,130,0,238,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13086,22670,31918,37234,0,0,13298,0,0,0,'Aggi Rumblestomp',NULL,NULL,0,58,58,0,11,0,1.75,1.14286,1,0,100,132,0,242,1,1191,1310,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13087,22731,31948,37266,0,0,13326,13328,13630,13631,'Coldmine Invader',NULL,NULL,0,54,55,0,1216,0,1.76,1.14286,1,0,94,125,0,228,1,1183,1301,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,13087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13088,22684,32043,37364,0,0,13305,0,0,0,'Masha Swiftcut',NULL,NULL,0,58,58,0,1214,2,1.76,1.14286,1,0,100,132,0,242,1,1183,1301,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13089,22730,31947,37265,0,0,13322,13323,13325,13562,'Coldmine Guard',NULL,NULL,0,54,55,0,1214,2,1,1.14286,1,0,94,125,0,228,1,2800,1292,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,13089,13089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13096,22729,31946,37264,0,0,13895,13896,13552,13553,'Coldmine Explorer',NULL,NULL,0,54,55,0,1216,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,13096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.4,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13097,22734,31951,37269,0,0,13330,13331,13540,13537,'Coldmine Surveyor',NULL,NULL,0,54,55,0,1214,2,1,1.14286,1,0,87,116,0,214,1,2000,1320,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,13097,13097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.4,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13098,22749,32020,37339,0,0,13315,13317,13316,13318,'Irondeep Surveyor',NULL,NULL,0,54,55,0,1216,0,1.73,1.14286,1,0,87,116,0,214,1,2000,2000,2,4096,2048,0,0,0,0,0,0,60,88,21,7,0,13098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.4,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13099,22741,32012,37331,0,0,13430,13431,13432,13433,'Irondeep Explorer',NULL,NULL,0,54,55,0,1214,0,1,1.14286,1,0,87,116,0,214,1,2000,1320,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,13099,13099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.4,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13116,22526,31920,37236,0,0,13336,13337,0,0,'Alliance Spirit Guide',NULL,NULL,0,60,60,0,84,32768,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,832,2048,0,0,0,0,0,0,101,167,24,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13117,22558,32004,37323,0,0,13338,13339,0,0,'Horde Spirit Guide',NULL,NULL,0,60,60,0,83,32768,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,4928,2048,0,0,0,0,0,0,101,167,24,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13118,0,0,0,0,0,10492,10494,10493,10495,'Crimson Bodyguard',NULL,NULL,0,57,58,0,89,0,1,1.14286,1,1,100,132,0,242,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,69,101,25,7,0,13118,0,0,0,0,0,0,0,0,15749,6713,11972,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13136,0,0,0,0,0,2303,0,0,0,'Hive\'Ashi Drone',NULL,NULL,0,57,58,0,310,0,1.26,1.14286,1,0,100,132,0,242,1,1410,1551,1,0,2048,0,0,0,0,0,0,69,101,25,10,0,13136,0,13136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,20457,0,0,0,0,0,149,1,0,0,'',12340),(13137,22707,32038,37358,0,0,13467,0,0,0,'Lieutenant Rugba',NULL,NULL,0,59,59,0,1214,0,1.78,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,7,0,13137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2392,3129,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13138,22708,32039,37359,0,0,13460,0,0,0,'Lieutenant Spencer',NULL,NULL,0,59,59,0,1216,0,1.78,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,7,0,13138,13138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2392,3129,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13139,22620,31959,37277,0,0,13455,0,0,0,'Commander Randolph',NULL,NULL,0,61,61,0,1216,0,1.8,1.14286,1,1,159,221,0,258,7.5,1141,1255,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3161,4132,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13140,22613,31952,37270,0,0,13462,0,0,0,'Commander Dardosh <old>',NULL,NULL,0,61,61,0,1214,1,1.79,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,127,188,28,7,0,13140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3161,4132,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13141,0,0,0,0,0,2079,0,0,0,'Deeprot Stomper','',NULL,0,42,43,0,16,0,1,1.14286,1,1,67,88,0,162,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,46,67,16,4,0,13141,0,0,0,0,0,0,0,0,11876,13446,0,0,0,0,0,0,0,0,300,396,'SmartAI',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13142,0,0,0,0,0,13098,0,0,0,'Deeprot Tangler','',NULL,0,43,43,0,16,0,1,1.14286,1,1,67,88,0,162,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,46,67,16,4,0,13142,0,0,0,0,0,0,0,0,21331,21337,0,0,0,0,0,0,0,0,310,409,'SmartAI',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13143,22710,32041,37361,0,0,13468,0,0,0,'Lieutenant Stronghoof',NULL,NULL,0,59,59,0,1214,0,1.78,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,7,0,13143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2435,3184,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13144,22711,32042,37362,0,0,13469,0,0,0,'Lieutenant Vol\'talar',NULL,NULL,0,59,59,0,1214,0,1.77,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,7,0,13144,13144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2392,3129,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13145,22701,32031,37351,0,0,7864,0,0,0,'Lieutenant Grummus',NULL,NULL,0,59,59,0,1214,0,3.54,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,6,0,13145,13145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2435,3184,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(13146,22706,32037,37357,0,0,1693,0,0,0,'Lieutenant Murp <old>',NULL,NULL,0,59,59,0,1214,0,3.54,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,6,0,13146,13146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2392,3129,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(13147,22703,32034,37354,0,0,13466,0,0,0,'Lieutenant Lewis',NULL,NULL,0,59,59,0,1214,0,1.77,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,7,0,13147,13147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2392,3129,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13149,22769,32108,37429,0,0,13440,13441,13442,13443,'Syndicate Brigand',NULL,NULL,0,53,53,0,1194,0,1.72,1.14286,1,1,89,119,0,218,7.5,1216,1338,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,13149,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,129,643,'',0,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13150,22768,32107,37428,0,0,13449,13451,13453,13452,'Syndicate Agent',NULL,NULL,0,57,57,0,1194,0,1.76,1.14286,1,1,98,130,0,238,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,13150,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,147,737,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13151,22578,32109,37430,0,0,13454,0,0,0,'Syndicate Master Ryson',NULL,NULL,0,60,60,0,1194,2,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13151,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,1,844,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13152,22617,31956,37274,0,0,13463,0,0,0,'Commander Malgor',NULL,NULL,0,61,61,0,1214,0,1.79,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,127,188,28,7,0,13152,13152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3118,4077,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13153,22619,31958,37276,0,0,13464,0,0,0,'Commander Mulfort',NULL,NULL,0,61,61,0,1214,2,1.8,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,127,188,28,7,0,13153,13153,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3118,4077,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13154,22616,31955,37273,0,0,13465,0,0,0,'Commander Louis Philips',NULL,NULL,0,61,61,0,1214,3,1.8,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,36928,2048,0,0,0,0,0,0,127,188,28,7,0,13154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3161,4132,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13155,22539,31962,37280,0,0,2863,0,0,0,'Deathstalker Agent',NULL,NULL,0,61,61,0,1214,2,1.79,1.14286,1,1,159,221,0,258,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,886,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13156,0,0,0,0,0,11339,0,0,0,'Carrosh',NULL,NULL,0,12,12,0,16,0,0.97,1.14286,1,0,17,22,0,46,1,1890,2079,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,14,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13157,0,0,0,0,0,13089,0,0,0,'Makasgar',NULL,NULL,0,12,12,0,16,0,1,1.14286,1,0,16,21,0,42,1,2000,2046,2,32768,2048,0,0,0,0,0,0,10,15,100,7,0,13157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,21,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13158,0,0,0,0,0,13090,0,0,0,'Lieutenant Sanders',NULL,NULL,0,12,12,0,35,0,1,1.14286,1,0,16,21,0,42,1,2000,2000,2,32768,2048,0,0,0,0,0,0,10,15,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13159,0,0,0,0,0,13091,0,0,0,'James Clark',NULL,NULL,0,12,12,0,7,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,0,0,11,17,100,7,0,13159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13160,0,0,0,0,0,13096,13111,13097,0,'Carrion Swarmer',NULL,NULL,0,57,58,0,14,0,1.24,1.14286,1,0,100,132,0,242,5,1450,1595,1,0,2048,0,0,0,0,0,0,69,101,25,1,0,13160,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(13161,22525,31917,37233,0,0,1149,0,0,0,'Aerie Gryphon','',NULL,0,60,60,0,1216,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(13176,22571,32080,37401,0,0,13152,0,0,0,'Smith Regzar',NULL,NULL,5124,60,60,0,1215,3,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,72,106,26,7,0,13176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,1466,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13177,0,0,0,0,0,1652,0,0,0,'Vahgruk','Wind Rider Master',NULL,0,65,65,0,29,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13178,22594,32138,37466,0,0,11012,0,0,0,'War Rider',NULL,NULL,0,60,60,0,1214,2,4.8,4.28571,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(13179,22721,31828,37479,0,0,13473,0,0,0,'Wing Commander Guse',NULL,NULL,0,59,59,0,1215,3,1,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4928,2048,0,0,0,0,0,0,70,103,25,7,0,13179,13179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1457,1908,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13180,22697,31826,37481,0,0,13474,0,0,0,'Wing Commander Jeztor',NULL,NULL,0,58,58,0,1215,2,1,1.14286,1,1,100,132,0,242,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,69,101,25,7,0,13180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1498,1961,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13181,22598,31825,37482,0,0,13475,0,0,0,'Wing Commander Mulverick',NULL,NULL,0,60,60,0,1215,3,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4928,2048,0,0,0,0,0,0,72,106,26,7,0,13181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1587,2077,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13196,0,0,0,0,0,13109,0,0,0,'Phase Lasher',NULL,NULL,0,54,55,0,16,0,1,1.14286,1,1,94,125,0,228,5,2000,1329,1,0,2048,0,0,0,0,0,0,65,95,23,4,0,13196,0,0,0,0,0,0,275,0,17228,15285,21749,22356,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13197,0,0,0,0,0,13110,0,0,0,'Fel Lash',NULL,NULL,0,56,56,0,16,0,1,1.14286,1,1,89,118,0,220,5,2000,1329,2,0,2048,0,0,0,0,0,0,61,90,21,4,0,13197,0,0,0,0,0,0,0,0,22271,15230,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13216,22680,31996,37315,0,0,13476,0,0,0,'Gaelden Hammersmith','Stormpike Supply Officer',NULL,0,58,58,0,1217,4224,1,1.14286,1,1,100,132,0,242,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,861,1129,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13217,22695,32112,37433,0,0,13319,0,0,0,'Thanthaldis Snowgleam','Stormpike Supply Officer',NULL,0,58,58,0,1334,4224,1,1.14286,1,1,100,132,0,242,2.4,2000,2000,1,4160,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13218,22681,32001,37320,0,0,13477,0,0,0,'Grunnda Wolfheart','Frostwolf Supply Officer',NULL,0,58,58,0,1215,4224,1,1.14286,1,1,100,132,0,242,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,69,101,25,7,0,13218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,1517,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13219,22682,32022,37342,0,0,13438,0,0,0,'Jekyll Flandring','Frostwolf Supply Officer',NULL,0,58,58,0,1335,4226,1,1.14286,1,1,100,132,0,242,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13220,0,0,0,0,0,13149,0,0,0,'Layo Starstrike','The Cenarion Circle',NULL,5103,55,55,0,994,3,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13221,22686,32056,37377,0,0,10833,0,0,0,'Ryson\'s Eye in the Sky',NULL,NULL,0,58,58,0,1194,0,1.75,1.14286,1,1,100,132,0,242,7.5,1191,1310,1,0,2048,0,0,0,0,0,0,69,101,25,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,718,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13236,22568,32050,37371,0,0,13478,0,0,0,'Primalist Thurloga',NULL,NULL,0,60,60,0,1214,3,1,2,1,1,146,192,0,238,7.5,2000,2000,2,4160,2048,0,0,0,0,0,0,101,167,24,7,0,13236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,911,'SmartAI',1,3,1,12,12,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(13256,22629,31822,37363,0,0,31723,13174,0,0,'Lokholar the Ice Lord',NULL,NULL,0,61,61,0,1214,2,1.79,1.14286,1,1,152,210,0,244,35,1150,1265,2,0,2048,0,0,0,0,0,0,120,179,25,4,8,13256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,8,1,0,0,0,0,0,0,0,196,1,617299803,1,'',12340),(13257,22567,32048,37369,0,0,13151,0,0,0,'Murgot Deepforge',NULL,NULL,5021,60,60,0,1216,2,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,13257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3032,3964,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13276,0,0,0,0,0,911,0,0,0,'Wildspawn Imp',NULL,NULL,0,56,56,0,16,0,1,1.14286,1,0,96,127,0,234,5,2000,1573,1,0,2048,0,0,0,0,0,0,67,97,23,3,0,13276,0,0,0,168,0,0,0,0,13340,0,0,0,0,0,0,0,0,0,121,163,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13277,0,0,0,0,0,251,0,0,0,'Dahne Pierce','',NULL,0,5,5,0,894,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13278,0,0,0,0,0,10849,0,0,0,'Duke Hydraxis',NULL,NULL,5065,60,60,0,35,3,3.53,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,4,0,0,0,0,300,300,300,300,300,300,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13279,0,0,0,0,0,5564,0,0,0,'Discordant Surge',NULL,NULL,0,54,58,0,14,0,1.26,1.14286,1,0,100,132,0,242,1,1410,1551,1,0,2048,0,0,0,0,0,0,69,101,25,4,0,13279,0,0,56,56,56,56,56,112,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,17309,0,0,0,0,0,0,1,0,0,'',12340),(13280,0,0,0,0,0,5489,0,0,0,'Hydrospawn',NULL,NULL,0,57,57,0,16,0,1,1.28968,1,1,91,121,0,224,5,2000,1292,2,0,2048,0,0,0,0,0,0,62,92,22,4,0,13280,0,0,0,0,0,0,0,0,22419,0,22420,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,3,1,0,18299,0,0,0,0,0,0,1,0,0,'',12340),(13282,0,0,0,0,0,11172,0,0,0,'Noxxion','',NULL,0,46,46,0,16,0,1,1.28968,1,1,77,102,3,188,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,53,78,17,4,0,13282,0,0,96,96,144,144,96,96,21687,21547,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,7,1,1,0,17684,17702,0,0,0,0,0,1,10258,0,'',12340),(13283,0,0,0,0,0,13171,0,0,0,'Lord Tony Romano','Rogue Trainer',NULL,5061,60,60,0,12,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,4,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13284,22678,31989,37308,0,0,13410,0,0,0,'Frostwolf Shaman',NULL,NULL,0,58,58,0,1214,1,1,1.14286,1,1,93,123,0,228,7.5,2000,2000,2,4160,2048,0,0,0,0,0,0,64,94,23,7,0,13284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,903,1184,'SmartAI',1,3,1,8,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13285,0,0,0,0,0,13172,0,0,0,'Death Lash',NULL,NULL,0,57,58,0,16,0,1,1.14286,1,1,100,132,0,242,5,2000,1292,1,0,2048,0,0,0,0,0,0,69,101,25,4,0,13285,0,0,58,58,58,58,290,58,22351,3417,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13296,22702,32033,37353,0,0,13457,0,0,0,'Lieutenant Largent',NULL,NULL,0,59,59,1,1216,0,1.77,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,7,0,13296,13296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2392,3129,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13297,22709,32040,37360,0,0,13461,0,0,0,'Lieutenant Stouthandle',NULL,NULL,0,59,59,0,1216,0,1.77,1.14286,1,1,102,135,0,248,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13297,13297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2392,3129,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13298,22700,32030,37350,0,0,13456,0,0,0,'Lieutenant Greywand',NULL,NULL,0,59,59,0,1216,0,1.78,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,7,0,13298,13298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2392,3129,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13299,22704,32035,37355,0,0,13458,0,0,0,'Lieutenant Lonadin',NULL,NULL,0,59,59,0,1216,0,1.77,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,7,0,13299,13299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2392,3129,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13300,22705,32036,37356,0,0,13459,0,0,0,'Lieutenant Mancuso',NULL,NULL,0,59,59,0,1216,0,1.78,1.14286,1,1,102,135,0,248,7.5,1158,1274,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2392,3129,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13301,0,0,0,0,0,2303,0,0,0,'Hive\'Ashi Ambusher',NULL,NULL,0,56,57,0,310,0,1.24,1.14286,1,0,98,130,0,238,1,1450,1595,1,0,2048,0,0,0,0,0,0,68,99,24,10,0,13301,0,13301,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.4,1,1,0,17346,20457,0,0,0,0,149,1,0,0,'',12340),(13316,22733,31950,37268,0,0,13334,0,0,0,'Coldmine Peon',NULL,NULL,0,52,53,0,1214,2,1,1.14286,1,0,89,119,0,218,1,1183,1301,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,13316,13316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13317,22732,31949,37267,0,0,556,308,0,0,'Coldmine Miner',NULL,NULL,0,52,53,0,1216,0,1.76,1.14286,1,0,89,119,0,218,1,1175,1292,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,13317,13317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13318,22618,31957,37275,0,0,13446,0,0,0,'Commander Mortimer',NULL,NULL,0,61,61,0,1216,0,1.78,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,127,188,28,7,0,13318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3161,4132,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13319,22614,31953,37271,0,0,13445,0,0,0,'Commander Duffy',NULL,NULL,0,61,61,0,1216,2,1.79,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,127,188,28,7,0,13319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1758,2301,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13320,22615,31954,37272,0,0,13450,0,0,0,'Commander Karl Philips',NULL,NULL,0,61,61,1,1216,3,1.79,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,127,188,28,7,0,13320,13320,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3118,4077,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13321,0,0,0,0,0,901,1924,6295,6297,'Frog','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(13322,0,0,0,0,0,5564,0,0,0,'Hydraxian Honor Guard',NULL,NULL,5109,57,58,0,695,1,1.74,1.14286,1,1,100,132,0,242,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,4,0,0,0,0,290,58,290,58,58,58,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13323,0,0,0,0,0,13209,13210,0,0,'Subterranean Diemetradon','',NULL,0,46,47,0,14,0,1,1.14286,1,1,79,105,0,192,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,54,80,18,1,0,13323,0,13323,0,0,0,0,0,0,8281,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13324,22687,32064,37385,0,0,13249,13250,13251,13252,'Seasoned Guardsman',NULL,NULL,0,58,58,0,1216,0,1.26,1.14286,1,0,100,132,0,242,1,1410,1551,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13324,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,237,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13325,22662,32070,37391,0,0,13266,13267,13268,13269,'Seasoned Mountaineer',NULL,NULL,0,56,56,0,1216,0,1.26,1.14286,1,0,96,127,0,234,1,1410,1551,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,13325,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13326,22714,32062,37383,0,0,13262,13263,13264,13265,'Seasoned Defender',NULL,NULL,0,59,59,0,1216,0,1,1.14286,1,0,102,135,0,248,1,2000,1551,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13326,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,258,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13327,22663,32074,37395,0,0,13229,13230,13231,13232,'Seasoned Sentinel',NULL,NULL,0,59,59,0,1216,0,1.26,1.14286,1,0,102,135,0,248,1,1410,1551,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13327,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13328,22715,32063,37384,0,0,13278,13279,13280,13281,'Seasoned Guardian',NULL,NULL,0,59,59,0,1214,0,1,1.14286,1,0,102,135,0,248,1,1410,1551,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,241,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13329,22688,32069,37390,0,0,13286,13287,13288,13289,'Seasoned Legionnaire',NULL,NULL,0,58,58,0,1214,0,1.27,1.14286,1,0,100,132,0,242,1,1400,1540,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13329,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,226,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13330,22664,32075,37396,0,0,13301,13302,13303,13304,'Seasoned Warrior',NULL,NULL,0,56,56,0,1214,0,1.26,1.14286,1,0,96,127,0,234,1,1410,1551,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,13330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13331,22588,32125,37450,0,0,13258,13259,13260,13261,'Veteran Defender',NULL,NULL,0,60,60,0,1216,0,1.28,1.14286,1,0,104,138,0,252,1,1380,1518,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13331,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,226,'SmartAI',1,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13332,22589,32126,37451,0,0,13282,13283,13284,13285,'Veteran Guardian',NULL,NULL,0,60,60,0,1214,0,1.28,1.14286,1,0,104,138,0,252,1,1380,1518,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,217,'SmartAI',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13333,22719,32127,37452,0,0,13254,13255,13256,13257,'Veteran Guardsman',NULL,NULL,0,59,59,0,1216,0,1.26,1.14286,1,0,102,135,0,248,1,1410,1551,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,208,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13334,22720,32132,37457,0,0,13294,13295,13296,13297,'Veteran Legionnaire',NULL,NULL,0,59,59,0,1214,0,1.26,1.14286,1,0,102,135,0,248,1,1410,1551,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,258,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13335,22667,32133,37458,0,0,13270,13271,13272,13273,'Veteran Mountaineer',NULL,NULL,0,57,57,0,1216,0,1.26,1.14286,1,0,98,130,0,238,1,1410,1551,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,13335,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13336,22668,32134,37462,0,0,13290,13291,13292,13293,'Veteran Sentinel',NULL,NULL,0,57,57,0,1216,0,1.26,1.14286,1,0,98,130,0,238,1,1410,1551,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,13336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13337,22669,32135,37463,0,0,13306,13307,13308,13309,'Veteran Warrior',NULL,NULL,0,57,57,0,1214,0,1.26,1.14286,1,0,98,130,0,238,1,1410,1551,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,13337,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13338,0,0,0,0,0,1141,0,0,0,'Core Rat',NULL,NULL,0,1,1,0,1081,0,1,0.714286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),(13356,22635,32096,37417,0,0,13386,0,0,0,'Stormpike Mine Layer',NULL,NULL,0,61,61,0,1216,0,1.77,1.14286,1,1,159,221,0,258,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,786,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13357,22624,31984,37303,0,0,13394,0,0,0,'Frostwolf Mine Layer',NULL,NULL,0,61,61,0,1214,0,1.77,1.14286,1,1,159,221,0,258,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,792,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13358,22766,32089,37410,0,0,13390,13391,13392,13393,'Stormpike Bowman',NULL,NULL,0,59,60,0,1216,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,13358,13358,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,260,344,'SmartAI',0,3,1,1.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13359,22739,31978,37297,0,0,13398,13399,13400,13401,'Frostwolf Bowman',NULL,NULL,0,59,60,0,1214,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,13359,13359,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,347,'SmartAI',1,3,1,1.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13377,22565,32044,37365,0,0,13439,0,0,0,'Master Engineer Zinfizzlex',NULL,NULL,0,60,60,0,1194,2,1.79,1.14286,1,1,104,138,0,252,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,886,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13378,22550,31990,37309,0,0,13310,0,0,0,'Frostwolf Shredder Unit',NULL,NULL,0,60,60,0,1214,0,1.79,1.14286,1,1,104,138,0,252,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,9,0,13378,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,2,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(13396,22744,32015,37334,0,0,556,308,0,0,'Irondeep Miner',NULL,NULL,0,52,53,0,1216,0,0.666668,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,13396,13396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,0.4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13397,22745,32016,37335,0,0,13335,0,0,0,'Irondeep Peon',NULL,NULL,0,52,53,0,1214,2,1,1.14286,1,0,89,119,0,218,1,2000,1301,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,13397,13397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13416,22576,32104,37425,0,0,13310,0,0,0,'Stormpike Shredder Unit',NULL,NULL,0,60,60,0,1216,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,9,0,13416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,2,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(13417,0,0,0,0,0,13341,0,0,0,'Sagorne Creststrider','Shaman Trainer',NULL,5123,50,50,0,104,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,7,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13418,0,0,0,0,0,13342,0,0,0,'Kaymard Copperpinch','Smokywood Pastures',NULL,6768,30,30,0,35,131,1.08,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13419,22627,31821,37341,0,0,14884,0,0,0,'Ivus the Forest Lord',NULL,NULL,0,63,63,0,1594,0,5.39,1.14286,1,1,181,253,0,268,35,1141,1255,1,0,2048,0,0,0,0,0,0,147,219,32,7,8,13419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,15,1,0,0,0,0,0,0,0,196,1,617299803,0,'',12340),(13420,0,0,0,0,0,13344,0,0,0,'Penney Copperpinch','Smokywood Pastures',NULL,5181,30,30,0,35,131,1.08,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13421,22609,31933,37251,0,0,13361,13362,13363,13364,'Champion Guardian',NULL,NULL,0,61,61,0,1214,0,1.27,1.14286,1,0,159,221,0,258,1,1400,1540,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,221,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13422,22608,31932,37250,0,0,13351,13352,13353,13354,'Champion Defender',NULL,NULL,0,61,61,0,1216,0,1.27,1.14286,1,0,159,221,0,258,1,1400,1540,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13422,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,241,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13424,22533,31934,37252,0,0,13371,13372,13373,13374,'Champion Guardsman',NULL,NULL,0,60,60,0,1216,0,1.26,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13424,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,217,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13425,22538,31939,37257,0,0,13375,13376,13377,13378,'Champion Legionnaire',NULL,NULL,0,60,60,0,1214,0,1.26,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13425,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,231,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13426,22671,31940,37258,0,0,13379,13380,13381,13382,'Champion Mountaineer',NULL,NULL,0,58,58,0,1216,0,1.26,1.14286,1,0,100,132,0,242,1,1410,1551,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13426,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13427,22672,31944,37262,0,0,13357,13358,13359,13360,'Champion Sentinel',NULL,NULL,0,58,58,0,1216,0,1.26,1.14286,1,0,100,132,0,242,1,1410,1551,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13427,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13428,22673,31945,37263,0,0,13365,13366,13367,13368,'Champion Warrior',NULL,NULL,0,58,58,0,1214,0,1.26,1.14286,1,0,100,132,0,242,1,1410,1551,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,333,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13429,0,0,0,0,0,13346,0,0,0,'Nardstrum Copperpinch','Smokywood Pastures',NULL,0,30,30,0,35,131,1.08,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13430,0,0,0,0,0,13345,0,0,0,'Jaycrue Copperpinch','Smokywood Pastures',NULL,0,30,30,0,35,131,1.08,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13431,0,0,0,0,0,13348,0,0,0,'Whulwert Copperpinch','Smokywood Pastures',NULL,0,30,30,0,35,130,1.08,1.14286,1,0,42,56,0,102,1,1710,1881,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13432,0,0,0,0,0,13347,0,0,0,'Seersa Copperpinch','Smokywood Pastures',NULL,0,30,30,0,35,130,1.08,1.14286,1,0,42,56,0,102,1,1710,1881,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13433,0,0,0,0,0,13349,0,0,0,'Wulmort Jinglepocket','Smokywood Pastures',NULL,6769,30,30,0,35,131,1.08,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13434,0,0,0,0,0,13350,0,0,0,'Macey Jinglepocket','Smokywood Pastures',NULL,5181,30,30,0,35,131,1.08,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13435,0,0,0,0,0,13356,0,0,0,'Khole Jinglepocket','Smokywood Pastures',NULL,5181,30,30,0,35,131,1.08,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13436,0,0,0,0,0,13355,0,0,0,'Guchie Jinglepocket','Smokywood Pastures',NULL,21198,30,30,0,35,131,1.08,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13437,22597,32766,37480,0,0,13470,0,0,0,'Wing Commander Ichman',NULL,NULL,0,60,60,0,1217,3,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4928,2048,0,0,0,0,0,0,72,106,26,7,0,13437,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,822,1078,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13438,22698,31824,37483,0,0,13471,0,0,0,'Wing Commander Slidore',NULL,NULL,0,58,58,0,1217,2,1,1.14286,1,1,100,132,0,242,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,69,101,25,7,0,13438,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1371,1795,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13439,22722,31823,37484,0,0,13472,0,0,0,'Wing Commander Vipore',NULL,NULL,0,59,59,0,1217,3,1,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4928,2048,0,0,0,0,0,0,70,103,25,7,0,13439,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1245,1630,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13440,22679,31993,37312,0,0,13411,13412,13414,13413,'Frostwolf Wolf Rider',NULL,NULL,0,58,58,0,1214,0,1.76,1.14286,1,1,100,132,0,242,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,674,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13441,22552,31994,37313,0,0,13415,0,0,0,'Frostwolf Wolf Rider Commander',NULL,NULL,0,60,60,0,1214,2,1.79,1.14286,1,1,104,138,0,252,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13441,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,414,545,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13442,22527,31923,37239,0,0,13403,0,0,0,'Arch Druid Renferal',NULL,NULL,5142,60,60,0,1216,3,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,4160,2048,0,0,0,0,0,0,101,167,24,7,0,13442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,907,1189,'SmartAI',1,3,1,12,12,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13443,22541,31965,37284,0,0,13409,0,0,0,'Druid of the Grove',NULL,NULL,5141,60,60,0,1216,1,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,4160,2048,0,0,0,0,0,0,101,167,24,7,0,13443,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,949,1244,'SmartAI',1,3,1,8,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13444,0,0,0,0,0,13369,0,0,0,'Greatfather Winter',NULL,NULL,0,30,30,0,55,3,1.08,1.14286,1,0,42,56,0,102,1,1710,1881,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13445,0,0,0,0,0,13370,0,0,0,'Great-father Winter',NULL,NULL,5232,30,30,0,29,3,1.08,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13446,22621,31973,37292,0,0,13662,0,0,0,'Field Marshal Teravaine',NULL,NULL,0,61,61,0,1216,2,1.8,1.14286,1,1,159,221,0,258,7.5,1141,1255,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13447,22735,31960,37278,0,0,13383,0,0,0,'Corporal Noreg Stormpike',NULL,NULL,5081,58,59,0,1216,3,1,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,7,0,13447,13447,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,1295,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13448,22760,32077,37398,0,0,13402,0,0,0,'Sergeant Yazra Bloodsnarl',NULL,NULL,0,56,57,0,1214,3,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,4096,2048,0,0,0,0,0,0,68,99,24,7,0,13448,13448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,396,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13449,22639,0,0,0,0,13842,0,0,0,'Warmaster Garrick',NULL,NULL,0,61,61,0,1554,2,1.79,1.14286,1,1,159,221,0,258,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13449,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13456,0,0,0,0,0,5492,0,0,0,'Noxxion\'s Spawn',NULL,NULL,0,44,46,0,91,0,0.84,1.14286,1,0,77,102,3,188,1,1500,1650,1,0,2048,0,0,0,0,0,0,53,78,17,4,0,0,0,0,45,90,144,144,45,45,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13476,0,0,0,0,0,13529,0,0,0,'Balai Lok\'Wein','Potions, Scrolls & Reagents',NULL,0,43,43,0,29,2178,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,4608,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13524,22689,32090,37411,0,0,13645,13646,13647,13648,'Stormpike Commando',NULL,NULL,0,56,56,0,1216,0,1.75,1.14286,1,1,96,127,0,234,7.5,1191,1310,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,13524,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,713,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13525,22713,32061,37382,0,0,13654,13655,13656,13657,'Seasoned Commando',NULL,NULL,0,59,59,0,1216,0,1.78,1.14286,1,1,102,135,0,248,7.5,1158,1274,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13525,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13526,22587,31907,37449,0,0,13658,13659,13660,13661,'Veteran Commando',NULL,NULL,0,60,60,0,1216,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13527,22607,31931,37249,0,0,13650,13651,13652,13653,'Champion Commando',NULL,NULL,0,61,61,0,1216,0,1.78,1.14286,1,1,159,221,0,258,7.5,1158,1274,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13528,22676,31987,37306,0,0,13809,13810,13811,13812,'Frostwolf Reaver',NULL,NULL,0,56,56,0,1214,0,1.77,1.14286,1,1,96,127,0,234,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,13528,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13529,22718,32073,37394,0,0,13813,13814,13815,13816,'Seasoned Reaver',NULL,NULL,0,59,59,0,1214,0,1.77,1.14286,1,1,102,135,0,248,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13529,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,786,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13530,22592,31904,37461,0,0,13825,13826,13827,13829,'Veteran Reaver',NULL,NULL,0,60,60,0,1214,0,1.79,1.14286,1,1,104,138,0,252,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13530,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,745,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13531,22612,31943,37261,0,0,13837,13838,13839,13840,'Champion Reaver',NULL,NULL,0,61,61,0,1214,2,1.8,1.14286,1,1,159,221,0,258,7.5,1141,1255,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13533,0,0,0,0,0,13609,0,0,0,'Spewed Larva','',NULL,0,44,45,0,14,0,1,1.14286,1,1,76,100,0,184,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,52,76,17,1,0,13533,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13534,22752,32058,37379,0,0,13567,13568,13569,13570,'Seasoned Coldmine Guard',NULL,NULL,0,56,57,0,1214,2,1,1.14286,1,0,98,130,0,238,1,1183,1301,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,13534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13535,22771,32122,37446,0,0,13571,13572,13573,13574,'Veteran Coldmine Guard',NULL,NULL,0,58,59,0,1214,2,1.74,1.14286,1,0,102,135,0,248,1,1200,1320,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13536,22530,31928,37246,0,0,13563,13564,13565,13566,'Champion Coldmine Guard',NULL,NULL,0,60,60,0,1214,2,1.76,1.14286,1,0,104,138,0,252,1,1183,1301,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13537,22754,32060,37381,0,0,13544,13546,13548,13550,'Seasoned Coldmine Surveyor',NULL,NULL,0,56,57,0,1214,2,1,1.14286,1,0,91,121,0,224,1,1216,1338,2,0,2048,0,0,0,0,0,0,62,92,22,7,0,13537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13538,22773,32124,37448,0,0,13554,13555,13556,13557,'Veteran Coldmine Surveyor',NULL,NULL,0,58,59,0,1214,2,1.74,1.14286,1,0,133,176,0,234,1,1200,1320,2,0,2048,0,0,0,0,0,0,91,133,23,7,0,13538,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13539,22532,31930,37248,0,0,13558,13559,13560,13561,'Champion Coldmine Surveyor',NULL,NULL,0,60,60,0,1214,2,1.76,1.14286,1,0,104,138,0,252,1,1183,1301,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13539,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13540,22755,32065,37386,0,0,13769,13770,13771,13772,'Seasoned Irondeep Explorer',NULL,NULL,0,57,57,0,1214,0,1.75,1.14286,1,0,91,121,0,224,1,1191,1310,2,0,2048,0,0,0,0,0,0,62,92,22,7,0,13540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13541,22774,32128,37453,0,0,13773,13774,13775,13776,'Veteran Irondeep Explorer',NULL,NULL,0,58,59,0,1214,0,1.73,1.14286,1,0,102,135,0,248,1,1208,1329,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13541,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13542,22534,31935,37253,0,0,13777,13778,13779,13780,'Champion Irondeep Explorer',NULL,NULL,0,60,60,0,1214,2,1.75,1.14286,1,0,104,138,0,252,1,1191,1310,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13542,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13543,22757,32067,37388,0,0,13590,13591,13592,13593,'Seasoned Irondeep Raider',NULL,NULL,0,57,57,0,1214,0,1.76,1.14286,1,0,98,130,0,238,1,1175,1292,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,13543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13544,22776,32130,37455,0,0,13594,13595,13596,13597,'Veteran Irondeep Raider',NULL,NULL,0,59,59,0,1214,0,1.76,1.14286,1,0,102,135,0,248,1,1183,1301,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13544,13544,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13545,22536,31937,37255,0,0,13598,13599,13600,13601,'Champion Irondeep Raider',NULL,NULL,0,60,60,0,1214,2,1.73,1.14286,1,0,104,138,0,252,1,1208,1329,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13546,22751,32057,37378,0,0,13891,13892,13538,13539,'Seasoned Coldmine Explorer',NULL,NULL,0,57,57,0,1216,0,1,1.14286,1,0,91,121,0,224,1,2000,2000,2,0,2048,0,0,0,0,0,0,62,92,22,7,0,13546,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,216,'SmartAI',1,3,1,0.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13547,22770,32121,37445,0,0,13893,13894,13547,13549,'Veteran Coldmine Explorer',NULL,NULL,0,58,59,0,1216,0,1.73,1.14286,1,0,133,176,0,234,1,1208,1329,2,0,2048,0,0,0,0,0,0,91,133,23,7,0,13547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13548,22529,31927,37245,0,0,13889,13890,13533,13534,'Champion Coldmine Explorer',NULL,NULL,0,60,60,0,1216,0,1.76,1.14286,1,0,104,138,0,252,1,1183,1301,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13549,22753,32059,37380,0,0,13636,13637,13638,13639,'Seasoned Coldmine Invader',NULL,NULL,0,56,57,0,1216,0,1.76,1.14286,1,0,98,130,0,238,1,1183,1301,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,13549,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13550,22772,32123,37447,0,0,13640,13641,13642,13643,'Veteran Coldmine Invader',NULL,NULL,0,58,59,0,1216,0,1.74,1.14286,1,0,102,135,0,248,1,1200,1320,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13550,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13551,22531,31929,37247,0,0,13632,13633,13634,13635,'Champion Coldmine Invader',NULL,NULL,0,60,60,0,1216,0,1.76,1.14286,1,0,104,138,0,252,1,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13551,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13552,22756,32066,37387,0,0,13781,13782,13783,13784,'Seasoned Irondeep Guard',NULL,NULL,0,56,57,0,1216,0,1.71,1.14286,1,0,98,130,0,238,1,1225,1347,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,13552,13552,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13553,22775,32129,37454,0,0,13785,13787,13786,13788,'Veteran Irondeep Guard',NULL,NULL,0,58,59,0,1216,0,1.74,1.14286,1,0,102,135,0,248,1,1200,1320,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13553,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13554,22535,31936,37254,0,0,13789,13791,13790,13792,'Champion Irondeep Guard',NULL,NULL,0,60,60,0,1216,0,1.75,1.14286,1,0,104,138,0,252,1,1191,1310,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13555,22758,32068,37389,0,0,13795,13796,13797,13798,'Seasoned Irondeep Surveyor',NULL,NULL,0,56,57,0,1216,0,1.76,1.14286,1,0,91,121,0,224,1,1183,1301,2,0,2048,0,0,0,0,0,0,62,92,22,7,0,13555,13555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13556,22777,32131,37456,0,0,13799,13800,13801,13802,'Veteran Irondeep Surveyor',NULL,NULL,0,58,59,0,1216,0,1.71,1.14286,1,0,133,176,0,234,1,1225,1347,2,0,2048,0,0,0,0,0,0,91,133,23,7,0,13556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13557,22537,31938,37256,0,0,13803,13804,13805,13806,'Champion Irondeep Surveyor',NULL,NULL,0,60,60,0,1216,0,1.71,1.14286,1,0,104,138,0,252,1,1225,1347,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13557,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13576,22691,32100,37421,0,0,13709,13710,13711,13712,'Stormpike Ram Rider',NULL,NULL,0,58,58,0,1216,0,1.78,1.14286,1,1,100,132,0,242,7.5,1158,1274,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,393,518,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13577,22575,32101,37422,0,0,13714,0,0,0,'Stormpike Ram Rider Commander',NULL,NULL,5281,60,60,0,1216,3,1,1.38571,1,1,104,138,0,252,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,72,106,26,7,0,13577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2522,3298,'SmartAI',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13596,0,0,0,0,0,13589,0,0,0,'Rotgrip','',NULL,0,48,48,0,14,0,1,1.14286,1,1,81,108,0,196,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,56,82,19,1,0,13596,0,13596,0,0,0,0,0,0,16495,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,2,1,7,1,1,0,17684,0,0,0,0,0,0,1,10258,0,'',12340),(13597,22623,31980,37299,0,0,13793,0,0,0,'Frostwolf Explosives Expert',NULL,NULL,0,59,59,0,1214,2,1.77,1.14286,1,1,102,135,0,248,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13597,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13598,22634,32093,37414,0,0,13671,0,0,0,'Stormpike Explosives Expert',NULL,NULL,0,60,60,0,1216,2,1.78,1.14286,1,1,104,138,0,252,7.5,1158,1274,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13598,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13599,0,0,0,0,0,6368,0,0,0,'Stolid Snapjaw','',NULL,0,45,46,0,7,0,1,1.14286,1,0,77,102,0,188,2.4,2000,2000,1,32768,2048,0,21,0,0,0,0,53,78,17,1,1,13599,0,13599,0,0,0,0,0,0,14104,0,0,0,0,0,0,0,11601,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13601,0,0,0,0,0,7125,0,0,0,'Tinkerer Gizlock','',NULL,0,48,48,0,14,0,1,1.14286,1,1,81,108,0,196,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,56,82,19,7,0,13601,13601,0,0,0,0,0,0,0,9143,16100,21833,0,0,0,0,0,0,0,847,1111,'SmartAI',1,3,1,8,2,1,0,17684,0,0,0,0,0,0,1,10258,0,'',12340),(13602,0,0,0,0,0,13644,0,0,0,'The Abominable Greench','',NULL,0,36,36,0,14,2,1.56,1.14286,1,1,50,66,0,120,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,34,51,12,1,0,13602,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,17662,0,0,0,0,0,0,1,0,0,'',12340),(13616,22551,31991,37310,0,0,13670,0,0,0,'Frostwolf Stable Master','Stable Master',NULL,9821,60,60,0,1214,4194307,1.78,1.14286,1,1,104,138,0,252,7.5,1158,1274,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(13617,22577,32105,37426,0,0,13669,0,0,0,'Stormpike Stable Master','Stable Master',NULL,5283,60,60,0,1216,4194307,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,72,106,26,7,0,13617,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4392,5740,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13618,22765,0,0,0,0,10278,0,0,0,'Stabled Frostwolf',NULL,NULL,0,50,51,0,1214,0,1.56,1.14286,1,0,86,114,0,210,1,1510,1661,1,0,2048,0,0,0,0,0,0,59,87,20,1,0,13618,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13636,0,0,0,0,0,13730,0,0,0,'Strange Snowman','',NULL,0,35,35,0,35,2,1.11,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13656,0,0,0,0,0,13909,0,0,0,'Willow','Twilight\'s Hammer',NULL,0,45,45,0,35,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4096,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13676,22764,0,0,0,0,13340,0,0,0,'Stabled Alterac Ram',NULL,NULL,0,50,51,0,1217,0,1.26,1.14286,1,0,86,114,0,210,1,1410,1551,1,0,2048,0,0,0,0,0,0,59,87,20,1,0,13676,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13696,0,0,0,0,0,13749,0,0,0,'Noxxious Scion',NULL,NULL,0,44,44,0,91,0,1.66,1.14286,1,0,72,96,0,174,1,1275,1402,1,0,2048,0,0,0,0,0,0,49,73,16,4,0,13696,0,0,92,92,144,144,92,92,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),(13697,0,0,0,0,0,14425,0,0,0,'Cavindra',NULL,NULL,5521,45,45,0,35,3,1.02,1.14286,1,1,70,93,0,172,2.4,2000,2000,2,768,2048,0,0,0,0,0,0,48,71,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13698,0,0,0,0,0,150,0,0,0,'Keeper Marandis',NULL,NULL,5302,43,43,0,635,3,1.11111,1.14286,1,0,62,82,0,152,1,2000,2000,2,0,2048,0,0,0,0,0,0,42,62,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13699,0,0,0,0,0,13672,0,0,0,'Selendra',NULL,NULL,5303,40,40,0,635,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,4096,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13716,0,0,0,0,0,13715,0,0,0,'Celebras the Redeemed',NULL,NULL,5349,46,46,0,35,3,1.2,1.14286,1,1,72,95,0,176,7.5,2000,1393,2,0,2048,0,0,0,0,0,0,49,72,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13717,0,0,0,0,0,9419,0,0,0,'Centaur Pariah',NULL,NULL,5321,42,42,0,35,3,1.02,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13718,0,0,0,0,0,9426,0,0,0,'The Nameless Prophet',NULL,NULL,0,41,41,0,134,3,1.02,1.14286,1,1,55,72,0,132,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,38,55,13,7,0,13718,13718,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,308,'',0,1,1,3,1,1,0,17684,17757,0,0,0,0,0,1,0,0,'',12340),(13736,0,0,0,0,0,13732,0,0,0,'Noxxious Essence',NULL,NULL,0,44,44,0,91,0,1.16,1.14286,1,0,72,96,0,174,1,1580,1738,1,0,2048,0,0,0,0,0,0,49,73,16,4,0,13736,0,0,46,92,144,144,46,46,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13737,0,0,0,0,0,2722,0,0,0,'Marandis\' Sister',NULL,NULL,0,36,36,0,635,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,2,0,2048,0,0,0,0,0,0,32,47,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13738,0,0,0,0,0,9418,0,0,0,'Veng','The Fifth Kahn',NULL,0,47,47,0,134,0,2.52,1.14286,1,1,79,105,0,192,7.5,1258,1384,1,0,2048,0,0,0,0,0,0,54,80,18,6,0,13738,0,0,0,0,0,0,0,0,40082,36980,14443,0,0,0,0,0,0,0,332,438,'',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(13739,0,0,0,0,0,9441,0,0,0,'Maraudos','The Fourth Kahn',NULL,0,46,46,0,134,0,2.51,1.14286,1,1,77,102,0,188,7.5,1266,1393,1,0,2048,0,0,0,0,0,0,53,78,17,6,0,13739,0,0,0,0,0,0,0,0,15667,6533,22887,0,0,0,0,0,0,0,326,431,'',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(13740,0,0,0,0,0,9433,0,0,0,'Magra','The Third Kahn',NULL,0,43,43,0,134,0,2.52,1.14286,1,1,67,88,0,162,7.5,1258,1384,1,0,2048,0,0,0,0,0,0,46,67,16,6,0,13740,0,0,0,0,0,0,0,0,15572,9128,0,0,0,0,0,0,0,0,312,413,'',0,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(13741,0,0,0,0,0,9427,0,0,0,'Gelk','The Second Kahn',NULL,0,42,42,0,134,0,2.52,1.14286,1,1,62,83,0,152,7.5,1258,1384,1,0,2048,0,0,0,0,0,0,43,63,15,6,0,13741,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,377,'',0,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(13742,0,0,0,0,0,4860,0,0,0,'Kolk','The First Kahn',NULL,0,43,43,0,134,0,2.52,1.14286,1,1,67,88,0,162,7.5,1258,1384,1,0,2048,0,0,0,0,0,0,46,67,16,6,0,13742,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,391,'',0,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(13743,0,0,0,0,0,9593,0,0,0,'Corrupt Force of Nature','',NULL,0,42,46,0,90,0,1,1.14286,1,0,77,102,0,188,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,53,78,17,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13756,0,0,0,0,0,1141,0,0,0,'PvP Graveyard Credit Marker',NULL,NULL,0,60,60,0,35,0,1,0.71429,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),(13776,22736,31961,37279,0,0,13851,0,0,0,'Corporal Teeka Bloodsnarl',NULL,NULL,6261,56,57,0,1214,3,1,1.14286,1,1,98,130,0,238,2.4,2000,2000,1,4160,2048,0,0,0,0,0,0,68,99,24,7,0,13776,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13777,22759,0,0,0,0,13383,0,0,0,'Sergeant Durgen Stormpike',NULL,NULL,6262,58,59,0,1216,3,1,1.14286,1,1,102,135,0,248,2.4,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,7,0,13777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,330,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13778,0,0,0,0,0,1141,0,0,0,'PvP Tower Credit Marker',NULL,NULL,0,60,60,0,35,0,1,0.71429,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),(13796,0,0,0,0,0,1141,0,0,0,'PvP Mine Credit Marker',NULL,NULL,0,60,60,0,35,0,1,0.71429,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),(13797,22724,32046,37367,0,0,13849,0,0,0,'Mountaineer Boombellow',NULL,NULL,0,60,60,0,1216,2,1,1.14286,1,1,104,138,0,252,7.5,2000,1255,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1204,1577,'SmartAI',1,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13798,22723,32025,37345,0,0,13808,0,0,0,'Jotek',NULL,NULL,0,60,61,0,1214,2,1,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,127,188,28,7,0,13798,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,1133,'SmartAI',1,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13816,22630,32051,37372,0,0,13794,0,0,0,'Prospector Stonehewer',NULL,NULL,0,61,61,0,1216,2,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,4608,2048,0,0,0,0,0,0,127,188,28,7,0,13816,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,271,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13817,22638,32137,37465,0,0,13852,0,0,0,'Voggah Deathgrip',NULL,NULL,0,61,61,0,1214,2,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,4096,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13836,0,0,0,0,0,2346,0,0,0,'Burning Blade Nightmare',NULL,NULL,0,40,40,0,7,0,1.02,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13837,0,0,0,0,0,236,0,0,0,'Captured Stallion',NULL,NULL,0,40,40,0,7,0,1.02,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,1,0,0,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13839,0,0,0,0,0,13807,13855,13854,13856,'Royal Dreadguard',NULL,NULL,0,80,80,2,71,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,286,378,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13840,22640,0,0,0,0,13853,0,0,0,'Warmaster Laggrond',NULL,NULL,5441,61,61,0,1335,3,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,7,0,13840,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13841,22628,32032,37352,0,0,13841,0,0,0,'Lieutenant Haggerdin',NULL,NULL,5442,61,61,0,1334,3,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,4160,2048,0,0,0,0,0,0,127,188,28,7,0,13841,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,603,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13842,0,0,0,0,0,13843,0,0,0,'Frostwolf Ambassador Rokhstrom',NULL,NULL,0,60,60,0,1215,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13843,0,0,0,0,0,13850,0,0,0,'Lieutenant Rotimer','Stormpike Guard Recruitment Officer',NULL,0,60,60,0,1217,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13876,0,0,0,0,0,11686,0,0,0,'Mekgineer Trigger','',NULL,0,1,1,0,35,0,8,2.85714,1,0,2,2,0,24,1.7,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,231,1,0,130,'',12340),(13896,0,0,0,0,0,7046,0,0,0,'Scalebeard',NULL,NULL,0,52,52,0,7,0,1.1,1.14286,1,2,87,117,0,214,2.4,2000,2000,1,32832,2048,0,21,0,0,0,0,61,90,21,1,1,13896,0,13896,0,0,0,0,0,0,7938,0,0,0,0,0,0,0,9062,0,0,0,'',0,3,1,3.5,1,1,0,20023,0,0,0,0,0,0,1,0,0,'',12340),(13916,0,0,0,0,0,11686,0,0,0,'Dire Maul Crystal Totem',NULL,NULL,0,52,52,0,16,2,1,1.14286,1,0,87,117,0,214,1,2000,1617,1,0,2048,0,0,0,0,0,0,61,90,21,11,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13917,0,0,0,0,0,13969,0,0,0,'Izzy Coppergrab','Banker',NULL,0,55,55,0,855,131073,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13936,0,0,0,0,0,7804,0,0,0,'Ravenholdt',NULL,NULL,0,1,1,0,471,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13956,22790,0,0,0,0,14026,14028,14027,14029,'Winterax Mystic',NULL,NULL,0,58,58,0,37,0,1.76,1.14286,1,1,100,132,0,242,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13956,0,0,0,0,0,0,0,0,10893,10894,0,0,0,0,0,0,0,0,152,761,'',1,3,1,3,2.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13957,22795,0,0,0,0,14052,14054,14053,14055,'Winterax Warrior',NULL,NULL,0,60,60,0,37,0,1.78,1.14286,1,1,104,138,0,252,7.5,1158,1274,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13957,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,812,'',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13958,22791,0,0,0,0,14030,14032,14031,14033,'Winterax Seer',NULL,NULL,0,59,59,0,37,0,1.77,1.14286,1,1,102,135,0,248,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13958,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,786,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13959,22604,31922,37238,0,0,10946,0,0,0,'Alterac Yeti',NULL,NULL,0,61,61,0,16,0,1.77,1.14286,1,1,159,221,0,258,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13959,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2226,2911,'SmartAI',1,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13976,0,0,0,0,0,14012,6373,9584,6370,'Tortured Drake',NULL,NULL,0,60,60,0,7,0,1.27,1.14286,1,1,104,138,0,252,7.5,1666,1833,1,0,2048,0,0,0,0,0,0,72,106,26,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13996,0,0,0,0,0,13991,14302,14304,14303,'Blackwing Technician',NULL,NULL,0,60,60,0,103,0,1,1.14286,1,1,104,138,0,252,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,7,8,13996,13996,0,0,0,0,0,0,0,22334,22335,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14020,0,0,0,0,0,14367,0,0,0,'Chromaggus',NULL,NULL,0,63,63,0,62,0,1,1.14286,1,3,181,253,0,268,35,1500,1750,1,0,2048,0,0,0,0,0,0,147,219,32,2,76,14020,0,14020,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,1350135,1650165,'',1,3,1,550,1,1,0,0,0,0,0,0,0,188,1,617299803,1,'boss_chromaggus',12340),(14021,22599,0,0,0,0,7804,0,0,0,'Winterax Sentry',NULL,NULL,0,1,1,0,35,0,1.27,1.14286,1,1,2,2,0,24,7.5,1666,1833,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,204,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14022,0,0,0,0,0,956,0,0,0,'Corrupted Red Whelp',NULL,NULL,0,60,60,0,103,0,1.11111,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,2,0,0,0,100001,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14023,0,0,0,0,0,694,0,0,0,'Corrupted Green Whelp',NULL,NULL,0,60,60,0,103,0,1.11111,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,2,0,0,0,100001,0,0,300,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14024,0,0,0,0,0,9994,0,0,0,'Corrupted Blue Whelp',NULL,NULL,0,60,60,0,103,0,1.11111,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,2,0,0,0,100001,0,0,0,300,0,150,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14025,0,0,0,0,0,14720,0,0,0,'Corrupted Bronze Whelp',NULL,NULL,0,60,60,0,103,0,1.11111,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,2,0,0,0,100001,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14026,22581,32113,37436,0,0,7804,0,0,0,'Trigger Guse',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,2,33555264,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14027,22584,32116,37439,0,0,7804,0,0,0,'Trigger Mulverick',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,2,33555264,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14028,22583,32115,37438,0,0,7804,0,0,0,'Trigger Jeztor',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,2,33555264,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14029,22582,32114,37437,0,0,7804,0,0,0,'Trigger Ichman',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,2,33555264,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14030,22585,32117,37440,0,0,7804,0,0,0,'Trigger Slidore',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,2,33555264,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14031,22586,32118,37441,0,0,7804,0,0,0,'Trigger Vipore',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,2,33555264,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14041,0,0,0,0,0,14093,0,0,0,'Haggle',NULL,NULL,0,20,20,0,55,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,4608,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14081,0,0,0,0,0,9510,0,0,0,'Demon Portal',NULL,NULL,0,61,61,0,14,0,1.13,1.14286,1,0,53,70,0,128,1,1630,1793,1,33555200,2048,0,0,0,0,0,0,36,53,13,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14121,0,0,0,0,0,14172,0,0,0,'Deeprun Diver',NULL,NULL,0,20,20,0,55,0,1,0.14286,1,0,29,39,0,70,1,1810,1991,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,63,1,0,2,'',12340),(14122,0,0,0,0,0,13069,0,0,0,'Massive Geyser',NULL,NULL,0,60,60,0,16,0,1.07,1.14286,1,0,104,138,0,252,1,2000,1551,1,0,2048,0,0,0,0,0,0,72,106,26,10,1024,14122,0,0,0,0,0,0,0,0,22422,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14123,0,0,0,0,0,7114,0,0,0,'Steeljaw Snapper',NULL,NULL,0,42,43,0,15,0,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,32768,2048,0,21,0,0,0,0,46,67,16,1,1,14123,0,14123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12942,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14182,0,0,0,0,0,14216,0,0,0,'Bounty Hunter Kolark',NULL,NULL,0,60,60,0,104,2,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4096,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,32770,'',12340),(14183,0,0,0,0,0,14235,0,0,0,'Artilleryman Sheldonore',NULL,NULL,0,60,60,0,55,2,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14185,22712,32049,37370,0,0,14232,0,0,0,'Najak Hexxen','Bounty Hunter',NULL,0,59,59,0,877,2,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,4096,2048,0,0,0,0,0,0,70,103,25,7,0,14185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,244,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14186,22569,32053,37374,0,0,14233,0,0,0,'Ravak Grimtotem','Bounty Hunter',NULL,0,60,60,0,105,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,14186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,276,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14187,22528,31924,37240,0,0,14215,0,0,0,'Athramanis','Bounty Hunter',NULL,0,60,60,0,1594,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,14187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,276,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14188,22699,31963,37281,0,0,14234,0,0,0,'Dirk Swindle','Bounty Hunter',NULL,0,59,59,0,57,2,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,4096,2048,0,0,0,0,0,0,70,103,25,7,0,14188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,261,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14221,0,0,0,0,0,2582,0,0,0,'Gravis Slipknot',NULL,NULL,0,36,36,0,87,0,1.59,1.14286,1,4,50,66,0,120,1,1350,1485,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,14221,14221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,83,'SmartAI',0,3,1,1.15,1,1,0,3505,0,0,0,0,0,0,1,0,0,'',12340),(14222,0,0,0,0,0,1933,0,0,0,'Araga',NULL,NULL,0,35,35,0,14,0,1.05,1.14286,1,4,49,64,0,118,1,1400,2000,1,0,2048,0,2,0,0,0,0,33,49,11,1,1,14222,0,100011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13335,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(14223,0,0,0,0,0,5026,0,0,0,'Cranky Benj',NULL,NULL,0,32,32,0,7,0,1.55,1.14286,1,4,45,60,0,108,1,1383,1521,1,0,2048,0,21,0,0,0,0,31,46,10,1,1,14223,0,100002,0,0,0,75,0,0,0,0,0,0,0,0,0,0,12948,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14224,0,0,0,0,0,6889,0,0,0,'7:XT','Long Distance Recovery Unit',NULL,0,41,41,0,189,0,1.64,1.14286,1,4,59,78,0,142,1,1300,1430,1,0,2048,0,0,0,0,0,0,41,60,15,9,0,14224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,91,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(14225,0,0,0,0,0,6743,0,0,0,'Prince Kellen',NULL,NULL,0,33,33,0,90,0,1.56,1.14286,1,4,46,61,0,112,1,1375,1512,1,0,2048,0,0,0,0,0,0,32,47,10,3,0,14225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,71,'',0,3,1,1.1,1,1,0,6246,6247,6989,0,0,0,0,1,0,0,'',12340),(14226,0,0,0,0,0,14255,0,0,0,'Kaskk',NULL,NULL,0,40,40,0,90,0,1.86,1.14286,1,4,56,74,0,136,1,1316,2000,1,32768,2048,0,0,0,0,0,0,39,57,14,3,0,14226,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,250,'',0,3,1,1.15,1,1,0,6252,0,0,0,0,0,0,1,0,0,'',12340),(14227,0,0,0,0,0,2076,0,0,0,'Hissperak',NULL,NULL,0,37,37,0,49,0,1.11111,0.714286,1,4,51,68,0,124,1,1341,1475,1,0,2048,0,0,0,0,0,0,35,52,12,1,0,14227,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),(14228,0,0,0,0,0,2714,0,0,0,'Giggler',NULL,NULL,0,34,34,0,38,0,2.12,1.14286,1,4,47,63,0,114,1,1366,1503,1,0,2048,0,25,0,0,0,0,33,48,11,1,1,14228,0,14228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12905,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14229,0,0,0,0,0,9135,0,0,0,'Accursed Slitherblade',NULL,NULL,0,35,35,0,74,0,1.48,1.14286,1,4,49,64,0,118,1,1341,1475,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,14229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,79,'',0,3,1,1.1,1,1,0,15881,0,0,0,0,0,0,1,0,0,'',12340),(14230,0,0,0,0,0,391,0,0,0,'Burgle Eye','',NULL,0,37,37,0,18,0,1,1.14286,1,4,48,63,0,116,1,2000,2000,2,32768,2048,0,0,0,0,0,0,33,48,11,7,0,14230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,79,'',1,3,1,1.15,1,1,0,5847,0,0,0,0,0,0,1,0,0,'',12340),(14231,0,0,0,0,0,631,0,0,0,'Drogoth the Roamer',NULL,NULL,0,37,37,0,14,0,0.666668,1.14286,1,4,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,4,0,14231,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,60,84,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14232,0,0,0,0,0,788,0,0,0,'Dart',NULL,NULL,0,38,38,0,48,0,1,1.14286,1,4,53,70,0,128,1,2000,1466,1,0,2048,0,11,0,0,0,0,36,53,13,1,1,14232,0,100013,60,60,60,60,60,60,43128,3147,0,0,0,0,0,0,13200,0,0,0,'SmartAI',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14233,0,0,0,0,0,2549,0,0,0,'Ripscale',NULL,NULL,0,37,37,0,16,0,1.85,1.14286,1,4,51,68,0,124,1,1325,1457,1,0,2048,0,6,0,0,0,0,35,52,12,1,1,14233,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12919,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14234,0,0,0,0,0,2703,0,0,0,'Hayoc','',NULL,0,39,39,0,14,0,1,1.14286,1,4,54,72,0,132,1,2000,2000,1,0,2048,0,27,0,0,0,0,37,55,13,1,1,14234,0,14234,2,2,2,2,2,2,0,0,0,0,0,0,0,0,13065,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14235,0,0,0,0,0,11140,0,0,0,'The Rot',NULL,NULL,0,40,40,0,14,0,1,1.14286,1,4,56,74,0,136,1,2000,1420,1,0,2048,0,0,0,0,0,0,39,57,14,10,0,14235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14236,0,0,0,0,0,14257,0,0,0,'Lord Angler',NULL,NULL,0,37,37,0,129,0,1,1.14286,1,4,51,68,0,124,1,2000,1384,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,14236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,108,'',1,3,1,1.2,1,1,0,5942,0,0,0,0,0,0,1,0,0,'',12340),(14237,0,0,0,0,0,12336,0,0,0,'Oozeworm',NULL,NULL,0,38,38,0,14,0,1,1.14286,1,4,53,70,0,128,1,2000,1430,1,0,2048,0,42,0,0,0,0,36,53,13,1,65537,14237,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14241,0,0,0,0,0,1461,0,0,0,'Ironbark the Redeemed',NULL,NULL,5602,58,58,0,35,1,1.75,1.14286,1,1,100,132,0,242,5,1191,1310,1,0,2048,0,0,0,0,0,0,69,101,25,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14242,0,0,0,0,0,14306,0,0,0,'[UNUSED] Sulhasa','Wind Rider Master',NULL,0,65,65,0,29,8195,2.15,1.14286,1,1,200,281,0,278,7.5,1216,1338,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,774,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14262,0,0,0,0,0,14888,0,0,0,'Green Drakonid',NULL,NULL,0,60,60,0,103,0,1,1.14286,1,1,104,138,0,252,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,72,106,26,2,8,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14263,0,0,0,0,0,14887,0,0,0,'Bronze Drakonid',NULL,NULL,0,60,60,0,103,0,1,1.14286,1,1,104,138,0,252,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,72,106,26,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,737,967,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14264,0,0,0,0,0,14889,0,0,0,'Red Drakonid',NULL,NULL,0,60,60,0,103,0,1,1.14286,1,1,104,138,0,252,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,72,106,26,2,8,0,0,0,0,500,0,0,0,0,22558,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14266,0,0,0,0,0,1103,0,0,0,'Shanda the Spinner',NULL,NULL,0,19,19,0,22,0,1,1.14286,1,4,27,37,0,68,1,2000,1595,1,0,2048,0,3,0,0,0,0,19,27,3,1,1,14266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5890,0,0,0,'',0,1,1,1,1,1,0,2606,0,0,0,0,0,0,1,0,0,'',12340),(14267,0,0,0,0,0,3189,0,0,0,'Emogg the Crusher',NULL,NULL,0,19,19,0,45,0,1,1.14286,1,2,27,37,0,68,1.7,2000,1595,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,14267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,172,'SmartAI',0,3,1,3,1,1,0,2607,0,0,0,0,0,0,1,0,0,'',12340),(14268,0,0,0,0,0,14313,0,0,0,'Lord Condar',NULL,NULL,0,15,16,0,14,0,2.18,1.14286,1,4,23,31,0,56,1,1483,1631,1,0,2048,0,7,0,0,0,0,16,23,2,1,1,14268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12876,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14269,0,0,0,0,0,525,0,0,0,'Seeker Aqualon',NULL,NULL,0,21,21,0,91,0,1.49,1.14286,1,4,31,40,0,74,1,1450,1595,1,0,2048,0,0,0,0,0,0,21,30,4,4,0,14269,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14270,0,0,0,0,0,5243,0,0,0,'Squiddic','',NULL,0,19,19,0,18,0,1,1.14286,1,4,27,37,0,68,1,2000,2000,1,32768,2048,0,0,0,0,0,0,19,27,3,7,0,14270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,35,'SmartAI',1,3,1,1,1,1,0,1467,0,0,0,0,0,0,1,0,0,'',12340),(14271,0,0,0,0,0,500,0,0,0,'Ribchaser','',NULL,0,17,17,0,19,0,1.2,1.14286,1,4,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,7,0,14271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,31,'SmartAI',0,3,1,1,1,1,0,2856,1013,0,0,0,0,0,1,0,0,'',12340),(14272,0,0,0,0,0,497,0,0,0,'Snarlflare','',NULL,0,18,18,0,14,0,1.11111,1.14286,1,4,19,26,0,27,1,2000,2000,8,0,2048,0,0,0,0,0,0,17,24,13,2,0,14272,0,14272,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,31,'',0,3,1,1,1,1,0,1221,0,0,0,0,0,0,1,0,0,'',12340),(14273,0,0,0,0,0,5229,0,0,0,'Boulderheart','',NULL,0,25,25,0,189,0,0.95,1.14286,1,4,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,5,0,14273,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,48,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14275,0,0,0,0,0,3763,3764,0,0,'Tamra Stormpike',NULL,NULL,0,28,28,0,88,0,1.52,1.14286,1,2,37,49,0,90,2.4,1416,1558,2,0,2048,0,0,0,0,0,0,25,37,7,7,0,14275,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,277,'',0,3,1,3,1,1,0,3693,0,0,0,0,0,0,1,0,0,'',12340),(14276,0,0,0,0,0,540,0,0,0,'Scargil',NULL,NULL,0,30,30,0,18,0,1,1.28571,1,4,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,14276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,62,'',1,3,1,1.05,1,1,0,3510,3716,0,0,0,0,133,1,0,0,'',12340),(14277,0,0,0,0,0,4978,0,0,0,'Lady Zephris',NULL,NULL,0,33,33,0,74,0,1,1.14286,1,4,33,45,0,49,1,2000,2000,8,32768,2048,0,0,0,0,0,0,28,41,17,7,0,14277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,64,'',0,3,1,1.1,1,1,0,3509,0,0,0,0,0,0,1,0,0,'',12340),(14278,0,0,0,0,0,491,0,0,0,'Ro\'Bark',NULL,NULL,0,28,28,0,95,0,1.05,1.14286,1,4,39,53,0,96,1,2000,2000,1,0,2048,0,0,0,0,0,0,27,40,8,7,0,14278,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,58,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14279,0,0,0,0,0,1091,0,0,0,'Creepthess',NULL,NULL,0,24,24,0,22,0,1,1.14286,1,4,34,46,0,84,1,2000,1595,1,0,2048,0,3,0,0,0,0,23,34,6,1,1,14279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5893,0,0,0,'',1,1,1,1.02,1,1,0,3477,0,0,0,0,0,0,1,0,0,'',12340),(14280,0,0,0,0,0,706,0,0,0,'Big Samras',NULL,NULL,0,27,27,0,44,0,1,1.14286,1,4,38,51,0,92,1,2000,2000,1,0,2048,0,4,0,0,0,0,26,39,7,1,1,14280,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12832,0,0,0,'',1,1,1,1.35,1,1,0,3476,0,0,0,0,0,0,1,0,0,'',12340),(14281,0,0,0,0,0,3616,0,0,0,'Jimmy the Bleeder',NULL,NULL,0,23,23,0,87,0,1.49,1.14286,1,4,33,44,0,80,1,1450,1595,1,0,2048,0,0,0,0,0,0,22,33,5,7,0,14281,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,44,'SmartAI',0,3,1,1.02,1,1,0,3692,0,0,0,0,0,0,1,0,0,'',12340),(14282,22738,31977,37296,0,0,782,0,0,0,'Frostwolf Bloodhound',NULL,NULL,0,53,54,0,1214,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,4096,2048,0,1,0,0,0,0,63,93,22,1,0,14282,0,14282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14283,22767,32098,37419,0,0,10828,0,0,0,'Stormpike Owl',NULL,NULL,0,53,54,0,1216,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,4096,2048,0,26,0,0,0,0,63,93,22,1,1,14283,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13264,0,0,0,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14284,22633,32088,37409,0,0,14322,14324,14326,14327,'Stormpike Battleguard',NULL,NULL,0,61,61,0,1216,0,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,4608,2048,0,0,0,0,0,0,127,188,28,7,0,14284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,569,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14285,22622,31976,37295,0,0,14320,14321,14323,14325,'Frostwolf Battleguard',NULL,NULL,0,61,61,0,1214,0,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,4608,2048,0,0,0,0,0,0,127,188,28,7,0,14285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,377,497,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14301,0,0,0,0,0,14353,0,0,0,'Brinna Valanaar','Bowyer',NULL,0,45,45,0,80,4482,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14303,0,0,0,0,0,5848,0,0,0,'Petrified Guardian',NULL,NULL,0,57,59,0,16,0,1,1.14286,1,1,102,135,0,248,5,2000,1283,8,0,2048,0,0,0,0,0,0,70,103,25,4,0,14303,0,0,0,0,0,0,0,0,22695,22696,0,0,0,0,0,0,0,0,413,544,'SmartAI',1,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14304,0,0,0,0,0,14360,14361,14362,14363,'Kor\'kron Elite',NULL,NULL,0,80,80,2,85,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),(14305,0,0,0,0,0,338,0,0,0,'Human Orphan',NULL,NULL,5819,4,4,0,12,3,1,1.14286,1,0,4,5,0,30,1,2000,2167,1,768,2048,0,0,0,0,0,0,2,3,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14308,0,0,0,0,0,1083,0,0,0,'Ferra',NULL,NULL,0,60,60,0,16,0,1.6,1.14286,1,1,104,138,0,252,7.5,2000,1274,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,14308,0,14308,0,0,0,0,0,0,22911,17156,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(14321,0,0,0,0,0,11561,0,0,0,'Guard Fengus',NULL,NULL,5734,59,59,0,45,1,1.76,1.14286,1,1,102,135,0,248,5,1175,1292,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,14321,0,0,0,0,0,0,0,0,15580,15655,22572,20691,0,0,0,0,0,0,1117,1464,'SmartAI',1,3,1,8,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),(14322,0,0,0,0,0,11545,0,0,0,'Stomper Kreeg','The Drunk',NULL,5721,59,59,0,45,131,1.76,1.14286,1,1,102,135,0,248,5,1175,1292,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,14322,0,0,0,0,0,0,0,0,22833,16740,15577,8269,0,0,0,0,0,0,1156,1515,'SmartAI',1,3,1,8,2,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),(14323,0,0,0,0,0,11561,0,0,0,'Guard Slip\'kik',NULL,NULL,5733,59,59,0,45,1,3.53,1.14286,1,1,102,135,0,248,5,1175,1292,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,14323,0,0,0,0,0,0,0,0,15580,17307,20691,0,0,0,0,0,0,0,1117,1464,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),(14324,0,0,0,0,0,11537,0,0,0,'Cho\'Rush the Observer',NULL,NULL,5742,60,60,0,45,1,2.14,1.14286,1,1,146,192,0,238,5,1158,1274,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,14324,0,0,0,0,0,0,0,0,10947,10151,0,0,0,0,0,0,0,0,907,1189,'SmartAI',1,3,1,8,4,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(14325,0,0,0,0,0,11564,0,0,0,'Captain Kromcrush',NULL,NULL,5739,61,61,0,1374,3,1.8,1.5,1,1,159,221,0,258,5,1141,1255,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,14325,0,0,0,0,0,0,0,0,22857,22859,5246,0,0,0,0,0,0,0,1291,1690,'SmartAI',1,3,1,9,1,1,0,0,0,0,0,0,0,127,1,0,0,'',12340),(14326,0,0,0,0,0,11561,0,0,0,'Guard Mol\'dar',NULL,NULL,5735,59,59,0,45,1,1.76,1.14286,1,1,102,135,0,248,5,1175,1292,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,14326,0,0,0,0,0,0,0,0,15580,15655,20691,0,0,0,0,0,0,0,1117,1464,'SmartAI',1,3,1,8,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),(14327,0,0,0,0,0,21012,0,0,0,'Lethtendris',NULL,NULL,0,57,57,0,16,0,1,1.14286,1,1,91,121,0,224,5,2000,1292,2,0,2048,0,0,0,0,0,0,62,92,22,7,0,14327,0,0,0,0,0,0,0,0,11668,14887,0,0,0,0,0,0,0,0,859,1127,'SmartAI',1,3,1,8,4,1,0,18426,0,0,0,0,0,0,1,0,0,'',12340),(14329,0,0,0,0,0,14334,0,0,0,'Black War Wolf',NULL,NULL,0,10,10,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14330,0,0,0,0,0,14388,0,0,0,'Black War Raptor',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14331,0,0,0,0,0,10719,0,0,0,'Red Skeletal Warhorse',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),(14332,0,0,0,0,0,14337,0,0,0,'Black War Steed',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14333,0,0,0,0,0,14348,0,0,0,'Black War Kodo',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14334,0,0,0,0,0,14372,0,0,0,'Black Battlestrider',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),(14335,0,0,0,0,0,14577,0,0,0,'Black War Ram',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14336,0,0,0,0,0,14330,0,0,0,'Black War Tiger',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14337,0,0,0,0,0,14379,0,0,0,'Field Repair Bot 74A',NULL,NULL,0,50,50,0,190,4226,0.6,1.14286,1,0,85,112,0,206,1,1510,1661,1,768,2048,0,0,0,0,0,0,58,86,20,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(14338,0,0,0,0,0,14381,0,0,0,'Knot Thimblejack',NULL,NULL,5667,50,50,0,35,3,1.2,1.14286,1,0,85,112,0,206,5,1510,1661,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14339,0,0,0,0,0,11412,0,0,0,'Death Howl',NULL,NULL,0,49,49,0,38,0,1.1,1.14286,1,4,83,110,0,200,1,2000,2000,1,0,2048,0,1,0,0,0,0,57,84,19,1,1,14339,0,10147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5954,0,0,0,'',0,1,1,1.25,1,1,0,11172,0,0,0,0,0,144,1,0,0,'',12340),(14340,0,0,0,0,0,2879,0,0,0,'Alshirr Banebreath',NULL,NULL,0,54,54,0,90,0,1.76,1.14286,1,4,92,122,0,224,1,1183,1301,1,0,2048,0,0,0,0,0,0,63,93,22,3,0,14340,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,115,155,'',0,3,1,1.3,1,1,0,11674,0,0,0,0,0,0,1,0,0,'',12340),(14342,0,0,0,0,0,1012,0,0,0,'Ragepaw',NULL,NULL,0,51,51,0,82,0,1.72,1.14286,1,4,86,114,0,210,1,1216,1338,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,14342,14342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,138,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14343,0,0,0,0,0,6212,0,0,0,'Olm the Wise',NULL,NULL,0,52,52,0,189,0,1.72,1.14286,1,4,87,117,0,214,1,2000,2000,1,0,2048,0,26,0,0,0,0,61,90,21,1,1,14343,0,0,0,20,20,0,87,30,0,0,0,0,0,0,0,0,5861,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14344,0,0,0,0,0,14315,0,0,0,'Mongress',NULL,NULL,0,50,50,0,44,0,2.45,1.14286,1,4,85,112,0,206,1,1250,1375,1,0,2048,0,4,0,0,0,0,58,86,20,1,1,14344,0,100003,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,13076,0,0,0,'',0,1,1,1.5,1,1,0,11172,0,0,0,0,0,0,1,0,0,'',12340),(14345,0,0,0,0,0,682,0,0,0,'The Ongar',NULL,NULL,0,51,51,0,14,0,1.71,1.14286,1,4,86,114,0,210,1,1225,1347,1,0,2048,0,0,0,0,0,0,59,87,20,10,0,14345,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,144,'',0,3,1,1.3,1,1,0,12230,0,0,0,0,0,0,1,0,0,'',12340),(14347,0,0,0,0,0,14395,0,0,0,'Highlord Demitrian',NULL,NULL,5675,62,62,0,35,3,1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14348,0,0,0,0,0,19802,0,0,0,'Earthcaller Franzahl',NULL,NULL,0,62,62,0,35,3,1.1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14349,0,0,0,0,0,14380,0,0,0,'Pimgib',NULL,NULL,0,56,56,0,16,0,1,1.14286,1,1,89,118,0,220,5,2000,1292,2,0,2048,0,0,0,0,0,0,61,90,21,7,0,14349,0,0,0,0,0,0,0,0,15744,15228,22713,0,0,0,0,0,0,0,368,486,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14350,0,0,0,0,0,5561,0,0,0,'Hydroling',NULL,NULL,0,57,57,0,16,0,1.22,1.14286,1,0,98,130,0,238,5,2000,1617,1,0,2048,0,0,0,0,0,0,68,99,24,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.15,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),(14351,0,0,0,0,0,10709,0,0,0,'Gordok Bushwacker',NULL,NULL,0,58,59,0,45,0,1.76,1.14286,1,1,102,135,0,248,5,1175,1292,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,14351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,733,962,'SmartAI',0,3,1,5,2,1,0,21982,0,0,0,0,0,0,1,0,0,'',12340),(14353,0,0,0,0,0,14406,0,0,0,'Mizzle the Crafty',NULL,NULL,5708,60,60,0,35,1,2.65,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14354,0,0,0,0,0,7552,0,0,0,'Pusillin',NULL,NULL,5710,57,57,0,35,1,1,2.57143,1,1,91,121,0,224,5,2000,1292,2,0,2048,0,0,0,0,0,0,62,92,22,3,0,14354,0,0,0,0,0,0,0,0,15228,22424,14145,0,0,0,0,0,0,0,646,849,'SmartAI',1,3,1,6,6,1,0,18261,0,0,0,0,0,210,1,0,2,'',12340),(14355,0,0,0,0,0,14386,0,0,0,'Azj\'Tordin',NULL,NULL,0,60,60,0,1354,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14356,0,0,0,0,0,14389,0,0,0,'Sawfin Frenzy','',NULL,0,38,40,0,1878,0,1,1.14286,1,0,56,74,0,136,1,900,1782,1,32768,2048,0,0,0,0,0,0,39,57,14,1,0,14356,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14357,0,0,0,0,0,14390,0,0,0,'Lake Thresher','',NULL,0,25,25,0,16,0,1,1.14286,1,1,35,48,0,86,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,24,36,6,1,0,14357,0,100007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14358,0,0,0,0,0,14393,0,0,0,'Shen\'dralar Ancient','House of Shen\'dralar',NULL,5729,60,60,0,1354,3,1,1.14286,1,1,104,138,0,252,5,2000,1292,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(14361,0,0,0,0,0,10045,0,0,0,'Shen\'dralar Wisp',NULL,NULL,0,1,1,0,1354,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14362,0,0,0,0,0,14392,0,0,0,'Thornling',NULL,NULL,0,60,60,0,35,0,0.25,1.14286,1,0,104,138,0,252,1,2000,1551,1,131076,2048,0,0,0,0,0,0,72,106,26,4,0,0,0,0,50,50,50,50,50,50,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14363,0,0,0,0,0,14396,0,0,0,'Thief Catcher Shadowdelve',NULL,NULL,0,80,80,2,57,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14364,0,0,0,0,0,14397,14393,14398,14400,'Shen\'dralar Spirit','House of Shen\'dralar',NULL,0,56,58,0,1354,2,1.74,1.14286,1,1,93,123,0,228,5,1200,1320,2,0,2048,0,0,0,0,0,0,64,94,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(14365,0,0,0,0,0,14404,0,0,0,'Thief Catcher Farmountain',NULL,NULL,0,80,80,2,57,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14366,0,0,0,0,0,11686,0,0,0,'Warpwood Spores',NULL,NULL,0,55,55,0,14,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,131076,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(14367,0,0,0,0,0,14405,0,0,0,'Thief Catcher Thunderbrew',NULL,NULL,0,80,80,2,57,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,395,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14368,0,0,0,0,0,14407,0,0,0,'Lorekeeper Lydros','House of Shen\'dralar',NULL,5747,60,60,0,1355,3,1,1.14286,1,1,146,192,0,238,5,2000,1292,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14369,0,0,0,0,0,14408,14410,14409,14411,'Shen\'dralar Zealot','House of Shen\'dralar',NULL,5737,59,59,0,1355,1,1,1.14286,1,1,133,176,0,234,5,2000,1301,2,0,2048,0,0,0,0,0,0,91,133,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14370,0,0,0,0,0,10996,0,0,0,'Cadaverous Worm',NULL,NULL,0,60,60,0,21,0,1.27,1.14286,1,0,104,138,0,252,1,1400,1540,1,0,2048,0,42,0,0,0,0,72,106,26,10,65537,14370,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14371,0,0,0,0,0,14412,0,0,0,'Shen\'dralar Provisioner','House of Shen\'dralar',NULL,0,52,52,0,1355,4226,1,1.14286,1,1,82,109,0,202,5,2000,1365,2,0,2048,0,0,0,0,0,0,56,83,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14372,0,0,0,0,0,6829,0,0,0,'Winterfall Ambusher',NULL,NULL,0,56,57,0,82,0,1.24,1.14286,1,0,98,130,0,238,1,1450,1595,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,14372,0,0,0,0,0,0,0,0,17205,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14373,0,0,0,0,0,14427,0,0,0,'Sage Korolusk',NULL,NULL,0,59,59,0,104,2,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,36864,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14374,0,0,0,0,0,14426,0,0,0,'Scholar Runethorn',NULL,NULL,5741,59,59,0,80,3,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14375,0,0,0,0,0,14413,0,0,0,'Scout Stronghand',NULL,NULL,0,80,80,2,85,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),(14376,0,0,0,0,0,14414,0,0,0,'Scout Manslayer',NULL,NULL,0,80,80,2,85,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),(14377,0,0,0,0,0,14415,0,0,0,'Scout Tharr',NULL,NULL,0,80,80,2,85,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),(14378,0,0,0,0,0,14417,0,0,0,'Huntress Skymane',NULL,NULL,0,80,80,2,79,2,1,1.38571,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14379,0,0,0,0,0,14418,0,0,0,'Huntress Ravenoak',NULL,NULL,0,80,80,2,79,2,1,1.38571,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14380,0,0,0,0,0,14419,0,0,0,'Huntress Leafrunner',NULL,NULL,0,80,80,2,79,2,1,1.38571,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14381,0,0,0,0,0,14422,0,0,0,'Lorekeeper Javon','House of Shen\'dralar',NULL,5755,60,60,0,1355,3,1,1.14286,1,1,146,192,0,238,5,2000,1292,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14382,0,0,0,0,0,14421,0,0,0,'Lorekeeper Mykos','House of Shen\'dralar',NULL,5756,60,60,0,1355,3,1,1.14286,1,1,146,192,0,238,5,2000,1292,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14383,0,0,0,0,0,14420,0,0,0,'Lorekeeper Kildrath','House of Shen\'dralar',NULL,5748,58,58,0,1355,3,1,1.14286,1,1,93,123,0,228,5,2000,1310,2,0,2048,0,0,0,0,0,0,64,94,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14385,0,0,0,0,0,1912,0,0,0,'Doomguard Minion',NULL,NULL,0,59,60,0,954,0,1.25,1.14286,1,0,104,138,0,252,5,1420,1562,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,14385,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,0.77,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(14386,0,0,0,0,0,14430,0,0,0,'Wandering Eye of Kilrogg',NULL,NULL,0,60,60,0,45,0,1.24,1.14286,1,0,104,138,0,252,1,1440,1584,1,131072,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,156,1,0,0,'',12340),(14387,0,0,0,0,0,21009,0,0,0,'Lothos Riftwaker',NULL,NULL,5750,60,60,0,35,3,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,33536,2048,0,0,0,0,0,0,101,167,24,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14388,0,0,0,0,0,6374,0,0,0,'Rogue Black Drake',NULL,NULL,0,50,52,0,1394,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,2,0,0,0,100001,0,0,0,0,0,0,8873,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,5,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14389,0,0,0,0,0,14428,0,0,0,'Netherwalker',NULL,NULL,0,60,60,0,45,0,1.76,1.14286,1,1,104,138,0,252,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,2,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(14390,0,0,0,0,0,3761,3762,0,0,'Expeditionary Mountaineer',NULL,NULL,0,36,40,0,57,0,1,1.14286,1,1,56,74,0,136,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14392,0,0,0,0,0,14429,0,0,0,'Overlord Runthak',NULL,NULL,6024,60,60,0,29,3,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,16,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14393,0,0,0,0,0,3765,3766,0,0,'Expeditionary Priest',NULL,NULL,0,37,42,0,57,0,1,1.14286,1,1,58,77,0,142,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,40,59,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14394,0,0,0,0,0,14431,0,0,0,'Major Mattingly',NULL,NULL,5753,60,60,0,12,3,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14395,0,0,0,0,0,7107,0,0,0,'Griniblix the Spectator',NULL,NULL,11738,57,57,0,35,1,1.1,1.14286,1,0,98,130,0,238,1,2500,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14396,0,0,0,0,0,14430,0,0,0,'Eye of Immol\'thar',NULL,NULL,0,61,61,0,754,0,1.26,1.14286,1,0,159,221,0,258,5,1410,1551,1,0,2048,0,0,0,0,0,0,127,188,28,10,0,0,0,0,0,0,0,0,0,0,22909,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.2,1,1,0,0,0,0,0,0,0,207,1,0,0,'',12340),(14397,0,0,0,0,0,14273,0,0,0,'Mana Burst',NULL,NULL,0,59,60,0,834,0,1.25,1.14286,1,0,146,192,0,238,5,1420,1562,2,0,2048,0,0,0,0,0,0,101,167,24,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14398,0,0,0,0,0,8471,0,0,0,'Eldreth Darter',NULL,NULL,0,58,59,0,16,0,1,1.14286,1,1,133,176,0,234,5,2000,1283,2,0,2048,0,0,0,0,0,0,91,133,23,2,0,14398,0,14398,0,0,0,0,0,0,22947,17139,0,0,0,0,0,0,0,0,414,546,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14399,0,0,0,0,0,10315,0,0,0,'Arcane Torrent',NULL,NULL,0,59,60,0,834,0,3.2,1.14286,1,1,146,192,0,238,7.5,2000,1283,2,0,2048,0,0,0,0,0,0,101,167,24,4,0,14399,0,0,120,60,120,120,60,300,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,7,4,1,0,0,0,0,0,0,0,129,1,0,0,'',12340),(14400,0,0,0,0,0,5490,0,0,0,'Arcane Feedback',NULL,NULL,0,59,60,0,834,0,1,1.14286,1,0,146,192,0,238,1,2000,1551,2,0,2048,0,0,0,0,0,0,101,167,24,4,0,14400,0,0,60,60,60,60,60,60,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14401,0,0,0,0,0,14498,0,0,0,'Master Elemental Shaper Krixix',NULL,NULL,0,60,60,0,103,16,1,1.14286,1,1,104,138,0,252,7.5,1158,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,8,14401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,911,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14402,0,0,0,0,0,14452,0,0,0,'Seeker Cromwell',NULL,NULL,0,80,80,2,71,2,1.1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14403,0,0,0,0,0,14453,0,0,0,'Seeker Nahr',NULL,NULL,0,80,80,2,71,2,1.1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14404,0,0,0,0,0,14454,0,0,0,'Seeker Thompson',NULL,NULL,0,80,80,2,71,2,1.1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14421,0,0,0,0,0,1072,0,0,0,'Brown Prairie Dog',NULL,NULL,0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(14423,0,0,0,0,0,14472,0,0,0,'Officer Jaxon',NULL,NULL,0,80,80,2,11,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14424,0,0,0,0,0,631,0,0,0,'Mirelow',NULL,NULL,0,25,25,0,14,0,1.5,1.14286,1,4,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,4,0,14424,0,0,0,0,50,0,0,0,12747,0,0,0,0,0,0,0,0,0,34,49,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14425,0,0,0,0,0,543,0,0,0,'Gnawbone',NULL,NULL,0,24,24,0,61,0,1.05,1.14286,1,4,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,14425,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,47,'SmartAI',1,3,1,1.02,1,1,0,2611,0,0,0,0,0,0,1,0,0,'',12340),(14426,0,0,0,0,0,3898,0,0,0,'Harb Foulmountain',NULL,NULL,0,27,27,0,16,0,1,1.14286,1,4,38,51,0,92,1,2000,2000,1,32768,2048,0,0,0,0,0,0,26,39,7,7,0,14426,0,0,0,0,65,0,0,0,3391,45,0,0,0,0,0,0,0,0,40,57,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14427,0,0,0,0,0,511,0,0,0,'Gibblesnik',NULL,NULL,0,28,28,0,26,0,1.52,1.14286,1,4,39,53,0,96,1,2000,2000,1,0,2048,0,0,0,0,0,0,27,40,8,7,0,14427,0,0,0,0,0,0,0,0,7405,0,0,0,0,0,0,0,0,0,40,57,'',1,3,1,1.05,1,1,0,5842,0,0,0,0,0,0,1,0,0,'',12340),(14428,0,0,0,0,0,6818,0,0,0,'Uruson',NULL,NULL,0,7,7,0,82,0,1.75,1.14286,1,4,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,100,7,0,14428,14428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,'SmartAI',1,3,1,1,1,1,0,5220,0,0,0,0,0,0,1,0,0,'',12340),(14429,0,0,0,0,0,1011,0,0,0,'Grimmaw',NULL,NULL,0,11,11,0,82,0,1.52,1.14286,1,4,15,20,0,44,1,1550,1705,1,0,2048,0,0,0,0,0,0,9,14,100,7,0,14429,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,20,'',1,3,1,1,1,1,0,5220,0,0,0,0,0,0,1,0,0,'',12340),(14430,0,0,0,0,0,11453,0,0,0,'Duskstalker',NULL,NULL,0,9,9,0,66,0,1,1.14286,1,4,11,15,0,40,1,1400,2000,1,0,2048,0,2,0,0,0,0,8,11,100,1,1,14430,0,100002,0,0,0,0,0,0,3604,0,0,0,0,0,0,0,13354,0,0,0,'SmartAI',1,1,1,1,1,1,0,3409,0,0,0,0,0,0,1,0,0,'',12340),(14431,0,0,0,0,0,2296,0,0,0,'Fury Shelda',NULL,NULL,0,8,8,0,514,0,1.38889,0.857143,1,4,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,100,7,0,14431,0,0,0,0,0,0,0,0,3589,0,0,0,0,0,0,0,0,0,7,14,'SmartAI',1,3,1,1,1,1,0,5204,0,0,0,0,0,100,1,0,0,'',12340),(14432,0,0,0,0,0,904,0,0,0,'Threggil',NULL,NULL,0,6,6,0,90,0,1.34,1.14286,1,4,6,8,0,29,1,2000,2000,2,0,2048,0,0,0,0,0,0,4,6,100,3,0,14432,0,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,4,11,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(14433,0,0,0,0,0,8834,0,0,0,'Sludginn',NULL,NULL,0,30,30,0,14,0,1,1.14286,1,4,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,10,0,14433,0,0,0,0,0,0,0,0,3335,3358,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14434,0,0,0,0,0,14473,0,0,0,'Alarm-o-Bot',NULL,NULL,0,1,1,0,14,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14435,0,0,0,0,0,14992,0,0,0,'Prince Thunderaan','The Wind Seeker',NULL,0,63,63,0,834,0,2.3,1.14286,1,3,181,253,0,268,35,800,1250,1,0,2048,0,0,0,0,0,0,147,219,32,4,4,14435,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29155,38078,'',1,3,1,100,100,1,0,0,0,0,0,0,0,0,1,617299803,2,'',12340),(14436,0,0,0,0,0,14565,0,0,0,'Mor\'zul Bloodbringer',NULL,NULL,0,61,61,0,35,3,1,1.14286,1,0,152,210,0,244,1,2000,2000,2,32768,2048,0,0,0,0,0,0,120,179,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14437,0,0,0,0,0,14566,0,0,0,'Gorzeeki Wildeyes',NULL,NULL,5818,55,55,0,35,131,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14438,0,0,0,0,0,14492,0,0,0,'Officer Pomeroy',NULL,NULL,0,80,80,2,11,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14439,0,0,0,0,0,14493,0,0,0,'Officer Brady',NULL,NULL,0,80,80,2,11,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14440,0,0,0,0,0,14494,0,0,0,'Hunter Sagewind',NULL,NULL,0,80,80,2,105,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14441,0,0,0,0,0,14495,0,0,0,'Hunter Ragetotem',NULL,NULL,0,80,80,2,105,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14442,0,0,0,0,0,14496,0,0,0,'Hunter Thunderhorn',NULL,NULL,0,60,60,1,105,2,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14444,0,0,0,0,0,14589,0,0,0,'Orcish Orphan',NULL,NULL,0,4,4,0,29,3,1,1,1,0,4,5,0,30,1,2000,2167,1,768,2048,0,0,0,0,0,0,2,3,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14445,0,0,0,0,0,7976,0,0,0,'Lord Captain Wyrmak',NULL,NULL,0,45,45,0,50,0,0.888888,1.14286,1,2,76,100,0,184,2.4,1258,1384,1,0,2048,0,0,0,0,0,0,52,76,17,2,0,14445,0,14445,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,526,692,'',0,3,1,3.5,1.5,1,0,5803,0,0,0,0,0,0,1,0,0,'',12340),(14446,0,0,0,0,0,441,0,0,0,'Fingat','',NULL,0,43,43,0,18,0,1.05,1.14286,1,4,67,88,0,162,1,2000,1402,1,32768,2048,0,0,0,0,0,0,46,67,16,7,0,14446,0,0,0,0,0,0,0,0,3417,0,0,0,0,0,0,0,0,0,78,107,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(14447,0,0,0,0,0,4920,0,0,0,'Gilmorian',NULL,NULL,0,43,43,0,18,0,1,1.14286,1,4,67,88,0,162,1,2000,2000,1,32768,2048,0,0,0,0,0,0,46,67,16,7,0,14447,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,107,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14448,0,0,0,0,0,14497,0,0,0,'Molt Thorn',NULL,NULL,0,42,42,0,14,0,0.666668,1.14286,1,4,62,83,0,152,1,1291,1420,1,0,2048,0,0,0,0,0,0,43,63,15,4,0,14448,0,0,0,0,0,0,0,0,21748,0,0,0,0,0,0,0,0,0,88,120,'',0,3,1,1.5,1,1,0,6065,0,0,0,0,0,0,1,0,0,'',12340),(14449,0,0,0,0,0,11686,0,0,0,'Blackwing Orb Trigger',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(14450,0,0,0,0,0,14500,0,0,0,'Orphan Matron Nightingale',NULL,NULL,5849,10,10,0,12,131,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,33536,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14451,0,0,0,0,0,14499,0,0,0,'Orphan Matron Battlewail',NULL,NULL,5848,10,10,0,29,3,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,33536,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14452,0,0,0,0,0,4426,0,0,0,'Enslaved Doomguard Commander',NULL,NULL,0,61,61,0,7,0,2.3,1.14286,1,1,159,221,0,258,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,127,188,28,3,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,5,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),(14453,0,0,0,0,0,14501,0,0,0,'Orb of Domination',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14454,0,0,0,0,0,14515,0,0,0,'The Windreaver',NULL,NULL,0,60,60,0,91,0,2.49,1.14286,1,1,104,138,3,252,7.5,1158,1274,8,0,2048,0,0,0,0,0,0,72,106,26,4,0,14454,0,0,600,600,600,600,600,480,23106,23103,23105,23104,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,134144,0,'',12340),(14455,0,0,0,0,0,14525,0,0,0,'Whirling Invader',NULL,NULL,0,57,58,0,91,0,1,1.14286,1,0,100,132,3,242,1,2000,2000,2,0,2048,0,0,0,0,0,0,69,101,25,4,0,14455,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8,0,'',12340),(14456,0,0,0,0,0,12024,12025,12021,12022,'Blackwing Guardsman',NULL,NULL,0,61,61,0,103,0,1,1.14286,1,1,159,221,0,258,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,127,188,28,7,8,0,0,0,0,0,0,0,0,0,15284,23967,15580,0,0,0,0,0,0,0,1673,2190,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14457,0,0,0,0,0,14514,0,0,0,'Princess Tempestria',NULL,NULL,0,60,60,0,91,0,1.78,1.14286,1,1,104,138,4,252,7.5,1158,1274,8,0,2048,0,0,0,0,0,0,72,106,26,4,0,14457,0,0,0,0,0,0,30,0,22746,14907,23102,10987,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,134144,0,'',12340),(14458,0,0,0,0,0,5489,0,0,0,'Watery Invader',NULL,NULL,0,56,58,0,91,0,1,1.28968,1,0,100,132,4,242,1,2000,2000,8,0,2048,0,0,0,0,0,0,69,101,25,4,0,14458,0,0,57,57,114,57,57,57,19133,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,8,0,'',12340),(14459,0,0,0,0,0,11686,0,0,0,'Nefarian\'s Troops',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14460,0,0,0,0,0,14527,0,0,0,'Blazing Invader',NULL,NULL,0,54,56,0,91,0,1,1.14286,1,0,96,127,2,234,1,2000,2000,2,0,2048,0,0,0,0,0,0,67,97,23,4,0,14460,0,0,55,110,55,55,110,55,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,11829,0,0,0,0,0,0,1,8,0,'',12340),(14461,0,0,0,0,0,14517,0,0,0,'Baron Charr',NULL,NULL,0,58,58,0,91,0,3.54,1.14286,1,1,100,132,2,242,7.5,1166,1283,2,0,2048,0,0,0,0,0,0,69,101,25,4,0,14461,0,0,116,58,116,116,58,290,15285,9574,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,11829,0,0,0,0,0,0,1,134144,0,'',12340),(14462,0,0,0,0,0,14505,0,0,0,'Thundering Invader',NULL,NULL,0,55,57,0,91,0,2.16,1.14286,1,0,98,130,0,238,1,1450,1595,1,0,2048,0,0,0,0,0,0,68,99,24,4,0,14462,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8,0,'',12340),(14463,0,0,0,0,0,14531,0,0,0,'Daio the Decrepit',NULL,NULL,5824,60,60,0,35,3,1.05,1.14286,1,0,104,138,0,252,1,2000,2000,1,33536,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14464,0,0,0,0,0,14512,0,0,0,'Avalanchion',NULL,NULL,0,58,58,0,91,0,1.77,1.14286,1,1,100,132,0,242,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,69,101,25,4,0,14464,0,0,58,290,58,58,58,58,23392,6524,5568,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,134144,0,'',12340),(14465,0,0,0,0,0,14541,0,0,0,'Alliance Battle Standard','',NULL,0,1,1,0,58,0,0.01,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,23036,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14466,0,0,0,0,0,14542,0,0,0,'Horde Battle Standard','',NULL,0,1,1,0,58,0,0.01,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,23036,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14467,0,0,0,0,0,14520,0,0,0,'Kroshius',NULL,NULL,0,55,55,0,1194,0,1,1.14286,1,0,94,125,0,228,1,3000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,3,0,14467,0,0,0,300,0,0,0,0,10101,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,18625,0,0,0,0,0,0,1,0,2,'',12340),(14469,0,0,0,0,0,14532,0,0,0,'Niby the Almighty',NULL,NULL,5845,56,56,0,35,3,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14470,0,0,0,0,0,4449,0,0,0,'Impsy','Niby\'s Minion',NULL,0,56,56,0,35,2,1,1.14286,1,0,89,118,0,220,1,2000,2000,2,0,2048,0,0,0,0,0,0,61,90,21,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14471,0,0,0,0,0,5965,0,0,0,'Setis',NULL,NULL,0,61,61,0,91,0,1.8,1.14286,3,2,700,900,0,258,4.6,1141,1255,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,14471,0,0,0,0,0,0,0,0,16727,10887,0,0,0,0,0,0,0,0,2129,2785,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14472,0,0,0,0,0,1104,0,0,0,'Gretheer',NULL,NULL,0,57,57,0,22,0,1.1,1.14286,1,4,98,130,0,238,1,2000,2000,1,0,2048,0,3,0,0,0,0,68,99,24,1,1,14472,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13166,0,0,0,'',1,1,1,1.35,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(14473,0,0,0,0,0,14521,0,0,0,'Lapress',NULL,NULL,0,60,60,0,310,0,1.1,1.14286,1,2,104,138,0,252,4.6,2000,2000,1,64,2048,0,41,0,0,0,0,72,106,26,1,65537,14473,0,14473,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14474,0,0,0,0,0,14522,0,0,0,'Zora',NULL,NULL,0,59,59,0,310,0,1.78,1.14286,1,2,102,135,0,248,2.4,1158,1274,1,0,2048,0,0,0,0,0,0,70,103,25,10,0,14474,0,14474,0,0,0,0,0,0,21067,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),(14475,0,0,0,0,0,12153,0,0,0,'Rex Ashil',NULL,NULL,0,57,57,0,310,0,1,1.14286,1,2,98,130,0,238,2.4,1175,1292,1,64,2048,0,0,0,0,0,0,68,99,24,10,0,14475,0,14475,0,0,0,0,0,0,12097,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14476,0,0,0,0,0,6068,0,0,0,'Krellack',NULL,NULL,0,56,56,0,413,0,3.25,1.14286,1,4,96,127,0,234,1,2000,2000,1,0,2048,0,20,0,0,0,0,67,97,23,1,1,14476,0,100003,0,0,0,0,0,0,17170,0,0,0,0,0,0,0,12969,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14477,0,0,0,0,0,14523,0,0,0,'Grubthor',NULL,NULL,0,58,58,0,14,0,1.1,1.14286,1,4,100,132,0,242,1,2000,2000,1,0,2048,0,42,0,0,0,0,69,101,25,1,65537,14477,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14478,0,0,0,0,0,14525,0,0,0,'Huricanian',NULL,NULL,0,58,58,0,91,0,1.4,1.42857,1,4,93,123,0,228,1,2000,2000,2,0,2048,0,0,0,0,0,0,64,94,23,4,0,14478,0,0,0,0,0,0,0,0,15659,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),(14479,0,0,0,0,0,14526,0,0,0,'Twilight Lord Everun','Twilight\'s Hammer',NULL,0,60,60,0,16,0,1.1,1.14286,1,4,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,14479,0,0,0,0,0,0,0,0,17439,19816,0,0,0,0,0,0,0,0,120,162,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14480,0,0,0,0,0,14530,0,0,0,'Alowicious Czervik','Sweet Treats',NULL,0,10,10,0,29,130,1,1.14286,1,0,13,17,0,42,1,2000,2101,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14481,0,0,0,0,0,14529,0,0,0,'Emmithue Smails','Sweet Treats',NULL,0,10,10,0,875,130,1,1.14286,1,0,13,17,0,42,1,2000,2101,1,32768,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14482,0,0,0,0,0,14380,0,0,0,'Xorothian Imp',NULL,NULL,0,59,60,0,90,0,1.25,1.14286,1,0,104,138,0,252,5,1430,1573,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14483,0,0,0,0,0,14152,0,0,0,'Dread Guard',NULL,NULL,0,60,60,0,90,0,3.07,1.14286,1,1,104,138,0,252,5,1183,1301,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14484,0,0,0,0,0,14533,14535,14534,14536,'Injured Peasant',NULL,NULL,0,51,52,0,35,0,0.6,1.14286,1,0,87,117,0,214,1,1500,1650,1,8,2048,0,0,0,0,0,0,61,90,21,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,43,0,8388624,2,'npc_balance_of_light_and_shadow',12340),(14485,0,0,0,0,0,14537,14539,14538,14540,'Plagued Peasant',NULL,NULL,0,52,53,0,35,0,0.6,1.14286,1,0,89,119,0,218,1,1490,1639,1,8,2048,0,0,0,0,0,0,62,91,22,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,45,0,8388624,2,'npc_balance_of_light_and_shadow',12340),(14486,0,0,0,0,0,9786,11403,11401,7550,'Scourge Footsoldier','Kel\'Thuzad\'s Minion',NULL,0,57,59,0,14,0,1.25,1.14286,1,0,102,135,0,248,1,1430,1573,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.03,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14487,0,0,0,0,0,5286,0,0,0,'Gluggle',NULL,NULL,0,37,37,0,18,0,1.6,1.14286,1,4,36,51,0,54,1,2000,2000,8,32768,2048,0,0,0,0,0,0,31,46,18,7,0,14487,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,73,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14488,0,0,0,0,0,5782,0,0,0,'Roloch',NULL,NULL,0,38,38,0,45,0,1.6,1.14286,1,4,53,70,0,128,1,1333,1466,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,14488,0,0,0,0,0,0,0,0,15496,0,0,0,0,0,0,0,0,0,63,88,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14489,0,0,0,0,0,9790,0,0,0,'Scourge Archer',NULL,NULL,0,60,60,0,14,0,1.26,1.14286,1,0,104,138,0,252,1,1410,1551,1,6,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_balance_of_light_and_shadow',12340),(14490,0,0,0,0,0,14528,0,0,0,'Rippa',NULL,NULL,0,44,44,0,1878,0,3.31,1.14286,1,4,72,96,0,174,1,1283,1411,1,32768,2048,0,0,0,0,0,0,49,73,16,1,0,14490,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14491,0,0,0,0,0,3186,0,0,0,'Kurmokk',NULL,NULL,0,42,42,0,72,0,1,1.14286,1,4,62,83,0,152,1,1325,2000,1,0,2048,0,9,0,0,0,0,43,63,15,1,1,14491,0,100004,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,12961,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14492,0,0,0,0,0,7232,0,0,0,'Verifonix','The Surveyor',NULL,0,42,42,0,189,0,1.64,1.14286,1,4,62,83,0,152,1,1300,1430,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,14492,0,0,0,0,0,0,0,0,12097,0,0,0,0,0,0,0,0,0,75,103,'',0,3,1,1.2,1,1,0,3917,0,0,0,0,0,0,1,0,0,'',12340),(14494,0,0,0,0,0,14545,0,0,0,'Eris Havenfire',NULL,NULL,30212,60,60,0,35,3,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'npc_eris_hevenfire',12340),(14495,0,0,0,0,0,169,13069,0,0,'Invisible Trigger One',NULL,NULL,0,60,60,0,14,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(14496,0,0,0,0,0,252,257,251,221,'Stormwind Orphan',NULL,NULL,0,1,3,0,12,0,1,1.14286,1,0,3,4,0,28,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14497,0,0,0,0,0,8632,0,0,0,'Shellene','Orphanage Matron',NULL,0,20,20,0,12,0,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,0,2048,0,0,0,0,0,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14498,0,0,0,0,0,3850,0,0,0,'Tosamina',NULL,NULL,0,34,34,0,29,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14499,0,0,0,0,0,14589,14616,0,0,'Horde Orphan',NULL,NULL,0,1,3,0,29,0,1,1,1,0,3,4,0,28,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14500,0,0,0,0,0,10812,0,0,0,'J\'eevee',NULL,NULL,0,58,58,0,35,0,1.25,1.14286,1,0,100,132,0,242,1,1430,1573,1,0,2048,0,0,0,0,0,0,69,101,25,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14502,0,0,0,0,0,14552,0,0,0,'Xorothian Dreadsteed',NULL,NULL,0,62,62,0,90,0,1.77,1.14286,1,1,172,240,0,262,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,139,207,30,3,0,14502,0,14502,0,75,75,75,75,0,23202,22713,16636,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14503,0,0,0,0,0,14555,0,0,0,'The Cleaner',NULL,NULL,0,63,63,0,14,0,1.77,1.14286,1,1,181,253,0,268,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,147,219,32,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),(14504,0,0,0,0,0,14553,0,0,0,'Dreadsteed Spirit',NULL,NULL,0,60,60,0,7,2,1.26,1.14286,1,0,104,138,0,252,5,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14505,0,0,0,0,0,14554,0,0,0,'Dreadsteed',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14506,0,0,0,0,0,14556,0,0,0,'Lord Hel\'nurath',NULL,NULL,0,62,62,0,90,0,3.61,1.14286,1,2,160,223,0,246,5,1133,1246,2,0,2048,0,0,0,0,0,0,129,191,26,3,0,14506,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,2131,2788,'SmartAI',1,3,1,12,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14507,0,0,0,0,0,15217,0,0,0,'High Priest Venoxis',NULL,NULL,0,63,63,0,28,0,1.32,1.14286,1,3,164,228,0,249,35,2000,2000,2,32832,2048,0,0,0,0,0,0,133,196,26,7,76,14507,0,0,0,0,0,0,0,0,23858,23859,23860,23895,0,0,0,0,0,0,342504,418616,'',1,1,1,80,10,1,0,19881,22216,0,0,0,0,188,1,617299803,1,'boss_venoxis',12340),(14508,0,0,0,0,0,14561,0,0,0,'Short John Mithril',NULL,NULL,5921,47,47,0,35,3,1.1,1.14286,1,0,79,105,0,192,1,2000,2000,1,768,2048,0,0,0,0,0,0,54,80,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_short_john_mirthil',12340),(14509,0,0,0,0,0,15216,0,0,0,'High Priest Thekal',NULL,NULL,0,63,63,0,28,0,1.32,1.14286,1,3,164,228,0,249,35,2700,2000,2,32832,2048,0,0,0,0,0,0,133,196,26,7,76,14509,0,0,0,0,0,0,0,0,22859,22666,24185,24189,0,0,0,0,0,0,336255,410978,'',1,1,1,50,5,1,0,19881,0,0,0,0,0,188,1,617299803,1,'boss_thekal',12340),(14510,0,0,0,0,0,15220,0,0,0,'High Priestess Mar\'li',NULL,NULL,0,63,63,0,28,0,1.32,1.14286,1,3,164,228,0,249,35,2000,2000,2,32832,2048,0,0,0,0,0,0,133,196,26,7,76,14510,0,0,0,0,0,0,0,0,24099,24300,24109,24110,0,0,0,0,0,0,327734,400563,'',1,1,1,125,5,1,0,19881,0,0,0,0,0,188,1,617299803,257,'boss_marli',12340),(14511,0,0,0,0,0,14594,0,0,0,'Shadowed Spirit',NULL,NULL,0,60,60,0,21,0,1.15,1.14286,1,1,146,192,0,238,7.5,1175,1292,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,0,0,0,0,0,0,0,0,0,15245,22575,22417,12739,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,2,1,0,0,0,0,0,0,0,138,1,8388624,0,'',12340),(14512,0,0,0,0,0,14592,0,0,0,'Corrupted Spirit',NULL,NULL,0,59,60,0,21,0,1.15,1.14286,1,1,146,192,0,238,7.5,1183,1301,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,0,0,0,0,0,0,0,0,0,18376,6819,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,118,1,8388624,0,'',12340),(14513,0,0,0,0,0,14593,0,0,0,'Malicious Spirit',NULL,NULL,0,59,60,0,21,0,1.76,1.14286,1,1,104,138,0,252,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,13738,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,94,1,8388624,0,'',12340),(14514,0,0,0,0,0,146,0,0,0,'Banal Spirit',NULL,NULL,0,60,60,0,21,0,1.26,1.14286,1,0,146,192,0,238,1,1410,1551,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,0,0,0,0,0,0,0,0,0,8140,23262,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,76,1,8388624,0,'',12340),(14515,0,0,0,0,0,15218,0,0,0,'High Priestess Arlokk',NULL,NULL,0,63,63,0,14,0,1.18,1.14286,1,3,164,228,0,249,35,1100,1500,2,32832,2048,0,0,0,0,0,0,133,196,26,7,76,14515,0,0,0,0,0,0,0,0,12540,24210,24236,24213,0,0,0,0,0,0,340964,416733,'',1,3,1,105,5,1,0,19881,0,0,0,0,0,188,1,617299803,1,'boss_arlokk',12340),(14516,0,0,0,0,0,14591,0,0,0,'Death Knight Darkreaver',NULL,NULL,0,62,62,0,21,0,1.15,1.14286,1,1,160,223,0,246,7.5,1150,1265,2,0,2048,0,0,0,0,0,0,129,191,26,6,0,14516,0,0,0,0,0,0,0,0,15284,22644,17393,0,0,0,0,0,0,0,1760,2303,'SmartAI',1,3,1,15,4,1,0,18749,18880,0,0,0,0,0,1,8388624,0,'',12340),(14517,0,0,0,0,0,15219,0,0,0,'High Priestess Jeklik',NULL,NULL,0,63,63,0,28,0,1.32,1.14286,1,3,164,228,0,249,35,2000,2000,2,32832,2048,0,0,0,0,0,0,133,196,26,7,76,14517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333374,407457,'',1,1,1,125,10,1,0,19881,0,0,0,0,0,188,1,617299803,1,'boss_jeklik',12340),(14518,0,0,0,0,0,14560,0,0,0,'Aspect of Banality',NULL,NULL,0,60,60,0,21,0,1.79,1.14286,1,1,146,192,0,238,7.5,1150,1265,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,14518,0,0,0,0,0,0,0,0,11556,8140,23262,0,0,0,0,0,0,0,694,911,'SmartAI',1,3,1,6,4,1,0,0,0,0,0,0,0,76,1,8388624,0,'',12340),(14519,0,0,0,0,0,10703,0,0,0,'Aspect of Corruption',NULL,NULL,0,60,60,0,21,0,1.79,1.14286,1,1,146,192,0,238,7.5,1150,1265,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,14519,0,0,0,0,0,0,0,0,10894,23244,0,0,0,0,0,0,0,0,864,1133,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,118,1,8388624,0,'',12340),(14520,0,0,0,0,0,14368,0,0,0,'Aspect of Malice',NULL,NULL,0,60,60,0,21,0,1.79,1.14286,1,1,104,138,0,252,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,14520,0,0,0,0,0,0,0,0,17504,12867,24673,0,0,0,0,0,0,0,864,1133,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,94,1,8388624,0,'',12340),(14521,0,0,0,0,0,11649,0,0,0,'Aspect of Shadow',NULL,NULL,0,60,60,0,21,0,1.79,1.14286,1,1,146,192,0,238,7.5,1150,1265,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,14521,0,0,0,0,0,0,0,0,30138,11660,0,0,0,0,0,0,0,0,652,856,'SmartAI',1,3,1,6,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14522,0,0,0,0,0,14564,0,0,0,'Ur\'dan',NULL,NULL,0,54,54,0,1434,129,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,2,32768,2048,0,0,0,0,0,0,59,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,136,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14523,0,0,0,0,0,14563,0,0,0,'Ulathek',NULL,NULL,56000,57,57,0,1434,1,1,1.14286,1,0,91,121,0,224,1,2000,2000,2,32768,2048,0,0,0,0,0,0,62,92,22,7,0,14523,0,0,0,0,0,0,0,0,9613,8699,0,0,0,0,0,0,0,0,107,145,'SmartAI',0,3,1,1.3,1,1,0,18719,0,0,0,0,0,0,1,0,0,'',12340),(14524,0,0,0,0,0,14567,0,0,0,'Vartrus the Ancient',NULL,NULL,30201,63,63,0,35,3,1.79,1.14286,1,1,181,253,0,268,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,147,219,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14525,0,0,0,0,0,14567,0,0,0,'Stoma the Ancient',NULL,NULL,0,63,63,0,35,2,1.79,1.14286,1,1,181,253,0,268,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,147,219,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14526,0,0,0,0,0,14567,0,0,0,'Hastat the Ancient',NULL,NULL,0,63,63,0,35,2,1.79,1.14286,1,1,181,253,0,268,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,147,219,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14527,0,0,0,0,0,14588,0,0,0,'Simone the Inconspicuous',NULL,NULL,5868,60,60,0,25,0,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,3,0,14527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,5,1,0,18952,0,0,0,0,0,0,1,0,2,'npc_stave_of_the_ancients',12340),(14528,0,0,0,0,0,855,0,0,0,'Precious','Simone\'s Pet',NULL,5869,60,60,0,25,0,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stave_of_the_ancients',12340),(14529,0,0,0,0,0,14586,0,0,0,'Franklin the Friendly',NULL,NULL,0,60,60,0,25,0,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,3,0,14529,0,0,0,0,0,0,0,0,23504,23260,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,5,1,0,18953,0,0,0,0,0,0,1,0,2,'npc_stave_of_the_ancients',12340),(14530,0,0,0,0,0,8610,0,0,0,'Solenor the Slayer',NULL,NULL,0,60,60,0,90,0,3.51,1.14286,1,1,104,138,0,252,7.5,1183,1301,2,0,2048,0,0,0,0,0,0,72,106,26,3,0,14530,0,0,0,0,0,0,0,0,23275,0,23504,23729,0,0,0,0,0,0,0,0,'',0,3,1,8,20,1,0,18954,0,0,0,0,0,164,1,0,0,'',12340),(14531,0,0,0,0,0,14580,0,0,0,'Artorius the Amiable',NULL,NULL,0,60,60,0,25,0,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,3,0,14531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,8,5,1,0,18955,0,0,0,0,0,0,1,0,2,'npc_stave_of_the_ancients',12340),(14532,0,0,0,0,0,14950,0,0,0,'Razzashi Venombrood',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,64,2048,0,3,0,0,0,0,72,106,26,1,9,14532,0,0,0,0,0,0,0,0,24596,7992,0,0,0,0,0,0,10517,0,0,0,'SmartAI',1,1,1,4,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(14533,0,0,0,0,0,10925,0,0,0,'Simone the Seductress',NULL,NULL,0,60,60,0,90,0,2.63,1.14286,1,1,104,138,0,252,7.5,1183,1301,2,0,2048,0,0,0,0,0,0,72,106,26,3,0,14533,0,0,0,0,0,0,0,0,23504,23205,40536,12528,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,18952,0,0,0,0,0,0,1,0,0,'',12340),(14534,0,0,0,0,0,9018,0,0,0,'Klinfran the Crazed',NULL,NULL,0,60,60,0,90,0,1.76,1.14286,1,1,104,138,0,252,7.5,1183,2000,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,14534,0,0,0,0,0,0,0,0,23257,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,18953,0,0,0,0,0,0,1,0,0,'',12340),(14535,0,0,0,0,0,2727,0,0,0,'Artorius the Doombringer',NULL,NULL,0,60,60,0,90,0,1.76,1.14286,1,1,104,138,0,252,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,14535,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,18955,0,0,0,0,0,0,1,0,0,'',12340),(14536,0,0,0,0,0,14587,0,0,0,'Nelson the Nice',NULL,NULL,0,60,60,0,25,0,1.1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,3,0,14536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,5,1,0,18954,0,0,0,0,0,0,1,0,2,'npc_stave_of_the_ancients',12340),(14538,0,0,0,0,0,6688,0,0,0,'Precious the Devourer','Simone\'s Pet',NULL,0,60,60,0,90,0,4.41,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14539,0,0,0,0,0,14575,0,0,0,'Swift Timber Wolf',NULL,NULL,0,10,10,0,35,0,1,1.38571,1,0,13,17,0,42,1,2000,2200,1,0,2048,0,0,0,0,0,0,9,13,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14540,0,0,0,0,0,14573,0,0,0,'Swift Brown Wolf',NULL,NULL,0,10,10,0,35,0,1,1.38571,1,0,13,17,0,42,1,2000,2200,1,0,2048,0,0,0,0,0,0,9,13,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14541,0,0,0,0,0,14574,0,0,0,'Swift Gray Wolf',NULL,NULL,0,10,10,0,35,0,1,1.38571,1,0,13,17,0,42,1,2000,2200,1,0,2048,0,0,0,0,0,0,9,13,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14542,0,0,0,0,0,14349,0,0,0,'Great White Kodo',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14543,0,0,0,0,0,14344,0,0,0,'Swift Olive Raptor',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14544,0,0,0,0,0,14342,0,0,0,'Swift Orange Raptor',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14545,0,0,0,0,0,14339,0,0,0,'Swift Blue Raptor',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14546,0,0,0,0,0,14347,0,0,0,'Swift Brown Ram',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14547,0,0,0,0,0,14346,0,0,0,'Swift White Ram',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14548,0,0,0,0,0,14576,0,0,0,'Swift Gray Ram',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14549,0,0,0,0,0,14578,0,0,0,'Great Brown Kodo',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14550,0,0,0,0,0,14579,0,0,0,'Great Gray Kodo',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14551,0,0,0,0,0,14377,0,0,0,'Swift Yellow Mechanostrider',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),(14552,0,0,0,0,0,14376,0,0,0,'Swift White Mechanostrider',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),(14553,0,0,0,0,0,14374,0,0,0,'Swift Green Mechanostrider',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),(14555,0,0,0,0,0,14332,0,0,0,'Swift Mistsaber',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14556,0,0,0,0,0,14331,0,0,0,'Swift Frostsaber',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14557,0,0,0,0,0,14329,0,0,0,'Swift Dawnsaber',NULL,NULL,0,1,2,0,35,0,1.36,1.14286,1,0,2,2,0,26,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14558,0,0,0,0,0,10721,0,0,0,'Purple Skeletal Warhorse',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),(14559,0,0,0,0,0,14582,0,0,0,'Swift Palomino','',NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14560,0,0,0,0,0,14338,0,0,0,'Swift White Steed','',NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14561,0,0,0,0,0,14583,0,0,0,'Swift Brown Steed','',NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14564,0,0,0,0,0,10700,0,0,0,'Terrordale Spirit',NULL,NULL,0,59,60,0,21,0,1.25,1.14286,1,0,104,138,0,252,1,1420,1562,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,14564,0,0,0,0,0,0,0,0,7713,0,0,0,0,0,0,0,0,0,134,180,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,118,1,8388624,0,'',12340),(14565,0,0,0,0,0,14584,0,0,0,'Charger',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14566,0,0,0,0,0,14585,0,0,0,'Ancient Equine Spirit',NULL,NULL,0,60,60,0,35,2,1,1.38571,1,0,104,138,0,252,5,2000,1551,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14567,0,0,0,0,0,14668,0,0,0,'Derotain Mudsipper','The Thorium Brotherhood',NULL,0,52,52,0,1475,2,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,768,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14568,0,0,0,0,0,14590,0,0,0,'Darkreaver\'s Fallen Charger',NULL,NULL,0,60,60,0,35,2,1.15,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14581,0,0,0,0,0,14612,0,0,0,'Sergeant Thunderhorn','Weapons Quartermaster',NULL,0,65,65,1,1074,130,1.1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14601,0,0,0,0,0,6377,0,0,0,'Ebonroc',NULL,NULL,0,63,63,0,62,0,2,1.14286,1,3,181,253,0,268,35,1100,1600,1,0,2048,0,0,0,0,0,0,147,219,32,2,76,14601,0,14601,0,0,0,0,0,0,22539,23339,3391,23340,0,0,0,0,0,0,829381,1013688,'',1,3,1,300,1,1,0,0,0,0,0,0,0,191,1,617299803,1,'boss_ebonroc',12340),(14602,0,0,0,0,0,14632,0,0,0,'Swift Stormsaber',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14603,0,0,0,0,0,14673,0,0,0,'Zapped Shore Strider',NULL,NULL,0,48,49,0,778,0,1.19,1.14286,1,0,83,110,0,200,1,1530,1683,1,0,2048,0,0,0,0,0,0,57,84,19,5,0,14603,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,126,'',0,3,1,1.25,1,1,0,18956,0,0,0,0,0,0,1,0,0,'',12340),(14604,0,0,0,0,0,14675,0,0,0,'Zapped Land Walker',NULL,NULL,0,48,49,0,778,0,1.2,1.14286,1,0,83,110,0,200,1,1510,1661,1,0,2048,0,0,0,0,0,0,57,84,19,5,0,14604,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,132,'',0,3,1,1.25,1,1,0,9589,9592,18956,0,0,0,0,1,0,0,'',12340),(14621,0,0,0,0,0,14665,0,0,0,'Overseer Maltorius',NULL,NULL,0,50,50,0,754,0,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,32768,2048,0,0,0,0,0,0,54,79,18,7,0,14621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,18946,0,0,0,0,0,0,1,0,0,'',12340),(14622,0,0,0,0,0,14669,14670,14671,14672,'Thorium Brotherhood Lookout','The Thorium Brotherhood',NULL,0,50,52,0,1475,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,32768,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14624,0,0,0,0,0,14652,0,0,0,'Master Smith Burninate','The Thorium Brotherhood',NULL,5962,52,52,0,1475,4995,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,768,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14625,0,0,0,0,0,14653,0,0,0,'Overseer Oilfist','The Thorium Brotherhood',NULL,12293,60,60,0,1475,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14626,0,0,0,0,0,14654,0,0,0,'Taskmaster Scrange','The Thorium Brotherhood',NULL,5966,54,54,0,1475,3,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,768,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14627,0,0,0,0,0,14655,0,0,0,'Hansel Heavyhands','The Thorium Brotherhood',NULL,5963,53,53,0,1475,3,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,768,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14628,0,0,0,0,0,14656,0,0,0,'Evonice Sootsmoker','The Thorium Brotherhood',NULL,5942,51,51,0,1475,3,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,768,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14634,0,0,0,0,0,14662,0,0,0,'Lookout Captain Lolo Longstriker','The Thorium Brotherhood',NULL,5941,59,59,0,1475,3,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,768,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14637,0,0,0,0,0,14664,0,0,0,'Zorbin Fandazzle','',NULL,11361,40,40,0,35,131,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,32768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14638,0,0,0,0,0,14673,0,0,0,'Zapped Wave Strider',NULL,NULL,0,47,48,0,778,0,1.19,1.14286,1,0,81,108,0,196,1,1520,1672,1,0,2048,0,0,0,0,0,0,56,82,19,5,0,14638,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,128,'',0,3,1,1.25,1,1,0,18956,0,0,0,0,0,0,1,0,0,'',12340),(14639,0,0,0,0,0,14673,0,0,0,'Zapped Deep Strider',NULL,NULL,0,47,49,0,778,0,1.19,1.14286,1,0,83,110,0,200,1,1520,1672,1,0,2048,0,0,0,0,0,0,57,84,19,5,0,14639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,114,'',0,3,1,1.25,1,1,0,18956,0,0,0,0,0,0,1,0,0,'',12340),(14640,0,0,0,0,0,14674,0,0,0,'Zapped Cliff Giant',NULL,NULL,0,49,50,0,778,0,1.2,1.14286,1,0,85,112,0,206,1,1510,1661,1,0,2048,0,0,0,0,0,0,58,86,20,5,0,14640,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,133,'',0,3,1,1.25,1,1,0,9589,9592,18956,0,0,0,0,1,0,0,'',12340),(14645,0,0,0,0,0,8590,0,0,0,'Warsong Gulch Herald',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14646,0,0,0,0,0,11686,0,0,0,'Stratholme Trigger',NULL,NULL,0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,3.5,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(14661,0,0,0,0,0,12149,0,0,0,'Stinglasher',NULL,NULL,0,47,47,0,310,0,1.1,1.14286,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,10,0,14661,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.5,1,1,0,18961,18962,0,0,0,0,0,1,0,0,'',12340),(14662,0,0,0,0,0,4683,0,0,0,'Corrupted Fire Nova Totem V',NULL,NULL,0,52,52,0,103,0,1.21,1.14286,1,0,87,117,0,214,1,1490,1639,1,0,2048,0,0,0,0,0,0,61,90,21,11,0,0,0,0,0,0,0,0,0,0,11307,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14663,0,0,0,0,0,4588,0,0,0,'Corrupted Stoneskin Totem VI',NULL,NULL,0,54,54,0,103,0,1.22,1.14286,1,0,92,122,0,224,1,1470,1617,1,0,2048,0,0,0,0,0,0,63,93,22,11,0,0,0,0,0,0,0,0,0,0,10405,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14664,0,0,0,0,0,4587,0,0,0,'Corrupted Healing Stream Totem V',NULL,NULL,0,60,60,0,103,0,1.26,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,11,0,0,0,0,0,0,0,0,0,0,10461,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14666,0,0,0,0,0,4590,0,0,0,'Corrupted Windfury Totem III',NULL,NULL,0,60,60,0,103,0,1.26,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14667,0,0,0,0,0,11686,0,0,0,'Corrupted Totem',NULL,NULL,0,60,60,0,35,0,0.91,1.14286,1,0,104,138,0,252,1,2000,2200,1,0,2048,0,0,0,0,0,0,72,106,26,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14668,0,0,0,0,0,169,0,0,0,'Corrupted Infernal',NULL,NULL,0,60,60,0,954,0,1.25,1.14286,1,0,104,138,0,252,1,1420,1562,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,204,'',1,3,1,1.6,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(14686,0,0,0,0,0,10698,0,0,0,'Lady Falther\'ess',NULL,NULL,0,37,37,0,21,0,1.15,1.14286,1,1,51,68,0,124,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,6,0,14686,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14693,0,0,0,0,0,16197,0,0,0,'Scorn',NULL,NULL,0,34,34,0,21,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,14693,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,6,1,0,0,0,0,0,0,0,0,1,8390928,0,'',12340),(14715,0,0,0,0,0,14712,14713,14714,14715,'Silverwing Elite',NULL,NULL,0,55,55,0,1514,0,1.05,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,15620,30619,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14717,0,0,0,0,0,14716,14718,14717,14719,'Horde Elite',NULL,NULL,0,65,65,1,1515,2,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14718,0,0,0,0,0,11857,11859,11858,11860,'Horde Laborer',NULL,NULL,0,26,27,0,1515,0,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,4096,2048,0,0,0,0,0,0,26,39,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14720,0,0,0,0,0,14732,0,0,0,'High Overlord Saurfang',NULL,NULL,0,72,72,1,29,3,1.1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,199,1,0,2,'',12340),(14721,0,0,0,0,0,14733,0,0,0,'Field Marshal Afrasiabi',NULL,NULL,6028,62,62,0,12,3,1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,749,'SmartAI',0,3,1,16,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14722,0,0,0,0,0,14753,0,0,0,'Clavicus Knavingham','Alliance Cloth Quartermaster',NULL,6041,35,35,0,12,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14723,0,0,0,0,0,14754,0,0,0,'Mistina Steelshield','Alliance Cloth Quartermaster',NULL,6043,35,35,0,55,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14724,0,0,0,0,0,14752,0,0,0,'Bubulo Acerbus','Alliance Cloth Quartermaster',NULL,6042,35,35,0,875,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14725,0,0,0,0,0,14755,0,0,0,'Raedon Duskstriker','Alliance Cloth Quartermaster',NULL,6044,35,35,0,80,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14726,0,0,0,0,0,14757,0,0,0,'Rashona Straglash','Horde Cloth Quartermaster',NULL,6035,35,35,0,29,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14727,0,0,0,0,0,14759,0,0,0,'Vehena','Horde Cloth Quartermaster',NULL,6034,35,35,0,126,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14728,0,0,0,0,0,14758,0,0,0,'Rumstag Proudstrider','Horde Cloth Quartermaster',NULL,6037,35,35,0,104,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14729,0,0,0,0,0,14756,0,0,0,'Ralston Farnsley','Horde Cloth Quartermaster',NULL,6036,35,35,0,68,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14730,0,0,0,0,0,14762,14763,28260,28261,'Revantusk Watcher',NULL,NULL,0,65,65,1,1495,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14731,0,0,0,0,0,10714,0,0,0,'Lard','Innkeeper',NULL,6059,48,48,0,1494,66179,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,36864,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(14732,0,0,0,0,0,1141,0,0,0,'PvP CTF Credit Marker',NULL,NULL,0,60,60,0,35,0,1,0.71429,1,0,104,138,0,252,1,2000,1551,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),(14733,0,0,0,0,0,14813,0,0,0,'Sentinel Farsong',NULL,NULL,6523,55,55,0,1514,3,1.05,1.14286,1,1,94,125,0,228,2.4,1000,2000,1,4608,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14734,0,0,0,0,0,28257,28258,28259,14767,'Revantusk Drummer',NULL,NULL,0,50,50,0,1494,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,36864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14736,0,0,0,0,0,14768,0,0,0,'Primal Torntusk',NULL,NULL,0,60,60,0,1494,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14737,0,0,0,0,0,14769,0,0,0,'Smith Slagtree','Blacksmithing Supplies',NULL,6085,47,47,0,1494,4227,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,36864,2048,0,0,0,0,0,0,54,80,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14738,0,0,0,0,0,28265,0,0,0,'Otho Moji\'ko','Cooking Supplies',NULL,6083,48,48,0,1494,131,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,36864,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14739,0,0,0,0,0,14771,0,0,0,'Mystic Yayo\'jin','Reagents',NULL,6086,48,48,0,1494,2179,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,32768,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,10892,6060,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14740,0,0,0,0,0,28264,0,0,0,'Katoom the Angler','Fishing Trainer & Supplies',NULL,6087,42,42,0,1494,211,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,36864,2048,0,0,2,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14741,0,0,0,0,0,28263,0,0,0,'Huntsman Markhor','Stable Master',NULL,6088,45,45,0,1494,4194307,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,36864,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14742,0,0,0,0,0,14775,0,0,0,'Zap Farflinger','Unbalanced Engineer',NULL,6092,56,56,0,855,1,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,512,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_engineering_tele_trinket',12340),(14743,0,0,0,0,0,14774,0,0,0,'Jhordy Lapforge','Engineer',NULL,6094,50,50,0,474,1,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_engineering_tele_trinket',12340),(14744,0,0,0,0,0,14776,0,0,0,'Frostwolf Howler',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14745,0,0,0,0,0,14777,0,0,0,'Stormpike Battle Charger',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14748,0,0,0,0,0,28248,6513,0,0,'Vilebranch Kidnapper',NULL,NULL,0,49,49,0,795,0,1.1,1.14286,1,0,83,110,0,200,1,2000,2000,1,32768,2048,0,0,0,0,0,0,57,84,19,7,0,14748,0,0,0,0,0,0,0,0,7160,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,19034,0,0,0,0,0,0,1,0,64,'',12340),(14750,0,0,0,0,0,15303,0,0,0,'Gurubashi Bat Rider',NULL,NULL,0,59,61,0,28,0,1.32,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,7,8,14750,0,14750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1418,1857,'SmartAI',1,1,1,10,1,1,0,0,0,0,0,0,0,191,1,0,0,'',12340),(14751,0,0,0,0,0,14782,0,0,0,'Frostwolf Battle Standard','',NULL,0,1,1,0,58,0,0.01,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,23576,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14752,0,0,0,0,0,14783,0,0,0,'Stormpike Battle Standard','',NULL,0,1,1,0,58,0,1,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,23574,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14753,0,0,0,0,0,14784,0,0,0,'Illiyana Moonblaze','Silverwing Supply Officer',NULL,0,55,55,0,1514,4226,1.05,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14754,0,0,0,0,0,14785,0,0,0,'Kelm Hargunth','Warsong Supply Officer',NULL,0,55,55,0,1515,4226,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14757,0,0,0,0,0,28262,0,0,0,'Elder Torntusk',NULL,NULL,0,48,48,0,1494,3,1.1,1.14286,1,0,81,108,0,196,1,2000,2000,1,37376,2048,0,0,0,0,0,0,56,82,19,7,0,14757,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14758,0,0,0,0,0,11686,0,0,0,'Zul\'Gurub Trigger',NULL,NULL,0,60,60,0,114,0,1.32,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(14762,22542,31966,37285,0,0,14793,14795,14794,14796,'Dun Baldar North Marshal',NULL,NULL,0,60,60,0,1534,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_av_marshal_or_warmaster',12340),(14763,22544,31968,37287,0,0,14793,14795,14794,14796,'Dun Baldar South Marshal',NULL,NULL,0,60,60,0,1534,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,14763,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_av_marshal_or_warmaster',12340),(14764,22561,32008,37327,0,0,14793,14795,14794,14796,'Icewing Marshal',NULL,NULL,0,60,60,0,1534,0,1,1.14286,1,1,104,138,0,252,7.5,2000,1292,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_av_marshal_or_warmaster',12340),(14765,22572,32086,37407,0,0,14793,14795,14794,14796,'Stonehearth Marshal',NULL,NULL,0,60,60,0,1534,0,1,1.14286,1,1,104,138,0,252,7.5,2000,1292,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,14765,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_av_marshal_or_warmaster',12340),(14766,22559,32006,37325,0,0,14793,14795,14794,14796,'Iceblood Marshal',NULL,NULL,0,60,60,0,1534,0,1.76,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,14766,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14767,22579,31908,37434,0,0,14793,14795,14794,14796,'Tower Point Marshal',NULL,NULL,0,60,60,0,1534,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,14767,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14768,22547,31971,37290,0,0,14793,14795,14794,14796,'East Frostwolf Marshal',NULL,NULL,0,60,60,0,1534,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,14768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14769,22595,31903,37467,0,0,14793,14795,14794,14796,'West Frostwolf Marshal',NULL,NULL,0,60,60,0,1534,0,1.76,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,14769,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14770,22543,0,0,0,0,14797,14799,14798,14800,'Dun Baldar North Warmaster',NULL,NULL,0,60,60,0,1214,0,1.76,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,14770,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14771,22545,31969,37288,0,0,14797,14799,14798,14800,'Dun Baldar South Warmaster',NULL,NULL,0,60,60,0,1214,0,1.76,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,14771,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14772,22548,31972,37291,0,0,14797,14799,14798,14800,'East Frostwolf Warmaster',NULL,NULL,0,60,60,0,1214,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,14772,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6049,7904,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_av_marshal_or_warmaster',12340),(14773,22560,32007,37326,0,0,14797,14799,14798,14800,'Iceblood Warmaster',NULL,NULL,0,60,60,0,1214,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_av_marshal_or_warmaster',12340),(14774,22562,32009,37328,0,0,14797,14799,14798,14800,'Icewing Warmaster',NULL,NULL,0,60,60,0,1214,0,1.76,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,14774,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6049,7904,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14775,22573,32087,37408,0,0,14797,14799,14798,14800,'Stonehearth Warmaster',NULL,NULL,0,60,60,0,1214,0,1.76,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,14775,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6049,7904,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14776,22580,31909,37435,0,0,14797,14799,14798,14800,'Tower Point Warmaster',NULL,NULL,0,60,60,0,1214,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_av_marshal_or_warmaster',12340),(14777,22596,31829,37468,0,0,14797,14799,14798,14800,'West Frostwolf Warmaster',NULL,NULL,0,60,60,0,1214,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,14777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_av_marshal_or_warmaster',12340),(14781,0,0,0,0,0,14812,0,0,0,'Captain Shatterskull',NULL,NULL,6524,55,55,0,1515,3,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,4160,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,5246,15496,31737,0,0,0,0,0,0,0,0,0,'',0,1,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14821,0,0,0,0,0,2571,0,0,0,'Razzashi Raptor',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,64,2048,0,11,0,0,0,0,72,106,26,1,9,14821,0,14821,0,0,0,0,0,0,3391,24339,8599,0,0,0,0,0,13211,0,0,0,'SmartAI',1,1,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14822,0,0,0,0,0,491,0,0,0,'Sayge','',NULL,6186,55,55,0,1555,3,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,768,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_sayge',12340),(14823,0,0,0,0,0,14855,0,0,0,'Silas Darkmoon','',NULL,6182,61,61,0,1555,3,1,1.14286,1,1,152,210,0,244,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,120,179,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14825,0,0,0,0,0,14981,14982,14983,14984,'Withered Mistress',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,101,167,24,6,8,14825,0,0,0,0,0,0,0,0,3391,24673,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,5,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14826,0,0,0,0,0,14391,0,0,0,'Sacrificed Troll',NULL,NULL,0,60,60,0,16,0,1.32,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,6,8,14826,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14827,0,0,0,0,0,536,0,0,0,'Burth',NULL,NULL,6184,60,60,0,1555,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14828,0,0,0,0,0,14854,0,0,0,'Gelvas Grimegate','Darkmoon Faire Ticket Redemption',NULL,6183,25,25,0,1555,3,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,768,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14829,0,0,0,0,0,14856,0,0,0,'Yebb Neblegear',NULL,NULL,6161,55,55,0,1555,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14832,0,0,0,0,0,14876,0,0,0,'Kerri Hicks','The Strongest Woman Alive!',NULL,6223,55,55,0,1555,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14833,0,0,0,0,0,14875,0,0,0,'Chronos','He Who Never Forgets!',NULL,6224,55,55,0,1555,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14834,0,0,0,0,0,15295,0,0,0,'Hakkar','',NULL,0,63,63,0,28,0,1.32,1.14286,1,3,164,228,0,249,35,2000,2000,2,64,2048,0,0,0,0,0,0,133,196,26,10,76,14834,0,0,0,0,0,0,0,0,24324,24327,24328,0,0,0,0,0,0,0,450277,550338,'',1,1,1,270,100,1,0,0,0,0,0,0,0,188,1,617299803,1,'boss_hakkar',12340),(14841,0,0,0,0,0,14877,0,0,0,'Rinling',NULL,NULL,6225,55,55,0,1555,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14842,0,0,0,0,0,14878,0,0,0,'Melnan Darkstone','Darkmoon Faire Barker',NULL,6213,30,30,0,1555,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14843,0,0,0,0,0,14879,0,0,0,'Kruban Darkblade','Darkmoon Faire Barker',NULL,6214,30,30,0,1555,3,1,1.14286,1,0,42,56,0,102,1,2000,1881,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14844,0,0,0,0,0,14880,0,0,0,'Sylannia','Darkmoon Faire Drink Vendor',NULL,6230,35,35,0,1555,641,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14845,0,0,0,0,0,14881,0,0,0,'Stamp Thunderhorn','Darkmoon Faire Food Vendor',NULL,6234,35,35,0,1555,641,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14846,0,0,0,0,0,14882,0,0,0,'Lhara','Darkmoon Faire Exotic Goods',NULL,6233,35,35,0,1555,129,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14847,0,0,0,0,0,14883,0,0,0,'Professor Thaddeus Paleo','Darkmoon Faire Cards & Exotic Goods',NULL,6202,35,35,0,1555,131,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14848,22557,32003,37322,0,0,13069,0,0,0,'Herald',NULL,NULL,0,60,60,0,1334,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33559296,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14849,0,0,0,0,0,14890,14912,14913,14914,'Darkmoon Faire Carnie',NULL,NULL,6201,25,25,0,1555,1,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,768,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14850,0,0,0,0,0,14589,0,0,0,'Gruk',NULL,NULL,0,1,1,0,29,0,1,1,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14857,0,0,0,0,0,14589,0,0,0,'Erk',NULL,NULL,0,2,2,0,29,0,1,1,1,0,2,2,0,26,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14859,0,0,0,0,0,14894,0,0,0,'Guard Taruc',NULL,NULL,0,40,40,0,85,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14860,0,0,0,0,0,14589,0,0,0,'Flik','',NULL,6231,4,4,0,1555,129,1,1,1,0,4,5,0,30,1,2000,2000,1,768,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14861,0,0,0,0,0,10925,0,0,0,'Blood Steward of Kirtonos',NULL,NULL,0,61,61,0,21,0,1,1.14286,1,1,152,210,0,244,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,120,179,25,3,0,14861,0,0,0,0,0,0,0,0,22371,12493,3609,4086,0,0,0,0,0,0,738,969,'SmartAI',1,3,1,6,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14862,0,0,0,0,0,15359,0,0,0,'Emissary Roman\'khan','',NULL,0,63,63,0,16,0,1.8,1.14286,1,3,164,228,0,249,35,780,900,2,0,2048,0,0,0,0,0,0,133,196,26,10,12,14862,0,0,0,0,0,0,0,0,23772,23774,23773,0,0,0,0,0,0,0,4055,4275,'',0,3,1,5,2,1,0,20465,0,0,0,0,0,210,1,617299803,1,'',12340),(14864,0,0,0,0,0,14939,0,0,0,'Khaz Modan Ram',NULL,NULL,0,5,5,0,1555,0,1,2.57143,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,210,1,0,2,'',12340),(14865,0,0,0,0,0,14935,0,0,0,'Felinni',NULL,NULL,0,10,10,0,1555,0,1,1.14286,1,1,13,17,0,42,1.7,2000,2000,1,768,2048,0,2,0,0,0,0,9,13,100,1,0,0,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14866,0,0,0,0,0,14936,0,0,0,'Flik\'s Frog',NULL,NULL,6232,5,5,0,1555,1,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(14867,0,0,0,0,0,14938,0,0,0,'Jubjub',NULL,NULL,0,5,5,0,1555,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,512,2048,0,0,0,0,0,0,3,4,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(14868,0,0,0,0,0,14937,0,0,0,'Hornsley',NULL,NULL,0,8,8,0,1555,0,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,768,2048,0,0,0,0,0,0,7,10,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14869,0,0,0,0,0,14940,14941,14942,0,'Pygmy Cockatrice',NULL,NULL,0,1,1,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(14871,0,0,0,0,0,14943,0,0,0,'Morja',NULL,NULL,6227,12,12,0,1555,3,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,768,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14872,0,0,0,0,0,14589,0,0,0,'Trok',NULL,NULL,0,2,2,0,29,0,1,1,1,0,2,2,0,26,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,14872,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14873,0,0,0,0,0,14616,0,0,0,'Okla',NULL,NULL,0,1,1,0,29,0,1,1,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14874,0,0,0,0,0,14616,0,0,0,'Karu',NULL,NULL,0,1,1,0,29,0,1,1,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,14874,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14875,0,0,0,0,0,14993,0,0,0,'Molthor','Hand of Rastakhan',NULL,6235,60,60,0,1574,3,1.1,1.14286,1,1,104,138,0,252,4.6,2000,1292,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14876,0,0,0,0,0,14998,14999,15000,15001,'Zandalar Headshrinker',NULL,NULL,0,60,60,0,1574,0,1,1.14286,1,1,146,192,0,238,4.6,2000,1292,2,32832,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14878,0,0,0,0,0,14938,0,0,0,'Jubling',NULL,NULL,0,5,5,0,1555,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(14880,0,0,0,0,0,15072,0,0,0,'Razzashi Skitterer',NULL,NULL,0,56,58,0,28,0,1.32,1.14286,1,1,100,132,0,242,7.5,800,2000,1,0,2048,0,3,0,0,0,0,69,101,25,1,8,14880,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.5,1,1,0,0,0,0,0,0,0,208,1,0,0,'',12340),(14881,0,0,0,0,0,1160,2536,9829,14952,'Spider','',NULL,0,1,1,0,190,0,1,0.85714,1,0,2,2,0,24,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,745,744,6751,0,0,0,0,0,0,0,0,0,'',1,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(14882,0,0,0,0,0,14977,14978,14979,14980,'Atal\'ai Mistress',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,1000,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,7,8,14882,0,0,0,0,0,0,0,0,3391,24673,0,0,0,0,0,0,0,0,779,1022,'SmartAI',1,1,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14883,0,0,0,0,0,14973,14974,14975,14976,'Voodoo Slave',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,101,167,24,7,8,14883,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14884,0,0,0,0,0,15133,0,0,0,'Parasitic Serpent',NULL,NULL,0,1,1,0,14,0,1.69,1.14286,1,0,2,2,0,24,1,1008,1109,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,14884,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,84,1,0,0,'',12340),(14887,0,0,0,0,0,15364,0,0,0,'Ysondre',NULL,NULL,0,63,63,0,50,0,1.05,1.14286,1,3,181,253,0,268,35,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,2,44,14887,0,15412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69955,91358,'',0,3,1,250,25,1,0,0,0,0,0,0,0,169,1,617299803,0,'boss_ysondre',12340),(14888,0,0,0,0,0,15365,0,0,0,'Lethon',NULL,NULL,0,63,63,0,50,0,1.8,1.14286,1,3,181,253,0,268,35,1075,1382,1,64,2048,0,0,0,0,0,0,147,219,32,2,44,14888,0,15412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71655,93578,'',0,3,1,250,25,1,0,0,0,0,0,0,0,169,1,617299803,0,'boss_lethon',12340),(14889,0,0,0,0,0,15366,0,0,0,'Emeriss','',NULL,0,63,63,0,50,0,1.1,1.14286,1,3,181,253,0,268,35,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,2,44,14889,0,15412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29155,38078,'',0,3,1,250,25,1,0,0,0,0,0,0,0,169,1,617299803,0,'boss_emeriss',12340),(14890,0,0,0,0,0,15363,0,0,0,'Taerar',NULL,NULL,0,63,63,0,50,0,1.8,1.14286,1,3,181,253,0,268,35,1000,1300,1,0,2048,0,0,0,0,0,0,147,219,32,2,44,14890,0,15412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71655,93578,'',0,3,1,250,25,1,0,0,0,0,0,0,0,169,1,617299803,0,'boss_taerar',12340),(14892,0,0,0,0,0,10209,0,0,0,'Fang',NULL,NULL,0,1,1,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14893,0,0,0,0,0,14972,0,0,0,'Guard Kurall',NULL,NULL,0,40,40,0,85,0,1.1,1.14286,1,0,56,74,0,136,1,2000,2000,1,4096,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14894,0,0,0,0,0,14985,0,0,0,'Swarm of bees',NULL,NULL,0,1,1,0,29,0,1,0.857143,1,0,2,2,0,24,1,1500,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.0001,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(14901,0,0,0,0,0,10038,0,0,0,'Peon',NULL,NULL,0,4,4,0,29,0,1,1.14286,1,0,4,5,0,30,1,2000,2000,1,512,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14902,0,0,0,0,0,14994,0,0,0,'Jin\'rokh the Breaker',NULL,NULL,6321,60,60,0,1574,3,0.666668,1.14286,1,1,104,138,0,252,4.6,2000,1292,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14903,0,0,0,0,0,14995,0,0,0,'Al\'tabim the All-Seeing',NULL,NULL,6322,60,60,0,1574,3,1.1,1.14286,1,1,104,138,0,252,4.6,2000,1292,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14904,0,0,0,0,0,14996,0,0,0,'Maywiki of Zuldazar',NULL,NULL,6341,60,60,0,1574,3,1.1,1.14286,1,1,104,138,0,252,4.6,2000,1292,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14905,0,0,0,0,0,14997,0,0,0,'Falthir the Sightless',NULL,NULL,21262,60,60,0,1574,3,1,1.14286,1,1,104,138,0,252,4.6,2000,1292,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14908,0,0,0,0,0,14589,0,0,0,'Mogg',NULL,NULL,0,1,1,0,29,0,1.25,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14909,0,0,0,0,0,15002,0,0,0,'Pooka',NULL,NULL,0,15,15,0,29,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,4608,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14910,0,0,0,0,0,15003,0,0,0,'Exzhal','Servitor of Rastakhan',NULL,6422,60,60,0,1574,3,1.1,1.14286,1,1,104,138,0,252,4.6,2000,1292,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14911,0,0,0,0,0,15004,0,0,0,'Zandalar Enforcer',NULL,NULL,0,60,60,0,1574,0,1,1.14286,1,1,146,192,0,238,4.6,2000,1292,2,32832,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14912,0,0,0,0,0,11221,0,0,0,'Captured Hakkari Zealot',NULL,NULL,0,60,60,0,1194,0,1,1.14286,1,1,104,138,0,252,4.6,2000,1292,1,320,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14921,0,0,0,0,0,15012,0,0,0,'Rin\'wosho the Trader','Zandalar Supplies & Repair',NULL,6381,56,56,0,1574,4227,1.1,1.14286,1,1,96,127,0,234,2.4,2000,1246,1,32832,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14942,0,0,0,0,0,15033,0,0,0,'Kartra Bloodsnarl','Alterac Valley Battlemaster',NULL,6467,61,61,0,1214,1048577,1.1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14943,22556,32002,37321,0,0,11012,0,0,0,'Guse\'s War Rider',NULL,NULL,0,60,60,0,1214,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,35,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(14944,22564,32023,37343,0,0,11012,0,0,0,'Jeztor\'s War Rider',NULL,NULL,0,60,60,0,1214,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(14945,22566,0,0,0,0,11012,0,0,0,'Mulverick\'s War Rider',NULL,NULL,0,60,60,0,1214,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(14946,22570,0,0,0,0,1148,0,0,0,'Slidore\'s Gryphon',NULL,NULL,0,60,60,0,1216,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,35,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(14947,22563,32010,37329,0,0,1148,0,0,0,'Ichman\'s Gryphon',NULL,NULL,0,60,60,0,1216,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(14948,22593,32136,37464,0,0,1148,0,0,0,'Vipore\'s Gryphon',NULL,NULL,0,60,60,0,1216,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(14961,0,0,0,0,0,15094,0,0,0,'Mirvyna Jinglepocket','Smokywood Pastures',NULL,0,30,30,0,35,642,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14962,0,0,0,0,0,15095,0,0,0,'Dillord Copperpinch','Smokywood Pastures',NULL,0,30,30,0,35,642,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14963,0,0,0,0,0,15096,0,0,0,'Gapp Jinglepocket','Smokywood Pastures',NULL,0,30,30,0,35,642,1.05,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14964,0,0,0,0,0,15097,0,0,0,'Hecht Copperpinch','Smokywood Pastures',NULL,0,30,30,0,35,642,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14965,0,0,0,0,0,14562,0,3956,0,'Frenzied Bloodseeker Bat',NULL,NULL,0,60,60,0,28,0,1.24,1.14286,1,0,104,138,0,252,1,1440,1584,1,0,2048,0,24,0,0,0,0,72,106,26,1,9,14965,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12825,0,0,0,'',1,5,1,2,1,1,0,0,0,0,0,0,0,191,1,0,0,'npc_batrider',12340),(14981,0,0,0,0,0,15098,0,0,0,'Elfarran','Warsong Gulch Battlemaster',NULL,6460,61,61,0,1514,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14982,0,0,0,0,0,15100,0,0,0,'Lylandris','Warsong Gulch Battlemaster',NULL,6463,61,61,0,1514,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14983,0,0,0,0,0,15142,0,0,0,'Field Marshal Oslight',NULL,NULL,6323,62,62,0,1577,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,14983,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14984,0,0,0,0,0,15143,0,0,0,'Sergeant Maclear',NULL,NULL,6324,62,62,0,1577,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14986,0,0,0,0,0,15233,0,0,0,'Shade of Jin\'do',NULL,NULL,0,60,60,0,28,0,1.95,1.14286,1,0,104,138,0,252,1,950,1100,1,32768,2048,0,0,0,0,0,0,72,106,26,6,8,14986,0,100003,0,0,0,0,0,0,24458,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,188,1,8388624,0,'npc_shade_of_jindo',12340),(14987,0,0,0,0,0,15292,0,0,0,'Powerful Healing Ward',NULL,NULL,0,63,63,0,58,0,0.001,1.14286,1,0,181,253,0,268,1,1430,1573,1,0,2048,0,0,0,0,0,0,147,219,32,10,0,14987,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_healing_ward',12340),(14988,0,0,0,0,0,15271,0,0,0,'Ohgan',NULL,NULL,0,60,60,0,28,0,1.18,1.14286,1,3,104,138,0,252,35,1200,1600,1,32832,2048,0,11,0,0,0,0,72,106,26,1,12,14988,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,30,1,1,0,0,0,0,0,0,0,188,1,617299803,1,'npc_ohgan',12340),(14989,0,0,0,0,0,11686,0,0,0,'Poisonous Cloud',NULL,NULL,0,60,60,0,14,0,0.91,1.14286,1,0,104,138,0,252,1,2000,2200,1,33554944,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,6306,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14990,0,0,0,0,0,15239,15240,15242,15242,'Defilers Emissary',NULL,NULL,6478,40,40,0,412,1048577,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,256,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14991,0,0,0,0,0,15251,15252,15253,15254,'League of Arathor Emissary',NULL,NULL,8458,40,40,0,1577,1048577,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33024,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14994,0,0,0,0,0,13069,0,0,0,'Zandalarian Event Generator',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15001,0,0,0,0,0,1141,0,0,0,'PvP A-Mid Credit Marker',NULL,NULL,0,60,60,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),(15002,0,0,0,0,0,1141,0,0,0,'PvP Mid Credit Marker',NULL,NULL,0,60,60,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),(15003,0,0,0,0,0,1141,0,0,0,'PvP H-Mid Credit Marker',NULL,NULL,0,60,60,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),(15004,0,0,0,0,0,1141,0,0,0,'PvP ALT-S Credit Marker',NULL,NULL,0,60,60,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),(15005,0,0,0,0,0,1141,0,0,0,'PvP ALT-N Credit Marker',NULL,NULL,0,60,60,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),(15006,0,0,0,0,0,15112,0,0,0,'Deze Snowbane','Arathi Basin Battlemaster',NULL,6470,61,61,0,412,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15007,0,0,0,0,0,15113,0,0,0,'Sir Malory Wheeler','Arathi Basin Battlemaster',NULL,6475,61,61,0,412,1048577,1,1.14286,1,1,123,177,0,115,4.6,2000,2000,8,832,2048,0,0,0,0,0,0,111,164,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15008,0,0,0,0,0,15116,0,0,0,'Lady Hoteshem','Arathi Basin Battlemaster',NULL,6473,61,61,0,1577,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15009,0,0,0,0,0,14368,0,0,0,'Voodoo Spirit',NULL,NULL,0,60,60,0,28,0,1.27,1.14286,1,1,104,138,0,252,7.5,1666,1833,1,33587200,2048,0,0,0,0,0,0,72,106,26,7,8,0,0,0,0,0,0,0,0,0,24051,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,68,1,0,0,'',12340),(15010,0,0,0,0,0,14932,0,0,0,'Jungle Toad',NULL,NULL,0,1,1,0,190,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,4194304,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(15011,0,0,0,0,0,15134,0,0,0,'Wagner Hammerstrike',NULL,NULL,6343,55,55,0,55,131,1,1.14286,1,0,94,125,0,228,1,2000,1606,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15012,0,0,0,0,0,15139,0,0,0,'Javnir Nashak',NULL,NULL,6342,55,55,0,29,131,1,1.14286,1,0,94,125,0,228,1,2000,1606,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15021,0,0,0,0,0,15140,0,0,0,'Deathmaster Dwire',NULL,NULL,6361,62,62,0,412,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,36864,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15022,0,0,0,0,0,15141,0,0,0,'Deathstalker Mortis',NULL,NULL,6362,62,62,0,412,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,36864,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15041,0,0,0,0,0,15136,0,0,0,'Spawn of Mar\'li',NULL,NULL,0,60,60,0,28,0,1.24,1.14286,1,0,104,138,0,252,1,1440,1584,1,0,2048,0,3,0,0,0,0,72,106,26,1,9,15041,0,100003,0,0,0,0,0,0,744,0,0,0,0,0,0,0,10518,0,0,0,'',1,1,1,2,1,1,0,0,0,0,0,0,0,169,1,0,0,'npc_spawn_of_marli',12340),(15042,0,0,0,0,0,15144,0,0,0,'Zanza the Restless',NULL,NULL,21258,60,60,0,1574,3,1.32,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,832,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15043,0,0,0,0,0,833,0,0,0,'Zulian Crocolisk',NULL,NULL,0,59,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,32832,2048,0,6,0,0,0,0,72,106,26,1,9,15043,0,15043,0,0,0,0,0,0,3604,13445,0,0,0,0,0,0,12924,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15045,0,0,0,0,0,15146,15147,15149,15148,'Arathi Farmer',NULL,NULL,0,1,1,0,1577,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15046,0,0,0,0,0,15152,15154,15153,15155,'Forsaken Farmer',NULL,NULL,0,1,1,0,412,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15047,0,0,0,0,0,13069,0,0,0,'Gurubashi',NULL,NULL,0,1,1,0,28,0,1.27,1.14286,1,1,2,2,0,24,7.5,1666,1833,1,33554434,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15061,0,0,0,0,0,2708,0,0,0,'Spirit of Jin\'do',NULL,NULL,0,1,1,0,474,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,164,1,0,2,'',12340),(15062,0,0,0,0,0,308,0,0,0,'Arathi Lumberjack',NULL,NULL,0,1,1,0,1577,0,0.666668,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15063,0,0,0,0,0,15172,15173,15174,15175,'Arathi Blacksmith',NULL,NULL,0,1,1,0,1577,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15064,0,0,0,0,0,15176,15177,15178,15179,'Forsaken Blacksmith',NULL,NULL,0,1,1,0,412,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15065,0,0,0,0,0,15204,0,0,0,'Lady',NULL,NULL,0,5,5,0,190,0,0.9,1,1,0,5,7,0,32,1,2000,2200,1,0,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15066,0,0,0,0,0,9990,0,0,0,'Cleo',NULL,NULL,0,5,5,0,190,0,0.9,1,1,0,5,7,0,32,1,2000,2200,1,0,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15067,0,0,0,0,0,14572,0,0,0,'Zulian Stalker',NULL,NULL,0,61,61,0,28,0,1.32,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,32832,2048,0,2,0,0,0,0,127,188,28,1,9,15067,0,10257,0,0,0,0,0,0,39669,0,0,0,0,0,0,0,8272,0,0,0,'',0,1,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15068,0,0,0,0,0,11029,0,0,0,'Zulian Guardian',NULL,NULL,0,63,63,0,28,0,1.24,1.14286,1,1,181,253,0,268,7.5,1440,1584,1,0,2048,0,2,0,0,0,0,147,219,32,1,9,15068,0,10257,0,0,0,0,0,0,24187,0,0,0,0,0,0,0,13376,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(15069,0,0,0,0,0,15294,0,0,0,'Heart of Hakkar',NULL,NULL,0,63,63,0,14,2,0.91,1.14286,1,0,181,253,0,268,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,147,219,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15070,0,0,0,0,0,15205,0,0,0,'Vinchaxa','Servitor of Zanza',NULL,0,60,60,0,1574,3,1.1,1.14286,1,1,104,138,0,252,4.6,2000,1292,1,64,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15071,0,0,0,0,0,5556,0,0,0,'Underfoot',NULL,NULL,0,5,5,0,190,0,0.9,1,1,0,5,7,0,32,1,2000,2200,1,0,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15072,0,0,0,0,0,15181,0,0,0,'Spike',NULL,NULL,0,5,5,0,190,0,0.9,1,1,0,5,7,0,32,1,2000,2200,1,0,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15073,0,0,0,0,0,14501,0,0,0,'Pat\'s Hellfire Guy',NULL,NULL,0,60,60,0,114,0,0.91,1.14286,1,0,104,138,0,252,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15074,0,0,0,0,0,15183,15184,15185,15186,'Arathi Miner',NULL,NULL,0,1,1,0,1577,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15075,0,0,0,0,0,15187,15188,15189,15190,'Forsaken Miner',NULL,NULL,0,1,1,0,412,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15076,0,0,0,0,0,15210,0,0,0,'Zandalarian Emissary',NULL,NULL,6519,55,55,0,1574,1,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,832,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15077,0,0,0,0,0,15235,0,0,0,'Riggle Bassbait','Fishmaster',NULL,6421,50,50,0,35,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_riggle_bassbait',12340),(15078,0,0,0,0,0,15236,0,0,0,'Jang','Fishmaster Apprentice',NULL,6514,50,50,0,35,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15079,0,0,0,0,0,15200,0,0,0,'Fishbot 5000',NULL,NULL,6447,50,50,0,35,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(15080,0,0,0,0,0,15210,15212,15211,15213,'Servant of the Hand','Hand of Rastakhan',NULL,0,60,60,0,1574,1,1,1.14286,1,1,104,138,0,252,4.6,2000,1292,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15082,0,0,0,0,0,8390,0,0,0,'Gri\'lek',NULL,NULL,0,63,63,0,37,0,1.82,1.14286,1,3,181,253,0,268,35,1600,1800,1,0,2048,0,0,0,0,0,0,147,219,32,6,76,15082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,100,2,1,0,0,0,0,0,0,0,0,1,617299803,1,'boss_grilek',12340),(15083,0,0,0,0,0,15267,0,0,0,'Hazza\'rah',NULL,NULL,0,63,63,0,37,0,1.82,1.14286,1,3,164,228,0,249,35,1300,1600,2,0,2048,0,0,0,0,0,0,133,196,26,6,76,15083,0,0,0,0,0,0,0,0,24664,24684,34685,0,0,0,0,0,0,0,0,0,'',1,3,1,100,2,1,0,0,0,0,0,0,0,0,1,617299803,1,'boss_hazzarah',12340),(15084,0,0,0,0,0,15268,0,0,0,'Renataki',NULL,NULL,0,63,63,0,37,0,1.82,1.14286,1,3,181,253,0,268,35,1108,1219,1,0,2048,0,0,0,0,0,0,147,219,32,6,76,15084,0,0,0,0,0,0,0,0,3391,24767,38863,41476,0,0,0,0,0,0,0,0,'',1,3,1,100,2,1,0,0,0,0,0,0,0,157,1,617299803,1,'boss_renataki',12340),(15086,0,0,0,0,0,15192,15193,15194,15195,'Arathi Stablehand',NULL,NULL,0,1,1,0,1577,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15087,0,0,0,0,0,15196,15197,15198,15199,'Forsaken Stablehand',NULL,NULL,0,1,1,0,412,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15088,0,0,0,0,0,15201,15202,15203,0,'Booty Bay Elite',NULL,NULL,0,71,71,0,121,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,16856,9080,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15089,0,0,0,0,0,15206,15208,15207,15209,'Forsaken Lumberjack',NULL,NULL,0,1,1,0,412,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15090,0,0,0,0,0,15289,0,0,0,'Swift Razzashi Raptor','',NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(15091,0,0,0,0,0,11686,0,0,0,'Zul\'Gurub Panther Trigger',NULL,NULL,0,60,60,0,114,0,1.32,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(15101,0,0,0,0,0,613,0,0,0,'Zulian Prowler',NULL,NULL,0,60,60,0,28,0,1.24,1.14286,1,0,104,138,0,252,1,1440,1584,1,32768,2048,0,2,0,0,0,0,72,106,26,1,9,15101,0,10257,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,8272,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_zulian_prowler',12340),(15102,0,0,0,0,0,15255,15256,15257,15258,'Silverwing Emissary',NULL,NULL,6510,22,23,0,1642,1048577,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,33024,2048,0,0,0,0,0,0,22,33,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15103,22656,32092,37413,0,0,15259,15388,15260,15262,'Stormpike Emissary',NULL,NULL,6500,55,55,0,1217,1048577,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,256,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15104,0,0,0,0,0,15290,0,0,0,'Swift Zulian Tiger','',NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(15105,0,0,0,0,0,15247,15248,15249,15250,'Warsong Emissary',NULL,NULL,6492,30,30,0,1641,1048577,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,256,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15106,22647,31979,37298,0,0,15243,15244,15245,15246,'Frostwolf Emissary',NULL,NULL,6484,55,55,0,1215,1048577,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,256,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15107,0,0,0,0,0,229,2325,237,238,'Arathi Horse',NULL,NULL,0,1,1,0,1577,0,1,0.85714,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(15108,0,0,0,0,0,10671,10672,10670,0,'Forsaken Horse',NULL,NULL,0,1,1,0,412,0,1,1.38571,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(15109,0,0,0,0,0,15214,0,0,0,'Primal Blessing Visual','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15111,0,0,0,0,0,568,1015,6811,12345,'Mad Servant',NULL,NULL,0,61,61,0,37,0,1.32,1.14286,1,1,152,210,0,244,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,120,179,25,3,8,15111,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,611,802,'SmartAI',1,1,1,5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15112,0,0,0,0,0,15291,0,0,0,'Brain Wash Totem',NULL,NULL,0,63,63,0,58,0,0.001,1.14286,1,0,181,253,0,268,1,1410,1551,1,0,2048,0,0,0,0,0,0,147,219,32,11,0,15112,0,0,0,0,0,0,0,0,24178,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15113,0,0,0,0,0,15222,15223,15224,15225,'Honored Hero',NULL,NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,1551,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15114,0,0,0,0,0,15288,0,0,0,'Gahz\'ranka',NULL,NULL,0,63,63,0,107,0,2.28,1.14286,1,3,181,253,0,268,35,1100,1800,1,0,2048,0,0,0,0,0,0,147,219,32,10,76,15114,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,100,2,1,0,0,0,0,0,0,0,150,1,617299803,1,'boss_gahzranka',12340),(15115,0,0,0,0,0,15228,15229,15230,15232,'Honored Ancestor',NULL,NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,1551,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15116,0,0,0,0,0,15237,0,0,0,'Grinkle','Fishing Promoter',NULL,6476,50,50,0,29,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15117,0,0,0,0,0,14560,0,0,0,'Chained Spirit',NULL,NULL,0,60,60,0,35,0,1.26,1.14286,1,0,104,138,0,252,1,1410,1551,1,512,2048,0,0,0,0,0,0,72,106,26,6,0,15117,0,0,0,0,0,0,0,0,24341,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),(15119,0,0,0,0,0,15238,0,0,0,'Barrus','Fishing Promoter',NULL,6513,50,50,0,55,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15122,0,0,0,0,0,15288,0,0,0,'Gahz\'ranka Dead',NULL,NULL,0,63,63,0,107,0,1.27,1.14286,1,1,2,2,0,24,7.5,1666,1833,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,2,1,0,0,0,0,0,0,0,150,1,0,2,'',12340),(15124,0,0,0,0,0,15278,0,0,0,'Targot Jinglepocket','Smokywood Pastures',NULL,0,30,30,0,35,642,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15125,0,0,0,0,0,15279,0,0,0,'Kosco Copperpinch','Smokywood Pastures',NULL,0,30,30,0,35,642,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15126,0,0,0,0,0,15276,0,0,0,'Rutherford Twing','Defilers Supply Officer',NULL,0,55,55,0,1598,4226,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15127,0,0,0,0,0,15277,0,0,0,'Samuel Hawke','League of Arathor Supply Officer',NULL,0,55,55,0,1599,4226,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15128,0,0,0,0,0,15284,15285,15286,15287,'Defiler Elite',NULL,NULL,0,55,55,0,412,0,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15130,0,0,0,0,0,15280,15282,15281,15283,'League of Arathor Elite',NULL,NULL,0,55,55,0,1577,0,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15131,0,0,0,0,0,14773,0,0,0,'Qeeju','Stable Master',NULL,9821,45,45,0,29,4194305,1.05,1.14286,1,0,76,100,0,184,1,2000,2000,1,36864,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(15136,0,0,0,0,0,4034,4035,0,0,'Hammerfall Elite',NULL,NULL,0,65,65,1,85,0,1,1.14286,1,0,200,281,0,278,1,2000,1584,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15137,0,0,0,0,0,790,0,0,0,'Menethil Elite',NULL,NULL,0,65,65,1,57,0,1.05,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15138,0,0,0,0,0,4342,0,0,0,'Silverpine Elite',NULL,NULL,0,65,65,1,71,0,1.23,1.14286,1,0,200,281,0,278,1,1460,1606,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15140,0,0,0,0,0,15294,0,0,0,'Pat\'s Splash Guy',NULL,NULL,0,60,60,0,114,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15141,0,0,0,0,0,9510,0,0,0,'Portal of Madness',NULL,NULL,0,1,1,0,14,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15146,0,0,0,0,0,14428,0,0,0,'Mad Voidwalker',NULL,NULL,0,60,60,0,90,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,15146,0,0,0,0,0,0,0,0,24614,24616,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4.5,1,1,0,0,0,0,0,0,0,0,1,131073,64,'',12340),(15162,0,0,0,0,0,10343,0,0,0,'Scarlet Inquisitor',NULL,NULL,0,61,61,0,67,0,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,15162,0,0,0,0,0,0,0,0,20294,0,0,0,0,0,0,0,0,0,500,658,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15163,0,0,0,0,0,15301,15296,15297,5240,'Nightmare Illusion',NULL,NULL,0,63,63,0,37,0,1.26,1.14286,1,0,181,253,0,268,1,1410,1551,1,0,2048,0,0,0,0,0,0,147,219,32,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),(15164,0,0,0,0,0,11686,0,0,0,'Mulgore Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(15165,0,0,0,0,0,15300,0,0,0,'Haughty Modiste','Fashion Designer',NULL,0,51,51,0,474,131,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15168,0,0,0,0,0,13096,0,0,0,'Vile Scarab','',NULL,0,55,55,0,15,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,10,0,15168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15169,0,0,0,0,0,15308,0,0,0,'Ralo\'shan the Eternal Watcher',NULL,NULL,6588,60,60,0,994,1,1.1,1.14286,1,0,146,192,0,238,1,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15170,0,0,0,0,0,15309,0,0,0,'Rutgar Glyphshaper',NULL,NULL,6534,60,60,0,35,3,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npcs_rutgar_and_frankal',12340),(15171,0,0,0,0,0,15310,0,0,0,'Frankal Stonebridge',NULL,NULL,6533,60,60,0,35,3,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npcs_rutgar_and_frankal',12340),(15172,0,0,0,0,0,15302,0,0,0,'Glibb','Brann Bronzebeard\'s Pet Monkey',NULL,0,62,62,0,35,0,1.1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15174,0,0,0,0,0,15312,0,0,0,'Calandrath','Innkeeper',NULL,6525,54,54,0,994,66435,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15175,0,0,0,0,0,15319,0,0,0,'Khur Hornstriker','Reagents',NULL,6526,57,57,0,994,3203,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15176,0,0,0,0,0,15318,0,0,0,'Vargus','Blacksmith',NULL,6527,57,57,0,994,4227,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15177,0,0,0,0,0,15313,0,0,0,'Cloud Skydancer','Hippogryph Master',NULL,6563,65,65,0,80,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15178,0,0,0,0,0,15314,0,0,0,'Runk Windtamer','Wind Rider Master',NULL,6562,65,65,0,104,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15179,0,0,0,0,0,15317,0,0,0,'Mishta','Trade Supplies',NULL,6528,58,58,0,994,131,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15180,0,0,0,0,0,15311,0,0,0,'Baristolth of the Shifting Sands',NULL,NULL,6529,60,60,0,994,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15181,0,0,0,0,0,15315,0,0,0,'Commander Mar\'alith',NULL,NULL,6530,62,62,0,994,3,1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15182,0,0,0,0,0,15320,0,0,0,'Vish Kozus','Captain of the Guard',NULL,6531,61,61,0,994,3,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15183,0,0,0,0,0,15316,0,0,0,'Geologist Larksbane',NULL,NULL,6532,60,60,0,994,3,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15184,0,0,0,0,0,15304,15305,15306,15307,'Cenarion Hold Infantry',NULL,NULL,0,70,70,0,1254,0,1,1.71429,1,1,252,357,0,304,4.6,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,30223,27620,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,164,1,0,32768,'',12340),(15185,0,0,0,0,0,6370,0,0,0,'Brood of Nozdormu',NULL,NULL,0,62,62,0,776,0,1,2.57143,1,1,172,240,0,262,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,139,207,30,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,210,1,0,2,'',12340),(15186,0,0,0,0,0,15369,0,0,0,'Murky',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15187,0,0,0,0,0,15321,0,0,0,'Cenarion Emissary Jademoon',NULL,NULL,12129,55,55,0,994,3,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,32768,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15188,0,0,0,0,0,15322,0,0,0,'Cenarion Emissary Blackhoof',NULL,NULL,12125,55,55,0,994,3,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,32768,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15189,0,0,0,0,0,15323,0,0,0,'Beetix Ficklespragg',NULL,NULL,0,56,57,0,35,2,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15190,0,0,0,0,0,15324,0,0,0,'Noggle Ficklespragg',NULL,NULL,6544,55,56,0,35,3,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15191,0,0,0,0,0,15353,0,0,0,'Windcaller Proudhorn',NULL,NULL,6541,55,57,0,994,3,1,1.14286,1,0,69,96,0,106,1,2000,2000,8,32768,2048,0,0,0,0,0,0,58,85,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15192,0,0,0,0,0,2719,0,0,0,'Anachronos',NULL,NULL,6539,63,63,0,776,3,1,2.14286,1,3,164,228,0,249,35,2000,2000,2,512,2048,0,0,0,0,0,0,133,196,26,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,600,100,1,0,0,0,0,0,0,0,188,1,617299803,2,'',12340),(15193,0,0,0,0,0,28213,0,0,0,'The Banshee Queen',NULL,NULL,0,63,63,0,68,0,1.3,1.14286,1,1,164,228,0,249,35,1666,1833,2,0,2048,0,0,0,0,0,0,133,196,26,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,20,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),(15194,0,0,0,0,0,15326,0,0,0,'Hermit Ortell',NULL,NULL,6596,56,58,0,35,3,1.1,1.14286,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15195,0,0,0,0,0,10699,0,0,0,'Wickerman Guardian',NULL,NULL,0,60,60,0,71,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(15196,0,0,0,0,0,15327,0,0,0,'Deathclasp',NULL,NULL,0,59,59,0,14,0,1.1,1.14286,1,1,102,135,0,248,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,70,103,25,1,0,15196,0,15196,0,0,0,0,0,0,3609,18670,3609,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,20385,0,0,0,0,0,0,1,0,0,'',12340),(15197,0,0,0,0,0,15349,0,0,0,'Darkcaller Yanka',NULL,NULL,0,60,60,0,68,130,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15198,0,0,0,0,0,11686,0,0,0,'Blackwing','',NULL,0,54,54,0,35,128,1.25,1.14286,1,0,92,122,0,224,1,1480,1573,1,0,2048,0,0,0,0,0,0,63,93,22,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,650,20,1,0,0,0,0,0,0,0,188,1,0,2,'',12340),(15199,0,0,0,0,0,15350,0,0,0,'Sergeant Hartman',NULL,NULL,0,60,60,0,12,130,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,33536,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15200,0,0,0,0,0,15328,0,0,0,'Twilight Keeper Mayna','Twilight\'s Hammer',NULL,0,60,60,0,16,0,1.1,1.14286,1,0,74,102,0,112,1,2000,2000,8,32768,2048,0,0,0,0,0,0,61,90,25,7,0,15200,15200,0,0,0,0,0,0,0,22884,17165,15654,0,0,0,0,0,0,0,0,0,'',0,3,1,1.45,1,1,0,20394,0,0,0,0,0,0,1,0,0,'',12340),(15201,0,0,0,0,0,2896,2897,2895,0,'Twilight Flamereaver',NULL,NULL,0,60,60,0,16,0,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,15201,15201,0,0,0,0,0,0,0,9276,0,0,0,0,0,0,0,0,0,135,181,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15202,0,0,0,0,0,15411,0,0,0,'Vyral the Vile','Twilight\'s Hammer',NULL,0,61,61,0,16,0,1.1,1.14286,1,0,152,210,0,244,1,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,7,0,15202,0,0,0,0,0,0,0,0,17439,19816,0,0,0,0,0,0,0,0,121,163,'',0,3,1,1.35,1,1,0,20466,0,0,0,0,0,0,1,0,0,'',12340),(15203,0,0,0,0,0,12002,0,0,0,'Prince Skaldrenox','Abyssal High Council',NULL,0,63,63,0,14,0,1.82,1.14286,1,3,181,253,0,268,35,800,1000,1,0,2048,0,0,0,0,0,0,147,219,32,7,12,15203,0,0,0,0,0,0,0,0,33061,15128,15284,0,0,0,0,0,0,0,35105,45848,'',0,3,1,12,10,1,0,0,0,0,0,0,0,199,1,617299803,1,'',12340),(15204,0,0,0,0,0,7691,0,0,0,'High Marshal Whirlaxis','Abyssal High Council',NULL,0,63,63,0,14,0,1.82,1.14286,1,3,181,253,0,268,35,1108,1219,1,0,2048,0,0,0,0,0,0,147,219,32,1,12,15204,0,100003,0,0,0,0,0,0,15797,15507,25060,0,0,0,0,0,0,0,35105,45848,'',0,3,1,12,10,1,0,0,0,0,0,0,0,199,1,617299803,1,'',12340),(15205,0,0,0,0,0,12814,0,0,0,'Baron Kazum','Abyssal High Council',NULL,0,63,63,0,14,0,1.82,1.14286,1,3,181,253,0,268,35,1200,1400,1,0,2048,0,0,0,0,0,0,147,219,32,5,12,15205,0,0,0,0,0,0,0,0,25056,19129,17547,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,10,1,0,0,0,0,0,0,0,199,1,617299803,1,'',12340),(15206,0,0,0,0,0,12030,0,0,0,'The Duke of Cynders','Abyssal Council',NULL,0,62,62,0,14,0,1.81,1.14286,1,1,160,223,0,246,7.5,1133,1246,2,0,2048,0,0,0,0,0,0,129,191,26,7,8,15206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,3,1,0,21989,0,0,0,0,0,164,1,0,0,'',12340),(15207,0,0,0,0,0,62,0,0,0,'The Duke of Fathoms','Abyssal Council',NULL,0,62,62,0,14,0,1.81,1.14286,1,1,172,240,0,262,7.5,1133,1246,1,0,2048,0,0,0,0,0,0,139,207,30,10,8,15207,0,0,0,0,0,0,0,0,3417,7992,16790,10101,0,0,0,0,0,0,0,0,'',0,3,1,5,3,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15208,0,0,0,0,0,3216,0,0,0,'The Duke of Shards','Abyssal Council',NULL,0,62,62,0,14,0,1.81,1.14286,1,1,172,240,0,262,7.5,1133,1246,1,0,2048,0,0,0,0,0,0,139,207,30,5,8,15208,0,0,0,0,0,0,0,0,6524,15588,13446,0,0,0,0,0,0,0,0,0,'',0,3,1,5,3,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15209,0,0,0,0,0,1204,0,0,0,'Crimson Templar','Abyssal Council',NULL,0,60,60,0,14,0,1.79,1.14286,1,0,104,138,0,252,1,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,4,0,15209,0,0,0,0,0,0,0,0,9853,10414,32959,29922,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15211,0,0,0,0,0,110,0,0,0,'Azure Templar','Abyssal Council',NULL,0,60,60,0,14,0,1.77,1.14286,1,0,146,192,0,238,1,1166,1283,2,0,2048,0,0,0,0,0,0,101,167,24,4,0,15211,0,0,0,0,0,0,0,0,6131,10473,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15212,0,0,0,0,0,8716,0,0,0,'Hoary Templar','Abyssal Council',NULL,0,60,60,0,14,0,1.79,1.14286,1,0,104,138,0,252,1,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,4,0,15212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15213,0,0,0,0,0,15407,15408,15409,15410,'Twilight Overlord','Twilight\'s Hammer',NULL,0,60,61,0,16,0,1.1,1.14286,1,0,152,210,0,244,1,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,7,0,15213,15213,0,0,0,0,0,0,0,12058,12674,13339,9672,0,0,0,0,0,0,122,165,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15215,0,0,0,0,0,15330,0,0,0,'Mistress Natalia Mar\'alith','High Priestess of C\'Thun',NULL,0,62,62,0,310,0,1.1,1.14286,1,0,160,223,0,246,1,2000,2000,2,32768,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15218,0,0,0,0,0,21955,11686,0,0,'Faire Cannon Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(15220,0,0,0,0,0,7569,0,0,0,'The Duke of Zephyrs','Abyssal Council',NULL,0,62,62,0,14,0,1.81,1.14286,1,1,172,240,0,262,7.5,1133,1246,1,0,2048,0,0,0,0,0,0,139,207,30,1,8,15220,0,100003,0,0,0,0,0,0,12882,44417,25189,12549,0,0,0,0,0,0,0,0,'',0,3,1,5,3,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15221,0,0,0,0,0,13069,0,0,0,'Frankal Invisible Trigger',NULL,NULL,0,1,1,0,35,0,1.1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(15222,0,0,0,0,0,1126,13069,0,0,'Rutgar Invisible Trigger',NULL,NULL,0,1,1,0,35,0,1.1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(15224,0,0,0,0,0,11686,0,0,0,'Dream Fog',NULL,NULL,0,63,63,0,14,0,1.27,1.14286,1,3,181,253,0,268,35,1666,1833,1,33554434,2048,0,0,0,0,0,0,147,219,32,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,76,1,617299803,0,'npc_dream_fog',12340),(15229,0,0,0,0,0,15434,0,0,0,'Vekniss Soldier','',NULL,0,61,61,0,310,0,1,1.14286,1,1,159,221,0,258,7.5,1667,2000,1,64,2048,0,0,0,0,0,0,127,188,28,10,8,15229,0,0,0,0,0,0,0,0,1906,40504,25801,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,26,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15230,0,0,0,0,0,15334,0,0,0,'Vekniss Warrior','',NULL,0,61,61,0,310,0,1.6,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,64,2048,0,41,0,0,0,0,127,188,28,1,65545,15230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,16,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(15233,0,0,0,0,0,14521,0,0,0,'Vekniss Guardian','',NULL,0,61,61,0,310,0,1.6,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,64,2048,0,41,0,0,0,0,127,188,28,1,65545,15233,0,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(15235,0,0,0,0,0,15338,0,0,0,'Vekniss Stinger','',NULL,0,62,62,0,310,0,2.4,1.14286,1,1,172,240,0,262,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,10,8,15235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,20,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(15236,0,0,0,0,0,15335,0,0,0,'Vekniss Wasp','',NULL,0,60,60,0,310,0,2.4,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,10,8,15236,0,0,0,0,0,0,0,0,26077,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,10,1,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),(15240,0,0,0,0,0,15533,0,0,0,'Vekniss Hive Crawler','',NULL,0,62,62,0,310,0,2,1.14286,1,1,172,240,0,262,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,10,8,15240,0,0,0,0,0,0,0,0,25809,25810,26601,25051,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,30,1,1,0,0,0,0,0,0,0,191,1,0,0,'',12340),(15241,0,0,0,0,0,17202,0,0,0,'Gryphon Rider Guard',NULL,NULL,0,70,70,0,1802,0,1,2.85714,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15242,0,0,0,0,0,15303,0,0,0,'Bat Rider Guard',NULL,NULL,0,70,70,1,85,0,2.8,2.57143,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,2,1,1,0,0,0,0,0,0,0,214,1,0,2,'',12340),(15246,0,0,0,0,0,15740,0,0,0,'Qiraji Mindslayer','',NULL,0,61,61,0,310,0,1.6,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,10,8,15246,0,0,0,0,0,0,0,0,26079,26049,26048,26044,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,40,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(15247,0,0,0,0,0,15360,0,0,0,'Qiraji Brainwasher','',NULL,0,61,61,0,310,0,1.6,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,10,8,15247,0,0,0,0,0,0,0,0,26079,26046,26044,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(15249,0,0,0,0,0,15465,0,0,0,'Qiraji Lasher','',NULL,0,61,61,0,310,0,2.4,1.14286,1,1,159,221,0,258,7.5,1600,2000,1,64,2048,0,0,0,0,0,0,127,188,28,10,8,15249,0,0,0,0,0,0,0,0,26027,26038,26686,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,30,1,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),(15250,0,0,0,0,0,15354,0,0,0,'Qiraji Slayer','',NULL,0,61,61,0,310,0,2.8,1.14286,1,1,152,210,0,244,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,120,179,25,10,8,15250,0,0,0,0,0,0,0,0,26043,26041,10101,15589,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,40,1,1,0,0,0,0,0,0,0,203,1,0,0,'',12340),(15252,0,0,0,0,0,15340,0,0,0,'Qiraji Champion','',NULL,0,63,63,0,310,0,1.6,1.14286,1,1,181,253,0,268,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,10,8,15252,0,0,0,0,0,0,0,0,40504,19134,11130,25164,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,80,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(15260,0,0,0,0,0,11242,15403,15341,15342,'Demented Druid Spirit',NULL,NULL,0,60,60,0,16,0,1.26,1.14286,1,0,146,192,0,238,1,1410,1551,2,0,2048,0,0,0,0,0,0,101,167,24,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,2,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(15261,0,0,0,0,0,1825,0,0,0,'Spirit Shade',NULL,NULL,0,60,60,0,16,0,1.26,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,80,1,0,0,'npc_spirit_shade',12340),(15262,0,0,0,0,0,15346,0,0,0,'Obsidian Eradicator','',NULL,0,60,60,0,310,0,2.4,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,101,167,24,10,8,15262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,70,10,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),(15263,0,0,0,0,0,15345,0,0,0,'The Prophet Skeram','',NULL,0,63,63,0,16,0,2.4,1.14286,1,3,164,228,0,249,35,2000,2000,2,64,2048,0,0,0,0,0,0,133,196,26,10,76,15263,0,0,0,0,0,0,0,0,26192,26194,0,0,0,0,0,0,0,0,504000,609840,'',0,3,1,175,150,1,0,0,0,0,0,0,0,192,1,617299803,1,'boss_skeram',12340),(15264,0,0,0,0,0,15347,0,0,0,'Anubisath Sentinel','',NULL,0,61,61,0,310,0,1.6,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,10,8,15264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,10,1,0,0,0,0,0,0,0,167,1,0,0,'npc_anubisath_sentinel',12340),(15270,0,0,0,0,0,15371,0,0,0,'Huum Wildmane',NULL,NULL,6564,60,60,0,994,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15271,0,0,0,0,0,15484,0,0,0,'Tender',NULL,NULL,0,2,3,0,7,0,1,0.85714,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,2,100,4,0,15271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15273,0,0,0,0,0,15438,0,0,0,'Arcane Wraith',NULL,NULL,0,3,4,0,7,0,1,0.85714,1,0,4,5,0,27,1,2000,2000,2,0,2048,0,0,0,0,0,0,2,3,100,4,0,15273,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,20482,20934,0,0,0,0,100,1,0,0,'',12340),(15274,0,0,0,0,0,16217,0,0,0,'Mana Wyrm',NULL,NULL,0,1,1,0,7,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,100,1,0,15274,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,20482,0,0,0,0,0,100,1,0,0,'',12340),(15275,0,0,0,0,0,15761,0,0,0,'Emperor Vek\'nilash','',NULL,0,63,63,0,16,0,1,1.14286,1,3,181,253,0,268,35,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,10,76,15275,0,0,0,0,0,0,0,0,26613,26007,7393,27680,0,0,0,0,0,0,0,0,'',0,3,1,650,180,1,0,0,0,0,0,0,0,188,1,617299803,1,'boss_veknilash',12340),(15276,0,0,0,0,0,15778,0,0,0,'Emperor Vek\'lor','',NULL,0,63,63,0,16,0,1,1.14286,1,3,164,228,0,249,35,2000,2000,2,64,2048,0,0,0,0,0,0,133,196,26,10,76,15276,0,0,0,0,0,0,0,0,26607,26006,568,7393,0,0,0,0,0,0,720000,880000,'',0,3,1,650,180,1,0,0,0,0,0,0,0,188,1,617299803,1,'boss_veklor',12340),(15277,0,0,0,0,0,15351,0,0,0,'Anubisath Defender','',NULL,0,62,62,0,310,0,1.6,1.14286,1,1,172,240,0,262,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,10,8,15277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,150,1,1,0,0,0,0,0,0,0,190,1,0,0,'',12340),(15278,0,0,0,0,0,15516,0,0,0,'Magistrix Erona',NULL,NULL,11902,5,5,0,1604,3,1,1.14286,1,0,4,4,0,14,1,1500,2000,8,4864,2048,0,0,0,0,0,0,2,3,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15279,0,0,0,0,0,15522,0,0,0,'Julia Sunstriker','Mage Trainer',NULL,6648,5,5,0,1604,51,1,1.14286,1,0,4,4,0,14,1,1500,2000,8,4864,2048,0,0,0,0,8,0,2,3,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15280,0,0,0,0,0,15521,0,0,0,'Jesthenis Sunstriker','Paladin Trainer',NULL,6647,5,5,0,1604,51,1,1.14286,1,0,5,6,0,28,1,1500,2000,2,4864,2048,0,0,0,0,2,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15281,0,0,0,0,0,15515,0,0,0,'Lanthan Perilon',NULL,NULL,6570,5,5,0,1604,3,1,1.14286,1,0,4,4,0,14,1,1500,2000,8,4608,2048,0,0,0,0,0,0,2,3,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15282,0,0,0,0,0,15372,0,0,0,'Aurel Goldleaf',NULL,NULL,6567,60,60,0,994,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15283,0,0,0,0,0,15524,0,0,0,'Summoner Teli\'Larien','Warlock Trainer',NULL,6628,5,5,0,1604,51,1,1.14286,1,0,4,4,0,14,1,1500,2000,8,4864,2048,0,0,0,0,9,0,2,3,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15284,0,0,0,0,0,15518,0,0,0,'Matron Arena','Priest Trainer',NULL,6649,5,5,0,1604,51,1,1.14286,1,0,4,4,0,14,1,1500,2000,8,4864,2048,0,0,0,0,5,0,2,3,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15285,0,0,0,0,0,15519,0,0,0,'Pathstalker Kariel','Rogue Trainer',NULL,6650,5,5,0,1604,51,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,4864,2048,0,0,0,0,4,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15286,0,0,0,0,0,15355,0,0,0,'Xil\'xix','Hive\'Regal Overlord',NULL,0,62,62,0,310,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,41,0,0,0,0,139,207,30,1,65537,15286,0,15286,0,0,0,0,0,0,19471,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(15287,0,0,0,0,0,15527,0,0,0,'Shara Sunwing','General Supplies',NULL,0,5,5,0,1604,384,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,4864,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15288,0,0,0,0,0,15356,0,0,0,'Aluntir','Hive\'Ashi Overlord',NULL,0,62,62,0,310,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,10,0,15288,0,15288,0,0,0,0,0,0,16636,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(15289,0,0,0,0,0,15526,0,0,0,'Raelis Dawnstar','Weaponsmith',NULL,0,5,5,0,1604,4224,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,4864,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15290,0,0,0,0,0,15357,0,0,0,'Arakis','Hive\'Zora Overlord',NULL,0,62,62,0,310,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,10,0,15290,0,15290,0,0,0,0,0,0,16636,10909,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(15291,0,0,0,0,0,15529,0,0,0,'Jainthess Thelryn','Cloth & Leather Merchant',NULL,0,5,6,0,1604,4224,1,1.14286,1,0,5,5,0,15,1,1500,2000,8,4864,2048,0,0,0,0,0,0,3,4,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15292,0,0,0,0,0,15510,0,0,0,'Faraden Thelryn','Armorsmith',NULL,0,5,5,0,1604,4224,1,1.14286,1,0,5,6,0,28,1,1500,2000,2,4864,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15293,0,0,0,0,0,15358,0,0,0,'Aendel Windspear',NULL,NULL,6568,60,60,0,994,129,1.1,1.14286,1,0,146,192,0,238,1,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15294,0,0,0,0,0,15485,0,0,0,'Feral Tender',NULL,NULL,0,3,3,0,7,0,1,0.85714,1,0,3,3,0,26,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,100,4,0,15294,0,0,0,0,0,0,0,0,31325,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,20482,0,0,0,0,0,100,1,0,0,'',12340),(15295,0,0,0,0,0,15517,0,0,0,'Well Watcher Solanian',NULL,NULL,6569,30,30,0,1604,3,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4864,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15296,0,0,0,0,0,15532,0,0,0,'Arcanist Ithanas',NULL,NULL,0,6,6,0,1604,3,1,1.14286,1,0,5,5,0,15,1,1500,2000,8,4864,2048,0,0,0,0,0,0,3,4,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15297,0,0,0,0,0,15528,0,0,0,'Arcanist Helion',NULL,NULL,0,6,6,0,1604,3,1,1.14286,1,0,5,5,0,15,1,1500,2000,8,4864,2048,0,0,0,0,0,0,3,4,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15298,0,0,0,0,0,15406,0,0,0,'Tainted Arcane Wraith',NULL,NULL,0,4,4,0,7,0,1,0.85714,1,0,4,5,0,27,1,2000,2000,2,0,2048,0,0,0,0,0,0,2,3,100,4,0,15298,0,0,0,0,0,0,0,0,25603,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,20482,20935,0,0,0,0,100,1,0,0,'',12340),(15299,0,0,0,0,0,15686,0,0,0,'Viscidus','',NULL,0,63,63,0,14,0,2.5,1.14286,1,3,181,253,0,268,35,1750,1750,1,0,2048,0,0,0,0,0,0,147,219,32,10,76,15299,0,0,0,0,0,0,0,0,25991,25993,0,0,0,0,0,0,0,0,630000,770000,'',0,3,1,600,1,1,0,0,0,0,0,0,0,192,1,617299803,1,'boss_viscidus',12340),(15300,0,0,0,0,0,15362,0,0,0,'Vekniss Drone','',NULL,0,60,60,0,310,0,2.4,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(15301,0,0,0,0,0,15514,0,0,0,'Outrunner Alarion',NULL,NULL,6573,5,5,0,1604,3,1,1.14286,1,0,5,6,0,28,1,1500,2000,2,4608,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15302,0,0,0,0,0,15367,0,0,0,'Shade of Taerar',NULL,NULL,0,63,63,0,50,0,1.3,1.14286,1,3,181,253,0,268,35,1666,1833,1,0,2048,0,0,0,0,0,0,147,219,32,2,44,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,169,1,617299803,1,'',12340),(15303,0,0,0,0,0,15368,0,0,0,'Maxima Blastenheimer','Darkmoon Faire Cannoneer',NULL,6575,35,35,0,1555,1,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15304,0,0,0,0,0,4587,0,0,0,'Ancient Mana Spring Totem',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,422,586,0,642,1,2000,2200,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,24853,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15305,0,0,0,0,0,800,0,0,0,'Lord Skwol','Abyssal High Council',NULL,0,63,63,0,14,0,1.82,1.14286,1,3,181,253,0,268,35,1200,1500,1,0,2048,0,0,0,0,0,0,147,219,32,10,12,15305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,10,1,0,0,0,0,0,0,0,164,1,617299803,1,'',12340),(15306,0,0,0,0,0,15370,0,0,0,'Bor Wildmane',NULL,NULL,6583,56,58,0,635,3,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15307,0,0,0,0,0,14511,0,0,0,'Earthen Templar','Abyssal Council',NULL,0,60,60,0,14,0,1.79,1.14286,1,0,104,138,0,252,1,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,4,0,15307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15308,0,0,0,0,0,15373,0,0,0,'Twilight Prophet','Twilight\'s Hammer',NULL,0,60,60,0,16,0,1.1,1.14286,1,1,74,102,0,112,4.6,2000,2000,8,32832,2048,0,0,0,0,0,0,61,90,25,7,0,15308,15308,0,0,0,0,0,0,0,15531,15305,22884,17366,0,0,0,0,0,0,0,0,'',0,3,1,3.45,2,1,0,20803,0,0,0,0,0,0,1,0,0,'',12340),(15309,0,0,0,0,0,14616,0,0,0,'Spoops','',NULL,0,1,1,0,29,131,0.91,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15310,0,0,0,0,0,338,0,0,0,'Jesper',NULL,NULL,0,1,1,0,12,2,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15311,0,0,0,0,0,15351,0,0,0,'Anubisath Warder','',NULL,0,63,63,0,310,0,1,1.14286,1,1,181,253,0,268,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,10,8,15311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,90,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(15312,0,0,0,0,0,15346,0,0,0,'Obsidian Nullifier','',NULL,0,61,61,0,310,0,1.5,1.14286,1,1,152,210,0,244,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,10,8,15312,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,21,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),(15315,0,0,0,0,0,15377,0,0,0,'Mylini Frostmoon','Weapon Merchant',NULL,0,55,55,0,80,4224,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15316,0,0,0,0,0,9354,0,0,0,'Qiraji Scarab','',NULL,0,60,60,0,311,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,100003,0,0,0,0,0,0,26050,6016,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(15318,0,0,0,0,0,12153,0,0,0,'Hive\'Zara Drone','',NULL,0,60,60,0,310,0,1,1.71429,1,1,104,138,0,252,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,15318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,856,'',0,3,1,4,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15319,0,0,0,0,0,15483,0,0,0,'Hive\'Zara Collector','',NULL,0,60,60,0,310,0,1,1.71429,1,1,104,138,0,252,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,15319,0,15319,0,0,0,0,0,0,3589,12252,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15320,0,0,0,0,0,15439,0,0,0,'Hive\'Zara Soldier','',NULL,0,61,61,0,310,0,1,1.71429,1,1,159,221,0,258,7.5,2000,1650,1,0,2048,0,41,0,0,0,0,127,188,28,1,65545,15320,0,15320,0,0,0,0,0,0,25497,22857,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15323,0,0,0,0,0,11084,0,0,0,'Hive\'Zara Sandstalker','',NULL,0,61,61,0,310,0,1,1.71429,1,1,159,221,0,258,7.5,800,1650,1,0,2048,0,41,0,0,0,0,127,188,28,1,65545,15323,0,15323,0,0,0,0,0,0,26381,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15324,0,0,0,0,0,15741,0,0,0,'Qiraji Gladiator',NULL,NULL,0,61,61,0,310,0,1,1.71429,1,1,159,221,0,258,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,10,8,15324,0,0,0,0,0,0,0,0,5568,10966,25164,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,16,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15325,0,0,0,0,0,11142,0,0,0,'Hive\'Zara Wasp','',NULL,0,61,61,0,310,0,2.4,1.71429,1,1,159,221,0,258,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,10,8,15325,0,15325,0,0,0,0,0,0,25185,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(15327,0,0,0,0,0,9229,0,0,0,'Hive\'Zara Stinger','',NULL,0,61,61,0,310,0,2.4,1.71429,1,1,159,221,0,258,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,10,8,15327,0,15327,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(15333,0,0,0,0,0,13509,0,0,0,'Silicate Feeder','',NULL,0,55,55,0,7,0,1,1.14286,1,0,94,125,0,228,1,2000,1650,1,0,2048,0,0,0,0,0,0,65,95,23,1,8,15333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15334,0,0,0,0,0,15948,0,0,0,'Giant Eye Tentacle','',NULL,0,60,60,0,370,0,0.97,1.14286,1,1,104,138,0,252,7.5,1000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1757,2299,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_giant_eye_tentacle',12340),(15335,0,0,0,0,0,15463,0,0,0,'Flesh Hunter','',NULL,0,62,62,0,148,0,2.4,1.71429,1,1,172,240,0,262,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,139,207,30,10,8,15335,0,0,0,0,0,0,0,0,25424,3391,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(15336,0,0,0,0,0,15336,0,0,0,'Hive\'Zara Tail Lasher','',NULL,0,61,61,0,310,0,1,1.71429,1,1,159,221,0,258,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,127,188,28,10,8,15336,0,15336,0,0,0,0,0,0,25645,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15338,0,0,0,0,0,15343,0,0,0,'Obsidian Destroyer','',NULL,0,61,61,0,14,0,1,1.71429,1,1,152,210,0,244,7.5,2000,1500,2,0,2048,0,0,0,0,0,0,120,179,25,4,8,15338,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,5,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15339,0,0,0,0,0,15432,0,0,0,'Ossirian the Unscarred','',NULL,0,63,63,0,16,0,1,1.14286,1,3,181,253,0,268,35,1800,1650,1,0,2048,0,0,0,0,0,0,147,219,32,10,76,15339,0,0,1000,1000,1000,1000,1000,0,0,0,0,0,0,0,0,0,0,0,740454,963110,'',0,3,1,150,50,1,0,0,0,0,0,0,0,121,1,617299803,1,'boss_ossirian',12340),(15340,0,0,0,0,0,15392,0,0,0,'Moam','',NULL,0,63,63,0,16,0,2.3,1.14286,1,3,164,228,0,249,35,1500,1800,2,0,2048,0,0,0,0,0,0,133,196,26,10,76,15340,0,0,0,0,0,0,0,0,25672,15550,25685,0,0,0,0,0,0,0,564999,690554,'',0,3,1,130,10,1,0,0,0,0,0,0,0,188,1,617299803,1,'boss_moam',12340),(15341,0,0,0,0,0,15376,0,0,0,'General Rajaxx','',NULL,0,63,63,0,310,0,1,2.14286,1,3,181,253,0,268,35,2000,1650,1,0,2048,0,0,0,0,0,0,147,219,32,10,76,15341,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,364999,446110,'',0,3,1,125,1,1,0,0,0,0,0,0,0,188,1,617299803,1,'boss_rajaxx',12340); INSERT INTO `creature_template` VALUES (15343,0,0,0,0,0,15465,0,0,0,'Qiraji Swarmguard','',NULL,0,61,61,0,310,0,2.8,2.28571,1,1,159,221,0,258,7.5,1500,2000,1,64,2048,0,0,0,0,0,0,127,188,28,10,8,15343,0,0,0,0,0,0,0,0,25174,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,203,1,0,0,'',12340),(15344,0,0,0,0,0,15354,0,0,0,'Swarmguard Needler','',NULL,0,61,61,0,310,0,2.8,2.28571,1,1,159,221,0,258,7.5,1300,1650,1,0,2048,0,0,0,0,0,0,127,188,28,10,8,0,0,0,0,0,0,0,0,0,40504,0,0,0,0,0,0,0,0,0,653,858,'',0,3,1,4,1,1,0,0,0,0,0,0,0,203,1,0,0,'',12340),(15348,0,0,0,0,0,15742,0,0,0,'Kurinnaxx','',NULL,0,63,63,0,310,0,1,2.14286,1,3,181,253,0,268,35,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,10,76,15348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,364950,446062,'',0,3,1,100,10,1,0,22217,0,0,0,0,0,188,1,617299803,1,'boss_kurinnaxx',12340),(15350,0,0,0,0,0,15387,0,0,0,'Horde Warbringer',NULL,NULL,6598,80,80,2,1074,131,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15351,0,0,0,0,0,27154,0,0,0,'Alliance Brigadier General',NULL,NULL,6597,80,80,2,534,131,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,320,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15352,0,0,0,0,0,14511,0,0,0,'Greater Earth Elemental','',NULL,0,66,66,1,14,0,1.55556,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,4,0,0,0,0,0,0,0,0,0,0,36213,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_shaman_earth_elemental',12340),(15353,0,0,0,0,0,15390,0,0,0,'Katrina Shimmerstar','Hallow\'s End Treats',NULL,0,30,30,0,875,130,1.08,1.14286,1,0,42,56,0,102,1,1710,1881,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15354,0,0,0,0,0,15391,0,0,0,'Rachelle Gothena','Hallow\'s End Treats',NULL,0,30,30,0,68,128,1.08,1.14286,1,0,42,56,0,102,1,1710,1881,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15355,0,0,0,0,0,15347,0,0,0,'Anubisath Guardian','',NULL,0,62,62,0,14,0,1,1.71429,1,1,172,240,0,262,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,139,207,30,10,8,15355,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,19,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15358,0,0,0,0,0,15398,0,0,0,'Lurky','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15362,0,0,0,0,0,15399,0,0,0,'Malfurion Stormrage',NULL,NULL,0,63,63,0,994,2,1.27,1.14286,1,3,164,228,0,249,35,1666,1833,2,0,2048,0,0,0,0,0,0,133,196,26,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,500,500,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),(15363,0,0,0,0,0,4587,0,0,0,'Spirit Totem',NULL,NULL,0,35,35,0,58,0,1,1,1,0,49,64,0,118,1,1660,1826,1,0,2048,0,0,0,0,0,0,33,49,11,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15366,0,0,0,0,0,15507,0,0,0,'Springpaw Cub',NULL,NULL,0,1,1,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,100,1,1,15366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13342,0,0,0,'',1,1,1,1,1,1,0,20797,0,0,0,0,0,121,1,0,2,'',12340),(15367,0,0,0,0,0,15513,0,0,0,'Felendren the Banished',NULL,NULL,0,5,5,0,7,0,1,0.85714,1,0,5,6,0,28,1,2000,2000,2,32768,2048,0,0,0,0,0,0,3,4,100,7,0,15367,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,9,'SmartAI',1,3,1,1,1,1,0,20799,0,0,0,0,0,100,1,0,0,'',12340),(15369,0,0,0,0,0,15431,0,0,0,'Ayamiss the Hunter','',NULL,0,63,63,0,16,0,2.4,2.14286,1,3,181,253,0,268,35,1200,1800,1,0,2048,0,0,0,0,0,0,147,219,32,10,76,15369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344999,421666,'',0,3,1,100,1,1,0,0,0,0,0,0,0,192,1,617299803,1,'boss_ayamiss',12340),(15370,0,0,0,0,0,15654,0,0,0,'Buru the Gorger','',NULL,0,63,63,0,16,0,1.2,0.42857,1,3,164,228,0,249,35,2500,1800,2,0,2048,0,0,0,0,0,0,133,196,26,10,76,15370,0,0,0,0,0,0,0,0,20512,96,1557,25640,0,0,0,0,0,0,365625,446875,'',0,3,1,250,180,1,0,0,0,0,0,0,0,76,1,617299803,1,'boss_buru',12340),(15371,0,0,0,0,0,15511,0,0,0,'Sunstrider Guardian',NULL,NULL,0,65,65,1,1604,0,1,1.14286,1,0,186,260,0,262,1,1500,2000,2,4608,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15372,0,0,0,0,0,15506,0,0,0,'Springpaw Lynx',NULL,NULL,0,2,3,0,189,0,1,1.14286,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,2,0,0,0,0,1,2,100,1,1,15372,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13343,0,0,0,'',1,1,1,1,1,1,0,20797,0,0,0,0,0,121,1,0,2,'',12340),(15378,0,0,0,0,0,15420,0,0,0,'Merithra of the Dream','',NULL,6795,63,63,0,35,3,1,1.14286,1,3,164,228,0,249,35,2000,2000,2,33024,2048,0,0,0,0,0,0,133,196,26,2,4,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,600,30,1,0,0,0,0,0,0,0,176,1,617299803,3,'',12340),(15379,0,0,0,0,0,15419,0,0,0,'Caelestrasz','',NULL,6794,63,63,0,35,3,1,1.14286,1,3,164,228,0,249,35,2000,2000,2,33024,2048,0,0,0,0,0,0,133,196,26,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,600,30,1,0,0,0,0,0,0,0,176,1,617299803,3,'',12340),(15380,0,0,0,0,0,15418,0,0,0,'Arygos','',NULL,6793,63,63,0,35,3,1,1.14286,1,3,164,228,0,249,35,2000,2000,2,33024,2048,0,0,0,0,0,0,133,196,26,2,4,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,600,30,1,0,0,0,0,0,0,0,176,1,617299803,3,'',12340),(15381,0,0,0,0,0,15415,0,0,0,'Anachronos the Ancient','',NULL,0,63,63,0,35,0,2,1.14286,1,3,164,228,0,249,35,1000,1400,2,0,2048,0,0,0,0,0,0,133,196,26,2,4,0,0,100001,0,0,0,0,0,0,0,13704,0,0,0,0,0,0,0,0,0,0,'',0,3,1,600,30,1,0,0,0,0,0,0,0,0,1,617299803,2,'npc_anachronos_the_ancient',12340),(15384,0,0,0,0,0,18783,11686,0,0,'OLDWorld Trigger (DO NOT DELETE)','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,2.4,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(15385,0,0,0,0,0,15738,0,0,0,'Colonel Zerran','',NULL,0,63,63,0,310,0,1,1.71429,1,1,181,253,0,268,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,147,219,32,10,72,15385,0,0,0,0,0,0,0,0,40504,24317,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,17,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15386,0,0,0,0,0,15738,0,0,0,'Major Yeggeth','',NULL,0,63,63,0,310,0,1,1.71429,1,1,181,253,0,268,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,147,219,32,10,72,15386,0,0,0,0,0,0,0,0,40504,24317,25282,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,17,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15387,0,0,0,0,0,15437,0,0,0,'Qiraji Warrior','',NULL,0,61,61,0,310,0,1,1.71429,1,1,159,221,0,258,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,127,188,28,10,8,15387,0,0,0,0,0,0,0,0,8599,15588,10966,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15388,0,0,0,0,0,15738,0,0,0,'Major Pakkon','',NULL,0,63,63,0,310,0,1,1.71429,1,1,181,253,0,268,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,147,219,32,10,72,15388,0,0,0,0,0,0,0,0,40504,24317,25322,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,17,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15389,0,0,0,0,0,15738,0,0,0,'Captain Drenn','',NULL,0,63,63,0,310,0,1,1.71429,1,1,181,253,0,268,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,147,219,32,10,72,15389,0,0,0,0,0,0,0,0,40504,24317,26550,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,17,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15390,0,0,0,0,0,15738,0,0,0,'Captain Xurrem','',NULL,0,63,63,0,310,0,1,1.71429,1,1,181,253,0,268,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,147,219,32,10,72,15390,0,0,0,0,0,0,0,0,40504,24317,25425,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,17,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15391,0,0,0,0,0,15738,0,0,0,'Captain Qeez','',NULL,0,63,63,0,310,0,1,1.71429,1,1,181,253,0,268,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,147,219,32,10,72,15391,0,0,0,0,0,0,0,0,40504,24317,5246,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,17,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15392,0,0,0,0,0,15738,0,0,0,'Captain Tuubid','',NULL,0,63,63,0,310,0,1,1.71429,1,1,181,253,0,268,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,147,219,32,10,72,15392,0,0,0,0,0,0,0,0,40504,24317,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,17,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15395,0,0,0,0,0,5851,0,0,0,'Nafien',NULL,NULL,6800,55,55,0,35,3,0.666668,0.992063,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15397,0,0,0,0,0,15924,0,0,0,'Marniel Amberlight','Innkeeper',NULL,7324,5,5,0,1604,66435,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15398,0,0,0,0,0,15908,0,0,0,'Larianna Riverwind','',NULL,7255,30,30,0,1604,3,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15399,0,0,0,0,0,15911,0,0,0,'Lieutenant Dawnrunner','Farstriders',NULL,7344,30,30,0,1604,3,1,1.14286,1,0,39,52,0,96,1,1500,2000,2,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15400,0,0,0,0,0,15907,0,0,0,'Arathel Sunforge','Blacksmithing Trainer',NULL,7256,15,15,0,1604,4307,1,1.14286,1,0,16,22,0,22,1,1500,2000,8,4608,2048,0,0,2,0,0,0,15,21,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15401,0,0,0,0,0,15910,0,0,0,'Ley-Keeper Velania',NULL,NULL,7325,30,30,0,1604,3,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15402,0,0,0,0,0,15930,0,0,0,'Apprentice Mirveda',NULL,NULL,0,9,9,0,1604,2,1,1.14286,1,0,8,12,0,16,1,1500,2000,8,4608,2048,0,0,0,0,0,0,8,11,11,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15403,0,0,0,0,0,15906,0,0,0,'Aeldon Sunbrand','Captain of the Blood Hawks',NULL,6940,30,30,0,1604,3,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15404,0,0,0,0,0,15915,0,0,0,'Velendris Whitemorn','',NULL,7196,12,12,0,1604,3,1.125,1.14286,1,0,12,17,0,19,1,1500,2000,8,4608,2048,0,0,0,0,0,0,11,16,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15405,0,0,0,0,0,15909,0,0,0,'Ley-Keeper Caidanis',NULL,NULL,7234,30,30,0,1604,3,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15406,0,0,0,0,0,15424,0,0,0,'Ven\'jashi','',NULL,0,10,10,0,1604,2,1.1,1.14286,1,0,8,13,0,17,1,1500,2000,8,4608,2048,0,0,0,0,0,0,9,12,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15407,0,0,0,0,0,16426,0,0,0,'Chieftain Zul\'Marosh',NULL,NULL,0,11,11,0,1643,0,0.666668,0.857143,1,0,14,18,0,40,1,2000,2000,2,32768,2048,0,0,0,0,0,0,9,13,100,7,0,15407,15407,0,0,0,0,0,0,0,15496,11971,0,0,0,0,0,0,0,0,11,19,'SmartAI',1,3,1,1,1,1,0,20760,0,0,0,0,0,100,1,0,0,'',12340),(15408,0,0,0,0,0,16425,0,0,0,'Spearcrafter Otembe',NULL,NULL,0,10,10,0,1643,0,1.125,1.14286,1,0,12,16,0,38,1,2000,2000,2,32768,2048,0,0,0,0,0,0,8,12,100,7,0,15408,15408,0,0,0,0,0,0,0,3148,0,0,0,0,0,0,0,0,0,10,17,'SmartAI',1,3,1,1,1,1,0,20759,0,0,0,0,0,100,1,0,0,'',12340),(15409,0,0,0,0,0,5849,0,0,0,'Old Whitebark',NULL,NULL,0,10,10,0,16,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,4,0,15409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,20,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15415,0,0,0,0,0,7804,0,0,0,'Southshore Stink Bomb Counter',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,15415,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15416,0,0,0,0,0,15913,0,0,0,'Ranger Jaela',NULL,NULL,7141,30,30,0,1604,3,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,15416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15417,0,0,0,0,0,15914,0,0,0,'Velan Brightoak',NULL,NULL,0,30,30,0,1604,2,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15418,0,0,0,0,0,15912,0,0,0,'Magister Jaronis',NULL,NULL,0,30,30,0,1604,2,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15419,0,0,0,0,0,15425,0,0,0,'Kania','Enchanting Supplies',NULL,0,54,54,0,994,128,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15420,0,0,0,0,0,15426,0,0,0,'Prospector Anvilward',NULL,NULL,21310,7,7,0,35,1,1,1.14286,1,0,9,12,0,36,1,1500,2000,1,32768,2048,0,0,0,0,0,0,6,8,100,7,0,15420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,13,'SmartAI',1,3,1,1.25,1,1,0,20764,0,0,0,0,0,0,1,0,2,'',12340),(15428,0,0,0,0,0,14501,0,0,0,'Sand Vortex','',NULL,0,60,60,0,114,0,1.6,0.57143,1,0,104,138,0,252,1,4000,1650,1,0,2048,0,0,0,0,0,0,72,106,26,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,84,1,0,2,'',12340),(15429,0,0,0,0,0,15436,0,0,0,'Disgusting Oozeling','',NULL,0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,25163,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15430,0,0,0,0,0,4588,0,0,0,'Earth Elemental Totem','',NULL,0,1,80,0,14,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,33663,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15433,0,0,0,0,0,15530,0,0,0,'Innkeeper Delaniel','Innkeeper',NULL,6620,30,30,0,1604,66179,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15438,0,0,0,0,0,1204,0,0,0,'Greater Fire Elemental','',NULL,0,73,73,1,14,0,1,1.14286,1,0,316,450,2,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,4,0,0,0,0,0,0,0,0,0,0,57984,12470,13376,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_shaman_fire_elemental',12340),(15439,0,0,0,0,0,4589,0,0,0,'Fire Elemental Totem','',NULL,0,1,80,0,14,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,32982,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15440,0,0,0,0,0,15448,0,0,0,'Captain Blackanvil','Ironforge Brigade Captain',NULL,0,60,60,0,1611,3,1.3,1.14286,1,1,104,138,0,252,7.5,1250,1400,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,3815,25262,31718,20066,0,0,0,0,0,0,0,0,'',0,3,1,8.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15441,0,0,0,0,0,15566,0,0,0,'Ironforge Brigade Rifleman','',NULL,0,60,60,0,1611,0,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15442,0,0,0,0,0,15565,0,0,0,'Ironforge Brigade Footman','',NULL,0,60,60,0,1611,0,1.1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15443,0,0,0,0,0,15564,0,0,0,'Janela Stouthammer',NULL,NULL,6623,60,60,0,1611,3,1.1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,36864,2048,0,0,0,0,0,0,101,167,24,7,0,15443,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15444,0,0,0,0,0,5377,0,0,0,'Arcanist Nozzlespring',NULL,NULL,0,60,60,0,1611,2,1.1,1.14286,1,1,74,102,0,112,4.6,2000,2000,8,36864,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,25346,18105,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15447,0,0,0,0,0,4590,0,0,0,'Wrath of Air Totem','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,2895,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15458,0,0,0,0,0,15460,0,0,0,'Commander Stronghammer','Alliance Ambassador',NULL,0,60,60,0,35,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15461,0,0,0,0,0,12151,0,0,0,'Shrieker Scarab','',NULL,0,60,60,0,310,0,1,1.71429,1,1,104,138,0,252,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,15461,0,0,0,0,0,0,0,0,22886,26379,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15462,0,0,0,0,0,15464,0,0,0,'Spitting Scarab','',NULL,0,60,60,0,310,0,1.5,1.14286,1,1,104,138,0,252,7.5,1500,1650,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,15462,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15463,0,0,0,0,0,4590,0,0,0,'Grace of Air Totem III','','',0,60,70,0,58,0,0.01,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15464,0,0,0,0,0,4588,0,0,0,'Strength of Earth Totem V',NULL,NULL,0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,25362,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15467,0,0,0,0,0,15879,0,0,0,'Omen','',NULL,0,83,83,2,14,0,1.2,1.14286,1,3,509,683,0,805,35,2000,0,1,0,2048,8,0,0,0,0,0,371,535,135,3,44,15467,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,400,25,1,0,0,0,0,0,0,0,0,0,617299803,0,'npc_omen',12340),(15468,0,0,0,0,0,7804,0,0,0,'Sunstrider Mana Tap Counter',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15470,0,0,0,0,0,4588,0,0,0,'Stoneskin Totem VII','',NULL,0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,25506,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15471,0,0,0,0,0,15688,0,0,0,'Lieutenant General Andorov','',NULL,7048,61,61,0,1608,129,1,1.14286,1,1,152,210,0,244,7.5,2000,1650,2,4096,2048,0,0,0,0,0,0,120,179,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15473,0,0,0,0,0,15689,15690,15691,15692,'Kaldorei Elite','',NULL,0,60,60,0,1608,0,1,1.14286,1,1,104,138,0,252,7.5,2700,1650,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15474,0,0,0,0,0,4588,0,0,0,'Stoneskin Totem VIII','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,25507,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15476,0,0,0,0,0,5905,15469,15470,15471,'Scorpion',NULL,NULL,0,1,1,0,188,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(15477,0,0,0,0,0,15472,0,0,0,'Herbalist Proudfeather','Peacebloom Collector',NULL,0,56,56,0,104,2,1.71,1.14286,1,1,96,127,0,234,7.5,1231,1451,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15478,0,0,0,0,0,4588,0,0,0,'Stoneclaw Totem VII','',NULL,0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,25513,55278,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15479,0,0,0,0,0,4588,0,0,0,'Strength of Earth Totem VI','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,25527,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15480,0,0,0,0,0,4589,0,0,0,'Searing Totem VII','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,25530,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15482,0,0,0,0,0,4683,0,0,0,'Fire Nova Totem VI','',NULL,0,1,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15483,0,0,0,0,0,4683,0,0,0,'Fire Nova Totem VII','','',0,1,1,0,58,0,1,1,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,11,0,0,0,0,0,0,0,0,0,0,46551,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15484,0,0,0,0,0,4589,0,0,0,'Magma Totem V','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,25551,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15487,0,0,0,0,0,4587,0,0,0,'Fire Resistance Totem IV','','',0,1,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,25562,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15489,0,0,0,0,0,4587,0,0,0,'Mana Spring Totem V','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,25569,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15491,0,0,0,0,0,15474,0,0,0,'Eranikus, Tyrant of the Dream','',NULL,0,63,63,0,16,0,2,1.14286,1,3,181,253,0,268,35,1000,1300,1,0,2048,0,0,0,0,0,0,147,219,32,2,8,0,0,100001,0,0,0,0,0,0,9591,24818,24839,22878,0,0,0,0,0,0,0,0,'SmartAI',0,6,1,800,200,1,0,0,0,0,0,0,0,144,1,617299803,0,'',12340),(15492,0,0,0,0,0,4590,0,0,0,'Windwall Totem IV','',NULL,0,1,1,0,58,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15493,0,0,0,0,0,15525,0,0,0,'Marsilla Dawnstar',NULL,NULL,0,5,5,0,1604,2,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,33536,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15494,0,0,0,0,0,15523,0,0,0,'Yasmine Teli\'Larien','',NULL,0,5,5,0,1604,0,1,1.14286,1,0,4,4,0,14,1,1500,2000,8,4864,2048,0,0,0,0,3,0,2,3,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15496,0,0,0,0,0,4590,0,0,0,'Windfury Totem IV','','',0,63,63,0,58,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15497,0,0,0,0,0,4590,0,0,0,'Windfury Totem V','','',0,70,70,1,58,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15498,0,0,0,0,0,15477,0,0,0,'Windcaller Yessendra',NULL,NULL,6928,55,57,0,994,3,1,1.14286,1,0,69,96,0,106,1,2000,2000,8,32768,2048,0,0,0,0,0,0,58,85,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15499,0,0,0,0,0,15478,0,0,0,'Warden Haro',NULL,NULL,6925,56,58,0,635,3,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15500,0,0,0,0,0,15479,0,0,0,'Keyl Swiftclaw',NULL,NULL,6927,60,60,0,994,3,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15501,0,0,0,0,0,15531,0,0,0,'Aleinia','Jewelcrafting Trainer',NULL,8376,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15502,0,0,0,0,0,15480,0,0,0,'Andorgos','Brood of Malygos',NULL,6644,60,60,0,35,3,1,1.14286,1,1,74,102,0,112,7.5,2000,2000,8,32768,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15503,0,0,0,0,0,15481,0,0,0,'Kandrostrasz','Brood of Alexstrasza',NULL,6645,60,60,0,35,3,1,1.14286,1,1,74,102,0,112,7.5,2000,2000,8,32768,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15504,0,0,0,0,0,15482,0,0,0,'Vethsera','Brood of Ysera',NULL,6655,60,60,0,35,3,1,1.14286,1,1,74,102,0,112,7.5,2000,2000,8,32768,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15505,0,0,0,0,0,14528,0,0,0,'Canal Frenzy','',NULL,0,60,60,0,1878,0,1.5,1.14286,1,1,104,138,0,252,7.5,1500,1650,1,0,2048,0,0,0,0,0,0,72,106,26,1,8,15505,0,0,0,0,0,0,0,0,12097,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15508,0,0,0,0,0,15502,0,0,0,'Batrider Pele\'keiki','Firebloom Collector',NULL,0,58,58,0,126,2,1.71,1.14286,1,1,100,132,0,242,7.5,1260,1485,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15509,0,0,0,0,0,15739,0,0,0,'Princess Huhuran','',NULL,0,63,63,0,16,0,2.4,1.14286,1,3,181,253,0,268,35,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,10,76,15509,0,0,0,0,0,0,0,0,26050,26051,26053,26180,0,0,0,0,0,0,724999,886110,'',0,3,1,300,150,1,0,0,0,0,0,0,0,192,1,617299803,1,'boss_huhuran',12340),(15510,0,0,0,0,0,15743,0,0,0,'Fankriss the Unyielding','',NULL,0,63,63,0,310,0,2.4,1.14286,1,3,181,253,0,268,35,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,10,76,15510,0,0,0,0,0,0,0,0,25646,25831,22994,0,0,0,0,0,0,0,644999,788332,'',0,3,1,300,180,1,0,0,0,0,0,0,0,192,1,617299803,1,'boss_fankriss',12340),(15511,0,0,0,0,0,15656,0,0,0,'Lord Kri','',NULL,0,63,63,0,16,0,2.4,1.14286,1,3,181,253,0,268,35,2500,2000,1,64,2048,0,0,0,0,0,0,147,219,32,10,76,15511,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24055,31418,'',0,3,1,80,10,1,0,0,0,0,0,0,0,192,1,617299803,1,'boss_kri',12340),(15513,0,0,0,0,0,15520,0,0,0,'Ranger Sallina','Hunter Trainer',NULL,6652,5,5,0,1604,51,1,1.14286,1,0,5,6,0,28,1,1500,2000,2,4864,2048,0,0,0,0,3,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15515,0,0,0,0,0,15508,0,0,0,'Skinner Jamani','Heavy Leather Collector',NULL,0,56,56,0,126,2,1.48,1.14286,1,1,96,127,0,234,7.5,1231,1451,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15516,0,0,0,0,0,15583,0,0,0,'Battleguard Sartura','',NULL,0,63,63,0,310,0,2.8,1.14286,1,3,181,253,0,268,35,144000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,10,76,15516,0,0,0,0,0,0,0,0,8269,25174,26084,27680,0,0,0,0,0,0,532499,650832,'',0,3,1,225,150,1,0,0,0,0,0,0,0,193,1,617299803,1,'boss_sartura',12340),(15517,0,0,0,0,0,15509,0,0,0,'Ouro','',NULL,0,63,63,0,16,0,2.1,1.14286,1,3,181,253,0,268,35,1750,1750,1,0,2048,0,0,0,0,0,0,147,219,32,10,76,15517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,600,1,1,0,0,0,0,0,0,0,152,1,617299803,1,'boss_ouro',12340),(15521,0,0,0,0,0,11095,0,0,0,'Hive\'Zara Hatchling','',NULL,0,60,60,0,310,0,1.5,1.14286,1,1,104,138,0,252,7.5,1500,1650,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15526,0,0,0,0,0,11268,0,0,0,'Meridith the Mermaiden',NULL,NULL,6658,60,60,0,35,3,1.25,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15527,0,0,0,0,0,15547,0,0,0,'Mana Fiend','',NULL,0,63,63,0,834,0,1.5,1.14286,1,1,164,228,0,249,7.5,1500,1650,2,0,2048,0,0,0,0,0,0,133,196,26,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,737,967,'',0,3,1,6,5,1,0,0,0,0,0,0,0,188,1,0,2,'',12340),(15528,0,0,0,0,0,15537,0,0,0,'Healer Longrunner','Wool Bandage Collector',NULL,0,56,56,0,104,4098,1.25,1.14286,1,1,96,127,0,234,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15537,0,0,0,0,0,15545,0,0,0,'Anubisath Warrior','',NULL,0,62,62,0,310,0,1,1.14286,1,1,172,240,0,262,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15538,0,0,0,0,0,15546,0,0,0,'Anubisath Swarmguard','',NULL,0,62,62,0,310,0,2.8,1.14286,1,1,172,240,0,262,7.5,1300,2000,1,64,2048,0,0,0,0,0,0,139,207,30,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,387,510,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,203,1,0,0,'',12340),(15540,0,0,0,0,0,15550,0,0,0,'Windcaller Kaldon',NULL,NULL,6796,60,60,0,994,3,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15541,0,0,0,0,0,15551,0,0,0,'Twilight Marauder Morna','Twilight\'s Hammer',NULL,0,60,60,0,16,0,1,1.38571,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,15541,0,0,0,0,0,0,0,0,23600,15572,16856,0,0,0,0,0,0,0,567,745,'',0,3,1,3.45,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15542,0,0,0,0,0,15552,15552,15552,15552,'Twilight Marauder','Twilight\'s Hammer',NULL,0,58,59,0,16,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,15542,15542,0,0,0,0,0,0,0,23600,8599,22911,0,0,0,0,0,0,0,136,182,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15543,0,0,0,0,0,15657,0,0,0,'Princess Yauj','',NULL,0,63,63,0,16,0,2.4,1.14286,1,3,181,253,0,268,35,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,10,76,15543,0,0,0,0,0,0,0,0,25807,25808,3242,26580,0,0,0,0,0,0,28305,36968,'',0,3,1,90,1,1,0,0,0,0,0,0,0,192,1,617299803,1,'boss_yauj',12340),(15544,0,0,0,0,0,15658,0,0,0,'Vem','',NULL,0,63,63,0,16,0,2.4,1.14286,1,3,181,253,0,268,35,2500,2000,1,64,2048,0,0,0,0,0,0,147,219,32,10,76,15544,0,0,0,0,0,0,0,0,18670,26561,19128,26662,0,0,0,0,0,0,0,0,'',0,3,1,130,1,1,0,0,0,0,0,0,0,192,1,617299803,1,'boss_vem',12340),(15546,0,0,0,0,0,482,0,0,0,'Hive\'Zara Swarmer',NULL,NULL,0,60,60,0,310,0,1.71,1.14286,1,0,104,138,0,252,1,1500,1650,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,95,'',1,3,1,0.1,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(15547,0,0,0,0,0,16407,0,0,0,'Spectral Charger',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,6,0,15547,0,0,0,0,0,0,0,0,29320,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6.3,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(15548,0,0,0,0,0,16408,0,0,0,'Spectral Stallion',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,6,0,15548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6.3,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(15549,0,0,0,0,0,15622,0,0,0,'Elder Morndeep',NULL,NULL,21033,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,3.5,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15550,0,0,0,0,0,16416,0,0,0,'Attumen the Huntsman',NULL,NULL,0,73,73,1,16,0,1.1,1.14286,1,3,316,450,0,320,35,4130,4761,1,0,2048,0,0,0,0,0,0,278,413,58,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31705,41408,'',1,3,1,35,10,1,0,0,0,0,0,0,0,164,1,650854267,2097409,'boss_attumen',12340),(15551,0,0,0,0,0,16397,16398,16399,16400,'Spectral Stable Hand',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,6,8,15551,15551,0,0,0,0,0,0,0,6016,29339,29340,0,0,0,0,0,0,0,1519,1988,'SmartAI',1,3,1,4.2,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(15554,0,0,0,0,0,10133,0,0,0,'Number Two','',NULL,0,61,61,0,14,0,1,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,1,0,0,0,15554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,'SmartAI',0,1,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15555,0,0,0,0,0,15554,0,0,0,'Hive\'Zara Larva','',NULL,0,60,60,0,310,0,1.5,1.14286,1,0,104,138,0,252,1,1500,1650,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,173,'',0,3,1,1,1,1,0,0,0,0,0,0,0,94,1,0,0,'npc_hive_zara_larva',12340),(15556,0,0,0,0,0,15637,0,0,0,'Elder Splitrock',NULL,NULL,21056,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,2.4,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15557,0,0,0,0,0,15630,0,0,0,'Elder Rumblerock',NULL,NULL,21046,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15558,0,0,0,0,0,15632,0,0,0,'Elder Silvervein',NULL,NULL,21050,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15559,0,0,0,0,0,15616,0,0,0,'Elder Highpeak',NULL,NULL,21023,60,60,0,35,3,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15560,0,0,0,0,0,15641,0,0,0,'Elder Stonefort',NULL,NULL,21061,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,3.5,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15561,0,0,0,0,0,15625,0,0,0,'Elder Obsidian',NULL,NULL,21040,60,60,0,35,3,0.94,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15562,0,0,0,0,0,15614,0,0,0,'Elder Hammershout',NULL,NULL,21021,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15563,0,0,0,0,0,15600,0,0,0,'Elder Bellowrage',NULL,NULL,21002,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15564,0,0,0,0,0,15606,0,0,0,'Elder Darkcore',NULL,NULL,21011,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15565,0,0,0,0,0,15643,0,0,0,'Elder Stormbrow',NULL,NULL,21063,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15566,0,0,0,0,0,15636,0,0,0,'Elder Snowcrown',NULL,NULL,21055,60,60,0,35,3,1.1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15567,0,0,0,0,0,15617,0,0,0,'Elder Ironband',NULL,NULL,21025,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15568,0,0,0,0,0,15612,0,0,0,'Elder Graveborn',NULL,NULL,21018,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15569,0,0,0,0,0,15611,0,0,0,'Elder Goldwell',NULL,NULL,21017,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15570,0,0,0,0,0,15626,0,0,0,'Elder Primestone',NULL,NULL,21043,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15572,0,0,0,0,0,15631,0,0,0,'Elder Runetotem',NULL,NULL,6815,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15573,0,0,0,0,0,15628,0,0,0,'Elder Ragetotem',NULL,NULL,21044,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15574,0,0,0,0,0,15642,0,0,0,'Elder Stonespire',NULL,NULL,21062,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15575,0,0,0,0,0,15604,0,0,0,'Elder Bloodhoof',NULL,NULL,21006,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15576,0,0,0,0,0,15648,0,0,0,'Elder Winterhoof',NULL,NULL,21073,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15577,0,0,0,0,0,15633,0,0,0,'Elder Skychaser',NULL,NULL,21051,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15578,0,0,0,0,0,15645,0,0,0,'Elder Wildmane',NULL,NULL,21070,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,2.4,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15579,0,0,0,0,0,15607,0,0,0,'Elder Darkhorn',NULL,NULL,6899,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15580,0,0,0,0,0,28420,0,0,0,'Elder Ezra Wheathoof',NULL,NULL,21068,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15581,0,0,0,0,0,15613,0,0,0,'Elder Grimtotem',NULL,NULL,21020,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15582,0,0,0,0,0,15647,0,0,0,'Elder Windtotem',NULL,NULL,21072,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15583,0,0,0,0,0,15644,0,0,0,'Elder Thunderhorn',NULL,NULL,21066,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15584,0,0,0,0,0,15635,0,0,0,'Elder Skyseer',NULL,NULL,21053,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15585,0,0,0,0,0,15608,0,0,0,'Elder Dawnstrider',NULL,NULL,21013,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15586,0,0,0,0,0,15609,0,0,0,'Elder Dreamseer',NULL,NULL,21014,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15587,0,0,0,0,0,15619,0,0,0,'Elder Mistwalker',NULL,NULL,21030,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15588,0,0,0,0,0,15615,0,0,0,'Elder High Mountain',NULL,NULL,21022,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15589,0,0,0,0,0,15556,0,0,0,'Eye of C\'Thun','',NULL,0,63,63,0,370,2,2.4,1.14286,1,3,181,253,0,268,35,2500,2000,1,64,2048,0,0,0,0,0,0,147,219,32,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102255,133538,'',0,3,1,400,150,1,0,0,0,0,0,0,0,152,1,617299803,1,'boss_eye_of_cthun',12340),(15592,0,0,0,0,0,15646,0,0,0,'Elder Windrun',NULL,NULL,21071,60,60,0,35,3,1.1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15593,0,0,0,0,0,15639,0,0,0,'Elder Starsong',NULL,NULL,21058,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,2.4,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15594,0,0,0,0,0,15620,0,0,0,'Elder Moonstrike',NULL,NULL,21031,60,60,0,35,3,1.1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15595,0,0,0,0,0,15601,0,0,0,'Elder Bladeleaf',NULL,NULL,21003,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15596,0,0,0,0,0,15638,0,0,0,'Elder Starglade',NULL,NULL,21057,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15597,0,0,0,0,0,15621,0,0,0,'Elder Moonwarden',NULL,NULL,21032,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15598,0,0,0,0,0,15603,0,0,0,'Elder Bladeswift',NULL,NULL,21005,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15599,0,0,0,0,0,15602,0,0,0,'Elder Bladesing',NULL,NULL,21004,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15600,0,0,0,0,0,15634,0,0,0,'Elder Skygleam',NULL,NULL,21052,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15601,0,0,0,0,0,15640,0,0,0,'Elder Starweave',NULL,NULL,21059,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15602,0,0,0,0,0,15618,0,0,0,'Elder Meadowrun',NULL,NULL,21029,60,60,0,35,3,1.1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15603,0,0,0,0,0,15624,0,0,0,'Elder Nightwind',NULL,NULL,21037,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15604,0,0,0,0,0,15623,0,0,0,'Elder Morningdew',NULL,NULL,21034,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15605,0,0,0,0,0,15629,0,0,0,'Elder Riversong',NULL,NULL,21045,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15606,0,0,0,0,0,15605,0,0,0,'Elder Brightspear',NULL,NULL,21008,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15607,0,0,0,0,0,15610,0,0,0,'Elder Farwhisper',NULL,NULL,21016,60,60,0,35,3,1,1.14286,1,0,146,192,0,238,3.5,2000,2000,8,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15608,0,0,0,0,0,18718,0,0,0,'Medivh',NULL,NULL,0,73,73,1,35,2,1,0.99206,1,3,316,450,0,320,35,2000,1600,1,0,2048,0,0,0,0,0,0,278,413,58,10,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,1,1,0,0,0,0,0,0,0,0,1,617299803,3,'npc_medivh_bm',12340),(15612,0,0,0,0,0,15567,0,0,0,'Krug Skullsplit','Orgrimmar Legion Captain',NULL,6687,60,60,0,1612,3,1.1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15613,0,0,0,0,0,15568,0,0,0,'Merok Longstride',NULL,NULL,6926,60,60,0,1612,3,1.1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,36864,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15614,0,0,0,0,0,15569,0,0,0,'J.D. Shadesong',NULL,NULL,0,61,61,0,35,2,1,1.14286,1,1,152,210,0,244,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,120,179,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15615,0,0,0,0,0,15570,0,0,0,'Shadow Priestess Shai',NULL,NULL,0,60,60,0,1612,2,1.1,1.14286,1,1,74,102,0,112,4.6,2000,2000,8,36864,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15616,0,0,0,0,0,15571,15572,15573,0,'Orgrimmar Legion Grunt','',NULL,0,60,60,0,1612,0,1.1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15617,0,0,0,0,0,15574,15579,15577,15578,'Orgrimmar Legion Axe Thrower',NULL,NULL,0,60,60,0,1612,0,1.1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,16075,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15620,0,0,0,0,0,15576,0,0,0,'Hive\'Regal Hunter-Killer','',NULL,0,60,60,0,1395,0,1.5,1.14286,1,1,146,192,0,238,7.5,1500,1650,2,0,2048,0,41,0,0,0,0,101,167,24,1,0,15620,0,0,0,0,0,0,0,0,40504,25815,15588,25821,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15621,0,0,0,0,0,11105,0,0,0,'Yauj Brood','',NULL,0,60,60,0,16,0,2.4,1.14286,1,1,104,138,0,252,7.5,1500,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),(15622,0,0,0,0,0,6633,0,0,0,'Vekniss Borer','',NULL,0,60,60,0,310,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,64,2048,0,41,0,0,0,0,72,106,26,1,65545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15624,0,0,0,0,0,12432,0,0,0,'Forest Wisp','',NULL,0,6,8,0,35,2,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,768,2048,0,0,0,0,0,0,7,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15630,0,0,0,0,0,15582,0,0,0,'Spawn of Fankriss','',NULL,0,63,63,0,310,0,1.5,1.14286,1,1,181,253,0,268,7.5,1000,2000,1,0,2048,0,42,0,0,0,0,147,219,32,10,65545,0,0,0,0,0,0,0,0,0,26662,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,50,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15631,0,0,0,0,0,11686,0,0,0,'Spotlight','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15635,0,0,0,0,0,15586,0,0,0,'Eversong Tender',NULL,NULL,0,5,7,0,91,0,1,0.857143,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,100,4,0,15635,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,10,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15636,0,0,0,0,0,15587,0,0,0,'Eversong Green Keeper',NULL,NULL,0,7,9,0,91,0,1,0.857143,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,4,0,15636,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,'',1,3,1,1,1,1,0,23553,0,0,0,0,0,100,1,0,0,'',12340),(15637,0,0,0,0,0,15588,0,0,0,'Withered Green Keeper',NULL,NULL,0,9,10,0,91,0,1,0.857143,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,4,0,15637,0,0,0,0,0,0,0,0,13584,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15638,0,0,0,0,0,16350,0,0,0,'Arcane Patroller',NULL,NULL,0,5,6,0,91,0,1,1.14286,1,0,6,8,0,29,1,2000,2000,2,0,2048,0,0,0,0,0,0,4,6,100,4,0,15638,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,10,'SmartAI',1,3,1,1,1,1,0,21808,0,0,0,0,0,0,1,0,0,'',12340),(15641,0,0,0,0,0,17302,0,0,0,'Amani Axe Thrower','',NULL,0,8,9,0,1643,0,1,0.857143,1,0,11,15,0,40,1,2000,2000,1,32768,2048,0,0,0,0,0,0,8,11,0,7,0,15641,15641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,15,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15642,0,0,0,0,0,17304,0,0,0,'Amani Shadowpriest','',NULL,0,8,10,0,1643,0,1,0.857143,1,0,12,16,0,38,1,2000,2000,2,32768,2048,0,0,0,0,0,0,8,12,0,7,0,15642,15642,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,15,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15643,0,0,0,0,0,17303,0,0,0,'Amani Berserker','',NULL,0,9,10,0,1643,0,1,0.857143,1,0,13,17,0,42,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,13,0,7,0,15643,15643,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15644,0,0,0,0,0,15513,0,0,0,'Wretched Urchin',NULL,NULL,0,4,5,0,16,0,1,0.85714,1,0,5,6,0,28,1,2000,2000,2,32768,2048,0,0,0,0,0,0,3,4,100,7,0,15644,15644,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,8,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15645,0,0,0,0,0,15513,0,0,0,'Wretched Thug',NULL,NULL,0,7,8,0,16,0,1,0.857143,1,0,10,13,0,32,1,2000,2000,2,32768,2048,0,0,0,0,0,0,6,9,100,7,0,15645,15645,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15647,0,0,0,0,0,15438,0,0,0,'Mana Stalker',NULL,NULL,0,5,6,0,91,0,1,0.857143,1,0,6,8,0,29,1,2000,2000,2,0,2048,0,0,0,0,0,0,4,6,100,4,0,15647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15648,0,0,0,0,0,14252,0,0,0,'Manawraith',NULL,NULL,0,6,7,0,91,0,1,0.857143,1,0,8,11,0,30,1,2000,2000,2,0,2048,0,0,0,0,0,0,5,8,100,4,0,15648,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15649,0,0,0,0,0,17547,0,0,0,'Feral Dragonhawk Hatchling',NULL,NULL,0,5,6,0,7,0,1,0.85714,1,0,6,8,0,29,1,2000,2000,2,0,2048,0,30,0,0,0,0,4,6,100,1,1,15649,0,0,0,0,0,0,0,0,29117,0,0,0,0,0,0,0,10481,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15650,0,0,0,0,0,17545,0,0,0,'Crazed Dragonhawk',NULL,NULL,0,7,8,0,7,0,1,0.857143,1,0,10,13,0,32,1,2000,2000,2,0,2048,0,30,0,0,0,0,6,9,100,1,1,15650,0,100002,0,0,0,0,0,0,29117,0,0,0,0,0,0,0,10391,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15651,0,0,0,0,0,15506,0,0,0,'Springpaw Stalker',NULL,NULL,0,6,7,0,38,0,1,0.85714,1,0,9,12,0,36,1,1600,2000,1,0,2048,0,2,0,0,0,0,6,8,100,1,1,15651,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11553,0,0,0,'',1,1,1,1,1,1,0,20772,0,0,0,0,0,100,1,0,0,'',12340),(15652,0,0,0,0,0,18167,0,0,0,'Elder Springpaw',NULL,NULL,0,8,9,0,38,0,1,1,1,0,11,15,0,40,1,1600,2000,1,0,2048,0,2,0,0,0,0,8,11,100,1,1,15652,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11094,0,0,0,'',1,1,1,1,1,1,0,20772,0,0,0,0,0,113,1,0,0,'',12340),(15654,0,0,0,0,0,9785,0,0,0,'Plaguebone Pillager',NULL,NULL,0,5,6,0,21,0,1,0.857143,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,100,6,0,15654,15654,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,4,10,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),(15655,0,0,0,0,0,646,0,0,0,'Rotlimb Cannibal',NULL,NULL,0,6,7,0,21,0,0.777776,0.857143,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,100,6,0,15655,15655,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,12,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),(15656,0,0,0,0,0,4870,0,0,0,'Angershade',NULL,NULL,0,7,8,0,21,0,1,0.857143,1,0,7,10,0,16,1,2000,2000,8,0,2048,0,0,0,0,0,0,7,10,11,6,0,15656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),(15657,0,0,0,0,0,4629,0,0,0,'Darkwraith',NULL,NULL,0,9,10,0,21,0,1,0.857143,1,0,8,13,0,17,1,2000,2000,8,0,2048,0,0,0,0,0,0,9,12,12,6,0,15657,0,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),(15658,0,0,0,0,0,137,0,0,0,'Rotlimb Marauder',NULL,NULL,0,8,9,0,21,0,0.777776,0.857143,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,6,0,15658,15658,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,15,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),(15659,0,0,0,0,0,15594,0,0,0,'Auctioneer Jaxon',NULL,NULL,0,50,50,0,12,2097152,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15664,0,0,0,0,0,15903,0,0,0,'Metzen the Reindeer','',NULL,21251,5,5,0,35,1,1.125,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15665,0,0,0,0,0,15902,0,0,0,'Mounted Reindeer','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),(15667,0,0,0,0,0,12349,0,0,0,'Glob of Viscidus','',NULL,0,60,60,0,14,0,1.79,1.14286,1,0,104,138,0,252,1,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,64,1,0,0,'boss_glob_of_viscidus',12340),(15668,0,0,0,0,0,346,0,0,0,'Grimscale Murloc','',NULL,0,7,8,0,18,0,1,0.857143,1,0,10,14,0,38,1,2200,2000,1,32768,2048,0,0,0,0,0,0,7,10,100,7,0,15668,15668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,'',1,3,1,1,1,1,0,21757,21771,0,0,0,0,100,1,0,0,'',12340),(15669,0,0,0,0,0,3619,0,0,0,'Grimscale Oracle','',NULL,0,7,8,0,18,0,1,0.857143,1,0,10,13,0,32,1,2000,2000,2,32768,2048,0,0,0,0,0,0,6,9,100,7,0,15669,15669,0,0,0,0,0,0,0,5176,0,0,0,0,0,0,0,0,0,6,13,'SmartAI',1,3,1,1,1,1,0,21757,21771,0,0,0,0,100,1,0,0,'',12340),(15670,0,0,0,0,0,1005,0,0,0,'Grimscale Forager','',NULL,0,6,7,0,18,0,1,0.857143,1,0,9,12,0,36,1,2000,2000,1,32768,2048,0,0,0,0,0,0,6,8,100,7,0,15670,15670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,12,'SmartAI',1,3,1,1,1,1,0,21757,0,0,0,0,0,100,1,0,0,'',12340),(15675,0,0,0,0,0,15782,0,0,0,'Auctioneer Stockton',NULL,NULL,0,50,50,0,68,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,36864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15676,0,0,0,0,0,15784,0,0,0,'Auctioneer Yarly',NULL,NULL,0,50,50,0,68,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,36864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15677,0,0,0,0,0,7993,0,0,0,'Auctioneer Graves',NULL,NULL,0,50,50,0,120,2097152,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,32768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15678,0,0,0,0,0,7997,0,0,0,'Auctioneer Silva\'las',NULL,NULL,0,50,50,0,80,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,32768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15679,0,0,0,0,0,7996,0,0,0,'Auctioneer Cazarez',NULL,NULL,0,50,50,0,80,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,32768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15681,0,0,0,0,0,7993,0,0,0,'Auctioneer O\'reely',NULL,NULL,0,50,50,0,120,2097152,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,32768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15682,0,0,0,0,0,15780,0,0,0,'Auctioneer Cain',NULL,NULL,0,50,50,0,68,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,36864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15683,0,0,0,0,0,7995,0,0,0,'Auctioneer Naxxremis',NULL,NULL,0,50,50,0,68,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,36864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15684,0,0,0,0,0,15783,0,0,0,'Auctioneer Tricket',NULL,NULL,0,50,50,0,68,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,36864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15686,0,0,0,0,0,15781,0,0,0,'Auctioneer Rhyker',NULL,NULL,0,50,50,0,68,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,36864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15687,0,0,0,0,0,16540,0,0,0,'Moroes','Tower Steward',NULL,0,73,73,1,16,0,1.6,2,1,3,316,450,0,320,35,2000,2000,1,32832,2048,0,0,0,0,0,0,278,413,58,6,108,15687,15687,0,0,0,0,0,0,0,29425,34694,29448,29651,0,0,0,0,0,0,32555,42518,'',1,3,1,35.7,5,1,0,0,0,0,0,0,0,183,1,650854271,2097409,'boss_moroes',12340),(15688,0,0,0,0,0,11343,0,0,0,'Terestian Illhoof',NULL,NULL,0,70,70,1,16,0,1.6,1.71429,1,3,252,357,0,304,35,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,108,15688,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58055,75818,'',1,3,1,70,1,1,0,0,0,0,0,0,0,167,1,617299803,1,'boss_terestian_illhoof',12340),(15689,0,0,0,0,0,15363,0,0,0,'Netherspite',NULL,NULL,0,70,70,1,16,0,1.6,1.71429,1,3,234,331,0,286,35,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,2,68,15689,0,70172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86105,112448,'',0,3,1,140,1,1,0,0,0,0,0,0,0,167,1,617168895,1,'boss_netherspite',12340),(15690,0,0,0,0,0,19274,0,0,0,'Prince Malchezaar',NULL,NULL,0,73,73,1,16,0,2,2.14286,1,3,316,450,0,320,35,2000,2000,1,64,2048,0,0,0,0,0,0,278,413,58,3,108,15690,0,0,0,0,0,0,0,0,30898,30843,30852,30901,0,0,0,0,0,0,93755,122438,'',1,3,1,105,30,1,0,0,0,0,0,0,0,191,1,617299803,1,'boss_malchezaar',12340),(15691,0,0,0,0,0,16958,0,0,0,'The Curator',NULL,NULL,0,73,73,1,16,0,2,2,1,3,313,448,0,302,35,2000,2000,2,64,2048,0,0,0,0,0,0,276,411,44,9,108,15691,0,0,0,0,0,0,0,0,30403,30254,30407,0,0,0,0,0,0,0,58905,76928,'',1,3,1,80.5,20,1,0,0,0,0,0,0,0,184,1,650854271,2097409,'boss_curator',12340),(15692,0,0,0,0,0,7789,7790,7791,7792,'Dark Iron Kidnapper','',NULL,0,45,45,0,54,0,1.2,1.14286,1,0,76,100,0,184,1,2000,2000,1,32768,2048,0,0,0,0,0,0,52,76,17,7,0,15692,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,10551,0,0,0,0,0,0,1,0,0,'',12340),(15696,0,0,0,0,0,15650,15652,15651,15653,'War Effort Recruit',NULL,NULL,0,30,30,0,29,0,1.125,1.14286,1,0,42,56,0,102,1,1400,1900,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15698,0,0,0,0,0,15660,0,0,0,'Father Winter\'s Helper','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15699,0,0,0,0,0,10269,0,0,0,'Tranquil Mechanical Yeti',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15700,0,0,0,0,0,15661,0,0,0,'Warlord Gorchuk','War Effort Commander',NULL,0,60,60,0,29,2,1.25,1.14286,1,1,104,138,0,252,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15702,0,0,0,0,0,15664,0,0,0,'Senior Sergeant Taiga','War Effort Recruiter',NULL,0,60,60,0,104,2,1.5,1.14286,1,1,104,138,0,252,7.5,1200,1450,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15704,0,0,0,0,0,15666,0,0,0,'Senior Sergeant Kai\'jin','War Effort Recruiter',NULL,0,60,60,0,126,2,1.25,1.14286,1,1,104,138,0,252,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15706,0,0,0,0,0,15904,0,0,0,'Winter Reindeer','',NULL,0,70,70,1,188,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15707,0,0,0,0,0,15668,0,0,0,'Master Sergeant Fizzlebolt','War Effort Recruiter',NULL,0,60,60,0,875,2,1.25,1.14286,1,1,104,138,0,252,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15708,0,0,0,0,0,15669,0,0,0,'Master Sergeant Maclure','War Effort Recruiter',NULL,6786,60,60,0,12,2,1.25,1.14286,1,1,104,138,0,252,4.6,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15713,0,0,0,0,0,15678,0,0,0,'Blue Qiraji Battle Tank','',NULL,0,1,1,0,35,0,1.36,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(15714,0,0,0,0,0,15680,0,0,0,'Yellow Qiraji Battle Tank','',NULL,0,1,2,0,35,0,1.36,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(15715,0,0,0,0,0,15679,0,0,0,'Green Qiraji Battle Tank','',NULL,0,1,2,0,35,0,1.36,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(15716,0,0,0,0,0,15681,0,0,0,'Red Qiraji Battle Tank','',NULL,0,1,2,0,35,0,1.36,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(15718,0,0,0,0,0,11108,0,0,0,'Ouro Scarab','',NULL,0,60,60,0,16,0,1,1.14286,1,1,104,138,0,252,7.5,1430,1573,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(15722,0,0,0,0,0,15685,0,0,0,'Squire Leoren Mal\'derath','Stable Master',NULL,6791,60,60,0,994,4194305,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15725,0,0,0,0,0,15789,0,0,0,'Claw Tentacle','',NULL,0,60,60,0,16,0,1,1.14286,1,0,104,138,0,252,1,1500,1500,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,152,1,0,0,'npc_claw_tentacle',12340),(15726,0,0,0,0,0,15788,0,0,0,'Eye Tentacle','',NULL,0,60,60,0,16,0,0.97,1.14286,1,0,104,138,0,252,1,1500,1800,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,152,1,0,0,'npc_eye_tentacle',12340),(15727,0,0,0,0,0,15787,0,0,0,'C\'Thun','',NULL,0,63,63,0,370,0,2.4,1.14286,1,3,181,253,0,268,35,2000,2000,1,33554496,2048,0,0,0,0,0,0,147,219,32,10,76,15727,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1029458,1258227,'',0,3,1,300,1,1,0,22734,0,0,0,0,0,152,1,617299803,1,'boss_cthun',12340),(15728,0,0,0,0,0,15790,0,0,0,'Giant Claw Tentacle','',NULL,0,60,60,0,370,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,152,1,0,0,'npc_giant_claw_tentacle',12340),(15732,0,0,0,0,0,13349,0,0,0,'Wonderform Operator','Smokywood Pastures',NULL,6802,30,30,0,35,3,1.125,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15739,0,0,0,0,0,15720,15721,0,0,'Thunder Bluff Commendation Officer',NULL,NULL,0,55,55,0,104,0,1.125,1.14286,1,0,94,125,0,228,1,1216,1435,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15740,0,0,0,0,0,15693,0,0,0,'Colossus of Zora','',NULL,0,63,63,0,370,0,8.8,1.14286,1,1,181,253,0,268,35,1500,1650,1,0,2048,0,0,0,0,0,0,147,219,32,10,8,0,0,0,0,0,0,0,0,0,26167,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1,1,0,0,0,0,0,0,0,220,1,617299803,0,'',12340),(15741,0,0,0,0,0,15694,0,0,0,'Colossus of Regal','',NULL,0,63,63,0,370,0,8.8,1.14286,1,1,181,253,0,268,35,1500,1650,1,0,2048,0,0,0,0,0,0,147,219,32,10,8,15741,0,0,0,0,0,0,0,0,26167,10473,25208,6605,0,0,0,0,0,0,0,0,'',0,3,1,1000,1,1,0,0,0,0,0,0,0,220,1,617299803,0,'',12340),(15742,0,0,0,0,0,15695,0,0,0,'Colossus of Ashi','',NULL,0,63,63,0,370,0,8.8,1.14286,1,1,181,253,0,268,35,1500,1650,1,0,2048,0,0,0,0,0,0,147,219,32,10,8,15742,0,0,0,0,0,0,0,0,26167,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1,1,0,0,0,0,0,0,0,220,1,617299803,0,'',12340),(15743,0,0,0,0,0,15696,0,0,0,'Colossal Anubisath Warbringer','',NULL,0,61,62,0,370,0,4.5,1.14286,1,1,172,240,0,262,7.5,1500,1650,1,0,2048,0,0,0,0,0,0,139,207,30,10,8,15743,0,0,0,0,0,0,0,0,16044,11876,18944,0,0,0,0,0,0,0,12001,15676,'',0,3,1,110,1,1,0,0,0,0,0,0,0,205,1,0,0,'',12340),(15744,0,0,0,0,0,15697,0,0,0,'Imperial Qiraji Destroyer','',NULL,0,62,62,0,370,0,4.94,1.14286,1,1,172,240,0,262,7.5,1500,1800,1,0,2048,0,0,0,0,0,0,139,207,30,10,8,15744,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,20,1,0,0,0,0,0,0,0,205,1,0,0,'',12340),(15745,0,0,0,0,0,15698,0,0,0,'Greatfather Winter\'s Helper',NULL,NULL,0,30,30,0,35,0,1.125,1.14286,1,0,42,56,0,102,1,1400,1900,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15760,0,0,0,0,0,15713,1520,0,0,'Winter Reveler',NULL,NULL,6813,30,40,0,35,1,1.125,1.14286,1,0,56,74,0,136,1,2000,2000,1,36864,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15761,0,0,0,0,0,15731,0,0,0,'Officer Vu\'Shalay','Darkspear Commendations',NULL,0,55,55,0,126,3,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15762,0,0,0,0,0,15727,0,0,0,'Officer Lunalight','Darnassus Commendations',NULL,6803,55,55,0,80,3,1.25,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15763,0,0,0,0,0,15729,0,0,0,'Officer Porterhouse','Gnomeregan Commendations',NULL,6804,55,55,0,875,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15764,0,0,0,0,0,15726,0,0,0,'Officer Ironbeard','Ironforge Commendations',NULL,6805,55,55,0,55,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15765,0,0,0,0,0,15724,0,0,0,'Officer Redblade','Orgrimmar Commendations',NULL,0,55,55,0,29,3,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15766,0,0,0,0,0,15728,0,0,0,'Officer Maloof','Stormwind Commendations',NULL,6806,55,55,0,12,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15767,0,0,0,0,0,15730,0,0,0,'Officer Thunderstrider','Thunder Bluff Commendations',NULL,0,55,55,0,104,3,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15768,0,0,0,0,0,15725,0,0,0,'Officer Gothena','Undercity Commendations',NULL,0,55,55,0,68,3,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15802,0,0,0,0,0,15793,0,0,0,'Flesh Tentacle','',NULL,0,60,60,0,16,0,1,1.14286,1,0,104,138,0,252,1,1500,1500,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,152,1,0,0,'npc_giant_flesh_tentacle',12340),(15803,0,0,0,0,0,4590,0,0,0,'Tranquil Air Totem','','',0,70,70,1,58,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15818,0,0,0,0,0,15794,0,0,0,'Lieutenant General Nokhor','',NULL,0,63,63,0,370,0,1.74,1.14286,1,1,181,253,0,268,35,1500,1800,1,0,2048,0,0,0,0,0,0,147,219,32,10,8,15818,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,228,1,617299803,1,'',12340),(15852,0,0,0,0,0,15821,15855,0,0,'Orgrimmar Elite Shieldguard','',NULL,0,60,60,0,777,0,1.5,1.14286,1,1,104,138,0,252,7.5,1420,1562,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15853,0,0,0,0,0,15823,15851,15824,15852,'Orgrimmar Elite Infantryman','',NULL,0,59,60,0,777,0,1.5,1.14286,1,1,104,138,0,252,7.5,1420,1562,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15854,0,0,0,0,0,15825,15853,15826,15854,'Orgrimmar Elite Cavalryman','',NULL,0,61,61,0,777,0,1.5,1.14286,1,1,159,221,0,258,7.5,1420,1562,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15857,0,0,0,0,0,15860,15861,0,0,'Stormwind Cavalryman','',NULL,0,61,61,0,777,0,1.23,1.14286,1,1,159,221,0,258,7.5,1460,1606,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15858,0,0,0,0,0,15831,15858,15832,15859,'Stormwind Infantryman','',NULL,0,59,60,0,777,0,1.23,1.14286,1,1,104,138,0,252,7.5,1460,1606,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15859,0,0,0,0,0,15833,15834,0,0,'Stormwind Archmage','',NULL,0,62,62,0,777,0,1.23,1.14286,1,1,172,240,0,262,7.5,1460,1606,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,50,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15862,0,0,0,0,0,15837,15847,15839,15848,'Ironforge Cavalryman','',NULL,0,61,61,0,777,0,2.25,1.14286,1,1,159,221,0,258,7.5,1420,1562,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15866,0,0,0,0,0,15842,0,0,0,'High Commander Lynore Windstryke',NULL,NULL,0,63,63,0,777,0,1.5,1.14286,1,1,181,253,0,268,7.5,1400,1550,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15868,0,0,0,0,0,15843,0,0,0,'Highlord Leoric Von Zeldig',NULL,NULL,0,63,63,0,777,0,1.5,1.14286,1,1,181,253,0,268,7.5,1450,1600,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,50,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15869,0,0,0,0,0,15844,0,0,0,'Malagav the Tactician',NULL,NULL,0,60,60,0,777,0,1.5,1.14286,1,1,104,138,0,252,7.5,1400,1550,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,50,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15870,0,0,0,0,0,15845,0,0,0,'Duke August Foehammer',NULL,NULL,0,63,63,0,777,0,1.5,1.14286,1,1,181,253,0,268,7.5,1500,1650,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,50,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15871,0,0,0,0,0,15625,0,0,0,'Elder Bronzebeard',NULL,NULL,21009,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15882,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Guy - RED','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_firework',12340),(15883,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Guy - YELLOW','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_firework',12340),(15891,0,0,0,0,0,15863,15876,15875,15877,'Lunar Festival Herald','',NULL,0,55,55,0,35,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33280,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15892,0,0,0,0,0,15864,15873,15872,15874,'Lunar Festival Emissary','',NULL,0,55,55,0,35,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33280,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15893,0,0,0,0,0,15294,0,0,0,'Lunar Firework Credit Marker','',NULL,0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15894,0,0,0,0,0,15294,0,0,0,'Lunar Cluster Credit Marker','',NULL,0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15895,0,0,0,0,0,15865,0,0,0,'Lunar Festival Harbinger','',NULL,6918,55,55,0,35,3,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,32768,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15897,0,0,0,0,0,15294,0,0,0,'Large Spotlight','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15898,0,0,0,0,0,15869,0,0,0,'Lunar Festival Vendor','',NULL,0,55,55,0,35,128,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,32768,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15903,0,0,0,0,0,15442,0,0,0,'Sergeant Carnes',NULL,NULL,6923,60,60,0,1611,1,1.1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15904,0,0,0,0,0,15882,0,0,0,'Tentacle Portal','',NULL,0,63,63,0,370,33554432,1.1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(15910,0,0,0,0,0,15900,0,0,0,'Giant Tentacle Portal','',NULL,0,63,63,0,370,33554432,1.1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(15918,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (ELUNE)','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),(15920,0,0,0,0,0,15916,0,0,0,'Hathvelion Sungaze',NULL,NULL,6937,12,12,0,1604,3,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,36864,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15921,0,0,0,0,0,16036,0,0,0,'Captain Kelisendra',NULL,NULL,6938,11,11,0,1604,3,1.125,1.14286,1,0,15,20,0,44,1,2000,2000,1,36864,2048,0,0,0,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15924,0,0,0,0,0,15919,0,0,0,'Apprentice Loralthalis','',NULL,6939,6,6,0,1604,3,1,1.14286,1,0,7,9,0,34,1,2000,2000,1,4096,2048,0,0,0,0,0,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15928,29448,0,0,0,0,16137,0,0,0,'Thaddius','',NULL,0,83,83,2,21,0,1,1.68,1,3,509,683,0,805,17,2000,0,1,0,2048,0,0,0,0,0,0,371,535,135,6,76,15928,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1513636,1850000,'',0,3,1,275,2,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'boss_thaddius',1),(15929,29446,0,0,0,0,15297,0,0,0,'Stalagg','',NULL,0,83,83,2,21,0,1.68,1.14286,1,3,509,683,0,805,35,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,2,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'boss_thaddius_summon',12340),(15930,29447,0,0,0,0,15297,0,0,0,'Feugen','',NULL,0,83,83,2,21,0,1.68,1.14286,1,3,509,683,0,805,35,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,2,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'boss_thaddius_summon',12340),(15931,29373,0,0,0,0,16035,0,0,0,'Grobbulus','','',0,83,83,2,21,0,1.5,1.14286,1,3,509,683,0,805,35,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,15931,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1283823,1569117,'',0,3,1,210,2,1,0,0,0,0,0,0,0,166,1,617299839,2097153,'boss_grobbulus',12340),(15932,29417,0,0,0,0,16064,0,0,0,'Gluth','','',0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,35,1600,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,15932,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1260000,1540000,'',0,3,1,200,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'boss_gluth',12340),(15936,29701,0,0,0,0,16309,0,0,0,'Heigan the Unclean','','',0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,35,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,15936,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1280454,1565000,'',0,3,1,220,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'boss_heigan',12340),(15937,0,0,0,0,0,1773,0,0,0,'Mmmrrrggglll','Grimscale Chieftain',NULL,0,9,9,0,18,0,1,1.14286,1,0,11,15,0,34,1,2000,2000,2,32768,2048,0,0,0,0,0,0,7,11,100,7,0,15937,15937,0,0,0,0,0,0,0,12058,21030,12491,0,0,0,0,0,0,0,8,16,'SmartAI',1,3,1,1.1,1,1,0,21757,21771,21770,0,0,0,0,1,0,0,'',12340),(15938,0,0,0,0,0,15936,17264,17266,17265,'Eversong Ranger',NULL,NULL,0,12,12,0,1603,0,1,1.14286,1,0,12,17,0,19,1,1500,2000,8,4096,2048,0,0,0,0,0,0,11,16,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15939,0,0,0,0,0,15906,0,0,0,'Ranger Degolien',NULL,NULL,7140,30,30,0,1604,3,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15940,0,0,0,0,0,15906,0,0,0,'Ranger Selron',NULL,NULL,0,30,30,0,1604,2,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15941,0,0,0,0,0,17289,0,0,0,'Apprentice Ralen',NULL,NULL,0,8,8,0,1604,2,1,1.14286,1,0,7,10,0,16,1,1500,2000,8,4608,2048,0,0,0,0,0,0,7,10,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15942,0,0,0,0,0,15520,0,0,0,'Ranger Sareyn',NULL,NULL,7247,15,15,0,1604,3,1,1.14286,1,0,20,27,0,48,1,1500,2000,2,4608,2048,0,0,0,0,0,0,14,21,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15943,0,0,0,0,0,9229,0,0,0,'Hive\'Zara Hornet','',NULL,0,61,61,0,14,0,1.5,1.14286,1,1,159,221,0,258,7.5,1500,1650,1,0,2048,0,0,0,0,0,0,127,188,28,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5891,7852,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(15945,0,0,0,0,0,17290,0,0,0,'Apprentice Meledor',NULL,NULL,0,8,8,0,1604,2,1,1.14286,1,0,7,10,0,16,1,1500,2000,8,4608,2048,0,0,0,0,0,0,7,10,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15946,0,0,0,0,0,15933,0,0,0,'Apprentice Veya',NULL,NULL,0,30,30,0,1604,0,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15948,0,0,0,0,0,15905,0,0,0,'Emerald Owl','',NULL,0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15949,0,0,0,0,0,15925,0,0,0,'Thaelis the Hungerer',NULL,NULL,0,6,6,0,16,0,1,1.14286,1,0,6,8,0,29,1,2000,2000,2,32768,2048,0,0,0,0,0,0,4,6,100,7,0,15949,15949,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,11,'',1,3,1,1,1,1,0,21781,0,0,0,0,0,0,1,0,0,'',12340),(15950,0,0,0,0,0,15926,0,0,0,'Grimscale Seer','',NULL,0,6,7,0,18,0,1,0.857143,1,0,8,11,0,30,1,2000,2000,2,32768,2048,0,0,0,0,0,0,5,8,100,7,0,15950,15950,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,'SmartAI',1,3,1,1,1,1,0,21757,0,0,0,0,0,100,1,0,0,'',12340),(15951,0,0,0,0,0,16658,0,0,0,'Magister Duskwither','',NULL,6942,16,16,0,1604,3,1,1.14286,1,0,17,23,0,24,1,2000,2000,8,32768,2048,0,0,0,0,0,0,15,22,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15952,29278,0,0,0,0,15928,0,0,0,'Maexxna','',NULL,0,83,83,2,21,0,1.68,1.14286,1,3,509,683,0,805,35,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,1,76,15952,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1274062,1557187,'',0,3,1,180,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'boss_maexxna',12340),(15953,29268,0,0,0,0,15940,0,0,0,'Grand Widow Faerlina','',NULL,0,83,83,2,21,0,1,1.14286,1,3,496,674,0,783,35,2000,0,2,32832,2048,8,0,0,0,0,0,365,529,98,7,76,15953,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172787,1954645,'',0,3,1,160,20,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'boss_faerlina',12340),(15954,29615,0,0,0,0,16590,0,0,0,'Noth the Plaguebringer','','',0,83,83,2,21,0,1,1.71429,1,3,496,674,0,783,35,2400,0,2,32832,2048,8,0,0,0,0,0,365,529,98,6,76,15954,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1265652,1546909,'',0,3,1,200,30,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'boss_noth',12340),(15956,29249,0,0,0,0,15931,0,0,0,'Anub\'Rekhan','',NULL,0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,35,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,15956,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125000,1375000,'',0,3,1,160,2,1,0,0,0,0,0,0,0,144,1,617299839,2097153,'boss_anubrekhan',12340),(15958,0,0,0,0,0,11397,0,0,0,'Gharsul the Remorseless',NULL,NULL,0,8,8,0,21,0,1.125,1.14286,1,0,7,10,0,16,1,1400,1900,8,0,2048,0,0,0,0,0,0,7,10,11,6,0,15958,15958,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(15962,0,0,0,0,0,15362,0,0,0,'Vekniss Hatchling','',NULL,0,60,60,0,310,0,2.4,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(15963,0,0,0,0,0,15932,0,0,0,'The Master\'s Eye','',NULL,0,63,63,0,14,0,1,1.14286,1,3,181,253,0,268,35,1400,1900,1,0,2048,0,0,0,0,0,0,147,219,32,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),(15964,0,0,0,0,0,11686,0,0,0,'Buru Egg Trigger','',NULL,0,54,55,0,114,0,1.5,1.14286,1,0,94,125,0,228,1,1500,1650,1,0,2048,0,0,0,0,0,0,65,95,23,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(15965,0,0,0,0,0,15513,0,0,0,'Duskwither Apprentice','',NULL,0,10,10,0,16,0,1,0.857143,1,0,8,13,0,17,1,2000,2000,8,32768,2048,0,0,0,0,0,0,9,12,12,7,0,15965,15965,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15966,0,0,0,0,0,15934,0,0,0,'Mana Serpent',NULL,NULL,0,9,10,0,14,0,1,1.14286,1,0,12,16,0,38,1,2000,2000,2,0,2048,0,0,0,0,0,0,8,12,100,1,0,15966,0,0,0,0,0,0,0,0,25602,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15967,0,0,0,0,0,15438,0,0,0,'Ether Fiend',NULL,NULL,0,9,10,0,91,0,1,1.14286,1,0,12,16,0,38,1,2000,2000,2,0,2048,0,0,0,0,0,0,8,12,100,4,0,15967,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15968,0,0,0,0,0,15935,0,0,0,'Darnassian Scout',NULL,NULL,0,6,7,0,124,0,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,32768,2048,0,0,0,0,0,0,6,8,100,7,0,15968,15968,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,12,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15969,0,0,0,0,0,16655,0,0,0,'Groundskeeper Wyllithen','',NULL,6943,8,8,0,1604,3,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,32768,2048,0,0,0,0,0,0,7,10,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15970,0,0,0,0,0,17224,0,0,0,'Instructor Antheol',NULL,NULL,7479,30,30,0,1604,3,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15971,0,0,0,0,0,16469,16716,0,0,'Silvermoon Apprentice',NULL,NULL,0,8,8,0,1604,0,1,1.14286,1,0,7,10,0,16,1,1500,2000,8,4608,2048,0,0,0,0,0,0,7,10,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15974,29242,0,0,0,0,15937,0,0,0,'Dread Creeper','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,3,0,0,0,0,353,512,112,1,73,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13153,0,0,0,'SmartAI',0,1,1,6,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(15975,29241,0,0,0,0,15938,0,0,0,'Carrion Spinner','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,3,0,0,0,0,353,512,112,1,73,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13151,0,0,0,'SmartAI',0,1,1,7,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(15976,29243,0,0,0,0,15939,0,0,0,'Venom Stalker','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,3,0,0,0,0,353,512,112,1,73,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13150,0,0,0,'SmartAI',0,1,1,12,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(15977,29229,0,0,0,0,959,0,0,0,'Poisonous Skitterer','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,7.5,1000,0,1,0,2048,8,0,0,0,0,0,353,512,112,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(15978,30389,0,0,0,0,15941,0,0,0,'Crypt Reaver','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,7.5,1200,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,18,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(15979,29286,0,0,0,0,15942,0,0,0,'Tomb Horror','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,14,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(15980,29247,0,0,0,0,16594,16595,16596,16597,'Naxxramas Cultist','','',0,81,81,2,312,0,1,1.14286,1,1,351,509,0,304,7.5,2000,0,8,32832,2048,8,0,0,0,0,0,351,503,74,7,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5714,9524,'SmartAI',0,3,1,2,10,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(15981,29248,0,0,0,0,16598,16599,16600,16601,'Naxxramas Acolyte','','',0,81,81,2,312,0,1,1.14286,1,1,351,509,0,304,7.5,2000,0,8,32832,2048,8,0,0,0,0,0,351,503,74,7,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5725,9541,'SmartAI',0,3,1,2,10,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(15984,0,0,0,0,0,15465,0,0,0,'Sartura\'s Royal Guard','',NULL,0,61,61,0,310,0,2.8,1.14286,1,1,159,221,0,258,7.5,1920,2000,1,64,2048,0,0,0,0,0,0,127,188,28,10,8,0,0,0,0,0,0,0,0,0,26038,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,193,1,0,0,'npc_sartura_royal_guard',12340),(15989,29991,0,0,0,0,16033,0,0,0,'Sapphiron','',NULL,0,83,83,2,21,0,1.68,1.14286,1,3,509,683,0,805,35,1800,0,1,0,2048,8,0,0,0,0,0,371,535,135,6,76,15989,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246755,322238,'',0,3,1,300,2,1,0,0,0,0,0,0,0,188,1,617299839,2097153,'boss_sapphiron',12340),(15990,30061,0,0,0,0,15945,0,0,0,'Kel\'Thuzad','',NULL,0,83,83,2,21,0,1.1,1.14286,1,3,496,674,0,783,35,2000,0,2,0,2048,8,0,0,0,0,0,365,529,98,6,76,15990,0,0,0,0,0,200,100,0,0,0,0,0,0,0,0,0,0,0,1002755,1457838,'',0,3,1,375,600,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'boss_kelthuzad',12340),(15991,0,0,0,0,0,15947,0,0,0,'Lady Dena Kennedy','',NULL,7993,60,60,0,12,3,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16006,0,0,0,0,0,15294,0,0,0,'InCombat Trigger','',NULL,0,60,60,0,14,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16011,29718,0,0,0,0,16110,0,0,0,'Loatheb',NULL,NULL,0,83,83,2,21,0,0.8,1.14286,1,3,509,683,0,805,35,1250,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,16011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1292142,1579285,'',0,3,1,480,2,1,0,0,0,0,0,0,0,180,1,617299839,2097153,'boss_loatheb',12340),(16012,0,0,0,0,0,15966,0,0,0,'Mokvar',NULL,NULL,7070,60,60,0,1619,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16013,0,0,0,0,0,15965,0,0,0,'Deliana',NULL,NULL,7071,60,60,0,1618,3,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16014,0,0,0,0,0,15998,0,0,0,'Mux Manascrambler',NULL,NULL,7083,60,60,0,474,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16015,0,0,0,0,0,10815,0,0,0,'Vi\'el','Exotic Reagent Merchant',NULL,7046,60,60,0,35,2179,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16016,0,0,0,0,0,15968,0,0,0,'Anthion Harmon',NULL,NULL,0,60,60,0,35,2,1.24,1.14286,1,0,104,138,0,252,1,1390,1529,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16017,29347,0,0,0,0,9760,0,0,0,'Patchwork Golem','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3798,11953,'SmartAI',0,3,1,11,2,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(16018,29353,0,0,0,0,15958,0,0,0,'Bile Retcher','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4776,6241,'SmartAI',0,3,1,13.5,2,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(16020,29362,0,0,0,0,16063,0,0,0,'Mad Scientist','','',0,81,81,2,21,0,1,1.14286,1,1,425,602,0,670,7.5,2000,0,2,64,2048,8,0,0,0,0,0,351,511,86,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2226,10859,'SmartAI',0,3,1,6,2,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(16021,29359,0,0,0,0,16175,0,0,0,'Living Monstrosity','','',0,82,82,2,21,0,0.8,1.14286,1,1,488,642,0,782,7.5,2000,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2015,11331,'SmartAI',0,3,1,14,2,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(16022,29363,0,0,0,0,836,0,0,0,'Surgical Assistant','','',0,80,80,2,21,0,1,1.14286,1,1,417,582,0,608,7.5,2000,0,2,64,2048,8,0,0,0,0,0,341,506,80,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1842,3527,'SmartAI',0,3,1,2.5,5,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(16024,29355,0,0,0,0,12349,0,0,0,'Embalming Slime','','',0,80,80,2,21,0,1.2,1.14286,1,1,422,586,0,642,7.5,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.6,2,1,0,0,0,0,0,0,0,76,1,8388624,0,'',12340),(16025,29371,0,0,0,0,24484,0,0,0,'Stitched Giant','','',0,82,82,2,21,0,1,1.14286,1,1,488,642,0,782,7.5,2000,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6479,8466,'SmartAI',0,3,1,16,2,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16028,29324,0,0,0,0,16174,0,0,0,'Patchwerk','','',0,83,83,2,21,0,2,1.14286,1,3,509,683,0,805,35,1200,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,16028,0,0,0,0,0,0,0,0,26662,28131,32309,0,0,0,0,0,0,0,1305000,1595000,'',0,3,1,310,2,1,0,0,0,0,0,0,0,169,1,617299839,2097153,'boss_patchwerk',12340),(16029,29356,0,0,0,0,15962,0,0,0,'Sludge Belcher','','',0,82,82,2,21,0,1,1.14286,1,1,488,642,0,782,7.5,2500,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8523,8523,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16030,0,0,0,0,0,9904,9906,0,0,'Maggot',NULL,NULL,0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(16031,0,0,0,0,0,15967,0,0,0,'Ysida Harmon',NULL,NULL,7091,60,60,0,794,3,1,1.14286,1,0,104,138,0,252,1,2000,1590,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16032,0,0,0,0,0,15996,0,0,0,'Falrin Treeshaper','House of Shen\'dralar',NULL,7084,60,60,0,1355,3,1,1.14286,1,0,104,138,0,252,5,2000,1450,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16033,0,0,0,0,0,15994,0,0,0,'Bodley',NULL,NULL,30228,60,60,0,35,2,1.2,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16034,29609,0,0,0,0,23136,0,0,0,'Plague Beast','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(16036,29608,0,0,0,0,7896,0,0,0,'Frenzied Bat','','',0,80,80,2,16,0,1,1.42857,1,1,422,586,0,642,7.5,1500,0,1,64,2048,8,0,0,0,0,0,345,509,103,1,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16037,29603,0,0,0,0,1954,0,0,0,'Plagued Bat','','',0,80,80,2,16,0,1,1.42857,1,1,422,586,0,642,7.5,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,1,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16042,0,0,0,0,0,14308,0,0,0,'Lord Valthalak',NULL,NULL,0,63,63,0,14,0,1,1.14286,1,3,164,228,0,249,35,2000,2000,2,0,2048,0,0,0,0,0,0,133,196,26,2,4,16042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9684,12651,'SmartAI',0,3,1,45,1,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),(16043,0,0,0,0,0,16021,0,0,0,'Magma Lord Bokk',NULL,NULL,0,60,60,0,91,0,1.55556,1.14286,1,0,104,138,0,252,1,2200,2000,1,0,2048,0,0,0,0,0,0,72,106,26,4,0,16043,0,0,0,0,0,0,0,0,6524,10101,23114,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,21938,0,0,0,0,0,0,1,0,0,'',12340),(16044,0,0,0,0,0,11686,0,0,0,'Mor Grayhoof Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,3.5,2000,2200,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(16045,0,0,0,0,0,11686,0,0,0,'Isalien Trigger',NULL,NULL,0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,5,2000,2200,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(16046,0,0,0,0,0,11686,0,0,0,'Jarien and Sothos Trigger',NULL,NULL,0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,3.5,2000,2200,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(16047,0,0,0,0,0,11686,0,0,0,'Kormok Trigger',NULL,NULL,0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,3.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(16048,0,0,0,0,0,11686,0,0,0,'Lord Valthalak Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,146,192,0,238,3.5,2000,2200,2,33555200,2048,0,0,0,0,0,0,101,167,24,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(16059,0,0,0,0,0,15981,0,0,0,'Theldren',NULL,NULL,0,63,63,0,54,0,1.76,1.14286,1,1,181,253,0,268,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,16059,0,0,0,0,0,0,0,0,15503,27584,27580,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3.5,1,1,0,22047,0,0,0,0,0,0,1,0,0,'',12340),(16060,29955,0,0,0,0,16279,0,0,0,'Gothik the Harvester','',NULL,0,83,83,2,14,0,1,1.14286,1,3,496,674,0,783,35,2000,0,2,32832,2048,8,0,0,0,0,0,365,529,98,6,76,16060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,733851,896929,'',0,3,1,60,100,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'boss_gothik',12340),(16061,29940,0,0,0,0,16582,0,0,0,'Instructor Razuvious','',NULL,0,83,83,2,21,0,1.6,1.14286,1,3,509,683,0,805,35,3500,0,1,32832,2048,8,0,0,0,0,0,371,535,135,6,76,16061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1253602,1532181,'',0,3,1,240,2,1,0,0,0,0,0,0,0,167,1,617299839,2097153,'boss_razuvious',12340),(16062,0,0,0,0,0,16139,0,0,0,'Highlord Mograine','The Ashbringer',NULL,0,83,83,2,21,0,1.68,1.14286,1,3,509,683,0,805,35,1480,1700,1,0,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,29061,26446,0,0,0,0,0,0,0,0,0,0,'',0,3,1,160,2,1,0,0,0,0,0,0,0,164,1,617299803,1,'',12340),(16063,30602,0,0,0,0,16154,0,0,0,'Sir Zeliek',NULL,NULL,0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,35,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,56,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'boss_four_horsemen',12340),(16064,30603,0,0,0,0,16155,0,0,0,'Thane Korth\'azz','',NULL,0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,35,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49555,64718,'',0,3,1,56,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'boss_four_horsemen',12340),(16065,30601,0,0,0,0,16153,0,0,0,'Lady Blaumeux','',NULL,0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,35,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,56,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'boss_four_horsemen',12340),(16067,29852,0,0,0,0,26539,26540,26541,0,'Deathcharger Steed','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(16068,0,0,0,0,0,9904,9905,9906,15983,'Larva',NULL,NULL,0,1,1,0,31,0,1,0.857143,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(16069,0,0,0,0,0,15984,0,0,0,'Gurky',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(16070,0,0,0,0,0,15986,0,0,0,'Garel Redrock','',NULL,7034,35,35,0,55,1,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16073,0,0,0,0,0,15987,0,0,0,'Spirit of Lord Valthalak',NULL,NULL,0,63,63,0,35,2,1.22,1.14286,1,1,164,228,0,249,7.5,1200,1500,2,0,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16076,0,0,0,0,0,15988,0,0,0,'Tharl Stonebleeder','',NULL,7034,35,35,0,29,1,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16079,0,0,0,0,0,11686,0,0,0,'Theldren Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,3.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(16080,0,0,0,0,0,15997,0,0,0,'Mor Grayhoof',NULL,NULL,0,60,60,0,14,0,1.5,1.14286,1,1,146,192,0,238,7.5,1200,1500,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,16080,0,0,0,0,0,0,0,0,27527,27737,27530,27532,0,0,0,0,0,0,2139,2798,'SmartAI',1,3,1,19,15,1,0,21984,22046,0,0,0,0,0,1,0,0,'',12340),(16081,0,0,0,0,0,20070,0,0,0,'Spectral Gryphon','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16085,0,0,0,0,0,15992,0,0,0,'Peddlefeet','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(16090,0,0,0,0,0,15993,0,0,0,'Rousch','',NULL,0,48,48,0,35,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,33536,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16091,0,0,0,0,0,15995,0,0,0,'Dirk Thunderwood',NULL,NULL,7045,60,60,0,635,3,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16094,0,0,0,0,0,3519,0,0,0,'Durik','Stable Master',NULL,9821,30,30,0,29,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(16096,0,0,0,0,0,7102,10747,11375,0,'Steamwheedle Bruiser','',NULL,0,75,75,2,85,0,1,1.42857,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16097,0,0,0,0,0,16000,0,0,0,'Isalien',NULL,NULL,0,60,60,0,14,0,1.4,1.14286,1,1,146,192,0,238,5,1150,1450,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,16097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,1466,'SmartAI',1,3,1,10,15,1,0,21984,22046,0,0,0,0,0,1,0,0,'',12340),(16101,0,0,0,0,0,16018,0,0,0,'Jarien',NULL,NULL,0,60,60,0,14,0,1.5,1.14286,1,1,146,192,0,238,7.5,1083,1191,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,16101,0,0,0,0,0,0,0,0,0,18663,19643,20812,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8,15,1,0,21984,22046,0,0,0,0,0,1,8388624,0,'',12340),(16102,0,0,0,0,0,16003,0,0,0,'Sothos',NULL,NULL,0,60,60,0,14,0,1.5,1.14286,1,1,146,192,0,238,7.5,1083,1191,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,16102,0,0,0,0,0,0,0,0,15749,8242,27641,12169,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,15,1,0,21984,22046,0,0,0,0,0,1,8388624,0,'',12340),(16103,0,0,0,0,0,16019,0,0,0,'Spirit of Jarien',NULL,NULL,0,60,60,0,42,0,1,1.14286,1,0,146,192,0,238,1,1200,1450,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,0,0,0,0,0,0,0,0,0,15284,13737,16583,11443,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,15,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16104,0,0,0,0,0,16004,0,0,0,'Spirit of Sothos',NULL,NULL,0,60,60,0,42,0,1.5,1.14286,1,0,146,192,0,238,1,1200,1450,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,0,0,0,0,0,0,0,0,0,15749,8242,27641,12169,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,15,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16112,0,0,0,0,0,16012,0,0,0,'Korfax, Champion of the Light','Brotherhood of the Light',NULL,7099,60,60,0,1625,3,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16113,0,0,0,0,0,16013,0,0,0,'Father Inigo Montoy','Brotherhood of the Light',NULL,7098,60,60,0,794,3,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,105,100,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16114,0,0,0,0,0,16014,0,0,0,'Scarlet Commander Marjhan','The Scarlet Crusade',NULL,7100,60,60,0,1194,3,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,4,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16115,0,0,0,0,0,16015,0,0,0,'Commander Eligor Dawnbringer','Brotherhood of the Light',NULL,7097,60,60,0,794,3,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,0,16115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,5,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16116,0,0,0,0,0,16016,0,0,0,'Archmage Angela Dosantos','Brotherhood of the Light',NULL,7096,60,60,0,794,3,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,10149,10179,0,0,0,0,0,0,0,0,0,0,'',0,3,1,65,30,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16117,0,0,0,0,0,6121,0,0,0,'Plagued Swine',NULL,NULL,0,60,60,0,7,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,5,0,0,0,0,72,106,26,1,1,16117,0,16117,0,0,0,0,0,0,3385,0,0,0,0,0,0,0,9161,0,0,0,'SmartAI',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16118,0,0,0,0,0,16020,0,0,0,'Kormok',NULL,NULL,0,60,60,0,14,0,1.15,1.14286,1,1,146,192,0,238,7.5,1600,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,16118,0,0,0,0,0,0,0,0,21341,27689,34409,16431,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,15,15,1,0,21984,22046,0,0,0,0,0,1,0,0,'',12340),(16119,0,0,0,0,0,158,0,0,0,'Bone Minion','',NULL,0,60,60,0,14,0,1.15,1.14286,1,0,104,138,0,252,1,1430,1573,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16127,30264,0,0,0,0,3942,0,0,0,'Spectral Trainee','',NULL,0,80,80,2,21,0,1.11111,1.14286,1,1,417,582,0,608,7.5,2000,0,2,32768,2048,8,0,0,0,0,0,341,506,80,6,72,0,0,0,0,0,0,0,0,0,27989,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,3,1,0,0,0,0,0,0,0,144,1,8388624,0,'npc_boss_gothik_minion',12340),(16131,0,0,0,0,0,16026,0,0,0,'Rohan the Assassin','The Scarlet Crusade',NULL,7101,60,60,0,1194,3,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,4,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16132,0,0,0,0,0,16027,0,0,0,'Huntsman Leopold','The Scarlet Crusade',NULL,7102,60,60,0,1194,3,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,4,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16133,0,0,0,0,0,16028,0,0,0,'Mataus the Wrathcaster','The Scarlet Crusade',NULL,7105,60,60,0,1194,3,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,4,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16134,0,0,0,0,0,16029,0,0,0,'Rimblat Earthshatter','The Earthen Ring',NULL,7103,60,60,0,1194,3,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,4,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16135,0,0,0,0,0,16030,0,0,0,'Rayne','Cenarion Circle',NULL,7104,60,60,0,994,3,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,16,16135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,4,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16143,0,0,0,0,0,16168,0,0,0,'Shadow of Doom','',NULL,0,60,60,0,2145,0,1,1.14286,1,1,104,138,0,252,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,16143,0,0,0,0,0,0,0,0,12542,16568,28265,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16144,0,0,0,0,0,16037,0,0,0,'Lord Saltheril','',NULL,7116,18,18,0,1604,3,1,1.14286,1,0,24,32,0,58,1,2000,2000,2,4096,2048,0,0,0,0,0,0,17,25,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16145,29824,0,0,0,0,26546,26781,26549,26550,'Death Knight Captain','','',0,81,81,2,21,0,1.28,1.14286,1,1,464,604,0,708,7.5,2500,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4138,5409,'SmartAI',0,3,1,12,2,1,0,0,0,0,0,0,0,148,1,8388624,0,'',12340),(16146,29823,0,0,0,0,16508,26542,26543,26544,'Death Knight','','',0,81,81,2,21,0,1.28,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3373,4410,'SmartAI',0,3,1,10,2,1,0,0,0,0,0,0,0,148,1,8388624,0,'',12340),(16147,0,0,0,0,0,16038,0,0,0,'Elisara Sunstriker','',NULL,7117,9,9,0,1604,1,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,4096,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16149,29989,0,0,0,0,26681,0,0,0,'Spectral Horse','',NULL,0,81,81,2,21,0,1.6,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,8,0,0,0,0,0,0,0,0,0,27993,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,141,1,8388624,0,'npc_boss_gothik_minion',12340),(16151,0,0,0,0,0,19640,0,0,0,'Midnight','',NULL,0,73,73,1,7,0,1,1.71429,1,3,316,450,0,320,35,2000,2000,1,64,2048,0,0,0,0,0,0,278,413,58,6,108,0,0,0,0,0,0,0,0,0,29711,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,35,1,1,0,0,0,0,0,0,0,164,1,650854271,2097409,'boss_midnight',12340),(16152,0,0,0,0,0,16040,0,0,0,'Attumen the Huntsman','',NULL,0,73,73,1,16,0,1,1.14286,1,3,316,450,0,320,35,4130,4761,1,0,2048,0,0,0,0,0,0,278,413,58,6,108,16152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,35,10,1,0,0,0,0,0,0,0,164,1,650854267,2097409,'boss_attumen_midnight',12340),(16153,0,0,0,0,0,16042,0,0,0,'Berthold','The Doorman',NULL,7139,70,70,1,35,1,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16154,29831,0,0,0,0,16927,0,0,0,'Risen Squire','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1163,1524,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(16156,29833,0,0,0,0,26569,26555,0,0,'Dark Touched Warrior','','',0,81,81,2,21,0,1.28,1.14286,1,1,464,604,0,708,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,148,1,8388624,0,'',12340),(16157,0,0,0,0,0,16528,0,0,0,'Doom Touched Warrior','',NULL,0,61,61,0,21,0,1.9,1.14286,1,1,159,221,0,258,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,127,188,28,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8,1,1,0,22708,0,0,0,0,0,144,1,0,0,'',12340),(16158,0,0,0,0,0,16533,0,0,0,'Death Touched Warrior','',NULL,0,61,61,1,21,0,1.5,1.14286,1,1,159,221,0,258,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,127,188,28,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,22708,0,0,0,0,0,144,1,0,0,'',12340),(16159,0,0,0,0,0,16048,0,0,0,'Calliard','The Nightman',NULL,7142,70,70,1,35,1,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16160,0,0,0,0,0,16046,0,0,0,'Magistrix Eredania','Enchanting Trainer',NULL,7524,16,16,0,1604,81,1,1.14286,1,0,17,23,0,24,1,2000,2000,8,4608,2048,0,0,2,0,0,0,15,22,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16161,0,0,0,0,0,16047,0,0,0,'Arcanist Sheynathren','Alchemy Trainer',NULL,7524,15,15,0,1604,81,1,1.14286,1,0,16,22,0,22,1,2000,2000,8,4608,2048,0,0,2,0,0,0,15,21,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16162,0,0,0,0,0,15513,0,0,0,'Wretched Hooligan','',NULL,0,6,7,0,16,0,1,0.857143,1,0,8,11,0,30,1,2000,2000,2,32768,2048,0,0,0,0,0,0,5,8,100,7,0,16162,16162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,11,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(16163,29842,0,0,0,0,26571,0,0,0,'Death Knight Cavalier','','',0,81,81,2,21,0,1,1.14286,1,1,425,602,0,670,7.5,1500,0,2,64,2048,8,0,0,0,0,0,351,511,86,6,2120,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4776,6241,'SmartAI',0,3,1,12,5,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(16164,29825,0,0,0,0,10553,0,0,0,'Shade of Naxxramas','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2481,3244,'SmartAI',0,3,1,7,10,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16165,29828,0,0,0,0,27105,0,0,0,'Necro Knight','','',0,81,81,2,21,0,1,1.14286,1,1,351,509,0,304,7.5,2000,0,8,64,2048,8,0,0,0,0,0,351,503,74,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1801,2356,'SmartAI',0,3,1,7,18,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(16166,0,0,0,0,0,11686,0,0,0,'Theldren Kill Credit','',NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16167,29835,0,0,0,0,21305,0,0,0,'Bony Construct','','',0,81,81,2,233,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1673,2190,'SmartAI',0,3,1,5,3,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(16168,29576,0,0,0,0,14710,0,0,0,'Stoneskin Gargoyle','','',0,81,81,2,233,0,2,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11151,14566,'SmartAI',0,3,1,26,10,1,0,0,0,0,0,0,0,135,1,8388624,0,'',12340),(16169,0,0,0,0,0,16166,0,0,0,'Hastings','The Caretaker',NULL,7143,70,70,1,35,1,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16170,0,0,0,0,0,16051,0,0,0,'Coldmist Stalker','',NULL,0,70,70,1,16,0,1,1.42857,1,1,252,357,0,304,7.5,1000,2000,1,64,2048,0,3,0,0,0,0,215,320,44,1,1,16170,0,0,0,0,0,105,0,0,29290,0,0,0,0,0,0,0,10522,0,0,0,'SmartAI',1,1,1,2.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16171,0,0,0,0,0,16050,0,0,0,'Coldmist Widow','',NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,64,2048,0,3,0,0,0,0,262,389,48,1,1,16171,0,0,0,0,0,105,0,0,29292,29293,0,0,0,0,0,0,10523,0,0,0,'SmartAI',1,1,1,4.9,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16173,0,0,0,0,0,1954,0,0,0,'Shadowbat','',NULL,0,69,70,1,16,0,2.4,1.71429,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,24,0,0,0,0,215,320,44,1,9,16173,0,70065,0,0,0,0,0,0,29298,0,0,0,0,0,0,0,12815,0,0,0,'SmartAI',1,3,1,2.1,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(16174,0,0,0,0,0,9074,0,0,0,'Greater Shadowbat','',NULL,0,71,71,1,16,0,2.4,1.71429,1,1,299,426,0,308,7.5,2000,2000,1,64,2048,0,24,0,0,0,0,262,389,48,1,9,16174,0,70065,0,0,0,0,105,0,29300,29303,0,0,0,0,0,0,12816,0,0,0,'SmartAI',1,3,1,5.6,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(16175,0,0,0,0,0,7897,0,0,0,'Vampiric Shadowbat','',NULL,0,71,71,1,16,0,2.4,1.71429,1,1,299,426,0,308,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,1,8,16175,0,70065,0,0,0,0,0,0,32429,0,0,0,0,0,0,0,12827,0,0,0,'SmartAI',1,3,1,4.2,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(16176,0,0,0,0,0,16052,0,0,0,'Shadowbeast','',NULL,0,69,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,8,16176,0,70162,0,0,0,0,105,0,29304,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16177,0,0,0,0,0,7893,0,0,0,'Dreadbeast',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,3,8,16177,0,70162,0,0,0,0,0,0,29561,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4.9,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16178,0,0,0,0,0,16049,0,0,0,'Phase Hound',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,8,16178,0,70162,0,0,0,0,0,105,29315,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2.45,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16179,0,0,0,0,0,15938,0,0,0,'Hyakiss the Lurker',NULL,NULL,0,73,73,1,16,0,1,1.14286,1,2,316,450,0,320,7.5,1900,2000,1,0,2048,0,3,0,0,0,0,278,413,58,1,72,16179,0,0,0,0,0,0,0,0,29901,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,24.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'boss_servant_quarters',12340),(16180,0,0,0,0,0,16053,0,0,0,'Shadikith the Glider','',NULL,0,73,73,1,16,0,1.78,1.14286,1,2,316,450,0,320,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,278,413,58,1,72,16180,0,70065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,24.5,1,1,0,0,0,0,0,0,0,170,1,0,0,'boss_servant_quarters',12340),(16183,0,0,0,0,0,16055,0,0,0,'Courier Dawnstrider','',NULL,7155,12,12,0,1604,3,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,0,0,11,17,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16185,0,0,0,0,0,16675,0,0,0,'Anathos','Stable Master',NULL,9821,10,10,0,1604,4194305,1,1.14286,1,0,8,13,0,17,1,1500,2000,8,4608,2048,0,0,0,0,0,0,9,12,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(16186,0,0,0,0,0,16690,0,0,0,'Vara','Cloth & Leather Merchant',NULL,0,9,9,0,1604,4224,1,1.14286,1,0,8,12,0,16,1,1500,2000,8,4608,2048,0,0,0,0,0,0,8,11,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16187,0,0,0,0,0,16073,0,0,0,'Quartermaster Lymel','General Goods',NULL,7146,18,18,0,1623,387,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,4608,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16189,0,0,0,0,0,16057,0,0,0,'Skymaster Sunwing','Dragonhawk Master',NULL,7147,65,65,0,1604,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,37376,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16191,0,0,0,0,0,16058,0,0,0,'Sathren Azuredawn','General Goods',NULL,7148,30,30,0,1604,131,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16192,0,0,0,0,0,16059,0,0,0,'Skymistress Gloaming','Dragonhawk Master',NULL,7149,65,65,0,1604,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,37376,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16193,29837,0,0,0,0,26563,0,0,0,'Skeletal Smith','','',0,81,81,2,21,0,1.28,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2226,2911,'SmartAI',0,3,1,5,1,1,0,42108,0,0,0,0,0,148,1,8388624,0,'',12340),(16194,29898,0,0,0,0,24722,0,0,0,'Unholy Axe','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4776,6241,'SmartAI',0,3,1,14,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(16196,0,0,0,0,0,16062,0,0,0,'Apothecary Thedra',NULL,NULL,7154,12,12,0,1623,3,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16197,0,0,0,0,0,16079,0,0,0,'Arcanist Vandril',NULL,NULL,7153,14,14,0,1623,3,0.6,1.14286,1,0,14,20,0,21,1,2000,2000,8,4608,2048,0,0,0,0,0,0,13,19,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,44,1,0,0,'',12340),(16198,0,0,0,0,0,16071,0,0,0,'Apothecary Renzithen',NULL,NULL,7187,12,12,0,68,3,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16199,0,0,0,0,0,16470,0,0,0,'Magister Darenis',NULL,NULL,7220,13,13,0,1604,3,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16200,0,0,0,0,0,16127,0,0,0,'Deathstalker Rathiel',NULL,NULL,0,19,19,0,1623,2,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,32768,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16201,0,0,0,0,0,16123,0,0,0,'Geranis Whitemorn',NULL,NULL,7206,12,12,0,1623,3,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16202,0,0,0,0,0,16120,0,0,0,'Farstrider Sedina','Farstriders',NULL,7205,12,12,0,1604,3,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16203,0,0,0,0,0,16121,0,0,0,'Ranger Vynna','Farstriders',NULL,7195,12,12,0,1604,3,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16204,0,0,0,0,0,16472,0,0,0,'Magister Idonis',NULL,NULL,7242,18,18,0,1623,3,1.125,1.14286,1,0,19,26,0,27,1,2000,1900,8,0,2048,0,0,0,0,0,0,17,24,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16205,0,0,0,0,0,16115,0,0,0,'Magistrix Aminel',NULL,NULL,7204,16,16,0,1604,3,1,1.14286,1,0,17,23,0,24,1,2000,2000,8,32768,2048,0,0,0,0,0,0,15,22,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16206,0,0,0,0,0,18682,0,0,0,'Apprentice Varnis',NULL,NULL,7185,12,12,0,1604,1,1.125,1.14286,1,0,17,22,0,46,1,2000,2000,1,33024,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16208,0,0,0,0,0,16113,0,0,0,'Apothecary Enith',NULL,NULL,7182,12,12,0,1604,1,1.125,1.14286,1,0,17,22,0,46,1,2000,1900,1,33024,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16209,0,0,0,0,0,18683,0,0,0,'Ranger Vedoran','Farstriders',NULL,7177,12,12,0,1604,1,1.125,1.14286,1,0,17,22,0,46,1,2000,2000,1,33024,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16210,0,0,0,0,0,16065,0,0,0,'Magistrix Landra Dawnstrider',NULL,NULL,7156,12,12,0,1604,3,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16213,0,0,0,0,0,16067,0,0,0,'Ranger Lethvalin','Farstriders',NULL,7158,9,9,0,1604,3,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,4608,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16215,29899,0,0,0,0,24723,0,0,0,'Unholy Staff','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3883,5076,'SmartAI',0,3,1,12,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(16216,29900,0,0,0,0,24724,0,0,0,'Unholy Swords','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,7.5,1500,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4138,5409,'SmartAI',0,3,1,12,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(16217,0,0,0,0,0,16068,0,0,0,'Lieutenant Tomathren','Farstriders',NULL,7289,13,13,0,1636,1,0.4,1.14286,1,0,18,24,0,48,1,2000,2000,1,4608,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,43,1,0,2,'',12340),(16218,0,0,0,0,0,13069,0,0,0,'Tesla Coil','',NULL,0,80,80,2,14,0,1.125,1.14286,1,0,422,586,0,642,1,2000,0,1,33554688,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16219,0,0,0,0,0,16069,0,0,0,'Ranger Valanna','Farstriders',NULL,7159,12,12,0,1604,3,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,33536,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16220,0,0,0,0,0,16070,0,0,0,'Captain Helios','Farstriders',NULL,7160,20,20,0,1602,3,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,4608,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16221,0,0,0,0,0,15511,0,0,0,'Silvermoon Guardian',NULL,'Directions',8185,22,25,0,1603,1,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,36864,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),(16222,0,0,0,0,0,15511,0,0,0,'Silvermoon City Guardian',NULL,'Directions',7633,75,75,2,1603,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,36864,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,32768,'',12340),(16224,0,0,0,0,0,16072,0,0,0,'Rathis Tomber','Trade Supplies',NULL,7162,11,11,0,1623,131,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,4608,2048,0,0,0,0,0,0,9,14,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16225,0,0,0,0,0,14546,14547,14549,14551,'Pack Mule',NULL,NULL,0,1,2,0,35,0,1,1.28968,1,0,2,2,0,26,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,100,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16226,0,0,0,0,0,16082,0,0,0,'Guard Didier','Brotherhood of the Light',NULL,0,60,60,0,1624,2,1,1.14286,1,1,104,138,0,252,7.5,2000,1518,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16227,0,0,0,0,0,1233,0,0,0,'Bragok','Flight Master',NULL,6944,65,65,0,69,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16228,0,0,0,0,0,16093,16094,16095,16096,'Argent Dawn Infantry','The Argent Dawn',NULL,0,59,60,0,1625,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16229,0,0,0,0,0,16077,16078,0,0,'Injured Argent Dawn Infantry','The Argent Dawn',NULL,0,59,60,0,794,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16230,0,0,0,0,0,16151,0,0,0,'Cultist Engineer','',NULL,0,60,60,0,190,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16231,0,0,0,0,0,16080,0,0,0,'Dame Auriferous',NULL,NULL,7163,18,18,0,1623,3,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,4608,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16232,0,0,0,0,0,14546,14547,14551,14549,'Caravan Mule',NULL,NULL,0,50,50,0,290,0,1,1.28968,1,0,85,112,0,206,1,2000,1900,1,0,2048,0,0,0,0,0,0,58,86,20,1,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16236,29613,0,0,0,0,15788,0,0,0,'Eye Stalk','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,7.5,1000,0,1,4,2048,8,0,0,0,0,0,353,512,112,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16237,0,0,0,0,0,16083,0,0,0,'Magister Sylastor',NULL,NULL,0,16,16,0,1623,2,1.125,1.14286,1,0,17,23,0,24,1,2000,1900,8,0,2048,0,0,0,0,0,0,15,22,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16238,0,0,0,0,0,16084,16085,16086,16087,'Night Elf Ambusher',NULL,NULL,0,15,15,0,80,0,1.125,1.14286,1,0,22,29,0,54,1,1400,1900,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16239,0,0,0,0,0,16471,0,0,0,'Magister Kaendris',NULL,NULL,7397,20,20,0,1604,3,1.125,1.14286,1,0,29,39,0,70,1,2000,1900,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16240,0,0,0,0,0,16116,0,0,0,'Arcanist Janeda',NULL,NULL,7190,21,21,0,1604,3,1.125,1.14286,1,0,22,30,0,32,1,2000,1900,8,0,2048,0,0,0,0,0,0,19,28,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16241,0,0,0,0,0,16131,0,0,0,'Argent Recruiter','The Argent Dawn',NULL,0,55,55,0,814,2,1.125,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16242,0,0,0,0,0,16088,16090,16091,16092,'Tranquillien Scout',NULL,NULL,0,16,16,0,1628,0,1.125,1.14286,1,0,23,31,0,56,1,2000,1900,1,0,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(16243,29575,0,0,0,0,11140,0,0,0,'Plague Slime','','',0,81,81,2,14,0,0.8,1.14286,1,1,464,604,0,708,7.5,1800,0,1,64,2048,8,0,0,0,0,0,353,512,112,10,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6051,7906,'SmartAI',0,3,1,16,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),(16244,29574,0,0,0,0,26329,0,0,0,'Infectious Ghoul','','',0,81,81,2,21,0,0.8,1.14286,1,1,464,604,0,708,7.5,1500,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4631,8832,'SmartAI',0,3,1,12,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(16245,0,0,0,0,0,16214,0,0,0,'Luzran',NULL,NULL,0,21,21,0,21,0,1,1.14286,1,1,31,40,0,74,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,21,30,4,6,32,16245,16245,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,170,'SmartAI',1,3,1,4,1,1,0,22893,0,0,0,0,0,0,1,8388624,0,'',12340),(16246,0,0,0,0,0,16215,0,0,0,'Knucklerot',NULL,NULL,0,21,21,0,21,0,1.48,1.14286,1,1,31,40,0,74,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,21,30,4,6,0,16246,16246,0,0,0,0,0,0,0,3396,8014,0,0,0,0,0,0,0,0,126,170,'SmartAI',0,3,1,4,1,1,0,22894,0,0,0,0,0,0,1,8388624,0,'',12340),(16247,0,0,0,0,0,15962,0,0,0,'Borgoth the Bloodletter',NULL,NULL,0,20,20,0,21,0,1.125,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,6,0,16247,16247,0,0,0,0,0,0,0,3148,13445,0,0,0,0,0,0,0,0,28,41,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16248,0,0,0,0,0,7857,0,0,0,'Jurion the Deceiver',NULL,NULL,0,20,20,0,21,0,1.125,1.14286,1,0,27,36,0,64,1,2000,1900,2,0,2048,0,0,0,0,0,0,19,28,4,6,0,16248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,38,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16249,0,0,0,0,0,11396,0,0,0,'Masophet the Black',NULL,NULL,0,20,20,0,21,0,1.125,1.14286,1,0,21,29,0,30,1,2000,2000,8,0,2048,0,0,0,0,0,0,19,27,14,6,0,16249,0,0,0,0,0,0,0,0,20792,16568,0,0,0,0,0,0,0,0,25,37,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16250,0,0,0,0,0,18162,0,0,0,'Mirdoran the Fallen',NULL,NULL,0,20,20,0,21,0,1.125,1.14286,1,0,29,39,0,70,1,2000,2000,1,32768,2048,0,0,0,0,0,0,20,30,4,6,0,16250,16250,0,0,0,0,0,0,0,11971,11972,0,0,0,0,0,0,0,0,26,39,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16251,0,0,0,0,0,16100,0,0,0,'Deathstalker Maltendis',NULL,NULL,7207,16,16,0,1628,3,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,4096,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16252,0,0,0,0,0,16099,0,0,0,'High Executor Mavren',NULL,NULL,7172,20,20,0,1628,3,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,4096,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16253,0,0,0,0,0,16103,0,0,0,'Master Chef Mouldier','Cooking Trainer & Supplies',NULL,7171,14,14,0,1623,211,1,1.14286,1,0,14,20,0,21,1,2000,2000,8,4096,2048,0,0,2,0,0,0,13,19,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16254,0,0,0,0,0,16102,0,0,0,'Field Marshal Chambers','The Argent Dawn',NULL,0,60,60,0,794,0,1.48,1.14286,1,1,146,192,0,238,7.5,1400,1900,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16256,0,0,0,0,0,16104,0,0,0,'Jessica Chambers','Innkeeper',NULL,7173,52,52,0,794,66179,1,1.14286,1,0,87,117,0,214,1,1000,2000,1,512,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16257,0,0,0,0,0,16703,0,0,0,'Geron','Weapon Merchant',NULL,0,13,13,0,1604,4224,1,1.14286,1,0,17,23,0,44,1,1500,2000,2,4608,2048,0,0,0,0,0,0,11,17,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16258,0,0,0,0,0,16702,0,0,0,'Farsil','Armor & Shield Merchant',NULL,0,11,11,0,1604,4224,1,1.14286,1,0,14,18,0,40,1,1500,2000,2,4608,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16259,0,0,0,0,0,16687,0,0,0,'Sheri','General Goods',NULL,0,10,10,0,1604,384,1,1.14286,1,0,12,16,0,38,1,1500,2000,2,4608,2048,0,0,0,0,0,0,8,12,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16260,0,0,0,0,0,16676,0,0,0,'Areyn','General Goods',NULL,0,10,10,0,1604,4224,1,1.14286,1,0,8,13,0,17,1,1500,2000,8,4608,2048,0,0,0,0,0,0,9,12,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16261,0,0,0,0,0,16713,0,0,0,'Sathiel','Trade Supplies',NULL,10181,10,10,0,1604,4224,1,1.14286,1,0,8,13,0,17,1,1500,2000,8,4608,2048,0,0,0,0,0,0,9,12,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16262,0,0,0,0,0,16705,0,0,0,'Landraelanis','Tradesman',NULL,0,11,11,0,1604,128,1,1.14286,1,0,11,15,0,18,1,1500,2000,8,4608,2048,0,0,0,0,0,0,10,14,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16263,0,0,0,0,0,16704,0,0,0,'Paelarin','Bowyer',NULL,7311,9,9,0,1604,4225,1,1.14286,1,0,11,15,0,40,1,1500,2000,1,4608,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16264,0,0,0,0,0,16691,0,0,0,'Winaestra','Hawkstrider Breeder',NULL,8098,15,15,0,1604,129,1,1.14286,1,0,20,27,0,48,1,1500,2000,2,4608,2048,0,0,0,0,0,0,14,21,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16266,0,0,0,0,0,16700,0,0,0,'Celoenus','Warlock Trainer',NULL,7566,12,12,0,1604,49,1,1.14286,1,0,12,17,0,19,1,1500,2000,8,4608,2048,0,0,0,0,9,0,11,16,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16267,0,0,0,0,0,16677,0,0,0,'Daestra','',NULL,0,12,12,0,1604,0,1,1.14286,1,0,12,17,0,19,1,1500,2000,8,4608,2048,0,0,0,0,3,0,11,16,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16268,0,0,0,0,0,16678,0,0,0,'Eralan','Poison Supplies',NULL,7436,15,15,0,1604,1155,1,1.14286,1,0,22,29,0,54,1,1500,2000,1,4608,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16269,0,0,0,0,0,16680,0,0,0,'Garridel','Mage Trainer',NULL,6648,12,12,0,1604,49,1,1.14286,1,0,12,17,0,19,1,1500,2000,8,4608,2048,0,0,0,0,8,0,11,16,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16270,0,0,0,0,0,16681,0,0,0,'Hannovia','Hunter Trainer',NULL,6652,12,12,0,1604,49,1,1.14286,1,0,16,21,0,42,1,1500,2000,2,4608,2048,0,0,0,0,3,0,10,15,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16271,0,0,0,0,0,16715,0,0,0,'Telenus','Pet Trainer',NULL,4783,12,12,0,1604,19,1,1.14286,1,0,16,21,0,42,1,1500,2000,2,4608,2048,0,0,3,0,0,0,10,15,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),(16272,0,0,0,0,0,16683,0,0,0,'Kanaria','First Aid Trainer',NULL,5856,8,8,0,1604,81,1,1.14286,1,0,10,13,0,32,1,2000,2000,2,4608,2048,0,0,2,0,0,0,6,9,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16273,0,0,0,0,0,16706,0,0,0,'Mathreyn','Skinning Trainer',NULL,0,11,11,0,1604,80,1,1.14286,1,0,15,20,0,44,1,1500,2000,1,4608,2048,0,0,2,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16274,0,0,0,0,0,16684,0,0,0,'Narina','Bowyer',NULL,0,14,14,0,1604,4224,1,1.14286,1,0,20,27,0,50,1,1500,2000,1,4608,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16275,0,0,0,0,0,16685,0,0,0,'Noellene','Paladin Trainer',NULL,6647,12,12,0,1604,51,1,1.14286,1,0,16,21,0,42,1,1500,2000,2,4608,2048,0,0,0,0,2,0,10,15,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16276,0,0,0,0,0,16707,0,0,0,'Ponaris','Priest Trainer',NULL,7438,12,12,0,1604,51,1,1.14286,1,0,12,17,0,19,1,1500,2000,8,4608,2048,0,0,0,0,5,0,11,16,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16277,0,0,0,0,0,16686,0,0,0,'Quarelestra','Cooking Trainer',NULL,5854,14,14,0,1604,81,1,1.14286,1,0,19,25,0,46,1,2000,2000,2,4608,2048,0,0,2,0,0,0,12,19,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16278,0,0,0,0,0,16708,0,0,0,'Sathein','Leatherworking Trainer',NULL,0,11,11,0,1604,4176,1,1.14286,1,0,15,20,0,44,1,1500,2000,1,4608,2048,0,0,2,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16279,0,0,0,0,0,16689,0,0,0,'Tannaria','Rogue Trainer',NULL,6650,12,12,0,1604,49,1,1.14286,1,0,17,22,0,46,1,1500,2000,1,4608,2048,0,0,0,0,4,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16280,0,0,0,0,0,16712,0,0,0,'Perascamin','Riding Trainer',NULL,8275,15,15,0,1604,4179,1,1.14286,1,0,20,27,0,48,1,1500,2000,2,4608,2048,0,0,1,0,0,10,14,21,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16283,0,0,0,0,0,16106,0,0,0,'Packmaster Stonebruiser','Brotherhood of the Light',NULL,7174,59,59,0,794,3,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16287,0,0,0,0,0,16112,0,0,0,'Ambassador Sunsorrow',NULL,NULL,7178,60,60,0,1604,3,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,36864,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16288,0,0,0,0,0,16265,0,0,0,'Advisor Sorrelon',NULL,NULL,7183,20,20,0,1604,3,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,32768,2048,0,0,0,0,0,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16289,0,0,0,0,0,16117,0,0,0,'Advisor Valwyn',NULL,NULL,7188,15,15,0,1623,3,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,4608,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16290,29388,0,0,0,0,12349,0,0,0,'Fallout Slime','','',0,80,80,2,14,0,1.5,1.14286,1,1,422,586,0,642,7.5,1150,1265,1,64,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16291,0,0,0,0,0,16118,0,0,0,'Magister Quallestis',NULL,NULL,7194,17,17,0,1623,3,1.125,1.14286,1,0,18,25,0,26,1,2000,1900,8,0,2048,0,0,0,0,0,0,16,23,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16292,0,0,0,0,0,11172,0,0,0,'Aquantion',NULL,NULL,0,13,13,0,16,0,1.125,1.14286,1,0,17,23,0,44,1,2000,2000,2,0,2048,0,0,0,0,0,0,11,17,1,4,0,0,0,0,0,0,144,144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16293,0,0,0,0,0,16119,0,0,0,'Apprentice Shatharia',NULL,NULL,7192,12,12,0,1623,3,1,1.14286,1,0,12,17,0,19,1,2000,2000,8,4608,2048,0,0,0,0,0,0,11,16,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16294,0,0,0,0,0,15925,0,0,0,'Aldaron the Reckless',NULL,NULL,0,8,8,0,16,0,1.125,1.14286,1,0,10,13,0,32,1,2000,2000,2,32768,2048,0,0,0,0,0,0,6,9,100,7,0,16294,16294,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,'SmartAI',1,3,1,1,5,1,0,22487,0,0,0,0,0,0,1,0,0,'',12340),(16295,0,0,0,0,0,16122,0,0,0,'Ranger Lilatha','Farstriders',NULL,0,16,16,0,1602,3,1.125,1.14286,1,0,23,31,0,56,1,2000,2000,1,4864,2048,0,0,0,0,0,0,16,23,2,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_ranger_lilatha',12340),(16297,29601,0,0,0,0,16895,0,0,0,'Mutated Grub','','',0,81,81,2,16,0,1,1.42857,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,10,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16298,0,0,0,0,0,16169,0,0,0,'Spectral Soldier','',NULL,0,59,60,0,1630,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,16298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16299,0,0,0,0,0,12074,0,0,0,'Skeletal Shocktrooper','',NULL,0,59,60,0,1630,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,16299,0,0,0,0,0,0,0,0,17014,28265,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16300,0,0,0,0,0,1200,2676,0,0,'Risen Creeper',NULL,NULL,0,9,10,0,1630,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,6,0,16300,16300,0,0,0,0,0,0,0,6951,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16301,0,0,0,0,0,1197,1201,0,0,'Risen Hungerer',NULL,NULL,0,13,14,0,1630,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,6,0,16301,16301,0,0,0,0,0,0,0,6958,0,0,0,0,0,0,0,0,0,15,24,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16302,0,0,0,0,0,10970,10971,0,0,'Risen Stalker',NULL,NULL,0,16,17,0,21,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,6,0,16302,16302,0,0,0,0,0,0,0,8282,0,0,0,0,0,0,0,0,0,19,30,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16303,0,0,0,0,0,158,0,0,0,'Dreadbone Skeleton',NULL,NULL,0,10,11,0,21,0,0.888888,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,14,100,6,0,16303,16303,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,15,24,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16304,0,0,0,0,0,14272,0,0,0,'Arcane Devourer',NULL,NULL,0,11,12,0,834,0,1,1.14286,1,0,16,21,0,42,1,2000,2000,2,0,2048,0,0,0,0,0,0,10,15,100,4,0,16304,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,22580,0,0,0,0,0,0,1,0,0,'',12340),(16305,0,0,0,0,0,733,0,0,0,'Dreadbone Sentinel',NULL,NULL,0,17,18,0,21,0,0.888888,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,6,0,16305,16305,0,0,0,0,0,0,0,11972,11971,0,0,0,0,0,0,0,0,20,31,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16307,0,0,0,0,0,1245,0,0,0,'Deathcage Scryer',NULL,NULL,0,9,11,0,21,0,1,1.14286,1,0,14,18,0,40,1,2000,2000,2,0,2048,0,0,0,0,0,0,9,13,100,6,0,16307,0,0,0,0,0,0,0,0,20793,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16308,0,0,0,0,0,11397,0,0,0,'Deathcage Sorcerer',NULL,NULL,0,16,18,0,21,0,1,1.14286,1,0,24,32,0,58,1,2000,2000,2,0,2048,0,0,0,0,0,0,17,25,3,6,0,16308,16308,0,0,0,0,0,0,0,20792,12748,0,0,0,0,0,0,0,0,18,29,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16309,0,0,0,0,0,137,0,0,0,'Gangled Cannibal',NULL,NULL,0,12,13,0,1630,0,0.777776,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,6,0,16309,16309,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16310,0,0,0,0,0,15934,0,0,0,'Mana Shifter',NULL,NULL,0,12,12,0,834,0,1,1.14286,1,0,16,21,0,42,1,2000,2000,2,0,2048,0,0,0,0,0,0,10,15,100,1,0,16310,0,0,0,0,0,0,0,0,29058,11975,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,0.8,1,0,22580,0,0,0,0,0,0,1,0,0,'',12340),(16311,0,0,0,0,0,14702,0,0,0,'Phantasmal Watcher',NULL,NULL,0,12,14,0,21,0,1,1.14286,1,0,19,25,0,46,1,2000,2000,2,0,2048,0,0,0,0,0,0,12,19,2,6,0,16311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16313,0,0,0,0,0,11178,0,0,0,'Nerubis Guard',NULL,NULL,0,9,10,0,21,0,1,1.14286,1,0,12,16,0,38,1,2000,2000,2,0,2048,0,0,0,0,0,0,8,12,100,6,0,16313,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,16,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16314,0,0,0,0,0,10728,0,0,0,'Fallen Ranger',NULL,NULL,0,15,15,0,21,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,6,0,16314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,27,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16315,0,0,0,0,0,10535,10536,10537,10538,'Deatholme Acolyte',NULL,NULL,0,14,15,0,21,0,1,1.14286,1,0,20,27,0,48,1,2000,2000,2,32768,2048,0,0,0,0,0,0,14,21,2,7,0,16315,16315,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,25,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16316,0,0,0,0,0,11071,0,0,0,'Stonewing Tracker',NULL,NULL,0,16,17,0,21,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,6,0,16316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,29,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16317,0,0,0,0,0,10539,10540,10541,10542,'Deatholme Necromancer',NULL,NULL,0,18,19,0,21,0,1,1.14286,1,0,26,34,0,60,1,2000,2000,2,32768,2048,0,0,0,0,0,0,18,26,3,7,0,16317,16317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,32,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16318,0,0,0,0,0,10631,10632,10633,10634,'Deatholme Darkmage',NULL,NULL,0,17,18,0,21,0,1,1.14286,1,0,19,26,0,27,1,2000,2000,8,32768,2048,0,0,0,0,0,0,17,24,13,7,0,16318,16318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,30,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16319,0,0,0,0,0,9758,0,0,0,'Nerubis Centurion',NULL,NULL,0,18,19,0,21,0,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,6,0,16319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,34,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16320,0,0,0,0,0,4629,0,0,0,'Eye of Dar\'Khan',NULL,NULL,0,19,20,0,21,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,0,2048,0,0,0,0,0,0,19,28,4,6,0,16320,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,35,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16321,0,0,0,0,0,10750,0,0,0,'Wailer',NULL,NULL,0,18,19,0,21,0,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,6,0,16321,0,0,0,0,0,0,0,0,7713,0,0,0,0,0,0,0,0,0,23,34,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16322,0,0,0,0,0,1065,0,0,0,'Gangled Flesheater',NULL,NULL,0,10,11,0,1630,0,0.777776,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,14,100,6,0,16322,16322,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16323,0,0,0,0,0,4629,0,0,0,'Phantasmal Seeker',NULL,NULL,0,12,14,0,21,0,1,1.14286,1,0,19,25,0,46,1,2000,2000,2,0,2048,0,0,0,0,0,0,12,19,2,6,0,16323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,3,1,1,1,1,0,22566,0,0,0,0,0,0,1,8388624,0,'',12340),(16324,0,0,0,0,0,7533,0,0,0,'Stonewing Slayer',NULL,NULL,0,13,14,0,21,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,6,0,16324,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,24,'SmartAI',1,3,1,1,1,1,0,22567,0,0,0,0,0,0,1,8388624,0,'',12340),(16325,0,0,0,0,0,16124,17305,0,0,'Quel\'dorei Ghost',NULL,NULL,0,10,11,0,16,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,14,100,6,0,16325,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16326,0,0,0,0,0,17306,17307,0,0,'Quel\'dorei Wraith',NULL,NULL,0,11,11,0,16,0,1,1.14286,1,0,15,20,0,44,1,2400,2000,1,0,2048,0,0,0,0,0,0,9,14,100,6,0,16326,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,19,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16327,0,0,0,0,0,146,0,0,0,'Ravening Apparition',NULL,NULL,0,11,12,0,16,0,1.11111,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,6,0,16327,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,20,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16328,0,0,0,0,0,10701,0,0,0,'Vengeful Apparition',NULL,NULL,0,12,12,0,16,0,1.11111,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,6,0,16328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,21,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16329,0,0,0,0,0,17681,0,0,0,'Dar\'Khan Drathir',NULL,NULL,0,21,21,0,16,0,1.48,1.14286,1,1,28,38,0,68,1.7,2000,1900,2,0,2048,0,0,0,0,0,0,19,29,4,6,0,16329,16329,0,0,0,0,0,0,0,38660,21068,20791,0,0,0,0,0,0,0,190,253,'SmartAI',1,3,1,8,2,1,0,22653,0,0,0,0,0,0,1,8388624,0,'',12340),(16330,0,0,0,0,0,4841,4842,4843,4844,'Sentinel Spy',NULL,NULL,0,10,11,0,124,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,14,100,7,0,16330,16330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16331,0,0,0,0,0,16782,16783,0,0,'Darnassian Druid',NULL,NULL,0,13,14,0,124,0,1.125,1.14286,1,0,19,25,0,46,1,2000,2000,2,32768,2048,0,0,0,0,0,0,12,19,2,7,0,16331,16331,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,23,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16332,0,0,0,0,0,2306,14613,14614,14615,'Darnassian Huntress',NULL,NULL,0,14,15,0,124,0,1.125,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,16332,16332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,26,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16333,0,0,0,0,0,4845,4846,4847,4848,'Sentinel Infiltrator',NULL,NULL,0,15,16,0,124,0,1,1.14286,1,0,23,31,0,56,1,2000,1900,1,0,2048,0,0,0,0,0,0,16,23,2,7,0,16333,16333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,27,'SmartAI',1,3,1,1,1,1,0,23191,0,0,0,0,0,0,1,0,0,'',12340),(16334,0,0,0,0,0,848,0,0,0,'Blackpaw Gnoll',NULL,NULL,0,13,14,0,70,0,1,1.19048,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,7,0,16334,16334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,24,'SmartAI',1,3,1,1,1,1,0,22634,0,0,0,0,0,0,1,0,0,'',12340),(16335,0,0,0,0,0,10851,0,0,0,'Blackpaw Scavenger',NULL,NULL,0,12,13,0,70,0,1.2,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,7,0,16335,16335,0,0,0,0,0,0,0,6016,0,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,3,1,1,1,1,0,22634,0,0,0,0,0,0,1,0,0,'',12340),(16336,0,0,0,0,0,11686,0,0,0,'Scourge Invasion Minion, spawner, Ghost/Skeleton','',NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16337,0,0,0,0,0,10854,0,0,0,'Blackpaw Shaman',NULL,NULL,0,12,14,0,70,0,1,1.14286,1,0,19,25,0,46,1,2000,2000,2,0,2048,0,0,0,0,0,0,12,19,2,7,0,16337,16337,0,0,0,0,0,0,0,28902,20802,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,3,1,1,1,1,0,22634,0,0,0,0,0,0,1,0,0,'',12340),(16338,0,0,0,0,0,11686,0,0,0,'Scourge Invasion Minion, spawner, Ghoul/Skeleton','',NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16339,0,0,0,0,0,16347,0,0,0,'Arcane Reaver',NULL,NULL,0,15,16,0,14,0,1.125,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,4,0,16339,0,0,0,0,0,0,0,0,31390,0,0,0,0,0,0,0,0,0,17,27,'SmartAI',1,3,1,1,1,1,0,23706,0,0,0,0,0,0,1,0,0,'',12340),(16340,0,0,0,0,0,299,0,0,0,'Shadowpine Ripper',NULL,NULL,0,10,11,0,1643,0,1.125,1.14286,1,0,15,20,0,44,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,14,100,7,0,16340,16340,0,0,0,0,0,0,0,12555,0,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,3,1,1,1,1,0,22639,0,0,0,0,0,0,1,0,0,'',12340),(16341,0,0,0,0,0,16275,0,0,0,'Shadowpine Witch',NULL,NULL,0,11,12,0,1643,0,1,1.14286,1,0,16,21,0,42,1,2000,2000,2,32768,2048,0,0,0,0,0,0,10,15,100,7,0,16341,16341,0,0,0,0,0,0,0,12550,0,0,0,0,0,0,0,0,0,11,20,'SmartAI',1,3,1,1,1,1,0,22639,0,0,0,0,0,0,1,0,0,'',12340),(16342,0,0,0,0,0,4769,0,0,0,'Mummified Headhunter',NULL,NULL,0,16,17,0,1643,0,1.125,1.14286,1,0,25,33,0,60,1,2000,2000,1,32768,2048,0,0,0,0,0,0,17,25,2,6,0,16342,16342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,30,'SmartAI',1,3,1,1,1,1,0,22633,0,0,0,0,0,0,1,8388624,0,'',12340),(16343,0,0,0,0,0,16275,0,0,0,'Shadowpine Oracle',NULL,NULL,0,15,16,0,1643,0,1,1.14286,1,0,22,29,0,52,1,2000,2000,2,32768,2048,0,0,0,0,0,0,15,22,2,7,0,16343,16343,0,0,0,0,0,0,0,7154,0,0,0,0,0,0,0,0,0,17,27,'SmartAI',1,3,1,1,1,1,0,22633,0,0,0,0,0,0,1,0,0,'',12340),(16344,0,0,0,0,0,298,0,0,0,'Shadowpine Headhunter',NULL,NULL,0,17,18,0,1643,0,1.125,1.14286,1,0,26,35,0,64,1,2000,2000,1,32768,2048,0,0,0,0,0,0,18,26,3,7,0,16344,16344,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,20,31,'SmartAI',1,3,1,1,1,1,0,23165,0,0,0,0,0,0,1,0,0,'',12340),(16345,0,0,0,0,0,592,0,0,0,'Shadowpine Catlord',NULL,NULL,0,18,19,0,1643,0,1,1.14286,1,0,26,34,0,60,1,2000,1900,2,0,2048,0,0,0,0,0,0,18,26,3,7,0,16345,16345,0,0,0,0,0,0,0,28902,0,0,0,0,0,0,0,0,0,21,32,'SmartAI',1,3,1,1,1,1,0,22677,0,0,0,0,0,0,1,0,0,'',12340),(16346,0,0,0,0,0,590,0,0,0,'Shadowpine Hexxer',NULL,NULL,0,17,19,0,1643,0,1,1.14286,1,0,26,34,0,60,1,2000,1900,2,0,2048,0,0,0,0,0,0,18,26,3,7,0,16346,16346,0,0,0,0,0,0,0,29044,17201,0,0,0,0,0,0,0,0,20,31,'SmartAI',1,3,1,1,1,1,0,23166,0,0,0,0,0,0,1,0,0,'',12340),(16347,0,0,0,0,0,18167,0,0,0,'Starving Ghostclaw',NULL,NULL,0,9,10,0,38,0,1,1.42857,1,0,13,17,0,42,1,1500,2000,1,0,2048,0,2,0,0,0,0,9,13,100,1,1,16347,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11556,0,0,0,'',1,1,1,1,1,1,0,22570,0,0,0,0,0,144,1,0,0,'',12340),(16348,0,0,0,0,0,16245,0,0,0,'Ghostclaw Lynx',NULL,NULL,0,13,14,0,38,0,1,1.42857,1,0,20,27,0,50,1,1500,2000,1,0,2048,0,2,0,0,0,0,13,20,1,1,1,16348,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11092,0,0,0,'SmartAI',1,1,1,1,1,1,0,22570,0,0,0,0,0,144,1,0,0,'',12340),(16349,0,0,0,0,0,15592,0,0,0,'Ghostclaw Ravager',NULL,NULL,0,16,17,0,38,0,1,1.42857,1,0,25,33,0,60,1,1500,2000,1,0,2048,0,2,0,0,0,0,17,25,2,1,1,16349,0,100004,0,0,0,0,0,0,6595,0,0,0,0,0,0,0,11093,0,0,0,'SmartAI',1,1,1,1,1,1,0,22570,0,0,0,0,0,144,1,0,0,'',12340),(16350,0,0,0,0,0,955,0,0,0,'Spindleweb Spider',NULL,NULL,0,10,11,0,22,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,3,0,0,0,0,9,14,100,1,1,16350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10496,0,0,0,'SmartAI',1,1,1,1,1,1,0,22570,23707,0,0,0,0,0,1,0,0,'',12340),(16351,0,0,0,0,0,1087,0,0,0,'Spindleweb Lurker',NULL,NULL,0,14,15,0,22,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,3,0,0,0,0,15,22,2,1,1,16351,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,10499,0,0,0,'SmartAI',1,1,1,1,1,1,0,22570,23707,0,0,0,0,0,1,0,0,'',12340),(16352,0,0,0,0,0,1090,0,0,0,'Greater Spindleweb',NULL,NULL,0,17,18,0,22,0,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,3,0,0,0,0,18,26,3,1,1,16352,0,0,0,0,0,0,0,0,11918,0,0,0,0,0,0,0,10501,0,0,0,'SmartAI',1,1,1,1,1,1,0,22570,23707,0,0,0,0,0,1,0,0,'',12340),(16353,0,0,0,0,0,14562,0,0,0,'Mistbat',NULL,NULL,0,9,10,0,411,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,24,0,0,0,0,9,13,100,1,1,16353,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12821,0,0,0,'',1,3,1,1,1,1,0,22570,0,0,0,0,0,0,1,0,0,'',12340),(16354,0,0,0,0,0,3956,0,0,0,'Vampiric Mistbat',NULL,NULL,0,13,15,0,411,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,24,0,0,0,0,15,22,2,1,1,16354,0,100003,0,0,0,0,0,0,29363,0,0,0,0,0,0,0,12822,0,0,0,'SmartAI',1,3,1,1,1,1,0,22570,0,0,0,0,0,0,1,0,0,'',12340),(16355,0,0,0,0,0,14562,0,0,0,'Lesser Scourgebat',NULL,NULL,0,16,18,0,411,0,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,24,0,0,0,0,18,26,3,1,1,16355,0,100004,0,0,0,0,0,0,3234,0,0,0,0,0,0,0,12823,0,0,0,'SmartAI',1,3,1,1,1,1,0,22570,0,0,0,0,0,0,1,0,0,'',12340),(16357,0,0,0,0,0,9793,0,0,0,'Anok\'suten',NULL,NULL,0,11,11,0,21,0,1,1.14286,1,1,14,18,0,40,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,9,13,100,6,0,16357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,60,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16358,0,0,0,0,0,16128,0,0,0,'Kel\'gash the Wicked',NULL,NULL,0,20,20,0,1643,0,1.71,1.14286,1,1,27,36,0,64,1.7,2000,2000,2,0,2048,0,0,0,0,0,0,19,28,4,7,0,16358,16358,0,0,0,0,0,0,0,7289,20802,28900,0,0,0,0,0,0,0,95,129,'SmartAI',1,3,1,3.5,2,1,0,22640,0,0,0,0,0,0,1,0,0,'',12340),(16361,0,0,0,0,0,16132,0,0,0,'Commander Thomas Helleran','The Argent Dawn',NULL,0,55,55,0,814,2,1.5,1.14286,1,0,94,125,0,228,1,1350,1550,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16362,0,0,0,0,0,15912,0,0,0,'Runewarden Deryan',NULL,NULL,7214,30,30,0,1604,3,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16364,0,0,0,0,0,17856,0,0,0,'Infused Crystal',NULL,NULL,0,10,10,0,775,0,0.0001,1.14286,1,0,13,17,0,42,1,1400,2000,1,0,2048,0,0,0,0,0,0,9,13,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(16365,0,0,0,0,0,16129,0,0,0,'Master Craftsman Omarion','Brotherhood of the Light',NULL,7215,60,60,1,794,1,1.5,1.14286,1,1,104,138,0,252,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16366,0,0,0,0,0,16133,0,0,0,'Sempstress Ambershine','Tailoring Trainer',NULL,7524,15,15,0,1604,209,1,1.14286,1,0,16,22,0,22,1,2000,2000,8,4608,2048,0,0,2,0,0,0,15,21,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16367,0,0,0,0,0,16134,0,0,0,'Botanist Tyniarrel','Herbalism Trainer & Supplies',NULL,7524,15,15,0,1604,209,1,1.14286,1,0,16,22,0,22,1,2000,2000,8,4608,2048,0,0,2,0,0,0,15,21,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16368,0,0,0,0,0,16160,16161,0,0,'Necropolis Acolyte',NULL,NULL,0,82,82,2,233,0,1.5,1.14286,1,1,463,640,0,726,7.5,1150,1265,2,0,2048,0,0,0,0,0,0,360,520,91,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2865,3746,'',1,3,1,25,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(16371,0,0,0,0,0,16358,16357,16356,0,'Polymorphed Pig',NULL,NULL,0,3,3,0,14,0,0.91,1.14286,1,0,3,4,0,28,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,2,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16372,0,0,0,0,0,856,857,0,0,'Polymorphed Sheep',NULL,NULL,0,3,3,0,31,0,0.91,1.14286,1,0,3,4,0,28,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,2,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(16375,29354,0,0,0,0,12349,0,0,0,'Sewage Slime','',NULL,0,80,80,2,16,0,1,1.14286,2,1,422,586,0,642,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16376,0,0,0,0,0,16144,0,0,0,'Craftsman Wilhelm','Brotherhood of the Light',NULL,7219,57,57,0,794,4227,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16377,0,0,0,0,0,16361,16360,16359,0,'Polymorphed Turtle',NULL,NULL,0,3,3,0,188,0,0.91,1.14286,1,0,3,4,0,28,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,2,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(16379,0,0,0,0,0,16170,0,0,0,'Spirit of the Damned','',NULL,0,61,61,0,1630,0,1.48,1.14286,1,4,159,221,0,258,1,1400,1900,1,0,2048,0,0,0,0,0,0,127,188,28,6,0,16379,0,0,0,0,0,0,0,0,34322,16243,28265,0,0,0,0,0,0,0,0,0,'',1,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16380,0,0,0,0,0,16167,0,0,0,'Bone Witch','',NULL,0,61,61,0,1630,0,1.48,1.14286,1,4,159,221,0,258,1,1400,1900,1,0,2048,0,0,0,0,0,0,127,188,28,6,0,16380,0,0,0,0,0,0,0,0,13748,17014,28265,0,0,0,0,0,0,0,0,0,'',1,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16381,0,0,0,0,0,16158,0,0,0,'Archmage Tarsis Kir-Moldir','',NULL,0,60,60,0,35,0,1.5,1.14286,1,1,104,138,0,252,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,10149,10179,0,0,0,0,0,0,0,0,0,0,'',0,3,1,105,100,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16382,0,0,0,0,0,14701,0,0,0,'Patchwork Terror','',NULL,0,60,60,0,1634,0,1.48,1.14286,1,1,2,2,0,24,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,30,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16383,0,0,0,0,0,7555,0,0,0,'Flameshocker','',NULL,0,53,55,0,1634,0,1.48,1.14286,1,1,94,125,0,228,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,16383,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16384,0,0,0,0,0,16235,16238,0,0,'Argent Dawn Initiate','The Argent Dawn',NULL,0,55,55,0,814,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16385,29360,0,0,0,0,4590,0,0,0,'Lightning Totem','','',0,82,82,2,21,0,1,1.14286,1,0,488,642,0,782,1,2000,0,1,4,2048,8,0,0,0,0,0,363,521,121,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16386,0,0,0,0,0,16925,0,0,0,'Necropolis Relay','',NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16387,0,0,0,0,0,16164,0,0,0,'Atiesh','Hand of Sargeras',NULL,0,63,63,0,954,0,1.5,1.14286,1,1,164,228,0,249,35,1450,1650,2,0,2048,0,0,0,0,0,0,133,196,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,100,1,0,0,0,0,0,0,0,220,1,617299803,1,'',12340),(16388,0,0,0,0,0,16165,0,0,0,'Koren','The Blacksmith',NULL,7435,70,70,1,35,4227,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16389,0,0,0,0,0,16417,16437,16440,16441,'Spectral Apprentice',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,6,8,16389,0,0,0,0,0,0,0,0,29618,0,0,0,0,0,0,0,0,0,1901,2487,'SmartAI',1,3,1,4.2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16390,29901,0,0,0,0,24999,0,0,0,'Deathchill Servant','',NULL,0,81,81,2,21,0,0.8,1.14286,1,0,464,604,0,708,1,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16392,0,0,0,0,0,16163,0,0,0,'Captain Armando Ossex',NULL,NULL,0,60,60,0,1217,0,1.05,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16394,0,0,0,0,0,14697,0,0,0,'Pallid Horror','',NULL,0,60,60,0,1634,0,1.48,1.14286,1,1,104,138,0,252,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,30,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16395,0,0,0,0,0,16229,16230,0,0,'Argent Dawn Paladin','The Argent Dawn',NULL,0,55,55,0,814,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16396,0,0,0,0,0,3167,5446,0,0,'Stormwind Elite Guard','',NULL,0,80,80,2,11,0,1.48,1.14286,1,1,422,586,0,642,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16397,0,0,0,0,0,18828,0,0,0,'Ardeyn Riverwind',NULL,NULL,7235,12,12,0,1604,3,1,1.14286,1,0,12,17,0,19,1,1500,2000,8,4608,2048,0,0,0,0,0,0,11,16,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16398,0,0,0,0,0,16925,0,0,0,'Necropolis Proxy','',NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16399,0,0,0,0,0,2557,2558,0,0,'Bloodsail Traitor',NULL,NULL,7236,43,44,0,35,3,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,32768,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16400,0,0,0,0,0,11686,0,0,0,'Toxic Tunnel','','',0,80,80,2,114,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,33816578,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16401,0,0,0,0,0,11686,0,0,0,'Necropolis','',NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16402,0,0,0,0,0,15926,0,0,0,'Zombified Grimscale',NULL,NULL,0,12,13,0,18,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,6,0,16402,16402,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,3,1,1,1,1,0,22579,0,0,0,0,0,0,1,8388624,0,'',12340),(16403,0,0,0,0,0,3619,0,0,0,'Withered Grimscale',NULL,NULL,0,12,13,0,18,0,1,1.14286,1,0,18,24,0,48,1,2400,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,6,0,16403,16403,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,3,1,1,1,1,0,22579,0,0,0,0,0,0,1,8388624,0,'',12340),(16404,0,0,0,0,0,7449,0,0,0,'Yellowgill Frenzy',NULL,NULL,0,12,14,0,1878,0,1.125,1.14286,1,0,20,27,0,50,1,1200,2000,1,32768,2048,0,0,0,0,0,0,13,20,1,1,0,16404,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16405,0,0,0,0,0,245,0,0,0,'Whitetail Frenzy',NULL,NULL,0,12,14,0,1878,0,1.125,1.14286,1,0,20,27,0,50,1,1200,2000,1,32768,2048,0,0,0,0,0,0,13,20,1,1,0,16405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16406,0,0,0,0,0,16514,16515,16516,16517,'Phantom Attendant',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,296,424,0,290,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,6,8,16406,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1605,2101,'SmartAI',1,3,1,4.2,5,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16407,0,0,0,0,0,16485,16486,16487,16488,'Spectral Servant',NULL,NULL,0,69,69,1,16,0,1,1.14286,1,1,245,346,0,298,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,206,302,43,6,8,16407,16407,0,0,0,0,0,0,0,29540,0,0,0,0,0,0,0,0,0,1942,2541,'SmartAI',1,3,1,4.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16408,0,0,0,0,0,16494,16495,16496,16497,'Phantom Valet',NULL,NULL,0,72,72,1,16,0,1,1.42857,1,1,307,438,0,314,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,6,8,16408,16408,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2967,3879,'SmartAI',1,3,1,6.3,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16409,0,0,0,0,0,16464,16465,16466,16467,'Phantom Guest',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,0,234,331,0,286,1,1667,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,6,8,16409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,384,'SmartAI',1,3,1,1.4,5,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16410,0,0,0,0,0,16509,16510,16511,16512,'Spectral Retainer',NULL,NULL,0,72,72,1,16,0,1,1.42857,1,1,307,438,0,314,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,6,8,16410,0,0,0,0,0,0,0,0,29456,29578,0,0,0,0,0,0,0,0,2669,3491,'SmartAI',1,3,1,5.6,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16411,0,0,0,0,0,16524,16525,16526,16527,'Spectral Chef',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,6,8,16411,0,0,0,0,0,0,0,0,29665,29667,0,0,0,0,0,0,0,0,1945,2545,'SmartAI',1,3,1,4.2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16412,0,0,0,0,0,16529,16530,16531,16532,'Ghostly Baker',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,6,8,16412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1988,2601,'SmartAI',1,3,1,4.2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16414,0,0,0,0,0,16535,16536,16537,16538,'Ghostly Steward',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,6,8,16414,16414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2540,3322,'SmartAI',1,3,1,5.6,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16415,0,0,0,0,0,7550,0,0,0,'Skeletal Waiter',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,6,8,16415,16415,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1945,2545,'SmartAI',1,3,1,4.2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16416,0,0,0,0,0,16172,0,0,0,'Bronn Fitzwrench',NULL,NULL,7238,55,56,0,35,3,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16417,0,0,0,0,0,15324,0,0,0,'Rumsen Fizzlebrack',NULL,NULL,7239,44,44,0,35,3,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,32768,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16418,0,0,0,0,0,16171,0,0,0,'Mupsi Shacklefridd',NULL,NULL,7237,20,20,0,35,3,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,32768,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16424,0,0,0,0,0,16458,16459,16460,16461,'Spectral Sentry',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,6,8,16424,0,0,0,0,0,0,0,0,29575,29576,0,0,0,0,0,0,0,0,1945,2545,'SmartAI',1,3,1,4.2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16425,0,0,0,0,0,16454,16455,16456,16457,'Phantom Guardsman',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,6,8,16425,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1945,2545,'SmartAI',1,3,1,4.2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16426,0,0,0,0,0,16453,0,0,0,'Bennett','The Sergeant at Arms',NULL,8173,70,70,1,35,1,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16431,0,0,0,0,0,16136,0,0,0,'Cracked Necrotic Crystal',NULL,NULL,0,60,60,1,35,2,1.25,1.14286,1,0,104,138,0,252,1,2500,3000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16438,0,0,0,0,0,12074,0,0,0,'Skeletal Trooper','',NULL,0,9,10,0,1630,0,1.125,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,6,0,16438,0,0,0,0,0,0,0,0,589,28265,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,22892,0,0,0,0,0,100,1,8388624,0,'',12340),(16441,30057,0,0,0,0,16586,0,0,0,'Guardian of Icecrown',NULL,NULL,0,80,80,2,21,0,1.25,1.42858,1,1,422,586,0,642,7.5,1250,1650,1,0,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,174,1,8388624,0,'boss_kelthuzad_minion',12340),(16442,0,0,0,0,0,16182,0,0,0,'Vinemaster Suntouched','Wine & Spirits Merchant',NULL,7243,30,30,0,1604,641,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16443,0,0,0,0,0,16183,0,0,0,'Zalene Firstlight','Food & Drink',NULL,7244,9,9,0,1636,128,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,4608,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16444,0,0,0,0,0,16184,0,0,0,'Halis Dawnstrider','General Goods',NULL,7245,15,15,0,1604,385,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,4608,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16446,0,0,0,0,0,14710,0,0,0,'Plagued Gargoyle','',NULL,0,70,70,0,233,0,1.5,1.14286,1,1,252,357,0,304,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,215,320,44,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,3,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16447,30097,0,0,0,0,24998,0,0,0,'Plagued Ghoul','','',0,81,81,2,21,0,0.8,1.42857,1,1,464,604,0,708,7.5,1500,0,1,32832,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4011,5242,'SmartAI',0,3,1,8,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(16448,0,0,0,0,0,15964,0,0,0,'Plagued Deathhound','',NULL,0,61,61,0,16,0,1.5,1.14286,1,1,159,221,0,258,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,127,188,28,1,8,0,0,0,0,0,0,0,0,0,30121,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,22,2,1,0,0,0,0,0,0,0,191,1,0,0,'',12340),(16449,0,0,0,0,0,10553,0,0,0,'Spirit of Naxxramas',NULL,NULL,0,61,61,0,21,0,1.5,1.14286,1,1,159,221,0,258,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,127,188,28,6,8,0,0,0,0,0,0,0,0,0,28599,28392,0,0,0,0,0,0,0,0,4776,6241,'',1,3,1,35,10,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16451,0,0,0,0,0,10729,0,0,0,'[UNUSED] Death Knight Vindicator',NULL,NULL,0,62,62,1,21,0,2.2,1.14286,1,1,172,240,0,262,7.5,1000,1200,1,0,2048,0,0,0,0,0,0,139,207,30,6,8,0,0,0,0,0,0,0,0,0,15284,27223,28413,0,0,0,0,0,0,0,5627,7354,'',1,3,1,50,10,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(16452,0,0,0,0,0,2606,0,0,0,'Necro Knight Guardian',NULL,NULL,0,62,62,1,21,0,2,1.14286,1,1,172,240,0,262,7.5,1200,1450,1,0,2048,0,0,0,0,0,0,139,207,30,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2567,3358,'',1,3,1,25,18,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(16453,0,0,0,0,0,15939,0,0,0,'Necro Stalker','',NULL,0,61,61,0,312,0,1.5,1.14286,1,1,159,221,0,258,7.5,1150,1265,1,0,2048,0,3,0,0,0,0,127,188,28,1,9,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13149,0,0,0,'SmartAI',0,1,1,26,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),(16457,0,0,0,0,0,16198,0,0,0,'Maiden of Virtue',NULL,NULL,0,73,73,1,16,0,1.6,1.71429,1,3,313,448,0,302,35,2000,2000,2,64,2048,0,0,0,0,0,0,276,411,44,10,108,16457,0,0,0,0,0,0,0,0,29511,29522,32445,26662,0,0,0,0,0,0,35955,46958,'',1,3,1,49,20,1,0,0,0,0,0,0,0,167,1,650854271,2097409,'boss_maiden_of_virtue',12340),(16458,0,0,0,0,0,10582,0,0,0,'Innkeeper Faralia','Innkeeper',NULL,1581,30,30,0,80,66179,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16459,0,0,0,0,0,16543,16544,16545,16546,'Wanton Hostess',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,6,8,16459,0,0,0,0,0,0,0,0,29486,29477,29505,29485,0,0,0,0,0,0,2540,3322,'SmartAI',1,3,1,5.6,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16460,0,0,0,0,0,16547,16548,16549,16550,'Night Mistress',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,296,424,0,290,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,6,8,16460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2115,2767,'SmartAI',1,3,1,5.6,5,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16461,0,0,0,0,0,16551,16552,16553,16554,'Concubine',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,8,16461,16461,0,0,0,0,0,0,0,15969,29490,0,0,0,0,0,0,0,0,2583,3378,'SmartAI',1,3,1,5.6,1,1,0,0,0,0,0,0,0,144,1,1,0,'',12340),(16462,0,0,0,0,0,16192,0,0,0,'Ranger Krenn\'an','Farstriders',NULL,7250,13,13,0,1602,3,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,4608,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16463,0,0,0,0,0,16193,0,0,0,'Farstrider Solanna','Farstriders',NULL,7253,18,18,0,1604,3,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,4096,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16464,0,0,0,0,0,16195,0,0,0,'Apothecary Venustus','Royal Apothecary Society',NULL,7251,17,17,0,1623,3,1,1.14286,1,0,18,25,0,26,1,2000,2000,8,4096,2048,0,0,0,0,0,0,16,23,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16465,0,0,0,0,0,11686,0,0,0,'Raw Meat Rack Trigger',NULL,NULL,0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,1900,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(16466,0,0,0,0,0,11686,0,0,0,'Smoked Meat Rack Trigger','',NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(16467,0,0,0,0,0,11686,0,0,0,'Fresh Fish Rack Trigger',NULL,NULL,0,1,1,0,114,0,1.125,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(16468,0,0,0,0,0,16555,16556,16557,16558,'Spectral Patron',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,0,252,357,0,304,1,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,6,8,16468,0,0,0,0,0,0,0,0,29555,29560,0,0,0,0,0,0,0,0,354,467,'SmartAI',1,3,1,1.4,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16469,0,0,0,0,0,16275,0,0,0,'Shadowpine Shadowcaster',NULL,NULL,0,17,18,0,28,0,1.125,1.14286,1,0,24,32,0,58,1,2000,2000,2,32768,2048,0,0,0,0,0,0,17,25,3,7,0,16469,16469,0,0,0,0,0,0,0,31394,16568,0,0,0,0,0,0,0,0,19,30,'SmartAI',1,3,1,1,1,1,0,23167,0,0,0,0,0,0,1,0,0,'',12340),(16470,0,0,0,0,0,16559,16560,16561,16562,'Ghostly Philanthropist',NULL,NULL,0,72,72,1,16,0,1,1.42857,1,1,304,436,0,296,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,6,8,16470,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2117,2769,'SmartAI',1,3,1,5.6,5,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16471,0,0,0,0,0,2606,0,0,0,'Skeletal Usher',NULL,NULL,0,72,72,1,16,0,1,1.42857,1,1,304,436,0,296,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,6,8,16471,16471,0,0,0,0,0,0,0,29661,29666,29670,0,0,0,0,0,0,0,3137,4101,'SmartAI',1,3,1,8.4,10,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16472,0,0,0,0,0,16563,16564,16565,16566,'Phantom Stagehand','',NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,6,8,16472,16472,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2880,3766,'SmartAI',1,3,1,6.3,1,1,0,0,0,0,0,0,0,144,1,617299707,0,'',12340),(16473,0,0,0,0,0,16567,16568,16569,18979,'Spectral Performer','',NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,6,8,16473,16473,0,0,0,0,0,0,0,29679,29680,0,0,0,0,0,0,0,0,2540,3322,'SmartAI',1,3,1,5.6,5,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16474,30000,0,0,0,0,11686,0,0,0,'Blizzard','',NULL,0,1,1,0,35,0,1.125,1.14286,1,3,2,2,0,24,35,3000,1900,1,0,2048,8,0,0,0,0,0,1,1,100,10,4,0,0,0,0,0,0,0,0,0,28547,0,0,0,0,0,0,0,0,0,0,0,'',1,7,1,1,1,1,0,0,0,0,0,0,0,76,1,0,128,'trigger_periodic',12340),(16475,0,0,0,0,0,16203,0,0,0,'Megelon','',NULL,0,4,4,0,1638,2,1,1.14286,1,0,4,5,0,30,1,2000,2000,1,37632,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16476,0,0,0,0,0,16202,0,0,0,'Jaeleil','',NULL,7258,3,3,0,1638,3,1,1.14286,1,0,3,4,0,28,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16477,0,0,0,0,0,16201,0,0,0,'Proenitus','',NULL,7305,6,6,0,1638,3,1,1.14286,1,0,7,9,0,34,1,2000,2000,1,37632,2048,0,0,0,0,0,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16478,0,0,0,0,0,16204,0,0,0,'Lieutenant Orrin','The Argent Dawn',NULL,0,10,10,0,794,2,1.3,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16479,0,0,0,0,0,16205,0,0,0,'Polymorph Clone','',NULL,0,10,10,0,31,0,1,1.14286,1,0,13,17,0,42,1,1400,1900,1,0,2048,0,0,0,0,0,0,9,13,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),(16480,0,0,0,0,0,16207,0,0,0,'Apprentice Vor\'el',NULL,NULL,7259,18,18,0,1604,2,1,1.14286,1,0,19,26,0,27,1,2000,1900,8,0,2048,0,0,0,0,0,0,17,24,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16481,0,0,0,0,0,14366,0,0,0,'Ghastly Haunt',NULL,NULL,0,72,72,1,16,0,1.11111,1.42857,1,1,307,438,0,314,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,6,8,16481,0,0,0,0,0,0,0,0,29172,0,0,0,0,0,0,0,0,0,3264,4268,'SmartAI',1,3,1,7,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16482,0,0,0,0,0,14365,0,0,0,'Trapped Soul',NULL,NULL,0,72,72,1,16,0,1.11111,1.42857,1,1,304,436,0,296,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,6,8,16482,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2627,3435,'SmartAI',1,3,1,7,10,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16483,0,0,0,0,0,16208,16210,16209,16211,'Draenei Survivor',NULL,NULL,0,1,5,0,1638,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,4608,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,2,'npc_draenei_survivor',12340),(16484,0,0,0,0,0,16212,0,0,0,'Lieutenant Nevell','The Argent Dawn',NULL,0,10,10,0,794,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16485,0,0,0,0,0,16838,0,0,0,'Arcane Watchman',NULL,NULL,0,72,72,1,16,0,1.6,1.71429,1,1,307,438,0,314,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,9,8,16485,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,3859,5045,'SmartAI',1,3,1,8.4,1,1,0,0,0,0,0,0,0,167,1,16384,0,'',12340),(16488,0,0,0,0,0,16216,0,0,0,'Arcane Anomaly',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,255,373,0,137,7.5,2000,2000,8,64,2048,0,0,0,0,0,0,240,358,31,4,8,16488,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.14,7,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16489,0,0,0,0,0,14254,0,0,0,'Chaotic Sentience',NULL,NULL,0,70,71,1,16,0,1,1.14286,1,1,299,426,6,308,7.5,1200,2000,1,64,2048,0,0,0,0,0,0,262,389,48,4,8,16489,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16490,0,0,0,0,0,16218,0,0,0,'Lieutenant Lisande','The Argent Dawn',NULL,0,10,10,0,794,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16491,0,0,0,0,0,19330,0,0,0,'Mana Feeder',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,252,357,0,304,7.5,1000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,1,8,16491,0,0,0,0,0,0,0,0,29908,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.4,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16492,0,0,0,0,0,19331,0,0,0,'Syphoner',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,234,331,0,286,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,1,8,16492,0,0,0,0,0,0,0,70,29881,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.4,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16493,0,0,0,0,0,16219,0,0,0,'Lieutenant Dagel','The Argent Dawn',NULL,0,10,10,0,794,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16494,0,0,0,0,0,16220,0,0,0,'Lieutenant Rukag','The Argent Dawn',NULL,0,10,10,0,794,2,1.3,1.14286,1,0,13,17,0,42,1,1350,1500,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16495,0,0,0,0,0,16221,0,0,0,'Lieutenant Beitha','The Argent Dawn',NULL,0,10,10,0,794,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16499,0,0,0,0,0,16222,0,0,0,'Keilnei','Hunter Trainer',NULL,7262,6,6,0,1638,51,1,1.14286,1,0,6,8,0,29,1,2000,2000,2,37120,2048,0,0,0,0,3,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16500,0,0,0,0,0,16223,0,0,0,'Valaatu','Mage Trainer',NULL,7264,6,6,0,1638,51,1,1.14286,1,0,5,5,0,15,1,2000,2000,8,37632,2048,0,0,0,0,8,0,3,4,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16501,0,0,0,0,0,16224,0,0,0,'Aurelon','Paladin Trainer',NULL,7260,6,6,0,1638,51,1,1.14286,1,0,6,8,0,29,1,2000,2000,2,37632,2048,0,0,0,0,2,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16502,0,0,0,0,0,16225,0,0,0,'Zalduun','Priest Trainer',NULL,7349,6,6,0,1638,51,0.9,1.14286,1,0,5,5,0,15,1,2000,2000,8,37632,2048,0,0,0,0,5,0,3,4,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,46,1,0,2,'',12340),(16503,0,0,0,0,0,16226,0,0,0,'Kore','Warrior Trainer',NULL,7263,6,6,0,1638,51,1,1.14286,1,0,7,9,0,34,1,2000,2000,1,37632,2048,0,0,0,0,1,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16504,0,0,0,0,0,16841,0,0,0,'Arcane Protector',NULL,NULL,0,72,72,1,16,0,1.6,1.71429,1,1,307,438,0,314,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,9,8,16504,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,5219,6821,'SmartAI',1,3,1,11.2,1,1,0,0,0,0,0,0,0,167,1,16384,0,'',12340),(16505,29273,0,0,0,0,16605,16606,0,0,'Naxxramas Follower','',NULL,0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,16,10,1,0,22708,0,0,0,0,0,144,1,65536,0,'',12340),(16506,29274,0,0,0,0,16603,16604,0,0,'Naxxramas Worshipper','','',0,81,81,2,312,0,1,1.14286,1,1,351,509,0,304,7.5,2000,0,8,32832,2048,8,0,0,0,0,0,351,503,74,7,72,16506,0,0,0,0,0,0,0,0,54095,28732,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,10,1,0,22708,0,0,0,0,0,144,1,65537,0,'',12340),(16507,20593,0,0,0,0,19277,0,0,0,'Shattered Hand Sentry',NULL,NULL,0,69,69,1,16,0,1.48,1.14286,1,1,245,346,0,298,4.6,2000,1667,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,16507,16507,0,0,0,0,0,0,0,22911,31553,0,0,0,0,0,0,0,0,1304,1708,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(16514,0,0,0,0,0,16227,0,0,0,'Botanist Taerix','',NULL,7304,4,4,0,1638,3,1,1.14286,1,0,4,5,0,30,1,2000,2000,1,37632,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16516,0,0,0,0,0,19454,0,0,0,'Volatile Mutation',NULL,NULL,0,1,2,0,7,0,1,0.85714,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,4,0,16516,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(16517,0,0,0,0,0,19455,0,0,0,'Mutated Root Lasher',NULL,NULL,0,3,3,0,7,0,1,0.85714,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,2,100,4,0,16517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,22934,0,0,0,0,0,100,1,0,0,'',12340),(16518,0,0,0,0,0,9390,0,0,0,'Nestlewood Owlkin',NULL,NULL,0,3,4,0,7,0,1,0.85714,1,0,4,5,0,30,1,2000,2000,1,32768,2048,0,0,0,0,0,0,2,3,100,7,0,16518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,7,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(16519,0,0,0,0,0,18111,18112,18113,17981,'Shadowy Executioner',NULL,NULL,7775,63,64,1,1750,1,1,0.857143,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,16519,16519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,226,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(16520,0,0,0,0,0,17574,0,0,0,'Vale Moth',NULL,NULL,0,1,1,0,7,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,37,0,0,0,0,1,1,100,1,1,16520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13103,0,0,0,'',1,3,1,1,1,1,0,22889,0,0,0,0,0,100,1,0,0,'',12340),(16521,0,0,0,0,0,16247,16248,16709,16710,'Blood Elf Scout',NULL,NULL,0,3,4,0,7,0,1,0.85714,1,0,4,5,0,27,1,2000,2000,2,32768,2048,0,0,0,0,0,0,2,3,100,7,0,16521,0,0,0,0,0,0,0,0,25602,0,0,0,0,0,0,0,0,0,1,7,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(16522,0,0,0,0,0,16249,0,0,0,'Surveyor Candress',NULL,NULL,0,5,5,0,7,0,1,0.85714,1,0,4,4,0,14,1,2000,2000,8,32768,2048,0,0,0,0,0,0,2,3,11,7,0,16522,0,0,0,0,0,0,0,0,9487,0,0,0,0,0,0,0,0,0,4,10,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(16523,20591,0,0,0,0,16584,0,0,0,'Shattered Hand Savage',NULL,NULL,0,69,69,1,16,0,1.48,1.14286,1,1,245,346,0,298,7.5,2000,1667,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,16523,16523,0,0,0,0,0,0,0,30470,30485,36023,0,0,0,0,0,0,0,1262,1653,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16524,0,0,0,0,0,16621,0,0,0,'Shade of Aran',NULL,NULL,0,73,73,1,16,0,1,1.71429,1,3,270,395,0,143,35,2000,2000,8,32832,2048,0,0,0,0,0,0,255,380,37,6,108,16524,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69105,90248,'',1,3,1,112,22,1,0,23933,0,0,0,0,0,164,1,617299803,1,'boss_shade_of_aran',12340),(16525,0,0,0,0,0,16241,0,0,0,'Spell Shade','',NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,6,8,16525,0,0,0,105,0,105,105,0,29920,29925,29926,29927,0,0,0,0,0,0,1945,2545,'SmartAI',1,3,1,4.2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16526,0,0,0,0,0,16251,0,0,0,'Sorcerous Shade','',NULL,0,72,72,1,16,0,1,1.42857,1,1,304,436,0,296,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,6,8,16526,0,0,0,0,0,0,0,0,29922,29923,29924,0,0,0,0,0,0,0,2117,2769,'SmartAI',1,3,1,5.6,10,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16528,0,0,0,0,0,16242,0,0,0,'Provisioner Vredigar',NULL,NULL,7287,18,18,0,1623,4225,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,32768,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16529,0,0,0,0,0,16216,0,0,0,'Magical Horror','',NULL,0,71,71,1,16,0,1,1.42857,1,1,296,424,0,290,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,260,387,37,4,8,16529,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5.6,10,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16530,0,0,0,0,0,14252,0,0,0,'Mana Warp','',NULL,0,70,70,1,16,0,1,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,4,8,16530,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16531,0,0,0,0,0,16136,0,0,0,'Faint Necrotic Crystal',NULL,NULL,0,60,60,1,35,2,1.25,1.14286,1,0,104,138,0,252,1,2500,3000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16534,0,0,0,0,0,9390,0,0,0,'Inoculated Nestlewood Owlkin',NULL,NULL,0,3,4,0,35,0,1.125,1.14286,1,0,4,5,0,30,1,1400,1900,1,0,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(16535,0,0,0,0,0,16246,0,0,0,'Vindicator Aldar','',NULL,7286,6,6,0,1638,3,1,1.14286,1,0,7,9,0,34,1,2000,2000,1,37632,2048,0,0,0,0,0,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16537,0,0,0,0,0,12238,0,0,0,'Mutated Owlkin',NULL,NULL,0,3,4,0,7,0,1,0.85714,1,0,4,5,0,30,1,2000,2000,1,32768,2048,0,0,0,0,0,0,2,3,100,7,0,16537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,7,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(16539,0,0,0,0,0,12345,0,0,0,'Homunculus','',NULL,0,70,70,1,16,0,1,1.42857,1,1,234,331,0,286,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,3,8,16539,0,0,0,0,0,0,0,0,30180,0,0,0,0,0,0,0,0,0,839,1100,'SmartAI',1,3,1,2.1,6,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16540,0,0,0,0,0,16903,16905,16906,16907,'Shadow Pillager','',NULL,0,72,72,1,16,0,1,1.71429,1,1,304,436,0,296,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,8,16540,16540,0,0,0,0,0,50,0,29928,29492,29930,0,0,0,0,0,0,0,1607,2103,'SmartAI',1,3,1,4.2,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(16541,0,0,0,0,0,15511,0,0,0,'Ghostlands Guardian',NULL,NULL,0,26,28,0,1603,0,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,36864,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16542,0,0,0,0,0,16701,0,0,0,'Innkeeper Kalarin','Innkeeper',NULL,7288,17,17,0,1604,66177,1,1.14286,1,0,18,25,0,26,1,1500,2000,8,4608,2048,0,0,0,0,0,0,16,23,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16543,0,0,0,0,0,16252,0,0,0,'Garon Hutchins',NULL,NULL,7418,60,60,0,35,129,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16544,0,0,0,0,0,19097,0,0,0,'Ethereal Thief','',NULL,0,72,72,1,16,0,1.2,1.71429,1,1,307,438,0,314,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,7,8,16544,16544,0,0,0,0,0,0,0,30013,29982,30014,0,0,0,0,0,0,0,3264,4268,'SmartAI',1,3,1,5.6,1,1,0,0,0,0,0,0,0,165,1,0,0,'',12340),(16545,0,0,0,0,0,21078,0,0,0,'Ethereal Spellfilcher','',NULL,0,72,72,1,16,0,1.2,1.71429,1,1,304,436,0,296,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,7,8,16545,16545,0,0,0,0,0,0,0,30036,30039,37161,30007,0,0,0,0,0,0,2627,3435,'SmartAI',1,3,1,7,10,1,0,0,0,0,0,0,0,165,1,0,0,'',12340),(16546,0,0,0,0,0,16253,0,0,0,'Tolaan','',NULL,7315,4,4,0,1638,3,1,1.14286,1,0,4,5,0,30,1,2000,2000,1,37632,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16547,0,0,0,0,0,16259,0,0,0,'Speedy',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(16548,0,0,0,0,0,16257,0,0,0,'Mr. Wiggles',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(16549,0,0,0,0,0,2176,0,0,0,'Whiskers the Rat',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(16550,0,0,0,0,0,16258,0,0,0,'Image of Technician Dyvuun',NULL,NULL,0,20,20,0,1638,0,1,1.14286,1,0,29,39,0,70,1,2000,1900,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16551,0,0,0,0,0,16260,0,0,0,'Technician Dyvuun','',NULL,0,20,20,0,1638,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,4096,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16553,0,0,0,0,0,16785,0,0,0,'Caregiver Chellan','Innkeeper',NULL,7468,30,30,0,1638,66179,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16554,0,0,0,0,0,16262,0,0,0,'Aeun','',NULL,7303,5,5,0,1638,3,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,37632,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16568,0,0,0,0,0,16754,0,0,0,'Tandrine','Guild Master',NULL,7440,30,30,0,1604,786433,1,1.42857,1,0,42,56,0,102,1,2000,2000,1,36864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(16573,29256,0,0,0,0,14698,0,0,0,'Crypt Guard','',NULL,0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,7.5,1000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,18,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16574,0,0,0,0,0,16281,0,0,0,'Far Seer Regulkut','Eyes of the Warchief',NULL,7334,60,60,0,1074,3,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4096,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16575,0,0,0,0,0,16283,0,0,0,'Shadow Hunter Ty\'jin','Ears of the Warchief',NULL,0,60,60,0,1074,2,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4096,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16576,0,0,0,0,0,16284,0,0,0,'Overlord Hun Maimfist','Hand of the Warchief',NULL,7335,60,60,0,1669,3,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16577,0,0,0,0,0,16285,0,0,0,'Martik Tor\'seldori',NULL,NULL,0,61,61,0,1604,2,1,1.14286,1,0,152,210,0,244,1,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16578,0,0,0,0,0,16286,16287,16288,16289,'Blood Elf Pilgrim',NULL,NULL,0,57,60,0,1604,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16579,0,0,0,0,0,16954,0,0,0,'Falcon Watch Sentinel',NULL,NULL,0,59,60,0,1604,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16580,0,0,0,0,0,16292,16294,16295,16296,'Thrallmar Grunt',NULL,NULL,0,60,60,0,1668,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16582,0,0,0,0,0,16297,16298,16299,0,'Thrallmar Marksman',NULL,NULL,0,60,60,0,1668,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16583,0,0,0,0,0,16300,0,0,0,'Rohok','Master Blacksmithing Trainer',NULL,8760,60,60,0,1729,4307,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,36864,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16584,0,0,0,0,0,16301,0,0,0,'Watch Commander Krunk',NULL,NULL,7333,59,59,0,1669,3,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16585,0,0,0,0,0,16302,0,0,0,'Cookie One-Eye','Food & Drink',NULL,0,58,58,0,29,640,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16586,0,0,0,0,0,16303,0,0,0,'Huntsman Torf Angerhoof','Stable Master',NULL,9821,59,59,0,1729,4194305,1,1.14286,1,0,133,176,0,234,1,2000,2000,2,0,2048,0,0,0,0,0,0,91,133,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(16587,0,0,0,0,0,16304,0,0,0,'Barley','Wind Rider Master',NULL,6944,65,65,1,1729,8193,1,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16588,0,0,0,0,0,16305,0,0,0,'Apothecary Antonivich','Master Alchemy Trainer',NULL,7810,60,60,0,1729,3283,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4096,2048,0,0,2,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16589,0,0,0,0,0,16306,0,0,0,'Guard Captain Cragtar','',NULL,0,60,60,0,1074,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16590,0,0,0,0,0,16307,16308,0,0,'Injured Thrallmar Grunt',NULL,NULL,0,57,59,0,1669,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16591,0,0,0,0,0,16310,16312,0,0,'Thrallmar Peon',NULL,NULL,0,50,51,0,1729,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,32768,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16592,0,0,0,0,0,11686,0,0,0,'Midsummer Bonfire','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_midsummer_bonfire',12340),(16593,20582,0,0,0,0,16577,0,0,0,'Shattered Hand Brawler',NULL,NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,4.6,2000,1667,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,16593,0,0,0,0,0,0,0,3391,36033,36020,0,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(16594,20576,0,0,0,0,16581,0,0,0,'Shadowmoon Acolyte',NULL,NULL,0,70,70,1,16,0,1.48,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,16507,16594,0,0,0,0,0,0,0,15585,36052,30479,15587,0,0,0,0,0,0,711,933,'SmartAI',1,3,1,2.9,2.25,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16595,0,0,0,0,0,18886,0,0,0,'Fleshbeast',NULL,NULL,0,72,72,1,16,0,1.6,1.71429,1,1,307,438,0,314,7.5,1600,2000,1,64,2048,0,0,0,0,0,0,270,401,53,10,8,16595,0,0,0,0,0,0,0,0,3391,29935,29939,0,0,0,0,0,0,0,3264,4268,'SmartAI',1,3,1,7,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(16596,0,0,0,0,0,18887,0,0,0,'Greater Fleshbeast',NULL,NULL,0,72,72,1,16,0,1.6,1.71429,1,1,307,438,0,314,7.5,1600,2000,1,64,2048,0,0,0,0,0,0,270,401,53,10,8,16596,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5219,6821,'SmartAI',1,3,1,11.2,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(16597,0,0,0,0,0,16314,0,0,0,'Riding Nether Drake','',NULL,0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(16598,0,0,0,0,0,15227,0,0,0,'Eye of Thrallmar',NULL,NULL,0,48,49,0,1669,0,7.2,2.57143,1,0,83,110,0,200,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,57,84,19,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,217,1,0,2,'',12340),(16599,0,0,0,0,0,16315,16316,16317,16318,'Thrallmar Wolf Rider','',NULL,0,60,60,0,1668,0,1,2.28571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16600,0,0,0,0,0,207,1166,2326,2327,'Thrallmar Riding Wolf',NULL,NULL,0,55,56,0,1669,0,1,1.38571,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(16601,0,0,0,0,0,16319,0,0,0,'Dying Blood Elf',NULL,NULL,0,9,9,0,1623,2,1,1.14286,1,0,8,12,0,16,1,2000,2000,8,33024,2048,0,0,0,0,0,0,8,11,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16602,0,0,0,0,0,16320,0,0,0,'Floyd Pinkus','Innkeeper',NULL,7290,60,60,0,68,66433,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(16603,0,0,0,0,0,16321,0,0,0,'Farstrider Dusking','Farstriders',NULL,7291,14,14,0,1604,1,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,4096,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16604,0,0,0,0,0,14501,0,0,0,'Blackwing Spell Marker','',NULL,0,1,1,0,114,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16610,0,0,0,0,0,16756,0,0,0,'Kredis','Tabard Vendor',NULL,9832,30,30,0,1604,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16611,0,0,0,0,0,16801,0,0,0,'Zalle','Reagents',NULL,0,30,30,0,1604,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16612,0,0,0,0,0,16780,0,0,0,'Velanni','Alchemy Supplies & Reagents',NULL,0,30,30,0,1604,2176,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16613,0,0,0,0,0,16822,0,0,0,'Parnis','Tradesman',NULL,0,30,30,0,1604,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16615,0,0,0,0,0,16695,0,0,0,'Novia','Banker',NULL,7811,30,30,0,1604,131073,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16616,0,0,0,0,0,16697,0,0,0,'Periel','Banker',NULL,7811,30,30,0,1604,131073,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16617,0,0,0,0,0,16696,0,0,0,'Daenice','Banker',NULL,0,30,30,0,1604,131073,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16618,0,0,0,0,0,16753,0,0,0,'Innkeeper Velandra','Innkeeper',NULL,7288,30,30,0,1604,66177,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16619,0,0,0,0,0,16763,0,0,0,'Celana','Bowyer',NULL,0,30,30,0,1604,4480,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16620,0,0,0,0,0,16759,0,0,0,'Mathaleron','Gunsmith',NULL,0,30,30,0,1604,4480,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16621,0,0,0,0,0,16775,0,0,0,'Ileda','Weapon Master',NULL,8612,30,30,0,1604,81,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,2,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16623,0,0,0,0,0,16833,0,0,0,'Zyandrel','Cloth Armor Merchant',NULL,0,30,30,0,1604,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16624,0,0,0,0,0,15504,0,0,0,'Gelanthis','Jewelcrafting Supplies',NULL,0,30,30,0,1604,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16625,0,0,0,0,0,16679,0,0,0,'Keeli','Mail Armor Merchant',NULL,0,30,30,0,1604,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16626,0,0,0,0,0,16799,0,0,0,'Tynna','Plate Armor Merchant',NULL,0,30,30,0,1604,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16627,0,0,0,0,0,16692,0,0,0,'Ithillan','Auctioneer',NULL,0,30,30,0,1604,2097152,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16628,0,0,0,0,0,16694,0,0,0,'Caidori','Auctioneer',NULL,0,30,30,0,1604,2097152,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16629,0,0,0,0,0,16693,0,0,0,'Tandron','Auctioneer',NULL,0,30,30,0,1604,2097152,1,1.14286,1,0,39,52,0,96,1,1500,2000,2,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16631,0,0,0,0,0,16760,0,0,0,'Andra','Clothier',NULL,0,30,30,0,1604,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16632,0,0,0,0,0,17504,0,0,0,'Oss','Wand Vendor',NULL,0,30,30,0,1638,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16633,0,0,0,0,0,16745,0,0,0,'Sedana','Enchanting Trainer',NULL,8731,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16634,0,0,0,0,0,16773,0,0,0,'Dolothos','Apprentice Enchanter',NULL,8828,30,30,0,1604,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16635,0,0,0,0,0,16765,0,0,0,'Lyna','Enchanting Supplies',NULL,0,30,30,0,1604,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16636,0,0,0,0,0,16804,0,0,0,'Zathanna','Wand Vendor',NULL,0,30,30,0,1604,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16637,0,0,0,0,0,16827,0,0,0,'Welethelon','Blunt Weapon Merchant',NULL,0,30,30,0,1604,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16638,0,0,0,0,0,16797,0,0,0,'Deynna','Tailoring Supplies',NULL,0,30,30,0,1604,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16639,0,0,0,0,0,16752,0,0,0,'Galana','Apprentice Tailor',NULL,8829,30,30,0,1604,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16640,0,0,0,0,0,16746,0,0,0,'Keelen Sheets','Tailoring Trainer',NULL,8658,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16641,0,0,0,0,0,16769,0,0,0,'Melaris','Alchemy Supplies',NULL,0,30,30,0,1604,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16642,0,0,0,0,0,16747,0,0,0,'Camberon','Alchemy Trainer',NULL,8733,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16643,0,0,0,0,0,16749,0,0,0,'Razia','Apprentice Alchemist',NULL,0,30,30,0,1604,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16644,0,0,0,0,0,16748,0,0,0,'Botanist Nathera','Herbalism Trainer',NULL,7691,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16646,0,0,0,0,0,16787,0,0,0,'Alamma','Warlock Trainer',NULL,7566,50,50,0,1604,51,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,4608,2048,0,0,0,0,9,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16647,0,0,0,0,0,16800,0,0,0,'Talionia','Warlock Trainer',NULL,7437,40,40,0,1604,51,1,1.14286,1,0,40,55,0,60,1,2000,2000,8,4608,2048,0,0,0,0,9,0,34,49,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16648,0,0,0,0,0,16831,0,0,0,'Zanien','Warlock Trainer',NULL,7566,60,60,0,1604,51,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,4608,2048,0,0,0,0,9,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16649,0,0,0,0,0,16766,0,0,0,'Torian','',NULL,0,53,53,0,1604,2,1,1.14286,1,0,64,89,0,97,1,1500,2000,8,4608,2048,0,0,0,0,3,0,53,78,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16650,0,0,0,0,0,16808,0,0,0,'Bithrus','Fireworks Vendor',NULL,0,30,30,0,1604,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16651,0,0,0,0,0,16781,0,0,0,'Zaedana','Mage Trainer',NULL,6648,40,40,0,1604,51,1,1.14286,1,0,40,55,0,60,1,2000,2000,8,4608,2048,0,0,0,0,8,0,34,49,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16652,0,0,0,0,0,16824,0,0,0,'Quithas','Mage Trainer',NULL,6648,50,50,0,1604,51,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,4608,2048,0,0,0,0,8,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16653,0,0,0,0,0,16809,0,0,0,'Inethven','Mage Trainer',NULL,6648,60,60,0,1604,49,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,4608,2048,0,0,0,0,8,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16654,0,0,0,0,0,16777,0,0,0,'Narinth','Portal Trainer',NULL,4824,30,30,0,1604,49,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,8,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16655,0,0,0,0,0,16739,0,0,0,'Harene Plainwalker','Druid Trainer',NULL,4605,60,60,0,1604,51,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4608,2048,0,0,0,0,11,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16656,0,0,0,0,0,16751,0,0,0,'Shalenn','Stable Master',NULL,9821,30,30,0,1604,4194305,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(16657,0,0,0,0,0,17484,0,0,0,'Feera','Engineering Supplies',NULL,0,30,30,0,1638,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16658,0,0,0,0,0,16788,0,0,0,'Aldrae','Priest Trainer',NULL,6649,60,60,0,1604,51,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,4608,2048,0,0,0,0,5,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16659,0,0,0,0,0,16817,0,0,0,'Lotheolan','Priest Trainer',NULL,6649,50,50,0,1604,51,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,4608,2048,0,0,0,0,5,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16660,0,0,0,0,0,16795,0,0,0,'Belestra','Priest Trainer',NULL,6649,40,40,0,1604,49,1,1.14286,1,0,40,55,0,60,1,2000,2000,8,4608,2048,0,0,0,0,5,0,34,49,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16662,0,0,0,0,0,16758,0,0,0,'Alestus','First Aid Trainer',NULL,5855,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16663,0,0,0,0,0,16761,0,0,0,'Belil','Mining Trainer',NULL,7690,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16664,0,0,0,0,0,16832,0,0,0,'Zelan','Mining Supplies',NULL,0,30,30,0,1604,128,1,1.14286,1,0,42,56,0,102,1,1500,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16665,0,0,0,0,0,16821,0,0,0,'Paniar','Stable Master',NULL,7451,16,16,0,1604,4194305,1,1.14286,1,0,23,31,0,56,1,1500,2000,1,4608,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16666,0,0,0,0,0,16771,0,0,0,'Feledis','Axe Vendor',NULL,0,30,30,0,1604,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16667,0,0,0,0,0,16764,0,0,0,'Danwe','Engineering Trainer',NULL,8656,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16668,0,0,0,0,0,16779,0,0,0,'Gloresse','Apprentice Engineer',NULL,0,30,30,0,1604,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16669,0,0,0,0,0,16762,0,0,0,'Bemarrin','Blacksmithing Trainer',NULL,7494,30,30,0,1604,83,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,2,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16670,0,0,0,0,0,16772,0,0,0,'Eriden','Blacksmithing Supplies',NULL,0,55,55,0,1604,4224,1,1.42857,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(16671,0,0,0,0,0,18655,0,0,0,'Mirvedon','Apprentice Blacksmith',NULL,0,30,30,0,1604,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16672,0,0,0,0,0,16778,0,0,0,'Tana','Hunter Trainer',NULL,6652,40,40,0,1604,51,1,1.14286,1,0,52,69,0,128,1,2000,2000,2,4608,2048,0,0,0,0,3,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16673,0,0,0,0,0,16816,0,0,0,'Oninath','Hunter Trainer',NULL,6652,50,50,0,1604,51,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,4608,2048,0,0,0,0,3,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16674,0,0,0,0,0,16802,0,0,0,'Zandine','Hunter Trainer',NULL,6652,60,60,0,1604,49,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4608,2048,0,0,0,0,3,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16675,0,0,0,0,0,16770,0,0,0,'Halthenis','Pet Trainer',NULL,0,30,30,0,1604,19,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,3,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),(16676,0,0,0,0,0,16750,0,0,0,'Sylann','Cook',NULL,5854,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16677,0,0,0,0,0,16823,0,0,0,'Quelis','Cooking Supplies',NULL,0,30,30,0,1604,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16678,0,0,0,0,0,16825,0,0,0,'Rahein','Blade Vendor',NULL,0,30,30,0,1604,4224,1,1.14286,1,0,42,56,0,102,1,1500,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16679,0,0,0,0,0,16815,0,0,0,'Osselan','Paladin Trainer',NULL,6647,40,40,0,1604,49,1,1.14286,1,0,52,69,0,128,1,2000,2000,2,4608,2048,0,0,0,0,2,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16680,0,0,0,0,0,16811,0,0,0,'Ithelis','Paladin Trainer',NULL,6647,50,50,0,1604,49,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,4608,2048,0,0,0,0,2,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16681,0,0,0,0,0,16829,0,0,0,'Champion Bachi','Paladin Trainer',NULL,6647,60,60,1,1604,51,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4608,2048,0,0,0,0,2,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16683,0,0,0,0,0,16796,0,0,0,'Darlia','Poison Supplies',NULL,0,30,30,0,1604,1152,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16684,0,0,0,0,0,16767,0,0,0,'Zelanis','Rogue Trainer',NULL,6650,60,60,0,1604,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,4,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16685,0,0,0,0,0,16798,0,0,0,'Elara','Rogue Trainer',NULL,6650,50,50,0,1604,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,0,0,4,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16686,0,0,0,0,0,16818,0,0,0,'Nerisen','Rogue Trainer',NULL,6650,40,40,0,1604,49,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,4608,2048,0,0,0,0,4,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16687,0,0,0,0,0,16768,0,0,0,'Talmar','Apprentice Leatherworker',NULL,0,30,30,0,1604,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16688,0,0,0,0,0,16776,0,0,0,'Lynalis','Leatherworking Trainer',NULL,8732,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16689,0,0,0,0,0,16803,0,0,0,'Zaralda','Leatherworking Supplies',NULL,0,30,30,0,1604,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16690,0,0,0,0,0,16755,0,0,0,'Rathin','Bag Vendor',NULL,0,30,30,0,1604,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16691,0,0,0,0,0,16819,0,0,0,'Noraelath','Leather Armor Merchant',NULL,0,30,30,0,1604,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16692,0,0,0,0,0,16774,0,0,0,'Tyn','Skinning Trainer',NULL,7842,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16693,0,0,0,0,0,16828,0,0,0,'Winthren','Shield Merchant',NULL,0,30,30,0,1604,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16694,0,0,0,0,0,16736,0,0,0,'Karen Wentworth','Arathi Basin Battlemaster',NULL,8255,61,61,0,1604,1048577,1,1.14286,1,1,123,177,0,115,4.6,2000,2000,8,832,2048,0,0,0,0,0,0,111,164,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16695,0,0,0,0,0,16737,0,0,0,'Gurak','Alterac Valley Battlemaster',NULL,8250,61,61,0,1604,1048577,1.48,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16696,0,0,0,0,0,16738,0,0,0,'Krukk','Warsong Gulch Battlemaster',NULL,8256,61,61,0,1604,1048577,1.48,1.14286,1,1,152,210,0,244,4.6,2000,2000,2,832,2048,0,0,0,0,0,0,120,179,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16697,0,0,0,0,0,15882,0,0,0,'Void Zone','',NULL,0,60,60,0,370,0,0.0001,1.14286,1,0,104,138,0,252,1,1000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,28865,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,2,'trigger_periodic',12340),(16698,29267,0,0,0,0,27943,0,0,0,'Corpse Scarab','',NULL,0,80,80,2,21,0,0.833332,1.14286,1,0,422,586,0,642,1,1000,0,1,0,2048,8,0,0,0,0,0,345,509,103,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(16699,20590,0,0,0,0,16580,0,0,0,'Shattered Hand Reaver',NULL,NULL,0,69,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,4.6,2000,1667,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,16699,0,0,0,0,0,0,0,15496,30485,30471,0,0,0,0,0,0,0,1007,1320,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(16700,20589,0,0,0,0,19275,0,0,0,'Shattered Hand Legionnaire',NULL,NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,4.6,2000,1667,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,16700,0,0,0,0,0,0,0,15615,30472,30485,0,0,0,0,0,0,0,1264,1655,'SmartAI',1,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(16701,0,0,0,0,0,16587,0,0,0,'Spirit of Summer',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(16702,0,0,0,0,0,16698,0,0,0,'Telia','Apprentice Jewelcrafter',NULL,0,30,30,0,1604,81,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,2,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16703,0,0,0,0,0,16699,0,0,0,'Amin','Apprentice Jewelcrafter',NULL,8379,30,30,0,1604,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16704,20594,0,0,0,0,16578,0,0,0,'Shattered Hand Sharpshooter',NULL,NULL,0,69,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,4.6,2000,1667,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,16704,0,0,0,0,0,0,0,19503,30481,15620,0,0,0,0,0,0,0,964,1264,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(16705,0,0,0,0,0,17220,0,0,0,'Altaa','Alchemy Supplies',NULL,0,30,30,0,1638,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16706,0,0,0,0,0,17497,0,0,0,'Musal','Alchemy Supplies & Reagents',NULL,0,30,30,0,1638,2176,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16707,0,0,0,0,0,17513,0,0,0,'Eoch','Auctioneer',NULL,0,30,30,0,1638,2097152,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16708,0,0,0,0,0,17478,0,0,0,'Dekin','Fishing Supplies',NULL,0,30,30,0,1638,128,1,1.14286,1,0,42,56,0,102,1,1500,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16709,0,0,0,0,0,18137,0,0,0,'Cuzi','Bag Vendor',NULL,0,30,30,0,1638,128,1,1.14286,1,0,39,52,0,96,1,1500,2000,2,512,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16710,0,0,0,0,0,17516,0,0,0,'Kellag','Banker',NULL,7808,30,30,0,1638,131073,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16712,0,0,0,0,0,17344,0,0,0,'Ganaar','Pet Trainer',NULL,4783,30,30,0,1638,19,1,1.14286,1,0,39,52,0,96,1,1500,2000,2,512,2048,0,0,3,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),(16713,0,0,0,0,0,17221,0,0,0,'Arras','Blacksmithing Supplies',NULL,0,45,45,0,1638,128,1,1.42857,1,0,76,100,0,184,1,2000,2000,1,32768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(16714,0,0,0,0,0,17510,0,0,0,'Ven','Blade Vendor',NULL,0,30,30,0,1638,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16715,0,0,0,0,0,17223,0,0,0,'Avelii','Bowyer',NULL,0,35,35,0,1638,4480,1,1.14286,1,0,49,64,0,118,1,1500,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16716,0,0,0,0,0,17514,0,0,0,'Gornii','Cloth Armor Merchant',NULL,0,30,30,0,1638,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16718,0,0,0,0,0,17506,0,0,0,'Phea','Cooking Supplies',NULL,0,30,30,0,1638,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16719,0,0,0,0,0,17496,0,0,0,'Mumman','Cook',NULL,5853,30,30,0,1638,83,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16721,0,0,0,0,0,16858,0,0,0,'Shalannius','Druid Trainer',NULL,7567,60,60,0,1638,51,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,512,2048,0,0,0,0,11,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16722,0,0,0,0,0,17482,0,0,0,'Egomis','Enchanting Supplies',NULL,0,30,30,0,1638,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16723,0,0,0,0,0,17490,0,0,0,'Lucc','Alchemy Trainer',NULL,8863,30,30,0,1638,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16724,0,0,0,0,0,17493,0,0,0,'Miall','Blacksmithing Trainer',NULL,0,30,30,0,1638,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16725,0,0,0,0,0,17498,0,0,0,'Nahogg','Enchanting Trainer',NULL,8866,30,30,0,1638,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16726,0,0,0,0,0,17502,0,0,0,'Ockil','Engineering Trainer',NULL,8867,30,30,0,1638,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16727,0,0,0,0,0,17505,0,0,0,'Padaar','Apprentice Jewelcrafter',NULL,8381,30,30,0,1638,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16728,0,0,0,0,0,17219,0,0,0,'Akham','Leatherworking Trainer',NULL,0,30,30,0,1638,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16729,0,0,0,0,0,17507,0,0,0,'Refik','Tailoring Trainer',NULL,8868,30,30,0,1638,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16731,0,0,0,0,0,17501,0,0,0,'Nus','First Aid Trainer',NULL,5855,30,30,0,1638,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16732,0,0,0,0,0,17503,0,0,0,'Onnis','General Goods',NULL,0,30,30,0,1638,384,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16733,0,0,0,0,0,17372,17373,17374,17375,'Exodar Peacekeeper',NULL,'Directions',7777,75,75,2,1639,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,32768,'',12340),(16734,0,0,0,0,0,17437,0,0,0,'Funaam','Guild Master',NULL,7484,55,55,0,1638,786433,1,1.42857,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16735,0,0,0,0,0,17495,0,0,0,'Muhaa','Gunsmith',NULL,0,30,30,0,1638,4480,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16736,0,0,0,0,0,17431,0,0,0,'Cemmorhan','Herbalism Trainer',NULL,0,30,30,0,1638,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16738,0,0,0,0,0,17434,0,0,0,'Deremiis','Hunter Trainer',NULL,7262,50,50,0,1638,51,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,512,2048,0,0,0,0,3,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16739,0,0,0,0,0,17246,0,0,0,'Caregiver Breel','Innkeeper',NULL,7497,30,30,0,1638,66179,1,1.14286,1,0,30,42,0,44,1,1500,1900,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(16740,0,0,0,0,0,17481,0,0,0,'Edrem','Apprentice Blacksmith',NULL,0,30,30,0,1638,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16741,0,0,0,0,0,17479,0,0,0,'Deriz','Apprentice Alchemist',NULL,0,30,30,0,1638,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16742,0,0,0,0,0,17489,0,0,0,'Kudrii','Apprentice Enchanter',NULL,10365,30,30,0,1638,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16743,0,0,0,0,0,17436,0,0,0,'Ghermas','Apprentice Engineer',NULL,0,30,30,0,1638,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16744,0,0,0,0,0,17480,0,0,0,'Driaan','Apprentice Jewelcrafter',NULL,0,30,30,0,1638,81,1.125,1.14286,1,0,42,56,0,102,1,1400,1900,1,0,2048,0,0,2,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16745,0,0,0,0,0,17485,0,0,0,'Feruul','Apprentice Leatherworker',NULL,0,30,30,0,1638,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16746,0,0,0,0,0,17487,0,0,0,'Kayaart','Apprentice Tailor',NULL,0,30,30,0,1638,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16747,0,0,0,0,0,17491,0,0,0,'Mahri','Leather Armor Merchant',NULL,0,30,30,0,1638,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16748,0,0,0,0,0,17440,0,0,0,'Haferet','Leatherworking Supplies',NULL,0,30,30,0,1638,128,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16749,0,0,0,0,0,17242,0,0,0,'Edirah','Mage Trainer',NULL,7264,60,60,0,1638,49,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,512,2048,0,0,0,0,8,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16750,0,0,0,0,0,17512,0,0,0,'Yil','Mail Armor Merchant',NULL,0,30,30,0,1638,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16751,0,0,0,0,0,17492,0,0,0,'Merran','Mining Supplies',NULL,0,30,30,0,1638,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16752,0,0,0,0,0,17494,0,0,0,'Muaat','Mining Trainer',NULL,7690,30,30,0,1638,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16753,0,0,0,0,0,17439,0,0,0,'Gotaan','Plate Armor Merchant',NULL,0,30,30,0,1638,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16755,0,0,0,0,0,17517,0,0,0,'Lunaraa','Portal Trainer',NULL,4824,30,30,0,1638,49,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,8,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16756,0,0,0,0,0,17247,0,0,0,'Caedmos','Priest Trainer',NULL,7265,60,60,1,1638,51,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,512,2048,0,0,0,0,5,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16757,0,0,0,0,0,17245,0,0,0,'Bildine','Reagents',NULL,0,30,30,0,1638,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16761,0,0,0,0,0,17225,0,0,0,'Baatun','Paladin Trainer',NULL,7260,60,60,0,1638,51,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,512,2048,0,0,0,0,2,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16762,0,0,0,0,0,17509,0,0,0,'Treall','Shield Merchant',NULL,0,30,30,0,1638,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16763,0,0,0,0,0,17508,0,0,0,'Remere','Skinning Trainer',NULL,7842,30,30,0,1638,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16764,0,0,0,0,0,17217,0,0,0,'Arthaid','Stable Master',NULL,9821,30,30,0,1638,4194305,1,1.14286,1,0,42,56,0,102,1,1500,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(16765,0,0,0,0,0,17483,0,0,0,'Ellomin','Blunt Weapon Merchant',NULL,0,30,30,0,1638,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16766,0,0,0,0,0,17486,0,0,0,'Issca','Tabard Vendor',NULL,9832,30,30,0,1638,129,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16767,0,0,0,0,0,17499,0,0,0,'Neii','Tailoring Supplies',NULL,0,30,30,0,1638,128,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16768,0,0,0,0,0,17500,0,0,0,'Nurguni','Tradesman',NULL,0,30,30,0,1638,130,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16769,0,0,0,0,0,18205,18207,18206,18208,'Firewing Warlock',NULL,NULL,0,63,64,1,16,0,1,1.14286,1,0,168,234,0,252,1,1500,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,16769,16769,0,0,0,0,0,0,0,32932,9613,33483,11962,0,0,0,0,0,0,897,1084,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16771,0,0,0,0,0,17212,0,0,0,'Ahonan','Warrior Trainer',NULL,7263,40,40,0,1638,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,1,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16772,0,0,0,0,0,18213,0,0,0,'Bonechewer Devastator',NULL,NULL,0,63,64,1,16,0,1,1.14286,1,0,194,274,0,272,1,1500,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,16772,16772,0,0,0,0,0,0,0,8646,30798,0,0,0,0,0,0,0,0,912,946,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16773,0,0,0,0,0,17216,0,0,0,'Handiir','Weapon Master',NULL,8591,30,30,0,1638,81,1,1.14286,1,0,42,56,0,102,1,1500,2000,1,512,2048,0,0,2,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16774,0,0,0,0,0,17293,0,0,0,'Erett','Fishing Trainer',NULL,5665,30,30,0,1638,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16775,0,0,0,0,0,16326,0,0,0,'Spirit of Mograine','The Ashbringer',NULL,0,73,73,1,21,0,1.48,1.14286,1,3,316,450,0,320,35,1333,1568,1,0,2048,0,0,0,0,0,0,278,413,58,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,120,2,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(16776,0,0,0,0,0,16327,0,0,0,'Spirit of Blaumeux',NULL,NULL,0,63,63,1,21,0,1,1.14286,1,3,181,253,0,268,35,2000,2000,1,2,2048,0,0,0,0,0,0,147,219,32,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,110,2,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(16777,0,0,0,0,0,16328,0,0,0,'Spirit of Zeliek',NULL,NULL,0,63,63,1,21,0,1,1.14286,1,3,181,253,0,268,35,2000,2000,1,2,2048,0,0,0,0,0,0,147,219,32,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,110,2,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(16778,0,0,0,0,0,16329,0,0,0,'Spirit of Korth\'azz',NULL,NULL,0,63,63,1,21,0,1,1.14286,1,3,181,253,0,268,35,2000,2000,1,2,2048,0,0,0,0,0,0,147,219,32,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,120,2,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(16779,0,0,0,0,0,1060,0,0,0,'Polymorphed Cow',NULL,NULL,0,3,3,0,190,0,0.91,1.14286,1,0,3,4,0,28,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,2,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(16780,0,0,0,0,0,16757,0,0,0,'Drathen','Fishing Trainer',NULL,5665,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16781,0,0,0,0,0,16412,16431,16413,16432,'Midsummer Celebrant','',NULL,9148,40,70,0,84,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16782,0,0,0,0,0,16830,0,0,0,'Yatheon','Engineering Supplies',NULL,0,30,30,0,1604,130,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16786,0,0,0,0,0,16336,0,0,0,'Argent Quartermaster','The Argent Dawn',NULL,0,55,55,0,794,129,1.125,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16787,0,0,0,0,0,16337,0,0,0,'Argent Outfitter','The Argent Dawn',NULL,0,55,55,0,814,0,1.125,1.14286,1,0,94,125,0,228,1,1400,1900,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16788,0,0,0,0,0,16334,16340,16338,16339,'Festival Flamekeeper','',NULL,0,60,60,1,35,2,1.48,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16789,0,0,0,0,0,16717,0,0,0,'Ranger Captain Venn\'ren','',NULL,7302,65,65,1,1604,3,1,1.14286,1,0,200,281,0,278,1,1500,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16790,0,0,0,0,0,16718,0,0,0,'Falconer Drenna Riverwind','',NULL,7308,63,63,0,1604,3,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16791,0,0,0,0,0,16719,0,0,0,'Ryathen the Somber','',NULL,7310,62,62,0,1604,3,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,32768,2048,0,0,0,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16792,0,0,0,0,0,16720,0,0,0,'Arcanist Calesthris Dawnstar','',NULL,7312,62,62,0,1604,3,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,32768,2048,0,0,0,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16793,0,0,0,0,0,16722,0,0,0,'Magistrix Carinda',NULL,NULL,7314,63,63,0,1604,3,1,1.14286,1,0,138,199,0,119,1,2000,2000,8,32768,2048,0,0,0,0,0,0,125,185,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16794,0,0,0,0,0,16071,0,0,0,'Apothecary Azethen','',NULL,7317,61,61,0,68,3,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16795,0,0,0,0,0,16721,0,0,0,'Draenei Prisoner','',NULL,0,60,60,0,35,0,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,768,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16796,0,0,0,0,0,16727,0,0,0,'Amaan the Wise','',NULL,7360,65,65,1,1638,3,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,512,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16797,0,0,0,0,0,16726,0,0,0,'Scout Vanura','',NULL,7391,60,60,0,1638,3,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16798,0,0,0,0,0,18441,0,0,0,'Provisioner Anir','Food & Drink Vendor',NULL,7396,60,60,0,1638,641,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16799,0,0,0,0,0,17818,0,0,0,'Ikan','',NULL,7393,62,62,0,1640,3,1,1,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16800,0,0,0,0,0,19706,0,0,0,'Grand Magister Rommath','',NULL,0,70,70,1,1602,0,1,1.14286,1,3,234,331,0,286,35,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70000,80000,'',0,3,1,200,20,1,0,0,0,0,0,0,0,0,1,617299967,0,'',12340),(16801,0,0,0,0,0,19707,0,0,0,'Halduron Brightwing','Ranger General',NULL,0,70,70,1,1602,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,100,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16802,0,0,0,0,0,17122,0,0,0,'Lor\'themar Theron','Regent Lord of Quel\'Thalas',NULL,7632,83,83,2,1602,3,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,36928,2048,0,0,0,0,0,0,365,529,98,7,76,0,0,0,0,0,0,0,0,0,59715,15284,33385,33384,0,0,0,0,0,0,700000,750000,'',0,3,1,400,30,1,1,0,0,0,0,0,0,0,1,617299967,0,'',12340),(16803,29941,0,0,0,0,16539,0,0,0,'Death Knight Understudy','','',0,82,82,2,21,0,1,1.14286,1,1,488,642,0,782,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,61696,29060,29061,0,0,0,0,0,0,'',0,3,1,30,2,1,0,22708,0,0,0,0,0,144,1,0,0,'boss_razuvious_minion',12340),(16804,0,0,0,0,0,16342,16344,16343,16345,'Night Elf Corpse','',NULL,0,12,15,0,80,0,1.125,1.14286,1,0,22,29,0,54,1,2000,1900,1,768,2048,32,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(16805,0,0,0,0,0,18824,18825,18826,0,'Broken Skeleton',NULL,NULL,0,64,65,1,21,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,6,0,16805,16805,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,239,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16806,0,0,0,0,0,16615,0,0,0,'Ebonlocke','The Noble',NULL,8175,70,70,1,35,1,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16807,20568,0,0,0,0,16628,0,0,0,'Grand Warlock Nethekurse',NULL,NULL,0,71,71,1,16,0,1.48,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,32,16807,16807,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,6493,8484,'',1,3,1,18.75,18.75,1,0,23735,0,0,0,0,0,150,1,617562111,0,'boss_grand_warlock_nethekurse',12340),(16808,20597,0,0,0,0,19799,0,0,0,'Warchief Kargath Bladefist',NULL,NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,4.6,1800,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,16808,16808,0,0,0,0,0,0,0,12328,25821,30739,0,0,0,0,0,0,0,6919,9041,'',1,3,1,22.75,1,1,0,23723,0,0,0,0,0,125,1,617562111,0,'boss_warchief_kargath_bladefist',12340),(16809,20596,0,0,0,0,18031,0,0,0,'Warbringer O\'mrogg',NULL,NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,4.6,1464,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,64,16809,16809,0,0,0,0,0,0,0,30633,30584,30600,0,0,0,0,0,0,0,6494,8486,'',1,3,1,20.75,1,1,0,30829,0,0,0,0,0,167,1,617562111,256,'boss_warbringer_omrogg',12340),(16810,0,0,0,0,0,18215,0,0,0,'Bonechewer Backbreaker',NULL,NULL,0,63,64,1,1697,0,1,0.85714,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,16810,16810,0,0,0,0,0,0,0,6742,9613,16583,0,0,0,0,0,0,0,795,929,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(16811,0,0,0,0,0,16617,0,0,0,'Sebastian','The Organist',NULL,8174,70,70,1,35,1,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16812,0,0,0,0,0,16616,0,0,0,'Barnes','The Stage Manager',NULL,7421,70,70,1,35,1,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_barnes',12340),(16813,0,0,0,0,0,16620,0,0,0,'Wravien','The Mage',NULL,8178,70,70,1,35,3,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16814,0,0,0,0,0,16618,0,0,0,'Gradav','The Warlock',NULL,8176,70,70,1,35,3,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16815,0,0,0,0,0,16627,0,0,0,'Kamsis','The Conjurer',NULL,8177,70,70,1,35,3,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16816,0,0,0,0,0,18720,0,0,0,'Echo of Medivh',NULL,NULL,8404,70,70,1,35,1,1,0.99206,1,3,252,357,0,304,35,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),(16817,0,0,0,0,0,16354,0,0,0,'Festival Loremaster','',NULL,7326,60,60,0,55,3,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16818,0,0,0,0,0,16355,0,0,0,'Festival Talespinner','',NULL,9298,60,60,1,29,3,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16819,0,0,0,0,0,16362,0,0,0,'Force Commander Danath Trollbane','Sons of Lothar',NULL,7352,65,65,1,1671,3,1,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,200,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16820,0,0,0,0,0,16410,0,0,0,'Lieutenant Amadi','',NULL,7329,60,60,0,1671,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16821,0,0,0,0,0,16364,0,0,0,'Magus Filinthus',NULL,NULL,0,60,60,0,1671,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16822,0,0,0,0,0,16365,0,0,0,'Flightmaster Krill Bitterhue','Gryphon Master',NULL,6944,65,65,0,1737,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16823,0,0,0,0,0,16366,0,0,0,'Humphry','Master Blacksmithing Trainer',NULL,7826,60,60,0,1671,4305,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16824,0,0,0,0,0,16367,0,0,0,'Master Sergeant Lorin Thalmerok','Stable Master',NULL,9821,58,58,0,1737,4194305,1,1.14286,1,0,93,123,0,228,1,2000,2000,2,0,2048,0,0,0,0,0,0,64,94,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(16825,0,0,0,0,0,16368,0,0,0,'Father Malgor Devidicus','',NULL,0,60,60,0,1667,2,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16826,0,0,0,0,0,16369,0,0,0,'Sid Limbardi','Innkeeper',NULL,7301,55,55,0,1667,66435,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16827,0,0,0,0,0,16370,0,0,0,'Honor Guard Wesilow','',NULL,8050,60,60,0,1671,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16828,0,0,0,0,0,16371,0,0,0,'Honor Guard Greyn',NULL,NULL,0,60,60,0,1671,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16829,0,0,0,0,0,16372,0,0,0,'Magus Zabraxis','Reagents',NULL,8002,60,60,0,1667,3203,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16830,0,0,0,0,0,16373,0,0,0,'Field Commander Romus','',NULL,7351,62,62,0,1671,3,1,1.14286,1,1,160,223,0,246,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16831,0,0,0,0,0,16374,16375,16376,16377,'Nethergarde Infantry',NULL,NULL,0,58,60,0,1671,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16832,0,0,0,0,0,16378,0,0,0,'Prospector Murantus','Explorers\' League',NULL,7328,61,61,0,55,3,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16833,0,0,0,0,0,17766,0,0,0,'Makuru','',NULL,7392,61,61,0,1640,3,1,1,1,0,152,210,0,244,1,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16834,0,0,0,0,0,16728,0,0,0,'Anchorite Obadei','',NULL,7390,65,65,1,1638,3,2.4,1.14286,1,0,186,260,0,262,1,2000,2000,2,512,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,54,1,0,2,'',12340),(16835,0,0,0,0,0,16379,16380,16381,16382,'Explorers\' League Archaeologist','Explorers\' League',NULL,0,54,56,0,55,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16836,0,0,0,0,0,17823,17824,0,0,'Escaped Dreghood',NULL,NULL,0,58,58,0,1640,0,1,1,1,0,93,123,0,228,1,2000,2000,2,0,2048,0,0,0,0,0,0,64,94,23,7,0,16836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,23460,0,0,0,0,0,0,1,0,0,'',12340),(16837,0,0,0,0,0,16383,0,0,0,'Foreman Biggums','',NULL,7865,61,61,0,1671,3,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16838,0,0,0,0,0,2528,341,2438,0,'Honor Hold Miner',NULL,NULL,0,53,55,0,1737,0,0.666668,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16839,0,0,0,0,0,16384,0,0,0,'Warp-Scryer Kryv','',NULL,0,62,62,0,1655,2,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16840,0,0,0,0,0,16385,0,0,0,'Advisor Sevel',NULL,NULL,0,60,60,0,534,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,256,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16841,0,0,0,0,0,16386,0,0,0,'Watch Commander Relthorn Netherwane','',NULL,7350,62,62,0,534,3,1,1.14286,1,1,160,223,0,246,4.6,2000,2000,2,320,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16842,0,0,0,0,0,16387,16388,16389,16390,'Honor Hold Defender','',NULL,0,59,60,0,1666,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16843,0,0,0,0,0,16391,16392,16393,16394,'Honor Hold Cavalryman',NULL,NULL,0,60,60,0,1666,0,1,2.28571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16844,0,0,0,0,0,16395,0,0,0,'Crust Burster',NULL,NULL,0,59,60,1,14,0,1,1,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,16844,0,0,0,0,0,0,0,0,32738,31747,37752,37751,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,32,2097152,'',12340),(16845,0,0,0,0,0,16396,0,0,0,'Gorkan Bloodfist','Mag\'har Captain',NULL,7375,68,68,1,1651,3,1.48,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,16845,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,524,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16846,0,0,0,0,0,16401,18498,0,0,'Mag\'har Grunt',NULL,NULL,0,61,61,0,1651,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,7,0,16846,16846,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,151,'SmartAI',1,3,1,1,1,1,0,23589,0,0,0,0,0,0,1,0,0,'',12340),(16847,0,0,0,0,0,16402,18497,0,0,'Debilitated Mag\'har Grunt',NULL,NULL,0,58,58,0,1651,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,7,0,16847,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,149,'SmartAI',1,3,1,1,1,1,0,23589,0,0,0,0,0,0,1,0,0,'',12340),(16848,0,0,0,0,0,19643,0,0,0,'Provisioner Braknar','',NULL,7373,61,61,1,1651,3,1.48,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16850,0,0,0,0,0,16403,0,0,0,'Gremni Longbeard','',NULL,7306,65,65,1,1671,3,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16851,0,0,0,0,0,16404,0,0,0,'Mirren Longbeard','',NULL,7307,65,65,1,1671,3,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16852,0,0,0,0,0,16742,0,0,0,'Sedai\'s Corpse','',NULL,0,65,65,1,1638,2,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,32,0,0,0,0,0,153,227,29,10,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16854,0,0,0,0,0,14272,0,0,0,'Eldinarcus',NULL,NULL,0,11,11,0,91,0,1,1.14286,1,4,14,18,0,40,1,2000,2000,2,0,2048,0,0,0,0,0,0,9,13,100,4,0,16854,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,19,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16855,0,0,0,0,0,16406,0,0,0,'Tregla',NULL,NULL,0,10,10,0,1643,0,1,0.857143,1,4,13,17,0,42,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,13,100,7,0,16855,16855,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,18,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(16856,0,0,0,0,0,16409,0,0,0,'Caretaker Dilandrus',NULL,NULL,7309,52,52,0,1667,1,1,1.14286,1,1,82,109,0,202,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,56,83,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16857,0,0,0,0,0,16395,0,0,0,'Marauding Crust Burster',NULL,NULL,0,59,60,1,14,0,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,16857,0,0,0,0,0,0,0,0,37752,31747,37751,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,32,2097152,'',12340),(16858,0,0,0,0,0,16411,0,0,0,'Grelag','',NULL,7348,53,55,0,1669,3,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16859,0,0,0,0,0,17546,0,0,0,'Dragonhawk Hatchling',NULL,NULL,0,2,2,0,190,3,1.125,1.14286,1,0,2,2,0,26,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16860,0,0,0,0,0,16682,0,0,0,'Jilanne',NULL,NULL,7313,9,9,0,1604,129,1,1.14286,1,0,8,12,0,16,1,1500,2000,8,4608,2048,0,0,0,0,0,0,8,11,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16862,0,0,0,0,0,16688,0,0,0,'Silanna',NULL,NULL,7316,8,8,0,1604,1,1,1.14286,1,0,10,13,0,32,1,1500,2000,2,4608,2048,0,0,0,0,0,0,6,9,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16863,0,0,0,0,0,18701,0,0,0,'Deranged Helboar',NULL,NULL,0,60,61,1,954,0,1,1.19048,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,3,0,16863,0,70160,0,0,0,0,0,0,8599,33908,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16864,0,0,0,0,0,16418,16419,16420,0,'Stormwind Infantry',NULL,NULL,0,57,58,0,1666,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16865,0,0,0,0,0,20741,20742,20740,0,'Injured Stormwind Infantry',NULL,NULL,0,57,58,0,1078,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16866,0,0,0,0,0,16421,0,0,0,'Injured Nethergarde Infantry',NULL,NULL,0,58,59,0,1667,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,64,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16867,0,0,0,22334,0,18862,0,0,0,'Shattered Hand Grunt',NULL,NULL,0,62,63,1,1662,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,16867,16867,0,0,0,0,0,0,0,11976,11978,0,0,0,0,0,0,0,0,169,225,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16870,0,0,0,22334,0,18861,0,0,0,'Shattered Hand Captain',NULL,NULL,0,62,63,1,1662,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,16870,16870,0,0,0,0,0,0,0,15496,33962,0,0,0,0,0,0,0,0,169,225,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16871,0,0,0,0,0,18849,0,0,0,'Bleeding Hollow Grunt',NULL,NULL,0,60,61,1,1662,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,7,0,16871,16871,0,0,0,0,0,0,0,8599,11976,0,0,0,0,0,0,0,0,159,1126,'SmartAI',1,3,1,1,1,1,0,30157,30425,0,0,0,0,0,1,0,0,'',12340),(16873,0,0,0,0,0,18851,0,0,0,'Bleeding Hollow Dark Shaman',NULL,NULL,0,60,61,1,1662,0,1,1.14286,1,0,152,210,0,244,1,2000,2000,2,32768,2048,0,0,0,0,0,0,120,179,25,7,0,16873,16873,0,0,0,0,0,0,0,6742,0,12550,21077,0,0,0,0,0,0,137,891,'SmartAI',1,3,1,1,1,1,0,30157,30425,0,0,0,0,0,1,0,0,'',12340),(16876,0,0,0,21161,0,18854,0,0,0,'Bonechewer Mutant',NULL,NULL,0,58,59,1,1662,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,7,0,16876,16876,0,0,0,0,0,0,0,34113,8599,34114,0,0,0,0,0,0,0,136,889,'SmartAI',1,3,1,1,1,1,0,30327,0,0,0,0,0,0,1,0,0,'',12340),(16878,0,0,0,22334,0,18859,0,0,0,'Shattered Hand Berserker',NULL,NULL,0,61,62,1,1662,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,16878,16878,0,0,0,0,0,0,0,35570,8599,0,0,0,0,0,0,0,0,168,1563,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16879,0,0,0,0,0,11410,0,0,0,'Starving Helboar',NULL,NULL,0,58,59,1,954,0,1,1.19048,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,3,0,16879,0,70160,0,0,0,0,0,0,33908,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,23214,0,0,0,0,0,0,1,0,0,'',12340),(16880,0,0,0,0,0,16572,0,0,0,'Hulking Helboar',NULL,NULL,0,61,62,1,954,0,1,1.19048,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,3,0,16880,0,70160,0,0,0,0,0,0,33909,33908,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,23214,23336,0,0,0,0,0,1,0,0,'',12340),(16884,0,0,0,0,0,14582,14338,14583,14337,'War Horse',NULL,NULL,0,55,56,0,1648,0,1,2.28571,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,2,'',12340),(16885,0,0,0,0,0,16429,0,0,0,'Amythiel Mistwalker',NULL,NULL,7331,63,63,0,635,3,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,0,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16886,0,0,0,0,0,16624,0,0,0,'Arator the Redeemer','',NULL,7320,61,61,0,1667,1,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16887,0,0,0,0,0,16428,0,0,0,'Eye of Honor Hold',NULL,NULL,0,48,49,0,1648,0,7.2,2.57143,1,0,83,110,0,200,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,57,84,19,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,217,1,0,2,'',12340),(16888,0,0,0,0,0,16430,0,0,0,'Mahuram Stouthoof',NULL,NULL,7332,62,62,0,1710,3,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16896,0,0,0,0,0,16449,16450,16451,0,'Honor Hold Archer',NULL,NULL,0,59,60,0,1666,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16897,0,0,0,0,0,16587,11686,0,0,'Honor Hold Target Dummy Middle',NULL,NULL,0,50,50,0,15,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,33554692,2048,0,0,0,0,0,0,58,86,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(16898,0,0,0,0,0,16587,11686,0,0,'Honor Hold Target Dummy Right',NULL,NULL,0,50,50,0,15,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,58,86,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(16899,0,0,0,0,0,16587,11686,0,0,'Honor Hold Target Dummy Left',NULL,NULL,0,50,50,0,15,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,58,86,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(16901,0,0,0,0,0,1145,0,0,0,'Blistering Rot',NULL,NULL,0,61,62,1,14,0,0.6,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,10,0,16901,16901,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.85,1,1,0,28500,0,0,0,0,0,44,1,0,0,'',12340),(16903,0,0,0,0,0,10029,0,0,0,'Blistering Oozeling',NULL,NULL,0,61,62,1,14,0,0.6,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,10,0,16903,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.05,0.1,1,0,23339,23340,23341,23342,0,0,44,1,0,64,'',12340),(16904,0,0,0,0,0,16502,16503,16504,16505,'Unyielding Footman',NULL,NULL,0,59,60,1,1664,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,6,0,16904,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,1231,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16905,0,0,0,0,0,16506,16507,0,0,'Unyielding Sorcerer',NULL,NULL,0,59,60,1,1664,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,6,0,16905,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,1172,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16906,0,0,0,0,0,18088,0,0,0,'Unyielding Knight',NULL,NULL,0,59,60,1,1664,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,16906,16906,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,1061,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16907,0,0,0,0,0,17741,0,0,0,'Bleeding Hollow Peon',NULL,NULL,0,59,59,1,1663,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,7,0,16907,16907,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1117,'SmartAI',1,3,1,1,1,1,0,30425,30157,31347,0,0,0,0,1,0,0,'',12340),(16911,0,0,0,0,0,19644,0,0,0,'Mag\'har Watcher',NULL,NULL,0,62,63,1,1651,0,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,16911,16911,0,0,0,0,0,0,0,11986,0,12550,0,0,0,0,0,0,0,143,192,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16912,0,0,0,0,0,18500,18501,0,0,'Mag\'har Hunter',NULL,NULL,0,62,63,1,1651,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,16912,16912,0,0,0,0,0,0,0,6660,0,12024,0,0,0,0,0,0,0,167,222,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16914,0,0,0,0,0,2582,11686,0,0,'[Unused] Marauding Crust Burster Visual',NULL,NULL,0,59,60,1,14,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(16915,0,0,0,0,0,16468,0,0,0,'Foreman Razelcraz',NULL,NULL,7878,60,60,0,35,3,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16916,0,0,0,0,0,15513,0,0,0,'Wretched Captive',NULL,NULL,0,4,5,0,35,0,1,0.85714,1,0,5,6,0,28,1,2000,2000,2,32768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(16917,0,0,0,0,0,16589,0,0,0,'Aurok','Armorsmith',NULL,0,5,5,0,1638,4224,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,4864,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16918,0,0,0,0,0,16610,0,0,0,'Jel','Cloth & Leather Merchant',NULL,0,5,5,0,1638,4224,1,1.14286,1,0,4,4,0,14,1,1500,2000,8,37632,2048,0,0,0,0,0,0,2,3,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16919,0,0,0,0,0,16613,0,0,0,'Mura','Weaponsmith',NULL,0,5,5,0,1638,4480,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,37632,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16920,0,0,0,0,0,16591,0,0,0,'Ryosh','General Supplies',NULL,0,5,5,0,1638,384,1,1.14286,1,0,4,4,0,14,1,1500,2000,8,37632,2048,0,0,0,0,0,0,2,3,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16921,0,0,0,0,0,16789,16791,16790,16792,'Ammen Vale Guardian',NULL,NULL,0,65,65,1,1639,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16922,0,0,0,0,0,14501,0,0,0,'Red Radiation Trigger','',NULL,0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(16923,0,0,0,0,0,17477,0,0,0,'Novice Ranger',NULL,NULL,0,7,7,0,1604,0,1,1.14286,1,0,8,11,0,30,1,1500,2000,2,4608,2048,0,0,0,0,0,0,5,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16924,0,0,0,0,0,16626,0,0,0,'Sergeant Kan\'ren','',NULL,7323,7,7,0,1604,3,1,1.14286,1,0,8,11,0,30,1,1500,2000,2,4608,2048,0,0,0,0,0,0,5,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16925,0,0,0,21161,0,16479,16478,0,0,'Bonechewer Raider',NULL,NULL,0,58,59,1,1662,0,1,1.38571,1,0,102,135,0,248,1,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,7,0,16925,16925,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1050,'SmartAI',1,3,1,1,1,1,0,30327,0,0,0,0,0,0,1,0,0,'',12340),(16927,0,0,0,0,0,19850,0,0,0,'Stonescythe Whelp',NULL,NULL,0,60,61,1,31,0,0.8,0.714286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,16927,16927,0,0,0,0,0,0,0,33896,0,0,0,0,0,0,0,0,0,159,212,'',1,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(16928,0,0,0,0,0,20069,0,0,0,'Stonescythe Ambusher',NULL,NULL,0,61,61,1,1873,0,1,0.99206,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,16928,16928,0,0,0,0,0,0,0,32732,33896,6409,0,0,0,0,0,0,0,159,213,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16929,0,0,0,0,0,20456,0,0,0,'Stonescythe Alpha',NULL,NULL,0,61,62,1,1873,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,16929,16929,0,0,0,0,0,0,0,32732,33911,33896,0,0,0,0,0,0,0,164,219,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16932,0,0,0,0,0,19844,0,0,0,'Razorfang Hatchling',NULL,NULL,0,59,60,1,14,0,1,0.99206,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,31,0,0,0,0,72,106,26,1,1,16932,0,70163,0,0,0,0,0,0,33781,0,0,0,0,0,0,0,11567,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16933,0,0,0,0,0,20309,0,0,0,'Razorfang Ravager',NULL,NULL,0,61,61,1,16,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,31,0,0,0,0,127,188,28,1,1,16933,0,70163,0,0,0,0,0,0,3242,0,0,0,0,0,0,0,13025,0,0,0,'SmartAI',1,3,1,1,1,1,0,23217,0,0,0,0,0,0,1,0,0,'',12340),(16934,0,0,0,0,0,20297,0,0,0,'Quillfang Ravager',NULL,NULL,0,62,63,1,14,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,31,0,0,0,0,147,219,32,1,1,16934,0,70163,0,0,0,0,0,0,33781,33968,0,0,0,0,0,0,11565,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16937,0,0,0,0,0,17824,0,0,0,'Dreghood Geomancer','',NULL,0,56,57,0,90,0,1,1,1,0,69,96,0,106,1,2000,2000,8,32768,2048,0,0,0,0,0,0,58,85,24,7,0,16937,16937,0,0,0,0,0,0,0,32734,34083,0,0,0,0,0,0,0,0,83,113,'SmartAI',0,3,1,1,1,1,0,23460,0,0,0,0,0,0,1,0,0,'',12340),(16938,0,0,0,0,0,17823,0,0,0,'Dreghood Brute',NULL,NULL,0,56,57,0,90,0,1,0.71429,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,16938,16938,0,0,0,0,0,0,0,31553,0,0,0,0,0,0,0,0,0,106,144,'SmartAI',1,3,1,1,1,1,0,23460,0,0,0,0,0,88,1,0,0,'',12340),(16939,0,0,0,0,0,18958,0,0,0,'Void Baron Galaxis',NULL,NULL,0,63,63,1,954,0,1.125,1.14286,1,0,181,253,0,268,1,1333,1568,1,0,2048,0,0,0,0,0,0,147,219,32,3,0,16939,0,0,0,0,0,0,0,0,34239,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,7,1,1,1,1,0,29162,0,0,0,0,0,51,1,0,0,'',12340),(16943,0,0,0,0,0,19168,0,0,0,'Cyber-Rage Forgelord',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,16943,16943,0,0,0,0,0,0,0,36255,8599,38920,0,0,0,0,0,0,0,199,265,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16944,0,0,0,0,0,19035,0,0,0,'Mo\'arg Doomsmith',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,16944,16944,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,265,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16945,0,0,0,0,0,18646,17207,0,0,'Mo\'arg Engineer',NULL,NULL,0,67,68,1,90,0,1.48,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,195,289,41,3,0,16945,16945,0,0,0,0,0,0,0,15976,32005,31705,0,0,0,0,0,0,0,918,1204,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16946,0,0,0,0,0,19035,0,0,0,'Mo\'arg Forgefiend',NULL,NULL,0,61,62,1,90,0,0.944444,0.95238,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,3,0,16946,16946,0,0,0,0,0,0,0,32735,36486,0,0,0,0,0,0,0,0,161,1272,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16947,0,0,0,0,0,18288,0,0,0,'Gan\'arg Servant',NULL,NULL,0,60,61,1,90,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,3,0,16947,16947,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,1298,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16948,0,0,0,0,0,19189,0,0,0,'Gan\'arg Engineer',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,16948,16948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,265,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16949,0,0,0,0,0,19190,0,0,0,'Gan\'arg Mekgineer',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,16949,16949,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,265,'SmartAI',1,3,1,1,1,1,0,31653,0,0,0,0,0,0,1,0,0,'',12340),(16950,0,0,0,0,0,6172,0,0,0,'Netherhound',NULL,NULL,0,58,58,1,1752,0,1,1.14286,1,0,93,123,0,228,1,2000,2000,2,0,2048,0,0,0,0,0,0,64,94,23,3,0,16950,0,70160,0,0,0,0,0,0,11981,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.4,0.4,1,0,28513,0,0,0,0,0,0,1,0,0,'',12340),(16951,0,0,0,0,0,18373,0,0,0,'Terrorfiend',NULL,NULL,0,61,62,1,90,0,1,1.38889,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,3,0,16951,16951,0,0,0,0,0,0,0,75,37488,0,0,0,0,0,0,0,0,138,185,'SmartAI',1,3,1,1,1,1,0,23269,0,0,0,0,0,0,1,0,0,'',12340),(16952,0,0,0,0,0,18193,0,0,0,'Anger Guard',NULL,NULL,0,67,68,1,90,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,3,0,16952,16952,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,259,'',1,3,1,1,1,1,0,31536,0,0,0,0,0,0,1,0,0,'',12340),(16954,0,0,0,0,0,18832,0,0,0,'Forge Camp Legionnaire',NULL,NULL,0,60,61,1,90,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,3,0,16954,16954,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,741,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16959,0,0,0,0,0,17446,0,0,0,'Dread Tactician',NULL,NULL,0,70,70,1,1752,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,3,0,16959,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,669,878,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16960,0,0,0,0,0,10070,0,0,0,'Sister of Grief',NULL,NULL,0,60,61,1,90,0,1,1.14286,1,0,152,210,0,244,1,2000,2000,2,32768,2048,0,0,0,0,0,0,120,179,25,3,0,16960,16960,0,0,0,0,0,0,0,21987,29490,34036,0,0,0,0,0,0,0,125,1257,'SmartAI',1,3,1,0.85,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16964,0,0,0,0,0,16484,0,0,0,'Warlord Morkh',NULL,NULL,0,61,61,1,1663,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,7,0,16964,16964,0,0,0,0,0,0,0,34080,34802,8599,0,0,0,0,0,0,0,159,844,'SmartAI',1,3,1,1,1,1,0,30158,0,0,0,0,0,0,1,0,0,'',12340),(16966,0,0,0,0,0,17005,0,0,0,'Haal\'eshi Windwalker',NULL,NULL,0,62,63,1,14,0,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,0,2048,0,0,0,0,0,0,133,196,26,7,0,16966,16966,0,0,0,0,0,0,0,32717,9532,0,0,0,0,0,0,0,0,145,195,'',1,3,1,1,1,1,0,23483,0,0,0,0,0,0,1,0,0,'',12340),(16967,0,0,0,0,0,16875,0,0,0,'Haal\'eshi Talonguard',NULL,NULL,0,62,63,1,14,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,16967,16967,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,222,'',1,3,1,1,1,1,0,23483,0,0,0,0,0,0,1,0,0,'',12340),(16968,0,0,0,0,0,16573,0,0,0,'Tunneler',NULL,NULL,0,61,62,1,14,0,1,1,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,10,0,16968,0,0,0,0,0,0,0,0,31747,32738,37752,37751,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,32,2097152,'',12340),(16971,0,0,0,0,0,16490,16492,16491,16493,'Injured Draenei','',NULL,0,3,5,0,1638,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,33024,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_injured_draenei',12340),(16972,0,0,0,0,0,16880,0,0,0,'Bonestripper Buzzard',NULL,NULL,0,58,59,1,14,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,7,0,0,0,0,70,103,25,1,1,16972,0,0,0,0,0,0,0,0,37012,0,0,0,0,0,0,0,12873,0,0,0,'SmartAI',1,3,1,1,1,1,0,23239,0,0,0,0,0,0,1,0,0,'',12340),(16973,0,0,0,0,0,17089,0,0,0,'Bonestripper Vulture',NULL,NULL,0,61,62,1,14,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,7,0,0,0,0,139,207,30,1,1,16973,0,0,0,0,0,0,0,0,32022,0,0,0,0,0,0,0,12874,0,0,0,'SmartAI',1,3,1,1,1,1,0,23387,0,0,0,0,0,0,1,0,0,'',12340),(16974,0,0,0,0,0,17081,0,0,0,'Rogue Voidwalker',NULL,NULL,0,60,61,1,954,0,1,1.14286,1.5,0,152,210,0,244,1,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,3,0,16974,0,0,0,0,0,0,0,0,33914,0,0,0,0,0,0,0,0,0,137,1313,'SmartAI',1,3,1,1,0.5,1,0,23218,0,0,0,0,0,0,1,0,0,'',12340),(16975,0,0,0,0,0,16634,0,0,0,'Uncontrolled Voidwalker',NULL,NULL,0,60,61,1,954,0,1,1.14286,1.5,0,152,210,0,244,1,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,3,0,16975,0,0,0,0,0,0,0,0,33914,33916,0,0,0,0,0,0,0,0,137,1166,'SmartAI',1,3,1,1,1,1,0,23352,23218,0,0,0,0,0,1,0,0,'',12340),(16976,0,0,0,0,0,16519,16520,16521,16518,'Ghostly Denizen',NULL,NULL,0,59,60,1,189,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,72,106,26,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(16977,0,0,0,0,0,16522,0,0,0,'Arch Mage Xintor',NULL,NULL,0,61,61,1,1664,0,1,1.14286,1,0,152,210,0,244,1,2000,1534,2,32768,2048,0,0,0,0,0,0,120,179,25,6,0,16977,0,0,0,0,0,0,0,0,10150,10202,0,0,0,0,0,0,0,0,159,805,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16978,0,0,0,0,0,16523,0,0,0,'Lieutenant Commander Thalvos',NULL,NULL,0,61,61,1,1664,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,6,0,16978,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,394,'SmartAI',1,3,1,1,1,1,0,28562,0,0,0,0,0,0,1,8388624,0,'',12340),(16980,0,0,0,0,0,11686,0,0,0,'The Lich King','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,1400,1900,1,33555200,2048,8,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16991,0,0,0,0,0,16588,0,0,0,'Thiah Redmane',NULL,NULL,7341,60,60,0,1710,3,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16992,0,0,0,0,0,19249,0,0,0,'Dreadtusk',NULL,NULL,0,61,62,1,90,0,1,1.19048,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,3,0,16992,0,70160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,23214,0,0,0,0,0,0,1,0,0,'',12340),(16993,0,0,0,0,0,16592,0,0,0,'Wounded Blood Elf Pilgrim',NULL,NULL,0,63,64,0,1604,2,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,512,2048,0,0,0,0,0,0,136,202,27,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wounded_blood_elf',12340),(16994,0,0,0,0,0,16593,0,0,0,'Draenei Anchorite','',NULL,0,62,62,1,84,0,1.4,1.14286,1,0,160,223,0,246,1,2000,1900,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,17137,17140,25431,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,50,1,0,2,'',12340),(16995,0,0,0,0,0,5187,11686,0,0,'Herald of the Lich King','',NULL,0,80,80,0,127,0,1.125,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(16996,0,0,0,0,0,16602,0,0,0,'Draenei Vindicator','',NULL,0,58,58,1,84,0,1.4,1.14286,1,0,93,123,0,228,1,3700,2000,2,0,2048,0,0,0,0,0,0,64,94,23,7,0,0,0,0,0,0,0,0,0,0,13005,33127,13874,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,50,1,0,0,'',12340),(16998,0,0,0,0,0,16622,0,0,0,'Mr. Bigglesworth','','',0,5,5,0,32,0,1,1.14286,1,0,5,7,0,32,1,2000,0,1,0,2048,8,0,0,0,0,0,3,4,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,100,1,0,0,'boss_naxxramas_misc',12340),(17000,0,0,0,0,0,15298,0,0,0,'Aggonis',NULL,NULL,0,63,63,1,14,0,1,1.14286,1,0,164,228,0,249,1,3000,2000,2,0,2048,0,0,0,0,0,0,133,196,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17001,0,0,0,0,0,2582,11686,0,0,'[Unused] Crust Burster Visual',NULL,NULL,0,59,60,1,14,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(17002,0,0,0,0,0,4177,0,0,0,'Angela \"The Claw\" Kestrel',NULL,NULL,8686,57,58,0,68,3,1,1.14286,1,0,93,123,0,228,1,2000,2000,2,4096,2048,0,0,0,0,0,0,64,94,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17003,0,0,0,0,0,8409,0,0,0,'Cinder Elemental','',NULL,0,60,60,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17004,0,0,0,0,0,850,0,0,0,'Jir\'see','Angela\'s Pet',NULL,0,54,55,0,68,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17005,0,0,0,0,0,16625,0,0,0,'Duelist Larenis','Weapon Master',NULL,7337,30,30,0,1604,81,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,2,0,0,0,26,38,16,7,134217728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17006,0,0,0,0,0,16636,0,0,0,'Elsaana',NULL,NULL,7343,58,58,0,1654,3,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17007,0,0,0,0,0,16639,0,0,0,'Lady Keira Berrybuck',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8.4,8,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(17008,0,0,0,0,0,16642,0,0,0,'Gul\'dan',NULL,NULL,0,70,70,0,7,0,1.72,1.14286,1,3,252,357,0,304,35,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,617299803,2,'',12340),(17014,0,0,0,0,0,18953,0,0,0,'Collapsing Voidwalker',NULL,NULL,0,61,62,1,954,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,3,0,17014,0,0,0,0,0,0,0,0,34259,34234,0,0,0,0,0,0,0,0,164,219,'SmartAI',1,3,1,1,1,1,0,29161,0,0,0,0,0,0,1,0,0,'',12340),(17015,0,0,0,0,0,16648,0,0,0,'Taleris Dawngazer','',NULL,7342,58,59,0,1604,3,1,1.14286,1,0,133,176,0,234,1,2000,2000,2,4096,2048,0,0,0,0,0,0,91,133,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17023,0,0,0,0,0,16656,16657,31661,31662,'Shadow Council Enforcer',NULL,NULL,0,60,60,0,14,0,1,1.14286,1,0,104,138,0,252,1,1400,1900,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17034,0,0,0,0,0,4615,0,0,0,'Female Kaliri Hatchling',NULL,NULL,0,62,62,1,73,0,1.4,1.42857,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,26,0,0,0,0,139,207,30,1,1,17034,0,0,0,0,0,0,0,8311,0,0,0,0,0,0,0,0,10705,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,23588,0,0,0,0,0,149,1,0,0,'',12340),(17035,0,0,0,0,0,4566,0,0,0,'Kaliri Matriarch',NULL,NULL,0,63,63,1,73,0,1.4,1.42857,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,26,0,0,0,0,147,219,32,1,1,17035,0,0,0,0,0,0,0,8311,0,0,0,0,0,0,0,0,10708,0,0,0,'SmartAI',1,4,1,1,1,1,0,23588,0,0,0,0,0,149,1,0,0,'',12340),(17038,0,0,0,0,0,16412,16433,0,0,'Stormwind Firebreather','',NULL,0,23,33,0,774,0,1.125,1.14286,1,0,46,61,0,112,1,2000,2000,1,33536,2048,0,0,0,0,0,0,32,47,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17039,0,0,0,0,0,6299,0,0,0,'Male Kaliri Hatchling',NULL,NULL,0,61,61,1,73,0,1.4,1.42857,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,26,0,0,0,0,127,188,28,1,1,17039,0,0,0,0,0,0,0,8311,0,0,0,0,0,0,0,0,10705,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,23588,0,0,0,0,0,149,1,0,0,'',12340),(17041,0,0,0,0,0,16436,16438,16445,16446,'Orgrimmar Fireeater','',NULL,0,59,60,1,775,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17046,0,0,0,0,0,16725,0,0,0,'Pilgrim Gal\'ressa',NULL,NULL,7345,58,59,0,1604,1,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,4096,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17047,0,0,0,0,0,11686,0,0,0,'Wretched Crate Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(17048,0,0,0,0,0,16434,16413,16447,16448,'Ironforge Firebreather','',NULL,0,1,60,0,774,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17049,0,0,0,0,0,16414,16435,0,0,'Darnassus Firebreather','',NULL,0,1,60,0,774,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17050,0,0,0,0,0,16445,16446,0,0,'Thunder Bluff Fireeater','',NULL,0,1,60,0,775,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17051,0,0,0,0,0,16443,16444,0,0,'Undercity Fireeater','',NULL,0,1,60,0,775,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17052,0,0,0,0,0,16729,0,0,0,'Rumatu',NULL,NULL,0,61,61,0,1654,0,1,1.14286,1,0,152,210,0,244,1,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17053,0,0,0,0,0,16724,0,0,0,'Kaliri Swooper',NULL,NULL,0,60,61,1,1738,0,1.4,1.42857,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,26,0,0,0,0,127,188,28,1,1,17053,0,0,0,0,0,0,0,8311,0,0,0,0,0,0,0,0,10709,0,0,0,'SmartAI',1,4,1,1,1,1,0,23588,0,0,0,0,0,149,1,0,0,'',12340),(17056,0,0,0,0,0,16732,16734,16733,16735,'Eversong Partygoer',NULL,NULL,7346,5,10,0,1604,1,1,1.14286,1,0,8,13,0,17,1,2000,2000,8,4608,2048,0,0,0,0,0,0,9,12,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17057,0,0,0,0,0,20554,0,0,0,'Blacktalon the Savage',NULL,NULL,0,63,63,1,1873,0,1,1.14286,1,1,181,253,0,268,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,7,0,17057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1252,1639,'SmartAI',1,3,1,5,1,1,0,23687,0,0,0,0,0,0,1,0,0,'',12340),(17058,0,0,0,0,0,18311,0,0,0,'Illidari Taskmaster',NULL,NULL,0,63,63,1,1813,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,3,0,17058,17058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,193,'SmartAI',1,3,1,0.8,1,1,0,29113,0,0,0,0,0,0,1,0,0,'',12340),(17059,0,0,0,0,0,3019,0,0,0,'Hellfire Combat Dummy',NULL,NULL,0,40,40,0,1095,0,1,1,1,0,56,74,0,136,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,39,57,14,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(17060,0,0,0,0,0,16741,0,0,0,'Hellfire Combat Dummy Small',NULL,NULL,0,40,40,0,1095,0,1,1,1,0,56,74,0,136,1,2000,1900,1,33554688,2048,0,0,0,0,0,0,39,57,14,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(17062,0,0,0,0,0,16743,0,0,0,'Fel Orc Corpse',NULL,NULL,0,60,60,0,35,2,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,537133824,2048,32,0,0,0,0,0,101,167,24,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17066,0,0,0,0,0,11686,0,0,0,'Ribbon Pole Debug Target','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17067,0,0,0,0,0,16784,0,0,0,'Phantom Hound',NULL,NULL,0,71,71,1,16,0,1.125,1.14286,1,0,299,426,0,308,1,1400,1900,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.4,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(17068,0,0,0,0,0,16786,0,0,0,'Chief Expeditionary Requisitioner Enkles',NULL,NULL,0,55,55,0,55,0,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17069,0,0,0,0,0,16793,0,0,0,'Emissary Whitebeard',NULL,NULL,0,55,55,0,35,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17070,0,0,0,0,0,16794,0,0,0,'Apothecary Quinard',NULL,NULL,0,55,55,0,68,0,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,17070,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17071,0,0,0,0,0,16805,0,0,0,'Technician Zhanaa','',NULL,7353,5,5,0,1638,3,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,37632,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17072,0,0,0,0,0,16806,0,0,0,'Emissary Gormok',NULL,NULL,0,55,55,0,35,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17073,0,0,0,0,0,16807,0,0,0,'Draenei Mourner',NULL,NULL,7355,1,5,0,1638,1,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17074,0,0,0,0,0,11686,0,0,0,'Cenarion Scout',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17076,0,0,0,0,0,16820,0,0,0,'Lady Liadrin','Blood Knight Matriarch',NULL,0,70,70,1,35,3,1,1.28968,1,3,234,331,0,286,35,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,200,10,1,0,0,0,0,0,0,0,199,1,617299803,0,'',12340),(17077,0,0,0,0,0,1236,0,0,0,'Ancestral Spirit Wolf','',NULL,0,60,60,0,775,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,116,1,0,2,'npc_ancestral_wolf',12340),(17079,0,0,0,0,0,16834,0,0,0,'General Kirika',NULL,NULL,0,60,60,0,29,2,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,17079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17080,0,0,0,0,0,16835,0,0,0,'Marshal Bluewall',NULL,NULL,0,60,60,0,55,2,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,17080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17083,20567,0,0,0,0,16839,0,0,0,'Fel Orc Convert',NULL,NULL,0,69,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,16507,17083,0,0,0,0,0,0,0,30478,0,0,0,0,0,0,0,0,0,353,466,'SmartAI',1,3,1,1.45,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(17084,0,0,0,0,0,18434,0,0,0,'Avruu',NULL,NULL,0,63,63,1,14,0,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,0,2048,0,0,0,0,0,0,133,196,26,7,0,17084,17084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,218,'SmartAI',1,3,1,1.2,1,1,0,23483,0,0,0,0,0,0,1,0,0,'',12340),(17085,0,0,0,0,0,14502,0,0,0,'Aeranas',NULL,NULL,0,63,63,1,35,2,1.125,1.14286,1,0,181,253,0,268,1,1333,1568,1,0,2048,0,0,0,0,0,0,147,219,32,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,149,1,0,0,'npc_aeranas',12340),(17086,0,0,0,0,0,4629,0,0,0,'Enraged Wraith',NULL,NULL,0,9,10,0,21,0,1.125,1.14286,1,0,8,13,0,17,1,1400,1900,8,0,2048,0,0,0,0,0,0,9,12,12,6,0,0,0,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.35,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),(17087,0,0,0,0,0,16840,0,0,0,'Spirit of the Vale',NULL,NULL,7376,70,70,1,35,3,1.55556,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17088,0,0,0,0,0,18130,18133,17988,18132,'Shadowy Summoner',NULL,NULL,7775,63,64,1,1750,1,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,17088,17088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,196,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17089,0,0,0,0,0,17598,0,0,0,'Firmanvaar','Shaman Trainer',NULL,7522,6,6,0,1638,51,1,1,1,0,6,8,0,29,1,2000,2000,2,37632,2048,0,0,0,0,7,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17090,0,0,0,0,0,11686,0,0,0,'Silithus Dust Turnin Quest Doodad','',NULL,0,1,1,0,35,0,1.1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17092,0,0,0,0,0,16846,0,0,0,'Advisor Duskingdawn',NULL,NULL,7358,24,24,0,1604,3,1,1.14286,1,0,25,34,0,36,1,2000,2000,8,32768,2048,0,0,0,0,0,0,22,31,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17093,0,0,0,0,0,16845,0,0,0,'Magistrix Elosai',NULL,NULL,0,27,27,0,1603,2,1,1.14286,1,0,36,47,0,86,1,2000,2000,2,4096,2048,0,0,0,0,0,0,24,36,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17094,0,0,0,0,0,16847,0,0,0,'Nemeth Hawkeye','Farstriders',NULL,0,30,32,0,1636,2,1,1.14286,1,0,42,55,0,100,1,2000,2000,2,4096,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17095,0,0,0,0,0,16848,0,0,0,'Balandar Brightstar','',NULL,0,36,37,0,1604,2,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,4096,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17096,0,0,0,0,0,16946,0,0,0,'Astral Flare',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,6,304,7.5,2000,2000,1,131072,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.33,1,1,0,0,0,0,0,0,0,129,1,650854271,2097408,'',12340),(17097,0,0,0,0,0,16849,0,0,0,'Advisor Sarophas',NULL,NULL,0,45,45,0,1604,2,1,1.14286,1,0,70,93,0,172,1,2000,2000,2,4096,2048,0,0,0,0,0,0,48,71,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17098,0,0,0,0,0,16850,0,0,0,'Ambassador Dawnsinger',NULL,NULL,7359,60,60,0,1604,3,1,1.14286,1,0,74,102,0,112,1,2000,1900,8,32768,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17099,0,0,0,0,0,16851,0,0,0,'Mehlar Dawnblade',NULL,NULL,7381,58,58,0,1604,3,1,1.14286,1,0,93,123,0,228,1,2000,2000,2,32768,2048,0,0,0,0,0,0,64,94,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17100,0,0,0,0,0,16852,0,0,0,'Advisor Sunsworn',NULL,NULL,7362,24,24,0,1604,3,1,1.14286,1,0,25,34,0,36,1,2000,2000,8,32768,2048,0,0,0,0,0,0,22,31,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17101,0,0,0,0,0,16853,0,0,0,'Diktynna','Fishing Trainer & Supplies',NULL,7361,9,9,0,1638,211,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,37632,2048,0,0,2,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17102,0,0,0,0,0,617,369,15926,1755,'Angry Murloc',NULL,NULL,0,5,6,0,18,0,1.125,1.14286,1,0,7,9,0,34,1,2000,2000,1,32768,2048,0,0,0,0,0,0,4,6,100,7,0,17102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,10,'SmartAI',1,3,1,1,1,1,0,23614,0,0,0,0,0,100,1,0,0,'',12340),(17103,0,0,0,0,0,16854,0,0,0,'Emissary Taluun',NULL,NULL,7363,60,60,0,1638,3,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17104,0,0,0,0,0,16855,0,0,0,'Anchorite Delan','',NULL,7364,24,24,0,1638,3,1,1.14286,1,0,32,43,0,78,1,2000,2000,2,32768,2048,0,0,0,0,0,0,22,32,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17105,0,0,0,0,0,16856,0,0,0,'Emissary Valustraa','Mage Trainer',NULL,7366,60,60,0,1638,51,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,32768,2048,0,0,0,0,8,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17106,0,0,0,0,0,16857,0,0,0,'Vindicator Palanaar','',NULL,7367,24,24,0,1638,3,1,1.14286,1,0,32,43,0,78,1,2000,2000,2,32768,2048,0,0,0,0,0,0,22,32,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17108,0,0,0,0,0,4157,4158,0,0,'Forsaken Raider',NULL,NULL,0,27,28,0,118,0,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,32768,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,6634,7992,0,0,0,0,0,0,0,0,40,57,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17109,0,0,0,0,0,16859,0,0,0,'Cersei Dusksinger','',NULL,7369,45,45,0,1604,3,1,1.14286,1,0,54,75,0,81,1,2000,2000,8,4096,2048,0,0,0,0,0,0,45,66,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17110,0,0,0,0,0,16860,0,0,0,'Acteon','Hunter Trainer',NULL,7368,10,10,0,1638,51,1,1.14286,1,0,12,16,0,38,1,2000,2000,2,32768,2048,0,0,0,0,3,0,8,12,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17111,0,0,0,0,0,632,0,0,0,'Captured Jaguar','',NULL,0,36,37,0,35,0,1.05,1.14286,1,0,51,68,0,124,1,1200,2000,1,512,2048,0,2,0,0,0,0,35,52,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.15,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(17112,0,0,0,0,0,16866,0,0,0,'Captured Tarantula','',NULL,0,40,41,0,35,0,1.05,1.14286,1,0,59,78,0,142,1,2000,2000,1,512,2048,0,3,0,0,0,0,41,60,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17113,0,0,0,0,0,831,0,0,0,'Captured Crocolisk','',NULL,0,38,39,0,35,0,1.05,1.14286,1,0,54,72,0,132,1,2000,2000,1,512,2048,0,6,0,0,0,0,37,55,13,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17114,0,0,0,0,0,16861,0,0,0,'Arugoo of the Stillpine','',NULL,0,8,8,0,774,2,0.666668,0.99206,1,0,10,14,0,38,1,2000,2000,1,32768,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17115,0,0,0,0,0,16863,0,0,0,'Cursed Lost One','',NULL,0,37,38,0,51,0,1.05,1.14286,1,0,49,65,0,120,1,2000,2000,2,0,2048,0,0,0,0,0,0,34,50,12,7,0,17115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,78,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17116,0,0,0,0,0,16862,0,0,0,'Exarch Menelaous','',NULL,7370,14,14,0,1638,3,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,32768,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17117,0,0,0,0,0,16864,0,0,0,'Injured Night Elf Priestess',NULL,NULL,0,5,5,0,80,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,33024,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17119,0,0,0,0,0,16865,0,0,0,'Ithania','',NULL,7371,36,37,0,1604,1,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,512,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17120,0,0,0,0,0,17213,0,0,0,'Behomat','Warrior Trainer',NULL,7263,60,60,0,1638,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,1,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17121,0,0,0,0,0,17227,0,0,0,'Kavaan','Paladin Trainer',NULL,7260,40,40,0,1638,49,1,1.14286,1,0,52,69,0,128,1,2000,2000,2,512,2048,0,0,0,0,2,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17122,0,0,0,0,0,17511,0,0,0,'Vord','Hunter Trainer',NULL,7262,60,60,0,1638,49,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,512,2048,0,0,0,0,3,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17123,0,0,0,0,0,16867,0,0,0,'Earthcaller Ryga',NULL,NULL,7372,63,63,1,1651,3,1.125,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17124,0,0,0,0,0,11686,0,0,0,'Captured Tarantula Trigger','',NULL,0,60,60,0,114,0,1.05,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(17125,0,0,0,0,0,11686,0,0,0,'Captured Jaguar Trigger','',NULL,0,60,60,0,114,0,1.05,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(17126,0,0,0,0,0,11686,0,0,0,'Captured Crocolisk Trigger','',NULL,0,60,60,0,114,0,1.05,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(17127,0,0,0,0,0,16868,0,0,0,'Anchorite Avuun','',NULL,7374,45,45,0,1694,3,1,1.14286,1,0,54,75,0,81,1,2000,2000,8,4096,2048,0,0,0,0,0,0,45,66,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17128,0,0,0,0,0,18377,0,0,0,'Windroc',NULL,NULL,0,64,65,1,7,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,26,0,0,0,0,166,246,35,1,1,17128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10711,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17129,0,0,0,0,0,18378,0,0,0,'Greater Windroc',NULL,NULL,0,66,67,1,14,0,2,1.38571,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,26,0,0,0,0,186,276,39,1,1,17129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10706,0,0,0,'',1,3,1,1,1,1,0,28667,0,0,0,0,0,142,1,0,0,'',12340),(17130,0,0,0,0,0,19219,0,0,0,'Talbuk Stag',NULL,NULL,0,64,65,1,31,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,1,0,17130,0,70063,0,0,0,0,0,0,32019,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17131,0,0,0,0,0,19220,0,0,0,'Talbuk Thorngrazer',NULL,NULL,0,65,66,1,7,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,1,0,17131,0,70063,0,0,0,0,0,0,32019,32020,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17132,0,0,0,0,0,19583,0,0,0,'Clefthoof Bull',NULL,NULL,0,65,66,1,14,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,1,0,17132,0,70167,0,0,0,0,0,0,32023,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17133,0,0,0,0,0,19581,0,0,0,'Aged Clefthoof',NULL,NULL,0,66,67,1,14,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,1,0,17133,0,70167,0,0,0,0,0,0,32021,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,28668,0,0,0,0,0,0,1,0,0,'',12340),(17134,0,0,0,0,0,11549,0,0,0,'Boulderfist Crusher',NULL,NULL,0,64,65,1,45,0,1,1.14286,1,0,200,281,0,278,1,3000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,17134,17134,0,0,0,0,0,0,0,2676,0,0,0,0,0,0,0,0,0,177,236,'SmartAI',1,3,1,1,1,1,0,25490,0,0,0,0,0,0,1,0,0,'',12340),(17135,0,0,0,0,0,18354,0,0,0,'Boulderfist Mystic',NULL,NULL,0,64,65,1,45,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,17135,17135,0,0,0,0,0,0,0,13281,11431,9532,0,0,0,0,0,0,0,153,205,'SmartAI',1,3,1,1,1,1,0,25490,0,0,0,0,0,0,1,0,0,'',12340),(17136,0,0,0,0,0,18356,0,0,0,'Boulderfist Warrior',NULL,NULL,0,65,66,1,45,0,1,1.14286,1,0,210,295,0,282,1,1800,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,17136,17136,0,0,0,0,0,0,0,31994,30798,0,0,0,0,0,0,0,0,180,240,'',1,3,1,1,1,1,0,25509,0,0,0,0,0,0,1,0,0,'',12340),(17137,0,0,0,0,0,18333,0,0,0,'Boulderfist Mage',NULL,NULL,0,65,66,1,45,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,17137,17137,0,0,0,0,0,0,0,6742,20795,9672,0,0,0,0,0,0,0,154,206,'',1,3,1,1,1,1,0,25509,0,0,0,0,0,0,1,0,0,'',12340),(17138,0,0,0,0,0,18357,0,0,0,'Warmaul Reaver',NULL,NULL,0,65,66,1,1693,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,17138,17138,0,0,0,0,0,0,0,15496,0,0,0,0,0,0,0,0,0,184,245,'',1,3,1,1,1,1,0,24502,0,0,0,0,0,0,1,0,0,'',12340),(17139,0,0,0,0,0,18349,0,0,0,'Windyreed Scavenger',NULL,NULL,0,64,65,1,51,0,1.11111,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,17139,17139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,241,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17141,0,0,0,0,0,18350,0,0,0,'Windyreed Wretch',NULL,NULL,0,64,65,1,51,0,1.11111,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,17141,17141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,205,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17142,0,0,0,0,0,17974,0,0,0,'Wrekt Warrior',NULL,NULL,0,64,65,1,1679,0,1,1,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,17142,17142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,239,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17143,0,0,0,0,0,17973,0,0,0,'Wrekt Seer',NULL,NULL,0,63,63,1,51,0,1,1,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,17143,17143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,196,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17144,0,0,0,0,0,20763,0,0,0,'Goretooth','',NULL,0,65,65,1,14,0,1.83,1.14286,1,4,200,281,0,278,1,1400,1900,1,0,2048,0,6,0,0,0,0,166,246,35,1,1,17144,0,70063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12925,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17146,0,0,0,21276,0,17966,17967,0,0,'Kil\'sorrow Spellbinder',NULL,NULL,0,66,67,1,16,0,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,128,17146,17146,0,0,0,0,0,0,0,22744,31999,34447,0,0,0,0,0,0,0,161,216,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17147,0,0,0,21276,0,17957,17963,0,0,'Kil\'sorrow Cultist',NULL,NULL,0,65,66,1,16,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,128,17147,17147,0,0,0,0,0,0,0,32000,16592,0,0,0,0,0,0,0,0,154,206,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17148,0,0,0,21276,0,17964,17965,0,0,'Kil\'sorrow Deathsworn',NULL,NULL,0,65,66,1,16,0,1,1.14286,1,0,210,295,0,282,1,3000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,128,17148,17148,0,0,0,0,0,0,0,31996,0,0,0,0,0,0,0,0,0,1100,1130,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17149,0,0,0,0,0,18365,0,0,0,'Vir\'aani Raider',NULL,NULL,0,65,66,1,1678,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,0,2048,0,0,0,0,0,0,161,240,29,7,0,17149,17149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,209,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17150,0,0,0,0,0,20988,0,0,0,'Vir\'aani Arcanist',NULL,NULL,0,66,67,1,1678,0,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,0,2048,0,0,0,0,0,0,170,253,31,7,0,17150,17150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,216,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17151,0,0,0,0,0,18288,0,0,0,'Gan\'arg Tinkerer',NULL,NULL,0,66,68,1,90,0,1,1.14286,1,0,214,301,0,276,1,1800,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,3,0,17151,17151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,216,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17152,0,0,0,0,0,15298,0,0,0,'Felguard Legionnaire',NULL,NULL,0,67,68,1,90,0,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,195,289,41,3,0,17152,17152,0,0,0,0,0,0,0,15496,32008,32009,0,0,0,0,0,0,0,1471,1926,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17153,0,0,0,0,0,5561,0,0,0,'Lake Spirit',NULL,NULL,0,64,65,1,91,0,1,1.28968,1,0,186,260,0,262,1,2000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,4,0,17153,0,0,0,0,0,0,0,0,34425,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17154,0,0,0,0,0,4907,0,0,0,'Muck Spawn',NULL,NULL,0,64,66,1,91,0,1,1.28968,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,4,0,17154,0,0,0,0,0,0,0,0,32013,21067,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,24469,0,0,0,0,0,0,1,0,0,'',12340),(17155,0,0,0,0,0,5562,0,0,0,'Lake Surger',NULL,NULL,0,65,66,1,91,0,1,1.28968,1,0,195,273,0,266,1,2400,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,4,0,17155,0,0,0,0,0,0,0,0,32012,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17156,0,0,0,0,0,17461,0,0,0,'Tortured Earth Spirit',NULL,NULL,0,64,65,1,91,0,1.55556,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,4,512,17156,0,80100,0,0,0,0,0,0,13728,3019,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17157,0,0,0,0,0,14506,0,0,0,'Shattered Rumbler',NULL,NULL,0,66,67,1,91,0,1.55556,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,4,512,17157,0,80100,0,0,0,0,0,0,33840,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17158,0,0,0,0,0,14503,0,0,0,'Dust Howler',NULL,NULL,0,64,65,1,91,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,4,0,17158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,27807,0,0,0,0,0,0,1,0,0,'',12340),(17159,0,0,0,0,0,10315,0,0,0,'Storm Rager',NULL,NULL,0,65,66,1,91,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,0,2048,0,0,0,0,0,0,161,240,29,4,0,17159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,27807,0,0,0,0,0,0,1,0,0,'',12340),(17160,0,0,0,0,0,18404,0,0,0,'Living Cyclone',NULL,NULL,0,66,66,1,91,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,0,2048,0,0,0,0,0,0,161,240,29,4,0,17160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,27807,0,0,0,0,0,0,1,0,0,'',12340),(17161,0,0,0,0,0,11686,0,0,0,'Blizzard (Shade of Aran)',NULL,NULL,0,73,73,1,14,0,1.8,0.64286,1,3,316,450,0,320,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,86,1,0,2,'',12340),(17167,0,0,0,0,0,5450,0,0,0,'Conjured Elemental','',NULL,0,73,73,1,16,0,1.71,1.14286,1,1,316,450,0,320,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,278,413,58,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.4,1,1,0,0,0,0,0,0,0,144,1,0,0,'npc_aran_elemental',12340),(17168,0,0,0,0,0,15435,1126,0,0,'Shade of Aran Teleport N',NULL,NULL,0,70,70,0,35,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17169,0,0,0,0,0,15435,1126,0,0,'Shade of Aran Teleport S',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17170,0,0,0,0,0,15435,1126,0,0,'Shade of Aran Teleport E',NULL,NULL,0,70,70,0,35,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17171,0,0,0,0,0,15435,1126,0,0,'Shade of Aran Teleport W',NULL,NULL,0,70,70,0,35,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17172,0,0,0,0,0,15435,1126,0,0,'Shade of Aran Teleport NE',NULL,NULL,0,70,70,0,35,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17173,0,0,0,0,0,15435,0,0,0,'Shade of Aran Teleport SE',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17174,0,0,0,0,0,15435,0,0,0,'Shade of Aran Teleport SW',NULL,NULL,0,70,70,0,35,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17175,0,0,0,0,0,15435,0,0,0,'Shade of Aran Teleport NW',NULL,NULL,0,70,70,0,35,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17176,0,0,0,0,0,15435,0,0,0,'Shade of Aran Teleport Center',NULL,NULL,0,70,70,0,35,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17178,0,0,0,0,0,1097,0,0,0,'Robotron 3000','',NULL,0,28,28,0,104,0,0.8,0.571429,1,0,39,53,0,96,1,2000,2000,1,768,2048,0,0,0,0,0,0,27,40,8,9,0,0,0,0,0,0,0,0,0,0,0,29992,0,0,0,0,0,0,9504,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,82,1,16384,2,'',12340),(17179,0,0,0,0,0,9588,0,0,0,'Restless Spirit of Earth',NULL,NULL,0,4,4,0,1681,0,1.55556,1.14286,1,0,4,5,0,30,1,2000,2000,1,0,2048,0,0,0,0,0,0,2,3,100,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17180,0,0,0,0,0,8714,0,0,0,'Spirit of Air',NULL,NULL,0,3,3,0,1680,0,1,1.14286,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,2,100,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17181,0,0,0,0,0,5561,0,0,0,'Spirit of Water',NULL,NULL,0,3,3,0,1680,0,1,1.28968,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,2,100,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17182,0,0,0,0,0,1070,0,0,0,'Spirit of Fire',NULL,NULL,0,3,3,0,1680,0,1,1.14286,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,2,100,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17183,0,0,0,0,0,1010,0,0,0,'Bristlelimb Furbolg',NULL,NULL,0,7,8,0,82,0,0.666668,0.85714,1,0,10,14,0,38,1,2000,2000,1,32768,2048,0,0,0,0,0,0,7,10,100,7,0,17183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,'',1,3,1,1,1,1,0,23801,0,0,0,0,0,100,1,0,0,'',12340),(17184,0,0,0,0,0,6821,0,0,0,'Bristlelimb Windcaller',NULL,NULL,0,7,9,0,82,0,0.666668,0.85714,1,0,8,12,0,16,1,2000,2000,8,32768,2048,0,0,0,0,0,0,8,11,11,7,0,17184,0,0,0,0,0,0,0,0,32131,31272,0,0,0,0,0,0,0,0,6,13,'SmartAI',1,3,1,1,1,1,0,23801,0,0,0,0,0,100,1,0,0,'',12340),(17185,0,0,0,0,0,5773,0,0,0,'Bristlelimb Ursa',NULL,NULL,0,8,9,0,82,0,0.666668,0.85714,1,0,11,15,0,40,1,3300,2000,1,32768,2048,0,0,0,0,0,0,8,11,100,7,0,17185,17185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,15,'',1,3,1,1,1,1,0,23801,0,0,0,0,0,100,1,0,0,'',12340),(17186,0,0,0,0,0,12238,0,0,0,'Deranged Owlbeast',NULL,NULL,0,8,9,0,14,0,1,0.857143,1,0,11,15,0,40,1,2000,2000,1,32768,2048,0,0,0,0,0,0,8,11,100,7,0,17186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,15,'',1,3,1,1,1,1,0,23789,0,0,0,0,0,100,1,0,0,'',12340),(17187,0,0,0,0,0,5927,0,0,0,'Aberrant Owlbeast',NULL,NULL,0,8,10,0,14,0,1,0.857143,1,0,12,16,0,38,1,2000,2000,2,32768,2048,0,0,0,0,0,0,8,12,100,7,0,17187,0,0,0,0,0,0,0,0,32415,0,0,0,0,0,0,0,0,0,8,15,'SmartAI',1,3,1,1,1,1,0,23789,0,0,0,0,0,100,1,0,0,'',12340),(17188,0,0,0,0,0,16266,0,0,0,'Raving Owlbeast',NULL,NULL,0,9,10,0,14,0,1,1.14286,1,0,13,17,0,42,1,1500,2000,1,32768,2048,0,0,0,0,0,0,9,13,100,7,0,17188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',1,3,1,1,1,1,0,23789,0,0,0,0,0,0,1,0,0,'',12340),(17189,0,0,0,0,0,16266,0,0,0,'Crazed Wildkin',NULL,NULL,0,9,10,0,1687,0,1,0.857143,1,0,13,17,0,42,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,13,100,7,0,17189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,17,'',1,3,1,1.15,1,1,0,23733,0,0,0,0,0,100,1,0,0,'',12340),(17190,0,0,0,0,0,983,0,0,0,'Siltfin Murloc',NULL,NULL,0,8,10,0,18,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,13,100,7,0,17190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,15,'',1,3,1,1,1,1,0,23849,0,0,0,0,0,0,1,0,0,'',12340),(17191,0,0,0,0,0,3619,0,0,0,'Siltfin Oracle',NULL,NULL,0,9,10,0,18,0,1,1.14286,1,0,8,13,0,17,1,2000,2000,8,32768,2048,0,0,0,0,0,0,9,12,12,7,0,17191,0,0,0,0,0,0,0,0,9739,12550,0,0,0,0,0,0,0,0,8,16,'SmartAI',1,3,1,1,1,1,0,23849,0,0,0,0,0,0,1,0,0,'',12340),(17192,0,0,0,0,0,486,0,0,0,'Siltfin Hunter',NULL,NULL,0,9,10,0,18,0,1,1.14286,1,0,12,16,0,38,1,2000,2000,2,32768,2048,0,0,0,0,0,0,8,12,100,7,0,17192,0,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,9,16,'SmartAI',1,3,1,1,1,1,0,23849,0,0,0,0,0,0,1,0,0,'',12340),(17193,0,0,0,0,0,4762,0,0,0,'Wrathscale Naga',NULL,NULL,0,7,8,0,74,0,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,32768,2048,0,0,0,0,0,0,7,10,100,7,0,17193,0,0,0,0,0,0,0,0,9080,0,0,0,0,0,0,0,0,0,6,13,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17194,0,0,0,0,0,5028,0,0,0,'Wrathscale Myrmidon',NULL,NULL,0,7,8,0,74,0,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,32768,2048,0,0,0,0,0,0,7,10,100,7,0,17194,0,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,6,13,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17195,0,0,0,0,0,4972,0,0,0,'Wrathscale Siren',NULL,NULL,0,7,8,0,74,0,1,1.14286,1,0,7,10,0,16,1,2000,2000,8,32768,2048,0,0,0,0,0,0,7,10,11,7,0,17195,0,0,0,0,0,0,0,0,31273,32984,0,0,0,0,0,0,0,0,6,13,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17196,0,0,0,0,0,17009,0,0,0,'Root Trapper',NULL,NULL,0,5,6,0,7,0,1,1.14286,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,100,4,0,17196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,23685,0,0,0,0,0,0,1,0,0,'',12340),(17197,0,0,0,0,0,12348,0,0,0,'Root Thresher',NULL,NULL,0,7,8,0,91,0,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,100,4,0,17197,0,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17199,0,0,0,0,0,16885,0,0,0,'Ravager Specimen',NULL,NULL,0,9,10,0,14,0,1,0.99206,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,31,0,0,0,0,9,13,100,1,1,17199,0,100002,0,0,0,0,0,0,13443,0,0,0,0,0,0,0,11594,0,0,0,'SmartAI',1,3,1,1,1,1,0,23845,0,0,0,0,0,0,1,0,0,'',12340),(17200,0,0,0,0,0,16872,0,0,0,'Moongraze Stag',NULL,NULL,0,5,6,0,7,0,0.8,0.85714,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,100,1,0,17200,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(17201,0,0,0,0,0,16873,0,0,0,'Moongraze Buck',NULL,NULL,0,7,8,0,7,0,0.8,1.42857,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,100,1,0,17201,0,17201,0,0,0,0,0,0,31274,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,23677,0,0,0,0,0,144,1,0,0,'',12340),(17202,0,0,0,0,0,6805,0,0,0,'Infected Nightstalker Runt',NULL,NULL,0,7,8,0,14,0,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,2,0,0,0,0,7,10,100,1,1,17202,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13366,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17203,0,0,0,0,0,3031,0,0,0,'Nightstalker',NULL,NULL,0,8,9,0,14,0,1,1.14286,1,0,11,15,0,40,1,1600,2000,1,0,2048,0,2,0,0,0,0,8,11,100,1,1,17203,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13368,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17204,0,0,0,0,0,17600,0,0,0,'Farseer Nobundo','Shaman Trainer',NULL,7377,70,70,1,1638,51,1,1,1,0,234,331,0,286,1,2000,2000,2,4096,2048,0,0,0,0,7,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17205,0,0,0,0,0,12129,0,0,0,'Temper',NULL,NULL,7378,70,70,1,35,3,1.48,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17206,0,0,0,0,0,12231,0,0,0,'Hauteur',NULL,NULL,0,10,10,0,14,0,1.125,1.14286,1,0,12,16,0,38,1,1400,1900,2,0,2048,0,0,0,0,0,0,8,12,100,4,0,17206,0,0,0,0,0,0,0,0,134,8050,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,23688,0,0,0,0,0,0,1,0,0,'',12340),(17208,0,0,0,0,0,2581,16925,0,0,'Chess Square, WHITE (DND)',NULL,NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17209,0,0,0,0,0,16908,0,0,0,'William Kielar','Spectral Gryphon Master',NULL,7379,60,60,0,35,1,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'npc_taxi',12340),(17210,0,0,0,0,0,12931,0,0,0,'Sentinel Leader',NULL,NULL,0,11,11,0,124,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,14,100,7,0,17210,17210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,20,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17211,0,0,0,0,0,16276,0,0,0,'Human Footman',NULL,NULL,7413,70,70,1,1690,1,2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,7.15717,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),(17212,0,0,0,0,0,17599,0,0,0,'Tuluun','Shaman Trainer',NULL,7467,15,15,0,1638,51,1,1,1,0,20,27,0,48,1,2000,2000,2,512,2048,0,0,0,0,7,0,14,21,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17213,0,0,0,0,0,16910,0,0,0,'Broom','','',0,1,1,0,7,0,1,0.85714,1,0,2,2,0,24,4.6,2000,2000,1,33587200,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(17214,0,0,0,0,0,16911,0,0,0,'Anchorite Fateema','First Aid Trainer',NULL,7380,8,8,0,1638,83,1,1.14286,1,0,10,13,0,32,1,2000,2000,2,32768,2048,0,0,2,0,0,0,6,9,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17215,0,0,0,0,0,16912,0,0,0,'Daedal','Alchemy Trainer',NULL,7384,10,10,0,1638,83,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,32768,2048,0,0,2,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17216,0,0,0,0,0,641,0,0,0,'Skittering Crawler',NULL,NULL,0,6,7,0,7,0,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,8,0,0,0,0,6,8,100,1,1,17216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13008,0,0,0,'',1,3,1,1,1,1,0,23757,0,0,0,0,0,0,1,0,0,'',12340),(17217,0,0,0,0,0,342,0,0,0,'Barbed Crawler',NULL,NULL,0,7,9,0,7,0,1,0.85714,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,8,0,0,0,0,8,11,100,1,1,17217,0,0,0,0,0,0,0,0,31271,0,0,0,0,0,0,0,13009,0,0,0,'SmartAI',1,3,1,1,1,1,0,23757,0,0,0,0,0,100,1,0,0,'',12340),(17218,0,0,0,0,0,16913,0,0,0,'Huraan',NULL,NULL,0,32,33,0,1638,2,1,1.14286,1,0,43,57,0,104,1,2000,2000,2,4096,2048,0,0,0,0,0,0,29,43,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17219,0,0,0,0,0,16914,0,0,0,'Sulaa','Shaman Trainer',NULL,7357,50,50,0,1638,51,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,512,2048,0,0,0,0,7,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17220,0,0,0,0,0,12231,0,0,0,'Hauteur Reborn',NULL,NULL,0,12,12,0,35,0,1.125,1.14286,1,0,16,21,0,42,1,1400,1900,2,0,2048,0,0,0,0,0,0,10,15,100,4,0,0,0,0,0,0,0,0,0,0,134,8050,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17222,0,0,0,0,0,16912,0,0,0,'Artificer Daelo','Engineering Trainer',NULL,7383,18,18,0,1638,211,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,32768,2048,0,0,2,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17223,0,0,0,0,0,16917,0,0,0,'Ambassador Rualeth',NULL,NULL,7386,43,45,0,1638,3,1,1.14286,1,0,70,93,0,172,1,2000,2000,2,0,2048,0,0,0,0,0,0,48,71,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17224,0,0,0,0,0,16918,0,0,0,'Keltus Darkleaf',NULL,NULL,0,10,10,0,1636,2,1.125,1.14286,1,0,13,17,0,42,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17225,0,0,0,0,0,18062,0,0,0,'Nightbane',NULL,NULL,0,73,73,1,103,0,5.6,4,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,108,17225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110755,144638,'',0,3,1,122.5,20,1,0,31751,24139,0,0,0,0,255,1,617299803,259,'boss_nightbane',12340),(17226,0,0,0,0,0,16926,0,0,0,'Viera Sunwhisper','',NULL,7387,63,63,0,1604,3,1.2,0.71429,1,0,138,199,0,119,1,2000,2000,8,32768,2048,0,0,0,0,0,0,125,185,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,91,1,0,2,'',12340),(17228,0,0,0,0,0,16921,16922,16923,16924,'Draenei Artificer','',NULL,7382,5,8,0,1638,1,1,1.14286,1,0,10,13,0,32,1,2000,2000,2,32768,2048,0,0,0,0,0,0,6,9,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17229,0,0,0,0,0,20364,0,0,0,'Kil\'rek','',NULL,0,70,70,1,16,0,1,1.14286,1,1,248,363,0,135,7.5,2000,2000,8,64,2048,0,0,0,0,0,0,233,347,28,3,8,0,0,0,0,0,0,0,0,0,30053,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8.4,5,1,0,0,0,0,0,0,0,0,1,0,0,'npc_kilrek',12340),(17230,0,0,0,0,0,9990,0,0,0,'Twinkle',NULL,NULL,0,1,1,0,188,0,0.8,0.71429,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,90,1,0,2,'',12340),(17231,0,0,0,0,0,169,11686,0,0,'Garden Gas','',NULL,0,80,80,2,114,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(17232,0,0,0,0,0,16928,0,0,0,'Cryptographer Aurren','',NULL,0,13,13,0,1638,2,1,1.14286,1,0,17,23,0,44,1,2000,2000,2,32768,2048,0,0,0,0,0,0,11,17,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17233,0,0,0,0,0,16929,0,0,0,'Ghost of Uther Lightbringer','Knights of the Silver Hand',NULL,0,70,70,1,35,0,1,1.14286,1,3,234,331,0,286,35,2000,1568,2,33600,2048,0,0,0,0,0,0,198,295,33,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,300,15,1,0,0,0,0,0,0,0,0,1,617299803,2,'',12340),(17234,0,0,0,0,0,1126,11686,0,0,'[Unused] Tunneler Visual',NULL,NULL,0,70,70,1,1692,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17235,0,0,0,0,0,28253,0,0,0,'Witch Doctor Mai\'jin','',NULL,0,46,46,0,654,0,1,1.14286,1,0,72,95,0,176,1,2000,2000,2,32768,2048,0,0,0,0,0,0,49,72,16,7,0,17235,0,0,0,0,0,0,0,0,0,8188,0,0,0,0,0,0,0,0,74,102,'',1,3,1,1.1,1,1,0,9259,9320,0,0,0,0,0,1,0,0,'',12340),(17236,0,0,0,0,0,955,0,0,0,'Tcha\'kaz','',NULL,0,43,44,0,654,0,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,0,2048,0,3,0,0,0,0,49,73,16,1,1,17236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13122,0,0,0,'',1,1,1,1.2,1,1,0,9322,0,0,0,0,0,0,1,0,0,'',12340),(17238,0,0,0,0,0,16930,0,0,0,'Anchorite Truuen',NULL,NULL,7385,58,58,0,1638,3,1,1.14286,1,0,71,98,0,107,1,2000,2000,8,32768,2048,0,0,0,0,0,0,59,87,24,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_anchorite_truuen',12340),(17240,0,0,0,0,0,16931,0,0,0,'Admiral Odesyus','Alliance Naval Command',NULL,7399,60,60,1,12,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17241,0,0,0,0,0,16932,0,0,0,'Priestess Kyleen Il\'dinare',NULL,NULL,7398,20,20,0,80,3,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,36864,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17242,0,0,0,0,0,16933,0,0,0,'Archaeologist Adamant Ironheart','Explorers\' League',NULL,7400,14,14,0,55,3,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,36864,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17243,0,0,0,0,0,16934,0,0,0,'Engineer \"Spark\" Overgrind','Envoy of Mekkatorque',NULL,7426,9,9,0,875,1,1,1.14286,1,0,11,15,0,34,1,2000,2000,2,36864,2048,0,0,0,0,0,0,7,11,100,7,0,17243,0,0,0,0,0,0,0,0,7978,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,23899,0,0,0,0,0,0,1,0,2,'npc_engineer_spark_overgrind',12340),(17244,0,0,0,0,0,2441,0,0,0,'Alliance Axeman',NULL,NULL,0,9,13,0,12,0,0.666668,1.14286,1,0,18,24,0,48,1,2000,2000,1,36864,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17245,0,0,0,0,0,16936,0,0,0,'Blacksmith Calypso','Blacksmithing Trainer & Supplies',NULL,7389,8,8,0,55,4305,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,36864,2048,0,0,2,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17246,0,0,0,0,0,16947,0,0,0,'\"Cookie\" McWeaksauce','Cooking Trainer & Supplies',NULL,7388,8,8,0,12,211,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,36864,2048,0,0,2,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17247,0,0,0,0,0,89,0,0,0,'Alliance Logger',NULL,NULL,0,9,13,0,12,0,0.666668,1.14286,1,0,18,24,0,48,1,2000,2000,1,36864,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17248,0,0,0,0,0,20367,0,0,0,'Demon Chains','',NULL,0,70,70,1,14,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_demon_chain',12340),(17249,0,0,0,0,0,16941,0,0,0,'Landro Longshot','The Black Flame',NULL,7394,60,60,0,35,1,1,0.99206,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17250,0,0,0,0,0,6298,0,0,0,'Jia',NULL,NULL,0,1,1,0,188,0,0.8,0.71429,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,90,1,0,2,'',12340),(17251,0,0,0,0,0,16723,0,0,0,'Blackbeak',NULL,NULL,0,1,1,0,188,0,0.8,0.71429,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,90,1,0,2,'',12340),(17252,0,0,0,0,0,14255,0,0,0,'Felguard','','',0,80,80,2,90,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,29,0,0,0,0,341,506,80,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,0.77,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(17253,0,0,0,0,0,11686,0,0,0,'Defile Uther\'s Tomb Trigger','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(17255,0,0,0,0,0,16943,0,0,0,'Hippogryph Hatchling',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(17256,0,0,0,0,0,9865,9609,0,0,'Hellfire Channeler','',NULL,0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,20,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,7,108,17370,17256,0,0,0,0,0,0,0,30510,30530,30531,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,25.2,300,1,0,0,0,0,0,0,0,0,1,604057215,0,'',12340),(17257,0,0,0,0,0,18527,0,0,0,'Magtheridon',NULL,NULL,0,73,73,1,14,0,1.3,1.14286,1,3,316,450,0,320,60,2000,2000,1,33554752,2048,0,0,0,0,0,0,278,413,58,3,108,17257,0,0,0,0,0,0,0,0,0,30619,26662,30616,0,0,0,0,0,0,391255,510938,'',0,3,1,444.5,1,1,0,0,0,0,0,0,0,164,1,650854271,2097153,'boss_magtheridon',12340),(17259,18053,0,0,0,0,17052,0,0,0,'Bonechewer Hungerer',NULL,NULL,0,60,61,1,16,0,1,1.14286,1,1,159,221,0,258,4.6,1200,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,17259,17259,0,0,0,0,0,0,0,16244,6713,14516,0,0,0,0,0,0,0,1289,1688,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17260,0,0,0,0,0,1126,15435,0,0,'Nightbane Helper Target',NULL,NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17262,0,0,0,0,0,4615,0,0,0,'Captive Female Kaliri',NULL,NULL,0,1,1,0,188,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,768,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,90,1,0,2,'',12340),(17263,0,0,0,0,0,16286,16287,16288,16289,'Recovering Pilgrim',NULL,NULL,0,57,60,0,1658,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4096,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17264,18054,0,0,0,0,17049,0,0,0,'Bonechewer Ravener',NULL,NULL,0,60,61,1,16,0,1,1.14286,1,1,159,221,0,258,4.6,1200,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,17259,17264,0,0,0,0,0,0,0,30621,30798,0,0,0,0,0,0,0,0,1289,1688,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17265,0,0,0,0,0,9510,0,0,0,'Fiendish Portal','',NULL,0,1,1,1,14,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.007,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_fiendish_portal',12340),(17266,0,0,0,0,0,17158,0,0,0,'Riding Turtle',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(17267,0,0,0,0,0,16944,0,0,0,'Fiendish Imp','',NULL,0,69,70,1,16,0,1.125,1.14286,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,3,8,0,0,0,0,0,0,0,0,0,30050,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.63,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_fiendish_imp',12340),(17268,0,0,0,0,0,16945,0,0,0,'Image of Technician Zhanaa',NULL,NULL,0,5,5,0,1638,0,1.125,1.14286,1,0,5,7,0,32,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17269,18049,0,0,0,0,17044,0,0,0,'Bleeding Hollow Darkcaster',NULL,NULL,0,60,61,1,16,0,1,1.14286,1,1,123,177,0,115,4.6,2000,2000,8,32832,2048,0,0,0,0,0,0,111,164,25,7,0,17259,17269,0,0,0,0,0,0,0,36808,15241,0,0,0,0,0,0,0,0,949,1244,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17270,18048,0,0,0,0,17050,0,0,0,'Bleeding Hollow Archer',NULL,NULL,0,60,61,1,16,0,1,1.14286,1,1,152,210,0,244,4.6,1200,2000,2,32832,2048,0,0,0,0,0,0,120,179,25,7,0,17259,17270,0,0,0,0,0,0,0,30614,18651,0,0,0,0,0,0,0,0,1034,1355,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17271,18052,0,0,0,0,17043,0,0,0,'Bonechewer Destroyer',NULL,NULL,0,60,61,1,16,0,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,17259,17271,0,0,0,0,0,0,0,10101,16856,0,0,0,0,0,0,0,0,1289,1688,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17272,0,0,0,0,0,1070,0,0,0,'Flaming Aspect',NULL,NULL,0,13,15,0,35,0,1.125,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17274,0,0,0,0,0,5585,13069,0,0,'Temper\'s Target',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(17275,0,0,0,0,0,13444,0,0,0,'Aqueous','',NULL,7417,70,70,1,35,3,1.48,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17276,0,0,0,0,0,5561,0,0,0,'Watery Aspect','',NULL,0,33,35,0,35,0,1.125,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17277,0,0,0,0,0,16948,0,0,0,'Provisioner Valine','Food & Drink',NULL,7880,62,62,0,1604,641,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,32768,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17278,0,0,0,0,0,16952,355,16951,0,'Venture Co. Saboteur',NULL,NULL,0,6,7,0,14,0,1,0.85714,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,100,7,0,17278,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,12,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(17279,0,0,0,0,0,16950,16949,0,0,'Venture Co. Gemologist',NULL,NULL,0,6,7,0,14,0,1,0.85714,1,0,8,11,0,30,1,2000,2000,2,0,2048,0,0,0,0,0,0,5,8,100,7,0,17279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,11,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(17280,18059,0,0,0,0,14334,0,0,0,'Shattered Hand Warhound',NULL,NULL,0,59,59,1,24,0,1,1.38571,1,0,102,135,0,248,4.6,1500,2000,1,0,2048,0,1,0,0,0,0,70,103,25,1,1,17259,0,70062,0,0,0,0,0,0,30639,30636,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17281,18055,0,0,0,0,17732,0,0,0,'Bonechewer Ripper',NULL,NULL,0,61,61,1,16,0,1,1.14286,1,1,159,221,0,258,4.6,1200,1534,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,17259,17281,0,0,0,0,0,0,0,18501,0,0,0,0,0,0,0,0,0,2523,3300,'SmartAI',1,3,1,3.2,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'',12340),(17282,0,0,0,0,0,16954,16955,16957,16956,'Falcon Watch Ranger','',NULL,0,68,68,1,1656,0,1,1.14286,1,0,214,301,0,276,1,1500,2000,2,4096,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17283,0,0,0,0,0,25872,0,0,0,'Astral Spark','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,6,304,1,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.175,1,1,0,0,0,0,0,0,0,94,1,0,0,'',12340),(17285,0,0,0,0,0,5866,0,0,0,'Ragnarose','Cookie\'s Parrot',NULL,0,5,5,0,12,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,4864,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17287,0,0,0,0,0,16959,0,0,0,'Sentinel Luciel Starwhisper','Silverwing Sentinels',NULL,7405,30,30,0,1076,3,1,1.14286,1,1,42,56,0,102,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17290,0,0,0,0,0,16963,0,0,0,'Captain Alina','',NULL,0,60,60,0,1667,3,1.25,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,'NullCreatureAI',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17291,0,0,0,0,0,16962,0,0,0,'Architect Nemos','',NULL,7404,30,30,0,1638,3,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,0,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17293,0,0,0,0,0,15435,0,0,0,'Plague Wave','',NULL,0,60,60,0,14,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17296,0,0,0,0,0,16967,0,0,0,'Captain Boneshatter','',NULL,0,60,60,0,1669,3,1.25,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,'NullCreatureAI',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17298,0,0,0,0,0,6763,0,0,0,'Warlord Sriss\'tiz',NULL,NULL,0,10,10,0,74,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,13,100,7,0,17298,0,0,0,0,0,0,0,0,31275,0,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17299,0,0,0,0,0,16970,21732,21733,21734,'Crashin\' Thrashin\' Robot',NULL,NULL,0,1,1,0,1682,0,1,0.5,1,0,2,2,0,24,1,1400,1900,1,256,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,78,1,16384,0,'',12340),(17300,0,0,0,0,0,8610,0,0,0,'Gorgannon',NULL,NULL,0,32,32,0,90,0,1.05,1.14286,1,0,42,55,0,100,1,2000,2000,2,0,2048,0,0,0,0,0,0,29,42,9,3,0,17300,17300,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,48,67,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17303,0,0,0,0,0,16971,0,0,0,'Vindicator Vedaar','Hand of Argus',NULL,7407,30,30,0,1694,3,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,32768,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17304,0,0,0,0,0,0,16973,0,0,'Overseer Gorthak',NULL,NULL,0,29,29,0,83,0,1.05,1.14286,1,0,41,54,0,100,1,2000,2000,1,32768,2048,0,0,0,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17305,0,0,0,0,0,2581,16925,0,0,'Chess Square, BLACK (DND)',NULL,NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17306,18436,0,0,0,0,18236,0,0,0,'Watchkeeper Gargolmar',NULL,NULL,0,62,62,1,16,0,1,1.14286,1,1,172,240,0,262,9,1200,2000,1,64,2048,0,0,0,0,0,0,139,207,30,7,0,17306,17306,0,0,0,0,0,0,0,32154,30641,34645,22857,0,0,0,0,0,0,4352,5689,'',0,3,1,6.25,1,1,0,23881,0,0,0,0,0,0,1,650854271,2097152,'boss_watchkeeper_gargolmar',12340),(17307,18435,0,0,0,0,18944,0,0,0,'Vazruden the Herald',NULL,NULL,0,62,62,1,40,0,4,2.5,1,1,172,240,0,262,4.6,2000,2000,1,2,2048,0,0,0,0,0,0,139,207,30,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,6.25,1,1,0,23901,0,0,0,0,0,216,1,0,0,'boss_vazruden_the_herald',12340),(17308,18433,0,0,0,0,18237,0,0,0,'Omor the Unscarred',NULL,NULL,0,62,62,1,90,0,2,1.42857,1,1,160,223,0,246,9,2000,2000,2,64,2048,0,0,0,0,0,0,129,191,26,3,0,17308,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,3587,4690,'',1,3,1,14,5,1,0,23886,0,0,0,0,0,151,1,650854271,2097152,'boss_omor_the_unscarred',12340),(17309,18058,0,0,0,0,17051,0,0,0,'Hellfire Watcher','Watchkeeper\'s Subordinate',NULL,0,59,59,1,16,0,1,1.14286,1,1,72,100,0,110,4.6,1200,2000,8,64,2048,0,0,0,0,0,0,60,88,25,7,0,17259,17309,0,0,0,0,0,0,0,8362,14032,12039,0,0,0,0,0,0,0,1075,1408,'SmartAI',1,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17310,0,0,0,0,0,16975,0,0,0,'Gnarl','Ancient of War',NULL,8080,40,40,0,1076,3,1,1.14286,1,1,56,74,0,136,2.4,2000,2000,1,576,2048,0,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17311,0,0,0,0,0,16974,0,0,0,'Cowlen',NULL,NULL,7403,16,16,0,80,3,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,37632,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17312,0,0,0,0,0,16976,0,0,0,'Magwin',NULL,NULL,0,10,10,0,231,2,1,1.14286,1,0,12,16,0,38,1,2000,2000,2,37632,2048,0,0,0,0,0,0,8,12,100,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_magwin',12340),(17314,0,0,0,0,0,15227,0,0,0,'Whisper',NULL,NULL,0,10,10,0,1636,0,1.125,1.14286,1,0,12,16,0,38,1,2000,2000,2,0,2048,0,0,0,0,0,0,8,12,100,1,0,0,0,0,0,0,0,0,0,0,13704,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(17316,0,0,0,0,0,2581,16925,0,0,'Chess Square, OUTSIDE BLACK (DND)',NULL,NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(17317,0,0,0,0,0,2581,16925,0,0,'Chess Square, OUSIDE WHITE (DND)',NULL,NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17318,0,0,0,0,0,16978,0,0,0,'Geezle',NULL,NULL,0,10,10,0,47,0,1.125,1.14286,1,0,13,17,0,42,1,1400,1900,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'npc_geezle',12340),(17320,0,0,0,0,0,6822,0,0,0,'Bristlelimb Shaman',NULL,NULL,0,10,11,0,82,0,1.125,1.14286,1,0,14,18,0,40,1,2000,2000,2,32768,2048,0,0,0,0,0,0,9,13,100,7,0,17320,0,0,0,0,0,0,0,0,32967,0,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17321,0,0,0,0,0,5773,0,0,0,'Bristlelimb Warrior',NULL,NULL,0,10,11,0,82,0,1.125,1.14286,1,0,15,20,0,44,1,2500,2000,1,32768,2048,0,0,0,0,0,0,9,14,100,7,0,17321,0,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17322,0,0,0,0,0,16266,0,0,0,'Infected Wildkin',NULL,NULL,0,14,15,0,16,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,17322,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,26,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17323,0,0,0,0,0,17056,0,0,0,'Contaminated Wildkin',NULL,NULL,0,15,16,0,16,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,7,0,17323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,28,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17324,0,0,0,0,0,17058,0,0,0,'Irradiated Wildkin',NULL,NULL,0,14,16,0,16,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,7,0,17324,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,27,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17325,0,0,0,0,0,1762,0,0,0,'Blacksilt Forager',NULL,NULL,0,11,12,0,18,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,0,0,11,17,100,7,0,17325,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,20,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17326,0,0,0,0,0,2597,0,0,0,'Blacksilt Scout',NULL,NULL,0,12,13,0,18,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,17326,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17327,0,0,0,0,0,3940,0,0,0,'Blacksilt Tidecaller',NULL,NULL,0,11,13,0,18,0,1,1.14286,1,0,13,18,0,20,1,2000,2000,8,32768,2048,0,0,0,0,0,0,12,17,12,7,0,17327,0,0,0,0,0,0,0,0,12550,12160,0,0,0,0,0,0,0,0,12,20,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17328,0,0,0,0,0,6759,0,0,0,'Blacksilt Shorestriker',NULL,NULL,0,15,16,0,18,0,1.125,1.14286,1,0,22,29,0,52,1,2000,2000,2,32768,2048,0,0,0,0,0,0,15,22,2,7,0,17328,17328,0,0,0,0,0,0,0,31290,0,0,0,0,0,0,0,0,0,17,27,'',1,3,1,1,1,1,0,23833,0,0,0,0,0,0,1,0,0,'',12340),(17329,0,0,0,0,0,6759,0,0,0,'Blacksilt Warrior',NULL,NULL,0,16,17,0,18,2,1.125,1.14286,1,0,25,33,0,60,1,2000,2000,1,32768,2048,0,0,0,0,0,0,17,25,2,7,0,17329,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,29,'',1,3,1,1,1,1,0,23833,0,0,0,0,0,0,1,0,0,'',12340),(17330,0,0,0,0,0,3617,0,0,0,'Blacksilt Seer',NULL,NULL,0,15,17,0,18,0,1.125,1.14286,1,0,18,25,0,26,1,2000,2000,8,32768,2048,0,0,0,0,0,0,16,23,13,7,0,17330,0,0,0,0,0,0,0,0,12160,9739,0,0,0,0,0,0,0,0,17,27,'',1,3,1,1,1,1,0,23834,0,0,0,0,0,0,1,0,0,'',12340),(17331,0,0,0,0,0,4762,0,0,0,'Wrathscale Shorestalker',NULL,NULL,0,12,13,0,74,0,1.125,1.14286,1,0,18,24,0,48,1,3000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,17331,0,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,13,22,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17333,0,0,0,0,0,4972,0,0,0,'Wrathscale Screamer',NULL,NULL,0,12,13,0,74,0,1.125,1.14286,1,0,13,18,0,20,1,2000,2000,8,32768,2048,0,0,0,0,0,0,12,17,12,7,0,17333,0,0,0,0,0,0,0,0,31295,0,0,0,0,0,0,0,0,0,13,21,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17334,0,0,0,0,0,5028,0,0,0,'Wrathscale Marauder',NULL,NULL,0,13,14,0,74,0,1.125,1.14286,1,0,20,27,0,50,1,2000,2000,1,32768,2048,0,0,0,0,0,0,13,20,1,7,0,17334,0,0,0,0,0,0,0,0,12555,0,0,0,0,0,0,0,0,0,15,24,'',1,3,1,1,1,1,0,23932,0,0,0,0,0,0,1,0,0,'',12340),(17336,0,0,0,0,0,4981,0,0,0,'Wrathscale Sorceress',NULL,NULL,0,13,14,0,74,0,1.125,1.14286,1,0,14,20,0,21,1,2000,2000,8,32768,2048,0,0,0,0,0,0,13,19,12,7,0,17336,0,0,0,0,0,0,0,0,9672,0,0,0,0,0,0,0,0,0,14,23,'',1,3,1,1,1,1,0,23932,0,0,0,0,0,0,1,0,0,'',12340),(17337,0,0,0,0,0,2011,0,0,0,'Nazzivus Satyr',NULL,NULL,0,12,13,0,90,0,1.125,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,3,0,17337,17337,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17338,0,0,0,0,0,2012,0,0,0,'Nazzivus Rogue',NULL,NULL,0,13,14,0,90,0,1.125,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,3,0,17338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,24,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17339,0,0,0,0,0,6744,0,0,0,'Nazzivus Felsworn',NULL,NULL,0,12,14,0,90,0,1.125,1.14286,1,0,14,20,0,21,1,2000,2000,8,0,2048,0,0,0,0,0,0,13,19,12,3,0,17339,17339,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17340,0,0,0,0,0,2011,0,0,0,'Axxarien Shadowstalker',NULL,NULL,0,15,16,0,90,0,1.125,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,3,0,17340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,27,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17341,0,0,0,0,0,2014,0,0,0,'Axxarien Trickster',NULL,NULL,0,16,16,0,90,0,1.125,1.14286,1,0,23,31,0,56,1,1200,2000,1,0,2048,0,0,0,0,0,0,16,23,2,3,0,17341,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,29,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17342,0,0,0,0,0,11344,0,0,0,'Axxarien Hellcaller',NULL,NULL,0,15,17,0,90,0,1.125,1.14286,1,0,23,31,0,56,1,2000,2000,2,0,2048,0,0,0,0,0,0,16,23,2,3,0,17342,17342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,28,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17343,0,0,0,0,0,17712,0,0,0,'Thistle Lasher',NULL,NULL,0,11,12,0,7,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,4,0,17343,0,0,0,0,0,0,0,0,34644,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17344,0,0,0,0,0,17713,0,0,0,'Mutated Constrictor',NULL,NULL,0,14,15,0,91,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,4,0,17344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,23994,0,0,0,0,0,0,1,0,0,'',12340),(17345,0,0,0,0,0,1006,0,0,0,'Brown Bear',NULL,NULL,0,9,10,0,44,0,1.125,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,4,0,0,0,0,9,13,100,1,1,17345,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12839,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17346,0,0,0,0,0,17714,0,0,0,'Mutated Tangler',NULL,NULL,0,17,18,0,91,0,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,4,0,17346,0,0,0,0,0,0,0,0,31287,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17347,0,0,0,0,0,14316,0,0,0,'Grizzled Brown Bear',NULL,NULL,0,12,13,0,44,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,4,0,0,0,0,12,18,1,1,1,17347,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12841,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17348,0,0,0,0,0,1990,0,0,0,'Elder Brown Bear',NULL,NULL,0,15,16,0,44,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,4,0,0,0,0,16,23,2,1,1,17348,0,100004,0,0,0,0,0,0,31279,0,0,0,0,0,0,0,12848,0,0,0,'SmartAI',1,1,1,1,1,1,0,24026,0,0,0,0,0,0,1,0,0,'',12340),(17349,0,0,0,0,0,17709,0,0,0,'Blue Flutterer',NULL,NULL,0,9,11,0,7,0,1.125,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,37,0,0,0,0,9,14,100,1,1,17349,0,0,0,0,0,0,0,0,36332,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17350,0,0,0,0,0,17711,0,0,0,'Royal Blue Flutterer',NULL,NULL,0,14,16,0,7,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,37,0,0,0,0,16,23,2,1,1,17350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17352,0,0,0,0,0,17057,0,0,0,'Corrupted Treant',NULL,NULL,0,11,13,0,91,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,4,0,17352,0,0,0,0,0,0,0,0,5811,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,23869,0,0,0,0,0,0,1,0,0,'',12340),(17353,0,0,0,0,0,9593,0,0,0,'Corrupted Stomper',NULL,NULL,0,16,18,0,91,0,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,4,0,17353,0,0,0,0,0,0,0,0,31277,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17355,0,0,0,0,0,16979,0,0,0,'Valusha',NULL,NULL,7408,45,45,0,1074,3,1.05,1.14286,1,0,70,93,0,172,1,2000,2000,2,4096,2048,0,0,0,0,0,0,48,71,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17356,20565,0,0,0,0,358,0,0,0,'Creeping Ooze',NULL,NULL,0,69,69,1,16,0,1.48,1.14286,1,1,245,346,0,298,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,10,0,17356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17357,20566,0,0,0,0,10029,0,0,0,'Creeping Oozeling',NULL,NULL,0,69,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17358,0,0,0,0,0,17045,0,0,0,'Fouled Water Spirit',NULL,NULL,0,18,19,0,91,0,1.125,1.14286,1,0,26,34,0,60,1,3000,2000,2,0,2048,0,0,0,0,0,0,18,26,3,4,0,17358,0,0,0,0,0,75,0,0,31281,31280,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,23744,0,0,0,0,0,0,1,0,0,'',12340),(17359,0,0,0,0,0,16983,0,0,0,'Tel\'athion the Impure','',NULL,0,23,23,0,1657,0,1.05,1.14286,1,0,23,33,0,35,1,1400,1900,8,0,2048,0,0,0,0,0,0,20,30,14,7,0,17359,0,0,0,0,0,0,0,0,9672,13339,11831,15736,0,0,0,0,0,0,28,41,'',1,3,1,1,1,1,0,23997,0,0,0,0,0,0,1,0,0,'',12340),(17360,0,0,0,0,0,16997,0,0,0,'Totem of Akida',NULL,NULL,0,10,10,0,35,2,1,1,1,0,13,17,0,42,1,2000,2000,1,768,2048,0,0,0,0,0,0,9,13,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17361,0,0,0,0,0,16998,0,0,0,'Totem of Coo',NULL,NULL,0,10,10,0,35,2,1,1,1,0,13,17,0,42,1,2000,2000,1,768,2048,0,0,0,0,0,0,9,13,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17362,0,0,0,0,0,16986,0,0,0,'Totem of Tikti',NULL,NULL,0,10,10,0,35,2,1,1,1,0,13,17,0,42,1,2000,2000,1,768,2048,0,0,0,0,0,0,9,13,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17363,0,0,0,0,0,16987,0,0,0,'Totem of Yor',NULL,NULL,0,10,10,0,35,2,1,1,1,0,13,17,0,42,1,2000,2000,1,768,2048,0,0,0,0,0,0,9,13,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17364,0,0,0,0,0,16988,0,0,0,'Totem of Vark',NULL,NULL,0,10,10,0,35,2,1,1,1,0,13,17,0,42,1,2000,2000,1,768,2048,0,0,0,0,0,0,9,13,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17370,18608,0,0,0,0,17149,0,0,0,'Laughing Skull Enforcer',NULL,NULL,0,61,61,1,16,0,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,17370,17370,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1248,1635,'SmartAI',1,3,1,2.9,1,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),(17371,18619,0,0,0,0,17137,0,0,0,'Shadowmoon Warlock',NULL,NULL,0,61,61,1,16,0,1,1.14286,1,1,123,177,0,115,4.6,2000,1550,8,0,2048,0,0,0,0,0,0,111,164,25,7,0,17370,17371,0,0,0,0,0,0,0,12739,32197,13338,0,0,0,0,0,0,0,951,1246,'SmartAI',1,3,1,2.9,1,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),(17372,0,0,0,0,0,1042,0,0,0,'Timberstrider Fledgling',NULL,NULL,0,5,6,0,14,0,0.666668,1.14286,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,12,0,0,0,0,4,6,100,1,1,17372,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12880,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17373,0,0,0,0,0,178,0,0,0,'Timberstrider',NULL,NULL,0,6,8,0,14,0,0.666668,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,12,0,0,0,0,7,10,100,1,1,17373,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12881,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17374,0,0,0,0,0,17012,0,0,0,'Greater Timberstrider',NULL,NULL,0,7,9,0,14,0,0.666668,0.92857,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,12,0,0,0,0,8,11,100,1,1,17374,0,17374,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12882,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,110,1,0,0,'',12340),(17375,0,0,0,0,0,16861,16993,0,0,'Stillpine Captive',NULL,NULL,0,6,10,0,774,0,0.666668,0.99206,1,0,13,17,0,42,1,2000,2000,1,4864,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stillpine_capitive',12340),(17377,18607,0,0,0,0,17153,0,0,0,'Keli\'dan the Breaker',NULL,NULL,0,63,63,1,16,0,1,1.14286,1,1,138,199,0,119,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,125,185,26,7,0,17377,17377,0,0,0,0,0,0,0,40070,30938,30940,33775,0,0,0,0,0,0,4354,5691,'',1,3,1,9,1,1,0,23894,0,0,0,0,0,0,1,0,0,'boss_kelidan_the_breaker',12340),(17378,0,0,0,0,0,18075,0,0,0,'Swamp Gas',NULL,NULL,0,60,60,1,190,0,0.4,0.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,13,1040,0,0,80200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,64,1,0,2,'',12340),(17379,0,0,0,0,0,16995,16993,0,0,'Stillpine Ancestor Akida',NULL,NULL,0,45,45,0,35,0,1.125,1.14286,1,0,76,100,0,184,1,1400,1900,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,110,1,0,2,'',12340),(17380,18601,0,0,0,0,19372,0,0,0,'Broggok',NULL,NULL,0,63,63,1,45,1,1,1.14286,1,1,138,199,0,119,4.6,2000,2000,8,834,2048,0,0,0,0,0,0,125,185,26,3,0,17380,0,0,0,0,0,0,0,0,30917,30916,30913,0,0,0,0,0,0,0,3589,4692,'',1,3,1,8,3,1,0,0,0,0,0,0,0,121,1,617299803,0,'boss_broggok',12340),(17381,18621,0,0,0,0,18369,0,0,0,'The Maker',NULL,NULL,0,62,62,1,16,0,0.944444,1.42857,1,1,172,240,0,262,4.6,2500,1551,1,0,2048,0,0,0,0,0,0,139,207,30,3,8,17381,17381,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4352,5689,'',1,3,1,7.25,2,1,0,23894,0,0,0,0,0,144,1,617299803,0,'boss_the_maker',12340),(17391,0,0,0,0,0,16995,16993,0,0,'Stillpine Ancestor Coo',NULL,NULL,0,45,45,0,35,0,1.125,1.14286,1,0,76,100,0,184,1,1400,1900,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(17392,0,0,0,0,0,16999,0,0,0,'Stillpine Ancestor Tikti',NULL,NULL,0,40,50,0,35,0,1.125,1.14286,1,0,85,112,0,206,1,1400,1900,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(17393,0,0,0,0,0,17002,16993,0,0,'Stillpine Ancestor Yor',NULL,NULL,0,40,50,0,35,0,1.125,1.14286,1,0,85,112,0,206,1,1400,1900,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(17395,18617,0,0,0,0,17145,0,0,0,'Shadowmoon Summoner',NULL,NULL,0,61,61,1,16,0,1,1.14286,1,1,123,177,0,115,4.6,2000,1534,8,0,2048,0,0,0,0,0,0,111,164,25,7,0,17370,17395,0,0,0,0,0,0,0,0,0,15242,18399,0,0,0,0,0,0,951,1246,'SmartAI',1,3,1,2.9,3,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),(17397,18615,0,0,0,0,17148,0,0,0,'Shadowmoon Adept',NULL,NULL,0,61,61,1,16,0,1,1.14286,1,1,152,210,0,244,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,120,179,25,7,0,17370,17397,0,0,0,0,0,0,0,11978,3391,0,0,0,0,0,0,0,0,1036,1357,'SmartAI',1,3,1,2.9,1,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),(17398,18612,0,0,0,0,16332,0,0,0,'Nascent Fel Orc',NULL,NULL,0,61,62,1,16,0,1,1.14286,1,1,172,240,0,262,4.6,1600,1550,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,17370,17398,0,0,0,0,0,0,0,22427,31900,0,0,0,0,0,0,0,0,601,790,'SmartAI',1,3,1,1.35,1,1,0,23894,0,0,0,0,0,0,1,1,0,'',12340),(17399,18614,0,0,0,0,10923,0,0,0,'Seductress',NULL,NULL,0,61,61,1,16,0,1.125,1.14286,1,0,152,210,0,244,4.6,2000,1534,2,0,2048,0,0,0,0,0,0,120,179,25,3,0,17370,0,0,0,0,0,0,90,0,32202,31865,0,0,0,0,0,0,9613,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17400,18604,0,0,0,0,18287,0,0,0,'Felguard Annihilator',NULL,NULL,0,62,62,1,90,0,1,1.42857,1.25,1,172,240,0,262,7.5,2400,1551,1,0,2048,0,0,0,0,0,0,139,207,30,3,0,17400,0,0,0,0,0,0,0,0,15615,18072,0,0,0,0,0,0,0,0,1335,1748,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(17401,18605,0,0,0,0,1913,0,0,0,'Felhound Manastalker',NULL,NULL,0,60,61,1,16,0,1,1.14286,1,0,152,210,0,244,1,2000,1534,2,0,2048,0,0,0,0,0,0,120,179,25,3,0,17401,0,70160,0,0,0,0,0,0,13321,30849,0,0,0,0,0,0,9612,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17402,0,0,0,0,0,17001,0,0,0,'Yaluu',NULL,NULL,0,60,60,0,1638,0,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,768,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17403,0,0,0,0,0,20328,0,0,0,'Anchorite Alendar',NULL,NULL,0,65,65,1,1638,0,2.4,1.14286,1,0,186,260,0,262,1,2000,2000,2,512,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,54,1,0,2,'',12340),(17404,0,0,0,0,0,17015,0,0,0,'Vindicator Sedai',NULL,NULL,0,65,65,1,1683,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,256,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17405,0,0,0,0,0,17017,0,0,0,'Krun Spinebreaker','',NULL,0,60,60,0,1684,0,1,1.14286,1,0,104,138,0,252,1,2000,1900,1,256,2048,0,0,0,0,0,0,72,106,26,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17406,0,0,0,0,0,16921,16922,16923,16924,'Artificer','',NULL,7382,25,27,0,1638,1,1,1.14286,1,0,36,47,0,86,1,2000,2000,2,32768,2048,0,0,0,0,0,0,24,36,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17407,0,0,0,0,0,17055,0,0,0,'Felmist',NULL,NULL,0,60,60,1,190,0,0.6,0.21429,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,13,1040,0,0,80201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,66,1,0,2,'',12340),(17408,0,0,0,0,0,17054,0,0,0,'Arcane Vortex',NULL,NULL,0,60,60,1,190,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,13,1040,0,0,80202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,66,1,0,0,'',12340),(17409,0,0,0,0,0,17004,0,0,0,'Apprentice Boulian','Apprentice Architect',NULL,0,27,28,0,1638,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,2,0,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17410,0,0,0,0,0,17109,16993,0,0,'Stillpine Ancestor Vark',NULL,NULL,0,60,60,0,35,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(17412,0,0,0,0,0,17007,0,0,0,'Phaedra','Weapon Merchant',NULL,7410,26,27,0,1638,4225,1,1.14286,1,0,36,47,0,86,1,2000,2000,2,0,2048,0,0,0,0,0,0,24,36,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17413,0,0,0,0,0,11686,0,0,0,'Sedai Quest Credit Marker','',NULL,0,60,60,0,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(17414,18618,0,0,0,0,17147,0,0,0,'Shadowmoon Technician',NULL,NULL,0,61,62,1,16,0,1,1.14286,1,1,131,188,0,116,4.6,2000,1550,8,0,2048,0,0,0,0,0,0,118,175,25,7,0,17370,17414,0,0,0,0,0,0,0,30846,40062,6726,0,0,0,0,0,0,0,908,1191,'SmartAI',1,3,1,2.9,1,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),(17416,18613,0,0,0,0,17167,0,0,0,'Orc Captive','',NULL,0,60,61,1,1652,0,1,1.14286,1,0,123,177,0,115,1,2000,1518,8,0,2048,0,0,0,0,0,0,111,164,25,7,0,0,17416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17417,0,0,0,0,0,17016,0,0,0,'Mag\'har Escort','',NULL,0,60,60,1,1683,0,1,1.14286,1,0,104,138,0,252,1,2000,1900,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17418,0,0,0,0,0,17018,0,0,0,'Laughing Skull Ambusher','',NULL,0,60,60,1,1684,0,1,1.14286,1,0,104,138,0,252,1,2000,1900,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17420,20587,0,0,0,0,17013,0,0,0,'Shattered Hand Heathen',NULL,NULL,0,69,69,1,16,0,1.48,1.14286,1,1,245,346,0,298,4.6,1800,1667,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,16507,17420,0,0,0,0,0,0,0,30474,30485,0,0,0,0,0,0,0,0,1262,1653,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(17421,0,0,0,0,0,17014,0,0,0,'Clopper Wizbang','Explorers\' League',NULL,7471,15,16,0,875,387,1.125,1.14286,1,0,23,31,0,56,1,2000,2000,1,4096,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17423,0,0,0,0,0,17020,0,0,0,'Harbinger Mikolaas',NULL,NULL,7458,20,20,0,1638,3,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,4096,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17424,0,0,0,0,0,17021,0,0,0,'Anchorite Paetheus','First Aid Trainer',NULL,7455,17,17,0,1698,83,1,1.14286,1,0,23,31,0,56,1,2000,2000,2,4096,2048,0,0,2,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17425,0,0,0,0,0,17022,17023,0,0,'Vale Hunter',NULL,NULL,0,4,5,0,1638,0,1,1.14286,1,0,5,6,0,28,1,2000,2000,2,37120,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17426,0,0,0,0,0,17024,0,0,0,'Galaen',NULL,NULL,0,15,15,0,1638,0,1.125,1.14286,1,0,22,29,0,54,1,1400,1900,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17427,20579,0,0,0,0,16578,0,0,0,'Shattered Hand Archer',NULL,NULL,0,69,69,1,16,0,1.48,1.14286,1,1,245,346,0,298,4.6,1420,1667,1,0,2048,0,0,0,0,0,0,206,302,43,7,32,16507,17427,0,0,0,0,0,0,0,16100,0,0,0,0,0,0,0,0,0,964,1264,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17429,18603,0,0,0,0,16332,0,0,0,'Fel Orc Neophyte',NULL,NULL,0,62,62,1,14,0,1,1.14286,1,1,172,240,0,262,4.6,1300,1551,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,17370,17429,0,0,0,0,0,0,0,8269,22120,0,0,0,0,0,0,0,0,910,1193,'SmartAI',1,3,1,2,1,1,0,23894,0,0,0,0,0,0,1,1,0,'',12340),(17431,0,0,0,0,0,17025,0,0,0,'Velaada','',NULL,7416,55,55,0,1638,3,1,1.14286,1,0,87,116,0,214,1,2000,1000,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17432,0,0,0,0,0,16861,2001,6802,8589,'Stillpine Defender',NULL,NULL,0,9,10,0,1686,0,0.666668,0.99206,1,0,13,17,0,42,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,29426,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17433,0,0,0,0,0,17026,0,0,0,'Vindicator Aalesia','',NULL,0,17,17,0,1698,2,1,1.14286,1,0,23,31,0,56,1,2000,2000,2,4096,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17434,0,0,0,0,0,17027,0,0,0,'Morae','Herbalism Trainer',NULL,7459,15,15,0,1698,83,1,1.14286,1,0,20,27,0,48,1,2000,2000,2,4096,2048,0,0,2,0,0,0,14,21,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17435,0,0,0,0,0,15538,0,0,0,'Susurrus','',NULL,7415,70,70,1,35,3,1,1.14286,1,1,234,331,0,286,4.6,1400,1600,2,768,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,200,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_taxi',12340),(17436,0,0,0,0,0,8714,0,0,0,'Aspect of Air',NULL,NULL,0,43,45,0,35,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17437,0,0,0,0,0,16861,2001,6802,8589,'Stillpine Defender Corpse',NULL,NULL,0,9,10,0,35,0,0.666668,0.99206,1,0,13,17,0,42,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,9,13,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17438,0,0,0,0,0,12238,5927,0,0,'Crazed Wildkin Corpse',NULL,NULL,0,9,10,0,14,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,9,13,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17439,0,0,0,0,0,11363,2001,6802,8589,'Stillpine Hunter',NULL,NULL,0,10,11,0,1686,0,0.666668,0.99206,1,0,15,20,0,44,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17440,0,0,0,0,0,9491,0,0,0,'High Chief Stillpine',NULL,NULL,7434,13,13,0,1685,3,0.666668,0.99206,1,0,17,23,0,44,1,2000,2000,2,32768,2048,0,0,0,0,0,0,11,17,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17441,0,0,0,0,0,16993,0,0,0,'Gurf','Skinning Trainer',NULL,7429,9,9,0,1685,83,0.666668,0.99206,1,0,11,15,0,34,1,2000,2000,2,32768,2048,0,0,2,0,0,0,7,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17442,0,0,0,0,0,6211,0,0,0,'Moordo','Leatherworking Trainer',NULL,7430,13,13,0,1685,83,0.666668,0.99206,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,2,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17443,0,0,0,0,0,6830,0,0,0,'Kurz the Revelator',NULL,NULL,7432,11,11,0,1685,3,0.666668,0.99206,1,0,14,18,0,40,1,2000,2000,2,32768,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17444,0,0,0,0,0,6746,0,0,0,'Magtor the Blind Watcher',NULL,NULL,0,15,15,0,1685,0,0.666668,0.99206,1,0,20,27,0,48,1,2000,2000,2,32768,2048,0,0,0,0,0,0,14,21,2,7,0,0,0,0,0,0,0,0,0,0,25710,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17445,0,0,0,0,0,6829,0,0,0,'Stillpine the Younger',NULL,NULL,7433,10,10,0,1685,3,0.666668,0.99206,1,0,12,16,0,38,1,2000,2000,2,32768,2048,0,0,0,0,0,0,8,12,100,7,0,0,0,0,0,0,0,0,0,0,29426,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17446,0,0,0,0,0,1011,0,0,0,'Parkat Steelfur','General Goods',NULL,7431,11,11,0,1685,385,0.666668,0.99206,1,0,14,18,0,40,1,2000,2000,2,32768,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17447,0,0,0,0,0,17028,0,0,0,'The Kurken',NULL,NULL,0,12,12,0,1687,2,1.125,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,45,0,0,0,0,11,17,0,1,65537,17447,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'',1,3,1,1,1,1,0,23860,0,0,0,0,0,0,1,0,0,'',12340),(17448,0,0,0,0,0,17029,0,0,0,'Chieftain Oomooroo',NULL,NULL,0,11,11,0,1687,0,1.125,1.14286,1,0,15,20,0,44,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,14,100,7,0,17448,0,0,0,0,0,0,0,0,18501,13446,0,0,0,0,0,0,0,0,12,21,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,110,1,0,0,'',12340),(17452,0,0,0,0,0,17031,17030,0,0,'Vision of the Prophesied Hero',NULL,NULL,0,20,20,0,1683,0,1,1.14286,1,0,29,39,0,70,1,1400,1900,1,0,2048,0,0,0,0,0,0,20,30,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17453,0,0,0,0,0,17032,0,0,0,'Vision of the Kurken',NULL,NULL,0,12,12,0,1684,0,1,1.14286,1,0,17,22,0,46,1,1400,1900,1,0,2048,0,0,0,0,0,0,11,17,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17455,18051,0,0,0,0,16583,0,0,0,'Bonechewer Beastmaster',NULL,NULL,0,60,60,1,16,0,1,1.14286,1,1,104,138,0,252,4.6,1200,1518,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,17259,17455,0,0,0,0,0,0,0,30635,10966,0,0,0,0,0,0,0,0,1289,1688,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'',12340),(17459,0,0,0,0,0,11686,4626,0,0,'Chess Waiting Room (DND)',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17461,20581,0,0,0,0,17725,0,0,0,'Shattered Hand Blood Guard',NULL,NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,4.6,1420,1667,1,0,2048,0,0,0,0,0,0,262,389,48,7,32,16507,17461,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1308,1713,'SmartAI',1,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(17462,20595,0,0,0,0,17726,0,0,0,'Shattered Hand Zealot',NULL,NULL,0,69,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,4.6,2000,1667,1,0,2048,0,0,0,0,0,0,206,302,43,7,32,16507,17462,0,0,0,0,0,0,0,30989,0,0,0,0,0,0,0,0,0,202,269,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(17464,20586,0,0,0,0,17183,0,0,0,'Shattered Hand Gladiator',NULL,NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,4.6,1420,1667,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,17464,0,0,0,0,0,0,0,16856,0,0,0,0,0,0,0,0,0,924,1211,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17465,20583,0,0,0,0,17185,0,0,0,'Shattered Hand Centurion',NULL,NULL,0,71,71,1,2120,0,1.48,1.14286,1,1,299,426,0,308,4.6,1420,1667,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,17465,17465,0,0,0,0,0,0,0,30931,15572,0,0,0,0,0,0,0,0,1308,1713,'SmartAI',1,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(17467,0,0,0,0,0,16633,0,0,0,'Skunk',NULL,NULL,0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(17468,0,0,0,0,0,17822,0,0,0,'Prophet Velen','',NULL,7414,83,83,2,1640,3,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,32832,2048,0,0,0,0,0,0,365,529,98,7,76,0,0,0,0,0,0,0,0,0,59700,59701,59703,33542,0,0,0,0,0,0,700000,750000,'',1,3,1,400,15,1,1,0,0,0,0,0,0,0,1,617299967,0,'',12340),(17469,0,0,0,0,0,16264,0,0,0,'Orc Grunt',NULL,NULL,8354,70,70,1,1689,1,2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,7.15717,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),(17471,20570,0,0,0,0,15294,0,0,0,'Lesser Shadow Fissure',NULL,NULL,0,71,71,1,16,0,0.01,1.14286,1,0,299,426,0,308,1,2000,1900,1,33554434,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(17473,18616,0,0,0,0,11686,0,0,0,'Shadowmoon Summon Visual',NULL,NULL,0,70,70,1,1375,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17474,0,0,0,0,0,169,15435,0,0,'Target Trigger',NULL,NULL,0,60,60,1,35,0,1.3,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(17475,0,0,0,0,0,5243,0,0,0,'Murgurgula',NULL,NULL,0,11,11,0,18,0,1,1.14286,1,0,15,20,0,44,1,2500,2000,1,32768,2048,0,0,0,0,0,0,9,14,100,7,0,17475,0,0,0,0,0,0,0,0,3417,0,0,0,0,0,0,0,0,0,11,20,'',1,3,1,1,1,1,0,23849,0,0,0,0,0,0,1,0,0,'',12340),(17477,18606,0,0,0,0,16888,16891,0,0,'Hellfire Imp',NULL,NULL,0,61,61,1,16,0,1,1.14286,1,0,152,210,0,244,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,120,179,25,3,8,17370,0,0,0,0,0,0,0,0,15242,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17478,18050,0,0,0,0,17048,0,0,0,'Bleeding Hollow Scryer',NULL,NULL,0,60,61,1,16,0,1,1.14286,1,1,123,177,0,115,4.6,1200,1533,8,32832,2048,0,0,0,0,0,0,111,164,25,7,0,17259,17478,0,0,0,0,0,0,0,30615,30659,12471,0,0,0,0,0,0,0,609,800,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17479,0,0,0,0,0,17036,0,0,0,'Gunny','',NULL,7419,65,65,1,1666,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17480,0,0,0,0,0,17215,0,0,0,'Ruada','Warrior Trainer',NULL,7263,12,12,0,1638,51,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,1,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17481,0,0,0,0,0,17233,0,0,0,'Semid','Mage Trainer',NULL,7264,10,10,0,1638,51,1,1.14286,1,0,8,13,0,17,1,2000,2000,8,768,2048,0,0,0,0,8,0,9,12,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17482,0,0,0,0,0,17232,0,0,0,'Guvan','Priest Trainer',NULL,7265,6,6,0,1638,51,0.9,1.14286,1,0,5,5,0,15,1,2000,2000,8,32768,2048,0,0,0,0,5,0,3,4,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,46,1,0,2,'',12340),(17483,0,0,0,0,0,17234,0,0,0,'Tullas','Paladin Trainer',NULL,7260,10,10,0,1638,51,1,1.14286,1,0,12,16,0,38,1,2000,2000,2,32768,2048,0,0,0,0,2,0,8,12,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17484,0,0,0,0,0,17229,0,0,0,'Buruk','Pet Trainer',NULL,4783,11,11,0,1638,17,1,1.14286,1,0,15,20,0,44,1,1500,2000,1,33280,2048,0,0,3,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),(17485,0,0,0,0,0,17231,0,0,0,'Esbina','Stable Master',NULL,9821,9,9,0,1638,4194305,1,1.14286,1,0,11,15,0,40,1,1500,2000,1,32768,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(17486,0,0,0,0,0,17235,0,0,0,'Ziz','Tradesman',NULL,0,13,13,0,1638,128,1,1.14286,1,0,18,24,0,48,1,1500,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17487,0,0,0,0,0,17037,0,0,0,'Erin Kelly','Tailoring Trainer',NULL,8519,9,9,0,12,81,1,1.14286,1,0,11,15,0,34,1,2000,2000,2,36864,2048,0,0,2,0,0,0,7,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17488,0,0,0,0,0,17230,0,0,0,'Dulvi','Mining Trainer',NULL,7690,13,13,0,1638,83,1,1.14286,1,0,18,24,0,48,1,1500,2000,1,512,2048,0,0,2,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17489,0,0,0,0,0,17038,0,0,0,'Logan Daniel','General Goods',NULL,0,8,8,0,12,384,1,1.14286,1,0,10,14,0,38,1,1500,2000,1,4608,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17490,0,0,0,0,0,3024,0,0,0,'Ergh of the Stillpine','Trade Supplies',NULL,7428,10,10,0,1685,129,0.666668,0.99206,1,0,13,17,0,42,1,1500,2000,1,33280,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17491,18610,0,0,0,0,17151,0,0,0,'Laughing Skull Rogue',NULL,NULL,0,61,61,1,16,0,1,1.14286,1,1,159,221,0,258,4.6,1600,1534,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,17370,17491,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,653,858,'SmartAI',1,3,1,1.45,1,1,0,23894,0,0,0,0,0,0,1,1,0,'',12340),(17493,0,0,0,0,0,17039,0,0,0,'Stone Guard Stok\'ton','',NULL,7420,70,70,1,1668,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17494,0,0,0,0,0,7649,0,0,0,'Zevrax',NULL,NULL,0,18,18,0,90,0,1.125,1.14286,1,0,19,26,0,27,1,2000,2000,8,0,2048,0,0,0,0,0,0,17,24,13,3,0,17494,0,0,0,0,0,0,0,0,11962,18376,20791,11980,0,0,0,0,0,0,20,31,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17495,0,0,0,0,0,16861,2001,6802,8589,'Stillpine Raider',NULL,NULL,0,9,10,0,1686,0,1.125,1.14286,1,0,13,17,0,42,1,1400,1900,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,29426,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17496,0,0,0,0,0,6759,0,0,0,'Cruelfin','Rawgrlgrlgrlgrlgrrgle',NULL,0,12,12,0,18,0,1.125,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,0,0,11,17,100,7,0,17496,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17499,0,0,0,0,0,17041,0,0,0,'Vision of the Forlorn','',NULL,0,63,63,0,1683,0,1.71,1.14286,1,1,164,228,0,249,7.5,1400,1900,2,0,2048,0,0,0,0,0,0,133,196,26,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,300,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17500,0,0,0,0,0,17042,0,0,0,'Vision of the Remembered','',NULL,0,63,63,0,1683,0,1,1.14286,1,3,164,228,0,249,35,1400,1900,2,0,2048,0,0,0,0,0,0,133,196,26,10,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,300,20,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(17503,0,0,0,0,0,17047,0,0,0,'Woeful Healer','',NULL,0,70,70,1,614,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.14,1,1,0,0,0,0,0,0,0,117,1,8388624,2,'',12340),(17504,0,0,0,0,0,17214,0,0,0,'Kazi','Warrior Trainer',NULL,7263,50,50,0,1638,49,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,1,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17505,0,0,0,0,0,17488,0,0,0,'Killac','Hunter Trainer',NULL,7262,40,40,0,1638,51,1,1.14286,1,0,52,69,0,128,1,2000,2000,2,512,2048,0,0,0,0,3,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17508,0,0,0,0,0,17046,0,0,0,'Galaen\'s Corpse',NULL,NULL,0,15,15,0,1638,2,1.125,1.14286,1,0,22,29,0,54,1,2000,1900,1,2,2048,0,0,0,0,0,0,15,22,2,10,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17509,0,0,0,0,0,17226,0,0,0,'Jol','Paladin Trainer',NULL,7260,50,50,0,1638,51,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,512,2048,0,0,0,0,2,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17510,0,0,0,0,0,17249,0,0,0,'Izmir','Priest Trainer',NULL,7265,40,40,0,1638,49,1,1.14286,1,0,40,55,0,60,1,2000,2000,8,512,2048,0,0,0,0,5,0,34,49,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17511,0,0,0,0,0,17248,0,0,0,'Fallat','Priest Trainer',NULL,7265,50,50,0,1638,51,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,512,2048,0,0,0,0,5,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17512,0,0,0,0,0,17222,0,0,0,'Arred','Jewelcrafting Supplies',NULL,0,50,50,0,1638,128,1,1.14286,1,0,79,104,0,194,1,1500,2000,2,512,2048,0,0,0,0,0,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17513,0,0,0,0,0,17243,0,0,0,'Harnan','Mage Trainer',NULL,7264,50,50,0,1638,51,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,512,2048,0,0,0,0,8,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17514,0,0,0,0,0,17241,0,0,0,'Bati','Mage Trainer',NULL,7264,40,40,0,1638,51,1,1.14286,1,0,40,55,0,60,1,2000,2000,8,512,2048,0,0,0,0,8,0,34,49,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17517,18057,0,0,0,0,16577,0,0,0,'Hellfire Sentry','Herald\'s Sentry',NULL,0,57,58,0,16,0,1,1.14286,1,1,100,132,0,242,4.6,1200,2000,1,32832,2048,0,0,0,0,0,0,69,101,25,7,0,17259,17517,0,0,0,0,0,0,0,30621,0,0,0,0,0,0,0,0,0,1496,1959,'SmartAI',1,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17518,0,0,0,0,0,19251,0,0,0,'Ythyar',NULL,NULL,8179,70,70,1,1731,6273,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17519,0,0,0,0,0,17792,0,0,0,'Hobahken','Shaman Trainer',NULL,7357,60,60,0,1638,51,1,1,1,0,146,192,0,238,1,2000,2000,2,512,2048,0,0,0,0,7,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17520,0,0,0,0,0,6820,0,0,0,'Gurrag','Shaman Trainer',NULL,7357,40,40,0,1638,51,0.666668,0.99206,1,0,52,69,0,128,1,2000,2000,2,512,2048,0,0,0,0,7,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17521,0,0,0,0,0,17053,0,0,0,'The Big Bad Wolf',NULL,NULL,0,73,73,1,14,0,1,1.14286,1,3,316,450,0,320,35,1449,1701,1,0,2048,0,0,0,0,0,0,278,413,58,7,108,17521,0,70065,0,0,0,0,0,0,30769,30752,30761,0,0,0,0,0,0,0,188113,229916,'',1,3,1,35,1,1,0,0,0,0,0,0,0,132,1,617299803,1,'boss_bigbadwolf',12340),(17522,0,0,0,0,0,17346,0,0,0,'Myst Spinner',NULL,NULL,0,16,17,0,22,0,1.125,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,3,0,0,0,0,17,25,2,1,1,17522,0,0,0,0,0,0,0,0,745,0,0,0,0,0,0,0,13115,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17523,0,0,0,0,0,18043,0,0,0,'Myst Leecher',NULL,NULL,0,17,18,0,22,0,1.125,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,3,0,0,0,0,18,26,3,1,1,17523,0,0,0,0,0,0,0,0,31288,0,0,0,0,0,0,0,13119,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17524,0,0,0,0,0,11344,0,0,0,'Nazzivus Summoner','',NULL,0,13,13,0,90,0,1.125,1.14286,1,0,18,24,0,48,1,1400,1900,1,0,2048,0,0,0,0,0,0,12,18,1,3,0,17524,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17525,0,0,0,0,0,17061,0,0,0,'Bloodmyst Hatchling',NULL,NULL,0,10,11,0,14,0,1,0.99206,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,31,0,0,0,0,9,14,100,1,1,17525,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13026,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17527,0,0,0,0,0,17062,0,0,0,'Enraged Ravager',NULL,NULL,0,16,17,0,14,0,1,0.99206,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,31,0,0,0,0,17,25,2,1,1,17527,0,100004,0,0,0,0,0,0,3242,15716,0,0,0,0,0,0,11564,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17528,0,0,0,0,0,14152,0,0,0,'Tzerak',NULL,NULL,0,14,14,0,90,0,1.125,1.14286,1,0,20,27,0,50,1,2000,1900,1,0,2048,0,0,0,0,0,0,13,20,1,3,0,17528,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,27,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17529,0,0,0,0,0,11686,0,0,0,'[PH]Channel Target','You shouldn\'t see me',NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(17530,0,0,0,0,0,17063,0,0,0,'Elekk',NULL,NULL,0,10,10,0,35,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17531,0,0,0,0,0,17064,17066,0,0,'Draenei Protector','',NULL,0,45,45,0,1694,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4096,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,5246,11971,25710,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17532,0,0,0,0,0,17071,0,0,0,'Vision of Purity','',NULL,0,73,73,0,1638,0,1.125,1.14286,1,0,316,450,0,320,1,1400,1900,1,0,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17535,0,0,0,0,0,17069,0,0,0,'Dorothee','',NULL,0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,33088,2048,0,0,0,0,0,0,276,411,44,6,108,0,0,0,0,0,0,0,0,0,31012,31013,31014,0,0,0,0,0,0,0,0,0,'',1,3,1,17.5,15,1,0,0,0,0,0,0,0,167,1,617299803,1,'boss_dorothee',12340),(17536,18432,0,0,0,0,18812,0,0,0,'Nazan','Vazruden\'s Mount',NULL,0,62,62,1,40,0,1.48,1.14286,1,1,172,240,0,262,7.5,1318,1551,1,0,2048,0,0,0,0,0,0,139,207,30,2,8,17536,0,70065,0,0,0,0,0,0,34653,36920,0,0,0,0,0,0,0,0,3885,5078,'',0,5,1,6.25,1,1,0,23901,0,0,0,0,0,216,1,650854271,2097152,'boss_nazan',12340),(17537,18434,0,0,0,0,18407,0,0,0,'Vazruden',NULL,NULL,0,62,62,1,1662,0,1,1.42857,1,1,172,240,0,262,9,1300,1551,1,64,2048,0,0,0,0,0,0,139,207,30,7,8,17537,0,0,0,0,0,0,0,0,19130,15655,30689,0,0,0,0,0,0,0,2865,3746,'',1,3,1,3.6,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_vazruden',12340),(17538,0,0,0,0,0,18154,0,0,0,'O\'ros','',NULL,0,73,73,0,1638,2,1,1.42857,1,0,313,448,0,302,1,2000,2000,2,832,2048,0,0,0,0,0,0,276,411,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,115,100,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17539,0,0,0,0,0,4589,0,0,0,'Totem of Wrath I','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,57658,30708,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17540,18056,0,0,0,0,10950,0,0,0,'Fiendish Hound',NULL,NULL,0,60,60,1,16,0,1.125,1.14286,1,0,146,192,0,238,2,1300,1518,2,0,2048,0,0,0,0,0,0,101,167,24,3,0,0,0,0,0,0,0,0,0,0,35748,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.55,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17541,0,0,0,0,0,16923,0,0,0,'Draenei Quartermaster','',NULL,0,27,27,0,1638,0,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,0,2048,0,0,0,0,0,0,26,39,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17542,0,0,0,0,0,16993,0,0,0,'Young Furbolg Shaman',NULL,NULL,0,10,10,0,1685,0,1.125,1.14286,1,0,12,16,0,38,1,2000,2000,2,4864,2048,0,0,0,0,0,0,8,12,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(17543,0,0,0,0,0,17076,0,0,0,'Strawman','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,320,2048,0,0,0,0,0,0,270,401,53,9,104,0,0,0,0,0,0,0,0,0,31046,31069,31073,32404,0,0,0,0,0,0,0,0,'',1,3,1,10.5,1,1,0,0,0,0,0,0,0,167,1,16384,0,'boss_strawman',12340),(17544,0,0,0,0,0,17946,0,0,0,'M\'uru',NULL,NULL,0,73,73,0,1638,0,1.125,1.14286,1,0,316,450,0,320,1,2000,2000,1,768,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17545,0,0,0,0,0,17072,0,0,0,'K\'ure',NULL,NULL,0,68,68,0,1194,2,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,768,2048,0,0,0,0,0,0,195,289,41,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17546,0,0,0,0,0,18261,0,0,0,'Roar','',NULL,0,72,72,1,16,0,1.71,1.14286,1,3,307,438,0,314,7.5,1200,2000,1,320,2048,0,0,0,0,0,0,270,401,53,1,108,0,0,0,0,0,0,0,0,0,31041,31042,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10.5,1,1,0,0,0,0,0,0,0,167,1,0,0,'boss_roar',12340),(17547,0,0,0,0,0,17187,0,0,0,'Tinhead','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,33088,2048,0,0,0,0,0,0,270,401,53,9,104,0,0,0,0,0,0,0,0,0,31042,31086,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10.5,1,1,0,0,0,0,0,0,0,167,1,16384,0,'boss_tinhead',12340),(17548,0,0,0,0,0,17079,0,0,0,'Tito','',NULL,0,73,73,1,16,0,1.71,1.14286,1,1,316,450,0,320,7.5,1500,2000,1,64,2048,0,1,0,0,0,0,278,413,58,1,105,0,0,0,0,0,0,0,0,0,31015,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,3.5,1,1,0,0,0,0,0,0,0,167,1,0,0,'npc_tito',12340),(17549,0,0,0,0,0,16789,16791,16790,16792,'Blood Watch Peacekeeper',NULL,NULL,0,30,32,0,1639,0,1,1.42857,1,0,45,60,0,108,1,2000,2000,1,32768,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(17550,0,0,0,0,0,17081,0,0,0,'Void Anomaly',NULL,NULL,0,15,16,0,1715,0,1.125,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,3,0,17550,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17551,0,0,0,0,0,17082,0,0,0,'Tavara','',NULL,0,5,5,0,1694,0,1.5,1.14286,1,0,5,7,0,32,1,2000,2000,1,4104,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,2,'',12340),(17552,0,0,0,0,0,1126,15435,0,0,'Hellfire Death Brazier',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17553,0,0,0,0,0,17083,0,0,0,'Caregiver Topher Loaal','Innkeeper',NULL,7497,17,18,0,1698,66179,1,1.14286,1,0,24,32,0,58,1,2000,2000,2,4096,2048,0,0,0,0,0,0,17,25,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(17554,0,0,0,0,0,17084,0,0,0,'Laando','Hippogryph Master',NULL,7470,65,65,0,1638,8195,1,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17555,0,0,0,0,0,17085,0,0,0,'Stephanos','Hippogryph Master',NULL,7469,65,65,0,1638,8195,1,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17556,0,0,0,0,0,17086,0,0,0,'Death Ravager',NULL,NULL,0,10,10,0,14,0,1,0.992063,1,0,13,17,0,42,1,2000,2000,1,32768,2048,0,31,0,0,0,0,9,13,100,1,0,17556,0,100003,0,50,50,50,50,50,30736,0,13443,3019,0,0,0,0,11595,0,0,0,'',1,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_death_ravager',12340),(17557,0,0,0,0,0,17087,0,0,0,'Lieutenant Chadwick','',NULL,0,63,63,1,1666,2,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17558,0,0,0,0,0,17088,0,0,0,'Caza\'rez','',NULL,7825,70,70,1,1668,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17578,0,0,0,0,0,3019,0,0,0,'Hellfire Training Dummy',NULL,NULL,0,1,1,0,1693,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),(17584,0,0,0,0,0,17110,0,0,0,'Torallius the Pack Handler','Elekk Breeder',NULL,8213,14,14,0,1638,131,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,32768,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17585,0,0,0,0,0,17111,0,0,0,'Quartermaster Urgronn','Thrallmar Quartermaster',NULL,7450,62,62,1,1669,129,1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17586,0,0,0,0,0,17112,0,0,0,'Vorkhan the Elekk Herder',NULL,NULL,0,14,14,0,1638,2,1.125,1.14286,1,0,20,27,0,50,1,2000,2000,1,32768,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17587,0,0,0,0,0,17113,17114,0,0,'Draenei Youngling',NULL,NULL,0,8,8,0,1639,2,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17588,0,0,0,0,0,17254,0,0,0,'Veridian Whelp',NULL,NULL,0,16,17,0,50,0,1.125,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,6,0,17588,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,29,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(17589,0,0,0,0,0,17253,0,0,0,'Veridian Broodling',NULL,NULL,0,17,18,0,50,0,1.125,1.14286,1,0,24,32,0,58,1,2000,2000,2,0,2048,0,0,0,0,0,0,17,25,3,6,0,17589,0,100004,0,0,0,0,0,0,21067,0,0,0,0,0,0,0,0,0,20,31,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(17591,0,0,0,0,0,17115,0,0,0,'Blood Elf Bandit',NULL,NULL,0,7,7,0,1701,0,1.125,1.14286,1,0,9,12,0,36,1,1400,1900,1,0,2048,0,0,0,0,0,0,6,8,100,7,0,17591,0,0,0,0,0,0,0,0,15691,14873,6253,0,0,0,0,0,0,0,5,12,'SmartAI',1,3,1,0.75,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(17592,0,0,0,0,0,17256,0,0,0,'Razormaw',NULL,NULL,0,20,20,0,14,0,1.48,1.14286,1,1,29,39,0,70,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,20,30,4,6,0,17592,0,17592,0,125,0,0,0,0,8873,31279,14100,0,0,0,0,0,0,0,73,100,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,210,1,8388624,0,'',12340),(17598,0,0,0,0,0,28266,0,0,0,'Renn\'az','Ammunition Vendor',NULL,0,46,46,0,1494,384,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,36864,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17599,0,0,0,0,0,17118,0,0,0,'Aonar',NULL,NULL,7461,13,13,0,1698,3,1.125,1.14286,1,0,17,23,0,44,1,2000,2000,2,4096,2048,0,0,0,0,0,0,11,17,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17600,0,0,0,0,0,17119,0,0,0,'Draenei Cartographer',NULL,NULL,0,14,14,0,1638,2,1.125,1.14286,1,0,19,25,0,46,1,2000,1900,2,0,2048,0,0,0,0,0,0,12,19,2,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17603,0,0,0,0,0,17121,0,0,0,'Grandmother','',NULL,7441,70,70,1,35,1,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,167,1,0,0,'npc_grandmother',12340),(17604,0,0,0,0,0,17360,17361,17362,17363,'Sunhawk Spy',NULL,NULL,0,13,14,0,1714,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,32768,2048,0,0,0,0,0,0,13,20,1,7,0,17604,17604,0,0,0,0,0,0,0,31827,13730,9080,31734,0,0,0,0,0,0,15,24,'',1,3,1,1,1,1,0,24399,0,0,0,0,0,0,1,0,0,'',12340),(17606,0,0,0,0,0,17356,17357,17358,17359,'Sunhawk Reclaimer',NULL,NULL,0,16,17,0,1714,0,1.125,1.14286,1,0,18,25,0,26,1,2000,2000,8,32768,2048,0,0,0,0,0,0,16,23,13,7,0,17606,17606,0,0,0,0,0,0,0,19816,8355,12544,31734,0,0,0,0,0,0,18,28,'SmartAI',1,3,1,1,1,1,0,24399,23873,0,0,0,0,0,1,0,0,'',12340),(17607,0,0,0,0,0,17364,17365,17366,0,'Sunhawk Defender',NULL,NULL,0,16,17,0,1714,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,32768,2048,0,0,0,0,0,0,17,25,2,7,0,17607,17607,0,0,0,0,0,0,0,15284,31737,6253,31734,0,0,0,0,0,0,19,30,'',1,3,1,1,1,1,0,24399,0,0,0,0,0,0,1,0,0,'',12340),(17608,0,0,0,0,0,17367,17368,0,0,'Sunhawk Pyromancer',NULL,NULL,0,17,18,0,1714,0,1,1.14286,1,0,24,32,0,58,1,2000,2000,2,32768,2048,0,0,0,0,0,0,17,25,3,7,0,17608,17608,0,0,0,0,0,0,0,11962,9053,17174,31734,0,0,0,0,0,0,20,31,'',1,3,1,1,1,1,0,24399,0,0,0,0,0,0,1,0,0,'',12340),(17609,0,0,0,0,0,17352,17353,17354,17355,'Sunhawk Saboteur',NULL,NULL,0,17,18,0,1714,0,1,1.14286,1,1,24,32,0,58,1.7,2000,2000,2,32832,2048,0,0,0,0,0,0,17,25,3,7,0,17609,17609,0,0,0,0,0,0,0,14443,6660,31734,0,0,0,0,0,0,0,73,100,'',1,3,1,3,1,1,0,24399,0,0,0,0,0,0,1,0,0,'',12340),(17610,0,0,0,0,0,17348,17349,17350,17351,'Sunhawk Agent',NULL,NULL,0,18,19,0,1714,0,1,1.14286,1,1,20,28,0,28,1.7,2000,2000,8,32832,2048,0,0,0,0,0,0,18,26,13,7,0,17610,17610,0,0,0,0,0,0,0,5916,7159,14873,15691,0,0,0,0,0,0,74,102,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17611,0,0,0,0,0,18783,11686,0,0,'Warchief\'s Portal',NULL,NULL,0,69,69,1,35,0,1.48,1.14286,1,1,2,2,0,24,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(17612,0,0,0,0,0,17381,17380,0,0,'Quel\'dorei Magewraith',NULL,NULL,0,10,10,0,91,0,1.125,1.14286,1,0,8,13,0,17,1,1400,1900,8,0,2048,0,0,0,0,0,0,9,12,12,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.4,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(17613,0,0,0,0,0,17123,0,0,0,'Archmage Alturus','',NULL,7594,70,70,0,1696,3,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17614,0,0,0,0,0,17124,0,0,0,'Huntress Kella Nightbow',NULL,NULL,7561,20,20,0,80,3,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,4096,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17621,20569,0,0,0,0,17013,0,0,0,'Heathen Guard',NULL,NULL,0,69,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,1,1400,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,30474,30485,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17622,20578,0,0,0,0,16578,0,0,0,'Sharpshooter Guard',NULL,NULL,0,69,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,4.6,1400,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,16507,0,0,0,0,0,0,0,0,30481,15620,37551,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(17623,20575,0,0,0,0,16580,0,0,0,'Reaver Guard',NULL,NULL,0,69,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,1,1400,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,15496,30485,30471,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17624,18611,0,0,0,0,17152,0,0,0,'Laughing Skull Warden',NULL,NULL,0,62,62,1,16,0,1,1.14286,1,1,172,240,0,262,4.6,2000,1551,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,17370,17624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1760,2303,'SmartAI',1,3,1,3,1,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),(17626,18609,0,0,0,0,17150,0,0,0,'Laughing Skull Legionnaire',NULL,NULL,0,61,61,1,16,0,1,1.14286,1,1,159,221,0,258,4.6,2000,1534,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,17370,17626,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1248,1635,'SmartAI',1,3,1,2.9,1,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),(17627,0,0,0,0,0,16692,0,0,0,'Jenath','Auctioneer',NULL,0,30,30,0,1604,2097152,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17628,0,0,0,0,0,16693,0,0,0,'Vynna','Auctioneer',NULL,0,30,30,0,1604,2097152,1,1.14286,1,0,39,52,0,96,1,1500,2000,2,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17629,0,0,0,0,0,16694,0,0,0,'Feynna','Auctioneer',NULL,0,30,30,0,1604,2097152,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17630,0,0,0,0,0,16753,0,0,0,'Innkeeper Jovia','Innkeeper',NULL,7288,30,30,0,1604,66177,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17631,0,0,0,0,0,16695,0,0,0,'Ceera','Banker',NULL,7812,30,30,0,1604,131073,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17632,0,0,0,0,0,16696,0,0,0,'Elana','Banker',NULL,7812,30,30,0,1604,131073,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17633,0,0,0,0,0,16697,0,0,0,'Hatheon','Banker',NULL,0,30,30,0,1604,131073,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17634,0,0,0,0,0,17136,0,0,0,'K. Lee Smallfry','Master Engineering Trainer',NULL,7512,65,65,1,1667,83,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,2,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17635,0,0,0,0,0,17144,0,0,0,'Lordaeron Commander',NULL,NULL,0,60,60,0,123,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17636,0,0,0,0,0,17138,0,0,0,'Kalynna Lathred',NULL,NULL,0,57,57,0,35,2,1,1.14286,1,0,69,96,0,106,1,2000,2000,8,32768,2048,0,0,0,0,0,0,58,85,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17637,0,0,0,0,0,17272,0,0,0,'Mack Diver','Master Engineering Trainer',NULL,0,65,65,1,1669,83,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,2,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17642,0,0,0,0,0,17141,0,0,0,'Tracker Lyceon',NULL,NULL,7460,15,15,0,1698,3,1,1.14286,1,0,20,27,0,48,1,2000,2000,2,4096,2048,0,0,0,0,0,0,14,21,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17645,0,0,0,0,0,18783,11686,0,0,'Infernal Relay',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(17647,0,0,0,0,0,17146,0,0,0,'Lordaeron Soldier',NULL,NULL,0,60,60,0,123,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17649,0,0,0,0,0,17155,0,0,0,'Kessel','Elekk Lord',NULL,7462,20,20,0,1638,3,1.125,1.14286,1,0,29,39,0,70,1,2000,2000,1,32768,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17651,0,0,0,0,0,18720,0,0,0,'Image of Medivh',NULL,NULL,0,70,70,1,1683,0,1,1.14286,1,3,234,331,0,286,35,2000,2000,2,2,2048,0,0,0,0,0,0,198,295,33,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,617299803,1,'npc_image_of_medivh',12340),(17653,18620,0,0,0,0,17137,0,0,0,'Shadowmoon Channeler',NULL,NULL,0,62,62,0,16,0,1,1.14286,1,1,131,188,0,116,4.6,2000,2000,8,64,2048,0,0,0,0,0,0,118,175,25,7,32,17370,0,0,0,0,0,0,0,0,12739,30937,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_shadowmoon_channeler',12340),(17654,0,0,0,0,0,2597,0,0,0,'Tagged Blacksilt Scout',NULL,NULL,0,12,13,0,634,0,1.125,1.14286,1,0,18,24,0,48,1,1400,1900,1,0,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17655,0,0,0,0,0,17640,0,0,0,'Blacksmith Frances','Blacksmithing Supplies',NULL,7446,15,15,0,1623,4225,1,1.14286,1,0,22,29,0,54,1,1500,2000,1,4096,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17656,0,0,0,0,0,17159,0,0,0,'Heron Skygaze','Food & Drink',NULL,7447,14,14,0,1636,129,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,4096,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17657,0,0,0,0,0,17160,0,0,0,'Logistics Officer Ulrike','Honor Hold Quartermaster',NULL,7448,62,62,0,1667,129,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17658,0,0,0,0,0,17161,0,0,0,'Exarch Admetius',NULL,NULL,7449,22,22,0,1700,3,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17659,0,0,0,0,0,17162,17163,17165,17164,'Blade of Argus',NULL,NULL,0,14,16,0,1700,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17660,0,0,0,0,0,17166,0,0,0,'Skeletal Gryphon',NULL,NULL,0,70,70,1,35,0,3.2,4.28571,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,57,1,8388624,2,'',12340),(17661,0,0,0,0,0,9277,0,0,0,'Deathclaw','',NULL,0,17,17,0,44,0,1.2,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,4,0,0,0,0,17,25,2,1,1,17661,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12850,0,0,0,'',0,1,1,1.25,1,1,0,24025,0,0,0,0,0,0,1,0,0,'',12340),(17662,18602,0,0,0,0,11686,0,0,0,'Broggok Poison Cloud',NULL,NULL,0,60,60,1,14,0,1.125,1.14286,1,0,181,253,0,268,1,2000,2000,1,33947648,2048,0,0,0,0,0,0,147,219,32,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,60,1,0,128,'',12340),(17663,0,0,0,0,0,17169,0,0,0,'Jessera of Mac\'Aree',NULL,NULL,7452,15,15,0,1700,3,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17664,0,0,0,0,0,17168,0,0,0,'Matis the Cruel','Herald of Sironas',NULL,0,18,18,0,1701,0,1,1.38571,1,1,24,32,0,58,1.7,2000,2000,2,32832,2048,0,0,0,0,0,0,17,25,3,7,128,17664,17664,0,0,0,0,0,0,0,31336,0,0,0,0,0,0,0,0,0,74,102,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17666,0,0,0,0,0,17218,0,0,0,'Astur','Stable Master',NULL,9821,13,13,0,1638,4194305,1,1.14286,1,0,18,24,0,48,1,1500,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(17667,0,0,0,0,0,17236,0,0,0,'Beega','Bowyer',NULL,0,14,14,0,1638,4480,1,1.14286,1,0,20,27,0,50,1,1500,2000,1,512,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17669,20574,0,0,0,0,14334,0,0,0,'Rabid Warhound',NULL,NULL,0,67,67,1,16,0,1.125,1.14286,1,0,225,314,0,288,4.6,1500,2000,1,0,2048,0,1,0,0,0,0,186,276,39,1,1,16507,0,70062,0,0,0,0,0,0,30636,30639,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.45,1,1,0,0,0,0,0,0,0,0,1,512,0,'',12340),(17670,20588,0,0,0,0,17184,0,0,0,'Shattered Hand Houndmaster',NULL,NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,4.6,2000,1667,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,17670,0,0,0,0,0,0,0,34100,15620,30932,0,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(17671,20584,0,0,0,0,17186,0,0,0,'Shattered Hand Champion',NULL,NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,4.6,1420,1667,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,16507,17671,0,0,0,0,0,0,0,32588,32587,0,0,0,0,0,0,0,0,1308,1713,'SmartAI',1,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(17673,0,0,0,0,0,17170,0,0,0,'Stinkhorn Striker',NULL,NULL,0,12,14,0,14,0,1.125,1.14286,1,0,20,27,0,50,1,2000,2000,1,32768,2048,0,0,0,0,0,0,13,20,1,1,0,17673,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1,1,1,0,24041,0,0,0,0,0,0,1,0,0,'',12340),(17674,0,0,0,0,0,17171,0,0,0,'Prince Toreth','Dragon Riders of Loreth\'Aran',NULL,7478,23,23,0,80,3,1.125,1.14286,1,0,33,44,0,80,1,2000,2000,1,33024,2048,0,0,0,0,0,0,22,33,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(17676,0,0,0,0,0,17173,0,0,0,'Achelus',NULL,NULL,7463,18,18,0,1638,3,1,1.14286,1,0,26,35,0,64,1,1500,2000,1,32768,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17678,0,0,0,0,0,17174,29354,0,0,'Sironas',NULL,NULL,0,20,20,0,1714,0,1.48,1.14286,1,1,27,36,0,64,1.7,2000,2000,2,33600,2048,0,0,0,0,0,0,19,28,4,3,0,17678,0,0,0,0,0,0,0,0,10966,31629,8282,13338,0,0,0,0,0,0,125,168,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(17680,0,0,0,0,0,16213,0,0,0,'Webbed Creature',NULL,NULL,0,15,15,0,14,0,1.125,1.14286,1,0,22,29,0,54,1,6000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,10,8,17680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_webbed_creature',12340),(17681,0,0,0,0,0,17176,17177,17178,17179,'Expedition Researcher','',NULL,0,16,17,0,1638,0,1.125,1.14286,1,0,25,33,0,60,1,1400,1900,1,0,2048,0,0,0,0,0,0,17,25,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17682,0,0,0,0,0,9491,0,0,0,'Princess Stillpine',NULL,NULL,0,16,16,0,1685,2,1.125,1.14286,1,0,22,29,0,52,1,2000,2000,2,37632,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17683,0,0,0,0,0,17180,0,0,0,'Zarakh',NULL,NULL,0,19,19,0,312,0,1.125,1.14286,1,0,27,37,0,68,1,1000,2000,1,0,2048,0,3,0,0,0,0,19,27,3,1,1,17683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13118,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17684,0,0,0,0,0,17181,0,0,0,'Vindicator Boros','Triumvirate of the Hand',NULL,7465,33,33,0,1698,3,1,1.14286,1,1,43,57,0,104,7.5,1500,2000,2,32768,2048,0,0,0,0,0,0,29,43,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17686,0,0,0,0,0,17182,0,0,0,'Researcher Cornelius',NULL,NULL,7466,17,17,0,1638,3,1.125,1.14286,1,0,25,33,0,60,1,1500,2000,1,36864,2048,0,0,0,0,0,0,17,25,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17687,0,0,0,0,0,169,17188,0,0,'Flame Arrow',NULL,NULL,0,1,1,0,14,0,1.125,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(17689,0,0,0,0,0,11686,0,0,0,'<TXT>Crown Guard Capture Quest Doodad','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(17690,0,0,0,0,0,11686,0,0,0,'<TXT>Eastwall Capture Quest Doodad','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(17693,20592,0,0,0,0,17727,0,0,0,'Shattered Hand Scout',NULL,NULL,0,69,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,1,2000,1900,1,0,2048,0,0,0,0,0,0,206,302,43,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(17694,20577,0,0,0,0,17189,0,0,0,'Shadowmoon Darkcaster',NULL,NULL,0,70,70,1,16,0,1.48,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,16507,17694,0,0,0,0,0,0,0,12542,12471,11990,0,0,0,0,0,0,0,711,933,'SmartAI',1,3,1,2.9,2.25,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17695,20580,0,0,0,0,17190,0,0,0,'Shattered Hand Assassin',NULL,NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,4.6,1420,1667,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,17695,0,0,0,0,0,0,0,30991,30992,30980,0,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(17696,0,0,0,0,0,11686,0,0,0,'<TXT>Northpass Capture Quest Doodad','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(17698,0,0,0,0,0,11686,0,0,0,'<TXT>Plaguewood Capture Quest Doodad','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(17701,0,0,0,0,0,11257,0,0,0,'Lord Xiz',NULL,NULL,0,13,13,0,74,0,1.125,1.14286,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,17701,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,26,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17702,0,0,0,0,0,5851,0,0,0,'High Chief Bristlelimb','',NULL,0,13,13,0,82,0,1.125,1.14286,1,0,18,24,0,48,1,1400,1900,1,0,2048,0,0,0,0,0,0,12,18,1,7,0,17702,0,0,0,0,0,0,0,0,20753,15793,0,0,0,0,0,0,0,0,14,23,'SmartAI',1,3,1,1,1,1,0,24099,0,0,0,0,0,0,1,0,0,'',12340),(17703,0,0,0,0,0,17193,0,0,0,'Messenger Hermesius',NULL,NULL,7464,16,16,0,1638,3,1,1.14286,1,0,23,31,0,56,1,1500,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17704,0,0,0,0,0,17162,17163,17165,17164,'Hand of Argus Swordsman','Hand of Argus',NULL,0,14,16,0,1700,0,1.125,1.14286,1,0,23,31,0,56,1,2000,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.34,0.3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17705,0,0,0,0,0,15504,15505,0,0,'Sunhawk Rogue','',NULL,0,14,15,0,1701,0,1.125,1.14286,1,0,22,29,0,54,1,1400,1900,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,12540,1833,15581,31734,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17707,0,0,0,0,0,19670,0,0,0,'Dawnstone Crab','',NULL,0,1,1,0,1555,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(17710,0,0,0,0,0,15920,0,0,0,'Nightseye Panther','',NULL,0,1,1,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(17711,0,0,0,0,0,21435,0,0,0,'Doomwalker','',NULL,0,73,73,1,90,0,1.72,1.14286,1,3,316,450,0,320,35,3000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,9,76,17711,0,0,0,0,0,0,0,0,32686,33661,33665,33653,0,0,0,0,0,0,4457550,5000000,'',1,3,1,210,1,1,0,0,0,0,0,0,0,224,1,617562111,0,'boss_doomwalker',12340),(17712,0,0,0,0,0,1279,0,0,0,'Captain Edward Hanes',NULL,NULL,8298,21,21,0,12,3,1.125,1.14286,1,0,31,40,0,74,1,2000,2000,1,36864,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17713,0,0,0,0,0,11263,0,0,0,'Bloodcursed Naga',NULL,NULL,0,15,16,0,74,0,1.125,1.14286,1,0,17,23,0,24,1,2000,2000,8,32768,2048,0,0,0,0,0,0,15,22,13,7,0,17713,0,0,0,0,0,0,0,0,12544,20792,0,0,0,0,0,0,0,0,17,27,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17714,0,0,0,0,0,17556,17194,17196,17197,'Bloodcursed Voyager',NULL,NULL,0,16,17,0,15,0,1.125,1.14286,1,0,25,33,0,60,1,2000,2000,1,32768,2048,0,0,0,0,0,0,17,25,2,6,0,17714,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,30,'',1,3,1,1,1,1,0,24153,0,0,0,0,0,0,1,8388624,0,'',12340),(17715,0,0,0,0,0,11271,0,0,0,'Atoph the Bloodcursed',NULL,NULL,0,19,19,0,74,0,1.125,1.14286,1,0,27,37,0,68,1,1400,1900,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,17715,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,35,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17716,0,0,0,0,0,17198,0,0,0,'Sangrias Stillblade','Blood Knight',NULL,0,12,12,0,14,0,1.125,1.14286,1,0,16,21,0,42,1,1400,1900,2,0,2048,0,0,0,0,0,0,10,15,100,7,128,0,0,0,0,0,0,0,0,0,22120,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17717,0,0,0,0,0,17199,0,0,0,'Knight-Lord Bloodvalor',NULL,NULL,7558,60,60,1,1604,3,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4096,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17718,0,0,0,0,0,17201,0,0,0,'Magister Astalor Bloodsworn',NULL,NULL,9142,60,60,1,1604,2,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,4096,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17719,0,0,0,0,0,17202,0,0,0,'Ironforge Gryphon Rider','',NULL,0,60,60,0,55,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17720,0,0,0,0,0,17203,0,0,0,'Orgrimmar Wyvern Rider','',NULL,0,60,60,0,29,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17721,20620,0,0,0,0,18388,0,0,0,'Coilfang Engineer',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,17721,17721,0,0,0,0,0,0,0,6533,40331,0,0,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17722,20625,0,0,0,0,18396,0,0,0,'Coilfang Sorceress',NULL,NULL,0,70,70,1,16,0,1,1,1,1,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,17722,17722,0,0,0,0,0,0,0,31581,15063,12675,0,0,0,0,0,0,0,1094,1433,'SmartAI',1,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17723,20164,0,0,0,0,17450,0,0,0,'Bog Giant',NULL,NULL,0,63,63,1,14,0,1,1.14286,1,1,181,253,0,268,4.6,2000,1568,1,64,2048,0,0,0,0,0,0,147,219,32,5,256,17723,0,80001,0,0,0,0,0,0,8599,32065,40318,15550,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6.6,1,1,0,0,0,0,0,0,0,0,1,612515583,0,'',12340),(17724,20185,0,0,0,0,17752,0,0,0,'Underbat',NULL,NULL,0,62,62,1,1712,0,1,1.28571,1,1,172,240,0,262,4.6,2000,2000,1,0,2048,0,33,0,0,0,0,139,207,30,1,1,17724,0,70065,0,0,0,0,0,0,34171,0,0,0,0,0,0,0,12956,0,0,0,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,133,1,8522768,0,'',12340),(17725,20188,0,0,0,0,17754,0,0,0,'Underbog Lurker',NULL,NULL,0,62,63,1,16,0,0.8,1.14286,1,1,181,253,0,268,4.6,2500,2000,1,64,2048,0,0,0,0,0,0,147,219,32,4,256,17725,0,80001,0,0,0,0,0,0,34161,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2.9,2,1,0,0,0,0,0,0,0,0,1,8391696,0,'',12340),(17726,20191,0,0,0,0,18399,0,0,0,'Wrathfin Myrmidon',NULL,NULL,0,64,64,1,74,0,1,1.14286,1,1,194,274,0,272,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,154,226,33,7,0,17726,17726,0,0,0,0,0,0,0,31410,0,0,0,0,0,0,0,0,0,1296,1697,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,75631311,0,'',12340),(17727,20192,0,0,0,0,18400,0,0,0,'Wrathfin Sentry',NULL,NULL,0,64,64,1,74,0,1,1.14286,1,1,194,274,0,272,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,154,226,33,7,0,17727,17727,0,0,0,0,0,0,0,11972,11976,0,0,0,0,0,0,0,0,1296,1697,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,75631327,0,'',12340),(17728,20181,0,0,0,0,17756,0,0,0,'Murkblood Tribesman',NULL,NULL,0,63,64,1,51,0,1,1,1,1,194,274,0,272,4.6,2000,1583,1,64,2048,0,0,0,0,0,0,154,226,33,7,0,17728,17728,0,0,0,0,0,0,0,8599,12057,30798,0,0,0,0,0,0,0,1294,1695,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17729,20180,0,0,0,0,17757,0,0,0,'Murkblood Spearman',NULL,NULL,0,63,64,1,51,0,1,1,1,1,168,234,0,252,4.6,2000,1583,2,64,2048,0,0,0,0,0,0,136,202,27,7,0,17729,17729,0,0,0,0,0,0,0,8599,22887,31407,0,0,0,0,0,0,0,1039,1362,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17730,20177,0,0,0,0,17755,0,0,0,'Murkblood Healer',NULL,NULL,0,63,64,1,51,0,1,1,1,1,168,234,0,252,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,136,202,27,7,0,17730,17730,0,0,0,0,0,0,0,29427,15585,34423,0,0,0,0,0,0,0,1039,1362,'SmartAI',1,3,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17731,20173,0,0,0,0,19403,19405,0,0,'Fen Ray',NULL,NULL,0,64,64,1,1711,0,1,1.14286,1,1,194,274,0,272,4.6,2000,1584,1,0,2048,0,34,0,0,0,0,154,226,33,1,9,17731,0,70065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12891,0,0,0,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,202627,0,'',12340),(17732,20175,0,0,0,0,18722,6633,7350,11091,'Lykul Wasp',NULL,NULL,0,63,63,1,1711,0,1,1.14286,1,1,181,253,0,268,7.5,2000,2000,1,64,2048,0,44,0,0,0,0,147,219,32,1,9,17732,0,0,0,0,0,0,0,0,32330,8599,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,65536,0,'',12340),(17734,20187,0,0,0,0,17758,12293,0,0,'Underbog Lord',NULL,NULL,0,64,64,1,14,0,1,1.14286,1,1,194,274,0,272,4.6,2500,2000,1,0,2048,0,0,0,0,0,0,154,226,33,5,256,17734,0,80001,0,0,0,0,0,0,8599,32065,40318,25778,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,617562111,0,'',12340),(17735,20193,0,0,0,0,18401,0,0,0,'Wrathfin Warrior',NULL,NULL,0,64,64,1,74,0,1,1.14286,1,1,194,274,0,272,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,154,226,33,7,0,17735,17735,0,0,0,0,0,0,0,11972,11976,8599,0,0,0,0,0,0,0,1296,1697,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,75631311,0,'',12340),(17765,0,0,0,0,0,1598,1608,0,0,'Alliance Silithyst Sentinel',NULL,NULL,0,60,60,0,57,0,1.1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,37376,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(17766,0,0,0,0,0,7117,7118,0,0,'Horde Silithyst Sentinel',NULL,NULL,0,60,60,0,71,0,1.1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,37376,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(17767,0,0,0,0,0,17444,0,0,0,'Rage Winterchill','',NULL,0,73,73,1,1720,0,1.2,1.14286,1,3,313,448,0,302,35,1200,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,6,108,17767,0,0,0,0,0,186,0,0,31249,31250,31256,31258,0,0,0,0,0,0,875466,1102876,'',0,3,1,490,300,1,0,32459,0,0,0,0,0,200,1,617299803,1,'boss_rage_winterchill',12340),(17768,0,0,0,0,0,17198,0,0,0,'Blood Knight Stillblade',NULL,NULL,0,12,12,0,1604,0,1,1.14286,1,0,16,21,0,42,1,2000,2000,2,4864,2048,32,0,0,0,0,0,10,15,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17769,0,0,0,0,0,17211,0,0,0,'Blood Knight Adept',NULL,NULL,7828,20,20,0,1604,1,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,4096,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17770,20169,0,0,0,0,17228,0,0,0,'Hungarfen',NULL,NULL,0,65,65,1,16,0,1,1.57143,1,1,200,281,0,278,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,166,246,35,5,264,17770,0,80001,0,0,0,0,0,0,31673,0,0,0,0,0,0,0,0,0,4783,6250,'SmartAI',1,3,1,11,1,1,0,0,0,0,0,0,0,157,1,617037823,0,'',12340),(17771,20179,0,0,0,0,17648,0,0,0,'Murkblood Oracle',NULL,NULL,0,63,64,1,51,0,1,1,1,1,168,234,0,252,4.6,2000,1583,2,64,2048,0,0,0,0,0,0,136,202,27,7,0,17771,17771,0,0,0,0,0,0,0,12248,31405,14034,15531,0,0,0,0,0,0,1039,1362,'SmartAI',1,3,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17772,0,0,0,0,0,30864,0,0,0,'Lady Jaina Proudmoore','',NULL,7552,73,73,1,1718,1,1.2,1.14286,1,3,313,448,0,302,35,1200,2000,2,64,2048,0,0,0,0,0,0,276,411,44,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,20,1,0,0,0,0,0,0,0,167,1,617299803,1,'npc_jaina_proudmoore',12340),(17773,0,0,0,0,0,17518,0,0,0,'Ossco','Banker',NULL,7808,30,30,0,1638,131073,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17794,0,0,0,0,0,5187,16925,0,0,'Alliance Tower Buffer',NULL,NULL,0,1,1,0,84,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(17795,0,0,0,0,0,5187,16925,0,0,'Horde Tower Buffer',NULL,NULL,0,1,1,0,83,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(17796,20630,0,0,0,0,18638,0,0,0,'Mekgineer Steamrigger',NULL,NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,9,0,17796,17796,0,0,0,0,0,0,0,35107,31485,31486,0,0,0,0,0,0,0,4412,5766,'',0,3,1,14,1,1,0,0,0,0,0,0,0,0,1,612859903,0,'boss_mekgineer_steamrigger',12340),(17797,20629,0,0,0,0,11268,0,0,0,'Hydromancer Thespia',NULL,NULL,0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,268,399,40,7,64,17797,17797,0,0,0,0,0,0,0,25189,25033,31481,0,0,0,0,0,0,0,4412,5766,'',1,3,1,17,1,1,0,30828,0,0,0,0,0,0,1,617299803,0,'boss_hydromancer_thespia',12340),(17798,20633,0,0,0,0,20235,0,0,0,'Warlord Kalithresh',NULL,NULL,0,72,72,1,16,0,1,1.42857,1,1,307,438,0,314,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,270,401,53,7,8,17798,17798,0,0,0,0,0,0,0,31534,16172,39061,36453,0,0,0,0,0,0,6919,9041,'',1,3,1,20,1,1,0,0,0,0,0,0,0,144,1,617299803,0,'boss_warlord_kalithresh',12340),(17799,20628,0,0,0,0,17691,0,0,0,'Dreghood Slave',NULL,NULL,0,70,70,1,190,0,1,1,1,1,252,357,0,304,4.6,1200,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,17799,17799,0,0,0,0,0,0,0,8269,0,0,0,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17800,20621,0,0,0,0,18389,0,0,0,'Coilfang Myrmidon',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,17800,17800,0,0,0,0,0,0,0,15496,7160,0,0,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17801,20623,0,0,0,0,18392,0,0,0,'Coilfang Siren',NULL,NULL,0,70,70,1,16,0,1,1,1,1,234,331,0,286,4.6,2000,1684,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,17801,17801,0,0,0,0,0,0,0,38660,37664,37856,0,0,0,0,0,0,0,839,1100,'SmartAI',1,3,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17802,20626,0,0,0,0,18398,0,0,0,'Coilfang Warrior',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,2000,1684,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,17802,17802,0,0,0,0,0,0,0,7164,35105,31403,0,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17803,20622,0,0,0,0,18391,0,0,0,'Coilfang Oracle',NULL,NULL,0,70,70,1,16,0,1,1,1,1,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,17803,17803,0,0,0,0,0,0,0,8281,31730,22582,0,0,0,0,0,0,0,839,1100,'SmartAI',1,3,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17804,0,0,0,0,0,17250,0,0,0,'Squire Rowe',NULL,NULL,7480,52,52,0,12,3,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,32768,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17805,20624,0,0,0,0,18394,0,0,0,'Coilfang Slavemaster',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,17805,17805,0,0,0,0,0,0,0,10987,6713,8269,3416,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17807,0,0,0,0,0,17257,0,0,0,'Master Kelerun Bloodmourn','Blood Knight',NULL,0,30,30,0,1604,2,1.125,1.14286,1,0,39,52,0,96,1,2000,2000,2,768,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17808,0,0,0,0,0,21069,0,0,0,'Anetheron','',NULL,0,73,73,1,1720,0,1.2,1.14286,1,3,313,448,0,302,35,1200,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,3,108,17808,0,0,0,0,0,0,0,0,31306,38061,39346,31306,0,0,0,0,0,0,869013,1094745,'',0,3,1,490,20,1,0,0,0,0,0,0,0,167,1,617299803,1,'boss_anetheron',12340),(17814,20538,0,0,0,0,17959,17960,17961,17962,'Lordaeron Watchman','',NULL,0,65,65,1,1749,0,1,1.14286,1,1,200,281,0,278,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,17814,17814,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,1089,'SmartAI',1,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17815,20537,0,0,0,0,17947,17948,17949,17950,'Lordaeron Sentry','',NULL,0,65,65,1,1749,0,1,1.14286,1,1,200,281,0,278,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,17815,17815,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,1089,'SmartAI',1,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17816,19884,0,0,0,0,17106,0,0,0,'Bogstrok',NULL,NULL,0,62,62,1,16,0,1,0.992063,1,1,172,240,0,262,4.6,2000,1551,1,32832,2048,0,0,0,0,0,0,139,207,30,7,0,17816,17816,0,0,0,0,0,0,0,31551,0,0,0,0,0,0,0,0,0,1250,1637,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,65553,0,'',12340),(17817,19892,0,0,0,0,17101,0,0,0,'Greater Bogstrok',NULL,NULL,0,62,62,1,16,0,1,0.992063,1,1,172,240,0,262,4.6,2000,1551,1,32832,2048,0,0,0,0,0,0,139,207,30,7,0,17817,17817,0,0,0,0,0,0,0,31552,0,0,0,0,0,0,0,0,0,1250,1637,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,65553,0,'',12340),(17819,20527,0,0,0,0,17999,18000,18001,18002,'Durnholde Sentry',NULL,NULL,0,66,66,1,1748,0,1,1.14286,1,1,210,295,0,282,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,17819,17819,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,874,1147,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17820,20526,0,0,0,0,17979,17980,17982,17983,'Durnholde Rifleman',NULL,NULL,0,66,67,1,1748,0,1,1.14286,1,1,225,314,0,288,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,17820,17820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,874,1147,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17822,0,0,0,0,0,17263,0,0,0,'Landen Stilwell','',NULL,7530,20,20,0,35,1,1,1.14286,1,0,29,39,0,70,1.7,2000,2000,1,32768,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17824,0,0,0,0,0,17267,17268,0,0,'Captured Sunhawk Agent',NULL,NULL,7531,16,16,0,1194,1,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,33536,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17825,0,0,0,0,0,17269,0,0,0,'Interrogator Elysia',NULL,NULL,0,19,19,0,1698,2,1,1.14286,1,0,26,34,0,60,1,2000,2000,2,32768,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17826,20183,0,0,0,0,18570,0,0,0,'Swamplord Musel\'ek',NULL,NULL,0,65,65,1,74,0,1,1,1,1,186,260,0,262,4.6,1800,2000,2,32832,2048,0,0,0,0,0,0,153,227,29,7,8,17826,0,0,0,0,0,0,0,0,31566,34974,31567,18813,0,0,0,0,0,0,3933,5140,'SmartAI',1,3,1,11.25,20,1,0,0,0,0,0,0,0,0,1,617037823,0,'',12340),(17827,20165,0,0,0,0,2289,0,0,0,'Claw','Swamplord Musel\'ek\'s Pet',NULL,7525,65,65,1,74,0,1,0.992063,1,1,200,281,0,278,4.6,4000,1601,1,512,2048,0,0,0,0,0,0,166,246,35,1,0,0,0,0,0,0,0,0,0,0,31429,34298,34971,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,9,1,1,0,0,0,0,0,0,0,0,1,545339643,0,'',12340),(17830,0,0,0,0,0,1912,0,0,0,'Zelemar the Wrathful',NULL,NULL,0,20,20,0,954,0,1,1.14286,1,1,29,39,0,70,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,3,0,17830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,24225,0,0,0,0,0,0,1,0,0,'',12340),(17831,0,0,0,0,0,17271,0,0,0,'Watcher Leesa\'oh',NULL,NULL,7495,65,65,1,1660,3,1.125,1.14286,1,0,186,260,0,262,1,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17832,0,0,0,0,0,17258,0,0,0,'Blood Knight Dawnstar','',NULL,7486,23,23,0,1604,1,0.0001,1.14286,1,0,31,41,0,74,1,2000,2000,2,0,2048,32,0,0,0,0,0,21,31,5,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17833,20530,0,0,0,0,18008,18009,18010,18011,'Durnholde Warden',NULL,NULL,0,67,67,1,1748,0,1,1.14286,1,1,204,287,0,272,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,170,253,31,7,0,17833,17833,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,927,'SmartAI',1,3,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17834,0,0,0,0,0,17274,0,0,0,'Lethyn Moonfire','',NULL,7496,63,63,1,1660,3,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,4096,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17835,22164,0,0,0,0,19058,0,0,0,'Infinite Assassin',NULL,NULL,0,70,70,1,1720,0,2,1.42857,1,0,252,357,0,304,1,2000,1684,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.8,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(17836,20540,0,0,0,0,11570,0,0,0,'Ogre Brawler','',NULL,0,65,65,1,41,0,1.48,1.14286,1,1,200,281,0,278,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17837,20549,0,0,0,0,592,299,0,298,'Troll Berserker','',NULL,0,65,65,1,99,0,1.48,1.14286,1,1,200,281,0,278,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17838,0,0,0,0,0,18877,0,0,0,'Time Rift',NULL,NULL,0,70,70,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,1900,1,33554434,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_time_rift',12340),(17839,20744,0,0,0,0,19326,0,0,0,'Rift Lord',NULL,NULL,0,70,70,1,1720,0,1,1.42857,1,1,225,314,0,288,7.5,1449,1701,1,0,2048,0,0,0,0,0,0,186,276,39,2,0,17839,0,70065,0,0,0,0,0,0,36214,16145,15708,9080,0,0,0,0,0,0,2880,3766,'SmartAI',1,3,1,9,3,1,0,31753,0,0,0,0,0,144,1,2048,0,'',12340),(17840,20528,0,0,0,0,780,0,0,0,'Durnholde Tracking Hound',NULL,NULL,0,65,65,1,1748,0,1,1.14286,1,1,200,281,0,278,4.6,1200,1900,1,0,2048,0,0,0,0,0,0,166,246,35,1,0,17840,0,70065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17841,0,0,0,0,0,17275,0,0,0,'Ysiel Windsinger','Expedition Leader',NULL,7488,68,68,1,1659,3,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17842,0,0,0,0,0,18526,0,0,0,'Azgalor','',NULL,0,73,73,1,1720,0,1.2,1.14286,1,3,313,448,0,302,35,1200,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,3,108,17842,0,0,0,0,0,0,0,0,42023,31347,40505,40505,0,0,0,0,0,0,857392,1080108,'',0,3,1,490,20,1,0,0,0,0,0,0,0,192,1,617299803,33,'boss_azgalor',12340),(17843,0,0,0,0,0,17277,0,0,0,'Vindicator Kuros','Triumvirate of the Hand',NULL,7489,33,33,0,1698,3,1,1.14286,1,1,43,57,0,104,7.5,1500,2000,2,33024,2048,0,0,0,0,0,0,29,43,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,11,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17844,0,0,0,0,0,17276,0,0,0,'Vindicator Aesom','Triumvirate of the Hand',NULL,7517,33,33,0,1698,51,1,1.14286,1,1,43,57,0,104,7.5,1500,2000,2,32768,2048,0,0,0,0,2,0,29,43,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17845,0,0,0,0,0,17278,17279,0,0,'Blood Elf Magister',NULL,NULL,0,50,50,0,1604,0,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,4096,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17846,20543,0,0,0,0,11898,5375,4889,1823,'Pit Spectator',NULL,NULL,0,65,65,1,1749,0,1,1.14286,1,1,200,281,0,278,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,17846,17846,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,1089,'',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17847,0,0,0,0,0,11686,0,0,0,'[PH]Ye Olde Channel Imp','You shouldn\'t see me',NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17848,20535,0,0,0,0,17386,0,0,0,'Lieutenant Drake',NULL,NULL,0,68,68,1,1748,0,1,1.42857,1,1,231,325,0,292,7.5,1500,1900,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,17848,17848,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3428,4481,'',1,3,1,12,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_lieutenant_drake',12340),(17849,0,0,0,0,0,17284,0,0,0,'Slain Outrunner','',NULL,0,6,6,0,1604,2,1,1.14286,1,0,5,5,0,15,1,1500,1900,8,537137920,2048,32,0,0,0,0,0,3,4,11,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17850,0,0,0,0,0,17188,0,0,0,'Sunhawk Reclaimer Generator',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17852,0,0,0,0,0,17370,0,0,0,'Thrall','Warchief',NULL,7581,73,73,1,1718,1,1.2,1.14286,1,3,313,448,0,302,35,1200,2000,2,64,2048,0,0,0,0,0,0,276,411,44,7,4172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,15,1,0,0,0,0,0,0,0,167,1,617299803,1,'npc_thrall',12340),(17853,0,0,0,0,0,17280,17281,17282,0,'Tracker of the Hand',NULL,NULL,0,18,18,0,1700,0,1.48,1.14286,1,1,24,32,0,58,3,1400,1900,2,0,2048,0,0,0,0,0,0,17,25,3,7,0,0,0,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17855,0,0,0,0,0,20618,20619,20621,20620,'Expedition Warden',NULL,NULL,0,70,70,1,1661,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,12024,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),(17856,0,0,0,0,0,17626,0,0,0,'Gzhun\'tt','',NULL,7510,65,65,1,1708,3,1,0.99206,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17857,0,0,0,0,0,17626,0,0,0,'T\'shu','',NULL,7514,63,63,1,1708,3,1,0.99206,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17858,0,0,0,0,0,17285,0,0,0,'Warden Hamoot','',NULL,7550,56,58,0,1660,3,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17860,20529,0,0,0,0,18004,18005,18006,18007,'Durnholde Veteran',NULL,NULL,0,67,67,1,1748,0,1,1.14286,1,1,225,314,0,288,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,17860,17860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,876,1149,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17862,20521,0,0,0,0,17387,0,0,0,'Captain Skarloc',NULL,NULL,0,68,68,1,1748,0,1,1.14286,1,1,214,301,0,276,7.5,1500,1900,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,17862,17862,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2748,3593,'',1,3,1,12,10,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_captain_skarloc',12340),(17865,0,0,0,0,0,17168,0,0,0,'Matis','Herald of Sironas',NULL,0,18,18,0,1194,0,1.48,1.14286,1,1,24,32,0,58,7.5,2000,2000,2,33024,2048,0,0,0,0,0,0,17,25,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17866,0,0,0,0,0,17626,0,0,0,'Khn\'nix','',NULL,7511,66,66,1,1708,3,1,0.99206,1,0,195,273,0,266,1,2000,2000,2,4096,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17870,0,0,0,0,0,17288,0,0,0,'Angered Nether-wraith',NULL,NULL,0,70,70,1,634,0,1.125,1.14286,1,0,234,331,0,286,1,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,17870,0,0,0,0,0,0,75,100,39337,38205,38206,38207,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17871,20190,0,0,0,0,16273,0,0,0,'Underbog Shambler',NULL,NULL,0,62,63,1,16,0,0.8,1.14286,1,1,164,228,0,249,4.6,2500,2000,2,0,2048,0,0,0,0,0,0,133,196,26,4,256,17871,0,80001,0,0,0,0,0,0,32329,34163,31427,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2.9,2,1,0,0,0,0,0,0,0,0,1,8391696,0,'',12340),(17874,0,0,0,0,0,17826,0,0,0,'Image of Velen','',NULL,0,70,70,0,35,0,1.48,1.14286,1,3,234,331,0,286,35,2000,2000,2,832,2048,0,0,0,0,0,0,198,295,33,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,15,1,0,0,0,0,0,0,0,0,1,617299803,2,'',12340),(17875,0,0,0,0,0,17280,17281,17282,0,'Hunter of the Hand',NULL,NULL,0,18,18,0,1700,0,1,1.14286,1,1,24,32,0,58,7.5,1400,1900,2,0,2048,0,0,0,0,0,0,17,25,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17876,20548,0,0,0,0,17292,0,0,0,'Thrall',NULL,NULL,7499,67,67,1,1747,3,1,1,1,1,225,314,0,288,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,186,276,39,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,5,1,0,0,0,0,0,0,0,0,1,0,0,'npc_thrall_old_hillsbrad',12340),(17877,0,0,0,0,0,18228,0,0,0,'Fhwoor',NULL,NULL,7516,65,65,1,1709,3,1,1.14286,1,0,186,260,0,262,1,3000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17878,0,0,0,0,0,775,9788,9789,11489,'Scourge Siege Engineer',NULL,NULL,0,60,60,0,21,0,0.888888,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,17878,17878,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,156,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(17879,20738,0,0,0,0,20513,0,0,0,'Chrono Lord Deja',NULL,NULL,0,72,72,1,1720,0,1.48,1.14286,1,1,304,436,0,296,7.5,1400,1900,2,0,2048,0,0,0,0,0,0,268,399,40,2,64,17879,0,70066,0,0,0,0,0,0,31457,31467,38539,0,0,0,0,0,0,0,3902,5100,'',1,3,1,15,10,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_chrono_lord_deja',12340),(17880,20745,0,0,0,0,19066,0,0,0,'Temporus',NULL,NULL,0,73,73,1,1720,0,1.48,1.14286,1,1,316,450,0,320,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,278,413,58,2,64,17880,0,70066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4794,6266,'',1,3,1,15,1,1,0,0,0,0,0,0,0,144,1,650854271,2097408,'boss_temporus',12340),(17881,20737,0,0,0,0,20510,0,0,0,'Aeonus',NULL,NULL,0,72,72,1,1720,0,1,1.71429,1,1,307,438,0,314,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,270,401,53,2,64,17881,0,70066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6494,8486,'',1,3,1,20,1,1,0,0,0,0,0,0,0,164,1,650854271,2097152,'boss_aeonus',12340),(17882,20184,0,0,0,0,18194,0,0,0,'The Black Stalker',NULL,NULL,0,65,65,1,14,0,1,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,153,227,29,1,8,17882,0,0,0,0,0,0,0,0,31717,31704,31715,20279,0,0,0,0,0,0,5633,7360,'',1,3,1,16,10,1,0,24248,24427,0,0,0,0,0,1,617037823,0,'boss_the_black_stalker',12340),(17883,0,0,0,0,0,11686,0,0,0,'Velen Event Trigger',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(17884,0,0,0,0,0,17294,0,0,0,'Watcher Jhang',NULL,NULL,7515,63,63,1,1660,3,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,0,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17885,0,0,0,0,0,17295,0,0,0,'Earthbinder Rayge',NULL,NULL,7521,64,64,1,1660,1,1,1.14286,1,0,168,234,0,252,4.6,2000,1584,2,512,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17886,0,0,0,0,0,11686,0,0,0,'[DND]Sunhawk Portal Controller',NULL,NULL,0,17,18,0,35,0,1.48,1.14286,1,1,19,26,0,27,1.7,2000,2000,8,33588032,2048,0,0,0,0,0,0,17,24,13,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3,3,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(17887,0,0,0,0,0,17298,0,0,0,'Void Critter',NULL,NULL,0,3,5,0,1715,0,1.125,1.14286,1,0,5,6,0,28,1,2000,2000,2,32768,2048,0,0,0,0,0,0,3,4,100,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17888,0,0,0,0,0,17886,0,0,0,'Kaz\'rogal','',NULL,0,73,73,1,1720,0,1.2,1.14286,1,3,313,448,0,302,35,1200,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,3,108,17888,0,0,0,0,0,0,0,0,31436,40936,31447,31477,0,0,0,0,0,0,1502364,2018968,'',0,1,1,490,20,1,0,0,0,0,0,0,0,170,1,617299803,1,'boss_kazrogal',12340),(17889,0,0,0,0,0,11686,0,0,0,'Sun Gate Event Manager',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(17890,0,0,0,0,0,17300,0,0,0,'Weeder Greenthumb','',NULL,7519,63,63,1,1660,1,1,1.14286,1,0,164,228,0,249,4.6,2000,2000,2,512,2048,0,0,0,0,0,0,133,196,26,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17892,20741,0,0,0,0,19061,0,0,0,'Infinite Chronomancer',NULL,NULL,0,70,70,1,1720,0,2,1.42857,1,0,234,331,0,286,1,2000,1684,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.8,3,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(17893,22938,0,0,0,0,17301,0,0,0,'Naturalist Bite',NULL,NULL,7520,64,64,1,1660,1,1,1.14286,1,0,168,234,0,252,4.6,2000,1584,2,33536,2048,0,0,0,0,0,0,136,202,27,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_natrualist_bite',12340),(17894,0,0,0,0,0,17309,0,0,0,'Windcaller Claw',NULL,NULL,0,65,65,1,994,1,1.48,1.14286,1,1,200,281,0,278,7.5,1400,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17895,0,0,0,0,0,571,0,0,0,'Ghoul','',NULL,0,70,70,1,1720,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,64,2048,0,0,0,0,0,0,215,320,44,6,72,17895,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3758,4732,'',1,3,1,14,1,1,0,0,0,0,0,0,0,147,1,8388624,0,'npc_ghoul',12340),(17896,0,0,0,0,0,17319,0,0,0,'Kameel Longstride','Stable Master',NULL,9821,56,58,0,1660,4194305,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(17897,0,0,0,0,0,17308,0,0,0,'Crypt Fiend','',NULL,0,70,70,1,1720,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,64,2048,0,0,0,0,0,0,215,320,44,6,72,17897,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3781,4761,'',1,3,1,17.5,1,1,0,0,0,0,0,0,0,147,1,8388624,0,'npc_crypt_fiend',12340),(17898,0,0,0,0,0,12818,0,0,0,'Abomination','',NULL,0,71,71,1,1720,0,1.2,1.14286,1,1,299,426,0,308,7.5,1400,2000,1,64,2048,0,0,0,0,0,0,262,389,48,6,72,17898,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8208,10338,'',1,3,1,17.5,1,1,0,0,0,0,0,0,0,147,1,8388624,0,'npc_abomination',12340),(17899,0,0,0,0,0,17537,0,0,0,'Shadowy Necromancer','',NULL,0,70,70,1,1720,0,1.2,1.14286,1,1,234,331,0,286,7.5,1400,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,17899,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3760,4734,'',1,3,1,15.4,10,1,0,0,0,0,0,0,0,147,1,0,0,'npc_necromancer',12340),(17900,0,0,0,0,0,17310,0,0,0,'Ashyen','Ancient of Lore',NULL,7559,62,62,0,1659,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'npcs_ashyen_and_keleth',12340),(17901,0,0,0,0,0,16975,0,0,0,'Keleth','Ancient of War',NULL,7560,62,62,0,1659,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,4096,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'npcs_ashyen_and_keleth',12340),(17904,0,0,0,0,0,17320,0,0,0,'Fedryen Swiftspear','Cenarion Expedition Quartermaster',NULL,0,60,60,0,1710,4224,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17909,0,0,0,0,0,17313,0,0,0,'Lauranna Thar\'well','Expedition Cataloguer',NULL,7571,68,68,1,1659,3,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_alchemy',12340),(17915,0,0,0,0,0,11686,0,0,0,'[PH] Invis Paladin Quest Credit','Nothing to See Here',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,3.5,2000,1900,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(17917,20627,0,0,0,0,5564,0,0,0,'Coilfang Water Elemental',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,4,8,17917,0,0,0,0,0,0,0,0,34449,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(17918,20746,0,0,0,0,6370,0,0,0,'Time Keeper',NULL,NULL,0,70,70,1,1718,0,1.48,1.14286,1,1,252,357,0,304,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,100,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(17919,0,0,0,0,0,17322,0,0,0,'Alliance Footman','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(17920,0,0,0,0,0,17389,0,0,0,'Alliance Knight','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,12,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(17921,0,0,0,0,0,17324,0,0,0,'Alliance Rifleman','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,1,1,0,0,0,0,0,0,0,121,1,0,0,'alliance_rifleman',12340),(17922,0,0,0,0,0,17325,0,0,0,'Alliance Sorceress','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,248,363,0,135,7.5,1400,2000,8,32832,2048,0,0,0,0,0,0,233,347,28,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,5,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(17923,0,0,0,0,0,17626,0,0,0,'Fahssn','Sporeggar',NULL,7574,64,64,1,35,3,1.125,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17924,0,0,0,0,0,17626,0,0,0,'Msshi\'fn','Sporeggar Primus',NULL,7573,64,64,1,1708,3,1,0.99206,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17925,0,0,0,0,0,17626,0,0,0,'Gshaff','',NULL,7572,64,64,1,1708,3,1,0.99206,1,0,194,274,0,272,1,1000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17926,0,0,0,0,0,17326,0,0,0,'Scout Loryi',NULL,NULL,7523,18,18,0,1698,3,1,1.14286,1,0,24,32,0,58,1,2000,2000,2,36864,2048,0,0,0,0,0,0,17,25,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17927,0,0,0,0,0,17327,0,0,0,'Scout Jorli',NULL,NULL,7835,18,18,0,1698,3,1,1.14286,1,0,24,32,0,58,1,2000,2000,2,36864,2048,0,0,0,0,0,0,17,25,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17928,0,0,0,0,0,17329,0,0,0,'Alliance Priest','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,248,363,0,135,7.5,1400,2000,8,32832,2048,0,0,0,0,0,0,233,347,28,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,5,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(17929,0,0,0,0,0,17334,0,0,0,'Kioni','Cloth & Leather Merchant',NULL,0,12,12,0,1638,4224,1,1.14286,1,0,17,22,0,46,1,1500,2000,1,768,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17930,0,0,0,0,0,17333,0,0,0,'Nabek','Weapons & Armor Merchant',NULL,0,11,11,0,1638,4224,1,1.14286,1,0,15,20,0,44,1,1500,2000,1,768,2048,0,0,0,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17931,0,0,0,0,0,17330,0,0,0,'Alliance Peasant','',NULL,0,69,70,1,1716,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(17932,0,0,0,0,0,17331,0,0,0,'Horde Grunt','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,8256,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(17933,0,0,0,0,0,17332,0,0,0,'Tauren Warrior','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,12,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(17934,0,0,0,0,0,17335,0,0,0,'Horde Headhunter','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,8256,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(17935,0,0,0,0,0,17336,0,0,0,'Horde Witch Doctor','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,234,331,0,286,7.5,1400,2000,2,64,2048,0,0,0,0,0,0,198,295,33,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,8,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(17936,0,0,0,0,0,17337,0,0,0,'Horde Shaman','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,234,331,0,286,7.5,1400,2000,2,64,2048,0,0,0,0,0,0,198,295,33,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,8,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(17937,0,0,0,0,0,17338,0,0,0,'Horde Peon','',NULL,0,69,70,1,1719,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(17938,19888,0,0,0,0,18390,0,0,0,'Coilfang Observer',NULL,NULL,0,62,62,1,74,0,1,1.14286,1,1,160,223,0,246,4.6,2000,1551,2,32832,2048,0,0,0,0,0,0,129,191,26,7,0,17938,17938,0,0,0,0,0,0,0,37668,37666,0,0,0,0,0,0,0,0,1037,1360,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17940,19891,0,0,0,0,18397,0,0,0,'Coilfang Technician',NULL,NULL,0,63,63,1,74,0,1,1.14286,1,1,164,228,0,249,4.6,2000,1568,2,32832,2048,0,0,0,0,0,0,133,196,26,7,0,17940,17940,0,0,0,0,0,0,0,31581,16005,0,0,0,0,0,0,0,0,1039,1362,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,67243976,0,'',12340),(17941,19893,0,0,0,0,17728,0,0,0,'Mennu the Betrayer',NULL,NULL,0,63,63,1,74,0,1,1,1,1,164,228,0,249,4.6,1200,1584,2,64,2048,0,0,0,0,0,0,133,196,26,7,72,17941,0,0,0,0,0,0,0,0,35010,31981,31985,34980,0,0,0,0,0,0,5631,7358,'SmartAI',1,3,1,17,2.5,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(17942,19894,0,0,0,0,18224,0,0,0,'Quagmirran',NULL,NULL,0,64,64,1,14,0,1,2,1,1,194,274,0,272,4.6,3000,1584,1,64,2048,0,0,0,0,0,0,154,226,33,5,64,17942,0,0,0,0,0,0,0,0,38163,40504,34780,32055,0,0,0,0,0,0,7756,10133,'SmartAI',1,3,1,18,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(17943,0,0,0,0,0,17339,0,0,0,'Night Elf Archer','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(17944,0,0,0,0,0,17340,0,0,0,'Dryad','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,234,331,0,286,7.5,1400,2000,2,64,2048,0,0,0,0,0,0,198,295,33,7,8,0,0,0,0,0,0,0,0,0,31772,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,6,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(17945,0,0,0,0,0,17341,0,0,0,'Night Elf Huntress','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17947,0,0,0,0,0,17200,0,0,0,'Red Crystal Bunny',NULL,NULL,0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17948,0,0,0,0,0,17873,0,0,0,'Tyrande Whisperwind','High Priestess of Elune',NULL,7706,73,73,1,1718,1,1.2,1.14286,1,3,313,448,0,302,35,1200,2000,2,64,2048,0,0,0,0,0,0,276,411,44,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,15,1,0,0,0,0,0,0,0,0,1,617299803,1,'npc_tyrande_whisperwind',12340),(17951,20632,0,0,0,0,6936,6937,0,0,'Steamrigger Mechanic',NULL,NULL,0,70,70,1,63,0,1,1.14286,1,0,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_steamrigger_mechanic',12340),(17952,22163,0,0,0,0,18417,0,0,0,'Darkwater Crocolisk',NULL,NULL,0,67,68,1,16,0,1,1.14286,1,0,231,325,0,292,1,2000,1650,1,0,2048,0,6,0,0,0,0,195,289,41,1,1,17952,0,17952,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12926,0,0,0,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17953,0,0,0,0,0,6448,0,0,0,'Buddy','',NULL,0,65,65,1,1710,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,146,1,0,2,'',12340),(17954,20631,0,0,0,0,17423,0,0,0,'Naga Distiller',NULL,NULL,0,70,70,1,190,0,1,1,1,0,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,9,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,16384,0,'npc_naga_distiller',12340),(17955,0,0,0,0,0,18227,0,0,0,'Hungry Bog Lord','',NULL,0,64,64,1,35,0,1.125,1.14286,1,0,194,274,0,272,1,1347,1584,1,768,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,2,'',12340),(17956,0,0,0,0,0,17767,0,0,0,'Ikeyen','',NULL,7529,62,62,0,1710,3,1,1,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17957,19885,0,0,0,0,18384,0,0,0,'Coilfang Champion',NULL,NULL,0,63,63,1,74,0,1,1.14286,1,1,181,253,0,268,4.6,2000,1568,1,32832,2048,0,0,0,0,0,0,147,219,32,7,0,17957,17957,0,0,0,0,0,0,0,15284,16145,5246,0,0,0,0,0,0,0,1294,1695,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17958,19886,0,0,0,0,18387,0,0,0,'Coilfang Defender',NULL,NULL,0,63,63,1,74,0,1,1.14286,1,1,181,253,0,268,4.6,2000,1568,1,32832,2048,0,0,0,0,0,0,147,219,32,7,0,17958,17958,0,0,0,0,0,0,0,15655,31554,0,0,0,0,0,0,0,0,1294,1695,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,13108177,0,'',12340),(17959,19889,0,0,0,0,18393,0,0,0,'Coilfang Slavehandler',NULL,NULL,0,62,63,1,74,0,1,1.14286,1,1,181,253,0,268,4.6,2000,1567,1,32832,2048,0,0,0,0,0,0,147,219,32,7,0,17959,17959,0,0,0,0,0,0,0,9080,16172,0,0,0,0,0,0,0,0,1335,1748,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17960,19890,0,0,0,0,18395,0,0,0,'Coilfang Soothsayer',NULL,NULL,0,62,62,1,74,0,1,1,1,1,131,188,0,116,4.6,2000,1551,8,32832,2048,0,0,0,0,0,0,118,175,25,7,0,17960,17960,0,0,0,0,0,0,0,30923,31555,15791,0,0,0,0,0,0,0,952,1249,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17961,19887,0,0,0,0,18386,0,0,0,'Coilfang Enchantress',NULL,NULL,0,62,62,1,74,0,1,1,1,1,160,223,0,246,4.6,2000,1551,2,32832,2048,0,0,0,0,0,0,129,191,26,7,0,17961,17961,0,0,0,0,0,0,0,32173,15234,32193,0,0,0,0,0,0,0,1037,1360,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17962,19903,0,0,0,0,18302,0,0,0,'Coilfang Collaborator',NULL,NULL,0,61,62,1,51,0,1,1,1,1,172,240,0,262,4.6,1200,1551,1,64,2048,0,0,0,0,0,0,139,207,30,7,0,17962,17962,0,0,0,0,0,0,0,33787,19130,8269,0,0,0,0,0,0,0,1250,1637,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17963,19902,0,0,0,0,17956,0,0,0,'Wastewalker Slave',NULL,NULL,0,62,63,1,190,0,1,1,1,0,138,199,0,119,4.6,2000,1567,8,0,2048,0,0,0,0,0,0,125,185,26,7,0,17963,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,264,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17964,19904,0,0,0,0,18301,0,0,0,'Wastewalker Worker',NULL,NULL,0,62,63,1,190,0,1,1,1,0,181,253,0,268,4.6,1200,1567,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,17964,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,350,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17968,0,0,0,0,0,20939,0,0,0,'Archimonde','',NULL,0,73,73,1,1720,0,1.2,1.14286,0.4,3,313,448,0,302,35,1200,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,3,108,17968,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1032558,1300774,'',0,3,1,525,200,1,0,0,0,0,0,0,0,204,1,617299803,33,'boss_archimonde',12340),(17969,0,0,0,0,0,17471,0,0,0,'Kayra Longmane','',NULL,0,60,60,1,1660,2,1,0.92857,1,0,146,192,0,238,1,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,110,1,0,2,'npc_kayra_longmane',12340),(17972,0,0,0,0,0,17657,0,0,0,'Invisible Mount Speed 30','',NULL,0,40,40,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17974,0,0,0,0,0,13069,0,0,0,'Captured Sunhawk Agent Invisible Trigger',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(17975,21558,0,0,0,0,19045,0,0,0,'High Botanist Freywinn',NULL,NULL,0,72,72,1,16,0,1.71,1.14286,1,1,304,436,0,296,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,268,399,40,7,32,17975,17975,0,0,0,0,0,0,0,34557,34551,34550,0,0,0,0,0,0,0,4157,5433,'',1,3,1,15.75,15,1,0,31744,0,0,0,0,0,150,1,650854271,2097152,'boss_high_botanist_freywinn',12340),(17976,21551,0,0,0,0,18929,0,0,0,'Commander Sarannis',NULL,NULL,0,72,72,1,16,0,1.71,1.14286,1,1,307,438,0,314,4.6,1400,1900,1,0,2048,0,0,0,0,0,0,270,401,53,7,32,17976,17976,0,0,0,0,0,0,0,34799,0,0,0,0,0,0,0,0,0,4794,6266,'',1,3,1,15,1,1,0,28769,0,0,0,0,0,150,1,650854271,2097152,'boss_commander_sarannis',12340),(17977,21582,0,0,0,0,19438,0,0,0,'Warp Splinter',NULL,NULL,0,72,72,1,16,0,2,1.42857,1,1,307,438,0,314,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,270,401,53,4,328,17977,0,80002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5644,7376,'',1,3,1,18,1,1,0,31085,0,0,0,0,0,144,1,650854271,2097152,'boss_warp_splinter',12340),(17978,21581,0,0,0,0,14416,0,0,0,'Thorngrin the Tender',NULL,NULL,0,72,72,1,16,0,1.71,1.14286,1,1,304,436,0,296,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,268,399,40,3,32,17978,17978,0,0,0,0,0,0,0,34661,39132,34670,0,0,0,0,0,0,0,3264,4268,'',1,3,1,12.5,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'thorngrin_the_tender',12340),(17979,0,0,0,0,0,13069,0,0,0,'Bloodmyst Tesla Coil',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17980,21559,0,0,0,0,13109,0,0,0,'Laj',NULL,NULL,0,72,72,1,16,0,1.71,1.14286,1,1,307,438,0,314,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,270,401,53,4,72,17980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5219,6821,'',1,3,1,16.5,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_laj',12340),(17981,0,0,0,0,0,18366,0,0,0,'Voidspawn',NULL,NULL,0,65,66,1,16,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,0,2048,0,0,0,0,0,0,161,240,29,3,0,17981,0,0,0,0,0,0,0,0,36447,32026,0,0,0,0,0,0,0,0,154,206,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17982,0,0,0,0,0,17384,0,0,0,'Demolitionist Legoso',NULL,NULL,7538,20,20,0,1638,3,1,1,1,1,27,36,0,64,1.7,2000,2000,2,36864,2048,0,0,0,0,0,0,19,28,4,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,110,1,0,0,'',12340),(17983,0,0,0,0,0,17385,0,0,0,'Heur','Herbalism Trainer',NULL,0,10,10,0,1638,80,1,1.14286,1,0,13,17,0,42,1,1500,2000,1,512,2048,0,0,2,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17984,0,0,0,0,0,7804,0,0,0,'Power Source Invisible Bunny',NULL,NULL,0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(17985,0,0,0,0,0,11686,0,0,0,'As the Crow Flies Credit Marker',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(17986,0,0,0,0,0,17388,0,0,0,'Vindicator Corin',NULL,NULL,7539,19,19,0,1638,3,1,1.14286,1,1,26,34,0,60,1.7,2000,2000,2,36864,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17987,0,0,0,0,0,4588,0,0,0,'Strength of Earth','',NULL,0,10,10,0,58,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17988,0,0,0,0,0,11686,0,0,0,'Grand Finale Event Manager',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(17989,0,0,0,0,0,17142,0,0,0,'Archimindy',NULL,NULL,0,1,2,0,35,0,1.125,1.14286,1,0,2,2,0,26,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(17990,20189,0,0,0,0,0,11686,0,0,'Underbog Mushroom',NULL,NULL,0,65,65,1,16,0,0.0001,1.14286,0.1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,34168,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,612794367,0,'',12340),(17991,19895,0,0,0,0,17729,0,0,0,'Rokmar the Crackler',NULL,NULL,0,64,64,1,16,0,1.6,1.14286,1,1,194,274,0,272,4.6,2000,1584,1,64,2048,0,0,0,0,0,0,154,226,33,7,72,17991,17991,0,0,0,0,0,0,0,31956,31948,35008,34970,0,0,0,0,0,0,7331,9578,'SmartAI',1,3,1,17,1,1,0,0,0,0,0,0,0,125,1,617299803,0,'',12340),(17992,0,0,0,0,0,1126,11686,0,0,'Coilfang Invisible Vacuum Dummy',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,1900,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(17993,21548,0,0,0,0,17773,17774,17775,17776,'Bloodwarder Protector',NULL,NULL,0,69,70,1,16,0,1,1.14286,1,1,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,17993,17993,0,0,0,0,0,0,0,29765,34784,35399,0,0,0,0,0,0,0,837,1098,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17994,21545,0,0,0,0,17779,17780,17778,17777,'Bloodwarder Falconer',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,17994,17994,0,0,0,0,0,0,0,35401,34852,31567,34879,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17995,0,0,0,0,0,17404,0,0,0,'Lordaeron Veteran',NULL,NULL,0,60,60,0,118,0,1.125,1.14286,1,0,146,192,0,238,1,1289,1518,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17996,0,0,0,0,0,17405,0,0,0,'Lordaeron Fighter',NULL,NULL,0,60,60,0,118,0,1.125,1.14286,1,0,146,192,0,238,1,1289,1518,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17998,0,0,0,0,0,17035,17612,0,0,'Umbrafen Steam Pump Credit Marker',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(17999,0,0,0,0,0,17035,17612,0,0,'Lagoon Steam Pump Credit Marker',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18000,0,0,0,0,0,17035,17612,0,0,'Serpent Steam Pump Credit Marker',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18002,0,0,0,0,0,17035,17612,0,0,'Marshlight Steam Pump Credit Marker',NULL,NULL,0,60,60,0,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18003,0,0,0,0,0,17409,0,0,0,'Anchorite Ahuurn','',NULL,7614,66,66,1,1654,3,1,1.14286,1,1,195,273,0,266,4.6,2000,2000,2,4096,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18004,0,0,0,0,0,17410,0,0,0,'Vindicator Idaar','',NULL,7610,63,63,1,1654,3,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,4096,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18005,0,0,0,0,0,17411,0,0,0,'Haalrun','Alchemy Supplies',NULL,7612,63,63,1,1654,131,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,4096,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18006,0,0,0,0,0,17412,0,0,0,'Noraani','Reagent Merchant',NULL,7611,63,63,1,1654,3203,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,4096,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18007,0,0,0,0,0,17413,0,0,0,'Ruam','',NULL,7613,63,63,1,1654,3,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,4096,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18008,0,0,0,0,0,17585,0,0,0,'Ikuti','Kurenai',NULL,7587,64,64,1,84,3,1,1,1,0,168,234,0,252,1,2000,2000,2,4096,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18009,0,0,0,0,0,17680,0,0,0,'Puluu','',NULL,7589,64,64,1,1722,131,1,1,1,0,168,234,0,252,1,2000,2000,2,4096,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18010,0,0,0,0,0,17588,0,0,0,'Maktu','Armor Merchant',NULL,7588,64,64,1,1722,4227,1,1,1,0,168,234,0,252,1,2000,2000,2,4096,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18011,0,0,0,0,0,17414,0,0,0,'Zurai','Merchant',NULL,7615,62,62,0,126,4483,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,4096,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18012,0,0,0,0,0,17415,0,0,0,'Reavij','',NULL,7616,62,62,0,126,3,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,4096,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18013,0,0,0,0,0,17416,0,0,0,'Shadow Hunter Denjai',NULL,NULL,7601,66,66,0,126,3,1.48,1.14286,1,1,195,273,0,266,4.6,2000,2000,2,4096,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18014,0,0,0,0,0,17417,0,0,0,'Witch Doctor Tor\'gash','',NULL,7602,62,62,0,126,3,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,4096,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18015,0,0,0,0,0,17418,0,0,0,'Gambarinka','Tradesman',NULL,7608,62,62,0,126,131,1.125,1.14286,1,0,160,223,0,246,1,2000,2000,2,4096,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18016,0,0,0,0,0,17419,0,0,0,'Magasha','',NULL,7617,62,62,0,126,3,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,4096,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18017,0,0,0,0,0,17420,0,0,0,'Seer Janidi','Reagents',NULL,7603,62,62,0,126,2179,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,4096,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18018,0,0,0,0,0,17421,0,0,0,'Zurjaya','Fishing Trainer',NULL,7609,62,62,0,126,211,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,4096,2048,0,0,2,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18019,0,0,0,0,0,17422,0,0,0,'Timothy Daniels','The Specialist',NULL,7590,63,63,1,12,131,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,4096,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_timothy_daniels',12340),(18020,0,0,0,0,0,17424,17026,0,0,'Defender Adrielle','Hand of Argus',NULL,0,19,19,0,1700,3,1,1.14286,1,0,26,34,0,60,1,2000,2000,2,36864,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18021,0,0,0,0,0,17425,0,0,0,'Defender Kaegan','Hand of Argus',NULL,0,20,20,0,1700,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,4096,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18022,0,0,0,0,0,17442,17026,0,0,'Defender Ursi','Hand of Argus',NULL,0,19,19,0,1700,0,1,1.14286,1,0,26,34,0,60,1,2000,2000,2,32768,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.5,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18023,0,0,0,0,0,17438,17410,0,0,'Defender Kranos','Hand of Argus',NULL,0,20,20,0,1700,0,1.125,1.14286,1,0,27,36,0,64,1,2000,2000,2,4096,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18024,0,0,0,0,0,17441,17026,0,0,'Defender Sorli','Hand of Argus',NULL,0,19,19,0,1700,3,1,1.14286,1,0,26,34,0,60,1,2000,2000,2,32768,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.5,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18025,0,0,0,0,0,17429,17410,0,0,'Defender Auston','Hand of Argus',NULL,0,20,20,0,1700,0,1.125,1.14286,1,0,27,36,0,64,1,2000,2000,2,4096,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18026,0,0,0,0,0,17430,17410,0,0,'Defender Haqi','Hand of Argus',NULL,0,20,20,0,1700,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,4096,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18027,0,0,0,0,0,17432,17410,0,0,'Defender Kadithuul','Hand of Argus',NULL,0,20,20,0,1700,0,1.125,1.14286,1,0,27,36,0,64,1,2000,1900,2,0,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18028,0,0,0,0,0,17427,0,0,0,'Defender Akee','Hand of Argus',NULL,0,19,19,0,1700,0,1,1.14286,1,0,26,34,0,60,1,2000,2000,2,32768,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.5,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18029,0,0,0,0,0,17433,17410,0,0,'Defender Kajad','Hand of Argus',NULL,0,20,20,0,1700,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,4096,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18030,0,0,0,0,0,17448,17026,0,0,'Knight-Defender Zunade','Hand of Argus',NULL,7557,19,19,0,1700,1,1,1.14286,1,0,26,34,0,60,1,2000,2000,2,32768,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18031,0,0,0,0,0,17443,17410,0,0,'Defender Zaibach','Hand of Argus',NULL,0,20,20,0,1700,0,1.125,1.14286,1,0,27,36,0,64,1,2000,1900,2,0,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18032,0,0,0,0,0,17428,17026,0,0,'Defender Ashoon','Hand of Argus',NULL,0,19,19,0,1700,0,1.125,1.14286,1,0,26,34,0,60,1,2000,1900,2,32768,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.5,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18033,0,0,0,0,0,741,0,0,0,'Dark Worg',NULL,NULL,0,64,65,1,16,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,1,0,0,0,0,166,246,35,1,1,18033,0,70061,0,0,0,0,0,0,30639,0,0,0,0,0,0,0,11591,0,177,236,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18034,0,0,0,0,0,17435,17026,0,0,'Defender Katroi','Hand of Argus',NULL,0,19,19,0,1700,0,1.125,1.14286,1,0,26,34,0,60,1,2000,1900,2,32768,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.5,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18035,0,0,0,0,0,17426,0,0,0,'Scout Jyoba',NULL,NULL,0,62,62,1,126,2,1,1.14286,1,0,172,240,0,262,1,2000,1900,1,0,2048,32,0,0,0,0,0,139,207,30,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18037,0,0,0,0,0,19909,0,0,0,'Warmaul Warlock',NULL,NULL,0,66,67,1,1693,0,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,18037,18037,0,0,0,0,0,0,0,9613,0,0,0,0,0,0,0,0,0,159,213,'SmartAI',1,3,1,1,1,1,0,24502,25604,0,0,0,0,0,1,0,0,'',12340),(18038,0,0,0,0,0,17372,17373,17374,17375,'Azuremyst Peacekeeper',NULL,'Directions',8129,22,25,0,1639,1,1,1.42857,1,0,35,48,0,86,1,2000,2000,1,32768,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,32768,'',12340),(18039,0,0,0,0,0,17548,0,0,0,'Spirit of Victory','',NULL,0,60,60,0,35,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(18042,0,0,0,0,0,18426,0,0,0,'Umbrafen Slavebinder',NULL,NULL,0,60,60,1,51,0,1.11111,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18043,0,0,0,0,0,17449,17458,17459,17460,'Agitated Orc Spirit',NULL,NULL,0,66,67,1,16,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,6,0,18043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,249,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(18044,0,0,0,0,0,17582,0,0,0,'Rajis Fyashe',NULL,NULL,0,63,63,1,74,0,1,1,1,1,164,228,0,249,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,133,196,26,7,0,18044,18044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,869,1140,'SmartAI',1,3,1,4,3,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),(18046,0,0,0,0,0,17581,0,0,0,'Rajah Haghazed',NULL,NULL,0,63,63,1,74,0,1,1.14286,1,1,181,253,0,268,4.6,1333,1568,1,32832,2048,0,0,0,0,0,0,147,219,32,7,0,18046,18046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1039,1362,'',1,3,1,4,1,1,0,24280,0,0,0,0,0,0,1,1105,0,'',12340),(18062,0,0,0,0,0,14505,0,0,0,'Enraged Crusher',NULL,NULL,0,65,66,1,91,0,1.55556,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,4,512,18062,0,80100,0,0,0,0,0,0,32015,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24473,0,0,0,0,0,0,1,0,0,'',12340),(18063,0,0,0,0,0,17452,0,0,0,'Garrosh','Son of Hellscream',NULL,8019,70,70,0,1652,3,1.48,1.14286,1,3,252,357,0,304,35,2000,2000,1,37120,2048,0,0,0,0,0,0,215,320,44,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,617299803,2,'',12340),(18064,0,0,0,0,0,11546,0,0,0,'Warmaul Shaman',NULL,NULL,0,65,66,1,1693,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,18064,18064,0,0,0,0,0,0,0,0,11986,12548,0,0,0,0,0,0,0,156,209,'SmartAI',1,3,1,1,1,1,0,24502,0,0,0,0,0,0,1,0,0,'',12340),(18065,0,0,0,0,0,11576,0,0,0,'Warmaul Brute',NULL,NULL,0,66,67,1,1693,0,1.125,1.14286,1,0,225,314,0,288,1,1300,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,18065,18065,0,0,0,0,0,0,0,10966,0,0,0,0,0,0,0,0,0,185,246,'',1,3,1,1,1,1,0,24502,25604,0,0,0,0,0,1,0,0,'',12340),(18066,0,0,0,0,0,17453,0,0,0,'Farseer Kurkush','The Lightning Sons',NULL,7619,68,68,1,1652,3,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,36864,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18067,0,0,0,0,0,17467,0,0,0,'Farseer Corhuk','The Lightning Sons',NULL,7622,68,68,1,1652,3,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,36864,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18068,0,0,0,0,0,17468,0,0,0,'Farseer Margadesh','The Lightning Sons',NULL,7623,68,68,1,1652,3,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,36864,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18069,0,0,0,0,0,18047,0,0,0,'Mogor','Hero of the Warmaul',NULL,0,67,67,1,35,0,1.48,1.14286,1,1,204,287,0,272,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,15982,39529,0,16033,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,12,10,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(18070,0,0,0,0,0,17529,0,0,0,'Windcaller Blackhoof','',NULL,7569,56,56,0,1710,3,1,1.14286,1,0,68,94,0,104,1,2000,2000,8,32768,2048,0,0,0,0,0,0,56,83,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18071,0,0,0,0,0,17466,0,0,0,'Elementalist Untrag','The Earthen Ring',NULL,7565,68,68,1,1725,3,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18072,0,0,0,0,0,17465,0,0,0,'Elementalist Sharvak','The Earthen Ring',NULL,7564,70,70,1,1725,3,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18073,0,0,0,0,0,17464,0,0,0,'Elementalist Lo\'ap','The Earthen Ring',NULL,7562,70,70,1,1725,3,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18074,0,0,0,0,0,17463,0,0,0,'Elementalist Morgh','The Earthen Ring',NULL,7563,69,69,1,1725,3,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18075,0,0,0,0,0,17469,0,0,0,'Mannoroth',NULL,NULL,0,73,73,1,1684,0,1,1.14286,1,3,316,450,0,320,35,1400,1900,1,0,2048,0,0,0,0,0,0,278,413,58,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),(18076,0,0,0,0,0,17470,0,0,0,'Grom Hellscream','Chieftain of the Warsong Clan',NULL,0,73,73,1,1683,0,1,1.14286,1,3,316,450,0,320,35,1400,1900,1,0,2048,0,0,0,0,0,0,278,413,58,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),(18077,0,0,0,0,0,18425,0,0,0,'Umbrafen Oracle',NULL,NULL,0,60,61,1,51,0,1.11111,1.14286,1,0,152,210,0,244,1,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,7,0,18077,18077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,184,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18079,0,0,0,0,0,18425,0,0,0,'Umbrafen Seer',NULL,NULL,0,60,61,1,51,0,1.11111,1.14286,1,0,152,210,0,244,1,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,7,0,18079,18079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,181,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18080,0,0,0,0,0,10920,0,0,0,'Kataru',NULL,NULL,0,62,62,1,14,0,1.11111,1.14286,1,0,160,223,0,246,1,2000,2000,2,32768,2048,0,0,0,0,0,0,129,191,26,7,0,18080,18080,0,0,0,0,0,0,0,12058,32734,0,0,0,0,0,0,0,0,158,211,'SmartAI',1,3,1,1.2,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18086,0,0,0,0,0,17951,0,0,0,'Darkcrest Taskmaster',NULL,NULL,0,62,63,1,74,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,18086,18086,0,0,0,0,0,0,0,34811,34812,0,0,0,0,0,0,0,0,169,225,'SmartAI',1,3,1,1,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),(18087,0,0,0,0,0,17952,0,0,0,'Darkcrest Siren',NULL,NULL,0,62,63,1,74,0,1,1,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,18087,18087,0,0,0,0,0,0,0,9672,11831,34787,0,0,0,0,0,0,0,145,195,'SmartAI',1,3,1,1,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),(18088,0,0,0,0,0,17953,0,0,0,'Bloodscale Enchantress',NULL,NULL,0,63,64,1,74,0,1.125,1.14286,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,18088,18088,0,0,0,0,0,0,0,34447,34787,33245,0,0,0,0,0,0,0,146,196,'SmartAI',1,3,1,1,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),(18089,0,0,0,0,0,17954,0,0,0,'Bloodscale Slavedriver',NULL,NULL,0,63,64,1,74,0,1.125,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,18089,18089,0,0,0,0,0,0,0,32064,34841,0,0,0,0,0,0,0,0,172,229,'SmartAI',1,3,1,1,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),(18090,0,0,0,0,0,17520,0,0,0,'Captain Kroghan',NULL,NULL,0,64,66,1,29,2,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,4096,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18091,0,0,0,0,0,17521,0,0,0,'Messenger Gazgrigg','',NULL,0,62,63,1,29,2,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,4096,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18092,20545,0,0,0,0,18247,18248,18249,18250,'Tarren Mill Guardsman',NULL,NULL,0,67,68,1,1748,0,1,1.14286,1,1,231,325,0,292,4.6,2000,1900,1,32832,2048,0,0,0,0,0,0,195,289,41,7,0,18092,18092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,918,1204,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18093,20547,0,0,0,0,18265,18266,18267,18268,'Tarren Mill Protector',NULL,NULL,0,67,68,1,1748,0,1,1.14286,1,1,214,301,0,276,4.6,3000,1900,2,32832,2048,0,0,0,0,0,0,179,266,31,7,0,18093,18093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,748,982,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18094,20546,0,0,0,0,18252,18262,18264,18263,'Tarren Mill Lookout',NULL,NULL,0,67,68,1,1748,0,1,1.14286,1,1,214,301,0,276,4.6,2000,1900,2,32832,2048,0,0,0,0,0,0,179,266,31,7,0,18094,18094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,748,982,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18096,20531,0,0,0,0,19135,0,0,0,'Epoch Hunter',NULL,NULL,0,68,68,1,1748,0,1.48,1.14286,1,1,231,325,0,292,7.5,1500,1900,1,0,2048,0,0,0,0,0,0,195,289,41,2,72,18096,0,70063,0,0,0,0,0,0,31914,31475,33834,0,0,0,0,0,0,0,4278,5591,'',1,4,1,15,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_epoch_hunter',12340),(18097,0,0,0,0,0,17606,0,0,0,'Nahuud','',NULL,0,64,64,0,1732,2,1,1,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18098,0,0,0,0,0,17524,0,0,0,'Kialon Nightblade',NULL,NULL,8236,65,65,1,1733,3,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18099,0,0,0,0,0,17525,0,0,0,'Gordawg','Fury of Earth',NULL,7576,73,73,1,1726,3,1.48,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,500,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(18100,0,0,0,0,0,12129,0,0,0,'Incineratus','Fury of Fire',NULL,0,73,73,1,1726,0,1.48,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,500,1,1,0,0,0,0,0,0,0,204,1,0,0,'',12340),(18101,0,0,0,0,0,13444,0,0,0,'Aborius','Fury of Water',NULL,0,73,73,1,1726,0,1.48,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,500,1,1,0,0,0,0,0,0,0,204,1,0,0,'',12340),(18102,0,0,0,0,0,15538,0,0,0,'Kalandrios','Fury of Air',NULL,0,73,73,1,1726,0,3.2,2.28571,1,1,316,450,3,320,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,4,0,0,0,0,0,0,0,0,0,0,16034,25189,0,0,0,0,0,0,0,0,0,0,'',1,3,1,500,1,1,0,0,0,0,0,0,0,204,1,0,0,'',12340),(18103,0,0,0,0,0,18238,0,0,0,'Arcane Guardian','',NULL,0,65,65,1,1603,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(18105,20168,0,0,0,0,17528,0,0,0,'Ghaz\'an',NULL,NULL,0,65,65,1,1692,0,1,1.14286,1,1,200,281,0,278,4.6,1600,2000,1,32832,2048,0,0,0,0,0,0,166,246,35,1,8,18105,0,70063,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,4315,5640,'SmartAI',1,3,1,10,10,1,0,0,0,0,0,0,0,0,1,617037823,0,'',12340),(18106,0,0,0,0,0,17527,0,0,0,'Jorin Deadeye','',NULL,7627,70,70,1,1735,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18109,0,0,0,0,0,8409,0,0,0,'Living Fire',NULL,NULL,0,70,70,0,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18110,0,0,0,0,0,17200,0,0,0,'Windyreed Quest Credit (Big Hut)',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18113,0,0,0,0,0,18423,0,0,0,'Feralfen Hunter',NULL,NULL,0,61,62,1,51,0,1.11111,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,18113,18113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,185,'SmartAI',1,3,1,1,1,1,0,24497,0,0,0,0,0,0,1,0,0,'',12340),(18114,0,0,0,0,0,18424,0,0,0,'Feralfen Mystic',NULL,NULL,0,61,62,1,51,0,1.11111,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,18114,18114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,185,'SmartAI',1,3,1,1,1,1,0,24497,0,0,0,0,0,0,1,0,0,'',12340),(18115,0,0,0,0,0,18422,0,0,0,'Daggerfen Muckdweller',NULL,NULL,0,62,63,1,51,0,1.11111,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,18115,18115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,225,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18116,0,0,0,0,0,18422,0,0,0,'Daggerfen Assassin',NULL,NULL,0,62,63,1,51,0,1.11111,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,18116,18116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,225,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18117,0,0,0,0,0,11559,0,0,0,'Ango\'rosh Ogre',NULL,NULL,0,62,63,1,45,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,18117,18117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,222,'SmartAI',1,3,1,1,1,1,0,24238,0,0,0,0,0,0,1,0,0,'',12340),(18118,0,0,0,0,0,20173,0,0,0,'Ango\'rosh Shaman',NULL,NULL,0,62,63,1,45,0,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,18118,18118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,195,'SmartAI',1,3,1,1,1,1,0,24238,0,0,0,0,0,0,1,0,0,'',12340),(18119,0,0,0,0,0,11533,0,0,0,'Ango\'rosh Brute',NULL,NULL,0,62,63,1,45,0,1.125,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,18119,18119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,225,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18120,0,0,0,0,0,20172,0,0,0,'Ango\'rosh Mauler',NULL,NULL,0,63,64,1,45,0,1.125,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,18120,18120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,232,'SmartAI',1,3,1,1,1,1,0,24240,0,0,0,0,0,0,1,0,0,'',12340),(18121,0,0,0,0,0,11537,0,0,0,'Ango\'rosh Souleater',NULL,NULL,0,63,64,1,45,0,1.125,1.14286,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,18121,18121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,201,'SmartAI',1,3,1,1,1,1,0,24240,0,0,0,0,0,0,1,0,0,'',12340),(18122,0,0,0,0,0,17955,0,0,0,'Dreghood Drudge',NULL,NULL,0,61,62,1,74,0,1,1,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,18122,18122,0,0,0,0,0,0,0,34789,0,0,0,0,0,0,0,0,0,136,870,'',1,3,1,0.75,0.7,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18123,0,0,0,0,0,17609,0,0,0,'Wrekt Slave',NULL,NULL,0,62,62,1,74,0,1,1,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,18123,18123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,178,'SmartAI',1,3,1,0.75,0.7,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18124,0,0,0,0,0,19687,0,0,0,'Withered Giant',NULL,NULL,0,61,62,1,1706,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,5,256,18124,0,80000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24373,0,0,0,0,0,0,1,0,0,'',12340),(18125,0,0,0,0,0,18449,0,0,0,'Starving Fungal Giant',NULL,NULL,0,63,64,1,1706,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,5,256,18125,0,80000,0,0,0,0,0,0,35244,35238,32396,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18126,0,0,0,0,0,11774,11775,11776,11777,'Expedition Scout',NULL,NULL,0,64,64,1,1728,0,1.2,1.14286,1,0,194,274,0,272,1,1400,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18127,0,0,0,0,0,18229,0,0,0,'Bog Lord',NULL,NULL,0,63,64,1,1706,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,5,256,18127,0,80000,0,0,0,0,0,0,32077,35273,32065,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18128,0,0,0,0,0,17751,0,0,0,'Sporebat',NULL,NULL,0,61,62,1,7,0,1,0.95238,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,33,0,0,0,0,139,207,30,1,1,18128,0,70060,0,0,0,0,0,0,35394,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24426,0,0,0,0,0,0,1,0,0,'',12340),(18129,0,0,0,0,0,17752,0,0,0,'Greater Sporebat',NULL,NULL,0,62,63,1,7,0,1,0.95238,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,33,0,0,0,0,147,219,32,1,1,18129,0,70061,0,0,0,0,0,0,35394,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24426,0,0,0,0,0,0,1,0,0,'',12340),(18130,0,0,0,0,0,19404,0,0,0,'Marshfang Ripper',NULL,NULL,0,60,61,1,14,0,1,1.14286,1,0,152,210,0,244,1,2000,2000,2,0,2048,0,34,0,0,0,0,120,179,25,1,1,18130,0,70061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12893,0,0,0,'SmartAI',1,3,1,1,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18131,0,0,0,0,0,19401,0,0,0,'Marshfang Slicer',NULL,NULL,0,62,63,1,14,0,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,0,2048,0,34,0,0,0,0,133,196,26,1,1,18131,0,70061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12894,0,0,0,'SmartAI',1,3,1,1,0.5,1,0,24493,0,0,0,0,0,0,1,0,0,'',12340),(18132,0,0,0,0,0,18722,0,0,0,'Umbraglow Stinger',NULL,NULL,0,60,61,1,14,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,44,0,0,0,0,127,188,28,1,1,18132,0,0,0,0,0,0,0,0,32082,35325,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24372,0,0,0,0,0,0,1,0,0,'',12340),(18133,0,0,0,0,0,19252,0,0,0,'Marshlight Bleeder',NULL,NULL,0,62,63,1,14,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,44,0,0,0,0,147,219,32,1,1,18133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24485,24372,0,0,0,0,0,1,0,0,'',12340),(18134,0,0,0,0,0,17781,0,0,0,'Fen Strider',NULL,NULL,0,61,62,1,14,0,1,1.14286,1,0,172,240,0,262,1,1000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,1,0,18134,0,0,0,0,0,0,0,0,33628,3391,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24427,0,0,0,0,0,0,1,0,0,'',12340),(18135,0,0,0,0,0,18615,0,0,0,'Marsh Walker',NULL,NULL,0,63,64,1,14,0,1,1.14286,1,0,194,274,0,272,1,1000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,1,0,18135,0,0,0,0,0,0,0,0,33628,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24427,0,0,0,0,0,0,1,0,0,'',12340),(18136,0,0,0,0,0,18313,0,0,0,'Marsh Lurker',NULL,NULL,0,61,62,1,1706,0,0.666668,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,4,0,18136,0,0,0,0,0,0,0,0,9616,0,0,0,0,0,0,0,0,0,138,185,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18137,0,0,0,0,0,18313,0,0,0,'Marsh Dredger',NULL,NULL,0,61,62,1,1706,0,0.666668,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,4,0,18137,0,0,0,0,0,0,0,0,35234,0,0,0,0,0,0,0,0,0,138,185,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18138,0,0,0,0,0,19286,0,0,0,'Umbrafen Eel',NULL,NULL,0,60,61,1,16,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,1,0,18138,0,0,0,0,0,0,0,0,35319,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1,1,1,0,24374,0,0,0,0,0,0,1,0,0,'',12340),(18139,0,0,0,0,0,18323,0,0,0,'Sporeggar Preserver','',NULL,0,65,65,1,1837,0,1,0.99206,1,1,186,260,0,262,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,35229,11431,6950,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18140,0,0,0,0,0,17627,0,0,0,'Sporeggar Harvester','',NULL,0,63,64,1,1708,0,1,0.99206,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,35229,36991,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18141,0,0,0,0,0,17534,0,0,0,'Greatmother Geyah','',NULL,7768,73,73,0,1652,3,1.48,1.14286,1,3,313,448,0,302,35,2000,2000,2,37120,2048,0,0,0,0,0,0,276,411,44,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,90,1,1,0,0,0,0,0,0,0,0,1,617299803,2,'',12340),(18142,0,0,0,0,0,17200,0,0,0,'Windyreed Quest Credit (Hut 01)',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18143,0,0,0,0,0,17200,0,0,0,'Windyreed Quest Credit (Hut 02)',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18144,0,0,0,0,0,17200,0,0,0,'Windyreed Quest Credit (Hut 03)',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18145,0,0,0,0,0,17535,0,0,0,'Watoosun\'s Polluted Essence',NULL,NULL,0,66,66,1,834,0,1,1.28968,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,4,0,18145,0,0,0,0,0,0,0,0,32139,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18146,0,0,0,0,0,17536,0,0,0,'Champion Vranesh','',NULL,0,60,60,0,1602,0,1,1.38571,1,0,146,192,0,238,1,2000,2000,2,4096,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18147,0,0,0,0,0,17538,17539,17540,17541,'Silvermoon Ranger',NULL,NULL,0,55,55,0,1656,0,1,1.14286,1,0,67,93,0,101,1,1500,2000,8,4096,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18150,0,0,0,0,0,15394,0,0,0,'Gurgle','Tor\'gash\'s Pet',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(18151,0,0,0,0,0,15398,0,0,0,'Gargle','Tor\'gash\'s Pet',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(18152,0,0,0,0,0,15394,15395,15398,15397,'Baby Murloc','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18155,21544,0,0,0,0,19685,0,0,0,'Bloodfalcon',NULL,NULL,0,69,69,1,16,0,1.48,1.14286,1,1,245,346,0,298,4.6,1600,1900,1,0,2048,0,30,0,0,0,0,206,302,43,1,1,18155,0,0,0,0,0,0,0,0,34856,32323,18144,0,0,0,0,0,10483,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18159,0,0,0,0,0,11576,0,0,0,'Boss Grog\'ak',NULL,NULL,0,62,63,1,45,0,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,18159,18159,0,0,0,0,0,0,0,13730,35473,0,0,0,0,0,0,0,0,145,195,'SmartAI',1,3,1,1,1,1,0,24238,24472,0,0,0,0,0,1,0,0,'',12340),(18160,0,0,0,0,0,11574,0,0,0,'Overlord Gorefist',NULL,NULL,0,64,64,1,45,0,1.125,1.14286,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,18160,18160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,239,'SmartAI',1,3,1,1.3,1,1,0,24240,0,0,0,0,0,0,1,0,0,'',12340),(18161,0,0,0,0,0,11686,0,0,0,'Underground Well Credit Marker',NULL,NULL,0,60,60,0,114,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(18162,0,0,0,0,0,11686,0,0,0,'Underground Pond Credit Marker','',NULL,0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18165,0,0,0,0,0,17575,0,0,0,'Archmage Cedric',NULL,NULL,7593,56,58,0,1696,3,1,1.14286,1,0,71,98,0,107,1,2000,2000,8,32768,2048,0,0,0,0,0,0,59,87,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18166,0,0,0,0,0,18921,0,0,0,'Khadgar','Sons of Lothar',NULL,7596,71,71,1,35,3,1,1.14286,1,1,255,373,0,137,4.6,2000,2000,8,33024,2048,0,0,0,0,0,0,240,358,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18167,0,0,0,0,0,17549,0,0,0,'Elekk, Ground Taxi','',NULL,0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18168,0,0,0,0,0,17550,0,0,0,'The Crone','',NULL,0,73,73,1,14,0,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,33088,2048,0,0,0,0,0,0,276,411,44,7,108,18168,0,0,0,0,0,0,0,0,32337,0,0,0,0,0,0,0,0,0,344602,421181,'',1,3,1,17.5,15,1,0,0,0,0,0,0,0,167,1,617299803,1,'boss_crone',12340),(18170,20534,0,0,0,0,19058,0,0,0,'Infinite Slayer',NULL,NULL,0,68,68,1,1748,0,1.48,1.14286,1,1,231,325,0,292,7.5,2000,1900,1,32832,2048,0,0,0,0,0,0,195,289,41,2,0,18170,0,70063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,918,1204,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(18171,20532,0,0,0,0,19061,0,0,0,'Infinite Defiler',NULL,NULL,0,68,68,1,1748,0,1.48,1.14286,1,1,214,301,0,276,7.5,2000,1900,2,32832,2048,0,0,0,0,0,0,179,266,31,2,0,18171,0,70063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,748,982,'SmartAI',1,3,1,2.9,3,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(18172,20533,0,0,0,0,19059,0,0,0,'Infinite Saboteur',NULL,NULL,0,68,68,1,1748,0,1.48,1.14286,1,1,214,301,0,276,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,179,266,31,2,0,18172,0,70063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,748,982,'SmartAI',1,3,1,2.9,3,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(18173,0,0,0,0,0,11686,0,0,0,'Bloodmyst Elekk Dismounter',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18174,0,0,0,0,0,17553,0,0,0,'Initiate Colin',NULL,NULL,0,20,20,0,1604,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,4096,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18175,0,0,0,0,0,17551,0,0,0,'Initiate Emeline',NULL,NULL,0,20,20,0,1604,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,4096,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18176,19897,0,0,0,0,20230,0,0,0,'Tainted Earthgrab Totem',NULL,NULL,0,64,64,0,74,0,1,1,1,0,194,274,0,272,1,2000,1631,1,0,2048,0,0,0,0,0,0,154,226,33,11,0,0,0,0,0,0,0,0,0,0,31982,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18177,19900,0,0,0,0,16997,0,0,0,'Tainted Stoneskin Totem',NULL,NULL,0,64,64,0,74,0,1.125,1.14286,1,0,194,274,0,272,1,1347,1584,1,0,2048,0,0,0,0,0,0,154,226,33,11,0,0,0,0,0,0,0,0,0,0,31986,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18179,19899,0,0,0,0,20231,0,0,0,'Corrupted Nova Totem',NULL,NULL,0,64,74,0,74,0,1,1,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,11,0,0,0,0,0,0,0,0,0,0,33134,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18180,0,0,0,0,0,17557,0,0,0,'Hemet Nesingwary','',NULL,7579,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18181,0,0,0,0,0,17559,0,0,0,'Minion of Gurok',NULL,NULL,0,64,65,1,91,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18182,0,0,0,0,0,17569,0,0,0,'Gurok the Usurper','',NULL,0,67,67,1,91,0,1.48,1.14286,1,1,225,314,0,288,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,4,512,18182,0,80101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,1537,'SmartAI',1,3,1,4,2,1,0,24503,0,0,0,0,0,199,1,137296,0,'',12340),(18183,0,0,0,0,0,17560,0,0,0,'Arechron','',NULL,0,70,70,1,1722,2,1,1,1,0,252,357,0,304,1,2000,1684,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18185,0,0,0,0,0,17562,0,0,0,'Feralfen Serpent Spirit',NULL,NULL,0,63,64,1,14,0,1.125,1.14286,1,0,194,274,0,272,1,1333,1568,1,0,2048,0,0,0,0,0,0,154,226,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18186,0,0,0,0,0,15221,0,0,0,'Feralfen Totem','',NULL,0,1,1,1,14,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18187,0,0,0,0,0,17564,0,0,0,'Cheneta','Horde Emissary',NULL,0,60,60,0,29,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18188,0,0,0,0,0,17565,0,0,0,'Tatai','Horde Emissary',NULL,0,60,60,0,126,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18189,0,0,0,0,0,17566,0,0,0,'Dela Runetotem','Horde Emissary',NULL,0,60,60,0,104,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18190,0,0,0,0,0,17567,0,0,0,'Kristine Denny','Horde Emissary',NULL,0,60,60,0,68,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18191,0,0,0,0,0,17568,0,0,0,'Ambassador Kelemar',NULL,NULL,0,60,60,0,1604,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18192,0,0,0,0,0,18253,18258,18259,18260,'Horde Halaani Guard',NULL,NULL,0,65,65,1,83,0,1,2.14286,1,0,200,281,0,278,1,2000,1900,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,18192,18192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3877,5068,'',1,3,1,200,1,1,0,0,0,0,0,0,0,188,0,0,0,'',12340),(18194,0,0,0,0,0,11774,11775,11776,11777,'Expedition Preserver',NULL,NULL,0,70,70,1,1728,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18196,0,0,0,0,0,17200,0,0,0,'Gurok Event Controller',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18197,0,0,0,0,0,11653,0,0,0,'Elder Kuruti',NULL,NULL,7582,63,63,1,51,1,1.11111,1.14286,1,1,164,228,0,249,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,32056,12550,11986,12058,0,0,0,0,0,0,0,0,'',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_elder_kuruti',12340),(18199,0,0,0,0,0,11686,0,0,0,'Silithus Dust Turnin Quest Doodad Horde',NULL,NULL,0,1,1,0,35,0,1.1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18200,0,0,0,0,0,17580,0,0,0,'Shado \'Fitz\' Farstrider',NULL,NULL,7592,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18201,0,0,0,0,0,18030,0,0,0,'Tamed Sporebat',NULL,NULL,0,56,57,0,51,0,1,0.95238,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,33,0,0,0,0,68,99,24,1,0,18201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,87,'',1,3,1,0.3,1,1,0,24426,0,0,0,0,0,0,1,0,0,'',12340),(18202,0,0,0,0,0,17583,0,0,0,'Murkblood Putrifier',NULL,NULL,0,65,66,1,1679,0,1,1,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,18202,18202,0,0,0,0,0,0,0,32133,32087,32134,32132,0,0,0,0,0,0,156,209,'',1,3,1,1,1,1,0,24542,0,0,0,0,0,0,1,0,0,'',12340),(18203,0,0,0,0,0,17584,0,0,0,'Murkblood Raider',NULL,NULL,0,66,67,1,1679,0,1,1,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,18203,18203,0,0,0,0,0,0,0,15496,11971,0,0,0,0,0,0,0,0,174,232,'',1,3,1,0.9,1,1,0,24542,0,0,0,0,0,0,1,0,0,'',12340),(18204,0,0,0,0,0,17586,0,0,0,'Ortor of Murkblood',NULL,NULL,0,67,67,1,1679,0,1.125,1.14286,1,0,204,287,0,272,1,1400,1900,2,0,2048,0,0,0,0,0,0,170,253,31,7,0,18204,18204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,220,'',1,3,1,1,1,1,0,24542,24543,0,0,0,0,0,1,0,0,'',12340),(18205,0,0,0,0,0,19582,0,0,0,'Clefthoof',NULL,NULL,0,64,65,1,7,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,1,0,18205,0,70166,0,0,0,0,0,0,32023,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18206,19901,0,0,0,0,18300,0,0,0,'Wastewalker Captive',NULL,NULL,0,62,63,1,51,0,1,1,1,1,181,253,0,268,4.6,1200,1900,1,33554496,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18207,0,0,0,0,0,17589,17590,17591,0,'Murkblood Scavenger',NULL,NULL,0,64,64,1,1679,0,1,1,1,0,145,215,0,121,1,2000,2000,8,32768,2048,0,0,0,0,0,0,132,197,26,7,0,18207,18207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,103,'',1,3,1,0.25,1,1,0,24542,0,0,0,0,0,0,1,0,0,'',12340),(18208,0,0,0,0,0,17200,0,0,0,'Murkblood Event Controller',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18209,0,0,0,0,0,17592,0,0,0,'Kurenai Captive',NULL,NULL,0,62,62,1,1722,2,1.125,1.14286,1,0,160,223,0,246,1,1400,1900,2,0,2048,0,0,0,0,0,0,129,191,26,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_kurenai_captive',12340),(18210,0,0,0,0,0,17593,0,0,0,'Mag\'har Captive',NULL,NULL,0,62,62,1,1652,2,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,37632,2048,0,0,0,0,0,0,129,191,26,7,4096,0,0,0,0,0,0,0,0,0,12491,16006,0,12548,0,0,0,0,0,0,0,0,'',1,3,1,1.5,2,1,0,0,0,0,0,0,0,0,1,0,2,'npc_maghar_captive',12340),(18211,0,0,0,0,0,17594,17595,0,0,'Murkblood Brute',NULL,NULL,0,67,67,1,1679,0,1,1,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,18211,18211,0,0,0,0,0,0,0,32104,32105,30798,0,0,0,0,0,0,0,152,203,'',1,3,1,0.7,1,1,0,24542,0,0,0,0,0,0,1,0,0,'',12340),(18212,0,0,0,0,0,705,0,0,0,'Mudfin Frenzy',NULL,NULL,0,62,63,1,1878,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,1,0,18212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,0.25,0.25,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18213,0,0,0,0,0,18314,0,0,0,'Mire Hydra',NULL,NULL,0,60,61,1,14,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,1,0,18213,0,70061,0,0,0,0,0,0,39419,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.1,1,1,0,24375,0,0,0,0,0,0,1,0,0,'',12340),(18214,0,0,0,0,0,18314,0,0,0,'Fenclaw Thrasher',NULL,NULL,0,62,63,1,14,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,1,0,18214,0,70061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,24486,24375,0,0,0,0,0,1,0,0,'',12340),(18215,0,0,0,0,0,17200,0,0,0,'Murkblood Target Dummy',NULL,NULL,0,65,65,1,1679,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,32,262146,'',12340),(18218,0,0,0,0,0,17597,0,0,0,'Harold Lane',NULL,NULL,7607,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18220,0,0,0,0,0,18380,0,0,0,'Ravenous Windroc',NULL,NULL,0,65,66,1,14,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,26,0,0,0,0,175,260,37,1,1,18220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10710,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18221,0,0,0,0,0,17601,0,0,0,'Holaaru','',NULL,7618,43,43,0,1694,3,1,1,1,0,47,66,0,71,1,2000,2000,8,4096,2048,0,0,0,0,0,0,40,58,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18222,0,0,0,0,0,17602,0,0,0,'Otonbu the Sage','',NULL,0,66,66,1,1722,2,1,1,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18223,0,0,0,0,0,17603,0,0,0,'Mo\'mor the Breaker','',NULL,0,67,67,1,1722,2,1,1,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18224,0,0,0,0,0,17604,0,0,0,'Poli\'lukluk the Wiser','',NULL,0,68,68,1,1722,2,1,1,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18225,0,0,0,0,0,169,11686,0,0,'Fire Bomb Target',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(18226,0,0,0,0,0,18353,0,0,0,'Talbuk Patriarch',NULL,NULL,0,66,67,1,14,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,1,0,18226,0,70063,0,0,0,0,0,0,32019,32020,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18228,0,0,0,0,0,17612,0,0,0,'Garadar Event Controller (Farseer)',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18229,0,0,0,0,0,17611,0,0,0,'Saurfang the Younger',NULL,NULL,7621,70,70,0,1653,3,1,1.14286,1,3,252,357,0,304,35,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18230,0,0,0,0,0,17614,0,0,0,'Trayanise',NULL,NULL,0,12,12,0,1604,0,1,1.14286,1,0,12,17,0,19,1,2000,2000,8,32768,2048,0,0,0,0,0,0,11,16,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18231,0,0,0,0,0,17615,0,0,0,'Keyanomir',NULL,NULL,0,23,23,0,1604,0,1,1.14286,1,0,23,33,0,35,1,2000,2000,8,32768,2048,0,0,0,0,0,0,20,30,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18232,0,0,0,0,0,4162,0,0,0,'Nimrida','Keyanomir\'s Minion',NULL,0,23,23,0,1604,0,1,1.14286,1,0,23,33,0,35,1,2000,2000,8,32768,2048,0,0,0,0,0,0,20,30,14,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18233,0,0,0,0,0,17616,0,0,0,'Elementalist Ioki','The Earthen Ring',NULL,0,65,65,1,1725,2,1,1,1,0,186,260,0,262,1,2000,1601,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18234,0,0,0,0,0,17617,0,0,0,'Elementalist Yal\'hah','The Earthen Ring',NULL,0,65,65,1,1725,2,1.125,1.14286,1,0,186,260,0,262,1,2000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18235,0,0,0,0,0,4587,0,0,0,'Corrupted Healing Stream Totem',NULL,NULL,0,67,67,0,14,0,1.125,1.14286,1,0,225,314,0,288,1,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18236,0,0,0,0,0,4590,0,0,0,'Corrupted Air Totem','',NULL,0,67,67,0,14,0,1.125,1.14286,1,0,225,314,0,288,1,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18237,0,0,0,0,0,17618,0,0,0,'Tiny Arcane Construct',NULL,NULL,0,15,15,0,1604,0,1,2.14286,1,0,20,27,0,48,1,2000,2000,2,32768,2048,0,0,0,0,0,0,14,21,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,188,1,0,2,'',12340),(18238,0,0,0,0,0,17619,0,0,0,'Murkblood Invader',NULL,NULL,0,67,67,1,1679,0,1,1.38571,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,18238,18238,0,0,0,0,0,0,0,15496,11971,0,0,0,0,0,0,0,0,190,253,'',1,3,1,1,1,1,0,24542,0,0,0,0,0,0,1,0,0,'',12340),(18240,0,0,0,0,0,17621,17622,17623,17624,'Sunspring Villager',NULL,NULL,0,52,68,0,35,0,1,1.14286,1,0,231,325,0,292,1,1400,1900,1,2,2048,0,0,0,0,0,0,195,289,41,10,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',1,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18242,0,0,0,0,0,1126,15880,0,0,'Infernal Relay (Hyjal)','',NULL,0,1,1,0,1720,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,33554688,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,230,1,0,130,'',12340),(18243,0,0,0,0,0,17630,0,0,0,'Lorti','Merchant',NULL,0,60,62,1,126,2176,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18244,0,0,0,0,0,17631,0,0,0,'Khalan','Stable Master',NULL,9821,60,62,1,126,4194305,1.125,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(18245,0,0,0,0,0,17632,0,0,0,'Merajit','Innkeeper',NULL,7856,60,62,1,126,66177,1.125,1.14286,1,0,172,240,0,262,1,2000,2000,1,36864,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(18246,0,0,0,0,0,17633,0,0,0,'Tayemba',NULL,NULL,0,60,62,1,126,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,36864,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18247,0,0,0,0,0,17634,0,0,0,'Farbosi',NULL,NULL,0,60,62,1,126,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,36864,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18248,0,0,0,0,0,17635,0,0,0,'Nekthar',NULL,NULL,8240,65,65,1,1734,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18249,0,0,0,0,0,17636,0,0,0,'Mokasa',NULL,NULL,0,60,62,1,1734,2,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,36864,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18250,0,0,0,0,0,17637,0,0,0,'Joraal','Stable Master',NULL,9821,61,63,1,1638,4194305,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,4096,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(18251,0,0,0,0,0,17638,0,0,0,'Caregiver Abidaar','Innkeeper',NULL,7497,61,63,1,1638,65665,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,4096,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(18252,0,0,0,0,0,17639,0,0,0,'Andarl','',NULL,7738,64,64,1,1733,3,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18253,0,0,0,0,0,17641,0,0,0,'Archmage Leryda','',NULL,8441,69,69,1,1696,3,1,1.14286,1,0,230,336,0,133,1,2000,2000,8,32768,2048,0,0,0,0,0,0,215,321,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18255,0,0,0,0,0,17645,0,0,0,'Apprentice Darius','',NULL,0,68,68,0,1696,128,1,1.14286,1,0,212,309,0,130,1,2000,2000,8,32768,2048,0,0,0,0,0,0,197,294,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18256,0,0,0,0,0,18254,18255,18256,18257,'Alliance Halaani Guard',NULL,NULL,0,65,65,1,84,0,1,2.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,18256,18256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3665,4791,'',1,3,1,200,1,1,0,0,0,0,0,0,0,188,0,0,0,'',12340),(18257,0,0,0,0,0,18383,0,0,0,'Gutripper',NULL,NULL,0,67,67,1,14,0,2.4,2.28571,1,1,225,314,0,288,4.6,1400,2000,1,0,2048,0,26,0,0,0,0,186,276,39,1,1,18257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10707,0,0,0,'',1,3,1,4,1,1,0,24513,0,0,0,0,0,202,1,0,0,'',12340),(18258,0,0,0,0,0,19223,0,0,0,'Bach\'lor',NULL,NULL,0,67,67,1,14,0,1,1.14286,1,1,225,314,0,288,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,186,276,39,1,0,18258,0,70065,0,0,0,0,0,0,32019,32020,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,1,1,0,24523,0,0,0,0,0,0,1,1104,0,'',12340),(18259,0,0,0,0,0,19585,0,0,0,'Banthar',NULL,NULL,0,67,67,1,14,0,1,1.14286,1,1,225,314,0,288,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,186,276,39,1,0,18259,0,70065,0,0,0,0,0,0,32023,35382,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,1,1,0,24496,0,0,0,0,0,0,1,8389712,0,'',12340),(18260,0,0,0,0,0,11551,0,0,0,'Boulderfist Invader',NULL,NULL,0,64,65,1,45,0,1.125,1.14286,1,0,200,281,0,278,1,3000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,18260,18260,0,0,0,0,0,0,0,2676,0,0,0,0,0,0,0,0,0,175,233,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18261,0,0,0,0,0,17659,0,0,0,'Lantresor of the Blade',NULL,NULL,7675,70,70,1,35,3,1.48,1.14286,1,1,252,357,0,304,4.6,3000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18262,0,0,0,0,0,11546,0,0,0,'Unkor the Ruthless','',NULL,0,65,65,1,45,2,1.125,1.14286,1,0,200,281,0,278,1,3000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,18262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_unkor_the_ruthless',12340),(18263,0,0,0,0,0,7950,11686,0,0,'Nagrand Spawn Trigger',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18264,0,0,0,0,0,169,11686,0,0,'Nagrand Spawn Timer',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18265,0,0,0,0,0,17647,0,0,0,'Gezhe','The Consortium',NULL,7625,68,68,1,35,3,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18266,0,0,0,0,0,18488,0,0,0,'Warrant Officer Tracy Proudwell','',NULL,7892,70,70,1,1737,131,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18267,0,0,0,0,0,18486,0,0,0,'Battlecryer Blackeye',NULL,NULL,7893,70,70,1,1729,131,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18272,0,0,0,0,0,20174,0,0,0,'Consortium Gemcutter',NULL,NULL,0,65,65,1,1731,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18273,0,0,0,0,0,17650,0,0,0,'Kilrath','',NULL,0,68,68,1,1735,2,1.71,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,11,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18274,0,0,0,0,0,17191,0,0,0,'Consortium Overseer',NULL,NULL,0,65,65,1,1731,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18275,0,0,0,0,0,11686,0,0,0,'Invis Ball Game Referee','Nothing to See Here',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18276,0,0,0,0,0,17840,0,0,0,'Zerid','',NULL,7626,65,65,1,1731,3,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18277,0,0,0,0,0,17651,0,0,0,'Kinamisa','Leatherworking Supplies',NULL,0,20,20,0,1695,128,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,4608,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18278,0,0,0,0,0,17652,0,0,0,'Pilot Marsha','Engineering Supplies',NULL,7628,68,68,1,35,4225,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,256,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18280,0,0,0,0,0,18029,0,0,0,'Sporewing',NULL,NULL,0,62,62,1,14,0,1,0.952381,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,33,0,0,0,0,139,207,30,1,1,18280,0,70061,0,0,0,0,0,0,35394,0,0,0,0,0,0,0,12957,0,0,0,'SmartAI',1,3,1,1,1,1,0,24426,0,0,0,0,0,0,1,0,0,'',12340),(18281,0,0,0,0,0,18035,0,0,0,'Boglash',NULL,NULL,0,61,61,1,14,0,1,1.14286,1,1,159,221,0,258,4.6,1000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,1,0,18281,0,0,0,0,0,0,0,0,35493,33070,3417,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,2,1,0,24427,0,0,0,0,0,0,1,0,0,'',12340),(18282,0,0,0,0,0,18316,0,0,0,'Lord Klaq',NULL,NULL,0,62,62,1,1693,0,0.666668,1.14286,1,0,160,223,0,246,1,2000,1551,2,0,2048,0,0,0,0,0,0,129,191,26,4,0,18282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,186,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18283,0,0,0,0,0,18724,0,0,0,'Blacksting',NULL,NULL,0,62,62,1,14,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,44,0,0,0,0,139,207,30,1,1,18283,0,0,0,0,0,0,0,0,35331,17170,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24372,25448,0,0,0,0,0,1,0,0,'',12340),(18285,0,0,0,0,0,19400,0,0,0,'\"Count\" Ungula',NULL,NULL,0,63,64,1,14,0,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,0,2048,0,34,0,0,0,0,136,202,27,1,1,18285,0,70061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12886,0,0,0,'SmartAI',1,3,1,1.2,0.6,1,0,24493,0,0,0,0,0,0,1,0,0,'',12340),(18286,0,0,0,0,0,2423,0,0,0,'Mragesh',NULL,NULL,0,64,64,1,14,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,1,0,18286,0,70061,0,0,0,0,0,0,35316,35317,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24486,24375,0,0,0,0,0,1,0,0,'',12340),(18289,0,0,0,0,0,17902,0,0,0,'Bull Elekk',NULL,NULL,0,66,67,1,14,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,1,0,18289,0,70063,0,0,0,0,0,0,15550,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18290,0,0,0,0,0,18045,0,0,0,'Tusker','Queen of the Elekk',NULL,0,68,68,1,14,0,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,195,289,41,1,0,18290,0,70063,0,0,0,0,0,0,15550,12612,32019,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,24505,0,0,0,0,0,0,1,0,0,'',12340),(18292,0,0,0,0,0,17664,17665,17666,17667,'Bleeding Hollow Refugee',NULL,NULL,0,43,65,0,1652,0,1,1.14286,1,0,200,281,0,278,1,3000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,2676,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18293,0,0,0,0,0,17621,17622,17623,17624,'Sunspring Post Refugee',NULL,NULL,0,35,54,0,1652,0,1,1.14286,1,0,92,122,0,224,1,3000,2000,1,36864,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18294,0,0,0,0,0,17660,0,0,0,'Kristen Dipswitch',NULL,NULL,7629,63,63,1,35,3,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18295,0,0,0,0,0,17661,0,0,0,'Prospector Conall','Explorers\' League',NULL,7683,60,61,1,55,3,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,4096,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18296,0,0,0,0,0,20545,20546,0,0,'Sunspring Post Orphan',NULL,NULL,0,8,15,0,1652,0,1,0.99206,1,0,22,29,0,54,1,3000,2000,1,33536,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18297,0,0,0,0,0,17662,0,0,0,'Gankly Rottenfist',NULL,NULL,0,65,65,1,14,0,1,1.14286,1,0,200,281,0,278,1,2000,1601,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18298,0,0,0,0,0,17191,0,0,0,'Gava\'xi',NULL,NULL,0,67,67,1,1678,0,1.125,1.14286,1,0,204,287,0,272,1,1391,1634,2,0,2048,0,0,0,0,0,0,170,253,31,7,0,18298,18298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,220,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18299,0,0,0,0,0,20542,20545,0,0,'Bleeding Hollow Orphan',NULL,NULL,0,9,14,0,1652,0,1,0.99206,1,0,20,27,0,50,1,3000,2000,1,33536,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,2676,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18300,0,0,0,0,0,17668,0,0,0,'Elkay\'gan the Mystic','',NULL,0,68,68,1,1652,2,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,36864,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18301,0,0,0,0,0,17669,0,0,0,'Matron Celestine',NULL,NULL,0,63,63,1,1652,2,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,36864,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18302,0,0,0,0,0,17670,0,0,0,'Matron Drakia','',NULL,7630,64,64,1,1652,3,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,36864,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18303,0,0,0,0,0,17671,0,0,0,'Lyria Skystrider',NULL,NULL,0,15,15,0,1637,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18305,0,0,0,0,0,17188,0,0,0,'Burning Blade Pyre (01)',NULL,NULL,0,27,27,0,35,0,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,26,39,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18306,0,0,0,0,0,10811,17188,0,0,'Burning Blade Pyre (02)',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18307,0,0,0,0,0,10811,17188,0,0,'Burning Blade Pyre (03)',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18308,0,0,0,0,0,17188,0,0,0,'Burning Blade Pyre (04)',NULL,NULL,0,11,11,0,35,0,1.125,1.14286,1,0,15,20,0,44,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,9,14,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18309,20258,0,0,0,0,19778,0,0,0,'Ethereal Scavenger',NULL,NULL,0,64,64,1,16,0,1,1.14286,1,1,194,274,0,272,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,154,226,33,7,64,18309,18309,0,0,0,0,0,0,0,33865,33871,34920,0,0,0,0,0,0,0,1041,1364,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18311,20255,0,0,0,0,20466,0,0,0,'Ethereal Crypt Raider',NULL,NULL,0,64,64,1,16,0,1,1.14286,1,1,194,274,0,272,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,154,226,33,7,64,18311,18311,0,0,0,0,0,0,0,22911,32315,31403,0,0,0,0,0,0,0,1253,1642,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18312,20260,0,0,0,0,20986,0,0,0,'Ethereal Spellbinder',NULL,NULL,0,65,66,1,16,0,1,1.14286,1,1,162,234,0,125,4.6,1500,2000,8,64,2048,0,0,0,0,0,0,148,220,27,7,64,18312,18312,0,0,0,0,0,0,0,34470,37668,0,0,0,0,0,0,0,0,618,811,'SmartAI',1,3,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18313,20259,0,0,0,0,21004,0,0,0,'Ethereal Sorcerer',NULL,NULL,0,64,65,1,16,0,1,1.14286,1,1,154,222,0,124,4.6,2000,2000,8,64,2048,0,0,0,0,0,0,140,208,26,7,64,18313,18313,0,0,0,0,0,0,0,25603,0,0,0,0,0,0,0,0,0,828,1087,'SmartAI',1,3,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18314,20264,0,0,0,0,20468,0,0,0,'Nexus Stalker',NULL,NULL,0,65,66,1,16,0,1,1.14286,1,1,210,295,0,282,4.6,1400,2000,1,64,2048,0,0,0,0,0,0,175,260,37,7,64,18314,18314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,1144,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18315,20261,0,0,0,0,21004,0,0,0,'Ethereal Theurgist',NULL,NULL,0,66,66,1,16,0,1,1.14286,1,1,162,234,0,125,4.6,1600,2000,8,64,2048,0,0,0,0,0,0,148,220,27,7,64,18315,18315,0,0,0,0,0,0,0,38064,34920,13323,0,0,0,0,0,0,0,619,814,'SmartAI',1,3,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18317,20257,0,0,0,0,21005,0,0,0,'Ethereal Priest',NULL,NULL,0,64,65,1,16,0,1,1.14286,1,1,154,222,0,124,4.6,1800,2000,8,64,2048,0,0,0,0,0,0,140,208,26,7,64,18317,18317,0,0,0,0,0,0,0,34944,34495,35944,0,0,0,0,0,0,0,616,809,'SmartAI',1,3,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18318,20693,0,0,0,0,20572,0,0,0,'Sethekk Initiate',NULL,NULL,0,67,67,1,16,0,1,1.14286,1,1,225,314,0,288,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,186,276,39,7,64,18318,18318,0,0,0,0,0,0,0,33961,16145,0,0,0,0,0,0,0,0,1258,1648,'SmartAI',1,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18319,20697,0,0,0,0,20682,0,0,0,'Time-Lost Scryer',NULL,NULL,0,67,67,1,16,0,1,1.14286,1,1,170,246,0,128,4.6,1600,2000,8,64,2048,0,0,0,0,0,0,156,232,27,6,64,18319,18319,0,0,0,0,0,0,0,17138,12160,32689,22273,0,0,0,0,0,0,663,871,'SmartAI',1,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(18320,20698,0,0,0,0,20683,0,0,0,'Time-Lost Shadowmage',NULL,NULL,0,69,69,1,16,0,1,1.14286,1,1,230,336,0,133,4.6,1800,1900,8,0,2048,0,0,0,0,0,0,215,321,28,6,64,18320,18320,0,0,0,0,0,0,0,32682,32675,0,0,0,0,0,0,0,0,709,931,'SmartAI',1,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(18321,20701,0,0,0,0,20598,0,0,0,'Sethekk Talon Lord',NULL,NULL,0,68,69,1,16,0,1,1.14286,1,1,224,316,0,282,4.6,1800,1900,2,0,2048,0,0,0,0,0,0,188,280,32,7,64,18321,18321,0,0,0,0,0,0,0,32674,32654,0,0,0,0,0,0,0,0,793,1040,'SmartAI',1,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18322,20696,0,0,0,0,20573,0,0,0,'Sethekk Ravenguard',NULL,NULL,0,68,68,1,16,0,1,1.14286,1,1,231,325,0,292,4.6,1600,1900,1,0,2048,0,0,0,0,0,0,195,289,41,7,64,18322,18322,0,0,0,0,0,0,0,40423,32651,34970,0,0,0,0,0,0,0,920,1206,'SmartAI',1,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18323,20692,0,0,0,0,18628,0,0,0,'Sethekk Guard',NULL,NULL,0,67,67,1,16,0,1,1.14286,1,1,225,314,0,288,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,186,276,39,7,64,18323,18323,0,0,0,0,0,0,0,33967,0,0,0,0,0,0,0,0,0,1598,2092,'SmartAI',1,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18325,20695,0,0,0,0,20572,0,0,0,'Sethekk Prophet',NULL,NULL,0,68,68,1,16,0,1,1,1,1,212,309,0,130,4.6,1800,2000,8,64,2048,0,0,0,0,0,0,197,294,27,7,64,18325,18325,0,0,0,0,0,0,0,27641,0,0,0,0,0,0,0,0,0,708,929,'SmartAI',1,1,1,2.9,5,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),(18326,20699,0,0,0,0,17865,0,0,0,'Sethekk Shaman',NULL,NULL,0,69,69,1,16,0,1,1.14286,1,1,224,316,0,282,4.6,1600,1900,2,0,2048,0,0,0,0,0,0,188,280,32,7,64,18326,18326,0,0,0,0,0,0,0,15501,0,0,0,0,0,0,0,0,0,794,1042,'SmartAI',1,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18327,20691,0,0,0,0,20682,0,0,0,'Time-Lost Controller',NULL,NULL,0,67,67,1,16,0,1,1.14286,1,1,170,246,0,128,4.6,1800,2000,8,64,2048,0,0,0,0,0,0,156,232,27,6,64,18327,18327,0,0,0,0,0,0,0,0,35013,0,0,0,0,0,0,0,0,918,1204,'SmartAI',1,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(18328,20694,0,0,0,0,17865,0,0,0,'Sethekk Oracle',NULL,NULL,0,67,67,1,16,0,1,1.14286,1,1,170,246,0,128,4.6,1800,2000,8,64,2048,0,0,0,0,0,0,156,232,27,7,64,18328,18328,0,0,0,0,0,0,0,32129,32690,0,0,0,0,0,0,0,0,706,927,'SmartAI',1,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18331,20256,0,0,0,0,20987,0,0,0,'Ethereal Darkcaster',NULL,NULL,0,65,65,1,16,0,1,1.14286,1,1,154,222,0,124,4.6,2000,2000,8,64,2048,0,0,0,0,0,0,140,208,26,7,64,18331,18331,0,0,0,0,0,0,0,16592,34942,34930,0,0,0,0,0,0,0,618,811,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18332,0,0,0,0,0,10916,0,0,0,'Talut','',NULL,0,64,64,0,1660,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18333,0,0,0,0,0,19645,0,0,0,'Shadrek','',NULL,7723,66,66,1,1731,3,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,0,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18334,0,0,0,0,0,17678,17896,17897,0,'Wild Elekk',NULL,NULL,0,66,66,1,7,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,1,0,18334,0,70063,0,0,0,0,0,0,32019,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18335,0,0,0,0,0,18271,0,0,0,'Consortium Recruiter','The Consortium',NULL,7631,68,68,1,35,3,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18336,0,0,0,0,0,17672,0,0,0,'Silvermoon Magister',NULL,NULL,0,15,15,0,1604,0,1,1.14286,1,0,16,22,0,22,1,2000,2000,8,32768,2048,0,0,0,0,0,0,15,21,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18337,0,0,0,0,0,17673,0,0,0,'Priest Kath\'mar','',NULL,0,15,15,0,1604,0,1,1.14286,1,0,16,22,0,22,1,1400,1900,8,0,2048,0,0,0,0,0,0,15,21,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18338,0,0,0,0,0,18650,0,0,0,'Highlord Kruul',NULL,NULL,0,63,63,1,1769,0,1,1.14286,1,3,181,253,0,268,35,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,3,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,110,2,1,0,0,0,0,0,0,0,151,1,617299803,0,'',12340),(18340,0,0,0,0,0,11255,0,0,0,'Steam Pump Overseer',NULL,NULL,0,62,63,1,74,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,18340,18340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,225,'',1,3,1,1,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),(18341,20267,0,0,0,0,19338,0,0,0,'Pandemonius',NULL,NULL,0,66,66,1,16,0,1,1.14286,1,1,210,295,5,282,4.6,1200,2000,1,64,2048,0,0,0,0,0,0,175,260,37,3,64,18341,0,0,0,0,0,0,0,0,32358,0,0,0,0,0,0,0,0,0,4784,6253,'SmartAI',1,3,1,12,1,1,0,0,0,0,0,0,0,121,1,617299803,0,'',12340),(18342,0,0,0,0,0,11686,0,0,0,'Theatre Spotlight','',NULL,0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18343,20268,0,0,0,0,19332,0,0,0,'Tavarok',NULL,NULL,0,66,66,1,16,0,1,1.14286,1,1,210,295,0,282,4.6,1200,2000,1,64,2048,0,0,0,0,0,0,175,260,37,5,576,18343,0,70063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3977,5198,'SmartAI',1,3,1,15,1,1,0,0,0,0,0,0,0,121,1,617299803,0,'',12340),(18344,20266,0,0,0,0,19780,0,0,0,'Nexus-Prince Shaffar',NULL,NULL,0,66,66,1,16,0,1,1.14286,1,1,195,273,0,266,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,161,240,29,7,72,18344,18344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3807,4976,'',1,3,1,18,10,1,0,28490,0,0,0,0,0,0,1,617299803,0,'boss_nexusprince_shaffar',12340),(18345,0,0,0,0,0,17675,0,0,0,'Riding Wyvern (Nagrand PvP Event)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18346,0,0,0,0,0,17841,0,0,0,'Consortium Claviger',NULL,NULL,0,65,65,1,1731,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18347,0,0,0,0,0,17676,0,0,0,'Olirea','Fishing Supplies',NULL,0,40,40,0,1604,128,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,4608,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18348,0,0,0,0,0,17682,0,0,0,'Fanin','Auctioneer',NULL,0,30,30,0,1638,2097152,1,1.14286,1,0,42,56,0,102,1,1500,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18349,0,0,0,0,0,17683,0,0,0,'Iressa','Auctioneer',NULL,0,30,30,0,1638,2097152,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18350,0,0,0,0,0,17684,0,0,0,'Jaela','Banker',NULL,7808,30,30,0,1638,131073,1,1.14286,1,0,42,56,0,102,1,1500,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18351,0,0,0,0,0,10170,0,0,0,'Lump',NULL,NULL,21290,65,65,1,1711,1,1,1.14286,1,0,200,281,0,278,1,1800,2000,1,528,2048,0,0,0,0,0,0,166,246,35,7,0,18351,18351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18352,0,0,0,0,0,11545,0,0,0,'Boulderfist Hunter',NULL,NULL,0,64,65,1,1711,0,1,1.14286,1,0,200,281,0,278,1,3000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,18352,18352,0,0,0,0,0,0,0,32248,0,0,0,0,0,0,0,0,0,181,241,'',1,3,1,1,1,1,0,25468,0,0,0,0,0,0,1,0,0,'',12340),(18353,0,0,0,0,0,17690,0,0,0,'Huntress Bintook','',NULL,0,67,67,1,1732,2,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18354,0,0,0,0,0,17188,0,0,0,'Lump\'s Quest Credit',NULL,NULL,0,65,65,1,35,0,1,1.14286,1,0,200,281,0,278,1,1800,2000,1,33555200,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.75,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18357,0,0,0,0,0,17694,0,0,0,'Ebon Gryphon','',NULL,0,60,60,1,35,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(18358,0,0,0,0,0,17695,0,0,0,'Sporeggar Spawn',NULL,NULL,0,60,60,1,1708,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,35229,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18359,0,0,0,0,0,17696,0,0,0,'Snowy Gryphon','',NULL,0,60,60,1,35,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(18360,0,0,0,0,0,17697,0,0,0,'Golden Gryphon','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(18362,0,0,0,0,0,17717,0,0,0,'Swift Purple Gryphon','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(18363,0,0,0,0,0,17699,0,0,0,'Tawny Wind Rider','',NULL,0,60,60,0,35,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(18364,0,0,0,0,0,17700,0,0,0,'Blue Wind Rider','',NULL,0,60,60,0,35,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(18365,0,0,0,0,0,17701,0,0,0,'Green Wind Rider','',NULL,0,60,60,0,35,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(18369,0,0,0,0,0,17705,0,0,0,'Corki',NULL,NULL,7674,60,60,1,1722,3,1,1,1,0,104,138,0,252,1,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,18369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_corki',12340),(18370,20598,0,0,0,0,15294,0,0,0,'Wild Shadow Fissure',NULL,NULL,0,1,1,0,14,0,1.125,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(18371,20318,0,0,0,0,18916,0,0,0,'Shirrak the Dead Watcher',NULL,NULL,0,66,66,1,16,0,1.6,1.71429,1,1,195,273,0,266,4.6,2000,1618,2,0,2048,0,0,0,0,0,0,161,240,29,6,72,18371,0,0,0,0,0,0,0,0,36383,32265,0,0,0,0,0,0,0,0,5209,6808,'',0,1,1,15.75,5,1,0,0,0,0,0,0,0,167,1,617299803,0,'boss_shirrak_the_dead_watcher',12340),(18372,0,0,0,0,0,17707,0,0,0,'Rough Stone Statue',NULL,NULL,0,5,5,1,15,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,4,0,0,0,0,0,0,0,0,0,0,32253,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18373,20306,0,0,0,0,17715,0,0,0,'Exarch Maladaar',NULL,NULL,0,67,67,1,16,0,1.6,1.71429,1,1,204,287,0,272,4.6,2000,1634,2,0,2048,0,0,0,0,0,0,170,253,31,7,72,18373,18373,0,0,0,0,0,0,0,32346,32421,32422,32424,0,0,0,0,0,0,5636,7365,'',0,1,1,16.5,5,1,0,0,0,0,0,0,0,167,1,617299803,0,'boss_exarch_maladaar',12340),(18374,20308,0,0,0,0,1126,0,0,0,'Focus Fire','',NULL,0,66,66,0,16,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',1,3,1,1,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),(18375,0,0,0,0,0,17703,0,0,0,'Swift Green Gryphon','',NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(18376,0,0,0,0,0,17718,0,0,0,'Swift Red Gryphon','',NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(18377,0,0,0,0,0,17719,0,0,0,'Swift Red Wind Rider','',NULL,0,70,70,0,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(18378,0,0,0,0,0,17720,0,0,0,'Swift Green Wind Rider','',NULL,0,70,70,0,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(18379,0,0,0,0,0,17721,0,0,0,'Swift Purple Wind Rider','',NULL,0,70,70,0,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(18380,0,0,0,0,0,17722,0,0,0,'Swift Yellow Wind Rider','',NULL,0,70,70,0,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(18381,0,0,0,0,0,17723,0,0,0,'Netherwhelp','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(18382,0,0,0,0,0,17626,0,0,0,'Mycah','Sporeggar Quartermaster',NULL,0,64,64,1,1708,4224,1,0.99206,1,0,168,234,0,252,1,2000,2000,2,0,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18383,0,0,0,0,0,17730,0,0,0,'Kurgatok',NULL,NULL,7739,62,65,1,1734,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18384,0,0,0,0,0,17731,0,0,0,'Malukaz',NULL,NULL,7750,62,65,1,1735,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18385,0,0,0,0,0,17734,0,0,0,'Rakoria','',NULL,5181,60,62,1,1734,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,36864,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18386,0,0,0,0,0,17735,0,0,0,'Rokag','',NULL,7749,70,70,1,1734,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18387,0,0,0,0,0,17736,0,0,0,'Bertelm','',NULL,7753,64,64,1,1733,3,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18388,0,0,0,0,0,17200,0,0,0,'Shadow Council Credit Marker','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18389,0,0,0,0,0,17737,0,0,0,'Thander','',NULL,7743,64,64,1,1733,3,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18390,0,0,0,0,0,18100,0,0,0,'Ros\'eleth','',NULL,7752,64,64,1,1732,3,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18391,0,0,0,0,0,17742,0,0,0,'Giselda the Crone','',NULL,0,67,67,1,16,0,1.125,1.14286,1,0,204,287,0,272,1,3000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,18391,18391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,217,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18392,0,0,0,0,0,17743,0,0,0,'Invisible Man Mount 30','',NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18393,0,0,0,0,0,17200,0,0,0,'Warmaul Ogre Credit Marker',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18394,20262,0,0,0,0,15438,0,0,0,'Ethereal Wraith',NULL,NULL,0,65,65,0,16,0,1.2,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,4,0,0,0,0,0,0,0,0,0,0,34934,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(18395,0,0,0,0,0,17200,0,0,0,'Warmaul Pyre Credit Marker',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18396,0,0,0,0,0,18355,0,0,0,'Boulderfist Saboteur',NULL,NULL,0,64,64,1,495,0,1.125,1.14286,1,0,194,274,0,272,1,1400,1900,1,0,2048,0,0,0,0,0,0,154,226,33,7,4096,0,0,0,0,0,0,0,0,0,32248,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18397,0,0,0,21276,0,17744,17745,0,0,'Kil\'sorrow Invader',NULL,NULL,0,65,66,1,16,0,1.125,1.14286,1,0,210,295,0,282,1,1400,2000,1,0,2048,0,0,0,0,0,0,175,260,37,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18398,0,0,0,0,0,19797,0,0,0,'Brokentoe',NULL,NULL,0,65,66,1,14,0,1.48,1.14286,1,1,210,295,0,282,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,175,260,37,1,0,0,0,0,0,0,0,0,0,0,32023,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(18399,0,0,0,0,0,17831,18046,0,0,'Murkblood Twin',NULL,NULL,0,65,65,1,1679,0,1.48,1.14286,1,1,200,281,0,278,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,15692,32319,14873,30798,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6.5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(18400,0,0,0,0,0,17832,0,0,0,'Rokdar the Sundered Lord',NULL,NULL,0,66,66,1,16,0,1.48,1.14286,1,1,210,295,0,282,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,175,260,37,4,0,0,0,0,0,0,0,0,0,0,31389,16727,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18401,0,0,0,0,0,17746,0,0,0,'Skra\'gath',NULL,NULL,0,66,66,1,14,0,1.48,1.14286,1,1,162,234,0,125,7.5,1400,1900,8,0,2048,0,0,0,0,0,0,148,220,27,3,0,0,0,0,0,0,0,0,115,0,16429,32324,29299,32322,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,12,15,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(18402,0,0,0,0,0,17747,17748,17750,17749,'Warmaul Champion',NULL,NULL,0,67,67,1,16,0,1.48,1.14286,1,1,225,314,0,288,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,15708,17963,31403,32323,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,16,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(18404,21549,0,0,0,0,17813,17815,17816,17817,'Bloodwarder Steward',NULL,NULL,0,69,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,18404,18404,0,0,0,0,0,0,0,34821,0,0,0,0,0,0,0,0,0,1049,1375,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,16,0,'',12340),(18405,21578,0,0,0,0,18930,0,0,0,'Tempest-Forge Peacekeeper',NULL,NULL,0,70,70,1,16,0,1.48,1.14286,1,1,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,9,0,18405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,1377,'SmartAI',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(18406,0,0,0,0,0,17759,0,0,0,'Swift Blue Gryphon','',NULL,0,70,70,0,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(18407,0,0,0,0,0,17762,0,0,0,'Warden Bullrok',NULL,NULL,7686,70,70,0,1650,3,1.48,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18408,0,0,0,0,0,17763,0,0,0,'Warden Moi\'bff Jill','',NULL,9096,70,70,0,1721,3,1,1,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18409,20170,0,0,0,0,17751,0,0,0,'Large AOI Underbat',NULL,NULL,0,62,63,1,1712,0,1,1.28571,1,0,164,228,0,249,1,2000,1900,2,33555264,2048,0,0,0,0,0,0,133,196,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),(18411,0,0,0,0,0,18155,0,0,0,'Durn the Hungerer','Son of Gruul',NULL,0,67,67,1,1711,0,2.4,2.57143,1,1,225,314,0,288,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,186,276,39,7,8,18411,18411,0,0,0,0,0,0,0,31994,34771,28168,0,0,0,0,0,0,0,5211,6810,'SmartAI',1,3,1,20,1,1,0,0,0,0,0,0,0,213,1,0,0,'',12340),(18412,0,0,0,0,0,14501,0,0,0,'Cyclone (The Crone)','',NULL,0,73,73,1,634,0,1.125,1.14286,1,3,316,450,0,320,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,102,1,0,2,'npc_cyclone',12340),(18413,0,0,0,0,0,11550,0,0,0,'Zorbo the Advisor',NULL,NULL,0,66,66,1,45,0,1.125,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,18413,18413,0,0,0,0,0,0,0,0,12548,11986,0,0,0,0,0,0,0,157,210,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18414,0,0,0,0,0,17768,0,0,0,'Elder Yorley','',NULL,7687,67,67,1,1653,3,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,36864,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18415,0,0,0,0,0,17769,0,0,0,'Elder Ungriz','',NULL,7688,68,68,1,1653,3,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,36864,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18416,0,0,0,0,0,17770,0,0,0,'Huntress Kima','',NULL,7695,64,64,1,1722,3,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18417,0,0,0,0,0,17771,0,0,0,'Altruis the Sufferer','',NULL,7719,70,70,1,35,3,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18418,0,0,0,0,0,17772,0,0,0,'Nethrandamus',NULL,NULL,0,70,70,1,1726,0,1,2.85714,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,500,1,1,0,0,0,0,0,0,0,220,1,0,2,'',12340),(18419,21546,0,0,0,0,17883,17884,0,0,'Bloodwarder Greenkeeper',NULL,NULL,0,69,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,18419,18419,0,0,0,0,0,0,0,34798,34800,34797,0,0,0,0,0,0,0,879,1153,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18420,21574,0,0,0,0,17916,17917,17918,0,'Sunseeker Geomancer',NULL,NULL,0,71,71,1,16,0,1.71,1.14286,1,1,296,424,0,290,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,18420,18420,0,0,0,0,0,0,0,34356,34360,34170,0,0,0,0,0,0,0,1095,1435,'SmartAI',1,3,1,4,4,1,0,0,0,0,0,0,0,0,1,1537,0,'',12340),(18421,21577,0,0,0,0,17842,17843,17844,17845,'Sunseeker Researcher',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,18421,18421,0,0,0,0,0,0,0,34352,34354,34353,34355,0,0,0,0,0,0,796,1044,'SmartAI',1,3,1,2.9,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18422,21570,0,0,0,0,17819,17820,0,0,'Sunseeker Botanist',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,18422,18422,0,0,0,0,0,0,0,34254,34350,34361,0,0,0,0,0,0,0,796,1044,'SmartAI',1,3,1,2.9,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18423,0,0,0,0,0,18649,0,0,0,'Cho\'war the Pillager',NULL,NULL,0,67,67,1,45,0,1.48,1.14286,1,1,225,314,0,288,4.6,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,18423,18423,0,0,0,0,0,0,0,15708,17963,32323,31403,0,0,0,0,0,0,1981,2592,'',1,3,1,7,1,1,0,25590,25648,24502,25604,0,0,0,1,2048,0,'',12340),(18424,0,0,0,0,0,17783,0,0,0,'Warden Treelos',NULL,NULL,7692,64,64,1,1660,3,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,33536,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18426,0,0,0,0,0,17785,0,0,0,'Terellia','Trade Supplies',NULL,0,10,10,0,1604,4224,1,1.14286,1,0,8,13,0,17,1,1500,2000,8,4608,2048,0,0,0,0,0,0,9,12,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18427,0,0,0,0,0,17787,0,0,0,'Fazu','Tradesman',NULL,0,23,23,0,1638,128,1,1.14286,1,0,33,44,0,80,1,1500,2000,1,32768,2048,0,0,0,0,0,0,22,33,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18428,0,0,0,0,0,17788,17789,17790,17791,'Mag\'har Prisoner',NULL,NULL,0,60,65,0,1652,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,37632,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18429,20252,0,0,0,0,19702,0,0,0,'Arcane Fiend',NULL,NULL,0,64,64,1,16,0,1.2,1.14286,1,0,168,234,0,252,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,136,202,27,4,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.35,5,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),(18430,20253,0,0,0,0,19646,0,0,0,'Ethereal Apprentice',NULL,NULL,0,65,65,1,16,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,64,2048,0,0,0,0,0,0,153,227,29,7,64,0,0,0,0,0,0,0,0,0,32369,32370,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18431,20254,0,0,0,0,25866,0,0,0,'Ethereal Beacon',NULL,NULL,0,65,65,1,16,0,4,1.42857,1,0,186,260,0,262,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,64,0,0,0,0,0,0,0,0,0,15254,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.75,1,1,0,0,0,0,0,0,0,156,1,0,0,'',12340),(18437,0,0,0,0,0,17795,0,0,0,'Vicious Teromoth',NULL,NULL,0,62,63,1,14,0,1,1.42857,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,37,0,0,0,0,147,219,32,1,1,18437,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13104,0,0,0,'SmartAI',1,3,1,1,1,1,0,24279,0,0,0,0,0,144,1,0,0,'',12340),(18438,0,0,0,0,0,17798,0,0,0,'Naphthal\'ar',NULL,NULL,0,64,64,1,14,0,1,1.14286,1,0,194,274,0,272,1,2000,1584,1,32768,2048,0,0,0,0,0,0,154,226,33,1,0,18438,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18439,0,0,0,0,0,17801,0,0,0,'Garokk','Ex-Arena Battlemaster',NULL,7872,61,61,1,35,1,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,576,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18440,0,0,0,0,0,11536,0,0,0,'Warmaul Chef Bufferlo',NULL,NULL,0,65,66,1,1693,0,1.48,1.14286,1,1,210,295,0,282,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,18440,18440,0,0,0,0,0,0,0,31994,32376,32378,0,0,0,0,0,0,0,873,1144,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18441,20305,0,0,0,0,12432,0,0,0,'Stolen Soul','',NULL,0,67,67,1,16,0,1.125,1.14286,1,0,225,314,0,288,1,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_stolen_soul',12340),(18442,0,0,0,0,0,17802,0,0,0,'Prospector Balmoral','Explorers\' League',NULL,0,64,65,1,534,2,1.125,1.14286,1,0,200,281,0,278,1,1400,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18443,0,0,0,0,0,17803,0,0,0,'Lookout Nodak','',NULL,0,64,65,1,714,2,1.125,1.14286,1,0,200,281,0,278,1,1400,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18444,0,0,0,0,0,11686,0,0,0,'Corki Event Controller',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18445,0,0,0,0,0,17705,0,0,0,'Corki',NULL,NULL,0,60,60,1,1722,2,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_corki',12340),(18446,0,0,0,0,0,17804,0,0,0,'Earthbinder Tavgren',NULL,NULL,7696,63,63,1,1660,3,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,33536,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18447,0,0,0,0,0,17807,0,0,0,'Tooki','',NULL,7697,65,65,1,1734,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18448,0,0,0,0,0,17080,0,0,0,'Kokorek','',NULL,0,64,65,1,35,2,1.71,1.14286,1,1,200,281,0,278,4.6,1400,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18449,0,0,0,0,0,17006,0,0,0,'Shienor Talonite',NULL,NULL,0,62,63,1,1738,0,1,1.14286,1,0,181,253,0,268,1,3000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,18449,18449,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,225,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18450,0,0,0,0,0,17005,0,0,0,'Shienor Sorcerer',NULL,NULL,0,62,63,1,1738,0,1,1.14286,1,0,164,228,0,249,1,3000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,18450,18450,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,195,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18451,0,0,0,0,0,16875,0,0,0,'Shienor Wing Guard',NULL,NULL,0,62,63,1,1738,0,1,1.14286,1,0,181,253,0,268,1,3000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,18451,18451,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,225,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18452,0,0,0,0,0,17805,0,0,0,'Skithian Dreadhawk',NULL,NULL,0,63,64,1,1738,0,1,1.14286,1,0,194,274,0,272,1,3000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,18452,18452,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,232,'SmartAI',1,3,1,1,1,1,0,27861,31655,0,0,0,0,0,1,0,0,'',12340),(18453,0,0,0,0,0,17806,0,0,0,'Skithian Windripper',NULL,NULL,0,63,64,1,1738,0,1,1.14286,1,0,168,234,0,252,1,3000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,18453,18453,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,199,'SmartAI',1,3,1,1,1,1,0,27861,31655,0,0,0,0,0,1,0,0,'',12340),(18454,0,0,0,0,0,17808,0,0,0,'Shalassi Talonguard',NULL,NULL,0,64,64,1,1738,0,1.125,1.14286,1,0,194,274,0,272,1,3000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,18454,18454,0,0,0,0,0,0,0,6016,0,0,0,0,0,0,0,0,0,170,226,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18455,0,0,0,0,0,17809,0,0,0,'Shalassi Oracle',NULL,NULL,0,64,65,1,1738,0,1.125,1.14286,1,0,186,260,0,262,1,3000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,18455,18455,0,0,0,0,0,0,0,32907,6535,12058,11824,0,0,0,0,0,0,153,205,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18456,0,0,0,0,0,18428,0,0,0,'Tuurem Scavenger',NULL,NULL,0,62,63,1,51,0,1.11111,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,18456,18456,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,225,'',1,3,1,1,1,1,0,25850,0,0,0,0,0,0,1,0,0,'',12340),(18457,0,0,0,0,0,18427,0,0,0,'Tuurem Hunter',NULL,NULL,0,62,63,1,51,0,1.11111,1.14286,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,18457,18457,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,197,'SmartAI',1,3,1,1,1,1,0,25850,0,0,0,0,0,0,1,0,0,'',12340),(18458,0,0,0,0,0,11686,0,0,0,'Veil Shalas Ward','You shouldn\'t see me',NULL,0,1,1,0,190,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18459,0,0,0,0,0,17810,0,0,0,'Jenai Starwhisper','',NULL,7698,65,65,1,1733,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18460,0,0,0,0,0,17811,18072,18073,0,'Lost Spirit',NULL,NULL,0,64,65,1,21,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,6,0,18460,18460,0,0,0,0,0,0,0,32938,0,0,0,0,0,0,0,0,0,179,239,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(18461,0,0,0,0,0,16876,0,0,0,'Dampscale Basilisk',NULL,NULL,0,62,63,1,49,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,1,0,18461,0,70163,0,0,0,0,0,0,32905,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18462,0,0,0,0,0,17808,0,0,0,'Shalassi Sentry','',NULL,0,64,64,1,1738,0,1.125,1.14286,1,0,194,274,0,272,1,1400,1900,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18463,0,0,0,0,0,17812,0,0,0,'Dampscale Devourer',NULL,NULL,0,63,64,1,49,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,1,0,18463,0,70163,0,0,0,0,0,0,32906,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18464,0,0,0,0,0,20025,0,0,0,'Warp Stalker',NULL,NULL,0,63,64,1,14,0,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,32,0,0,0,0,136,202,27,1,1,18464,0,70160,0,0,0,0,0,0,32920,32939,32942,32922,0,0,0,0,10525,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18465,0,0,0,0,0,19998,0,0,0,'Warp Hunter',NULL,NULL,0,64,65,1,14,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,32,0,0,0,0,166,246,35,1,1,18465,0,70160,0,0,0,0,0,0,32920,32939,32942,39449,0,0,0,0,11577,0,0,0,'SmartAI',1,3,1,1,1,1,0,25678,0,0,0,0,0,0,1,0,0,'',12340),(18466,0,0,0,0,0,8271,0,0,0,'Dreadfang Lurker',NULL,NULL,0,63,64,1,22,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,3,0,0,0,0,154,226,33,1,1,18466,0,0,0,0,0,0,0,0,32902,0,0,0,0,0,0,0,10520,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18467,0,0,0,0,0,9929,0,0,0,'Dreadfang Widow',NULL,NULL,0,64,65,1,22,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,3,0,0,0,0,166,246,35,1,1,18467,0,0,0,0,0,0,0,0,32902,0,0,0,0,0,0,0,10521,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18468,0,0,0,0,0,17574,0,0,0,'Teromoth',NULL,NULL,0,62,63,1,7,0,1,1.42857,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,37,0,0,0,0,147,219,32,1,1,18468,0,0,0,0,0,0,0,0,32904,0,0,0,0,0,0,0,13102,0,0,0,'SmartAI',1,3,1,1,1,1,0,25672,0,0,0,0,0,144,1,0,0,'',12340),(18469,0,0,0,0,0,17798,0,0,0,'Royal Teromoth',NULL,NULL,0,63,64,1,7,0,1,1.42857,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,37,0,0,0,0,154,226,33,1,1,18469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13101,0,0,0,'SmartAI',1,3,1,1,1,1,0,29475,0,0,0,0,0,144,1,0,0,'',12340),(18470,0,0,0,0,0,1192,0,0,0,'Bonelasher',NULL,NULL,0,64,65,1,14,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,7,0,0,0,0,166,246,35,1,1,18470,0,0,0,0,0,0,0,0,34363,0,0,0,0,0,0,0,12867,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18471,0,0,0,0,0,17836,0,0,0,'Gurgthock',NULL,NULL,7699,65,65,1,35,3,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,770,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18472,20690,0,0,0,0,20599,0,0,0,'Darkweaver Syth',NULL,NULL,0,68,68,1,16,0,1,1.14286,1,1,212,309,5,130,4.6,2000,2000,8,64,2048,0,0,0,0,0,0,197,294,27,7,72,18472,18472,0,0,0,0,0,0,0,15659,33534,15039,33620,0,0,0,0,0,0,4789,6259,'SmartAI',1,1,1,18,20,1,0,27633,0,0,0,0,0,0,1,617299803,0,'',12340),(18473,20706,0,0,0,0,18636,0,0,0,'Talon King Ikiss',NULL,NULL,0,68,68,1,16,0,1,1.42857,1,1,212,309,0,130,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,197,294,27,7,72,18473,18473,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3514,4594,'',1,1,1,17,6,1,0,27632,0,0,0,0,0,144,1,617299803,0,'boss_talon_king_ikiss',12340),(18475,0,0,0,0,0,11551,0,0,0,'Mug\'gok',NULL,NULL,0,64,65,1,45,0,1.125,1.14286,1,0,200,281,0,278,1,3000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,18475,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,25666,0,0,0,0,0,0,1,0,0,'',12340),(18476,0,0,0,0,0,11419,0,0,0,'Timber Worg',NULL,NULL,0,62,63,1,38,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,1,0,0,0,0,147,219,32,1,1,18476,0,70061,0,0,0,0,0,0,32918,32919,0,0,0,0,0,0,11592,0,0,0,'SmartAI',1,1,1,1,1,1,0,25812,25807,0,0,0,0,0,1,0,0,'',12340),(18477,0,0,0,0,0,11417,0,0,0,'Timber Worg Alpha',NULL,NULL,0,63,64,1,38,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,1,0,0,0,0,154,226,33,1,1,18477,0,70061,0,0,0,0,0,0,3149,32919,0,0,0,0,0,0,13043,0,0,0,'SmartAI',1,1,1,1,1,1,0,25807,25812,0,0,0,0,0,1,0,0,'',12340),(18478,20303,0,0,0,0,18142,0,0,0,'Avatar of the Martyred',NULL,NULL,0,67,67,1,16,0,1.48,1.14286,1,1,225,314,0,288,7.5,1391,1634,1,0,2048,0,0,0,0,0,0,186,276,39,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4.75,1,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),(18480,0,0,0,0,0,17833,0,0,0,'Broken Corpse','',NULL,7703,60,60,1,35,1,1,1,1,0,104,138,0,252,1,2000,1518,1,537166592,2048,32,0,0,0,0,0,72,106,26,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18481,0,0,0,0,0,18135,0,0,0,'A\'dal',NULL,NULL,7966,73,73,1,1741,3,1,1.42857,1,1,316,450,0,320,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1000,1,1,0,0,0,0,0,0,0,0,1,617562111,2,'',12340),(18482,0,0,0,0,0,17837,0,0,0,'Empoor',NULL,NULL,7704,63,63,1,35,3,1,1,1,0,164,228,0,249,1,2000,2000,2,33280,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18483,0,0,0,0,0,17838,0,0,0,'Empoor\'s Bodyguard',NULL,NULL,0,62,62,1,35,0,1,1,1,0,172,240,0,262,1,2000,2000,1,33280,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18484,0,0,0,0,0,17689,0,0,0,'Wind Trader Lathrai',NULL,NULL,7713,65,65,1,35,131,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,256,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18485,0,0,0,0,0,1461,0,0,0,'Night Elf Ancient of War','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,0,252,357,0,304,7.5,1400,2000,1,64,2048,0,0,0,0,0,0,215,320,44,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(18486,0,0,0,0,0,1460,0,0,0,'Night Elf Ancient of Lore','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,0,252,357,0,304,7.5,1400,2000,1,64,2048,0,0,0,0,0,0,215,320,44,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(18487,0,0,0,0,0,17846,0,0,0,'Night Elf Ancient Protector','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,0,252,357,0,304,7.5,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(18488,0,0,0,0,0,18512,18513,18514,0,'Telaari Watcher',NULL,NULL,0,70,70,1,1721,0,1,1,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18489,0,0,0,0,0,17971,18506,18507,18508,'Garadar Defender',NULL,NULL,0,70,70,1,1650,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,29651,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18490,0,0,0,0,0,17847,17848,17849,17850,'Fallen Druid','',NULL,0,62,65,1,1660,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,536871680,2049,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18491,0,0,0,0,0,11686,0,0,0,'Veil Shalas Totem','You shouldn\'t see me',NULL,0,1,1,0,190,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18492,0,0,0,0,0,8470,0,0,0,'Tavgren\'s Kodo','',NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33536,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18493,20301,0,0,0,0,17924,17925,17926,17927,'Auchenai Soulpriest',NULL,NULL,0,65,66,1,16,0,1,1.14286,1,1,195,273,0,266,4.6,2000,1617,2,0,2048,0,0,0,0,0,0,161,240,29,7,0,18493,18493,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1043,1366,'SmartAI',1,1,1,2.9,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18494,0,0,0,0,0,17854,0,0,0,'Deirom','',NULL,0,63,63,1,534,0,1.125,1.14286,1,0,181,253,0,268,1,1400,1900,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18495,20302,0,0,0,0,17942,17943,17944,17945,'Auchenai Vindicator',NULL,NULL,0,65,66,1,16,0,1,1.14286,1,1,195,273,0,266,4.6,2000,1617,2,0,2048,0,0,0,0,0,0,161,240,29,7,0,18495,18495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1043,1366,'SmartAI',1,1,1,2.9,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18496,0,0,0,0,0,17855,0,0,0,'Dugar','',NULL,0,63,63,1,714,0,1.125,1.14286,1,0,181,253,0,268,1,1400,1900,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18497,20299,0,0,0,0,17910,17911,17912,17919,'Auchenai Monk',NULL,NULL,0,65,66,1,16,0,1.6,1.71429,1,1,210,295,0,282,4.6,1600,1617,1,0,2048,0,0,0,0,0,0,175,260,37,7,72,18497,18497,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1383,1810,'SmartAI',1,1,1,3.1,1,1,0,0,0,0,0,0,0,167,1,80426843,0,'',12340),(18498,20321,0,0,0,0,17920,17921,17922,17923,'Unliving Soldier',NULL,NULL,0,65,65,1,16,0,1,1.14286,1,0,200,281,0,278,4.6,1362,1601,1,0,2048,0,0,0,0,0,0,166,246,35,6,0,18498,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,378,'SmartAI',1,3,1,1.35,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(18499,20322,0,0,0,0,17932,17933,17934,17935,'Unliving Sorcerer',NULL,NULL,0,65,65,1,16,0,1,1.14286,1,0,186,260,0,262,4.6,1376,1617,2,0,2048,0,0,0,0,0,0,153,227,29,6,0,18499,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,340,'SmartAI',1,3,1,1.35,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(18500,20320,0,0,0,0,17928,17929,17930,17931,'Unliving Cleric',NULL,NULL,0,65,65,1,16,0,1,1.14286,1,0,186,260,0,262,1,1377,1618,2,0,2048,0,0,0,0,0,0,153,227,29,6,0,18500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,331,'SmartAI',1,3,1,1.35,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(18501,20323,0,0,0,0,17938,17939,17940,17941,'Unliving Stalker',NULL,NULL,0,65,65,1,16,0,1,1.14286,1,0,186,260,0,262,1,1362,1601,2,0,2048,0,0,0,0,0,0,153,227,29,6,0,18501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,342,'SmartAI',1,3,1,1.35,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(18502,0,0,0,0,0,17607,0,0,0,'Night Elf Wisp','',NULL,0,69,70,1,1719,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.5,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(18503,20309,0,0,0,0,17936,17937,0,0,'Phantasmal Possessor','',NULL,0,65,65,1,16,0,1,1.14286,1,0,154,222,0,124,1,1400,1900,8,0,2048,0,0,0,0,0,0,140,208,26,6,0,18503,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,192,'SmartAI',1,3,1,0.3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(18504,0,0,0,0,0,3019,19283,0,0,'Silvermoon Practice Dummy',NULL,NULL,0,50,50,0,1703,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,58,86,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18506,20316,0,0,0,0,25873,0,0,0,'Raging Soul',NULL,NULL,0,65,66,1,16,0,1,1.14286,1,0,195,273,0,266,1,2000,1617,2,0,2048,0,0,0,0,0,0,161,240,29,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.55,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(18507,0,0,0,0,0,17538,17539,17540,17541,'Silvermoon Farstrider',NULL,NULL,0,55,55,0,1745,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18521,20315,0,0,0,0,17991,17992,0,0,'Raging Skeleton',NULL,NULL,0,66,67,1,16,0,1,1.42857,1,1,225,314,0,288,4.6,2000,1633,1,0,2048,0,0,0,0,0,0,186,276,39,6,0,18521,18521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1342,1757,'SmartAI',1,1,1,2.75,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(18524,20298,0,0,0,0,17970,17990,0,0,'Angered Skeleton',NULL,NULL,0,66,66,1,16,0,1,1.42857,1,1,210,295,0,282,4.6,2000,1618,1,0,2048,0,0,0,0,0,0,175,260,37,6,0,18524,18524,0,0,0,0,0,0,0,32885,0,0,0,0,0,0,0,0,0,1299,1702,'SmartAI',1,1,1,2.75,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(18525,0,0,0,0,0,17870,0,0,0,'G\'eras',NULL,NULL,0,72,72,1,1741,128,1,1.42857,1,1,307,438,0,314,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,270,401,53,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18527,0,0,0,0,0,17874,0,0,0,'Conjurer Tyren',NULL,NULL,0,57,57,0,1604,0,1,1.14286,1,0,69,96,0,106,1,2000,2000,8,32768,2048,0,0,0,0,0,0,58,85,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18530,0,0,0,0,0,17875,0,0,0,'Voren\'thal the Seer','',NULL,8182,72,72,1,1744,2,1,1.14286,1,1,307,438,0,314,4.6,1464,1717,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18531,0,0,0,0,0,17878,0,0,0,'Magistrix Fyalenn','The Scryers',NULL,8181,73,73,1,1744,3,1,1.14286,1,1,270,395,0,143,4.6,2000,2000,8,33536,2048,0,0,0,0,0,0,255,380,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18532,0,0,0,0,0,11686,0,0,0,'Forge Camp: Hate - Event Generator',NULL,NULL,0,68,68,1,35,0,1.125,1.14286,1,0,214,301,0,276,1,1800,2000,2,33555200,2048,0,0,0,0,0,0,179,266,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18533,0,0,0,0,0,20576,0,0,0,'Luanga the Imprisoner','',NULL,0,65,65,1,1738,0,1.48,1.14286,1,1,186,260,0,262,4.6,1400,1900,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,18533,18533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,915,1200,'SmartAI',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,1040,0,'',12340),(18535,0,0,0,0,0,18291,0,0,0,'Demos, Overseer of Hate',NULL,NULL,0,68,68,1,90,0,1.48,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,195,289,41,3,0,18535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2875,3759,'',1,3,1,10,1,1,0,25770,0,0,0,0,0,0,1,0,0,'',12340),(18536,0,0,0,0,0,17880,0,0,0,'Xirkos, Overseer of Fear',NULL,NULL,0,68,68,1,90,0,1.48,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,195,289,41,3,0,18536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2875,3759,'',1,3,1,10,1,1,0,25771,0,0,0,0,0,0,1,0,0,'',12340),(18537,0,0,0,0,0,17881,0,0,0,'Adyen the Lightwarden',NULL,NULL,8117,71,71,1,1743,3,1,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,4096,0,0,0,0,0,0,0,0,0,14518,13005,13952,0,0,0,0,0,0,0,0,0,'',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18538,0,0,0,0,0,17882,0,0,0,'Ishanah','High Priestess of the Aldor',NULL,7735,72,72,1,1743,3,1,1.14286,1,1,263,384,0,140,4.6,2000,2000,8,33024,2048,0,0,0,0,0,0,247,369,34,7,4096,0,0,0,0,0,0,0,0,0,35096,15238,22187,0,0,0,0,0,0,0,0,0,'',0,3,1,20,4,1,0,0,0,0,0,0,0,0,1,0,2,'npc_ishanah',12340),(18539,0,0,0,0,0,17867,0,0,0,'Ashkaz',NULL,NULL,0,63,63,1,1738,0,1,1.14286,1,0,164,228,0,249,1,3000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,18539,18539,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,217,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18540,0,0,0,0,0,17808,0,0,0,'Ayit',NULL,NULL,0,63,63,1,1738,0,1,1.14286,1,0,181,253,0,268,1,3000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,18540,18540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,226,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18541,0,0,0,0,0,17860,0,0,0,'Urdak',NULL,NULL,0,63,64,1,1738,0,1,1.14286,1,0,194,274,0,272,1,3000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,18541,18541,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,232,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18542,0,0,0,0,0,1433,0,0,0,'Alexston Chrome','Tavern of Time',NULL,7712,70,70,0,35,65665,1,1.14286,1,0,252,357,0,304,1,1000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18543,0,0,0,0,0,17888,0,0,0,'Nethrandamus Taxi','',NULL,0,70,70,1,1726,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,1,1,0,0,0,0,0,0,0,220,1,0,2,'',12340),(18544,0,0,0,0,0,19537,0,0,0,'Veraku',NULL,NULL,0,70,70,1,1824,0,1.71,1.14286,1,1,252,357,0,304,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18545,0,0,0,0,0,17890,0,0,0,'Ashes of Al\'ar','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(18547,0,0,0,0,0,17892,17893,17894,17895,'Scryer Arcanist',NULL,NULL,0,61,61,1,1744,0,1,1.14286,1,0,123,177,0,115,1,2000,2000,8,33024,2048,0,0,0,0,0,0,111,164,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18548,0,0,0,0,0,17898,17900,0,0,'Firewing Courier',NULL,NULL,0,64,64,1,16,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,18548,18548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,869,1000,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18549,0,0,0,0,0,17903,17904,17905,17907,'Aldor Vindicator',NULL,'Directions',8419,70,70,1,1777,1,1,1.38571,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,32768,'guard_shattrath_aldor',12340),(18553,0,0,0,0,0,1126,11686,0,0,'Dark Portal Black Crystal Invisible Stalker',NULL,NULL,0,1,1,0,35,0,1.4,1.5,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',1,4,1,1,1,1,0,0,0,0,0,0,0,50,1,0,130,'',12340),(18554,0,0,0,0,0,17958,0,0,0,'Sharth Voldoun',NULL,NULL,0,65,65,1,16,0,1.125,1.14286,1,0,186,260,0,262,1,1362,1601,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,18554,18554,0,0,0,0,0,0,0,15277,13952,32917,0,0,0,0,0,0,0,307,406,'SmartAI',1,3,1,2.5,1,1,0,29912,0,0,0,0,0,0,1,536879120,0,'',12340),(18555,0,0,0,0,0,1126,11686,0,0,'Dark Portal Beam Invisible Stalker',NULL,NULL,0,1,1,0,35,0,4,1.14286,1.35,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',1,4,1,1,1,1,0,0,0,0,0,0,0,58,1,0,130,'',12340),(18556,20311,0,0,0,0,17920,17921,17922,17923,'Phasing Soldier',NULL,NULL,0,65,66,1,7,0,1,1.14286,1,0,210,295,0,282,4.6,2000,1617,1,0,2048,0,0,0,0,0,0,175,260,37,6,0,18556,0,0,0,0,0,0,0,0,32828,11972,0,0,0,0,0,0,0,0,229,303,'SmartAI',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(18557,20310,0,0,0,0,17928,17929,17930,17931,'Phasing Cleric',NULL,NULL,0,65,66,1,7,0,1,1.14286,1,0,195,273,0,266,1,2000,1617,2,0,2048,0,0,0,0,0,0,161,240,29,6,0,18557,0,0,0,0,0,0,0,0,33324,25028,0,0,0,0,0,0,0,0,205,273,'SmartAI',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(18558,20312,0,0,0,0,17932,17933,17934,17935,'Phasing Sorcerer',NULL,NULL,0,65,66,1,7,0,1,1.14286,1,0,195,273,0,266,1,2000,1601,2,0,2048,0,0,0,0,0,0,161,240,29,6,0,18558,0,0,0,0,0,0,0,0,12466,15043,15744,0,0,0,0,0,0,0,193,256,'SmartAI',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(18559,20313,0,0,0,0,17938,17939,17940,17941,'Phasing Stalker','',NULL,0,65,66,1,7,0,1,1.14286,1,0,195,273,0,266,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,161,240,29,6,0,18559,0,0,0,0,0,0,0,0,15547,31975,0,0,0,0,0,0,0,0,195,259,'SmartAI',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(18560,0,0,0,0,0,1126,16925,0,0,'Justin\'s Bunny Target',NULL,NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18563,0,0,0,0,0,1126,16925,0,0,'Justin\'s Bunny Channeler',NULL,NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,32573,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18564,0,0,0,0,0,13808,0,0,0,'Horde Field Scout',NULL,NULL,7722,65,65,1,83,129,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33024,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18565,0,0,0,0,0,18106,0,0,0,'Theloria Shadecloak','',NULL,7751,63,64,1,534,3,1.125,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18566,0,0,0,0,0,17976,0,0,0,'Shadowstalker Kaide','',NULL,7754,63,63,1,714,3,1.125,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18567,0,0,0,0,0,18370,17207,0,0,'Mo\'arg Master Planner',NULL,NULL,0,68,68,1,90,0,1.48,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,195,289,41,3,0,18567,18567,0,0,0,0,0,0,0,31705,0,0,0,0,0,0,0,0,0,1218,1595,'',1,3,1,4,2,1,0,25751,0,0,0,0,0,0,1,0,0,'',12340),(18568,0,0,0,0,0,17972,0,0,0,'Scryer Arcane Guardian',NULL,'Directions',8357,70,70,1,1746,1,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,32768,'guard_shattrath_scryer',12340),(18581,0,0,0,0,0,2027,0,0,0,'Alliance Field Scout',NULL,NULL,7724,65,65,1,84,129,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33024,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18583,0,0,0,0,0,18003,0,0,0,'Lisaile Fireweaver',NULL,NULL,0,64,64,1,16,0,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,18583,18583,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,197,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18584,0,0,0,0,0,18405,0,0,0,'Sal\'salabim',NULL,NULL,7725,68,68,1,35,3,0.944444,0.95238,1,1,231,325,0,292,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_salsalabim',12340),(18585,0,0,0,0,0,11548,0,0,0,'Raliq the Drunk',NULL,NULL,7729,68,68,0,35,1,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,195,289,41,7,0,18585,18585,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,835,1095,'',1,3,1,4.5,1,1,0,25767,0,0,0,0,0,0,1,0,2,'npc_raliq_the_drunk',12340),(18586,0,0,0,0,0,17627,0,0,0,'Coosh\'coosh',NULL,NULL,7730,68,68,0,35,1,1,0.992063,1,1,214,301,0,276,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,179,266,31,7,0,18586,18586,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,708,929,'',1,3,1,4.5,1,1,0,25768,0,0,0,0,0,0,1,0,2,'npc_cooshcoosh',12340),(18587,21552,0,0,0,0,19030,0,0,0,'Frayer',NULL,NULL,0,68,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,206,302,43,4,0,18587,0,0,0,0,0,0,0,0,34201,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18588,0,0,0,0,0,18012,0,0,0,'Floon',NULL,NULL,7732,68,68,1,35,1,1,1.14286,1,1,214,301,0,276,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,179,266,31,6,0,18588,0,0,0,0,0,0,0,0,9672,122,6726,0,0,0,0,0,0,0,580,762,'',1,3,1,3.5,4,1,0,25769,0,0,0,0,0,0,1,8388624,2,'npc_floon',12340),(18589,0,0,0,0,0,17612,0,0,0,'Forge Camp: Hate Quest Credit',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18590,0,0,0,0,0,17612,0,0,0,'Forge Camp: Fear Quest Credit',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18593,0,0,0,0,0,18016,18017,18018,18019,'Scryer Retainer',NULL,NULL,0,63,66,1,1744,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,33024,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18594,0,0,0,0,0,18020,0,0,0,'Dathris Sunstriker',NULL,NULL,0,70,70,1,1744,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18595,0,0,0,0,0,18216,0,0,0,'Warped Peon',NULL,NULL,0,62,63,1,16,0,1,0.85714,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,18595,18595,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,195,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(18596,0,0,0,0,0,18021,0,0,0,'Arcanist Adyria','The Scryers',NULL,7734,69,69,1,35,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33024,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18597,0,0,0,0,0,18022,0,0,0,'Sha\'nir','The Aldor',NULL,7733,69,69,1,35,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33024,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18598,20541,0,0,0,0,18023,18091,18092,18093,'Orc Prisoner',NULL,NULL,0,65,65,1,1816,0,1,1.14286,1,0,200,281,0,278,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18600,0,0,0,0,0,18027,18024,18026,18025,'Injured Refugee',NULL,NULL,0,70,70,1,1818,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18622,0,0,0,0,0,17191,0,0,0,'Iz\'zard',NULL,NULL,0,65,65,1,1731,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,512,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18625,0,0,0,0,0,11686,0,0,0,'Dark Portal Dummy',NULL,NULL,0,68,70,1,1683,0,1.48,1.14286,1,1,234,331,0,286,7.5,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,10,1024,0,0,0,0,0,0,0,0,0,33480,11428,8599,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18626,0,0,0,0,0,18032,0,0,0,'Trainee Alcor',NULL,NULL,0,60,60,0,1604,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18627,0,0,0,0,0,18033,0,0,0,'Trainee Firea',NULL,NULL,0,60,60,0,1604,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18628,0,0,0,0,0,18034,0,0,0,'Trainee Sinthar','',NULL,0,60,60,0,1604,0,1,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18629,0,0,0,0,0,18037,0,0,0,'Instructor Cel',NULL,NULL,0,70,70,1,1604,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18631,20640,0,0,0,0,18586,18587,18588,0,'Cabal Cultist',NULL,NULL,0,69,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,18631,18631,0,0,0,0,0,0,0,3391,15614,0,0,0,0,0,0,0,0,922,1209,'SmartAI',1,3,1,2.6,3,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(18632,20642,0,0,0,0,18593,18594,18595,0,'Cabal Executioner',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,4.6,2400,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,18632,18632,0,0,0,0,0,0,0,15578,30485,7160,0,0,0,0,0,0,0,1053,1380,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(18633,20638,0,0,0,0,18579,18580,18581,18582,'Cabal Acolyte',NULL,NULL,0,69,69,1,16,0,1,1.14286,1,1,224,316,0,282,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,188,280,32,7,0,18633,18633,0,0,0,0,0,0,0,12039,25058,33482,0,0,0,0,0,0,0,794,1042,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18634,20648,0,0,0,0,18605,18606,18608,0,'Cabal Summoner',NULL,NULL,0,70,71,1,16,0,1,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,0,18634,18634,0,0,0,0,0,0,0,14034,0,0,0,0,0,0,0,0,0,881,1155,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18635,20641,0,0,0,0,18589,18590,18591,18592,'Cabal Deathsworn',NULL,NULL,0,69,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,18635,18635,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1007,1320,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(18636,20639,0,0,0,0,18583,18584,18585,0,'Cabal Assassin',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,1800,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,18636,18636,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(18637,20646,0,0,0,0,18599,18600,18601,0,'Cabal Shadow Priest',NULL,NULL,0,69,70,1,16,0,1,1,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,18637,18637,0,0,0,0,0,0,0,15473,17165,14032,0,0,0,0,0,0,0,837,1098,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18638,20650,0,0,0,0,18612,18613,18614,0,'Cabal Zealot',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,4.6,2200,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,18638,18638,0,0,0,0,0,0,0,12471,33499,19812,0,0,0,0,0,0,0,881,1155,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18639,20647,0,0,0,0,18602,18603,18604,0,'Cabal Spellbinder',NULL,NULL,0,70,71,1,16,0,1,1,1,1,296,424,0,290,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,0,18639,18639,0,0,0,0,0,0,0,32691,33502,0,0,0,0,0,0,0,0,881,1155,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18640,20649,0,0,0,0,18609,18610,18611,0,'Cabal Warlock',NULL,NULL,0,69,69,1,16,0,1,1.14286,1,1,224,316,0,282,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,188,280,32,7,0,18640,18640,0,0,0,0,0,0,0,32863,12471,13787,0,0,0,0,0,0,0,794,1042,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18641,20643,0,0,0,0,18038,0,0,0,'Cabal Familiar',NULL,NULL,0,69,69,1,16,0,1,1.14286,1,0,230,336,0,133,4.6,1600,2000,8,32768,2048,0,0,0,0,0,0,215,321,28,3,0,18641,0,0,0,0,0,0,0,0,38239,0,0,0,0,0,0,0,0,0,168,225,'SmartAI',1,3,1,1.1,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18642,20651,0,0,0,0,7949,0,0,0,'Fel Guardhound',NULL,NULL,0,69,69,1,16,0,1,1.14286,1,0,224,316,0,282,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,3,0,18642,0,70162,0,0,0,0,0,0,30849,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.45,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18644,0,0,0,0,0,11354,0,0,0,'Tarren Mill Peasant',NULL,NULL,0,15,15,0,12,0,1,1.14286,1,0,22,29,0,54,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18646,0,0,0,0,0,18232,0,0,0,'Tarren Mill Horsehand',NULL,NULL,0,15,15,0,35,0,1,0.85714,1,0,22,29,0,54,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(18647,0,0,0,0,0,18923,0,0,0,'Deathskitter',NULL,NULL,0,64,64,1,22,0,1.48,1.14286,1,1,194,274,0,272,4.6,2000,2000,1,32832,2048,0,3,0,0,0,0,154,226,33,1,1,18647,0,0,0,0,0,0,0,0,32902,0,0,0,0,0,0,0,13120,0,1083,1420,'SmartAI',1,1,1,4,1,1,0,25814,0,0,0,0,0,0,1,0,0,'',12340),(18648,0,0,0,0,0,18042,0,0,0,'Stonegazer',NULL,NULL,0,64,64,1,49,0,1.48,1.14286,1,1,194,274,0,272,4.6,1400,1900,1,0,2048,0,0,0,0,0,0,154,226,33,1,0,18648,0,70163,0,0,0,0,0,0,32905,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3.5,1,1,0,25815,0,0,0,0,0,0,1,8389712,0,'',12340),(18649,0,0,0,0,0,18234,0,0,0,'Innkeeper Monica',NULL,NULL,0,1,2,0,35,0,0.8,0.28571,1,0,2,2,0,26,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,70,1,0,2,'npc_innkeeper',12340),(18650,0,0,0,0,0,229,2325,237,238,'Tarren Mill Horse',NULL,NULL,0,1,1,0,190,0,1,0.42857,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,75,1,0,2,'',12340),(18651,0,0,0,0,0,236,0,0,0,'Young Blanchy',NULL,NULL,0,2,2,0,35,0,1,1.28571,1,0,2,2,0,26,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18652,0,0,0,0,0,18044,0,0,0,'Zahlia','',NULL,0,69,69,1,1818,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33024,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18653,0,0,0,0,0,221,0,0,0,'Seth',NULL,NULL,7747,1,1,0,1818,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18654,0,0,0,0,0,1126,11686,0,0,'Crowd Murmur Helper',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18655,0,0,0,0,0,221,0,0,0,'Jay Lemieux',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18656,0,0,0,0,0,252,0,0,0,'Julie Honeywell',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18657,0,0,0,0,0,18053,18054,18055,0,'Tarren Mill Fisherman',NULL,NULL,0,23,24,0,1665,0,1,1.14286,1,0,34,46,0,84,1,2000,1900,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18658,0,0,0,21276,0,18048,18056,18049,18057,'Kil\'sorrow Ritualist',NULL,NULL,0,67,68,1,14,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,128,18658,18658,0,0,0,0,0,0,0,32063,9613,0,0,0,0,0,0,0,0,1167,1222,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18659,0,0,0,0,0,18955,0,0,0,'Voidwraith','',NULL,0,67,68,1,14,0,1.125,1.14286,1,0,231,325,5,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18660,0,0,0,0,0,17543,0,0,0,'Subjugator Vaz\'shir','',NULL,0,68,68,1,90,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,18660,18660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,262,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18661,0,0,0,0,0,18373,0,0,0,'Terrorguard','',NULL,0,67,68,1,90,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,3,0,18661,18661,0,0,0,0,0,0,0,11443,11876,0,0,0,0,0,0,0,0,167,222,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18662,0,0,0,0,0,18051,18059,18060,18061,'Orc Ancestor',NULL,NULL,0,67,68,0,1194,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,768,2048,0,0,0,0,0,0,195,289,41,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18663,20655,0,0,0,0,159,0,0,0,'Maiden of Discipline',NULL,NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,1,1435,1684,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,18663,0,0,0,0,0,0,0,0,32202,31865,0,0,0,0,0,0,0,0,229,303,'SmartAI',1,3,1,1.45,2.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18664,0,0,0,0,0,18,0,0,0,'Aged Dalaran Wizard',NULL,NULL,0,59,61,0,35,128,1,1.14286,1,0,123,177,0,115,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,111,164,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18666,0,0,0,0,0,18052,0,0,0,'Dalaran Sorceress',NULL,NULL,0,61,63,1,35,0,1,1.14286,1,1,138,199,0,119,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,125,185,26,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(18667,20637,0,0,0,0,18058,0,0,0,'Blackheart the Inciter',NULL,NULL,0,72,72,1,1787,0,1,1.71429,1,1,307,438,0,314,4.6,2700,2000,1,64,2048,0,0,0,0,0,0,270,401,53,7,64,18667,18667,0,0,0,0,0,0,0,33709,33676,33707,0,0,0,0,0,0,0,6069,7931,'',1,3,1,18.75,10,1,0,30808,0,0,0,0,0,164,1,617299803,0,'boss_blackheart_the_inciter',12340),(18668,0,0,0,0,0,18219,0,0,0,'Vaeron Kormar',NULL,NULL,0,1,1,0,1637,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,32768,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18669,0,0,0,0,0,18218,0,0,0,'Terric Brightwind',NULL,NULL,0,1,1,0,1637,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,32768,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18670,0,0,0,0,0,18063,0,0,0,'Ironjaw',NULL,NULL,0,63,64,1,38,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,1,0,0,0,0,154,226,33,1,1,18670,0,70061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13029,0,0,0,'SmartAI',1,1,1,1,1,1,0,25807,25837,0,0,0,0,0,1,0,0,'',12340),(18671,0,0,0,0,0,18074,0,0,0,'Priest Ennas',NULL,NULL,0,1,1,0,1637,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18672,0,0,0,0,0,18064,0,0,0,'Thomas Yance','Travelling Salesman',NULL,0,40,40,0,35,4224,1,1.14286,1,0,56,74,0,136,4.6,2000,1900,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18673,20542,0,0,0,0,11898,5375,4889,1823,'Pit Announcer',NULL,NULL,0,65,65,1,1749,0,1,1.14286,1,1,200,281,0,278,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18674,0,0,0,0,0,18067,0,0,0,'[UNUSED]Anchorite Lyteera','',NULL,0,68,68,1,1743,0,1.125,1.14286,1,0,231,325,0,292,1,1406,1651,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18675,0,0,0,0,0,21039,0,0,0,'Soolaveen',NULL,NULL,7741,70,70,1,1818,3,1,1,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18676,0,0,0,0,0,7552,0,0,0,'Keb\'ezil','Kurgatok\'s Minion',NULL,0,63,63,1,714,0,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,36864,2048,0,0,0,0,0,0,133,196,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18677,0,0,0,0,0,20761,0,0,0,'Mekthorg the Wild','',NULL,0,61,61,1,1662,0,1.83,1.14286,1,4,159,221,0,258,1,1400,1900,1,32768,2048,0,0,0,0,0,0,127,188,28,7,0,18677,18677,0,0,0,0,0,0,0,15576,38875,8599,0,0,0,0,0,0,0,263,349,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18678,0,0,0,0,0,17445,0,0,0,'Fulgorge',NULL,NULL,0,62,62,1,14,0,1,1,1,4,172,240,0,262,1,2000,1900,1,0,2048,0,0,0,0,0,0,139,207,30,10,0,18678,0,70061,0,0,0,0,0,0,32330,32738,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18680,0,0,0,0,0,20770,0,0,0,'Marticar','',NULL,0,63,63,1,14,0,1.78,1.14286,1,4,181,253,0,268,1,1600,2000,1,32832,2048,0,0,0,0,0,0,147,219,32,1,0,18680,0,0,0,0,0,0,0,0,35493,32039,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,4,1,0,24427,0,0,0,0,0,0,1,545470463,0,'',12340),(18681,0,0,0,0,0,20768,0,0,0,'Coilfang Emissary',NULL,NULL,0,63,63,1,74,0,1,1,1,4,164,228,0,249,1,2000,1900,2,0,2048,0,0,0,0,0,0,133,196,26,7,0,18681,0,0,0,0,0,0,0,0,36990,11831,39207,46457,0,0,0,0,0,0,240,318,'',1,3,1,2,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18682,0,0,0,0,0,20769,0,0,0,'Bog Lurker','',NULL,0,63,63,1,14,0,0.8,1.14286,1,4,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,4,0,18682,0,0,0,0,0,0,0,0,34163,35238,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18683,0,0,0,0,0,19681,0,0,0,'Voidhunter Yar','',NULL,0,68,68,1,14,0,1.83,1.14286,1,4,214,301,0,276,1,1400,1900,2,0,2048,0,0,0,0,0,0,179,266,31,3,0,18683,0,0,0,0,0,0,0,0,12471,38051,40633,36990,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18685,0,0,0,0,0,20766,0,0,0,'Okrek','',NULL,0,64,64,1,1738,0,1.83,1.14286,1,4,168,234,0,252,1,1400,1900,2,0,2048,0,0,0,0,0,0,136,202,27,7,0,18685,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,325,'SmartAI',1,3,1,2,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18686,0,0,0,0,0,20767,0,0,0,'Doomsayer Jurim',NULL,NULL,0,64,64,1,14,0,1.83,1.14286,1,4,168,234,0,252,1,1400,1900,2,0,2048,0,0,0,0,0,0,136,202,27,7,0,18686,0,0,0,0,0,0,0,0,12471,39212,12493,39210,0,0,0,0,0,0,245,325,'SmartAI',1,3,1,2,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18687,0,0,0,0,0,18090,0,0,0,'Mother Kashur',NULL,NULL,0,70,70,0,1652,2,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,90,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18688,0,0,0,0,0,18051,18059,18060,18061,'Ancient Orc Ancestor',NULL,NULL,0,67,68,1,1194,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,768,2048,0,0,0,0,0,0,195,289,41,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18690,0,0,0,0,0,20862,0,0,0,'Morcrush','',NULL,0,68,68,1,14,0,1.78,1.14286,1,4,231,325,0,292,1,2000,2000,1,32832,2048,0,0,0,0,0,0,195,289,41,5,512,18690,0,80101,0,0,0,0,0,0,35238,0,0,0,0,0,0,0,0,0,6418,8386,'',1,3,1,2.29,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18693,0,0,0,0,0,20762,0,0,0,'Speaker Mar\'grom','',NULL,0,68,68,1,14,0,1.83,1.14286,1,4,214,301,0,276,1,1400,1900,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,18693,0,0,0,0,0,0,0,0,12466,37844,15241,15497,0,0,0,0,0,0,269,357,'',1,3,1,2,3,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(18694,0,0,0,0,0,20590,0,0,0,'Collidus the Warp-Watcher','',NULL,0,68,68,1,14,0,1.78,1.14286,1,4,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,18694,0,0,0,0,0,0,0,0,36414,34322,14514,0,0,0,0,0,0,0,0,0,'',1,3,1,2,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18696,0,0,0,0,0,20810,0,0,0,'Kraator',NULL,NULL,0,68,68,1,14,0,1.78,1.14286,1,4,231,325,0,292,1,1400,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,18696,0,0,0,0,0,0,0,0,39293,0,0,0,0,0,0,0,0,0,6418,8386,'SmartAI',1,3,1,2,4,1,0,0,0,0,0,0,0,0,1,0,2097152,'',12340),(18698,0,0,0,0,0,20764,0,0,0,'Ever-Core the Punisher',NULL,NULL,0,68,68,1,14,0,1.83,1.14286,1,4,214,301,0,276,1,1400,1900,2,0,2048,0,0,0,0,0,0,179,266,31,4,0,18698,0,0,0,0,0,0,0,0,35892,33860,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18700,20317,0,0,0,0,18138,0,0,0,'Reanimated Bones',NULL,NULL,0,66,67,1,16,0,1,1.14286,1,0,225,314,0,288,4.6,2000,1633,1,0,2048,0,0,0,0,0,0,186,276,39,6,0,0,0,0,0,0,0,0,0,0,13444,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,0.54,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(18701,20689,0,0,0,0,1132,0,0,0,'Dark Vortex',NULL,NULL,0,69,69,1,91,0,1.125,1.14286,1,0,224,316,0,282,1,1400,1900,2,0,2048,0,0,0,0,0,0,188,280,32,4,0,0,0,0,0,0,0,0,0,0,12471,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18702,20300,0,0,0,0,18077,18078,18079,18080,'Auchenai Necromancer',NULL,NULL,0,66,66,1,16,0,1,1.14286,1,1,195,273,0,266,4.6,2000,1634,2,0,2048,0,0,0,0,0,0,161,240,29,7,0,18702,18702,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1639,2146,'SmartAI',1,1,1,4.5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18703,20700,0,0,0,0,14368,0,0,0,'Sethekk Spirit',NULL,NULL,0,6,6,0,16,0,1.48,1.14286,1,1,7,9,0,34,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,4,6,100,7,8,0,0,0,0,0,0,0,0,0,24050,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,68,1,0,0,'',12340),(18704,0,0,0,0,0,18086,0,0,0,'Taela Everstride','',NULL,7745,66,66,1,1733,3,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18705,0,0,0,0,0,18087,0,0,0,'Mawg Grimshot',NULL,NULL,7746,66,66,1,1734,3,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,36864,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18706,0,0,0,0,0,17408,0,0,0,'Bonechewer Riding Wolf',NULL,NULL,0,58,59,1,1663,0,0.5,0.69286,1,0,102,135,0,248,1,2000,1500,1,0,2048,0,0,0,0,0,0,70,103,25,1,0,0,0,0,0,0,0,0,0,0,16460,3149,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,25812,25807,0,0,0,0,0,1,0,0,'',12340),(18707,0,0,0,0,0,18094,0,0,0,'Torgos',NULL,NULL,0,65,65,1,14,0,2.8,1.71429,1,1,200,281,0,278,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,166,246,35,1,0,18707,0,0,0,0,0,0,0,0,32903,13579,32022,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,3,1,1,0,25852,0,0,0,0,0,171,1,1026,0,'',12340),(18708,20657,0,0,0,0,18839,0,0,0,'Murmur',NULL,NULL,0,72,72,1,16,0,1.6,1.71429,1,1,307,438,0,314,4.6,2800,2000,1,64,2048,0,0,0,0,0,0,270,401,53,4,104,18708,18708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17969,23471,'',1,3,1,57.5,15,1,0,0,0,0,0,0,0,167,0,617299803,0,'boss_murmur',12340),(18712,0,0,0,0,0,18095,0,0,0,'Advisor Faila','',NULL,7774,68,68,1,1734,3,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,36864,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18713,0,0,0,0,0,18096,0,0,0,'Lieutenant Gravelhammer','',NULL,7773,68,68,1,1733,3,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18714,0,0,0,0,0,18097,0,0,0,'Scout Neftis',NULL,NULL,7772,67,67,1,1734,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33536,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18715,0,0,0,0,0,18099,0,0,0,'Private Weeks','',NULL,21253,67,67,1,1733,3,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,33536,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18716,0,0,0,0,0,18118,18119,18120,18121,'Shadowy Initiate','',NULL,7759,62,62,1,1750,1,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,32768,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18717,0,0,0,0,0,18122,18123,18124,18125,'Shadowy Laborer',NULL,NULL,7757,60,60,1,1750,1,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18718,0,0,0,0,0,17978,17985,18114,0,'Shadowy Hunter',NULL,NULL,0,65,65,1,16,0,1,0.857143,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,18718,18718,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,237,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(18719,0,0,0,0,0,18107,18108,18109,18110,'Shadowy Advisor',NULL,NULL,7760,63,63,1,1750,1,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18720,0,0,0,0,0,18127,0,0,0,'Shadowmaster Grieve',NULL,NULL,7776,65,65,1,1750,1,1,0.857143,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,18720,18720,0,0,0,0,0,0,0,32916,32736,0,0,0,0,0,0,0,0,180,240,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(18722,0,0,0,0,0,18103,18104,18105,0,'Leper Gnome Laborer',NULL,NULL,0,2,7,0,1604,0,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,32768,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18723,0,0,0,0,0,18102,0,0,0,'Erozion',NULL,NULL,7769,70,70,1,35,3,1,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18724,0,0,0,0,0,18217,0,0,0,'Melaya Tassier',NULL,NULL,0,1,1,0,1637,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,32768,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18725,0,0,0,0,0,8317,0,0,0,'Brazen',NULL,NULL,7959,70,70,1,35,1,1,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18726,20307,0,0,0,0,11686,0,0,0,'Flying Raging Soul','',NULL,0,65,65,1,35,0,1,1.14286,1,0,186,260,0,262,1,2000,1900,2,0,2048,0,0,0,0,0,0,153,227,29,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18727,0,0,0,0,0,18134,0,0,0,'Rarthein',NULL,NULL,0,55,55,0,1695,0,1,1.14286,1,0,94,125,0,228,1,1500,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18728,0,0,0,0,0,17887,0,0,0,'Doom Lord Kazzak',NULL,NULL,0,73,73,1,90,0,1,1.14286,1,3,316,450,0,320,35,1449,1701,1,0,2048,0,0,0,0,0,0,278,413,58,3,108,18728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110755,144638,'',1,3,1,112,2,1,0,0,0,0,0,0,0,151,1,617299803,0,'boss_doomlord_kazzak',12340),(18729,0,0,0,0,0,1126,15880,0,0,'Infernal Rain (Hellfire)',NULL,NULL,0,70,70,1,14,0,6.4,2.85714,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,230,1,0,130,'',12340),(18730,0,0,0,0,0,159,0,0,0,'Sirigna\'no','Keelen Sheets\'s Minion',NULL,0,60,60,0,1604,0,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,32768,2048,0,0,0,0,0,0,61,90,25,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18731,20636,0,0,0,0,18821,0,0,0,'Ambassador Hellmaw',NULL,NULL,0,72,72,1,16,0,1.6,1.71429,1,1,307,438,0,314,4.6,3000,2000,1,2147483712,2048,0,0,0,0,0,0,270,401,53,3,64,18731,18731,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5644,7376,'',1,3,1,18.25,10,1,0,0,0,0,0,0,0,167,1,612646911,0,'boss_ambassador_hellmaw',12340),(18732,20653,0,0,0,0,18535,0,0,0,'Grandmaster Vorpil',NULL,NULL,0,72,72,1,16,0,1.6,1.42857,1,1,304,436,0,296,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,7,64,18732,18732,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4794,6266,'',1,3,1,18.75,10,1,0,30827,0,0,0,0,0,150,1,617299803,0,'boss_grandmaster_vorpil',12340),(18733,0,0,0,0,0,18671,0,0,0,'Fel Reaver',NULL,NULL,0,70,70,1,954,0,2.8,1.71429,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,9,40,18733,0,0,0,0,0,0,0,0,41534,0,0,0,0,0,0,0,0,0,4409,5762,'',1,3,1,15,1,1,0,0,0,0,0,0,0,171,1,16384,0,'',12340),(18734,0,0,0,0,0,17707,0,0,0,'Coarse Stone Statue',NULL,NULL,0,15,15,0,15,0,0.9,1.14286,1,0,22,29,0,54,1,1400,1900,1,0,2048,0,0,0,0,0,0,15,22,2,4,0,0,0,0,0,0,0,0,0,0,32787,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18735,0,0,0,0,0,17707,0,0,0,'Heavy Stone Statue','',NULL,0,25,25,0,15,0,0.9,1.14286,1,0,35,48,0,86,1,1400,1900,1,0,2048,0,0,0,0,0,0,24,36,6,4,0,0,0,0,0,0,0,0,0,0,32788,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18736,0,0,0,0,0,17707,0,0,0,'Solid Stone Statue','',NULL,0,35,35,0,15,0,0.9,1.14286,1,0,49,64,0,118,1,1400,1900,1,0,2048,0,0,0,0,0,0,33,49,11,4,0,0,0,0,0,0,0,0,0,0,32790,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18737,0,0,0,0,0,17707,0,0,0,'Dense Stone Statue','',NULL,0,45,45,0,15,0,0.9,1.14286,1,0,76,100,0,184,1,1400,1900,1,0,2048,0,0,0,0,0,0,52,76,17,4,0,0,0,0,0,0,0,0,0,0,32791,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18743,0,0,0,0,0,18144,0,0,0,'Elrodan',NULL,NULL,0,30,30,0,1604,0,1,1.14286,1,0,30,42,0,44,1,2000,2000,8,32768,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18744,0,0,0,0,0,18145,0,0,0,'Aurosalia',NULL,NULL,0,30,30,0,1604,0,1,1.14286,1,0,30,42,0,44,1,2000,2000,8,32768,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18745,0,0,0,0,0,18146,0,0,0,'Captain Auric Sunchaser','',NULL,7814,70,70,1,1733,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18747,0,0,0,0,0,18181,0,0,0,'Krugosh','Master Mining Trainer',NULL,0,65,65,1,1729,81,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,512,2048,0,0,2,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18748,0,0,0,0,0,18183,0,0,0,'Ruak Stronghorn','Master Herbalism Trainer',NULL,7691,65,65,1,1729,81,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4608,2048,0,0,2,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18749,0,0,0,0,0,18151,0,0,0,'Dalinna','Master Tailoring Trainer',NULL,7818,60,60,0,1729,209,1,1.14286,1,0,74,102,0,112,1,1500,2000,8,512,2048,0,0,2,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18750,0,0,0,0,0,18147,0,0,0,'Shimmerscale Eel',NULL,NULL,0,62,63,0,14,0,1,0.85714,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,1,0,18750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1,1,1,0,25891,0,0,0,0,0,100,1,0,0,'',12340),(18751,0,0,0,0,0,18172,0,0,0,'Kalaen','Master Jewelcrafting Trainer',NULL,7815,60,60,0,1729,209,1,1.14286,1,0,74,102,0,112,1,1500,2000,8,512,2048,0,0,2,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18752,0,0,0,0,0,18174,0,0,0,'Zebig','Master Engineering Trainer',NULL,0,60,60,0,1729,209,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18753,0,0,0,0,0,18180,0,0,0,'Felannia','Master Enchanting Trainer','Trainer',0,60,60,0,1729,209,1,1.14286,1,0,146,192,0,238,1,1500,2000,2,4608,2048,0,0,2,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18754,0,0,0,0,0,18176,0,0,0,'Barim Spilthoof','Master Leatherworking Trainer',NULL,7816,60,60,0,29,209,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18755,0,0,0,0,0,18186,0,0,0,'Moorutu','Master Skinning Trainer',NULL,7842,60,60,0,1729,81,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18756,0,0,0,0,0,18148,0,0,0,'Haris Pilton','Socialite',NULL,0,63,64,1,35,130,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,33024,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18757,0,0,0,0,0,169,11686,0,0,'Zangarmarsh PvP Beam (Red)',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(18758,0,0,0,0,0,18149,18150,0,0,'Telhamat Protector',NULL,NULL,0,59,60,0,1639,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18759,0,0,0,0,0,169,11686,0,0,'Zangarmarsh PvP Beam (Blue)',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18760,0,0,0,0,0,18827,0,0,0,'Isla Starmane',NULL,NULL,7821,63,63,1,1660,3,1.125,1.14286,1,0,164,228,0,249,1,2000,2000,2,37632,2048,0,0,0,0,0,0,133,196,26,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1.25,1,0,0,0,0,0,0,0,0,1,0,0,'npc_isla_starmane',12340),(18761,0,0,0,0,0,18153,0,0,0,'Darise','Auctioneer',NULL,0,30,30,0,1604,2097152,1,1.14286,1,0,39,52,0,96,1,1500,2000,2,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18762,0,0,0,0,0,18156,0,0,0,'Tinkerbell','Haris Pilton\'s Pet',NULL,0,1,1,0,1818,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,256,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18763,0,0,0,0,0,18157,18158,0,0,'Blood Elf Warlock',NULL,NULL,0,50,50,0,1604,0,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,4096,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18764,20523,0,0,0,0,18160,0,0,0,'Durnholde Armorer',NULL,NULL,0,65,65,1,634,0,1,1.14286,1,0,200,281,0,278,4.6,2000,1900,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18765,20524,0,0,0,0,18161,0,0,0,'Durnholde Cook',NULL,NULL,0,65,65,1,634,0,1,1.14286,1,0,200,281,0,278,4.6,2000,1900,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18766,20314,0,0,0,0,11686,0,0,0,'Pool of Souls','',NULL,0,1,1,0,16,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18768,0,0,0,0,0,18164,0,0,0,'Brazen Taxi','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(18771,0,0,0,0,0,18177,0,0,0,'Brumman','Master Leatherworking Trainer',NULL,0,60,60,0,1737,209,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18772,0,0,0,0,0,18171,0,0,0,'Hama','Master Tailoring Trainer',NULL,7818,60,60,0,1737,209,1,1.14286,1,0,74,102,0,112,1,1500,2000,8,512,2048,0,0,2,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18773,0,0,0,0,0,18179,0,0,0,'Johan Barnes','Master Enchanting Trainer','Trainer',7818,60,60,0,1737,209,1,1.14286,1,0,146,192,0,238,1,1500,2000,2,512,2048,0,0,2,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18774,0,0,0,0,0,18173,0,0,0,'Tatiana','Master Jewelcrafting Trainer',NULL,7818,60,60,0,1737,209,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,512,2048,0,0,2,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18775,0,0,0,0,0,18175,0,0,0,'Lebowski','Master Engineering Trainer',NULL,7820,60,60,1,1737,209,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18776,0,0,0,0,0,18184,0,0,0,'Rorelien','Master Herbalism Trainer',NULL,7691,60,60,0,1737,81,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18777,0,0,0,0,0,18185,0,0,0,'Jelena Nightsky','Master Skinning Trainer',NULL,7842,60,60,0,1737,81,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18778,20304,0,0,0,0,11686,0,0,0,'Cosmetic Raging Soul','',NULL,0,66,66,1,35,0,1,1.14286,1,0,195,273,0,266,1,2000,1900,2,0,2048,0,0,0,0,0,0,161,240,29,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18779,0,0,0,0,0,18182,0,0,0,'Hurnak Grimmord','Master Mining Trainer',NULL,7690,60,60,0,1737,81,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18781,0,0,0,0,0,19798,0,0,0,'Faenel the Drunkard',NULL,NULL,0,50,50,0,1604,1,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,33558784,2048,0,0,0,0,0,0,50,73,22,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18782,0,0,0,0,0,1126,11686,0,0,'Silvermoon Ritual of Summoning Dummy','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(18785,0,0,0,0,0,18246,0,0,0,'Kuma','Hippogryph Master',NULL,6944,65,65,0,1638,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18788,0,0,0,0,0,18332,0,0,0,'Munci','Hippogryph Master',NULL,6944,65,65,0,1638,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18789,0,0,0,0,0,18348,0,0,0,'Furgu','Hippogryph Master',NULL,6944,65,65,0,1638,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18790,0,0,0,0,0,18189,0,0,0,'Gatewatcher Aendor',NULL,NULL,7828,20,20,0,1604,1,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,4096,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18791,0,0,0,0,0,18714,0,0,0,'Du\'ga','Wind Rider Master',NULL,6944,65,65,0,126,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18792,0,0,0,0,0,16732,16733,16734,16735,'Harassed Citizen',NULL,NULL,7834,5,9,0,1604,1,1,1.14286,1,0,8,12,0,16,1,2000,2000,8,4608,2048,0,0,0,0,0,0,8,11,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18793,20654,0,0,0,0,21584,15880,0,0,'Invisible Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,4.6,2000,2000,1,33587968,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18794,20645,0,0,0,0,18191,18192,0,0,'Cabal Ritualist',NULL,NULL,0,69,69,1,16,0,1,1.14286,1,1,224,316,0,282,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,188,280,32,7,0,18794,18794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,879,1153,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18795,0,0,0,0,0,4589,0,0,0,'Lesser Scorching Totem',NULL,NULL,0,10,11,0,58,0,1.125,1.14286,1,0,15,20,0,44,1,1400,1900,1,0,2048,0,0,0,0,0,0,9,14,100,11,0,0,0,0,0,0,0,0,0,0,32969,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18796,20652,0,0,0,0,18193,0,0,0,'Fel Overseer',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,3,0,18796,18796,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3686,4818,'SmartAI',1,3,1,12,3,1,0,0,0,0,0,0,0,0,1,80428895,0,'',12340),(18797,20662,0,0,0,0,9786,0,0,0,'Tortured Skeleton',NULL,NULL,0,69,69,1,21,0,1,1.14286,1,0,245,346,0,298,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(18798,20544,0,0,0,0,18223,0,0,0,'Skarloc\'s Mount',NULL,NULL,0,1,1,0,634,0,1.125,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18799,0,0,0,0,0,18211,18212,0,0,'Silvermoon Citizen',NULL,NULL,0,1,1,0,1637,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,32768,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18800,0,0,0,0,0,18195,18340,18341,0,'Worker',NULL,NULL,0,65,65,1,1639,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(18802,0,0,0,0,0,18204,0,0,0,'Alchemist Gribble','Master Alchemy Trainer',NULL,7818,60,60,0,1737,3283,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,2,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18803,0,0,0,0,0,6819,0,0,0,'Stillpine Ambassador Frasaboo','Envoy of the Stillpine',NULL,7832,17,17,0,1685,3,0.666668,0.99206,1,0,25,33,0,60,1,2000,2000,1,4096,2048,0,0,0,0,0,0,17,25,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18804,0,0,0,0,0,18210,0,0,0,'Prospector Nachlan','Explorers\' League',NULL,7833,45,45,0,55,83,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,2,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18805,0,0,0,0,0,18239,0,0,0,'High Astromancer Solarian',NULL,NULL,0,73,73,1,16,0,1.2,1.2,1,3,313,448,6,302,70,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,76,18805,0,0,0,0,0,0,0,0,42783,33009,39414,0,0,0,0,0,0,0,873382,1067467,'',0,3,1,350,75,1,0,0,0,0,0,0,0,188,1,650854271,2097153,'boss_high_astromancer_solarian',12340),(18807,0,0,0,0,0,2577,0,0,0,'Kerna','Wind Rider Master',NULL,6944,65,65,1,1729,8193,1,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,36864,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18808,0,0,0,0,0,21068,0,0,0,'Gursha','Wind Rider Master',NULL,6944,65,65,1,1729,8193,1.48,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18809,0,0,0,0,0,5771,0,0,0,'Furnan Skysoar','Gryphon Master',NULL,6944,65,65,0,1737,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18810,0,0,0,0,0,18214,0,0,0,'Otonambusi','General Goods',NULL,0,12,12,0,1638,384,1,1,1,0,16,21,0,42,1,2000,2000,2,32768,2048,0,0,0,0,0,0,10,15,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18811,0,0,0,0,0,18220,0,0,0,'Meriaad','General Goods',NULL,0,14,14,0,1638,384,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,4096,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18812,0,0,0,0,0,18221,0,0,0,'Ereuso',NULL,NULL,0,30,30,0,1638,0,1,1,1,0,30,42,0,44,1,2000,2000,8,32768,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18813,0,0,0,0,0,18222,0,0,0,'Duumehi',NULL,NULL,0,30,30,0,1638,0,1,1,1,0,30,42,0,44,1,2000,2000,8,32768,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18814,0,0,0,0,0,1126,11686,0,0,'Exodar Invisible Stalker',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18815,0,0,0,0,0,19231,19232,19233,19234,'Exodar Proselyte',NULL,NULL,0,30,30,0,1638,0,1,0.62857,1,0,30,42,0,44,1,2000,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,85,1,0,2,'',12340),(18816,0,0,0,0,0,18233,0,0,0,'Chief Researcher Amereldine',NULL,NULL,7838,69,69,0,1604,3,1,1.14286,1,1,245,346,0,298,7.5,2000,1900,1,4096,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18817,0,0,0,0,0,18235,0,0,0,'Chief Researcher Kartos','',NULL,7839,69,69,0,12,3,1,1.14286,1,1,245,346,0,298,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18818,0,0,0,0,0,7907,15880,0,0,'Invis Horde Siege Engine - East','Nothing to See Here',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18821,0,0,0,0,0,18243,0,0,0,'Quartermaster Jaffrey Noreliqe',NULL,NULL,0,65,65,1,1604,129,1,1.14286,1,1,186,260,0,262,7.5,2000,1900,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18822,0,0,0,0,0,18241,0,0,0,'Quartermaster Davian Vaclav','',NULL,7841,65,65,1,12,129,1,1.14286,1,1,200,281,0,278,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18823,0,0,0,0,0,4606,0,0,0,'Minor Water Spirit','',NULL,0,10,10,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18824,0,0,0,0,0,18244,0,0,0,'Minor Fire Spirit','',NULL,0,10,10,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18825,0,0,0,0,0,18245,0,0,0,'Minor Air Spirit','',NULL,0,10,10,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18826,0,0,0,0,0,1108,0,0,0,'Minor Earth Spirit','',NULL,0,10,10,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18827,0,0,0,0,0,17457,0,0,0,'Gan\'arg Sapper',NULL,NULL,0,59,60,1,90,0,1,1.14286,1,0,104,138,0,252,1,1538,2000,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,18827,18827,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,930,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18828,0,0,0,0,0,16925,0,0,0,'Camera Shaker',NULL,NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18829,0,0,0,0,0,11440,11438,0,0,'Hellfire Warder','',NULL,0,72,72,1,16,0,1.3,1.14286,1,3,304,436,0,296,20,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,108,0,0,0,0,0,0,0,0,0,39175,30530,34436,34437,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,22.4,30,1,0,0,0,0,0,0,0,0,1,604057215,0,'',12340),(18830,20644,0,0,0,0,18596,18597,18598,0,'Cabal Fanatic',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,18830,18830,0,0,0,0,0,0,0,12021,0,0,0,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(18831,0,0,0,0,0,18649,0,0,0,'High King Maulgar','Lord of the Ogres',NULL,0,73,73,1,45,0,2.5,1.14286,1,3,316,450,0,320,50,1449,1701,1,0,2048,0,0,0,0,0,0,278,413,58,7,76,18831,0,0,0,0,0,0,0,0,28168,33230,33238,16508,0,0,0,0,0,0,255222,311938,'',1,3,1,70,1,1,0,0,0,0,0,0,0,164,1,650854271,2097153,'boss_high_king_maulgar',12340),(18832,0,0,0,0,0,20194,0,0,0,'Krosh Firehand',NULL,NULL,0,73,73,1,45,0,2.5,1.14286,1,3,313,448,0,302,20,1449,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,76,0,0,0,0,0,0,0,0,0,33051,33054,33061,0,0,0,0,0,0,0,0,0,'',1,3,1,35,30,1,0,0,0,0,0,0,0,164,1,650854267,2097153,'boss_krosh_firehand',12340),(18834,0,0,0,0,0,20195,0,0,0,'Olm the Summoner','',NULL,0,73,73,1,45,0,2.5,1.14286,1,3,313,448,0,302,20,1449,1701,2,0,2048,0,0,0,0,0,0,276,411,44,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,35,30,1,0,0,0,0,0,0,0,164,1,650854267,2097153,'boss_olm_the_summoner',12340),(18835,0,0,0,0,0,12472,0,0,0,'Kiggler the Crazed','',NULL,0,73,73,1,45,0,2.5,1.14286,1,3,313,448,0,302,25,1449,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,76,0,0,0,0,0,0,0,0,0,33237,33175,33173,36152,0,0,0,0,0,0,0,0,'',1,3,1,35,30,1,0,0,0,0,0,0,0,164,1,650854267,2097153,'boss_kiggler_the_crazed',12340),(18836,0,0,0,0,0,11585,0,0,0,'Blindeye the Seer',NULL,NULL,0,73,73,1,45,0,2.5,1.14286,1,3,313,448,0,302,20,1449,1701,2,0,2048,0,0,0,0,0,0,276,411,44,7,76,0,0,0,0,0,0,0,0,0,30991,30992,33152,0,0,0,0,0,0,0,0,0,'',1,3,1,35,20,1,0,0,0,0,0,0,0,164,1,604055167,2097153,'boss_blindeye_the_seer',12340),(18838,0,0,0,0,0,8610,0,0,0,'Nightlord Malphas','',NULL,0,61,61,1,90,0,1.125,1.14286,1,0,159,221,0,258,1,1400,1900,1,0,2048,0,0,0,0,0,0,127,188,28,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18839,0,0,0,0,0,18269,0,0,0,'Magical Crawdad','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(18840,0,0,0,0,0,11686,0,0,0,'Sunspring Post Credit Marker',NULL,NULL,0,60,60,0,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_creditmarker_visit_with_ancestors',12340),(18841,0,0,0,0,0,11686,0,0,0,'Laughing Skull Clan Ruins Credit Marker',NULL,NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_creditmarker_visit_with_ancestors',12340),(18842,0,0,0,0,0,11686,0,0,0,'Garadar Credit Marker',NULL,NULL,0,60,60,0,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_creditmarker_visit_with_ancestors',12340),(18843,0,0,0,0,0,11686,0,0,0,'Bleeding Hollow Clan Ruins Credit Marker','',NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_creditmarker_visit_with_ancestors',12340),(18847,0,0,0,0,0,7972,0,0,0,'Wild Fel Stalker','',NULL,0,73,73,1,45,0,1.71,1.14286,1,3,316,450,0,320,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,278,413,58,3,76,0,0,0,0,0,0,0,0,0,33086,33091,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2.8,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(18848,20656,0,0,0,0,17543,0,0,0,'Malicious Instructor',NULL,NULL,0,70,71,1,16,0,1,1.14286,1,1,296,424,0,290,4.6,1200,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,3,0,18848,18848,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3134,4097,'SmartAI',1,3,1,12.25,3,1,0,0,0,0,0,0,0,0,1,131073,0,'',12340),(18849,0,0,0,0,0,7907,15880,0,0,'Invis Alliance Siege Engine - East','Nothing to See Here',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18850,0,0,0,0,0,19452,19453,0,0,'Sunfury Guardsman',NULL,NULL,0,67,68,1,1701,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,18850,18850,0,0,0,0,0,0,0,35877,8599,0,0,0,0,0,0,0,0,194,259,'SmartAI',1,3,1,1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),(18852,0,0,0,0,0,19121,19122,19123,19124,'Sunfury Warp-Engineer',NULL,NULL,0,67,68,1,1701,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,18852,18852,0,0,0,0,0,0,0,35919,35920,0,0,0,0,0,0,0,0,167,222,'SmartAI',0,3,1,1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),(18853,0,0,0,0,0,19448,19449,19450,19451,'Sunfury Bloodwarder',NULL,NULL,0,67,68,1,1701,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,18853,18853,0,0,0,0,0,0,0,35877,8599,0,0,0,0,0,0,0,0,194,259,'SmartAI',0,3,1,1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),(18855,0,0,0,0,0,19115,19116,19117,19118,'Sunfury Magister',NULL,NULL,0,67,68,1,1701,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,18855,18855,0,0,0,0,0,0,0,9053,0,0,0,0,0,0,0,0,0,177,236,'SmartAI',0,3,1,1.1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),(18856,0,0,0,0,0,19201,0,0,0,'Arcane Annihilator',NULL,NULL,0,68,68,1,1798,0,1,1.14286,1,1,214,301,0,276,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,179,266,31,4,0,18856,0,0,0,0,0,0,0,0,33860,35892,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,3,1,0,28787,0,0,0,0,0,0,1,0,0,'',12340),(18857,0,0,0,0,0,19125,19126,0,0,'Sunfury Warp-Master',NULL,NULL,0,68,68,1,1701,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,18857,18857,0,0,0,0,0,0,0,35919,0,0,0,0,0,0,0,0,0,167,224,'SmartAI',0,3,1,1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),(18858,0,0,0,0,0,18448,0,0,0,'Wrathbringer',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,3,0,18858,18858,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,229,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18859,0,0,0,0,0,18699,0,0,0,'Wrath Priestess',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,3,0,18859,18859,0,0,0,0,0,0,0,34017,0,0,0,0,0,0,0,0,0,174,232,'SmartAI',1,3,1,1,1,1,0,30850,0,0,0,0,0,0,1,0,0,'',12340),(18860,0,0,0,0,0,19586,0,0,0,'Daughter of Destiny',NULL,NULL,0,70,70,1,90,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,18860,18860,0,0,0,0,0,0,0,36225,36844,0,0,0,0,0,0,0,0,173,231,'SmartAI',1,3,1,1,1,1,0,29797,0,0,0,0,0,0,1,0,0,'',12340),(18864,0,0,0,0,0,19672,0,0,0,'Mana Wraith',NULL,NULL,0,67,68,1,14,0,1,1.14286,1,0,231,325,6,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,4,0,18864,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,28527,0,0,0,0,0,0,1,0,0,'',12340),(18865,0,0,0,0,0,19916,0,0,0,'Warp Aberration',NULL,NULL,0,67,68,1,16,0,1.125,1.14286,1,0,214,301,6,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,4,0,18865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18866,0,0,0,0,0,15438,0,0,0,'Mageslayer',NULL,NULL,0,68,69,1,16,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,4,0,18866,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18867,0,0,0,0,0,19003,0,0,0,'Mana Seeker',NULL,NULL,0,68,69,1,16,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,4,0,18867,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18869,0,0,0,0,0,18050,0,0,0,'Unstable Voidwraith',NULL,NULL,0,68,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,18869,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,29822,0,0,0,0,0,0,1,0,0,'',12340),(18870,0,0,0,0,0,18990,0,0,0,'Voidshrieker',NULL,NULL,0,68,69,1,16,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,3,0,18870,0,0,0,0,0,0,0,0,34191,34344,34338,34322,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,3,1,0,29822,0,0,0,0,0,0,1,0,0,'',12340),(18872,0,0,0,0,0,19103,19106,19104,19107,'Disembodied Vindicator',NULL,NULL,0,67,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,6,0,18872,18872,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,259,'SmartAI',1,3,1,1,1,1,0,29216,0,0,0,0,0,0,1,8388624,0,'',12340),(18873,0,0,0,0,0,19099,19100,19102,19101,'Disembodied Protector',NULL,NULL,0,67,68,1,16,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,6,0,18873,18873,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,225,'SmartAI',1,3,1,1,1,1,0,29216,0,0,0,0,0,0,1,8388624,0,'',12340),(18875,0,0,0,0,0,19650,0,0,0,'Zaxxis Raider',NULL,NULL,0,67,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,18875,18875,0,0,0,0,0,0,0,35922,0,0,0,0,0,0,0,0,0,194,259,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18877,0,0,0,0,0,19272,0,0,0,'Nether Drake',NULL,NULL,0,68,69,1,1824,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,2,0,18877,0,70171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,5,1,1,1,1,0,28970,0,0,0,0,0,0,1,0,0,'',12340),(18879,0,0,0,0,0,19435,0,0,0,'Phase Hunter',NULL,NULL,0,67,68,1,14,0,1.6,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,1,0,18879,0,70063,0,0,0,0,0,0,36574,2691,0,0,0,0,0,0,0,0,0,0,'',1,7,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'npc_phase_hunter',12340),(18880,0,0,0,0,0,19416,0,0,0,'Nether Ray',NULL,NULL,0,67,68,1,14,0,1.6,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,34,0,0,0,0,179,266,31,1,1,18880,0,70063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12887,0,0,0,'SmartAI',1,3,1,1,0.5,1,0,28417,0,0,0,0,0,51,1,0,0,'',12340),(18881,0,0,0,0,0,19662,0,0,0,'Sundered Rumbler',NULL,NULL,0,67,68,1,91,0,1.55556,1.14286,1,0,231,325,3,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,4,512,18881,0,80100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.85,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18882,0,0,0,0,0,19456,0,0,0,'Sundered Thunderer',NULL,NULL,0,69,69,1,91,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,4,512,18882,0,80100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.85,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18883,0,0,0,0,0,19690,0,0,0,'Mana Snapper',NULL,NULL,0,67,68,1,14,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,1,0,18883,0,0,0,0,0,0,0,0,37176,34814,36574,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18884,0,0,0,0,0,19979,0,0,0,'Warp Chaser',NULL,NULL,0,67,68,1,14,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,32,0,0,0,0,195,289,41,1,1,18884,0,70161,0,0,0,0,0,0,32920,32739,32942,37417,0,0,0,0,11576,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18885,0,0,0,0,0,18700,0,0,0,'Farahlon Giant',NULL,NULL,0,67,68,1,778,0,1.48,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,195,289,41,5,512,18885,0,80101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1216,1593,'',1,3,1,4,1,1,0,29163,0,0,0,0,0,0,1,0,0,'',12340),(18886,0,0,0,0,0,19458,0,0,0,'Farahlon Breaker',NULL,NULL,0,69,70,1,778,0,1.48,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,5,512,18886,0,80101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1304,1708,'',1,3,1,4,1,1,0,29163,0,0,0,0,0,0,1,0,0,'',12340),(18887,0,0,0,0,0,18276,0,0,0,'Taretha',NULL,NULL,7852,25,25,0,35,1,1.125,1.14286,1,0,35,48,0,86,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_taretha',12340),(18888,0,0,0,0,0,18277,0,0,0,'Peoreth of the Weakest Sauce','Teleport to the Undercity',NULL,0,60,60,0,1735,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18891,20659,0,0,0,0,18280,0,0,0,'Spy To\'gun',NULL,NULL,0,70,70,1,1818,2,1,1.14286,1,0,252,357,0,304,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18892,0,0,0,0,0,18281,18282,18284,18285,'Broken Miner',NULL,NULL,0,30,30,0,1638,0,1,1,1,0,30,42,0,44,1,2000,2000,8,32768,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18893,0,0,0,0,0,20659,0,0,0,'Spymistress Mehlisah Highcrown','',NULL,7854,70,70,1,1818,3,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18894,21645,0,0,0,0,9129,0,0,0,'Felguard Brute',NULL,NULL,0,61,61,1,90,0,1,1.42857,1,1,159,221,0,258,4.6,2000,1534,1,0,2048,0,0,0,0,0,0,127,188,28,3,0,17370,0,0,0,0,0,0,0,0,15615,18072,0,0,0,0,0,0,0,0,1291,1690,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(18895,0,0,0,0,0,20291,0,0,0,'Ear-Biter','Arena Battlemaster',NULL,8218,70,70,1,35,1048577,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,576,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18896,0,0,0,0,0,1126,11686,0,0,'Exodar Holographic Emitter',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18897,0,0,0,0,0,18290,0,0,0,'\"King\" Dond','Arena Organizer',NULL,8494,70,70,1,35,262145,1,1.14286,1,0,252,357,0,304,1,1500,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18898,0,0,0,0,0,18293,0,0,0,'Explodyne Fizzlespurt','Arena Vendor',NULL,0,70,70,1,35,129,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18899,0,0,0,0,0,18295,0,0,0,'Torias',NULL,NULL,0,65,65,1,1639,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(18900,0,0,0,0,0,18296,0,0,0,'Tobin',NULL,NULL,0,65,65,1,1639,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(18901,0,0,0,0,0,18297,0,0,0,'Curzon',NULL,NULL,0,65,65,1,1639,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(18902,0,0,0,0,0,18298,0,0,0,'Emony',NULL,NULL,0,65,65,1,1639,0,1,1.42857,1,0,154,222,0,124,1,2000,2000,8,32768,2048,0,0,0,0,0,0,140,208,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(18903,0,0,0,0,0,18299,0,0,0,'Audrid',NULL,NULL,0,65,65,1,1639,0,1,1.42857,1,0,154,222,0,124,1,2000,2000,8,32768,2048,0,0,0,0,0,0,140,208,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(18904,0,0,0,0,0,18303,0,0,0,'Vision of the Forgotten','',NULL,0,68,68,1,1194,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18905,0,0,0,0,0,18304,0,0,0,'Innkeeper Bazil Olof\'tazun','Innkeeper',NULL,7288,61,61,0,1604,66177,1,1.14286,1,0,123,177,0,115,1,1500,2000,8,512,2048,0,0,0,0,0,0,111,164,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(18906,0,0,0,0,0,18305,0,0,0,'Caregiver Ophera Windfury','Innkeeper',NULL,7497,61,61,1,1638,66177,1,1.14286,1,0,159,221,0,258,1,1000,2000,1,512,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(18907,0,0,0,0,0,18306,0,0,0,'Innkeeper Coryth Stoktron','Innkeeper',NULL,7855,63,63,0,1660,66433,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,512,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18908,0,0,0,0,0,18307,0,0,0,'Innkeeper Kerp','Innkeeper',NULL,7481,63,63,1,1722,65665,1,1,1,0,181,253,0,268,1,1000,2000,1,512,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18909,0,0,0,0,0,18308,18309,19665,19666,'Zabra\'jin Guard','',NULL,0,65,65,1,877,0,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,36928,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18910,0,0,0,0,0,18308,18309,0,0,'Swamprat Guard',NULL,NULL,0,65,65,1,877,0,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,12170,12169,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18911,0,0,0,0,0,18320,0,0,0,'Juno Dufrain','Master Fishing Trainer',NULL,10437,60,60,0,35,145,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18912,0,0,0,0,0,18312,0,0,0,'Sporelok',NULL,NULL,0,61,62,1,1709,0,1,0.99206,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,35229,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.35,0.35,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18913,0,0,0,0,0,18318,0,0,0,'Matron Tikkit','Innkeeper',NULL,7857,65,65,1,1652,66177,1.125,1.14286,1,0,186,260,0,262,1,2000,2000,2,36864,2048,0,0,0,0,0,0,153,227,29,10,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(18914,0,0,0,0,0,18319,0,0,0,'Caregiver Isel','Innkeeper',NULL,7481,65,65,1,1722,65665,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,10,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18915,0,0,0,0,0,18321,0,0,0,'Foreman Dunaer',NULL,NULL,0,65,65,1,1639,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(18916,0,0,0,0,0,18322,0,0,0,'Valon',NULL,NULL,0,65,65,1,1639,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(18917,0,0,0,0,0,18324,0,0,0,'Chakaa',NULL,NULL,0,60,60,0,1638,0,1,1,1,0,74,102,0,112,1,2000,2000,8,32768,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18918,0,0,0,0,0,18325,0,0,0,'Drysc',NULL,NULL,0,20,20,0,1638,0,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,32768,2048,0,0,0,0,0,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18919,0,0,0,0,0,18326,0,0,0,'Sayari',NULL,NULL,0,20,20,0,1638,0,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,32768,2048,0,0,0,0,0,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18921,0,0,0,0,0,18328,0,0,0,'Artificer Drenin',NULL,NULL,0,65,65,1,1639,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(18922,0,0,0,0,0,18330,18331,19476,19477,'Telredor Guard','',NULL,0,65,65,1,1639,0,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,12170,12169,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18924,0,0,0,0,0,18329,0,0,0,'Artificer Andren',NULL,NULL,0,65,65,1,1639,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(18926,0,0,0,0,0,18334,0,0,0,'Sleyin','Weapon Vendor',NULL,0,10,10,0,1604,4224,1,1.14286,1,0,13,17,0,42,1,1500,2000,1,4608,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18927,0,0,0,0,0,19177,19178,0,0,'Human Commoner',NULL,NULL,8988,1,1,0,12,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33024,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18928,0,0,0,0,0,11686,0,0,0,'Astromancer Solarian Spotlight',NULL,NULL,0,70,70,1,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18929,0,0,0,0,0,18335,0,0,0,'Kyrenna','Cheese Vendor',NULL,0,10,10,0,1604,640,1,1.14286,1,0,13,17,0,42,1,1500,2000,1,4608,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18930,0,0,0,0,0,18665,0,0,0,'Vlagga Freyfeather','Wind Rider Master',NULL,7938,65,65,1,1760,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18931,0,0,0,0,0,18666,0,0,0,'Amish Wildhammer','Gryphon Master',NULL,7939,65,65,1,1756,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18933,0,0,0,0,0,17865,0,0,0,'Isfar','',NULL,7866,67,67,1,1818,3,1,1.14286,1,0,204,287,0,272,1,1200,2000,2,32832,2048,0,0,0,0,0,0,170,253,31,7,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18934,20525,0,0,0,0,18336,18337,18338,18339,'Durnholde Mage',NULL,NULL,0,67,67,1,1748,0,1,1.14286,1,1,204,287,0,272,7.5,2000,1900,2,0,2048,0,0,0,0,0,0,170,253,31,7,0,18934,18934,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,927,'SmartAI',1,3,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18937,0,0,0,0,0,20193,0,0,0,'Amerun Leafshade','Hippogryph Master',NULL,6944,65,65,1,80,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18938,0,0,0,0,0,1233,0,0,0,'Krexcil','Flight Master',NULL,6944,65,65,1,35,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18939,0,0,0,0,0,7250,0,0,0,'Brubeck Stormfoot','Gryphon Master',NULL,6944,65,65,1,694,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18940,0,0,0,0,0,20969,0,0,0,'Nutral','Flight Master',NULL,6944,65,65,1,35,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18942,0,0,0,0,0,16685,0,0,0,'Innalia','Wind Rider Master',NULL,6944,65,65,1,1604,8193,1,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18943,0,0,0,0,0,18330,18331,0,0,'Orebor Harborage Defender','',NULL,0,65,65,1,1639,0,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,12170,12169,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18944,0,0,0,0,0,18345,0,0,0,'Fel Soldier','',NULL,0,70,70,1,1754,0,1.02,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,13,10,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),(18945,0,0,0,0,0,18622,0,0,0,'Pit Commander','',NULL,0,72,72,1,1754,0,0.777776,2.28571,1,1,304,436,0,296,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,8,0,0,0,0,0,0,0,0,0,33972,30619,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,40,100,1,0,0,0,0,0,0,0,199,1,650854271,2097216,'',12340),(18946,0,0,0,0,0,7950,0,0,0,'Infernal Siegebreaker',NULL,NULL,0,70,70,1,1752,0,1.6,1.71429,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,7,1,1,0,0,0,0,0,0,0,167,1,0,64,'',12340),(18947,0,0,0,0,0,18343,0,0,0,'Solanin','Bag Vendor',NULL,7864,10,10,0,1604,129,1,1.14286,1,0,12,16,0,38,1,1500,2000,2,4608,2048,0,0,0,0,0,0,8,12,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18948,0,0,0,0,0,3167,5446,0,0,'Stormwind Soldier','',NULL,0,68,68,1,1755,0,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,33040,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18949,0,0,0,0,0,18452,18453,0,0,'Stormwind Mage','',NULL,0,68,68,1,1755,0,1,1.14286,1,1,230,336,0,133,4.6,2000,2000,8,33028,2048,0,0,0,0,0,0,215,321,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18950,0,0,0,0,0,4259,4260,4601,4602,'Orgrimmar Grunt','',NULL,0,68,68,1,1758,0,1,1.14286,1,1,231,325,0,292,4.6,1250,2000,1,33040,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18951,0,0,0,0,0,18344,0,0,0,'Erilia','Enchanting Vendor',NULL,0,10,10,0,1604,128,1,1.14286,1,0,8,13,0,17,1,1500,2000,8,4608,2048,0,0,0,0,0,0,9,12,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18952,0,0,0,21161,0,18855,0,0,0,'Bonechewer Scavenger',NULL,NULL,0,58,59,1,1663,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,18952,18952,0,0,0,0,0,0,0,13398,34113,0,0,0,0,0,0,0,0,136,1261,'SmartAI',1,3,1,1,1,1,0,30327,0,0,0,0,0,0,1,0,0,'',12340),(18953,0,0,0,0,0,20192,0,0,0,'Unoke Tenderhoof','Wind Rider Master',NULL,0,65,65,1,1729,8193,1,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18954,0,0,0,0,0,18346,0,0,0,'Sailor Melinan','Drink Vendor',NULL,0,10,10,0,1604,128,1.125,1.14286,1,0,12,16,0,38,1,1500,2000,2,4608,2048,0,0,0,0,0,0,8,12,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18955,0,0,0,0,0,16480,16925,0,0,'Camera Shaker - 30-90 seconds',NULL,NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18956,0,0,0,0,0,18347,0,0,0,'Lakka',NULL,NULL,7868,67,67,1,35,1,1,1.14286,1,1,225,314,0,288,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18957,0,0,0,0,0,5706,0,0,0,'Innkeeper Grilka','Innkeeper',NULL,1290,65,65,1,1735,66177,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,37376,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18959,0,0,0,0,0,3737,0,0,0,'Dod\'ss','General Goods',NULL,0,60,65,1,1735,384,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18960,0,0,0,0,0,18421,0,0,0,'Rungor','Trade Goods',NULL,0,60,65,1,1735,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18962,0,0,0,0,0,4559,0,0,0,'Bar Talet','Bowyer',NULL,0,60,65,1,1735,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18963,0,0,0,0,0,18431,0,0,0,'Windroc Huntress',NULL,NULL,0,66,66,1,32,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,26,0,0,0,0,175,260,37,1,1,18963,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10712,0,0,0,'',1,7,1,1.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18964,0,0,0,0,0,19219,0,0,0,'Injured Talbuk',NULL,NULL,0,64,64,1,31,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,1,0,18964,0,70061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18965,0,0,0,0,0,2306,14613,14614,14615,'Darnassian Archer','',NULL,0,68,68,1,1755,0,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,33040,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18966,0,0,0,0,0,18443,0,0,0,'Justinius the Harbinger','',NULL,0,70,70,1,1757,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33040,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18967,0,0,0,0,0,5561,16946,0,0,'Dark Assault - Alliance Portal - Invisible Stalker',NULL,NULL,0,1,1,0,14,0,1.05,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18968,0,0,0,0,0,1070,16946,0,0,'Dark Assault - Horde Portal - Invisible Stalker',NULL,NULL,0,1,1,0,14,0,1.05,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(18969,0,0,0,0,0,18409,0,0,0,'Melgromm Highmountain','',NULL,0,70,70,1,1759,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33040,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18970,0,0,0,0,0,15574,15577,15578,15579,'Darkspear Axe Thrower','',NULL,0,68,68,1,1758,0,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,33040,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18971,0,0,0,0,0,18454,18455,0,0,'Undercity Mage','',NULL,0,68,68,1,1759,0,1,1.14286,1,1,230,336,0,133,4.6,2000,2000,8,33028,2048,0,0,0,0,0,0,215,321,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18972,0,0,0,0,0,18408,18456,0,0,'Orgrimmar Shaman',NULL,NULL,0,68,68,1,1759,0,1,1.14286,1,1,214,301,0,276,4.6,2000,2000,2,33040,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18973,0,0,0,0,0,4259,4260,4602,4601,'Stonebreaker Grunt',NULL,NULL,0,65,65,1,106,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,40505,8208,8599,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18974,0,0,0,0,0,17210,0,0,0,'Z\'kral',NULL,NULL,0,62,62,1,90,0,0.944444,0.95238,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,3,0,18974,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,4051,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18975,0,0,0,0,0,20045,0,0,0,'Wrathguard',NULL,NULL,0,58,59,1,1752,0,1,1.14286,1,0,133,176,0,234,1,2000,2000,2,0,2048,0,0,0,0,0,0,91,133,23,3,0,18975,18975,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,1056,'',1,3,1,1,1,1,0,28513,0,0,0,0,0,0,1,0,0,'',12340),(18976,0,0,0,0,0,17210,0,0,0,'Urga\'zz','',NULL,0,62,62,1,90,0,0.944444,0.952381,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,3,0,18976,18976,0,0,0,0,0,0,0,34095,32004,32003,0,0,0,0,0,0,0,164,220,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18977,0,0,0,0,0,18251,0,0,0,'Felguard Destroyer',NULL,NULL,0,60,60,1,90,0,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,3,0,18977,18977,0,0,0,0,0,0,0,40220,40505,33971,0,0,0,0,0,0,0,524,689,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18978,0,0,0,0,0,16480,0,0,0,'Heckling Fel Sprite',NULL,NULL,0,57,58,0,90,0,1,1.71429,1,0,93,123,0,228,1,2000,2000,2,0,2048,0,0,0,0,0,0,64,94,23,3,0,18978,18978,0,0,186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,340,'',1,3,1,0.4,0.4,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(18981,0,0,0,0,0,18419,0,0,0,'Doomwhisperer',NULL,NULL,0,59,59,1,90,0,1,1.14286,1,0,133,176,0,234,1,2000,2000,2,0,2048,0,0,0,0,0,0,91,133,23,3,0,18981,18981,0,0,0,0,0,0,0,33969,0,0,0,0,0,0,0,0,0,119,728,'SmartAI',1,3,1,1,1,1,0,28513,0,0,0,0,0,0,1,0,0,'',12340),(18982,22173,0,0,0,0,18416,0,0,0,'Sable Jaguar',NULL,NULL,0,67,68,1,16,0,1,1.14286,1,0,231,325,0,292,4.6,1000,2000,1,0,2048,0,2,0,0,0,0,195,289,41,1,1,18982,0,70065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13355,0,0,0,'',1,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18983,22162,0,0,0,0,1104,0,0,0,'Blackfang Tarantula',NULL,NULL,0,67,68,1,16,0,1,1.14286,1,0,231,325,0,292,4.6,2000,1650,1,0,2048,0,3,0,0,0,0,195,289,41,1,1,18983,0,0,0,0,0,0,0,0,34365,0,0,0,0,0,0,0,13167,0,0,0,'',1,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18984,0,0,0,0,0,18415,0,0,0,'Trag','Stable Master',NULL,9821,60,66,1,1735,4194305,1,1.14286,1,0,210,295,0,282,1,1000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(18985,0,0,0,0,0,18418,0,0,0,'Seer Skaltesh',NULL,NULL,7859,60,60,1,1638,1,1,1,1,0,74,102,0,112,1,2000,2000,8,32768,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18986,0,0,0,0,0,18457,18458,0,0,'Ironforge Paladin','',NULL,0,68,68,1,1755,0,1,1.14286,1,1,214,301,0,276,4.6,2000,2000,2,33040,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.5,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18987,0,0,0,0,0,1715,0,0,0,'Gaston','Chef',NULL,7818,60,60,0,1737,209,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18988,0,0,0,0,0,1562,0,0,0,'Baxter','Chef',NULL,7818,60,60,0,1729,209,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18989,0,0,0,0,0,4261,12166,12165,4264,'Stonebreaker Guard','',NULL,0,60,66,0,85,0,1.125,1.14286,1,0,210,295,0,282,1,1400,1900,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18990,0,0,0,0,0,18246,0,0,0,'Burko','Medic',NULL,0,60,60,0,1638,209,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18991,0,0,0,0,0,17651,0,0,0,'Aresella','Medic',NULL,0,60,60,0,1604,209,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18992,0,0,0,0,0,19906,0,0,0,'Captain Krosh',NULL,NULL,0,63,64,1,45,0,1.125,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,18992,18992,0,0,0,0,0,0,0,35491,0,0,0,0,0,0,0,0,0,174,232,'',1,3,1,1,1,1,0,24240,0,0,0,0,0,0,1,0,0,'',12340),(18993,0,0,0,0,0,10564,0,0,0,'Naka','Cooking Supplies',NULL,7879,60,60,0,1710,209,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18994,22166,0,0,0,0,19062,0,0,0,'Infinite Executioner',NULL,NULL,0,70,70,1,1720,0,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,3,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(18995,22168,0,0,0,0,19063,0,0,0,'Infinite Vanquisher',NULL,NULL,0,70,70,1,1720,0,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,3,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(18996,0,0,0,0,0,18430,0,0,0,'Windroc Hunter',NULL,NULL,0,64,65,1,32,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,26,0,0,0,0,166,246,35,1,1,18996,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10712,0,0,0,'',1,7,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18997,0,0,0,0,0,18432,0,0,0,'Fallesh Sunfallow','Weapon Merchant',NULL,7881,62,62,0,1604,4225,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,32768,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18998,0,0,0,0,0,18433,0,0,0,'Lursa Sunfallow','Reagents',NULL,7882,63,63,0,1604,2177,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18999,0,0,0,0,0,18437,18438,18439,18440,'Allerian Defender',NULL,NULL,0,64,66,1,210,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19000,0,0,0,0,0,18435,18436,18829,18830,'High Elf Ranger',NULL,NULL,0,65,66,1,210,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19001,0,0,0,0,0,18442,0,0,0,'Talaara','Weapon Merchant',NULL,7883,63,63,0,1638,4225,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19002,0,0,0,0,0,18444,0,0,0,'Gardok Ripjaw',NULL,NULL,0,65,67,1,106,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,36864,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19003,0,0,0,0,0,18446,18447,0,0,'Allerian Horseman','',NULL,0,60,60,1,210,0,1,2.28571,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19004,0,0,0,0,0,18445,0,0,0,'Vodesiin','Reagents',NULL,7884,62,62,0,1638,2177,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,0,2048,0,0,0,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19005,0,0,0,0,0,18531,0,0,0,'Wrath Master','',NULL,0,71,71,1,1754,0,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,10,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),(19006,0,0,0,0,0,19792,0,0,0,'Silvermoon Magister',NULL,NULL,0,70,70,1,1760,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,10,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(19007,0,0,0,0,0,10215,0,0,0,'Gnomeregan Conjuror',NULL,NULL,0,70,70,1,1756,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19008,0,0,0,0,0,7907,15880,0,0,'Invis Alliance Siege Engine - West','Nothing to See Here',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19009,0,0,0,0,0,7907,15880,0,0,'Invis Horde Siege Engine - West','Nothing to See Here',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19011,0,0,0,0,0,18459,0,0,0,'Osrok the Immovable','Armorsmith & Blacksmithing Supplies',NULL,7885,60,66,0,1652,4225,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,36864,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19012,0,0,0,0,0,18460,0,0,0,'Sparik','Armorsmith & Blacksmithing Supplies',NULL,7886,60,66,0,1722,4225,1,1,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19013,0,0,0,0,0,18461,0,0,0,'Vanteg','Reagents & Poison Supplies',NULL,0,60,66,0,1652,3201,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,36864,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19014,0,0,0,0,0,18462,0,0,0,'Ogir','Reagents & Poison Supplies',NULL,7887,60,66,0,1722,129,1,1,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19015,0,0,0,0,0,18463,0,0,0,'Mathar G\'ochar','Trade Supplies',NULL,0,60,66,0,1652,129,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,36864,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19016,21646,0,0,0,0,16888,16891,0,0,'Hellfire Familiar',NULL,NULL,0,61,61,1,16,0,1,1.14286,1,0,152,210,0,244,4.6,2000,1534,2,0,2048,0,0,0,0,0,0,120,179,25,3,8,17370,0,0,0,0,0,0,0,0,13341,14034,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19017,0,0,0,0,0,18464,0,0,0,'Borto','Trade Supplies',NULL,7888,60,66,1,1722,129,1,1,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19018,0,0,0,0,0,18465,0,0,0,'Wilda Bearmane','Stable Master',NULL,9821,60,65,0,1652,4194305,1.125,1.14286,1,0,186,260,0,262,1,2000,2000,2,36864,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(19019,0,0,0,0,0,18466,0,0,0,'Luftasia','Stable Master',NULL,7889,60,66,0,1722,4194305,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19020,0,0,0,0,0,18468,0,0,0,'Matron Qualia','General Goods',NULL,0,60,66,0,1652,385,1.125,1.14286,1,0,195,273,0,266,1,2000,2000,2,36864,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19021,0,0,0,0,0,18469,0,0,0,'Nancila','General Goods',NULL,7890,60,66,0,1722,129,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19022,0,0,0,0,0,599,0,0,0,'Stabled Panther',NULL,NULL,0,61,67,0,1652,0,1.125,1.14286,1,0,225,314,0,288,1,1300,2000,1,36864,2048,0,2,0,0,0,0,186,276,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5830,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(19023,0,0,0,0,0,18470,0,0,0,'Stabled Tallstrider',NULL,NULL,0,61,68,0,1652,0,1.125,1.14286,1,0,231,325,0,292,1,1300,2000,1,36864,2048,0,2,0,0,0,0,195,289,41,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5830,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(19024,0,0,0,0,0,4714,0,0,0,'Stabled Boar',NULL,NULL,0,61,67,0,1652,0,1.125,1.14286,1,0,225,314,0,288,1,1300,2000,1,36864,2048,0,2,0,0,0,0,186,276,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5830,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(19025,0,0,0,0,0,865,0,0,0,'Stabled Bear',NULL,NULL,0,62,62,0,1652,0,1.125,1.14286,1,0,172,240,0,262,1,1300,2000,1,36864,2048,0,2,0,0,0,0,139,207,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5830,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(19026,0,0,0,0,0,1339,0,0,0,'Stabled Raptor',NULL,NULL,0,60,68,0,1652,0,1.125,1.14286,1,0,231,325,0,292,1,1300,2000,1,36864,2048,0,2,0,0,0,0,195,289,41,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5830,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(19027,0,0,0,0,0,1977,0,0,0,'Stabled Kurenai Lion',NULL,NULL,0,60,66,0,1722,0,1,1.42857,1,0,210,295,0,282,1,1300,2000,1,32768,2048,0,2,0,0,0,0,175,260,37,1,0,0,0,0,0,0,0,0,0,1754,0,0,0,0,0,0,0,0,5830,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(19028,0,0,0,0,0,11686,7907,0,0,'The Overlook Capture Credit Marker',NULL,NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19029,0,0,0,0,0,1061,16925,0,0,'The Stadium Capture Credit Marker',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(19030,0,0,0,0,0,599,0,0,0,'Stabled Kurenai Panther',NULL,NULL,0,60,68,0,1722,0,1,1.42857,1,0,231,325,0,292,1,1300,2000,1,32768,2048,0,2,0,0,0,0,195,289,41,1,0,0,0,0,0,0,0,0,0,1754,0,0,0,0,0,0,0,0,5830,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(19032,0,0,0,0,0,1061,16925,0,0,'Broken Hill Capture Credit Marker',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(19033,0,0,0,0,0,18472,0,0,0,'Nicole Bartlett','Matron',NULL,8000,60,60,0,1818,1,1,1.14286,1,0,104,138,0,252,1,1000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19034,0,0,0,0,0,18475,0,0,0,'Mendorn','Banker',NULL,0,70,70,1,1743,131073,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19035,0,0,0,0,0,18473,0,0,0,'Wazat',NULL,NULL,7891,65,65,1,35,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19038,0,0,0,0,0,18478,0,0,0,'Supply Officer Mills','Rations',NULL,0,60,60,0,210,640,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19041,0,0,0,0,0,169,17188,0,0,'Jump-a-tron 4000',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19042,0,0,0,0,0,18491,0,0,0,'Leeli Longhaggle','Trade Goods',NULL,0,60,60,0,210,128,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19043,0,0,0,0,0,18481,0,0,0,'Ahemen','Staff Vendor',NULL,0,70,70,1,1743,4224,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19044,0,0,0,0,0,18698,0,0,0,'Gruul the Dragonkiller','',NULL,0,73,73,1,16,0,2,1.14286,1,3,316,450,0,320,35,1449,1701,1,0,2048,0,0,0,0,0,0,278,413,58,7,76,19044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280755,366638,'',1,3,1,315,1,1,0,31750,0,0,0,0,0,210,1,650854271,2097409,'boss_gruul',12340),(19045,0,0,0,0,0,18480,0,0,0,'Oloraak','Fish Merchant',NULL,7937,60,60,1,1818,643,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,256,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19046,0,0,0,0,0,18482,0,0,0,'Minalei','Innkeeper',NULL,7896,19,19,0,1743,65537,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,33024,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(19047,0,0,0,0,0,17859,0,0,0,'Lissaf','Blade Merchant',NULL,7900,60,60,1,1818,4225,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,256,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19048,0,0,0,0,0,18483,18484,0,0,'Stonebreaker Peon',NULL,NULL,0,50,51,0,1735,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,36864,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,19643,8646,18396,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19049,0,0,0,0,0,18485,0,0,0,'Karokka','Poison Supplies',NULL,0,60,60,1,1818,1152,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,256,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19050,0,0,0,0,0,18487,0,0,0,'Garul','Food & Drink',NULL,0,70,70,1,1743,640,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19051,0,0,0,0,0,18485,0,0,0,'Araac',NULL,NULL,7908,60,60,1,1818,1,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,256,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19052,0,0,0,0,0,17867,0,0,0,'Lorokeem','Master Alchemy Trainer',NULL,8540,63,63,1,1818,83,1,1.14286,1,0,138,199,0,119,1,2000,2000,8,256,2048,0,0,2,0,0,0,125,185,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_alchemy',12340),(19053,0,0,0,0,0,18492,0,0,0,'Fabian Lanzonelli','General Goods & Bags',NULL,0,60,60,0,210,384,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19055,0,0,0,0,0,18494,0,0,0,'Windroc Matriarch',NULL,NULL,0,66,66,1,32,0,2.4,2,1,1,210,295,0,282,7.5,1377,1618,1,0,2048,0,26,0,0,0,0,175,260,37,1,1,19055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10713,0,0,0,'SmartAI',1,4,1,5.8,1,1,0,27841,0,0,0,0,0,0,1,0,0,'',12340),(19056,0,0,0,0,0,18493,0,0,0,'Cecil Meyers','Blacksmithing Supplies',NULL,0,60,60,0,210,4224,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19063,0,0,0,0,0,18495,0,0,0,'Hamanar','Master Jewelcrafting Trainer',NULL,7818,70,70,1,1743,81,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33024,2048,0,0,2,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19064,0,0,0,0,0,18496,0,0,0,'Leatei',NULL,NULL,0,50,50,0,1818,0,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,33024,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19065,0,0,0,0,0,18499,0,0,0,'Inessera','Jewelcrafting Supplies Vendor',NULL,0,19,19,0,1743,128,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,33024,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19067,0,0,0,0,0,18505,0,0,0,'Fel Cannon: Hate',NULL,NULL,0,70,70,0,14,0,0.01,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19068,0,0,0,0,0,17971,18506,18507,18508,'Garadar Wolf Rider',NULL,NULL,0,70,70,1,1650,0,1,1.38571,1,1,252,357,0,304,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,29651,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19071,0,0,0,0,0,18512,18513,18514,0,'Telaari Elekk Rider','',NULL,0,70,70,1,1721,0,1,1.38571,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19073,0,0,0,0,0,18515,0,0,0,'Nibblet',NULL,NULL,0,60,60,0,534,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19074,0,0,0,0,0,18516,0,0,0,'Skreah','Alchemy Supplies',NULL,0,60,60,1,1818,128,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,256,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19075,0,0,0,0,0,18489,18517,18518,18519,'Skettis Outcast',NULL,NULL,0,60,60,1,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,256,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19076,0,0,0,0,0,18520,18521,0,0,'High Elf Refugee',NULL,NULL,0,60,60,0,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19077,0,0,0,0,0,18522,18523,18524,0,'Dwarf Refugee',NULL,NULL,0,60,60,0,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19120,0,0,0,0,0,18027,18528,18529,18530,'Broken Refugee',NULL,NULL,0,60,60,0,1818,0,1,1,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19133,0,0,0,0,0,18532,0,0,0,'Ohlorn Farstrider','Nesingwary Safari',NULL,7936,70,70,1,1735,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19136,0,0,0,0,0,18878,0,0,0,'Flamewaker Imp',NULL,NULL,0,58,58,1,90,0,1,1.14286,1,0,71,98,0,107,1,2000,2000,8,0,2048,0,0,0,0,0,0,59,87,24,3,0,19136,19136,0,0,0,0,0,0,0,9053,0,0,0,0,0,0,0,0,0,72,266,'SmartAI',1,3,1,0.4,0.4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19137,0,0,0,0,0,18536,0,0,0,'\"Shotgun\" Jones','Nesingwary Safari',NULL,7940,70,70,1,1732,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19138,0,0,0,0,0,18548,18550,18551,18552,'Anchorite Attendant',NULL,NULL,0,19,19,0,1743,0,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,768,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19139,0,0,0,0,0,16074,0,0,0,'Nagrand Target Dummy',NULL,NULL,0,40,40,0,1095,0,1,1,1,0,56,74,0,136,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,39,57,14,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16416,262146,'',12340),(19140,0,0,0,0,0,18545,0,0,0,'Mag\'har Pitfighter',NULL,NULL,0,66,66,1,1652,1,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,37632,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19141,0,0,0,0,0,18538,0,0,0,'Kurenai Pitfighter','',NULL,7941,66,66,1,1722,1,1,1,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19142,0,0,0,0,0,18537,18539,18540,18541,'Aldor Anchorite',NULL,NULL,0,70,70,1,1743,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19144,0,0,0,0,0,18544,18543,18542,0,'Mag\'har Refugee',NULL,NULL,0,60,60,0,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19147,0,0,0,0,0,18546,18547,0,0,'Allerian Peasant',NULL,NULL,0,55,55,0,1733,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19148,0,0,0,0,0,19174,19173,0,0,'Dwarf Commoner','',NULL,8988,1,1,0,55,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19149,0,0,0,0,0,18549,18553,18554,18555,'Telaari Citizen',NULL,NULL,0,64,64,1,1722,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19150,0,0,0,0,0,18556,18557,18558,18559,'Orc Refugee',NULL,NULL,0,60,60,0,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19151,0,0,0,0,0,18562,18563,18564,18565,'Captured Halaani Blood Knight','',NULL,0,65,65,1,714,0,1,2.14286,1,0,186,260,0,262,1,2000,2000,2,33536,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,188,1,0,2,'',12340),(19152,0,0,0,0,0,18561,18255,18256,18257,'Interrogator Khan','Hand of Argus',NULL,0,73,73,0,1638,0,1,2.14286,1,1,316,450,0,320,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,188,1,0,2,'',12340),(19153,0,0,0,0,0,18566,18567,18568,18569,'Aldor Neophyte',NULL,NULL,0,70,70,1,1743,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19154,0,0,0,0,0,644,0,0,0,'Soot',NULL,NULL,0,60,60,1,210,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33536,2048,0,0,0,0,0,0,72,106,26,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19155,0,0,0,0,0,17544,17626,17628,17627,'Sporeling Refugee',NULL,NULL,0,60,60,0,1818,0,1,0.99206,1,0,104,138,0,252,1,2000,2000,1,256,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19156,0,0,0,0,0,18571,18513,18514,0,'Telaari Jailor','',NULL,7943,65,65,1,1721,1,1,1,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19157,0,0,0,0,0,18572,18573,18574,18575,'Captured Halaani Vindicator',NULL,NULL,0,65,65,1,534,0,1.125,1.14286,1,0,186,260,0,262,1,2000,2000,2,4864,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,200,1,1,0,0,0,0,0,0,0,188,1,0,2,'',12340),(19158,0,0,0,0,0,18506,18507,18508,18576,'Garadar Guard Captain',NULL,NULL,7944,70,70,1,1650,1,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,29651,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19159,0,0,0,0,0,18546,18547,0,0,'Allerian Peasant Cosmetic',NULL,NULL,0,55,55,0,1732,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,65,95,23,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19161,0,0,0,0,0,18566,18567,18568,18569,'Neophyte Combatant',NULL,NULL,0,64,65,1,1683,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19162,0,0,0,0,0,152,11650,0,0,'Lost One Refugee',NULL,NULL,0,60,60,0,1818,0,1.11111,1.14286,1,0,104,138,0,252,1,2000,2000,1,256,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19163,0,0,0,0,0,19314,221,14589,19092,'Refugee Kid',NULL,NULL,0,1,1,0,1818,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19164,0,0,0,0,0,11873,19315,14616,19091,'Refugee Child',NULL,NULL,0,1,1,0,1818,0,1,1,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19165,0,0,0,0,0,18577,18578,0,0,'Veteran Vindicator',NULL,NULL,0,70,70,1,1743,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19166,21543,0,0,0,0,18662,0,0,0,'Tempest-Forge Patroller',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,262,389,48,9,0,19166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1733,2268,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(19167,21524,0,0,0,0,17773,17774,17775,17776,'Bloodwarder Slayer',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,19167,19167,0,0,0,0,0,0,0,15708,35189,15589,0,0,0,0,0,0,0,1094,1433,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19168,21539,0,0,0,0,17916,17917,17918,0,'Sunseeker Astromage',NULL,NULL,0,69,69,1,16,0,1,1.14286,1,1,224,316,0,282,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,19168,19168,0,0,0,0,0,0,0,35265,35267,36807,0,0,0,0,0,0,0,1389,1819,'SmartAI',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19169,0,0,0,0,0,19169,19170,0,0,'Blood Elf Commoner','',NULL,7921,1,1,0,1604,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33024,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19170,0,0,0,0,0,18616,18617,18618,18619,'Peasant Refugee',NULL,NULL,0,60,60,0,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19171,0,0,0,0,0,19171,19172,0,0,'Draenei Commoner','',NULL,8988,1,1,0,1638,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19172,0,0,0,0,0,19176,19175,0,0,'Gnome Commoner','',NULL,8988,1,1,0,875,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19173,0,0,0,0,0,19180,19179,0,0,'Night Elf Commoner',NULL,NULL,8988,1,1,0,80,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19174,0,0,0,0,0,18620,0,0,0,'Chieftain Mummaki',NULL,NULL,0,64,64,1,51,0,1.125,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,19174,0,0,0,0,0,0,0,0,7159,0,0,0,0,0,0,0,0,0,175,233,'SmartAI',1,3,1,1,1,1,0,27943,0,0,0,0,0,0,1,0,0,'',12340),(19175,0,0,0,0,0,19181,19182,0,0,'Orc Commoner','',NULL,7925,1,1,0,29,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19176,0,0,0,0,0,19183,19184,0,0,'Tauren Commoner',NULL,NULL,8988,1,1,0,104,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19177,0,0,0,0,0,19185,19186,0,0,'Troll Commoner','',NULL,7935,1,1,0,126,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19178,0,0,0,0,0,19187,19188,0,0,'Forsaken Commoner','',NULL,8988,1,1,0,68,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19179,0,0,0,0,0,1126,11686,0,0,'Formation Marker',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19180,0,0,0,0,0,18623,0,0,0,'Seymour','Master Skinning Trainer',NULL,7818,60,65,1,1818,81,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33024,2048,0,0,2,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19181,0,0,0,0,0,2585,0,0,0,'Lemla Hopewing','Apprentice Gryphon Master',NULL,0,58,58,0,1737,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19182,0,0,0,0,0,18626,0,0,0,'Shaarubo','Bartender',NULL,0,60,60,0,1818,640,1,1,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19183,0,0,0,0,0,19584,0,0,0,'Clefthoof Calf',NULL,NULL,0,62,63,1,7,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,1,0,19183,0,70166,0,0,0,0,0,0,32023,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19184,0,0,0,0,0,18625,0,0,0,'Mildred Fletcher','Physician',NULL,8522,65,65,0,1818,81,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33024,2048,0,0,2,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19185,0,0,0,0,0,18627,0,0,0,'Jack Trapper','Cook',NULL,8460,65,65,0,35,81,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,512,2048,0,0,2,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19186,0,0,0,0,0,18629,0,0,0,'Kylene','Barmaid',NULL,8784,60,60,0,1818,723,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19187,0,0,0,0,0,18630,0,0,0,'Darmari','Master Leatherworking Trainer',NULL,7816,63,63,0,1818,81,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,33024,2048,0,0,2,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19188,0,0,0,0,0,18275,0,0,0,'Raging Colossus',NULL,NULL,0,63,63,1,778,0,1,0.99206,1,1,181,253,0,268,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,5,512,19188,0,80101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,1327,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19189,0,0,0,16934,0,20062,0,0,0,'Quillfang Skitterer',NULL,NULL,0,60,62,1,14,0,3.2,2,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,31,0,0,0,0,139,207,30,1,1,19189,0,70163,0,0,0,0,0,0,33781,33968,0,0,0,0,0,0,11566,0,0,0,'SmartAI',1,3,1,1,1,1,0,23217,0,0,0,0,0,187,1,0,0,'',12340),(19190,0,0,0,0,0,9129,0,0,0,'Fel Handler',NULL,NULL,0,58,59,1,1752,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,3,0,19190,19190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,868,'SmartAI',1,3,1,0.8,0.8,1,0,28513,0,0,0,0,0,0,1,0,0,'',12340),(19191,0,0,0,0,0,18371,0,0,0,'Arazzius the Cruel',NULL,NULL,0,63,63,1,90,0,0.888888,0.9127,1,1,164,228,0,249,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,133,196,26,3,0,19191,19191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1974,2583,'SmartAI',1,3,1,10,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19192,0,0,0,0,0,18419,0,0,0,'Mistress of Doom',NULL,NULL,0,62,63,1,90,0,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,0,2048,0,0,0,0,0,0,133,196,26,3,0,19192,19192,0,0,0,0,0,0,0,34017,0,0,0,0,0,0,0,0,0,147,197,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19193,0,0,0,0,0,18637,0,0,0,'High Exarch Commodus',NULL,NULL,0,70,70,1,1743,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19194,0,0,0,0,0,18639,0,0,0,'Ernie Packwell','Trade Goods',NULL,0,61,61,0,1818,128,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,33024,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19195,0,0,0,0,0,18640,0,0,0,'Jim Saltit','Cooking Supplies',NULL,0,60,60,0,1818,128,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19196,0,0,0,0,0,18641,0,0,0,'Cro Threadstrong','Leatherworking Supplies',NULL,0,62,62,0,1818,128,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33024,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19197,0,0,0,0,0,18642,0,0,0,'Eral','General Goods',NULL,0,60,60,0,1818,384,1,1,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19201,0,0,0,0,0,18645,0,0,0,'Mountain Gronn',NULL,NULL,0,66,66,0,1692,0,1,1.14286,1,1,210,295,0,282,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,175,260,37,7,0,19201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,747,980,'',1,3,1,4,1,1,0,28665,0,0,0,0,0,0,1,0,0,'',12340),(19202,0,0,0,0,0,18648,0,0,0,'Emissary Mordin',NULL,NULL,0,63,63,0,1956,2,1,1.14286,1,1,164,228,0,249,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,11,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19203,20703,0,0,0,0,1070,0,0,0,'Syth Fire Elemental',NULL,NULL,0,69,69,1,91,0,1.125,1.14286,1,0,224,316,2,282,1,1400,1900,2,0,2048,0,0,0,0,0,0,188,280,32,4,0,0,0,0,0,0,0,0,0,0,33526,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19204,20704,0,0,0,0,5561,0,0,0,'Syth Frost Elemental',NULL,NULL,0,69,69,1,91,0,1.125,1.14286,1,0,224,316,4,282,1,1400,1900,2,0,2048,0,0,0,0,0,0,188,280,32,4,72,0,0,0,0,0,0,0,0,0,33528,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19205,20702,0,0,0,0,8714,0,0,0,'Syth Arcane Elemental',NULL,NULL,0,69,69,1,91,0,1.125,1.14286,1,0,224,316,6,282,1,1400,1900,2,0,2048,0,0,0,0,0,0,188,280,32,4,0,0,0,0,0,0,0,0,0,0,33527,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19206,20705,0,0,0,0,1130,0,0,0,'Syth Shadow Elemental',NULL,NULL,0,69,69,1,91,0,1.125,1.14286,1,0,224,316,5,282,1,1400,1900,2,0,2048,0,0,0,0,0,0,188,280,32,4,72,0,0,0,0,0,0,0,0,0,33529,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19207,0,0,0,0,0,12168,0,0,0,'Infernal Hound','',NULL,0,50,50,0,1768,0,1.6,1.14286,1,0,85,112,0,206,1,1600,1800,1,0,2048,0,45,0,0,0,0,58,86,20,1,65537,0,0,0,0,0,0,0,0,0,19483,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.6,1,1,0,0,0,0,0,0,0,128,1,0,0,'',12340),(19208,20660,0,0,0,0,18579,18580,18581,18582,'Summoned Cabal Acolyte',NULL,NULL,0,69,69,1,16,0,1.71,1.14286,1,1,224,316,0,282,4.6,1500,1900,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,19208,0,0,0,0,0,0,0,0,12039,25058,33482,0,0,0,0,0,0,0,794,1042,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19209,20661,0,0,0,0,18589,18590,18591,18592,'Summoned Cabal Deathsworn',NULL,NULL,0,69,69,1,16,0,1.48,1.14286,1,1,245,346,0,298,4.6,1500,2000,1,32832,2048,0,0,0,0,0,0,206,302,43,7,0,19209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1007,1320,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19210,0,0,0,0,0,18505,0,0,0,'Fel Cannon: Fear',NULL,NULL,0,70,70,1,90,0,0.01,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,36238,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19211,0,0,0,0,0,17035,11686,0,0,'Fel Cannon: Fear Target',NULL,NULL,0,70,70,1,35,0,0.01,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19212,0,0,0,0,0,17035,11686,0,0,'Fel Cannon: Hate Target',NULL,NULL,0,70,70,1,35,0,0.01,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19213,0,0,0,0,0,18656,0,0,0,'Eiin','Specialty Tailoring Supplies',NULL,0,53,53,0,1818,128,1,1,1,0,89,119,0,218,1,2000,2000,1,33024,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19215,0,0,0,0,0,1126,15880,0,0,'Infernal Relay (Hellfire)',NULL,NULL,0,1,1,0,1718,0,6.4,2.85714,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,230,1,0,130,'',12340),(19216,0,0,0,0,0,22951,0,0,0,'Grand Anchorite Almonen',NULL,NULL,0,73,73,1,1956,0,1,1.14286,1,1,313,448,0,302,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19217,0,0,0,0,0,18661,0,0,0,'Ravandwyr','Kirin Tor Apprentice',NULL,7981,67,67,1,35,3,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,0,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19218,21525,0,0,0,0,18816,0,0,0,'Gatewatcher Gyro-Kill',NULL,NULL,0,72,72,1,16,0,1.6,1.42857,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,8,19218,19218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4199,5489,'',1,3,1,12.5,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'boss_gatewatcher_gyrokill',12340),(19219,21533,0,0,0,0,19162,0,0,0,'Mechano-Lord Capacitus',NULL,NULL,0,72,72,1,90,0,1.6,1.42857,1,1,307,438,0,314,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,270,401,53,9,72,19219,0,0,0,0,0,0,0,0,35161,35159,35158,35057,0,0,0,0,0,0,6494,8486,'',1,3,1,16.5,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'boss_mechano_lord_capacitus',12340),(19220,21537,0,0,0,0,20033,0,0,0,'Pathaleon the Calculator',NULL,NULL,0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,4.6,1200,1900,2,0,2048,0,0,0,0,0,0,268,399,40,7,72,19220,19220,0,0,0,0,0,0,0,35280,35289,36021,36022,0,0,0,0,0,0,5644,7376,'',1,3,1,17,10,1,0,31086,0,0,0,0,0,0,1,650854271,2097152,'boss_pathaleon_the_calculator',12340),(19221,21536,0,0,0,0,19166,0,0,0,'Nethermancer Sepethrea',NULL,NULL,0,72,72,1,16,0,1.6,1.71,1,1,304,436,0,296,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,19221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4794,6266,'',1,3,1,16.5,10,1,0,0,0,0,0,0,0,167,1,650854271,2097152,'boss_nethermancer_sepethrea',12340),(19222,0,0,0,0,0,1421,0,0,0,'Magma Flow Totem','',NULL,0,70,76,0,7,0,1,1,1,0,356,503,0,432,1,2000,2000,1,768,2048,0,0,0,0,0,0,305,452,74,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19223,0,0,0,0,0,18663,0,0,0,'Granny Smith','Fruit Seller',NULL,0,65,65,0,1818,640,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33024,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19224,20663,0,0,0,0,16946,0,0,0,'Void Portal',NULL,NULL,0,70,70,0,16,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,570426112,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19225,0,0,0,0,0,16998,0,0,0,'Strength of the Storm Totem',NULL,NULL,0,70,70,0,58,0,1,1,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19226,20664,0,0,0,0,17081,0,0,0,'Void Traveler',NULL,NULL,0,69,69,1,16,0,0.3,1.14286,1,0,224,316,0,282,1,1500,2000,2,0,2048,0,0,0,0,0,0,188,280,32,3,0,0,0,0,0,0,0,0,0,0,33846,33783,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,0.5,1,0,0,0,0,0,0,0,70,1,0,0,'npc_voidtraveler',12340),(19227,0,0,0,0,0,18664,0,0,0,'Griftah','Amazing Amulets',NULL,7947,60,60,1,1818,131,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19229,0,0,0,0,0,18668,0,0,0,'Commander Duron','',NULL,0,70,70,1,1756,2,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19231,21527,0,0,0,0,17977,0,0,0,'Mechanar Crusher',NULL,NULL,0,70,70,1,90,0,0.944444,0.95238,1,1,252,357,0,304,4.6,2200,1900,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,19231,19231,0,0,0,0,0,0,0,35055,35056,0,0,0,0,0,0,0,0,1349,1766,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19232,0,0,0,0,0,18754,0,0,0,'Innkeeper Haelthol','Innkeeper',NULL,7949,60,60,1,1744,66177,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,33536,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(19234,0,0,0,0,0,18756,0,0,0,'Yurial Soulwater','Enchanting Supplies',NULL,0,60,60,1,1744,128,1,1.14286,1,0,74,102,0,112,1,1500,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19235,0,0,0,0,0,18757,0,0,0,'Amshesha Stilldark','Reagents',NULL,0,60,60,1,1744,128,1,1.14286,1,0,74,102,0,112,1,1500,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19236,0,0,0,0,0,18758,0,0,0,'Quelama Lightblade','Wand Vendor',NULL,0,60,60,1,1744,4224,1,1.14286,1,0,74,102,0,112,1,1500,2000,8,33536,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19238,0,0,0,0,0,18759,0,0,0,'Urumir Stavebright','Staff Vendor',NULL,0,60,60,1,1744,4224,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19239,0,0,0,0,0,18760,0,0,0,'Mahir Redstroke','Dagger Vendor',NULL,0,62,62,1,1744,5248,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,33024,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19240,0,0,0,0,0,18761,0,0,0,'Selanam the Blade','Sword Vendor',NULL,0,64,64,1,1744,4224,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,33024,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19241,0,0,0,0,0,15093,0,0,0,'Edward the Temporary','Alpha Gem Vendor',NULL,0,60,60,1,1671,0,1.125,1.14286,1,0,104,138,0,252,1,1289,1518,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19242,0,0,0,0,0,18762,0,0,0,'Olodam Farhollow','',NULL,0,64,64,1,1744,0,1,1.14286,1,0,145,215,0,121,1,2000,2000,8,33024,2048,0,0,0,0,0,0,132,197,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19243,0,0,0,0,0,18763,0,0,0,'Nalama the Merchant','General Goods',NULL,0,60,60,1,1744,384,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,33024,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19244,0,0,0,0,0,18764,0,0,0,'Trader Endernor','Trade Goods',NULL,0,60,60,1,1744,128,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19245,0,0,0,0,0,18765,0,0,0,'Vinemaster Alamaro','Wine Vendor',NULL,0,60,60,1,1744,128,1,1.14286,1,0,74,102,0,112,1,1500,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19246,0,0,0,0,0,18766,0,0,0,'Berudan Keysworn','Banker',NULL,0,60,60,1,1744,131073,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,33024,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19248,0,0,0,0,0,18771,0,0,0,'Enchanter Salias','Apprentice Enchanter',NULL,0,60,60,1,1744,0,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19249,0,0,0,0,0,18774,0,0,0,'Enchantress Metura','Apprentice Enchanter',NULL,0,60,60,1,1744,0,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19250,0,0,0,0,0,18772,0,0,0,'Enchanter Aeldron','Apprentice Enchanter',NULL,0,61,61,1,1744,0,1,1.14286,1,0,123,177,0,115,1,2000,2000,8,33024,2048,0,0,0,0,0,0,111,164,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19251,0,0,0,0,0,18775,0,0,0,'Enchantress Volali','Enchanting Trainer',NULL,0,62,62,1,1744,80,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,33024,2048,0,0,2,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19252,0,0,0,0,0,18773,0,0,0,'High Enchanter Bardolan','Master Enchanting Trainer','Trainer',7818,63,63,1,1744,81,1,1.14286,1,0,138,199,0,119,1,1500,2000,8,33024,2048,0,0,2,0,0,0,125,185,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19253,0,0,0,0,0,18669,0,0,0,'Lieutenant General Orion','',NULL,8086,70,70,1,1760,3,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19254,0,0,0,0,0,18670,0,0,0,'Warlord Dar\'toon','',NULL,8069,70,70,1,714,3,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19255,0,0,0,0,0,18672,0,0,0,'General Krakork',NULL,NULL,8087,71,71,1,1669,3,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19256,0,0,0,0,0,18673,0,0,0,'Sergeant Shatterskull',NULL,NULL,8091,64,64,1,1668,3,1,1.14286,1,1,194,274,0,272,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19257,0,0,0,0,0,18674,0,0,0,'Arcanist Torseldori','',NULL,0,66,66,1,1668,2,1,1.14286,1,1,195,273,0,266,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19258,0,0,0,0,0,18675,18676,18677,18678,'Bloodmage',NULL,NULL,0,63,65,1,1668,2,1,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19259,0,0,0,0,0,10906,0,0,0,'Infernal Invader','Dreadcaller\'s Minion',NULL,0,60,61,0,90,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),(19261,0,0,0,0,0,10906,0,0,0,'Infernal Warbringer',NULL,NULL,0,58,59,1,90,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,3,0,19261,19261,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1180,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19263,0,0,0,0,0,18679,0,0,0,'Warboss Nekrogg',NULL,NULL,0,61,61,1,1662,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,7,0,19263,19263,0,0,0,0,0,0,0,39070,34113,0,0,0,0,0,0,0,0,164,219,'',1,3,1,1,1,1,0,28047,0,0,0,0,0,0,1,0,0,'',12340),(19264,0,0,0,0,0,18686,0,0,0,'Force-Commander Gorax',NULL,NULL,0,63,63,1,1662,0,1,1.14286,1,1,181,253,0,268,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,147,219,32,7,0,19264,19264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1039,1362,'SmartAI',1,3,1,4,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(19265,0,0,0,0,0,18680,0,0,0,'Scout Makha',NULL,NULL,0,60,60,1,1735,3,1.48,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,4352,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19266,0,0,0,0,0,18681,0,0,0,'Private Imarion',NULL,NULL,0,60,60,1,1732,3,1.48,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19270,0,0,0,0,0,18689,0,0,0,'Shattrath Saul',NULL,NULL,0,60,60,0,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19271,0,0,0,0,0,18691,0,0,0,'Albert Quarksprocket',NULL,NULL,0,60,60,0,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19272,0,0,0,0,0,18692,0,0,0,'Harbinger Argomen','',NULL,0,70,70,1,1743,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19273,0,0,0,0,0,18694,0,0,0,'Forward Commander To\'arch','',NULL,7955,65,65,1,1668,3,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19274,0,0,0,0,0,1869,0,0,0,'Ushtug the Temporary','Alpha Gem Vendor',NULL,0,60,60,1,1729,0,1.125,1.14286,1,0,104,138,0,252,1,1289,1518,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19275,0,0,0,0,0,18712,0,0,0,'Armored Wyvern Destroyer','',NULL,0,70,70,0,1729,0,4,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(19276,0,0,0,0,0,10811,17188,0,0,'Legion Antenna: Spite',NULL,NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19277,0,0,0,0,0,10811,17188,0,0,'Legion Antenna: Rage',NULL,NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19278,0,0,0,0,0,10811,17188,0,0,'Legion Antenna: Hate',NULL,NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19279,0,0,0,0,0,10811,17188,0,0,'Legion Antenna: Fear',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19280,0,0,0,0,0,18696,0,0,0,'Red Hawkstrider',NULL,NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(19281,0,0,0,0,0,18697,0,0,0,'Swift Pink Hawkstrider',NULL,NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(19282,0,0,0,0,0,18699,0,0,0,'Subjugator Shi\'aziv',NULL,NULL,0,62,62,1,90,0,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,3,0,19282,19282,0,0,0,0,0,0,0,32000,32026,0,0,0,0,0,0,0,0,143,192,'',0,3,1,1,1,1,0,28513,0,0,0,0,0,0,1,0,0,'',12340),(19283,0,0,0,0,0,18702,18703,18707,18706,'Vagrant',NULL,NULL,0,60,60,0,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19284,0,0,0,0,0,14255,0,0,0,'Invading Felguard',NULL,NULL,0,60,60,0,1754,0,1.15,1.14286,1,0,104,138,0,252,1,1400,1650,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19289,0,0,0,0,0,18704,18705,18702,18703,'Vagabond',NULL,NULL,0,60,60,0,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19291,0,0,0,0,0,10811,17188,0,0,'Legion Transporter: Alpha',NULL,NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19292,0,0,0,0,0,10811,17188,0,0,'Legion Transporter: Beta',NULL,NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19293,0,0,0,0,0,18709,0,0,0,'Tola\'thion','',NULL,7954,62,62,1,1660,3,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19294,0,0,0,0,0,18708,0,0,0,'Earthbinder Galandria Nightbreeze',NULL,NULL,7953,64,64,1,1660,3,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,0,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2.5,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19295,0,0,0,22334,0,18690,0,0,0,'Shattered Hand Grenadier',NULL,NULL,0,61,61,1,1662,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,7,0,19295,19295,0,0,0,0,0,0,0,7978,0,0,0,0,0,0,0,0,0,159,213,'SmartAI',1,3,1,1,1,1,0,28039,0,0,0,0,0,0,1,0,0,'',12340),(19296,0,0,0,0,0,18711,0,0,0,'Innkeeper Biribi','Innkeeper',NULL,7952,60,60,1,1732,66177,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19297,0,0,0,0,0,11686,0,0,0,'[PH]Dynamite Target','You shouldn\'t see me',NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19298,0,0,0,0,0,20047,0,0,0,'Warbringer Arix\'Amal',NULL,NULL,0,62,62,1,90,0,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,32768,2048,0,0,0,0,0,0,129,191,26,3,0,19298,19298,0,0,0,0,0,0,0,15496,32008,32009,0,0,0,0,0,0,0,160,214,'SmartAI',1,3,1,1.2,1,1,0,29795,0,0,0,0,0,0,1,0,0,'',12340),(19299,0,0,0,0,0,18699,0,0,0,'Deathwhisperer','',NULL,0,69,70,1,1752,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,0,19299,0,0,0,0,0,0,0,0,3391,15088,32417,0,0,0,0,0,0,0,1304,1708,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19300,0,0,0,0,0,169,11686,0,0,'Blackheart the Inciter',NULL,NULL,0,70,70,1,1761,0,1.125,1.14286,1,0,252,357,0,304,4.6,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19301,0,0,0,0,0,169,11686,0,0,'Blackheart the Inciter',NULL,NULL,0,70,70,1,1761,0,1.125,1.14286,1,0,252,357,0,304,4.6,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19302,0,0,0,0,0,169,11686,0,0,'Blackheart the Inciter',NULL,NULL,0,70,70,1,1761,0,1.125,1.14286,1,0,252,357,0,304,4.6,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19303,0,0,0,0,0,169,11686,0,0,'Blackheart the Inciter',NULL,NULL,0,70,70,1,1761,0,1.125,1.14286,1,0,252,357,0,304,4.6,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19304,0,0,0,0,0,169,11686,0,0,'Blackheart the Inciter',NULL,NULL,0,70,70,1,1761,0,1.125,1.14286,1,0,252,357,0,304,4.6,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19305,0,0,0,0,0,19325,0,0,0,'Goliathon','King of the Colossi',NULL,0,63,63,1,778,0,1,1.14286,1,1,181,253,0,268,7.5,1347,1584,1,64,2048,0,0,0,0,0,0,147,219,32,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19306,20263,0,0,0,0,16217,0,0,0,'Mana Leech',NULL,NULL,0,64,64,1,16,0,1,0.85714,1,0,168,234,0,252,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,136,202,27,1,0,19306,0,0,0,0,0,0,0,0,25602,15785,34933,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(19307,20265,0,0,0,0,18050,0,0,0,'Nexus Terror',NULL,NULL,0,64,64,1,14,0,1,0.99206,1,1,194,274,5,272,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,154,226,33,3,2,19307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1381,1808,'SmartAI',1,3,1,5.25,1,1,0,0,0,0,0,0,0,0,1,12787217,0,'',12340),(19308,0,0,0,0,0,18715,0,0,0,'Marshal Isildor','',NULL,0,71,71,1,1667,2,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19309,0,0,0,0,0,18716,0,0,0,'Sergeant Altumus','',NULL,0,64,64,1,1666,2,1,1.14286,1,1,194,274,0,272,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19310,0,0,0,0,0,18739,0,0,0,'Forward Commander Kingston','',NULL,7961,65,65,1,1666,3,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19312,0,0,0,22334,0,18725,0,0,0,'Drillmaster Zurok',NULL,NULL,0,62,62,1,1662,0,1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,7,0,19312,19312,0,0,0,0,0,0,0,15578,18813,0,0,0,0,0,0,0,0,995,1304,'SmartAI',1,3,1,4,1,1,0,28099,0,0,0,0,0,0,1,0,0,'',12340),(19314,0,0,0,0,0,18729,0,0,0,'Supply Officer Shandria','General Goods & Repairs',NULL,0,62,62,1,1667,4993,1,1.14286,1,1,160,223,0,246,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19315,0,0,0,0,0,18730,0,0,0,'Supply Officer Isabel','General Goods & Repairs',NULL,7957,62,62,1,1669,4225,1,1.14286,1,1,160,223,0,246,4.6,2000,2000,2,36864,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19316,0,0,0,0,0,18731,0,0,0,'Field Marshal Rohamus',NULL,NULL,0,71,71,1,1667,2,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19317,0,0,0,0,0,18732,0,0,0,'Drek\'Gol','Wind Rider Master',NULL,6944,65,65,1,1729,8193,1.71,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19318,0,0,0,0,0,18733,0,0,0,'Gromden','Banker',NULL,0,70,70,1,1743,131073,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19319,0,0,0,0,0,18734,0,0,0,'Innkeeper Darg Bloodclaw','Innkeeper',NULL,1290,65,65,1,1735,65537,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19321,0,0,0,0,0,18735,0,0,0,'Quartermaster Endarin','Aldor Quartermaster',NULL,0,70,70,1,1743,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19324,0,0,0,0,0,18736,0,0,0,'Armored Gryphon Destroyer','',NULL,0,70,70,0,1666,0,4,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(19326,0,0,0,0,0,10811,17188,0,0,'Legion Antenna: Oblivion',NULL,NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19328,0,0,0,0,0,10811,17188,0,0,'Legion Antenna: Gehenna',NULL,NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19329,0,0,0,0,0,10811,17188,0,0,'Legion Antenna: Mageddon',NULL,NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19330,0,0,0,0,0,18770,0,0,0,'Lisrythe Bloodwatch','Fence',NULL,0,64,64,1,1744,128,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,33024,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19331,0,0,0,0,0,18769,0,0,0,'Quartermaster Enuril','Scryer Quartermaster',NULL,0,62,62,1,1744,128,1,1.14286,1,0,131,188,0,116,1,1500,2000,8,33024,2048,0,0,0,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19332,0,0,0,0,0,18738,0,0,0,'Stone Guard Ambelan','',NULL,7958,61,61,1,1729,3,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19333,0,0,0,0,0,3869,0,0,0,'Grokom Deatheye','Weaponsmith',NULL,8386,65,65,1,1735,4227,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19335,0,0,0,0,0,18699,0,0,0,'Subjugator Yalqiz',NULL,NULL,0,62,62,1,90,0,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,3,0,19335,19335,0,0,0,0,0,0,0,32000,32026,0,0,0,0,0,0,0,0,143,192,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19336,0,0,0,0,0,19329,18685,0,0,'Void Spawner XL',NULL,NULL,0,60,60,1,190,0,1,1.28968,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19337,0,0,0,0,0,18740,18741,18742,18743,'Aldor Marksman',NULL,NULL,0,70,70,1,1743,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19338,0,0,0,0,0,18767,0,0,0,'L\'lura Goldspun','Banker',NULL,0,60,60,1,1744,131073,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,33024,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19339,0,0,0,0,0,1866,0,0,0,'Korthul','Bowyer & Gunsmith',NULL,0,65,65,1,1735,4224,1,1.14286,1,0,200,281,0,278,1,2000,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19340,0,0,0,0,0,18768,0,0,0,'Mi\'irku Farstep','Portal Trainer',NULL,8433,63,63,1,1744,49,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,33024,2048,0,0,0,0,8,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19341,0,0,0,0,0,3865,0,0,0,'Grutah','Master Blacksmithing Trainer',NULL,7809,65,65,1,1735,81,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4608,2048,0,0,2,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19342,0,0,0,0,0,3866,0,0,0,'Krek Cragcrush','Blacksmithing Supplies',NULL,0,65,65,1,1735,4224,1,1.14286,1,0,200,281,0,278,1,2000,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19343,0,0,0,0,0,1313,0,0,0,'Trop Rendlimb','General Goods',NULL,0,65,65,1,1735,128,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19344,0,0,0,0,0,18744,0,0,0,'Legassi','Chef Extraordinaire',NULL,7960,62,62,1,35,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19345,0,0,0,0,0,4356,0,0,0,'Kalara','Trade Goods',NULL,0,65,65,1,1735,128,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19346,0,0,0,0,0,18745,0,0,0,'Harbinger Erothem','',NULL,0,70,70,1,1743,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19348,0,0,0,0,0,6308,0,0,0,'Targrom','Food & Drink',NULL,0,62,62,0,1735,128,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,4608,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19349,0,0,0,0,0,20308,0,0,0,'Thornfang Ravager',NULL,NULL,0,62,63,1,14,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,31,0,0,0,0,147,219,32,1,1,19349,0,70163,0,0,0,0,0,0,3242,25640,0,0,0,0,0,0,11570,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19350,0,0,0,0,0,20063,0,0,0,'Thornfang Venomspitter',NULL,NULL,0,62,63,1,14,0,1,0.99206,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,31,0,0,0,0,147,219,32,1,1,19350,0,70163,0,0,0,0,0,0,3242,25640,6917,0,0,0,0,0,11569,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19351,0,0,0,0,0,18747,0,0,0,'Daggle Ironshaper','Guns & Ammunition',NULL,0,65,65,1,1732,4480,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19352,0,0,0,0,0,18748,0,0,0,'Dreg Cloudsweeper','Innkeeper',NULL,6944,65,65,1,1732,65665,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(19353,0,0,0,0,0,18749,18750,18751,18752,'Wildhammer Guard',NULL,NULL,0,70,70,1,84,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19354,0,0,0,0,0,18753,0,0,0,'Arzeth the Merciless','Servant of the Betrayer',NULL,0,63,63,1,51,0,1,1.38889,1,1,164,228,0,249,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,133,196,26,3,0,19354,19354,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,540,'SmartAI',1,3,1,7,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19355,0,0,0,0,0,18483,18484,0,0,'Shadowmoon Peon',NULL,NULL,0,60,60,0,1735,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,19643,15618,18396,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19358,0,0,0,0,0,10811,17188,0,0,'Legion Transporter: Alpha (Alliance)',NULL,NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19359,0,0,0,0,0,10811,17188,0,0,'Legion Transporter: Beta (Alliance)',NULL,NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19361,0,0,0,0,0,17767,0,0,0,'Naladu',NULL,NULL,7964,62,62,0,35,3,1,1,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19362,0,0,0,0,0,20113,20114,20115,20116,'Kor\'kron Defender',NULL,NULL,0,70,70,1,1801,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19363,0,0,0,0,0,18755,0,0,0,'Sergeant Dalton',NULL,NULL,0,60,60,0,1671,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19364,0,0,0,0,0,20117,20118,16317,16318,'Kor\'kron Rider',NULL,NULL,0,65,65,1,1735,0,1,2.28571,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19367,0,0,0,0,0,18776,0,0,0,'\"Screaming\" Screed Luckheed','Zeppelin Pilot',NULL,7965,61,61,1,35,3,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19368,0,0,0,0,0,18777,0,0,0,'Crinn Pathfinder','Stable Master',NULL,9821,65,65,1,1732,4194305,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(19369,0,0,0,0,0,18778,0,0,0,'Celie Steelwing','Cook',NULL,0,65,65,1,1732,80,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,2,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19370,0,0,0,0,0,18787,0,0,0,'Ordinn Thunderfist','Hammersmith',NULL,8387,65,65,1,1732,4227,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19371,0,0,0,0,0,18779,0,0,0,'Dalin Stouthammer','Cooking Supplies',NULL,0,65,65,1,1732,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19372,0,0,0,0,0,18780,0,0,0,'Oran Blusterbrew','Trade Goods',NULL,0,65,65,1,1732,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19373,0,0,0,0,0,18781,0,0,0,'Mari Stonehand','Armorsmith',NULL,0,65,65,1,1732,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19374,0,0,0,0,0,18782,0,0,0,'Salle Sunforge','General Goods',NULL,0,65,65,1,1732,384,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19375,0,0,0,0,0,18784,0,0,0,'Eli Thunderstrike','Sky\'ree\'s Keeper',NULL,7973,70,70,1,1732,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19376,0,0,0,0,0,17188,17188,0,0,'Honor Hold Target Dummy Tower',NULL,NULL,0,50,50,0,15,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,58,86,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19377,0,0,0,0,0,18566,18567,18568,18569,'Neophyte Nemarn',NULL,NULL,0,70,70,1,1743,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19378,0,0,0,0,0,18552,0,0,0,'Anchorite Nindumen','',NULL,0,63,63,0,1743,0,1.4,1.14286,1,0,164,228,0,249,1,2000,2000,2,768,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,50,1,0,2,'',12340),(19379,0,0,0,0,0,17718,0,0,0,'Sky\'ree','Gryphon of Kurdran Wildhammer',NULL,0,70,70,1,1732,0,1,1.38571,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(19380,0,0,0,0,0,18309,0,0,0,'Guard Untula','',NULL,0,65,65,1,877,0,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,36928,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19381,0,0,0,0,0,1126,11686,0,0,'Flame Wave','','',0,58,62,1,35,0,1.1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,139,207,30,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19382,0,0,0,0,0,17202,0,0,0,'Wildhammer Gryphon Rider',NULL,NULL,0,70,70,1,1732,2,1,2.85714,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19383,0,0,0,0,0,18792,0,0,0,'Captured Gnome','Item Repair',NULL,0,2,7,0,714,4224,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,36864,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19384,0,0,0,0,0,18788,18789,18790,18791,'Wildhammer Scout',NULL,NULL,0,70,70,1,1732,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19387,0,0,0,0,0,1126,17188,0,0,'Wildhammer Stronghold Target Dummy Left',NULL,NULL,0,50,50,0,15,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,58,86,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19388,0,0,0,0,0,1126,17188,0,0,'Wildhammer Stronghold Target Dummy Right',NULL,NULL,0,50,50,0,15,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,58,86,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19389,0,0,0,0,0,18356,0,0,0,'Lair Brute','',NULL,0,72,72,1,45,0,1.71,1.14286,1,1,307,438,0,314,20,1400,1900,1,0,2048,0,0,0,0,0,0,270,401,53,7,72,19389,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12444,16256,'SmartAI',1,3,1,28,1,1,0,0,0,0,0,0,0,164,1,604057215,0,'',12340),(19390,0,0,0,0,0,18566,18567,18568,18569,'Mounted Neophyte',NULL,NULL,0,70,70,1,1743,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19392,0,0,0,0,0,16387,16388,16389,16390,'Watch Commander Leonus',NULL,NULL,0,60,60,0,1666,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19393,0,0,0,0,0,10811,17188,0,0,'Fear Controller',NULL,NULL,0,70,70,1,1737,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19394,0,0,0,0,0,18814,0,0,0,'Barimoke Wildbeard',NULL,NULL,0,60,60,1,1732,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19395,0,0,0,0,0,18815,0,0,0,'Bron Goldhammer',NULL,NULL,0,60,60,1,1732,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19397,0,0,0,0,0,18368,18370,18816,0,'Mo\'arg Overseer',NULL,NULL,0,70,71,0,90,0,0.944444,0.952381,1,1,299,426,0,308,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),(19398,0,0,0,0,0,18817,18818,18819,0,'Gan\'arg Peon',NULL,NULL,0,68,70,0,90,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),(19399,0,0,0,0,0,18820,0,0,0,'Fel Cannon',NULL,NULL,0,70,71,0,90,0,1,0.992063,1,1,299,426,0,308,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,16384,64,'',12340),(19400,0,0,0,0,0,16630,0,0,0,'Fel Reaver Sentry',NULL,NULL,0,72,72,0,90,0,2.4,3.14286,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,200,1,1,0,0,0,0,0,0,0,237,1,16384,64,'',12340),(19401,0,0,0,0,0,18822,0,0,0,'Wing Commander Brack','',NULL,7967,65,65,1,1668,3,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19402,0,0,0,0,0,18823,0,0,0,'Withered Bog Lord',NULL,NULL,0,62,62,1,1706,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,5,256,19402,0,80000,0,0,0,0,0,0,35235,35238,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,29481,0,0,0,0,0,0,1,0,0,'',12340),(19405,0,0,0,0,0,15381,0,0,0,'Steam Tonk',NULL,NULL,0,1,1,0,1616,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,2,256,2048,0,0,0,0,0,0,1,2,100,9,0,0,0,0,0,0,0,0,0,0,24933,25024,0,27746,0,0,0,0,0,0,0,0,'',1,3,1,2.43902,1.66667,1,0,0,0,0,0,0,0,100,1,16384,0,'npc_steam_tonk',12340),(19408,0,0,0,0,0,10070,0,0,0,'Maiden of Pain',NULL,NULL,0,61,61,1,90,0,1,1.14286,1,0,152,210,0,244,1,2000,2000,2,32768,2048,0,0,0,0,0,0,120,179,25,3,0,19408,19408,0,0,0,0,0,0,0,15968,34086,0,0,0,0,0,0,0,0,138,1090,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19409,0,0,0,0,0,18835,0,0,0,'Wing Commander Dabir\'ee','',NULL,7970,65,65,1,1666,3,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_taxi',12340),(19410,0,0,0,22334,0,18865,0,0,0,'Shattered Hand Neophyte',NULL,NULL,0,62,63,1,1662,0,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,19410,19410,0,0,0,0,0,0,0,11640,11639,6742,0,0,0,0,0,0,0,145,195,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19411,0,0,0,22334,0,18866,0,0,0,'Shattered Hand Warlock',NULL,NULL,0,62,63,1,1662,0,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,19411,19411,0,0,0,0,0,0,0,9613,11962,13787,0,0,0,0,0,0,0,145,195,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19412,0,0,0,0,0,18135,0,0,0,'D\'ore','',NULL,0,73,73,1,1741,2,1,1.42857,1,1,270,395,0,143,7.5,2000,1900,8,0,2048,0,0,0,0,0,0,255,380,37,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,500,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19413,0,0,0,22334,0,18864,0,0,0,'Shattered Hand Mage',NULL,NULL,0,61,62,1,1662,0,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,32768,2048,0,0,0,0,0,0,118,175,25,7,0,19413,19413,0,0,0,0,0,0,0,14034,11831,0,0,0,0,0,0,0,0,140,188,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19414,0,0,0,22334,0,18863,0,0,0,'Shattered Hand Guard',NULL,NULL,0,61,62,1,1662,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,19414,19414,0,0,0,0,0,0,0,11976,33960,0,0,0,0,0,0,0,0,170,227,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19415,0,0,0,22334,0,18857,0,0,0,'Shattered Hand Acolyte',NULL,NULL,0,61,62,1,1662,0,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,32768,2048,0,0,0,0,0,0,129,191,26,7,0,19415,19415,0,0,0,0,0,0,0,11642,16568,13864,0,0,0,0,0,0,0,151,202,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19416,0,0,0,0,0,18836,18882,18883,18884,'Ancient Draenei Spirit',NULL,NULL,0,1,70,1,1194,0,1,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(19417,0,0,0,0,0,18838,0,0,0,'Ramdor the Mad',NULL,NULL,8029,66,66,1,35,3,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,33536,2048,0,0,0,0,0,0,175,260,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(19419,0,0,0,0,0,18837,0,0,0,'Raging Shardling',NULL,NULL,0,62,63,1,778,0,1,1.14286,1,0,181,253,0,268,1,1332,1567,1,0,2048,0,0,0,0,0,0,147,219,32,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19420,0,0,0,0,0,19383,0,0,0,'Goliathon Shardling',NULL,NULL,0,60,61,1,778,0,1,1.14286,1,0,159,221,0,258,1,1332,1567,1,0,2048,0,0,0,0,0,0,127,188,28,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19421,0,0,0,0,0,18190,15880,0,0,'Netherstorm Crystal Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19422,0,0,0,0,0,18850,0,0,0,'Bleeding Hollow Necrolyte',NULL,NULL,0,60,61,1,1662,0,1,1.14286,1,0,152,210,0,244,1,2000,2000,2,32768,2048,0,0,0,0,0,0,120,179,25,7,0,19422,19422,0,0,0,0,0,0,0,34073,9053,34019,0,0,0,0,0,0,0,137,939,'SmartAI',1,3,1,1,1,1,0,30157,30425,0,0,0,0,0,1,0,0,'',12340),(19423,0,0,0,0,0,9562,0,0,0,'Bleeding Hollow Worg',NULL,NULL,0,60,60,1,1662,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,1,0,0,0,0,72,106,26,1,1,19423,0,70060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13038,0,0,0,'',1,1,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19424,0,0,0,0,0,18852,0,0,0,'Bleeding Hollow Tormentor',NULL,NULL,0,60,61,1,1662,0,1,1.14286,1,0,152,210,0,244,1,2000,2000,2,32768,2048,0,0,0,0,0,0,120,179,25,7,0,19424,19424,0,0,0,0,0,0,0,33924,31553,0,0,0,0,0,0,0,0,137,562,'SmartAI',1,3,1,1,1,1,0,30157,30425,0,0,0,0,0,1,0,0,'',12340),(19425,0,0,0,0,0,16310,16312,0,0,'Orgrimmar Peon',NULL,NULL,0,50,51,0,1760,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,33024,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19426,0,0,0,0,0,4259,4602,0,0,'Peon Overseer',NULL,NULL,0,55,55,0,1760,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33024,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19427,20665,0,0,0,0,16946,0,0,0,'Voidwalker Summoner',NULL,NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19428,20688,0,0,0,0,19788,0,0,0,'Cobalt Serpent',NULL,NULL,0,68,68,1,16,0,1,1.14286,1,1,214,301,0,276,4.6,2000,2000,2,0,2048,0,27,0,0,0,0,179,266,31,1,1,19428,0,70063,0,0,0,0,0,0,38133,38110,17503,0,0,0,0,0,11586,0,0,0,'SmartAI',1,1,1,6,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19429,20686,0,0,0,0,20725,0,0,0,'Avian Darkhawk',NULL,NULL,0,66,66,1,16,0,1,1.14286,1,1,210,295,0,282,4.6,2000,2000,1,64,2048,0,26,0,0,0,0,175,260,37,1,1,19429,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13246,0,0,0,'SmartAI',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19432,0,0,0,0,0,4259,4602,16307,16308,'Injured Grunt',NULL,NULL,0,57,58,0,1760,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,256,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19433,20522,0,0,0,0,11686,0,0,0,'CoT Hillsbrad Despawn Trigger Unit',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19434,0,0,0,0,0,8610,0,0,0,'Dreadcaller',NULL,NULL,0,59,59,1,90,0,1,1.14286,1,0,133,176,0,234,1,2000,2000,2,0,2048,0,0,0,0,0,0,91,133,23,3,0,19434,19434,0,0,0,0,0,0,0,11443,32666,0,0,0,0,0,0,0,0,119,1008,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19435,0,0,0,0,0,1602,0,0,0,'Dark Cleric Malod','Healing & Sustenance',NULL,0,68,68,1,714,640,1,1.14286,1,0,212,309,0,130,1,2000,2000,8,33536,2048,0,0,0,0,0,0,197,294,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19436,0,0,0,0,0,1377,0,0,0,'Supply Master Broog','Supplies',NULL,0,65,65,1,714,4480,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19437,0,0,0,0,0,4626,15880,0,0,'Netherstorm Kneel Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19438,0,0,0,0,0,18881,0,0,0,'Image of Erozion',NULL,NULL,0,70,70,1,35,0,1.48,1.14286,1,1,252,357,0,304,7.5,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19439,0,0,0,0,0,328,15880,0,0,'Netherstorm Work Mining Target',NULL,NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19440,0,0,0,0,0,14430,0,0,0,'Eye of Grillok',NULL,NULL,0,60,60,1,1662,0,1,0.99206,1,0,104,138,0,252,1,10000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19441,0,0,0,0,0,19447,0,0,0,'Angersmith Okkos','',NULL,0,60,60,1,1662,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19442,0,0,0,0,0,19345,0,0,0,'Worg Master Kruush',NULL,NULL,0,60,60,1,1662,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,19442,0,0,0,0,0,0,0,0,8599,34076,30478,0,0,0,0,0,0,0,129,173,'SmartAI',1,3,1,0.75,1,1,0,30157,30425,31374,0,0,0,0,1,0,0,'',12340),(19443,0,0,0,0,0,21025,0,0,0,'Tagar Spinebreaker',NULL,NULL,0,61,61,1,1662,0,1,1.14286,1,1,159,221,0,258,4.6,2000,1534,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,19443,19443,0,0,0,0,0,0,0,34108,34109,0,0,0,0,0,0,0,0,951,1246,'',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19444,0,0,0,0,0,18889,18890,0,0,'Peasant Worker',NULL,NULL,0,55,55,0,1756,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33024,2048,0,0,0,0,0,0,65,95,23,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19445,0,0,0,0,0,18891,0,0,0,'Wounded Soldier',NULL,NULL,0,55,55,0,1756,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33024,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19446,0,0,0,0,0,18892,0,0,0,'Operations Officer',NULL,NULL,0,55,55,0,1756,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33024,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19447,0,0,0,0,0,18893,0,0,0,'Brother Daniels',NULL,NULL,0,55,55,0,1756,0,1,1.14286,1,0,94,125,0,228,1,1000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19449,0,0,0,0,0,20207,20208,20209,20210,'Thunderlord Grunt',NULL,NULL,0,65,65,1,83,0,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,40505,8599,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19450,0,0,0,0,0,18898,0,0,0,'Pol Snowhoof','Trade Goods',NULL,0,60,60,0,1735,128,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19451,0,0,0,0,0,3337,0,0,0,'Quartermaster Gorman','Rations',NULL,0,60,60,0,1756,640,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33536,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19452,0,0,0,0,0,3336,0,0,0,'Quartermaster Drake','Supplies',NULL,0,65,65,1,1756,4480,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19453,0,0,0,0,0,19487,19488,19489,19490,'Sunfury Captain',NULL,NULL,0,68,68,1,1701,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,19453,19453,0,0,0,0,0,0,0,32064,35871,8599,0,0,0,0,0,0,0,195,260,'SmartAI',0,3,1,1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),(19455,0,0,0,0,0,15455,0,0,0,'Nurse Judith',NULL,NULL,0,60,60,0,1756,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19456,0,0,0,0,0,18901,0,0,0,'Whitebark\'s Spirit',NULL,NULL,0,10,10,0,16,2,1.125,1.14286,1,0,13,17,0,42,1,1400,1900,1,0,2048,0,0,0,0,0,0,9,13,100,4,0,0,0,0,0,0,0,0,0,0,11442,31287,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19457,0,0,0,0,0,19346,0,0,0,'Grillok \"Darkeye\"',NULL,NULL,0,61,61,1,1663,0,1,1.14286,1,0,152,210,0,244,1,2000,2000,2,32768,2048,0,0,0,0,0,0,120,179,25,7,0,19457,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,374,'SmartAI',1,3,1,2.8,2,1,0,30157,30425,31529,0,0,0,0,1,0,0,'',12340),(19458,0,0,0,0,0,2352,0,0,0,'Ripp',NULL,NULL,0,58,59,1,1662,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,32768,2048,0,1,0,0,0,0,70,103,25,1,1,19458,0,70060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13037,0,0,0,'SmartAI',1,1,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19459,0,0,0,0,0,2352,0,0,0,'Feng',NULL,NULL,0,60,60,1,1662,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,1,0,0,0,0,72,106,26,1,1,19459,0,70060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13039,0,0,0,'SmartAI',1,1,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19460,0,0,0,0,0,9786,0,0,0,'Bleeding Hollow Skeleton',NULL,NULL,0,60,61,1,1662,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(19461,0,0,0,0,0,16887,0,0,0,'Tamed Ravager',NULL,NULL,0,62,63,1,14,0,1,0.99206,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19464,0,0,0,0,0,14593,0,0,0,'Bleeding Hollow Soul','',NULL,0,59,60,1,634,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,0.2,1,0,0,0,0,0,0,0,79,1,8388624,2,'',12340),(19466,0,0,0,0,0,20518,0,0,0,'Exarch Orelis','',NULL,8074,69,69,1,1743,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,10,4096,0,0,0,0,0,0,0,0,0,29426,16509,13730,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19467,0,0,0,0,0,18903,0,0,0,'Anchorite Karja',NULL,NULL,8112,69,69,1,1743,3,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,33536,2048,0,0,0,0,0,0,188,280,32,10,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19468,0,0,0,0,0,18906,0,0,0,'Spymaster Thalodien',NULL,NULL,8006,68,68,1,1744,3,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,195,289,41,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19469,0,0,0,0,0,18905,0,0,0,'Magistrix Larynna',NULL,NULL,0,69,69,1,1744,2,1,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19470,0,0,0,0,0,18907,0,0,0,'Gholah','Innkeeper',NULL,1290,60,60,0,1735,65665,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19471,0,0,0,0,0,18909,0,0,0,'Old Orok','Fruit & Fungus',NULL,9856,60,60,0,1735,130,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19472,0,0,0,0,0,18911,0,0,0,'Threlc','Fishmonger',NULL,0,60,60,0,1735,128,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19473,0,0,0,0,0,18912,0,0,0,'Raiza','Throwing Weapons & Ammunition',NULL,0,60,60,0,1735,4224,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19474,0,0,0,0,0,18913,0,0,0,'Karnaze','General Goods',NULL,0,60,60,0,1735,128,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19475,0,0,0,0,0,18578,18914,0,0,'Harbinger Haronem','',NULL,0,70,70,1,1956,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19476,0,0,0,0,0,18915,0,0,0,'Lor','Stable Master',NULL,9821,60,60,0,1735,4194305,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(19477,0,0,0,0,0,17823,0,0,0,'Fleeing Dreghood Warrior',NULL,NULL,0,57,57,0,35,0,1.125,1.14286,1,0,98,130,0,238,1,1244,1467,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,19477,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,146,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19478,0,0,0,0,0,18918,0,0,0,'Fera Palerunner','First Aid Trainer',NULL,5856,60,60,0,1735,81,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19479,0,0,0,0,0,18917,0,0,0,'Orgatha','Axesmith',NULL,0,60,60,0,1735,4224,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19480,0,0,0,0,0,18919,0,0,0,'Darkened Spirit',NULL,NULL,0,67,68,1,14,0,1.48,1.14286,1,1,231,325,5,292,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,10,2,0,0,0,0,0,0,0,0,0,31293,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3.3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19481,0,0,0,0,0,19284,0,0,0,'Archmage Vargoth','Kirin Tor',NULL,21255,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19482,0,0,0,0,0,18920,0,0,0,'Sagan','Ravandwyr\'s Familiar',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19483,0,0,0,0,0,328,15880,0,0,'Netherstorm Use Standing Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19484,0,0,0,0,0,328,15880,0,0,'Netherstorm Repair Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19485,0,0,0,0,0,18924,0,0,0,'Magister Falris',NULL,NULL,0,64,64,1,1744,2,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,33024,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19486,21572,0,0,0,0,18925,18926,0,0,'Sunseeker Chemist',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,19486,19486,0,0,0,0,0,0,0,34359,34358,0,0,0,0,0,0,0,0,796,1044,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19488,0,0,0,0,0,18927,0,0,0,'Custodian Dieworth','Keeper of Kirin\'Var',NULL,7996,68,68,1,35,3,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(19489,0,0,0,0,0,18928,0,0,0,'Lieutenant-Sorcerer Morran',NULL,NULL,7995,67,67,0,35,3,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(19493,0,0,0,0,0,19525,0,0,0,'Ekkorash the Inquisitor',NULL,NULL,0,68,68,1,90,0,1.125,1.14286,1,0,214,301,0,276,1,1406,1651,2,0,2048,0,0,0,0,0,0,179,266,31,3,0,19493,0,0,0,0,0,0,0,0,36040,11980,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,28292,0,0,0,0,0,0,1,0,0,'',12340),(19494,0,0,0,0,0,19301,0,0,0,'Ar\'kelos',NULL,NULL,0,68,68,1,14,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,4,0,19494,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19495,0,0,0,0,0,10582,0,0,0,'Innkeeper Shaunessy','Innkeeper',NULL,1293,65,65,1,80,65665,1,1.14286,1,0,200,281,0,278,1,1000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19496,0,0,0,0,0,18932,0,0,0,'Spy Grik\'tha','',NULL,7980,70,70,1,1818,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19497,0,0,0,0,0,2055,0,0,0,'Caoileann','Trade Goods',NULL,0,65,65,1,80,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19498,0,0,0,0,0,4404,0,0,0,'Tanaide','General Goods',NULL,0,63,66,1,80,128,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,512,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19499,0,0,0,0,0,1712,0,0,0,'Cahill','Weaponsmith',NULL,0,62,65,1,80,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19500,0,0,0,0,0,4841,4842,4843,4844,'Sylvanaar Sentinel',NULL,NULL,0,65,65,1,79,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,19500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19501,0,0,0,0,0,20666,20669,20668,17626,'Lower City Operative','Lower City',NULL,0,69,70,1,1770,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19502,0,0,0,0,0,20663,20664,20665,17544,'Lower City Healer',NULL,NULL,0,69,70,1,1818,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,33024,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19503,0,0,0,0,0,18938,18939,0,0,'Cabal Agent',NULL,NULL,0,68,70,1,1771,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19504,0,0,0,0,0,18940,18941,18942,18943,'Scryer Guardian',NULL,NULL,0,70,70,1,1838,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19505,21571,0,0,0,0,21341,21340,0,0,'Sunseeker Channeler',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,248,363,0,135,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,19505,19505,0,0,0,0,0,0,0,34637,0,0,0,0,0,0,0,0,0,754,989,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19506,0,0,0,0,0,17115,0,0,0,'Master Handler Sylvester','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19507,21573,0,0,0,0,21337,21335,21336,0,'Sunseeker Gene-Splicer','',NULL,0,70,70,1,16,0,1,1.14286,1,1,248,363,0,135,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,19507,19507,0,0,0,0,0,0,0,34642,0,0,0,0,0,0,0,0,0,711,933,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19508,21576,0,0,0,0,21338,21339,0,0,'Sunseeker Herbalist',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,19508,19508,0,0,0,0,0,0,0,22127,34641,0,0,0,0,0,0,0,0,966,1266,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19509,21575,0,0,0,0,21333,21334,0,0,'Sunseeker Harvester',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,19509,19509,0,0,0,0,0,0,0,34639,34640,0,0,0,0,0,0,0,0,796,1044,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19510,21522,0,0,0,0,17773,17774,17775,17776,'Bloodwarder Centurion',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,19510,19510,0,0,0,0,0,0,0,35178,0,0,0,0,0,0,0,0,0,1476,1932,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19511,21563,0,0,0,0,11331,0,0,0,'Nethervine Inciter',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,3,32,19511,19511,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,1377,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19512,21564,0,0,0,0,2878,0,0,0,'Nethervine Reaper',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,3,32,19512,19512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19513,21560,0,0,0,0,18082,0,0,0,'Mutate Fear-Shrieker','',NULL,0,70,70,1,1692,0,1,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,1,8,19513,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.25,1,1,0,0,0,0,0,0,0,0,1,66064,0,'',12340),(19514,0,0,0,0,0,18945,0,0,0,'Al\'ar','Phoenix God',NULL,0,73,73,1,16,0,2.2,2.2,1,3,316,450,0,320,60,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,4,108,19514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1269650,1551795,'',0,7,1,280,1,1,0,0,0,0,0,0,0,188,1,650854271,2097153,'boss_alar',12340),(19516,0,0,0,0,0,18951,0,0,0,'Void Reaver',NULL,NULL,0,73,73,1,16,0,1.2,1.2,1,3,313,448,0,302,70,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,9,76,19516,0,0,0,0,0,0,0,0,25778,34162,0,0,0,0,0,0,0,0,1044266,1276325,'',0,3,1,525,1,1,0,0,0,0,0,0,0,225,1,650854271,2097409,'boss_void_reaver',12340),(19517,0,0,0,0,0,18948,0,0,0,'Alorra','Armorer',NULL,0,70,70,1,1746,4224,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19518,0,0,0,0,0,18949,0,0,0,'Feranin','Food & Drink',NULL,0,70,70,1,1746,128,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19519,0,0,0,0,0,19164,0,0,0,'Starving Bog Lord',NULL,NULL,0,64,64,1,1706,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,5,256,19519,0,80000,0,0,0,0,0,0,35244,35238,32396,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24373,0,0,0,0,0,0,1,0,0,'',12340),(19520,0,0,0,0,0,18950,0,0,0,'Lelagar','Blacksmithing Supplies',NULL,0,70,70,1,1746,4224,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19521,0,0,0,0,0,18952,0,0,0,'Arrond','Tailoring Supplies',NULL,0,70,70,1,1746,128,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19523,20572,0,0,0,0,11686,0,0,0,'O\'mrogg\'s Left Head',NULL,NULL,0,1,1,0,14,0,1.48,1.14286,1,1,2,2,0,24,7.5,1400,1900,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_omrogg_heads',12340),(19524,20573,0,0,0,0,11686,0,0,0,'O\'mrogg\'s Right Head',NULL,NULL,0,1,1,0,14,0,1.48,1.14286,1,1,2,2,0,24,7.5,1400,1900,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_omrogg_heads',12340),(19525,0,0,0,0,0,11686,0,0,0,'Stage Spotlight','',NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19526,0,0,0,0,0,18965,0,0,0,'Dunaman','Weapons Vendor',NULL,0,70,70,1,1743,4224,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19527,0,0,0,0,0,19196,0,0,0,'Vacillating Voidcaller',NULL,NULL,0,61,62,1,954,0,1,0.992063,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,3,0,19527,0,0,0,0,0,0,0,0,34191,34344,34338,34333,0,0,0,0,0,0,140,188,'SmartAI',1,3,1,1,1,1,0,29161,0,0,0,0,0,0,1,0,0,'',12340),(19528,0,0,0,0,0,18959,0,0,0,'Nanomah','Provisions Merchant',NULL,0,70,70,1,1743,640,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19529,0,0,0,0,0,19959,19960,0,0,'Stormspire Nexus-Guard','',NULL,0,71,71,1,1836,0,1.48,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,16856,9080,15284,36980,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19530,0,0,0,0,0,18964,0,0,0,'Darmend','Blacksmithing Supplies',NULL,0,70,70,1,1743,4224,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,9487,13878,11436,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19531,0,0,0,0,0,19955,0,0,0,'Eyonix','Innkeeper',NULL,7982,60,60,0,1731,65665,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(19532,0,0,0,0,0,18963,0,0,0,'Dearny','Leatherworking Merchant',NULL,0,70,70,1,1743,128,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,10578,13878,11436,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19533,0,0,0,0,0,19956,0,0,0,'Dealer Aljaan','Trade Goods',NULL,0,60,60,0,1731,128,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19534,0,0,0,0,0,19957,0,0,0,'Dealer Digriz','General Goods',NULL,0,60,60,0,1731,128,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19535,0,0,0,0,0,20987,0,0,0,'Dealer Zijaad','Arcane Goods',NULL,0,60,60,0,1731,128,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19536,0,0,0,0,0,19956,0,0,0,'Dealer Jadyan','Exotic Weapons',NULL,0,60,60,0,1731,4224,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19537,0,0,0,0,0,19956,0,0,0,'Dealer Malij','Enchanting Supplies',NULL,0,60,60,0,1731,128,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19538,0,0,0,0,0,19956,0,0,0,'Dealer Senzik','Gems & Jewelcrafting Supplies',NULL,0,60,60,0,1731,128,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19539,0,0,0,0,0,18660,0,0,0,'Jazdalaad','Master Jewelcrafting Trainer',NULL,8646,60,60,0,1731,209,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19540,0,0,0,0,0,18660,0,0,0,'Asarnan','Master Enchanting Trainer','Trainer',7818,60,60,1,1731,209,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19541,0,0,0,0,0,18966,18967,18968,18969,'Netherstorm Agent',NULL,NULL,0,70,70,1,1806,0,1,1.42857,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(19542,0,0,0,0,0,20661,0,0,0,'Field Commander Mahfuun','',NULL,7983,70,70,1,1818,3,1,1,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19543,0,0,0,0,0,18971,0,0,0,'Battle-Mage Dathric','Kirin Tor',NULL,0,68,68,1,1810,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,6,0,19543,19543,0,0,0,0,0,0,0,17273,36104,0,0,0,0,0,0,0,0,199,265,'SmartAI',1,3,1,1.3,2,1,0,29331,0,0,0,0,0,0,1,8388624,0,'',12340),(19544,0,0,0,0,0,18972,0,0,0,'Conjurer Luminrath','Kirin Tor',NULL,0,68,68,1,1811,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,6,0,19544,19544,0,0,0,0,0,0,0,9532,14514,0,0,0,0,0,0,0,0,201,268,'SmartAI',1,3,1,1.3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(19545,0,0,0,0,0,18973,0,0,0,'Cohlien Frostweaver','Kirin Tor',NULL,0,68,68,1,1809,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,6,0,19545,19545,0,0,0,0,0,0,0,33245,0,11831,0,0,0,0,0,0,0,201,268,'SmartAI',1,3,1,1.3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(19546,0,0,0,0,0,18978,0,0,0,'Abjurist Belmara','Kirin Tor',NULL,0,68,68,1,1808,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,6,0,19546,19546,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,268,'SmartAI',1,3,1,1.3,1.6,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(19547,0,0,0,0,0,17188,0,0,0,'Invis Bookshelf',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19548,0,0,0,0,0,17188,0,0,0,'Invis Dresser',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19549,0,0,0,0,0,17188,0,0,0,'Invis Weapon Rack',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19550,0,0,0,0,0,17188,0,0,0,'Invis Footlocker',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19551,0,0,0,0,0,19682,0,0,0,'Ember of Al\'ar',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,1,1,0,0,0,0,0,0,0,188,1,650852223,0,'',12340),(19554,0,0,0,0,0,18988,0,0,0,'Dimensius the All-Devouring',NULL,NULL,0,70,70,1,1715,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33555268,2048,0,0,0,0,0,0,215,320,44,3,0,19554,0,0,0,0,0,0,0,0,37412,37422,37500,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,40,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19555,0,0,0,0,0,1126,11686,0,0,'TK Atrium Channel Target',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(19556,0,0,0,0,0,19015,0,0,0,'Thrall','Warchief',NULL,0,73,73,1,1735,2,1.1,1.14286,1,3,313,448,0,302,35,1333,1568,2,0,2048,0,0,0,0,0,0,276,411,44,7,4110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1000,300,1,0,0,0,0,0,0,0,0,1,617299803,2,'',12340),(19557,21555,0,0,0,0,19029,0,0,0,'Greater Frayer',NULL,NULL,0,69,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,206,302,43,4,0,19557,0,0,0,0,0,0,0,0,34644,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19558,0,0,0,0,0,18991,0,0,0,'Amilya Airheart','Wind Rider Master',NULL,6944,65,65,1,1074,8193,1,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19559,0,0,0,0,0,18992,0,0,0,'Mondul','Food & Drink',NULL,0,60,60,0,1729,640,1,1.14286,1,0,104,138,0,252,1,1500,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19560,0,0,0,0,0,18993,0,0,0,'Lukra','General Goods',NULL,0,60,60,0,1729,384,1,1.14286,1,0,104,138,0,252,1,1500,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19561,0,0,0,0,0,18994,0,0,0,'Hagash the Blind','Bowyer',NULL,0,60,60,0,1729,4480,1,1.14286,1,0,104,138,0,252,1,1500,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19562,0,0,0,0,0,18995,0,0,0,'Peon Bolgar','Trade Goods',NULL,0,52,52,0,1729,128,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,32768,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19565,0,0,0,0,0,18997,0,0,0,'Enormous Void Storm',NULL,NULL,0,70,70,1,1715,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19568,0,0,0,0,0,18998,0,0,0,'Unending Voidwraith',NULL,NULL,0,68,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19569,0,0,0,0,0,18999,0,0,0,'Netherologist Coppernickels','B.O.O.M.',NULL,7991,68,68,1,35,3,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,33536,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19570,0,0,0,0,0,19000,0,0,0,'Rocket-Chief Fuselage','B.O.O.M. Commander',NULL,7992,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19571,0,0,0,0,0,20622,0,0,0,'Innkeeper Remi Dodoso','Innkeeper',NULL,8103,65,65,1,35,65537,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(19572,0,0,0,0,0,10743,0,0,0,'Gant','Food & Drink',NULL,0,65,65,1,35,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19573,0,0,0,0,0,7099,0,0,0,'Dash','Trade Supplies',NULL,0,60,65,1,35,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19574,0,0,0,0,0,7098,0,0,0,'Kizzie','General Supplies',NULL,0,61,65,1,35,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19575,0,0,0,0,0,10742,0,0,0,'Qiff','Engineering Supplies',NULL,0,65,67,1,35,4224,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19576,0,0,0,0,0,18174,0,0,0,'Xyrol','Master Engineering Trainer',NULL,7818,65,65,1,35,81,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,2,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19578,0,0,0,0,0,19004,0,0,0,'Bot-Specialist Alley','B.O.O.M.',NULL,7994,70,70,1,35,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19579,0,0,0,0,0,19005,0,0,0,'Cohlien Frostweaver with Hat','Kirin Tor',NULL,0,68,68,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,2,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(19580,0,0,0,0,0,19008,0,0,0,'Luminrath with Cape','Kirin Tor',NULL,0,68,68,0,14,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,2,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(19581,0,0,0,0,0,20972,0,0,0,'Maddix','Flight Master',NULL,8558,65,65,1,1743,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4112,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19582,0,0,0,0,0,15200,0,0,0,'Maxx A. Million Mk. I',NULL,NULL,0,63,63,1,35,0,1.125,1.14286,1,0,181,253,0,268,1,2000,2000,1,33536,2048,0,0,0,0,0,0,147,219,32,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,16384,2,'',12340),(19583,0,0,0,0,0,1233,0,0,0,'Grennik','Flight Master',NULL,6944,65,65,1,35,8193,1.48,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19588,0,0,0,0,0,6889,0,0,0,'Maxx A. Million Mk. II',NULL,NULL,0,65,65,1,35,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,16384,2,'',12340),(19589,0,0,0,0,0,19013,0,0,0,'Maxx A. Million Mk. V',NULL,NULL,0,67,67,1,35,2,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,33536,2048,0,0,0,0,0,0,186,276,39,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,121,1,16384,0,'npc_maxx_a_million_escort',12340),(19590,0,0,0,0,0,17035,11686,0,0,'Thrall Event Generator',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19592,0,0,0,0,0,19016,19519,0,0,'Kor\'kron Warrior','',NULL,0,71,72,1,1735,0,1.48,1.14286,1,1,307,438,0,314,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,270,401,53,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1000,300,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19593,0,0,0,0,0,19019,0,0,0,'Spellbinder Maryana',NULL,NULL,0,68,68,1,1701,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,19593,19593,0,0,0,0,0,0,0,35927,15091,35917,0,0,0,0,0,0,0,170,226,'SmartAI',1,3,1,1,1,1,0,28368,35231,0,0,0,0,0,1,0,0,'',12340),(19594,0,0,0,0,0,19017,0,0,0,'Kor\'kron Honor Guard','',NULL,0,73,73,1,1735,0,1.48,1.14286,1,1,316,450,0,320,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,278,413,58,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1000,300,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19595,0,0,0,0,0,19436,0,0,0,'Drained Phase Hunter',NULL,NULL,0,67,68,1,14,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,1,0,19595,0,70063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19597,0,0,0,0,0,19015,17612,0,0,'Thrall\'s Hero Music','',NULL,0,73,73,1,1735,0,1.48,1.14286,1,3,316,450,0,320,35,1333,1568,1,0,2048,0,0,0,0,0,0,278,413,58,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1000,300,1,0,0,0,0,0,0,0,0,1,617299803,2,'',12340),(19598,21561,0,0,0,0,19021,0,0,0,'Mutate Fleshlasher','',NULL,0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,1,8,19598,0,0,0,0,0,0,0,0,34351,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,66064,0,'',12340),(19599,0,0,0,0,0,16575,0,0,0,'Void Servant','',NULL,0,63,63,1,90,0,1.125,1.14286,1,0,164,228,0,249,1,1400,1900,2,0,2048,0,0,0,0,0,0,133,196,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.3,0.3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19604,0,0,0,0,0,11894,0,0,0,'Drek\'Thar','',NULL,0,72,72,1,1735,0,1.48,1.14286,1,3,304,436,0,296,35,1333,1568,2,0,2048,0,0,0,0,0,0,268,399,40,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1000,300,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),(19606,0,0,0,0,0,19028,0,0,0,'Grek','',NULL,7999,65,65,1,1734,1,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19607,0,0,0,0,0,19036,0,0,0,'Grek\'s Riding Wolf',NULL,NULL,0,64,64,1,1734,0,1,1.38571,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19608,21554,0,0,0,0,17714,0,0,0,'Frayer Wildling',NULL,NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,19608,0,0,0,0,0,0,0,0,34644,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19610,0,0,0,0,0,19037,19076,19077,0,'Irradiated Worker',NULL,NULL,0,60,64,1,35,0,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19612,0,0,0,0,0,19038,0,0,0,'Irradiated Manager',NULL,NULL,0,65,67,1,35,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19616,0,0,0,0,0,20801,0,0,0,'Terokkar Wolf Spirit','',NULL,0,63,64,1,1735,0,1.125,1.14286,1,0,194,274,0,272,1,1400,1900,1,0,2048,0,1,0,0,0,0,154,226,33,1,0,0,0,0,0,0,0,0,0,0,32919,3149,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19617,0,0,0,0,0,19043,0,0,0,'Boots','B.O.O.M. Master Mixologist',NULL,8001,70,70,1,35,131,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19618,0,0,0,0,0,11686,0,0,0,'Warpmaster Lyssendra Credit',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19619,0,0,0,0,0,11686,0,0,0,'Commander Dawnforge Credit',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19620,0,0,0,0,0,11686,0,0,0,'Arcanist Ardonis Credit',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19621,0,0,0,0,0,19046,0,0,0,'Bill','B.O.O.M. Fire Marshal',NULL,0,68,68,1,35,0,1,1.14286,1,0,212,309,0,130,1,2000,2000,8,33536,2048,0,0,0,0,0,0,197,294,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19622,0,0,0,0,0,20023,0,0,0,'Kael\'thas Sunstrider','Lord of the Blood Elves',NULL,0,73,73,1,16,0,1.2,1.2,1,3,313,448,0,302,70,2000,2000,2,2,2048,0,0,0,0,0,0,276,411,44,7,108,19622,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1075954,1315055,'',0,3,1,420,500,1,0,29905,0,0,0,0,0,147,1,617299839,2097409,'boss_kaelthas',12340),(19623,0,0,0,0,0,19047,0,0,0,'Doc','B.O.O.M.',NULL,0,68,68,1,35,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,33536,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19624,0,0,0,0,0,20741,20742,20740,0,'Wounded Stormwind Infantry',NULL,NULL,0,57,58,0,1756,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,256,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19625,0,0,0,0,0,19053,0,0,0,'Alorya','General Goods',NULL,0,65,65,0,1746,128,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19626,0,0,0,0,0,19054,0,0,0,'Belanna',NULL,NULL,0,60,60,0,1746,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19627,0,0,0,0,0,19055,0,0,0,'Sulamin',NULL,NULL,0,65,65,1,1746,0,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19628,0,0,0,0,0,19056,0,0,0,'Furan',NULL,NULL,0,60,60,0,1746,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19629,0,0,0,0,0,19057,0,0,0,'Denath',NULL,NULL,0,60,60,0,1743,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19631,0,0,0,0,0,19080,0,0,0,'Harram',NULL,NULL,0,60,60,0,1743,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19632,20174,0,0,0,0,19367,6633,7350,11091,'Lykul Stinger',NULL,NULL,0,64,64,1,1711,0,1,1.14286,1,1,194,274,0,272,7.5,2000,2000,1,64,2048,0,44,0,0,0,0,154,226,33,1,9,19632,0,0,0,0,0,0,0,0,34392,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,65536,0,'',12340),(19633,21547,0,0,0,0,21331,21332,0,0,'Bloodwarder Mender',NULL,NULL,0,69,69,1,16,0,1.71,1.14286,1,1,230,336,0,133,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,215,321,28,7,0,19633,19633,0,0,0,0,0,0,0,35096,34809,17194,0,0,0,0,0,0,0,709,931,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19634,0,0,0,0,0,19069,0,0,0,'Lead Sapper Blastfizzle','B.O.O.M. Sap Foreman',NULL,8003,69,69,1,35,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19635,0,0,0,0,0,19111,0,0,0,'Captain Arathyn',NULL,NULL,0,68,68,1,1701,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,19635,19635,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,260,'SmartAI',1,3,1,1,1,1,0,28376,35231,0,0,0,0,0,1,0,0,'',12340),(19640,0,0,0,0,0,9562,0,0,0,'Bleeding Hollow Riding Worg',NULL,NULL,0,60,61,1,1662,0,1,1.14286,1,0,159,221,0,258,1,2000,1533,1,0,2048,0,1,0,0,0,0,127,188,28,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19641,0,0,0,0,0,18848,0,0,0,'Warp-Raider Nesaad',NULL,NULL,0,69,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,19641,19641,0,0,0,0,0,0,0,35924,0,0,0,0,0,0,0,0,0,230,305,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19642,0,0,0,0,0,20985,0,0,0,'Zaxxis Stalker',NULL,NULL,0,68,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,19642,19642,0,0,0,0,0,0,0,32920,7159,0,0,0,0,0,0,0,0,195,260,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19643,0,0,0,0,0,19461,19462,0,0,'Sunfury Astromancer',NULL,NULL,0,68,68,1,1701,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,19643,19643,0,0,0,0,0,0,0,38391,35914,35917,0,0,0,0,0,0,0,178,237,'SmartAI',0,3,1,1.1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),(19644,0,0,0,0,0,19078,0,0,0,'Image of Archmage Vargoth','',NULL,8024,70,70,1,35,3,1.125,1.14286,1,0,248,363,0,135,1,2000,1684,8,2,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19645,0,0,0,0,0,19079,0,0,0,'Papa Wheeler','B.O.O.M. Mech Tech',NULL,8008,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19646,0,0,0,0,0,17035,11686,0,0,'Thrall Event Dummy',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19647,0,0,0,0,0,19083,0,0,0,'Thrall','Warchief',NULL,0,73,73,1,1735,0,1.1,1.14286,1,3,316,450,0,320,35,1400,1900,1,0,2048,0,0,0,0,0,0,278,413,58,10,4102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1000,300,1,0,0,0,0,0,0,0,0,1,617299803,32770,'',12340),(19648,0,0,0,0,0,19081,0,0,0,'Maranem',NULL,NULL,0,60,60,0,1743,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19649,0,0,0,0,0,19082,0,0,0,'Dorni','General Goods',NULL,0,60,60,0,1743,384,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19651,0,0,0,0,0,17903,17904,17907,17905,'Seasoned Vindicator',NULL,NULL,0,70,70,1,1743,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19652,0,0,0,0,0,5187,16925,0,0,'Disrupt the Communications Quest Credit Marker North',NULL,NULL,0,60,60,0,114,0,1,0.99206,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19653,0,0,0,0,0,4606,0,0,0,'Glacius',NULL,NULL,0,67,67,1,1701,0,1.125,1.14286,1,0,225,314,0,288,1,2500,2000,1,0,2048,0,0,0,0,0,0,186,276,39,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,0.75,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19654,0,0,0,0,0,17035,13069,0,0,'Area 52 Analyzer Bunny',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19655,0,0,0,0,0,17035,13069,0,0,'Area 52 Ethereal Technology Bunny',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19656,0,0,0,0,0,17519,11686,0,0,'Invisible Location Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19657,0,0,0,0,0,19084,0,0,0,'Summoner Kanthin',NULL,NULL,0,69,69,1,1701,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,19657,19657,0,0,0,0,0,0,0,19816,36989,17273,0,0,0,0,0,0,0,173,230,'SmartAI',1,3,1,1,1,1,0,28479,35231,0,0,0,0,0,1,0,0,'',12340),(19658,0,0,0,0,0,17063,0,0,0,'Brown Elekk',NULL,NULL,0,40,40,0,35,0,1,1.38571,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(19659,0,0,0,0,0,17906,0,0,0,'Great Elite Elekk',NULL,NULL,0,1,1,0,1741,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(19660,0,0,0,0,0,17035,11686,0,0,'Garrosh\'s Buff Bots',NULL,NULL,0,70,70,1,1735,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19661,0,0,0,0,0,19088,0,0,0,'Viggz Shinesparked','Engineering Supplies',NULL,0,64,64,1,1818,128,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,33024,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19662,0,0,0,0,0,19087,0,0,0,'Aaron Hollman','Blacksmithing Supplies',NULL,0,60,60,0,1818,4224,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19663,0,0,0,0,0,19086,0,0,0,'Madame Ruby','Enchanting Supplies',NULL,0,60,60,0,1818,128,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19664,0,0,0,0,0,19089,0,0,0,'Muffin Man Moser','Bread Merchant',NULL,8227,65,65,1,1818,641,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33024,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19665,0,0,0,0,0,856,857,0,0,'Ewe',NULL,NULL,0,3,3,0,31,0,1,0.85714,1,0,3,4,0,28,1,2000,2000,1,256,2048,0,0,0,0,0,0,1,2,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(19666,0,0,0,0,0,19638,0,0,0,'Shadow Lord Xiraxis','',NULL,0,66,66,1,1194,0,1,1.14286,1,1,195,273,0,266,7.5,2000,1900,2,0,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,14,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19667,0,0,0,0,0,20175,0,0,0,'Consortium Nether Runner',NULL,NULL,0,65,65,1,1731,0,1,1.42857,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(19668,0,0,0,0,0,19110,0,0,0,'Shadowfiend',NULL,NULL,0,66,70,1,14,0,1.2,1.14286,1,0,234,331,5,286,1,1500,2000,2,0,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,63619,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.7,1,1,0,0,0,0,0,0,0,48,1,0,0,'npc_pet_pri_shadowfiend',12340),(19669,0,0,0,0,0,19655,0,0,0,'Mamdy the \"Ologist\"','',NULL,8020,64,64,1,1731,1,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19670,0,0,0,0,0,19656,0,0,0,'Artificer Morphalius',NULL,NULL,0,64,64,1,1731,2,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19671,0,0,0,0,0,19627,0,0,0,'Cryo-Engineer Sha\'heen','',NULL,0,66,66,1,1731,2,1,1.14286,1,1,195,273,0,266,7.5,2000,2000,2,4096,2048,0,0,0,0,0,0,161,240,29,7,4096,0,0,0,0,0,0,0,0,0,14514,13901,22938,33839,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19672,0,0,0,0,0,19645,0,0,0,'Consortium Laborer','',NULL,0,61,64,1,1731,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19673,0,0,0,0,0,19627,0,0,0,'Consortium Engineer','',NULL,0,63,65,1,1731,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19674,0,0,0,0,0,21020,0,0,0,'Nexus-Prince Haramad','',NULL,8026,73,73,1,1731,3,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19675,0,0,0,0,0,21020,0,0,0,'Nexus-Prince Haramad',NULL,NULL,0,73,73,1,1788,0,1.48,1.14286,1,1,2,2,0,24,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19676,0,0,0,0,0,19105,0,0,0,'\"Captain\" Kaftiz','',NULL,8022,68,68,1,1731,3,1,1.14286,1,1,214,301,0,276,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19677,0,0,0,0,0,7552,13069,0,0,'Consortium Spell Marker','',NULL,0,65,65,1,35,0,1,1.14286,1,1,200,281,0,278,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19678,0,0,0,0,0,19108,0,0,0,'Fantei','Reagents',NULL,8664,63,63,0,1818,2179,1,1,1,0,164,228,0,249,1,2000,2000,2,33024,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19679,0,0,0,0,0,19654,0,0,0,'\"Slim\"','Shady Dealer',NULL,8021,63,63,1,1731,129,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,2,'npc_slim',12340),(19680,0,0,0,0,0,11686,0,0,0,'Aldor Spawn Controller',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19681,0,0,0,0,0,19329,18684,0,0,'Void Spawner L',NULL,NULL,0,60,60,1,190,0,1,1.28968,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19682,0,0,0,0,0,19790,0,0,0,'Emissary Mordiba','',NULL,0,59,59,1,1669,2,1,1.14286,1,0,72,100,0,110,1,2000,2000,8,33280,2048,0,0,0,0,0,0,60,88,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(19683,0,0,0,0,0,19789,0,0,0,'Ogath the Mad','',NULL,0,60,60,1,1669,2,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33280,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19684,0,0,0,0,0,19127,19128,19129,0,'Haggard War Veteran',NULL,NULL,0,65,65,1,1818,2,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33024,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19685,0,0,0,0,0,19113,0,0,0,'Khadgar\'s Servant',NULL,NULL,0,60,66,1,35,0,1.8,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,126,1,0,2,'npc_kservant',12340),(19686,0,0,0,0,0,15438,0,0,0,'Nether Anomaly',NULL,NULL,0,67,68,1,1772,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19687,0,0,0,0,0,20167,20168,20169,20170,'Shattrath City Peacekeeper',NULL,'Directions',8282,70,70,1,1775,1,1,1.38571,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),(19688,0,0,0,0,0,17972,0,0,0,'Scryer Vault Guardian',NULL,NULL,0,70,70,1,1744,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19689,0,0,0,0,0,19134,19136,19137,19138,'Draenei Pilgrim',NULL,NULL,0,60,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19690,0,0,0,0,0,19502,0,0,0,'N. D. Meancamp','B.O.O.M. Salvage',NULL,8027,67,67,1,35,3,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,33536,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19692,0,0,0,0,0,8189,0,0,0,'Boom Bot',NULL,NULL,0,67,68,1,14,0,1,0.35714,1,0,231,325,0,292,1,2000,2000,1,163840,2048,0,0,0,0,0,0,195,289,41,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,64,'',12340),(19693,0,0,0,0,0,19140,0,0,0,'Clarissa',NULL,NULL,8028,72,72,1,35,1,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,33536,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19694,0,0,0,0,0,19147,0,0,0,'Loolruna','Armorer',NULL,0,62,62,1,1654,4480,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,4096,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19697,0,0,0,0,0,19144,0,0,0,'Ha\'lei',NULL,NULL,0,10,10,0,35,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,768,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19698,0,0,0,0,0,19145,0,0,0,'Greatfather Aldrimus','',NULL,0,70,70,1,35,2,1,1.14286,1,0,252,357,0,304,1,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'npc_greatfather_aldrimus',12340),(19701,0,0,0,21161,0,19148,0,0,0,'Bonechewer Evoker',NULL,NULL,0,58,59,1,1662,0,1,1.14286,1,0,133,176,0,234,1,2000,2000,2,32768,2048,0,0,0,0,0,0,91,133,23,7,0,19701,19701,0,0,0,0,0,0,0,9053,0,0,0,0,0,0,0,0,0,119,1064,'SmartAI',1,3,1,1,1,1,0,30327,0,0,0,0,0,0,1,0,0,'',12340),(19702,0,0,0,0,0,18548,18550,18551,18552,'Aldor Acolyte',NULL,NULL,0,19,19,0,1743,0,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,768,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19703,0,0,0,0,0,18783,0,0,0,'Magtheridon',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(19705,0,0,0,0,0,19150,0,0,0,'Master Daellis Dawnstrike',NULL,NULL,0,69,69,1,1701,3,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,19705,19705,0,0,0,0,0,0,0,29651,6660,35963,35964,0,0,0,0,0,0,200,266,'SmartAI',0,3,1,1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),(19706,0,0,0,0,0,16879,0,0,0,'Marshrock Threshalisk',NULL,NULL,0,61,62,1,14,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,1,0,19706,0,70163,0,0,0,0,0,0,35385,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19707,0,0,0,0,0,19439,19440,19441,19442,'Sunfury Archer',NULL,NULL,0,67,68,1,1701,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,19707,19707,0,0,0,0,0,0,0,37847,12024,6660,0,0,0,0,0,0,0,192,256,'SmartAI',1,3,1,1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),(19709,0,0,0,0,0,19151,0,0,0,'Chief Engineer Trep','B.O.O.M. Engineering',NULL,8030,69,69,1,35,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33024,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19710,21526,0,0,0,0,21191,0,0,0,'Gatewatcher Iron-Hand',NULL,NULL,0,72,72,1,16,0,1.6,1.42857,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,8,19710,19710,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5219,6821,'',1,3,1,16.5,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'boss_gatewatcher_iron_hand',12340),(19712,21528,0,0,0,0,18646,0,0,0,'Mechanar Driller',NULL,NULL,0,70,70,1,90,0,0.944444,0.95238,1,1,252,357,0,304,4.6,2200,1900,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,19712,19712,0,0,0,0,0,0,0,35047,35056,0,0,0,0,0,0,0,0,1349,1766,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19713,21532,0,0,0,0,18647,0,0,0,'Mechanar Wrecker',NULL,NULL,0,70,70,1,90,0,0.944444,0.95238,1,1,252,357,0,304,4.6,2200,1900,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,19713,19713,0,0,0,0,0,0,0,35049,35056,0,0,0,0,0,0,0,0,1051,1377,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19715,0,0,0,0,0,19153,0,0,0,'Ezekiel',NULL,NULL,0,65,65,1,1741,2,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19716,21531,0,0,0,0,18288,0,0,0,'Mechanar Tinkerer',NULL,NULL,0,69,69,1,90,0,1,1.14286,1,0,245,346,0,298,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,19716,19716,0,0,0,0,0,0,0,35057,35062,35058,0,0,0,0,0,0,0,353,466,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19717,0,0,0,0,0,5187,16925,0,0,'Disrupt the Communications Quest Credit Marker South',NULL,NULL,0,60,60,0,114,0,1,0.99206,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19718,0,0,0,0,0,20660,0,0,0,'Provisioner Tsaalt','',NULL,8031,68,68,1,1818,129,1,1,1,0,231,325,0,292,1,2000,2000,1,33536,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19719,0,0,0,0,0,19155,0,0,0,'Ricole Nichie','Ex-Socialite',NULL,0,61,61,1,35,0,1.125,1.14286,1,0,152,210,0,244,1,1400,1900,2,0,2048,0,0,0,0,0,0,120,179,25,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(19720,0,0,0,0,0,19156,0,0,0,'\"Dirty\" Larry','Ruffian',NULL,8033,66,66,1,1194,3,1,1.14286,1,1,210,295,0,282,4.6,2000,2000,1,33600,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19722,0,0,0,0,0,19158,0,0,0,'Muheru the Weaver','Tailoring Supplies',NULL,0,64,64,1,1733,128,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,512,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19723,0,0,0,0,0,4449,17188,0,0,'Invis BE Ballista',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19724,0,0,0,0,0,7552,17188,0,0,'Invis BE Tent',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19725,0,0,0,0,0,19159,0,0,0,'\"Epic\" Malone','Ruffian',NULL,0,66,66,1,1194,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,33536,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19726,0,0,0,0,0,19160,0,0,0,'\"Creepjack\"','Ruffian',NULL,0,66,66,1,1194,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,33536,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19727,0,0,0,0,0,7907,17612,0,0,'Netherstorm Shoot Target',NULL,NULL,0,1,1,0,954,0,8,2.85714,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,231,1,0,130,'',12340),(19728,0,0,0,0,0,19161,0,0,0,'Mama Wheeler','B.O.O.M. Mech Tech',NULL,8032,70,70,1,35,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19729,0,0,0,0,0,16879,0,0,0,'Ironspine Threshalisk',NULL,NULL,0,63,64,1,14,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,1,0,19729,0,70163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19730,0,0,0,0,0,19163,0,0,0,'Ironspine Gazer',NULL,NULL,0,63,64,1,14,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,1,0,19730,0,70163,0,0,0,0,0,0,35313,35385,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19731,0,0,0,0,0,18274,19285,19287,19288,'Nether Beast',NULL,NULL,0,67,68,1,1772,0,0.7,0.25,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.15,1,1,0,0,0,0,0,0,0,67,1,0,64,'',12340),(19732,0,0,0,0,0,20173,0,0,0,'Ango\'rosh Warlock',NULL,NULL,0,62,63,1,45,0,1.125,1.14286,1,0,138,199,0,119,1,2000,2000,8,32768,2048,0,0,0,0,0,0,125,185,26,7,0,19732,19732,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19733,0,0,0,0,0,18422,0,0,0,'Daggerfen Servant',NULL,NULL,0,62,62,1,51,0,1.125,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,19733,19733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,128,'SmartAI',1,3,1,0.4,0.4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19734,0,0,0,0,0,18227,0,0,0,'Fungal Giant',NULL,NULL,0,63,64,1,1706,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,5,256,19734,0,80000,0,0,0,0,0,0,35273,35252,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19735,21542,0,0,0,0,19165,0,0,0,'Tempest-Forge Destroyer',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,262,389,48,9,0,19735,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4793,6264,'SmartAI',1,3,1,12,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(19736,0,0,0,0,0,19791,0,0,0,'Althen the Historian','',NULL,0,59,59,1,1669,2,1,1.14286,1,0,72,100,0,110,1,2000,2000,8,33280,2048,0,0,0,0,0,0,60,88,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(19737,0,0,0,0,0,19167,0,0,0,'Engineering Crewmember',NULL,NULL,0,60,65,1,35,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19738,0,0,0,0,0,18370,0,0,0,'Doomclaw',NULL,NULL,0,69,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,19738,19738,0,0,0,0,0,0,0,34261,36205,0,0,0,0,0,0,0,0,243,322,'SmartAI',1,3,1,1.3,1,1,0,28563,0,0,0,0,0,0,1,0,0,'',12340),(19740,0,0,0,0,0,20044,0,0,0,'Wrathwalker',NULL,NULL,0,67,68,1,90,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,3,0,19740,19740,0,0,0,0,0,0,0,38607,0,0,0,0,0,0,0,0,0,167,222,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19744,0,0,0,0,0,8611,0,0,0,'Dreadwarden','Servant of Illidan',NULL,0,70,70,1,1813,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,19744,19744,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,231,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19747,0,0,0,0,0,20533,0,0,0,'Baelmon the Hound-Master','',NULL,0,68,68,1,90,0,0.888888,0.9127,1,1,214,301,0,276,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,179,266,31,3,0,19747,19747,0,0,0,0,0,0,0,11443,20754,0,0,0,0,0,0,0,0,1218,1595,'SmartAI',1,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19754,0,0,0,0,0,18621,0,0,0,'Deathforge Tinkerer',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,3,0,19754,19754,0,0,0,0,0,0,0,0,38753,0,0,0,0,0,0,0,0,199,265,'SmartAI',1,3,1,1,1,1,0,30672,0,0,0,0,0,0,1,0,0,'',12340),(19755,0,0,0,0,0,18368,0,0,0,'Mo\'arg Weaponsmith',NULL,NULL,0,66,67,1,90,0,0.944444,0.95238,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,3,0,19755,19755,0,0,0,0,0,0,0,37580,36253,0,0,0,0,0,0,0,0,189,252,'SmartAI',1,3,1,1,1,1,0,30695,0,0,0,0,0,0,1,0,0,'',12340),(19756,0,0,0,0,0,17210,0,0,0,'Deathforge Smith',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,3,0,19756,19756,0,0,0,0,0,0,0,37580,36225,0,0,0,0,0,0,0,0,172,229,'SmartAI',1,3,1,1,1,1,0,30672,0,0,0,0,0,0,1,0,0,'',12340),(19757,0,0,0,0,0,14518,0,0,0,'Infernal Soul',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,224,316,0,282,1,1400,1900,2,0,2048,0,0,0,0,0,0,188,280,32,3,0,19757,0,0,0,0,0,0,0,0,11969,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.9,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(19759,0,0,0,0,0,169,0,0,0,'Newly Crafted Infernal',NULL,NULL,0,69,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,3,0,19759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,268,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19760,0,0,0,0,0,7029,0,0,0,'Cooling Infernal',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,570425600,2048,0,0,0,0,0,0,206,302,43,3,0,19760,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19762,0,0,0,0,0,19360,0,0,0,'Coilskar Defender',NULL,NULL,0,68,68,1,1826,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,195,289,41,7,0,19762,19762,0,0,0,0,0,0,0,38233,38031,0,0,0,0,0,0,0,0,195,260,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19763,0,0,0,0,0,7109,0,0,0,'Manni',NULL,NULL,0,50,50,0,35,0,1.125,1.14286,1,0,85,112,0,206,1,2000,2000,1,32768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19764,0,0,0,0,0,7109,0,0,0,'Moh',NULL,NULL,0,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,32768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19765,0,0,0,0,0,19364,0,0,0,'Coilskar Myrmidon',NULL,NULL,0,69,70,1,1813,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,19765,19765,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,272,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19766,0,0,0,0,0,7109,0,0,0,'Jakk',NULL,NULL,0,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,32768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19767,0,0,0,0,0,19366,0,0,0,'Coilskar Sorceress',NULL,NULL,0,69,70,1,1826,0,1,1,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,19767,19767,0,0,0,0,0,0,0,38026,32011,0,0,0,0,0,0,0,0,175,233,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19768,0,0,0,0,0,19365,0,0,0,'Coilskar Siren',NULL,NULL,0,68,69,1,1826,0,1,1,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,19768,19768,0,0,0,0,0,0,0,32011,38026,0,0,0,0,0,0,0,0,172,229,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19769,0,0,0,0,0,19362,0,0,0,'Coilskar Screamer',NULL,NULL,0,68,69,1,90,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19772,0,0,0,0,0,19523,0,0,0,'Spirit Sage Gartok','',NULL,8035,65,65,1,83,129,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19773,0,0,0,0,0,19522,0,0,0,'Spirit Sage Zran','',NULL,8034,65,65,1,84,129,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19774,0,0,0,0,0,19192,0,0,0,'Toban','Apprentice Jewelcrafter',NULL,0,70,70,1,1604,81,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,2,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19775,0,0,0,0,0,19193,0,0,0,'Kalinda','Jewelcrafting Trainer',NULL,8380,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19776,0,0,0,0,0,19197,0,0,0,'Experimental Pilot',NULL,NULL,0,60,65,1,35,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19777,0,0,0,0,0,19194,0,0,0,'Elaando','Apprentice Jewelcrafter',NULL,0,30,30,0,1638,81,1.125,1.14286,1,0,42,56,0,102,1,1400,1900,1,0,2048,0,0,2,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19778,0,0,0,0,0,19195,0,0,0,'Farii','Jewelcrafting Trainer',NULL,8382,30,30,0,1638,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19779,0,0,0,0,0,19493,19494,19495,19496,'Sunfury Geologist',NULL,NULL,0,67,68,1,1701,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,19779,19779,0,0,0,0,0,0,0,36645,35918,0,0,0,0,0,0,0,0,196,261,'SmartAI',0,3,1,1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),(19780,0,0,0,0,0,19198,0,0,0,'Off-Duty Engineer','B.O.O.M. Engineering',NULL,0,67,67,1,35,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33536,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19781,0,0,0,0,0,16946,0,0,0,'Astral Flare',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,131072,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.33,1,1,0,0,0,0,0,0,0,129,1,650854271,2097408,'',12340),(19782,0,0,0,0,0,16946,0,0,0,'Astral Flare',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,131072,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.33,1,1,0,0,0,0,0,0,0,129,1,650854271,2097408,'',12340),(19783,0,0,0,0,0,16946,0,0,0,'Astral Flare',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,131072,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.33,1,1,0,0,0,0,0,0,0,129,1,650854271,2097408,'',12340),(19784,0,0,0,0,0,14559,0,0,0,'Coilskar Cobra',NULL,NULL,0,68,68,1,1826,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,35,0,0,0,0,195,289,41,1,1,19784,0,70168,0,0,0,0,0,0,38030,0,0,0,0,0,0,0,10530,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19788,0,0,0,0,0,19361,0,0,0,'Coilskar Muckwatcher',NULL,NULL,0,70,70,1,1826,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,19788,19788,0,0,0,0,0,0,0,38232,38029,0,0,0,0,0,0,0,0,205,273,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19789,0,0,0,0,0,19363,0,0,0,'Coilskar Waterkeeper',NULL,NULL,0,69,69,1,1826,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,19789,19789,0,0,0,0,0,0,0,9672,38033,0,0,0,0,0,0,0,0,173,230,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19792,0,0,0,0,0,20350,20351,20352,20353,'Eclipsion Centurion',NULL,NULL,0,68,69,1,1701,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,19792,19792,0,0,0,0,0,0,0,36476,0,0,0,0,0,0,0,0,0,172,229,'SmartAI',1,3,1,1,1,1,0,30640,31316,0,0,0,0,0,1,0,0,'',12340),(19795,0,0,0,0,0,20676,20677,20678,0,'Eclipsion Blood Knight',NULL,NULL,0,69,69,1,1701,0,1,1.38571,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,2048,19795,19795,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,227,'',1,3,1,1,1,1,0,30640,0,0,0,0,0,0,1,0,0,'',12340),(19796,0,0,0,0,0,20354,20355,20356,20357,'Eclipsion Archmage',NULL,NULL,0,68,69,1,1701,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,19796,19796,0,0,0,0,0,0,0,37986,13878,11829,0,0,0,0,0,0,0,172,229,'SmartAI',1,3,1,1,1,1,0,30640,31316,0,0,0,0,0,1,0,0,'',12340),(19797,0,0,0,0,0,20773,20774,0,0,'Illidari Highlord','The Crimson Sigil',NULL,0,71,71,1,1701,0,1,1.14286,1,1,296,424,0,290,7.5,1400,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,19797,0,0,0,0,0,0,0,16102,38010,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,6,1,0,30640,0,0,0,0,0,0,1,67110917,0,'npc_illidari_spawn',12340),(19799,0,0,0,0,0,19991,0,0,0,'Illidari Dreadbringer','Servant of Illidan',NULL,0,69,69,1,1813,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,3,0,19799,19799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,239,'',1,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),(19800,0,0,0,0,0,20214,0,0,0,'Illidari Painlasher','Servant of Illidan',NULL,0,68,69,1,1813,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,3,0,19800,19800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,190,'',1,3,1,0.75,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),(19801,0,0,0,0,0,19892,0,0,0,'Illidari Agonizer',NULL,NULL,0,67,67,1,1813,0,1.125,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,3,0,19801,19801,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,120,'',1,3,1,0.3,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),(19802,0,0,0,0,0,18654,0,0,0,'Illidari Shocktrooper','Servant of Illidan',NULL,0,68,69,1,1813,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,3,0,19802,19802,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,265,'',1,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),(19806,0,0,0,0,0,20360,20361,20362,20363,'Eclipsion Bloodwarder',NULL,NULL,0,70,70,1,1701,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,2048,19806,19806,0,0,0,0,0,0,0,12555,37838,0,0,0,0,0,0,0,0,205,273,'SmartAI',1,3,1,1,1,1,0,30640,31316,0,0,0,0,0,1,0,0,'',12340),(19823,0,0,0,0,0,20261,0,0,0,'Crazed Colossus',NULL,NULL,0,69,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,5,512,19823,0,80101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2452,3207,'SmartAI',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19824,0,0,0,0,0,20750,0,0,0,'Son of Corok',NULL,NULL,0,68,69,1,1701,0,1,0.99206,1,1,245,346,0,298,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,206,302,43,5,512,19824,0,80101,0,0,0,0,0,0,12612,0,0,0,0,0,0,0,0,0,1260,1650,'',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19825,0,0,0,0,0,20278,0,0,0,'Dark Conclave Talonite',NULL,NULL,0,67,67,1,1738,0,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,6,0,19825,19825,0,0,0,0,0,0,0,39229,39230,0,0,0,0,0,0,0,0,160,214,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(19826,0,0,0,0,0,20276,0,0,0,'Dark Conclave Shadowmancer',NULL,NULL,0,67,68,1,1738,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,6,0,19826,19826,0,0,0,0,0,0,0,9613,39176,16588,0,0,0,0,0,0,0,177,236,'SmartAI',1,3,1,1.1,1,1,0,31260,31261,31262,0,0,0,0,1,8388624,0,'',12340),(19827,0,0,0,0,0,20273,0,0,0,'Dark Conclave Ravenguard',NULL,NULL,0,68,68,1,1738,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,6,0,19827,19827,0,0,0,0,0,0,0,23600,8599,0,0,0,0,0,0,0,0,195,260,'SmartAI',1,3,1,1,1,1,0,31260,31261,31262,0,0,0,0,1,8388624,0,'',12340),(19830,0,0,0,0,0,19202,0,0,0,'Arcanist Ardonis',NULL,NULL,8040,67,67,1,1701,1,1.125,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,19830,19830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,228,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19831,0,0,0,0,0,19205,0,0,0,'Commander Dawnforge',NULL,NULL,8041,68,68,1,1701,1,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,19831,0,0,0,0,0,0,0,0,35871,35473,0,0,0,0,0,0,0,0,199,265,'',1,3,1,1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'npc_commander_dawnforge',12340),(19832,0,0,0,0,0,19203,0,0,0,'Doctor Vomisa, Ph.T.','B.O.O.M. Experimentalist',NULL,8037,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19833,0,0,0,0,0,1206,2957,2958,6303,'Venomous Snake','','',0,68,70,1,190,0,1,1.14286,1,5,16,24,0,304,1,1801,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_hunter_snake_trap',12340),(19836,0,0,0,0,0,19207,0,0,0,'Mixie Farshot','Gun Merchant',NULL,0,52,52,0,1729,384,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,32768,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19837,0,0,0,0,0,19208,0,0,0,'Daga Ramba','Potions',NULL,0,60,60,0,1735,128,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19838,0,0,0,0,0,16925,0,0,0,'Hellfire Quest - Explosion Visual (DND)',NULL,NULL,0,1,1,0,35,0,1,0.992063,1,0,2,2,0,24,1,2000,1900,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19839,0,0,0,0,0,19210,0,0,0,'Lariel Sunrunner',NULL,NULL,0,69,69,1,1744,0,1.48,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19840,0,0,0,0,0,19209,0,0,0,'Caledis Brightdawn',NULL,NULL,8038,68,68,1,1744,3,1.48,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,195,289,41,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19842,0,0,0,0,0,17188,0,0,0,'Invis KV Defender',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19843,21565,0,0,0,0,2019,0,0,0,'Nethervine Trickster','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,3,32,19843,19843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19844,0,0,0,0,0,19213,0,0,0,'Nitrin the Learned','',NULL,0,66,66,1,35,2,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,33536,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19845,0,0,0,0,0,11686,0,0,0,'Area 52 Fireworks Controller',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19847,0,0,0,0,0,19214,0,0,0,'Levixus','The Soul Caller',NULL,0,66,66,1,90,0,0.888888,0.9127,1,1,195,273,0,266,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,161,240,29,3,0,19847,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2574,3367,'SmartAI',1,3,1,12,10,1,0,28677,0,0,0,0,0,0,1,0,0,'',12340),(19848,0,0,0,0,0,19216,0,0,0,'Harbinger Ennarth','',NULL,0,69,69,1,1640,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,10,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19849,0,0,0,0,0,19357,0,0,0,'Scrap Reaver X6000',NULL,NULL,0,68,68,1,1770,0,4,2.57143,1,1,231,325,0,292,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,9,0,0,0,0,0,0,0,0,0,0,34618,34620,34619,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,216,1,16384,2,'',12340),(19850,0,0,0,0,0,19217,0,0,0,'Councilor Arial D\'Anastasis','',NULL,0,62,62,0,1604,0,1,1.14286,1,0,172,240,0,262,1,2000,1900,8,768,2048,0,0,0,0,0,0,139,207,30,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19851,0,0,0,0,0,19230,0,0,0,'Negatron',NULL,NULL,0,69,69,1,1771,0,1.48,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,9,40,0,0,0,0,0,0,0,0,0,34625,33919,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,20,1,1,0,0,0,0,0,0,0,171,1,16384,0,'',12340),(19852,0,0,0,0,0,6173,0,0,0,'Artifact Seeker',NULL,NULL,0,67,68,1,90,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,3,0,19852,0,70161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19853,0,0,0,0,0,16269,0,0,0,'Felblade Doomguard',NULL,NULL,0,67,68,1,90,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,19853,19853,0,0,0,0,0,0,0,35238,32736,0,0,0,0,0,0,0,0,194,259,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19855,0,0,0,0,0,19222,0,0,0,'Sir Maximus Adams','Arathi Basin Battlemaster',NULL,0,61,61,1,210,1048577,1.05,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,4672,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19856,0,0,0,0,0,19226,0,0,0,'Steamwheedle Sam','Arena Organizer',NULL,0,70,70,1,35,262145,1.125,1.14286,1,0,252,357,0,304,1,1500,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19857,0,0,0,0,0,19225,0,0,0,'Meminnie','Arena Vendor',NULL,0,70,70,1,35,129,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19858,0,0,0,0,0,18290,0,0,0,'\"Lefty\" Puddemup','Arena Battlemaster',NULL,8218,70,70,1,35,1048576,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19859,0,0,0,0,0,19228,0,0,0,'Max Luna','Arena Battlemaster',NULL,0,70,70,1,35,1048577,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,576,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19860,0,0,0,0,0,19229,0,0,0,'Katrina Turner',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19861,0,0,0,0,0,19224,0,0,0,'Bip Nigstrom','Arena Organizer',NULL,0,70,70,1,474,262145,1,1.14286,1,0,252,357,0,304,1,1500,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19862,0,0,0,0,0,19353,0,0,0,'Urtrak',NULL,NULL,0,61,61,1,1771,0,1.125,1.14286,1,0,159,221,0,258,1,1400,1900,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19863,0,0,0,0,0,16502,16503,16504,16505,'Vengeful Unyielding',NULL,NULL,0,58,58,1,1770,0,1.125,1.14286,1,0,100,132,0,242,1,1400,1900,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(19864,0,0,0,0,0,16502,16503,16504,16505,'Vengeful Unyielding Captain',NULL,NULL,0,59,59,1,1665,0,1.125,1.14286,1,0,102,135,0,248,1,1400,1900,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(19865,21562,0,0,0,0,18083,0,0,0,'Mutate Horror','',NULL,0,70,70,1,1692,0,1,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,1,8,19865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2.25,1,1,0,0,0,0,0,0,0,0,1,66064,0,'',12340),(19866,0,0,0,0,0,10811,11686,0,0,'Invis East KV Rune',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19867,0,0,0,0,0,10811,11686,0,0,'Invis NE KV Rune',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19868,0,0,0,0,0,10811,11686,0,0,'Invis West KV Rune',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19869,0,0,0,0,0,16925,0,0,0,'Snake Trap',NULL,NULL,0,1,1,0,190,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19870,0,0,0,0,0,1126,11686,0,0,'Invis KV Shield Generator',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,33554434,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19871,0,0,0,0,0,169,11686,0,0,'World Trigger (Not Immune NPC)',NULL,NULL,0,60,60,0,114,0,0.1,0.114286,1,0,104,138,0,252,7.5,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19872,0,0,0,0,0,16640,0,0,0,'Lady Catriona Von\'Indi','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8.4,8,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(19873,0,0,0,0,0,16638,0,0,0,'Lord Crispin Ference',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8.4,8,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(19874,0,0,0,0,0,16637,0,0,0,'Baron Rafe Dreuger',NULL,NULL,0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,6,8,0,0,0,0,0,0,0,0,0,39255,39268,17290,39263,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8.4,8,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(19875,0,0,0,0,0,19327,0,0,0,'Baroness Dorothea Millstipe',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,6,8,0,0,0,0,0,0,0,0,0,29405,29570,29406,29562,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8.4,8,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(19876,0,0,0,0,0,19328,0,0,0,'Lord Robin Daris','',NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8.4,8,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(19878,20319,0,0,0,0,19235,0,0,0,'Spirit of Exarch Maladaar','',NULL,0,67,67,1,35,0,1.48,1.14286,1,1,204,287,0,272,7.5,1400,1900,2,0,2048,0,0,0,0,0,0,170,253,31,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,16.75,5,1,0,0,0,0,0,0,0,167,1,8388624,2,'',12340),(19879,0,0,0,0,0,19236,0,0,0,'Horvon the Armorer','Armorsmith',NULL,8047,62,62,1,35,4225,1,1.14286,1,0,172,240,0,262,1,2000,1900,1,0,2048,0,0,0,0,0,0,139,207,30,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(19880,0,0,0,0,0,19645,0,0,0,'Nether-Stalker Khay\'ji','',NULL,8048,70,70,1,1731,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19881,0,0,0,0,0,19237,19238,19664,0,'Severed Spirit','Kirin Tor',NULL,0,68,68,1,14,0,1.125,1.14286,1,0,212,309,0,130,1,2000,2000,8,0,2048,0,0,0,0,0,0,197,294,27,6,0,19881,19881,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,221,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(19882,0,0,0,0,0,19322,0,0,0,'Jero\'me','Mo\'rrisroe\'s Minion',NULL,8060,25,25,0,1695,1,1,0.85714,1,0,33,45,0,80,1,2000,2000,2,32768,2048,0,0,0,0,0,0,23,31,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(19905,0,0,0,0,0,19242,0,0,0,'The Black Bride','Arathi Basin Battlemaster',NULL,8075,61,61,0,1735,1048577,1,1.38571,1,1,159,221,0,258,4.6,2000,2000,1,4672,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19906,0,0,0,0,0,19243,0,0,0,'Usha Eyegouge','Alterac Valley Battlemaster',NULL,8079,61,61,0,106,1048577,1,1.38571,1,1,159,221,0,258,4.6,2000,2000,1,4672,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19907,0,0,0,0,0,19244,0,0,0,'Grumbol Grimhammer','Alterac Valley Battlemaster',NULL,8078,61,61,0,210,1048577,1.05,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,4672,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19908,0,0,0,0,0,19245,0,0,0,'Su\'ura Swiftarrow','Warsong Gulch Battlemaster',NULL,8077,61,61,0,210,1048577,1.05,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,4672,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19909,0,0,0,0,0,18290,0,0,0,'Rex Pixem','Arena Battlemaster',NULL,8218,70,70,1,35,1048577,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19910,0,0,0,0,0,19247,0,0,0,'Gargok','Warsong Gulch Battlemaster',NULL,8076,61,61,0,106,1048577,1,1.38571,1,1,159,221,0,258,4.6,2000,2000,1,4672,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19911,0,0,0,0,0,18968,0,0,0,'Beka Zipwhistle','Arena Battlemaster',NULL,8218,70,70,1,35,1048577,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19912,0,0,0,0,0,18290,0,0,0,'Zeggon Botsnap','Arena Battlemaster',NULL,8218,70,70,1,35,1048577,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19913,0,0,0,0,0,16946,0,0,0,'Area 52 Spotlight',NULL,NULL,0,1,1,0,114,0,1.125,1.14286,1,0,2,2,0,24,1,2000,1900,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19914,0,0,0,0,0,16724,0,0,0,'Hutihu','Su\'ura Swiftarrow\'s Pet',NULL,0,55,55,0,210,0,1.05,1.14286,1,0,94,125,0,228,1,1500,2000,1,4608,2048,0,0,0,0,0,0,65,95,23,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19915,0,0,0,0,0,18290,0,0,0,'Max Xim','Arena Battlemaster',NULL,8218,70,70,1,35,1048577,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19916,0,0,0,0,0,19258,0,0,0,'Archmage\'s Ritual Crystal',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19918,0,0,0,0,0,19260,0,0,0,'Time Watcher','',NULL,0,70,70,1,1779,0,0.666668,1.19048,1,1,252,357,0,304,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19919,21580,0,0,0,0,17714,0,0,0,'Thorn Lasher','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,131072,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19920,21579,0,0,0,0,17713,0,0,0,'Thorn Flayer','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,131072,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,35507,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19921,0,0,0,0,0,1206,2957,2958,6303,'Viper','','',0,68,70,1,190,0,1,1.14286,1,5,38,53,0,304,1,2803,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_hunter_snake_trap',12340),(19922,0,0,0,0,0,20211,0,0,0,'Tornado',NULL,NULL,0,63,70,1,114,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,84,1,0,2,'',12340),(19923,0,0,0,0,0,18290,0,0,0,'Bipp Glizzitor','Arena Battlemaster',NULL,8218,70,70,1,35,1048576,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19924,0,0,0,0,0,17188,0,0,0,'Invis Ritual Crystal',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19925,0,0,0,0,0,19266,0,0,0,'Miglik Blotstrom','Arena Battlemaster',NULL,8218,70,70,1,35,1048577,1,1.14286,1,0,252,357,0,304,1,2000,1900,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19926,0,0,0,0,0,19119,0,0,0,'Spellreaver Marathelle',NULL,NULL,0,68,68,1,1701,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,19926,19926,0,0,0,0,0,0,0,35831,35848,35843,0,0,0,0,0,0,0,167,224,'SmartAI',1,3,1,1,1,1,0,28475,35231,0,0,0,0,0,1,0,0,'',12340),(19932,0,0,0,0,0,19267,0,0,0,'Andormu','Keepers of Time',NULL,0,70,70,0,1779,130,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19933,0,0,0,0,0,19268,0,0,0,'Nozari','Keepers of Time',NULL,0,70,70,0,1779,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19934,0,0,0,0,0,19270,0,0,0,'Zaladormu','',NULL,0,70,70,0,1779,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19935,0,0,0,0,0,20222,0,0,0,'Soridormi','The Scale of Sands',NULL,8234,73,73,0,1778,3,1,1.14286,1,1,313,448,0,302,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19936,0,0,0,0,0,338,0,0,0,'Arazmodu','The Scale of Sands',NULL,0,71,71,0,1778,2,1,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19937,0,0,0,0,0,16502,16503,16504,16505,'Commander Hogarth',NULL,NULL,0,59,59,1,35,2,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,11976,36988,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(19938,0,0,0,0,0,19271,0,0,0,'Image of Commander Sarannis',NULL,NULL,0,71,71,1,35,0,0.0001,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19939,0,0,0,0,0,328,15880,0,0,'Netherstorm Nether Beast Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19940,0,0,0,0,0,20101,0,0,0,'Apex',NULL,NULL,0,67,68,1,14,0,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,195,289,41,5,512,19940,0,80101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1216,1593,'SmartAI',0,3,1,4,1,1,0,28786,0,0,0,0,0,0,1,0,0,'',12340),(19942,0,0,0,0,0,16130,0,0,0,'Agent Proudwell','The Argent Dawn',NULL,0,55,55,0,794,2,1.25,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19943,0,0,0,0,0,18485,0,0,0,'Lashh\'an Talonite',NULL,NULL,0,65,66,1,1738,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,19943,19943,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,245,'',1,3,1,1,1,1,0,30529,0,0,0,0,0,0,1,0,0,'',12340),(19944,0,0,0,0,0,17858,0,0,0,'Lashh\'an Wing Guard',NULL,NULL,0,65,66,1,1738,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,19944,19944,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,245,'',1,3,1,1,1,1,0,30529,0,0,0,0,0,0,1,0,0,'',12340),(19945,0,0,0,0,0,19605,0,0,0,'Lashh\'an Windwalker','',NULL,0,65,66,1,1738,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,19945,19945,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,212,'',1,3,1,1,1,1,0,30529,0,0,0,0,0,0,1,0,0,'',12340),(19946,0,0,0,0,0,17951,0,0,0,'Darkcrest Slaver',NULL,NULL,0,61,62,1,74,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,19946,19946,0,0,0,0,0,0,0,6607,13730,0,0,0,0,0,0,0,0,164,1417,'SmartAI',1,3,1,1,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),(19947,0,0,0,0,0,17952,0,0,0,'Darkcrest Sorceress',NULL,NULL,0,61,62,1,74,0,1,1,1,0,160,223,0,246,1,2000,2000,2,32768,2048,0,0,0,0,0,0,129,191,26,7,0,19947,19947,0,0,0,0,0,0,0,13901,12544,34787,0,0,0,0,0,0,0,138,1303,'SmartAI',1,3,1,1,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),(19948,0,0,0,19991,0,10708,0,0,0,'Bloodmaul Skirmisher',NULL,NULL,0,65,66,1,1781,0,1.6,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,19948,19948,0,0,0,0,0,0,0,34932,37786,34802,0,0,0,0,0,0,0,180,240,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(19949,21567,0,0,0,0,9590,0,0,0,'Sapling','',NULL,0,72,72,1,16,0,1.125,1.14286,1,0,307,438,0,314,1,1400,1900,1,0,2048,0,0,0,0,0,0,270,401,53,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.45,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),(19950,0,0,0,0,0,19278,19280,19281,19282,'Custodian of Time','',NULL,0,70,70,1,1779,0,1.6,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),(19951,0,0,0,0,0,19279,0,0,0,'Warden of Time','',NULL,0,70,70,1,1779,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19952,0,0,0,19991,0,11550,0,0,0,'Bloodmaul Geomancer',NULL,NULL,0,65,66,1,1781,0,1.6,1.14286,1,0,195,273,0,266,1,1333,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,19952,19952,0,0,0,0,0,0,0,9053,12544,0,0,0,0,0,0,0,0,159,212,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(19953,21553,0,0,0,0,17009,0,0,0,'Frayer Protector',NULL,NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,34745,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19956,0,0,0,19991,0,11553,0,0,0,'Bloodmaul Lookout','',NULL,0,65,66,1,1781,0,1.125,1.14286,1,0,210,295,0,282,1,1400,1900,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(19957,0,0,0,19991,0,11549,0,0,0,'Bloodmaul Brewmaster',NULL,NULL,0,65,66,1,1781,0,1.6,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,19957,19957,0,0,0,0,0,0,0,37591,30798,0,0,0,0,0,0,0,0,180,240,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(19958,21583,0,0,0,0,19289,0,0,0,'White Seedling',NULL,NULL,0,68,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.15,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),(19959,20739,0,0,0,0,19061,19062,19058,0,'Imprisoned Infinite Dragonspawn','',NULL,0,70,70,1,1720,0,2,1.42857,1.5,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,3,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),(19960,0,0,0,0,0,19486,0,0,0,'Doomforge Engineer',NULL,NULL,0,68,68,1,90,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,19960,19960,0,0,0,0,0,0,0,36251,36253,0,0,0,0,0,0,0,0,193,257,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19961,0,0,0,0,0,19961,0,0,0,'Doomforge Attendant',NULL,NULL,0,68,68,1,90,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,19961,19961,0,0,0,0,0,0,0,36208,36846,0,0,0,0,0,0,0,0,195,260,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19962,21550,0,0,0,0,19290,0,0,0,'Blue Seedling',NULL,NULL,0,68,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.15,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),(19963,0,0,0,0,0,19975,0,0,0,'Doomcryer','',NULL,0,68,68,1,90,0,1.48,1.14286,1,1,214,301,0,276,7.5,1400,1900,2,0,2048,0,0,0,0,0,0,179,266,31,3,0,19963,19963,0,0,0,0,0,0,0,34017,36541,37629,0,0,0,0,0,0,0,1005,1317,'SmartAI',1,3,1,4,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19964,21566,0,0,0,0,20139,0,0,0,'Red Seedling',NULL,NULL,0,68,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.15,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),(19965,0,0,0,0,0,19168,0,0,0,'Doomforge Constructor','',NULL,0,68,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,37631,0,0,0,0,0,0,0,0,0,199,265,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19966,0,0,0,0,0,19190,0,0,0,'Doomforge Laborer','',NULL,0,68,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,19966,0,0,0,0,0,0,0,0,7978,37630,0,0,0,0,0,0,0,0,199,265,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19967,0,0,0,0,0,19982,0,0,0,'Terror Sentry','',NULL,0,70,70,1,90,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,19967,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19968,0,0,0,0,0,20214,0,0,0,'Maiden of Nightmares','',NULL,0,68,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19969,21557,0,0,0,0,19292,0,0,0,'Green Seedling',NULL,NULL,0,68,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.15,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),(19970,0,0,0,0,0,19668,0,0,0,'Dreadforge Steam-Smith','',NULL,0,68,69,1,90,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19971,0,0,0,0,0,19961,0,0,0,'Dreadforge Servant','',NULL,0,68,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,19971,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,260,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19972,0,0,0,0,0,19991,0,0,0,'Night Walker','',NULL,0,70,70,1,90,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19973,0,0,0,0,0,18139,0,0,0,'Abyssal Flamebringer',NULL,NULL,0,70,71,1,90,0,1.6,1.42857,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,19973,19973,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,337,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(19978,0,0,0,0,0,19168,18368,0,0,'Deathforge Over-Smith','',NULL,0,68,68,1,90,0,0.944444,0.95238,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,19978,19978,0,0,0,0,0,0,0,36486,0,0,0,0,0,0,0,0,0,195,260,'SmartAI',1,3,1,1,1,1,0,31757,0,0,0,0,0,0,1,0,0,'',12340),(19979,0,0,0,0,0,19190,0,0,0,'Deathforge Technician','',NULL,0,67,68,1,90,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,19979,19979,0,0,0,0,0,0,0,36250,36825,0,0,0,0,0,0,0,0,194,259,'SmartAI',1,3,1,1,1,1,0,31757,0,0,0,0,0,0,1,0,0,'',12340),(19980,0,0,0,0,0,19368,0,0,0,'Void Terror','',NULL,0,67,68,1,90,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,19980,0,70161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,259,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19982,0,0,0,0,0,18485,0,0,0,'Vekh\'nir Keeneye',NULL,NULL,0,65,66,1,1738,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,19982,19982,0,0,0,0,0,0,0,35321,0,0,0,0,0,0,0,0,0,184,245,'',1,3,1,1,1,1,0,30655,30561,0,0,0,0,0,1,0,0,'',12340),(19983,0,0,0,0,0,17868,0,0,0,'Vekh\'nir Stormcaller',NULL,NULL,0,65,66,1,1738,0,1.125,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,19983,19983,0,0,0,0,0,0,0,37654,32717,0,0,0,0,0,0,0,0,154,206,'',1,3,1,1,1,1,0,30561,30655,0,0,0,0,0,1,0,0,'',12340),(19984,0,0,0,0,0,17858,0,0,0,'Vekh\'nir Dreadhawk',NULL,NULL,0,65,66,1,1738,0,1.125,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,19984,19984,0,0,0,0,0,0,0,11642,37583,0,0,0,0,0,0,0,0,159,212,'',1,3,1,1,1,1,0,30561,30655,0,0,0,0,0,1,0,0,'',12340),(19985,0,0,0,0,0,18485,0,0,0,'Ruuan\'ok Cloudgazer',NULL,NULL,0,66,67,1,1738,0,1.125,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,19985,19985,0,0,0,0,0,0,0,9532,12550,0,0,0,0,0,0,0,0,164,219,'',1,3,1,1,1,1,0,30704,0,0,0,0,0,0,1,0,0,'',12340),(19986,0,0,0,0,0,19606,0,0,0,'Ruuan\'ok Skyfury',NULL,NULL,0,66,67,1,1738,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,19986,19986,0,0,0,0,0,0,0,37681,0,0,0,0,0,0,0,0,0,189,252,'',1,3,1,1,1,1,0,30704,0,0,0,0,0,0,1,0,0,'',12340),(19987,0,0,0,0,0,17858,0,0,0,'Ruuan\'ok Ravenguard','',NULL,0,66,67,1,1738,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,19987,19987,0,0,0,0,0,0,0,37581,0,0,0,0,0,0,0,0,0,189,252,'',1,3,1,1,1,1,0,30704,0,0,0,0,0,0,1,0,0,'',12340),(19988,0,0,0,0,0,18485,0,0,0,'Grishna Falconwing','',NULL,0,67,68,1,1738,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,19988,19988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19989,0,0,0,0,0,19604,0,0,0,'Grishna Harbinger','',NULL,0,67,68,1,1738,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,19989,19989,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,222,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19990,0,0,0,0,0,17858,0,0,0,'Grishna Scorncrow','',NULL,0,67,68,1,1738,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,19990,19990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,259,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19991,0,0,0,0,0,19905,0,0,0,'Bloodmaul Brute',NULL,NULL,0,65,66,1,1781,0,1.6,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,19991,19991,0,0,0,0,0,0,0,34932,15496,37577,8599,0,0,0,0,0,0,180,240,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(19992,0,0,0,19991,0,17835,0,0,0,'Bloodmaul Shaman',NULL,NULL,0,65,65,1,1781,0,1.125,1.14286,1,0,186,260,0,262,1,2000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,19992,19992,0,0,0,0,0,0,0,12550,0,0,0,0,0,0,0,0,0,159,212,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(19993,0,0,0,0,0,17782,0,0,0,'Bloodmaul Mauler',NULL,NULL,0,66,67,1,1781,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,19993,19993,0,0,0,0,0,0,0,34932,37786,37592,0,0,0,0,0,0,0,189,252,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(19994,0,0,0,0,0,19755,0,0,0,'Bloodmaul Warlock',NULL,NULL,0,66,67,1,1781,0,1.125,1.14286,1,0,170,246,0,128,1,2000,2000,8,32768,2048,0,0,0,0,0,0,156,232,27,7,0,19994,19994,0,0,0,0,0,0,0,34932,13787,20825,0,0,0,0,0,0,0,176,235,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(19995,0,0,0,0,0,19762,0,0,0,'Bladespire Brute',NULL,NULL,0,65,66,1,1780,0,1.6,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,19995,19995,0,0,0,0,0,0,0,15496,0,0,0,0,0,0,0,0,0,184,245,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(19996,0,0,0,0,0,18070,0,0,0,'Bladespire Battlemage',NULL,NULL,0,67,67,1,1780,0,1.48,1.14286,1,1,204,287,0,272,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,170,253,31,7,0,19996,19996,0,0,0,0,0,0,0,6742,16102,0,0,0,0,0,0,0,0,961,1260,'SmartAI',1,3,1,4,3,1,0,31755,0,0,0,0,0,51,1,0,0,'',12340),(19997,0,0,0,0,0,11583,0,0,0,'Bladespire Enforcer',NULL,NULL,0,67,67,1,1780,0,1.48,1.14286,1,1,225,314,0,288,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,186,276,39,7,0,19997,19997,0,0,0,0,0,0,0,8599,15588,0,0,0,0,0,0,0,0,1216,1593,'SmartAI',1,3,1,4,1,1,0,31755,0,0,0,0,0,51,1,0,0,'',12340),(19998,0,0,0,19995,0,19765,0,0,0,'Bladespire Shaman',NULL,NULL,0,65,66,1,1780,0,1.125,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,19998,19998,0,0,0,0,0,0,0,26098,12550,0,0,0,0,0,0,0,0,159,212,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20001,0,0,0,0,0,1056,0,0,0,'Mountain Lion Mother',NULL,NULL,0,26,26,0,16,0,1.06,1.14286,1,0,37,49,0,90,1,1740,1914,1,0,2048,0,2,0,0,0,0,25,37,7,1,16,0,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(20002,0,0,0,0,0,15032,0,0,0,'Hurlog Horde','Warsong Gulch Battlemaster',NULL,0,61,61,1,35,1048576,1.95,1.14286,1,1,159,221,0,258,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,127,188,28,7,134742118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,858,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(20003,0,0,0,0,0,4626,15880,0,0,'Blade\'s Edge Kneel Target 01',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,28,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20010,0,0,0,0,0,14784,0,0,0,'Illiyana Moonblaze','Silverwing Supply Officer (Neutral)',NULL,0,55,55,0,1514,4098,1.25,1.14286,1,1,94,125,0,228,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,4718592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(20011,0,0,0,0,0,14784,0,0,0,'Illiyana Moonblaze','Silverwing Supply Officer (Friendly)',NULL,0,55,55,0,1514,4098,1.25,1.14286,1,1,94,125,0,228,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,4718592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(20012,0,0,0,0,0,14784,0,0,0,'Illiyana Moonblaze','Silverwing Supply Officer (Honored)',NULL,0,55,55,0,1514,4098,1.25,1.14286,1,1,94,125,0,228,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,4718592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(20013,0,0,0,0,0,14784,0,0,0,'Illiyana Moonblaze','Silverwing Supply Officer (Revered)',NULL,0,55,55,0,1514,4098,1.25,1.14286,1,1,94,125,0,228,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,4718592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(20014,0,0,0,0,0,14784,0,0,0,'Illiyana Moonblaze','Silverwing Supply Officer (Exalted)',NULL,0,55,55,0,1514,4098,1.25,1.14286,1,1,94,125,0,228,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,4718592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(20020,0,0,0,0,0,17191,0,0,0,'Astralan Arcanist','',NULL,0,58,60,1,1678,4098,1.25,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20021,0,0,0,0,0,20138,0,0,0,'Nether Whelp','',NULL,0,67,67,1,16,0,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,0,2048,0,0,0,0,0,0,170,253,31,2,0,20021,0,70171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_nether_drake',12340),(20022,0,0,0,0,0,14785,0,0,0,'Kelm Hargunth','Warsong Supply Officer (Honored)',NULL,0,55,55,0,1515,4098,1.25,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,4718592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(20023,0,0,0,0,0,4626,15880,0,0,'Blade\'s Edge Kneel Target 02',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,23,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20024,0,0,0,0,0,4626,15880,0,0,'Blade\'s Edge Kneel Target 03',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,23,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20025,0,0,0,0,0,18416,0,0,0,'Sable Jaguar Specimen',NULL,NULL,0,1,1,0,16,0,1,1.14286,1,0,2,2,0,24,1,1000,2000,1,33555200,2048,0,2,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20026,0,0,0,0,0,18417,0,0,0,'Darkwater Crocolisk Specimen',NULL,NULL,0,67,68,0,16,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,33587968,2048,0,6,0,0,0,0,195,289,41,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20027,0,0,0,0,0,1104,0,0,0,'Blackfang Tarantula Specimen',NULL,NULL,0,67,68,1,16,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,33555200,2048,0,3,0,0,0,0,195,289,41,1,1,0,0,0,0,0,0,0,0,0,34365,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20028,0,0,0,0,0,19297,0,0,0,'Doba','Cooking Supplies',NULL,0,63,63,1,1722,128,1,1,1,0,181,253,0,268,1,1000,2000,1,512,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20029,0,0,0,0,0,19296,0,0,0,'Thalassian Warhorse','',NULL,0,1,2,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20030,0,0,0,0,0,19085,0,0,0,'Thalassian Charger','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20031,0,0,0,0,0,19386,19387,0,0,'Bloodwarder Legionnaire',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,1800,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,20031,20031,0,0,0,0,0,0,0,35949,15284,15578,0,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(20032,0,0,0,0,0,19388,21000,0,0,'Bloodwarder Vindicator',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,20032,20032,0,0,0,0,0,0,0,39078,37249,13005,37251,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,28,15,1,0,0,0,0,0,0,0,144,1,550452223,0,'',12340),(20033,0,0,0,0,0,19390,19391,0,0,'Astromancer',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,1500,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,20033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,10000,'SmartAI',0,3,1,17.5,10,1,0,0,0,0,0,0,0,144,1,2049,0,'',12340),(20034,0,0,0,0,0,19392,19393,0,0,'Star Scryer',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,20034,0,0,0,0,0,0,0,0,37122,37124,37126,0,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,17.5,10,1,0,0,0,0,0,0,0,144,1,2049,0,'',12340),(20035,0,0,0,0,0,20978,19397,0,0,'Bloodwarder Marshal',NULL,NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,30,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,72,20035,0,0,0,0,0,0,0,0,35949,34996,15589,36132,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,28,1,1,0,0,0,0,0,0,0,150,1,551238655,0,'',12340),(20036,0,0,0,0,0,19394,21001,0,0,'Bloodwarder Squire',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,1600,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,20036,20036,0,0,0,0,0,0,0,39078,37254,39077,37255,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,17.5,10,1,0,0,0,0,0,0,0,150,1,618610687,0,'',12340),(20037,0,0,0,0,0,19398,19399,0,0,'Tempest Falconer',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,20037,20051,0,0,0,0,0,0,0,37318,37154,37317,39079,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,17.5,5,1,0,0,0,0,0,0,0,150,1,618610687,0,'',12340),(20038,0,0,0,0,0,19298,0,0,0,'Phoenix-Hawk Hatchling',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,15,2000,2000,1,0,2048,0,30,0,0,0,0,215,320,44,1,73,20038,0,70065,0,0,0,0,0,0,37160,37319,0,0,0,0,0,0,10487,0,0,0,'SmartAI',0,3,1,7,1,1,0,0,0,0,0,0,0,167,1,2048,0,'',12340),(20039,0,0,0,0,0,19299,0,0,0,'Phoenix-Hawk',NULL,NULL,0,72,72,1,16,0,2,1.14286,1,1,307,438,0,314,30,1800,2000,1,0,2048,0,30,0,0,0,0,270,401,53,1,73,20039,0,70066,0,0,0,0,0,0,37319,37160,0,0,0,0,0,0,10486,0,0,0,'SmartAI',0,3,1,52.5,1,1,0,0,0,0,0,0,0,164,1,617562111,0,'',12340),(20040,0,0,0,0,0,19410,0,0,0,'Crystalcore Devastator',NULL,NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,6,314,25,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,9,72,20040,0,0,0,0,0,0,0,0,35035,35039,37102,0,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,52.5,1,1,0,0,0,0,0,0,0,167,1,550469631,0,'',12340),(20041,0,0,0,0,0,19300,0,0,0,'Crystalcore Sentinel',NULL,NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,25,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,9,72,20041,0,0,0,0,0,0,0,0,37106,39425,37104,0,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,28,1,1,0,0,0,0,0,0,0,164,1,617578495,0,'',12340),(20042,0,0,0,0,0,19412,19413,0,0,'Tempest-Smith',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,20042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(20043,0,0,0,0,0,19470,19471,0,0,'Apprentice Star Scryer',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,20,1500,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,72,20043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,2.8,10,1,0,0,0,0,0,0,0,150,1,80680959,0,'',12340),(20044,0,0,0,0,0,19472,19473,0,0,'Novice Astromancer',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,20,1500,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,72,20044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,10000,'SmartAI',0,3,1,2.8,10,1,0,0,0,0,0,0,0,144,1,80680959,0,'',12340),(20046,0,0,0,0,0,19423,19424,0,0,'Astromancer Lord',NULL,NULL,0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,20,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,72,20046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,28,15,1,0,0,0,0,0,0,0,150,1,617562111,0,'',12340),(20052,0,0,0,0,0,19254,0,0,0,'Crystalcore Mechanic',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,72,20052,20052,0,0,0,0,0,0,0,37121,37123,0,0,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,17.5,5,1,0,0,0,0,0,0,0,144,1,2049,0,'',12340),(20053,20536,0,0,0,0,19306,19307,19308,19309,'Lodaeron Sentry Specimen',NULL,NULL,0,65,65,0,1749,0,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,33588032,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20054,20539,0,0,0,0,19310,19311,19312,19313,'Lordaeron Watchman Specimen',NULL,NULL,0,65,65,0,1749,0,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,33588032,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20055,0,0,0,0,0,19305,0,0,0,'Tarren Mill Peasant Specimen',NULL,NULL,0,15,15,0,12,0,0.666668,1.14286,1,0,22,29,0,54,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20058,0,0,0,0,0,19347,0,0,0,'Bloodmaul Dire Wolf','',NULL,0,65,65,1,1781,0,1,1.14286,1,0,200,281,0,278,1,1500,2000,1,32768,2048,0,1,0,0,0,0,166,246,35,1,1,20058,0,70061,0,0,0,0,0,0,13443,0,0,0,0,0,0,0,11590,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20059,21541,0,0,0,0,17916,17917,17918,0,'Sunseeker Netherbinder',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,248,363,0,135,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,20059,20059,0,0,0,0,0,0,0,21668,35261,0,0,0,0,0,0,0,0,796,1044,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20060,0,0,0,0,0,20178,0,0,0,'Lord Sanguinar','The Blood Hammer',NULL,0,73,73,1,16,0,1.2,1.2,1,3,316,450,0,320,30,1500,2000,1,2,2048,0,0,0,0,0,0,278,413,58,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25.2,1,1,0,0,0,0,0,0,0,165,1,650854271,2097408,'',12340),(20061,0,0,0,0,0,11686,0,0,0,'Frostbite Invisible Stalker',NULL,NULL,0,80,80,1,974,0,1,1.14286,1,0,1,1,0,1,1,2000,0,1,33554432,2048,8,0,0,0,0,0,262,389,48,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_frostbite_invisible_stalker',12340),(20062,0,0,0,0,0,20237,0,0,0,'Grand Astromancer Capernian','Advisor to Kael\'thas',NULL,0,73,73,1,16,0,1.2,1.2,1,3,270,395,0,143,30,1500,1500,8,2,2048,0,0,0,0,0,0,255,380,37,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25.2,5000,1,0,0,0,0,0,0,0,165,1,650854271,2097408,'',12340),(20063,0,0,0,0,0,20177,0,0,0,'Master Engineer Telonicus','Advisor to Kael\'thas',NULL,0,73,73,1,16,0,1.2,1.2,1,3,316,450,0,320,30,1500,2000,1,2,2048,0,0,0,0,0,0,278,413,58,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25.2,1,1,0,0,0,0,0,0,0,165,1,650854271,2097408,'',12340),(20064,0,0,0,0,0,20236,0,0,0,'Thaladred the Darkener','Advisor to Kael\'thas',NULL,0,73,73,1,16,0,1.1,1.2,1,3,316,450,0,320,30,1500,2000,1,2,2048,0,0,0,0,0,0,278,413,58,7,76,0,0,0,0,0,0,0,0,0,36965,36966,30225,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25.2,1,1,0,0,0,0,0,0,0,97,1,650854271,2097408,'',12340),(20066,0,0,0,0,0,17685,0,0,0,'Gahruj',NULL,NULL,8054,68,68,1,1731,3,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,33536,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20067,0,0,0,0,0,18660,0,0,0,'Zuben Elgenubi',NULL,NULL,8055,70,70,1,1731,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20068,0,0,0,0,0,17689,0,0,0,'Zuben Eschamali',NULL,NULL,8056,69,69,1,1731,3,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20069,0,0,0,0,0,19304,0,0,0,'Night Elf Wisp Specimen','',NULL,0,69,70,1,1719,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33555264,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,2.5,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(20071,0,0,0,0,0,18660,0,0,0,'Wind Trader Marid',NULL,NULL,8071,69,69,1,1731,3,1.5,1.14286,1,0,245,346,0,298,1,2000,2000,1,768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,106,1,0,2,'',12340),(20072,0,0,0,0,0,19375,0,0,0,'Cobalt War Talbuk',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20075,0,0,0,0,0,18417,0,0,0,'Darkwater Crocolisk',NULL,NULL,0,67,68,1,16,0,1.05,1.14286,1,0,231,325,0,292,4.6,1400,1900,1,0,2048,0,6,0,0,0,0,195,289,41,1,1,18982,0,70065,0,0,0,0,0,0,12166,0,0,0,0,0,0,0,12926,0,0,0,'SmartAI',1,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20076,0,0,0,0,0,17423,0,0,0,'Naga Distiller (Coilskar Point)',NULL,NULL,0,70,70,1,190,0,1,1,1,1,252,357,0,304,4.6,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,9,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(20078,21569,0,0,0,0,19317,19316,0,0,'Summoned Bloodwarder Reservist',NULL,NULL,0,69,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20079,0,0,0,0,0,4606,0,0,0,'Darkcrest Sentry',NULL,NULL,0,61,62,0,74,0,1,1.28968,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,4,0,20079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20080,0,0,0,0,0,19319,0,0,0,'Galgrom','Provisioner',NULL,8057,65,65,1,1779,897,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20081,0,0,0,0,0,19320,0,0,0,'Bortega','Reagents & Poison Supplies',NULL,8058,65,65,1,1779,3201,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20082,0,0,0,0,0,19321,0,0,0,'Yarley','Armorer',NULL,8059,65,65,1,1779,4225,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20083,21568,0,0,0,0,21331,21332,0,0,'Summoned Bloodwarder Mender',NULL,NULL,0,69,70,1,16,0,1.71,1.14286,1,1,248,363,0,135,7.5,1400,1900,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20084,0,0,0,0,0,21019,0,0,0,'Image of Nexus-Prince Haramad',NULL,NULL,8083,73,73,1,1731,3,1.125,1.14286,1,0,316,450,0,320,1,2000,2000,1,33536,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20086,0,0,0,0,0,17035,17612,0,0,'Netherstorm Triangulation Point One Trigger',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20087,0,0,0,0,0,19323,0,0,0,'Worker Mo\'rrisroe','Silvermoon Builders Association',NULL,0,70,70,0,1695,0,1,0.85714,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(20088,0,0,0,0,0,17954,0,0,0,'Bloodscale Overseer',NULL,NULL,0,61,62,1,74,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,20088,20088,0,0,0,0,0,0,0,34812,9080,0,0,0,0,0,0,0,0,164,219,'SmartAI',1,3,1,1,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),(20089,0,0,0,0,0,17953,0,0,0,'Bloodscale Wavecaller',NULL,NULL,0,62,62,1,74,0,1,1,1,0,160,223,0,246,1,2000,2000,2,32768,2048,0,0,0,0,0,0,129,191,26,7,0,20089,20089,0,0,0,0,0,0,0,32011,34827,0,0,0,0,0,0,0,0,139,186,'SmartAI',1,3,1,1,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),(20090,0,0,0,0,0,4606,0,0,0,'Bloodscale Sentry',NULL,NULL,0,62,63,0,74,0,1,1.28968,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,4,0,20090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20092,0,0,0,0,0,19645,0,0,0,'Dealer Hazzin','General Provisioner',NULL,8063,68,68,1,1731,131,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,33536,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20093,0,0,0,0,0,4626,15880,0,0,'Blade\'s Edge - Arakkoa Spell Origin',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20095,0,0,0,19991,0,17782,0,0,0,'Grimnok Battleborn','',NULL,0,67,67,1,1781,0,1.6,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,20095,20095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,342,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20096,0,0,0,0,0,19333,0,0,0,'Uriku','Cooking Supplies',NULL,0,63,63,1,1722,128,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20097,0,0,0,0,0,19334,0,0,0,'Nula the Butcher','Cooking Supplies',NULL,0,65,66,1,1651,640,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20098,0,0,0,0,0,19315,0,0,0,'Jane',NULL,NULL,0,1,1,0,1604,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20100,0,0,0,0,0,19336,0,0,0,'Jessel',NULL,NULL,0,13,13,0,1604,0,1.125,1.14286,1,0,18,24,0,48,1,2000,2000,1,768,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20101,0,0,0,0,0,19337,0,0,0,'Nether-Stalker','Marid\'s Guardian',NULL,0,68,68,1,14,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,7,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20102,0,0,0,0,0,19340,19343,0,0,'Goblin Commoner',NULL,NULL,10248,1,1,0,35,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33024,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20109,0,0,0,0,0,20738,0,0,0,'Lashh\'an Kaliri',NULL,NULL,0,61,62,1,1738,0,1.4,1.42857,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,26,0,0,0,0,139,207,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10709,0,0,0,'',1,3,1,0.3,0.3,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),(20110,0,0,0,0,0,19380,0,0,0,'Tyri',NULL,NULL,8068,70,70,1,35,3,1.48,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20111,0,0,0,0,0,19382,0,0,0,'Jorad Mace',NULL,NULL,0,70,70,1,35,2,1.48,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20112,0,0,0,0,0,17689,0,0,0,'Wind Trader Tuluman','Weapon Merchant',NULL,8070,70,70,1,1731,4227,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20113,0,0,0,0,0,18434,0,0,0,'Lashh\'an Matriarch','',NULL,0,66,66,1,1738,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,20113,20113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,252,'',1,3,1,1,1,1,0,30529,0,0,0,0,0,0,1,0,0,'',12340),(20114,0,0,0,0,0,17035,17612,0,0,'Netherstorm Triangulation Point Two Trigger',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20115,0,0,0,0,0,18425,0,0,0,'Umbrafen Witchdoctor',NULL,NULL,0,60,61,1,51,0,1.11111,1.14286,1,0,152,210,0,244,1,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,7,0,20115,20115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,192,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20116,0,0,0,19991,0,17782,0,0,0,'Gurn Grubnosh','',NULL,0,67,67,1,1781,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,20116,20116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,351,464,'',1,3,1,2.25,1,1,0,30417,0,0,0,0,0,51,1,0,0,'',12340),(20117,0,0,0,0,0,18088,0,0,0,'Vengeful Unyielding Knight',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(20118,0,0,0,0,0,19348,0,0,0,'Jihi','Warsong Gulch Battlemaster',NULL,8258,61,61,0,1638,1048577,1.48,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20119,0,0,0,0,0,19349,0,0,0,'Mahul','Alterac Valley Battlemaster',NULL,8253,61,61,0,1638,1048577,1.48,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20120,0,0,0,0,0,19350,0,0,0,'Tolo','Arathi Basin Battlemaster',NULL,8257,61,61,1,1638,1048577,1.48,1.14286,1,1,123,177,0,115,4.6,2000,2000,8,832,2048,0,0,0,0,0,0,111,164,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20121,0,0,0,0,0,19351,0,0,0,'Fingin','Poison Supplies',NULL,0,30,30,0,1638,1152,1,1.14286,1,0,42,56,0,102,1,1500,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20123,0,0,0,0,0,19354,0,0,0,'Farmer Griffith',NULL,NULL,0,60,65,1,1818,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33024,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20124,0,0,0,0,0,19356,0,0,0,'Kradu Grimblade','Weaponsmith Trainer',NULL,9131,65,65,1,1818,81,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33024,2048,0,0,2,9787,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20125,0,0,0,0,0,19355,0,0,0,'Zula Slagfury','Armorsmith Trainer',NULL,9132,65,65,1,1818,81,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33024,2048,0,0,2,9788,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20126,0,0,0,0,0,2429,0,0,0,'Sylvanaar Ancient Protector',NULL,NULL,0,70,70,1,80,0,1.11111,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20127,0,0,0,0,0,20730,0,0,0,'Tame Kaliri','',NULL,0,60,61,1,7,0,1.4,1.42857,1,0,159,221,0,258,1,2000,2000,1,33554944,2048,0,26,0,0,0,0,127,188,28,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,149,1,0,2,'',12340),(20129,0,0,0,0,0,19278,19280,19281,19282,'Custodian of Time',NULL,NULL,0,70,70,1,1779,0,1.6,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'npc_custodian_of_time',12340),(20130,0,0,0,0,0,19314,0,0,0,'Andormu','Keepers of Time',NULL,0,66,66,0,1779,130,1,0.99206,1,1,210,295,0,282,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20131,0,0,0,0,0,19315,0,0,0,'Nozari','Keepers of Time',NULL,0,60,60,0,1779,0,1,0.99206,1,1,104,138,0,252,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20132,0,0,0,0,0,19358,0,0,0,'Socrethar',NULL,NULL,0,72,72,1,1786,0,1.48,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,3,0,20132,0,0,0,0,0,0,0,0,28448,37537,15496,37538,0,0,0,0,0,0,14994,19586,'SmartAI',1,3,1,60,20,1,0,29805,0,0,0,0,0,0,1,0,0,'',12340),(20133,0,0,0,0,0,19359,0,0,0,'Image of Socrethar',NULL,NULL,0,1,1,0,90,0,1.48,1.14286,1,1,2,2,0,24,1.7,2000,1900,1,33554432,2048,0,0,0,0,0,0,1,1,100,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20134,0,0,0,0,0,19466,19467,19468,19469,'Sunfury Arcanist',NULL,NULL,0,67,68,1,1701,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,20134,20134,0,0,0,0,0,0,0,35917,0,0,0,0,0,0,0,0,0,177,236,'SmartAI',0,3,1,1.1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),(20135,0,0,0,0,0,19119,19120,0,0,'Sunfury Arch Mage',NULL,NULL,0,68,68,1,1701,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,20135,20135,0,0,0,0,0,0,0,20823,35917,11831,0,0,0,0,0,0,0,178,237,'SmartAI',0,3,1,1.1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),(20136,0,0,0,0,0,19491,19492,0,0,'Sunfury Researcher',NULL,NULL,0,67,68,1,1701,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,20136,20136,0,0,0,0,0,0,0,35918,0,0,0,0,0,0,0,0,0,194,259,'SmartAI',0,3,1,1,1,1,0,35231,28636,0,0,0,0,0,1,0,0,'',12340),(20137,0,0,0,0,0,16502,16503,16504,16505,'Vengeful Unyielding Footman',NULL,NULL,0,59,60,1,1665,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(20138,0,0,0,0,0,17446,0,0,0,'Culuthas',NULL,NULL,0,70,70,1,90,0,1.48,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,3,8,20138,20138,0,0,0,0,0,0,0,36402,37089,35373,0,0,0,0,0,0,0,1051,1377,'SmartAI',1,3,1,4,1,1,0,29026,0,0,0,0,0,0,1,0,0,'',12340),(20139,0,0,0,0,0,19463,19464,19465,0,'Sunfury Conjurer',NULL,NULL,0,68,69,1,1701,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,20139,20139,0,0,0,0,0,0,0,9672,11829,0,0,0,0,0,0,0,0,182,243,'SmartAI',1,3,1,1.1,1,1,0,29546,35231,0,0,0,0,0,1,0,0,'',12340),(20140,0,0,0,0,0,19459,19460,0,0,'Sunfury Centurion',NULL,NULL,0,68,69,1,1793,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,20140,20140,0,0,0,0,0,0,0,35871,8599,0,0,0,0,0,0,0,0,201,268,'SmartAI',1,3,1,1,1,1,0,29545,35231,0,0,0,0,0,1,0,0,'',12340),(20141,0,0,0,0,0,19293,0,0,0,'Hound of Culuthas',NULL,NULL,0,69,70,1,90,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,20141,0,0,0,0,0,0,0,0,36405,36406,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20142,0,0,0,0,0,19373,0,0,0,'Steward of Time','Keepers of Time',NULL,8072,70,70,1,1779,3,0.666668,2.28571,1,1,252,357,0,304,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_steward_of_time',12340),(20143,0,0,0,0,0,19329,18684,0,0,'Void Spawner - Quest - Warp Rifts',NULL,NULL,0,60,60,1,14,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20145,0,0,0,0,0,16634,0,0,0,'Unstable Voidwalker',NULL,NULL,0,60,60,1,14,0,1.125,1.14286,1,0,146,192,0,238,1,1400,1900,2,0,2048,0,0,0,0,0,0,101,167,24,3,0,20145,0,0,0,0,0,0,0,0,33914,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,0.5,1,0,29051,0,0,0,0,0,0,1,0,0,'',12340),(20148,0,0,0,0,0,16269,0,0,0,'Dead Doomguard',NULL,NULL,0,1,1,0,90,0,0.0001,1.14286,1,0,2,3,0,10,1,2000,2000,8,33554432,2048,0,0,0,0,0,0,1,2,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20149,0,0,0,0,0,19303,0,0,0,'Dark War Talbuk','',NULL,0,1,2,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20150,0,0,0,0,0,19376,0,0,0,'Tan War Talbuk','',NULL,0,1,2,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20151,0,0,0,0,0,19377,0,0,0,'White War Talbuk','',NULL,0,1,2,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20152,0,0,0,0,0,19378,0,0,0,'Silver War Talbuk','',NULL,0,1,2,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20153,0,0,0,0,0,17188,0,0,0,'Invis Teleporter',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20154,0,0,0,0,0,19381,0,0,0,'Shrouded Figure',NULL,NULL,0,70,70,1,35,2,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20155,0,0,0,0,0,17200,10812,0,0,'Hillsbrad Internment Lodge Quest Trigger',NULL,NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(20156,0,0,0,0,0,17200,10812,0,0,'Thrall Quest Trigger',NULL,NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(20157,0,0,0,0,0,17824,0,0,0,'Fleeing Dreghood Geomancer',NULL,NULL,0,56,57,0,35,0,1.125,1.14286,1,0,98,130,0,238,1,1244,1467,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,20157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,138,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20158,0,0,0,0,0,19384,0,0,0,'Slime-Covered Corpse','',NULL,0,65,65,1,35,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,537166592,2048,32,0,0,0,0,0,153,227,29,7,128,20158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20159,0,0,0,0,0,19385,0,0,0,'Magister Aledis',NULL,NULL,8081,62,62,1,1604,3,1,1.14286,1,0,131,188,0,116,1,2500,2000,8,0,2048,0,0,0,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.43,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20160,0,0,0,0,0,169,0,0,0,'Infernal Defender',NULL,NULL,0,63,63,0,954,0,1.125,1.14286,1,0,181,253,0,268,1,1333,1568,1,0,2048,0,0,0,0,0,0,147,219,32,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.6,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(20161,0,0,0,0,0,18434,0,0,0,'Vekh\'nir Matriarch',NULL,NULL,0,66,66,1,1738,0,1.125,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,20161,20161,0,0,0,0,0,0,0,9613,37579,34110,0,0,0,0,0,0,0,189,252,'',1,3,1,1,1,1,0,30561,30655,0,0,0,0,0,1,0,0,'',12340),(20162,0,0,0,0,0,19660,0,0,0,'Veronia','',NULL,8082,69,69,1,1744,3,1,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_taxi',12340),(20163,0,0,0,0,0,19402,0,0,0,'Ambassador Solannas','Representative of Prince Kael\'thas',NULL,0,70,70,1,1789,0,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20194,0,0,0,0,0,19645,0,0,0,'Dealer Dunar','General Provisioner',NULL,8084,67,67,1,1731,129,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,33536,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20195,0,0,0,0,0,1913,0,0,0,'Dagz',NULL,NULL,0,60,60,0,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20196,0,0,0,0,0,19405,0,0,0,'Bloodthirsty Marshfang',NULL,NULL,0,61,62,1,14,0,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,34,0,0,0,0,129,191,26,1,1,20196,0,70061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12889,0,0,0,'SmartAI',1,3,1,1,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20197,0,0,0,0,0,18723,0,0,0,'Bogflare Needler',NULL,NULL,0,62,62,1,14,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,44,0,0,0,0,139,207,30,1,1,20197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24372,0,0,0,0,0,0,1,0,0,'',12340),(20198,0,0,0,0,0,19408,0,0,0,'Fenglow Stinger',NULL,NULL,0,62,63,1,14,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,44,0,0,0,0,147,219,32,1,1,20198,0,0,0,0,0,0,0,0,17170,35325,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24485,24372,0,0,0,0,0,1,0,0,'',12340),(20199,0,0,0,0,0,19409,0,0,0,'Ambassador\'s Honor Guard',NULL,NULL,0,68,69,1,1789,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20201,0,0,0,0,0,19411,0,0,0,'Sa\'at','Keepers of Time',NULL,8088,73,73,0,1779,3,1,1.14286,1,1,316,450,0,320,4.6,2000,1734,1,0,2048,0,0,0,0,0,0,278,413,58,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20202,0,0,0,0,0,19414,0,0,0,'Cragskaar',NULL,NULL,0,69,69,1,14,0,1.48,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,206,302,43,5,512,20202,0,80101,0,0,0,0,0,0,32959,0,0,0,0,0,0,0,0,0,1262,1653,'SmartAI',1,3,1,4,1,1,0,29163,29164,0,0,0,0,0,1,0,0,'',12340),(20203,0,0,0,0,0,19418,19420,19419,0,'Nether Technician','B.O.O.M.',NULL,0,67,67,1,35,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,33536,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20204,0,0,0,0,0,19417,0,0,0,'Action Jaxon',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20205,0,0,0,0,0,19421,0,0,0,'Audi the Needle',NULL,NULL,0,70,70,1,35,2,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20206,0,0,0,0,0,19422,0,0,0,'Fei Fei','Tracy\'s Faithful Hound',NULL,0,1,1,0,1732,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20207,0,0,0,0,0,19443,19444,19445,19446,'Sunfury Bowman',NULL,NULL,0,68,69,1,1701,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,20207,20207,0,0,0,0,0,0,0,37847,6660,12024,0,0,0,0,0,0,0,199,265,'SmartAI',1,3,1,1,1,1,0,29545,35231,0,0,0,0,0,1,0,0,'',12340),(20208,22322,0,0,0,0,15292,0,0,0,'Mennu\'s Healing Ward',NULL,NULL,0,64,64,0,74,0,1.125,1.14286,1,0,194,274,0,272,1,1347,1584,1,0,2048,0,0,0,0,0,0,154,226,33,11,0,0,0,0,0,0,0,0,0,0,34978,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20209,0,0,0,0,0,16480,17612,0,0,'B\'naar Control Console',NULL,NULL,0,60,60,0,114,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(20210,0,0,0,0,0,17716,0,0,0,'Shaleskin Flayer',NULL,NULL,0,67,68,1,1873,0,1,0.99206,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,20210,20210,0,0,0,0,0,0,0,36576,0,0,0,0,0,0,0,0,0,194,259,'SmartAI',1,3,1,1,1,1,0,29464,0,0,0,0,0,0,1,0,0,'',12340),(20211,0,0,0,0,0,18434,0,0,0,'Ruuan\'ok Matriarch','',NULL,0,67,67,1,1738,0,1.125,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,20211,20211,0,0,0,0,0,0,0,9613,37579,34110,0,0,0,0,0,0,0,194,259,'',1,3,1,1,1,1,0,30704,0,0,0,0,0,0,1,0,0,'',12340),(20214,0,0,0,0,0,10056,0,0,0,'Arakkoa Egg',NULL,NULL,0,60,60,1,14,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20215,0,0,0,0,0,8612,0,0,0,'Pentatharon',NULL,NULL,0,69,69,1,90,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,3,0,20215,20215,0,0,0,0,0,0,0,36039,12098,0,0,0,0,0,0,0,0,207,275,'SmartAI',1,3,1,1.3,1,1,0,28829,0,0,0,0,0,0,1,0,0,'',12340),(20216,0,0,0,0,0,19667,0,0,0,'Grulloc','Son of Gruul',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,4.6,1300,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,40,20216,20216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,473,623,'SmartAI',1,3,1,20,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(20217,0,0,0,0,0,19479,0,0,0,'Purple Hawkstrider',NULL,NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20218,0,0,0,0,0,19517,19518,19515,19516,'Sunfury Technician',NULL,NULL,0,67,68,1,14,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20220,0,0,0,0,0,19480,0,0,0,'Blue Hawkstrider',NULL,NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20221,0,0,0,0,0,17773,17776,0,0,'Sunfury Flamekeeper',NULL,NULL,0,68,68,1,1701,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,20221,20221,0,0,0,0,0,0,0,35857,33731,8599,0,0,0,0,0,0,0,195,260,'SmartAI',1,3,1,1,1,1,0,28550,28550,35231,0,0,0,0,1,0,0,'',12340),(20222,0,0,0,0,0,19478,0,0,0,'Black Hawkstrider',NULL,NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20223,0,0,0,0,0,19482,0,0,0,'Swift Purple Hawkstrider',NULL,NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20224,0,0,0,0,0,19484,0,0,0,'Swift Green Hawkstrider',NULL,NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20226,0,0,0,0,0,16480,17612,0,0,'Manaforge Visual Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20227,0,0,0,0,0,19509,0,0,0,'Apprentice Tedon','',NULL,8093,4,4,0,1638,1,1,1.14286,1,0,4,5,0,30,1,2000,2000,1,37632,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20229,0,0,0,0,0,19329,18684,0,0,'Void Spawner - Quest - Void Ridge - Galaxis','',NULL,0,60,60,1,14,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20230,0,0,0,0,0,16480,11686,0,0,'Blade\'s Edge - Bladespire Trigger 01',NULL,NULL,0,60,60,0,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20231,0,0,0,0,0,16370,0,0,0,'Supply Officer Pestle','General Goods & Repairs',NULL,8094,62,62,1,1667,4225,1,1.14286,1,1,160,223,0,246,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20232,0,0,0,0,0,16389,0,0,0,'Wing Commander Gryphongar','',NULL,8125,60,60,0,1666,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20233,0,0,0,0,0,19510,0,0,0,'Apprentice Vishael','',NULL,8097,4,4,0,1638,3,1,1.14286,1,0,4,5,0,30,1,2000,2000,1,37632,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20234,0,0,0,0,0,18666,0,0,0,'Runetog Wildhammer','Gryphon Master',NULL,8095,65,65,1,1737,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20235,0,0,0,0,0,21064,0,0,0,'Gryphoneer Windbellow','',NULL,8095,55,55,0,1737,3,1,1.14286,1,1,94,125,0,228,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'npc_taxi',12340),(20236,0,0,0,0,0,21065,0,0,0,'Gryphoneer Leafbeard','',NULL,8100,55,55,0,1737,1,1,1.14286,1,1,94,125,0,228,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20237,0,0,0,0,0,18666,0,0,0,'Honor Hold Gryphon Rider','',NULL,0,65,65,1,1737,0,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,5,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20238,0,0,0,0,0,16449,0,0,0,'Honor Hold Scout',NULL,NULL,0,65,65,1,1737,0,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20239,0,0,0,0,0,11686,0,0,0,'Neutralizing Emote Placeholder',NULL,NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20240,0,0,0,0,0,19497,0,0,0,'Trader Narasu','Kurenai Quartermaster',NULL,0,65,65,1,1723,128,1,1,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20241,0,0,0,0,0,19498,0,0,0,'Provisioner Nasela','Mag\'har Quartermaster',NULL,0,65,65,1,1653,128,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20242,0,0,0,0,0,18660,0,0,0,'Karaaz','Consortium Quartermaster',NULL,0,68,68,1,1731,4224,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20243,0,0,0,0,0,18671,0,0,0,'Scrapped Fel Reaver',NULL,NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,72,20243,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,7.5,1,1,0,29260,0,0,0,0,0,171,1,650854271,2097216,'',12340),(20244,0,0,0,0,0,19315,0,0,0,'Nova',NULL,NULL,0,1,1,0,1604,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20246,0,0,0,0,0,9990,0,0,0,'Manny','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(20247,0,0,0,0,0,5556,0,0,0,'Kitty',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(20248,0,0,0,0,0,19511,19512,19513,19514,'Sunfury Nethermancer',NULL,NULL,0,69,70,1,1701,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,20248,20248,0,0,0,0,0,0,0,9613,17173,0,0,0,0,0,0,0,0,190,252,'SmartAI',1,3,1,1.1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),(20249,0,0,0,0,0,12044,0,0,0,'Cymbre Starsong','General Goods',NULL,0,70,70,1,1660,128,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20250,0,0,0,0,0,7999,0,0,0,'Rashere Pridehoof','Trade Goods',NULL,0,70,70,1,1660,128,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20251,0,0,0,0,0,5494,16925,0,0,'Honor Hold Scout Archery Target','',NULL,0,60,60,1,114,0,0.4,0.992063,1,0,104,138,0,252,1,2000,2000,1,33555204,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,43,1,0,2,'',12340),(20269,0,0,0,0,0,19532,0,0,0,'Montok Redhands','Warsong Gulch Battlemaster',NULL,8261,61,61,0,714,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,33088,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20270,0,0,0,0,0,18424,0,0,0,'Feralfen Druid',NULL,NULL,0,62,62,1,51,0,1.11111,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,20270,20270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,189,'SmartAI',1,3,1,1,1,1,0,24497,0,0,0,0,0,0,1,0,0,'',12340),(20271,0,0,0,0,0,19535,0,0,0,'Haelga Slatefist','Alterac Valley Battlemaster',NULL,8263,61,61,0,534,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,33088,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20272,0,0,0,0,0,19536,0,0,0,'Lylandor','Warsong Gulch Battlemaster',NULL,8264,61,61,0,534,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,33088,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20273,0,0,0,0,0,19538,0,0,0,'Adam Eternum','Arathi Basin Battlemaster',NULL,8265,61,61,0,534,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,33088,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20274,0,0,0,0,0,19533,0,0,0,'Keldor the Lost','Arathi Basin Battlemaster',NULL,8262,61,61,0,714,1048577,1,1.14286,1,1,123,177,0,115,4.6,2000,2000,8,33088,2048,0,0,0,0,0,0,111,164,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20276,0,0,0,0,0,19534,0,0,0,'Wolf-Sister Maka','Alterac Valley Battlemaster',NULL,8260,61,61,0,714,1048577,1.2,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,33088,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20278,0,0,0,0,0,18290,0,0,0,'Vixton Pinchwhistle','Brutal Arena Vendor',NULL,8124,70,70,1,35,129,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20279,0,0,0,0,0,16879,0,0,0,'Ragestone Threshalisk','',NULL,0,62,63,1,14,0,1.125,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,1,0,20279,0,70163,0,0,0,0,0,0,3019,35385,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20280,0,0,0,0,0,16879,0,0,0,'Ragestone Trampler','',NULL,0,62,63,1,14,0,1.125,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,1,0,20280,0,70163,0,0,0,0,0,0,3019,5568,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20281,0,0,0,0,0,18659,0,0,0,'Drijya',NULL,NULL,8101,69,69,1,1731,3,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.75,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(20283,0,0,0,0,0,16879,0,0,0,'Marshrock Stomper',NULL,NULL,0,61,62,1,14,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,1,0,20283,0,70163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20284,0,0,0,0,0,19524,0,0,0,'Dr. Boom',NULL,NULL,0,68,68,1,14,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,33284,2048,0,0,0,0,0,0,195,289,41,7,0,20284,20284,0,0,0,0,0,0,0,35276,0,0,0,0,0,0,0,0,0,13867,18114,'SmartAI',1,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20285,0,0,0,0,0,19189,0,0,0,'Gan\'arg Warp-Tinker',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,3,0,20285,20285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,265,'SmartAI',1,3,1,1,1,1,0,29797,0,0,0,0,0,0,1,0,0,'',12340),(20286,0,0,0,0,0,4626,15880,0,0,'Illadari Point - Succubi Spell Orgin 001',NULL,NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20287,0,0,0,0,0,19651,0,0,0,'Zaxxis Ambusher',NULL,NULL,0,67,67,1,16,0,1.125,1.14286,1,0,225,314,0,288,1,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20288,0,0,0,0,0,4626,15880,0,0,'Illadari Point - Succubi Caster Position 01',NULL,NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20289,0,0,0,0,0,4626,15880,0,0,'Illadari Point - Succubi Caster Position 02','',NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20290,0,0,0,0,0,19287,0,0,0,'Lagoon Eel',NULL,NULL,0,61,62,1,16,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,1,0,20290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20291,0,0,0,0,0,9011,0,0,0,'Lagoon Walker',NULL,NULL,0,61,62,1,1706,0,0.666668,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,20291,0,0,0,0,0,0,0,0,7948,6870,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20292,0,0,0,0,0,18313,0,0,0,'Marsh Baron Brok',NULL,NULL,0,62,62,1,1706,0,0.666668,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,20292,0,0,0,0,0,0,0,0,9616,8142,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20293,0,0,0,0,0,17101,0,0,0,'Bogstrok Clacker',NULL,NULL,0,63,63,1,16,0,1,0.99206,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,20293,0,0,0,0,0,0,0,0,21494,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20294,0,0,0,0,0,17106,0,0,0,'Bogstrok Razorclaw',NULL,NULL,0,62,63,1,16,0,1.125,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,20294,0,0,0,0,0,0,0,0,21055,31551,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20295,0,0,0,0,0,17107,0,0,0,'Bogstrok Crusher',NULL,NULL,0,62,63,1,16,0,1,0.99206,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,20295,0,0,0,0,0,0,0,0,21055,31551,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20296,0,0,0,0,0,17035,14501,0,0,'Teleporter Explosion Trigger',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20324,0,0,0,0,0,19678,0,0,0,'Parched Hydra',NULL,NULL,0,61,61,1,14,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,1,0,20324,0,70061,0,0,0,0,0,0,35236,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24375,29480,0,0,0,0,0,1,0,0,'',12340),(20326,0,0,0,0,0,18646,0,0,0,'Mo\'arg Warp-Master',NULL,NULL,0,70,70,1,90,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,3,0,20326,20326,0,0,0,0,0,0,0,36486,0,0,0,0,0,0,0,0,0,205,273,'SmartAI',1,3,1,1,1,1,0,29797,0,0,0,0,0,0,1,0,0,'',12340),(20327,0,0,0,0,0,20001,0,0,0,'Grishna Raven','',NULL,0,63,64,1,1738,0,1.125,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.6,0.6,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),(20329,0,0,0,0,0,18434,0,0,0,'Grishna Matriarch','',NULL,0,68,68,1,1738,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,20329,20329,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,268,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20330,0,0,0,0,0,19531,0,0,0,'Bloodmaul Battle Worg',NULL,NULL,0,66,67,1,1783,0,1.125,1.14286,1,0,225,314,0,288,1,1700,2000,1,32768,2048,0,1,0,0,0,0,186,276,39,1,1,20330,0,70063,0,0,0,0,0,0,37776,0,0,0,0,0,0,0,11589,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(20331,0,0,0,0,0,19130,19131,19132,0,'G\'eras Vindicator',NULL,NULL,0,70,70,1,1775,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20332,0,0,0,0,0,19537,0,0,0,'Nether Dragon',NULL,NULL,0,70,70,1,1824,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,20332,0,70171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,28970,0,0,0,0,0,0,1,0,0,'',12340),(20333,0,0,0,0,0,11686,0,0,0,'Northern Pipe Credit Marker',NULL,NULL,0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20334,0,0,0,19995,0,11544,0,0,0,'Bladespire Cook',NULL,NULL,0,65,66,1,1780,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,20334,20334,0,0,0,0,0,0,0,37597,37596,30798,0,0,0,0,0,0,0,184,245,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20335,0,0,0,0,0,18082,0,0,0,'Parasitic Fleshbeast',NULL,NULL,0,69,70,1,14,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,36469,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20336,0,0,0,0,0,11686,0,0,0,'Eastern Pipe Credit Marker',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20337,0,0,0,0,0,11686,0,0,0,'Southern Pipe Credit Marker',NULL,NULL,0,60,60,0,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20338,0,0,0,0,0,11686,0,0,0,'Western Pipe Credit Marker',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20339,0,0,0,0,0,19539,0,0,0,'Oric Coe',NULL,NULL,8266,61,61,0,534,1,1,1.14286,1,1,123,177,0,115,4.6,2000,2000,8,33088,2048,0,0,0,0,0,0,111,164,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20340,0,0,0,0,0,19540,0,0,0,'Fleshfiend',NULL,NULL,0,69,70,1,14,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,20340,0,0,0,0,0,0,0,0,36471,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20341,0,0,0,0,0,19626,0,0,0,'Nether-Stalker Oazul',NULL,NULL,0,70,70,1,1731,2,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20342,0,0,0,0,0,19541,0,0,0,'Hal McAllister',NULL,NULL,0,31,31,0,35,0,1,1.14286,1,0,44,58,0,106,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20343,20687,0,0,0,0,15291,0,0,0,'Charming Totem',NULL,NULL,0,60,69,0,58,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20344,0,0,0,0,0,19542,0,0,0,'Nat Pagle',NULL,NULL,0,38,38,0,35,0,1,1.14286,1,0,53,70,0,128,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20345,0,0,0,0,0,19543,0,0,0,'Commander Mograine',NULL,NULL,0,52,52,0,35,0,1,1.14286,1,0,87,117,0,214,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20346,0,0,0,0,0,19544,0,0,0,'Isillien',NULL,NULL,0,50,50,0,35,0,1,1.14286,1,0,79,104,0,194,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20347,0,0,0,0,0,19545,0,0,0,'Abbendis',NULL,NULL,0,51,51,0,35,0,1,1.14286,1,0,80,106,0,198,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,55,81,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20348,0,0,0,0,0,19546,0,0,0,'Fairbanks',NULL,NULL,0,28,28,0,35,0,1,1.14286,1,0,37,49,0,90,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20349,0,0,0,0,0,19547,0,0,0,'Tirion Fordring',NULL,NULL,0,55,55,0,35,0,1,1.14286,1,0,87,116,0,214,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20350,0,0,0,0,0,19548,0,0,0,'Kel\'Thuzad','The Kirin Tor',NULL,0,55,55,0,35,0,1,1.14286,1,0,87,116,0,214,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20351,0,0,0,0,0,19549,0,0,0,'Captain Sanders',NULL,NULL,0,18,18,0,35,0,1,1.14286,1,0,24,32,0,58,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,17,25,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20352,0,0,0,0,0,19550,0,0,0,'Arcanist Doan',NULL,NULL,0,20,20,0,35,0,1,1.14286,1,0,27,36,0,64,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20353,0,0,0,0,0,19551,0,0,0,'Helcular',NULL,NULL,0,38,38,0,35,0,1,1.14286,1,0,49,65,0,120,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,34,50,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20354,0,0,0,0,0,19552,0,0,0,'Nathanos Marris',NULL,NULL,0,48,48,0,35,0,1,1.14286,1,0,75,99,0,184,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,51,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20355,0,0,0,0,0,19553,0,0,0,'Stalvan Mistmantle',NULL,NULL,0,22,22,0,35,0,1,1.14286,1,0,30,39,0,71,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,21,31,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20357,0,0,0,0,0,80,0,0,0,'Sally Whitemane',NULL,NULL,0,14,14,0,35,0,1,1.14286,1,0,19,25,0,46,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,12,19,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20358,0,0,0,0,0,79,0,0,0,'Renault Mograine',NULL,NULL,0,12,12,0,35,0,1,1.14286,1,0,16,21,0,42,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,10,15,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20359,0,0,0,0,0,262,0,0,0,'Little Jimmy Vishas',NULL,NULL,0,6,6,0,35,0,1,1.14286,1,0,6,8,0,29,1,2000,1900,2,0,2048,0,0,0,0,0,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20360,0,0,0,0,0,19619,0,0,0,'Herod the Bully',NULL,NULL,0,16,16,0,35,0,1,1.14286,1,0,22,29,0,52,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20361,0,0,0,0,0,338,0,0,0,'Taelan',NULL,NULL,0,18,18,0,35,0,1,1.14286,1,0,24,32,0,58,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,17,25,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20362,0,0,0,0,0,19555,0,0,0,'Iravar','Eye of the Storm Battlemaster',NULL,0,71,71,1,534,1048577,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,33088,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20363,0,0,0,0,0,19556,0,0,0,'Caretaker Smithers',NULL,NULL,0,31,31,0,35,0,1,1.14286,1,0,44,58,0,106,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20365,0,0,0,0,0,19557,0,0,0,'Bartolo Ginsetti',NULL,NULL,0,30,30,0,35,0,1,1.14286,1,0,42,56,0,102,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20368,0,0,0,0,0,19558,0,0,0,'Farmer Kent','',NULL,0,20,20,0,35,0,1,1.14286,1,0,29,39,0,70,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20370,0,0,0,0,0,19560,0,0,0,'Phin Odelic','The Kirin Tor',NULL,0,31,31,0,35,0,1,1.14286,1,0,31,43,0,46,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,27,39,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20372,0,0,0,0,0,19561,0,0,0,'Jonathan Revah',NULL,NULL,0,30,30,0,35,0,1,1.14286,1,0,30,42,0,44,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20373,0,0,0,0,0,19562,0,0,0,'Magistrate Henry Maleb',NULL,NULL,0,48,48,0,35,0,1,1.14286,1,0,75,99,0,184,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,51,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20374,0,0,0,0,0,19564,0,0,0,'Kandaar','Eye of the Storm Battlemaster',NULL,0,71,71,1,84,1048577,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20376,0,0,0,0,0,19563,0,0,0,'Jerry Carter',NULL,NULL,0,25,25,0,35,0,1,1.14286,1,0,25,36,0,37,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,22,32,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20377,0,0,0,0,0,19565,0,0,0,'Barkeep Kelly','Bartender',NULL,0,34,34,0,35,128,1,1.14286,1,0,34,47,0,50,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,29,42,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20378,0,0,0,0,0,19566,0,0,0,'Chef Jessen','Speciality Meat & Slop',NULL,0,27,27,0,35,130,1,1.14286,1,0,36,47,0,86,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,24,36,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20379,0,0,0,0,0,19567,0,0,0,'Bilger the Straight-laced',NULL,NULL,0,20,20,0,35,0,1,1.14286,1,0,29,39,0,70,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20380,0,0,0,0,0,19568,0,0,0,'Raleigh the True',NULL,NULL,0,27,27,0,35,0,1,1.14286,1,0,36,47,0,86,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,24,36,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20381,0,0,0,0,0,19569,0,0,0,'Jovil','Eye of the Storm Battlemaster',NULL,0,71,71,1,84,1048577,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20382,0,0,0,0,0,19570,0,0,0,'Mitia','Eye of the Storm Battlemaster',NULL,8105,71,71,1,84,1048577,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20383,0,0,0,0,0,19571,0,0,0,'Enlae','Eye of the Storm Battlemaster',NULL,8105,71,71,1,84,1048577,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20384,0,0,0,0,0,19572,0,0,0,'Yula the Fair','Eye of the Storm Battlemaster',NULL,0,71,71,1,714,1048577,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,33088,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20385,0,0,0,0,0,19573,0,0,0,'Andrissa Heartspear','Eye of the Storm Battlemaster',NULL,0,71,71,1,83,1048577,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20386,0,0,0,0,0,19574,0,0,0,'Lyrlia Blackshield','Eye of the Storm Battlemaster',NULL,8104,71,71,1,83,1048577,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20387,0,0,0,0,0,17753,0,0,0,'Young Sporebat',NULL,NULL,0,60,61,1,7,0,1,0.95238,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,33,0,0,0,0,127,188,28,1,1,20387,0,70061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24426,0,0,0,0,0,0,1,0,0,'',12340),(20388,0,0,0,0,0,19576,0,0,0,'Althallen Brightblade','Eye of the Storm Battlemaster',NULL,0,71,71,1,83,1048577,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20389,0,0,0,0,0,19580,0,0,0,'Lee Sparks','The Taskmaster',NULL,8106,65,65,1,35,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20390,0,0,0,0,0,19577,0,0,0,'Duyash the Cruel','Eye of the Storm Battlemaster',NULL,8104,71,71,1,83,1048577,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20391,0,0,0,0,0,10811,17188,0,0,'Event Generator Old Hillsbrad',NULL,NULL,0,1,1,0,35,0,1,1.14286,1.5,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20392,0,0,0,0,0,7380,11686,0,0,'Boom Bot Target',NULL,NULL,0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,1,1,100,9,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,130,'',12340),(20393,0,0,0,0,0,19578,0,0,0,'Foreman Sundown',NULL,NULL,8107,70,70,1,35,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20394,0,0,0,0,0,19579,0,0,0,'Eye of Culuthas',NULL,NULL,0,69,70,1,90,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,20394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20395,0,0,0,0,0,15290,0,0,0,'Battle-Tiger','Adam Eternum\'s Pet',NULL,8267,61,61,0,35,1,1,1.38571,1,0,159,221,0,258,1,2000,2000,1,768,2048,0,0,0,0,0,0,127,188,28,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20396,0,0,0,0,0,1418,2177,6295,0,'Captured Critter','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20397,0,0,0,0,0,20097,0,0,0,'Overseer Seylanna',NULL,NULL,8046,68,68,1,1701,1,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,20397,20397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,224,'SmartAI',1,3,1,1,1,1,0,29396,35231,0,0,0,0,0,1,0,0,'',12340),(20398,0,0,0,0,0,1418,2177,901,0,'Reanimated Critter','',NULL,0,1,1,0,7,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20399,0,0,0,0,0,16888,0,0,0,'Terror Imp',NULL,NULL,0,68,68,1,90,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20400,0,0,0,0,0,127,0,0,0,'Captain Edward Hanes',NULL,NULL,0,16,16,0,35,0,1,1.14286,1,0,22,29,0,52,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20401,0,0,0,0,0,232,0,0,0,'Frances Lin','Barmaid',NULL,0,15,15,0,35,0,1,1.14286,1,0,16,22,0,22,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,15,21,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20402,0,0,0,0,0,1912,0,0,0,'Legion Shocktrooper',NULL,NULL,0,69,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20403,0,0,0,0,0,19594,0,0,0,'Legion Destroyer',NULL,NULL,0,70,70,1,90,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20404,0,0,0,0,0,19593,0,0,0,'Warp-Gate Engineer',NULL,NULL,0,68,69,1,90,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,20404,20404,0,0,0,0,0,0,0,35147,0,0,0,0,0,0,0,0,0,201,268,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20405,21534,0,0,0,0,17612,0,0,0,'Nether Charge',NULL,NULL,0,71,71,1,16,0,3.3,1.14286,1,0,299,426,0,308,1,2000,1900,1,33554434,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.8,1,1,0,0,0,0,0,0,0,106,1,0,130,'',12340),(20406,0,0,0,0,0,19596,0,0,0,'Champion Cyssa Dawnrose','Paladin Trainer',NULL,8111,60,60,0,1602,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,37376,2048,0,0,0,0,2,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20407,0,0,0,0,0,19598,0,0,0,'Farseer Umbrua','Shaman Trainer',NULL,8110,60,60,0,1640,51,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,7,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20408,0,0,0,0,0,19600,0,0,0,'Mana Wyrmling',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(20409,0,0,0,0,0,19601,0,0,0,'Kirin\'Var Apprentice',NULL,NULL,0,69,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,20409,0,0,0,0,0,0,0,0,36099,0,0,0,0,0,0,0,0,0,200,266,'SmartAI',1,3,1,1,1,1,0,29365,0,0,0,0,0,0,1,8388624,0,'',12340),(20410,0,0,0,0,0,19602,0,0,0,'Rhonsus','Master Blacksmith',NULL,0,69,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,20410,20410,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,286,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(20411,0,0,0,0,0,19603,0,0,0,'Spectral Bovine',NULL,NULL,0,5,5,0,190,0,1,0.85714,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(20415,0,0,0,0,0,19610,0,0,0,'Bessy','Thadell\'s Prize Cow',NULL,0,68,68,1,35,2,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,256,2048,0,0,0,0,0,0,195,289,41,1,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,100,1,0,2,'npc_bessy',12340),(20416,0,0,0,0,0,20096,0,0,0,'Overseer Theredis',NULL,NULL,0,68,68,1,1701,1,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,20416,20416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,260,'SmartAI',1,3,1,1,1,1,0,29366,35231,0,0,0,0,0,1,0,0,'',12340),(20417,0,0,0,0,0,16480,17612,0,0,'Coruu Control Console',NULL,NULL,0,60,60,0,114,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(20418,0,0,0,0,0,16480,17612,0,0,'Duro Control Console',NULL,NULL,0,1,1,0,114,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20419,0,0,0,0,0,7133,0,0,0,'Zixil','Aspiring Merchant',NULL,0,32,32,0,120,0,1,1.14286,1,0,45,60,0,108,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20420,0,0,0,0,0,5299,0,0,0,'Overwatch Mark 0','Protector',NULL,0,32,32,0,120,0,1,1.14286,1,0,45,60,0,108,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,31,46,10,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(20422,0,0,0,0,0,19612,19613,19614,19615,'Kirin Tor Mage',NULL,NULL,0,47,47,0,35,0,1,1.14286,1,0,56,78,0,85,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,47,69,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20424,0,0,0,0,0,341,556,310,0,'Hillsbrad Peasant','',NULL,0,10,12,0,35,0,0.666668,1.14286,1,0,17,22,0,46,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,20424,20424,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,187,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20426,0,0,0,0,0,103,19620,129,104,'Hillsbrad Citizen',NULL,NULL,0,12,32,0,35,0,1,1.14286,1,0,32,44,0,47,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,27,40,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20427,0,0,0,0,0,20217,0,0,0,'Veneratus the Many','Servant of Illidan',NULL,0,70,70,1,90,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,20427,20427,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,856,'SmartAI',1,3,1,4,1,1,0,30453,0,0,0,0,0,0,1,0,0,'',12340),(20428,0,0,0,0,0,795,277,226,105,'Hillsbrad Citizen',NULL,NULL,0,44,47,0,35,0,1,1.14286,1,0,56,78,0,85,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,47,69,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20429,0,0,0,0,0,93,109,278,285,'Hillsbrad Citizen',NULL,NULL,0,22,22,0,35,0,1.11111,1.14286,1,0,23,32,0,34,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,20,29,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20430,0,0,0,0,0,96,99,964,98,'Hillsbrad Citizen',NULL,NULL,0,21,21,0,35,0,1,1.14286,1,0,22,30,0,32,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,19,28,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20431,0,0,0,0,0,4626,15880,0,0,'Eclipse Point - Bloodcrystal Spell Orgin',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20432,0,0,0,0,0,428,0,0,0,'Beggar',NULL,NULL,0,2,2,0,35,0,1,1.14286,1,0,2,2,0,26,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20433,0,0,0,0,0,211,0,0,0,'Hillsbrad Farmer',NULL,NULL,0,5,6,0,35,0,1,1.14286,1,0,7,9,0,34,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20434,0,0,0,0,0,239,1170,236,2405,'Horse',NULL,NULL,0,1,2,0,35,0,1,1.28571,1,0,2,2,0,26,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20435,0,0,0,0,0,20095,0,0,0,'Overseer Athanel',NULL,NULL,0,68,68,1,1701,1,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,20435,20435,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,262,'SmartAI',1,3,1,1,1,1,0,29397,35231,0,0,0,0,0,1,0,0,'',12340),(20436,0,0,0,0,0,19448,19449,19450,19451,'Sunfury Protector',NULL,NULL,0,68,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,2000,1900,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20438,0,0,0,0,0,17457,0,0,0,'Ara Technician',NULL,NULL,0,69,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20439,0,0,0,0,0,18289,0,0,0,'Ara Engineer',NULL,NULL,0,70,70,1,90,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20440,0,0,0,0,0,16480,17612,0,0,'Ara Control Console',NULL,NULL,0,60,60,0,114,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(20441,0,0,0,0,0,257,0,0,0,'Natasha Morris',NULL,NULL,0,10,10,0,35,0,1,1.14286,1,0,13,17,0,42,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20442,0,0,0,0,0,19906,0,0,0,'Captain Bo\'kar',NULL,NULL,0,63,64,1,45,0,1.125,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,20442,20442,0,0,0,0,0,0,0,35491,0,0,0,0,0,0,0,0,0,170,226,'',1,3,1,1,1,1,0,24240,0,0,0,0,0,0,1,0,0,'',12340),(20443,0,0,0,0,0,11533,0,0,0,'Ango\'rosh Sentry',NULL,NULL,0,62,63,1,45,0,1.125,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,20443,20443,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,225,'SmartAI',1,3,1,1,1,1,0,24238,0,0,0,0,0,0,1,0,0,'',12340),(20444,0,0,0,0,0,20173,0,0,0,'Ango\'rosh Shadowmage',NULL,NULL,0,63,64,1,45,0,1.125,1.14286,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,20444,20444,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,196,'SmartAI',1,3,1,1,1,1,0,24240,0,0,0,0,0,0,1,0,0,'',12340),(20445,0,0,0,0,0,18358,0,0,0,'Mal\'druk the Soulrender',NULL,NULL,0,64,64,1,45,0,1.48,1.14286,1,1,168,234,0,252,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,136,202,27,7,0,20445,20445,0,0,0,0,0,0,0,16568,35373,0,0,0,0,0,0,0,0,701,920,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20447,0,0,0,0,0,19653,0,0,0,'Protectorate Vanguard',NULL,NULL,0,70,70,1,1795,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,36500,31553,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20448,0,0,0,0,0,19628,0,0,0,'Commander Ameer','The Protectorate',NULL,8120,70,70,1,1795,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20449,0,0,0,0,0,19629,0,0,0,'Researcher Navuud','The Protectorate',NULL,8180,70,70,1,1797,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20450,0,0,0,0,0,19648,0,0,0,'Flesh Handler Viridius',NULL,NULL,8183,70,70,1,1795,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20451,0,0,0,0,0,19634,0,0,0,'Subservient Flesh Beast',NULL,NULL,0,61,62,1,1795,0,1.125,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20452,0,0,0,0,0,19631,0,0,0,'Ethereum Assassin',NULL,NULL,0,68,69,1,1796,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,20452,20452,0,0,0,0,0,0,0,7159,34802,32920,0,0,0,0,0,0,0,199,265,'',1,3,1,1,1,1,0,29482,31956,0,0,0,0,0,1,0,0,'',12340),(20453,0,0,0,0,0,19632,0,0,0,'Ethereum Shocktrooper',NULL,NULL,0,68,69,1,1796,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,20453,20453,0,0,0,0,0,0,0,36500,31553,29060,0,0,0,0,0,0,0,199,265,'',1,3,1,1,1,1,0,29482,31956,0,0,0,0,0,1,0,0,'',12340),(20454,0,0,0,0,0,19633,0,0,0,'Nexus-King Salhadaar',NULL,NULL,0,72,72,1,35,0,1.48,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,20454,20454,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4114,5378,'SmartAI',1,4,1,16,2,1,0,29482,31956,0,0,0,0,213,1,0,2,'',12340),(20455,0,0,0,0,0,15221,0,0,0,'Terror Totem',NULL,NULL,0,1,1,0,14,0,1,0.99206,1,0,159,221,0,258,1,2000,2000,1,512,2048,0,0,0,0,0,0,127,188,28,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20456,0,0,0,0,0,19635,0,0,0,'Ethereum Researcher',NULL,NULL,0,69,70,1,1796,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,20456,20456,0,0,0,0,0,0,0,36506,9532,36508,0,0,0,0,0,0,0,175,233,'',1,3,1,1,1,1,0,29482,31956,0,0,0,0,0,1,0,0,'',12340),(20458,0,0,0,0,0,19637,0,0,0,'Ethereum Archon',NULL,NULL,0,69,70,1,1796,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,20458,20458,0,0,0,0,0,0,0,35924,36513,0,0,0,0,0,0,0,0,207,275,'',1,3,1,1,1,1,0,29482,29591,31956,0,0,0,0,1,0,0,'',12340),(20459,0,0,0,0,0,19638,0,0,0,'Ethereum Overlord',NULL,NULL,0,69,70,1,1796,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,20459,20459,0,0,0,0,0,0,0,32064,36509,0,0,0,0,0,0,0,0,204,272,'',1,3,1,1,1,1,0,29482,29591,31956,0,0,0,0,1,0,0,'',12340),(20460,0,0,0,0,0,19639,0,0,0,'Chief Engineer Gork\'lonn',NULL,NULL,0,70,70,1,90,0,1.48,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20463,0,0,0,0,0,19641,0,0,0,'Apprentice Andrethan',NULL,NULL,8126,68,68,1,35,4227,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20464,0,0,0,0,0,19642,0,0,0,'Thadell',NULL,NULL,0,68,68,1,35,2,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20465,21943,0,0,0,0,14528,0,0,0,'Underbog Frenzy',NULL,NULL,0,62,62,0,1878,0,1,2,1,1,172,240,0,262,4.6,1200,1900,1,32832,2048,0,0,0,0,0,0,139,207,30,1,8,0,0,0,0,0,0,0,0,0,12097,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,2,1,6,1,1,0,0,0,0,0,0,0,180,1,8522768,0,'',12340),(20470,0,0,0,0,0,20988,0,0,0,'Zephyrion',NULL,NULL,8118,68,68,1,1731,3,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20471,0,0,0,0,0,19654,0,0,0,'Nether-Stalker Nauthis',NULL,NULL,8119,70,70,1,1731,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20472,0,0,0,0,0,4626,0,0,0,'Brown Rabbit',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(20473,0,0,0,0,0,17035,17612,0,0,'Surveying Marker One',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20474,0,0,0,0,0,19657,0,0,0,'Ethereum Nexus-Stalker',NULL,NULL,0,69,70,1,1796,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,20474,20474,0,0,0,0,0,0,0,36517,36515,0,0,0,0,0,0,0,0,210,279,'',1,3,1,1,1,1,0,29482,31956,0,0,0,0,0,1,0,0,'',12340),(20475,0,0,0,0,0,17035,17612,0,0,'Surveying Marker Two',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20476,0,0,0,0,0,17035,17612,0,0,'Surveying Marker Three',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20477,0,0,0,0,0,19658,0,0,0,'Terrorclaw',NULL,NULL,0,63,63,1,16,0,1.125,1.14286,1,0,181,253,0,268,1,1333,1568,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,20477,0,0,0,0,0,0,0,0,40504,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20478,21521,0,0,0,0,14273,0,0,0,'Arcane Servant',NULL,NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,1,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20479,0,0,0,0,0,23870,0,0,0,'Unstable Shroom',NULL,NULL,0,65,66,1,14,0,1.125,1.14286,1,0,210,295,0,282,1,1362,1601,1,0,2048,0,0,0,0,0,0,175,260,37,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20480,0,0,0,0,0,14560,0,0,0,'Kirin\'Var Ghost',NULL,NULL,0,68,68,1,14,0,1.125,1.14286,1,0,231,325,0,292,1,2000,1651,1,0,2048,0,0,0,0,0,0,195,289,41,6,0,20480,20480,0,0,0,0,0,0,0,26153,0,0,0,0,0,0,0,0,0,221,293,'',1,3,1,1.2,1,1,0,29338,0,0,0,0,0,0,1,8388624,0,'',12340),(20481,21538,0,0,0,0,5488,0,0,0,'Raging Flames',NULL,NULL,0,72,72,1,16,0,1.71,0.6,1,1,307,438,0,314,7.5,2000,1900,1,0,2048,0,0,0,0,0,0,270,401,53,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,16.5,5,1,0,0,0,0,0,0,0,84,1,0,0,'npc_ragin_flames',12340),(20482,0,0,0,0,0,19661,0,0,0,'Image of Commander Ameer','The Protectorate',NULL,0,70,70,1,1795,2,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,2,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20483,0,0,0,0,0,7919,0,0,0,'Naberius',NULL,NULL,0,69,69,1,14,0,1.48,1.14286,1,1,224,316,0,282,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,188,280,32,6,0,20483,20483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1007,1320,'SmartAI',1,3,1,4,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(20484,0,0,0,0,0,1122,0,0,0,'Area 52 Big Bruiser','',NULL,0,77,77,1,1857,0,1,1.42857,1,1,371,522,0,478,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,38661,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(20485,0,0,0,0,0,11375,11376,11377,0,'Area 52 Bruiser','',NULL,0,77,77,1,1857,0,1,1.42857,1,1,371,522,0,478,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,38661,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(20486,0,0,0,0,0,17700,0,0,0,'Blue Wind Rider',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20488,0,0,0,0,0,17699,0,0,0,'Tawny Wind Rider',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20489,0,0,0,0,0,17720,0,0,0,'Swift Green Wind Rider',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20490,0,0,0,0,0,17721,0,0,0,'Swift Purple Wind Rider',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20491,0,0,0,0,0,17719,0,0,0,'Swift Red Wind Rider',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20492,0,0,0,0,0,17722,0,0,0,'Swift Yellow Wind Rider',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20493,0,0,0,0,0,17701,0,0,0,'Green Wind Rider',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20494,0,0,0,0,0,7248,0,0,0,'Dama Wildmane','Wind Rider Keeper',NULL,8629,70,70,1,1735,130,1.125,1.14286,1,0,252,357,0,304,1,1435,1684,1,4608,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20495,0,0,0,0,0,5050,0,0,0,'Skeletal Stallion',NULL,NULL,0,68,68,1,7,0,1,1.28571,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,6,0,20495,0,0,0,0,0,0,0,0,22911,11978,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(20496,0,0,0,0,0,14368,0,0,0,'Kirin\'Var Spectre',NULL,NULL,0,60,60,1,14,0,1.125,1.14286,1,0,104,138,0,252,1,1406,1651,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,20496,0,0,0,0,0,0,0,0,11980,9613,0,0,0,0,0,0,0,0,191,254,'',1,3,1,1.2,1,1,0,29338,0,0,0,0,0,0,1,8388624,0,'',12340),(20497,0,0,0,0,0,18968,0,0,0,'Fima Five-Fingers','Arena Battlemaster',NULL,8218,70,70,1,35,1048577,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20498,0,0,0,0,0,11710,0,0,0,'Sundered Shard',NULL,NULL,0,67,67,1,91,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,4,512,20498,0,80100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,0.4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20499,0,0,0,0,0,18290,0,0,0,'Fizim Blastwrench','Arena Battlemaster',NULL,8218,70,70,1,35,1048577,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20500,0,0,0,0,0,4048,0,0,0,'Olrokk','Riding Trainer',NULL,8628,70,70,1,1735,82,1.25,1.14286,1,0,252,357,0,304,1,2000,2000,1,4608,2048,0,0,1,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20501,0,0,0,0,0,8834,0,0,0,'Seeping Sludge',NULL,NULL,0,69,70,1,14,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,20501,20501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,44,1,0,0,'',12340),(20502,0,0,0,0,0,20263,0,0,0,'Eclipsion Dragonhawk',NULL,NULL,0,67,68,1,16,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,30,0,0,0,0,195,289,41,1,1,20502,0,70169,0,0,0,0,0,0,37985,0,0,0,0,0,0,0,10480,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20503,0,0,0,0,0,17694,0,0,0,'Ebon Gryphon',NULL,NULL,0,60,60,1,35,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20504,0,0,0,0,0,17697,0,0,0,'Golden Gryphon',NULL,NULL,0,60,60,1,35,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20505,0,0,0,0,0,17696,0,0,0,'Snowy Gryphon Mount',NULL,NULL,0,60,60,1,35,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20506,0,0,0,0,0,17703,0,0,0,'Swift Green Riding Gryphon',NULL,NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20507,0,0,0,0,0,17717,0,0,0,'Swift Purple Riding Gryphon',NULL,NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20508,0,0,0,0,0,17718,0,0,0,'Swift Red Riding Gryphon',NULL,NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20509,0,0,0,0,0,17759,0,0,0,'Swift Blue Riding Gryphon',NULL,NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20510,0,0,0,0,0,12055,0,0,0,'Brunn Flamebeard','Gryphon Keeper',NULL,8623,70,70,1,1732,131,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20511,0,0,0,0,0,12054,0,0,0,'Ilsa Blusterbrew','Riding Trainer',NULL,8622,70,70,1,1732,83,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,1,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20512,0,0,0,0,0,20043,0,0,0,'Tormented Soul','Kirin Tor',NULL,0,68,68,1,14,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,6,0,20512,20512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,296,'',1,3,1,1.2,1,1,0,29338,0,0,0,0,0,0,1,8388624,0,'',12340),(20513,0,0,0,0,0,16387,16388,16389,16390,'Honor Hold Defender',NULL,NULL,0,59,60,0,1666,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20514,0,0,0,0,0,1204,0,0,0,'Searing Elemental',NULL,NULL,0,67,68,1,91,0,1.125,1.14286,1,0,231,325,2,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,4,0,20514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20515,0,0,0,0,0,1233,0,0,0,'Harpax','Flight Master',NULL,6944,65,65,1,35,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20516,0,0,0,0,0,19917,0,0,0,'Warp Monstrosity',NULL,NULL,0,68,69,1,16,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,4,0,20516,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20518,0,0,0,0,0,19671,0,0,0,'Image of Wind Trader Marid',NULL,NULL,8127,69,69,1,1731,3,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,106,1,0,2,'',12340),(20520,0,0,0,0,0,19745,21072,0,0,'Ethereum Prisoner',NULL,NULL,0,71,71,1,1797,0,1.125,1.14286,1,0,299,426,0,308,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20551,0,0,0,0,0,19675,0,0,0,'Agent Araxes','The Protectorate',NULL,8128,68,68,1,1797,3,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20552,0,0,0,0,0,19675,0,0,0,'Agent Ya-six','The Protectorate',NULL,0,68,68,1,1797,2,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20553,0,0,0,0,0,19676,0,0,0,'Image of Commander Ameer','The Protectorate',NULL,0,70,70,1,1795,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20554,0,0,0,0,0,19681,0,0,0,'Arconus the Insatiable',NULL,NULL,0,70,70,1,1715,0,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,10,0,20554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,262,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20555,0,0,0,0,0,19677,0,0,0,'Goc','Son of Gruul',NULL,0,70,70,1,14,0,1.48,1.14286,1,1,252,357,0,304,4.6,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,8,0,20555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6066,7926,'SmartAI',1,3,1,20,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20556,0,0,0,0,0,3258,3257,0,0,'Stormwind Marine','','Directions',0,28,32,0,11,1,1.125,1.14286,1,0,45,60,0,108,1,1400,1900,1,0,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),(20557,0,0,0,0,0,20853,0,0,0,'Wrath Hound','',NULL,0,69,71,1,90,0,1.125,1.14286,1,0,299,426,0,308,1,1500,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,3,0,20557,0,70161,0,0,0,0,0,0,22911,36406,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20561,0,0,0,0,0,19493,19494,19495,19496,'Withered Corpse',NULL,NULL,0,69,70,1,1701,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,388,2048,32,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20563,0,0,0,0,0,19683,0,0,0,'Grand Commander Ruusk',NULL,NULL,8336,72,72,1,1701,3,1.71,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20564,0,0,0,0,0,19684,0,0,0,'Image of Agent Ya-six','The Protectorate',NULL,0,68,68,1,1797,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,768,2048,0,0,0,0,0,0,195,289,41,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20599,0,0,0,0,0,19688,0,0,0,'Lured Colossus',NULL,NULL,0,62,62,1,778,0,1,0.992063,1,1,172,240,0,262,7.5,1318,1551,1,64,2048,0,0,0,0,0,0,139,207,30,5,512,0,0,80101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20600,0,0,0,0,0,19691,0,0,0,'Maggoc','Son of Gruul',NULL,0,70,70,1,14,0,1.6,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,20600,20600,0,0,0,0,0,0,0,38770,42139,38777,40743,0,0,0,0,0,0,1306,1710,'SmartAI',1,3,1,20,1,1,0,0,0,0,0,0,0,125,1,0,0,'',12340),(20601,0,0,0,0,0,19692,0,0,0,'Razaani Raider',NULL,NULL,0,67,68,1,1678,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,20601,20601,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,259,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20603,0,0,0,0,0,19697,0,0,0,'Reflection of Ya-six',NULL,NULL,0,68,68,1,1797,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,768,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20604,0,0,0,0,0,19693,0,0,0,'Dugiru','Alliance Cloth Quartermaster',NULL,8132,35,35,0,1638,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20605,0,0,0,0,0,17035,15435,0,0,'Dr. Boom','',NULL,0,68,68,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20606,0,0,0,0,0,20556,0,0,0,'Shaleskin Ripper',NULL,NULL,0,68,69,1,1873,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,20606,0,0,0,0,0,0,0,0,36590,36576,0,0,0,0,0,0,0,0,197,262,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20607,0,0,0,0,0,19695,0,0,0,'Craghide Basilisk',NULL,NULL,0,68,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,1,0,20607,0,70164,0,0,0,0,0,0,35313,35385,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20608,0,0,0,0,0,17035,11686,0,0,'Ya-six Spell Generator',NULL,NULL,0,70,70,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20609,0,0,0,0,0,19772,0,0,0,'Razaani Nexus Stalker',NULL,NULL,0,67,68,1,1678,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,20609,20609,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,222,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20610,0,0,0,0,0,19696,0,0,0,'Talbuk Doe',NULL,NULL,0,68,69,1,15,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,1,0,20610,0,70063,0,0,0,0,0,0,32019,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,29751,0,0,0,0,0,0,1,0,0,'',12340),(20611,0,0,0,0,0,19771,0,0,0,'Shimmerwing Moth',NULL,NULL,0,68,69,1,7,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,37,0,0,0,0,206,302,43,1,1,20611,0,0,0,0,0,0,0,0,36592,32914,0,0,0,0,0,0,13105,0,0,0,'',1,7,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20612,0,0,0,0,0,19703,0,0,0,'Sorim Lightsong','Horde Cloth Quartermaster',NULL,8140,35,35,0,1604,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20613,0,0,0,0,0,19698,0,0,0,'Arodis Sunblade','Keeper of Sha\'tari Artifacts',NULL,0,64,64,1,1744,4224,1,1.14286,1,0,194,274,0,272,1,1500,2000,1,33024,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20614,0,0,0,0,0,20987,0,0,0,'Razaani Spell-Thief',NULL,NULL,0,67,68,1,1678,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,20614,20614,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,222,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20616,0,0,0,0,0,19699,0,0,0,'Asuur','Keeper of Sha\'tari Artifacts',NULL,0,64,64,0,1743,4224,1,1.14286,1,0,194,274,0,272,1,1500,2000,1,33024,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20617,0,0,0,0,0,17035,11686,0,0,'Red Crystal Trigger',NULL,NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20618,0,0,0,0,0,19702,0,0,0,'Mana Invader',NULL,NULL,0,67,68,1,14,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,1,0,20618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20619,0,0,0,0,0,19331,0,0,0,'Ethereum Relay',NULL,NULL,0,67,68,1,1821,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,10,0,20619,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.25,1,1,0,29459,0,0,0,0,0,0,1,0,0,'',12340),(20634,0,0,0,0,0,19758,0,0,0,'Scythetooth Raptor',NULL,NULL,0,68,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,11,0,0,0,0,206,302,43,1,1,20634,0,70063,0,0,0,0,0,0,37359,8599,0,0,0,0,0,0,12153,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20635,0,0,0,0,0,17200,0,0,0,'Razaani Light Orb',NULL,NULL,0,1,1,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,7,1,1,1,1,0,0,0,0,0,0,0,181,1,0,130,'',12340),(20666,0,0,0,0,0,16480,19595,0,0,'Blade\'s Edge - Orb Trigger 01',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20668,0,0,0,0,0,19634,0,0,0,'Fiendling Flesh Beast',NULL,NULL,0,67,67,1,7,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,10,0,20668,0,0,0,0,0,0,0,0,36471,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,30840,0,0,0,0,0,158,1,0,0,'',12340),(20669,0,0,0,0,0,18358,0,0,0,'Shade of Mal\'druk','',NULL,0,64,64,1,45,0,1.125,1.14286,1,0,168,234,0,252,1,1400,1900,2,0,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20670,0,0,0,0,0,16480,11686,0,0,'Blade\'s Edge - Flesh Beast Zap Trigger',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20671,0,0,0,0,0,19705,0,0,0,'Ripfang Lynx',NULL,NULL,0,68,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,1,1500,2000,1,0,2048,0,2,0,0,0,0,206,302,43,1,1,20671,0,70063,0,0,0,0,0,0,36589,31279,0,0,0,0,0,0,11572,0,0,0,'SmartAI',1,1,1,1,1,1,0,29801,0,0,0,0,0,0,1,0,0,'',12340),(20672,0,0,0,0,0,19708,0,0,0,'Royal Guard',NULL,NULL,0,80,80,2,1603,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20673,0,0,0,0,0,19709,0,0,0,'Swiftwing Shredder',NULL,NULL,0,68,69,1,16,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,27,0,0,0,0,206,302,43,1,1,20673,0,70169,0,0,0,0,0,0,36594,19514,0,0,0,0,0,0,11581,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20674,0,0,0,0,0,20105,20106,20107,20108,'Shield of Velen',NULL,'Directions',0,80,80,2,1639,1,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),(20676,0,0,0,0,0,127,11686,0,0,'Ethereum Sparring Dummy',NULL,NULL,0,68,68,1,1799,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,256,2048,0,0,0,0,0,0,195,289,41,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20677,0,0,0,0,0,17767,0,0,0,'Morod the Windstirrer','',NULL,8162,62,62,0,35,3,1,1,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20678,0,0,0,0,0,19720,0,0,0,'Akoru the Firecaller','',NULL,8163,62,62,0,35,3,1,1,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20679,0,0,0,0,0,19721,0,0,0,'Aylaan the Waterwaker',NULL,NULL,8161,62,62,0,35,3,1,1,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20680,0,0,0,0,0,19719,0,0,0,'Arzeth the Powerless','Servant of the Betrayer',NULL,0,63,63,1,51,0,1.125,1.14286,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,3,0,20680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,196,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20682,0,0,0,0,0,19716,0,0,0,'Terokkarantula',NULL,NULL,0,65,65,1,14,0,1.71,1.14286,1,1,200,281,0,278,4.6,1362,1601,1,0,2048,0,3,0,0,0,0,166,246,35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13121,0,0,0,'SmartAI',1,3,1,4,1,1,0,0,0,0,0,0,0,239,1,8389714,0,'',12340),(20683,0,0,0,0,0,19717,0,0,0,'Prophetess Cavrylin',NULL,NULL,0,68,69,1,90,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,3,0,20683,20683,0,0,0,0,0,0,0,37629,37997,0,0,0,0,0,0,0,0,195,260,'SmartAI',1,3,1,1.2,1,1,0,30614,0,0,0,0,0,0,1,0,0,'',12340),(20684,0,0,0,0,0,19366,0,0,0,'Lady Shav\'rar',NULL,NULL,0,68,69,1,1813,0,1,1,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,20684,20684,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,254,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20685,0,0,0,0,0,19722,0,0,0,'Overseer Azarad',NULL,NULL,0,70,70,1,1793,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,3,0,20685,20685,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,240,'',1,3,1,1,1,1,0,29411,0,0,0,0,0,0,1,0,0,'',12340),(20709,0,0,0,0,0,19725,11686,0,0,'Blade Dance Target',NULL,NULL,0,69,69,1,1665,0,1.48,1.14286,1,1,2,2,0,24,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(20710,0,0,0,0,0,19726,0,0,0,'Bogstrok Hatchling','',NULL,0,63,63,1,16,0,1.125,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,0.2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20713,0,0,0,0,0,19728,0,0,0,'Fey Drake',NULL,NULL,0,65,66,1,1803,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,0,2048,0,0,0,0,0,0,161,240,29,2,0,20713,0,70063,0,77,77,77,77,0,36718,11981,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,5,1,1,1,1,0,30174,0,0,0,0,0,0,1,0,0,'',12340),(20714,0,0,0,0,0,19785,0,0,0,'Ridgespine Stalker',NULL,NULL,0,66,67,1,16,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,3,0,0,0,0,186,276,39,1,1,20714,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,13116,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(20722,0,0,0,0,0,19740,0,0,0,'Herald Bran\'daan',NULL,NULL,5782,50,50,0,1638,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20723,0,0,0,19995,0,11583,0,0,0,'Korgaah',NULL,NULL,0,67,67,1,1782,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,20723,20723,0,0,0,0,0,0,0,11978,23600,8599,0,0,0,0,0,0,0,256,339,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20724,0,0,0,0,0,19737,0,0,0,'Herald Amorlin',NULL,NULL,0,50,50,0,1604,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20726,0,0,0,19995,0,18358,0,0,0,'Mugdorg','',NULL,0,66,66,1,1782,0,1.125,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,20726,20726,0,0,0,0,0,0,0,29651,12058,12550,11986,0,0,0,0,0,0,212,282,'',1,3,1,1.5,1,1,0,30415,0,0,0,0,0,51,1,0,0,'',12340),(20727,0,0,0,0,0,19739,0,0,0,'Captain Zovax',NULL,NULL,0,70,70,1,1796,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,20727,20727,0,0,0,0,0,0,0,15496,33962,0,0,0,0,0,0,0,0,203,270,'SmartAI',1,3,1,1,1,1,0,31956,0,0,0,0,0,0,1,0,0,'',12340),(20728,0,0,0,0,0,19758,0,0,0,'Bladespire Raptor',NULL,NULL,0,65,66,1,1780,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,11,0,0,0,0,175,260,37,1,1,20728,0,70063,0,0,0,0,0,0,35321,0,0,0,0,0,0,0,13235,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20729,0,0,0,0,0,20093,0,0,0,'Bladespire Ravager',NULL,NULL,0,67,67,1,1780,0,1.48,1.14286,1,1,225,314,0,288,4.6,2000,2000,1,32832,2048,0,11,0,0,0,0,186,276,39,1,1,20729,0,70065,0,0,0,0,0,0,16128,22911,0,0,0,0,0,0,13231,0,0,0,'',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20730,0,0,0,19995,0,11583,0,0,0,'Glumdor',NULL,NULL,0,66,66,1,1782,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,20730,20730,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,330,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20731,0,0,0,19995,0,18358,0,0,0,'Droggam','',NULL,0,66,66,1,1782,0,1.125,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,20731,20731,0,0,0,0,0,0,0,9053,11831,12544,0,0,0,0,0,0,0,210,280,'',1,3,1,1.5,1,1,0,30413,0,0,0,0,0,51,1,0,0,'',12340),(20732,0,0,0,19995,0,18358,0,0,0,'Gorr\'Dim','',NULL,0,67,67,1,1782,0,1.125,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,20732,20732,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,286,'',1,3,1,1.5,1.2,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20735,0,0,0,0,0,19744,0,0,0,'Archmage Lan\'dalock',NULL,NULL,10061,80,80,2,2007,3,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'npc_archmage_landalock',12340),(20736,0,0,0,0,0,4626,15880,0,0,'Blade\'s Edge - Legion - Invis Bunny',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20747,0,0,0,0,0,7898,0,0,0,'Silkwing Larva',NULL,NULL,0,65,66,1,7,0,1.125,1.14286,1,0,210,295,0,282,1,1800,2000,1,0,2048,0,0,0,0,0,0,175,260,37,1,0,20747,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,30791,0,0,0,0,0,0,1,0,0,'',12340),(20748,0,0,0,0,0,9370,0,0,0,'Thunderlord Dire Wolf',NULL,NULL,0,65,66,1,1804,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,1,0,0,0,0,175,260,37,1,1,20748,0,70063,0,0,0,0,0,0,5781,0,0,0,0,0,0,0,13047,0,0,0,'SmartAI',1,1,1,1,1,1,0,30184,0,0,0,0,0,0,1,0,0,'',12340),(20749,0,0,0,0,0,20838,20842,20839,0,'Scalewing Serpent',NULL,NULL,0,66,67,1,14,0,1.6,1.42857,1,0,225,314,0,288,1,1667,2000,1,0,2048,0,27,0,0,0,0,186,276,39,1,1,20749,0,70169,0,0,0,0,0,0,37841,0,0,0,0,0,0,0,11584,0,0,0,'SmartAI',1,1,1,1,1,1,0,30849,0,0,0,0,0,150,1,0,0,'',12340),(20751,0,0,0,0,0,19759,0,0,0,'Daggermaw Lashtail',NULL,NULL,0,66,67,1,48,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,11,0,0,0,0,186,276,39,1,1,20751,0,70063,0,0,0,0,0,0,35570,7367,0,0,0,0,0,0,13234,0,0,0,'',1,1,1,1,1,1,0,30798,0,0,0,0,0,0,1,0,0,'',12340),(20752,0,0,0,0,0,17798,0,0,0,'Grand Silkwing','',NULL,0,66,67,1,14,0,1.125,1.14286,1,0,225,314,0,288,1,1400,1900,1,0,2048,0,37,0,0,0,0,186,276,39,1,1,20752,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13106,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20753,0,0,0,0,0,18358,0,0,0,'Dorgok',NULL,NULL,0,67,67,1,1781,0,1.125,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,20753,20753,0,0,0,0,0,0,0,11962,39119,12493,0,0,0,0,0,0,0,184,245,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20755,0,0,0,0,0,1126,17188,0,0,'Ethereum Energy Cell',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,2,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,58,1,0,130,'',12340),(20756,0,0,0,0,0,11544,0,0,0,'Bladespire Chef','',NULL,0,67,67,1,1780,0,1.48,1.14286,1,1,225,314,0,288,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,186,276,39,7,0,20756,20756,0,0,0,0,0,0,0,37597,37596,30798,0,0,0,0,0,0,0,1173,1537,'SmartAI',1,3,1,4,1,1,0,31755,0,0,0,0,0,51,1,0,0,'',12340),(20757,0,0,0,0,0,18070,0,0,0,'Fingrom',NULL,NULL,0,67,67,1,1782,0,1.48,1.14286,1,1,204,287,0,272,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,170,253,31,7,0,20757,20757,0,0,0,0,0,0,0,15242,33245,33061,0,0,0,0,0,0,0,1173,1537,'',1,3,1,5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20762,0,0,0,0,0,10726,0,0,0,'Gur\'zil','Wind Rider Master',NULL,6944,65,65,0,126,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20763,0,0,0,0,0,19653,0,0,0,'Captured Protectorate Vanguard',NULL,NULL,0,70,70,1,1795,2,1.125,1,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,36500,31553,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20764,0,0,0,0,0,10811,17188,0,0,'Ethereum Target',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20765,0,0,0,0,0,19762,0,0,0,'Bladespire Crusher',NULL,NULL,0,67,67,1,1780,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,20765,20765,0,0,0,0,0,0,0,15496,8599,0,0,0,0,0,0,0,0,190,253,'SmartAI',1,3,1,1,1,1,0,31651,0,0,0,0,0,51,1,0,0,'',12340),(20766,0,0,0,0,0,19765,0,0,0,'Bladespire Mystic',NULL,NULL,0,67,67,1,1780,0,1.6,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,20766,20766,0,0,0,0,0,0,0,37599,11986,12550,0,0,0,0,0,0,0,162,217,'SmartAI',1,3,1,1,1,1,0,31651,0,0,0,0,0,51,1,0,0,'',12340),(20767,0,0,0,0,0,17035,11686,0,0,'Mana Bomb Explosion Trigger',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20768,0,0,0,0,0,11544,0,0,0,'Gnosh Brognat','',NULL,0,67,67,1,1782,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,20768,20768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,339,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20769,0,0,0,0,0,14501,0,0,0,'Salaadin\'s Energy Ball',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,58,1,0,130,'',12340),(20770,0,0,0,0,0,19774,0,0,0,'Warden Icoshock',NULL,NULL,0,70,70,1,1796,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,20770,20770,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,273,'SmartAI',1,3,1,1,1,1,0,29482,29742,31956,0,0,0,0,1,0,0,'',12340),(20771,0,0,0,0,0,1126,17200,0,0,'Razaani Light Orb - Mini',NULL,NULL,0,1,1,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,181,1,0,130,'',12340),(20772,0,0,0,0,0,18700,0,0,0,'Netherock',NULL,NULL,0,68,68,1,14,0,1.48,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,195,289,41,5,512,20772,0,80101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1218,1595,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,1040,0,'',12340),(20773,0,0,0,0,0,2850,0,0,0,'Barbscale Crocolisk',NULL,NULL,0,68,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,6,0,0,0,0,206,302,43,1,1,20773,0,70063,0,0,0,0,0,0,25640,3604,0,0,0,0,0,0,12914,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20774,0,0,0,0,0,19775,0,0,0,'Farahlon Lasher',NULL,NULL,0,68,69,1,7,0,1.125,1.14286,1,0,245,346,3,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,4,256,20774,0,80001,0,0,0,0,0,0,36604,12747,3019,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,29749,0,0,0,0,0,0,1,0,0,'',12340),(20775,0,0,0,0,0,19776,0,0,0,'Markaru',NULL,NULL,0,68,68,1,14,0,1.125,1.14286,1,0,231,325,0,292,1,750,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,1,0,20775,0,0,0,0,0,0,0,0,36627,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.7,1,1,0,29768,0,0,0,0,0,0,1,0,0,'',12340),(20777,0,0,0,0,0,19779,0,0,0,'Talbuk Sire',NULL,NULL,0,68,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,1,0,20777,0,70063,0,0,0,0,0,0,32023,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,29751,0,0,0,0,0,0,1,0,0,'',12340),(20778,0,0,0,0,0,15380,0,0,0,'Void Waste',NULL,NULL,0,68,69,1,7,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,10,0,20778,20778,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20779,0,0,0,0,0,15463,0,0,0,'Congealed Void Horror',NULL,NULL,0,70,70,1,1799,0,1.48,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,10,0,20779,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20780,0,0,0,0,0,19782,0,0,0,'Kaylaan','',NULL,8214,69,69,1,1743,3,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,35746,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20781,0,0,0,0,0,17035,11686,0,0,'Seed of Revitalization Target Trigger',NULL,NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20782,0,0,0,0,0,1126,11686,0,0,'Ethereum Archon Energy Cell',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,58,1,0,130,'',12340),(20783,0,0,0,0,0,21171,0,0,0,'Porfus the Gem Gorger','',NULL,0,71,71,1,1800,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,20783,0,70164,0,0,0,0,0,0,36500,31553,0,0,0,0,0,0,0,0,1222,1425,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8389744,0,'',12340),(20784,0,0,0,0,0,19668,0,0,0,'Armbreaker Huffaz','',NULL,0,71,71,1,1800,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,20784,0,0,0,0,0,0,0,0,36500,31553,0,0,0,0,0,0,0,0,1222,1425,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8389744,0,'',12340),(20785,0,0,0,0,0,19189,0,0,0,'Fel Tinkerer Zortan','',NULL,0,71,71,1,1800,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,10,0,20785,0,0,0,0,0,0,0,0,36500,9080,0,0,0,0,0,0,0,0,1222,1425,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8389744,0,'',12340),(20786,0,0,0,0,0,21170,0,0,0,'Gul\'bor','The Den Mother',NULL,0,71,71,1,1800,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,20786,0,0,0,0,0,0,0,0,36500,31553,0,0,0,0,0,0,0,0,1222,1425,'',0,3,1,1,1,1,0,0,0,0,0,0,0,124,1,8389744,0,'',12340),(20787,0,0,0,0,0,19745,0,0,0,'Captain Tyralius',NULL,NULL,0,69,70,1,1797,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,36500,9080,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20788,0,0,0,0,0,19874,0,0,0,'Forgosh','The Duke of Fiends',NULL,0,71,71,1,1800,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,10,0,20788,0,0,0,0,0,0,0,0,36500,31553,0,0,0,0,0,0,0,0,1222,1425,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8389744,0,'',12340),(20789,0,0,0,0,0,19722,0,0,0,'Wrathbringer Laz-tarash','',NULL,0,71,71,1,1800,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,20789,0,0,0,0,0,0,0,0,31553,36500,0,0,0,0,0,0,0,0,1222,1425,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8389744,0,'',12340),(20790,0,0,0,0,0,21167,0,0,0,'Malevus the Mad','',NULL,0,71,71,1,1800,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,20790,0,0,0,0,0,0,0,0,29651,36500,9080,0,0,0,0,0,0,0,1222,1425,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8389744,0,'',12340),(20791,0,0,0,0,0,17082,0,0,0,'Iorioa','Portal Trainer',NULL,8268,63,63,0,1741,49,1,1.14286,1,0,138,199,0,119,1,2000,2000,8,33024,2048,0,0,0,0,8,0,125,185,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20792,0,0,0,0,0,4606,0,0,0,'Bloodscale Elemental',NULL,NULL,0,62,63,1,74,0,1.125,1.14286,1,0,181,253,0,268,1,2000,1900,1,32768,2048,0,0,0,0,0,0,147,219,32,4,0,20792,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.3,0.3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20793,0,0,0,0,0,18731,0,0,0,'Field Marshal Brock','',NULL,0,71,71,1,1667,2,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20794,0,0,0,0,0,20182,0,0,0,'Kaylaan the Lost',NULL,NULL,0,71,71,1,35,0,1.48,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,37552,37569,37553,35614,0,0,0,0,0,0,0,0,'',1,3,1,20,6,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20795,0,0,0,0,0,19366,0,0,0,'Keeper of the Cistern',NULL,NULL,0,68,69,1,1826,0,1.125,1.14286,1,0,224,316,0,282,1,1400,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,20795,20795,0,0,0,0,0,0,0,32011,11831,0,0,0,0,0,0,0,0,300,600,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20796,0,0,0,0,0,3232,17200,0,0,'Netherstorm Target',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20797,0,0,0,0,0,19793,0,0,0,'Deviate Coiler Hatchling',NULL,NULL,0,11,11,0,14,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,27,0,0,0,0,9,14,100,1,1,20797,0,100009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10540,0,0,0,'',1,1,1,1,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),(20798,0,0,0,0,0,18816,0,0,0,'Razorsaw',NULL,NULL,0,61,62,1,90,0,0.944444,0.952381,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,3,0,20798,20798,0,0,0,0,0,0,0,32735,36486,0,0,0,0,0,0,0,0,164,220,'SmartAI',0,3,1,1,1,1,0,29586,0,0,0,0,0,0,1,0,0,'',12340),(20799,0,0,0,0,0,17372,0,0,0,'Battle Scryer Unther','',NULL,0,65,65,1,1671,0,1.48,1.14286,1,1,2,2,0,24,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,200,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20800,0,0,0,0,0,19899,0,0,0,'Forgemaster Morug',NULL,NULL,0,68,69,1,90,0,1.48,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,206,302,43,3,0,20800,20800,0,0,0,0,0,0,0,34261,36228,0,0,0,0,0,0,0,0,1388,1817,'SmartAI',1,3,1,4.5,3,1,0,29624,0,0,0,0,0,0,1,0,0,'',12340),(20801,0,0,0,0,0,20751,0,0,0,'Silroth',NULL,NULL,0,68,69,1,90,0,1.71,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,206,302,43,3,0,20801,20801,0,0,0,0,0,0,0,36252,36253,0,0,0,0,0,0,0,0,1388,1817,'SmartAI',1,3,1,4.5,3,1,0,29625,0,0,0,0,0,0,1,0,0,'',12340),(20802,0,0,0,0,0,20161,0,0,0,'Protectorate Demolitionist',NULL,NULL,0,70,70,1,1795,0,1.5,1,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,16856,31553,30619,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.6,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(20803,0,0,0,0,0,19200,0,0,0,'Overmaster Grindgarr',NULL,NULL,0,70,70,1,90,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,3,0,20803,20803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,276,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20804,0,0,0,0,0,2581,11686,0,0,'Netherstorm Moarg Work Target',NULL,NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20805,0,0,0,0,0,15436,0,0,0,'Void Waste Globule',NULL,NULL,0,68,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20806,0,0,0,0,0,19796,0,0,0,'Seeping Sludge Globule',NULL,NULL,0,69,70,1,14,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,44,1,0,0,'',12340),(20807,0,0,0,0,0,19794,0,0,0,'Scribe Saalyn','Aldor Inscriptions',NULL,0,70,70,2,1743,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20808,0,0,0,0,0,19795,0,0,0,'Scribe Veredis','Scryer Inscriptions',NULL,0,70,70,2,1744,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20809,0,0,0,0,0,17035,17200,0,0,'Mana Bomb Channel Trigger',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20810,0,0,0,0,0,17689,0,0,0,'Mehrdad',NULL,NULL,8231,68,68,1,1731,3,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20811,0,0,0,0,0,19655,0,0,0,'Ghabar','Head Eco-Dome Engineer',NULL,0,69,69,1,1731,2,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,256,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20812,0,0,0,0,0,17705,0,0,0,'Corki',NULL,NULL,7674,60,60,1,1722,1,1,1,1,0,104,138,0,252,1,2000,1900,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_corki',12340),(20813,0,0,0,0,0,1061,16925,0,0,'Zeth\'Gor Quest Credit Marker, Barracks',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20814,0,0,0,0,0,1061,16925,0,0,'Zeth\'Gor Quest Credit Marker, Stable',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20815,0,0,0,0,0,1061,16925,0,0,'Zeth\'Gor Quest Credit Marker, East Hovel',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20816,0,0,0,0,0,1061,16925,0,0,'Zeth\'Gor Quest Credit Marker, West Hovel',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20825,0,0,0,0,0,19745,17612,0,0,'Ethereum Prisoner (Tyralius)',NULL,NULL,0,70,70,1,1797,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20845,0,0,0,0,0,1126,19595,0,0,'Blade\'s Edge - Deadsoul Orb',NULL,NULL,0,1,1,1,35,0,1.125,0.3,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,181,1,0,130,'',12340),(20846,0,0,0,0,0,19869,0,0,0,'Gray Elekk',NULL,NULL,0,40,40,0,35,0,1,1.38571,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20847,0,0,0,0,0,19870,0,0,0,'Purple Elekk',NULL,NULL,0,40,40,0,35,0,1,1.38571,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20848,0,0,0,0,0,19871,0,0,0,'Great Blue Elekk',NULL,NULL,0,60,60,0,35,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20849,0,0,0,0,0,19873,0,0,0,'Great Green Elekk',NULL,NULL,0,60,60,0,35,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20850,0,0,0,0,0,19872,0,0,0,'Great Purple Elekk',NULL,NULL,0,60,60,0,35,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20851,0,0,0,0,0,16480,11686,0,0,'Blade\'s Edge - Deadsoul Orb Flight 01',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20852,0,0,0,0,0,14380,11686,0,0,'Blade\'s Edge - Deadsoul Orb Flight 02',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20853,0,0,0,0,0,17035,11686,0,0,'Blade\'s Edge - Deadsoul Orb Flight 03',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20854,0,0,0,0,0,19636,0,0,0,'Ethereum Gladiator',NULL,NULL,0,70,70,1,1796,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,20854,20854,0,0,0,0,0,0,0,16856,9080,15284,0,0,0,0,0,0,0,354,467,'',0,3,1,2,1,1,0,29482,31956,0,0,0,0,0,1,0,0,'',12340),(20855,0,0,0,0,0,19344,11686,0,0,'Blade\'s Edge - Deadsoul Orb Flight 04',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20856,0,0,0,0,0,16480,11686,0,0,'Blade\'s Edge - Deadsoul Orb Flight 05',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20857,21585,0,0,0,0,19990,19992,0,0,'Arcatraz Defender',NULL,NULL,0,68,69,1,1692,0,1,0.857143,1,1,245,346,0,298,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,206,302,43,7,0,20857,20857,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,1262,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(20858,0,0,0,0,0,19636,17612,0,0,'Arena Event Controller',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20859,21587,0,0,0,0,19993,19994,0,0,'Arcatraz Warder',NULL,NULL,0,68,69,1,1692,0,1,0.857143,1,1,224,316,0,282,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,188,280,32,7,0,20859,20859,0,0,0,0,0,0,0,15620,36609,0,0,0,0,0,0,0,0,835,1095,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(20864,21608,0,0,0,0,18887,0,0,0,'Protean Nightmare',NULL,NULL,0,71,71,1,1693,0,1.2,1.42857,1,1,299,426,0,308,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,10,0,20864,0,0,0,0,0,0,0,0,36617,36619,36622,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6.5,1,1,0,0,0,0,0,0,0,147,1,617562111,0,'',12340),(20865,21607,0,0,0,0,18082,0,0,0,'Protean Horror',NULL,NULL,0,68,69,1,1693,0,1.2,1.42857,1,0,245,346,0,298,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,206,302,43,10,0,20865,0,0,0,0,0,0,0,0,36612,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),(20866,21614,0,0,0,0,19976,0,0,0,'Soul Devourer',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,252,357,0,304,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,0,20866,0,70162,0,0,0,0,0,0,0,33958,36654,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(20867,21591,0,0,0,0,19878,0,0,0,'Death Watcher',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,0,20867,0,0,0,0,0,0,0,0,36657,36655,36664,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6.5,1,1,0,0,0,0,0,0,0,144,1,617562111,0,'',12340),(20868,21593,0,0,0,0,19877,0,0,0,'Entropic Eye',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,20868,0,0,0,0,0,0,0,0,36712,36677,36711,36664,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,7,4,1,0,0,0,0,0,0,0,144,1,617562111,0,'',12340),(20869,21586,0,0,0,0,19971,0,0,0,'Arcatraz Sentinel',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,252,357,0,304,4.6,2000,1684,1,0,2048,0,0,0,0,0,0,215,320,44,9,0,20869,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4791,6261,'SmartAI',1,3,1,16.5,1,1,0,0,0,0,0,0,0,144,1,16384,0,'',12340),(20870,21626,0,0,0,0,19882,0,0,0,'Zereketh the Unbound',NULL,NULL,0,72,72,1,16,0,1.6,1.71429,1,1,304,436,5,296,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,3,8,20870,0,0,0,0,0,0,0,0,36119,32863,36127,0,0,0,0,0,0,0,5219,6821,'',1,3,1,20,10,1,0,0,0,0,0,0,0,167,1,616972287,0,'boss_zereketh_the_unbound',12340),(20871,0,0,0,0,0,19881,0,0,0,'Aurine Moonblaze','Cenarion Expedition',NULL,0,69,69,1,1660,2,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,256,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20872,0,0,0,0,0,20234,0,0,0,'Deathforge Summoner',NULL,NULL,0,68,69,1,90,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,20872,20872,0,0,0,0,0,0,0,37628,9613,0,0,0,0,0,0,0,0,159,212,'SmartAI',1,3,1,0.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20873,21605,0,0,0,0,19952,0,0,0,'Negaton Warp-Master',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,252,357,0,304,4.6,2200,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,0,20873,0,0,0,0,0,0,0,0,36813,0,0,0,0,0,0,0,0,0,1944,2543,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,144,1,71442407,0,'',12340),(20874,0,0,0,0,0,18489,18518,18519,0,'Skettis Refugee',NULL,NULL,0,60,60,1,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20875,21604,0,0,0,0,19951,0,0,0,'Negaton Screamer',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,234,331,0,286,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,3,0,20875,0,0,0,0,0,0,0,0,13704,38836,34333,34331,0,0,0,0,0,0,1774,2321,'SmartAI',1,3,1,7,6,1,0,0,0,0,0,0,0,144,1,131072,0,'',12340),(20876,0,0,0,0,0,18619,18618,18617,18616,'Human Refugee',NULL,NULL,0,60,60,0,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20877,0,0,0,0,0,16921,16924,16491,16492,'Shattrath Refugee',NULL,NULL,0,60,60,0,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20878,0,0,0,0,0,20233,0,0,0,'Deathforge Guardian',NULL,NULL,0,68,69,1,90,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,20878,20878,0,0,0,0,0,0,0,37998,11972,0,0,0,0,0,0,0,0,199,265,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20879,21595,0,0,0,0,19950,0,0,0,'Eredar Soul-Eater',NULL,NULL,0,70,70,1,16,0,0.888888,1.42857,1,1,234,331,0,286,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,20879,20879,0,0,0,0,0,0,0,36778,36784,36786,0,0,0,0,0,0,0,1859,2432,'SmartAI',1,3,1,7,4,1,0,0,0,0,0,0,0,144,1,617562111,0,'',12340),(20880,21594,0,0,0,0,19949,0,0,0,'Eredar Deathbringer',NULL,NULL,0,70,70,1,16,0,0.888888,1.42857,1,1,234,331,0,286,7.5,3000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,20880,0,0,0,0,0,0,0,0,38844,38846,0,0,0,0,0,0,0,0,1774,2321,'SmartAI',1,3,1,7,4,1,0,0,0,0,0,0,0,144,1,617562111,0,'',12340),(20881,21619,0,0,0,0,18345,0,0,0,'Unbound Devastator',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,252,357,0,304,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,0,20881,20881,0,0,0,0,0,0,0,36887,36891,0,0,0,0,0,0,0,0,2241,2931,'SmartAI',1,3,1,7,1,1,0,0,0,0,0,0,0,144,1,131073,0,'',12340),(20882,21613,0,0,0,0,19947,0,0,0,'Skulking Witch',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,3,8,20882,20882,0,0,0,0,0,0,0,16380,36863,36864,36862,0,0,0,0,0,0,2071,2709,'SmartAI',1,3,1,6.5,4,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(20883,21615,0,0,0,0,19948,0,0,0,'Spiteful Temptress',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,3,8,20883,20883,0,0,0,0,0,0,0,36868,36886,0,0,0,0,0,0,0,0,1774,2321,'SmartAI',1,3,1,7,4,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(20885,21590,0,0,0,0,19888,0,0,0,'Dalliah the Doomsayer',NULL,NULL,0,72,72,1,16,0,1.6,1.42857,1,1,307,438,0,314,4.6,1600,2000,1,64,2048,0,0,0,0,0,0,270,401,53,3,8,20885,20885,0,0,0,0,0,0,0,36142,36173,36144,0,0,0,0,0,0,0,5644,7376,'',1,3,1,18,10,1,0,0,0,0,0,0,0,150,1,616972287,0,'boss_dalliah_the_doomsayer',12340),(20886,21624,0,0,0,0,19977,0,0,0,'Wrath-Scryer Soccothrates',NULL,NULL,0,72,72,1,16,0,1.6,1.42857,1,1,307,438,0,314,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,3,0,20886,0,0,0,0,0,0,0,0,36512,36051,35759,0,0,0,0,0,0,0,5644,7376,'',1,3,1,18,10,1,0,0,0,0,0,0,0,150,1,616972287,0,'boss_wrath_scryer_soccothrates',12340),(20887,0,0,0,0,0,16889,0,0,0,'Deathforge Imp',NULL,NULL,0,67,67,1,90,0,1.6,1.14286,1,0,204,287,0,272,1,2000,2000,2,0,2048,0,0,0,0,0,0,170,253,31,3,0,20887,20887,0,0,0,0,0,0,0,36227,0,0,0,0,0,0,0,0,0,88,120,'SmartAI',1,3,1,0.3,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20889,0,0,0,0,0,19745,15880,0,0,'Ethereum Prisoner (Group Energy Ball)','',NULL,0,70,70,1,1797,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20890,0,0,0,0,0,1404,0,0,0,'Siflaed Coldhammer','Tinker',NULL,0,60,60,0,1818,4224,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20891,0,0,0,0,0,18517,0,0,0,'Skraa','Trade Goods',NULL,0,60,60,0,1818,128,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20892,0,0,0,0,0,17494,0,0,0,'Ruogo','General Goods',NULL,0,60,60,0,1818,128,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20893,0,0,0,0,0,17440,0,0,0,'Morula','Food & Drink',NULL,0,60,60,0,1818,128,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20894,0,0,0,0,0,19144,0,0,0,'Miihi',NULL,NULL,0,1,1,0,1818,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20895,0,0,0,0,0,19335,0,0,0,'Miiji',NULL,NULL,0,1,1,0,1818,0,1,1,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20896,21596,0,0,0,0,19889,0,0,0,'Ethereum Slayer',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,252,357,0,304,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,8,20896,20896,0,0,0,0,0,0,0,36838,36839,15087,0,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,3,4,1,0,0,0,0,0,0,0,144,1,617562110,0,'',12340),(20897,21597,0,0,0,0,21021,0,0,0,'Ethereum Wave-Caster',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,234,331,0,286,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,7,8,20897,20897,0,0,0,0,0,0,0,36480,38897,32693,0,0,0,0,0,0,0,881,1155,'SmartAI',1,3,1,3,4,1,0,0,0,0,0,0,0,144,1,256,0,'',12340),(20898,21598,0,0,0,0,20282,0,0,0,'Gargantuan Abyssal',NULL,NULL,0,71,71,1,16,0,1.6,1.71429,1,1,299,426,0,308,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,3,8,20898,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,167,1,131073,0,'',12340),(20899,0,0,0,0,0,9832,0,0,0,'Void Conduit',NULL,NULL,0,70,70,0,14,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,4,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,70,1,1,0,0,0,0,0,0,0,0,0,0,2,'',12340),(20900,21621,0,0,0,0,19945,0,0,0,'Unchained Doombringer',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,3,8,20900,20900,0,0,0,0,0,0,0,36833,36835,36836,0,0,0,0,0,0,0,2880,3766,'SmartAI',1,3,1,9,1,1,0,0,0,0,0,0,0,144,1,131073,0,'',12340),(20901,21610,0,0,0,0,12334,0,0,0,'Sargeron Archer',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,234,331,0,286,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,3,8,20901,20901,0,0,0,0,0,0,0,38940,36827,36732,36828,0,0,0,0,0,0,1561,2043,'SmartAI',1,3,1,6,4,1,0,0,0,0,0,0,0,144,1,616709887,0,'',12340),(20902,21611,0,0,0,0,11343,0,0,0,'Sargeron Hellcaller',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,234,331,0,286,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,3,8,20902,20902,0,0,0,0,0,0,0,36829,36831,36832,0,0,0,0,0,0,0,1561,2043,'SmartAI',1,3,1,6,4,1,0,0,0,0,0,0,0,144,1,616709887,0,'',12340),(20903,0,0,0,0,0,19891,0,0,0,'Protectorate Nether Drake','',NULL,8229,70,70,1,1795,1,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_taxi',12340),(20904,21622,0,0,0,0,19965,0,0,0,'Warden Mellichar',NULL,NULL,0,72,72,1,16,0,1,0.857143,1,1,307,438,0,314,4.6,2000,2000,1,33344,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,121,1,0,0,'npc_warden_mellichar',12340),(20905,21589,0,0,0,0,19944,0,0,0,'Blazing Trickster',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,7.5,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,20905,0,0,0,0,0,0,0,0,36907,36906,39023,0,0,0,0,0,0,0,3006,3930,'SmartAI',1,3,1,12,10,1,0,0,0,0,0,0,0,144,1,617496575,0,'',12340),(20906,21606,0,0,0,0,19893,0,0,0,'Phase-Hunter',NULL,NULL,0,72,72,1,16,0,1,1.42857,1,1,307,438,0,314,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,1,0,20906,0,70162,0,0,0,0,0,0,36908,36909,36910,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,11,4,1,0,0,0,0,0,0,0,144,1,617299967,0,'',12340),(20907,0,0,0,0,0,19896,0,0,0,'Professor Dabiri',NULL,NULL,8207,69,69,1,1795,3,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_professor_dabiri',12340),(20908,21617,0,0,0,0,14515,0,0,0,'Akkiris Lightning-Waker','',NULL,0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,4,0,20908,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,4,1,0,0,0,0,0,0,0,144,1,75636735,0,'',12340),(20909,21616,0,0,0,0,13030,0,0,0,'Sulfuron Magma-Thrower',NULL,NULL,0,72,72,1,16,0,1,1.42857,1,1,304,436,0,296,7.5,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,20909,0,0,0,0,0,0,0,0,36917,19717,36987,0,0,0,0,0,0,0,3179,4157,'SmartAI',1,3,1,12,4,1,0,0,0,0,0,0,0,144,1,75636735,0,'',12340),(20910,21618,0,0,0,0,14352,0,0,0,'Twilight Drakonaar',NULL,NULL,0,72,72,1,16,0,1,1.42857,1,1,307,438,0,314,7.5,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,0,20910,0,0,0,140,140,140,140,140,0,0,0,0,0,0,0,0,0,0,3944,5156,'SmartAI',1,3,1,12,4,1,0,0,0,0,0,0,0,144,1,617496575,0,'',12340),(20911,21588,0,0,0,0,19895,0,0,0,'Blackwing Drakonaar',NULL,NULL,0,72,72,1,16,0,1.71,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,2,0,20911,0,0,0,1000,0,0,0,0,39038,39033,13737,0,0,0,0,0,0,0,3859,5045,'SmartAI',1,3,1,12,4,1,0,0,0,0,0,0,0,144,1,617496575,0,'',12340),(20912,21601,0,0,0,0,19943,0,0,0,'Harbinger Skyriss',NULL,NULL,0,72,72,1,16,0,1.6,1.71429,1,1,304,436,0,296,7.5,2000,2000,2,832,2048,0,0,0,0,0,0,268,399,40,10,72,20912,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4794,6266,'',1,3,1,25,10,1,0,0,0,0,0,0,0,167,1,616972287,0,'boss_harbinger_skyriss',12340),(20913,0,0,0,0,0,19626,0,0,0,'Tashar',NULL,NULL,0,69,69,1,1731,2,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,256,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20914,0,0,0,0,0,16726,0,0,0,'Aalun','Riding Trainer',NULL,8553,14,14,0,1638,83,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,32768,2048,0,0,1,0,0,11,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20915,0,0,0,0,0,2232,0,0,0,'Noko Moonwhisper','Reagents',NULL,0,70,70,1,1660,128,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20916,0,0,0,0,0,2220,0,0,0,'Xerintha Ravenoak','Food & Drink',NULL,0,70,70,0,1660,128,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20917,0,0,0,0,0,8666,0,0,0,'Zinyen Swiftstrider','Weapon Vendor',NULL,0,70,70,0,1660,4224,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20918,0,0,0,0,0,6173,0,0,0,'Deathforge Felstalker','Spirit Walker\'s Minion',NULL,0,67,67,1,90,0,1.125,1.14286,1,0,225,314,0,288,1,1391,1634,1,0,2048,0,0,0,0,0,0,186,276,39,3,0,20918,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,181,'',1,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20920,0,0,0,0,0,19903,0,0,0,'Magister Theledorn',NULL,NULL,8216,68,68,1,35,3,1.48,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,195,289,41,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20921,0,0,0,0,0,19904,0,0,0,'Shauly Pore',NULL,NULL,0,69,69,1,35,2,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20922,0,0,0,0,0,17903,17904,17907,17905,'Fallen Vindicator',NULL,NULL,0,70,70,1,1743,0,1.48,1.14286,1,1,252,357,0,304,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20924,0,0,0,0,0,16879,0,0,0,'Grishnath Basilisk','',NULL,0,67,67,1,14,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,1,0,20924,0,70164,0,0,0,0,0,0,37590,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20925,0,0,0,0,0,16877,0,0,0,'Scalded Basilisk',NULL,NULL,0,67,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,1,0,20925,0,70164,0,0,0,0,0,0,35236,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20926,0,0,0,0,0,1126,11686,0,0,'Coilfang Door Controller',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20927,0,0,0,0,0,19961,0,0,0,'Gan\'arg Technomancer',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,1419,1666,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,20927,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,262,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20928,0,0,0,0,0,19486,0,0,0,'Ironspine Forgelord',NULL,NULL,0,69,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,20928,20928,0,0,0,0,0,0,0,33963,36251,38920,0,0,0,0,0,0,0,204,272,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20929,0,0,0,0,0,18525,0,0,0,'Wrath Lord',NULL,NULL,0,70,70,1,90,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,3,0,20929,20929,0,0,0,0,0,0,0,15496,30798,0,0,0,0,0,0,0,0,188,251,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20930,0,0,0,0,0,19912,0,0,0,'Hatecryer',NULL,NULL,0,70,70,1,90,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,3,0,20930,20930,0,0,0,0,0,0,0,34017,36541,0,0,0,0,0,0,0,0,203,270,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20931,0,0,0,0,0,5238,0,0,0,'Tyrantus',NULL,NULL,0,71,71,1,14,0,1.125,1.14286,1,0,299,426,0,308,1,1400,1900,1,0,2048,0,39,0,0,0,0,262,389,48,1,65537,20931,0,70064,0,0,0,0,0,0,36629,35321,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,32666,0,0,0,0,0,0,1,0,0,'',12340),(20932,0,0,0,0,0,19913,0,0,0,'Nuramoc',NULL,NULL,0,70,70,1,14,0,1.78,1.14286,1,2,252,357,0,304,4.6,1400,2000,1,0,2048,0,38,0,0,0,0,215,320,44,1,65537,20932,0,70063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20933,0,0,0,0,0,16480,16946,0,0,'Camera Shakers Manaforge Ultris',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20934,0,0,0,19881,0,19918,19919,20050,0,'Severed Defender','Kirin Tor',NULL,0,68,68,1,14,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,6,0,20934,20934,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,257,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(20977,21602,0,0,0,0,19942,0,0,0,'Millhouse Manastorm',NULL,NULL,8310,70,70,1,495,0,1,0.857143,1,1,248,363,0,135,7.5,2000,2000,8,4160,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.5,10,1,0,0,0,0,0,0,0,121,1,0,0,'npc_millhouse_manastorm',12340),(20978,21625,0,0,0,0,11686,1126,0,0,'Wrath-Scryer\'s Felfire',NULL,NULL,0,69,69,1,14,0,8,2.85714,1,0,245,346,0,298,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,0.01,1,1,0,0,0,0,0,0,0,231,1,0,130,'',12340),(20980,0,0,0,0,0,20988,0,0,0,'Dealer Rashaad','Exotic Creatures',NULL,0,60,60,0,1731,128,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20981,0,0,0,0,0,20988,0,0,0,'Dealer Najeeb','Spare Parts',NULL,0,60,60,0,1731,128,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20982,0,0,0,0,0,4449,19595,0,0,'Invis Talbuk Credit',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20983,0,0,0,0,0,19962,0,0,0,'Mutated Farahlon Lasher',NULL,NULL,0,68,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,2000,1900,1,0,2048,0,0,0,0,0,0,206,302,43,4,0,20983,0,0,0,0,0,0,0,0,36604,3019,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20984,0,0,0,0,0,19653,0,0,0,'Protectorate Defender',NULL,NULL,0,69,70,1,1795,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,36500,31553,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20985,0,0,0,0,0,19964,0,0,0,'Captain Saeed',NULL,NULL,8228,71,71,1,1795,1,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,4096,2048,0,0,0,0,0,0,260,387,37,7,4096,0,0,0,0,0,0,0,0,0,15496,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,5,1,0,0,0,0,0,0,0,0,1,0,0,'npc_captain_saeed',12340),(20986,0,0,0,0,0,19957,0,0,0,'Dealer Tariq','Shady Dealer',NULL,0,60,60,0,1731,128,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20987,0,0,0,0,0,16876,0,0,0,'Ruuan Weald Basilisk','',NULL,0,66,66,1,14,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,1,0,20987,0,70164,0,0,0,0,0,0,35385,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20988,21540,0,0,0,0,19966,19967,0,0,'Sunseeker Engineer',NULL,NULL,0,69,69,1,16,0,1,1.14286,1,1,224,316,0,282,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,20988,20988,0,0,0,0,0,0,0,36341,36345,36346,0,0,0,0,0,0,0,1049,1375,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20989,0,0,0,0,0,19955,0,0,0,'Dealer Sadaqat','Potent Potables',NULL,0,60,60,0,1731,128,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20990,21523,0,0,0,0,19970,19968,0,0,'Bloodwarder Physician',NULL,NULL,0,69,69,1,16,0,1,1.14286,1,1,224,316,0,282,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,20990,20990,0,0,0,0,0,0,0,36333,36348,36340,0,0,0,0,0,0,0,922,1209,'SmartAI',1,3,1,3,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20995,0,0,0,0,0,18500,17623,17621,17624,'Shadowmoon Villager',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20998,0,0,0,0,0,19730,0,0,0,'Ridgespine Horror',NULL,NULL,0,68,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,1,2000,1900,1,0,2048,0,3,0,0,0,0,195,289,41,1,1,20998,0,0,0,0,0,0,0,0,7951,745,0,0,0,0,0,0,13117,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(21004,0,0,0,0,0,19980,0,0,0,'Lesser Nether Drake',NULL,NULL,0,66,67,1,1824,0,0.666668,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,2,0,21004,0,70171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,31656,0,0,0,0,0,0,1,0,0,'',12340),(21005,0,0,0,0,0,18696,0,0,0,'Azurebeak','',NULL,0,68,68,1,35,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.4,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(21006,0,0,0,0,0,19983,0,0,0,'Lieutenant Meridian','',NULL,8232,65,65,1,534,3,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21007,0,0,0,0,0,19984,0,0,0,'Sergeant Chawni','',NULL,8233,65,65,1,714,3,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21008,0,0,0,0,0,19985,0,0,0,'Yellow Moth',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(21009,0,0,0,0,0,19986,0,0,0,'Red Moth','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(21010,0,0,0,0,0,19987,0,0,0,'Blue Moth',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(21018,0,0,0,0,0,19999,0,0,0,'White Moth',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(21019,0,0,0,0,0,21050,0,0,0,'Sixx','Moth Keeper',NULL,0,30,30,0,1638,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21021,0,0,0,0,0,16890,0,0,0,'Scorch Imp',NULL,NULL,0,67,68,1,16,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,3,0,21021,21021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,222,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21022,0,0,0,0,0,19705,0,0,0,'Grovestalker Lynx',NULL,NULL,0,65,66,1,16,0,1,0.99206,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,2,0,0,0,0,175,260,37,1,1,21022,0,70063,0,0,0,0,0,0,36589,0,0,0,0,0,0,0,11571,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21023,0,0,0,0,0,16975,0,0,0,'Stronglimb Deeproot',NULL,NULL,0,66,66,1,1315,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,4,256,21023,0,80001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.4,1,1,0,30177,0,0,0,0,0,0,1,0,0,'',12340),(21024,0,0,0,0,0,20004,0,0,0,'Earthmender Torlok','The Earthen Ring',NULL,8238,69,69,1,35,3,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21025,0,0,0,0,0,1126,17188,0,0,'Blade\'s Edge - Nexus Prince Event - Orb01',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,181,1,0,130,'',12340),(21026,0,0,0,0,0,20005,0,0,0,'Earthmender Gorboto','The Earthen Ring',NULL,0,68,68,1,35,2,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21027,0,0,0,0,0,20006,0,0,0,'Earthmender Wilda','The Earthen Ring',NULL,0,70,70,1,35,2,1.125,1.14286,1,0,234,331,0,286,1,1420,1667,2,0,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'npc_earthmender_wilda',12340),(21029,0,0,0,0,0,4606,0,0,0,'Captured Water Spirit',NULL,NULL,0,60,63,1,7,0,1.125,1.14286,1,0,164,228,0,249,1,1400,1900,2,0,2048,0,0,0,0,0,0,133,196,26,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,73,1,0,2,'',12340),(21030,0,0,0,0,0,11686,19963,0,0,'Wrath-Scryer\'s Charge Target',NULL,NULL,0,69,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,206,302,43,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,0.01,1,1,0,0,0,0,0,0,0,156,1,0,130,'',12340),(21032,0,0,0,0,0,20158,0,0,0,'Dreadwing','',NULL,0,68,68,1,14,0,1,1.71429,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,2,8,21032,0,70171,0,0,0,0,0,0,36513,36631,0,0,0,0,0,0,0,0,231,307,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(21033,0,0,0,0,0,17091,0,0,0,'Bladewing Bloodletter',NULL,NULL,0,65,66,1,14,0,1.6,1.42857,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,38,0,0,0,0,175,260,37,1,65537,21033,0,70063,0,0,0,0,0,0,37838,37839,0,0,0,0,0,0,9071,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(21039,0,0,0,0,0,17035,11686,0,0,'Mana Bomb Kill Credit Trigger',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21040,0,0,0,0,0,20604,0,0,0,'Outraged Raven\'s Wood Sapling',NULL,NULL,0,66,67,1,1828,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,4,256,21040,0,80001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21041,0,0,0,0,0,17610,13069,0,0,'Earthmender Wilda Trigger',NULL,NULL,0,68,69,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(21042,0,0,0,0,0,20013,0,0,0,'Dire Raven','',NULL,0,67,68,1,1683,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,7,0,0,0,0,195,289,41,1,1,21042,0,0,0,0,0,0,0,0,31273,0,0,0,0,0,0,0,12668,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),(21044,0,0,0,0,0,19364,0,0,0,'Coilskar Assassin',NULL,NULL,0,68,69,1,1813,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,21044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,265,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21045,0,0,0,0,0,20016,0,0,0,'Hired Bodyguard','The Black Flame',NULL,0,57,57,0,35,0,1,1.42857,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(21046,0,0,0,0,0,20017,0,0,0,'Boulder\'mok Brute','',NULL,0,67,68,1,1780,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,21046,21046,0,0,0,0,0,0,0,37577,8599,0,0,0,0,0,0,0,0,194,259,'',1,3,1,1,1,1,0,31754,0,0,0,0,0,0,1,0,0,'',12340),(21047,0,0,0,0,0,20019,0,0,0,'Boulder\'mok Shaman','',NULL,0,67,68,1,1780,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,21047,21047,0,0,0,0,0,0,0,28902,11986,12550,0,0,0,0,0,0,0,167,222,'',1,3,1,1,1,1,0,31754,0,0,0,0,0,0,1,0,0,'',12340),(21048,0,0,0,0,0,20018,0,0,0,'Boulder\'mok Chieftain','',NULL,0,68,68,1,1780,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,21048,21048,0,0,0,0,0,0,0,35491,8078,30798,0,0,0,0,0,0,0,208,276,'',1,3,1,1.1,1,1,0,31754,0,0,0,0,0,0,1,0,0,'',12340),(21049,0,0,0,0,0,20020,20022,0,0,'Spirit of the Past',NULL,NULL,0,60,65,1,7,0,1.125,1.14286,1,0,186,260,0,262,1,2000,2000,2,33536,2048,0,0,0,0,0,0,153,227,29,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(21050,0,0,0,0,0,20039,0,0,0,'Enraged Earth Spirit',NULL,NULL,0,68,69,1,16,2,1.55556,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,4,512,21050,0,80100,0,0,0,0,0,0,38498,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,29961,0,0,0,0,0,0,1,0,0,'npc_enraged_spirit',12340),(21051,0,0,0,0,0,16480,17612,0,0,'Blade\'s Edge - Orb Trigger 02','',NULL,0,60,60,0,114,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(21052,0,0,0,0,0,18657,0,0,0,'Camera Shaker - Altar of Damnation',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,265,1,0,130,'',12340),(21053,0,0,0,0,0,16480,20024,0,0,'Blade\'s Edge - Orb Trigger 03',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,0.3,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21055,0,0,0,0,0,20026,0,0,0,'Golden Dragonhawk Hatchling',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(21056,0,0,0,0,0,20029,0,0,0,'Blue Dragonhawk Hatchling',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(21057,0,0,0,0,0,20028,0,0,0,'Nexus-Prince Razaan',NULL,NULL,0,68,68,1,1678,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,21057,21057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,262,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21058,0,0,0,0,0,20031,20034,20032,20035,'Disembodied Exarch',NULL,NULL,0,67,68,1,16,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,6,0,21058,21058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,222,'SmartAI',1,3,1,1,1,1,0,29216,0,0,0,0,0,0,1,8388624,0,'',12340),(21059,0,0,0,0,0,20076,0,0,0,'Enraged Water Spirit',NULL,NULL,0,68,69,1,16,2,1,1.28968,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,4,0,21059,0,0,0,0,0,0,0,0,38032,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_enraged_spirit',12340),(21060,0,0,0,0,0,14515,0,0,0,'Enraged Air Spirit',NULL,NULL,0,69,70,1,16,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,21060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_enraged_spirit',12340),(21061,0,0,0,0,0,14518,0,0,0,'Enraged Fire Spirit',NULL,NULL,0,68,69,1,16,2,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,4,0,21061,0,0,0,0,0,0,0,0,36247,8599,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,29963,0,0,0,0,0,0,1,0,0,'npc_enraged_spirit',12340),(21062,21535,0,0,0,0,15438,0,0,0,'Nether Wraith',NULL,NULL,0,72,72,1,16,0,1.125,1.14286,1,0,304,436,0,296,1,2000,1900,2,0,2048,0,0,0,0,0,0,268,399,40,4,8,0,0,0,0,0,0,0,0,0,35058,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(21063,0,0,0,0,0,20037,0,0,0,'Silver Dragonhawk Hatchling','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(21064,0,0,0,0,0,20027,0,0,0,'Red Dragonhawk Hatchling',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(21065,0,0,0,0,0,19239,0,0,0,'Tormented Citizen','Kirin Tor',NULL,0,68,68,1,14,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,6,0,21065,21065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,285,'',1,3,1,1.2,1,1,0,29338,0,0,0,0,0,0,1,8388624,0,'',12340),(21066,0,0,0,0,0,20038,0,0,0,'Rina Moonspring',NULL,NULL,8235,66,66,1,1733,3,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21071,0,0,0,0,0,15231,0,0,0,'Totem of Spirits',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21072,0,0,0,0,0,864,0,0,0,'Living Grove Defender',NULL,NULL,0,65,66,1,1803,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,4,0,0,0,0,0,0,0,0,0,0,12747,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21073,0,0,0,0,0,4449,16946,0,0,'Enraged Earthen Soul',NULL,NULL,0,68,68,1,16,2,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,768,2048,0,0,0,0,0,0,195,289,41,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,0.01,1,0,0,0,0,0,0,0,247,1,0,2,'',12340),(21074,0,0,0,0,0,17035,11686,0,0,'Living Grove Defender Trigger',NULL,NULL,0,65,66,1,35,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,175,260,37,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21075,0,0,0,0,0,1126,15880,0,0,'Infernal Target (Hyjal)',NULL,NULL,0,83,83,0,1720,0,6.4,2.85714,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,230,1,0,130,'',12340),(21077,0,0,0,0,0,18837,0,0,0,'Farahlon Crumbler','',NULL,0,67,67,1,778,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21078,0,0,0,0,0,20048,0,0,0,'Farahlon Shardling',NULL,NULL,0,69,70,1,778,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21079,0,0,0,0,0,20049,0,0,0,'Cragskaar Shardling',NULL,NULL,0,69,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21080,0,0,0,0,0,10811,19595,0,0,'Dormant Infernal',NULL,NULL,0,69,69,1,14,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(21081,0,0,0,0,0,20051,20052,20053,0,'Mok\'Nathal Hunter','',NULL,0,65,65,1,83,0,1.48,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21082,0,0,0,0,0,20054,0,0,0,'Krugash','General Goods',NULL,0,60,60,1,1735,128,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21083,0,0,0,0,0,20055,0,0,0,'Erool','Trade Goods',NULL,0,60,60,1,1735,128,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21084,0,0,0,0,0,20056,0,0,0,'Braagor','Butcher',NULL,0,60,60,1,1735,128,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21085,0,0,0,0,0,20057,0,0,0,'Ragar','Leatherworking Supplies',NULL,0,60,60,0,1735,128,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21086,0,0,0,0,0,20058,0,0,0,'Ruka','Smashing Weapons',NULL,0,60,60,1,1735,4224,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21087,0,0,0,0,0,20059,0,0,0,'Grikka','Master Leatherworking Trainer',NULL,0,60,60,0,1735,80,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21088,0,0,0,0,0,20058,0,0,0,'Matron Varah','Innkeeper',NULL,9114,60,60,0,1735,65539,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(21089,0,0,0,0,0,20060,20061,0,0,'Sunfury Blood Knight',NULL,NULL,0,70,70,1,1701,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,21089,21089,0,0,0,0,0,0,0,35871,36476,8599,0,0,0,0,0,0,0,190,254,'',1,3,1,1.1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),(21090,0,0,0,0,0,16480,11686,0,0,'Professor Dabiri','',NULL,0,70,70,1,14,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21092,0,0,0,0,0,10811,17188,0,0,'Credit Marker: Earth',NULL,NULL,0,70,70,1,35,2,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21093,0,0,0,0,0,11686,0,0,0,'Dancing Sword',NULL,NULL,0,68,68,1,16,0,1.48,1.14286,1,1,2,2,0,24,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,0.5,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(21094,0,0,0,0,0,10811,17188,0,0,'Credit Marker: Fire',NULL,NULL,0,70,70,1,35,2,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21095,0,0,0,0,0,10811,17188,0,0,'Credit Marker: Water',NULL,NULL,0,70,70,1,35,2,1,1.14286,1,0,252,357,0,304,1,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21096,0,0,0,0,0,10811,17188,0,0,'Credit Marker: Air',NULL,NULL,0,70,70,1,35,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21097,0,0,0,0,0,4449,16946,0,0,'Enraged Fiery Soul',NULL,NULL,0,68,69,1,14,2,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,768,2048,0,0,0,0,0,0,206,302,43,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,0.01,1,0,0,0,0,0,0,0,247,1,0,2,'',12340),(21101,21620,0,0,0,0,15882,0,0,0,'Unbound Void Zone',NULL,NULL,0,72,72,1,16,0,0.0001,1.14286,1,0,307,438,5,314,1,2000,2000,1,33554496,2048,0,0,0,0,0,0,270,401,53,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,2,'',12340),(21102,0,0,0,0,0,20522,0,0,0,'Uvuros',NULL,NULL,0,70,70,1,16,2,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,45,0,0,0,0,215,320,44,1,67585,21102,0,70162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6066,7926,'SmartAI',1,3,1,10,1,1,0,30807,0,0,0,0,0,164,1,0,2097152,'',12340),(21103,0,0,0,0,0,20072,0,0,0,'Spiritcaller Grakosh','',NULL,0,65,65,1,1735,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21104,22170,0,0,0,0,20102,0,0,0,'Rift Keeper',NULL,NULL,0,70,70,1,1720,0,1,1.42857,1,1,296,424,0,290,7.5,1449,1701,2,0,2048,0,0,0,0,0,0,260,387,37,2,0,21104,0,70065,0,0,0,0,0,0,36275,36276,12542,36277,0,0,0,0,0,0,2285,2989,'SmartAI',1,3,1,9,10,1,0,31753,0,0,0,0,0,144,1,2048,0,'',12340),(21105,0,0,0,0,0,20073,0,0,0,'Spiritcaller Roxnak','',NULL,0,65,65,1,1735,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21106,0,0,0,0,0,20074,0,0,0,'Spiritcaller Skrash','',NULL,0,65,65,1,1735,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21107,0,0,0,0,0,20075,0,0,0,'Rip Pedalslam','Gryphon Master',NULL,6944,68,68,1,1732,8195,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21108,0,0,0,0,0,20521,0,0,0,'Spawn of Uvuros',NULL,NULL,0,69,69,1,16,2,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,45,0,0,0,0,206,302,43,1,65537,21108,0,70161,0,0,0,0,0,0,36405,36406,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21109,0,0,0,0,0,4449,16946,0,0,'Enraged Watery Soul',NULL,NULL,0,68,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,0.01,1,0,0,0,0,0,0,0,247,1,0,130,'',12340),(21110,0,0,0,0,0,20077,0,0,0,'Fizit \"Doc\" Clocktock','Innkeeper',NULL,8375,68,68,1,1733,65667,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,512,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(21111,0,0,0,0,0,20078,0,0,0,'Bembil Knockhammer','General Goods',NULL,0,67,68,1,1733,128,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,512,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21112,0,0,0,0,0,20079,0,0,0,'Bossi Pentapiston','Engineering Supplies',NULL,8661,67,68,1,1733,4226,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,512,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21113,0,0,0,0,0,20080,0,0,0,'Sassa Weldwell','Trade Goods',NULL,0,67,68,1,1733,128,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,512,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21114,0,0,0,0,0,20081,20082,20083,20084,'Station Technician',NULL,NULL,0,67,68,1,1733,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,512,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21115,0,0,0,0,0,20331,20086,20332,20088,'Station Guard',NULL,NULL,0,70,70,1,1802,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,36246,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21116,0,0,0,0,0,4449,16946,0,0,'Enraged Airy Soul',NULL,NULL,0,68,69,1,14,2,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,768,2048,0,0,0,0,0,0,206,302,43,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,0.01,1,0,0,0,0,0,0,0,247,1,0,2,'',12340),(21117,0,0,0,0,0,20091,0,0,0,'Gor\'drek',NULL,NULL,8239,66,66,1,1734,3,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,36864,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21118,0,0,0,0,0,20092,0,0,0,'Razak Ironsides','',NULL,8388,70,70,1,1802,3,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21119,0,0,0,0,0,1126,11686,0,0,'Doomsaw',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,154,1,0,128,'',12340),(21120,0,0,0,0,0,1126,11686,0,0,'Doomsaw Target',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(21123,0,0,0,0,0,20094,0,0,0,'Felsworn Scalewing',NULL,NULL,0,66,67,1,14,0,1.125,1.14286,1,0,225,314,0,288,1,1667,2000,1,0,2048,0,27,0,0,0,0,186,276,39,1,1,21123,0,70169,0,0,0,0,0,0,32093,0,0,0,0,0,0,0,11585,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(21124,0,0,0,0,0,19742,0,0,0,'Felsworn Daggermaw',NULL,NULL,0,67,68,1,48,0,1.125,1.14286,1,0,231,325,0,292,1,1481,2000,1,0,2048,0,11,0,0,0,0,195,289,41,1,1,21124,0,70063,0,0,0,0,0,0,35570,7367,0,0,0,0,0,0,13232,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21126,21842,0,0,0,0,20099,0,0,0,'Coilfang Scale-Healer',NULL,NULL,0,62,62,1,74,0,1,1,1,1,160,223,0,246,4.6,2000,1567,2,32832,2048,0,0,0,0,0,0,129,191,26,7,8,21126,21126,0,0,0,0,0,0,0,34945,34944,36052,0,0,0,0,0,0,0,1037,1360,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21127,21843,0,0,0,0,20100,0,0,0,'Coilfang Tempest',NULL,NULL,0,63,63,1,74,0,1,1.14286,1,1,181,253,0,268,4.6,2000,1568,1,32832,2048,0,0,0,0,0,0,147,219,32,7,0,21127,21127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1294,1695,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,67243976,0,'',12340),(21128,21841,0,0,0,0,20098,0,0,0,'Coilfang Ray','Observer\'s Pet',NULL,0,64,64,1,1711,0,1,1.14286,1,1,194,274,0,272,4.6,2000,1584,1,64,2048,0,34,0,0,0,0,154,226,33,1,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12890,0,0,0,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21129,0,0,0,0,0,20039,0,0,0,'Scorned Spirit of Earth',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21130,0,0,0,0,0,14518,0,0,0,'Scorned Spirit of Fire',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21131,0,0,0,0,0,5564,0,0,0,'Scorned Spirit of Water',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,36206,35923,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21132,0,0,0,0,0,14515,0,0,0,'Scorned Spirit of Air',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21133,0,0,0,0,0,16387,0,0,0,'Corporal Ironridge','',NULL,8241,65,65,1,1666,3,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21134,0,0,0,0,0,20103,0,0,0,'Eye of the Citadel',NULL,NULL,0,60,60,1,1662,0,1,0.992063,1,0,104,138,0,252,1,1400,1900,1,256,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21135,0,0,0,0,0,16890,0,0,0,'Fel Imp',NULL,NULL,0,68,69,0,90,0,1.125,1.14286,1,0,230,336,0,133,1,2000,2000,8,0,2048,0,0,0,0,0,0,215,321,28,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.36,0.33,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(21136,22165,0,0,0,0,19061,0,0,0,'Infinite Chronomancer',NULL,NULL,0,70,70,1,1720,0,2,1.42857,1,0,234,331,0,286,1,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.8,3,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(21137,0,0,0,0,0,19058,0,0,0,'Infinite Assassin',NULL,NULL,0,70,70,1,1720,0,2,1.42857,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,7159,14873,14874,30832,0,0,0,0,0,0,0,0,'',1,3,1,0.8,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(21138,0,0,0,0,0,19062,0,0,0,'Infinite Executioner',NULL,NULL,0,70,70,1,1720,0,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(21139,0,0,0,0,0,19063,0,0,0,'Infinite Vanquisher',NULL,NULL,0,70,70,1,1720,0,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(21142,0,0,0,0,0,17035,11686,0,0,'Dire Timber Wolf Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21145,0,0,0,0,0,20109,0,0,0,'Little Azimi','Food Vendor',NULL,8243,20,20,0,1638,641,1.125,1.14286,1,0,29,39,0,70,1,2000,2000,1,32768,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21147,0,0,0,0,0,20110,0,0,0,'Tor\'chunk Twoclaws',NULL,NULL,8244,68,68,1,1734,3,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,36864,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340); INSERT INTO `creature_template` VALUES (21148,22171,0,0,21104,0,20102,0,0,0,'Rift Keeper',NULL,NULL,0,70,70,1,1720,0,1,1.42857,1,1,296,424,0,290,7.5,1449,1900,2,0,2048,0,0,0,0,0,0,260,387,37,2,0,21104,0,70065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2285,2989,'SmartAI',1,3,1,9,10,1,0,31753,0,0,0,0,0,144,1,2048,0,'',12340),(21151,0,0,0,0,0,20150,0,0,0,'Borgrim Stouthammer','Explorers\' League',NULL,8251,67,67,1,1733,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21152,0,0,0,0,0,20111,20112,0,0,'Station Bot-Jock',NULL,NULL,0,67,68,1,1733,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,512,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21153,0,0,0,0,0,20117,20118,16317,16318,'Kor\'kron Wyvern Rider',NULL,NULL,0,65,65,1,1735,0,1,2.28571,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,5,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21155,0,0,0,0,0,20119,0,0,0,'Senior Sergeant Eveningshade','War Effort Recruiter',NULL,0,60,60,1,1604,2,1.71,1.14286,1,1,104,138,0,252,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21156,0,0,0,0,0,20120,0,0,0,'Master Sergeant Thelaana','War Effort Recruiter',NULL,0,60,60,1,1638,2,1.48,1.14286,1,1,104,138,0,252,7.5,1289,1518,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21157,0,0,0,0,0,1126,11686,0,0,'Culuthas Scan Target Dummy',NULL,NULL,0,69,69,1,35,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,114,1,32,262274,'',12340),(21158,0,0,0,0,0,20121,0,0,0,'Commander Skyshadow',NULL,NULL,8247,68,68,1,1733,3,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21159,0,0,0,0,0,21584,15880,0,0,'Containment Beam',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,4.6,2000,2000,1,33587968,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21160,0,0,0,0,0,5564,0,0,0,'Conjured Water Elemental',NULL,NULL,8345,70,70,1,1690,1,2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,11.4515,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),(21161,0,0,0,0,0,17733,0,0,0,'Bonechewer Orc','',NULL,0,59,60,1,1697,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21164,0,0,0,0,0,20122,0,0,0,'Netharel','Illidari Demon Hunter',NULL,0,70,70,1,1813,0,1.71,1.14286,1,1,234,331,0,286,4.6,1000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,21164,21164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2496,3264,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21168,0,0,0,0,0,20124,0,0,0,'Theras','Illidari Demon Hunter',NULL,0,70,70,1,1813,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,21168,21168,0,0,0,0,0,0,0,35871,39262,23920,0,0,0,0,0,0,0,2454,3209,'',1,3,1,10,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21170,0,0,0,0,0,17202,0,0,0,'Honor Hold Gryphon Brigadier, South','',NULL,0,60,60,0,55,0,8,2.85714,1,0,104,138,0,252,1,2000,1900,1,2048,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,231,1,0,2,'',12340),(21171,0,0,0,0,0,20126,0,0,0,'Alandien','Illidari Demon Hunter',NULL,0,70,70,1,1813,0,1.71,1.14286,1,1,234,331,0,286,4.6,1500,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,21171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3219,4208,'',1,3,1,13,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21172,0,0,0,0,0,2200,0,0,0,'Sarinei Whitestar','General Goods',NULL,8249,60,60,0,1710,385,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,512,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21173,0,0,0,0,0,17202,16925,0,0,'Zeth\'Gor Quest Credit Marker, They Must Burn',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21174,0,0,0,0,0,20127,0,0,0,'Magtheridon','',NULL,0,73,73,1,14,0,1,1.71429,1,3,316,450,0,320,35,2000,2000,1,33554688,2048,0,0,0,0,0,0,278,413,58,3,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1100,1,1,0,0,0,0,0,0,0,164,1,617562111,3,'',12340),(21175,0,0,0,0,0,20128,0,0,0,'Magister Bloodhawk','',NULL,0,70,70,1,1074,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21176,0,0,0,0,0,17035,11686,0,0,'Bloodmaul Dire Wolf Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21178,0,0,0,0,0,20130,0,0,0,'Varedis','Illidari Demon Hunter',NULL,0,70,70,1,1813,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,21178,21178,0,0,0,0,0,0,0,37683,39262,0,38010,0,0,0,0,0,0,3644,4763,'',1,3,1,15,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21179,0,0,0,0,0,20131,20132,20133,20134,'Demon Hunter Supplicant',NULL,NULL,0,70,70,1,1813,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,21179,21179,0,0,0,0,0,0,0,37683,0,0,0,0,0,0,0,0,0,205,273,'',1,3,1,1,1,1,0,30679,0,0,0,0,0,0,1,0,0,'',12340),(21180,0,0,0,0,0,20756,20757,20758,20759,'Demon Hunter Initiate',NULL,NULL,0,70,70,1,1826,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,21180,21180,0,0,0,0,0,0,0,35871,37833,33651,0,0,0,0,0,0,0,178,237,'',1,3,1,1,1,1,0,30679,0,0,0,0,0,0,1,0,0,'',12340),(21181,0,0,0,0,0,20135,0,0,0,'Cyrukh the Firelord','The Dirge of Karabor',NULL,0,72,72,1,16,0,2.5,1.6,1,1,307,438,0,314,3,1400,1900,1,0,2048,0,0,0,0,0,0,270,401,53,4,512,21181,0,80101,0,0,0,0,0,0,39425,18945,39429,0,0,0,0,0,0,0,15844,20696,'SmartAI',1,3,1,50,1,1,0,0,0,0,0,0,0,249,1,0,0,'',12340),(21182,0,0,0,0,0,17202,16925,0,0,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(21183,0,0,0,0,0,20136,0,0,0,'Oronok Torn-heart','Hermit & Trader',NULL,8259,70,70,1,1665,4227,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21185,0,0,0,0,0,20349,0,0,0,'Nether Whelp Egg','',NULL,0,65,66,1,16,0,1.125,1.14286,1,0,210,295,0,282,1,1400,1900,1,0,2048,0,0,0,0,0,0,175,260,37,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21186,0,0,0,0,0,1126,11686,0,0,'Arcane Warder Target','',NULL,0,1,1,0,1736,0,1,1.14286,1,0,2,2,0,24,4.6,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21188,0,0,0,0,0,20140,0,0,0,'Thadok',NULL,NULL,0,65,65,1,1734,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21189,0,0,0,0,0,21234,0,0,0,'Crystal Flayer',NULL,NULL,0,66,67,1,1873,0,1,0.99206,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,21189,0,0,0,0,0,0,0,0,36471,0,0,0,0,0,0,0,0,0,189,252,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21192,0,0,0,0,0,20141,0,0,0,'Kugnar',NULL,NULL,0,65,65,1,1734,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21193,0,0,0,0,0,20143,0,0,0,'Gralga',NULL,NULL,0,65,65,1,1734,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21194,0,0,0,0,0,20145,0,0,0,'Ru\'zah',NULL,NULL,0,65,65,1,1734,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21195,0,0,0,0,0,20146,0,0,0,'Domesticated Felboar',NULL,NULL,0,65,66,1,31,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,3,0,21195,0,70063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21196,0,0,0,0,0,20238,0,0,0,'Ravenous Flayer',NULL,NULL,0,69,70,1,1815,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,21196,21196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,272,'',1,3,1,1,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),(21197,0,0,0,0,0,20149,0,0,0,'Bronwyn Stouthammer','Explorers\' League',NULL,8252,67,67,1,1733,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21198,0,0,0,0,0,20137,0,0,0,'Deathtalon Spirit',NULL,NULL,0,64,64,1,1738,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,6,0,21198,21198,0,0,0,0,0,0,0,36093,0,0,0,0,0,0,0,0,0,175,233,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(21200,0,0,0,0,0,20152,0,0,0,'Screeching Spirit',NULL,NULL,0,63,64,1,1738,0,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,0,2048,0,0,0,0,0,0,136,202,27,6,0,21200,21200,0,0,0,0,0,0,0,16588,9613,30530,0,0,0,0,0,0,0,146,196,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(21203,0,0,0,0,0,4626,15880,0,0,'Blade\'s Edge - Rock Flayer Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21205,0,0,0,0,0,20239,0,0,0,'Ravenous Flayer Matriarch',NULL,NULL,0,70,70,1,1711,0,1.71,1.14286,1,1,252,357,0,304,4.6,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,21205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1306,1710,'',1,3,1,4,1,1,0,0,0,0,0,0,0,169,1,0,0,'',12340),(21207,0,0,0,0,0,20157,0,0,0,'Summoner Skartax',NULL,NULL,0,69,69,1,90,0,1.125,1.14286,1,0,230,336,0,133,1,1400,1900,8,32768,2048,0,0,0,0,0,0,215,321,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21209,0,0,0,0,0,16366,0,0,0,'Dumphry','Master Blacksmithing Trainer',NULL,8254,60,60,0,1671,4099,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21210,0,0,0,0,0,4449,19595,0,0,'Invis Deathforge Caster',NULL,NULL,0,1,1,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,2,33555200,2048,0,0,0,0,0,0,1,2,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21211,0,0,0,0,0,10811,19595,0,0,'Invis Deathforge Target',NULL,NULL,0,1,1,0,190,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,2,33555200,2048,0,0,0,0,0,0,1,2,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21212,0,0,0,0,0,20748,0,0,0,'Lady Vashj','Coilfang Matron',NULL,0,73,73,1,16,0,1,1.6,1,3,313,448,0,302,60,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,76,21212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1384586,1692271,'',0,1,1,560,500,1,0,29906,0,0,0,0,0,188,1,650854271,2097153,'boss_lady_vashj',12340),(21213,0,0,0,0,0,20739,0,0,0,'Morogrim Tidewalker',NULL,NULL,0,73,73,1,16,0,1,1.14286,1,3,316,450,0,320,60,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,5,76,21213,0,0,0,0,0,0,0,0,37730,37764,38028,37854,0,0,0,0,0,0,1344276,1659600,'',0,3,1,525,1,1,0,0,0,0,0,0,0,188,1,650854271,2097153,'boss_morogrim_tidewalker',12340),(21214,0,0,0,0,0,20662,0,0,0,'Fathom-Lord Karathress',NULL,NULL,0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,50,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,76,21214,0,0,0,0,0,0,0,0,38441,38445,0,0,0,0,0,0,0,0,1311403,1619016,'',0,3,1,210,75,1,0,0,0,0,0,0,0,188,1,650854271,2097153,'boss_fathomlord_karathress',12340),(21215,0,0,0,0,0,20514,0,0,0,'Leotheras the Blind',NULL,NULL,0,73,73,1,16,0,2,2.4,1,3,316,450,0,320,50,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,76,21215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293164,1596498,'',0,3,1,350,1,1,0,0,0,0,0,0,0,188,1,650723199,2097409,'boss_leotheras_the_blind',12340),(21216,0,0,0,0,0,20162,0,0,0,'Hydross the Unstable','Duke of Currents',NULL,0,73,73,1,16,0,1,1.14286,1,3,316,450,0,320,15,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,4,108,21216,0,0,0,0,0,0,0,0,38235,38218,38230,38246,0,0,0,0,0,0,1348394,1664684,'',0,3,1,315,40,1,0,0,0,0,0,0,0,164,1,650854271,2097153,'boss_hydross_the_unstable',12340),(21217,0,0,0,0,0,20216,0,0,0,'The Lurker Below',NULL,NULL,0,73,73,1,14,0,1,1.14286,1,3,316,450,0,320,60,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,1,76,21217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1340096,1654440,'',0,2,1,350,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'boss_the_lurker_below',12340),(21218,0,0,0,0,0,20200,0,0,0,'Vashj\'ir Honor Guard',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,21218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3538,17905,'SmartAI',0,3,1,24.5,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(21220,0,0,0,0,0,20212,0,0,0,'Coilfang Priestess',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,15,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,21220,0,0,0,0,0,0,0,0,38580,38582,38585,0,0,0,0,0,0,0,3590,18171,'SmartAI',0,3,1,17.5,15,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(21221,0,0,0,0,0,20201,0,0,0,'Coilfang Beast-Tamer',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,18,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,21221,0,0,0,0,0,0,0,0,38904,38474,38484,0,0,0,0,0,0,0,3665,18552,'SmartAI',0,3,1,24.5,1,1,0,0,0,0,0,0,0,167,1,616775679,0,'',12340),(21225,0,0,0,0,0,5243,0,0,0,'Tidewalker Warrior',NULL,NULL,0,71,71,1,16,0,2,2,1,1,299,426,0,308,17,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,21225,0,0,0,0,0,0,0,0,39070,39069,38664,0,0,0,0,0,0,0,3591,18176,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,167,1,2056,0,'',12340),(21233,0,0,0,0,0,18505,0,0,0,'Legion Fel Cannon',NULL,NULL,0,67,68,1,90,0,1,0.99206,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,9,0,21233,0,0,0,0,0,0,0,0,36238,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,29154,0,0,0,0,0,0,1,16384,0,'',12340),(21234,0,0,0,0,0,1126,11686,0,0,'Blade\'s Edge Invisible Stalker',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21235,0,0,0,0,0,23691,0,0,0,'\"Backstab\" Bindo Gearbomb','Arena Battlemaster',NULL,8218,70,70,1,35,1048577,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21236,0,0,0,0,0,7907,15880,0,0,'Invis Horde Siege Engine - West 02','Nothing to See Here',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21237,0,0,0,0,0,7907,15880,0,0,'Invis Horde Siege Engine - East 02','Nothing to See Here',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21238,0,0,0,19991,0,19905,0,0,0,'Bloodmaul Drudger',NULL,NULL,0,65,66,1,1781,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,21238,21238,0,0,0,0,0,0,0,8599,35918,0,0,0,0,0,0,0,0,184,245,'SmartAI',1,3,1,1,1,1,0,30315,0,0,0,0,0,51,1,0,0,'',12340),(21241,0,0,0,0,0,17035,11686,0,0,'Bloodmaul Brutebane Stout Trigger',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,33554434,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21242,0,0,0,0,0,20165,20744,0,0,'Auchenai Death-Speaker',NULL,NULL,0,64,64,1,16,0,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,21242,21242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,31812,0,0,0,0,0,0,1,0,0,'',12340),(21244,0,0,0,0,0,18688,0,0,0,'Bonechewer Messenger',NULL,NULL,0,68,68,1,1693,0,1,1.38571,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,35570,30798,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21245,0,0,0,0,0,18213,0,0,0,'Bonechewer Marauder',NULL,NULL,0,69,69,1,1693,0,1,1.38571,1,0,245,346,0,298,1,1500,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,8646,30798,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21246,0,0,0,0,0,18030,0,0,0,'Serpentshrine Sporebat',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,10,2000,2000,1,0,2048,0,33,0,0,0,0,262,389,48,1,73,21246,0,0,0,0,0,0,0,0,38461,5100,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10.5,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(21249,0,0,0,0,0,20047,0,0,0,'Wrathstalker','',NULL,0,68,68,1,1692,0,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,195,289,41,3,0,21249,0,0,0,0,0,0,0,0,33804,15496,8599,0,0,0,0,0,0,0,0,0,'',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21250,0,0,0,0,0,22732,0,0,0,'Pink Elekk','',NULL,0,5,5,0,35,0,1.125,1.14286,1,0,5,7,0,32,1,1400,1900,1,0,2048,0,0,0,0,0,0,3,4,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21251,0,0,0,0,0,20812,0,0,0,'Underbog Colossus',NULL,NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,25,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,5,328,21251,0,80002,0,0,0,0,0,0,38971,39031,39032,39044,39044,38971,38718,0,0,0,3590,18169,'SmartAI',0,3,1,52.5,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(21253,0,0,0,0,0,11172,0,0,0,'Tainted Water Elemental',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,18,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(21254,0,0,0,19991,0,11549,0,0,0,'Dullgrom Dredger','',NULL,0,65,66,1,16,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,21254,21254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(21255,0,0,0,0,0,9370,0,0,0,'Umberhowl','Oronok\'s Companion',NULL,0,70,70,1,1665,0,1.71,1.14286,1,1,234,331,0,286,4.6,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,32918,32919,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21256,0,0,0,0,0,16292,0,0,0,'Vurtok Axebreaker','',NULL,0,65,65,1,1668,2,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21257,0,0,0,0,0,1814,0,0,0,'Apothecary Zelana','',NULL,8269,65,65,1,68,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21258,0,0,0,22450,0,18566,18567,18568,18569,'Slain Neophyte','',NULL,0,70,70,1,1743,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21259,0,0,0,0,0,20171,0,0,0,'Crash Bigbomb','B.O.O.M. Sap Operations',NULL,0,67,67,1,35,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33536,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21261,0,0,0,0,0,17035,14501,0,0,'Big Wagon Full of Explosives Trigger',NULL,NULL,0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21262,0,0,0,0,0,17035,15880,0,0,'Goblin Equipment Trigger',NULL,NULL,0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21263,0,0,0,0,0,20639,0,0,0,'Greyheart Technician',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,17,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,21263,0,0,0,0,0,0,0,0,38995,0,0,0,0,0,0,0,0,0,3558,18009,'SmartAI',0,3,1,1.4,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(21264,0,0,0,0,0,470,0,0,0,'Seeping Ooze','',NULL,0,69,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,21264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.25,0.25,1,0,0,0,0,0,0,0,44,1,0,0,'',12340),(21265,0,0,0,0,0,20390,0,0,0,'Parasitic Fleshling',NULL,NULL,0,69,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.1,0.1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(21267,0,0,0,0,0,14273,0,0,0,'Mana Beast',NULL,NULL,0,69,70,1,1701,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.3,0.3,1,0,0,0,0,0,0,0,188,1,0,64,'',12340),(21275,0,0,0,0,0,18745,0,0,0,'Harbinger Ardonan','',NULL,0,70,70,1,1743,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21276,0,0,0,0,0,17957,17963,0,0,'Kil\'sorrow Agent','',NULL,0,65,66,1,16,0,1.125,1.14286,1,0,210,295,0,282,1,1400,2000,1,0,2048,0,0,0,0,0,0,175,260,37,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21277,0,0,0,0,0,20181,0,0,0,'Vindicator Vuuleen','',NULL,8271,67,67,1,1733,3,1.125,1.14286,1,0,204,287,0,272,1,2000,2000,2,4864,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21279,0,0,0,0,0,4110,0,0,0,'Apothecary Albreck','',NULL,8272,65,65,1,68,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21283,0,0,0,0,0,7051,0,0,0,'Megzeg Nukklebust','Mercenary',NULL,8274,65,65,1,1729,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21284,0,0,0,0,0,20183,20184,20185,20186,'Auchenai Initiate',NULL,NULL,0,65,66,1,1751,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,21284,21284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,242,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21285,0,0,0,0,0,20187,20188,20189,20190,'Auchenai Doomsayer',NULL,NULL,0,64,65,1,14,0,1.2,1.14286,1,0,186,260,0,262,1,2000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,21285,21285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,31812,0,0,0,0,0,0,1,0,0,'',12340),(21286,0,0,0,0,0,17612,0,0,0,'Ethereum Mace',NULL,NULL,0,69,70,1,1796,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(21287,0,0,0,0,0,20191,0,0,0,'Warbringer Razuun',NULL,NULL,0,69,69,1,954,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,3,0,21287,21287,0,0,0,0,0,0,0,35913,38047,0,0,0,0,0,0,0,0,196,261,'',1,3,1,1.2,1,1,0,30689,0,0,0,0,0,0,1,0,0,'',12340),(21288,0,0,0,0,0,18566,18567,18568,18569,'(PH) Neophyte Combatant','',NULL,0,45,50,0,1777,0,1.125,1.14286,1,0,85,112,0,206,1,1400,1900,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21289,0,0,0,0,0,7029,0,0,0,'Inactive Infernal','',NULL,0,68,69,1,90,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21290,21584,0,0,0,0,1126,11686,0,0,'Arcane Explosion','',NULL,0,1,1,0,1692,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(21291,0,0,0,0,0,20196,0,0,0,'Grom\'tor, Son of Oronok',NULL,NULL,0,70,70,1,35,2,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21292,0,0,0,0,0,20197,0,0,0,'Ar\'tor, Son of Oronok',NULL,NULL,8287,70,70,1,35,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21293,0,0,0,0,0,20198,0,0,0,'Borak, Son of Oronok',NULL,NULL,8301,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,27611,30470,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21294,0,0,0,19991,0,19905,0,0,0,'Bloodmaul Goon','',NULL,0,65,66,1,1781,0,1.125,1.14286,1,0,210,295,0,282,1,1400,1900,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,10966,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(21295,0,0,0,0,0,20199,0,0,0,'Coilskar Commander',NULL,NULL,0,70,70,1,7,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21296,0,0,0,19995,0,19756,0,0,0,'Bladespire Champion',NULL,NULL,0,66,66,1,1780,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,21296,21296,0,0,0,0,0,0,0,37777,8078,0,0,0,0,0,0,0,0,198,263,'SmartAI',1,3,1,1.1,1,1,0,30416,0,0,0,0,0,51,1,0,0,'',12340),(21300,0,0,0,0,0,20202,20203,20204,20206,'Fel Corrupter',NULL,NULL,0,66,67,1,90,0,1.125,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,21300,21300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,182,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21301,0,0,0,0,0,20205,0,0,0,'Coilfang Shatterer',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,21301,0,0,0,0,0,0,0,0,38591,0,0,0,0,0,0,0,0,0,3668,18567,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,167,1,616775679,0,'',12340),(21302,0,0,0,0,0,20221,20220,0,0,'Shadow Council Warlock',NULL,NULL,0,67,67,1,90,0,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,21302,21302,0,0,0,0,0,0,0,9613,37992,0,0,0,0,0,0,0,0,164,220,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21303,21592,0,0,0,0,19990,19992,0,0,'Defender Corpse','',NULL,0,68,69,1,1814,0,1,0.857143,1,1,245,346,0,298,7.5,2000,2000,1,774,2048,32,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,121,1,617562111,0,'',12340),(21304,21623,0,0,0,0,19993,19994,0,0,'Warder Corpse','',NULL,0,68,69,1,1814,0,1,0.857143,1,1,245,346,0,298,7.5,2000,2000,1,774,2048,32,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,121,1,617562111,0,'',12340),(21305,0,0,0,0,0,18887,0,0,0,'Mutant Horror',NULL,NULL,0,67,68,1,14,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,10,0,21305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,32502,0,0,0,0,0,0,1,0,0,'',12340),(21306,0,0,0,0,0,7470,0,0,0,'Cursed Scarab',NULL,NULL,0,58,59,0,7,0,1.125,1.14286,1,0,102,135,0,248,1,1400,1900,1,0,2048,0,0,0,0,0,0,70,103,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,114,1,0,0,'',12340),(21307,0,0,0,0,0,20213,0,0,0,'Eva','Ar\'tor\'s Guardian',NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21308,0,0,0,0,0,11686,0,0,0,'Cursed Scarab Summoner',NULL,NULL,0,58,59,0,7,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,114,1,0,0,'',12340),(21309,0,0,0,0,0,20385,0,0,0,'Painmistress Gabrissa',NULL,NULL,0,70,70,1,90,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,3,0,21309,21309,0,0,0,0,0,0,0,38169,38048,0,0,0,0,0,0,0,0,173,231,'SmartAI',1,3,1,1,1,1,0,30442,0,0,0,0,0,0,1,0,0,'',12340),(21310,0,0,0,0,0,16480,13069,0,0,'Shadowmoon Valley Invisible Trigger (Tiny)',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,265,1,0,130,'',12340),(21311,0,0,0,0,0,20215,0,0,0,'Rokgah Bloodgrip',NULL,NULL,8283,67,67,1,1734,3,1,1.14286,1,0,170,246,0,128,1,2000,2000,8,36864,2048,0,0,0,0,0,0,156,232,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21312,0,0,0,0,0,18566,18567,18568,18569,'Neophyte Guardian','',NULL,0,70,70,1,1776,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21313,0,0,0,0,0,19581,0,0,0,'Dead Clefthoof',NULL,NULL,0,67,67,1,14,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,186,276,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21314,0,0,0,0,0,19200,0,0,0,'Terrormaster',NULL,NULL,0,67,68,1,90,0,1,1.38889,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,3,0,21314,21314,0,0,0,0,0,0,0,38154,15496,0,0,0,0,0,0,0,0,194,259,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21315,0,0,0,0,0,20218,0,0,0,'Ruul the Darkener',NULL,NULL,0,71,71,1,1701,0,2.4,1.71429,1,1,299,426,0,308,4.6,1400,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,2048,21315,21315,0,0,0,0,0,0,0,35871,15284,0,0,0,0,0,0,0,0,4793,6264,'SmartAI',2,4,1,12,1,1,0,30645,0,0,0,0,0,54,1,0,0,'',12340),(21316,0,0,0,0,0,12817,0,0,0,'Deathforged Infernal',NULL,NULL,0,68,68,1,114,0,1,0.35714,1,0,231,325,0,292,1,2000,2000,1,33026,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,72,1,0,2,'',12340),(21317,0,0,0,0,0,19335,0,0,0,'Aimi',NULL,NULL,0,1,1,0,1818,0,1,1,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21318,0,0,0,0,0,20219,0,0,0,'Spirit of Ar\'tor',NULL,NULL,8288,70,70,1,35,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21319,0,0,0,19991,0,17782,0,0,0,'Gor Grimgut','',NULL,0,67,67,1,1781,0,1.125,1.14286,1,0,225,314,0,288,1,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,21319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,1,1,0,30435,0,0,0,0,0,51,1,0,0,'',12340),(21322,0,0,0,0,0,18402,18402,0,0,'Warp Storm',NULL,NULL,0,60,60,1,14,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,33554822,2048,0,0,0,0,0,0,1,1,100,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21323,0,0,0,0,0,18837,0,0,0,'Netherock Crumbler',NULL,NULL,0,68,68,1,14,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,32768,2048,0,0,0,0,0,0,195,289,41,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21324,0,0,0,0,0,20223,0,0,0,'Spirit Raven',NULL,NULL,0,63,64,1,1738,0,1.4,1.42857,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,26,0,0,0,0,154,226,33,6,0,21324,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,149,1,8388624,0,'',12340),(21325,0,0,0,0,0,20250,0,0,0,'Raven\'s Wood Stonebark','',NULL,0,67,68,1,1846,0,1.48,1.14286,1,1,214,301,0,276,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,179,266,31,4,256,21325,0,80001,0,0,0,0,0,0,12612,37823,37709,0,0,0,0,0,0,0,0,0,'',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21326,0,0,0,0,0,20249,0,0,0,'Raven\'s Wood Leafbeard','',NULL,0,67,68,1,1846,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,4,256,21326,0,80001,0,0,0,0,0,0,37696,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(21328,0,0,0,0,0,20224,0,0,0,'Apex Crumbler',NULL,NULL,0,66,67,1,14,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21330,0,0,0,0,0,20225,0,0,0,'Kurdran Wildhammer',NULL,NULL,0,70,70,1,1732,2,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,800,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21331,0,0,0,0,0,19029,0,0,0,'Thorny Growth',NULL,NULL,0,68,69,1,7,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.05,0.1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21332,0,0,0,0,0,20219,0,0,0,'Spirit Hunter',NULL,NULL,0,70,70,1,495,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,2,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(21334,0,0,0,0,0,16480,13069,0,0,'Veneratus Spawn Node',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,265,0,0,130,'',12340),(21335,0,0,0,0,0,20227,0,0,0,'Tentacle of Markaru',NULL,NULL,0,60,60,1,16,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(21336,0,0,0,0,0,20228,0,0,0,'Gedrah','Stable Master',NULL,9821,60,60,1,1734,4194305,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(21337,0,0,0,0,0,2687,0,0,0,'Illidari Shadowstalker','Servant of Illidan',NULL,0,69,69,1,1813,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,3,0,21337,21337,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,266,'',1,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),(21338,21915,0,0,0,0,6936,6937,6932,0,'Coilfang Leper',NULL,NULL,0,70,70,1,63,0,1,1.14286,1,0,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,40505,13339,11831,13444,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21339,0,0,0,0,0,20642,0,0,0,'Coilfang Hate-Screamer',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,18,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,21339,0,0,0,0,0,0,0,0,38491,38496,0,0,0,0,0,0,0,0,3629,18366,'SmartAI',0,3,1,17.5,15,1,0,0,0,0,0,0,0,167,1,616775679,0,'',12340),(21340,0,0,0,0,0,782,0,0,0,'Detrafila','Gedrah\'s Pet',NULL,0,60,60,1,1734,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,4608,2048,0,1,0,0,0,0,72,106,26,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21341,0,0,0,0,0,221,0,0,0,'Victor',NULL,NULL,0,4,4,0,35,0,1,1.14286,1,0,4,5,0,27,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21342,0,0,0,0,0,338,0,0,0,'Alex',NULL,NULL,0,4,4,0,35,0,1,1.14286,1,0,4,5,0,27,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21343,0,0,0,0,0,251,0,0,0,'Harvey',NULL,NULL,0,4,4,0,35,0,1,1.14286,1,0,4,5,0,27,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21344,0,0,0,0,0,262,0,0,0,'Phil',NULL,NULL,0,4,4,0,35,0,1,1.14286,1,0,4,5,0,27,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21345,0,0,0,0,0,221,0,0,0,'Hugh',NULL,NULL,0,4,4,0,35,0,1,1.14286,1,0,4,5,0,27,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21346,21612,0,0,0,0,14430,0,0,0,'Sightless Eye',NULL,NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,5,304,1,10000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,36646,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.2,1,1,0,0,0,0,0,0,0,207,1,612532222,0,'',12340),(21347,0,0,0,0,0,16480,18657,0,0,'Shadowmoon Valley Tuber Node',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,265,1,0,130,'npc_shadowmoon_tuber_node',12340),(21348,0,0,0,0,0,2582,15880,0,0,'Shadowmoon Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21349,0,0,0,0,0,20240,0,0,0,'T\'chali the Witch Doctor','',NULL,0,67,67,1,1734,3,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,262912,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21350,0,0,0,0,0,20241,0,0,0,'Gronn-Priest','',NULL,0,72,72,1,45,0,1.71,1.14286,1,1,304,436,0,296,15,1400,1900,2,0,2048,0,0,0,0,0,0,268,399,40,7,72,21350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9894,12926,'SmartAI',1,3,1,28,15,1,0,0,0,0,0,0,0,164,1,604057215,0,'',12340),(21351,0,0,0,0,0,17035,14501,0,0,'Ogre Building Bunny Large',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21352,0,0,0,0,0,17035,11686,0,0,'Ogre Building Bunny Summoner',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21353,0,0,0,0,0,16480,19595,0,0,'Terokkar - Bone Wastes - Soul Trigger','',NULL,0,60,60,0,114,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(21354,0,0,0,0,0,19250,0,0,0,'Fiery Warhorse','',NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),(21357,0,0,0,0,0,20243,0,0,0,'Wing Commander Nuainn',NULL,NULL,8296,70,70,1,1732,3,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21359,0,0,0,0,0,20244,0,0,0,'Blood Guard Gulmok',NULL,NULL,0,70,70,1,1735,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21362,0,0,0,0,0,17765,0,0,0,'Phoenix',NULL,NULL,0,70,70,1,16,0,1.2,1.2,1,1,252,357,0,304,30,1500,2000,1,33685510,2048,0,0,0,0,0,0,215,320,44,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,100,1,650854271,2097408,'',12340),(21365,0,0,0,0,0,7907,21342,0,0,'Floating Skull',NULL,NULL,0,1,1,0,35,0,0.16,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,10,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,41,1,0,128,'',12340),(21368,0,0,0,0,0,20534,0,0,0,'Ethereal Plunderer',NULL,NULL,0,64,65,1,1678,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,21368,21368,0,0,0,0,0,0,0,7159,32920,0,0,0,0,0,0,0,0,177,236,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21370,0,0,0,0,0,19646,0,0,0,'Ethereal Nethermancer',NULL,NULL,0,64,65,1,1678,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,21370,21370,0,0,0,0,0,0,0,9613,17173,0,0,0,0,0,0,0,0,153,205,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21373,0,0,0,0,0,17797,0,0,0,'Silkwing','',NULL,0,65,66,1,14,0,1.125,1.14286,1,0,210,295,0,282,1,1400,1900,1,0,2048,0,37,0,0,0,0,175,260,37,1,1,21373,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13109,0,0,0,'',1,3,1,0.5,0.5,1,0,30792,0,0,0,0,0,0,1,0,0,'',12340),(21375,0,0,0,0,0,7899,0,0,0,'Plump Silkwing Larva','',NULL,0,66,67,1,14,0,1.125,1.14286,1,0,225,314,0,288,1,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21376,0,0,0,0,0,16259,0,0,0,'Crusty Bob',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(21380,0,0,0,0,0,15774,0,0,0,'Greater Crust Burster',NULL,NULL,0,67,67,1,14,0,1.71,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,10,0,21380,0,0,0,0,0,0,0,0,37752,31747,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.1,1,1,0,31132,0,0,0,0,0,0,1,0,2097152,'',12340),(21381,0,0,0,0,0,20329,0,0,0,'Young Crust Burster',NULL,NULL,0,66,67,1,16,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,42,0,0,0,0,186,276,39,10,65537,21381,0,0,0,0,0,0,0,0,21067,37359,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,31132,0,0,0,0,0,0,1,0,0,'',12340),(21382,0,0,0,0,0,20251,20252,20253,20254,'Wyrmcult Zealot','',NULL,8446,67,68,1,1827,1,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,21382,21382,0,0,0,0,0,0,0,32009,8599,37635,20714,0,0,0,0,0,0,192,256,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(21383,0,0,0,0,0,20256,20257,20258,20255,'Wyrmcult Acolyte','',NULL,8446,67,68,1,1827,1,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,21383,21383,0,0,0,0,0,0,0,32707,17139,37635,32167,0,0,0,0,0,0,171,228,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21384,0,0,0,0,0,20271,0,0,0,'Dark Conclave Harbinger',NULL,NULL,0,68,68,1,1738,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,6,0,21384,21384,0,0,0,0,0,0,0,16588,15496,0,0,0,0,0,0,0,0,167,224,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(21385,0,0,0,0,0,20274,0,0,0,'Dark Conclave Scorncrow',NULL,NULL,0,67,68,1,1738,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,6,0,21385,21385,0,0,0,0,0,0,0,9672,0,9672,0,0,0,0,0,0,0,169,225,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(21386,0,0,0,0,0,20272,0,0,0,'Dark Conclave Hawkeye',NULL,NULL,0,67,67,1,1738,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,6,0,21386,21386,0,0,0,0,0,0,0,37974,0,0,0,0,0,0,0,0,0,188,250,'SmartAI',1,3,1,1,1,1,0,31260,31261,31262,0,0,0,0,1,8388624,0,'',12340),(21387,0,0,0,0,0,397,0,0,0,'Wyrmcult Blackwhelp','',NULL,0,67,68,1,1827,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,2,1024,21387,21387,0,0,0,0,0,0,0,19816,0,0,0,0,0,0,0,0,0,143,192,'SmartAI',1,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21389,0,0,0,0,0,14355,0,0,0,'Maxnar the Ashmaw','Wyrmcult Patriarch',NULL,0,68,68,1,16,0,1.71,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,2,0,21389,0,70171,0,245,0,0,0,0,32736,15284,37638,0,0,0,0,0,0,0,289,382,'SmartAI',1,3,1,1.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21391,0,0,0,0,0,7907,16925,0,0,'Scarab Bunny',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21393,0,0,0,0,0,20292,0,0,0,'Cannon Channeler','',NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21394,0,0,0,0,0,20292,0,0,0,'Cannon Channel Target','',NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21395,21609,0,0,0,0,20265,0,0,0,'Protean Spawn',NULL,NULL,0,68,69,1,1693,0,1.125,1.14286,1,0,245,346,0,298,1,1000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,36796,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),(21396,0,0,0,0,0,20264,0,0,0,'Invisible Mount Speed 20','',NULL,0,40,40,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21397,0,0,0,0,0,20266,0,0,0,'Aeman Brightsong',NULL,NULL,0,65,65,1,1733,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21398,0,0,0,0,0,20267,0,0,0,'Theine Brightsong',NULL,NULL,0,65,65,1,1733,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21399,0,0,0,0,0,20268,0,0,0,'Erick Nateson',NULL,NULL,0,65,65,1,1733,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21400,0,0,0,0,0,20269,0,0,0,'Eckert',NULL,NULL,0,65,65,1,1733,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21402,0,0,0,0,0,20270,0,0,0,'Anchorite Ceyla',NULL,NULL,8353,69,69,1,1743,3,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,33536,2048,0,0,0,0,0,0,188,280,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21403,0,0,0,0,0,10811,17188,0,0,'Invis Legion Hold Caster',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21404,0,0,0,0,0,19501,0,0,0,'Legion Hold Fel Reaver',NULL,NULL,0,70,70,1,954,0,2.8,1.71429,1,1,252,357,0,304,4.6,2000,2000,1,33600,2048,0,0,0,0,0,0,215,320,44,9,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,1,1,0,0,0,0,0,0,0,171,1,16384,0,'',12340),(21405,0,0,0,0,0,21113,0,0,0,'Ethereal Arcanist',NULL,NULL,0,64,65,1,1678,0,1,1.14286,1,0,154,222,0,124,1,2000,2000,8,0,2048,0,0,0,0,0,0,140,208,26,7,0,21405,21405,0,0,0,0,0,0,0,39039,32936,0,0,0,0,0,0,0,0,151,202,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21408,0,0,0,0,0,13210,0,0,0,'Felfire Diemetradon',NULL,NULL,0,67,68,1,14,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,1,0,21408,0,70063,0,0,0,0,0,0,37941,35913,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,30819,30613,32502,0,0,0,0,1,0,0,'',12340),(21409,0,0,0,0,0,20275,0,0,0,'Envoy Icarius','The Voice of Illidan',NULL,0,70,70,1,1701,0,1.14286,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,21409,21409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,231,'SmartAI',1,3,1,1,1,1,0,30617,0,0,0,0,0,0,1,0,0,'',12340),(21410,0,0,0,0,0,20277,0,0,0,'Blood Lord Zarath','Icarius\'s Bodyguard',NULL,0,71,71,1,1701,0,1.14286,1.14286,1,1,296,424,0,290,7.5,1400,1900,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21411,0,0,0,0,0,20279,0,0,0,'Tobias the Filth Gorger',NULL,NULL,0,62,62,1,35,2,1,1,1,1,172,240,0,262,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21413,0,0,0,0,0,15435,0,0,0,'Gnome Cannon Shooter #1','',NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33587204,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21414,21603,0,0,0,0,15294,0,0,0,'Negaton Field',NULL,NULL,0,70,70,1,14,0,0.0001,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(21416,0,0,0,0,0,20280,0,0,0,'Lakaan','Corruptor of Water',NULL,0,70,70,1,1813,0,1,1,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,21416,21416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,220,'',1,3,1,1,1,1,0,30693,0,0,0,0,0,0,1,0,2,'',12340),(21417,0,0,0,0,0,10811,17188,0,0,'Invis Infernal Caster',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_invis_infernal_caster',12340),(21419,21786,0,0,0,0,17312,20577,0,0,'Infernal Attacker',NULL,NULL,0,67,68,1,90,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,34212096,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_infernal_attacker',12340),(21420,0,0,0,0,0,19075,0,0,0,'Corrupt Water Totem',NULL,NULL,0,69,69,1,1813,0,1,1,1,0,230,336,0,133,1,2000,2000,8,0,2048,0,0,0,0,0,0,215,321,28,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.001,0.33,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21422,0,0,0,0,0,1126,11686,0,0,'Blade\'s Edge - Toshley\'s - Invisible Stalker - Atk Target','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21423,0,0,0,0,0,20299,20298,20834,20835,'Gore-Scythe Ravager',NULL,NULL,0,63,63,1,14,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,1,0,0,0,0,0,0,0,0,0,0,13443,25640,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21425,0,0,0,0,0,19633,0,0,0,'Nexus-King Salhadaar',NULL,NULL,0,72,72,1,1796,0,1.48,1.14286,1,1,304,436,0,296,7.5,1400,1900,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,21425,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,15,1,0,0,0,0,0,0,0,213,1,0,0,'',12340),(21426,0,0,0,0,0,6774,0,0,0,'Gnome Defender - 209','Razak\'s Roughriders',NULL,0,70,70,1,1802,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,7,2,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(21427,0,0,0,0,0,20085,20086,20087,20088,'Strider Jock','Razak\'s Roughriders',NULL,0,70,70,1,1802,0,1,1.38571,1,1,252,357,0,304,7.5,2000,2000,1,33559040,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,36246,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21428,0,0,0,0,0,4606,0,0,0,'Corrupted Water Elemental','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,9672,35194,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(21429,0,0,0,0,0,16480,20024,0,0,'Bone Wastes - Sealed Coffin Trigger 01',NULL,NULL,0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21430,0,0,0,0,0,20289,20288,20288,20289,'Unliving Draenei','',NULL,0,65,65,1,14,0,1.125,1.14286,1,0,200,281,0,278,1,1400,1900,1,0,2048,0,0,0,0,0,0,166,246,35,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(21432,0,0,0,0,0,20290,0,0,0,'Almaador','Sha\'tari Quartermaster',NULL,0,70,70,1,1741,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21434,0,0,0,0,0,79,0,0,0,'Gordie',NULL,NULL,0,12,12,0,35,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,768,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21435,0,0,0,0,0,4870,0,0,0,'Shadow Horror','',NULL,0,68,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21436,0,0,0,0,0,1126,15880,0,0,'Tempest Keep Prison Alpha Pod Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,4.6,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21437,0,0,0,0,0,1126,15880,0,0,'Tempest Keep Prison Beta Pod Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,4.6,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21438,0,0,0,0,0,1126,15880,0,0,'Tempest Keep Prison Delta Pod Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,4.6,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21439,0,0,0,0,0,1126,15880,0,0,'Tempest Keep Prison Gamma Pod Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,4.6,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21440,0,0,0,0,0,1126,15880,0,0,'Tempest Keep Prison Boss Pod Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,4.6,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21441,0,0,0,0,0,20085,20087,0,0,'Station Sharpshooter','',NULL,0,70,70,1,1802,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,36246,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21443,0,0,0,0,0,16480,19595,0,0,'Bone Wastes - Orb Waypoint 01',NULL,NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21444,0,0,0,0,0,10739,0,0,0,'Tempixx Finagler','Temporary Karazhan Key Vendor',NULL,0,54,54,0,35,0,1.125,1.14286,1,0,92,122,0,224,1,1202,1418,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21445,0,0,0,0,0,1126,11686,0,0,'Bone Wastes - White Nether Orb',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,1900,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,181,1,0,130,'',12340),(21446,0,0,0,0,0,10771,0,0,0,'Bladespire Evil Spirit','',NULL,0,66,66,1,16,0,1.125,1.14286,1,0,210,295,0,282,1,1400,2000,1,0,2048,0,0,0,0,0,0,175,260,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(21447,0,0,0,0,0,4626,17200,0,0,'Blade\'s Edge - Toshley\'s - Def Gun Attack Origin','',NULL,0,1,1,0,1802,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21448,0,0,0,0,0,11375,11376,11377,0,'Gadgetzan Sniper',NULL,NULL,0,67,67,1,475,0,1,1.42857,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(21449,0,0,0,0,0,11649,0,0,0,'Cursed Spirit','',NULL,0,66,66,1,16,0,1.2,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(21450,0,0,0,0,0,20293,0,0,0,'Skethyl Owl',NULL,NULL,0,68,69,1,1738,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,6,0,21450,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(21451,0,0,0,0,0,16480,19595,0,0,'Bone Wastes - Event Trigger A',NULL,NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21452,0,0,0,0,0,10771,0,0,0,'Bloodmaul Evil Spirit','',NULL,0,66,66,1,16,0,1.125,1.14286,1,0,210,295,0,282,1,1400,2000,1,0,2048,0,0,0,0,0,0,175,260,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(21453,0,0,0,0,0,20334,0,0,0,'Ashtongue Shaman','Servant of Illidan',NULL,0,69,70,1,1813,0,1,1,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,21453,21453,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,236,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21454,0,0,0,0,0,20333,0,0,0,'Ashtongue Warrior','Servant of Illidan',NULL,0,69,70,1,1813,0,1,1,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,21454,21454,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,272,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21455,0,0,0,0,0,20312,0,0,0,'Ashtongue Worker','Servant of Illidan',NULL,0,69,69,1,1813,0,1,1,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,21455,21455,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,266,'',1,3,1,1,1,1,0,30596,0,0,0,0,0,0,1,0,0,'',12340),(21456,0,0,0,0,0,0,16946,0,0,'Ogre Building Bunny Small',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21457,0,0,0,0,0,11686,0,0,0,'[Unused] Greater Crust Burster Visual','',NULL,0,66,67,1,14,0,1.125,1.14286,1,0,225,314,0,288,1,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21458,0,0,0,0,0,876,0,0,0,'Trayana','',NULL,0,60,60,1,80,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21459,0,0,0,0,0,20345,0,0,0,'Wyrmcult Dragon Egg','',NULL,0,65,66,1,1827,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21460,0,0,0,0,0,20081,0,0,0,'Tally Zapnabber','',NULL,8303,67,68,1,1733,3,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,512,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21461,0,0,0,0,0,20081,0,0,0,'Rally Zapnabber','Tally\'s Twin',NULL,8304,67,68,1,1733,1,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,512,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21462,0,0,0,0,0,20294,0,0,0,'Greater Felfire Diemetradon',NULL,NULL,0,68,69,1,14,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,1,0,21462,0,70063,0,0,0,0,0,0,37941,37945,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,30867,32502,0,0,0,0,0,1,0,0,'',12340),(21463,0,0,0,0,0,16480,20024,0,0,'Bone Wastes - Portal Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21464,0,0,0,0,0,19251,0,0,0,'Ethereal Construct','',NULL,0,1,1,1,190,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),(21465,0,0,0,0,0,20296,0,0,0,'David Wayne','',NULL,8400,70,70,1,35,3,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21466,21600,0,0,0,0,19943,0,0,0,'Harbinger Skyriss',NULL,NULL,0,72,72,1,16,0,1.71,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,10,1,0,0,0,0,0,0,0,167,1,616972287,0,'',12340),(21467,21599,0,0,0,0,19943,0,0,0,'Harbinger Skyriss',NULL,NULL,0,72,72,1,16,0,1.71,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,10,1,0,0,0,0,0,0,0,167,1,616972287,0,'',12340),(21468,0,0,0,0,0,16724,0,0,0,'Kaliri Totem',NULL,NULL,0,65,66,1,35,0,1.125,1.14286,1,0,210,295,0,282,1,1400,1900,1,0,2048,0,26,0,0,0,0,175,260,37,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10709,0,0,0,'',1,3,1,0.3,0.3,1,0,0,0,0,0,0,0,149,1,0,2,'',12340),(21469,0,0,0,0,0,876,0,0,0,'Daranelle',NULL,NULL,0,60,60,1,80,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_daranelle',12340),(21470,0,0,0,0,0,20300,0,0,0,'Angered Arakkoa Protector','',NULL,0,11,11,0,1738,0,1.125,1.14286,1,0,15,20,0,44,1,1400,1900,1,0,2048,0,26,0,0,0,0,9,14,100,1,1,0,0,0,0,0,0,0,0,0,10856,0,0,0,0,0,0,0,10856,0,0,0,'',1,3,1,0.5,0.5,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),(21471,0,0,0,0,0,20301,0,0,0,'Stormer Ewan Wildwing',NULL,NULL,0,70,70,1,1732,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21472,0,0,0,0,0,20302,0,0,0,'Gryphonrider Nordin',NULL,NULL,0,70,70,1,1732,2,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21474,0,0,0,0,0,20305,0,0,0,'Coreiel','Blade Merchant',NULL,0,70,70,1,1735,4224,1,1.14286,1,1,252,357,0,304,7.5,2000,1900,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21475,0,0,0,0,0,20303,0,0,0,'Scout Zagran',NULL,NULL,0,70,70,1,29,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21476,0,0,0,0,0,20304,0,0,0,'Mokthar Grimblade',NULL,NULL,0,70,70,1,29,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21477,0,0,0,0,0,20555,0,0,0,'Rocknail Flayer',NULL,NULL,0,69,69,1,1839,0,1,1.14286,1,0,245,346,0,298,1,4000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,21477,21477,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,31372,0,0,0,0,0,0,1,0,0,'',12340),(21478,0,0,0,0,0,19867,0,0,0,'Rocknail Ripper',NULL,NULL,0,68,69,1,1839,0,1,0.992063,1,0,245,346,0,298,1,1500,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,21478,21478,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,268,'',1,3,1,1,1,1,0,31373,0,0,0,0,0,0,1,0,0,'',12340),(21483,0,0,0,0,0,20310,0,0,0,'Tasaldan','Ammunition',NULL,0,70,70,1,1735,128,1,1.14286,1,1,252,357,0,304,7.5,2000,1900,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21484,0,0,0,0,0,20311,0,0,0,'Embelar','Food & Drink',NULL,0,70,70,1,1735,128,1,1.14286,1,1,252,357,0,304,7.5,2000,1900,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21485,0,0,0,0,0,20313,0,0,0,'Aldraan','Blade Merchant',NULL,0,70,70,1,1732,4224,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21487,0,0,0,0,0,20314,0,0,0,'Cendrii','Food & Drink',NULL,0,70,70,1,1732,128,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21488,0,0,0,0,0,20315,0,0,0,'Banro','Ammunition',NULL,0,70,70,1,1732,128,1,1.14286,1,1,252,357,0,304,7.5,1400,1900,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21489,0,0,0,0,0,16480,17612,0,0,'Bone Wastes - Event Trigger B',NULL,NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21492,0,0,0,0,0,12894,0,0,0,'Wyrmcult Blessed',NULL,NULL,0,67,68,1,16,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,2,0,21492,0,0,0,0,0,0,0,0,11969,9053,0,0,0,0,0,0,0,0,167,222,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21493,0,0,0,0,0,20326,0,0,0,'Kablamm Farflinger','Transportation Engineer',NULL,8308,70,70,1,35,81,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,2,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_engineering_tele_trinket',12340),(21494,0,0,0,0,0,20325,0,0,0,'Smiles O\'Byron','Engineer',NULL,8306,70,70,1,35,81,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,2,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_engineering_tele_trinket',12340),(21496,0,0,0,0,0,21055,0,0,0,'Dertrok','',NULL,0,62,62,1,1735,2,1.125,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21497,0,0,0,0,0,8574,0,0,0,'Blackscale','',NULL,0,70,70,1,1771,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,2,32,0,0,0,0,0,0,0,0,0,15847,20712,14100,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,5,1,1,0,0,0,0,0,0,0,154,1,0,0,'',12340),(21498,0,0,0,0,0,17035,11686,0,0,'Ogre Building Cursed Spirit Bunny','',NULL,0,70,70,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21499,0,0,0,0,0,20509,0,0,0,'Overseer Ripsaw',NULL,NULL,0,69,69,1,90,0,0.944444,0.95238,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,3,0,21499,21499,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,266,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21500,0,0,0,0,0,19715,0,0,0,'Morgroron',NULL,NULL,0,68,69,1,90,0,0.777776,0.99206,1,1,224,316,0,282,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,188,280,32,3,0,21500,21500,0,0,0,0,0,0,0,38750,38741,22859,0,0,0,0,0,0,0,1005,1317,'SmartAI',1,3,1,4,1,1,0,30785,0,0,0,0,0,0,1,0,0,'',12340),(21501,0,0,0,0,0,20751,0,0,0,'Makazradon',NULL,NULL,0,68,69,1,90,0,0.777776,0.99206,1,1,245,346,0,298,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,206,302,43,3,0,21501,21501,0,0,0,0,0,0,0,11443,38741,38742,0,0,0,0,0,0,0,1260,1650,'SmartAI',1,3,1,4,1,1,0,30786,0,0,0,0,0,0,1,0,0,'',12340),(21502,0,0,0,0,0,20330,0,0,0,'Image of Warbringer Razuun',NULL,NULL,0,69,69,1,35,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21503,0,0,0,0,0,20335,20336,20337,20338,'Sunfury Warlock',NULL,NULL,0,70,70,1,1826,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,21503,21503,0,0,0,0,0,0,0,9613,32707,0,0,0,0,0,0,0,0,193,256,'SmartAI',1,3,1,1.1,1,1,0,30811,0,0,0,0,0,0,1,0,0,'',12340),(21504,0,0,0,0,0,20343,0,0,0,'Pathaleon the Calculator\'s Image',NULL,NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,4.6,1400,1900,1,33600,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,17,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21505,0,0,0,0,0,20339,20340,20341,20342,'Sunfury Summoner',NULL,NULL,0,70,70,1,1813,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,21505,21505,0,0,0,0,0,0,0,13901,14514,0,0,0,0,0,0,0,0,173,231,'',1,3,1,1,1,1,0,30811,0,0,0,0,0,0,1,0,0,'',12340),(21506,0,0,0,0,0,17287,0,0,0,'Azaloth',NULL,NULL,0,70,70,1,954,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,2147779136,2048,0,0,0,0,0,0,198,295,33,3,0,21506,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1221,1599,'SmartAI',1,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21510,0,0,0,0,0,20344,0,0,0,'Swift Nether Drake','',NULL,0,10,10,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(21512,0,0,0,0,0,4449,19595,0,0,'Invis Legion Hold Glyph',NULL,NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21514,0,0,0,0,0,20346,0,0,0,'Gorgrom the Dragon-Eater','Son of Gruul',NULL,0,70,70,1,14,0,1.71,1.14286,1,1,252,357,0,304,7.5,1400,1900,1,768,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,20,1,1,0,0,0,0,0,0,0,125,1,0,0,'',12340),(21515,0,0,0,0,0,20348,0,0,0,'Trachela',NULL,NULL,0,65,65,1,14,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,7,0,0,0,0,166,246,35,1,1,21515,0,0,0,0,0,0,0,0,32903,26041,10101,15589,0,0,0,0,12875,0,0,0,'SmartAI',1,3,1,1.75,1,1,0,30618,0,0,0,0,0,0,1,70720,0,'',12340),(21516,0,0,0,0,0,20532,0,0,0,'Death\'s Watch',NULL,NULL,0,68,68,1,90,0,1,0.99206,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,3,0,21516,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,31757,0,0,0,0,0,0,1,0,0,'',12340),(21517,0,0,0,0,0,16706,0,0,0,'Ilthuril','Stable Master',NULL,9821,60,60,1,1744,4194305,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,33536,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(21518,0,0,0,0,0,17327,0,0,0,'Oruhe','Stable Master',NULL,9821,60,60,0,1743,4194305,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(21519,0,0,0,0,0,20531,0,0,0,'Death\'s Might',NULL,NULL,0,68,68,1,16,0,1,1.42857,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,21519,21519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,257,'',1,3,1,1,1,1,0,31757,0,0,0,0,0,144,1,0,0,'',12340),(21520,0,0,0,0,0,2879,0,0,0,'Illidari Jailor','Servant of Illidan',NULL,0,70,70,1,1813,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,3,0,21520,21520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,234,'',1,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),(23408,0,0,0,0,0,21473,0,0,0,'Raven Lord','',NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),(21713,0,0,0,0,0,11686,0,0,0,'[DND]Mok\'Nathal Wand 1','',NULL,0,50,55,0,35,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20588,0,0,0,0,0,17184,0,0,0,'Shattered Hand Houndmaster (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1420,1667,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,17670,0,0,0,0,0,0,0,40248,22907,35950,0,0,0,0,0,0,0,2018,2644,'',1,3,1,3.91,1,1,0,0,0,0,0,0,0,0,1,67601,0,'',12340),(21627,0,0,0,0,0,20937,0,0,0,'Eclipsion Hawkstrider',NULL,NULL,0,70,70,1,1793,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,1,0,21627,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,195,'',1,3,1,0.6,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(21628,0,0,0,0,0,20365,0,0,0,'Highborne Lamenter',NULL,NULL,0,70,70,1,68,0,0.2,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,42,1,8388624,2,'npc_highborne_lamenter',12340),(21632,0,0,0,0,0,10812,20383,0,0,'Nether Cloud',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,181,1,0,0,'',12340),(21633,0,0,0,0,0,19949,0,0,0,'Deathbringer Jovaan',NULL,NULL,0,69,69,1,954,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,768,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21636,0,0,0,0,0,20289,20288,20288,20289,'Vengeful Draenei',NULL,NULL,0,65,65,1,14,0,1,1.14286,1,0,200,281,0,278,1,1400,1900,1,32768,2048,0,0,0,0,0,0,166,246,35,6,0,21636,21636,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,240,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(21637,0,0,0,0,0,20377,20378,20379,20380,'Wyrmcult Scout','',NULL,8446,67,68,1,1827,1,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,21637,21637,0,0,0,0,0,0,0,15547,20714,11970,37635,0,0,0,0,0,0,194,259,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(21638,0,0,0,0,0,20397,0,0,0,'Vengeful Harbinger',NULL,NULL,0,65,65,1,14,2,1,1.14286,1,0,200,281,0,278,1,2000,1900,1,0,2048,0,0,0,0,0,0,166,246,35,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(21639,0,0,0,0,0,20381,0,0,0,'Illidari Slayer',NULL,NULL,0,70,70,1,1701,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21640,0,0,0,0,0,11549,0,0,0,'Trogma','',NULL,0,65,66,1,16,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,21640,21640,0,0,0,0,0,0,0,36033,8599,0,0,0,0,0,0,0,0,182,242,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(21641,0,0,0,0,0,17035,11686,0,0,'Lament of the Highborne Spell Bunny',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21643,0,0,0,0,0,20384,0,0,0,'Alurmi','Keepers of Time Quartermaster',NULL,0,65,65,1,1779,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21644,0,0,0,0,0,18628,0,0,0,'Skettis Wing Guard',NULL,NULL,0,70,71,1,1862,0,1.125,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,21644,21644,0,0,0,0,0,0,0,13730,35321,40546,8599,0,0,0,0,0,0,254,337,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21648,0,0,0,0,0,19980,0,0,0,'Mature Netherwing Drake',NULL,NULL,0,69,69,1,1824,0,0.666668,2.28571,1,1,245,346,0,298,4.6,2000,2000,1,33344,2048,0,0,0,0,0,0,206,302,43,2,0,21648,0,70171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,5,1,4,3,1,0,0,0,0,0,0,0,199,1,0,2,'npc_mature_netherwing_drake',12340),(21649,0,0,0,0,0,20602,0,0,0,'Skettis Windwalker',NULL,NULL,0,70,71,1,1862,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,21649,21649,0,0,0,0,0,0,0,13901,40578,34110,0,0,0,0,0,0,0,216,287,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21650,0,0,0,0,0,17864,0,0,0,'Skettis Talonite',NULL,NULL,0,70,70,1,1862,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,21650,21650,0,0,0,0,0,0,0,11428,10277,0,0,0,0,0,0,0,0,207,276,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21651,0,0,0,0,0,21352,0,0,0,'Time-Lost Skettis Reaver','',NULL,0,70,71,1,1862,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,21651,0,0,0,0,0,0,0,0,15496,3019,42247,0,0,0,0,0,0,0,980,1450,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(21652,0,0,0,0,0,20818,0,0,0,'Skettis Time-Shifter',NULL,NULL,0,71,72,1,90,0,1.125,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,21652,21652,0,0,0,0,0,0,0,46380,37589,0,0,0,0,0,0,0,0,221,293,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21654,0,0,0,0,0,10553,23501,0,0,'Skettis Followers Spawner',NULL,NULL,0,60,60,1,190,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21655,0,0,0,0,0,20388,0,0,0,'Nakodu','Lower City Quartermaster',NULL,0,70,70,1,1818,128,1,1,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21656,0,0,0,0,0,12334,0,0,0,'Illidari Satyr','Servant of Illidan',NULL,0,69,69,1,1813,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,3,0,21656,21656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,269,'',1,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),(21657,0,0,0,0,0,20593,0,0,0,'Neltharaku',NULL,NULL,8397,72,72,1,7,3,1,2.85714,1,1,307,438,0,314,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,270,401,53,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,15,1,1,0,0,0,0,0,0,0,220,1,0,2,'',12340),(21658,0,0,0,0,0,8611,0,0,0,'[UNUSED]Death\'s Deliverer','',NULL,0,68,68,1,90,0,1.71,1.14286,1,1,2,2,0,24,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21659,0,0,0,0,0,2421,0,0,0,'Floaty Flavor Eye','',NULL,0,1,1,0,188,0,1,1.42857,1,0,2,2,0,24,1,2000,1900,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(21660,0,0,0,0,0,20562,20391,20537,0,'Cabal Abjurist',NULL,NULL,0,63,64,1,16,0,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,21660,21660,0,0,0,0,0,0,0,11831,34447,0,0,0,0,0,0,0,0,146,196,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21661,0,0,0,0,0,20393,20394,20563,0,'Cabal Skirmisher',NULL,NULL,0,63,63,1,16,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,21661,21661,0,0,0,0,0,0,0,15496,8599,0,0,0,0,0,0,0,0,172,229,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21662,0,0,0,0,0,20395,20396,0,0,'Cabal Tomb-Raider',NULL,NULL,0,63,64,1,16,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,21662,21662,0,0,0,0,0,0,0,37685,1604,0,0,0,0,0,0,0,0,172,229,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21663,0,0,0,0,0,20398,0,0,0,'Oronu the Elder',NULL,NULL,0,70,70,1,1813,0,1,1,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,21663,21663,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,281,'',1,3,1,1.3,1,1,0,30649,0,0,0,0,0,0,1,0,0,'',12340),(21664,0,0,0,0,0,19783,0,0,0,'Human Charger',NULL,NULL,8346,70,70,1,1690,1,2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,9.30432,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),(21682,0,0,0,0,0,16278,0,0,0,'Human Cleric',NULL,NULL,8347,70,70,1,1690,1,2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8.58861,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),(21683,0,0,0,0,0,16280,0,0,0,'Human Conjurer',NULL,NULL,8348,70,70,1,1690,1,2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,11.4515,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),(21684,0,0,0,0,0,16293,0,0,0,'King Llane',NULL,NULL,8349,70,70,1,1690,1,2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,37471,37474,0,0,0,0,0,0,0,0,0,0,'',1,3,1,21.4715,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),(21685,0,0,0,0,0,20416,0,0,0,'Oronok Torn-heart',NULL,NULL,8350,70,70,1,250,0,1,1.14286,1,0,234,331,0,286,3,2000,2000,2,33280,0,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21686,0,0,0,0,0,20198,0,0,0,'Borak, Son of Oronok',NULL,NULL,0,70,70,1,250,0,1.125,1.14286,1,0,252,357,0,304,3,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21687,0,0,0,0,0,20196,0,0,0,'Grom\'tor, Son of Oronok',NULL,NULL,0,70,70,1,250,0,1.125,1.14286,1,0,252,357,0,304,3,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21690,0,0,0,0,0,20417,0,0,0,'R-3D0','Toshley\'s Station Remote Sentry',NULL,8351,67,67,1,1733,3,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,33536,2048,0,0,0,0,0,0,186,276,39,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(21691,0,0,0,0,0,20418,0,0,0,'Toshley','',NULL,8352,69,69,1,1732,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21692,0,0,0,0,0,21059,0,0,0,'Cansis','',NULL,0,62,62,1,1735,0,1.125,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21694,21914,0,0,0,0,17450,0,0,0,'Bog Overlord',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,5,256,21694,0,80001,0,0,0,0,0,0,8599,32065,37272,40340,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,80428891,0,'',12340),(21695,21917,0,0,0,0,5564,0,0,0,'Tidal Surger',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,21695,0,0,0,0,0,0,0,0,15531,37250,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(21696,21916,0,0,0,0,5561,0,0,0,'Steam Surger',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,0,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,21696,0,0,0,0,0,0,0,0,37252,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(21699,0,0,0,0,0,20628,0,0,0,'Maiev Shadowsong',NULL,NULL,0,72,72,1,35,0,1.71,1.14286,1,1,304,436,0,296,4.6,1400,1900,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21700,0,0,0,0,0,20681,0,0,0,'Akama',NULL,NULL,8372,70,70,0,1820,3,1.48,1.14286,1,1,234,331,0,286,4.6,1800,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21701,0,0,0,0,0,20422,0,0,0,'Ashtongue Deathsworn',NULL,NULL,0,70,70,0,1858,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21702,22346,0,0,0,0,21046,0,0,0,'Ethereum Life-Binder',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,234,331,0,286,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,7,8,21702,21702,0,0,0,0,0,0,0,37479,34941,37480,0,0,0,0,0,0,0,881,1155,'SmartAI',1,3,1,3,4,1,0,0,0,0,0,0,0,144,1,617562110,0,'',12340),(21703,0,0,0,0,0,19074,0,0,0,'Corrupt Fire Totem',NULL,NULL,0,69,69,1,1813,0,1.125,1.14286,1,0,230,336,0,133,1,1400,1900,8,0,2048,0,0,0,0,0,0,215,321,28,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.001,0.33,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21704,0,0,0,0,0,19073,0,0,0,'Corrupt Earth Totem',NULL,NULL,0,69,69,1,1813,0,1,1,1,0,230,336,0,133,1,2000,2000,8,0,2048,0,0,0,0,0,0,215,321,28,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.001,0.33,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21705,0,0,0,0,0,19071,0,0,0,'Corrupt Air Totem',NULL,NULL,0,69,69,1,1813,0,1.125,1.14286,1,0,230,336,0,133,1,2000,2000,8,0,2048,0,0,0,0,0,0,215,321,28,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.001,0.33,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21706,0,0,0,0,0,18244,0,0,0,'Corrupted Fire Elemental',NULL,NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,9053,35194,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(21707,0,0,0,0,0,5494,0,0,0,'Corrupted Air Elemental',NULL,NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(21708,0,0,0,0,0,2169,0,0,0,'Corrupted Earth Elemental','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,13728,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(21709,0,0,0,0,0,20439,0,0,0,'Eykenen','Corruptor of Earth',NULL,0,70,70,1,1813,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,21709,21709,0,0,0,0,0,0,0,32734,13281,0,0,0,0,0,0,0,0,171,229,'',0,3,1,1,1,1,0,30692,0,0,0,0,0,0,1,0,2,'',12340),(21710,0,0,0,0,0,20441,0,0,0,'Uylaru','Corruptor of Fire',NULL,0,70,70,1,1813,0,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,21710,21710,0,0,0,0,0,0,0,15039,0,0,0,0,0,0,0,0,0,178,237,'',1,3,1,1,1,1,0,30694,0,0,0,0,0,0,1,0,2,'',12340),(21711,0,0,0,0,0,20440,0,0,0,'Haalum','Corruptor of Air',NULL,0,70,70,1,1813,0,1.125,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,21711,21711,0,0,0,0,0,0,0,12058,9532,0,0,0,0,0,0,0,0,167,223,'',1,3,1,1,1,1,0,30691,0,0,0,0,0,0,1,0,2,'',12340),(21717,0,0,0,22197,0,20507,20508,0,0,'Dragonmaw Wrangler',NULL,NULL,0,68,69,1,62,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,21717,21717,0,0,0,0,0,0,0,38338,8599,0,0,0,0,0,0,0,0,199,265,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21718,0,0,0,22197,0,20501,20502,0,0,'Dragonmaw Subjugator',NULL,NULL,0,69,70,1,62,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,21718,21718,0,0,0,0,0,0,0,9613,0,0,0,0,0,0,0,0,0,175,233,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21719,0,0,0,22197,0,20493,20494,0,0,'Dragonmaw Drake-Rider',NULL,NULL,0,70,70,1,62,0,1,1.38571,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,2048,21719,21719,0,0,0,0,0,0,0,6660,38859,0,0,0,0,0,0,0,0,180,240,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21720,0,0,0,22197,0,20499,20500,0,0,'Dragonmaw Shaman',NULL,NULL,0,69,70,1,62,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,21720,21720,0,0,0,0,0,0,0,12550,6742,14900,0,0,0,0,0,0,0,181,241,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21721,0,0,0,0,0,18272,0,0,0,'Enslaved Netherwing Whelp',NULL,NULL,0,69,69,1,62,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,2,0,21721,0,70171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21722,0,0,0,0,0,19980,0,0,0,'Enslaved Netherwing Drake',NULL,NULL,0,69,69,1,62,0,0.666668,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,2,0,21722,0,70171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.6,0.6,1,0,0,0,0,0,0,0,0,1,0,0,'npc_enslaved_netherwing_drake',12340),(21723,0,0,0,0,0,20424,0,0,0,'Blackwind Sabercat',NULL,NULL,0,70,71,1,16,0,1.125,1.14286,1,0,299,426,0,308,1,1786,2000,1,32768,2048,0,2,0,0,0,0,262,389,48,1,1,21723,0,70064,0,0,0,0,0,0,33912,0,0,0,0,0,0,0,13357,0,0,0,'SmartAI',1,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21724,0,0,0,0,0,20425,0,0,0,'Hawkbane','',NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,1538,2000,1,32768,2048,0,2,0,0,0,0,215,320,44,1,1,21724,0,0,0,0,0,0,0,0,36590,0,0,0,0,0,0,0,13380,0,0,0,'',0,1,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21725,0,0,0,0,0,20304,0,0,0,'Kagrosh',NULL,NULL,8371,70,70,1,29,1,1,1.14286,1,0,252,357,0,304,1,1400,1900,1,537133312,2048,32,0,0,0,0,0,215,320,44,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npcs_flanis_swiftwing_and_kagrosh',12340),(21726,0,0,0,0,0,16269,0,0,0,'Summoned Daemon',NULL,NULL,8355,70,70,1,1689,1,2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,11.4515,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),(21727,0,0,0,0,0,20427,0,0,0,'Flanis Swiftwing',NULL,NULL,8356,70,70,1,1732,1,1,1.14286,1,0,252,357,0,304,1,1400,1900,1,537133312,2048,0,0,0,0,0,0,215,320,44,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npcs_flanis_swiftwing_and_kagrosh',12340),(21728,0,0,0,0,0,5564,0,0,0,'Skettis Surger',NULL,NULL,0,70,71,1,91,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,4,0,21728,0,0,0,0,0,0,0,0,32011,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21729,0,0,0,0,0,20594,0,0,0,'Electromental','',NULL,0,67,67,1,14,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,4,0,0,0,0,0,0,0,0,0,0,37273,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21730,0,0,0,0,0,20162,0,0,0,'Alluvion','',NULL,0,72,72,1,91,0,1.71,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,4,0,21730,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21731,0,0,0,0,0,20594,0,0,0,'Encased Electromental','',NULL,0,67,67,1,14,0,1.125,1.14286,1,0,225,314,0,288,1,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,4,0,0,0,0,0,0,0,0,0,0,38465,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21732,0,0,0,0,0,20428,0,0,0,'Nandirx','Banker',NULL,0,65,67,1,35,131073,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,33024,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21733,0,0,0,0,0,20429,0,0,0,'Karzo','Banker',NULL,0,65,67,1,35,131073,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,33024,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21734,0,0,0,0,0,20430,0,0,0,'Zixxy','Banker',NULL,0,65,67,1,35,131073,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,33024,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21735,0,0,0,0,0,20431,0,0,0,'Infernal Oversoul',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,224,316,0,282,1,1400,1900,2,0,2048,0,0,0,0,0,0,188,280,32,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(21736,0,0,0,0,0,20443,20444,20445,20446,'Wildhammer Defender',NULL,NULL,0,67,67,1,1819,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,21736,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21737,0,0,0,0,0,17200,0,0,0,'Mini-Electromental Flavor','',NULL,0,67,67,1,35,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,186,276,39,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21738,0,0,0,0,0,20432,0,0,0,'Redeemed Spirit of Air','',NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21739,0,0,0,0,0,20433,0,0,0,'Redeemed Spirit of Earth','',NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21740,0,0,0,0,0,12231,0,0,0,'Redeemed Spirit of Fire','',NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21741,0,0,0,0,0,20076,0,0,0,'Redeemed Spirit of Water','',NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21742,0,0,0,0,0,19489,19490,19487,19488,'Sunfury Eradicator','',NULL,0,67,68,1,1701,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,21742,21742,0,0,0,0,0,0,0,17137,38008,0,0,0,0,0,0,0,0,167,222,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21743,0,0,0,0,0,20434,20435,0,0,'Sunfury Blood Lord','',NULL,0,68,68,1,1701,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,21743,21743,0,0,0,0,0,0,0,36104,37577,0,0,0,0,0,0,0,0,195,260,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21744,0,0,0,0,0,20436,0,0,0,'Roldemar','Innkeeper',NULL,7949,65,65,1,1744,65665,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,33536,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(21746,0,0,0,0,0,20437,0,0,0,'Caretaker Aluuro','Innkeeper',NULL,7949,65,65,1,1743,66177,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,33536,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(21747,0,0,0,0,0,16267,0,0,0,'Orc Necrolyte',NULL,NULL,8362,70,70,1,1689,1,2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8.58861,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),(21748,0,0,0,0,0,2352,0,0,0,'Orc Wolf',NULL,NULL,8366,70,70,1,1689,1,2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,9.30432,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),(21749,0,0,0,0,0,20447,20448,20449,20450,'Shadowmoon Scout','',NULL,0,67,67,1,1835,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21750,0,0,0,0,0,16263,0,0,0,'Orc Warlock',NULL,NULL,8367,70,70,1,1689,1,2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,11.4515,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),(21751,0,0,0,0,0,20438,0,0,0,'Chubis','B.O.O.M. Jr. Mech Tech',NULL,0,67,67,1,35,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33536,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21752,0,0,0,0,0,16270,0,0,0,'Warchief Blackhand',NULL,NULL,8368,70,70,1,1689,1,2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,37476,37472,0,0,0,0,0,0,0,0,0,0,'',1,3,1,21.4715,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),(21753,0,0,0,0,0,20451,20452,0,0,'Shadow Council Felsworn','',NULL,0,67,67,1,90,0,1.125,1.14286,1,0,225,314,0,288,1,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21754,0,0,0,0,0,20453,20454,0,0,'Shadow Council Zealot','',NULL,0,67,67,1,90,0,1.125,1.14286,1,0,225,314,0,288,1,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21755,0,0,0,0,0,20442,0,0,0,'Nickwinkle the Metro-Gnome','',NULL,8370,67,67,1,1732,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21756,0,0,0,0,0,16480,17188,0,0,'Shadowmoon Mark of Kael','',NULL,0,70,70,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,265,1,0,130,'',12340),(21757,0,0,0,0,0,11686,0,0,0,'Big Electromental Flavor','',NULL,0,67,67,1,35,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,186,276,39,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21759,0,0,0,0,0,13069,0,0,0,'Oscillating Frequency Scanner Top Bunny (Caster)',NULL,NULL,0,67,67,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21760,0,0,0,0,0,13069,0,0,0,'Oscillating Frequency Scanner Master Bunny',NULL,NULL,0,67,67,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_oscillating_frequency_scanner_master_bunny',12340),(21761,0,0,0,0,0,16946,0,0,0,'Destroyed Sentinel',NULL,NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,4.6,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(21763,0,0,0,0,0,18012,0,0,0,'Time-Lost Skettis Worshipper','',NULL,0,71,71,1,1862,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,6,0,21763,0,0,0,0,0,0,0,0,38167,0,0,0,0,0,0,0,0,0,980,1450,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(21766,0,0,0,0,0,20455,0,0,0,'Alieshor','Flight Master',NULL,8560,65,65,1,1744,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21767,0,0,0,0,0,18431,0,0,0,'Harbinger of the Raven','',NULL,0,68,68,1,35,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,21767,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,260,'SmartAI',1,7,1,1,1,1,0,30706,0,0,0,0,0,0,1,0,0,'',12340),(21768,0,0,0,0,0,14556,0,0,0,'Vagath','',NULL,0,70,70,1,1843,0,1.48,1.14286,1,1,252,357,0,304,7.5,1400,1900,1,768,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,20,25,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),(21769,0,0,0,0,0,20457,0,0,0,'Overlord Or\'barokh',NULL,NULL,8443,70,70,1,1734,3,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21770,0,0,0,0,0,20458,0,0,0,'Researcher Tiorus','',NULL,0,70,70,1,1734,2,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,36864,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21771,0,0,0,0,0,20459,0,0,0,'Warcaller Sardon Truslice','',NULL,0,68,68,1,1734,2,1.71,1.14286,1,1,214,301,0,276,4.6,2000,2000,2,36864,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21772,0,0,0,0,0,20460,0,0,0,'Chief Apothecary Hildagard',NULL,NULL,8383,69,69,1,1734,3,1.71,1.14286,1,1,224,316,0,282,4.6,2000,2000,2,36864,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21773,0,0,0,0,0,20461,0,0,0,'Thane Yoregar','',NULL,8457,70,70,1,1733,3,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21774,0,0,0,0,0,20462,0,0,0,'Zorus the Judicator','',NULL,8392,70,70,1,1733,3,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21775,0,0,0,0,0,20463,0,0,0,'Warcaller Beersnout',NULL,NULL,0,67,67,1,1733,2,1,1.14286,1,1,225,314,0,288,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21776,0,0,0,0,0,10070,0,0,0,'Illidari Temptress','',NULL,0,69,69,0,1813,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,33536,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21777,0,0,0,0,0,20464,0,0,0,'Gnomus','',NULL,0,65,65,1,1733,2,1,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21778,0,0,0,0,0,16063,0,0,0,'Doctor Gutrick','Shadow Council Overseer',NULL,0,69,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,21778,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(21779,0,0,0,0,0,16063,0,0,0,'Doctor Maleficus','Shadow Council Overseer',NULL,0,69,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,21779,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(21780,0,0,0,0,0,17704,0,0,0,'Spawn of Dimensius','',NULL,0,70,70,1,1715,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,4,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21782,0,0,0,0,0,4249,0,0,0,'Timeon','',NULL,0,63,63,1,1660,2,1.125,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21783,0,0,0,0,0,19653,0,0,0,'Protectorate Regenerator',NULL,NULL,0,69,70,1,1795,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,36500,34232,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21784,0,0,0,0,0,20465,0,0,0,'Ghostrider of Karabor',NULL,NULL,0,70,70,1,14,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,2,21784,21784,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,267,'SmartAI',1,3,1,1,1,1,0,30800,0,0,0,0,0,0,1,8388624,0,'',12340),(21787,0,0,0,0,0,20682,0,0,0,'Time-Lost Skettis High Priest','',NULL,0,71,71,1,1862,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,6,0,21787,0,0,0,0,0,0,0,0,11639,42420,9734,16592,0,0,0,0,0,0,980,1450,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(21788,0,0,0,0,0,20489,20490,20491,20492,'Shadowmoon Zealot',NULL,NULL,0,68,69,1,1821,0,1.125,1.14286,1,0,245,346,0,298,1,1419,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,2,21788,21788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,265,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(21789,0,0,0,0,0,20472,0,0,0,'Nakansi','',NULL,0,70,70,1,1735,2,1.125,1.14286,1,0,252,357,0,304,1,1435,1684,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21790,0,0,0,0,0,20474,0,0,0,'Plexi','',NULL,0,70,70,1,1732,2,1.125,1.14286,1,0,234,331,0,286,1,1435,1684,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21791,0,0,0,0,0,4626,15880,0,0,'Skettis Kneel Target 01',NULL,NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21792,0,0,0,0,0,4626,15880,0,0,'Skettis Kneel Target 02',NULL,NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21793,0,0,0,0,0,4626,15880,0,0,'Skettis Kneel Target 03',NULL,NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21794,0,0,0,0,0,4626,15880,0,0,'Skettis Arakkoa Spell Origin 01',NULL,NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21795,0,0,0,0,0,20020,20022,0,0,'Shadowmoon Harbinger',NULL,NULL,0,68,69,1,1821,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,33280,2048,0,0,0,0,0,0,188,280,32,6,2,21795,21795,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,226,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(21796,0,0,0,0,0,11686,0,0,0,'Wyrm from Beyond',NULL,NULL,0,66,66,1,14,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,33280,2048,0,0,0,0,0,0,175,260,37,1,0,0,0,0,0,0,0,0,0,0,36574,13321,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(21797,0,0,0,0,0,20475,0,0,0,'Ancient Shadowmoon Spirit',NULL,NULL,8389,72,72,1,35,3,1.71,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,268,399,40,6,2,0,0,0,0,0,0,0,0,0,37729,37727,37788,37728,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,6.25,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(21798,0,0,0,0,0,18996,0,0,0,'Singing Ridge Void Storm',NULL,NULL,0,70,70,0,1715,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21801,0,0,0,0,0,20477,0,0,0,'Vhel\'kur',NULL,NULL,0,70,70,1,1822,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,2,21801,0,70065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4366,5706,'SmartAI',1,5,1,15,1,1,0,30797,0,0,0,0,0,0,1,8388624,2,'',12340),(21802,0,0,0,0,0,17679,0,0,0,'Elekk Demolisher',NULL,NULL,0,69,69,1,1813,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,1,0,21802,0,70167,0,0,0,0,0,0,38045,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.8,0.8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21803,0,0,0,0,0,20478,0,0,0,'Ashtongue Handler','Servant of Illidan',NULL,0,69,69,1,1813,0,1,1,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,21803,21803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,189,'',1,3,1,0.6,0.6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21804,0,0,0,0,0,20738,0,0,0,'Skettis Kaliri',NULL,NULL,0,70,70,1,1869,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,26,0,0,0,0,215,320,44,1,1,21804,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13263,0,0,0,'SmartAI',1,3,1,0.45,0.3,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),(21805,0,0,0,0,0,19653,0,0,0,'Protectorate Avenger',NULL,NULL,0,69,70,1,1795,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,36500,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21807,0,0,0,0,0,4449,19595,0,0,'Invis Legion Teleporter',NULL,NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21808,0,0,0,0,0,12334,0,0,0,'Illidari Overseer','Servant of Illidan',NULL,0,69,69,1,1813,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,3,0,21808,21808,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,264,'',1,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),(21809,0,0,0,0,0,20484,20485,20486,20487,'Wyrmcult Poacher',NULL,NULL,0,66,67,1,1827,0,1.125,1.14286,1,0,204,287,0,272,1,1700,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,21809,21809,0,0,0,0,0,0,0,6533,15547,0,0,0,0,0,0,0,0,161,216,'SmartAI',1,3,1,1,1,1,0,31119,0,0,0,0,0,100,1,0,0,'',12340),(21810,0,0,0,0,0,20480,20481,20482,20483,'Wyrmcult Hewer',NULL,NULL,0,66,67,1,1827,1,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,21810,21810,0,0,0,0,0,0,0,15576,8599,0,0,0,0,0,0,0,0,189,252,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(21811,0,0,0,0,0,497,0,0,0,'Wyrmcult Broodling',NULL,NULL,0,65,66,1,1827,0,1.125,1.14286,1,0,195,273,0,266,1,2000,2000,2,0,2048,0,0,0,0,0,0,161,240,29,2,0,0,0,0,0,0,0,0,0,0,9053,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21814,0,0,0,0,0,17035,17612,0,0,'Nether Drake Egg Bunny',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21815,0,0,0,0,0,20550,20551,20552,20553,'Cleric of Karabor',NULL,NULL,0,69,70,1,14,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,6,0,21815,21815,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,272,'SmartAI',1,3,1,1,1,1,0,30799,0,0,0,0,0,0,1,8388624,0,'',12340),(21816,0,0,0,0,0,19695,0,0,0,'Ironspine Chomper',NULL,NULL,0,63,64,1,49,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,1,0,21816,0,70163,0,0,0,0,0,0,32906,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21817,0,0,0,0,0,20540,0,0,0,'Adolescent Nether Drake','',NULL,0,67,67,1,1824,0,1.125,1.14286,1,0,225,314,0,288,1,1391,1634,1,0,2048,0,0,0,0,0,0,186,276,39,2,0,21817,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_nether_drake',12340),(21818,22169,0,0,0,0,20515,0,0,0,'Infinite Whelp',NULL,NULL,0,70,70,1,1720,0,2,1.42857,1,0,252,357,0,304,1,2000,1684,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.35,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(21819,0,0,0,0,0,1126,20024,0,0,'Blade\'s Edge - Toshley\'s - Invisible Stalker - Def Gun Target','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21820,0,0,0,0,0,19272,0,0,0,'Mature Nether Drake','',NULL,0,67,67,1,1824,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,2,0,21820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_nether_drake',12340),(21821,0,0,0,0,0,20530,0,0,0,'Proto-Nether Drake',NULL,NULL,0,67,67,1,16,0,1.125,1.14286,1,0,225,314,0,288,1,1391,1634,1,0,2048,0,0,0,0,0,0,186,276,39,2,0,21821,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_nether_drake',12340),(21822,0,0,0,0,0,20518,0,0,0,'Vindicator Aluumen','',NULL,8384,69,69,1,1743,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21823,0,0,0,0,0,20591,0,0,0,'Nihil the Banished','',NULL,0,65,65,1,16,0,1,1.14286,1,1,200,281,0,278,7.5,1449,1701,1,2,2048,0,0,0,0,0,0,166,246,35,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,7,1,1,1,1,0,0,0,0,0,0,0,188,1,617299803,2,'npc_nether_drake',12340),(21824,0,0,0,0,0,20520,0,0,0,'Dizzy Dina','',NULL,8385,68,68,1,1733,3,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21826,0,0,0,0,0,20523,0,0,0,'Sanoru','',NULL,0,70,70,0,1820,2,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21827,0,0,0,0,0,20524,0,0,0,'Zandras','Servant of Illidan',NULL,0,70,70,1,90,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,21827,21827,0,0,0,0,0,0,0,38051,0,0,0,0,0,0,0,0,0,188,251,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21829,0,0,0,0,0,20488,0,0,0,'Alliance Logger w/ Out Wood',NULL,NULL,0,9,13,1,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21837,0,0,0,0,0,11997,0,0,0,'Summoned Wrath Hound','',NULL,0,69,69,1,16,0,1,1.14286,1,0,245,346,0,298,1,1500,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21839,0,0,0,0,0,17834,0,0,0,'Mature Silkwing',NULL,NULL,0,65,66,1,14,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,37,0,0,0,0,175,260,37,1,1,21839,0,0,0,0,0,0,0,0,32914,0,0,0,0,0,0,0,13107,0,0,0,'',1,3,1,1.1,1,1,0,30792,0,0,0,0,0,0,1,0,0,'',12340),(21840,0,0,0,0,0,17834,0,0,0,'Cosmetic Silkwing',NULL,NULL,0,65,66,1,14,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,175,260,37,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21844,0,0,0,0,0,20547,0,0,0,'Mountain Colossus',NULL,NULL,0,71,72,1,778,0,1.48,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,5,512,21844,0,80101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1690,2212,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21846,0,0,0,22450,0,20185,20186,20184,20183,'Slain Auchenai Warrior',NULL,NULL,0,70,70,1,190,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,536904448,2048,32,0,0,0,0,0,215,320,44,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21847,0,0,0,0,0,1913,0,0,0,'Fel Guard Hound',NULL,NULL,0,60,60,0,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_fel_guard_hound',12340),(21849,0,0,0,0,0,20617,0,0,0,'Bone Crawler',NULL,NULL,0,64,65,1,14,0,1,1,1,0,200,281,0,278,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,166,246,35,10,0,21849,0,0,0,0,0,0,0,0,32738,31747,37752,37751,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,31132,0,0,0,0,0,0,1,32,2097152,'',12340),(21851,0,0,0,0,0,11686,0,0,0,'The Voice of the Raven God','',NULL,0,1,1,1,35,0,0.6,0.3,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21852,0,0,0,0,0,20183,20184,20185,20186,'Auchenai Warrior',NULL,NULL,0,64,65,1,1751,0,1.2,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21853,0,0,0,0,0,1923,0,0,0,'Raven\'s Wood Ent','',NULL,0,67,68,1,834,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21854,0,0,0,0,0,16878,0,0,0,'Ironspine Petrifier',NULL,NULL,0,62,63,1,49,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,1,0,21854,0,70163,0,0,0,0,0,0,32905,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21855,0,0,0,0,0,20781,15880,0,0,'Skettis Arakkoa Spell Origin 02',NULL,NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21856,0,0,0,0,0,4626,15880,0,0,'Skettis Kneel Target 04',NULL,NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21858,0,0,0,0,0,20752,20753,20754,20755,'Sha\'tar Vindicator',NULL,NULL,0,70,70,1,1775,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,12024,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21859,0,0,0,22450,0,20752,20753,20754,20755,'Slain Sha\'tar Vindicator',NULL,NULL,8117,70,70,1,190,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,536904448,2048,32,0,0,0,0,0,215,320,44,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21860,0,0,0,0,0,20558,0,0,0,'Exarch Onaala',NULL,NULL,8390,69,69,1,1777,3,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,33536,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,29564,31740,29563,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21861,0,0,0,0,0,20153,0,0,0,'Vision of the Raven God','',NULL,0,67,67,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21862,0,0,0,0,0,20559,0,0,0,'Dark Portal Dummy 1.30',NULL,NULL,0,1,1,0,1683,0,1,1.14286,1,1,2,2,0,24,7.5,2000,1900,2,0,2048,0,0,0,0,0,0,1,2,100,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21864,0,0,0,21978,0,15433,0,0,0,'Scorchshell Pincer','','',0,68,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,20,0,0,0,0,206,302,43,1,1,21864,0,70063,0,0,0,0,0,0,38208,0,0,0,0,0,0,0,11579,0,0,0,'SmartAI',1,3,1,1,1,1,0,32502,0,0,0,0,0,0,1,0,0,'',12340),(21867,0,0,0,0,0,21576,0,0,0,'Teron Gorefiend',NULL,NULL,0,72,72,1,35,0,1.71,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,768,2048,0,0,0,0,0,0,268,399,40,6,2,0,0,0,0,0,0,0,0,0,37729,37727,39658,37728,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,6,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(21869,0,0,0,0,0,21081,21082,0,0,'Unliving Guardian',NULL,NULL,0,65,65,1,190,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,166,246,35,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(21870,0,0,0,0,0,20564,20565,0,0,'Unliving Initiate',NULL,NULL,0,65,65,1,190,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,166,246,35,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(21872,0,0,0,0,0,6197,16925,0,0,'The Voice of Gorefiend',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(21876,0,0,0,0,0,20570,16925,0,0,'Chain of Shadows',NULL,NULL,0,70,70,1,1821,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,37784,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(21877,0,0,0,0,0,20569,0,0,0,'Karsius the Ancient Watcher',NULL,NULL,0,72,72,1,1821,0,1.71,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,33536,2048,0,0,0,0,0,0,268,399,40,10,0,0,0,0,0,0,0,0,0,0,37789,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21878,0,0,0,21978,0,19249,0,0,0,'Felboar',NULL,NULL,0,67,68,1,14,0,1,1.19048,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,21878,0,70063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,32502,0,0,0,0,0,0,1,0,0,'',12340),(21879,0,0,0,21978,0,20571,0,0,0,'Vilewing Chimaera',NULL,NULL,0,68,68,1,14,0,1.6,1.71429,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,38,0,0,0,0,195,289,41,1,65537,21879,0,70063,0,0,0,0,0,0,16552,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,7,1,1,1,1,0,32502,0,0,0,0,0,167,1,0,0,'',12340),(21891,21989,0,0,0,0,20730,0,0,0,'Avian Ripper',NULL,NULL,0,67,67,1,16,0,1,1.14286,1,0,225,314,0,288,4.6,2000,1900,1,0,2048,0,26,0,0,0,0,186,276,39,1,1,21891,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13247,0,0,0,'SmartAI',1,1,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21892,0,0,0,0,0,11686,0,0,0,'Azaloth Credit Marker',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21893,0,0,0,0,0,11686,0,0,0,'Altruis Conversation Credit',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21894,0,0,0,0,0,20217,0,0,0,'Xeleth','',NULL,0,70,70,1,90,0,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,36398,36414,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21895,0,0,0,0,0,21058,0,0,0,'Taerek','',NULL,0,62,62,1,83,2,1.125,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21896,0,0,0,0,0,21052,0,0,0,'Silmara','',NULL,0,62,62,1,83,2,1.125,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21897,0,0,0,0,0,20592,0,0,0,'Felspine the Greater',NULL,NULL,0,70,70,1,14,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,1,0,21897,0,70063,0,0,0,0,0,0,37941,38356,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.8,1,1,0,30851,0,0,0,0,0,185,1,0,0,'',12340),(21898,0,0,0,0,0,17035,17200,0,0,'Mana Bomb Lightning Trigger',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21899,0,0,0,0,0,17035,13069,0,0,'Mana Bomb Lightning Target',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21901,0,0,0,0,0,20596,0,0,0,'Netherskate',NULL,NULL,0,69,70,1,14,0,1.4,1.42857,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,34,0,0,0,0,198,295,33,1,1,21901,0,70063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12892,0,0,0,'',1,3,1,1,0.5,1,0,32502,0,0,0,0,0,149,1,0,0,'',12340),(21902,0,0,0,0,0,20692,20693,20694,0,'Cabal Spell-weaver',NULL,NULL,0,62,63,1,16,0,1,1,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,21902,21902,0,0,0,0,0,0,0,32707,17173,0,0,0,0,0,0,0,0,143,192,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21903,0,0,0,0,0,10812,20597,0,0,'Nether Cloud01',NULL,NULL,0,1,1,0,35,0,0.8,2,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,181,1,0,130,'',12340),(21904,21990,0,0,0,0,20729,0,0,0,'Avian Warhawk',NULL,NULL,0,68,68,1,16,0,1,1.14286,1,1,231,325,0,292,4.6,2000,1900,1,0,2048,0,26,0,0,0,0,195,289,41,1,1,21904,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13248,0,0,0,'SmartAI',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21905,0,0,0,0,0,15531,0,0,0,'Veynna Dawnstar','Keeper of Sha\'tari Heirlooms',NULL,0,65,65,0,1744,128,1,1.14286,1,0,154,222,0,124,1,1500,2000,8,4608,2048,0,0,0,0,0,0,140,208,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21906,0,0,0,0,0,16202,0,0,0,'Kelara','Keeper of Sha\'tari Heirlooms',NULL,0,65,65,0,1743,128,1,1.14286,1,0,154,222,0,124,1,1500,2000,8,33536,2048,0,0,0,0,0,0,140,208,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21907,0,0,0,0,0,20695,20696,0,0,'Cabal Initiate',NULL,NULL,0,62,63,1,16,0,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,21907,21907,0,0,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,145,195,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21908,0,0,0,0,0,18373,0,0,0,'Spellbound Terrorguard',NULL,NULL,0,67,67,1,1813,0,1.125,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21909,0,0,0,0,0,20600,0,0,0,'Arcano-Scorp',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,37851,37917,37919,37918,0,0,0,0,0,'',1,3,1,0.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21911,0,0,0,0,0,17867,0,0,0,'Skettis Soulcaller',NULL,NULL,0,70,71,1,90,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,21911,21911,0,0,0,0,0,0,0,9613,36843,5137,0,0,0,0,0,0,0,216,287,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21912,0,0,0,0,0,20819,0,0,0,'Skettis Sentinel',NULL,NULL,0,71,72,1,1862,0,1.125,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,21912,21912,0,0,0,0,0,0,0,30619,37577,23537,0,0,0,0,0,0,0,259,343,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21921,0,0,0,0,0,328,11686,0,0,'Chess - Sound Bunny',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21922,0,0,0,0,0,20605,0,0,0,'Talbuk','',NULL,0,5,5,0,188,0,1.125,1.14286,1,0,5,7,0,32,1,1400,1900,1,0,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21923,0,0,0,0,0,20606,0,0,0,'Terrorguard Protector',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,3,0,21923,21923,0,0,0,0,0,0,0,15496,37488,0,0,0,0,0,0,0,0,172,229,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21924,0,0,0,0,0,20600,20577,0,0,'Arcano-Scorp Credit',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21925,0,0,0,0,0,19888,0,0,0,'Avatar of Sathal',NULL,NULL,0,70,70,1,90,0,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21926,0,0,0,0,0,17035,13069,0,0,'Multi-Spectrum Light Trap Bunny','',NULL,0,70,70,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21928,0,0,0,0,0,8611,0,0,0,'Lothros','Servant of Illidan',NULL,0,70,70,1,1813,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21930,0,0,0,0,0,3441,15435,0,0,'Gnome Cannon Shooter #0','',NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21931,21988,0,0,0,0,18933,4566,20588,0,'Avian Flyer',NULL,NULL,0,67,67,1,35,0,1,2.14286,1,0,225,314,0,288,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,186,276,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,188,1,0,2,'',12340),(21935,0,0,0,0,0,3441,15435,0,0,'Gnome Cannon Shooter #Shattrath',NULL,NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21936,0,0,0,0,0,20611,0,0,0,'Crazed Shardling',NULL,NULL,0,69,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,5,512,0,0,80100,0,0,0,0,0,0,34970,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21937,0,0,0,0,0,20610,0,0,0,'Earthmender Sophurus','The Earthen Ring',NULL,0,65,65,1,1727,2,1,1,1,0,186,260,0,262,1,2000,2000,2,33536,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21938,0,0,0,0,0,20612,0,0,0,'Earthmender Splinthoof','The Earthen Ring',NULL,0,66,66,1,1727,2,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,768,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21939,0,0,0,0,0,4449,16946,0,0,'Invis Illidari Blade Target',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21940,0,0,0,0,0,4449,17188,0,0,'Invis Illidari Bane Caster',NULL,NULL,0,1,1,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21941,0,0,0,0,0,4629,0,0,0,'Accursed Apparition','',NULL,0,64,65,1,21,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,6,0,21941,0,0,0,0,0,0,0,0,16380,8279,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(21942,0,0,0,0,0,3441,15435,0,0,'Gnome Cannon Shooter #Singing Ridge','',NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21944,0,0,0,0,0,3441,15435,0,0,'Gnome Cannon Shooter #Ruuan',NULL,NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21945,0,0,0,0,0,20613,20614,20615,20616,'Gnome Spirit','',NULL,0,65,65,1,35,0,1.125,1.14286,1,0,200,281,0,278,1,1400,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21946,0,0,0,0,0,10811,17200,0,0,'Gnome Spirit Orb','',NULL,0,1,1,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,181,1,0,130,'',12340),(21947,0,0,0,0,0,19595,0,0,0,'Collection of Souls Glow Trigger','',NULL,0,70,70,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21949,0,0,0,0,0,19215,0,0,0,'Fel Reaver Sentinel','',NULL,0,70,70,1,14,0,1.71,1.14286,1,1,252,357,0,304,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,9,8,0,0,0,0,0,0,0,0,0,38055,38052,38006,37920,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(21950,0,0,0,0,0,20623,0,0,0,'Garm Wolfbrother','Chieftain of the Thunderlord Clan',NULL,8406,70,70,1,1735,2,1.71,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21951,0,0,0,0,0,20624,20625,20626,20627,'Thunderlord Clan Sub-Chief',NULL,NULL,0,68,69,1,1735,0,1.71,1.14286,1,1,245,346,0,298,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21952,0,0,0,0,0,20630,0,0,0,'Lobo',NULL,NULL,0,70,70,1,1735,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,1,0,0,0,0,215,320,44,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,210,1,0,2,'',12340),(21953,0,0,0,0,0,20631,0,0,0,'Varen the Reclaimer',NULL,NULL,0,68,68,1,1744,2,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,195,289,41,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21954,0,0,0,0,0,20632,0,0,0,'Larissa Sunstrike',NULL,NULL,0,69,69,1,1744,2,1,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21955,0,0,0,0,0,20633,0,0,0,'Arcanist Thelis','',NULL,0,68,68,1,1744,2,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,195,289,41,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21956,0,0,0,0,0,20634,0,0,0,'Rema','The Den Mother',NULL,0,66,66,1,1314,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,1,0,0,0,0,175,260,37,1,1,21956,0,70063,0,0,0,0,0,0,5781,13443,8599,0,0,0,0,0,11091,0,0,0,'',0,1,1,1.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21957,0,0,0,0,0,1126,20024,0,0,'Terokkar Forest - Shadow Council Invisible Stalker',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21960,0,0,0,0,0,18817,20673,18288,0,'Gan\'arg Technician','',NULL,0,67,68,1,14,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21961,0,0,0,0,0,20645,0,0,0,'Cataclysm Overseer','',NULL,0,70,70,1,14,0,1.71,1.14286,1,1,252,357,0,304,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21962,0,0,0,0,0,20644,0,0,0,'Udalo',NULL,NULL,0,70,70,0,1820,2,1,1,1,0,234,331,0,286,4.6,1400,2000,2,0,2048,32,0,0,0,0,0,198,295,33,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21963,0,0,0,0,0,16269,0,0,0,'Enslaved Doomguard',NULL,NULL,0,64,64,1,190,0,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,136,202,27,3,0,21963,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,189,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21967,0,0,0,0,0,1126,20024,0,0,'Auchenai Death-Spirit',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21968,0,0,0,0,0,20649,20650,0,0,'Silvermoon City Commendation Officer','',NULL,0,55,55,0,1604,0,1.125,1.14286,1,0,94,125,0,228,1,1400,1900,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21969,0,0,0,0,0,20651,20652,0,0,'Exodar Commendation Officer','',NULL,0,55,55,0,1638,0,1.125,1.14286,1,0,94,125,0,228,1,1400,1900,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21970,0,0,0,0,0,20653,0,0,0,'Officer Dawning','Silvermoon City Commendations',NULL,0,55,55,0,1604,3,1.125,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21971,0,0,0,0,0,20654,0,0,0,'Officer Khaluun','Exodar Commendations',NULL,0,55,55,0,1638,3,1.125,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21974,0,0,0,0,0,20417,11686,0,0,'Air Force Alarm Bot (Area 52)',NULL,NULL,0,70,70,1,1806,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),(21975,0,0,0,19995,0,20657,0,0,0,'Bladespire Sober Defender',NULL,NULL,0,66,66,1,1780,0,1.71,1.14286,1,1,210,295,0,282,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,15496,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(21976,0,0,0,0,0,20658,0,0,0,'Area 52 Death Machine',NULL,NULL,0,70,70,1,1857,0,1.71,1.14286,1,1,234,331,0,286,4.6,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,2,1,1,0,0,0,0,0,0,0,215,1,16384,2,'',12340),(21978,0,0,0,0,0,19249,0,0,0,'Shadowmoon Valley Wildlife',NULL,NULL,0,68,69,1,14,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21979,0,0,0,0,0,20674,0,0,0,'Val\'zareq the Conqueror','The Crimson Sigil',NULL,0,70,70,1,1701,0,1,1.38571,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,2050,21979,0,0,0,0,0,0,0,0,38094,0,0,0,0,0,0,0,0,0,1604,2099,'',1,3,1,5,1,1,0,31278,0,0,0,0,0,0,1,0,0,'',12340),(21981,0,0,0,0,0,20679,0,0,0,'Overseer Nuaar',NULL,NULL,8429,67,67,1,1194,1,1.125,1.14286,1,0,204,287,0,272,1,1700,2000,2,33024,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(21983,0,0,0,0,0,20700,0,0,0,'Samia Inkling','',NULL,8432,68,68,1,35,3,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21984,0,0,0,0,0,20918,0,0,0,'Rexxar','Champion of the Horde',NULL,8525,72,72,0,83,3,1,1.28571,1,3,307,438,0,314,35,2000,2000,1,36928,2048,0,0,0,0,0,0,270,401,53,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,200,20,1,0,0,0,0,0,0,0,133,1,0,2,'',12340),(21985,0,0,0,0,0,17858,0,0,0,'Skettis Eviscerator',NULL,NULL,0,71,72,1,1862,0,1.125,1.14286,1,0,307,438,0,314,1,1300,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,21985,21985,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,259,343,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21986,0,0,0,0,0,17903,17904,17907,17905,'Altar of Sha\'tar Vindicator','',NULL,0,70,70,1,1776,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21992,0,0,0,0,0,19073,0,0,0,'Strength of Earth Totem',NULL,NULL,0,20,20,0,58,0,1.125,1.14286,1,0,29,39,0,70,1,1400,1900,1,0,2048,0,0,0,0,0,0,20,30,4,11,0,0,0,0,0,0,0,0,0,0,8076,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21993,0,0,0,0,0,20698,11686,0,0,'Air Force Guard Post (Horde - Bat Rider)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),(21995,0,0,0,0,0,19074,0,0,0,'Searing Totem',NULL,NULL,0,20,20,0,58,0,1.125,1.14286,1,0,29,39,0,70,1,1400,1900,1,0,2048,0,0,0,0,0,0,20,30,4,11,0,0,0,0,0,0,0,0,0,0,3606,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21996,0,0,0,0,0,20698,11686,0,0,'Air Force Guard Post (Alliance - Gryphon)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),(21997,0,0,0,0,0,20698,11686,0,0,'Air Force Guard Post (Goblin - Area 52 - Zeppelin)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),(21998,0,0,0,0,0,20113,20114,20115,20116,'Kor\'kron Wind Rider',NULL,NULL,0,70,70,1,232,2,1.71,1.14286,1,1,252,357,0,304,4.6,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),(21999,0,0,0,0,0,20691,11686,0,0,'Air Force Trip Wire - Rooftop (Alliance)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),(22000,0,0,0,0,0,20684,0,0,0,'Dragonmaw Nether Drake',NULL,NULL,0,70,70,1,62,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,5,1,0.8,0.8,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(22001,0,0,0,0,0,20688,11686,0,0,'Air Force Trip Wire - Rooftop (Horde)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),(22002,0,0,0,0,0,20689,11686,0,0,'Air Force Trip Wire - Ground (Horde)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),(22003,0,0,0,0,0,20690,11686,0,0,'Air Force Trip Wire - Ground (Alliance)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),(22004,0,0,0,0,0,20928,0,0,0,'Leoroxx',NULL,NULL,8511,70,70,0,83,3,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,200,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22005,0,0,0,0,0,11029,0,0,0,'Tem','',NULL,0,5,5,0,83,0,1.25,1.14286,1,0,5,7,0,32,1,1400,1900,1,0,2048,0,2,0,0,0,0,3,4,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22006,0,0,0,0,0,20699,0,0,0,'Shadowlord Deathwail',NULL,NULL,0,70,70,1,1813,0,1.71,1.14286,1,1,234,331,0,286,4.6,1500,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,2048,22006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,6,1,0,31307,0,0,0,0,0,0,1,0,0,'',12340),(22007,0,0,0,0,0,20680,0,0,0,'Tree Warden Chawn','',NULL,8431,68,68,1,1710,3,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22008,0,0,0,0,0,6197,20577,0,0,'Sky Marker',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22009,0,0,0,0,0,11172,0,0,0,'Tainted Elemental','',NULL,0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,20,1400,1900,1,4,2048,0,0,0,0,0,0,215,320,44,4,72,22009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'',12340),(22011,0,0,0,0,0,20701,0,0,0,'Corok the Mighty',NULL,NULL,0,70,70,1,1701,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,5,512,22011,0,80101,0,0,0,0,0,0,12612,15550,0,0,0,0,0,0,0,0,1306,1710,'',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22012,0,0,0,0,0,20702,0,0,0,'Chancellor Bloodleaf',NULL,NULL,0,70,70,1,1701,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,22012,0,0,0,0,0,0,0,0,34517,31742,0,0,0,0,0,0,0,0,1051,1377,'',1,3,1,4,20,1,0,31271,0,0,0,0,0,0,1,0,0,'',12340),(22013,0,0,0,0,0,20703,20704,20705,20706,'Eye of the Storm Emissary','',NULL,8105,55,55,0,1733,1048577,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,256,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22014,0,0,0,0,0,16693,0,0,0,'Silvermoon Citizen','',NULL,0,6,6,0,1604,0,1,1.14286,1,0,7,9,0,34,1,1400,1900,1,0,2048,0,0,0,0,0,0,4,6,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(22015,0,0,0,0,0,20707,20708,20709,20710,'Eye of the Storm Envoy','',NULL,8452,55,55,0,1734,1048577,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,256,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22016,0,0,0,0,0,20716,20717,20718,20719,'Eclipsion Soldier',NULL,NULL,0,68,69,1,1701,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,22016,22016,0,0,0,0,0,0,0,36476,0,0,0,0,0,0,0,0,0,172,229,'SmartAI',1,3,1,1,1,1,0,31278,0,0,0,0,0,0,1,0,0,'',12340),(22017,0,0,0,0,0,20720,20721,20722,20723,'Eclipsion Spellbinder',NULL,NULL,0,68,69,1,1701,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,22017,22017,0,0,0,0,0,0,0,34447,18972,0,0,0,0,0,0,0,0,176,235,'SmartAI',1,3,1,1,1,1,0,31278,0,0,0,0,0,0,1,0,0,'',12340),(22018,0,0,0,0,0,20712,20713,20714,20715,'Eclipsion Cavalier',NULL,NULL,0,69,69,1,1701,0,1,1.38571,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,2048,22018,0,0,0,0,0,0,0,0,30931,35871,0,0,0,0,0,0,0,0,207,275,'SmartAI',1,3,1,1,1,1,0,31278,0,0,0,0,0,0,1,0,0,'',12340),(22019,0,0,0,0,0,20711,0,0,0,'Kolphis Darkscale',NULL,NULL,8436,68,68,1,1827,1,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,37704,8599,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22020,0,0,0,0,0,20081,0,0,0,'O\'Mally Zapnabber','Tally\'s Other Twin',NULL,8447,67,68,1,35,3,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,512,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22021,0,0,0,0,0,1126,16925,0,0,'O\'Mally\'s Instrument Bunny',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,23,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22022,0,0,0,0,0,20724,0,0,0,'Arcane Burst',NULL,NULL,0,67,67,1,16,0,1.125,1.14286,1,0,204,287,0,272,1,1400,1900,2,0,2048,0,0,0,0,0,0,170,253,31,4,64,0,0,0,0,0,0,0,0,0,25679,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,80,1,0,0,'',12340),(22023,0,0,0,0,0,10830,0,0,0,'[DND]Spirit 1',NULL,NULL,0,30,30,0,35,0,1.125,1.14286,1,0,42,56,0,102,1,2000,1900,1,33554432,2048,0,0,0,0,0,0,29,42,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22024,0,0,0,0,0,20601,0,0,0,'Parshah',NULL,NULL,8449,68,68,1,35,3,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22025,0,0,0,0,0,20864,0,0,0,'Asghar',NULL,NULL,0,68,68,1,1738,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,6,0,22025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,31169,0,0,0,0,0,0,1,8388624,0,'',12340),(22026,0,0,0,0,0,17864,0,0,0,'Bahat','',NULL,0,68,68,1,1818,0,1.125,1.14286,1,0,231,325,0,292,1,1406,1651,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22027,0,0,0,0,0,20726,0,0,0,'Nether Drakonid (Black)','',NULL,0,1,1,0,16,0,0.45,1.14286,1,1,2,2,0,24,7.5,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22037,0,0,0,0,0,20743,0,0,0,'Smith Gorlunk',NULL,NULL,0,69,69,1,1813,0,1.125,1.14286,1,0,245,346,0,298,1,1500,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,22037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22038,0,0,0,0,0,11686,0,0,0,'Hai\'shulud','The Bone Emperor',NULL,0,65,66,1,14,0,1.71,1.14286,1,1,210,295,0,282,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,175,260,37,10,0,22038,0,0,0,0,0,0,0,0,32738,37840,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,1,1,0,31826,0,0,0,0,0,227,1,32,2097152,'',12340),(22039,0,0,0,0,0,4626,11686,0,0,'[PH] bat target','',NULL,0,63,64,1,188,0,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,33587200,2048,0,0,0,0,0,0,136,202,27,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10525,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22040,0,0,0,0,0,9535,20843,0,0,'[PH] Cave Bat JZB','',NULL,0,63,64,1,190,0,1.125,1.14286,1,0,194,274,0,272,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,154,226,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(22042,0,0,0,0,0,7009,0,0,0,'Gryphonrider Kieran',NULL,NULL,0,68,68,1,1732,2,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22043,0,0,0,0,0,20117,0,0,0,'Sergeant Kargrul','',NULL,0,68,68,1,1735,2,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22044,0,0,0,0,0,659,0,0,0,'Cavern Crawler',NULL,NULL,0,65,65,1,14,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,3,0,0,0,0,166,246,35,1,1,22044,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,13152,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22045,0,0,0,0,0,4067,14707,5265,0,'Vengeful Husk',NULL,NULL,0,65,66,1,21,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,6,0,22045,22045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,245,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(22046,0,0,0,0,0,9535,20843,0,0,'[PH] Cave Bat','',NULL,0,63,64,1,190,0,1.125,1.14286,1,0,194,274,0,272,1,2000,2000,1,33554496,2048,0,0,0,0,0,0,154,226,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(22051,0,0,0,0,0,20261,0,0,0,'Crazed Colossus Kill Credit','',NULL,0,60,65,1,16,0,1,1.14286,1,1,200,281,0,278,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,5,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22052,0,0,0,0,0,19770,0,0,0,'Daggermaw Blackhide','',NULL,0,65,66,1,16,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,11,0,0,0,0,175,260,37,1,1,22052,0,70063,0,0,0,0,0,0,35321,0,0,0,0,0,0,0,13230,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22053,0,0,0,0,0,20249,0,0,0,'Mosswood the Ancient','',NULL,8508,68,68,1,1710,3,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22054,0,0,0,0,0,20261,20577,0,0,'Behemothon, King of the Colossi',NULL,NULL,0,69,69,1,35,0,1,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,33555264,2048,0,0,0,0,0,0,206,302,43,10,512,0,0,80101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22058,0,0,0,0,0,16480,17612,0,0,'Heart of Fury Visual Trigger','',NULL,0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22059,0,0,0,0,0,7862,7861,7860,7859,'Wildhammer Gryphon Rider',NULL,NULL,0,70,70,1,231,3,1.71,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),(22060,0,0,0,0,0,20771,0,0,0,'Fenissa the Assassin',NULL,NULL,0,18,18,0,14,0,1.83,1.14286,1,4,26,35,0,64,1,2000,2000,1,32768,2048,0,0,0,0,0,0,18,26,3,7,0,22060,0,0,0,0,0,0,0,0,30831,19472,12540,0,0,0,0,0,0,0,28,42,'',1,3,1,1.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22061,0,0,0,0,0,17852,0,0,0,'Shadowmoon Soulstealer',NULL,NULL,0,70,70,1,1813,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22062,0,0,0,0,0,16176,0,0,0,'Dr. Whitherlimb',NULL,NULL,0,18,18,0,14,0,1,1.14286,1,4,26,35,0,64,1,2000,1900,1,0,2048,0,0,0,0,0,0,18,26,3,6,0,22062,22062,0,0,0,0,0,0,0,38864,38871,21067,0,0,0,0,0,0,0,26,38,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(22063,0,0,0,0,0,20688,11686,0,0,'Air Force Trip Wire - Rooftop (Goblin - Area 52)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),(22064,0,0,0,0,0,19980,0,0,0,'Stormspire Drake',NULL,NULL,0,70,70,1,1836,0,1.71,1.14286,1,1,252,357,0,304,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,2,8,0,0,0,0,0,0,0,0,0,38265,0,0,0,0,0,0,0,0,0,0,0,'',1,5,1,2,1,1,0,0,0,0,0,0,0,215,1,0,2,'',12340),(22065,0,0,0,0,0,20698,11686,0,0,'Air Force Guard Post (Ethereal - Stormspire)',NULL,NULL,0,70,70,1,190,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),(22066,0,0,0,0,0,20698,11686,0,0,'Air Force Guard Post (Scryer - Dragonhawk)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),(22068,0,0,0,0,0,20688,11686,0,0,'Air Force Trip Wire - Rooftop (Ethereal - Stormspire)',NULL,NULL,0,70,70,1,190,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),(22069,0,0,0,0,0,20417,11686,0,0,'Air Force Alarm Bot (Stormspire)',NULL,NULL,0,70,70,1,1806,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),(22070,0,0,0,0,0,20688,11686,0,0,'Air Force Trip Wire - Rooftop (Scryer)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),(22071,0,0,0,0,0,20417,11686,0,0,'Air Force Alarm Bot (Scryer)',NULL,NULL,0,70,70,1,1806,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),(22072,0,0,0,0,0,20776,0,0,0,'Shadowsworn Drakonid','Servant of Illidan',NULL,0,70,70,1,1813,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,2,0,22072,22072,0,0,0,0,0,0,0,16145,15496,17547,0,0,0,0,0,0,0,1306,1710,'',1,3,1,4,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(22073,0,0,0,0,0,20777,0,0,0,'Marcus Auralion','High General of the Sha\'tar',NULL,0,73,73,1,1741,1,1.125,1.14286,1,0,316,450,0,320,1,2000,2000,1,770,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22074,0,0,0,0,0,20590,0,0,0,'Illidari Mind Breaker','The Crimson Sigil',NULL,0,71,71,1,1701,0,1,1.14286,1,1,296,424,0,290,7.5,1400,2000,2,0,2048,0,0,0,0,0,0,260,387,37,3,0,0,0,0,0,0,0,0,0,0,38985,22884,17194,0,0,0,0,0,0,0,0,0,'',1,3,1,4,6,1,0,0,0,0,0,0,0,0,1,604122705,0,'npc_illidari_spawn',12340),(22075,0,0,0,0,0,20778,20779,18251,10691,'Illidari Soldier','The Crimson Sigil',NULL,0,70,70,1,1701,0,1,1.14286,1,1,234,331,0,286,7.5,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,35871,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1.5,1,0,0,0,0,0,0,0,0,1,603991637,0,'npc_illidari_spawn',12340),(22076,0,0,0,0,0,20780,0,0,0,'Torloth the Magnificent','The Crimson Sigil',NULL,0,72,72,1,1701,0,1,1.14286,1,1,304,436,0,296,7.5,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,22076,0,0,0,0,0,0,0,0,39082,15284,33961,0,0,0,0,0,0,0,5219,6821,'',0,3,1,20,15,1,0,31278,0,0,0,0,0,0,1,612712447,0,'npc_torloth_the_magnificent',12340),(22077,0,0,0,0,0,17202,0,0,0,'Aldor Gryphon Guard',NULL,NULL,0,70,70,1,1776,0,1.71,1.14286,1,1,252,357,0,304,4.6,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22078,0,0,0,0,0,20417,20577,0,0,'Air Force Alarm Bot (Aldor)',NULL,NULL,0,70,70,1,1776,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),(22079,0,0,0,0,0,20698,11686,0,0,'Air Force Guard Post (Aldor - Gryphon)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),(22080,0,0,0,0,0,20688,11686,0,0,'Air Force Trip Wire - Rooftop (Aldor)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),(22081,0,0,0,0,0,20798,20799,0,0,'Shadowmoon Darkweaver','Servant of Illidan',NULL,0,69,70,1,1813,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,22081,22081,0,0,0,0,0,0,0,9613,11962,35373,0,0,0,0,0,0,0,177,236,'',1,3,1,1,1,1,0,34500,0,0,0,0,0,0,1,0,0,'',12340),(22082,0,0,0,0,0,20800,20802,20803,0,'Shadowmoon Slayer','Servant of Illidan',NULL,0,68,69,1,1813,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,22082,22082,0,0,0,0,0,0,0,37577,3019,0,0,0,0,0,0,0,0,199,265,'',1,3,1,1,1,1,0,34500,0,0,0,0,0,0,1,0,0,'',12340),(22083,0,0,0,0,0,20780,19595,0,0,'Lord Illidan Stormrage',NULL,NULL,0,73,73,1,35,0,1.48,1.14286,1,1,313,448,0,302,4.6,2000,2000,2,33555264,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,2,'npc_lord_illidan_stormrage',12340),(22084,0,0,0,0,0,20793,20794,20795,0,'Shadowmoon Chosen','Servant of Illidan',NULL,0,70,70,1,1813,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,2048,22084,22084,0,0,0,0,0,0,0,38618,10966,0,0,0,0,0,0,0,0,205,273,'',1,3,1,1,1,1,0,34500,0,0,0,0,0,0,1,0,0,'',12340),(22085,0,0,0,0,0,18029,0,0,0,'Sporeggar Sporebat','',NULL,0,70,70,1,1837,0,1.71,1.14286,1,1,234,331,0,286,7.5,1400,1900,2,0,2048,0,33,0,0,0,0,198,295,33,1,8,0,0,0,0,0,0,0,0,0,38285,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,215,1,0,2,'',12340),(22086,0,0,0,0,0,20417,11686,0,0,'Air Force Alarm Bot (Sporeggar)',NULL,NULL,0,70,70,1,1837,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),(22087,0,0,0,0,0,20698,11686,0,0,'Air Force Guard Post (Sporeggar - Sporebat)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),(22088,0,0,0,0,0,20688,11686,0,0,'Air Force Trip Wire - Rooftop (Sporeggar)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),(22089,0,0,0,0,0,8011,0,0,0,'Toshley Flying Machine','',NULL,0,70,70,1,1802,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,16,2048,0,0,0,0,0,0,215,320,44,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(22090,0,0,0,0,0,20698,11686,0,0,'Air Force Guard Post (Toshley\'s Station - Flying Machine)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),(22093,0,0,0,0,0,20791,20792,0,0,'Illidari Watcher','The Crimson Sigil',NULL,0,70,70,1,1701,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,22093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2029,2654,'',1,3,1,8,6,1,0,31278,0,0,0,0,0,0,1,0,0,'',12340),(22094,0,0,0,0,0,16642,0,0,0,'Remnant of Hate','Aspect of Gul\'dan',NULL,0,69,69,1,1841,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22095,0,0,0,0,0,6351,0,0,0,'Infested Root-Walker',NULL,NULL,0,64,65,1,16,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,4,256,22095,0,80000,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_infested_root_walker',12340),(22096,0,0,0,0,0,16480,11686,0,0,'Shadowlord Deathwail Visual Trigger','',NULL,0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,196,1,0,130,'',12340),(22097,0,0,0,0,0,20783,20784,20785,0,'Veteran Gladiator','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22098,0,0,0,0,0,20786,20787,20788,0,'Grizzled Gladiator','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22099,0,0,0,0,0,20789,0,0,0,'Wyrmcult Provisioner',NULL,NULL,8490,67,68,1,1827,4225,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,22099,22099,0,0,0,0,0,0,0,35857,34802,0,0,0,0,0,0,0,0,194,259,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(22100,0,0,0,0,0,20790,0,0,0,'Scorpid Bonecrawler',NULL,NULL,0,64,65,1,413,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,20,0,0,0,0,166,246,35,1,1,22100,0,70061,0,0,0,0,0,0,5416,33962,0,0,0,0,0,0,11580,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22101,0,0,0,0,0,20805,20806,0,0,'Arena Promoter','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22102,0,0,0,0,0,20793,20794,20795,0,'Shadowmoon Retainer','Servant of Illidan',NULL,0,69,70,1,1813,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,15547,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22103,0,0,0,0,0,20807,0,0,0,'Baron Sablemane','',NULL,8491,72,72,1,35,3,1.71,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22105,0,0,0,0,0,19582,20924,0,0,'Decrepit Clefthoof',NULL,NULL,0,64,65,1,15,0,1.125,1.14286,1,0,200,281,0,278,1,3000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,1,0,22105,0,70061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22106,0,0,0,0,0,20809,0,0,0,'Ruul\'s Netherdrake',NULL,NULL,0,70,70,1,62,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,38344,36513,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,2,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(22107,0,0,0,0,0,18486,0,0,0,'Captain Darkhowl',NULL,NULL,8495,70,70,1,1729,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22108,0,0,0,0,0,497,0,0,0,'Blackwhelp','',NULL,0,68,68,1,7,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,33536,2048,0,0,0,0,0,0,179,266,31,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22110,0,0,0,0,0,20808,0,0,0,'Tethik','',NULL,0,70,70,1,1801,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22112,0,0,0,0,0,20811,0,0,0,'Karynaku','Mate of Neltharaku',NULL,8492,72,72,1,7,3,1,2.85714,1,1,307,438,0,314,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,270,401,53,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,220,1,0,2,'npc_karynaku',12340),(22113,0,0,0,0,0,20813,0,0,0,'Mordenai',NULL,NULL,8493,71,71,1,1840,3,1,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22114,0,0,0,0,0,20007,0,0,0,'Huffer','Rexxar\'s Friend',NULL,0,70,70,1,775,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,163,1,0,2,'',12340),(22115,0,0,0,0,0,20816,0,0,0,'Enraged Earth Shard',NULL,NULL,0,68,69,1,16,2,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22116,0,0,0,0,0,11686,0,0,0,'[DND]Whisper Spying Credit Marker 1','',NULL,0,1,1,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22121,0,0,0,0,0,16480,11686,0,0,'Felfire Summoner','',NULL,0,60,60,0,114,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,196,1,0,128,'',12340),(22122,0,0,0,0,0,20013,0,0,0,'Cenarion Storm Crow',NULL,NULL,0,70,70,1,1661,0,1.71,1.14286,1,1,234,331,0,286,4.6,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,215,1,0,2,'',12340),(22123,0,0,0,0,0,17086,17554,20965,20966,'Rip-Blade Ravager',NULL,NULL,0,63,63,1,14,0,1,0.99206,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,31,0,0,0,0,147,219,32,1,1,22123,0,70061,0,0,0,0,0,0,3242,25640,0,0,0,0,0,0,11568,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22124,0,0,0,0,0,20417,11686,0,0,'Air Force Alarm Bot (Cenarion)',NULL,NULL,0,70,70,1,1661,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),(22125,0,0,0,0,0,20698,11686,0,0,'Air Force Guard Post (Cenarion - Stormcrow)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),(22126,0,0,0,0,0,20688,11686,0,0,'Air Force Trip Wire - Rooftop (Cenarion Expedition)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),(22127,0,0,0,0,0,2160,0,0,0,'Wildlord Antelarion','',NULL,8523,72,72,0,1710,3,1.71,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,4096,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,35,35,1,0,0,0,0,0,0,0,45,1,0,0,'',12340),(22130,0,0,0,0,0,497,0,0,0,'Baron Sablemane\'s Blackwhelp','',NULL,0,68,68,1,7,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,33536,2048,0,0,0,0,0,0,179,266,31,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22132,0,0,0,0,0,20999,0,0,0,'Mature Cavern Crawler','',NULL,0,65,65,1,16,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,3,0,0,0,0,166,246,35,1,1,22132,0,0,0,0,0,0,0,0,7951,0,0,0,0,0,0,0,13154,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22133,0,0,0,0,0,13672,0,0,0,'Faradrella','',NULL,0,70,70,0,1710,2,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,45,1,0,0,'',12340),(22134,0,0,0,0,0,14430,0,0,0,'Shadowmoon Eye of Kilrogg',NULL,NULL,0,70,70,1,1813,0,1,0.714286,1,0,252,357,0,304,1,10000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.05,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),(22135,0,0,0,0,0,20825,20822,20823,20824,'Tame Clefthoof','',NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22136,0,0,0,0,0,20827,0,0,0,'Dubu','',NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,4,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22137,0,0,0,0,0,15786,0,0,0,'Summoned Old God',NULL,NULL,0,70,70,1,14,0,1,1,1,1,252,357,0,304,4.6,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22138,0,0,0,0,0,20276,0,0,0,'Dark Conclave Ritualist',NULL,NULL,0,67,68,1,1738,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(22139,0,0,0,0,0,4449,16946,0,0,'Invis Arakkoa Target',NULL,NULL,0,1,1,0,35,0,1,1.14286,8,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22141,0,0,0,0,0,20829,0,0,0,'Quilbeast','',NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22142,0,0,0,0,0,20830,0,0,0,'Zakk','',NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22143,0,0,0,23450,0,11536,0,0,0,'Gordunni Back-Breaker','',NULL,0,71,72,1,45,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,22143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,1950,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22144,0,0,0,23450,0,20173,0,0,0,'Gordunni Elementalist','',NULL,0,70,71,1,45,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,22144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1800,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22146,0,0,0,0,0,20841,0,0,0,'Summoning Voidstorm',NULL,NULL,0,70,70,1,1715,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22148,0,0,0,23450,0,19906,0,0,0,'Gordunni Head-Splitter','',NULL,0,71,72,1,45,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,22148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,1950,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22149,0,0,0,0,0,20836,0,0,0,'Commander Haephus Stonewall','',NULL,8496,70,70,1,534,3,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22150,0,0,0,0,0,20840,0,0,0,'Lieutenant Fairweather','',NULL,0,68,68,1,534,2,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22151,0,0,0,0,0,13673,0,0,0,'Ruuan Weald Sister','',NULL,0,70,70,1,1661,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22160,0,0,0,0,0,17782,0,0,0,'Bloodmaul Taskmaster',NULL,NULL,0,66,67,1,1781,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,22160,22160,0,0,0,0,0,0,0,37786,37592,0,0,0,0,0,0,0,0,187,249,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(22174,0,0,0,0,0,18194,0,0,0,'Trigul','',NULL,0,71,71,1,14,0,1.71,1.14286,1,1,299,426,0,308,4.6,1000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,1,0,22174,0,0,0,0,0,0,0,0,33628,3391,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22175,0,0,0,0,0,21234,0,0,0,'Apexis Flayer','',NULL,0,71,72,1,1873,0,1.125,1.14286,1,0,307,438,0,314,1,1000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,22175,22175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,357,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22177,0,0,0,0,0,7907,11686,0,0,'Eye of Grillok Quest Credit Bunny',NULL,NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22180,0,0,0,0,0,20831,0,0,0,'Shard-Hide Boar','',NULL,0,70,71,1,14,0,1,1.19048,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,3,0,22180,0,70164,0,0,0,0,0,0,34783,40772,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22181,0,0,0,0,0,21282,0,0,0,'Aether Ray','',NULL,0,70,71,1,7,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,34,0,0,0,0,260,387,37,1,0,22181,0,70064,0,0,0,0,0,0,35333,35332,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,7,1,1.1,1,1,0,32567,0,0,0,0,0,150,1,0,0,'',12340),(22182,0,0,0,0,0,19252,0,0,0,'Lightning Wasp','',NULL,0,70,71,1,16,0,1.125,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,44,0,0,0,0,262,389,48,1,1,22182,0,0,0,0,0,0,0,0,35319,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22187,0,0,0,0,0,20849,0,0,0,'Bladespine Basilisk','',NULL,0,71,72,1,14,0,1.125,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,1,0,22187,0,70164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22189,0,0,0,0,0,2838,0,0,0,'Marmot','',NULL,0,67,67,1,2,0,1,1.14286,1,0,170,246,0,128,1,2000,2000,8,0,2048,0,0,0,0,0,0,156,232,27,8,0,0,0,0,0,0,0,0,0,0,42347,38605,38629,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22194,0,0,0,0,0,20847,0,0,0,'Spire Needler',NULL,NULL,0,70,72,1,14,0,1.125,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,10,0,22194,0,0,0,0,0,0,0,0,35331,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22195,0,0,0,0,0,20855,0,0,0,'Wrath Speaker','',NULL,0,70,71,1,90,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,3,0,22195,22195,0,0,0,0,0,0,0,30798,11980,34017,0,0,0,0,0,0,0,216,287,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(22196,0,0,0,0,0,18671,0,0,0,'Wrath Reaver','',NULL,0,71,72,1,90,0,1.71,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,9,8,22196,0,0,0,0,0,0,0,0,31755,0,0,0,0,0,0,0,0,0,2625,3433,'',1,3,1,8,3,1,0,0,0,0,0,0,0,171,1,16384,0,'',12340),(22197,0,0,0,0,0,20493,20494,0,0,'Dragonmaw Orc',NULL,NULL,0,70,70,1,62,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22199,0,0,0,0,0,20346,0,0,0,'Slaag','Son of Gruul',NULL,0,70,70,1,45,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,22199,0,0,0,0,0,0,0,0,33958,0,0,0,0,0,0,0,0,0,3000,4000,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22201,0,0,0,0,0,20920,0,0,0,'Fear Whisperer','',NULL,0,70,71,1,90,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,3,0,22201,22201,0,0,0,0,0,0,0,37629,36541,0,0,0,0,0,0,0,0,214,284,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(22202,0,0,0,0,0,12190,0,0,0,'Nightmare Imp','',NULL,0,70,70,1,90,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,3,0,22202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,337,'',1,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(22204,0,0,0,0,0,17095,0,0,0,'Fear Fiend','',NULL,0,71,71,1,90,0,1.6,1.42857,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,3,0,22204,22204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,349,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(22205,0,0,0,0,0,20202,0,0,0,'Lord Corruptor','',NULL,0,68,68,1,35,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22206,0,0,0,0,0,29440,0,0,0,'Expedition Druid','',NULL,0,70,70,1,1661,0,1.71,1.14286,1,1,234,331,0,286,4.6,1500,2000,2,36864,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22208,0,0,0,0,0,20873,0,0,0,'Nasmara Moonsong','Mooncloth Specialist',NULL,8530,68,68,1,1818,131,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_tailor',12340),(22211,0,0,0,0,0,20866,0,0,0,'Battlemage Vyara',NULL,NULL,8500,69,69,1,1845,3,1,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22212,0,0,0,0,0,20868,0,0,0,'Andrion Darkspinner','Shadoweave Specialist',NULL,8532,68,68,1,1818,131,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_tailor',12340),(22213,0,0,0,0,0,20869,0,0,0,'Gidge Spellweaver','Spellfire Specialist',NULL,8531,68,68,1,1818,131,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_tailor',12340),(22214,0,0,0,0,0,20867,0,0,0,'Harbinger Saronen','',NULL,8384,69,69,1,1844,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,29426,13738,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22215,0,0,0,0,0,12051,0,0,0,'Treebole','',NULL,8506,70,70,1,35,3,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22216,0,0,0,0,0,20871,0,0,0,'Fhyn Leafshadow','Flight Master',NULL,6944,65,65,0,1710,8193,1.48,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22217,0,0,0,0,0,20852,20877,20879,20880,'Felstorm Corruptor','',NULL,0,66,67,1,90,0,1.125,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,22217,22217,0,0,0,0,0,0,0,18376,15232,0,0,0,0,0,0,0,0,218,290,'',1,3,1,1,1.2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22218,0,0,0,0,0,18878,0,0,0,'Insidious Familiar','',NULL,0,70,71,1,90,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22221,0,0,0,0,0,19989,0,0,0,'Felstorm Overseer','',NULL,0,71,71,1,90,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,3,0,22221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,296,'',1,3,1,1,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(22224,0,0,0,0,0,14430,0,0,0,'Voice of Grillok',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.05,1,1,0,0,0,0,0,0,0,194,1,0,0,'',12340),(22225,0,0,0,0,0,20875,0,0,0,'Reagan Mancuso','Gem Vendor',NULL,0,60,60,0,1729,4224,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22226,0,0,0,0,0,20874,0,0,0,'Koi-Koi Spirit',NULL,NULL,0,67,68,1,16,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(22227,0,0,0,0,0,20876,0,0,0,'Markus Scylan','Gem Vendor',NULL,0,60,60,0,1667,4224,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22228,0,0,0,0,0,1126,11686,0,0,'Flame Wave II','',NULL,0,1,1,0,35,0,1,2.28571,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(22229,0,0,0,0,0,20878,0,0,0,'Druman Shadowgrove','Lunar Festival Herald',NULL,0,30,30,0,35,0,1.2,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22230,0,0,0,0,0,11686,0,0,0,'Shadowmoon Fel Orc Attack Trigger',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22231,0,0,0,0,0,1394,0,0,0,'Zezzak',NULL,NULL,8505,65,65,0,1669,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22232,0,0,0,0,0,20883,0,0,0,'Grishna Arakkoa','',NULL,0,68,68,1,1738,0,1.125,1.14286,1,0,214,301,0,276,1,1400,1900,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22233,0,0,0,0,0,20882,0,0,0,'Unsuspecting Leafbeard','',NULL,0,67,68,1,35,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,2,'',12340),(22234,0,0,0,0,0,20884,0,0,0,'Sinnea Starsong','Lunar Festival Herald',NULL,0,30,30,0,35,1,1.1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22235,0,0,0,0,0,20885,0,0,0,'Evil Koi-Koi','',NULL,0,67,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,42,1,8388624,2,'',12340),(22237,0,0,0,0,0,20886,0,0,0,'Loirea Galerunner','Lunar Festival Herald',NULL,0,30,30,0,35,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22239,0,0,0,0,0,15990,0,0,0,'Strange Winged Goblin','',NULL,0,30,30,0,35,0,1.2,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22240,0,0,0,0,0,17035,13069,0,0,'Leafbeard Flavor Event Channel Bunny','',NULL,0,70,70,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22241,0,0,0,0,0,20898,0,0,0,'Bash\'ir Raider','',NULL,0,70,71,1,16,0,1.125,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,22241,22241,0,0,0,0,0,0,0,35922,32920,0,0,0,0,0,0,0,0,254,337,'SmartAI',1,3,1,1,1,1,0,34248,0,0,0,0,0,0,1,0,0,'',12340),(22242,0,0,0,0,0,20895,0,0,0,'Bash\'ir Spell-Thief','',NULL,0,70,71,1,16,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,22242,22242,0,0,0,0,0,0,0,38860,29881,0,0,0,0,0,0,0,0,216,287,'',1,3,1,1,1,1,0,34248,0,0,0,0,0,0,1,0,0,'',12340),(22243,0,0,0,0,0,20989,0,0,0,'Bash\'ir Arcanist','',NULL,0,71,72,1,16,0,1.125,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,22243,22243,0,0,0,0,0,0,0,34447,41264,0,0,0,0,0,0,0,0,220,292,'SmartAI',1,3,1,1,1,1,0,34248,0,0,0,0,0,0,1,0,0,'',12340),(22244,0,0,0,0,0,20894,0,0,0,'Unbound Ethereal','',NULL,0,70,71,1,16,0,1.125,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,4,0,22244,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,34248,0,0,0,0,0,0,1,0,0,'',12340),(22246,0,0,0,0,0,17035,11686,0,0,'Leafbeard Flavor Event Particle Bunny','',NULL,0,70,70,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22252,0,0,0,22197,0,20890,20891,0,0,'Dragonmaw Peon',NULL,NULL,0,68,69,1,62,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,22252,22252,0,0,0,0,0,0,0,15572,15610,0,0,0,0,0,0,0,0,127,171,'',1,3,1,0.5,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'npc_dragonmaw_peon',12340),(22253,0,0,0,0,0,20896,0,0,0,'Dragonmaw Ascendant',NULL,NULL,0,72,72,1,14,0,2,2,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,2,0,22253,22253,0,0,0,0,0,0,0,10966,15496,17547,0,0,0,0,0,0,0,1066,1553,'SmartAI',1,3,1,15,1,1,0,0,0,0,0,0,0,184,1,0,0,'',12340),(22254,0,0,0,0,0,20202,20203,20204,20206,'Wrath Corruptor','',NULL,0,70,72,1,90,0,1.125,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,22254,22254,0,0,0,0,0,0,0,9613,30938,0,0,0,0,0,0,0,0,188,251,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22255,0,0,0,0,0,20901,0,0,0,'Daggertail Lizard','',NULL,0,71,73,1,16,0,1.125,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,32,0,0,0,0,278,413,58,1,1,22255,0,70161,0,0,0,0,0,0,32920,32939,32942,37417,0,0,0,0,11575,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22257,0,0,0,0,0,20963,0,0,0,'Deathlash Stinger','',NULL,0,71,73,1,16,0,1.125,1.14286,1,0,316,450,0,320,1,1481,2000,1,32768,2048,0,20,0,0,0,0,278,413,58,1,1,22257,0,70063,0,0,0,0,0,0,5416,33962,0,0,0,0,0,0,11578,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22258,0,0,0,0,0,20900,0,0,0,'Demoniac Scryer','',NULL,8524,60,60,1,113,1,1,1,1,0,104,138,0,252,1,1400,1900,1,0,32768,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22259,0,0,0,0,0,16891,0,0,0,'Hellfire Wardling','',NULL,0,60,61,1,14,0,1,1.14286,1,0,159,221,0,258,1,1400,1900,1,0,2048,0,0,0,0,0,0,127,188,28,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22260,0,0,0,0,0,11686,0,0,0,'Magic Sucker Device Spawner','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22261,30760,0,0,0,0,19762,0,0,0,'Bladespire Guardian','',NULL,0,71,73,1,1780,0,1.125,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,22261,22261,0,0,0,0,0,0,0,15284,37577,0,0,0,0,0,0,0,0,266,352,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(22262,30759,0,0,0,0,19765,0,0,0,'Bladespire Elder','',NULL,0,71,73,1,1780,0,1.125,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,22262,22262,0,0,0,0,0,0,0,31765,31764,44256,0,0,0,0,0,0,0,221,293,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(22263,30761,0,0,0,0,11544,0,0,0,'Bladespire Keg King','',NULL,0,71,73,1,1780,0,1.125,1.14286,1,0,316,450,0,320,1,1400,1900,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,22263,22263,0,0,0,0,0,0,0,37591,30798,0,0,0,0,0,0,0,0,263,349,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(22265,0,0,0,0,0,10831,0,0,0,'Shadowwing Owl',NULL,NULL,0,66,67,1,32,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,26,0,0,0,0,186,276,39,1,1,22265,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13262,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22267,0,0,0,0,0,11686,0,0,0,'Magic Sucker Device Buttress','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,33554432,0,0,0,0,0,0,0,1,1,100,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22268,0,0,0,0,0,20964,0,0,0,'Leokk','',NULL,0,70,70,1,83,0,1.71,2.5,1,1,252,357,0,304,4.6,2000,2000,1,33600,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,50,1,1,0,0,0,0,0,0,0,220,1,0,2,'',12340),(22269,0,0,0,0,0,17035,16946,0,0,'Black Drake Corpse','',NULL,0,70,70,1,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22272,0,0,0,0,0,20818,0,0,0,'Kirrik the Awakened',NULL,NULL,0,64,64,1,1818,2,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22273,0,0,0,0,0,17189,0,0,0,'Fel Warden','',NULL,0,61,61,1,14,0,1,1.14286,1,0,152,210,0,244,1,1400,1900,2,0,2048,0,0,0,0,0,0,120,179,25,10,0,0,0,0,0,0,0,0,0,0,14034,11831,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22274,0,0,0,22197,0,20892,20893,0,0,'Dragonmaw Skybreaker',NULL,NULL,0,70,70,1,14,0,1,1.38571,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,7,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22275,0,0,0,0,0,21585,0,0,0,'Apexis Guardian','',NULL,0,72,72,1,778,0,1.71,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,5,512,22275,0,80101,0,0,0,0,0,0,40843,40846,0,0,0,0,0,0,0,0,1391,1821,'SmartAI',1,3,1,20,1,1,0,32697,0,0,0,0,0,0,1,0,0,'',12340),(22277,0,0,0,0,0,20851,0,0,0,'Black Drake Corpse Transform','',NULL,0,70,70,1,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22278,0,0,0,0,0,4616,0,0,0,'High Priest Orglum',NULL,NULL,8555,60,60,0,1818,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22279,0,0,0,0,0,20905,0,0,0,'Nadja',NULL,NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,100,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22280,0,0,0,0,0,20906,0,0,0,'Soren',NULL,NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22281,0,0,0,0,0,18526,0,0,0,'Galvanoth','',NULL,0,72,72,1,90,0,1.71,1.14286,1,1,304,436,0,296,4.7,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,3,0,22281,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1945,2545,'SmartAI',1,3,1,20,6,1,0,32733,0,0,0,0,0,0,1,0,0,'',12340),(22282,0,0,0,0,0,14430,0,0,0,'Witness of Doom','',NULL,0,70,70,1,90,0,1.125,1.14286,1,0,252,357,0,304,1,10000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,8278,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.05,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),(22283,0,0,0,0,0,20975,0,0,0,'Eredar Stormbringer','',NULL,0,70,71,1,90,0,1.71,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,260,387,37,3,0,22283,0,0,0,0,0,0,0,0,41281,39082,39083,0,0,0,0,0,0,0,2029,2654,'',1,3,1,8,3,1,0,0,0,0,0,0,0,208,1,0,0,'',12340),(22285,0,0,0,0,0,19410,0,0,0,'Draenei Tomb Guardian',NULL,NULL,0,64,64,1,190,0,1.125,1.14286,1,0,168,234,0,252,1,1400,1900,2,0,2048,0,0,0,0,0,0,136,202,27,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,3,1,0,0,0,0,0,0,0,53,1,16384,0,'',12340),(22286,0,0,0,0,0,14518,0,0,0,'Fel Rager','',NULL,0,70,71,1,90,0,1.125,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,4,0,22286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22287,0,0,0,0,0,19797,0,0,0,'Amberpelt Clefthoof','',NULL,0,71,72,1,634,0,1.125,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,1,0,22287,0,70167,0,0,0,0,0,0,15588,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22288,0,0,0,0,0,20927,14501,0,0,'Terokkar Quest Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22289,0,0,0,0,0,7029,0,0,0,'Darkflame Infernal','',NULL,0,70,71,1,90,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,3,0,22289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,287,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(22291,0,0,0,0,0,21307,0,0,0,'Furnace Guard','',NULL,0,70,72,1,90,0,1.125,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,0,22291,22291,0,0,0,0,0,0,0,32736,0,0,0,0,0,0,0,0,0,258,342,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22292,0,0,0,0,0,20818,0,0,0,'Rilak the Redeemed',NULL,NULL,9818,63,63,1,1818,3,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22293,0,0,0,0,0,18671,0,0,0,'Inactive Fel Reaver','',NULL,0,70,70,0,35,2,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,262912,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(22295,0,0,0,0,0,18671,0,0,0,'Deathforge Automaton','',NULL,0,71,72,1,90,0,1.71,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,9,40,22295,0,0,0,0,0,0,0,0,19798,23918,47113,0,0,0,0,0,0,0,3518,4599,'',1,3,1,11,4,1,0,0,0,0,0,0,0,171,1,16384,0,'',12340),(22297,0,0,0,0,0,20916,0,0,0,'Throne-Guard Highlord','',NULL,0,72,72,1,90,0,1.71,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,3,0,22297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2882,3768,'',1,3,1,11,4,1,0,0,0,0,0,0,0,208,1,0,0,'',12340),(22298,0,0,0,0,0,12231,0,0,0,'Vile Fire-Soul','',NULL,0,71,71,1,90,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,4,0,22298,0,0,0,0,0,0,0,0,9053,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22301,0,0,0,0,0,18166,0,0,0,'Throne-Guard Sentinel','',NULL,0,71,72,1,90,0,1.71,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,3,0,22301,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2880,3766,'',1,3,1,11,4,1,0,0,0,0,0,0,0,43,1,0,0,'',12340),(22302,0,0,0,0,0,18526,0,0,0,'Throne-Guard Champion','',NULL,0,72,72,1,90,0,1.71,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,3,0,22302,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2797,3657,'',1,3,1,11,4,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(22303,0,0,0,0,0,20914,20854,0,0,'Throne Hound',NULL,NULL,0,70,71,1,90,0,1.71,1.14286,1,1,299,426,0,308,7.5,1500,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,0,22303,0,70162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,9,4,1,0,0,0,0,0,0,0,208,1,0,0,'',12340),(22305,0,0,0,0,0,17876,0,0,0,'Vekh','Leader of the Vekh\'nir',NULL,0,67,67,1,1738,0,1.125,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,22305,22305,0,0,0,0,0,0,0,11642,37583,0,0,0,0,0,0,0,0,181,242,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22306,0,0,0,0,0,20923,0,0,0,'Skittering Cavern Crawler','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22307,0,0,0,0,0,12929,0,0,0,'Rotting Forest-Rager',NULL,NULL,0,65,65,1,14,0,1.11111,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,4,256,22307,0,80000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_rotting_forest_rager',12340),(22308,0,0,0,0,0,20484,20485,20486,20487,'Wyrmcult Hunter',NULL,NULL,0,66,67,1,1827,1,1.125,1.14286,1,0,204,287,0,272,1,1700,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,22308,22308,0,0,0,0,0,0,0,15547,39182,0,0,0,0,0,0,0,0,164,219,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(22309,0,0,0,0,0,5564,0,0,0,'Crashing Wave-Spirit','',NULL,0,70,71,1,16,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,4,0,22309,0,0,0,0,0,0,0,0,34425,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22310,0,0,0,0,0,20432,0,0,0,'Storming Wind-Ripper',NULL,NULL,0,70,71,1,16,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,4,0,22310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22311,0,0,0,0,0,12231,0,0,0,'Raging Fire-Soul',NULL,NULL,0,70,71,1,16,0,1.125,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,0,22311,0,0,0,0,0,0,0,0,29948,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22312,0,0,0,0,0,20926,0,0,0,'Spiritcaller Dohgar',NULL,NULL,8513,66,66,1,1735,3,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,512,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22313,0,0,0,0,0,14506,0,0,0,'Rumbling Earth-Heart',NULL,NULL,0,70,71,1,16,0,1.125,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,512,22313,0,80100,0,0,0,0,0,0,33840,8599,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22314,0,0,0,0,0,19335,19144,338,252,'Captive Child',NULL,NULL,0,1,1,0,188,0,1,1,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22315,0,0,0,0,0,6271,0,0,0,'Deathforge Mine',NULL,NULL,0,68,69,0,14,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(22317,0,0,0,0,0,16480,13069,0,0,'Netherwing Drake Escape Dummy',NULL,NULL,0,70,70,1,35,0,12,4.28571,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,265,1,0,130,'',12340),(22318,0,0,0,0,0,2418,0,0,0,'Spirit Calling Totem','',NULL,0,65,65,1,58,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,11,0,0,0,0,0,0,0,0,0,0,38778,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22320,0,0,0,0,0,2582,15880,0,0,'Kil\'Jaeden Target','',NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22323,0,0,0,0,0,22748,0,0,0,'Incandescent Fel Spark','',NULL,0,70,71,1,90,0,1,1.42857,1,0,299,426,2,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,0,22323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(22325,0,0,0,0,0,20968,0,0,0,'Nightmare Weaver','',NULL,0,70,71,1,90,0,1.71,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,3,0,22325,22325,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1009,1322,'',1,3,1,3,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(22326,0,0,0,0,0,15534,0,0,0,'Redeemed Avian',NULL,NULL,0,62,62,1,1818,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22327,0,0,0,0,0,20930,0,0,0,'Terror-Fire Guardian',NULL,NULL,0,71,72,1,90,0,1.125,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,3,0,22327,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,296,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,43,1,0,0,'',12340),(22331,0,0,0,22197,0,20892,20893,0,0,'Dragonmaw Elite',NULL,NULL,0,70,70,1,62,0,1,1.42857,1,0,234,331,0,286,1,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,2048,0,0,0,0,0,0,0,0,0,6660,38859,17547,38861,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(22332,0,0,0,0,0,19980,0,0,0,'Brood of Neltharaku','',NULL,0,69,69,1,250,0,0.666668,2.28571,1,1,245,346,0,298,7.5,2000,1900,1,0,2048,0,0,0,0,0,0,206,302,43,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,3,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(22333,0,0,0,0,0,1421,0,0,0,'Orb Collecting Totem',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,4,2048,0,0,0,0,0,0,1,1,100,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22334,0,0,0,0,0,18857,0,0,0,'Shattered Hand Orc','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22336,0,0,0,0,0,9510,0,0,0,'Demon Portal (Zuluhed)','',NULL,0,68,68,1,14,0,0.0001,1.14286,1,0,231,325,0,292,1,1400,2000,1,33554432,2048,0,0,0,0,0,0,195,289,41,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22337,0,0,0,0,0,20727,0,0,0,'Malevolent Hatchling',NULL,NULL,0,64,64,1,1738,0,1.125,1.14286,1,0,194,274,0,272,1,1347,1584,1,0,2048,0,0,0,0,0,0,154,226,33,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22338,0,0,0,0,0,17880,0,0,0,'Arcubus Destroyer','',NULL,0,68,68,1,90,0,1.71,1.14286,1,1,231,325,0,292,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8519697,0,'',12340),(22339,0,0,0,0,0,15534,0,0,0,'Redeemed Hatchling',NULL,NULL,0,62,62,1,35,0,1.125,1.14286,1,0,172,240,0,262,1,1400,1900,1,0,2048,0,0,0,0,0,0,139,207,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,2,'',12340),(22340,0,0,0,0,0,20927,14501,0,0,'Terokkar Arakkoa Fly Target',NULL,NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22341,0,0,0,23393,0,20946,20947,0,0,'Deathshadow Acolyte',NULL,NULL,0,70,71,1,16,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,22341,22341,0,0,0,0,0,0,0,32000,0,0,0,0,0,0,0,0,0,216,287,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22342,0,0,0,23393,0,20950,20951,0,0,'Deathshadow Spellbinder',NULL,NULL,0,70,71,1,16,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,22342,22342,0,0,0,0,0,0,0,31999,22744,34447,0,0,0,0,0,0,0,216,287,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22343,0,0,0,23393,0,20948,20949,0,0,'Deathshadow Archon',NULL,NULL,0,70,71,1,16,0,1.125,1.14286,1,0,299,426,0,308,1,3000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,22343,22343,0,0,0,0,0,0,0,31996,8599,0,0,0,0,0,0,0,0,254,337,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22348,0,0,0,0,0,11686,0,0,0,'Western Gehenna Teleporter Credit',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22350,0,0,0,0,0,11686,0,0,0,'Central Gehenna Teleporter Credit',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22351,0,0,0,0,0,11686,0,0,0,'Eastern Gehenna Teleporter Credit',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22355,0,0,0,0,0,16213,0,0,0,'Netherweb Victim','',NULL,0,60,60,0,14,0,1.125,1.14286,1,0,104,138,0,252,1,6000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22356,0,0,0,0,0,11686,16046,0,0,'[DND]Green Spot Grog Keg Credit',NULL,NULL,0,1,1,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22357,0,0,0,0,0,20952,0,0,0,'Reth\'hedron the Subduer',NULL,NULL,0,73,73,1,16,0,1.71,1.14286,1,1,313,448,0,302,4.6,1400,1900,2,0,2048,0,0,0,0,0,0,276,411,44,3,8,22357,0,0,0,0,0,0,0,0,41280,41282,41281,0,0,0,0,0,0,0,1439,1884,'SmartAI',1,3,1,25,4,1,0,0,0,0,0,0,0,155,1,0,0,'',12340),(22358,0,0,0,0,0,16480,17612,0,0,'Nether Gas Visual Trigger','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22360,0,0,0,0,0,20811,0,0,0,'Karynaku Taxi','Mate of Neltharaku',NULL,0,72,72,1,7,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,241,1,0,2,'',12340),(22362,0,0,0,0,0,16889,0,0,0,'Deathshadow Imp',NULL,NULL,0,70,71,1,16,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,3,0,0,0,0,0,0,0,0,0,0,20801,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22363,0,0,0,23393,0,20946,20947,0,0,'Deathshadow Warlock',NULL,NULL,0,70,71,1,16,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,22363,22363,0,0,0,0,0,0,0,9613,13787,0,11962,0,0,0,0,0,0,216,287,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22364,0,0,0,0,0,20752,0,0,0,'Scout Navrin','',NULL,8559,60,60,1,1741,3,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22365,0,0,0,0,0,7935,0,0,0,'Ethan',NULL,NULL,0,1,1,0,1818,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22367,0,0,0,0,0,11686,0,0,0,'[DND]Ripe Moonshine Keg Credit',NULL,NULL,0,1,1,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22368,0,0,0,0,0,11686,0,0,0,'[DND]Fermented Seed Beer Keg Credit',NULL,NULL,0,1,1,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22369,0,0,0,0,0,2676,0,0,0,'Dread Relic Thrall','',NULL,0,60,60,1,14,0,0.9,0.9,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.05,1,1,0,0,0,0,0,0,0,74,1,8388624,64,'',12340),(22370,0,0,0,0,0,20962,0,0,0,'Mekeda',NULL,NULL,8526,70,70,0,1818,3,1,1,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22371,0,0,0,0,0,7804,0,0,0,'Terokkar Forest Ground Shaker Bunny',NULL,NULL,0,1,1,0,188,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22372,0,0,0,0,0,20953,20955,20954,20956,'Mok\'Nathal Spirit',NULL,NULL,0,65,68,1,35,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22373,0,0,0,0,0,17859,0,0,0,'Defender Grashna',NULL,NULL,0,63,63,1,1818,2,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22374,0,0,0,0,0,20958,0,0,0,'Hand of Kargath',NULL,NULL,0,63,63,1,1662,0,1.71,1.14286,1,1,181,253,0,268,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,147,219,32,7,0,22374,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1039,1362,'SmartAI',1,3,1,4,1,1,0,31706,0,0,0,0,0,121,1,0,0,'',12340),(22375,0,0,0,0,0,20959,0,0,0,'Avatar of Terokk',NULL,NULL,0,65,65,1,1738,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,169,1,0,0,'',12340),(22376,0,0,0,0,0,20728,20725,0,0,'Minion of Terokk',NULL,NULL,0,65,65,1,1738,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.25,0.25,1,0,0,0,0,0,0,0,169,1,0,0,'',12340),(22377,0,0,0,0,0,20961,0,0,0,'Akuno',NULL,NULL,0,64,64,0,1818,2,1.125,1.14286,1,0,168,234,0,252,1,2000,2000,2,0,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22378,0,0,0,0,0,20695,20696,0,0,'Cabal Interrogator',NULL,NULL,0,64,65,1,16,0,1.125,1.14286,1,0,186,260,0,262,1,2000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,22378,22378,0,0,0,0,0,0,0,15691,0,0,0,0,0,0,0,0,0,153,205,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22380,0,0,0,0,0,21003,0,0,0,'Ambient Minion of Terokk',NULL,NULL,0,65,65,1,35,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,169,1,0,2,'',12340),(22381,0,0,0,0,0,19912,0,0,0,'Hathyss the Wicked',NULL,NULL,0,65,65,1,90,0,1.125,1.14286,1,0,186,260,0,262,1,1400,1900,2,0,2048,0,0,0,0,0,0,153,227,29,3,0,0,0,0,0,0,0,0,0,0,34017,0,0,0,0,0,0,0,0,0,173,231,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(22384,0,0,0,0,0,19755,0,0,0,'Bloodmaul Soothsayer',NULL,NULL,0,66,67,1,1781,0,1.125,1.14286,1,0,170,246,0,128,1,2000,2000,8,32768,2048,0,0,0,0,0,0,156,232,27,7,0,22384,22384,0,0,0,0,0,0,0,20825,0,27260,0,0,0,0,0,0,0,178,238,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(22385,0,0,0,0,0,20967,0,0,0,'Terrordar the Tormentor',NULL,NULL,0,70,70,1,90,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,3,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(22386,0,0,0,0,0,20970,0,0,0,'Watcher Moonshade','',NULL,8529,68,68,1,1710,3,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,36864,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22387,0,0,0,0,0,17869,0,0,0,'Lithic Oracle',NULL,NULL,0,64,65,1,1738,0,1.125,1.14286,1,0,186,260,0,262,1,3000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,22387,22387,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,205,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22388,0,0,0,0,0,21032,0,0,0,'Lithic Talonguard',NULL,NULL,0,63,64,1,1738,0,1.125,1.14286,1,0,194,274,0,272,1,3000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,22388,22388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,232,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22389,0,0,0,0,0,18671,0,0,0,'Kil\'Jaeden Reaver (non-interactable)','',NULL,0,72,72,1,114,0,1.71,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,33588032,2048,0,0,0,0,0,0,270,401,53,9,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,11,4,1,0,0,0,0,0,0,0,171,1,16384,2,'',12340),(22390,0,0,0,0,0,20971,0,0,0,'Mountain Shardling',NULL,NULL,0,70,71,1,778,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,5,512,0,0,80100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22392,0,0,0,0,0,20974,0,0,0,'Wrath Fiend',NULL,NULL,0,71,72,1,90,0,1.125,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,3,0,22392,0,0,0,0,0,0,0,0,36965,41445,0,0,0,0,0,0,0,0,261,346,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(22393,0,0,0,23393,0,18058,0,0,0,'Deathshadow Overlord',NULL,NULL,0,70,71,1,16,0,1.71,1.14286,1,1,296,424,0,290,4.6,2700,2000,2,64,2048,0,0,0,0,0,0,260,387,37,7,0,22393,22393,0,0,0,0,0,0,0,15232,15228,37579,0,0,0,0,0,0,0,1561,2043,'SmartAI',1,3,1,6,3,1,0,0,0,0,0,0,0,169,1,0,0,'',12340),(22394,0,0,0,0,0,6195,0,0,0,'Deathshadow Hound',NULL,NULL,0,70,71,1,16,0,1.125,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,3,0,22394,0,70162,0,0,0,0,0,0,30639,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(22395,0,0,0,0,0,4449,16946,0,0,'[PH]Altar of Shadows target',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22396,0,0,0,0,0,20982,0,0,0,'Draaca Longtail',NULL,NULL,0,67,67,1,1827,1,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,32009,8599,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.4,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(22400,0,0,0,0,0,2582,15880,0,0,'Twilight Ridge Target',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22401,0,0,0,0,0,17202,16925,0,0,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower North',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(22402,0,0,0,0,0,17202,16925,0,0,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Forge',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(22403,0,0,0,0,0,17202,16925,0,0,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Foothill',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(22404,0,0,0,0,0,17202,0,0,0,'Honor Hold Gryphon Brigadier, North',NULL,NULL,0,60,60,0,55,0,8,2.85714,1,0,104,138,0,252,1,2000,1900,1,2048,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,59,1,0,2,'',12340),(22405,0,0,0,0,0,17202,0,0,0,'Honor Hold Gryphon Brigadier, Forge',NULL,NULL,0,60,60,0,55,0,8,2.85714,1,0,104,138,0,252,1,2000,1900,1,2048,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,59,1,0,2,'',12340),(22406,0,0,0,0,0,17202,0,0,0,'Honor Hold Gryphon Brigadier, Foothill',NULL,NULL,0,60,60,0,55,0,8,2.85714,1,0,104,138,0,252,1,2000,2000,1,2048,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,59,1,0,2,'',12340),(22407,0,0,0,0,0,21057,21056,21053,21054,'Caravan Defender',NULL,NULL,0,64,65,1,1851,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22408,0,0,0,0,0,17288,0,0,0,'Furious Nether-wraith','',NULL,0,70,70,1,634,0,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,22408,0,0,0,0,0,0,75,100,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,2,1,0,31741,0,0,0,0,0,0,1,0,0,'',12340),(22410,0,0,0,0,0,20620,20621,0,0,'Expedition Outrider',NULL,NULL,0,70,70,1,1661,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,36864,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22417,0,0,0,0,0,4449,16946,0,0,'[PH]Altar of Shadows caster',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22419,0,0,0,0,0,5990,0,0,0,'Wood Mite',NULL,NULL,0,1,1,0,14,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,94,1,0,2,'',12340),(22420,0,0,0,0,0,21036,0,0,0,'Lakotae',NULL,NULL,8535,62,62,1,1710,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22421,0,0,0,0,0,20990,0,0,0,'Skar\'this the Heretic',NULL,NULL,0,70,70,1,1194,2,1.71,1.14286,1,1,252,357,0,304,4.6,1400,1900,1,2,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22422,0,0,0,0,0,4626,15880,0,0,'Blade\'s Edge - Legion - Anger Camp - Invis Bunny',NULL,NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22423,0,0,0,0,0,17035,11686,0,0,'Evergrove Druid','',NULL,8536,70,70,1,1710,3,1,2.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,188,1,0,130,'',12340),(22424,0,0,0,0,0,20998,0,0,0,'Skywing',NULL,NULL,0,64,64,1,35,2,1.125,1,1,0,194,274,0,272,1,2000,2000,1,4096,2048,0,0,0,0,0,0,154,226,33,1,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22427,0,0,0,0,0,17647,0,0,0,'Zarevhi','',NULL,8542,68,68,1,1730,3,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_prof_alchemy',12340),(22429,0,0,0,0,0,20766,0,0,0,'Vekax',NULL,NULL,8557,65,65,1,1818,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22430,0,0,0,0,0,20328,0,0,0,'Assistant Klatu','',NULL,8538,63,63,0,1733,3,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,33280,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22431,0,0,0,0,0,17021,0,0,0,'Anchorite Barada',NULL,NULL,8539,63,63,0,774,3,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22432,0,0,0,0,0,14533,0,0,0,'Colonel Jules',NULL,NULL,8554,62,62,0,35,3,0.5,0.5,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,43,1,0,0,'',12340),(22433,0,0,0,0,0,21002,0,0,0,'Ja\'y Nosliw','Skybreaker General',NULL,8668,70,70,1,62,2,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32784,2048,0,0,0,0,0,0,198,295,33,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22434,0,0,0,0,0,11686,16046,0,0,'[DND]Ogre Pike Planted Credit','',NULL,0,60,65,1,35,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22435,0,0,0,0,0,11686,16046,0,0,'[DND]Rexxar\'s Wyvern Freed Credit','',NULL,0,60,65,1,35,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(22436,0,0,0,0,0,2582,15880,0,0,'Blade\'s Legion Target','',NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22437,0,0,0,0,0,16642,0,0,0,'Remnant of Malice','Aspect of Gul\'dan',NULL,0,69,69,1,1841,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22438,0,0,0,0,0,16642,0,0,0,'Remnant of Greed','Aspect of Gul\'dan',NULL,0,69,69,1,1841,0,1.125,1.14286,1,0,224,316,0,282,1,1400,1900,2,0,2048,0,0,0,0,0,0,188,280,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22439,0,0,0,0,0,16642,0,0,0,'Remnant of Corruption','Aspect of Gul\'dan',NULL,0,69,69,1,1841,0,1.125,1.14286,1,0,224,316,0,282,1,1400,1900,2,0,2048,0,0,0,0,0,0,188,280,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22440,0,0,0,0,0,16642,0,0,0,'Remnant of Pride','Aspect of Gul\'dan',NULL,0,69,69,1,1841,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22441,0,0,0,0,0,21018,0,0,0,'Teribus the Cursed',NULL,NULL,0,65,65,1,16,0,1,2.28571,1,1,200,281,0,278,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,7,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(22442,0,0,0,0,0,21022,0,0,0,'Lonika Stillblade','Rogue Academy Proprietor',NULL,8541,68,68,1,1818,1,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22443,0,0,0,0,0,18505,0,0,0,'Death\'s Door Fel Cannon','',NULL,0,68,68,0,954,0,1,0.99206,1,0,231,325,0,292,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,195,289,41,9,0,0,0,0,0,0,0,0,0,0,39221,39222,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(22444,0,0,0,0,0,17612,0,0,0,'Anchorite Relic Bunny',NULL,NULL,0,35,35,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,1900,1,33556480,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22445,0,0,0,0,0,20996,0,0,0,'Miniwing',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(22446,0,0,0,0,0,21023,0,0,0,'Commander Ra\'vaj','',NULL,0,66,66,1,1741,2,1.71,1.14286,1,1,210,295,0,282,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22447,0,0,0,0,0,16046,17345,0,0,'[DND]Sablemane\'s Trap Target','',NULL,0,1,1,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22448,0,0,0,0,0,20918,0,0,0,'Rexxar','Champion of the Horde',NULL,0,70,70,1,106,0,1,1.14286,1,3,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,16,20,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),(22449,0,0,0,0,0,17035,11686,0,0,'Sha\'tari Fire',NULL,NULL,0,1,1,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(22451,0,0,0,0,0,18505,0,0,0,'Legion Fel Cannon MKII','',NULL,0,70,70,1,90,0,0.01,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,36238,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(22452,0,0,0,0,0,21024,20034,20032,20035,'Reanimated Exarch',NULL,NULL,0,65,65,1,14,0,1.125,1.14286,1,0,186,260,0,262,1,1400,1900,2,768,2048,0,0,0,0,0,0,153,227,29,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(22453,0,0,0,0,0,16491,0,0,0,'Injured Sha\'tar Vindicator',NULL,NULL,0,70,70,1,1741,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,37632,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22454,0,0,0,0,0,21026,0,0,0,'Fel Spirit',NULL,NULL,0,61,62,1,1662,0,1,1.14286,1,0,160,223,0,246,1,2000,1900,2,32768,2048,0,0,0,0,0,0,129,191,26,6,0,22454,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(22455,0,0,0,0,0,21035,0,0,0,'Sky-Master Maxxor','Flight Master',NULL,6944,65,65,1,1735,8193,1.71,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22456,0,0,0,0,0,21038,0,0,0,'Oakun','',NULL,0,70,70,1,1741,2,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,36864,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22457,0,0,0,0,0,21027,11686,0,0,'Sand Gnome Trigger','',NULL,0,65,65,1,35,0,1.2,1.14286,1,0,200,281,0,278,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22458,0,0,0,0,0,21031,0,0,0,'Chief Archaeologist Letoll','Explorers\' League',NULL,0,65,65,1,35,2,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22459,0,0,0,0,0,20752,20755,20752,20753,'Freed Sha\'tar Warrior','',NULL,0,65,65,1,1741,0,1.125,1.14286,1,0,200,281,0,278,1,1400,1900,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22460,0,0,0,0,0,10830,0,0,0,'Spirit','',NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,44318,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22461,0,0,0,0,0,18505,0,0,0,'Fel Cannon MKI',NULL,NULL,0,60,60,1,90,0,1,0.99206,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,9,0,22461,0,0,0,0,0,0,0,0,36238,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(22462,0,0,0,0,0,21037,0,0,0,'Vindicator Haylen','',NULL,0,62,62,1,1775,2,1.71,1.14286,1,1,160,223,0,246,4.6,2000,2000,2,36864,2048,0,0,0,0,0,0,129,191,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22463,0,0,0,0,0,20752,20753,20754,20755,'Wounded Sha\'tar Vindicator','',NULL,0,70,70,1,1741,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22464,0,0,0,0,0,16379,16380,16381,0,'Explorers\' League Researcher','Explorers\' League',NULL,0,64,65,1,35,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22465,0,0,0,0,0,257,0,0,0,'Natasha',NULL,NULL,0,4,4,0,35,0,1.125,1.14286,1,0,4,5,0,30,1,2000,2000,1,33536,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22466,0,0,0,0,0,11686,0,0,0,'Bone Sifter',NULL,NULL,0,64,65,1,14,0,1.125,1.14286,1,0,200,281,0,278,1,1347,1584,1,0,2048,0,0,0,0,0,0,166,246,35,10,0,22466,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,31132,0,0,0,0,0,0,1,32,2097152,'',12340),(22467,0,0,0,0,0,11686,0,0,0,'Fei Fei Stash Bunny',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22468,0,0,0,0,0,21033,0,0,0,'Ogrin','Stable Master',NULL,9821,60,60,0,1735,4194305,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(22469,0,0,0,0,0,21034,0,0,0,'Fiskal Shadowsong','Stable Master',NULL,9821,65,65,1,1732,4194305,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(22470,0,0,0,0,0,1126,11686,0,0,'Death\'s Door Warp-Gate Controller','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22471,0,0,0,0,0,15880,0,0,0,'Death\'s Door North Warp-Gate','',NULL,0,70,70,1,954,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_deahts_door_wrap_gate',12340),(22472,0,0,0,0,0,15880,0,0,0,'Death\'s Door South Warp-Gate','',NULL,0,70,70,1,954,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_deahts_door_wrap_gate',12340),(22473,0,0,0,0,0,20807,0,0,0,'Baron Sablemane','',NULL,0,72,72,1,210,0,1.71,1.14286,1,1,304,436,0,296,7.5,1400,1900,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,20,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22474,0,0,0,0,0,21040,0,0,0,'Unstable Fel-Imp','',NULL,0,68,68,1,14,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.07,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),(22476,0,0,0,0,0,17216,0,0,0,'Aundro','Blacksmithing Supplies',NULL,0,64,65,0,1741,4224,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22477,0,0,0,0,0,17248,0,0,0,'Anchorite Ensham','First Aid Trainer',NULL,8522,64,65,0,1741,81,1.125,1.14286,1,0,186,260,0,262,1,2000,2000,2,36864,2048,0,0,2,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22478,0,0,0,0,0,20249,0,0,0,'Evergrove Ancient','',NULL,0,68,68,1,495,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,4,0,0,0,0,0,0,0,0,0,0,39274,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(22479,0,0,0,0,0,21045,0,0,0,'Sab\'aoth','Reagents & Poison Supplies',NULL,8545,68,68,1,35,131,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22480,0,0,0,0,0,2838,0,0,0,'Brown Marmot',NULL,NULL,0,1,1,0,31,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(22481,0,0,0,0,0,21044,0,0,0,'Dwarfowitz','Expedition Leader',NULL,0,65,65,1,35,2,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22482,0,0,0,0,0,11686,0,0,0,'Mature Bone Sifter',NULL,NULL,0,64,65,1,14,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,10,0,22482,0,0,0,0,0,0,0,0,32738,31747,37752,37751,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,31814,0,0,0,0,0,0,1,32,2097152,'',12340),(22483,0,0,0,0,0,21027,21028,21029,21030,'Sand Gnome',NULL,NULL,0,64,65,1,14,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),(22484,0,0,0,0,0,21048,0,0,0,'Zeppit',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22485,0,0,0,0,0,17436,0,0,0,'Halu','Hippogryph Master',NULL,6944,65,65,0,84,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22488,0,0,0,0,0,2306,0,0,0,'Sentinel Moonwhisper','',NULL,0,65,65,1,1733,2,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22489,0,0,0,0,0,20208,0,0,0,'Grunt Grahk','',NULL,0,65,65,1,1734,2,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22490,0,0,0,0,0,20007,0,0,0,'Huffer','',NULL,0,72,72,1,106,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,163,1,0,0,'',12340),(22491,0,0,0,0,0,21051,0,0,0,'Kerpow Blastwrench','Weapon Merchant',NULL,0,70,70,1,35,4224,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22492,0,0,0,0,0,10830,0,0,0,'Spirit','',NULL,0,72,72,1,210,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,44318,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22494,0,0,0,0,0,21060,21061,21062,0,'Cosmowrench Bruiser','',NULL,0,77,77,1,1857,0,1,1.42857,1,1,371,522,0,478,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(22495,0,0,0,0,0,1126,11686,0,0,'Death\'s Door Fel Cannon Target Bunny','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22496,0,0,0,0,0,21079,0,0,0,'Sabellian','Black Dragonflight',NULL,0,71,71,1,210,0,1.83,1.14286,1,1,299,426,0,308,4.6,1400,1900,1,0,2048,0,0,0,0,0,0,262,389,48,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22497,0,0,0,0,0,17072,0,0,0,'V\'eru',NULL,NULL,0,72,72,1,1741,2,1,1.42857,1,1,307,438,0,314,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,270,401,53,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22498,0,0,0,0,0,9492,0,0,0,'Misha','',NULL,0,72,72,0,106,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22499,0,0,0,0,0,20521,20854,0,0,'Lesser Wrath Hound','',NULL,0,68,68,1,90,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,22911,36406,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22500,0,0,0,0,0,21066,0,0,0,'Void Hound','',NULL,0,67,68,1,954,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22502,0,0,0,0,0,328,14501,0,0,'Death\'s Door Warp-Gate Explosion Bunny','',NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22503,0,0,0,0,0,17035,11686,0,0,'Warp-Gate North Kill Bunny','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22504,0,0,0,0,0,17035,11686,0,0,'Warp-Gate South Kill Bunny','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22505,0,0,0,0,0,19595,0,0,0,'The Exorcism Bubbling Slimer Bunny (DND)',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22506,0,0,0,0,0,21070,0,0,0,'Foul Purge',NULL,NULL,0,60,60,0,14,0,1,1.14286,1,0,104,138,0,252,1,2800,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22507,0,0,0,0,0,24721,0,0,0,'Darkness Released',NULL,NULL,0,60,60,0,14,0,0.5,0.5,1,0,104,138,0,252,1,1800,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,0.3,1,1,0,0,0,0,0,0,0,43,1,0,2,'',12340),(22508,0,0,0,0,0,17612,0,0,0,'The Exorcism Lightning Cloud Bunny',NULL,NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22510,0,0,0,0,0,21073,0,0,0,'Cobalt Riding Talbuk','',NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(22511,0,0,0,0,0,21074,0,0,0,'Dark Riding Talbuk','',NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(22512,0,0,0,0,0,21075,0,0,0,'Silver Riding Talbuk','',NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(22513,0,0,0,0,0,21077,0,0,0,'Tan Riding Talbuk','',NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(22514,0,0,0,0,0,21076,0,0,0,'White Riding Talbuk','',NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(22519,0,0,0,0,0,1126,11686,0,0,'Chess Piece: Karazhan Invisible Stalker',NULL,NULL,0,1,1,0,35,0,1,1.14286,0.5,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22520,0,0,0,0,0,1126,11686,0,0,'Chess Piece: Status Bar',NULL,NULL,0,1,1,0,35,0,1,1.14286,0.5,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22523,0,0,0,0,0,1126,11686,0,0,'Karazhan - Chess, Victory Dummy Tool',NULL,NULL,0,1,1,0,35,0,1,1.14286,0.5,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22656,0,0,0,0,0,15259,15388,15260,15262,'Stormpike Emissary (1)','',NULL,6500,55,55,0,1217,1048577,1.23,1.14286,1,0,94,125,0,228,1,2000,2000,1,4352,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22798,0,0,0,0,0,11686,16046,0,0,'First Prophecy','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22799,0,0,0,0,0,11686,16046,0,0,'Second Prophecy','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22800,0,0,0,0,0,11686,16046,0,0,'Third Prophecy','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22801,0,0,0,0,0,11686,16046,0,0,'Fourth Prophecy','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22819,0,0,0,0,0,21100,0,0,0,'Orphan Matron Mercy','',NULL,8568,62,62,1,1818,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22821,0,0,0,0,0,21102,0,0,0,'Ethereum Avenger','',NULL,0,69,70,1,1796,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,22821,0,0,0,0,0,0,0,0,32064,36509,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,31956,0,0,0,0,0,0,1,0,0,'',12340),(22822,0,0,0,0,0,21103,0,0,0,'Ethereum Nullifier','',NULL,0,69,70,1,1796,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,22822,0,0,0,0,0,0,0,0,36513,0,0,0,0,0,0,0,0,0,1000,1500,'',1,3,1,1,1,1,0,31956,0,0,0,0,0,0,1,0,0,'',12340),(22831,0,0,0,0,0,17035,11686,0,0,'Outland Children\'s Week Auchindoun Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cw_area_trigger',12340),(22832,0,0,0,0,0,21106,0,0,0,'Morthis Whisperwing','Druid of the Talon',NULL,8566,70,71,1,1660,3,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22841,0,0,0,0,0,21357,0,0,0,'Shade of Akama','',NULL,0,73,73,1,1813,0,0.8,1.14286,1,3,316,450,0,320,180,1800,2000,1,33554496,2048,0,0,0,0,0,0,278,413,58,7,108,22841,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,667107,1276371,'',0,3,1,92.4,100,1,0,0,0,0,0,0,0,82,1,650854271,2097409,'boss_shade_of_akama',12340),(22842,0,0,0,0,0,21119,0,0,0,'Corvax','',NULL,0,2,2,0,190,0,1.6,1.42857,1,0,2,3,0,25,1,2000,2000,2,768,2048,0,0,0,0,0,0,1,2,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,150,1,0,2,'',12340),(22843,0,0,0,0,0,21119,0,0,0,'Rook','',NULL,0,2,2,0,190,0,1.6,1.42857,1,0,2,3,0,25,1,2000,2000,2,768,2048,0,0,0,0,0,0,1,2,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,150,1,0,2,'',12340),(22844,0,0,0,0,0,21115,0,0,0,'Ashtongue Battlelord','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,72,22844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7063,13513,'SmartAI',0,3,1,31.5,1,1,0,0,0,0,0,0,0,144,1,545472511,0,'',12340),(22845,0,0,0,0,0,21116,0,0,0,'Ashtongue Mystic','',NULL,0,71,71,1,1813,0,1,0.99206,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,72,22845,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7248,13866,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,0,1,537004801,0,'',12340),(22846,0,0,0,0,0,21118,0,0,0,'Ashtongue Stormcaller','',NULL,0,71,71,1,1813,0,1,0.99206,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,72,22846,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,0,1,537004801,0,'',12340),(22847,0,0,0,0,0,21117,0,0,0,'Ashtongue Primalist','',NULL,0,72,72,1,1813,0,1,0.99206,1,1,304,436,0,296,20,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,72,22847,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6969,13333,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,0,1,545472511,0,'',12340),(22848,0,0,0,0,0,5187,0,0,0,'Storm Fury','',NULL,0,70,70,1,1813,0,1,1.14286,1,1,252,357,0,304,10,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,4,72,22848,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10.5,10,1,0,0,0,0,0,0,0,0,1,8410706,0,'',12340),(22849,0,0,0,0,0,21114,0,0,0,'Ashtongue Feral Spirit','',NULL,0,70,70,1,1813,0,2,1.14286,1,1,252,357,0,304,10,1000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,10,72,22849,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10.5,1,1,0,0,0,0,0,0,0,53,1,75657211,0,'',12340),(22851,0,0,0,0,0,17035,11686,0,0,'Outland Children\'s Week Exodar 01 Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cw_area_trigger',12340),(22853,0,0,0,0,0,11335,0,0,0,'Illidari Defiler','',NULL,0,71,71,1,1813,0,1.71,1.14286,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,3,72,22853,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,151,1,257,0,'',12340),(22855,0,0,0,0,0,19991,0,0,0,'Illidari Nightlord','',NULL,0,72,72,1,1813,0,1.71,1.14286,1,1,307,438,0,314,20,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,3,72,22855,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,42,10,1,0,0,0,0,0,0,0,169,1,616841215,0,'',12340),(22869,0,0,0,0,0,21120,0,0,0,'Illidari Boneslicer','',NULL,0,71,71,1,1813,0,1.76,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,72,22869,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6888,13178,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,151,1,1,0,'',12340),(22871,0,0,0,0,0,21254,21262,0,0,'Teron Gorefiend','',NULL,0,73,73,1,1813,0,1.2,1.14286,1,3,313,448,0,302,70,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,6,108,22871,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,673113,1287861,'',0,3,1,577.5,500,1,0,0,0,0,0,0,0,167,1,650854271,2097409,'boss_teron_gorefiend',12340),(22873,0,0,0,0,0,21159,21160,0,0,'Coilskar General','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,20,3000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,22873,0,0,0,0,0,0,0,0,40081,40080,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,28,1,1,0,0,0,0,0,0,0,167,1,545472511,0,'',12340),(22874,0,0,0,0,0,21161,0,0,0,'Coilskar Harpooner','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,72,22874,0,0,0,0,0,0,0,0,40082,40083,40084,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,40,1,0,0,0,0,0,0,0,167,1,1025,0,'',12340),(22875,0,0,0,0,0,21162,21163,0,0,'Coilskar Sea-Caller','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,296,424,4,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,72,22875,0,0,0,0,0,0,0,0,40088,40090,0,0,0,0,0,0,0,0,7437,14229,'SmartAI',0,3,1,21,40,1,0,0,0,0,0,0,0,167,1,7491,0,'',12340),(22876,0,0,0,0,0,21164,0,0,0,'Coilskar Soothsayer','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,72,22876,0,0,0,0,0,0,0,0,40096,40097,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,40,1,0,0,0,0,0,0,0,167,1,1,0,'',12340),(22877,0,0,0,0,0,21165,21166,0,0,'Coilskar Wrangler','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,72,22877,0,0,0,0,0,0,0,0,15284,40066,40076,0,0,0,0,0,0,0,7479,14311,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,167,1,545470463,0,'',12340),(22878,0,0,0,0,0,20609,0,0,0,'Aqueous Lord','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,3,314,30,1500,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,4,72,22878,0,0,0,0,0,0,0,0,40099,40100,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,42,1,1,0,0,0,0,0,0,0,167,1,545472511,0,'',12340),(22880,0,0,0,0,0,21367,21368,0,0,'Shadowmoon Champion','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,72,22880,22880,0,0,0,0,0,0,0,41053,41063,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,31.5,1,1,0,0,0,0,0,0,0,0,1,545468415,0,'',12340),(22881,0,0,0,0,0,5563,0,0,0,'Aqueous Surger','',NULL,0,70,70,1,1813,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,4,72,22881,0,0,0,0,0,0,0,0,40095,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10.5,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(22882,0,0,0,0,0,21373,0,0,0,'Shadowmoon Deathshaper','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,304,436,0,296,20,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,72,22882,0,0,0,0,0,0,0,0,41069,41070,13787,41071,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,0,1,257,0,'',12340),(22883,0,0,0,0,0,5492,0,0,0,'Aqueous Spawn','',NULL,0,70,72,1,1813,0,1,1.14286,1,1,307,438,3,314,15,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,4,72,22883,0,0,0,0,0,0,0,0,40102,40106,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6.3,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(22884,0,0,0,0,0,17528,0,0,0,'Leviathan','',NULL,0,72,72,1,1834,0,1,1.14286,1,1,307,438,0,314,20,600,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,1,72,22884,0,70066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,52.5,1,1,0,0,0,0,0,0,0,167,1,545470463,0,'',12340),(22885,0,0,0,0,0,21457,0,0,0,'Dragon Turtle','Coilskar Harpooner\'s Pet',NULL,0,70,70,1,1813,0,1,1.14286,1,1,252,357,0,304,10,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,1,72,22885,0,0,0,0,0,0,0,0,40086,40087,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10.5,1,1,0,0,0,0,0,0,0,116,1,1025,0,'',12340),(22887,0,0,0,0,0,21174,0,0,0,'High Warlord Naj\'entus','',NULL,0,73,73,1,1813,0,1.2,1.14286,1,3,316,450,0,320,70,2000,2000,1,32832,2048,0,0,0,0,0,0,278,413,58,7,108,22887,0,0,0,0,0,0,0,0,39837,39836,39878,39872,0,0,0,0,0,0,661014,1264714,'',0,3,1,350,1,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'boss_najentus',12340),(22890,0,0,0,0,0,19113,0,0,0,'First Fragment Guardian','',NULL,0,70,70,1,14,0,1.2,1.14286,1,1,252,357,0,304,7.5,1500,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,22890,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,24514,0,0,0,0,0,126,1,0,0,'',12340),(22891,0,0,0,0,0,19113,0,0,0,'Second Fragment Guardian','',NULL,0,70,70,1,14,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,22891,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,24487,0,0,0,0,0,126,1,0,0,'',12340),(22892,0,0,0,0,0,19113,0,0,0,'Third Fragment Guardian','',NULL,0,70,70,1,14,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,22892,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,24488,0,0,0,0,0,126,1,0,0,'',12340),(22893,0,0,0,0,0,12829,0,0,0,'Wodin the Troll-Servant','',NULL,0,64,64,1,35,2,1.1,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22898,0,0,0,0,0,21145,0,0,0,'Supremus','',NULL,0,73,73,1,16,0,2.4,2.14286,1,3,316,450,0,320,70,1500,2000,1,32832,2048,0,0,0,0,0,0,278,413,58,3,108,22898,0,0,0,210,0,0,0,0,40126,40276,46587,41581,0,0,0,0,0,0,1139971,2181097,'',0,3,1,420,100,1,0,0,0,0,0,0,0,192,1,650854271,2097153,'boss_supremus',12340),(22899,0,0,0,0,0,21132,0,0,0,'Protectorate Advisor Rahim','The Protectorate',NULL,8576,70,70,1,1795,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22905,0,0,0,0,0,17035,11686,0,0,'Outland Children\'s Week Exodar 02 Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cw_area_trigger',12340),(22917,0,0,0,0,0,21135,0,0,0,'Illidan Stormrage','The Betrayer',NULL,0,73,73,1,1882,0,2,1.6,1,3,313,448,0,302,70,1500,2000,2,768,2048,0,0,0,0,0,0,276,411,44,3,108,22917,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,798439,1527647,'',0,3,1,560,1,1,0,0,0,0,0,0,0,188,1,650854271,2097185,'boss_illidan_stormrage',12340),(22918,0,0,0,0,0,11686,0,0,0,'Gronn Showdown Bunny','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22922,0,0,0,0,0,5441,0,0,0,'Innkeeper Aelerya','Innkeeper',NULL,9868,70,70,0,1660,65537,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(22924,0,0,0,0,0,21136,0,0,0,'Arthorn Windsong','',NULL,8615,70,70,1,1660,3,1.11,1.14286,1,0,234,331,0,286,1,1660,1826,2,33536,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,439,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22939,0,0,0,0,0,21449,21450,21451,21533,'Temple Concubine','',NULL,0,70,70,1,1813,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,72,22939,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6866,13136,'SmartAI',0,3,1,3.15,10,1,0,0,0,0,0,0,0,144,1,1089,0,'',12340),(22940,0,0,0,0,0,19905,0,0,0,'Grok','',NULL,8619,65,65,1,35,3,1.6,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),(22945,0,0,0,0,0,21372,0,0,0,'Shadowmoon Blood Mage','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,304,436,0,296,20,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,72,22945,0,0,0,0,0,0,0,0,41072,41068,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,17.5,10,1,0,0,0,0,0,0,0,0,1,257,0,'',12340),(22947,0,0,0,0,0,21252,0,0,0,'Mother Shahraz','',NULL,0,73,73,1,1813,0,1.2,1.14286,1,3,313,448,0,302,50,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,3,108,22947,0,0,0,0,0,0,0,0,40823,26662,40827,40859,0,0,0,0,0,0,662307,1267187,'',0,3,1,525,100,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'boss_mother_shahraz',12340),(22948,0,0,0,0,0,21443,0,0,0,'Gurtogg Bloodboil','',NULL,0,73,73,1,1813,0,1.2,1.14286,1,3,316,450,0,320,70,2000,2000,1,32832,2048,0,0,0,0,0,0,278,413,58,7,108,22948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670248,1282382,'',0,3,1,525,1,1,0,0,0,0,0,0,0,190,1,650854271,2097153,'boss_gurtogg_bloodboil',12340),(22949,0,0,0,0,0,21416,0,0,0,'Gathios the Shatterer','',NULL,0,73,73,1,1813,0,1.2,1.14286,1,3,313,448,0,302,70,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,7,76,22949,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230107,440263,'',0,3,1,175,100,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'boss_gathios_the_shatterer',12340),(22950,0,0,0,0,0,21417,0,0,0,'High Nethermancer Zerevor','',NULL,0,73,73,1,1813,0,1.2,1.14286,1,3,313,448,0,302,70,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,7,108,22950,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210895,403505,'',0,3,1,175,100,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'boss_high_nethermancer_zerevor',12340),(22951,0,0,0,0,0,21419,21420,0,0,'Lady Malande','',NULL,0,73,73,1,1813,0,1.2,1.14286,1,3,313,448,0,302,70,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,7,76,22951,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227180,434662,'',0,3,1,175,100,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'boss_lady_malande',12340),(22952,0,0,0,0,0,21418,0,0,0,'Veras Darkshadow','',NULL,0,70,70,1,1813,0,1.2,1.14286,1,3,252,357,0,304,40,1000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,76,22952,0,0,0,75,75,75,75,75,0,0,0,0,0,0,0,0,0,0,226983,434285,'',0,3,1,175,100,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'boss_veras_darkshadow',12340),(22953,0,0,0,0,0,21151,0,0,0,'Wrathbone Flayer','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,72,22953,0,0,0,0,0,0,0,0,15496,39544,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,35,1,1,0,0,0,0,0,0,0,0,1,8912912,0,'',12340),(22954,0,0,0,0,0,18753,0,0,0,'Illidari Fearbringer','',NULL,0,72,72,1,90,0,1.71,1.14286,1,1,307,438,0,314,20,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,3,72,22954,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7614,14568,'SmartAI',0,3,1,52.5,1,1,0,0,0,0,0,0,0,150,1,1,0,'',12340),(22955,0,0,0,0,0,21452,21453,21454,21534,'Charming Courtesan','',NULL,0,70,70,1,1813,0,1,1.14286,1,1,234,331,0,286,20,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,72,22955,22955,0,0,0,0,0,0,0,41346,0,0,0,0,0,0,0,0,0,7697,14725,'SmartAI',0,3,1,3.15,10,1,0,0,0,0,0,0,0,144,1,66561,0,'',12340),(22960,0,0,0,0,0,21216,0,0,0,'Dragonmaw Wyrmcaller','',NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,72,22960,22960,0,0,0,0,0,0,0,15284,40895,40892,0,0,0,0,0,0,0,6872,13146,'SmartAI',0,3,1,24.5,10,1,0,0,0,0,0,0,0,0,1,545470459,0,'',12340),(22963,0,0,0,0,0,21535,21536,21537,0,'Bonechewer Worker','',NULL,0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,10,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,72,22963,0,0,0,0,0,0,0,0,40844,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,3.15,10,1,0,0,0,0,0,0,0,0,1,545472511,0,'',12340),(22972,0,0,0,0,0,4877,0,0,0,'Cenarion Sparrowhawk','',NULL,0,2,2,0,7,0,1.125,1.14286,1,0,2,3,0,25,1,2000,1900,2,0,2048,0,0,0,0,0,0,1,2,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22974,0,0,0,0,0,4449,19595,0,0,'Invis Sparrowhawk Origin','',NULL,0,1,1,1,190,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22980,0,0,0,0,0,21459,21182,21194,21184,'Skyguard Scout','',NULL,0,70,70,1,1856,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(22982,0,0,0,0,0,21169,21183,0,0,'Skyguard Navigator','',NULL,0,70,70,1,1856,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22985,0,0,0,0,0,7935,0,0,0,'Bradford Bridenbecker','',NULL,0,1,1,0,12,0,0.4,0.71429,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,89,1,0,2,'',12340),(22987,0,0,0,0,0,21152,21155,21158,21156,'Skyguard Nether Ray','',NULL,0,69,70,0,1856,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(22991,0,0,0,0,0,16480,17612,0,0,'Monstrous Kaliri Egg Trigger','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23016,0,0,0,0,0,21458,0,0,0,'Skyguard Handler','',NULL,0,70,70,1,1856,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23022,0,0,0,23450,0,21195,0,0,0,'Gordunni Soulreaper','',NULL,0,70,71,1,45,0,1,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,0,23022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,5600,'SmartAI',0,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23028,0,0,0,0,0,21538,21539,0,0,'Bonechewer Taskmaster','',NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,72,23028,0,0,0,0,0,0,0,0,40851,40845,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,0,1,545472511,0,'',12340),(23029,0,0,0,0,0,21213,0,0,0,'Talonsworn Forest-Rager','',NULL,0,71,72,1,14,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,4,256,23029,0,80002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23030,0,0,0,0,0,21543,21544,0,0,'Dragonmaw Sky Stalker','',NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,2120,23030,0,0,0,0,0,0,0,0,40872,6660,0,0,0,0,0,0,0,0,6933,13263,'SmartAI',0,5,1,24.5,10,1,0,0,0,0,0,0,0,0,1,545472511,0,'',12340),(23038,0,0,0,0,0,21215,0,0,0,'Sky Commander Adaris','',NULL,8753,70,70,1,1856,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23042,0,0,0,0,0,21227,0,0,0,'Severin','Skyguard Medic',NULL,0,70,70,1,1856,2,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23048,0,0,0,0,0,21228,0,0,0,'Sky Sergeant Doryn','',NULL,8630,70,70,1,1856,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23050,0,0,0,0,0,79,0,0,0,'Little Noah','',NULL,8631,5,5,0,12,1,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23051,0,0,0,0,0,21396,0,0,0,'Monstrous Kaliri','',NULL,0,70,70,1,1881,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,26,0,0,0,0,215,320,44,1,0,23051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,33838,0,0,0,0,0,268,1,0,0,'',12340),(23066,0,0,0,0,0,17865,0,0,0,'Talonpriest Ishaal','',NULL,0,71,71,1,1860,0,1,1.14286,1,0,255,373,0,137,1,1600,2000,8,0,2048,0,0,0,0,0,0,240,358,31,6,64,23066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(23079,0,0,0,0,0,21239,0,0,0,'Peacekeeper Jadaar','',NULL,0,70,70,1,1741,1,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23082,0,0,0,0,0,11373,11686,0,0,'Legion Flak Cannon','',NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23086,0,0,0,0,0,1141,1418,0,0,'Sewer Rat','',NULL,0,1,1,0,31,0,1,1.14286,1,0,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(23127,0,0,0,0,0,21265,0,0,0,'Farseer Javad','Shaman Trainer',NULL,7357,50,50,0,1638,51,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,33280,2048,0,0,0,0,7,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23147,0,0,0,0,0,21375,21376,21377,0,'Shadowmoon Grunt','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,10,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,72,23147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6854,13114,'',0,3,1,3.15,1,1,0,0,0,0,0,0,0,0,1,257,0,'',12340),(23151,0,0,0,0,0,21287,0,0,0,'The Rulkster','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23162,0,0,0,0,0,20837,0,0,0,'Vakkiz the Windrager','',NULL,0,72,72,1,14,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,1,0,23162,0,0,0,0,0,0,0,0,40420,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,3,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(23165,0,0,0,0,0,20903,0,0,0,'Karrog','',NULL,0,72,72,1,14,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,5,512,23165,0,80101,0,0,0,0,0,0,40488,40416,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,3,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(23172,0,0,0,0,0,20381,0,0,0,'Hand of Gorefiend','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,72,23172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7171,13719,'SmartAI',0,3,1,24.5,1,1,0,0,0,0,0,0,0,0,1,257,256,'',12340),(23175,23182,0,0,0,0,18247,18248,18249,18250,'Tarren Mill Guardsman','',NULL,0,70,70,1,1748,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23176,23181,0,0,0,0,18247,18248,18249,18250,'Tarren Mill Guardsman','',NULL,0,70,70,1,1748,0,1.2,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23177,23184,0,0,0,0,18252,18262,18264,18263,'Tarren Mill Lookout','',NULL,0,67,67,1,1748,0,1.2,1.14286,1,1,204,287,0,272,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23178,23183,0,0,0,0,18252,18262,18264,18263,'Tarren Mill Lookout','',NULL,0,67,67,1,1748,0,1.2,1.14286,1,1,204,287,0,272,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23179,23186,0,0,0,0,18265,18266,18267,18268,'Tarren Mill Protector','',NULL,0,67,67,1,1748,0,1.2,1.14286,1,1,204,287,0,272,4.6,3000,2000,2,32832,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23204,0,0,0,23162,0,21296,0,0,0,'Vakkiz the Windrager','',NULL,0,72,72,1,14,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,3,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(23207,0,0,0,0,0,21214,0,0,0,'Skettis Assassin','',NULL,0,71,72,1,1860,0,1,1.14286,1,0,307,438,0,314,1,1300,2000,1,33024,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23219,0,0,0,0,0,19998,0,0,0,'Blackwind Warp Chaser','',NULL,0,69,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,32,0,0,0,0,215,320,44,1,1,23219,0,70161,0,0,0,0,0,0,32920,32739,32942,37417,0,0,0,0,12933,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23257,0,0,0,0,0,21169,21182,21194,21184,'Skyguard Windcharger','',NULL,0,71,73,1,1870,0,1.1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,12024,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,188,1,0,32768,'',12340),(23263,0,0,0,0,0,21389,0,0,0,'Brendan Turner','Meat Vendor',NULL,0,53,53,0,1818,640,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,33024,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23270,0,0,0,0,0,17903,0,0,0,'Vindicator Aeus','',NULL,0,70,70,1,1743,2,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23271,0,0,0,0,0,17904,0,0,0,'Vindicator Kaan','',NULL,0,70,70,1,1743,2,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23272,0,0,0,0,0,17893,0,0,0,'Arcanist Savan','',NULL,0,70,70,1,1744,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23273,0,0,0,0,0,17892,0,0,0,'Arcanist Raestan','',NULL,0,60,61,1,1744,2,1,1.14286,1,0,152,210,0,244,1,2000,2000,2,33024,2048,0,0,0,0,0,0,120,179,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23306,0,0,0,0,0,18634,0,0,0,'Hazzik','',NULL,8667,70,70,1,35,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23330,0,0,0,0,0,21546,21547,0,0,'Dragonmaw Wind Reaver','',NULL,0,71,71,1,62,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,2120,23330,0,0,0,0,0,0,0,0,40875,40876,40877,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,5,1,24.5,15,1,0,0,0,0,0,0,0,0,1,545472511,0,'',12340),(23337,0,0,0,0,0,18251,0,0,0,'Illidari Centurion','',NULL,0,72,72,1,1813,0,1.71,1.14286,1,1,307,438,0,314,20,2400,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,3,72,23337,0,0,0,0,0,0,0,0,15284,41168,0,0,0,0,0,0,0,0,7260,13890,'SmartAI',0,3,1,28,10,1,0,0,0,0,0,0,0,169,1,545468415,0,'',12340),(23339,0,0,0,0,0,11342,0,0,0,'Illidari Heartseeker','',NULL,0,71,71,1,1813,0,1.71,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,72,23339,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7237,13845,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,151,1,1,0,'',12340),(23363,0,0,0,0,0,18634,0,0,0,'Sahaak','Keeper of Scrolls',NULL,8683,70,70,1,35,129,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23367,0,0,0,0,0,21436,0,0,0,'Grella','Skyguard Quartermaster',NULL,0,70,70,1,1856,4224,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23378,0,0,0,0,0,5187,14501,0,0,'Simon Game Bunny Large','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23381,0,0,0,0,0,21445,0,0,0,'Tydormu','Keeper of Lost Artifacts',NULL,0,64,64,1,1778,4224,1.2,1.14286,1,0,194,274,0,272,7.5,2000,2000,1,33024,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23383,0,0,0,0,0,21184,21169,21194,21182,'Skyguard Prisoner','',NULL,0,70,70,1,1856,2,1.1,1,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23291,0,0,0,0,0,21403,0,0,0,'Chief Overseer Mudlump','Beater of Peons',NULL,8665,70,70,1,1865,2,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23411,0,0,0,0,0,21475,0,0,0,'Spirit of Olum','',NULL,8750,70,70,0,1820,1,1,1.14286,1,0,234,331,0,286,7.5,2000,2000,2,33280,2048,0,0,0,0,0,0,198,295,33,7,8,0,0,0,0,0,0,0,0,0,40536,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23415,0,0,0,0,0,21478,0,0,0,'Skyguard Handler Deesak','',NULL,8719,70,70,1,1856,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_taxi',12340),(23418,0,0,0,0,0,21483,0,0,0,'Essence of Suffering','',NULL,0,73,73,1,1849,0,1.2,1.14286,1,3,316,450,0,320,7.5,1000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,10,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,210,1,1,0,0,0,0,0,0,0,164,1,650854271,2097153,'boss_essence_of_suffering',12340),(23419,0,0,0,0,0,21485,0,0,0,'Essence of Desire','',NULL,0,73,73,1,1849,0,1.2,1.14286,1,3,316,450,0,320,70,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,10,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,280,1,1,0,0,0,0,0,0,0,164,1,650854271,2097153,'boss_essence_of_desire',12340),(23420,0,0,0,0,0,21484,0,0,0,'Essence of Anger','',NULL,0,73,73,1,1849,0,1.2,1.14286,1,3,316,450,0,320,70,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,10,108,23420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,665417,1273137,'',0,3,1,280,1,1,0,0,0,0,0,0,0,164,1,650854271,2097153,'boss_essence_of_anger',12340),(23421,0,0,0,0,0,21594,0,0,0,'Ashtongue Channeler','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,255,373,0,137,7.5,1600,2000,8,33587200,0,0,0,0,0,0,0,240,358,31,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,17.5,10,1,0,0,0,0,0,0,0,164,1,650854271,0,'',12340),(23433,0,0,0,0,0,21504,0,0,0,'Barthamus','',NULL,0,73,73,1,35,2,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33536,2048,0,0,0,0,0,0,278,413,58,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23434,0,0,0,0,0,21505,0,0,0,'Commander Hobb','',NULL,0,71,71,1,1876,2,1,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23435,0,0,0,0,0,21506,21509,21510,21511,'Sanctum Defender','',NULL,0,68,70,1,1876,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23437,0,0,0,0,0,21508,0,0,0,'Indormi','Keeper of Ancient Gem Lore',NULL,0,70,70,1,1778,129,1.2,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23440,0,0,0,0,0,20892,20893,0,0,'Dragonmaw Skybreaker','',NULL,0,70,70,1,1877,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23443,0,0,0,0,0,21505,21342,0,0,'Dragonmaw Raid Credit Marker (Scryers)','',NULL,0,71,71,1,1876,2,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,33587968,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23446,0,0,0,0,0,21512,0,0,0,'Lieutenant Tristia','Armor Quartermaster',NULL,0,65,65,1,1638,128,1.1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23449,0,0,0,0,0,21514,0,0,0,'Yuula','Recruitment Officer',NULL,0,70,70,1,1856,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23461,0,0,0,0,0,21521,0,0,0,'Suraku','',NULL,8741,70,70,1,35,3,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(23462,0,0,0,0,0,21525,0,0,0,'Jorus','',NULL,8738,70,70,1,35,3,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(23463,0,0,0,0,0,21520,0,0,0,'Onyxien','',NULL,8740,70,70,1,35,3,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(23464,0,0,0,0,0,21523,0,0,0,'Malfas','',NULL,8739,70,70,1,35,3,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(23465,0,0,0,0,0,21522,0,0,0,'Zoya','',NULL,8743,70,70,1,35,3,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(23466,0,0,0,0,0,21524,0,0,0,'Voranaku','',NULL,8742,70,70,1,35,3,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(23483,0,0,0,0,0,21572,0,0,0,'Arcanist Xorith','Scryer Apothecary',NULL,8752,70,70,1,1744,129,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_shattrathflaskvendors',12340),(23484,0,0,0,0,0,21573,0,0,0,'Haldor the Compulsive','Aldor Apothecary',NULL,8751,70,70,1,1743,129,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_shattrathflaskvendors',12340),(24003,0,0,0,0,0,21973,0,0,0,'Spectral Tiger','',NULL,0,1,2,0,35,0,1.36,1.14286,1,0,2,2,0,26,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24004,0,0,0,0,0,21974,0,0,0,'Swift Spectral Tiger','',NULL,0,1,2,0,35,0,1.36,1.14286,1,0,2,2,0,26,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(23320,0,0,0,0,0,20138,0,0,0,'Netherwing Ally','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,25055,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23489,0,0,0,0,0,21375,0,0,0,'Drake Dealer Hurlunk','',NULL,8754,70,70,1,1865,129,1.125,1.14286,1,0,252,357,0,304,1,1435,1684,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_drake_dealer_hurlunk',12340),(22997,0,0,0,0,0,20431,0,0,0,'Flame of Azzinoth','',NULL,0,73,73,1,14,0,0.68,1.14286,1,3,316,450,2,320,35,1620,1782,1,0,2048,0,0,0,0,0,0,278,413,58,3,100,0,0,0,0,0,0,0,0,0,0,40631,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,105,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'',12340),(21714,0,0,0,0,0,11686,0,0,0,'[DND]Mok\'Nathal Wand 2','',NULL,0,55,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21715,0,0,0,0,0,11686,0,0,0,'[DND]Mok\'Nathal Wand 3','',NULL,0,60,65,1,35,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21716,0,0,0,0,0,11686,0,0,0,'[DND]Mok\'Nathal Wand 4','',NULL,0,65,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23258,0,0,0,0,0,21382,0,0,0,'Egbert','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(17207,0,0,0,0,0,5450,0,0,0,'Naias','',NULL,0,37,37,0,91,0,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,0,2048,0,0,0,0,0,0,33,48,11,4,0,17207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,23681,0,0,0,0,0,0,1,0,0,'',12340),(17809,0,0,0,0,0,17258,0,0,0,'Champion Bloodwrath','Blood Knight',NULL,0,20,20,0,1604,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,0,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17810,0,0,0,0,0,17259,0,0,0,'Champion Lightrend','Blood Knight',NULL,0,20,20,0,1604,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,0,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.55,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17811,0,0,0,0,0,17260,0,0,0,'Champion Swiftblade','Blood Knight',NULL,0,20,20,0,1604,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,0,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17812,0,0,0,0,0,17261,0,0,0,'Champion Sunstriker','Blood Knight',NULL,0,20,20,0,1604,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,0,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20923,20993,0,0,0,0,17725,0,0,0,'Blood Guard Porung','',NULL,0,72,72,1,16,0,1.6,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,32,20923,0,0,0,0,0,0,0,0,15496,0,0,0,0,0,0,0,0,0,1000,4658,'SmartAI',0,3,1,14,1,1,0,0,0,0,0,0,0,0,1,1,1,'',12340),(22834,0,0,0,0,0,21107,0,0,0,'Clintar Dreamwalker','',NULL,8569,70,70,1,994,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,37632,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22837,0,0,0,0,0,21111,0,0,0,'Dreamwarden Lurosa','',NULL,0,71,71,1,994,2,1.1,1.14286,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,752,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22932,0,0,0,0,0,21140,0,0,0,'Sai\'kkal the Elder','',NULL,8616,70,70,1,190,1,1.11,1.14286,1,0,234,331,0,286,1,1660,1826,2,2,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,848,848,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22981,0,0,0,0,0,21172,0,0,0,'Watcher Elaira','',NULL,0,70,70,1,1660,2,1.11,1.14286,1,0,234,331,0,286,1,1660,1826,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,800,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22979,0,0,0,0,0,4877,0,0,0,'Wild Sparrowhawk','',NULL,0,70,70,1,14,0,1.125,1.14286,1,0,234,331,0,286,1,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,193,1,0,0,'',12340),(23036,0,0,0,0,0,4877,0,0,0,'Captive Sparrowhawk','',NULL,0,70,70,1,35,0,1.125,1.14286,1,0,234,331,0,286,1,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,185,1,0,0,'',12340),(22993,0,0,0,0,0,20874,0,0,0,'Guardian of the Eagle','',NULL,0,71,71,1,1738,0,1.125,1.14286,1,0,296,424,0,290,1,1400,1900,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,22993,0,0,0,375,375,375,375,375,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,32355,0,0,0,0,0,0,1,0,0,'',12340),(23338,0,0,0,0,0,4877,0,0,0,'Arthorn\'s Sparrowhawk','',NULL,0,2,2,0,7,2,1.125,1.14286,1,0,2,3,0,25,1,1,1,2,0,2048,0,0,0,0,0,0,1,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22994,0,0,0,0,0,21173,0,0,0,'Guardian of the Falcon','',NULL,0,71,71,1,1738,0,1.125,1.14286,1,0,255,373,0,137,1,1400,1900,8,0,2048,0,0,0,0,0,0,240,358,31,7,0,22994,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,8,1,0,32357,0,0,0,0,0,0,1,0,0,'',12340),(22992,0,0,0,0,0,20154,0,0,0,'Guardian of the Hawk','',NULL,0,71,71,1,1738,0,1.125,1.14286,1,0,299,426,0,308,1,1400,1900,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,22992,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,7,1,1,0,32356,0,0,0,0,0,0,1,0,0,'',12340),(23002,0,0,0,0,0,21181,0,0,0,'Rizzle Sprysprocket','',NULL,0,70,70,1,35,1,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,107,1,0,2,'npc_rizzle_sprysprocket',12340),(22931,0,0,0,0,0,21139,0,0,0,'Gorrim','Emerald Circle Flight Master',NULL,0,65,65,0,35,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15666,0,0,0,0,0,15672,0,0,0,'Blue Qiraji Battle Tank','',NULL,0,1,2,0,35,0,1.36,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(14443,0,0,0,0,0,11686,0,0,0,'Doomguard Tap Trigger','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15214,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(15383,0,0,0,0,0,15441,0,0,0,'Sergeant Stonebrow','Copper Bar Collector',NULL,0,56,56,0,55,3,1.1,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15431,0,0,0,0,0,15442,0,0,0,'Corporal Carnes','Iron Bar Collector',NULL,0,58,58,0,12,3,1.1,1.14286,1,1,100,132,0,242,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15432,0,0,0,0,0,15443,0,0,0,'Dame Twinbraid','Thorium Bar Collector',NULL,0,60,60,0,55,3,1.1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15434,0,0,0,0,0,15445,0,0,0,'Private Draxlegauge','Stranglekelp Collector',NULL,0,56,56,0,875,3,1.1,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15437,0,0,0,0,0,15447,0,0,0,'Master Nightsong','Purple Lotus Collector',NULL,0,58,58,0,80,3,1.1,1.14286,1,1,100,132,0,242,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15445,0,0,0,0,0,15449,0,0,0,'Sergeant Major Germaine','Arthas\' Tears Collector',NULL,0,60,60,0,12,3,1.1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15446,0,0,0,0,0,15450,0,0,0,'Bonnie Stoneflayer','Light Leather Collector',NULL,0,56,56,0,55,3,1.1,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15448,0,0,0,0,0,15451,0,0,0,'Private Porter','Medium Leather Collector',NULL,0,58,58,0,12,3,1.1,1.14286,1,1,100,132,0,242,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15450,0,0,0,0,0,15453,0,0,0,'Marta Finespindle','Thick Leather Collector',NULL,0,60,60,0,875,3,1.1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15451,0,0,0,0,0,15454,0,0,0,'Sentinel Silversky','Linen Bandage Collector',NULL,0,56,56,0,80,3,1.1,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15452,0,0,0,0,0,15455,0,0,0,'Nurse Stonefield','Silk Bandage Collector',NULL,0,58,58,0,12,3,1.1,1.14286,1,1,100,132,0,242,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15453,0,0,0,0,0,15456,0,0,0,'Keeper Moonshade','Runecloth Bandage Collector',NULL,0,60,60,0,80,3,1.1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15455,0,0,0,0,0,15457,0,0,0,'Slicky Gastronome','Rainbow Fin Albacore Collector',NULL,0,56,56,0,875,3,1.1,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15456,0,0,0,0,0,15458,0,0,0,'Sarah Sadwhistle','Roast Raptor Collector',NULL,0,58,58,0,875,3,1.1,1.14286,1,1,100,132,0,242,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15457,0,0,0,0,0,15459,0,0,0,'Huntress Swiftriver','Spotted Yellowtail Collector',NULL,0,60,60,0,80,3,1.1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15485,0,0,0,0,0,4589,0,0,0,'Flametongue Totem V','',NULL,0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,52113,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15486,0,0,0,0,0,4589,0,0,0,'Frost Resistance Totem IV','','',0,1,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,25559,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15488,0,0,0,0,0,4587,0,0,0,'Healing Stream Totem VI','','',0,1,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,25566,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15490,0,0,0,0,0,4590,0,0,0,'Nature Resistance Totem IV','',NULL,0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,25573,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15520,0,0,0,0,0,15534,0,0,0,'O\'Reily','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15539,0,0,0,0,0,15548,0,0,0,'General Zog','Horde Ambassador',NULL,0,60,60,0,35,1,1.1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15663,0,0,0,0,0,15596,15598,15597,15599,'War Effort Volunteer','',NULL,0,30,30,0,55,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,36864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15701,0,0,0,0,0,15662,0,0,0,'Field Marshal Snowfall','War Effort Commander',NULL,0,60,60,0,55,3,1.1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15709,0,0,0,0,0,15670,0,0,0,'Master Sergeant Moonshadow','War Effort Recruiter',NULL,0,60,60,0,80,3,1.1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15720,0,0,0,0,0,15683,0,0,0,'Timbermaw Ancestor','',NULL,0,60,60,0,636,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,20295,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(15731,0,0,0,0,0,15707,15708,0,0,'Darnassus Commendation Officer','',NULL,0,55,55,0,80,3,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15733,0,0,0,0,0,15711,15712,0,0,'Gnomeregan Commendation Officer','',NULL,0,55,55,0,875,3,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15734,0,0,0,0,0,15714,15715,0,0,'Ironforge Commendation Officer','',NULL,0,55,55,0,55,3,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15735,0,0,0,0,0,15718,15719,0,0,'Stormwind Commendation Officer','',NULL,0,55,55,0,12,3,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17376,0,0,0,0,0,18783,13069,0,0,'Hellfire Raid Trigger','',NULL,0,60,60,1,114,0,1.3,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(17708,0,0,0,0,0,15923,0,0,0,'Living Ruby Serpent','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(18528,0,0,0,0,0,20306,0,0,0,'Xi\'ri','',NULL,8650,70,70,1,1741,3,1.1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,256,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,100,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21140,22172,0,0,17839,0,19326,0,0,0,'Rift Lord','',NULL,0,70,70,1,1720,0,1,1.42857,1,1,299,426,0,308,7.5,1449,2000,1,0,2048,0,0,0,0,0,0,262,389,48,2,0,17839,0,70065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2880,3766,'SmartAI',0,3,1,9,3,1,0,31753,0,0,0,0,0,144,1,2048,0,'',12340),(21166,0,0,0,0,0,19991,0,0,0,'Illidari Dreadlord','',NULL,0,71,71,1,1843,0,1,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,3,0,21166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,30451,0,0,0,0,0,151,1,0,0,'',12340),(21252,0,0,0,0,0,169,11686,0,0,'World Trigger (Not Immune PC)','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22515,0,0,0,0,0,169,16925,0,0,'World Trigger','',NULL,0,60,60,0,114,0,1,0.99206,1,0,104,138,0,252,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22833,0,0,0,0,0,17035,11686,0,0,'Outland Children\'s Week Dark Portal Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22857,0,0,0,0,0,18654,0,0,0,'Illidari Ravager','Servant of Illidan',NULL,0,70,70,1,1843,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22859,0,0,0,0,0,12334,0,0,0,'Shadowhoof Summoner','Servant of Illidan',NULL,0,69,69,1,1843,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,3,0,0,0,0,0,0,0,0,0,0,38386,13338,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22861,0,0,0,0,0,21128,21127,0,0,'Lightsworn Vindicator','',NULL,0,70,70,1,1854,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22862,0,0,0,0,0,17409,0,0,0,'Anchorite Caalen','',NULL,0,70,70,1,1854,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22863,0,0,0,0,0,18775,18941,0,0,'Seasoned Magister','',NULL,0,70,70,1,1855,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,33024,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22864,0,0,0,0,0,19119,0,0,0,'Fyra Dawnstar','',NULL,0,68,68,1,1855,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,33024,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22872,0,0,0,0,0,17035,11686,0,0,'Outland Children\'s Week Caverns of Time Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cw_area_trigger',12340),(22934,0,0,0,0,0,1126,11686,0,0,'Black Temple Battle Sensor','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22935,0,0,0,0,0,21142,0,0,0,'Suralais Farwind','Hippogryph Master',NULL,0,65,65,0,80,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22936,0,0,0,0,0,21143,0,0,0,'Auhula','Apprentice Hippogryph Master',NULL,0,30,30,0,1694,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22966,0,0,0,0,0,21128,21127,0,0,'Lightsworn Elekk Rider','',NULL,0,70,70,1,1854,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23033,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker (Floating)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23102,0,0,0,0,0,17519,17612,0,0,'Terokkar Trigger','',NULL,0,60,60,0,114,0,0.8,1.14286,1,0,104,138,0,252,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,45,1,0,130,'',12340),(23180,23185,0,0,0,0,18265,18266,18267,18268,'Tarren Mill Protector','',NULL,0,67,67,1,1748,0,1,1.14286,1,1,204,287,0,272,7.5,3000,2000,2,32832,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23268,0,0,0,0,0,17956,0,0,0,'Seer Jovar','',NULL,8663,67,67,0,1722,3,1,1,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23326,0,0,0,0,0,20284,0,0,0,'Nethermine Ravager','',NULL,0,70,70,1,16,0,1,0.992063,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,31,0,0,0,0,215,320,44,1,1,23326,0,70165,0,0,0,0,0,0,32732,13443,33810,0,0,0,0,0,13028,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23373,0,0,0,0,0,21440,0,0,0,'Mortog Steamhead','',NULL,8692,70,70,1,1660,4225,1,1,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_mortog_steamhead',12340),(23396,0,0,0,0,0,21462,0,0,0,'Krixel Pinchwhistle','Brutal Arena Vendor',NULL,8710,70,70,1,35,129,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23409,0,0,0,0,0,1126,15880,0,0,'Invisible Stalker - Large AOI (Scale x3)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23452,0,0,0,0,0,21519,0,0,0,'Commander Arcus','',NULL,0,71,71,1,1875,2,1,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,38370,41448,41440,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23454,0,0,0,0,0,21505,21342,0,0,'Dragonmaw Raid Credit Marker (Aldor)','',NULL,0,71,71,1,1875,2,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,33587968,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23534,0,0,0,0,0,21604,0,0,0,'Babagaya Shadowcleft','Warlock Trainer',NULL,1522,60,60,0,35,51,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,768,2048,0,0,0,0,9,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23535,0,0,0,0,0,21605,0,0,0,'Matero Zeshuwal','',NULL,0,60,60,0,35,2,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,768,2048,0,0,0,0,9,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23536,0,0,0,0,0,14255,0,0,0,'Nagulon','Matero Zeshuwal\'s Minion',NULL,0,60,60,0,35,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,33536,2048,0,0,0,0,0,0,101,167,24,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,0.77,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(23699,0,0,0,0,0,21697,0,0,0,'Kevin Browning','Coffee Aficionado',NULL,8774,61,61,1,35,641,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,768,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23719,0,0,0,0,0,21703,0,0,0,'Investigator Asric','',NULL,0,70,70,1,1744,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17910,0,0,0,0,0,17314,0,0,0,'Gregor the Justiciar','Order of the Silver Hand',NULL,0,60,60,0,123,0,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17911,0,0,0,0,0,17315,0,0,0,'Cathela the Seeker','Order of the Silver Hand',NULL,0,60,60,0,123,0,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17912,0,0,0,0,0,17316,0,0,0,'Nemas the Arbiter','Order of the Silver Hand',NULL,0,60,60,0,123,0,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17913,0,0,0,0,0,17317,0,0,0,'Aelmar the Vanquisher','Order of the Silver Hand',NULL,0,60,60,0,123,0,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17914,0,0,0,0,0,17318,0,0,0,'Vicar Hieronymus','Order of the Silver Hand',NULL,0,60,60,0,123,0,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22986,0,0,0,0,0,20570,17188,0,0,'Skettis - Invis Raven Stone','',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23035,0,0,0,0,0,21492,0,0,0,'Anzu','',NULL,0,72,72,1,14,0,1.48,1.14286,2,1,304,436,0,296,7.5,1400,1900,2,0,2048,0,0,0,0,0,0,268,399,40,10,64,23035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,40,10,1,0,0,0,0,0,0,0,0,1,617299803,1,'boss_anzu',12340),(19,0,0,0,0,0,6074,0,0,0,'Benny Questgiver','NPC',NULL,0,20,20,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(29,0,0,0,25499,0,25275,0,0,0,'Kanrethad','Master of Death',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1250,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31,0,0,0,0,0,145,0,0,0,'Furbolg','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(49,0,0,0,0,0,159,0,0,0,'Lesser Succubus','',NULL,0,20,20,0,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(55,0,0,0,0,0,17,0,0,0,'Mean Ed the Blacksmith','',NULL,0,20,20,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(62,0,0,0,0,0,26,0,0,0,'Gug Fatcandle','',NULL,0,4,4,0,26,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(65,0,0,0,0,0,13,0,0,0,'Peasant Woman','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(71,0,0,0,0,0,137,0,0,0,'Rankist','',NULL,0,5,7,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(73,0,0,0,0,0,15,0,0,0,'Veraina the Apothecary','Questgiver',NULL,0,40,40,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(82,0,0,0,0,0,16,0,0,0,'Crazy Leonetti','',NULL,0,7,7,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(87,0,0,0,0,0,167,0,0,0,'Forest Troll Berserker','',NULL,0,2,4,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(90,0,0,0,0,0,791,0,0,0,'Sea Giant','',NULL,0,40,40,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(93,0,0,0,0,0,172,0,0,0,'Centaur','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(102,0,0,0,0,0,177,0,0,0,'Bronze Dragonspawn','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(105,0,0,0,0,0,178,0,0,0,'Tall Strider','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,12,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(106,0,0,0,0,0,179,0,0,0,'Kodo Beast','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(107,0,0,0,0,0,180,0,0,0,'Raptor','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,11,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(108,0,0,0,0,0,181,0,0,0,'Green Dragonspawn','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(109,0,0,0,0,0,182,0,0,0,'White Dragonspawn','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(111,0,0,0,0,0,20,0,0,0,'Priest','',NULL,0,3,4,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(112,0,0,0,0,0,14,0,0,0,'Priestess','',NULL,0,3,4,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(120,0,0,0,0,0,366,0,0,0,'Forest Stalker','',NULL,0,9,10,0,22,0,1.2,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,3,0,0,0,0,9,13,0,1,1,0,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,5884,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(129,0,0,0,0,0,138,0,0,0,'Angry Programmer Tweedle Dum','',NULL,0,50,75,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(130,0,0,0,0,0,62,0,0,0,'Programmer Vendor','',NULL,0,62,62,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(153,0,0,0,0,0,14947,0,0,0,'Bethina','Baby Murloc Redemption Merchant',NULL,0,35,35,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(192,0,0,0,0,0,195,0,0,0,'Ice Troll','',NULL,0,62,62,0,37,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(201,0,0,0,0,0,11400,0,0,0,'Brittlebones Skeleton','',NULL,0,1,1,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(211,0,0,0,0,0,415,0,0,0,'Ogre','',NULL,0,29,30,0,45,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(221,0,0,0,0,0,23,0,0,0,'Dannus','Merchant',NULL,0,17,17,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(224,0,0,0,0,0,20,0,0,0,'Zek Marston','Weapon Peddler',NULL,0,15,15,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(229,0,0,0,0,0,17,0,0,0,'Vaious','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(230,0,0,0,0,0,4335,0,0,0,'Thornton Fellwood','Woodcrafter',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(242,0,0,0,0,0,214,0,0,0,'Horras Brackwell','',NULL,0,10,10,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(262,0,0,0,0,0,433,0,0,0,'Half-eaten body','',NULL,0,1,1,0,1732,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(280,0,0,0,0,0,68,0,0,0,'Placeholder - Jasperlode Mine','Area Trigger',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(281,0,0,0,0,0,139,0,0,0,'Kobold Tank','',NULL,0,7,8,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(282,0,0,0,0,0,139,0,0,0,'Kobold Spellcaster','',NULL,0,7,8,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(283,0,0,0,0,0,139,0,0,0,'Kobold Healer','',NULL,0,7,8,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(286,0,0,0,0,0,346,0,0,0,'Old Rotten Gill','',NULL,0,11,11,0,18,0,1.2,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,14,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(287,0,0,0,0,0,68,0,0,0,'Placeholder - Darkhollow Mine','',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(290,0,0,0,0,0,68,0,0,0,'Placeholder - Fargodeep Mine','Area Trigger',NULL,0,13,14,0,12,0,1.2,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,3,0,0,0,0,0,0,0,0,0,0,7159,6713,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(291,0,0,0,0,0,31,0,0,0,'Placeholder Chest of Drawers','Placeholder!',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(303,0,0,0,0,0,38,0,0,0,'Placeholder Interactive Doodad - jk','Use Your Imagination',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(309,0,0,0,0,0,433,0,0,0,'Rolf\'s corpse','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(351,0,0,0,0,0,87,0,0,0,'Peasant','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(361,0,0,0,0,0,467,0,0,0,'Saytr','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(364,0,0,0,0,0,358,0,0,0,'Slime','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(365,0,0,0,0,0,6852,0,0,0,'Scott\'s Flying Mount','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(370,0,0,0,0,0,221,0,0,0,'Boy','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(371,0,0,0,0,0,257,0,0,0,'Girl','',NULL,0,1,1,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(373,0,0,0,0,0,240,0,0,0,'Murak Winterborn','Shaman Trainer',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(387,0,0,0,0,0,21,0,0,0,'Lord Sammuel','Master Paladin',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(388,0,0,0,0,0,21,0,0,0,'Bromos Murphy','Master Paladin',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(389,0,0,0,0,0,21,0,0,0,'Lord Lantinga','Master Paladin',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(393,0,0,0,0,0,165,0,0,0,'Tame Wolf','',NULL,0,10,10,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(399,0,0,0,0,0,251,0,0,0,'Boy - placeholder 05','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(400,0,0,0,0,0,251,0,0,0,'Boy - placeholder 06','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(401,0,0,0,0,0,251,0,0,0,'Boy - placeholder 07','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(402,0,0,0,0,0,251,0,0,0,'Boy - placeholder 08','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(403,0,0,0,0,0,251,0,0,0,'Boy - placeholder 09','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(404,0,0,0,0,0,252,0,0,0,'Girl - placeholder 01','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(405,0,0,0,0,0,252,0,0,0,'Girl - placeholder 02','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(406,0,0,0,0,0,252,0,0,0,'Girl - placeholder 03','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(407,0,0,0,0,0,252,0,0,0,'Girl - placeholder 04','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(408,0,0,0,0,0,252,0,0,0,'Girl - placeholder 05','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(409,0,0,0,0,0,252,0,0,0,'Girl - placeholder 06','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(410,0,0,0,0,0,252,0,0,0,'Girl - placeholder 07','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(411,0,0,0,0,0,252,0,0,0,'Girl - placeholder 08','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(418,0,0,0,0,0,1131,0,0,0,'Lesser Voidwalker','',NULL,0,20,20,0,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(421,0,0,0,0,0,149,0,0,0,'Murphestos','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(542,0,0,0,0,0,173,0,0,0,'Califex of the Deep Wood','Druid Trainer',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(564,0,0,0,0,0,163,0,0,0,'Kobold Slave','',NULL,0,10,11,0,26,0,1.2,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,14,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(566,0,0,0,0,0,501,0,0,0,'V\'rex','',NULL,0,19,19,0,20,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,725,0,0,0,0,0,0,1,0,0,'',12340),(567,0,0,0,0,0,3196,0,0,0,'Blacknails','',NULL,0,15,15,0,17,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,725,0,0,0,0,0,0,1,0,0,'',12340),(601,0,0,0,0,0,2354,0,0,0,'Capo the Mean','',NULL,0,19,19,0,17,0,1.2,1.14286,1,2,27,37,0,68,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,7394,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(638,0,0,0,0,0,7107,7108,0,0,'Goblin Mercenary','',NULL,0,18,19,0,17,0,1.2,1.14286,1,1,27,37,0,68,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(693,0,0,0,0,0,173,0,0,0,'Secondary Skill Trainer','Trainer',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(700,0,0,0,0,0,599,0,0,0,'Bloodscalp Panther','',NULL,0,34,35,0,28,0,1.2,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,2,0,0,0,0,33,49,11,1,1,0,0,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(749,0,0,0,0,0,1079,0,0,0,'Marsh Murkdweller','',NULL,0,41,42,0,18,0,1.2,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(841,0,0,0,0,0,3261,0,0,0,'Harl Cutter','Woodcrafting Supplies',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(852,0,0,0,0,0,647,0,0,0,'Feral Spirit','',NULL,0,15,15,0,92,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(860,0,0,0,0,0,855,0,0,0,'Pet Wolf','',NULL,0,10,10,0,11,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(882,0,0,0,0,0,11397,0,0,0,'Bone Caster','',NULL,0,57,59,0,21,0,1.2,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,24611,22417,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(929,0,0,0,0,0,348,0,0,0,'Dreadlord Malganis','Overfiend',NULL,0,63,63,0,14,0,1.2,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(994,0,0,0,0,0,665,0,0,0,'Nahr\'ek da Howler','',NULL,0,5,5,0,37,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(995,0,0,0,0,0,447,0,0,0,'Nahr\'ek\'s Pack','',NULL,0,3,4,0,37,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(996,0,0,0,0,0,242,0,0,0,'Master Tailor','Cheesy Test Tailor',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1055,0,0,0,0,0,6375,0,0,0,'Dreamhunter','',NULL,0,47,47,0,50,0,1.2,1.14286,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,2,0,0,0,0,0,0,0,0,0,0,39674,12533,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1056,0,0,0,0,0,5145,0,0,0,'Emerald Sentinel','',NULL,0,45,45,0,50,0,1.2,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1067,0,0,0,0,0,10791,0,0,0,'Riverpaw Scavenger','',NULL,0,12,13,0,20,0,1.2,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,725,0,0,0,0,0,0,1,0,0,'',12340),(1171,0,0,0,0,0,825,0,0,0,'Dark Iron Guerrilla','',NULL,0,17,18,0,54,0,1.2,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1227,0,0,0,0,0,14949,0,0,0,'Rygal Rocknell','Baby Murloc Redemption Merchant',NULL,0,35,35,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1293,0,0,0,0,0,24544,0,0,0,'Ambo Cash','',NULL,0,75,75,2,1892,2,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1384,0,0,0,0,0,4390,0,0,0,'Z\'tark','Mining Trainer',NULL,0,40,40,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1392,0,0,0,0,0,418,0,0,0,'Xon','',NULL,0,24,24,0,22,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1403,0,0,0,0,0,4374,0,0,0,'Mogwah','Warrior Trainer',NULL,0,40,40,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1406,0,0,0,0,0,4367,0,0,0,'Ghok','Shaman Trainer',NULL,0,40,40,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1408,0,0,0,0,0,4387,0,0,0,'Thragg','Warlock Trainer',NULL,0,40,40,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1409,0,0,0,0,0,4375,0,0,0,'Moorah Stormhoof','Druid Trainer',NULL,0,40,40,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1468,0,0,0,0,0,2584,0,0,0,'Kargh Steelspine','Armorer',NULL,0,15,15,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1541,0,0,0,0,0,527,0,0,0,'Vile Fin Murloc','',NULL,0,6,7,0,18,0,1.2,1.14286,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,2859,0,0,0,0,0,100,1,0,0,'',12340),(1576,0,0,0,0,0,198,0,0,0,'Mage 10','',NULL,0,10,10,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1577,0,0,0,0,0,198,0,0,0,'Mage 15','',NULL,0,15,15,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1578,0,0,0,0,0,198,0,0,0,'Mage 20','',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1579,0,0,0,0,0,198,0,0,0,'Mage 30','',NULL,0,30,30,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1580,0,0,0,0,0,198,0,0,0,'Mage 40','',NULL,0,40,40,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1581,0,0,0,0,0,263,0,0,0,'Warlock 1','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1582,0,0,0,0,0,263,0,0,0,'Warlock 5','',NULL,0,5,5,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1583,0,0,0,0,0,263,0,0,0,'Warlock 10','',NULL,0,10,10,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1584,0,0,0,0,0,263,0,0,0,'Warlock 15','',NULL,0,15,15,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1585,0,0,0,0,0,263,0,0,0,'Warlock 20','',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1586,0,0,0,0,0,263,0,0,0,'Warlock 30','',NULL,0,30,30,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1587,0,0,0,0,0,263,0,0,0,'Warlock 40','',NULL,0,40,40,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1588,0,0,0,0,0,314,0,0,0,'Shaman 1','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1589,0,0,0,0,0,314,0,0,0,'Shaman 5','',NULL,0,5,5,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1590,0,0,0,0,0,314,0,0,0,'Shaman 10','',NULL,0,10,10,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1591,0,0,0,0,0,314,0,0,0,'Shaman 15','',NULL,0,15,15,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1592,0,0,0,0,0,314,0,0,0,'Shaman 20','',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1593,0,0,0,0,0,314,0,0,0,'Shaman 30','',NULL,0,30,30,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1594,0,0,0,0,0,314,0,0,0,'Shaman 40','',NULL,0,40,40,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1595,0,0,0,0,0,149,0,0,0,'Rogue 1','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1596,0,0,0,0,0,149,0,0,0,'Rogue 5','',NULL,0,5,5,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1597,0,0,0,0,0,149,0,0,0,'Rogue 10','',NULL,0,10,10,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1598,0,0,0,0,0,149,0,0,0,'Rogue 15','',NULL,0,15,15,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1599,0,0,0,0,0,149,0,0,0,'Rogue 20','',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1600,0,0,0,0,0,149,0,0,0,'Rogue 30','',NULL,0,30,30,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1601,0,0,0,0,0,5571,0,0,0,'Slim\'s Test Rogue','',NULL,0,80,80,0,1965,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1602,0,0,0,0,0,3960,0,0,0,'Paladin 1','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1603,0,0,0,0,0,282,0,0,0,'Paladin 5','',NULL,0,5,5,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1604,0,0,0,0,0,467,0,0,0,'Druid 1','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1605,0,0,0,0,0,282,0,0,0,'Paladin 10','',NULL,0,10,10,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1606,0,0,0,0,0,282,0,0,0,'Paladin 15','',NULL,0,15,15,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1607,0,0,0,0,0,467,0,0,0,'Druid 5','',NULL,0,5,5,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1608,0,0,0,0,0,467,0,0,0,'Druid 10','',NULL,0,10,10,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1609,0,0,0,0,0,467,0,0,0,'Druid 15','',NULL,0,15,15,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1613,0,0,0,0,0,282,0,0,0,'Paladin 20','',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,80,1,0,2,'',12340),(1614,0,0,0,0,0,282,0,0,0,'Paladin 30','',NULL,0,30,30,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1615,0,0,0,0,0,282,0,0,0,'Paladin 40','',NULL,0,40,40,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1616,0,0,0,0,0,467,0,0,0,'Druid 20','',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1617,0,0,0,0,0,467,0,0,0,'Druid 30','',NULL,0,30,30,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1618,0,0,0,0,0,240,0,0,0,'Hunter 1','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1619,0,0,0,0,0,467,0,0,0,'Druid 40','',NULL,0,40,40,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1620,0,0,0,0,0,240,0,0,0,'Hunter 5','',NULL,0,5,5,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1621,0,0,0,0,0,240,0,0,0,'Hunter 10','',NULL,0,10,10,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1622,0,0,0,0,0,190,0,0,0,'Priest 1','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1623,0,0,0,0,0,240,0,0,0,'Hunter 15','',NULL,0,15,15,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1624,0,0,0,0,0,190,0,0,0,'Priest 5','',NULL,0,5,5,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1625,0,0,0,0,0,240,0,0,0,'Hunter 20','',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1626,0,0,0,0,0,190,0,0,0,'Priest 10','',NULL,0,10,10,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1627,0,0,0,0,0,190,0,0,0,'Priest 15','',NULL,0,15,15,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1628,0,0,0,0,0,240,0,0,0,'Hunter 30','',NULL,0,30,30,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1629,0,0,0,0,0,190,0,0,0,'Priest 20','',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1631,0,0,0,0,0,240,0,0,0,'Hunter 40','',NULL,0,40,40,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1633,0,0,0,0,0,190,0,0,0,'Priest 30','',NULL,0,30,30,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1634,0,0,0,0,0,190,0,0,0,'Priest 40','',NULL,0,40,40,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1635,0,0,0,0,0,143,0,0,0,'Warrior 1','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1636,0,0,0,0,0,143,0,0,0,'Warrior 5','',NULL,0,5,5,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1637,0,0,0,0,0,143,0,0,0,'Warrior 10','',NULL,0,10,10,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1638,0,0,0,0,0,143,0,0,0,'Warrior 15','',NULL,0,15,15,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1639,0,0,0,0,0,143,0,0,0,'Warrior 20','',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,130,1,0,2,'',12340),(1640,0,0,0,0,0,143,0,0,0,'Warrior 30','',NULL,0,30,30,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1641,0,0,0,0,0,143,0,0,0,'Warrior 40','',NULL,0,40,40,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(1714,0,0,0,0,0,184,0,0,0,'SAVE Defias Lifer','',NULL,0,26,26,0,17,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1730,0,0,0,0,0,1303,0,0,0,'Goblin Buzzcutter','',NULL,0,19,19,0,17,0,1.2,1.14286,1,1,27,37,0,68,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1757,0,0,0,0,0,328,0,0,0,'Mega Rabbit','',NULL,0,1,1,0,31,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1764,0,0,0,0,0,781,0,0,0,'Greater Feral Spirit','',NULL,0,30,30,0,92,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1798,0,0,0,0,0,4629,0,0,0,'Tortured Soul','',NULL,0,55,56,0,21,0,1.2,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,6,0,0,0,0,0,0,0,0,0,0,11980,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(1810,0,0,0,0,0,10824,0,0,0,'Rotting Condor','',NULL,0,53,55,0,73,0,1.2,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,7,0,0,0,0,65,95,23,1,1,0,0,0,0,0,0,0,0,0,5708,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,20610,20611,0,0,0,0,149,1,0,0,'',12340),(1811,0,0,0,0,0,388,0,0,0,'Plaguewing Vulture','',NULL,0,61,62,0,73,0,1.2,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,7,0,0,0,0,139,207,30,1,1,0,0,0,0,0,0,0,0,0,5708,8139,0,0,0,0,0,0,8312,0,0,0,'',0,3,1,1.35,1,1,0,20610,20611,0,0,0,0,149,1,0,0,'',12340),(1819,0,0,0,0,0,62,0,0,0,'Foulmaw Hydra','',NULL,0,52,54,0,14,0,1.2,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,10,0,0,0,0,0,0,0,0,0,0,3391,6917,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1820,0,0,0,0,0,1993,0,0,0,'Elder Foulmaw Hydra','',NULL,0,55,57,0,14,0,1.2,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,10,0,0,0,0,0,0,0,0,0,0,3391,6917,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1849,0,0,0,0,0,4629,0,0,0,'Dreadwhisper','',NULL,0,58,58,0,21,0,1.2,1.14286,1,4,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,7068,17228,17650,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(1857,0,0,0,0,0,214,0,0,0,'Pissed Vendor','Pissed Vendor',NULL,0,5,5,0,41,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1858,0,0,0,0,0,214,0,0,0,'Pissed not a Vendor','Pissed Vendor',NULL,0,5,5,0,41,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1861,0,0,0,0,0,1130,0,0,0,'Greater Voidwalker','',NULL,0,26,26,0,90,0,1.2,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1862,0,0,0,0,0,1126,0,0,0,'Lesser Netherwalker','',NULL,0,34,34,0,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1864,0,0,0,0,0,159,0,0,0,'Greater Succubus','',NULL,0,36,36,0,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1879,0,0,0,0,0,1852,0,0,0,'Noma Bluntnose','',NULL,0,15,15,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1881,0,0,0,0,0,257,0,0,0,'Evalyn','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1925,0,0,0,0,0,363,0,0,0,'Heat Miser','Immune to Fire',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1926,0,0,0,0,0,196,0,0,0,'Snow Miser','Immune to Frost',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1927,0,0,0,0,0,182,0,0,0,'Good Miser','Immune to Holy',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1928,0,0,0,0,0,177,0,0,0,'Bad Miser','Immune to Shadow',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1929,0,0,0,0,0,332,0,0,0,'Earth Miser','Immune to Nature',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1930,0,0,0,0,0,171,0,0,0,'Steel Miser','Immune to Physical',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1932,0,0,0,0,0,857,0,0,0,'Black Sheep','',NULL,0,1,1,0,31,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(1945,0,0,0,0,0,860,0,0,0,'Tree Form 0.33','',NULL,0,30,32,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(1990,0,0,0,0,0,10818,0,0,0,'Gremlin','',NULL,0,3,4,0,189,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,3297,0,0,0,0,0,100,1,0,2,'',12340),(1991,0,0,0,0,0,568,0,0,0,'Jaxil Rye','',NULL,0,5,5,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(2040,0,0,0,0,0,2163,0,0,0,'Haggatha the Crone','',NULL,0,12,12,0,514,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2095,0,0,0,0,0,221,0,0,0,'Billy the Street Urchin','Don\'t trust me! I\'m named Billy!',NULL,0,1,1,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2109,0,0,0,0,0,953,0,0,0,'Steam Tank','',NULL,0,32,32,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(2138,0,0,0,0,0,143,0,0,0,'Warrior 25','',NULL,0,25,25,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2213,0,0,0,0,0,1014,0,0,0,'Deth\'ryll Shadowstalker','',NULL,0,13,14,0,90,0,1.2,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,5918,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2217,0,0,0,0,0,569,0,0,0,'Undead Druid Trainer','Druid Trainer',NULL,0,1,1,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(2218,0,0,0,0,0,569,0,0,0,'Undead Hunter Trainer','Hunter Trainer',NULL,0,1,1,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(2219,0,0,0,0,0,569,0,0,0,'Undead Shaman Trainer','Shaman Trainer',NULL,0,1,1,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(2221,0,0,0,0,0,569,0,0,0,'Undead Tailor Trainer','Tailor Trainer',NULL,0,1,1,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(2222,0,0,0,0,0,569,0,0,0,'Undead Mining Trainer','Mining Trainer',NULL,0,1,1,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(2279,0,0,0,0,0,164,0,0,0,'Alliance Battleguard','',NULL,0,72,72,0,84,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2280,0,0,0,0,0,496,0,0,0,'Horde Battleguard','',NULL,0,72,72,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2281,0,0,0,0,0,2582,0,0,0,'Baelish Frostbane','Spirit Healer',NULL,0,62,62,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2282,0,0,0,0,0,240,0,0,0,'[PH] Orgrun Iceflow','Spirit Healer',NULL,0,62,62,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2286,0,0,0,0,0,824,0,0,0,'Bow Guy','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2288,0,0,0,0,0,965,0,0,0,'Skracher Mudmuzzle','',NULL,0,30,30,0,70,0,1.2,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,6,0,0,0,0,0,0,0,0,0,0,26072,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(2289,0,0,0,0,0,3325,0,0,0,'Connor McCoy','Spirit Healer',NULL,0,62,62,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2290,0,0,0,0,0,3334,0,0,0,'Bertran Keldrake','Spirit Healer',NULL,0,62,62,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2291,0,0,0,0,0,3387,0,0,0,'Corbin Halman','Spirit Healer',NULL,0,62,62,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2292,0,0,0,0,0,3256,0,0,0,'Reginald Berry','Spirit Healer',NULL,0,62,62,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2294,0,0,0,0,0,3350,0,0,0,'Jaynice Sillestan','Spirit Healer',NULL,0,62,62,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2298,0,0,0,0,0,3572,0,0,0,'Dolthar Stonefoot','Spirit Healer',NULL,0,62,62,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2325,0,0,0,0,0,569,0,0,0,'Undead First Aid Trainer','First Aid Trainer',NULL,0,1,1,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(2472,0,0,0,0,0,6376,0,0,0,'Flamescale Drake','',NULL,0,39,39,0,60,0,1.2,1.14286,1,1,54,72,0,132,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,2,0,0,0,0,0,0,0,0,0,0,39263,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2593,0,0,0,0,0,4766,0,0,0,'Rough Stone Elemental','',NULL,0,37,38,0,15,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2637,0,0,0,0,0,277,0,0,0,'Syndicate Bomb','',NULL,0,37,37,0,87,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2665,0,0,0,0,0,277,0,0,0,'Proximity Bomb','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2689,0,0,0,0,0,10040,0,0,0,'Hill Giant','',NULL,0,47,48,0,778,0,1.2,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2690,0,0,0,0,0,6910,0,0,0,'Hill Giant Warden','',NULL,0,48,49,0,778,0,1.2,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2702,0,0,0,0,0,312,0,0,0,'Felhunter Trainer','UNUSED',NULL,0,10,10,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2709,0,0,0,0,0,1176,0,0,0,'Imp Trainer','UNUSED',NULL,0,10,10,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2710,0,0,0,0,0,312,0,0,0,'Voidwalker Trainer','UNUSED',NULL,0,10,10,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2741,0,0,0,0,0,4934,0,0,0,'Shadowforge Excavator','',NULL,0,37,38,0,54,0,1.2,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,8800,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,4616,0,0,0,0,0,0,1,0,0,'',12340),(2746,0,0,0,0,0,5753,0,0,0,'Stonevault Warden','',NULL,0,39,39,0,415,0,1.2,1.14286,1,1,54,72,0,132,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2797,0,0,0,0,0,14948,0,0,0,'Hovrak Gutrender','Baby Murloc Redemption Merchant',NULL,0,35,35,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2807,0,0,0,0,0,4910,0,0,0,'Daggerspine Wavecaller','',NULL,0,40,41,0,74,0,1.2,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,0,0,0,0,0,41,60,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2809,0,0,0,0,0,1167,0,0,0,'Boar','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2833,0,0,0,0,0,2582,0,0,0,'DEBUG - Gossip Gryphon Master','Gryphon Master',NULL,0,55,55,0,994,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2862,0,0,0,0,0,143,0,0,0,'Warrior 21','',NULL,0,21,21,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2863,0,0,0,0,0,143,0,0,0,'Warrior 22','',NULL,0,22,22,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2864,0,0,0,0,0,143,0,0,0,'Warrior 23','',NULL,0,23,23,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2865,0,0,0,0,0,143,0,0,0,'Warrior 24','',NULL,0,24,24,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2866,0,0,0,0,0,143,0,0,0,'Warrior 26','',NULL,0,26,26,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2867,0,0,0,0,0,143,0,0,0,'Warrior 27','',NULL,0,27,27,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2868,0,0,0,0,0,143,0,0,0,'Warrior 28','',NULL,0,28,28,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2869,0,0,0,0,0,143,0,0,0,'Warrior 29','',NULL,0,29,29,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2871,0,0,0,0,0,428,0,0,0,'[PH] Tallstrider Trainer','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2873,0,0,0,0,0,428,0,0,0,'[PH] Raptor Trainer','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2874,0,0,0,0,0,428,0,0,0,'[PH] Horse Trainer','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2875,0,0,0,0,0,428,0,0,0,'[PH] Gorilla Trainer','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2877,0,0,0,0,0,428,0,0,0,'[PH] Crawler Trainer','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2886,0,0,0,0,0,832,0,0,0,'Ranged Skills Trainer','Ranged Skills Trainer',NULL,0,8,12,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2889,0,0,0,0,0,721,0,0,0,'Stonevault Trogg','',NULL,0,35,36,0,59,0,1.2,1.14286,1,1,50,66,0,120,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,5797,4610,0,0,0,0,0,1,0,0,'',12340),(2890,0,0,0,0,0,722,0,0,0,'Stonevault Scout','',NULL,0,36,37,0,59,0,1.2,1.14286,1,1,51,68,0,124,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,5797,4610,0,0,0,0,0,1,0,0,'',12340),(2891,0,0,0,0,0,721,0,0,0,'Stonevault Skullthumper','',NULL,0,37,38,0,59,0,1.2,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,5797,0,0,0,0,0,0,1,0,0,'',12340),(2896,0,0,0,0,0,754,0,0,0,'[PH] Alliance Magic Skills Trainer','Magic Skill Trainer *Temp*',NULL,0,45,45,0,84,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2899,0,0,0,0,0,2584,0,0,0,'[PH] Alliance Toughness/Resist Trainer','Toughness/Resist Trainer *Temp*',NULL,0,45,45,0,84,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2935,0,0,0,0,0,433,0,0,0,'[PH] Demon Master','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2938,0,0,0,0,0,5088,0,0,0,'Aldric Hunter','Bear Trainer',NULL,0,50,50,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(2939,0,0,0,0,0,5089,0,0,0,'Jackson Bayne','Boar Trainer',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(3146,0,0,0,0,0,1867,0,0,0,'Gurek','Spirit Healer',NULL,0,45,45,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(3151,0,0,0,0,0,1233,0,0,0,'Captain Obvious','Boat Operator',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(3152,0,0,0,0,0,1233,0,0,0,'Cap\'n Copyright','Boat Operator',NULL,0,40,40,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(3200,0,0,0,0,0,1233,0,0,0,'Eric\'s AAA Special Vendor','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(3259,0,0,0,0,0,1342,0,0,0,'Bristleback Defender','',NULL,0,20,21,0,111,0,1.2,1.14286,1,0,31,40,0,74,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,0,32021,23511,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,5085,0,0,0,0,0,0,1,0,0,'',12340),(3262,0,0,0,0,0,6092,0,0,0,'Bristleback Mystic','',NULL,0,21,22,0,111,0,1.2,1.14286,1,0,30,39,0,71,1,2000,2000,2,0,2048,0,0,0,0,0,0,21,31,5,7,0,0,0,0,0,0,0,0,0,0,11824,8078,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,5085,0,0,0,0,0,0,1,0,0,'',12340),(3340,0,0,0,0,0,3850,0,0,0,'Mandrik Wife','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(3437,0,0,0,0,0,1218,0,0,0,'Crekori Mudwater','',NULL,0,15,15,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3460,0,0,0,0,0,979,0,0,0,'Mud Crawler','',NULL,0,15,16,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,8,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5839,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3462,0,0,0,0,0,4270,0,0,0,'Elder Barrens Giraffe','',NULL,0,22,23,0,189,0,1.2,1.14286,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3524,0,0,0,0,0,1236,0,0,0,'Spirit Wolf','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,53,1,0,2,'',12340),(3559,0,0,0,0,0,115,0,0,0,'Temp Poisoning Vendor Dwarf','Poison Supplies',NULL,0,20,20,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(3564,0,0,0,0,0,115,0,0,0,'Temp Reagent Vendor Dwarf','Reagents',NULL,0,20,20,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(3575,0,0,0,0,0,10813,0,0,0,'Praenus Raxxeus','Bat Handler',NULL,0,1,1,0,29,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(3580,0,0,0,0,0,16191,0,0,0,'Crafticus Rabbitus','',NULL,0,70,70,0,210,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3642,0,0,0,0,0,1754,0,0,0,'Deviate Horror','',NULL,0,18,19,0,14,0,1.2,1.14286,1,1,27,37,0,68,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,3,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),(3668,0,0,0,0,0,4471,0,0,0,'Tortured Highborne Soul','',NULL,0,20,20,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(3697,0,0,0,0,0,4303,0,0,0,'Kyln Longclaw','Boar Trainer',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(3699,0,0,0,0,0,4302,0,0,0,'Nerra','Cat Trainer',NULL,0,12,12,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(3777,0,0,0,0,0,1914,0,0,0,'Aelyssa','Spirit Healer',NULL,0,35,35,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(3778,0,0,0,0,0,1915,0,0,0,'Myielea Starwhisper','Spirit Healer',NULL,0,35,35,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(3793,0,0,0,0,0,2572,0,0,0,'Initiate Druid','',NULL,0,1,1,0,79,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3796,0,0,0,0,0,2572,0,0,0,'Druid of the Wild','',NULL,0,1,1,0,79,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3826,0,0,0,0,0,802,0,0,0,'Rabid Ghostpaw','',NULL,0,1,1,0,38,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3832,0,0,0,0,0,2572,0,0,0,'Cenarion Steward','',NULL,0,1,1,0,79,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3839,0,0,0,0,0,1131,0,0,0,'Voidlasher','',NULL,0,19,20,0,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3852,0,0,0,0,0,202,0,0,0,'Shadowfang Bloodhowler','',NULL,0,19,19,0,24,0,1.2,1.14286,1,1,27,37,0,68,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,3264,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3860,0,0,0,0,0,574,0,0,0,'Shadowfang Tainted One','',NULL,0,20,20,0,24,0,1.2,1.14286,1,1,27,36,0,64,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,7102,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3869,0,0,0,0,0,7533,0,0,0,'Lesser Gargoyle','',NULL,0,20,20,0,16,0,1.2,1.14286,1,1,29,39,0,70,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(3870,0,0,0,0,0,7534,0,0,0,'Stone Sleeper','',NULL,0,20,20,0,16,0,1.2,1.14286,1,1,29,39,0,70,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(3876,0,0,0,0,0,3227,3228,0,0,'Traumatized Spirit','',NULL,0,18,18,0,24,0,1.2,1.14286,1,1,26,35,0,64,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(3878,0,0,0,0,0,68,0,0,0,'Magthrull\'s Doomguard','',NULL,0,20,20,0,90,0,1.2,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3938,0,0,0,0,0,2032,0,0,0,'Roth Bluntblade','Kira\'s Guard',NULL,0,15,15,0,11,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(3957,0,0,0,0,0,2056,0,0,0,'Jainay Featherbreeze','Cooking Supplies',NULL,0,28,28,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(3966,0,0,0,0,0,2061,0,0,0,'Kaleem','Cook',NULL,0,24,24,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(3971,0,0,0,0,0,1926,0,0,0,'Agro 5','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3972,0,0,0,0,0,1491,0,0,0,'Agro 7','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3973,0,0,0,0,0,1507,0,0,0,'Agro 10','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3997,0,0,0,0,0,7231,3937,3938,0,'Venture Co. Overboss','',NULL,0,21,22,0,47,0,1.2,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,27578,5246,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4039,0,0,0,0,0,2071,0,0,0,'Dinnis','Spirit Healer',NULL,0,35,35,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4055,0,0,0,0,0,150,0,0,0,'Mirkfallon Glade Strider','',NULL,0,1,1,0,79,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(4069,0,0,0,0,0,7232,4101,4102,4103,'Venture Co. Planner','',NULL,0,18,19,0,47,0,1.2,1.14286,1,0,26,34,0,60,1,2000,2000,2,0,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,11642,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4121,0,0,0,0,0,1161,0,0,0,'Wandering Boulderkin','',NULL,0,26,27,0,91,0,1.2,1.14286,1,0,38,51,0,92,1,2000,2000,1,0,2048,0,0,0,0,0,0,26,39,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(4149,0,0,0,0,0,2207,0,0,0,'Kesteryth','Foraging Trainer',NULL,0,35,35,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4153,0,0,0,0,0,2209,0,0,0,'Kysandia','Cat Trainer',NULL,0,35,35,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4157,0,0,0,0,0,2212,0,0,0,'Kitari Farseeker','Cartography Trainer',NULL,0,35,35,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4174,0,0,0,0,0,2223,0,0,0,'Siannai','Arrow Merchant',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4176,0,0,0,0,0,2225,0,0,0,'Ki\'rasia','Cloth Armor Merchant',NULL,0,30,30,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4178,0,0,0,0,0,2227,0,0,0,'Shaia','Mail Armor Merchant',NULL,0,30,30,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4179,0,0,0,0,0,2228,0,0,0,'Freillania','Shield Merchant',NULL,0,30,30,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4206,0,0,0,0,0,2268,0,0,0,'Talar','Bear Trainer',NULL,0,35,35,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4224,0,0,0,0,0,2269,0,0,0,'Talegon','Cartography Supplies',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4237,0,0,0,0,0,2273,0,0,0,'Urthoniir','Leather Armor Merchant',NULL,0,30,30,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4239,0,0,0,0,0,2260,0,0,0,'Lewin Starfeather','Leather Armor Merchant',NULL,0,30,30,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4245,0,0,0,0,0,165,0,0,0,'Mistrunner','Valyen\'s Pet',NULL,0,25,25,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4246,0,0,0,0,0,599,0,0,0,'Moonprowler','Kysandia\'s Pet',NULL,0,25,25,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4247,0,0,0,0,0,2378,0,0,0,'Stonepaw','Talar\'s Pet',NULL,0,25,25,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4253,0,0,0,0,0,2281,0,0,0,'Bear Form (Night Elf Druid)','',NULL,0,6,7,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4261,0,0,0,0,0,2289,0,0,0,'Bear Form (Tauren Druid)','',NULL,0,6,7,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4322,0,0,0,0,0,4483,0,0,0,'Corthryn','Spirit Healer',NULL,0,35,35,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4333,0,0,0,0,0,8311,0,0,0,'Firemane Devourer','',NULL,0,41,42,0,103,0,1.2,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,2,0,0,0,0,0,110,0,0,0,0,2602,20539,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4340,0,0,0,0,0,2422,0,0,0,'Mirallia','Spirit Healer',NULL,0,35,35,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4346,0,0,0,0,0,2700,0,0,0,'Noxious Flayer','',NULL,0,35,36,0,14,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,27,0,0,0,0,34,51,12,1,1,4346,0,4346,0,0,0,0,0,0,43132,0,0,0,0,0,0,0,8317,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4347,0,0,0,0,0,2707,0,0,0,'Noxious Reaver','',NULL,0,37,38,0,14,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,27,0,0,0,0,36,53,13,1,1,4347,0,100013,0,0,0,0,0,0,744,5708,0,0,0,0,0,0,8318,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4348,0,0,0,0,0,2708,0,0,0,'Noxious Shredder','',NULL,0,38,39,0,14,0,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,27,0,0,0,0,37,55,13,1,1,4348,0,100013,0,0,0,0,0,0,744,3391,0,0,0,0,0,0,8319,0,0,0,'',0,3,1,1.2,1,1,0,33103,0,0,0,0,0,0,1,0,0,'',12340),(4394,0,0,0,0,0,2569,0,0,0,'Bubbling Swamp Ooze','',NULL,0,39,40,0,16,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,10,0,4394,0,0,0,0,0,0,0,0,43135,0,0,0,0,0,0,0,0,0,308,520,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4395,0,0,0,0,0,2028,0,0,0,'Blistering Swamp Ooze','',NULL,0,41,43,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4408,0,0,0,0,0,2428,0,0,0,'Aquatic Form (Night Elf Druid)','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(4410,0,0,0,0,0,2428,0,0,0,'Aquatic Form (Tauren Druid)','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(4443,0,0,0,0,0,2589,0,0,0,'Wazza','Totem Merchent',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4482,0,0,0,0,0,780,0,0,0,'Vilebranch Wolf','',NULL,0,46,47,0,38,0,1.2,1.14286,1,1,79,105,0,192,7.5,2000,2000,1,0,2048,0,1,0,0,0,0,54,80,18,1,1,0,0,0,0,0,0,0,0,0,3604,0,0,0,0,0,0,0,5957,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4487,0,0,0,0,0,4952,0,0,0,'Kodiak','',NULL,0,30,30,0,104,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4491,0,0,0,0,0,372,0,0,0,'Woof','',NULL,0,1,1,0,84,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4621,0,0,0,0,0,115,0,0,0,'Rebald Yorglun','Raptor Trainer',NULL,0,50,50,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4626,0,0,0,0,0,2688,0,0,0,'CHOW Guard','',NULL,0,62,62,0,11,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4669,0,0,0,0,0,1139,0,0,0,'Burning Blade Conjuror','',NULL,0,36,36,0,16,0,1.2,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4683,0,0,0,0,0,9016,0,0,0,'Doomwarder Lord','',NULL,0,39,40,0,90,0,1.2,1.14286,1,0,52,69,0,128,1,2000,2000,2,0,2048,0,0,0,0,0,0,36,53,13,3,0,0,0,0,0,95,0,0,0,0,11962,5246,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,6252,0,0,0,0,0,0,1,0,0,'',12340),(4691,0,0,0,0,0,10271,0,0,0,'Murderous Bonepaw','',NULL,0,32,33,0,38,0,1.2,1.14286,1,0,46,61,0,112,1,2000,2000,1,0,2048,0,25,0,0,0,0,32,47,10,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8281,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4703,0,0,0,0,0,1232,0,0,0,'Raging Kodo','',NULL,0,37,39,0,14,0,1.2,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,1,0,0,0,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,7271,0,0,0,0,0,0,1,0,0,'',12340),(4704,0,0,0,0,0,9437,0,0,0,'Maraudine Pack Runner','',NULL,0,39,39,0,134,0,1.2,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,6067,6074,0,0,0,0,144,1,0,0,'',12340),(4717,0,0,0,0,0,6749,0,0,0,'Slitherblade Tide Priestess','',NULL,0,33,34,0,74,0,1.2,1.14286,1,0,44,58,0,106,1,2000,2000,2,0,2048,0,0,0,0,0,0,39,45,10,7,0,0,0,0,0,0,0,0,0,0,10577,9734,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,15881,0,0,0,0,0,0,1,0,0,'',12340),(4725,0,0,0,0,0,2741,0,0,0,'Crazed Sandstrider','',NULL,0,37,39,0,16,0,1.2,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,12,0,0,0,0,37,55,13,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5922,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4816,0,0,0,0,0,3900,0,0,0,'Murkshallow Shellhide','',NULL,0,22,23,0,129,0,1.2,1.14286,1,1,33,44,0,80,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,7,0,0,0,0,0,75,75,75,75,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4862,0,0,0,0,0,1954,0,0,0,'Rabid Shrike Bat','',NULL,0,60,60,0,411,0,1.2,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,24,0,0,0,0,72,106,26,1,1,0,0,0,0,0,0,0,0,0,8281,3150,0,0,0,0,0,0,5792,0,0,0,'',0,3,1,3,1,1,0,7679,0,0,0,0,0,0,1,0,0,'',12340),(4881,0,0,0,0,0,1120,0,0,0,'Varng','Turtle Trainer',NULL,0,39,39,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4955,0,0,0,0,0,3020,0,0,0,'Theramore Archery Target 1','',NULL,0,1,1,0,151,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(4957,0,0,0,0,0,3019,0,0,0,'Theramore Combat Dummy 4','',NULL,0,1,1,0,1095,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(4970,0,0,0,0,0,4283,4284,0,0,'Defias Agent','',NULL,0,24,25,0,17,0,1.2,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,744,24825,7992,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4975,0,0,0,0,0,3020,0,0,0,'Theramore Archery Target 2','',NULL,0,1,1,0,151,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(4976,0,0,0,0,0,2973,0,0,0,'Elise Laughlin','Guild Tabard Designer',NULL,0,25,25,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4985,0,0,0,0,0,2575,0,0,0,'World Druid Trainer','Druid Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4986,0,0,0,0,0,2575,0,0,0,'World Hunter Trainer','Hunter Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4987,0,0,0,0,0,2575,0,0,0,'World Mage Trainer','Mage Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4988,0,0,0,0,0,2575,0,0,0,'World Paladin Trainer','Paladin Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4989,0,0,0,0,0,2575,0,0,0,'World Priest Trainer','Priest Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4990,0,0,0,0,0,2575,0,0,0,'World Rogue Trainer','Rogue Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4991,0,0,0,0,0,2575,0,0,0,'World Shaman Trainer','Shaman Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4992,0,0,0,0,0,2575,0,0,0,'World Warrior Trainer','Warrior Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4993,0,0,0,0,0,2575,0,0,0,'World Warlock Trainer','Warlock Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4994,0,0,0,0,0,2575,0,0,0,'World Wolf Trainer','Wolf Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4997,0,0,0,0,0,2575,0,0,0,'World Fishing Trainer','Fishing Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4998,0,0,0,0,0,2575,0,0,0,'World Herbalism Trainer','Herbalism Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4999,0,0,0,0,0,2575,0,0,0,'World Mining Trainer','Mining Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5000,0,0,0,0,0,2575,0,0,0,'World Hunter Beast Trainer','Hunter Beast Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5001,0,0,0,0,0,2575,0,0,0,'World Bird Trainer','Bird Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5002,0,0,0,0,0,2575,0,0,0,'World Boar Trainer','Boar Pet Trainer',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5003,0,0,0,0,0,2575,0,0,0,'World Cat Trainer','Cat Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5004,0,0,0,0,0,2575,0,0,0,'World Crawler Trainer','Crawler Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5005,0,0,0,0,0,2575,0,0,0,'World Crocodile Trainer','Crocodile Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5006,0,0,0,0,0,2575,0,0,0,'World Demon Trainer - old','',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5007,0,0,0,0,0,2575,0,0,0,'World Felhunter Trainer','UNUSED',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5008,0,0,0,0,0,2575,0,0,0,'World Gorilla Trainer','Gorilla Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5009,0,0,0,0,0,2575,0,0,0,'World Horse Trainer','Horse Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5010,0,0,0,0,0,2575,0,0,0,'World Imp Trainer','UNUSED',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5011,0,0,0,0,0,2575,0,0,0,'World Raptor Trainer','Raptor Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5012,0,0,0,0,0,2575,0,0,0,'World Scorpid Trainer','Scorpid Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5013,0,0,0,0,0,2575,0,0,0,'World Spider Trainer','Spider Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5014,0,0,0,0,0,2575,0,0,0,'World Succubus Trainer','UNUSED',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5015,0,0,0,0,0,2575,0,0,0,'World Tallstrider Trainer','Tallstrider Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5016,0,0,0,0,0,2575,0,0,0,'World Voidwalker Trainer','UNUSED',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5017,0,0,0,0,0,2575,0,0,0,'World Turtle Trainer','Turtle Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5018,0,0,0,0,0,2575,0,0,0,'World Portal: Darnassus Trainer','Portal: Darnassus Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5019,0,0,0,0,0,2575,0,0,0,'World Portal: Ironforge Trainer','Portal: Ironforge Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5020,0,0,0,0,0,2575,0,0,0,'World Portal: Orgrimmar Trainer','Portal: Orgrimmar Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5021,0,0,0,0,0,2575,0,0,0,'World Portal: Stormwind Trainer','Portal: Stormwind Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5022,0,0,0,0,0,2575,0,0,0,'World Portal: Thunder Bluff Trainer','Portal: Thunder Bluff Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5023,0,0,0,0,0,2575,0,0,0,'World Portal: Undercity Trainer','Portal: Undercity Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5024,0,0,0,0,0,2575,0,0,0,'World First Aid Trainer','First Aid Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5026,0,0,0,0,0,2575,0,0,0,'World Horse Riding Trainer','Horse Riding Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5027,0,0,0,0,0,2575,0,0,0,'World Lockpicking Trainer','Lockpicking Trainer',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5028,0,0,0,0,0,2575,0,0,0,'World Ram Riding Trainer','Ram Riding Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5029,0,0,0,0,0,2575,0,0,0,'World Survival Trainer','Survival Trainer',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5030,0,0,0,0,0,2575,0,0,0,'World Tiger Riding Trainer','Tiger Riding Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5031,0,0,0,0,0,2575,0,0,0,'World Wolf Riding Trainer','Wolf Riding Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5032,0,0,0,0,0,2575,0,0,0,'World Alchemy Trainer','Grand Master Alchemy Trainer',NULL,0,10,10,0,35,80,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,2,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5033,0,0,0,0,0,2575,0,0,0,'World Blacksmith Trainer','Blacksmith Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5034,0,0,0,0,0,2575,0,0,0,'World Brewing Trainer','Brewing Trainer',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5035,0,0,0,0,0,2575,0,0,0,'World Cartography Trainer','Cartography Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5036,0,0,0,0,0,2575,0,0,0,'World Cooking Trainer','Cooking Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5037,0,0,0,0,0,2575,0,0,0,'World Engineering Trainer','Engineering Trainer',NULL,0,10,10,0,35,80,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,2,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5038,0,0,0,0,0,2575,0,0,0,'World Enchanting Trainer','Enchanting Trainer',NULL,0,10,10,0,35,80,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,2,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5039,0,0,0,0,0,2575,0,0,0,'World Tracking Trainer','Tracking Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5040,0,0,0,0,0,2575,0,0,0,'World Leatherworking Trainer','Leatherworking Trainer',NULL,0,10,10,0,35,80,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,2,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5041,0,0,0,0,0,2575,0,0,0,'World Tailoring Trainer','Tailoring Trainer',NULL,0,10,10,0,35,80,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,2,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5059,0,0,0,0,0,1348,0,0,0,'Galthogran the Callous','',NULL,0,40,40,0,134,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,6067,0,0,0,0,0,0,1,0,0,'',12340),(5060,0,0,0,0,0,2575,0,0,0,'World Banker','Banker',NULL,0,45,45,0,35,131073,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5061,0,0,0,0,0,2575,0,0,0,'World Guild Tabard Vendor','Guild Tabard Vendor',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5062,0,0,0,0,0,2575,0,0,0,'World Reagent Vendor','Reagents/Totems Vendor',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5064,0,0,0,0,0,2575,0,0,0,'World Trade Supplies','Trade Supplies',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5084,0,0,0,0,0,6449,0,0,0,'Ironforge Zinn','',NULL,0,42,42,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5104,0,0,0,0,0,3048,0,0,0,'Laene Thundershot','Gun Trainer',NULL,0,40,40,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5105,0,0,0,0,0,3052,0,0,0,'Gilbin','Light Armor Merchant',NULL,0,30,30,0,875,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5187,0,0,0,0,0,3146,0,0,0,'Southsea Cannon','',NULL,0,13,14,0,230,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(5231,0,0,0,0,0,11555,0,0,0,'Gordunni Enforcer','',NULL,0,41,42,0,45,0,1.2,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(5264,0,0,0,0,0,3187,0,0,0,'Groddoc Chestpounder','',NULL,0,45,45,0,72,0,1.2,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,9,0,0,0,0,52,76,17,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,6259,0,0,0,0,0,0,1,0,0,'',12340),(5315,0,0,0,0,0,181,0,0,0,'Jademir Dragonspawn','',NULL,0,60,60,0,50,0,1.2,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,21148,0,0,0,0,0,0,1,0,0,'',12340),(5326,0,0,0,0,0,3214,0,0,0,'Coast Crawl Clacker','',NULL,0,42,43,0,14,0,1.2,1.14286,1,0,67,88,0,162,1,2000,2000,1,0,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5348,0,0,0,0,0,625,0,0,0,'Dreamwatcher Forktongue','',NULL,0,62,62,0,50,0,1.2,1.14286,1,4,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5367,0,0,0,0,0,10875,0,0,0,'Scillia Daggerquil','',NULL,0,52,52,0,514,0,1.2,1.14286,1,2,87,117,0,214,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,8269,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(5407,0,0,0,0,0,2346,0,0,0,'Nightmare','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,10,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(5415,0,0,0,0,0,1349,0,0,0,'Centaur Outrunner','',NULL,0,38,38,0,41,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5442,0,0,0,0,0,839,0,0,0,'Tamed Gorilla','',NULL,0,50,50,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,9,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5443,0,0,0,0,0,1531,0,0,0,'Tamed Zhevra','',NULL,0,50,50,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,10,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5445,0,0,0,0,0,2730,0,0,0,'Tamed Scorpid','',NULL,0,50,50,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,20,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5447,0,0,0,0,0,178,0,0,0,'Tamed Tallstrider','',NULL,0,50,50,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,12,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5468,0,0,0,0,0,10040,0,0,0,'Wandering Dune Smasher','',NULL,0,47,48,0,778,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5507,0,0,0,0,0,3303,0,0,0,'Celmoridan','Tallstrider Trainer',NULL,0,35,35,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5521,0,0,0,0,0,1281,0,0,0,'Glenrunner','Celmoridan\'s Pet',NULL,0,10,10,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5522,0,0,0,0,0,670,0,0,0,'Ironclaw','Strumner\'s Pet',NULL,0,10,10,0,12,0,1.2,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5524,0,0,0,0,0,5165,5166,0,0,'Caravan Watcher','',NULL,0,35,40,0,208,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5525,0,0,0,0,0,14550,14551,14549,0,'Caravan Packhorse','',NULL,0,30,30,0,209,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5526,0,0,0,0,0,4530,0,0,0,'Caravan Merchant','',NULL,0,41,41,0,208,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5542,0,0,0,0,0,4531,0,0,0,'Stormwind Traveling Merchant','',NULL,0,41,41,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5548,0,0,0,0,0,2074,0,0,0,'[PH] Mine Boss','',NULL,0,21,21,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5549,0,0,0,0,0,3926,0,0,0,'[PH] Mine Guard','',NULL,0,18,18,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5550,0,0,0,0,0,87,0,0,0,'[PH] PVP Peasent','',NULL,0,15,17,0,84,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(5551,0,0,0,0,0,1045,0,0,0,'[PH] Caravan Guard','',NULL,0,50,50,0,168,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5552,0,0,0,0,0,87,0,0,0,'[PH] PVP Peon','',NULL,0,15,17,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(5553,0,0,0,0,0,1045,0,0,0,'[PH] Caravan Scout','',NULL,0,50,50,0,168,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5554,0,0,0,0,0,704,802,707,749,'[PH] PVP Wildlife','',NULL,0,14,17,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5555,0,0,0,0,0,229,0,0,0,'[PH] Ogre Caravan Packhorse','',NULL,0,50,50,0,99,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5556,0,0,0,0,0,1985,0,0,0,'[PH] Alliance Commander','',NULL,0,21,21,0,84,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5557,0,0,0,0,0,2740,0,0,0,'[PH] Horde Commander','',NULL,0,21,21,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5558,0,0,0,0,0,2688,0,0,0,'[PH] Alliance Guard','',NULL,0,15,18,0,84,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5559,0,0,0,0,0,1906,0,0,0,'[PH] Horde Guard','',NULL,0,15,18,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5560,0,0,0,0,0,2688,0,0,0,'[PH] Alliance Raider','',NULL,0,15,18,0,84,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5561,0,0,0,0,0,1906,0,0,0,'[PH] Horde Raider','',NULL,0,15,18,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5562,0,0,0,0,0,2688,0,0,0,'[PH] Alliance Archer','',NULL,0,15,18,0,84,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5563,0,0,0,0,0,1906,0,0,0,'[PH] Horde Archer','',NULL,0,15,18,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5587,0,0,0,0,0,3167,0,0,0,'[PH] Alliance Mine Boss','',NULL,0,21,21,0,84,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5588,0,0,0,0,0,2989,0,0,0,'[PH] Alliance Mine Guard','',NULL,0,18,18,0,84,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5589,0,0,0,0,0,1870,0,0,0,'[PH] Horde Mine Boss','',NULL,0,21,21,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5590,0,0,0,0,0,1393,0,0,0,'[PH] Horde Mine Guard','',NULL,0,18,18,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5621,0,0,0,0,0,3639,0,0,0,'Timmy','',NULL,0,1,1,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(5625,0,0,0,0,0,953,0,0,0,'Theramore Transport','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,100,1,16384,0,'',12340),(5626,0,0,0,0,0,3670,0,0,0,'Joey','',NULL,0,1,1,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(5627,0,0,0,0,0,3669,0,0,0,'Johnny','',NULL,11017,1,1,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(5628,0,0,0,0,0,3939,0,0,0,'Lieutenant Beech','',NULL,0,22,22,0,210,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5629,0,0,0,0,0,3946,0,0,0,'Theramore Commando','',NULL,0,15,15,0,210,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5630,0,0,0,0,0,3947,0,0,0,'Theramore Mage','',NULL,0,21,21,0,210,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5631,0,0,0,0,0,3943,0,0,0,'Theramore Medic','',NULL,0,20,20,0,210,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5632,0,0,0,0,0,130,0,0,0,'Theramore Incursion Master Control Program','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5633,0,0,0,0,0,3941,0,0,0,'Lieutenant Baxter','',NULL,0,22,22,0,210,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5737,0,0,0,0,0,4112,4113,4114,4115,'Caged Dwarf Female','',NULL,0,5,5,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5740,0,0,0,0,0,304,0,0,0,'Caged Chicken','',NULL,0,5,5,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5746,0,0,0,0,0,4122,0,0,0,'Appolonia Kimble','',NULL,0,20,20,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5772,0,0,0,0,0,4427,0,0,0,'Lord Azrethoc\'s Image',NULL,NULL,0,40,40,0,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5773,0,0,0,0,0,4428,0,0,0,'Jugkar Grim\'rod\'s Image',NULL,NULL,0,40,40,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5776,0,0,0,0,0,4267,0,0,0,'Evolving Ectoplasm (Red)','',NULL,0,17,18,0,14,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,6464,0,0,0,0,0,0,1,0,0,'',12340),(5777,0,0,0,0,0,2568,0,0,0,'Evolving Ectoplasm (Green)','',NULL,0,17,18,0,14,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,6464,0,0,0,0,0,0,1,0,0,'',12340),(5778,0,0,0,0,0,4535,0,0,0,'Evolving Ectoplasm (Black)','',NULL,0,17,18,0,14,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,6464,0,0,0,0,0,0,1,0,0,'',12340),(5779,0,0,0,0,0,4440,0,0,0,'Summoned Viper','',NULL,0,20,20,0,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.001,1,1,0,0,0,0,0,0,0,73,1,0,0,'',12340),(5788,0,0,0,0,0,4315,0,0,0,'Gelgann Direforge','Ironforge Surveyor',NULL,0,10,10,0,122,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5789,0,0,0,0,0,4314,0,0,0,'Serra Mountainhome','Ironforge Surveyor',NULL,0,10,10,0,122,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5790,0,0,0,0,0,4316,0,0,0,'Lizzle Sprysprocket','Ironforge Surveyor',NULL,0,9,9,0,64,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5791,0,0,0,0,0,4435,0,0,0,'Cobrahn Snake Form','Druid of the Fang',NULL,0,20,20,0,270,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,9738,0,0,0,0,0,0,1,0,0,'',12340),(5793,0,0,0,0,0,4433,0,0,0,'Captain Armistice','Alliance Peacekeeper',NULL,0,10,10,0,123,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5794,0,0,0,0,0,4431,0,0,0,'Thurmonde the Devout','Alliance Peacekeeper',NULL,0,10,10,0,123,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5795,0,0,0,0,0,4432,0,0,0,'Grash Thunderbrew','Alliance Peacekeeper',NULL,0,9,9,0,123,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5796,0,0,0,0,0,1006,0,0,0,'Ben','Grash Thunderbrew\'s Pet',NULL,0,8,8,0,123,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5801,0,0,0,0,0,2591,0,0,0,'[PH] Party Bot','',NULL,0,15,15,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5825,0,0,0,0,0,2020,0,0,0,'Corrupt Tyranis Malem','',NULL,0,35,35,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,6767,0,0,0,0,0,0,1,0,0,'',12340),(5866,0,0,0,0,0,4468,0,0,0,'Equipment Squirrel','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.001,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5867,0,0,0,0,0,4466,0,0,0,'Maximum Squirrel','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.001,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5868,0,0,0,0,0,4467,0,0,0,'Evil Squirrel','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.001,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5872,0,0,0,0,0,4480,0,0,0,'Serpent Form','',NULL,0,20,20,0,270,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5903,0,0,0,0,0,14945,0,0,0,'Nyx Bloodrage','Baby Murloc Redemption Merchant',NULL,0,35,35,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5928,0,0,0,0,0,11012,0,0,0,'Sorrow Wing','',NULL,0,27,27,0,16,0,1,1.14286,1,4,38,51,0,92,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,26,39,7,1,0,5928,0,0,0,0,0,0,0,0,3405,3388,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,5808,0,0,0,0,0,144,1,0,0,'',12340),(5936,0,0,0,0,0,21975,0,0,0,'Orca','',NULL,0,70,71,2,14,0,1.6,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,1,0,5936,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(5945,0,0,0,0,0,4615,0,0,0,'Owl Companion','',NULL,0,5,5,0,7,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5946,0,0,0,0,0,4617,0,0,0,'Male Dark Assassin','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5947,0,0,0,0,0,4618,0,0,0,'Female Dark Assassin','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5948,0,0,0,0,0,4619,0,0,0,'Female Pirate','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5949,0,0,0,0,0,4620,0,0,0,'Male Pirate','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5954,0,0,0,0,0,4629,0,0,0,'Shade (Deprecated)','',NULL,0,1,1,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(5956,0,0,0,0,0,7126,0,0,0,'Graznab','',NULL,0,35,35,0,69,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5959,0,0,0,0,0,1894,0,0,0,'World Dwarf Male Warrior Trainer','Warrior Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5960,0,0,0,0,0,4617,0,0,0,'World Human Male Rogue Trainer','Rogue Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5961,0,0,0,0,0,2891,0,0,0,'World Gnome Male Mage Trainer','Mage Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5962,0,0,0,0,0,1394,0,0,0,'World Orc Male Warlock Trainer','Warlock Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5963,0,0,0,0,0,1678,0,0,0,'World Tauren Male Druid Trainer','Druid Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5964,0,0,0,0,0,1278,0,0,0,'World Undead Male Priest Trainer','Priest Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5965,0,0,0,0,0,4609,0,0,0,'World Troll Male Shaman Trainer','Shaman Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5966,0,0,0,0,0,4408,0,0,0,'World Night Elf Male Warrior Trainer','Warrior Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5967,0,0,0,0,0,3069,0,0,0,'World Dwarf Female Warrior Trainer','Warrior Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5968,0,0,0,0,0,4618,0,0,0,'World Human Female Rogue Trainer','Rogue Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5969,0,0,0,0,0,3562,0,0,0,'World Gnome Female Mage Trainer','Mage Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5970,0,0,0,0,0,4196,0,0,0,'World Orc Female Warlock Trainer','Warlock Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5971,0,0,0,0,0,1882,0,0,0,'World Troll Female Shaman Trainer','Shaman Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5972,0,0,0,0,0,3797,0,0,0,'World Tauren Female Druid Trainer','Druid Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5973,0,0,0,0,0,2670,0,0,0,'World Undead Female Priest Trainer','Priest Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5980,0,0,0,0,0,4688,0,0,0,'Broken One','',NULL,0,48,50,0,51,0,1.2,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,14118,12686,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5983,0,0,0,0,0,1105,0,0,0,'Bonepicker','',NULL,0,49,50,0,73,0,1,1.42857,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,7,0,0,0,0,58,86,20,1,1,5982,0,5982,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12863,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(5986,0,0,0,0,0,2715,0,0,0,'Rabid Snickerfang','',NULL,0,53,54,0,38,0,1.2,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,25,0,0,0,0,63,93,22,1,1,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,0,0,0,8286,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5987,0,0,0,0,0,6069,0,0,0,'Scorpok Snapper','',NULL,0,46,47,0,413,0,1.2,1.14286,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,20,0,0,0,0,54,80,18,1,1,0,0,0,0,0,0,0,0,0,5416,0,0,0,0,0,0,0,5870,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5989,0,0,0,0,0,6070,0,0,0,'Scorpok Lasher','',NULL,0,52,53,0,413,0,1.2,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,20,0,0,0,0,62,91,22,1,1,0,0,0,0,0,0,0,0,0,5416,6607,0,0,0,0,0,0,5871,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5995,0,0,0,0,0,6715,6716,6717,6718,'Nethergarde Worker','',NULL,0,46,47,0,1575,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6022,0,0,0,0,0,4721,0,0,0,'Captain Drakoar','',NULL,0,31,31,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6023,0,0,0,0,0,4720,0,0,0,'Kernon Shadowclaw','',NULL,0,33,33,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6036,0,0,0,0,0,1245,0,0,0,'Guardian of Backus','',NULL,0,62,62,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(6076,0,0,0,0,0,4807,0,0,0,'Riding Tallstrider (Ivory)','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(6092,0,0,0,0,0,4868,0,0,0,'Minor Phantasm','',NULL,0,14,14,0,21,0,1.2,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(6106,0,0,0,0,0,4869,0,0,0,'Lesser Phantasm','',NULL,0,22,22,0,21,0,1.2,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,32,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(6107,0,0,0,0,0,4870,0,0,0,'Shade','',NULL,0,60,60,0,1665,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.03,1,1,0,0,0,0,0,0,0,197,1,8388624,0,'',12340),(6108,0,0,0,0,0,4629,0,0,0,'Greater Phantasm','',NULL,0,38,38,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(6197,0,0,0,0,0,6750,0,0,0,'Spitelash Sorceress','',NULL,0,49,50,0,74,0,1.2,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,12549,36990,19514,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6214,0,0,0,0,0,6528,0,0,0,'Irradiated Burrower','',NULL,0,26,26,0,59,0,1.2,1.14286,1,1,37,49,0,90,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,9769,9771,9791,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),(6242,0,0,0,0,0,2575,0,0,0,'World Skinning Trainer','Skinning Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6269,0,0,0,0,0,1132,0,0,0,'Azgalaril','',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6270,0,0,0,0,0,10923,0,0,0,'Asjorah','',NULL,0,20,20,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6296,0,0,0,0,0,1070,0,0,0,'Flame Elemental','',NULL,0,17,18,0,40,0,1.2,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6326,0,0,0,0,0,240,0,0,0,'Horde Wargryphoner','Wargryphon Master',NULL,0,45,45,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6327,0,0,0,0,0,3011,0,0,0,'Alliance Wargryphoner','Wargryphon Master',NULL,0,45,45,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6346,0,0,0,0,0,5050,0,0,0,'Skeletal Horse','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,10,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(6561,0,0,0,0,0,7617,0,0,0,'Stone Warden','',NULL,0,60,61,0,7,0,1.2,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6571,0,0,0,0,0,892,0,0,0,'Cat Form (Night Elf Druid)','',NULL,0,6,7,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,4,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6572,0,0,0,0,0,1058,0,0,0,'Cat Form (Tauren Druid)','',NULL,0,6,7,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,4,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6573,0,0,0,0,0,918,0,0,0,'Travel Form (Druid)','',NULL,0,6,7,0,7,0,1.2,1.14286,0.75,0,2,2,0,24,1,2000,2000,1,0,2048,0,4,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6666,0,0,0,0,0,6194,0,0,0,'\"Plucky\" Johnson\'s Human Form','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6687,0,0,0,0,0,467,0,0,0,'Druid 40 (faster)!','',NULL,0,40,40,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6767,0,0,0,0,0,6999,0,0,0,'Garona','Grand Master of the Assassin\'s League',NULL,0,60,60,0,471,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6772,0,0,0,0,0,784,0,0,0,'Attack Hound','',NULL,0,45,45,0,471,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6773,0,0,0,0,0,5505,0,0,0,'Shadowhawk','',NULL,0,45,45,0,471,0,1.2,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,7,0,0,0,0,52,76,17,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7006,0,0,0,0,0,6032,0,0,0,'Blackrock Assassin','',NULL,0,18,18,0,40,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7008,0,0,0,0,0,6036,0,0,0,'Blackrock Reaver','',NULL,0,20,20,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7013,0,0,0,0,0,6035,0,0,0,'Blackrock Rampager','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7014,0,0,0,0,0,553,0,0,0,'Commander Kartak Dwarfdefiler','',NULL,0,30,30,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7094,0,0,0,0,0,2161,0,0,0,'Crazed Stag','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,10,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7095,0,0,0,0,0,2161,0,0,0,'Maddened Stag','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,10,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7096,0,0,0,0,0,2161,0,0,0,'Corrupt Courser','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,10,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7116,0,0,0,0,0,6395,6396,11284,11285,'Jaedenar Dreadweaver','',NULL,0,1,1,0,1434,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7117,0,0,0,0,0,6403,6404,11286,11287,'Jaedenar Instigator','',NULL,0,1,1,0,1434,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7119,0,0,0,0,0,6401,6402,11289,11290,'Jaedenar Summoner','',NULL,0,1,1,0,1434,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7121,0,0,0,0,0,11278,0,0,0,'Jaedenar Arch Warlock','',NULL,0,1,1,0,1434,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7122,0,0,0,0,0,6407,6408,0,0,'Shadow Council Champion','',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7123,0,0,0,0,0,6410,0,0,0,'Shadow Council Master','',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7124,0,0,0,0,0,6409,0,0,0,'Shadow Council Highlord','',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7127,0,0,0,0,0,1913,0,0,0,'Jaedenar Stalker','',NULL,0,1,1,0,1434,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7128,0,0,0,0,0,1913,0,0,0,'Jaedenar Mana Leech','',NULL,0,1,1,0,1434,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7129,0,0,0,0,0,1130,0,0,0,'Enslaved Voidwalker','',NULL,0,1,1,0,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7130,0,0,0,0,0,1130,0,0,0,'Voidwalker Servant','',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7131,0,0,0,0,0,1130,0,0,0,'Voidwalker Guardian','',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7133,0,0,0,0,0,5498,0,0,0,'Noxious Horror','',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7134,0,0,0,0,0,5987,0,0,0,'Poison Flayer','',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7143,0,0,0,0,0,5849,0,0,0,'Decaying Treant','',NULL,0,51,52,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7144,0,0,0,0,0,10621,0,0,0,'Withered Treant','',NULL,0,53,54,0,16,0,1.2,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,4,0,0,0,0,0,0,0,0,0,0,11442,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7146,0,0,0,0,0,2077,0,0,0,'Treant Protector','',NULL,0,55,56,0,124,0,1.2,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,4,0,0,0,0,0,0,0,0,0,0,12747,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7150,0,0,0,0,0,5850,0,0,0,'Withered Guardian','',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7151,0,0,0,0,0,5850,0,0,0,'Withered Watcher','',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7152,0,0,0,0,0,5850,0,0,0,'Withered Forest Walker','',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7173,0,0,0,0,0,2575,0,0,0,'World Weaponsmithing Trainer','Weaponsmith Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7174,0,0,0,0,0,2575,0,0,0,'World Armorsmithing Trainer','Armorsmithing Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7186,0,0,0,0,0,169,0,0,0,'A','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7227,0,0,0,0,0,196,0,0,0,'Cobaltine Dragonspawn','',NULL,0,48,49,0,60,0,1.2,1.14286,1,1,83,110,0,200,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7270,0,0,0,0,0,6429,6430,0,0,'Sandfury Zombie','',NULL,0,44,45,0,21,0,1.2,1.14286,1,1,76,100,0,184,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,9523,0,0,0,0,0,0,1,8388624,0,'',12340),(7373,0,0,0,0,0,11534,0,0,0,'Deadwind Enforcer','',NULL,0,59,60,0,45,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(7374,0,0,0,0,0,7857,0,0,0,'Vengeful Wraith','',NULL,0,69,70,1,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,24480,0,0,0,0,0,0,1,8388624,0,'',12340),(7375,0,0,0,0,0,7857,0,0,0,'Spirit of Wrath','',NULL,0,69,70,1,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,24480,0,0,0,0,0,0,1,8388624,0,'',12340),(7377,0,0,0,0,0,6195,0,0,0,'Doomhound Ravager','',NULL,0,57,58,0,14,0,1.2,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7378,0,0,0,0,0,6196,0,0,0,'Doomhound Mastiff','',NULL,0,59,60,0,14,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7388,0,0,0,0,0,6189,0,0,0,'Cockatoo','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7393,0,0,0,0,0,304,0,0,0,'White Plymouth Rock','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7488,0,0,0,0,0,6229,0,0,0,'Haka\'wani','Mage Trainer',NULL,0,40,40,0,126,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7503,0,0,0,0,0,6233,0,0,0,'Curse of the Eye (Male)','',NULL,0,26,27,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7504,0,0,0,0,0,6234,0,0,0,'Curse of the Eye (Female)','',NULL,0,26,27,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7525,0,0,0,0,0,2575,0,0,0,'World Leatherworking Dragonscale Trainer','Dragonscale Leatherworking Trainer',NULL,0,26,26,0,35,0,1.2,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,8272,8046,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7526,0,0,0,0,0,2575,0,0,0,'World Leatherworking Elemental Trainer','Elemental Leatherworking Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7528,0,0,0,0,0,2575,0,0,0,'World Leatherworking Tribal Trainer','Tribal Leatherworking Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7546,0,0,0,0,0,6292,0,0,0,'Bronze Whelpling','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7547,0,0,0,0,0,6293,0,0,0,'Azure Whelpling','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7548,0,0,0,0,0,6294,0,0,0,'Faeling','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7551,0,0,0,0,0,6296,0,0,0,'Dart Frog','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7552,0,0,0,0,0,6297,0,0,0,'Island Frog','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7554,0,0,0,0,0,6298,0,0,0,'Snowy Owl','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7556,0,0,0,0,0,6300,0,0,0,'Eagle Owl','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7558,0,0,0,0,0,4626,0,0,0,'Cottontail Rabbit','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7559,0,0,0,0,0,6302,0,0,0,'Spotted Rabbit','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7561,0,0,0,0,0,2955,0,0,0,'Albino Snake','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7563,0,0,0,0,0,2956,0,0,0,'Blue Racer','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7570,0,0,0,0,0,1824,0,0,0,'Elven Wisp','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(7663,0,0,0,0,0,4841,4842,4843,4844,'Ashenvale Warrior','',NULL,0,40,40,0,79,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7689,0,0,0,0,0,6447,0,0,0,'Spotted Nightsaber','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(7703,0,0,0,0,0,6468,0,0,0,'Obsidian Raptor','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(7709,0,0,0,0,0,6474,0,0,0,'Riding Tallstrider (Brown)','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(7710,0,0,0,0,0,6475,0,0,0,'Riding Tallstrider (Gray)','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(7711,0,0,0,0,0,6476,0,0,0,'Riding Tallstrider (Pink)','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(7712,0,0,0,0,0,6477,0,0,0,'Riding Tallstrider (Purple)','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(7713,0,0,0,0,0,6478,0,0,0,'Riding Tallstrider (Turquoise)','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(7743,0,0,0,0,0,2575,0,0,0,'World Undead Horse Riding Trainer','Undead Horse Riding Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7745,0,0,0,0,0,2575,0,0,0,'World Raptor Riding Trainer','Raptor Riding Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7746,0,0,0,0,0,2575,0,0,0,'World Mechastrider Riding Trainer','Mechastrider Riding Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7747,0,0,0,0,0,2575,0,0,0,'World Mount Vendor','Mount Vendor',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7748,0,0,0,0,0,2575,0,0,0,'World Horse Vendor','Horse Vendor',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7791,0,0,0,0,0,6697,0,0,0,'Theka the Martyr Shapeshift','',NULL,0,49,49,0,37,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,9523,10660,0,0,0,0,0,1,8388624,0,'',12340),(7896,0,0,0,0,0,6955,6956,0,0,'Southsea Buccaneer','',NULL,0,44,45,0,230,0,1.2,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,20021,0,0,0,0,0,0,1,0,0,'',12340),(7898,0,0,0,0,0,328,4626,0,0,'Pirate treasure trigger mob','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(7906,0,0,0,0,0,3258,3257,0,0,'Goldshire Guard','',NULL,0,22,22,0,11,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7919,0,0,0,0,0,5327,0,0,0,'Gnomeregan - Matrix Punchograph 3005-A','',NULL,0,43,45,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(7935,0,0,0,0,0,3188,0,0,0,'Irradiated Ozzie','',NULL,0,10,10,0,64,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8148,0,0,0,0,0,7362,0,0,0,'Waurg','Food & Drink',NULL,0,42,42,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8206,0,0,0,0,0,2533,0,0,0,'Soul of Tanaris','',NULL,0,51,51,0,91,0,1.2,1.14286,1,2,86,114,0,210,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,4,0,0,0,0,0,0,0,0,0,0,6524,5568,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8316,0,0,0,0,0,282,0,0,0,'Paladin 10 Alternate','',NULL,0,10,10,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8321,0,0,0,0,0,282,0,0,0,'Paladin 20 Alternate','',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,80,1,0,2,'',12340),(8322,0,0,0,0,0,282,0,0,0,'Paladin 30 Alternate','',NULL,0,30,30,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8323,0,0,0,0,0,282,0,0,0,'Paladin 40 Alternate','',NULL,0,40,40,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8377,0,0,0,0,0,7589,0,0,0,'Ahdi of Shadow Hall','',NULL,0,47,47,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8406,0,0,0,0,0,7618,0,0,0,'Or\'lin Oakenfist','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8407,0,0,0,0,0,2020,0,0,0,'Makron the Corrupt','',NULL,0,53,53,0,90,0,1.2,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,3,0,0,0,0,0,0,0,0,0,0,29651,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8505,0,0,0,0,0,7803,0,0,0,'Hex of Jammal\'an','',NULL,0,53,54,0,37,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8536,0,0,0,0,0,7856,0,0,0,'Putrid Slayer','',NULL,0,58,60,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,149,1,8388624,0,'',12340),(8537,0,0,0,0,0,4870,0,0,0,'Interloper','',NULL,0,42,43,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(8552,0,0,0,0,0,10383,10384,10385,10386,'Necrolyte','Cult of the Damned',NULL,0,54,55,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(8559,0,0,0,0,0,3004,0,0,0,'Undead Nerubian','',NULL,0,60,61,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(8599,0,0,0,0,0,7893,0,0,0,'Plaguehound Mastiff','',NULL,0,57,58,0,14,0,1.2,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8613,0,0,0,0,0,7907,0,0,0,'Ozzie','',NULL,0,26,26,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8663,0,0,0,0,0,5231,0,0,0,'Splinterbone Elite','',NULL,0,35,36,0,152,0,1.2,1.14286,1,1,50,66,0,120,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(8676,0,0,0,0,0,2590,0,0,0,'World Gnome Engineering Trainer','Gnomish Engineering Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8677,0,0,0,0,0,1233,0,0,0,'World Goblin Engineering Trainer','Goblin Engineering Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8765,0,0,0,0,0,11140,0,0,0,'Forest Creeper','',NULL,0,50,51,0,14,0,1.2,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8777,0,0,0,0,0,8054,0,0,0,'Seinrick Coulthane','Skinning Trainer',NULL,0,35,35,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8880,0,0,0,0,0,6569,6544,0,0,'Mechastrider','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),(8887,0,0,0,0,0,8175,0,0,0,'A tormented voice',NULL,NULL,0,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8935,0,0,0,0,0,282,0,0,0,'Paladin 20 AlternateHighDamage','',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,80,1,0,2,'',12340),(9180,0,0,0,0,0,11686,0,0,0,'World Event Generator','',NULL,0,5,5,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9275,0,0,0,0,0,1140,0,0,0,'Launcher','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9276,0,0,0,0,0,1140,0,0,0,'Launcher2','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9417,0,0,0,0,0,8574,0,0,0,'Sleeping Dragon','',NULL,0,60,60,0,40,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9542,0,0,0,0,0,8710,0,0,0,'Franclorn\'s Spirit',NULL,NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9576,0,0,0,0,0,8764,0,0,0,'Stormwind Talent Master','Talent Master',NULL,0,50,50,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9578,0,0,0,0,0,8763,0,0,0,'Ironforge Talent Master','Talent Master',NULL,0,50,50,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9579,0,0,0,0,0,8765,0,0,0,'Darnassus Talent Master','Talent Master',NULL,0,50,50,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9581,0,0,0,0,0,8767,0,0,0,'Thunder Bluff Talent Master','Talent Master',NULL,0,50,50,0,104,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9582,0,0,0,0,0,8768,0,0,0,'Undercity Talent Master','Talent Master',NULL,0,50,50,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9599,0,0,0,0,0,1461,0,0,0,'Arei Transformed','',NULL,0,56,56,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9702,0,0,0,0,0,6032,0,0,0,'Grurk','',NULL,0,18,18,0,40,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9703,0,0,0,0,0,6032,0,0,0,'Il\'thurk','',NULL,0,17,17,0,40,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9704,0,0,0,0,0,6032,0,0,0,'Lumurk','',NULL,0,17,17,0,40,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9705,0,0,0,0,0,8972,0,0,0,'Illusionary Dreamwatcher','',NULL,0,55,55,0,50,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9837,0,0,0,0,0,9150,0,0,0,'Lithilia','',NULL,0,59,59,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(9896,0,0,0,0,0,2575,0,0,0,'World Stable Master','Stable Master',NULL,9821,10,10,0,35,4194305,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(9936,0,0,0,0,0,9209,0,0,0,'Corrupted Kitten','',NULL,55002,1,1,0,188,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(10080,0,0,0,0,0,9291,0,0,0,'Sandarr Dunereaver',NULL,NULL,0,45,45,0,37,0,1,1.14286,1,2,76,100,0,184,7.5,2000,2000,1,2,2048,0,0,0,0,0,0,52,76,17,7,0,10080,0,0,0,0,0,0,0,0,14516,15615,13730,0,0,0,0,0,0,0,291,1474,'',0,3,1,3,2,1,0,9523,0,0,0,0,0,0,1,0,0,'',12340),(10081,0,0,0,0,0,9292,0,0,0,'Dustwraith',NULL,NULL,0,46,46,0,37,0,1,1.14286,1,2,77,102,0,188,7.5,2000,2000,1,2,2048,0,0,0,0,0,0,53,78,17,7,0,10081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,1417,'',0,3,1,3,2,1,0,9523,0,0,0,0,0,0,1,0,0,'',12340),(10084,0,0,0,0,0,457,0,0,0,'Rage Talon Whelp','',NULL,0,56,57,0,40,0,1.2,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,2,0,0,0,0,0,75,0,0,0,0,17290,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10178,0,0,0,0,0,9475,0,0,0,'Fluorescent Green Mechanostrider','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),(10203,0,0,0,0,0,1687,0,0,0,'Berylgos','',NULL,0,62,62,0,103,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10236,0,0,0,0,0,9529,0,0,0,'Wep','',NULL,0,33,33,0,130,0,1.2,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,6067,0,0,0,0,0,144,1,0,0,'',12340),(10237,0,0,0,0,0,9530,0,0,0,'Yor <UNUSED>','',NULL,0,35,35,0,132,0,1.2,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,10237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,6067,0,0,0,0,0,144,1,0,0,'',12340),(10238,0,0,0,0,0,9531,0,0,0,'Staggon','',NULL,0,35,35,0,133,0,1.2,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,6067,0,0,0,0,0,144,1,0,0,'',12340),(10239,0,0,0,0,0,9532,0,0,0,'Tepolar','',NULL,0,38,38,0,134,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,6067,0,0,0,0,0,144,1,0,0,'',12340),(10291,0,0,0,0,0,2198,0,0,0,'Krysteea','Warrior Trainer',NULL,0,50,50,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10292,0,0,0,0,0,9820,0,0,0,'Rombulus Frostmoon','Dagger Trainer',NULL,0,40,40,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10294,0,0,0,0,0,9824,0,0,0,'Malakar Frostmoon','Fist Weapons Trainer',NULL,0,40,40,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10295,0,0,0,0,0,9823,0,0,0,'Jennail Mooncaller','Staves Trainer',NULL,0,40,40,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10297,0,0,0,0,0,9825,0,0,0,'Gerratys Nightrunner','Bow Trainer',NULL,0,40,40,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10298,0,0,0,0,0,9826,0,0,0,'Traelion Shadewhisper','Thrown Weapons Trainer',NULL,0,40,40,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10395,0,0,0,0,0,775,0,0,0,'Black Guard Warrior','',NULL,0,59,60,0,21,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10397,0,0,0,0,0,775,0,0,0,'Black Guard Executioner','',NULL,0,61,62,0,21,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10449,0,0,0,0,0,9813,0,0,0,'Emily Vaccar','Polearm Trainer',NULL,0,40,40,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10451,0,0,0,0,0,9812,0,0,0,'Sarah Arello','Staves Trainer',NULL,0,40,40,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10452,0,0,0,0,0,9816,0,0,0,'Farbrahm Steelfist','Mace Trainer',NULL,0,40,40,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10453,0,0,0,0,0,9814,0,0,0,'Grimbur Flintaxe','Axe Trainer',NULL,0,40,40,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10454,0,0,0,0,0,9819,0,0,0,'Filliwick Featherfizz','Crossbow Trainer',NULL,0,40,40,0,875,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10459,0,0,0,0,0,9723,0,0,0,'Rend on Drake Visual','',NULL,0,62,62,0,40,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(10466,0,0,0,0,0,10665,0,0,0,'Styleen Silvercart','Exotic Item Vendor',NULL,0,40,40,0,474,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10483,0,0,0,0,0,9786,7550,0,0,'Risen Flayer','',NULL,0,57,59,0,233,0,1.2,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10484,0,0,0,0,0,9786,7550,0,0,'Risen Terror','',NULL,0,57,58,0,233,0,1.2,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10492,0,0,0,0,0,11397,0,0,0,'Risen Shadowmage','',NULL,0,58,59,0,233,0,1.2,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10493,0,0,0,0,0,11397,0,0,0,'Risen Sorcerer','',NULL,0,58,59,0,233,0,1.2,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,17738,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.33,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10494,0,0,0,0,0,1065,0,0,0,'Decrepit Ghoul','',NULL,0,40,41,0,233,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10579,0,0,0,0,0,9943,0,0,0,'Kirtonos the Herald (Spell Visual)','',NULL,0,60,60,0,233,0,1.2,1.14286,1,1,104,138,0,252,7.5,1600,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,8379,20741,18144,12882,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10783,0,0,0,0,0,1877,0,0,0,'Orb of Deception (Orc, Male)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10784,0,0,0,0,0,9886,0,0,0,'Orb of Deception (Orc, Female)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10785,0,0,0,0,0,7626,0,0,0,'Orb of Deception (Tauren, Male)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10786,0,0,0,0,0,10052,0,0,0,'Orb of Deception (Tauren, Female)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10787,0,0,0,0,0,9715,0,0,0,'Orb of Deception (Troll, Male)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10788,0,0,0,0,0,9718,0,0,0,'Orb of Deception (Troll, Female)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10789,0,0,0,0,0,2860,0,0,0,'Orb of Deception (Undead, Male)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10790,0,0,0,0,0,6058,0,0,0,'Orb of Deception (Undead, Female)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10791,0,0,0,0,0,1891,0,0,0,'Orb of Deception (Dwarf, Male)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10792,0,0,0,0,0,10134,0,0,0,'Orb of Deception (Dwarf, Female)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10793,0,0,0,0,0,4493,0,0,0,'Orb of Deception (Gnome, Male)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10794,0,0,0,0,0,7138,0,0,0,'Orb of Deception (Gnome, Female)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10795,0,0,0,0,0,2517,0,0,0,'Orb of Deception (Human, Male)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10796,0,0,0,0,0,3143,0,0,0,'Orb of Deception (Human, Female)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10797,0,0,0,0,0,4180,0,0,0,'Orb of Deception (NightElf, Male)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10798,0,0,0,0,0,2227,0,0,0,'Orb of Deception (Nightelf, Female)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10818,0,0,0,0,0,6380,0,0,0,'Death Knight Soulbearer','',NULL,0,43,43,0,16,0,1.2,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10819,0,0,0,0,0,6380,0,0,0,'Baron Bloodbane','',NULL,0,59,59,0,16,0,1.2,1.14286,1,4,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,29712,12555,11734,31754,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10820,0,0,0,0,0,6380,0,0,0,'Duke Ragereaver','',NULL,0,45,45,0,16,0,1.2,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(10898,0,0,0,0,0,10218,10219,10220,10221,'Blackhand Armorsmith','Blackhand Legion',NULL,0,59,59,0,40,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),(10985,22626,32005,37324,0,0,10041,0,0,0,'Ice Giant','',NULL,0,63,63,0,14,0,1.2,1.14286,1,1,181,253,0,268,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10989,22728,31925,37241,0,0,8716,0,0,0,'Blizzard Elemental','',NULL,0,1,1,0,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11045,0,0,0,0,0,10466,0,0,0,'Burns','',NULL,0,45,45,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11144,0,0,0,0,0,10648,0,0,0,'Oracle Sphere','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(11148,0,0,0,0,0,10662,0,0,0,'Purple Mechanostrider','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),(11149,0,0,0,0,0,10664,0,0,0,'Red and Blue Mechanostrider','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),(11151,0,0,0,0,0,10666,0,0,0,'Riding MechaStrider (Yellow/Green)','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),(11179,0,0,0,0,0,1141,0,0,0,'Crystal Trigger','',NULL,0,60,60,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,128,'',12340),(11292,0,0,0,0,0,10275,0,0,0,'Mossflayer Berserker','',NULL,0,55,55,0,37,0,1.2,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,10101,8599,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11381,0,0,0,0,0,11298,0,0,0,'Jin','',NULL,0,60,60,0,28,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11392,0,0,0,0,0,11039,0,0,0,'Audrey Vergara','',NULL,0,30,30,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11393,0,0,0,0,0,11349,0,0,0,'Josh Miller','',NULL,0,35,35,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11394,0,0,0,0,0,11041,0,0,0,'Lauren Preston','',NULL,0,40,40,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11395,0,0,0,0,0,11350,0,0,0,'Kevin Faulder','',NULL,0,45,45,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11396,0,0,0,0,0,11043,0,0,0,'Joelle McCarthy','',NULL,0,60,60,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11398,0,0,0,0,0,11045,0,0,0,'Charisse Moonrunner','',NULL,0,35,35,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11399,0,0,0,0,0,11046,0,0,0,'Ashlyn Vor\'lair','',NULL,0,30,30,0,124,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11400,0,0,0,0,0,11047,0,0,0,'Ann\'rimor Falchi','',NULL,0,45,45,0,1076,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11402,0,0,0,0,0,11049,0,0,0,'Jarvis Greenhammer','',NULL,0,30,30,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11403,0,0,0,0,0,11051,0,0,0,'Russle Hochstein','',NULL,0,35,35,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11404,0,0,0,0,0,11052,0,0,0,'Dillon Gregor','',NULL,0,40,40,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11405,0,0,0,0,0,11050,0,0,0,'Diana Battleheart','',NULL,0,45,45,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11408,0,0,0,0,0,11055,0,0,0,'Watna','',NULL,0,35,35,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11409,0,0,0,0,0,11056,0,0,0,'Jo\'bu','',NULL,0,40,40,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11410,0,0,0,0,0,11057,0,0,0,'Shal\'vol','',NULL,0,45,45,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11411,0,0,0,0,0,11058,0,0,0,'Priestess Kara\'van','',NULL,0,60,60,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11412,0,0,0,0,0,11059,0,0,0,'Danielle Koppen','',NULL,0,30,30,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(11413,0,0,0,0,0,11060,0,0,0,'Vincent Wilfork','',NULL,0,35,35,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11414,0,0,0,0,0,11061,0,0,0,'Nicole Tarlow','',NULL,0,40,40,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(11415,0,0,0,0,0,11062,0,0,0,'Amber Provost','',NULL,0,60,60,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(11416,0,0,0,0,0,11063,0,0,0,'Thomas Brady','',NULL,0,45,45,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11437,0,0,0,0,0,10906,0,0,0,'Minor Infernal','',NULL,0,29,30,0,90,0,1.2,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11474,0,0,0,0,0,7857,0,0,0,'Eldreth Wraith','',NULL,0,59,60,0,16,0,1.2,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,22224,0,0,0,0,0,0,1,8388624,0,'',12340),(11479,0,0,0,0,0,14252,0,0,0,'Arcane Horror','',NULL,0,58,59,0,834,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11494,0,0,0,0,0,11686,0,0,0,'Alzinn Trigger','',NULL,0,60,60,0,35,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(11547,0,0,0,0,0,9785,0,0,0,'Skeletal Scholomance Student','',NULL,0,1,1,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11549,0,0,0,0,0,11360,0,0,0,'Austin Burwell','',NULL,0,40,40,0,123,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11550,0,0,0,0,0,11361,0,0,0,'Taylor Burwell','',NULL,0,40,40,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11579,0,0,0,0,0,5490,0,0,0,'Tempest','',NULL,0,41,41,0,91,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11580,0,0,0,0,0,10701,0,0,0,'Kelemis the Lifeless','',NULL,0,41,41,0,21,0,1.2,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11581,0,0,0,0,0,11390,11392,11391,11393,'Scarlet Assassin','',NULL,0,54,56,0,67,0,1.2,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11597,0,0,0,0,0,10914,0,0,0,'Cheveyo','',NULL,0,40,40,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,6249,7271,0,0,0,0,0,1,0,0,'',12340),(11606,22781,32142,37472,0,0,371,0,0,0,'Whitewhisker Tunnel Rat','',NULL,0,1,1,0,26,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11617,0,0,0,0,0,11465,0,0,0,'Digger \"The Wrench\" Veriatus','',NULL,0,55,55,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11618,0,0,0,0,0,11466,0,0,0,'Archmage Antonio','',NULL,0,57,57,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11619,0,0,0,0,0,11467,0,0,0,'Merchant Bolden','',NULL,0,57,57,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11628,0,0,0,0,0,10256,4631,0,0,'Decaying Corpse','',NULL,0,40,41,0,233,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.33,1,1,0,0,0,0,0,0,0,80,1,8388624,0,'',12340),(11676,22642,31974,37293,0,0,12815,0,0,0,'Fjordune the Greater','',NULL,0,1,1,0,14,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(11719,0,0,0,0,0,11681,0,0,0,'Navi Quickdraw','',NULL,0,35,35,0,104,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11742,0,0,0,0,0,9906,0,0,0,'Silt Grub','',NULL,0,54,55,0,14,0,1.2,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11743,0,0,0,0,0,9906,0,0,0,'Silt Devourer','',NULL,0,54,55,0,14,0,1.2,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11779,0,0,0,0,0,11710,0,0,0,'Shadowshard Thunderer','',NULL,0,47,47,0,834,0,1.2,1.14286,1,1,79,105,0,192,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,4,0,0,0,0,0,0,0,0,161,0,11824,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1.5,1,0,17756,0,0,0,0,0,0,1,0,0,'',12340),(11780,0,0,0,0,0,11711,0,0,0,'Ambershard Rager','',NULL,0,45,45,0,834,0,1.2,1.14286,1,1,76,100,0,184,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,4,0,0,0,0,0,0,0,0,0,135,8599,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11809,0,0,0,0,0,11735,0,0,0,'Danni Palewing','',NULL,0,26,26,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11816,0,0,0,0,0,11748,0,0,0,'Una Ji\'ro',NULL,NULL,0,12,12,0,35,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11902,0,0,0,0,0,262,0,0,0,'Aiden','',NULL,0,1,1,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11903,0,0,0,0,0,221,0,0,0,'Alexander','',NULL,0,1,1,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11904,0,0,0,0,0,338,0,0,0,'Noah','',NULL,0,1,1,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11905,0,0,0,0,0,338,0,0,0,'Jordan','',NULL,0,1,1,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11906,0,0,0,0,0,11873,0,0,0,'Sophia','',NULL,0,1,1,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11907,0,0,0,0,0,344,0,0,0,'Alanna','',NULL,0,1,1,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11908,0,0,0,0,0,11873,0,0,0,'Mirah','',NULL,0,1,1,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11909,0,0,0,0,0,257,0,0,0,'Penelope','',NULL,0,1,1,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11919,0,0,0,0,0,1471,0,0,0,'Claudia','',NULL,0,25,25,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11926,0,0,0,0,0,2392,0,0,0,'[PH] Northshire Gift Dispenser','',NULL,0,5,5,0,534,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11938,0,0,0,0,0,11949,0,0,0,'Young Tirion','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11958,0,0,0,0,0,11913,0,0,0,'Gracchus Spiritlight','Argent Dawn',NULL,0,60,60,0,814,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12020,0,0,0,0,0,12032,0,0,0,'Moonglade Alchemy Trainer','Artisan Alchemist',NULL,0,51,51,0,994,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12035,0,0,0,0,0,12057,0,0,0,'Aerie Peak Mining Trainer','Mining Trainer',NULL,0,55,55,0,694,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12036,0,0,0,0,0,12054,0,0,0,'Aerie Peak General Goods','General Goods',NULL,0,55,55,0,694,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12039,0,0,0,0,0,12056,0,0,0,'Aerie Peak Meat Vendor','Butcher',NULL,0,55,55,0,694,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12040,0,0,0,0,0,12055,0,0,0,'Aerie Peak Mail Armor Vendor','Armorsmith',NULL,0,55,55,0,694,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12044,0,0,0,0,0,12058,0,0,0,'Sun Rock Blacksmithing Supplies','Blacksmithing & Mining Supplies',NULL,0,32,32,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12054,0,0,0,0,0,239,0,0,0,'Dawnchaser','',NULL,0,60,60,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12142,0,0,0,0,0,12161,0,0,0,'Flamewaker Guardian','',NULL,0,62,62,0,54,0,1.2,1.14286,1,1,172,240,0,262,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,8,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(12145,0,0,0,0,0,12244,0,0,0,'Riding Kodo (Black)','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12146,0,0,0,0,0,12247,0,0,0,'Riding Kodo (Olive)','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12147,0,0,0,0,0,12241,0,0,0,'Riding Kodo (White)','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12176,0,0,0,0,0,12246,12245,12242,0,'Tame Kodo','',NULL,0,40,40,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(12177,0,0,0,0,0,12272,0,0,0,'Kyle Blackthorne','',NULL,0,36,37,0,35,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),(12200,0,0,0,0,0,6761,0,0,0,'Cobaltine Wyrmkin','',NULL,0,49,50,0,60,0,1.2,1.14286,1,1,85,112,0,206,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12260,0,0,0,0,0,6369,0,0,0,'Onyxian Drake','',NULL,0,59,61,0,103,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12386,0,0,0,0,0,12435,0,0,0,'Magus Kyara','',NULL,0,55,55,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12434,0,0,0,0,0,11686,0,0,0,'Monster Generator (Blackwing)',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12536,0,0,0,0,0,12529,715,9586,12530,'Illusion: Black Dragonkin','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12741,0,0,0,0,0,143,0,0,0,'Warrior 40 (More Leash)','',NULL,0,40,40,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,100014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(12758,0,0,0,0,0,11686,0,0,0,'Onyxia Trigger','','',0,80,80,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,0,1,33685508,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_onyxia_trigger',11723),(12819,0,0,0,0,0,29421,0,0,0,'Ruul Snowhoof Bear Form','',NULL,0,1,1,0,714,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12857,0,0,0,0,0,11679,0,0,0,'Elogit','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12898,0,0,0,0,0,12820,0,0,0,'Phantim Illusion','',NULL,0,62,62,0,50,0,1.2,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13083,0,0,0,0,0,12990,0,0,0,'Echo of Archimonde','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13148,0,0,0,0,0,13069,0,0,0,'Flame of Ragnaros',NULL,NULL,0,60,60,0,54,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13281,22553,31995,37314,0,0,2346,0,0,0,'Furis','',NULL,0,1,1,0,1215,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(13339,0,0,0,0,0,143,0,0,0,'Warrior 60','',NULL,0,60,60,0,7,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(13477,0,0,0,0,0,11686,0,0,0,'Noxxion Trigger','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,231,1,0,128,'',12340),(13496,22632,32055,37376,0,0,8811,0,0,0,'Risen Ancient','',NULL,0,60,60,0,1216,0,1.2,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13516,22675,31985,37304,0,0,13817,13818,13819,13820,'Frostwolf Outrunner','',NULL,0,56,56,0,1214,0,1.2,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13517,22716,32071,37392,0,0,13821,13822,13823,13824,'Seasoned Outrunner','',NULL,0,59,59,0,1214,0,1.2,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13518,22590,31906,37459,0,0,13828,13830,13831,13832,'Veteran Outrunner','',NULL,0,60,60,0,1214,0,1.2,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13519,22610,31941,37259,0,0,13833,13834,13835,13836,'Champion Outrunner','',NULL,0,61,61,0,1214,0,1.2,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13520,22692,32102,37423,0,0,13674,13675,13676,13677,'Stormpike Ranger','',NULL,0,56,56,0,1216,0,1.2,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13521,22717,32072,37393,0,0,13678,13679,13680,13681,'Seasoned Ranger','',NULL,0,59,59,0,1216,0,1.2,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13522,22591,31905,37460,0,0,13682,13683,13684,13685,'Veteran Ranger','',NULL,0,60,60,0,1216,0,1.2,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13523,22611,31942,37260,0,0,13686,13687,13688,13689,'Champion Ranger','',NULL,0,56,56,0,1216,0,1.2,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13619,0,0,0,0,0,1555,0,0,0,'Gizlock\'s Dummy','',NULL,0,60,60,0,52,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(13620,0,0,0,0,0,1126,0,0,0,'Gizlock','',NULL,0,60,60,0,86,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13856,0,0,0,0,0,3939,0,0,0,'Alliance Res Fixer','Click me to clear res effects',NULL,0,60,60,0,534,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13857,0,0,0,0,0,1872,0,0,0,'Horde Res Fixer','Click me to clear res effects',NULL,0,60,60,0,714,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(13977,22625,31998,37317,0,0,12249,0,0,0,'Gash\'nak the Cannibal','',NULL,0,60,60,0,37,0,1.2,1.14286,1,2,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14016,22637,32120,37443,0,0,14064,0,0,0,'Ushalac the Gloomdweller','',NULL,0,1,1,0,37,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14017,22797,0,0,0,0,14056,14058,14057,14059,'Withered Troll','',NULL,0,1,1,0,37,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14018,22631,32054,37375,0,0,14072,0,0,0,'Rezrelek','Winterax Hero',NULL,0,1,1,0,37,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14019,22636,32111,37432,0,0,13990,0,0,0,'Tatterhide','',NULL,0,1,1,0,16,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14042,0,0,0,0,0,14193,0,0,0,'Rytama','Binder of the Moro\'gai',NULL,0,61,61,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14061,0,0,0,0,0,13110,0,0,0,'Phase Lasher (Fire)','',NULL,0,37,38,0,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14062,0,0,0,0,0,14214,0,0,0,'Phase Lasher (Nature)','',NULL,0,37,38,0,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14063,0,0,0,0,0,14213,0,0,0,'Phase Lasher (Arcane)','',NULL,0,37,38,0,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14101,0,0,0,0,0,14152,0,0,0,'Enraged Felguard',NULL,NULL,0,60,60,0,40,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,16046,15548,15580,8269,0,0,0,0,0,0,0,0,'',0,3,1,30,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14141,22693,32103,37424,0,0,13274,13275,13276,13277,'Stormpike Reclaimer','',NULL,0,1,1,0,1216,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14142,22677,31988,37307,0,0,12165,12166,12167,12170,'Frostwolf Reclaimer','',NULL,0,1,1,0,1214,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14143,0,0,0,0,0,14192,0,0,0,'Ar\'lia','The Moro\'gai',NULL,0,61,61,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14144,0,0,0,0,0,14317,0,0,0,'Taroen','The Moro\'gai',NULL,0,61,61,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14145,0,0,0,0,0,14317,0,0,0,'Ja\'ker','The Moro\'gai',NULL,0,61,61,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14146,0,0,0,0,0,14317,0,0,0,'Urrul','The Moro\'gai',NULL,0,61,61,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14147,0,0,0,0,0,14192,0,0,0,'Lorael','The Moro\'gai',NULL,0,61,61,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14148,0,0,0,0,0,14192,0,0,0,'Fre\'an','The Moro\'gai',NULL,0,61,61,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14161,0,0,0,0,0,14314,0,0,0,'Karana','The Moro\'gai',NULL,0,61,61,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14162,0,0,0,0,0,10504,10505,10506,10507,'RaidMage','100FR Arcane',NULL,0,60,60,0,67,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14181,0,0,0,0,0,14212,0,0,0,'[PH] Graveyard Herald','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14184,0,0,0,0,0,14112,0,0,0,'Phase Lasher (Frost)','',NULL,0,37,38,0,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14261,0,0,0,0,0,14886,0,0,0,'Blue Drakonid',NULL,NULL,0,60,60,0,103,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,2,8,0,0,0,0,0,0,200,0,200,22559,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14265,0,0,0,0,0,14885,0,0,0,'Black Drakonid',NULL,NULL,0,60,60,0,103,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,2,8,0,0,0,0,200,0,0,200,0,22560,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14274,22793,0,0,0,0,2714,0,0,0,'Winterax Tracker','',NULL,0,1,1,0,37,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8841,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14302,0,0,0,0,0,14352,0,0,0,'Chromatic Drakonid',NULL,NULL,0,60,60,0,103,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,2,8,0,0,0,0,200,200,200,200,200,22560,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14306,0,0,0,0,0,9956,0,0,0,'Eskhandar',NULL,NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14307,0,0,0,0,0,11686,0,0,0,'Black Drakonid Spawner',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14309,0,0,0,0,0,11686,0,0,0,'Red Drakonid Spawner',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14310,0,0,0,0,0,11686,0,0,0,'Green Drakonid Spawner',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14311,0,0,0,0,0,11686,0,0,0,'Bronze Drakonid Spawner',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14312,0,0,0,0,0,11686,0,0,0,'Blue Drakonid Spawner',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14341,0,0,0,0,0,4943,0,0,0,'Felendor the Accuser','',NULL,0,53,54,0,16,0,1.2,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14346,0,0,0,0,0,4426,0,0,0,'Captain Greshkil','',NULL,0,52,53,0,90,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14352,0,0,0,0,0,14385,0,0,0,'Duke Landressar','Agent of Therazane',NULL,0,63,63,0,103,0,1.2,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,40,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),(14391,0,0,0,0,0,11686,0,0,0,'Dire Maul Reaver Post','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14406,0,0,0,0,0,2767,2768,10915,0,'Roving Kodo','',NULL,0,36,37,0,15,0,1.2,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,7271,0,0,0,0,0,0,1,0,0,'',12340),(14422,0,0,0,0,0,11686,0,0,0,'BRD Trigger','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(14493,0,0,0,0,0,14537,14539,14538,14540,'Priest Epic Event Caller','',NULL,0,51,53,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14501,0,0,0,0,0,10905,0,0,0,'Warlock Mount Ritual Mob Type 3, Infernal (DND)','',NULL,0,50,51,0,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14554,0,0,0,0,0,14581,0,0,0,'Swift Stripped Mechanostrider','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),(14562,0,0,0,0,0,14373,0,0,0,'Swift Blue Mechanostrider','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),(14563,0,0,0,0,0,14375,0,0,0,'Swift Red Mechanostrider','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),(14605,0,0,0,0,0,12073,0,0,0,'Bone Construct',NULL,NULL,0,60,60,0,103,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,8,0,0,0,0,0,0,0,0,0,8355,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(14606,0,0,0,0,0,11686,0,0,0,'Drakonid Corpse Trigger','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(14623,0,0,0,0,0,10186,0,0,0,'Warsong Gulch Battlemaster',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14629,0,0,0,0,0,14657,0,0,0,'Loggerhead Snapjaw','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(14630,0,0,0,0,0,14658,0,0,0,'Leatherback Snapjaw','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(14631,0,0,0,0,0,14659,0,0,0,'Olive Snapjaw','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(14632,0,0,0,0,0,14660,0,0,0,'Hawksbill Snapjaw','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(14633,0,0,0,0,0,14661,0,0,0,'Albino Snapjaw','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(14635,0,0,0,0,0,7929,7930,7931,7932,'Sleepy Dark Iron Worker','',NULL,0,44,45,0,54,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14636,0,0,0,0,0,14663,0,0,0,'Chambermaid Pillaclencher','',NULL,0,49,49,0,754,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14641,0,0,0,0,0,169,0,0,0,'[PH] Horde spell thrower','',NULL,0,1,1,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14642,0,0,0,0,0,169,0,0,0,'[PH] Alliance Spell thrower','',NULL,0,1,1,0,84,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14643,22600,0,0,0,0,12075,0,0,0,'[PH] Alliance Herald','',NULL,0,1,1,0,1334,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14644,22602,0,0,0,0,12080,0,0,0,'[PH] Horde Herald','',NULL,0,1,1,0,1335,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14681,0,0,0,0,0,26,487,160,441,'Transporter Malfunction','',NULL,0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(14682,0,0,0,0,0,1061,0,0,0,'Sever',NULL,NULL,0,21,21,0,21,0,1,1.14286,1,1,31,40,0,74,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,21,30,4,6,0,14682,0,0,0,0,0,0,0,0,17745,16508,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14683,0,0,0,0,0,10729,0,0,0,'Baron Titus Rivendare','',NULL,0,60,60,0,21,0,1.2,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14684,0,0,0,0,0,7919,0,0,0,'Balzaphon',NULL,NULL,0,60,60,0,21,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,14684,0,0,0,0,0,0,0,0,12096,37265,8398,32370,0,0,0,0,0,0,0,0,'',0,3,1,6,6,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14685,0,0,0,0,0,14693,0,0,0,'Morbus','',NULL,0,61,61,0,21,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14687,0,0,0,0,0,10553,0,0,0,'Soulless','',NULL,0,61,61,0,21,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14688,0,0,0,0,0,27555,0,0,0,'Prince Sandoval','',NULL,0,80,80,2,14,0,2,2.14286,1,1,417,582,0,608,7.5,2000,2000,2,33600,2048,0,0,0,0,0,0,341,506,80,6,32,0,0,0,0,0,0,0,0,0,40602,37662,15087,7964,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,10,1,0,0,0,0,0,0,0,191,1,8388624,0,'',12340),(14689,0,0,0,0,0,14253,0,0,0,'Mana Elemental','',NULL,0,59,60,0,834,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000001,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14690,0,0,0,0,0,14695,0,0,0,'Revanchion',NULL,NULL,0,60,60,0,21,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,14690,0,0,0,171,171,171,171,171,29849,30267,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,2,1,0,22224,0,0,0,0,0,0,1,8388624,0,'',12340),(14691,0,0,0,0,0,14696,0,0,0,'Basalt','',NULL,0,61,61,0,21,0,1.2,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,6,0,0,0,0,0,0,0,0,0,0,32647,23919,29574,28440,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,149,1,8388624,0,'',12340),(14692,0,0,0,0,0,14697,0,0,0,'Wollstonecraft','',NULL,0,61,61,0,21,0,1.2,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,6,0,0,0,0,0,0,0,0,0,0,11876,15284,15588,41116,0,0,0,0,0,0,0,0,'',0,3,1,10,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14694,0,0,0,0,0,14698,0,0,0,'Necrosis','',NULL,0,61,61,0,21,0,1.2,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,6,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14695,0,0,0,0,0,14699,0,0,0,'Lord Blackwood',NULL,NULL,0,60,60,0,21,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,14695,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14696,0,0,0,0,0,14700,0,0,0,'Stitched Behemoth','',NULL,0,60,60,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14697,0,0,0,0,0,12819,0,0,0,'Lumbering Horror',NULL,NULL,0,71,71,0,1630,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,4,2048,0,0,0,0,0,0,1,1,0,6,0,14697,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14698,0,0,0,0,0,14703,0,0,0,'Silent Stalker','',NULL,0,57,59,0,21,0,1.2,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,16380,8355,12540,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14700,0,0,0,0,0,14366,0,0,0,'Unclean Spirit','',NULL,0,57,59,0,21,0,1.2,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14701,0,0,0,0,0,14703,0,0,0,'Doom Wraith','',NULL,0,54,55,0,21,0,1.2,1.14286,1,1,94,125,0,228,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,19702,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14702,0,0,0,0,0,984,0,0,0,'Wailing Widow','',NULL,0,57,59,0,21,0,1.2,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,34322,16243,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14703,0,0,0,0,0,10751,0,0,0,'Death Siren','',NULL,0,56,57,0,21,0,1.2,1.14286,1,1,98,130,0,238,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,0,0,0,0,0,0,0,0,0,29505,16243,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14704,0,0,0,0,0,14705,0,0,0,'Skittering Dread','',NULL,0,54,55,0,21,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14705,0,0,0,0,0,11174,0,0,0,'Nerubian Webspinner','',NULL,0,57,59,0,21,0,1.2,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1.5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14707,0,0,0,0,0,12074,0,0,0,'Bone Warder','',NULL,0,57,59,0,21,0,1.2,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,30619,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14708,0,0,0,0,0,10974,14707,0,0,'Decaying Warrior','',NULL,0,57,59,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,80,1,8388624,0,'',12340),(14709,0,0,0,0,0,10974,14707,0,0,'Blighted Dead','',NULL,0,54,55,0,21,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,80,1,8388624,0,'',12340),(14710,0,0,0,0,0,11396,0,0,0,'Dread Sorcerer','',NULL,0,55,56,0,21,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14712,0,0,0,0,0,14708,0,0,0,'Midden Ghoul','',NULL,0,55,56,0,21,0,1.2,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14713,0,0,0,0,0,14709,0,0,0,'Putrid Flyer','',NULL,0,57,59,0,21,0,1.2,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,149,1,8388624,0,'',12340),(14714,0,0,0,0,0,14710,0,0,0,'Winged Horror','',NULL,0,56,57,0,21,0,1.2,1.14286,1,1,98,130,0,238,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,149,1,8388624,0,'',12340),(14719,22601,0,0,0,0,1891,0,0,0,'[PH] Alliance Tower Lieutenant','',NULL,0,1,1,0,84,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14746,22603,0,0,0,0,12949,12950,12951,12952,'[PH] Horde Tower Lieutenant','',NULL,0,1,1,0,1214,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14755,0,0,0,0,0,14778,0,0,0,'Tiny Green Dragon','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(14756,0,0,0,0,0,14779,0,0,0,'Tiny Red Dragon','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(14761,0,0,0,0,0,7511,0,0,0,'Creeping Doom',NULL,NULL,0,60,60,0,90,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.02,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),(14801,0,0,0,0,0,7899,1060,2193,5554,'Wild Polymorph Target','',NULL,0,3,3,0,31,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(14824,0,0,0,0,0,28050,0,0,0,'GGOODMAN','',NULL,0,1,1,0,190,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14851,0,0,0,0,0,14589,0,0,0,'Bog','',NULL,0,1,1,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14852,0,0,0,0,0,14589,0,0,0,'Throk','',NULL,0,1,1,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14853,0,0,0,0,0,14589,0,0,0,'Torg','',NULL,0,1,1,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14854,0,0,0,0,0,14589,0,0,0,'Kall','',NULL,0,1,1,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14855,0,0,0,0,0,14589,0,0,0,'Dagg','',NULL,0,1,1,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14856,0,0,0,0,0,14589,0,0,0,'Mott','',NULL,0,1,1,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14858,0,0,0,0,0,14589,0,0,0,'Progk','',NULL,0,1,1,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14877,0,0,0,0,0,15102,0,0,0,'High Priest Venoxis Transform Visual','',NULL,0,60,60,0,28,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,70,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14879,0,0,0,0,0,10186,0,0,0,'Arathi Basin Battlemaster',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14885,0,0,0,0,0,15093,0,0,0,'Jonathan LeCraft','Designer Extraordinaire',NULL,0,60,65,0,35,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14886,0,0,0,0,0,328,0,0,0,'The Good Rabbit','',NULL,0,5,5,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14941,0,0,0,0,0,15191,0,0,0,'High Priestess Jeklik Transform Visual','',NULL,0,60,60,0,28,0,1.2,1.14286,1,3,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,10,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(14966,0,0,0,0,0,14792,0,0,0,'High Priest Thekal Transform Visual','',NULL,0,60,60,0,28,0,1.2,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14967,0,0,0,0,0,15226,0,0,0,'High Priestess Mar\'li Transform Visual','',NULL,0,60,60,0,28,0,1.2,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14968,0,0,0,0,0,15013,0,0,0,'High Priestess Arlokk Transform Visual','',NULL,0,60,60,0,28,0,1.2,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15081,0,0,0,0,0,6690,0,0,0,'Gri\'lek [UNUSED]','',NULL,0,45,46,0,37,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(15085,0,0,0,0,0,15269,0,0,0,'Wushoolay',NULL,NULL,0,63,63,0,37,0,1,1.14286,1,3,164,228,0,249,35,2000,2000,2,0,2048,0,0,0,0,0,0,133,196,26,6,76,15085,0,0,0,0,0,0,0,0,24680,24682,24683,0,0,0,0,0,0,0,0,0,'',0,3,1,110,12,1,0,0,0,0,0,0,0,0,1,617299803,1,'boss_wushoolay',12340),(15110,0,0,0,0,0,15263,15264,15265,15266,'Gurubashi Prisoner','',NULL,0,60,60,0,37,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15118,0,0,0,0,0,15234,0,0,0,'Master Angler Form',NULL,NULL,0,38,40,0,1878,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15121,0,0,0,0,0,11397,0,0,0,'Skeletal Magelord','',NULL,0,51,51,0,21,0,1.2,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,6,0,0,0,0,0,0,0,0,0,0,20792,11969,17650,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,14619,0,0,0,0,0,0,1,8388624,0,'',12340),(15123,0,0,0,0,0,15093,0,0,0,'Kris Zierhut','Designer Extraordinaire',NULL,0,70,70,0,1692,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15135,0,0,0,0,0,15293,0,0,0,'Chromatic Drake Mount','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(15139,22554,31997,37316,0,0,11686,0,0,0,'Gahz\'ranka Herald','',NULL,0,1,1,0,1334,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15166,0,0,0,0,0,3974,0,0,0,'Luis Barriga','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15216,0,0,0,0,0,15331,0,0,0,'Male Ghost','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15217,0,0,0,0,0,15332,0,0,0,'Female Ghost','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15219,0,0,0,0,0,6296,5556,10992,11009,'Trick - Critter','',NULL,0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15313,0,0,0,0,0,15374,0,0,0,'Moonkin (Druid - Night Elf)','',NULL,0,12,13,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15314,0,0,0,0,0,15375,0,0,0,'Moonkin (Druid - Tauren)','',NULL,0,12,13,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15317,0,0,0,0,0,9749,0,0,0,'Qiraji Scorpion',NULL,NULL,0,60,60,0,311,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,0,0,0,0,0,0,0,26050,6016,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(15328,0,0,0,0,0,15381,0,0,0,'Darkmoon Steam Tonk',NULL,NULL,0,1,1,0,1616,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,9,0,0,0,0,0,0,0,0,0,0,24933,0,0,27746,0,0,0,0,0,0,0,0,'',0,3,1,2.43902,1.66667,1,0,0,0,0,0,0,0,100,1,16384,0,'npc_steam_tonk',12340),(15349,0,0,0,0,0,17192,0,0,0,'RC Blimp <PH>','',NULL,0,1,1,0,1616,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,16384,0,'',12340),(15356,0,0,0,0,0,15393,0,0,0,'Blue Baby Murloc','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15357,0,0,0,0,0,15397,0,0,0,'Purple Baby Murloc','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15359,0,0,0,0,0,15396,0,0,0,'Pink Baby Murloc','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15360,0,0,0,0,0,15394,0,0,0,'Green Baby Murloc','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15361,0,0,0,0,0,15395,0,0,0,'Murki','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15364,0,0,0,0,0,15382,0,0,0,'RC Mortar Tank <PH>','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,16384,0,'',12340),(15368,0,0,0,0,0,15402,0,0,0,'Tonk Mine',NULL,NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,131076,2048,0,0,0,0,0,0,72,106,26,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(15373,0,0,0,0,0,3494,7113,4873,0,'Halloween Pirate Captain','',NULL,0,48,48,0,119,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15374,0,0,0,0,0,3494,0,0,0,'Halloween Undead Pirate','',NULL,0,30,30,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(15375,0,0,0,0,0,6948,6956,6945,6951,'Halloween Pirate Female','',NULL,0,44,45,0,230,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15376,0,0,0,0,0,10478,10479,0,0,'Halloween Male Ghost','',NULL,0,56,57,0,7,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(15377,0,0,0,0,0,10481,10480,0,0,'Halloween Female Ghost','',NULL,0,56,57,0,7,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(15382,0,0,0,0,0,15421,0,0,0,'Fandral Staghelm',NULL,NULL,0,63,63,0,35,0,1,1.14286,1,3,164,228,0,249,35,2000,2000,2,0,2048,0,0,0,0,0,0,133,196,26,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,20,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),(15394,0,0,0,0,0,15416,0,0,0,'Hero of the Horde','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,45,1,0,2,'',12340),(15410,0,0,0,0,0,15500,0,0,0,'Anachronos Dragon Form','',NULL,0,60,60,0,35,0,1.2,1.14286,1,3,146,192,0,238,35,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,600,30,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),(15411,0,0,0,0,0,15413,0,0,0,'Arygos Dragon Form','',NULL,0,60,60,0,495,0,1.2,1.14286,1,3,146,192,0,238,35,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,600,30,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),(15412,0,0,0,0,0,15414,0,0,0,'Caelestrasz Dragon Form','',NULL,0,60,60,0,495,0,1.2,1.14286,1,3,146,192,0,238,35,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,2,4,0,0,15412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,600,30,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),(15413,0,0,0,0,0,15412,0,0,0,'Merithra Dragon Form','',NULL,0,60,60,0,495,0,1.2,1.14286,1,3,146,192,0,238,35,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,600,30,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),(15414,0,0,0,0,0,15495,15496,15497,15498,'Qiraji Wasp',NULL,NULL,0,60,60,0,310,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,15414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.4,1,1,0,0,0,0,0,0,0,149,1,0,0,'npc_qiraj_war_spawn',12340),(15421,0,0,0,0,0,15487,15488,15489,15490,'Qiraji Drone',NULL,NULL,0,60,60,0,310,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.4,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),(15422,0,0,0,0,0,15491,15492,15493,15494,'Qiraji Tank',NULL,NULL,0,60,60,0,310,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.4,1,1,0,0,0,0,0,0,0,149,1,0,0,'npc_qiraj_war_spawn',12340),(15423,0,0,0,0,0,15427,15428,15429,15430,'Kaldorei Infantry',NULL,NULL,0,58,60,0,250,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'npc_qiraj_war_spawn',12340),(15424,0,0,0,0,0,15499,0,0,0,'Anubisath Conqueror',NULL,NULL,0,61,61,0,310,0,1,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_qiraj_war_spawn',12340),(15425,0,0,0,0,0,169,0,0,0,'Debug Point','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15426,0,0,0,0,0,15294,0,0,0,'Ahn\'Qiraj Trigger','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(15427,0,0,0,0,0,11686,0,0,0,'Merithra\'s Wake','',NULL,0,63,63,0,14,0,1.2,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,76,1,617299803,1,'',12340),(15435,0,0,0,0,0,15444,0,0,0,'Ironforge Brigade Mortarman','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15436,0,0,0,0,0,15446,0,0,0,'Mortar Sergeant Stouthammer','',NULL,0,60,60,0,232,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15449,0,0,0,0,0,15452,0,0,0,'Hive\'Zora Abomination',NULL,NULL,0,60,60,0,1395,0,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,10,0,15449,0,0,0,0,0,0,0,0,25189,25198,25262,25260,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),(15454,0,0,0,0,0,1126,13069,0,0,'Anachronos Quest Trigger Invisible',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_anachronos_quest_trigger',12340),(15459,0,0,0,0,0,15461,0,0,0,'Miner Cromwell','Copper Bar Collector',NULL,0,56,56,0,68,2,1.25,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15460,0,0,0,0,0,15462,0,0,0,'Grunt Maug','Tin Bar Collector',NULL,0,58,58,0,29,2,1.25,1.14286,1,1,100,132,0,242,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15465,0,0,0,0,0,2575,0,0,0,'World Jewelcrafting Trainer','Jewelcrafting Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15466,0,0,0,0,0,15878,0,0,0,'Minion of Omen','',NULL,0,59,60,0,14,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15469,0,0,0,0,0,15466,0,0,0,'Senior Sergeant T\'kelah','Mithril Bar Collector',NULL,0,60,60,0,126,2,1.25,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15475,0,0,0,0,0,7511,8971,15467,15468,'Beetle',NULL,NULL,0,1,1,0,188,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(15481,0,0,0,0,0,15473,0,0,0,'Spirit of Azuregos','',NULL,21276,63,63,0,7,3,1.1,1.14286,1,3,181,253,0,268,35,2000,2000,1,832,2048,0,0,0,0,0,0,147,219,32,2,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,275,25,1,0,0,0,0,0,0,0,169,1,617299803,2,'',12340),(15495,0,0,0,0,0,11774,11775,11776,11777,'Nighthaven Defender',NULL,NULL,0,60,61,0,495,0,1,1.14286,1,1,152,210,0,244,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15506,0,0,0,0,0,6981,0,0,0,'Stewvul','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15507,0,0,0,0,0,15655,0,0,0,'Buru the Gorger Transform Visual','',NULL,0,63,63,0,16,0,1.2,1.14286,1,3,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,180,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),(15512,0,0,0,0,0,15503,0,0,0,'Apothecary Jezel','Purple Lotus Collector',NULL,0,60,60,0,68,2,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15514,0,0,0,0,0,15512,0,0,0,'Buru Egg',NULL,NULL,0,55,55,0,16,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_buru_egg',12340),(15518,0,0,0,0,0,7990,0,0,0,'Auctioneer Grum','',NULL,0,1,1,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15519,0,0,0,0,0,15779,0,0,0,'Auctioneer Bertram','',NULL,0,1,1,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15522,0,0,0,0,0,15535,0,0,0,'Sergeant Umala','Thick Leather Collector',NULL,0,58,58,0,29,2,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15524,0,0,0,0,0,15902,0,0,0,'Temporary Reindeer','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(15525,0,0,0,0,0,15536,0,0,0,'Doctor Serratus','Rugged Leather Collector',NULL,0,60,60,0,68,2,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15529,0,0,0,0,0,15539,0,0,0,'Lady Callow','Mageweave Bandage Collector',NULL,0,58,58,0,68,2,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15530,0,0,0,0,0,15540,0,0,0,'Twilight Master Xarvos','Twilight\'s Hammer',NULL,0,61,61,0,16,0,1.2,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,22427,16856,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15532,0,0,0,0,0,15541,0,0,0,'Stoneguard Clayhoof','Runecloth Bandage Collector',NULL,0,60,60,0,104,2,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15533,0,0,0,0,0,15542,0,0,0,'Bloodguard Rawtar','Lean Wolf Steak Collector',NULL,0,56,56,0,29,2,1.25,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15534,0,0,0,0,0,15543,0,0,0,'Fisherman Lin\'do','Spotted Yellowtail Collector',NULL,0,58,58,0,126,2,1.25,1.14286,1,1,100,132,0,242,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15535,0,0,0,0,0,15544,0,0,0,'Chief Sharpclaw','Baked Salmon Collector',NULL,0,60,60,0,104,2,1.25,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15536,0,0,0,0,0,15549,0,0,0,'Noxxie Razzlebrack','',NULL,0,56,57,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15545,0,0,0,0,0,15304,15306,0,0,'Cenarion Outrider',NULL,NULL,0,60,60,0,996,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15552,0,0,0,0,0,15557,0,0,0,'Doctor Weavil','',NULL,0,63,63,0,16,0,1,1.14286,1,1,138,199,0,119,4.6,2000,2000,8,512,2048,0,0,0,0,0,0,125,185,26,7,0,15552,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,140,80,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15553,0,0,0,0,0,8011,0,0,0,'Doctor Weavil\'s Flying Machine','',NULL,0,60,60,0,35,0,1,1.28968,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15571,0,0,0,0,0,15555,0,0,0,'Maws',NULL,NULL,0,63,63,0,14,0,1,1.14286,1,3,181,253,0,268,35,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,1,12,15571,0,0,0,0,0,0,0,0,3417,19451,25744,0,0,0,0,0,0,0,0,0,'',0,2,1,350,1,1,0,21137,0,0,0,0,0,210,1,617299803,0,'',12340),(15590,0,0,0,0,0,14501,0,0,0,'Ossirian Crystal Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(15591,0,0,0,0,0,15560,15559,15558,0,'Minion of Weavil','',NULL,0,60,61,0,14,0,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,15591,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15609,0,0,0,0,0,15563,0,0,0,'Cenarion Scout Landion',NULL,NULL,6690,60,60,0,994,1,1.1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15610,0,0,0,0,0,15561,0,0,0,'Cenarion Scout Azenel',NULL,NULL,6691,60,60,0,994,1,1.1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15611,0,0,0,0,0,15562,0,0,0,'Cenarion Scout Jalia',NULL,NULL,6692,60,60,0,994,1,1.1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15618,0,0,0,0,0,15571,15572,15573,0,'Orgrimmar Legion Hexxer','',NULL,0,60,60,0,231,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15623,0,0,0,0,0,11341,0,0,0,'Xandivious',NULL,NULL,0,62,62,0,90,0,1,1.14286,1,1,160,223,0,246,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,3,0,15623,0,0,0,0,0,0,0,0,21007,19776,22424,25818,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15625,0,0,0,0,0,14416,0,0,0,'Twilight Corrupter',NULL,NULL,0,63,63,0,14,0,1,1.14286,1,1,181,253,0,268,35,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,3,4,15625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,1,1,0,21149,0,0,0,0,0,0,1,617299803,1,'boss_twilight_corrupter',12340),(15626,0,0,0,0,0,15580,0,0,0,'Celestine Omencaller','',NULL,0,60,60,0,996,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15627,0,0,0,0,0,15581,0,0,0,'Jarod Shadowsong','',NULL,0,63,63,0,1254,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,450,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15628,0,0,0,0,0,6984,0,0,0,'Eranikus the Redeemed',NULL,NULL,0,63,63,0,35,0,1,1.14286,1,3,181,253,0,268,35,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,2,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,500,200,1,0,0,0,0,0,0,0,199,1,617299803,3,'',12340),(15629,0,0,0,0,0,10553,0,0,0,'Nightmare Phantasm',NULL,NULL,0,62,62,0,16,0,1,1.14286,1,1,172,240,0,262,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,18,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15633,0,0,0,0,0,7274,0,0,0,'Tyrande','High Priestess of Elune',NULL,0,83,83,0,113,0,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,32768,2048,0,0,0,0,0,0,365,529,98,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,400,300,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(15634,0,0,0,0,0,15585,0,0,0,'Priestess of the Moon',NULL,NULL,0,60,60,0,113,0,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,25,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15639,0,0,0,0,0,16348,0,0,0,'Arcane Warder','',NULL,0,5,6,0,91,0,1.2,1.14286,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15640,0,0,0,0,0,16351,0,0,0,'Arcane Enforcer','',NULL,0,67,68,1,1701,0,1.2,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15653,0,0,0,0,0,15593,0,0,0,'Springpaw Matriarch','',NULL,0,9,10,0,38,0,1.2,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,2,0,0,0,0,9,13,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11562,0,0,0,'',0,3,1,1.1,1,1,0,20772,0,0,0,0,0,100,1,0,0,'',12340),(15660,0,0,0,0,0,6984,0,0,0,'Eranikus Transformed','',NULL,0,63,63,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15661,0,0,0,0,0,15595,0,0,0,'Baby Shark','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15672,0,0,0,0,0,7995,0,0,0,'[Unused] Auctioneer','',NULL,0,50,50,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15680,0,0,0,0,0,7995,0,0,0,'Auctioneer Bernal','',NULL,0,50,50,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15685,0,0,0,0,0,6950,6951,6953,6954,'Southsea Kidnapper','',NULL,0,45,45,0,230,0,1.2,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,15685,0,0,0,0,0,0,0,0,6713,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,20021,20519,0,0,0,0,0,1,0,0,'',12340),(15693,0,0,0,0,0,15867,0,0,0,'Jonathan the Revelator',NULL,NULL,0,61,61,0,35,2,1,1.14286,1,1,152,210,0,244,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,120,179,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15694,0,0,0,0,0,15766,15768,15767,15769,'Stormwind Reveler','',NULL,6931,1,59,0,35,1,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15695,0,0,0,0,0,11686,0,0,0,'Vek Twins Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(15703,0,0,0,0,0,15665,0,0,0,'Senior Sergeant Grimsford','War Effort Recruiter',NULL,0,60,60,0,68,2,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15705,0,0,0,0,0,15663,0,0,0,'Winter\'s Little Helper','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15710,0,0,0,0,0,15671,0,0,0,'Tiny Snowman','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15711,0,0,0,0,0,15676,0,0,0,'Black Qiraji Battle Tank','',NULL,0,1,2,0,35,0,1.36,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(15712,0,0,0,0,0,15294,0,0,0,'Dirt Mound',NULL,NULL,0,60,60,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(15717,0,0,0,0,0,11686,0,0,0,'Ouro Trigger','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(15719,0,0,0,0,0,15770,15772,15771,15773,'Thunder Bluff Reveler','',NULL,6933,1,60,0,35,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,36864,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15721,0,0,0,0,0,15684,0,0,0,'Mechanical Greench','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15723,0,0,0,0,0,15762,15764,15763,15765,'Booty Bay Reveler',NULL,NULL,0,15,25,0,35,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15724,0,0,0,0,0,7102,7103,7104,0,'Drunken Bruiser',NULL,NULL,0,57,57,0,120,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15729,0,0,0,0,0,15687,15803,15804,15805,'Father Winter\'s Helper (BIG) gm','',NULL,0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15730,0,0,0,0,0,21955,15294,0,0,'Pat\'s Snowcloud Guy','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(15736,0,0,0,0,0,15716,15717,0,0,'Orgrimmar Commendation Officer',NULL,NULL,0,55,55,0,29,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15737,0,0,0,0,0,15701,15702,0,0,'Darkspear Commendation Officer',NULL,NULL,0,55,55,0,126,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15738,0,0,0,0,0,15722,15723,0,0,'Undercity Commendation Officer',NULL,NULL,0,55,55,0,68,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15746,0,0,0,0,0,15698,0,0,0,'Great-father Winter\'s Helper','',NULL,0,30,30,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15747,0,0,0,0,0,15699,0,0,0,'Qiraji Captain',NULL,NULL,0,35,35,0,370,0,1,1.14286,1,1,49,64,0,118,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,10,8,15747,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15748,0,0,0,0,0,15700,0,0,0,'Lesser Anubisath Warbringer',NULL,NULL,0,33,35,0,370,0,1,1.14286,1,1,49,64,0,118,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,10,8,15748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15749,0,0,0,0,0,11096,6633,7350,11091,'Lesser Silithid Flayer',NULL,NULL,0,30,31,0,370,0,1,1.14286,1,1,44,58,0,106,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,30,44,9,10,0,15749,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15750,0,0,0,0,0,15703,0,0,0,'Qiraji Major',NULL,NULL,0,45,48,0,370,0,1,1.14286,1,1,81,108,0,196,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,10,8,15750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15751,0,0,0,0,0,15704,0,0,0,'Anubisath Warbringer',NULL,NULL,0,43,45,0,370,0,1,1.14286,1,1,76,100,0,184,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,10,8,15751,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15752,0,0,0,0,0,11096,6633,7350,11091,'Silithid Flayer',NULL,NULL,0,40,44,0,370,0,1,1.14286,1,1,72,96,0,174,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,10,8,15752,0,0,0,0,0,0,0,0,6605,36991,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15753,0,0,0,0,0,15705,0,0,0,'Qiraji Brigadier General',NULL,NULL,0,60,60,0,370,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,15753,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6576,33279,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15754,0,0,0,0,0,15706,0,0,0,'Greater Anubisath Warbringer',NULL,NULL,0,58,59,0,370,0,1,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,10,8,15754,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15756,0,0,0,0,0,11096,6633,7350,11091,'Greater Silithid Flayer',NULL,NULL,0,54,57,0,370,0,1,1.14286,1,1,98,130,0,238,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,10,0,15756,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15757,0,0,0,0,0,15709,0,0,0,'Qiraji Lieutenant General',NULL,NULL,0,63,63,0,370,0,1,1.14286,1,1,181,253,0,268,35,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,10,8,15757,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15105,76440,'',0,3,1,35,1,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),(15758,0,0,0,0,0,15710,0,0,0,'Supreme Anubisath Warbringer',NULL,NULL,0,62,62,0,370,0,1,1.14286,1,1,172,240,0,262,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,10,8,15758,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16580,83909,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15759,0,0,0,0,0,11096,6633,7350,11091,'Supreme Silithid Flayer',NULL,NULL,0,60,61,0,370,0,1,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,10,8,15759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15769,0,0,0,0,0,13069,0,0,0,'Resonating Crystal',NULL,NULL,0,60,60,0,370,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15770,0,0,0,0,0,13069,0,0,0,'Greater Resonating Crystal',NULL,NULL,0,60,60,0,370,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15771,0,0,0,0,0,13069,0,0,0,'Major Resonating Crystal',NULL,NULL,0,60,60,0,370,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15772,0,0,0,0,0,15732,0,0,0,'Christmas Darkmaster Gandling','',NULL,0,63,63,0,21,0,1.2,1.14286,1,1,181,253,0,268,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15773,0,0,0,0,0,15733,0,0,0,'Christmas Cannon Master Willey','',NULL,0,63,63,0,67,0,1.2,1.14286,1,1,181,253,0,268,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15774,0,0,0,0,0,15734,0,0,0,'Christmas Prince Tortheldrin','',NULL,0,63,63,0,35,0,1.2,1.14286,1,1,181,253,0,268,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15775,0,0,0,0,0,15735,0,0,0,'Christmas Emperor Dagran Thaurissan','',NULL,0,56,56,0,54,0,1.2,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,15636,17492,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15776,0,0,0,0,0,15736,0,0,0,'Christmas Warchief Rend Blackhand','',NULL,0,1,1,0,40,0,1.2,1.14286,1,1,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,144,1,617299803,1,'',12340),(15777,0,0,0,0,0,28281,0,0,0,'Christmas War Master Voone','',NULL,0,59,59,0,40,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15778,0,0,0,0,0,15791,0,0,0,'Mouth Tentacle Mount Visual','',NULL,0,60,60,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(15780,0,0,0,0,0,18801,0,0,0,'Human Male Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15781,0,0,0,0,0,18800,0,0,0,'Human Female Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15782,0,0,0,0,0,18797,0,0,0,'Dwarf Male Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15783,0,0,0,0,0,18796,0,0,0,'Dwarf Female Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15784,0,0,0,0,0,18802,0,0,0,'Night Elf Female Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15785,0,0,0,0,0,18808,0,0,0,'Troll Female Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15786,0,0,0,0,0,18804,0,0,0,'Orc Female Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15787,0,0,0,0,0,19339,0,0,0,'Goblin Female Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15788,0,0,0,0,0,18810,0,0,0,'Undead Female Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15789,0,0,0,0,0,18806,0,0,0,'Tauren Female Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15790,0,0,0,0,0,18811,0,0,0,'Undead Male Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15791,0,0,0,0,0,18805,0,0,0,'Orc Male Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15792,0,0,0,0,0,18807,0,0,0,'Troll Male Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15793,0,0,0,0,0,18807,0,0,0,'Tauren Male Winter Reveler','',NULL,0,1,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15794,0,0,0,0,0,18803,0,0,0,'Night Elf Male Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15795,0,0,0,0,0,19342,0,0,0,'Goblin Male Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15796,0,0,0,0,0,15760,0,0,0,'Christmas Goraluk Anvilcrack','Blackhand Legion Armorsmith',NULL,0,59,59,0,40,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15797,0,0,0,0,0,15777,0,0,0,'Colossus Researcher Sophia',NULL,NULL,0,60,60,0,1613,2,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15798,0,0,0,0,0,15775,0,0,0,'Colossus Researcher Nestor',NULL,NULL,0,60,60,0,1613,2,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15799,0,0,0,0,0,15776,0,0,0,'Colossus Researcher Eazel',NULL,NULL,0,60,60,0,1613,2,1.25,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15800,0,0,0,0,0,11686,0,0,0,'Exit Trigger',NULL,NULL,0,60,60,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.75,1,1,0,0,0,0,0,0,0,152,1,0,128,'',12340),(15801,0,0,0,0,0,13069,0,0,0,'GONG BOY DND DNR','HOLDER OF THE GONG',NULL,0,4,11,0,35,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,9,14,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15804,0,0,0,0,0,13069,0,0,0,'Lesser Resonating Crystal',NULL,NULL,0,25,25,0,370,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15805,0,0,0,0,0,13069,0,0,0,'Minor Resonating Crystal',NULL,NULL,0,15,15,0,370,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15806,0,0,0,0,0,15785,0,0,0,'Qiraji Lieutenant',NULL,NULL,0,28,28,0,370,0,1,1.14286,1,1,39,53,0,96,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,27,40,8,10,8,15806,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2321,11750,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15807,0,0,0,0,0,15700,0,0,0,'Minor Anubisath Warbringer',NULL,NULL,0,25,25,0,370,0,1,1.14286,1,1,35,48,0,86,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,10,8,15807,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2788,14109,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15808,0,0,0,0,0,11096,6633,7350,11091,'Minor Silithid Flayer',NULL,NULL,0,21,23,0,370,0,1,1.14286,1,1,33,44,0,80,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,10,8,15808,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15809,0,0,0,0,0,15786,0,0,0,'C\'Thun Transformation Visual','',NULL,0,63,63,0,370,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(15810,0,0,0,0,0,15700,0,0,0,'Eroded Anubisath Warbringer',NULL,NULL,0,16,17,0,370,0,1,1.14286,1,1,25,33,0,60,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,10,8,15810,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2124,10753,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15811,0,0,0,0,0,11096,6633,7350,11091,'Faltering Silithid Flayer',NULL,NULL,0,11,14,0,370,0,1,1.14286,1,1,20,27,0,50,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,10,0,15811,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15812,0,0,0,0,0,15785,0,0,0,'Qiraji Officer',NULL,NULL,0,18,20,0,370,0,1,1.14286,1,1,29,39,0,70,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,10,8,15812,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15813,0,0,0,0,0,15738,0,0,0,'Qiraji Officer Zod',NULL,NULL,0,20,20,0,370,0,1,1.14286,1,1,29,39,0,70,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,10,8,15813,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(15814,0,0,0,0,0,15697,0,0,0,'Qiraji Lieutenant Jo-rel',NULL,NULL,0,28,28,0,370,0,1,1.14286,1,1,39,53,0,96,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,27,40,8,10,8,15814,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15815,0,0,0,0,0,15697,0,0,0,'Qiraji Captain Ka\'ark',NULL,NULL,0,40,40,0,370,0,1,1.14286,1,1,56,74,0,136,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,10,8,15815,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15816,0,0,0,0,0,15738,0,0,0,'Qiraji Major He\'al-ie',NULL,NULL,0,50,50,0,370,0,1,1.14286,1,1,85,112,0,206,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,10,0,15816,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15817,0,0,0,0,0,15376,0,0,0,'Qiraji Brigadier General Pax-lish',NULL,NULL,0,60,60,0,370,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,15817,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(15832,0,0,0,0,0,15806,15807,15808,15809,'Father Winter\'s Helper (BIG) rm','',NULL,0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15835,0,0,0,0,0,15799,15800,15801,15802,'Father Winter\'s Helper (BIG) rf','',NULL,0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15838,0,0,0,0,0,15795,15796,15797,15798,'Father Winter\'s Helper (BIG) gf','',NULL,0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15839,0,0,0,0,0,15838,15810,0,0,'Might of Kalimdor Grunt',NULL,NULL,0,13,15,0,777,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15840,0,0,0,0,0,15811,0,0,0,'Might of Kalimdor Sergeant',NULL,NULL,0,15,17,0,777,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15841,0,0,0,0,0,15812,0,0,0,'Might of Kalimdor Lieutenant',NULL,NULL,0,45,48,0,777,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15842,0,0,0,0,0,15813,0,0,0,'Might of Kalimdor Mage','',NULL,0,35,36,0,777,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15843,0,0,0,0,0,15814,0,0,0,'Might of Kalimdor Priest',NULL,NULL,0,55,56,0,777,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15844,0,0,0,0,0,15846,0,0,0,'Might of Kalimdor Restorer',NULL,NULL,0,35,36,0,777,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15845,0,0,0,0,0,15810,0,0,0,'Might of Kalimdor Captain',NULL,NULL,0,25,26,0,777,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15846,0,0,0,0,0,15816,0,0,0,'Might of Kalimdor Archer',NULL,NULL,0,45,46,0,777,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15847,0,0,0,0,0,15817,0,0,0,'Might of Kalimdor Shaman',NULL,NULL,0,25,25,0,777,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15848,0,0,0,0,0,15818,0,0,0,'Might of Kalimdor Infantry',NULL,NULL,0,56,59,0,777,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15849,0,0,0,0,0,15815,0,0,0,'Might of Kalimdor Druid','',NULL,0,35,36,0,777,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15850,0,0,0,0,0,15819,0,0,0,'Might of Kalimdor Skirmisher','',NULL,0,35,36,0,777,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15851,0,0,0,0,0,15820,0,0,0,'Might of Kalimdor Marshal',NULL,NULL,0,59,60,0,777,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15855,0,0,0,0,0,15827,15856,15828,15857,'Tauren Rifleman',NULL,NULL,0,65,68,1,777,0,1.48,1.14286,1,1,231,325,0,292,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15856,0,0,0,0,0,15829,15830,0,0,'Tauren Primalist',NULL,NULL,0,61,61,1,777,0,1.48,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15860,0,0,0,0,0,15689,15690,15691,15692,'Kaldorei Marksman',NULL,NULL,0,60,60,0,777,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15861,0,0,0,0,0,15835,15849,15836,15850,'Ironforge Infantryman',NULL,NULL,0,59,60,0,777,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15863,0,0,0,0,0,15840,15841,0,0,'Darkspear Shaman',NULL,NULL,0,60,60,0,777,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,14900,15305,0,61633,0,0,0,0,0,0,0,0,'',0,3,1,25,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15864,0,0,0,0,0,15862,0,0,0,'Valadar Starsong','Coin of Ancestry Collector',NULL,6917,55,55,0,35,131,1.2,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15865,0,0,0,0,0,15811,0,0,0,'Might of Kalimdor Major',NULL,NULL,0,55,56,0,777,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15867,0,0,0,0,0,15813,0,0,0,'Might of Kalimdor Archmage',NULL,NULL,0,59,60,0,777,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15872,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (BLUE)','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),(15873,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (RED)',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),(15874,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (GREEN)',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),(15875,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (PURPLE)','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),(15876,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (WHITE)','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),(15877,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (YELLOW)','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),(15878,0,0,0,0,0,11686,0,0,0,'Warcaller Finster',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15879,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Guy - BLUE','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),(15880,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Guy - GREEN',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),(15881,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Guy - PURPLE','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),(15884,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Guy - WHITE',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),(15885,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Guy - BLUE BIG',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),(15886,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Guy - GREEN BIG',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),(15887,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Guy - PURPLE BIG','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),(15888,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Guy - RED BIG',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),(15889,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Guy - WHITE BIG','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),(15890,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Guy - YELLOW BIG','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),(15896,0,0,0,0,0,15866,0,0,0,'C\'Thun Portal',NULL,NULL,0,63,63,0,370,33554432,2.4,1.14286,1,0,181,253,0,268,1,2000,2000,1,33554496,2048,0,0,0,0,0,0,147,219,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(15899,0,0,0,0,0,15870,0,0,0,'Lunar Festival NE Vendor (PH)','',NULL,0,55,55,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15900,0,0,0,0,0,15871,0,0,0,'Lunar Festival NE Harbinger','',NULL,0,55,55,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15901,0,0,0,0,0,15881,0,0,0,'Vanquished Tentacle',NULL,NULL,0,60,60,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(15902,0,0,0,0,0,15880,0,0,0,'Giant Spotlight','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_giant_spotlight',12340),(15905,0,0,0,0,0,15883,15885,15884,15886,'Darnassus Reveler','',NULL,6930,1,60,0,35,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,36864,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15906,0,0,0,0,0,15887,15888,15889,15890,'Ironforge Reveler','',NULL,6929,3,60,0,35,1,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15907,0,0,0,0,0,15895,15897,15896,15898,'Undercity Reveler','',NULL,6934,1,60,0,35,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,36864,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15908,0,0,0,0,0,15891,15892,15893,15894,'Orgrimmar Reveler','',NULL,6932,1,60,0,35,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,36864,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15909,0,0,0,0,0,15899,0,0,0,'Fariel Starsong','Coin of Ancestry Collector',NULL,6924,60,60,0,35,4227,1.2,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15911,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (BLUE BIG)',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),(15912,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (GREEN BIG)',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),(15913,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (PURPLE BIG)','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),(15914,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (RED BIG)',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),(15915,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (WHITE BIG)','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),(15916,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (YELLOW BIG)','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),(15917,0,0,0,0,0,15875,15877,15863,15876,'Lunar Festival Reveler','',NULL,0,55,55,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15919,0,0,0,0,0,15905,0,0,0,'Jade Owl','',NULL,0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15922,0,0,0,0,0,11686,0,0,0,'Viscidus Trigger','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(15923,0,0,0,0,0,15918,0,0,0,'Golden Hare','',NULL,0,5,5,0,1555,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15925,0,0,0,0,0,358,0,0,0,'Toxic Slime',NULL,NULL,0,60,60,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15926,0,0,0,0,0,15920,0,0,0,'Black Pearl Panther','',NULL,0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15927,0,0,0,0,0,18117,0,0,0,'Truesilver Crab',NULL,NULL,0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15933,0,0,0,0,0,11686,0,0,0,'Poison Cloud',NULL,NULL,0,60,60,0,14,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15934,0,0,0,0,0,14522,0,0,0,'Hive\'Zara Hornet',NULL,NULL,0,61,61,0,310,0,1,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),(15935,0,0,0,0,0,15922,0,0,0,'Truesilver Boar',NULL,NULL,0,55,55,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(15944,0,0,0,0,0,15923,0,0,0,'Ruby Serpent','',NULL,0,5,5,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15947,0,0,0,0,0,15914,0,0,0,'Whisperwind Villager','',NULL,0,30,30,0,1604,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15955,0,0,0,0,0,18116,0,0,0,'Black Diamond Crab',NULL,NULL,0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15957,0,0,0,0,0,15294,0,0,0,'Ouro Spawner',NULL,NULL,0,60,60,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,156,1,0,0,'',12340),(15959,0,0,0,0,0,18115,0,0,0,'Dark Iron Scorpid',NULL,NULL,0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(15961,0,0,0,0,0,15304,15305,15306,15307,'Lunar Festival Sentinel','',NULL,0,60,60,0,1254,0,1,1.71429,1,1,104,138,0,252,4.6,2000,2000,1,33280,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15972,0,0,0,0,0,10186,0,0,0,'Alterac Valley Battlemaster',NULL,NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15973,0,0,0,0,0,7919,0,0,0,'Naxxramas Template','',NULL,0,81,81,2,312,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16000,0,0,0,0,0,2575,0,0,0,'World Master Tailoring Trainer','Tailoring Trainer',NULL,0,10,10,0,35,80,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,2,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16001,0,0,0,0,0,15949,0,0,0,'Aldris Fourclouds',NULL,NULL,0,5,5,0,80,2,1.25,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16002,0,0,0,0,0,15950,0,0,0,'Colara Dean','',NULL,6981,5,5,0,12,3,1.2,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16003,0,0,0,0,0,15951,0,0,0,'Deathguard Tor','',NULL,0,5,5,0,68,2,1.2,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16004,0,0,0,0,0,15952,0,0,0,'Elenia Haydon',NULL,NULL,0,5,5,0,68,2,1.1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16005,0,0,0,0,0,15953,0,0,0,'Lieutenant Jocryn Heldric','',NULL,0,5,5,0,12,2,1.2,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16007,0,0,0,0,0,15954,0,0,0,'Orok Deathbane','',NULL,0,5,5,0,29,2,1.2,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16008,0,0,0,0,0,15955,0,0,0,'Temma of the Wells',NULL,NULL,0,5,5,0,104,2,1.25,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16009,0,0,0,0,0,15956,0,0,0,'Tormek Stoneriver','',NULL,0,5,5,0,55,2,1.2,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16019,0,0,0,0,0,15957,0,0,0,'Boorana Thunderhoof','Panda Cub Caretaker',NULL,0,35,35,0,104,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16023,0,0,0,0,0,15959,0,0,0,'Allenya Moonshadow','Panda Cub Caretaker',NULL,0,35,35,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16026,0,0,0,0,0,15960,0,0,0,'Flesh Giant B [PH]','',NULL,0,82,82,2,21,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16027,0,0,0,0,0,12349,0,0,0,'Living Poison','',NULL,0,81,81,2,974,0,1,1.14286,1,1,464,604,0,708,7.5,2500,0,1,33554496,2048,8,0,0,0,0,0,353,512,112,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,2,1,0,0,0,0,0,0,0,144,1,8388624,0,'boss_naxxramas_misc',12340),(16035,0,0,0,0,0,9013,0,0,0,'[UNUSED] Bog Beast B [PH]','',NULL,0,60,61,1,16,0,1.2,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16038,0,0,0,0,0,15964,0,0,0,'[UNUSED] Deathhound','',NULL,0,60,60,0,16,0,1.2,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,23600,17230,8599,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16039,0,0,0,0,0,15971,0,0,0,'Pack Trainer [PH]','',NULL,0,81,81,2,21,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16040,0,0,0,0,0,15970,0,0,0,'Pack Handler [PH]','',NULL,0,81,81,2,21,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16041,0,0,0,0,0,15969,0,0,0,'Shadowhound','',NULL,0,60,60,0,16,0,1.2,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,2,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16049,0,0,0,0,0,15972,0,0,0,'Lefty',NULL,NULL,0,60,60,0,54,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,16049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.625,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16050,0,0,0,0,0,16017,0,0,0,'Rotfang',NULL,NULL,0,60,60,0,54,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,16050,0,0,0,0,0,0,0,0,15581,15691,14897,15610,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.625,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16051,0,0,0,0,0,15974,0,0,0,'Snokh Blackspine',NULL,NULL,0,60,60,0,54,0,1,1.14286,1,1,74,102,0,112,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,16051,0,0,0,0,0,0,0,0,17273,13878,11829,13323,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.625,1.33,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16052,0,0,0,0,0,15975,0,0,0,'Malgen Longspear',NULL,NULL,0,60,60,0,54,0,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,16052,0,0,0,0,0,0,0,0,6660,30614,20735,44286,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.5,2.24,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16053,0,0,0,0,0,15976,0,0,0,'Korv',NULL,NULL,0,60,60,0,54,0,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.5,2.24,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16054,0,0,0,0,0,15977,0,0,0,'Rezznik',NULL,NULL,0,60,60,0,54,0,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,19784,27677,0,44272,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.625,1.72,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16055,0,0,0,0,0,15979,0,0,0,'Va\'jashni',NULL,NULL,0,60,60,0,54,0,1,1.14286,1,1,74,102,0,112,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,16055,0,0,0,0,0,0,0,0,30898,23895,20697,27608,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.5,1.33,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16056,29612,0,0,0,0,15978,0,0,0,'Diseased Maggot','','',0,80,80,2,16,0,0.8,1.14286,1,1,422,586,0,642,7.5,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,82,1,0,0,'',12340),(16057,31542,0,0,0,0,15554,0,0,0,'Rotting Maggot','','',0,80,80,2,16,0,0.8,1.14286,1,1,422,586,0,642,7.5,2500,0,1,0,2048,8,0,0,0,0,0,345,509,103,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,82,1,0,0,'',12340),(16058,0,0,0,0,0,15980,0,0,0,'Volida',NULL,NULL,0,60,60,0,54,0,1,1.14286,1,1,74,102,0,112,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,16058,0,0,0,0,0,0,0,0,27618,12557,45438,36990,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.5,1.33,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16066,0,0,0,0,0,15982,15999,0,0,'Spectral Assassin',NULL,NULL,0,60,60,0,14,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,27177,16583,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16072,0,0,0,0,0,15985,0,0,0,'Tidelord Rrurgaz','',NULL,0,62,62,0,74,0,1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,139,207,30,7,0,16072,0,0,0,0,0,0,0,0,19778,8732,43246,41098,0,0,0,0,0,0,749,3792,'',0,3,1,3,1,1,0,22094,0,0,0,0,0,0,1,0,0,'',12340),(16075,0,0,0,0,0,15990,0,0,0,'Kwee Q. Peddlefeet','',NULL,7054,1,1,0,35,3,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16082,0,0,0,0,0,11686,0,0,0,'Naxxramas Trigger',NULL,NULL,0,80,80,2,974,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,33555200,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'boss_naxxramas_misc',12340),(16083,0,0,0,0,0,15991,0,0,0,'Mor Grayhoof Transformation Visual','',NULL,0,60,60,0,14,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16084,0,0,0,0,0,11686,0,0,0,'picnic blanket','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16086,0,0,0,0,0,11686,0,0,0,'Flower Shower','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16092,0,0,0,0,0,11686,0,0,0,'Silithis Teleporter',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16093,0,0,0,0,0,15982,15999,0,0,'Spectral Stalker',NULL,NULL,0,60,60,0,14,0,1,1.14286,1,0,146,192,0,238,1,1200,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16095,0,0,0,0,0,12966,0,0,0,'Gnashjaw','Malgen Longspear\'s Pet',NULL,0,60,60,0,45,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,16095,0,16095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16098,0,0,0,0,0,12589,0,0,0,'Empyrean',NULL,NULL,0,60,60,0,14,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,27556,3417,17963,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16100,0,0,0,0,0,11686,0,0,0,'Ysida\'s Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,3.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(16105,0,0,0,0,0,16005,0,0,0,'Aristan Mottar','',NULL,0,5,5,0,12,2,1.2,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16106,0,0,0,0,0,16006,0,0,0,'Evert Sorisam',NULL,NULL,0,5,5,0,12,2,1.25,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16107,0,0,0,0,0,16007,0,0,0,'Apothecary Staffron Lerent','Royal Apothecary Society',NULL,0,5,5,0,35,2,1.1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16108,0,0,0,0,0,16008,0,0,0,'Fenstad Argyle',NULL,NULL,0,5,5,0,68,2,1.25,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16109,0,0,0,0,0,16009,0,0,0,'Mara Rennick',NULL,NULL,0,5,5,0,68,2,1.25,1.14286,1,0,4,4,0,14,1,2000,2000,8,0,2048,0,0,0,0,0,0,2,3,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16110,0,0,0,0,0,16010,0,0,0,'Annalise Lerent',NULL,NULL,0,5,5,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16111,0,0,0,0,0,16011,0,0,0,'Love Fool','',NULL,0,20,20,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),(16120,0,0,0,0,0,11397,0,0,0,'Bone Mage',NULL,NULL,0,60,60,0,14,0,1.15,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16121,0,0,0,0,0,15435,0,0,0,'Mortar','',NULL,0,1,1,0,1617,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,27745,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,100,1,16384,128,'',12340),(16123,0,0,0,0,0,16023,0,0,0,'Gremnik Rizzlesprang',NULL,NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16124,29987,0,0,0,0,16608,0,0,0,'Unrelenting Trainee',NULL,NULL,0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,1800,0,1,32768,2048,8,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,55604,0,0,0,0,0,0,27892,0,0,0,0,'',0,3,1,0.8,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'npc_boss_gothik_minion',12340),(16125,29985,0,0,0,0,16612,0,0,0,'Unrelenting Death Knight',NULL,NULL,0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,27825,0,0,0,0,0,0,27928,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'npc_boss_gothik_minion',12340),(16126,29986,0,0,0,0,26571,0,0,0,'Unrelenting Rider',NULL,NULL,0,81,81,2,21,0,1,1.14286,1,1,425,602,0,670,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,6,2120,0,0,0,0,0,0,0,0,0,27831,55606,0,0,0,0,0,27935,0,0,0,0,'',0,3,1,4,5,1,0,0,0,0,0,0,0,164,1,8388624,0,'npc_boss_gothik_minion',12340),(16128,0,0,0,0,0,16024,0,0,0,'Rhonin','Leader of the Kirin Tor',NULL,10140,83,83,2,2007,3,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,33536,2048,0,0,0,0,0,0,365,529,98,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1000,500,1,0,0,0,0,0,0,0,51,1,617299803,2,'',12340),(16129,0,0,0,0,0,15294,0,0,0,'Shadow Fissure',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,5500,0,1,0,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,27812,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,100,1,0,128,'trigger_periodic',12340),(16136,0,0,0,0,0,16135,0,0,0,'Necrotic Shard',NULL,NULL,0,70,70,0,1630,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16137,0,0,0,0,0,22712,11686,0,0,'Naxxramas Military Sub-Boss Trigger','',NULL,0,80,80,2,114,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(16139,0,0,0,0,0,15304,15305,15306,15307,'Cenarion Hold Reservist',NULL,NULL,0,60,60,0,1254,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(16141,0,0,0,0,0,24993,0,0,0,'Ghoul Berserker',NULL,NULL,0,59,60,0,1630,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,16141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16142,29357,0,0,0,0,12349,0,0,0,'Bile Sludge',NULL,NULL,0,82,82,2,14,0,0.4,1.14286,1,0,488,642,0,782,1,2000,2000,1,64,2048,0,0,0,0,0,0,363,521,121,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,64,1,0,0,'',12340),(16148,29990,0,0,0,0,26683,0,0,0,'Spectral Death Knight',NULL,NULL,0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,56408,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1.5,1,0,0,0,0,0,0,0,144,1,8388624,0,'npc_boss_gothik_minion',12340),(16150,29988,0,0,0,0,26682,0,0,0,'Spectral Rider',NULL,NULL,0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,27994,55648,55606,0,0,0,0,0,0,0,0,0,'',0,3,1,4,2,1,0,0,0,0,0,0,0,164,1,8388624,0,'npc_boss_gothik_minion',12340),(16172,0,0,0,0,0,16136,0,0,0,'Damaged Necrotic Shard',NULL,NULL,0,60,60,0,1630,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16181,0,0,0,0,0,16054,0,0,0,'Rokad the Ravager','',NULL,0,73,73,1,16,0,1.2,1.14286,1,2,316,450,0,320,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,3,72,16181,0,16181,0,0,0,0,0,0,29906,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,21,1,1,0,0,0,0,0,0,0,144,1,0,0,'boss_servant_quarters',12340),(16182,0,0,0,0,0,11686,0,0,0,'Crystal Zapper','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16184,0,0,0,0,0,14698,0,0,0,'Nerubian Overseer',NULL,NULL,0,60,60,0,16,0,1.1,1.14286,1,2,104,138,0,252,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,6,0,16184,0,0,0,0,0,0,0,0,24110,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16190,0,0,0,0,0,2575,0,0,0,'Expansion Enchanting Trainer','Enchanting Trainer',NULL,0,1,80,0,35,80,1.2,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,2,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16207,0,0,0,0,0,16055,0,0,0,'Scout Fionna','',NULL,0,12,12,0,1604,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16211,0,0,0,0,0,16074,0,0,0,'Naxxramas Combat Dummy',NULL,NULL,0,1,1,0,1095,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33685504,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(16212,0,0,0,0,0,16066,0,0,0,'Dispatch Commander Metz','The Argent Dawn',NULL,7157,60,60,0,814,3,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16214,0,0,0,0,0,11686,0,0,0,'Necropolis Controller','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16233,0,0,0,0,0,8183,0,0,0,'Plaguewing Slug','',NULL,0,81,81,2,7,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16234,0,0,0,0,0,15789,0,0,0,'Flesh Ripper','',NULL,0,61,61,0,16,0,1.2,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,10,8,0,0,0,0,0,0,0,0,0,26211,6417,6524,0,0,0,0,0,0,0,0,0,'',0,3,1,400,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(16235,0,0,0,0,0,15793,0,0,0,'Plague Flesh Tentacle','',NULL,0,81,81,2,16,0,1.2,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(16255,0,0,0,0,0,10727,0,0,0,'Argent Scout','The Argent Dawn',NULL,0,58,59,0,814,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16265,0,0,0,0,0,16714,0,0,0,'Smith Daelarin','Blacksmithing Trainer',NULL,0,13,13,0,1604,80,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,2,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16281,0,0,0,0,0,16105,0,0,0,'Keeper of the Rolls','The Argent Dawn',NULL,0,58,58,0,814,2,1.1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16284,0,0,0,0,0,16107,16108,0,0,'Argent Medic','The Argent Dawn',NULL,7175,57,58,0,794,1,1,1.14286,1,0,93,123,0,228,1,2000,2000,2,512,2048,0,0,0,0,0,0,64,94,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.02,4,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16285,0,0,0,0,0,16130,0,0,0,'Argent Emissary','The Argent Dawn',NULL,0,55,55,0,814,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16286,30068,0,0,0,0,16111,0,0,0,'Spore','','',0,80,80,2,21,0,0.4,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,69,1,0,0,'',12340),(16296,0,0,0,0,0,11686,0,0,0,'Eversong Trigger','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(16306,0,0,0,0,0,11686,0,0,0,'Scourge Invasion Minion, spawner, Ghost/Ghoul',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16312,0,0,0,0,0,915,0,0,0,'Spectral Screamer','',NULL,0,14,16,0,21,0,1.2,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16356,0,0,0,0,0,11686,0,0,0,'Scourge Invasion Minion, finder',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16359,0,0,0,0,0,10727,0,0,0,'Argent Messenger','The Argent Dawn',NULL,0,55,55,0,814,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16360,30303,0,0,0,0,10976,10975,5432,5265,'Zombie Chow','','',0,80,80,2,89,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,1,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,29307,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,40,3,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),(16363,29379,0,0,0,0,11686,0,0,0,'Grobbulus Cloud','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,33554432,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1.35,1,1,0,0,0,0,0,0,0,60,1,0,0,'boss_grobbulus_poison_cloud',12340),(16369,0,0,0,0,0,16138,0,0,0,'Polymorphed Chicken','',NULL,0,1,1,0,31,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(16373,0,0,0,0,0,16143,0,0,0,'Polymorphed Rat','',NULL,0,1,1,0,31,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(16374,0,0,0,0,0,5990,0,0,0,'Polymorphed Cockroach','',NULL,0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(16378,0,0,0,0,0,16147,16148,16149,16150,'Argent Sentry','The Argent Dawn',NULL,0,70,70,0,1625,0,1,2.28571,1,1,252,357,0,304,4.6,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,30,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(16393,0,0,0,0,0,4629,0,0,0,'Cold Wraith [FILMING]','',NULL,0,52,53,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16419,29827,0,0,0,0,14368,0,0,0,'Ghost of Naxxramas',NULL,NULL,0,80,80,2,21,0,1.11111,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33587264,2048,0,0,0,0,0,0,345,509,103,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),(16420,0,0,0,0,0,9510,0,0,0,'Portal of Shadows',NULL,NULL,0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16421,0,0,0,0,0,11686,0,0,0,'Necropolis health',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16422,0,0,0,0,0,12074,0,0,0,'Skeletal Soldier',NULL,NULL,0,6,7,0,1630,0,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,0,6,0,16422,0,0,0,0,0,0,0,0,28265,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,22892,0,0,0,0,0,100,1,8388624,0,'',12340),(16423,0,0,0,0,0,16169,0,0,0,'Spectral Apparition',NULL,NULL,0,6,7,0,1630,0,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,0,6,0,16423,0,0,0,0,0,0,0,0,28265,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,22892,0,0,0,0,0,100,1,8388624,0,'',12340),(16427,30015,0,0,0,0,7869,0,0,0,'Soldier of the Frozen Wastes','',NULL,0,80,80,2,21,0,0.25,0.285715,1,1,422,586,0,642,7.5,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.126984,1,1,0,0,0,0,0,0,0,64,1,8388624,0,'boss_kelthuzad_minion',12340),(16428,30048,0,0,0,0,12818,0,0,0,'Unstoppable Abomination','',NULL,0,80,80,2,21,0,0.7,0.800002,1,1,422,586,0,642,7.5,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,64,1,8388624,0,'boss_kelthuzad_minion',12340),(16429,30018,0,0,0,0,16178,0,0,0,'Soul Weaver','',NULL,0,80,80,2,21,0,0.1,0.114286,1,1,422,586,0,642,7.5,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,28459,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.5,1,1,0,0,0,0,0,0,0,64,1,8388624,0,'boss_kelthuzad_minion',12340),(16430,0,0,0,0,0,13069,0,0,0,'Ashbringer Trigger','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16432,0,0,0,0,0,10699,0,0,0,'Undercity Elite Guardian',NULL,NULL,0,70,70,1,71,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16433,0,0,0,0,0,16233,16231,0,0,'Argent Dawn Crusader','The Argent Dawn',NULL,0,55,55,0,814,1,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16434,0,0,0,0,0,16234,16232,0,0,'Argent Dawn Champion','The Argent Dawn',NULL,0,55,55,0,814,1,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16435,0,0,0,0,0,16236,16239,0,0,'Argent Dawn Cleric','The Argent Dawn',NULL,0,55,55,0,814,0,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,0,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16436,0,0,0,0,0,16237,16240,0,0,'Argent Dawn Priest','The Argent Dawn',NULL,0,55,55,0,814,0,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,0,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16437,0,0,0,0,0,16169,0,0,0,'Spectral Spirit',NULL,NULL,0,9,10,0,1630,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,0,6,0,16437,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,22892,0,0,0,0,0,100,1,8388624,0,'',12340),(16439,0,0,0,0,0,16179,0,0,0,'Fairbanks Transformed','',NULL,0,40,40,0,67,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,2,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(16440,0,0,0,0,0,16180,0,0,0,'Highlord Mograine Transform','The Ashbringer',NULL,0,80,80,2,21,0,1.2,1.14286,1,1,417,582,0,608,35,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,2,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),(16445,0,0,0,0,0,15398,0,0,0,'Terky','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(16450,0,0,0,0,0,16185,0,0,0,'She number one','CocaCola Ambassador',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16454,0,0,0,0,0,16186,0,0,0,'She number two','CocaCola Ambassador',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16455,0,0,0,0,0,16187,0,0,0,'She number three','CocaCola Ambassador',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16456,0,0,0,0,0,16189,0,0,0,'Poley','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(16486,30183,0,0,0,0,16213,0,0,0,'Web Wrap',NULL,NULL,0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,28622,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_maexxna_webwrap',12340),(16487,0,0,0,0,0,242,0,0,0,'Master Alchemist','Cheesy Test Alchemist',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16508,0,0,0,0,0,2408,0,0,0,'Argent Horse',NULL,NULL,0,60,60,0,794,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(16509,0,0,0,0,0,28918,0,0,0,'Argent Warhorse','',NULL,0,60,60,0,35,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(16510,0,0,0,0,0,28919,0,0,0,'Argent Charger','',NULL,0,70,70,0,814,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(16511,0,0,0,0,0,10671,10672,10670,0,'Argent Mount',NULL,NULL,0,60,60,0,794,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(16512,0,0,0,0,0,2346,0,0,0,'Argent Deathsteed','',NULL,0,60,60,0,794,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(16513,0,0,0,0,0,14554,0,0,0,'Argent Deathcharger','',NULL,0,60,60,0,794,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(16527,0,0,0,0,0,2575,0,0,0,'Outland Herbalism Trainer','Master Herbalism Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16532,0,0,0,0,0,15435,0,0,0,'Leapgate','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16533,0,0,0,0,0,16576,0,0,0,'Inoculated Root Lasher','',NULL,0,1,1,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(16538,0,0,0,0,0,16250,0,0,0,'Blood Elf Remains','',NULL,0,4,4,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16564,0,0,0,0,0,16274,0,0,0,'Myconite','',NULL,0,65,65,1,35,0,1.2,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16565,0,0,0,0,0,16272,0,0,0,'Fungal Beast','',NULL,0,65,65,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16566,0,0,0,0,0,16273,0,0,0,'Myconite Worker (PH)','',NULL,0,65,65,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16605,0,0,0,0,0,1827,0,0,0,'Bri\'s Test Character','',NULL,0,30,35,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16606,0,0,0,0,0,11686,0,0,0,'Midsummer Bonfire Despawner','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16608,0,0,0,0,0,14303,13991,0,0,'[PH] Goblin Savage','',NULL,0,50,50,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,23074,0,0,0,0,0,0,1,0,0,'',12340),(16614,0,0,0,0,0,16814,0,0,0,'Lothene','General Goods',NULL,0,30,30,0,1604,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16622,0,0,0,0,0,16812,0,0,0,'Ithene','Weapon Vendor',NULL,0,30,30,0,1604,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16630,0,0,0,0,0,16810,0,0,0,'Irodalmin','Herbalism Supplies',NULL,0,30,30,0,1604,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16645,0,0,0,0,0,16813,0,0,0,'Ithren','Robe Merchant',NULL,0,30,30,0,1604,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16661,0,0,0,0,0,16740,0,0,0,'Gez\'li','Shaman Trainer',NULL,0,60,60,0,1604,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16682,0,0,0,0,0,16826,0,0,0,'Thiel','Shady Dealer',NULL,0,30,30,0,1604,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16711,0,0,0,0,0,17572,0,0,0,'Herman Walker','Arathi Basin Battlemaster',NULL,0,1,1,0,1638,1048576,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16717,0,0,0,0,0,16200,0,0,0,'Exodar Clothes Vendor','Clothier',NULL,0,30,30,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16720,0,0,0,0,0,16200,0,0,0,'Oktan','',NULL,0,30,30,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16730,0,0,0,0,0,16200,0,0,0,'Exodar Fireworks Vendor','Fireworks Vendor',NULL,0,30,30,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16737,0,0,0,0,0,17244,0,0,0,'Berem','Herbalism Supplies',NULL,0,30,30,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16754,0,0,0,0,0,17530,0,0,0,'Fingle Dipswitch','Poison Supplies',NULL,0,30,30,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16758,0,0,0,0,0,17515,0,0,0,'Jahri','Robe Merchant',NULL,0,30,30,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16759,0,0,0,0,0,17531,0,0,0,'Saran Nozzlevolt','Rogue Trainer',NULL,0,30,30,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16760,0,0,0,0,0,17191,0,0,0,'Der\'izu Bandit','',NULL,0,64,65,1,1678,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16770,0,0,0,0,0,2582,0,0,0,'Exodar Warlock Trainer','Warlock Trainer',NULL,0,30,30,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16783,0,0,0,0,0,11139,0,0,0,'Plague Slime (Blue)','',NULL,0,81,81,2,14,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),(16784,0,0,0,0,0,681,0,0,0,'Plague Slime (Red)','',NULL,0,81,81,2,14,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),(16785,0,0,0,0,0,11137,0,0,0,'Plague Slime (Green)','',NULL,0,81,81,2,14,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),(16849,0,0,0,0,0,16199,0,0,0,'Vindicator Xannar','',NULL,0,65,65,1,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16853,0,0,0,0,0,16405,0,0,0,'Anterius Black','',NULL,0,65,65,1,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23311,0,0,0,0,0,20890,20891,0,0,'Disobedient Dragonmaw Peon','',NULL,0,68,69,1,62,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23311,0,0,0,0,0,0,0,0,15572,0,15610,0,0,0,0,0,0,0,300,330,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16868,0,0,0,0,0,16324,0,0,0,'Laughing Skull Slayer','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16869,0,0,0,0,0,16324,0,0,0,'Laughing Skull Neophyte','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16872,0,0,0,0,0,17852,0,0,0,'Bleeding Hollow Warlock','',NULL,0,60,61,1,1662,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30157,30425,0,0,0,0,0,1,0,0,'',12340),(16874,0,0,0,0,0,17853,0,0,0,'Bleeding Hollow Shadowcaster','',NULL,0,61,62,1,1662,0,1.2,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,45329,32709,29924,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16875,0,0,0,0,0,16325,0,0,0,'Bonechewer Cannibal','',NULL,0,60,61,1,1662,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30327,0,0,0,0,0,0,1,0,0,'',12340),(16877,0,0,0,0,0,18856,0,0,0,'Bonechewer Wolf Rider','',NULL,0,54,55,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16881,0,0,0,0,0,5497,0,0,0,'Felblood Horror','',NULL,0,61,62,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,23269,28500,0,0,0,0,0,1,0,0,'',12340),(16882,0,0,0,0,0,5987,0,0,0,'Felblood Flayer','',NULL,0,54,55,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,23269,0,0,0,0,0,0,1,0,0,'',12340),(16883,0,0,0,0,0,4907,0,0,0,'Felblood Hungerer','',NULL,0,61,62,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,23269,0,0,0,0,0,0,1,0,0,'',12340),(16889,0,0,0,0,0,16412,16433,0,0,'Stormwind Celebrant','',NULL,0,1,60,0,774,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16890,0,0,0,0,0,16434,16413,16447,16448,'Ironforge Celebrant','',NULL,0,1,60,0,774,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16891,0,0,0,0,0,12953,0,0,0,'Yuree','Dawn Whisperer',NULL,0,60,60,0,794,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16892,0,0,0,0,0,16414,16435,0,0,'Darnassus Celebrant','',NULL,0,1,60,0,774,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16893,0,0,0,0,0,16436,16438,16445,16446,'Orgrimmar Celebrant','',NULL,0,1,60,0,775,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16894,0,0,0,0,0,16442,16432,0,0,'Thunder Bluff Celebrant','',NULL,0,1,60,0,775,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16895,0,0,0,0,0,16443,16444,0,0,'Undercity Celebrant','',NULL,0,1,60,0,775,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16900,0,0,0,0,0,17061,0,0,0,'Captive Ravager Hatchling','',NULL,0,60,65,1,16,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,31,0,0,0,0,166,246,35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16902,0,0,0,0,0,11141,0,0,0,'Blistering Mold','',NULL,0,54,55,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16908,0,0,0,0,0,17407,0,0,0,'Bonechewer Reaver','',NULL,0,59,60,1,1663,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16909,0,0,0,0,0,16481,16482,16483,0,'Bonechewer Savage','',NULL,0,59,60,1,1663,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16910,0,0,0,0,0,1139,0,0,0,'Mag\'har Outrunner','',NULL,0,62,63,1,1651,0,1.2,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16926,0,0,0,0,0,9280,0,0,0,'Bonechewer War Wolf','',NULL,0,59,60,1,1663,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,0.1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16930,0,0,0,0,0,1958,0,0,0,'Raging Clefthoof','',NULL,0,59,60,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,23222,23231,23223,0,0,0,0,1,0,0,'',12340),(16931,0,0,0,0,0,2742,0,0,0,'Enraged Clefthoof','',NULL,0,57,58,0,14,0,1.2,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,23222,23231,0,0,0,0,0,1,0,0,'',12340),(16935,0,0,0,0,0,4688,0,0,0,'Dreghood Spearman','',NULL,0,54,55,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,23460,0,0,0,0,0,0,1,0,0,'',12340),(16936,0,0,0,0,0,17825,0,0,0,'Dreghood Wanderer','',NULL,0,62,63,1,51,0,1.2,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,30798,30013,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,23460,0,0,0,0,0,0,1,0,0,'',12340),(16940,0,0,0,0,0,17191,0,0,0,'Astralan Raider','',NULL,0,58,60,1,1678,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16941,0,0,0,0,0,17746,0,0,0,'Phasing Voidcaller','',NULL,0,61,62,1,954,0,1.2,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,3,0,0,0,0,0,0,0,0,0,0,34191,34216,34338,34333,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16942,0,0,0,0,0,17210,0,0,0,'Infernal Crafter','',NULL,0,54,55,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16953,0,0,0,0,0,5048,0,0,0,'Forge Camp Patroller','',NULL,0,54,55,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16955,0,0,0,0,0,16480,0,0,0,'Chained Trickster','',NULL,0,54,55,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16956,0,0,0,0,0,16480,0,0,0,'Dust Hopper','',NULL,0,54,55,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16957,0,0,0,0,0,16480,0,0,0,'Nether Imp','',NULL,0,54,55,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16958,0,0,0,0,0,348,0,0,0,'Dread Interrogator','',NULL,0,54,55,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16961,0,0,0,0,0,2737,0,0,0,'Maiden of Grief UNUSED','',NULL,0,70,71,1,90,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16962,0,0,0,0,0,2737,0,0,0,'Griefbringer','',NULL,0,54,55,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16963,0,0,0,0,0,17312,0,0,0,'Infernal Destroyer','',NULL,0,70,71,1,90,0,1.2,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16965,0,0,0,0,0,17006,0,0,0,'Haal\'eshi Hawkeye','',NULL,0,62,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16969,0,0,0,0,0,16489,0,0,0,'Bone Magus Warlor','',NULL,0,61,61,1,1663,0,1.2,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,11445,40885,28265,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16970,0,0,0,0,0,16574,0,0,0,'Bristlehide Clefthoof','',NULL,0,62,63,1,14,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,1,0,0,0,0,0,0,0,0,0,0,14104,32023,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,23754,0,0,0,0,0,0,1,0,0,'',12340),(16979,0,0,0,0,0,16541,0,0,0,'Midsummer Merchant','Festival Supplies',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16981,29634,0,0,0,0,27107,0,0,0,'Plagued Guardian','','',0,81,81,2,21,0,1,1.14286,1,1,351,509,0,304,7.5,2000,0,8,0,2048,8,0,0,0,0,0,351,503,74,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,18,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16982,29635,0,0,0,0,12074,0,0,0,'Plagued Construct',NULL,NULL,0,81,81,2,233,0,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,3,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16983,29633,0,0,0,0,28021,0,0,0,'Plagued Champion','','',0,81,81,2,21,0,1,1.42857,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16984,29632,0,0,0,0,28022,0,0,0,'Plagued Warrior','','',0,81,81,2,21,0,1,1.42857,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,15496,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(16985,0,0,0,0,0,16585,0,0,0,'Midsummer Merchant Horde Costume','Festival Supplies',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16986,0,0,0,0,0,16541,0,0,0,'Midsummer Merchant Alliance Costume','Festival Supplies',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16987,0,0,0,0,0,16334,0,0,0,'Festival Flamekeeper Costume: Tauren','',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16988,0,0,0,0,0,16338,0,0,0,'Festival Flamekeeper Costume: Human','',NULL,0,73,73,1,35,0,1.2,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16989,0,0,0,0,0,16340,0,0,0,'Festival Flamekeeper Costume: Troll','',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16990,0,0,0,0,0,16339,0,0,0,'Festival Flamekeeper Costume: Dwarf','',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(16997,0,0,0,0,0,17642,0,0,0,'Stonescythe Cliffjumper','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16999,0,0,0,0,0,796,0,0,0,'Johnny McWeaksauce','Public Test Realm Bot',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17009,0,0,0,0,0,16643,0,0,0,'Durotan','Chieftain of the Frostwolf Clan',NULL,0,70,70,0,14,0,1.2,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),(17010,0,0,0,0,0,16644,0,0,0,'Draka','',NULL,0,70,70,1,14,0,1.2,1.14286,1,3,252,357,0,304,35,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),(17011,0,0,0,0,0,16645,0,0,0,'Blackhand the Destroyer','Warchief of the Horde',NULL,0,70,70,0,14,0,1.2,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),(17012,0,0,0,0,0,16646,0,0,0,'Orgrim Doomhammer','',NULL,0,70,70,0,14,0,1.2,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),(17013,0,0,0,0,0,16660,0,0,0,'Draenei Captive','',NULL,0,3,3,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17016,0,0,0,0,0,16649,16650,16651,16652,'Dragonmaw Clan Soldier','',NULL,0,57,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17017,0,0,0,0,0,16663,16666,16668,16667,'Blackrock Clan Soldier','',NULL,0,59,61,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17018,0,0,0,0,0,16649,0,0,0,'Thunderlord Clan Soldier','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17019,0,0,0,0,0,16659,16670,16671,16672,'Frostwolf Clan Soldier','',NULL,0,58,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17020,0,0,0,0,0,16649,0,0,0,'Bleeding Hollow Clan Soldier','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17021,0,0,0,0,0,16662,16673,16674,0,'Warsong Clan Soldier','',NULL,0,61,63,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17022,0,0,0,0,0,16649,0,0,0,'Twilight\'s Hammer Clan Soldier','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17024,0,0,0,0,0,16653,16654,0,0,'Shadow Council Acolyte','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17025,0,0,0,0,0,15880,0,0,0,'Sapphiron\'s Wing Buffet',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17026,0,0,0,0,0,21575,0,0,0,'Grom Hellscream','Chieftain of the Warsong Clan',NULL,0,70,70,0,14,0,1.2,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),(17027,0,0,0,0,0,16664,0,0,0,'Rend Blackhand','',NULL,0,1,1,0,14,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17028,0,0,0,0,0,16665,0,0,0,'Maim Blackhand','',NULL,0,60,60,0,14,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17029,0,0,0,0,0,15504,0,0,0,'Silvermoon City Seeker','',NULL,0,65,65,1,1603,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(17030,0,0,0,0,0,16333,16323,16332,12471,'Soldier of the Horde','',NULL,0,57,62,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17031,0,0,0,0,0,15986,0,0,0,'Varel Redrock','',NULL,0,35,35,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17032,0,0,0,0,0,15988,0,0,0,'Varl Stonebleeder','',NULL,0,35,35,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17055,29279,0,0,0,0,13111,0,0,0,'Maexxna Spiderling',NULL,NULL,0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,1,72,0,0,0,0,0,0,0,0,0,54121,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(17061,0,0,0,0,0,4587,0,0,0,'Mana Tide Totem IV','',NULL,0,58,58,0,58,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17063,0,0,0,0,0,984,0,0,0,'Wanton Hostess Transform Visual','',NULL,0,69,70,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(17064,0,0,0,0,0,16744,0,0,0,'Night Mistress Transform Visual','',NULL,0,69,70,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.2,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(17065,0,0,0,0,0,10926,0,0,0,'Concubine Transform Visual','',NULL,0,69,70,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17075,0,0,0,0,0,17445,0,0,0,'Sandworm','',NULL,0,63,63,0,310,0,1.2,1.14286,1,2,181,253,0,268,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,10,0,0,0,0,0,0,0,0,0,0,30732,31378,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17078,0,0,0,0,0,794,0,0,0,'Jimmy McWeaksauce','Cool Guy',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17081,0,0,0,0,0,16836,0,0,0,'Scout Bloodfist','',NULL,0,55,55,0,35,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17082,0,0,0,0,0,16837,0,0,0,'Rifleman Torrig','',NULL,0,55,55,0,35,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17091,0,0,0,0,0,16843,0,0,0,'Mirren Longbeard No Hat (DND)','',NULL,0,65,65,1,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17107,0,0,0,0,0,11686,0,0,0,'Sedai Trigger','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(17118,0,0,0,0,0,20987,0,0,0,'Der\'izu Arcanist','',NULL,0,64,65,1,1678,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17140,0,0,0,0,0,152,0,0,0,'Feral Lost One','',NULL,0,67,68,1,51,0,1.2,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17145,0,0,0,0,0,17619,0,0,0,'Wrekt Theurgist','',NULL,0,64,65,1,1679,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17162,0,0,0,0,0,16869,0,0,0,'Wretched Magistrix Elosai','',NULL,0,27,27,0,1604,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17163,0,0,0,0,0,16191,11686,0,0,'Worm Target (DND)','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,59,1,0,128,'',12340),(17165,0,0,0,0,0,4606,0,0,0,'','',NULL,0,50,50,0,67,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17198,0,0,0,0,0,16887,0,0,0,'Ravager Hatchling','',NULL,0,7,8,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,31,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11593,0,0,0,'',0,3,1,1,1,1,0,23845,0,0,0,0,0,0,1,0,0,'',12340),(17221,0,0,0,0,0,4735,0,0,0,'Vampiric Tracker','',NULL,0,13,13,0,232,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,24,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13244,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(17227,0,0,0,0,0,16920,0,0,0,'Human Peasant','',NULL,0,63,63,0,12,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17239,0,0,0,0,0,11686,0,0,0,'[PH] Plaguelands Herald','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17254,0,0,0,0,0,16942,0,0,0,'White Tiger Cub','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(17258,0,0,0,0,0,17273,0,0,0,'Purple Ogre Costume','',NULL,0,60,60,0,35,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17261,0,0,0,0,0,16156,12074,16972,0,'Restless Skeleton',NULL,NULL,0,68,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,39811,37059,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.75,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(17284,0,0,0,0,0,13348,0,0,0,'Lottery Commissioner [DND]','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17286,0,0,0,0,0,15435,0,0,0,'Invisible Man','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17288,0,0,0,0,0,16960,0,0,0,'Randy Whizzlesprocket',NULL,NULL,0,60,60,0,1667,2,1.25,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17289,0,0,0,0,0,16961,0,0,0,'Rifleman Brownbeard',NULL,NULL,0,60,60,0,1667,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17292,0,0,0,0,0,16964,0,0,0,'Private Jacint',NULL,NULL,0,60,60,0,1667,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17294,0,0,0,0,0,16965,0,0,0,'Drisella',NULL,NULL,0,60,60,0,1669,2,1.25,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17295,0,0,0,0,0,16966,0,0,0,'Korag Proudmane',NULL,NULL,0,60,60,0,1669,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17297,0,0,0,0,0,16968,0,0,0,'Scout Orgarr',NULL,NULL,0,60,60,0,1669,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17301,20585,0,0,0,0,16969,0,0,0,'Shattered Hand Executioner',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,11876,15284,0,0,0,0,0,0,0,0,1009,3991,'SmartAI',0,3,1,2.9,1,1,0,31716,0,0,0,0,0,0,1,0,2,'',12340),(17302,0,0,0,0,0,11686,0,0,0,'Hellfire Military Hard Mode Timer',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17315,0,0,0,0,0,16977,0,0,0,'Tree Disguse','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17319,0,0,0,0,0,5773,0,0,0,'Bristlelimb Pathfinder','',NULL,0,7,8,0,82,0,1.2,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.85,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17332,0,0,0,0,0,4765,0,0,0,'Wrathscale Raider','',NULL,0,7,8,0,74,0,1.2,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17335,0,0,0,0,0,4765,0,0,0,'Wrathscale Serpent Guard','',NULL,0,7,8,0,74,0,1.2,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17351,0,0,0,0,0,17059,0,0,0,'Saurian Slayer','',NULL,0,17,19,0,14,0,1.2,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17354,0,0,0,0,0,16982,0,0,0,'Deonysius','Hand of Kil\'Jaedan',NULL,0,70,70,1,14,0,1.2,1.14286,1,1,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),(17365,0,0,0,0,0,16989,0,0,0,'Stillpine Langauge Totem 06','',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17366,0,0,0,0,0,16990,0,0,0,'Stillpine Langauge Totem 07','',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17367,0,0,0,0,0,1201,16946,0,0,'Nether Portal - Serenity','Healing Portal',NULL,0,1,1,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554496,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.007,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(17368,0,0,0,0,0,5561,16946,0,0,'Nether Portal - Dominance','Damage Portal',NULL,0,1,1,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554496,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.007,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(17369,0,0,0,0,0,5047,16946,0,0,'Nether Portal - Perseverence','Tanking Portal',NULL,0,1,1,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554496,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.007,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(17382,0,0,0,0,0,16387,16388,16389,16390,'Honor Hold Infantry','',NULL,0,70,70,0,1666,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17383,0,0,0,0,0,16449,16450,16451,0,'Honor Hold Marksman','',NULL,0,70,70,1,1666,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17384,0,0,0,0,0,16387,0,0,0,'Lieutenant Seydel','',NULL,0,70,70,0,1666,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17385,0,0,0,0,0,16583,0,0,0,'Shattered Hand Elite','',NULL,0,70,70,1,16,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17386,0,0,0,0,0,16996,0,0,0,'Korgoth','',NULL,0,70,70,0,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17387,0,0,0,0,0,16579,0,0,0,'Shattered Hand Slayer','',NULL,0,70,70,1,16,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,28168,15708,10101,0,0,0,0,0,0,0,0,0,'',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17388,0,0,0,0,0,11537,0,0,0,'Orlug\'Gonn','',NULL,0,60,60,0,45,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,4,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(17389,0,0,0,0,0,16581,0,0,0,'Shadowmoon Voidcaller','',NULL,0,69,69,1,16,0,1.2,1.14286,1,1,245,346,0,298,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,30898,34333,34334,34331,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17390,0,0,0,0,0,16297,16298,16299,0,'Thrallmar Axe Thrower','',NULL,0,1,1,0,1668,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17394,0,0,0,0,0,17000,0,0,0,'Stillpine Ancestor Tikti Snake Visual','',NULL,0,40,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(17396,21647,0,0,0,0,17143,0,0,0,'Shadowmoon Sorcerer','',NULL,0,61,61,1,16,0,1.2,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,15453,15534,15735,0,0,0,0,0,0,0,0,0,'',0,3,1,2.9,1,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),(17411,0,0,0,0,0,17003,0,0,0,'Shadowmaw Alpha Transform','',NULL,0,42,43,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8267,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17415,0,0,0,0,0,17008,0,0,0,'Lordaeron Mage','',NULL,0,60,60,0,290,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(17419,0,0,0,0,0,16587,0,0,0,'Rocket','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,73,1,16384,0,'',12340),(17422,0,0,0,0,0,17019,16993,0,0,'Stillpine Ancestor Coo Transform','',NULL,0,40,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(17430,0,0,0,0,0,16333,0,0,0,'Fel Archer','',NULL,0,70,70,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17449,0,0,0,0,0,16861,0,0,0,'Grisel','',NULL,0,8,8,0,774,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17450,0,0,0,0,0,6798,0,0,0,'Griselda','',NULL,0,7,7,0,774,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17451,20571,0,0,0,0,15882,0,0,0,'Lesser Void Zone','',NULL,0,70,70,1,370,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(17454,0,0,0,0,0,16874,0,0,0,'Burning Abyssal',NULL,NULL,0,70,70,1,14,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,210,1,1,0,0,0,0,0,0,0,100,1,604057199,0,'',12340),(17456,0,0,0,0,0,184,0,0,0,'Actor Good (DND)','',NULL,0,8,9,0,1683,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(17457,0,0,0,0,0,184,0,0,0,'Actor Evil (DND)','',NULL,0,8,9,0,1684,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(17458,0,0,0,0,0,19218,0,0,0,'Gnomish Flame Turret',NULL,NULL,0,70,70,1,58,0,1,1.14286,1,0,2,2,0,24,1,1000,2000,1,4,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,30527,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_gen_gnomish_flame_turret',12340),(17460,0,0,0,0,0,328,0,0,0,'Chess Ready Room','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17466,0,0,0,0,0,17008,0,0,0,'Lordaeron Spirit','',NULL,0,60,60,0,290,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(17470,0,0,0,0,0,15882,0,0,0,'Minor Void Zone','',NULL,0,70,70,1,370,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,140,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(17476,0,0,0,0,0,17034,0,0,0,'Giant Chicken','',NULL,0,50,50,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17492,0,0,0,0,0,16266,0,0,0,'Raving Wildkin','',NULL,0,7,8,0,1687,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17501,0,0,0,0,0,184,0,0,0,'Monster Spar','',NULL,0,8,9,0,1692,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(17502,0,0,0,0,0,184,0,0,0,'Monster Spar Buddy','',NULL,0,8,9,0,1693,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(17506,0,0,0,0,0,17570,0,0,0,'Grumman Slatefist','Alterac Valley Battlemaster',NULL,0,1,1,0,1638,1048576,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17507,0,0,0,0,0,17571,0,0,0,'Shenarial','Warsong Gulch Battlemaster',NULL,0,1,1,0,1638,1048576,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17515,0,0,0,0,0,4951,0,0,0,'Samantha LeCraft','Mistress of Breadcrumbs',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17516,0,0,0,0,0,11686,0,0,0,'Magtheridon\'s Room',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17526,0,0,0,0,0,16631,0,0,0,'Bloodmyst Ravager','',NULL,0,13,14,0,14,0,1.2,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,31,0,0,0,0,13,20,1,1,1,0,0,0,0,0,0,0,0,0,3242,0,0,0,0,0,0,0,11563,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17533,0,0,0,0,0,17067,0,0,0,'Romulo',NULL,NULL,0,73,73,1,16,0,1.6,1.71429,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,108,17533,0,0,0,0,0,0,0,0,30815,30817,30822,30841,0,0,0,0,0,0,180000,220000,'',0,3,1,17.5,8,1,0,0,0,0,0,0,0,167,1,617299803,1,'boss_romulo',12340),(17534,0,0,0,0,0,17068,0,0,0,'Julianne',NULL,NULL,0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,6,108,17534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180000,220000,'',0,3,1,17.5,20,1,0,0,0,0,0,0,0,167,1,617299803,1,'boss_julianne',12340),(17559,0,0,0,0,0,17090,0,0,0,'Niblet','',NULL,0,3,3,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17560,0,0,0,0,0,16876,0,0,0,'Outland Basilisk (Green)','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17561,0,0,0,0,0,16877,0,0,0,'Outland Basilisk (Red)','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17562,0,0,0,0,0,16878,0,0,0,'Outland Basilisk (Violet)','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17563,0,0,0,0,0,16879,0,0,0,'Outland Basilisk (Yellow)','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17564,0,0,0,0,0,17091,0,0,0,'Outland Chimera (Green)','',NULL,0,60,60,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17565,0,0,0,0,0,17092,0,0,0,'Outland Chimera (Purple)','',NULL,0,60,60,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17566,0,0,0,0,0,17093,0,0,0,'Outland Chimera (White)','',NULL,0,60,60,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17567,0,0,0,0,0,17094,0,0,0,'Outland Chimera (Yellow)','',NULL,0,60,60,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17568,0,0,0,0,0,17095,0,0,0,'Outland Doomguard (Default)','',NULL,0,60,60,0,954,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.85,0.77,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(17569,0,0,0,0,0,17096,0,0,0,'Outland Doomguard (Black)','',NULL,0,60,60,0,954,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.85,0.77,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(17570,0,0,0,0,0,17097,0,0,0,'Outland Doomguard (Blue)','',NULL,0,60,60,0,954,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.85,0.77,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(17571,0,0,0,0,0,17098,0,0,0,'Outland Doomguard (Green)','',NULL,0,60,60,0,954,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.85,0.77,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(17572,0,0,0,0,0,17099,0,0,0,'Outland Doomguard (Purple)','',NULL,0,60,60,0,954,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.85,0.77,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(17573,0,0,0,0,0,17100,0,0,0,'Outland Doomguard (Yellow)','',NULL,0,60,60,0,954,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.85,0.77,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(17574,0,0,0,0,0,17101,0,0,0,'Outland Lobstrok (Purple)','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17576,0,0,0,0,0,17104,0,0,0,'Outland Mountain Giant (Zangar Marsh)','',NULL,0,70,70,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17577,0,0,0,0,0,17103,0,0,0,'Outland Mountain Giant (Netherstorm)','',NULL,0,70,70,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17579,0,0,0,0,0,17108,0,0,0,'Outland Lobstrok (Yellow)','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17580,0,0,0,0,0,17107,0,0,0,'Outland Lobstrok (White)','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17581,0,0,0,0,0,17105,0,0,0,'Outland Lobstrok (Red)','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17582,0,0,0,0,0,17108,0,0,0,'','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17583,0,0,0,0,0,17106,0,0,0,'Outland Lobstrok (Turquoise)','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17590,0,0,0,0,0,16191,0,0,0,'Sandworm Missile Target (DND)','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,59,1,0,0,'',12340),(17593,0,0,0,0,0,18136,0,0,0,'Hellfire Wolf Rider','',NULL,0,60,60,0,1697,0,1.2,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,30470,8599,36023,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17594,0,0,0,0,0,17117,0,0,0,'Captain Korfang','',NULL,0,63,63,0,1697,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17595,0,0,0,21161,0,17733,0,0,0,'Bonechewer Peon','',NULL,0,59,60,1,1697,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17596,0,0,0,0,0,16577,0,0,0,'Hellfire Lieutenant','',NULL,0,61,62,1,1662,0,1.2,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17597,0,0,0,0,0,16387,0,16389,0,'[PH] Captain Obvious Jr.','',NULL,0,64,66,0,1666,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17601,0,0,0,0,0,17142,0,0,0,'Pack Elekk','',NULL,0,17,18,0,35,0,1.2,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,1,0,0,0,0,0,0,0,0,0,0,9613,11962,18376,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,110,1,0,2,'',12340),(17602,0,0,0,0,0,17629,0,0,0,'Red Riding Hood (Transform)','',NULL,0,70,70,1,14,0,1.2,1.14286,1,3,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(17605,0,0,0,0,0,17473,17474,17475,17476,'Sunhawk Defiler','',NULL,0,17,18,0,1714,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,24399,0,0,0,0,0,0,1,0,0,'',12340),(17615,0,0,0,0,0,1126,0,0,0,'Azuremyst Elekk Mob Generator (Ravager)','',NULL,0,9,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17616,0,0,0,0,0,7029,0,0,0,'Azuremyst Elekk Mob Generator (Murloc)','',NULL,0,9,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17617,0,0,0,0,0,7029,0,0,0,'Azuremyst Elekk Mob Generator (Wildkin)','',NULL,0,9,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17618,0,0,0,0,0,7029,0,0,0,'Azuremyst Elekk Mob Generator (Furbolg)','',NULL,0,9,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17619,0,0,0,0,0,7029,0,0,0,'Azuremyst Elekk Mob Generator (Bloodelf)','',NULL,0,9,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17620,0,0,0,0,0,16885,0,0,0,'Ravager Ambusher','',NULL,0,8,9,0,1620,0,1.2,1.14286,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,31,0,0,0,0,8,11,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11596,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17625,0,0,0,0,0,16579,0,0,0,'Fel Orc Grunt','',NULL,0,60,60,1,1697,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,39144,0,32959,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17638,0,0,0,0,0,3619,0,0,0,'Siltfin Ambusher','',NULL,0,6,7,0,18,0,1.2,1.14286,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17639,0,0,0,0,0,16266,0,0,0,'Wildkin Ambusher','',NULL,0,9,10,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,23733,0,0,0,0,0,0,1,0,0,'',12340),(17640,0,0,0,0,0,6821,0,0,0,'Bristlelimb Ambusher','',NULL,0,6,7,0,82,0,1.2,1.14286,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(17641,0,0,0,0,0,17115,0,0,0,'Sunhawk Ambusher','',NULL,0,4,5,0,16,0,1.2,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,5916,7159,14873,15691,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17643,0,0,0,0,0,17142,0,0,0,'Kessel\'s Elekk','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(17644,0,0,0,0,0,7029,20577,0,0,'Infernal Target','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(17646,0,0,0,0,0,18036,0,0,0,'Netherspite Infernal',NULL,NULL,0,75,75,0,954,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,295,438,68,3,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.6,1,1,0,0,0,0,0,0,0,121,1,0,0,'netherspite_infernal',12340),(17648,0,0,0,0,0,6173,0,0,0,'Felhunter Minion','',NULL,0,20,20,0,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1.1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(17650,0,0,0,0,0,16946,0,0,0,'Prince Malchezaar\'s Axes',NULL,NULL,0,73,73,1,16,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,10,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(17652,0,0,0,0,0,17156,0,0,0,'Image of Arcanagos',NULL,NULL,0,70,70,1,1683,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,70,1,1,0,0,0,0,0,0,0,179,1,0,0,'',12340),(17665,0,0,0,0,0,11686,0,0,0,'Arcanagos Credit Marker','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17668,0,0,0,0,0,1951,0,0,0,'Matis\'s Mount','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17672,0,0,0,0,0,12430,12431,13949,13950,'Deadwind Villager',NULL,NULL,0,70,70,0,188,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,11978,13444,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(17675,0,0,0,0,0,17172,0,0,0,'Facet of Keanna','',NULL,0,55,57,0,1696,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17677,0,0,0,0,0,1126,15435,0,0,'Arcanagos Spell Dummy',NULL,NULL,0,1,1,0,1683,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17679,0,0,0,0,0,17175,0,0,0,'Man\'ari Abomination','',NULL,0,20,20,0,1701,0,1.2,1.14286,1,1,29,39,0,70,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17688,0,0,0,0,0,10817,0,0,0,'Crown Guard Horde Capture Quest Doodad','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17691,0,0,0,0,0,11686,0,0,0,'Eastwall Horde Capture Quest Doodad','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17697,0,0,0,0,0,11686,0,0,0,'Northpass Horde Capture Quest Doodad','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17699,0,0,0,0,0,11686,0,0,0,'Plaguewood Horde Capture Quest Doodad','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17700,0,0,0,0,0,16623,0,0,0,'Will of Sargaras','',NULL,0,70,70,1,1683,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17706,0,0,0,0,0,2453,0,0,0,'Felsteel Boar',NULL,NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(17709,0,0,0,0,0,15905,0,0,0,'Talasite Owl','',NULL,0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(17736,20186,0,0,0,0,17753,0,0,0,'Underbat Swarmer','',NULL,0,62,63,1,1713,0,1.2,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,33,0,0,0,0,147,219,32,1,1,0,0,0,0,0,0,0,0,0,36139,7145,0,0,0,0,0,0,13087,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(17755,0,0,0,0,0,16632,0,0,0,'Pit Lord','',NULL,0,1,1,1,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17818,0,0,0,0,0,7029,0,0,0,'Towering Infernal','',NULL,0,72,72,1,1720,0,1.2,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,21,1,1,0,0,0,0,0,0,0,121,1,131073,0,'npc_towering_infernal',12340),(17823,0,0,0,0,0,203,0,0,0,'Crazed Worgen','',NULL,0,20,20,0,14,0,1.2,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17829,20171,0,0,0,0,17270,12191,0,0,'Lykul Hatchling','',NULL,0,51,53,0,7,0,1.2,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17851,0,0,0,0,0,15590,0,0,0,'Trained Dragonhawk','',NULL,0,60,60,0,775,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,116,1,0,2,'',12340),(17854,0,0,0,0,0,17283,0,0,0,'Dire Wolf','',NULL,0,73,73,1,1718,0,1.2,1.14286,1,1,316,450,0,320,7.5,2000,2000,1,64,2048,0,1,0,0,0,0,278,413,58,1,1,0,0,0,0,0,0,0,0,0,31334,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),(17861,0,0,0,0,0,11686,0,0,0,'Waterpump Investigation Credit Marker','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17863,0,0,0,0,0,16490,0,0,0,'Matis Credit Marker','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17864,0,0,0,0,0,20930,0,0,0,'Lesser Doomguard','',NULL,0,72,72,1,1720,0,1.2,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,3,8,0,0,0,0,0,0,0,0,0,3417,31408,31406,0,0,0,0,0,0,0,0,0,'',0,3,1,24.5,5,1,0,0,0,0,0,0,0,121,1,131073,0,'npc_lesser_doomguard',12340),(17867,20166,0,0,0,0,1126,15435,0,0,'Coilfang Periodic Bat Trigger','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(17868,0,0,0,0,0,1126,15435,0,0,'Silithus Spice Worm Mortar Target','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17869,0,0,0,0,0,1126,16925,0,0,'Silithus Spice Sandworm Mortar Target','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,59,1,0,0,'',12340),(17872,20176,0,0,0,0,17760,0,0,0,'Murkblood Foreman','',NULL,0,63,64,1,51,0,1.2,1.14286,1,1,194,274,0,272,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,18200,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17873,20178,0,0,0,0,17761,0,0,0,'Murkblood Henchman','Murkblood Foreman\'s Flunky',NULL,0,63,64,1,51,0,1.2,1.14286,1,1,194,274,0,272,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17902,0,0,0,0,0,775,0,0,0,'Skeleton Invader','',NULL,0,69,70,1,1720,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,1,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),(17903,0,0,0,0,0,2606,0,0,0,'Skeleton Mage','',NULL,0,69,70,1,1720,0,1.2,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,6,8,0,0,0,0,0,0,0,0,0,31618,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,5,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),(17905,0,0,0,0,0,8783,0,0,0,'Banshee','',NULL,0,70,70,1,1720,0,1.2,1.14286,1,1,234,331,0,286,7.5,1700,2000,2,64,2048,0,0,0,0,0,0,198,295,33,6,8,17905,0,0,0,0,0,0,0,0,31662,31651,38183,0,0,0,0,0,0,0,3748,4720,'',0,3,1,10.5,6,1,0,0,0,0,0,0,0,147,1,8388624,0,'npc_banshee',12340),(17906,0,0,0,0,0,17311,0,0,0,'Gargoyle','',NULL,0,70,70,1,1720,0,1.2,1.14286,1,1,252,357,0,304,7.5,1700,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,8,17906,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3729,4695,'',0,3,1,12.6,1,1,0,0,0,0,0,0,0,167,1,8388624,0,'npc_gargoyle',12340),(17907,0,0,0,0,0,16919,0,0,0,'Frost Wyrm','',NULL,0,72,72,1,1720,0,1.2,1.14286,1,1,307,438,0,314,7.5,1700,2000,1,64,2048,0,0,0,0,0,0,270,401,53,6,8,17907,0,0,0,0,0,0,0,0,31688,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,31.5,1,1,0,0,0,0,0,0,0,212,1,80428927,0,'npc_frost_wyrm',12340),(17908,0,0,0,0,0,14520,0,0,0,'Giant Infernal','',NULL,0,71,71,1,1720,0,1.2,1.14286,1,1,299,426,0,308,7.5,1700,2000,1,64,2048,0,0,0,0,0,0,262,389,48,3,8,17908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3797,4783,'',0,3,1,12.6,1,1,0,0,0,0,0,0,0,167,1,0,0,'npc_giant_infernal',12340),(17916,0,0,0,0,0,17321,0,0,0,'Fel Stalker','',NULL,0,70,70,1,1720,0,1.2,1.14286,1,1,252,357,0,304,7.5,1700,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,8,17916,0,0,0,175,175,175,175,175,31729,0,0,0,0,0,0,0,0,0,3797,4783,'',0,3,1,10.5,6,1,0,0,0,0,0,0,0,147,1,0,0,'npc_fel_stalker',12340),(17946,0,0,0,0,0,17607,0,0,0,'Ancient Wisp','',NULL,0,70,70,1,1719,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.8,1,1,0,0,0,0,0,0,0,125,1,0,2,'npc_ancient_wisp',12340),(17949,0,0,0,0,0,15399,0,0,0,'Malfurion Stormrage','',NULL,0,73,73,1,1718,0,1.2,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,300,15,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),(17950,0,0,0,0,0,11686,0,0,0,'[PH] Invis Stillblade Credit','Nothing to See Here',NULL,0,1,1,0,190,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(17967,0,0,0,0,0,10005,0,0,0,'Crypt Scarab','',NULL,0,70,70,0,1720,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(17970,0,0,0,0,0,17447,0,0,0,'Stormcrow Shape','',NULL,0,2,2,0,190,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17971,0,0,0,0,0,17376,17377,0,0,'Captured Sunhawk Agent Transform','',NULL,0,16,16,0,1194,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(17973,0,0,0,0,0,169,11686,0,0,'Ysiel\'s Presence','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18001,0,0,0,0,0,4606,0,0,0,'Guardian Water Elemental','',NULL,0,73,73,0,1718,0,1.2,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18036,0,0,0,0,0,15231,0,0,0,'Horde Healing Ward','',NULL,0,70,70,0,58,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18040,0,0,0,0,0,17444,0,0,0,'Lich','',NULL,0,73,73,1,1720,0,1.2,1.14286,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,20,1,0,0,0,0,0,0,0,200,1,617299803,1,'',12340),(18041,0,0,0,0,0,12449,0,0,0,'Doomguard Lord','',NULL,0,73,73,1,1720,0,1.2,1.14286,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,3,76,0,0,0,0,0,0,0,0,0,31436,11876,11443,0,0,0,0,0,0,0,0,0,'',0,3,1,210,20,1,0,0,0,0,0,0,0,170,1,617299803,1,'',12340),(18045,0,0,0,0,0,11257,0,0,0,'Rajah Kaz\'sith','',NULL,0,64,64,1,74,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),(18047,0,0,0,0,0,11257,0,0,0,'Rajah Vethag','',NULL,0,64,64,1,74,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),(26651,0,0,0,0,0,17387,0,0,0,'Durnholde Captain (1)','','',0,1,1,0,1748,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,16.2,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26342,0,0,0,0,0,20433,0,0,0,'Ahunite Hailstone (1)','','',0,80,80,2,14,0,1,1.14286,1,1,240,400,0,24,13,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,10.33,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26341,0,0,0,0,0,8714,0,0,0,'Ahunite Frostwind (1)','','',0,80,80,2,14,0,1,1.14286,1,0,120,200,0,24,13,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26340,0,0,0,0,0,23504,0,0,0,'Ahunite Coldwave (1)','','',0,80,80,2,14,0,1,1.14286,1,0,120,200,0,24,13,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26339,0,0,0,0,0,23447,0,0,0,'Frozen Core (1)','','',0,82,82,2,14,0,1,1.14286,1,1,2,2,0,24,13,2000,0,1,131076,2048,8,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,45,1,1,0,0,0,0,0,0,0,0,0,650854271,1,'',12340),(26338,0,0,0,0,0,11686,0,0,0,'Ahune (1)','The Frost Lord','',0,82,82,2,14,0,1.2,1.14286,1,1,316,450,0,320,15,2000,0,1,0,2048,8,0,0,0,0,0,278,413,58,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,45,1,1,0,0,0,0,0,0,0,0,1,650854271,1,'',12340),(26337,0,0,0,0,0,11686,0,0,0,'Ahune Ice Spear Bunny (1)','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25579,0,0,0,0,0,17457,0,0,0,'Zelfan (1)','','',0,70,70,1,16,0,1.2,1.14286,1,1,234,331,0,286,13,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4,4,1,0,0,0,0,0,0,0,0,1,9,256,'',12340),(25578,0,0,0,0,0,20986,0,0,0,'Yazzai (1)','','',0,70,70,1,16,0,1.2,1.14286,1,1,234,331,0,286,13,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,5.25,6,1,0,0,0,0,0,0,0,0,1,9,256,'',12340),(25577,0,0,0,0,0,22845,0,0,0,'Wretched Skulker (1)','','',0,69,69,1,16,0,1.2,1.14286,1,1,245,346,0,298,1.2,2000,2000,1,32832,2048,0,0,0,0,0,0,206,302,43,7,8,24689,24689,0,0,0,0,0,0,0,44533,0,0,0,0,0,0,0,0,0,8326,10168,'',0,1,1,3.5,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),(25576,0,0,0,0,0,22844,0,0,0,'Wretched Husk (1)','','',0,69,69,1,16,0,1.2,1.14286,1,1,224,316,0,282,1.2,2000,2000,2,32832,2048,0,0,0,0,0,0,188,280,32,7,8,24689,24689,0,0,0,0,0,0,0,44503,44504,0,0,0,0,0,0,0,0,8284,10126,'',0,1,1,3.5,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),(25575,0,0,0,0,0,22843,0,0,0,'Wretched Bruiser (1)','','',0,69,69,1,16,0,1.2,1.14286,1,1,245,346,0,298,1.2,2000,2000,1,32832,2048,0,0,0,0,0,0,206,302,43,7,8,24689,24689,0,0,0,0,0,0,0,44534,0,0,0,0,0,0,0,0,0,8318,10168,'',0,1,1,3.5,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),(18060,0,0,0,0,0,16630,0,0,0,'Fel Reaver Netherstorm','',NULL,0,73,73,0,90,0,1.2,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,216,1,617299803,1,'',12340),(18061,0,0,0,0,0,5047,0,0,0,'Felguard Netherstorm','',NULL,0,50,50,0,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,0.77,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(18078,0,0,0,0,0,4626,0,0,0,'The Evil Rabbit','',NULL,0,5,5,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18081,0,0,0,0,0,14503,0,0,0,'Atsun of the Air','',NULL,0,70,70,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18082,0,0,0,0,0,17472,0,0,0,'Rokh of the Earth','',NULL,0,70,70,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18083,0,0,0,0,0,12231,0,0,0,'Far\'hir of the Flame','',NULL,0,70,70,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18084,0,0,0,0,0,14509,0,0,0,'Watoosun of the Water','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18085,0,0,0,0,0,16889,0,0,0,'Elemental Throne Event Handler','',NULL,0,70,70,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18095,0,0,0,0,0,11686,1126,0,0,'Doomfire','',NULL,0,73,73,1,1720,0,0.8,1.14286,1,0,316,450,0,320,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,278,413,58,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,118,1,0,0,'npc_doomfire',12340),(18104,0,0,0,0,0,11686,169,0,0,'Doomfire Spirit','',NULL,0,1,1,0,35,0,0.8,1.14286,1,0,2,2,0,24,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_doomfire_targetting',12340),(18107,20182,0,0,0,0,11271,0,0,0,'Overseer Tidewrath','',NULL,0,65,65,1,1693,0,1.2,1.14286,1,1,200,281,0,278,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18108,20167,0,0,0,0,1126,11686,0,0,'Coilfang Underbog Hydra Trigger','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(18153,0,0,0,0,0,5233,0,0,0,'Spirit Healer (DND)','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18154,0,0,0,0,0,17605,0,0,0,'Ssslith',NULL,NULL,0,65,65,1,74,0,1,1.14286,1,1,186,260,0,262,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,18154,0,0,0,0,0,0,0,0,12674,17741,0,0,0,0,0,0,0,0,819,4146,'',0,3,1,7,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),(18156,0,0,0,0,0,11686,0,0,0,'Silvermoon City Target Dummy Left','',NULL,0,50,50,0,15,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18157,0,0,0,0,0,11686,0,0,0,'Silvermoon City Target Dummy Middle','',NULL,0,50,50,0,15,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18158,0,0,0,0,0,11686,0,0,0,'Silvermoon City Target Dummy Right','',NULL,0,50,50,0,15,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18169,0,0,0,0,0,17211,0,17552,0,'Blood Knight Initiate','',NULL,0,20,20,0,1604,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18178,19898,0,0,0,0,4589,0,0,0,'Tainted Fire Totem','',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18184,0,0,0,0,0,19668,0,0,0,'Mo\'arg Engineer Transform (Magnetic Mode)','',NULL,0,66,67,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18198,0,0,0,0,0,17573,0,0,0,'Bird Spirit Illusion','',NULL,0,62,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18239,0,0,0,0,0,17906,0,0,0,'Elekk, Mount (Elite)','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(18241,0,0,0,0,0,17625,0,0,0,'Crusty',NULL,NULL,0,31,32,0,15,0,1.02,1.14286,1,4,45,60,0,108,1,1800,2000,1,0,2048,0,8,0,0,0,0,31,46,10,1,1,18241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13024,0,40,205,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18254,0,0,0,0,0,17644,0,0,0,'Shadow of Aran',NULL,NULL,0,63,63,1,16,0,1,1.14286,1,3,181,253,0,268,35,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,280,20,1,0,0,0,0,0,0,0,164,1,617299803,1,'',12340),(18269,0,0,0,0,0,17839,0,0,0,'Khoraazi','Chairman of the Consortium',NULL,0,72,72,1,1731,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18270,0,0,0,0,0,17793,0,0,0,'Kruugall','Shaman Trainer',NULL,0,50,50,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18271,0,0,0,0,0,17191,0,0,0,'Consortium Prospector','',NULL,0,65,65,1,1731,0,1.2,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18284,0,0,0,0,0,18413,0,0,0,'Razorgill','',NULL,0,62,63,1,14,0,1.2,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18287,0,0,0,0,0,17542,0,0,0,'Brian Birmingham','TEST',NULL,0,73,73,0,1734,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(18288,0,0,0,0,0,17658,0,0,0,'Cailan','',NULL,0,60,60,0,1604,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18304,0,0,0,0,0,1126,11686,0,0,'Building','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18361,0,0,0,0,0,17698,0,0,0,'Outland Gryphon Mount Armored (OLD)','',NULL,0,70,70,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(18368,0,0,0,0,0,17704,0,0,0,'Voidcaller','',NULL,0,70,70,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18403,0,0,0,0,0,17752,0,0,0,'Sporebat','',NULL,0,63,64,1,1712,0,1.2,1.14286,1,1,194,274,0,272,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.8,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),(18410,0,0,0,0,0,11686,0,0,0,'Hyjal Despawn Trigger Unit','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18425,0,0,0,0,0,17784,0,0,0,'Peep the Outland Phoenix (Demo)','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(25574,0,0,0,0,0,22598,0,0,0,'Warlord Salaris (1)','','',0,70,70,1,16,0,1.2,1.14286,1,1,252,357,0,304,13,3800,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,5.25,1,1,0,0,0,0,0,0,0,0,1,9,256,'',12340),(25573,0,0,0,0,0,22731,0,0,0,'Vexallus (1)','','',0,71,71,1,16,0,1.2,1.14286,1,1,296,424,6,290,5.9,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,4,72,25573,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11146,13624,'',0,1,1,34,20,1,0,0,0,0,0,0,0,0,1,617562111,1,'',12340),(25572,0,0,0,0,0,22585,23100,0,0,'Sunblade Warlock (1)','','',0,70,70,1,16,0,1.2,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,24684,24683,0,0,0,0,0,0,0,46043,46042,0,0,0,0,0,0,0,0,8334,10188,'',0,1,1,4,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),(25571,0,0,0,0,0,22733,0,0,0,'Sunblade Sentinel (1)','','',0,71,71,1,16,0,2,1.42857,1,1,299,426,2,308,5.9,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,9,8,24777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,12,5,1,0,0,0,0,0,0,0,151,1,16384,0,'',12340),(25570,0,0,0,0,0,22586,23097,23098,23099,'Sunblade Physician (1)','','',0,70,70,1,16,0,1.2,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,24684,24683,0,0,0,0,0,0,0,46046,46045,0,0,0,0,0,0,0,0,8380,10242,'',0,1,1,4,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),(18474,0,0,0,0,0,17701,0,0,0,'Old Crappy McWeaksauce','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(18479,0,0,0,0,0,1126,17522,0,0,'Vazruden Fire Trap','',NULL,0,60,60,1,370,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(18526,0,0,0,0,0,17072,0,0,0,'K\'ode','',NULL,0,73,73,1,1741,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18529,0,0,0,0,0,17072,0,0,0,'Ve\'ru','',NULL,0,73,73,1,1741,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18534,0,0,0,0,0,17096,0,0,0,'Soldier of Hate','',NULL,0,1,1,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18546,0,0,0,0,0,17891,0,0,0,'Wild Elekk Murkblood Mount','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(18550,0,0,0,0,0,18427,0,0,0,'Tuurem Ambusher','',NULL,0,63,63,1,51,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18551,0,0,0,0,0,11686,0,0,0,'Altruis Kill Credit','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18552,0,0,0,0,0,17913,17914,17915,0,'Aldor Mason','',NULL,0,70,70,1,1743,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18562,0,0,0,0,0,22862,11686,22862,0,'Purple Ground Rune','','',0,1,1,0,35,0,1.1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18582,0,0,0,0,0,1126,11686,0,0,'Dark Portal Emitter Invisible Stalker','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,58,1,0,130,'',12340),(18599,0,0,0,0,0,21,11686,0,0,'Exodar Aura Emitter','',NULL,0,60,60,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25569,0,0,0,0,0,22584,23094,23095,23096,'Sunblade Magister (1)','','',0,70,70,1,16,0,1.2,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,24684,24683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8354,10212,'',0,1,1,4,5,1,0,0,0,0,0,0,0,0,1,612379483,0,'',12340),(25568,0,0,0,0,0,22580,23084,23085,23086,'Sunblade Mage Guard (1)','','',0,70,70,1,16,0,1.2,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,24684,24683,0,0,0,0,0,0,0,46028,44475,0,0,0,0,0,0,0,0,8262,10100,'',0,1,1,4.82,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),(25567,0,0,0,0,0,23090,23091,23092,23093,'Sunblade Keeper (1)','','',0,70,70,1,16,0,1.2,1.14286,1,1,234,331,0,286,13,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,24762,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7340,8970,'',0,1,1,4,1,1,0,0,0,0,0,0,0,47,1,612379482,0,'',12340),(25566,0,0,0,0,0,4449,0,0,0,'Sunblade Imp (1)','','',0,70,70,0,90,0,1.2,1.14286,1,0,248,363,0,135,5.9,2000,2000,8,131072,2048,0,0,0,0,0,0,233,347,28,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.9,1,1,0,0,0,0,0,0,0,121,1,257,0,'',12340),(25565,0,0,0,0,0,22583,23087,23088,23089,'Sunblade Blood Knight (1)','','',0,70,70,1,16,0,1.2,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,24684,24683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8306,10152,'',0,1,1,4.82,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),(25564,0,0,0,0,0,22597,0,0,0,'Sliver (1)','Garaxxas\' Pet','',0,70,70,1,16,0,1,1.42857,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25563,0,0,0,0,0,10927,0,0,0,'Sister of Torment (1)','','',0,71,71,1,16,0,1.2,1.14286,1,1,296,424,0,290,5.9,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,3,8,24698,0,0,0,0,0,0,0,0,44547,44640,0,0,0,0,0,0,0,0,8198,10020,'',0,1,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25562,0,0,0,0,0,22642,0,0,0,'Selin Fireheart (1)','','',0,72,72,1,16,0,0.888888,1.42857,1,1,304,436,0,296,5.9,2000,2000,2,32832,0,0,0,0,0,0,0,268,399,40,7,72,25562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11038,13492,'',0,1,1,37.5,10,1,0,0,0,0,0,0,0,144,1,617562111,1,'',12340),(25561,0,0,0,0,0,2017,0,0,0,'[UNUSED] Sargeron Trickster (1)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25560,0,0,0,0,0,22596,0,0,0,'Priestess Delrissa (1)','','',0,70,70,1,16,0,1.2,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,72,25560,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11032,13482,'',0,1,1,6,6,1,0,0,0,0,0,0,0,0,1,617560063,257,'',12340),(25559,0,0,0,0,0,22589,0,0,0,'[UNUSED] Nether Shade (1)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25558,0,0,0,0,0,169,11686,0,0,'Nether Energy Cube (Ground) (1)','','',0,70,70,1,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,47,1,0,0,'',12340),(25557,0,0,0,0,0,169,11686,0,0,'Nether Energy (1)','','',0,70,70,1,114,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,47,1,0,2,'',12340),(25556,0,0,0,0,0,22540,0,0,0,'Kagani Nightstrike (1)','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,13,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4,1,1,0,0,0,0,0,0,0,0,1,9,256,'',12340),(25555,0,0,0,0,0,2007,0,0,0,'Garaxxas (1)','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,13,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,5.25,4,1,0,0,0,0,0,0,0,0,1,9,256,'',12340),(25554,0,0,0,0,0,15294,0,0,0,'Flame Strike Trigger (Kael - 5Man) (1)','','',0,70,70,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,100,1,0,130,'',12340),(25553,0,0,0,0,0,4449,0,0,0,'Fizzle (1)','','',0,70,70,1,16,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,131072,2048,0,0,0,0,0,0,233,347,28,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.36,0.4,1,0,0,0,0,0,0,0,121,1,9,0,'',12340),(25552,0,0,0,0,0,22669,0,0,0,'Fel Crystal (1)','','',0,70,70,1,190,0,1.2,1.14286,1,0,252,357,0,304,5.9,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,9,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.8,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(25551,0,0,0,0,0,20419,0,0,0,'Ethereum Smuggler (1)','','',0,71,71,1,16,0,1.2,1.14286,1,1,299,426,0,308,5.9,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,8,24698,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8302,10148,'',0,1,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25550,0,0,0,0,0,22539,0,0,0,'Eramas Brightblaze (1)','','',0,70,70,1,16,0,1.2,1.14286,1,1,252,357,0,304,13,1500,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4,1,1,0,0,0,0,0,0,0,0,1,9,256,'',12340),(25549,0,0,0,0,0,22542,0,0,0,'Ellrys Duskhallow (1)','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,13,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4,6,1,0,0,0,0,0,0,0,0,1,9,256,'',12340),(18643,0,0,0,0,0,18039,0,0,0,'Barnes (Tuxedo)','The Stage Manager',NULL,0,70,70,1,35,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(18645,0,0,0,0,0,18040,0,0,0,'Tarren Mill Peasant (With Sack)','',NULL,0,1,1,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18665,0,0,0,0,0,18783,11686,0,0,'Overrun Target',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(18679,0,0,0,0,0,20044,0,0,0,'Vorakem Doomspeaker','Herald of Doom Lord Kazzak',NULL,0,62,62,1,90,0,1,1.14286,1,4,160,223,0,246,1,2000,2000,2,4,2048,0,0,0,0,0,0,129,191,26,3,0,18679,0,0,0,0,0,0,0,0,0,9080,8599,0,0,0,0,0,0,0,262,1325,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18684,0,0,0,0,0,18070,0,0,0,'Bro\'Gaz the Clanless','',NULL,0,66,66,1,45,0,1,1.14286,1,4,195,273,0,266,1,2000,2000,2,4,2048,0,0,0,0,0,0,161,240,29,7,0,18684,0,0,0,0,0,0,0,0,12468,15586,12555,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18689,0,0,0,0,0,12073,0,0,0,'Crippler',NULL,NULL,0,65,65,1,14,0,1,1.14286,1,4,200,281,0,278,1,2000,2000,1,4,2048,0,0,0,0,0,0,166,246,35,6,0,18689,0,0,0,0,0,0,0,0,38882,39214,38621,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(18691,0,0,0,0,0,4590,0,0,0,'Shadow Totem','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18692,0,0,0,0,0,8574,0,0,0,'Hemathion',NULL,NULL,0,68,68,1,14,0,1,1.14286,1,4,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,2,0,18692,0,70171,0,0,0,0,0,0,9573,14100,38895,0,0,0,0,0,0,0,0,0,'',0,3,1,2,4,1,0,0,0,0,0,0,0,0,1,550124543,0,'',12340),(18695,0,0,0,0,0,11347,0,0,0,'Ambassador Jerrikar','Servant of Illidan',NULL,0,69,69,1,1813,0,1,1.14286,1,4,245,346,0,298,1,2000,2000,1,4,2048,0,0,0,0,0,0,206,302,43,3,0,18695,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,1671,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18697,0,0,0,0,0,20765,0,0,0,'Chief Engineer Lorthander','',NULL,0,69,69,1,1701,0,1,1.14286,1,4,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,18697,0,0,0,0,0,0,0,0,13748,38898,38663,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,5,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),(18721,0,0,0,0,0,169,15435,0,0,'World Trigger (Friendly + Invis Man)','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(18738,0,0,0,0,0,17707,0,0,0,'Primal Stone Statue','',NULL,0,55,55,0,15,0,1.2,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,4,0,0,0,0,0,0,0,0,0,0,32792,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18739,0,0,0,0,0,4473,0,0,0,'Giraffe','',NULL,0,1,1,0,189,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18740,0,0,0,0,0,15135,14558,15132,4305,'Serpent','',NULL,0,1,1,0,31,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(18741,0,0,0,0,0,17547,0,0,0,'Dragonhawk','',NULL,0,1,1,0,31,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(18742,0,0,0,0,0,657,11180,0,0,'Worgen','',NULL,0,1,1,0,189,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(18769,20550,0,0,0,0,18165,0,0,0,'Young Thrall (Equipped)','',NULL,0,1,1,0,1747,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18770,0,0,0,0,0,18169,0,0,0,'Soldier of Terror','',NULL,0,68,70,1,90,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18780,0,0,0,0,0,18178,0,0,0,'The Curator Transform Visual','',NULL,0,73,73,1,16,0,1.2,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,38.5,20,1,0,0,0,0,0,0,0,184,1,617299803,1,'',12340),(18783,0,0,0,0,0,18187,0,0,0,'Sabille','Bartender',NULL,0,30,30,0,1604,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18801,0,0,0,0,0,14,0,0,0,'Master Enchanter Theopolus','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18806,0,0,0,0,0,19050,19051,19052,0,'Solarium Priest',NULL,NULL,0,72,72,1,16,0,1,1.14286,1,1,263,384,0,140,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10.5,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18819,0,0,0,0,0,18240,0,0,0,'Exodar Proselyte Leader','',NULL,0,30,30,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18820,0,0,0,0,0,18240,0,0,0,'Exodar Proselyte Leader 2','',NULL,0,30,30,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,85,1,0,2,'',12340),(18844,0,0,0,0,0,3317,0,0,0,'Porter','',NULL,0,70,70,1,1732,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18845,0,0,0,0,0,17105,0,0,0,'Benevolent Mr. Pinchy',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18846,0,0,0,0,0,17105,0,0,0,'Furious Mr. Pinchy',NULL,NULL,0,70,70,1,7,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18851,0,0,0,0,0,17545,0,0,0,'Dragonhawk Protector','',NULL,0,67,68,1,1701,0,1.2,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,30,0,0,0,0,195,289,41,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10480,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18854,0,0,0,0,0,17545,0,0,0,'Unstable Dragonhawk','',NULL,0,68,69,1,1701,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,30,0,0,0,0,206,302,43,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10482,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18861,0,0,0,0,0,18291,0,0,0,'Eredar Tactician','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18862,0,0,0,0,0,8610,0,0,0,'Dread Overlord','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18863,0,0,0,0,0,14272,0,0,0,'Manaspawn','',NULL,0,68,69,1,16,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18868,0,0,0,0,0,17081,0,0,0,'Voidfiend','',NULL,0,68,69,1,16,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18871,0,0,0,0,0,18170,0,0,0,'Voidlord','',NULL,0,68,69,1,16,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18874,0,0,0,0,0,18660,0,0,0,'Zaxxis Spell-Thief','',NULL,0,67,68,1,16,0,1.2,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18876,0,0,0,0,0,19191,0,0,0,'Phase Hatchling','',NULL,0,68,69,1,16,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,28970,0,0,0,0,0,0,1,0,0,'',12340),(18878,0,0,0,0,0,19369,0,0,0,'Warp Beast','',NULL,0,67,68,1,14,0,1.2,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,32,0,0,0,0,195,289,41,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11573,0,0,0,'',0,3,1,1,1,1,0,28527,0,0,0,0,0,0,1,0,0,'',12340),(18889,0,0,0,0,0,18278,0,0,0,'Maltrake, Servant of Rommath','Teleport to Silvermoon City',NULL,0,60,60,0,1735,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18920,0,0,0,0,0,18327,0,0,0,'Alorii','',NULL,0,20,20,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18925,0,0,0,0,0,19048,19049,0,0,'Solarium Agent',NULL,NULL,0,69,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18932,0,0,0,0,0,0,11686,0,0,'Astromancer Trigger',NULL,NULL,0,63,63,1,16,0,1,1.14286,1,3,181,253,0,268,35,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,617299803,128,'',12340),(18958,0,0,0,0,0,17543,0,0,0,'Giselda Transform','',NULL,0,65,66,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18961,0,0,0,0,0,19329,19112,0,0,'Void Spawner','',NULL,0,60,60,1,190,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18979,0,0,0,0,0,18414,0,0,0,'Mobaz','',NULL,0,61,61,1,14,0,1.2,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,10,0,0,0,0,0,0,0,0,0,0,29158,31747,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18980,0,0,0,0,0,18414,0,0,0,'Durgoth','',NULL,0,60,60,1,14,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,29158,31747,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19010,0,0,0,0,0,18069,17188,0,0,'Camera Shaker - JK','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19031,0,0,0,0,0,4714,0,0,0,'Stabled Kurenai Boar','',NULL,0,60,68,0,1722,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5830,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(19036,0,0,0,0,0,18474,0,0,0,'Tun\'Aakei','',NULL,0,50,50,0,1818,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19037,0,0,0,0,0,18476,0,0,0,'Erath','',NULL,0,50,50,0,1818,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19039,0,0,0,0,0,18477,0,0,0,'Fald\'Erei','',NULL,0,50,50,0,1818,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19040,0,0,0,0,0,18479,0,0,0,'Wahten','',NULL,0,50,50,0,1818,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19054,0,0,0,0,0,173,0,0,0,'New Horse Riding Trainer','Trainer',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19066,0,0,0,0,0,18275,0,0,0,'Crystalhide Colossus','',NULL,0,62,63,1,778,0,1.2,1.14286,1,1,181,253,0,268,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,5,512,0,0,80101,0,0,0,0,0,0,33688,40340,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19069,0,0,0,0,0,18509,0,0,0,'Garadar Riding Wolf','',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19070,0,0,0,0,0,18510,0,0,0,'Holo-Imp',NULL,NULL,0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19072,0,0,0,0,0,18511,0,0,0,'Telaar Elekk Mount','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(19134,0,0,0,0,0,18502,0,0,0,'Stonescythe Flayer','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,32732,43246,22120,33810,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19135,0,0,0,0,0,18504,0,0,0,'Stonescythe Ripper','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,33912,33911,33896,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19145,0,0,0,0,0,2575,0,0,0,'Old Horse Trainer','Horse Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19146,0,0,0,0,0,2575,0,0,0,'Old Raptor Trainer','Raptor Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19160,0,0,0,0,0,18420,0,0,0,'Wrathguard Defender','',NULL,0,62,63,1,1752,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19198,0,0,0,0,0,1126,11686,0,0,'Invisible Tractor Beam Source',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(19199,0,0,0,0,0,14556,0,0,0,'Dread Overseer','',NULL,0,71,71,1,90,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19200,20658,0,0,0,0,18880,0,0,0,'Shape of the Beast','',NULL,0,69,69,1,16,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.45,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19214,0,0,0,0,0,7950,0,0,0,'Hand of the Highlord',NULL,NULL,0,63,63,1,1769,0,1,1.14286,1,1,181,253,0,268,35,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,3,0,19214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,151,1,617299803,1,'',12340),(19228,0,0,0,0,0,18667,0,0,0,'Perry Gatner',NULL,NULL,0,60,60,0,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19230,0,0,0,0,0,1070,18695,0,0,'Dark Assault - Legion Portal - Invisible Stalker','',NULL,0,1,1,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19247,0,0,0,0,0,17895,0,0,0,'Nuolla Dawncaller','Priest Trainer',NULL,0,63,63,1,1744,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19260,0,0,0,0,0,16630,0,0,0,'Destroyed Fel Reaver','',NULL,0,70,70,1,35,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,225,1,16384,2,'',12340),(19262,0,0,0,0,0,14556,0,0,0,'Dreadcaller Ebuch\'nizor','',NULL,0,61,61,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19267,0,0,0,0,0,18690,0,0,0,'Laughing Skull Berserker','',NULL,0,61,62,1,1662,0,1.2,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19268,0,0,0,0,0,18853,0,0,0,'Bleeding Hollow Vizier','',NULL,0,60,61,1,1662,0,1.2,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,45329,32709,29924,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30157,30425,0,0,0,0,0,1,0,0,'',12340),(19269,0,0,0,0,0,18688,0,0,0,'Bonechewer Grunt','',NULL,0,61,62,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19285,0,0,0,0,0,12817,0,0,0,'Invading Infernal',NULL,NULL,0,62,62,0,1754,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19286,0,0,0,0,0,1913,0,0,0,'Invading Fel Stalker',NULL,NULL,0,60,60,0,1754,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19287,0,0,0,0,0,16575,0,0,0,'Invading Voidwalker',NULL,NULL,0,60,60,0,1754,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19288,0,0,0,0,0,10691,0,0,0,'Dreadknight',NULL,NULL,0,63,63,1,1754,0,1,1.14286,1,1,181,253,0,268,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19290,0,0,0,0,0,10924,0,0,0,'Invading Anguisher',NULL,NULL,0,61,61,0,1754,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19311,0,0,0,0,0,18880,0,0,0,'Portal Hound','',NULL,0,57,58,0,1754,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,3,0,0,0,0,0,0,0,0,0,0,19483,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.6,1,1,0,0,0,0,0,0,0,128,1,0,0,'',12340),(19313,0,0,0,0,0,2467,0,0,0,'Dan Reed Magical Reflection Dummy','',NULL,0,60,60,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(19320,0,0,0,0,0,11407,11406,0,0,'Argent Protector','',NULL,0,60,60,1,1767,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19322,0,0,0,0,0,10727,16150,0,0,'Argent Guardian','',NULL,0,60,60,1,1767,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19325,0,0,0,0,0,18737,0,0,0,'Barnu Cragcrush','Stable Master',NULL,9821,1,1,0,35,4194305,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',1),(19327,0,0,0,0,0,11686,0,0,0,'Spore Cloud','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19334,0,0,0,0,0,14556,0,0,0,'Dreadcaller Xaldonus','',NULL,0,61,61,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19347,0,0,0,0,0,5368,0,0,0,'Tredge','Tailoring Supplies',NULL,0,43,43,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19356,0,0,0,0,0,17081,0,0,0,'Void Wanderer','',NULL,0,68,69,1,16,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19357,0,0,0,0,0,18050,0,0,0,'Dimming Voidwraith','',NULL,0,68,69,1,16,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,29822,0,0,0,0,0,0,1,0,0,'',12340),(19365,0,0,0,0,0,19001,19002,0,0,'Argent Bowman',NULL,NULL,0,60,60,1,1766,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19366,0,0,0,0,0,19428,19429,19430,0,'Argent Hunter',NULL,NULL,0,60,60,1,1766,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19385,0,0,0,0,0,19434,0,0,0,'Lord Marshal Raynor',NULL,NULL,0,70,70,1,1767,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19386,0,0,0,0,0,19431,19432,19433,0,'Stormwind Marshal',NULL,NULL,0,65,65,1,1767,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19391,0,0,0,0,0,14152,0,0,0,'Felguard Lieutenant',NULL,NULL,0,60,60,0,1754,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,15621,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19403,0,0,0,0,0,15381,0,0,0,'Goblin Steam Tonk','',NULL,0,1,1,0,1616,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.43902,1.66667,1,0,0,0,0,0,0,0,100,1,16384,0,'',12340),(19404,0,0,0,0,0,15381,0,0,0,'Gnomish Steam Tonk','',NULL,0,1,1,0,1616,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.43902,1.66667,1,0,0,0,0,0,0,0,100,1,16384,0,'',12340),(19406,0,0,0,0,0,19425,19426,19427,0,'Thunder Bluff Huntsman',NULL,NULL,0,65,65,1,1767,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19407,0,0,0,0,0,17907,17903,0,0,'Azuremyst Vindicator',NULL,NULL,0,65,65,1,1767,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19418,0,0,0,0,0,18837,0,0,0,'Crystalhide Shardling','',NULL,0,62,63,1,778,0,1.2,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19454,0,0,0,0,0,16422,16423,16424,18900,'Fallen Stormwind Infantry','',NULL,0,57,58,0,1078,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19463,0,0,0,0,0,9786,0,0,0,'Orc Skeleton','',NULL,0,1,1,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,0.5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(19487,0,0,0,0,0,17545,0,0,0,'Dragonhawk Mount','',NULL,0,1,1,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19490,0,0,0,0,0,2575,0,0,0,'World Flying Mount Trainer','Horse Riding Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19491,0,0,0,0,0,2575,0,0,0,'World Flying Mount Vendor Alliance','Horse Riding Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19492,0,0,0,0,0,2575,0,0,0,'World Flying Mount Vendor Horde','Horse Riding Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19522,0,0,0,0,0,3020,0,0,0,'Altar of Shattra Scryer Guardpost','',NULL,0,1,1,0,168,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(19552,0,0,0,0,0,17192,0,0,0,'Goblin Zeppelin','',NULL,0,1,1,0,1616,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,16384,0,'',12340),(19553,0,0,0,0,0,19493,19494,19495,19496,'Sunfury Worker','',NULL,0,67,68,1,1701,0,1.2,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),(19563,0,0,0,0,0,10811,13069,0,0,'Dimensius Quest Enabler','',NULL,0,70,70,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(19564,0,0,0,0,0,18996,0,0,0,'Void Storm','',NULL,0,70,70,0,1715,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19566,0,0,0,0,0,6738,6739,0,0,'Nethergarde Advisor',NULL,NULL,0,58,59,1,1767,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19567,0,0,0,0,0,6778,0,0,0,'Watcher Theronus',NULL,NULL,0,60,60,1,12,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19577,0,0,0,0,0,169,15880,0,0,'Arcane Orb Target','',NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(19584,0,0,0,0,0,19031,0,0,0,'Frayer (Arcane)','',NULL,0,68,69,1,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19585,0,0,0,0,0,16346,0,0,0,'Frayer (Fire)','',NULL,0,68,69,1,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19586,0,0,0,0,0,19033,0,0,0,'Frayer (Frost)','',NULL,0,68,69,1,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19587,0,0,0,0,0,19034,0,0,0,'Frayer (Shadow)','',NULL,0,68,69,1,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19591,0,0,0,0,0,19014,0,0,0,'Snowsong','',NULL,0,70,70,1,1735,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19596,0,0,0,0,0,1166,207,2327,2328,'Kor\'kron Mount','',NULL,0,70,70,1,1735,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19600,0,0,0,0,0,17819,17820,0,0,'Warp-Master Leranis','',NULL,0,67,68,1,1701,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19601,0,0,0,0,0,19022,19520,0,0,'Tauren Warrior','',NULL,0,71,72,1,1735,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,300,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19602,0,0,0,0,0,19023,19024,19025,19026,'Tauren Mount','',NULL,0,70,70,1,1735,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19603,0,0,0,0,0,19521,0,0,0,'Tauren Shaman','',NULL,0,73,73,1,1735,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,300,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19605,0,0,0,0,0,19040,19024,19025,19026,'Duros','',NULL,0,70,70,1,1735,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19609,0,0,0,0,0,17206,18368,0,0,'Mo\'arg Engineer Transform (Drill)','',NULL,0,66,67,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19611,0,0,0,0,0,18906,0,0,0,'Caleth Sunblade','The Scryers',NULL,0,68,68,1,1744,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19613,0,0,0,0,0,19040,19024,19025,19026,'Drakan','',NULL,0,70,70,1,1735,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(19614,0,0,0,0,0,19041,0,0,0,'Malukaz in Wolf Regalia','',NULL,0,62,65,1,1735,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19615,0,0,0,0,0,19044,0,0,0,'Terokkar Wolf Spirit (Humanoid Form)','',NULL,0,26,27,0,1735,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19630,0,0,0,0,0,19054,0,0,0,'Deanth','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19636,0,0,0,0,0,19074,0,0,0,'Draenei Fire Totem','',NULL,0,10,10,0,58,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19637,0,0,0,0,0,19073,0,0,0,'Draenei Earth Totem','',NULL,0,6,6,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19638,0,0,0,0,0,19075,0,0,0,'Draenei Water Totem','',NULL,0,20,20,0,58,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19639,0,0,0,0,0,19071,0,0,0,'Draenei Air Totem','',NULL,0,42,42,0,58,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19650,0,0,0,0,0,17916,17918,17917,0,'[PH]Sunfury Caster - Sunfury Hold','',NULL,0,68,69,1,1701,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,28472,28473,28474,28475,0,0,0,1,0,0,'',12340),(19695,0,0,0,0,0,19142,0,0,0,'Peasant (Wood) 1.50','',NULL,0,1,2,0,1719,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19696,0,0,0,0,0,19143,0,0,0,'Polean','',NULL,0,50,50,0,1818,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19700,0,0,0,0,0,19149,0,0,0,'Johnny Castle','',NULL,0,50,50,0,1818,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19704,0,0,0,0,0,15093,0,0,0,'Tom','Programmer Extraordinaire',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19708,0,0,0,0,0,17364,0,0,0,'Sunfury Warrior [PH]','',NULL,0,67,68,1,1701,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19721,0,0,0,0,0,19157,0,0,0,'Haris Nachosis','Socialite',NULL,0,67,67,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19739,0,0,0,0,0,20044,0,0,0,'Wrathflayer','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19741,0,0,0,0,0,18419,0,0,0,'Hatescreamer','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19742,0,0,0,0,0,18419,0,0,0,'Merciless Inciter','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19743,0,0,0,0,0,6686,0,0,0,'Nathrezim Councilor','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19745,0,0,0,0,0,19715,0,0,0,'Pit Obliterator','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19746,0,0,0,0,0,16632,0,0,0,'Pit Breaker','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19748,0,0,0,0,0,18286,0,0,0,'Legionlord','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19749,0,0,0,0,0,15228,0,0,0,'Shadowmoon Specter','',NULL,0,68,69,1,21,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(19750,0,0,0,0,0,1126,11686,0,0,'Chilled Ground','',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19751,0,0,0,0,0,15228,0,0,0,'Vengeful Shadowmoon Wraith','',NULL,0,68,69,1,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(19752,0,0,0,0,0,7029,0,0,0,'Marauding Infernal','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19753,0,0,0,0,0,18621,0,0,0,'Infernal Wrangler','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19758,0,0,0,0,0,19902,0,0,0,'Infernal Animus','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,40633,39055,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19761,0,0,0,0,0,7029,0,0,0,'Felspark Infernal','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19770,0,0,0,0,0,20142,0,0,0,'Ravening Snap Dragon','',NULL,0,68,69,1,16,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,32,0,0,0,0,206,302,43,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19771,0,0,0,0,0,18719,0,0,0,'Greater Snap Dragon','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,32,0,0,0,0,206,302,43,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19785,0,0,0,0,0,14559,0,0,0,'Venomcowl Cobra','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,35,0,0,0,0,206,302,43,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11588,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19786,0,0,0,0,0,16895,0,0,0,'Cistern Slugg','',NULL,0,68,69,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19787,0,0,0,0,0,16895,0,0,0,'Devouring Slugg','',NULL,0,68,69,1,14,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19790,0,0,0,0,0,3034,0,0,0,'Mud Lurker','',NULL,0,68,69,1,14,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19791,0,0,0,0,0,3034,0,0,0,'Lightless Mud Flinger','',NULL,0,68,69,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19793,0,0,0,0,0,15504,0,0,0,'Eclipsion Pyromancer','',NULL,0,68,69,1,1701,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30640,0,0,0,0,0,0,1,0,0,'',12340),(19794,0,0,0,0,0,15504,0,0,0,'Eclipsion Magister','',NULL,0,68,69,1,1701,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30640,0,0,0,0,0,0,1,0,0,'',12340),(19798,0,0,0,0,0,16348,0,0,0,'Arcane Eradicator','',NULL,0,68,69,1,1701,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19803,0,0,0,0,0,18832,0,0,0,'Illidari Destroyer','',NULL,0,68,69,1,1813,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),(19804,0,0,0,0,0,16313,0,0,0,'Hound of the Betrayer','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19805,0,0,0,0,0,15504,0,0,0,'Eclipsion Jailor','',NULL,0,68,69,1,1701,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30640,0,0,0,0,0,0,1,0,0,'',12340),(19807,0,0,0,0,0,17956,0,0,0,'Greyheart Wayfinder','',NULL,0,68,69,1,1701,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19808,0,0,0,0,0,17956,0,0,0,'Greyheart Orc-Slayer','',NULL,0,68,69,1,1701,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19809,0,0,0,0,0,17956,0,0,0,'Greyheart Shaman','',NULL,0,68,69,1,1701,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19810,0,0,0,0,0,17956,0,0,0,'Greyheart Nether-sage','',NULL,0,68,69,1,1701,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19811,0,0,0,0,0,17956,0,0,0,'Greyheart Battle-Master','',NULL,0,68,69,1,1701,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19812,0,0,0,0,0,18419,0,0,0,'Illidari Informant','',NULL,0,68,69,1,1813,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),(19813,0,0,0,0,0,16324,0,0,0,'Bloodskin Mutate','',NULL,0,71,71,1,90,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19814,0,0,0,0,0,16324,0,0,0,'Bloodskin Grunt','',NULL,0,71,71,1,90,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19815,0,0,0,0,0,16324,0,0,0,'Bloodskin Warlock','',NULL,0,71,71,1,90,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19816,0,0,0,0,0,16324,0,0,0,'Bloodskin Berserker','',NULL,0,71,71,1,90,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19817,0,0,0,0,0,16324,0,0,0,'Bloodskin Destroyer','',NULL,0,71,71,1,90,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19818,0,0,0,0,0,16324,0,0,0,'Bloodskin Warlord','',NULL,0,71,71,1,90,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19819,0,0,0,0,0,19200,0,0,0,'[PH] Illidari Overseer','',NULL,0,71,71,1,1813,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),(19820,0,0,0,0,0,19200,0,0,0,'Illidari Executioner','',NULL,0,68,69,1,1813,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),(19821,0,0,0,0,0,18832,0,0,0,'Illidari Peacekeer','',NULL,0,71,71,1,1813,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),(19822,0,0,0,0,0,18832,0,0,0,'Illidari Brute','',NULL,0,68,69,1,1813,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),(19828,0,0,0,0,0,173,0,0,0,'Outland Riding Trainer','Trainer',NULL,0,62,62,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19829,0,0,0,0,0,19204,0,0,0,'Warp-Master Lyssendra','',NULL,0,68,68,1,1701,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19835,0,0,0,0,0,19206,0,0,0,'Gigo \"Goggles\" Geargrind','Engineering Supplies',NULL,0,55,55,0,1667,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19841,0,0,0,0,0,6851,0,0,0,'(PH) Scryers Ride','',NULL,0,40,40,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19846,0,0,0,0,0,16506,0,0,0,'[PH] Horn Ghost','',NULL,0,1,1,0,1770,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(19854,0,0,0,0,0,8611,0,0,0,'Nathrezim Surveyor','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19877,0,0,0,0,0,17054,0,0,0,'Nether Storm','',NULL,0,70,70,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19883,0,0,0,0,0,14703,19240,0,0,'Mana Storm','',NULL,0,60,60,1,190,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25548,0,0,0,0,0,22786,22787,22789,22788,'Dawnblade Summoner (1)','','',0,70,70,1,16,0,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,8,24976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2370,2896,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25547,0,0,0,0,0,22590,0,0,0,'Coilskar Witch (1)','','',0,71,71,1,16,0,1.2,1.14286,1,1,296,424,0,290,5.9,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,8,24696,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8220,10046,'',0,1,1,4,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25546,0,0,0,0,0,22646,0,0,0,'Broken Sentinel (1)','','',0,70,70,2,16,0,2,1.42857,1,1,234,331,0,286,5.9,2000,2000,2,570721088,2048,0,0,0,0,0,0,198,295,33,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,5,1,0,0,0,0,0,0,0,151,1,8388624,2,'',12340),(25545,0,0,0,0,0,16217,0,0,0,'Brightscale Wyrm (1)','','',0,70,70,1,1692,0,1.2,0.857143,1,0,234,331,0,286,5.9,1200,2000,2,16,2048,0,0,0,0,0,0,198,295,33,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,1.05,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(25544,0,0,0,0,0,22588,0,0,0,'[UNUSED] Brightscale Serpent (1)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25543,0,0,0,0,0,11686,0,0,0,'Arcane Sphere (1)','','',0,70,70,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33685504,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,76,1,0,130,'',12340),(25542,0,0,0,0,0,19529,0,0,0,'[UNUSED] Arcane Nightmare (1)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25541,0,0,0,0,0,22541,0,0,0,'Apoko (1)','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,13,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,5.25,3.24,1,0,0,0,0,0,0,0,0,1,9,256,'',12340),(24857,0,0,0,0,0,22906,0,0,0,'Kael\'thas Sunstrider (1)','Lord of the Blood Elves','',0,72,72,1,16,0,1.2,1.42857,1,1,304,436,0,296,5.9,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,104,24857,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12156,14858,'',0,1,1,40,100,1,0,34160,34157,0,0,0,0,147,1,618610687,1,'',12340),(23186,0,0,0,0,0,18265,18266,18267,18268,'Tarren Mill Protector (1)','',NULL,0,70,70,1,1748,0,1.2,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23185,0,0,0,0,0,18265,18266,18267,18268,'Tarren Mill Protector (1)','',NULL,0,68,68,1,1748,0,1,1.14286,1,1,214,301,0,276,13,3000,2000,2,32832,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23184,0,0,0,0,0,18252,18262,18264,18263,'Tarren Mill Lookout (1)','',NULL,0,70,70,1,1748,0,1.2,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23182,0,0,0,0,0,18247,18248,18249,18250,'Tarren Mill Guardsman (1)','',NULL,0,70,70,1,1748,0,1.2,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23181,0,0,0,0,0,18247,18248,18249,18250,'Tarren Mill Guardsman (1)','',NULL,0,70,70,1,1748,0,1.2,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23122,0,0,0,0,0,21474,0,0,0,'Anzu (1)','',NULL,0,72,72,1,168,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,10,1,0,0,0,0,0,0,0,144,1,0,1,'',12340),(22938,0,0,0,0,0,17301,0,0,0,'Naturalist Bite (1)','',NULL,0,70,70,1,1660,1,1.125,1.14286,1,0,234,331,0,286,5.9,1347,2000,2,33536,2048,0,0,0,0,0,0,198,295,33,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22399,0,0,0,0,0,17999,18000,18001,18002,'Durnholde Reinforcement (1)','',NULL,0,70,71,1,1748,0,1,1.14286,1,1,299,426,0,308,13,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(22346,0,0,0,0,0,21046,0,0,0,'Ethereum Life-Binder (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,7,8,21702,21702,0,0,0,0,0,0,0,37479,34941,37480,0,0,0,0,0,0,0,1762,2310,'',1,3,1,4,6,1,0,0,0,0,0,0,0,144,1,617562111,0,'',12340),(22322,0,0,0,0,0,15292,0,0,0,'Mennu\'s Healing Ward (1)','',NULL,0,64,64,0,74,0,1.125,1.14286,1,0,194,274,0,272,1,1347,2000,1,0,2048,0,0,0,0,0,0,154,226,33,11,0,0,0,0,0,0,0,0,0,0,38799,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22300,0,0,0,0,0,20917,0,0,0,'Spore Strider (1)','',NULL,0,70,70,1,14,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,15,1,0,0,0,0,0,0,0,0,1,528,0,'',12340),(19917,0,0,0,0,0,19259,0,0,0,'Riding Dragonhawk','',NULL,0,40,40,0,2091,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19927,0,0,0,0,0,19260,0,0,0,'Time Watcher Transform','',NULL,0,70,70,1,35,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19928,0,0,0,0,0,14213,0,0,0,'Laj (Arcane)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19929,0,0,0,0,0,13110,0,0,0,'Laj (Fire)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19930,0,0,0,0,0,14112,0,0,0,'Laj (Frost)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19931,0,0,0,0,0,14214,0,0,0,'Laj (Nature)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19941,0,0,0,0,0,19437,0,0,0,'Sagan (Skunk Form)','Ravandwyr\'s Familiar',NULL,0,1,1,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19954,21556,0,0,0,0,9591,0,0,0,'Greater Sapling','',NULL,0,70,70,1,16,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,118,1,0,0,'',12340),(19974,0,0,0,0,0,19168,0,0,0,'Dreadforge Machinist','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,36208,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19975,0,0,0,0,0,18818,0,0,0,'Dreadforge Worker','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19976,0,0,0,0,0,18166,0,0,0,'Terrorslayer','',NULL,0,60,61,1,90,0,1.2,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19981,0,0,0,0,0,19294,0,0,0,'Eredar Fel-Lord','',NULL,0,60,61,1,90,0,1.2,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19999,0,0,0,0,0,17191,0,0,0,'Astralan Spell-Thief','',NULL,0,58,60,1,1678,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20000,0,0,0,0,0,30404,0,0,0,'Alexander!','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15.873,1,1,0,0,0,0,0,0,0,781,1,0,0,'',12340),(20019,0,0,0,0,0,17191,0,0,0,'Astralan Bandit','',NULL,0,58,60,1,1678,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20045,0,0,0,0,0,19474,19475,0,0,'Nether Scryer',NULL,NULL,0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,72,20045,0,0,0,0,0,0,0,0,37126,37135,0,0,0,0,0,0,0,0,7100,11020,'',0,3,1,28,15,1,0,0,0,0,0,0,0,150,1,617562111,0,'',12340),(20047,0,0,0,0,0,19499,19500,0,0,'Crimson Hand Battle Mage','',NULL,0,71,71,1,16,0,1.2,1.14286,1,1,296,424,0,290,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,20032,20051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,17.5,15,1,0,0,0,0,0,0,0,167,1,2048,0,'',12340),(20048,0,0,0,0,0,19505,19506,0,0,'Crimson Hand Centurion','',NULL,0,71,71,1,16,0,1.2,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,20048,0,0,0,0,0,0,0,0,37268,0,0,0,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,167,1,2312,0,'',12340),(20049,0,0,0,0,0,19503,19504,0,0,'Crimson Hand Blood Knight','',NULL,0,71,71,1,16,0,1.2,1.14286,1,1,296,424,0,290,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,20049,20049,0,0,0,0,0,0,0,39078,37257,39077,37260,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,28,15,1,0,0,0,0,0,0,0,167,1,617562111,0,'',12340),(20050,0,0,0,0,0,19507,19508,0,0,'Crimson Hand Inquisitor','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,72,20050,20050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,28,15,1,0,0,0,0,0,0,0,167,1,551436287,0,'',12340),(20073,0,0,0,0,0,17688,0,0,0,'Ghanim','',NULL,0,70,70,1,1731,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20074,0,0,0,0,0,19221,0,0,0,'Riding Talbuk (Elite)','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20085,0,0,0,0,0,1061,16925,0,0,'Infernal Invasion Hero Say Director',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20091,0,0,0,0,0,17954,0,0,0,'Bloodscale Myrmidon','',NULL,0,63,64,1,74,0,1.2,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,34812,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),(20099,0,0,0,0,0,19335,0,0,0,'Kate','',NULL,0,1,1,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20103,0,0,0,0,0,19339,0,0,0,'[PH] Gossip NPC Goblin Female, Christmas','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20104,0,0,0,0,0,19340,0,0,0,'[PH] Gossip NPC, Goblin Female','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20105,0,0,0,0,0,19341,0,0,0,'[PH] Gossip NPC Goblin Female, Lunar Festival','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20106,0,0,0,0,0,21067,0,0,0,'[PH] Gossip NPC Goblin Male, Lunar Festival','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20107,0,0,0,0,0,19343,0,0,0,'[PH] Gossip NPC, Goblin Male','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20122,0,0,0,0,0,17953,0,0,0,'Bloodscale Sea Witch','',NULL,0,64,64,1,74,0,1.2,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,8398,22645,37432,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1.2,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),(20128,0,0,0,0,0,17035,17612,0,0,'Netherstorm Triangulation Point Three Trigger','',NULL,0,60,60,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20144,0,0,0,0,0,16470,0,0,0,'Magister Hathris','',NULL,0,69,69,1,1701,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,29041,0,0,0,0,0,0,1,0,0,'',12340),(20146,0,0,0,0,0,19374,0,0,0,'Large Elekk, Mount (Elite, NPC)','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(22173,0,0,0,0,0,18416,0,0,0,'Sable Jaguar (1)','',NULL,0,67,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,5.9,1000,2000,1,0,2048,0,2,0,0,0,0,195,289,41,1,1,18982,0,70065,0,0,0,0,0,0,34365,0,0,0,0,0,0,0,13355,0,0,0,'',1,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22172,0,0,0,17839,0,19326,0,0,0,'Rift Lord (1)','',NULL,0,71,71,1,1720,0,1.48,1.14286,1,1,299,426,0,308,13,1449,2000,1,0,2048,0,0,0,0,0,0,262,389,48,2,0,17839,0,70065,0,0,0,0,0,0,8269,9080,11428,35054,0,0,0,0,0,0,5760,7532,'',1,3,1,12,3,1,0,31753,0,0,0,0,0,144,1,2048,0,'',12340),(22171,0,0,0,21104,0,20102,0,0,0,'Rift Keeper (1)','',NULL,0,71,71,1,1720,0,1.48,1.14286,1,1,234,331,0,286,13,1449,2000,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,21104,0,70065,0,0,0,0,0,0,36276,12542,8269,38533,0,0,0,0,0,0,4570,5978,'',1,3,1,12,10,1,0,31753,0,0,0,0,0,144,1,2048,0,'',12340),(22170,0,0,0,0,0,20102,0,0,0,'Rift Keeper (1)','',NULL,0,71,71,1,1720,0,1.2,1.14286,1,1,234,331,0,286,13,1449,2000,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,21104,0,70065,0,0,0,0,0,0,36276,12542,8269,38533,0,0,0,0,0,0,4570,5978,'',0,3,1,12,10,1,0,31753,0,0,0,0,0,144,1,2048,0,'',12340),(22169,0,0,0,0,0,20515,0,0,0,'Infinite Whelp (1)','',NULL,0,70,70,1,1720,0,1.125,1.14286,1,0,252,357,0,304,1,1435,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.45,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(22168,0,0,0,0,0,19063,0,0,0,'Infinite Vanquisher (1)','',NULL,0,70,70,1,1720,0,1.125,1.14286,1,0,234,331,0,286,1,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,3,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(22167,0,0,0,0,0,19066,0,0,0,'Infinite Timereaver (1)','',NULL,0,73,73,1,168,0,1,1.14286,1,1,307,438,0,314,13,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,64,0,0,0,0,0,0,0,0,0,31458,31464,38592,38593,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,650854271,2097409,'',12340),(22166,0,0,0,0,0,19062,0,0,0,'Infinite Executioner (1)','',NULL,0,70,70,1,1720,0,1.125,1.14286,1,0,234,331,0,286,1,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.5,3,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(22164,0,0,0,0,0,19058,0,0,0,'Infinite Assassin (1)','',NULL,0,70,70,1,1720,0,1.125,1.14286,1,0,252,357,0,304,1,1435,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,7159,15657,30832,31326,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(22163,0,0,0,0,0,18417,0,0,0,'Darkwater Crocolisk (1)','',NULL,0,67,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,1,1405,2000,1,0,2048,0,6,0,0,0,0,195,289,41,1,1,17952,0,17952,0,0,0,0,0,0,34365,0,0,0,0,0,0,0,12926,0,0,0,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22162,0,0,0,0,0,1104,0,0,0,'Blackfang Tarantula (1)','',NULL,0,67,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,5.9,1405,2000,1,0,2048,0,3,0,0,0,0,195,289,41,1,1,18983,0,0,0,0,0,0,0,0,34365,0,0,0,0,0,0,0,13167,0,0,0,'',1,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22129,0,0,0,0,0,17979,17980,17982,17983,'Durnholde Lookout (1)','',NULL,0,72,72,1,1748,0,1,1.14286,1,1,307,438,0,314,13,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,22128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3322,16816,'',0,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,769638399,0,'',12340),(21991,0,0,0,0,0,20586,0,0,0,'Sethekk Slayer (1)','',NULL,0,67,68,1,16,0,1.2,1.14286,1,1,231,325,0,292,13,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21990,0,0,0,0,0,20729,0,0,0,'Avian Warhawk (1)','',NULL,0,70,71,1,16,0,1.71,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,26,0,0,0,0,262,389,48,1,1,21904,0,0,0,0,0,0,0,0,32901,38059,18144,0,0,0,0,0,13248,0,0,0,'',1,1,1,4.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21989,0,0,0,0,0,20730,0,0,0,'Avian Ripper (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,5.9,1400,2000,1,0,2048,0,26,0,0,0,0,215,320,44,1,1,21891,0,0,0,0,0,0,0,0,38056,0,0,0,0,0,0,0,13247,0,0,0,'',1,1,1,0.8775,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21988,0,0,0,0,0,18933,4566,20588,0,'Avian Flyer (1)','',NULL,0,67,67,1,35,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,186,276,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,188,1,0,2,'',12340),(21943,0,0,0,0,0,14528,0,0,0,'Underbog Frenzy (1)','',NULL,0,62,63,0,1878,0,1.48,1.14286,1,1,181,253,0,268,5.9,1400,2000,1,32832,2048,0,0,0,0,0,0,147,219,32,1,8,0,0,0,0,0,0,0,0,0,12097,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,8.1,1,1,0,0,0,0,0,0,0,180,1,8522768,0,'',12340),(21919,0,0,0,0,0,19365,0,0,0,'Coilfang Ambusher (1)','',NULL,0,70,70,1,14,0,1,1.14286,1,1,234,331,0,286,13,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,37770,37790,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(21918,0,0,0,0,0,18384,0,0,0,'Coilfang Guardian (1)','',NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,13,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,28168,9080,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(21917,0,0,0,0,0,5564,0,0,0,'Tidal Surger (1)','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,304,436,0,296,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,4,0,21695,0,0,0,0,0,0,0,0,15531,37250,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(21916,0,0,0,0,0,5561,0,0,0,'Steam Surger (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,21696,0,0,0,0,0,0,0,0,39412,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.675,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(21915,0,0,0,0,0,6936,6937,6932,0,'Coilfang Leper (1)','',NULL,0,70,70,1,63,0,1.125,1.14286,1,0,234,331,0,286,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,40505,14145,15063,15586,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21914,0,0,0,0,0,17450,0,0,0,'Bog Overlord (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,5,256,21694,0,80001,0,0,0,0,0,0,8599,32065,37862,40340,0,0,0,0,0,0,0,0,'',1,3,1,8.775,1,1,0,0,0,0,0,0,0,0,1,80428891,0,'',12340),(21843,0,0,0,0,0,20100,0,0,0,'Coilfang Tempest (1)','',NULL,0,70,70,1,74,0,1.48,1.14286,1,1,252,357,0,304,5.9,1333,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,21127,21127,0,0,0,0,0,0,0,36872,15667,0,0,0,0,0,0,0,0,2588,3390,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,67243977,0,'',12340),(21842,0,0,0,0,0,20099,0,0,0,'Coilfang Scale-Healer (1)','',NULL,0,70,70,1,74,0,1.48,1.14286,1,1,234,331,0,286,5.9,1332,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,21126,21126,0,0,0,0,0,0,0,39378,37669,36052,0,0,0,0,0,0,0,2074,2720,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21841,0,0,0,0,0,20098,0,0,0,'Coilfang Ray (1)','Observer\'s Pet',NULL,0,70,70,1,1711,0,1.48,1.14286,1,1,252,357,0,304,5.9,1347,2000,1,64,2048,0,34,0,0,0,0,215,320,44,1,9,0,0,0,0,0,0,0,0,0,34984,0,0,0,0,0,0,0,12890,0,0,0,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21786,0,0,0,21419,0,17312,20577,0,0,'Infernal Attacker (1)','',NULL,0,67,68,1,90,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,536870912,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21712,0,0,0,0,0,20513,0,0,0,'Infinite Chrono-Lord (1)','',NULL,0,73,73,1,168,0,1,1.14286,1,1,304,436,0,296,13,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,2,64,0,0,0,0,0,0,0,0,0,38538,38539,31467,31550,0,0,0,0,0,0,0,0,'',0,3,1,20,10,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),(21647,0,0,0,0,0,17143,0,0,0,'Shadowmoon Sorcerer (1)','',NULL,0,70,70,1,16,0,1.2,1.14286,1,1,252,357,0,304,13,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.915,1,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),(20200,0,0,0,0,0,10186,0,0,0,'Netherstorm Battlemaster','',NULL,0,1,1,0,1735,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20212,0,0,0,0,0,169,15435,0,0,'World Trigger (Horde Friendly + Invis Man)','',NULL,0,1,1,0,714,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(20213,0,0,0,0,0,15435,0,0,0,'World Trigger (Alliance Friendly + Invis Man)','',NULL,0,1,1,0,534,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(20225,0,0,0,0,0,20359,0,0,0,'Swift Warstrider','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(20245,0,0,0,0,0,9989,0,0,0,'Mr. Kitty','',NULL,0,3,3,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21646,0,0,0,0,0,16888,16891,0,0,'Hellfire Familiar (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,5.9,1304,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,8,17370,0,0,0,0,0,0,0,0,13341,11921,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21645,0,0,0,0,0,9129,0,0,0,'Felguard Brute (1)','',NULL,0,69,70,1,90,0,1.48,1.14286,1,1,252,357,0,304,5.9,1304,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,17370,0,0,0,0,0,0,0,0,15615,18072,0,0,0,0,0,0,0,0,2582,3380,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(21626,0,0,0,0,0,19882,0,0,0,'Zereketh the Unbound (1)','',NULL,0,72,72,1,16,0,1.71,1.71429,1,1,304,436,5,296,5.9,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,3,8,21626,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10438,13642,'',1,3,1,27,10,1,0,0,0,0,0,0,0,167,1,616972287,1,'',12340),(21625,0,0,0,0,0,11686,1126,0,0,'Wrath-Scryer\'s Felfire (1)','',NULL,0,70,70,1,14,0,0.01,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,1,1,0,0,0,0,0,0,0,231,1,0,0,'',12340),(21624,0,0,0,0,0,19977,0,0,0,'Wrath-Scryer Soccothrates (1)','',NULL,0,72,72,1,16,0,1.71,1.42857,1,1,307,438,0,314,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,3,0,21624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11288,14752,'',1,3,1,24,10,1,0,0,0,0,0,0,0,150,1,616972287,1,'',12340),(21623,0,0,0,0,0,19993,19994,0,0,'Warder Corpse (1)','',NULL,0,70,71,1,1814,0,0.0001,1.14286,1,1,299,426,0,308,13,1420,2000,1,774,2048,32,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,121,1,617562111,0,'',12340),(21622,0,0,0,0,0,19965,0,0,0,'Warden Mellichar (1)','',NULL,0,72,72,1,16,0,1.71,0.857143,1,1,307,438,0,314,5.9,2000,2000,1,33344,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,121,1,0,1,'',12340),(21621,0,0,0,0,0,19945,0,0,0,'Unchained Doombringer (1)','',NULL,0,71,71,1,16,0,1.71,1.14286,1,1,299,426,0,308,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,3,8,20900,20900,0,0,0,0,0,0,0,36833,36835,36836,0,0,0,0,0,0,0,5760,7532,'',1,3,1,12.5,1,1,0,0,0,0,0,0,0,144,1,131073,0,'',12340),(21620,0,0,0,0,0,15882,0,0,0,'Unbound Void Zone (1)','',NULL,0,72,72,1,16,0,0.0001,1.14286,1,0,307,438,5,314,1,2000,2000,1,33554496,2048,0,0,0,0,0,0,270,401,53,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,2,'',12340),(21619,0,0,0,0,0,18345,0,0,0,'Unbound Devastator (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,0,20881,20881,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4482,5862,'',1,3,1,8.1,1,1,0,0,0,0,0,0,0,144,1,131073,0,'',12340),(21618,0,0,0,0,0,14352,0,0,0,'Twilight Drakonaar (1)','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,307,438,0,314,13,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,0,20910,0,0,0,140,140,140,140,140,0,0,0,0,0,0,0,0,0,0,7888,10312,'',1,3,1,16,4,1,0,0,0,0,0,0,0,144,1,617496575,0,'',12340),(21617,0,0,0,0,0,14515,0,0,0,'Akkiris Lightning-Waker (1)','',NULL,0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,13,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,4,0,20908,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,8,1,0,0,0,0,0,0,0,144,1,75636735,0,'',12340),(21616,0,0,0,0,0,13030,0,0,0,'Sulfuron Magma-Thrower (1)','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,304,436,0,296,13,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,20909,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6358,8314,'',1,3,1,16,4,1,0,0,0,0,0,0,0,144,1,75636735,0,'',12340),(21615,0,0,0,0,0,19948,0,0,0,'Spiteful Temptress (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,3,8,20883,20883,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3548,4642,'',1,3,1,8.1,4,1,0,0,0,0,0,0,0,144,1,1,0,'',12340),(21614,0,0,0,0,0,19976,0,0,0,'Soul Devourer (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,0,20866,0,70162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8.1,1,1,0,0,0,0,0,0,0,144,1,1,0,'',12340),(21613,0,0,0,0,0,19947,0,0,0,'Skulking Witch (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,3,8,20882,20882,0,0,0,0,0,0,0,38851,36864,38852,0,0,0,0,0,0,0,4142,5418,'',1,3,1,8.1,4,1,0,0,0,0,0,0,0,144,1,1,0,'',12340),(21612,0,0,0,0,0,14430,0,0,0,'Sightless Eye (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,5,304,1,10000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.27,1,1,0,0,0,0,0,0,0,207,1,612532222,0,'',12340),(20277,0,0,0,0,0,19006,0,0,0,'Root Lasher','',NULL,0,1,2,0,7,0,1.2,1.14286,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(20297,0,0,0,0,0,19526,0,0,0,'Nova Terra',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21611,0,0,0,0,0,11343,0,0,0,'Sargeron Hellcaller (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,3,8,20902,20902,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3122,4086,'',1,3,1,8.1,10,1,0,0,0,0,0,0,0,144,1,616709887,0,'',12340),(21610,0,0,0,0,0,12334,0,0,0,'Sargeron Archer (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,3,8,20901,20901,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3122,4086,'',1,3,1,8.1,8,1,0,0,0,0,0,0,0,144,1,616709887,0,'',12340),(21609,0,0,0,0,0,20265,0,0,0,'Protean Spawn (1)','',NULL,0,70,71,1,1693,0,1.125,1.14286,1,0,299,426,0,308,1,1000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,36796,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.675,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),(21608,0,0,0,0,0,18887,0,0,0,'Protean Nightmare (1)','',NULL,0,71,71,1,1693,0,1.71,1.14286,1,1,299,426,0,308,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,10,0,20864,0,0,0,0,0,0,0,0,38810,38811,36622,0,0,0,0,0,0,0,0,0,'',1,3,1,8.1,1,1,0,0,0,0,0,0,0,147,1,617562111,0,'',12340),(21607,0,0,0,0,0,18082,0,0,0,'Protean Horror (1)','',NULL,0,70,70,1,1693,0,1.125,1.14286,1,0,252,357,0,304,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,10,0,20865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),(21606,0,0,0,0,0,19893,0,0,0,'Phase-Hunter (1)','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,307,438,0,314,13,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,1,0,20906,0,70162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,4,1,0,0,0,0,0,0,0,144,1,617299967,0,'',12340),(21605,0,0,0,0,0,19952,0,0,0,'Negaton Warp-Master (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,5.9,2200,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,0,20873,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3888,5086,'',1,3,1,8.1,1,1,0,0,0,0,0,0,0,144,1,71442407,0,'',12340),(21604,0,0,0,0,0,19951,0,0,0,'Negaton Screamer (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,3,0,20875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3548,4642,'',1,3,1,8.1,10,1,0,0,0,0,0,0,0,144,1,131073,0,'',12340),(21603,0,0,0,0,0,15294,0,0,0,'Negaton Field (1)','',NULL,0,70,70,1,14,0,0.0001,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(21602,0,0,0,0,0,19942,0,0,0,'Millhouse Manastorm (1)','',NULL,0,70,70,1,495,0,1.71,1.14286,1,1,248,363,0,135,13,2000,2000,8,4160,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,10,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(21601,0,0,0,0,0,19943,0,0,0,'Harbinger Skyriss (1)','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,304,436,0,296,13,2000,2000,2,832,2048,0,0,0,0,0,0,268,399,40,10,72,21601,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9588,12532,'',1,3,1,33,10,1,0,33861,0,0,0,0,0,167,1,616972287,1,'',12340),(21600,0,0,0,0,0,19943,0,0,0,'Harbinger Skyriss (1)','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,304,436,0,296,13,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,10,1,0,0,0,0,0,0,0,167,1,616972287,0,'',12340),(21599,0,0,0,0,0,19943,0,0,0,'Harbinger Skyriss (1)','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,304,436,0,296,13,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,33,10,1,0,0,0,0,0,0,0,167,1,616972287,0,'',12340),(21598,0,0,0,0,0,20282,0,0,0,'Gargantuan Abyssal (1)','',NULL,0,71,71,1,16,0,1.71,1.14286,1,1,299,426,0,308,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,3,8,20898,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13.5,1,1,0,0,0,0,0,0,0,167,1,131073,0,'',12340),(21597,0,0,0,0,0,21021,0,0,0,'Ethereum Wave-Caster (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,7,8,20897,20897,0,0,0,0,0,0,0,36480,38897,32693,0,0,0,0,0,0,0,1762,2310,'',1,3,1,4,4,1,0,0,0,0,0,0,0,144,1,257,0,'',12340),(21596,0,0,0,0,0,19889,0,0,0,'Ethereum Slayer (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,8,20896,20896,0,0,0,0,0,0,0,36838,36839,15087,0,0,0,0,0,0,0,2018,2644,'',1,3,1,4,4,1,0,0,0,0,0,0,0,144,1,617562111,0,'',12340),(21595,0,0,0,0,0,19950,0,0,0,'Eredar Soul-Eater (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,5.9,1435,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,20879,20879,0,0,0,0,0,0,0,36778,36784,36786,0,0,0,0,0,0,0,3718,4864,'',1,3,1,8.1,8,1,0,0,0,0,0,0,0,144,1,617562111,0,'',12340),(21594,0,0,0,0,0,19949,0,0,0,'Eredar Deathbringer (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,13,1435,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,20880,0,0,0,0,0,0,0,0,38844,38846,0,0,0,0,0,0,0,0,3548,4642,'',1,3,1,8.1,4,1,0,0,0,0,0,0,0,144,1,617562111,0,'',12340),(21593,0,0,0,0,0,19877,0,0,0,'Entropic Eye (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,13,1435,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,20868,0,0,0,0,0,0,0,0,38816,36677,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8.1,4,1,0,0,0,0,0,0,0,144,1,617562111,0,'',12340),(21592,0,0,0,0,0,19990,19992,0,0,'Defender Corpse (1)','',NULL,0,70,71,1,1814,0,0.0001,1.14286,1,1,299,426,0,308,13,1420,2000,1,774,2048,32,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,121,1,617562111,0,'',12340),(21591,0,0,0,0,0,19878,0,0,0,'Death Watcher (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,0,20867,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8.1,1,1,0,0,0,0,0,0,0,144,1,617562111,0,'',12340),(21590,0,0,0,0,0,19888,0,0,0,'Dalliah the Doomsayer (1)','',NULL,0,72,72,1,16,0,1.71,1.42857,1,1,307,438,0,314,5.9,1600,2000,1,64,2048,0,0,0,0,0,0,270,401,53,3,8,21590,20885,0,0,0,0,0,0,0,36142,36173,36144,0,0,0,0,0,0,0,11288,14752,'',1,3,1,24,1,1,0,0,0,0,0,0,0,150,1,616972287,1,'',12340),(21589,0,0,0,0,0,19944,0,0,0,'Blazing Trickster (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,13,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,20905,0,0,0,0,0,0,0,0,36907,36905,39022,0,0,0,0,0,0,0,6012,7860,'',1,3,1,16,10,1,0,0,0,0,0,0,0,144,1,617496575,0,'',12340),(21588,0,0,0,0,0,19895,0,0,0,'Blackwing Drakonaar (1)','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,307,438,0,314,13,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,2,0,20911,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7718,10090,'',1,3,1,16,4,1,0,0,0,0,0,0,0,144,1,617496575,0,'',12340),(21587,0,0,0,0,0,19993,19994,0,0,'Arcatraz Warder (1)','',NULL,0,70,71,1,1692,0,1.71,1.14286,1,1,296,424,0,290,5.9,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,0,20859,20859,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1670,2190,'',1,3,1,4.05,5,1,0,0,0,0,0,0,0,121,1,1,0,'',12340),(21586,0,0,0,0,0,19971,0,0,0,'Arcatraz Sentinel (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,5.9,1435,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,0,20869,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9582,12522,'',1,3,1,22.3,1,1,0,0,0,0,0,0,0,144,1,16384,0,'',12340),(20325,0,0,0,0,0,19456,0,0,0,'Pink Elemental','',NULL,0,67,68,1,91,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20356,0,0,0,0,0,79,0,0,0,'Willey','',NULL,0,12,12,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20364,0,0,0,0,0,257,0,0,0,'Darla Harris OH','',NULL,0,11,11,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20366,0,0,0,0,0,79,0,0,0,'Darren Malvew OH','',NULL,0,9,9,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20367,0,0,0,0,0,221,0,0,0,'Robby Aebischer','',NULL,0,9,9,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20369,0,0,0,0,0,19559,0,0,0,'Loreseeker Dibbs','',NULL,0,25,25,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20371,0,0,0,0,0,79,0,0,0,'Wesley OH','',NULL,0,12,12,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20375,0,0,0,0,0,80,0,0,0,'Neema OH','',NULL,0,1,1,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20413,0,0,0,0,0,19608,0,0,0,'Riding Wyvern','',NULL,0,40,40,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20414,0,0,0,0,0,19609,0,0,0,'Riding Wyvern, Armored','',NULL,0,40,40,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20421,0,0,0,0,0,7237,0,0,0,'Netherstorm Goblin','',NULL,0,67,68,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20423,0,0,0,0,0,19617,0,0,0,'Kel\'Thuzad','The Kirin Tor',NULL,0,55,55,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20425,0,0,0,0,0,17519,11686,0,0,'Fleshbeast Trap','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(20446,0,0,0,0,0,19652,0,0,0,'Protectorate Legionnaire','',NULL,0,69,70,1,1795,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,36500,31553,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20457,0,0,0,0,0,19636,0,0,0,'Ethereum Disruptor','',NULL,0,69,70,1,1796,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,29482,31956,0,0,0,0,0,1,0,0,'',12340),(20461,0,0,0,0,0,19124,0,0,0,'Warp-Master Valdrin','',NULL,0,68,68,1,1701,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20462,0,0,0,0,0,11686,0,0,0,'Toxic Fumes','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20466,0,0,0,0,0,19645,0,0,0,'Ethereal, Consortium','',NULL,0,70,70,1,1731,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20467,0,0,0,0,0,19646,0,0,0,'Ethereal, Ethereum','',NULL,0,70,70,1,1678,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20468,0,0,0,0,0,19647,0,0,0,'Ethereal, Protectorate','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20469,0,0,0,0,0,17188,0,0,0,'Invis Bessy Credit','',NULL,0,1,1,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20517,0,0,0,0,0,19669,0,0,0,'Eclipsion Dragonhawk Hatchling','Blood Knight\'s Minion',NULL,0,66,67,1,1701,0,1.2,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,30,0,0,0,0,186,276,39,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10480,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20519,0,0,0,0,0,6977,0,0,0,'Boom Bot Xtreme','',NULL,0,68,68,1,14,0,1.2,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,16384,0,'',12340),(21585,0,0,0,0,0,19990,19992,0,0,'Arcatraz Defender (1)','',NULL,0,70,71,1,1692,0,1.71,1.14286,1,1,299,426,0,308,5.9,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,20857,20857,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1926,2524,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,121,1,1,0,'',12340),(21584,0,0,0,0,0,1126,11686,0,0,'Arcane Explosion (1)','',NULL,0,1,1,0,1692,0,1.125,1.14286,1,0,2,2,0,24,1,1400,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21583,0,0,0,0,0,19289,0,0,0,'White Seedling (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2025,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),(21582,0,0,0,0,0,19438,0,0,0,'Warp Splinter (1)','',NULL,0,73,73,1,16,0,1.48,1.14286,1,1,316,450,0,320,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,278,413,58,4,328,21582,0,80002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11288,14752,'',1,3,1,24.3,1,1,0,33859,31085,0,0,0,0,144,1,650854271,2097153,'',12340),(21581,0,0,0,0,0,14416,0,0,0,'Thorngrin the Tender (1)','',NULL,0,72,73,1,16,0,1.71,1.14286,1,1,313,448,0,302,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,276,411,44,3,32,21581,17978,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6528,8536,'',1,3,1,16.875,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),(21580,0,0,0,0,0,17714,0,0,0,'Thorn Lasher (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,131072,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21579,0,0,0,0,0,17713,0,0,0,'Thorn Flayer (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,131072,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,35507,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21578,0,0,0,0,0,18930,0,0,0,'Tempest-Forge Peacekeeper (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,304,436,0,296,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,9,0,18405,0,0,0,0,0,0,0,0,34793,34791,34785,0,0,0,0,0,0,0,2102,2754,'',1,3,1,12,15,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(21577,0,0,0,0,0,17842,17843,17844,17845,'Sunseeker Researcher (1)','',NULL,0,71,71,1,16,0,1.71,1.14286,1,1,296,424,0,290,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,18421,18421,0,0,0,0,0,0,0,34352,34354,34353,34355,0,0,0,0,0,0,1592,2088,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21576,0,0,0,0,0,21338,21339,0,0,'Sunseeker Herbalist (1)','',NULL,0,71,71,1,16,0,1.71,1.14286,1,1,299,426,0,308,5.9,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,19508,19508,0,0,0,0,0,0,0,22127,39129,0,0,0,0,0,0,0,0,1932,2532,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(21575,0,0,0,0,0,21333,21334,0,0,'Sunseeker Harvester (1)','',NULL,0,71,71,1,16,0,1.71,1.14286,1,1,296,424,0,290,5.9,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,19509,19509,0,0,0,0,0,0,0,34639,34640,0,0,0,0,0,0,0,0,1592,2088,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(21574,0,0,0,0,0,17916,17917,17918,0,'Sunseeker Geomancer (1)','',NULL,0,71,71,1,16,0,1.71,1.14286,1,1,296,424,0,290,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,18420,18420,0,0,0,0,0,0,0,34170,0,0,0,0,0,0,0,0,0,2190,2870,'',1,3,1,5.4,4,1,0,0,0,0,0,0,0,0,1,1537,0,'',12340),(21573,0,0,0,0,0,21337,21335,21336,0,'Sunseeker Gene-Splicer (1)','',NULL,0,71,71,1,16,0,1.71,1.14286,1,1,255,373,0,137,5.9,2000,2000,8,0,2048,0,0,0,0,0,0,240,358,31,7,0,19507,19507,0,0,0,0,0,0,0,39347,0,0,0,0,0,0,0,0,0,1422,1866,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(21572,0,0,0,0,0,18925,18926,0,0,'Sunseeker Chemist (1)','',NULL,0,71,71,1,16,0,1.71,1.14286,1,1,296,424,0,290,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,19486,19486,0,0,0,0,0,0,0,39128,39127,0,0,0,0,0,0,0,0,1592,2088,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21571,0,0,0,0,0,21341,21340,0,0,'Sunseeker Channeler (1)','',NULL,0,71,71,1,16,0,1.71,1.14286,1,1,255,373,0,137,5.9,2000,2000,8,0,2048,0,0,0,0,0,0,240,358,31,7,0,19505,19505,0,0,0,0,0,0,0,34637,34222,0,0,0,0,0,0,0,0,1508,1978,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(21570,0,0,0,0,0,17819,17820,0,0,'Sunseeker Botanist (1)','',NULL,0,71,71,1,16,0,1.71,1.14286,1,1,296,424,0,290,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,18422,18422,0,0,0,0,0,0,0,34350,39125,39126,0,0,0,0,0,0,0,1592,2088,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(21569,0,0,0,0,0,19317,19316,0,0,'Summoned Bloodwarder Reservist (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,34820,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.0125,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21568,0,0,0,0,0,21331,21332,0,0,'Summoned Bloodwarder Mender (1)','',NULL,0,71,71,1,16,0,1.71,1.14286,1,1,255,373,0,137,13,2000,2000,8,0,2048,0,0,0,0,0,0,240,358,31,7,0,0,0,0,0,0,0,0,0,0,35096,34809,17287,0,0,0,0,0,0,0,0,0,'',1,3,1,4.05,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21567,0,0,0,0,0,9590,0,0,0,'Sapling (1)','',NULL,0,72,72,1,16,0,1.125,1.14286,1,0,307,438,0,314,1,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.6075,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),(21566,0,0,0,0,0,20139,0,0,0,'Red Seedling (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2025,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),(21565,0,0,0,0,0,2019,0,0,0,'Nethervine Trickster (1)','',NULL,0,70,71,1,16,0,1.71,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,32,19843,19843,0,0,0,0,0,0,0,34614,0,0,0,0,0,0,0,0,0,2018,2644,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(21564,0,0,0,0,0,2878,0,0,0,'Nethervine Reaper (1)','',NULL,0,70,71,1,16,0,1.71,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,32,19512,19512,0,0,0,0,0,0,0,15284,34626,0,0,0,0,0,0,0,0,2018,2644,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(21563,0,0,0,0,0,11331,0,0,0,'Nethervine Inciter (1)','',NULL,0,70,71,1,16,0,1.71,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,32,19511,19511,0,0,0,0,0,0,0,34616,30621,34615,34143,0,0,0,0,0,0,2102,2754,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(21562,0,0,0,0,0,18083,0,0,0,'Mutate Horror (1)','',NULL,0,70,71,1,1692,0,1.71,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,8,19865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.6,1,1,0,0,0,0,0,0,0,0,1,66064,0,'',12340),(21561,0,0,0,0,0,19021,0,0,0,'Mutate Fleshlasher (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,8,19598,0,0,0,0,0,0,0,0,34351,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.945,1,1,0,0,0,0,0,0,0,0,1,66064,0,'',12340),(21560,0,0,0,0,0,18082,0,0,0,'Mutate Fear-Shrieker (1)','',NULL,0,70,71,1,1692,0,1.71,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,8,19513,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.6,1,1,0,0,0,0,0,0,0,0,1,66064,0,'',12340),(21559,0,0,0,0,0,13109,0,0,0,'Laj (1)','',NULL,0,72,73,1,16,0,1.71,1.14286,1,1,316,450,0,320,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,278,413,58,4,72,21559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10438,13642,'',1,3,1,22.275,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),(21558,0,0,0,0,0,19045,0,0,0,'High Botanist Freywinn (1)','',NULL,0,72,73,1,16,0,1.71,1.14286,1,1,313,448,0,302,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,32,21558,17975,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8314,10866,'',1,3,1,21.2625,15,1,0,31744,0,0,0,0,0,150,1,650854271,2097153,'',12340),(21557,0,0,0,0,0,19292,0,0,0,'Green Seedling (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2025,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),(21556,0,0,0,0,0,9591,0,0,0,'Greater Sapling (1)','',NULL,0,70,70,1,16,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.025,1,1,0,0,0,0,0,0,0,118,1,0,0,'',12340),(20558,0,0,0,0,0,19679,0,0,0,'Forge Hound','',NULL,0,69,69,1,16,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20560,0,0,0,0,0,16723,0,0,0,'Arakkoa Ward','',NULL,0,1,1,0,190,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,90,1,0,2,'',12340),(20562,0,0,0,0,0,14501,0,0,0,'Invisible Stalker (Scale x5)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(21555,0,0,0,0,0,19029,0,0,0,'Greater Frayer (1)','',NULL,0,70,71,1,16,0,1.125,1.14286,1,0,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,0,19557,0,0,0,0,0,0,0,0,39122,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.6875,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21554,0,0,0,0,0,17714,0,0,0,'Frayer Wildling (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,19608,0,0,0,0,0,0,0,0,39122,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21553,0,0,0,0,0,17009,0,0,0,'Frayer Protector (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,34745,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21552,0,0,0,0,0,19030,0,0,0,'Frayer (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,18587,0,0,0,0,0,0,0,0,34201,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21551,0,0,0,0,0,18929,0,0,0,'Commander Sarannis (1)','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,307,438,0,314,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,32,21551,17976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9588,12532,'',1,3,1,20.25,1,1,0,28769,0,0,0,0,0,150,1,650854271,2097153,'',12340),(21550,0,0,0,0,0,19290,0,0,0,'Blue Seedling (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2025,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),(21549,0,0,0,0,0,17813,17815,17816,17817,'Bloodwarder Steward (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,18404,18404,0,0,0,0,0,0,0,34821,0,0,0,0,0,0,0,0,0,2098,2750,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,0,1,17,0,'',12340),(21548,0,0,0,0,0,17773,17774,17775,17776,'Bloodwarder Protector (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,234,331,0,286,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,17993,17993,0,0,0,0,0,0,0,29765,34784,35399,7,0,0,0,0,0,0,1674,2196,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(21547,0,0,0,0,0,21331,21332,0,0,'Bloodwarder Mender (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,248,363,0,135,5.9,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,19633,19633,0,0,0,0,0,0,0,35096,34809,17287,0,0,0,0,0,0,0,1418,1862,'',1,3,1,4.05,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21546,0,0,0,0,0,17883,17884,0,0,'Bloodwarder Greenkeeper (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,18419,18419,0,0,0,0,0,0,0,39121,39120,34800,0,0,0,0,0,0,0,1758,2306,'',1,3,1,4.05,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21545,0,0,0,0,0,17779,17780,17778,17777,'Bloodwarder Falconer (1)','',NULL,0,70,71,1,16,0,1.71,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,17994,17994,0,0,0,0,0,0,0,35401,34852,31567,34879,0,0,0,0,0,0,2018,2644,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(21544,0,0,0,0,0,19685,0,0,0,'Bloodfalcon (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1400,2000,1,0,2048,0,30,0,0,0,0,215,320,44,1,1,18155,0,0,0,0,0,0,0,0,34856,32323,18144,0,0,0,0,0,10483,0,0,0,'',1,3,1,2.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21543,0,0,0,0,0,18662,0,0,0,'Tempest-Forge Patroller (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,0,19166,0,0,0,0,0,0,0,0,35011,0,0,0,0,0,0,0,0,0,3466,4536,'',1,3,1,6.75,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(21542,0,0,0,0,0,19165,0,0,0,'Tempest-Forge Destroyer (1)','',NULL,0,71,71,1,16,0,1.71,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,0,19735,0,0,0,0,0,0,0,0,36582,35783,0,0,0,0,0,0,0,0,9586,12528,'',1,3,1,16.2,1,1,0,0,0,0,0,0,0,144,1,16384,0,'',12340),(21541,0,0,0,0,0,17916,17917,17918,0,'Sunseeker Netherbinder (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,248,363,0,135,5.9,1400,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,20059,20059,0,0,0,0,0,0,0,38936,17201,0,0,0,0,0,0,0,0,1592,2088,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21540,0,0,0,0,0,19966,19967,0,0,'Sunseeker Engineer (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,20988,20988,0,0,0,0,0,0,0,39196,36346,36341,0,0,0,0,0,0,0,2098,2750,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21539,0,0,0,0,0,17916,17917,17918,0,'Sunseeker Astromage (1)','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,296,424,0,290,2,1400,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,19168,19168,0,0,0,0,0,0,0,38933,17195,38930,0,0,0,0,0,0,0,2778,3638,'',1,3,1,5.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21538,0,0,0,0,0,5488,0,0,0,'Raging Flames (1)','',NULL,0,72,72,1,16,0,1.71,0.8,1,1,252,357,0,304,13,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,8,0,0,0,0,0,0,0,0,0,39346,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,22.275,5,1,0,0,0,0,0,0,0,87,1,0,0,'',12340),(21537,0,0,0,0,0,20033,0,0,0,'Pathaleon the Calculator (1)','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,304,436,0,296,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,72,21537,19220,0,0,0,0,0,0,0,15453,36022,36992,35280,0,0,0,0,0,0,11288,14752,'',1,3,1,22.95,10,1,0,33860,31086,0,0,0,0,0,1,650854271,2097153,'',12340),(21536,0,0,0,0,0,19166,0,0,0,'Nethermancer Sepethrea (1)','',NULL,0,72,72,1,16,0,1.6,1.71,1,1,304,436,0,296,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,21536,0,0,0,0,0,0,0,0,35314,35250,0,0,0,0,0,0,0,0,9588,12532,'',1,3,1,22.275,10,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'',12340),(21535,0,0,0,0,0,15438,0,0,0,'Nether Wraith (1)','',NULL,0,72,72,1,16,0,1.125,1.14286,1,0,234,331,0,286,1,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,4,8,0,0,0,0,0,0,0,0,0,35058,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.025,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(21534,0,0,0,0,0,17612,0,0,0,'Nether Charge (1)','',NULL,0,71,71,1,16,0,3.3,1.14286,1,0,299,426,0,308,1,1400,2000,1,33554434,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.8,1,1,0,0,0,0,0,0,0,106,1,0,130,'',12340),(21533,0,0,0,0,0,19162,0,0,0,'Mechano-Lord Capacitus (1)','',NULL,0,72,72,1,90,0,1.6,1.42857,1,1,307,438,0,314,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,9,72,21533,0,0,0,0,0,0,0,0,35161,39096,35159,35158,0,0,0,0,0,0,12988,16972,'',1,3,1,35,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(21532,0,0,0,0,0,18647,0,0,0,'Mechanar Wrecker (1)','',NULL,0,70,70,1,90,0,1.71,1.14286,1,1,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,19713,19713,0,0,0,0,0,0,0,35049,38923,0,0,0,0,0,0,0,0,2102,2754,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(21531,0,0,0,0,0,18288,0,0,0,'Mechanar Tinkerer (1)','',NULL,0,70,70,1,90,0,1.125,1.14286,1,0,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,19716,19716,0,0,0,0,0,0,0,35062,35058,38925,0,0,0,0,0,0,0,706,932,'',1,3,1,2.025,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21530,0,0,0,0,0,19254,0,0,0,'Mechanar Ripper (UNUSED) (1)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21529,0,0,0,0,0,19255,0,0,0,'Mechanar Pulverizer (UNUSED) (1)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21528,0,0,0,0,0,18646,0,0,0,'Mechanar Driller (1)','',NULL,0,71,71,1,90,0,1.71,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,19712,19712,0,0,0,0,0,0,0,35047,38923,0,0,0,0,0,0,0,0,2698,3532,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(21527,0,0,0,0,0,17977,0,0,0,'Mechanar Crusher (1)','',NULL,0,71,71,1,90,0,1.71,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,19231,19231,0,0,0,0,0,0,0,35055,38923,0,0,0,0,0,0,0,0,2698,3532,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(21526,0,0,0,0,0,21191,0,0,0,'Gatewatcher Iron-Hand (1)','',NULL,0,72,72,1,16,0,1.6,1.42857,1,1,307,438,0,314,5.9,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,8,21526,19710,0,0,0,0,0,0,0,39193,35326,0,0,0,0,0,0,0,0,10438,13642,'',1,3,1,22.275,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(21525,0,0,0,0,0,18816,0,0,0,'Gatewatcher Gyro-Kill (1)','',NULL,0,72,72,1,16,0,1.6,1.42857,1,1,307,438,0,314,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,8,21525,19218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8398,10978,'',1,3,1,16.875,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(21524,0,0,0,0,0,17773,17774,17775,17776,'Bloodwarder Slayer (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,19167,19167,0,0,0,0,0,0,0,15708,35189,13736,0,0,0,0,0,0,0,2188,2866,'',1,3,1,4.05,3,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(21523,0,0,0,0,0,19970,19968,0,0,'Bloodwarder Physician (1)','',NULL,0,69,70,1,16,0,1.48,1.14286,1,1,234,331,0,286,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,20990,20990,0,0,0,0,0,0,0,36333,38919,38921,0,0,0,0,0,0,0,1844,2418,'',1,3,1,3.5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21522,0,0,0,0,0,17773,17774,17775,17776,'Bloodwarder Centurion (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,19510,19510,0,0,0,0,0,0,0,35178,0,0,0,0,0,0,0,0,0,2952,3864,'',1,3,1,4.5,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20602,0,0,0,0,0,169,16946,0,0,'Flame Patch (Al\'ar)','',NULL,0,73,73,1,16,0,1.2,1.14286,1,3,316,450,0,320,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20615,0,0,0,0,0,19705,0,0,0,'Darkmaw Cub','',NULL,0,68,69,1,35,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,2,0,0,0,0,206,302,43,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20993,0,0,0,0,0,17725,0,0,0,'Blood Guard Porung (1)','',NULL,0,72,72,1,16,0,1.6,1.14286,1,1,307,438,0,314,5.9,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,32,20923,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,9316,'',0,3,1,18.9,1,1,0,0,0,0,0,0,0,0,1,1,1,'',12340),(20992,0,0,0,0,0,17725,0,0,0,'Blood Guard Porung (1)','',NULL,0,72,72,1,168,0,1.2,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,32,20923,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,9316,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,501202943,1,'',1),(20746,0,0,0,0,0,6370,0,0,0,'Time Keeper (1)','',NULL,0,70,70,1,1718,0,1.48,1.14286,1,1,252,357,0,304,13,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,31478,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,100,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(20745,0,0,0,0,0,19066,0,0,0,'Temporus (1)','',NULL,0,73,73,1,1720,0,1.48,1.14286,1,1,316,450,0,320,13,1400,2000,1,0,2048,0,0,0,0,0,0,278,413,58,2,64,20745,0,70066,0,0,0,0,0,0,31458,31464,38592,38593,0,0,0,0,0,0,9588,12532,'',1,3,1,20,1,1,0,0,0,0,0,0,0,144,1,650854271,2097409,'',12340),(20744,0,0,0,0,0,19326,0,0,0,'Rift Lord (1)','',NULL,0,71,71,1,1720,0,1.2,1.14286,1,1,299,426,0,308,13,1449,2000,1,0,2048,0,0,0,0,0,0,262,389,48,2,0,17839,0,70065,0,0,0,0,0,0,8269,9080,11428,35054,0,0,0,0,0,0,5760,7532,'',0,3,1,12,3,1,0,31753,0,0,0,0,0,144,1,2048,0,'',12340),(20743,0,0,0,0,0,19063,0,0,0,'Infinite Vanquisher (1)','',NULL,0,70,70,1,14,0,1.2,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,38526,36807,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,3,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(20742,0,0,0,0,0,19062,0,0,0,'Infinite Executioner (1)','',NULL,0,70,70,1,14,0,1.2,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,37321,34920,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,3,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(20741,0,0,0,0,0,19061,0,0,0,'Infinite Chronomancer (1)','',NULL,0,70,70,1,1720,0,1.125,1.14286,1,0,234,331,0,286,1,1435,2000,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,15230,33860,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(20740,0,0,0,0,0,19058,0,0,0,'Infinite Assassin (1)','',NULL,0,70,70,1,14,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(20739,0,0,0,0,0,19061,19062,19058,0,'Imprisoned Infinite Dragonspawn (1)','',NULL,0,70,70,1,1720,0,1.05,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,3,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),(20738,0,0,0,0,0,20513,0,0,0,'Chrono Lord Deja (1)','',NULL,0,73,73,1,1720,0,1.48,1.14286,1,1,313,448,0,302,13,1400,2000,2,0,2048,0,0,0,0,0,0,276,411,44,2,64,20738,0,70066,0,0,0,0,0,0,38538,38539,31550,31467,0,0,0,0,0,0,7804,10200,'',1,3,1,20,10,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),(20737,0,0,0,0,0,20510,0,0,0,'Aeonus (1)','',NULL,0,72,72,1,1720,0,1.48,1.71429,1,1,307,438,0,314,13,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,64,20737,0,70066,0,0,0,0,0,0,31550,40504,37605,39049,0,0,0,0,0,0,12988,16972,'',1,3,1,27,1,1,0,33858,0,0,0,0,0,164,1,650854271,2097153,'',12340),(20706,0,0,0,0,0,18636,0,0,0,'Talon King Ikiss (1)','',NULL,0,72,72,1,16,0,1.48,1.42857,1,1,263,384,0,140,5.9,1400,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,72,20706,18473,0,0,0,0,0,0,0,40425,40424,43309,35032,0,0,0,0,0,0,7028,9188,'',1,1,1,21.9375,5,1,0,33834,27632,0,0,0,0,144,1,617299803,1,'',12340),(20705,0,0,0,0,0,1130,0,0,0,'Syth Shadow Elemental (1)','',NULL,0,72,72,1,91,0,1.125,1.14286,1,0,304,436,5,296,1,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,4,72,0,0,0,0,0,0,0,0,0,33529,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20704,0,0,0,0,0,5561,0,0,0,'Syth Frost Elemental (1)','',NULL,0,72,72,1,91,0,1.125,1.14286,1,0,304,436,4,296,1,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,4,72,0,0,0,0,0,0,0,0,0,38142,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20703,0,0,0,0,0,1070,0,0,0,'Syth Fire Elemental (1)','',NULL,0,72,72,1,91,0,1.125,1.14286,1,0,304,436,2,296,1,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,4,0,0,0,0,0,0,0,0,0,0,38141,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20702,0,0,0,0,0,8714,0,0,0,'Syth Arcane Elemental (1)','',NULL,0,72,72,1,91,0,1.125,1.14286,1,0,304,436,6,296,1,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,4,0,0,0,0,0,0,0,0,0,0,38138,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20701,0,0,0,0,0,20598,0,0,0,'Sethekk Talon Lord (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,304,436,0,296,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,64,18321,18321,0,0,0,0,0,0,0,32674,32654,0,0,0,0,0,0,0,0,1586,2080,'',1,1,1,5,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20700,0,0,0,0,0,14368,0,0,0,'Sethekk Spirit (1)','',NULL,0,6,6,0,16,0,1.48,1.14286,1,1,7,9,0,34,13,1400,2000,1,0,2048,0,0,0,0,0,0,4,6,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,68,1,0,0,'',12340),(20699,0,0,0,0,0,17865,0,0,0,'Sethekk Shaman (1)','',NULL,0,71,72,1,16,0,1.48,1.14286,1,1,304,436,0,296,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,64,18326,18326,0,0,0,0,0,0,0,22885,32663,0,0,0,0,0,0,0,0,1588,2084,'',1,1,1,4.5,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20698,0,0,0,0,0,20683,0,0,0,'Time-Lost Shadowmage (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,263,384,0,140,5.9,1400,2000,8,0,2048,0,0,0,0,0,0,247,369,34,6,64,18320,18320,0,0,0,0,0,0,0,32682,38148,0,0,0,0,0,0,0,0,1418,1862,'',1,1,1,3.915,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(20697,0,0,0,0,0,20682,0,0,0,'Time-Lost Scryer (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,255,373,0,137,5.9,1600,2000,8,64,2048,0,0,0,0,0,0,240,358,31,6,64,18319,18319,0,0,0,0,0,0,0,17843,15981,32689,33989,0,0,0,0,0,0,1326,1742,'',1,1,1,3.915,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(20696,0,0,0,0,0,20573,0,0,0,'Sethekk Ravenguard (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,64,18322,18322,0,0,0,0,0,0,0,33964,34970,32651,0,0,0,0,0,0,0,1840,2412,'',1,1,1,6,1,1,0,0,0,0,0,0,0,0,1,17,0,'',12340),(20695,0,0,0,0,0,20572,0,0,0,'Sethekk Prophet (1)','',NULL,0,70,72,1,16,0,1.48,1.14286,1,1,263,384,0,140,5.9,1800,2000,8,64,2048,0,0,0,0,0,0,247,369,34,7,64,18325,18325,0,0,0,0,0,0,0,27641,0,0,0,0,0,0,0,0,0,1416,1858,'',1,1,1,3.915,5,1,0,0,0,0,0,0,0,113,1,1,0,'',12340),(20694,0,0,0,0,0,17865,0,0,0,'Sethekk Oracle (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,255,373,0,137,5.9,1800,2000,8,64,2048,0,0,0,0,0,0,240,358,31,7,64,18328,18328,0,0,0,0,0,0,0,38146,32129,0,0,0,0,0,0,0,0,1412,1854,'',1,1,1,2.9,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20693,0,0,0,0,0,20572,0,0,0,'Sethekk Initiate (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,64,18318,18318,0,0,0,0,0,0,0,33961,16145,0,0,0,0,0,0,0,0,2516,3296,'',1,1,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20692,0,0,0,0,0,18628,0,0,0,'Sethekk Guard (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,7,64,18323,18323,0,0,0,0,0,0,0,33967,0,0,0,0,0,0,0,0,0,3196,4184,'',1,1,1,5,1,1,0,0,0,0,0,0,0,0,1,604049683,0,'',12340),(20691,0,0,0,0,0,20682,0,0,0,'Time-Lost Controller (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,248,363,0,135,5.9,1800,2000,8,64,2048,0,0,0,0,0,0,233,347,28,6,64,18327,18327,0,0,0,0,0,0,0,0,35013,0,0,0,0,0,0,0,0,1836,2408,'',1,1,1,3.915,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(20690,0,0,0,0,0,20599,0,0,0,'Darkweaver Syth (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,263,384,5,140,5.9,2000,2000,8,64,2048,0,0,0,0,0,0,247,369,34,7,72,20690,18472,0,0,0,0,0,0,0,38135,15659,15616,21401,0,0,0,0,0,0,9578,12518,'',1,1,1,22,15,1,0,27633,25461,0,0,0,0,0,1,617299803,1,'',12340),(20689,0,0,0,0,0,1132,0,0,0,'Dark Vortex (1)','',NULL,0,70,70,1,91,0,1.125,1.14286,1,0,234,331,0,286,1,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,12471,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.025,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20688,0,0,0,0,0,19788,0,0,0,'Cobalt Serpent (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,296,424,0,290,5.9,2000,2000,2,0,2048,0,27,0,0,0,0,260,387,37,1,1,19428,0,70063,0,0,0,0,0,0,38238,38193,38110,0,0,0,0,0,11586,0,0,0,'',1,1,1,7.425,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20687,0,0,0,0,0,15291,0,0,0,'Charming Totem (1)','',NULL,0,60,69,0,58,0,1.125,1.14286,1,0,245,346,0,298,1,1400,2000,1,0,2048,0,0,0,0,0,0,206,302,43,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20686,0,0,0,0,0,20725,0,0,0,'Avian Darkhawk (1)','',NULL,0,69,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,64,2048,0,26,0,0,0,0,215,320,44,1,1,19429,0,0,0,0,0,0,0,0,39198,39197,0,0,0,0,0,0,13246,0,0,0,'',1,1,1,4.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20665,0,0,0,0,0,16946,0,0,0,'Voidwalker Summoner (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,13,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.0135,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20664,0,0,0,0,0,17081,0,0,0,'Void Traveler (1)','',NULL,0,70,70,1,16,0,0.3,1.14286,1,0,234,331,0,286,1,1500,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,38226,8599,11428,0,0,0,0,0,0,0,0,0,'',1,3,1,0.625,0.5,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),(20663,0,0,0,0,0,16946,0,0,0,'Void Portal (1)','',NULL,0,70,70,0,16,0,1.48,1.14286,1,1,252,357,0,304,13,2000,2000,1,570426112,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.0135,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20662,0,0,0,0,0,9786,0,0,0,'Tortured Skeleton (1)','',NULL,0,70,70,1,21,0,1.125,1.14286,1,0,252,357,0,304,5.9,1500,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.54,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(20661,0,0,0,0,0,18589,18590,18591,18592,'Summoned Cabal Deathsworn (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,19209,0,0,0,0,0,0,0,0,38226,8599,11428,0,0,0,0,0,0,0,2014,2640,'',1,3,1,4.05,3,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20660,0,0,0,0,0,18579,18580,18581,18582,'Summoned Cabal Acolyte (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,5.9,1500,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,19208,0,0,0,0,0,0,0,0,38209,38210,33482,0,0,0,0,0,0,0,1588,2084,'',1,3,1,4.05,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20659,0,0,0,0,0,18280,0,0,0,'Spy To\'gun (1)','',NULL,0,70,70,1,1818,2,1.125,1.14286,1,0,252,357,0,304,5.9,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20658,0,0,0,0,0,18880,0,0,0,'Shape of the Beast (1)','',NULL,0,69,69,1,16,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.9575,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20657,0,0,0,0,0,18839,0,0,0,'Murmur (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,5.9,1500,2000,1,64,2048,0,0,0,0,0,0,270,401,53,4,104,20657,18708,0,0,0,0,0,0,0,33689,38794,38796,33657,0,0,0,0,0,0,35938,46942,'',1,3,1,77.625,15,1,0,33840,31722,0,0,0,0,167,0,617299803,1,'',12340),(20656,0,0,0,0,0,17543,0,0,0,'Malicious Instructor (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,296,424,0,290,5.9,1500,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,3,0,18848,18848,0,0,0,0,0,0,0,6713,33493,33501,0,0,0,0,0,0,0,6268,8194,'',1,3,1,16.5375,3,1,0,0,0,0,0,0,0,0,1,131073,0,'',12340),(20667,0,0,0,0,0,705,0,0,0,'Sporewind Frenzy','',NULL,0,62,63,1,1878,0,1.2,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,0.25,0.25,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20675,0,0,0,0,0,4626,15880,0,0,'Legion Hold - Infernal Dummy','',NULL,0,1,1,0,954,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20681,0,0,0,0,0,19400,0,0,0,'Nether Skimmer','',NULL,0,68,69,1,14,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,34,0,0,0,0,206,302,43,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20655,0,0,0,0,0,159,0,0,0,'Maiden of Discipline (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,1,1435,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,18663,0,0,0,0,0,0,0,0,32202,31865,0,0,0,0,0,0,0,0,458,606,'',1,3,1,1.9575,2.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20654,0,0,0,0,0,21584,15880,0,0,'Invisible Target (1)','',NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,5.9,2000,2000,1,33587968,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20653,0,0,0,0,0,18535,0,0,0,'Grandmaster Vorpil (1)','',NULL,0,72,72,1,16,0,1.48,1.42857,1,1,304,436,0,296,5.9,1500,2000,2,64,2048,0,0,0,0,0,0,268,399,40,7,64,20653,18732,0,0,0,0,0,0,0,38791,33563,39363,33841,0,0,0,0,0,0,9588,12532,'',1,3,1,23.5,10,1,0,30827,0,0,0,0,0,150,1,617299803,1,'',12340),(20652,0,0,0,0,0,18193,0,0,0,'Fel Overseer (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1500,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,3,0,18796,18796,0,0,0,0,0,0,0,19134,27577,16856,30471,0,0,0,0,0,0,7372,9636,'',1,3,1,16.2,3,1,0,0,0,0,0,0,0,0,1,80428895,0,'',12340),(20651,0,0,0,0,0,7949,0,0,0,'Fel Guardhound (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,1,234,331,0,286,5.9,1500,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,3,0,18642,0,70162,0,0,0,0,0,0,30849,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20650,0,0,0,0,0,18612,18613,18614,0,'Cabal Zealot (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,234,331,0,286,5.9,1500,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,18638,18638,0,0,0,0,0,0,0,33499,22428,20298,0,0,0,0,0,0,0,1762,2310,'',1,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20649,0,0,0,0,0,18609,18610,18611,0,'Cabal Warlock (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,234,331,0,286,5.9,1500,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,18640,18640,0,0,0,0,0,0,0,13787,15232,32863,0,0,0,0,0,0,0,1588,2084,'',1,3,1,4.05,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20648,0,0,0,0,0,18605,18606,18608,0,'Cabal Summoner (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,296,424,0,290,5.9,1500,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,0,18634,18634,0,0,0,0,0,0,0,15228,33335,0,0,0,0,0,0,0,0,1762,2310,'',1,3,1,4.05,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20647,0,0,0,0,0,18602,18603,18604,0,'Cabal Spellbinder (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,296,424,0,290,5.9,1500,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,0,18639,18639,0,0,0,0,0,0,0,33502,33335,32691,0,0,0,0,0,0,0,1762,2310,'',1,3,1,4.05,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20646,0,0,0,0,0,18599,18600,18601,0,'Cabal Shadow Priest (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,296,424,0,290,5.9,1500,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,0,18637,18637,0,0,0,0,0,0,0,38243,17146,15473,0,0,0,0,0,0,0,1674,2196,'',1,3,1,4.05,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20645,0,0,0,0,0,18191,18192,0,0,'Cabal Ritualist (1)','',NULL,0,69,71,1,16,0,1.48,1.14286,1,1,296,424,0,290,5.9,1500,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,0,18794,18794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1758,2306,'',1,3,1,4.05,10,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20644,0,0,0,0,0,18596,18597,18598,0,'Cabal Fanatic (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1500,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,18830,18830,0,0,0,0,0,0,0,12021,30798,0,0,0,0,0,0,0,0,2018,2644,'',1,3,1,4.05,3,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20643,0,0,0,0,0,18038,0,0,0,'Cabal Familiar (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,248,363,0,135,5.9,1500,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,3,0,18641,0,0,0,0,0,0,0,0,38239,0,0,0,0,0,0,0,0,0,336,450,'',1,3,1,1.485,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20642,0,0,0,0,0,18593,18594,18595,0,'Cabal Executioner (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1500,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,18632,18632,0,0,0,0,0,0,0,30485,15578,33500,38959,0,0,0,0,0,0,2106,2760,'',1,3,1,5,3,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20641,0,0,0,0,0,18589,18590,18591,18592,'Cabal Deathsworn (1)','',NULL,0,69,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1500,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,18635,18635,0,0,0,0,0,0,0,38226,8599,11428,0,0,0,0,0,0,0,2014,2640,'',1,3,1,4.05,3,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20640,0,0,0,0,0,18586,18587,18588,0,'Cabal Cultist (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1500,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,18631,18631,0,0,0,0,0,0,0,3391,15614,30798,0,0,0,0,0,0,0,1844,2418,'',1,3,1,3.51,3,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20639,0,0,0,0,0,18583,18584,18585,0,'Cabal Assassin (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,18636,18636,0,0,0,0,0,0,0,30992,30991,30798,0,0,0,0,0,0,0,2018,2644,'',1,3,1,4.05,3,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20638,0,0,0,0,0,18579,18580,18581,18582,'Cabal Acolyte (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,296,424,0,290,5.9,1500,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,0,18633,18633,0,0,0,0,0,0,0,38209,38210,33482,0,0,0,0,0,0,0,1588,2084,'',1,3,1,4.5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20637,0,0,0,0,0,18058,0,0,0,'Blackheart the Inciter (1)','',NULL,0,72,72,1,1787,0,1.48,1.71429,1,1,307,438,0,314,5.9,1500,2000,1,64,2048,0,0,0,0,0,0,270,401,53,7,64,20637,18667,0,0,0,0,0,0,0,33709,33676,33707,0,0,0,0,0,0,0,12138,15862,'',1,3,1,25,10,1,0,30808,0,0,0,0,0,164,1,617299803,1,'',12340),(20636,0,0,0,0,0,18821,0,0,0,'Ambassador Hellmaw (1)','',NULL,0,72,72,1,16,0,1.48,1.71429,1,1,307,438,0,314,5.9,1500,2000,1,2147483712,2048,0,0,0,0,0,0,270,401,53,3,64,20636,18731,0,0,0,0,0,0,0,33551,33547,0,0,0,0,0,0,0,0,11288,14752,'',1,3,1,25,10,1,0,0,0,0,0,0,0,167,1,612646911,1,'',12340),(20633,0,0,0,0,0,20235,0,0,0,'Warlord Kalithresh (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,8,20633,17798,0,0,0,0,0,0,0,16172,31534,37081,0,0,0,0,0,0,0,13838,18082,'',1,3,1,32,1,1,0,33827,31721,0,0,0,0,144,1,617299803,1,'',12340),(20707,0,0,0,0,0,19723,0,0,0,'Human Male Illusion','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20708,0,0,0,0,0,19724,0,0,0,'Human Female Illusion','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20716,0,0,0,0,0,19732,0,0,0,'Outland Raptor, Black','',NULL,0,1,1,1,1078,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20717,0,0,0,0,0,19733,0,0,0,'Outland Raptor, Blue','',NULL,0,1,1,1,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20718,0,0,0,0,0,19734,0,0,0,'Outland Raptor, Green','',NULL,0,1,1,1,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20719,0,0,0,0,0,19735,0,0,0,'Outland Raptor, Red','',NULL,0,1,1,1,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20720,0,0,0,0,0,19736,0,0,0,'Outland Raptor, Yellow','',NULL,0,1,1,1,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20725,0,0,0,0,0,4732,0,0,0,'Bat','',NULL,0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,220,1,0,2,'',12340),(20733,0,0,0,0,0,16157,0,0,0,'Walla\'s Damage Dealer','Lord of Stuff',NULL,0,70,70,0,168,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20734,0,0,0,0,0,19735,0,0,0,'Daggermaw Raptor','',NULL,0,65,66,1,48,0,1.2,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,11,0,0,0,0,175,260,37,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20632,0,0,0,0,0,6936,6937,0,0,'Steamrigger Mechanic (1)','',NULL,0,70,70,1,63,0,1.125,1.14286,1,0,234,331,0,286,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,17201,37936,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20631,0,0,0,0,0,17423,0,0,0,'Naga Distiller (1)','',NULL,0,70,70,1,190,0,1.125,1.14286,1,0,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,72,0,0,0,0,0,0,0,0,0,31543,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.025,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(20630,0,0,0,0,0,18638,0,0,0,'Mekgineer Steamrigger (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,9,0,20630,17796,0,0,0,0,0,0,0,35107,31486,31485,0,0,0,0,0,0,0,8824,11532,'',0,3,1,17,1,1,0,0,0,0,0,0,0,0,1,612859903,1,'',12340),(20629,0,0,0,0,0,11268,0,0,0,'Hydromancer Thespia (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,304,436,0,296,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,64,20629,17797,0,0,0,0,0,0,0,25033,31718,31481,0,0,0,0,0,0,0,8824,11532,'',1,3,1,24,1,1,0,30828,0,0,0,0,0,0,1,617299803,1,'',12340),(20628,0,0,0,0,0,17691,0,0,0,'Dreghood Slave (1)','',NULL,0,70,71,1,190,0,1.48,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,17799,17799,0,0,0,0,0,0,0,8269,0,0,0,0,0,0,0,0,0,2018,2644,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20627,0,0,0,0,0,5564,0,0,0,'Coilfang Water Elemental (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,304,436,0,296,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,4,8,17917,0,0,0,0,0,0,0,0,37924,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(20626,0,0,0,0,0,18398,0,0,0,'Coilfang Warrior (1)','',NULL,0,70,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,5.9,1435,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,17802,17802,0,0,0,0,0,0,0,31403,7164,35105,0,0,0,0,0,0,0,2018,2644,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20625,0,0,0,0,0,18396,0,0,0,'Coilfang Sorceress (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,296,424,0,290,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,17722,17722,0,0,0,0,0,0,0,39416,15531,37930,0,0,0,0,0,0,0,2188,2866,'',1,3,1,5.4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20624,0,0,0,0,0,18394,0,0,0,'Coilfang Slavemaster (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,17805,17805,0,0,0,0,0,0,0,6713,8269,10987,3416,0,0,0,0,0,0,2018,2644,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20623,0,0,0,0,0,18392,0,0,0,'Coilfang Siren (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,234,331,0,286,5.9,1435,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,17801,17801,0,0,0,0,0,0,0,37856,38660,37664,0,0,0,0,0,0,0,1678,2200,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20754,0,0,0,0,0,19766,0,0,0,'Daggermaw Devourer','',NULL,0,66,66,1,48,0,1.2,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,11,0,0,0,0,175,260,37,1,1,0,0,0,0,0,0,0,0,0,7367,18501,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20776,0,0,0,0,0,19777,0,0,0,'Rothma','',NULL,0,65,66,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,232,1,0,0,'',12340),(20817,0,0,0,0,0,16631,0,0,0,'Outland Ravager Green','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20818,0,0,0,0,0,19838,0,0,0,'Outland Ravager GreenBlue','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20819,0,0,0,0,0,19839,0,0,0,'Outland Ravager GreenPurple','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20820,0,0,0,0,0,16885,0,0,0,'Outland Ravager Orange','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20821,0,0,0,0,0,19844,0,0,0,'Outland Ravager OrangeRed','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20822,0,0,0,0,0,19845,0,0,0,'Outland Ravager OrangeGreen','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20823,0,0,0,0,0,19847,0,0,0,'Outland Ravager Purple','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20824,0,0,0,0,0,19848,0,0,0,'Outland Ravager PurpleBlue','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20826,0,0,0,0,0,19849,0,0,0,'Outland Ravager PurpleWhite','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20827,0,0,0,0,0,18833,0,0,0,'Outland Rock Flayer YellowOrange','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20828,0,0,0,0,0,19850,0,0,0,'Outland Rock Flayer YellowWhite','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20829,0,0,0,0,0,19850,0,0,0,'Outland Rock Flayer YellowBlack','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20830,0,0,0,0,0,19853,0,0,0,'Outland Rock Flayer BrownRed','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20831,0,0,0,0,0,19855,0,0,0,'Outland Rock Flayer BrownGrey','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20832,0,0,0,0,0,19856,0,0,0,'Outland Rock Flayer BrownPurple','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20833,0,0,0,0,0,19857,0,0,0,'Outland Rock Flayer GreyBrown','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20834,0,0,0,0,0,19858,0,0,0,'Outland Rock Flayer GreyWhite','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20835,0,0,0,0,0,19859,0,0,0,'Outland Rock Flayer GreyYellow','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20836,0,0,0,0,0,19860,0,0,0,'Outland Rock Flayer GreenYellow','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20837,0,0,0,0,0,19861,0,0,0,'Outland Rock Flayer GreenWhite','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20838,0,0,0,0,0,19862,0,0,0,'Outland Rock Flayer GreenPink','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20839,0,0,0,0,0,19863,0,0,0,'Outland Rock Flayer PurpleRed','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20840,0,0,0,0,0,19864,0,0,0,'Outland Rock Flayer PurpleWhite','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20841,0,0,0,0,0,19865,0,0,0,'Outland Rock Flayer PurplePink','',NULL,0,72,72,1,1873,0,1.2,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,35268,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20842,0,0,0,0,0,19866,0,0,0,'Outland Rock Flayer BlueGreen','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20843,0,0,0,0,0,19867,0,0,0,'Outland Rock Flayer BluePurple','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20844,0,0,0,0,0,19868,0,0,0,'Outland Rock Flayer BlueYellow','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20860,0,0,0,0,0,19874,0,0,0,'Mutated Fleshfiend','',NULL,0,70,70,1,1799,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,36500,9080,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20861,0,0,0,0,0,19875,0,0,0,'Mutated Netherlisk','',NULL,0,70,70,1,1799,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20862,0,0,0,0,0,19876,0,0,0,'Mutated Flayer','',NULL,0,70,70,1,1799,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20863,0,0,0,0,0,1126,17188,0,0,'Pet Book DEM','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(20884,0,0,0,0,0,17957,0,0,0,'Deathforge Cultist','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20888,0,0,0,0,0,19274,0,0,0,'Solus the Eternal','',NULL,0,72,72,1,14,0,1.2,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,20888,0,0,0,0,0,0,0,0,36778,17467,36786,9613,0,0,0,0,0,0,0,0,'',0,3,1,9,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20919,0,0,0,0,0,17098,0,0,0,'Deathforge Doomguard','',NULL,0,65,65,1,90,0,1.2,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,43,1,0,0,'',12340),(20979,0,0,0,0,0,5561,16946,0,0,'Stormwind Flavor - Alliance Portal - Invisible Stalker','',NULL,0,1,1,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(20991,0,0,0,0,0,17188,0,0,0,'Invis Dome Caster','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20622,0,0,0,0,0,18391,0,0,0,'Coilfang Oracle (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,234,331,0,286,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,17803,17803,0,0,0,0,0,0,0,37865,31730,8281,0,0,0,0,0,0,0,1678,2200,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20621,0,0,0,0,0,18389,0,0,0,'Coilfang Myrmidon (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,17800,17800,0,0,0,0,0,0,0,15496,7160,0,0,0,0,0,0,0,0,2018,2644,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20994,0,0,0,0,0,19448,19449,19450,19451,'Sunfury Elite','',NULL,0,67,68,1,1701,0,1.2,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20999,0,0,0,0,0,19974,0,0,0,'Scalewing Soarer','',NULL,0,67,68,1,14,0,1.2,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,27,0,0,0,0,195,289,41,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11583,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(21001,0,0,0,0,0,19978,0,0,0,'Kaylaan the Fallen','',NULL,0,71,71,1,35,0,1.2,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,0,0,0,0,0,0,0,0,0,37572,37569,37554,37553,0,0,0,0,0,0,0,0,'',0,3,1,20,6,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21002,0,0,0,0,0,19988,19988,0,0,'Nether Vapor','',NULL,0,70,70,1,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,76,1,0,130,'',12340),(21011,0,0,0,0,0,7804,0,0,0,'Voodoo Chest','',NULL,0,1,1,0,190,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21012,0,0,0,0,0,19369,0,0,0,'Outland Warp Stalker Green','',NULL,0,67,68,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,32,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21013,0,0,0,0,0,19979,0,0,0,'Outland Warp Stalker Turquoise','',NULL,0,67,68,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,32,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21014,0,0,0,0,0,19995,0,0,0,'Outland Warp Stalker Blue','',NULL,0,67,68,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,32,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21015,0,0,0,0,0,19996,0,0,0,'Outland Warp Stalker Black','',NULL,0,67,68,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,32,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21016,0,0,0,0,0,19997,0,0,0,'Outland Warp Stalker Red','',NULL,0,67,68,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,32,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21017,0,0,0,0,0,19998,0,0,0,'Outland Warp Stalker White','',NULL,0,67,68,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,32,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21020,0,0,0,0,0,20003,0,0,0,'Fel Dredger (Goblin)','',NULL,0,68,69,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21031,0,0,0,0,0,19201,0,0,0,'[PH] Arcane Guardian','',NULL,0,68,68,1,1798,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21034,0,0,0,0,0,20008,0,0,0,'Boar Piglet','',NULL,0,1,1,0,31,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(21035,0,0,0,0,0,20011,0,0,0,'Dimensius the All-Devouring 000','',NULL,0,70,70,1,1715,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,4,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,37412,37422,37500,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21036,0,0,0,0,0,20009,0,0,0,'Red Scorpid','',NULL,0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(21037,0,0,0,0,0,20010,0,0,0,'Black Scorpid','',NULL,0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(21038,0,0,0,0,0,20014,0,0,0,'Golden Scorpid','',NULL,0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(21043,0,0,0,0,0,20015,0,0,0,'Blue Scorpid','',NULL,0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(21054,0,0,0,0,0,16480,17188,0,0,'Blade\'s Edge - Orb Trigger 04','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(21067,0,0,0,0,0,19597,0,0,0,'Outland Wrathguard Black','',NULL,0,1,1,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21068,0,0,0,0,0,20040,0,0,0,'Outland Wrathguard Green','',NULL,0,1,1,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21069,0,0,0,0,0,20041,0,0,0,'Outland Wrathguard Red','',NULL,0,1,1,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21070,0,0,0,0,0,17542,0,0,0,'Outland Wrathguard Pink','',NULL,0,1,1,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21076,0,0,0,0,0,20042,0,0,0,'Firefly','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(21091,0,0,0,0,0,20064,0,0,0,'Void Conduit Measuring Stick','',NULL,0,70,70,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21098,0,0,0,0,0,20066,0,0,0,'Outland Ravager GreenOrange','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21099,0,0,0,0,0,20067,0,0,0,'Outland Ravager OrangeWhite','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21100,0,0,0,0,0,20068,0,0,0,'Outland Ravager PurpleOrange','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21121,0,0,0,0,0,1855,16925,0,0,'Bonechewer Quest credit marker','',NULL,0,1,1,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(21122,0,0,0,0,0,18783,11686,0,0,'OLDWorld Trigger (Large AOI) (DO NOT DELETE)','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(21143,0,0,0,0,0,18820,0,0,0,'Legion Prototype Cannon 1','',NULL,0,70,71,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(21144,0,0,0,0,0,18820,0,0,0,'Legion Prototype Cannon 2','',NULL,0,70,71,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(21146,0,0,0,0,0,20045,5049,0,0,'Legion Prototype Cannon 2 & 3 Felguard','',NULL,0,68,69,1,1752,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21149,0,0,0,0,0,18820,0,0,0,'Legion Prototype Cannon 4','',NULL,0,70,71,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(21150,0,0,0,0,0,18820,0,0,0,'Legion Prototype Cannon 3','',NULL,0,70,71,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(21154,0,0,0,0,0,17722,17720,17721,17719,'Kor\'kron Armored Wyvern Mount','',NULL,0,70,70,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,2,'',12340),(21162,0,0,0,0,0,16889,0,0,0,'Deathforge Escort','',NULL,0,70,70,1,90,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21163,0,0,0,0,0,17857,0,0,0,'Spectral Arakkoa Melee [PH]','',NULL,0,67,68,1,1738,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(21165,0,0,0,0,0,20123,0,0,0,'Dihyana the Huntress','General Goods',NULL,0,60,60,1,994,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21167,0,0,0,0,0,1056,0,0,0,'Beibei','Dihyana\'s Pet',NULL,0,60,60,0,994,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21169,0,0,0,0,0,20125,0,0,0,'Netharel - Metamorphosis','',NULL,0,70,70,1,954,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,100,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),(21177,0,0,0,0,0,20129,0,0,0,'Ezeleth','Illidari Demon Hunter',NULL,0,70,70,1,1813,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21184,0,0,0,0,0,20148,0,0,0,'Arakkoa Bonewalker (Red)','',NULL,0,67,68,1,1738,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(21187,0,0,0,0,0,18671,0,0,0,'Designer Island Fel Reaver [PH]','',NULL,0,70,70,1,954,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,171,1,16384,0,'',12340),(21190,0,0,0,0,0,4088,0,0,0,'Designer Island Murloc Fisher [PH]','',NULL,0,68,68,0,18,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21191,0,0,0,0,0,540,1305,3617,0,'Designer Island Murloc Hunter [PH]','',NULL,0,16,17,1,18,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21199,0,0,0,0,0,20151,0,0,0,'Arakkoa Bonewalker (Green)','',NULL,0,67,68,1,1738,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(21201,0,0,0,0,0,20153,0,0,0,'Arakkoa Bonewalker (Yellow)','',NULL,0,67,68,1,1738,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(21202,0,0,0,0,0,20154,0,0,0,'Arakkoa Bonewalker (Black)','',NULL,0,67,68,1,1738,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(21204,0,0,0,0,0,20155,0,0,0,'Ravenous Hatchling','',NULL,0,69,70,1,1711,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21206,0,0,0,0,0,5306,0,0,0,'Designer Island Murloc Boss [PH]','',NULL,0,20,22,0,18,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21208,0,0,0,0,0,1305,0,0,0,'Designer Island Murloc Warrior [PH]','',NULL,0,15,16,1,18,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(21222,0,0,0,0,0,14514,0,0,0,'Undersea Rager','',NULL,0,71,71,1,16,0,1.2,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(21224,0,0,0,0,0,5293,0,0,0,'Tidewalker Depth-Seer',NULL,NULL,0,71,71,1,16,0,2,1.4,1,1,296,424,0,290,17,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,21224,0,0,0,0,0,0,0,0,38657,38658,38659,0,0,0,0,0,0,0,3716,18807,'SmartAI',0,3,1,17.5,15,1,0,0,0,0,0,0,0,167,1,617299963,0,'',12340),(21226,0,0,0,0,0,1773,0,0,0,'Tidewalker Shaman',NULL,NULL,0,71,71,1,16,0,2,1.4,1,1,296,424,0,290,17,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,21226,0,0,0,0,0,0,0,0,39065,39066,39067,0,0,0,0,0,0,0,3627,18356,'SmartAI',0,3,1,17.5,15,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(21227,0,0,0,0,0,391,0,0,0,'Tidewalker Harpooner',NULL,NULL,0,71,71,1,16,0,2,1.4,1,1,299,426,0,308,17,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,21227,0,0,0,0,0,0,0,0,38661,39060,39061,0,0,0,0,0,0,0,3606,18253,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,167,1,617299963,0,'',12340),(21228,0,0,0,0,0,5286,0,0,0,'Tidewalker Hydromancer',NULL,NULL,0,71,71,1,16,0,2,1.4,1,1,296,424,0,290,17,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,21228,0,0,0,0,0,0,0,0,39062,39063,39064,0,0,0,0,0,0,0,3630,18370,'SmartAI',0,3,1,17.5,15,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(21229,0,0,0,0,0,20640,0,0,0,'Greyheart Tidecaller',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,17,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,21229,0,0,0,0,0,0,0,0,39027,0,0,0,0,0,0,0,0,0,3629,18364,'SmartAI',0,3,1,17.5,15,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(21230,0,0,0,0,0,20635,0,0,0,'Greyheart Nether-Mage',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,17,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,21230,0,0,0,0,0,0,0,0,38647,38634,38633,38642,38647,38648,38641,38635,0,0,3573,18084,'SmartAI',0,3,1,17.5,15,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(21231,0,0,0,0,0,20636,0,0,0,'Greyheart Shield-Bearer',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,17,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,21231,0,0,0,0,0,0,0,0,38631,38630,0,0,0,0,0,0,0,0,3693,18688,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(21232,0,0,0,0,0,20637,0,0,0,'Greyheart Skulker',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,13,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,21232,0,0,0,0,0,0,0,0,38625,30798,0,0,0,0,0,0,0,0,3659,18518,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(21239,0,0,0,0,0,20160,0,0,0,'Ravenous Ravager Hatchling','',NULL,0,69,70,1,1693,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21240,0,0,0,0,0,19037,19076,19077,0,'Designer Island Murloc Bait [PH]','',NULL,0,66,66,0,210,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21243,0,0,0,0,0,2581,2590,0,0,'Designer Island Gnome Emote [PH]','',NULL,0,66,66,0,210,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21247,0,0,0,0,0,5369,304,0,0,'Oronok\'s Chicken','',NULL,0,1,1,0,31,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(21248,0,0,0,0,0,20163,0,0,0,'Pin','',NULL,0,30,30,1,534,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21260,0,0,0,0,0,5564,0,0,0,'Purified Water Elemental',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,18,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(21266,0,0,0,0,0,20155,20160,0,0,'Ravager Hatchling','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21268,0,0,0,0,0,26083,0,0,0,'Netherstrand Longbow','',NULL,0,70,70,1,16,0,1.2,1.2,1,3,252,357,0,304,20,2000,2000,1,33554434,2048,0,0,0,0,0,0,215,320,44,10,76,21268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,18.9,3,1,0,0,0,0,0,0,0,150,1,100859909,2097152,'',12340),(21269,0,0,0,0,0,26081,0,0,0,'Devastation','',NULL,0,70,70,1,16,0,1.2,1.2,1,1,252,357,0,304,20,2000,2000,1,33554434,2048,0,0,0,0,0,0,215,320,44,10,72,21269,0,0,0,0,0,0,0,0,36982,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,22.05,3,1,0,0,0,0,0,0,0,150,1,100859909,2097152,'',12340),(21270,0,0,0,0,0,26080,0,0,0,'Cosmic Infuser','',NULL,0,70,70,1,16,0,1.2,1.2,1,1,252,357,0,304,20,2000,2000,1,33554434,2048,0,0,0,0,0,0,215,320,44,10,72,21270,0,0,0,0,0,0,0,0,36983,36985,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25.2,3,1,0,0,0,0,0,0,0,150,1,100859909,2097152,'',12340),(21271,0,0,0,0,0,26082,0,0,0,'Infinity Blades','',NULL,0,70,70,1,16,0,1.2,1.2,1,1,252,357,0,304,20,1350,2000,1,33554434,2048,0,0,0,0,0,0,215,320,44,10,72,21271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18.9,3,1,0,0,0,0,0,0,0,150,1,100859909,2097152,'',12340),(21272,0,0,0,0,0,26086,0,0,0,'Warp Slicer','',NULL,0,70,70,1,16,0,1.2,1.2,1,1,252,357,0,304,20,2000,2000,1,33554434,2048,0,0,0,0,0,0,215,320,44,10,72,21272,0,0,0,0,0,0,0,0,36991,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25.2,3,1,0,0,0,0,0,0,0,150,1,100859909,2097152,'',12340),(21273,0,0,0,0,0,26084,0,0,0,'Phaseshift Bulwark','',NULL,0,70,70,1,16,0,1.2,1.2,1,3,252,357,0,304,20,2000,2000,1,33554434,2048,0,0,0,0,0,0,215,320,44,10,76,21273,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,28.35,3,1,0,0,0,0,0,0,0,150,1,100859909,2097152,'',12340),(21274,0,0,0,0,0,26085,0,0,0,'Staff of Disintegration','',NULL,0,70,70,1,16,0,1.2,1.2,1,1,252,357,0,304,20,2000,2000,1,33554434,2048,0,0,0,0,0,0,215,320,44,10,72,21274,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15.75,3,1,0,0,0,0,0,0,0,150,1,100859909,2097152,'',12340),(21278,0,0,0,0,0,14532,0,0,0,'Designer Island Gnome Caster [PH]','',NULL,0,66,66,0,210,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21281,0,0,0,0,0,4626,15880,0,0,'Designer Island Gnome Spell Target','',NULL,0,1,1,0,954,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21297,0,0,0,0,0,4449,19595,0,0,'Invis Invisibility Caster','',NULL,0,1,1,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21298,0,0,0,0,0,20470,0,0,0,'Coilfang Serpentguard',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,21298,0,0,0,0,0,0,0,0,38599,0,0,0,0,0,0,0,0,0,3596,18201,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,167,1,616775679,0,'',12340),(21299,0,0,0,0,0,20641,0,0,0,'Coilfang Fathom-Witch',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,21299,0,0,0,0,0,0,0,0,38626,38627,38628,0,0,0,0,0,0,0,3589,18164,'SmartAI',0,3,1,17.5,15,1,0,0,0,0,0,0,0,167,1,616775679,0,'',12340),(21320,0,0,0,0,0,16587,0,0,0,'Vision Guide Transform','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21321,0,0,0,0,0,17035,11686,0,0,'Vision Guide Kill Credit Trigger','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21329,0,0,0,0,0,17889,0,0,0,'JAB Nether Serpent','',NULL,0,70,70,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21355,0,0,0,0,0,20242,0,0,0,'Invisible Man Mount 20','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21356,0,0,0,0,0,19028,0,0,0,'Designer Island Bear Orc Leader [PH]','',NULL,0,60,60,1,1697,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21358,0,0,0,0,0,17332,0,0,0,'Designer Island Tauren Herder [PH]','',NULL,0,69,70,1,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(21360,0,0,0,0,0,1126,17200,0,0,'Terokkar - Bone Wastes - Nether Orb Blue','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,181,1,0,128,'',12340),(21361,0,0,0,0,0,4259,4260,4602,4601,'Designer Island Orc Trainee [PH]','',NULL,0,65,65,0,106,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21363,0,0,0,0,0,16480,16946,0,0,'Terokkar - Bone Wastes - Portal Trigger','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(21364,0,0,0,0,0,20245,0,0,0,'Phoenix Egg','',NULL,0,70,70,1,16,0,1.2,1.2,1,0,252,357,0,304,1,2000,2000,1,131076,2048,0,0,0,0,0,0,215,320,44,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,650854271,2097410,'',12340),(21366,0,0,0,0,0,16480,19595,0,0,'Terokkar - Bone Wastes - Portal Trigger 02','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(21367,0,0,0,0,0,3258,3257,0,0,'Designer Island Battle Participant A [PH]','',NULL,0,64,65,0,11,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21369,0,0,0,0,0,15294,15294,0,0,'Flame Strike Trigger (Kael)','',NULL,0,73,73,1,16,0,1.2,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,100,1,650854271,130,'',12340),(21371,0,0,0,0,0,3612,0,0,0,'Designer Island Hungry Farmer [PH]','',NULL,0,23,24,1,123,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21372,0,0,0,0,0,17796,0,0,0,'Rubicund Silkwing','',NULL,0,65,66,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,37,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13108,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21374,0,0,0,0,0,20247,0,0,0,'Rubicund Silkwing Larva','',NULL,0,65,66,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21388,0,0,0,0,0,4259,4260,4602,4601,'Designer Island Horde [PH]','',NULL,0,64,65,0,1692,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21390,0,0,0,0,0,19222,0,0,0,'Sir David Adams','',NULL,0,64,65,1,1814,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21392,0,0,0,0,0,12310,0,0,0,'Earthen Familiar','Minion of Borak',NULL,0,65,65,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21401,0,0,0,0,0,19222,0,0,0,'Designer Island Alliance [PH]','',NULL,0,64,65,0,1814,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21406,0,0,0,0,0,19980,0,0,0,'Netherwing Drake','',NULL,0,69,69,1,1824,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21407,0,0,0,0,0,19537,0,0,0,'Netherwing Dragon','',NULL,0,70,70,1,1824,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21412,0,0,0,0,0,19028,0,0,0,'Designer Island Horde Leader','',NULL,0,65,65,1,1692,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21415,0,0,0,0,0,4259,4260,4602,4601,'Designer Island Horde Archer [PH]','',NULL,0,64,65,0,1692,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21418,0,0,0,0,0,10811,17612,0,0,'Invis Infernal Target','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21421,0,0,0,0,0,19222,0,0,0,'Designer Island Alliance Archer [PH]','',NULL,0,64,65,0,1814,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21424,0,0,0,0,0,20287,20287,20288,20289,'Terokkar - Bone Wastes - Draenei Soul','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,181,1,0,0,'',12340),(21473,0,0,0,0,0,1126,17200,0,0,'Bone Wastes - Beam Target 01','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,181,1,0,128,'',12340),(21479,0,0,0,0,0,18213,0,0,0,'(PH) Fel Orc Berserker','',NULL,0,69,69,1,1813,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21480,0,0,0,0,0,20307,0,0,0,'Outland Ravager Elite Green','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21481,0,0,0,0,0,20298,0,0,0,'Outland Ravager Elite Orange','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21482,0,0,0,0,0,20299,0,0,0,'Outland Ravager Elite Purple','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21490,0,0,0,0,0,20322,20316,20319,20321,'Horde Transporter Malfunction','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21491,0,0,0,0,0,20323,20317,20320,20318,'Alliance Transporter Malfunction','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21495,0,0,0,0,0,20327,0,0,0,'Raven Vision','',NULL,0,60,60,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,26,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,0.3,1,0,0,0,0,0,0,0,149,1,0,2,'',12340),(21508,0,0,0,0,0,1004,0,0,0,'Coilfang Frenzy',NULL,NULL,0,70,70,0,14,0,1,1.14286,1,1,252,357,0,304,7,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,20,1,1,0,0,0,0,0,0,0,188,1,616775679,0,'',12340),(21511,0,0,0,0,0,11686,0,0,0,'[DND]Kaliri Aura Dispel','',NULL,0,1,1,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21513,0,0,0,0,0,20407,0,0,0,'Outland Rock Flayer Elite PurpleRed','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20620,0,0,0,0,0,18388,0,0,0,'Coilfang Engineer (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,17721,17721,0,0,0,0,0,0,0,40332,6533,0,0,0,0,0,0,0,0,2018,2644,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20594,0,0,0,0,0,16578,0,0,0,'Shattered Hand Sharpshooter (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1420,1667,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,16704,0,0,0,0,0,0,0,35945,22907,37551,0,0,0,0,0,0,0,1928,2528,'',1,3,1,1.75,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20593,0,0,0,0,0,19277,0,0,0,'Shattered Hand Sentry (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,16507,0,0,0,0,0,0,0,37511,31553,0,0,0,0,0,0,0,0,2608,3416,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20592,0,0,0,0,0,17727,0,0,0,'Shattered Hand Scout (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.025,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(20587,0,0,0,0,0,17013,0,0,0,'Shattered Hand Heathen (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,17420,0,0,0,0,0,0,0,35949,30485,0,0,0,0,0,0,0,0,2524,3306,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20586,0,0,0,0,0,17183,0,0,0,'Shattered Hand Gladiator (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,17464,0,0,0,0,0,0,0,16856,0,0,0,0,0,0,0,0,0,1848,2422,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20585,0,0,0,0,0,16969,0,0,0,'Shattered Hand Executioner (1)','',NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,13,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,20585,0,0,0,0,0,0,0,0,11876,15284,0,0,0,0,0,0,0,0,2018,7982,'',0,3,1,3.915,1,1,0,31716,0,0,0,0,0,0,1,0,2,'',12340),(20584,0,0,0,0,0,17186,0,0,0,'Shattered Hand Champion (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,16507,17671,0,0,0,0,0,0,0,32588,32587,11972,0,0,0,0,0,0,0,2616,3426,'',1,3,1,5.265,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20583,0,0,0,0,0,17185,0,0,0,'Shattered Hand Centurion (1)','',NULL,0,71,71,1,2120,0,1.48,1.14286,1,1,299,426,0,308,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,20583,17465,0,0,0,0,0,0,0,31403,16145,0,0,0,0,0,0,0,0,2616,3426,'',1,3,1,5.265,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20582,0,0,0,0,0,16577,0,0,0,'Shattered Hand Brawler (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,16593,0,0,0,0,0,0,0,3391,36033,36020,0,0,0,0,0,0,0,2018,2644,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20570,0,0,0,0,0,15294,0,0,0,'Lesser Shadow Fissure (1)','',NULL,0,71,71,1,16,0,0.01,1.14286,1,0,299,426,0,308,1,1400,2000,1,33554434,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(20550,0,0,0,0,0,18165,0,0,0,'Young Thrall (Equipped) (1)','',NULL,0,1,1,0,1747,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20549,0,0,0,0,0,592,299,0,298,'Troll Berserker (1)','',NULL,0,65,65,1,99,0,1.48,1.14286,1,1,200,281,0,278,13,1400,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20548,0,0,0,0,0,17292,0,0,0,'Thrall (1)','',NULL,7499,67,67,1,1747,3,1,1,1,1,225,314,0,288,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20547,0,0,0,0,0,18265,18266,18267,18268,'Tarren Mill Protector (1)','',NULL,0,70,72,1,1748,0,1.48,1.14286,1,1,304,436,0,296,5.9,1400,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,0,18093,18093,0,0,0,0,0,0,0,29380,15496,32588,17843,0,0,0,0,0,0,1496,1964,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20540,0,0,0,0,0,11570,0,0,0,'Ogre Brawler (1)','',NULL,0,65,65,1,41,0,1.48,1.14286,1,1,200,281,0,278,13,1400,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20539,0,0,0,0,0,19310,19311,19312,19313,'Lordaeron Watchman Specimen (1)','',NULL,0,70,70,0,1749,0,1.05,1.14286,1,1,2,2,0,24,13,2000,2000,1,33588032,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20527,0,0,0,0,0,17999,18000,18001,18002,'Durnholde Sentry (1)','',NULL,0,70,71,1,1748,0,1.48,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,17819,17819,0,0,0,0,0,0,0,15496,9080,14895,0,0,0,0,0,0,0,1748,2294,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20526,0,0,0,0,0,17979,17980,17982,17983,'Durnholde Rifleman (1)','',NULL,0,71,71,1,1748,0,1.48,1.14286,1,1,299,426,0,308,5.9,1400,1,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,17820,17820,0,0,0,0,0,0,0,22907,38383,0,0,0,0,0,0,0,0,1748,2294,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20524,0,0,0,0,0,18161,0,0,0,'Durnholde Cook (1)','',NULL,0,70,71,1,634,0,1.125,1.14286,1,0,299,426,0,308,5.9,1400,2000,1,768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20523,0,0,0,0,0,18160,0,0,0,'Durnholde Armorer (1)','',NULL,0,69,69,1,634,0,1.125,1.14286,1,0,245,346,0,298,5.9,1400,2000,1,768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20522,0,0,0,0,0,11686,0,0,0,'CoT Hillsbrad Despawn Trigger Unit (1)','',NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20521,0,0,0,0,0,17387,0,0,0,'Captain Skarloc (1)','',NULL,0,72,72,1,1748,0,1,1.14286,1,1,304,436,0,296,13,1500,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,20521,17862,0,0,0,0,0,0,0,29380,13005,31904,8258,0,0,0,0,0,0,5496,7186,'',1,3,1,16.2,10,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),(20323,0,0,0,0,0,17938,17939,17940,17941,'Unliving Stalker (1)','',NULL,0,70,71,1,16,0,1.125,1.14286,1,0,296,424,0,290,1,1362,2000,2,0,2048,0,0,0,0,0,0,260,387,37,6,0,18501,0,0,0,0,0,0,0,0,16100,37551,0,0,0,0,0,0,0,0,516,684,'',1,3,1,1.61,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(20322,0,0,0,0,0,17932,17933,17934,17935,'Unliving Sorcerer (1)','',NULL,0,71,71,1,16,0,1.125,1.14286,1,0,296,424,0,290,5.9,1376,2000,2,0,2048,0,0,0,0,0,0,260,387,37,6,0,18499,0,0,0,0,0,0,0,0,17290,15530,22424,0,0,0,0,0,0,0,512,680,'',1,3,1,1.61,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(20321,0,0,0,0,0,17920,17921,17922,17923,'Unliving Soldier (1)','',NULL,0,70,71,1,16,0,1.125,1.14286,1,0,299,426,0,308,5.9,1362,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,18498,0,0,0,0,0,0,0,0,11972,33633,0,0,0,0,0,0,0,0,572,756,'',1,3,1,1.61,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(20320,0,0,0,0,0,17928,17929,17930,17931,'Unliving Cleric (1)','',NULL,0,70,71,1,16,0,1.125,1.14286,1,0,296,424,0,290,1,1377,2000,2,0,2048,0,0,0,0,0,0,260,387,37,6,0,18500,0,0,0,0,0,0,0,0,33324,38210,0,0,0,0,0,0,0,0,500,662,'',1,3,1,1.61,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(20319,0,0,0,0,0,19235,0,0,0,'Spirit of Exarch Maladaar (1)','',NULL,0,67,67,1,35,0,1.48,1.14286,1,1,204,287,0,272,13,1400,2000,2,0,2048,0,0,0,0,0,0,170,253,31,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,22.6125,5,1,0,0,0,0,0,0,0,167,1,8388624,2,'',12340),(20318,0,0,0,0,0,18916,0,0,0,'Shirrak the Dead Watcher (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,304,436,0,296,5.9,1377,2000,2,0,2048,0,0,0,0,0,0,268,399,40,6,72,20318,0,0,0,0,0,0,0,0,39382,32265,0,0,0,0,0,0,0,0,10418,13616,'',0,1,1,21.2625,5,1,0,0,0,0,0,0,0,167,1,617299803,1,'',12340),(20317,0,0,0,0,0,18138,0,0,0,'Reanimated Bones (1)','',NULL,0,71,72,1,16,0,1.125,1.14286,1,0,307,438,0,314,5.9,1390,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,13444,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.729,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(20316,0,0,0,0,0,25873,0,0,0,'Raging Soul (1)','',NULL,0,70,71,1,16,0,1.125,1.14286,1,0,296,424,0,290,1,1376,2000,2,0,2048,0,0,0,0,0,0,260,387,37,10,0,0,0,0,0,0,0,0,0,0,41253,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7425,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(20315,0,0,0,0,0,17991,17992,0,0,'Raging Skeleton (1)','',NULL,0,69,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1390,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,18521,18521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2684,3514,'',1,1,1,3.915,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),(20314,0,0,0,0,0,11686,0,0,0,'Pool of Souls (1)','',NULL,0,1,1,0,16,0,1.125,1.14286,1,0,2,2,0,24,1,1400,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.08,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20313,0,0,0,0,0,17938,17939,17940,17941,'Phasing Stalker (1)','',NULL,0,70,71,1,7,0,1.125,1.14286,1,0,296,424,0,290,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,260,387,37,6,0,18559,0,0,0,0,0,0,0,0,16100,37551,0,0,0,0,0,0,0,0,390,518,'',1,3,1,1.15,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(20312,0,0,0,0,0,17932,17933,17934,17935,'Phasing Sorcerer (1)','',NULL,0,70,71,1,7,0,1.125,1.14286,1,0,296,424,0,290,1,1362,2000,2,0,2048,0,0,0,0,0,0,260,387,37,6,0,18558,0,0,0,0,0,0,0,0,17290,15530,22424,0,0,0,0,0,0,0,386,512,'',1,3,1,1.15,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(20311,0,0,0,0,0,17920,17921,17922,17923,'Phasing Soldier (1)','',NULL,0,70,71,1,7,0,1.125,1.14286,1,0,299,426,0,308,5.9,1376,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,18556,0,0,0,0,0,0,0,0,11972,33633,0,0,0,0,0,0,0,0,458,606,'',1,3,1,1.15,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(20310,0,0,0,0,0,17928,17929,17930,17931,'Phasing Cleric (1)','',NULL,0,70,71,1,7,0,1.125,1.14286,1,0,296,424,0,290,1,1376,2000,2,0,2048,0,0,0,0,0,0,260,387,37,6,0,18557,0,0,0,0,0,0,0,0,33324,38210,0,0,0,0,0,0,0,0,410,546,'',1,3,1,1.15,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(20309,0,0,0,0,0,17936,17937,0,0,'Phantasmal Possessor (1)','',NULL,0,71,71,1,16,0,1.125,1.14286,1,0,255,373,0,137,1,1400,2000,8,0,2048,0,0,0,0,0,0,240,358,31,6,0,18503,0,0,0,0,0,0,0,0,33401,0,0,0,0,0,0,0,0,0,288,384,'',1,3,1,0.8,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(20308,0,0,0,0,0,1126,0,0,0,'Focus Fire (1)','',NULL,0,72,72,0,16,0,1.125,1.14286,1,0,2,2,0,24,1,1400,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),(20307,0,0,0,0,0,11686,0,0,0,'Flying Raging Soul (1)','',NULL,0,65,65,1,35,0,1.125,1.14286,1,0,186,260,0,262,1,1400,2000,2,0,2048,0,0,0,0,0,0,153,227,29,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20306,0,0,0,0,0,17715,0,0,0,'Exarch Maladaar (1)','',NULL,0,72,72,1,16,0,1.6,1.71429,1,1,304,436,0,296,5.9,1391,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,72,20306,18373,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11272,14730,'',0,1,1,22.275,5,1,0,33836,0,0,0,0,0,167,1,617299803,1,'',12340),(20305,0,0,0,0,0,12432,0,0,0,'Stolen Soul (1)','',NULL,0,69,72,1,16,0,1.125,1.14286,1,0,307,438,0,314,1,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,32395,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.08,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(20304,0,0,0,0,0,11686,0,0,0,'Cosmetic Raging Soul (1)','',NULL,0,66,66,1,35,0,1.125,1.14286,1,0,195,273,0,266,1,1400,2000,2,0,2048,0,0,0,0,0,0,161,240,29,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20303,0,0,0,0,0,18142,0,0,0,'Avatar of the Martyred (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,13,1391,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,72,20303,0,0,0,0,0,0,0,0,16856,16145,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6.4125,1,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),(20302,0,0,0,0,0,17942,17943,17944,17945,'Auchenai Vindicator (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,296,424,0,290,5.9,1376,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,18495,18495,0,0,0,0,0,0,0,38379,17439,0,0,0,0,0,0,0,0,2086,2732,'',1,1,1,3.915,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20301,0,0,0,0,0,17924,17925,17926,17927,'Auchenai Soulpriest (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,296,424,0,290,5.9,1376,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,18493,18493,0,0,0,0,0,0,0,32859,38377,38378,0,0,0,0,0,0,0,2086,2732,'',1,1,1,3.915,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20300,0,0,0,0,0,18077,18078,18079,18080,'Auchenai Necromancer (1)','',NULL,0,69,72,1,16,0,1.48,1.14286,1,1,304,436,0,296,5.9,1391,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,18702,18702,0,0,0,0,0,0,0,35839,33325,47835,0,0,0,0,0,0,0,3278,4292,'',1,1,1,6.075,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20299,0,0,0,0,0,17910,17911,17912,17919,'Auchenai Monk (1)','',NULL,0,69,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1376,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,18497,18497,0,0,0,0,0,0,0,32846,37321,32849,38168,0,0,0,0,0,0,2766,3620,'',1,1,1,4.185,1,1,0,0,0,0,0,0,0,167,1,80426843,0,'',12340),(20298,0,0,0,0,0,17970,17990,0,0,'Angered Skeleton (1)','',NULL,0,70,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,5.9,1377,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,0,18524,18524,0,0,0,0,0,0,0,32885,0,0,0,0,0,0,0,0,0,2598,3404,'',1,1,1,3.915,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),(20268,0,0,0,0,0,19332,0,0,0,'Tavarok (1)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,307,438,0,314,5.9,1200,2000,1,64,2048,0,0,0,0,0,0,270,401,53,5,576,20268,0,70063,0,0,0,0,0,0,38761,32361,33919,0,0,0,0,0,0,0,7954,10396,'',1,3,1,20.25,1,1,0,0,0,0,0,0,0,121,1,617299803,1,'',12340),(20267,0,0,0,0,0,19338,0,0,0,'Pandemonius (1)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,307,438,5,314,5.9,1200,2000,1,64,2048,0,0,0,0,0,0,270,401,53,3,64,20267,0,0,0,0,0,0,0,0,38759,38760,0,0,0,0,0,0,0,0,9568,12506,'',1,3,1,16.2,1,1,0,0,0,0,0,0,0,121,1,617299803,1,'',12340),(20266,0,0,0,0,0,19780,0,0,0,'Nexus-Prince Shaffar (1)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,304,436,0,296,5.9,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,7,72,20266,18344,0,0,0,0,0,0,0,34605,32363,32365,32364,0,0,0,0,0,0,7614,9952,'',1,3,1,24.3,10,1,0,33835,28490,0,0,0,0,0,1,617299803,1,'',12340),(20265,0,0,0,0,0,18050,0,0,0,'Nexus Terror (1)','',NULL,0,70,70,1,14,0,1.2,1.14286,1,1,252,357,5,304,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,2,19307,0,0,0,0,0,0,0,0,34925,38065,34322,0,0,0,0,0,0,0,2762,3616,'',1,3,1,7.0875,1,1,0,0,0,0,0,0,0,0,1,12787217,0,'',12340),(20264,0,0,0,0,0,20468,0,0,0,'Nexus Stalker (1)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,307,438,0,314,5.9,1400,2000,1,64,2048,0,0,0,0,0,0,270,401,53,7,64,18314,18314,0,0,0,0,0,0,0,34940,33925,0,0,0,0,0,0,0,0,1746,2288,'',1,3,1,3.91,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(20263,0,0,0,0,0,16217,0,0,0,'Mana Leech (1)','',NULL,0,70,70,1,16,0,1.2,1.14286,1,0,234,331,0,286,5.9,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,1,0,19306,0,0,0,0,0,0,0,0,34933,25602,15785,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(20262,0,0,0,0,0,15438,0,0,0,'Ethereal Wraith (1)','',NULL,0,69,72,0,16,0,1.2,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,4,0,0,0,0,0,0,0,0,0,0,34934,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.025,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(20261,0,0,0,0,0,21004,0,0,0,'Ethereal Theurgist (1)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,263,384,0,140,5.9,1600,2000,8,64,2048,0,0,0,0,0,0,247,369,34,7,64,18315,18315,0,0,0,0,0,0,0,17145,13323,32316,15580,0,0,0,0,0,0,1238,1628,'',1,3,1,3.915,10,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20260,0,0,0,0,0,20986,0,0,0,'Ethereal Spellbinder (1)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,263,384,0,140,5.9,1500,2000,8,64,2048,0,0,0,0,0,0,247,369,34,7,64,18312,18312,0,0,0,0,0,0,0,37470,17883,32316,0,0,0,0,0,0,0,1236,1622,'',1,3,1,3,10,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20259,0,0,0,0,0,21004,0,0,0,'Ethereal Sorcerer (1)','',NULL,0,71,71,1,16,0,1.2,1.14286,1,1,255,373,0,137,5.9,2000,2000,8,64,2048,0,0,0,0,0,0,240,358,31,7,64,18313,18313,0,0,0,0,0,0,0,15791,25603,0,0,0,0,0,0,0,0,1656,2174,'',1,3,1,3.5,10,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20258,0,0,0,0,0,19778,0,0,0,'Ethereal Scavenger (1)','',NULL,0,70,70,1,16,0,1.2,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,64,18309,18309,0,0,0,0,0,0,0,33871,33865,34920,0,0,0,0,0,0,0,2082,2728,'',1,3,1,3.2,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20257,0,0,0,0,0,21005,0,0,0,'Ethereal Priest (1)','',NULL,0,71,71,1,16,0,1.2,1.14286,1,1,255,373,0,137,5.9,1800,2000,8,64,2048,0,0,0,0,0,0,240,358,31,7,64,18317,18331,0,0,0,0,0,0,0,22883,34944,17139,0,0,0,0,0,0,0,1232,1618,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20256,0,0,0,0,0,20987,0,0,0,'Ethereal Darkcaster (1)','',NULL,0,71,71,1,16,0,1.2,1.14286,1,1,255,373,0,137,5.9,2000,2000,8,64,2048,0,0,0,0,0,0,240,358,31,7,64,18331,0,0,0,0,0,0,0,0,34930,34942,16592,0,0,0,0,0,0,0,1236,1622,'',1,3,1,3.2,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20255,0,0,0,0,0,20466,0,0,0,'Ethereal Crypt Raider (1)','',NULL,0,70,70,1,16,0,1.2,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,64,18311,18311,0,0,0,0,0,0,0,31403,22911,8599,32315,0,0,0,0,0,0,2506,3284,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20254,0,0,0,0,0,25866,0,0,0,'Ethereal Beacon (1)','',NULL,0,70,71,1,16,0,4,1.42857,1,0,296,424,0,290,5.9,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,64,0,0,0,0,0,0,0,0,0,15254,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,156,1,0,0,'',12340),(21629,0,0,0,0,0,4449,20366,0,0,'Box','',NULL,0,1,1,1,190,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21630,0,0,0,0,0,20350,20351,20354,20355,'Blood Elf Male Illusion ALEX','',NULL,0,70,70,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21631,0,0,0,0,0,20352,20353,20356,20357,'Blood Elf Female Illusion ALEX','',NULL,0,70,70,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21634,0,0,0,0,0,20375,0,0,0,'Forest Strider','',NULL,0,65,66,1,35,0,1.2,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,12,0,0,0,0,175,260,37,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13091,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(21635,0,0,0,0,0,21268,0,0,0,'Afrazi Forest Strider','',NULL,0,70,70,1,1555,0,1.2,1.14286,1,0,252,357,0,304,1,1300,2000,1,0,2048,0,12,0,0,0,0,215,320,44,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21642,0,0,0,0,0,19320,0,0,0,'Alrumi','Reagents & Poison Supplies',NULL,0,65,65,1,1779,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20253,0,0,0,0,0,19646,0,0,0,'Ethereal Apprentice (1)','',NULL,0,71,71,1,16,0,1.2,1.14286,1,0,296,424,0,290,1,2000,2000,2,64,2048,0,0,0,0,0,0,260,387,37,7,64,0,0,0,0,0,0,0,0,0,32369,32370,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20252,0,0,0,0,0,19702,0,0,0,'Arcane Fiend (1)','',NULL,0,70,71,1,16,0,1.2,1.14286,1,0,296,424,0,290,5.9,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,4,64,0,0,0,0,0,0,0,0,0,15253,33860,15122,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4725,5,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),(20193,0,0,0,0,0,18401,0,0,0,'Wrathfin Warrior (1)','',NULL,0,71,71,1,74,0,1.48,1.14286,1,1,299,426,0,308,5.9,1347,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17735,17735,0,0,0,0,0,0,0,11972,11976,8599,0,0,0,0,0,0,0,2592,3394,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,75631311,0,'',12340),(21653,0,0,0,0,0,20544,0,0,0,'Time-Lost Skettis Spirit [PH]','',NULL,0,70,70,1,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21665,0,0,0,0,0,20405,0,0,0,'Outland Rock Flayer Elite PurplePurple','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21666,0,0,0,0,0,20400,0,0,0,'Outland Rock Flayer Elite PurpleBlue','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21667,0,0,0,0,0,20408,0,0,0,'Outland Rock Flayer Elite PinkBlue','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21668,0,0,0,0,0,20399,0,0,0,'Outland Rock Flayer Elite GreyRed','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21669,0,0,0,0,0,20409,0,0,0,'Outland Rock Flayer Elite GreyPurple','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21670,0,0,0,0,0,20410,0,0,0,'Outland Rock Flayer Elite GreyGrey','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21671,0,0,0,0,0,20404,0,0,0,'Outland Rock Flayer Elite GreenYellow','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21672,0,0,0,0,0,20406,0,0,0,'Outland Rock Flayer Elite GreenPurple','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21673,0,0,0,0,0,20401,0,0,0,'Outland Rock Flayer Elite GreenOrange','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21674,0,0,0,0,0,20411,0,0,0,'Outland Rock Flayer Elite GreenGreen','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21675,0,0,0,0,0,20415,0,0,0,'Outland Rock Flayer Elite BrownYellow','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21676,0,0,0,0,0,20402,0,0,0,'Outland Rock Flayer Elite BrownWhite','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21677,0,0,0,0,0,20281,0,0,0,'Outland Rock Flayer Elite BrownRed','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21678,0,0,0,0,0,20414,0,0,0,'Outland Rock Flayer Elite BlueWhite','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21679,0,0,0,0,0,20413,0,0,0,'Outland Rock Flayer Elite BlueGreen','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21680,0,0,0,0,0,20403,0,0,0,'Outland Rock Flayer Elite BlueBrown','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21681,0,0,0,0,0,20412,0,0,0,'Outland Rock Flayer Elite BlueBlue','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21688,0,0,0,0,0,17721,0,0,0,'Oronok\'s Mount','',NULL,0,70,70,0,1729,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(21689,0,0,0,0,0,1004,0,0,0,'Coilfang Frenzy Corpse',NULL,NULL,0,70,70,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,20,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(21697,21712,0,0,0,0,20513,0,0,0,'Infinite Chrono-Lord',NULL,NULL,0,72,72,1,168,0,1,1.14286,1,1,304,436,0,296,7.5,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,2,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,10,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_chrono_lord_deja',12340),(21698,22167,0,0,0,0,19066,0,0,0,'Infinite Timereaver',NULL,NULL,0,72,72,1,168,0,1,1.14286,1,1,307,438,0,314,7.5,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,144,1,650854271,2097408,'boss_temporus',12340),(20192,0,0,0,0,0,18400,0,0,0,'Wrathfin Sentry (1)','',NULL,0,71,71,1,74,0,1.48,1.14286,1,1,299,426,0,308,5.9,1347,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17727,17727,0,0,0,0,0,0,0,11972,11976,0,0,0,0,0,0,0,0,2592,3394,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,75631327,0,'',12340),(21758,0,0,0,0,0,13069,0,0,0,'Oscillating Frequency Scanner Base Bunny','',NULL,0,67,67,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21762,0,0,0,0,0,20387,0,0,0,'Illidari Tormentor','Servant of Illidan',NULL,0,68,69,1,1813,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),(21781,0,0,0,0,0,13069,0,0,0,'Oscillating Frequency Scanner Top Bunny (Target)','',NULL,0,67,67,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20191,0,0,0,0,0,18399,0,0,0,'Wrathfin Myrmidon (1)','',NULL,0,71,71,1,74,0,1.48,1.14286,1,1,299,426,0,308,5.9,1347,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17726,17726,0,0,0,0,0,0,0,37973,0,0,0,0,0,0,0,0,0,2592,3394,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,75631311,0,'',12340),(21799,0,0,0,0,0,20476,0,0,0,'Wyrm from Beyond Transform','',NULL,0,66,66,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(21800,0,0,0,0,0,17035,11686,0,0,'Singing Ridge Summon Bunny','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21806,0,0,0,0,0,20638,0,0,0,'Greyheart Spellbinder',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,17,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,0,0,0,0,0,0,0,0,0,37531,39076,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,14,25,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(21812,0,0,0,0,0,20479,0,0,0,'Phantom Leotheras',NULL,NULL,0,73,73,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(21830,0,0,0,0,0,19878,0,0,0,'Beholder (beige)','',NULL,0,69,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21831,0,0,0,0,0,19579,0,0,0,'Beholder (blue)','',NULL,0,69,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21832,0,0,0,0,0,20526,0,0,0,'Beholder (black)','',NULL,0,69,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21833,0,0,0,0,0,20527,0,0,0,'Beholder (gray)','',NULL,0,69,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21834,0,0,0,0,0,20528,0,0,0,'Beholder (green)','',NULL,0,69,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21835,0,0,0,0,0,19877,0,0,0,'Beholder (red)','',NULL,0,69,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21836,0,0,0,0,0,20529,0,0,0,'Beholder (spittle)','',NULL,0,69,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20190,0,0,0,0,0,16273,0,0,0,'Underbog Shambler (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,234,331,0,286,5.9,1332,2000,2,0,2048,0,0,0,0,0,0,198,295,33,4,256,17871,0,80001,0,0,0,0,0,0,37965,37967,31427,0,0,0,0,0,0,0,0,0,'',1,3,1,3.9,2,1,0,0,0,0,0,0,0,0,1,8391696,0,'',12340),(20189,0,0,0,0,0,0,11686,0,0,'Underbog Mushroom (1)','',NULL,0,72,72,1,16,0,0.0001,1.14286,0.1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,10,0,0,0,0,0,0,0,0,0,0,34168,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.1,1,1,0,0,0,0,0,0,0,0,1,612794367,0,'',12340),(21845,0,0,0,0,0,20125,0,0,0,'Leotheras the Blind',NULL,NULL,0,73,73,1,16,0,1,1.14286,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,3,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,350,1,1,0,0,0,0,0,0,0,188,1,617299803,1,'',12340),(21848,0,0,0,0,0,26120,0,0,0,'Massive Seaforium Charge','',NULL,0,70,70,2,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21850,0,0,0,0,0,19406,0,0,0,'Outland Nether Ray, Red','',NULL,0,1,1,1,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21857,0,0,0,0,0,20607,0,0,0,'Inner Demon',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,8,0,0,0,0,0,0,0,0,0,39309,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.04125,1,1,0,0,0,0,0,0,0,121,1,1,0,'npc_inner_demon',12340),(21863,0,0,0,0,0,20560,0,0,0,'Serpentshrine Lurker','',NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,17,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,328,21863,0,80001,0,0,0,0,0,0,38655,38650,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10.5,1,1,0,0,0,0,0,0,0,52,1,0,0,'',12340),(21865,21919,0,0,0,0,19365,0,0,0,'Coilfang Ambusher',NULL,NULL,0,70,70,1,14,0,1,1.14286,1,1,234,331,0,286,17,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,37770,37790,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(21866,0,0,0,0,0,18824,18825,18826,0,'Reanimated Spirit','',NULL,0,70,70,1,21,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,17014,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(21871,0,0,0,0,0,6197,16925,0,0,'Disembodied Spirit','',NULL,0,60,60,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(21873,21918,0,0,0,0,18384,0,0,0,'Coilfang Guardian',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,17,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,28168,9080,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(21874,0,0,0,0,0,14514,0,0,0,'Water Walker Elemental',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,72,0,0,0,0,0,0,0,0,0,46983,32012,23920,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(21875,0,0,0,0,0,20568,0,0,0,'Shadow of Leotheras',NULL,NULL,0,73,73,1,16,0,2,2.4,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,3,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,350,1,1,0,0,0,0,0,0,0,188,1,650723199,1,'',12340),(21880,0,0,0,0,0,1126,11686,0,0,'Exploding Rune','',NULL,0,20,20,0,1620,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21881,0,0,0,0,0,20578,0,0,0,'Blood Elf Male Illusion','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21882,0,0,0,0,0,20579,0,0,0,'Blood Elf Female Illusion','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21883,0,0,0,0,0,20580,0,0,0,'Gnome Male Illusion','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21884,0,0,0,0,0,20581,0,0,0,'Gnome Female Illusion','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21885,0,0,0,0,0,20582,0,0,0,'Goblin Male Illusion','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21886,0,0,0,0,0,20583,0,0,0,'Goblin Female Illusion','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21887,0,0,0,0,0,20584,0,0,0,'Tauren Female Illusion','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21888,0,0,0,0,0,20585,0,0,0,'Tauren Male Illusion','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21889,21991,0,0,0,0,20586,0,0,0,'Sethekk Slayer','',NULL,0,67,68,1,16,0,1.2,1.14286,1,1,231,325,0,292,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,64,0,0,0,0,0,0,0,0,0,33967,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21900,0,0,0,0,0,8411,0,0,0,'Frightwing','',NULL,0,68,69,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,30819,0,0,0,0,0,149,1,0,0,'',12340),(21910,0,0,0,0,0,17035,11686,0,0,'Ride the Lightning Kill Credit Trigger','',NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21913,0,0,0,0,0,20782,0,0,0,'Water Globule',NULL,NULL,0,73,73,1,14,0,0.5,0.5,1,1,316,450,0,320,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,9.8,1,1,0,0,0,0,0,0,0,69,1,0,0,'',12340),(20187,0,0,0,0,0,17758,12293,0,0,'Underbog Lord (1)','',NULL,0,71,71,1,14,0,1.48,1.14286,1,1,299,426,0,308,5.9,1347,2000,1,0,2048,0,0,0,0,0,0,262,389,48,5,256,17734,0,80001,0,0,0,0,0,0,32065,25778,40318,8599,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,144,1,617562111,0,'',12340),(20186,0,0,0,0,0,17753,0,0,0,'Underbat Swarmer (1)','',NULL,0,62,63,1,1713,0,1.2,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,33,0,0,0,0,147,219,32,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13087,0,0,0,'',0,3,1,0.405,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(20185,0,0,0,0,0,17752,0,0,0,'Underbat (1)','',NULL,0,70,70,1,1712,0,1.48,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,0,2048,0,33,0,0,0,0,215,320,44,1,1,17724,0,70065,0,0,0,0,0,0,37956,0,0,0,0,0,0,0,12956,0,0,0,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,133,1,8522768,0,'',12340),(20184,0,0,0,0,0,18194,0,0,0,'The Black Stalker (1)','',NULL,0,72,72,1,14,0,1.48,1.14286,1,1,304,436,0,296,5.9,1362,2000,2,64,2048,0,0,0,0,0,0,268,399,40,1,8,20184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11266,14720,'',1,3,1,21.6,10,1,0,33826,24248,24427,0,0,0,0,1,617037823,1,'',12340),(20183,0,0,0,0,0,18570,0,0,0,'Swamplord Musel\'ek (1)','',NULL,0,72,72,1,74,0,1.48,1.14286,1,1,304,436,0,296,5.9,1362,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,8,20183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7866,10280,'',1,3,1,15.1875,20,1,0,0,0,0,0,0,0,0,1,617037823,1,'',12340),(20182,0,0,0,0,0,11271,0,0,0,'Overseer Tidewrath (1)','',NULL,0,65,65,1,1693,0,1.2,1.14286,1,1,200,281,0,278,13,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21920,0,0,0,0,0,391,5243,5293,1773,'Tidewalker Lurker',NULL,NULL,0,71,71,1,16,0,2,1.6,1,1,299,426,0,308,17,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,0,0,0,0,0,0,0,0,0,41932,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.75,1,1,0,0,0,0,0,0,0,150,1,650854271,0,'',12340),(21929,0,0,0,0,0,17035,11686,0,0,'Trapping the Light Kill Credit Trigger','',NULL,0,60,65,1,35,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21932,0,0,0,0,0,20609,0,0,0,'Hydross the Unstable','Duke of Currents',NULL,0,63,63,1,16,0,1,1.14286,1,3,181,253,0,268,35,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,4,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,315,40,1,0,0,0,0,0,0,0,164,1,617299803,1,'',12340),(21933,0,0,0,0,0,19725,15880,0,0,'Hydross Beam Helper',NULL,NULL,0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(21934,0,0,0,0,0,19725,15880,0,0,'Hydross Cleansing Field Helper',NULL,NULL,0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(20181,0,0,0,0,0,17756,0,0,0,'Murkblood Tribesman (1)','',NULL,0,71,71,1,51,0,1.48,1.14286,1,1,299,426,0,308,5.9,1346,2000,1,64,2048,0,0,0,0,0,0,262,389,48,7,0,17728,17728,0,0,0,0,0,0,0,12057,0,0,0,0,0,0,0,0,0,2588,3390,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21958,0,0,0,0,0,20076,0,0,0,'Enchanted Elemental',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,188,1,650854271,2,'',12340),(21959,0,0,0,0,0,19215,0,0,0,'Fel Reaver Sentinel Credit','',NULL,0,60,65,1,14,0,1,1.14286,1,1,200,281,0,278,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(21964,0,0,0,0,0,20672,0,0,0,'Fathom-Guard Caribdis',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,30,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,0,0,0,0,0,0,0,0,0,38330,38335,38337,38358,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,105,50,1,0,0,0,0,0,0,0,167,1,650854271,0,'',12340),(21965,0,0,0,0,0,20670,0,0,0,'Fathom-Guard Tidalvess',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,30,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,0,0,0,0,0,0,0,0,0,38234,38236,38304,38306,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,105,50,1,0,0,0,0,0,0,0,167,1,650854271,0,'',12340),(21966,0,0,0,0,0,20671,0,0,0,'Fathom-Guard Sharkkis',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,30,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,0,0,0,0,0,0,0,0,0,38374,38366,38373,29436,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,105,50,1,0,0,0,0,0,0,0,167,1,650854271,0,'',12340),(21972,0,0,0,0,0,20655,0,0,0,'Shadowy Disguise Male Transform','',NULL,0,63,64,1,1750,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21973,0,0,0,0,0,20656,0,0,0,'Shadowy Disguise Female Transform','',NULL,0,63,64,1,1750,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21977,0,0,0,0,0,11375,11376,11377,0,'Gadgetzan Air Strike Caller','',NULL,0,67,67,1,475,0,1.2,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(21980,0,0,0,0,0,20675,0,0,0,'Val\'zareq\'s Hawkstrider','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(21982,0,0,0,0,0,20484,20485,20486,20487,'Wyrmcult Ambusher','',NULL,0,66,66,1,1827,0,1.2,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,9080,43298,6533,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(21987,0,0,0,0,0,18783,13069,0,0,'World Trigger (Tiny)',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(20180,0,0,0,0,0,17757,0,0,0,'Murkblood Spearman (1)','',NULL,0,71,71,1,51,0,1.48,1.14286,1,1,296,424,0,290,5.9,1346,2000,2,64,2048,0,0,0,0,0,0,260,387,37,7,0,17729,17729,0,0,0,0,0,0,0,39413,40317,0,0,0,0,0,0,0,0,2078,2724,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20179,0,0,0,0,0,17648,0,0,0,'Murkblood Oracle (1)','',NULL,0,70,70,1,51,0,1.48,1.14286,1,1,234,331,0,286,5.9,1346,2000,2,64,2048,0,0,0,0,0,0,198,295,33,7,0,17771,17771,0,0,0,0,0,0,0,36807,15228,12248,0,0,0,0,0,0,0,2078,2724,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20178,0,0,0,0,0,17761,0,0,0,'Murkblood Henchman (1)','Murkblood Foreman\'s Flunky',NULL,0,63,64,1,51,0,1.2,1.14286,1,1,194,274,0,272,13,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20177,0,0,0,0,0,17755,0,0,0,'Murkblood Healer (1)','',NULL,0,71,71,1,51,0,1.48,1.14286,1,1,296,424,0,290,13,1346,2000,2,64,2048,0,0,0,0,0,0,260,387,37,7,0,17730,0,0,0,0,0,0,0,0,37979,37978,15585,0,0,0,0,0,0,0,2078,2724,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21994,0,0,0,0,0,19073,0,0,0,'Stoneskin Totem','',NULL,0,4,4,0,58,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22010,0,0,0,0,0,19928,0,0,0,'Cask','',NULL,0,60,60,1,83,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22028,0,0,0,0,0,20731,0,0,0,'Nether Drakonid Boss (Purple)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22029,0,0,0,0,0,20732,0,0,0,'Nether Drakonid (Purple)','',NULL,0,70,70,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22030,0,0,0,0,0,20734,0,0,0,'Nether Drakonid (Blue)','',NULL,0,70,70,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22031,0,0,0,0,0,20733,0,0,0,'Nether Drakonid (Green)','',NULL,0,70,70,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22032,0,0,0,0,0,20735,0,0,0,'Nether Drakonid Boss (Green)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22033,0,0,0,0,0,20736,0,0,0,'Nether Drakonid Boss (Blue)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22034,0,0,0,0,0,20731,0,0,0,'Nether Drakonid Boss (Black)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22035,0,0,0,0,0,5564,0,0,0,'Pure Spawn of Hydross',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,18,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.2,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(22036,0,0,0,0,0,11172,0,0,0,'Tainted Spawn of Hydross',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,18,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.2,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(22041,0,0,0,0,0,4629,0,0,0,'Corrupted Spectre[PH]','',NULL,0,65,66,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(22047,0,0,0,0,0,15464,0,0,0,'Cave Beetle','',NULL,0,63,64,1,188,0,1.2,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22049,0,0,0,0,0,20578,0,0,0,'Blood Elf Male Illusion (Retains Armor)','',NULL,0,70,70,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22050,0,0,0,0,0,20579,0,0,0,'Blood Elf Female Illusion (Retains Armor)','',NULL,0,70,70,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22055,0,0,0,0,0,20772,0,0,0,'Coilfang Elite',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,72,0,0,0,0,0,0,0,0,0,38260,38262,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,144,1,650854271,0,'',12340),(22056,0,0,0,0,0,18194,0,0,0,'Coilfang Strider',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,72,0,0,0,0,0,0,0,0,0,38259,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,113,1,650854271,0,'',12340),(22057,0,0,0,0,0,1126,11686,0,0,'Coilfang Raid Control Emote Stalker',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22067,0,0,0,0,0,19259,0,0,0,'Scryer Dragonhawk',NULL,NULL,0,70,70,1,1838,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,30,0,0,0,0,215,320,44,1,8,0,0,0,0,0,0,0,0,0,20712,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,215,1,0,2,'',12340),(22091,0,0,0,0,0,20231,0,0,0,'Spitfire Totem',NULL,NULL,0,71,71,0,58,0,0.001,1.14286,1,0,299,426,0,308,1,2000,2000,1,4,2048,0,0,0,0,0,0,262,389,48,11,0,0,0,0,0,0,0,0,0,0,8172,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(22104,0,0,0,0,0,11686,0,0,0,'Cyclone (Karathress)',NULL,NULL,0,73,73,1,14,0,4,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,102,1,0,0,'',12340),(22109,0,0,0,0,0,19368,0,0,0,'Skald Bunny','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22111,0,0,0,0,0,11686,0,0,0,'Zeth\'Gor Must Burn Bunny','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22117,0,0,0,0,0,11686,0,0,0,'[DND]Whisper Spying Credit Marker 2','',NULL,0,1,1,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22118,0,0,0,0,0,11686,0,0,0,'[DND]Whisper Spying Credit Marker 3','',NULL,0,1,1,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22119,0,0,0,0,0,17754,0,0,0,'Fathom Lurker',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,15,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,64,0,0,0,0,0,0,0,0,0,25778,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,17.5,1,1,0,0,0,0,0,0,0,167,1,650854271,0,'',12340),(22120,0,0,0,0,0,20833,0,0,0,'Fathom Sporebat',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,15,2000,2000,1,0,2048,0,33,0,0,0,0,262,389,48,1,73,0,0,0,0,0,0,0,0,0,25778,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,17.5,1,1,0,0,0,0,0,0,0,167,1,650854271,0,'',12340),(22128,22129,0,0,0,0,17979,17980,17982,17983,'Durnholde Lookout',NULL,NULL,0,70,71,1,1748,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,22128,22128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1661,8408,'',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,769638399,0,'',12340),(20176,0,0,0,0,0,17760,0,0,0,'Murkblood Foreman (1)','',NULL,0,63,64,1,51,0,1.2,1.14286,1,1,194,274,0,272,13,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.075,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22131,0,0,0,0,0,16480,11686,0,0,'Netherwing Event Pinger','',NULL,0,60,65,1,35,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22140,0,0,0,0,0,20828,0,0,0,'Toxic Sporebat',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,72,0,0,0,0,0,0,0,0,0,38571,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,144,1,650854271,0,'',12340),(22147,0,0,0,0,0,18996,0,0,0,'Void Storm (SM)','',NULL,0,70,70,0,1715,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22152,0,0,0,0,0,17607,0,0,0,'Ruuan Weald Wisp','',NULL,0,1,1,0,1660,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22161,0,0,0,0,0,15435,0,0,0,'Fiery Boulder','',NULL,0,69,69,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(20175,0,0,0,0,0,19401,6633,7350,11091,'Lykul Wasp (1)','',NULL,0,71,71,1,1711,0,1.48,1.14286,1,1,299,426,0,308,13,1347,2000,1,64,2048,0,44,0,0,0,0,262,389,48,1,9,17732,0,0,0,0,0,0,0,0,32330,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,75630067,0,'',12340),(20174,0,0,0,0,0,19367,6633,7350,11091,'Lykul Stinger (1)','',NULL,0,71,71,1,1711,0,1.48,1.14286,1,1,299,426,0,308,13,1347,2000,1,64,2048,0,44,0,0,0,0,262,389,48,1,9,19632,0,0,0,0,0,0,0,0,34392,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5.5,1,1,0,0,0,0,0,0,0,0,1,65536,0,'',12340),(20173,0,0,0,0,0,19403,19407,0,0,'Fen Ray (1)','',NULL,0,71,71,1,1711,0,1.48,1.14286,1,1,299,426,0,308,5.9,1347,2000,1,0,2048,0,34,0,0,0,0,262,389,48,1,9,17731,0,70065,0,0,0,0,0,0,34984,0,0,0,0,0,0,0,12891,0,0,0,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,202627,0,'',12340),(20172,0,0,0,0,0,9749,6633,7350,11091,'[UNUSED] Lykul Larva (1)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20171,0,0,0,0,0,17270,12191,0,0,'Lykul Hatchling (1)','',NULL,0,51,53,0,7,0,1.2,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2025,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20170,0,0,0,0,0,17751,0,0,0,'Large AOI Underbat (1)','',NULL,0,70,70,1,1712,0,1.125,1.14286,1,0,2,2,0,24,1,1400,2000,2,33555264,2048,0,0,0,0,0,0,1,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.62,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),(20169,0,0,0,0,0,17228,0,0,0,'Hungarfen (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,5.9,1362,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,5,264,20169,0,80001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9566,12500,'',1,3,1,14.85,1,1,0,0,0,0,0,0,0,157,1,617037823,1,'',12340),(20168,0,0,0,0,0,17528,0,0,0,'Ghaz\'an (1)','',NULL,0,72,72,1,1692,0,1,1.14286,1,1,307,438,0,314,5.9,1362,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,1,8,20168,0,70063,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,8630,11280,'',1,3,1,13.5,10,1,0,0,0,0,0,0,0,0,1,617037823,1,'',12340),(20167,0,0,0,0,0,1126,11686,0,0,'Coilfang Underbog Hydra Trigger (1)','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(20166,0,0,0,0,0,1126,15435,0,0,'Coilfang Periodic Bat Trigger (1)','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(20165,0,0,0,0,0,2289,0,0,0,'Claw (1)','Swamplord Musel\'ek\'s Pet',NULL,7525,72,72,1,74,0,1.48,1.14286,1,1,307,438,0,314,5.9,1362,2000,1,512,2048,0,0,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,31429,34971,34298,0,0,0,0,0,0,0,0,0,'',1,3,1,12.15,1,1,0,0,0,0,0,0,0,0,1,545339643,0,'',12340),(20164,0,0,0,0,0,17450,0,0,0,'Bog Giant (1)','',NULL,0,70,70,1,14,0,1.48,1.14286,1,1,252,357,0,304,5.9,1333,2000,1,64,2048,0,0,0,0,0,0,215,320,44,5,256,17723,0,80001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8.91,1,1,0,0,0,0,0,0,0,144,1,612515583,0,'',12340),(22176,0,0,0,0,0,20844,0,0,0,'Outland Basilisk Giant (Violet)','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22186,0,0,0,0,0,20848,0,0,0,'Outland Basilisk Giant (Yellow)','',NULL,0,70,71,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22188,0,0,0,0,0,20850,0,0,0,'Outland Chimera Giant (yellow)','',NULL,0,71,72,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22190,0,0,0,0,0,6374,0,0,0,'Black Blade Drake [PH]','',NULL,0,50,52,0,103,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22191,0,0,0,0,0,20901,0,0,0,'Bladestalker','',NULL,0,70,71,1,14,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,32,0,0,0,0,262,389,48,1,1,0,0,0,0,0,0,0,0,0,32920,32939,32942,37417,0,0,0,0,11574,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22192,0,0,0,0,0,20851,0,0,0,'Giant Black Blade Drake [PH]','',NULL,0,50,52,0,103,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22193,0,0,0,0,0,20963,0,0,0,'Armored Blade Stinger','',NULL,0,70,71,1,413,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,20,0,0,0,0,262,389,48,1,1,0,0,0,0,0,0,0,0,0,5416,33962,0,0,0,0,0,0,12056,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22200,0,0,0,0,0,20863,0,0,0,'Son of Slaag','',NULL,0,70,71,1,45,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22203,0,0,0,0,0,169,0,0,0,'Infernal',NULL,NULL,0,68,69,1,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.6,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(22207,0,0,0,0,0,169,11686,0,0,'Spore Drop Trigger',NULL,NULL,0,80,80,0,114,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22209,0,0,0,0,0,4589,0,0,0,'Corrupted Searing Totem',NULL,NULL,0,70,70,0,58,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22210,0,0,0,0,0,16031,0,0,0,'Priestess Spirit',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,5,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(22219,0,0,0,0,0,10191,0,0,0,'Felstorm Motivator','',NULL,0,70,70,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22220,0,0,0,0,0,6173,0,0,0,'Legion War-Hound','',NULL,0,70,70,1,90,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22236,0,0,0,0,0,19075,0,0,0,'Water Elemental Totem',NULL,NULL,0,71,71,0,14,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,11,0,0,0,0,0,0,0,0,0,0,38622,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22238,0,0,0,0,0,5564,0,0,0,'Serpentshrine Tidecaller',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,10,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,4,72,0,0,0,0,0,0,0,0,0,39035,38623,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10.5,15,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(22247,0,0,0,0,0,20887,0,0,0,'Cokeplay.com redemption vendor 01','CocaCola Ambassador',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22248,0,0,0,0,0,20889,0,0,0,'Cokeplay.com redemption vendor 03','CocaCola Ambassador',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22249,0,0,0,0,0,20888,0,0,0,'Cokeplay.com redemption vendor 02','CocaCola Ambassador',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22250,0,0,0,0,0,0,11686,0,0,'Rancid Mushroom','',NULL,0,70,70,1,14,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4.2,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22251,0,0,0,22197,0,20892,20893,0,0,'Dragonmaw Archer','',NULL,0,70,70,1,62,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,6660,38859,19503,38861,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(22256,0,0,0,0,0,20849,0,0,0,'Ironclaw Basilisk','',NULL,0,71,73,1,16,0,1.2,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22264,30799,0,0,0,0,21407,0,0,0,'Ogri\'la Steelshaper','Blacksmithing Supplies',NULL,8723,71,73,1,1872,4225,1.2,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),(22266,0,0,0,0,0,21410,0,0,0,'Ogri\'la Grubgiver','Food Vendor',NULL,8717,71,73,1,1872,129,1.2,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),(22270,30797,0,0,0,0,21409,0,0,0,'Ogri\'la Merchant','General Goods',NULL,8716,71,73,1,1872,129,1.2,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),(22271,30801,0,0,0,0,21411,0,0,0,'Ogri\'la Trader','Trade Goods',NULL,8722,71,73,1,1872,129,1.2,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),(22276,0,0,0,0,0,20933,0,0,0,'Terror Steed [PH]','',NULL,0,71,71,1,90,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,3,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(22290,0,0,0,0,0,18988,0,0,0,'High Astromancer Solarian Transform Visual','',NULL,0,70,70,1,1715,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,28,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22299,22300,0,0,0,0,20917,0,0,0,'Spore Strider',NULL,NULL,0,70,70,1,14,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,1,0,0,0,0,0,0,0,0,0,0,20824,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,5,1,0,0,0,0,0,0,0,0,1,528,0,'',12340),(19904,0,0,0,0,0,18301,0,0,0,'Wastewalker Worker (1)','',NULL,0,71,71,1,190,0,1.125,1.14286,1,0,299,426,0,308,5.9,1332,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,17964,0,0,0,0,0,0,0,0,37662,0,0,0,0,0,0,0,0,0,528,700,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22304,30793,0,0,0,0,18368,0,0,0,'Mo\'arg Extractor','',NULL,0,71,71,1,90,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,22304,0,0,0,0,0,0,0,0,40818,40839,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22316,0,0,0,0,0,19980,0,0,0,'Enslaved Netherwing Drake Kill Credit','',NULL,0,60,65,1,62,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,0.6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22319,0,0,0,0,0,20816,0,0,0,'Living Rock','',NULL,0,66,66,1,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,0.25,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19903,0,0,0,0,0,18302,0,0,0,'Coilfang Collaborator (1)','',NULL,0,70,70,1,51,0,1.48,1.14286,1,1,252,357,0,304,5.9,1318,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,0,17962,17962,0,0,0,0,0,0,0,33787,19130,8269,0,0,0,0,0,0,0,2500,3274,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(22328,0,0,0,0,0,15382,0,0,0,'Toy RC Mortar Tank','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(22330,0,0,0,0,0,20736,0,0,0,'Zuluhed Transform','Chieftain of the Dragonmaw Clan',NULL,0,72,72,1,62,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,30,1,0,0,0,0,0,0,0,0,1,617562111,2,'',12340),(22335,0,0,0,0,0,11686,0,0,0,'Mushrom Spell Effect',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22344,0,0,0,0,0,20934,0,0,0,'Morcrush Shardling','',NULL,0,68,68,1,14,0,1.2,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,5,512,0,0,80100,0,0,0,0,0,0,8078,34970,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22345,0,0,0,0,0,20945,0,0,0,'Twilight Ridge Drakonid [PH]','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(19902,0,0,0,0,0,17956,0,0,0,'Wastewalker Slave (1)','',NULL,0,71,71,1,190,0,1.125,1.14286,1,0,255,373,0,137,5.9,1332,2000,8,0,2048,0,0,0,0,0,0,240,358,31,7,0,17963,0,0,0,0,0,0,0,0,32192,15497,0,0,0,0,0,0,0,0,396,528,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22347,0,0,0,0,0,20944,0,0,0,'Colossus Lurker',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,18,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,14,1,1,0,0,0,0,0,0,0,168,1,0,0,'',12340),(22349,0,0,0,0,0,11686,0,0,0,'[DND]Green Spot Grog Keg Relay','',NULL,0,1,1,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22352,0,0,0,0,0,862,0,0,0,'Colossus Rager',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.8,1,1,0,0,0,0,0,0,0,168,1,0,0,'',12340),(22353,0,0,0,0,0,19757,0,0,0,'Twilight Ridge Worg [PH]','',NULL,0,70,71,1,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22354,0,0,0,0,0,20754,20755,20752,20753,'Webbed Sha\'tar Vindicator','',NULL,0,70,70,0,1741,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22359,0,0,0,0,0,20938,20940,20941,20942,'Wyrmcult Aspirant','',NULL,0,70,70,1,1827,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,15578,8599,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(22361,0,0,0,0,0,20943,0,0,0,'Blacklord Hamarahk','Wyrmcult Grand Patriarch',NULL,0,70,70,1,1827,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,8,0,0,0,0,0,0,0,0,0,33452,16789,16805,36706,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22366,0,0,0,0,0,11686,0,0,0,'Demoniac Visitation',NULL,NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22379,0,0,0,0,0,15133,0,0,0,'Serpentshrine Parasite',NULL,NULL,0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.07,1,1,0,0,0,0,0,0,0,84,1,0,256,'',12340),(22383,0,0,0,0,0,11686,16046,0,0,'[DND]Bloodmaul Chatter Credit','',NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(22391,30814,0,0,0,0,20973,20908,20909,0,'Vortex Shardling',NULL,NULL,0,70,72,1,778,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,5,512,0,0,80100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22398,22399,0,0,0,0,17999,18000,18001,18002,'Durnholde Reinforcement',NULL,NULL,0,70,71,1,1748,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19901,0,0,0,0,0,18300,0,0,0,'Wastewalker Captive (1)','',NULL,0,70,70,1,51,0,1.71,1.14286,1,1,252,357,0,304,5.9,1400,2000,1,33554496,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22411,0,0,0,0,0,20983,0,0,0,'Ethereal Caster, Type A (Gold)','',NULL,0,70,70,0,1678,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22412,0,0,0,0,0,20984,0,0,0,'Ethereal Caster, Type A (Green)','',NULL,0,70,70,0,1678,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22413,0,0,0,0,0,20985,0,0,0,'Ethereal Caster, Type A (Purple)','',NULL,0,70,70,0,1678,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22414,0,0,0,0,0,20986,0,0,0,'Ethereal Caster, Type A (Red)','',NULL,0,70,70,0,1678,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22415,0,0,0,0,0,20987,0,0,0,'Ethereal Caster, Type B (Black)','',NULL,0,70,70,0,1678,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22416,0,0,0,0,0,20988,0,0,0,'Ethereal Caster, Type B (White)','',NULL,0,70,70,0,1678,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22418,0,0,0,0,0,18783,18657,0,0,'Archimonde Channel Target','',NULL,0,73,73,1,35,0,1.2,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,102,1,0,128,'',12340),(22425,0,0,0,0,0,20991,20992,20993,20994,'Evergrove Druid (Transform: Druid)','',NULL,0,70,70,1,1710,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22426,0,0,0,0,0,20997,0,0,0,'Evergrove Druid (Transform: Crow)','',NULL,0,70,70,1,1710,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22428,0,0,0,0,0,11686,0,0,0,'Smoke Beacon Bunny','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22450,0,0,0,0,0,20167,20168,0,0,'Slain Combatant','',NULL,0,70,70,1,190,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22475,0,0,0,0,0,18878,0,0,0,'Unstable Fel-Imp Transform','',NULL,0,68,68,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22486,0,0,0,0,0,16997,0,0,0,'Greater Earthbind Totem',NULL,NULL,0,71,71,0,14,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,11,0,0,0,0,0,0,0,0,0,0,6474,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.0049,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22487,0,0,0,0,0,21049,0,0,0,'Greater Poison Cleansing Totem',NULL,NULL,0,71,71,0,58,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,11,0,0,0,0,0,0,0,0,0,0,8172,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.0245,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22501,0,0,0,0,0,19368,0,0,0,'Void Hound Transform','',NULL,0,67,68,1,954,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22509,0,0,0,0,0,19501,0,0,0,'Scrapped Fel Reaver Transform','',NULL,0,70,70,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,171,1,16384,2,'',12340),(22516,0,0,0,0,0,10186,0,0,0,'Eye of the Storm Battlemaster','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22517,0,0,0,0,0,18783,16925,0,0,'World Trigger (Large AOI)','',NULL,0,60,60,0,114,0,1,0.99206,1,0,104,138,0,252,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22518,0,0,0,0,0,14,0,0,0,'Master Prospector Orius','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22521,0,0,0,0,0,11686,0,0,0,'Karazhan - Chess, Medivh CHEAT: Fury of Medivh Visual (DND)','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22524,0,0,0,0,0,1126,11686,0,0,'Karazhan - Chess, Victory Controller','',NULL,0,1,1,0,35,0,1,1.14286,0.5,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(22525,0,0,0,0,0,1149,0,0,0,'Aerie Gryphon (1)','',NULL,0,70,70,0,1216,0,1,1.14286,1,1,252,357,0,304,13,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(22526,0,0,0,0,0,13336,13337,0,0,'Alliance Spirit Guide (1)','',NULL,0,70,70,0,84,32768,1,1.14286,1,1,234,331,0,286,13,2000,2000,2,832,2048,0,0,0,0,0,0,198,295,33,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22527,0,0,0,0,0,13403,0,0,0,'Arch Druid Renferal (1)','',NULL,0,70,70,0,1216,3,1.76,1.14286,1,1,234,331,0,286,13,2000,2000,2,4160,2048,0,0,0,0,0,0,198,295,33,7,0,13442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1814,2378,'',1,3,1,12,12,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22528,0,0,0,0,0,14215,0,0,0,'Athramanis (1)','Bounty Hunter',NULL,0,70,70,0,1594,2,1.27,1.14286,1,0,252,357,0,304,1,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,14187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,414,552,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22529,0,0,0,0,0,13889,13890,13533,13534,'Champion Coldmine Explorer (1)','',NULL,0,70,70,0,1216,0,1.76,1.14286,1,0,252,357,0,304,1,1183,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22530,0,0,0,0,0,13563,13564,13565,13566,'Champion Coldmine Guard (1)','',NULL,0,60,60,0,1214,2,1.76,1.14286,1,0,104,138,0,252,1,1183,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22531,0,0,0,0,0,13632,13633,13634,13635,'Champion Coldmine Invader (1)','',NULL,0,70,70,0,1216,0,1.76,1.14286,1,0,252,357,0,304,1,1175,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22532,0,0,0,0,0,13558,13559,13560,13561,'Champion Coldmine Surveyor (1)','',NULL,0,60,60,0,1214,2,1.76,1.14286,1,0,104,138,0,252,1,1183,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13539,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22533,0,0,0,0,0,13371,13372,13373,13374,'Champion Guardsman (1)','',NULL,0,70,70,0,1216,0,1.26,1.14286,1,0,252,357,0,304,1,1410,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,13424,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,434,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22534,0,0,0,0,0,13777,13778,13779,13780,'Champion Irondeep Explorer (1)','',NULL,0,60,60,0,1214,2,1.75,1.14286,1,0,104,138,0,252,1,1191,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13542,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22535,0,0,0,0,0,13789,13791,13790,13792,'Champion Irondeep Guard (1)','',NULL,0,60,60,0,1216,0,1.75,1.14286,1,0,104,138,0,252,1,1191,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22536,0,0,0,0,0,13598,13599,13600,13601,'Champion Irondeep Raider (1)','',NULL,0,60,60,0,1214,2,1.73,1.14286,1,0,104,138,0,252,1,1208,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22537,0,0,0,0,0,13803,13804,13805,13806,'Champion Irondeep Surveyor (1)','',NULL,0,60,60,0,1216,0,1.71,1.14286,1,0,104,138,0,252,1,1225,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13557,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22538,0,0,0,0,0,13375,13376,13377,13378,'Champion Legionnaire (1)','',NULL,0,70,70,0,1214,0,1.26,1.14286,1,0,252,357,0,304,1,1410,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,13425,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,346,462,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22539,0,0,0,0,0,2863,0,0,0,'Deathstalker Agent (1)','',NULL,0,61,61,0,1214,2,1.79,1.14286,1,1,159,221,0,258,13,1150,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1772,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22540,0,0,0,0,0,10278,0,0,0,'Drakan (1)','',NULL,0,70,70,0,1214,0,2.33,1.14286,1,1,252,357,0,304,13,2000,2000,1,4160,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,12121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22541,0,0,0,0,0,13409,0,0,0,'Druid of the Grove (1)','',NULL,0,70,70,0,1216,1,1.78,1.14286,1,1,234,331,0,286,13,2000,2000,2,4160,2048,0,0,0,0,0,0,198,295,33,7,0,13443,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1898,2488,'',1,3,1,8,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22542,0,0,0,0,0,14793,14795,14794,14796,'Dun Baldar North Marshal (1)','',NULL,0,70,70,0,1534,0,1.76,1.14286,1,1,252,357,0,304,13,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22543,0,0,0,0,0,14797,14799,14798,14800,'Dun Baldar North Warmaster (1)','',NULL,0,70,70,0,1214,0,1.76,1.14286,1,1,252,357,0,304,13,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,14770,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22544,0,0,0,0,0,14793,14795,14794,14796,'Dun Baldar South Marshal (1)','',NULL,0,70,70,0,1534,0,1.76,1.14286,1,1,252,357,0,304,13,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,14763,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22545,0,0,0,0,0,14797,14799,14798,14800,'Dun Baldar South Warmaster (1)','',NULL,0,70,70,0,1214,0,1.2,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22546,0,0,0,0,0,10278,0,0,0,'Duros (1)','',NULL,0,70,70,0,1214,0,2.33,1.14286,1,1,252,357,0,304,13,2000,2000,1,4160,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,12122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22547,0,0,0,0,0,14793,14795,14794,14796,'East Frostwolf Marshal (1)','',NULL,0,70,70,0,1534,0,1.76,1.14286,1,1,252,357,0,304,13,1175,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,14768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22548,0,0,0,0,0,14797,14799,14798,14800,'East Frostwolf Warmaster (1)','',NULL,0,70,70,0,1214,0,1.76,1.14286,1,1,252,357,0,304,13,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,14772,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12098,15808,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22549,0,0,0,0,0,12080,0,0,0,'Frostwolf Herald (1)','',NULL,0,70,70,0,1335,0,1.26,1.14286,1,0,252,357,0,304,1,1410,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22550,0,0,0,0,0,13310,0,0,0,'Frostwolf Shredder Unit (1)','',NULL,0,60,60,0,1214,0,1.79,1.14286,1,1,104,138,0,252,13,1150,2000,1,0,2048,0,0,0,0,0,0,72,106,26,9,0,13378,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,2,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(22551,0,0,0,0,0,13670,0,0,0,'Frostwolf Stable Master (1)','Stable Master',NULL,9821,70,70,0,1214,4194307,1.78,1.14286,1,1,252,357,0,304,13,1158,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22552,0,0,0,0,0,13415,0,0,0,'Frostwolf Wolf Rider Commander (1)','',NULL,0,70,70,0,1214,2,1.79,1.14286,1,1,252,357,0,304,13,1150,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,828,1090,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22553,0,0,0,0,0,2346,0,0,0,'Furis (1)','',NULL,0,1,1,0,1215,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(22554,0,0,0,0,0,11686,0,0,0,'Gahz\'ranka Herald (1)','',NULL,0,1,1,0,1334,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22555,0,0,0,0,0,10792,0,0,0,'Grimtooth (1)','',NULL,0,70,70,0,39,0,1.65,1.14286,1,0,252,357,0,304,1,1166,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,603,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,496,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22556,0,0,0,0,0,11012,0,0,0,'Guse\'s War Rider (1)','',NULL,0,70,70,0,1214,0,1.76,1.14286,1,1,252,357,0,304,13,1175,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,35,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(22557,0,0,0,0,0,13069,0,0,0,'Herald (1)','',NULL,0,70,70,0,1334,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33559296,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22558,0,0,0,0,0,13338,13339,0,0,'Horde Spirit Guide (1)','',NULL,0,70,70,0,83,32768,1,1.14286,1,1,234,331,0,286,13,2000,2000,2,4928,2048,0,0,0,0,0,0,198,295,33,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22559,0,0,0,0,0,14793,14795,14794,14796,'Iceblood Marshal (1)','',NULL,0,70,70,0,1534,0,1.2,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22560,0,0,0,0,0,14797,14799,14798,14800,'Iceblood Warmaster (1)','',NULL,0,70,70,0,1214,0,1.76,1.14286,1,1,252,357,0,304,13,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22561,0,0,0,0,0,14793,14795,14794,14796,'Icewing Marshal (1)','',NULL,0,70,70,0,1534,0,1.76,1.14286,1,1,252,357,0,304,13,1175,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22562,0,0,0,0,0,14797,14799,14798,14800,'Icewing Warmaster (1)','',NULL,0,70,70,0,1214,0,1.2,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12098,15808,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22563,0,0,0,0,0,1148,0,0,0,'Ichman\'s Gryphon (1)','',NULL,0,70,70,0,1216,0,1.76,1.14286,1,1,252,357,0,304,13,1175,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(22564,0,0,0,0,0,11012,0,0,0,'Jeztor\'s War Rider (1)','',NULL,0,70,70,0,1214,0,1.76,1.14286,1,1,252,357,0,304,13,1175,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(22565,0,0,0,0,0,13439,0,0,0,'Master Engineer Zinfizzlex (1)','',NULL,0,60,60,0,1194,2,1.79,1.14286,1,1,104,138,0,252,13,1150,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1772,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22566,0,0,0,0,0,11012,0,0,0,'Mulverick\'s War Rider (1)','',NULL,0,60,70,0,1214,0,1.76,1.14286,1,1,252,357,0,304,13,1175,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(22567,0,0,0,0,0,13151,0,0,0,'Murgot Deepforge (1)','',NULL,0,70,70,0,1216,2,1.79,1.14286,1,1,252,357,0,304,13,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,13257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6064,7928,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22568,0,0,0,0,0,13478,0,0,0,'Primalist Thurloga (1)','',NULL,0,70,70,0,1214,3,1.79,1.14286,1,1,234,331,0,286,13,2000,2000,2,4160,2048,0,0,0,0,0,0,198,295,33,7,0,13236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1388,1822,'',1,3,1,12,12,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(22569,0,0,0,0,0,14233,0,0,0,'Ravak Grimtotem (1)','Bounty Hunter',NULL,0,70,70,0,105,2,1.26,1.14286,1,0,252,357,0,304,1,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,14186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,414,552,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22570,0,0,0,0,0,1148,0,0,0,'Slidore\'s Gryphon (1)','',NULL,0,60,70,0,1216,0,1.76,1.14286,1,1,252,357,0,304,13,1175,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,35,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(22571,0,0,0,0,0,13152,0,0,0,'Smith Regzar (1)','',NULL,5124,70,70,0,1215,3,1.79,1.14286,1,1,252,357,0,304,13,2000,2000,1,4160,2048,0,0,0,0,0,0,215,320,44,7,0,13176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2238,2932,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22572,0,0,0,0,0,14793,14795,14794,14796,'Stonehearth Marshal (1)','',NULL,0,70,70,0,1534,0,1.76,1.14286,1,1,252,357,0,304,13,1175,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,14765,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22573,0,0,0,0,0,14797,14799,14798,14800,'Stonehearth Warmaster (1)','',NULL,0,70,70,0,1214,0,1.2,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12098,15808,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22574,0,0,0,0,0,12075,0,0,0,'Stormpike Herald (1)','',NULL,0,70,70,0,1334,3,1.26,1.14286,1,0,252,357,0,304,1,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22575,0,0,0,0,0,13714,0,0,0,'Stormpike Ram Rider Commander (1)','',NULL,0,70,70,0,1216,3,1.79,1.14286,1,1,252,357,0,304,13,2000,2000,1,4160,2048,0,0,0,0,0,0,215,320,44,7,0,13577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5044,6596,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22576,0,0,0,0,0,13310,0,0,0,'Stormpike Shredder Unit (1)','',NULL,0,60,60,0,1216,0,1.76,1.14286,1,1,104,138,0,252,13,1175,2000,1,0,2048,0,0,0,0,0,0,72,106,26,9,0,13416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,2,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(22577,0,0,0,0,0,13669,0,0,0,'Stormpike Stable Master (1)','Stable Master',NULL,9821,70,70,0,1216,4194307,1.78,1.14286,1,1,252,357,0,304,13,2000,2000,1,4160,2048,0,0,0,0,0,0,215,320,44,7,0,13617,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8784,11480,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22578,0,0,0,0,0,13454,0,0,0,'Syndicate Master Ryson (1)','',NULL,0,60,60,0,1194,2,1.76,1.14286,1,1,104,138,0,252,13,1175,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1688,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22579,0,0,0,0,0,14793,14795,14794,14796,'Tower Point Marshal (1)','',NULL,0,70,70,0,1534,0,1.76,1.14286,1,1,252,357,0,304,13,1175,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,14767,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22580,0,0,0,0,0,14797,14799,14798,14800,'Tower Point Warmaster (1)','',NULL,0,70,70,0,1214,0,1.76,1.14286,1,1,252,357,0,304,13,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22581,0,0,0,0,0,7804,0,0,0,'Trigger Guse (1)','',NULL,0,70,70,1,35,0,1.27,1.14286,1,1,252,357,0,304,13,2000,2000,2,33555264,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22582,0,0,0,0,0,7804,0,0,0,'Trigger Ichman (1)','',NULL,0,70,70,1,35,0,1.27,1.14286,1,1,252,357,0,304,13,2000,2000,2,33555264,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22583,0,0,0,0,0,7804,0,0,0,'Trigger Jeztor (1)','',NULL,0,70,70,1,35,0,1.27,1.14286,1,1,252,357,0,304,13,2000,2000,2,33555264,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22584,0,0,0,0,0,7804,0,0,0,'Trigger Mulverick (1)','',NULL,0,70,70,1,35,0,1.27,1.14286,1,1,252,357,0,304,13,2000,2000,2,33555264,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22585,0,0,0,0,0,7804,0,0,0,'Trigger Slidore (1)','',NULL,0,70,70,1,35,0,1.27,1.14286,1,1,252,357,0,304,13,2000,2000,2,33555264,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22586,0,0,0,0,0,7804,0,0,0,'Trigger Vipore (1)','',NULL,0,70,70,1,35,0,1.27,1.14286,1,1,252,357,0,304,13,2000,2000,2,33555264,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22587,0,0,0,0,0,13658,13659,13660,13661,'Veteran Commando (1)','',NULL,0,60,60,0,1216,0,1.76,1.14286,1,1,104,138,0,252,13,1175,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22588,0,0,0,0,0,13258,13259,13260,13261,'Veteran Defender (1)','',NULL,0,70,70,0,1216,0,1.28,1.14286,1,0,252,357,0,304,1,1380,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,13331,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,452,'',1,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22589,0,0,0,0,0,13282,13283,13284,13285,'Veteran Guardian (1)','',NULL,0,70,70,0,1214,0,1.28,1.14286,1,0,252,357,0,304,1,1380,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,13332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,434,'',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22590,0,0,0,0,0,13828,13830,13831,13832,'Veteran Outrunner (1)','',NULL,0,70,70,0,1214,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22591,0,0,0,0,0,13682,13683,13684,13685,'Veteran Ranger (1)','',NULL,0,70,70,0,1216,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22592,0,0,0,0,0,13825,13826,13827,13829,'Veteran Reaver (1)','',NULL,0,70,70,0,1214,0,1.79,1.14286,1,1,252,357,0,304,13,1150,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,13530,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,1490,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22593,0,0,0,0,0,1148,0,0,0,'Vipore\'s Gryphon (1)','',NULL,0,70,70,0,1216,0,1.76,1.14286,1,1,252,357,0,304,13,1175,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(22594,0,0,0,0,0,11012,0,0,0,'War Rider (1)','',NULL,0,60,60,0,1214,2,1.76,1.14286,1,1,104,138,0,252,13,1175,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(22595,0,0,0,0,0,14793,14795,14794,14796,'West Frostwolf Marshal (1)','',NULL,0,70,70,0,1534,0,1.76,1.14286,1,1,252,357,0,304,13,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,14769,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22596,0,0,0,0,0,14797,14799,14798,14800,'West Frostwolf Warmaster (1)','',NULL,0,70,70,0,1214,0,1.76,1.14286,1,1,252,357,0,304,13,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,14777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22597,0,0,0,0,0,13470,0,0,0,'Wing Commander Ichman (1)','',NULL,0,70,70,0,1217,3,1.76,1.14286,1,1,252,357,0,304,13,2000,2000,1,4928,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1644,2156,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22598,0,0,0,0,0,13475,0,0,0,'Wing Commander Mulverick (1)','',NULL,0,70,70,0,1215,3,1.76,1.14286,1,1,252,357,0,304,13,2000,2000,1,4928,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3174,4154,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22599,0,0,0,0,0,7804,0,0,0,'Winterax Sentry (1)','',NULL,0,1,1,0,35,0,1.27,1.14286,1,1,2,2,0,24,13,1666,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,408,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22600,0,0,0,0,0,12075,0,0,0,'[PH] Alliance Herald (1)','',NULL,0,1,1,0,1334,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22601,0,0,0,0,0,1891,0,0,0,'[PH] Alliance Tower Lieutenant (1)','',NULL,0,1,1,0,84,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22602,0,0,0,0,0,12080,0,0,0,'[PH] Horde Herald (1)','',NULL,0,1,1,0,1335,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22603,0,0,0,0,0,12949,12950,12951,12952,'[PH] Horde Tower Lieutenant (1)','',NULL,0,1,1,0,1214,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22604,0,0,0,0,0,10946,0,0,0,'Alterac Yeti (1)','',NULL,0,71,71,0,16,0,1.77,1.14286,1,1,299,426,0,308,13,1166,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4452,5822,'',1,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22605,0,0,0,0,0,12823,0,0,0,'Captain Balinda Stonehearth (1)','Stormpike Captain',NULL,0,71,71,0,1216,0,1.8,1.14286,1,3,296,424,0,290,70,2000,2000,2,4096,2048,0,0,0,0,0,0,260,387,37,7,4,11949,11949,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39610,51736,'',1,3,1,30,30,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(22606,0,0,0,0,0,11895,0,0,0,'Captain Galvangar (1)','Frostwolf Captain',NULL,0,71,71,0,1214,0,1.8,1.14286,1,3,299,426,0,308,70,2000,2000,1,4160,2048,0,0,0,0,0,0,262,389,48,7,4,11947,11947,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48110,62836,'',1,3,1,25,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(22607,0,0,0,0,0,13650,13651,13652,13653,'Champion Commando (1)','',NULL,0,61,61,0,1216,0,1.78,1.14286,1,1,159,221,0,258,13,1158,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22608,0,0,0,0,0,13351,13352,13353,13354,'Champion Defender (1)','',NULL,0,71,71,0,1216,0,1.27,1.14286,1,0,299,426,0,308,1,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,13422,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,482,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22609,0,0,0,0,0,13361,13362,13363,13364,'Champion Guardian (1)','',NULL,0,71,71,0,1214,0,1.27,1.14286,1,0,299,426,0,308,1,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,13421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,442,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22610,0,0,0,0,0,13833,13834,13835,13836,'Champion Outrunner (1)','',NULL,0,71,71,0,1214,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22611,0,0,0,0,0,13686,13687,13688,13689,'Champion Ranger (1)','',NULL,0,56,56,0,1216,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22612,0,0,0,0,0,13837,13838,13839,13840,'Champion Reaver (1)','',NULL,0,61,61,0,1214,2,1.8,1.14286,1,1,299,426,0,308,13,1141,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,13531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22613,0,0,0,0,0,13462,0,0,0,'Commander Dardosh <old> (1)','',NULL,0,71,71,0,1214,1,1.79,1.14286,1,1,299,426,0,308,13,2000,2000,1,4160,2048,0,0,0,0,0,0,262,389,48,7,0,13140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6322,8264,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22614,0,0,0,0,0,13445,0,0,0,'Commander Duffy (1)','',NULL,0,71,71,0,1216,2,1.79,1.14286,1,1,299,426,0,308,13,2000,2000,1,4160,2048,0,0,0,0,0,0,262,389,48,7,0,13319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3516,4602,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22615,0,0,0,0,0,13450,0,0,0,'Commander Karl Philips (1)','',NULL,0,71,71,1,1216,3,1.79,1.14286,1,1,299,426,0,308,13,2000,2000,1,4160,2048,0,0,0,0,0,0,262,389,48,7,0,13320,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6236,8154,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22616,0,0,0,0,0,13465,0,0,0,'Commander Louis Philips (1)','',NULL,0,71,71,0,1214,3,1.8,1.14286,1,1,299,426,0,308,13,2000,2000,1,36928,2048,0,0,0,0,0,0,262,389,48,7,0,13154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6322,8264,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22617,0,0,0,0,0,13463,0,0,0,'Commander Malgor (1)','',NULL,0,71,71,0,1214,0,1.79,1.14286,1,1,299,426,0,308,13,2000,2000,1,4160,2048,0,0,0,0,0,0,262,389,48,7,0,13152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6236,8154,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22618,0,0,0,0,0,13446,0,0,0,'Commander Mortimer (1)','',NULL,0,71,71,0,1216,0,1.78,1.14286,1,1,299,426,0,308,13,2000,2000,1,4160,2048,0,0,0,0,0,0,262,389,48,7,0,13318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6322,8264,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22619,0,0,0,0,0,13464,0,0,0,'Commander Mulfort (1)','',NULL,0,71,71,0,1214,2,1.8,1.14286,1,1,299,426,0,308,13,2000,2000,1,4160,2048,0,0,0,0,0,0,262,389,48,7,0,13153,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6236,8154,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22620,0,0,0,0,0,13455,0,0,0,'Commander Randolph (1)','',NULL,0,71,71,0,1216,0,1.8,1.14286,1,1,299,426,0,308,13,1141,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,13139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6322,8264,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22621,0,0,0,0,0,13662,0,0,0,'Field Marshal Teravaine (1)','',NULL,0,61,61,0,1216,2,1.8,1.14286,1,1,159,221,0,258,13,1141,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22622,0,0,0,0,0,14320,14321,14323,14325,'Frostwolf Battleguard (1)','',NULL,0,71,71,0,1214,0,1.05,1.14286,1,1,299,426,0,308,13,2000,2000,1,4608,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,754,994,'',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22623,0,0,0,0,0,13793,0,0,0,'Frostwolf Explosives Expert (1)','',NULL,0,59,59,0,1214,2,1.77,1.14286,1,1,102,135,0,248,13,1166,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13597,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22624,0,0,0,0,0,13394,0,0,0,'Frostwolf Mine Layer (1)','',NULL,0,61,61,0,1214,0,1.77,1.14286,1,1,159,221,0,258,13,1166,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,1584,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22625,0,0,0,0,0,12249,0,0,0,'Gash\'nak the Cannibal (1)','',NULL,0,70,70,0,37,0,1.2,1.14286,1,2,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22626,0,0,0,0,0,10041,0,0,0,'Ice Giant (1)','',NULL,0,73,73,0,14,0,1.2,1.14286,1,1,316,450,0,320,13,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22627,0,0,0,0,0,14884,0,0,0,'Ivus the Forest Lord (1)','',NULL,0,73,73,0,1594,0,5.39,1.14286,1,1,316,450,0,320,70,1141,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,15,1,0,0,0,0,0,0,0,196,1,617299803,0,'',12340),(22628,0,0,0,0,0,13841,0,0,0,'Lieutenant Haggerdin (1)','',NULL,5442,61,61,0,1334,3,1.05,1.14286,1,1,159,221,0,258,13,2000,2000,1,4160,2048,0,0,0,0,0,0,127,188,28,7,0,13841,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,1206,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22629,0,0,0,0,0,31723,13174,0,0,'Lokholar the Ice Lord (1)','',NULL,0,71,71,0,1214,2,1.79,1.14286,1,1,296,424,0,290,70,1150,2000,2,0,2048,0,0,0,0,0,0,260,387,37,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,8,1,0,0,0,0,0,0,0,196,1,617299803,1,'',12340),(22630,0,0,0,0,0,13794,0,0,0,'Prospector Stonehewer (1)','',NULL,0,71,71,0,1216,2,1.05,1.14286,1,0,299,426,0,308,1,2000,2000,1,4608,2048,0,0,0,0,0,0,262,389,48,7,0,13816,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,408,542,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22631,0,0,0,0,0,14072,0,0,0,'Rezrelek (1)','Winterax Hero',NULL,0,1,1,0,37,0,1.2,1.14286,1,2,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22632,0,0,0,0,0,8811,0,0,0,'Risen Ancient (1)','',NULL,0,70,70,0,1216,0,1.2,1.14286,1,1,234,331,0,286,13,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22633,0,0,0,0,0,14322,14324,14326,14327,'Stormpike Battleguard (1)','',NULL,0,71,71,0,1216,0,1.05,1.14286,1,1,299,426,0,308,13,2000,2000,1,4608,2048,0,0,0,0,0,0,262,389,48,7,0,14284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,1138,'',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22634,0,0,0,0,0,13671,0,0,0,'Stormpike Explosives Expert (1)','',NULL,0,60,60,0,1216,2,1.78,1.14286,1,1,104,138,0,252,13,1158,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13598,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22635,0,0,0,0,0,13386,0,0,0,'Stormpike Mine Layer (1)','',NULL,0,71,71,0,1216,0,1.77,1.14286,1,1,102,135,0,248,13,1166,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,1572,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22636,0,0,0,0,0,13990,0,0,0,'Tatterhide (1)','',NULL,0,1,1,0,16,0,1.2,1.14286,1,2,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22637,0,0,0,0,0,14064,0,0,0,'Ushalac the Gloomdweller (1)','',NULL,0,1,1,0,37,0,1.2,1.14286,1,2,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22638,0,0,0,0,0,13852,0,0,0,'Voggah Deathgrip (1)','',NULL,0,61,61,0,1214,2,1.05,1.14286,1,0,159,221,0,258,1,2000,2000,1,4096,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22639,0,0,0,0,0,13842,0,0,0,'Warmaster Garrick (1)','',NULL,0,61,71,0,1554,2,1.79,1.14286,1,1,299,426,0,308,13,1150,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,13449,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22640,0,0,0,0,0,13853,0,0,0,'Warmaster Laggrond (1)','',NULL,0,61,61,0,1335,3,1.05,1.14286,1,1,159,221,0,258,13,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,7,0,13840,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22641,0,0,0,0,0,11894,0,0,0,'Drek\'Thar (1)','Frostwolf General',NULL,0,73,73,1,1214,1,1.78,1.14286,1,3,307,438,0,314,70,2000,2000,1,4096,2048,0,0,0,0,0,0,270,401,53,7,4,0,11946,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,27.5,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(22642,0,0,0,0,0,12815,0,0,0,'Fjordune the Greater (1)','',NULL,0,1,1,0,14,0,1.2,1.14286,1,2,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(22643,0,0,0,0,0,7873,0,0,0,'Korrak the Bloodrager (1)','',NULL,0,72,72,2,37,0,1,1.14286,1,1,371,522,0,478,13,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,18148,0,0,0,0,0,0,1,0,0,'',12340),(22644,0,0,0,0,0,11896,0,0,0,'Vanndar Stormpike (1)','Stormpike General',NULL,0,73,73,1,1216,0,1.78,1.14286,1,3,316,450,0,320,70,1158,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,4,11948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,27.5,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(22645,0,0,0,0,0,12069,12070,12071,12072,'Alliance Sentinel (1)','',NULL,0,55,55,0,1216,0,1.26,1.14286,1,0,94,125,0,228,1,1410,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,12048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22646,0,0,0,0,0,2284,0,0,0,'Brogus Thunderbrew (1)','Food & Drink',NULL,0,65,65,0,1217,128,1.23,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22647,0,0,0,0,0,15243,15244,15245,15246,'Frostwolf Emissary (1)','',NULL,6484,55,55,0,1215,1048577,1.23,1.14286,1,0,94,125,0,228,1,2000,2000,1,256,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22648,0,0,0,0,0,13385,0,0,0,'Frostwolf Quartermaster (1)','',NULL,0,65,65,0,1215,131,1.26,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22649,0,0,0,0,0,12081,12082,12083,12084,'Frostwolf Warrior (1)','',NULL,0,55,55,0,1214,0,1.26,1.14286,1,0,94,125,0,228,1,1410,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,12052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22650,0,0,0,0,0,1359,0,0,0,'Grelkor (1)','Blacksmithing Supplies',NULL,0,65,65,0,1215,4224,1.26,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22651,0,0,0,0,0,3061,0,0,0,'Jonivera Farmountain (1)','General Goods',NULL,0,65,65,0,1217,128,1.23,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22652,0,0,0,0,0,3084,0,0,0,'Kurdrum Barleybeard (1)','Reagents & Poison Supplies',NULL,0,65,65,0,1217,128,1.23,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22653,0,0,0,0,0,2286,0,0,0,'Lana Thunderbrew (1)','Blacksmithing Supplies',NULL,0,65,65,0,1217,4224,1.26,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2596,3398,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22654,0,0,0,0,0,4294,0,0,0,'Rarck (1)','General Goods',NULL,0,65,65,0,1215,128,1.23,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22655,0,0,0,0,0,9765,0,0,0,'Shrye Ragefist (1)','Food & Drink',NULL,0,65,65,0,1215,128,1.26,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22657,0,0,0,0,0,12065,12066,12067,12068,'Stormpike Mountaineer (1)','',NULL,0,55,55,0,1216,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,12047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22658,0,0,0,0,0,13384,0,0,0,'Stormpike Quartermaster (1)','',NULL,5241,65,65,0,1217,131,1.26,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22659,0,0,0,0,0,3083,0,0,0,'Svalbrad Farmountain (1)','Trade Goods',NULL,0,65,65,0,1217,128,1.23,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22660,0,0,0,0,0,9763,0,0,0,'Yaelika Farclaw (1)','Reagents & Poison Supplies',NULL,0,65,65,0,1215,128,1.23,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22661,0,0,0,0,0,14781,0,0,0,'Zora Guthrek (1)','Trade Goods',NULL,0,65,65,0,1215,128,1.22,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22662,0,0,0,0,0,13266,13267,13268,13269,'Seasoned Mountaineer (1)','',NULL,0,56,56,0,1216,0,1.26,1.14286,1,0,96,127,0,234,1,1410,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,13325,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22663,0,0,0,0,0,13229,13230,13231,13232,'Seasoned Sentinel (1)','',NULL,0,59,59,0,1216,0,1.26,1.14286,1,0,102,135,0,248,1,1410,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13327,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22664,0,0,0,0,0,13301,13302,13303,13304,'Seasoned Warrior (1)','',NULL,0,56,56,0,1214,0,1.26,1.14286,1,0,96,127,0,234,1,1410,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,13330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22665,0,0,0,0,0,12949,12950,12951,12952,'Frostwolf Legionnaire (1)','',NULL,0,67,67,0,1214,0,1.26,1.14286,1,0,225,314,0,288,1,2000,2000,1,4096,2048,0,0,0,0,0,0,186,276,39,7,0,12051,12051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,390,'',1,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22666,0,0,0,0,0,13253,12077,12079,12078,'Stormpike Guardsman (1)','',NULL,0,67,67,0,1216,0,1.26,1.14286,1,0,225,314,0,288,1,2000,2000,1,4096,2048,0,0,0,0,0,0,186,276,39,7,0,12127,12127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,422,'',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22667,0,0,0,0,0,13270,13271,13272,13273,'Veteran Mountaineer (1)','',NULL,0,57,57,0,1216,0,1.26,1.14286,1,0,98,130,0,238,1,1410,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,13335,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22668,0,0,0,0,0,13290,13291,13292,13293,'Veteran Sentinel (1)','',NULL,0,57,57,0,1216,0,1.26,1.14286,1,0,98,130,0,238,1,1410,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,13336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22669,0,0,0,0,0,13306,13307,13308,13309,'Veteran Warrior (1)','',NULL,0,57,57,0,1214,0,1.26,1.14286,1,0,98,130,0,238,1,1410,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,13337,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22670,0,0,0,0,0,13298,0,0,0,'Aggi Rumblestomp (1)','',NULL,0,68,68,0,11,0,1.75,1.14286,1,0,231,325,0,292,1,1191,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,13086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22671,0,0,0,0,0,13379,13380,13381,13382,'Champion Mountaineer (1)','',NULL,0,58,58,0,1216,0,1.26,1.14286,1,0,100,132,0,242,1,1410,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13426,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22672,0,0,0,0,0,13357,13358,13359,13360,'Champion Sentinel (1)','',NULL,0,58,58,0,1216,0,1.26,1.14286,1,0,100,132,0,242,1,1410,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13427,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22673,0,0,0,0,0,13365,13366,13367,13368,'Champion Warrior (1)','',NULL,0,58,58,0,1214,0,1.26,1.14286,1,0,100,132,0,242,1,1410,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,666,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22674,0,0,0,0,0,12165,12166,12167,12170,'Frostwolf Guardian (1)','',NULL,0,68,68,0,1214,0,1.26,1.14286,1,0,231,325,0,292,1,2000,2000,1,4096,2048,0,0,0,0,0,0,195,289,41,7,0,12053,12053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,402,'',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22675,0,0,0,0,0,13817,13818,13819,13820,'Frostwolf Outrunner (1)','',NULL,0,66,66,0,1214,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22676,0,0,0,0,0,13809,13810,13811,13812,'Frostwolf Reaver (1)','',NULL,0,59,59,0,1214,0,1.77,1.14286,1,1,102,135,0,248,13,1166,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13528,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22677,0,0,0,0,0,12165,12166,12167,12170,'Frostwolf Reclaimer (1)','',NULL,0,1,1,0,1214,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22678,0,0,0,0,0,13410,0,0,0,'Frostwolf Shaman (1)','',NULL,0,68,68,0,1214,1,1.77,1.14286,1,1,214,301,0,276,13,2000,2000,2,4160,2048,0,0,0,0,0,0,179,266,31,7,0,13284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1806,2368,'',1,3,1,8,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22679,0,0,0,0,0,13411,13412,13414,13413,'Frostwolf Wolf Rider (1)','',NULL,0,68,68,0,1214,0,1.76,1.14286,1,1,231,325,0,292,13,1175,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,13440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1024,1348,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22680,0,0,0,0,0,13476,0,0,0,'Gaelden Hammersmith (1)','Stormpike Supply Officer',NULL,0,68,68,0,1217,4224,1.75,1.14286,1,1,231,325,0,292,13,2000,2000,1,4160,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1722,2258,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22681,0,0,0,0,0,13477,0,0,0,'Grunnda Wolfheart (1)','Frostwolf Supply Officer',NULL,0,68,68,0,1215,4224,1.75,1.14286,1,1,231,325,0,292,13,2000,2000,1,4160,2048,0,0,0,0,0,0,195,289,41,7,0,13218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2316,3034,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22682,0,0,0,0,0,13438,0,0,0,'Jekyll Flandring (1)','Frostwolf Supply Officer',NULL,0,58,58,0,1335,4226,1.05,1.14286,1,1,100,132,0,242,13,2000,2000,1,64,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22683,0,0,0,0,0,13300,0,0,0,'Keetar (1)','',NULL,0,68,68,0,1214,2,1.76,1.14286,1,0,231,325,0,292,1,1183,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,13079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22684,0,0,0,0,0,13305,0,0,0,'Masha Swiftcut (1)','',NULL,0,68,68,0,1214,2,1.76,1.14286,1,0,231,325,0,292,1,1183,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,13088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22685,0,0,0,0,0,5945,0,0,0,'Morloch (1)','',NULL,0,68,68,1,59,0,1.77,1.14286,1,0,214,301,0,276,1,2000,2000,2,512,2048,0,0,0,0,0,0,179,266,31,7,0,11657,11657,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,420,'',1,3,1,1,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22686,0,0,0,0,0,10833,0,0,0,'Ryson\'s Eye in the Sky (1)','',NULL,0,58,58,0,1194,0,1.75,1.14286,1,1,100,132,0,242,13,1191,2000,1,0,2048,0,0,0,0,0,0,69,101,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288,1436,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22687,0,0,0,0,0,13249,13250,13251,13252,'Seasoned Guardsman (1)','',NULL,0,68,68,0,1216,0,1.26,1.14286,1,0,231,325,0,292,1,1410,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,13324,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,474,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22688,0,0,0,0,0,13286,13287,13288,13289,'Seasoned Legionnaire (1)','',NULL,0,68,68,0,1214,0,1.27,1.14286,1,0,231,325,0,292,1,1400,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,13329,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,452,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22689,0,0,0,0,0,13645,13646,13647,13648,'Stormpike Commando (1)','',NULL,0,56,56,0,1216,0,1.75,1.14286,1,1,96,127,0,234,13,1191,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,13524,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,1426,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22690,0,0,0,0,0,13274,13275,13276,13277,'Stormpike Defender (1)','',NULL,0,68,68,0,1216,0,1.26,1.14286,1,0,231,325,0,292,1,2000,2000,1,4096,2048,0,0,0,0,0,0,195,289,41,7,0,12050,12050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,408,'',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22691,0,0,0,0,0,13709,13710,13711,13712,'Stormpike Ram Rider (1)','',NULL,0,68,68,0,1216,0,1.78,1.14286,1,1,231,325,0,292,13,1158,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,13576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,786,1036,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22692,0,0,0,0,0,13674,13675,13676,13677,'Stormpike Ranger (1)','',NULL,0,66,66,0,1216,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22693,0,0,0,0,0,13274,13275,13276,13277,'Stormpike Reclaimer (1)','',NULL,0,1,1,0,1216,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22694,0,0,0,0,0,371,0,0,0,'Taskmaster Snivvle (1)','',NULL,0,68,68,0,26,0,1.76,1.14286,1,0,214,301,0,276,1,1175,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,11677,11677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22695,0,0,0,0,0,13319,0,0,0,'Thanthaldis Snowgleam (1)','Stormpike Supply Officer',NULL,0,58,58,0,1334,4224,1.05,1.14286,1,1,100,132,0,242,13,2000,2000,1,4160,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22696,0,0,0,0,0,13299,0,0,0,'Umi Thorson (1)','',NULL,0,68,68,0,1216,0,1.77,1.14286,1,0,231,325,0,292,1,2000,2000,1,4096,2048,0,0,0,0,0,0,195,289,41,7,0,13078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,458,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22697,0,0,0,0,0,13474,0,0,0,'Wing Commander Jeztor (1)','',NULL,0,68,68,0,1215,2,1.75,1.14286,1,1,231,325,0,292,13,2000,2000,1,4160,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2996,3922,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22698,0,0,0,0,0,13471,0,0,0,'Wing Commander Slidore (1)','',NULL,0,68,68,0,1217,2,1.77,1.14286,1,1,231,325,0,292,13,2000,2000,1,4160,2048,0,0,0,0,0,0,195,289,41,7,0,13438,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2742,3590,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22699,0,0,0,0,0,14234,0,0,0,'Dirk Swindle (1)','Bounty Hunter',NULL,0,69,69,0,57,2,1.27,1.14286,1,0,245,346,0,298,1,2000,2000,1,4096,2048,0,0,0,0,0,0,206,302,43,7,0,14188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,522,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22700,0,0,0,0,0,13456,0,0,0,'Lieutenant Greywand (1)','',NULL,0,69,69,0,1216,0,1.78,1.14286,1,1,245,346,0,298,13,2000,2000,1,4160,2048,0,0,0,0,0,0,206,302,43,7,0,13298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4784,6258,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22701,0,0,0,0,0,7864,0,0,0,'Lieutenant Grummus (1)','',NULL,0,69,69,0,1214,0,3.54,1.14286,1,1,245,346,0,298,13,2000,2000,1,4160,2048,0,0,0,0,0,0,206,302,43,6,0,13145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4870,6368,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(22702,0,0,0,0,0,13457,0,0,0,'Lieutenant Largent (1)','',NULL,0,69,69,1,1216,0,1.77,1.14286,1,1,245,346,0,298,13,2000,2000,1,4160,2048,0,0,0,0,0,0,206,302,43,7,0,13296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4784,6258,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22703,0,0,0,0,0,13466,0,0,0,'Lieutenant Lewis (1)','',NULL,0,69,69,0,1214,0,1.77,1.14286,1,1,245,346,0,298,13,2000,2000,1,4160,2048,0,0,0,0,0,0,206,302,43,7,0,13147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4784,6258,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22704,0,0,0,0,0,13458,0,0,0,'Lieutenant Lonadin (1)','',NULL,0,69,69,0,1216,0,1.77,1.14286,1,1,245,346,0,298,13,2000,2000,1,4160,2048,0,0,0,0,0,0,206,302,43,7,0,13299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4784,6258,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22705,0,0,0,0,0,13459,0,0,0,'Lieutenant Mancuso (1)','',NULL,0,69,69,0,1216,0,1.78,1.14286,1,1,245,346,0,298,13,1158,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,13300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4784,6258,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22706,0,0,0,0,0,1693,0,0,0,'Lieutenant Murp <old> (1)','',NULL,0,69,69,0,1214,0,3.54,1.14286,1,1,245,346,0,298,13,2000,2000,1,4160,2048,0,0,0,0,0,0,206,302,43,6,0,13146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4784,6258,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(22707,0,0,0,0,0,13467,0,0,0,'Lieutenant Rugba (1)','',NULL,0,69,69,0,1214,0,1.78,1.14286,1,1,245,346,0,298,13,2000,2000,1,4160,2048,0,0,0,0,0,0,206,302,43,7,0,13137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4784,6258,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22708,0,0,0,0,0,13460,0,0,0,'Lieutenant Spencer (1)','',NULL,0,69,69,0,1216,0,1.78,1.14286,1,1,245,346,0,298,13,2000,2000,1,4160,2048,0,0,0,0,0,0,206,302,43,7,0,13138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4784,6258,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22709,0,0,0,0,0,13461,0,0,0,'Lieutenant Stouthandle (1)','',NULL,0,69,69,0,1216,0,1.77,1.14286,1,1,245,346,0,298,13,1166,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,13297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4784,6258,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22710,0,0,0,0,0,13468,0,0,0,'Lieutenant Stronghoof (1)','',NULL,0,69,69,0,1214,0,1.78,1.14286,1,1,245,346,0,298,13,2000,2000,1,4160,2048,0,0,0,0,0,0,206,302,43,7,0,13143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4870,6368,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22711,0,0,0,0,0,13469,0,0,0,'Lieutenant Vol\'talar (1)','',NULL,0,69,69,0,1214,0,1.77,1.14286,1,1,245,346,0,298,13,2000,2000,1,4160,2048,0,0,0,0,0,0,206,302,43,7,0,13144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4784,6258,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22712,0,0,0,0,0,14232,0,0,0,'Najak Hexxen (1)','Bounty Hunter',NULL,0,69,69,0,877,2,1.27,1.14286,1,0,245,346,0,298,1,2000,2000,1,4096,2048,0,0,0,0,0,0,206,302,43,7,0,14185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,488,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22713,0,0,0,0,0,13654,13655,13656,13657,'Seasoned Commando (1)','',NULL,0,59,59,0,1216,0,1.78,1.14286,1,1,102,135,0,248,13,1158,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13525,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22714,0,0,0,0,0,13262,13263,13264,13265,'Seasoned Defender (1)','',NULL,0,69,69,0,1216,0,1.26,1.14286,1,0,245,346,0,298,1,1410,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,13326,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,516,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22715,0,0,0,0,0,13278,13279,13280,13281,'Seasoned Guardian (1)','',NULL,0,69,69,0,1214,0,1.26,1.14286,1,0,245,346,0,298,1,1410,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,13328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,482,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22716,0,0,0,0,0,13821,13822,13823,13824,'Seasoned Outrunner (1)','',NULL,0,69,69,0,1214,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22717,0,0,0,0,0,13678,13679,13680,13681,'Seasoned Ranger (1)','',NULL,0,69,69,0,1216,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22718,0,0,0,0,0,13813,13814,13815,13816,'Seasoned Reaver (1)','',NULL,0,59,59,0,1214,0,1.77,1.14286,1,1,102,135,0,248,13,1166,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13529,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,1572,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22719,0,0,0,0,0,13254,13255,13256,13257,'Veteran Guardsman (1)','',NULL,0,69,69,0,1216,0,1.26,1.14286,1,0,245,346,0,298,1,1410,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,13333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,416,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22720,0,0,0,0,0,13294,13295,13296,13297,'Veteran Legionnaire (1)','',NULL,0,69,69,0,1214,0,1.26,1.14286,1,0,245,346,0,298,1,1410,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,516,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22721,0,0,0,0,0,13473,0,0,0,'Wing Commander Guse (1)','',NULL,0,69,69,0,1215,3,1.77,1.14286,1,1,245,346,0,298,13,2000,2000,1,4928,2048,0,0,0,0,0,0,206,302,43,7,0,13179,13179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2914,3816,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22722,0,0,0,0,0,13472,0,0,0,'Wing Commander Vipore (1)','',NULL,0,69,69,0,1217,3,1.76,1.14286,1,1,245,346,0,298,13,2000,2000,1,4928,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2490,3260,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22723,0,0,0,0,0,13808,0,0,0,'Jotek (1)','',NULL,0,70,71,0,1214,2,1.8,1.14286,1,1,299,426,0,308,13,2000,2000,1,4160,2048,0,0,0,0,0,0,262,389,48,7,0,13798,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1728,2266,'',1,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22724,0,0,0,0,0,13849,0,0,0,'Mountaineer Boombellow (1)','',NULL,0,71,71,0,1216,2,1.8,1.14286,1,1,299,426,0,308,13,1141,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,13797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2408,3154,'',1,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22725,0,0,0,0,0,11632,0,0,0,'Winterax Berserker (1)','',NULL,0,71,72,0,37,0,1.77,1.14286,1,1,307,438,0,314,13,1166,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,10984,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,1664,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22726,0,0,0,0,0,13340,0,0,0,'Alterac Ram (1)','',NULL,0,70,71,0,1274,0,1.26,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,10990,0,10990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(22727,0,0,0,0,0,13340,0,0,0,'Alterac Ram (1)','',NULL,0,71,71,1,1274,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22728,0,0,0,0,0,8716,0,0,0,'Blizzard Elemental (1)','',NULL,0,1,1,0,16,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22729,0,0,0,0,0,13895,13896,13552,13553,'Coldmine Explorer (1)','',NULL,0,64,65,0,1216,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,13096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22730,0,0,0,0,0,13322,13323,13325,13562,'Coldmine Guard (1)','',NULL,0,64,65,0,1214,2,1.76,1.14286,1,0,200,281,0,278,1,1175,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,13089,13089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22731,0,0,0,0,0,13326,13328,13630,13631,'Coldmine Invader (1)','',NULL,0,64,65,0,1216,0,1.76,1.14286,1,0,200,281,0,278,1,1183,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,13087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22732,0,0,0,0,0,556,308,0,0,'Coldmine Miner (1)','',NULL,0,62,63,0,1216,0,1.76,1.14286,1,0,181,253,0,268,1,1175,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,13317,13317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22733,0,0,0,0,0,13334,0,0,0,'Coldmine Peon (1)','',NULL,0,62,63,0,1214,2,1.76,1.14286,1,0,181,253,0,268,1,1183,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,13316,13316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22734,0,0,0,0,0,13330,13331,13540,13537,'Coldmine Surveyor (1)','',NULL,0,64,65,0,1214,2,1.74,1.14286,1,0,186,260,0,262,1,1200,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,13097,13097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22735,0,0,0,0,0,13383,0,0,0,'Corporal Noreg Stormpike (1)','',NULL,0,68,69,0,1216,3,1.78,1.14286,1,1,245,346,0,298,13,2000,2000,1,4160,2048,0,0,0,0,0,0,206,302,43,7,0,13447,13447,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1976,2590,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22736,0,0,0,0,0,13851,0,0,0,'Corporal Teeka Bloodsnarl (1)','',NULL,6261,56,57,0,1214,3,1.05,1.14286,1,1,98,130,0,238,13,2000,2000,1,4160,2048,0,0,0,0,0,0,68,99,24,7,0,13776,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22737,0,0,0,0,0,10278,0,0,0,'Frostwolf (1)','',NULL,0,60,61,0,1275,0,1.26,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,1,0,0,0,0,127,188,28,1,1,10981,0,10981,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13040,0,0,0,'',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22738,0,0,0,0,0,782,0,0,0,'Frostwolf Bloodhound (1)','',NULL,0,63,64,0,1214,0,1.26,1.14286,1,0,194,274,0,272,1,2000,2000,1,4096,2048,0,1,0,0,0,0,154,226,33,1,0,14282,0,14282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22739,0,0,0,0,0,13398,13399,13400,13401,'Frostwolf Bowman (1)','',NULL,0,69,70,0,1214,0,1.27,1.14286,1,0,252,357,0,304,1,2000,2000,1,4608,2048,0,0,0,0,0,0,215,320,44,7,0,13359,13359,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,694,'',1,3,1,1.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22741,0,0,0,0,0,13430,13431,13432,13433,'Irondeep Explorer (1)','',NULL,0,64,65,0,1214,0,1.74,1.14286,1,0,186,260,0,262,1,1200,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,13099,13099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22743,0,0,0,0,0,13311,13313,13312,13314,'Irondeep Guard (1)','',NULL,0,64,65,0,1216,0,1.76,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,13080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22744,0,0,0,0,0,556,308,0,0,'Irondeep Miner (1)','',NULL,0,62,63,0,1216,0,1.76,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,13396,13396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,0.4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22745,0,0,0,0,0,13335,0,0,0,'Irondeep Peon (1)','',NULL,0,62,63,0,1214,2,1.76,1.14286,1,0,181,253,0,268,1,1183,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,13397,13397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22746,0,0,0,0,0,13434,13435,13436,13437,'Irondeep Raider (1)','',NULL,0,64,65,0,1214,2,1.75,1.14286,1,0,200,281,0,278,1,1191,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,13081,13081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22747,0,0,0,0,0,10285,0,0,0,'Irondeep Shaman (1)','',NULL,0,73,74,0,59,0,1.76,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,11600,11600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22748,0,0,0,0,0,10285,0,0,0,'Irondeep Skullthumper (1)','',NULL,0,64,65,0,59,0,1.76,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,11602,11602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,294,'',1,3,1,0.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22749,0,0,0,0,0,13315,13317,13316,13318,'Irondeep Surveyor (1)','',NULL,0,64,65,0,1216,0,1.73,1.14286,1,0,186,260,0,262,1,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,13098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22750,0,0,0,0,0,10285,0,0,0,'Irondeep Trogg (1)','',NULL,0,62,63,0,59,0,1.76,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,10987,10987,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,296,'',1,3,1,0.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22751,0,0,0,0,0,13891,13892,13538,13539,'Seasoned Coldmine Explorer (1)','',NULL,0,67,67,0,1216,0,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,0,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,432,'',1,3,1,0.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22752,0,0,0,0,0,13567,13568,13569,13570,'Seasoned Coldmine Guard (1)','',NULL,0,66,67,0,1214,2,1.76,1.14286,1,0,225,314,0,288,1,1183,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22753,0,0,0,0,0,13636,13637,13638,13639,'Seasoned Coldmine Invader (1)','',NULL,0,66,67,0,1216,0,1.76,1.14286,1,0,225,314,0,288,1,1183,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22754,0,0,0,0,0,13544,13546,13548,13550,'Seasoned Coldmine Surveyor (1)','',NULL,0,56,57,0,1214,2,1.72,1.14286,1,0,91,121,0,224,1,1216,2000,2,0,2048,0,0,0,0,0,0,62,92,22,7,0,13537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22755,0,0,0,0,0,13769,13770,13771,13772,'Seasoned Irondeep Explorer (1)','',NULL,0,67,67,0,1214,0,1.75,1.14286,1,0,204,287,0,272,1,1191,2000,2,0,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22756,0,0,0,0,0,13781,13782,13783,13784,'Seasoned Irondeep Guard (1)','',NULL,0,66,67,0,1216,0,1.71,1.14286,1,0,225,314,0,288,1,1225,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22757,0,0,0,0,0,13590,13591,13592,13593,'Seasoned Irondeep Raider (1)','',NULL,0,67,67,0,1214,0,1.76,1.14286,1,0,225,314,0,288,1,1175,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22758,0,0,0,0,0,13795,13796,13797,13798,'Seasoned Irondeep Surveyor (1)','',NULL,0,66,67,0,1216,0,1.76,1.14286,1,0,204,287,0,272,1,1183,2000,2,0,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22759,0,0,0,0,0,13383,0,0,0,'Sergeant Durgen Stormpike (1)','',NULL,6262,58,59,0,1216,3,1.05,1.14286,1,1,102,135,0,248,13,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,7,0,13777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,498,660,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22760,0,0,0,0,0,13402,0,0,0,'Sergeant Yazra Bloodsnarl (1)','',NULL,0,66,67,0,1214,3,1.26,1.14286,1,0,225,314,0,288,1,2000,2000,1,4096,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,792,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22761,0,0,0,0,0,10282,0,0,0,'Snowblind Ambusher (1)','',NULL,0,62,63,0,514,0,1.25,1.14286,1,0,181,253,0,268,1,1420,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,11678,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,396,528,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22762,0,0,0,0,0,10282,0,0,0,'Snowblind Harpy (1)','',NULL,0,62,63,0,514,0,1.25,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,10986,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,522,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22763,0,0,0,0,0,10282,0,0,0,'Snowblind Windcaller (1)','',NULL,0,63,64,0,514,0,1.25,1.14286,1,0,168,234,0,252,1,2000,2000,2,0,2048,0,0,0,0,0,0,136,202,27,7,0,11675,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,364,486,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22764,0,0,0,0,0,13340,0,0,0,'Stabled Alterac Ram (1)','',NULL,0,50,51,0,1217,0,1.26,1.14286,1,0,86,114,0,210,1,1410,2000,1,0,2048,0,0,0,0,0,0,59,87,20,1,0,13676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22765,0,0,0,0,0,10278,0,0,0,'Stabled Frostwolf (1)','',NULL,0,50,51,0,1214,0,1.56,1.14286,1,0,86,114,0,210,1,1510,2000,1,0,2048,0,0,0,0,0,0,59,87,20,1,0,13618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22766,0,0,0,0,0,13390,13391,13392,13393,'Stormpike Bowman (1)','',NULL,0,69,70,0,1216,0,1.27,1.14286,1,0,252,357,0,304,1,2000,2000,1,4608,2048,0,0,0,0,0,0,215,320,44,7,0,13358,13358,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,520,688,'',0,3,1,1.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22767,0,0,0,0,0,10828,0,0,0,'Stormpike Owl (1)','',NULL,0,63,64,0,1216,0,1.26,1.14286,1,0,194,274,0,272,1,2000,2000,1,4096,2048,0,26,0,0,0,0,154,226,33,1,1,14283,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13264,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22768,0,0,0,0,0,13449,13451,13453,13452,'Syndicate Agent (1)','',NULL,0,57,57,0,1194,0,1.76,1.14286,1,1,98,130,0,238,13,1183,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,13150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,1474,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22769,0,0,0,0,0,13440,13441,13442,13443,'Syndicate Brigand (1)','',NULL,0,53,53,0,1194,0,1.72,1.14286,1,1,89,119,0,218,13,1216,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,13149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,1286,'',0,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22770,0,0,0,0,0,13893,13894,13547,13549,'Veteran Coldmine Explorer (1)','',NULL,0,68,69,0,1216,0,1.73,1.14286,1,0,224,316,0,282,1,1208,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22771,0,0,0,0,0,13571,13572,13573,13574,'Veteran Coldmine Guard (1)','',NULL,0,68,69,0,1214,2,1.74,1.14286,1,0,245,346,0,298,1,1200,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22772,0,0,0,0,0,13640,13641,13642,13643,'Veteran Coldmine Invader (1)','',NULL,0,68,69,0,1216,0,1.74,1.14286,1,0,245,346,0,298,1,1200,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22773,0,0,0,0,0,13554,13555,13556,13557,'Veteran Coldmine Surveyor (1)','',NULL,0,68,69,0,1214,2,1.74,1.14286,1,0,224,316,0,282,1,1200,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22774,0,0,0,0,0,13773,13774,13775,13776,'Veteran Irondeep Explorer (1)','',NULL,0,58,59,0,1214,0,1.73,1.14286,1,0,102,135,0,248,1,1208,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13541,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22775,0,0,0,0,0,13785,13787,13786,13788,'Veteran Irondeep Guard (1)','',NULL,0,68,69,0,1216,0,1.74,1.14286,1,0,245,346,0,298,1,1200,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22776,0,0,0,0,0,13594,13595,13596,13597,'Veteran Irondeep Raider (1)','',NULL,0,59,59,0,1214,0,1.76,1.14286,1,0,102,135,0,248,1,1183,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13544,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22777,0,0,0,0,0,13799,13800,13801,13802,'Veteran Irondeep Surveyor (1)','',NULL,0,68,69,0,1216,0,1.71,1.14286,1,0,224,316,0,282,1,1225,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22778,0,0,0,0,0,371,0,0,0,'Whitewhisker Digger (1)','',NULL,0,62,63,0,26,0,1.76,1.14286,1,0,181,253,0,268,1,1175,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,11603,11603,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,296,'',1,3,1,0.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22779,0,0,0,0,0,371,0,0,0,'Whitewhisker Geomancer (1)','',NULL,0,63,64,0,26,0,1.76,1.14286,1,0,168,234,0,252,1,1183,2000,2,0,2048,0,0,0,0,0,0,136,202,27,7,0,11604,11604,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22780,0,0,0,0,0,371,0,0,0,'Whitewhisker Overseer (1)','',NULL,0,64,65,0,26,0,1.76,1.14286,1,0,200,281,0,278,1,1175,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,11605,11605,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.6,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22781,0,0,0,0,0,371,0,0,0,'Whitewhisker Tunnel Rat (1)','',NULL,0,1,1,0,26,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22782,0,0,0,0,0,371,0,0,0,'Whitewhisker Vermin (1)','',NULL,0,62,63,0,26,0,1.76,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,10982,10982,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,334,'',1,3,1,0.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22783,0,0,0,0,0,10792,0,0,0,'Wildpaw Alpha (1)','',NULL,0,68,69,0,39,0,1.25,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,352,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22784,0,0,0,0,0,494,0,0,0,'Wildpaw Brute (1)','',NULL,0,66,67,0,39,0,1.26,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,11839,11839,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,338,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22785,0,0,0,0,0,494,0,0,0,'Wildpaw Gnoll (1)','',NULL,0,62,63,0,39,0,1.25,1.14286,1,0,181,253,0,268,1,1420,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,522,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22786,0,0,0,0,0,494,0,0,0,'Wildpaw Mystic (1)','',NULL,0,66,67,0,39,0,1.26,1.14286,1,0,204,287,0,272,1,2000,2000,2,0,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,298,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22787,0,0,0,0,0,494,0,0,0,'Wildpaw Shaman (1)','',NULL,0,63,64,0,39,0,1.25,1.14286,1,0,168,234,0,252,1,2000,2000,2,0,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,264,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22788,0,0,0,0,0,14017,14019,14018,14020,'Winterax Axe Thrower (1)','',NULL,0,60,60,0,37,0,1.76,1.14286,1,1,104,138,0,252,13,1183,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,12156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,1560,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22789,0,0,0,0,0,14021,14023,14022,14024,'Winterax Hunter (1)','',NULL,0,59,59,0,37,0,1.75,1.14286,1,1,102,135,0,248,13,1191,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,12158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,1426,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22790,0,0,0,0,0,14026,14028,14027,14029,'Winterax Mystic (1)','',NULL,0,58,58,0,37,0,1.76,1.14286,1,1,100,132,0,242,13,1175,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13956,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,304,1522,'',1,3,1,3,2.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22791,0,0,0,0,0,14030,14032,14031,14033,'Winterax Seer (1)','',NULL,0,59,59,0,37,0,1.77,1.14286,1,1,102,135,0,248,13,1166,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13958,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,1572,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22792,0,0,0,0,0,14060,14061,14062,14063,'Winterax Shadow Hunter (1)','',NULL,0,59,60,0,37,0,1.78,1.14286,1,1,104,138,0,252,13,1158,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,12157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,1624,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22793,0,0,0,0,0,2714,0,0,0,'Winterax Tracker (1)','',NULL,0,1,1,0,37,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8841,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22794,0,0,0,0,0,14013,14015,14014,14016,'Winterax Troll (1)','',NULL,0,67,68,0,37,0,1.76,1.14286,1,1,231,325,0,292,13,1175,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,10983,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,304,1522,'',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22795,0,0,0,0,0,14052,14054,14053,14055,'Winterax Warrior (1)','',NULL,0,60,60,0,37,0,1.78,1.14286,1,1,104,138,0,252,13,1158,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13957,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,1624,'',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22796,0,0,0,0,0,14034,14036,14035,14037,'Winterax Witch Doctor (1)','',NULL,0,59,60,0,37,0,1.78,1.14286,1,1,104,138,0,252,13,1158,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,11679,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,1624,'',1,3,1,4.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22797,0,0,0,0,0,14056,14058,14057,14059,'Withered Troll (1)','',NULL,0,1,1,0,37,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22807,0,0,0,0,0,21087,0,0,0,'Lost Torranche','',NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,12,0,0,0,0,215,320,44,1,1,22807,0,70064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11669,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,184,1,0,0,'',12340),(22818,0,0,0,0,0,19091,0,0,0,'Draenei Orphan','',NULL,8565,1,1,1,1818,3,1,1,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,12,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22820,0,0,0,0,0,21101,0,0,0,'Seer Olum','',NULL,8564,70,70,0,1820,3,1.3,1.14286,1,0,234,331,0,286,1,2000,1500,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22824,0,0,0,0,0,17612,0,0,0,'Ethereum Glaive','',NULL,0,69,70,1,1796,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(22836,0,0,0,0,0,21110,0,0,0,'Jheel','',NULL,8567,1,1,1,35,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33536,2048,0,0,0,0,0,0,1,2,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22838,0,0,0,0,0,17035,11686,0,0,'Outland Children\'s Week Aeris Landing Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cw_area_trigger',12340),(22888,0,0,0,0,0,1126,11686,0,0,'Vengeful Harbinger Event Starter','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,181,1,0,2,'',12340),(22900,0,0,0,0,0,19653,0,0,0,'Tortured Protectorate Vanguard','The Protectorate',NULL,0,70,70,1,1795,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,2,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22910,0,0,0,0,0,19677,0,0,0,'Skulloc Soulgrinder','Son of Gruul',NULL,0,70,70,1,14,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,8,22910,0,0,0,0,0,0,0,0,39621,39622,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,125,1,0,0,'',12340),(22911,0,0,0,0,0,18031,0,0,0,'Vim\'gol the Vile','',NULL,0,70,70,1,14,0,1,1.14286,1,1,248,363,0,135,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,8,0,0,0,0,0,0,0,0,0,28902,40545,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,134,1,0,0,'',12340),(22912,0,0,0,0,0,11686,0,0,0,'Sundered Spirit','',NULL,0,70,70,1,14,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),(22923,0,0,0,0,0,5494,11686,0,0,'Simon Game Bunny','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_simon_bunny',12340),(22941,0,0,0,0,0,19755,0,0,0,'Mog\'dorg the Wizened','',NULL,8620,68,68,1,35,3,1.125,1.14286,1,0,231,325,0,292,1,2000,1617,1,2,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),(22958,0,0,0,0,0,21152,0,0,0,'Green Riding Nether Ray','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(22967,0,0,0,0,0,20712,20713,20714,20715,'Scryer Cavalier','',NULL,0,69,69,1,1855,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22975,0,0,0,0,0,21155,0,0,0,'Purple Riding Nether Ray','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(22976,0,0,0,0,0,21158,0,0,0,'Red Riding Nether Ray','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(22977,0,0,0,0,0,21157,0,0,0,'Silver Riding Nether Ray','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(22978,0,0,0,0,0,21156,0,0,0,'Blue Riding Nether Ray','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(22995,0,0,0,0,0,19905,0,0,0,'Chort','',NULL,8657,66,66,1,35,3,1.1,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),(23007,0,0,0,0,0,18660,0,0,0,'Paulsta\'ats','Consortium Quartermaster',NULL,0,64,64,1,1731,4224,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,0,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23019,0,0,0,0,0,169,17612,0,0,'The Soulgrinder','',NULL,0,70,70,0,290,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23037,0,0,0,0,0,3680,11686,0,0,'Soulgrinder Ritual Bunny','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23040,0,0,0,0,0,20570,11686,0,0,'Vim\'gol\'s Circle Bunny','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23052,0,0,0,0,0,19905,11549,11550,19755,'Bloodmaul Supplicant','',NULL,8640,65,68,1,1781,1,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),(23053,0,0,0,0,0,19762,19756,19765,11544,'Bladespire Supplicant','',NULL,8640,65,68,1,1780,3,1.125,1.14286,1,0,231,325,0,292,1,1376,1617,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1033,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),(23055,0,0,0,0,0,18832,0,0,0,'Felguard Degrader','',NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,40220,40219,40221,40497,0,0,0,0,0,0,0,0,'',0,3,1,15,3,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(23056,0,0,0,0,0,16480,11686,0,0,'Ogre Drum Bunny','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23059,0,0,0,0,0,16480,19595,0,0,'Legion Ring Event InvisMan','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23061,0,0,0,0,0,24139,0,0,0,'Rivendark','',NULL,0,72,72,1,14,0,1.3,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,40,23061,0,70064,0,0,0,0,0,0,40505,40636,34267,40032,0,0,0,0,0,0,2100,4633,'SmartAI',0,7,1,25,10,1,0,32732,0,0,0,0,0,260,1,612581375,0,'',12340),(23063,0,0,0,0,0,16480,19595,0,0,'Overseer Shartuul','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23076,0,0,0,0,0,21343,0,0,0,'Legion Flak Cannon','',NULL,0,71,72,1,90,0,1,0.99206,1,1,307,438,0,314,7.5,2000,2000,1,131332,2048,0,0,0,0,0,0,270,401,53,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(23077,0,0,0,0,0,17035,11686,0,0,'[PH]Knockdown Fel Cannon Dummy','',NULL,0,70,70,1,90,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,4,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23078,0,0,0,0,0,16480,19595,0,0,'Fel Imp Defender','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.25,3,1,0,0,0,0,0,0,0,180,1,0,128,'',12340),(23087,0,0,0,0,0,21242,0,0,0,'Sewer Crocolisk','',NULL,0,1,1,0,31,0,1.2,1.14286,1,0,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(23088,30795,0,0,0,0,21245,0,0,0,'Ogre Smoke Image','',NULL,0,62,63,1,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23094,0,0,0,0,0,17864,18485,17006,0,'Minion of Sar\'this','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23110,30796,0,0,0,0,21327,0,0,0,'Ogri\'la Keg King','Drink Vendor',NULL,8721,71,73,1,1872,129,1.1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),(23112,30792,0,0,0,0,21327,0,0,0,'Mingo','Reagents',NULL,8724,71,73,1,1872,129,1.1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),(23113,0,0,0,0,0,18169,0,0,0,'Doomguard Punisher','',NULL,0,71,71,1,1829,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,3,0,0,0,0,0,0,0,0,0,0,40560,40561,40563,40565,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23115,30798,0,0,0,0,19906,0,0,0,'Ogri\'la Peacekeeper','',NULL,0,71,73,1,1874,0,1.48,1.14286,1,1,316,450,0,320,4.6,1500,1650,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,51,1,0,32768,'',12340),(23116,0,0,0,0,0,16480,14501,0,0,'Warp-Gate Shield','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23118,0,0,0,0,0,1126,16946,0,0,'Bombing Run Target Bunny','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23119,0,0,0,0,0,1126,16946,0,0,'Bombing Run Explosion Bunny','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23120,0,0,0,0,0,21258,0,0,0,'Sky Sergeant Vanderlip','',NULL,8642,70,70,1,1856,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23128,0,0,0,0,0,21264,0,0,0,'Master Pyreanor','Paladin Trainer',NULL,6647,70,70,1,1695,49,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,2,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,603,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23173,0,0,0,0,0,16480,19595,0,0,'Felhound Defender','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,0,0,0,0,0,0,0,0,0,0,40671,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,210,1,0,128,'',12340),(23174,30763,0,0,0,0,18288,0,0,0,'Crystalfused Miner','',NULL,0,70,70,1,90,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,23174,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23188,0,0,0,22197,0,21316,0,0,0,'Dragonmaw Transporter','',NULL,0,70,70,1,93,0,1,1.38571,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,2048,23188,0,0,0,0,0,0,0,0,38858,38859,19503,38861,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.3,1,1,0,32509,0,0,0,0,0,0,1,0,2,'',12340),(23199,0,0,0,0,0,16480,19595,0,0,'Gan\'arg Underling','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23208,0,0,0,0,0,21169,0,0,0,'Skyguard Pyrotechnician','',NULL,8737,70,70,1,1856,129,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23212,0,0,0,0,0,16480,19595,0,0,'Mo\'arg Tormenter','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,0,0,0,0,0,0,0,0,0,0,40630,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,1,1,0,0,0,0,0,0,0,180,1,0,128,'',12340),(23218,0,0,0,0,0,19905,11549,11550,19755,'Bloodmaul Agent','',NULL,0,65,68,1,35,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,2,'',12340),(23220,0,0,0,0,0,21527,0,0,0,'Shivan Assassin','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,0,0,0,0,0,0,0,0,0,40736,41597,40737,41593,0,0,0,0,0,0,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,169,1,0,0,'',12340),(23230,0,0,0,0,0,20975,0,0,0,'Shartuul','',NULL,0,73,73,1,1829,0,1,1.14286,1,1,313,448,0,302,35,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,3,0,23230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,10,1,0,0,0,0,0,0,0,155,1,617299803,0,'',12340),(23231,0,0,0,0,0,21381,0,0,0,'Willy','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(23233,0,0,0,0,0,21404,0,0,0,'Chu\'a\'lor','',NULL,8681,70,70,1,1872,3,1.125,1.14286,1,0,252,357,0,304,1,1500,1650,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23234,0,0,0,0,0,21362,0,0,0,'Bananas','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(23246,0,0,0,0,0,21487,0,0,0,'Slavering Slave','',NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.95,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23253,0,0,0,0,0,21366,0,0,0,'Kronk','',NULL,8679,70,70,1,1872,3,1.125,1.14286,1,0,252,357,0,304,1,1500,1650,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23255,0,0,0,0,0,1126,11686,0,0,'Kronk\'s Book Bunny','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23256,30800,0,0,0,0,21374,0,0,0,'Ogri\'la Storyteller','',NULL,0,71,73,1,1872,0,1.125,1.14286,1,0,316,450,0,320,1,1500,1650,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),(23260,0,0,0,0,0,16480,18657,0,0,'Legion Ring Event InvisMan Lg','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23261,0,0,0,0,0,12869,0,0,0,'Furywing','',NULL,0,72,72,1,14,0,1.3,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,40,23261,0,70064,0,0,0,0,0,0,15284,22686,15847,37638,0,0,0,0,0,0,2100,4633,'SmartAI',0,7,1,25,10,1,0,32732,0,0,0,0,0,260,1,612581375,0,'',12340),(23262,0,0,0,0,0,5187,11686,0,0,'Ethereal Ring, Forge','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23266,0,0,0,0,0,21393,0,0,0,'Peanut','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(23278,0,0,0,0,0,16480,19595,0,0,'Portable Fel Cannon','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,9,0,0,0,0,0,0,0,0,0,0,36238,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,3,1,0,0,0,0,0,0,0,180,1,16384,0,'',12340),(23281,0,0,0,0,0,12869,0,0,0,'Insidion','',NULL,0,72,72,1,14,0,1.3,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,40,23281,0,70064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,4633,'SmartAI',0,7,1,25,10,1,0,32732,0,0,0,0,0,260,1,612581375,0,'',12340),(23282,0,0,0,0,0,12869,0,0,0,'Obsidia','',NULL,0,71,72,1,14,0,1.3,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,40,23282,0,70064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,4633,'SmartAI',0,4,1,25,10,1,0,32732,0,0,0,0,0,260,1,612581375,0,'',12340),(23300,0,0,0,0,0,21405,0,0,0,'Gahk','',NULL,8680,70,70,1,1872,3,1.125,1.14286,1,0,252,357,0,304,1,1500,1650,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23301,0,0,0,0,0,1126,11686,0,0,'Dragon Bunny','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23310,0,0,0,0,0,16480,19595,0,0,'Fel Portal Alarm','',NULL,0,60,60,1,35,0,1,1.14286,3,0,2,2,0,24,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23316,0,0,0,0,0,21406,0,0,0,'Torkus','',NULL,8678,70,70,1,1872,2,1.125,1.14286,1,0,252,357,0,304,1,1500,1650,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23322,0,0,0,0,0,11686,0,0,0,'Banishing Crystal Bunny 01','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23323,0,0,0,0,0,16480,19595,0,0,'Fel Eye Stalk','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23327,0,0,0,0,0,11686,0,0,0,'Banishing Crystal Bunny 02','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23328,0,0,0,0,0,16480,18657,0,0,'Legion Ring - Eredar Breath Target','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23334,0,0,0,0,0,21414,0,0,0,'Sky Commander Keller','',NULL,8669,70,70,1,1856,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23335,0,0,0,0,0,21415,0,0,0,'Skyguard Khatie','',NULL,8670,70,70,1,1856,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23343,0,0,0,0,0,21423,0,0,0,'Wrangled Aether Ray','',NULL,0,70,71,1,35,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,2,2048,0,34,0,0,0,0,262,389,48,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,1,1,1,1,0,0,0,0,0,0,0,257,1,0,2,'',12340),(23347,30811,0,0,0,0,21428,0,0,0,'Tork','',NULL,0,65,65,1,1872,0,1.125,1.14286,1,0,200,281,0,278,1,1500,1650,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),(23362,30812,0,0,0,0,21432,0,0,0,'Torki','',NULL,0,65,65,1,1872,0,1.125,1.14286,1,0,200,281,0,278,1,1500,1650,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),(23365,30813,0,0,0,0,21433,0,0,0,'Torkus Jr.','',NULL,0,65,65,1,1872,0,1.125,1.14286,1,0,186,260,0,262,1,1500,1650,2,0,2048,0,0,0,0,0,0,153,227,29,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,153,1,0,2,'',12340),(23380,0,0,0,0,0,21444,0,0,0,'Bronco','',NULL,0,69,70,0,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(23382,0,0,0,0,0,5187,11686,0,0,'Simon Game Summon Target','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23385,0,0,0,0,0,17519,17612,0,0,'Simon Unit','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23386,30773,0,0,0,0,18288,0,0,0,'Gan\'arg Analyzer','',NULL,0,70,70,0,90,0,1.19,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,23386,23386,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23392,0,0,0,0,0,21459,0,0,0,'Skyguard Stable Master','Stable Master',NULL,9821,70,70,0,1856,4194305,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'npc_stable_master',12340),(23395,0,0,0,0,0,1126,11686,0,0,'Bash\'ir Landing Boss Bunny','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23406,0,0,0,0,0,794,0,0,0,'Jimmy McWeaksauce','The Brothers McWeaksauce',NULL,0,15,15,0,35,4096,1.2,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23407,0,0,0,0,0,796,0,0,0,'Johnny McWeaksauce','The Brothers McWeaksauce',NULL,0,65,65,1,35,0,1.2,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23413,0,0,0,0,0,21480,0,0,0,'Skyguard Handler Irena','',NULL,8718,70,70,1,1856,1,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_taxi',12340),(23428,0,0,0,0,0,21507,0,0,0,'Jho\'nass','Ogri\'la Quartermaster',NULL,8726,70,70,1,1872,131,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23439,0,0,0,0,0,21155,0,0,0,'Hungry Nether Ray','',NULL,0,69,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(23455,0,0,0,0,0,21520,0,0,0,'Onyx Netherwing Drake','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(23456,0,0,0,0,0,21521,0,0,0,'Azure Netherwing Drake','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(23457,0,0,0,0,0,21522,0,0,0,'Veridian Netherwing Drake','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(23458,0,0,0,0,0,21523,0,0,0,'Purple Netherwing Drake','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(23459,0,0,0,0,0,21524,0,0,0,'Violet Netherwing Drake','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(23460,0,0,0,0,0,21525,0,0,0,'Cobalt Netherwing Drake','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(23473,0,0,0,0,0,21499,0,0,0,'Aether-tech Apprentice','',NULL,8736,70,70,0,35,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23496,0,0,0,0,0,169,15880,0,0,'Akama Event Trigger','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23500,0,0,0,0,0,16480,19595,0,0,'Legion Ring Shield Zapper InvisMan','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23512,0,0,0,0,0,1126,11686,0,0,'Crystalforge Bunny','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23157,0,0,0,0,0,21344,0,0,0,'Aluyen','Reagents',NULL,0,70,70,1,1820,2176,1.08,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.9,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23243,0,0,0,0,0,21499,0,0,0,'Aether-tech Assistant','',NULL,0,70,70,0,35,128,1.125,1.14286,1,0,252,357,0,304,1,1500,1650,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23244,0,0,0,0,0,21500,0,0,0,'Aether-tech Adept','',NULL,0,70,70,0,35,128,1.125,1.14286,1,0,252,357,0,304,1,1500,1650,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23245,0,0,0,0,0,21501,0,0,0,'Aether-tech Master','',NULL,0,70,70,0,35,128,1.125,1.14286,1,0,252,357,0,304,1,1500,1650,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23447,0,0,0,0,0,21513,0,0,0,'Sergeant Kien','Armor Quartermaster',NULL,0,65,65,1,1604,128,1.1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23139,0,0,0,0,0,21274,0,0,0,'Overlord Mor\'ghor','',NULL,8666,73,73,1,1863,2,1.25,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,39704,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23140,0,0,0,0,0,21275,0,0,0,'Taskmaster Varkule Dragonbreath','',NULL,8652,73,73,1,1863,2,1.71,1.14286,1,1,316,450,0,320,4.6,1435,1684,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23370,0,0,0,0,0,21438,0,0,0,'Dragonmaw Tower Controller','',NULL,0,71,71,1,1865,0,1.48,1.14286,1,1,299,426,0,308,4.6,1435,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(23149,0,0,0,0,0,19975,0,0,0,'Mistress of the Mines','',NULL,8694,70,70,1,1865,2,1.71,1.14286,1,1,252,357,0,304,4.6,1435,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24484,0,0,0,0,0,21854,21856,21855,21857,'Brewfest Reveler','',NULL,0,50,50,0,775,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_brewfest_reveler',12340),(23511,0,0,0,0,0,22628,0,0,0,'Gordok Brew Apprentice','Gordok Brew Vendor',NULL,8772,50,50,0,35,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23482,0,0,0,0,0,22394,0,0,0,'Barleybrew Apprentice','Barleybrew Brew Vendor',NULL,8770,50,50,0,774,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23510,0,0,0,0,0,22396,0,0,0,'Thunderbrew Apprentice','Thunderbrew Brew Vendor',NULL,8771,50,50,0,774,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23521,0,0,0,0,0,22385,0,0,0,'Anne Summers','Cheese Vendor',NULL,0,30,30,0,774,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23702,0,0,0,0,0,24860,0,0,0,'Thunderbrew Festive Keg','',NULL,0,6,6,0,35,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,256,2048,0,0,0,0,0,0,24,36,6,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(23558,0,0,0,0,0,22454,0,0,0,'Neill Ramstein','Ram Racing Master',NULL,8934,30,30,0,774,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_brewfest_keg_reciver',12340),(23684,0,0,0,0,0,21837,0,0,0,'Ita Thunderbrew','Brewmaiden',NULL,0,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23808,0,0,0,0,0,16925,0,0,0,'[DND] Brewfest Keg Move to Target','',NULL,0,80,80,2,190,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_brewfest_super_brew_trigger',12340),(24766,0,0,0,0,0,4626,16925,0,0,'[DND] Brewfest Face Me Bunny','',NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23683,0,0,0,0,0,21836,0,0,0,'Maeve Barleybrew','Brewmaiden',NULL,0,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23488,0,0,0,0,0,1126,11686,0,0,'Brewfest Crowd','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23700,0,0,0,0,0,24860,0,0,0,'Barleybrew Festive Keg','',NULL,0,6,6,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,256,2048,0,0,0,0,0,0,1,1,0,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(23628,0,0,0,0,0,22451,0,0,0,'Daran Thunderbrew','',NULL,0,50,50,0,35,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23627,0,0,0,0,0,22450,0,0,0,'Becan Barleybrew','',NULL,0,50,50,0,35,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23710,0,0,0,0,0,21701,0,0,0,'Belbi Quikswitch','Token Redeemer',NULL,8783,65,65,0,875,131,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24468,0,0,0,0,0,22455,0,0,0,'Pol Amberstill','Ram Racing Apprentice',NULL,8958,30,30,0,774,131,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24710,0,0,0,0,0,22603,0,0,0,'Ipfelkofer Ironkeg','Brewfest Organizer',NULL,8994,50,50,0,1733,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23703,0,0,0,0,0,16925,0,0,0,'[DND] Brewfest Dark Iron Event Generator','',NULL,0,80,80,2,35,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_dark_iron_attack_generator',12340),(23522,0,0,0,0,0,22384,0,0,0,'Arlen Lochlan','Bread Vendor',NULL,0,30,30,0,774,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23698,0,0,0,0,0,22461,0,0,0,'Drunken Brewfest Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23525,0,0,0,0,0,22391,0,0,0,'Brother Cartwright','Wine Vendor',NULL,0,30,30,0,774,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24108,0,0,0,0,0,22162,0,0,0,'Self-Turning and Oscillating Utility Target','S.T.O.U.T.',NULL,0,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23706,0,0,0,0,0,24860,0,0,0,'Gordok Festive Keg','',NULL,0,6,6,0,35,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,256,2048,0,0,0,0,0,0,65,95,23,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(23486,0,0,0,0,0,21574,0,0,0,'Goldark Snipehunter','',NULL,9006,65,65,0,55,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24109,0,0,0,0,0,21693,21072,0,0,'[DND] Brewfest Target Dummy Move To Target','',NULL,0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(24463,0,0,0,0,0,22631,0,0,0,'Swift Racing Ram','',NULL,0,1,2,0,35,0,1,1.38571,1,0,2,3,0,25,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(24462,0,0,0,0,0,22630,0,0,0,'Racing Ram','',NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(23487,0,0,0,0,0,22349,0,0,0,'Wild Wolpertinger','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(23696,0,0,0,0,0,22628,0,0,0,'Gordok Brew Chief','',NULL,0,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23685,0,0,0,0,0,22628,0,0,0,'Gordok Brew Barker','',NULL,0,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23481,0,0,0,0,0,22390,0,0,0,'Keiran Donoghue','Sausage Vendor',NULL,0,30,30,0,774,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22943,0,0,0,0,0,22349,0,0,0,'Wolpertinger','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(23635,0,0,0,0,0,8848,0,0,0,'Krixx','Zeppelin Engineer',NULL,8767,45,45,0,29,1,1,1.14286,1,0,76,100,0,184,1,1000,2000,1,4096,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24497,0,0,0,0,0,22487,0,0,0,'Ram Master Ray','Ram Racing Master',NULL,8976,30,30,0,775,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_brewfest_keg_reciver',12340); -INSERT INTO `creature_template` VALUES (24510,0,0,0,0,0,22498,0,0,0,'Driz Tumblequick','Ram Racing Apprentice',NULL,8958,30,30,0,775,131,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23605,0,0,0,0,0,1318,0,0,0,'Bron','Sausage Vendor',NULL,0,30,30,0,775,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23606,0,0,0,0,0,22513,0,0,0,'Suntouched Apprentice','Wine Vendor',NULL,0,30,30,0,775,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24711,0,0,0,0,0,22605,0,0,0,'Tapper Swindlekeg','Brewfest Organizer',NULL,8999,50,50,0,1734,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24501,0,0,0,0,0,22490,0,0,0,'Drohn\'s Distillery Apprentice','Drohn\'s Distillery Brew Vendor',NULL,8971,50,50,0,775,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24492,0,0,0,0,0,22494,0,0,0,'Drohn\'s Distillery Barker','',NULL,0,50,50,0,775,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24493,0,0,0,0,0,22495,0,0,0,'T\'chali\'s Voodoo Brewery Barker','',NULL,0,50,50,0,775,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24498,0,0,0,0,0,22488,0,0,0,'Cort Gorestein','',NULL,0,50,50,0,775,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24657,0,0,0,0,0,22553,0,0,0,'Glodrak Huntsniper','',NULL,9016,65,65,0,775,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24495,0,0,0,0,0,22480,0,0,0,'Blix Fixwidget','Token Redeemer',NULL,8968,65,65,0,775,131,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24499,0,0,0,0,0,22489,0,0,0,'Ja\'ron','',NULL,0,50,50,0,775,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23604,0,0,0,0,0,7358,0,0,0,'Agnes Farwithers','Cheese Vendor',NULL,0,30,30,0,775,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23603,0,0,0,0,0,4728,0,0,0,'Uta Roughdough','Bread Vendor',NULL,0,30,30,0,775,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24373,0,0,0,0,0,24860,0,0,0,'T\'chali\'s Voodoo Brew Festive Keg','',NULL,0,6,6,0,35,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,256,2048,0,0,0,0,0,0,24,36,6,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(24372,0,0,0,0,0,24860,0,0,0,'Drohn\'s Distillery Festive Keg','',NULL,0,6,6,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,256,2048,0,0,0,0,0,0,1,1,0,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(23533,0,0,0,0,0,22492,0,0,0,'T\'chali\'s Voodoo Brewery Apprentice','Voodoo Brew Vendor',NULL,8972,50,50,0,775,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24265,0,0,0,0,0,4626,0,0,0,'[DND] Brewfest Speed Bunny Red','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24264,0,0,0,0,0,4626,0,0,0,'[DND] Brewfest Speed Bunny Yellow','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24263,0,0,0,0,0,4626,0,0,0,'[DND] Brewfest Speed Bunny Green','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23531,0,0,0,0,0,22732,0,0,0,'Eversong Pink Elekk','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23530,0,0,0,0,0,22732,0,0,0,'Tirisfal Pink Elekk','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23529,0,0,0,0,0,22732,0,0,0,'Mulgore Pink Elekk','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23966,0,0,0,0,0,21939,0,0,0,'Magic Broom',NULL,NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(23537,0,0,0,0,0,11686,0,0,0,'Headless Horseman - Fire (DND)','',NULL,0,65,70,0,14,0,1,1.14286,1,0,248,363,0,135,1,2000,0,8,33554432,2048,8,0,0,0,0,0,233,347,28,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_hallows_end_train_fire',12340),(23682,0,0,0,0,0,22351,0,0,0,'Headless Horseman','',NULL,0,80,80,2,14,0,1,1.14286,1,1,417,582,0,608,7.5,2000,0,2,256,2048,8,0,0,0,0,0,341,506,80,10,1024,23682,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,33277,0,0,0,0,0,167,1,650854267,0,'boss_headless_horseman',12340),(23686,0,0,0,0,0,11686,0,0,0,'Headless Horseman Flame Bunny','',NULL,0,70,70,2,14,0,1,1.14286,1,0,248,363,0,135,1,2000,0,8,33554432,2048,8,0,0,0,0,0,233,347,28,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_soh_fire_trigger',12340),(23758,0,0,0,0,0,5187,11686,0,0,'Headless Horseman - Earth Explosion Bunny','',NULL,0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23800,0,0,0,0,0,22352,0,0,0,'Headless Horseman, Unhorsed','',NULL,0,70,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(24034,0,0,0,0,0,2027,21342,0,0,'Headless Horseman - Wisp Invis','',NULL,0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24700,0,0,0,0,0,22352,0,0,0,'Headless Horseman, friendly','',NULL,0,70,70,2,1812,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(24814,0,0,0,0,0,22653,0,0,0,'Headless Horseman\'s Mount','',NULL,0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,8388624,2,'',12340),(23619,0,0,0,0,0,21659,0,0,0,'Bergrisst','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,768,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(23623,0,0,0,0,0,21661,0,0,0,'Chief Thunder-Skins','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(23624,0,0,0,0,0,21662,0,0,0,'Mai\'Kyl','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(23625,0,0,0,0,0,21665,0,0,0,'Samuro','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(23626,0,0,0,0,0,21666,0,0,0,'Sig Nicious','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(24519,0,0,0,0,0,22504,0,0,0,'Costumed Orphan Matron','',NULL,0,12,12,0,1732,3,1.1,1.14286,1,0,17,22,0,46,1,2000,0,1,4096,2048,8,0,0,0,0,0,11,17,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_costumed_orphan_matron',12340),(23973,0,0,0,0,0,22499,0,0,0,'Masked Orphan Matron','',NULL,0,12,12,0,1735,3,1.1,1.14286,1,0,17,22,0,46,1,2000,0,1,4096,2048,8,0,0,0,0,0,11,17,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_costumed_orphan_matron',12340),(23712,0,0,0,0,0,252,257,251,221,'Touring Orphan','',NULL,0,1,3,0,12,1,1.1,1.14286,1,0,3,4,0,28,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,2,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23103,0,0,0,0,0,11466,0,0,0,'Derek the Undying','Mage Trainer',NULL,63,58,58,0,68,48,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,8,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(23713,0,0,0,0,0,8848,0,0,0,'Kraxx','Zeppelin Engineer',NULL,8786,45,45,0,29,1,1,1.14286,1,0,76,100,0,184,1,1000,2000,1,4096,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23971,0,0,0,0,0,14589,14616,0,0,'Traveling Orphan','',NULL,0,1,3,0,29,1,1.1,1.14286,1,0,3,4,0,28,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,2,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(953,0,0,0,0,0,351,0,0,0,'Spawn Test One','TEST MOB',NULL,0,15,15,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1401,0,0,0,0,0,134,0,0,0,'Test Squirrel','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1758,0,0,0,0,0,278,0,0,0,'Warlock (TEST)','',NULL,0,20,20,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1759,0,0,0,0,0,198,0,0,0,'Mage (TEST)','',NULL,0,20,20,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1760,0,0,0,0,0,282,0,0,0,'Warrior (TEST)','',NULL,0,20,20,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1761,0,0,0,0,0,190,0,0,0,'Priest (TEST)','',NULL,0,20,20,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1762,0,0,0,0,0,149,0,0,0,'Rogue (TEST)','',NULL,0,20,20,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1850,0,0,0,0,0,10612,0,0,0,'Putridius','',NULL,0,58,58,0,16,0,1,1.14286,1,2,100,132,0,242,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,1850,0,0,0,0,0,0,0,0,12946,10101,10966,17650,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(1979,0,0,0,0,0,868,0,0,0,'TEST WOLF (ALPHA FIRST)','',NULL,0,2,2,0,32,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,50432,0,0,0,0,0,100,1,0,0,'',12340),(1980,0,0,0,0,0,869,0,0,0,'TEST WOLF (ALPHA SECOND)','',NULL,0,2,2,0,32,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,50432,0,0,0,0,0,100,1,0,0,'',12340),(2051,0,0,0,0,0,907,0,0,0,'Twain The Tester FOO','Model and Texture',NULL,0,56,56,0,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2154,0,0,0,0,0,907,0,0,0,'Jesse The Tester','Model and Texture',NULL,0,56,56,0,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2424,0,0,0,0,0,280,0,0,0,'Guild Banker','Guild Banker',NULL,0,62,62,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(3201,0,0,0,0,0,2582,0,0,0,'Scott Mercer','',NULL,0,62,62,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4450,0,0,0,0,0,7209,0,0,0,'Rugfizzle','Goblin Ticket Redeemer',NULL,0,35,35,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4942,0,0,0,0,0,1634,0,0,0,'Test Petition Giver','Test',NULL,0,12,12,0,80,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5063,0,0,0,0,0,365,0,0,0,'Pat\'s Test Kobold','',NULL,0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5201,0,0,0,0,0,1485,0,0,0,'Pat\'s Test Human','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5596,0,0,0,0,0,6288,0,0,0,'Twain Test Prop','',NULL,0,7,8,2,38,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(6526,0,0,0,0,0,1600,0,0,0,'GOSSIP TEST DUDE','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6688,0,0,0,0,0,467,0,0,0,'Druid 40 (fastest!)','',NULL,0,40,40,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6926,0,0,0,0,0,2687,0,0,0,'Test Satyr','',NULL,0,13,13,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6931,0,0,0,0,0,1693,0,0,0,'Respawn Test Mob','Free Bug 001',NULL,0,1,1,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7236,0,0,0,0,0,5965,0,0,0,'Test Anubisath','I am a test, don\'t bug me',NULL,0,62,62,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7314,0,0,0,0,0,1438,0,0,0,'Test BattleMaster','Battle Master',NULL,0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7624,0,0,0,0,0,24591,0,0,0,'Slim\'s Test Death Knight','',NULL,0,80,80,0,1965,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7938,0,0,0,0,0,4327,0,0,0,'Test Auctioneer','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8498,0,0,0,0,0,4216,0,0,0,'TEST Uber Night Elf','',NULL,0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8499,0,0,0,0,0,159,0,0,0,'TEST Uber Succubus','',NULL,0,1,1,0,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8500,0,0,0,0,0,1693,0,0,0,'TEST Uber Abomination','',NULL,0,1,1,0,93,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(8501,0,0,0,0,0,3004,0,0,0,'TEST Uber Crypt Fiend','',NULL,0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(8502,0,0,0,0,0,2041,0,0,0,'TEST Uber Human','',NULL,0,1,1,0,67,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(8796,0,0,0,0,0,441,0,0,0,'Swimming Murloc Test','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9567,0,0,0,0,0,4617,0,0,0,'Test Stable Master','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9658,0,0,0,0,0,304,0,0,0,'Distract Test','',NULL,0,1,1,0,31,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(9659,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy','',NULL,0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(9686,0,0,0,0,0,4300,0,0,0,'[PH] TESTTAUREN','',NULL,0,1,1,0,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10044,0,0,0,0,0,3727,0,0,0,'[PH] Alex\'s Raid Testing Peon','',NULL,0,60,60,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10156,0,0,0,0,0,1045,0,0,0,'Scott\'s Test Dummy','TEST, Don\'t BUG',NULL,0,58,58,0,189,0,1,1.14286,1,1,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(10620,0,0,0,0,0,7990,0,0,0,'TEST NPC - DBUCKLER','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10736,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 60 Mage','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(11080,0,0,0,0,0,2572,0,0,0,'[PH[ Combat Tester','',NULL,0,60,60,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11537,0,0,0,0,0,11321,0,0,0,'TEST GEAR PALADIN','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11538,0,0,0,0,0,11322,0,0,0,'TEST GEAR WARRIOR','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11539,0,0,0,0,0,11323,0,0,0,'TEST GEAR HUNTER','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11540,0,0,0,0,0,11324,0,0,0,'TEST GEAR MAGE','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11541,0,0,0,0,0,11325,0,0,0,'TEST GEAR WARLOCK','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11542,0,0,0,0,0,11326,0,0,0,'TEST GEAR DRUID','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11543,0,0,0,0,0,11328,0,0,0,'TEST GEAR SHAMAN','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11544,0,0,0,0,0,11329,0,0,0,'TEST GEAR PRIEST','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11545,0,0,0,0,0,11330,0,0,0,'TEST GEAR ROGUE','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11623,0,0,0,0,0,11659,0,0,0,'Scourge Summoning Crystal','',NULL,0,60,60,0,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11978,0,0,0,0,0,12869,0,0,0,'[NOT USED] Neltharion','',NULL,0,60,60,0,62,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(12317,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 60 Low AC','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,63,1,0,0,'',12340),(12417,0,0,0,0,0,457,0,0,0,'[NOT USED] Death Talon Whelp','',NULL,0,60,60,0,103,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12421,0,0,0,0,0,11994,11995,11992,11993,'[NOT USED] Blackwing Assassin','',NULL,0,60,60,0,103,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12462,0,0,0,0,0,11984,11987,14298,14299,'[NOT USED] Blackwing Warlord','',NULL,0,62,62,0,103,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12466,0,0,0,0,0,8711,0,0,0,'[NOT USED] Death Talon Scalebane','',NULL,0,60,60,0,103,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12469,0,0,0,0,0,12889,0,0,0,'[NOT USED] Death Talon Earthshaker','',NULL,0,62,62,0,103,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12470,0,0,0,0,0,11994,11995,11992,11993,'[NOT USED] Death Talon Firetongue','',NULL,0,62,62,0,103,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12516,0,0,0,0,0,11326,0,0,0,'TEST Resist Gear','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12517,0,0,0,0,0,11326,0,0,0,'TEST Potions and Enchantments','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12804,0,0,0,0,0,11121,0,0,0,'[PH] TEST Fire God','',NULL,0,63,63,0,7,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,350,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(12916,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 60 Low Magic Resistances','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(12917,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 60 High Magic Resistances','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(13056,0,0,0,0,0,7593,0,0,0,'test spirit healer (DND)','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13838,0,0,0,0,0,4589,0,0,0,'Testing Totem','',NULL,0,10,10,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14735,0,0,0,0,0,251,0,0,0,'ggoodman\'s flag tester','',NULL,0,73,73,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14830,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 60 Warrior','',NULL,0,60,60,0,7,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(14831,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 63 Warrior','',NULL,0,63,63,0,7,0,1,1.14286,1,3,181,253,0,268,35,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,617299803,0,'',12340),(14870,0,0,0,0,0,4588,0,0,0,'Stoneclaw Totem TEST','',NULL,0,80,80,0,1953,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10000,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14906,0,0,0,0,0,149,0,0,0,'Test Guy','',NULL,0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14913,0,0,0,0,0,1600,0,0,0,'TEST DUDE','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15133,0,0,0,0,0,2467,0,0,0,'Killable Test Dummy 60 Warrior','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15134,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 70','',NULL,0,70,70,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.725,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15142,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 60','',NULL,0,60,60,1,7,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15143,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 63','',NULL,0,63,63,1,7,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15144,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 65','',NULL,0,65,65,1,7,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15145,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 67','',NULL,0,67,67,1,7,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15151,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 55','',NULL,0,55,55,0,7,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.1333,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15152,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 56','',NULL,0,56,56,0,7,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.1667,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15153,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 57','',NULL,0,57,57,0,7,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15154,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 58','',NULL,0,58,58,1,7,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.2333,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15155,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 59','',NULL,0,59,59,1,7,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.2667,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15156,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 61','',NULL,0,61,61,1,7,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15157,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 62','',NULL,0,62,62,1,7,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15158,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 64','',NULL,0,64,64,1,7,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15159,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 66','',NULL,0,66,66,1,7,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15160,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 68','',NULL,0,68,68,1,7,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15161,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 69','',NULL,0,69,69,1,7,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15167,0,0,0,0,0,4279,0,0,0,'[PH] Luis Test NPC','',NULL,0,45,45,0,471,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15173,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 54','',NULL,0,54,54,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15619,0,0,0,0,0,15575,15572,15573,0,'silithus test mob','',NULL,0,60,60,0,231,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15632,0,0,0,0,0,7858,0,0,0,'Test dude for 1.8','',NULL,0,1,1,0,77,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15982,0,0,0,0,0,15762,0,0,0,'[PH] Valentine Reveler, Male','',NULL,0,1,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15983,0,0,0,0,0,15764,0,0,0,'[PH] Valentine Reveler, Female','',NULL,0,1,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15985,0,0,0,0,0,6769,0,0,0,'Eric Maloof Test Guy','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15992,15996,15998,0,0,0,2467,0,0,0,'Sam\'s Test Dummy 1','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15993,15997,15999,0,0,0,2467,0,0,0,'Sam\'s Test Dummy 2','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15996,0,0,0,0,0,2467,0,0,0,'Sam\'s Test Dummy 1 (1)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15997,0,0,0,0,0,2467,0,0,0,'Sam\'s Test Dummy 2 (1)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15998,0,0,0,0,0,2467,0,0,0,'Sam\'s Test Dummy 1 (2)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15999,0,0,0,0,0,2467,0,0,0,'Sam\'s Test Dummy 2 (2)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(16077,0,0,0,0,0,68,0,0,0,'[PH] Alex\'s Test DPS Mob','',NULL,0,63,63,0,14,0,1,1.14286,1,1,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,1,1,0,0,0,0,0,0,0,0,1,617299803,2,'',12340),(16078,0,0,0,0,0,2467,0,0,0,'Unkillable Fixed Damage Test Dummy','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(16089,0,0,0,0,0,30721,0,0,0,'Omar the Test Dragon','',NULL,0,1,1,0,14,0,1,1.14286,1,1,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),(16099,0,0,0,0,0,10976,0,0,0,'[PH] Naxxramas Test Boss','Minion of Alex',NULL,0,63,63,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(16496,0,0,0,0,0,2676,0,0,0,'Quest Gossip Tester','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16497,0,0,0,0,0,2676,0,0,0,'Scryers Faction Tester','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16498,0,0,0,0,0,2676,0,0,0,'Consortium Faction Tester','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16536,0,0,0,0,0,10613,0,0,0,'test: saved world state','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16609,0,0,0,0,0,15790,0,0,0,'Giant Claw Tentacle Test','',NULL,0,60,60,0,370,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(16861,0,0,0,0,0,10729,0,0,0,'[UNUSED] Death Lord','',NULL,0,61,61,1,21,0,1,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,6,72,0,0,0,0,0,0,0,0,0,15284,28412,28413,0,0,0,0,0,0,0,0,0,'',0,3,1,45,5,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(17042,0,0,0,0,0,1105,0,0,0,'Test Name 2','',NULL,0,50,52,0,73,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,7,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8311,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),(17313,0,0,0,0,0,1640,0,0,0,'Slim\'s Unkillable Test Dummy','',NULL,0,80,80,0,1693,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(17428,0,0,0,0,0,13069,0,0,0,'Invisible Test Aggressor','',NULL,0,1,1,0,290,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,113,1,0,2,'',12340),(17575,0,0,0,0,0,5229,0,0,0,'Eric Maloof Test Critter','',NULL,0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17685,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 60 No Armor','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17737,0,0,0,0,0,17091,0,0,0,'Outland Chimera, Green','',NULL,0,12,13,0,7,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17738,0,0,0,0,0,17092,0,0,0,'Outland Chimera, Purple','',NULL,0,13,14,0,7,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17739,0,0,0,0,0,17093,0,0,0,'Outland Chimera, White','',NULL,0,12,14,0,7,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17740,0,0,0,0,0,17094,0,0,0,'Outland Chimera, Yellow','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17741,0,0,0,0,0,17101,0,0,0,'Outland Lobstrok, Purple','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17742,0,0,0,0,0,17105,0,0,0,'Outland Lobstrok, Red','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17743,0,0,0,0,0,17106,0,0,0,'Outland Lobstrok, Blue','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17744,0,0,0,0,0,17107,0,0,0,'Outland Lobstrok, White','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17745,0,0,0,0,0,17108,0,0,0,'Outland Lobstrok, Yellow','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17746,0,0,0,0,0,17096,0,0,0,'Outland Doomguard, Black','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17747,0,0,0,0,0,17097,0,0,0,'Outland Doomguard, Blue','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17748,0,0,0,0,0,17095,0,0,0,'Outland Doomguard, Orange','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17749,0,0,0,0,0,17098,0,0,0,'Outland Doomguard, Green','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17750,0,0,0,0,0,17099,0,0,0,'Outland Doomguard, Purple','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17751,0,0,0,0,0,17100,0,0,0,'Outland Doomguard, Yellow','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17752,0,0,0,0,0,17075,0,0,0,'Outland Mtn. Giant, Zangarmarsh','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17753,0,0,0,0,0,17073,0,0,0,'Outland Mtn. Giant, Blades Edge','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17754,0,0,0,0,0,17074,0,0,0,'Outland Mtn. Giant, Netherstorm','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17756,0,0,0,0,0,16876,0,0,0,'Outland Basilisk, Green','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17757,0,0,0,0,0,16877,0,0,0,'Outland Basilisk, Red','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17758,0,0,0,0,0,16878,0,0,0,'Outland Basilisk, Violet','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17759,0,0,0,0,0,16879,0,0,0,'Outland Basilisk, Yellow','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17760,0,0,0,0,0,16881,0,0,0,'Outland Carrion Bird, Blue','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17761,0,0,0,0,0,16880,0,0,0,'Outland Carrion Bird, Orange','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17762,0,0,0,0,0,16882,0,0,0,'Outland Carrion Bird, Green','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17763,0,0,0,0,0,16883,0,0,0,'Outland Carrion Bird, White','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17764,0,0,0,0,0,16884,0,0,0,'Outland Carrion Bird, Yellow','',NULL,1288,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17774,0,0,0,0,0,16711,0,0,0,'Outland Hydra, Black','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17775,0,0,0,0,0,17237,0,0,0,'Outland Hydra, Blue','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17776,0,0,0,0,0,17238,0,0,0,'Outland Hydra, Green','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17777,0,0,0,0,0,17239,0,0,0,'Outland Hydra, Purple','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17778,0,0,0,0,0,17240,0,0,0,'Outland Hydra, Orange','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17779,0,0,0,0,0,16891,0,0,0,'Outland Imp, Gray','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17780,0,0,0,0,0,16888,0,0,0,'Outland Imp, Orange','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17781,0,0,0,0,0,16889,0,0,0,'Outland Imp, Purple','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17782,0,0,0,0,0,16890,0,0,0,'Outland Imp, Yellow','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17783,0,0,0,0,0,16893,0,0,0,'Outland Larva, Black','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17784,0,0,0,0,0,16894,0,0,0,'Outland Larva, Blue','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17785,0,0,0,0,0,16895,0,0,0,'Outland Larva, Purple','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17786,0,0,0,0,0,16896,0,0,0,'Outland Larva, Red','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17787,0,0,0,0,0,16892,0,0,0,'Outland Larva, Pink','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17788,0,0,0,0,0,16898,0,0,0,'Outland Wind Serpent, Black','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17789,0,0,0,0,0,16901,0,0,0,'Outland Wind Serpent, Blue','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17790,0,0,0,0,0,16900,0,0,0,'Outland Wind Serpent, Green','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17791,0,0,0,0,0,16897,0,0,0,'Outland Wind Serpent, Orange','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17792,0,0,0,0,0,16902,0,0,0,'Outland Wind Serpent, White','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17793,0,0,0,0,0,16899,0,0,0,'Outland Wind Serpent, Yellow','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17859,0,0,0,0,0,16490,0,0,0,'Alex Test Quest Flagging NPC','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17997,0,0,0,0,0,17408,0,0,0,'Riding Wolf (Red, Alpha)','',NULL,0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(18148,0,0,0,0,0,17542,0,0,0,'Outland Wrathguard PH Test Size/Model/NoAnim','',NULL,0,65,66,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18149,0,0,0,0,0,17543,0,0,0,'Outland Shivan','',NULL,0,65,66,1,90,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18163,0,0,0,0,0,17563,0,0,0,'Cannon Test','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(18164,0,0,0,0,0,15435,0,0,0,'Cannon Test Target','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(18216,0,0,0,0,0,11998,0,0,0,'TugofWar Buffbot, Horde','',NULL,0,70,70,1,83,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18217,0,0,0,0,0,1295,0,0,0,'TugofWar Buffbot, Alliance','',NULL,0,70,70,1,84,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18268,0,0,0,0,0,16405,0,0,0,'Test Arena Master','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18623,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 70 Warrior','',NULL,0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200000,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(18624,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 73 Warrior','',NULL,0,73,73,0,7,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,100,1,617299803,0,'',12340),(18890,0,0,0,0,0,16931,0,0,0,'Walla\'s Quest Test NPC','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18935,0,0,0,0,0,19177,0,0,0,'[PH] Gossip NPC, Human Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18936,0,0,0,0,0,19178,0,0,0,'[PH] Gossip NPC, Human Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18941,0,0,0,0,0,3939,18337,0,0,'[PH] Gossip NPC, Human, Specific Look','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19057,0,0,0,0,0,18858,0,0,0,'[PH] Gossip NPC Human Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19058,0,0,0,0,0,18860,0,0,0,'[PH] Gossip NPC Human Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19059,0,0,0,0,0,18800,0,0,0,'[PH] Gossip NPC Human Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19060,0,0,0,0,0,18801,0,0,0,'[PH] Gossip NPC Human Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19078,0,0,0,0,0,18796,0,0,0,'[PH] Gossip NPC Dwarf Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19079,0,0,0,0,0,18797,0,0,0,'[PH] Gossip NPC Dwarf Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19080,0,0,0,0,0,18802,0,0,0,'[PH] Gossip NPC Night Elf Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19081,0,0,0,0,0,18803,0,0,0,'[PH] Gossip NPC Night Elf Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19082,0,0,0,0,0,18794,0,0,0,'[PH] Gossip NPC Draenei Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19083,0,0,0,0,0,18795,0,0,0,'[PH] Gossip NPC Draenei Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19084,0,0,0,0,0,18785,0,0,0,'[PH] Gossip NPC Blood Elf Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19085,0,0,0,0,0,18793,0,0,0,'[PH] Gossip NPC Blood Elf Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19086,0,0,0,0,0,18804,0,0,0,'[PH] Gossip NPC Orc Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19087,0,0,0,0,0,18805,0,0,0,'[PH] Gossip NPC Orc Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19088,0,0,0,0,0,18806,0,0,0,'[PH] Gossip NPC Tauren Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19089,0,0,0,0,0,18807,0,0,0,'[PH] Gossip NPC Tauren Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19090,0,0,0,0,0,18811,0,0,0,'[PH] Gossip NPC Undead Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19091,0,0,0,0,0,18810,0,0,0,'[PH] Gossip NPC Undead Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19092,0,0,0,0,0,18844,0,0,0,'[PH] Gossip NPC Dwarf Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19093,0,0,0,0,0,18867,0,0,0,'[PH] Gossip NPC Night Elf Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19094,0,0,0,0,0,18842,0,0,0,'[PH] Gossip NPC Draenei Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19095,0,0,0,0,0,18840,0,0,0,'[PH] Gossip NPC Blood Elf Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19096,0,0,0,0,0,18869,0,0,0,'[PH] Gossip NPC Orc Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19097,0,0,0,0,0,18871,0,0,0,'[PH] Gossip NPC Tauren Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19098,0,0,0,0,0,18875,0,0,0,'[PH] Gossip NPC Undead Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19099,0,0,0,0,0,18841,0,0,0,'[PH] Gossip NPC Blood Elf Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19100,0,0,0,0,0,18843,0,0,0,'[PH] Gossip NPC Draenei Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19101,0,0,0,0,0,18845,0,0,0,'[PH] Gossip NPC Dwarf Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19102,0,0,0,0,0,18868,0,0,0,'[PH] Gossip NPC Night Elf Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19103,0,0,0,0,0,18870,0,0,0,'[PH] Gossip NPC Orc Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19104,0,0,0,0,0,18872,0,0,0,'[PH] Gossip NPC Tauren Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19105,0,0,0,0,0,18876,0,0,0,'[PH] Gossip NPC Undead Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19106,0,0,0,0,0,19169,0,0,0,'[PH] Gossip NPC, Blood Elf Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19107,0,0,0,0,0,19171,0,0,0,'[PH] Gossip NPC, Draenei Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19108,0,0,0,0,0,19173,0,0,0,'[PH] Gossip NPC, Dwarf Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19109,0,0,0,0,0,19181,0,0,0,'[PH] Gossip NPC, Orc Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19110,0,0,0,0,0,19187,0,0,0,'[PH] Gossip NPC, Undead Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19111,0,0,0,0,0,19183,0,0,0,'[PH] Gossip NPC, Tauren Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19112,0,0,0,0,0,19179,0,0,0,'[PH] Gossip NPC, Night Elf Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19113,0,0,0,0,0,19170,0,0,0,'[PH] Gossip NPC, Blood Elf Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19114,0,0,0,0,0,19172,0,0,0,'[PH] Gossip NPC, Draenei Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19115,0,0,0,0,0,19174,0,0,0,'[PH] Gossip NPC, Dwarf Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19116,0,0,0,0,0,19180,0,0,0,'[PH] Gossip NPC, Night Elf Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19117,0,0,0,0,0,19182,0,0,0,'[PH] Gossip NPC, Orc Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19118,0,0,0,0,0,19184,0,0,0,'[PH] Gossip NPC, Tauren Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19119,0,0,0,0,0,19188,0,0,0,'[PH] Gossip NPC, Undead Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19121,0,0,0,0,0,19175,0,0,0,'[PH] Gossip NPC, Gnome Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19122,0,0,0,0,0,19176,0,0,0,'[PH] Gossip NPC, Gnome Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19123,0,0,0,0,0,19185,0,0,0,'[PH] Gossip NPC, Troll Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19124,0,0,0,0,0,19186,0,0,0,'[PH] Gossip NPC, Troll Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19125,0,0,0,0,0,18798,0,0,0,'[PH] Gossip NPC Gnome Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19126,0,0,0,0,0,18799,0,0,0,'[PH] Gossip NPC Gnome Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19127,0,0,0,0,0,18808,0,0,0,'[PH] Gossip NPC Troll Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19128,0,0,0,0,0,18809,0,0,0,'[PH] Gossip NPC Troll Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19129,0,0,0,0,0,18846,0,0,0,'[PH] Gossip NPC Gnome Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19130,0,0,0,0,0,18873,0,0,0,'[PH] Gossip NPC Troll Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19131,0,0,0,0,0,18847,0,0,0,'[PH] Gossip NPC Gnome Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19132,0,0,0,0,0,18874,0,0,0,'[PH] Gossip NPC Troll Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19233,0,0,0,0,0,16634,0,0,0,'Flying Voidwalker','',NULL,0,60,61,1,954,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,3,0,0,0,0,0,0,0,0,0,0,33914,33916,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19237,0,0,0,0,0,16874,17612,0,0,'Test - Voidwalker Spawn Portal','',NULL,0,1,1,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(19323,0,0,0,0,0,2467,0,0,0,'Dan Reed Uber-resist Test Dummy','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(19430,0,0,0,0,0,4588,0,0,0,'Test Elemental Totem','',NULL,0,60,60,0,250,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19431,0,0,0,0,0,14511,0,0,0,'Test Elemental','',NULL,0,70,70,0,106,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19691,0,0,0,0,0,18746,0,0,0,'Test Ravager','',NULL,0,63,63,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20094,0,0,0,0,0,16881,0,0,0,'Arakkoa Test Summon Bird','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20219,0,0,0,0,0,19481,0,0,0,'Mask of Deception (Test)','',NULL,0,50,60,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20275,0,0,0,0,0,2467,0,0,0,'Wyatt\'s Unkillable Test Dummy 60 Warrior','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(20282,0,0,0,0,0,15958,0,0,0,'Pat\'s Vendor Test Guy','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20412,0,0,0,0,0,19607,0,0,0,'Test Gem Tiger','',NULL,0,2,2,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(21521,0,0,0,0,0,14273,0,0,0,'Arcane Servant (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,1,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,22271,35255,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20935,0,0,0,0,0,1122,0,0,0,'TestOgreBeige01','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20936,0,0,0,0,0,19746,0,0,0,'TestOgreBeige02','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20937,0,0,0,0,0,19921,0,0,0,'TestOgreBeige03','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20938,0,0,0,0,0,19922,0,0,0,'TestOgreBeige04','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20939,0,0,0,0,0,19748,0,0,0,'TestOgreBeige05','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20940,0,0,0,0,0,19923,0,0,0,'TestOgreBeige06','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20941,0,0,0,0,0,19924,0,0,0,'TestOgreBlack01','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20942,0,0,0,0,0,19925,0,0,0,'TestOgreBlack02','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20943,0,0,0,0,0,19926,0,0,0,'TestOgreBlack03','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20944,0,0,0,0,0,19927,0,0,0,'TestOgreBlack04','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20945,0,0,0,0,0,19749,0,0,0,'TestOgreBlack05','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20946,0,0,0,0,0,19928,0,0,0,'TestOgreBlack06','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20947,0,0,0,0,0,10706,0,0,0,'TestOgreBlue01','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20948,0,0,0,0,0,19929,0,0,0,'TestOgreBlue02','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20949,0,0,0,0,0,11549,0,0,0,'TestOgreBlue03','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20950,0,0,0,0,0,19930,0,0,0,'TestOgreBlue04','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20951,0,0,0,0,0,19750,0,0,0,'TestOgreBlue05','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20952,0,0,0,0,0,19931,0,0,0,'TestOgreBlue06','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20953,0,0,0,0,0,1045,0,0,0,'TestOgreGray01','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20954,0,0,0,0,0,19932,0,0,0,'TestOgreGray02','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20955,0,0,0,0,0,19933,0,0,0,'TestOgreGray03','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20956,0,0,0,0,0,19934,0,0,0,'TestOgreGray04','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20957,0,0,0,0,0,19751,0,0,0,'TestOgreGray05','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20958,0,0,0,0,0,19935,0,0,0,'TestOgreGray06','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20959,0,0,0,0,0,19936,0,0,0,'TestOgreRed01','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20960,0,0,0,0,0,19937,0,0,0,'TestOgreRed02','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20961,0,0,0,0,0,19938,0,0,0,'TestOgreRed03','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20962,0,0,0,0,0,19939,0,0,0,'TestOgreRed04','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20963,0,0,0,0,0,19752,0,0,0,'TestOgreRed05','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20964,0,0,0,0,0,19931,0,0,0,'TestOgreRed06','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20965,0,0,0,0,0,415,0,0,0,'TestOgreYellow01','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20966,0,0,0,0,0,19747,0,0,0,'TestOgreYellow02','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20967,0,0,0,0,0,11549,0,0,0,'TestOgreYellow03','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20968,0,0,0,0,0,19953,0,0,0,'TestOgreYellow04','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20969,0,0,0,0,0,19753,0,0,0,'TestOgreYellow05','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20970,0,0,0,0,0,19941,0,0,0,'TestOgreYellow06','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20971,0,0,0,0,0,17273,0,0,0,'TestOgrePurple01','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20972,0,0,0,0,0,17750,0,0,0,'TestOgrePurple02','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20973,0,0,0,0,0,18607,0,0,0,'TestOgrePurple03','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20974,0,0,0,0,0,19939,0,0,0,'TestOgrePurple04','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20975,0,0,0,0,0,11549,0,0,0,'TestOgrePurple05','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20976,0,0,0,0,0,19941,0,0,0,'TestOgrePurple06','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21003,0,0,0,0,0,9790,0,0,0,'QA Test Dummy 73 Raid Debuff (High Armor)','',NULL,0,73,73,1,7,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,100,1,617299803,1,'',12340),(21333,0,0,0,0,0,16633,0,0,0,'[PH]Test Skunk','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(21507,0,0,0,0,0,19448,19449,19450,19451,'Karabor Bloodwarder','',NULL,0,67,68,1,1701,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20598,0,0,0,0,0,15294,0,0,0,'Wild Shadow Fissure (1)','',NULL,0,1,1,0,14,0,1.125,1.14286,1,0,2,2,0,24,1,1400,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(20597,0,0,0,0,0,19799,0,0,0,'Warchief Kargath Bladefist (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,5.9,1464,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,20597,16808,0,0,0,0,0,0,0,25821,0,0,0,0,0,0,0,0,0,13838,18082,'',1,3,1,28,1,1,0,33815,23723,0,0,0,0,125,1,617562111,1,'',12340),(20596,0,0,0,0,0,18031,0,0,0,'Warbringer O\'mrogg (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,5.9,1464,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,64,20596,16809,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12988,16972,'',1,3,1,28.0125,1,1,0,30829,0,0,0,0,0,167,1,617562111,257,'',12340),(20595,0,0,0,0,0,17726,0,0,0,'Shattered Hand Zealot (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,32,16507,17462,0,0,0,0,0,0,0,30989,0,0,0,0,0,0,0,0,0,404,538,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(20589,0,0,0,0,0,19275,0,0,0,'Shattered Hand Legionnaire (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,17083,0,0,0,0,0,0,0,15615,30472,30485,0,0,0,0,0,0,0,2528,3310,'',1,3,1,7.5,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20581,0,0,0,0,0,17725,0,0,0,'Shattered Hand Blood Guard (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,32,16507,17461,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2616,3426,'',1,3,1,5.265,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20580,0,0,0,0,0,17190,0,0,0,'Shattered Hand Assassin (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,16507,17695,0,0,0,0,0,0,0,30980,30992,0,0,0,0,0,0,0,0,2018,2644,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20579,0,0,0,0,0,16578,0,0,0,'Shattered Hand Archer (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1420,1667,1,0,2048,0,0,0,0,0,0,215,320,44,7,32,16507,17427,0,0,0,0,0,0,0,30990,22907,0,0,0,0,0,0,0,0,1928,2528,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20578,0,0,0,0,0,16578,0,0,0,'Sharpshooter Guard (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,0,0,0,0,0,0,0,0,35942,22907,37551,0,0,0,0,0,0,0,0,0,'',1,3,1,1.6875,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20577,0,0,0,0,0,17189,0,0,0,'Shadowmoon Darkcaster (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,248,363,0,135,5.9,1420,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,16507,17694,0,0,0,0,0,0,0,12542,33508,15232,0,0,0,0,0,0,0,1422,1866,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20576,0,0,0,0,0,16581,0,0,0,'Shadowmoon Acolyte (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,248,363,0,135,5.9,1420,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,16507,16594,0,0,0,0,0,0,0,31516,35943,36052,30479,0,0,0,0,0,0,1422,1866,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20575,0,0,0,0,0,16580,0,0,0,'Reaver Guard (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,15496,30485,30471,0,0,0,0,0,0,0,0,0,'',1,3,1,1.6875,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20574,0,0,0,0,0,14334,0,0,0,'Rabid Warhound (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,1,252,357,0,304,5.9,1391,2000,1,0,2048,0,1,0,0,0,0,215,320,44,1,1,16507,0,70062,0,0,0,0,0,0,30636,30639,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.75,1,1,0,0,0,0,0,0,0,0,1,512,0,'',12340),(20573,0,0,0,0,0,11686,0,0,0,'O\'mrogg\'s Right Head (1)','',NULL,0,1,1,0,14,0,1.48,1.14286,1,1,2,2,0,24,13,1400,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.0135,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(20572,0,0,0,0,0,11686,0,0,0,'O\'mrogg\'s Left Head (1)','',NULL,0,1,1,0,14,0,1.48,1.14286,1,1,2,2,0,24,13,1400,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.0135,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(20571,0,0,0,0,0,15882,0,0,0,'Lesser Void Zone (1)','',NULL,0,70,70,1,370,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,270,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(20569,0,0,0,0,0,17013,0,0,0,'Heathen Guard (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,30474,30485,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.6875,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20568,0,0,0,0,0,16628,0,0,0,'Grand Warlock Nethekurse (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,304,436,0,296,5.9,1449,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,32,20568,16807,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,12986,16968,'',1,3,1,25.3125,18.75,1,0,25462,23735,0,0,0,0,150,1,617562111,1,'',12340),(20567,0,0,0,0,0,16839,0,0,0,'Fel Orc Convert (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,0,0,0,0,0,0,0,0,30478,0,0,0,0,0,0,0,0,0,706,932,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20566,0,0,0,0,0,10029,0,0,0,'Creeping Oozeling (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.675,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20565,0,0,0,0,0,358,0,0,0,'Creeping Ooze (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,13,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,17356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20546,0,0,0,0,0,18252,18262,18264,18263,'Tarren Mill Lookout (1)','',NULL,0,72,72,1,1748,0,1.48,1.14286,1,1,304,436,0,296,5.9,1400,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,0,18094,18094,0,0,0,0,0,0,0,16100,35511,17174,31977,0,0,0,0,0,0,1496,1964,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20545,0,0,0,0,0,18247,18248,18249,18250,'Tarren Mill Guardsman (1)','',NULL,0,71,72,1,1748,0,1.48,1.14286,1,1,307,438,0,314,5.9,1400,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,0,18092,18092,0,0,0,0,0,0,0,16856,15749,33133,0,0,0,0,0,0,0,1836,2408,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20544,0,0,0,0,0,18223,0,0,0,'Skarloc\'s Mount (1)','',NULL,0,1,1,0,634,0,1.125,1.14286,1,0,2,2,0,24,1,1400,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20543,0,0,0,0,0,11898,5375,4889,1823,'Pit Spectator (1)','',NULL,0,68,69,1,1749,0,1.48,1.14286,1,1,245,346,0,298,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,17846,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1660,2178,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20542,0,0,0,0,0,11898,5375,4889,1823,'Pit Announcer (1)','',NULL,0,69,69,1,1749,0,1.48,1.14286,1,1,245,346,0,298,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20541,0,0,0,0,0,18023,18091,18092,18093,'Orc Prisoner (1)','',NULL,0,65,65,1,1816,0,1.125,1.14286,1,0,200,281,0,278,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20538,0,0,0,0,0,17959,17960,17961,17962,'Lordaeron Watchman (1)','',NULL,0,68,69,1,1749,0,1.48,1.14286,1,1,245,346,0,298,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,17814,0,0,0,0,0,0,0,0,12169,11976,0,0,0,0,0,0,0,0,1660,2178,'',1,1,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20537,0,0,0,0,0,17947,17948,17949,17950,'Lordaeron Sentry (1)','',NULL,0,68,69,1,1749,0,1.48,1.14286,1,1,245,346,0,298,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,17815,17815,0,0,0,0,0,0,0,16100,0,0,0,0,0,0,0,0,0,1660,2178,'',1,1,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20536,0,0,0,0,0,19306,19307,19308,19309,'Lodaeron Sentry Specimen (1)','',NULL,0,70,70,0,1749,0,1.05,1.14286,1,1,2,2,0,24,13,2000,2000,1,33588032,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20535,0,0,0,0,0,17386,0,0,0,'Lieutenant Drake (1)','',NULL,0,72,72,1,1748,0,1.48,1.14286,1,1,307,438,0,314,13,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,20535,17848,0,0,0,0,0,0,0,33789,9080,31911,31910,0,0,0,0,0,0,6856,8962,'',1,3,1,16.2,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),(20534,0,0,0,0,0,19058,0,0,0,'Infinite Slayer (1)','',NULL,0,72,72,1,1748,0,1.48,1.14286,1,1,307,438,0,314,13,1400,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,2,0,18170,0,70063,0,0,0,0,0,0,16856,0,0,0,0,0,0,0,0,0,1836,2408,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(20533,0,0,0,0,0,19059,0,0,0,'Infinite Saboteur (1)','',NULL,0,72,72,1,1748,0,1.48,1.14286,1,1,304,436,0,296,13,1400,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,2,0,18172,0,70063,0,0,0,0,0,0,15496,31976,17234,0,0,0,0,0,0,0,1496,1964,'',1,3,1,3.915,3,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(20532,0,0,0,0,0,19061,0,0,0,'Infinite Defiler (1)','',NULL,0,71,72,1,1748,0,1.48,1.14286,1,1,304,436,0,296,13,1400,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,2,0,18171,0,70063,0,0,0,0,0,0,38387,21068,31977,38386,0,0,0,0,0,0,1496,1964,'',1,3,1,3.915,3,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(20531,0,0,0,0,0,19135,0,0,0,'Epoch Hunter (1)','',NULL,0,72,72,1,1748,0,1.48,1.14286,1,1,307,438,0,314,13,1500,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,72,20531,0,70063,0,0,0,0,0,0,31916,33834,31914,31475,0,0,0,0,0,0,8556,11182,'',1,4,1,20.25,1,1,0,33847,0,0,0,0,0,0,1,650854271,2097153,'',12340),(20530,0,0,0,0,0,18008,18009,18010,18011,'Durnholde Warden (1)','',NULL,0,71,71,1,1748,0,1.48,1.14286,1,1,296,424,0,290,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,17833,17833,0,0,0,0,0,0,0,17201,22883,22884,0,0,0,0,0,0,0,1412,1854,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20529,0,0,0,0,0,18004,18005,18006,18007,'Durnholde Veteran (1)','',NULL,0,70,71,1,1748,0,1,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,17860,17860,0,0,0,0,0,0,0,15582,15581,0,0,0,0,0,0,0,0,1752,2298,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20528,0,0,0,0,0,780,0,0,0,'Durnholde Tracking Hound (1)','',NULL,0,68,69,1,1748,0,1.48,1.14286,1,1,245,346,0,298,5.9,1200,2000,1,0,2048,0,0,0,0,0,0,206,302,43,1,0,17840,0,70065,0,0,0,0,0,0,8269,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.43,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20525,0,0,0,0,0,18336,18337,18338,18339,'Durnholde Mage (1)','',NULL,0,67,67,1,1748,0,1.48,1.14286,1,1,204,287,0,272,13,1400,2000,2,0,2048,0,0,0,0,0,0,170,253,31,7,0,18934,17814,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1412,1854,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21764,0,0,0,0,0,1122,0,0,0,'Travis\' Loot Tester (63)','',NULL,0,63,63,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(21765,0,0,0,0,0,1122,0,0,0,'Travis\' Loot Tester (68)','',NULL,0,68,68,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(21838,0,0,0,0,0,21168,0,0,0,'Terokk','',NULL,0,72,72,1,1862,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,0,21838,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,4633,'SmartAI',0,3,1,30,10,1,0,0,0,0,0,0,0,0,1,617496575,0,'',12340),(20188,0,0,0,0,0,17754,0,0,0,'Underbog Lurker (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1332,2000,1,64,2048,0,0,0,0,0,0,215,320,44,4,256,17725,0,80001,0,0,0,0,0,0,34161,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.915,2,1,0,0,0,0,0,0,0,0,1,8391696,0,'',12340),(21868,0,0,0,0,0,15774,0,0,0,'Crust Burster Test','',NULL,0,66,67,1,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22048,0,0,0,0,0,11097,0,0,0,'[ph] cave ant [not used]','',NULL,0,63,64,1,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22145,0,0,0,21978,0,20832,0,0,0,'Barrier Hills Felboar [PH] not used','',NULL,0,70,71,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22185,0,0,0,0,0,20847,0,0,0,'Bash\'ir Stinger (Black) [PH] not used','',NULL,0,70,71,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22284,0,0,0,0,0,19581,0,0,0,'[PH] Wrath Clefthoof [not used]','',NULL,0,66,67,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22296,0,0,0,0,0,17519,11686,0,0,'<NOT USED>Mystery Mask Summon Bunny','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(22409,0,0,0,0,0,2930,0,0,0,'ZZZ - Dan Reed Test','',NULL,0,70,70,1,16,0,1,1.14286,1,1,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,140,1,1,0,0,0,0,0,0,0,167,1,617299803,0,'',12340),(22522,0,0,0,0,0,21080,0,0,0,'Unkillable Test Dummy 73 Warrior RAID SPECIAL','',NULL,0,1,1,0,7,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1,1,0,0,0,0,0,0,0,100,1,617299803,0,'',12340),(22802,0,0,0,0,0,21083,21084,0,0,'Exodar Firebreather','',NULL,0,23,24,0,774,0,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22804,0,0,0,0,0,21085,21086,0,0,'Silvermoon Fireeater','',NULL,0,10,33,0,775,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,0,2048,0,0,0,0,0,0,32,47,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22806,0,0,0,0,0,21083,21084,21085,21086,'Shattrath Firebreather','',NULL,0,1,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22810,0,0,0,0,0,21088,21089,21090,21091,'Rescued Cenarion Expedition Druid','',NULL,0,71,71,1,1660,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22811,0,0,0,0,0,21092,21093,0,0,'Rescued Lower City Brute','',NULL,0,71,71,1,1818,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22812,0,0,0,0,0,21094,21095,0,0,'Rescued Sha\'tar Vindicator','',NULL,0,71,71,1,1741,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22813,0,0,0,0,0,21096,21097,0,0,'Rescued Consortium Dealer','',NULL,0,71,71,1,1731,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22814,0,0,0,0,0,21098,21099,0,0,'Rescued Sporeggar Scout','',NULL,0,71,71,1,1707,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22815,0,0,0,0,0,19278,19282,0,0,'Rescued Keepers of Time Custodian','',NULL,0,71,71,1,1779,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22816,0,0,0,0,0,5556,0,0,0,'Black Cat','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(22817,0,0,0,0,0,19315,0,0,0,'Blood Elf Orphan','',NULL,0,1,1,1,1818,3,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,12,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22823,0,0,0,0,0,17695,0,0,0,'Hch\'uu','',NULL,8562,1,1,1,35,2,1,0.99206,1,0,2,2,0,24,1,2000,2000,2,33536,2048,0,0,0,0,0,0,1,2,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22825,0,0,0,0,0,21104,0,0,0,'Matron Li-sahar','',NULL,0,72,72,1,14,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,22825,0,0,0,0,0,0,0,0,29651,33501,33493,0,0,0,0,0,0,0,0,0,'',0,3,1,12,11,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22826,0,0,0,0,0,18649,0,0,0,'King Dorfbruiser','',NULL,0,72,72,1,14,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,22826,0,0,0,0,0,0,0,0,43673,33238,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22827,0,0,0,0,0,20590,0,0,0,'Gorgolon the All-seeing','',NULL,0,72,72,1,14,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,22827,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,6,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22828,0,0,0,0,0,17287,0,0,0,'Trelopades','Legion Commander',NULL,0,72,72,1,14,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,22828,0,0,0,0,0,0,0,0,11876,11990,22859,0,0,0,0,0,0,0,0,0,'',0,3,1,12,9,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22829,0,0,0,0,0,17035,11686,0,0,'Outland Children\'s Week Sporeggar Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cw_area_trigger',12340),(22830,0,0,0,0,0,21105,0,0,0,'Broken Male Illusion (Retains Armor)','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22835,0,0,0,0,0,21108,21109,0,0,'Cenarion Dreamwarden','',NULL,0,70,70,1,1254,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22839,0,0,0,0,0,17035,11686,0,0,'Outland Children\'s Week Throne of the Elements Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cw_area_trigger',12340),(22840,0,0,0,0,0,20422,20334,20478,0,'Ashtongue Illusion','',NULL,0,70,70,1,1820,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22850,0,0,0,0,0,16480,17612,0,0,'Al\'ar Kill Credit','',NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(22856,0,0,0,0,0,21146,0,0,0,'Reliquary of the Lost','',NULL,0,73,73,1,1813,0,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,33554752,2048,0,0,0,0,0,0,276,411,44,10,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,700,100,1,0,0,0,0,0,0,0,167,1,650854271,1,'boss_reliquary_of_souls',12340),(22858,0,0,0,0,0,12334,0,0,0,'Shadowhoof Assassin','Servant of Illidan',NULL,0,69,69,1,1843,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,14873,37577,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22860,0,0,0,0,0,20387,0,0,0,'Illidari Succubus','Servant of Illidan',NULL,0,70,70,1,1843,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22865,0,0,0,0,0,21137,0,0,0,'Illidan\'s Presence','',NULL,0,73,73,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.4,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22866,0,0,0,0,0,17035,11686,0,0,'Outland Children\'s Week Silvermoon 01 Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cw_area_trigger',12340),(22867,0,0,0,0,0,17035,11686,0,0,'Outland Children\'s Week Silvermoon 02 Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22868,0,0,0,0,0,5561,16946,0,0,'Generic Portal - Invisible Stalker','',NULL,0,1,1,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22870,0,0,0,0,0,21123,0,0,0,'Olum\'s Spirit','',NULL,0,70,70,0,1820,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.3,1,1,0,0,0,0,0,0,0,61,1,0,0,'',12340),(22879,0,0,0,0,0,21369,21370,0,0,'Shadowmoon Reaver','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,72,22879,0,0,0,0,0,0,0,0,41034,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,1,1,0,0,0,0,0,0,0,0,1,257,0,'',12340),(22886,0,0,0,0,0,18568,17540,18790,20449,'Black Temple Captive','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33587456,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.4,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22889,0,0,0,0,0,21124,21125,21126,0,'Manifest Nightmare','',NULL,0,70,70,1,14,0,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22894,0,0,0,0,0,4590,0,0,0,'Cyclone Totem','',NULL,0,71,71,0,1813,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,11,0,0,0,0,0,0,0,0,0,0,39594,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22895,0,0,0,0,0,4589,0,0,0,'Summoned Searing Totem','',NULL,0,10,10,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22896,0,0,0,0,0,4589,0,0,0,'Ashtongue Searing Totem','',NULL,0,71,71,0,1813,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,11,0,0,0,0,0,0,0,0,0,0,39593,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22897,0,0,0,0,0,4590,0,0,0,'Summoned Windfury Totem','',NULL,0,70,71,0,58,0,1,1,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,11,0,0,0,0,0,0,0,0,0,0,32911,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22901,0,0,0,0,0,21129,0,0,0,'Clintar\'s Spirit','',NULL,0,70,70,1,250,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22902,0,0,0,0,0,19034,19033,0,0,'Phantasmal Lash','',NULL,0,70,70,1,14,0,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22903,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 72 Warrior','',NULL,0,72,72,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(22904,0,0,0,0,0,19579,0,0,0,'Eye of Illidan','',NULL,0,69,70,1,1843,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22906,0,0,0,0,0,21130,0,0,0,'Air Elemental Force','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,4,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22907,0,0,0,0,0,4607,0,0,0,'Fire Elemental Force','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,4,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22908,0,0,0,0,0,549,0,0,0,'Earth Elemental Force','',NULL,0,1,1,1,35,0,1.55556,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,4,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22909,0,0,0,0,0,21131,0,0,0,'Water Elemental Force','',NULL,0,1,1,1,35,0,1,1.28968,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,4,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22913,0,0,0,0,0,19091,0,0,0,'Dornaa','',NULL,0,1,1,0,1818,0,1,1,1,0,2,2,0,24,1,2000,2000,2,33536,2048,0,0,0,0,0,0,1,1,0,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22914,0,0,0,0,0,19315,0,0,0,'Salandria','',NULL,0,1,1,0,1818,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,8,33536,2048,0,0,0,0,0,0,1,1,0,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22915,0,0,0,0,0,21133,0,0,0,'Aspect of the Raven','',NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,169,1,0,2,'',12340),(22916,0,0,0,0,0,16622,17188,0,0,'Clintar Dreamwalker\'s Spirit','',NULL,0,70,70,1,250,0,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33591296,2048,0,0,0,0,0,0,198,295,33,10,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_clintar_spirit',12340),(22919,0,0,0,0,0,19661,0,0,0,'Image of Commander Ameer','The Protectorate',NULL,8614,70,70,1,1797,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22920,0,0,0,0,0,20863,0,0,0,'Thuk the Defiant','',NULL,0,72,72,1,14,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,10,0,22920,0,0,0,0,0,0,0,0,38777,38770,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22921,0,0,0,0,0,19745,15880,0,0,'Ethereum Prisoner (Stasis Chamber Alpha)','',NULL,0,70,70,1,1797,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22925,0,0,0,0,0,11686,5187,0,0,'Rain of Fire Bunny (Alliance)','',NULL,0,70,70,0,1690,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22926,0,0,0,0,0,11686,0,0,0,'Poison Cloud Bunny (Horde)','',NULL,0,70,70,0,1691,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22927,0,0,0,0,0,19745,15880,0,0,'Ethereum Prisoner (Dungeon Energy Ball)','',NULL,0,70,70,1,1797,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22928,0,0,0,0,0,19635,0,0,0,'Ambassador Pax\'ivi','',NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22929,0,0,0,0,0,21138,0,0,0,'Greater Shadowfiend','',NULL,0,72,72,1,90,0,1,1.14286,1,0,304,436,5,296,10,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.35,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(22930,0,0,0,0,0,14173,0,0,0,'Yor','Void Hound of Shaffar',NULL,0,70,70,1,35,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,22930,0,0,0,0,0,0,0,0,36405,38361,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,6,1,0,0,0,0,0,0,0,0,1,0,3,'',12340),(22933,0,0,0,0,0,21141,0,0,0,'Ancient Raven-Priest','',NULL,0,70,70,1,190,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22937,0,0,0,0,0,21144,0,0,0,'Noorab','Hippogryph Master',NULL,0,1,1,0,1732,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19900,0,0,0,0,0,16997,0,0,0,'Tainted Stoneskin Totem (1)','',NULL,0,70,70,0,74,0,1.125,1.14286,1,0,252,357,0,304,1,1347,2000,1,0,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,31986,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22942,0,0,0,0,0,14832,0,0,0,'Fel Orc Mutant 1','Servant of Illidan',NULL,0,72,72,1,1813,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,28,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22946,0,0,0,0,0,14334,0,0,0,'Shadowmoon War Hound','',NULL,0,71,71,1,1813,0,1,1.14286,1,0,299,426,0,308,10,1500,2000,1,32768,2048,0,1,0,0,0,0,262,389,48,1,72,22946,0,70065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22956,0,0,0,0,0,21456,0,0,0,'Sister of Pain','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,304,436,0,296,20,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,3,72,22956,0,0,0,0,0,0,0,0,41353,41355,41371,41362,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,35,10,1,0,0,0,0,0,0,0,150,1,545468415,0,'',12340),(22957,0,0,0,0,0,21503,0,0,0,'Priestess of Dementia','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,304,436,0,296,20,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,3,72,22957,0,0,0,0,0,0,0,0,41397,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,63,1,1,0,0,0,0,0,0,0,151,1,1281,0,'',12340),(22959,0,0,0,0,0,21530,21531,21532,0,'Spellbound Attendant','',NULL,0,70,70,1,1813,0,1,1.14286,1,1,234,331,0,286,20,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,72,22959,0,0,0,0,0,0,0,0,41395,41396,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(22962,0,0,0,0,0,21502,0,0,0,'Priestess of Delight','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,20,1800,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,3,72,22962,0,0,0,0,0,0,0,0,41351,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,63,10,1,0,0,0,0,0,0,0,151,1,1281,0,'',12340),(22964,0,0,0,0,0,19199,0,0,0,'Sister of Pleasure','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,304,436,0,296,20,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,3,72,22964,22964,0,0,0,0,0,0,0,41378,41380,41381,41362,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,35,10,1,0,0,0,0,0,0,0,150,1,545468415,0,'',12340),(22965,0,0,0,0,0,21196,21197,21528,21529,'Enslaved Servant','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,22965,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,0,1,66625,0,'',12340),(22968,0,0,0,0,0,19872,0,0,0,'Light-Armored Elekk','',NULL,0,68,68,0,1854,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(22969,0,0,0,0,0,19483,0,0,0,'Scryer Hawkstrider','',NULL,0,70,70,1,1855,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(22970,0,0,0,0,0,4589,0,0,0,'zzOLDTotem of Wrath II','',NULL,0,60,60,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22971,0,0,0,0,0,4589,0,0,0,'zzOLDTotem of Wrath III','',NULL,0,70,70,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22973,0,0,0,0,0,21153,0,0,0,'Black Temple Shattered Hand Fel Orc','Servant of Illidan',NULL,0,72,72,1,1813,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,28,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22983,0,0,0,0,0,21169,0,0,0,'Skyguard Airman','',NULL,0,70,70,1,1856,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22984,0,0,0,0,0,18783,16925,0,0,'Black Temple Trigger','',NULL,0,70,70,0,114,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(22988,0,0,0,0,0,6686,0,0,0,'Illidari Shadowlord','',NULL,0,71,71,1,1843,0,1,1.14286,1,1,296,424,0,290,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,5,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(22989,0,0,0,0,0,20628,0,0,0,'Maiev Shadowsong','',NULL,0,72,72,1,1867,0,1,1.14286,1,1,304,436,0,296,20,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,4128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,55,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22990,0,0,0,0,0,20681,0,0,0,'Akama','',NULL,0,70,70,1,1858,0,1.1,1.14286,1,1,234,331,0,286,20,1800,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,4136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22996,0,0,0,0,0,21431,0,0,0,'Blade of Azzinoth','',NULL,0,70,70,1,14,0,1,1.14286,1,3,252,357,0,304,35,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,617299803,2,'',12340),(22998,0,0,0,0,0,18785,0,0,0,'Blood Elf Female Winter Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22999,0,0,0,0,0,18793,0,0,0,'Blood Elf Male Winter Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23000,0,0,0,0,0,18795,0,0,0,'Draenei Male Winter Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23001,0,0,0,0,0,18794,0,0,0,'Draenei Female Winter Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23003,0,0,0,0,0,5166,0,0,0,'Joe Rumsey','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23004,0,0,0,0,0,21152,21155,21158,21156,'Skyguard Nether Ray (Flying Mount)','',NULL,0,69,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,246,1,0,2,'',12340),(23005,0,0,0,0,0,18799,0,0,0,'Gnome Male Winter Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23006,0,0,0,0,0,18798,0,0,0,'Gnome Female Winter Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23008,0,0,0,0,0,20895,0,0,0,'Ethereum Jailor','',NULL,0,71,71,1,1796,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,23008,20474,0,0,0,0,0,0,0,35924,36513,0,0,0,0,0,0,0,0,1262,1384,'',0,3,1,1.85,1,1,0,31956,0,0,0,0,0,0,1,0,0,'',12340),(23009,0,0,0,0,0,21187,0,0,0,'Bessbi Jinglepocket','Smokywood Pastures',NULL,0,30,30,0,35,131,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23010,0,0,0,0,0,21188,0,0,0,'Wolgren Jinglepocket','Smokywood Pastures',NULL,0,30,30,0,35,131,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23011,0,0,0,0,0,21189,0,0,0,'Morshelz Copperpinch','Smokywood Pastures',NULL,0,30,30,0,35,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23012,0,0,0,0,0,21190,0,0,0,'Hotoppik Copperpinch','Smokywood Pastures',NULL,0,30,30,0,35,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23015,0,0,0,0,0,17545,0,0,0,'Skyborne Dragonhawk','',NULL,0,70,70,1,1855,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23018,0,0,0,0,0,21378,21379,0,0,'Shadowmoon Houndmaster','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,72,23018,0,0,0,0,0,0,0,0,41084,41085,32908,41094,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,24.5,20,1,0,0,0,0,0,0,0,0,1,257,0,'',12340),(23020,0,0,0,21978,0,21193,0,0,0,'Shadow Serpent','',NULL,0,69,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,1,8,23020,0,70168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,32502,0,0,0,0,0,0,1,0,0,'',12340),(23021,0,0,0,0,0,21169,0,0,0,'(PH) Skyguard Fletcher','',NULL,0,70,70,1,1856,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23023,0,0,0,0,0,21205,21206,21207,21208,'Scryer Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23024,0,0,0,0,0,21204,21217,21219,21218,'Aldor Reveler','',NULL,0,1,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23025,0,0,0,0,0,21209,0,0,0,'Rizzle\'s Depth Charge','',NULL,0,70,70,1,14,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_depth_charge',12340),(23026,0,0,0,0,0,21210,0,0,0,'Twilight Serpent','',NULL,0,69,70,1,7,0,1.23,1.14286,1,0,252,357,0,304,1,2000,2000,1,16,2048,0,0,0,0,0,0,215,320,44,1,0,23026,0,70168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23027,0,0,0,0,0,19582,0,0,0,'Clefthoof Mount (Test)','',NULL,0,64,65,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23031,0,0,0,0,0,20344,0,0,0,'Armored Nether Drake','',NULL,0,70,70,1,62,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,0.8,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(23032,0,0,0,0,0,21152,21155,21158,21156,'Skyguard Nether Ray (Ground Mount)','',NULL,0,69,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,246,1,0,2,'',12340),(23034,0,0,0,0,0,21233,0,0,0,'Soulground Ghost (Appearance)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23039,0,0,0,0,0,21222,21223,21220,21221,'Draenei Reveler','',NULL,0,1,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23043,0,0,0,0,0,16480,19595,0,0,'Invis Guardian Caster','',NULL,0,1,1,1,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23044,0,0,0,0,0,169,0,0,0,'Karabor Infernal','',NULL,0,71,71,0,954,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.6,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(23045,0,0,0,0,0,21231,21232,21229,21230,'Blood Elf Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23046,0,0,0,0,0,19595,0,0,0,'Invis Raven God Portal','',NULL,0,70,70,1,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23047,0,0,0,0,0,21383,21384,21385,21386,'Shadowmoon Soldier','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,10,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,72,23047,0,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23049,0,0,0,0,0,21380,0,0,0,'Shadowmoon Weapon Master','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,35,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,72,23049,0,0,0,0,0,0,0,0,41103,41100,41101,41106,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,35,1,1,0,0,0,0,0,0,0,0,1,257,0,'',12340),(23054,0,0,0,0,0,20023,0,0,0,'Kael\'thas Sunstrider','Lord of the Blood Elves',NULL,0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,768,2048,0,0,0,0,0,0,276,411,44,7,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1000,500,1,0,0,0,0,0,0,0,147,1,617299803,3,'',12340),(23057,0,0,0,0,0,21072,0,0,0,'Invis Raven God Target','',NULL,0,70,70,1,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23058,0,0,0,0,0,19595,0,0,0,'Invis Raven God Caster','',NULL,0,70,70,1,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23060,0,0,0,0,0,21238,0,0,0,'Netherwing Whelp','',NULL,0,1,1,1,1824,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23062,0,0,0,0,0,8574,0,0,0,'Obsidian Consort','',NULL,0,70,70,1,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23064,0,0,0,0,0,21237,0,0,0,'Eebee Jinglepocket','Smokywood Pastures',NULL,0,30,30,0,35,129,1.1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23065,0,0,0,0,0,21236,0,0,0,'Olnayvi Copperpinch','Smokywood Pastures',NULL,0,30,30,0,35,131,1.1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23067,0,0,0,0,0,17877,0,0,0,'Talonpriest Skizzik','',NULL,0,71,71,1,1860,0,1,1.14286,1,0,255,373,0,137,1,1600,2000,8,0,2048,0,0,0,0,0,0,240,358,31,6,64,23067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1400,1500,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(23068,0,0,0,0,0,20603,0,0,0,'Talonpriest Zellek','',NULL,0,71,71,1,1860,0,1.24,1.14286,1,0,255,373,0,137,1,1600,2000,8,0,2048,0,0,0,0,0,0,240,358,31,6,64,23068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(23069,0,0,0,0,0,15435,0,0,0,'Demon Fire','',NULL,0,73,73,1,14,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,1024,0,0,0,0,0,0,0,0,0,40029,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23070,0,0,0,0,0,18783,16925,0,0,'Illidan DB Target','',NULL,0,60,60,0,114,0,1,0.9,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23071,0,0,0,0,0,6692,0,0,0,'Button Bunny - Red','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23072,0,0,0,0,0,6692,0,0,0,'Button Bunny - Blue','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23073,0,0,0,0,0,6692,0,0,0,'Button Bunny - Yellow','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23074,0,0,0,0,0,6692,0,0,0,'Button Bunny - Green','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23075,0,0,0,0,0,7029,0,0,0,'Legion Ring Infernal','',NULL,0,70,71,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(23080,0,0,0,0,0,11686,0,0,0,'Coilskar Geyser','',NULL,0,71,71,1,1813,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,131076,2048,0,0,0,0,0,0,262,389,48,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23081,0,0,0,0,0,16480,15880,0,0,'Vim\'gol\'s Circle Summon Visual Bunny','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23083,0,0,0,0,0,21241,0,0,0,'Shadowmoon Riding Hound','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,10,2000,2000,1,32768,2048,0,1,0,0,0,0,262,389,48,1,72,0,0,0,0,0,0,0,0,0,41092,25821,8599,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,14,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23084,0,0,0,0,0,16480,11686,0,0,'Black Temple Invis Stalker','',NULL,0,70,70,0,35,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23085,0,0,0,0,0,21583,0,0,0,'Supremus Volcano','',NULL,0,73,73,1,16,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554438,2048,0,0,0,0,0,0,278,413,58,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23089,0,0,0,0,0,21112,0,0,0,'Akama','',NULL,8713,73,73,1,1866,3,1.1,1.14286,1,1,313,448,0,302,15,1300,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,10,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_akama_illidan',12340),(23090,0,0,0,0,0,15731,0,0,0,'Troll Roof Stalker','',NULL,0,70,70,1,85,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2300,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,40124,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23091,0,0,0,0,0,17868,0,0,0,'Disciple of Sar\'this','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23092,0,0,0,0,0,17869,0,0,0,'Evoker of Sar\'this','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23093,0,0,0,0,0,21261,0,0,0,'Sar\'this','',NULL,8725,70,70,1,35,1,1.6,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(23095,0,0,0,0,0,1126,20577,0,0,'Supremus Punch Invis Stalker','',NULL,0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,40980,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,133,1,0,130,'',12340),(23096,0,0,0,0,0,10315,0,0,0,'Acolyte of Air','',NULL,0,70,70,1,91,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23097,0,0,0,0,0,14509,0,0,0,'Acolyte of Water','',NULL,0,70,70,1,91,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23098,0,0,0,0,0,21246,0,0,0,'Acolyte of Earth','',NULL,0,70,70,1,91,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23099,0,0,0,0,0,14508,0,0,0,'Acolyte of Fire','',NULL,0,70,70,1,91,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23100,0,0,0,0,0,21247,0,0,0,'Flawless Arcane Elemental','',NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,23100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,32822,0,0,0,0,0,0,1,0,0,'',12340),(23101,0,0,0,0,0,21255,0,0,0,'Challe','',NULL,8639,70,70,1,35,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1.25,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23104,0,0,0,0,0,4449,17200,0,0,'Bogblossom Bunny','',NULL,0,1,1,1,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23105,0,0,0,0,0,19944,0,0,0,'Fel Imp Minion Transform','',NULL,0,1,1,0,1829,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.36,0.33,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(23106,0,0,0,0,0,14589,0,0,0,'Jara','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23107,0,0,0,0,0,79,0,0,0,'Chaddo','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23108,0,0,0,0,0,19315,0,0,0,'Sa\'rah','',NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23109,0,0,0,0,0,21300,0,0,0,'Vengeful Spirit','',NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,8,0,0,0,0,0,0,0,0,0,40325,40157,40175,40314,40322,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(23111,0,0,0,0,0,21305,0,0,0,'Shadowy Construct','',NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,4,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5.95,1,1,0,0,0,0,0,0,0,96,1,8388624,0,'',12340),(23114,0,0,0,0,0,21304,0,0,0,'Lucky','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(23117,0,0,0,0,0,11686,0,0,0,'crystal man','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23121,30776,0,0,0,0,21260,0,0,0,'Gronn Smoke Image','',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19899,0,0,0,0,0,20231,0,0,0,'Corrupted Nova Totem (1)','',NULL,0,70,74,0,74,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,33134,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23123,0,0,0,0,0,18996,0,0,0,'Doom Blossom','',NULL,0,70,70,1,1813,0,1,0.8,1,1,252,357,0,304,7.5,2000,2000,1,33554434,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,64,1,0,2,'',12340),(23124,0,0,0,0,0,13069,0,0,0,'Doom Blossom Move Target','',NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,64,1,0,0,'',12340),(23125,0,0,0,0,0,3612,0,0,0,'Farmer Leon','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',1),(23129,0,0,0,0,0,21266,0,0,0,'Fel Orc Illusion (Male)','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23130,0,0,0,0,0,21267,0,0,0,'Fel Orc Illusion (Alternate)','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23131,0,0,0,0,0,23003,0,0,0,'Blood Knight Honor Guard','',NULL,0,70,70,0,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23132,0,0,0,0,0,20013,0,0,0,'Brood of Anzu','',NULL,0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,7,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,31273,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.5,1,1,0,0,0,0,0,0,0,253,1,0,0,'',12340),(23133,0,0,0,0,0,21270,21271,21272,21273,'Alliance Adventurer','',NULL,0,66,70,1,534,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23134,0,0,0,0,0,21244,0,0,0,'Hawk Spirit','',NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,26,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23135,0,0,0,0,0,20857,0,0,0,'Falcon Spirit','',NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,26,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23136,0,0,0,0,0,10828,0,0,0,'Eagle Spirit','',NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,26,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,40240,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23137,0,0,0,0,0,1913,6173,17321,16313,'Fel Gorehound Transform','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23138,0,0,0,0,0,16480,19595,0,0,'[PH]Fel Hound','',NULL,0,72,72,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23141,0,0,0,0,0,21276,0,0,0,'Yarzill the Merc','',NULL,8662,70,70,1,1865,3,1.1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23142,0,0,0,0,0,21277,21288,21289,21290,'Goblin Merc','',NULL,0,67,69,1,1865,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23143,0,0,0,0,0,21278,0,0,0,'Horus','Innkeeper',NULL,8648,68,68,1,1863,128,1.1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(23144,0,0,0,0,0,21279,0,0,0,'Gug','Armorsmith',NULL,8647,68,68,1,1865,4224,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23145,0,0,0,0,0,21280,0,0,0,'Rumpus','Reagents & Poison Supplies',NULL,8649,66,66,1,1865,3200,1.1,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23146,0,0,0,0,0,21281,21291,0,0,'Dragonmaw Enforcer','',NULL,0,71,72,1,1863,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23148,0,0,0,0,0,21283,0,0,0,'Forgus','Pit Fight Organizer',NULL,0,71,71,1,1865,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23150,0,0,0,0,0,21284,21285,21286,0,'Dragonmaw Pitfighter','',NULL,0,69,71,1,1865,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23152,0,0,0,0,0,21069,0,0,0,'Vagath','',NULL,0,72,72,1,1843,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,25,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),(23153,0,0,0,0,0,20989,0,0,0,'Bash\'ir Surveyor','',NULL,0,72,72,1,16,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,23153,0,0,0,0,0,0,0,0,40881,11436,40835,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23154,0,0,0,0,0,3264,7816,21294,21295,'Mana-debt Slave','',NULL,0,70,70,1,16,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,23154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23155,0,0,0,0,0,1126,15880,0,0,'Invisible Stalker (Scale x3)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23156,0,0,0,0,0,21292,0,0,0,'D\'rei','Apprentice Witch Doctor',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',1),(23158,0,0,0,0,0,21346,0,0,0,'Seer Kanai','',NULL,0,70,70,1,1820,2,1.1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,7,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23159,0,0,0,0,0,21345,0,0,0,'Okuno','Ashtongue Deathsworn Quartermaster',NULL,0,70,70,1,1820,4224,1.1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.9,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23160,0,0,0,0,0,21293,0,0,0,'Nimnim','',NULL,0,65,65,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23161,0,0,0,0,0,21298,0,0,0,'Darkscreecher Akkarai','',NULL,0,72,72,1,14,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,6,0,23161,0,0,0,0,0,0,0,0,40428,40429,38981,40430,0,0,0,0,0,0,2100,4633,'SmartAI',0,3,1,8,3,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),(23163,0,0,0,0,0,21371,0,0,0,'Gezzarak the Huntress','',NULL,0,72,72,1,14,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,32,0,0,0,0,270,401,53,1,1,23163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12932,0,0,0,'SmartAI',0,3,1,8,3,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(23164,0,0,0,0,0,21446,0,0,0,'Toranaku','',NULL,8702,72,72,1,1850,1,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,33536,2048,0,0,0,0,0,0,268,399,40,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,3,1,0,0,0,0,0,0,0,202,1,0,2,'',12340),(23166,0,0,0,0,0,21299,0,0,0,'Ronag the Slave Driver','',NULL,0,71,71,1,1863,2,1.1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23167,0,0,0,0,0,6299,0,0,0,'Anzuli Hatchling','',NULL,0,68,69,1,16,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,7,0,0,0,0,206,302,43,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23168,0,0,0,0,0,20737,0,0,0,'Or\'kaos the Insane','',NULL,0,72,72,1,1864,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,184,1,1,0,'',12340),(23169,0,0,0,0,0,21412,0,0,0,'Nethermine Flayer','',NULL,0,70,71,1,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,23169,0,70165,0,0,0,0,0,0,13443,40770,0,0,0,0,0,0,0,0,1000,1500,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23170,0,0,0,0,0,21308,21309,21310,21311,'Alliance Soldier','',NULL,0,1,1,0,1755,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33024,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23171,0,0,0,0,0,21312,21313,21314,21315,'Horde Soldier','',NULL,0,1,1,0,1758,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33024,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19898,0,0,0,0,0,4589,0,0,0,'Tainted Fire Totem (1)','',NULL,0,70,70,0,16,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19897,0,0,0,0,0,20230,0,0,0,'Tainted Earthgrab Totem (1)','',NULL,0,70,70,0,74,0,1.125,1.14286,1,0,252,357,0,304,1,1388,2000,1,0,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,31982,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19896,0,0,0,0,0,8189,0,0,0,'[UNUSED] Summoned Bombling (1)','','',0,62,62,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),(19895,0,0,0,0,0,17729,0,0,0,'Rokmar the Crackler (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,5.9,1347,2000,1,64,2048,0,0,0,0,0,0,270,401,53,7,72,19895,0,0,0,0,0,0,0,0,34970,31948,38801,35008,0,0,0,0,0,0,14662,19156,'',1,3,1,22.95,1,1,0,0,0,0,0,0,0,125,1,617299803,1,'',12340),(19894,0,0,0,0,0,18224,0,0,0,'Quagmirran (1)','',NULL,0,72,72,1,14,0,1.48,2,1,1,307,438,0,314,5.9,1347,2000,1,64,2048,0,0,0,0,0,0,270,401,53,5,64,19894,0,0,0,0,0,0,0,0,38153,40504,39340,32055,0,0,0,0,0,0,15512,20266,'',1,3,1,24.3,1,1,0,33821,0,0,0,0,0,0,1,617299803,1,'',12340),(19893,0,0,0,0,0,17728,0,0,0,'Mennu the Betrayer (1)','',NULL,0,72,72,1,74,0,1.48,1.14286,1,1,304,436,0,296,5.9,1347,2000,2,64,2048,0,0,0,0,0,0,268,399,40,7,72,19893,0,0,0,0,0,0,0,0,31991,35010,34980,31981,0,0,0,0,0,0,11262,14716,'',1,3,1,22.95,2.5,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),(23187,0,0,0,0,0,16314,0,0,0,'Enslaved Netherwing Drake','',NULL,0,70,70,1,1824,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,143,1,0,2,'',12340),(23189,30768,0,0,0,0,21317,0,0,0,'Ethereal Smoke Image','',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23190,30758,0,0,0,0,21319,0,0,0,'Black Dragon Smoke Image','',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23191,0,0,0,0,0,21318,0,0,0,'Akama','',NULL,21335,73,73,1,1866,0,1.2,1.14286,1,3,313,448,0,302,18,1800,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,165,100,1,0,0,0,0,0,0,0,51,1,650854271,2097153,'npc_akama_shade',12340),(23192,0,0,0,0,0,21321,0,0,0,'Ember of Azzinoth','',NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,1500,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23193,0,0,0,0,0,146,0,0,0,'Lordaeron Citizen (Jesse)','',NULL,0,15,15,0,7,0,1.11111,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(23194,0,0,0,0,0,21283,0,0,0,'Skyway Worker','',NULL,0,71,71,1,1865,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23195,0,0,0,0,0,21322,0,0,0,'Illidan Demon Form','The Betrayer',NULL,0,73,73,1,1849,0,1,1.14286,1,3,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(23196,0,0,0,0,0,21490,0,0,0,'Bonechewer Behemoth','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,72,23196,0,0,0,0,0,0,0,0,41272,8269,41274,41277,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,63,10,1,0,0,0,0,0,0,0,169,1,545468415,0,'',12340),(23197,0,0,0,0,0,21349,0,0,0,'Maiev Shadowsong','',NULL,0,73,73,1,1867,0,1,1.14286,1,3,313,448,0,302,10,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10.5,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(23198,0,0,0,0,0,21328,0,0,0,'Lucky','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(23200,0,0,0,0,0,3612,0,0,0,'Farmer Leon','Pig Farmer',NULL,0,35,35,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23201,0,0,0,0,0,21329,0,0,0,'D\'rei','Apprentice Witch Doctor',NULL,0,35,35,0,126,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23202,0,0,0,0,0,17606,0,0,0,'Moaoto','Pig Farmer',NULL,0,70,70,1,1818,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23203,0,0,0,0,0,20538,0,0,0,'Gan\'arg Minion Transform','',NULL,0,72,72,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.6,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(23205,0,0,0,0,0,21330,0,0,0,'Karrog Shardling','',NULL,0,72,72,1,14,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,5,0,0,0,0,0,0,0,0,0,0,40488,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23206,0,0,0,0,0,21003,6299,20738,20730,'Akkarai Hatchling','',NULL,0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,7,0,0,0,0,215,320,44,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),(23209,0,0,0,22197,0,20890,20891,21342,0,'Dragonmaw Peon Kill Credit','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,0.5,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23210,0,0,0,0,0,1126,20577,0,0,'Creature Generator (Akama)','',NULL,0,70,70,1,1813,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_creature_generator_akama',12340),(23211,0,0,0,0,0,2676,0,0,0,'Aldor Faction Tester','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23213,0,0,0,22197,0,20890,20891,21342,0,'Dragonmaw Peon Mutton','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,0.5,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23214,0,0,0,0,0,18816,0,0,0,'Mo\'arg Tormenter Transform','',NULL,0,68,69,1,1829,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23215,0,0,0,0,0,21402,21593,0,0,'Ashtongue Sorcerer','',NULL,0,71,71,1,1813,0,1,1.7143,1,1,255,373,0,137,20,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,14,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(23216,0,0,0,0,0,21595,21596,0,0,'Ashtongue Defender','',NULL,0,72,72,1,1813,0,1,1.7143,1,1,307,438,0,314,20,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(23217,0,0,0,0,0,19762,19756,19765,11544,'Bladespire Agent','',NULL,0,65,68,1,35,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,2,'',12340),(23222,0,0,0,0,0,21549,0,0,0,'Bonechewer Brawler','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,23222,0,0,0,0,0,0,0,0,41254,30798,8269,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,38.5,1,1,0,0,0,0,0,0,0,180,1,545468415,0,'',12340),(23223,0,0,0,0,0,21284,21285,21286,0,'Bonechewer Spectator','',NULL,0,71,71,1,14,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,23223,0,0,0,0,0,0,0,0,36140,40505,25646,13446,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,3.15,1,1,0,0,0,0,0,0,0,0,1,257,0,'',12340),(23224,0,0,0,0,0,16925,0,0,0,'Imp in a Ball','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_gen_imp_in_a_bottle',12340),(23225,0,0,0,0,0,169,11686,0,0,'Netherwing Drake Escape Point','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23226,0,0,0,0,0,20778,20779,18196,18197,'Illidari Elite','',NULL,0,70,70,1,1849,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23227,0,0,0,0,0,21586,0,0,0,'Eye of Shartuul Transform','',NULL,0,69,69,1,1829,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23228,0,0,0,0,0,16480,19595,0,0,'Eye of Shartuul','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,20,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23229,0,0,0,0,0,16925,0,0,0,'Imp in a Ball Special Case (Rogue)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23232,0,0,0,0,0,21355,0,0,0,'Mutant War Hound','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,20,1500,2000,1,32768,2048,0,1,0,0,0,0,262,389,48,1,72,23232,0,70065,0,0,0,0,0,0,41193,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,14,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(23235,0,0,0,0,0,21555,21556,21554,0,'Bonechewer Blade Fury','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,72,23235,0,0,0,0,0,0,0,0,41195,30798,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,1,1,0,0,0,0,0,0,0,144,1,257,0,'',12340),(23236,0,0,0,0,0,21553,0,0,0,'Bonechewer Shield Disciple','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,23236,0,0,0,0,0,0,0,0,41198,41197,41196,41213,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,1,1,0,0,0,0,0,0,0,0,1,257,0,'',12340),(23237,0,0,0,0,0,21552,21551,0,0,'Bonechewer Blood Prophet','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,72,23237,0,0,0,0,0,0,0,0,41238,41229,8269,41230,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,0,1,257,0,'',12340),(23239,0,0,0,0,0,21550,0,0,0,'Bonechewer Combatant','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,23239,0,0,0,0,0,0,0,0,8269,41251,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,38.5,1,1,0,0,0,0,0,0,0,180,1,545468415,0,'',12340),(23240,0,0,0,0,0,4449,19595,0,0,'Invis Rizzle Grenade Chucker','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23241,0,0,0,0,0,21494,0,0,0,'Skyguard Aether-Tech','',NULL,0,70,70,0,290,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23242,0,0,0,0,0,21495,21496,21497,21498,'Skyguard Ranger','',NULL,0,70,70,0,250,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23247,0,0,0,0,0,20894,0,0,0,'Bash\'ir Subprimal','',NULL,0,70,70,0,14,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,15232,17321,46573,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23249,0,0,0,0,0,19874,0,0,0,'Bash\'ir Flesh Fiend','',NULL,0,72,72,0,14,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,29935,29939,3391,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(23250,0,0,0,0,0,5187,14501,0,0,'Disruptor Tower','',NULL,0,70,70,0,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23252,30769,0,0,0,0,21365,0,0,0,'Felguard Smoke Image','',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23254,0,0,0,0,0,11686,0,0,0,'Fel Geyser','',NULL,0,72,72,1,1813,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,270,401,53,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23259,0,0,0,0,0,15435,0,0,0,'Blaze','',NULL,0,73,73,1,14,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,1024,0,0,0,0,0,0,0,0,0,40610,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23264,0,0,0,0,0,21392,0,0,0,'Overmine Flayer','',NULL,0,70,71,1,16,0,1.2,1.42857,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,23264,0,70165,0,0,0,0,0,0,13443,33810,0,0,0,0,0,0,0,0,1000,1500,'',1,3,1,1,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),(23265,0,0,0,0,0,21390,0,0,0,'Seer Nakha','',NULL,0,67,67,1,1653,2,1.1,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23267,0,0,0,0,0,21394,0,0,0,'Arvoar the Rapacious','',NULL,0,72,72,1,16,0,2.4,2.28571,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,1,0,23267,0,70165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,202,1,0,0,'',12340),(23269,0,0,0,0,0,20239,0,0,0,'Barash the Den Mother','',NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,1,0,23269,0,70165,0,0,0,0,0,0,40636,13443,33810,32732,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,202,1,8519760,0,'',12340),(23274,0,0,0,0,0,16633,0,0,0,'Stinker','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(23275,0,0,0,0,0,16480,19595,0,0,'Dreadmaw','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,180,10,1,0,0,0,0,0,0,0,156,1,0,130,'',12340),(23276,0,0,0,0,0,20853,0,0,0,'[PH]Wrath Hound Transform','',NULL,0,70,71,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23277,0,0,0,0,0,1126,11686,0,0,'Skyguard Target','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23279,0,0,0,0,0,21397,0,0,0,'Portable Fel Cannon Transform','',NULL,0,1,1,0,1829,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.36,0.33,1,0,0,0,0,0,0,0,121,1,16384,0,'',12340),(23280,0,0,0,0,0,21398,0,0,0,'Agadai','Wind Rider Apprentice',NULL,0,67,67,1,1735,2,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23283,0,0,0,0,0,21401,0,0,0,'Lady Sinestra','',NULL,0,73,73,1,1865,0,1,1.14286,1,1,316,450,0,320,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23284,0,0,0,0,0,21399,0,0,0,'Lady Sinestra','',NULL,0,72,72,1,1865,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23285,0,0,0,0,0,16395,0,0,0,'Nethermine Burster','',NULL,0,70,71,1,14,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,10,0,23285,0,70165,0,0,0,0,0,0,31747,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2097152,'',12340),(23286,0,0,0,0,0,15380,0,0,0,'Black Blood of Draenor','',NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,23286,0,0,0,0,0,0,0,0,7279,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23287,0,0,0,0,0,18281,18282,18284,18285,'Murkblood Miner','',NULL,0,70,70,1,62,0,1,1,1,0,252,357,0,304,1,2000,2000,1,536904448,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1500,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23288,0,0,0,0,0,1126,20577,0,0,'Akama Event Stalker','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23289,0,0,0,0,0,11686,0,0,0,'Mine Car','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33817344,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23290,0,0,0,0,0,15463,0,0,0,'Draenor Blood Terror','',NULL,0,69,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,23290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23292,0,0,0,0,0,18783,16925,0,0,'Cage Trap Trigger - 1','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23293,0,0,0,0,0,18783,16925,0,0,'Cage Trap Trigger - 2','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23294,0,0,0,0,0,18783,16925,0,0,'Cage Trap Trigger - 3','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23295,0,0,0,0,0,18783,16925,0,0,'Cage Trap Trigger - 4','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23296,0,0,0,0,0,18783,16925,0,0,'Cage Trap Trigger - 5','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23297,0,0,0,0,0,18783,16925,0,0,'Cage Trap Trigger - 6','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23298,0,0,0,0,0,18783,16925,0,0,'Cage Trap Trigger - 7','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23299,0,0,0,0,0,18783,16925,0,0,'Cage Trap Trigger - 8','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23304,0,0,0,0,0,18783,16925,0,0,'Cage Trap Disturb Trigger','',NULL,0,73,73,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23305,0,0,0,0,0,17756,0,0,0,'Crazed Murkblood Foreman','',NULL,0,71,71,1,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,23305,0,0,0,0,0,0,0,0,43246,0,0,0,0,0,0,0,0,0,1000,1500,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23307,0,0,0,0,0,5187,11686,0,0,'Ethereal Ring Bolt Target Bunny','',NULL,0,70,70,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23308,0,0,0,0,0,169,11686,0,0,'Dragonmaw Peon Work Node','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23309,0,0,0,0,0,17760,0,0,0,'Murkblood Overseer','',NULL,8701,70,70,1,62,1,1,1,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23312,0,0,0,0,0,1126,11686,0,0,'Legion Ring - Stun Field','',NULL,0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23313,0,0,0,0,0,1126,11686,0,0,'Legion Ring - Stun Rope Dummy','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23314,0,0,0,0,0,18820,0,0,0,'[PH] PvP Cannon','',NULL,0,70,71,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(23315,0,0,0,0,0,1126,11686,0,0,'[PH] PvP Cannon Shot Target','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23317,0,0,0,0,0,1126,11686,0,0,'[PH] PvP Cannon Targetting Reticle','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23318,0,0,0,0,0,21591,21592,0,0,'Ashtongue Rogue','',NULL,0,71,71,1,1813,0,1,1.7143,1,1,299,426,0,308,20,1600,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.8,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(23319,0,0,0,0,0,20422,21117,21115,21118,'Ashtongue Broken','',NULL,0,71,71,1,1820,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,33536,2048,0,0,0,0,0,0,260,387,37,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,4.9,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23321,0,0,0,0,0,20892,20893,0,0,'Dragonmaw Flight Instructor','',NULL,0,70,70,1,62,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23324,0,0,0,0,0,18281,18282,18284,18285,'Crazed Murkblood Miner','',NULL,0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,23324,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1500,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23325,0,0,0,0,0,16480,15435,0,0,'Dragonmaw Flight Instructor Target','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23329,0,0,0,0,0,15788,0,0,0,'Fel Eye Stalk Transform','',NULL,0,81,81,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23331,0,0,0,0,0,21413,0,0,0,'Ray Morningstar','',NULL,0,68,68,1,1818,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23332,0,0,0,0,0,19946,0,0,0,'Bash\'ir Reckoner','',NULL,0,72,72,1,14,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,512,0,0,0,0,0,0,0,0,0,29651,39574,32920,40935,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(23333,0,0,0,0,0,21461,0,0,0,'The Grand Collector','',NULL,0,72,72,1,14,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,512,23333,0,80101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,15,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(23336,0,0,0,0,0,15435,0,0,0,'Flame Crash','',NULL,0,73,73,1,1849,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,1024,0,0,0,0,0,0,0,0,0,40836,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23340,0,0,0,0,0,21421,0,0,0,'Murg \"Oldie\" Muckjaw','',NULL,0,70,70,1,62,2,1,2.57143,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23341,0,0,0,0,0,19771,0,0,0,'Dragonmaw Moth Mount','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(23342,0,0,0,0,0,21422,0,0,0,'Trope the Filth-Belcher','',NULL,0,70,70,1,62,2,1,2.85714,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23344,0,0,0,0,0,21424,0,0,0,'Corlok the Vet','',NULL,0,70,70,1,62,2,1,3.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23345,0,0,0,0,0,13470,0,0,0,'Wing Commander Ichman','',NULL,0,70,70,1,62,2,1,3.42857,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23346,0,0,0,0,0,13475,0,0,0,'Wing Commander Mulverick','',NULL,0,70,70,1,62,2,1,3.71429,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23348,0,0,0,0,0,21426,0,0,0,'Captain Skyshatter','',NULL,0,70,70,1,62,2,1,4.28571,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23349,0,0,0,0,0,21425,0,0,0,'Captain Skybreaker\'s Nether Drake','',NULL,0,10,10,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),(23350,0,0,0,0,0,21461,0,0,0,'The Grand Collector','',NULL,0,72,72,1,14,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23351,0,0,0,0,0,17188,0,0,0,'Shade of Akama Trigger','',NULL,0,70,70,0,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23353,0,0,0,0,0,21150,0,0,0,'Braxxus','',NULL,0,72,72,1,90,0,1,1.14286,1,1,304,436,0,296,4.7,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,23353,0,70162,0,0,0,0,0,0,41437,41439,41436,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,6,1,0,32733,0,0,0,0,0,0,1,0,0,'',12340),(23354,0,0,0,0,0,19899,0,0,0,'Mo\'arg Incinerator','',NULL,0,72,72,1,90,0,1,1.14286,1,1,304,436,0,296,4.7,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,23354,0,0,0,0,0,0,0,0,36606,44431,25174,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,6,1,0,32733,0,0,0,0,0,0,1,0,0,'',12340),(23355,0,0,0,0,0,21430,0,0,0,'Zarcsin','',NULL,0,72,72,1,90,0,1,1.14286,1,1,304,436,0,296,4.7,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,23355,0,0,0,0,0,0,0,0,41444,41447,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,10,1,0,32733,0,0,0,0,0,0,1,0,0,'',12340),(23356,0,0,0,0,0,15435,0,0,0,'Dragonmaw Race: Oldie\'s Target','',NULL,0,80,80,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23357,0,0,0,0,0,16480,15435,0,0,'Dragonmaw Race: Trope\'s Target','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23358,0,0,0,0,0,16480,15435,0,0,'Dragonmaw Race: Corlok\'s Target','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23359,0,0,0,0,0,16480,15435,0,0,'Dragonmaw Race: Ichman\'s Target','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23360,0,0,0,0,0,16480,15435,0,0,'Dragonmaw Race: Mulverick\'s Target','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23361,0,0,0,0,0,16480,15435,0,0,'Dragonmaw Race: Skyshatter\'s Target','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23364,0,0,0,0,0,387,0,0,0,'Black Dragon Whelpling','',NULL,0,1,1,1,14,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,2,0,2,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23366,0,0,0,0,0,0,21434,0,0,'Test Shroom','',NULL,0,65,65,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23368,0,0,0,0,0,19780,0,0,0,'Bash\'ir Controller','',NULL,0,70,70,0,14,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,34944,17139,15586,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(23369,0,0,0,0,0,1126,16946,0,0,'Whirling Blade','',NULL,0,71,71,1,1813,0,1,1.14286,1,0,299,426,0,308,10,2000,2000,1,33554432,2048,0,0,0,0,0,0,262,389,48,10,1096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,28,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23371,0,0,0,0,0,21151,0,0,0,'Shadowmoon Fallen','',NULL,0,72,72,1,1813,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(23372,0,0,0,0,0,21439,0,0,0,'Mine Cart (Taxi)','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23374,0,0,0,0,0,21442,0,0,0,'Ashtongue Stalker','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,23374,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'',0,3,1,21,10,1,0,0,0,0,0,0,0,144,1,537004801,0,'',12340),(23375,0,0,0,0,0,21447,0,0,0,'Shadow Demon','',NULL,0,70,70,1,14,0,0.5,0.5,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,96,0,0,0,0,0,0,0,0,0,41080,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.1,1,1,0,0,0,0,0,0,0,84,1,650854271,0,'',12340),(23376,0,0,0,0,0,21441,0,0,0,'Dragonmaw Foreman','',NULL,8693,70,70,1,62,2,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,294912,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23377,0,0,0,0,0,21169,21182,21194,21184,'Skyguard Ace','',NULL,0,71,73,1,1856,0,1,1.14286,1,1,316,450,0,320,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(23379,0,0,0,0,0,1126,11686,0,0,'Black Temple - Houndmaster Flare Dummy','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23384,0,0,0,0,0,21448,0,0,0,'Little Hurky','Assistant to Forgus',NULL,0,68,68,1,1865,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23387,0,0,0,0,0,18355,0,0,0,'Nacho','',NULL,0,70,70,1,62,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23388,0,0,0,0,0,9586,0,0,0,'Nacho\'s Mount','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(23389,0,0,0,0,0,11078,0,0,0,'Fallen Ally','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,10,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(23390,0,0,0,0,0,21489,0,0,0,'Bash\'ir\'s Harbinger','',NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,23390,0,0,0,0,0,0,0,0,29651,39574,31534,40935,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23391,0,0,0,0,0,21488,0,0,0,'Bash\'ir','',NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,36908,41264,41266,43433,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23393,0,0,0,0,0,20946,20947,0,0,'Deathshadow Agent','',NULL,0,70,71,1,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,32000,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23394,0,0,0,0,0,21460,0,0,0,'Promenade Sentinel','',NULL,0,72,72,1,16,0,1.1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,9,72,23394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,63,1,1,0,0,0,0,0,0,0,169,1,617578495,0,'',12340),(23397,0,0,0,0,0,21560,21561,21562,21563,'Illidari Blood Lord','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,304,436,0,296,20,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,72,23397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,28,15,1,0,0,0,0,0,0,0,150,1,617562111,0,'',12340),(23398,0,0,0,0,0,1126,11686,0,0,'Angered Soul Fragment','',NULL,0,70,70,1,16,0,1,1.14286,1,0,234,331,0,286,5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,256,64,'',12340),(23399,0,0,0,0,0,16255,0,0,0,'Suffering Soul Fragment','',NULL,0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,20,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,6,72,0,0,0,0,0,0,0,0,0,41245,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,20,1,0,0,0,0,0,0,0,144,1,545468415,64,'',12340),(23400,0,0,0,0,0,21564,21565,21566,21567,'Illidari Archon','',NULL,0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,72,23400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,150,1,541343023,0,'',12340),(23401,0,0,0,0,0,21587,0,0,0,'Hungering Soul Fragment','',NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,72,0,0,0,0,0,0,0,0,0,41248,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4.2,1,1,0,0,0,0,0,0,0,144,1,8913168,64,'',12340),(23402,0,0,0,0,0,21468,21557,21558,21559,'Illidari Battle-mage','',NULL,0,72,72,1,16,0,1.1,1.14286,1,1,304,436,0,296,20,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,72,23402,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,150,1,541338919,0,'',12340),(23403,0,0,0,0,0,21568,21569,21570,21571,'Illidari Assassin','',NULL,0,72,72,1,16,0,1.1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,72,23403,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,17.5,10,1,0,0,0,0,0,0,0,150,1,541343015,0,'',12340),(23404,0,0,0,0,0,19718,0,0,0,'Imp Retainer','',NULL,0,70,70,1,1813,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,10,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(23405,0,0,0,0,0,21471,0,0,0,'Flaskataur','',NULL,0,72,72,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23410,0,0,0,0,0,21476,0,0,0,'Spirit of Udalo','',NULL,8749,70,70,0,1820,1,1,1.14286,1,0,234,331,0,286,7.5,2000,2000,2,33280,2048,0,0,0,0,0,0,198,295,33,7,192,0,0,0,0,0,0,0,0,0,40536,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23412,0,0,0,0,0,169,15880,0,0,'Illidan Door Trigger','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,7.5,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23414,0,0,0,0,0,21472,0,0,0,'Bash\'ir Inquisitor','',NULL,0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,29651,39574,31534,40935,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,6,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(23416,0,0,0,0,0,16480,15435,0,0,'Reth\'hedron\'s Target','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23417,0,0,0,0,0,18783,15435,0,0,'Reliquary Combat Trigger','',NULL,0,73,73,1,16,0,1,1.14286,1,0,316,450,0,320,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23422,0,0,0,0,0,21486,0,0,0,'Riding Nether Ray','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(23423,0,0,0,0,0,20601,17864,20817,0,'Arakkoa Illusion','',NULL,0,71,72,1,1860,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23424,0,0,0,0,0,5187,11686,0,0,'Ethereal Ring Control Bunny','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23425,0,0,0,0,0,5187,11686,0,0,'Ethereal Ring Control Bunny, Elite','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23426,0,0,0,0,0,1126,11686,0,0,'The Illidari Council','',NULL,0,70,70,1,1813,0,1,1.14286,1,1,252,357,0,304,35,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,700,1,1,0,0,0,0,0,0,0,0,1,617299803,131,'boss_illidari_council',12340),(23427,0,0,0,0,0,19885,0,0,0,'Illidari Lord Balthas','',NULL,0,70,70,1,62,2,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23429,0,0,0,0,0,11686,0,0,0,'Arcane Charge','',NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,20,2000,2000,1,772,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23430,0,0,0,0,0,21493,0,0,0,'Skyguard Lieutenant','',NULL,0,70,70,0,250,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23436,0,0,0,0,0,21455,0,0,0,'Image of Dementia','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.6,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(23438,0,0,0,0,0,169,15880,0,0,'Nether Ray Feed Credit','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23441,0,0,0,0,0,20892,20893,0,0,'Dragonmaw Skybreaker','',NULL,0,70,70,1,1877,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,2048,0,0,0,0,0,0,0,0,0,38861,41448,41440,38858,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23442,0,0,0,0,0,169,15880,0,0,'Nether Ray Desummoner','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23444,0,0,0,0,0,5187,11686,0,0,'Ethereal Ring Target Bunny, Lightning','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23445,0,0,0,0,0,5187,11686,0,0,'Ethereal Ring Target Bunny, Forge','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23448,0,0,0,0,0,18783,15435,0,0,'Glaive Target','',NULL,0,73,73,1,35,0,1,1.14286,1,0,316,450,0,320,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23451,0,0,0,0,0,21072,0,0,0,'Veras Vanish Effect','',NULL,0,72,72,1,14,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,33554496,2048,0,0,0,0,0,0,270,401,53,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,24.5,1,1,0,0,0,0,0,0,0,151,1,0,130,'',12340),(23453,0,0,0,0,0,21515,21516,21517,21518,'Altar Defender','',NULL,0,68,70,1,1875,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23467,0,0,0,0,0,21526,0,0,0,'Illidan Stormrage','The Betrayer',NULL,0,73,73,1,14,0,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,33600,2048,0,0,0,0,0,0,276,411,44,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,700,400,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),(23468,0,0,0,0,0,20811,0,0,0,'Yarzill Dragon Form','',NULL,0,72,72,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,0,'SmartAI',0,3,1,15,1,1,0,0,0,0,0,0,0,188,1,0,2,'',12340),(23469,0,0,0,0,0,10771,0,0,0,'Enslaved Soul','',NULL,0,70,70,1,14,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.4,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'',12340),(23470,0,0,0,0,0,18783,15435,0,0,'Soul Summon Target','',NULL,0,73,73,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23471,0,0,0,0,0,18628,0,0,0,'Skettis Outrider','',NULL,0,70,71,1,1862,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,13730,35321,20230,23537,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23472,0,0,0,0,0,18783,16925,0,0,'World Trigger (Large AOI, Not Immune PC/NPC)','',NULL,0,60,60,0,114,0,1,0.99206,1,0,104,138,0,252,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23474,0,0,0,0,0,21540,0,0,0,'Shivan Assassin (Red)','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,0,0,0,0,0,0,0,0,0,0,40736,41597,40737,41593,0,0,0,0,0,0,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,213,1,0,0,'',12340),(23475,0,0,0,0,0,21541,0,0,0,'Shivan Assassin (Blue)','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,0,0,0,0,0,0,0,0,0,0,40736,41597,40737,41593,0,0,0,0,0,0,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(23476,0,0,0,0,0,21542,0,0,0,'Shivan Assassin (Black)','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,0,0,0,0,0,0,0,0,0,0,40736,41597,40737,41593,0,0,0,0,0,0,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,224,1,0,0,'',12340),(23477,0,0,0,0,0,21545,0,0,0,'Armored Nether Drake (Black Temple 01)','',NULL,0,70,70,1,62,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,0.8,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(23478,0,0,0,0,0,21548,0,0,0,'Armored Nether Drake (Black Temple 02)','',NULL,0,70,70,1,62,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,0.8,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(23479,0,0,0,0,0,21846,21848,21847,21849,'[PH] Brewfest Dwarf Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23480,0,0,0,0,0,21858,21859,21860,21861,'[PH] Brewfest Human Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23485,0,0,0,0,0,5187,0,0,0,'Knockdown Fel Cannon: Dismount (the Fire Field)','',NULL,0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23491,0,0,0,0,0,169,15880,0,0,'Socrethar Event Trigger','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23497,0,0,0,0,0,21574,0,0,0,'Draeg Barleybrew','',NULL,0,65,65,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23498,0,0,0,0,0,19110,0,0,0,'Parasitic Shadowfiend','',NULL,0,70,70,1,14,0,1.1,1.14286,1,0,252,357,5,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.35,1,1,0,0,0,0,0,0,0,0,1,0,256,'',12340),(23499,0,0,0,0,0,1126,11686,0,0,'Blood Elf Council Voice Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,35,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,700,1,1,0,0,0,0,0,0,0,0,1,617299803,130,'',12340),(23501,0,0,0,0,0,19400,0,0,0,'Netherwing Ray','',NULL,0,69,70,1,14,0,1.4,1.42857,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,34,0,0,0,0,198,295,33,1,1,23501,0,70064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12888,0,1000,1500,'',1,3,1,1,0.5,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),(23502,0,0,0,0,0,18783,15435,0,0,'Reliquary LoS Agro Trigger','',NULL,0,73,73,1,14,0,1,1.14286,1,0,316,450,0,320,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23503,0,0,0,0,0,11686,0,0,0,'Shadowy Vortex','',NULL,0,70,70,1,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.775,1,1,0,0,0,0,0,0,0,144,1,8388624,2,'',12340),(23504,0,0,0,0,0,22445,22446,0,0,'Brewfest Setup Crew','',NULL,0,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23505,0,0,0,0,0,25986,0,0,0,'Tikas','',NULL,0,70,71,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23506,0,0,0,0,0,21105,0,0,0,'Broken Illusion','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23507,0,0,0,0,0,22732,0,0,0,'Elwynn Pink Elekk','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23508,0,0,0,0,0,21588,0,0,0,'Gul\'dan','',NULL,0,70,70,0,7,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),(23509,0,0,0,0,0,21589,21590,0,0,'Spirit of the Past','',NULL,0,60,65,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(23523,0,0,0,0,0,21607,0,0,0,'Ashtongue Elementalist','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.8,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(23524,0,0,0,0,0,21606,0,0,0,'Ashtongue Spiritbinder','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.8,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(23526,0,0,0,0,0,18169,0,0,0,'BurkeTest01','',NULL,0,71,71,1,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23527,0,0,0,0,0,22732,0,0,0,'Teldrassil Pink Elekk','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23528,0,0,0,0,0,22732,0,0,0,'Azuremyst Pink Elekk','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23532,0,0,0,0,0,15750,0,0,0,'[PH] Brewfest Garden D Vendor','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23540,0,0,0,0,0,21854,21856,21855,21857,'[PH] Brewfest Goblin Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23543,0,0,0,0,0,22352,0,0,0,'Shade of the Horseman','',NULL,0,11,11,0,14,0,1,1.14286,1,0,15,20,0,44,1,2000,0,1,2,2048,8,0,0,0,0,0,9,14,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,10,1,1,0,0,0,0,0,0,0,54,1,0,2,'npc_hallows_end_soh',12340),(23544,0,0,0,0,0,6752,0,0,0,'Kyle Radue','',NULL,0,79,79,2,2111,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23545,0,0,0,0,0,21822,0,0,0,'Pumpkin Fiend','',NULL,0,80,80,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,0,1,0,2048,8,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,0.5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(23561,30016,0,0,0,0,7869,0,0,0,'Soldier of the Frozen Wastes','',NULL,0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,73,1,8388624,0,'',12340),(23562,30049,0,0,0,0,12818,0,0,0,'Unstoppable Abomination','',NULL,0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),(23563,30047,0,0,0,0,16178,0,0,0,'Soul Weaver','',NULL,0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.5,1,1,0,0,0,0,0,0,0,62,1,8388624,0,'',12340),(23588,0,0,0,0,0,22265,0,0,0,'Brewfest Ram','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(23599,0,0,0,0,0,7005,0,0,0,'[PH] New Hinterlands NPC','',NULL,0,50,50,0,694,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23607,0,0,0,0,0,21866,21867,21868,21869,'[PH] Brewfest Orc Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23608,0,0,0,0,0,21870,21871,21872,21873,'[PH] Brewfest Tauren Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23609,0,0,0,0,0,21874,21875,21876,21877,'[PH] Brewfest Troll Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23610,0,0,0,0,0,21838,21839,21840,21841,'[PH] Brewfest Blood Elf Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23611,0,0,0,0,0,21878,21879,21880,21881,'[PH] Brewfest Undead Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23613,0,0,0,0,0,21842,21844,21843,21845,'[PH] Brewfest Draenei Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23614,0,0,0,0,0,21850,21851,21852,21853,'[PH] Brewfest Gnome Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23615,0,0,0,0,0,21862,21863,21864,21865,'[PH] Brewfest Night Elf Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23616,0,0,0,0,0,1100,0,0,0,'Kyle the Frenzied','',NULL,0,12,12,0,35,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23617,0,0,0,0,0,14500,0,0,0,'Matron Goodwell','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23618,0,0,0,0,0,21641,0,0,0,'Ahab Wheathoof','The Old Rancher',NULL,0,62,62,1,35,2,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23621,0,0,0,0,0,21646,0,0,0,'Testy McHelmet','',NULL,0,73,73,1,105,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23622,0,0,0,0,0,1100,0,0,0,'Kyle the Friendly','',NULL,0,12,12,0,35,0,0.98,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23629,0,0,0,0,0,14890,21667,21668,21669,'[PH] Darkmoon Faire Carnie APPEARANCE A','',NULL,0,25,25,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23630,0,0,0,0,0,21670,21671,21672,14912,'[PH] Darkmoon Faire Carnie APPEARANCE B','',NULL,0,25,25,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23631,0,0,0,0,0,21673,21674,21675,21676,'[PH] Darkmoon Faire Carnie APPEARANCE C','',NULL,0,25,25,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23632,0,0,0,0,0,21677,21678,21679,21680,'[PH] Darkmoon Faire Carnie APPEARANCE D','',NULL,0,25,25,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23633,0,0,0,0,0,14913,21681,21682,21683,'[PH] Darkmoon Faire Carnie APPEARANCE E','',NULL,0,25,25,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23634,0,0,0,0,0,21684,14914,0,0,'[PH] Darkmoon Faire Carnie APPEARANCE F','',NULL,0,25,25,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23694,0,0,0,0,0,24720,0,0,0,'Pulsing Pumpkin','',NULL,0,80,80,0,14,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.75,1,1,0,0,0,0,0,0,0,0,1,0,2,'boss_headless_horseman_pumpkin',12340),(23697,0,0,0,0,0,21693,21694,21695,21696,'Beer Goggles Gnome Male','',NULL,0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23707,0,0,0,0,0,14473,0,0,0,'Grimbooze\'s Alarm System','',NULL,0,3,3,0,290,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(23708,0,0,0,0,0,5299,0,0,0,'Rusty Mechanical Guardian','',NULL,0,18,18,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(23709,0,0,0,0,0,3954,0,0,0,'Dark Iron Guzzler','',NULL,0,10,10,0,1194,0,1.2,1.14286,1,0,13,17,0,42,1,2000,2000,1,640,2048,0,0,0,0,0,0,9,13,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,48,1,650854267,0,'npc_dark_iron_guzzler',12340),(23721,0,0,0,0,0,19926,0,0,0,'Concert Bruiser','',NULL,0,70,70,1,1896,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(23722,0,0,0,0,0,21704,0,0,0,'Sasha Goens','Dalaran Rent-A-Mage',NULL,0,70,70,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23754,0,0,0,0,0,21723,0,0,0,'Murloc Costume','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23765,0,0,0,0,0,21741,0,0,0,'Sylvanas Windrunner (High Elf)','',NULL,0,60,60,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23775,0,0,0,0,0,21908,0,0,0,'Head of the Horseman','',NULL,0,80,80,2,14,0,0.8,0.8,1,1,422,586,0,642,7.5,2000,0,1,33816576,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,88,1,0,0,'boss_headless_horseman_head',12340),(23788,0,0,0,0,0,21766,0,0,0,'Wixa Whelpwatcher','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23795,0,0,0,0,0,21826,21827,21828,21829,'Dark Iron Antagonist','',NULL,0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23819,0,0,0,0,0,21846,21847,0,0,'[PH] Brewfest Dwarf Male Celebrant','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23820,0,0,0,0,0,21848,21849,0,0,'[PH] Brewfest Dwarf Female Celebrant','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23824,0,0,0,0,0,21856,21857,0,0,'[PH] Brewfest Goblin Female Celebrant','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23825,0,0,0,0,0,21854,21855,0,0,'[PH] Brewfest Goblin Male Celebrant','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23830,0,0,0,0,0,21955,11686,0,0,'[DNT] L70ETC FX Controller','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23845,0,0,0,0,0,21955,11686,0,0,'[DNT] L70ETC Bergrisst Controller','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23850,0,0,0,0,0,21955,11686,0,0,'[DNT] L70ETC Concert Controller','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23852,0,0,0,0,0,21955,11686,0,0,'[DNT] L70ETC Mai\'Kyl Controller','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23853,0,0,0,0,0,21955,11686,0,0,'[DNT] L70ETC Samuro Controller','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23854,0,0,0,0,0,21955,11686,0,0,'[DNT] L70ETC Sig Controller','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23855,0,0,0,0,0,21955,11686,0,0,'[DNT] L70ETC Chief Thunder-Skins Controller','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23872,0,0,0,0,0,21824,0,0,0,'Coren Direbrew','',NULL,11387,80,80,2,35,3,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,23872,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,24,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_coren_direbrew',12340),(23894,0,0,0,0,0,16925,0,0,0,'[DND] Brewfest Dark Iron Spawn Bunny','',NULL,0,80,80,0,35,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_dark_iron_attack_mole_machine',12340),(23902,0,0,0,0,0,21895,0,0,0,'Riding Wolf (Ghost) OLD','',NULL,0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23903,0,0,0,0,0,21896,0,0,0,'Swift Riding Wolf (Ghost) OLD','',NULL,0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(23904,0,0,0,0,0,18338,0,0,0,'Sir Thomas','Son of Thomas',NULL,0,1,1,0,35,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(23909,0,0,0,0,0,21900,0,0,0,'Sinister Squashling','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(23910,0,0,0,0,0,17105,0,0,0,'Mr. Pinchy','',NULL,0,70,70,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23936,0,0,0,0,0,21925,0,0,0,'[DNT]TEST Pet Moth','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(23952,0,0,0,0,0,21939,0,0,0,'Flying Broom','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(23988,0,0,0,0,0,21959,0,0,0,'Michael Schweitzer','Minstrel Manager',NULL,9124,70,70,0,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24039,0,0,0,0,0,11686,0,0,0,'Sundered Ghost','',NULL,0,70,70,1,14,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.9,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),(24171,0,0,0,0,0,21955,11686,0,0,'[DNT] Darkmoon Faire Target Bunny','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24202,0,0,0,0,0,4626,0,0,0,'[DND] Brewfest Barker Bunny 1','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_brewfest_bark_trigger',12340),(24203,0,0,0,0,0,4626,0,0,0,'[DND] Brewfest Barker Bunny 2','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_brewfest_bark_trigger',12340),(24204,0,0,0,0,0,4626,0,0,0,'[DND] Brewfest Barker Bunny 3','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_brewfest_bark_trigger',12340),(24205,0,0,0,0,0,4626,0,0,0,'[DND] Brewfest Barker Bunny 4','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_brewfest_bark_trigger',12340),(24220,0,0,0,0,0,21955,11686,0,0,'[DNT] Darkmoon Faire Target Bunny Controller','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24292,0,0,0,0,0,22370,0,0,0,'[PH] Gossip NPC Human Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24293,0,0,0,0,0,22371,0,0,0,'[PH] Gossip NPC Human Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24294,0,0,0,0,0,22360,0,0,0,'[PH] Gossip NPC Blood Elf Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24295,0,0,0,0,0,22361,0,0,0,'[PH] Gossip NPC Blood Elf Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24296,0,0,0,0,0,22362,0,0,0,'[PH] Gossip NPC Draenei Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24297,0,0,0,0,0,22363,0,0,0,'[PH] Gossip NPC Draenei Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24298,0,0,0,0,0,22364,0,0,0,'[PH] Gossip NPC Dwarf Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24299,0,0,0,0,0,22365,0,0,0,'[PH] Gossip NPC Dwarf Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24300,0,0,0,0,0,22380,0,0,0,'[PH] Gossip NPC Undead Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24301,0,0,0,0,0,22381,0,0,0,'[PH] Gossip NPC Undead Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24302,0,0,0,0,0,22366,0,0,0,'[PH] Gossip NPC Gnome Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24303,0,0,0,0,0,22367,0,0,0,'[PH] Gossip NPC Gnome Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24304,0,0,0,0,0,22368,0,0,0,'[PH] Gossip NPC Goblin Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24305,0,0,0,0,0,22369,0,0,0,'[PH] Gossip NPC Goblin Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24306,0,0,0,0,0,22372,0,0,0,'[PH] Gossip NPC Night Elf Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24307,0,0,0,0,0,22373,0,0,0,'[PH] Gossip NPC Night Elf Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24308,0,0,0,0,0,22374,0,0,0,'[PH] Gossip NPC Orc Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24309,0,0,0,0,0,22375,0,0,0,'[PH] Gossip NPC Orc Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24310,0,0,0,0,0,22376,0,0,0,'[PH] Gossip NPC Tauren Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24311,0,0,0,0,0,22377,0,0,0,'[PH] Gossip NPC Tauren Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24319,0,0,0,0,0,25017,0,0,0,'[PH] Creepy Rag Doll','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(24337,0,0,0,0,0,4626,0,0,0,'[DND] Brewfest Delivery Bunny','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24360,0,0,0,0,0,22378,0,0,0,'[PH] Gossip NPC Troll Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24361,0,0,0,0,0,22379,0,0,0,'[PH] Gossip NPC Troll Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24364,0,0,0,0,0,22449,0,0,0,'Flynn Firebrew','',NULL,0,30,30,0,35,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_brewfest_keg_thrower',12340),(24417,0,0,0,0,0,22452,0,0,0,'Invisible Man - No Weapons (Server Only/Hide Body)','',NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24470,0,0,0,0,0,22352,0,0,0,'[PH] Maldonado\'s Test Creature','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24491,0,0,0,0,0,22476,0,0,0,'Deathguard Florence','','',0,24,24,0,71,1,1.25,1.14286,1,0,34,46,0,84,1,2000,2000,1,32768,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),(24496,0,0,0,0,0,22481,22482,22483,22484,'Beer Goggles Orc Female','',NULL,0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24503,0,0,0,0,0,16633,0,0,0,'LePeux','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(24522,0,0,0,0,0,22507,22508,0,0,'Brewfest Goblin Setup Crew','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24527,0,0,0,0,0,22507,0,0,0,'Bok Dropcertain','',NULL,0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_brewfest_keg_thrower',12340),(24529,0,0,0,0,0,22512,22512,22511,22511,'Voodoo Servant','',NULL,0,70,70,2,1684,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,19874,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24536,0,0,0,0,0,16925,0,0,0,'Dark Iron Herald','',NULL,0,80,80,0,35,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24545,0,0,0,0,0,22531,0,0,0,'Thunderbrew \"Apprentice\"','Thunderbrew Brew Vendor',NULL,0,50,50,0,35,128,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24631,0,0,0,0,0,22461,0,0,0,'Drunk Dwarf Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24632,0,0,0,0,0,22545,0,0,0,'Drunk Goblin Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24658,0,0,0,0,0,22554,0,0,0,'[PH] BLB Blue Blood Elf Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24753,0,0,0,0,0,22629,0,0,0,'Pint-Sized Pink Pachyderm','',NULL,0,1,1,0,35,0,1,0.95238,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24860,0,0,0,0,0,2348,0,0,0,'Defias Pirate, Female','',NULL,0,19,20,0,17,0,1,1.14286,1,1,29,39,0,70,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24366,0,0,0,0,0,1233,0,0,0,'Nizzle','Gryphon Master',NULL,6944,65,65,0,1732,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23542,0,0,0,0,0,22273,22274,0,0,'Amani\'shi Axe Thrower','',NULL,0,71,71,1,1890,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,23542,23542,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,1,1,0,33106,0,0,0,0,0,144,1,0,0,'',12340),(23554,0,0,0,0,0,10771,0,0,0,'Risen Spirit','',NULL,0,35,36,0,14,0,1.11111,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,6,0,23554,23554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(23555,0,0,0,0,0,1196,10255,0,0,'Risen Husk','',NULL,0,35,36,0,14,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,6,0,23555,23555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(23559,0,0,0,0,0,21702,0,0,0,'Budd Nedreck','',NULL,8775,70,70,1,35,3,1,1.71429,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(23560,0,0,0,0,0,21619,0,0,0,'Provisioner Ameenah','Reagents',NULL,0,70,70,1,35,2176,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23565,0,0,0,0,0,21620,0,0,0,'Turgore','',NULL,0,14,14,0,35,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23566,0,0,0,0,0,21621,0,0,0,'Calia Hastings','SI:7',NULL,12517,38,38,0,12,3,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23567,0,0,0,0,0,21622,0,0,0,'Inspector Tarem','',NULL,8761,40,40,0,35,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23568,0,0,0,0,0,21623,0,0,0,'Captain Darill','',NULL,8788,37,37,0,1078,3,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23569,0,0,0,0,0,21624,0,0,0,'Renn McGill','SI:7 Salvage Diver',NULL,8837,37,37,0,12,3,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,768,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23570,0,0,0,0,0,21625,0,0,0,'Gizzix Grimegurgle','',NULL,0,40,40,0,474,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23571,0,0,0,0,0,21626,0,0,0,'Razbo Rustgear','Weapon & Armor Merchant',NULL,0,39,39,0,474,4224,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23572,0,0,0,0,0,21627,0,0,0,'Drazzit Dripvalve','',NULL,0,39,39,0,474,2,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23573,0,0,0,0,0,21629,0,0,0,'Krixil Slogswitch','Food & Drink',NULL,0,41,41,0,474,640,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,768,2048,0,0,0,0,0,0,41,60,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23574,0,0,0,0,0,21630,0,0,0,'Akil\'zon','Eagle Avatar',NULL,0,73,73,1,1890,0,1.6,2.14286,1,3,313,448,0,302,35,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,7,76,23574,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345375,422125,'',0,3,1,154,25,1,0,0,0,0,0,0,0,190,1,617299803,1,'boss_akilzon',12340),(23576,0,0,0,0,0,21631,0,0,0,'Nalorakk','Bear Avatar',NULL,0,73,73,1,1890,0,2,2.14286,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,108,23576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361813,442216,'',0,3,1,126.35,1,1,0,0,0,0,0,0,0,191,1,617299803,33,'boss_nalorakk',12340),(23577,0,0,0,0,0,21632,0,0,0,'Halazzi','Lynx Avatar',NULL,0,73,73,1,1890,0,4,2.14286,1,3,316,450,0,320,35,2000,2000,1,32832,2048,0,0,0,0,0,0,278,413,58,7,76,23577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345432,422195,'',0,3,1,56.875,5,1,0,0,0,0,0,0,0,196,1,617299803,33,'boss_halazzi',12340),(23578,0,0,0,0,0,21633,0,0,0,'Jan\'alai','Dragonhawk Avatar',NULL,0,73,73,1,1890,0,1,2.14286,1,3,316,450,0,320,35,2000,2000,1,32832,2048,0,0,0,0,0,0,278,413,58,7,76,23578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343737,420123,'',0,3,1,94.5,5,1,0,0,0,0,0,0,0,188,1,617299803,1,'boss_janalai',12340),(23579,0,0,0,0,0,21967,0,0,0,'Brogg','Stonemaul Survivor',NULL,8801,41,41,0,35,3,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,768,2048,0,0,0,0,0,0,41,60,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23580,0,0,0,0,0,22277,22278,0,0,'Amani\'shi Warbringer','',NULL,0,71,71,1,1890,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,2120,23580,23580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10.5,1,1,0,33106,0,0,0,0,0,0,1,0,0,'',12340),(23581,0,0,0,0,0,22275,22276,0,0,'Amani\'shi Medicine Man','',NULL,0,71,71,1,1890,0,1,1.42857,1,1,296,424,0,290,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,72,23581,23581,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,10,1,0,33106,0,0,0,0,0,144,1,0,0,'',12340),(23582,0,0,0,0,0,22271,22272,0,0,'Amani\'shi Tribesman','',NULL,0,71,71,1,1890,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,23582,23582,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,1,1,0,33106,0,0,0,0,0,144,1,0,0,'',12340),(23583,0,0,0,0,0,20570,17188,0,0,'Evidence Marker','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23584,0,0,0,0,0,22467,0,0,0,'Amani Bear','',NULL,0,70,70,1,44,0,1,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,4,0,0,0,0,215,320,44,1,72,23584,0,70067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,1,1,0,0,0,0,0,0,0,144,1,1024,0,'',12340),(23585,0,0,0,0,0,1126,25268,0,0,'Witch Light','',NULL,0,1,1,2,35,0,0.8,0.571429,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,82,1,0,128,'',12340),(23586,0,0,0,0,0,22983,0,0,0,'Amani\'shi Scout','',NULL,0,70,70,1,1890,0,1,1.14286,1,0,252,357,0,304,1,1600,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,23586,23586,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,536936960,0,'',12340),(23587,0,0,0,0,0,22315,22316,0,0,'Amani\'shi Reinforcement','',NULL,0,70,70,1,1890,0,1.15,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,32323,43298,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(23589,0,0,0,0,0,21647,21648,21649,0,'Defias Rummager','',NULL,0,36,37,0,16,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,32768,2048,0,0,0,0,0,0,35,52,12,7,0,23589,23589,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,225,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23590,0,0,0,0,0,21650,21651,0,0,'Defias Conjuror','',NULL,0,36,37,0,16,0,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,32768,2048,0,0,0,0,0,0,33,48,11,7,0,23590,23590,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,225,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23591,0,0,0,0,0,21652,0,0,0,'Defias Diver','',NULL,0,37,38,0,16,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,32768,2048,0,0,0,0,0,0,36,53,13,7,0,23591,23591,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,225,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23592,0,0,0,0,0,21656,21657,0,0,'Grimtotem Breaker','',NULL,0,36,37,0,16,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,32768,2048,0,0,0,0,0,0,35,52,12,7,0,23592,23592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'',0,3,1,1.15,1,1,0,33061,0,0,0,0,0,0,1,0,0,'',12340),(23593,0,0,0,0,0,21653,21654,21655,0,'Grimtotem Spirit-Shifter','',NULL,0,36,37,0,16,0,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,32768,2048,0,0,0,0,0,0,33,48,11,7,0,23593,23593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'SmartAI',0,3,1,1.15,1,1,0,33061,0,0,0,0,0,0,1,0,0,'',12340),(23594,0,0,0,0,0,21663,21664,0,0,'Grimtotem Destroyer','',NULL,0,38,39,0,16,0,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,32768,2048,0,0,0,0,0,0,37,55,13,7,0,23594,23594,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23595,0,0,0,23594,0,21658,21660,0,0,'Grimtotem Earthbinder','',NULL,0,38,39,0,16,0,1,1.14286,1,0,51,67,0,124,1,2000,2000,2,32768,2048,0,0,0,0,0,0,35,51,12,7,0,23595,23595,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23596,0,0,0,0,0,22307,22308,0,0,'Amani\'shi Flame Caster','',NULL,0,71,71,1,1890,0,1,2,1,1,296,424,0,290,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,8,23596,23596,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,2,1,0,33106,0,0,0,0,0,180,1,0,0,'',12340),(23597,0,0,0,0,0,22309,22310,0,0,'Amani\'shi Guardian','',NULL,0,71,71,1,1890,0,1,2,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,8,23597,23597,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,1,1,0,33106,0,0,0,0,0,180,1,885331967,0,'',12340),(23598,0,0,0,0,0,17546,0,0,0,'Amani Dragonhawk Hatchling','',NULL,0,70,70,1,1890,0,1.15,1.14286,1,0,252,357,0,304,1,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_janalai_hatchling',12340),(23600,0,0,0,0,0,21637,0,0,0,'Apprentice Morlann','Tabetha\'s Apprentice',NULL,8811,37,37,0,35,3,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,768,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23601,0,0,0,0,0,21638,0,0,0,'Apprentice Garion','Tabetha\'s Apprentice',NULL,8812,38,38,0,35,3,1,1.14286,1,0,49,65,0,120,1,2000,2000,2,768,2048,0,0,0,0,0,0,34,50,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23602,0,0,0,0,0,21639,21640,0,0,'Deserter Agitator','',NULL,8762,35,35,0,894,1,1,1.14286,1,0,45,60,0,110,1,2000,2000,2,512,2048,0,0,0,0,0,0,31,46,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23612,0,0,0,0,0,1233,0,0,0,'Dyslix Silvergrub','Flight Master',NULL,6944,65,65,0,474,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23620,0,0,0,0,0,21642,21643,21644,21645,'Privateer','',NULL,0,35,36,0,14,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,23620,23620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,180,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23636,0,0,0,0,0,21698,21699,21700,0,'Mudsprocket Bruiser','',NULL,0,55,55,0,475,0,1,1.42857,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(23637,0,0,0,0,0,21639,21640,0,0,'Deserter Lieutenant','',NULL,0,37,37,0,1883,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,23637,23637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23679,0,0,0,0,0,21689,0,0,0,'Garn Mathers','',NULL,0,37,37,0,16,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,32768,2048,0,0,0,0,0,0,35,52,12,7,0,23679,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,33037,0,0,0,0,0,0,1,0,0,'',12340),(23681,0,0,0,0,0,4839,0,0,0,'Captain Averen','',NULL,0,38,38,0,150,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23687,0,0,0,0,0,6377,0,0,0,'Scorchscale Drake','',NULL,0,42,42,0,103,0,1,1.14286,1,1,62,83,0,152,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,2,0,23687,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,5,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23701,0,0,0,0,0,652,0,0,0,'Mirefin Ambusher','',NULL,0,36,37,0,18,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,23701,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23704,0,0,0,0,0,2585,0,0,0,'Cassa Crimsonwing','Apprentice Gryphon Master',NULL,8782,40,40,0,894,1,1,1.14286,1,0,52,69,0,128,1,2000,2000,2,32768,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'npc_taxi',12340),(23705,0,0,0,0,0,592,0,0,0,'Catlord Corpse','',NULL,0,18,18,0,35,0,1,1.14286,1,0,26,35,0,64,1,2000,2000,2,33587968,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23714,0,0,0,0,0,21653,21654,21655,0,'Grimtotem Elder','',NULL,0,36,37,0,16,0,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,32768,2048,0,0,0,0,0,0,33,48,11,7,0,23714,23714,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'',0,3,1,1.15,1,1,0,33061,0,0,0,0,0,0,1,0,0,'',12340),(23716,0,0,0,0,0,590,0,0,0,'Hexxer Corpse','',NULL,0,17,17,0,35,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,2,33587968,2048,0,0,0,0,0,0,17,25,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23717,0,0,0,0,0,2467,0,0,0,'ScottM Test Dummy','',NULL,0,70,70,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(23718,0,0,0,0,0,21618,0,0,0,'Mack','',NULL,8789,70,70,1,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23720,0,0,0,0,0,2978,2977,2979,2980,'Theramore Prisoner','',NULL,0,35,35,0,894,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,33024,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23723,0,0,0,0,0,2981,0,0,0,'Sergeant Lukas','',NULL,8787,34,35,0,11,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23724,0,0,0,0,0,21706,0,0,0,'Samir','',NULL,0,70,70,1,35,4226,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23727,0,0,0,0,0,17188,0,0,0,'Invis Raptor Credit','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23741,0,0,0,0,0,2571,0,0,0,'Captured Raptor','',NULL,0,36,37,0,1909,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,11,0,0,0,0,35,52,12,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23745,0,0,0,0,0,21719,0,0,0,'Garg','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23746,0,0,0,0,0,16480,19595,0,0,'Zul\'Aman Exterior InvisMan','',NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23747,0,0,0,0,0,229,236,239,2405,'Overworked Nag','',NULL,0,12,20,0,35,0,1,1.28571,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23748,0,0,0,0,0,21720,0,0,0,'Kurzel','Food & Drink',NULL,0,70,70,1,35,640,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23751,0,0,0,0,0,20570,17188,0,0,'North Tent','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23752,0,0,0,0,0,20570,17188,0,0,'Northeast Tent','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23753,0,0,0,0,0,20570,17188,0,0,'East Tent','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23757,0,0,0,0,0,15231,0,0,0,'Amani Healing Ward','',NULL,0,70,71,0,58,0,1.15,1.14286,1,0,299,426,0,308,1,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,42375,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23759,0,0,0,0,0,21736,0,0,0,'Bear Spirit Transform Visual','',NULL,0,1,1,0,1890,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,5,1,0,0,0,0,0,0,0,188,1,617299803,1,'',12340),(23761,0,0,0,0,0,21738,0,0,0,'Prigmon','',NULL,0,70,70,1,35,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7264,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23762,0,0,0,0,0,21739,0,0,0,'Brend','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23764,0,0,0,0,0,21740,0,0,0,'Marge','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23766,0,0,0,0,0,21742,0,0,0,'Morgom','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(23768,0,0,0,0,0,21743,0,0,0,'Lynn Hyal','',NULL,0,40,40,0,35,1,1.1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23769,0,0,0,0,0,21744,0,0,0,'Jimmy Hyal','',NULL,0,8,8,0,35,0,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23774,0,0,0,0,0,22313,22314,0,0,'Amani\'shi Trainer','',NULL,0,70,70,1,1890,0,1,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,23774,23774,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,1,1,0,33106,0,0,0,0,0,144,1,0,0,'',12340),(23786,0,0,0,0,0,21764,0,0,0,'Stonemaul Spirit','',NULL,0,40,40,0,14,0,1.2,1.14286,1,0,56,74,0,136,1,1610,2000,1,0,2048,0,0,0,0,0,0,39,57,14,6,0,23786,23786,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,50,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(23787,0,0,0,0,0,21362,0,0,0,'Mister Manny','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(23789,0,0,0,0,0,9586,0,0,0,'Smolderwing','',NULL,0,41,41,0,103,0,1.1,1.14286,1,0,55,72,0,132,1,2000,2000,2,0,2048,0,0,0,0,0,0,38,55,13,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23790,0,0,0,0,0,21767,0,0,0,'Tanzar','',NULL,8799,70,70,1,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_zulaman_hostage',12340),(23797,0,0,0,0,0,12229,0,0,0,'Moxie Steelgrille','',NULL,8830,41,41,0,474,3,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,768,2048,0,0,0,0,0,0,41,60,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23807,0,0,0,0,0,16480,19595,0,0,'Zul\'Aman - Bear God Invisman','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23811,0,0,0,0,0,16988,0,0,0,'Captured Totem','',NULL,0,1,1,0,35,0,0.001,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23812,0,0,0,0,0,21793,0,0,0,'Lynx Spirit','',NULL,0,73,73,1,16,0,1,1.14286,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,2,0,0,0,0,278,413,58,1,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11571,0,0,0,'',0,3,1,10.5,60,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),(23813,0,0,0,0,0,16480,19595,0,0,'Zul\'Aman - Dragonhawk God Invisman','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23814,0,0,0,0,0,16480,19595,0,0,'Zul\'Aman - Eagle God Invisman','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23815,0,0,0,0,0,16480,19595,0,0,'Zul\'Aman - Lynx God Invisman','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23817,0,0,0,0,0,10056,0,0,0,'Dragonhawk Egg','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_janalai_egg',12340),(23818,0,0,0,0,0,22303,22304,0,0,'Amani\'shi Hatcher','',NULL,0,70,70,1,1890,0,1.15,1.14286,1,0,252,357,0,304,1,1600,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_janalai_hatcher',12340),(23822,0,0,0,0,0,23002,0,0,0,'Amani Protective Ward','',NULL,0,70,71,0,58,0,1.15,1.14286,1,0,299,426,0,308,1,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,42480,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23832,0,0,0,0,0,20570,21888,0,0,'Zeppelin Power Core','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23834,0,0,0,0,0,17547,0,0,0,'Amani Dragonhawk','',NULL,0,70,70,1,1890,0,1,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,1,8,23834,0,70170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(23835,0,0,0,0,0,4670,0,0,0,'Sergeant Amelyn','',NULL,8831,53,57,0,150,3,1,1.38571,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23841,0,0,0,0,0,5306,0,0,0,'Razorspine','',NULL,0,36,36,0,18,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,2,0,2048,0,0,0,0,0,0,32,47,11,7,0,23841,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,5847,33110,0,0,0,0,0,1,0,0,'',12340),(23843,0,0,0,0,0,21805,0,0,0,'Mordant Grimsby','',NULL,0,42,42,0,35,2,1,1.14286,1,0,58,77,0,142,1,2000,2000,2,768,2048,0,0,0,0,0,0,40,59,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23858,0,0,0,0,0,21818,0,0,0,'Donna Brascoe','',NULL,0,70,70,1,35,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23861,0,0,0,0,0,21820,21821,20043,21882,'Restless Apparition','',NULL,0,35,35,0,35,1,1,1.14286,1,0,45,60,0,110,1,2000,2000,2,768,2048,0,0,0,0,0,0,31,46,11,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(23863,0,0,0,0,0,21899,0,0,0,'Zul\'jin','',NULL,0,73,73,1,1890,0,2.4,2.14286,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,108,23863,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418035,510932,'',0,3,1,157.5,1,1,0,0,0,0,0,0,0,192,1,617299803,1,'boss_zuljin',12340),(23864,0,0,0,0,0,14696,0,0,0,'Zelfrax','',NULL,0,36,36,0,954,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,2,768,2048,0,0,0,0,0,0,32,47,11,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_zelfrax',12340),(23868,0,0,0,0,0,20570,17188,0,0,'Invis Zelfrax Target','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23869,0,0,0,0,0,20570,17188,0,0,'Invis Zelfrax Origin','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23873,0,0,0,0,0,21825,0,0,0,'Goreclaw the Ravenous','',NULL,0,39,39,0,48,0,1.6,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,11,0,0,0,0,37,55,13,1,1,23873,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13236,0,0,0,'',1,3,1,1.5,1,1,0,33085,0,0,0,0,0,0,1,0,0,'',12340),(23877,0,0,0,0,0,21793,0,0,0,'Amani Lynx Spirit','',NULL,0,73,73,1,1665,0,1,1.42857,1,3,316,450,0,320,35,1200,2000,1,0,2048,0,0,0,0,0,0,278,413,58,1,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11571,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,144,1,617299803,0,'',12340),(23878,0,0,0,0,0,21830,0,0,0,'Amani Bear Spirit','',NULL,0,73,73,1,1665,0,1,1.42857,1,3,316,450,0,320,35,1200,2000,1,0,2048,0,0,0,0,0,0,278,413,58,1,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11571,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,144,1,617299803,0,'',12340),(23879,0,0,0,0,0,21831,0,0,0,'Amani Dragonhawk Spirit','',NULL,0,73,73,1,1665,0,1,1.42857,1,3,316,450,0,320,35,1200,2000,1,0,2048,0,0,0,0,0,0,278,413,58,1,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11571,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,144,1,617299803,0,'',12340),(23880,0,0,0,0,0,22256,0,0,0,'Amani Eagle Spirit','',NULL,0,73,73,1,1665,0,1,1.42857,1,3,316,450,0,320,35,1200,2000,1,0,2048,0,0,0,0,0,0,278,413,58,1,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11571,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,144,1,617299803,0,'',12340),(23881,0,0,0,0,0,16062,0,0,0,'Apothecary Cylla','',NULL,0,38,38,0,14,0,1,1.14286,1,0,49,65,0,120,1,2000,2000,2,0,2048,0,0,0,0,0,0,34,50,12,7,0,23881,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23889,0,0,0,0,0,22322,22323,22324,22325,'Amani\'shi Savage','',NULL,0,70,70,1,1890,0,1,1.42857,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.28,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(23892,0,0,0,0,0,21887,0,0,0,'Babs Fizzletorque','',NULL,0,35,35,0,894,2,1,1.14286,1,0,45,60,0,110,1,2000,2000,2,0,2048,0,0,0,0,0,0,31,46,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23893,0,0,0,0,0,20570,21888,0,0,'Invis Lighthouse Light','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23896,0,0,0,0,0,21891,0,0,0,'\"Dirty\" Michael Crowe','Fish Merchant',NULL,8826,36,36,0,894,643,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,32768,2048,0,0,0,0,0,0,34,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23897,0,0,0,0,0,21893,0,0,0,'Zungam','',NULL,0,70,70,1,35,4226,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,295168,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23899,0,0,0,0,0,22355,0,0,0,'Tethyr','',NULL,0,40,40,0,1771,0,2.1,2.1,1,1,56,74,0,136,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,39,57,14,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,100,1,1,0,0,0,0,0,0,0,0,0,617299803,0,'',12340),(23900,0,0,0,0,0,4835,2984,2981,2983,'Theramore Marksman','',NULL,0,40,40,0,1770,0,1,0.85714,1,0,52,69,0,128,1,2000,2000,2,0,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(23905,0,0,0,0,0,11037,0,0,0,'Major Mills','',NULL,0,50,50,0,894,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23907,0,0,0,0,0,1126,11686,0,0,'Theramore Cannon','',NULL,0,40,40,0,35,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23912,0,0,0,0,0,21901,0,0,0,'Dragonhawk Spirit Transform Visual','',NULL,0,1,1,0,1890,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,5,1,0,0,0,0,0,0,0,188,1,617299803,1,'',12340),(23913,0,0,0,0,0,22257,0,0,0,'Eagle Spirit Transform Visual','',NULL,0,1,1,0,1890,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,5,1,0,0,0,0,0,0,0,188,1,617299803,1,'',12340),(23914,0,0,0,0,0,21907,0,0,0,'Lynx Spirit Transform Visual','',NULL,0,1,1,0,1890,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,5,1,0,0,0,0,0,0,0,188,1,617299803,1,'',12340),(23920,0,0,0,0,0,169,11686,0,0,'Fire Bomb (Zul\'Aman)','',NULL,0,73,73,1,14,0,1.15,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_janalai_firebomb',12340),(23928,0,0,0,0,0,12200,0,0,0,'Lurking Shark','',NULL,0,37,37,0,14,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23941,0,0,0,0,0,4839,0,0,0,'Gavis Greyshield','',NULL,0,38,38,0,16,0,1,1.14286,1,0,49,65,0,120,1,2000,2000,2,0,2048,0,0,0,0,0,0,34,50,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23942,0,0,0,0,0,5907,0,0,0,'Andello Porter','SI:7',NULL,0,38,38,0,35,2,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,768,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23944,0,0,0,0,0,21934,0,0,0,'Essence of Zul\'jin','',NULL,0,70,70,1,1890,0,1,1.14286,1,1,252,357,0,304,35,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,105,1,1,0,0,0,0,0,0,0,191,1,617299803,1,'',12340),(23948,0,0,0,0,0,17645,0,0,0,'Apprentice Tasserel','',NULL,0,68,68,0,1696,2,1,1.14286,1,0,212,309,0,130,1,2000,2000,8,32768,2048,0,0,0,0,0,0,197,294,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23949,0,0,0,0,0,4839,0,0,0,'Lieutenant Nath','',NULL,8835,52,52,0,150,3,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,33280,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23950,0,0,0,0,0,4839,0,0,0,'Lieutenant Khand','',NULL,8836,52,52,0,150,3,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,33280,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23951,0,0,0,0,0,4839,0,0,0,'Lieutenant Aden','',NULL,8834,52,52,0,150,3,1,1.38571,1,0,87,117,0,214,1,2000,2000,1,33280,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23969,0,0,0,0,0,6377,0,0,0,'Firemane Drake','',NULL,0,63,63,0,103,0,3.2,1.14286,1,0,181,253,0,268,1,2000,2000,1,768,2048,0,0,0,0,0,0,147,219,32,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,1,1,1,0,0,0,0,0,0,0,57,1,0,0,'',12340),(23979,0,0,0,0,0,21950,0,0,0,'Giant Marsh Frog','',NULL,0,1,1,0,188,0,1.6,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,23979,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,33202,0,0,0,0,0,125,1,0,0,'',12340),(23995,0,0,0,0,0,31082,0,0,0,'Axle','Innkeeper',NULL,9123,39,39,0,474,66177,1,1.14286,1,0,51,67,0,124,1,2000,2000,2,0,2048,0,0,0,0,0,0,35,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23999,0,0,0,0,0,21970,0,0,0,'Harkor','',NULL,8874,70,70,1,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_zulaman_hostage',12340),(24001,0,0,0,0,0,21972,0,0,0,'Ashli','',NULL,8927,70,70,0,35,1,1,1.42857,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,144,1,0,0,'npc_zulaman_hostage',12340),(24005,0,0,0,0,0,308,0,0,0,'Mill Worker','',NULL,0,30,30,0,894,0,0.666668,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24006,0,0,0,0,0,21256,0,0,0,'Foreman Tionn','',NULL,0,35,35,0,894,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24007,0,0,0,0,0,89,0,0,0,'Mill Courier','',NULL,0,30,30,0,894,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24024,0,0,0,0,0,22002,0,0,0,'Kraz','',NULL,8881,70,70,1,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_zulaman_hostage',12340),(24025,0,0,0,0,0,17188,0,0,0,'Invis Firework Helper','',NULL,0,30,30,0,35,0,1,1.14286,1,0,30,42,0,44,1,2000,2000,8,33555200,2048,0,0,0,0,0,0,26,38,16,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24043,0,0,0,0,0,19705,0,0,0,'Amani Lynx','',NULL,0,70,70,1,16,0,1,2,1,1,252,357,0,304,7.5,1800,2000,1,0,2048,0,2,0,0,0,0,215,320,44,1,1,24043,0,70067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13348,0,0,0,'SmartAI',0,3,1,5.6,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(24047,0,0,0,0,0,834,0,0,0,'Amani Crocolisk','',NULL,0,70,70,1,190,0,1,1.42857,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,6,0,0,0,0,215,320,44,1,1,24047,0,24047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12927,0,0,0,'SmartAI',0,3,1,2.8,1,1,0,0,0,0,0,0,0,144,1,4112,0,'',12340),(24059,0,0,0,0,0,22301,22302,0,0,'Amani\'shi Beast Tamer','',NULL,0,71,71,1,1890,0,1,2,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,8,24059,24059,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.4,1,1,0,33106,0,0,0,0,0,180,1,0,0,'',12340),(24064,0,0,0,0,0,22517,0,0,0,'Amani Lynx Cub','',NULL,0,70,70,0,16,0,1,2,1,0,252,357,0,304,1,1600,2000,1,0,2048,0,2,0,0,0,0,215,320,44,1,1,24064,0,70067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13364,0,0,0,'SmartAI',0,3,1,2.1,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(24065,0,0,0,0,0,22303,22304,0,0,'Amani\'shi Handler','',NULL,0,71,71,1,1890,0,1,2,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,8,24065,24065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,1,1,0,33106,0,0,0,0,0,180,1,69649,0,'',12340),(24133,0,0,0,0,0,22130,0,0,0,'Ancient Grimtotem Spirit Guide','',NULL,0,36,37,0,16,0,1,1.14286,1,0,51,68,0,124,1,1800,2000,1,0,2048,0,1,0,0,0,0,35,52,12,1,1025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),(24136,0,0,0,0,0,11686,0,0,0,'Feather Vortex','',NULL,0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,102,1,0,0,'npc_zuljin_vortex',12340),(24138,0,0,0,0,0,1038,0,0,0,'Tamed Amani Crocolisk','',NULL,0,70,70,1,16,0,1,2,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,6,0,0,0,0,215,320,44,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12921,0,0,0,'',0,3,1,2.8,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(24143,0,0,0,0,0,20808,0,0,0,'Spirit of the Lynx','',NULL,0,73,73,1,16,0,1.3,1.14286,1,1,316,450,0,320,35,1800,2000,1,0,2048,0,0,0,0,0,0,278,413,58,1,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,23.7125,20,1,0,0,0,0,0,0,0,188,1,617299803,1,'npc_halazzi_lynx',12340),(24144,0,0,0,0,0,22348,0,0,0,'Halazzi','Lynx Avatar',NULL,0,73,73,1,1890,0,1.1,1.14286,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,21.875,5,1,0,0,0,0,0,0,0,194,1,617299803,1,'',12340),(24159,0,0,0,0,0,22255,0,0,0,'Amani Eagle','',NULL,0,70,70,1,1890,0,1,1.42857,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24175,0,0,0,0,0,22161,0,0,0,'Amani\'shi Lookout','',NULL,0,70,70,1,1890,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.4,1,1,0,33106,0,0,0,0,0,0,1,1558183934,0,'',12340),(24179,0,0,0,0,0,22261,22262,0,0,'Amani\'shi Wind Walker','',NULL,0,71,71,1,1890,0,1,1.42857,1,1,296,424,0,290,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,8,24179,24179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,10,1,0,33106,0,0,0,0,0,144,1,65536,0,'',12340),(24180,0,0,0,0,0,22263,22264,0,0,'Amani\'shi Protector','',NULL,0,71,71,1,1890,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,8,24180,24180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,10,1,0,33106,0,0,0,0,0,144,1,69632,0,'',12340),(24187,0,0,0,0,0,11686,0,0,0,'Column of Fire','',NULL,0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,43218,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24207,0,0,0,0,0,26079,0,0,0,'Army of the Dead Ghoul','',NULL,0,80,80,2,16,0,0.777776,1.14286,1,0,422,586,0,642,1,2000,2000,4,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,47468,47482,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.301265,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_pet_dk_army_of_the_dead',12340),(24208,0,0,0,0,0,1054,0,0,0,'\"Little\" Logok','Innkeeper',NULL,8912,43,43,0,29,66177,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,4608,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(24217,0,0,0,0,0,22467,0,0,0,'Amani Bear Mount','',NULL,0,70,70,1,44,0,1.15,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,4,0,0,0,0,215,320,44,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24222,0,0,0,0,0,22460,0,0,0,'Windy Cloud','',NULL,0,60,60,1,190,0,0.4,0.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,13,1040,0,0,80203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,5,1,1,1,1,0,0,0,0,0,0,0,64,1,0,0,'',12340),(24223,0,0,0,0,0,169,17188,0,0,'Eagle Trash Aggro Trigger','',NULL,0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24224,0,0,0,0,0,22523,0,0,0,'Corrupted Lightning Totem','',NULL,0,73,73,0,16,0,0.001,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,11,0,0,0,0,0,0,0,0,0,0,43301,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6.3,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(24225,0,0,0,0,0,22259,22260,0,0,'Amani\'shi Warrior','',NULL,0,70,70,1,1890,0,1,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.45,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24239,0,0,0,0,0,22332,0,0,0,'Hex Lord Malacrass','',NULL,0,73,73,1,1890,0,2,2.14286,1,3,313,448,0,302,35,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,76,24239,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,419816,513109,'',0,3,1,94.5,20,1,0,0,0,0,0,0,0,191,1,617299803,1,'boss_hexlord_malacrass',12340),(24240,0,0,0,0,0,22230,0,0,0,'Alyson Antille','',NULL,0,70,70,1,1890,0,1,1.42857,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12.25,5,1,0,0,0,0,0,0,0,144,1,0,0,'boss_alyson_antille',12340),(24241,0,0,0,0,0,20017,0,0,0,'Thurg','',NULL,0,70,70,1,1890,0,1,1.42857,1,3,252,357,0,304,7.5,2500,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.8,5,1,0,0,0,0,0,0,0,144,1,0,0,'boss_thurg',12340),(24242,0,0,0,0,0,14559,0,0,0,'Slither','',NULL,0,70,70,1,1890,0,1,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.8,5,1,0,0,0,0,0,0,0,144,1,0,0,'boss_slither',12340),(24243,0,0,0,0,0,22327,0,0,0,'Lord Raadan','',NULL,0,70,70,1,1890,0,0.888888,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.8,5,1,0,0,0,0,0,0,0,144,1,0,0,'boss_lord_raadan',12340),(24244,0,0,0,0,0,19618,0,0,0,'Gazakroth','',NULL,0,70,70,1,1890,0,1,1.42857,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12.25,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24245,0,0,0,0,0,22336,0,0,0,'Fenstalker','',NULL,0,70,70,1,1890,0,0.666668,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.8,5,1,0,0,0,0,0,0,0,144,1,0,0,'boss_fenstalker',12340),(24246,0,0,0,0,0,22335,0,0,0,'Darkheart','',NULL,0,70,70,1,1890,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.8,5,1,0,0,0,0,0,0,0,144,1,8388624,0,'boss_darkheart',12340),(24247,0,0,0,0,0,22337,0,0,0,'Koragg','',NULL,0,70,70,1,1890,0,0.8,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.8,5,1,0,0,0,0,0,0,0,144,1,8388624,0,'boss_koragg',12340),(24312,0,0,0,0,0,10056,0,0,0,'Dragonhawk Egg','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24320,0,0,0,0,0,4683,0,0,0,'Fire Nova Totem','',NULL,0,73,73,0,58,0,0.001,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24325,0,0,0,0,0,169,17188,0,0,'Eagle Troll Spawn Target','',NULL,0,70,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(24338,0,0,0,0,0,1206,6303,2957,2958,'Amani Snake','',NULL,0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.02,5,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),(24351,0,0,0,0,0,18808,0,0,0,'[PH] Gossip NPC Troll Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24352,0,0,0,0,0,18809,0,0,0,'[PH] Gossip NPC Troll Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24358,0,0,0,0,0,22340,0,0,0,'Harrison Jones','',NULL,8932,70,70,1,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,32,0,0,0,0,0,0,0,0,0,34189,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_harrison_jones',12340),(24363,0,0,0,0,0,16480,19595,0,0,'Hex Lord Malacrass','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24365,0,0,0,0,0,22347,0,0,0,'Willie\'s Corpse','',NULL,0,70,70,2,35,0,1.15,1.14286,1,0,252,357,0,304,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24367,0,0,0,0,0,22309,22310,0,0,'Amani\'shi Gate Guard','',NULL,0,71,71,1,1890,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.4,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24369,0,0,0,0,0,22387,0,0,0,'Wind Trader Zhareem','',NULL,8947,70,70,1,1797,3,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,33536,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24370,0,0,0,0,0,22386,0,0,0,'Nether-Stalker Mah\'duun','',NULL,8948,70,70,1,1731,3,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24374,0,0,0,0,0,22353,0,0,0,'Amani\'shi Berserker','',NULL,0,70,70,1,1890,0,0.666668,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,8,24374,24374,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,1,1,0,33106,0,0,0,0,0,144,1,885473279,0,'',12340),(24375,0,0,0,0,0,22354,0,0,0,'Harrison Jones','',NULL,0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,32,0,0,0,0,0,0,0,0,0,34189,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24377,0,0,0,0,0,11686,0,0,0,'[UNUSED]Vazruden Kill Credit','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24378,0,0,0,0,0,11686,0,0,0,'[UNUSED]Nazan Kill Credit','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24379,0,0,0,0,0,22464,0,0,0,'Amani War Bear','',NULL,0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(24382,0,0,0,0,0,16480,16925,0,0,'[VO]Nalorakk','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24383,0,0,0,0,0,16480,16925,0,0,'[VO]Akil\'Zon','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24384,0,0,0,0,0,16480,16925,0,0,'[VO]Halazzi','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24386,0,0,0,0,0,16480,16925,0,0,'[VO]Jan\'alai','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24388,0,0,0,0,0,22388,0,0,0,'Toothy','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(24389,0,0,0,0,0,22389,0,0,0,'Muckbreath','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(24392,0,0,0,0,0,22393,0,0,0,'Leeni \"Smiley\" Smalls','Arena Vendor',NULL,0,70,70,1,35,128,1.5,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24393,0,0,0,0,0,7346,0,0,0,'The Rokk','Master of Cooking',NULL,0,67,67,1,35,2,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33024,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24394,0,0,0,0,0,22398,0,0,0,'Dellix Pinchwhistle','Arena Vendor',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24395,0,0,0,0,0,22399,0,0,0,'Zindik Pinchwhistle','Arena Vendor',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24396,0,0,0,0,0,6295,901,6295,901,'Forest Frog','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,121,1,0,0,'npc_forest_frog',12340),(24397,0,0,0,0,0,22400,0,0,0,'Mannuth','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24403,0,0,0,0,0,22401,0,0,0,'Deez','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24404,0,0,0,0,0,22402,0,0,0,'Galathryn','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24405,0,0,0,0,0,22403,0,0,0,'Adarrah','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24406,0,0,0,0,0,22404,0,0,0,'Fudgerick','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24407,0,0,0,0,0,22405,0,0,0,'Darwen','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24408,0,0,0,0,0,22406,0,0,0,'Gunter','Food Vendor',NULL,0,70,70,1,35,640,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24409,0,0,0,0,0,22408,0,0,0,'Kyren','Reagents',NULL,0,70,70,1,35,2176,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24410,0,0,0,0,0,22409,0,0,0,'Vazruden the Herald Image','',NULL,0,62,62,1,16,0,1,1.14286,1,1,172,240,0,262,4.6,2000,2000,2,33555200,2048,0,0,0,0,0,0,139,207,30,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24411,0,0,0,0,0,22410,0,0,0,'Shattered Hand Centurion Image','',NULL,0,62,62,1,16,0,1,1.14286,1,1,172,240,0,262,7.5,2000,2000,2,33555200,2048,0,0,0,0,0,0,139,207,30,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24412,0,0,0,0,0,22712,17200,0,0,'Daily Dungeon Image Bunny','',NULL,0,70,70,1,35,0,0.4,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,43,1,0,128,'',12340),(24413,0,0,0,0,0,22411,0,0,0,'Keli\'dan the Breaker Image','',NULL,0,72,72,0,16,0,1,1.14286,1,1,263,384,0,140,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24414,0,0,0,0,0,22412,0,0,0,'Warchief Kargath Bladefist Image','',NULL,0,72,72,2,16,0,1.6,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,270,401,53,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,125,1,0,2,'',12340),(24415,0,0,0,0,0,22413,0,0,0,'Coilfang Myrmidon Image','',NULL,0,1,1,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24416,0,0,0,0,0,22414,0,0,0,'Grisy Spicecrackle','Kitchen Assistant',NULL,0,65,65,0,1818,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24419,0,0,0,0,0,22415,0,0,0,'Quagmirran Image','',NULL,0,1,1,0,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24420,0,0,0,0,0,22416,0,0,0,'The Black Stalker Image','',NULL,0,72,72,1,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24421,0,0,0,0,0,22417,0,0,0,'Warlord Kalithresh Image','',NULL,0,72,72,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24422,0,0,0,0,0,22418,0,0,0,'Talon King Ikiss Image','',NULL,0,72,72,0,16,0,1,1.14286,1,1,263,384,0,140,7.5,2000,2000,8,33555200,2048,0,0,0,0,0,0,247,369,34,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24423,0,0,0,0,0,22419,0,0,0,'Nexus-Prince Shaffar Image','',NULL,0,1,1,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24424,0,0,0,0,0,22420,0,0,0,'Exarch Maladaar Image','',NULL,0,1,1,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(24425,0,0,0,0,0,22421,0,0,0,'Murmur Image','',NULL,0,1,1,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(24426,0,0,0,0,0,22422,0,0,0,'Malicious Instructor Image','',NULL,0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24427,0,0,0,0,0,22423,0,0,0,'Epoch Hunter Image','',NULL,0,72,72,1,1748,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24428,0,0,0,0,0,22424,0,0,0,'Aeonus Image','',NULL,0,72,72,1,1720,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,270,401,53,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(24429,0,0,0,17839,0,22425,0,0,0,'Rift Lord Image','',NULL,0,71,71,2,1720,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,262,389,48,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24430,0,0,0,0,0,22426,22427,0,0,'Sunseeker Channeler Image','',NULL,0,70,70,2,16,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24431,0,0,0,0,0,22428,0,0,0,'Warp Splinter Image','',NULL,0,1,1,0,16,0,2,1.42857,1,1,2,2,0,24,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24432,0,0,0,0,0,22429,0,0,0,'Tempest-Forge Destroyer Image','',NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24433,0,0,0,0,0,22430,0,0,0,'Pathaleon Image','',NULL,0,72,72,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24434,0,0,0,0,0,22431,0,0,0,'Arcatraz Sentinel Image','',NULL,0,1,1,0,16,0,1,1.42857,1,1,2,2,0,24,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24435,0,0,0,0,0,22432,0,0,0,'Harbinger Skyriss Image','',NULL,0,1,1,0,16,0,1.6,1.71429,1,1,2,2,0,24,7.5,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(24436,0,0,0,0,0,1122,0,0,0,'Gargoth','Kitchen Assistant',NULL,0,65,65,0,1818,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24437,0,0,0,0,0,17685,17689,0,0,'Consortium Assistant','',NULL,0,63,65,1,1731,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24441,0,0,0,0,0,22434,0,0,0,'Ashli\'s Corpse','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24442,0,0,0,0,0,22435,0,0,0,'Tanzar\'s Corpse','',NULL,0,70,70,2,35,0,1.15,1.14286,1,0,252,357,0,304,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24443,0,0,0,0,0,22436,0,0,0,'Harkor\'s Corpse','',NULL,0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,32,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24444,0,0,0,0,0,22437,0,0,0,'Kraz\'s Corpse','',NULL,0,70,70,2,35,0,1.15,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24445,0,0,0,0,0,257,0,0,0,'Mitzi','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24448,0,0,0,0,0,338,0,0,0,'Christian','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24451,0,0,0,0,0,22438,0,0,0,'Elli Blastnozzle','Arena Vendor',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24452,0,0,0,0,0,22439,0,0,0,'Paree Blastnozzle','Arena Vendor',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24453,0,0,0,0,0,19314,0,0,0,'Brennan','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24455,0,0,0,0,0,19315,0,0,0,'Hollee','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24456,0,0,0,0,0,22978,0,0,0,'Captain Taldar Windsinger','The Moonspray',NULL,9078,70,70,0,80,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24457,0,0,0,0,0,4429,0,0,0,'Captain O\'Dell','',NULL,0,70,70,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24476,0,0,0,0,0,1132,0,0,0,'Minor Voidwalker','',NULL,0,35,36,0,90,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(24477,0,0,0,0,0,3987,3988,0,0,'Syndicate Thief','',NULL,0,36,37,0,87,0,1,1.14286,1,0,51,68,0,124,1,1300,2000,1,294912,2048,0,0,0,0,0,0,35,52,12,7,0,2588,2588,0,0,0,0,0,0,0,7159,6713,744,0,0,0,0,0,0,0,140,160,'',1,3,1,1.1,1,1,0,4440,4506,0,0,0,0,0,1,0,0,'',12340),(24480,0,0,0,0,0,22459,0,0,0,'Mojo','',NULL,0,5,5,0,188,0,1,1.71429,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'npc_pet_gen_mojo',12340),(24481,0,0,0,0,0,2676,0,0,0,'2.3 Daily Debug - Horde','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24482,0,0,0,0,0,2676,0,0,0,'2.3 Daily Debug - Alliance','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24483,0,0,0,0,0,5379,14932,22468,22469,'Frog Transform','',NULL,0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(24486,0,0,0,0,0,22470,0,0,0,'Purple Armored Hippogryph','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(24487,0,0,0,0,0,22471,0,0,0,'Brown Armored Hippogryph','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(24488,0,0,0,0,0,22473,0,0,0,'Cenarion War Hippogryph','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(24489,0,0,0,0,0,22474,0,0,0,'White Armored Hippogryph','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(24490,0,0,0,0,0,22472,0,0,0,'Blue Riding Hippogryph','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(24504,0,0,0,0,0,22303,22304,0,0,'Amani\'shi Hatcher','',NULL,0,70,70,1,1890,0,1.15,1.14286,1,0,252,357,0,304,1,1600,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24505,0,0,0,0,0,2463,0,0,0,'Unkillable Test Dummy 73 Paladin','',NULL,0,73,73,2,7,0,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,100,1,617299803,0,'',12340),(24506,0,0,0,0,0,137,0,0,0,'ZP - Medium (DND)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24507,0,0,0,0,0,22496,0,0,0,'ZP - Large (DND)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24508,0,0,0,0,0,3670,0,0,0,'ZP - Small (DND)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24509,0,0,0,0,0,22497,0,0,0,'ZP - Very Small (DND)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24520,0,0,0,0,0,22602,0,0,0,'Doris Volanthius','Armor Quartermaster',NULL,0,70,70,2,1604,128,1.1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24530,0,0,0,0,0,19705,0,0,0,'Amani Elder Lynx','',NULL,0,70,70,1,16,0,1,2,1,1,252,357,0,304,7.5,1800,2000,1,0,2048,0,2,0,0,0,0,215,320,44,1,1,24530,0,70067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13347,0,0,0,'SmartAI',0,3,1,5.6,1,1,0,0,0,0,0,0,0,180,1,71680,0,'',12340),(24549,0,0,0,0,0,22538,0,0,0,'Amani\'shi Tempest','',NULL,0,71,71,1,1890,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,8,24549,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,10,1,0,33106,0,0,0,0,0,144,1,0,0,'',12340),(24550,0,0,0,0,0,11686,0,0,0,'Throw Targeting (mob)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24551,0,0,0,0,0,169,17188,0,0,'Eagle Event Deactivation Trigger','',NULL,0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24552,25564,0,0,0,0,22597,0,0,0,'Sliver','Garaxxas\' Pet',NULL,0,70,70,1,16,0,1,1.42857,1,0,252,357,0,304,1,1500,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.65,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24630,0,0,0,0,0,16191,11686,0,0,'Tackle Bunny','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24653,0,0,0,0,0,22719,0,0,0,'Flying Machine','',NULL,0,1,1,0,35,0,1,1.38571,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,0,'',12340),(24654,0,0,0,0,0,22720,0,0,0,'Turbo-Charged Flying Machine','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,0,'',12340),(24667,0,0,0,0,0,14612,0,0,0,'Sergeant Thunderhorn','Weapons Quartermaster',NULL,0,65,65,1,1074,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24668,0,0,0,0,0,12674,0,0,0,'Lady Palanseer','Armor Quartermaster',NULL,0,65,65,1,1074,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24670,0,0,0,0,0,21512,0,0,0,'Lieutenant Tristia','Armor Quartermaster',NULL,0,65,65,0,1638,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24671,0,0,0,0,0,12918,0,0,0,'Captain O\'Neal','Weapons Quartermaster',NULL,0,65,65,1,1078,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24672,0,0,0,0,0,12917,0,0,0,'Captain Dirgehammer','Armor Quartermaster',NULL,0,65,65,1,1078,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24727,0,0,0,0,0,22609,0,0,0,'Caylee Dak','',NULL,9004,70,70,1,80,3,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24728,0,0,0,0,0,599,0,0,0,'Dusky','Caylee\'s Pet',NULL,0,70,70,1,80,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,2,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24729,0,0,0,0,0,344,0,0,0,'Alicia','',NULL,0,70,70,0,80,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24734,0,0,0,0,0,22612,0,0,0,'Aleanna Edune','',NULL,361,19,22,0,80,1,1.05,1.14286,1,0,32,42,0,78,1,2000,2000,1,4608,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24735,0,0,0,0,0,22613,0,0,0,'Becanna Edune','',NULL,0,19,22,0,80,0,1.05,1.14286,1,0,32,42,0,78,1,2000,2000,1,4608,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24736,0,0,0,0,0,22616,0,0,0,'Sulan Dunadaire','',NULL,0,18,20,0,12,0,1.05,1.14286,1,0,27,36,0,64,1,2000,2000,2,4608,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24737,0,0,0,0,0,22617,0,0,0,'William Dunadaire','',NULL,0,60,60,0,11,0,1.05,1.14286,1,0,104,138,0,252,1,2000,2000,1,4112,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24738,0,0,0,0,0,22615,0,0,0,'Elenna Edune','',NULL,0,22,22,0,80,0,1.05,1.14286,1,0,32,42,0,78,1,2000,2000,1,4096,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24739,0,0,0,0,0,22614,0,0,0,'Benjari Edune','',NULL,0,10,10,0,80,0,1.05,1.14286,1,0,13,17,0,42,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,13,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24740,0,0,0,0,0,1220,0,0,0,'Goodie','Elenna Edune\'s Pet',NULL,0,6,7,0,1076,0,1.05,1.14286,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,12,0,0,0,0,6,8,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24743,0,0,0,0,0,22620,0,0,0,'Merciless Nether Drake','',NULL,0,10,10,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(24780,0,0,0,0,0,15200,0,0,0,'Field Repair Bot 110G','',NULL,0,70,70,0,190,4225,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(24782,0,0,0,0,0,4272,0,0,0,'Weakened Morbent Fel','',NULL,0,32,32,0,21,0,1,1.14286,1,0,45,60,0,108,1,1800,2000,1,0,2048,0,0,0,0,0,0,31,46,10,7,0,1200,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,450,520,'',0,3,1,1.25,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24792,0,0,0,0,0,3019,0,0,0,'Advanced Training Dummy','',NULL,0,80,80,2,7,0,1,1.14286,1,3,422,586,0,642,35,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),(24805,0,0,0,0,0,19871,0,0,0,'War Elekk','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(24818,0,0,0,0,0,8754,0,0,0,'Anvilrage Taskmaster','',NULL,0,48,49,0,54,0,1,1.14286,1,0,83,110,0,200,1,1667,2000,1,32768,2048,0,0,0,0,0,0,57,84,19,7,0,24818,24818,0,0,100,0,0,20,0,0,0,0,0,0,0,0,0,0,0,300,400,'SmartAI',1,3,1,1.25,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24819,0,0,0,0,0,8758,0,0,0,'Anvilrage Enforcer','',NULL,0,49,50,0,54,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,32768,2048,0,0,0,0,0,0,58,86,20,7,0,24819,24819,0,0,100,0,0,20,0,0,0,0,0,0,0,0,0,0,0,300,400,'SmartAI',1,3,1,1.25,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24830,0,0,0,0,0,722,0,0,0,'Stonevault Pillager','',NULL,0,36,37,0,59,0,1,1.14286,1,1,51,68,0,124,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,24830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,5797,4610,0,0,0,0,0,1,0,0,'',12340),(24833,0,0,0,0,0,22659,0,0,0,'Captain \"Stash\" Torgoley','The Lady Mehley',NULL,9038,40,40,0,1733,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24834,0,0,0,0,0,22660,0,0,0,'Galley Chief Grace','The Lady Mehley',NULL,0,40,40,0,1733,640,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24835,0,0,0,0,0,22661,0,0,0,'First Mate Kowalski','The Lady Mehley',NULL,9036,38,38,0,1733,1,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,768,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24836,0,0,0,0,0,262,0,0,0,'Abe the Cabin Boy','The Lady Mehley',NULL,9029,12,12,0,1733,1,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,768,2048,0,0,0,0,0,0,11,17,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24837,0,0,0,0,0,22662,0,0,0,'Navigator Mehran','The Lady Mehley',NULL,9031,28,28,0,1733,1,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,768,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24838,0,0,0,0,0,22663,0,0,0,'Sailor Henders','The Lady Mehley',NULL,9033,26,26,0,1733,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24839,0,0,0,0,0,22664,0,0,0,'Sailor Wicks','The Lady Mehley',NULL,9034,26,26,0,1733,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24840,0,0,0,0,0,22665,0,0,0,'Sailor Vines','The Lady Mehley',NULL,9032,26,26,0,1733,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24841,0,0,0,0,0,1858,0,0,0,'Marine Halters','',NULL,9037,75,75,2,210,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24842,0,0,0,0,0,22666,0,0,0,'Marine Anderson','',NULL,9037,75,75,2,210,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24843,0,0,0,0,0,22667,0,0,0,'Engineer Combs','The Lady Mehley',NULL,0,29,29,0,1733,6272,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,768,2048,0,0,0,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24851,0,0,0,0,0,22723,0,0,0,'Kiz Coilspanner','Flight Master',NULL,0,65,65,0,35,8192,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24858,0,0,0,0,0,22255,0,0,0,'Soaring Eagle','',NULL,0,70,70,1,1890,0,1,1.42857,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.35,1,1,0,0,0,0,0,0,0,144,1,0,0,'npc_akilzon_eagle',12340),(24868,0,0,0,0,0,22699,0,0,0,'Niobe Whizzlespark','Master Engineering Trainer',NULL,0,70,70,1,35,81,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,2,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24905,0,0,0,0,0,22730,0,0,0,'Leassian','Stable Master',NULL,9821,60,66,0,1733,4194305,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,512,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(24906,0,0,0,0,0,22724,0,0,0,'Flying Mounted Reindeer','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(24924,0,0,0,0,0,22739,0,0,0,'Sky-Captain Bomblast','The Iron Eagle',NULL,9110,40,40,0,1734,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24925,0,0,0,0,0,1126,15880,22742,0,'Boss Portal: Purple (3.00)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24926,0,0,0,0,0,22740,0,0,0,'Chief Officer Brassbolt','The Iron Eagle',NULL,9106,38,38,0,1734,1,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,768,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24927,0,0,0,0,0,22743,0,0,0,'Navigator Sparksizzle','The Iron Eagle',NULL,9109,28,28,0,1734,1,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,768,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24929,0,0,0,0,0,22744,0,0,0,'Crewman Crosswire','The Iron Eagle',NULL,9107,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24930,0,0,0,0,0,22745,0,0,0,'Crewman Gazzlegear','The Iron Eagle',NULL,9107,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24931,0,0,0,0,0,22746,0,0,0,'Crewman Fastwrench','The Iron Eagle',NULL,9107,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24934,0,0,0,0,0,22750,0,0,0,'Snack-O-Matic IV','',NULL,0,25,25,0,35,640,1,1,1,0,35,48,0,86,1,2000,2000,1,768,2048,0,0,0,0,0,0,24,36,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24935,0,0,0,0,0,22750,0,0,0,'Vend-O-Tron D-Luxe','',NULL,0,25,25,0,35,6272,1,1,1,0,35,48,0,86,1,2000,2000,1,768,2048,0,0,0,0,0,0,24,36,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24968,0,0,0,0,0,22776,0,0,0,'Clockwork Rocket Bot','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(24969,0,0,0,0,0,22777,0,0,0,'Mechanoman','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(24970,0,0,0,0,0,22778,0,0,0,'Battlin\' Blue Wind-Up Warrior','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(24971,0,0,0,0,0,22779,0,0,0,'Rowdy Red Wind-Up Warrior','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(24974,0,0,0,0,0,22780,0,0,0,'Liza Cutlerflix','Stable Master',NULL,9821,60,66,0,35,4194305,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,512,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(24977,0,0,0,0,0,22790,22791,0,0,'Warpy','Liza\'s Pet',NULL,0,13,20,0,35,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,0,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24982,0,0,0,0,0,22807,0,0,0,'Mrs. Flaskataur','Mate of the Flaskataur',NULL,0,72,72,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24984,0,0,0,0,0,22800,0,0,0,'Christmas Grand Warlock Nethekurse','',NULL,0,71,71,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18.75,18.75,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(24985,0,0,0,0,0,22801,0,0,0,'Christmas Grandmaster Vorpil','',NULL,0,72,72,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18.75,10,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(24986,0,0,0,0,0,22802,0,0,0,'Christmas Exarch Maladaar','',NULL,0,67,67,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16.5,5,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(24987,0,0,0,0,0,22803,0,0,0,'Christmas Captain Skarloc','',NULL,0,68,68,1,1748,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24988,0,0,0,0,0,22804,0,0,0,'Christmas Nethermancer Sepethrea','',NULL,0,70,70,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16.5,10,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(24989,0,0,0,0,0,22806,0,0,0,'Jebediah McWeaksauce','The Brothers McWeaksauce',NULL,0,65,65,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24990,0,0,0,0,0,22805,0,0,0,'Christmas High Botanist Freywinn','',NULL,0,72,72,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15.75,15,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(24993,0,0,0,0,0,22867,0,0,0,'Galley Chief Mariss','The Moonspray',NULL,0,65,65,0,1733,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24995,0,0,0,0,0,22808,0,0,0,'Merchant Fallel Stargazer','The Moonspray',NULL,0,65,65,0,1733,6272,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24996,0,0,0,0,0,22864,0,0,0,'Mariner Bladewhisper','The Moonspray',NULL,9059,75,75,2,1733,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24997,0,0,0,0,0,22865,0,0,0,'Mariner Swiftstar','The Moonspray',NULL,9059,75,75,2,1733,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24998,0,0,0,0,0,22863,0,0,0,'Mariner Farsight','The Moonspray',NULL,9058,75,75,2,1733,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25007,0,0,0,0,0,22866,0,0,0,'Mariner Evenmist','The Moonspray',NULL,9060,75,75,2,1733,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25009,0,0,0,0,0,22815,0,0,0,'Captain Angelina Soluna','The Bravery',NULL,9068,40,40,0,1733,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25010,0,0,0,0,0,22816,0,0,0,'Engineer Brightbuckle','The Bravery',NULL,0,29,29,0,1733,6272,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,768,2048,0,0,0,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25011,0,0,0,0,0,22817,0,0,0,'First Mate Wavesinger','The Bravery',NULL,9066,38,38,0,1733,1,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,768,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25012,0,0,0,0,0,22818,0,0,0,'Galley Chief Gathers','The Bravery',NULL,0,40,40,0,1733,128,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25013,0,0,0,0,0,4845,0,0,0,'Sentinel Brightgrass','',NULL,9072,55,55,0,1802,1,1,1.42857,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25014,0,0,0,0,0,4846,0,0,0,'Sentinel Winterdew','',NULL,9072,55,55,0,1802,1,1,1.42857,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25015,0,0,0,0,0,22819,0,0,0,'Navigator Landerson','The Bravery',NULL,9067,28,28,0,1733,1,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,768,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25016,0,0,0,0,0,22820,0,0,0,'Sailor Wills','The Bravery',NULL,9071,26,26,0,1733,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25017,0,0,0,0,0,22821,0,0,0,'Sailor Fairfolk','The Bravery',NULL,9069,26,26,0,1733,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25018,0,0,0,0,0,22822,0,0,0,'Sailor Stoneheel','The Bravery',NULL,9070,26,26,0,1733,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25019,0,0,0,0,0,22824,0,0,0,'Merchant Felagunne','Feathermoon Ferry',NULL,0,65,65,0,1733,6272,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25020,0,0,0,0,0,22826,0,0,0,'Galley Chief Alunwea','Feathermoon Ferry',NULL,0,65,65,0,1733,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25021,0,0,0,0,0,22828,0,0,0,'Mariner Moonblade','Feathermoon Ferry',NULL,9054,75,75,2,1733,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25022,0,0,0,0,0,22830,0,0,0,'Mariner Stillwake','Feathermoon Ferry',NULL,9056,75,75,2,1733,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25023,0,0,0,0,0,22827,0,0,0,'Mariner Everwatch','Feathermoon Ferry',NULL,9057,75,75,2,1733,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25024,0,0,0,0,0,22829,0,0,0,'Mariner Softsong','Feathermoon Ferry',NULL,9054,75,75,2,1733,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25025,0,0,0,0,0,22825,0,0,0,'Captain Idrilae','Feathermoon Ferry',NULL,9077,70,70,0,1733,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25029,0,0,0,0,0,22259,22260,0,0,'Amani\'shi Warrior DEBUG','',NULL,0,70,70,1,1890,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.8,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25040,0,0,0,0,0,4606,0,0,0,'Greater Water Elemental','',NULL,0,59,59,0,1534,0,1,1.28968,1,1,133,176,0,234,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,91,133,23,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'npc_water_elemental',12340),(25050,0,0,0,0,0,22848,0,0,0,'Captain Galind Windsword','Elune\'s Blessing',NULL,9082,70,70,0,1733,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25051,0,0,0,0,0,22849,0,0,0,'Merchant Frostwalker','Elune\'s Blessing',NULL,0,65,65,0,1733,6272,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25052,0,0,0,0,0,22868,0,0,0,'Galley Chief Halumvorea','Elune\'s Blessing',NULL,0,65,65,0,1733,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25053,0,0,0,0,0,22850,0,0,0,'Mariner Farseeker','Elune\'s Blessing',NULL,9079,75,75,2,1733,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25054,0,0,0,0,0,22854,0,0,0,'Mariner Keenstar','Elune\'s Blessing',NULL,9081,75,75,2,1733,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25055,0,0,0,0,0,22853,0,0,0,'Mariner Frostnight','Elune\'s Blessing',NULL,9081,75,75,2,1733,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25056,0,0,0,0,0,22851,0,0,0,'Mariner Stillglider','Elune\'s Blessing',NULL,9080,75,75,2,1733,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25058,0,0,0,0,0,5585,0,0,0,'Fuzz','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(25062,0,0,0,0,0,22855,0,0,0,'Tiny Sporebat','',NULL,0,1,1,1,188,0,1,0.95238,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25070,0,0,0,0,0,22881,0,0,0,'Chief Officer Coppernut','The Thundercaller',NULL,9090,38,38,0,1734,1,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,768,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25071,0,0,0,0,0,22884,0,0,0,'Crewman Rusthammer','The Thundercaller',NULL,9092,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25072,0,0,0,0,0,22882,0,0,0,'Crewman Quickfix','The Thundercaller',NULL,9092,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25074,0,0,0,0,0,22883,0,0,0,'Crewman Sparkfly','The Thundercaller',NULL,9092,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25075,0,0,0,0,0,22873,0,0,0,'Zeppelin Controls','',NULL,0,25,25,0,35,0,1,1,1,0,35,48,0,86,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,24,36,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25076,0,0,0,0,0,22885,0,0,0,'Navigator Fairweather','The Thundercaller',NULL,9091,28,28,0,1734,1,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,768,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25077,0,0,0,0,0,22880,0,0,0,'Sky-Captain Cloudkicker','The Thundercaller',NULL,9089,40,40,0,1734,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25078,0,0,0,0,0,22879,0,0,0,'Captain Krick Wrenchnozzle','The Maiden\'s Fancy',NULL,9074,40,40,0,120,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25079,0,0,0,0,0,1647,0,0,0,'Deathguard Fowles','The Thundercaller',NULL,9095,75,75,2,1801,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25080,0,0,0,0,0,4259,0,0,0,'Grunt Umgor','',NULL,0,75,75,2,1801,0,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25081,0,0,0,0,0,4260,0,0,0,'Grunt Ounda','',NULL,9108,75,75,2,1801,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25082,0,0,0,0,0,22886,0,0,0,'Engineer Torquespindle','The Maiden\'s Fancy',NULL,0,29,29,0,120,4224,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,768,2048,0,0,0,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25083,0,0,0,0,0,1646,0,0,0,'Deathguard Lawson','The Thundercaller',NULL,9095,75,75,2,1801,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25089,0,0,0,0,0,22892,0,0,0,'Galley Chief Steelbelly','The Maiden\'s Fancy',NULL,0,65,65,0,120,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25093,0,0,0,0,0,22893,0,0,0,'First Mate Masker','The Maiden\'s Fancy',NULL,9083,38,38,0,120,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,768,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25094,0,0,0,0,0,22887,0,0,0,'Navigator Tah\'re','The Maiden\'s Fancy',NULL,0,28,28,0,120,0,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,768,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25095,0,0,0,0,0,22888,0,0,0,'Crewman Springwidget','The Maiden\'s Fancy',NULL,0,26,26,0,120,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25096,0,0,0,0,0,22889,0,0,0,'Crewman Gearspinner','The Maiden\'s Fancy',NULL,0,26,26,0,120,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25097,0,0,0,0,0,22890,0,0,0,'Crewman Hammertink','The Maiden\'s Fancy',NULL,0,26,26,0,120,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25098,0,0,0,0,0,22891,0,0,0,'Bosun Thunderhorn','The Maiden\'s Fancy',NULL,0,26,26,0,120,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25099,0,0,0,0,0,22894,0,0,0,'Jonathan Garrett','Master Engineering Trainer',NULL,9084,70,70,0,714,81,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,2,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25100,0,0,0,0,0,22895,0,0,0,'Chief Officer Hammerflange','The Purple Princess',NULL,9117,38,38,0,1734,1,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,768,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25101,0,0,0,0,0,22896,0,0,0,'Crewman Cutpipe','The Purple Princess',NULL,9121,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25102,0,0,0,0,0,22897,0,0,0,'Crewman Spinshaft','The Purple Princess',NULL,9121,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25103,0,0,0,0,0,22898,0,0,0,'Crewman Boltshine','The Purple Princess',NULL,9121,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25104,0,0,0,0,0,22899,0,0,0,'Navigator Hatch','The Purple Princess',NULL,9118,28,28,0,1734,1,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,768,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25105,0,0,0,0,0,22900,0,0,0,'Sky-Captain Cableclamp','The Purple Princess',NULL,9116,40,40,0,1734,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25106,0,0,0,0,0,4084,0,0,0,'Watcher Du\'una','',NULL,9122,75,75,2,1801,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25107,0,0,0,0,0,4083,0,0,0,'Watcher Umjin','',NULL,9120,75,75,2,1801,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25109,0,0,0,0,0,22903,0,0,0,'Rocket Chicken','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(25110,0,0,0,0,0,22966,22990,22991,22992,'Dragon Kite','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(25111,0,0,0,0,0,22902,0,0,0,'Treasure','The Maiden\'s Fancy',NULL,0,1,1,0,120,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(25113,0,0,0,0,0,1206,6303,2957,2958,'Crafty Snake','',NULL,0,60,60,0,14,0,1,1.14286,1,5,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25139,0,0,0,0,0,1543,0,0,0,'[PH] Bri\'s Test NPC','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25145,0,0,0,0,0,22948,22950,22945,22946,'Budd\'s Bodyguard','',NULL,0,70,70,1,1812,0,1,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4.2,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25146,0,0,0,0,0,21304,0,0,0,'Golden Pig','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(25147,0,0,0,0,0,22938,0,0,0,'Silver Pig','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(25148,0,0,0,0,0,22960,0,0,0,'Bergrisst','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,768,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25149,0,0,0,0,0,22961,0,0,0,'Chief Thunder-Skins','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25150,0,0,0,0,0,22962,0,0,0,'Mai\'Kyl','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25151,0,0,0,0,0,22963,0,0,0,'Samuro','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25152,0,0,0,0,0,22964,0,0,0,'Sig Nicious','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25168,0,0,0,0,0,11686,0,0,0,'Kite Lightning Bunny','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,121,1,0,130,'',12340),(25171,0,0,0,0,0,1126,17188,0,0,'Invisible Stalker (Scale x0.5)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25173,0,0,0,0,0,1126,17188,0,0,'Zul\'Aman Door Trigger','',NULL,0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25176,0,0,0,0,0,22398,0,0,0,'Grikkin Copperspring','Arena Vendor',NULL,0,70,70,2,35,129,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,514,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25177,0,0,0,0,0,22438,0,0,0,'Evee Copperspring','Arena Vendor',NULL,0,70,70,2,35,129,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,514,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25178,0,0,0,0,0,22399,0,0,0,'Ecton Brasstumbler','Arena Vendor',NULL,0,70,70,2,35,128,1.05,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25179,0,0,0,0,0,22439,0,0,0,'Frixee Brasstumbler','Arena Vendor',NULL,0,70,70,2,35,129,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,514,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25180,0,0,0,0,0,14577,0,0,0,'Fast Black War Ram','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(25181,0,0,0,0,0,14334,0,0,0,'Fast Black War Wolf','',NULL,0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(25182,0,0,0,0,0,16314,0,0,0,'Corlok\'s Enslaved Netherwing Drake','',NULL,0,71,71,1,1824,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,238,1,0,0,'',12340),(25183,0,0,0,0,0,17717,0,0,0,'Wildhammer Gryphon (Purple)','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(25184,0,0,0,0,0,17718,0,0,0,'Wing Commander Ichman\'s Mount','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,241,1,0,0,'',12340),(25185,0,0,0,0,0,17701,0,0,0,'Muckjaw\'s Wyvern','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(25186,0,0,0,0,0,17719,0,0,0,'Kor\'kron\'s Mount','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(25187,0,0,0,0,0,17719,0,0,0,'Mulverick\'s Mount','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,252,1,0,0,'',12340),(25188,0,0,0,0,0,21155,0,0,0,'Trope\'s Mount','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),(25189,0,0,0,0,0,2404,0,0,0,'Riding Horse (Brown) (16 Speed)','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(25190,0,0,0,0,0,8469,0,0,0,'Skarloc\'s Warhorse','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25191,0,0,0,0,0,2410,0,0,0,'Riding Horse (White Stallion) (16 Speed)','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(25193,0,0,0,0,0,20344,0,0,0,'Ruul\'s Nether Drake','',NULL,0,10,10,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(25194,0,0,0,0,0,14336,14334,14574,14575,'Kor\'kron Riding Wolf','',NULL,0,70,75,0,2054,0,1,2.28571,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,1,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(25195,0,0,0,0,0,18743,18742,18741,18740,'Marksman Bova','Specialty Ammunition Vendor',NULL,0,70,70,1,1743,4480,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25196,0,0,0,0,0,18760,0,0,0,'Archer Delvinar','Specialty Ammunition Vendor',NULL,0,62,62,1,1744,4480,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,33024,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25200,0,0,0,0,0,2139,0,0,0,'Steven Thomas','',NULL,9129,50,50,0,1734,1,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,4096,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25202,0,0,0,0,0,17895,0,0,0,'Arcanist Myndimendez','',NULL,9125,50,50,0,1734,1,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,4096,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25207,0,0,0,0,0,15543,0,0,0,'Roitau','',NULL,9128,50,50,0,1734,1,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25212,0,0,0,0,0,11686,0,0,0,'Kite Sky Lightning Bunny','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,121,1,0,130,'',12340),(25158,0,0,0,0,0,22711,0,0,0,'Brutallus','','',0,73,73,1,1771,0,1.1,1.14286,1,3,316,450,0,320,35,2000,2000,1,262144,2048,0,0,0,0,0,0,278,413,58,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1000,1,1,0,0,0,0,0,0,0,225,1,0,0,'',12340),(25160,0,0,0,0,0,22965,0,0,0,'Madrigosa','','',0,73,73,1,1770,0,1.1,1.14286,1,3,313,448,0,302,35,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,2,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,70,1,1,0,0,0,0,0,0,0,222,1,0,0,'',12340),(24664,24857,0,0,0,0,22906,0,0,0,'Kael\'thas Sunstrider','Lord of the Blood Elves','',0,72,72,1,16,0,1.2,1.42857,1,1,304,436,0,296,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,104,24664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6078,7429,'',0,1,1,30,100,1,0,34157,0,0,0,0,0,147,1,618610687,0,'boss_felblood_kaelthas',12340),(24723,25562,0,0,0,0,22642,0,0,0,'Selin Fireheart','','',0,71,71,1,16,0,0.888888,1.42857,1,1,296,424,0,290,4.6,2000,2000,2,32832,0,0,0,0,0,0,0,260,387,37,7,72,24723,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5519,6746,'',0,1,1,27.5,10,1,0,0,0,0,0,0,0,144,1,617562111,0,'boss_selin_fireheart',12340),(24744,25573,0,0,0,0,22731,0,0,0,'Vexallus','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,6,290,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,4,72,24744,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5573,6812,'',0,1,1,25,20,1,0,0,0,0,0,0,0,0,1,617562111,0,'boss_vexallus',12340),(24675,0,0,0,0,0,20245,0,0,0,'Phoenix Egg','','',0,70,70,1,14,0,0.0001,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24777,25571,0,0,0,0,22733,0,0,0,'Sunblade Sentinel','','',0,71,71,1,16,0,2,1.42857,1,1,299,426,2,308,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,9,8,24777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,9.2,5,1,0,0,0,0,0,0,0,151,1,16384,0,'',12340),(24674,0,0,0,0,0,19682,0,0,0,'Phoenix','','',0,70,70,1,14,0,1,0.71429,1,1,252,357,0,304,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,5,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),(25061,0,0,0,0,0,22905,0,0,0,'Harbinger Inuuro','','',9063,70,70,0,1960,3,1,1.14286,1,0,234,331,0,286,1,1500,2000,2,37632,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25031,0,0,0,0,0,20907,0,0,0,'Pit Overlord','','',0,71,71,1,1963,0,0.777776,0.992063,1,1,296,424,0,290,4.6,2000,2000,2,16,2048,0,0,0,0,0,0,260,387,37,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,10,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),(24559,25574,0,0,0,0,22598,0,0,0,'Warlord Salaris','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,3600,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.85,1,1,0,0,0,0,0,0,0,0,1,9,256,'boss_warlord_salaris',12340),(25153,0,0,0,0,0,22952,22957,22958,22959,'Shattered Sun Magi','','',0,68,70,1,1956,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,256,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24553,25541,0,0,0,0,22541,0,0,0,'Apoko','','',0,70,70,1,16,0,1,1,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.85,3.24,1,0,0,0,0,0,0,0,0,1,9,256,'boss_apoko',12340),(24555,25555,0,0,0,0,2007,0,0,0,'Garaxxas','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.85,3.24,1,0,0,0,0,0,0,0,0,1,9,256,'boss_garaxxas',12340),(24561,25578,0,0,0,0,20986,0,0,0,'Yazzai','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.85,4,1,0,0,0,0,0,0,0,0,1,9,256,'boss_yazzai',12340),(24698,25551,0,0,0,0,20419,0,0,0,'Ethereum Smuggler','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,8,24698,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4151,5074,'SmartAI',0,1,1,3,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25033,0,0,0,0,0,22833,0,0,0,'Eredar Sorcerer','','',0,70,70,1,1963,0,0.888888,0.912699,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24554,25550,0,0,0,0,22539,0,0,0,'Eramas Brightblaze','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,1500,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.89,1,1,0,0,0,0,0,0,0,0,1,9,256,'boss_eramas_brightblaze',12340),(24557,25556,0,0,0,0,22540,0,0,0,'Kagani Nightstrike','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,1500,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.89,1,1,0,0,0,0,0,0,0,0,1,9,256,'boss_kagani_nightstrike',12340),(24683,25568,0,0,0,0,22580,23084,23085,23086,'Sunblade Mage Guard','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,24684,24683,0,0,0,0,0,0,0,44478,44475,0,0,0,0,0,0,0,0,4131,5050,'SmartAI',0,1,1,3.62,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),(24684,25565,0,0,0,0,22583,23087,23088,23089,'Sunblade Blood Knight','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,24684,24683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4153,5076,'SmartAI',0,1,1,3.62,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),(24688,25577,0,0,0,0,22845,0,0,0,'Wretched Skulker','','',0,69,69,1,16,0,1,1.14286,1,1,245,346,0,298,0.6,2000,2000,1,32832,2048,0,0,0,0,0,0,206,302,43,7,8,24689,24689,0,0,0,0,0,0,0,44533,0,0,0,0,0,0,0,0,0,4163,5084,'SmartAI',0,1,1,2.5,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),(24696,25547,0,0,0,0,22590,0,0,0,'Coilskar Witch','','',0,71,71,1,16,0,1,1,1,1,296,424,0,290,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,8,24696,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4110,5023,'SmartAI',0,1,1,3,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24697,25563,0,0,0,0,10927,0,0,0,'Sister of Torment','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,3,8,24698,0,0,0,0,0,0,0,0,44547,44640,0,0,0,0,0,0,0,0,4099,5010,'SmartAI',0,1,1,3,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24556,25579,0,0,0,0,17457,0,0,0,'Zelfan','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.89,2.72,1,0,0,0,0,0,0,0,0,1,9,256,'boss_zelfan',12340),(24558,25549,0,0,0,0,22542,0,0,0,'Ellrys Duskhallow','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.89,2.33,1,0,0,0,0,0,0,0,0,1,9,256,'boss_ellris_duskhallow',12340),(24685,25569,0,0,0,0,22584,23094,23095,23096,'Sunblade Magister','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,24684,24683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4177,5106,'SmartAI',0,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,612379483,0,'',12340),(24686,25572,0,0,0,0,22585,23100,0,0,'Sunblade Warlock','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,24684,24683,0,0,0,0,0,0,0,44519,44518,0,0,0,0,0,0,0,0,4167,5094,'SmartAI',0,1,1,3,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),(24687,25570,0,0,0,0,22586,23097,23098,23099,'Sunblade Physician','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,24684,24683,0,0,0,0,0,0,0,44599,44583,0,0,0,0,0,0,0,0,4190,5121,'SmartAI',0,1,1,3,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),(24762,25567,0,0,0,0,23090,23091,23092,23093,'Sunblade Keeper','','',0,69,70,1,16,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,24762,0,0,0,0,0,0,0,0,15232,20741,44765,0,0,0,0,0,0,0,3670,4485,'SmartAI',0,1,1,2.9,1,1,0,0,0,0,0,0,0,47,1,612379482,0,'',12340),(24822,0,0,0,0,0,22586,0,0,0,'Tyrith','','',0,70,70,1,35,2,1,1.14286,1,0,234,331,0,286,4.6,2000,2000,2,32832,2048,32,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,5,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25155,0,0,0,0,0,22953,22954,22956,22955,'Shattered Sun Cleric','','',0,68,70,1,1956,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,256,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24690,25576,0,0,0,0,22844,0,0,0,'Wretched Husk','','',0,69,69,1,16,0,1,1.14286,1,1,224,316,0,282,0.6,2000,2000,2,32832,2048,0,0,0,0,0,0,188,280,32,7,8,24689,24689,0,0,0,0,0,0,0,44503,44504,0,0,0,0,0,0,0,0,4142,5063,'SmartAI',0,1,1,2.5,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),(24844,0,0,0,0,0,23487,0,0,0,'Kalecgos','','',0,73,73,1,35,0,1,2.57143,1,1,316,450,0,320,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(24848,0,0,0,0,0,23459,0,0,0,'Kalecgos','','',9199,73,73,0,35,3,1,1.14286,1,1,316,450,0,320,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25976,0,0,0,0,0,22970,0,0,0,'Theremis','Keeper of Lost Artifacts','',0,70,70,1,1960,128,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,4864,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25992,0,0,0,0,0,19926,0,0,0,'Big Bruiser','','',0,70,70,1,35,0,1,1.42857,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25141,0,0,0,0,0,22929,0,0,0,'Commander Steele','','',0,70,70,1,1956,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25144,0,0,0,0,0,18018,18019,18016,18017,'Shattered Sun Bombardier','','',0,63,66,1,1956,0,1.1,1.14286,1,0,195,273,0,266,1,2000,2000,2,33536,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,225,1,0,0,'',12340),(25134,0,0,0,0,0,22924,22932,22933,22934,'Shattered Sun Trainee','','',0,68,70,1,1956,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25967,0,0,0,0,0,19282,0,0,0,'Zephyr','','',9205,70,70,1,1779,1,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_zephyr',12340),(24938,0,0,0,0,0,20570,11686,0,0,'Shattered Sun Marksman','','',0,70,70,1,1957,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,38858,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25142,0,0,0,0,0,22752,22757,22753,22763,'Shattered Sun Marksman','','',0,68,70,1,1956,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25034,0,0,0,0,0,22832,0,0,0,'Tradesman Portanuus','Trade Supplies','',9061,70,70,1,1960,131,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24813,0,0,0,0,0,23834,0,0,0,'Exarch Larethor','','',0,70,70,0,1960,2,1,1.14286,1,0,252,357,0,304,1,1500,2000,1,37632,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25991,0,0,0,0,0,23692,0,0,0,'Kixi the Shiv','Arena Battlemaster','',8218,70,70,1,35,1048577,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25885,0,0,0,0,0,23467,0,0,0,'Whirligig Wafflefry','Gnomish Inventor','',0,71,71,1,1956,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25140,0,0,0,0,0,22930,0,0,0,'Lord Torvos','','',0,70,70,1,1956,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25167,0,0,0,0,0,22968,0,0,0,'General Tiras\'alan','','',9105,70,70,1,1956,3,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25059,0,0,0,0,0,22846,0,0,0,'Ayren Cloudbreaker','','',9062,70,70,1,1960,1,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,37632,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26253,0,0,0,0,0,23714,23715,23716,23717,'Shattered Sun Peacekeeper','','',0,70,70,1,1960,0,1,2.28571,1,1,252,357,0,304,4.6,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,10,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(25162,0,0,0,0,0,22967,0,0,0,'Drill Sergeant Bahduum','','',0,70,70,1,1960,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,37632,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25028,0,0,0,0,0,201,0,0,0,'Skeletal Ravager','','',0,69,70,1,1962,0,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,16,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,0.2,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),(25170,0,0,0,0,0,22973,22974,0,0,'Shattered Sun Archmage','','',0,70,70,1,1960,0,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,4864,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25001,0,0,0,25068,0,16946,0,0,0,'Abyssal Flamewalker','','',0,70,71,1,90,0,1.6,1.42857,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,25001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1256,1535,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(25060,0,0,0,0,0,22874,22875,22876,22877,'Darkspine Myrmidon','','',0,70,71,1,74,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1260,1541,'SmartAI',0,3,1,1,1,1,0,34477,0,0,0,0,0,0,1,0,0,'',12340),(25063,0,0,0,0,0,22856,22858,22857,22859,'Dawnblade Hawkrider','','',0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,176,0,0,0,'',12340),(25115,0,0,0,0,0,20570,11686,0,0,'Shattered Sun Warrior','','',0,70,70,1,1960,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25143,0,0,0,0,0,22931,0,0,0,'Shattered Sun Veteran','','',0,70,70,1,1956,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25003,0,0,0,0,0,20046,0,0,0,'Emissary of Hate','','',0,72,72,1,90,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25027,0,0,0,0,0,1065,0,0,0,'Frenzied Ghoul','','',0,69,70,1,233,0,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,16,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,0.2,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),(25580,0,0,0,0,0,23548,0,0,0,'Old Man Barlo','Master of Fishing','',0,70,70,2,35,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24722,25552,0,0,0,0,22669,0,0,0,'Fel Crystal','','',0,70,70,1,190,0,1,1,1,0,252,357,0,304,4.6,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,9,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,0.9,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(25049,0,0,0,0,0,19085,0,0,0,'Dawnstar Charger','','',0,69,70,1,634,0,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(25047,0,0,0,0,0,20570,11686,0,0,'Wretched Hungerer','','',0,69,69,1,14,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,34338,0,0,0,0,0,0,1,0,130,'',12340),(25030,0,0,0,0,0,20045,0,0,0,'Wrath Enforcer','','',0,69,70,1,1963,0,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,536870912,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),(24965,0,0,0,0,0,22775,0,0,0,'Vindicator Xayann','','',9052,70,70,1,1960,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,37632,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24967,0,0,0,0,0,22774,0,0,0,'Captain Theris Dawnhearth','','',9065,70,70,1,1960,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,37632,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24761,25545,0,0,0,0,16217,0,0,0,'Brightscale Wyrm','','',0,70,70,1,1692,0,1,0.85714,1,0,234,331,0,286,4.6,1200,2000,2,16,2048,0,0,0,0,0,0,198,295,33,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,0.8,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(25138,0,0,0,0,0,22928,0,0,0,'Captain Dranarus','','',0,71,71,1,1956,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,256,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24976,0,0,0,0,0,22783,22782,22785,22784,'Dawnblade Blood Knight','','',0,70,70,1,16,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,2056,24976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1182,1445,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25161,0,0,0,0,0,22860,0,0,0,'Dawnblade Dragonhawk','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25169,0,0,0,0,0,22969,0,0,0,'Archmage Ne\'thul','','',9105,71,71,1,1960,3,1,1.14286,1,1,255,373,0,137,4.6,2000,2000,8,4864,2048,0,0,0,0,0,0,240,358,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25057,0,0,0,0,0,22847,0,0,0,'Battlemage Arynna','','',9064,70,70,1,1960,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25002,0,0,0,25068,0,22809,0,0,0,'Unleashed Hellion','','',0,70,71,1,90,0,0.4,1.38889,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,3,0,25001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1257,1536,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,43,1,0,0,'',12340),(24972,0,0,0,0,0,19971,0,0,0,'Erratic Sentry','','',0,70,70,1,190,0,2,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,9,8,24972,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,127,1,16384,0,'',12340),(25032,0,0,0,0,0,22831,0,0,0,'Eldara Dawnrunner','Shattered Sun Quartermaster','',9126,70,70,1,1960,131,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,37632,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24966,0,0,0,0,0,22976,0,0,0,'Wretched Fiend','','',0,69,69,1,16,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,8,24960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1120,1369,'SmartAI',0,1,1,1,0.5,1,0,34338,0,0,0,0,0,0,1,0,0,'',12340),(24978,25548,0,0,0,0,22786,22787,22789,22788,'Dawnblade Summoner','','',0,70,70,1,16,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,8,24976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1185,1448,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24979,0,0,0,0,0,22792,22793,22794,22795,'Dawnblade Marksman','','',0,70,70,1,16,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,8,24976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1185,1448,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24994,0,0,0,0,0,19301,0,0,0,'Shattered Sun Sentry','','',0,70,70,1,1960,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,9,8,0,0,0,0,0,0,0,0,0,33688,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,10,1,1,0,0,0,0,0,0,0,0,1,16385,0,'',12340),(24999,0,0,0,25068,0,19586,0,0,0,'Irespeaker','','',0,70,70,1,90,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,25001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1188,1452,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25977,0,0,0,0,0,22975,0,0,0,'Yrma','Transmuter of Sin\'dorei Relics','',0,70,70,1,1960,128,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,4864,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26560,0,0,0,0,0,23899,0,0,0,'Ohura','Dragonhawk Master','',0,70,70,1,1960,8192,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,37632,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24960,0,0,0,0,0,22845,0,0,0,'Wretched Devourer','','',0,69,69,1,16,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,537165824,2048,0,0,0,0,0,0,188,280,32,7,8,24960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1120,1369,'SmartAI',0,1,1,1,0.5,1,0,34338,0,0,0,0,0,0,1,0,0,'',12340),(25175,0,0,0,0,0,19259,0,0,0,'Shattered Sun Dragonhawk','','',0,70,70,1,1956,0,3.2,2.57143,1,1,234,331,0,286,4.6,2000,2000,2,512,2048,0,30,0,0,0,0,198,295,33,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,3,1,0,0,0,0,0,0,0,215,1,0,0,'',12340),(25073,0,0,0,0,0,22869,22870,22871,22872,'Darkspine Siren','','',0,70,71,1,74,0,1,1,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,25073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1184,1447,'SmartAI',0,1,1,1,1,1,0,34483,0,0,0,0,0,0,1,0,0,'',12340),(25132,0,0,0,0,0,22792,22793,22794,22795,'Sunblade Lookout','','',0,70,70,1,16,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25164,0,0,0,0,0,18018,18019,18016,18017,'Shattered Sun Recruit','','',0,63,66,0,1956,0,1.1,1.14286,1,0,195,273,0,266,1,2000,2000,2,37632,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24656,25553,0,0,0,0,4449,0,0,0,'Fizzle','','',0,70,70,1,16,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,131072,2048,0,0,0,0,0,0,233,347,28,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,0.4,0.4,1,0,0,0,0,0,0,0,121,1,9,0,'',12340),(24815,25566,0,0,0,0,4449,0,0,0,'Sunblade Imp','','',0,70,70,0,90,0,1,1.14286,1,0,248,363,0,135,4.6,2000,2000,8,131072,2048,0,0,0,0,0,0,233,347,28,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,0.65,1,1,0,0,0,0,0,0,0,121,1,257,0,'',12340),(25084,0,0,0,0,0,369,0,0,0,'Greengill Slave','','',0,60,61,1,190,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,7,0,25084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_greengill_slave',12340),(67,0,0,0,0,0,23,0,0,0,'[UNUSED] Marlon Darnik','Grocer','',0,5,5,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(70,0,0,0,0,0,13,0,0,0,'[UNUSED] Lower Class Citizen','','',0,1,2,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(72,0,0,0,0,0,19,0,0,0,'[UNUSED] Antaris the Trader','','',0,20,20,0,2000,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(75,0,0,0,0,0,166,0,0,0,'[UNUSED] Vashaum Nightwither','','',0,12,12,0,17,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(81,0,0,0,0,0,371,0,0,0,'[UNUSED] Luglar the Clogger','','',0,5,5,0,26,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(149,0,0,0,0,0,387,0,0,0,'[UNUSED] Small Black Dragon Whelp','','',0,6,7,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(150,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Milius','Bowyer','',0,5,5,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(161,0,0,0,0,0,18,0,0,0,'[UNUSED] Ander the Monk','','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(163,0,0,0,0,0,18,0,0,0,'[UNUSED] Destitute Farmer','','',0,4,4,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(165,0,0,0,0,0,390,0,0,0,'[UNUSED] Small Child','','',0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(200,0,0,0,0,0,158,0,0,0,'Shambling Skeleton UNUSED','','',0,20,21,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,2378,0,0,0,0,0,88,1,8388624,0,'',12340),(204,0,0,0,0,0,200,0,0,0,'[UNUSED] Cackle Flamebone','','',0,28,28,0,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(207,0,0,0,0,0,376,0,0,0,'[UNUSED] Riverpaw Hideflayer','','',0,25,26,0,20,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(208,0,0,0,0,0,383,0,0,0,'[UNUSED] Riverpaw Pack Warder','','',0,23,24,0,20,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(209,0,0,0,0,0,413,0,0,0,'[UNUSED] Riverpaw Bone Chanter','','',0,24,25,0,20,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(219,0,0,0,0,0,17,0,0,0,'[UNUSED] Logan Mar','Cloth & Leather Armor Merchant','',0,20,20,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(220,0,0,0,0,0,17,0,0,0,'[UNUSED] Khebil Steelsmith','Weaponsmith','',0,17,17,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(243,0,0,0,0,0,163,0,0,0,'[UNUSED] Greeby Mudwhisker TEST','','',0,5,5,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(260,0,0,0,0,0,164,0,0,0,'[UNUSED] Elwynn Tower Guard','','',0,22,22,0,11,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(296,0,0,0,0,0,232,0,0,0,'[UNUSED] Goodmother Jans','','',0,20,21,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(298,0,0,0,0,0,2583,0,0,0,'[UNUSED] Aunt Bethda','<Needs Texture>','',0,62,62,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(301,0,0,0,0,0,33,0,0,0,'[UNUSED] Brog\'Mud','','',0,31,31,0,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(318,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Akil','','',0,5,5,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(319,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Benthas','','',0,5,5,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(320,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Cryus','','',0,5,5,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(321,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Deros','','',0,5,5,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(322,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Enoch','','',0,5,5,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(323,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Farthing','','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(324,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Greishan','','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(326,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Ictharin','','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(333,0,0,0,0,0,18,0,0,0,'[UNUSED] Edwardo the Jester','','',0,44,44,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(336,0,0,0,0,0,18,0,0,0,'[UNUSED] Rin Tal\'Vara','','',0,62,62,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(339,0,0,0,0,0,459,0,0,0,'[UNUSED] Helgor the Pugilist','','',0,30,30,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(354,0,0,0,0,0,244,0,0,0,'[UNUSED] Grall Twomoons','Shaman Trainer','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(380,0,0,0,0,0,86,0,0,0,'[UNUSED] Waldin Thorbatt','','',0,25,25,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(386,0,0,0,0,0,19,0,0,0,'[UNUSED] Ulric the Grim','Wolf Merchant','',0,20,20,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(444,0,0,0,0,0,499,0,0,0,'[UNUSED] Goreripper','','',0,25,25,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(470,0,0,0,0,0,218,0,0,0,'[UNUSED] Scribe Colburg','','',0,35,35,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(496,0,0,0,0,0,166,0,0,0,'[UNUSED] Watcher Kleeman','','',0,30,30,0,11,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(497,0,0,0,0,0,166,0,0,0,'[UNUSED] Watcher Benjamin','','',0,30,30,0,11,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(498,0,0,0,0,0,2393,0,0,0,'[UNUSED] Watcher Larsen','','',0,20,20,0,56,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(509,0,0,0,0,0,524,0,0,0,'[UNUSED] Long Fang','','',0,33,33,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(516,0,0,0,0,0,528,0,0,0,'[UNUSED] Riverpaw Hunter','','',0,22,23,0,20,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(535,0,0,0,0,0,226,0,0,0,'[UNUSED] Savar','','',0,30,30,0,17,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(536,0,0,0,0,0,536,0,0,0,'[UNUSED] Rhal\'Del','','',0,32,32,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(538,0,0,0,0,0,1045,0,0,0,'[UNUSED] Buk\'Cha','','',0,31,31,0,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(586,0,0,0,0,0,166,0,0,0,'[UNUSED] Watcher Kern','','',0,30,30,0,11,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(592,0,0,0,0,0,263,0,0,0,'[UNUSED] Defias Arsonist','','',0,15,15,0,17,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(605,0,0,0,0,0,19,0,0,0,'[UNUSED] Mr. Whipple','','',0,24,24,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(606,0,0,0,0,0,560,0,0,0,'[UNUSED] Mrs. Whipple','','',0,24,24,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(607,0,0,0,0,0,561,0,0,0,'[UNUSED] Johnny Whipple','','',0,23,23,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(609,0,0,0,0,0,23,0,0,0,'[UNUSED] Grandpa Whipple','','',0,26,26,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(610,0,0,0,0,0,202,0,0,0,'[UNUSED] Rabid Gina Whipple','','',0,31,31,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(611,0,0,0,0,0,524,0,0,0,'[UNUSED] Rabid Mr. Whipple','','',0,32,32,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(612,0,0,0,0,0,202,0,0,0,'[UNUSED] Rabid Mrs. Whipple','','',0,32,32,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(613,0,0,0,0,0,563,0,0,0,'[UNUSED] Rabid Johnny Whipple','','',0,31,31,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(614,0,0,0,0,0,564,0,0,0,'[UNUSED] Rabid Grandpa Whipple','','',0,36,36,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(725,0,0,0,0,0,612,0,0,0,'[UNUSED] Skeletal Enforcer','','',0,25,26,0,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,2378,0,0,0,0,0,0,1,8388624,0,'',12340),(753,0,0,0,0,0,173,0,0,0,'[UNUSED] Rebel Soldier','','',0,30,32,0,11,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(809,0,0,0,0,0,218,0,0,0,'[UNUSED] Smith Theo','Weapon Merchant','',0,24,24,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(897,0,0,0,0,0,166,0,0,0,'[UNUSED] Brannon Aybara (TEMP)','Hunter Trainer','',0,62,62,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(904,0,0,0,0,0,312,0,0,0,'[UNUSED] Regna Khurn','Gunsmith','',0,5,5,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(919,0,0,0,0,0,375,0,0,0,'[UNUSED] [PH] Berail Spiritwhisper','Shaman Trainer *Temp*','',0,5,5,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(924,0,0,0,0,0,659,0,0,0,'[UNUSED] Lesser Arachnid','','',0,23,24,0,22,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1058,0,0,0,0,0,240,0,0,0,'[UNUSED] Truek','','',0,40,40,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1230,0,0,0,0,0,278,0,0,0,'[UNUSED] Lexin Haze','Warlock Trainer *Temp*','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1235,0,0,0,0,0,312,0,0,0,'[UNUSED] Maryann Grapefoot','Food Merchant','',0,5,5,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1288,0,0,0,0,0,1430,0,0,0,'[UNUSED] Hevram Bristol','Mace & Staff Merchant','',0,60,60,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1290,0,0,0,0,0,1435,0,0,0,'[UNUSED] Winston Bagley','Cloth Armor Merchant','',0,45,45,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1306,0,0,0,0,0,1493,0,0,0,'[UNUSED] Melechan Damodred','Reagents','',0,45,45,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1361,0,0,0,0,0,166,0,0,0,'[UNUSED] Kern the Enforcer','','',0,28,28,0,17,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1455,0,0,0,0,0,3475,0,0,0,'[UNUSED] Grummar Thunk','Fletching Supplies','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1467,0,0,0,0,0,2584,0,0,0,'[UNUSED] [PH] Brawl Thunderpunch','Weaponsmith <Temp>','',0,15,15,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1485,0,0,0,0,0,227,0,0,0,'[UNUSED] Bazaar Merchant TEST','Florist','',0,60,60,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1546,0,0,0,0,0,2584,0,0,0,'[UNUSED] Kegnar Thraln','Herbalism Trainer','',0,8,40,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1567,0,0,0,0,0,3355,0,0,0,'[UNUSED] Anson Phelps','Miner <Temp>','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1643,0,0,0,0,0,164,0,0,0,'[UNUSED] Elwynn Guard','','',0,23,23,0,11,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1644,0,0,0,0,0,164,0,0,0,'[UNUSED] Redridge Guard','','',0,35,35,0,11,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1649,0,0,0,0,0,3318,0,0,0,'UNUSED Jordan Croft','Reuse Me','',0,1,1,0,875,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1659,0,0,0,0,0,1027,0,0,0,'[UNUSED] Coleman Mills','NEEDS MODEL','',0,10,10,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(1677,0,0,0,0,0,3374,0,0,0,'[UNUSED] Curtis Ashlock','Cook','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1859,0,0,0,0,0,224,0,0,0,'[UNUSED] Nyein Longwind','Bowyer *Temp*','',0,4,7,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1987,0,0,0,0,0,759,0,0,0,'Webwood Creeper UNUSED','','',0,3,4,0,22,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,5166,0,0,0,0,0,100,1,0,0,'',12340),(2087,0,0,0,0,0,309,232,0,0,'[UNUSED] Ambermill Citizen','','',0,1,1,0,76,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(2133,0,0,0,0,0,1605,0,0,0,'[UNUSED] Theo Reshan','Herbalism Trainer','',0,11,11,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2197,0,0,0,0,0,227,0,0,0,'[UNUSED] Crier Kirton','','',0,3,3,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2199,0,0,0,0,0,227,0,0,0,'[UNUSED] Crier Backus','','',0,3,3,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2200,0,0,0,0,0,227,0,0,0,'[UNUSED] Crier Pierce','','',0,3,3,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2220,0,0,0,0,0,569,0,0,0,'[UNUSED] Undead Blacksmith Trainer','Blacksmith Trainer','',0,1,1,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(2223,0,0,0,0,0,569,0,0,0,'[UNUSED] Undead Cooking Trainer','Cooking Trainer','',0,1,1,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2293,0,0,0,0,0,3319,0,0,0,'[UNUSED] Sherra Vayne','Spirit Healer','',0,45,45,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2295,0,0,0,0,0,3390,0,0,0,'[UNUSED] Bartok Steelgrip','Spirit Healer','',0,62,62,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2296,0,0,0,0,0,3571,0,0,0,'[UNUSED] Fulgar Iceforge','Spirit Healer','',0,62,62,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2297,0,0,0,0,0,3573,0,0,0,'[UNUSED] Kerrik Firebeard','Spirit Healer','',0,62,62,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2300,0,0,0,0,0,1027,0,0,0,'[UNUSED] Seoman Verilas','Spirit Healer','',0,40,40,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2301,0,0,0,0,0,1586,0,0,0,'[UNUSED] Nerrik Shoyul','Spirit Healer','',0,62,62,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2312,0,0,0,0,0,1027,0,0,0,'[UNUSED] Thesule Klaven','<Needs Model>','',0,5,5,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2313,0,0,0,0,0,3530,0,0,0,'[UNUSED] Kir\'Nazz','','',0,5,5,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2441,0,0,0,0,0,428,0,0,0,'[UNUSED] Southshore Citizen','','',0,25,25,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2617,0,0,0,0,0,263,0,0,0,'[UNUSED] Archmage Detrae','','',0,41,41,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2756,0,0,0,0,0,3428,0,0,0,'UNUSED Grund Drokda','Reuse Me','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2813,0,0,0,0,0,3968,0,0,0,'[UNUSED] Thurgas','Spirit Healer','',0,62,62,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2815,0,0,0,0,0,3949,0,0,0,'[UNUSED] Teresa Shore','Spirit Healer','',0,70,70,0,1868,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2872,0,0,0,0,0,5044,0,0,0,'[UNUSED] Whaldak Darbenk','Spider Trainer','',0,50,50,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2883,0,0,0,0,0,832,0,0,0,'[UNUSED] [PH] Monster Slayer Trainer','Monster Slayer Trainer','',0,8,12,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2885,0,0,0,0,0,832,0,0,0,'[UNUSED] [PH] Magic Skills Trainer','Magic Skills Trainer','',0,8,12,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2940,0,0,0,0,0,7914,0,0,0,'[UNUSED] Frank Ward','Bird Trainer','',0,50,50,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3070,0,0,0,0,0,2578,0,0,0,'[UNUSED] [PH] Mulgore Alchemy Trainer','Alchemist <Needs Model>','',0,11,11,0,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3071,0,0,0,0,0,2578,0,0,0,'[UNUSED] [PH] Mulgore Herbalism Trainer','Herbalist <Needs Model>','',0,10,10,0,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3082,0,0,0,0,0,3772,3773,0,0,'[UNUSED] Narache Guard','','',0,25,30,0,105,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3148,0,0,0,0,0,2576,0,0,0,'[UNUSED] Torc the Orc','Zeppelin Operator','',0,60,60,0,29,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,3,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(3176,0,0,0,0,0,1139,0,0,0,'[UNUSED] [PH] Durotar Engineering Trainer','Miner','',0,16,16,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3202,0,0,0,0,0,1261,0,0,0,'[UNUSED] Josh Test','NPCTEST','',0,35,35,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3299,0,0,0,0,0,1424,0,0,0,'[UNUSED] Antione LeMarca','Trade Supplies','',0,20,20,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3302,0,0,0,0,0,3889,0,0,0,'[UNUSED] Korl','Spirit Healer','',0,35,35,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3303,0,0,0,0,0,3893,0,0,0,'[UNUSED] Marna','Spirit Healer','',0,35,35,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3307,0,0,0,0,0,3888,0,0,0,'[UNUSED] Orgrun Blacktusk','Spirit Healer','',0,35,35,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3420,0,0,0,0,0,4318,0,0,0,'[UNUSED] Ancestral Watcher','','',0,15,15,0,83,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3427,0,0,0,0,0,2130,0,0,0,'[UNUSED] Kendur','','',0,15,16,0,104,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3440,0,0,0,0,0,2578,0,0,0,'[UNUSED] Ancestral Sage','','',0,18,18,0,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3525,0,0,0,0,0,428,0,0,0,'[UNUSED] Turtle Trainer','Turtle Trainer','',0,50,50,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3558,0,0,0,0,0,1196,0,0,0,'[UNUSED] Temp Poisoning Vendor Undead','Poison Supplies','',0,20,20,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(3565,0,0,0,0,0,1196,0,0,0,'[UNUSED] Temp Reagent Vendor Undead','Reagents','',0,20,20,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(3623,0,0,0,0,0,4297,0,0,0,'[UNUSED] Tursk','Crawler Trainer','',0,10,10,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3651,0,0,0,0,0,1226,0,0,0,'[UNUSED] Kolkar Observer','','',0,16,16,0,130,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3718,0,0,0,0,0,4973,0,0,0,'[UNUSED] Wrathtail Tide Princess','','',0,20,21,0,74,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3831,0,0,0,0,0,1921,0,0,0,'[UNUSED] Ancient Guardian','NEED MODEL','',0,23,23,0,79,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4045,0,0,0,0,0,18540,0,0,0,'JEFF CHOW TEST','No Clothes NPC','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4115,0,0,0,0,0,26,0,0,0,'[UNUSED] Gravelsnout Ambusher','<Needs Scale>','',0,1,1,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(4313,0,0,0,0,0,1905,0,0,0,'[UNUSED] [PH] Ambassador Saylaton Gravehoof','','',0,27,27,0,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4315,0,0,0,0,0,3556,0,0,0,'[UNUSED] Guthrin Gravehoof','','',0,26,26,0,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4318,0,0,0,0,0,2413,0,0,0,'[UNUSED] Delyka','Spirit Healer','',0,45,45,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4439,0,0,0,0,0,1963,0,0,0,'[UNUSED] Charlga\'s Bodyguard','','',0,34,34,0,152,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),(4579,0,0,0,0,0,2611,0,0,0,'[UNUSED] Alexander Lister','Cartography Trainer','',0,35,35,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4882,0,0,0,0,0,10704,0,0,0,'[UNUSED] Om\'kan','Spider Trainer','',0,41,41,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5050,0,0,0,0,0,2997,0,0,0,'[UNUSED] Rallus','Guild Tabard Designer','',0,35,35,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5051,0,0,0,0,0,3000,0,0,0,'[UNUSED] Frewa','Guild Tabard Designer','',0,25,25,0,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5098,0,0,0,0,0,3036,0,0,0,'[UNUSED] Guffren Boulderbeard','Spirit Healer','',0,45,45,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5131,0,0,0,0,0,3060,0,0,0,'[UNUSED] Kiren Tyrngaarde','Bread Vendor','',0,30,30,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5192,0,0,0,0,0,3132,0,0,0,'[UNUSED] Nils Stonebrow','Tabard Vendor','',9832,25,25,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5544,0,0,0,0,0,3372,0,0,0,'[UNUSED] Yuriv Adhem','','',0,20,20,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5604,0,0,0,0,0,2576,0,0,0,'[UNUSED] [PH] Orcish Barfly','','',0,1,1,0,83,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5678,0,0,0,0,0,2689,0,0,0,'[UNUSED] Deathstalker Vincent DEBUG','','',0,5,5,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5813,0,0,0,0,0,4352,0,0,0,'[UNUSED] Shikar','Light Armor Merchant','',0,30,30,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5818,0,0,0,0,0,4370,0,0,0,'[UNUSED] Tren\'Shan','Spirit Healer','',0,35,35,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5876,0,0,0,0,0,2576,0,0,0,'[UNUSED] Grumol','Far Watch Sparrer','',0,10,10,0,83,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5877,0,0,0,0,0,1139,0,0,0,'[UNUSED] Yar\'luk','Far Watch Sparrer','',0,10,10,0,83,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5904,0,0,0,0,0,4540,0,0,0,'[UNUSED] Hurll Kans','','',0,37,37,0,83,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6032,0,0,0,0,0,4311,0,0,0,'[UNUSED] Sharn','Spirit Healer','',0,45,45,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6046,0,0,0,0,0,4775,0,0,0,'[UNUSED] Gozwin Vilesprocket','','',0,10,10,0,64,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6067,0,0,0,0,0,4785,0,0,0,'[UNUSED] Meritt Herrion','','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6183,0,0,0,0,0,5167,0,0,0,'[UNUSED] Briton Kilras','','',0,30,30,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6769,0,0,0,0,0,2582,0,0,0,'[UNUSED] Ravenholdt Falconer','Assassin\'s League','',0,50,50,0,471,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6770,0,0,0,0,0,2582,0,0,0,'[UNUSED] Ravenholdt Houndmaster','Assassin\'s League','',0,50,50,0,471,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6783,0,0,0,0,0,2584,0,0,0,'[UNUSED] Lorek Belm','','',0,10,10,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8549,0,0,0,0,0,2582,0,0,0,'[UNUSED] Acolyte','Cult of the Damned','',0,57,58,0,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9557,0,0,0,0,0,3875,3764,0,0,'[UNUSED] dun garok test','','',0,50,50,0,88,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9577,0,0,0,0,0,842,0,0,0,'[UNUSED] Gorilla Test','','',0,25,25,0,72,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,9,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9617,0,0,0,0,0,8830,0,0,0,'[UNUSED] Eyan Mulcom','','',0,50,50,0,122,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9820,0,0,0,0,0,2589,0,0,0,'[UNUSED] [PH] Cheese Servant Floh','','',0,45,45,0,83,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10256,0,0,0,0,0,11801,0,0,0,'[UNUSED] World Weapon Master Trainer','Weapon Master','',0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10265,0,0,0,0,0,8310,0,0,0,'UNUSED [PH] Flamewreath Guard','','',0,58,59,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(10362,0,0,0,0,0,9766,0,0,0,'[UNUSED] Gethuxxuz','Thrown Weapon Trainer','',0,40,40,0,126,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10365,0,0,0,0,0,9767,0,0,0,'[UNUSED] Yillixa','Weapon Master','',0,40,40,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10368,0,0,0,0,0,9764,0,0,0,'[UNUSED] Dat\'xus','Staves Trainer','',0,40,40,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10401,0,0,0,0,0,2582,0,0,0,'[UNUSED] Thuzadin Shadow Lord','','',0,61,62,0,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10402,0,0,0,0,0,2582,0,0,0,'[UNUSED] Cannibal Wight','','',0,57,58,0,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),(10403,0,0,0,0,0,15297,0,0,0,'[UNUSED] Devouring Wight','','',0,58,59,0,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),(10404,38110,0,0,0,0,23137,0,0,0,'Pustulating Horror','','',0,80,80,2,21,0,1,1.28968,1,1,698,950,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,10404,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1994,11782,'SmartAI',0,1,1,50,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(10443,0,0,0,0,0,9807,0,0,0,'[UNUSED] Gustav Montague','Sword Trainer','',0,40,40,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10444,0,0,0,0,0,9808,0,0,0,'[UNUSED] Mallory Welsh','Polearm Trainer','',0,40,40,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10446,0,0,0,0,0,9809,0,0,0,'[UNUSED] Elliott Jacks','Crossbow Trainer','',0,40,40,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10448,0,0,0,0,0,9811,0,0,0,'[UNUSED] Rachael Vaccar','Sword Trainer','',0,40,40,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10450,0,0,0,0,0,9815,0,0,0,'[UNUSED] Paul Burges','Crossbow Trainer','',0,40,40,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10607,0,0,0,0,0,9944,0,0,0,'[UNUSED] Siralnaya','','',0,60,60,0,754,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10810,0,0,0,0,0,9014,0,0,0,'[UNUSED] Deathcaller Majestis','','',0,59,59,0,21,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,5,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11337,0,0,0,0,0,11182,11184,11183,11185,'[UNUSED] Hakkar Axe Thrower','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11341,0,0,0,0,0,7709,0,0,0,'[UNUSED] Hakkar Berserker','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11342,0,0,0,0,0,11237,11239,11238,11240,'[UNUSED] Hakkar Warrior','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11343,0,0,0,0,0,11233,11235,11234,11236,'[UNUSED] Hakkar Warlord','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11344,0,0,0,0,0,11193,11195,11194,11196,'[UNUSED] Hakkar Blood Drinker','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11345,0,0,0,0,0,11201,11203,11202,11204,'[UNUSED] Hakkar Headhunter','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11349,0,0,0,0,0,11113,11115,11114,11116,'[UNUSED] Gurubashi Hideskinner','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11354,0,0,0,0,0,11245,11247,11246,11236,'[UNUSED] Gurubashi Warlord','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11358,0,0,0,0,0,2702,0,0,0,'[UNUSED] Daughter of Hakkar','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11364,0,0,0,0,0,471,0,0,0,'[UNUSED] Zulian Tigress','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11366,0,0,0,0,0,11029,0,0,0,'[UNUSED] Zulian Matriarch','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11367,0,0,0,0,0,11455,0,0,0,'[UNUSED] Zulian Patriarch','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11369,0,0,0,0,0,11032,0,0,0,'[UNUSED] Hidden Bloodseeker','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11375,0,0,0,0,0,11034,0,0,0,'[UNUSED] Zath','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11376,0,0,0,0,0,11447,0,0,0,'[UNUSED] Lor\'khan','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11377,0,0,0,0,0,2702,0,0,0,'[UNUSED] Hak\'tharr the Mindhunter','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11379,0,0,0,0,0,14780,0,0,0,'[UNUSED] Nik\'reesh','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(11384,0,0,0,0,0,11294,0,0,0,'[UNUSED] Elder T\'kashra','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11385,0,0,0,0,0,2702,0,0,0,'[UNUSED] Mogwhi the Ruthless','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11386,0,0,0,0,0,2702,0,0,0,'[UNUSED] Janook the Bladefury','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11449,0,0,0,0,0,11573,0,0,0,'[UNUSED] Gordok Battle Mage','','',0,60,60,0,45,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11463,0,0,0,0,0,10621,0,0,0,'[UNUSED] Warpwood Scrabbler','','',0,60,60,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11468,0,0,0,0,0,11241,11242,11243,11244,'[UNUSED] Eldreth Lichling','','',0,59,60,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,22224,0,0,0,0,0,0,1,8388624,0,'',12340),(11478,0,0,0,0,0,14252,0,0,0,'[UNUSED] Mana Beast','','',0,60,60,0,834,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11481,0,0,0,0,0,1070,0,0,0,'[UNUSED] Arcane Terror','','',0,60,60,0,834,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11493,0,0,0,0,0,5561,0,0,0,'[UNUSED] Sentius','','',0,60,60,0,834,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11495,0,0,0,0,0,5234,0,0,0,'[UNUSED] Avidus','','',0,60,60,0,834,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11499,0,0,0,0,0,11565,0,0,0,'[UNUSED] Commander Gormaul','','',0,59,59,0,45,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),(11500,0,0,0,0,0,13129,0,0,0,'[UNUSED] Majordomo Bagrosh','','',0,60,60,0,45,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11599,22742,32013,37332,0,0,10285,0,0,0,'Irondeep Geomancer UNUSED','','',0,53,54,0,59,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11601,22740,32011,37330,0,0,10285,0,0,0,'Irondeep Cave Lurker UNUSED','','',0,52,53,0,59,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11660,0,0,0,0,0,12233,0,0,0,'[UNUSED] Molten Colossus','','',0,63,63,0,54,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,50,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(11670,0,0,0,0,0,12190,0,0,0,'[UNUSED] Flame Shrieker','','',0,62,62,0,54,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11959,0,0,0,0,0,15346,0,0,0,'[UNUSED] Obsidian Watcher','','',0,61,61,0,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12038,0,0,0,0,0,12052,0,0,0,'[UNUSED] Aerie Peak Cooking Supplies','Cooking Supplies','',0,55,55,0,694,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14201,0,0,0,0,0,14236,0,0,0,'[UNUSED] Sid Stuco','','',0,20,20,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14699,0,0,0,0,0,14365,0,0,0,'Spectral Soldier UNUSED','','',0,54,55,0,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14706,0,0,0,0,0,14706,0,0,0,'Skeletal Shocktrooper UNUSED','','',0,54,55,0,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14711,0,0,0,0,0,10487,0,0,0,'Plagued Eater UNUSED','','',0,57,59,0,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(15210,0,0,0,0,0,1204,0,0,0,'Vulculon UNUSED','Abyssal Council','',0,62,62,0,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15223,0,0,0,0,0,12002,0,0,0,'[PH] [UNUSED] Lord Inquisitor Opalezzix','Abyssal Council','',0,63,63,0,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15226,0,0,0,0,0,12153,0,0,0,'[UNUSED] Vekniss Builder','','',0,60,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15227,0,0,0,0,0,15333,0,0,0,'[UNUSED] Vekniss Hiveshaper','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15228,0,0,0,0,0,15333,0,0,0,'[UNUSED] Vekniss Wellborer','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15231,0,0,0,0,0,15334,0,0,0,'[UNUSED] Vekniss Patroller','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15232,0,0,0,0,0,15334,0,0,0,'[UNUSED] Vekniss Eradicator','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15234,0,0,0,0,0,14522,0,0,0,'[UNUSED] Vekniss Swarmer','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15237,0,0,0,0,0,15335,0,0,0,'[UNUSED] Vekniss Wrathstinger','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),(15238,0,0,0,0,0,15336,0,0,0,'[UNUSED] Vekniss Hive Reaver','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15239,0,0,0,0,0,15336,0,0,0,'[UNUSED] Vekniss Hive Lurker','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15243,0,0,0,0,0,15338,0,0,0,'[UNUSED] Vekniss Wasprider','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),(15244,0,0,0,0,0,15338,0,0,0,'[UNUSED] Vekniss Hive Raider','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15245,0,0,0,0,0,15338,0,0,0,'[UNUSED] Vekniss Waspguard','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15248,0,0,0,0,0,1064,0,0,0,'[UNUSED] Qiraji Soulbender','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15251,0,0,0,0,0,1063,0,0,0,'[UNUSED] Qiraji Slaymaster','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15253,0,0,0,0,0,1063,0,0,0,'[UNUSED] Qiraji Champion','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15254,0,0,0,0,0,15339,0,0,0,'[UNUSED] Qiraji Captain','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15255,0,0,0,0,0,15339,0,0,0,'[UNUSED] Qiraji Officer','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15256,0,0,0,0,0,15339,0,0,0,'[UNUSED] Qiraji Commander','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15257,0,0,0,0,0,15340,0,0,0,'[UNUSED] Qiraji Honor Guard','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15258,0,0,0,0,0,15340,0,0,0,'[UNUSED] Qiraji Praetor','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15259,0,0,0,0,0,15340,0,0,0,'[UNUSED] Qiraji Imperator','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15322,0,0,0,0,0,11099,0,0,0,'[UNUSED] Hive\'Zara Ambusher','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15326,0,0,0,0,0,12152,0,0,0,'[UNUSED] Hive\'Zara Swarmer','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15329,0,0,0,0,0,12152,0,0,0,'[UNUSED] Hive\'Zara Scout','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15330,0,0,0,0,0,15379,0,0,0,'[UNUSED] Sand Borer','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15331,0,0,0,0,0,15379,0,0,0,'[UNUSED] Dune Tunneler','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15332,0,0,0,0,0,13509,0,0,0,'[UNUSED] Crystal Feeder','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15337,0,0,0,0,0,15380,0,0,0,'[UNUSED] Sand Mold','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15342,0,0,0,0,0,11914,0,0,0,'[UNUSED] Sphinx','','',0,61,61,0,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15345,0,0,0,0,0,15354,0,0,0,'[UNUSED] Daughter of Hecate','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,203,1,0,0,'',12340),(15346,0,0,0,0,0,15338,0,0,0,'[UNUSED] Qiraji Wasprider','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15347,0,0,0,0,0,15338,0,0,0,'[UNUSED] Qiraji Wasplord','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15393,0,0,0,0,0,15340,0,0,0,'[UNUSED] Ruins Qiraji Gladiator Named 7','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15472,0,0,0,0,0,9595,0,0,0,'[UNUSED] Deep Ooze','','',0,62,62,0,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(15646,0,0,0,0,0,15589,0,0,0,'[Unused] Mana Leech','','',0,4,6,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16138,0,0,0,0,0,987,0,0,0,'[UNUSED] Scourge Invasion Guardian','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16140,0,0,0,0,0,16034,0,0,0,'[UNUSED] Necropolis Crystal, Buttress','','',0,60,60,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16188,0,0,0,0,0,169,0,0,0,'[UNUSED] Buttress Channeler','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16556,0,0,0,0,0,16264,0,0,0,'Orc Grunt UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,7.15717,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16557,0,0,0,0,0,16263,0,0,0,'Orc Warlock UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11.4515,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16560,0,0,0,0,0,16267,0,0,0,'Orc Necrolyte UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,8.58861,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16561,0,0,0,0,0,2352,0,0,0,'Orc Wolf UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,9.30432,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16562,0,0,0,0,0,16269,0,0,0,'Summoned Daemon UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11.4515,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16563,0,0,0,0,0,16270,0,0,0,'Warchief Blackhand UNUSED','','',0,73,73,1,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,14.3143,1,1,0,0,0,0,0,0,0,144,1,0,1,'',12340),(16567,0,0,0,0,0,16276,0,0,0,'Human Footman UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,7.15717,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16569,0,0,0,0,0,19783,0,0,0,'Human Charger UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,9.30432,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16570,0,0,0,0,0,110,0,0,0,'Crazed Water Spirit','','',0,75,76,2,834,0,1,1.28968,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,4,0,16570,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,38323,42107,0,0,0,0,0,1,0,0,'',12340),(16571,0,0,0,0,0,16278,0,0,0,'Human Cleric UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,8.58861,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16572,0,0,0,0,0,16280,0,0,0,'Human Conjurer UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11.4515,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16581,0,0,0,0,0,16293,0,0,0,'King Llane UNUSED','','',0,73,73,1,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,14.3143,1,1,0,0,0,0,0,0,0,144,1,0,1,'',12340),(17463,0,0,0,0,0,16581,0,0,0,'[UNUSED] Shadowmoon Firestarter','','',0,69,69,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17733,20172,0,0,0,0,9749,6633,7350,11091,'[UNUSED] Lykul Larva','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17813,0,0,0,0,0,7192,0,0,0,'[UNUSED] Lost Goblin [PH]','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17828,0,0,0,0,0,11410,0,0,0,'[UNUSED] Fnort','Swamplord Musel\'ek\'s Pet','',0,64,64,1,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17939,0,0,0,0,0,9134,0,0,0,'[UNUSED] Coilfang Watcher [PH]','','',0,70,70,0,74,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17965,0,0,0,0,0,169,20024,0,0,'Open Portal Target','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(17966,19896,0,0,0,0,8189,0,0,0,'[UNUSED] Summoned Bombling','','',0,62,62,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),(18329,0,0,0,0,0,17866,0,0,0,'[UNUSED] Sethekk Magelord','','',0,69,69,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18355,0,0,0,0,0,11078,0,0,0,'[UNUSED] Dusty Skeleton [PH]','','',0,64,64,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(18366,0,0,0,0,0,17702,0,0,0,'UNUSED Outland Wyvern Mount (Armored)','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(18367,0,0,0,0,0,146,0,0,0,'[UNUSED] Draenei Spirit [PH]','','',0,64,65,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(18699,0,0,0,0,0,17102,0,0,0,'Netherstorm Rare Chimaera UNUSED','','',0,68,68,1,14,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,15,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19711,21530,0,0,0,0,19254,0,0,0,'Mechanar Ripper (UNUSED)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19714,21529,0,0,0,0,19255,0,0,0,'Mechanar Pulverizer (UNUSED)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23183,0,0,0,0,0,18252,18262,18264,18263,'Tarren Mill Lookout (1)','',NULL,0,70,70,1,1748,0,1.2,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20051,0,0,0,0,0,17210,0,0,0,'UNUSED - Golem Crafter','','',0,71,71,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(22165,0,0,0,0,0,19061,0,0,0,'Infinite Chronomancer (1)','',NULL,0,70,70,1,1720,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,15230,33860,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(21219,0,0,0,0,0,20643,0,0,0,'Coilfang Warlock (UNUSED)','','',0,71,71,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,10.5,15,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(21223,0,0,0,0,0,5562,0,0,0,'Corrupted Rager','','',0,71,72,2,834,0,1,1.28968,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,4,0,21223,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(21378,0,0,0,0,0,20138,0,0,0,'[UNUSED]Test Nether Whelp','','',0,65,66,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20591,0,0,0,0,0,16584,0,0,0,'Shattered Hand Savage (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,13,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16523,16523,0,0,0,0,0,0,0,36054,30470,30485,0,0,0,0,0,0,0,2524,3306,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20590,0,0,0,0,0,16580,0,0,0,'Shattered Hand Reaver (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,16699,0,0,0,0,0,0,0,15496,30485,30471,0,0,0,0,0,0,0,2014,2640,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(21785,0,0,0,0,0,20469,0,0,0,'Underbog Quaker (UNUSED)','','',0,71,71,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,31.5,15,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(22740,0,0,0,0,0,10285,0,0,0,'Irondeep Cave Lurker UNUSED (1)','','',0,52,53,0,59,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22742,0,0,0,0,0,10285,0,0,0,'Irondeep Geomancer UNUSED (1)','','',0,53,54,0,59,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22852,0,0,0,0,0,10691,0,0,0,'[UNUSED] Dread Lord','Servant of Illidan','',0,72,72,1,1813,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,40,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22854,0,0,0,0,0,6173,0,0,0,'[UNUSED] Illidari Felstalker','Servant of Illidan','',0,71,71,1,1813,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,40,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22944,0,0,0,0,0,21150,0,0,0,'[UNUSED] Illidari Hound [PH]','','',0,70,71,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22961,0,0,0,0,0,15505,0,0,0,'[UNUSED] Harem Girl 3','','',0,72,72,1,1813,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23126,0,0,0,0,0,21254,21262,21263,0,'[UNUSED] Boss Teron Gorefiend (Mounted)','','',0,73,73,1,16,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1000,100,1,0,0,0,0,0,0,0,167,1,8388624,1,'',12340),(23238,0,0,0,0,0,21363,0,0,0,'[UNUSED] Mutant Commander [PH]','','',0,72,72,1,1813,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,40,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24324,0,0,0,0,0,1482,0,0,0,'Crash Test Creature','','',0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24560,25560,0,0,0,0,22596,0,0,0,'Priestess Delrissa','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,72,24560,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5516,6741,'',0,1,1,4.4,4,1,0,0,0,0,0,0,0,0,1,617560063,256,'boss_priestess_delrissa',12340),(24649,0,0,0,0,0,22552,0,0,0,'Broken Earth Elemental Totem','','',0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24650,0,0,0,0,0,14506,0,0,0,'Broken Earth Elemental','','',0,71,71,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24666,25554,0,0,0,0,15294,0,0,0,'Flame Strike Trigger (Kael - 5Man)','','',0,70,70,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,100,1,0,130,'',12340),(24689,25575,0,0,0,0,22843,0,0,0,'Wretched Bruiser','','',0,69,69,1,16,0,1,1.14286,1,1,245,346,0,298,0.6,2000,2000,1,32832,2048,0,0,0,0,0,0,206,302,43,7,8,24689,24689,0,0,0,0,0,0,0,44534,0,0,0,0,0,0,0,0,0,4159,5084,'SmartAI',0,1,1,2.5,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),(24692,25544,0,0,0,0,22588,0,0,0,'[UNUSED] Brightscale Serpent','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24693,25542,0,0,0,0,19529,0,0,0,'[UNUSED] Arcane Nightmare','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(24695,25559,0,0,0,0,22589,0,0,0,'[UNUSED] Nether Shade','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(24699,25561,0,0,0,0,2017,0,0,0,'[UNUSED] Sargeron Trickster','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24708,25543,0,0,0,0,11686,0,0,0,'Arcane Sphere','','',0,70,70,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33685504,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,76,1,0,130,'',12340),(24715,0,0,0,0,0,3886,0,0,0,'High Explosive Sheep','','',0,70,70,0,14,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,80,1,0,0,'npc_pet_gen_target_following_bomb',12340),(24745,0,0,0,0,0,17612,0,0,0,'Pure Energy','','',0,70,70,0,14,0,1.2,0.428571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,0.01,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),(24781,25557,0,0,0,0,169,11686,0,0,'Nether Energy','','',0,70,70,1,114,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,47,1,0,130,'',12340),(24808,25546,0,0,0,0,22646,0,0,0,'Broken Sentinel','','',0,70,70,2,16,0,2,1.42857,1,1,234,331,0,286,4.6,2000,2000,2,570721088,2048,0,0,0,0,0,0,198,295,33,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,2.9,5,1,0,0,0,0,0,0,0,151,1,8388624,2,'',12340),(24809,25558,0,0,0,0,169,11686,0,0,'Nether Energy Cube (Ground)','','',0,70,70,1,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,47,1,0,128,'',12340),(24850,0,0,0,0,0,23345,0,0,0,'Kalecgos','','',0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,70,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,2,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,332.5,500,1,0,0,0,0,0,0,0,169,1,650854271,2097153,'boss_kalecgos',12340),(24854,0,0,0,0,0,22671,0,0,0,'Sister of Torment Image','','',0,70,70,0,16,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33555202,2048,0,0,0,0,0,0,198,295,33,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24855,0,0,0,0,0,23466,0,0,0,'Kael\'thas Sunstrider Image','Lord of the Blood Elves','',0,72,72,2,16,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,270,401,53,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),(19892,0,0,0,0,0,17101,0,0,0,'Greater Bogstrok (1)','',NULL,0,70,70,1,16,0,2,1.14286,1,1,252,357,0,304,5.9,1318,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,17817,17817,0,0,0,0,0,0,0,35760,0,0,0,0,0,0,0,0,0,2500,3274,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,65553,0,'',12340),(24866,0,0,0,0,0,22709,0,0,0,'Lakoor','','',9030,70,70,0,1721,3,1,1,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24867,0,0,0,0,0,11686,0,0,0,'Halaa Enemy Combatant','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24881,0,0,0,0,0,22710,0,0,0,'Karrtog','','',9035,70,70,0,1651,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24882,0,0,0,0,0,22711,0,0,0,'Brutallus','','',0,73,73,1,1771,0,1,1.14286,1,3,316,450,0,320,60,1000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,3,108,24882,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2250000,2750000,'',0,1,1,968.8,1,1,0,0,0,0,0,0,0,224,1,650854271,2097153,'boss_brutallus',12340),(24885,0,0,0,0,0,22716,0,0,0,'Exorcist Sullivan','','',0,64,64,1,1733,2,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24886,0,0,0,0,0,22717,0,0,0,'Exorcist Vaisha','','',0,68,68,1,1735,2,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24891,0,0,0,0,0,23350,0,0,0,'Kalecgos','','',0,73,73,1,42,0,1,1.14286,1,3,313,448,0,302,10,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,2,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,136.5,50,1,0,0,0,0,0,0,0,169,1,650854271,2097152,'boss_kalec',12340),(24892,0,0,0,0,0,26628,0,0,0,'Sathrovarr the Corruptor','','',0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,70,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,3,108,24892,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2250000,2750000,'',0,1,1,332.5,500,1,0,0,0,0,0,0,0,169,1,650854271,2097152,'boss_sathrovarr',12340),(24893,0,0,0,0,0,169,15880,0,0,'Auchindoun Daily Quest Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24895,0,0,0,0,0,22965,0,0,0,'Madrigosa','','',0,73,73,1,42,0,2,2.3,1,3,313,448,0,302,35,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,2,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,70,1,1,0,0,0,0,0,0,0,222,1,0,1,'npc_madrigosa',12340),(24903,0,0,0,0,0,1130,11686,0,0,'BLB Bunny - Kickoff Target - to Team A','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24904,0,0,0,0,0,1130,11686,0,0,'BLB Bunny - Kickoff Target - to Team B','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24907,0,0,0,0,0,7093,0,0,0,'Kickoff Kicker','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24908,0,0,0,0,0,1130,11686,0,0,'BLB Bunny - Center Field','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24916,0,0,0,0,0,24810,0,0,0,'Living Flare','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24917,0,0,0,0,0,20476,0,0,0,'Phase Wyrm','','',0,70,71,1,14,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24918,0,0,0,0,0,22979,0,0,0,'Felblood Initiate','','',0,70,70,1,1793,0,0.888888,0.99206,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,24918,24918,0,0,0,0,0,0,0,29098,14873,35871,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24919,0,0,0,0,0,18448,0,0,0,'Wrath Herald','','',0,69,70,1,90,0,1,1.14286,1,0,234,331,0,286,1,1500,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,24919,24919,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1250,1500,'',0,1,1,1,1,1,0,34259,0,0,0,0,0,0,1,0,0,'',12340),(24920,0,0,0,0,0,22734,0,0,0,'Razorthorn Flayer','','',0,71,72,1,1873,0,1,0.99206,1,0,307,438,0,314,1,1500,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,24920,0,0,0,0,0,0,0,0,33896,46202,13443,0,0,0,0,0,0,0,1210,1822,'',1,1,1,1,1,1,0,34255,0,0,0,0,0,0,1,0,0,'',12340),(24921,0,0,0,0,0,16480,21072,0,0,'Cosmetic Trigger - LAB','','',0,70,70,0,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(24922,0,0,0,0,0,16631,0,0,0,'Razorthorn Ravager','','',0,70,70,1,16,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,31,0,0,0,0,215,320,44,1,0,24922,0,70064,0,0,0,0,0,0,44935,33781,46276,13443,0,0,0,0,13027,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24923,0,0,0,0,0,22735,22737,22736,22738,'Shattered Sun Channeler','','',0,66,66,0,1956,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24928,0,0,0,0,0,1126,11686,0,0,'Sunwell Daily Bunny x 1.00','','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24932,0,0,0,0,0,22747,0,0,0,'Exarch Nasuun','','',9046,70,70,1,1956,3,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24933,0,0,0,0,0,20919,0,0,0,'Suspended Terrorguard','','',0,70,70,1,190,0,0.4,1.38889,1,0,234,331,0,286,1,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,43,1,0,0,'',12340),(24936,0,0,0,0,0,19725,13069,0,0,'Sunwell Daily Bunny x 0.01','','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24937,0,0,0,0,0,18905,0,0,0,'Magistrix Seyla','','',9051,70,70,1,1956,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24939,0,0,0,0,0,22757,0,0,0,'Shattered Sun Marksman - BE Male Tier 2','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24940,0,0,0,0,0,22758,0,0,0,'Shattered Sun Marksman - BE Male Tier 3','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24941,0,0,0,0,0,22759,0,0,0,'Shattered Sun Marksman - BE Male Tier 4','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24942,0,0,0,0,0,22754,0,0,0,'Shattered Sun Marksman - BE Female Tier 1','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24943,0,0,0,0,0,22760,0,0,0,'Shattered Sun Marksman - BE Female Tier 2','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24944,0,0,0,0,0,22761,0,0,0,'Shattered Sun Marksman - BE Female Tier 3','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24945,0,0,0,0,0,22762,0,0,0,'Shattered Sun Marksman - BE Female Tier 4','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24946,0,0,0,0,0,22753,0,0,0,'Shattered Sun Marksman - Draenei Male Tier 1','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24947,0,0,0,0,0,22763,0,0,0,'Shattered Sun Marksman - Draenei Male Tier 2','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24948,0,0,0,0,0,22764,0,0,0,'Shattered Sun Marksman - Draenei Male Tier 3','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24949,0,0,0,0,0,22765,0,0,0,'Shattered Sun Marksman - Draenei Male Tier 4','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24950,0,0,0,0,0,22755,0,0,0,'Shattered Sun Marksman - Draenei Female Tier 1','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24951,0,0,0,0,0,22766,0,0,0,'Shattered Sun Marksman - Draenei Female Tier 2','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24952,0,0,0,0,0,22767,0,0,0,'Shattered Sun Marksman - Draenei Female Tier 3','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24953,0,0,0,0,0,22768,0,0,0,'Shattered Sun Marksman - Draenei Female Tier 4','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24955,0,0,0,0,0,22843,0,0,0,'Emaciated Felblood','','',0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24955,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1251,1503,'',0,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(24958,0,0,0,0,0,24811,0,0,0,'Unstable Living Flare','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24959,0,0,0,0,0,16480,21072,0,0,'Generic Quest Trigger - LAB','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24961,0,0,0,0,0,9510,0,0,0,'Sanctum Rift','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24962,0,0,0,0,0,19439,19440,19441,19442,'Slain Guard','','',0,70,70,1,1701,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24963,0,0,0,0,0,22752,0,0,0,'Shattered Sun Marksman - BE Male Tier 1','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24964,0,0,0,0,0,18018,18019,18016,18017,'Shattered Sun Scout','','',0,63,66,1,1956,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24975,0,0,0,0,0,22781,0,0,0,'Mar\'nah','Alchemist','',9050,70,70,1,1960,131,1,1.14286,1,0,252,357,0,304,1,2000,2500,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24980,0,0,0,0,0,16480,20559,0,0,'Crystal Ward','','',0,70,70,1,114,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(24981,0,0,0,0,0,23431,0,0,0,'Converted Sentry','','',0,70,70,1,1957,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(24991,0,0,0,0,0,16480,20559,0,0,'Converted Sentry Credit','','',0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25000,0,0,0,0,0,18139,0,0,0,'Abyss Creature','','',0,70,71,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(25004,0,0,0,0,0,22812,0,0,0,'Emissary of Despair','','',0,70,70,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25005,0,0,0,0,0,22811,0,0,0,'Emissary of Dread','','',0,71,71,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25008,0,0,0,25068,0,22810,0,0,0,'Abyssal Flamewalker (Display)','','',0,70,71,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(25035,0,0,0,0,0,22834,0,0,0,'Tyrael Flamekissed','General Goods','',0,70,70,1,1960,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25036,0,0,0,0,0,22835,0,0,0,'Caregiver Inaara','Innkeeper','',7497,70,70,1,1960,65665,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(25037,0,0,0,0,0,22836,0,0,0,'Seraphina Bloodheart','Stable Master','',9821,70,70,1,1960,4194305,1,1.14286,1,0,234,331,0,286,1,2000,1573,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(25038,0,0,0,0,0,22838,0,0,0,'Felmyst','','',0,73,73,1,14,0,2,2,1,3,313,448,0,302,70,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,6,108,25038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2250000,2750000,'',0,5,1,807.8,1,1,0,0,0,0,0,0,0,222,1,650854271,2097409,'boss_felmyst',12340),(25039,0,0,0,0,0,22837,0,0,0,'Kaalif','Reagent Vendor','',0,70,70,1,1960,2176,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25041,0,0,0,0,0,22838,0,0,0,'Felmyst Visual','','',0,70,70,1,14,0,1,1.14286,1,3,252,357,0,304,35,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,100,1,1,0,0,0,0,0,0,0,222,1,8388624,1,'',12340),(25042,0,0,0,0,0,16480,19595,0,0,'Magisters\' Terrace - Scryer Quest Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25043,0,0,0,0,0,22839,0,0,0,'Sereth Duskbringer','Poison Supplier','',0,70,70,1,1960,129,1,1.14286,1,0,234,331,0,286,1,2000,1573,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25044,0,0,0,0,0,22840,0,0,0,'Dragonhawk (Bombing Run)','','',0,40,40,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25045,0,0,0,0,0,15593,0,0,0,'Sentinel','Seraphina\'s Pet','',0,70,70,1,1960,0,1,0.99206,1,0,252,357,0,304,1,2000,1573,1,0,2048,0,2,0,0,0,0,215,320,44,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25046,0,0,0,0,0,22842,0,0,0,'Smith Hauthaa','Weapons & Armorsmith','',9087,70,70,1,1960,4227,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25064,0,0,0,0,0,28417,0,0,0,'Dragonhawk Mount (Black)','','',0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25065,0,0,0,0,0,16480,17612,0,0,'Emissary of Hate Credit','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25066,0,0,0,0,0,16480,17612,0,0,'Emissary of Dread Credit','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25067,0,0,0,0,0,16480,17612,0,0,'Emissary of Despair Credit','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25068,0,0,0,0,0,16480,17612,0,0,'Burning Legion Demon','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25069,0,0,0,0,0,22861,0,0,0,'Magister Ilastar','','',9127,70,70,1,1960,3,1,1.14286,1,0,252,357,0,304,1,2000,2500,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25085,0,0,0,0,0,369,0,0,0,'Freed Greengill Slave','','',0,60,60,1,1966,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,25084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.33,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25086,0,0,0,0,0,11686,0,0,0,'Freed Greengill Slave Kill Credit','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25087,0,0,0,0,0,22792,22793,22794,22795,'Dawnblade Reservist','','',0,70,70,1,16,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,8,24976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1180,1443,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25088,0,0,0,0,0,22904,0,0,0,'Captain Valindria','','',9088,70,70,1,1960,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25090,0,0,0,0,0,16480,21072,0,0,'Sin\'Loren Credit','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25091,0,0,0,0,0,16480,21072,0,0,'Bloodoath Credit','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25092,0,0,0,0,0,16480,21072,0,0,'Dawnchaser Credit','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25108,0,0,0,0,0,22852,0,0,0,'Vindicator Kaalan','','',9111,70,70,0,1960,3,1,1.14286,1,0,234,331,0,286,1,1500,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25112,0,0,0,0,0,22971,0,0,0,'Anchorite Ayuri','','',9115,70,70,1,1960,3,1,1.14286,1,0,252,357,0,304,1,2000,2500,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25114,0,0,0,0,0,1126,11686,0,0,'Hauthaa\'s Anvil Bunny','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25116,0,0,0,0,0,22907,0,0,0,'Shattered Sun Warrior - BE Female Tier 1','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25117,0,0,0,0,0,22908,0,0,0,'Shattered Sun Warrior - BE Female Tier 2','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25118,0,0,0,0,0,22909,0,0,0,'Shattered Sun Warrior - BE Female Tier 3','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25119,0,0,0,0,0,22910,0,0,0,'Shattered Sun Warrior - BE Female Tier 4','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25120,0,0,0,0,0,22911,0,0,0,'Shattered Sun Warrior - BE Male Tier 1','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25121,0,0,0,0,0,22912,0,0,0,'Shattered Sun Warrior - BE Male Tier 2','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25122,0,0,0,0,0,22913,0,0,0,'Shattered Sun Warrior - BE Male Tier 3','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25123,0,0,0,0,0,22914,0,0,0,'Shattered Sun Warrior - BE Male Tier 4','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25124,0,0,0,0,0,22915,0,0,0,'Shattered Sun Warrior - Draenei Female Tier 1','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25125,0,0,0,0,0,22916,0,0,0,'Shattered Sun Warrior - Draenei Female Tier 2','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25126,0,0,0,0,0,22917,0,0,0,'Shattered Sun Warrior - Draenei Female Tier 3','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25127,0,0,0,0,0,22918,0,0,0,'Shattered Sun Warrior - Draenei Female Tier 4','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25128,0,0,0,0,0,22919,0,0,0,'Shattered Sun Warrior - Draenei Male Tier 1','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25129,0,0,0,0,0,22920,0,0,0,'Shattered Sun Warrior - Draenei Male Tier 2','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25130,0,0,0,0,0,22921,0,0,0,'Shattered Sun Warrior - Draenei Male Tier 3','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25131,0,0,0,0,0,22922,0,0,0,'Shattered Sun Warrior - Draenei Male Tier 4','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25133,0,0,0,0,0,22923,0,0,0,'Astromancer Darnarian','','',0,70,70,1,1960,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25135,0,0,0,0,0,22926,22935,22936,22937,'Shattered Sun Trainee','','',0,68,70,1,1956,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25136,0,0,0,0,0,22925,22942,22943,22944,'Shattered Sun Trainee','','',0,68,70,1,1956,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25137,0,0,0,0,0,22927,22939,22940,22941,'Shattered Sun Trainee','','',0,68,70,1,1956,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25154,0,0,0,0,0,16480,19595,0,0,'Sunwell - Quest Bunny - Shrine','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25156,0,0,0,0,0,16480,19595,0,0,'Sunwell - Quest Bunny - Portal','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25157,0,0,0,0,0,16480,19595,0,0,'Sunwell - Quest Bunny - Sunwell','','',0,60,60,1,35,0,1.1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25163,0,0,0,0,0,22972,0,0,0,'Anchorite Kairthos','','',0,70,70,1,1960,2,2.4,1.14286,1,0,234,331,0,286,1,2000,2500,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,54,1,0,0,'',12340),(25165,0,0,0,0,0,23177,0,0,0,'Lady Sacrolash','','',0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,70,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,3,108,25165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2250000,2750000,'',0,1,1,332.5,500,1,0,0,0,0,0,0,0,169,1,650854271,2097153,'boss_sacrolash',12340),(25166,0,0,0,0,0,23334,0,0,0,'Grand Warlock Alythess','','',0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,70,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,3,108,25166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2250000,2750000,'',0,1,1,332.5,500,1,0,0,0,0,0,0,0,169,1,650854271,2097153,'boss_alythess',12340),(25172,0,0,0,0,0,1126,17188,0,0,'Archmage Invisible Target','','',0,1,1,0,1956,0,1,1.14286,1,1,2,3,0,10,7.5,2000,2000,8,33559296,2048,0,0,0,0,0,0,1,2,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25174,0,0,0,0,0,22981,0,0,0,'K\'iru','','',0,72,72,1,1775,0,1,1.42857,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25192,0,0,0,0,0,19725,13069,0,0,'Bridge Marksman Target Bunny','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25213,0,0,0,0,0,5187,11686,0,0,'Chess Chest Bunny','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25214,0,0,0,0,0,23178,0,0,0,'Shadow Image','','',0,70,70,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.043,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(25218,0,0,0,0,0,22993,0,0,0,'[PH] Torch Target','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25223,0,0,0,0,0,22994,0,0,0,'Lord Solanar Bloodwrath','','',0,70,70,1,1604,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25225,0,0,0,0,0,3019,0,0,0,'Practice Dummy','','',0,25,25,0,1703,0,1,1,1,0,35,48,0,86,1,2000,2000,1,256,2048,0,0,0,0,0,0,24,36,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(25236,0,0,0,0,0,19259,0,0,0,'Unrestrained Dragonhawk','','',9143,70,70,1,35,1,1.1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,0,2048,0,30,0,0,0,0,198,295,33,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,2,1,1,0,0,0,0,0,0,0,215,1,0,0,'',12340),(25246,0,0,0,0,0,23020,0,0,0,'Lady Liadrin','Blood Knight Matriarch','',0,80,80,2,1602,0,1,1.14286,1,3,417,582,0,608,35,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,200,10,1,0,0,0,0,0,0,0,199,1,0,1,'',12340),(25265,0,0,0,0,0,1126,11686,0,0,'Demonic Vapor','','',0,73,73,0,14,0,0.8,0.8,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,106,1,0,130,'npc_demonic_vapor',12340),(25267,0,0,0,0,0,1126,11686,0,0,'Demonic Vapor (Trail)','','',0,73,73,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,84,1,0,130,'npc_demonic_vapor_trail',12340),(25268,0,0,0,0,0,17970,17990,0,0,'Unyielding Dead','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25303,0,0,0,0,0,11686,0,0,0,'Ribbon Pole Fire Spiral Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25305,0,0,0,0,0,23523,0,0,0,'Dancing Flames','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_dancing_flames',12340),(25315,0,0,0,0,0,23200,0,0,0,'Kil\'jaeden','The Deceiver','',0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,80,2000,2000,2,4,2048,0,0,0,0,0,0,276,411,44,3,108,25315,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2250000,2750000,'',0,4,1,1540,500,1,0,0,0,0,0,0,0,169,1,650854271,2097153,'boss_kiljaeden',12340),(25319,0,0,0,0,0,23345,0,0,0,'Kalecgos','','',9419,73,73,1,35,1,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,33554432,2048,0,0,0,0,0,0,276,411,44,2,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,297.5,500,1,0,0,0,0,0,0,0,169,1,0,1,'npc_kalecgos_kj',12340),(25324,0,0,0,0,0,23114,11686,0,0,'Earthen Ring Guide','','',0,1,1,0,1727,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,197,1,0,0,'',12340),(25325,0,0,0,0,0,23114,0,0,0,'Earthen Ring Guide Wolf Form','','',0,10,10,0,1727,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25344,0,0,0,0,0,23128,0,0,0,'Seer Cragh Grimtusk','The Earthen Ring','',0,60,60,0,1727,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25345,0,0,0,0,0,23129,23130,23688,23689,'Earthen Ring Horde Disguise','The Earthen Ring','',0,40,50,0,1727,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25346,0,0,0,0,0,23133,0,0,0,'Twilight Spy Viktor','Twilight\'s Hammer','',0,60,60,0,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25347,0,0,0,0,0,18836,0,0,0,'Vision of Nobundo','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),(25348,0,0,0,0,0,23134,0,0,0,'Vision of Thrall','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),(25354,0,0,0,0,0,19021,0,0,0,'Mutate Fleshlasher','','',0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,8,0,0,0,0,0,0,0,0,0,34351,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25357,0,0,0,0,0,18783,16925,0,0,'Felmyst Flight Target - Left','','',0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25358,0,0,0,0,0,18783,16925,0,0,'Felmyst Flight Target - Right','','',0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25360,0,0,0,0,0,23131,23132,23687,0,'Earthen Ring Alliance Disguise','The Earthen Ring','',0,40,50,0,1727,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25363,0,0,0,0,0,23153,23536,23537,23538,'Sunblade Cabalist','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,20,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,10,1,0,0,0,0,0,0,0,144,1,131072,0,'',12340),(25367,0,0,0,0,0,23154,23539,23540,23541,'Sunblade Arch Mage','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,20,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,144,1,2048,0,'',12340),(25368,0,0,0,0,0,23529,23530,23531,23532,'Sunblade Slayer','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,144,1,2048,0,'',12340),(25369,0,0,0,0,0,23156,23526,23527,23528,'Sunblade Vindicator','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25370,0,0,0,0,0,23158,23545,23546,23547,'Sunblade Dusk Priest','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,20,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,10,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25371,0,0,0,0,0,23159,23542,23543,23544,'Sunblade Dawn Priest','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,20,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,10,1,0,0,0,0,0,0,0,144,1,2048,0,'',12340),(25372,0,0,0,0,0,23161,23533,23534,23535,'Sunblade Scout','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,2.1,5,1,0,0,0,0,0,0,0,144,1,80428891,0,'',12340),(25373,0,0,0,0,0,23476,0,0,0,'Shadowsword Soulbinder','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),(25483,0,0,0,0,0,23478,0,0,0,'Shadowsword Manafiend','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,9.5,1,0,0,0,0,0,0,0,218,1,0,0,'',12340),(25484,0,0,0,0,0,23474,0,0,0,'Shadowsword Assassin','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,219,1,0,0,'',12340),(25485,0,0,0,0,0,23475,0,0,0,'Shadowsword Deathbringer','','',0,71,71,1,14,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(25486,0,0,0,0,0,23479,0,0,0,'Shadowsword Vanquisher','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),(25491,0,0,0,0,0,21405,0,0,0,'Boss Whisperer','','',0,1,1,0,1782,0,1,1.14286,1,1,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25499,0,0,0,0,0,16004,0,0,0,'PattyMacks Dummy','','',0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25500,0,0,0,0,0,24140,0,0,0,'PattyMacks Flying Dummy','','',0,30,30,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25502,0,0,0,0,0,18996,0,0,0,'Shield Orb','','',0,70,70,1,14,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,2.002,1,1,0,0,0,0,0,0,0,84,1,650854271,2097152,'',12340),(25506,0,0,0,0,0,23477,0,0,0,'Shadowsword Lifeshaper','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,218,1,0,0,'',12340),(25507,0,0,0,0,0,23240,0,0,0,'Sunblade Protector','','',0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,20,1500,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,9,72,25595,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,52.5,10,1,0,0,0,0,0,0,0,151,1,18432,0,'',12340),(25508,0,0,0,0,0,17205,0,0,0,'Shadowsword Guardian','','',0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,9,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,70,1,1,0,0,0,0,0,0,0,151,1,16384,0,'',12340),(25509,0,0,0,0,0,21455,0,0,0,'Priestess of Torment','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(25515,0,0,0,0,0,16431,0,0,0,'[PH] Festival Fire Juggler','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25518,0,0,0,0,0,23306,0,0,0,'Ground Flower','','',0,1,1,0,188,0,2.4,1.71429,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(25535,0,0,0,0,0,21955,17612,0,0,'[DNT] Torch Tossing Target Bunny','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_midsummer_torch_target',12340),(25536,0,0,0,0,0,21955,11686,0,0,'[DNT] Torch Tossing Target Bunny Controller','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25537,25683,25704,0,25537,0,23495,0,0,0,'Craig\'s Test Human A','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25538,0,0,0,0,0,22831,0,0,0,'(PH) Shattered Sun Badge Vendor','','',0,70,70,1,1956,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25539,0,0,0,0,0,22831,0,0,0,'(PH) Shattered Sun Raid Loot Conversion','','',0,70,70,1,1956,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25540,0,0,0,0,0,22831,0,0,0,'(PH) Shattered Sun Raid Loot','','',0,70,70,1,1956,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19891,0,0,0,0,0,18397,0,0,0,'Coilfang Technician (1)','',NULL,0,71,71,1,74,0,1.48,1.14286,1,1,296,424,0,290,5.9,1333,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,0,17940,17940,0,0,0,0,0,0,0,3976,27085,30798,0,0,0,0,0,0,0,2078,2724,'',1,3,1,3.915,10,1,0,0,0,0,0,0,0,0,1,67243976,0,'',12340),(19890,0,0,0,0,0,18395,0,0,0,'Coilfang Soothsayer (1)','',NULL,0,70,70,1,74,0,1.48,1.14286,1,1,248,363,0,135,5.9,1318,2000,8,32832,2048,0,0,0,0,0,0,233,347,28,7,0,17960,17960,0,0,0,0,0,0,0,15791,31555,15791,0,0,0,0,0,0,0,1904,2498,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19889,0,0,0,0,0,18393,0,0,0,'Coilfang Slavehandler (1)','',NULL,0,71,71,1,74,0,1.48,1.14286,1,1,299,426,0,308,5.9,1332,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17959,17959,0,0,0,0,0,0,0,9080,16172,0,0,0,0,0,0,0,0,2670,3496,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(19888,0,0,0,0,0,18390,0,0,0,'Coilfang Observer (1)','',NULL,0,70,70,1,74,0,1.48,1.14286,1,1,234,331,0,286,5.9,1318,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,17938,17938,0,0,0,0,0,0,0,37666,37668,0,0,0,0,0,0,0,0,2074,2720,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19887,0,0,0,0,0,18386,0,0,0,'Coilfang Enchantress (1)','',NULL,0,70,70,1,74,0,1.48,1.14286,1,1,234,331,0,286,5.9,1318,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,17961,17961,0,0,0,0,0,0,0,32173,37664,37665,0,0,0,0,0,0,0,2074,2720,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(19886,0,0,0,0,0,18387,0,0,0,'Coilfang Defender (1)','',NULL,0,71,71,1,74,0,1.48,1.14286,1,1,299,426,0,308,5.9,1333,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17958,17958,0,0,0,0,0,0,0,15655,31554,0,0,0,0,0,0,0,0,2588,3390,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,536938579,0,'',12340),(19885,0,0,0,0,0,18384,0,0,0,'Coilfang Champion (1)','',NULL,0,71,71,1,74,0,1.48,1.14286,1,1,299,426,0,308,5.9,1333,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17957,17957,0,0,0,0,0,0,0,15284,16145,5246,0,0,0,0,0,0,0,2588,3390,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(19884,0,0,0,0,0,17106,0,0,0,'Bogstrok (1)','',NULL,0,70,70,1,16,0,2,1.14286,1,1,252,357,0,304,5.9,1318,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,17816,17816,0,0,0,0,0,0,0,31551,0,0,0,0,0,0,0,0,0,2500,3274,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,65553,0,'',12340),(18621,0,0,0,0,0,18369,0,0,0,'The Maker (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,5.9,1318,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,8,18621,17381,0,0,0,0,0,0,0,30925,30923,0,0,0,0,0,0,0,0,8704,11378,'',1,3,1,14,2,1,0,23894,0,0,0,0,0,144,1,617299803,1,'',12340),(18620,0,0,0,0,0,17137,0,0,0,'Shadowmoon Channeler (1)','',NULL,0,71,71,0,16,0,1.48,1.14286,1,1,255,373,0,137,5.9,2000,2000,8,64,2048,0,0,0,0,0,0,240,358,31,7,32,17370,0,0,0,0,0,0,0,0,30937,12739,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18619,0,0,0,0,0,17137,0,0,0,'Shadowmoon Warlock (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,248,363,0,135,5.9,1317,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,17370,17371,0,0,0,0,0,0,0,32197,13338,33111,12739,0,0,0,0,0,0,1902,2492,'',1,3,1,3.915,1,1,0,23894,0,0,0,0,0,0,1,1,0,'',12340),(18618,0,0,0,0,0,17147,0,0,0,'Shadowmoon Technician (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,248,363,0,135,5.9,1317,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,17370,0,0,0,0,0,0,0,0,6726,40062,30846,0,0,0,0,0,0,0,1816,2382,'',1,3,1,3.915,1,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),(18617,0,0,0,0,0,17145,0,0,0,'Shadowmoon Summoner (1)','',NULL,0,69,70,1,16,0,1.48,1.14286,1,1,248,363,0,135,5.9,1304,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,17370,17395,0,0,0,0,0,0,0,15242,16102,0,0,0,0,0,0,0,0,1902,2492,'',1,3,1,3.915,3,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),(18616,0,0,0,0,0,11686,0,0,0,'Shadowmoon Summon Visual (1)','',NULL,0,70,70,1,1375,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.8225,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18615,0,0,0,0,0,17148,0,0,0,'Shadowmoon Adept (1)','',NULL,0,69,70,1,16,0,1.48,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,17370,17397,0,0,0,0,0,0,0,11978,3391,0,0,0,0,0,0,0,0,2072,2714,'',1,3,1,3.915,1,1,0,23894,0,0,0,0,0,0,1,1,0,'',12340),(18614,0,0,0,0,0,10923,0,0,0,'Seductress (1)','',NULL,0,71,71,1,16,0,1.125,1.14286,1,0,296,424,0,290,5.9,1304,2000,2,0,2048,0,0,0,0,0,0,260,387,37,3,0,17370,0,0,0,0,0,0,90,0,32202,31865,0,0,0,0,0,0,9613,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18613,0,0,0,0,0,17167,0,0,0,'Orc Captive (1)','',NULL,0,68,70,1,1652,0,1.125,1.14286,1,0,248,363,0,135,1,1289,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18612,0,0,0,0,0,16332,0,0,0,'Nascent Fel Orc (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1317,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,17370,17398,0,0,0,0,0,0,0,22427,31900,0,0,0,0,0,0,0,0,1202,1580,'',1,3,1,3.6,1,1,0,23894,0,0,0,0,0,0,1,1,0,'',12340),(18611,0,0,0,0,0,17152,0,0,0,'Laughing Skull Warden (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1318,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,17370,0,0,0,0,0,0,0,0,30833,0,0,0,0,0,0,0,0,0,3520,4606,'',1,3,1,5.5,1,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),(18610,0,0,0,0,0,17151,0,0,0,'Laughing Skull Rogue (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1304,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,17370,17491,0,0,0,0,0,0,0,30832,34969,6434,30991,0,0,0,0,0,0,1306,1716,'',1,3,1,1.9575,1,1,0,23894,0,0,0,0,0,0,1,1,0,'',12340),(18609,0,0,0,0,0,17150,0,0,0,'Laughing Skull Legionnaire (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1304,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,17370,17624,0,0,0,0,0,0,0,8599,10966,0,0,0,0,0,0,0,0,2496,3270,'',1,3,1,3.915,1,1,0,23894,0,0,0,0,0,0,1,1,0,'',12340),(18608,0,0,0,0,0,17149,0,0,0,'Laughing Skull Enforcer (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,17370,17370,0,0,0,0,0,0,0,15655,14516,0,0,0,0,0,0,0,0,2496,3270,'',1,3,1,3.915,1,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),(18607,0,0,0,0,0,17153,0,0,0,'Keli\'dan the Breaker (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,263,384,0,140,5.9,1333,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,18607,17377,0,0,0,0,0,0,0,30940,30938,33775,17228,0,0,0,0,0,0,8708,11382,'',1,3,1,20,1,1,0,33814,23894,0,0,0,0,0,1,0,1,'',12340),(18606,0,0,0,0,0,16888,16891,0,0,'Hellfire Imp (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,5.9,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,3,8,17370,0,0,0,0,0,0,0,0,16144,15242,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18605,0,0,0,0,0,1913,0,0,0,'Felhound Manastalker (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,1,1304,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,17401,0,70162,0,0,0,0,0,0,13321,30849,0,0,0,0,0,0,9612,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18604,0,0,0,0,0,18287,0,0,0,'Felguard Annihilator (1)','',NULL,0,71,71,1,90,0,1.48,1.14286,1.25,1,299,426,0,308,13,1318,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,17400,0,0,0,0,0,0,0,0,15615,18072,0,0,0,0,0,0,0,0,2670,3496,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(18603,0,0,0,0,0,16332,0,0,0,'Fel Orc Neophyte (1)','',NULL,0,71,71,1,14,0,1.48,1.14286,1,1,299,426,0,308,5.9,1318,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,17370,0,0,0,0,0,0,0,0,22120,8269,0,0,0,0,0,0,0,0,1820,2386,'',1,3,1,2.7,1,1,0,23894,0,0,0,0,0,0,1,1,0,'',12340),(18602,0,0,0,0,0,11686,0,0,0,'Broggok Poison Cloud (1)','',NULL,0,60,60,1,14,0,1.125,1.14286,1,0,181,253,0,268,1,2000,2000,1,33947648,2048,0,0,0,0,0,0,147,219,32,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,60,1,0,128,'',12340),(18601,0,0,0,0,0,19372,0,0,0,'Broggok (1)','',NULL,0,72,72,1,45,1,1.48,1.14286,1,1,263,384,0,140,5.9,2000,2000,8,834,2048,0,0,0,0,0,0,247,369,34,3,0,18601,0,0,0,0,0,0,0,0,30917,30916,30913,0,0,0,0,0,0,0,7178,9384,'',1,3,1,16,3,1,0,0,0,0,0,0,0,121,1,617299803,1,'',12340),(18436,0,0,0,0,0,18236,0,0,0,'Watchkeeper Gargolmar (1)','',NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,16,1200,2000,1,64,2048,0,0,0,0,0,0,270,401,53,7,0,18436,17306,0,0,0,0,0,0,0,32154,22857,34645,36814,0,0,0,0,0,0,8704,11378,'',0,3,1,14,1,1,0,23881,0,0,0,0,0,144,1,650854271,2097153,'',12340),(18435,0,0,0,0,0,18944,0,0,0,'Vazruden the Herald (1)','',NULL,0,72,72,1,40,0,4,2.5,1,1,307,438,0,314,5.9,2000,2000,1,2,2048,0,0,0,0,0,0,270,401,53,2,0,0,0,0,0,0,0,0,0,0,36921,33793,39427,0,0,0,0,0,0,0,0,0,'',0,4,1,12,1,1,0,33833,23901,0,0,0,0,216,1,0,0,'',12340),(18434,0,0,0,0,0,18407,0,0,0,'Vazruden (1)','',NULL,0,72,72,1,1662,0,1,1.42857,1,1,307,438,0,314,16,1300,2000,1,64,2048,0,0,0,0,0,0,270,401,53,7,8,17537,0,0,0,0,0,0,0,0,40392,0,0,0,0,0,0,0,0,0,5730,7492,'',1,3,1,8.5,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),(18433,0,0,0,0,0,18237,0,0,0,'Omor the Unscarred (1)','',NULL,0,72,72,1,90,0,2,1.42857,1,1,304,436,0,296,16,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,3,0,18433,0,0,0,0,0,0,93,0,31901,39297,30695,30707,0,0,0,0,0,0,7174,9380,'',1,3,1,14,5,1,0,23886,0,0,0,0,0,151,1,650854271,2097153,'',12340),(18432,0,0,0,0,0,18812,0,0,0,'Nazan (1)','Vazruden\'s Mount',NULL,0,72,72,1,40,0,1.48,1.14286,1,1,307,438,0,314,13,1318,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,8,18432,0,70065,0,210,210,210,210,210,36921,33793,39427,0,0,0,0,0,0,0,7770,10156,'',0,5,1,12,1,1,0,33833,23901,0,0,0,0,216,1,650854271,2097152,'',12340),(18059,0,0,0,0,0,14334,0,0,0,'Shattered Hand Warhound (1)','',NULL,0,69,69,1,24,0,1.48,1.14286,1,0,245,346,0,298,5.9,1500,2000,1,0,2048,0,1,0,0,0,0,206,302,43,1,1,17259,0,70062,0,0,0,0,0,0,30639,30636,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18058,0,0,0,0,0,17051,0,0,0,'Hellfire Watcher (1)','Watchkeeper\'s Subordinate',NULL,0,69,69,1,16,0,1.48,1.14286,1,1,230,336,0,133,5.9,1200,2000,8,64,2048,0,0,0,0,0,0,215,321,28,7,0,17259,17309,0,0,0,0,0,0,0,8362,12039,14032,0,0,0,0,0,0,0,2150,2816,'',1,3,1,4.725,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(18057,0,0,0,0,0,16577,0,0,0,'Hellfire Sentry (1)','Herald\'s Sentry',NULL,0,70,70,0,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1200,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,17259,17517,0,0,0,0,0,0,0,30621,0,0,0,0,0,0,0,0,0,2992,3918,'',1,3,1,4.725,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(18056,0,0,0,0,0,10950,0,0,0,'Fiendish Hound (1)','',NULL,0,72,72,1,16,0,1.125,1.14286,1,0,304,436,0,296,4,1300,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,0,0,0,0,0,0,0,0,0,35748,15785,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18055,0,0,0,0,0,17732,0,0,0,'Bonechewer Ripper (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1304,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17259,17281,0,0,0,0,0,0,0,18501,0,0,0,0,0,0,0,0,0,5046,6600,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'',12340),(25588,0,0,0,0,0,19294,0,0,0,'Hand of the Deceiver','','',0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,35,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,24.5,50,1,0,0,0,0,0,0,0,167,1,650854271,0,'',12340),(25591,0,0,0,0,0,22811,0,0,0,'Painbringer','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,72,25595,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8075,13458,'',0,1,1,24.5,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(25592,0,0,0,0,0,18139,0,0,0,'Doomfire Destroyer','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,40,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8017,13361,'SmartAI',0,1,1,28,1,1,0,0,0,0,0,0,0,152,1,131073,0,'',12340),(25593,0,0,0,0,0,20919,0,0,0,'Apocalypse Guard','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8086,13476,'SmartAI',0,1,1,48.125,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(25595,0,0,0,0,0,23266,0,0,0,'Chaos Gazer','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,72,25595,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,53.2,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(25597,0,0,0,0,0,23267,0,0,0,'Oblivion Mage','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,3,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,100,1,0,0,0,0,0,0,0,152,1,8388624,0,'',12340),(25598,0,0,0,0,0,19611,0,0,0,'Volatile Felfire Fiend','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,7.5,2000,2000,2,131072,2048,0,0,0,0,0,0,260,387,37,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,0.182,5,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(25599,0,0,0,0,0,14173,0,0,0,'Cataclysm Hound','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,72,25599,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,60.2,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(25603,0,0,0,0,0,23422,0,0,0,'Felfire Portal','','',0,1,1,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,4,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,0.007,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25608,0,0,0,0,0,11686,0,0,0,'Kil\'jaeden','','',0,70,70,1,114,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_kiljaeden_controller',12340),(25632,0,0,0,0,0,23525,0,0,0,'Vindicator Moorba','','',9286,71,71,1,1956,1,1.1,1.14286,1,0,299,426,0,308,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25633,0,0,0,0,0,23291,0,0,0,'Arcanist Evandor','Reagent Supplies','',0,70,70,1,1956,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25634,0,0,0,0,0,23292,0,0,0,'Smith Vedral','Equipment Repairs','',0,70,70,1,1956,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25638,0,0,0,0,0,23293,0,0,0,'Captain Selana','','',9285,72,72,1,1956,1,1.1,1.14286,1,0,307,438,0,314,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25639,0,0,0,0,0,23297,0,0,0,'Anchorite Elbadon','','',0,70,70,1,1956,1,1.1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25640,0,0,0,0,0,1126,11686,0,0,'Orb Target','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25644,0,0,0,0,0,23295,0,0,0,'Neophyte Narama','','',0,70,70,1,1956,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25653,0,0,0,0,0,13971,0,0,0,'Power of the Blue Flight','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,8,0,0,0,0,0,0,0,0,0,45862,45856,45860,45848,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,14,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),(25661,0,0,0,0,0,23587,23588,23589,23590,'Shattered Sun Soldier','','',0,70,70,1,1960,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25662,0,0,0,0,0,23593,23594,23595,23596,'Shattered Sun Archer','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25663,0,0,0,0,0,23591,23592,0,0,'Shattered Sun Mage','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25695,0,0,0,0,0,23522,0,0,0,'Red Drake (Speed Mount)','','',0,50,52,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,273,1,0,0,'',12340),(25697,0,0,0,0,0,3848,0,0,0,'Luma Skymother','The Earthen Ring','',11417,76,76,0,35,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25703,0,0,0,0,0,11686,169,0,0,'Brutallus Death Cloud','','',0,70,70,1,114,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,560,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25706,0,0,0,0,0,8409,0,0,0,'Scorchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25708,0,0,0,0,0,18069,0,0,0,'Sinister Reflection','','',0,70,70,1,14,0,1,1.14286,1,1,234,331,0,286,35,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,14,25,1,0,0,0,0,0,0,0,167,1,650854271,2097152,'',12340),(25710,0,0,0,0,0,3848,0,0,0,'Numa Cloudsister','','',0,1,1,0,35,2,1.1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25731,0,0,0,0,0,22130,0,0,0,'Ancient Grimtotem Spirit Wolf','','',0,30,30,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.05,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),(25735,0,0,0,0,0,169,15880,0,0,'Armageddon Target','','',0,73,73,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25740,26338,0,0,0,0,11686,0,0,0,'Ahune','The Frost Lord','',0,82,82,2,14,0,1.2,1.14286,1,1,316,450,0,320,7.5,2000,0,1,0,2048,8,0,0,0,0,0,278,413,58,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,40,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'boss_ahune',12340),(25741,0,0,0,0,0,23404,0,0,0,'M\'uru','','',0,73,73,1,16,0,1,1.14286,1,3,316,450,0,320,70,2000,2000,1,131076,2048,0,0,0,0,0,0,278,413,58,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,252,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'boss_muru',12340),(25744,0,0,0,0,0,23842,0,0,0,'Dark Fiend','','',0,70,70,0,14,0,1,0.8,1,0,252,357,0,304,1,2000,2000,1,131072,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,0.7,1,1,0,0,0,0,0,0,0,76,1,0,2,'',12340),(25745,0,0,0,0,0,11686,0,0,0,'[PH] Ahune Summon Loc Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,0,1,33554432,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25746,0,0,0,0,0,21955,11686,0,0,'[PH] Ahune Loot Loc Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25754,0,0,0,0,0,23131,23132,23130,23129,'Earthen Ring Flamecaller','The Earthen Ring','',9260,70,75,2,35,0,1,1,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25755,26342,0,0,0,0,20433,0,0,0,'Ahunite Hailstone','','',0,80,80,2,14,0,1,1.14286,1,1,240,400,0,24,7.5,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25756,26340,0,0,0,0,23504,0,0,0,'Ahunite Coldwave','','',0,80,80,2,14,0,1,1.14286,1,0,120,200,0,24,7.5,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25757,26341,0,0,0,0,8714,0,0,0,'Ahunite Frostwind','','',0,80,80,2,14,0,1,1.14286,1,0,120,200,0,24,7.5,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25770,0,0,0,0,0,169,23377,0,0,'M\'uru Portal Target','','',0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,7.5,2000,2000,1,4,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25772,0,0,0,0,0,23372,0,0,0,'Void Sentinel','','',0,70,70,1,14,0,1,1.14286,1,1,252,357,5,304,70,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,17.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25782,0,0,0,0,0,169,23377,0,0,'Void Sentinal Summoner','','',0,70,70,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25795,0,0,0,0,0,1126,20577,0,0,'Normal Realm','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25796,0,0,0,0,0,1126,20577,0,0,'Spectral Realm','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25798,0,0,0,0,0,23225,0,0,0,'Shadowsword Berserker','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,14,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,11.97,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25799,0,0,0,0,0,23226,0,0,0,'Shadowsword Fury Mage','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,14,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,12.6,10,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25824,0,0,0,0,0,1130,0,0,0,'Void Spawn','','',0,70,70,0,14,0,1,1.14286,1,1,252,357,0,304,10,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,4.2,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(25837,0,0,0,0,0,23473,0,0,0,'Shadowsword Commander','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25840,0,0,0,0,0,23428,0,0,0,'Entropius','','',0,73,73,1,16,0,1,1.14286,1,3,316,450,0,320,70,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,3,108,25840,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2250000,2750000,'',0,1,1,189,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'boss_entropius',12340),(25848,0,0,0,0,0,169,17188,0,0,'Gauntlet Imp Trigger','','',0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25851,0,0,0,0,0,23269,0,0,0,'Volatile Fiend','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,7.5,2000,2000,2,163840,2048,0,0,0,0,0,0,260,387,37,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.4,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(25852,0,0,0,0,0,23438,0,0,0,'Festival Flamekeeper Costume: Gnome','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25853,0,0,0,0,0,23439,0,0,0,'Festival Flamekeeper Costume: Draenei','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25854,0,0,0,0,0,23440,0,0,0,'Festival Flamekeeper Costume: Blood Elf','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25855,0,0,0,0,0,1126,17612,0,0,'Singularity','','',0,73,73,1,14,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,94,1,0,130,'npc_singularity',12340),(25856,0,0,0,0,0,23441,0,0,0,'Festival Flamekeeper Costume: Night Elf','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25857,0,0,0,0,0,16341,0,0,0,'Festival Flamekeeper Costume: Orc','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25858,0,0,0,0,0,23442,0,0,0,'Festival Flamekeeper Costume: Undead','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25859,0,0,0,0,0,23443,23444,0,0,'Festival Flamekeeper Costume: Goblin','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25860,0,0,0,0,0,7950,0,0,0,'Blazing Infernal','','',0,70,70,1,90,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,9.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25863,0,0,0,0,0,23446,23448,23449,23450,'Twilight Firesworn','Twilight\'s Hammer','',0,20,21,0,168,0,1,1.14286,1,0,40,50,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,25863,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,35277,0,0,0,0,0,0,1,0,0,'',12340),(25864,0,0,0,0,0,15301,0,0,0,'Felguard Slayer','','',0,1,1,0,90,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,9.1,1,1,0,0,0,0,0,0,0,145,1,0,0,'',12340),(25865,26339,0,0,0,0,23447,0,0,0,'Frozen Core','','',0,82,82,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,0,1,131076,2048,8,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,40,1,1,0,0,0,0,0,0,0,0,0,650854271,0,'npc_ahune_frozen_core',12340),(25866,0,0,0,0,0,23451,23452,23453,23480,'Twilight Flameguard','Twilight\'s Hammer','',0,20,21,0,168,0,1,1.14286,1,0,40,50,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,25866,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,35277,0,0,0,0,0,0,1,0,0,'',12340),(25867,0,0,0,0,0,19663,0,0,0,'Sunblade Dragonhawk','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,1,72,25867,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,14,5,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(25868,0,0,0,0,0,21085,21086,0,0,'Midsummer Celebrant Costume: Blood Elf','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25869,0,0,0,0,0,21084,21083,0,0,'Midsummer Celebrant Costume: Draenei','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25870,0,0,0,0,0,16434,16413,0,0,'Midsummer Celebrant Costume: Dwarf','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25871,0,0,0,0,0,16447,16448,0,0,'Midsummer Celebrant Costume: Gnome','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25872,0,0,0,0,0,16431,29243,0,0,'Midsummer Celebrant Costume: Goblin','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25873,0,0,0,0,0,16412,16433,0,0,'Midsummer Celebrant Costume: Human','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25874,0,0,0,0,0,16414,16435,0,0,'Midsummer Celebrant Costume: Night Elf','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25875,0,0,0,0,0,16436,16438,0,0,'Midsummer Celebrant Costume: Orc','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25876,0,0,0,0,0,16442,16432,0,0,'Midsummer Celebrant Costume: Tauren','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25877,0,0,0,0,0,16445,16446,0,0,'Midsummer Celebrant Costume: Troll','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25878,0,0,0,0,0,16443,16444,0,0,'Midsummer Celebrant Costume: Undead','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25879,0,0,0,0,0,11686,0,0,0,'Darkness','','',0,70,70,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,46262,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25882,0,0,0,0,0,23489,0,0,0,'Multiphase Disturbance','','',0,70,70,1,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,13,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,64,1,0,128,'',12340),(25883,0,0,0,0,0,23441,0,0,0,'Ashenvale Flame Warden','','',9203,40,40,0,84,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25884,0,0,0,0,0,16341,0,0,0,'Ashenvale Flame Keeper','','',9278,40,40,0,83,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25886,0,0,0,0,0,1141,0,0,0,'Doomsday Rat','','',0,1,1,0,31,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.007,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),(25887,0,0,0,0,0,16335,0,0,0,'Arathi Flame Warden','','',9203,45,45,0,84,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25888,0,0,0,0,0,23439,0,0,0,'Azuremyst Isle Flame Warden','','',9203,40,40,0,84,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25889,0,0,0,0,0,23441,0,0,0,'Blade\'s Edge Flame Warden','','',9203,40,40,0,84,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25890,0,0,0,0,0,16338,0,0,0,'Blasted Lands Flame Warden','','',9203,50,50,0,84,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25891,0,0,0,0,0,23439,0,0,0,'Bloodmyst Isle Flame Warden','','',9203,40,40,0,84,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25892,0,0,0,0,0,23438,0,0,0,'Burning Steppes Flame Warden','','',9203,40,40,0,84,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25893,0,0,0,0,0,23441,0,0,0,'Darkshore Flame Warden','','',9203,40,40,0,84,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25894,0,0,0,0,0,23441,0,0,0,'Desolace Flame Warden','','',9203,45,45,0,84,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25895,0,0,0,0,0,16339,0,0,0,'Dun Morogh Flame Warden','','',9203,30,30,0,84,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25896,0,0,0,0,0,16335,0,0,0,'Duskwood Flame Warden','','',9203,40,40,0,84,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25897,0,0,0,0,0,16338,0,0,0,'Dustwallow Marsh Flame Warden','','',9203,56,56,0,84,3,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,768,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25898,0,0,0,0,0,16338,0,0,0,'Elwynn Forest Flame Warden','','',9203,25,25,0,84,3,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,768,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25899,0,0,0,0,0,23441,0,0,0,'Feralas Flame Warden','','',9203,40,40,0,84,3,1.1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25900,0,0,0,0,0,16335,0,0,0,'Hellfire Peninsula Flame Warden','','',9203,60,60,0,84,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25901,0,0,0,0,0,16338,0,0,0,'Hillsbrad Flame Warden','','',9203,45,45,0,84,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25902,0,0,0,0,0,16339,0,0,0,'Loch Modan Flame Warden','','',9203,30,30,0,84,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25903,0,0,0,0,0,23439,0,0,0,'Nagrand Flame Warden','','',9203,60,60,0,84,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25904,0,0,0,0,0,16335,0,0,0,'Redridge Flame Warden','','',9203,30,30,0,84,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25905,0,0,0,0,0,16339,0,0,0,'Shadowmoon Valley Flame Warden','','',9203,70,70,0,84,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25906,0,0,0,0,0,23441,0,0,0,'Teldrassil Flame Warden','','',9203,65,65,0,84,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25907,0,0,0,0,0,16338,0,0,0,'Terokkar Forest Flame Warden','','',9203,65,65,0,84,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25908,0,0,0,0,0,16339,0,0,0,'The Hinterlands Flame Warden','','',9203,45,45,0,84,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25909,0,0,0,0,0,16338,0,0,0,'Western Plaguelands Flame Warden','','',9203,65,65,0,84,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25910,0,0,0,0,0,16335,0,0,0,'Westfall Flame Warden','','',9203,30,30,0,84,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25911,0,0,0,0,0,16338,0,0,0,'Wetlands Flame Warden','','',9203,40,40,0,84,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25912,0,0,0,0,0,23439,0,0,0,'Zangarmarsh Flame Warden','','',9203,65,65,0,84,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25913,0,0,0,0,0,23438,0,0,0,'Netherstorm Flame Warden','','',9203,70,70,0,84,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25914,0,0,0,0,0,23438,0,0,0,'Silithus Flame Warden','','',9203,67,67,0,84,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25915,0,0,0,0,0,23438,0,0,0,'Stranglethorn Vale Flame Warden','','',9203,67,67,0,84,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25916,0,0,0,0,0,23438,0,0,0,'Tanaris Flame Warden','','',9203,67,67,0,84,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25917,0,0,0,0,0,23438,0,0,0,'Winterspring Flame Warden','','',9203,67,67,0,84,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25918,0,0,0,0,0,16340,0,0,0,'Netherstorm Flame Keeper','','',9278,70,70,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25919,0,0,0,0,0,16340,0,0,0,'Silithus Flame Keeper','','',9278,67,67,0,83,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25920,0,0,0,0,0,16340,0,0,0,'Stranglethorn Vale Flame Keeper','','',9278,67,67,0,83,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25921,0,0,0,0,0,16340,0,0,0,'Tanaris Flame Keeper','','',9278,67,67,0,83,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25922,0,0,0,0,0,16340,0,0,0,'Winterspring Flame Keeper','','',9278,67,67,0,83,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25923,0,0,0,0,0,16341,0,0,0,'Arathi Flame Keeper','','',9278,45,45,0,83,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25924,0,0,0,0,0,23468,0,0,0,'Twilight Speaker Viktor','Twilight\'s Hammer','',9278,22,22,0,168,0,1,1.14286,1,0,40,50,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,25924,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,35277,0,0,0,0,0,0,1,0,0,'',12340),(25925,0,0,0,0,0,16341,0,0,0,'Badlands Flame Keeper','','',9278,65,65,0,83,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25926,0,0,0,0,0,16341,0,0,0,'Blade\'s Edge Flame Keeper','','',9278,65,65,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25927,0,0,0,0,0,16341,0,0,0,'Burning Steppes Flame Keeper','','',9278,50,50,0,83,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25928,0,0,0,0,0,16340,0,0,0,'Desolace Flame Keeper','','',9278,65,65,0,83,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25929,0,0,0,0,0,16334,0,0,0,'Durotar Flame Keeper','','',9278,30,30,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25930,0,0,0,0,0,16340,0,0,0,'Dustwallow Marsh Flame Keeper','','',9278,65,65,0,83,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25931,0,0,0,0,0,23440,0,0,0,'Eversong Woods Flame Keeper','','',9278,25,25,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25932,0,0,0,0,0,16334,0,0,0,'Feralas Flame Keeper','','',9278,65,65,0,83,3,1.1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25933,0,0,0,0,0,23440,0,0,0,'Ghostlands Flame Keeper','','',9278,30,30,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25934,0,0,0,0,0,16341,0,0,0,'Hellfire Peninsula Flame Keeper','','',9278,60,60,0,83,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25935,0,0,0,0,0,23442,0,0,0,'Hillsbrad Flame Keeper','','',9278,45,45,0,83,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25936,0,0,0,0,0,16334,0,0,0,'Mulgore Flame Keeper','','',9278,20,20,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25937,0,0,0,0,0,16341,0,0,0,'Nagrand Flame Keeper','','',9278,70,70,1,83,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25938,0,0,0,0,0,16341,0,0,0,'Shadowmoon Valley Flame Keeper','','',9278,40,40,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25939,0,0,0,0,0,23442,0,0,0,'Silverpine Forest Flame Keeper','','',9278,25,25,0,83,3,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,768,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25940,0,0,0,0,0,16334,0,0,0,'Stonetalon Flame Keeper','','',9278,40,40,0,83,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25941,0,0,0,0,0,16341,0,0,0,'Swamp of Sorrows Flame Keeper','','',9278,65,65,0,83,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25942,0,0,0,0,0,16341,0,0,0,'Terokkar Forest Flame Keeper','','',9278,65,65,0,83,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25943,0,0,0,0,0,16341,0,0,0,'The Barrens Flame Keeper','','',9278,40,40,0,83,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25944,0,0,0,0,0,16340,0,0,0,'The Hinterlands Flame Keeper','','',9278,65,65,0,83,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25945,0,0,0,0,0,16334,0,0,0,'Thousand Needles Flame Keeper','','',9278,45,45,0,83,3,1.1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25946,0,0,0,0,0,23442,0,0,0,'Tirisfal Glades Flame Keeper','','',9278,25,25,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25947,0,0,0,0,0,16340,0,0,0,'Zangarmarsh Flame Keeper','','',9278,65,65,0,83,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25948,0,0,0,0,0,16874,0,0,0,'Doomfire Shard','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,10,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,5.6,1,1,0,0,0,0,0,0,0,152,1,131073,0,'',12340),(25949,0,0,0,0,0,23469,0,0,0,'Ice Caller Briatha','Twilight\'s Hammer','',0,22,22,0,128,0,1,1.14286,1,0,23,32,0,34,1,2000,2000,8,32768,2048,0,0,0,0,0,0,20,29,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25950,0,0,0,0,0,23470,0,0,0,'Shaani','Jewelcrafting Supplies','',9198,70,70,1,1960,129,1,1.14286,1,0,252,357,0,304,1,2000,2500,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25951,0,0,0,0,0,23472,0,0,0,'Heretic Emissary','','',0,21,21,0,128,0,1,1.14286,1,0,22,30,0,32,1,2000,2000,8,32768,2048,0,0,0,0,0,0,19,28,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25952,0,0,0,0,0,21955,11686,0,0,'Slippery Floor Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25953,0,0,0,0,0,169,17188,0,0,'Fel Crystal Spell Target','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,7.5,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25954,0,0,0,0,0,17205,0,0,0,'Shadowsword Guardian Sunwell','','',0,72,72,1,16,0,2,1.42857,1,1,2,2,0,24,7.5,2000,2000,1,33587520,2048,0,0,0,0,0,0,1,1,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,10.5,1,1,0,0,0,0,0,0,0,151,1,16384,0,'',12340),(25955,0,0,0,0,0,19294,0,0,0,'Hand of the Deceiver Sunwell','','',0,71,71,1,16,0,1.6,1.71429,1,1,2,2,0,24,7.5,2000,2000,2,33587520,2048,0,0,0,0,0,0,1,1,0,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,14,25,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(25956,0,0,0,0,0,23266,0,0,0,'Chaos Gazer Sunwell','','',0,71,71,1,16,0,2.4,1.42857,1,1,2,2,0,24,7.5,2000,2000,1,33587456,2048,0,0,0,0,0,0,1,1,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(25957,0,0,0,0,0,14173,0,0,0,'Cataclysm Hound Sunwell','','',0,71,71,1,16,0,2.4,1.42857,1,1,2,2,0,24,7.5,2000,2000,1,33587456,2048,0,0,0,0,0,0,1,1,0,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(25958,0,0,0,0,0,19611,0,0,0,'Volatile Felfire Fiend Sunwell','','',0,71,71,1,16,0,2.4,1.42857,1,1,2,2,0,24,7.5,2000,2000,2,33587456,2048,0,0,0,0,0,0,1,2,0,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.182,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(25959,0,0,0,0,0,20919,0,0,0,'Apocalypse Guard Sunwell','','',0,71,71,1,16,0,2.4,1.42857,1,1,2,2,0,24,7.5,2000,2000,1,33587456,2048,0,0,0,0,0,0,1,1,0,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(25960,0,0,0,0,0,23404,0,0,0,'M\'uru Sunwell','','',0,73,73,1,16,0,1,1,1,3,2,2,0,24,35,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,400,1,1,0,0,0,0,0,0,0,0,1,0,1,'',12340),(25961,0,0,0,0,0,20231,0,0,0,'Earthen Ring Totem','','',0,20,20,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25962,0,0,0,0,0,23791,0,0,0,'Fire Eater','','',9204,40,57,0,774,3,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,33536,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25964,0,0,0,0,0,21955,16946,0,0,'Shaman Beam Bunny 000','','',0,1,1,0,35,0,12,1.28571,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,139,1,0,128,'',12340),(25965,0,0,0,0,0,21955,16946,0,0,'Shaman Beam Bunny 001','','',0,1,1,0,35,0,12,1.71429,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,175,1,0,128,'',12340),(25966,0,0,0,0,0,21955,16946,0,0,'Shaman Beam Bunny 002','','',0,1,1,0,35,0,12,2.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,198,1,0,128,'',12340),(25970,0,0,0,0,0,16436,16438,0,0,'Fire Dancer','','',0,1,60,0,775,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25971,0,0,0,0,0,11686,0,0,0,'Shaman Bonfire Bunny 000','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,0,1,33554688,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,1,1,1,1,0,0,0,0,0,0,0,133,1,0,130,'',12340),(25972,0,0,0,0,0,11686,0,0,0,'Shaman Bonfire Bunny 001','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,0,1,33554688,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,1,1,1,1,0,0,0,0,0,0,0,133,1,0,130,'',12340),(25973,0,0,0,0,0,11686,0,0,0,'Shaman Bonfire Bunny 002','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,0,1,33554688,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,1,1,1,1,0,0,0,0,0,0,0,133,1,0,130,'',12340),(25974,0,0,0,0,0,16436,16438,0,0,'Master Fire Dancer','','',0,1,60,0,775,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25975,0,0,0,0,0,23792,0,0,0,'Master Fire Eater','','',9204,62,67,0,774,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33536,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25980,0,0,0,0,0,23494,0,0,0,'Heretic Bodyguard','','',0,21,21,0,128,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25985,26337,0,0,0,0,11686,0,0,0,'Ahune Ice Spear Bunny','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25994,0,0,0,0,0,23789,0,0,0,'Flame Eater','','',9204,42,60,0,775,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33536,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26007,0,0,0,0,0,23766,0,0,0,'Arena Battlemaster','','',8218,70,70,2,35,1048577,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26012,0,0,0,0,0,24023,0,0,0,'Arena Organizer','','',0,70,70,2,35,262145,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26016,0,0,0,0,0,246,0,0,0,'Tamable Wolf','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26017,0,0,0,0,0,23513,0,0,0,'Tamable Bat','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,24,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26019,0,0,0,0,0,23514,0,0,0,'Tamable Carrion Bird','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,7,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26020,0,0,0,0,0,744,0,0,0,'Tamable Boar','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,5,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26021,0,0,0,0,0,2031,0,0,0,'Tamable Cat','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26024,0,0,0,0,0,23515,0,0,0,'Tamable Dragonhawk','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,30,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26027,0,0,0,0,0,23516,0,0,0,'Tamable Nether Ray','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,34,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26028,0,0,0,0,0,23517,0,0,0,'Tamable Bird of Prey','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,26,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26029,0,0,0,0,0,23518,0,0,0,'Tamable Raptor','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,11,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26030,0,0,0,0,0,23519,0,0,0,'Tamable Ravager','','',0,70,70,2,7,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,31,0,0,0,0,215,320,44,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26031,0,0,0,0,0,2488,0,0,0,'Tamable Scorpid','','',0,70,70,2,7,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,20,0,0,0,0,215,320,44,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26032,0,0,0,0,0,4767,0,0,0,'Tamable Serpent','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,35,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26033,0,0,0,0,0,23520,0,0,0,'Tamable Spider','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,3,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26037,0,0,0,0,0,23521,0,0,0,'Tamable Warp Stalker','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,32,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26038,0,0,0,0,0,2706,0,0,0,'Tamable Wind Serpent','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,27,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26042,0,0,0,0,0,23500,0,0,0,'Twilight Midsummer Male Disguise','','',0,63,64,1,128,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26046,0,0,0,0,0,23503,0,0,0,'Anveena','','',0,70,70,1,35,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,33554432,2048,0,0,0,0,0,0,198,295,33,7,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,10,10,1,0,0,0,0,0,0,0,167,1,0,1,'',12340),(26050,0,0,0,0,0,23507,0,0,0,'Snarly','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(26056,0,0,0,0,0,23506,0,0,0,'Chuck','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(26057,0,0,0,0,0,1126,11686,0,0,'Anveena Marker','','',0,60,60,1,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26075,0,0,0,0,0,23780,0,0,0,'Paymaster','','',0,70,70,0,35,1,1.1,1.14286,1,0,248,363,0,135,1,2000,2000,8,768,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26089,0,0,0,0,0,23560,0,0,0,'Kayri','Exotic Gear Purveyor','',0,70,70,1,1960,129,1,1.14286,1,1,248,363,0,135,4.6,2000,2500,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26090,0,0,0,0,0,23557,0,0,0,'Karynna','Exotic Gear Purveyor','',0,70,70,1,1960,128,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26091,0,0,0,0,0,23558,0,0,0,'Olus','Exotic Gear Purveyor','',0,70,70,1,1960,128,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26092,0,0,0,0,0,23559,0,0,0,'Soryn','Exotic Gear Purveyor','',0,70,70,1,1960,128,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26101,0,0,0,0,0,16888,0,0,0,'Fire Fiend','','',0,70,70,1,14,0,1,1.14286,1,0,234,331,0,286,10,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.4,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(26102,0,0,0,0,0,15093,0,0,0,'2.4 Daily Debug - Everyone [PH]','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26111,0,0,0,0,0,22130,0,0,0,'Grimtotem Spirit Wolf','','',0,30,30,0,16,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26113,0,0,0,0,0,23790,0,0,0,'Master Flame Eater','','',9204,62,62,0,775,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26116,0,0,0,0,0,5564,0,0,0,'Frostwave Lieutenant','','',0,22,22,0,14,0,1,1.14286,1,0,25,30,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26119,0,0,0,0,0,23574,0,0,0,'Phoenix Hatchling','','',0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(26120,0,0,0,0,0,21955,11686,0,0,'Wisp Dest Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26121,0,0,0,0,0,21955,11686,0,0,'Wisp Source Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26123,0,0,0,0,0,16541,0,0,0,'Midsummer Supplier','','Buy',0,60,67,0,1733,128,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33536,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26124,0,0,0,0,0,16585,0,0,0,'Midsummer Merchant','','Buy',0,65,65,0,1734,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26131,0,0,0,0,0,19483,0,0,0,'Swift White Hawkstrider','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(26164,0,0,0,0,0,23647,0,0,0,'X-51 Nether-Rocket X-TREME','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(26166,0,0,0,0,0,23648,0,0,0,'Heretic Crystal Guard','','',0,33,34,0,128,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26176,0,0,0,0,0,1140,6328,0,0,'[PH] Tom Test','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26177,0,0,0,0,0,4626,0,0,0,'2.4 Sunwell 5 Man Tradeskill Bunny [PH]','Kill Me','',0,1,1,0,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26178,0,0,0,0,0,20433,0,0,0,'Hailstone Lieutenant','','',0,32,32,0,14,0,1,1.14286,1,0,30,40,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26188,0,0,0,0,0,21955,17612,0,0,'[PH] Torch Catching Target Bunny','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26190,0,0,0,0,0,21955,17612,0,0,'[PH] Spank Target Bunny','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26192,0,0,0,0,0,23656,0,0,0,'X-51 Nether-Rocket','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(26204,0,0,0,0,0,23684,0,0,0,'Chillwind Lieutenant','','',0,43,43,0,14,0,1,1.14286,1,0,42,60,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26207,0,0,0,0,0,704,0,0,0,'Loyal Boar','','',0,70,70,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,5,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26214,0,0,0,0,0,6674,0,0,0,'Frigid Lieutenant','','',0,51,51,0,14,0,1,1.14286,1,0,60,80,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26215,0,0,0,0,0,12815,0,0,0,'Glacial Lieutenant','','',0,60,60,0,14,0,1,1.14286,1,0,140,180,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26216,0,0,0,0,0,23693,0,0,0,'Glacial Templar','','',0,69,69,0,14,0,1,1.14286,1,0,340,500,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26221,0,0,0,0,0,23129,23130,23688,23687,'Earthen Ring Elder','The Earthen Ring','',9157,70,70,2,35,3,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26222,0,0,0,0,0,23735,23737,23738,23740,'Twilight Cryomancer','Twilight\'s Hammer','',0,64,64,0,16,0,1,1.14286,1,0,145,215,0,121,1,2000,2000,8,0,2048,0,0,0,0,0,0,132,197,26,7,0,26222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26223,0,0,0,0,0,23726,23727,23728,23729,'Twilight Frostblade','Twilight\'s Hammer','',0,63,63,0,16,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,26223,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26230,0,0,0,0,0,21955,15880,0,0,'Snow Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26238,0,0,0,0,0,4714,0,0,0,'Khorium Boar','','',0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.13,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(26239,0,0,0,0,0,11686,0,0,0,'Ghost of Ahune','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,0,1,33554432,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26240,0,0,0,0,0,23709,0,0,0,'Seaspray Albatross','','',0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(26241,0,0,0,0,0,23707,0,0,0,'[PH] Ghost of Ahune (Disguise)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26242,0,0,0,0,0,14657,0,0,0,'Empyrean Tortoise','','',0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(26243,0,0,0,0,0,15923,0,0,0,'Crimson Serpent','','',0,5,5,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(26244,0,0,0,0,0,15920,0,0,0,'Shadowsong Panther','','',0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(26246,0,0,0,0,0,23749,0,0,0,'Prophet Velen','','',0,73,73,1,35,0,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,250,15,1,0,0,0,0,0,0,0,0,1,0,1,'',12340),(26247,0,0,0,0,0,23750,0,0,0,'Lady Liadrin','Blood Knight Matriarch','',0,70,70,1,35,0,1,1.14286,1,3,234,331,0,286,35,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,200,10,1,0,0,0,0,0,0,0,199,1,0,1,'',12340),(26251,0,0,0,0,0,1126,16946,0,0,'Shattrath Portal Dummy','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(26254,0,0,0,0,0,7950,23748,0,0,'Inert Portal','','',0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(26255,0,0,0,0,0,23719,0,0,0,'Shattrath Portal','','',0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26258,0,0,0,0,0,11686,0,0,0,'[DND] Midsummer Bonfire Faction Bunny - A','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26259,0,0,0,0,0,23587,23588,23589,23590,'Shattered Sun Soldier','','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26262,0,0,0,0,0,169,16946,0,0,'The Core of Entropius','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(26267,0,0,0,0,0,23732,0,0,0,'Big Dancing Flames','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26289,0,0,0,0,0,22973,22974,0,0,'Shattered Sun Riftwaker','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26300,0,0,0,0,0,23759,0,0,0,'Accessories Vendor','','',0,70,70,2,35,128,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26301,0,0,0,0,0,23762,0,0,0,'Cloth & Leather Armor Vendor','','',0,70,70,2,35,4224,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26302,0,0,0,0,0,23764,0,0,0,'Enchantments Vendor','','',0,70,70,2,35,128,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26303,0,0,0,0,0,23758,0,0,0,'Gems and General Goods Vendor','','',0,70,70,2,35,128,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26304,0,0,0,0,0,23765,0,0,0,'Plate Glyph Vendor','','',0,70,70,2,35,4224,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26305,0,0,0,0,0,23761,0,0,0,'Mail & Plate Armor Vendor','','',0,70,70,2,35,4224,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26306,0,0,0,0,0,23760,0,0,0,'Cloth Glyph Vendor','','',0,70,70,2,35,4224,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26307,0,0,0,0,0,24028,0,0,0,'Beastmaster','','',0,70,70,2,35,1,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26308,0,0,0,0,0,23763,0,0,0,'Leather & Mail Glyph Vendor','','',0,70,70,2,35,4224,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26309,0,0,0,0,0,23757,0,0,0,'Weapons Vendor','','',0,70,70,2,35,4224,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26323,0,0,0,0,0,7933,0,0,0,'Goblin Pack Kodo','','',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26324,0,0,0,0,0,24029,0,0,0,'Druid Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,11,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26325,0,0,0,0,0,24030,0,0,0,'Hunter Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,3,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26326,0,0,0,0,0,24031,0,0,0,'Mage Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,248,363,0,135,1,2000,2000,8,768,2048,0,0,0,0,8,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26327,0,0,0,0,0,24032,0,0,0,'Paladin Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,2,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26328,0,0,0,0,0,24033,0,0,0,'Priest Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,248,363,0,135,1,2000,2000,8,768,2048,0,0,0,0,5,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26329,0,0,0,0,0,23777,0,0,0,'Rogue Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,4,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26330,0,0,0,0,0,24034,0,0,0,'Shaman Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,7,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26331,0,0,0,0,0,24035,0,0,0,'Warlock Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,248,363,0,135,1,2000,2000,8,768,2048,0,0,0,0,9,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26332,0,0,0,0,0,24036,0,0,0,'Warrior Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,1,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18054,0,0,0,0,0,17049,0,0,0,'Bonechewer Ravener (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1200,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17259,17264,0,0,0,0,0,0,0,30621,0,0,0,0,0,0,0,0,0,2578,3376,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(18053,0,0,0,0,0,17052,0,0,0,'Bonechewer Hungerer (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1200,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17259,17259,0,0,0,0,0,0,0,14516,16244,6713,0,0,0,0,0,0,0,2578,3376,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(18052,0,0,0,0,0,17043,0,0,0,'Bonechewer Destroyer (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1200,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17259,17271,0,0,0,0,0,0,0,16856,10101,0,0,0,0,0,0,0,0,2578,3376,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(18051,0,0,0,0,0,16583,0,0,0,'Bonechewer Beastmaster (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1289,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,17259,17455,0,0,0,0,0,0,0,30635,10966,0,0,0,0,0,0,0,0,2578,3376,'',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'',12340),(18050,0,0,0,0,0,17048,0,0,0,'Bleeding Hollow Scryer (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,255,373,0,137,5.9,1303,2000,8,32832,2048,0,0,0,0,0,0,240,358,31,7,0,17259,17478,0,0,0,0,0,0,0,30615,15232,30659,0,0,0,0,0,0,0,1218,1600,'',1,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(18049,0,0,0,0,0,17044,0,0,0,'Bleeding Hollow Darkcaster (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,255,373,0,137,5.9,1200,2000,8,32832,2048,0,0,0,0,0,0,240,358,31,7,0,17259,17269,0,0,0,0,0,0,0,36808,36807,0,0,0,0,0,0,0,0,1898,2488,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(26346,0,0,0,0,0,21955,11686,0,0,'Ahune\'s Bottle Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26350,0,0,0,0,0,169,23767,0,0,'Alliance Graveyard Teleporter','','',0,1,1,0,534,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26351,0,0,0,0,0,169,23767,0,0,'Horde Graveyard Teleporter','','',0,1,1,0,714,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26352,0,0,0,0,0,23768,0,0,0,'Big Zokk Torquewrench','Arena Vendor','',0,70,70,1,35,129,1.5,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(26353,0,0,0,0,0,14316,0,0,0,'Arena Battle-Bear','','',0,70,70,0,1684,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26354,0,0,0,0,0,23769,0,0,0,'Unarmed Gladiator','','',0,70,70,0,1683,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26355,0,0,0,0,0,11686,0,0,0,'[DND] Midsummer Bonfire Faction Bunny - H','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26367,0,0,0,0,0,20988,0,0,0,'Teleporter','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26378,0,0,0,0,0,22438,0,0,0,'Evee Copperspring','Arena Vendor','',0,70,70,1,35,128,1.05,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26383,0,0,0,0,0,22398,0,0,0,'Grikkin Copperspring','Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26384,0,0,0,0,0,22439,0,0,0,'Frixee Brasstumbler','Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26391,0,0,0,0,0,21955,11686,0,0,'[PH] Ice Chest Bunny','','',0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26393,0,0,0,0,0,12917,0,0,0,'Captain Dirgehammer','Armor Quartermaster','',0,65,65,0,1078,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26394,0,0,0,0,0,12918,0,0,0,'Captain O\'Neal','Weapons Quartermaster','',0,65,65,0,1078,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26395,0,0,0,0,0,21512,0,0,0,'Lieutenant Tristia','Armor Quartermaster','',0,65,65,0,1638,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26396,0,0,0,0,0,14612,0,0,0,'Sergeant Thunderhorn','Weapons Quartermaster','',0,65,65,0,1074,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26397,0,0,0,0,0,12674,0,0,0,'Lady Palanseer','Armor Quartermaster','',0,65,65,0,1074,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26398,0,0,0,0,0,22602,0,0,0,'Doris Volanthius','Armor Quartermaster','',0,70,70,2,1604,128,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26400,0,0,0,0,0,21955,11686,0,0,'Outland Children\'s Week Silvermoon L70ETC 01 Trigger','','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26401,0,0,0,0,0,8409,0,0,0,'Summer Scorchling','','',0,1,1,0,188,2,1,1.14286,1,0,2,2,0,24,1,1500,2000,1,768,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26438,0,0,0,0,0,20432,15294,0,0,'Tranquil Air Spirit','','',0,69,70,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26439,0,0,0,0,0,23928,0,0,0,'Black War Elekk','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(26464,0,0,0,0,0,11686,0,0,0,'Shadowy Initiate Kill Credit','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26465,0,0,0,0,0,11686,0,0,0,'Shadowy Laborer Kill Credit','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26466,0,0,0,0,0,11686,0,0,0,'Shadowy Advisor Kill Credit','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26502,0,0,0,0,0,23872,0,0,0,'Wisp of Ragnaros','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26520,0,0,0,0,0,8409,0,0,0,'Festival Scorchling','','',0,1,1,0,188,2,1,1.14286,1,0,2,2,0,24,1,1500,2000,1,768,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26534,0,0,0,0,0,2418,0,0,0,'Totemic Beacon','','',0,65,65,1,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26576,0,0,0,0,0,29643,0,0,0,'[PH] Justin\'s Test NPC','','',0,80,80,2,35,0,1,1.14286,1,1,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,15,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26579,0,0,0,0,0,23503,0,0,0,'Anveena Replica','','',0,73,73,1,35,0,1.6,1.71429,1,1,2,2,0,24,7.5,2000,2000,2,33554432,2048,0,0,0,0,0,0,1,1,0,7,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,10,10,1,0,0,0,0,0,0,0,167,1,0,1,'',12340),(26650,26651,0,0,0,0,17387,0,0,0,'Durnholde Captain','','',0,1,1,0,1748,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,12,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18048,0,0,0,0,0,17050,0,0,0,'Bleeding Hollow Archer (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,296,424,0,290,5.9,1200,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,0,17259,17270,0,0,0,0,0,0,0,30614,31942,0,0,0,0,0,0,0,0,2068,2710,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(26698,0,0,0,0,0,12242,12245,12240,12241,'Riding Kodo (TAR - NPC ONLY)','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(26724,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Armor, Cloth & Leather','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26738,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Accessories','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26739,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Enchantments','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26740,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Gems','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26741,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - General Goods','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26742,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Armor, Mail & Plate','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26743,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Glyph, Cloth & Leather','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26744,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Glyph, Mail & Plate','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26745,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Weapons','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26747,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Arena Organizer','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26748,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Beastmaster','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26749,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Paymaster','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26750,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Teleporter','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26751,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Druid','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26752,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Hunter','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26753,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Mage','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26754,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Paladin','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26755,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Priest','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26756,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Rogue','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26757,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Shaman','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26758,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Warlock','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26759,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Warrior','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26760,0,0,0,0,0,23659,0,0,0,'Fight Promoter','Arena Battlemaster\'s Assistant','',0,70,70,2,35,1,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26765,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Fight Promoter','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26781,0,0,0,0,0,15093,0,0,0,'2.4 Sunwell Daily Gem Vendor [PH]','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27703,0,0,0,0,0,24756,0,0,0,'Ysuria','Portal Trainer','',9581,50,50,0,894,49,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,512,2048,0,0,0,0,8,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27705,0,0,0,0,0,24754,0,0,0,'Lorrin Foxfire','Portal Trainer','',9578,41,41,0,1604,49,1,1.14286,1,0,55,72,0,132,1,2000,2000,2,36864,2048,0,0,0,0,8,0,38,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27666,0,0,0,0,0,24731,0,0,0,'Ontuvo','Jewelcrafting Supplies','',0,70,70,1,1960,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27721,0,0,0,0,0,24764,0,0,0,'Drelik Blastpipe','Arena Vendor','',0,70,70,1,35,129,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27722,0,0,0,0,0,24764,0,0,0,'Drolig Blastpipe','Arena Vendor','',0,70,70,1,35,129,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27667,0,0,0,0,0,24730,0,0,0,'Anwehu','Weapons & Armorsmith','',0,70,70,1,1960,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29093,0,0,0,0,0,25901,0,0,0,'Ian Drake','Elder','',9768,35,35,0,12,1,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,33536,2048,0,0,0,0,0,0,33,49,11,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29089,0,0,0,0,0,25900,0,0,0,'Mini Tyrael','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(28267,0,0,0,0,0,25265,0,0,0,'Coyote Spirit','','',0,1,1,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27668,0,0,0,0,0,24735,0,0,0,'Ontok Shatterhorn','Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28126,0,0,0,0,0,25118,0,0,0,'Don Carlos','','',9656,68,68,0,35,3,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27723,0,0,0,0,0,21955,11686,0,0,'[DND] Aldor Mailbox Malfunction Bunny','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27711,0,0,0,0,0,24761,0,0,0,'Technician Halmaha','Engineering Supplies','',0,65,65,1,1743,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28344,0,0,0,0,0,7341,0,0,0,'Blazzle','Blacksmithing Supplies','',0,65,67,1,35,128,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28343,0,0,0,0,0,10746,0,0,0,'Meeda','Banker','',0,65,67,1,35,0,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,33024,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28363,0,0,0,0,0,25335,0,0,0,'Big Battle Bear','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(26071,0,0,0,0,0,22620,0,0,0,'Arena Nether Drake','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(27704,0,0,0,0,0,24755,0,0,0,'Horace Alder','Mage Trainer','',9580,50,50,0,894,49,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,512,2048,0,0,0,0,8,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28470,0,0,0,0,0,25457,0,0,0,'Nether Ray Fry','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28569,0,0,0,0,0,25519,25544,0,0,'Construction Worker','','',0,30,34,0,12,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,36864,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28596,0,0,0,0,0,25520,0,0,0,'Dwarven Construction Worker','','',0,30,33,0,55,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,36864,2048,0,0,0,0,0,0,32,47,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28572,0,0,0,0,0,25523,0,0,0,'Mason Goldgild','Royal Stonecutter\'s Guild','',12598,46,46,0,55,1,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,37376,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28571,0,0,0,0,0,25522,0,0,0,'Foreman Wick','','',12600,46,46,0,12,1,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,37376,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28573,0,0,0,0,0,25525,0,0,0,'Underwater Construction Worker','','',0,30,34,0,12,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,37376,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27217,0,0,0,0,0,24393,0,0,0,'Spirit of Competition','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28206,0,0,0,0,0,25209,0,0,0,'[DND] L70ETC Drums','','',0,1,1,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27398,0,0,0,0,0,24615,0,0,0,'Gilbarta Grandhammer','Battleground Enthusiast','',9517,45,45,0,55,1,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27346,0,0,0,0,0,24620,0,0,0,'Essence of Competition','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27399,0,0,0,0,0,24616,0,0,0,'Muja','Battleground Enthusiast','',0,1,1,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28132,28171,0,0,0,0,25124,0,0,0,'Don Carlos','','',0,68,68,1,1736,0,1,1.38571,1,1,231,325,0,292,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,2048,28132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,5200,'SmartAI',0,3,1,11,1,1,0,38329,0,0,0,0,0,0,1,650854271,2097152,'',12340),(28163,28168,0,0,0,0,161,0,0,0,'Guerrero','','',0,68,68,1,190,0,1,1.42857,1,1,231,325,0,292,4.6,1200,2000,1,0,2048,0,1,0,0,0,0,195,289,41,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,3405,0,'',12340),(27637,0,0,0,0,0,24725,0,0,0,'Vengeful Nether Drake','','',0,10,10,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(27684,0,0,0,0,0,24745,0,0,0,'Swift Zhevra','','',0,17,18,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27541,0,0,0,0,0,24693,0,0,0,'Swift Zhevra','','',0,20,21,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27817,0,0,0,0,0,24987,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,775,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27478,0,0,0,0,0,22397,0,0,0,'Larkin Thunderbrew','Brew of the Month Club','',9548,50,50,0,774,131,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27215,0,0,0,0,0,24419,0,0,0,'Boxey Boltspinner','','',9481,65,65,0,55,2,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27584,0,0,0,0,0,21848,0,0,0,'Darna Honeybock','Brewfest Agent','',0,70,70,0,774,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27989,0,0,0,0,0,11686,0,0,0,'D.I.S.C.O.','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300736,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27890,0,0,0,0,0,21955,11686,0,0,'Brewfest - Direbrew Mole Machine Loc bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26834,0,0,0,0,0,21955,11686,0,0,'Mole Machine PoV Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,123,1,0,128,'',12340),(28067,0,0,0,0,0,21826,0,0,0,'Dark Iron Brewer','','',9648,50,50,0,674,1,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28209,0,0,0,0,0,25210,0,0,0,'Mizli Crankwheel','','',9665,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28210,0,0,0,0,0,25212,0,0,0,'Ognip Blastbolt','','',9666,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28225,0,0,0,0,0,25219,0,0,0,'Griz Gutshank','Arena Vendor','',0,60,60,0,35,128,1,1.14286,1,0,104,138,0,252,3.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28227,0,0,0,0,0,25221,0,0,0,'Slobbermouth','','',0,55,55,0,35,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28226,0,0,0,0,0,25221,0,0,0,'Snaggletooth','','',0,55,55,0,35,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26719,0,0,0,0,0,25207,0,0,0,'Brewfest Spy','','',0,55,55,0,35,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26775,0,0,0,0,0,21955,11686,0,0,'Direbrew Goto Loc bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26774,0,0,0,0,0,21955,11686,0,0,'Direbrew Summon Loc bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26776,0,0,0,0,0,21826,21827,21828,21829,'Direbrew Minion','','',0,80,80,2,1620,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26764,0,0,0,0,0,24043,0,0,0,'Ilsa Direbrew','Dark Iron Brewmaiden','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_coren_direbrew_sisters',12340),(26822,0,0,0,0,0,24058,0,0,0,'Ursula Direbrew','Dark Iron Brewmaiden','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_coren_direbrew_sisters',12340),(27169,0,0,0,0,0,24371,0,0,0,'The Black Brewmaiden','','',0,70,70,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27166,0,0,0,0,0,24368,0,0,0,'The Brewmaiden','','',0,70,70,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27818,0,0,0,0,0,24988,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,35,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28329,0,0,0,0,0,21854,0,0,0,'Slurpo Fizzykeg','Brewfest Agent','',0,70,70,0,775,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27216,0,0,0,0,0,24420,0,0,0,'Bizzle Quicklift','','',9577,65,65,0,775,2,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27489,0,0,0,0,0,22493,0,0,0,'Ray\'ma','Brew of the Month Club','',9554,50,50,0,775,131,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27867,0,0,0,0,0,134,0,0,0,'Woodland Squirrel','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(27914,0,0,0,0,0,25002,0,0,0,'Ethereal Soul-Trader','','Buy',9619,65,65,0,188,129,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'npc_pet_gen_soul_trader_beacon',12340),(29095,0,0,0,0,0,25902,0,0,0,'Edward Cairn','Elder','',9768,35,35,0,68,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27707,0,0,0,0,0,24757,0,0,0,'Great Brewfest Kodo','','',0,1,2,0,35,0,1,1.38571,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(32842,0,0,0,0,0,3718,3714,18052,3585,'The WoW Dev Team','','',0,75,75,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29142,0,0,0,0,0,25624,0,0,0,'Jelinek Sharpshear','Barber','',9781,35,35,0,1732,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,32768,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32835,0,0,0,0,0,28301,0,0,0,'Corporal Moonstrike','','',0,65,65,0,1078,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29238,0,0,0,0,0,26064,0,0,0,'Scourge Haunt','','',0,1,1,0,35,0,1,0.57143,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,80,1,8388624,0,'',12340),(27819,0,0,0,0,0,24989,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,35,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29141,0,0,0,0,0,25955,0,0,0,'Pella Brassbrush','Barber','',0,30,30,0,1733,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,32768,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29712,0,0,0,0,0,3167,5446,0,0,'Stormwind Harbor Guard','','Directions',435,65,65,1,11,1,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(29088,0,0,0,0,0,25899,25898,0,0,'Stormwind Cannoneer','','',0,65,65,0,1078,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29144,0,0,0,0,0,25289,25341,0,0,'Refurbished Steam Tank','','vehichleCursor',0,70,70,2,12,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,256,2048,0,0,0,0,0,0,198,295,33,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'SmartAI',0,3,1,6,5,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),(29152,0,0,0,0,0,5008,5006,5005,5003,'Stormwind Dock Worker','','',0,65,65,0,1078,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29016,0,0,0,0,0,25845,25846,25847,25848,'Steam Tank Engineer','','',0,75,75,0,1733,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29154,0,0,0,0,0,25943,0,0,0,'Thargold Ironwing','','',9776,65,65,0,1078,1,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29019,0,0,0,0,0,25850,0,0,0,'Dockhand','','',0,65,66,0,1733,0,0.666668,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29290,0,0,0,0,0,26109,0,0,0,'Navigator Rian Trost','The Assurance','',0,30,30,0,1078,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29287,0,0,0,0,0,26106,0,0,0,'Captain Paul Carver','The Assurance','',10126,30,30,0,1078,1,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29289,0,0,0,0,0,26108,0,0,0,'First Mate Edgar Flores','The Assurance','',0,30,30,0,1078,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29172,0,0,0,0,0,14703,0,0,0,'Frozen Shade','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30030,0,0,0,0,0,26942,0,0,0,'Plague Zombie','','',0,30,30,0,2023,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),(30034,0,0,0,0,0,26942,0,0,0,'Plague Zombie','','',0,5,5,0,2023,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),(27305,0,0,0,0,0,24936,24937,0,0,'Argent Healer','','',0,70,70,2,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27845,0,0,0,0,0,3233,0,0,0,'Plagued Roach','','',0,1,1,0,2049,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27059,0,0,0,0,0,26942,0,0,0,'Plague Zombie','','',0,70,70,2,2023,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),(30653,0,0,0,0,0,4589,0,0,0,'Totem of Wrath III','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,57662,30708,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29888,0,0,0,0,0,24890,24895,26622,24898,'Herbalism Flower','','',0,1,1,0,35,0,1,0.85714,9.86,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(30379,0,0,0,0,0,304,0,0,0,'Westfall Chicken','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(32841,0,0,0,0,0,16189,0,0,0,'Baby Blizzard Bear','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(26482,0,0,0,0,0,10618,0,0,0,'Arctic Grizzly','','',0,72,73,2,1990,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,4,0,0,0,0,278,413,58,1,1,26482,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13473,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27483,31349,0,0,0,0,5240,0,0,0,'King Dred','','',0,76,76,2,16,0,1,1,1,1,356,503,0,432,13,2000,2000,1,64,2048,0,39,0,0,0,0,305,452,74,1,65609,27483,0,70213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,15,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_dred',1),(26125,0,0,0,0,0,24994,24993,24992,24995,'Risen Ghoul','','',0,1,1,0,14,0,0.8,0.99206,1,0,87,87,0,24,1,2000,2000,4,0,2048,0,40,0,0,0,0,1,1,0,6,4096,0,0,0,0,0,0,0,0,0,47468,47484,47481,47482,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_pet_dk_ghoul',12340),(29452,0,0,0,0,0,25785,0,0,0,'Vargul Blighthound','','',0,74,75,2,1885,0,1.6,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,1,0,0,0,0,295,438,68,1,1,29452,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(25197,0,0,0,0,0,22984,0,0,0,'King Mrgl-Mrgl','D.E.H.T.A.','',9136,71,71,2,1660,3,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,33280,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28017,0,0,0,0,0,15983,0,0,0,'Bloodworm','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2660,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.0819,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30734,0,0,0,0,0,27299,0,0,0,'Jezebel Bican','Inscription Supplies','',0,60,60,0,1737,2176,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,32768,2048,0,0,0,0,0,0,61,90,25,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30721,0,0,0,0,0,27284,0,0,0,'Michael Schwan','Master Inscription Trainer','',0,60,60,0,1737,80,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,32768,2048,0,0,2,0,0,0,61,90,25,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28302,0,0,0,0,0,25280,0,0,0,'Acherus Deathcharger','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(26643,0,0,0,26874,0,23966,0,0,0,'Rabid Grizzly','','',0,68,72,2,14,0,2,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,4,0,0,0,0,270,401,53,1,1,26643,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13474,0,0,0,'SmartAI',0,3,1,1,1,1,0,36800,0,0,0,0,0,53,1,0,0,'',12340),(29264,0,0,0,0,0,21114,0,0,0,'Spirit Wolf','','',0,70,70,2,14,0,2,2.14286,1,0,252,357,0,304,1,1500,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,58861,58875,58867,58857,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,191,1,0,0,'',12340),(29998,0,0,0,0,0,16925,0,0,0,'Desecrated Ground V','','',0,1,1,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27829,0,0,0,0,0,7534,7854,7533,0,'Ebon Gargoyle','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,12288,0,0,0,0,0,0,0,0,0,51963,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_pet_dk_ebon_gargoyle',12340),(30567,0,0,0,0,0,27130,27131,27156,27133,'Strand of the Ancients Envoy','','',9983,75,75,2,1978,1048577,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,256,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(30566,0,0,0,0,0,27126,27155,27127,27129,'Strand of the Ancients Emissary','','',9981,75,75,2,1973,1048577,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,256,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(30586,0,0,0,0,0,27151,0,0,0,'Jojindi','Strand of the Ancients Battlemaster','',9983,81,81,2,714,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,320,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(30587,0,0,0,0,0,27150,0,0,0,'Vinvo Goldgear','Strand of the Ancients Battlemaster','',9981,81,81,2,534,1048577,1,1.14286,1,1,351,509,0,304,7.5,2000,2000,8,320,2048,0,0,0,0,0,0,351,503,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(30713,0,0,0,0,0,27261,0,0,0,'Catarina Stanford','Inscription Trainer','',0,35,35,0,12,80,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,2,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30730,0,0,0,0,0,27295,0,0,0,'Stanly McCormick','Inscription Supplies','',0,35,35,0,12,2176,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,0,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32633,0,0,0,0,0,27237,0,0,0,'Traveler\'s Tundra Mammoth','','vehichleCursor',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),(32638,0,0,0,0,0,28111,0,0,0,'Hakmud of Argus','Traveling Trader','',0,80,80,2,1732,896,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32639,0,0,0,0,0,28282,0,0,0,'Gnimo','Adventurous Tinker','',0,80,80,2,1732,7296,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(28883,0,0,0,0,0,28456,0,0,0,'Frosty','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(26358,0,0,0,0,0,24861,0,0,0,'Ice Heart Jormungar Feeder','','',0,72,72,2,103,0,1,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,42,0,0,0,0,270,401,53,1,65537,26358,0,70206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26369,0,0,0,0,0,25008,0,0,0,'Imperial Eagle','','',0,72,73,2,7,0,1,1.57143,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,26,0,0,0,0,278,413,58,1,1,26369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(28297,0,0,0,28566,0,25274,0,0,0,'Shango','','',0,76,76,2,2030,0,1,1.38571,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,2,0,0,0,0,305,452,74,1,1,28297,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38523,38642,0,0,0,0,0,1,0,0,'',12340),(27893,0,0,0,0,0,1126,11686,0,0,'Rune Weapon','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,3500,2000,1,33554434,2048,0,0,0,0,0,0,1,1,0,10,1096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_pet_dk_dancing_rune_weapon',12340),(29202,0,0,0,0,0,25998,25999,26000,26001,'Knight of the Ebon Blade','','',0,56,58,0,2051,0,1,1.14286,1,1,93,123,0,228,2.4,2000,2000,2,32768,2048,0,0,0,0,0,0,64,94,23,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29587,0,0,0,0,0,25496,0,0,0,'Dread Commander Thalanor','','',0,80,80,2,2050,128,1,1.28968,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29589,0,0,0,0,0,23980,24719,0,0,'Teleport - Heart -> Hall (EPL)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29588,0,0,0,0,0,23980,24719,0,0,'Teleport - Hall -> Heart (EPL)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28486,0,0,0,0,0,25467,0,0,0,'Squire Edwards','','',0,78,78,2,35,0,0.8,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27928,0,0,0,0,0,24935,0,0,0,'Siouxsie the Banshee','','',9877,80,80,2,35,3,1,1.38571,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29480,0,0,0,0,0,10627,0,0,0,'Grimwing','Flight Master','',6944,75,75,2,2050,8193,0.777776,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28500,0,0,0,0,0,25498,0,0,0,'Master Siegesmith Corvus','','',9706,80,80,2,2082,4227,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32543,0,0,0,0,0,16074,0,0,0,'Veteran\'s Training Dummy','','',0,75,75,0,7,0,1,1,1,0,342,485,0,392,1,2000,2000,1,131072,2048,0,0,0,0,0,0,295,438,68,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000187,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),(29239,0,0,0,0,0,25753,0,0,0,'Vigilant Gargoyle','','',0,58,58,1,2084,0,2,1.28571,1,0,93,123,0,228,1,3000,2000,2,0,2048,0,0,0,0,0,0,64,94,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,135,1,8388624,0,'',12340),(29203,0,0,0,0,0,25997,0,0,0,'Alchemist Karloff','Corpse Dust Vendor','',0,56,56,0,2083,2176,1,1.14286,1,0,68,94,0,104,1,2000,2000,8,32768,2048,0,0,0,0,0,0,56,83,24,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29207,0,0,0,0,0,4631,0,0,0,'Gangrenus','General Goods','',0,56,56,0,2083,384,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29246,0,0,0,0,0,27153,0,0,0,'Highlord Darion Mograine','','',0,83,83,2,2050,0,1,1.38571,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29212,0,0,0,0,0,829,26002,26003,0,'Risen Drudge','','',0,50,50,0,2083,0,0.777776,1.14286,1,0,85,112,0,206,1,2000,2000,1,32784,2048,0,0,0,0,0,0,58,86,20,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29205,0,0,0,0,0,7858,0,0,0,'Corpulous','Food & Drink','',0,56,56,0,2083,640,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29208,0,0,0,0,0,570,0,0,0,'Fester','Trade Goods','',0,56,56,0,2083,128,0.777776,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32546,0,0,0,0,0,28048,0,0,0,'Ebon Knight\'s Training Dummy','','',0,80,80,0,7,0,1,1,1,0,422,586,0,642,1,2000,2000,1,131072,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000187,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),(32547,0,0,0,0,0,28049,0,0,0,'Highlord\'s Nemesis Trainer','','',0,83,83,0,7,0,1,1,1,3,509,683,0,805,35,2000,2000,1,131072,2048,0,0,0,0,0,0,371,535,135,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1871.96,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),(28491,0,0,0,0,0,25479,25480,25481,25482,'Disciple of the Unholy','','',0,55,57,0,2082,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28481,0,0,0,0,0,23980,11686,0,0,'Runeforge (SE)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28490,0,0,0,0,0,25475,25476,25477,25478,'Disciple of Frost','','',0,55,57,0,2104,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28488,0,0,0,0,0,26919,0,0,0,'Coldwraith','','',0,55,56,0,2082,0,1,0.99206,1,0,89,118,0,220,1,2000,2000,2,32768,2048,0,0,0,0,0,0,61,90,21,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32542,0,0,0,0,0,28047,0,0,0,'Disciple\'s Training Dummy','','',0,65,65,0,7,0,1,1,1,0,200,281,0,278,1,2000,2000,1,131072,2048,0,0,0,0,0,0,166,246,35,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000187,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),(32545,0,0,0,0,0,3019,0,0,0,'Initiate\'s Training Dummy','','',0,55,55,0,7,0,1,1,1,0,94,125,0,228,1,2000,2000,1,131072,2048,0,0,0,0,0,0,65,95,23,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000187,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),(29194,0,0,0,0,0,25468,0,0,0,'Amal\'thazad','','',9693,80,80,2,2050,49,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,6,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29196,0,0,0,0,0,25459,0,0,0,'Lord Thorval','','',9692,80,80,2,2082,49,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,6,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28489,0,0,0,0,0,25469,25470,25471,25472,'Disciple of Blood','','',0,55,57,0,2082,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29195,0,0,0,0,0,25458,0,0,0,'Lady Alistra','','',9691,80,80,2,2050,49,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,6,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29231,0,0,0,0,0,11399,0,0,0,'Shadow Construct','','',0,76,78,2,2105,0,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29218,0,0,0,0,0,15882,0,0,0,'Portal to the Shadow Realm','','',0,77,77,2,35,0,1,1,1,0,371,522,0,478,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,314,466,81,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29210,0,0,0,0,0,7550,0,0,0,'Frigid Bones','','',0,54,55,0,2105,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,32768,2048,0,0,0,0,0,0,60,88,21,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29232,0,0,0,0,0,559,0,0,0,'Forgotten Servant','','',0,54,55,0,2105,0,0.777776,1.14286,1,0,87,116,0,214,1,2000,2000,2,32768,2048,0,0,0,0,0,0,60,88,21,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32637,0,0,0,0,0,28082,0,0,0,'Flying Carpet','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1056768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26548,0,0,0,0,0,24135,0,0,0,'Leesha Tannerby','Dockmaster','',9341,45,45,0,12,1,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31792,0,0,0,0,0,27716,0,0,0,'Sailor Picardo','The Kraken','',0,72,72,2,1733,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31791,0,0,0,0,0,27715,0,0,0,'Sailor Dawning','The Kraken','',0,72,72,2,1733,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31793,0,0,0,0,0,27717,0,0,0,'Sailor Phillips','The Kraken','',0,72,72,2,1733,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31788,0,0,0,0,0,27712,0,0,0,'Captain Constance','The Kraken','',0,80,80,2,1733,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31789,0,0,0,0,0,27713,0,0,0,'First Mate Fitzgerald','The Kraken','',0,76,76,2,1733,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,768,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31790,0,0,0,0,0,27714,0,0,0,'Navigator Meyer','The Kraken','',0,74,74,2,1733,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30217,0,0,0,0,0,26853,0,0,0,'Steven Allen','','',9883,45,45,0,12,1,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,33280,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25760,0,0,0,0,0,25633,0,0,0,'Kvaldir Raider','','',0,68,69,2,1771,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,25760,25760,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,995,1658,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(25762,0,0,0,0,0,23278,0,0,0,'Vrykul Landing Ship','','',0,70,70,2,35,16777216,2.4,0.714286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,9,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,54,1,0,0,'',12340),(28440,0,0,0,0,0,25390,25391,25390,25391,'Tundra Penguin','','',0,1,1,0,7,0,1,1,1.47,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24637,0,0,0,0,0,1557,12199,12200,0,'Great Reef Shark','','',0,70,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,1,0,24637,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,34127,0,0,0,0,0,0,1,0,0,'',12340),(25800,0,0,0,0,0,23385,0,0,0,'Clam Master K','','',0,72,72,2,14,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,25800,25800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,998,1663,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26549,0,0,0,0,0,24145,0,0,0,'Nelno Copperbeam','Dockmaster','',9344,65,65,0,1892,1,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27393,0,0,0,0,0,24606,24607,0,0,'Valiance Keep Fisherman','','',0,69,69,2,1973,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29617,0,0,0,0,0,23031,0,0,0,'Valiance Keep Defender','','',0,69,69,2,1973,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25827,0,0,0,0,0,23410,0,0,0,'Tom Hegger','','',9217,69,69,2,1892,1,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_hidden_cultist',12340),(25737,0,0,0,0,0,23342,0,0,0,'Airman Skyhopper','','',0,68,68,2,1973,2,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29158,0,0,0,0,0,25956,0,0,0,'Magister Dath\'omere','','',9780,75,75,2,2007,3,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25251,0,0,0,0,0,23083,0,0,0,'Leryssa','','',9223,68,69,0,1973,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25302,0,0,0,0,0,23066,0,0,0,'Old Man Colburn','','',9246,69,69,2,1892,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26879,0,0,0,0,0,22041,0,0,0,'Tomas Riverwell','Gryphon Master','',0,75,75,2,1892,8192,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27010,0,0,0,0,0,24298,0,0,0,'Celidh Aletracker','Stable Master','',9821,70,70,2,1892,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(25306,0,0,0,0,0,23068,23069,23070,23071,'Valiance Keep Cannoneer','','',0,69,69,2,1973,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_valiance_keep_cannoneer',12340),(25826,0,0,0,0,0,23065,0,0,0,'Vindicator Yaala','','',0,72,72,0,1973,2,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25248,0,0,0,0,0,23027,0,0,0,'\"Salty\" John Thorpe','','',9218,69,69,2,1892,641,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_hidden_cultist',12340),(25234,0,0,0,0,0,22998,22999,0,0,'Stormfleet Deckhand','','',0,68,69,0,1973,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,25234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25299,0,0,0,0,0,23062,0,0,0,'Admiral Cantlebree','','',0,69,69,2,1973,2,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25253,0,0,0,0,0,23031,0,0,0,'Valiance Keep Footman','','',0,75,75,2,1973,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33280,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25298,0,0,0,0,0,23061,0,0,0,'Captain \"Lefty\" Lugsail','','',0,69,69,2,1973,2,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24357,0,0,0,0,0,22339,0,0,0,'Maethor Skyshadow','Poison & Reagents','',0,65,65,1,1892,3200,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25317,0,0,0,0,0,24818,24819,3422,24821,'Civilian Recruit','','',0,68,68,2,1973,0,0.8,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,45,1,0,0,'',12340),(25249,0,0,0,0,0,23025,0,0,0,'Midge','','',0,70,70,2,1973,2,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25219,0,0,0,0,0,20570,11686,0,0,'Borean Queue Trigger LAB','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25271,0,0,0,0,0,4125,5034,2733,1720,'Valiance Keep Worker','','',0,68,68,2,1892,0,0.8,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,45,1,0,0,'',12340),(25245,0,0,0,0,0,23010,0,0,0,'James Deacon','Innkeeper','',9245,69,69,2,1973,66179,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(25307,0,0,0,0,0,23073,0,0,0,'Recruitment Officer Blythe','','',0,71,71,0,1973,2,1,1.14286,1,1,299,426,0,308,4.6,1500,2000,1,512,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25222,0,0,0,0,0,23072,0,0,0,'Recruitment Officer Carven','','',0,71,71,0,1973,0,1,1.14286,1,1,299,426,0,308,4.6,1500,2000,1,512,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25220,0,0,0,0,0,24818,24819,3422,24821,'Civilian Recruit','','',0,68,68,2,1973,0,0.8,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,45,1,0,0,'',12340),(24771,0,0,0,0,0,16480,19595,0,0,'Coldarra Invisman','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25281,0,0,0,0,0,23049,0,0,0,'Heldgarr Steelbeard','','',0,70,70,0,1973,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25282,0,0,0,0,0,23050,0,0,0,'Ferlynn Windsong','','',0,70,70,0,1973,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26992,0,0,0,0,0,24285,0,0,0,'Brynna Wilson','Grand Master First Aid Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25297,0,0,0,0,0,3019,0,0,0,'Drill Dummy','','',0,25,25,0,1703,0,1,1,1,0,35,48,0,86,1,2000,2000,1,256,2048,0,0,0,0,0,0,24,36,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25605,0,0,0,0,0,23273,23274,0,0,'Clandestine Cultist','Cult of the Damned','',0,68,69,2,1975,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,25605,25605,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,940,1566,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32564,0,0,0,0,0,28058,0,0,0,'Logistics Officer Silverstone','Alliance Vanguard Quartermaster','',0,72,72,2,1973,128,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26999,0,0,0,0,0,24289,0,0,0,'Fendrig Redbeard','Grand Master Mining Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26988,0,0,0,0,0,24284,0,0,0,'Argo Strongstout','Grand Master Blacksmithing Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25238,0,0,0,0,0,23005,0,0,0,'Gamlen','','',0,69,69,2,1892,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25235,0,0,0,0,0,23001,0,0,0,'Hilda Stoneforge','','',0,69,69,0,1892,2,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27011,0,0,0,0,0,24281,0,0,0,'Broff Bombast','General Goods','',0,71,71,1,1892,4480,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25241,0,0,0,0,0,23012,0,0,0,'Gelrynd','','',0,69,69,2,1892,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25239,0,0,0,0,0,23013,0,0,0,'Thulrin','','',0,69,69,2,1892,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25240,0,0,0,0,0,23011,0,0,0,'Bromm','','',0,69,69,2,1892,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26155,0,0,0,0,0,22998,0,0,0,'Mark Hanes','','',0,69,69,0,1892,2,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27364,0,0,0,0,0,251,0,0,0,'Jimmy the Stable Boy','','',0,10,10,0,1892,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,33024,2048,0,0,0,0,0,0,9,13,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27365,0,0,0,0,0,11686,0,0,0,'Stabled Horse','','',0,70,72,2,1892,0,1.2,1.38571,1,0,307,438,0,314,1,1300,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(25816,0,0,0,0,0,23402,0,0,0,'Sergeant Hammerhill','','',9215,71,71,0,1892,3,1,1.38571,1,1,299,426,0,308,4.6,1500,2000,1,512,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24042,0,0,0,0,0,20570,11686,0,0,'Generic Trigger LAB','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26998,0,0,0,0,0,24294,0,0,0,'Rosemary Bovard','Grand Master Leatherworking Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26993,0,0,0,0,0,24291,0,0,0,'Old Man Robert','Grand Master Fishing Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26995,0,0,0,0,0,24296,0,0,0,'Tink Brightbolt','Grand Master Inscription Trainer','',9879,71,71,2,1892,2257,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27000,0,0,0,0,0,24297,0,0,0,'Trapper Jack','Grand Master Skinning Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26989,0,0,0,0,0,24293,0,0,0,'Rollick MacKreel','Grand Master Cooking Trainer','',9986,71,71,1,1892,83,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26994,0,0,0,0,0,24290,0,0,0,'Kirea Moondancer','Grand Master Herbalism Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26990,0,0,0,0,0,24283,0,0,0,'Alexis Marlowe','Grand Master Enchanting Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25395,0,0,0,0,0,23066,0,0,0,'Private Brau','','',9247,69,69,2,84,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25828,0,0,0,0,0,23031,0,0,0,'Guard Mitchells','','',9219,69,69,2,1973,1,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_hidden_cultist',12340),(25311,0,0,0,0,0,23077,0,0,0,'Valiance Keep Rifleman','','',0,69,69,2,1974,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27001,0,0,0,0,0,24287,0,0,0,'Darin Goodstitch','Grand Master Tailoring Trainer','',10114,71,71,1,1892,83,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26991,0,0,0,0,0,24295,0,0,0,'Sock Brightbolt','Grand Master Engineering Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26987,0,0,0,0,0,24288,0,0,0,'Falorn Nightwhisper','Grand Master Alchemy Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26997,0,0,0,0,0,24282,0,0,0,'Alestos','Grand Master Jewelcrafting Trainer','',9892,71,71,2,1892,83,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27012,0,0,0,0,0,24280,0,0,0,'Beem Goldsprocket','Trade Goods','',0,67,67,1,1892,128,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25582,0,0,0,0,0,23916,0,0,0,'Scourged Flamespitter','','',0,68,69,2,1988,0,1,0.95238,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,6,0,25582,0,70204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,2,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25825,0,0,0,0,0,23409,0,0,0,'Medic Hawthorn','','',9187,71,71,0,1973,3,1,1.14286,1,0,299,426,0,308,1,1500,2000,1,512,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25264,0,0,0,0,0,23035,0,0,0,'Justicar Julia Celeste','','',0,72,72,2,1974,0,1,1.38571,1,1,304,436,0,296,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25301,0,0,0,0,0,23063,0,0,0,'Counselor Talbot','','',0,72,72,2,1973,2,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,25301,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3317,5528,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25285,0,0,0,0,0,23052,0,0,0,'Harbinger Vurenn','','',9216,72,72,0,1973,3,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25300,0,0,0,0,0,23064,23065,0,0,'Draenei Delegate','','',0,72,72,0,1973,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25250,0,0,0,0,0,23026,0,0,0,'General Arlos','','',0,75,75,2,1892,2,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27385,0,0,0,0,0,24600,0,0,0,'Ronald Anderson','Stable Master','',9821,70,70,2,1892,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(29298,0,0,0,0,0,26117,0,0,0,'Benjamin Elgueta','The Assurance','',0,30,30,0,1078,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29327,0,0,0,0,0,26165,0,0,0,'Frost Leopard','','',54000,76,77,2,1990,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,2,0,0,0,0,314,466,81,1,1,29327,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28404,0,0,0,0,0,25708,0,0,0,'Cursed Offspring of Har\'koa','','',0,76,77,2,2069,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,2,0,0,0,0,314,466,81,1,1,28404,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25489,0,0,0,0,0,26268,0,0,0,'Wooly Rhino Bull','','',0,69,69,2,1917,0,1,0.99206,1,0,245,346,0,298,1,3000,2000,1,32768,2048,0,43,0,0,0,0,206,302,43,1,65537,25489,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31186,0,0,0,0,0,4587,0,0,0,'Mana Spring Totem VI','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58775,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30231,0,0,0,0,0,26869,0,0,0,'Radulf Leder','Arathi Basin Battlemaster','',8073,61,61,0,210,1048577,1,1.38571,1,1,159,221,0,258,7.5,2000,2000,1,576,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32517,0,0,0,0,0,28010,0,0,0,'Loque\'nahak','Mate of Har\'koa','',0,76,76,2,190,0,1,1.14286,1,2,356,503,0,432,4.6,2000,2000,1,0,2048,0,46,0,0,0,0,305,452,74,1,65537,32517,0,32517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28002,0,0,0,28566,0,15145,25466,25107,0,'Mangal Crocolisk','','',0,75,76,2,14,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,6,0,0,0,0,305,452,74,1,1,28002,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(30481,0,0,0,0,0,27052,27053,27054,27055,'Darkmoon Fortune Teller','','',9915,60,60,0,1555,3,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33536,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25675,0,0,0,0,0,22044,0,0,0,'Tundra Wolf','','',0,68,68,2,1711,0,1.2,1,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,1,0,0,0,0,195,289,41,1,1,25675,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13467,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31122,0,0,0,0,0,4588,0,0,0,'Stoneclaw Totem X','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58585,58591,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25791,0,0,0,0,0,22003,0,0,0,'Oil-stained Wolf','','',0,70,71,2,16,0,1.2,1,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,1,0,0,0,0,262,389,48,1,1,25791,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28306,0,0,0,0,0,4590,0,0,0,'Anti-Magic Zone','','',0,1,1,0,58,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33556480,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,50461,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27936,0,0,0,0,0,24950,0,0,0,'Pumpkin Soldier','','',0,70,70,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23013,0,0,0,0,0,17897,17678,17897,0,'Designer Island Elekk','','',0,30,30,0,7,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23014,0,0,0,0,0,21192,0,0,0,'Designer Island Sabercat','','',0,30,30,0,16,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,2,0,0,0,0,29,42,9,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23041,0,0,0,0,0,21224,21225,21226,0,'TEST Iceberg','','',0,70,70,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23513,0,0,0,0,0,21597,0,0,0,'Northrend Yeti (Blue)','','',0,71,72,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,185,1,0,0,'',12340),(23514,0,0,0,0,0,21598,0,0,0,'Northrend Yeti (Brown)','','',0,71,72,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,185,1,0,0,'',12340),(23515,0,0,0,0,0,21599,0,0,0,'UNUSED Northrend Yeti (Red)','','',0,71,72,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23516,0,0,0,0,0,21600,0,0,0,'Northrend Yeti (Yellow)','','',0,80,80,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,185,1,0,0,'',12340),(23517,0,0,0,0,0,21601,0,0,0,'Northrend Yeti (White)','','',0,71,72,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,185,1,0,0,'',12340),(23518,0,0,0,0,0,21602,0,0,0,'Tauren Canoe (Northrend)','','',0,75,75,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23519,0,0,0,0,0,21603,0,0,0,'Big Shirl','','',0,83,83,2,14,0,1,1.14286,1,1,509,683,0,805,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,1,1,0,0,0,0,0,0,0,233,1,0,0,'',12340),(23520,0,0,0,0,0,12943,0,0,0,'Jimmy Two-Canoes','','',0,75,75,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23538,0,0,0,0,0,24137,24174,24173,0,'Northrend Red Dragon','','',0,80,80,1,1824,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23539,0,0,0,0,0,12821,6371,0,0,'Northrend Red Drake','','',0,80,80,1,1824,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23546,0,0,0,0,0,21608,0,0,0,'Vice Admiral Keller','','',8966,72,72,0,1892,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23547,0,0,0,0,0,21609,0,0,0,'Macalroy','','',0,69,69,1,1892,2,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23548,0,0,0,0,0,21610,0,0,0,'Beltrand McSorf','Explorers\' League','',0,70,70,1,1892,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23549,0,0,0,0,0,21611,0,0,0,'Rowan Helfgot','Royal Stormwind Society of Science','',0,71,71,0,1892,2,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23550,0,0,0,0,0,21612,0,0,0,'Valgarde Yeoman','','',0,65,66,1,1892,0,0.666668,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23551,0,0,0,0,0,21613,21617,0,0,'Valgarde Cannoneer','','',0,67,68,0,1892,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23552,0,0,0,0,0,21614,0,0,0,'Valgarde Yeoman','','',0,65,66,0,1892,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23553,0,0,0,0,0,21615,0,0,0,'Vrykul (Northrend Size Model)','','',0,75,75,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23556,0,0,0,0,0,22657,0,0,0,'Vrykul Proto-dragon Mount','','',0,71,71,0,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(23557,0,0,0,0,0,21794,21911,0,0,'Dragonflayer Raider','','',0,68,69,2,1895,0,1,2.57143,1,0,245,346,0,298,1,2000,2000,1,33024,2048,0,0,0,0,0,0,206,302,43,7,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,10,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(23564,0,0,0,0,0,22179,0,0,0,'Plagued Dragonflayer Tribesman','','',0,69,70,2,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23575,0,0,0,0,0,10699,0,0,0,'Mindless Abomination','','',0,68,68,2,35,0,1,1.14286,1,1,231,325,0,292,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,6,72,0,0,0,0,0,0,0,0,0,61359,42166,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,147,1,8388624,0,'',12340),(23638,0,0,0,0,0,24055,0,0,0,'Longtusk Fisherman','','',0,70,70,2,1950,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23639,0,0,0,0,0,24052,0,0,0,'Longtusk Tribesman','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23640,0,0,0,0,0,21688,0,0,0,'Longtusk Harpooner','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23641,0,0,0,0,0,21688,0,0,0,'Longtusk Sea-caller','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23642,0,0,0,0,0,21688,0,0,0,'Longtusk Wayfinder','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23643,0,0,0,23645,0,5243,0,0,0,'Unstable Mur\'ghoul','','',0,70,70,2,21,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,6,0,23643,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(23644,0,0,0,23645,0,5243,0,0,0,'Mur\'ghoul Flesheater','','',0,71,71,2,21,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,23644,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(23645,0,0,0,0,0,652,0,0,0,'Mur\'ghoul Corrupter','','',0,71,71,2,21,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,6,0,23645,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(23646,0,0,0,0,0,3833,0,0,0,'Northsea Smuggler','','',0,70,70,2,1888,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23647,0,0,0,0,0,3833,0,0,0,'Northsea Brigand','','',0,70,70,2,1888,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23648,0,0,0,0,0,3833,0,0,0,'Northsea Raider','','',0,70,70,2,1888,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23649,0,0,0,0,0,3833,0,0,0,'Northsea Swashbuckler','','',0,70,70,2,1888,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23650,0,0,0,0,0,3833,0,0,0,'Northsea Pirate','','',0,70,70,2,1888,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23651,0,0,0,0,0,21932,21933,0,0,'Dragonflayer Tribesman','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23651,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,940,1566,'',0,3,1,1,1,1,0,33308,41989,0,0,0,0,0,1,0,0,'',12340),(23652,0,0,0,0,0,21917,21918,0,0,'Dragonflayer Vrykul','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23652,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,1556,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23653,0,0,0,24231,0,22147,22148,0,0,'Winterskorn Spearman','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,23653,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,1646,'',0,3,1,1,1,1,0,34137,41989,0,0,0,0,0,1,0,0,'',12340),(23654,0,0,0,0,0,21965,22137,22138,0,'Dragonflayer Warrior','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23654,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,1569,'',0,3,1,1,1,1,0,34137,41989,0,0,0,0,0,1,0,0,'',12340),(23655,0,0,0,24231,0,22143,22144,0,0,'Winterskorn Bonegrinder','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,23655,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,1655,'',0,3,1,1,1,1,0,34137,41989,0,0,0,0,0,1,0,0,'',12340),(23656,0,0,0,0,0,21966,22146,0,0,'Dragonflayer Rune-Seer','','',0,68,69,2,1885,0,1,1.14286,1,0,230,336,0,133,1,2000,2000,8,32768,2048,0,0,0,0,0,0,215,321,28,7,0,23656,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,1569,'SmartAI',0,3,1,1,1,1,0,34137,41989,0,0,0,0,0,1,0,0,'',12340),(23657,0,0,0,24231,0,22139,22145,0,0,'Winterskorn Skald','','',0,68,69,2,1885,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,23657,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,983,1638,'',0,3,1,1,1,1,0,34137,41989,0,0,0,0,0,1,0,0,'',12340),(23658,0,0,0,0,0,21915,21916,21926,0,'Dragonflayer Death Weaver','','',0,68,69,2,1885,0,1,1.14286,1,0,230,336,0,133,1,2000,2000,8,32768,2048,0,0,0,0,0,0,215,321,28,7,0,23658,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,1661,'SmartAI',0,3,1,1,1,1,0,33308,41989,0,0,0,0,0,1,0,0,'',12340),(23659,0,0,0,0,0,21690,0,0,0,'Dragonflayer Elder','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23660,0,0,0,0,0,21913,21914,0,0,'Dragonflayer Thane','','',0,68,69,2,1885,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,23660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,992,1653,'',0,3,1,1,1,1,0,33308,41989,0,0,0,0,0,1,0,0,'',12340),(23661,0,0,0,0,0,22076,22077,22078,22079,'Winterskorn Tribesman','','',0,70,70,2,1885,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,23661,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,995,1658,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23662,0,0,0,0,0,22072,22073,22074,22075,'Winterskorn Woodsman','','',0,70,70,2,1885,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,23662,26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,1648,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23663,0,0,0,0,0,25657,25658,0,0,'Winterskorn Shield-Maiden','','',0,70,71,2,1885,0,1,1.28571,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,23663,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,1759,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23664,0,0,0,0,0,21989,21990,21991,21992,'Winterskorn Warrior','','',0,70,71,2,1885,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,23664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1754,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23665,0,0,0,0,0,22059,22060,22061,22062,'Winterskorn Raider','','',0,70,71,2,1885,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,23665,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1049,1748,'SmartAI',0,5,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23666,0,0,0,0,0,22053,22054,22055,22056,'Winterskorn Berserker','','',0,70,71,2,1885,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,23666,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1053,1755,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23667,0,0,0,0,0,22084,22085,22086,22087,'Winterskorn Rune-Seer','','',0,70,71,2,1885,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,23667,23667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1040,1733,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23668,0,0,0,0,0,22080,22081,22082,22083,'Winterskorn Rune-Caster','','',0,70,71,2,1885,0,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,23668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1028,1713,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23669,0,0,0,0,0,22068,22069,22070,22071,'Winterskorn Oracle','','',0,70,71,2,1885,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,23669,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1044,1740,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23670,0,0,0,0,0,22063,22064,22065,22066,'Winterskorn Elder','','',0,71,71,2,1885,0,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,23670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1060,1766,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23671,0,0,0,0,0,22107,0,0,0,'Halfdan the Ice-Hearted','Thane of Skorn','',0,72,72,2,1885,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19131,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23672,0,0,0,0,0,25954,0,0,0,'Iron Rune Worker','','',0,69,69,2,1954,0,1,0.99206,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23672,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1666,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(23673,0,0,0,0,0,25754,0,0,0,'Iron Rune Steelguard','','',0,69,70,2,1954,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,23673,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,453,2297,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(23674,0,0,0,0,0,25953,0,0,0,'Iron Rune Sage','','',0,69,70,2,1954,0,1,0.99206,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,23674,23674,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,940,1566,'',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(23675,0,0,0,0,0,25748,0,0,0,'Iron Rune Runemaster','','',0,69,70,2,1954,0,1,0.99206,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,23675,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,1656,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(23676,0,0,0,0,0,26213,0,0,0,'Iron Rune Destroyer','','',0,69,70,2,1954,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,23676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,1570,'',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(23677,0,0,0,0,0,22120,0,0,0,'Frost Nymph','','',0,70,70,2,15,0,1,0.99206,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,23677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1026,1710,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23678,0,0,0,0,0,22127,0,0,0,'Chill Nymph','','',0,70,70,2,16,0,1,0.99206,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,23678,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1047,1745,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23680,0,0,0,0,0,24874,0,0,0,'Plagued Proto-Dragon','','',0,70,70,2,103,0,1.44444,1.5873,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,23680,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,3,1,1,1,0,42106,0,0,0,0,0,0,1,0,0,'',12340),(23688,0,0,0,0,0,28345,0,0,0,'Proto-Whelp','','',0,69,69,2,1771,0,1.44444,1.5873,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,2,0,23688,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42106,0,0,0,0,0,0,1,0,0,'',12340),(23689,0,0,0,0,0,24717,0,0,0,'Proto-Drake','','',0,70,71,2,1885,0,1.6,1.42857,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,2,0,23689,0,70208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,4,1,1,1,0,42106,0,0,0,0,0,150,1,0,0,'',12340),(23690,0,0,0,0,0,22132,0,0,0,'Shoveltusk','','',0,68,68,2,1887,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,1,0,23690,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33611,33120,34136,42104,0,0,0,1,0,0,'',12340),(23691,0,0,0,0,0,22131,0,0,0,'Shoveltusk Stag','','',0,69,69,2,1886,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,1,0,23691,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33611,33120,42104,34136,0,0,0,1,0,0,'',12340),(23692,0,0,0,0,0,22320,0,0,0,'Shaghide Boar','','',0,68,69,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33610,0,0,0,0,0,0,1,0,0,'',12340),(23693,0,0,0,0,0,22321,0,0,0,'Duskwing Eagle','','',0,69,70,2,7,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,26,0,0,0,0,215,320,44,1,1,23693,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23695,0,0,0,0,0,21688,0,0,0,'Tuskarr (Northrend Size Model)','','',0,75,75,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23711,0,0,0,0,0,25952,0,0,0,'Iron Rune Laborer','','',0,69,69,2,1954,0,1,0.99206,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,23711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,938,1563,'',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(23715,25763,0,0,0,0,23488,0,0,0,'Clayton\'s Test Creature','Quality Assured','Attack',0,70,70,2,1734,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.10509,5.16957,1,0,0,0,0,0,0,0,115,1,0,0,'',12340),(23725,0,0,0,0,0,23356,0,0,0,'Stone Giant','','',0,70,70,2,634,0,1,0.99206,1,1,234,331,0,286,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,5,512,23725,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23726,0,0,0,0,0,21721,0,0,0,'Stone Lord','','',0,71,71,2,778,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23728,0,0,0,0,0,21707,0,0,0,'Guard Captain Zorek','','',8984,73,73,2,1892,3,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23729,0,0,0,0,0,21708,0,0,0,'Baron Ulrik von Stromhearth','','',9780,75,75,2,2007,3,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23730,0,0,0,0,0,21709,0,0,0,'Harold Lagras','','',0,71,71,2,1892,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23731,0,0,0,0,0,21710,0,0,0,'Innkeeper Hazel Lagras','Innkeeper','',8806,67,67,2,1892,66179,1,1.14286,1,0,170,246,0,128,1,2000,2000,8,32768,2048,0,0,0,0,0,0,156,232,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(23732,0,0,0,0,0,21711,0,0,0,'Sorely Twitchblade','Poison Supplier','',8808,69,69,2,1892,1155,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23733,0,0,0,0,0,251,0,0,0,'Horatio the Stable Boy','Stable Master','',8805,10,10,0,1892,4194307,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,33024,2048,0,0,0,0,0,0,9,13,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23734,0,0,0,0,0,21712,0,0,0,'Anchorite Yazmina','Grand Master First Aid Trainer','',8802,68,68,2,1892,211,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,2,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23735,0,0,0,0,0,21713,0,0,0,'Bartleby Armorfist','Armorsmith','',0,65,65,1,1892,4226,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23736,0,0,0,0,0,21714,0,0,0,'Pricilla Winterwind','Gryphon Master','',0,70,70,2,1892,8194,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23737,0,0,0,0,0,21715,0,0,0,'Coot \"The Stranger\" Albertson','Bartender','',8803,69,69,2,1892,643,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23738,0,0,0,0,0,21716,0,0,0,'Foreman Miles McMoody','','',0,71,71,1,1892,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23739,0,0,0,0,0,21754,21755,21756,21757,'Valgarde Defender','','',0,72,72,2,1891,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23740,0,0,0,0,0,22673,0,0,0,'Frosthorn Ram','','',0,70,71,2,634,0,1,1.38571,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,23740,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33351,33352,0,0,0,0,0,1,0,0,'',12340),(23743,0,0,0,0,0,10579,0,0,0,'Icehollow Yeti','','',0,70,71,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23744,0,0,0,0,0,21718,0,0,0,'Icehollow Behemoth','','',0,71,71,2,14,0,1,1.11111,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,23744,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23749,0,0,0,0,0,21833,0,0,0,'Captain Adams','','',8852,72,72,2,1891,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23750,0,0,0,0,0,169,24719,0,0,'Proto-Whelp Hatchling','','',0,70,71,2,1771,0,1.44444,1.5873,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,10,0,23750,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42106,0,0,0,0,0,0,1,0,0,'',12340),(23755,0,0,0,0,0,3833,0,0,0,'Blockade Pirate','','',0,70,70,2,1888,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23756,0,0,0,0,0,953,0,0,0,'Ironforge Steam Tank','','',0,32,32,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23760,0,0,0,0,0,22532,22533,22534,0,'Forsaken Plaguebringer','','',0,70,70,2,1929,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,23760,23760,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,1758,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23763,0,0,0,0,0,21773,0,0,0,'Scarlet Ivy','','',0,69,69,2,16,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23767,0,0,0,23755,0,3827,0,0,0,'Blockade Captain','','',0,72,72,2,1888,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23770,0,0,0,0,0,21889,0,0,0,'Cannoneer Ely','','',8832,71,71,2,1892,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23771,0,0,0,0,0,21788,0,0,0,'Blockade Cannon','','',0,70,70,2,1888,0,1,1.07143,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23772,0,0,0,0,0,10891,0,0,0,'Spotted Hippogryph','','',0,69,70,2,634,0,2,2.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,23772,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,191,1,0,0,'',12340),(23773,0,0,0,0,0,21883,0,0,0,'Chef Kettleblack','','',8854,70,70,2,1892,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23776,0,0,0,0,0,21746,0,0,0,'Dark Ranger','','',0,72,73,2,2024,0,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,23776,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3424,5706,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23777,0,0,0,0,0,20245,0,0,0,'Proto-Drake Egg','','',0,68,68,2,1885,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,4,2048,0,0,0,0,0,0,195,289,41,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23778,0,0,0,0,0,21746,0,0,0,'Dark Ranger Lyana','','',8879,70,70,2,1897,3,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,262144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_razael_and_lyana',12340),(23779,0,0,0,0,0,21748,21749,21750,21751,'Vengeance Landing Deathguard','','',0,75,75,2,2024,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23780,0,0,0,0,0,21752,0,0,0,'High Executor Anselm','','',8911,72,72,2,1929,3,1,1.28968,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23781,0,0,0,0,0,21753,0,0,0,'Apothecary Celestine','Royal Apothecary Society','',0,73,73,0,1929,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23782,0,0,0,0,0,22113,0,0,0,'Apothecary Ravien','Royal Apothecary Society','',0,68,68,0,1929,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23783,0,0,0,0,0,21758,21759,21760,21761,'Injured Defender','','',0,66,67,1,1892,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23784,0,0,0,0,0,22111,0,0,0,'Apothecary Hanes','Royal Apothecary Society','',0,69,69,2,1933,2,1,0.78571,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,96,1,0,0,'npc_apothecary_hanes',12340),(23785,0,0,0,0,0,21763,0,0,0,'Daggercap Hammerhead','','',0,68,69,2,14,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,1,0,23785,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23791,0,0,0,0,0,556,308,341,0,'Valgarde Laborer','','',0,61,68,1,1892,0,0.666668,1.14286,1,0,231,325,0,292,1,2000,2000,1,33280,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23792,0,0,0,0,0,21768,0,0,0,'Valgarde Rifleman','','',0,70,71,2,1893,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23793,0,0,0,0,0,21779,21782,21783,0,'North Fleet Soldier','','',0,68,69,2,1899,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23793,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,938,1564,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23794,0,0,0,0,0,21776,21775,21777,0,'North Fleet Medic','','',0,68,69,2,1899,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,23794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,1553,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23796,0,0,0,0,0,25757,0,0,0,'Iron Rune Binder','','',0,69,70,2,16,0,1,0.99206,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,23796,23796,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,1758,'',0,3,1,1,1,1,0,33778,33779,33780,42105,0,0,0,1,0,0,'',12340),(23801,0,0,0,0,0,21774,0,0,0,'Turkey','','',0,4,6,0,189,0,1,0.99206,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23802,0,0,0,0,0,21778,0,0,0,'Wink Sprinklesprankle','General Goods & Trade Supplies','',0,67,67,1,1892,386,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23803,0,0,0,0,0,169,11686,0,0,'Vengeance Landing Cannon Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23804,0,0,0,0,0,28439,0,0,0,'Orfus of Kamagua','','',9044,71,71,2,1950,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23805,0,0,0,0,0,169,15880,0,0,'Vengeance Landing Cannon Controller','','',0,60,60,0,35,0,1,5.71429,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,269,1,0,128,'',12340),(23806,0,0,0,0,0,11686,0,0,0,'Dragonflayer Blaze','','',0,75,75,2,1895,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23809,0,0,0,0,0,21748,21749,21750,21751,'Vengeance Landing Cannoneer','','',0,72,73,2,2056,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,23809,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4440,7400,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23810,0,0,0,0,0,1126,17612,0,0,'Blockade Explosion Bunny','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,1056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23816,0,0,0,0,0,21795,0,0,0,'Bat Handler Camille','Bat Handler','',8894,71,71,2,1928,1,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23821,0,0,0,0,0,1126,11686,0,0,'Valgarde Harpoon Target','','',0,70,70,2,1893,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23823,0,0,0,0,0,21894,0,0,0,'Harrowmeiser','Captured Zeppelin Owner','',8817,70,70,2,1635,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,294912,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23826,0,0,0,0,0,11686,0,0,0,'Creeping Flames','','',0,70,70,2,1895,0,0.4,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,43,1,0,0,'',12340),(23831,0,0,0,0,0,21885,0,0,0,'Old Man Stonemantle','','',8855,70,70,2,1927,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23833,0,0,0,0,0,21886,0,0,0,'Explorer Jaren','','',8957,72,72,2,1927,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23836,0,0,0,0,0,20488,0,0,0,'Westguard Lumberjack','','',0,62,69,1,1892,0,0.666668,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23837,0,0,0,0,0,1126,11686,0,0,'ELM General Purpose Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23838,0,0,0,0,0,89,0,0,0,'Westguard Lumberjack (Wood)','','',0,62,69,2,1733,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23839,0,0,0,0,0,21797,21798,21799,21800,'Westguard Cannoneer','','',0,68,70,2,1891,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23840,0,0,0,0,0,21801,21802,21803,21804,'Westguard Crossbowman','','',0,75,75,2,1891,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23842,0,0,0,0,0,21806,21807,21808,21809,'Westguard Defender','','',0,75,75,2,1891,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23844,0,0,0,0,0,21810,21811,21812,21813,'Westguard Officer','','',0,75,75,2,1891,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23851,0,0,0,0,0,16362,0,0,0,'Westguard Cavalryman','','',0,75,75,2,1891,0,1,1.38571,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),(23856,0,0,0,0,0,21814,21815,0,0,'Westguard Cavalryman Dwarf','','',0,75,75,2,210,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),(23857,0,0,0,0,0,21816,21817,0,0,'Westguard Cavalryman Human','','',0,75,75,2,210,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),(23859,0,0,0,0,0,18666,0,0,0,'Greer Orehammer','Gryphon Master','',9546,75,75,1,1892,8195,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23860,0,0,0,0,0,21819,0,0,0,'Lissan White','','',0,70,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23862,0,0,0,0,0,21823,0,0,0,'Finlay Fletcher','Ammunition','',8820,71,71,1,1892,4481,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23865,0,0,0,0,0,21748,21749,21750,21751,'Vengeance Bringer','','',0,68,69,2,1897,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,23865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23866,0,0,0,0,0,21779,21782,21783,0,'North Fleet Sailor','','',0,68,69,2,1899,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23866,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,1568,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23867,0,0,0,0,0,169,11686,0,0,'Vengeance Landing Combatant Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23870,0,0,0,0,0,20250,0,0,0,'Ember Clutch Ancient','','',8822,75,75,2,1770,3,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,256,2048,0,0,0,0,0,0,293,436,53,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23871,0,0,0,0,0,21927,21982,0,0,'Dragonflayer Handler','','',0,69,70,2,1885,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,23871,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1049,1748,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23874,0,0,0,0,0,1086,0,0,0,'Thornvine Creeper','','',0,69,70,2,14,0,0.666668,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,256,23874,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23875,0,0,0,0,0,12350,0,0,0,'Blacksouled Keeper','','',0,71,71,2,16,0,1.11111,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,23875,23875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23876,0,0,0,0,0,27907,0,0,0,'Spore','','',0,69,69,2,14,0,0.8,1.14286,1,0,224,316,0,282,1,2000,2000,2,4,2048,0,0,0,0,0,0,188,280,32,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23882,0,0,0,0,0,24718,0,0,0,'Tamed Proto-Whelp','','',0,69,70,2,1885,0,1.44444,1.5873,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23883,0,0,0,0,0,21996,21993,21994,21995,'Forsaken Crossbowman','','',0,68,69,2,1897,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,23883,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,872,1453,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23884,0,0,0,0,0,169,11686,0,0,'Vengeance Landing Crossbow Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23885,0,0,0,0,0,169,11686,0,0,'Lyana Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23886,0,0,0,0,0,26332,0,0,0,'Bull Lion Seal','','',0,70,70,2,14,0,1,1,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,1,0,23886,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23887,0,0,0,0,0,26333,0,0,0,'Lion Seal','','',0,68,69,2,1999,0,1,1,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,1,0,23887,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23888,0,0,0,0,0,21835,0,0,0,'Mage-Lieutenant Malister','','',8853,71,71,2,1891,3,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,0,2048,0,0,0,0,0,0,240,358,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23891,0,0,0,0,0,21884,0,0,0,'Overseer Irena Stonemantle','','',8905,71,71,2,1927,3,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23895,0,0,0,0,0,21892,0,0,0,'Bombardier Petrov','','',8816,71,71,2,1892,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23898,0,0,0,0,0,22164,0,0,0,'UNUSED Reanimated Berserker','','',0,69,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34043,0,0,0,0,0,0,1,8388624,0,'',12340),(23901,0,0,0,0,0,1126,16946,0,0,'Invisible Giant Trigger','','',0,70,71,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23906,0,0,0,0,0,21897,0,0,0,'Scout Knowles','','',8839,71,71,2,1891,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23908,0,0,0,0,0,21898,0,0,0,'Jhet Ironbeard','Blacksmithing Supplies','',0,70,70,2,1891,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23911,0,0,0,0,0,21902,21903,21904,21905,'Westguard Worker','','',0,62,69,1,1892,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23915,0,0,0,0,0,169,11686,0,0,'Westguard Cannon Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23916,0,0,0,0,0,169,11686,0,0,'Westguard Cannon Trigger (Water)','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23917,0,0,0,0,0,169,11686,0,0,'Cannon Source Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23919,0,0,0,0,0,21910,0,0,0,'Ice Elemental','','',0,69,69,2,14,0,1.55556,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,4,0,23919,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33605,0,0,0,0,0,0,1,0,0,'',12340),(23921,0,0,0,0,0,1126,17612,0,0,'Halgrind Torch Bunny 01','','',0,1,1,2,35,0,1,1.14286,2,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23922,0,0,0,0,0,1126,17612,0,0,'Halgrind Torch Bunny 02','','',0,1,1,2,35,0,1,1.14286,2,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23923,0,0,0,0,0,1126,17612,0,0,'Halgrind Torch Bunny 03','','',0,1,1,2,35,0,1,1.14286,2,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23924,0,0,0,0,0,1126,17612,0,0,'Halgrind Torch Bunny 04','','',0,1,1,2,35,0,1,1.14286,2,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23925,0,0,0,0,0,149,0,0,0,'Test Guy Brian','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23929,0,0,0,0,0,21936,0,0,0,'Giant Tidecrawler','','',0,68,69,2,7,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,8,0,0,0,0,206,302,43,1,1,23929,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13070,0,0,0,'',0,3,1,1,1,1,0,33337,0,0,0,0,0,0,1,0,0,'',12340),(23930,0,0,0,0,0,9021,0,0,0,'Trained Plaguehound','','',0,55,56,0,1901,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23931,0,0,0,0,0,21919,0,0,0,'Oluf the Violent','','',0,69,69,2,1919,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,8,23931,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23932,0,0,0,0,0,21920,0,0,0,'Yanis the Mystic','Herald of Ingvar','',0,71,71,2,1885,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,23932,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1042,1736,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23933,0,0,0,0,0,21921,21922,21923,21924,'Westguard Defender - Sleeping','','',0,75,75,2,210,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23934,0,0,0,0,0,21779,21782,21783,0,'North Fleet Salvager','','',0,68,69,2,1899,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23934,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23935,0,0,0,0,0,26101,0,0,0,'Val\'kyr Watcher','','',0,72,72,2,21,0,1,1.07143,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,3,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(23937,0,0,0,0,0,21928,0,0,0,'Innkeeper Celeste Goodhutch','Innkeeper','',8833,68,68,2,1892,66177,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(23938,0,0,0,0,0,21929,0,0,0,'Pontius','','',8970,72,73,2,1901,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23939,0,0,0,0,0,9021,0,0,0,'Fiend','','',0,55,56,0,1901,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23940,0,0,0,0,0,21931,0,0,0,'Skeld Drakeson','','',0,70,70,2,1885,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,23940,26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,1844,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23943,0,0,0,0,0,9021,0,0,0,'Hungry Plaguehound','','',0,68,68,2,35,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23945,0,0,0,0,0,15590,0,0,0,'Fjord Crow','','',0,68,68,2,190,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,7,0,0,0,0,195,289,41,1,1,23945,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12669,0,0,0,'',0,4,1,1,1,1,0,33111,33238,0,0,0,0,121,1,0,0,'',12340),(23946,0,0,0,0,0,21937,21938,0,0,'North Fleet Marksman','','',0,68,69,2,1899,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,23946,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,1575,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23947,0,0,0,0,0,169,11686,0,0,'Westguard Ranged Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23953,30748,0,0,0,0,25338,0,0,0,'Prince Keleseth','The San\'layn','',0,72,72,2,1885,0,1.2,1.42857,1,1,304,436,0,296,7.5,2400,0,2,64,2048,8,0,0,0,0,0,268,399,40,6,72,23953,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,15,1,0,0,0,0,0,0,0,147,1,617299839,2097152,'boss_keleseth',12340),(23954,31673,0,0,0,0,21953,0,0,0,'Ingvar the Plunderer','','',0,72,72,2,1885,0,1.2,1.42857,1.2,1,307,438,0,314,7.5,2000,0,1,64,2048,8,0,0,0,0,0,270,401,53,7,8,23954,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4056,6760,'',0,3,1,12.5,1,1,0,33330,0,0,0,0,0,147,1,617299839,2097152,'boss_ingvar_the_plunderer',12340),(23956,31666,0,0,0,0,22293,22294,0,0,'Dragonflayer Strategist','','',0,70,70,2,1885,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,23956,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3934,6556,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23957,0,0,0,0,0,169,11686,0,0,'Westguard Cannon Credit Trigger East','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23958,0,0,0,0,0,22185,0,0,0,'Riven Widow','','',0,70,71,2,14,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,3,0,0,0,0,262,389,48,1,1,23958,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13462,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23959,0,0,0,0,0,11032,0,0,0,'Darkclaw Bat','','',0,70,71,2,14,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,24,0,0,0,0,262,389,48,1,1,23959,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13463,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23960,31663,0,0,0,0,22289,22290,0,0,'Dragonflayer Runecaster','','',0,70,70,2,1885,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,23960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3948,6580,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23961,30747,0,0,0,0,22281,22282,0,0,'Dragonflayer Ironhelm','','',0,70,70,2,1885,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,23961,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3866,6443,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23962,0,0,0,0,0,21940,0,0,0,'Captain Olster','','',0,69,69,2,1898,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23962,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,936,1560,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23963,0,0,0,0,0,21941,0,0,0,'Sergeant Lorric','','',0,69,69,2,1898,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,23963,23963,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,925,1541,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23964,0,0,0,0,0,21942,0,0,0,'Lieutenant Celeyne','','',0,69,69,2,1898,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23964,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,939,1565,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23965,31672,0,0,0,0,25865,0,0,0,'Frost Tomb','','',0,70,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2400,0,1,131076,2048,8,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.214715,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_frost_tomb',12340),(23967,0,0,0,0,0,21943,21944,21945,21946,'Deranged Explorer','Explorers\' League','',0,70,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,23967,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1754,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23968,0,0,0,0,0,169,11686,0,0,'Hanes Fire Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,2,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23970,31635,0,0,0,0,27651,0,0,0,'Vrykul Skeleton','','',0,70,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2400,0,1,0,2048,8,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.278334,1,1,0,0,0,0,0,0,0,121,1,8388624,64,'npc_vrykul_skeleton',12340),(23972,0,0,0,0,0,169,11686,0,0,'Westguard Cannon Credit Trigger West','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23974,0,0,0,0,0,1126,17612,0,0,'Whisper Gulch Ore Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23975,0,0,0,0,0,21947,0,0,0,'Thoralius the Wise','','',0,72,72,2,1892,2,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23976,0,0,0,0,0,21948,0,0,0,'Sapper Steelring','','',8856,70,70,2,1927,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23977,0,0,0,0,0,14546,14547,14551,14549,'Abandoned Pack Mule','','',0,1,2,0,35,0,1,1.42857,1,0,2,2,0,26,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(23978,0,0,0,0,0,21949,0,0,0,'Explorer Abigail','','',0,70,70,2,1927,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23980,31674,0,0,0,0,26351,0,0,0,'Ingvar the Plunderer','','',0,72,72,2,1885,0,1,1.14286,1,1,307,438,0,314,7.5,2000,0,1,0,2048,8,0,0,0,0,0,270,401,53,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12.5,1,1,0,33330,0,0,0,0,0,144,1,617299839,2097152,'',12340),(23981,0,0,0,0,0,21952,0,0,0,'Mogisu the Wayfarer','','',0,71,71,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23982,0,0,0,0,0,21956,21957,21958,0,'Forsaken Deckhand','','',0,68,68,2,1900,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,537133824,2048,0,0,0,0,0,0,195,289,41,7,0,23982,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,1483,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23983,0,0,0,0,0,22440,22441,22442,0,'North Fleet Marine','','',0,68,69,2,1899,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23983,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23984,0,0,0,0,0,14546,14547,14551,14549,'Stabled Explorers\' League Pack Mule','','',0,1,2,0,1892,0,1,1.42857,1,0,2,2,0,26,1,1300,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(23985,0,0,0,0,0,22255,0,0,0,'Stabled Westguard Eagle','','',0,70,72,2,1892,0,1,1.42857,1,0,307,438,0,314,1,1300,2000,1,32768,2048,0,26,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(23986,0,0,0,0,0,14346,0,0,0,'Stabled Westguard Ram','','',0,70,72,2,1892,0,1,1.42857,1,0,307,438,0,314,1,1300,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(23987,0,0,0,0,0,14338,0,0,0,'Stabled Westguard Horse','','',0,70,72,2,1892,0,1,1.42857,1,0,307,438,0,314,1,1300,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(23989,0,0,0,0,0,21985,21986,0,0,'Gjalerbron Sleep-Watcher','','',0,70,71,2,1885,0,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,23989,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1113,1855,'SmartAI',0,3,1,1,1,1,0,33284,33290,41989,0,0,0,0,1,0,0,'',12340),(23990,0,0,0,0,0,21983,21984,0,0,'Gjalerbron Rune-Caster','','',0,70,71,2,1885,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,23990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1109,1849,'SmartAI',0,3,1,1,1,1,0,33284,33290,41989,0,0,0,0,1,0,0,'',12340),(23991,0,0,0,0,0,21961,21987,0,0,'Gjalerbron Warrior','','',0,70,71,2,1885,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,23991,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,1844,'SmartAI',0,3,1,1,1,1,0,33284,33290,41989,0,0,0,0,1,0,0,'',12340),(23992,0,0,0,0,0,15297,0,0,0,'Putrid Wight','','',0,70,71,2,21,0,0.8,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,23992,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(23993,0,0,0,0,0,17444,0,0,0,'Sepulchral Overseer','','',0,71,71,2,21,0,1.6,2.28571,1,1,296,424,0,290,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,260,387,37,6,0,23993,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,2,1,0,42108,0,0,0,0,0,200,1,8388624,0,'',12340),(23994,0,0,0,0,0,10902,0,0,0,'Dragonflayer Hunting Hound','','',0,68,68,2,1885,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,1,0,23994,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23996,0,0,0,0,0,18783,16925,0,0,'Ingvar Throw Target','','',0,60,60,0,114,0,1,0.992063,1,0,104,138,0,252,1,2000,2000,1,774,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23997,31835,0,0,0,0,16946,0,0,0,'Ingvar Throw Dummy','','',0,70,70,2,14,0,8,2.85714,1,0,252,357,0,304,1,2000,0,1,33554432,2048,8,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,231,1,0,0,'',12340),(23998,0,0,0,0,0,21968,0,0,0,'Deathstalker Razael','','',8870,69,69,2,1929,1,1,1.38571,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,23998,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,754,1256,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_razael_and_lyana',12340),(24000,0,0,0,0,0,169,11686,0,0,'Hungry Plaguehound Counter','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24008,0,0,0,0,0,169,11686,0,0,'Fallen Combatant','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24009,0,0,0,24008,0,21779,21782,21783,0,'Alliance Corpse','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,537165824,2048,32,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24010,0,0,0,24008,0,21748,21751,21749,21750,'Forsaken Corpse','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,537133056,2048,32,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24012,0,0,0,0,0,18783,21342,0,0,'Ingvar Res Ground Visual','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24013,0,0,0,0,0,17311,0,0,0,'Deathless Watcher','','',0,70,71,2,21,0,2,1.28571,1,0,296,424,0,290,1,3000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,6,0,24013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,135,1,8388624,0,'',12340),(24014,0,0,0,0,0,21988,0,0,0,'Necrolord','','',0,70,71,2,21,0,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,24014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1109,1849,'SmartAI',0,3,1,1,1,1,0,34083,0,0,0,0,0,0,1,0,0,'',12340),(24015,0,0,0,0,0,21989,21990,21991,21992,'Winterskorn Defender','','',0,68,69,2,1914,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,24015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,1661,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(24016,0,0,0,0,0,21997,0,0,0,'Ulf the Bloodletter','','',0,69,69,2,1914,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,24016,26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,1655,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(24017,0,0,0,0,0,9904,9906,0,0,'Scavenging Maggot','','',0,67,67,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(24018,0,0,0,0,0,16309,0,0,0,'Necro Overlord Mezhen','','',0,71,71,2,21,0,1,1.14286,1,0,296,424,0,290,1,2500,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,24018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24019,0,0,0,0,0,16033,0,0,0,'Glacion','','',0,71,71,2,21,0,4,2.85714,1,1,299,426,0,308,4.6,1800,2000,1,64,2048,0,0,0,0,0,0,262,389,48,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,3,1,1,0,0,0,0,0,0,0,227,1,8388624,0,'',12340),(24020,0,0,0,0,0,22103,0,0,0,'Riding Horse (Gjalerbron Felsteed) (scale x2)','','',0,1,2,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24021,0,0,0,0,0,1126,21999,0,0,'ELM General Purpose Bunny (scale x0.01)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24022,0,0,0,0,0,10913,0,0,0,'Test Faction Monster','','',0,1,2,0,1915,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(24023,0,0,0,0,0,25941,0,0,0,'Queen Angerboda','','',0,71,71,2,14,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),(24026,0,0,0,0,0,22003,0,0,0,'Fanggore Worg','','',0,70,71,2,1924,0,1.2,1,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,1,0,0,0,0,262,389,48,1,1,24026,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13464,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24027,0,0,0,0,0,10699,0,0,0,'Sergeant Gorth','','',8906,70,70,2,1928,3,1.2,1.42857,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,147,1,8388624,0,'',12340),(24028,0,0,0,0,0,22005,0,0,0,'Talu Frosthoof','Bowyer','',0,60,60,1,1921,4480,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24029,0,0,0,0,0,26122,0,0,0,'Wyrmcaller Vile','','',0,71,71,2,21,0,1,1.07143,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,6,0,24029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33282,0,0,0,0,0,0,1,8388624,0,'',12340),(24030,0,0,0,0,0,25748,0,0,0,'Iron Rune Stonecaller','','',0,70,70,2,16,0,1,0.99206,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,24030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1744,'SmartAI',0,3,1,1,1,1,0,33778,33779,33780,42105,0,0,0,1,0,0,'',12340),(24031,0,0,0,0,0,22006,22007,22008,22009,'Camp Winterhoof Brave','','',0,75,75,2,1923,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24032,0,0,0,0,0,22014,0,0,0,'Celea Frozenmane','Wind Rider Master','',9584,75,75,2,1923,8195,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24033,0,0,0,0,0,22015,0,0,0,'Bori Wintertotem','Innkeeper','',8884,70,70,2,1922,66177,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(24035,0,0,0,0,0,22016,22017,22018,22024,'Gjalerbron Prisoner','','',0,65,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24037,0,0,0,0,0,22020,0,0,0,'Captain Harker','','',8896,69,69,2,1981,2,1,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24038,0,0,0,0,0,22021,0,0,0,'Father Levariol','','',8885,71,71,2,1892,3,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,0,2048,0,0,0,0,0,0,240,358,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24040,0,0,0,0,0,22022,0,0,0,'McGoyver','Pro','',8991,67,67,1,1892,1,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24041,0,0,0,0,0,25338,0,0,0,'Prince Keleseth','The San\'layn','',0,72,72,2,974,0,1,0.99206,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(24044,0,0,0,0,0,21989,21990,21991,21992,'Winterskorn Guard','','',0,70,70,2,1885,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(24045,0,0,0,0,0,19075,0,0,0,'Water Spirit Totem','','',0,72,72,0,58,0,1,1,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24046,0,0,0,0,0,19074,0,0,0,'Fire Spirit Totem','','',0,72,72,0,58,0,1,1,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24048,0,0,0,0,0,22025,0,0,0,'Squeeg Idolhunter','Explorers\' League','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24049,0,0,0,0,0,22318,0,0,0,'Rockhorn Ram','','',0,69,70,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24050,0,0,0,0,0,22026,22027,22028,22029,'Wildervar Sentry','','',0,75,75,2,1891,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24051,0,0,0,0,0,22048,22049,22050,0,'Dragonflayer Invader','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24052,0,0,0,0,0,22030,0,0,0,'Eldrim Mounder','Blacksmith','',0,70,70,2,1892,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24053,0,0,0,0,0,22031,0,0,0,'Helga Rumsbane','General Goods','',0,70,70,2,1892,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24054,0,0,0,0,0,22032,0,0,0,'Balar Rumsbane','Trade Goods','',0,70,70,2,1892,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24055,0,0,0,0,0,22033,0,0,0,'Drogan Ironshaper','','',0,70,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24056,0,0,0,0,0,22034,0,0,0,'Christopher Sloan','','',0,70,70,2,1892,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24057,0,0,0,0,0,22035,0,0,0,'Christina Daniels','Innkeeper','',342,70,70,2,1892,65665,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24058,0,0,0,0,0,22036,22037,22038,22039,'Wildervar Worker','','',0,70,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24060,0,0,0,0,0,22040,0,0,0,'Westguard Sergeant','','',8886,71,71,2,10,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24061,0,0,0,0,0,22041,0,0,0,'James Ormsby','Gryphon Master','',0,75,75,2,1892,8192,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24062,0,0,0,0,0,22043,22045,22046,22047,'Wildervar Miner','','',0,70,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24063,0,0,0,24051,0,22044,0,0,0,'Dragonflayer Worg','','',0,67,67,1,1895,0,1.2,1,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,1,0,0,0,0,186,276,39,1,0,24063,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24066,0,0,0,0,0,22051,0,0,0,'Artie Grizzlehand','Stable Master','',9821,70,70,2,1892,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(24067,0,0,0,0,0,22052,0,0,0,'Mahana Frosthoof','Stable Master','',9821,60,60,1,1922,4194305,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(24068,31655,0,0,0,0,24991,0,0,0,'Annhylde the Caller','','',0,72,72,2,1885,0,0.8,0.5,1,1,307,438,0,314,7.5,2000,0,1,2,2048,8,0,0,0,0,0,270,401,53,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,48,1,80428891,2,'',12340),(24069,31658,0,0,0,0,22297,22298,0,0,'Dragonflayer Bonecrusher','','',0,70,70,2,1885,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,0,24069,24069,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4020,6700,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(24071,31660,0,0,0,0,22299,25497,0,0,'Dragonflayer Heartsplitter','','',0,70,70,2,1885,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,0,24071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4011,6685,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(24072,0,0,0,0,0,25141,0,0,0,'Proto-Drake Broodmother','','',0,71,71,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,24072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42106,0,0,0,0,0,150,1,0,0,'',12340),(24073,0,0,0,0,0,22181,0,0,0,'Fearsome Horror','','',0,70,71,2,21,0,1,1.28968,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,24073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24074,0,0,0,0,0,20527,0,0,0,'Surveyor','','',0,72,72,2,1771,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33109,42108,0,0,0,0,0,1,8388624,0,'',12340),(24075,0,0,0,0,0,21758,21759,21760,21761,'Valgarde Scout','','',0,68,73,2,1892,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24076,0,0,0,0,0,22089,0,0,0,'Winterskorn Worg','','',0,68,69,2,1885,0,1.2,1,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,1,0,0,0,0,206,302,43,1,1,24076,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13469,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24077,0,0,0,0,0,22090,22091,22092,22093,'Impaled Valgarde Scout','','',0,68,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24078,31661,0,0,0,0,22285,22286,0,0,'Dragonflayer Metalworker','','',0,70,70,2,1885,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,24078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3833,6388,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24079,31659,0,0,0,0,22283,22284,0,0,'Dragonflayer Forge Master','','',0,70,70,2,1885,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,24079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3801,6335,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_dragonflayer_forge_master',12340),(24080,31667,0,0,0,0,22279,22280,0,0,'Dragonflayer Weaponsmith','','',0,70,70,2,1885,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,24080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3813,6355,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24081,0,0,0,0,0,22152,22153,22154,22155,'Assistant Apothecary','Royal Apothecary Society','',0,70,70,2,1929,0,1,0.78571,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,96,1,0,0,'',12340),(24082,31675,0,0,0,0,22287,22288,0,0,'Proto-Drake Handler','','',0,70,70,2,1885,0,0.5,0.571429,1,1,234,331,0,286,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,24082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3866,6443,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24083,31669,0,0,0,0,24874,0,0,0,'Enslaved Proto-Drake','','',0,70,70,2,1885,0,1.44444,1.14286,1,1,252,357,0,304,7.5,830,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,2,0,24083,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,'',0,4,3,8,1,1,0,42106,0,0,0,0,0,121,1,0,0,'npc_enslaved_proto_drake',12340),(24084,31681,0,0,0,0,25399,0,0,0,'Tunneling Ghoul','','',0,70,70,2,1885,0,0.8,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,6,0,24084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.8,1,1,0,42108,0,0,0,0,0,121,1,8388624,0,'',12340),(24085,31662,0,0,0,0,22291,22292,0,0,'Dragonflayer Overseer','','',0,70,70,2,1885,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,24085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3967,6611,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24086,0,0,0,24124,0,22095,0,0,0,'Captured Valgarde Priest','','',0,66,66,2,1892,0,1,1.14286,1,0,162,234,0,125,1,2000,2000,8,33280,2048,0,0,0,0,0,0,148,220,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24087,0,0,0,0,0,1126,17612,0,0,'Skorn Tower NW Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24088,0,0,0,24124,0,22097,0,0,0,'Captured Valgarde Mage','','',0,68,68,2,1892,0,1,1.14286,1,0,212,309,0,130,1,2000,2000,8,33282,2048,0,0,0,0,0,0,197,294,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24089,0,0,0,24124,0,22094,0,0,0,'Captured Valgarde Warrior','','',0,67,67,1,1892,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33280,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24090,0,0,0,24124,0,22096,0,0,0,'Captured Valgarde Paladin','','',0,66,66,2,1892,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,33282,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24091,0,0,0,0,0,19092,79,19091,80,'Captured Valgarde Child','','',0,15,15,2,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24092,0,0,0,0,0,1126,17612,0,0,'Skorn Tower E Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24093,0,0,0,0,0,1126,17612,0,0,'Skorn Tower SW Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24094,0,0,0,0,0,1126,17612,0,0,'Skorn Tower SE Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24095,0,0,0,0,0,1126,25628,0,0,'Winterskorn Vrykul Dismembering Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24096,0,0,0,0,0,22097,0,0,0,'Valgarde Mage','','',0,68,68,2,1893,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24097,0,0,0,0,0,22094,0,0,0,'Valgarde Warrior','','',0,67,67,2,1893,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24098,0,0,0,0,0,1126,11686,0,0,'Skorn Longhouse NW Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24099,0,0,0,0,0,22095,0,0,0,'Valgarde Priest','','',0,66,66,2,1893,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24100,0,0,0,0,0,1126,11686,0,0,'Skorn Longhouse NE Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24101,0,0,0,0,0,1126,11686,0,0,'Skorn Longhouse SW Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24102,0,0,0,0,0,1126,11686,0,0,'Skorn Barracks Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24103,0,0,0,0,0,22096,0,0,0,'Valgarde Paladin','','',0,66,66,2,1893,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24104,0,0,0,0,0,21748,21751,21749,21750,'New Agamand Deathguard','','',0,75,75,2,2024,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,24104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3558,5930,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24105,31677,0,0,0,0,6372,0,0,0,'Proto-Drake Skyguard','','',0,1,1,0,1885,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24106,0,0,0,0,0,22102,0,0,0,'Scout Valory','','',8893,70,70,2,1892,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24107,31664,0,0,0,0,22295,22296,0,0,'Dragonflayer Sentinel','','',0,1,1,0,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(24110,0,0,0,0,0,1126,11686,0,0,'ELM General Purpose Bunny Large','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24111,0,0,0,0,0,22105,0,0,0,'Defender Mordun','','',8895,70,70,2,1892,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24112,0,0,0,0,0,21915,21916,21926,0,'Dragonflayer Oracle Corpse','','',0,69,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33587968,2048,0,0,0,0,0,0,198,295,33,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24113,0,0,0,24051,0,22044,0,0,0,'Dragonflayer Worg Corpse','','',0,65,66,0,35,0,1.2,1,1,0,210,295,0,282,1,2000,2000,1,33587968,2048,0,1,0,0,0,0,175,260,37,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24114,0,0,0,0,0,21913,21914,0,0,'Dragonflayer Thane Corpse','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33587968,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24115,0,0,0,0,0,22343,22344,22345,0,'Valgarde Defender Corpse','','',0,66,67,0,35,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,186,276,39,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24116,0,0,0,0,0,21989,21990,21991,21992,'Winterskorn Scout','','',0,69,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,24116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(24117,0,0,0,0,0,22485,0,0,0,'Lurielle','','',8897,70,71,2,15,3,1,0.99206,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24118,0,0,0,0,0,24991,0,0,0,'Val\'kyr Observer','','',0,72,72,2,35,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(24119,0,0,0,0,0,22108,0,0,0,'Halfdan\'s Soul','Thane of Skorn','',0,72,72,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,44,1,0,0,'',12340),(24120,0,0,0,0,0,21779,21782,21783,0,'North Fleet Reservist','','',0,68,69,2,1899,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24121,0,0,0,0,0,11686,0,0,0,'North Fleet Reservist Credit','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24122,0,0,0,0,0,22109,0,0,0,'Pulroy the Archaeologist','Explorers\' League','',0,68,68,2,1892,2,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,537166592,2048,32,0,0,0,0,0,179,266,31,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24123,0,0,0,0,0,22110,0,0,0,'Nokoma Snowseer','','',8921,70,70,2,1922,3,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24124,0,0,0,0,0,22094,0,0,0,'Captured Valgarde Prisoner (PROXY)','','',0,67,67,2,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24125,0,0,0,0,0,22114,0,0,0,'Cormath the Courier','','',0,70,70,2,1901,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24126,0,0,0,0,0,21762,0,0,0,'Apothecary Lysander','Royal Apothecary Society','',8827,71,71,0,1929,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24127,0,0,0,0,0,22115,0,0,0,'Ahota Whitefrost','','',9634,71,71,2,1922,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24128,0,0,0,24051,0,22003,0,0,0,'Wild Worg','','',0,68,69,2,1895,0,1.2,1,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,1,0,0,0,0,206,302,43,1,1,24128,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13470,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24129,0,0,0,0,0,22116,0,0,0,'Chieftain Ashtotem','','',8898,72,72,2,1922,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24130,0,0,0,0,0,22117,0,0,0,'Winterhoof Brave','','',8899,71,71,2,33,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24131,0,0,0,0,0,22134,0,0,0,'Trapper Jethan','','',0,72,72,2,1892,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24132,0,0,0,0,0,22136,22140,22141,22142,'Winterhoof Wind Rider','','',0,70,70,2,1921,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),(24134,0,0,0,0,0,22317,0,0,0,'Mistsaber','','',0,68,69,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33111,0,0,0,0,0,0,1,0,0,'',12340),(24135,0,0,0,0,0,22121,0,0,0,'Greatmother Ankha','','',8900,71,71,2,1922,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24137,0,0,0,0,0,21746,0,0,0,'Dark Ranger Marrah','','',10224,73,73,0,118,3,1,1,1,1,316,450,0,320,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),(24139,0,0,0,0,0,22133,0,0,0,'Gil Grisert','','',0,71,71,2,1892,2,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24141,0,0,0,0,0,22149,0,0,0,'Stephen Barone','General Goods','',0,70,70,2,1929,384,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24142,0,0,0,0,0,22136,22140,22141,22142,'Camp Winterhoof Wind Rider','','',0,70,70,2,1921,0,1,1.85714,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),(24145,0,0,0,0,0,22150,0,0,0,'Zedd','Explorers\' League','',0,68,68,2,1892,2,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,537166592,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24146,0,0,0,24008,0,21779,21782,21783,0,'North Fleet Corpse','','',0,68,69,2,84,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24147,0,0,0,0,0,22151,0,0,0,'Tara Cooper','Trade Goods','',0,70,70,2,1929,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24148,0,0,0,0,0,22156,0,0,0,'David Marks','Poison Vendor','',0,70,70,2,1929,1152,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24149,0,0,0,0,0,22157,0,0,0,'Basil Osgood','Innkeeper','',348,70,70,2,1929,66177,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24150,0,0,0,0,0,22159,0,0,0,'Glorenfeld','Explorers\' League','',0,69,69,2,1892,2,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,33536,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24151,0,0,0,0,0,22158,0,0,0,'Daegarn','Explorers\' League','',0,71,71,2,1892,2,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,33536,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24152,0,0,0,0,0,22160,0,0,0,'Apothecary Malthus','Royal Apothecary Society','',0,70,70,0,1928,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24153,0,0,0,0,0,22163,0,0,0,'UNUSED Reanimated Oracle','','',0,69,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34043,0,0,0,0,0,0,1,8388624,0,'',12340),(24154,0,0,0,0,0,22165,0,0,0,'Mary Darrow','Stable Master','',9821,70,70,2,1929,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(24155,0,0,0,0,0,22166,0,0,0,'Tobias Sarkhoff','Bat Handler','',0,75,75,2,1929,8194,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24156,0,0,0,0,0,9021,0,0,0,'Plaguehound Tracker','','',0,68,68,2,1901,0,1,0.92857,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,110,1,0,0,'npc_plaguehound_tracker',12340),(24157,0,0,0,0,0,16176,0,0,0,'Plaguebringer Tillinghast','Royal Apothecary Society','',8904,71,71,2,1928,3,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24158,0,0,0,0,0,1126,17188,0,0,'Dragonflayer Oracle Target','','',0,70,70,2,1885,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33587968,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24160,0,0,0,0,0,28345,0,0,0,'Plagued Proto-Whelp','','',0,69,69,2,1771,0,1.44444,1.5873,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,2,0,24160,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33420,42106,0,0,0,0,0,1,0,0,'',12340),(24161,0,0,0,0,0,22212,0,0,0,'Oric the Baleful','','',0,69,69,2,1914,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,24161,26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,1661,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(24162,0,0,0,0,0,22213,0,0,0,'Gunnar Thorvardsson','','',0,69,69,2,1914,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,24162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,1649,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(24164,0,0,0,0,0,22170,0,0,0,'Apothecary Dorne','Royal Apothecary Society','',0,72,72,2,1929,0,1,0.78571,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,96,1,0,0,'',12340),(24165,0,0,0,0,0,169,11686,0,0,'Ulf Credit Marker','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24166,0,0,0,0,0,169,11686,0,0,'Oric Credit Marker','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24167,0,0,0,0,0,169,11686,0,0,'Gunnar Credit Marker','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24168,0,0,0,0,0,22171,0,0,0,'Micah Stonebreaker','','',0,72,72,2,1892,0,1,0.78571,1,0,307,438,0,314,1,2000,2000,1,33538,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,96,1,8388624,2,'',12340),(24169,0,0,0,0,0,22172,0,0,0,'Dragonflayer Lieutenant','','',0,69,69,2,1895,0,1,2.57143,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,2056,24169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,41989,0,0,0,0,0,210,1,0,0,'',12340),(24170,0,0,0,0,0,1126,17612,0,0,'Draconis Gastritis Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24172,0,0,0,0,0,20857,0,0,0,'Daggercap Hawk','','',0,5,7,0,7,0,1,2.28571,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,7,0,0,0,0,6,8,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(24173,0,0,0,0,0,22174,0,0,0,'Frostgore','','',0,71,71,2,14,0,1,1.11111,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,24173,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24174,0,0,0,0,0,22175,0,0,0,'Fjord Rat','','',0,1,1,0,31,0,1,0.71429,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),(24176,0,0,0,0,0,22043,0,0,0,'Foreman Colbey','','',0,70,70,2,1892,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24177,0,0,0,0,0,24998,987,519,24994,'Decomposing Ghoul','','',0,68,68,2,16,0,0.4,0.21429,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,65,1,8388624,64,'',12340),(24178,0,0,0,0,0,22486,0,0,0,'Shatterhorn','','',0,71,71,2,14,0,1,1.11111,1,0,296,424,0,290,1,2000,2000,2,33536,2048,0,0,0,0,0,0,260,387,37,7,0,24178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24181,0,0,0,0,0,22178,0,0,0,'[UNUSED]Ghost of Explorer Jaren','','',0,70,70,2,1927,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24182,0,0,0,0,0,169,11686,0,0,'Winterskorn Dwelling Credit','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24183,0,0,0,0,0,169,11686,0,0,'Winterskorn Watchtower Credit','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24184,0,0,0,0,0,169,11686,0,0,'Winterskorn Barracks Credit','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24185,0,0,0,0,0,169,11686,0,0,'Winterskorn Bridge Credit','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24186,0,0,0,0,0,22180,0,0,0,'Sage Mistwalker','','',8908,71,71,2,1922,3,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24188,0,0,0,0,0,22182,0,0,0,'Samuel Rosemond','Provisioner','',0,70,70,2,1929,4480,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24189,0,0,0,0,0,22183,0,0,0,'Ares the Oathbound','The Argent Crusade','',0,72,72,2,2070,2,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,262912,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24190,0,0,0,0,0,22184,0,0,0,'Servitor of the Light','','',0,72,72,2,1892,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24191,0,0,0,0,0,22200,0,0,0,'Lord Irulon Trueblade','The Argent Crusade','',0,74,74,2,2070,2,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,512,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24192,0,0,0,0,0,22184,0,0,0,'Servitor of the Light (Escort)','','',0,72,72,2,231,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,10,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(24193,0,0,0,0,0,169,11686,0,0,'Baleheim Fire Bunny','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24194,0,0,0,0,0,169,11686,0,0,'Baleheim Fire Bunny Large','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24195,0,0,0,0,0,22186,22187,22189,22188,'Winterhoof Longrunner','','',0,70,70,2,1921,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24196,0,0,0,0,0,22190,22475,22195,22447,'Trapped Animal','','',0,5,5,0,14,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,537166080,2048,32,0,0,0,0,0,3,4,0,1,0,24196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24197,0,0,0,0,0,21802,21801,21804,21803,'Westguard Rifleman','','',0,70,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24198,0,0,0,0,0,22192,0,0,0,'Plagued Dragonflayer Rune-Caster','','',0,69,70,2,16,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24199,0,0,0,0,0,22193,0,0,0,'Plagued Dragonflayer Handler','','',0,69,70,2,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24200,31679,0,0,0,0,22194,0,0,0,'Skarvald the Constructor','','',0,72,72,2,1885,0,1.2,1.42857,1,1,307,438,0,314,7.5,2400,0,1,32768,2048,8,0,0,0,0,0,270,401,53,7,72,24200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4052,6754,'',0,3,1,10,1,1,0,0,0,0,0,0,0,147,1,617299839,2097152,'boss_skarvald_the_constructor',12340),(24201,31656,0,0,0,0,26349,0,0,0,'Dalronn the Controller','','',0,72,72,2,1885,0,1,1.42857,1,1,304,436,0,296,7.5,2400,0,2,32832,2048,8,0,0,0,0,0,268,399,40,7,72,24201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4019,6699,'',0,3,1,10,12,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'boss_dalronn_the_controller',12340),(24206,0,0,0,0,0,22003,0,0,0,'Prowling Worg','','',0,70,71,2,14,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,1,0,0,0,0,262,389,48,1,1,24206,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33487,0,0,0,0,0,0,1,0,0,'',12340),(24209,0,0,0,0,0,22197,0,0,0,'Longrunner Skycloud','','',8913,71,71,2,1922,3,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24210,0,0,0,0,0,22198,0,0,0,'Riven Widow Cocoon','','',0,67,67,0,14,0,1,1,1,0,225,314,0,288,1,6000,2000,1,4,2048,0,0,0,0,0,0,186,276,39,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24211,0,0,0,0,0,22186,22187,22189,22188,'Freed Winterhoof Longrunner','','',0,70,70,2,1922,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24212,0,0,0,0,0,25755,0,0,0,'Iron Rune Guardian','','',0,69,70,2,1954,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,24212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,998,1664,'',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(24213,0,0,0,0,0,22214,0,0,0,'Firjus the Soul Crusher','','',0,69,69,2,1919,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,8,24213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1754,'SmartAI',0,3,1,1.3,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(24214,0,0,0,0,0,22216,0,0,0,'Yorus the Flesh Harvester','','',0,69,69,2,1919,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,8,24214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.8,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(24215,0,0,0,0,0,22215,0,0,0,'Jlarborn the Strategist','','',0,69,69,2,1919,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,8,24215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(24216,0,0,0,0,0,22143,22144,22202,22203,'Dragonflayer Berserker','','',0,68,69,2,1895,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33280,2048,0,0,0,0,0,0,206,302,43,7,0,24216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1034,1723,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(24218,0,0,0,0,0,22201,0,0,0,'Apothecary Grick','','',0,71,71,0,1928,2,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,0,2048,0,0,0,0,0,0,240,358,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24219,0,0,0,0,0,30,0,0,0,'Baby Riven Widow','','',0,65,67,1,22,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24221,0,0,0,0,0,1126,17188,0,0,'Dragonflayer Berserker Target','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24226,0,0,0,0,0,21754,22099,22095,21617,'Dragonflayer Prisoner','','',0,62,66,1,1920,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,33536,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24227,0,0,0,0,0,22205,0,0,0,'Engineer Feknut','','',8914,70,70,2,1892,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24228,0,0,0,0,0,22249,0,0,0,'Iceshard Elemental','','',0,70,71,2,91,0,1.55556,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,0,24228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(24229,0,0,0,24228,0,14502,0,0,0,'Howling Cyclone','','',0,70,71,2,91,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,0,24229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(24230,0,0,0,0,0,1126,17612,0,0,'Feknut\'s Firecrackers Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,262916,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24231,0,0,0,0,0,22143,22144,0,0,'Baleheim Bodycount','','',0,69,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24232,0,0,0,0,0,22209,0,0,0,'Highlord Tirion Fordring','','',0,73,73,2,2070,0,1,1.14286,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24233,0,0,0,0,0,22208,0,0,0,'Cleric of the Crusade','The Argent Crusade','',0,73,73,2,2070,0,1,1.14286,1,1,313,448,0,302,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24234,0,0,0,0,0,22207,0,0,0,'Junat the Wanderer','','',0,71,71,2,1922,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24235,0,0,0,0,0,13629,0,0,0,'Cyclothar','','',0,71,71,2,91,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,768,2048,0,0,0,0,0,0,260,387,37,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24236,0,0,0,0,0,22210,0,0,0,'Wind Tamer','','',0,70,70,0,1922,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24237,0,0,0,0,0,6372,0,0,0,'Vrykul Proto-dragon Mount (White)','','',0,71,71,0,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(24238,0,0,0,0,0,22232,0,0,0,'Bjorn Halgurdsson','Winterskorn Chieftain','',0,70,70,2,1914,0,1,2.2,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,2048,24238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,1741,'SmartAI',0,3,7.5,4,1,1,0,41989,0,0,0,0,0,0,1,615210107,0,'',12340),(24248,0,0,0,0,0,25337,0,0,0,'The Lich King','','',0,83,83,2,21,0,2.8,1.71429,1,3,509,683,0,805,35,2000,2000,1,164352,2048,0,0,0,0,0,0,371,535,135,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2000,1,1,0,0,0,0,0,0,0,171,1,8388624,0,'',12340),(24249,0,0,0,0,0,22218,22240,22241,0,'Dragonflayer Soulreaver','','',0,68,69,2,1885,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,24249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,1646,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(24250,0,0,0,0,0,22219,22238,22239,0,'Dragonflayer Fleshripper','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,24250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,1751,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(24251,0,0,0,0,0,22535,0,0,0,'Chief Plaguebringer Harris','Royal Apothecary Society','',8915,70,70,2,1929,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24252,0,0,0,0,0,22220,0,0,0,'\"Hacksaw\" Jenny','','',8925,70,70,0,118,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24253,0,0,0,0,0,22225,22226,22227,22228,'Dragonflayer Prisoner','','',0,66,67,1,1920,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24254,0,0,0,0,0,22221,22222,0,0,'Dragonflayer Prisoner','','',0,66,67,1,1920,0,1,1.14286,1,0,170,246,0,128,1,2000,2000,8,32768,2048,0,0,0,0,0,0,156,232,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24255,0,0,0,0,0,22223,22224,0,0,'Dragonflayer Prisoner','','',0,66,67,1,1920,0,1,1.14286,1,0,170,246,0,128,1,2000,2000,8,32768,2048,0,0,0,0,0,0,156,232,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24256,0,0,0,0,0,22229,0,0,0,'Wind Tamer Kagan','','',0,70,70,0,1922,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24257,0,0,0,0,0,17188,0,0,0,'Elemental Soul','','',0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24258,0,0,0,0,0,26101,0,0,0,'Val\'kyr Overseer','','',0,72,72,2,14,0,1,1.07143,1,0,307,438,0,314,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,3,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(24259,0,0,0,0,0,17188,0,0,0,'Soul Destination','','',0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24260,0,0,0,0,0,1126,17188,0,0,'Val\'kyr Soul Target','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24261,0,0,0,0,0,22243,0,0,0,'Ulfang','','',8975,71,71,2,1924,3,1.2,1,1,0,299,426,0,308,1,2000,2000,1,33024,2048,0,1,0,0,0,0,262,389,48,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24262,0,0,0,0,0,20089,0,0,0,'Vrykul Soul','','',0,70,71,2,21,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,24262,24262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,2571,'',0,3,1,1,1,1,0,41989,42108,0,0,0,0,0,1,8388624,0,'',12340),(24266,0,0,0,0,0,22234,0,0,0,'Arthas, Lich King','','',0,83,83,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(24267,0,0,0,0,0,22235,0,0,0,'Arthas, Dark','','',0,83,83,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(24268,0,0,0,0,0,21976,0,0,0,'Arthas, Human','','',0,83,83,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24269,0,0,0,0,0,1126,17612,0,0,'The Cleansing Bunny [reuse me]','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24270,0,0,0,0,0,15554,7571,13509,0,'Devouring Maggot','','',0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(24271,0,0,0,0,0,26140,0,0,0,'Iron Rune Golem','','',0,70,70,2,1954,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,4,512,24271,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(24272,0,0,0,0,0,10702,24991,0,0,'Val\'kyr Watcher','','',0,72,72,2,14,0,1,1.07143,1,0,307,438,0,314,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,4,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(24273,0,0,0,0,0,22242,0,0,0,'Watcher Moonleaf','','',8918,70,70,2,1892,3,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24274,0,0,0,0,0,22193,0,0,0,'Plagued Dragonflayer Explode Credit','','',0,69,69,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24275,0,0,0,0,0,22232,0,0,0,'Bjorn Kill Credit','Winterskorn Chieftain','',0,71,71,2,1914,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24276,0,0,0,0,0,22232,0,0,0,'Bjorn Insult Credit','Winterskorn Chieftain','',0,71,71,2,1914,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24277,0,0,0,0,0,22233,0,0,0,'Garwal','','',0,71,71,2,1924,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,24277,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24278,0,0,0,0,0,26791,0,0,0,'Garwal - Worgen Transform','','',0,72,72,2,1924,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24279,0,0,0,0,0,1145,0,0,0,'Animated Plague Slime','','',0,67,68,0,14,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24280,0,0,0,0,0,21762,0,0,0,'Slain Apothecary','','',0,71,71,0,35,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,537133824,2048,32,0,0,0,0,0,262,389,48,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24281,0,0,0,0,0,22193,0,0,0,'Plagued Dragonflayer Spray Credit','','',0,69,69,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24282,0,0,0,0,0,22245,0,0,0,'Lieutenant Maeve','','',0,71,71,0,1892,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24283,0,0,0,0,0,22246,0,0,0,'Peppy Wrongnozzle','','',8923,70,70,2,1892,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24284,0,0,0,0,0,21932,0,0,0,'Dragonflayer Vrykul Prisoner','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33664,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24285,0,0,0,0,0,17170,0,0,0,'Northern Barbfish','','',0,70,70,2,1878,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,24285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,33628,0,0,0,0,0,0,1,0,0,'',12340),(24286,0,0,0,0,0,22247,0,0,0,'Forsaken Spy','','',0,70,70,2,14,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,24286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24287,0,0,0,0,0,17625,0,0,0,'Caldemere Snapper','','',0,69,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,8,0,0,0,0,215,320,44,1,1,24287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13067,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24288,0,0,0,0,0,1126,11686,0,0,'ELM General Purpose Bunny Hide Body','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24289,0,0,0,0,0,1126,11686,0,0,'Invisible Westguard Fire','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24290,0,0,0,0,0,1126,17612,0,0,'New Agamand Plague Tank Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,10,1056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(24291,0,0,0,0,0,22248,0,0,0,'Anton','','',0,71,71,0,1929,128,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,24291,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1039,1731,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24313,0,0,0,0,0,22250,0,0,0,'Celina Summers','Reagents and Poisons','',0,70,70,2,1929,3200,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24314,0,0,0,0,0,22251,0,0,0,'Ancient Male Vrykul','','',0,61,61,1,14,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,768,2048,0,0,0,0,0,0,127,188,28,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24315,0,0,0,0,0,25829,0,0,0,'Ancient Female Vrykul','','',0,61,61,1,14,0,1,1.28571,1,0,159,221,0,258,1,2000,2000,1,768,2048,0,0,0,0,0,0,127,188,28,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24316,0,0,0,0,0,26145,0,0,0,'Iron Rune Sentinel','','',0,70,70,2,1954,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,4,512,24316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(24317,0,0,0,0,0,21748,21751,21749,21750,'Expedition Deathguard','','',0,72,73,2,2024,0,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24321,0,0,0,0,0,28019,0,0,0,'King Ymiron','','',0,83,83,2,14,0,1,1.07143,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,29,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24322,0,0,0,0,0,22251,25816,22239,25811,'Ancient Citizen of Nifflevar','','',0,65,65,1,14,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24323,0,0,0,0,0,22049,22148,22203,25830,'Ancient Citizen of Nifflevar','','',0,65,65,1,14,0,1,1.28571,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24326,0,0,0,0,0,22258,21342,0,0,'Nifflevar Event Controller','','',0,83,83,2,14,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24327,0,0,0,0,0,24991,0,0,0,'Val\'kyr Soulclaimer','','',0,72,72,2,21,0,1,1.07143,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,4,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(24328,0,0,0,0,0,22266,0,0,0,'Prospector Belvar','','',0,71,71,2,1927,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24329,0,0,0,0,0,23358,0,0,0,'Runed Stone Giant','','',0,70,70,2,778,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,5,512,24329,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24330,0,0,0,0,0,22169,0,0,0,'Orson Locke','Sharp Blades','',0,65,65,1,1929,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24331,0,0,0,0,0,22267,0,0,0,'Blizzcon Northrend Transport','','',0,71,71,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24332,0,0,0,0,0,22268,22269,0,0,'Blizzcon Zul\'Aman Transport','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24333,0,0,0,0,0,22270,0,0,0,'Bartender Jason Goodhutch','Drinks','',0,68,68,2,1892,640,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24334,0,0,0,0,0,25758,0,0,0,'Binder Murdis','','',0,70,70,2,16,0,1,0.99206,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,24334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(24335,0,0,0,0,0,20570,17188,0,0,'Runed Orb','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24336,0,0,0,0,0,20570,17200,0,0,'Orb Target','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24339,0,0,0,0,0,20139,0,0,0,'Scarlet Growth','','',0,69,69,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24340,0,0,0,0,0,22675,0,0,0,'Rampaging Earth Elemental','','',0,69,70,2,1932,0,1.55556,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,4,0,24340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24341,0,0,0,0,0,22311,0,0,0,'Barnabas Frye','Trade Goods','',0,70,70,2,1929,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24342,0,0,0,0,0,22312,0,0,0,'Timothy Holland','Innkeeper','',348,70,70,2,1929,66177,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24343,0,0,0,0,0,22330,0,0,0,'Brock Olson','Butcher','',0,70,70,2,1929,640,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24344,0,0,0,0,0,9786,0,0,0,'Gjalerbron Skeleton','','',0,71,71,1,1662,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(24345,0,0,0,0,0,23356,0,0,0,'Captive Stone Giant','','',0,70,70,2,634,0,1,0.99206,1,1,234,331,0,286,4.6,2000,2000,2,33600,2048,0,0,0,0,0,0,198,295,33,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24346,0,0,0,0,0,23357,0,0,0,'Enthralled Stone Giant','','',0,80,80,2,634,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,5,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24347,0,0,0,0,0,22328,0,0,0,'Alexis Walker','Armorsmith','',0,70,70,2,1929,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24348,0,0,0,0,0,22329,0,0,0,'Patrick Hall','General Goods','',0,70,70,2,1929,384,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24349,0,0,0,0,0,22331,0,0,0,'Jessica Evans','Reagents and Poisons','',0,70,70,2,1929,3200,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24350,0,0,0,0,0,22333,0,0,0,'Robert Clarke','Stable Master','',9821,70,70,2,1929,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(24353,0,0,0,0,0,9999,0,0,0,'Eric Maloof Test Forsaken Male','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24354,0,0,0,0,0,3520,0,0,0,'Eric Maloof Test Forsaken Female','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24355,0,0,0,0,0,2073,0,0,0,'Eric Maloof Test Human Male','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24356,0,0,0,0,0,22338,0,0,0,'Glen Roberts','Tradesman','',0,68,68,2,1892,128,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24359,0,0,0,0,0,22456,0,0,0,'Apothecary Anastasia','Royal Apothecary Society','',8964,70,70,2,1928,3,0.6,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,44,1,0,0,'',12340),(24362,0,0,0,0,0,22342,0,0,0,'Longrunner Pembe','','',0,71,71,0,1922,2,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24371,0,0,0,0,0,22359,0,0,0,'Megalith','','',0,71,71,2,778,0,0.777776,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,5,0,24371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24376,0,0,0,0,0,22357,0,0,0,'Researcher Aderan','','',0,70,70,2,1892,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24380,0,0,0,0,0,22267,0,0,0,'Blizzcon Greeter','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24381,0,0,0,0,0,22382,0,0,0,'Image of Megalith','','',0,71,71,2,634,0,1,1.14286,1,1,296,424,0,290,7.5,2000,2000,2,33600,2048,0,0,0,0,0,0,260,387,37,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24385,0,0,0,0,0,22383,0,0,0,'Image of Stone Giant','','',0,70,70,2,634,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33600,2048,0,0,0,0,0,0,215,320,44,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24387,0,0,0,0,0,26137,0,0,0,'Iron Rune Servant','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24390,0,0,0,0,0,22392,0,0,0,'Sage Edan','','',0,71,71,2,1922,2,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24391,0,0,0,0,0,1126,11686,0,0,'Speedboat','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,54,1,0,0,'',12340),(24398,0,0,0,0,0,16379,16380,16381,0,'Steel Gate Excavator','Explorers\' League','',0,71,71,1,1934,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,24398,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1054,1756,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24399,0,0,0,0,0,21044,0,0,0,'Steel Gate Chief Archaeologist','Explorers\' League','',8954,71,71,1,1927,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24400,0,0,0,0,0,16381,16380,0,0,'Steel Gate Archaeologist','Explorers\' League','',0,70,71,1,1934,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,24400,24400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056,1760,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24401,0,0,0,0,0,14546,14547,14551,14549,'Steel Gate Pack Mule','','',0,1,2,0,35,0,1,1.42857,1,0,2,2,0,26,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24418,0,0,0,0,0,22719,0,0,0,'Steel Gate Flying Machine','','vehichleCursor',0,70,70,2,35,0,1,3,1,0,252,357,0,304,1,2000,2000,1,16777216,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,43770,44009,43799,43769,47769,0,0,0,0,8,0,0,'SmartAI',0,4,1,3,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(24438,0,0,0,0,0,11686,0,0,0,'Steel Gate - Grapple Target','','',0,1,1,0,35,0,1,1.14286,4,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24439,0,0,0,0,0,24780,11686,0,0,'Sack of Relics','','',0,1,1,0,35,0,1.2,1,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24440,0,0,0,0,0,17311,0,0,0,'Gjalerbron Gargoyle','','',0,71,71,0,1771,0,2,1.28571,1,0,296,424,0,290,1,3000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,6,0,24440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,135,1,8388624,0,'',12340),(24446,0,0,0,0,0,24213,0,0,0,'The Lich King','','',0,83,83,0,21,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,1,1,0,0,0,0,0,0,0,189,1,8388624,0,'',12340),(24447,0,0,0,0,0,17255,0,0,0,'Frostwyrm (Dragonblight)','','',0,80,80,1,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,212,1,8388624,0,'',12340),(24449,0,0,0,0,0,17519,11686,0,0,'Invisible Charge Target 1','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24450,0,0,0,0,0,17519,11686,0,0,'Invisible Charge Target 2','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24454,0,0,0,0,0,1126,11686,0,0,'Steel Gate Dynamite','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24458,0,0,0,0,0,22444,0,0,0,'Lydell','','',0,68,68,2,1897,2,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,24458,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3633,6055,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24459,0,0,0,0,0,983,0,0,0,'Chillmere Coastrunner','','',0,70,71,2,18,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,24459,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1753,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24460,0,0,0,0,0,188,0,0,0,'Chillmere Tidehunter','','',0,70,71,2,18,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,24460,24460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,1789,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24461,0,0,0,0,0,504,0,0,0,'Chillmere Oracle','','',0,70,71,2,18,0,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,24461,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1754,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24464,0,0,0,0,0,22506,0,0,0,'Scourging Crystal','','',0,1,1,0,974,0,1,1,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24465,0,0,0,0,0,16480,19595,0,0,'Blue Floating Rune Channel Bunny 01','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,43,1,0,128,'',12340),(24466,0,0,0,0,0,16480,13069,0,0,'Blue Floating Rune Channel Bunny 02','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,43,1,0,128,'',12340),(24467,0,0,0,0,0,21989,21990,21991,21992,'Vrykul Corpse','','',0,70,70,2,1914,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,537166592,2048,32,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24469,0,0,0,0,0,24848,0,0,0,'Magnataur Huntress','Mate of Gammothra','',0,69,69,2,14,0,1,0.95238,1,1,245,346,0,298,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,24469,24469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1285,2141,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24471,31670,0,0,0,0,19725,20367,0,0,'Forge Fire','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24472,0,0,0,0,0,21224,0,0,0,'SP Test','','',0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24473,0,0,0,0,0,3596,0,0,0,'Lead Archaeologist Malzie','Lead Expeditionary Archaeologist','',0,70,70,0,1927,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24474,0,0,0,0,0,21996,21993,21994,21995,'Vengeance Landing Assassin','','',0,68,68,2,1897,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,24474,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,893,1488,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24475,0,0,0,0,0,22088,0,0,0,'Bloodthirsty Worg','','',0,68,69,2,1895,0,1.2,1,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,1,0,0,0,0,206,302,43,1,1,24475,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13468,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24478,0,0,0,0,0,22458,0,0,0,'Fjord Crawler','','',0,70,70,2,7,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,8,0,0,0,0,215,320,44,1,1,24478,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13069,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24479,0,0,0,0,0,22457,0,0,0,'Ice Crawler','','',0,70,71,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,8,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13071,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24485,0,0,0,23645,0,14703,0,0,0,'Servitor Shade','','',0,70,70,2,21,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,6,0,24485,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24494,0,0,0,0,0,22479,0,0,0,'Quartermaster Brevin','','',0,70,70,2,1892,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24500,0,0,0,0,0,18412,0,0,0,'Frostfin','','',0,71,71,2,1878,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24512,0,0,0,0,0,22524,17188,0,0,'Vrykul Harpoon Gun (OLD)','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24513,0,0,0,0,0,1126,17188,0,0,'Vrykul Harpoon Controller 001 View','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24514,0,0,0,0,0,22546,0,0,0,'Steelfeather','','',0,71,71,2,14,0,2,2.28571,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,1,0,24514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,201,1,0,0,'',12340),(24515,0,0,0,0,0,22500,0,0,0,'Spotted Hippogryph Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(24516,0,0,0,0,0,22502,0,0,0,'Bjomolf','','',0,72,72,2,14,0,1.2,1,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,1,0,0,0,0,270,401,53,1,1,24516,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24517,0,0,0,0,0,22501,0,0,0,'Varg','','',0,71,71,2,14,0,1.2,1,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,1,0,0,0,0,262,389,48,1,1,24517,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24518,0,0,0,0,0,22503,0,0,0,'Talonshrike','','',0,71,71,2,14,0,1,3,1,0,299,426,0,308,1,2000,2000,1,256,2048,0,0,0,0,0,0,262,389,48,1,0,24518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,34027,0,0,0,0,0,180,1,0,0,'',12340),(24521,0,0,0,0,0,3833,0,0,0,'Northsea Test1','','',0,70,70,2,1888,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24524,0,0,0,0,0,14546,14547,14551,14549,'Homesteader\'s Pack Mule','','',0,1,2,0,35,0,1,1.42857,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24525,0,0,0,0,0,22509,0,0,0,'Zeh\'gehn','','',8982,70,70,2,1888,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24526,0,0,0,0,0,1126,14501,0,0,'Invisible Stalker (Floating) (5.00)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24528,0,0,0,0,0,22510,0,0,0,'Brune Grayblade','','',0,70,70,0,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24531,0,0,0,0,0,22514,0,0,0,'Gavin Ward','','',0,70,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24532,0,0,0,0,0,22515,0,0,0,'Sabetta Ward','','',0,68,68,2,1892,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24533,0,0,0,0,0,21794,21911,0,0,'Dragonflayer Defender','','',0,69,69,2,1895,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,2056,24533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,2,1,1,0,41989,0,0,0,0,0,210,1,0,0,'',12340),(24534,0,0,0,0,0,22516,0,0,0,'Marrod Silvertongue','','',0,70,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24535,0,0,0,0,0,22518,22519,22520,22521,'Northrend Homesteader','','',0,68,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24537,0,0,0,0,0,25916,0,0,0,'Handsome Terry','','',9336,70,70,2,1888,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24538,0,0,0,0,0,1126,17188,0,0,'Dragonflayer Installation I','','',0,70,71,2,35,0,1,2.57143,1,0,299,426,0,308,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,262,389,48,10,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,210,1,0,130,'',12340),(24539,0,0,0,0,0,22525,0,0,0,'\"Silvermoon\" Harry','','',9010,70,70,2,1888,131,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24540,0,0,0,23645,0,22527,0,0,0,'Necrotech','','',0,71,71,2,21,0,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,24540,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1109,1849,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24541,0,0,0,0,0,22526,0,0,0,'Taruk','','',9009,70,70,2,1888,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24542,0,0,0,0,0,22528,0,0,0,'Red-Eyed Ben','','',0,70,70,2,1888,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24542,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1091,1818,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24543,0,0,0,0,0,22529,0,0,0,'Tattooed Marcy','','',0,70,70,2,1888,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1013,1689,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24544,0,0,0,0,0,5306,0,0,0,'Old Icefin','','',8985,71,71,2,35,3,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,33536,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24546,0,0,0,23645,0,22530,0,0,0,'Rotgill','','',0,71,71,2,21,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,24546,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34035,0,0,0,0,0,0,1,8388624,0,'',12340),(24547,0,0,0,0,0,22536,0,0,0,'Hozzer','','',0,71,71,2,44,0,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,0,2048,0,4,0,0,0,0,262,389,48,1,1,24547,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13079,0,0,0,'',0,3,1,3,1,1,0,34128,0,0,0,0,0,0,1,0,0,'',12340),(24548,0,0,0,0,0,22537,0,0,0,'Scribe Seguine','','',0,72,73,0,1929,2,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24562,0,0,0,25382,0,25237,0,0,0,'Nerub\'ar Invader','','',0,68,69,2,21,0,1,0.99206,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,24562,0,70204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24563,0,0,0,0,0,23913,0,0,0,'Nerub\'ar Venomspitter','','',0,70,71,2,21,0,1,0.95238,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,24563,0,70204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,2,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24564,0,0,0,0,0,3004,0,0,0,'Nerub\'ar Webfiend','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,24564,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24565,0,0,0,0,0,14853,0,0,0,'Nerub\'ar Spider','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,3,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24566,0,0,0,25382,0,23819,0,0,0,'Nerub\'ar Skitterer','','',0,68,69,2,21,0,0.833332,0.99206,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,24566,0,70204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(24567,0,0,0,0,0,27174,27185,0,0,'Den Vermin','','',0,68,69,2,26,0,1,1.19048,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,24567,24567,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,1655,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24568,0,0,0,0,0,139,0,0,0,'Den Rat','','',0,70,70,2,26,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24569,0,0,0,0,0,139,0,0,0,'Den Creeper','','',0,70,70,2,26,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24570,0,0,0,0,0,139,0,0,0,'Tundra Vermin','','',0,70,70,2,26,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24571,0,0,0,0,0,139,0,0,0,'Vermin Bully','','',0,70,70,2,26,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24572,0,0,0,0,0,139,0,0,0,'Vermin Witchling','','',0,70,70,2,26,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24573,0,0,0,0,0,1192,0,0,0,'Tundra Roc','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,7,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24574,0,0,0,0,0,1192,0,0,0,'Greater Tundra Roc','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,7,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24575,0,0,0,0,0,4763,0,0,0,'[UNUSED] Riplash Flayer','','',0,70,70,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24576,0,0,0,0,0,11253,0,0,0,'Riplash Myrmidon','','',0,68,68,2,1692,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,24576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24577,0,0,0,0,0,4763,0,0,0,'[UNUSED] Riplash Tidehunter','','',0,68,68,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24578,0,0,0,0,0,4763,0,0,0,'[UNUSED] Riplash Serpent Guard','','',0,70,70,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24579,0,0,0,0,0,4763,0,0,0,'[UNUSED] Riplash Tidelord','','',0,70,70,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24580,0,0,0,0,0,4973,0,0,0,'Riplash Siren','','',0,68,68,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24581,0,0,0,0,0,4762,0,0,0,'Irontide Surveyor','','',0,70,70,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24582,0,0,0,0,0,4762,0,0,0,'Irontide Machinesmith','','',0,70,70,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24583,0,0,0,0,0,4762,0,0,0,'Irontide Engineer','','',0,70,70,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24584,0,0,0,0,0,21688,0,0,0,'Truetusk Fisherman','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24585,0,0,0,0,0,21688,0,0,0,'Truetusk Clansman','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24586,0,0,0,0,0,21688,0,0,0,'Truetusk Harpooner','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24587,0,0,0,0,0,21688,0,0,0,'Truetusk Whaler','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24588,0,0,0,0,0,21688,0,0,0,'Truetusk Sea-caller','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24589,0,0,0,0,0,21688,0,0,0,'Truetusk Orca Hunter','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24590,0,0,0,0,0,21688,0,0,0,'Truetusk Wayfinder','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24591,0,0,0,0,0,21688,0,0,0,'Truetusk Idol-Carver','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24592,0,0,0,0,0,21688,0,0,0,'Truetusk Elder','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24593,0,0,0,0,0,21688,0,0,0,'Truetusk Sage-Priest','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24594,0,0,0,0,0,7046,0,0,0,'Coral Shell Turtle','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,21,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24595,0,0,0,0,0,7046,0,0,0,'Coral Shell Snapper','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,21,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24596,0,0,0,0,0,7046,0,0,0,'Ancient Coral Shell','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,21,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24597,0,0,0,0,0,5561,0,0,0,'Coast Surger','','',0,70,70,2,91,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,24597,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(24598,0,0,0,0,0,5561,0,0,0,'Tide Surger','','',0,70,70,2,91,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,24598,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(24599,0,0,0,0,0,5561,0,0,0,'Greater Tide Surger','','',0,70,70,2,91,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,24599,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(24600,0,0,0,0,0,8714,0,0,0,'Steam Ripper','','',0,70,70,2,91,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,24600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(24601,0,0,0,0,0,23313,0,0,0,'Steam Rager','','',0,70,71,2,91,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,0,24601,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(24602,0,0,0,0,0,8714,0,0,0,'Living Geyser','','',0,70,70,2,91,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,24602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(24603,0,0,0,0,0,19916,0,0,0,'Living Blizzard','','',0,70,70,2,91,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,24603,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(24604,0,0,0,0,0,19916,0,0,0,'Ice Fury','','',0,70,70,2,91,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,24604,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(24605,0,0,0,0,0,21615,0,0,0,'Voldskar Raider','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24606,0,0,0,0,0,21615,0,0,0,'Voldskar Plunderer','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24607,0,0,0,0,0,21615,0,0,0,'Voldskar Shield-Maiden','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24608,0,0,0,0,0,21615,0,0,0,'Voldskar Oar-man','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24609,0,0,0,0,0,21615,0,0,0,'Voldskar Pillager','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24610,0,0,0,0,0,21615,0,0,0,'Voldskar Rune-caster','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24611,0,0,0,0,0,21615,0,0,0,'Voldskar Sea-Waker','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24612,0,0,0,0,0,21615,0,0,0,'Voldskar Thane','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24613,0,0,0,0,0,23434,0,0,0,'Mammoth Calf','','',0,68,68,2,190,0,1,0.95238,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,1,0,24613,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34977,0,0,0,0,0,0,1,0,0,'',12340),(24614,0,0,0,0,0,26423,0,0,0,'Wooly Mammoth','','',0,69,69,2,190,0,0.666668,0.95238,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,1,0,24614,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34977,42104,0,0,0,0,0,1,0,0,'',12340),(24615,0,0,0,0,0,26486,0,0,0,'Solitary Mammoth','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24616,0,0,0,0,0,26423,0,0,0,'Mammoth Patriarch','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24617,0,0,0,0,0,22042,0,0,0,'[UNUSED] Tundra Wolf','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24618,0,0,0,0,0,22042,0,0,0,'Starving Tundra Wolf','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24619,0,0,0,0,0,22042,0,0,0,'Greater Tundra Wolf','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24620,0,0,0,0,0,22042,0,0,0,'[UNUSED] Tundra Wolf Alpha','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24621,0,0,0,0,0,8055,0,0,0,'Frost Cage Skeleton','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,24621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24622,0,0,0,0,0,8055,0,0,0,'Frost Cage Reaver','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,24622,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24623,0,0,0,0,0,8055,0,0,0,'Frosty Bones','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,24623,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24624,0,0,0,0,0,7854,0,0,0,'Boralstone Gargoyle','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,24624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24625,0,0,0,0,0,7854,0,0,0,'Boralstone Skyhunter','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,24625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24626,0,0,0,0,0,915,0,0,0,'Scourgesong Shrieker','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,24626,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24627,0,0,0,0,0,915,0,0,0,'Scourgesong Wailer','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,24627,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24628,0,0,0,0,0,22543,0,0,0,'Northsea Duelist','','',0,70,70,2,1888,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,927,1545,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24629,0,0,0,0,0,22544,0,0,0,'Gautter','','',0,70,70,2,1888,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24633,0,0,0,0,0,21635,0,0,0,'Rabid Brown Bear','','',0,70,71,2,44,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,4,0,0,0,0,262,389,48,1,1,24633,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13078,0,0,0,'',0,3,1,1,1,1,0,34084,0,0,0,0,0,0,1,0,0,'',12340),(24634,0,0,0,0,0,22547,0,0,0,'Lieutenant Icehammer','','',0,74,74,2,1892,2,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,512,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24635,0,0,0,0,0,22581,22582,0,0,'Dragonflayer Harpooner','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,24635,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,1555,'',0,3,1,1,1,1,0,33308,34032,41989,0,0,0,0,1,0,0,'',12340),(24636,0,0,0,0,0,794,0,0,0,'Northsea Freebooter','','',0,70,70,2,1888,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24638,0,0,0,0,0,22549,0,0,0,'Keeper Witherleaf','','',0,71,71,2,16,0,1.11111,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,24638,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,1758,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24639,0,0,0,0,0,228,0,0,0,'Olga, the Scalawag Wench','','',9015,70,71,0,35,1,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24640,0,0,0,0,0,22548,0,0,0,'Alliance Banner','','',0,70,70,2,1893,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,131076,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24641,0,0,0,0,0,14541,0,0,0,'Alliance Standard Kill Credit','','',0,70,70,2,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24642,0,0,0,0,0,22593,22575,22594,0,'Drunken Northsea Pirate','','',0,70,70,2,1888,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24642,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,1685,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24643,0,0,0,0,0,22550,0,0,0,'Grezzix Spindlesnap','Master of Disguise','',9008,72,72,2,35,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24644,0,0,0,0,0,22551,0,0,0,'Harpoon Master Yavus','','',0,70,70,2,1885,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24644,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,938,1564,'',0,3,1,1,1,1,0,33599,34137,41989,0,0,0,0,1,0,0,'',12340),(24645,0,0,0,0,0,1126,11686,0,0,'Mirror Frame','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24646,0,0,0,0,0,1126,17188,0,0,'Dragonflayer Installation II','','',0,71,72,2,35,0,1,2.57143,1,0,307,438,0,314,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,270,401,53,10,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,210,1,0,130,'',12340),(24647,0,0,0,0,0,1126,17188,0,0,'Dragonflayer Installation III','','',0,71,72,2,35,0,1,2.57143,1,0,307,438,0,314,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,270,401,53,10,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,210,1,0,130,'',12340),(24648,0,0,0,0,0,1126,16946,0,0,'Invisible Stalker (Scale x2)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24651,0,0,0,0,0,1126,11686,0,0,'Reflection of Flame','','',0,70,70,0,1620,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24652,0,0,0,0,0,1126,11686,0,0,'Harpoon Surfboard','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,259,1,0,128,'',12340),(24655,0,0,0,0,0,1126,11686,0,0,'Reflection Bounce Target','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24661,0,0,0,0,0,10898,0,0,0,'[UNUSED] Riplash Hydra','','',0,70,70,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24662,0,0,0,0,0,6766,0,0,0,'Riplash Sorceress','','',0,68,68,2,74,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,537133824,2048,32,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24663,0,0,0,0,0,791,0,0,0,'Tidelord','','',0,70,70,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24665,0,0,0,0,0,1126,17188,0,0,'Lieutenant Icehammer','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24669,0,0,0,0,0,22648,22649,22650,22651,'Dormant Vrykul','','',0,70,71,2,2116,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,33024,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24673,0,0,0,0,0,10808,0,0,0,'Frostwing Chimaera','','',0,70,71,2,16,0,1.4,1.42857,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,38,0,0,0,0,262,389,48,1,65537,24673,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,34101,0,0,0,0,0,149,1,0,0,'',12340),(24676,0,0,0,0,0,22576,22577,22578,0,'Crazed Northsea Slaver','','',0,70,70,2,1888,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,992,1654,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24677,0,0,0,0,0,22611,0,0,0,'Spearfang Worg','','',0,70,71,2,1815,0,1.2,1,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,1,0,0,0,0,262,389,48,1,1,24677,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13465,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24678,0,0,0,0,0,24048,24054,25536,0,'Slain Tuskarr','','',0,70,70,2,1950,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,537165824,2048,32,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24681,0,0,0,0,0,22132,0,0,0,'Island Shoveltusk','','',0,70,71,2,31,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,24681,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,36776,42104,0,0,0,0,0,1,0,0,'',12340),(24682,0,0,0,0,0,22524,17188,0,0,'Vrykul Harpoon Gun (OLD)','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24694,0,0,0,0,0,22524,17188,0,0,'Vrykul Harpoon Gun (Wyrmskull)','','',0,70,70,2,35,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24701,0,0,0,0,0,22522,17188,0,0,'Large Vrykul Harpoon Gun','','',0,70,70,2,35,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24702,0,0,0,0,0,22592,0,0,0,'Greatfather Mahan','','',0,71,71,2,1922,2,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24703,0,0,0,0,0,22595,0,0,0,'Chieftain Wintergale','','',0,72,72,2,1922,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24704,0,0,0,0,0,1126,11686,0,0,'Invisible Vehicle (Floating)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24705,0,0,0,0,0,1126,11686,0,0,'Rope Swing Invisible Vehicle Stalker','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,232,1,0,0,'',12340),(24706,0,0,0,0,0,22599,0,0,0,'Durm Icehide','','',0,70,70,2,1922,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24707,0,0,0,0,0,10906,17612,0,0,'Buoy','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,6,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24709,0,0,0,0,0,22600,0,0,0,'Sage Aeire','','',0,70,70,2,1922,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24712,0,0,0,0,0,12073,0,0,0,'Test Scaling Bony Construct','','',0,81,81,2,233,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,3,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(24713,0,0,0,0,0,22505,0,0,0,'\"Crowleg\" Dan','','',9335,70,70,2,1888,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24713,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,999,1665,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24714,0,0,0,0,0,22593,22575,22594,0,'Seasoned Buccaneer','','',0,70,70,2,1888,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24714,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,943,1571,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24716,0,0,0,0,0,22601,0,0,0,'Flying Machine Taxi','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,241,1,0,0,'',12340),(24717,0,0,0,0,0,22604,0,0,0,'Stanwad','Explorers\' League','',0,72,72,1,1892,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24718,0,0,0,0,0,22623,0,0,0,'Lebronski','Explorers\' League','',0,70,70,1,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24719,0,0,0,0,0,22619,0,0,0,'Gwendolyn','Explorers\' League','',0,70,70,1,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24720,0,0,0,0,0,22622,0,0,0,'Needlemeyer','Explorers\' League','',0,71,71,1,1892,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24721,0,0,0,0,0,15946,0,0,0,'Flying Blue Drake','','',0,72,72,1,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,260,1,0,0,'',12340),(24724,0,0,0,0,0,22607,0,0,0,'Gorloc Oracle Black (Northrend Model)','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24725,0,0,0,0,0,1126,17188,0,0,'Dog Sled','','vehichleCursor',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,54,1,0,0,'',12340),(24726,0,0,0,0,0,741,0,0,0,'Sled Dog','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8298,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24730,0,0,0,0,0,22608,0,0,0,'Wind Tamer Barah','','',0,70,70,2,1922,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24731,0,0,0,0,0,11090,0,0,0,'Mud Wasp','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,44,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24732,0,0,0,0,0,1561,0,0,0,'Mud Skipper','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24733,0,0,0,0,0,22610,0,0,0,'Snow Tracker Junek','','',0,71,71,2,1922,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24741,0,0,0,0,0,22618,0,0,0,'Annie Bonn','','',9019,70,70,2,1888,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24742,0,0,0,0,0,127,0,0,0,'\"Mad\" Jonah Sterling','','',0,70,70,2,1888,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24746,0,0,0,0,0,21774,0,0,0,'Fjord Turkey','','',0,6,8,0,189,0,1,0.99206,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24747,0,0,0,0,0,22633,0,0,0,'Fjord Hawk','','',0,68,70,2,15,0,1,2.57143,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,26,0,0,0,0,215,320,44,1,1,24747,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(24748,0,0,0,0,0,21774,0,0,0,'Fjord Prey 03','','',0,6,8,2,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24749,0,0,0,0,0,21774,0,0,0,'Fjord Prey 04','','',0,6,8,2,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24750,0,0,0,0,0,22624,0,0,0,'Hidalgo the Master Falconer','','',8998,73,73,1,1892,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24751,0,0,0,0,0,22625,0,0,0,'Excelsior','Hidalgo\'s Companion','',0,70,70,1,1892,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24752,0,0,0,0,0,22626,0,0,0,'Rock Falcon','','',9007,70,70,1,1892,1,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24754,0,0,0,0,0,24054,25536,0,0,'Iskaal Refugee','','',0,70,70,2,1950,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24755,0,0,0,0,0,24057,0,0,0,'Elder Atuik','','',9139,73,73,2,1950,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24756,0,0,0,0,0,1126,11686,0,0,'Reflection of Magic','','',0,70,70,0,1620,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,73,1,0,128,'',12340),(24757,0,0,0,0,0,1206,6303,2957,2958,'Fjord Rock Snake','','',0,70,70,0,14,0,1,1.14286,1,5,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24758,0,0,0,0,0,22611,0,0,0,'Spearfang Worg Totem Credit','','',0,70,71,2,1815,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24759,0,0,0,0,0,22199,0,0,0,'Captive Tuskarr','','',0,70,70,2,1950,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24760,0,0,0,0,0,17574,0,0,0,'Fjord Monarch','','',0,72,73,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24763,0,0,0,0,0,24056,0,0,0,'Akiaruk','','',0,73,73,2,1950,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24764,0,0,0,0,0,22199,0,0,0,'Suirut','','',0,73,73,2,1950,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24765,0,0,0,0,0,22321,0,0,0,'Spirit of Issliruk','','',0,68,69,2,14,0,1,2.42857,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,1,0,24765,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,207,1,0,0,'',12340),(24767,0,0,0,0,0,5207,0,0,0,'Molly','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(24768,0,0,0,0,0,22632,0,0,0,'Deathstalker Hayward','','',0,70,70,2,1901,2,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24769,0,0,0,0,0,24737,0,0,0,'Red Dragon Soldier','','',0,80,80,1,35,0,10,3.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,251,1,0,0,'',12340),(24770,0,0,0,0,0,24140,0,0,0,'Nexus Watcher','','',0,80,80,2,103,0,4.8,3.57143,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,10,6.5,6.5,1,0,0,0,0,0,0,0,250,1,0,0,'',12340),(24775,0,0,0,0,0,9583,0,0,0,'Coldarra Red Whelp','','',0,23,24,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24776,0,0,0,0,0,10753,0,0,0,'Red-Breath Cannon (PH)','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24778,0,0,0,0,0,16480,19595,0,0,'Missile Target Flare','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24779,0,0,0,0,0,22634,22635,0,0,'Dragonflayer Ambusher','','',0,69,71,2,1885,0,1,1.14286,1,0,299,426,0,308,1,2500,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,24779,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24783,0,0,0,0,0,22626,0,0,0,'Trained Rock Falcon','','',0,65,65,1,31,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,1024,0,0,0,0,0,0,0,0,0,44422,44423,44424,0,0,0,0,0,0,0,0,0,'',0,5,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24784,0,0,0,0,0,22636,0,0,0,'Scuttle Frostprow','','',9012,70,70,2,1888,3,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24785,0,0,0,0,0,24932,0,0,0,'Big Roy','','',0,71,71,2,16,0,0.6,1,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,1,0,24785,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34122,0,0,0,0,0,44,1,0,0,'',12340),(24786,0,0,0,0,0,24927,0,0,0,'Reef Bull','','',0,70,70,2,15,0,1,1,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,24786,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24787,0,0,0,0,0,22106,0,0,0,'Fjord Hawk Matriarch','','',0,71,71,2,1953,0,1,2.57143,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,26,0,0,0,0,262,389,48,1,1,24787,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(24788,0,0,0,0,0,22638,0,0,0,'Jack Adams','','',9025,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1040,1733,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24789,0,0,0,0,0,20089,0,0,0,'Forlorn Soul','','',0,70,71,2,21,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,6,0,24789,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24790,0,0,0,0,0,1279,0,0,0,'Black Conrad\'s Ghost','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,24790,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34118,0,0,0,0,0,0,1,8388624,0,'',12340),(24791,0,0,0,0,0,22639,0,0,0,'Shoveltusk Calf','','',0,68,68,2,1887,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,1,0,24791,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33611,33120,34136,42104,0,0,0,1,0,0,'',12340),(24793,0,0,0,0,0,22641,0,0,0,'Fjord Wasp','','',0,68,69,0,310,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),(24794,0,0,0,0,0,7470,9354,9028,9029,'Fjord Beetle','','',0,69,69,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24795,0,0,0,0,0,26699,0,0,0,'Surristrasz','','',9472,80,80,2,1816,8195,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24796,0,0,0,0,0,1214,0,0,0,'Spectral Sailor','','',0,70,70,2,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(24797,0,0,0,0,0,24933,0,0,0,'Reef Cow','','',0,70,70,2,15,0,1,1,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,24797,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24798,0,0,0,0,0,22644,0,0,0,'Grell (Pink)','','',0,2,3,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(24799,0,0,0,0,0,6809,0,0,0,'Grell (Blue)','','',0,2,3,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(24800,0,0,0,0,0,2452,0,0,0,'Grell (Blanca)','','',0,2,3,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(24801,0,0,0,0,0,911,0,0,0,'Grell (Red)','','',0,2,3,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(24802,0,0,0,0,0,904,0,0,0,'Grell (Orange)','','',0,2,3,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(24803,0,0,0,0,0,16944,0,0,0,'Grell (White)','','',0,2,3,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(24804,0,0,0,0,0,24927,0,0,0,'Attracted Reef Bull','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_attracted_reef_bull',12340),(24806,0,0,0,0,0,548,0,0,0,'Iron Rune Construct','','',0,80,80,2,1194,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,44498,0,0,0,0,0,0,0,0,22,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24807,0,0,0,0,0,22645,0,0,0,'Walt','Explorers\' League','',9022,69,69,1,1892,3,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24810,0,0,0,0,0,25974,0,0,0,'Anuniaq','','',9020,71,71,2,1950,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24811,0,0,0,0,0,22647,0,0,0,'Donny','Explorers\' League','',9021,68,68,1,1892,3,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24812,0,0,0,0,0,27060,0,0,0,'Storm Giant','','',0,80,80,2,14,0,2.4,1.57143,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,5,32,24812,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,160,1,0,0,'',12340),(24816,0,0,0,0,0,6106,0,0,0,'Fjord Porcupine','','',0,69,69,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(24817,0,0,0,0,0,22625,11686,0,0,'Explorers\' League Event Controller','','',0,70,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24820,0,0,0,0,0,17856,11686,0,0,'Iron Dwarf Relic','','',0,70,70,2,1892,0,1,1,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24821,0,0,0,0,0,548,0,0,0,'Iron Rune Construct','','',0,80,80,2,1194,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,44550,0,0,0,0,0,0,0,0,22,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24823,0,0,0,0,0,548,0,0,0,'Iron Rune Construct','','',0,80,80,2,1194,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,44562,0,0,0,0,0,0,0,0,22,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24824,0,0,0,0,0,17856,11686,0,0,'Iron Dwarf Relic','','',0,70,70,2,1892,0,1,1,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24825,0,0,0,0,0,548,0,0,0,'Iron Rune Construct','','',0,80,80,2,495,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,44608,44610,44609,0,0,0,0,0,0,22,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24826,0,0,0,0,0,1126,17188,0,0,'Transport Bot A1->A2','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24827,0,0,0,0,0,1126,17188,0,0,'Transport Bot B1->B2','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24828,0,0,0,0,0,1126,17188,0,0,'Transport Bot C1->C2','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24829,0,0,0,0,0,1126,17188,0,0,'Transport Bot D1->D2','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24831,0,0,0,0,0,1126,17188,0,0,'Transport Bot D2','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24832,0,0,0,0,0,1126,17188,0,0,'Transport Bot D3','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24845,0,0,0,0,0,1126,17188,0,0,'Baelgun\'s Event Generator (Cave)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24846,0,0,0,0,0,25748,0,0,0,'Iron Dwarf','','',0,69,69,2,1954,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,24846,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,998,1663,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24847,0,0,0,0,0,22668,0,0,0,'Loken','','',0,83,83,2,1954,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24849,31676,0,0,0,0,22287,22288,0,0,'Proto-Drake Rider','','',0,70,70,2,1885,0,1,2.57143,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,2080,24849,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2977,4961,'SmartAI',0,4,1,4,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(24852,0,0,0,0,0,548,0,0,0,'Iron Rune Construct','','',0,70,70,2,495,0,1,4.28571,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),(24853,0,0,0,0,0,1126,11686,22670,0,'Wheelbarrow','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24859,0,0,0,0,0,20432,0,0,0,'Superheated Elemental','','',0,70,70,2,91,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24861,0,0,0,0,0,20570,17188,0,0,'Crystal Beam','','',0,70,70,2,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(24862,0,0,0,0,0,1060,17188,0,0,'Mage Hunter Target','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(24863,0,0,0,0,0,22674,0,0,0,'Frosthorn Kid','','',0,70,70,2,634,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,24863,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24864,31668,0,0,0,0,22677,22678,0,0,'Dragonflayer Worker','','',0,70,70,2,1885,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,320,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(24865,0,0,0,0,0,20570,11686,0,0,'Crystal Beam Relay','','',0,70,70,2,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24869,0,0,0,0,0,22700,0,0,0,'Rig Guardian','','',0,70,70,0,63,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24870,0,0,0,0,0,8369,0,0,0,'Rig Technician','','',0,70,70,0,63,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24871,0,0,0,0,0,27850,0,0,0,'Risen Vrykul Ancestor','','',0,69,70,2,16,0,2.8,2,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,24871,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34043,41989,42108,0,0,0,186,1,8388624,0,'',12340),(24872,0,0,0,0,0,22702,0,0,0,'Blood Shade','','',0,69,70,2,16,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,6,0,24872,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24874,0,0,0,0,0,22703,0,0,0,'Fengir the Disgraced','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,128,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(24875,0,0,0,0,0,22704,0,0,0,'Windan of the Kvaldir','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,128,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(24876,0,0,0,0,0,22705,0,0,0,'Rodin the Reckless','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,128,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(24877,0,0,0,0,0,22706,0,0,0,'Isuldof Iceheart','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,128,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(24878,0,0,0,0,0,6888,0,0,0,'Rig Sentry','','',0,70,70,0,63,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24879,0,0,0,0,0,25347,0,0,0,'Arctic Cloud','','',0,1,1,0,190,0,0.4,0.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,13,16,0,0,80206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,64,1,0,0,'',12340),(24880,0,0,0,0,0,22708,0,0,0,'Korf','Isuldof\'s Companion','',0,70,70,2,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(24883,0,0,0,0,0,22712,17200,0,0,'Rodin Lightning Enabler','','',0,71,71,1,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(24884,0,0,0,0,0,28316,0,0,0,'Padwai, Son of Orfus','','',0,12,12,0,1950,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24887,0,0,0,0,0,22712,17200,0,0,'Fengir Quest Credit','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(24888,0,0,0,0,0,22712,28016,0,0,'Isuldof Quest Credit','','',0,71,71,2,35,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24889,0,0,0,0,0,22712,17200,0,0,'Rodin Quest Credit','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,768,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(24890,0,0,0,0,0,22712,17200,0,0,'Windan Quest Credit','','',0,71,71,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24894,0,0,0,0,0,19797,0,0,0,'Bluff Behemoth','','',0,70,70,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24896,0,0,0,0,0,22718,0,0,0,'Lou the Cabin Boy','','',9045,70,70,2,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24897,0,0,0,0,0,6692,0,0,0,'\"Tiny\" Jimb','Grezzix\'s First Mate','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24898,0,0,0,0,0,21602,0,0,0,'Lou the Cabin Boy (Canoe)','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24899,0,0,0,0,0,22721,0,0,0,'\"Scoodles\"','','',0,71,71,2,14,0,1.6,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,24899,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,34235,0,0,0,0,0,51,1,0,0,'',12340),(24900,0,0,0,0,0,22722,0,0,0,'Abdul the Insane','','',0,72,72,2,1888,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,24900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24901,0,0,0,0,0,22673,0,0,0,'Maddened Frosthorn','','',0,70,71,2,1692,0,1,1.38571,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,24901,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24902,0,0,0,0,0,22712,17188,0,0,'Abdul Relay','','',0,70,70,0,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24910,0,0,0,0,0,1279,0,0,0,'Captain Ellis','','',0,70,70,2,35,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24911,0,0,0,0,0,22798,22799,0,0,'Cursed Sea Dog','','',0,68,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24912,0,0,0,0,0,22726,0,0,0,'[PH]Avalanche','','',0,60,60,1,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,122,1,0,0,'',12340),(24913,0,0,0,0,0,22712,17200,0,0,'Sister Mercy Cannon','','',0,70,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24914,0,0,0,0,0,23355,0,0,0,'Sorlof','','',0,80,80,2,14,0,4,2.57143,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,5,0,24914,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,216,1,0,0,'',12340),(24915,0,0,0,0,0,1126,11686,22728,0,'Snowball Stampede','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(24954,0,0,0,25615,0,24848,0,0,0,'Aged Magnataur','','',0,70,70,1,1953,0,1,0.952381,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,24954,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24956,0,0,0,0,0,22771,0,0,0,'Juniper','','',9053,66,66,1,35,0,1,1.14286,1,1,210,295,0,282,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24957,0,0,0,25660,0,23294,23307,0,0,'Cult Plaguebringer','Cult of the Damned','',0,70,71,2,21,0,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,24957,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1049,1749,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24973,0,0,0,0,0,1126,17188,0,0,'Ellis Crew Trigger','','',0,68,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24983,0,0,0,0,0,16480,20559,0,0,'Tainted Magnataur Spirit','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,64,1,0,128,'',12340),(24992,0,0,0,0,0,3127,0,0,0,'The Big Gun','','Interact',0,70,70,2,35,16777216,1,1.07143,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25006,0,0,0,0,0,25092,0,0,0,'Dan\'s Test Vehicle','','vehichleCursor',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,100,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(25026,0,0,0,0,0,10630,646,829,0,'Mutinous Sea Dog','','',0,69,70,2,14,0,0.777776,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,25026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34387,0,0,0,0,0,0,1,0,0,'',12340),(25198,0,0,0,0,0,1762,486,346,1994,'Winterfin Gatherer','','',9138,62,65,1,1968,1,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33024,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.33,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25199,0,0,0,0,0,391,0,0,0,'Brglmurgl','','',9133,70,70,2,1968,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25201,0,0,0,0,0,15369,15984,22986,22987,'Winterfin Tadpole','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25203,0,0,0,0,0,25194,0,0,0,'Glrggl','','',0,71,71,2,14,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,1,0,25203,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,1,1,1,0,34618,34617,0,0,0,0,0,1,0,0,'',12340),(25204,0,0,0,0,0,21975,0,0,0,'Glimmer Bay Orca','','',0,70,71,2,1970,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,1,0,25204,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,1,1,1,0,34618,0,0,0,0,0,0,1,0,0,'',12340),(25205,0,0,0,0,0,5025,0,0,0,'Mrmrglmr','','',9134,70,70,2,1968,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25206,0,0,0,0,0,4920,0,0,0,'Ahlurglgr','Clam Vendor','',9130,69,69,2,1968,4227,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25208,0,0,0,0,0,757,0,0,0,'Lurgglbr','','',9137,71,71,2,1968,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_lurgglbr',12340),(25209,0,0,0,0,0,22989,0,0,0,'Claximus','','',0,72,72,2,14,0,1,0.85714,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,25209,25209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,1850,'',0,3,1,1,1,1,0,34621,0,0,0,0,0,100,1,0,0,'',12340),(25210,0,0,0,0,0,23004,0,0,0,'Keymaster Urmgrgl','','',0,71,71,2,18,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25210,25210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34600,0,0,0,0,0,0,1,0,0,'',12340),(25211,0,0,0,0,0,386,0,0,0,'Cleaver Bmurglbrm','','',0,69,69,2,1968,2,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,7,0,25211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25215,0,0,0,25217,0,652,478,5243,540,'Winterfin Shorestriker','','',0,69,70,2,1969,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,25215,25215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1049,1749,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25216,0,0,0,25217,0,3617,4920,11293,3940,'Winterfin Oracle','','',0,69,70,2,1969,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,25216,25216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25217,0,0,0,0,0,506,391,1305,1079,'Winterfin Warrior','','',0,69,70,2,1969,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,25217,25217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,1751,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25221,0,0,0,25221,0,19587,0,0,0,'TEST - Clayton Dubin - TEST','','',0,36,60,0,1819,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25224,0,0,0,0,0,22995,22996,0,0,'Vengeful Kvaldir Spirit','','',0,70,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,25224,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,42108,0,0,0,0,0,1,8388624,0,'',12340),(25226,0,0,0,0,0,23000,0,0,0,'Scalder','','',0,71,71,2,14,0,1,1.28968,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,4,0,25226,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25227,0,0,0,0,0,9758,0,0,0,'Crypt Crawler','','',0,68,69,2,1988,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,25227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25228,0,0,0,0,0,23883,0,0,0,'Risen Crypt Lord','','',0,69,69,0,1975,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,25228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25229,0,0,0,0,0,1126,17188,0,0,'Shield Hill Creature Trigger - Isuldof','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25230,0,0,0,0,0,1126,17188,0,0,'Shield Hill Creature Trigger - Windan','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25231,0,0,0,0,0,1126,17188,0,0,'Shield Hill Creature Trigger - Rodin','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25232,0,0,0,0,0,1126,17188,0,0,'Shield Hill Creature Trigger - Fengir','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25233,0,0,0,0,0,24388,0,0,0,'Lunk-tusk','','',0,71,71,2,1950,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25237,0,0,0,0,0,23006,0,0,0,'Garrosh Hellscream','Overlord of the Warsong Offensive','',9144,70,70,2,1979,3,1,1.14286,1,3,252,357,0,304,35,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25242,0,0,0,0,0,23007,23017,23018,23019,'Warsong Battleguard','','',0,75,75,2,1980,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25243,0,0,0,0,0,23008,23022,23023,23024,'Warsong Honor Guard','','',0,80,80,2,1980,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25244,0,0,0,0,0,23009,23014,23015,23016,'Warsong Marksman','','',0,75,75,2,1980,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25247,0,0,0,0,0,23021,0,0,0,'Endorah','','',0,70,70,2,1981,2,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25252,0,0,0,0,0,23028,0,0,0,'Horde Grunt (Northrend)','','',0,65,65,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25254,0,0,0,0,0,23029,0,0,0,'Alliance Soldier (Northrend)','','',0,65,65,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25255,0,0,0,0,0,23030,0,0,0,'Scourge Soldier (Northrend)','','',0,65,65,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25256,0,0,0,0,0,23033,0,0,0,'High Overlord Saurfang','','',9150,83,83,2,1979,3,1,2.28571,1,1,509,683,0,805,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,371,535,135,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,200,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(25257,0,0,0,0,0,23034,0,0,0,'Saurfang the Younger','','',9493,70,70,0,2054,3,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25258,0,0,0,0,0,23031,0,0,0,'Footman Rob','','',0,69,69,2,1973,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25259,0,0,0,0,0,23031,0,0,0,'Footman George','','',0,69,69,2,1973,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25260,0,0,0,0,0,23031,0,0,0,'Footman Mitch','','',0,69,69,2,1973,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25261,0,0,0,0,0,23031,0,0,0,'Footman Chuck','','',0,69,69,2,1892,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25262,0,0,0,0,0,23032,0,0,0,'Librarian Donathan','','',0,72,72,2,2006,2,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25263,0,0,0,0,0,2575,0,0,0,'World Inscription Trainer','Inscription Trainer','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25266,0,0,0,0,0,24818,24819,3422,24821,'Civilian Recruit','','',0,68,68,2,1973,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,45,1,0,0,'',12340),(25269,0,0,0,0,0,23036,0,0,0,'Horde Zeppelin (Northrend)','','',0,65,65,0,35,0,1.38889,0.49603,1,0,200,281,0,278,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,166,246,35,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25270,0,0,0,0,0,23037,23038,23039,0,'Warsong Peon','','',0,64,67,1,1981,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25272,0,0,0,0,0,23040,0,0,0,'Sauranok the Mystic','','',0,71,71,2,1981,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25273,0,0,0,0,0,23041,0,0,0,'Warsong Recruitment Officer','','',0,73,73,2,1981,2,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25274,0,0,0,0,0,23042,0,0,0,'Armorer Orkuruk','Blacksmith','',0,75,75,2,1981,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25275,0,0,0,0,0,23043,23074,23075,23076,'Warsong Blacksmith','','',0,68,70,2,1981,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25276,0,0,0,0,0,23044,23078,23079,23080,'Goblin Siege Engineer','','',0,68,71,2,1978,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25277,0,0,0,0,0,23045,0,0,0,'Chief Engineer Leveny','Grand Master Engineer','',0,72,72,2,1978,80,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,2,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25278,0,0,0,0,0,23046,0,0,0,'Williamson','Innkeeper','',348,68,68,2,1978,66177,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25279,0,0,0,0,0,23047,0,0,0,'Overlord Razgor','','',0,71,71,2,1978,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25280,0,0,0,0,0,23048,0,0,0,'Foreman Mortuus','','',0,69,69,2,1978,2,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25283,0,0,0,0,0,23051,0,0,0,'King Mrgl-Mrgl\'s Spare Suit','','',0,71,71,2,1660,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25284,0,0,0,0,0,16213,0,0,0,'Nerub\'ar Victim','','',0,70,70,2,7,0,1,1,1,0,252,357,0,304,1,2000,2000,1,516,2048,0,0,0,0,0,0,215,320,44,10,1024,25284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,64,'npc_nerubar_victim',12340),(25286,0,0,0,0,0,23007,23017,23018,23019,'Warsong Wind Rider','','',0,75,75,2,1981,0,1,4.28571,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25287,0,0,0,0,0,23056,0,0,0,'Warsong Wyvern','','',0,70,70,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),(25288,0,0,0,0,0,23053,0,0,0,'Turida Coldwind','Wind Rider Master','',0,69,69,2,1981,8192,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25289,0,0,0,0,0,23054,0,0,0,'Wind Master To\'bor','','',0,73,73,2,1981,2,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25290,0,0,0,0,0,17700,0,0,0,'Ay\'mon','To\'bor\'s Companion','',0,70,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(25291,0,0,0,0,0,23055,0,0,0,'Librarian Garren','','',9761,72,72,2,2006,3,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25292,0,0,0,0,0,25981,0,0,0,'Etaruk','','',0,72,72,2,1950,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25293,0,0,0,0,0,23058,0,0,0,'Nerub\'ar Egg Sac','','Attack',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25294,0,0,0,25382,0,23880,0,0,0,'Nerub\'ar Web Lord','','',0,69,69,2,21,0,1.6,1.42857,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,25294,0,70201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,150,1,8388624,0,'',12340),(25295,0,0,0,0,0,23060,0,0,0,'Nerub\'ar Swarmer','','',0,66,67,1,21,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25296,0,0,0,0,0,19754,0,0,0,'Nerub\'ar Larva','','',0,68,69,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,25296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25308,0,0,0,0,0,16480,19595,0,0,'Borean - Westrift Chasm Anomaly','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25309,0,0,0,0,0,16480,19595,0,0,'Borean - Westrift Cavern Anomaly','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25310,0,0,0,0,0,16480,19595,0,0,'Borean - Westrift Cleftcliff Anomaly','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25312,0,0,0,0,0,23081,0,0,0,'Cel','Reagent and Poison Vendor','',0,70,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25313,0,0,0,0,0,23031,0,0,0,'Valiance Keep Footman','','',0,69,69,2,1973,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25314,0,0,0,0,0,23082,0,0,0,'Archmage Berinand','Maces & Staves','',9480,72,72,2,2006,4227,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,256,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25316,0,0,0,0,0,23221,0,0,0,'Beryl Sorcerer','','',0,69,70,2,14,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,25316,25316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1118,1864,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_beryl_sorcerer',12340),(25318,0,0,0,0,0,23105,23106,23107,23108,'Arcane Prisoner','','',0,72,73,2,35,0,1,1.14286,1,0,270,395,0,143,1,2000,2000,8,0,2048,0,0,0,0,0,0,255,380,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25320,0,0,0,25318,0,23109,23110,23111,23112,'Arcane Prisoner','','',0,72,73,2,35,0,1,1.14286,1,0,270,395,0,143,1,2000,2000,8,0,2048,0,0,0,0,0,0,255,380,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25321,0,0,0,0,0,25973,25975,0,0,'Kaskala Craftsman','','',0,72,72,2,1950,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25322,0,0,0,0,0,25976,25977,0,0,'Kaskala Shaman','','',0,72,72,2,1950,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25323,25410,25412,0,0,0,19284,0,0,0,'Craig Steele','Software Engineer','',0,1,1,0,35,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25326,0,0,0,0,0,23116,0,0,0,'Overlord Bor\'gorok','','',9151,71,71,2,1978,3,1,1.38571,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25327,0,0,0,0,0,23115,0,0,0,'Quartermaster Holgoth','','',0,69,69,2,1978,2,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25328,0,0,0,0,0,23117,0,0,0,'Shadowstalker Luther','','',0,72,72,2,1981,2,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,537166598,2048,32,0,0,0,0,0,268,399,40,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,4194306,'',12340),(25329,0,0,0,0,0,23118,0,0,0,'Gorge the Corpsegrinder','Tank Commander','',0,74,74,2,1978,2,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25330,0,0,0,0,0,23119,0,0,0,'Nerub\'ar Behemoth','','',0,80,80,2,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,203,1,8388624,0,'',12340),(25331,0,0,0,25495,0,23568,0,0,0,'Nerub\'ar Destroyer','','',0,71,71,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25332,0,0,0,25495,0,15961,0,0,0,'Stitched Warsong Horror','','',0,73,75,2,21,0,1.6,2,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,183,1,8388624,64,'',12340),(25333,0,0,0,25495,0,24274,0,0,0,'Undying Aggressor','','',0,68,69,2,21,0,2,1.85714,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,178,1,8388624,64,'',12340),(25334,0,0,0,0,0,25092,0,0,0,'Horde Siege Tank','','vehichleCursor',0,70,70,2,1981,16777216,1.2,2.5,1,0,234,331,0,286,1,2000,2000,2,4096,2048,0,0,0,0,0,0,198,295,33,9,8,0,0,0,0,0,0,0,0,0,50672,45750,50677,47849,47962,0,0,0,0,26,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,180,0,344407930,0,'',12340),(25335,0,0,0,0,0,23170,0,0,0,'Longrunner Proudhoof','','',9160,71,71,2,1921,3,1,1.14286,1,0,299,426,0,308,2.3,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25336,0,0,0,0,0,23121,0,0,0,'Grunt Ragefist','','',9153,69,69,2,1978,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25337,0,0,0,0,0,23007,23017,23018,23019,'Warsong Standard Bearer','','',0,70,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25338,0,0,0,0,0,23007,23017,23018,23123,'Warsong Caravan Guard','','',0,70,70,2,1978,0,1,1.14286,1,0,252,357,0,304,1.5,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25339,0,0,0,0,0,23163,0,0,0,'Spirit Talker Snarlfang','','',9154,69,69,2,1978,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25340,0,0,0,0,0,23246,23247,23248,23249,'Dead Caravan Guard Transform','','',0,69,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25341,0,0,0,0,0,23124,23125,23126,23127,'Dead Caravan Worker Transform','','',0,65,69,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25342,0,0,0,0,0,328,21342,0,0,'Dead Caravan Guard','Warsong Offensive','',9155,69,70,1,190,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,537166592,2048,32,0,0,0,0,0,215,320,44,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25343,0,0,0,25342,0,328,21342,0,0,'Dead Caravan Worker','Warsong Offensive','',9156,65,69,1,190,1,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,537166592,2048,32,0,0,0,0,0,206,302,43,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25349,0,0,0,0,0,24471,24471,0,0,'Scourge Plague Spreader','','',0,80,80,2,974,0,1,1,1,3,422,586,0,642,35,2000,2000,1,33555202,2048,0,0,0,0,0,0,345,509,103,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25350,0,0,0,25351,0,23173,23175,0,0,'Risen Longrunner','','',0,69,70,2,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,6,0,25350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25351,0,0,0,0,0,23172,23174,0,0,'Ghostly Sage','','',0,69,70,2,16,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,6,0,25351,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25352,0,0,0,25495,0,17444,0,0,0,'Scourge Overlord','','',0,78,80,2,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,20,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25353,0,0,0,0,0,23145,23205,0,0,'Beryl Treasure Hunter','','',0,69,70,2,14,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,25353,25353,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,1850,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25355,0,0,0,0,0,24906,24909,24910,0,'Beryl Hound','','',0,69,70,2,14,0,0.666668,1.19048,1,0,234,331,0,286,1,1500,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,25355,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34711,0,0,0,0,0,0,1,0,0,'',12340),(25356,0,0,0,0,0,23149,0,0,0,'Warmage Anzim','','',0,72,72,2,2006,2,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25359,0,0,0,0,0,23120,0,0,0,'Force-Commander Steeljaw','','',0,71,71,2,21,0,1,1.14286,1,1,299,426,0,308,5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25361,0,0,0,0,0,23147,23150,23151,23152,'Alliance Deserter','','',0,65,72,1,7,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,33536,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25362,0,0,0,0,0,16358,23148,16356,0,'Warsong Swine','','',0,5,6,0,189,0,1,1.14286,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25364,0,0,0,0,0,12821,6371,0,0,'Red Guardian Drake','','',0,80,80,1,35,0,8,2.85714,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,231,1,0,0,'',12340),(25365,0,0,0,0,0,18043,0,0,0,'(PH) Dreadweave Spinner','','',0,68,69,0,1975,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25366,0,0,0,0,0,23165,0,0,0,'(PH) DEPRECATED','','',0,68,69,0,1975,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25374,0,0,0,0,0,23164,0,0,0,'Ortrosh','','',9158,69,69,2,1978,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25375,0,0,0,0,0,10031,0,0,0,'Giant Scarab','','',0,49,49,0,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25376,0,0,0,0,0,14502,0,0,0,'Imperean','','',9159,72,72,2,190,3,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,270,401,53,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25377,0,0,0,0,0,11402,0,0,0,'Brittle Skeleton','','',0,71,71,0,21,0,1.2,0.714286,1,5,299,426,0,308,1,5000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,0.05,1,0,0,0,0,0,0,0,91,1,8388624,64,'',12340),(25378,0,0,0,26195,0,23181,0,0,0,'En\'kilah Necromancer','Cult of the Damned','',0,71,72,2,21,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,25378,25378,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1114,1856,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25379,0,0,0,0,0,23167,0,0,0,'Warden Nork Bloodfrenzy','','',9184,70,70,2,1981,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25380,0,0,0,0,0,23197,0,0,0,'Primal Mighthorn','','',0,73,73,2,1978,2,1,1.14286,1,1,313,448,0,302,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25381,0,0,0,0,0,23169,0,0,0,'Bloodmage Laurith','','',9185,72,72,2,1978,3,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25382,0,0,0,0,0,23102,0,0,0,'Nerub\'ar Proxy','','',0,69,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,25382,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25383,0,0,0,26195,0,12818,0,0,0,'En\'kilah Abomination','','',0,71,71,2,21,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,72,25383,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25384,0,0,0,0,0,23171,0,0,0,'Steeljaw\'s Corpse','','',0,72,72,2,1978,1,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,537133824,2048,32,0,0,0,0,0,270,401,53,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25385,0,0,0,0,0,26575,0,0,0,'William Allerton','','',0,72,72,0,1973,2,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,537133824,2048,32,0,0,0,0,0,270,401,53,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25386,0,0,0,26195,0,17308,0,0,0,'En\'kilah Crypt Fiend','','',0,70,71,2,21,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,72,25386,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25387,0,0,0,26195,0,17311,0,0,0,'En\'kilah Gargoyle','','',0,71,71,2,974,0,2,1.28571,1,0,296,424,0,290,1,3000,2000,2,33554688,2048,0,0,0,0,0,0,260,387,37,6,0,25387,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,42108,0,0,0,0,0,135,1,8388624,0,'',12340),(25388,0,0,0,0,0,10005,0,0,0,'En\'kilah Hatchling (1)','','',0,68,68,2,634,0,0.833332,1.14286,1,0,231,325,0,292,1,200,2000,1,33554432,2048,0,0,0,0,0,0,195,289,41,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(25389,0,0,0,0,0,10005,0,0,0,'En\'kilah Hatchling (2)','','',0,68,68,2,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(25390,25388,25389,0,0,0,10005,0,0,0,'En\'kilah Hatchling','','',0,68,68,2,634,0,0.833332,2,1,0,231,325,0,292,1,200,2000,1,33554432,2048,0,0,0,0,0,0,195,289,41,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(25391,0,0,0,0,0,22506,0,0,0,'En\'kilah Focus Crystal','','',0,1,1,0,974,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25392,0,0,0,0,0,23510,0,0,0,'High Priest Andorath','','',0,72,72,2,21,3,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,25392,25392,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35355,0,0,0,0,0,0,1,0,0,'',12340),(25393,0,0,0,26195,0,24992,1065,0,0,'En\'kilah Ghoul','','',0,70,70,2,21,0,1.2,1.42857,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,6,0,25393,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,147,1,8388624,0,'',12340),(25394,0,0,0,0,0,23176,0,0,0,'Shadowstalker Barthus','','',0,71,71,2,1981,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25396,0,0,0,0,0,2606,0,0,0,'Naxxanar Skeletal Mage','','',0,72,72,2,21,0,1,1.42857,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,6,8,25396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(25397,0,0,0,0,0,25978,0,0,0,'Elder Kesuk','','',0,72,72,2,1950,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25398,0,0,0,0,0,25979,0,0,0,'Elder Sagani','','',0,71,72,2,1950,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25399,0,0,0,0,0,25980,0,0,0,'Elder Takret','','',0,71,72,2,1950,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25400,0,0,0,0,0,26360,0,0,0,'Elder Yakone','','',0,71,72,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25401,0,0,0,0,0,6271,0,0,0,'Seaforium Depth Charge','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25402,0,0,0,0,0,169,18657,0,0,'Nerub\'ar Sinkhole (South)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25403,0,0,0,0,0,169,18657,0,0,'Nerub\'ar Sinkhole (East)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25404,0,0,0,0,0,169,18657,0,0,'Nerub\'ar Sinkhole (West)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25405,0,0,0,0,0,169,18657,0,0,'Nerub\'ar Sinkhole (North)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25406,25413,0,0,0,0,19284,0,0,0,'Craig Steele2','Software Engineer','',0,1,1,0,35,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25410,0,0,0,0,0,19284,0,0,0,'Craig Steele (1)','Software Engineer','',0,1,1,0,35,0,1,1.14286,1,2,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25411,0,0,0,0,0,19284,0,0,0,'Craig Steele3','Software Engineer','',0,1,1,0,35,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25412,0,0,0,0,0,19284,0,0,0,'Craig Steele (2)','Software Engineer','',0,1,1,0,35,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25413,0,0,0,0,0,19284,0,0,0,'Craig Steele2 (1)','Software Engineer','',0,1,1,0,35,0,1,1.14286,1,2,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25414,0,0,0,0,0,23179,23186,0,0,'Warsong Hold Warrior','','',0,68,70,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25415,0,0,0,0,0,5187,5490,0,0,'Enraged Tempest','','',0,70,71,2,834,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,0,25415,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34800,42107,0,0,0,0,0,1,0,0,'',12340),(25416,0,0,0,0,0,12109,0,0,0,'Simmer','','',0,72,72,2,1983,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,512,2048,0,0,0,0,0,0,270,401,53,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25417,0,0,0,0,0,1070,5488,0,0,'Raging Boiler','','',0,69,70,2,1983,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,25417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25418,0,0,0,0,0,14514,0,0,0,'Churn','','',0,71,71,2,1984,0,1,1.28968,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25419,0,0,0,0,0,5561,5450,0,0,'Boiling Spirit','','',0,69,70,2,1984,0,1,1.28968,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,25419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25420,0,0,0,0,0,23182,23184,0,0,'Warsong Hold Mage','','',0,68,70,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25421,0,0,0,0,0,23183,23185,0,0,'Warsong Hold Shaman','','',0,68,70,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25422,0,0,0,0,0,16213,0,0,0,'Mystical Webbing','','',0,70,70,0,14,0,1,1,1,0,252,357,0,304,1,6000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25423,0,0,0,0,0,16213,0,0,0,'Infested Victim','','',0,70,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25424,0,0,0,0,0,23187,0,0,0,'Vision of Farseer Grimwalker','','',0,70,70,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25425,0,0,0,0,0,23188,0,0,0,'Farseer Grimwalker\'s Spirit','','',0,70,70,2,1981,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25426,0,0,0,0,0,14589,0,0,0,'Ug\'thor Bloodfrenzy','Son of Nork','',0,5,5,0,1981,0,1,1,1,0,5,7,0,32,1,2000,2000,1,33536,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25427,0,0,0,0,0,27191,0,0,0,'Kaganishu','','',0,71,71,2,16,0,1,1.19048,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,25427,25427,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,34781,0,0,0,0,0,0,1,0,0,'',12340),(25428,0,0,0,0,0,27170,27192,0,0,'Magmoth Shaman','','',0,69,70,2,16,0,1,1.19048,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,25428,25428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1753,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25429,0,0,0,0,0,27174,27185,0,0,'Magmoth Forager','','',0,70,71,2,16,0,1,1.19048,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25429,25429,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1053,1755,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25430,0,0,0,0,0,24873,0,0,0,'Magmothregar','','',0,72,72,2,16,0,1,0.95238,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,25430,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1109,1848,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25431,0,0,0,0,0,1060,17188,0,0,'Kaskala Ancestor','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25432,0,0,0,0,0,24852,0,0,0,'Mate of Magmothregar','','',0,70,70,2,16,0,1,0.95238,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,25432,25432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,1759,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25433,0,0,0,0,0,24853,0,0,0,'Offspring of Magmothregar','','',0,69,70,2,16,0,1,0.95238,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,25433,25433,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1754,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25434,0,0,0,0,0,24851,0,0,0,'Magmoth Crusher','','',0,70,70,2,16,0,1,0.95238,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,25434,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,1759,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25435,0,0,0,0,0,22199,0,0,0,'Karuk','','',9186,73,73,2,1950,3,1,1.28968,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25436,0,0,0,0,0,16480,28320,0,0,'Elder Tuskarr Spirit','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,64,1,0,128,'',12340),(25437,0,0,0,0,0,23193,0,0,0,'Shadowstalker Ickoris','','',0,70,70,2,1981,2,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25438,0,0,0,0,0,23194,0,0,0,'Shadowstalker Canarius','','',0,69,69,2,1981,2,1,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25439,0,0,0,0,0,23195,23196,0,0,'Warsong Scout','','',0,75,75,2,1980,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25440,0,0,0,0,0,23198,0,0,0,'Scout Tungok','','',0,70,70,2,1980,2,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25441,0,0,0,0,0,1060,17188,0,0,'North Platform','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25442,0,0,0,0,0,1060,17188,0,0,'East Platform','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25443,0,0,0,0,0,1060,17188,0,0,'West Platform','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25444,0,0,0,0,0,4589,0,0,0,'Magmoth Fire Totem','','',0,67,70,0,16,0,1,1,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25445,0,0,0,25382,0,23916,0,0,0,'Nerub\'ar Corpse Harvester','','',0,68,69,2,1982,0,1.6,1.42857,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,25445,0,70204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,2,1,1,1,0,42108,0,0,0,0,0,150,1,8388624,0,'',12340),(25446,0,0,0,0,0,23201,0,0,0,'Warsong Captain','','',0,75,75,2,1980,0,1,1.38571,1,1,339,481,0,370,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25447,0,0,0,0,0,21241,0,0,0,'Warsong Wolf','','',0,70,70,2,1980,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,2049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(25448,0,0,0,0,0,23206,0,0,0,'Curator Insivius','','',0,72,72,2,14,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,2,0,25448,0,70208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25449,0,0,0,0,0,23204,23203,0,0,'Beryl Reclaimer','','',0,69,70,2,14,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,25449,25449,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1049,1749,'',0,3,1,1,1,1,0,34772,0,0,0,0,0,0,1,0,0,'',12340),(25450,0,0,0,0,0,17582,0,0,0,'Veehja','','',9316,73,73,2,35,3,1,1,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25451,0,0,0,25382,0,23917,0,0,0,'Nerub\'ar Sky Darkener','','',0,70,71,2,1982,0,1.6,1.42857,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,2.7,0.75,1,1,0,0,0,0,0,0,0,150,1,8388624,0,'',12340),(25452,0,0,0,0,0,26425,0,0,0,'Scourged Mammoth','','',0,70,71,2,21,0,0.666668,0.95238,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,25452,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34775,42104,0,0,0,0,0,1,8388624,0,'',12340),(25453,0,0,0,0,0,23941,0,0,0,'Ith\'rix the Harvester','','',0,75,75,2,1982,0,1,1.14286,1,1,342,485,0,392,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,150,1,8388624,0,'',12340),(25454,0,0,0,0,0,24564,0,0,0,'Tundra Crawler','','',0,70,70,2,14,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,42,0,0,0,0,215,320,44,1,65537,25454,0,70206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25455,0,0,0,0,0,16998,0,0,0,'Snarlfang\'s Totem','','',0,70,70,0,1981,0,1,1,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25456,0,0,0,0,0,27193,0,0,0,'Vision of Kaganishu','','',0,71,71,2,16,0,1,1.19048,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25457,0,0,0,0,0,27194,0,0,0,'Vision of Magmoth Shaman','','',0,70,71,2,16,0,1,1.19048,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25458,0,0,0,0,0,23215,0,0,0,'Vision of Farseer Grimwalker\'s Spirit','','',0,70,70,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25459,0,0,0,0,0,23210,0,0,0,'Yanni','','',9162,65,65,1,1981,1,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25460,0,0,0,0,0,28082,0,0,0,'Amazing Flying Carpet','','',0,72,72,2,35,0,1,1.42857,1,0,2,2,0,24,1,2000,2000,1,520,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25461,0,0,0,0,0,23212,0,0,0,'Farseer Grimwalker','','',0,70,70,2,1981,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25462,0,0,0,0,0,24191,0,0,0,'The Lich King','','',0,83,83,2,2082,2,1,0.99206,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2000,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(25463,0,0,0,25495,0,11404,11403,0,0,'Soldier of the Frozen Wastes','','',0,68,69,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25464,0,0,0,0,0,23316,0,0,0,'Bloodspore Moth','','',0,68,69,2,188,0,1,0.85714,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,37,0,0,0,0,206,302,43,1,1,25464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13099,0,0,0,'',0,7,1,1,1,1,0,34976,0,0,0,0,0,100,1,0,0,'',12340),(25465,0,0,0,0,0,23214,0,0,0,'Kel\'Thuzad','','',0,83,83,2,1982,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,480,600,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25466,0,0,0,0,0,169,17612,0,0,'Necropolis Beam (Target)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25467,0,0,0,0,0,27185,27195,0,0,'Bloodspore Harvester','','',0,68,69,2,1985,0,1,1.19048,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,25467,25467,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,992,1654,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25468,0,0,0,0,0,27179,27170,0,0,'Bloodspore Roaster','','',0,68,69,2,1985,0,1,1.19048,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,25468,25468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1001,1668,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25469,0,0,0,25495,0,22496,10627,23141,23142,'Mindless Aberration','','',0,68,69,2,21,0,0.777776,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),(25470,0,0,0,0,0,27174,0,0,0,'Bloodspore Firestarter','','',0,68,69,2,1985,0,1,1.19048,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,25470,25470,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,998,1663,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25471,0,0,0,0,0,1060,17188,0,0,'Temple A','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25472,0,0,0,0,0,1060,17188,0,0,'Temple B','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25473,0,0,0,0,0,1060,17188,0,0,'Temple C','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25474,0,0,0,0,0,23221,0,0,0,'Captured Beryl Sorcerer','','',0,71,72,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25475,0,0,0,0,0,23218,0,0,0,'Mobu','Mechanic','',9164,70,70,2,1978,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25476,0,0,0,0,0,22199,0,0,0,'Waltor of Pal\'ea','','',9166,68,68,2,1950,3,1,1.28968,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25477,0,0,0,0,0,23220,0,0,0,'Crafty Wobblesprocket','','',9165,70,70,2,1973,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25478,0,0,0,0,0,23221,0,0,0,'Imprisoned Beryl Sorcerer','','',0,72,72,2,14,0,1,2.14286,1,0,304,436,0,296,1,2000,2000,2,256,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'npc_imprisoned_beryl_sorcerer',12340),(25479,0,0,0,0,0,25773,25775,0,0,'Kvaldir Mistweaver','','',0,68,69,2,1885,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,25479,25479,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,998,1663,'SmartAI',0,7,1,1,1,1,0,34814,34813,41989,0,0,0,0,1,0,0,'',12340),(25480,0,0,0,0,0,23223,0,0,0,'Librarian Normantis','','',0,72,72,2,2006,2,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25481,0,0,0,0,0,999,0,0,0,'Landing Crawler','','',0,68,69,2,7,0,1,0.85714,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,8,0,0,0,0,206,302,43,1,1,25481,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13072,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(25482,0,0,0,0,0,14661,0,0,0,'Sand Turtle','','',0,70,70,2,188,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,21,0,0,0,0,215,320,44,1,1,25482,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13466,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(25487,0,0,0,0,0,26297,0,0,0,'Wooly Rhino Matriarch','','',0,68,68,2,15,0,1,0.99206,1,0,231,325,0,292,1,3000,2000,1,32768,2048,0,43,0,0,0,0,195,289,41,1,65537,25487,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25488,0,0,0,0,0,26296,0,0,0,'Wooly Rhino Calf','','',0,67,67,1,15,0,1,0.99206,1,0,225,314,0,288,1,3000,2000,1,32768,2048,0,43,0,0,0,0,186,276,39,1,65537,25488,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25490,0,0,0,0,0,1060,17188,0,0,'East En\'kilah Cauldron','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25492,0,0,0,0,0,1060,17188,0,0,'Central En\'kilah Cauldron','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25493,0,0,0,0,0,1060,17188,0,0,'West En\'kilah Cauldron','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25494,0,0,0,0,0,23229,0,0,0,'Purifying Totem','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25495,0,0,0,0,0,22862,0,0,0,'Scourge Proxy Unit','','',0,70,70,2,1975,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25496,0,0,0,0,0,25774,25772,0,0,'Kvaldir Mist Lord','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,25496,25496,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,1648,'SmartAI',0,3,1,1,1,1,0,34814,41989,0,0,0,0,0,1,0,0,'',12340),(25497,0,0,0,0,0,23230,23553,25668,0,'Orabus the Helmsman','','',0,70,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34814,0,0,0,0,0,0,1,0,0,'',12340),(25498,0,0,0,0,0,23237,0,0,0,'Aspatha the Broodmother','','',0,71,71,2,14,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,37,0,0,0,0,262,389,48,1,1,25498,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13110,0,0,0,'',0,3,1,1,1,1,0,34976,0,0,0,0,0,0,1,0,0,'',12340),(25501,0,0,0,0,0,27174,27185,0,0,'Gammoth Tender','','',0,70,70,2,1985,0,1,1.19048,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,25501,25501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,995,1659,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25503,0,0,0,0,0,23238,0,0,0,'Elder Mootoo','','',9167,70,70,2,1978,3,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25504,0,0,0,0,0,23239,0,0,0,'Mootoo the Younger','','',9168,68,68,2,1979,3,1,1.14286,1,1,214,301,0,276,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_mootoo_the_younger',12340),(25505,0,0,0,0,0,1126,17612,0,0,'Hah... You\'re Not So Big Now! Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25510,0,0,0,0,0,169,11686,0,0,'1st Kvaldir Vessel (The Serpent\'s Maw)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25511,0,0,0,0,0,169,11686,0,0,'2nd Kvaldir Vessel (The Kur Drakkar)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25512,0,0,0,0,0,169,11686,0,0,'3rd Kvaldir Vessel (Bor\'s Hammer)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25513,0,0,0,0,0,169,11686,0,0,'4th Kvaldir Vessel (Bor\'s Anvil)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25514,0,0,0,0,0,23241,0,0,0,'Rocknar','','',0,71,71,2,14,0,1.55556,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,0,25514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34804,0,0,0,0,0,0,1,0,0,'',12340),(25516,0,0,0,0,0,23242,0,0,0,'Snow Tracker Grumm','','',0,71,71,2,1922,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25519,0,0,0,0,0,9252,0,0,0,'Caleb','Stable Master','',9821,70,70,0,1973,4194305,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(25520,0,0,0,0,0,25775,0,0,0,'Skadir Runecaster','','',0,68,69,2,1885,0,1,1.14286,1,0,230,336,0,133,1,2000,2000,8,0,2048,0,0,0,0,0,0,215,321,28,7,0,25520,25520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(25521,0,0,0,0,0,25632,0,0,0,'Skadir Longboatsman','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,25521,25521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,1656,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(25522,0,0,0,0,0,25632,0,0,0,'Skadir Raider','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,25522,25522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,995,1659,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(25523,0,0,0,0,0,25772,0,0,0,'Skadir Mariner','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,25523,25523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(25524,0,0,0,0,0,19365,0,0,0,'Enslaved Riplash Priestess','','',0,68,69,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25525,0,0,0,0,0,169,11686,0,0,'Orabus Spell Trigger','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25526,0,0,0,0,0,23245,0,0,0,'Naked Caravan Guard - Orc Male Transform','','',0,69,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25527,0,0,0,0,0,23250,0,0,0,'Naked Caravan Guard - Forsaken Male Transform','','',0,69,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25528,0,0,0,0,0,23251,0,0,0,'Naked Caravan Guard - Orc Female Transform','','',0,69,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25529,0,0,0,0,0,23252,0,0,0,'Naked Caravan Guard - Tauren Male Transform','','',0,69,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25530,0,0,0,0,0,23253,0,0,0,'Naked Caravan Worker - Orc Male Transform','','',0,65,69,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25531,0,0,0,0,0,23254,0,0,0,'Naked Caravan Worker - Forsaken Male Transform','','',0,65,69,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25532,0,0,0,0,0,23255,0,0,0,'Naked Caravan Worker - Orc Female Transform','','',0,65,69,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25533,0,0,0,0,0,23256,0,0,0,'Naked Caravan Worker - Troll Male Transform','','',0,65,69,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25534,0,0,0,0,0,20570,24826,0,0,'En\'kilah Blood Globe','','',0,71,71,2,974,0,1,1,1,0,299,426,0,308,1,2000,2000,1,131076,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,66,'',12340),(25581,0,0,0,0,0,1126,17612,0,0,'It Was The Orcs, Honest! Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25583,0,0,0,0,0,6271,0,0,0,'Warsong Land Mine','','',0,70,70,0,106,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25584,0,0,0,0,0,23260,0,0,0,'Inquisitor Salrand','','',0,71,71,2,14,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,256,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25585,0,0,0,0,0,25226,0,0,0,'Beryl Mage Hunter','','',0,69,70,2,14,0,0.888888,0.99206,1,0,234,331,0,286,1,1500,2000,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,25585,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,1850,'SmartAI',0,3,1,1,1,1,0,34688,0,0,0,0,0,0,1,0,0,'',12340),(25586,0,0,0,0,0,23262,0,0,0,'Warsong Orc Disguise Male Transform','','',0,70,70,2,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25587,0,0,0,0,0,23261,0,0,0,'Warsong Orc Disguise Female Transform','','',0,70,70,2,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25589,0,0,0,0,0,23263,0,0,0,'Bonker Togglevolt','','',9170,71,71,2,1973,3,1.8,1.14286,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,52,1,0,0,'npc_bonker_togglevolt',12340),(25590,0,0,0,0,0,23264,0,0,0,'Fizzcrank Fullthrottle','','',9171,72,72,2,1973,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25594,0,0,0,0,0,4449,22769,0,0,'Beryl Point InvisMan','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25596,0,0,0,0,0,23265,1231,23485,23873,'Infected Kodo Beast','','',0,68,68,2,1981,0,1,2,1,0,231,325,0,292,1,2000,2000,1,512,2048,0,0,0,0,0,0,195,289,41,1,0,25596,0,70200,0,0,0,0,0,0,45877,0,0,0,0,0,0,0,0,29,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(25600,0,0,0,0,0,6122,0,0,0,'Unliving Swine','','',0,68,69,2,974,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,25600,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25601,0,0,0,0,0,25514,0,0,0,'Prince Valanar','The San\'layn','',0,72,72,2,974,0,1,0.992063,1,1,263,384,0,140,4.6,2000,2000,8,64,2048,0,0,0,0,0,0,247,369,34,7,0,25601,25601,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,1891,'SmartAI',0,3,1,8,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25602,0,0,0,0,0,23271,0,0,0,'Greatmother Taiga','','',9172,72,72,2,1922,3,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25604,0,0,0,0,0,23272,0,0,0,'Sage Highmesa','','',9173,71,71,2,1921,3,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25606,0,0,0,0,0,10914,0,0,0,'Hamat','','',0,70,70,2,1921,0,1,1.42857,1,0,252,357,0,304,1,3000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25607,0,0,0,0,0,23275,0,0,0,'Farmer Torp','','',0,70,70,2,1981,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25609,0,0,0,26195,0,23287,23288,0,0,'En\'kilah Necrolord','Cult of the Damned','',0,69,69,2,1982,0,1,1.14286,1,0,230,336,0,133,1,2000,2000,8,0,2048,0,0,0,0,0,0,215,321,28,7,0,25609,25609,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,1656,'',0,3,1,1,1,1,0,34908,0,0,0,0,0,0,1,0,0,'',12340),(25610,0,0,0,0,0,23283,23284,23285,23286,'Scourge Prisoner','','',0,65,67,1,1981,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25611,0,0,0,0,0,22181,0,0,0,'Warsong Aberration','','',0,69,69,2,1982,0,1,1.28968,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,25611,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34908,42108,0,0,0,0,0,1,8388624,0,'',12340),(25612,0,0,0,0,0,25774,0,0,0,'Skadir Oarsman','','',0,68,69,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,25612,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(25613,0,0,0,0,0,25773,0,0,0,'Skadir Mistweaver','','',0,68,69,2,1885,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,25613,25613,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,998,1664,'SmartAI',0,7,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(25614,0,0,0,0,0,23278,0,0,0,'Skadir Boat','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,54,1,0,0,'',12340),(25615,0,0,0,0,0,24855,0,0,0,'Plagued Magnataur','','',0,70,71,2,1953,0,1,0.952381,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25615,25615,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1754,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25616,0,0,0,0,0,27174,27185,0,0,'Plagued Snobold','','',0,70,71,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25617,0,0,0,0,0,23279,23280,23281,23282,'Farshire Militia','','',0,69,69,2,1974,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25618,0,0,0,0,0,23181,0,0,0,'Varidus the Flenser','Cult of the Damned','',0,70,70,2,1982,0,1.6,1.42857,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,25618,25618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,5,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(25619,0,0,0,25495,0,23563,0,0,0,'Nerub\'ar Warrior','','',0,70,71,2,21,0,1,0.99206,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,25619,0,70201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25622,0,0,0,25495,0,23571,0,0,0,'Nerub\'ar Tunneler','','',0,70,71,2,21,0,0.833332,0.99206,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,25622,0,70201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25623,0,0,0,0,0,23304,0,0,0,'Harvest Collector','','',0,68,68,2,190,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,9,0,25623,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25624,0,0,0,0,0,23289,0,0,0,'Infested Prisoner','','',0,65,70,2,14,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25625,0,0,0,0,0,22181,22123,22122,0,'Warsong Aberration','','',0,69,69,2,1982,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25629,0,0,0,0,0,23305,0,0,0,'Lord Kryxix','','',0,70,70,2,974,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,2,768,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25636,0,0,0,0,0,24382,0,0,0,'Captured Tuskarr Prisoner','','',0,68,68,2,2047,2,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25650,0,0,0,0,0,569,0,0,0,'Plagued Scavenger','','',0,68,69,2,1975,0,0.777776,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,25650,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25651,0,0,0,0,0,23273,23274,0,0,'Cultist Necrolyte','','',0,68,69,2,1975,0,1,1.14286,1,0,230,336,0,133,1,2000,2000,8,0,2048,0,0,0,0,0,0,215,321,28,7,0,25651,25651,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,991,1651,'SmartAI',0,3,1,1,1,1,0,35122,0,0,0,0,0,0,1,0,0,'',12340),(25652,0,0,0,0,0,23300,0,0,0,'Nerub\'ar Scarab','','',0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25654,0,0,0,0,0,1126,17612,0,0,'Stop the Plague Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25655,0,0,0,0,0,23299,0,0,0,'Bane','Minion of Varidus','',0,70,70,2,1982,0,1.2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,25655,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,1,1,0,34908,0,0,0,0,0,147,1,8388624,0,'',12340),(25656,0,0,0,0,0,23278,0,0,0,'The Helmsman\'s Ship','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,54,1,0,0,'',12340),(25658,0,0,0,0,0,23301,0,0,0,'Longrunner Bristlehorn','','',0,70,70,2,1922,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25659,0,0,0,0,0,28072,0,0,0,'Kvaldir Crewman','','',0,68,69,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25660,0,0,0,0,0,24997,24996,570,23303,'Festering Ghoul','','',0,70,71,2,21,0,1.2,1.42857,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,25660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34957,42108,0,0,0,0,147,1,8388624,0,'',12340),(25664,0,0,0,0,0,1060,17188,0,0,'South Sinkhole','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25665,0,0,0,0,0,1060,17188,0,0,'Northeast Sinkhole','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25666,0,0,0,0,0,1060,17188,0,0,'Northwest Sinkhole','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25667,0,0,0,0,0,15903,0,0,0,'Plagued Caribou','','',0,69,69,2,31,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25668,0,0,0,0,0,26702,26703,0,0,'Vengeful Taunka Spirit','','',0,70,71,2,21,0,1,1.14286,1,0,299,426,0,308,1,3200,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,8,25668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,121,1,8388624,0,'',12340),(25669,0,0,0,0,0,169,11686,0,0,'Warsong Grainery Credit','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25670,0,0,0,0,0,1126,15880,0,0,'ELM General Purpose Bunny (scale x3)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25671,0,0,0,0,0,169,11686,0,0,'Torp\'s Farm Credit','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25672,0,0,0,0,0,169,11686,0,0,'Warsong Slaughterhouse Credit','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25673,0,0,0,0,0,26510,0,0,0,'Mammoth Mount','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25674,0,0,0,0,0,17332,0,0,0,'Taunka Mammoth-rider','','',0,70,70,2,1980,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(25676,0,0,0,0,0,169,23310,0,0,'Storm Cloud','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25677,0,0,0,0,0,23311,0,0,0,'Borean Frog','','',0,1,1,0,188,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(25678,0,0,0,25660,0,23312,0,0,0,'Doctor Razorgrin','','',0,72,72,2,21,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,25678,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34958,0,0,0,0,0,0,1,8388624,0,'',12340),(25679,0,0,0,0,0,23311,0,0,0,'Steam Frog','','',0,1,1,0,188,0,2,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,105,1,0,0,'',12340),(25680,0,0,0,0,0,15903,0,0,0,'Marsh Caribou','','',0,70,71,2,188,0,1,1.28968,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,25680,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35288,0,0,0,0,0,0,1,0,0,'',12340),(25681,0,0,0,0,0,22199,0,0,0,'Maddened Tuskarr Survivor','','',0,70,70,2,1692,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25682,0,0,0,25660,0,17252,0,0,0,'Lich-Lord Chillwinter','','',0,72,72,2,21,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,6,0,25682,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34959,0,0,0,0,0,0,1,8388624,0,'',12340),(25683,0,0,0,0,0,23495,0,0,0,'Craig\'s Test Human A (1)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25684,0,0,0,25660,0,15958,10612,15962,14700,'Talramas Abomination','','',0,71,71,2,21,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,72,25684,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25685,0,0,0,0,0,23320,0,0,0,'Gorloc Waddler','','',0,70,71,2,18,0,1,1.19048,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25685,25685,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,996,1660,'',0,3,1,1,1,1,0,34983,0,0,0,0,0,0,1,0,0,'',12340),(25686,0,0,0,0,0,23320,0,0,0,'Gorloc Gibberer','','',0,70,71,2,18,0,1,1.19048,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,25686,25686,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,995,1658,'',0,3,1,1,1,1,0,34983,0,0,0,0,0,0,1,0,0,'',12340),(25687,0,0,0,0,0,23321,0,0,0,'Gorloc Steam Belcher','','',0,70,71,2,18,0,1,1.19048,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,25687,25687,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,1649,'',0,3,1,1,1,1,0,34983,0,0,0,0,0,0,1,0,0,'',12340),(25688,0,0,0,0,0,23323,0,0,0,'Gorloc Oracle Yellow (Northrend)','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25689,0,0,0,0,0,23321,0,0,0,'Gorloc Oracle Pink (Northrend)','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25690,0,0,0,0,0,23322,0,0,0,'Gorloc Oracle Red (Northrend)','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25691,0,0,0,0,0,23320,0,0,0,'Gorloc Oracle Green (Northrend)','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25692,0,0,0,0,0,23318,0,0,0,'Gorloc Oracle Charcoal (Northrend)','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25693,0,0,0,0,0,23319,0,0,0,'Gorloc Oracle Light Blue (Northrend)','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25694,0,0,0,0,0,23317,0,0,0,'Gorloc Oracle Blue (Northrend)','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25698,0,0,0,0,0,169,11686,0,0,'Kodo Saved Credit','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25699,0,0,0,0,0,23320,0,0,0,'Gorloc Mud Splasher','','',0,70,71,2,18,0,1,1.19048,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25699,25699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,998,1663,'',0,3,1,1,1,1,0,34983,0,0,0,0,0,0,1,0,0,'',12340),(25700,0,0,0,0,0,23320,0,0,0,'Gorloc Hunter','','',0,70,71,2,18,0,1,1.19048,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25700,25700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,1655,'SmartAI',0,3,1,1,1,1,0,34983,0,0,0,0,0,0,1,0,0,'',12340),(25701,0,0,0,0,0,23320,0,0,0,'Gorloc Dredger','','',0,70,71,2,18,0,1,1.19048,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25701,25701,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,986,1643,'',0,3,1,1,1,1,0,34983,0,0,0,0,0,0,1,0,0,'',12340),(25702,0,0,0,0,0,23324,0,0,0,'Mordle Cogspinner','','',9529,70,70,2,1973,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25704,0,0,0,0,0,23495,0,0,0,'Craig\'s Test Human A (2)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25705,0,0,0,0,0,23327,0,0,0,'Bixie Wrenchshanker','','',21170,71,71,2,1973,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25707,0,0,0,0,0,27478,0,0,0,'Magic-bound Ancient','','',0,71,72,2,16,0,1.6,1.71429,1,0,304,436,0,296,1,3000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,4,256,25707,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35484,42107,0,0,0,0,0,1,0,0,'',12340),(25709,0,0,0,0,0,24961,0,0,0,'Glacial Ancient','','',0,71,72,2,7,0,1,1.14286,1,0,304,436,0,296,1,3000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,4,256,25709,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,35483,42107,0,0,0,0,0,1,0,0,'',12340),(25711,0,0,0,0,0,23329,0,0,0,'Spirit of the North','','',0,70,70,2,634,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,25711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,2,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25712,0,0,0,0,0,20736,0,0,0,'Warbringer Goredrak','Azure-Lord of the Blue Dragonflight','',0,73,73,2,103,0,1,0.99206,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,2,8,25712,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35669,0,0,0,0,0,0,1,0,0,'',12340),(25713,0,0,0,0,0,14886,0,0,0,'Blue Drakonid Supplicant','','',0,71,72,2,103,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,8,25713,0,70208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1753,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25714,0,0,0,0,0,23330,0,0,0,'Tinky Wickwhistle','','',0,71,71,2,1973,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25715,0,0,0,0,0,22249,23349,23348,0,'Frozen Elemental','','',0,70,71,2,14,0,1.55556,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,4,0,25715,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34956,42107,0,0,0,0,0,1,0,0,'',12340),(25716,0,0,0,0,0,25252,0,0,0,'General Cerulean','','',0,73,73,2,103,0,0.888888,0.99206,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,2,0,25716,0,70208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35668,0,0,0,0,0,0,1,0,0,'',12340),(25717,0,0,0,0,0,25195,0,0,0,'Coldarra Scalesworn','','',0,71,72,2,103,0,0.888888,0.99206,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,2,0,25717,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25718,0,0,0,0,0,24906,0,0,0,'Coldarra Mage Slayer','','',0,69,69,2,103,0,0.666668,1.19048,1,0,224,316,0,282,1,1500,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,3,0,25718,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25719,0,0,0,0,0,23332,0,0,0,'Coldarra Spellbinder','','',0,71,72,2,103,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,25719,25719,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,1751,'SmartAI',0,3,1,1,1,1,0,35629,0,0,0,0,0,0,1,0,0,'',12340),(25720,0,0,0,0,0,23331,0,0,0,'Inquisitor Caleras','','',0,72,72,2,103,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,25720,25720,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35628,0,0,0,0,0,0,1,0,0,'',12340),(25721,0,0,0,0,0,23333,0,0,0,'Arcane Serpent','','',0,71,72,2,16,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,2,0,25721,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,2,1,1,1,0,35493,0,0,0,0,0,0,1,0,0,'',12340),(25722,0,0,0,0,0,25250,0,0,0,'Coldarra Spellweaver','','',0,71,72,2,103,0,0.888888,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,2,0,25722,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25723,0,0,0,0,0,1687,0,0,0,'[ph] Coldarra Blue Dragon Patroller','','',0,80,80,1,103,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25724,0,0,0,0,0,25249,0,0,0,'Ascended Mage Hunter','','',0,71,72,2,14,0,0.888888,1.14286,1,0,304,436,0,296,1,2000,2000,2,256,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25725,0,0,0,0,0,23352,0,0,0,'Chieftain Gurgleboggle','','',0,71,71,2,18,0,1,1.19048,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25725,25725,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1061,1769,'',0,3,1,1,1,1,0,34962,0,0,0,0,0,0,1,0,0,'',12340),(25726,0,0,0,0,0,23351,0,0,0,'Chieftain Burblegobble','','',0,71,71,2,18,0,1,1.19048,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,25726,25726,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056,1760,'',0,3,1,1,1,1,0,34961,0,0,0,0,0,0,1,0,0,'',12340),(25727,0,0,0,0,0,23336,0,0,0,'Warmage Moran','','',0,72,72,2,2006,0,1,2.85714,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25728,0,0,0,0,0,25225,0,0,0,'Coldarra Wyrmkin','','',0,71,72,2,103,0,0.888888,0.99206,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,0,25728,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35586,0,0,0,0,0,0,1,0,0,'',12340),(25729,0,0,0,0,0,23335,0,0,0,'Shadowstalker Getry','','',0,69,69,2,1981,2,1,1.14286,1,1,245,346,0,298,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25730,0,0,0,0,0,23359,0,0,0,'En\'kilah Necrolord','','',0,70,70,2,14,0,1,2.28571,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,200,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25732,0,0,0,0,0,23337,0,0,0,'Warmage Preston','','',0,72,72,2,2006,0,1,2.85714,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25733,0,0,0,0,0,23338,0,0,0,'Warmage Austin','','',0,72,72,2,2006,0,1,2.85714,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25734,0,0,0,0,0,23340,0,0,0,'[PH] Coldarra Leyliner','PH MODEL: TASK 23362','',0,70,70,2,103,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25736,0,0,0,0,0,23341,0,0,0,'Supply Master Taz\'ishi','Poison & Reagents','',9474,70,70,2,1978,3203,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25738,0,0,0,25221,0,19037,0,0,0,'Clayton J Dubin (1)','Uber Quality Assured','',0,1,1,0,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9111,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,229,1,0,0,'',12340),(25739,0,0,0,0,0,169,23343,0,0,'Steam Vent','','',0,1,1,0,35,0,1.2,1,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25742,0,0,0,0,0,22249,0,0,0,'Alluvius','','',0,71,71,2,35,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25743,0,0,0,0,0,26425,0,0,0,'Wooly Mammoth Bull','','vehichleCursor',0,70,70,2,1990,16777216,0.666668,2,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,2048,25743,0,70202,0,0,0,0,0,0,46317,46315,46316,0,0,0,0,0,0,72,0,0,'SmartAI',0,3,1,2,1,1,0,34977,42104,0,0,0,0,180,0,0,0,'',12340),(25747,0,0,0,0,0,23354,0,0,0,'Jinky Wingnut','','',0,70,70,2,1973,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25748,0,0,0,0,0,22633,0,0,0,'Oil-covered Hawk','','',0,70,70,2,189,0,1,2.57143,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,26,0,0,0,0,215,320,44,10,1,25748,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(25749,0,0,0,0,0,23033,0,0,0,'High Overlord Saurfang','','',0,70,70,1,1979,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(25750,0,0,0,0,0,15903,0,0,0,'Oil-soaked Caribou','','',0,70,70,2,189,0,1,1.28968,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,25750,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,35288,0,0,0,0,0,0,1,0,0,'',12340),(25751,0,0,0,0,0,23360,0,0,0,'High Overlord Saurfang','','',0,70,70,2,1979,0,1,1.14286,1,1,509,600,0,24,7.5,2000,2000,1,33024,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,200,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25752,0,0,0,0,0,6774,0,0,0,'Scavenge-bot 004-A8','','',0,70,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,32768,25752,0,29726,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8,0,'',12340),(25753,0,0,0,0,0,6888,0,0,0,'Sentry-bot 57-K','','',0,70,70,2,16,0,1,0.71429,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,32768,25753,0,29726,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8,0,'',12340),(25758,0,0,0,0,0,24947,0,0,0,'Defendo-tank 66D','','',0,70,71,2,16,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,9,32768,25758,0,29726,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8,0,'',12340),(25759,0,0,0,0,0,23364,0,0,0,'Valiance Keep Officer','','',0,70,70,2,534,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25761,0,0,0,0,0,23147,23150,23151,23152,'Alliance Deserter','','',0,80,80,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25763,0,0,0,0,0,23488,0,0,0,'Clayton\'s Test Creature (1)','Quality Assured','',0,70,70,2,1734,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.10509,3.16957,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25764,0,0,0,0,0,26126,26127,0,0,'Kaskala Defender','','',0,70,70,2,1770,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25765,0,0,0,0,0,23365,0,0,0,'Fizzcrank Bomber','','Interact',0,70,70,2,35,0,1.2,1,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,492,0,0,'SmartAI',0,7,1,3,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(25766,0,0,0,0,0,6774,0,0,0,'Rig Hauler AC-9','','',0,70,70,2,1973,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,32768,25766,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25767,0,0,0,0,0,23366,23368,23367,23369,'Fizzcrank Pilot','','',0,70,70,2,1973,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25768,0,0,0,0,0,11686,0,0,0,'Lord Kryxix','','',0,71,71,2,974,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,10,0,25768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25769,0,0,0,0,0,23371,0,0,0,'Small Elemental','','',0,70,71,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25771,0,0,0,0,0,1060,17188,0,0,'Ice Elemental Target','','',0,70,70,2,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25773,0,0,0,0,0,23373,23375,23374,23376,'Fizzcrank Survivor','','',0,67,70,2,1973,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25774,0,0,0,0,0,22088,0,0,0,'Rockfang','The Den Mother','',0,72,72,2,14,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,1,0,0,0,0,270,401,53,1,0,25774,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25775,0,0,0,0,0,7933,0,0,0,'Refugee Pack Kodo','','',0,68,68,2,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25776,0,0,0,0,0,11792,0,0,0,'Refugee Wife','','',0,69,69,2,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25777,0,0,0,0,0,11852,0,0,0,'Refugee Father','','',0,70,70,0,995,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25778,0,0,0,0,0,14758,0,0,0,'Refugee Loner','','',0,68,68,2,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25780,0,0,0,0,0,23378,0,0,0,'Abner Fizzletorque','','',0,70,70,2,1973,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25781,0,0,0,0,0,31126,0,0,0,'Oil Pool','','',0,70,70,2,35,0,1,1,1,0,234,331,0,286,1,2000,2000,2,570425344,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25783,0,0,0,0,0,23373,23375,23374,23376,'Fizzcrank Airstrip Survivor','','',0,67,68,1,1973,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25784,0,0,0,0,0,23380,0,0,0,'Archmage Evanor','','',0,72,72,2,2006,2,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25785,0,0,0,0,0,23380,0,0,0,'Archmage Evanor','','',0,72,72,2,2006,2,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25786,0,0,0,0,0,21688,0,0,0,'Friar Tuskus','','',0,70,70,2,1884,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25787,0,0,0,0,0,22777,0,0,0,'X-42B','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25788,0,0,0,0,0,24842,0,0,0,'Weakened Magnataur Huntress','Mate of Gammothra','',0,69,69,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,25788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25789,0,0,0,0,0,24849,0,0,0,'Gammothra the Tormentor','','',0,71,71,2,14,0,1,0.952381,1,1,299,426,0,308,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,25789,25789,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1199,1999,'SmartAI',0,3,1,5,1,1,0,34980,0,0,0,0,0,0,1,0,0,'',12340),(25790,0,0,0,0,0,24849,0,0,0,'Weakened Gammothra','','',0,71,71,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,25790,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34980,0,0,0,0,0,0,1,0,0,'',12340),(25792,0,0,0,0,0,23362,0,0,0,'Scavenge-bot 005-B6','','',0,70,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,32768,25792,0,29726,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8,0,'',12340),(25793,0,0,0,0,0,27578,0,0,0,'55-D Collect-a-tron','','',0,70,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,32768,25793,0,29726,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25794,0,0,0,0,0,23383,0,0,0,'Shake-n-Quake 5000','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25797,0,0,0,0,0,23384,0,0,0,'Bloodmage Alkor','','',0,69,69,2,1978,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,537166592,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25801,0,0,0,0,0,23386,0,0,0,'Nedar, Lord of Rhinos','','',0,72,72,2,1989,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,25801,25801,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3350,5583,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25802,0,0,0,0,0,23387,0,0,0,'Kaw the Mammoth Destroyer','','',0,72,72,2,16,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,2048,25802,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25803,0,0,0,0,0,23388,0,0,0,'Karen \"I Don\'t Caribou\" the Culler','','',0,72,72,2,14,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,25803,25803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1114,1856,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25804,0,0,0,0,0,23389,0,0,0,'Harold Lane','The Fur Baron','',0,72,72,2,1989,0,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,0,25804,25804,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3341,5568,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25805,0,0,0,0,0,23390,23419,23420,23421,'Nesingwary Lackey','','',0,70,71,2,1989,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25806,0,0,0,0,0,23391,23416,23417,23418,'Loot Crazed Poacher','','',0,69,70,2,1989,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,25806,25806,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,1751,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25807,0,0,0,0,0,23392,0,0,0,'Iggy \"Tailspin\" Cogtoggle','','',0,70,70,2,1892,2,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25808,0,0,0,0,0,23393,23399,23400,23401,'D.E.H.T.A. Enforcer','','',0,72,72,2,1987,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,2048,25808,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,939,1565,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25809,0,0,0,0,0,23394,0,0,0,'Arch Druid Lathorius','D.E.H.T.A.','',9188,73,73,2,1987,3,1,1.14286,1,1,313,448,0,302,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,25809,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25810,0,0,0,0,0,23395,0,0,0,'Hierophant Cenius','D.E.H.T.A.','',0,70,70,2,1710,2,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25811,0,0,0,0,0,23398,0,0,0,'Zaza','D.E.H.T.A.','',0,70,70,2,1710,2,1,0.99206,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25812,0,0,0,0,0,29419,0,0,0,'Killinger the Den Watcher','D.E.H.T.A.','',0,72,72,2,1710,2,1,0.99206,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25813,0,0,0,0,0,23396,0,0,0,'(Deprecated) Sunwell FX','','',0,70,70,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25814,0,0,0,0,0,24103,24108,24114,24119,'Fizzcrank Mechagnome','','',0,71,71,2,16,0,1,0.99206,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,9,32768,25814,0,29726,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25815,0,0,0,0,0,1126,17612,0,0,'Master and Servant Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25817,0,0,0,0,0,23403,0,0,0,'Oiled Fledgeling','','',0,69,69,2,189,0,1,2.57143,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,26,0,0,0,0,206,302,43,1,1,25817,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(25818,0,0,0,0,0,27577,0,0,0,'Reprogrammed 55-D Collect-a-tron','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25819,0,0,0,0,0,21243,20872,0,0,'D.E.H.T.A. Enforcer','','',0,72,72,2,1987,0,3.2,3.42857,1,1,304,436,0,296,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,2048,25819,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1007,1678,'',0,3,1,5,5,1,0,0,0,0,0,0,0,242,1,0,0,'',12340),(25820,0,0,0,0,0,24948,0,0,0,'Reprogrammed Defendo-tank 66D','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25821,0,0,0,0,0,23407,0,0,0,'Reprogrammed Scavenge-bot 004-A8','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25822,0,0,0,0,0,6889,0,0,0,'Reprogrammed Scavenge-bot 005-B6','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25823,0,0,0,0,0,23408,0,0,0,'Reprogrammed Sentry-bot 57-K','','',0,70,70,2,35,0,1,0.71429,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25829,0,0,0,0,0,347,0,0,0,'Marsh Fawn','','',0,66,67,1,188,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25830,0,0,0,0,0,23411,0,0,0,'Twonky','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25831,0,0,0,0,0,23412,0,0,0,'ED-210','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25832,0,0,0,0,0,23413,0,0,0,'Max Blasto','','',0,71,71,2,16,0,1,0.714286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25833,0,0,0,0,0,23414,0,0,0,'The Grinder','','',0,71,71,2,16,0,1,0.992063,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25834,0,0,0,0,0,24127,0,0,0,'Gearmaster Mechazod','','',0,72,72,2,16,0,1,0.99206,1,0,307,438,0,314,1,2000,2000,1,33024,2048,0,0,0,0,0,0,270,401,53,9,0,25834,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35486,0,0,0,0,0,0,1,0,0,'',12340),(25835,0,0,0,0,0,23423,23424,23425,0,'Nesingwary Trapper','','',0,70,71,2,7,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25836,0,0,0,0,0,23426,23427,0,0,'Loot Crazed Diver','','',0,69,70,2,1989,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,25836,25836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,1751,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25838,0,0,0,0,0,21243,0,0,0,'Hierophant Liandra','D.E.H.T.A.','',0,70,70,2,1710,2,1,0.99206,1,1,234,331,0,286,4.6,2000,2000,2,33280,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25839,0,0,0,0,0,22576,22577,22578,0,'Northsea Mercenary','','',0,69,70,2,1989,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,25839,25839,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,1656,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25841,0,0,0,0,0,23430,0,0,0,'Fizzcrank Recon Pilot','','',21248,70,70,2,35,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,537133824,2048,32,0,0,0,0,0,233,347,28,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25842,0,0,0,0,0,23429,0,0,0,'Dire Furbolg (Northrend)','','',0,75,75,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25843,0,0,0,0,0,2438,0,0,0,'Northsea Thug','','',0,69,70,2,1989,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,25843,25843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25844,0,0,0,0,0,23432,0,0,0,'Northsea Thug','','',0,69,70,2,1989,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25845,0,0,0,0,0,1060,17188,0,0,'Northwest Crash','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25846,0,0,0,0,0,1060,17188,0,0,'South Crash','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25847,0,0,0,0,0,1060,17188,0,0,'East Crash','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25849,0,0,0,0,0,23433,0,0,0,'Fezzix Geartwist','','',0,70,70,2,1735,2,1,5.71429,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,269,1,0,0,'',12340),(25850,0,0,0,0,0,23434,0,0,0,'Trapped Mammoth Calf','','',0,68,68,2,190,0,1,0.95238,1,0,231,325,0,292,1,2000,2000,1,768,2048,0,0,0,0,0,0,195,289,41,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25861,0,0,0,0,0,23437,23436,23434,23435,'Orphaned Mammoth Calf','','',0,68,68,2,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25862,0,0,0,0,0,27280,0,0,0,'Khu\'nok the Behemoth','','',0,71,71,2,1194,2,0.666668,0.95238,1,1,299,426,0,308,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,262,389,48,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_khunok_the_behemoth',12340),(25880,0,0,0,0,0,23461,23462,23463,23464,'Minion of Kaw','','',0,69,71,2,1989,0,1,1,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25880,25880,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,1751,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25881,0,0,0,0,0,26510,0,0,0,'Moria','Kaw\'s War Mammoth','',0,71,71,2,16,0,2.8,2,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,25881,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,186,1,0,0,'',12340),(25963,0,0,0,0,0,23483,0,0,0,'Arctic Condor (Northrend)','','',0,75,75,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,7,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25968,0,0,0,0,0,23486,26266,0,0,'\"Lunchbox\"','','',0,71,71,2,1989,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,2048,25968,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,'CombatAI',0,3,1,1,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(25969,0,0,0,0,0,14548,0,0,0,'Jenny','Fezzix\'s Pack Mule','',0,70,70,2,2031,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25978,0,0,0,0,0,23488,0,0,0,'Ambassador Talonga','','',0,70,70,2,1922,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25979,0,0,0,0,0,23490,23491,23492,23493,'Loot Crazed Hunter','','',0,70,71,2,1989,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25979,25979,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056,1760,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25981,0,0,0,0,0,23496,23497,23498,0,'Scourged Footman','','',0,68,69,2,1975,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,6,0,25981,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25982,0,0,0,0,0,23499,0,0,0,'Sage Earth and Sky','','',0,70,70,2,1921,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25983,0,0,0,0,0,26765,0,0,0,'Dorain Frosthoof','Apprentice Wind Tamer','',0,70,70,2,1922,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25984,0,0,0,0,0,23430,0,0,0,'Crashed Recon Pilot','','',0,70,70,2,35,2,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,537133824,2048,32,0,0,0,0,0,233,347,28,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25986,26099,0,0,0,0,28291,0,0,0,'Ore Cart','','',0,70,70,1,1892,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25987,0,0,0,0,0,16998,0,0,0,'Windsoul Totem','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,46373,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25988,0,0,0,0,0,26483,0,0,0,'Stampeding Mammoth','','Interact',0,71,71,2,7,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(25989,0,0,0,0,0,15903,0,0,0,'Stampeding Caribou','','',0,69,69,2,188,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25990,0,0,0,0,0,26295,0,0,0,'Stampeding Rhino','','',0,69,69,2,7,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25993,0,0,0,0,0,23304,0,0,0,'Converted Collector','','',0,68,69,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25995,0,0,0,0,0,169,11686,0,0,'Stampede Exit Point','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26040,0,0,0,0,0,22719,0,0,0,'Fezzix\'s Flying Machine','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,270,1,0,0,'',12340),(26041,0,0,0,0,0,1060,11686,0,0,'Lightning Target','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26043,0,0,0,0,0,1126,23501,0,0,'Steam Burst','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26044,0,0,0,0,0,23502,0,0,0,'Durkot Wolfbrother','Stable Master','',9212,69,69,2,2132,4194305,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26045,0,0,0,0,0,14516,0,0,0,'Storm Tempest','','',0,71,71,2,834,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,4,0,26045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(26047,0,0,0,0,0,23505,9509,0,0,'Warsong Worg','','',0,70,70,2,1980,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(26048,0,0,0,0,0,16988,0,0,0,'Storm Totem','','Interact',0,70,70,2,35,0,1,1,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26073,0,0,0,0,0,14698,0,0,0,'High Priest Talet-Kha','','',0,72,72,2,21,1,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,33555200,2048,0,0,0,0,0,0,247,369,34,6,0,26073,26073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,35354,0,0,0,0,0,0,1,8388624,0,'',12340),(26076,0,0,0,0,0,23103,0,0,0,'High Priest Naferset','','',0,72,72,2,21,3,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,33555200,2048,0,0,0,0,0,0,247,369,34,6,0,26076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,35353,0,0,0,0,0,0,1,8388624,0,'',12340),(26078,0,0,0,0,0,23508,0,0,0,'Blakelow','Nogg\'s Machine Shop','',0,75,75,2,1978,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26080,0,0,0,0,0,23495,0,0,0,'Craig\'s Test Human B','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26081,0,0,0,0,0,23509,0,0,0,'High Admiral \"Shelly\" Jorrik','Retiree','',0,48,50,0,120,4224,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.49,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26082,0,0,0,0,0,1126,17612,0,0,'Weakness to Lightning Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26083,0,0,0,0,0,23512,0,0,0,'Gerald Green','','',9224,69,69,2,1974,3,1,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26084,0,0,0,0,0,218,0,0,0,'Jeremiah Hawning','','',9214,69,69,2,1892,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26085,0,0,0,0,0,94,0,0,0,'Wendy Darren','','',9210,69,69,2,1892,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26086,0,0,0,0,0,20570,23258,0,0,'Transport Orb','','',0,71,71,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26088,0,0,0,0,0,23524,0,0,0,'Red Drake Courier','','',0,50,52,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,273,1,0,0,'',12340),(26093,0,0,0,0,0,20570,11686,0,0,'Naxxanar Target','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26094,0,0,0,0,0,1060,11686,0,0,'Naxxanar Caster','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26096,0,0,0,0,0,6197,0,0,0,'Gnome Soul','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,246,1,0,0,'',12340),(26097,0,0,0,0,0,23549,23550,23551,23552,'Fizzcrank Gnome Ghost','','',0,67,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26098,0,0,0,0,0,1060,0,0,0,'Bess','','',0,5,5,0,1892,0,1,0.85714,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(26099,0,0,0,0,0,24964,0,0,0,'Ore Cart (1)','','',0,70,70,1,1892,0,1,0.992063,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26103,0,0,0,0,0,23554,0,0,0,'Darkfallen Deathblade','The San\'layn','',0,72,72,2,974,0,1,1.28968,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,6,2048,26103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1108,1846,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26104,0,0,0,0,0,23555,0,0,0,'Iron Eyes','','',0,71,71,2,1921,2,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26105,0,0,0,0,0,16480,19595,0,0,'Quest Invisman - Buying Time','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,262,1,0,128,'',12340),(26109,0,0,0,0,0,23007,23017,23018,23019,'Off-duty Battleguard','','',0,75,75,2,1980,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26110,0,0,0,0,0,23556,0,0,0,'Librarian Serrah','Food & Drink','',9495,72,72,2,2006,131,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,256,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26112,0,0,0,0,0,23037,23038,23039,0,'Bor\'gorok Peon','','',0,66,69,1,1978,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26114,0,0,0,0,0,20570,17612,0,0,'Plagued Grain Credit','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26115,0,0,0,0,0,23554,0,0,0,'Darkfallen Bloodbearer','The San\'layn','',0,72,72,2,974,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,6,2048,26115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1095,1825,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26117,0,0,0,0,0,23573,0,0,0,'Raelorasz','','',9253,80,80,2,1816,3,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26126,0,0,0,25660,0,775,7847,11489,0,'Bone Warrior','','',0,70,71,2,1991,0,1.2,1.42857,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,26126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,147,1,8388624,0,'',12340),(26127,0,0,0,0,0,25256,0,0,0,'Nexus Drake Hatchling','','',0,72,72,2,103,0,2,2,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,250,1,0,0,'',12340),(26128,0,0,0,0,0,23581,0,0,0,'Warsong Worg (Taxi)','','',0,70,70,2,1980,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,241,1,0,0,'',12340),(26129,0,0,0,0,0,16480,19595,0,0,'Quest InvisMan - Buying Time - Effect Caster','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26130,0,0,0,0,0,16480,19595,0,0,'Quest InvisMan - Buying Time - Effect Target','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26156,0,0,0,0,0,23642,0,0,0,'Wartook Iceborn','','',0,73,73,2,1922,2,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26157,0,0,0,0,0,23643,23653,0,0,'Taunka\'le Brave','','',0,72,72,2,1923,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26158,0,0,0,0,0,23644,0,0,0,'Mother Tauranook','','',9248,70,70,2,1922,3,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26159,0,0,0,0,0,23645,23650,23651,23652,'Taunka\'le Evacuee','','',0,66,71,1,1922,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,537165824,2048,32,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26160,0,0,0,0,0,23646,0,0,0,'Taunka\'le Pack Kodo','','',0,70,70,2,1978,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,537133824,2048,32,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26161,0,0,0,0,0,20570,17612,0,0,'Farshire Grain Credit','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(26162,0,0,0,0,0,169,11686,0,0,'Transborea Generator 001','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26165,0,0,0,0,0,26700,26701,0,0,'Damned Taunka Spirit','','',0,70,70,2,21,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,8,26165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,121,1,8388624,0,'',12340),(26167,0,0,0,0,0,23645,23650,23651,23652,'Taunka\'le Evacuee','','',0,66,71,2,1922,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26169,0,0,0,0,0,26343,0,0,0,'Ataika','','',9277,73,73,2,1950,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26170,0,0,0,0,0,23649,0,0,0,'Thassarian','','',9417,72,72,2,1892,3,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26171,0,0,0,0,0,23655,0,0,0,'High Deathpriest Isidorus','Cult of the Damned','',0,72,72,2,35,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,256,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26172,0,0,0,0,0,23273,23274,0,0,'Slain Cultist','Cult of the Damned','',0,68,69,2,1975,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,537133312,2048,32,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(26173,0,0,0,0,0,7919,0,0,0,'Tanathal','','',0,72,72,2,35,0,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,256,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26174,0,0,0,0,0,23483,0,0,0,'Carrion Condor','','',0,70,71,2,14,0,1,2.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,7,0,0,0,0,262,389,48,1,1,26174,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(26175,0,0,0,0,0,16480,19595,0,0,'Coldarra - Drake Hunt Invisman','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26179,0,0,0,0,0,23797,23798,23799,23800,'Taunka\'le Refugee','','Speak',9302,66,71,1,1922,1,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26180,0,0,0,0,0,23808,0,0,0,'Blood Guard Roh\'kill','','',0,72,72,2,1980,2,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26181,0,0,0,0,0,23805,0,0,0,'Emissary Brighthoof','Tauren Emissary','',9317,73,73,2,104,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26182,0,0,0,0,0,23807,0,0,0,'Blood Guard Tor\'zin','','',0,72,72,2,1980,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26183,0,0,0,0,0,23864,23865,27333,23867,'Kor\'kron Elite','','',0,74,75,2,1801,0,1,1.14286,1,1,342,485,0,392,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26184,0,0,0,26179,0,23801,23798,23799,23800,'Taunka\'le Refugee','','Speak',9302,66,71,1,1922,1,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26185,0,0,0,0,0,5231,0,0,0,'Lurid','','',0,72,72,2,84,0,0.888888,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26186,0,0,0,0,0,23031,0,0,0,'Private Casey','','',0,72,72,2,1973,2,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3328,5546,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26187,0,0,0,0,0,23031,0,0,0,'Corporal Venn','','',0,72,72,2,1973,2,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26189,0,0,0,0,0,23273,23274,0,0,'Fleeing Cultist','Cult of the Damned','',0,68,69,2,1975,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,256,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26191,0,0,0,0,0,26500,0,0,0,'Dusk','','vehichleCursor',0,60,60,0,1733,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,0,0,0,'',12340),(26193,0,0,0,0,0,16480,19595,0,0,'Nexus 70 - Buying Time - Kill Credit','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26194,0,0,0,0,0,23657,0,0,0,'Elder Ko\'nani','Chieftain of the Dragonblight Kalu\'ak','',9261,72,72,2,1950,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26195,0,0,0,0,0,571,0,0,0,'En\'kilah Unit','','',0,70,70,1,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,147,1,8388624,0,'',12340),(26196,0,0,0,0,0,25396,0,0,0,'Loguhn','\"Render of Flesh\"','',0,73,73,2,16,0,0.666668,0.99206,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,26196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1175,1958,'SmartAI',0,3,1,1,1,1,0,35688,0,0,0,0,0,0,1,0,0,'',12340),(26197,0,0,0,0,0,25381,0,0,0,'Snowfall Glade Reaver','','',0,71,72,2,16,0,0.666668,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,26197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,1850,'',0,3,1,1,1,1,0,35686,0,0,0,0,0,0,1,0,0,'',12340),(26198,0,0,0,0,0,25381,0,0,0,'Snowfall Glade Wolvar','','',0,71,72,2,16,0,0.666668,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,26198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,1850,'SmartAI',0,3,1,1,1,1,0,35686,0,0,0,0,0,0,1,0,0,'',12340),(26199,0,0,0,0,0,25385,0,0,0,'Snowfall Glade Den Mother','','',0,71,72,2,16,0,0.666668,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,26199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,1850,'SmartAI',0,3,1,1,1,1,0,35686,0,0,0,0,0,0,1,0,0,'',12340),(26200,0,0,0,0,0,25394,25384,25383,25382,'Snowfall Glade Pup','','LootAll',0,1,5,0,190,16777216,0.666668,0.99206,1,0,5,7,0,32,1,2000,2000,1,32768,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(26201,0,0,0,0,0,25385,0,0,0,'Snowfall Glade Shaman','','',0,71,72,2,16,0,0.666668,0.99206,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,26201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,1840,'SmartAI',0,3,1,1,1,1,0,35686,0,0,0,0,0,0,1,0,0,'',12340),(26202,0,0,0,0,0,23681,0,0,0,'Ziggurat Defender','','',0,70,71,2,1975,0,1,1.28968,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,26202,26202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26203,0,0,0,0,0,25932,0,0,0,'Image of the Lich King','','',0,83,83,2,14,0,1,0.992063,1,1,509,683,0,805,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(26205,0,0,0,0,0,23685,0,0,0,'\"Buckets\" Cleary','','',0,72,72,2,1892,0,1,1.14286,1,5,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26206,0,0,0,0,0,23686,0,0,0,'Keristrasza','','',9262,80,80,2,1816,3,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26212,0,0,0,0,0,23690,0,0,0,'Captain Gryan Stoutmantle','Commander of the Westfall Brigade','',9608,75,75,2,11,3,1,1.14286,1,1,342,485,0,392,4.6,1500,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26213,0,0,0,0,0,26344,0,0,0,'Utaik','','',9270,73,73,2,1950,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26217,0,0,0,0,0,23694,23695,23696,23697,'Westfall Brigade Footman','','',0,75,75,2,1891,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26218,0,0,0,0,0,22199,0,0,0,'Elder Muahit','','',9263,73,73,2,1950,2,1,1.28968,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26219,0,0,0,0,0,26345,0,0,0,'Iruk','','',9280,73,73,2,1950,1,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,537165824,2048,32,0,0,0,0,0,278,413,58,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_iruk',12340),(26220,0,0,0,0,0,24376,25535,0,0,'Moa\'ki Warrior','','',0,75,75,2,1950,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26224,0,0,0,0,0,11398,0,0,0,'Drowned Guardian','','',0,69,70,2,1975,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,6,0,26224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,42108,0,0,0,0,0,0,1,8388624,64,'',12340),(26225,0,0,0,0,0,10553,0,0,0,'Phylactery Guardian','','',0,71,71,2,1975,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,26225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,35687,0,0,0,0,0,0,1,8388624,64,'',12340),(26226,0,0,0,0,0,23701,0,0,0,'Brugar Stoneshear','Explorers\' League','',0,73,73,0,1892,2,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26227,0,0,0,0,0,1126,17612,0,0,'Slay Loguhn Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26228,0,0,0,0,0,23702,0,0,0,'Trapper Mau\'i','','',0,71,71,2,1950,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26229,0,0,0,0,0,23703,0,0,0,'Tiernan Anvilheart','Weapon Merchant','',0,72,72,2,1892,4224,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26231,0,0,0,0,0,23704,0,0,0,'Saragosa','Consort of Malygos','',0,73,73,2,16,0,2,2.85714,1,1,313,448,0,302,2,2000,2000,2,768,2048,0,0,0,0,0,0,276,411,44,2,0,26231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.97,0.98,1,0,0,0,0,0,0,0,222,1,0,2,'',12340),(26232,0,0,0,0,0,23713,0,0,0,'Saragosa','','',0,73,73,2,16,0,2,1.71429,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,2,0,26232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35709,0,0,0,0,0,169,1,0,2,'',12340),(26233,0,0,0,0,0,23705,0,0,0,'Sergeant Tyric','','',0,71,71,2,1892,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26234,0,0,0,0,0,23706,0,0,0,'Sergeant Daelian','','',0,71,71,2,1892,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26235,0,0,0,0,0,23694,0,0,0,'Private Furlbrow','','',0,71,71,2,1892,0,1,1.14286,1,0,296,424,0,290,1,1500,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26236,0,0,0,0,0,23695,0,0,0,'Private Jansen','','',0,71,71,2,1892,0,1,1.14286,1,0,296,424,0,290,1,2300,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26237,0,0,0,0,0,27593,0,0,0,'Keristrasza','','',0,80,80,2,1816,0,3.6,1,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,12,8,1,0,0,0,0,0,0,0,226,1,0,0,'',12340),(26245,0,0,0,0,0,23710,0,0,0,'Tua\'kea','','',0,70,70,2,1950,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26248,0,0,0,0,0,20570,17612,0,0,'Northern Sinkhole Kill Credit','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_sinkhole_kill_credit',12340),(26249,0,0,0,0,0,20570,17612,0,0,'Southern Sinkhole Kill Credit','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_sinkhole_kill_credit',12340),(26250,0,0,0,0,0,15509,0,0,0,'Scourged Burrower','','',0,68,69,2,1975,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(26252,0,0,0,0,0,23712,0,0,0,'Captain Jacobs','','',0,69,69,2,1975,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,26252,0,0,0,0,0,0,0,0,33735,32736,0,0,0,0,0,0,0,0,1200,1500,'SmartAI',0,3,1,1,1,1,0,35705,0,0,0,0,0,0,1,8388624,0,'',12340),(26256,0,0,0,0,0,16480,17612,0,0,'Farshire Bell Credit','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26257,0,0,0,26280,0,23721,23722,23770,23771,'Surge Needle Sorcerer','','',0,71,72,2,1985,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,26257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,1840,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26260,0,0,0,0,0,23723,0,0,0,'Kurun','','',0,74,74,2,35,2,1,0.99206,1,1,325,464,0,334,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26261,0,0,0,0,0,12814,0,0,0,'Grizzly Hills Giant','','',0,74,74,2,1770,0,0.777776,1.14286,1,1,325,464,0,334,4.6,1500,2000,2,0,2048,0,0,0,0,0,0,285,423,48,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26263,0,0,0,0,0,23746,0,0,0,'Red Dragon Mount','','',0,72,72,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,273,1,0,0,'',12340),(26264,0,0,0,0,0,1060,17612,0,0,'Boulder Target','','',0,72,72,2,35,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26265,0,0,0,0,0,16480,19595,0,0,'Saragosa\'s End Invisman','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26266,0,0,0,0,0,25668,0,0,0,'Heigarr the Horrible','','',0,70,70,2,1771,0,1,1.07143,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,26266,26266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(26268,0,0,0,26270,0,25756,0,0,0,'Rune Reaver','','',0,74,75,2,16,0,1,0.99206,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,26268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1299,2165,'SmartAI',0,3,1,1,1,1,0,35747,42105,0,0,0,0,0,1,0,0,'',12340),(26269,0,0,0,0,0,15093,0,0,0,'Pico','Leather Trader','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26270,0,0,0,0,0,25748,0,0,0,'Iron Rune-Shaper','','',0,73,74,2,1954,0,1,0.99206,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,26270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1240,2066,'SmartAI',0,3,1,1,1,1,0,35747,42105,0,0,0,0,0,1,0,0,'',12340),(26271,0,0,0,0,0,27271,0,0,0,'Emaciated Mammoth Bull','','',0,73,73,2,190,0,0.666668,0.95238,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,1,0,26271,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42104,0,0,0,0,0,0,1,0,0,'',12340),(26272,0,0,0,0,0,27275,27235,0,0,'Emaciated Mammoth','','',0,71,71,2,188,0,0.666668,0.95238,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,1,0,26272,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42104,0,0,0,0,0,0,1,0,0,'',12340),(26273,0,0,0,0,0,27277,27276,27278,27279,'Emaciated Mammoth Calf','','',0,70,70,2,31,0,0.666668,0.95238,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,1,0,26273,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42104,0,0,0,0,0,0,1,0,0,'',12340),(26274,0,0,0,0,0,12750,0,0,0,'[PH] Dragonblight Ancient','','',0,72,72,2,1990,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26275,0,0,0,0,0,24139,0,0,0,'[PH] Dragonblight Black Dragon','','',0,72,72,2,103,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26276,0,0,0,0,0,24140,24175,24176,0,'Nexus Guardian','','',0,72,72,2,103,0,4,3.42857,1,1,307,438,0,314,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,2,32,26276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,15,6,1,1,0,0,0,0,0,0,0,243,1,0,0,'',12340),(26277,0,0,0,0,0,27811,0,0,0,'Bronze Shrine Warden','','',0,80,80,2,1683,0,4,2.85714,1,1,422,586,0,642,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,345,509,103,2,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,10,4.25,4.25,1,0,0,0,0,0,0,0,227,1,0,0,'',12340),(26278,0,0,0,0,0,24142,0,0,0,'[PH] Dragonblight Green Dragon','','',0,72,72,2,50,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26279,0,0,0,0,0,24137,0,0,0,'Dragonblight Red Dragon','','',0,72,72,2,60,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,243,1,0,0,'',12340),(26280,0,0,0,0,0,23833,23832,0,0,'Dragonblight Mage Hunter','','',0,71,72,2,1985,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,537165824,2048,0,0,0,0,0,0,268,399,40,7,0,26280,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1109,1849,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26281,0,0,0,26280,0,24906,24909,24910,0,'Moonrest Stalker','','',0,71,72,2,1985,0,0.666668,1.19048,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,3,0,26281,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26282,0,0,0,0,0,26091,0,0,0,'Earthen Warrior','','',0,73,74,2,1770,0,1,0.99206,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26283,0,0,0,0,0,26177,0,0,0,'Ice Revenant','','',0,72,73,2,834,0,1,1.28571,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,4,512,26283,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(26284,0,0,0,0,0,23754,8178,26150,0,'Runic Battle Golem','','',0,73,74,2,1771,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,4,512,26284,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(26285,0,0,0,0,0,9449,0,0,0,'[PH] Dragonblight Elemental Obsidian Dragonshire','','',0,72,72,2,834,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26286,0,0,0,0,0,23739,0,0,0,'Emberwyrm','','',0,75,75,2,2042,0,2.8,2.57143,1,1,342,485,0,392,4.6,2000,2000,1,320,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,10,1,1,0,0,0,0,0,0,0,214,1,8388624,0,'',12340),(26287,0,0,0,0,0,16919,24165,0,0,'Icestorm','','',0,73,73,2,1975,0,1.2,2,1,1,313,448,0,302,7.5,2000,2000,2,768,2048,0,0,0,0,0,0,276,411,44,6,0,26287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,10,1,1,0,0,0,0,0,0,0,236,1,8388624,0,'',12340),(26288,0,0,0,0,0,169,11686,0,0,'Forgotten Shore Event Trigger','','',0,72,72,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26290,0,0,0,0,0,23784,0,0,0,'Jotun','The Curse Bearer','',0,80,80,2,7,0,3.2,2.57143,1,1,422,586,0,642,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,5,512,26290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,215,1,0,0,'',12340),(26291,0,0,0,0,0,12815,0,0,0,'Crystalline Ice Giant','','',0,73,74,2,1814,0,2,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,287,426,63,5,512,26291,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,127,1,0,0,'',12340),(26292,0,0,0,0,0,2587,2586,0,0,'[PH] Dragonblight Scourge Carrion Fields','','',0,72,72,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26293,0,0,0,0,0,24564,0,0,0,'Hulking Jormungar','','',0,73,74,2,1965,0,1,0.99206,1,1,328,467,0,354,4.6,2000,2000,1,32832,2048,0,42,0,0,0,0,287,426,63,1,65537,26293,0,70206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26294,0,0,0,0,0,23739,0,0,0,'[PH] Dragonblight Magma Wyrm','','',0,72,72,2,1990,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26295,0,0,0,26481,0,24857,0,0,0,'Magnataur Patriarch','','',0,72,72,2,90,0,1,0.95238,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,26295,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1113,1855,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26296,0,0,0,0,0,1614,1613,0,0,'[PH] Dragonblight Scarlet Onslaught','','',0,72,72,2,89,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26297,0,0,0,0,0,16480,23742,0,0,'Voice of Keristrasza','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26298,0,0,0,0,0,1126,21999,0,0,'ELM General Purpose Bunny (scale x0.01) Large','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26299,0,0,0,0,0,25462,0,0,0,'Corpse of Saragosa','','',0,73,73,2,35,0,2,1.71429,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,2,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.97,0.98,1,0,0,0,0,0,0,0,169,1,0,0,'',12340),(26310,0,0,0,0,0,27176,0,0,0,'Malygos','','',0,83,83,2,16,0,8,4.71429,1,3,496,674,0,783,35,2000,2000,2,320,2048,0,0,0,0,0,0,365,529,98,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,500,50,1,0,0,0,0,0,0,0,266,1,0,0,'',12340),(26311,0,0,0,0,0,23643,23653,0,0,'[PH] Dragonblight Taunka','','',0,72,72,2,1921,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26312,0,0,0,0,0,23645,23650,0,0,'[PH] Dragonblight Taunka Spirit','','',0,72,72,2,1921,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26313,0,0,0,0,0,13098,0,0,0,'[PH] Dragonblight Treant','','',0,72,72,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26316,0,0,0,0,0,23349,0,0,0,'Crystalline Ice Elemental','','',0,73,74,2,91,0,1.55556,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,4,512,26316,0,80104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,36728,42107,0,0,0,0,0,1,0,0,'',12340),(26317,0,0,0,0,0,2587,2586,0,0,'[PH] Dragonblight Scourge Galakrond Rest','','',0,72,72,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26318,0,0,0,0,0,2587,2586,0,0,'[PH] Dragonblight Scourge Obsidian Dragonshire','','',0,72,72,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26319,0,0,0,0,0,23972,23973,23974,23975,'Anub\'ar Cultist','','',0,71,72,2,2018,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,26319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1112,1854,'SmartAI',0,3,1,1,1,1,0,36736,36957,0,0,0,0,0,1,0,0,'',12340),(26320,0,0,0,0,0,2587,2586,0,0,'[PH] Dragonblight Scourge Ruby Dragonshrine','','',0,72,72,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26321,0,0,0,0,0,27478,0,0,0,'Lothalor Ancient','','',0,71,72,2,35,0,1.6,1.71429,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,4,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26322,0,0,0,0,0,23747,0,0,0,'Arcane Wyrm','','',0,71,72,2,14,0,1,1.42857,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,2,0,26322,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(26333,0,0,0,0,0,27478,0,0,0,'Corrupted Lothalor Ancient','','',0,71,72,2,14,0,1.6,1.71429,1,1,307,438,0,314,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,4,288,26333,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26334,0,0,0,0,0,25794,0,0,0,'Forgemaster Damrath','','',0,74,74,2,1954,0,1,0.99206,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,26334,26334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1220,2033,'SmartAI',0,3,1,1,1,1,0,35747,42105,0,0,0,0,0,1,0,0,'',12340),(26335,0,0,0,0,0,26091,0,0,0,'Fallen Earthen Warrior','','',0,74,74,2,1770,2,1,0.99206,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26336,0,0,0,26343,0,23751,25550,0,0,'Indu\'le Mystic','','',0,71,72,2,16,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,6,0,26336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26343,0,0,0,0,0,23752,25549,0,0,'Indu\'le Fisherman','','',0,71,72,2,16,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,6,0,26343,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26344,0,0,0,26343,0,23753,25552,0,0,'Indu\'le Warrior','','',0,71,72,2,16,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,26344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26347,0,0,0,0,0,23823,26155,10802,0,'Runic War Golem','','',0,74,75,2,1954,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,4,512,26347,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,37013,42107,0,0,0,0,0,1,0,0,'',12340),(26348,0,0,0,0,0,25793,0,0,0,'Iron Thane Argrum','','',0,74,74,2,1954,0,1,0.99206,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,26348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1247,2079,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(26349,0,0,0,0,0,9489,0,0,0,'Goramosh','','',0,73,73,2,1985,0,0.888888,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,2,0,26349,0,70208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35801,0,0,0,0,0,0,1,0,0,'',12340),(26356,0,0,0,0,0,23826,0,0,0,'Redfang Hunter','','',0,74,75,2,2001,0,0.666668,0.99206,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,26356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1296,2160,'SmartAI',0,3,1,1,1,1,0,37251,0,0,0,0,0,0,1,0,0,'',12340),(26357,0,0,0,0,0,23774,0,0,0,'Frostpaw Warrior','','',0,75,75,2,2003,0,0.666668,0.99206,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,26357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1301,2169,'SmartAI',0,3,1,1,1,1,0,37251,0,0,0,0,0,0,1,0,0,'',12340),(26359,0,0,0,0,0,24862,0,0,0,'Ice Heart Jormungar Spawn','','',0,72,72,2,103,0,1,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,42,0,0,0,0,270,401,53,1,65537,26359,0,70206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26360,0,0,0,0,0,24876,0,0,0,'Rattlebore','','',0,74,74,2,103,0,1,0.99206,1,1,328,467,0,354,4.6,2000,2000,1,32832,2048,0,42,0,0,0,0,287,426,63,1,0,26360,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26361,0,0,0,0,0,23782,0,0,0,'Torthen Deepdig','Explorers\' League','',0,74,74,2,1892,2,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26362,0,0,0,0,0,23846,23847,0,0,'Explorers\' League Surveyor','Explorers\' League','',0,74,74,2,1892,2,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26363,0,0,0,0,0,2161,0,0,0,'Tallhorn Stag','','',0,72,73,2,2000,0,0.8,1.71429,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,1,0,26363,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,37185,0,0,0,0,0,0,1,0,0,'npc_tallhorn_stag',12340),(26364,0,0,0,0,0,23786,0,0,0,'(PH) Wildlife Test Doe','','',0,5,5,0,1999,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26365,0,0,0,0,0,23783,0,0,0,'Taunka Orphan','','',0,1,1,0,1981,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26366,0,0,0,0,0,24506,0,0,0,'Entropic Ooze','','',0,72,73,2,14,0,1,0.85714,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,10,0,26366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37199,0,0,0,0,0,100,1,0,0,'',12340),(26368,0,0,0,0,0,21635,0,0,0,'(PH) Wildlife Test Bear','','',0,72,73,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26370,0,0,0,0,0,23835,0,0,0,'Arcanimus','','',0,73,73,2,14,0,1,1.42857,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,4,32,26370,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,3,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(26371,0,0,0,0,0,23788,0,0,0,'Squire Walter','Gryan\'s Squire','',0,9,9,0,1892,2,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26372,0,0,0,0,0,22042,0,0,0,'(PH) Grizzly Test Low Aggro Worg','','',0,72,73,0,1953,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(26373,0,0,0,0,0,16480,18695,0,0,'Coldarra Spell FX InvisMan','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26374,0,0,0,0,0,23794,0,0,0,'Maevin Farmoon','Trade Goods','',0,73,73,2,1892,128,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26375,0,0,0,0,0,23795,0,0,0,'Quartermaster McCarty','Innkeeper','',9299,75,75,2,1892,66177,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(26376,0,0,0,0,0,22711,0,0,0,'Test - Brutallus Craig','','',0,70,70,0,35,0,1,1.14286,1,3,252,357,0,304,35,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1318,1,1,0,0,0,0,0,0,0,224,1,0,0,'',12340),(26377,0,0,0,0,0,23796,0,0,0,'Squire Percy','Stable Master','',9572,9,9,0,1892,4194307,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26379,0,0,0,0,0,23806,0,0,0,'Overlord Agmar','Kor\'kron Commander','',9617,80,80,2,1980,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26380,0,0,0,0,0,9509,0,0,0,'Lak\'tuk','Suffering','',0,78,78,2,1980,0,1,1.14286,1,1,387,543,0,528,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26381,0,0,0,0,0,9509,0,0,0,'Gar\'mak','Anguish','',0,78,78,2,1980,0,1,1.14286,1,1,387,543,0,528,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26382,0,0,0,0,0,23809,0,0,0,'Balfour Blackblade','Reagents and Poisons','',0,75,75,2,1892,3200,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26387,0,0,0,0,0,23810,0,0,0,'Father Michaels','','',0,75,75,2,1892,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26388,0,0,0,0,0,23811,0,0,0,'Veira Langdon','General Goods','',0,74,74,2,1892,384,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26389,0,0,0,0,0,23812,23813,23814,0,'Solstice Hunter','','',0,73,74,2,16,0,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,32768,2048,0,0,0,0,0,0,285,423,48,7,0,26389,0,0,0,0,0,0,0,0,0,0,0,0,6660,0,0,0,0,0,1238,2064,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26390,0,0,0,0,0,11179,0,0,0,'Transformed Trapper Male','','',0,73,74,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26392,0,0,0,0,0,23815,0,0,0,'Private Molsen','','',0,73,73,2,1892,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26402,0,0,0,0,0,23820,0,0,0,'Anub\'ar Ambusher','','',0,71,72,2,2018,0,0.833332,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,26402,0,70201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26403,0,0,0,0,0,20570,11686,0,0,'Kaskala Lookout','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26404,0,0,0,0,0,10718,0,0,0,'Black Skeletal Warhorse','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),(26405,0,0,0,0,0,25794,0,0,0,'Iron Thane Furyhammer','Thane of Dun Argol','',0,75,75,2,1954,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,26405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(26406,0,0,0,0,0,26161,0,0,0,'The Anvil','Furyhammer\'s Guardian','',0,74,74,2,1954,0,1,0.992063,1,1,325,464,0,334,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,4,512,26406,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26407,0,0,0,0,0,14502,0,0,0,'Lightning Sentry','','',0,74,75,2,1954,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,4,0,26407,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37013,42107,0,0,0,0,0,1,0,0,'',12340),(26408,0,0,0,0,0,25748,0,0,0,'Iron Rune-Smith','','',0,74,75,2,1954,0,1,0.99206,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,26408,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1299,2165,'SmartAI',0,3,1,1,1,1,0,36849,36850,36851,42105,0,0,0,1,0,0,'',12340),(26409,0,0,0,0,0,25748,0,0,0,'Rune-Smith Durar','','',0,74,75,2,1954,0,1,0.992063,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,26409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1306,2176,'SmartAI',0,3,1,1,1,1,0,37013,36857,42105,0,0,0,0,1,0,0,'',12340),(26410,0,0,0,0,0,25748,0,0,0,'Rune-Smith Kathorn','','',0,74,75,2,1954,0,1,0.992063,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,26410,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1302,2170,'',0,3,1,1,1,1,0,37013,36858,42105,0,0,0,0,1,0,0,'',12340),(26411,0,0,0,0,0,23818,25551,0,0,'Deranged Indu\'le Villager','','',0,71,72,2,16,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,26411,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1107,1845,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26412,0,0,0,0,0,22042,0,0,0,'(PH) Wildlife Test Worg','','',0,72,73,0,1953,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,36819,0,0,0,0,0,100,1,0,0,'',12340),(26413,0,0,0,0,0,25238,0,0,0,'Anub\'ar Dreadweaver','','',0,71,72,2,2018,0,1,0.99206,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,6,0,26413,26413,70201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26414,0,0,0,0,0,25754,0,0,0,'Runic Lightning Gunner','','',0,74,75,2,1954,0,1,0.99206,1,0,342,485,0,392,1,3000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,26414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1304,2173,'SmartAI',0,3,1,1,1,1,0,37013,0,0,0,0,0,0,1,0,0,'',12340),(26415,0,0,0,0,0,23824,0,0,0,'Senior Sergeant Juktok','','',9428,74,74,2,1981,3,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26416,0,0,0,0,0,23825,0,0,0,'Wolfcult Initiate','','',0,73,74,2,16,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,26416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1250,2084,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26417,0,0,0,0,0,23724,23827,23828,0,'Runed Giant','','',0,74,75,2,1771,0,1,0.99206,1,1,339,481,0,370,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,293,436,53,5,256,26417,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26418,0,0,0,0,0,22132,0,0,0,'Longhoof Grazer','','',0,73,74,2,1999,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,1,0,26418,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42104,36875,0,0,0,0,0,1,0,0,'',12340),(26420,0,0,0,0,0,23829,0,0,0,'Gavrock','','',9485,74,74,2,35,3,1,0.99206,1,1,325,464,0,334,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26421,0,0,0,0,0,2078,0,0,0,'Woodlands Walker','','Speak',0,71,72,2,35,1,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,4,256,26421,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,36786,42107,0,0,0,0,0,1,0,0,'',12340),(26422,0,0,0,0,0,23831,0,0,0,'Budd','','',9301,73,73,1,35,1,1,2.14286,1,0,316,450,0,320,1,2000,2000,1,33024,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(26423,0,0,0,0,0,24938,0,0,0,'Drakuru','','',9615,70,70,1,190,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26424,0,0,0,0,0,23837,0,0,0,'Samir','','',9604,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26425,0,0,0,0,0,24418,0,0,0,'Drakkari Warrior','','',0,73,73,2,37,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,512,2048,0,0,0,0,0,0,278,413,58,7,0,26425,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,1954,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26426,0,0,0,0,0,13340,0,0,0,'Arctic Ram','','',0,72,73,2,190,0,1,1.38571,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,1,0,26426,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26427,0,0,0,0,0,11179,564,563,0,'Transformed Trapper Visual','','',0,73,74,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26428,0,0,0,0,0,23774,0,0,0,'Frostpaw Shaman','','',0,75,75,2,2003,0,0.666668,0.99206,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,0,26428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1298,2164,'SmartAI',0,3,1,1,1,1,0,37251,0,0,0,0,0,0,1,0,0,'',12340),(26429,0,0,0,0,0,23831,0,0,0,'Budd','','',0,75,75,2,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.065894,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26430,0,0,0,0,0,1126,21955,0,0,'Ducal\'s Passenger Seat','','vehichleCursor',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26432,0,0,0,0,0,23840,0,0,0,'Taunka\'le Refugee','','Speak',0,66,71,2,1922,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26433,0,0,0,26179,0,23841,0,0,0,'Taunka\'le Refugee','','Speak',0,66,71,2,1922,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26434,0,0,0,0,0,23774,0,0,0,'Frostpaw Trapper','','',0,75,75,2,2003,0,0.666668,0.99206,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,26434,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37251,0,0,0,0,0,0,1,0,0,'',12340),(26435,0,0,0,0,0,169,11686,0,0,'Taunka Move Trigger','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26436,0,0,0,0,0,23772,0,0,0,'Redfang Elder','','',0,75,75,2,2001,0,0.666668,0.99206,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,26436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1298,2163,'SmartAI',0,3,1,1,1,1,0,37251,0,0,0,0,0,0,1,0,0,'',12340),(26437,0,0,0,0,0,23840,23841,0,0,'Taunka Soldier','','',0,71,73,2,1981,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26440,0,0,0,0,0,23843,0,0,0,'Emissary Skyhaven','','',0,72,72,2,1892,2,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,33024,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(26441,0,0,0,0,0,23844,0,0,0,'Envoy Ripfang','','',0,72,72,2,1981,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,33024,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(26442,0,0,0,0,0,6772,0,0,0,'Rak\'la the Traveler','Gambler','',0,72,72,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26443,0,0,0,0,0,23845,0,0,0,'Tariolstrasz','Steward of Wyrmrest Temple','',9455,80,80,2,2010,3,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,33280,2048,0,0,0,0,0,0,341,506,80,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_taxi',12340),(26444,0,0,0,0,0,16480,19595,0,0,'Quest Invisman - Filling the Cages','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26445,0,0,0,0,0,1060,17612,0,0,'Rune Plate','','',0,72,72,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26446,0,0,0,0,0,16901,0,0,0,'Ice Serpent','','',0,72,73,2,16,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,27,0,0,0,0,276,411,44,1,1,26446,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11586,0,0,0,'SmartAI',0,3,1,1,1,1,0,35798,0,0,0,0,0,0,1,0,0,'',12340),(26447,0,0,0,0,0,24443,0,0,0,'Drakkari Shaman','','',0,73,73,2,37,0,1,1.14286,1,0,270,395,0,143,1,1500,2000,8,32768,2048,0,0,0,0,0,0,255,380,37,7,0,26447,26447,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,1963,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26448,0,0,0,0,0,23850,23851,23852,23853,'Stars\' Rest Sentinel','','',0,75,75,2,2004,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26449,0,0,0,0,0,23553,0,0,0,'Gamel the Cruel','','',0,70,70,2,1885,0,1,1.07143,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,26449,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,1656,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26450,0,0,0,0,0,22199,0,0,0,'Ariut','','',0,73,73,2,1950,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26451,0,0,0,0,0,23553,0,0,0,'Ragnar Drakkarlund','','',0,70,70,2,1885,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,26451,26451,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,35774,0,0,0,0,0,0,1,0,0,'',12340),(26452,0,0,0,0,0,20216,0,0,0,'Leviroth','','',0,72,72,2,1914,0,0.5,0.5,1,1,307,438,0,314,7.5,2000,2000,1,33024,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,6,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26454,0,0,0,0,0,22042,0,0,0,'(PH) Duskhowl Stalker','','',0,72,73,0,1953,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(26455,0,0,0,0,0,14695,0,0,0,'Moonrest Highborne','','',0,71,72,2,21,0,1.11111,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,6,0,26455,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26456,0,0,0,0,0,22120,0,0,0,'Winter\'s Sister','','',0,71,72,2,1891,0,1,0.99206,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,26456,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1155,1925,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26457,0,0,0,0,0,26858,0,0,0,'Diseased Drakkari','','',0,73,73,2,37,0,1,0.99206,1,0,316,450,0,320,1,1500,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,26457,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26458,0,0,0,0,0,7803,0,0,0,'Drakkari Plaguebringer','','',0,73,73,2,37,0,0.666668,1.14286,1,1,316,450,0,320,4.6,1500,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,26458,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26459,0,0,0,0,0,23849,0,0,0,'Commander Saia Azuresteel','','',0,80,80,2,1892,2,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26460,0,0,0,0,0,17444,0,0,0,'Lorn Deathspeaker','','',0,73,73,0,37,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26461,0,0,0,0,0,24993,0,0,0,'Scourge Corpserender','','',0,73,73,2,1692,0,0.8,0.99206,1,0,316,450,0,320,1,1500,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,6,0,26461,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26462,0,0,0,0,0,935,0,0,0,'Test Gryphon','','',0,43,45,0,1055,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(26467,0,0,0,0,0,23861,0,0,0,'Jormungar Tunneler','','',0,73,74,2,1692,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,1,0,26467,0,70206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,36729,0,0,0,0,0,0,1,0,0,'',12340),(26468,0,0,0,0,0,1060,11686,0,0,'North Building','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26469,0,0,0,0,0,1060,11686,0,0,'South Building','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26470,0,0,0,0,0,1060,11686,0,0,'East Building','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26471,0,0,0,0,0,23855,0,0,0,'Image of Archmage Aethas Sunreaver','Kirin Tor','',9513,80,80,2,2007,3,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26472,0,0,0,0,0,23958,23959,23960,239,'Highland Mustang','','',0,74,75,2,2000,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,1,0,26472,0,70202,0,0,0,0,0,0,49285,0,0,0,0,0,0,0,0,62,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26473,0,0,0,0,0,10317,0,0,0,'Ko\'char the Unbreakable','','',9452,75,75,2,35,3,2,1.71429,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,169,1,0,0,'',12340),(26474,0,0,0,0,0,21619,0,0,0,'Ameenah','Reagents','',0,70,70,1,35,2176,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26475,0,0,0,0,0,24167,0,0,0,'Magmawyrm','','',0,74,75,2,974,0,2.8,2.57143,1,1,342,485,0,392,4.6,2000,2000,1,33555264,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,214,1,8388624,0,'',12340),(26476,0,0,0,0,0,6762,14886,23832,23833,'Dead Mage Hunter Transform','','',0,71,72,2,1985,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26477,0,0,0,0,0,16888,0,0,0,'Dead Mage Hunter','','LootAll',0,71,72,2,35,16777216,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,537133056,2048,32,0,0,0,0,0,268,399,40,10,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(26480,0,0,0,26481,0,24840,24859,0,0,'Magnataur Youngling','','',0,72,72,2,16,0,1,0.95238,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,26480,26480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1117,1861,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26481,0,0,0,0,0,24856,0,0,0,'Magnataur Alpha','','',0,73,73,2,16,0,1.6,1.42857,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,26481,26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1265,2108,'',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(26483,0,0,0,0,0,23962,0,0,0,'Dragonbone Condor','','',0,71,72,2,1953,0,2.4,2,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,7,0,0,0,0,270,401,53,1,1,26483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13472,0,0,0,'SmartAI',0,7,1,1,1,1,0,36729,0,0,0,0,0,185,1,0,0,'',12340),(26484,0,0,0,0,0,23857,0,0,0,'Hugh Glass','Merchant','',9484,74,74,0,35,643,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26485,0,0,0,0,0,23858,0,0,0,'Orphan Matron Twinbreeze','','',9318,73,73,2,1981,3,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26486,0,0,0,0,0,23860,23859,0,0,'Horde Warrior','Sons of Warsong','',0,75,75,0,1979,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26487,0,0,0,0,0,23862,23863,0,0,'Alliance Soldier','','',0,75,75,2,1974,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26488,0,0,0,0,0,23646,0,0,0,'Taunka Pack Kodo','','',0,70,70,2,1981,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26489,0,0,0,0,0,23276,0,0,0,'[PH] Dragonblight Carrion Field Necromancer','','',0,72,72,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26490,0,0,0,0,0,1197,1201,0,0,'[PH] Dragonblight Carrion Field Zombie','','',0,72,72,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,26490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26491,0,0,0,0,0,7534,0,0,0,'[PH] Dragonblight Carrion Field Gargoyle','','',0,72,72,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26492,0,0,0,0,0,137,0,0,0,'Wastes Digger','','',0,72,73,2,974,0,0.777776,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,6,0,26492,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26493,0,0,0,0,0,24037,0,0,0,'Wastes Taskmaster','','',0,73,73,2,21,0,1,1.14286,1,0,270,395,0,143,1,2000,2000,8,32768,2048,0,0,0,0,0,0,255,380,37,7,0,26493,26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,1951,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,0,0,'',12340),(26494,0,0,0,0,0,14315,0,0,0,'Griselda','Hugh\'s Pet','',0,74,74,2,35,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,33536,2048,0,0,0,0,0,0,287,426,63,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26495,0,0,0,0,0,23868,0,0,0,'Test Catapult','','vehichleCursor',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.01177,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(26496,0,0,0,0,0,19637,0,0,0,'Wind Trader Mu\'fah','','',0,72,72,2,1985,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,26496,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35800,0,0,0,0,0,0,1,0,0,'',12340),(26497,0,0,0,0,0,30865,0,0,0,'Lady Jaina Proudmoore','','',0,80,80,2,35,0,1,1,1,1,346,499,0,287,7.5,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26498,0,0,0,0,0,16480,19595,0,0,'Drakuru\'s Bunny 01','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26499,31210,0,0,0,0,24949,0,0,0,'Arthas','Prince of Lordaeron','',0,80,80,2,2076,1,1,1.14286,1,1,417,582,0,608,4,2000,0,2,32768,2048,8,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'npc_arthas',12340),(26500,0,0,0,0,0,27135,0,0,0,'Image of Drakuru','','',0,70,70,0,190,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33024,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26501,0,0,0,0,0,21482,0,0,0,'Ethenial Moonshadow','','',0,73,73,2,190,2,1.11111,1.14286,1,0,316,450,0,320,1,2000,2000,1,768,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26503,0,0,0,0,0,6296,901,6295,0,'Scalawag Frog','','Pickup',0,1,1,0,31,16777216,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(26504,0,0,0,0,0,23874,0,0,0,'Soar Hawkfury','Stable Master','',9437,74,74,2,1981,4194307,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,32768,2048,0,0,0,0,0,0,285,423,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26505,0,0,0,0,0,23875,0,0,0,'Doctor Sintar Malefious','Grand Apothecary','',9661,75,75,2,1928,3,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26506,0,0,0,0,0,23876,0,0,0,'Jennings','Doctor Malefious\' Assistant','',0,70,70,2,1928,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26507,0,0,0,0,0,23877,23937,23938,23939,'Forsaken Chemist','','',0,68,72,2,1928,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26508,0,0,0,0,0,23878,0,0,0,'Forsaken Blightcaller','','',0,68,72,2,1928,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26509,0,0,0,0,0,22125,0,0,0,'Lucid Test Subject','','',0,70,72,2,974,0,1,1.28968,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26510,0,0,0,0,0,23879,0,0,0,'Tu\'u\'gwar','\"He Who Plays With Food\"','',0,73,73,2,14,0,1,1.42857,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(26511,0,0,0,0,0,1557,12199,0,0,'Moa\'ki Bottom Thresher','','',0,71,72,2,16,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,1,0,26511,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26512,0,0,0,0,0,23276,0,0,0,'Carrion Necromancer','','',0,73,73,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26513,0,0,0,0,0,24443,0,0,0,'Drakkari Shaman Corpse','','',0,73,73,2,37,0,1,1.14286,1,0,316,450,0,320,1,1500,2000,1,537133824,2048,32,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(26514,0,0,0,0,0,23846,0,0,0,'Surveyor Orlond','Explorers\' League','',0,73,73,2,1892,2,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,40,0,0,0,0,0,276,411,44,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26515,0,0,0,0,0,646,0,0,0,'Carrion Ghoul','','',0,72,73,0,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,35854,0,0,0,0,0,0,1,8388624,0,'',12340),(26516,0,0,0,0,0,24418,0,0,0,'Drakkari Warrior Corpse','','',0,73,73,2,37,0,1,1.14286,1,0,316,450,0,320,1,1500,2000,1,537133824,2048,32,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(26517,0,0,0,0,0,14709,0,0,0,'Carrion Gargoyle','','',0,72,73,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,26517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,35840,42108,0,0,0,0,0,1,8388624,0,'',12340),(26518,0,0,0,0,0,10613,0,0,0,'Carrion Abomination','','',0,73,73,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,26518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26519,0,0,0,0,0,21738,0,0,0,'Prigmon','','',9622,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7264,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26521,0,0,0,0,0,23895,0,0,0,'Kili\'ua','\"Two Huge Pincers\"','',0,72,72,2,14,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,8,0,0,0,0,270,401,53,1,1,26521,0,70202,0,0,0,0,0,0,53442,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35831,0,0,0,0,0,0,1,0,0,'',12340),(26522,0,0,0,0,0,2602,0,0,0,'Subterranean Thresher','','',0,74,74,2,190,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,1,0,26522,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,35837,0,0,0,0,0,0,1,0,0,'',12340),(26523,0,0,0,0,0,23884,0,0,0,'Forsaken Blight Spreader','','vehichleCursor',0,70,70,2,1928,16777216,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,48211,0,0,0,0,0,0,0,0,36,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,344407930,0,'',12340),(26524,0,0,0,0,0,23885,23886,0,0,'Scarlet Footman','','',0,73,73,2,89,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26525,0,0,0,0,0,23902,0,0,0,'Cockroach','','',0,1,1,0,188,0,0.4,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(26526,0,0,0,0,0,23887,23888,0,0,'Scourged Scarlet Footman','','',0,73,73,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,26526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26527,0,0,0,0,0,10008,0,0,0,'Chromie','','',9586,80,80,2,35,3,1,1.14286,1,0,422,586,0,642,1,2000,0,1,33536,2048,8,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cos_chromie_start',12340),(26528,0,0,0,0,0,23889,0,0,0,'Uther the Lightbringer','Knight of the Silver Hand','',0,80,80,2,35,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,33600,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26529,31211,0,0,0,0,26579,0,0,0,'Meathook','','',0,82,82,2,2075,0,1,1.14286,1,1,488,642,0,782,7.5,1600,0,1,32832,2048,8,0,0,0,0,0,363,521,121,6,72,26529,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,2,1,0,0,0,0,0,0,0,0,1,617299839,2097152,'boss_meathook',12340),(26530,31212,0,0,0,0,26581,0,0,0,'Salramm the Fleshcrafter','','',0,82,82,2,2075,0,1,1.14286,1,1,463,640,0,726,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,360,520,91,7,72,26530,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,15,1,0,0,0,0,0,0,0,0,1,617299839,2097152,'boss_salramm',12340),(26531,0,0,0,0,0,6296,901,6295,0,'Mesmerized Frog','','',0,1,1,0,31,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(26532,31215,0,0,0,0,26580,0,0,0,'Chrono-Lord Epoch','','',0,82,82,2,2075,0,1,1.14286,1,1,463,640,0,726,7.5,2000,0,2,33600,2048,8,0,0,0,0,0,360,520,91,2,72,26532,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'boss_epoch',12340),(26533,31217,0,0,0,0,26582,0,0,0,'Mal\'Ganis','','',0,82,82,2,2075,0,1,1.14286,1,1,463,640,0,726,7.5,2000,0,2,33600,2048,8,0,0,0,0,0,360,520,91,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,10,1,0,0,0,0,0,0,0,0,1,617299839,2097152,'boss_mal_ganis',12340),(26535,0,0,0,0,0,23511,0,0,0,'[Demo] Craig Amai','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26536,30791,0,0,0,0,7869,0,0,0,'Mindless Servant','','',0,78,78,2,21,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,6,0,26536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26537,0,0,0,0,0,24164,0,0,0,'Greeb Ramrocket','Borean Tundra Zeppelin Master','',9347,45,45,0,29,1,1,1.42857,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(26538,0,0,0,0,0,24170,0,0,0,'Nargo Screwbore','Durotar Zeppelin Master','',9350,65,65,0,2020,1,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(26539,0,0,0,0,0,24169,0,0,0,'Meefi Farthrottle','Howling Fjord Zeppelin Master','',9349,45,45,0,29,1,1,1.42857,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(26540,0,0,0,0,0,24162,0,0,0,'Drenk Spannerspark','Tirisfal Glades Zeppelin Master','',9346,65,65,0,1928,1,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(26541,0,0,0,0,0,24171,0,0,0,'Zab Steambolt','Howling Fjord Zeppelin Master','',0,65,65,0,1928,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(26542,0,0,0,0,0,24168,0,0,0,'Lini Lugbolt','Borean Tundra Zeppelin Master','',0,65,65,0,1928,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(26543,0,0,0,0,0,27135,0,0,0,'Image of Drakuru','','',0,70,70,1,190,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26544,0,0,0,0,0,28135,0,0,0,'Warlord Zim\'bo','','',0,73,73,2,37,0,1,1.14286,1,0,316,450,0,320,1,1500,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,26544,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1154,1923,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26546,0,0,0,0,0,24136,0,0,0,'Ludin Farrow','Dockmaster','',9342,35,35,0,12,1,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26547,0,0,0,0,0,24131,0,0,0,'Basil Crowe','Dockmaster','',9338,65,65,0,1892,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26550,30764,0,0,0,0,28054,28055,0,0,'Dragonflayer Deathseeker','','',0,77,77,2,1885,0,1,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,314,466,81,7,0,26550,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4791,7985,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26551,0,0,0,0,0,24132,0,0,0,'Hansric Stout','Dockmaster','',0,65,65,0,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26552,0,0,0,0,0,24144,0,0,0,'Maye Piper','Dockmaster','',0,65,65,0,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26553,30765,0,0,0,0,28056,28057,0,0,'Dragonflayer Fanatic','','',0,80,80,2,1885,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,7,0,26553,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4808,8013,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26554,30766,0,0,0,0,25657,25658,0,0,'Dragonflayer Seer','','',0,80,80,2,1885,0,1,1.28571,1,1,417,582,0,608,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,341,506,80,7,0,26554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3279,8024,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26555,30806,0,0,0,0,12818,0,0,0,'Scourge Hulk','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,6,0,26555,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26556,0,0,0,0,0,24126,0,0,0,'Agloolik','Dockmaster','',9337,75,75,0,1950,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26557,0,0,0,0,0,24133,0,0,0,'Kanosak','Dockmaster','',9340,73,73,0,1950,1,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26558,0,0,0,0,0,24146,0,0,0,'Nutaaq','Dockmaster','',9345,73,73,0,1950,1,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26559,0,0,0,0,0,16480,19595,0,0,'Drakuru\'s Bunny 02','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26561,0,0,0,0,0,23304,0,0,0,'Converted Harvest Collector','','',0,68,68,2,2004,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26564,0,0,0,0,0,23904,0,0,0,'Borus Ironbender','Grand Master Blacksmithing Trainer','',9459,73,73,2,1981,83,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,2,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26565,0,0,0,0,0,23905,23923,23924,23925,'Agmar\'s Siegesmith','','',0,71,72,2,1981,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26566,0,0,0,0,0,23906,0,0,0,'Narzun Skybreaker','Wind Rider Master','',0,72,72,2,1981,8192,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26567,0,0,0,0,0,23907,0,0,0,'Aegalas','Food & Drink','',0,70,70,2,1981,640,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26568,0,0,0,0,0,23908,0,0,0,'Zebu\'tan','Herbalism & Poison Supplies','',0,71,71,2,1981,1152,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26569,0,0,0,0,0,23909,0,0,0,'Alys Vol\'tyr','Reagents & Enchanting Supplies','',0,73,73,2,1981,2176,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26570,0,0,0,0,0,26857,26856,26858,26859,'Famished Scourge Troll','','',0,73,73,0,37,0,1,0.992063,1,0,316,450,0,320,1,1500,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26571,0,0,0,0,0,21362,0,0,0,'Imprisoned Monkey','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26572,0,0,0,0,0,17719,0,0,0,'Kor\'kron War Rider','','',0,75,75,2,1981,0,1,3.42857,1,0,342,485,0,392,1,2000,2000,1,33024,2048,0,0,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,241,1,0,0,'',12340),(26573,0,0,0,0,0,23910,0,0,0,'Lingering Villager','','',0,72,72,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,26573,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26574,0,0,0,0,0,23911,0,0,0,'Valnok Windrager','Kor\'kron Wing Commander','',0,75,75,2,1981,2,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26575,0,0,0,26577,0,2165,0,0,0,'Coldwind Waste Huntress','','',0,73,74,2,16,0,1.38889,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,26575,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1232,2054,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26577,0,0,0,0,0,23912,0,0,0,'Coldwind Witch','','',0,73,74,2,16,0,1.38889,1.14286,1,0,279,408,0,158,1,2000,2000,8,0,2048,0,0,0,0,0,0,263,391,41,7,0,26577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1235,2059,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26578,0,0,0,0,0,25805,0,0,0,'Mistress of the Coldwind','','',0,74,74,2,16,0,1.38889,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,285,423,48,7,0,26578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1264,2106,'SmartAI',0,4,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26580,0,0,0,0,0,23919,0,0,0,'Quartermaster Gakzug','','',0,72,72,2,1981,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26581,0,0,0,0,0,23920,0,0,0,'Koltira Deathweaver','','',9456,80,80,2,1981,3,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26582,0,0,0,0,0,24418,0,0,0,'Horrified Drakkari Warrior','','',0,73,73,0,37,0,1,1.14286,1,0,316,450,0,320,1,1500,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),(26583,0,0,0,0,0,24443,0,0,0,'Horrified Drakkari Shaman','','',0,73,73,0,37,0,1,0.99206,1,0,316,450,0,320,1,1500,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),(26584,0,0,0,0,0,23921,0,0,0,'Sage Paluna','','',0,75,75,2,1922,2,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26585,0,0,0,0,0,25279,0,0,0,'Bloodmist','Koltira\'s Deathcharger','',0,75,75,2,1981,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26586,0,0,0,0,0,22042,0,0,0,'Hungry Worg','','',0,72,73,2,1953,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,1,0,0,0,0,278,413,58,1,1,26586,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(26587,0,0,0,0,0,23922,0,0,0,'Grizzly Hills Rabbit','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(26588,0,0,0,0,0,23949,0,0,0,'Emily','','',9627,5,5,0,35,3,1,0.92857,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,110,1,0,0,'npc_emily',12340),(26589,0,0,0,0,0,23926,0,0,0,'Mr. Floppy','Emily\'s Pet','',0,68,68,2,113,0,1,0.92857,1,0,231,325,0,292,1,2000,2000,1,256,2048,0,0,0,0,0,0,195,289,41,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,110,1,0,0,'npc_mrfloppy',12340),(26590,0,0,0,0,0,22003,0,0,0,'Ravenous Worg','','',0,72,73,2,1953,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(26591,0,0,0,0,0,16480,19595,0,0,'Pacer Bunny - Drak Theron Exterior','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26592,0,0,0,0,0,24235,0,0,0,'Graymist Hunter','','',0,73,74,2,1953,0,1.2,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,1,0,0,0,0,287,426,63,1,1,26592,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37010,0,0,0,0,0,121,1,0,0,'',12340),(26593,0,0,0,0,0,23927,0,0,0,'Serinar','','',9537,75,75,2,2010,3,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26594,0,0,0,0,0,23954,0,0,0,'Spiritual Insight Transform','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_spiritual_insight',12340),(26595,0,0,0,0,0,23930,0,0,0,'Toalu\'u the Mystic','','',0,72,72,2,1950,2,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26596,0,0,0,0,0,23935,0,0,0,'\"Charlie\" Northtop','Innkeeper','',9427,70,70,2,1973,66177,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(26597,0,0,0,0,0,23957,0,0,0,'Toby \"Mother Goose\" Ironbolt','Stable Master','',9821,70,70,2,1973,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(26598,0,0,0,0,0,23956,0,0,0,'Mistie Flitterdawn','Reagents and Poisons','',0,70,70,2,1973,3200,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26599,0,0,0,0,0,23953,0,0,0,'Willis Wobblewheel','Blacksmith','',0,70,70,2,1973,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26600,0,0,0,0,0,23967,0,0,0,'Chief Engineer Galpen Rolltie','Engineering Supplies','',0,70,70,2,1973,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26601,0,0,0,0,0,24005,24006,24007,24008,'Fizzcrank Airman','','',0,70,70,2,1891,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26602,0,0,0,0,0,23955,0,0,0,'Kara Thricestar','Air Traffic Controller','',9683,70,70,2,1892,8193,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26603,0,0,0,0,0,23932,23933,23934,0,'Kor\'kron Windrager','','',0,73,75,2,1980,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26604,0,0,0,0,0,21618,0,0,0,'Mack Fearsen','','',9416,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26605,0,0,0,0,0,23880,0,0,0,'Anub\'ar Underlord','','',0,71,72,2,2018,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,26605,0,70201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,42108,0,0,0,0,0,1,8388624,0,'',12340),(26606,0,0,0,0,0,25239,0,0,0,'Anub\'ar Slayer','','',0,71,72,2,2018,0,1,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,26606,0,70201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,36736,42108,0,0,0,0,0,1,8388624,0,'',12340),(26607,0,0,0,0,0,23945,0,0,0,'Anub\'ar Blightbeast','','',0,71,72,2,2018,0,1,0.952381,2.08,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,524288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1.5,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26608,0,0,0,0,0,23881,0,0,0,'Under-King Anub\'et\'kan','','',0,73,73,2,1771,0,1,1.14286,1,1,316,450,0,320,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26612,0,0,0,0,0,16480,19595,0,0,'Burninate Kill Credit','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26613,0,0,0,0,0,23946,23947,23948,0,'Arctic Grizzly Cub','','',0,69,70,2,2106,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,1,0,26613,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26614,0,0,0,0,0,328,0,0,0,'Snowshoe Hare','','',0,5,5,0,31,0,1,1.28571,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),(26615,0,0,0,0,0,23951,0,0,0,'Snowfall Elk','','',0,71,72,2,7,0,0.8,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,1,0,26615,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26616,0,0,0,26874,0,23952,0,0,0,'Blighted Elk','','',0,71,72,2,14,0,0.8,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,1,0,26616,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,36800,0,0,0,0,0,0,1,0,0,'',12340),(26617,0,0,0,0,0,23961,0,0,0,'Grunt Tar\'yug','','',0,70,70,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26618,0,0,0,0,0,23963,0,0,0,'Captain Gort','Kor\'kron Guard Captain','',9432,73,73,2,1981,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26619,0,0,0,0,0,24049,24050,24051,24053,'Fizzcrank Paratrooper','','',9415,70,70,2,1973,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26620,31339,0,0,0,0,27077,27078,0,0,'Drakkari Guardian','','',0,76,76,2,1965,0,1,1,1,1,356,503,0,432,4.8,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,128,26620,26620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4218,7030,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(26621,31347,0,0,0,0,24994,0,0,0,'Ghoul Tormentor','','',0,72,72,2,16,0,0.8,0.992063,1,1,307,438,0,314,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,6,0,26621,26621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26622,31337,0,0,0,0,1955,0,0,0,'Drakkari Bat','','',0,75,75,2,16,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,24,0,0,0,0,295,438,68,1,1,26622,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26623,31357,0,0,0,0,7847,0,0,0,'Scourge Brute','','',0,76,76,2,1814,0,0.888888,1.14286,1,1,356,503,0,432,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,305,452,74,6,0,26623,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26624,31363,0,0,0,0,1693,0,0,0,'Wretched Belcher','','',0,74,74,2,16,0,1,1.14286,1,1,328,467,0,354,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,6,0,26624,26624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26625,31336,0,0,0,0,16462,0,0,0,'Darkweb Recluse','','',0,74,74,2,22,0,1,1.28571,1,1,328,467,0,354,7.5,2000,2000,1,64,2048,0,3,0,0,0,0,287,426,63,1,1,26625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13148,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26626,31359,0,0,0,0,24084,0,0,0,'Scourge Reanimator','','',0,74,74,2,16,0,1,1.14286,1,1,325,464,0,334,7.5,2500,2000,2,32832,2048,0,0,0,0,0,0,285,423,48,7,0,26626,26626,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4226,7044,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26627,31344,0,0,0,0,24500,0,0,0,'Crystal Handler','','',0,75,75,2,16,0,1,1,1,1,464,604,0,708,4,2000,2000,8,0,2048,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(26628,31343,0,0,0,0,19732,0,0,0,'Drakkari Scytheclaw','','',0,74,74,2,16,0,1,1,1,1,328,467,0,354,4.8,2000,2000,1,64,2048,0,11,0,0,0,0,287,426,63,1,1,26628,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,144,1,0,0,'',1),(26630,31362,0,0,0,0,26352,0,0,0,'Trollgore','','',0,76,76,2,1965,0,1,1,1,1,356,503,0,432,4.8,1000,2000,1,64,2048,0,0,0,0,0,0,305,452,74,6,72,26630,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,188,1,650854271,2097152,'boss_trollgore',1),(26631,31350,0,0,0,0,26292,0,0,0,'Novos the Summoner','','',0,76,76,2,16,0,1,1,1,1,352,499,0,408,4.8,2000,2000,2,64,2048,0,0,0,0,0,0,302,449,57,6,72,26631,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_novos',1),(26632,31360,0,0,0,0,27072,0,0,0,'The Prophet Tharon\'ja','','',0,76,76,2,16,0,1,1,1,1,356,503,0,335,13,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,6,72,26632,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_tharon_ja',1),(26633,0,0,0,0,0,23964,0,0,0,'Ursoc','','',0,75,75,2,2068,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,295,438,68,1,0,26633,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26634,0,0,0,0,0,23965,0,0,0,'Fizzcrank Watcher Rupert Keeneye','','',0,70,70,2,1973,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26635,31355,0,0,0,0,27058,0,0,0,'Risen Drakkari Warrior','','',0,74,74,2,1814,0,1,0.992063,1,1,328,467,0,354,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,6,0,26635,26635,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26636,31354,0,0,0,0,26857,0,0,0,'Risen Drakkari Soulmage','','',0,74,74,2,16,0,1,0.992063,1,1,325,464,0,334,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,285,423,48,6,0,26636,26636,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26637,31342,0,0,0,0,26860,0,0,0,'Risen Drakkari Handler','','',0,75,75,2,16,0,1,1,1,1,328,467,0,354,4.8,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,6,0,26637,26637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',1),(26638,31351,0,0,0,0,27056,0,0,0,'Risen Drakkari Bat Rider','','',0,75,75,2,16,0,1,1,1,1,342,485,0,392,4.8,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,26638,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,2,'',1),(26639,31345,0,0,0,0,27083,27084,0,0,'Drakkari Shaman','','',0,76,76,2,1965,0,1,1.14286,1,1,352,499,0,408,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,302,449,57,7,0,26639,26639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4148,6914,'SmartAI',0,3,1,4,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26641,31340,0,0,0,0,19734,0,0,0,'Drakkari Gutripper','','',0,74,74,2,16,0,1,1,1,1,342,485,0,392,4.8,2000,2000,1,64,2048,0,11,0,0,0,0,295,438,68,1,1,26641,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(26644,0,0,0,0,0,820,0,0,0,'Ursus Mauler','','',0,72,73,2,16,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,4,0,0,0,0,278,413,58,1,1,26644,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37020,0,0,0,0,0,0,1,0,0,'',12340),(26645,0,0,0,0,0,23968,23969,0,0,'Fizzcrank Engineering Crew','','',0,70,70,2,1973,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26646,0,0,0,0,0,1086,0,0,0,'Saronite Horror','','',0,73,74,2,16,0,0.666668,0.85714,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,10,0,26646,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(26647,0,0,0,0,0,23987,0,0,0,'Narf','','',9420,75,75,2,35,3,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26648,30794,0,0,0,0,23970,0,0,0,'Oacha\'noa','Goddess of the Depths','',0,83,83,2,190,0,1,2.14286,1,3,496,674,0,783,35,2000,2000,2,33536,2080,0,0,0,0,0,0,365,529,98,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,100,100,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(26649,0,0,0,0,0,23971,0,0,0,'Messenger Torvus','','',0,71,71,2,1981,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26652,0,0,0,0,0,23976,0,0,0,'Greatmother Icemist','','',0,75,75,2,1981,2,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26653,0,0,0,0,0,23984,0,0,0,'Kilix the Unraveler','','',10225,75,75,2,2016,3,1,0.99206,1,1,342,485,0,392,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,295,438,68,10,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26654,0,0,0,0,0,23978,0,0,0,'Roanauk Icemist','High Chieftain of the Taunka','',0,73,73,2,1935,0,1,1.14286,1,1,313,448,0,302,4.6,2000,2000,2,33536,2048,0,0,0,0,0,0,276,411,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26655,0,0,0,0,0,23979,0,0,0,'High Cultist Zangus','','',0,72,72,2,974,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,26655,26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,1841,'SmartAI',0,3,1,1,1,1,0,36741,0,0,0,0,0,0,1,0,0,'',12340),(26656,0,0,0,0,0,23980,23981,0,0,'Anub\'ar Prison','','',0,70,70,0,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26658,0,0,0,0,0,569,0,0,0,'Reckless Scavenger','','',0,68,69,2,1975,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,26658,26658,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26659,0,0,0,0,0,24110,0,0,0,'Zort','','',9451,75,75,2,35,3,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26660,0,0,0,0,0,23988,0,0,0,'Xink','','',9422,75,75,2,35,3,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26661,0,0,0,0,0,23986,0,0,0,'Zivlix','','',9425,75,75,2,35,3,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26662,0,0,0,0,0,23565,0,0,0,'Azjol-anak Battleguard','','',0,74,75,2,2016,0,1,0.99206,1,1,342,485,0,392,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,295,438,68,10,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26663,0,0,0,0,0,25810,25811,25812,0,'Winterskorn Hunter','','',0,69,70,2,1885,0,1,1.28571,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,26663,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,1559,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(26664,0,0,0,0,0,21720,0,0,0,'Kurzel','','',9690,70,70,1,35,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26665,0,0,0,0,0,23985,0,0,0,'[PH] Named Condor Shirrak','','',0,71,72,0,1953,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,184,1,0,0,'',12340),(26666,0,0,0,0,0,23989,0,0,0,'Scout Vor\'takh','','',10258,75,75,2,1981,2,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26667,30767,0,0,0,0,22293,22294,25393,25393,'Dragonflayer Spectator','','',0,79,79,2,1885,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,768,2048,0,0,0,0,0,0,334,494,95,7,0,26667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4768,7946,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26668,30810,0,0,0,0,26096,0,0,0,'Svala Sorrowgrave','','',0,80,80,2,21,0,0.4,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,26668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,3,25,1,1,0,0,0,0,0,0,0,122,1,650854271,2097152,'',12340); +INSERT INTO `creature_template` VALUES (24510,0,0,0,0,0,22498,0,0,0,'Driz Tumblequick','Ram Racing Apprentice',NULL,8958,30,30,0,775,131,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23605,0,0,0,0,0,1318,0,0,0,'Bron','Sausage Vendor',NULL,0,30,30,0,775,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23606,0,0,0,0,0,22513,0,0,0,'Suntouched Apprentice','Wine Vendor',NULL,0,30,30,0,775,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24711,0,0,0,0,0,22605,0,0,0,'Tapper Swindlekeg','Brewfest Organizer',NULL,8999,50,50,0,1734,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24501,0,0,0,0,0,22490,0,0,0,'Drohn\'s Distillery Apprentice','Drohn\'s Distillery Brew Vendor',NULL,8971,50,50,0,775,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24492,0,0,0,0,0,22494,0,0,0,'Drohn\'s Distillery Barker','',NULL,0,50,50,0,775,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24493,0,0,0,0,0,22495,0,0,0,'T\'chali\'s Voodoo Brewery Barker','',NULL,0,50,50,0,775,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24498,0,0,0,0,0,22488,0,0,0,'Cort Gorestein','',NULL,0,50,50,0,775,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24657,0,0,0,0,0,22553,0,0,0,'Glodrak Huntsniper','',NULL,9016,65,65,0,775,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24495,0,0,0,0,0,22480,0,0,0,'Blix Fixwidget','Token Redeemer',NULL,8968,65,65,0,775,131,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24499,0,0,0,0,0,22489,0,0,0,'Ja\'ron','',NULL,0,50,50,0,775,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23604,0,0,0,0,0,7358,0,0,0,'Agnes Farwithers','Cheese Vendor',NULL,0,30,30,0,775,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23603,0,0,0,0,0,4728,0,0,0,'Uta Roughdough','Bread Vendor',NULL,0,30,30,0,775,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24373,0,0,0,0,0,24860,0,0,0,'T\'chali\'s Voodoo Brew Festive Keg','',NULL,0,6,6,0,35,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,256,2048,0,0,0,0,0,0,24,36,6,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(24372,0,0,0,0,0,24860,0,0,0,'Drohn\'s Distillery Festive Keg','',NULL,0,6,6,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,256,2048,0,0,0,0,0,0,1,1,0,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(23533,0,0,0,0,0,22492,0,0,0,'T\'chali\'s Voodoo Brewery Apprentice','Voodoo Brew Vendor',NULL,8972,50,50,0,775,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24265,0,0,0,0,0,4626,0,0,0,'[DND] Brewfest Speed Bunny Red','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24264,0,0,0,0,0,4626,0,0,0,'[DND] Brewfest Speed Bunny Yellow','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24263,0,0,0,0,0,4626,0,0,0,'[DND] Brewfest Speed Bunny Green','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23531,0,0,0,0,0,22732,0,0,0,'Eversong Pink Elekk','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23530,0,0,0,0,0,22732,0,0,0,'Tirisfal Pink Elekk','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23529,0,0,0,0,0,22732,0,0,0,'Mulgore Pink Elekk','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23966,0,0,0,0,0,21939,0,0,0,'Magic Broom',NULL,NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(23537,0,0,0,0,0,11686,0,0,0,'Headless Horseman - Fire (DND)','',NULL,0,65,70,0,14,0,1,1.14286,1,0,248,363,0,135,1,2000,0,8,33554432,2048,8,0,0,0,0,0,233,347,28,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_hallows_end_train_fire',12340),(23682,0,0,0,0,0,22351,0,0,0,'Headless Horseman','',NULL,0,80,80,2,14,0,1,1.14286,1,1,417,582,0,608,7.5,2000,0,2,256,2048,8,0,0,0,0,0,341,506,80,10,1024,23682,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,33277,0,0,0,0,0,167,1,650854267,0,'boss_headless_horseman',12340),(23686,0,0,0,0,0,11686,0,0,0,'Headless Horseman Flame Bunny','',NULL,0,70,70,2,14,0,1,1.14286,1,0,248,363,0,135,1,2000,0,8,33554432,2048,8,0,0,0,0,0,233,347,28,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_soh_fire_trigger',12340),(23758,0,0,0,0,0,5187,11686,0,0,'Headless Horseman - Earth Explosion Bunny','',NULL,0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23800,0,0,0,0,0,22352,0,0,0,'Headless Horseman, Unhorsed','',NULL,0,70,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(24034,0,0,0,0,0,2027,21342,0,0,'Headless Horseman - Wisp Invis','',NULL,0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24700,0,0,0,0,0,22352,0,0,0,'Headless Horseman, friendly','',NULL,0,70,70,2,1812,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(24814,0,0,0,0,0,22653,0,0,0,'Headless Horseman\'s Mount','',NULL,0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,8388624,2,'',12340),(23619,0,0,0,0,0,21659,0,0,0,'Bergrisst','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,768,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(23623,0,0,0,0,0,21661,0,0,0,'Chief Thunder-Skins','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(23624,0,0,0,0,0,21662,0,0,0,'Mai\'Kyl','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(23625,0,0,0,0,0,21665,0,0,0,'Samuro','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(23626,0,0,0,0,0,21666,0,0,0,'Sig Nicious','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(24519,0,0,0,0,0,22504,0,0,0,'Costumed Orphan Matron','',NULL,0,12,12,0,1732,3,1.1,1.14286,1,0,17,22,0,46,1,2000,0,1,4096,2048,8,0,0,0,0,0,11,17,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_costumed_orphan_matron',12340),(23973,0,0,0,0,0,22499,0,0,0,'Masked Orphan Matron','',NULL,0,12,12,0,1735,3,1.1,1.14286,1,0,17,22,0,46,1,2000,0,1,4096,2048,8,0,0,0,0,0,11,17,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_costumed_orphan_matron',12340),(23712,0,0,0,0,0,252,257,251,221,'Touring Orphan','',NULL,0,1,3,0,12,1,1.1,1.14286,1,0,3,4,0,28,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,2,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23103,0,0,0,0,0,11466,0,0,0,'Derek the Undying','Mage Trainer',NULL,63,58,58,0,68,48,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,8,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(23713,0,0,0,0,0,8848,0,0,0,'Kraxx','Zeppelin Engineer',NULL,8786,45,45,0,29,1,1,1.14286,1,0,76,100,0,184,1,1000,2000,1,4096,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23971,0,0,0,0,0,14589,14616,0,0,'Traveling Orphan','',NULL,0,1,3,0,29,1,1.1,1.14286,1,0,3,4,0,28,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,2,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(953,0,0,0,0,0,351,0,0,0,'Spawn Test One','TEST MOB',NULL,0,15,15,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1401,0,0,0,0,0,134,0,0,0,'Test Squirrel','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1758,0,0,0,0,0,278,0,0,0,'Warlock (TEST)','',NULL,0,20,20,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1759,0,0,0,0,0,198,0,0,0,'Mage (TEST)','',NULL,0,20,20,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1760,0,0,0,0,0,282,0,0,0,'Warrior (TEST)','',NULL,0,20,20,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1761,0,0,0,0,0,190,0,0,0,'Priest (TEST)','',NULL,0,20,20,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1762,0,0,0,0,0,149,0,0,0,'Rogue (TEST)','',NULL,0,20,20,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1850,0,0,0,0,0,10612,0,0,0,'Putridius','',NULL,0,58,58,0,16,0,1,1.14286,1,2,100,132,0,242,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,1850,0,0,0,0,0,0,0,0,12946,10101,10966,17650,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(1979,0,0,0,0,0,868,0,0,0,'TEST WOLF (ALPHA FIRST)','',NULL,0,2,2,0,32,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,50432,0,0,0,0,0,100,1,0,0,'',12340),(1980,0,0,0,0,0,869,0,0,0,'TEST WOLF (ALPHA SECOND)','',NULL,0,2,2,0,32,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,50432,0,0,0,0,0,100,1,0,0,'',12340),(2051,0,0,0,0,0,907,0,0,0,'Twain The Tester FOO','Model and Texture',NULL,0,56,56,0,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2154,0,0,0,0,0,907,0,0,0,'Jesse The Tester','Model and Texture',NULL,0,56,56,0,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2424,0,0,0,0,0,280,0,0,0,'Guild Banker','Guild Banker',NULL,0,62,62,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(3201,0,0,0,0,0,2582,0,0,0,'Scott Mercer','',NULL,0,62,62,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4450,0,0,0,0,0,7209,0,0,0,'Rugfizzle','Goblin Ticket Redeemer',NULL,0,35,35,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(4942,0,0,0,0,0,1634,0,0,0,'Test Petition Giver','Test',NULL,0,12,12,0,80,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5063,0,0,0,0,0,365,0,0,0,'Pat\'s Test Kobold','',NULL,0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5201,0,0,0,0,0,1485,0,0,0,'Pat\'s Test Human','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(5596,0,0,0,0,0,6288,0,0,0,'Twain Test Prop','',NULL,0,7,8,2,38,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(6526,0,0,0,0,0,1600,0,0,0,'GOSSIP TEST DUDE','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6688,0,0,0,0,0,467,0,0,0,'Druid 40 (fastest!)','',NULL,0,40,40,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(6926,0,0,0,0,0,2687,0,0,0,'Test Satyr','',NULL,0,13,13,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6931,0,0,0,0,0,1693,0,0,0,'Respawn Test Mob','Free Bug 001',NULL,0,1,1,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7236,0,0,0,0,0,5965,0,0,0,'Test Anubisath','I am a test, don\'t bug me',NULL,0,62,62,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7314,0,0,0,0,0,1438,0,0,0,'Test BattleMaster','Battle Master',NULL,0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(7624,0,0,0,0,0,24591,0,0,0,'Slim\'s Test Death Knight','',NULL,0,80,80,0,1965,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(7938,0,0,0,0,0,4327,0,0,0,'Test Auctioneer','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8498,0,0,0,0,0,4216,0,0,0,'TEST Uber Night Elf','',NULL,0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8499,0,0,0,0,0,159,0,0,0,'TEST Uber Succubus','',NULL,0,1,1,0,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(8500,0,0,0,0,0,1693,0,0,0,'TEST Uber Abomination','',NULL,0,1,1,0,93,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(8501,0,0,0,0,0,3004,0,0,0,'TEST Uber Crypt Fiend','',NULL,0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(8502,0,0,0,0,0,2041,0,0,0,'TEST Uber Human','',NULL,0,1,1,0,67,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(8796,0,0,0,0,0,441,0,0,0,'Swimming Murloc Test','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9567,0,0,0,0,0,4617,0,0,0,'Test Stable Master','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9658,0,0,0,0,0,304,0,0,0,'Distract Test','',NULL,0,1,1,0,31,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(9659,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy','',NULL,0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(9686,0,0,0,0,0,4300,0,0,0,'[PH] TESTTAUREN','',NULL,0,1,1,0,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10044,0,0,0,0,0,3727,0,0,0,'[PH] Alex\'s Raid Testing Peon','',NULL,0,60,60,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10156,0,0,0,0,0,1045,0,0,0,'Scott\'s Test Dummy','TEST, Don\'t BUG',NULL,0,58,58,0,189,0,1,1.14286,1,1,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(10620,0,0,0,0,0,7990,0,0,0,'TEST NPC - DBUCKLER','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(10736,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 60 Mage','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(11080,0,0,0,0,0,2572,0,0,0,'[PH[ Combat Tester','',NULL,0,60,60,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11537,0,0,0,0,0,11321,0,0,0,'TEST GEAR PALADIN','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11538,0,0,0,0,0,11322,0,0,0,'TEST GEAR WARRIOR','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11539,0,0,0,0,0,11323,0,0,0,'TEST GEAR HUNTER','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11540,0,0,0,0,0,11324,0,0,0,'TEST GEAR MAGE','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11541,0,0,0,0,0,11325,0,0,0,'TEST GEAR WARLOCK','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11542,0,0,0,0,0,11326,0,0,0,'TEST GEAR DRUID','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11543,0,0,0,0,0,11328,0,0,0,'TEST GEAR SHAMAN','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11544,0,0,0,0,0,11329,0,0,0,'TEST GEAR PRIEST','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11545,0,0,0,0,0,11330,0,0,0,'TEST GEAR ROGUE','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11623,0,0,0,0,0,11659,0,0,0,'Scourge Summoning Crystal','',NULL,0,60,60,0,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(11978,0,0,0,0,0,12869,0,0,0,'[NOT USED] Neltharion','',NULL,0,60,60,0,62,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(12317,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 60 Low AC','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,63,1,0,0,'',12340),(12417,0,0,0,0,0,457,0,0,0,'[NOT USED] Death Talon Whelp','',NULL,0,60,60,0,103,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12421,0,0,0,0,0,11994,11995,11992,11993,'[NOT USED] Blackwing Assassin','',NULL,0,60,60,0,103,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12462,0,0,0,0,0,11984,11987,14298,14299,'[NOT USED] Blackwing Warlord','',NULL,0,62,62,0,103,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12466,0,0,0,0,0,8711,0,0,0,'[NOT USED] Death Talon Scalebane','',NULL,0,60,60,0,103,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12469,0,0,0,0,0,12889,0,0,0,'[NOT USED] Death Talon Earthshaker','',NULL,0,62,62,0,103,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12470,0,0,0,0,0,11994,11995,11992,11993,'[NOT USED] Death Talon Firetongue','',NULL,0,62,62,0,103,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12516,0,0,0,0,0,11326,0,0,0,'TEST Resist Gear','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12517,0,0,0,0,0,11326,0,0,0,'TEST Potions and Enchantments','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(12804,0,0,0,0,0,11121,0,0,0,'[PH] TEST Fire God','',NULL,0,63,63,0,7,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,350,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(12916,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 60 Low Magic Resistances','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(12917,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 60 High Magic Resistances','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(13056,0,0,0,0,0,7593,0,0,0,'test spirit healer (DND)','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(13838,0,0,0,0,0,4589,0,0,0,'Testing Totem','',NULL,0,10,10,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14735,0,0,0,0,0,251,0,0,0,'ggoodman\'s flag tester','',NULL,0,73,73,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(14830,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 60 Warrior','',NULL,0,60,60,0,7,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(14831,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 63 Warrior','',NULL,0,63,63,0,7,0,1,1.14286,1,3,181,253,0,268,35,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,617299803,0,'',12340),(14870,0,0,0,0,0,4588,0,0,0,'Stoneclaw Totem TEST','',NULL,0,80,80,0,1953,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10000,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14906,0,0,0,0,0,149,0,0,0,'Test Guy','',NULL,0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14913,0,0,0,0,0,1600,0,0,0,'TEST DUDE','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(15133,0,0,0,0,0,2467,0,0,0,'Killable Test Dummy 60 Warrior','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15134,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 70','',NULL,0,70,70,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.725,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15142,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 60','',NULL,0,60,60,1,7,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15143,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 63','',NULL,0,63,63,1,7,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15144,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 65','',NULL,0,65,65,1,7,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15145,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 67','',NULL,0,67,67,1,7,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15151,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 55','',NULL,0,55,55,0,7,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.1333,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15152,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 56','',NULL,0,56,56,0,7,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.1667,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15153,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 57','',NULL,0,57,57,0,7,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15154,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 58','',NULL,0,58,58,1,7,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.2333,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15155,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 59','',NULL,0,59,59,1,7,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.2667,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15156,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 61','',NULL,0,61,61,1,7,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15157,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 62','',NULL,0,62,62,1,7,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15158,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 64','',NULL,0,64,64,1,7,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15159,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 66','',NULL,0,66,66,1,7,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15160,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 68','',NULL,0,68,68,1,7,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15161,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 69','',NULL,0,69,69,1,7,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15167,0,0,0,0,0,4279,0,0,0,'[PH] Luis Test NPC','',NULL,0,45,45,0,471,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15173,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 54','',NULL,0,54,54,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15619,0,0,0,0,0,15575,15572,15573,0,'silithus test mob','',NULL,0,60,60,0,231,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15632,0,0,0,0,0,7858,0,0,0,'Test dude for 1.8','',NULL,0,1,1,0,77,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15982,0,0,0,0,0,15762,0,0,0,'[PH] Valentine Reveler, Male','',NULL,0,1,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15983,0,0,0,0,0,15764,0,0,0,'[PH] Valentine Reveler, Female','',NULL,0,1,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15985,0,0,0,0,0,6769,0,0,0,'Eric Maloof Test Guy','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15992,15996,15998,0,0,0,2467,0,0,0,'Sam\'s Test Dummy 1','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15993,15997,15999,0,0,0,2467,0,0,0,'Sam\'s Test Dummy 2','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15996,0,0,0,0,0,2467,0,0,0,'Sam\'s Test Dummy 1 (1)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15997,0,0,0,0,0,2467,0,0,0,'Sam\'s Test Dummy 2 (1)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15998,0,0,0,0,0,2467,0,0,0,'Sam\'s Test Dummy 1 (2)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(15999,0,0,0,0,0,2467,0,0,0,'Sam\'s Test Dummy 2 (2)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(16077,0,0,0,0,0,68,0,0,0,'[PH] Alex\'s Test DPS Mob','',NULL,0,63,63,0,14,0,1,1.14286,1,1,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,1,1,0,0,0,0,0,0,0,0,1,617299803,2,'',12340),(16078,0,0,0,0,0,2467,0,0,0,'Unkillable Fixed Damage Test Dummy','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(16089,0,0,0,0,0,30721,0,0,0,'Omar the Test Dragon','',NULL,0,1,1,0,14,0,1,1.14286,1,1,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),(16099,0,0,0,0,0,10976,0,0,0,'[PH] Naxxramas Test Boss','Minion of Alex',NULL,0,63,63,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(16496,0,0,0,0,0,2676,0,0,0,'Quest Gossip Tester','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16497,0,0,0,0,0,2676,0,0,0,'Scryers Faction Tester','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16498,0,0,0,0,0,2676,0,0,0,'Consortium Faction Tester','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16536,0,0,0,0,0,10613,0,0,0,'test: saved world state','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16609,0,0,0,0,0,15790,0,0,0,'Giant Claw Tentacle Test','',NULL,0,60,60,0,370,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(16861,0,0,0,0,0,10729,0,0,0,'[UNUSED] Death Lord','',NULL,0,61,61,1,21,0,1,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,6,72,0,0,0,0,0,0,0,0,0,15284,28412,28413,0,0,0,0,0,0,0,0,0,'',0,3,1,45,5,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(17042,0,0,0,0,0,1105,0,0,0,'Test Name 2','',NULL,0,50,52,0,73,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,7,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8311,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),(17313,0,0,0,0,0,1640,0,0,0,'Slim\'s Unkillable Test Dummy','',NULL,0,80,80,0,1693,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(17428,0,0,0,0,0,13069,0,0,0,'Invisible Test Aggressor','',NULL,0,1,1,0,290,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,113,1,0,2,'',12340),(17575,0,0,0,0,0,5229,0,0,0,'Eric Maloof Test Critter','',NULL,0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17685,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 60 No Armor','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17737,0,0,0,0,0,17091,0,0,0,'Outland Chimera, Green','',NULL,0,12,13,0,7,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17738,0,0,0,0,0,17092,0,0,0,'Outland Chimera, Purple','',NULL,0,13,14,0,7,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17739,0,0,0,0,0,17093,0,0,0,'Outland Chimera, White','',NULL,0,12,14,0,7,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17740,0,0,0,0,0,17094,0,0,0,'Outland Chimera, Yellow','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17741,0,0,0,0,0,17101,0,0,0,'Outland Lobstrok, Purple','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17742,0,0,0,0,0,17105,0,0,0,'Outland Lobstrok, Red','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17743,0,0,0,0,0,17106,0,0,0,'Outland Lobstrok, Blue','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17744,0,0,0,0,0,17107,0,0,0,'Outland Lobstrok, White','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17745,0,0,0,0,0,17108,0,0,0,'Outland Lobstrok, Yellow','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17746,0,0,0,0,0,17096,0,0,0,'Outland Doomguard, Black','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17747,0,0,0,0,0,17097,0,0,0,'Outland Doomguard, Blue','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17748,0,0,0,0,0,17095,0,0,0,'Outland Doomguard, Orange','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17749,0,0,0,0,0,17098,0,0,0,'Outland Doomguard, Green','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17750,0,0,0,0,0,17099,0,0,0,'Outland Doomguard, Purple','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17751,0,0,0,0,0,17100,0,0,0,'Outland Doomguard, Yellow','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17752,0,0,0,0,0,17075,0,0,0,'Outland Mtn. Giant, Zangarmarsh','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17753,0,0,0,0,0,17073,0,0,0,'Outland Mtn. Giant, Blades Edge','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17754,0,0,0,0,0,17074,0,0,0,'Outland Mtn. Giant, Netherstorm','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17756,0,0,0,0,0,16876,0,0,0,'Outland Basilisk, Green','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17757,0,0,0,0,0,16877,0,0,0,'Outland Basilisk, Red','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17758,0,0,0,0,0,16878,0,0,0,'Outland Basilisk, Violet','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17759,0,0,0,0,0,16879,0,0,0,'Outland Basilisk, Yellow','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17760,0,0,0,0,0,16881,0,0,0,'Outland Carrion Bird, Blue','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17761,0,0,0,0,0,16880,0,0,0,'Outland Carrion Bird, Orange','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17762,0,0,0,0,0,16882,0,0,0,'Outland Carrion Bird, Green','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17763,0,0,0,0,0,16883,0,0,0,'Outland Carrion Bird, White','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17764,0,0,0,0,0,16884,0,0,0,'Outland Carrion Bird, Yellow','',NULL,1288,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17774,0,0,0,0,0,16711,0,0,0,'Outland Hydra, Black','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17775,0,0,0,0,0,17237,0,0,0,'Outland Hydra, Blue','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17776,0,0,0,0,0,17238,0,0,0,'Outland Hydra, Green','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17777,0,0,0,0,0,17239,0,0,0,'Outland Hydra, Purple','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17778,0,0,0,0,0,17240,0,0,0,'Outland Hydra, Orange','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17779,0,0,0,0,0,16891,0,0,0,'Outland Imp, Gray','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17780,0,0,0,0,0,16888,0,0,0,'Outland Imp, Orange','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17781,0,0,0,0,0,16889,0,0,0,'Outland Imp, Purple','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17782,0,0,0,0,0,16890,0,0,0,'Outland Imp, Yellow','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17783,0,0,0,0,0,16893,0,0,0,'Outland Larva, Black','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17784,0,0,0,0,0,16894,0,0,0,'Outland Larva, Blue','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17785,0,0,0,0,0,16895,0,0,0,'Outland Larva, Purple','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17786,0,0,0,0,0,16896,0,0,0,'Outland Larva, Red','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17787,0,0,0,0,0,16892,0,0,0,'Outland Larva, Pink','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17788,0,0,0,0,0,16898,0,0,0,'Outland Wind Serpent, Black','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17789,0,0,0,0,0,16901,0,0,0,'Outland Wind Serpent, Blue','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17790,0,0,0,0,0,16900,0,0,0,'Outland Wind Serpent, Green','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17791,0,0,0,0,0,16897,0,0,0,'Outland Wind Serpent, Orange','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17792,0,0,0,0,0,16902,0,0,0,'Outland Wind Serpent, White','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17793,0,0,0,0,0,16899,0,0,0,'Outland Wind Serpent, Yellow','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17859,0,0,0,0,0,16490,0,0,0,'Alex Test Quest Flagging NPC','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17997,0,0,0,0,0,17408,0,0,0,'Riding Wolf (Red, Alpha)','',NULL,0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(18148,0,0,0,0,0,17542,0,0,0,'Outland Wrathguard PH Test Size/Model/NoAnim','',NULL,0,65,66,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18149,0,0,0,0,0,17543,0,0,0,'Outland Shivan','',NULL,0,65,66,1,90,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18163,0,0,0,0,0,17563,0,0,0,'Cannon Test','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(18164,0,0,0,0,0,15435,0,0,0,'Cannon Test Target','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(18216,0,0,0,0,0,11998,0,0,0,'TugofWar Buffbot, Horde','',NULL,0,70,70,1,83,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18217,0,0,0,0,0,1295,0,0,0,'TugofWar Buffbot, Alliance','',NULL,0,70,70,1,84,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18268,0,0,0,0,0,16405,0,0,0,'Test Arena Master','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18623,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 70 Warrior','',NULL,0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200000,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(18624,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 73 Warrior','',NULL,0,73,73,0,7,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,100,1,617299803,0,'',12340),(18890,0,0,0,0,0,16931,0,0,0,'Walla\'s Quest Test NPC','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(18935,0,0,0,0,0,19177,0,0,0,'[PH] Gossip NPC, Human Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18936,0,0,0,0,0,19178,0,0,0,'[PH] Gossip NPC, Human Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18941,0,0,0,0,0,3939,18337,0,0,'[PH] Gossip NPC, Human, Specific Look','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19057,0,0,0,0,0,18858,0,0,0,'[PH] Gossip NPC Human Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19058,0,0,0,0,0,18860,0,0,0,'[PH] Gossip NPC Human Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19059,0,0,0,0,0,18800,0,0,0,'[PH] Gossip NPC Human Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19060,0,0,0,0,0,18801,0,0,0,'[PH] Gossip NPC Human Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19078,0,0,0,0,0,18796,0,0,0,'[PH] Gossip NPC Dwarf Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19079,0,0,0,0,0,18797,0,0,0,'[PH] Gossip NPC Dwarf Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19080,0,0,0,0,0,18802,0,0,0,'[PH] Gossip NPC Night Elf Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19081,0,0,0,0,0,18803,0,0,0,'[PH] Gossip NPC Night Elf Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19082,0,0,0,0,0,18794,0,0,0,'[PH] Gossip NPC Draenei Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19083,0,0,0,0,0,18795,0,0,0,'[PH] Gossip NPC Draenei Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19084,0,0,0,0,0,18785,0,0,0,'[PH] Gossip NPC Blood Elf Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19085,0,0,0,0,0,18793,0,0,0,'[PH] Gossip NPC Blood Elf Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19086,0,0,0,0,0,18804,0,0,0,'[PH] Gossip NPC Orc Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19087,0,0,0,0,0,18805,0,0,0,'[PH] Gossip NPC Orc Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19088,0,0,0,0,0,18806,0,0,0,'[PH] Gossip NPC Tauren Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19089,0,0,0,0,0,18807,0,0,0,'[PH] Gossip NPC Tauren Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19090,0,0,0,0,0,18811,0,0,0,'[PH] Gossip NPC Undead Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19091,0,0,0,0,0,18810,0,0,0,'[PH] Gossip NPC Undead Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19092,0,0,0,0,0,18844,0,0,0,'[PH] Gossip NPC Dwarf Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19093,0,0,0,0,0,18867,0,0,0,'[PH] Gossip NPC Night Elf Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19094,0,0,0,0,0,18842,0,0,0,'[PH] Gossip NPC Draenei Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19095,0,0,0,0,0,18840,0,0,0,'[PH] Gossip NPC Blood Elf Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19096,0,0,0,0,0,18869,0,0,0,'[PH] Gossip NPC Orc Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19097,0,0,0,0,0,18871,0,0,0,'[PH] Gossip NPC Tauren Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19098,0,0,0,0,0,18875,0,0,0,'[PH] Gossip NPC Undead Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19099,0,0,0,0,0,18841,0,0,0,'[PH] Gossip NPC Blood Elf Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19100,0,0,0,0,0,18843,0,0,0,'[PH] Gossip NPC Draenei Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19101,0,0,0,0,0,18845,0,0,0,'[PH] Gossip NPC Dwarf Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19102,0,0,0,0,0,18868,0,0,0,'[PH] Gossip NPC Night Elf Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19103,0,0,0,0,0,18870,0,0,0,'[PH] Gossip NPC Orc Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19104,0,0,0,0,0,18872,0,0,0,'[PH] Gossip NPC Tauren Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19105,0,0,0,0,0,18876,0,0,0,'[PH] Gossip NPC Undead Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19106,0,0,0,0,0,19169,0,0,0,'[PH] Gossip NPC, Blood Elf Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19107,0,0,0,0,0,19171,0,0,0,'[PH] Gossip NPC, Draenei Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19108,0,0,0,0,0,19173,0,0,0,'[PH] Gossip NPC, Dwarf Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19109,0,0,0,0,0,19181,0,0,0,'[PH] Gossip NPC, Orc Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19110,0,0,0,0,0,19187,0,0,0,'[PH] Gossip NPC, Undead Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19111,0,0,0,0,0,19183,0,0,0,'[PH] Gossip NPC, Tauren Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19112,0,0,0,0,0,19179,0,0,0,'[PH] Gossip NPC, Night Elf Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19113,0,0,0,0,0,19170,0,0,0,'[PH] Gossip NPC, Blood Elf Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19114,0,0,0,0,0,19172,0,0,0,'[PH] Gossip NPC, Draenei Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19115,0,0,0,0,0,19174,0,0,0,'[PH] Gossip NPC, Dwarf Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19116,0,0,0,0,0,19180,0,0,0,'[PH] Gossip NPC, Night Elf Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19117,0,0,0,0,0,19182,0,0,0,'[PH] Gossip NPC, Orc Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19118,0,0,0,0,0,19184,0,0,0,'[PH] Gossip NPC, Tauren Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19119,0,0,0,0,0,19188,0,0,0,'[PH] Gossip NPC, Undead Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19121,0,0,0,0,0,19175,0,0,0,'[PH] Gossip NPC, Gnome Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19122,0,0,0,0,0,19176,0,0,0,'[PH] Gossip NPC, Gnome Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19123,0,0,0,0,0,19185,0,0,0,'[PH] Gossip NPC, Troll Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19124,0,0,0,0,0,19186,0,0,0,'[PH] Gossip NPC, Troll Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19125,0,0,0,0,0,18798,0,0,0,'[PH] Gossip NPC Gnome Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19126,0,0,0,0,0,18799,0,0,0,'[PH] Gossip NPC Gnome Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19127,0,0,0,0,0,18808,0,0,0,'[PH] Gossip NPC Troll Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19128,0,0,0,0,0,18809,0,0,0,'[PH] Gossip NPC Troll Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19129,0,0,0,0,0,18846,0,0,0,'[PH] Gossip NPC Gnome Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19130,0,0,0,0,0,18873,0,0,0,'[PH] Gossip NPC Troll Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19131,0,0,0,0,0,18847,0,0,0,'[PH] Gossip NPC Gnome Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19132,0,0,0,0,0,18874,0,0,0,'[PH] Gossip NPC Troll Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19233,0,0,0,0,0,16634,0,0,0,'Flying Voidwalker','',NULL,0,60,61,1,954,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,3,0,0,0,0,0,0,0,0,0,0,33914,33916,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19237,0,0,0,0,0,16874,17612,0,0,'Test - Voidwalker Spawn Portal','',NULL,0,1,1,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(19323,0,0,0,0,0,2467,0,0,0,'Dan Reed Uber-resist Test Dummy','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(19430,0,0,0,0,0,4588,0,0,0,'Test Elemental Totem','',NULL,0,60,60,0,250,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19431,0,0,0,0,0,14511,0,0,0,'Test Elemental','',NULL,0,70,70,0,106,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19691,0,0,0,0,0,18746,0,0,0,'Test Ravager','',NULL,0,63,63,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20094,0,0,0,0,0,16881,0,0,0,'Arakkoa Test Summon Bird','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20219,0,0,0,0,0,19481,0,0,0,'Mask of Deception (Test)','',NULL,0,50,60,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20275,0,0,0,0,0,2467,0,0,0,'Wyatt\'s Unkillable Test Dummy 60 Warrior','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(20282,0,0,0,0,0,15958,0,0,0,'Pat\'s Vendor Test Guy','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(20412,0,0,0,0,0,19607,0,0,0,'Test Gem Tiger','',NULL,0,2,2,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(21521,0,0,0,0,0,14273,0,0,0,'Arcane Servant (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,1,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,22271,35255,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20935,0,0,0,0,0,1122,0,0,0,'TestOgreBeige01','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20936,0,0,0,0,0,19746,0,0,0,'TestOgreBeige02','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20937,0,0,0,0,0,19921,0,0,0,'TestOgreBeige03','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20938,0,0,0,0,0,19922,0,0,0,'TestOgreBeige04','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20939,0,0,0,0,0,19748,0,0,0,'TestOgreBeige05','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20940,0,0,0,0,0,19923,0,0,0,'TestOgreBeige06','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20941,0,0,0,0,0,19924,0,0,0,'TestOgreBlack01','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20942,0,0,0,0,0,19925,0,0,0,'TestOgreBlack02','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20943,0,0,0,0,0,19926,0,0,0,'TestOgreBlack03','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20944,0,0,0,0,0,19927,0,0,0,'TestOgreBlack04','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20945,0,0,0,0,0,19749,0,0,0,'TestOgreBlack05','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(20946,0,0,0,0,0,19928,0,0,0,'TestOgreBlack06','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20947,0,0,0,0,0,10706,0,0,0,'TestOgreBlue01','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20948,0,0,0,0,0,19929,0,0,0,'TestOgreBlue02','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20949,0,0,0,0,0,11549,0,0,0,'TestOgreBlue03','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20950,0,0,0,0,0,19930,0,0,0,'TestOgreBlue04','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20951,0,0,0,0,0,19750,0,0,0,'TestOgreBlue05','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20952,0,0,0,0,0,19931,0,0,0,'TestOgreBlue06','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20953,0,0,0,0,0,1045,0,0,0,'TestOgreGray01','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20954,0,0,0,0,0,19932,0,0,0,'TestOgreGray02','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20955,0,0,0,0,0,19933,0,0,0,'TestOgreGray03','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20956,0,0,0,0,0,19934,0,0,0,'TestOgreGray04','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20957,0,0,0,0,0,19751,0,0,0,'TestOgreGray05','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20958,0,0,0,0,0,19935,0,0,0,'TestOgreGray06','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20959,0,0,0,0,0,19936,0,0,0,'TestOgreRed01','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20960,0,0,0,0,0,19937,0,0,0,'TestOgreRed02','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20961,0,0,0,0,0,19938,0,0,0,'TestOgreRed03','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20962,0,0,0,0,0,19939,0,0,0,'TestOgreRed04','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20963,0,0,0,0,0,19752,0,0,0,'TestOgreRed05','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20964,0,0,0,0,0,19931,0,0,0,'TestOgreRed06','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20965,0,0,0,0,0,415,0,0,0,'TestOgreYellow01','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20966,0,0,0,0,0,19747,0,0,0,'TestOgreYellow02','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20967,0,0,0,0,0,11549,0,0,0,'TestOgreYellow03','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20968,0,0,0,0,0,19953,0,0,0,'TestOgreYellow04','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20969,0,0,0,0,0,19753,0,0,0,'TestOgreYellow05','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20970,0,0,0,0,0,19941,0,0,0,'TestOgreYellow06','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20971,0,0,0,0,0,17273,0,0,0,'TestOgrePurple01','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20972,0,0,0,0,0,17750,0,0,0,'TestOgrePurple02','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20973,0,0,0,0,0,18607,0,0,0,'TestOgrePurple03','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20974,0,0,0,0,0,19939,0,0,0,'TestOgrePurple04','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20975,0,0,0,0,0,11549,0,0,0,'TestOgrePurple05','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20976,0,0,0,0,0,19941,0,0,0,'TestOgrePurple06','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21003,0,0,0,0,0,9790,0,0,0,'QA Test Dummy 73 Raid Debuff (High Armor)','',NULL,0,73,73,1,7,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,100,1,617299803,1,'',12340),(21333,0,0,0,0,0,16633,0,0,0,'[PH]Test Skunk','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(21507,0,0,0,0,0,19448,19449,19450,19451,'Karabor Bloodwarder','',NULL,0,67,68,1,1701,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20598,0,0,0,0,0,15294,0,0,0,'Wild Shadow Fissure (1)','',NULL,0,1,1,0,14,0,1.125,1.14286,1,0,2,2,0,24,1,1400,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(20597,0,0,0,0,0,19799,0,0,0,'Warchief Kargath Bladefist (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,5.9,1464,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,20597,16808,0,0,0,0,0,0,0,25821,0,0,0,0,0,0,0,0,0,13838,18082,'',1,3,1,28,1,1,0,33815,23723,0,0,0,0,125,1,617562111,1,'',12340),(20596,0,0,0,0,0,18031,0,0,0,'Warbringer O\'mrogg (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,5.9,1464,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,64,20596,16809,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12988,16972,'',1,3,1,28.0125,1,1,0,30829,0,0,0,0,0,167,1,617562111,257,'',12340),(20595,0,0,0,0,0,17726,0,0,0,'Shattered Hand Zealot (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,32,16507,17462,0,0,0,0,0,0,0,30989,0,0,0,0,0,0,0,0,0,404,538,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(20589,0,0,0,0,0,19275,0,0,0,'Shattered Hand Legionnaire (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,17083,0,0,0,0,0,0,0,15615,30472,30485,0,0,0,0,0,0,0,2528,3310,'',1,3,1,7.5,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20581,0,0,0,0,0,17725,0,0,0,'Shattered Hand Blood Guard (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,32,16507,17461,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2616,3426,'',1,3,1,5.265,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20580,0,0,0,0,0,17190,0,0,0,'Shattered Hand Assassin (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,16507,17695,0,0,0,0,0,0,0,30980,30992,0,0,0,0,0,0,0,0,2018,2644,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20579,0,0,0,0,0,16578,0,0,0,'Shattered Hand Archer (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1420,1667,1,0,2048,0,0,0,0,0,0,215,320,44,7,32,16507,17427,0,0,0,0,0,0,0,30990,22907,0,0,0,0,0,0,0,0,1928,2528,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20578,0,0,0,0,0,16578,0,0,0,'Sharpshooter Guard (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,0,0,0,0,0,0,0,0,35942,22907,37551,0,0,0,0,0,0,0,0,0,'',1,3,1,1.6875,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(20577,0,0,0,0,0,17189,0,0,0,'Shadowmoon Darkcaster (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,248,363,0,135,5.9,1420,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,16507,17694,0,0,0,0,0,0,0,12542,33508,15232,0,0,0,0,0,0,0,1422,1866,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20576,0,0,0,0,0,16581,0,0,0,'Shadowmoon Acolyte (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,248,363,0,135,5.9,1420,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,16507,16594,0,0,0,0,0,0,0,31516,35943,36052,30479,0,0,0,0,0,0,1422,1866,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20575,0,0,0,0,0,16580,0,0,0,'Reaver Guard (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,15496,30485,30471,0,0,0,0,0,0,0,0,0,'',1,3,1,1.6875,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20574,0,0,0,0,0,14334,0,0,0,'Rabid Warhound (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,1,252,357,0,304,5.9,1391,2000,1,0,2048,0,1,0,0,0,0,215,320,44,1,1,16507,0,70062,0,0,0,0,0,0,30636,30639,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.75,1,1,0,0,0,0,0,0,0,0,1,512,0,'',12340),(20573,0,0,0,0,0,11686,0,0,0,'O\'mrogg\'s Right Head (1)','',NULL,0,1,1,0,14,0,1.48,1.14286,1,1,2,2,0,24,13,1400,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.0135,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(20572,0,0,0,0,0,11686,0,0,0,'O\'mrogg\'s Left Head (1)','',NULL,0,1,1,0,14,0,1.48,1.14286,1,1,2,2,0,24,13,1400,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.0135,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(20571,0,0,0,0,0,15882,0,0,0,'Lesser Void Zone (1)','',NULL,0,70,70,1,370,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,270,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(20569,0,0,0,0,0,17013,0,0,0,'Heathen Guard (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,30474,30485,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.6875,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20568,0,0,0,0,0,16628,0,0,0,'Grand Warlock Nethekurse (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,304,436,0,296,5.9,1449,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,32,20568,16807,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,12986,16968,'',1,3,1,25.3125,18.75,1,0,25462,23735,0,0,0,0,150,1,617562111,1,'',12340),(20567,0,0,0,0,0,16839,0,0,0,'Fel Orc Convert (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,0,0,0,0,0,0,0,0,30478,0,0,0,0,0,0,0,0,0,706,932,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20566,0,0,0,0,0,10029,0,0,0,'Creeping Oozeling (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.675,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20565,0,0,0,0,0,358,0,0,0,'Creeping Ooze (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,13,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,17356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20546,0,0,0,0,0,18252,18262,18264,18263,'Tarren Mill Lookout (1)','',NULL,0,72,72,1,1748,0,1.48,1.14286,1,1,304,436,0,296,5.9,1400,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,0,18094,18094,0,0,0,0,0,0,0,16100,35511,17174,31977,0,0,0,0,0,0,1496,1964,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20545,0,0,0,0,0,18247,18248,18249,18250,'Tarren Mill Guardsman (1)','',NULL,0,71,72,1,1748,0,1.48,1.14286,1,1,307,438,0,314,5.9,1400,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,0,18092,18092,0,0,0,0,0,0,0,16856,15749,33133,0,0,0,0,0,0,0,1836,2408,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20544,0,0,0,0,0,18223,0,0,0,'Skarloc\'s Mount (1)','',NULL,0,1,1,0,634,0,1.125,1.14286,1,0,2,2,0,24,1,1400,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20543,0,0,0,0,0,11898,5375,4889,1823,'Pit Spectator (1)','',NULL,0,68,69,1,1749,0,1.48,1.14286,1,1,245,346,0,298,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,17846,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1660,2178,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20542,0,0,0,0,0,11898,5375,4889,1823,'Pit Announcer (1)','',NULL,0,69,69,1,1749,0,1.48,1.14286,1,1,245,346,0,298,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20541,0,0,0,0,0,18023,18091,18092,18093,'Orc Prisoner (1)','',NULL,0,65,65,1,1816,0,1.125,1.14286,1,0,200,281,0,278,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20538,0,0,0,0,0,17959,17960,17961,17962,'Lordaeron Watchman (1)','',NULL,0,68,69,1,1749,0,1.48,1.14286,1,1,245,346,0,298,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,17814,0,0,0,0,0,0,0,0,12169,11976,0,0,0,0,0,0,0,0,1660,2178,'',1,1,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20537,0,0,0,0,0,17947,17948,17949,17950,'Lordaeron Sentry (1)','',NULL,0,68,69,1,1749,0,1.48,1.14286,1,1,245,346,0,298,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,17815,17815,0,0,0,0,0,0,0,16100,0,0,0,0,0,0,0,0,0,1660,2178,'',1,1,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20536,0,0,0,0,0,19306,19307,19308,19309,'Lodaeron Sentry Specimen (1)','',NULL,0,70,70,0,1749,0,1.05,1.14286,1,1,2,2,0,24,13,2000,2000,1,33588032,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20535,0,0,0,0,0,17386,0,0,0,'Lieutenant Drake (1)','',NULL,0,72,72,1,1748,0,1.48,1.14286,1,1,307,438,0,314,13,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,20535,17848,0,0,0,0,0,0,0,33789,9080,31911,31910,0,0,0,0,0,0,6856,8962,'',1,3,1,16.2,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),(20534,0,0,0,0,0,19058,0,0,0,'Infinite Slayer (1)','',NULL,0,72,72,1,1748,0,1.48,1.14286,1,1,307,438,0,314,13,1400,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,2,0,18170,0,70063,0,0,0,0,0,0,16856,0,0,0,0,0,0,0,0,0,1836,2408,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(20533,0,0,0,0,0,19059,0,0,0,'Infinite Saboteur (1)','',NULL,0,72,72,1,1748,0,1.48,1.14286,1,1,304,436,0,296,13,1400,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,2,0,18172,0,70063,0,0,0,0,0,0,15496,31976,17234,0,0,0,0,0,0,0,1496,1964,'',1,3,1,3.915,3,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(20532,0,0,0,0,0,19061,0,0,0,'Infinite Defiler (1)','',NULL,0,71,72,1,1748,0,1.48,1.14286,1,1,304,436,0,296,13,1400,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,2,0,18171,0,70063,0,0,0,0,0,0,38387,21068,31977,38386,0,0,0,0,0,0,1496,1964,'',1,3,1,3.915,3,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(20531,0,0,0,0,0,19135,0,0,0,'Epoch Hunter (1)','',NULL,0,72,72,1,1748,0,1.48,1.14286,1,1,307,438,0,314,13,1500,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,72,20531,0,70063,0,0,0,0,0,0,31916,33834,31914,31475,0,0,0,0,0,0,8556,11182,'',1,4,1,20.25,1,1,0,33847,0,0,0,0,0,0,1,650854271,2097153,'',12340),(20530,0,0,0,0,0,18008,18009,18010,18011,'Durnholde Warden (1)','',NULL,0,71,71,1,1748,0,1.48,1.14286,1,1,296,424,0,290,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,17833,17833,0,0,0,0,0,0,0,17201,22883,22884,0,0,0,0,0,0,0,1412,1854,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20529,0,0,0,0,0,18004,18005,18006,18007,'Durnholde Veteran (1)','',NULL,0,70,71,1,1748,0,1,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,17860,17860,0,0,0,0,0,0,0,15582,15581,0,0,0,0,0,0,0,0,1752,2298,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20528,0,0,0,0,0,780,0,0,0,'Durnholde Tracking Hound (1)','',NULL,0,68,69,1,1748,0,1.48,1.14286,1,1,245,346,0,298,5.9,1200,2000,1,0,2048,0,0,0,0,0,0,206,302,43,1,0,17840,0,70065,0,0,0,0,0,0,8269,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.43,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20525,0,0,0,0,0,18336,18337,18338,18339,'Durnholde Mage (1)','',NULL,0,67,67,1,1748,0,1.48,1.14286,1,1,204,287,0,272,13,1400,2000,2,0,2048,0,0,0,0,0,0,170,253,31,7,0,18934,17814,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1412,1854,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(21764,0,0,0,0,0,1122,0,0,0,'Travis\' Loot Tester (63)','',NULL,0,63,63,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(21765,0,0,0,0,0,1122,0,0,0,'Travis\' Loot Tester (68)','',NULL,0,68,68,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(21838,0,0,0,0,0,21168,0,0,0,'Terokk','',NULL,0,72,72,1,1862,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,0,21838,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,4633,'SmartAI',0,3,1,30,10,1,0,0,0,0,0,0,0,0,1,617496575,0,'',12340),(20188,0,0,0,0,0,17754,0,0,0,'Underbog Lurker (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1332,2000,1,64,2048,0,0,0,0,0,0,215,320,44,4,256,17725,0,80001,0,0,0,0,0,0,34161,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.915,2,1,0,0,0,0,0,0,0,0,1,8391696,0,'',12340),(21868,0,0,0,0,0,15774,0,0,0,'Crust Burster Test','',NULL,0,66,67,1,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22048,0,0,0,0,0,11097,0,0,0,'[ph] cave ant [not used]','',NULL,0,63,64,1,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22145,0,0,0,21978,0,20832,0,0,0,'Barrier Hills Felboar [PH] not used','',NULL,0,70,71,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22185,0,0,0,0,0,20847,0,0,0,'Bash\'ir Stinger (Black) [PH] not used','',NULL,0,70,71,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22284,0,0,0,0,0,19581,0,0,0,'[PH] Wrath Clefthoof [not used]','',NULL,0,66,67,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22296,0,0,0,0,0,17519,11686,0,0,'<NOT USED>Mystery Mask Summon Bunny','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(22409,0,0,0,0,0,2930,0,0,0,'ZZZ - Dan Reed Test','',NULL,0,70,70,1,16,0,1,1.14286,1,1,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,140,1,1,0,0,0,0,0,0,0,167,1,617299803,0,'',12340),(22522,0,0,0,0,0,21080,0,0,0,'Unkillable Test Dummy 73 Warrior RAID SPECIAL','',NULL,0,1,1,0,7,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1,1,0,0,0,0,0,0,0,100,1,617299803,0,'',12340),(22802,0,0,0,0,0,21083,21084,0,0,'Exodar Firebreather','',NULL,0,23,24,0,774,0,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22804,0,0,0,0,0,21085,21086,0,0,'Silvermoon Fireeater','',NULL,0,10,33,0,775,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,0,2048,0,0,0,0,0,0,32,47,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22806,0,0,0,0,0,21083,21084,21085,21086,'Shattrath Firebreather','',NULL,0,1,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22810,0,0,0,0,0,21088,21089,21090,21091,'Rescued Cenarion Expedition Druid','',NULL,0,71,71,1,1660,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22811,0,0,0,0,0,21092,21093,0,0,'Rescued Lower City Brute','',NULL,0,71,71,1,1818,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22812,0,0,0,0,0,21094,21095,0,0,'Rescued Sha\'tar Vindicator','',NULL,0,71,71,1,1741,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22813,0,0,0,0,0,21096,21097,0,0,'Rescued Consortium Dealer','',NULL,0,71,71,1,1731,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22814,0,0,0,0,0,21098,21099,0,0,'Rescued Sporeggar Scout','',NULL,0,71,71,1,1707,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22815,0,0,0,0,0,19278,19282,0,0,'Rescued Keepers of Time Custodian','',NULL,0,71,71,1,1779,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22816,0,0,0,0,0,5556,0,0,0,'Black Cat','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),(22817,0,0,0,0,0,19315,0,0,0,'Blood Elf Orphan','',NULL,0,1,1,1,1818,3,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,12,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22823,0,0,0,0,0,17695,0,0,0,'Hch\'uu','',NULL,8562,1,1,1,35,2,1,0.99206,1,0,2,2,0,24,1,2000,2000,2,33536,2048,0,0,0,0,0,0,1,2,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22825,0,0,0,0,0,21104,0,0,0,'Matron Li-sahar','',NULL,0,72,72,1,14,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,22825,0,0,0,0,0,0,0,0,29651,33501,33493,0,0,0,0,0,0,0,0,0,'',0,3,1,12,11,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22826,0,0,0,0,0,18649,0,0,0,'King Dorfbruiser','',NULL,0,72,72,1,14,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,22826,0,0,0,0,0,0,0,0,43673,33238,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22827,0,0,0,0,0,20590,0,0,0,'Gorgolon the All-seeing','',NULL,0,72,72,1,14,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,22827,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,6,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22828,0,0,0,0,0,17287,0,0,0,'Trelopades','Legion Commander',NULL,0,72,72,1,14,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,22828,0,0,0,0,0,0,0,0,11876,11990,22859,0,0,0,0,0,0,0,0,0,'',0,3,1,12,9,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22829,0,0,0,0,0,17035,11686,0,0,'Outland Children\'s Week Sporeggar Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cw_area_trigger',12340),(22830,0,0,0,0,0,21105,0,0,0,'Broken Male Illusion (Retains Armor)','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22835,0,0,0,0,0,21108,21109,0,0,'Cenarion Dreamwarden','',NULL,0,70,70,1,1254,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22839,0,0,0,0,0,17035,11686,0,0,'Outland Children\'s Week Throne of the Elements Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cw_area_trigger',12340),(22840,0,0,0,0,0,20422,20334,20478,0,'Ashtongue Illusion','',NULL,0,70,70,1,1820,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22850,0,0,0,0,0,16480,17612,0,0,'Al\'ar Kill Credit','',NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(22856,0,0,0,0,0,21146,0,0,0,'Reliquary of the Lost','',NULL,0,73,73,1,1813,0,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,33554752,2048,0,0,0,0,0,0,276,411,44,10,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,700,100,1,0,0,0,0,0,0,0,167,1,650854271,1,'boss_reliquary_of_souls',12340),(22858,0,0,0,0,0,12334,0,0,0,'Shadowhoof Assassin','Servant of Illidan',NULL,0,69,69,1,1843,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,14873,37577,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22860,0,0,0,0,0,20387,0,0,0,'Illidari Succubus','Servant of Illidan',NULL,0,70,70,1,1843,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22865,0,0,0,0,0,21137,0,0,0,'Illidan\'s Presence','',NULL,0,73,73,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.4,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22866,0,0,0,0,0,17035,11686,0,0,'Outland Children\'s Week Silvermoon 01 Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cw_area_trigger',12340),(22867,0,0,0,0,0,17035,11686,0,0,'Outland Children\'s Week Silvermoon 02 Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22868,0,0,0,0,0,5561,16946,0,0,'Generic Portal - Invisible Stalker','',NULL,0,1,1,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22870,0,0,0,0,0,21123,0,0,0,'Olum\'s Spirit','',NULL,0,70,70,0,1820,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.3,1,1,0,0,0,0,0,0,0,61,1,0,0,'',12340),(22879,0,0,0,0,0,21369,21370,0,0,'Shadowmoon Reaver','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,72,22879,0,0,0,0,0,0,0,0,41034,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,1,1,0,0,0,0,0,0,0,0,1,257,0,'',12340),(22886,0,0,0,0,0,18568,17540,18790,20449,'Black Temple Captive','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33587456,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.4,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22889,0,0,0,0,0,21124,21125,21126,0,'Manifest Nightmare','',NULL,0,70,70,1,14,0,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22894,0,0,0,0,0,4590,0,0,0,'Cyclone Totem','',NULL,0,71,71,0,1813,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,11,0,0,0,0,0,0,0,0,0,0,39594,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22895,0,0,0,0,0,4589,0,0,0,'Summoned Searing Totem','',NULL,0,10,10,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22896,0,0,0,0,0,4589,0,0,0,'Ashtongue Searing Totem','',NULL,0,71,71,0,1813,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,11,0,0,0,0,0,0,0,0,0,0,39593,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22897,0,0,0,0,0,4590,0,0,0,'Summoned Windfury Totem','',NULL,0,70,71,0,58,0,1,1,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,11,0,0,0,0,0,0,0,0,0,0,32911,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22901,0,0,0,0,0,21129,0,0,0,'Clintar\'s Spirit','',NULL,0,70,70,1,250,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22902,0,0,0,0,0,19034,19033,0,0,'Phantasmal Lash','',NULL,0,70,70,1,14,0,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22903,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 72 Warrior','',NULL,0,72,72,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(22904,0,0,0,0,0,19579,0,0,0,'Eye of Illidan','',NULL,0,69,70,1,1843,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22906,0,0,0,0,0,21130,0,0,0,'Air Elemental Force','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,4,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22907,0,0,0,0,0,4607,0,0,0,'Fire Elemental Force','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,4,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22908,0,0,0,0,0,549,0,0,0,'Earth Elemental Force','',NULL,0,1,1,1,35,0,1.55556,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,4,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22909,0,0,0,0,0,21131,0,0,0,'Water Elemental Force','',NULL,0,1,1,1,35,0,1,1.28968,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,4,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22913,0,0,0,0,0,19091,0,0,0,'Dornaa','',NULL,0,1,1,0,1818,0,1,1,1,0,2,2,0,24,1,2000,2000,2,33536,2048,0,0,0,0,0,0,1,1,0,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22914,0,0,0,0,0,19315,0,0,0,'Salandria','',NULL,0,1,1,0,1818,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,8,33536,2048,0,0,0,0,0,0,1,1,0,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22915,0,0,0,0,0,21133,0,0,0,'Aspect of the Raven','',NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,169,1,0,2,'',12340),(22916,0,0,0,0,0,16622,17188,0,0,'Clintar Dreamwalker\'s Spirit','',NULL,0,70,70,1,250,0,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33591296,2048,0,0,0,0,0,0,198,295,33,10,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_clintar_spirit',12340),(22919,0,0,0,0,0,19661,0,0,0,'Image of Commander Ameer','The Protectorate',NULL,8614,70,70,1,1797,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22920,0,0,0,0,0,20863,0,0,0,'Thuk the Defiant','',NULL,0,72,72,1,14,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,10,0,22920,0,0,0,0,0,0,0,0,38777,38770,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22921,0,0,0,0,0,19745,15880,0,0,'Ethereum Prisoner (Stasis Chamber Alpha)','',NULL,0,70,70,1,1797,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22925,0,0,0,0,0,11686,5187,0,0,'Rain of Fire Bunny (Alliance)','',NULL,0,70,70,0,1690,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22926,0,0,0,0,0,11686,0,0,0,'Poison Cloud Bunny (Horde)','',NULL,0,70,70,0,1691,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22927,0,0,0,0,0,19745,15880,0,0,'Ethereum Prisoner (Dungeon Energy Ball)','',NULL,0,70,70,1,1797,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(22928,0,0,0,0,0,19635,0,0,0,'Ambassador Pax\'ivi','',NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22929,0,0,0,0,0,21138,0,0,0,'Greater Shadowfiend','',NULL,0,72,72,1,90,0,1,1.14286,1,0,304,436,5,296,10,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.35,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(22930,0,0,0,0,0,14173,0,0,0,'Yor','Void Hound of Shaffar',NULL,0,70,70,1,35,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,22930,0,0,0,0,0,0,0,0,36405,38361,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,6,1,0,0,0,0,0,0,0,0,1,0,3,'',12340),(22933,0,0,0,0,0,21141,0,0,0,'Ancient Raven-Priest','',NULL,0,70,70,1,190,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(22937,0,0,0,0,0,21144,0,0,0,'Noorab','Hippogryph Master',NULL,0,1,1,0,1732,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19900,0,0,0,0,0,16997,0,0,0,'Tainted Stoneskin Totem (1)','',NULL,0,70,70,0,74,0,1.125,1.14286,1,0,252,357,0,304,1,1347,2000,1,0,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,31986,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22942,0,0,0,0,0,14832,0,0,0,'Fel Orc Mutant 1','Servant of Illidan',NULL,0,72,72,1,1813,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,28,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22946,0,0,0,0,0,14334,0,0,0,'Shadowmoon War Hound','',NULL,0,71,71,1,1813,0,1,1.14286,1,0,299,426,0,308,10,1500,2000,1,32768,2048,0,1,0,0,0,0,262,389,48,1,72,22946,0,70065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22956,0,0,0,0,0,21456,0,0,0,'Sister of Pain','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,304,436,0,296,20,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,3,72,22956,0,0,0,0,0,0,0,0,41353,41355,41371,41362,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,35,10,1,0,0,0,0,0,0,0,150,1,545468415,0,'',12340),(22957,0,0,0,0,0,21503,0,0,0,'Priestess of Dementia','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,304,436,0,296,20,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,3,72,22957,0,0,0,0,0,0,0,0,41397,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,63,1,1,0,0,0,0,0,0,0,151,1,1281,0,'',12340),(22959,0,0,0,0,0,21530,21531,21532,0,'Spellbound Attendant','',NULL,0,70,70,1,1813,0,1,1.14286,1,1,234,331,0,286,20,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,72,22959,0,0,0,0,0,0,0,0,41395,41396,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(22962,0,0,0,0,0,21502,0,0,0,'Priestess of Delight','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,20,1800,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,3,72,22962,0,0,0,0,0,0,0,0,41351,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,63,10,1,0,0,0,0,0,0,0,151,1,1281,0,'',12340),(22964,0,0,0,0,0,19199,0,0,0,'Sister of Pleasure','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,304,436,0,296,20,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,3,72,22964,22964,0,0,0,0,0,0,0,41378,41380,41381,41362,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,35,10,1,0,0,0,0,0,0,0,150,1,545468415,0,'',12340),(22965,0,0,0,0,0,21196,21197,21528,21529,'Enslaved Servant','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,22965,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,0,1,66625,0,'',12340),(22968,0,0,0,0,0,19872,0,0,0,'Light-Armored Elekk','',NULL,0,68,68,0,1854,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(22969,0,0,0,0,0,19483,0,0,0,'Scryer Hawkstrider','',NULL,0,70,70,1,1855,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(22970,0,0,0,0,0,4589,0,0,0,'zzOLDTotem of Wrath II','',NULL,0,60,60,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22971,0,0,0,0,0,4589,0,0,0,'zzOLDTotem of Wrath III','',NULL,0,70,70,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22973,0,0,0,0,0,21153,0,0,0,'Black Temple Shattered Hand Fel Orc','Servant of Illidan',NULL,0,72,72,1,1813,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,28,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22983,0,0,0,0,0,21169,0,0,0,'Skyguard Airman','',NULL,0,70,70,1,1856,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22984,0,0,0,0,0,18783,16925,0,0,'Black Temple Trigger','',NULL,0,70,70,0,114,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(22988,0,0,0,0,0,6686,0,0,0,'Illidari Shadowlord','',NULL,0,71,71,1,1843,0,1,1.14286,1,1,296,424,0,290,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,5,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(22989,0,0,0,0,0,20628,0,0,0,'Maiev Shadowsong','',NULL,0,72,72,1,1867,0,1,1.14286,1,1,304,436,0,296,20,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,4128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,55,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22990,0,0,0,0,0,20681,0,0,0,'Akama','',NULL,0,70,70,1,1858,0,1.1,1.14286,1,1,234,331,0,286,20,1800,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,4136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22996,0,0,0,0,0,21431,0,0,0,'Blade of Azzinoth','',NULL,0,70,70,1,14,0,1,1.14286,1,3,252,357,0,304,35,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,617299803,2,'',12340),(22998,0,0,0,0,0,18785,0,0,0,'Blood Elf Female Winter Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22999,0,0,0,0,0,18793,0,0,0,'Blood Elf Male Winter Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23000,0,0,0,0,0,18795,0,0,0,'Draenei Male Winter Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23001,0,0,0,0,0,18794,0,0,0,'Draenei Female Winter Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23003,0,0,0,0,0,5166,0,0,0,'Joe Rumsey','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23004,0,0,0,0,0,21152,21155,21158,21156,'Skyguard Nether Ray (Flying Mount)','',NULL,0,69,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,246,1,0,2,'',12340),(23005,0,0,0,0,0,18799,0,0,0,'Gnome Male Winter Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23006,0,0,0,0,0,18798,0,0,0,'Gnome Female Winter Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23008,0,0,0,0,0,20895,0,0,0,'Ethereum Jailor','',NULL,0,71,71,1,1796,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,23008,20474,0,0,0,0,0,0,0,35924,36513,0,0,0,0,0,0,0,0,1262,1384,'',0,3,1,1.85,1,1,0,31956,0,0,0,0,0,0,1,0,0,'',12340),(23009,0,0,0,0,0,21187,0,0,0,'Bessbi Jinglepocket','Smokywood Pastures',NULL,0,30,30,0,35,131,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23010,0,0,0,0,0,21188,0,0,0,'Wolgren Jinglepocket','Smokywood Pastures',NULL,0,30,30,0,35,131,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23011,0,0,0,0,0,21189,0,0,0,'Morshelz Copperpinch','Smokywood Pastures',NULL,0,30,30,0,35,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23012,0,0,0,0,0,21190,0,0,0,'Hotoppik Copperpinch','Smokywood Pastures',NULL,0,30,30,0,35,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23015,0,0,0,0,0,17545,0,0,0,'Skyborne Dragonhawk','',NULL,0,70,70,1,1855,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23018,0,0,0,0,0,21378,21379,0,0,'Shadowmoon Houndmaster','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,72,23018,0,0,0,0,0,0,0,0,41084,41085,32908,41094,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,24.5,20,1,0,0,0,0,0,0,0,0,1,257,0,'',12340),(23020,0,0,0,21978,0,21193,0,0,0,'Shadow Serpent','',NULL,0,69,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,1,8,23020,0,70168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,32502,0,0,0,0,0,0,1,0,0,'',12340),(23021,0,0,0,0,0,21169,0,0,0,'(PH) Skyguard Fletcher','',NULL,0,70,70,1,1856,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23023,0,0,0,0,0,21205,21206,21207,21208,'Scryer Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23024,0,0,0,0,0,21204,21217,21219,21218,'Aldor Reveler','',NULL,0,1,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23025,0,0,0,0,0,21209,0,0,0,'Rizzle\'s Depth Charge','',NULL,0,70,70,1,14,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_depth_charge',12340),(23026,0,0,0,0,0,21210,0,0,0,'Twilight Serpent','',NULL,0,69,70,1,7,0,1.23,1.14286,1,0,252,357,0,304,1,2000,2000,1,16,2048,0,0,0,0,0,0,215,320,44,1,0,23026,0,70168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23027,0,0,0,0,0,19582,0,0,0,'Clefthoof Mount (Test)','',NULL,0,64,65,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23031,0,0,0,0,0,20344,0,0,0,'Armored Nether Drake','',NULL,0,70,70,1,62,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,0.8,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(23032,0,0,0,0,0,21152,21155,21158,21156,'Skyguard Nether Ray (Ground Mount)','',NULL,0,69,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,246,1,0,2,'',12340),(23034,0,0,0,0,0,21233,0,0,0,'Soulground Ghost (Appearance)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23039,0,0,0,0,0,21222,21223,21220,21221,'Draenei Reveler','',NULL,0,1,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23043,0,0,0,0,0,16480,19595,0,0,'Invis Guardian Caster','',NULL,0,1,1,1,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23044,0,0,0,0,0,169,0,0,0,'Karabor Infernal','',NULL,0,71,71,0,954,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.6,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(23045,0,0,0,0,0,21231,21232,21229,21230,'Blood Elf Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23046,0,0,0,0,0,19595,0,0,0,'Invis Raven God Portal','',NULL,0,70,70,1,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23047,0,0,0,0,0,21383,21384,21385,21386,'Shadowmoon Soldier','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,10,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,72,23047,0,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23049,0,0,0,0,0,21380,0,0,0,'Shadowmoon Weapon Master','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,35,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,72,23049,0,0,0,0,0,0,0,0,41103,41100,41101,41106,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,35,1,1,0,0,0,0,0,0,0,0,1,257,0,'',12340),(23054,0,0,0,0,0,20023,0,0,0,'Kael\'thas Sunstrider','Lord of the Blood Elves',NULL,0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,768,2048,0,0,0,0,0,0,276,411,44,7,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1000,500,1,0,0,0,0,0,0,0,147,1,617299803,3,'',12340),(23057,0,0,0,0,0,21072,0,0,0,'Invis Raven God Target','',NULL,0,70,70,1,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23058,0,0,0,0,0,19595,0,0,0,'Invis Raven God Caster','',NULL,0,70,70,1,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23060,0,0,0,0,0,21238,0,0,0,'Netherwing Whelp','',NULL,0,1,1,1,1824,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23062,0,0,0,0,0,8574,0,0,0,'Obsidian Consort','',NULL,0,70,70,1,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23064,0,0,0,0,0,21237,0,0,0,'Eebee Jinglepocket','Smokywood Pastures',NULL,0,30,30,0,35,129,1.1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23065,0,0,0,0,0,21236,0,0,0,'Olnayvi Copperpinch','Smokywood Pastures',NULL,0,30,30,0,35,131,1.1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23067,0,0,0,0,0,17877,0,0,0,'Talonpriest Skizzik','',NULL,0,71,71,1,1860,0,1,1.14286,1,0,255,373,0,137,1,1600,2000,8,0,2048,0,0,0,0,0,0,240,358,31,6,64,23067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1400,1500,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(23068,0,0,0,0,0,20603,0,0,0,'Talonpriest Zellek','',NULL,0,71,71,1,1860,0,1.24,1.14286,1,0,255,373,0,137,1,1600,2000,8,0,2048,0,0,0,0,0,0,240,358,31,6,64,23068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(23069,0,0,0,0,0,15435,0,0,0,'Demon Fire','',NULL,0,73,73,1,14,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,1024,0,0,0,0,0,0,0,0,0,40029,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23070,0,0,0,0,0,18783,16925,0,0,'Illidan DB Target','',NULL,0,60,60,0,114,0,1,0.9,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23071,0,0,0,0,0,6692,0,0,0,'Button Bunny - Red','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23072,0,0,0,0,0,6692,0,0,0,'Button Bunny - Blue','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23073,0,0,0,0,0,6692,0,0,0,'Button Bunny - Yellow','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23074,0,0,0,0,0,6692,0,0,0,'Button Bunny - Green','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23075,0,0,0,0,0,7029,0,0,0,'Legion Ring Infernal','',NULL,0,70,71,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(23080,0,0,0,0,0,11686,0,0,0,'Coilskar Geyser','',NULL,0,71,71,1,1813,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,131076,2048,0,0,0,0,0,0,262,389,48,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23081,0,0,0,0,0,16480,15880,0,0,'Vim\'gol\'s Circle Summon Visual Bunny','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23083,0,0,0,0,0,21241,0,0,0,'Shadowmoon Riding Hound','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,10,2000,2000,1,32768,2048,0,1,0,0,0,0,262,389,48,1,72,0,0,0,0,0,0,0,0,0,41092,25821,8599,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,14,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23084,0,0,0,0,0,16480,11686,0,0,'Black Temple Invis Stalker','',NULL,0,70,70,0,35,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23085,0,0,0,0,0,21583,0,0,0,'Supremus Volcano','',NULL,0,73,73,1,16,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554438,2048,0,0,0,0,0,0,278,413,58,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23089,0,0,0,0,0,21112,0,0,0,'Akama','',NULL,8713,73,73,1,1866,3,1.1,1.14286,1,1,313,448,0,302,15,1300,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,10,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_akama_illidan',12340),(23090,0,0,0,0,0,15731,0,0,0,'Troll Roof Stalker','',NULL,0,70,70,1,85,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2300,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,40124,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23091,0,0,0,0,0,17868,0,0,0,'Disciple of Sar\'this','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23092,0,0,0,0,0,17869,0,0,0,'Evoker of Sar\'this','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23093,0,0,0,0,0,21261,0,0,0,'Sar\'this','',NULL,8725,70,70,1,35,1,1.6,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(23095,0,0,0,0,0,1126,20577,0,0,'Supremus Punch Invis Stalker','',NULL,0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,40980,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,133,1,0,130,'',12340),(23096,0,0,0,0,0,10315,0,0,0,'Acolyte of Air','',NULL,0,70,70,1,91,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23097,0,0,0,0,0,14509,0,0,0,'Acolyte of Water','',NULL,0,70,70,1,91,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23098,0,0,0,0,0,21246,0,0,0,'Acolyte of Earth','',NULL,0,70,70,1,91,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23099,0,0,0,0,0,14508,0,0,0,'Acolyte of Fire','',NULL,0,70,70,1,91,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23100,0,0,0,0,0,21247,0,0,0,'Flawless Arcane Elemental','',NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,23100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,32822,0,0,0,0,0,0,1,0,0,'',12340),(23101,0,0,0,0,0,21255,0,0,0,'Challe','',NULL,8639,70,70,1,35,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1.25,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23104,0,0,0,0,0,4449,17200,0,0,'Bogblossom Bunny','',NULL,0,1,1,1,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23105,0,0,0,0,0,19944,0,0,0,'Fel Imp Minion Transform','',NULL,0,1,1,0,1829,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.36,0.33,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(23106,0,0,0,0,0,14589,0,0,0,'Jara','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23107,0,0,0,0,0,79,0,0,0,'Chaddo','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23108,0,0,0,0,0,19315,0,0,0,'Sa\'rah','',NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23109,0,0,0,0,0,21300,0,0,0,'Vengeful Spirit','',NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,8,0,0,0,0,0,0,0,0,0,40325,40157,40175,40314,40322,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(23111,0,0,0,0,0,21305,0,0,0,'Shadowy Construct','',NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,4,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5.95,1,1,0,0,0,0,0,0,0,96,1,8388624,0,'',12340),(23114,0,0,0,0,0,21304,0,0,0,'Lucky','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(23117,0,0,0,0,0,11686,0,0,0,'crystal man','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23121,30776,0,0,0,0,21260,0,0,0,'Gronn Smoke Image','',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(19899,0,0,0,0,0,20231,0,0,0,'Corrupted Nova Totem (1)','',NULL,0,70,74,0,74,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,33134,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23123,0,0,0,0,0,18996,0,0,0,'Doom Blossom','',NULL,0,70,70,1,1813,0,1,0.8,1,1,252,357,0,304,7.5,2000,2000,1,33554434,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,64,1,0,2,'',12340),(23124,0,0,0,0,0,13069,0,0,0,'Doom Blossom Move Target','',NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,64,1,0,0,'',12340),(23125,0,0,0,0,0,3612,0,0,0,'Farmer Leon','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',1),(23129,0,0,0,0,0,21266,0,0,0,'Fel Orc Illusion (Male)','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23130,0,0,0,0,0,21267,0,0,0,'Fel Orc Illusion (Alternate)','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23131,0,0,0,0,0,23003,0,0,0,'Blood Knight Honor Guard','',NULL,0,70,70,0,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23132,0,0,0,0,0,20013,0,0,0,'Brood of Anzu','',NULL,0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,7,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,31273,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.5,1,1,0,0,0,0,0,0,0,253,1,0,0,'',12340),(23133,0,0,0,0,0,21270,21271,21272,21273,'Alliance Adventurer','',NULL,0,66,70,1,534,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23134,0,0,0,0,0,21244,0,0,0,'Hawk Spirit','',NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,26,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23135,0,0,0,0,0,20857,0,0,0,'Falcon Spirit','',NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,26,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23136,0,0,0,0,0,10828,0,0,0,'Eagle Spirit','',NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,26,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,40240,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23137,0,0,0,0,0,1913,6173,17321,16313,'Fel Gorehound Transform','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23138,0,0,0,0,0,16480,19595,0,0,'[PH]Fel Hound','',NULL,0,72,72,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23141,0,0,0,0,0,21276,0,0,0,'Yarzill the Merc','',NULL,8662,70,70,1,1865,3,1.1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23142,0,0,0,0,0,21277,21288,21289,21290,'Goblin Merc','',NULL,0,67,69,1,1865,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23143,0,0,0,0,0,21278,0,0,0,'Horus','Innkeeper',NULL,8648,68,68,1,1863,128,1.1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(23144,0,0,0,0,0,21279,0,0,0,'Gug','Armorsmith',NULL,8647,68,68,1,1865,4224,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23145,0,0,0,0,0,21280,0,0,0,'Rumpus','Reagents & Poison Supplies',NULL,8649,66,66,1,1865,3200,1.1,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23146,0,0,0,0,0,21281,21291,0,0,'Dragonmaw Enforcer','',NULL,0,71,72,1,1863,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23148,0,0,0,0,0,21283,0,0,0,'Forgus','Pit Fight Organizer',NULL,0,71,71,1,1865,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23150,0,0,0,0,0,21284,21285,21286,0,'Dragonmaw Pitfighter','',NULL,0,69,71,1,1865,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23152,0,0,0,0,0,21069,0,0,0,'Vagath','',NULL,0,72,72,1,1843,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,25,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),(23153,0,0,0,0,0,20989,0,0,0,'Bash\'ir Surveyor','',NULL,0,72,72,1,16,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,23153,0,0,0,0,0,0,0,0,40881,11436,40835,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23154,0,0,0,0,0,3264,7816,21294,21295,'Mana-debt Slave','',NULL,0,70,70,1,16,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,23154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23155,0,0,0,0,0,1126,15880,0,0,'Invisible Stalker (Scale x3)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23156,0,0,0,0,0,21292,0,0,0,'D\'rei','Apprentice Witch Doctor',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',1),(23158,0,0,0,0,0,21346,0,0,0,'Seer Kanai','',NULL,0,70,70,1,1820,2,1.1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,7,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23159,0,0,0,0,0,21345,0,0,0,'Okuno','Ashtongue Deathsworn Quartermaster',NULL,0,70,70,1,1820,4224,1.1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.9,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23160,0,0,0,0,0,21293,0,0,0,'Nimnim','',NULL,0,65,65,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23161,0,0,0,0,0,21298,0,0,0,'Darkscreecher Akkarai','',NULL,0,72,72,1,14,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,6,0,23161,0,0,0,0,0,0,0,0,40428,40429,38981,40430,0,0,0,0,0,0,2100,4633,'SmartAI',0,3,1,8,3,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),(23163,0,0,0,0,0,21371,0,0,0,'Gezzarak the Huntress','',NULL,0,72,72,1,14,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,32,0,0,0,0,270,401,53,1,1,23163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12932,0,0,0,'SmartAI',0,3,1,8,3,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(23164,0,0,0,0,0,21446,0,0,0,'Toranaku','',NULL,8702,72,72,1,1850,1,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,33536,2048,0,0,0,0,0,0,268,399,40,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,3,1,0,0,0,0,0,0,0,202,1,0,2,'',12340),(23166,0,0,0,0,0,21299,0,0,0,'Ronag the Slave Driver','',NULL,0,71,71,1,1863,2,1.1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23167,0,0,0,0,0,6299,0,0,0,'Anzuli Hatchling','',NULL,0,68,69,1,16,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,7,0,0,0,0,206,302,43,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23168,0,0,0,0,0,20737,0,0,0,'Or\'kaos the Insane','',NULL,0,72,72,1,1864,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,184,1,1,0,'',12340),(23169,0,0,0,0,0,21412,0,0,0,'Nethermine Flayer','',NULL,0,70,71,1,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,23169,0,70165,0,0,0,0,0,0,13443,40770,0,0,0,0,0,0,0,0,1000,1500,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23170,0,0,0,0,0,21308,21309,21310,21311,'Alliance Soldier','',NULL,0,1,1,0,1755,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33024,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23171,0,0,0,0,0,21312,21313,21314,21315,'Horde Soldier','',NULL,0,1,1,0,1758,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33024,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19898,0,0,0,0,0,4589,0,0,0,'Tainted Fire Totem (1)','',NULL,0,70,70,0,16,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19897,0,0,0,0,0,20230,0,0,0,'Tainted Earthgrab Totem (1)','',NULL,0,70,70,0,74,0,1.125,1.14286,1,0,252,357,0,304,1,1388,2000,1,0,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,31982,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19896,0,0,0,0,0,8189,0,0,0,'[UNUSED] Summoned Bombling (1)','','',0,62,62,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),(19895,0,0,0,0,0,17729,0,0,0,'Rokmar the Crackler (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,5.9,1347,2000,1,64,2048,0,0,0,0,0,0,270,401,53,7,72,19895,0,0,0,0,0,0,0,0,34970,31948,38801,35008,0,0,0,0,0,0,14662,19156,'',1,3,1,22.95,1,1,0,0,0,0,0,0,0,125,1,617299803,1,'',12340),(19894,0,0,0,0,0,18224,0,0,0,'Quagmirran (1)','',NULL,0,72,72,1,14,0,1.48,2,1,1,307,438,0,314,5.9,1347,2000,1,64,2048,0,0,0,0,0,0,270,401,53,5,64,19894,0,0,0,0,0,0,0,0,38153,40504,39340,32055,0,0,0,0,0,0,15512,20266,'',1,3,1,24.3,1,1,0,33821,0,0,0,0,0,0,1,617299803,1,'',12340),(19893,0,0,0,0,0,17728,0,0,0,'Mennu the Betrayer (1)','',NULL,0,72,72,1,74,0,1.48,1.14286,1,1,304,436,0,296,5.9,1347,2000,2,64,2048,0,0,0,0,0,0,268,399,40,7,72,19893,0,0,0,0,0,0,0,0,31991,35010,34980,31981,0,0,0,0,0,0,11262,14716,'',1,3,1,22.95,2.5,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),(23187,0,0,0,0,0,16314,0,0,0,'Enslaved Netherwing Drake','',NULL,0,70,70,1,1824,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,143,1,0,2,'',12340),(23189,30768,0,0,0,0,21317,0,0,0,'Ethereal Smoke Image','',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23190,30758,0,0,0,0,21319,0,0,0,'Black Dragon Smoke Image','',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23191,0,0,0,0,0,21318,0,0,0,'Akama','',NULL,21335,73,73,1,1866,0,1.2,1.14286,1,3,313,448,0,302,18,1800,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,165,100,1,0,0,0,0,0,0,0,51,1,650854271,2097153,'npc_akama_shade',12340),(23192,0,0,0,0,0,21321,0,0,0,'Ember of Azzinoth','',NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,1500,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23193,0,0,0,0,0,146,0,0,0,'Lordaeron Citizen (Jesse)','',NULL,0,15,15,0,7,0,1.11111,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(23194,0,0,0,0,0,21283,0,0,0,'Skyway Worker','',NULL,0,71,71,1,1865,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23195,0,0,0,0,0,21322,0,0,0,'Illidan Demon Form','The Betrayer',NULL,0,73,73,1,1849,0,1,1.14286,1,3,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(23196,0,0,0,0,0,21490,0,0,0,'Bonechewer Behemoth','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,72,23196,0,0,0,0,0,0,0,0,41272,8269,41274,41277,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,63,10,1,0,0,0,0,0,0,0,169,1,545468415,0,'',12340),(23197,0,0,0,0,0,21349,0,0,0,'Maiev Shadowsong','',NULL,0,73,73,1,1867,0,1,1.14286,1,3,313,448,0,302,10,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10.5,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(23198,0,0,0,0,0,21328,0,0,0,'Lucky','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(23200,0,0,0,0,0,3612,0,0,0,'Farmer Leon','Pig Farmer',NULL,0,35,35,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23201,0,0,0,0,0,21329,0,0,0,'D\'rei','Apprentice Witch Doctor',NULL,0,35,35,0,126,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23202,0,0,0,0,0,17606,0,0,0,'Moaoto','Pig Farmer',NULL,0,70,70,1,1818,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23203,0,0,0,0,0,20538,0,0,0,'Gan\'arg Minion Transform','',NULL,0,72,72,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.6,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(23205,0,0,0,0,0,21330,0,0,0,'Karrog Shardling','',NULL,0,72,72,1,14,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,5,0,0,0,0,0,0,0,0,0,0,40488,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23206,0,0,0,0,0,21003,6299,20738,20730,'Akkarai Hatchling','',NULL,0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,7,0,0,0,0,215,320,44,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),(23209,0,0,0,22197,0,20890,20891,21342,0,'Dragonmaw Peon Kill Credit','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,0.5,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23210,0,0,0,0,0,1126,20577,0,0,'Creature Generator (Akama)','',NULL,0,70,70,1,1813,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_creature_generator_akama',12340),(23211,0,0,0,0,0,2676,0,0,0,'Aldor Faction Tester','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23213,0,0,0,22197,0,20890,20891,21342,0,'Dragonmaw Peon Mutton','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,0.5,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23214,0,0,0,0,0,18816,0,0,0,'Mo\'arg Tormenter Transform','',NULL,0,68,69,1,1829,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23215,0,0,0,0,0,21402,21593,0,0,'Ashtongue Sorcerer','',NULL,0,71,71,1,1813,0,1,1.7143,1,1,255,373,0,137,20,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,14,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(23216,0,0,0,0,0,21595,21596,0,0,'Ashtongue Defender','',NULL,0,72,72,1,1813,0,1,1.7143,1,1,307,438,0,314,20,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(23217,0,0,0,0,0,19762,19756,19765,11544,'Bladespire Agent','',NULL,0,65,68,1,35,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,2,'',12340),(23222,0,0,0,0,0,21549,0,0,0,'Bonechewer Brawler','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,23222,0,0,0,0,0,0,0,0,41254,30798,8269,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,38.5,1,1,0,0,0,0,0,0,0,180,1,545468415,0,'',12340),(23223,0,0,0,0,0,21284,21285,21286,0,'Bonechewer Spectator','',NULL,0,71,71,1,14,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,23223,0,0,0,0,0,0,0,0,36140,40505,25646,13446,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,3.15,1,1,0,0,0,0,0,0,0,0,1,257,0,'',12340),(23224,0,0,0,0,0,16925,0,0,0,'Imp in a Ball','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_gen_imp_in_a_bottle',12340),(23225,0,0,0,0,0,169,11686,0,0,'Netherwing Drake Escape Point','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23226,0,0,0,0,0,20778,20779,18196,18197,'Illidari Elite','',NULL,0,70,70,1,1849,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23227,0,0,0,0,0,21586,0,0,0,'Eye of Shartuul Transform','',NULL,0,69,69,1,1829,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23228,0,0,0,0,0,16480,19595,0,0,'Eye of Shartuul','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,20,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23229,0,0,0,0,0,16925,0,0,0,'Imp in a Ball Special Case (Rogue)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23232,0,0,0,0,0,21355,0,0,0,'Mutant War Hound','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,20,1500,2000,1,32768,2048,0,1,0,0,0,0,262,389,48,1,72,23232,0,70065,0,0,0,0,0,0,41193,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,14,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(23235,0,0,0,0,0,21555,21556,21554,0,'Bonechewer Blade Fury','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,72,23235,0,0,0,0,0,0,0,0,41195,30798,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,1,1,0,0,0,0,0,0,0,144,1,257,0,'',12340),(23236,0,0,0,0,0,21553,0,0,0,'Bonechewer Shield Disciple','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,23236,0,0,0,0,0,0,0,0,41198,41197,41196,41213,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,1,1,0,0,0,0,0,0,0,0,1,257,0,'',12340),(23237,0,0,0,0,0,21552,21551,0,0,'Bonechewer Blood Prophet','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,72,23237,0,0,0,0,0,0,0,0,41238,41229,8269,41230,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,0,1,257,0,'',12340),(23239,0,0,0,0,0,21550,0,0,0,'Bonechewer Combatant','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,23239,0,0,0,0,0,0,0,0,8269,41251,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,38.5,1,1,0,0,0,0,0,0,0,180,1,545468415,0,'',12340),(23240,0,0,0,0,0,4449,19595,0,0,'Invis Rizzle Grenade Chucker','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23241,0,0,0,0,0,21494,0,0,0,'Skyguard Aether-Tech','',NULL,0,70,70,0,290,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23242,0,0,0,0,0,21495,21496,21497,21498,'Skyguard Ranger','',NULL,0,70,70,0,250,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23247,0,0,0,0,0,20894,0,0,0,'Bash\'ir Subprimal','',NULL,0,70,70,0,14,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,15232,17321,46573,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23249,0,0,0,0,0,19874,0,0,0,'Bash\'ir Flesh Fiend','',NULL,0,72,72,0,14,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,29935,29939,3391,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(23250,0,0,0,0,0,5187,14501,0,0,'Disruptor Tower','',NULL,0,70,70,0,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23252,30769,0,0,0,0,21365,0,0,0,'Felguard Smoke Image','',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23254,0,0,0,0,0,11686,0,0,0,'Fel Geyser','',NULL,0,72,72,1,1813,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,270,401,53,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23259,0,0,0,0,0,15435,0,0,0,'Blaze','',NULL,0,73,73,1,14,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,1024,0,0,0,0,0,0,0,0,0,40610,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23264,0,0,0,0,0,21392,0,0,0,'Overmine Flayer','',NULL,0,70,71,1,16,0,1.2,1.42857,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,23264,0,70165,0,0,0,0,0,0,13443,33810,0,0,0,0,0,0,0,0,1000,1500,'',1,3,1,1,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),(23265,0,0,0,0,0,21390,0,0,0,'Seer Nakha','',NULL,0,67,67,1,1653,2,1.1,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23267,0,0,0,0,0,21394,0,0,0,'Arvoar the Rapacious','',NULL,0,72,72,1,16,0,2.4,2.28571,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,1,0,23267,0,70165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,202,1,0,0,'',12340),(23269,0,0,0,0,0,20239,0,0,0,'Barash the Den Mother','',NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,1,0,23269,0,70165,0,0,0,0,0,0,40636,13443,33810,32732,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,202,1,8519760,0,'',12340),(23274,0,0,0,0,0,16633,0,0,0,'Stinker','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(23275,0,0,0,0,0,16480,19595,0,0,'Dreadmaw','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,180,10,1,0,0,0,0,0,0,0,156,1,0,130,'',12340),(23276,0,0,0,0,0,20853,0,0,0,'[PH]Wrath Hound Transform','',NULL,0,70,71,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23277,0,0,0,0,0,1126,11686,0,0,'Skyguard Target','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23279,0,0,0,0,0,21397,0,0,0,'Portable Fel Cannon Transform','',NULL,0,1,1,0,1829,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.36,0.33,1,0,0,0,0,0,0,0,121,1,16384,0,'',12340),(23280,0,0,0,0,0,21398,0,0,0,'Agadai','Wind Rider Apprentice',NULL,0,67,67,1,1735,2,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23283,0,0,0,0,0,21401,0,0,0,'Lady Sinestra','',NULL,0,73,73,1,1865,0,1,1.14286,1,1,316,450,0,320,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23284,0,0,0,0,0,21399,0,0,0,'Lady Sinestra','',NULL,0,72,72,1,1865,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23285,0,0,0,0,0,16395,0,0,0,'Nethermine Burster','',NULL,0,70,71,1,14,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,10,0,23285,0,70165,0,0,0,0,0,0,31747,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2097152,'',12340),(23286,0,0,0,0,0,15380,0,0,0,'Black Blood of Draenor','',NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,23286,0,0,0,0,0,0,0,0,7279,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23287,0,0,0,0,0,18281,18282,18284,18285,'Murkblood Miner','',NULL,0,70,70,1,62,0,1,1,1,0,252,357,0,304,1,2000,2000,1,536904448,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1500,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23288,0,0,0,0,0,1126,20577,0,0,'Akama Event Stalker','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23289,0,0,0,0,0,11686,0,0,0,'Mine Car','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33817344,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23290,0,0,0,0,0,15463,0,0,0,'Draenor Blood Terror','',NULL,0,69,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,23290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23292,0,0,0,0,0,18783,16925,0,0,'Cage Trap Trigger - 1','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23293,0,0,0,0,0,18783,16925,0,0,'Cage Trap Trigger - 2','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23294,0,0,0,0,0,18783,16925,0,0,'Cage Trap Trigger - 3','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23295,0,0,0,0,0,18783,16925,0,0,'Cage Trap Trigger - 4','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23296,0,0,0,0,0,18783,16925,0,0,'Cage Trap Trigger - 5','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23297,0,0,0,0,0,18783,16925,0,0,'Cage Trap Trigger - 6','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23298,0,0,0,0,0,18783,16925,0,0,'Cage Trap Trigger - 7','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23299,0,0,0,0,0,18783,16925,0,0,'Cage Trap Trigger - 8','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23304,0,0,0,0,0,18783,16925,0,0,'Cage Trap Disturb Trigger','',NULL,0,73,73,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23305,0,0,0,0,0,17756,0,0,0,'Crazed Murkblood Foreman','',NULL,0,71,71,1,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,23305,0,0,0,0,0,0,0,0,43246,0,0,0,0,0,0,0,0,0,1000,1500,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23307,0,0,0,0,0,5187,11686,0,0,'Ethereal Ring Bolt Target Bunny','',NULL,0,70,70,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23308,0,0,0,0,0,169,11686,0,0,'Dragonmaw Peon Work Node','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23309,0,0,0,0,0,17760,0,0,0,'Murkblood Overseer','',NULL,8701,70,70,1,62,1,1,1,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23312,0,0,0,0,0,1126,11686,0,0,'Legion Ring - Stun Field','',NULL,0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23313,0,0,0,0,0,1126,11686,0,0,'Legion Ring - Stun Rope Dummy','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23314,0,0,0,0,0,18820,0,0,0,'[PH] PvP Cannon','',NULL,0,70,71,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(23315,0,0,0,0,0,1126,11686,0,0,'[PH] PvP Cannon Shot Target','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23317,0,0,0,0,0,1126,11686,0,0,'[PH] PvP Cannon Targetting Reticle','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23318,0,0,0,0,0,21591,21592,0,0,'Ashtongue Rogue','',NULL,0,71,71,1,1813,0,1,1.7143,1,1,299,426,0,308,20,1600,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.8,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(23319,0,0,0,0,0,20422,21117,21115,21118,'Ashtongue Broken','',NULL,0,71,71,1,1820,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,33536,2048,0,0,0,0,0,0,260,387,37,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,4.9,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23321,0,0,0,0,0,20892,20893,0,0,'Dragonmaw Flight Instructor','',NULL,0,70,70,1,62,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23324,0,0,0,0,0,18281,18282,18284,18285,'Crazed Murkblood Miner','',NULL,0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,23324,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1500,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23325,0,0,0,0,0,16480,15435,0,0,'Dragonmaw Flight Instructor Target','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23329,0,0,0,0,0,15788,0,0,0,'Fel Eye Stalk Transform','',NULL,0,81,81,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23331,0,0,0,0,0,21413,0,0,0,'Ray Morningstar','',NULL,0,68,68,1,1818,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23332,0,0,0,0,0,19946,0,0,0,'Bash\'ir Reckoner','',NULL,0,72,72,1,14,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,512,0,0,0,0,0,0,0,0,0,29651,39574,32920,40935,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(23333,0,0,0,0,0,21461,0,0,0,'The Grand Collector','',NULL,0,72,72,1,14,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,512,23333,0,80101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,15,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(23336,0,0,0,0,0,15435,0,0,0,'Flame Crash','',NULL,0,73,73,1,1849,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,1024,0,0,0,0,0,0,0,0,0,40836,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23340,0,0,0,0,0,21421,0,0,0,'Murg \"Oldie\" Muckjaw','',NULL,0,70,70,1,62,2,1,2.57143,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23341,0,0,0,0,0,19771,0,0,0,'Dragonmaw Moth Mount','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(23342,0,0,0,0,0,21422,0,0,0,'Trope the Filth-Belcher','',NULL,0,70,70,1,62,2,1,2.85714,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23344,0,0,0,0,0,21424,0,0,0,'Corlok the Vet','',NULL,0,70,70,1,62,2,1,3.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23345,0,0,0,0,0,13470,0,0,0,'Wing Commander Ichman','',NULL,0,70,70,1,62,2,1,3.42857,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23346,0,0,0,0,0,13475,0,0,0,'Wing Commander Mulverick','',NULL,0,70,70,1,62,2,1,3.71429,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23348,0,0,0,0,0,21426,0,0,0,'Captain Skyshatter','',NULL,0,70,70,1,62,2,1,4.28571,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23349,0,0,0,0,0,21425,0,0,0,'Captain Skybreaker\'s Nether Drake','',NULL,0,10,10,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),(23350,0,0,0,0,0,21461,0,0,0,'The Grand Collector','',NULL,0,72,72,1,14,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23351,0,0,0,0,0,17188,0,0,0,'Shade of Akama Trigger','',NULL,0,70,70,0,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23353,0,0,0,0,0,21150,0,0,0,'Braxxus','',NULL,0,72,72,1,90,0,1,1.14286,1,1,304,436,0,296,4.7,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,23353,0,70162,0,0,0,0,0,0,41437,41439,41436,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,6,1,0,32733,0,0,0,0,0,0,1,0,0,'',12340),(23354,0,0,0,0,0,19899,0,0,0,'Mo\'arg Incinerator','',NULL,0,72,72,1,90,0,1,1.14286,1,1,304,436,0,296,4.7,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,23354,0,0,0,0,0,0,0,0,36606,44431,25174,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,6,1,0,32733,0,0,0,0,0,0,1,0,0,'',12340),(23355,0,0,0,0,0,21430,0,0,0,'Zarcsin','',NULL,0,72,72,1,90,0,1,1.14286,1,1,304,436,0,296,4.7,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,23355,0,0,0,0,0,0,0,0,41444,41447,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,10,1,0,32733,0,0,0,0,0,0,1,0,0,'',12340),(23356,0,0,0,0,0,15435,0,0,0,'Dragonmaw Race: Oldie\'s Target','',NULL,0,80,80,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23357,0,0,0,0,0,16480,15435,0,0,'Dragonmaw Race: Trope\'s Target','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23358,0,0,0,0,0,16480,15435,0,0,'Dragonmaw Race: Corlok\'s Target','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23359,0,0,0,0,0,16480,15435,0,0,'Dragonmaw Race: Ichman\'s Target','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23360,0,0,0,0,0,16480,15435,0,0,'Dragonmaw Race: Mulverick\'s Target','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23361,0,0,0,0,0,16480,15435,0,0,'Dragonmaw Race: Skyshatter\'s Target','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23364,0,0,0,0,0,387,0,0,0,'Black Dragon Whelpling','',NULL,0,1,1,1,14,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,2,0,2,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23366,0,0,0,0,0,0,21434,0,0,'Test Shroom','',NULL,0,65,65,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23368,0,0,0,0,0,19780,0,0,0,'Bash\'ir Controller','',NULL,0,70,70,0,14,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,34944,17139,15586,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(23369,0,0,0,0,0,1126,16946,0,0,'Whirling Blade','',NULL,0,71,71,1,1813,0,1,1.14286,1,0,299,426,0,308,10,2000,2000,1,33554432,2048,0,0,0,0,0,0,262,389,48,10,1096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,28,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23371,0,0,0,0,0,21151,0,0,0,'Shadowmoon Fallen','',NULL,0,72,72,1,1813,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(23372,0,0,0,0,0,21439,0,0,0,'Mine Cart (Taxi)','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23374,0,0,0,0,0,21442,0,0,0,'Ashtongue Stalker','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,23374,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'',0,3,1,21,10,1,0,0,0,0,0,0,0,144,1,537004801,0,'',12340),(23375,0,0,0,0,0,21447,0,0,0,'Shadow Demon','',NULL,0,70,70,1,14,0,0.5,0.5,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,96,0,0,0,0,0,0,0,0,0,41080,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.1,1,1,0,0,0,0,0,0,0,84,1,650854271,0,'',12340),(23376,0,0,0,0,0,21441,0,0,0,'Dragonmaw Foreman','',NULL,8693,70,70,1,62,2,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,294912,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23377,0,0,0,0,0,21169,21182,21194,21184,'Skyguard Ace','',NULL,0,71,73,1,1856,0,1,1.14286,1,1,316,450,0,320,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(23379,0,0,0,0,0,1126,11686,0,0,'Black Temple - Houndmaster Flare Dummy','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23384,0,0,0,0,0,21448,0,0,0,'Little Hurky','Assistant to Forgus',NULL,0,68,68,1,1865,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23387,0,0,0,0,0,18355,0,0,0,'Nacho','',NULL,0,70,70,1,62,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23388,0,0,0,0,0,9586,0,0,0,'Nacho\'s Mount','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(23389,0,0,0,0,0,11078,0,0,0,'Fallen Ally','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,10,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(23390,0,0,0,0,0,21489,0,0,0,'Bash\'ir\'s Harbinger','',NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,23390,0,0,0,0,0,0,0,0,29651,39574,31534,40935,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23391,0,0,0,0,0,21488,0,0,0,'Bash\'ir','',NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,36908,41264,41266,43433,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23393,0,0,0,0,0,20946,20947,0,0,'Deathshadow Agent','',NULL,0,70,71,1,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,32000,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23394,0,0,0,0,0,21460,0,0,0,'Promenade Sentinel','',NULL,0,72,72,1,16,0,1.1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,9,72,23394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,63,1,1,0,0,0,0,0,0,0,169,1,617578495,0,'',12340),(23397,0,0,0,0,0,21560,21561,21562,21563,'Illidari Blood Lord','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,304,436,0,296,20,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,72,23397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,28,15,1,0,0,0,0,0,0,0,150,1,617562111,0,'',12340),(23398,0,0,0,0,0,1126,11686,0,0,'Angered Soul Fragment','',NULL,0,70,70,1,16,0,1,1.14286,1,0,234,331,0,286,5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,256,64,'',12340),(23399,0,0,0,0,0,16255,0,0,0,'Suffering Soul Fragment','',NULL,0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,20,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,6,72,0,0,0,0,0,0,0,0,0,41245,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,20,1,0,0,0,0,0,0,0,144,1,545468415,64,'',12340),(23400,0,0,0,0,0,21564,21565,21566,21567,'Illidari Archon','',NULL,0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,72,23400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,150,1,541343023,0,'',12340),(23401,0,0,0,0,0,21587,0,0,0,'Hungering Soul Fragment','',NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,72,0,0,0,0,0,0,0,0,0,41248,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4.2,1,1,0,0,0,0,0,0,0,144,1,8913168,64,'',12340),(23402,0,0,0,0,0,21468,21557,21558,21559,'Illidari Battle-mage','',NULL,0,72,72,1,16,0,1.1,1.14286,1,1,304,436,0,296,20,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,72,23402,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,150,1,541338919,0,'',12340),(23403,0,0,0,0,0,21568,21569,21570,21571,'Illidari Assassin','',NULL,0,72,72,1,16,0,1.1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,72,23403,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,17.5,10,1,0,0,0,0,0,0,0,150,1,541343015,0,'',12340),(23404,0,0,0,0,0,19718,0,0,0,'Imp Retainer','',NULL,0,70,70,1,1813,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,10,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(23405,0,0,0,0,0,21471,0,0,0,'Flaskataur','',NULL,0,72,72,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23410,0,0,0,0,0,21476,0,0,0,'Spirit of Udalo','',NULL,8749,70,70,0,1820,1,1,1.14286,1,0,234,331,0,286,7.5,2000,2000,2,33280,2048,0,0,0,0,0,0,198,295,33,7,192,0,0,0,0,0,0,0,0,0,40536,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23412,0,0,0,0,0,169,15880,0,0,'Illidan Door Trigger','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,7.5,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23414,0,0,0,0,0,21472,0,0,0,'Bash\'ir Inquisitor','',NULL,0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,29651,39574,31534,40935,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,6,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(23416,0,0,0,0,0,16480,15435,0,0,'Reth\'hedron\'s Target','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23417,0,0,0,0,0,18783,15435,0,0,'Reliquary Combat Trigger','',NULL,0,73,73,1,16,0,1,1.14286,1,0,316,450,0,320,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23422,0,0,0,0,0,21486,0,0,0,'Riding Nether Ray','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(23423,0,0,0,0,0,20601,17864,20817,0,'Arakkoa Illusion','',NULL,0,71,72,1,1860,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23424,0,0,0,0,0,5187,11686,0,0,'Ethereal Ring Control Bunny','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23425,0,0,0,0,0,5187,11686,0,0,'Ethereal Ring Control Bunny, Elite','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23426,0,0,0,0,0,1126,11686,0,0,'The Illidari Council','',NULL,0,70,70,1,1813,0,1,1.14286,1,1,252,357,0,304,35,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,700,1,1,0,0,0,0,0,0,0,0,1,617299803,131,'boss_illidari_council',12340),(23427,0,0,0,0,0,19885,0,0,0,'Illidari Lord Balthas','',NULL,0,70,70,1,62,2,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23429,0,0,0,0,0,11686,0,0,0,'Arcane Charge','',NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,20,2000,2000,1,772,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23430,0,0,0,0,0,21493,0,0,0,'Skyguard Lieutenant','',NULL,0,70,70,0,250,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23436,0,0,0,0,0,21455,0,0,0,'Image of Dementia','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.6,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(23438,0,0,0,0,0,169,15880,0,0,'Nether Ray Feed Credit','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23441,0,0,0,0,0,20892,20893,0,0,'Dragonmaw Skybreaker','',NULL,0,70,70,1,1877,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,2048,0,0,0,0,0,0,0,0,0,38861,41448,41440,38858,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23442,0,0,0,0,0,169,15880,0,0,'Nether Ray Desummoner','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23444,0,0,0,0,0,5187,11686,0,0,'Ethereal Ring Target Bunny, Lightning','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23445,0,0,0,0,0,5187,11686,0,0,'Ethereal Ring Target Bunny, Forge','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23448,0,0,0,0,0,18783,15435,0,0,'Glaive Target','',NULL,0,73,73,1,35,0,1,1.14286,1,0,316,450,0,320,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23451,0,0,0,0,0,21072,0,0,0,'Veras Vanish Effect','',NULL,0,72,72,1,14,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,33554496,2048,0,0,0,0,0,0,270,401,53,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,24.5,1,1,0,0,0,0,0,0,0,151,1,0,130,'',12340),(23453,0,0,0,0,0,21515,21516,21517,21518,'Altar Defender','',NULL,0,68,70,1,1875,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23467,0,0,0,0,0,21526,0,0,0,'Illidan Stormrage','The Betrayer',NULL,0,73,73,1,14,0,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,33600,2048,0,0,0,0,0,0,276,411,44,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,700,400,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),(23468,0,0,0,0,0,20811,0,0,0,'Yarzill Dragon Form','',NULL,0,72,72,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,0,'SmartAI',0,3,1,15,1,1,0,0,0,0,0,0,0,188,1,0,2,'',12340),(23469,0,0,0,0,0,10771,0,0,0,'Enslaved Soul','',NULL,0,70,70,1,14,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.4,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'',12340),(23470,0,0,0,0,0,18783,15435,0,0,'Soul Summon Target','',NULL,0,73,73,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23471,0,0,0,0,0,18628,0,0,0,'Skettis Outrider','',NULL,0,70,71,1,1862,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,13730,35321,20230,23537,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23472,0,0,0,0,0,18783,16925,0,0,'World Trigger (Large AOI, Not Immune PC/NPC)','',NULL,0,60,60,0,114,0,1,0.99206,1,0,104,138,0,252,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23474,0,0,0,0,0,21540,0,0,0,'Shivan Assassin (Red)','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,0,0,0,0,0,0,0,0,0,0,40736,41597,40737,41593,0,0,0,0,0,0,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,213,1,0,0,'',12340),(23475,0,0,0,0,0,21541,0,0,0,'Shivan Assassin (Blue)','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,0,0,0,0,0,0,0,0,0,0,40736,41597,40737,41593,0,0,0,0,0,0,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(23476,0,0,0,0,0,21542,0,0,0,'Shivan Assassin (Black)','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,0,0,0,0,0,0,0,0,0,0,40736,41597,40737,41593,0,0,0,0,0,0,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,224,1,0,0,'',12340),(23477,0,0,0,0,0,21545,0,0,0,'Armored Nether Drake (Black Temple 01)','',NULL,0,70,70,1,62,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,0.8,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(23478,0,0,0,0,0,21548,0,0,0,'Armored Nether Drake (Black Temple 02)','',NULL,0,70,70,1,62,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,0.8,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(23479,0,0,0,0,0,21846,21848,21847,21849,'[PH] Brewfest Dwarf Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23480,0,0,0,0,0,21858,21859,21860,21861,'[PH] Brewfest Human Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23485,0,0,0,0,0,5187,0,0,0,'Knockdown Fel Cannon: Dismount (the Fire Field)','',NULL,0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23491,0,0,0,0,0,169,15880,0,0,'Socrethar Event Trigger','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23497,0,0,0,0,0,21574,0,0,0,'Draeg Barleybrew','',NULL,0,65,65,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23498,0,0,0,0,0,19110,0,0,0,'Parasitic Shadowfiend','',NULL,0,70,70,1,14,0,1.1,1.14286,1,0,252,357,5,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.35,1,1,0,0,0,0,0,0,0,0,1,0,256,'',12340),(23499,0,0,0,0,0,1126,11686,0,0,'Blood Elf Council Voice Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,35,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,700,1,1,0,0,0,0,0,0,0,0,1,617299803,130,'',12340),(23501,0,0,0,0,0,19400,0,0,0,'Netherwing Ray','',NULL,0,69,70,1,14,0,1.4,1.42857,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,34,0,0,0,0,198,295,33,1,1,23501,0,70064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12888,0,1000,1500,'',1,3,1,1,0.5,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),(23502,0,0,0,0,0,18783,15435,0,0,'Reliquary LoS Agro Trigger','',NULL,0,73,73,1,14,0,1,1.14286,1,0,316,450,0,320,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23503,0,0,0,0,0,11686,0,0,0,'Shadowy Vortex','',NULL,0,70,70,1,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.775,1,1,0,0,0,0,0,0,0,144,1,8388624,2,'',12340),(23504,0,0,0,0,0,22445,22446,0,0,'Brewfest Setup Crew','',NULL,0,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23505,0,0,0,0,0,25986,0,0,0,'Tikas','',NULL,0,70,71,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23506,0,0,0,0,0,21105,0,0,0,'Broken Illusion','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23507,0,0,0,0,0,22732,0,0,0,'Elwynn Pink Elekk','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23508,0,0,0,0,0,21588,0,0,0,'Gul\'dan','',NULL,0,70,70,0,7,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),(23509,0,0,0,0,0,21589,21590,0,0,'Spirit of the Past','',NULL,0,60,65,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(23523,0,0,0,0,0,21607,0,0,0,'Ashtongue Elementalist','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.8,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(23524,0,0,0,0,0,21606,0,0,0,'Ashtongue Spiritbinder','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.8,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(23526,0,0,0,0,0,18169,0,0,0,'BurkeTest01','',NULL,0,71,71,1,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23527,0,0,0,0,0,22732,0,0,0,'Teldrassil Pink Elekk','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23528,0,0,0,0,0,22732,0,0,0,'Azuremyst Pink Elekk','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23532,0,0,0,0,0,15750,0,0,0,'[PH] Brewfest Garden D Vendor','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23540,0,0,0,0,0,21854,21856,21855,21857,'[PH] Brewfest Goblin Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23543,0,0,0,0,0,22352,0,0,0,'Shade of the Horseman','',NULL,0,11,11,0,14,0,1,1.14286,1,0,15,20,0,44,1,2000,0,1,2,2048,8,0,0,0,0,0,9,14,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,10,1,1,0,0,0,0,0,0,0,54,1,0,2,'npc_hallows_end_soh',12340),(23544,0,0,0,0,0,6752,0,0,0,'Kyle Radue','',NULL,0,79,79,2,2111,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23545,0,0,0,0,0,21822,0,0,0,'Pumpkin Fiend','',NULL,0,80,80,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,0,1,0,2048,8,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,0.5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(23561,30016,0,0,0,0,7869,0,0,0,'Soldier of the Frozen Wastes','',NULL,0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,73,1,8388624,0,'',12340),(23562,30049,0,0,0,0,12818,0,0,0,'Unstoppable Abomination','',NULL,0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),(23563,30047,0,0,0,0,16178,0,0,0,'Soul Weaver','',NULL,0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.5,1,1,0,0,0,0,0,0,0,62,1,8388624,0,'',12340),(23588,0,0,0,0,0,22265,0,0,0,'Brewfest Ram','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(23599,0,0,0,0,0,7005,0,0,0,'[PH] New Hinterlands NPC','',NULL,0,50,50,0,694,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23607,0,0,0,0,0,21866,21867,21868,21869,'[PH] Brewfest Orc Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23608,0,0,0,0,0,21870,21871,21872,21873,'[PH] Brewfest Tauren Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23609,0,0,0,0,0,21874,21875,21876,21877,'[PH] Brewfest Troll Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23610,0,0,0,0,0,21838,21839,21840,21841,'[PH] Brewfest Blood Elf Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23611,0,0,0,0,0,21878,21879,21880,21881,'[PH] Brewfest Undead Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23613,0,0,0,0,0,21842,21844,21843,21845,'[PH] Brewfest Draenei Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23614,0,0,0,0,0,21850,21851,21852,21853,'[PH] Brewfest Gnome Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23615,0,0,0,0,0,21862,21863,21864,21865,'[PH] Brewfest Night Elf Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23616,0,0,0,0,0,1100,0,0,0,'Kyle the Frenzied','',NULL,0,12,12,0,35,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23617,0,0,0,0,0,14500,0,0,0,'Matron Goodwell','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23618,0,0,0,0,0,21641,0,0,0,'Ahab Wheathoof','The Old Rancher',NULL,0,62,62,1,35,2,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23621,0,0,0,0,0,21646,0,0,0,'Testy McHelmet','',NULL,0,73,73,1,105,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23622,0,0,0,0,0,1100,0,0,0,'Kyle the Friendly','',NULL,0,12,12,0,35,0,0.98,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23629,0,0,0,0,0,14890,21667,21668,21669,'[PH] Darkmoon Faire Carnie APPEARANCE A','',NULL,0,25,25,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23630,0,0,0,0,0,21670,21671,21672,14912,'[PH] Darkmoon Faire Carnie APPEARANCE B','',NULL,0,25,25,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23631,0,0,0,0,0,21673,21674,21675,21676,'[PH] Darkmoon Faire Carnie APPEARANCE C','',NULL,0,25,25,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23632,0,0,0,0,0,21677,21678,21679,21680,'[PH] Darkmoon Faire Carnie APPEARANCE D','',NULL,0,25,25,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23633,0,0,0,0,0,14913,21681,21682,21683,'[PH] Darkmoon Faire Carnie APPEARANCE E','',NULL,0,25,25,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23634,0,0,0,0,0,21684,14914,0,0,'[PH] Darkmoon Faire Carnie APPEARANCE F','',NULL,0,25,25,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23694,0,0,0,0,0,24720,0,0,0,'Pulsing Pumpkin','',NULL,0,80,80,0,14,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.75,1,1,0,0,0,0,0,0,0,0,1,0,2,'boss_headless_horseman_pumpkin',12340),(23697,0,0,0,0,0,21693,21694,21695,21696,'Beer Goggles Gnome Male','',NULL,0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23707,0,0,0,0,0,14473,0,0,0,'Grimbooze\'s Alarm System','',NULL,0,3,3,0,290,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(23708,0,0,0,0,0,5299,0,0,0,'Rusty Mechanical Guardian','',NULL,0,18,18,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),(23709,0,0,0,0,0,3954,0,0,0,'Dark Iron Guzzler','',NULL,0,10,10,0,1194,0,1.2,1.14286,1,0,13,17,0,42,1,2000,2000,1,640,2048,0,0,0,0,0,0,9,13,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,48,1,650854267,0,'npc_dark_iron_guzzler',12340),(23721,0,0,0,0,0,19926,0,0,0,'Concert Bruiser','',NULL,0,70,70,1,1896,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(23722,0,0,0,0,0,21704,0,0,0,'Sasha Goens','Dalaran Rent-A-Mage',NULL,0,70,70,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23754,0,0,0,0,0,21723,0,0,0,'Murloc Costume','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23765,0,0,0,0,0,21741,0,0,0,'Sylvanas Windrunner (High Elf)','',NULL,0,60,60,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23775,0,0,0,0,0,21908,0,0,0,'Head of the Horseman','',NULL,0,80,80,2,14,0,0.8,0.8,1,1,422,586,0,642,7.5,2000,0,1,33816576,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,88,1,0,0,'boss_headless_horseman_head',12340),(23788,0,0,0,0,0,21766,0,0,0,'Wixa Whelpwatcher','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23795,0,0,0,0,0,21826,21827,21828,21829,'Dark Iron Antagonist','',NULL,0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23819,0,0,0,0,0,21846,21847,0,0,'[PH] Brewfest Dwarf Male Celebrant','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23820,0,0,0,0,0,21848,21849,0,0,'[PH] Brewfest Dwarf Female Celebrant','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23824,0,0,0,0,0,21856,21857,0,0,'[PH] Brewfest Goblin Female Celebrant','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23825,0,0,0,0,0,21854,21855,0,0,'[PH] Brewfest Goblin Male Celebrant','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23830,0,0,0,0,0,21955,11686,0,0,'[DNT] L70ETC FX Controller','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23845,0,0,0,0,0,21955,11686,0,0,'[DNT] L70ETC Bergrisst Controller','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23850,0,0,0,0,0,21955,11686,0,0,'[DNT] L70ETC Concert Controller','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23852,0,0,0,0,0,21955,11686,0,0,'[DNT] L70ETC Mai\'Kyl Controller','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23853,0,0,0,0,0,21955,11686,0,0,'[DNT] L70ETC Samuro Controller','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23854,0,0,0,0,0,21955,11686,0,0,'[DNT] L70ETC Sig Controller','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23855,0,0,0,0,0,21955,11686,0,0,'[DNT] L70ETC Chief Thunder-Skins Controller','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23872,0,0,0,0,0,21824,0,0,0,'Coren Direbrew','',NULL,11387,80,80,2,35,3,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,23872,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,24,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_coren_direbrew',12340),(23894,0,0,0,0,0,16925,0,0,0,'[DND] Brewfest Dark Iron Spawn Bunny','',NULL,0,80,80,0,35,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_dark_iron_attack_mole_machine',12340),(23902,0,0,0,0,0,21895,0,0,0,'Riding Wolf (Ghost) OLD','',NULL,0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23903,0,0,0,0,0,21896,0,0,0,'Swift Riding Wolf (Ghost) OLD','',NULL,0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(23904,0,0,0,0,0,18338,0,0,0,'Sir Thomas','Son of Thomas',NULL,0,1,1,0,35,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(23909,0,0,0,0,0,21900,0,0,0,'Sinister Squashling','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(23910,0,0,0,0,0,17105,0,0,0,'Mr. Pinchy','',NULL,0,70,70,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23936,0,0,0,0,0,21925,0,0,0,'[DNT]TEST Pet Moth','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(23952,0,0,0,0,0,21939,0,0,0,'Flying Broom','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),(23988,0,0,0,0,0,21959,0,0,0,'Michael Schweitzer','Minstrel Manager',NULL,9124,70,70,0,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24039,0,0,0,0,0,11686,0,0,0,'Sundered Ghost','',NULL,0,70,70,1,14,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.9,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),(24171,0,0,0,0,0,21955,11686,0,0,'[DNT] Darkmoon Faire Target Bunny','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24202,0,0,0,0,0,4626,0,0,0,'[DND] Brewfest Barker Bunny 1','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_brewfest_bark_trigger',12340),(24203,0,0,0,0,0,4626,0,0,0,'[DND] Brewfest Barker Bunny 2','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_brewfest_bark_trigger',12340),(24204,0,0,0,0,0,4626,0,0,0,'[DND] Brewfest Barker Bunny 3','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_brewfest_bark_trigger',12340),(24205,0,0,0,0,0,4626,0,0,0,'[DND] Brewfest Barker Bunny 4','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_brewfest_bark_trigger',12340),(24220,0,0,0,0,0,21955,11686,0,0,'[DNT] Darkmoon Faire Target Bunny Controller','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24292,0,0,0,0,0,22370,0,0,0,'[PH] Gossip NPC Human Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24293,0,0,0,0,0,22371,0,0,0,'[PH] Gossip NPC Human Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24294,0,0,0,0,0,22360,0,0,0,'[PH] Gossip NPC Blood Elf Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24295,0,0,0,0,0,22361,0,0,0,'[PH] Gossip NPC Blood Elf Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24296,0,0,0,0,0,22362,0,0,0,'[PH] Gossip NPC Draenei Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24297,0,0,0,0,0,22363,0,0,0,'[PH] Gossip NPC Draenei Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24298,0,0,0,0,0,22364,0,0,0,'[PH] Gossip NPC Dwarf Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24299,0,0,0,0,0,22365,0,0,0,'[PH] Gossip NPC Dwarf Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24300,0,0,0,0,0,22380,0,0,0,'[PH] Gossip NPC Undead Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24301,0,0,0,0,0,22381,0,0,0,'[PH] Gossip NPC Undead Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24302,0,0,0,0,0,22366,0,0,0,'[PH] Gossip NPC Gnome Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24303,0,0,0,0,0,22367,0,0,0,'[PH] Gossip NPC Gnome Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24304,0,0,0,0,0,22368,0,0,0,'[PH] Gossip NPC Goblin Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24305,0,0,0,0,0,22369,0,0,0,'[PH] Gossip NPC Goblin Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24306,0,0,0,0,0,22372,0,0,0,'[PH] Gossip NPC Night Elf Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24307,0,0,0,0,0,22373,0,0,0,'[PH] Gossip NPC Night Elf Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24308,0,0,0,0,0,22374,0,0,0,'[PH] Gossip NPC Orc Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24309,0,0,0,0,0,22375,0,0,0,'[PH] Gossip NPC Orc Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24310,0,0,0,0,0,22376,0,0,0,'[PH] Gossip NPC Tauren Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24311,0,0,0,0,0,22377,0,0,0,'[PH] Gossip NPC Tauren Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24319,0,0,0,0,0,25017,0,0,0,'[PH] Creepy Rag Doll','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(24337,0,0,0,0,0,4626,0,0,0,'[DND] Brewfest Delivery Bunny','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24360,0,0,0,0,0,22378,0,0,0,'[PH] Gossip NPC Troll Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24361,0,0,0,0,0,22379,0,0,0,'[PH] Gossip NPC Troll Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24364,0,0,0,0,0,22449,0,0,0,'Flynn Firebrew','',NULL,0,30,30,0,35,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_brewfest_keg_thrower',12340),(24417,0,0,0,0,0,22452,0,0,0,'Invisible Man - No Weapons (Server Only/Hide Body)','',NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24470,0,0,0,0,0,22352,0,0,0,'[PH] Maldonado\'s Test Creature','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24491,0,0,0,0,0,22476,0,0,0,'Deathguard Florence','','',0,24,24,0,71,1,1.25,1.14286,1,0,34,46,0,84,1,2000,2000,1,32768,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),(24496,0,0,0,0,0,22481,22482,22483,22484,'Beer Goggles Orc Female','',NULL,0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24503,0,0,0,0,0,16633,0,0,0,'LePeux','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),(24522,0,0,0,0,0,22507,22508,0,0,'Brewfest Goblin Setup Crew','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24527,0,0,0,0,0,22507,0,0,0,'Bok Dropcertain','',NULL,0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_brewfest_keg_thrower',12340),(24529,0,0,0,0,0,22512,22512,22511,22511,'Voodoo Servant','',NULL,0,70,70,2,1684,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,19874,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24536,0,0,0,0,0,16925,0,0,0,'Dark Iron Herald','',NULL,0,80,80,0,35,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24545,0,0,0,0,0,22531,0,0,0,'Thunderbrew \"Apprentice\"','Thunderbrew Brew Vendor',NULL,0,50,50,0,35,128,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24631,0,0,0,0,0,22461,0,0,0,'Drunk Dwarf Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24632,0,0,0,0,0,22545,0,0,0,'Drunk Goblin Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24658,0,0,0,0,0,22554,0,0,0,'[PH] BLB Blue Blood Elf Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24753,0,0,0,0,0,22629,0,0,0,'Pint-Sized Pink Pachyderm','',NULL,0,1,1,0,35,0,1,0.95238,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24860,0,0,0,0,0,2348,0,0,0,'Defias Pirate, Female','',NULL,0,19,20,0,17,0,1,1.14286,1,1,29,39,0,70,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24366,0,0,0,0,0,1233,0,0,0,'Nizzle','Gryphon Master',NULL,6944,65,65,0,1732,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23542,0,0,0,0,0,22273,22274,0,0,'Amani\'shi Axe Thrower','',NULL,0,71,71,1,1890,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,23542,23542,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,1,1,0,33106,0,0,0,0,0,144,1,0,0,'',12340),(23554,0,0,0,0,0,10771,0,0,0,'Risen Spirit','',NULL,0,35,36,0,14,0,1.11111,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,6,0,23554,23554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(23555,0,0,0,0,0,1196,10255,0,0,'Risen Husk','',NULL,0,35,36,0,14,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,6,0,23555,23555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(23559,0,0,0,0,0,21702,0,0,0,'Budd Nedreck','',NULL,8775,70,70,1,35,3,1,1.71429,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(23560,0,0,0,0,0,21619,0,0,0,'Provisioner Ameenah','Reagents',NULL,0,70,70,1,35,2176,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23565,0,0,0,0,0,21620,0,0,0,'Turgore','',NULL,0,14,14,0,35,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23566,0,0,0,0,0,21621,0,0,0,'Calia Hastings','SI:7',NULL,12517,38,38,0,12,3,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23567,0,0,0,0,0,21622,0,0,0,'Inspector Tarem','',NULL,8761,40,40,0,35,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23568,0,0,0,0,0,21623,0,0,0,'Captain Darill','',NULL,8788,37,37,0,1078,3,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23569,0,0,0,0,0,21624,0,0,0,'Renn McGill','SI:7 Salvage Diver',NULL,8837,37,37,0,12,3,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,768,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23570,0,0,0,0,0,21625,0,0,0,'Gizzix Grimegurgle','',NULL,0,40,40,0,474,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23571,0,0,0,0,0,21626,0,0,0,'Razbo Rustgear','Weapon & Armor Merchant',NULL,0,39,39,0,474,4224,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23572,0,0,0,0,0,21627,0,0,0,'Drazzit Dripvalve','',NULL,0,39,39,0,474,2,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23573,0,0,0,0,0,21629,0,0,0,'Krixil Slogswitch','Food & Drink',NULL,0,41,41,0,474,640,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,768,2048,0,0,0,0,0,0,41,60,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23574,0,0,0,0,0,21630,0,0,0,'Akil\'zon','Eagle Avatar',NULL,0,73,73,1,1890,0,1.6,2.14286,1,3,313,448,0,302,35,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,7,76,23574,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345375,422125,'',0,3,1,154,25,1,0,0,0,0,0,0,0,190,1,617299803,1,'boss_akilzon',12340),(23576,0,0,0,0,0,21631,0,0,0,'Nalorakk','Bear Avatar',NULL,0,73,73,1,1890,0,2,2.14286,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,108,23576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361813,442216,'',0,3,1,126.35,1,1,0,0,0,0,0,0,0,191,1,617299803,33,'boss_nalorakk',12340),(23577,0,0,0,0,0,21632,0,0,0,'Halazzi','Lynx Avatar',NULL,0,73,73,1,1890,0,4,2.14286,1,3,316,450,0,320,35,2000,2000,1,32832,2048,0,0,0,0,0,0,278,413,58,7,76,23577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345432,422195,'',0,3,1,56.875,5,1,0,0,0,0,0,0,0,196,1,617299803,33,'boss_halazzi',12340),(23578,0,0,0,0,0,21633,0,0,0,'Jan\'alai','Dragonhawk Avatar',NULL,0,73,73,1,1890,0,1,2.14286,1,3,316,450,0,320,35,2000,2000,1,32832,2048,0,0,0,0,0,0,278,413,58,7,76,23578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343737,420123,'',0,3,1,94.5,5,1,0,0,0,0,0,0,0,188,1,617299803,1,'boss_janalai',12340),(23579,0,0,0,0,0,21967,0,0,0,'Brogg','Stonemaul Survivor',NULL,8801,41,41,0,35,3,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,768,2048,0,0,0,0,0,0,41,60,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23580,0,0,0,0,0,22277,22278,0,0,'Amani\'shi Warbringer','',NULL,0,71,71,1,1890,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,2120,23580,23580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10.5,1,1,0,33106,0,0,0,0,0,0,1,0,0,'',12340),(23581,0,0,0,0,0,22275,22276,0,0,'Amani\'shi Medicine Man','',NULL,0,71,71,1,1890,0,1,1.42857,1,1,296,424,0,290,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,72,23581,23581,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,10,1,0,33106,0,0,0,0,0,144,1,0,0,'',12340),(23582,0,0,0,0,0,22271,22272,0,0,'Amani\'shi Tribesman','',NULL,0,71,71,1,1890,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,23582,23582,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,1,1,0,33106,0,0,0,0,0,144,1,0,0,'',12340),(23583,0,0,0,0,0,20570,17188,0,0,'Evidence Marker','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23584,0,0,0,0,0,22467,0,0,0,'Amani Bear','',NULL,0,70,70,1,44,0,1,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,4,0,0,0,0,215,320,44,1,72,23584,0,70067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,1,1,0,0,0,0,0,0,0,144,1,1024,0,'',12340),(23585,0,0,0,0,0,1126,25268,0,0,'Witch Light','',NULL,0,1,1,2,35,0,0.8,0.571429,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,82,1,0,128,'',12340),(23586,0,0,0,0,0,22983,0,0,0,'Amani\'shi Scout','',NULL,0,70,70,1,1890,0,1,1.14286,1,0,252,357,0,304,1,1600,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,23586,23586,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,536936960,0,'',12340),(23587,0,0,0,0,0,22315,22316,0,0,'Amani\'shi Reinforcement','',NULL,0,70,70,1,1890,0,1.15,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,32323,43298,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(23589,0,0,0,0,0,21647,21648,21649,0,'Defias Rummager','',NULL,0,36,37,0,16,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,32768,2048,0,0,0,0,0,0,35,52,12,7,0,23589,23589,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,225,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23590,0,0,0,0,0,21650,21651,0,0,'Defias Conjuror','',NULL,0,36,37,0,16,0,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,32768,2048,0,0,0,0,0,0,33,48,11,7,0,23590,23590,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,225,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23591,0,0,0,0,0,21652,0,0,0,'Defias Diver','',NULL,0,37,38,0,16,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,32768,2048,0,0,0,0,0,0,36,53,13,7,0,23591,23591,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,225,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23592,0,0,0,0,0,21656,21657,0,0,'Grimtotem Breaker','',NULL,0,36,37,0,16,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,32768,2048,0,0,0,0,0,0,35,52,12,7,0,23592,23592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'',0,3,1,1.15,1,1,0,33061,0,0,0,0,0,0,1,0,0,'',12340),(23593,0,0,0,0,0,21653,21654,21655,0,'Grimtotem Spirit-Shifter','',NULL,0,36,37,0,16,0,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,32768,2048,0,0,0,0,0,0,33,48,11,7,0,23593,23593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'SmartAI',0,3,1,1.15,1,1,0,33061,0,0,0,0,0,0,1,0,0,'',12340),(23594,0,0,0,0,0,21663,21664,0,0,'Grimtotem Destroyer','',NULL,0,38,39,0,16,0,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,32768,2048,0,0,0,0,0,0,37,55,13,7,0,23594,23594,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23595,0,0,0,23594,0,21658,21660,0,0,'Grimtotem Earthbinder','',NULL,0,38,39,0,16,0,1,1.14286,1,0,51,67,0,124,1,2000,2000,2,32768,2048,0,0,0,0,0,0,35,51,12,7,0,23595,23595,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23596,0,0,0,0,0,22307,22308,0,0,'Amani\'shi Flame Caster','',NULL,0,71,71,1,1890,0,1,2,1,1,296,424,0,290,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,8,23596,23596,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,2,1,0,33106,0,0,0,0,0,180,1,0,0,'',12340),(23597,0,0,0,0,0,22309,22310,0,0,'Amani\'shi Guardian','',NULL,0,71,71,1,1890,0,1,2,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,8,23597,23597,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,1,1,0,33106,0,0,0,0,0,180,1,885331967,0,'',12340),(23598,0,0,0,0,0,17546,0,0,0,'Amani Dragonhawk Hatchling','',NULL,0,70,70,1,1890,0,1.15,1.14286,1,0,252,357,0,304,1,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_janalai_hatchling',12340),(23600,0,0,0,0,0,21637,0,0,0,'Apprentice Morlann','Tabetha\'s Apprentice',NULL,8811,37,37,0,35,3,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,768,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23601,0,0,0,0,0,21638,0,0,0,'Apprentice Garion','Tabetha\'s Apprentice',NULL,8812,38,38,0,35,3,1,1.14286,1,0,49,65,0,120,1,2000,2000,2,768,2048,0,0,0,0,0,0,34,50,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23602,0,0,0,0,0,21639,21640,0,0,'Deserter Agitator','',NULL,8762,35,35,0,894,1,1,1.14286,1,0,45,60,0,110,1,2000,2000,2,512,2048,0,0,0,0,0,0,31,46,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23612,0,0,0,0,0,1233,0,0,0,'Dyslix Silvergrub','Flight Master',NULL,6944,65,65,0,474,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23620,0,0,0,0,0,21642,21643,21644,21645,'Privateer','',NULL,0,35,36,0,14,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,23620,23620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,180,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23636,0,0,0,0,0,21698,21699,21700,0,'Mudsprocket Bruiser','',NULL,0,55,55,0,475,0,1,1.42857,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(23637,0,0,0,0,0,21639,21640,0,0,'Deserter Lieutenant','',NULL,0,37,37,0,1883,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,23637,23637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23679,0,0,0,0,0,21689,0,0,0,'Garn Mathers','',NULL,0,37,37,0,16,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,32768,2048,0,0,0,0,0,0,35,52,12,7,0,23679,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,33037,0,0,0,0,0,0,1,0,0,'',12340),(23681,0,0,0,0,0,4839,0,0,0,'Captain Averen','',NULL,0,38,38,0,150,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23687,0,0,0,0,0,6377,0,0,0,'Scorchscale Drake','',NULL,0,42,42,0,103,0,1,1.14286,1,1,62,83,0,152,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,2,0,23687,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,5,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23701,0,0,0,0,0,652,0,0,0,'Mirefin Ambusher','',NULL,0,36,37,0,18,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,23701,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23704,0,0,0,0,0,2585,0,0,0,'Cassa Crimsonwing','Apprentice Gryphon Master',NULL,8782,40,40,0,894,1,1,1.14286,1,0,52,69,0,128,1,2000,2000,2,32768,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'npc_taxi',12340),(23705,0,0,0,0,0,592,0,0,0,'Catlord Corpse','',NULL,0,18,18,0,35,0,1,1.14286,1,0,26,35,0,64,1,2000,2000,2,33587968,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23714,0,0,0,0,0,21653,21654,21655,0,'Grimtotem Elder','',NULL,0,36,37,0,16,0,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,32768,2048,0,0,0,0,0,0,33,48,11,7,0,23714,23714,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'',0,3,1,1.15,1,1,0,33061,0,0,0,0,0,0,1,0,0,'',12340),(23716,0,0,0,0,0,590,0,0,0,'Hexxer Corpse','',NULL,0,17,17,0,35,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,2,33587968,2048,0,0,0,0,0,0,17,25,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23717,0,0,0,0,0,2467,0,0,0,'ScottM Test Dummy','',NULL,0,70,70,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(23718,0,0,0,0,0,21618,0,0,0,'Mack','',NULL,8789,70,70,1,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23720,0,0,0,0,0,2978,2977,2979,2980,'Theramore Prisoner','',NULL,0,35,35,0,894,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,33024,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23723,0,0,0,0,0,2981,0,0,0,'Sergeant Lukas','',NULL,8787,34,35,0,11,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23724,0,0,0,0,0,21706,0,0,0,'Samir','',NULL,0,70,70,1,35,4226,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23727,0,0,0,0,0,17188,0,0,0,'Invis Raptor Credit','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23741,0,0,0,0,0,2571,0,0,0,'Captured Raptor','',NULL,0,36,37,0,1909,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,11,0,0,0,0,35,52,12,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23745,0,0,0,0,0,21719,0,0,0,'Garg','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23746,0,0,0,0,0,16480,19595,0,0,'Zul\'Aman Exterior InvisMan','',NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23747,0,0,0,0,0,229,236,239,2405,'Overworked Nag','',NULL,0,12,20,0,35,0,1,1.28571,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23748,0,0,0,0,0,21720,0,0,0,'Kurzel','Food & Drink',NULL,0,70,70,1,35,640,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23751,0,0,0,0,0,20570,17188,0,0,'North Tent','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23752,0,0,0,0,0,20570,17188,0,0,'Northeast Tent','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23753,0,0,0,0,0,20570,17188,0,0,'East Tent','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23757,0,0,0,0,0,15231,0,0,0,'Amani Healing Ward','',NULL,0,70,71,0,58,0,1.15,1.14286,1,0,299,426,0,308,1,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,42375,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23759,0,0,0,0,0,21736,0,0,0,'Bear Spirit Transform Visual','',NULL,0,1,1,0,1890,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,5,1,0,0,0,0,0,0,0,188,1,617299803,1,'',12340),(23761,0,0,0,0,0,21738,0,0,0,'Prigmon','',NULL,0,70,70,1,35,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7264,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23762,0,0,0,0,0,21739,0,0,0,'Brend','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23764,0,0,0,0,0,21740,0,0,0,'Marge','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23766,0,0,0,0,0,21742,0,0,0,'Morgom','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(23768,0,0,0,0,0,21743,0,0,0,'Lynn Hyal','',NULL,0,40,40,0,35,1,1.1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23769,0,0,0,0,0,21744,0,0,0,'Jimmy Hyal','',NULL,0,8,8,0,35,0,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23774,0,0,0,0,0,22313,22314,0,0,'Amani\'shi Trainer','',NULL,0,70,70,1,1890,0,1,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,23774,23774,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,1,1,0,33106,0,0,0,0,0,144,1,0,0,'',12340),(23786,0,0,0,0,0,21764,0,0,0,'Stonemaul Spirit','',NULL,0,40,40,0,14,0,1.2,1.14286,1,0,56,74,0,136,1,1610,2000,1,0,2048,0,0,0,0,0,0,39,57,14,6,0,23786,23786,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,50,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(23787,0,0,0,0,0,21362,0,0,0,'Mister Manny','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(23789,0,0,0,0,0,9586,0,0,0,'Smolderwing','',NULL,0,41,41,0,103,0,1.1,1.14286,1,0,55,72,0,132,1,2000,2000,2,0,2048,0,0,0,0,0,0,38,55,13,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23790,0,0,0,0,0,21767,0,0,0,'Tanzar','',NULL,8799,70,70,1,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_zulaman_hostage',12340),(23797,0,0,0,0,0,12229,0,0,0,'Moxie Steelgrille','',NULL,8830,41,41,0,474,3,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,768,2048,0,0,0,0,0,0,41,60,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23807,0,0,0,0,0,16480,19595,0,0,'Zul\'Aman - Bear God Invisman','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23811,0,0,0,0,0,16988,0,0,0,'Captured Totem','',NULL,0,1,1,0,35,0,0.001,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23812,0,0,0,0,0,21793,0,0,0,'Lynx Spirit','',NULL,0,73,73,1,16,0,1,1.14286,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,2,0,0,0,0,278,413,58,1,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11571,0,0,0,'',0,3,1,10.5,60,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),(23813,0,0,0,0,0,16480,19595,0,0,'Zul\'Aman - Dragonhawk God Invisman','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23814,0,0,0,0,0,16480,19595,0,0,'Zul\'Aman - Eagle God Invisman','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23815,0,0,0,0,0,16480,19595,0,0,'Zul\'Aman - Lynx God Invisman','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23817,0,0,0,0,0,10056,0,0,0,'Dragonhawk Egg','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_janalai_egg',12340),(23818,0,0,0,0,0,22303,22304,0,0,'Amani\'shi Hatcher','',NULL,0,70,70,1,1890,0,1.15,1.14286,1,0,252,357,0,304,1,1600,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_janalai_hatcher',12340),(23822,0,0,0,0,0,23002,0,0,0,'Amani Protective Ward','',NULL,0,70,71,0,58,0,1.15,1.14286,1,0,299,426,0,308,1,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,42480,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23832,0,0,0,0,0,20570,21888,0,0,'Zeppelin Power Core','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23834,0,0,0,0,0,17547,0,0,0,'Amani Dragonhawk','',NULL,0,70,70,1,1890,0,1,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,1,8,23834,0,70170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(23835,0,0,0,0,0,4670,0,0,0,'Sergeant Amelyn','',NULL,8831,53,57,0,150,3,1,1.38571,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23841,0,0,0,0,0,5306,0,0,0,'Razorspine','',NULL,0,36,36,0,18,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,2,0,2048,0,0,0,0,0,0,32,47,11,7,0,23841,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,5847,33110,0,0,0,0,0,1,0,0,'',12340),(23843,0,0,0,0,0,21805,0,0,0,'Mordant Grimsby','',NULL,0,42,42,0,35,2,1,1.14286,1,0,58,77,0,142,1,2000,2000,2,768,2048,0,0,0,0,0,0,40,59,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23858,0,0,0,0,0,21818,0,0,0,'Donna Brascoe','',NULL,0,70,70,1,35,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23861,0,0,0,0,0,21820,21821,20043,21882,'Restless Apparition','',NULL,0,35,35,0,35,1,1,1.14286,1,0,45,60,0,110,1,2000,2000,2,768,2048,0,0,0,0,0,0,31,46,11,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(23863,0,0,0,0,0,21899,0,0,0,'Zul\'jin','',NULL,0,73,73,1,1890,0,2.4,2.14286,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,108,23863,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418035,510932,'',0,3,1,157.5,1,1,0,0,0,0,0,0,0,192,1,617299803,1,'boss_zuljin',12340),(23864,0,0,0,0,0,14696,0,0,0,'Zelfrax','',NULL,0,36,36,0,954,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,2,768,2048,0,0,0,0,0,0,32,47,11,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_zelfrax',12340),(23868,0,0,0,0,0,20570,17188,0,0,'Invis Zelfrax Target','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23869,0,0,0,0,0,20570,17188,0,0,'Invis Zelfrax Origin','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23873,0,0,0,0,0,21825,0,0,0,'Goreclaw the Ravenous','',NULL,0,39,39,0,48,0,1.6,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,11,0,0,0,0,37,55,13,1,1,23873,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13236,0,0,0,'',1,3,1,1.5,1,1,0,33085,0,0,0,0,0,0,1,0,0,'',12340),(23877,0,0,0,0,0,21793,0,0,0,'Amani Lynx Spirit','',NULL,0,73,73,1,1665,0,1,1.42857,1,3,316,450,0,320,35,1200,2000,1,0,2048,0,0,0,0,0,0,278,413,58,1,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11571,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,144,1,617299803,0,'',12340),(23878,0,0,0,0,0,21830,0,0,0,'Amani Bear Spirit','',NULL,0,73,73,1,1665,0,1,1.42857,1,3,316,450,0,320,35,1200,2000,1,0,2048,0,0,0,0,0,0,278,413,58,1,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11571,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,144,1,617299803,0,'',12340),(23879,0,0,0,0,0,21831,0,0,0,'Amani Dragonhawk Spirit','',NULL,0,73,73,1,1665,0,1,1.42857,1,3,316,450,0,320,35,1200,2000,1,0,2048,0,0,0,0,0,0,278,413,58,1,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11571,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,144,1,617299803,0,'',12340),(23880,0,0,0,0,0,22256,0,0,0,'Amani Eagle Spirit','',NULL,0,73,73,1,1665,0,1,1.42857,1,3,316,450,0,320,35,1200,2000,1,0,2048,0,0,0,0,0,0,278,413,58,1,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11571,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,144,1,617299803,0,'',12340),(23881,0,0,0,0,0,16062,0,0,0,'Apothecary Cylla','',NULL,0,38,38,0,14,0,1,1.14286,1,0,49,65,0,120,1,2000,2000,2,0,2048,0,0,0,0,0,0,34,50,12,7,0,23881,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23889,0,0,0,0,0,22322,22323,22324,22325,'Amani\'shi Savage','',NULL,0,70,70,1,1890,0,1,1.42857,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.28,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(23892,0,0,0,0,0,21887,0,0,0,'Babs Fizzletorque','',NULL,0,35,35,0,894,2,1,1.14286,1,0,45,60,0,110,1,2000,2000,2,0,2048,0,0,0,0,0,0,31,46,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23893,0,0,0,0,0,20570,21888,0,0,'Invis Lighthouse Light','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23896,0,0,0,0,0,21891,0,0,0,'\"Dirty\" Michael Crowe','Fish Merchant',NULL,8826,36,36,0,894,643,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,32768,2048,0,0,0,0,0,0,34,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23897,0,0,0,0,0,21893,0,0,0,'Zungam','',NULL,0,70,70,1,35,4226,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,295168,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23899,0,0,0,0,0,22355,0,0,0,'Tethyr','',NULL,0,40,40,0,1771,0,2.1,2.1,1,1,56,74,0,136,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,39,57,14,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,100,1,1,0,0,0,0,0,0,0,0,0,617299803,0,'',12340),(23900,0,0,0,0,0,4835,2984,2981,2983,'Theramore Marksman','',NULL,0,40,40,0,1770,0,1,0.85714,1,0,52,69,0,128,1,2000,2000,2,0,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(23905,0,0,0,0,0,11037,0,0,0,'Major Mills','',NULL,0,50,50,0,894,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23907,0,0,0,0,0,1126,11686,0,0,'Theramore Cannon','',NULL,0,40,40,0,35,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23912,0,0,0,0,0,21901,0,0,0,'Dragonhawk Spirit Transform Visual','',NULL,0,1,1,0,1890,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,5,1,0,0,0,0,0,0,0,188,1,617299803,1,'',12340),(23913,0,0,0,0,0,22257,0,0,0,'Eagle Spirit Transform Visual','',NULL,0,1,1,0,1890,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,5,1,0,0,0,0,0,0,0,188,1,617299803,1,'',12340),(23914,0,0,0,0,0,21907,0,0,0,'Lynx Spirit Transform Visual','',NULL,0,1,1,0,1890,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,5,1,0,0,0,0,0,0,0,188,1,617299803,1,'',12340),(23920,0,0,0,0,0,169,11686,0,0,'Fire Bomb (Zul\'Aman)','',NULL,0,73,73,1,14,0,1.15,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_janalai_firebomb',12340),(23928,0,0,0,0,0,12200,0,0,0,'Lurking Shark','',NULL,0,37,37,0,14,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23941,0,0,0,0,0,4839,0,0,0,'Gavis Greyshield','',NULL,0,38,38,0,16,0,1,1.14286,1,0,49,65,0,120,1,2000,2000,2,0,2048,0,0,0,0,0,0,34,50,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23942,0,0,0,0,0,5907,0,0,0,'Andello Porter','SI:7',NULL,0,38,38,0,35,2,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,768,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23944,0,0,0,0,0,21934,0,0,0,'Essence of Zul\'jin','',NULL,0,70,70,1,1890,0,1,1.14286,1,1,252,357,0,304,35,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,105,1,1,0,0,0,0,0,0,0,191,1,617299803,1,'',12340),(23948,0,0,0,0,0,17645,0,0,0,'Apprentice Tasserel','',NULL,0,68,68,0,1696,2,1,1.14286,1,0,212,309,0,130,1,2000,2000,8,32768,2048,0,0,0,0,0,0,197,294,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23949,0,0,0,0,0,4839,0,0,0,'Lieutenant Nath','',NULL,8835,52,52,0,150,3,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,33280,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23950,0,0,0,0,0,4839,0,0,0,'Lieutenant Khand','',NULL,8836,52,52,0,150,3,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,33280,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23951,0,0,0,0,0,4839,0,0,0,'Lieutenant Aden','',NULL,8834,52,52,0,150,3,1,1.38571,1,0,87,117,0,214,1,2000,2000,1,33280,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23969,0,0,0,0,0,6377,0,0,0,'Firemane Drake','',NULL,0,63,63,0,103,0,3.2,1.14286,1,0,181,253,0,268,1,2000,2000,1,768,2048,0,0,0,0,0,0,147,219,32,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,1,1,1,0,0,0,0,0,0,0,57,1,0,0,'',12340),(23979,0,0,0,0,0,21950,0,0,0,'Giant Marsh Frog','',NULL,0,1,1,0,188,0,1.6,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,23979,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,33202,0,0,0,0,0,125,1,0,0,'',12340),(23995,0,0,0,0,0,31082,0,0,0,'Axle','Innkeeper',NULL,9123,39,39,0,474,66177,1,1.14286,1,0,51,67,0,124,1,2000,2000,2,0,2048,0,0,0,0,0,0,35,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23999,0,0,0,0,0,21970,0,0,0,'Harkor','',NULL,8874,70,70,1,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_zulaman_hostage',12340),(24001,0,0,0,0,0,21972,0,0,0,'Ashli','',NULL,8927,70,70,0,35,1,1,1.42857,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,144,1,0,0,'npc_zulaman_hostage',12340),(24005,0,0,0,0,0,308,0,0,0,'Mill Worker','',NULL,0,30,30,0,894,0,0.666668,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24006,0,0,0,0,0,21256,0,0,0,'Foreman Tionn','',NULL,0,35,35,0,894,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24007,0,0,0,0,0,89,0,0,0,'Mill Courier','',NULL,0,30,30,0,894,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24024,0,0,0,0,0,22002,0,0,0,'Kraz','',NULL,8881,70,70,1,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_zulaman_hostage',12340),(24025,0,0,0,0,0,17188,0,0,0,'Invis Firework Helper','',NULL,0,30,30,0,35,0,1,1.14286,1,0,30,42,0,44,1,2000,2000,8,33555200,2048,0,0,0,0,0,0,26,38,16,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24043,0,0,0,0,0,19705,0,0,0,'Amani Lynx','',NULL,0,70,70,1,16,0,1,2,1,1,252,357,0,304,7.5,1800,2000,1,0,2048,0,2,0,0,0,0,215,320,44,1,1,24043,0,70067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13348,0,0,0,'SmartAI',0,3,1,5.6,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(24047,0,0,0,0,0,834,0,0,0,'Amani Crocolisk','',NULL,0,70,70,1,190,0,1,1.42857,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,6,0,0,0,0,215,320,44,1,1,24047,0,24047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12927,0,0,0,'SmartAI',0,3,1,2.8,1,1,0,0,0,0,0,0,0,144,1,4112,0,'',12340),(24059,0,0,0,0,0,22301,22302,0,0,'Amani\'shi Beast Tamer','',NULL,0,71,71,1,1890,0,1,2,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,8,24059,24059,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.4,1,1,0,33106,0,0,0,0,0,180,1,0,0,'',12340),(24064,0,0,0,0,0,22517,0,0,0,'Amani Lynx Cub','',NULL,0,70,70,0,16,0,1,2,1,0,252,357,0,304,1,1600,2000,1,0,2048,0,2,0,0,0,0,215,320,44,1,1,24064,0,70067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13364,0,0,0,'SmartAI',0,3,1,2.1,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(24065,0,0,0,0,0,22303,22304,0,0,'Amani\'shi Handler','',NULL,0,71,71,1,1890,0,1,2,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,8,24065,24065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,1,1,0,33106,0,0,0,0,0,180,1,69649,0,'',12340),(24133,0,0,0,0,0,22130,0,0,0,'Ancient Grimtotem Spirit Guide','',NULL,0,36,37,0,16,0,1,1.14286,1,0,51,68,0,124,1,1800,2000,1,0,2048,0,1,0,0,0,0,35,52,12,1,1025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),(24136,0,0,0,0,0,11686,0,0,0,'Feather Vortex','',NULL,0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,102,1,0,0,'npc_zuljin_vortex',12340),(24138,0,0,0,0,0,1038,0,0,0,'Tamed Amani Crocolisk','',NULL,0,70,70,1,16,0,1,2,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,6,0,0,0,0,215,320,44,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12921,0,0,0,'',0,3,1,2.8,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(24143,0,0,0,0,0,20808,0,0,0,'Spirit of the Lynx','',NULL,0,73,73,1,16,0,1.3,1.14286,1,1,316,450,0,320,35,1800,2000,1,0,2048,0,0,0,0,0,0,278,413,58,1,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,23.7125,20,1,0,0,0,0,0,0,0,188,1,617299803,1,'npc_halazzi_lynx',12340),(24144,0,0,0,0,0,22348,0,0,0,'Halazzi','Lynx Avatar',NULL,0,73,73,1,1890,0,1.1,1.14286,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,21.875,5,1,0,0,0,0,0,0,0,194,1,617299803,1,'',12340),(24159,0,0,0,0,0,22255,0,0,0,'Amani Eagle','',NULL,0,70,70,1,1890,0,1,1.42857,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24175,0,0,0,0,0,22161,0,0,0,'Amani\'shi Lookout','',NULL,0,70,70,1,1890,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.4,1,1,0,33106,0,0,0,0,0,0,1,1558183934,0,'',12340),(24179,0,0,0,0,0,22261,22262,0,0,'Amani\'shi Wind Walker','',NULL,0,71,71,1,1890,0,1,1.42857,1,1,296,424,0,290,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,8,24179,24179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,10,1,0,33106,0,0,0,0,0,144,1,65536,0,'',12340),(24180,0,0,0,0,0,22263,22264,0,0,'Amani\'shi Protector','',NULL,0,71,71,1,1890,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,8,24180,24180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,10,1,0,33106,0,0,0,0,0,144,1,69632,0,'',12340),(24187,0,0,0,0,0,11686,0,0,0,'Column of Fire','',NULL,0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,43218,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24207,0,0,0,0,0,26079,0,0,0,'Army of the Dead Ghoul','',NULL,0,80,80,2,16,0,0.777776,1.14286,1,0,422,586,0,642,1,2000,2000,4,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,47468,47482,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.301265,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_pet_dk_army_of_the_dead',12340),(24208,0,0,0,0,0,1054,0,0,0,'\"Little\" Logok','Innkeeper',NULL,8912,43,43,0,29,66177,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,4608,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(24217,0,0,0,0,0,22467,0,0,0,'Amani Bear Mount','',NULL,0,70,70,1,44,0,1.15,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,4,0,0,0,0,215,320,44,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24222,0,0,0,0,0,22460,0,0,0,'Windy Cloud','',NULL,0,60,60,1,190,0,0.4,0.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,13,1040,0,0,80203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,5,1,1,1,1,0,0,0,0,0,0,0,64,1,0,0,'',12340),(24223,0,0,0,0,0,169,17188,0,0,'Eagle Trash Aggro Trigger','',NULL,0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24224,0,0,0,0,0,22523,0,0,0,'Corrupted Lightning Totem','',NULL,0,73,73,0,16,0,0.001,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,11,0,0,0,0,0,0,0,0,0,0,43301,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6.3,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(24225,0,0,0,0,0,22259,22260,0,0,'Amani\'shi Warrior','',NULL,0,70,70,1,1890,0,1,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.45,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24239,0,0,0,0,0,22332,0,0,0,'Hex Lord Malacrass','',NULL,0,73,73,1,1890,0,2,2.14286,1,3,313,448,0,302,35,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,76,24239,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,419816,513109,'',0,3,1,94.5,20,1,0,0,0,0,0,0,0,191,1,617299803,1,'boss_hexlord_malacrass',12340),(24240,0,0,0,0,0,22230,0,0,0,'Alyson Antille','',NULL,0,70,70,1,1890,0,1,1.42857,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12.25,5,1,0,0,0,0,0,0,0,144,1,0,0,'boss_alyson_antille',12340),(24241,0,0,0,0,0,20017,0,0,0,'Thurg','',NULL,0,70,70,1,1890,0,1,1.42857,1,3,252,357,0,304,7.5,2500,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.8,5,1,0,0,0,0,0,0,0,144,1,0,0,'boss_thurg',12340),(24242,0,0,0,0,0,14559,0,0,0,'Slither','',NULL,0,70,70,1,1890,0,1,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.8,5,1,0,0,0,0,0,0,0,144,1,0,0,'boss_slither',12340),(24243,0,0,0,0,0,22327,0,0,0,'Lord Raadan','',NULL,0,70,70,1,1890,0,0.888888,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.8,5,1,0,0,0,0,0,0,0,144,1,0,0,'boss_lord_raadan',12340),(24244,0,0,0,0,0,19618,0,0,0,'Gazakroth','',NULL,0,70,70,1,1890,0,1,1.42857,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12.25,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24245,0,0,0,0,0,22336,0,0,0,'Fenstalker','',NULL,0,70,70,1,1890,0,0.666668,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.8,5,1,0,0,0,0,0,0,0,144,1,0,0,'boss_fenstalker',12340),(24246,0,0,0,0,0,22335,0,0,0,'Darkheart','',NULL,0,70,70,1,1890,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.8,5,1,0,0,0,0,0,0,0,144,1,8388624,0,'boss_darkheart',12340),(24247,0,0,0,0,0,22337,0,0,0,'Koragg','',NULL,0,70,70,1,1890,0,0.8,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.8,5,1,0,0,0,0,0,0,0,144,1,8388624,0,'boss_koragg',12340),(24312,0,0,0,0,0,10056,0,0,0,'Dragonhawk Egg','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24320,0,0,0,0,0,4683,0,0,0,'Fire Nova Totem','',NULL,0,73,73,0,58,0,0.001,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24325,0,0,0,0,0,169,17188,0,0,'Eagle Troll Spawn Target','',NULL,0,70,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(24338,0,0,0,0,0,1206,6303,2957,2958,'Amani Snake','',NULL,0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.02,5,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),(24351,0,0,0,0,0,18808,0,0,0,'[PH] Gossip NPC Troll Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24352,0,0,0,0,0,18809,0,0,0,'[PH] Gossip NPC Troll Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24358,0,0,0,0,0,22340,0,0,0,'Harrison Jones','',NULL,8932,70,70,1,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,32,0,0,0,0,0,0,0,0,0,34189,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_harrison_jones',12340),(24363,0,0,0,0,0,16480,19595,0,0,'Hex Lord Malacrass','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24365,0,0,0,0,0,22347,0,0,0,'Willie\'s Corpse','',NULL,0,70,70,2,35,0,1.15,1.14286,1,0,252,357,0,304,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24367,0,0,0,0,0,22309,22310,0,0,'Amani\'shi Gate Guard','',NULL,0,71,71,1,1890,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.4,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24369,0,0,0,0,0,22387,0,0,0,'Wind Trader Zhareem','',NULL,8947,70,70,1,1797,3,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,33536,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24370,0,0,0,0,0,22386,0,0,0,'Nether-Stalker Mah\'duun','',NULL,8948,70,70,1,1731,3,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24374,0,0,0,0,0,22353,0,0,0,'Amani\'shi Berserker','',NULL,0,70,70,1,1890,0,0.666668,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,8,24374,24374,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,1,1,0,33106,0,0,0,0,0,144,1,885473279,0,'',12340),(24375,0,0,0,0,0,22354,0,0,0,'Harrison Jones','',NULL,0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,32,0,0,0,0,0,0,0,0,0,34189,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24377,0,0,0,0,0,11686,0,0,0,'[UNUSED]Vazruden Kill Credit','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24378,0,0,0,0,0,11686,0,0,0,'[UNUSED]Nazan Kill Credit','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24379,0,0,0,0,0,22464,0,0,0,'Amani War Bear','',NULL,0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(24382,0,0,0,0,0,16480,16925,0,0,'[VO]Nalorakk','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24383,0,0,0,0,0,16480,16925,0,0,'[VO]Akil\'Zon','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24384,0,0,0,0,0,16480,16925,0,0,'[VO]Halazzi','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24386,0,0,0,0,0,16480,16925,0,0,'[VO]Jan\'alai','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24388,0,0,0,0,0,22388,0,0,0,'Toothy','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(24389,0,0,0,0,0,22389,0,0,0,'Muckbreath','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(24392,0,0,0,0,0,22393,0,0,0,'Leeni \"Smiley\" Smalls','Arena Vendor',NULL,0,70,70,1,35,128,1.5,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24393,0,0,0,0,0,7346,0,0,0,'The Rokk','Master of Cooking',NULL,0,67,67,1,35,2,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33024,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24394,0,0,0,0,0,22398,0,0,0,'Dellix Pinchwhistle','Arena Vendor',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24395,0,0,0,0,0,22399,0,0,0,'Zindik Pinchwhistle','Arena Vendor',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24396,0,0,0,0,0,6295,901,6295,901,'Forest Frog','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,121,1,0,0,'npc_forest_frog',12340),(24397,0,0,0,0,0,22400,0,0,0,'Mannuth','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24403,0,0,0,0,0,22401,0,0,0,'Deez','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24404,0,0,0,0,0,22402,0,0,0,'Galathryn','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24405,0,0,0,0,0,22403,0,0,0,'Adarrah','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24406,0,0,0,0,0,22404,0,0,0,'Fudgerick','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24407,0,0,0,0,0,22405,0,0,0,'Darwen','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24408,0,0,0,0,0,22406,0,0,0,'Gunter','Food Vendor',NULL,0,70,70,1,35,640,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24409,0,0,0,0,0,22408,0,0,0,'Kyren','Reagents',NULL,0,70,70,1,35,2176,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24410,0,0,0,0,0,22409,0,0,0,'Vazruden the Herald Image','',NULL,0,62,62,1,16,0,1,1.14286,1,1,172,240,0,262,4.6,2000,2000,2,33555200,2048,0,0,0,0,0,0,139,207,30,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24411,0,0,0,0,0,22410,0,0,0,'Shattered Hand Centurion Image','',NULL,0,62,62,1,16,0,1,1.14286,1,1,172,240,0,262,7.5,2000,2000,2,33555200,2048,0,0,0,0,0,0,139,207,30,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24412,0,0,0,0,0,22712,17200,0,0,'Daily Dungeon Image Bunny','',NULL,0,70,70,1,35,0,0.4,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,43,1,0,128,'',12340),(24413,0,0,0,0,0,22411,0,0,0,'Keli\'dan the Breaker Image','',NULL,0,72,72,0,16,0,1,1.14286,1,1,263,384,0,140,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24414,0,0,0,0,0,22412,0,0,0,'Warchief Kargath Bladefist Image','',NULL,0,72,72,2,16,0,1.6,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,270,401,53,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,125,1,0,2,'',12340),(24415,0,0,0,0,0,22413,0,0,0,'Coilfang Myrmidon Image','',NULL,0,1,1,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24416,0,0,0,0,0,22414,0,0,0,'Grisy Spicecrackle','Kitchen Assistant',NULL,0,65,65,0,1818,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24419,0,0,0,0,0,22415,0,0,0,'Quagmirran Image','',NULL,0,1,1,0,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24420,0,0,0,0,0,22416,0,0,0,'The Black Stalker Image','',NULL,0,72,72,1,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24421,0,0,0,0,0,22417,0,0,0,'Warlord Kalithresh Image','',NULL,0,72,72,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24422,0,0,0,0,0,22418,0,0,0,'Talon King Ikiss Image','',NULL,0,72,72,0,16,0,1,1.14286,1,1,263,384,0,140,7.5,2000,2000,8,33555200,2048,0,0,0,0,0,0,247,369,34,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24423,0,0,0,0,0,22419,0,0,0,'Nexus-Prince Shaffar Image','',NULL,0,1,1,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24424,0,0,0,0,0,22420,0,0,0,'Exarch Maladaar Image','',NULL,0,1,1,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(24425,0,0,0,0,0,22421,0,0,0,'Murmur Image','',NULL,0,1,1,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(24426,0,0,0,0,0,22422,0,0,0,'Malicious Instructor Image','',NULL,0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24427,0,0,0,0,0,22423,0,0,0,'Epoch Hunter Image','',NULL,0,72,72,1,1748,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24428,0,0,0,0,0,22424,0,0,0,'Aeonus Image','',NULL,0,72,72,1,1720,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,270,401,53,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(24429,0,0,0,17839,0,22425,0,0,0,'Rift Lord Image','',NULL,0,71,71,2,1720,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,262,389,48,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24430,0,0,0,0,0,22426,22427,0,0,'Sunseeker Channeler Image','',NULL,0,70,70,2,16,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24431,0,0,0,0,0,22428,0,0,0,'Warp Splinter Image','',NULL,0,1,1,0,16,0,2,1.42857,1,1,2,2,0,24,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24432,0,0,0,0,0,22429,0,0,0,'Tempest-Forge Destroyer Image','',NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24433,0,0,0,0,0,22430,0,0,0,'Pathaleon Image','',NULL,0,72,72,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24434,0,0,0,0,0,22431,0,0,0,'Arcatraz Sentinel Image','',NULL,0,1,1,0,16,0,1,1.42857,1,1,2,2,0,24,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24435,0,0,0,0,0,22432,0,0,0,'Harbinger Skyriss Image','',NULL,0,1,1,0,16,0,1.6,1.71429,1,1,2,2,0,24,7.5,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(24436,0,0,0,0,0,1122,0,0,0,'Gargoth','Kitchen Assistant',NULL,0,65,65,0,1818,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24437,0,0,0,0,0,17685,17689,0,0,'Consortium Assistant','',NULL,0,63,65,1,1731,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24441,0,0,0,0,0,22434,0,0,0,'Ashli\'s Corpse','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24442,0,0,0,0,0,22435,0,0,0,'Tanzar\'s Corpse','',NULL,0,70,70,2,35,0,1.15,1.14286,1,0,252,357,0,304,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24443,0,0,0,0,0,22436,0,0,0,'Harkor\'s Corpse','',NULL,0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,32,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24444,0,0,0,0,0,22437,0,0,0,'Kraz\'s Corpse','',NULL,0,70,70,2,35,0,1.15,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24445,0,0,0,0,0,257,0,0,0,'Mitzi','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24448,0,0,0,0,0,338,0,0,0,'Christian','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24451,0,0,0,0,0,22438,0,0,0,'Elli Blastnozzle','Arena Vendor',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24452,0,0,0,0,0,22439,0,0,0,'Paree Blastnozzle','Arena Vendor',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24453,0,0,0,0,0,19314,0,0,0,'Brennan','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24455,0,0,0,0,0,19315,0,0,0,'Hollee','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24456,0,0,0,0,0,22978,0,0,0,'Captain Taldar Windsinger','The Moonspray',NULL,9078,70,70,0,80,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24457,0,0,0,0,0,4429,0,0,0,'Captain O\'Dell','',NULL,0,70,70,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24476,0,0,0,0,0,1132,0,0,0,'Minor Voidwalker','',NULL,0,35,36,0,90,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(24477,0,0,0,0,0,3987,3988,0,0,'Syndicate Thief','',NULL,0,36,37,0,87,0,1,1.14286,1,0,51,68,0,124,1,1300,2000,1,294912,2048,0,0,0,0,0,0,35,52,12,7,0,2588,2588,0,0,0,0,0,0,0,7159,6713,744,0,0,0,0,0,0,0,140,160,'',1,3,1,1.1,1,1,0,4440,4506,0,0,0,0,0,1,0,0,'',12340),(24480,0,0,0,0,0,22459,0,0,0,'Mojo','',NULL,0,5,5,0,188,0,1,1.71429,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'npc_pet_gen_mojo',12340),(24481,0,0,0,0,0,2676,0,0,0,'2.3 Daily Debug - Horde','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24482,0,0,0,0,0,2676,0,0,0,'2.3 Daily Debug - Alliance','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24483,0,0,0,0,0,5379,14932,22468,22469,'Frog Transform','',NULL,0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(24486,0,0,0,0,0,22470,0,0,0,'Purple Armored Hippogryph','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(24487,0,0,0,0,0,22471,0,0,0,'Brown Armored Hippogryph','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(24488,0,0,0,0,0,22473,0,0,0,'Cenarion War Hippogryph','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(24489,0,0,0,0,0,22474,0,0,0,'White Armored Hippogryph','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(24490,0,0,0,0,0,22472,0,0,0,'Blue Riding Hippogryph','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(24504,0,0,0,0,0,22303,22304,0,0,'Amani\'shi Hatcher','',NULL,0,70,70,1,1890,0,1.15,1.14286,1,0,252,357,0,304,1,1600,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24505,0,0,0,0,0,2463,0,0,0,'Unkillable Test Dummy 73 Paladin','',NULL,0,73,73,2,7,0,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,100,1,617299803,0,'',12340),(24506,0,0,0,0,0,137,0,0,0,'ZP - Medium (DND)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24507,0,0,0,0,0,22496,0,0,0,'ZP - Large (DND)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24508,0,0,0,0,0,3670,0,0,0,'ZP - Small (DND)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24509,0,0,0,0,0,22497,0,0,0,'ZP - Very Small (DND)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24520,0,0,0,0,0,22602,0,0,0,'Doris Volanthius','Armor Quartermaster',NULL,0,70,70,2,1604,128,1.1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24530,0,0,0,0,0,19705,0,0,0,'Amani Elder Lynx','',NULL,0,70,70,1,16,0,1,2,1,1,252,357,0,304,7.5,1800,2000,1,0,2048,0,2,0,0,0,0,215,320,44,1,1,24530,0,70067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13347,0,0,0,'SmartAI',0,3,1,5.6,1,1,0,0,0,0,0,0,0,180,1,71680,0,'',12340),(24549,0,0,0,0,0,22538,0,0,0,'Amani\'shi Tempest','',NULL,0,71,71,1,1890,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,8,24549,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,10,1,0,33106,0,0,0,0,0,144,1,0,0,'',12340),(24550,0,0,0,0,0,11686,0,0,0,'Throw Targeting (mob)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24551,0,0,0,0,0,169,17188,0,0,'Eagle Event Deactivation Trigger','',NULL,0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24552,25564,0,0,0,0,22597,0,0,0,'Sliver','Garaxxas\' Pet',NULL,0,70,70,1,16,0,1,1.42857,1,0,252,357,0,304,1,1500,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.65,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24630,0,0,0,0,0,16191,11686,0,0,'Tackle Bunny','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24653,0,0,0,0,0,22719,0,0,0,'Flying Machine','',NULL,0,1,1,0,35,0,1,1.38571,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,0,'',12340),(24654,0,0,0,0,0,22720,0,0,0,'Turbo-Charged Flying Machine','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,0,'',12340),(24667,0,0,0,0,0,14612,0,0,0,'Sergeant Thunderhorn','Weapons Quartermaster',NULL,0,65,65,1,1074,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24668,0,0,0,0,0,12674,0,0,0,'Lady Palanseer','Armor Quartermaster',NULL,0,65,65,1,1074,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24670,0,0,0,0,0,21512,0,0,0,'Lieutenant Tristia','Armor Quartermaster',NULL,0,65,65,0,1638,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24671,0,0,0,0,0,12918,0,0,0,'Captain O\'Neal','Weapons Quartermaster',NULL,0,65,65,1,1078,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24672,0,0,0,0,0,12917,0,0,0,'Captain Dirgehammer','Armor Quartermaster',NULL,0,65,65,1,1078,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24727,0,0,0,0,0,22609,0,0,0,'Caylee Dak','',NULL,9004,70,70,1,80,3,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24728,0,0,0,0,0,599,0,0,0,'Dusky','Caylee\'s Pet',NULL,0,70,70,1,80,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,2,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24729,0,0,0,0,0,344,0,0,0,'Alicia','',NULL,0,70,70,0,80,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24734,0,0,0,0,0,22612,0,0,0,'Aleanna Edune','',NULL,361,19,22,0,80,1,1.05,1.14286,1,0,32,42,0,78,1,2000,2000,1,4608,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24735,0,0,0,0,0,22613,0,0,0,'Becanna Edune','',NULL,0,19,22,0,80,0,1.05,1.14286,1,0,32,42,0,78,1,2000,2000,1,4608,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24736,0,0,0,0,0,22616,0,0,0,'Sulan Dunadaire','',NULL,0,18,20,0,12,0,1.05,1.14286,1,0,27,36,0,64,1,2000,2000,2,4608,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24737,0,0,0,0,0,22617,0,0,0,'William Dunadaire','',NULL,0,60,60,0,11,0,1.05,1.14286,1,0,104,138,0,252,1,2000,2000,1,4112,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24738,0,0,0,0,0,22615,0,0,0,'Elenna Edune','',NULL,0,22,22,0,80,0,1.05,1.14286,1,0,32,42,0,78,1,2000,2000,1,4096,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24739,0,0,0,0,0,22614,0,0,0,'Benjari Edune','',NULL,0,10,10,0,80,0,1.05,1.14286,1,0,13,17,0,42,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,13,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24740,0,0,0,0,0,1220,0,0,0,'Goodie','Elenna Edune\'s Pet',NULL,0,6,7,0,1076,0,1.05,1.14286,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,12,0,0,0,0,6,8,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24743,0,0,0,0,0,22620,0,0,0,'Merciless Nether Drake','',NULL,0,10,10,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(24780,0,0,0,0,0,15200,0,0,0,'Field Repair Bot 110G','',NULL,0,70,70,0,190,4225,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(24782,0,0,0,0,0,4272,0,0,0,'Weakened Morbent Fel','',NULL,0,32,32,0,21,0,1,1.14286,1,0,45,60,0,108,1,1800,2000,1,0,2048,0,0,0,0,0,0,31,46,10,7,0,1200,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,450,520,'',0,3,1,1.25,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24792,0,0,0,0,0,3019,0,0,0,'Advanced Training Dummy','',NULL,0,80,80,2,7,0,1,1.14286,1,3,422,586,0,642,35,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),(24805,0,0,0,0,0,19871,0,0,0,'War Elekk','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(24818,0,0,0,0,0,8754,0,0,0,'Anvilrage Taskmaster','',NULL,0,48,49,0,54,0,1,1.14286,1,0,83,110,0,200,1,1667,2000,1,32768,2048,0,0,0,0,0,0,57,84,19,7,0,24818,24818,0,0,100,0,0,20,0,0,0,0,0,0,0,0,0,0,0,300,400,'SmartAI',1,3,1,1.25,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24819,0,0,0,0,0,8758,0,0,0,'Anvilrage Enforcer','',NULL,0,49,50,0,54,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,32768,2048,0,0,0,0,0,0,58,86,20,7,0,24819,24819,0,0,100,0,0,20,0,0,0,0,0,0,0,0,0,0,0,300,400,'SmartAI',1,3,1,1.25,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24830,0,0,0,0,0,722,0,0,0,'Stonevault Pillager','',NULL,0,36,37,0,59,0,1,1.14286,1,1,51,68,0,124,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,24830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,5797,4610,0,0,0,0,0,1,0,0,'',12340),(24833,0,0,0,0,0,22659,0,0,0,'Captain \"Stash\" Torgoley','The Lady Mehley',NULL,9038,40,40,0,1733,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24834,0,0,0,0,0,22660,0,0,0,'Galley Chief Grace','The Lady Mehley',NULL,0,40,40,0,1733,640,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24835,0,0,0,0,0,22661,0,0,0,'First Mate Kowalski','The Lady Mehley',NULL,9036,38,38,0,1733,1,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,768,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24836,0,0,0,0,0,262,0,0,0,'Abe the Cabin Boy','The Lady Mehley',NULL,9029,12,12,0,1733,1,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,768,2048,0,0,0,0,0,0,11,17,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24837,0,0,0,0,0,22662,0,0,0,'Navigator Mehran','The Lady Mehley',NULL,9031,28,28,0,1733,1,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,768,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24838,0,0,0,0,0,22663,0,0,0,'Sailor Henders','The Lady Mehley',NULL,9033,26,26,0,1733,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24839,0,0,0,0,0,22664,0,0,0,'Sailor Wicks','The Lady Mehley',NULL,9034,26,26,0,1733,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24840,0,0,0,0,0,22665,0,0,0,'Sailor Vines','The Lady Mehley',NULL,9032,26,26,0,1733,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24841,0,0,0,0,0,1858,0,0,0,'Marine Halters','',NULL,9037,75,75,2,210,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24842,0,0,0,0,0,22666,0,0,0,'Marine Anderson','',NULL,9037,75,75,2,210,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24843,0,0,0,0,0,22667,0,0,0,'Engineer Combs','The Lady Mehley',NULL,0,29,29,0,1733,6272,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,768,2048,0,0,0,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24851,0,0,0,0,0,22723,0,0,0,'Kiz Coilspanner','Flight Master',NULL,0,65,65,0,35,8192,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24858,0,0,0,0,0,22255,0,0,0,'Soaring Eagle','',NULL,0,70,70,1,1890,0,1,1.42857,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.35,1,1,0,0,0,0,0,0,0,144,1,0,0,'npc_akilzon_eagle',12340),(24868,0,0,0,0,0,22699,0,0,0,'Niobe Whizzlespark','Master Engineering Trainer',NULL,0,70,70,1,35,81,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,2,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24905,0,0,0,0,0,22730,0,0,0,'Leassian','Stable Master',NULL,9821,60,66,0,1733,4194305,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,512,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(24906,0,0,0,0,0,22724,0,0,0,'Flying Mounted Reindeer','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(24924,0,0,0,0,0,22739,0,0,0,'Sky-Captain Bomblast','The Iron Eagle',NULL,9110,40,40,0,1734,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24925,0,0,0,0,0,1126,15880,22742,0,'Boss Portal: Purple (3.00)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24926,0,0,0,0,0,22740,0,0,0,'Chief Officer Brassbolt','The Iron Eagle',NULL,9106,38,38,0,1734,1,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,768,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24927,0,0,0,0,0,22743,0,0,0,'Navigator Sparksizzle','The Iron Eagle',NULL,9109,28,28,0,1734,1,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,768,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24929,0,0,0,0,0,22744,0,0,0,'Crewman Crosswire','The Iron Eagle',NULL,9107,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24930,0,0,0,0,0,22745,0,0,0,'Crewman Gazzlegear','The Iron Eagle',NULL,9107,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24931,0,0,0,0,0,22746,0,0,0,'Crewman Fastwrench','The Iron Eagle',NULL,9107,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24934,0,0,0,0,0,22750,0,0,0,'Snack-O-Matic IV','',NULL,0,25,25,0,35,640,1,1,1,0,35,48,0,86,1,2000,2000,1,768,2048,0,0,0,0,0,0,24,36,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24935,0,0,0,0,0,22750,0,0,0,'Vend-O-Tron D-Luxe','',NULL,0,25,25,0,35,6272,1,1,1,0,35,48,0,86,1,2000,2000,1,768,2048,0,0,0,0,0,0,24,36,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24968,0,0,0,0,0,22776,0,0,0,'Clockwork Rocket Bot','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(24969,0,0,0,0,0,22777,0,0,0,'Mechanoman','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(24970,0,0,0,0,0,22778,0,0,0,'Battlin\' Blue Wind-Up Warrior','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(24971,0,0,0,0,0,22779,0,0,0,'Rowdy Red Wind-Up Warrior','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(24974,0,0,0,0,0,22780,0,0,0,'Liza Cutlerflix','Stable Master',NULL,9821,60,66,0,35,4194305,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,512,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(24977,0,0,0,0,0,22790,22791,0,0,'Warpy','Liza\'s Pet',NULL,0,13,20,0,35,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,0,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24982,0,0,0,0,0,22807,0,0,0,'Mrs. Flaskataur','Mate of the Flaskataur',NULL,0,72,72,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24984,0,0,0,0,0,22800,0,0,0,'Christmas Grand Warlock Nethekurse','',NULL,0,71,71,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18.75,18.75,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(24985,0,0,0,0,0,22801,0,0,0,'Christmas Grandmaster Vorpil','',NULL,0,72,72,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18.75,10,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(24986,0,0,0,0,0,22802,0,0,0,'Christmas Exarch Maladaar','',NULL,0,67,67,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16.5,5,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(24987,0,0,0,0,0,22803,0,0,0,'Christmas Captain Skarloc','',NULL,0,68,68,1,1748,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24988,0,0,0,0,0,22804,0,0,0,'Christmas Nethermancer Sepethrea','',NULL,0,70,70,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16.5,10,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(24989,0,0,0,0,0,22806,0,0,0,'Jebediah McWeaksauce','The Brothers McWeaksauce',NULL,0,65,65,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24990,0,0,0,0,0,22805,0,0,0,'Christmas High Botanist Freywinn','',NULL,0,72,72,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15.75,15,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(24993,0,0,0,0,0,22867,0,0,0,'Galley Chief Mariss','The Moonspray',NULL,0,65,65,0,1733,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24995,0,0,0,0,0,22808,0,0,0,'Merchant Fallel Stargazer','The Moonspray',NULL,0,65,65,0,1733,6272,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24996,0,0,0,0,0,22864,0,0,0,'Mariner Bladewhisper','The Moonspray',NULL,9059,75,75,2,1733,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24997,0,0,0,0,0,22865,0,0,0,'Mariner Swiftstar','The Moonspray',NULL,9059,75,75,2,1733,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24998,0,0,0,0,0,22863,0,0,0,'Mariner Farsight','The Moonspray',NULL,9058,75,75,2,1733,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25007,0,0,0,0,0,22866,0,0,0,'Mariner Evenmist','The Moonspray',NULL,9060,75,75,2,1733,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25009,0,0,0,0,0,22815,0,0,0,'Captain Angelina Soluna','The Bravery',NULL,9068,40,40,0,1733,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25010,0,0,0,0,0,22816,0,0,0,'Engineer Brightbuckle','The Bravery',NULL,0,29,29,0,1733,6272,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,768,2048,0,0,0,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25011,0,0,0,0,0,22817,0,0,0,'First Mate Wavesinger','The Bravery',NULL,9066,38,38,0,1733,1,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,768,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25012,0,0,0,0,0,22818,0,0,0,'Galley Chief Gathers','The Bravery',NULL,0,40,40,0,1733,128,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25013,0,0,0,0,0,4845,0,0,0,'Sentinel Brightgrass','',NULL,9072,55,55,0,1802,1,1,1.42857,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25014,0,0,0,0,0,4846,0,0,0,'Sentinel Winterdew','',NULL,9072,55,55,0,1802,1,1,1.42857,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25015,0,0,0,0,0,22819,0,0,0,'Navigator Landerson','The Bravery',NULL,9067,28,28,0,1733,1,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,768,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25016,0,0,0,0,0,22820,0,0,0,'Sailor Wills','The Bravery',NULL,9071,26,26,0,1733,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25017,0,0,0,0,0,22821,0,0,0,'Sailor Fairfolk','The Bravery',NULL,9069,26,26,0,1733,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25018,0,0,0,0,0,22822,0,0,0,'Sailor Stoneheel','The Bravery',NULL,9070,26,26,0,1733,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25019,0,0,0,0,0,22824,0,0,0,'Merchant Felagunne','Feathermoon Ferry',NULL,0,65,65,0,1733,6272,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25020,0,0,0,0,0,22826,0,0,0,'Galley Chief Alunwea','Feathermoon Ferry',NULL,0,65,65,0,1733,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25021,0,0,0,0,0,22828,0,0,0,'Mariner Moonblade','Feathermoon Ferry',NULL,9054,75,75,2,1733,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25022,0,0,0,0,0,22830,0,0,0,'Mariner Stillwake','Feathermoon Ferry',NULL,9056,75,75,2,1733,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25023,0,0,0,0,0,22827,0,0,0,'Mariner Everwatch','Feathermoon Ferry',NULL,9057,75,75,2,1733,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25024,0,0,0,0,0,22829,0,0,0,'Mariner Softsong','Feathermoon Ferry',NULL,9054,75,75,2,1733,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25025,0,0,0,0,0,22825,0,0,0,'Captain Idrilae','Feathermoon Ferry',NULL,9077,70,70,0,1733,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25029,0,0,0,0,0,22259,22260,0,0,'Amani\'shi Warrior DEBUG','',NULL,0,70,70,1,1890,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.8,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25040,0,0,0,0,0,4606,0,0,0,'Greater Water Elemental','',NULL,0,59,59,0,1534,0,1,1.28968,1,1,133,176,0,234,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,91,133,23,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'npc_water_elemental',12340),(25050,0,0,0,0,0,22848,0,0,0,'Captain Galind Windsword','Elune\'s Blessing',NULL,9082,70,70,0,1733,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25051,0,0,0,0,0,22849,0,0,0,'Merchant Frostwalker','Elune\'s Blessing',NULL,0,65,65,0,1733,6272,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25052,0,0,0,0,0,22868,0,0,0,'Galley Chief Halumvorea','Elune\'s Blessing',NULL,0,65,65,0,1733,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25053,0,0,0,0,0,22850,0,0,0,'Mariner Farseeker','Elune\'s Blessing',NULL,9079,75,75,2,1733,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25054,0,0,0,0,0,22854,0,0,0,'Mariner Keenstar','Elune\'s Blessing',NULL,9081,75,75,2,1733,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25055,0,0,0,0,0,22853,0,0,0,'Mariner Frostnight','Elune\'s Blessing',NULL,9081,75,75,2,1733,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25056,0,0,0,0,0,22851,0,0,0,'Mariner Stillglider','Elune\'s Blessing',NULL,9080,75,75,2,1733,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25058,0,0,0,0,0,5585,0,0,0,'Fuzz','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(25062,0,0,0,0,0,22855,0,0,0,'Tiny Sporebat','',NULL,0,1,1,1,188,0,1,0.95238,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25070,0,0,0,0,0,22881,0,0,0,'Chief Officer Coppernut','The Thundercaller',NULL,9090,38,38,0,1734,1,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,768,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25071,0,0,0,0,0,22884,0,0,0,'Crewman Rusthammer','The Thundercaller',NULL,9092,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25072,0,0,0,0,0,22882,0,0,0,'Crewman Quickfix','The Thundercaller',NULL,9092,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25074,0,0,0,0,0,22883,0,0,0,'Crewman Sparkfly','The Thundercaller',NULL,9092,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25075,0,0,0,0,0,22873,0,0,0,'Zeppelin Controls','',NULL,0,25,25,0,35,0,1,1,1,0,35,48,0,86,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,24,36,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25076,0,0,0,0,0,22885,0,0,0,'Navigator Fairweather','The Thundercaller',NULL,9091,28,28,0,1734,1,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,768,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25077,0,0,0,0,0,22880,0,0,0,'Sky-Captain Cloudkicker','The Thundercaller',NULL,9089,40,40,0,1734,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25078,0,0,0,0,0,22879,0,0,0,'Captain Krick Wrenchnozzle','The Maiden\'s Fancy',NULL,9074,40,40,0,120,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25079,0,0,0,0,0,1647,0,0,0,'Deathguard Fowles','The Thundercaller',NULL,9095,75,75,2,1801,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25080,0,0,0,0,0,4259,0,0,0,'Grunt Umgor','',NULL,0,75,75,2,1801,0,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25081,0,0,0,0,0,4260,0,0,0,'Grunt Ounda','',NULL,9108,75,75,2,1801,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25082,0,0,0,0,0,22886,0,0,0,'Engineer Torquespindle','The Maiden\'s Fancy',NULL,0,29,29,0,120,4224,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,768,2048,0,0,0,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25083,0,0,0,0,0,1646,0,0,0,'Deathguard Lawson','The Thundercaller',NULL,9095,75,75,2,1801,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25089,0,0,0,0,0,22892,0,0,0,'Galley Chief Steelbelly','The Maiden\'s Fancy',NULL,0,65,65,0,120,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25093,0,0,0,0,0,22893,0,0,0,'First Mate Masker','The Maiden\'s Fancy',NULL,9083,38,38,0,120,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,768,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25094,0,0,0,0,0,22887,0,0,0,'Navigator Tah\'re','The Maiden\'s Fancy',NULL,0,28,28,0,120,0,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,768,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25095,0,0,0,0,0,22888,0,0,0,'Crewman Springwidget','The Maiden\'s Fancy',NULL,0,26,26,0,120,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25096,0,0,0,0,0,22889,0,0,0,'Crewman Gearspinner','The Maiden\'s Fancy',NULL,0,26,26,0,120,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25097,0,0,0,0,0,22890,0,0,0,'Crewman Hammertink','The Maiden\'s Fancy',NULL,0,26,26,0,120,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25098,0,0,0,0,0,22891,0,0,0,'Bosun Thunderhorn','The Maiden\'s Fancy',NULL,0,26,26,0,120,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25099,0,0,0,0,0,22894,0,0,0,'Jonathan Garrett','Master Engineering Trainer',NULL,9084,70,70,0,714,81,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,2,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25100,0,0,0,0,0,22895,0,0,0,'Chief Officer Hammerflange','The Purple Princess',NULL,9117,38,38,0,1734,1,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,768,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25101,0,0,0,0,0,22896,0,0,0,'Crewman Cutpipe','The Purple Princess',NULL,9121,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25102,0,0,0,0,0,22897,0,0,0,'Crewman Spinshaft','The Purple Princess',NULL,9121,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25103,0,0,0,0,0,22898,0,0,0,'Crewman Boltshine','The Purple Princess',NULL,9121,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25104,0,0,0,0,0,22899,0,0,0,'Navigator Hatch','The Purple Princess',NULL,9118,28,28,0,1734,1,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,768,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25105,0,0,0,0,0,22900,0,0,0,'Sky-Captain Cableclamp','The Purple Princess',NULL,9116,40,40,0,1734,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25106,0,0,0,0,0,4084,0,0,0,'Watcher Du\'una','',NULL,9122,75,75,2,1801,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25107,0,0,0,0,0,4083,0,0,0,'Watcher Umjin','',NULL,9120,75,75,2,1801,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25109,0,0,0,0,0,22903,0,0,0,'Rocket Chicken','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(25110,0,0,0,0,0,22966,22990,22991,22992,'Dragon Kite','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(25111,0,0,0,0,0,22902,0,0,0,'Treasure','The Maiden\'s Fancy',NULL,0,1,1,0,120,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(25113,0,0,0,0,0,1206,6303,2957,2958,'Crafty Snake','',NULL,0,60,60,0,14,0,1,1.14286,1,5,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25139,0,0,0,0,0,1543,0,0,0,'[PH] Bri\'s Test NPC','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25145,0,0,0,0,0,22948,22950,22945,22946,'Budd\'s Bodyguard','',NULL,0,70,70,1,1812,0,1,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4.2,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25146,0,0,0,0,0,21304,0,0,0,'Golden Pig','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(25147,0,0,0,0,0,22938,0,0,0,'Silver Pig','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(25148,0,0,0,0,0,22960,0,0,0,'Bergrisst','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,768,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25149,0,0,0,0,0,22961,0,0,0,'Chief Thunder-Skins','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25150,0,0,0,0,0,22962,0,0,0,'Mai\'Kyl','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25151,0,0,0,0,0,22963,0,0,0,'Samuro','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25152,0,0,0,0,0,22964,0,0,0,'Sig Nicious','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25168,0,0,0,0,0,11686,0,0,0,'Kite Lightning Bunny','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,121,1,0,130,'',12340),(25171,0,0,0,0,0,1126,17188,0,0,'Invisible Stalker (Scale x0.5)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25173,0,0,0,0,0,1126,17188,0,0,'Zul\'Aman Door Trigger','',NULL,0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25176,0,0,0,0,0,22398,0,0,0,'Grikkin Copperspring','Arena Vendor',NULL,0,70,70,2,35,129,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,514,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25177,0,0,0,0,0,22438,0,0,0,'Evee Copperspring','Arena Vendor',NULL,0,70,70,2,35,129,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,514,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25178,0,0,0,0,0,22399,0,0,0,'Ecton Brasstumbler','Arena Vendor',NULL,0,70,70,2,35,128,1.05,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25179,0,0,0,0,0,22439,0,0,0,'Frixee Brasstumbler','Arena Vendor',NULL,0,70,70,2,35,129,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,514,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25180,0,0,0,0,0,14577,0,0,0,'Fast Black War Ram','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(25181,0,0,0,0,0,14334,0,0,0,'Fast Black War Wolf','',NULL,0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(25182,0,0,0,0,0,16314,0,0,0,'Corlok\'s Enslaved Netherwing Drake','',NULL,0,71,71,1,1824,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,238,1,0,0,'',12340),(25183,0,0,0,0,0,17717,0,0,0,'Wildhammer Gryphon (Purple)','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(25184,0,0,0,0,0,17718,0,0,0,'Wing Commander Ichman\'s Mount','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,241,1,0,0,'',12340),(25185,0,0,0,0,0,17701,0,0,0,'Muckjaw\'s Wyvern','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(25186,0,0,0,0,0,17719,0,0,0,'Kor\'kron\'s Mount','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(25187,0,0,0,0,0,17719,0,0,0,'Mulverick\'s Mount','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,252,1,0,0,'',12340),(25188,0,0,0,0,0,21155,0,0,0,'Trope\'s Mount','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),(25189,0,0,0,0,0,2404,0,0,0,'Riding Horse (Brown) (16 Speed)','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(25190,0,0,0,0,0,8469,0,0,0,'Skarloc\'s Warhorse','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25191,0,0,0,0,0,2410,0,0,0,'Riding Horse (White Stallion) (16 Speed)','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(25193,0,0,0,0,0,20344,0,0,0,'Ruul\'s Nether Drake','',NULL,0,10,10,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(25194,0,0,0,0,0,14336,14334,14574,14575,'Kor\'kron Riding Wolf','',NULL,0,70,75,0,2054,0,1,2.28571,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,1,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(25195,0,0,0,0,0,18743,18742,18741,18740,'Marksman Bova','Specialty Ammunition Vendor',NULL,0,70,70,1,1743,4480,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25196,0,0,0,0,0,18760,0,0,0,'Archer Delvinar','Specialty Ammunition Vendor',NULL,0,62,62,1,1744,4480,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,33024,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25200,0,0,0,0,0,2139,0,0,0,'Steven Thomas','',NULL,9129,50,50,0,1734,1,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,4096,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25202,0,0,0,0,0,17895,0,0,0,'Arcanist Myndimendez','',NULL,9125,50,50,0,1734,1,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,4096,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25207,0,0,0,0,0,15543,0,0,0,'Roitau','',NULL,9128,50,50,0,1734,1,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25212,0,0,0,0,0,11686,0,0,0,'Kite Sky Lightning Bunny','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,121,1,0,130,'',12340),(25158,0,0,0,0,0,22711,0,0,0,'Brutallus','','',0,73,73,1,1771,0,1.1,1.14286,1,3,316,450,0,320,35,2000,2000,1,262144,2048,0,0,0,0,0,0,278,413,58,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1000,1,1,0,0,0,0,0,0,0,225,1,0,0,'',12340),(25160,0,0,0,0,0,22965,0,0,0,'Madrigosa','','',0,73,73,1,1770,0,1.1,1.14286,1,3,313,448,0,302,35,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,2,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,70,1,1,0,0,0,0,0,0,0,222,1,0,0,'',12340),(24664,24857,0,0,0,0,22906,0,0,0,'Kael\'thas Sunstrider','Lord of the Blood Elves','',0,72,72,1,16,0,1.2,1.42857,1,1,304,436,0,296,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,104,24664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6078,7429,'',0,1,1,30,100,1,0,34157,0,0,0,0,0,147,1,618610687,0,'boss_felblood_kaelthas',12340),(24723,25562,0,0,0,0,22642,0,0,0,'Selin Fireheart','','',0,71,71,1,16,0,0.888888,1.42857,1,1,296,424,0,290,4.6,2000,2000,2,32832,0,0,0,0,0,0,0,260,387,37,7,72,24723,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5519,6746,'',0,1,1,27.5,10,1,0,0,0,0,0,0,0,144,1,617562111,0,'boss_selin_fireheart',12340),(24744,25573,0,0,0,0,22731,0,0,0,'Vexallus','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,6,290,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,4,72,24744,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5573,6812,'',0,1,1,25,20,1,0,0,0,0,0,0,0,0,1,617562111,0,'boss_vexallus',12340),(24675,0,0,0,0,0,20245,0,0,0,'Phoenix Egg','','',0,70,70,1,14,0,0.0001,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24777,25571,0,0,0,0,22733,0,0,0,'Sunblade Sentinel','','',0,71,71,1,16,0,2,1.42857,1,1,299,426,2,308,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,9,8,24777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,9.2,5,1,0,0,0,0,0,0,0,151,1,16384,0,'',12340),(24674,0,0,0,0,0,19682,0,0,0,'Phoenix','','',0,70,70,1,14,0,1,0.71429,1,1,252,357,0,304,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,5,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),(25061,0,0,0,0,0,22905,0,0,0,'Harbinger Inuuro','','',9063,70,70,0,1960,3,1,1.14286,1,0,234,331,0,286,1,1500,2000,2,37632,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25031,0,0,0,0,0,20907,0,0,0,'Pit Overlord','','',0,71,71,1,1963,0,0.777776,0.992063,1,1,296,424,0,290,4.6,2000,2000,2,16,2048,0,0,0,0,0,0,260,387,37,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,10,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),(24559,25574,0,0,0,0,22598,0,0,0,'Warlord Salaris','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,3600,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.85,1,1,0,0,0,0,0,0,0,0,1,9,256,'boss_warlord_salaris',12340),(25153,0,0,0,0,0,22952,22957,22958,22959,'Shattered Sun Magi','','',0,68,70,1,1956,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,256,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24553,25541,0,0,0,0,22541,0,0,0,'Apoko','','',0,70,70,1,16,0,1,1,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.85,3.24,1,0,0,0,0,0,0,0,0,1,9,256,'boss_apoko',12340),(24555,25555,0,0,0,0,2007,0,0,0,'Garaxxas','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.85,3.24,1,0,0,0,0,0,0,0,0,1,9,256,'boss_garaxxas',12340),(24561,25578,0,0,0,0,20986,0,0,0,'Yazzai','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.85,4,1,0,0,0,0,0,0,0,0,1,9,256,'boss_yazzai',12340),(24698,25551,0,0,0,0,20419,0,0,0,'Ethereum Smuggler','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,8,24698,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4151,5074,'SmartAI',0,1,1,3,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25033,0,0,0,0,0,22833,0,0,0,'Eredar Sorcerer','','',0,70,70,1,1963,0,0.888888,0.912699,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24554,25550,0,0,0,0,22539,0,0,0,'Eramas Brightblaze','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,1500,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.89,1,1,0,0,0,0,0,0,0,0,1,9,256,'boss_eramas_brightblaze',12340),(24557,25556,0,0,0,0,22540,0,0,0,'Kagani Nightstrike','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,1500,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.89,1,1,0,0,0,0,0,0,0,0,1,9,256,'boss_kagani_nightstrike',12340),(24683,25568,0,0,0,0,22580,23084,23085,23086,'Sunblade Mage Guard','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,24684,24683,0,0,0,0,0,0,0,44478,44475,0,0,0,0,0,0,0,0,4131,5050,'SmartAI',0,1,1,3.62,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),(24684,25565,0,0,0,0,22583,23087,23088,23089,'Sunblade Blood Knight','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,24684,24683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4153,5076,'SmartAI',0,1,1,3.62,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),(24688,25577,0,0,0,0,22845,0,0,0,'Wretched Skulker','','',0,69,69,1,16,0,1,1.14286,1,1,245,346,0,298,0.6,2000,2000,1,32832,2048,0,0,0,0,0,0,206,302,43,7,8,24689,24689,0,0,0,0,0,0,0,44533,0,0,0,0,0,0,0,0,0,4163,5084,'SmartAI',0,1,1,2.5,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),(24696,25547,0,0,0,0,22590,0,0,0,'Coilskar Witch','','',0,71,71,1,16,0,1,1,1,1,296,424,0,290,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,8,24696,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4110,5023,'SmartAI',0,1,1,3,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24697,25563,0,0,0,0,10927,0,0,0,'Sister of Torment','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,3,8,24698,0,0,0,0,0,0,0,0,44547,44640,0,0,0,0,0,0,0,0,4099,5010,'SmartAI',0,1,1,3,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24556,25579,0,0,0,0,17457,0,0,0,'Zelfan','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.89,2.72,1,0,0,0,0,0,0,0,0,1,9,256,'boss_zelfan',12340),(24558,25549,0,0,0,0,22542,0,0,0,'Ellrys Duskhallow','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.89,2.33,1,0,0,0,0,0,0,0,0,1,9,256,'boss_ellris_duskhallow',12340),(24685,25569,0,0,0,0,22584,23094,23095,23096,'Sunblade Magister','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,24684,24683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4177,5106,'SmartAI',0,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,612379483,0,'',12340),(24686,25572,0,0,0,0,22585,23100,0,0,'Sunblade Warlock','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,24684,24683,0,0,0,0,0,0,0,44519,44518,0,0,0,0,0,0,0,0,4167,5094,'SmartAI',0,1,1,3,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),(24687,25570,0,0,0,0,22586,23097,23098,23099,'Sunblade Physician','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,24684,24683,0,0,0,0,0,0,0,44599,44583,0,0,0,0,0,0,0,0,4190,5121,'SmartAI',0,1,1,3,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),(24762,25567,0,0,0,0,23090,23091,23092,23093,'Sunblade Keeper','','',0,69,70,1,16,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,24762,0,0,0,0,0,0,0,0,15232,20741,44765,0,0,0,0,0,0,0,3670,4485,'SmartAI',0,1,1,2.9,1,1,0,0,0,0,0,0,0,47,1,612379482,0,'',12340),(24822,0,0,0,0,0,22586,0,0,0,'Tyrith','','',0,70,70,1,35,2,1,1.14286,1,0,234,331,0,286,4.6,2000,2000,2,32832,2048,32,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,5,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25155,0,0,0,0,0,22953,22954,22956,22955,'Shattered Sun Cleric','','',0,68,70,1,1956,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,256,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24690,25576,0,0,0,0,22844,0,0,0,'Wretched Husk','','',0,69,69,1,16,0,1,1.14286,1,1,224,316,0,282,0.6,2000,2000,2,32832,2048,0,0,0,0,0,0,188,280,32,7,8,24689,24689,0,0,0,0,0,0,0,44503,44504,0,0,0,0,0,0,0,0,4142,5063,'SmartAI',0,1,1,2.5,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),(24844,0,0,0,0,0,23487,0,0,0,'Kalecgos','','',0,73,73,1,35,0,1,2.57143,1,1,316,450,0,320,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(24848,0,0,0,0,0,23459,0,0,0,'Kalecgos','','',9199,73,73,0,35,3,1,1.14286,1,1,316,450,0,320,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25976,0,0,0,0,0,22970,0,0,0,'Theremis','Keeper of Lost Artifacts','',0,70,70,1,1960,128,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,4864,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25992,0,0,0,0,0,19926,0,0,0,'Big Bruiser','','',0,70,70,1,35,0,1,1.42857,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25141,0,0,0,0,0,22929,0,0,0,'Commander Steele','','',0,70,70,1,1956,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25144,0,0,0,0,0,18018,18019,18016,18017,'Shattered Sun Bombardier','','',0,63,66,1,1956,0,1.1,1.14286,1,0,195,273,0,266,1,2000,2000,2,33536,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,225,1,0,0,'',12340),(25134,0,0,0,0,0,22924,22932,22933,22934,'Shattered Sun Trainee','','',0,68,70,1,1956,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25967,0,0,0,0,0,19282,0,0,0,'Zephyr','','',9205,70,70,1,1779,1,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_zephyr',12340),(24938,0,0,0,0,0,20570,11686,0,0,'Shattered Sun Marksman','','',0,70,70,1,1957,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,38858,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25142,0,0,0,0,0,22752,22757,22753,22763,'Shattered Sun Marksman','','',0,68,70,1,1956,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25034,0,0,0,0,0,22832,0,0,0,'Tradesman Portanuus','Trade Supplies','',9061,70,70,1,1960,131,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24813,0,0,0,0,0,23834,0,0,0,'Exarch Larethor','','',0,70,70,0,1960,2,1,1.14286,1,0,252,357,0,304,1,1500,2000,1,37632,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25991,0,0,0,0,0,23692,0,0,0,'Kixi the Shiv','Arena Battlemaster','',8218,70,70,1,35,1048577,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25885,0,0,0,0,0,23467,0,0,0,'Whirligig Wafflefry','Gnomish Inventor','',0,71,71,1,1956,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25140,0,0,0,0,0,22930,0,0,0,'Lord Torvos','','',0,70,70,1,1956,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25167,0,0,0,0,0,22968,0,0,0,'General Tiras\'alan','','',9105,70,70,1,1956,3,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25059,0,0,0,0,0,22846,0,0,0,'Ayren Cloudbreaker','','',9062,70,70,1,1960,1,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,37632,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26253,0,0,0,0,0,23714,23715,23716,23717,'Shattered Sun Peacekeeper','','',0,70,70,1,1960,0,1,2.28571,1,1,252,357,0,304,4.6,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,10,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(25162,0,0,0,0,0,22967,0,0,0,'Drill Sergeant Bahduum','','',0,70,70,1,1960,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,37632,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25028,0,0,0,0,0,201,0,0,0,'Skeletal Ravager','','',0,69,70,1,1962,0,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,16,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,0.2,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),(25170,0,0,0,0,0,22973,22974,0,0,'Shattered Sun Archmage','','',0,70,70,1,1960,0,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,4864,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25001,0,0,0,25068,0,16946,0,0,0,'Abyssal Flamewalker','','',0,70,71,1,90,0,1.6,1.42857,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,25001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1256,1535,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(25060,0,0,0,0,0,22874,22875,22876,22877,'Darkspine Myrmidon','','',0,70,71,1,74,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1260,1541,'SmartAI',0,3,1,1,1,1,0,34477,0,0,0,0,0,0,1,0,0,'',12340),(25063,0,0,0,0,0,22856,22858,22857,22859,'Dawnblade Hawkrider','','',0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,176,0,0,0,'',12340),(25115,0,0,0,0,0,20570,11686,0,0,'Shattered Sun Warrior','','',0,70,70,1,1960,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25143,0,0,0,0,0,22931,0,0,0,'Shattered Sun Veteran','','',0,70,70,1,1956,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25003,0,0,0,0,0,20046,0,0,0,'Emissary of Hate','','',0,72,72,1,90,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25027,0,0,0,0,0,1065,0,0,0,'Frenzied Ghoul','','',0,69,70,1,233,0,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,16,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,0.2,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),(25580,0,0,0,0,0,23548,0,0,0,'Old Man Barlo','Master of Fishing','',0,70,70,2,35,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24722,25552,0,0,0,0,22669,0,0,0,'Fel Crystal','','',0,70,70,1,190,0,1,1,1,0,252,357,0,304,4.6,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,9,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,0.9,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(25049,0,0,0,0,0,19085,0,0,0,'Dawnstar Charger','','',0,69,70,1,634,0,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(25047,0,0,0,0,0,20570,11686,0,0,'Wretched Hungerer','','',0,69,69,1,14,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,34338,0,0,0,0,0,0,1,0,130,'',12340),(25030,0,0,0,0,0,20045,0,0,0,'Wrath Enforcer','','',0,69,70,1,1963,0,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,536870912,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),(24965,0,0,0,0,0,22775,0,0,0,'Vindicator Xayann','','',9052,70,70,1,1960,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,37632,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24967,0,0,0,0,0,22774,0,0,0,'Captain Theris Dawnhearth','','',9065,70,70,1,1960,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,37632,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24761,25545,0,0,0,0,16217,0,0,0,'Brightscale Wyrm','','',0,70,70,1,1692,0,1,0.85714,1,0,234,331,0,286,4.6,1200,2000,2,16,2048,0,0,0,0,0,0,198,295,33,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,0.8,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(25138,0,0,0,0,0,22928,0,0,0,'Captain Dranarus','','',0,71,71,1,1956,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,256,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24976,0,0,0,0,0,22783,22782,22785,22784,'Dawnblade Blood Knight','','',0,70,70,1,16,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,2056,24976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1182,1445,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25161,0,0,0,0,0,22860,0,0,0,'Dawnblade Dragonhawk','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25169,0,0,0,0,0,22969,0,0,0,'Archmage Ne\'thul','','',9105,71,71,1,1960,3,1,1.14286,1,1,255,373,0,137,4.6,2000,2000,8,4864,2048,0,0,0,0,0,0,240,358,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25057,0,0,0,0,0,22847,0,0,0,'Battlemage Arynna','','',9064,70,70,1,1960,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25002,0,0,0,25068,0,22809,0,0,0,'Unleashed Hellion','','',0,70,71,1,90,0,0.4,1.38889,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,3,0,25001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1257,1536,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,43,1,0,0,'',12340),(24972,0,0,0,0,0,19971,0,0,0,'Erratic Sentry','','',0,70,70,1,190,0,2,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,9,8,24972,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,127,1,16384,0,'',12340),(25032,0,0,0,0,0,22831,0,0,0,'Eldara Dawnrunner','Shattered Sun Quartermaster','',9126,70,70,1,1960,131,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,37632,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24966,0,0,0,0,0,22976,0,0,0,'Wretched Fiend','','',0,69,69,1,16,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,8,24960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1120,1369,'SmartAI',0,1,1,1,0.5,1,0,34338,0,0,0,0,0,0,1,0,0,'',12340),(24978,25548,0,0,0,0,22786,22787,22789,22788,'Dawnblade Summoner','','',0,70,70,1,16,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,8,24976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1185,1448,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24979,0,0,0,0,0,22792,22793,22794,22795,'Dawnblade Marksman','','',0,70,70,1,16,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,8,24976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1185,1448,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24994,0,0,0,0,0,19301,0,0,0,'Shattered Sun Sentry','','',0,70,70,1,1960,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,9,8,0,0,0,0,0,0,0,0,0,33688,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,10,1,1,0,0,0,0,0,0,0,0,1,16385,0,'',12340),(24999,0,0,0,25068,0,19586,0,0,0,'Irespeaker','','',0,70,70,1,90,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,25001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1188,1452,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25977,0,0,0,0,0,22975,0,0,0,'Yrma','Transmuter of Sin\'dorei Relics','',0,70,70,1,1960,128,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,4864,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26560,0,0,0,0,0,23899,0,0,0,'Ohura','Dragonhawk Master','',0,70,70,1,1960,8192,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,37632,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24960,0,0,0,0,0,22845,0,0,0,'Wretched Devourer','','',0,69,69,1,16,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,537165824,2048,0,0,0,0,0,0,188,280,32,7,8,24960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1120,1369,'SmartAI',0,1,1,1,0.5,1,0,34338,0,0,0,0,0,0,1,0,0,'',12340),(25175,0,0,0,0,0,19259,0,0,0,'Shattered Sun Dragonhawk','','',0,70,70,1,1956,0,3.2,2.57143,1,1,234,331,0,286,4.6,2000,2000,2,512,2048,0,30,0,0,0,0,198,295,33,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,3,1,0,0,0,0,0,0,0,215,1,0,0,'',12340),(25073,0,0,0,0,0,22869,22870,22871,22872,'Darkspine Siren','','',0,70,71,1,74,0,1,1,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,25073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1184,1447,'SmartAI',0,1,1,1,1,1,0,34483,0,0,0,0,0,0,1,0,0,'',12340),(25132,0,0,0,0,0,22792,22793,22794,22795,'Sunblade Lookout','','',0,70,70,1,16,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25164,0,0,0,0,0,18018,18019,18016,18017,'Shattered Sun Recruit','','',0,63,66,0,1956,0,1.1,1.14286,1,0,195,273,0,266,1,2000,2000,2,37632,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24656,25553,0,0,0,0,4449,0,0,0,'Fizzle','','',0,70,70,1,16,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,131072,2048,0,0,0,0,0,0,233,347,28,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,0.4,0.4,1,0,0,0,0,0,0,0,121,1,9,0,'',12340),(24815,25566,0,0,0,0,4449,0,0,0,'Sunblade Imp','','',0,70,70,0,90,0,1,1.14286,1,0,248,363,0,135,4.6,2000,2000,8,131072,2048,0,0,0,0,0,0,233,347,28,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,0.65,1,1,0,0,0,0,0,0,0,121,1,257,0,'',12340),(25084,0,0,0,0,0,369,0,0,0,'Greengill Slave','','',0,60,61,1,190,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,7,0,25084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_greengill_slave',12340),(67,0,0,0,0,0,23,0,0,0,'[UNUSED] Marlon Darnik','Grocer','',0,5,5,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(70,0,0,0,0,0,13,0,0,0,'[UNUSED] Lower Class Citizen','','',0,1,2,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(72,0,0,0,0,0,19,0,0,0,'[UNUSED] Antaris the Trader','','',0,20,20,0,2000,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(75,0,0,0,0,0,166,0,0,0,'[UNUSED] Vashaum Nightwither','','',0,12,12,0,17,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(81,0,0,0,0,0,371,0,0,0,'[UNUSED] Luglar the Clogger','','',0,5,5,0,26,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(149,0,0,0,0,0,387,0,0,0,'[UNUSED] Small Black Dragon Whelp','','',0,6,7,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(150,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Milius','Bowyer','',0,5,5,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(161,0,0,0,0,0,18,0,0,0,'[UNUSED] Ander the Monk','','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(163,0,0,0,0,0,18,0,0,0,'[UNUSED] Destitute Farmer','','',0,4,4,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(165,0,0,0,0,0,390,0,0,0,'[UNUSED] Small Child','','',0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(200,0,0,0,0,0,158,0,0,0,'Shambling Skeleton UNUSED','','',0,20,21,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,2378,0,0,0,0,0,88,1,8388624,0,'',12340),(204,0,0,0,0,0,200,0,0,0,'[UNUSED] Cackle Flamebone','','',0,28,28,0,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(207,0,0,0,0,0,376,0,0,0,'[UNUSED] Riverpaw Hideflayer','','',0,25,26,0,20,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(208,0,0,0,0,0,383,0,0,0,'[UNUSED] Riverpaw Pack Warder','','',0,23,24,0,20,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(209,0,0,0,0,0,413,0,0,0,'[UNUSED] Riverpaw Bone Chanter','','',0,24,25,0,20,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(219,0,0,0,0,0,17,0,0,0,'[UNUSED] Logan Mar','Cloth & Leather Armor Merchant','',0,20,20,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(220,0,0,0,0,0,17,0,0,0,'[UNUSED] Khebil Steelsmith','Weaponsmith','',0,17,17,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(243,0,0,0,0,0,163,0,0,0,'[UNUSED] Greeby Mudwhisker TEST','','',0,5,5,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(260,0,0,0,0,0,164,0,0,0,'[UNUSED] Elwynn Tower Guard','','',0,22,22,0,11,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(296,0,0,0,0,0,232,0,0,0,'[UNUSED] Goodmother Jans','','',0,20,21,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(298,0,0,0,0,0,2583,0,0,0,'[UNUSED] Aunt Bethda','<Needs Texture>','',0,62,62,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(301,0,0,0,0,0,33,0,0,0,'[UNUSED] Brog\'Mud','','',0,31,31,0,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(318,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Akil','','',0,5,5,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(319,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Benthas','','',0,5,5,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(320,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Cryus','','',0,5,5,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(321,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Deros','','',0,5,5,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(322,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Enoch','','',0,5,5,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(323,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Farthing','','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(324,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Greishan','','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(326,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Ictharin','','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(333,0,0,0,0,0,18,0,0,0,'[UNUSED] Edwardo the Jester','','',0,44,44,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(336,0,0,0,0,0,18,0,0,0,'[UNUSED] Rin Tal\'Vara','','',0,62,62,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(339,0,0,0,0,0,459,0,0,0,'[UNUSED] Helgor the Pugilist','','',0,30,30,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(354,0,0,0,0,0,244,0,0,0,'[UNUSED] Grall Twomoons','Shaman Trainer','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(380,0,0,0,0,0,86,0,0,0,'[UNUSED] Waldin Thorbatt','','',0,25,25,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(386,0,0,0,0,0,19,0,0,0,'[UNUSED] Ulric the Grim','Wolf Merchant','',0,20,20,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(444,0,0,0,0,0,499,0,0,0,'[UNUSED] Goreripper','','',0,25,25,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(470,0,0,0,0,0,218,0,0,0,'[UNUSED] Scribe Colburg','','',0,35,35,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(496,0,0,0,0,0,166,0,0,0,'[UNUSED] Watcher Kleeman','','',0,30,30,0,11,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(497,0,0,0,0,0,166,0,0,0,'[UNUSED] Watcher Benjamin','','',0,30,30,0,11,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(498,0,0,0,0,0,2393,0,0,0,'[UNUSED] Watcher Larsen','','',0,20,20,0,56,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(509,0,0,0,0,0,524,0,0,0,'[UNUSED] Long Fang','','',0,33,33,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(516,0,0,0,0,0,528,0,0,0,'[UNUSED] Riverpaw Hunter','','',0,22,23,0,20,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(535,0,0,0,0,0,226,0,0,0,'[UNUSED] Savar','','',0,30,30,0,17,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(536,0,0,0,0,0,536,0,0,0,'[UNUSED] Rhal\'Del','','',0,32,32,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(538,0,0,0,0,0,1045,0,0,0,'[UNUSED] Buk\'Cha','','',0,31,31,0,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(586,0,0,0,0,0,166,0,0,0,'[UNUSED] Watcher Kern','','',0,30,30,0,11,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(592,0,0,0,0,0,263,0,0,0,'[UNUSED] Defias Arsonist','','',0,15,15,0,17,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(605,0,0,0,0,0,19,0,0,0,'[UNUSED] Mr. Whipple','','',0,24,24,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(606,0,0,0,0,0,560,0,0,0,'[UNUSED] Mrs. Whipple','','',0,24,24,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(607,0,0,0,0,0,561,0,0,0,'[UNUSED] Johnny Whipple','','',0,23,23,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(609,0,0,0,0,0,23,0,0,0,'[UNUSED] Grandpa Whipple','','',0,26,26,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(610,0,0,0,0,0,202,0,0,0,'[UNUSED] Rabid Gina Whipple','','',0,31,31,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(611,0,0,0,0,0,524,0,0,0,'[UNUSED] Rabid Mr. Whipple','','',0,32,32,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(612,0,0,0,0,0,202,0,0,0,'[UNUSED] Rabid Mrs. Whipple','','',0,32,32,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(613,0,0,0,0,0,563,0,0,0,'[UNUSED] Rabid Johnny Whipple','','',0,31,31,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(614,0,0,0,0,0,564,0,0,0,'[UNUSED] Rabid Grandpa Whipple','','',0,36,36,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(725,0,0,0,0,0,612,0,0,0,'[UNUSED] Skeletal Enforcer','','',0,25,26,0,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,2378,0,0,0,0,0,0,1,8388624,0,'',12340),(753,0,0,0,0,0,173,0,0,0,'[UNUSED] Rebel Soldier','','',0,30,32,0,11,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(809,0,0,0,0,0,218,0,0,0,'[UNUSED] Smith Theo','Weapon Merchant','',0,24,24,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(897,0,0,0,0,0,166,0,0,0,'[UNUSED] Brannon Aybara (TEMP)','Hunter Trainer','',0,62,62,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(904,0,0,0,0,0,312,0,0,0,'[UNUSED] Regna Khurn','Gunsmith','',0,5,5,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(919,0,0,0,0,0,375,0,0,0,'[UNUSED] [PH] Berail Spiritwhisper','Shaman Trainer *Temp*','',0,5,5,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(924,0,0,0,0,0,659,0,0,0,'[UNUSED] Lesser Arachnid','','',0,23,24,0,22,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1058,0,0,0,0,0,240,0,0,0,'[UNUSED] Truek','','',0,40,40,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1230,0,0,0,0,0,278,0,0,0,'[UNUSED] Lexin Haze','Warlock Trainer *Temp*','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1235,0,0,0,0,0,312,0,0,0,'[UNUSED] Maryann Grapefoot','Food Merchant','',0,5,5,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1288,0,0,0,0,0,1430,0,0,0,'[UNUSED] Hevram Bristol','Mace & Staff Merchant','',0,60,60,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1290,0,0,0,0,0,1435,0,0,0,'[UNUSED] Winston Bagley','Cloth Armor Merchant','',0,45,45,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1306,0,0,0,0,0,1493,0,0,0,'[UNUSED] Melechan Damodred','Reagents','',0,45,45,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1361,0,0,0,0,0,166,0,0,0,'[UNUSED] Kern the Enforcer','','',0,28,28,0,17,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1455,0,0,0,0,0,3475,0,0,0,'[UNUSED] Grummar Thunk','Fletching Supplies','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1467,0,0,0,0,0,2584,0,0,0,'[UNUSED] [PH] Brawl Thunderpunch','Weaponsmith <Temp>','',0,15,15,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1485,0,0,0,0,0,227,0,0,0,'[UNUSED] Bazaar Merchant TEST','Florist','',0,60,60,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1546,0,0,0,0,0,2584,0,0,0,'[UNUSED] Kegnar Thraln','Herbalism Trainer','',0,8,40,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1567,0,0,0,0,0,3355,0,0,0,'[UNUSED] Anson Phelps','Miner <Temp>','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1643,0,0,0,0,0,164,0,0,0,'[UNUSED] Elwynn Guard','','',0,23,23,0,11,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1644,0,0,0,0,0,164,0,0,0,'[UNUSED] Redridge Guard','','',0,35,35,0,11,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1649,0,0,0,0,0,3318,0,0,0,'UNUSED Jordan Croft','Reuse Me','',0,1,1,0,875,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1659,0,0,0,0,0,1027,0,0,0,'[UNUSED] Coleman Mills','NEEDS MODEL','',0,10,10,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(1677,0,0,0,0,0,3374,0,0,0,'[UNUSED] Curtis Ashlock','Cook','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1859,0,0,0,0,0,224,0,0,0,'[UNUSED] Nyein Longwind','Bowyer *Temp*','',0,4,7,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(1987,0,0,0,0,0,759,0,0,0,'Webwood Creeper UNUSED','','',0,3,4,0,22,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,5166,0,0,0,0,0,100,1,0,0,'',12340),(2087,0,0,0,0,0,309,232,0,0,'[UNUSED] Ambermill Citizen','','',0,1,1,0,76,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(2133,0,0,0,0,0,1605,0,0,0,'[UNUSED] Theo Reshan','Herbalism Trainer','',0,11,11,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2197,0,0,0,0,0,227,0,0,0,'[UNUSED] Crier Kirton','','',0,3,3,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2199,0,0,0,0,0,227,0,0,0,'[UNUSED] Crier Backus','','',0,3,3,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2200,0,0,0,0,0,227,0,0,0,'[UNUSED] Crier Pierce','','',0,3,3,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2220,0,0,0,0,0,569,0,0,0,'[UNUSED] Undead Blacksmith Trainer','Blacksmith Trainer','',0,1,1,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(2223,0,0,0,0,0,569,0,0,0,'[UNUSED] Undead Cooking Trainer','Cooking Trainer','',0,1,1,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2293,0,0,0,0,0,3319,0,0,0,'[UNUSED] Sherra Vayne','Spirit Healer','',0,45,45,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2295,0,0,0,0,0,3390,0,0,0,'[UNUSED] Bartok Steelgrip','Spirit Healer','',0,62,62,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2296,0,0,0,0,0,3571,0,0,0,'[UNUSED] Fulgar Iceforge','Spirit Healer','',0,62,62,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2297,0,0,0,0,0,3573,0,0,0,'[UNUSED] Kerrik Firebeard','Spirit Healer','',0,62,62,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2300,0,0,0,0,0,1027,0,0,0,'[UNUSED] Seoman Verilas','Spirit Healer','',0,40,40,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2301,0,0,0,0,0,1586,0,0,0,'[UNUSED] Nerrik Shoyul','Spirit Healer','',0,62,62,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2312,0,0,0,0,0,1027,0,0,0,'[UNUSED] Thesule Klaven','<Needs Model>','',0,5,5,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2313,0,0,0,0,0,3530,0,0,0,'[UNUSED] Kir\'Nazz','','',0,5,5,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2441,0,0,0,0,0,428,0,0,0,'[UNUSED] Southshore Citizen','','',0,25,25,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2617,0,0,0,0,0,263,0,0,0,'[UNUSED] Archmage Detrae','','',0,41,41,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2756,0,0,0,0,0,3428,0,0,0,'UNUSED Grund Drokda','Reuse Me','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2813,0,0,0,0,0,3968,0,0,0,'[UNUSED] Thurgas','Spirit Healer','',0,62,62,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2815,0,0,0,0,0,3949,0,0,0,'[UNUSED] Teresa Shore','Spirit Healer','',0,70,70,0,1868,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2872,0,0,0,0,0,5044,0,0,0,'[UNUSED] Whaldak Darbenk','Spider Trainer','',0,50,50,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2883,0,0,0,0,0,832,0,0,0,'[UNUSED] [PH] Monster Slayer Trainer','Monster Slayer Trainer','',0,8,12,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2885,0,0,0,0,0,832,0,0,0,'[UNUSED] [PH] Magic Skills Trainer','Magic Skills Trainer','',0,8,12,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(2940,0,0,0,0,0,7914,0,0,0,'[UNUSED] Frank Ward','Bird Trainer','',0,50,50,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3070,0,0,0,0,0,2578,0,0,0,'[UNUSED] [PH] Mulgore Alchemy Trainer','Alchemist <Needs Model>','',0,11,11,0,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3071,0,0,0,0,0,2578,0,0,0,'[UNUSED] [PH] Mulgore Herbalism Trainer','Herbalist <Needs Model>','',0,10,10,0,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3082,0,0,0,0,0,3772,3773,0,0,'[UNUSED] Narache Guard','','',0,25,30,0,105,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3148,0,0,0,0,0,2576,0,0,0,'[UNUSED] Torc the Orc','Zeppelin Operator','',0,60,60,0,29,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,3,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(3176,0,0,0,0,0,1139,0,0,0,'[UNUSED] [PH] Durotar Engineering Trainer','Miner','',0,16,16,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3202,0,0,0,0,0,1261,0,0,0,'[UNUSED] Josh Test','NPCTEST','',0,35,35,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3299,0,0,0,0,0,1424,0,0,0,'[UNUSED] Antione LeMarca','Trade Supplies','',0,20,20,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3302,0,0,0,0,0,3889,0,0,0,'[UNUSED] Korl','Spirit Healer','',0,35,35,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3303,0,0,0,0,0,3893,0,0,0,'[UNUSED] Marna','Spirit Healer','',0,35,35,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3307,0,0,0,0,0,3888,0,0,0,'[UNUSED] Orgrun Blacktusk','Spirit Healer','',0,35,35,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3420,0,0,0,0,0,4318,0,0,0,'[UNUSED] Ancestral Watcher','','',0,15,15,0,83,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3427,0,0,0,0,0,2130,0,0,0,'[UNUSED] Kendur','','',0,15,16,0,104,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3440,0,0,0,0,0,2578,0,0,0,'[UNUSED] Ancestral Sage','','',0,18,18,0,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3525,0,0,0,0,0,428,0,0,0,'[UNUSED] Turtle Trainer','Turtle Trainer','',0,50,50,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3558,0,0,0,0,0,1196,0,0,0,'[UNUSED] Temp Poisoning Vendor Undead','Poison Supplies','',0,20,20,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(3565,0,0,0,0,0,1196,0,0,0,'[UNUSED] Temp Reagent Vendor Undead','Reagents','',0,20,20,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(3623,0,0,0,0,0,4297,0,0,0,'[UNUSED] Tursk','Crawler Trainer','',0,10,10,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3651,0,0,0,0,0,1226,0,0,0,'[UNUSED] Kolkar Observer','','',0,16,16,0,130,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3718,0,0,0,0,0,4973,0,0,0,'[UNUSED] Wrathtail Tide Princess','','',0,20,21,0,74,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3831,0,0,0,0,0,1921,0,0,0,'[UNUSED] Ancient Guardian','NEED MODEL','',0,23,23,0,79,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4045,0,0,0,0,0,18540,0,0,0,'JEFF CHOW TEST','No Clothes NPC','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4115,0,0,0,0,0,26,0,0,0,'[UNUSED] Gravelsnout Ambusher','<Needs Scale>','',0,1,1,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(4313,0,0,0,0,0,1905,0,0,0,'[UNUSED] [PH] Ambassador Saylaton Gravehoof','','',0,27,27,0,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4315,0,0,0,0,0,3556,0,0,0,'[UNUSED] Guthrin Gravehoof','','',0,26,26,0,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4318,0,0,0,0,0,2413,0,0,0,'[UNUSED] Delyka','Spirit Healer','',0,45,45,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4439,0,0,0,0,0,1963,0,0,0,'[UNUSED] Charlga\'s Bodyguard','','',0,34,34,0,152,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),(4579,0,0,0,0,0,2611,0,0,0,'[UNUSED] Alexander Lister','Cartography Trainer','',0,35,35,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(4882,0,0,0,0,0,10704,0,0,0,'[UNUSED] Om\'kan','Spider Trainer','',0,41,41,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5050,0,0,0,0,0,2997,0,0,0,'[UNUSED] Rallus','Guild Tabard Designer','',0,35,35,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5051,0,0,0,0,0,3000,0,0,0,'[UNUSED] Frewa','Guild Tabard Designer','',0,25,25,0,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5098,0,0,0,0,0,3036,0,0,0,'[UNUSED] Guffren Boulderbeard','Spirit Healer','',0,45,45,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5131,0,0,0,0,0,3060,0,0,0,'[UNUSED] Kiren Tyrngaarde','Bread Vendor','',0,30,30,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5192,0,0,0,0,0,3132,0,0,0,'[UNUSED] Nils Stonebrow','Tabard Vendor','',9832,25,25,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5544,0,0,0,0,0,3372,0,0,0,'[UNUSED] Yuriv Adhem','','',0,20,20,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5604,0,0,0,0,0,2576,0,0,0,'[UNUSED] [PH] Orcish Barfly','','',0,1,1,0,83,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5678,0,0,0,0,0,2689,0,0,0,'[UNUSED] Deathstalker Vincent DEBUG','','',0,5,5,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5813,0,0,0,0,0,4352,0,0,0,'[UNUSED] Shikar','Light Armor Merchant','',0,30,30,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5818,0,0,0,0,0,4370,0,0,0,'[UNUSED] Tren\'Shan','Spirit Healer','',0,35,35,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5876,0,0,0,0,0,2576,0,0,0,'[UNUSED] Grumol','Far Watch Sparrer','',0,10,10,0,83,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5877,0,0,0,0,0,1139,0,0,0,'[UNUSED] Yar\'luk','Far Watch Sparrer','',0,10,10,0,83,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(5904,0,0,0,0,0,4540,0,0,0,'[UNUSED] Hurll Kans','','',0,37,37,0,83,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6032,0,0,0,0,0,4311,0,0,0,'[UNUSED] Sharn','Spirit Healer','',0,45,45,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6046,0,0,0,0,0,4775,0,0,0,'[UNUSED] Gozwin Vilesprocket','','',0,10,10,0,64,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6067,0,0,0,0,0,4785,0,0,0,'[UNUSED] Meritt Herrion','','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6183,0,0,0,0,0,5167,0,0,0,'[UNUSED] Briton Kilras','','',0,30,30,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6769,0,0,0,0,0,2582,0,0,0,'[UNUSED] Ravenholdt Falconer','Assassin\'s League','',0,50,50,0,471,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6770,0,0,0,0,0,2582,0,0,0,'[UNUSED] Ravenholdt Houndmaster','Assassin\'s League','',0,50,50,0,471,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(6783,0,0,0,0,0,2584,0,0,0,'[UNUSED] Lorek Belm','','',0,10,10,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(8549,0,0,0,0,0,2582,0,0,0,'[UNUSED] Acolyte','Cult of the Damned','',0,57,58,0,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9557,0,0,0,0,0,3875,3764,0,0,'[UNUSED] dun garok test','','',0,50,50,0,88,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9577,0,0,0,0,0,842,0,0,0,'[UNUSED] Gorilla Test','','',0,25,25,0,72,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,9,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9617,0,0,0,0,0,8830,0,0,0,'[UNUSED] Eyan Mulcom','','',0,50,50,0,122,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(9820,0,0,0,0,0,2589,0,0,0,'[UNUSED] [PH] Cheese Servant Floh','','',0,45,45,0,83,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10256,0,0,0,0,0,11801,0,0,0,'[UNUSED] World Weapon Master Trainer','Weapon Master','',0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10265,0,0,0,0,0,8310,0,0,0,'UNUSED [PH] Flamewreath Guard','','',0,58,59,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(10362,0,0,0,0,0,9766,0,0,0,'[UNUSED] Gethuxxuz','Thrown Weapon Trainer','',0,40,40,0,126,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10365,0,0,0,0,0,9767,0,0,0,'[UNUSED] Yillixa','Weapon Master','',0,40,40,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10368,0,0,0,0,0,9764,0,0,0,'[UNUSED] Dat\'xus','Staves Trainer','',0,40,40,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10401,0,0,0,0,0,2582,0,0,0,'[UNUSED] Thuzadin Shadow Lord','','',0,61,62,0,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10402,0,0,0,0,0,2582,0,0,0,'[UNUSED] Cannibal Wight','','',0,57,58,0,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),(10403,0,0,0,0,0,15297,0,0,0,'[UNUSED] Devouring Wight','','',0,58,59,0,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),(10404,38110,0,0,0,0,23137,0,0,0,'Pustulating Horror','','',0,80,80,2,21,0,1,1.28968,1,1,698,950,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,10404,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1994,11782,'SmartAI',0,1,1,50,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(10443,0,0,0,0,0,9807,0,0,0,'[UNUSED] Gustav Montague','Sword Trainer','',0,40,40,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10444,0,0,0,0,0,9808,0,0,0,'[UNUSED] Mallory Welsh','Polearm Trainer','',0,40,40,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10446,0,0,0,0,0,9809,0,0,0,'[UNUSED] Elliott Jacks','Crossbow Trainer','',0,40,40,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10448,0,0,0,0,0,9811,0,0,0,'[UNUSED] Rachael Vaccar','Sword Trainer','',0,40,40,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10450,0,0,0,0,0,9815,0,0,0,'[UNUSED] Paul Burges','Crossbow Trainer','',0,40,40,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10607,0,0,0,0,0,9944,0,0,0,'[UNUSED] Siralnaya','','',0,60,60,0,754,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(10810,0,0,0,0,0,9014,0,0,0,'[UNUSED] Deathcaller Majestis','','',0,59,59,0,21,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,5,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(11337,0,0,0,0,0,11182,11184,11183,11185,'[UNUSED] Hakkar Axe Thrower','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11341,0,0,0,0,0,7709,0,0,0,'[UNUSED] Hakkar Berserker','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11342,0,0,0,0,0,11237,11239,11238,11240,'[UNUSED] Hakkar Warrior','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11343,0,0,0,0,0,11233,11235,11234,11236,'[UNUSED] Hakkar Warlord','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11344,0,0,0,0,0,11193,11195,11194,11196,'[UNUSED] Hakkar Blood Drinker','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11345,0,0,0,0,0,11201,11203,11202,11204,'[UNUSED] Hakkar Headhunter','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11349,0,0,0,0,0,11113,11115,11114,11116,'[UNUSED] Gurubashi Hideskinner','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11354,0,0,0,0,0,11245,11247,11246,11236,'[UNUSED] Gurubashi Warlord','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11358,0,0,0,0,0,2702,0,0,0,'[UNUSED] Daughter of Hakkar','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11364,0,0,0,0,0,471,0,0,0,'[UNUSED] Zulian Tigress','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11366,0,0,0,0,0,11029,0,0,0,'[UNUSED] Zulian Matriarch','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11367,0,0,0,0,0,11455,0,0,0,'[UNUSED] Zulian Patriarch','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11369,0,0,0,0,0,11032,0,0,0,'[UNUSED] Hidden Bloodseeker','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11375,0,0,0,0,0,11034,0,0,0,'[UNUSED] Zath','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11376,0,0,0,0,0,11447,0,0,0,'[UNUSED] Lor\'khan','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11377,0,0,0,0,0,2702,0,0,0,'[UNUSED] Hak\'tharr the Mindhunter','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11379,0,0,0,0,0,14780,0,0,0,'[UNUSED] Nik\'reesh','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(11384,0,0,0,0,0,11294,0,0,0,'[UNUSED] Elder T\'kashra','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11385,0,0,0,0,0,2702,0,0,0,'[UNUSED] Mogwhi the Ruthless','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11386,0,0,0,0,0,2702,0,0,0,'[UNUSED] Janook the Bladefury','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11449,0,0,0,0,0,11573,0,0,0,'[UNUSED] Gordok Battle Mage','','',0,60,60,0,45,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11463,0,0,0,0,0,10621,0,0,0,'[UNUSED] Warpwood Scrabbler','','',0,60,60,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11468,0,0,0,0,0,11241,11242,11243,11244,'[UNUSED] Eldreth Lichling','','',0,59,60,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,22224,0,0,0,0,0,0,1,8388624,0,'',12340),(11478,0,0,0,0,0,14252,0,0,0,'[UNUSED] Mana Beast','','',0,60,60,0,834,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11481,0,0,0,0,0,1070,0,0,0,'[UNUSED] Arcane Terror','','',0,60,60,0,834,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11493,0,0,0,0,0,5561,0,0,0,'[UNUSED] Sentius','','',0,60,60,0,834,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11495,0,0,0,0,0,5234,0,0,0,'[UNUSED] Avidus','','',0,60,60,0,834,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11499,0,0,0,0,0,11565,0,0,0,'[UNUSED] Commander Gormaul','','',0,59,59,0,45,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),(11500,0,0,0,0,0,13129,0,0,0,'[UNUSED] Majordomo Bagrosh','','',0,60,60,0,45,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11599,22742,32013,37332,0,0,10285,0,0,0,'Irondeep Geomancer UNUSED','','',0,53,54,0,59,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11601,22740,32011,37330,0,0,10285,0,0,0,'Irondeep Cave Lurker UNUSED','','',0,52,53,0,59,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11660,0,0,0,0,0,12233,0,0,0,'[UNUSED] Molten Colossus','','',0,63,63,0,54,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,50,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(11670,0,0,0,0,0,12190,0,0,0,'[UNUSED] Flame Shrieker','','',0,62,62,0,54,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(11959,0,0,0,0,0,15346,0,0,0,'[UNUSED] Obsidian Watcher','','',0,61,61,0,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(12038,0,0,0,0,0,12052,0,0,0,'[UNUSED] Aerie Peak Cooking Supplies','Cooking Supplies','',0,55,55,0,694,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14201,0,0,0,0,0,14236,0,0,0,'[UNUSED] Sid Stuco','','',0,20,20,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(14699,0,0,0,0,0,14365,0,0,0,'Spectral Soldier UNUSED','','',0,54,55,0,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14706,0,0,0,0,0,14706,0,0,0,'Skeletal Shocktrooper UNUSED','','',0,54,55,0,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(14711,0,0,0,0,0,10487,0,0,0,'Plagued Eater UNUSED','','',0,57,59,0,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(15210,0,0,0,0,0,1204,0,0,0,'Vulculon UNUSED','Abyssal Council','',0,62,62,0,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15223,0,0,0,0,0,12002,0,0,0,'[PH] [UNUSED] Lord Inquisitor Opalezzix','Abyssal Council','',0,63,63,0,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15226,0,0,0,0,0,12153,0,0,0,'[UNUSED] Vekniss Builder','','',0,60,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(15227,0,0,0,0,0,15333,0,0,0,'[UNUSED] Vekniss Hiveshaper','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15228,0,0,0,0,0,15333,0,0,0,'[UNUSED] Vekniss Wellborer','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15231,0,0,0,0,0,15334,0,0,0,'[UNUSED] Vekniss Patroller','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15232,0,0,0,0,0,15334,0,0,0,'[UNUSED] Vekniss Eradicator','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15234,0,0,0,0,0,14522,0,0,0,'[UNUSED] Vekniss Swarmer','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15237,0,0,0,0,0,15335,0,0,0,'[UNUSED] Vekniss Wrathstinger','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),(15238,0,0,0,0,0,15336,0,0,0,'[UNUSED] Vekniss Hive Reaver','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15239,0,0,0,0,0,15336,0,0,0,'[UNUSED] Vekniss Hive Lurker','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15243,0,0,0,0,0,15338,0,0,0,'[UNUSED] Vekniss Wasprider','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),(15244,0,0,0,0,0,15338,0,0,0,'[UNUSED] Vekniss Hive Raider','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15245,0,0,0,0,0,15338,0,0,0,'[UNUSED] Vekniss Waspguard','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15248,0,0,0,0,0,1064,0,0,0,'[UNUSED] Qiraji Soulbender','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15251,0,0,0,0,0,1063,0,0,0,'[UNUSED] Qiraji Slaymaster','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15253,0,0,0,0,0,1063,0,0,0,'[UNUSED] Qiraji Champion','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15254,0,0,0,0,0,15339,0,0,0,'[UNUSED] Qiraji Captain','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15255,0,0,0,0,0,15339,0,0,0,'[UNUSED] Qiraji Officer','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15256,0,0,0,0,0,15339,0,0,0,'[UNUSED] Qiraji Commander','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15257,0,0,0,0,0,15340,0,0,0,'[UNUSED] Qiraji Honor Guard','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15258,0,0,0,0,0,15340,0,0,0,'[UNUSED] Qiraji Praetor','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15259,0,0,0,0,0,15340,0,0,0,'[UNUSED] Qiraji Imperator','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15322,0,0,0,0,0,11099,0,0,0,'[UNUSED] Hive\'Zara Ambusher','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15326,0,0,0,0,0,12152,0,0,0,'[UNUSED] Hive\'Zara Swarmer','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15329,0,0,0,0,0,12152,0,0,0,'[UNUSED] Hive\'Zara Scout','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15330,0,0,0,0,0,15379,0,0,0,'[UNUSED] Sand Borer','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15331,0,0,0,0,0,15379,0,0,0,'[UNUSED] Dune Tunneler','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15332,0,0,0,0,0,13509,0,0,0,'[UNUSED] Crystal Feeder','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15337,0,0,0,0,0,15380,0,0,0,'[UNUSED] Sand Mold','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15342,0,0,0,0,0,11914,0,0,0,'[UNUSED] Sphinx','','',0,61,61,0,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15345,0,0,0,0,0,15354,0,0,0,'[UNUSED] Daughter of Hecate','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,203,1,0,0,'',12340),(15346,0,0,0,0,0,15338,0,0,0,'[UNUSED] Qiraji Wasprider','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15347,0,0,0,0,0,15338,0,0,0,'[UNUSED] Qiraji Wasplord','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15393,0,0,0,0,0,15340,0,0,0,'[UNUSED] Ruins Qiraji Gladiator Named 7','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(15472,0,0,0,0,0,9595,0,0,0,'[UNUSED] Deep Ooze','','',0,62,62,0,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(15646,0,0,0,0,0,15589,0,0,0,'[Unused] Mana Leech','','',0,4,6,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16138,0,0,0,0,0,987,0,0,0,'[UNUSED] Scourge Invasion Guardian','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(16140,0,0,0,0,0,16034,0,0,0,'[UNUSED] Necropolis Crystal, Buttress','','',0,60,60,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16188,0,0,0,0,0,169,0,0,0,'[UNUSED] Buttress Channeler','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16556,0,0,0,0,0,16264,0,0,0,'Orc Grunt UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,7.15717,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16557,0,0,0,0,0,16263,0,0,0,'Orc Warlock UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11.4515,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16560,0,0,0,0,0,16267,0,0,0,'Orc Necrolyte UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,8.58861,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16561,0,0,0,0,0,2352,0,0,0,'Orc Wolf UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,9.30432,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16562,0,0,0,0,0,16269,0,0,0,'Summoned Daemon UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11.4515,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(16563,0,0,0,0,0,16270,0,0,0,'Warchief Blackhand UNUSED','','',0,73,73,1,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,14.3143,1,1,0,0,0,0,0,0,0,144,1,0,1,'',12340),(16567,0,0,0,0,0,16276,0,0,0,'Human Footman UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,7.15717,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16569,0,0,0,0,0,19783,0,0,0,'Human Charger UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,9.30432,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16570,0,0,0,0,0,110,0,0,0,'Crazed Water Spirit','','',0,75,76,2,834,0,1,1.28968,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,4,0,16570,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,38323,42107,0,0,0,0,0,1,0,0,'',12340),(16571,0,0,0,0,0,16278,0,0,0,'Human Cleric UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,8.58861,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16572,0,0,0,0,0,16280,0,0,0,'Human Conjurer UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11.4515,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(16581,0,0,0,0,0,16293,0,0,0,'King Llane UNUSED','','',0,73,73,1,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,14.3143,1,1,0,0,0,0,0,0,0,144,1,0,1,'',12340),(17463,0,0,0,0,0,16581,0,0,0,'[UNUSED] Shadowmoon Firestarter','','',0,69,69,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17733,20172,0,0,0,0,9749,6633,7350,11091,'[UNUSED] Lykul Larva','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17813,0,0,0,0,0,7192,0,0,0,'[UNUSED] Lost Goblin [PH]','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17828,0,0,0,0,0,11410,0,0,0,'[UNUSED] Fnort','Swamplord Musel\'ek\'s Pet','',0,64,64,1,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17939,0,0,0,0,0,9134,0,0,0,'[UNUSED] Coilfang Watcher [PH]','','',0,70,70,0,74,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(17965,0,0,0,0,0,169,20024,0,0,'Open Portal Target','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(17966,19896,0,0,0,0,8189,0,0,0,'[UNUSED] Summoned Bombling','','',0,62,62,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),(18329,0,0,0,0,0,17866,0,0,0,'[UNUSED] Sethekk Magelord','','',0,69,69,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18355,0,0,0,0,0,11078,0,0,0,'[UNUSED] Dusty Skeleton [PH]','','',0,64,64,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(18366,0,0,0,0,0,17702,0,0,0,'UNUSED Outland Wyvern Mount (Armored)','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(18367,0,0,0,0,0,146,0,0,0,'[UNUSED] Draenei Spirit [PH]','','',0,64,65,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(18699,0,0,0,0,0,17102,0,0,0,'Netherstorm Rare Chimaera UNUSED','','',0,68,68,1,14,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,15,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19711,21530,0,0,0,0,19254,0,0,0,'Mechanar Ripper (UNUSED)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19714,21529,0,0,0,0,19255,0,0,0,'Mechanar Pulverizer (UNUSED)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23183,0,0,0,0,0,18252,18262,18264,18263,'Tarren Mill Lookout (1)','',NULL,0,70,70,1,1748,0,1.2,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20051,0,0,0,0,0,17210,0,0,0,'UNUSED - Golem Crafter','','',0,71,71,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(22165,0,0,0,0,0,19061,0,0,0,'Infinite Chronomancer (1)','',NULL,0,70,70,1,1720,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,15230,33860,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(21219,0,0,0,0,0,20643,0,0,0,'Coilfang Warlock (UNUSED)','','',0,71,71,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,10.5,15,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(21223,0,0,0,0,0,5562,0,0,0,'Corrupted Rager','','',0,71,72,2,834,0,1,1.28968,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,4,0,21223,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(21378,0,0,0,0,0,20138,0,0,0,'[UNUSED]Test Nether Whelp','','',0,65,66,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20591,0,0,0,0,0,16584,0,0,0,'Shattered Hand Savage (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,13,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16523,16523,0,0,0,0,0,0,0,36054,30470,30485,0,0,0,0,0,0,0,2524,3306,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(20590,0,0,0,0,0,16580,0,0,0,'Shattered Hand Reaver (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,16699,0,0,0,0,0,0,0,15496,30485,30471,0,0,0,0,0,0,0,2014,2640,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(21785,0,0,0,0,0,20469,0,0,0,'Underbog Quaker (UNUSED)','','',0,71,71,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,31.5,15,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(22740,0,0,0,0,0,10285,0,0,0,'Irondeep Cave Lurker UNUSED (1)','','',0,52,53,0,59,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22742,0,0,0,0,0,10285,0,0,0,'Irondeep Geomancer UNUSED (1)','','',0,53,54,0,59,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22852,0,0,0,0,0,10691,0,0,0,'[UNUSED] Dread Lord','Servant of Illidan','',0,72,72,1,1813,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,40,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22854,0,0,0,0,0,6173,0,0,0,'[UNUSED] Illidari Felstalker','Servant of Illidan','',0,71,71,1,1813,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,40,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22944,0,0,0,0,0,21150,0,0,0,'[UNUSED] Illidari Hound [PH]','','',0,70,71,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(22961,0,0,0,0,0,15505,0,0,0,'[UNUSED] Harem Girl 3','','',0,72,72,1,1813,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23126,0,0,0,0,0,21254,21262,21263,0,'[UNUSED] Boss Teron Gorefiend (Mounted)','','',0,73,73,1,16,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1000,100,1,0,0,0,0,0,0,0,167,1,8388624,1,'',12340),(23238,0,0,0,0,0,21363,0,0,0,'[UNUSED] Mutant Commander [PH]','','',0,72,72,1,1813,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,40,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24324,0,0,0,0,0,1482,0,0,0,'Crash Test Creature','','',0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24560,25560,0,0,0,0,22596,0,0,0,'Priestess Delrissa','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,72,24560,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5516,6741,'',0,1,1,4.4,4,1,0,0,0,0,0,0,0,0,1,617560063,256,'boss_priestess_delrissa',12340),(24649,0,0,0,0,0,22552,0,0,0,'Broken Earth Elemental Totem','','',0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24650,0,0,0,0,0,14506,0,0,0,'Broken Earth Elemental','','',0,71,71,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24666,25554,0,0,0,0,15294,0,0,0,'Flame Strike Trigger (Kael - 5Man)','','',0,70,70,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,100,1,0,130,'',12340),(24689,25575,0,0,0,0,22843,0,0,0,'Wretched Bruiser','','',0,69,69,1,16,0,1,1.14286,1,1,245,346,0,298,0.6,2000,2000,1,32832,2048,0,0,0,0,0,0,206,302,43,7,8,24689,24689,0,0,0,0,0,0,0,44534,0,0,0,0,0,0,0,0,0,4159,5084,'SmartAI',0,1,1,2.5,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),(24692,25544,0,0,0,0,22588,0,0,0,'[UNUSED] Brightscale Serpent','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24693,25542,0,0,0,0,19529,0,0,0,'[UNUSED] Arcane Nightmare','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(24695,25559,0,0,0,0,22589,0,0,0,'[UNUSED] Nether Shade','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(24699,25561,0,0,0,0,2017,0,0,0,'[UNUSED] Sargeron Trickster','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24708,25543,0,0,0,0,11686,0,0,0,'Arcane Sphere','','',0,70,70,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33685504,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,76,1,0,130,'',12340),(24715,0,0,0,0,0,3886,0,0,0,'High Explosive Sheep','','',0,70,70,0,14,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,80,1,0,0,'npc_pet_gen_target_following_bomb',12340),(24745,0,0,0,0,0,17612,0,0,0,'Pure Energy','','',0,70,70,0,14,0,1.2,0.428571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,0.01,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),(24781,25557,0,0,0,0,169,11686,0,0,'Nether Energy','','',0,70,70,1,114,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,47,1,0,130,'',12340),(24808,25546,0,0,0,0,22646,0,0,0,'Broken Sentinel','','',0,70,70,2,16,0,2,1.42857,1,1,234,331,0,286,4.6,2000,2000,2,570721088,2048,0,0,0,0,0,0,198,295,33,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,2.9,5,1,0,0,0,0,0,0,0,151,1,8388624,2,'',12340),(24809,25558,0,0,0,0,169,11686,0,0,'Nether Energy Cube (Ground)','','',0,70,70,1,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,47,1,0,128,'',12340),(24850,0,0,0,0,0,23345,0,0,0,'Kalecgos','','',0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,70,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,2,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,332.5,500,1,0,0,0,0,0,0,0,169,1,650854271,2097153,'boss_kalecgos',12340),(24854,0,0,0,0,0,22671,0,0,0,'Sister of Torment Image','','',0,70,70,0,16,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33555202,2048,0,0,0,0,0,0,198,295,33,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24855,0,0,0,0,0,23466,0,0,0,'Kael\'thas Sunstrider Image','Lord of the Blood Elves','',0,72,72,2,16,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,270,401,53,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),(19892,0,0,0,0,0,17101,0,0,0,'Greater Bogstrok (1)','',NULL,0,70,70,1,16,0,2,1.14286,1,1,252,357,0,304,5.9,1318,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,17817,17817,0,0,0,0,0,0,0,35760,0,0,0,0,0,0,0,0,0,2500,3274,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,65553,0,'',12340),(24866,0,0,0,0,0,22709,0,0,0,'Lakoor','','',9030,70,70,0,1721,3,1,1,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24867,0,0,0,0,0,11686,0,0,0,'Halaa Enemy Combatant','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24881,0,0,0,0,0,22710,0,0,0,'Karrtog','','',9035,70,70,0,1651,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24882,0,0,0,0,0,22711,0,0,0,'Brutallus','','',0,73,73,1,1771,0,1,1.14286,1,3,316,450,0,320,60,1000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,3,108,24882,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2250000,2750000,'',0,1,1,968.8,1,1,0,0,0,0,0,0,0,224,1,650854271,2097153,'boss_brutallus',12340),(24885,0,0,0,0,0,22716,0,0,0,'Exorcist Sullivan','','',0,64,64,1,1733,2,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24886,0,0,0,0,0,22717,0,0,0,'Exorcist Vaisha','','',0,68,68,1,1735,2,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24891,0,0,0,0,0,23350,0,0,0,'Kalecgos','','',0,73,73,1,42,0,1,1.14286,1,3,313,448,0,302,10,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,2,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,136.5,50,1,0,0,0,0,0,0,0,169,1,650854271,2097152,'boss_kalec',12340),(24892,0,0,0,0,0,26628,0,0,0,'Sathrovarr the Corruptor','','',0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,70,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,3,108,24892,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2250000,2750000,'',0,1,1,332.5,500,1,0,0,0,0,0,0,0,169,1,650854271,2097152,'boss_sathrovarr',12340),(24893,0,0,0,0,0,169,15880,0,0,'Auchindoun Daily Quest Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24895,0,0,0,0,0,22965,0,0,0,'Madrigosa','','',0,73,73,1,42,0,2,2.3,1,3,313,448,0,302,35,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,2,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,70,1,1,0,0,0,0,0,0,0,222,1,0,1,'npc_madrigosa',12340),(24903,0,0,0,0,0,1130,11686,0,0,'BLB Bunny - Kickoff Target - to Team A','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24904,0,0,0,0,0,1130,11686,0,0,'BLB Bunny - Kickoff Target - to Team B','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24907,0,0,0,0,0,7093,0,0,0,'Kickoff Kicker','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24908,0,0,0,0,0,1130,11686,0,0,'BLB Bunny - Center Field','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24916,0,0,0,0,0,24810,0,0,0,'Living Flare','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24917,0,0,0,0,0,20476,0,0,0,'Phase Wyrm','','',0,70,71,1,14,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24918,0,0,0,0,0,22979,0,0,0,'Felblood Initiate','','',0,70,70,1,1793,0,0.888888,0.99206,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,24918,24918,0,0,0,0,0,0,0,29098,14873,35871,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24919,0,0,0,0,0,18448,0,0,0,'Wrath Herald','','',0,69,70,1,90,0,1,1.14286,1,0,234,331,0,286,1,1500,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,24919,24919,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1250,1500,'',0,1,1,1,1,1,0,34259,0,0,0,0,0,0,1,0,0,'',12340),(24920,0,0,0,0,0,22734,0,0,0,'Razorthorn Flayer','','',0,71,72,1,1873,0,1,0.99206,1,0,307,438,0,314,1,1500,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,24920,0,0,0,0,0,0,0,0,33896,46202,13443,0,0,0,0,0,0,0,1210,1822,'',1,1,1,1,1,1,0,34255,0,0,0,0,0,0,1,0,0,'',12340),(24921,0,0,0,0,0,16480,21072,0,0,'Cosmetic Trigger - LAB','','',0,70,70,0,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(24922,0,0,0,0,0,16631,0,0,0,'Razorthorn Ravager','','',0,70,70,1,16,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,31,0,0,0,0,215,320,44,1,0,24922,0,70064,0,0,0,0,0,0,44935,33781,46276,13443,0,0,0,0,13027,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24923,0,0,0,0,0,22735,22737,22736,22738,'Shattered Sun Channeler','','',0,66,66,0,1956,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24928,0,0,0,0,0,1126,11686,0,0,'Sunwell Daily Bunny x 1.00','','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24932,0,0,0,0,0,22747,0,0,0,'Exarch Nasuun','','',9046,70,70,1,1956,3,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24933,0,0,0,0,0,20919,0,0,0,'Suspended Terrorguard','','',0,70,70,1,190,0,0.4,1.38889,1,0,234,331,0,286,1,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,43,1,0,0,'',12340),(24936,0,0,0,0,0,19725,13069,0,0,'Sunwell Daily Bunny x 0.01','','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24937,0,0,0,0,0,18905,0,0,0,'Magistrix Seyla','','',9051,70,70,1,1956,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24939,0,0,0,0,0,22757,0,0,0,'Shattered Sun Marksman - BE Male Tier 2','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24940,0,0,0,0,0,22758,0,0,0,'Shattered Sun Marksman - BE Male Tier 3','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24941,0,0,0,0,0,22759,0,0,0,'Shattered Sun Marksman - BE Male Tier 4','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24942,0,0,0,0,0,22754,0,0,0,'Shattered Sun Marksman - BE Female Tier 1','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24943,0,0,0,0,0,22760,0,0,0,'Shattered Sun Marksman - BE Female Tier 2','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24944,0,0,0,0,0,22761,0,0,0,'Shattered Sun Marksman - BE Female Tier 3','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24945,0,0,0,0,0,22762,0,0,0,'Shattered Sun Marksman - BE Female Tier 4','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24946,0,0,0,0,0,22753,0,0,0,'Shattered Sun Marksman - Draenei Male Tier 1','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24947,0,0,0,0,0,22763,0,0,0,'Shattered Sun Marksman - Draenei Male Tier 2','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24948,0,0,0,0,0,22764,0,0,0,'Shattered Sun Marksman - Draenei Male Tier 3','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24949,0,0,0,0,0,22765,0,0,0,'Shattered Sun Marksman - Draenei Male Tier 4','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24950,0,0,0,0,0,22755,0,0,0,'Shattered Sun Marksman - Draenei Female Tier 1','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24951,0,0,0,0,0,22766,0,0,0,'Shattered Sun Marksman - Draenei Female Tier 2','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24952,0,0,0,0,0,22767,0,0,0,'Shattered Sun Marksman - Draenei Female Tier 3','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24953,0,0,0,0,0,22768,0,0,0,'Shattered Sun Marksman - Draenei Female Tier 4','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24955,0,0,0,0,0,22843,0,0,0,'Emaciated Felblood','','',0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24955,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1251,1503,'',0,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(24958,0,0,0,0,0,24811,0,0,0,'Unstable Living Flare','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24959,0,0,0,0,0,16480,21072,0,0,'Generic Quest Trigger - LAB','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24961,0,0,0,0,0,9510,0,0,0,'Sanctum Rift','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24962,0,0,0,0,0,19439,19440,19441,19442,'Slain Guard','','',0,70,70,1,1701,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24963,0,0,0,0,0,22752,0,0,0,'Shattered Sun Marksman - BE Male Tier 1','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24964,0,0,0,0,0,18018,18019,18016,18017,'Shattered Sun Scout','','',0,63,66,1,1956,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24975,0,0,0,0,0,22781,0,0,0,'Mar\'nah','Alchemist','',9050,70,70,1,1960,131,1,1.14286,1,0,252,357,0,304,1,2000,2500,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24980,0,0,0,0,0,16480,20559,0,0,'Crystal Ward','','',0,70,70,1,114,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(24981,0,0,0,0,0,23431,0,0,0,'Converted Sentry','','',0,70,70,1,1957,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(24991,0,0,0,0,0,16480,20559,0,0,'Converted Sentry Credit','','',0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25000,0,0,0,0,0,18139,0,0,0,'Abyss Creature','','',0,70,71,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(25004,0,0,0,0,0,22812,0,0,0,'Emissary of Despair','','',0,70,70,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25005,0,0,0,0,0,22811,0,0,0,'Emissary of Dread','','',0,71,71,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25008,0,0,0,25068,0,22810,0,0,0,'Abyssal Flamewalker (Display)','','',0,70,71,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(25035,0,0,0,0,0,22834,0,0,0,'Tyrael Flamekissed','General Goods','',0,70,70,1,1960,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25036,0,0,0,0,0,22835,0,0,0,'Caregiver Inaara','Innkeeper','',7497,70,70,1,1960,65665,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(25037,0,0,0,0,0,22836,0,0,0,'Seraphina Bloodheart','Stable Master','',9821,70,70,1,1960,4194305,1,1.14286,1,0,234,331,0,286,1,2000,1573,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(25038,0,0,0,0,0,22838,0,0,0,'Felmyst','','',0,73,73,1,14,0,2,2,1,3,313,448,0,302,70,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,6,108,25038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2250000,2750000,'',0,5,1,807.8,1,1,0,0,0,0,0,0,0,222,1,650854271,2097409,'boss_felmyst',12340),(25039,0,0,0,0,0,22837,0,0,0,'Kaalif','Reagent Vendor','',0,70,70,1,1960,2176,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25041,0,0,0,0,0,22838,0,0,0,'Felmyst Visual','','',0,70,70,1,14,0,1,1.14286,1,3,252,357,0,304,35,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,100,1,1,0,0,0,0,0,0,0,222,1,8388624,1,'',12340),(25042,0,0,0,0,0,16480,19595,0,0,'Magisters\' Terrace - Scryer Quest Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25043,0,0,0,0,0,22839,0,0,0,'Sereth Duskbringer','Poison Supplier','',0,70,70,1,1960,129,1,1.14286,1,0,234,331,0,286,1,2000,1573,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25044,0,0,0,0,0,22840,0,0,0,'Dragonhawk (Bombing Run)','','',0,40,40,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25045,0,0,0,0,0,15593,0,0,0,'Sentinel','Seraphina\'s Pet','',0,70,70,1,1960,0,1,0.99206,1,0,252,357,0,304,1,2000,1573,1,0,2048,0,2,0,0,0,0,215,320,44,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25046,0,0,0,0,0,22842,0,0,0,'Smith Hauthaa','Weapons & Armorsmith','',9087,70,70,1,1960,4227,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25064,0,0,0,0,0,28417,0,0,0,'Dragonhawk Mount (Black)','','',0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25065,0,0,0,0,0,16480,17612,0,0,'Emissary of Hate Credit','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25066,0,0,0,0,0,16480,17612,0,0,'Emissary of Dread Credit','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25067,0,0,0,0,0,16480,17612,0,0,'Emissary of Despair Credit','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25068,0,0,0,0,0,16480,17612,0,0,'Burning Legion Demon','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25069,0,0,0,0,0,22861,0,0,0,'Magister Ilastar','','',9127,70,70,1,1960,3,1,1.14286,1,0,252,357,0,304,1,2000,2500,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25085,0,0,0,0,0,369,0,0,0,'Freed Greengill Slave','','',0,60,60,1,1966,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,25084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.33,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25086,0,0,0,0,0,11686,0,0,0,'Freed Greengill Slave Kill Credit','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25087,0,0,0,0,0,22792,22793,22794,22795,'Dawnblade Reservist','','',0,70,70,1,16,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,8,24976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1180,1443,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25088,0,0,0,0,0,22904,0,0,0,'Captain Valindria','','',9088,70,70,1,1960,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25090,0,0,0,0,0,16480,21072,0,0,'Sin\'Loren Credit','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25091,0,0,0,0,0,16480,21072,0,0,'Bloodoath Credit','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25092,0,0,0,0,0,16480,21072,0,0,'Dawnchaser Credit','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25108,0,0,0,0,0,22852,0,0,0,'Vindicator Kaalan','','',9111,70,70,0,1960,3,1,1.14286,1,0,234,331,0,286,1,1500,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25112,0,0,0,0,0,22971,0,0,0,'Anchorite Ayuri','','',9115,70,70,1,1960,3,1,1.14286,1,0,252,357,0,304,1,2000,2500,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25114,0,0,0,0,0,1126,11686,0,0,'Hauthaa\'s Anvil Bunny','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25116,0,0,0,0,0,22907,0,0,0,'Shattered Sun Warrior - BE Female Tier 1','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25117,0,0,0,0,0,22908,0,0,0,'Shattered Sun Warrior - BE Female Tier 2','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25118,0,0,0,0,0,22909,0,0,0,'Shattered Sun Warrior - BE Female Tier 3','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25119,0,0,0,0,0,22910,0,0,0,'Shattered Sun Warrior - BE Female Tier 4','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25120,0,0,0,0,0,22911,0,0,0,'Shattered Sun Warrior - BE Male Tier 1','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25121,0,0,0,0,0,22912,0,0,0,'Shattered Sun Warrior - BE Male Tier 2','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25122,0,0,0,0,0,22913,0,0,0,'Shattered Sun Warrior - BE Male Tier 3','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25123,0,0,0,0,0,22914,0,0,0,'Shattered Sun Warrior - BE Male Tier 4','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25124,0,0,0,0,0,22915,0,0,0,'Shattered Sun Warrior - Draenei Female Tier 1','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25125,0,0,0,0,0,22916,0,0,0,'Shattered Sun Warrior - Draenei Female Tier 2','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25126,0,0,0,0,0,22917,0,0,0,'Shattered Sun Warrior - Draenei Female Tier 3','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25127,0,0,0,0,0,22918,0,0,0,'Shattered Sun Warrior - Draenei Female Tier 4','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25128,0,0,0,0,0,22919,0,0,0,'Shattered Sun Warrior - Draenei Male Tier 1','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25129,0,0,0,0,0,22920,0,0,0,'Shattered Sun Warrior - Draenei Male Tier 2','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25130,0,0,0,0,0,22921,0,0,0,'Shattered Sun Warrior - Draenei Male Tier 3','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25131,0,0,0,0,0,22922,0,0,0,'Shattered Sun Warrior - Draenei Male Tier 4','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25133,0,0,0,0,0,22923,0,0,0,'Astromancer Darnarian','','',0,70,70,1,1960,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25135,0,0,0,0,0,22926,22935,22936,22937,'Shattered Sun Trainee','','',0,68,70,1,1956,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25136,0,0,0,0,0,22925,22942,22943,22944,'Shattered Sun Trainee','','',0,68,70,1,1956,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25137,0,0,0,0,0,22927,22939,22940,22941,'Shattered Sun Trainee','','',0,68,70,1,1956,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25154,0,0,0,0,0,16480,19595,0,0,'Sunwell - Quest Bunny - Shrine','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25156,0,0,0,0,0,16480,19595,0,0,'Sunwell - Quest Bunny - Portal','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25157,0,0,0,0,0,16480,19595,0,0,'Sunwell - Quest Bunny - Sunwell','','',0,60,60,1,35,0,1.1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25163,0,0,0,0,0,22972,0,0,0,'Anchorite Kairthos','','',0,70,70,1,1960,2,2.4,1.14286,1,0,234,331,0,286,1,2000,2500,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,54,1,0,0,'',12340),(25165,0,0,0,0,0,23177,0,0,0,'Lady Sacrolash','','',0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,70,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,3,108,25165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2250000,2750000,'',0,1,1,332.5,500,1,0,0,0,0,0,0,0,169,1,650854271,2097153,'boss_sacrolash',12340),(25166,0,0,0,0,0,23334,0,0,0,'Grand Warlock Alythess','','',0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,70,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,3,108,25166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2250000,2750000,'',0,1,1,332.5,500,1,0,0,0,0,0,0,0,169,1,650854271,2097153,'boss_alythess',12340),(25172,0,0,0,0,0,1126,17188,0,0,'Archmage Invisible Target','','',0,1,1,0,1956,0,1,1.14286,1,1,2,3,0,10,7.5,2000,2000,8,33559296,2048,0,0,0,0,0,0,1,2,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25174,0,0,0,0,0,22981,0,0,0,'K\'iru','','',0,72,72,1,1775,0,1,1.42857,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25192,0,0,0,0,0,19725,13069,0,0,'Bridge Marksman Target Bunny','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25213,0,0,0,0,0,5187,11686,0,0,'Chess Chest Bunny','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25214,0,0,0,0,0,23178,0,0,0,'Shadow Image','','',0,70,70,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.043,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(25218,0,0,0,0,0,22993,0,0,0,'[PH] Torch Target','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25223,0,0,0,0,0,22994,0,0,0,'Lord Solanar Bloodwrath','','',0,70,70,1,1604,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25225,0,0,0,0,0,3019,0,0,0,'Practice Dummy','','',0,25,25,0,1703,0,1,1,1,0,35,48,0,86,1,2000,2000,1,256,2048,0,0,0,0,0,0,24,36,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(25236,0,0,0,0,0,19259,0,0,0,'Unrestrained Dragonhawk','','',9143,70,70,1,35,1,1.1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,0,2048,0,30,0,0,0,0,198,295,33,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,2,1,1,0,0,0,0,0,0,0,215,1,0,0,'',12340),(25246,0,0,0,0,0,23020,0,0,0,'Lady Liadrin','Blood Knight Matriarch','',0,80,80,2,1602,0,1,1.14286,1,3,417,582,0,608,35,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,200,10,1,0,0,0,0,0,0,0,199,1,0,1,'',12340),(25265,0,0,0,0,0,1126,11686,0,0,'Demonic Vapor','','',0,73,73,0,14,0,0.8,0.8,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,106,1,0,130,'npc_demonic_vapor',12340),(25267,0,0,0,0,0,1126,11686,0,0,'Demonic Vapor (Trail)','','',0,73,73,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,84,1,0,130,'npc_demonic_vapor_trail',12340),(25268,0,0,0,0,0,17970,17990,0,0,'Unyielding Dead','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25303,0,0,0,0,0,11686,0,0,0,'Ribbon Pole Fire Spiral Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25305,0,0,0,0,0,23523,0,0,0,'Dancing Flames','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_dancing_flames',12340),(25315,0,0,0,0,0,23200,0,0,0,'Kil\'jaeden','The Deceiver','',0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,80,2000,2000,2,4,2048,0,0,0,0,0,0,276,411,44,3,108,25315,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2250000,2750000,'',0,4,1,1540,500,1,0,0,0,0,0,0,0,169,1,650854271,2097153,'boss_kiljaeden',12340),(25319,0,0,0,0,0,23345,0,0,0,'Kalecgos','','',9419,73,73,1,35,1,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,33554432,2048,0,0,0,0,0,0,276,411,44,2,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,297.5,500,1,0,0,0,0,0,0,0,169,1,0,1,'npc_kalecgos_kj',12340),(25324,0,0,0,0,0,23114,11686,0,0,'Earthen Ring Guide','','',0,1,1,0,1727,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,197,1,0,0,'',12340),(25325,0,0,0,0,0,23114,0,0,0,'Earthen Ring Guide Wolf Form','','',0,10,10,0,1727,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25344,0,0,0,0,0,23128,0,0,0,'Seer Cragh Grimtusk','The Earthen Ring','',0,60,60,0,1727,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25345,0,0,0,0,0,23129,23130,23688,23689,'Earthen Ring Horde Disguise','The Earthen Ring','',0,40,50,0,1727,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25346,0,0,0,0,0,23133,0,0,0,'Twilight Spy Viktor','Twilight\'s Hammer','',0,60,60,0,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25347,0,0,0,0,0,18836,0,0,0,'Vision of Nobundo','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),(25348,0,0,0,0,0,23134,0,0,0,'Vision of Thrall','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),(25354,0,0,0,0,0,19021,0,0,0,'Mutate Fleshlasher','','',0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,8,0,0,0,0,0,0,0,0,0,34351,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25357,0,0,0,0,0,18783,16925,0,0,'Felmyst Flight Target - Left','','',0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25358,0,0,0,0,0,18783,16925,0,0,'Felmyst Flight Target - Right','','',0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25360,0,0,0,0,0,23131,23132,23687,0,'Earthen Ring Alliance Disguise','The Earthen Ring','',0,40,50,0,1727,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25363,0,0,0,0,0,23153,23536,23537,23538,'Sunblade Cabalist','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,20,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,10,1,0,0,0,0,0,0,0,144,1,131072,0,'',12340),(25367,0,0,0,0,0,23154,23539,23540,23541,'Sunblade Arch Mage','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,20,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,144,1,2048,0,'',12340),(25368,0,0,0,0,0,23529,23530,23531,23532,'Sunblade Slayer','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,144,1,2048,0,'',12340),(25369,0,0,0,0,0,23156,23526,23527,23528,'Sunblade Vindicator','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25370,0,0,0,0,0,23158,23545,23546,23547,'Sunblade Dusk Priest','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,20,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,10,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25371,0,0,0,0,0,23159,23542,23543,23544,'Sunblade Dawn Priest','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,20,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,10,1,0,0,0,0,0,0,0,144,1,2048,0,'',12340),(25372,0,0,0,0,0,23161,23533,23534,23535,'Sunblade Scout','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,2.1,5,1,0,0,0,0,0,0,0,144,1,80428891,0,'',12340),(25373,0,0,0,0,0,23476,0,0,0,'Shadowsword Soulbinder','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),(25483,0,0,0,0,0,23478,0,0,0,'Shadowsword Manafiend','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,9.5,1,0,0,0,0,0,0,0,218,1,0,0,'',12340),(25484,0,0,0,0,0,23474,0,0,0,'Shadowsword Assassin','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,219,1,0,0,'',12340),(25485,0,0,0,0,0,23475,0,0,0,'Shadowsword Deathbringer','','',0,71,71,1,14,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(25486,0,0,0,0,0,23479,0,0,0,'Shadowsword Vanquisher','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),(25491,0,0,0,0,0,21405,0,0,0,'Boss Whisperer','','',0,1,1,0,1782,0,1,1.14286,1,1,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25499,0,0,0,0,0,16004,0,0,0,'PattyMacks Dummy','','',0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25500,0,0,0,0,0,24140,0,0,0,'PattyMacks Flying Dummy','','',0,30,30,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25502,0,0,0,0,0,18996,0,0,0,'Shield Orb','','',0,70,70,1,14,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,2.002,1,1,0,0,0,0,0,0,0,84,1,650854271,2097152,'',12340),(25506,0,0,0,0,0,23477,0,0,0,'Shadowsword Lifeshaper','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,218,1,0,0,'',12340),(25507,0,0,0,0,0,23240,0,0,0,'Sunblade Protector','','',0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,20,1500,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,9,72,25595,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,52.5,10,1,0,0,0,0,0,0,0,151,1,18432,0,'',12340),(25508,0,0,0,0,0,17205,0,0,0,'Shadowsword Guardian','','',0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,9,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,70,1,1,0,0,0,0,0,0,0,151,1,16384,0,'',12340),(25509,0,0,0,0,0,21455,0,0,0,'Priestess of Torment','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(25515,0,0,0,0,0,16431,0,0,0,'[PH] Festival Fire Juggler','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25518,0,0,0,0,0,23306,0,0,0,'Ground Flower','','',0,1,1,0,188,0,2.4,1.71429,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(25535,0,0,0,0,0,21955,17612,0,0,'[DNT] Torch Tossing Target Bunny','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_midsummer_torch_target',12340),(25536,0,0,0,0,0,21955,11686,0,0,'[DNT] Torch Tossing Target Bunny Controller','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25537,25683,25704,0,25537,0,23495,0,0,0,'Craig\'s Test Human A','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25538,0,0,0,0,0,22831,0,0,0,'(PH) Shattered Sun Badge Vendor','','',0,70,70,1,1956,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25539,0,0,0,0,0,22831,0,0,0,'(PH) Shattered Sun Raid Loot Conversion','','',0,70,70,1,1956,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25540,0,0,0,0,0,22831,0,0,0,'(PH) Shattered Sun Raid Loot','','',0,70,70,1,1956,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19891,0,0,0,0,0,18397,0,0,0,'Coilfang Technician (1)','',NULL,0,71,71,1,74,0,1.48,1.14286,1,1,296,424,0,290,5.9,1333,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,0,17940,17940,0,0,0,0,0,0,0,3976,27085,30798,0,0,0,0,0,0,0,2078,2724,'',1,3,1,3.915,10,1,0,0,0,0,0,0,0,0,1,67243976,0,'',12340),(19890,0,0,0,0,0,18395,0,0,0,'Coilfang Soothsayer (1)','',NULL,0,70,70,1,74,0,1.48,1.14286,1,1,248,363,0,135,5.9,1318,2000,8,32832,2048,0,0,0,0,0,0,233,347,28,7,0,17960,17960,0,0,0,0,0,0,0,15791,31555,15791,0,0,0,0,0,0,0,1904,2498,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19889,0,0,0,0,0,18393,0,0,0,'Coilfang Slavehandler (1)','',NULL,0,71,71,1,74,0,1.48,1.14286,1,1,299,426,0,308,5.9,1332,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17959,17959,0,0,0,0,0,0,0,9080,16172,0,0,0,0,0,0,0,0,2670,3496,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(19888,0,0,0,0,0,18390,0,0,0,'Coilfang Observer (1)','',NULL,0,70,70,1,74,0,1.48,1.14286,1,1,234,331,0,286,5.9,1318,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,17938,17938,0,0,0,0,0,0,0,37666,37668,0,0,0,0,0,0,0,0,2074,2720,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(19887,0,0,0,0,0,18386,0,0,0,'Coilfang Enchantress (1)','',NULL,0,70,70,1,74,0,1.48,1.14286,1,1,234,331,0,286,5.9,1318,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,17961,17961,0,0,0,0,0,0,0,32173,37664,37665,0,0,0,0,0,0,0,2074,2720,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(19886,0,0,0,0,0,18387,0,0,0,'Coilfang Defender (1)','',NULL,0,71,71,1,74,0,1.48,1.14286,1,1,299,426,0,308,5.9,1333,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17958,17958,0,0,0,0,0,0,0,15655,31554,0,0,0,0,0,0,0,0,2588,3390,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,536938579,0,'',12340),(19885,0,0,0,0,0,18384,0,0,0,'Coilfang Champion (1)','',NULL,0,71,71,1,74,0,1.48,1.14286,1,1,299,426,0,308,5.9,1333,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17957,17957,0,0,0,0,0,0,0,15284,16145,5246,0,0,0,0,0,0,0,2588,3390,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(19884,0,0,0,0,0,17106,0,0,0,'Bogstrok (1)','',NULL,0,70,70,1,16,0,2,1.14286,1,1,252,357,0,304,5.9,1318,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,17816,17816,0,0,0,0,0,0,0,31551,0,0,0,0,0,0,0,0,0,2500,3274,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,65553,0,'',12340),(18621,0,0,0,0,0,18369,0,0,0,'The Maker (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,5.9,1318,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,8,18621,17381,0,0,0,0,0,0,0,30925,30923,0,0,0,0,0,0,0,0,8704,11378,'',1,3,1,14,2,1,0,23894,0,0,0,0,0,144,1,617299803,1,'',12340),(18620,0,0,0,0,0,17137,0,0,0,'Shadowmoon Channeler (1)','',NULL,0,71,71,0,16,0,1.48,1.14286,1,1,255,373,0,137,5.9,2000,2000,8,64,2048,0,0,0,0,0,0,240,358,31,7,32,17370,0,0,0,0,0,0,0,0,30937,12739,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18619,0,0,0,0,0,17137,0,0,0,'Shadowmoon Warlock (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,248,363,0,135,5.9,1317,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,17370,17371,0,0,0,0,0,0,0,32197,13338,33111,12739,0,0,0,0,0,0,1902,2492,'',1,3,1,3.915,1,1,0,23894,0,0,0,0,0,0,1,1,0,'',12340),(18618,0,0,0,0,0,17147,0,0,0,'Shadowmoon Technician (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,248,363,0,135,5.9,1317,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,17370,0,0,0,0,0,0,0,0,6726,40062,30846,0,0,0,0,0,0,0,1816,2382,'',1,3,1,3.915,1,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),(18617,0,0,0,0,0,17145,0,0,0,'Shadowmoon Summoner (1)','',NULL,0,69,70,1,16,0,1.48,1.14286,1,1,248,363,0,135,5.9,1304,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,17370,17395,0,0,0,0,0,0,0,15242,16102,0,0,0,0,0,0,0,0,1902,2492,'',1,3,1,3.915,3,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),(18616,0,0,0,0,0,11686,0,0,0,'Shadowmoon Summon Visual (1)','',NULL,0,70,70,1,1375,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.8225,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18615,0,0,0,0,0,17148,0,0,0,'Shadowmoon Adept (1)','',NULL,0,69,70,1,16,0,1.48,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,17370,17397,0,0,0,0,0,0,0,11978,3391,0,0,0,0,0,0,0,0,2072,2714,'',1,3,1,3.915,1,1,0,23894,0,0,0,0,0,0,1,1,0,'',12340),(18614,0,0,0,0,0,10923,0,0,0,'Seductress (1)','',NULL,0,71,71,1,16,0,1.125,1.14286,1,0,296,424,0,290,5.9,1304,2000,2,0,2048,0,0,0,0,0,0,260,387,37,3,0,17370,0,0,0,0,0,0,90,0,32202,31865,0,0,0,0,0,0,9613,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18613,0,0,0,0,0,17167,0,0,0,'Orc Captive (1)','',NULL,0,68,70,1,1652,0,1.125,1.14286,1,0,248,363,0,135,1,1289,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18612,0,0,0,0,0,16332,0,0,0,'Nascent Fel Orc (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1317,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,17370,17398,0,0,0,0,0,0,0,22427,31900,0,0,0,0,0,0,0,0,1202,1580,'',1,3,1,3.6,1,1,0,23894,0,0,0,0,0,0,1,1,0,'',12340),(18611,0,0,0,0,0,17152,0,0,0,'Laughing Skull Warden (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1318,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,17370,0,0,0,0,0,0,0,0,30833,0,0,0,0,0,0,0,0,0,3520,4606,'',1,3,1,5.5,1,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),(18610,0,0,0,0,0,17151,0,0,0,'Laughing Skull Rogue (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1304,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,17370,17491,0,0,0,0,0,0,0,30832,34969,6434,30991,0,0,0,0,0,0,1306,1716,'',1,3,1,1.9575,1,1,0,23894,0,0,0,0,0,0,1,1,0,'',12340),(18609,0,0,0,0,0,17150,0,0,0,'Laughing Skull Legionnaire (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1304,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,17370,17624,0,0,0,0,0,0,0,8599,10966,0,0,0,0,0,0,0,0,2496,3270,'',1,3,1,3.915,1,1,0,23894,0,0,0,0,0,0,1,1,0,'',12340),(18608,0,0,0,0,0,17149,0,0,0,'Laughing Skull Enforcer (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,17370,17370,0,0,0,0,0,0,0,15655,14516,0,0,0,0,0,0,0,0,2496,3270,'',1,3,1,3.915,1,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),(18607,0,0,0,0,0,17153,0,0,0,'Keli\'dan the Breaker (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,263,384,0,140,5.9,1333,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,18607,17377,0,0,0,0,0,0,0,30940,30938,33775,17228,0,0,0,0,0,0,8708,11382,'',1,3,1,20,1,1,0,33814,23894,0,0,0,0,0,1,0,1,'',12340),(18606,0,0,0,0,0,16888,16891,0,0,'Hellfire Imp (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,5.9,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,3,8,17370,0,0,0,0,0,0,0,0,16144,15242,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18605,0,0,0,0,0,1913,0,0,0,'Felhound Manastalker (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,1,1304,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,17401,0,70162,0,0,0,0,0,0,13321,30849,0,0,0,0,0,0,9612,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18604,0,0,0,0,0,18287,0,0,0,'Felguard Annihilator (1)','',NULL,0,71,71,1,90,0,1.48,1.14286,1.25,1,299,426,0,308,13,1318,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,17400,0,0,0,0,0,0,0,0,15615,18072,0,0,0,0,0,0,0,0,2670,3496,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(18603,0,0,0,0,0,16332,0,0,0,'Fel Orc Neophyte (1)','',NULL,0,71,71,1,14,0,1.48,1.14286,1,1,299,426,0,308,5.9,1318,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,17370,0,0,0,0,0,0,0,0,22120,8269,0,0,0,0,0,0,0,0,1820,2386,'',1,3,1,2.7,1,1,0,23894,0,0,0,0,0,0,1,1,0,'',12340),(18602,0,0,0,0,0,11686,0,0,0,'Broggok Poison Cloud (1)','',NULL,0,60,60,1,14,0,1.125,1.14286,1,0,181,253,0,268,1,2000,2000,1,33947648,2048,0,0,0,0,0,0,147,219,32,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,60,1,0,128,'',12340),(18601,0,0,0,0,0,19372,0,0,0,'Broggok (1)','',NULL,0,72,72,1,45,1,1.48,1.14286,1,1,263,384,0,140,5.9,2000,2000,8,834,2048,0,0,0,0,0,0,247,369,34,3,0,18601,0,0,0,0,0,0,0,0,30917,30916,30913,0,0,0,0,0,0,0,7178,9384,'',1,3,1,16,3,1,0,0,0,0,0,0,0,121,1,617299803,1,'',12340),(18436,0,0,0,0,0,18236,0,0,0,'Watchkeeper Gargolmar (1)','',NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,16,1200,2000,1,64,2048,0,0,0,0,0,0,270,401,53,7,0,18436,17306,0,0,0,0,0,0,0,32154,22857,34645,36814,0,0,0,0,0,0,8704,11378,'',0,3,1,14,1,1,0,23881,0,0,0,0,0,144,1,650854271,2097153,'',12340),(18435,0,0,0,0,0,18944,0,0,0,'Vazruden the Herald (1)','',NULL,0,72,72,1,40,0,4,2.5,1,1,307,438,0,314,5.9,2000,2000,1,2,2048,0,0,0,0,0,0,270,401,53,2,0,0,0,0,0,0,0,0,0,0,36921,33793,39427,0,0,0,0,0,0,0,0,0,'',0,4,1,12,1,1,0,33833,23901,0,0,0,0,216,1,0,0,'',12340),(18434,0,0,0,0,0,18407,0,0,0,'Vazruden (1)','',NULL,0,72,72,1,1662,0,1,1.42857,1,1,307,438,0,314,16,1300,2000,1,64,2048,0,0,0,0,0,0,270,401,53,7,8,17537,0,0,0,0,0,0,0,0,40392,0,0,0,0,0,0,0,0,0,5730,7492,'',1,3,1,8.5,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),(18433,0,0,0,0,0,18237,0,0,0,'Omor the Unscarred (1)','',NULL,0,72,72,1,90,0,2,1.42857,1,1,304,436,0,296,16,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,3,0,18433,0,0,0,0,0,0,93,0,31901,39297,30695,30707,0,0,0,0,0,0,7174,9380,'',1,3,1,14,5,1,0,23886,0,0,0,0,0,151,1,650854271,2097153,'',12340),(18432,0,0,0,0,0,18812,0,0,0,'Nazan (1)','Vazruden\'s Mount',NULL,0,72,72,1,40,0,1.48,1.14286,1,1,307,438,0,314,13,1318,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,8,18432,0,70065,0,210,210,210,210,210,36921,33793,39427,0,0,0,0,0,0,0,7770,10156,'',0,5,1,12,1,1,0,33833,23901,0,0,0,0,216,1,650854271,2097152,'',12340),(18059,0,0,0,0,0,14334,0,0,0,'Shattered Hand Warhound (1)','',NULL,0,69,69,1,24,0,1.48,1.14286,1,0,245,346,0,298,5.9,1500,2000,1,0,2048,0,1,0,0,0,0,206,302,43,1,1,17259,0,70062,0,0,0,0,0,0,30639,30636,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18058,0,0,0,0,0,17051,0,0,0,'Hellfire Watcher (1)','Watchkeeper\'s Subordinate',NULL,0,69,69,1,16,0,1.48,1.14286,1,1,230,336,0,133,5.9,1200,2000,8,64,2048,0,0,0,0,0,0,215,321,28,7,0,17259,17309,0,0,0,0,0,0,0,8362,12039,14032,0,0,0,0,0,0,0,2150,2816,'',1,3,1,4.725,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(18057,0,0,0,0,0,16577,0,0,0,'Hellfire Sentry (1)','Herald\'s Sentry',NULL,0,70,70,0,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1200,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,17259,17517,0,0,0,0,0,0,0,30621,0,0,0,0,0,0,0,0,0,2992,3918,'',1,3,1,4.725,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(18056,0,0,0,0,0,10950,0,0,0,'Fiendish Hound (1)','',NULL,0,72,72,1,16,0,1.125,1.14286,1,0,304,436,0,296,4,1300,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,0,0,0,0,0,0,0,0,0,35748,15785,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18055,0,0,0,0,0,17732,0,0,0,'Bonechewer Ripper (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1304,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17259,17281,0,0,0,0,0,0,0,18501,0,0,0,0,0,0,0,0,0,5046,6600,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'',12340),(25588,0,0,0,0,0,19294,0,0,0,'Hand of the Deceiver','','',0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,35,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,24.5,50,1,0,0,0,0,0,0,0,167,1,650854271,0,'',12340),(25591,0,0,0,0,0,22811,0,0,0,'Painbringer','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,72,25595,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8075,13458,'',0,1,1,24.5,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(25592,0,0,0,0,0,18139,0,0,0,'Doomfire Destroyer','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,40,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8017,13361,'SmartAI',0,1,1,28,1,1,0,0,0,0,0,0,0,152,1,131073,0,'',12340),(25593,0,0,0,0,0,20919,0,0,0,'Apocalypse Guard','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8086,13476,'SmartAI',0,1,1,48.125,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(25595,0,0,0,0,0,23266,0,0,0,'Chaos Gazer','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,72,25595,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,53.2,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(25597,0,0,0,0,0,23267,0,0,0,'Oblivion Mage','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,3,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,100,1,0,0,0,0,0,0,0,152,1,8388624,0,'',12340),(25598,0,0,0,0,0,19611,0,0,0,'Volatile Felfire Fiend','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,7.5,2000,2000,2,131072,2048,0,0,0,0,0,0,260,387,37,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,0.182,5,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(25599,0,0,0,0,0,14173,0,0,0,'Cataclysm Hound','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,72,25599,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,60.2,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(25603,0,0,0,0,0,23422,0,0,0,'Felfire Portal','','',0,1,1,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,4,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,0.007,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25608,0,0,0,0,0,11686,0,0,0,'Kil\'jaeden','','',0,70,70,1,114,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_kiljaeden_controller',12340),(25632,0,0,0,0,0,23525,0,0,0,'Vindicator Moorba','','',9286,71,71,1,1956,1,1.1,1.14286,1,0,299,426,0,308,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25633,0,0,0,0,0,23291,0,0,0,'Arcanist Evandor','Reagent Supplies','',0,70,70,1,1956,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25634,0,0,0,0,0,23292,0,0,0,'Smith Vedral','Equipment Repairs','',0,70,70,1,1956,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25638,0,0,0,0,0,23293,0,0,0,'Captain Selana','','',9285,72,72,1,1956,1,1.1,1.14286,1,0,307,438,0,314,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25639,0,0,0,0,0,23297,0,0,0,'Anchorite Elbadon','','',0,70,70,1,1956,1,1.1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25640,0,0,0,0,0,1126,11686,0,0,'Orb Target','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25644,0,0,0,0,0,23295,0,0,0,'Neophyte Narama','','',0,70,70,1,1956,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25653,0,0,0,0,0,13971,0,0,0,'Power of the Blue Flight','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,8,0,0,0,0,0,0,0,0,0,45862,45856,45860,45848,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,14,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),(25661,0,0,0,0,0,23587,23588,23589,23590,'Shattered Sun Soldier','','',0,70,70,1,1960,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25662,0,0,0,0,0,23593,23594,23595,23596,'Shattered Sun Archer','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25663,0,0,0,0,0,23591,23592,0,0,'Shattered Sun Mage','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25695,0,0,0,0,0,23522,0,0,0,'Red Drake (Speed Mount)','','',0,50,52,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,273,1,0,0,'',12340),(25697,0,0,0,0,0,3848,0,0,0,'Luma Skymother','The Earthen Ring','',11417,76,76,0,35,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25703,0,0,0,0,0,11686,169,0,0,'Brutallus Death Cloud','','',0,70,70,1,114,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,560,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25706,0,0,0,0,0,8409,0,0,0,'Scorchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25708,0,0,0,0,0,18069,0,0,0,'Sinister Reflection','','',0,70,70,1,14,0,1,1.14286,1,1,234,331,0,286,35,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,14,25,1,0,0,0,0,0,0,0,167,1,650854271,2097152,'',12340),(25710,0,0,0,0,0,3848,0,0,0,'Numa Cloudsister','','',0,1,1,0,35,2,1.1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25731,0,0,0,0,0,22130,0,0,0,'Ancient Grimtotem Spirit Wolf','','',0,30,30,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.05,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),(25735,0,0,0,0,0,169,15880,0,0,'Armageddon Target','','',0,73,73,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25740,26338,0,0,0,0,11686,0,0,0,'Ahune','The Frost Lord','',0,82,82,2,14,0,1.2,1.14286,1,1,316,450,0,320,7.5,2000,0,1,0,2048,8,0,0,0,0,0,278,413,58,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,40,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'boss_ahune',12340),(25741,0,0,0,0,0,23404,0,0,0,'M\'uru','','',0,73,73,1,16,0,1,1.14286,1,3,316,450,0,320,70,2000,2000,1,131076,2048,0,0,0,0,0,0,278,413,58,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,252,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'boss_muru',12340),(25744,0,0,0,0,0,23842,0,0,0,'Dark Fiend','','',0,70,70,0,14,0,1,0.8,1,0,252,357,0,304,1,2000,2000,1,131072,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,0.7,1,1,0,0,0,0,0,0,0,76,1,0,2,'',12340),(25745,0,0,0,0,0,11686,0,0,0,'[PH] Ahune Summon Loc Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,0,1,33554432,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25746,0,0,0,0,0,21955,11686,0,0,'[PH] Ahune Loot Loc Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25754,0,0,0,0,0,23131,23132,23130,23129,'Earthen Ring Flamecaller','The Earthen Ring','',9260,70,75,2,35,0,1,1,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25755,26342,0,0,0,0,20433,0,0,0,'Ahunite Hailstone','','',0,80,80,2,14,0,1,1.14286,1,1,240,400,0,24,7.5,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25756,26340,0,0,0,0,23504,0,0,0,'Ahunite Coldwave','','',0,80,80,2,14,0,1,1.14286,1,0,120,200,0,24,7.5,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25757,26341,0,0,0,0,8714,0,0,0,'Ahunite Frostwind','','',0,80,80,2,14,0,1,1.14286,1,0,120,200,0,24,7.5,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25770,0,0,0,0,0,169,23377,0,0,'M\'uru Portal Target','','',0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,7.5,2000,2000,1,4,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25772,0,0,0,0,0,23372,0,0,0,'Void Sentinel','','',0,70,70,1,14,0,1,1.14286,1,1,252,357,5,304,70,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,17.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25782,0,0,0,0,0,169,23377,0,0,'Void Sentinal Summoner','','',0,70,70,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25795,0,0,0,0,0,1126,20577,0,0,'Normal Realm','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25796,0,0,0,0,0,1126,20577,0,0,'Spectral Realm','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25798,0,0,0,0,0,23225,0,0,0,'Shadowsword Berserker','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,14,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,11.97,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25799,0,0,0,0,0,23226,0,0,0,'Shadowsword Fury Mage','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,14,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,12.6,10,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25824,0,0,0,0,0,1130,0,0,0,'Void Spawn','','',0,70,70,0,14,0,1,1.14286,1,1,252,357,0,304,10,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,4.2,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(25837,0,0,0,0,0,23473,0,0,0,'Shadowsword Commander','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25840,0,0,0,0,0,23428,0,0,0,'Entropius','','',0,73,73,1,16,0,1,1.14286,1,3,316,450,0,320,70,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,3,108,25840,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2250000,2750000,'',0,1,1,189,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'boss_entropius',12340),(25848,0,0,0,0,0,169,17188,0,0,'Gauntlet Imp Trigger','','',0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25851,0,0,0,0,0,23269,0,0,0,'Volatile Fiend','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,7.5,2000,2000,2,163840,2048,0,0,0,0,0,0,260,387,37,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.4,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(25852,0,0,0,0,0,23438,0,0,0,'Festival Flamekeeper Costume: Gnome','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25853,0,0,0,0,0,23439,0,0,0,'Festival Flamekeeper Costume: Draenei','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25854,0,0,0,0,0,23440,0,0,0,'Festival Flamekeeper Costume: Blood Elf','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25855,0,0,0,0,0,1126,17612,0,0,'Singularity','','',0,73,73,1,14,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,94,1,0,130,'npc_singularity',12340),(25856,0,0,0,0,0,23441,0,0,0,'Festival Flamekeeper Costume: Night Elf','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25857,0,0,0,0,0,16341,0,0,0,'Festival Flamekeeper Costume: Orc','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25858,0,0,0,0,0,23442,0,0,0,'Festival Flamekeeper Costume: Undead','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25859,0,0,0,0,0,23443,23444,0,0,'Festival Flamekeeper Costume: Goblin','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25860,0,0,0,0,0,7950,0,0,0,'Blazing Infernal','','',0,70,70,1,90,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,9.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25863,0,0,0,0,0,23446,23448,23449,23450,'Twilight Firesworn','Twilight\'s Hammer','',0,20,21,0,168,0,1,1.14286,1,0,40,50,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,25863,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,35277,0,0,0,0,0,0,1,0,0,'',12340),(25864,0,0,0,0,0,15301,0,0,0,'Felguard Slayer','','',0,1,1,0,90,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,9.1,1,1,0,0,0,0,0,0,0,145,1,0,0,'',12340),(25865,26339,0,0,0,0,23447,0,0,0,'Frozen Core','','',0,82,82,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,0,1,131076,2048,8,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,40,1,1,0,0,0,0,0,0,0,0,0,650854271,0,'npc_ahune_frozen_core',12340),(25866,0,0,0,0,0,23451,23452,23453,23480,'Twilight Flameguard','Twilight\'s Hammer','',0,20,21,0,168,0,1,1.14286,1,0,40,50,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,25866,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,35277,0,0,0,0,0,0,1,0,0,'',12340),(25867,0,0,0,0,0,19663,0,0,0,'Sunblade Dragonhawk','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,1,72,25867,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,14,5,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(25868,0,0,0,0,0,21085,21086,0,0,'Midsummer Celebrant Costume: Blood Elf','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25869,0,0,0,0,0,21084,21083,0,0,'Midsummer Celebrant Costume: Draenei','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25870,0,0,0,0,0,16434,16413,0,0,'Midsummer Celebrant Costume: Dwarf','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25871,0,0,0,0,0,16447,16448,0,0,'Midsummer Celebrant Costume: Gnome','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25872,0,0,0,0,0,16431,29243,0,0,'Midsummer Celebrant Costume: Goblin','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25873,0,0,0,0,0,16412,16433,0,0,'Midsummer Celebrant Costume: Human','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25874,0,0,0,0,0,16414,16435,0,0,'Midsummer Celebrant Costume: Night Elf','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25875,0,0,0,0,0,16436,16438,0,0,'Midsummer Celebrant Costume: Orc','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25876,0,0,0,0,0,16442,16432,0,0,'Midsummer Celebrant Costume: Tauren','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25877,0,0,0,0,0,16445,16446,0,0,'Midsummer Celebrant Costume: Troll','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25878,0,0,0,0,0,16443,16444,0,0,'Midsummer Celebrant Costume: Undead','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25879,0,0,0,0,0,11686,0,0,0,'Darkness','','',0,70,70,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,46262,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25882,0,0,0,0,0,23489,0,0,0,'Multiphase Disturbance','','',0,70,70,1,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,13,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,64,1,0,128,'',12340),(25883,0,0,0,0,0,23441,0,0,0,'Ashenvale Flame Warden','','',9203,40,40,0,84,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25884,0,0,0,0,0,16341,0,0,0,'Ashenvale Flame Keeper','','',9278,40,40,0,83,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25886,0,0,0,0,0,1141,0,0,0,'Doomsday Rat','','',0,1,1,0,31,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.007,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),(25887,0,0,0,0,0,16335,0,0,0,'Arathi Flame Warden','','',9203,45,45,0,84,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25888,0,0,0,0,0,23439,0,0,0,'Azuremyst Isle Flame Warden','','',9203,40,40,0,84,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25889,0,0,0,0,0,23441,0,0,0,'Blade\'s Edge Flame Warden','','',9203,40,40,0,84,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25890,0,0,0,0,0,16338,0,0,0,'Blasted Lands Flame Warden','','',9203,50,50,0,84,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25891,0,0,0,0,0,23439,0,0,0,'Bloodmyst Isle Flame Warden','','',9203,40,40,0,84,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25892,0,0,0,0,0,23438,0,0,0,'Burning Steppes Flame Warden','','',9203,40,40,0,84,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25893,0,0,0,0,0,23441,0,0,0,'Darkshore Flame Warden','','',9203,40,40,0,84,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25894,0,0,0,0,0,23441,0,0,0,'Desolace Flame Warden','','',9203,45,45,0,84,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25895,0,0,0,0,0,16339,0,0,0,'Dun Morogh Flame Warden','','',9203,30,30,0,84,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25896,0,0,0,0,0,16335,0,0,0,'Duskwood Flame Warden','','',9203,40,40,0,84,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25897,0,0,0,0,0,16338,0,0,0,'Dustwallow Marsh Flame Warden','','',9203,56,56,0,84,3,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,768,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25898,0,0,0,0,0,16338,0,0,0,'Elwynn Forest Flame Warden','','',9203,25,25,0,84,3,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,768,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25899,0,0,0,0,0,23441,0,0,0,'Feralas Flame Warden','','',9203,40,40,0,84,3,1.1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25900,0,0,0,0,0,16335,0,0,0,'Hellfire Peninsula Flame Warden','','',9203,60,60,0,84,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25901,0,0,0,0,0,16338,0,0,0,'Hillsbrad Flame Warden','','',9203,45,45,0,84,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25902,0,0,0,0,0,16339,0,0,0,'Loch Modan Flame Warden','','',9203,30,30,0,84,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25903,0,0,0,0,0,23439,0,0,0,'Nagrand Flame Warden','','',9203,60,60,0,84,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25904,0,0,0,0,0,16335,0,0,0,'Redridge Flame Warden','','',9203,30,30,0,84,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25905,0,0,0,0,0,16339,0,0,0,'Shadowmoon Valley Flame Warden','','',9203,70,70,0,84,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25906,0,0,0,0,0,23441,0,0,0,'Teldrassil Flame Warden','','',9203,65,65,0,84,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25907,0,0,0,0,0,16338,0,0,0,'Terokkar Forest Flame Warden','','',9203,65,65,0,84,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25908,0,0,0,0,0,16339,0,0,0,'The Hinterlands Flame Warden','','',9203,45,45,0,84,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25909,0,0,0,0,0,16338,0,0,0,'Western Plaguelands Flame Warden','','',9203,65,65,0,84,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25910,0,0,0,0,0,16335,0,0,0,'Westfall Flame Warden','','',9203,30,30,0,84,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25911,0,0,0,0,0,16338,0,0,0,'Wetlands Flame Warden','','',9203,40,40,0,84,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25912,0,0,0,0,0,23439,0,0,0,'Zangarmarsh Flame Warden','','',9203,65,65,0,84,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25913,0,0,0,0,0,23438,0,0,0,'Netherstorm Flame Warden','','',9203,70,70,0,84,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25914,0,0,0,0,0,23438,0,0,0,'Silithus Flame Warden','','',9203,67,67,0,84,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25915,0,0,0,0,0,23438,0,0,0,'Stranglethorn Vale Flame Warden','','',9203,67,67,0,84,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25916,0,0,0,0,0,23438,0,0,0,'Tanaris Flame Warden','','',9203,67,67,0,84,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25917,0,0,0,0,0,23438,0,0,0,'Winterspring Flame Warden','','',9203,67,67,0,84,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25918,0,0,0,0,0,16340,0,0,0,'Netherstorm Flame Keeper','','',9278,70,70,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25919,0,0,0,0,0,16340,0,0,0,'Silithus Flame Keeper','','',9278,67,67,0,83,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25920,0,0,0,0,0,16340,0,0,0,'Stranglethorn Vale Flame Keeper','','',9278,67,67,0,83,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25921,0,0,0,0,0,16340,0,0,0,'Tanaris Flame Keeper','','',9278,67,67,0,83,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25922,0,0,0,0,0,16340,0,0,0,'Winterspring Flame Keeper','','',9278,67,67,0,83,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25923,0,0,0,0,0,16341,0,0,0,'Arathi Flame Keeper','','',9278,45,45,0,83,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25924,0,0,0,0,0,23468,0,0,0,'Twilight Speaker Viktor','Twilight\'s Hammer','',9278,22,22,0,168,0,1,1.14286,1,0,40,50,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,25924,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,35277,0,0,0,0,0,0,1,0,0,'',12340),(25925,0,0,0,0,0,16341,0,0,0,'Badlands Flame Keeper','','',9278,65,65,0,83,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25926,0,0,0,0,0,16341,0,0,0,'Blade\'s Edge Flame Keeper','','',9278,65,65,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25927,0,0,0,0,0,16341,0,0,0,'Burning Steppes Flame Keeper','','',9278,50,50,0,83,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25928,0,0,0,0,0,16340,0,0,0,'Desolace Flame Keeper','','',9278,65,65,0,83,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25929,0,0,0,0,0,16334,0,0,0,'Durotar Flame Keeper','','',9278,30,30,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25930,0,0,0,0,0,16340,0,0,0,'Dustwallow Marsh Flame Keeper','','',9278,65,65,0,83,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25931,0,0,0,0,0,23440,0,0,0,'Eversong Woods Flame Keeper','','',9278,25,25,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25932,0,0,0,0,0,16334,0,0,0,'Feralas Flame Keeper','','',9278,65,65,0,83,3,1.1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25933,0,0,0,0,0,23440,0,0,0,'Ghostlands Flame Keeper','','',9278,30,30,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25934,0,0,0,0,0,16341,0,0,0,'Hellfire Peninsula Flame Keeper','','',9278,60,60,0,83,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25935,0,0,0,0,0,23442,0,0,0,'Hillsbrad Flame Keeper','','',9278,45,45,0,83,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25936,0,0,0,0,0,16334,0,0,0,'Mulgore Flame Keeper','','',9278,20,20,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25937,0,0,0,0,0,16341,0,0,0,'Nagrand Flame Keeper','','',9278,70,70,1,83,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25938,0,0,0,0,0,16341,0,0,0,'Shadowmoon Valley Flame Keeper','','',9278,40,40,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25939,0,0,0,0,0,23442,0,0,0,'Silverpine Forest Flame Keeper','','',9278,25,25,0,83,3,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,768,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25940,0,0,0,0,0,16334,0,0,0,'Stonetalon Flame Keeper','','',9278,40,40,0,83,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25941,0,0,0,0,0,16341,0,0,0,'Swamp of Sorrows Flame Keeper','','',9278,65,65,0,83,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25942,0,0,0,0,0,16341,0,0,0,'Terokkar Forest Flame Keeper','','',9278,65,65,0,83,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25943,0,0,0,0,0,16341,0,0,0,'The Barrens Flame Keeper','','',9278,40,40,0,83,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25944,0,0,0,0,0,16340,0,0,0,'The Hinterlands Flame Keeper','','',9278,65,65,0,83,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25945,0,0,0,0,0,16334,0,0,0,'Thousand Needles Flame Keeper','','',9278,45,45,0,83,3,1.1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25946,0,0,0,0,0,23442,0,0,0,'Tirisfal Glades Flame Keeper','','',9278,25,25,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25947,0,0,0,0,0,16340,0,0,0,'Zangarmarsh Flame Keeper','','',9278,65,65,0,83,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25948,0,0,0,0,0,16874,0,0,0,'Doomfire Shard','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,10,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,5.6,1,1,0,0,0,0,0,0,0,152,1,131073,0,'',12340),(25949,0,0,0,0,0,23469,0,0,0,'Ice Caller Briatha','Twilight\'s Hammer','',0,22,22,0,128,0,1,1.14286,1,0,23,32,0,34,1,2000,2000,8,32768,2048,0,0,0,0,0,0,20,29,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25950,0,0,0,0,0,23470,0,0,0,'Shaani','Jewelcrafting Supplies','',9198,70,70,1,1960,129,1,1.14286,1,0,252,357,0,304,1,2000,2500,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25951,0,0,0,0,0,23472,0,0,0,'Heretic Emissary','','',0,21,21,0,128,0,1,1.14286,1,0,22,30,0,32,1,2000,2000,8,32768,2048,0,0,0,0,0,0,19,28,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25952,0,0,0,0,0,21955,11686,0,0,'Slippery Floor Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25953,0,0,0,0,0,169,17188,0,0,'Fel Crystal Spell Target','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,7.5,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25954,0,0,0,0,0,17205,0,0,0,'Shadowsword Guardian Sunwell','','',0,72,72,1,16,0,2,1.42857,1,1,2,2,0,24,7.5,2000,2000,1,33587520,2048,0,0,0,0,0,0,1,1,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,10.5,1,1,0,0,0,0,0,0,0,151,1,16384,0,'',12340),(25955,0,0,0,0,0,19294,0,0,0,'Hand of the Deceiver Sunwell','','',0,71,71,1,16,0,1.6,1.71429,1,1,2,2,0,24,7.5,2000,2000,2,33587520,2048,0,0,0,0,0,0,1,1,0,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,14,25,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(25956,0,0,0,0,0,23266,0,0,0,'Chaos Gazer Sunwell','','',0,71,71,1,16,0,2.4,1.42857,1,1,2,2,0,24,7.5,2000,2000,1,33587456,2048,0,0,0,0,0,0,1,1,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(25957,0,0,0,0,0,14173,0,0,0,'Cataclysm Hound Sunwell','','',0,71,71,1,16,0,2.4,1.42857,1,1,2,2,0,24,7.5,2000,2000,1,33587456,2048,0,0,0,0,0,0,1,1,0,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(25958,0,0,0,0,0,19611,0,0,0,'Volatile Felfire Fiend Sunwell','','',0,71,71,1,16,0,2.4,1.42857,1,1,2,2,0,24,7.5,2000,2000,2,33587456,2048,0,0,0,0,0,0,1,2,0,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.182,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(25959,0,0,0,0,0,20919,0,0,0,'Apocalypse Guard Sunwell','','',0,71,71,1,16,0,2.4,1.42857,1,1,2,2,0,24,7.5,2000,2000,1,33587456,2048,0,0,0,0,0,0,1,1,0,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(25960,0,0,0,0,0,23404,0,0,0,'M\'uru Sunwell','','',0,73,73,1,16,0,1,1,1,3,2,2,0,24,35,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,400,1,1,0,0,0,0,0,0,0,0,1,0,1,'',12340),(25961,0,0,0,0,0,20231,0,0,0,'Earthen Ring Totem','','',0,20,20,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25962,0,0,0,0,0,23791,0,0,0,'Fire Eater','','',9204,40,57,0,774,3,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,33536,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25964,0,0,0,0,0,21955,16946,0,0,'Shaman Beam Bunny 000','','',0,1,1,0,35,0,12,1.28571,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,139,1,0,128,'',12340),(25965,0,0,0,0,0,21955,16946,0,0,'Shaman Beam Bunny 001','','',0,1,1,0,35,0,12,1.71429,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,175,1,0,128,'',12340),(25966,0,0,0,0,0,21955,16946,0,0,'Shaman Beam Bunny 002','','',0,1,1,0,35,0,12,2.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,198,1,0,128,'',12340),(25970,0,0,0,0,0,16436,16438,0,0,'Fire Dancer','','',0,1,60,0,775,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25971,0,0,0,0,0,11686,0,0,0,'Shaman Bonfire Bunny 000','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,0,1,33554688,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,1,1,1,1,0,0,0,0,0,0,0,133,1,0,130,'',12340),(25972,0,0,0,0,0,11686,0,0,0,'Shaman Bonfire Bunny 001','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,0,1,33554688,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,1,1,1,1,0,0,0,0,0,0,0,133,1,0,130,'',12340),(25973,0,0,0,0,0,11686,0,0,0,'Shaman Bonfire Bunny 002','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,0,1,33554688,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,1,1,1,1,0,0,0,0,0,0,0,133,1,0,130,'',12340),(25974,0,0,0,0,0,16436,16438,0,0,'Master Fire Dancer','','',0,1,60,0,775,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25975,0,0,0,0,0,23792,0,0,0,'Master Fire Eater','','',9204,62,67,0,774,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33536,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25980,0,0,0,0,0,23494,0,0,0,'Heretic Bodyguard','','',0,21,21,0,128,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25985,26337,0,0,0,0,11686,0,0,0,'Ahune Ice Spear Bunny','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25994,0,0,0,0,0,23789,0,0,0,'Flame Eater','','',9204,42,60,0,775,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33536,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26007,0,0,0,0,0,23766,0,0,0,'Arena Battlemaster','','',8218,70,70,2,35,1048577,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26012,0,0,0,0,0,24023,0,0,0,'Arena Organizer','','',0,70,70,2,35,262145,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26016,0,0,0,0,0,246,0,0,0,'Tamable Wolf','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26017,0,0,0,0,0,23513,0,0,0,'Tamable Bat','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,24,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26019,0,0,0,0,0,23514,0,0,0,'Tamable Carrion Bird','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,7,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26020,0,0,0,0,0,744,0,0,0,'Tamable Boar','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,5,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26021,0,0,0,0,0,2031,0,0,0,'Tamable Cat','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26024,0,0,0,0,0,23515,0,0,0,'Tamable Dragonhawk','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,30,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26027,0,0,0,0,0,23516,0,0,0,'Tamable Nether Ray','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,34,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26028,0,0,0,0,0,23517,0,0,0,'Tamable Bird of Prey','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,26,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26029,0,0,0,0,0,23518,0,0,0,'Tamable Raptor','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,11,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26030,0,0,0,0,0,23519,0,0,0,'Tamable Ravager','','',0,70,70,2,7,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,31,0,0,0,0,215,320,44,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26031,0,0,0,0,0,2488,0,0,0,'Tamable Scorpid','','',0,70,70,2,7,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,20,0,0,0,0,215,320,44,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26032,0,0,0,0,0,4767,0,0,0,'Tamable Serpent','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,35,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26033,0,0,0,0,0,23520,0,0,0,'Tamable Spider','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,3,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26037,0,0,0,0,0,23521,0,0,0,'Tamable Warp Stalker','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,32,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26038,0,0,0,0,0,2706,0,0,0,'Tamable Wind Serpent','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,27,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26042,0,0,0,0,0,23500,0,0,0,'Twilight Midsummer Male Disguise','','',0,63,64,1,128,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26046,0,0,0,0,0,23503,0,0,0,'Anveena','','',0,70,70,1,35,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,33554432,2048,0,0,0,0,0,0,198,295,33,7,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,10,10,1,0,0,0,0,0,0,0,167,1,0,1,'',12340),(26050,0,0,0,0,0,23507,0,0,0,'Snarly','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(26056,0,0,0,0,0,23506,0,0,0,'Chuck','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(26057,0,0,0,0,0,1126,11686,0,0,'Anveena Marker','','',0,60,60,1,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26075,0,0,0,0,0,23780,0,0,0,'Paymaster','','',0,70,70,0,35,1,1.1,1.14286,1,0,248,363,0,135,1,2000,2000,8,768,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26089,0,0,0,0,0,23560,0,0,0,'Kayri','Exotic Gear Purveyor','',0,70,70,1,1960,129,1,1.14286,1,1,248,363,0,135,4.6,2000,2500,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26090,0,0,0,0,0,23557,0,0,0,'Karynna','Exotic Gear Purveyor','',0,70,70,1,1960,128,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26091,0,0,0,0,0,23558,0,0,0,'Olus','Exotic Gear Purveyor','',0,70,70,1,1960,128,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26092,0,0,0,0,0,23559,0,0,0,'Soryn','Exotic Gear Purveyor','',0,70,70,1,1960,128,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26101,0,0,0,0,0,16888,0,0,0,'Fire Fiend','','',0,70,70,1,14,0,1,1.14286,1,0,234,331,0,286,10,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.4,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(26102,0,0,0,0,0,15093,0,0,0,'2.4 Daily Debug - Everyone [PH]','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26111,0,0,0,0,0,22130,0,0,0,'Grimtotem Spirit Wolf','','',0,30,30,0,16,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26113,0,0,0,0,0,23790,0,0,0,'Master Flame Eater','','',9204,62,62,0,775,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26116,0,0,0,0,0,5564,0,0,0,'Frostwave Lieutenant','','',0,22,22,0,14,0,1,1.14286,1,0,25,30,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26119,0,0,0,0,0,23574,0,0,0,'Phoenix Hatchling','','',0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(26120,0,0,0,0,0,21955,11686,0,0,'Wisp Dest Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26121,0,0,0,0,0,21955,11686,0,0,'Wisp Source Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26123,0,0,0,0,0,16541,0,0,0,'Midsummer Supplier','','Buy',0,60,67,0,1733,128,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33536,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26124,0,0,0,0,0,16585,0,0,0,'Midsummer Merchant','','Buy',0,65,65,0,1734,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26131,0,0,0,0,0,19483,0,0,0,'Swift White Hawkstrider','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(26164,0,0,0,0,0,23647,0,0,0,'X-51 Nether-Rocket X-TREME','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(26166,0,0,0,0,0,23648,0,0,0,'Heretic Crystal Guard','','',0,33,34,0,128,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26176,0,0,0,0,0,1140,6328,0,0,'[PH] Tom Test','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26177,0,0,0,0,0,4626,0,0,0,'2.4 Sunwell 5 Man Tradeskill Bunny [PH]','Kill Me','',0,1,1,0,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26178,0,0,0,0,0,20433,0,0,0,'Hailstone Lieutenant','','',0,32,32,0,14,0,1,1.14286,1,0,30,40,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26188,0,0,0,0,0,21955,17612,0,0,'[PH] Torch Catching Target Bunny','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26190,0,0,0,0,0,21955,17612,0,0,'[PH] Spank Target Bunny','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26192,0,0,0,0,0,23656,0,0,0,'X-51 Nether-Rocket','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(26204,0,0,0,0,0,23684,0,0,0,'Chillwind Lieutenant','','',0,43,43,0,14,0,1,1.14286,1,0,42,60,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26207,0,0,0,0,0,704,0,0,0,'Loyal Boar','','',0,70,70,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,5,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26214,0,0,0,0,0,6674,0,0,0,'Frigid Lieutenant','','',0,51,51,0,14,0,1,1.14286,1,0,60,80,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26215,0,0,0,0,0,12815,0,0,0,'Glacial Lieutenant','','',0,60,60,0,14,0,1,1.14286,1,0,140,180,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26216,0,0,0,0,0,23693,0,0,0,'Glacial Templar','','',0,69,69,0,14,0,1,1.14286,1,0,340,500,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26221,0,0,0,0,0,23129,23130,23688,23687,'Earthen Ring Elder','The Earthen Ring','',9157,70,70,2,35,3,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26222,0,0,0,0,0,23735,23737,23738,23740,'Twilight Cryomancer','Twilight\'s Hammer','',0,64,64,0,16,0,1,1.14286,1,0,145,215,0,121,1,2000,2000,8,0,2048,0,0,0,0,0,0,132,197,26,7,0,26222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26223,0,0,0,0,0,23726,23727,23728,23729,'Twilight Frostblade','Twilight\'s Hammer','',0,63,63,0,16,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,26223,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26230,0,0,0,0,0,21955,15880,0,0,'Snow Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26238,0,0,0,0,0,4714,0,0,0,'Khorium Boar','','',0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.13,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),(26239,0,0,0,0,0,11686,0,0,0,'Ghost of Ahune','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,0,1,33554432,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26240,0,0,0,0,0,23709,0,0,0,'Seaspray Albatross','','',0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(26241,0,0,0,0,0,23707,0,0,0,'[PH] Ghost of Ahune (Disguise)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26242,0,0,0,0,0,14657,0,0,0,'Empyrean Tortoise','','',0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(26243,0,0,0,0,0,15923,0,0,0,'Crimson Serpent','','',0,5,5,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(26244,0,0,0,0,0,15920,0,0,0,'Shadowsong Panther','','',0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(26246,0,0,0,0,0,23749,0,0,0,'Prophet Velen','','',0,73,73,1,35,0,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,250,15,1,0,0,0,0,0,0,0,0,1,0,1,'',12340),(26247,0,0,0,0,0,23750,0,0,0,'Lady Liadrin','Blood Knight Matriarch','',0,70,70,1,35,0,1,1.14286,1,3,234,331,0,286,35,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,200,10,1,0,0,0,0,0,0,0,199,1,0,1,'',12340),(26251,0,0,0,0,0,1126,16946,0,0,'Shattrath Portal Dummy','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(26254,0,0,0,0,0,7950,23748,0,0,'Inert Portal','','',0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(26255,0,0,0,0,0,23719,0,0,0,'Shattrath Portal','','',0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26258,0,0,0,0,0,11686,0,0,0,'[DND] Midsummer Bonfire Faction Bunny - A','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26259,0,0,0,0,0,23587,23588,23589,23590,'Shattered Sun Soldier','','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26262,0,0,0,0,0,169,16946,0,0,'The Core of Entropius','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(26267,0,0,0,0,0,23732,0,0,0,'Big Dancing Flames','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26289,0,0,0,0,0,22973,22974,0,0,'Shattered Sun Riftwaker','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26300,0,0,0,0,0,23759,0,0,0,'Accessories Vendor','','',0,70,70,2,35,128,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26301,0,0,0,0,0,23762,0,0,0,'Cloth & Leather Armor Vendor','','',0,70,70,2,35,4224,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26302,0,0,0,0,0,23764,0,0,0,'Enchantments Vendor','','',0,70,70,2,35,128,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26303,0,0,0,0,0,23758,0,0,0,'Gems and General Goods Vendor','','',0,70,70,2,35,128,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26304,0,0,0,0,0,23765,0,0,0,'Plate Glyph Vendor','','',0,70,70,2,35,4224,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26305,0,0,0,0,0,23761,0,0,0,'Mail & Plate Armor Vendor','','',0,70,70,2,35,4224,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26306,0,0,0,0,0,23760,0,0,0,'Cloth Glyph Vendor','','',0,70,70,2,35,4224,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26307,0,0,0,0,0,24028,0,0,0,'Beastmaster','','',0,70,70,2,35,1,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26308,0,0,0,0,0,23763,0,0,0,'Leather & Mail Glyph Vendor','','',0,70,70,2,35,4224,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26309,0,0,0,0,0,23757,0,0,0,'Weapons Vendor','','',0,70,70,2,35,4224,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26323,0,0,0,0,0,7933,0,0,0,'Goblin Pack Kodo','','',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26324,0,0,0,0,0,24029,0,0,0,'Druid Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,11,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26325,0,0,0,0,0,24030,0,0,0,'Hunter Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,3,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26326,0,0,0,0,0,24031,0,0,0,'Mage Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,248,363,0,135,1,2000,2000,8,768,2048,0,0,0,0,8,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26327,0,0,0,0,0,24032,0,0,0,'Paladin Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,2,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26328,0,0,0,0,0,24033,0,0,0,'Priest Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,248,363,0,135,1,2000,2000,8,768,2048,0,0,0,0,5,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26329,0,0,0,0,0,23777,0,0,0,'Rogue Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,4,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26330,0,0,0,0,0,24034,0,0,0,'Shaman Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,7,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26331,0,0,0,0,0,24035,0,0,0,'Warlock Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,248,363,0,135,1,2000,2000,8,768,2048,0,0,0,0,9,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26332,0,0,0,0,0,24036,0,0,0,'Warrior Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,1,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18054,0,0,0,0,0,17049,0,0,0,'Bonechewer Ravener (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1200,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17259,17264,0,0,0,0,0,0,0,30621,0,0,0,0,0,0,0,0,0,2578,3376,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(18053,0,0,0,0,0,17052,0,0,0,'Bonechewer Hungerer (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1200,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17259,17259,0,0,0,0,0,0,0,14516,16244,6713,0,0,0,0,0,0,0,2578,3376,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(18052,0,0,0,0,0,17043,0,0,0,'Bonechewer Destroyer (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1200,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17259,17271,0,0,0,0,0,0,0,16856,10101,0,0,0,0,0,0,0,0,2578,3376,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(18051,0,0,0,0,0,16583,0,0,0,'Bonechewer Beastmaster (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1289,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,17259,17455,0,0,0,0,0,0,0,30635,10966,0,0,0,0,0,0,0,0,2578,3376,'',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'',12340),(18050,0,0,0,0,0,17048,0,0,0,'Bleeding Hollow Scryer (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,255,373,0,137,5.9,1303,2000,8,32832,2048,0,0,0,0,0,0,240,358,31,7,0,17259,17478,0,0,0,0,0,0,0,30615,15232,30659,0,0,0,0,0,0,0,1218,1600,'',1,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(18049,0,0,0,0,0,17044,0,0,0,'Bleeding Hollow Darkcaster (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,255,373,0,137,5.9,1200,2000,8,32832,2048,0,0,0,0,0,0,240,358,31,7,0,17259,17269,0,0,0,0,0,0,0,36808,36807,0,0,0,0,0,0,0,0,1898,2488,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(26346,0,0,0,0,0,21955,11686,0,0,'Ahune\'s Bottle Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26350,0,0,0,0,0,169,23767,0,0,'Alliance Graveyard Teleporter','','',0,1,1,0,534,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26351,0,0,0,0,0,169,23767,0,0,'Horde Graveyard Teleporter','','',0,1,1,0,714,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26352,0,0,0,0,0,23768,0,0,0,'Big Zokk Torquewrench','Arena Vendor','',0,70,70,1,35,129,1.5,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(26353,0,0,0,0,0,14316,0,0,0,'Arena Battle-Bear','','',0,70,70,0,1684,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26354,0,0,0,0,0,23769,0,0,0,'Unarmed Gladiator','','',0,70,70,0,1683,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26355,0,0,0,0,0,11686,0,0,0,'[DND] Midsummer Bonfire Faction Bunny - H','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26367,0,0,0,0,0,20988,0,0,0,'Teleporter','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26378,0,0,0,0,0,22438,0,0,0,'Evee Copperspring','Arena Vendor','',0,70,70,1,35,128,1.05,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26383,0,0,0,0,0,22398,0,0,0,'Grikkin Copperspring','Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26384,0,0,0,0,0,22439,0,0,0,'Frixee Brasstumbler','Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26391,0,0,0,0,0,21955,11686,0,0,'[PH] Ice Chest Bunny','','',0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26393,0,0,0,0,0,12917,0,0,0,'Captain Dirgehammer','Armor Quartermaster','',0,65,65,0,1078,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26394,0,0,0,0,0,12918,0,0,0,'Captain O\'Neal','Weapons Quartermaster','',0,65,65,0,1078,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26395,0,0,0,0,0,21512,0,0,0,'Lieutenant Tristia','Armor Quartermaster','',0,65,65,0,1638,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26396,0,0,0,0,0,14612,0,0,0,'Sergeant Thunderhorn','Weapons Quartermaster','',0,65,65,0,1074,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26397,0,0,0,0,0,12674,0,0,0,'Lady Palanseer','Armor Quartermaster','',0,65,65,0,1074,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26398,0,0,0,0,0,22602,0,0,0,'Doris Volanthius','Armor Quartermaster','',0,70,70,2,1604,128,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26400,0,0,0,0,0,21955,11686,0,0,'Outland Children\'s Week Silvermoon L70ETC 01 Trigger','','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26401,0,0,0,0,0,8409,0,0,0,'Summer Scorchling','','',0,1,1,0,188,2,1,1.14286,1,0,2,2,0,24,1,1500,2000,1,768,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26438,0,0,0,0,0,20432,15294,0,0,'Tranquil Air Spirit','','',0,69,70,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26439,0,0,0,0,0,23928,0,0,0,'Black War Elekk','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(26464,0,0,0,0,0,11686,0,0,0,'Shadowy Initiate Kill Credit','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26465,0,0,0,0,0,11686,0,0,0,'Shadowy Laborer Kill Credit','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26466,0,0,0,0,0,11686,0,0,0,'Shadowy Advisor Kill Credit','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26502,0,0,0,0,0,23872,0,0,0,'Wisp of Ragnaros','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26520,0,0,0,0,0,8409,0,0,0,'Festival Scorchling','','',0,1,1,0,188,2,1,1.14286,1,0,2,2,0,24,1,1500,2000,1,768,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26534,0,0,0,0,0,2418,0,0,0,'Totemic Beacon','','',0,65,65,1,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26576,0,0,0,0,0,29643,0,0,0,'[PH] Justin\'s Test NPC','','',0,80,80,2,35,0,1,1.14286,1,1,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,15,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26579,0,0,0,0,0,23503,0,0,0,'Anveena Replica','','',0,73,73,1,35,0,1.6,1.71429,1,1,2,2,0,24,7.5,2000,2000,2,33554432,2048,0,0,0,0,0,0,1,1,0,7,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,10,10,1,0,0,0,0,0,0,0,167,1,0,1,'',12340),(26650,26651,0,0,0,0,17387,0,0,0,'Durnholde Captain','','',0,1,1,0,1748,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,12,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(18048,0,0,0,0,0,17050,0,0,0,'Bleeding Hollow Archer (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,296,424,0,290,5.9,1200,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,0,17259,17270,0,0,0,0,0,0,0,30614,31942,0,0,0,0,0,0,0,0,2068,2710,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(26698,0,0,0,0,0,12242,12245,12240,12241,'Riding Kodo (TAR - NPC ONLY)','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(26724,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Armor, Cloth & Leather','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26738,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Accessories','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26739,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Enchantments','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26740,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Gems','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26741,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - General Goods','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26742,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Armor, Mail & Plate','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26743,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Glyph, Cloth & Leather','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26744,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Glyph, Mail & Plate','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26745,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Weapons','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26747,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Arena Organizer','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26748,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Beastmaster','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26749,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Paymaster','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26750,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Teleporter','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26751,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Druid','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26752,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Hunter','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26753,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Mage','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26754,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Paladin','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26755,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Priest','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26756,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Rogue','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26757,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Shaman','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26758,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Warlock','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26759,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Warrior','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26760,0,0,0,0,0,23659,0,0,0,'Fight Promoter','Arena Battlemaster\'s Assistant','',0,70,70,2,35,1,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26765,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Fight Promoter','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26781,0,0,0,0,0,15093,0,0,0,'2.4 Sunwell Daily Gem Vendor [PH]','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27703,0,0,0,0,0,24756,0,0,0,'Ysuria','Portal Trainer','',9581,50,50,0,894,49,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,512,2048,0,0,0,0,8,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27705,0,0,0,0,0,24754,0,0,0,'Lorrin Foxfire','Portal Trainer','',9578,41,41,0,1604,49,1,1.14286,1,0,55,72,0,132,1,2000,2000,2,36864,2048,0,0,0,0,8,0,38,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27666,0,0,0,0,0,24731,0,0,0,'Ontuvo','Jewelcrafting Supplies','',0,70,70,1,1960,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27721,0,0,0,0,0,24764,0,0,0,'Drelik Blastpipe','Arena Vendor','',0,70,70,1,35,129,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27722,0,0,0,0,0,24764,0,0,0,'Drolig Blastpipe','Arena Vendor','',0,70,70,1,35,129,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27667,0,0,0,0,0,24730,0,0,0,'Anwehu','Weapons & Armorsmith','',0,70,70,1,1960,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29093,0,0,0,0,0,25901,0,0,0,'Ian Drake','Elder','',9768,35,35,0,12,1,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,33536,2048,0,0,0,0,0,0,33,49,11,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29089,0,0,0,0,0,25900,0,0,0,'Mini Tyrael','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(28267,0,0,0,0,0,25265,0,0,0,'Coyote Spirit','','',0,1,1,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27668,0,0,0,0,0,24735,0,0,0,'Ontok Shatterhorn','Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28126,0,0,0,0,0,25118,0,0,0,'Don Carlos','','',9656,68,68,0,35,3,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27723,0,0,0,0,0,21955,11686,0,0,'[DND] Aldor Mailbox Malfunction Bunny','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27711,0,0,0,0,0,24761,0,0,0,'Technician Halmaha','Engineering Supplies','',0,65,65,1,1743,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28344,0,0,0,0,0,7341,0,0,0,'Blazzle','Blacksmithing Supplies','',0,65,67,1,35,128,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28343,0,0,0,0,0,10746,0,0,0,'Meeda','Banker','',0,65,67,1,35,0,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,33024,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28363,0,0,0,0,0,25335,0,0,0,'Big Battle Bear','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(26071,0,0,0,0,0,22620,0,0,0,'Arena Nether Drake','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(27704,0,0,0,0,0,24755,0,0,0,'Horace Alder','Mage Trainer','',9580,50,50,0,894,49,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,512,2048,0,0,0,0,8,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28470,0,0,0,0,0,25457,0,0,0,'Nether Ray Fry','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28569,0,0,0,0,0,25519,25544,0,0,'Construction Worker','','',0,30,34,0,12,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,36864,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28596,0,0,0,0,0,25520,0,0,0,'Dwarven Construction Worker','','',0,30,33,0,55,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,36864,2048,0,0,0,0,0,0,32,47,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28572,0,0,0,0,0,25523,0,0,0,'Mason Goldgild','Royal Stonecutter\'s Guild','',12598,46,46,0,55,1,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,37376,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28571,0,0,0,0,0,25522,0,0,0,'Foreman Wick','','',12600,46,46,0,12,1,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,37376,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28573,0,0,0,0,0,25525,0,0,0,'Underwater Construction Worker','','',0,30,34,0,12,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,37376,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27217,0,0,0,0,0,24393,0,0,0,'Spirit of Competition','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28206,0,0,0,0,0,25209,0,0,0,'[DND] L70ETC Drums','','',0,1,1,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27398,0,0,0,0,0,24615,0,0,0,'Gilbarta Grandhammer','Battleground Enthusiast','',9517,45,45,0,55,1,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27346,0,0,0,0,0,24620,0,0,0,'Essence of Competition','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27399,0,0,0,0,0,24616,0,0,0,'Muja','Battleground Enthusiast','',0,1,1,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28132,28171,0,0,0,0,25124,0,0,0,'Don Carlos','','',0,68,68,1,1736,0,1,1.38571,1,1,231,325,0,292,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,2048,28132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,5200,'SmartAI',0,3,1,11,1,1,0,38329,0,0,0,0,0,0,1,650854271,2097152,'',12340),(28163,28168,0,0,0,0,161,0,0,0,'Guerrero','','',0,68,68,1,190,0,1,1.42857,1,1,231,325,0,292,4.6,1200,2000,1,0,2048,0,1,0,0,0,0,195,289,41,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,3405,0,'',12340),(27637,0,0,0,0,0,24725,0,0,0,'Vengeful Nether Drake','','',0,10,10,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(27684,0,0,0,0,0,24745,0,0,0,'Swift Zhevra','','',0,17,18,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27541,0,0,0,0,0,24693,0,0,0,'Swift Zhevra','','',0,20,21,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27817,0,0,0,0,0,24987,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,775,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27478,0,0,0,0,0,22397,0,0,0,'Larkin Thunderbrew','Brew of the Month Club','',9548,50,50,0,774,131,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27215,0,0,0,0,0,24419,0,0,0,'Boxey Boltspinner','','',9481,65,65,0,55,2,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27584,0,0,0,0,0,21848,0,0,0,'Darna Honeybock','Brewfest Agent','',0,70,70,0,774,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27989,0,0,0,0,0,11686,0,0,0,'D.I.S.C.O.','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300736,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27890,0,0,0,0,0,21955,11686,0,0,'Brewfest - Direbrew Mole Machine Loc bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26834,0,0,0,0,0,21955,11686,0,0,'Mole Machine PoV Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,123,1,0,128,'',12340),(28067,0,0,0,0,0,21826,0,0,0,'Dark Iron Brewer','','',9648,50,50,0,674,1,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28209,0,0,0,0,0,25210,0,0,0,'Mizli Crankwheel','','',9665,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28210,0,0,0,0,0,25212,0,0,0,'Ognip Blastbolt','','',9666,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28225,0,0,0,0,0,25219,0,0,0,'Griz Gutshank','Arena Vendor','',0,60,60,0,35,128,1,1.14286,1,0,104,138,0,252,3.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28227,0,0,0,0,0,25221,0,0,0,'Slobbermouth','','',0,55,55,0,35,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28226,0,0,0,0,0,25221,0,0,0,'Snaggletooth','','',0,55,55,0,35,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26719,0,0,0,0,0,25207,0,0,0,'Brewfest Spy','','',0,55,55,0,35,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26775,0,0,0,0,0,21955,11686,0,0,'Direbrew Goto Loc bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26774,0,0,0,0,0,21955,11686,0,0,'Direbrew Summon Loc bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26776,0,0,0,0,0,21826,21827,21828,21829,'Direbrew Minion','','',0,80,80,2,1620,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26764,0,0,0,0,0,24043,0,0,0,'Ilsa Direbrew','Dark Iron Brewmaiden','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_coren_direbrew_sisters',12340),(26822,0,0,0,0,0,24058,0,0,0,'Ursula Direbrew','Dark Iron Brewmaiden','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_coren_direbrew_sisters',12340),(27169,0,0,0,0,0,24371,0,0,0,'The Black Brewmaiden','','',0,70,70,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27166,0,0,0,0,0,24368,0,0,0,'The Brewmaiden','','',0,70,70,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27818,0,0,0,0,0,24988,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,35,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28329,0,0,0,0,0,21854,0,0,0,'Slurpo Fizzykeg','Brewfest Agent','',0,70,70,0,775,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27216,0,0,0,0,0,24420,0,0,0,'Bizzle Quicklift','','',9577,65,65,0,775,2,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27489,0,0,0,0,0,22493,0,0,0,'Ray\'ma','Brew of the Month Club','',9554,50,50,0,775,131,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27867,0,0,0,0,0,134,0,0,0,'Woodland Squirrel','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(27914,0,0,0,0,0,25002,0,0,0,'Ethereal Soul-Trader','','Buy',9619,65,65,0,188,129,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'npc_pet_gen_soul_trader_beacon',12340),(29095,0,0,0,0,0,25902,0,0,0,'Edward Cairn','Elder','',9768,35,35,0,68,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27707,0,0,0,0,0,24757,0,0,0,'Great Brewfest Kodo','','',0,1,2,0,35,0,1,1.38571,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(32842,0,0,0,0,0,3718,3714,18052,3585,'The WoW Dev Team','','',0,75,75,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29142,0,0,0,0,0,25624,0,0,0,'Jelinek Sharpshear','Barber','',9781,35,35,0,1732,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,32768,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32835,0,0,0,0,0,28301,0,0,0,'Corporal Moonstrike','','',0,65,65,0,1078,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29238,0,0,0,0,0,26064,0,0,0,'Scourge Haunt','','',0,1,1,0,35,0,1,0.57143,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,80,1,8388624,0,'',12340),(27819,0,0,0,0,0,24989,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,35,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29141,0,0,0,0,0,25955,0,0,0,'Pella Brassbrush','Barber','',0,30,30,0,1733,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,32768,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29712,0,0,0,0,0,3167,5446,0,0,'Stormwind Harbor Guard','','Directions',435,65,65,1,11,1,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(29088,0,0,0,0,0,25899,25898,0,0,'Stormwind Cannoneer','','',0,65,65,0,1078,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29144,0,0,0,0,0,25289,25341,0,0,'Refurbished Steam Tank','','vehichleCursor',0,70,70,2,12,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,256,2048,0,0,0,0,0,0,198,295,33,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'SmartAI',0,3,1,6,5,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),(29152,0,0,0,0,0,5008,5006,5005,5003,'Stormwind Dock Worker','','',0,65,65,0,1078,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29016,0,0,0,0,0,25845,25846,25847,25848,'Steam Tank Engineer','','',0,75,75,0,1733,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29154,0,0,0,0,0,25943,0,0,0,'Thargold Ironwing','','',9776,65,65,0,1078,1,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29019,0,0,0,0,0,25850,0,0,0,'Dockhand','','',0,65,66,0,1733,0,0.666668,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29290,0,0,0,0,0,26109,0,0,0,'Navigator Rian Trost','The Assurance','',0,30,30,0,1078,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29287,0,0,0,0,0,26106,0,0,0,'Captain Paul Carver','The Assurance','',10126,30,30,0,1078,1,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29289,0,0,0,0,0,26108,0,0,0,'First Mate Edgar Flores','The Assurance','',0,30,30,0,1078,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29172,0,0,0,0,0,14703,0,0,0,'Frozen Shade','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30030,0,0,0,0,0,26942,0,0,0,'Plague Zombie','','',0,30,30,0,2023,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),(30034,0,0,0,0,0,26942,0,0,0,'Plague Zombie','','',0,5,5,0,2023,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),(27305,0,0,0,0,0,24936,24937,0,0,'Argent Healer','','',0,70,70,2,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27845,0,0,0,0,0,3233,0,0,0,'Plagued Roach','','',0,1,1,0,2049,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27059,0,0,0,0,0,26942,0,0,0,'Plague Zombie','','',0,70,70,2,2023,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),(30653,0,0,0,0,0,4589,0,0,0,'Totem of Wrath III','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,57662,30708,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29888,0,0,0,0,0,24890,24895,26622,24898,'Herbalism Flower','','',0,1,1,0,35,0,1,0.85714,9.86,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(30379,0,0,0,0,0,304,0,0,0,'Westfall Chicken','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(32841,0,0,0,0,0,16189,0,0,0,'Baby Blizzard Bear','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(26482,0,0,0,0,0,10618,0,0,0,'Arctic Grizzly','','',0,72,73,2,1990,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,4,0,0,0,0,278,413,58,1,1,26482,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13473,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27483,31349,0,0,0,0,5240,0,0,0,'King Dred','','',0,76,76,2,16,0,1,1,1,1,356,503,0,432,13,2000,2000,1,64,2048,0,39,0,0,0,0,305,452,74,1,65609,27483,0,70213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,15,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_dred',1),(26125,0,0,0,0,0,24994,24993,24992,24995,'Risen Ghoul','','',0,1,1,0,14,0,0.8,0.99206,1,0,87,87,0,24,1,2000,2000,4,0,2048,0,40,0,0,0,0,1,1,0,6,4096,0,0,0,0,0,0,0,0,0,47468,47484,47481,47482,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_pet_dk_ghoul',12340),(29452,0,0,0,0,0,25785,0,0,0,'Vargul Blighthound','','',0,74,75,2,1885,0,1.6,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,1,0,0,0,0,295,438,68,1,1,29452,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(25197,0,0,0,0,0,22984,0,0,0,'King Mrgl-Mrgl','D.E.H.T.A.','',9136,71,71,2,1660,3,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,33280,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28017,0,0,0,0,0,15983,0,0,0,'Bloodworm','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2660,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.0819,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30734,0,0,0,0,0,27299,0,0,0,'Jezebel Bican','Inscription Supplies','',0,60,60,0,1737,2176,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,32768,2048,0,0,0,0,0,0,61,90,25,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30721,0,0,0,0,0,27284,0,0,0,'Michael Schwan','Master Inscription Trainer','',0,60,60,0,1737,80,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,32768,2048,0,0,2,0,0,0,61,90,25,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28302,0,0,0,0,0,25280,0,0,0,'Acherus Deathcharger','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(26643,0,0,0,26874,0,23966,0,0,0,'Rabid Grizzly','','',0,68,72,2,14,0,2,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,4,0,0,0,0,270,401,53,1,1,26643,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13474,0,0,0,'SmartAI',0,3,1,1,1,1,0,36800,0,0,0,0,0,53,1,0,0,'',12340),(29264,0,0,0,0,0,21114,0,0,0,'Spirit Wolf','','',0,70,70,2,14,0,2,2.14286,1,0,252,357,0,304,1,1500,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,58861,58875,58867,58857,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,191,1,0,0,'',12340),(29998,0,0,0,0,0,16925,0,0,0,'Desecrated Ground V','','',0,1,1,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27829,0,0,0,0,0,7534,7854,7533,0,'Ebon Gargoyle','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,12288,0,0,0,0,0,0,0,0,0,51963,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_pet_dk_ebon_gargoyle',12340),(30567,0,0,0,0,0,27130,27131,27156,27133,'Strand of the Ancients Envoy','','',9983,75,75,2,1978,1048577,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,256,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(30566,0,0,0,0,0,27126,27155,27127,27129,'Strand of the Ancients Emissary','','',9981,75,75,2,1973,1048577,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,256,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(30586,0,0,0,0,0,27151,0,0,0,'Jojindi','Strand of the Ancients Battlemaster','',9983,81,81,2,714,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,320,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(30587,0,0,0,0,0,27150,0,0,0,'Vinvo Goldgear','Strand of the Ancients Battlemaster','',9981,81,81,2,534,1048577,1,1.14286,1,1,351,509,0,304,7.5,2000,2000,8,320,2048,0,0,0,0,0,0,351,503,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(30713,0,0,0,0,0,27261,0,0,0,'Catarina Stanford','Inscription Trainer','',0,35,35,0,12,80,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,2,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30730,0,0,0,0,0,27295,0,0,0,'Stanly McCormick','Inscription Supplies','',0,35,35,0,12,2176,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,0,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32633,0,0,0,0,0,27237,0,0,0,'Traveler\'s Tundra Mammoth','','vehichleCursor',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),(32638,0,0,0,0,0,28111,0,0,0,'Hakmud of Argus','Traveling Trader','',0,80,80,2,1732,896,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32639,0,0,0,0,0,28282,0,0,0,'Gnimo','Adventurous Tinker','',0,80,80,2,1732,7296,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(28883,0,0,0,0,0,28456,0,0,0,'Frosty','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(26358,0,0,0,0,0,24861,0,0,0,'Ice Heart Jormungar Feeder','','',0,72,72,2,103,0,1,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,42,0,0,0,0,270,401,53,1,65537,26358,0,70206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26369,0,0,0,0,0,25008,0,0,0,'Imperial Eagle','','',0,72,73,2,7,0,1,1.57143,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,26,0,0,0,0,278,413,58,1,1,26369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(28297,0,0,0,28566,0,25274,0,0,0,'Shango','','',0,76,76,2,2030,0,1,1.38571,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,2,0,0,0,0,305,452,74,1,1,28297,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38523,38642,0,0,0,0,0,1,0,0,'',12340),(27893,0,0,0,0,0,1126,11686,0,0,'Rune Weapon','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,3500,2000,1,33554434,2048,0,0,0,0,0,0,1,1,0,10,1096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_pet_dk_dancing_rune_weapon',12340),(29202,0,0,0,0,0,25998,25999,26000,26001,'Knight of the Ebon Blade','','',0,56,58,0,2051,0,1,1.14286,1,1,93,123,0,228,2.4,2000,2000,2,32768,2048,0,0,0,0,0,0,64,94,23,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29587,0,0,0,0,0,25496,0,0,0,'Dread Commander Thalanor','','',0,80,80,2,2050,128,1,1.28968,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29589,0,0,0,0,0,23980,24719,0,0,'Teleport - Heart -> Hall (EPL)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29588,0,0,0,0,0,23980,24719,0,0,'Teleport - Hall -> Heart (EPL)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28486,0,0,0,0,0,25467,0,0,0,'Squire Edwards','','',0,78,78,2,35,0,0.8,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27928,0,0,0,0,0,24935,0,0,0,'Siouxsie the Banshee','','',9877,80,80,2,35,3,1,1.38571,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29480,0,0,0,0,0,10627,0,0,0,'Grimwing','Flight Master','',6944,75,75,2,2050,8193,0.777776,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28500,0,0,0,0,0,25498,0,0,0,'Master Siegesmith Corvus','','',9706,80,80,2,2082,4227,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32543,0,0,0,0,0,16074,0,0,0,'Veteran\'s Training Dummy','','',0,75,75,0,7,0,1,1,1,0,342,485,0,392,1,2000,2000,1,131072,2048,0,0,0,0,0,0,295,438,68,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000187,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),(29239,0,0,0,0,0,25753,0,0,0,'Vigilant Gargoyle','','',0,58,58,1,2084,0,2,1.28571,1,0,93,123,0,228,1,3000,2000,2,0,2048,0,0,0,0,0,0,64,94,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,135,1,8388624,0,'',12340),(29203,0,0,0,0,0,25997,0,0,0,'Alchemist Karloff','Corpse Dust Vendor','',0,56,56,0,2083,2176,1,1.14286,1,0,68,94,0,104,1,2000,2000,8,32768,2048,0,0,0,0,0,0,56,83,24,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29207,0,0,0,0,0,4631,0,0,0,'Gangrenus','General Goods','',0,56,56,0,2083,384,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29246,0,0,0,0,0,27153,0,0,0,'Highlord Darion Mograine','','',0,83,83,2,2050,0,1,1.38571,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29212,0,0,0,0,0,829,26002,26003,0,'Risen Drudge','','',0,50,50,0,2083,0,0.777776,1.14286,1,0,85,112,0,206,1,2000,2000,1,32784,2048,0,0,0,0,0,0,58,86,20,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29205,0,0,0,0,0,7858,0,0,0,'Corpulous','Food & Drink','',0,56,56,0,2083,640,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29208,0,0,0,0,0,570,0,0,0,'Fester','Trade Goods','',0,56,56,0,2083,128,0.777776,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32546,0,0,0,0,0,28048,0,0,0,'Ebon Knight\'s Training Dummy','','',0,80,80,0,7,0,1,1,1,0,422,586,0,642,1,2000,2000,1,131072,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000187,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),(32547,0,0,0,0,0,28049,0,0,0,'Highlord\'s Nemesis Trainer','','',0,83,83,0,7,0,1,1,1,3,509,683,0,805,35,2000,2000,1,131072,2048,0,0,0,0,0,0,371,535,135,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1871.96,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),(28491,0,0,0,0,0,25479,25480,25481,25482,'Disciple of the Unholy','','',0,55,57,0,2082,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28481,0,0,0,0,0,23980,11686,0,0,'Runeforge (SE)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28490,0,0,0,0,0,25475,25476,25477,25478,'Disciple of Frost','','',0,55,57,0,2104,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28488,0,0,0,0,0,26919,0,0,0,'Coldwraith','','',0,55,56,0,2082,0,1,0.99206,1,0,89,118,0,220,1,2000,2000,2,32768,2048,0,0,0,0,0,0,61,90,21,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32542,0,0,0,0,0,28047,0,0,0,'Disciple\'s Training Dummy','','',0,65,65,0,7,0,1,1,1,0,200,281,0,278,1,2000,2000,1,131072,2048,0,0,0,0,0,0,166,246,35,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000187,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),(32545,0,0,0,0,0,3019,0,0,0,'Initiate\'s Training Dummy','','',0,55,55,0,7,0,1,1,1,0,94,125,0,228,1,2000,2000,1,131072,2048,0,0,0,0,0,0,65,95,23,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000187,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),(29194,0,0,0,0,0,25468,0,0,0,'Amal\'thazad','','',9693,80,80,2,2050,49,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,6,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29196,0,0,0,0,0,25459,0,0,0,'Lord Thorval','','',9692,80,80,2,2082,49,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,6,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28489,0,0,0,0,0,25469,25470,25471,25472,'Disciple of Blood','','',0,55,57,0,2082,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29195,0,0,0,0,0,25458,0,0,0,'Lady Alistra','','',9691,80,80,2,2050,49,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,6,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29231,0,0,0,0,0,11399,0,0,0,'Shadow Construct','','',0,76,78,2,2105,0,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29218,0,0,0,0,0,15882,0,0,0,'Portal to the Shadow Realm','','',0,77,77,2,35,0,1,1,1,0,371,522,0,478,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,314,466,81,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29210,0,0,0,0,0,7550,0,0,0,'Frigid Bones','','',0,54,55,0,2105,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,32768,2048,0,0,0,0,0,0,60,88,21,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29232,0,0,0,0,0,559,0,0,0,'Forgotten Servant','','',0,54,55,0,2105,0,0.777776,1.14286,1,0,87,116,0,214,1,2000,2000,2,32768,2048,0,0,0,0,0,0,60,88,21,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32637,0,0,0,0,0,28082,0,0,0,'Flying Carpet','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1056768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26548,0,0,0,0,0,24135,0,0,0,'Leesha Tannerby','Dockmaster','',9341,45,45,0,12,1,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31792,0,0,0,0,0,27716,0,0,0,'Sailor Picardo','The Kraken','',0,72,72,2,1733,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31791,0,0,0,0,0,27715,0,0,0,'Sailor Dawning','The Kraken','',0,72,72,2,1733,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31793,0,0,0,0,0,27717,0,0,0,'Sailor Phillips','The Kraken','',0,72,72,2,1733,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31788,0,0,0,0,0,27712,0,0,0,'Captain Constance','The Kraken','',0,80,80,2,1733,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31789,0,0,0,0,0,27713,0,0,0,'First Mate Fitzgerald','The Kraken','',0,76,76,2,1733,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,768,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31790,0,0,0,0,0,27714,0,0,0,'Navigator Meyer','The Kraken','',0,74,74,2,1733,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30217,0,0,0,0,0,26853,0,0,0,'Steven Allen','','',9883,45,45,0,12,1,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,33280,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25760,0,0,0,0,0,25633,0,0,0,'Kvaldir Raider','','',0,68,69,2,1771,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,25760,25760,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,995,1658,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(25762,0,0,0,0,0,23278,0,0,0,'Vrykul Landing Ship','','',0,70,70,2,35,16777216,2.4,0.714286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,9,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,54,1,0,0,'',12340),(28440,0,0,0,0,0,25390,25391,25390,25391,'Tundra Penguin','','',0,1,1,0,7,0,1,1,1.47,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24637,0,0,0,0,0,1557,12199,12200,0,'Great Reef Shark','','',0,70,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,1,0,24637,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,34127,0,0,0,0,0,0,1,0,0,'',12340),(25800,0,0,0,0,0,23385,0,0,0,'Clam Master K','','',0,72,72,2,14,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,25800,25800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,998,1663,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26549,0,0,0,0,0,24145,0,0,0,'Nelno Copperbeam','Dockmaster','',9344,65,65,0,1892,1,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27393,0,0,0,0,0,24606,24607,0,0,'Valiance Keep Fisherman','','',0,69,69,2,1973,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29617,0,0,0,0,0,23031,0,0,0,'Valiance Keep Defender','','',0,69,69,2,1973,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25827,0,0,0,0,0,23410,0,0,0,'Tom Hegger','','',9217,69,69,2,1892,1,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_hidden_cultist',12340),(25737,0,0,0,0,0,23342,0,0,0,'Airman Skyhopper','','',0,68,68,2,1973,2,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29158,0,0,0,0,0,25956,0,0,0,'Magister Dath\'omere','','',9780,75,75,2,2007,3,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25251,0,0,0,0,0,23083,0,0,0,'Leryssa','','',9223,68,69,0,1973,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25302,0,0,0,0,0,23066,0,0,0,'Old Man Colburn','','',9246,69,69,2,1892,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26879,0,0,0,0,0,22041,0,0,0,'Tomas Riverwell','Gryphon Master','',0,75,75,2,1892,8192,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27010,0,0,0,0,0,24298,0,0,0,'Celidh Aletracker','Stable Master','',9821,70,70,2,1892,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(25306,0,0,0,0,0,23068,23069,23070,23071,'Valiance Keep Cannoneer','','',0,69,69,2,1973,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_valiance_keep_cannoneer',12340),(25826,0,0,0,0,0,23065,0,0,0,'Vindicator Yaala','','',0,72,72,0,1973,2,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25248,0,0,0,0,0,23027,0,0,0,'\"Salty\" John Thorpe','','',9218,69,69,2,1892,641,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_hidden_cultist',12340),(25234,0,0,0,0,0,22998,22999,0,0,'Stormfleet Deckhand','','',0,68,69,0,1973,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,25234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25299,0,0,0,0,0,23062,0,0,0,'Admiral Cantlebree','','',0,69,69,2,1973,2,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25253,0,0,0,0,0,23031,0,0,0,'Valiance Keep Footman','','',0,75,75,2,1973,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33280,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25298,0,0,0,0,0,23061,0,0,0,'Captain \"Lefty\" Lugsail','','',0,69,69,2,1973,2,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24357,0,0,0,0,0,22339,0,0,0,'Maethor Skyshadow','Poison & Reagents','',0,65,65,1,1892,3200,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25317,0,0,0,0,0,24818,24819,3422,24821,'Civilian Recruit','','',0,68,68,2,1973,0,0.8,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,45,1,0,0,'',12340),(25249,0,0,0,0,0,23025,0,0,0,'Midge','','',0,70,70,2,1973,2,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25219,0,0,0,0,0,20570,11686,0,0,'Borean Queue Trigger LAB','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25271,0,0,0,0,0,4125,5034,2733,1720,'Valiance Keep Worker','','',0,68,68,2,1892,0,0.8,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,45,1,0,0,'',12340),(25245,0,0,0,0,0,23010,0,0,0,'James Deacon','Innkeeper','',9245,69,69,2,1973,66179,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(25307,0,0,0,0,0,23073,0,0,0,'Recruitment Officer Blythe','','',0,71,71,0,1973,2,1,1.14286,1,1,299,426,0,308,4.6,1500,2000,1,512,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25222,0,0,0,0,0,23072,0,0,0,'Recruitment Officer Carven','','',0,71,71,0,1973,0,1,1.14286,1,1,299,426,0,308,4.6,1500,2000,1,512,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25220,0,0,0,0,0,24818,24819,3422,24821,'Civilian Recruit','','',0,68,68,2,1973,0,0.8,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,45,1,0,0,'',12340),(24771,0,0,0,0,0,16480,19595,0,0,'Coldarra Invisman','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25281,0,0,0,0,0,23049,0,0,0,'Heldgarr Steelbeard','','',0,70,70,0,1973,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25282,0,0,0,0,0,23050,0,0,0,'Ferlynn Windsong','','',0,70,70,0,1973,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26992,0,0,0,0,0,24285,0,0,0,'Brynna Wilson','Grand Master First Aid Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25297,0,0,0,0,0,3019,0,0,0,'Drill Dummy','','',0,25,25,0,1703,0,1,1,1,0,35,48,0,86,1,2000,2000,1,256,2048,0,0,0,0,0,0,24,36,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25605,0,0,0,0,0,23273,23274,0,0,'Clandestine Cultist','Cult of the Damned','',0,68,69,2,1975,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,25605,25605,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,940,1566,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32564,0,0,0,0,0,28058,0,0,0,'Logistics Officer Silverstone','Alliance Vanguard Quartermaster','',0,72,72,2,1973,128,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26999,0,0,0,0,0,24289,0,0,0,'Fendrig Redbeard','Grand Master Mining Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26988,0,0,0,0,0,24284,0,0,0,'Argo Strongstout','Grand Master Blacksmithing Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25238,0,0,0,0,0,23005,0,0,0,'Gamlen','','',0,69,69,2,1892,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25235,0,0,0,0,0,23001,0,0,0,'Hilda Stoneforge','','',0,69,69,0,1892,2,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27011,0,0,0,0,0,24281,0,0,0,'Broff Bombast','General Goods','',0,71,71,1,1892,4480,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25241,0,0,0,0,0,23012,0,0,0,'Gelrynd','','',0,69,69,2,1892,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25239,0,0,0,0,0,23013,0,0,0,'Thulrin','','',0,69,69,2,1892,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25240,0,0,0,0,0,23011,0,0,0,'Bromm','','',0,69,69,2,1892,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26155,0,0,0,0,0,22998,0,0,0,'Mark Hanes','','',0,69,69,0,1892,2,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27364,0,0,0,0,0,251,0,0,0,'Jimmy the Stable Boy','','',0,10,10,0,1892,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,33024,2048,0,0,0,0,0,0,9,13,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27365,0,0,0,0,0,11686,0,0,0,'Stabled Horse','','',0,70,72,2,1892,0,1.2,1.38571,1,0,307,438,0,314,1,1300,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(25816,0,0,0,0,0,23402,0,0,0,'Sergeant Hammerhill','','',9215,71,71,0,1892,3,1,1.38571,1,1,299,426,0,308,4.6,1500,2000,1,512,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24042,0,0,0,0,0,20570,11686,0,0,'Generic Trigger LAB','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26998,0,0,0,0,0,24294,0,0,0,'Rosemary Bovard','Grand Master Leatherworking Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26993,0,0,0,0,0,24291,0,0,0,'Old Man Robert','Grand Master Fishing Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26995,0,0,0,0,0,24296,0,0,0,'Tink Brightbolt','Grand Master Inscription Trainer','',9879,71,71,2,1892,2257,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27000,0,0,0,0,0,24297,0,0,0,'Trapper Jack','Grand Master Skinning Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26989,0,0,0,0,0,24293,0,0,0,'Rollick MacKreel','Grand Master Cooking Trainer','',9986,71,71,1,1892,83,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26994,0,0,0,0,0,24290,0,0,0,'Kirea Moondancer','Grand Master Herbalism Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26990,0,0,0,0,0,24283,0,0,0,'Alexis Marlowe','Grand Master Enchanting Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25395,0,0,0,0,0,23066,0,0,0,'Private Brau','','',9247,69,69,2,84,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25828,0,0,0,0,0,23031,0,0,0,'Guard Mitchells','','',9219,69,69,2,1973,1,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_hidden_cultist',12340),(25311,0,0,0,0,0,23077,0,0,0,'Valiance Keep Rifleman','','',0,69,69,2,1974,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27001,0,0,0,0,0,24287,0,0,0,'Darin Goodstitch','Grand Master Tailoring Trainer','',10114,71,71,1,1892,83,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26991,0,0,0,0,0,24295,0,0,0,'Sock Brightbolt','Grand Master Engineering Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26987,0,0,0,0,0,24288,0,0,0,'Falorn Nightwhisper','Grand Master Alchemy Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26997,0,0,0,0,0,24282,0,0,0,'Alestos','Grand Master Jewelcrafting Trainer','',9892,71,71,2,1892,83,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27012,0,0,0,0,0,24280,0,0,0,'Beem Goldsprocket','Trade Goods','',0,67,67,1,1892,128,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25582,0,0,0,0,0,23916,0,0,0,'Scourged Flamespitter','','',0,68,69,2,1988,0,1,0.95238,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,6,0,25582,0,70204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,2,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25825,0,0,0,0,0,23409,0,0,0,'Medic Hawthorn','','',9187,71,71,0,1973,3,1,1.14286,1,0,299,426,0,308,1,1500,2000,1,512,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25264,0,0,0,0,0,23035,0,0,0,'Justicar Julia Celeste','','',0,72,72,2,1974,0,1,1.38571,1,1,304,436,0,296,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25301,0,0,0,0,0,23063,0,0,0,'Counselor Talbot','','',0,72,72,2,1973,2,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,25301,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3317,5528,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25285,0,0,0,0,0,23052,0,0,0,'Harbinger Vurenn','','',9216,72,72,0,1973,3,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25300,0,0,0,0,0,23064,23065,0,0,'Draenei Delegate','','',0,72,72,0,1973,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25250,0,0,0,0,0,23026,0,0,0,'General Arlos','','',0,75,75,2,1892,2,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27385,0,0,0,0,0,24600,0,0,0,'Ronald Anderson','Stable Master','',9821,70,70,2,1892,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(29298,0,0,0,0,0,26117,0,0,0,'Benjamin Elgueta','The Assurance','',0,30,30,0,1078,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29327,0,0,0,0,0,26165,0,0,0,'Frost Leopard','','',54000,76,77,2,1990,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,2,0,0,0,0,314,466,81,1,1,29327,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28404,0,0,0,0,0,25708,0,0,0,'Cursed Offspring of Har\'koa','','',0,76,77,2,2069,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,2,0,0,0,0,314,466,81,1,1,28404,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25489,0,0,0,0,0,26268,0,0,0,'Wooly Rhino Bull','','',0,69,69,2,1917,0,1,0.99206,1,0,245,346,0,298,1,3000,2000,1,32768,2048,0,43,0,0,0,0,206,302,43,1,65537,25489,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31186,0,0,0,0,0,4587,0,0,0,'Mana Spring Totem VI','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58775,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30231,0,0,0,0,0,26869,0,0,0,'Radulf Leder','Arathi Basin Battlemaster','',8073,61,61,0,210,1048577,1,1.38571,1,1,159,221,0,258,7.5,2000,2000,1,576,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32517,0,0,0,0,0,28010,0,0,0,'Loque\'nahak','Mate of Har\'koa','',0,76,76,2,190,0,1,1.14286,1,2,356,503,0,432,4.6,2000,2000,1,0,2048,0,46,0,0,0,0,305,452,74,1,65537,32517,0,32517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28002,0,0,0,28566,0,15145,25466,25107,0,'Mangal Crocolisk','','',0,75,76,2,14,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,6,0,0,0,0,305,452,74,1,1,28002,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(30481,0,0,0,0,0,27052,27053,27054,27055,'Darkmoon Fortune Teller','','',9915,60,60,0,1555,3,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33536,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25675,0,0,0,0,0,22044,0,0,0,'Tundra Wolf','','',0,68,68,2,1711,0,1.2,1,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,1,0,0,0,0,195,289,41,1,1,25675,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13467,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31122,0,0,0,0,0,4588,0,0,0,'Stoneclaw Totem X','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58585,58591,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25791,0,0,0,0,0,22003,0,0,0,'Oil-stained Wolf','','',0,70,71,2,16,0,1.2,1,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,1,0,0,0,0,262,389,48,1,1,25791,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28306,0,0,0,0,0,4590,0,0,0,'Anti-Magic Zone','','',0,1,1,0,58,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33556480,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,50461,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27936,0,0,0,0,0,24950,0,0,0,'Pumpkin Soldier','','',0,70,70,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23013,0,0,0,0,0,17897,17678,17897,0,'Designer Island Elekk','','',0,30,30,0,7,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23014,0,0,0,0,0,21192,0,0,0,'Designer Island Sabercat','','',0,30,30,0,16,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,2,0,0,0,0,29,42,9,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23041,0,0,0,0,0,21224,21225,21226,0,'TEST Iceberg','','',0,70,70,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23513,0,0,0,0,0,21597,0,0,0,'Northrend Yeti (Blue)','','',0,71,72,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,185,1,0,0,'',12340),(23514,0,0,0,0,0,21598,0,0,0,'Northrend Yeti (Brown)','','',0,71,72,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,185,1,0,0,'',12340),(23515,0,0,0,0,0,21599,0,0,0,'UNUSED Northrend Yeti (Red)','','',0,71,72,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23516,0,0,0,0,0,21600,0,0,0,'Northrend Yeti (Yellow)','','',0,80,80,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,185,1,0,0,'',12340),(23517,0,0,0,0,0,21601,0,0,0,'Northrend Yeti (White)','','',0,71,72,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,185,1,0,0,'',12340),(23518,0,0,0,0,0,21602,0,0,0,'Tauren Canoe (Northrend)','','',0,75,75,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23519,0,0,0,0,0,21603,0,0,0,'Big Shirl','','',0,83,83,2,14,0,1,1.14286,1,1,509,683,0,805,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,1,1,0,0,0,0,0,0,0,233,1,0,0,'',12340),(23520,0,0,0,0,0,12943,0,0,0,'Jimmy Two-Canoes','','',0,75,75,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23538,0,0,0,0,0,24137,24174,24173,0,'Northrend Red Dragon','','',0,80,80,1,1824,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23539,0,0,0,0,0,12821,6371,0,0,'Northrend Red Drake','','',0,80,80,1,1824,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23546,0,0,0,0,0,21608,0,0,0,'Vice Admiral Keller','','',8966,72,72,0,1892,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23547,0,0,0,0,0,21609,0,0,0,'Macalroy','','',0,69,69,1,1892,2,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23548,0,0,0,0,0,21610,0,0,0,'Beltrand McSorf','Explorers\' League','',0,70,70,1,1892,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23549,0,0,0,0,0,21611,0,0,0,'Rowan Helfgot','Royal Stormwind Society of Science','',0,71,71,0,1892,2,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23550,0,0,0,0,0,21612,0,0,0,'Valgarde Yeoman','','',0,65,66,1,1892,0,0.666668,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23551,0,0,0,0,0,21613,21617,0,0,'Valgarde Cannoneer','','',0,67,68,0,1892,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23552,0,0,0,0,0,21614,0,0,0,'Valgarde Yeoman','','',0,65,66,0,1892,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23553,0,0,0,0,0,21615,0,0,0,'Vrykul (Northrend Size Model)','','',0,75,75,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23556,0,0,0,0,0,22657,0,0,0,'Vrykul Proto-dragon Mount','','',0,71,71,0,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(23557,0,0,0,0,0,21794,21911,0,0,'Dragonflayer Raider','','',0,68,69,2,1895,0,1,2.57143,1,0,245,346,0,298,1,2000,2000,1,33024,2048,0,0,0,0,0,0,206,302,43,7,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,10,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(23564,0,0,0,0,0,22179,0,0,0,'Plagued Dragonflayer Tribesman','','',0,69,70,2,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23575,0,0,0,0,0,10699,0,0,0,'Mindless Abomination','','',0,68,68,2,35,0,1,1.14286,1,1,231,325,0,292,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,6,72,0,0,0,0,0,0,0,0,0,61359,42166,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,147,1,8388624,0,'',12340),(23638,0,0,0,0,0,24055,0,0,0,'Longtusk Fisherman','','',0,70,70,2,1950,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23639,0,0,0,0,0,24052,0,0,0,'Longtusk Tribesman','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23640,0,0,0,0,0,21688,0,0,0,'Longtusk Harpooner','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23641,0,0,0,0,0,21688,0,0,0,'Longtusk Sea-caller','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23642,0,0,0,0,0,21688,0,0,0,'Longtusk Wayfinder','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23643,0,0,0,23645,0,5243,0,0,0,'Unstable Mur\'ghoul','','',0,70,70,2,21,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,6,0,23643,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(23644,0,0,0,23645,0,5243,0,0,0,'Mur\'ghoul Flesheater','','',0,71,71,2,21,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,23644,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(23645,0,0,0,0,0,652,0,0,0,'Mur\'ghoul Corrupter','','',0,71,71,2,21,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,6,0,23645,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(23646,0,0,0,0,0,3833,0,0,0,'Northsea Smuggler','','',0,70,70,2,1888,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23647,0,0,0,0,0,3833,0,0,0,'Northsea Brigand','','',0,70,70,2,1888,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23648,0,0,0,0,0,3833,0,0,0,'Northsea Raider','','',0,70,70,2,1888,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23649,0,0,0,0,0,3833,0,0,0,'Northsea Swashbuckler','','',0,70,70,2,1888,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23650,0,0,0,0,0,3833,0,0,0,'Northsea Pirate','','',0,70,70,2,1888,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23651,0,0,0,0,0,21932,21933,0,0,'Dragonflayer Tribesman','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23651,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,940,1566,'',0,3,1,1,1,1,0,33308,41989,0,0,0,0,0,1,0,0,'',12340),(23652,0,0,0,0,0,21917,21918,0,0,'Dragonflayer Vrykul','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23652,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,1556,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23653,0,0,0,24231,0,22147,22148,0,0,'Winterskorn Spearman','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,23653,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,1646,'',0,3,1,1,1,1,0,34137,41989,0,0,0,0,0,1,0,0,'',12340),(23654,0,0,0,0,0,21965,22137,22138,0,'Dragonflayer Warrior','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23654,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,1569,'',0,3,1,1,1,1,0,34137,41989,0,0,0,0,0,1,0,0,'',12340),(23655,0,0,0,24231,0,22143,22144,0,0,'Winterskorn Bonegrinder','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,23655,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,1655,'',0,3,1,1,1,1,0,34137,41989,0,0,0,0,0,1,0,0,'',12340),(23656,0,0,0,0,0,21966,22146,0,0,'Dragonflayer Rune-Seer','','',0,68,69,2,1885,0,1,1.14286,1,0,230,336,0,133,1,2000,2000,8,32768,2048,0,0,0,0,0,0,215,321,28,7,0,23656,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,1569,'SmartAI',0,3,1,1,1,1,0,34137,41989,0,0,0,0,0,1,0,0,'',12340),(23657,0,0,0,24231,0,22139,22145,0,0,'Winterskorn Skald','','',0,68,69,2,1885,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,23657,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,983,1638,'',0,3,1,1,1,1,0,34137,41989,0,0,0,0,0,1,0,0,'',12340),(23658,0,0,0,0,0,21915,21916,21926,0,'Dragonflayer Death Weaver','','',0,68,69,2,1885,0,1,1.14286,1,0,230,336,0,133,1,2000,2000,8,32768,2048,0,0,0,0,0,0,215,321,28,7,0,23658,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,1661,'SmartAI',0,3,1,1,1,1,0,33308,41989,0,0,0,0,0,1,0,0,'',12340),(23659,0,0,0,0,0,21690,0,0,0,'Dragonflayer Elder','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23660,0,0,0,0,0,21913,21914,0,0,'Dragonflayer Thane','','',0,68,69,2,1885,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,23660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,992,1653,'',0,3,1,1,1,1,0,33308,41989,0,0,0,0,0,1,0,0,'',12340),(23661,0,0,0,0,0,22076,22077,22078,22079,'Winterskorn Tribesman','','',0,70,70,2,1885,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,23661,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,995,1658,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23662,0,0,0,0,0,22072,22073,22074,22075,'Winterskorn Woodsman','','',0,70,70,2,1885,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,23662,26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,1648,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23663,0,0,0,0,0,25657,25658,0,0,'Winterskorn Shield-Maiden','','',0,70,71,2,1885,0,1,1.28571,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,23663,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,1759,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23664,0,0,0,0,0,21989,21990,21991,21992,'Winterskorn Warrior','','',0,70,71,2,1885,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,23664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1754,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23665,0,0,0,0,0,22059,22060,22061,22062,'Winterskorn Raider','','',0,70,71,2,1885,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,23665,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1049,1748,'SmartAI',0,5,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23666,0,0,0,0,0,22053,22054,22055,22056,'Winterskorn Berserker','','',0,70,71,2,1885,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,23666,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1053,1755,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23667,0,0,0,0,0,22084,22085,22086,22087,'Winterskorn Rune-Seer','','',0,70,71,2,1885,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,23667,23667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1040,1733,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23668,0,0,0,0,0,22080,22081,22082,22083,'Winterskorn Rune-Caster','','',0,70,71,2,1885,0,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,23668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1028,1713,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23669,0,0,0,0,0,22068,22069,22070,22071,'Winterskorn Oracle','','',0,70,71,2,1885,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,23669,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1044,1740,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23670,0,0,0,0,0,22063,22064,22065,22066,'Winterskorn Elder','','',0,71,71,2,1885,0,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,23670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1060,1766,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23671,0,0,0,0,0,22107,0,0,0,'Halfdan the Ice-Hearted','Thane of Skorn','',0,72,72,2,1885,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19131,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23672,0,0,0,0,0,25954,0,0,0,'Iron Rune Worker','','',0,69,69,2,1954,0,1,0.99206,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23672,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1666,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(23673,0,0,0,0,0,25754,0,0,0,'Iron Rune Steelguard','','',0,69,70,2,1954,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,23673,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,453,2297,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(23674,0,0,0,0,0,25953,0,0,0,'Iron Rune Sage','','',0,69,70,2,1954,0,1,0.99206,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,23674,23674,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,940,1566,'',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(23675,0,0,0,0,0,25748,0,0,0,'Iron Rune Runemaster','','',0,69,70,2,1954,0,1,0.99206,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,23675,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,1656,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(23676,0,0,0,0,0,26213,0,0,0,'Iron Rune Destroyer','','',0,69,70,2,1954,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,23676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,1570,'',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(23677,0,0,0,0,0,22120,0,0,0,'Frost Nymph','','',0,70,70,2,15,0,1,0.99206,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,23677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1026,1710,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23678,0,0,0,0,0,22127,0,0,0,'Chill Nymph','','',0,70,70,2,16,0,1,0.99206,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,23678,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1047,1745,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23680,0,0,0,0,0,24874,0,0,0,'Plagued Proto-Dragon','','',0,70,70,2,103,0,1.44444,1.5873,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,23680,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,3,1,1,1,0,42106,0,0,0,0,0,0,1,0,0,'',12340),(23688,0,0,0,0,0,28345,0,0,0,'Proto-Whelp','','',0,69,69,2,1771,0,1.44444,1.5873,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,2,0,23688,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42106,0,0,0,0,0,0,1,0,0,'',12340),(23689,0,0,0,0,0,24717,0,0,0,'Proto-Drake','','',0,70,71,2,1885,0,1.6,1.42857,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,2,0,23689,0,70208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,4,1,1,1,0,42106,0,0,0,0,0,150,1,0,0,'',12340),(23690,0,0,0,0,0,22132,0,0,0,'Shoveltusk','','',0,68,68,2,1887,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,1,0,23690,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33611,33120,34136,42104,0,0,0,1,0,0,'',12340),(23691,0,0,0,0,0,22131,0,0,0,'Shoveltusk Stag','','',0,69,69,2,1886,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,1,0,23691,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33611,33120,42104,34136,0,0,0,1,0,0,'',12340),(23692,0,0,0,0,0,22320,0,0,0,'Shaghide Boar','','',0,68,69,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33610,0,0,0,0,0,0,1,0,0,'',12340),(23693,0,0,0,0,0,22321,0,0,0,'Duskwing Eagle','','',0,69,70,2,7,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,26,0,0,0,0,215,320,44,1,1,23693,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23695,0,0,0,0,0,21688,0,0,0,'Tuskarr (Northrend Size Model)','','',0,75,75,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23711,0,0,0,0,0,25952,0,0,0,'Iron Rune Laborer','','',0,69,69,2,1954,0,1,0.99206,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,23711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,938,1563,'',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(23715,25763,0,0,0,0,23488,0,0,0,'Clayton\'s Test Creature','Quality Assured','Attack',0,70,70,2,1734,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.10509,5.16957,1,0,0,0,0,0,0,0,115,1,0,0,'',12340),(23725,0,0,0,0,0,23356,0,0,0,'Stone Giant','','',0,70,70,2,634,0,1,0.99206,1,1,234,331,0,286,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,5,512,23725,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23726,0,0,0,0,0,21721,0,0,0,'Stone Lord','','',0,71,71,2,778,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23728,0,0,0,0,0,21707,0,0,0,'Guard Captain Zorek','','',8984,73,73,2,1892,3,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23729,0,0,0,0,0,21708,0,0,0,'Baron Ulrik von Stromhearth','','',9780,75,75,2,2007,3,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23730,0,0,0,0,0,21709,0,0,0,'Harold Lagras','','',0,71,71,2,1892,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23731,0,0,0,0,0,21710,0,0,0,'Innkeeper Hazel Lagras','Innkeeper','',8806,67,67,2,1892,66179,1,1.14286,1,0,170,246,0,128,1,2000,2000,8,32768,2048,0,0,0,0,0,0,156,232,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(23732,0,0,0,0,0,21711,0,0,0,'Sorely Twitchblade','Poison Supplier','',8808,69,69,2,1892,1155,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23733,0,0,0,0,0,251,0,0,0,'Horatio the Stable Boy','Stable Master','',8805,10,10,0,1892,4194307,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,33024,2048,0,0,0,0,0,0,9,13,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23734,0,0,0,0,0,21712,0,0,0,'Anchorite Yazmina','Grand Master First Aid Trainer','',8802,68,68,2,1892,211,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,2,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23735,0,0,0,0,0,21713,0,0,0,'Bartleby Armorfist','Armorsmith','',0,65,65,1,1892,4226,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23736,0,0,0,0,0,21714,0,0,0,'Pricilla Winterwind','Gryphon Master','',0,70,70,2,1892,8194,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23737,0,0,0,0,0,21715,0,0,0,'Coot \"The Stranger\" Albertson','Bartender','',8803,69,69,2,1892,643,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23738,0,0,0,0,0,21716,0,0,0,'Foreman Miles McMoody','','',0,71,71,1,1892,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23739,0,0,0,0,0,21754,21755,21756,21757,'Valgarde Defender','','',0,72,72,2,1891,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23740,0,0,0,0,0,22673,0,0,0,'Frosthorn Ram','','',0,70,71,2,634,0,1,1.38571,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,23740,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33351,33352,0,0,0,0,0,1,0,0,'',12340),(23743,0,0,0,0,0,10579,0,0,0,'Icehollow Yeti','','',0,70,71,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23744,0,0,0,0,0,21718,0,0,0,'Icehollow Behemoth','','',0,71,71,2,14,0,1,1.11111,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,23744,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23749,0,0,0,0,0,21833,0,0,0,'Captain Adams','','',8852,72,72,2,1891,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23750,0,0,0,0,0,169,24719,0,0,'Proto-Whelp Hatchling','','',0,70,71,2,1771,0,1.44444,1.5873,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,10,0,23750,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42106,0,0,0,0,0,0,1,0,0,'',12340),(23755,0,0,0,0,0,3833,0,0,0,'Blockade Pirate','','',0,70,70,2,1888,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23756,0,0,0,0,0,953,0,0,0,'Ironforge Steam Tank','','',0,32,32,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23760,0,0,0,0,0,22532,22533,22534,0,'Forsaken Plaguebringer','','',0,70,70,2,1929,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,23760,23760,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,1758,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23763,0,0,0,0,0,21773,0,0,0,'Scarlet Ivy','','',0,69,69,2,16,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23767,0,0,0,23755,0,3827,0,0,0,'Blockade Captain','','',0,72,72,2,1888,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23770,0,0,0,0,0,21889,0,0,0,'Cannoneer Ely','','',8832,71,71,2,1892,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23771,0,0,0,0,0,21788,0,0,0,'Blockade Cannon','','',0,70,70,2,1888,0,1,1.07143,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23772,0,0,0,0,0,10891,0,0,0,'Spotted Hippogryph','','',0,69,70,2,634,0,2,2.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,23772,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,191,1,0,0,'',12340),(23773,0,0,0,0,0,21883,0,0,0,'Chef Kettleblack','','',8854,70,70,2,1892,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23776,0,0,0,0,0,21746,0,0,0,'Dark Ranger','','',0,72,73,2,2024,0,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,23776,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3424,5706,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23777,0,0,0,0,0,20245,0,0,0,'Proto-Drake Egg','','',0,68,68,2,1885,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,4,2048,0,0,0,0,0,0,195,289,41,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(23778,0,0,0,0,0,21746,0,0,0,'Dark Ranger Lyana','','',8879,70,70,2,1897,3,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,262144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_razael_and_lyana',12340),(23779,0,0,0,0,0,21748,21749,21750,21751,'Vengeance Landing Deathguard','','',0,75,75,2,2024,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23780,0,0,0,0,0,21752,0,0,0,'High Executor Anselm','','',8911,72,72,2,1929,3,1,1.28968,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23781,0,0,0,0,0,21753,0,0,0,'Apothecary Celestine','Royal Apothecary Society','',0,73,73,0,1929,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23782,0,0,0,0,0,22113,0,0,0,'Apothecary Ravien','Royal Apothecary Society','',0,68,68,0,1929,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23783,0,0,0,0,0,21758,21759,21760,21761,'Injured Defender','','',0,66,67,1,1892,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23784,0,0,0,0,0,22111,0,0,0,'Apothecary Hanes','Royal Apothecary Society','',0,69,69,2,1933,2,1,0.78571,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,96,1,0,0,'npc_apothecary_hanes',12340),(23785,0,0,0,0,0,21763,0,0,0,'Daggercap Hammerhead','','',0,68,69,2,14,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,1,0,23785,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23791,0,0,0,0,0,556,308,341,0,'Valgarde Laborer','','',0,61,68,1,1892,0,0.666668,1.14286,1,0,231,325,0,292,1,2000,2000,1,33280,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23792,0,0,0,0,0,21768,0,0,0,'Valgarde Rifleman','','',0,70,71,2,1893,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23793,0,0,0,0,0,21779,21782,21783,0,'North Fleet Soldier','','',0,68,69,2,1899,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23793,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,938,1564,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23794,0,0,0,0,0,21776,21775,21777,0,'North Fleet Medic','','',0,68,69,2,1899,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,23794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,1553,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23796,0,0,0,0,0,25757,0,0,0,'Iron Rune Binder','','',0,69,70,2,16,0,1,0.99206,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,23796,23796,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,1758,'',0,3,1,1,1,1,0,33778,33779,33780,42105,0,0,0,1,0,0,'',12340),(23801,0,0,0,0,0,21774,0,0,0,'Turkey','','',0,4,6,0,189,0,1,0.99206,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23802,0,0,0,0,0,21778,0,0,0,'Wink Sprinklesprankle','General Goods & Trade Supplies','',0,67,67,1,1892,386,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23803,0,0,0,0,0,169,11686,0,0,'Vengeance Landing Cannon Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23804,0,0,0,0,0,28439,0,0,0,'Orfus of Kamagua','','',9044,71,71,2,1950,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23805,0,0,0,0,0,169,15880,0,0,'Vengeance Landing Cannon Controller','','',0,60,60,0,35,0,1,5.71429,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,269,1,0,128,'',12340),(23806,0,0,0,0,0,11686,0,0,0,'Dragonflayer Blaze','','',0,75,75,2,1895,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23809,0,0,0,0,0,21748,21749,21750,21751,'Vengeance Landing Cannoneer','','',0,72,73,2,2056,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,23809,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4440,7400,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23810,0,0,0,0,0,1126,17612,0,0,'Blockade Explosion Bunny','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,1056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23816,0,0,0,0,0,21795,0,0,0,'Bat Handler Camille','Bat Handler','',8894,71,71,2,1928,1,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23821,0,0,0,0,0,1126,11686,0,0,'Valgarde Harpoon Target','','',0,70,70,2,1893,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23823,0,0,0,0,0,21894,0,0,0,'Harrowmeiser','Captured Zeppelin Owner','',8817,70,70,2,1635,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,294912,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23826,0,0,0,0,0,11686,0,0,0,'Creeping Flames','','',0,70,70,2,1895,0,0.4,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,43,1,0,0,'',12340),(23831,0,0,0,0,0,21885,0,0,0,'Old Man Stonemantle','','',8855,70,70,2,1927,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23833,0,0,0,0,0,21886,0,0,0,'Explorer Jaren','','',8957,72,72,2,1927,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23836,0,0,0,0,0,20488,0,0,0,'Westguard Lumberjack','','',0,62,69,1,1892,0,0.666668,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23837,0,0,0,0,0,1126,11686,0,0,'ELM General Purpose Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23838,0,0,0,0,0,89,0,0,0,'Westguard Lumberjack (Wood)','','',0,62,69,2,1733,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23839,0,0,0,0,0,21797,21798,21799,21800,'Westguard Cannoneer','','',0,68,70,2,1891,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23840,0,0,0,0,0,21801,21802,21803,21804,'Westguard Crossbowman','','',0,75,75,2,1891,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23842,0,0,0,0,0,21806,21807,21808,21809,'Westguard Defender','','',0,75,75,2,1891,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23844,0,0,0,0,0,21810,21811,21812,21813,'Westguard Officer','','',0,75,75,2,1891,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23851,0,0,0,0,0,16362,0,0,0,'Westguard Cavalryman','','',0,75,75,2,1891,0,1,1.38571,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),(23856,0,0,0,0,0,21814,21815,0,0,'Westguard Cavalryman Dwarf','','',0,75,75,2,210,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),(23857,0,0,0,0,0,21816,21817,0,0,'Westguard Cavalryman Human','','',0,75,75,2,210,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),(23859,0,0,0,0,0,18666,0,0,0,'Greer Orehammer','Gryphon Master','',9546,75,75,1,1892,8195,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23860,0,0,0,0,0,21819,0,0,0,'Lissan White','','',0,70,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23862,0,0,0,0,0,21823,0,0,0,'Finlay Fletcher','Ammunition','',8820,71,71,1,1892,4481,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23865,0,0,0,0,0,21748,21749,21750,21751,'Vengeance Bringer','','',0,68,69,2,1897,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,23865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23866,0,0,0,0,0,21779,21782,21783,0,'North Fleet Sailor','','',0,68,69,2,1899,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23866,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,1568,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23867,0,0,0,0,0,169,11686,0,0,'Vengeance Landing Combatant Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23870,0,0,0,0,0,20250,0,0,0,'Ember Clutch Ancient','','',8822,75,75,2,1770,3,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,256,2048,0,0,0,0,0,0,293,436,53,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23871,0,0,0,0,0,21927,21982,0,0,'Dragonflayer Handler','','',0,69,70,2,1885,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,23871,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1049,1748,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23874,0,0,0,0,0,1086,0,0,0,'Thornvine Creeper','','',0,69,70,2,14,0,0.666668,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,256,23874,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23875,0,0,0,0,0,12350,0,0,0,'Blacksouled Keeper','','',0,71,71,2,16,0,1.11111,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,23875,23875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23876,0,0,0,0,0,27907,0,0,0,'Spore','','',0,69,69,2,14,0,0.8,1.14286,1,0,224,316,0,282,1,2000,2000,2,4,2048,0,0,0,0,0,0,188,280,32,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23882,0,0,0,0,0,24718,0,0,0,'Tamed Proto-Whelp','','',0,69,70,2,1885,0,1.44444,1.5873,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23883,0,0,0,0,0,21996,21993,21994,21995,'Forsaken Crossbowman','','',0,68,69,2,1897,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,23883,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,872,1453,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23884,0,0,0,0,0,169,11686,0,0,'Vengeance Landing Crossbow Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23885,0,0,0,0,0,169,11686,0,0,'Lyana Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23886,0,0,0,0,0,26332,0,0,0,'Bull Lion Seal','','',0,70,70,2,14,0,1,1,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,1,0,23886,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23887,0,0,0,0,0,26333,0,0,0,'Lion Seal','','',0,68,69,2,1999,0,1,1,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,1,0,23887,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23888,0,0,0,0,0,21835,0,0,0,'Mage-Lieutenant Malister','','',8853,71,71,2,1891,3,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,0,2048,0,0,0,0,0,0,240,358,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23891,0,0,0,0,0,21884,0,0,0,'Overseer Irena Stonemantle','','',8905,71,71,2,1927,3,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23895,0,0,0,0,0,21892,0,0,0,'Bombardier Petrov','','',8816,71,71,2,1892,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23898,0,0,0,0,0,22164,0,0,0,'UNUSED Reanimated Berserker','','',0,69,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34043,0,0,0,0,0,0,1,8388624,0,'',12340),(23901,0,0,0,0,0,1126,16946,0,0,'Invisible Giant Trigger','','',0,70,71,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23906,0,0,0,0,0,21897,0,0,0,'Scout Knowles','','',8839,71,71,2,1891,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23908,0,0,0,0,0,21898,0,0,0,'Jhet Ironbeard','Blacksmithing Supplies','',0,70,70,2,1891,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23911,0,0,0,0,0,21902,21903,21904,21905,'Westguard Worker','','',0,62,69,1,1892,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23915,0,0,0,0,0,169,11686,0,0,'Westguard Cannon Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23916,0,0,0,0,0,169,11686,0,0,'Westguard Cannon Trigger (Water)','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23917,0,0,0,0,0,169,11686,0,0,'Cannon Source Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23919,0,0,0,0,0,21910,0,0,0,'Ice Elemental','','',0,69,69,2,14,0,1.55556,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,4,0,23919,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33605,0,0,0,0,0,0,1,0,0,'',12340),(23921,0,0,0,0,0,1126,17612,0,0,'Halgrind Torch Bunny 01','','',0,1,1,2,35,0,1,1.14286,2,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23922,0,0,0,0,0,1126,17612,0,0,'Halgrind Torch Bunny 02','','',0,1,1,2,35,0,1,1.14286,2,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23923,0,0,0,0,0,1126,17612,0,0,'Halgrind Torch Bunny 03','','',0,1,1,2,35,0,1,1.14286,2,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23924,0,0,0,0,0,1126,17612,0,0,'Halgrind Torch Bunny 04','','',0,1,1,2,35,0,1,1.14286,2,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23925,0,0,0,0,0,149,0,0,0,'Test Guy Brian','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23929,0,0,0,0,0,21936,0,0,0,'Giant Tidecrawler','','',0,68,69,2,7,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,8,0,0,0,0,206,302,43,1,1,23929,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13070,0,0,0,'',0,3,1,1,1,1,0,33337,0,0,0,0,0,0,1,0,0,'',12340),(23930,0,0,0,0,0,9021,0,0,0,'Trained Plaguehound','','',0,55,56,0,1901,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23931,0,0,0,0,0,21919,0,0,0,'Oluf the Violent','','',0,69,69,2,1919,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,8,23931,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23932,0,0,0,0,0,21920,0,0,0,'Yanis the Mystic','Herald of Ingvar','',0,71,71,2,1885,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,23932,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1042,1736,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23933,0,0,0,0,0,21921,21922,21923,21924,'Westguard Defender - Sleeping','','',0,75,75,2,210,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23934,0,0,0,0,0,21779,21782,21783,0,'North Fleet Salvager','','',0,68,69,2,1899,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23934,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23935,0,0,0,0,0,26101,0,0,0,'Val\'kyr Watcher','','',0,72,72,2,21,0,1,1.07143,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,3,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(23937,0,0,0,0,0,21928,0,0,0,'Innkeeper Celeste Goodhutch','Innkeeper','',8833,68,68,2,1892,66177,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(23938,0,0,0,0,0,21929,0,0,0,'Pontius','','',8970,72,73,2,1901,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23939,0,0,0,0,0,9021,0,0,0,'Fiend','','',0,55,56,0,1901,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23940,0,0,0,0,0,21931,0,0,0,'Skeld Drakeson','','',0,70,70,2,1885,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,23940,26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,1844,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(23943,0,0,0,0,0,9021,0,0,0,'Hungry Plaguehound','','',0,68,68,2,35,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23945,0,0,0,0,0,15590,0,0,0,'Fjord Crow','','',0,68,68,2,190,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,7,0,0,0,0,195,289,41,1,1,23945,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12669,0,0,0,'',0,4,1,1,1,1,0,33111,33238,0,0,0,0,121,1,0,0,'',12340),(23946,0,0,0,0,0,21937,21938,0,0,'North Fleet Marksman','','',0,68,69,2,1899,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,23946,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,1575,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23947,0,0,0,0,0,169,11686,0,0,'Westguard Ranged Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23953,30748,0,0,0,0,25338,0,0,0,'Prince Keleseth','The San\'layn','',0,72,72,2,1885,0,1.2,1.42857,1,1,304,436,0,296,7.5,2400,0,2,64,2048,8,0,0,0,0,0,268,399,40,6,72,23953,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,15,1,0,0,0,0,0,0,0,147,1,617299839,2097152,'boss_keleseth',12340),(23954,31673,0,0,0,0,21953,0,0,0,'Ingvar the Plunderer','','',0,72,72,2,1885,0,1.2,1.42857,1.2,1,307,438,0,314,7.5,2000,0,1,64,2048,8,0,0,0,0,0,270,401,53,7,8,23954,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4056,6760,'',0,3,1,12.5,1,1,0,33330,0,0,0,0,0,147,1,617299839,2097152,'boss_ingvar_the_plunderer',12340),(23956,31666,0,0,0,0,22293,22294,0,0,'Dragonflayer Strategist','','',0,70,70,2,1885,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,23956,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3934,6556,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23957,0,0,0,0,0,169,11686,0,0,'Westguard Cannon Credit Trigger East','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23958,0,0,0,0,0,22185,0,0,0,'Riven Widow','','',0,70,71,2,14,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,3,0,0,0,0,262,389,48,1,1,23958,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13462,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23959,0,0,0,0,0,11032,0,0,0,'Darkclaw Bat','','',0,70,71,2,14,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,24,0,0,0,0,262,389,48,1,1,23959,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13463,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23960,31663,0,0,0,0,22289,22290,0,0,'Dragonflayer Runecaster','','',0,70,70,2,1885,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,23960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3948,6580,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23961,30747,0,0,0,0,22281,22282,0,0,'Dragonflayer Ironhelm','','',0,70,70,2,1885,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,23961,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3866,6443,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23962,0,0,0,0,0,21940,0,0,0,'Captain Olster','','',0,69,69,2,1898,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23962,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,936,1560,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23963,0,0,0,0,0,21941,0,0,0,'Sergeant Lorric','','',0,69,69,2,1898,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,23963,23963,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,925,1541,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23964,0,0,0,0,0,21942,0,0,0,'Lieutenant Celeyne','','',0,69,69,2,1898,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23964,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,939,1565,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23965,31672,0,0,0,0,25865,0,0,0,'Frost Tomb','','',0,70,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2400,0,1,131076,2048,8,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.214715,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_frost_tomb',12340),(23967,0,0,0,0,0,21943,21944,21945,21946,'Deranged Explorer','Explorers\' League','',0,70,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,23967,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1754,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23968,0,0,0,0,0,169,11686,0,0,'Hanes Fire Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,2,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(23970,31635,0,0,0,0,27651,0,0,0,'Vrykul Skeleton','','',0,70,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2400,0,1,0,2048,8,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.278334,1,1,0,0,0,0,0,0,0,121,1,8388624,64,'npc_vrykul_skeleton',12340),(23972,0,0,0,0,0,169,11686,0,0,'Westguard Cannon Credit Trigger West','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23974,0,0,0,0,0,1126,17612,0,0,'Whisper Gulch Ore Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23975,0,0,0,0,0,21947,0,0,0,'Thoralius the Wise','','',0,72,72,2,1892,2,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23976,0,0,0,0,0,21948,0,0,0,'Sapper Steelring','','',8856,70,70,2,1927,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23977,0,0,0,0,0,14546,14547,14551,14549,'Abandoned Pack Mule','','',0,1,2,0,35,0,1,1.42857,1,0,2,2,0,26,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(23978,0,0,0,0,0,21949,0,0,0,'Explorer Abigail','','',0,70,70,2,1927,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23980,31674,0,0,0,0,26351,0,0,0,'Ingvar the Plunderer','','',0,72,72,2,1885,0,1,1.14286,1,1,307,438,0,314,7.5,2000,0,1,0,2048,8,0,0,0,0,0,270,401,53,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12.5,1,1,0,33330,0,0,0,0,0,144,1,617299839,2097152,'',12340),(23981,0,0,0,0,0,21952,0,0,0,'Mogisu the Wayfarer','','',0,71,71,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23982,0,0,0,0,0,21956,21957,21958,0,'Forsaken Deckhand','','',0,68,68,2,1900,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,537133824,2048,0,0,0,0,0,0,195,289,41,7,0,23982,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,1483,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23983,0,0,0,0,0,22440,22441,22442,0,'North Fleet Marine','','',0,68,69,2,1899,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23983,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23984,0,0,0,0,0,14546,14547,14551,14549,'Stabled Explorers\' League Pack Mule','','',0,1,2,0,1892,0,1,1.42857,1,0,2,2,0,26,1,1300,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(23985,0,0,0,0,0,22255,0,0,0,'Stabled Westguard Eagle','','',0,70,72,2,1892,0,1,1.42857,1,0,307,438,0,314,1,1300,2000,1,32768,2048,0,26,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(23986,0,0,0,0,0,14346,0,0,0,'Stabled Westguard Ram','','',0,70,72,2,1892,0,1,1.42857,1,0,307,438,0,314,1,1300,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(23987,0,0,0,0,0,14338,0,0,0,'Stabled Westguard Horse','','',0,70,72,2,1892,0,1,1.42857,1,0,307,438,0,314,1,1300,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(23989,0,0,0,0,0,21985,21986,0,0,'Gjalerbron Sleep-Watcher','','',0,70,71,2,1885,0,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,23989,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1113,1855,'SmartAI',0,3,1,1,1,1,0,33284,33290,41989,0,0,0,0,1,0,0,'',12340),(23990,0,0,0,0,0,21983,21984,0,0,'Gjalerbron Rune-Caster','','',0,70,71,2,1885,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,23990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1109,1849,'SmartAI',0,3,1,1,1,1,0,33284,33290,41989,0,0,0,0,1,0,0,'',12340),(23991,0,0,0,0,0,21961,21987,0,0,'Gjalerbron Warrior','','',0,70,71,2,1885,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,23991,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,1844,'SmartAI',0,3,1,1,1,1,0,33284,33290,41989,0,0,0,0,1,0,0,'',12340),(23992,0,0,0,0,0,15297,0,0,0,'Putrid Wight','','',0,70,71,2,21,0,0.8,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,23992,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(23993,0,0,0,0,0,17444,0,0,0,'Sepulchral Overseer','','',0,71,71,2,21,0,1.6,2.28571,1,1,296,424,0,290,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,260,387,37,6,0,23993,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,2,1,0,42108,0,0,0,0,0,200,1,8388624,0,'',12340),(23994,0,0,0,0,0,10902,0,0,0,'Dragonflayer Hunting Hound','','',0,68,68,2,1885,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,1,0,23994,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(23996,0,0,0,0,0,18783,16925,0,0,'Ingvar Throw Target','','',0,60,60,0,114,0,1,0.992063,1,0,104,138,0,252,1,2000,2000,1,774,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(23997,31835,0,0,0,0,16946,0,0,0,'Ingvar Throw Dummy','','',0,70,70,2,14,0,8,2.85714,1,0,252,357,0,304,1,2000,0,1,33554432,2048,8,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,231,1,0,0,'',12340),(23998,0,0,0,0,0,21968,0,0,0,'Deathstalker Razael','','',8870,69,69,2,1929,1,1,1.38571,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,23998,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,754,1256,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_razael_and_lyana',12340),(24000,0,0,0,0,0,169,11686,0,0,'Hungry Plaguehound Counter','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24008,0,0,0,0,0,169,11686,0,0,'Fallen Combatant','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24009,0,0,0,24008,0,21779,21782,21783,0,'Alliance Corpse','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,537165824,2048,32,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24010,0,0,0,24008,0,21748,21751,21749,21750,'Forsaken Corpse','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,537133056,2048,32,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24012,0,0,0,0,0,18783,21342,0,0,'Ingvar Res Ground Visual','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24013,0,0,0,0,0,17311,0,0,0,'Deathless Watcher','','',0,70,71,2,21,0,2,1.28571,1,0,296,424,0,290,1,3000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,6,0,24013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,135,1,8388624,0,'',12340),(24014,0,0,0,0,0,21988,0,0,0,'Necrolord','','',0,70,71,2,21,0,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,24014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1109,1849,'SmartAI',0,3,1,1,1,1,0,34083,0,0,0,0,0,0,1,0,0,'',12340),(24015,0,0,0,0,0,21989,21990,21991,21992,'Winterskorn Defender','','',0,68,69,2,1914,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,24015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,1661,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(24016,0,0,0,0,0,21997,0,0,0,'Ulf the Bloodletter','','',0,69,69,2,1914,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,24016,26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,1655,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(24017,0,0,0,0,0,9904,9906,0,0,'Scavenging Maggot','','',0,67,67,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(24018,0,0,0,0,0,16309,0,0,0,'Necro Overlord Mezhen','','',0,71,71,2,21,0,1,1.14286,1,0,296,424,0,290,1,2500,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,24018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24019,0,0,0,0,0,16033,0,0,0,'Glacion','','',0,71,71,2,21,0,4,2.85714,1,1,299,426,0,308,4.6,1800,2000,1,64,2048,0,0,0,0,0,0,262,389,48,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,3,1,1,0,0,0,0,0,0,0,227,1,8388624,0,'',12340),(24020,0,0,0,0,0,22103,0,0,0,'Riding Horse (Gjalerbron Felsteed) (scale x2)','','',0,1,2,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24021,0,0,0,0,0,1126,21999,0,0,'ELM General Purpose Bunny (scale x0.01)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24022,0,0,0,0,0,10913,0,0,0,'Test Faction Monster','','',0,1,2,0,1915,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(24023,0,0,0,0,0,25941,0,0,0,'Queen Angerboda','','',0,71,71,2,14,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),(24026,0,0,0,0,0,22003,0,0,0,'Fanggore Worg','','',0,70,71,2,1924,0,1.2,1,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,1,0,0,0,0,262,389,48,1,1,24026,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13464,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24027,0,0,0,0,0,10699,0,0,0,'Sergeant Gorth','','',8906,70,70,2,1928,3,1.2,1.42857,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,147,1,8388624,0,'',12340),(24028,0,0,0,0,0,22005,0,0,0,'Talu Frosthoof','Bowyer','',0,60,60,1,1921,4480,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24029,0,0,0,0,0,26122,0,0,0,'Wyrmcaller Vile','','',0,71,71,2,21,0,1,1.07143,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,6,0,24029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33282,0,0,0,0,0,0,1,8388624,0,'',12340),(24030,0,0,0,0,0,25748,0,0,0,'Iron Rune Stonecaller','','',0,70,70,2,16,0,1,0.99206,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,24030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1744,'SmartAI',0,3,1,1,1,1,0,33778,33779,33780,42105,0,0,0,1,0,0,'',12340),(24031,0,0,0,0,0,22006,22007,22008,22009,'Camp Winterhoof Brave','','',0,75,75,2,1923,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24032,0,0,0,0,0,22014,0,0,0,'Celea Frozenmane','Wind Rider Master','',9584,75,75,2,1923,8195,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24033,0,0,0,0,0,22015,0,0,0,'Bori Wintertotem','Innkeeper','',8884,70,70,2,1922,66177,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(24035,0,0,0,0,0,22016,22017,22018,22024,'Gjalerbron Prisoner','','',0,65,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24037,0,0,0,0,0,22020,0,0,0,'Captain Harker','','',8896,69,69,2,1981,2,1,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24038,0,0,0,0,0,22021,0,0,0,'Father Levariol','','',8885,71,71,2,1892,3,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,0,2048,0,0,0,0,0,0,240,358,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24040,0,0,0,0,0,22022,0,0,0,'McGoyver','Pro','',8991,67,67,1,1892,1,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24041,0,0,0,0,0,25338,0,0,0,'Prince Keleseth','The San\'layn','',0,72,72,2,974,0,1,0.99206,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(24044,0,0,0,0,0,21989,21990,21991,21992,'Winterskorn Guard','','',0,70,70,2,1885,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(24045,0,0,0,0,0,19075,0,0,0,'Water Spirit Totem','','',0,72,72,0,58,0,1,1,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24046,0,0,0,0,0,19074,0,0,0,'Fire Spirit Totem','','',0,72,72,0,58,0,1,1,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24048,0,0,0,0,0,22025,0,0,0,'Squeeg Idolhunter','Explorers\' League','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24049,0,0,0,0,0,22318,0,0,0,'Rockhorn Ram','','',0,69,70,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24050,0,0,0,0,0,22026,22027,22028,22029,'Wildervar Sentry','','',0,75,75,2,1891,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24051,0,0,0,0,0,22048,22049,22050,0,'Dragonflayer Invader','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24052,0,0,0,0,0,22030,0,0,0,'Eldrim Mounder','Blacksmith','',0,70,70,2,1892,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24053,0,0,0,0,0,22031,0,0,0,'Helga Rumsbane','General Goods','',0,70,70,2,1892,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24054,0,0,0,0,0,22032,0,0,0,'Balar Rumsbane','Trade Goods','',0,70,70,2,1892,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24055,0,0,0,0,0,22033,0,0,0,'Drogan Ironshaper','','',0,70,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24056,0,0,0,0,0,22034,0,0,0,'Christopher Sloan','','',0,70,70,2,1892,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24057,0,0,0,0,0,22035,0,0,0,'Christina Daniels','Innkeeper','',342,70,70,2,1892,65665,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24058,0,0,0,0,0,22036,22037,22038,22039,'Wildervar Worker','','',0,70,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24060,0,0,0,0,0,22040,0,0,0,'Westguard Sergeant','','',8886,71,71,2,10,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24061,0,0,0,0,0,22041,0,0,0,'James Ormsby','Gryphon Master','',0,75,75,2,1892,8192,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24062,0,0,0,0,0,22043,22045,22046,22047,'Wildervar Miner','','',0,70,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24063,0,0,0,24051,0,22044,0,0,0,'Dragonflayer Worg','','',0,67,67,1,1895,0,1.2,1,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,1,0,0,0,0,186,276,39,1,0,24063,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24066,0,0,0,0,0,22051,0,0,0,'Artie Grizzlehand','Stable Master','',9821,70,70,2,1892,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(24067,0,0,0,0,0,22052,0,0,0,'Mahana Frosthoof','Stable Master','',9821,60,60,1,1922,4194305,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(24068,31655,0,0,0,0,24991,0,0,0,'Annhylde the Caller','','',0,72,72,2,1885,0,0.8,0.5,1,1,307,438,0,314,7.5,2000,0,1,2,2048,8,0,0,0,0,0,270,401,53,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,48,1,80428891,2,'',12340),(24069,31658,0,0,0,0,22297,22298,0,0,'Dragonflayer Bonecrusher','','',0,70,70,2,1885,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,0,24069,24069,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4020,6700,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(24071,31660,0,0,0,0,22299,25497,0,0,'Dragonflayer Heartsplitter','','',0,70,70,2,1885,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,0,24071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4011,6685,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(24072,0,0,0,0,0,25141,0,0,0,'Proto-Drake Broodmother','','',0,71,71,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,24072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42106,0,0,0,0,0,150,1,0,0,'',12340),(24073,0,0,0,0,0,22181,0,0,0,'Fearsome Horror','','',0,70,71,2,21,0,1,1.28968,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,24073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24074,0,0,0,0,0,20527,0,0,0,'Surveyor','','',0,72,72,2,1771,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33109,42108,0,0,0,0,0,1,8388624,0,'',12340),(24075,0,0,0,0,0,21758,21759,21760,21761,'Valgarde Scout','','',0,68,73,2,1892,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24076,0,0,0,0,0,22089,0,0,0,'Winterskorn Worg','','',0,68,69,2,1885,0,1.2,1,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,1,0,0,0,0,206,302,43,1,1,24076,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13469,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24077,0,0,0,0,0,22090,22091,22092,22093,'Impaled Valgarde Scout','','',0,68,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24078,31661,0,0,0,0,22285,22286,0,0,'Dragonflayer Metalworker','','',0,70,70,2,1885,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,24078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3833,6388,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24079,31659,0,0,0,0,22283,22284,0,0,'Dragonflayer Forge Master','','',0,70,70,2,1885,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,24079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3801,6335,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_dragonflayer_forge_master',12340),(24080,31667,0,0,0,0,22279,22280,0,0,'Dragonflayer Weaponsmith','','',0,70,70,2,1885,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,24080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3813,6355,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24081,0,0,0,0,0,22152,22153,22154,22155,'Assistant Apothecary','Royal Apothecary Society','',0,70,70,2,1929,0,1,0.78571,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,96,1,0,0,'',12340),(24082,31675,0,0,0,0,22287,22288,0,0,'Proto-Drake Handler','','',0,70,70,2,1885,0,0.5,0.571429,1,1,234,331,0,286,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,24082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3866,6443,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24083,31669,0,0,0,0,24874,0,0,0,'Enslaved Proto-Drake','','',0,70,70,2,1885,0,1.44444,1.14286,1,1,252,357,0,304,7.5,830,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,2,0,24083,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,'',0,4,3,8,1,1,0,42106,0,0,0,0,0,121,1,0,0,'npc_enslaved_proto_drake',12340),(24084,31681,0,0,0,0,25399,0,0,0,'Tunneling Ghoul','','',0,70,70,2,1885,0,0.8,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,6,0,24084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.8,1,1,0,42108,0,0,0,0,0,121,1,8388624,0,'',12340),(24085,31662,0,0,0,0,22291,22292,0,0,'Dragonflayer Overseer','','',0,70,70,2,1885,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,24085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3967,6611,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24086,0,0,0,24124,0,22095,0,0,0,'Captured Valgarde Priest','','',0,66,66,2,1892,0,1,1.14286,1,0,162,234,0,125,1,2000,2000,8,33280,2048,0,0,0,0,0,0,148,220,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24087,0,0,0,0,0,1126,17612,0,0,'Skorn Tower NW Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24088,0,0,0,24124,0,22097,0,0,0,'Captured Valgarde Mage','','',0,68,68,2,1892,0,1,1.14286,1,0,212,309,0,130,1,2000,2000,8,33282,2048,0,0,0,0,0,0,197,294,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24089,0,0,0,24124,0,22094,0,0,0,'Captured Valgarde Warrior','','',0,67,67,1,1892,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33280,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24090,0,0,0,24124,0,22096,0,0,0,'Captured Valgarde Paladin','','',0,66,66,2,1892,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,33282,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24091,0,0,0,0,0,19092,79,19091,80,'Captured Valgarde Child','','',0,15,15,2,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24092,0,0,0,0,0,1126,17612,0,0,'Skorn Tower E Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24093,0,0,0,0,0,1126,17612,0,0,'Skorn Tower SW Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24094,0,0,0,0,0,1126,17612,0,0,'Skorn Tower SE Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24095,0,0,0,0,0,1126,25628,0,0,'Winterskorn Vrykul Dismembering Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24096,0,0,0,0,0,22097,0,0,0,'Valgarde Mage','','',0,68,68,2,1893,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24097,0,0,0,0,0,22094,0,0,0,'Valgarde Warrior','','',0,67,67,2,1893,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24098,0,0,0,0,0,1126,11686,0,0,'Skorn Longhouse NW Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24099,0,0,0,0,0,22095,0,0,0,'Valgarde Priest','','',0,66,66,2,1893,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24100,0,0,0,0,0,1126,11686,0,0,'Skorn Longhouse NE Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24101,0,0,0,0,0,1126,11686,0,0,'Skorn Longhouse SW Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24102,0,0,0,0,0,1126,11686,0,0,'Skorn Barracks Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24103,0,0,0,0,0,22096,0,0,0,'Valgarde Paladin','','',0,66,66,2,1893,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24104,0,0,0,0,0,21748,21751,21749,21750,'New Agamand Deathguard','','',0,75,75,2,2024,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,24104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3558,5930,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24105,31677,0,0,0,0,6372,0,0,0,'Proto-Drake Skyguard','','',0,1,1,0,1885,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24106,0,0,0,0,0,22102,0,0,0,'Scout Valory','','',8893,70,70,2,1892,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24107,31664,0,0,0,0,22295,22296,0,0,'Dragonflayer Sentinel','','',0,1,1,0,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(24110,0,0,0,0,0,1126,11686,0,0,'ELM General Purpose Bunny Large','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24111,0,0,0,0,0,22105,0,0,0,'Defender Mordun','','',8895,70,70,2,1892,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24112,0,0,0,0,0,21915,21916,21926,0,'Dragonflayer Oracle Corpse','','',0,69,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33587968,2048,0,0,0,0,0,0,198,295,33,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24113,0,0,0,24051,0,22044,0,0,0,'Dragonflayer Worg Corpse','','',0,65,66,0,35,0,1.2,1,1,0,210,295,0,282,1,2000,2000,1,33587968,2048,0,1,0,0,0,0,175,260,37,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24114,0,0,0,0,0,21913,21914,0,0,'Dragonflayer Thane Corpse','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33587968,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24115,0,0,0,0,0,22343,22344,22345,0,'Valgarde Defender Corpse','','',0,66,67,0,35,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,186,276,39,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24116,0,0,0,0,0,21989,21990,21991,21992,'Winterskorn Scout','','',0,69,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,24116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(24117,0,0,0,0,0,22485,0,0,0,'Lurielle','','',8897,70,71,2,15,3,1,0.99206,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24118,0,0,0,0,0,24991,0,0,0,'Val\'kyr Observer','','',0,72,72,2,35,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(24119,0,0,0,0,0,22108,0,0,0,'Halfdan\'s Soul','Thane of Skorn','',0,72,72,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,44,1,0,0,'',12340),(24120,0,0,0,0,0,21779,21782,21783,0,'North Fleet Reservist','','',0,68,69,2,1899,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24121,0,0,0,0,0,11686,0,0,0,'North Fleet Reservist Credit','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24122,0,0,0,0,0,22109,0,0,0,'Pulroy the Archaeologist','Explorers\' League','',0,68,68,2,1892,2,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,537166592,2048,32,0,0,0,0,0,179,266,31,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24123,0,0,0,0,0,22110,0,0,0,'Nokoma Snowseer','','',8921,70,70,2,1922,3,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24124,0,0,0,0,0,22094,0,0,0,'Captured Valgarde Prisoner (PROXY)','','',0,67,67,2,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24125,0,0,0,0,0,22114,0,0,0,'Cormath the Courier','','',0,70,70,2,1901,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24126,0,0,0,0,0,21762,0,0,0,'Apothecary Lysander','Royal Apothecary Society','',8827,71,71,0,1929,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24127,0,0,0,0,0,22115,0,0,0,'Ahota Whitefrost','','',9634,71,71,2,1922,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24128,0,0,0,24051,0,22003,0,0,0,'Wild Worg','','',0,68,69,2,1895,0,1.2,1,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,1,0,0,0,0,206,302,43,1,1,24128,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13470,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24129,0,0,0,0,0,22116,0,0,0,'Chieftain Ashtotem','','',8898,72,72,2,1922,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24130,0,0,0,0,0,22117,0,0,0,'Winterhoof Brave','','',8899,71,71,2,33,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24131,0,0,0,0,0,22134,0,0,0,'Trapper Jethan','','',0,72,72,2,1892,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24132,0,0,0,0,0,22136,22140,22141,22142,'Winterhoof Wind Rider','','',0,70,70,2,1921,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),(24134,0,0,0,0,0,22317,0,0,0,'Mistsaber','','',0,68,69,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33111,0,0,0,0,0,0,1,0,0,'',12340),(24135,0,0,0,0,0,22121,0,0,0,'Greatmother Ankha','','',8900,71,71,2,1922,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24137,0,0,0,0,0,21746,0,0,0,'Dark Ranger Marrah','','',10224,73,73,0,118,3,1,1,1,1,316,450,0,320,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),(24139,0,0,0,0,0,22133,0,0,0,'Gil Grisert','','',0,71,71,2,1892,2,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24141,0,0,0,0,0,22149,0,0,0,'Stephen Barone','General Goods','',0,70,70,2,1929,384,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24142,0,0,0,0,0,22136,22140,22141,22142,'Camp Winterhoof Wind Rider','','',0,70,70,2,1921,0,1,1.85714,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),(24145,0,0,0,0,0,22150,0,0,0,'Zedd','Explorers\' League','',0,68,68,2,1892,2,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,537166592,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24146,0,0,0,24008,0,21779,21782,21783,0,'North Fleet Corpse','','',0,68,69,2,84,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24147,0,0,0,0,0,22151,0,0,0,'Tara Cooper','Trade Goods','',0,70,70,2,1929,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24148,0,0,0,0,0,22156,0,0,0,'David Marks','Poison Vendor','',0,70,70,2,1929,1152,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24149,0,0,0,0,0,22157,0,0,0,'Basil Osgood','Innkeeper','',348,70,70,2,1929,66177,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24150,0,0,0,0,0,22159,0,0,0,'Glorenfeld','Explorers\' League','',0,69,69,2,1892,2,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,33536,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24151,0,0,0,0,0,22158,0,0,0,'Daegarn','Explorers\' League','',0,71,71,2,1892,2,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,33536,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24152,0,0,0,0,0,22160,0,0,0,'Apothecary Malthus','Royal Apothecary Society','',0,70,70,0,1928,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24153,0,0,0,0,0,22163,0,0,0,'UNUSED Reanimated Oracle','','',0,69,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34043,0,0,0,0,0,0,1,8388624,0,'',12340),(24154,0,0,0,0,0,22165,0,0,0,'Mary Darrow','Stable Master','',9821,70,70,2,1929,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(24155,0,0,0,0,0,22166,0,0,0,'Tobias Sarkhoff','Bat Handler','',0,75,75,2,1929,8194,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24156,0,0,0,0,0,9021,0,0,0,'Plaguehound Tracker','','',0,68,68,2,1901,0,1,0.92857,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,110,1,0,0,'npc_plaguehound_tracker',12340),(24157,0,0,0,0,0,16176,0,0,0,'Plaguebringer Tillinghast','Royal Apothecary Society','',8904,71,71,2,1928,3,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24158,0,0,0,0,0,1126,17188,0,0,'Dragonflayer Oracle Target','','',0,70,70,2,1885,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33587968,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24160,0,0,0,0,0,28345,0,0,0,'Plagued Proto-Whelp','','',0,69,69,2,1771,0,1.44444,1.5873,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,2,0,24160,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33420,42106,0,0,0,0,0,1,0,0,'',12340),(24161,0,0,0,0,0,22212,0,0,0,'Oric the Baleful','','',0,69,69,2,1914,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,24161,26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,1661,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(24162,0,0,0,0,0,22213,0,0,0,'Gunnar Thorvardsson','','',0,69,69,2,1914,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,24162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,1649,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(24164,0,0,0,0,0,22170,0,0,0,'Apothecary Dorne','Royal Apothecary Society','',0,72,72,2,1929,0,1,0.78571,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,96,1,0,0,'',12340),(24165,0,0,0,0,0,169,11686,0,0,'Ulf Credit Marker','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24166,0,0,0,0,0,169,11686,0,0,'Oric Credit Marker','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24167,0,0,0,0,0,169,11686,0,0,'Gunnar Credit Marker','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24168,0,0,0,0,0,22171,0,0,0,'Micah Stonebreaker','','',0,72,72,2,1892,0,1,0.78571,1,0,307,438,0,314,1,2000,2000,1,33538,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,96,1,8388624,2,'',12340),(24169,0,0,0,0,0,22172,0,0,0,'Dragonflayer Lieutenant','','',0,69,69,2,1895,0,1,2.57143,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,2056,24169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,41989,0,0,0,0,0,210,1,0,0,'',12340),(24170,0,0,0,0,0,1126,17612,0,0,'Draconis Gastritis Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24172,0,0,0,0,0,20857,0,0,0,'Daggercap Hawk','','',0,5,7,0,7,0,1,2.28571,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,7,0,0,0,0,6,8,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(24173,0,0,0,0,0,22174,0,0,0,'Frostgore','','',0,71,71,2,14,0,1,1.11111,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,24173,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24174,0,0,0,0,0,22175,0,0,0,'Fjord Rat','','',0,1,1,0,31,0,1,0.71429,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),(24176,0,0,0,0,0,22043,0,0,0,'Foreman Colbey','','',0,70,70,2,1892,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24177,0,0,0,0,0,24998,987,519,24994,'Decomposing Ghoul','','',0,68,68,2,16,0,0.4,0.21429,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,65,1,8388624,64,'',12340),(24178,0,0,0,0,0,22486,0,0,0,'Shatterhorn','','',0,71,71,2,14,0,1,1.11111,1,0,296,424,0,290,1,2000,2000,2,33536,2048,0,0,0,0,0,0,260,387,37,7,0,24178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24181,0,0,0,0,0,22178,0,0,0,'[UNUSED]Ghost of Explorer Jaren','','',0,70,70,2,1927,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24182,0,0,0,0,0,169,11686,0,0,'Winterskorn Dwelling Credit','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24183,0,0,0,0,0,169,11686,0,0,'Winterskorn Watchtower Credit','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24184,0,0,0,0,0,169,11686,0,0,'Winterskorn Barracks Credit','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24185,0,0,0,0,0,169,11686,0,0,'Winterskorn Bridge Credit','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24186,0,0,0,0,0,22180,0,0,0,'Sage Mistwalker','','',8908,71,71,2,1922,3,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24188,0,0,0,0,0,22182,0,0,0,'Samuel Rosemond','Provisioner','',0,70,70,2,1929,4480,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24189,0,0,0,0,0,22183,0,0,0,'Ares the Oathbound','The Argent Crusade','',0,72,72,2,2070,2,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,262912,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24190,0,0,0,0,0,22184,0,0,0,'Servitor of the Light','','',0,72,72,2,1892,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24191,0,0,0,0,0,22200,0,0,0,'Lord Irulon Trueblade','The Argent Crusade','',0,74,74,2,2070,2,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,512,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24192,0,0,0,0,0,22184,0,0,0,'Servitor of the Light (Escort)','','',0,72,72,2,231,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,10,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(24193,0,0,0,0,0,169,11686,0,0,'Baleheim Fire Bunny','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24194,0,0,0,0,0,169,11686,0,0,'Baleheim Fire Bunny Large','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24195,0,0,0,0,0,22186,22187,22189,22188,'Winterhoof Longrunner','','',0,70,70,2,1921,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24196,0,0,0,0,0,22190,22475,22195,22447,'Trapped Animal','','',0,5,5,0,14,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,537166080,2048,32,0,0,0,0,0,3,4,0,1,0,24196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24197,0,0,0,0,0,21802,21801,21804,21803,'Westguard Rifleman','','',0,70,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24198,0,0,0,0,0,22192,0,0,0,'Plagued Dragonflayer Rune-Caster','','',0,69,70,2,16,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24199,0,0,0,0,0,22193,0,0,0,'Plagued Dragonflayer Handler','','',0,69,70,2,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24200,31679,0,0,0,0,22194,0,0,0,'Skarvald the Constructor','','',0,72,72,2,1885,0,1.2,1.42857,1,1,307,438,0,314,7.5,2400,0,1,32768,2048,8,0,0,0,0,0,270,401,53,7,72,24200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4052,6754,'',0,3,1,10,1,1,0,0,0,0,0,0,0,147,1,617299839,2097152,'boss_skarvald_the_constructor',12340),(24201,31656,0,0,0,0,26349,0,0,0,'Dalronn the Controller','','',0,72,72,2,1885,0,1,1.42857,1,1,304,436,0,296,7.5,2400,0,2,32832,2048,8,0,0,0,0,0,268,399,40,7,72,24201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4019,6699,'',0,3,1,10,12,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'boss_dalronn_the_controller',12340),(24206,0,0,0,0,0,22003,0,0,0,'Prowling Worg','','',0,70,71,2,14,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,1,0,0,0,0,262,389,48,1,1,24206,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33487,0,0,0,0,0,0,1,0,0,'',12340),(24209,0,0,0,0,0,22197,0,0,0,'Longrunner Skycloud','','',8913,71,71,2,1922,3,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24210,0,0,0,0,0,22198,0,0,0,'Riven Widow Cocoon','','',0,67,67,0,14,0,1,1,1,0,225,314,0,288,1,6000,2000,1,4,2048,0,0,0,0,0,0,186,276,39,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24211,0,0,0,0,0,22186,22187,22189,22188,'Freed Winterhoof Longrunner','','',0,70,70,2,1922,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24212,0,0,0,0,0,25755,0,0,0,'Iron Rune Guardian','','',0,69,70,2,1954,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,24212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,998,1664,'',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(24213,0,0,0,0,0,22214,0,0,0,'Firjus the Soul Crusher','','',0,69,69,2,1919,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,8,24213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1754,'SmartAI',0,3,1,1.3,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(24214,0,0,0,0,0,22216,0,0,0,'Yorus the Flesh Harvester','','',0,69,69,2,1919,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,8,24214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.8,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(24215,0,0,0,0,0,22215,0,0,0,'Jlarborn the Strategist','','',0,69,69,2,1919,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,8,24215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(24216,0,0,0,0,0,22143,22144,22202,22203,'Dragonflayer Berserker','','',0,68,69,2,1895,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33280,2048,0,0,0,0,0,0,206,302,43,7,0,24216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1034,1723,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(24218,0,0,0,0,0,22201,0,0,0,'Apothecary Grick','','',0,71,71,0,1928,2,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,0,2048,0,0,0,0,0,0,240,358,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24219,0,0,0,0,0,30,0,0,0,'Baby Riven Widow','','',0,65,67,1,22,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24221,0,0,0,0,0,1126,17188,0,0,'Dragonflayer Berserker Target','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24226,0,0,0,0,0,21754,22099,22095,21617,'Dragonflayer Prisoner','','',0,62,66,1,1920,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,33536,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24227,0,0,0,0,0,22205,0,0,0,'Engineer Feknut','','',8914,70,70,2,1892,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24228,0,0,0,0,0,22249,0,0,0,'Iceshard Elemental','','',0,70,71,2,91,0,1.55556,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,0,24228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(24229,0,0,0,24228,0,14502,0,0,0,'Howling Cyclone','','',0,70,71,2,91,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,0,24229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(24230,0,0,0,0,0,1126,17612,0,0,'Feknut\'s Firecrackers Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,262916,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24231,0,0,0,0,0,22143,22144,0,0,'Baleheim Bodycount','','',0,69,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24232,0,0,0,0,0,22209,0,0,0,'Highlord Tirion Fordring','','',0,73,73,2,2070,0,1,1.14286,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24233,0,0,0,0,0,22208,0,0,0,'Cleric of the Crusade','The Argent Crusade','',0,73,73,2,2070,0,1,1.14286,1,1,313,448,0,302,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24234,0,0,0,0,0,22207,0,0,0,'Junat the Wanderer','','',0,71,71,2,1922,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24235,0,0,0,0,0,13629,0,0,0,'Cyclothar','','',0,71,71,2,91,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,768,2048,0,0,0,0,0,0,260,387,37,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24236,0,0,0,0,0,22210,0,0,0,'Wind Tamer','','',0,70,70,0,1922,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24237,0,0,0,0,0,6372,0,0,0,'Vrykul Proto-dragon Mount (White)','','',0,71,71,0,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(24238,0,0,0,0,0,22232,0,0,0,'Bjorn Halgurdsson','Winterskorn Chieftain','',0,70,70,2,1914,0,1,1,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,2048,24238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,1741,'SmartAI',0,3,7.5,4,1,1,0,41989,0,0,0,0,0,0,1,615210107,0,'',12340),(24248,0,0,0,0,0,25337,0,0,0,'The Lich King','','',0,83,83,2,21,0,2.8,1.71429,1,3,509,683,0,805,35,2000,2000,1,164352,2048,0,0,0,0,0,0,371,535,135,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2000,1,1,0,0,0,0,0,0,0,171,1,8388624,0,'',12340),(24249,0,0,0,0,0,22218,22240,22241,0,'Dragonflayer Soulreaver','','',0,68,69,2,1885,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,24249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,1646,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(24250,0,0,0,0,0,22219,22238,22239,0,'Dragonflayer Fleshripper','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,24250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,1751,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(24251,0,0,0,0,0,22535,0,0,0,'Chief Plaguebringer Harris','Royal Apothecary Society','',8915,70,70,2,1929,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24252,0,0,0,0,0,22220,0,0,0,'\"Hacksaw\" Jenny','','',8925,70,70,0,118,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24253,0,0,0,0,0,22225,22226,22227,22228,'Dragonflayer Prisoner','','',0,66,67,1,1920,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24254,0,0,0,0,0,22221,22222,0,0,'Dragonflayer Prisoner','','',0,66,67,1,1920,0,1,1.14286,1,0,170,246,0,128,1,2000,2000,8,32768,2048,0,0,0,0,0,0,156,232,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24255,0,0,0,0,0,22223,22224,0,0,'Dragonflayer Prisoner','','',0,66,67,1,1920,0,1,1.14286,1,0,170,246,0,128,1,2000,2000,8,32768,2048,0,0,0,0,0,0,156,232,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24256,0,0,0,0,0,22229,0,0,0,'Wind Tamer Kagan','','',0,70,70,0,1922,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24257,0,0,0,0,0,17188,0,0,0,'Elemental Soul','','',0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24258,0,0,0,0,0,26101,0,0,0,'Val\'kyr Overseer','','',0,72,72,2,14,0,1,1.07143,1,0,307,438,0,314,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,3,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(24259,0,0,0,0,0,17188,0,0,0,'Soul Destination','','',0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24260,0,0,0,0,0,1126,17188,0,0,'Val\'kyr Soul Target','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24261,0,0,0,0,0,22243,0,0,0,'Ulfang','','',8975,71,71,2,1924,3,1.2,1,1,0,299,426,0,308,1,2000,2000,1,33024,2048,0,1,0,0,0,0,262,389,48,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24262,0,0,0,0,0,20089,0,0,0,'Vrykul Soul','','',0,70,71,2,21,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,24262,24262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,2571,'',0,3,1,1,1,1,0,41989,42108,0,0,0,0,0,1,8388624,0,'',12340),(24266,0,0,0,0,0,22234,0,0,0,'Arthas, Lich King','','',0,83,83,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(24267,0,0,0,0,0,22235,0,0,0,'Arthas, Dark','','',0,83,83,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(24268,0,0,0,0,0,21976,0,0,0,'Arthas, Human','','',0,83,83,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24269,0,0,0,0,0,1126,17612,0,0,'The Cleansing Bunny [reuse me]','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24270,0,0,0,0,0,15554,7571,13509,0,'Devouring Maggot','','',0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(24271,0,0,0,0,0,26140,0,0,0,'Iron Rune Golem','','',0,70,70,2,1954,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,4,512,24271,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(24272,0,0,0,0,0,10702,24991,0,0,'Val\'kyr Watcher','','',0,72,72,2,14,0,1,1.07143,1,0,307,438,0,314,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,4,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(24273,0,0,0,0,0,22242,0,0,0,'Watcher Moonleaf','','',8918,70,70,2,1892,3,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24274,0,0,0,0,0,22193,0,0,0,'Plagued Dragonflayer Explode Credit','','',0,69,69,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24275,0,0,0,0,0,22232,0,0,0,'Bjorn Kill Credit','Winterskorn Chieftain','',0,71,71,2,1914,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24276,0,0,0,0,0,22232,0,0,0,'Bjorn Insult Credit','Winterskorn Chieftain','',0,71,71,2,1914,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24277,0,0,0,0,0,22233,0,0,0,'Garwal','','',0,71,71,2,1924,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,24277,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24278,0,0,0,0,0,26791,0,0,0,'Garwal - Worgen Transform','','',0,72,72,2,1924,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24279,0,0,0,0,0,1145,0,0,0,'Animated Plague Slime','','',0,67,68,0,14,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24280,0,0,0,0,0,21762,0,0,0,'Slain Apothecary','','',0,71,71,0,35,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,537133824,2048,32,0,0,0,0,0,262,389,48,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24281,0,0,0,0,0,22193,0,0,0,'Plagued Dragonflayer Spray Credit','','',0,69,69,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24282,0,0,0,0,0,22245,0,0,0,'Lieutenant Maeve','','',0,71,71,0,1892,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24283,0,0,0,0,0,22246,0,0,0,'Peppy Wrongnozzle','','',8923,70,70,2,1892,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24284,0,0,0,0,0,21932,0,0,0,'Dragonflayer Vrykul Prisoner','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33664,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(24285,0,0,0,0,0,17170,0,0,0,'Northern Barbfish','','',0,70,70,2,1878,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,24285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,33628,0,0,0,0,0,0,1,0,0,'',12340),(24286,0,0,0,0,0,22247,0,0,0,'Forsaken Spy','','',0,70,70,2,14,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,24286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24287,0,0,0,0,0,17625,0,0,0,'Caldemere Snapper','','',0,69,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,8,0,0,0,0,215,320,44,1,1,24287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13067,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24288,0,0,0,0,0,1126,11686,0,0,'ELM General Purpose Bunny Hide Body','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24289,0,0,0,0,0,1126,11686,0,0,'Invisible Westguard Fire','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24290,0,0,0,0,0,1126,17612,0,0,'New Agamand Plague Tank Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,10,1056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(24291,0,0,0,0,0,22248,0,0,0,'Anton','','',0,71,71,0,1929,128,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,24291,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1039,1731,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24313,0,0,0,0,0,22250,0,0,0,'Celina Summers','Reagents and Poisons','',0,70,70,2,1929,3200,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24314,0,0,0,0,0,22251,0,0,0,'Ancient Male Vrykul','','',0,61,61,1,14,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,768,2048,0,0,0,0,0,0,127,188,28,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24315,0,0,0,0,0,25829,0,0,0,'Ancient Female Vrykul','','',0,61,61,1,14,0,1,1.28571,1,0,159,221,0,258,1,2000,2000,1,768,2048,0,0,0,0,0,0,127,188,28,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24316,0,0,0,0,0,26145,0,0,0,'Iron Rune Sentinel','','',0,70,70,2,1954,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,4,512,24316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(24317,0,0,0,0,0,21748,21751,21749,21750,'Expedition Deathguard','','',0,72,73,2,2024,0,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24321,0,0,0,0,0,28019,0,0,0,'King Ymiron','','',0,83,83,2,14,0,1,1.07143,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,29,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24322,0,0,0,0,0,22251,25816,22239,25811,'Ancient Citizen of Nifflevar','','',0,65,65,1,14,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24323,0,0,0,0,0,22049,22148,22203,25830,'Ancient Citizen of Nifflevar','','',0,65,65,1,14,0,1,1.28571,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24326,0,0,0,0,0,22258,21342,0,0,'Nifflevar Event Controller','','',0,83,83,2,14,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24327,0,0,0,0,0,24991,0,0,0,'Val\'kyr Soulclaimer','','',0,72,72,2,21,0,1,1.07143,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,4,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(24328,0,0,0,0,0,22266,0,0,0,'Prospector Belvar','','',0,71,71,2,1927,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24329,0,0,0,0,0,23358,0,0,0,'Runed Stone Giant','','',0,70,70,2,778,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,5,512,24329,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24330,0,0,0,0,0,22169,0,0,0,'Orson Locke','Sharp Blades','',0,65,65,1,1929,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24331,0,0,0,0,0,22267,0,0,0,'Blizzcon Northrend Transport','','',0,71,71,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24332,0,0,0,0,0,22268,22269,0,0,'Blizzcon Zul\'Aman Transport','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24333,0,0,0,0,0,22270,0,0,0,'Bartender Jason Goodhutch','Drinks','',0,68,68,2,1892,640,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24334,0,0,0,0,0,25758,0,0,0,'Binder Murdis','','',0,70,70,2,16,0,1,0.99206,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,24334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(24335,0,0,0,0,0,20570,17188,0,0,'Runed Orb','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24336,0,0,0,0,0,20570,17200,0,0,'Orb Target','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24339,0,0,0,0,0,20139,0,0,0,'Scarlet Growth','','',0,69,69,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24340,0,0,0,0,0,22675,0,0,0,'Rampaging Earth Elemental','','',0,69,70,2,1932,0,1.55556,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,4,0,24340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24341,0,0,0,0,0,22311,0,0,0,'Barnabas Frye','Trade Goods','',0,70,70,2,1929,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24342,0,0,0,0,0,22312,0,0,0,'Timothy Holland','Innkeeper','',348,70,70,2,1929,66177,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24343,0,0,0,0,0,22330,0,0,0,'Brock Olson','Butcher','',0,70,70,2,1929,640,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24344,0,0,0,0,0,9786,0,0,0,'Gjalerbron Skeleton','','',0,71,71,1,1662,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(24345,0,0,0,0,0,23356,0,0,0,'Captive Stone Giant','','',0,70,70,2,634,0,1,0.99206,1,1,234,331,0,286,4.6,2000,2000,2,33600,2048,0,0,0,0,0,0,198,295,33,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24346,0,0,0,0,0,23357,0,0,0,'Enthralled Stone Giant','','',0,80,80,2,634,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,5,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24347,0,0,0,0,0,22328,0,0,0,'Alexis Walker','Armorsmith','',0,70,70,2,1929,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24348,0,0,0,0,0,22329,0,0,0,'Patrick Hall','General Goods','',0,70,70,2,1929,384,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24349,0,0,0,0,0,22331,0,0,0,'Jessica Evans','Reagents and Poisons','',0,70,70,2,1929,3200,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24350,0,0,0,0,0,22333,0,0,0,'Robert Clarke','Stable Master','',9821,70,70,2,1929,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(24353,0,0,0,0,0,9999,0,0,0,'Eric Maloof Test Forsaken Male','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24354,0,0,0,0,0,3520,0,0,0,'Eric Maloof Test Forsaken Female','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24355,0,0,0,0,0,2073,0,0,0,'Eric Maloof Test Human Male','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24356,0,0,0,0,0,22338,0,0,0,'Glen Roberts','Tradesman','',0,68,68,2,1892,128,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24359,0,0,0,0,0,22456,0,0,0,'Apothecary Anastasia','Royal Apothecary Society','',8964,70,70,2,1928,3,0.6,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,44,1,0,0,'',12340),(24362,0,0,0,0,0,22342,0,0,0,'Longrunner Pembe','','',0,71,71,0,1922,2,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24371,0,0,0,0,0,22359,0,0,0,'Megalith','','',0,71,71,2,778,0,0.777776,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,5,0,24371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24376,0,0,0,0,0,22357,0,0,0,'Researcher Aderan','','',0,70,70,2,1892,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24380,0,0,0,0,0,22267,0,0,0,'Blizzcon Greeter','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24381,0,0,0,0,0,22382,0,0,0,'Image of Megalith','','',0,71,71,2,634,0,1,1.14286,1,1,296,424,0,290,7.5,2000,2000,2,33600,2048,0,0,0,0,0,0,260,387,37,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24385,0,0,0,0,0,22383,0,0,0,'Image of Stone Giant','','',0,70,70,2,634,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33600,2048,0,0,0,0,0,0,215,320,44,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24387,0,0,0,0,0,26137,0,0,0,'Iron Rune Servant','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24390,0,0,0,0,0,22392,0,0,0,'Sage Edan','','',0,71,71,2,1922,2,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24391,0,0,0,0,0,1126,11686,0,0,'Speedboat','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,54,1,0,0,'',12340),(24398,0,0,0,0,0,16379,16380,16381,0,'Steel Gate Excavator','Explorers\' League','',0,71,71,1,1934,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,24398,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1054,1756,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24399,0,0,0,0,0,21044,0,0,0,'Steel Gate Chief Archaeologist','Explorers\' League','',8954,71,71,1,1927,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24400,0,0,0,0,0,16381,16380,0,0,'Steel Gate Archaeologist','Explorers\' League','',0,70,71,1,1934,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,24400,24400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056,1760,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24401,0,0,0,0,0,14546,14547,14551,14549,'Steel Gate Pack Mule','','',0,1,2,0,35,0,1,1.42857,1,0,2,2,0,26,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24418,0,0,0,0,0,22719,0,0,0,'Steel Gate Flying Machine','','vehichleCursor',0,70,70,2,35,0,1,3,1,0,252,357,0,304,1,2000,2000,1,16777216,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,43770,44009,43799,43769,47769,0,0,0,0,8,0,0,'SmartAI',0,4,1,3,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(24438,0,0,0,0,0,11686,0,0,0,'Steel Gate - Grapple Target','','',0,1,1,0,35,0,1,1.14286,4,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24439,0,0,0,0,0,24780,11686,0,0,'Sack of Relics','','',0,1,1,0,35,0,1.2,1,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24440,0,0,0,0,0,17311,0,0,0,'Gjalerbron Gargoyle','','',0,71,71,0,1771,0,2,1.28571,1,0,296,424,0,290,1,3000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,6,0,24440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,135,1,8388624,0,'',12340),(24446,0,0,0,0,0,24213,0,0,0,'The Lich King','','',0,83,83,0,21,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,1,1,0,0,0,0,0,0,0,189,1,8388624,0,'',12340),(24447,0,0,0,0,0,17255,0,0,0,'Frostwyrm (Dragonblight)','','',0,80,80,1,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,212,1,8388624,0,'',12340),(24449,0,0,0,0,0,17519,11686,0,0,'Invisible Charge Target 1','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24450,0,0,0,0,0,17519,11686,0,0,'Invisible Charge Target 2','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24454,0,0,0,0,0,1126,11686,0,0,'Steel Gate Dynamite','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24458,0,0,0,0,0,22444,0,0,0,'Lydell','','',0,68,68,2,1897,2,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,24458,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3633,6055,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24459,0,0,0,0,0,983,0,0,0,'Chillmere Coastrunner','','',0,70,71,2,18,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,24459,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1753,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24460,0,0,0,0,0,188,0,0,0,'Chillmere Tidehunter','','',0,70,71,2,18,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,24460,24460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,1789,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24461,0,0,0,0,0,504,0,0,0,'Chillmere Oracle','','',0,70,71,2,18,0,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,24461,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1754,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24464,0,0,0,0,0,22506,0,0,0,'Scourging Crystal','','',0,1,1,0,974,0,1,1,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24465,0,0,0,0,0,16480,19595,0,0,'Blue Floating Rune Channel Bunny 01','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,43,1,0,128,'',12340),(24466,0,0,0,0,0,16480,13069,0,0,'Blue Floating Rune Channel Bunny 02','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,43,1,0,128,'',12340),(24467,0,0,0,0,0,21989,21990,21991,21992,'Vrykul Corpse','','',0,70,70,2,1914,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,537166592,2048,32,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24469,0,0,0,0,0,24848,0,0,0,'Magnataur Huntress','Mate of Gammothra','',0,69,69,2,14,0,1,0.95238,1,1,245,346,0,298,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,24469,24469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1285,2141,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24471,31670,0,0,0,0,19725,20367,0,0,'Forge Fire','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24472,0,0,0,0,0,21224,0,0,0,'SP Test','','',0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24473,0,0,0,0,0,3596,0,0,0,'Lead Archaeologist Malzie','Lead Expeditionary Archaeologist','',0,70,70,0,1927,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24474,0,0,0,0,0,21996,21993,21994,21995,'Vengeance Landing Assassin','','',0,68,68,2,1897,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,24474,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,893,1488,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24475,0,0,0,0,0,22088,0,0,0,'Bloodthirsty Worg','','',0,68,69,2,1895,0,1.2,1,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,1,0,0,0,0,206,302,43,1,1,24475,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13468,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24478,0,0,0,0,0,22458,0,0,0,'Fjord Crawler','','',0,70,70,2,7,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,8,0,0,0,0,215,320,44,1,1,24478,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13069,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24479,0,0,0,0,0,22457,0,0,0,'Ice Crawler','','',0,70,71,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,8,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13071,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24485,0,0,0,23645,0,14703,0,0,0,'Servitor Shade','','',0,70,70,2,21,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,6,0,24485,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24494,0,0,0,0,0,22479,0,0,0,'Quartermaster Brevin','','',0,70,70,2,1892,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24500,0,0,0,0,0,18412,0,0,0,'Frostfin','','',0,71,71,2,1878,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24512,0,0,0,0,0,22524,17188,0,0,'Vrykul Harpoon Gun (OLD)','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24513,0,0,0,0,0,1126,17188,0,0,'Vrykul Harpoon Controller 001 View','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24514,0,0,0,0,0,22546,0,0,0,'Steelfeather','','',0,71,71,2,14,0,2,2.28571,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,1,0,24514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,201,1,0,0,'',12340),(24515,0,0,0,0,0,22500,0,0,0,'Spotted Hippogryph Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(24516,0,0,0,0,0,22502,0,0,0,'Bjomolf','','',0,72,72,2,14,0,1.2,1,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,1,0,0,0,0,270,401,53,1,1,24516,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24517,0,0,0,0,0,22501,0,0,0,'Varg','','',0,71,71,2,14,0,1.2,1,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,1,0,0,0,0,262,389,48,1,1,24517,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24518,0,0,0,0,0,22503,0,0,0,'Talonshrike','','',0,71,71,2,14,0,1,3,1,0,299,426,0,308,1,2000,2000,1,256,2048,0,0,0,0,0,0,262,389,48,1,0,24518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,34027,0,0,0,0,0,180,1,0,0,'',12340),(24521,0,0,0,0,0,3833,0,0,0,'Northsea Test1','','',0,70,70,2,1888,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24524,0,0,0,0,0,14546,14547,14551,14549,'Homesteader\'s Pack Mule','','',0,1,2,0,35,0,1,1.42857,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24525,0,0,0,0,0,22509,0,0,0,'Zeh\'gehn','','',8982,70,70,2,1888,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24526,0,0,0,0,0,1126,14501,0,0,'Invisible Stalker (Floating) (5.00)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24528,0,0,0,0,0,22510,0,0,0,'Brune Grayblade','','',0,70,70,0,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24531,0,0,0,0,0,22514,0,0,0,'Gavin Ward','','',0,70,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24532,0,0,0,0,0,22515,0,0,0,'Sabetta Ward','','',0,68,68,2,1892,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24533,0,0,0,0,0,21794,21911,0,0,'Dragonflayer Defender','','',0,69,69,2,1895,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,2056,24533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,2,1,1,0,41989,0,0,0,0,0,210,1,0,0,'',12340),(24534,0,0,0,0,0,22516,0,0,0,'Marrod Silvertongue','','',0,70,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24535,0,0,0,0,0,22518,22519,22520,22521,'Northrend Homesteader','','',0,68,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24537,0,0,0,0,0,25916,0,0,0,'Handsome Terry','','',9336,70,70,2,1888,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24538,0,0,0,0,0,1126,17188,0,0,'Dragonflayer Installation I','','',0,70,71,2,35,0,1,2.57143,1,0,299,426,0,308,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,262,389,48,10,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,210,1,0,130,'',12340),(24539,0,0,0,0,0,22525,0,0,0,'\"Silvermoon\" Harry','','',9010,70,70,2,1888,131,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24540,0,0,0,23645,0,22527,0,0,0,'Necrotech','','',0,71,71,2,21,0,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,24540,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1109,1849,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24541,0,0,0,0,0,22526,0,0,0,'Taruk','','',9009,70,70,2,1888,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24542,0,0,0,0,0,22528,0,0,0,'Red-Eyed Ben','','',0,70,70,2,1888,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24542,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1091,1818,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24543,0,0,0,0,0,22529,0,0,0,'Tattooed Marcy','','',0,70,70,2,1888,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1013,1689,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24544,0,0,0,0,0,5306,0,0,0,'Old Icefin','','',8985,71,71,2,35,3,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,33536,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24546,0,0,0,23645,0,22530,0,0,0,'Rotgill','','',0,71,71,2,21,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,24546,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34035,0,0,0,0,0,0,1,8388624,0,'',12340),(24547,0,0,0,0,0,22536,0,0,0,'Hozzer','','',0,71,71,2,44,0,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,0,2048,0,4,0,0,0,0,262,389,48,1,1,24547,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13079,0,0,0,'',0,3,1,3,1,1,0,34128,0,0,0,0,0,0,1,0,0,'',12340),(24548,0,0,0,0,0,22537,0,0,0,'Scribe Seguine','','',0,72,73,0,1929,2,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24562,0,0,0,25382,0,25237,0,0,0,'Nerub\'ar Invader','','',0,68,69,2,21,0,1,0.99206,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,24562,0,70204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24563,0,0,0,0,0,23913,0,0,0,'Nerub\'ar Venomspitter','','',0,70,71,2,21,0,1,0.95238,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,24563,0,70204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,2,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24564,0,0,0,0,0,3004,0,0,0,'Nerub\'ar Webfiend','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,24564,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24565,0,0,0,0,0,14853,0,0,0,'Nerub\'ar Spider','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,3,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24566,0,0,0,25382,0,23819,0,0,0,'Nerub\'ar Skitterer','','',0,68,69,2,21,0,0.833332,0.99206,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,24566,0,70204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(24567,0,0,0,0,0,27174,27185,0,0,'Den Vermin','','',0,68,69,2,26,0,1,1.19048,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,24567,24567,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,1655,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24568,0,0,0,0,0,139,0,0,0,'Den Rat','','',0,70,70,2,26,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24569,0,0,0,0,0,139,0,0,0,'Den Creeper','','',0,70,70,2,26,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24570,0,0,0,0,0,139,0,0,0,'Tundra Vermin','','',0,70,70,2,26,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24571,0,0,0,0,0,139,0,0,0,'Vermin Bully','','',0,70,70,2,26,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24572,0,0,0,0,0,139,0,0,0,'Vermin Witchling','','',0,70,70,2,26,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24573,0,0,0,0,0,1192,0,0,0,'Tundra Roc','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,7,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24574,0,0,0,0,0,1192,0,0,0,'Greater Tundra Roc','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,7,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24575,0,0,0,0,0,4763,0,0,0,'[UNUSED] Riplash Flayer','','',0,70,70,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24576,0,0,0,0,0,11253,0,0,0,'Riplash Myrmidon','','',0,68,68,2,1692,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,24576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24577,0,0,0,0,0,4763,0,0,0,'[UNUSED] Riplash Tidehunter','','',0,68,68,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24578,0,0,0,0,0,4763,0,0,0,'[UNUSED] Riplash Serpent Guard','','',0,70,70,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24579,0,0,0,0,0,4763,0,0,0,'[UNUSED] Riplash Tidelord','','',0,70,70,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24580,0,0,0,0,0,4973,0,0,0,'Riplash Siren','','',0,68,68,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24581,0,0,0,0,0,4762,0,0,0,'Irontide Surveyor','','',0,70,70,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24582,0,0,0,0,0,4762,0,0,0,'Irontide Machinesmith','','',0,70,70,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24583,0,0,0,0,0,4762,0,0,0,'Irontide Engineer','','',0,70,70,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24584,0,0,0,0,0,21688,0,0,0,'Truetusk Fisherman','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24585,0,0,0,0,0,21688,0,0,0,'Truetusk Clansman','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24586,0,0,0,0,0,21688,0,0,0,'Truetusk Harpooner','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24587,0,0,0,0,0,21688,0,0,0,'Truetusk Whaler','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24588,0,0,0,0,0,21688,0,0,0,'Truetusk Sea-caller','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24589,0,0,0,0,0,21688,0,0,0,'Truetusk Orca Hunter','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24590,0,0,0,0,0,21688,0,0,0,'Truetusk Wayfinder','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24591,0,0,0,0,0,21688,0,0,0,'Truetusk Idol-Carver','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24592,0,0,0,0,0,21688,0,0,0,'Truetusk Elder','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24593,0,0,0,0,0,21688,0,0,0,'Truetusk Sage-Priest','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24594,0,0,0,0,0,7046,0,0,0,'Coral Shell Turtle','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,21,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24595,0,0,0,0,0,7046,0,0,0,'Coral Shell Snapper','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,21,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24596,0,0,0,0,0,7046,0,0,0,'Ancient Coral Shell','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,21,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24597,0,0,0,0,0,5561,0,0,0,'Coast Surger','','',0,70,70,2,91,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,24597,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(24598,0,0,0,0,0,5561,0,0,0,'Tide Surger','','',0,70,70,2,91,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,24598,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(24599,0,0,0,0,0,5561,0,0,0,'Greater Tide Surger','','',0,70,70,2,91,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,24599,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(24600,0,0,0,0,0,8714,0,0,0,'Steam Ripper','','',0,70,70,2,91,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,24600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(24601,0,0,0,0,0,23313,0,0,0,'Steam Rager','','',0,70,71,2,91,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,0,24601,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(24602,0,0,0,0,0,8714,0,0,0,'Living Geyser','','',0,70,70,2,91,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,24602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(24603,0,0,0,0,0,19916,0,0,0,'Living Blizzard','','',0,70,70,2,91,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,24603,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(24604,0,0,0,0,0,19916,0,0,0,'Ice Fury','','',0,70,70,2,91,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,24604,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(24605,0,0,0,0,0,21615,0,0,0,'Voldskar Raider','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24606,0,0,0,0,0,21615,0,0,0,'Voldskar Plunderer','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24607,0,0,0,0,0,21615,0,0,0,'Voldskar Shield-Maiden','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24608,0,0,0,0,0,21615,0,0,0,'Voldskar Oar-man','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24609,0,0,0,0,0,21615,0,0,0,'Voldskar Pillager','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24610,0,0,0,0,0,21615,0,0,0,'Voldskar Rune-caster','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24611,0,0,0,0,0,21615,0,0,0,'Voldskar Sea-Waker','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24612,0,0,0,0,0,21615,0,0,0,'Voldskar Thane','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24613,0,0,0,0,0,23434,0,0,0,'Mammoth Calf','','',0,68,68,2,190,0,1,0.95238,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,1,0,24613,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34977,0,0,0,0,0,0,1,0,0,'',12340),(24614,0,0,0,0,0,26423,0,0,0,'Wooly Mammoth','','',0,69,69,2,190,0,0.666668,0.95238,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,1,0,24614,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34977,42104,0,0,0,0,0,1,0,0,'',12340),(24615,0,0,0,0,0,26486,0,0,0,'Solitary Mammoth','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24616,0,0,0,0,0,26423,0,0,0,'Mammoth Patriarch','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24617,0,0,0,0,0,22042,0,0,0,'[UNUSED] Tundra Wolf','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24618,0,0,0,0,0,22042,0,0,0,'Starving Tundra Wolf','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24619,0,0,0,0,0,22042,0,0,0,'Greater Tundra Wolf','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24620,0,0,0,0,0,22042,0,0,0,'[UNUSED] Tundra Wolf Alpha','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24621,0,0,0,0,0,8055,0,0,0,'Frost Cage Skeleton','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,24621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24622,0,0,0,0,0,8055,0,0,0,'Frost Cage Reaver','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,24622,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24623,0,0,0,0,0,8055,0,0,0,'Frosty Bones','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,24623,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24624,0,0,0,0,0,7854,0,0,0,'Boralstone Gargoyle','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,24624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24625,0,0,0,0,0,7854,0,0,0,'Boralstone Skyhunter','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,24625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24626,0,0,0,0,0,915,0,0,0,'Scourgesong Shrieker','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,24626,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24627,0,0,0,0,0,915,0,0,0,'Scourgesong Wailer','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,24627,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24628,0,0,0,0,0,22543,0,0,0,'Northsea Duelist','','',0,70,70,2,1888,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,927,1545,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24629,0,0,0,0,0,22544,0,0,0,'Gautter','','',0,70,70,2,1888,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24633,0,0,0,0,0,21635,0,0,0,'Rabid Brown Bear','','',0,70,71,2,44,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,4,0,0,0,0,262,389,48,1,1,24633,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13078,0,0,0,'',0,3,1,1,1,1,0,34084,0,0,0,0,0,0,1,0,0,'',12340),(24634,0,0,0,0,0,22547,0,0,0,'Lieutenant Icehammer','','',0,74,74,2,1892,2,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,512,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24635,0,0,0,0,0,22581,22582,0,0,'Dragonflayer Harpooner','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,24635,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,1555,'',0,3,1,1,1,1,0,33308,34032,41989,0,0,0,0,1,0,0,'',12340),(24636,0,0,0,0,0,794,0,0,0,'Northsea Freebooter','','',0,70,70,2,1888,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24638,0,0,0,0,0,22549,0,0,0,'Keeper Witherleaf','','',0,71,71,2,16,0,1.11111,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,24638,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,1758,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24639,0,0,0,0,0,228,0,0,0,'Olga, the Scalawag Wench','','',9015,70,71,0,35,1,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24640,0,0,0,0,0,22548,0,0,0,'Alliance Banner','','',0,70,70,2,1893,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,131076,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24641,0,0,0,0,0,14541,0,0,0,'Alliance Standard Kill Credit','','',0,70,70,2,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24642,0,0,0,0,0,22593,22575,22594,0,'Drunken Northsea Pirate','','',0,70,70,2,1888,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24642,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,1685,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24643,0,0,0,0,0,22550,0,0,0,'Grezzix Spindlesnap','Master of Disguise','',9008,72,72,2,35,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24644,0,0,0,0,0,22551,0,0,0,'Harpoon Master Yavus','','',0,70,70,2,1885,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24644,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,938,1564,'',0,3,1,1,1,1,0,33599,34137,41989,0,0,0,0,1,0,0,'',12340),(24645,0,0,0,0,0,1126,11686,0,0,'Mirror Frame','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24646,0,0,0,0,0,1126,17188,0,0,'Dragonflayer Installation II','','',0,71,72,2,35,0,1,2.57143,1,0,307,438,0,314,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,270,401,53,10,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,210,1,0,130,'',12340),(24647,0,0,0,0,0,1126,17188,0,0,'Dragonflayer Installation III','','',0,71,72,2,35,0,1,2.57143,1,0,307,438,0,314,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,270,401,53,10,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,210,1,0,130,'',12340),(24648,0,0,0,0,0,1126,16946,0,0,'Invisible Stalker (Scale x2)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24651,0,0,0,0,0,1126,11686,0,0,'Reflection of Flame','','',0,70,70,0,1620,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24652,0,0,0,0,0,1126,11686,0,0,'Harpoon Surfboard','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,259,1,0,128,'',12340),(24655,0,0,0,0,0,1126,11686,0,0,'Reflection Bounce Target','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24661,0,0,0,0,0,10898,0,0,0,'[UNUSED] Riplash Hydra','','',0,70,70,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24662,0,0,0,0,0,6766,0,0,0,'Riplash Sorceress','','',0,68,68,2,74,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,537133824,2048,32,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24663,0,0,0,0,0,791,0,0,0,'Tidelord','','',0,70,70,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24665,0,0,0,0,0,1126,17188,0,0,'Lieutenant Icehammer','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24669,0,0,0,0,0,22648,22649,22650,22651,'Dormant Vrykul','','',0,70,71,2,2116,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,33024,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24673,0,0,0,0,0,10808,0,0,0,'Frostwing Chimaera','','',0,70,71,2,16,0,1.4,1.42857,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,38,0,0,0,0,262,389,48,1,65537,24673,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,34101,0,0,0,0,0,149,1,0,0,'',12340),(24676,0,0,0,0,0,22576,22577,22578,0,'Crazed Northsea Slaver','','',0,70,70,2,1888,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,992,1654,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24677,0,0,0,0,0,22611,0,0,0,'Spearfang Worg','','',0,70,71,2,1815,0,1.2,1,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,1,0,0,0,0,262,389,48,1,1,24677,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13465,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24678,0,0,0,0,0,24048,24054,25536,0,'Slain Tuskarr','','',0,70,70,2,1950,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,537165824,2048,32,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24681,0,0,0,0,0,22132,0,0,0,'Island Shoveltusk','','',0,70,71,2,31,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,24681,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,36776,42104,0,0,0,0,0,1,0,0,'',12340),(24682,0,0,0,0,0,22524,17188,0,0,'Vrykul Harpoon Gun (OLD)','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24694,0,0,0,0,0,22524,17188,0,0,'Vrykul Harpoon Gun (Wyrmskull)','','',0,70,70,2,35,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24701,0,0,0,0,0,22522,17188,0,0,'Large Vrykul Harpoon Gun','','',0,70,70,2,35,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24702,0,0,0,0,0,22592,0,0,0,'Greatfather Mahan','','',0,71,71,2,1922,2,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24703,0,0,0,0,0,22595,0,0,0,'Chieftain Wintergale','','',0,72,72,2,1922,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24704,0,0,0,0,0,1126,11686,0,0,'Invisible Vehicle (Floating)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24705,0,0,0,0,0,1126,11686,0,0,'Rope Swing Invisible Vehicle Stalker','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,232,1,0,0,'',12340),(24706,0,0,0,0,0,22599,0,0,0,'Durm Icehide','','',0,70,70,2,1922,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24707,0,0,0,0,0,10906,17612,0,0,'Buoy','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,6,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24709,0,0,0,0,0,22600,0,0,0,'Sage Aeire','','',0,70,70,2,1922,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24712,0,0,0,0,0,12073,0,0,0,'Test Scaling Bony Construct','','',0,81,81,2,233,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,3,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(24713,0,0,0,0,0,22505,0,0,0,'\"Crowleg\" Dan','','',9335,70,70,2,1888,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24713,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,999,1665,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24714,0,0,0,0,0,22593,22575,22594,0,'Seasoned Buccaneer','','',0,70,70,2,1888,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24714,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,943,1571,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24716,0,0,0,0,0,22601,0,0,0,'Flying Machine Taxi','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,241,1,0,0,'',12340),(24717,0,0,0,0,0,22604,0,0,0,'Stanwad','Explorers\' League','',0,72,72,1,1892,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24718,0,0,0,0,0,22623,0,0,0,'Lebronski','Explorers\' League','',0,70,70,1,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24719,0,0,0,0,0,22619,0,0,0,'Gwendolyn','Explorers\' League','',0,70,70,1,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24720,0,0,0,0,0,22622,0,0,0,'Needlemeyer','Explorers\' League','',0,71,71,1,1892,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24721,0,0,0,0,0,15946,0,0,0,'Flying Blue Drake','','',0,72,72,1,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,260,1,0,0,'',12340),(24724,0,0,0,0,0,22607,0,0,0,'Gorloc Oracle Black (Northrend Model)','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24725,0,0,0,0,0,1126,17188,0,0,'Dog Sled','','vehichleCursor',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,54,1,0,0,'',12340),(24726,0,0,0,0,0,741,0,0,0,'Sled Dog','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8298,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24730,0,0,0,0,0,22608,0,0,0,'Wind Tamer Barah','','',0,70,70,2,1922,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24731,0,0,0,0,0,11090,0,0,0,'Mud Wasp','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,44,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24732,0,0,0,0,0,1561,0,0,0,'Mud Skipper','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24733,0,0,0,0,0,22610,0,0,0,'Snow Tracker Junek','','',0,71,71,2,1922,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24741,0,0,0,0,0,22618,0,0,0,'Annie Bonn','','',9019,70,70,2,1888,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24742,0,0,0,0,0,127,0,0,0,'\"Mad\" Jonah Sterling','','',0,70,70,2,1888,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24746,0,0,0,0,0,21774,0,0,0,'Fjord Turkey','','',0,6,8,0,189,0,1,0.99206,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24747,0,0,0,0,0,22633,0,0,0,'Fjord Hawk','','',0,68,70,2,15,0,1,2.57143,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,26,0,0,0,0,215,320,44,1,1,24747,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(24748,0,0,0,0,0,21774,0,0,0,'Fjord Prey 03','','',0,6,8,2,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24749,0,0,0,0,0,21774,0,0,0,'Fjord Prey 04','','',0,6,8,2,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24750,0,0,0,0,0,22624,0,0,0,'Hidalgo the Master Falconer','','',8998,73,73,1,1892,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24751,0,0,0,0,0,22625,0,0,0,'Excelsior','Hidalgo\'s Companion','',0,70,70,1,1892,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24752,0,0,0,0,0,22626,0,0,0,'Rock Falcon','','',9007,70,70,1,1892,1,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24754,0,0,0,0,0,24054,25536,0,0,'Iskaal Refugee','','',0,70,70,2,1950,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24755,0,0,0,0,0,24057,0,0,0,'Elder Atuik','','',9139,73,73,2,1950,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24756,0,0,0,0,0,1126,11686,0,0,'Reflection of Magic','','',0,70,70,0,1620,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,73,1,0,128,'',12340),(24757,0,0,0,0,0,1206,6303,2957,2958,'Fjord Rock Snake','','',0,70,70,0,14,0,1,1.14286,1,5,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24758,0,0,0,0,0,22611,0,0,0,'Spearfang Worg Totem Credit','','',0,70,71,2,1815,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24759,0,0,0,0,0,22199,0,0,0,'Captive Tuskarr','','',0,70,70,2,1950,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24760,0,0,0,0,0,17574,0,0,0,'Fjord Monarch','','',0,72,73,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(24763,0,0,0,0,0,24056,0,0,0,'Akiaruk','','',0,73,73,2,1950,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24764,0,0,0,0,0,22199,0,0,0,'Suirut','','',0,73,73,2,1950,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24765,0,0,0,0,0,22321,0,0,0,'Spirit of Issliruk','','',0,68,69,2,14,0,1,2.42857,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,1,0,24765,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,207,1,0,0,'',12340),(24767,0,0,0,0,0,5207,0,0,0,'Molly','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(24768,0,0,0,0,0,22632,0,0,0,'Deathstalker Hayward','','',0,70,70,2,1901,2,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24769,0,0,0,0,0,24737,0,0,0,'Red Dragon Soldier','','',0,80,80,1,35,0,10,3.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,251,1,0,0,'',12340),(24770,0,0,0,0,0,24140,0,0,0,'Nexus Watcher','','',0,80,80,2,103,0,4.8,3.57143,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,10,6.5,6.5,1,0,0,0,0,0,0,0,250,1,0,0,'',12340),(24775,0,0,0,0,0,9583,0,0,0,'Coldarra Red Whelp','','',0,23,24,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24776,0,0,0,0,0,10753,0,0,0,'Red-Breath Cannon (PH)','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24778,0,0,0,0,0,16480,19595,0,0,'Missile Target Flare','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24779,0,0,0,0,0,22634,22635,0,0,'Dragonflayer Ambusher','','',0,69,71,2,1885,0,1,1.14286,1,0,299,426,0,308,1,2500,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,24779,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24783,0,0,0,0,0,22626,0,0,0,'Trained Rock Falcon','','',0,65,65,1,31,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,1024,0,0,0,0,0,0,0,0,0,44422,44423,44424,0,0,0,0,0,0,0,0,0,'',0,5,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24784,0,0,0,0,0,22636,0,0,0,'Scuttle Frostprow','','',9012,70,70,2,1888,3,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24785,0,0,0,0,0,24932,0,0,0,'Big Roy','','',0,71,71,2,16,0,0.6,1,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,1,0,24785,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34122,0,0,0,0,0,44,1,0,0,'',12340),(24786,0,0,0,0,0,24927,0,0,0,'Reef Bull','','',0,70,70,2,15,0,1,1,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,24786,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24787,0,0,0,0,0,22106,0,0,0,'Fjord Hawk Matriarch','','',0,71,71,2,1953,0,1,2.57143,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,26,0,0,0,0,262,389,48,1,1,24787,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(24788,0,0,0,0,0,22638,0,0,0,'Jack Adams','','',9025,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1040,1733,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24789,0,0,0,0,0,20089,0,0,0,'Forlorn Soul','','',0,70,71,2,21,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,6,0,24789,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24790,0,0,0,0,0,1279,0,0,0,'Black Conrad\'s Ghost','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,24790,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34118,0,0,0,0,0,0,1,8388624,0,'',12340),(24791,0,0,0,0,0,22639,0,0,0,'Shoveltusk Calf','','',0,68,68,2,1887,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,1,0,24791,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33611,33120,34136,42104,0,0,0,1,0,0,'',12340),(24793,0,0,0,0,0,22641,0,0,0,'Fjord Wasp','','',0,68,69,0,310,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),(24794,0,0,0,0,0,7470,9354,9028,9029,'Fjord Beetle','','',0,69,69,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24795,0,0,0,0,0,26699,0,0,0,'Surristrasz','','',9472,80,80,2,1816,8195,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24796,0,0,0,0,0,1214,0,0,0,'Spectral Sailor','','',0,70,70,2,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(24797,0,0,0,0,0,24933,0,0,0,'Reef Cow','','',0,70,70,2,15,0,1,1,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,24797,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24798,0,0,0,0,0,22644,0,0,0,'Grell (Pink)','','',0,2,3,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(24799,0,0,0,0,0,6809,0,0,0,'Grell (Blue)','','',0,2,3,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(24800,0,0,0,0,0,2452,0,0,0,'Grell (Blanca)','','',0,2,3,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(24801,0,0,0,0,0,911,0,0,0,'Grell (Red)','','',0,2,3,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(24802,0,0,0,0,0,904,0,0,0,'Grell (Orange)','','',0,2,3,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(24803,0,0,0,0,0,16944,0,0,0,'Grell (White)','','',0,2,3,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(24804,0,0,0,0,0,24927,0,0,0,'Attracted Reef Bull','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_attracted_reef_bull',12340),(24806,0,0,0,0,0,548,0,0,0,'Iron Rune Construct','','',0,80,80,2,1194,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,44498,0,0,0,0,0,0,0,0,22,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24807,0,0,0,0,0,22645,0,0,0,'Walt','Explorers\' League','',9022,69,69,1,1892,3,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24810,0,0,0,0,0,25974,0,0,0,'Anuniaq','','',9020,71,71,2,1950,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24811,0,0,0,0,0,22647,0,0,0,'Donny','Explorers\' League','',9021,68,68,1,1892,3,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24812,0,0,0,0,0,27060,0,0,0,'Storm Giant','','',0,80,80,2,14,0,2.4,1.57143,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,5,32,24812,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,160,1,0,0,'',12340),(24816,0,0,0,0,0,6106,0,0,0,'Fjord Porcupine','','',0,69,69,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(24817,0,0,0,0,0,22625,11686,0,0,'Explorers\' League Event Controller','','',0,70,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24820,0,0,0,0,0,17856,11686,0,0,'Iron Dwarf Relic','','',0,70,70,2,1892,0,1,1,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24821,0,0,0,0,0,548,0,0,0,'Iron Rune Construct','','',0,80,80,2,1194,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,44550,0,0,0,0,0,0,0,0,22,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24823,0,0,0,0,0,548,0,0,0,'Iron Rune Construct','','',0,80,80,2,1194,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,44562,0,0,0,0,0,0,0,0,22,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24824,0,0,0,0,0,17856,11686,0,0,'Iron Dwarf Relic','','',0,70,70,2,1892,0,1,1,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24825,0,0,0,0,0,548,0,0,0,'Iron Rune Construct','','',0,80,80,2,495,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,44608,44610,44609,0,0,0,0,0,0,22,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24826,0,0,0,0,0,1126,17188,0,0,'Transport Bot A1->A2','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24827,0,0,0,0,0,1126,17188,0,0,'Transport Bot B1->B2','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24828,0,0,0,0,0,1126,17188,0,0,'Transport Bot C1->C2','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24829,0,0,0,0,0,1126,17188,0,0,'Transport Bot D1->D2','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24831,0,0,0,0,0,1126,17188,0,0,'Transport Bot D2','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24832,0,0,0,0,0,1126,17188,0,0,'Transport Bot D3','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24845,0,0,0,0,0,1126,17188,0,0,'Baelgun\'s Event Generator (Cave)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24846,0,0,0,0,0,25748,0,0,0,'Iron Dwarf','','',0,69,69,2,1954,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,24846,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,998,1663,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24847,0,0,0,0,0,22668,0,0,0,'Loken','','',0,83,83,2,1954,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24849,31676,0,0,0,0,22287,22288,0,0,'Proto-Drake Rider','','',0,70,70,2,1885,0,1,2.57143,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,2080,24849,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2977,4961,'SmartAI',0,4,1,4,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(24852,0,0,0,0,0,548,0,0,0,'Iron Rune Construct','','',0,70,70,2,495,0,1,4.28571,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),(24853,0,0,0,0,0,1126,11686,22670,0,'Wheelbarrow','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24859,0,0,0,0,0,20432,0,0,0,'Superheated Elemental','','',0,70,70,2,91,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24861,0,0,0,0,0,20570,17188,0,0,'Crystal Beam','','',0,70,70,2,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(24862,0,0,0,0,0,1060,17188,0,0,'Mage Hunter Target','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(24863,0,0,0,0,0,22674,0,0,0,'Frosthorn Kid','','',0,70,70,2,634,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,24863,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24864,31668,0,0,0,0,22677,22678,0,0,'Dragonflayer Worker','','',0,70,70,2,1885,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,320,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(24865,0,0,0,0,0,20570,11686,0,0,'Crystal Beam Relay','','',0,70,70,2,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24869,0,0,0,0,0,22700,0,0,0,'Rig Guardian','','',0,70,70,0,63,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24870,0,0,0,0,0,8369,0,0,0,'Rig Technician','','',0,70,70,0,63,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24871,0,0,0,0,0,27850,0,0,0,'Risen Vrykul Ancestor','','',0,69,70,2,16,0,2.8,2,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,24871,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34043,41989,42108,0,0,0,186,1,8388624,0,'',12340),(24872,0,0,0,0,0,22702,0,0,0,'Blood Shade','','',0,69,70,2,16,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,6,0,24872,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(24874,0,0,0,0,0,22703,0,0,0,'Fengir the Disgraced','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,128,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(24875,0,0,0,0,0,22704,0,0,0,'Windan of the Kvaldir','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,128,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(24876,0,0,0,0,0,22705,0,0,0,'Rodin the Reckless','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,128,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(24877,0,0,0,0,0,22706,0,0,0,'Isuldof Iceheart','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,128,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(24878,0,0,0,0,0,6888,0,0,0,'Rig Sentry','','',0,70,70,0,63,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24879,0,0,0,0,0,25347,0,0,0,'Arctic Cloud','','',0,1,1,0,190,0,0.4,0.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,13,16,0,0,80206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,64,1,0,0,'',12340),(24880,0,0,0,0,0,22708,0,0,0,'Korf','Isuldof\'s Companion','',0,70,70,2,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(24883,0,0,0,0,0,22712,17200,0,0,'Rodin Lightning Enabler','','',0,71,71,1,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(24884,0,0,0,0,0,28316,0,0,0,'Padwai, Son of Orfus','','',0,12,12,0,1950,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24887,0,0,0,0,0,22712,17200,0,0,'Fengir Quest Credit','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(24888,0,0,0,0,0,22712,28016,0,0,'Isuldof Quest Credit','','',0,71,71,2,35,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24889,0,0,0,0,0,22712,17200,0,0,'Rodin Quest Credit','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,768,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(24890,0,0,0,0,0,22712,17200,0,0,'Windan Quest Credit','','',0,71,71,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24894,0,0,0,0,0,19797,0,0,0,'Bluff Behemoth','','',0,70,70,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24896,0,0,0,0,0,22718,0,0,0,'Lou the Cabin Boy','','',9045,70,70,2,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24897,0,0,0,0,0,6692,0,0,0,'\"Tiny\" Jimb','Grezzix\'s First Mate','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24898,0,0,0,0,0,21602,0,0,0,'Lou the Cabin Boy (Canoe)','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24899,0,0,0,0,0,22721,0,0,0,'\"Scoodles\"','','',0,71,71,2,14,0,1.6,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,24899,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,34235,0,0,0,0,0,51,1,0,0,'',12340),(24900,0,0,0,0,0,22722,0,0,0,'Abdul the Insane','','',0,72,72,2,1888,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,24900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24901,0,0,0,0,0,22673,0,0,0,'Maddened Frosthorn','','',0,70,71,2,1692,0,1,1.38571,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,24901,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24902,0,0,0,0,0,22712,17188,0,0,'Abdul Relay','','',0,70,70,0,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24910,0,0,0,0,0,1279,0,0,0,'Captain Ellis','','',0,70,70,2,35,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24911,0,0,0,0,0,22798,22799,0,0,'Cursed Sea Dog','','',0,68,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24912,0,0,0,0,0,22726,0,0,0,'[PH]Avalanche','','',0,60,60,1,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,122,1,0,0,'',12340),(24913,0,0,0,0,0,22712,17200,0,0,'Sister Mercy Cannon','','',0,70,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24914,0,0,0,0,0,23355,0,0,0,'Sorlof','','',0,80,80,2,14,0,4,2.57143,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,5,0,24914,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,216,1,0,0,'',12340),(24915,0,0,0,0,0,1126,11686,22728,0,'Snowball Stampede','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(24954,0,0,0,25615,0,24848,0,0,0,'Aged Magnataur','','',0,70,70,1,1953,0,1,0.952381,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,24954,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24956,0,0,0,0,0,22771,0,0,0,'Juniper','','',9053,66,66,1,35,0,1,1.14286,1,1,210,295,0,282,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24957,0,0,0,25660,0,23294,23307,0,0,'Cult Plaguebringer','Cult of the Damned','',0,70,71,2,21,0,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,24957,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1049,1749,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(24973,0,0,0,0,0,1126,17188,0,0,'Ellis Crew Trigger','','',0,68,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(24983,0,0,0,0,0,16480,20559,0,0,'Tainted Magnataur Spirit','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,64,1,0,128,'',12340),(24992,0,0,0,0,0,3127,0,0,0,'The Big Gun','','Interact',0,70,70,2,35,16777216,1,1.07143,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25006,0,0,0,0,0,25092,0,0,0,'Dan\'s Test Vehicle','','vehichleCursor',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,100,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(25026,0,0,0,0,0,10630,646,829,0,'Mutinous Sea Dog','','',0,69,70,2,14,0,0.777776,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,25026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34387,0,0,0,0,0,0,1,0,0,'',12340),(25198,0,0,0,0,0,1762,486,346,1994,'Winterfin Gatherer','','',9138,62,65,1,1968,1,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33024,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.33,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25199,0,0,0,0,0,391,0,0,0,'Brglmurgl','','',9133,70,70,2,1968,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25201,0,0,0,0,0,15369,15984,22986,22987,'Winterfin Tadpole','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25203,0,0,0,0,0,25194,0,0,0,'Glrggl','','',0,71,71,2,14,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,1,0,25203,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,1,1,1,0,34618,34617,0,0,0,0,0,1,0,0,'',12340),(25204,0,0,0,0,0,21975,0,0,0,'Glimmer Bay Orca','','',0,70,71,2,1970,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,1,0,25204,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,1,1,1,0,34618,0,0,0,0,0,0,1,0,0,'',12340),(25205,0,0,0,0,0,5025,0,0,0,'Mrmrglmr','','',9134,70,70,2,1968,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25206,0,0,0,0,0,4920,0,0,0,'Ahlurglgr','Clam Vendor','',9130,69,69,2,1968,4227,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25208,0,0,0,0,0,757,0,0,0,'Lurgglbr','','',9137,71,71,2,1968,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_lurgglbr',12340),(25209,0,0,0,0,0,22989,0,0,0,'Claximus','','',0,72,72,2,14,0,1,0.85714,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,25209,25209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,1850,'',0,3,1,1,1,1,0,34621,0,0,0,0,0,100,1,0,0,'',12340),(25210,0,0,0,0,0,23004,0,0,0,'Keymaster Urmgrgl','','',0,71,71,2,18,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25210,25210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34600,0,0,0,0,0,0,1,0,0,'',12340),(25211,0,0,0,0,0,386,0,0,0,'Cleaver Bmurglbrm','','',0,69,69,2,1968,2,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,7,0,25211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25215,0,0,0,25217,0,652,478,5243,540,'Winterfin Shorestriker','','',0,69,70,2,1969,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,25215,25215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1049,1749,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25216,0,0,0,25217,0,3617,4920,11293,3940,'Winterfin Oracle','','',0,69,70,2,1969,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,25216,25216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25217,0,0,0,0,0,506,391,1305,1079,'Winterfin Warrior','','',0,69,70,2,1969,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,25217,25217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,1751,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25221,0,0,0,25221,0,19587,0,0,0,'TEST - Clayton Dubin - TEST','','',0,36,60,0,1819,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25224,0,0,0,0,0,22995,22996,0,0,'Vengeful Kvaldir Spirit','','',0,70,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,25224,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,42108,0,0,0,0,0,1,8388624,0,'',12340),(25226,0,0,0,0,0,23000,0,0,0,'Scalder','','',0,71,71,2,14,0,1,1.28968,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,4,0,25226,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25227,0,0,0,0,0,9758,0,0,0,'Crypt Crawler','','',0,68,69,2,1988,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,25227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25228,0,0,0,0,0,23883,0,0,0,'Risen Crypt Lord','','',0,69,69,0,1975,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,25228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25229,0,0,0,0,0,1126,17188,0,0,'Shield Hill Creature Trigger - Isuldof','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25230,0,0,0,0,0,1126,17188,0,0,'Shield Hill Creature Trigger - Windan','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25231,0,0,0,0,0,1126,17188,0,0,'Shield Hill Creature Trigger - Rodin','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25232,0,0,0,0,0,1126,17188,0,0,'Shield Hill Creature Trigger - Fengir','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25233,0,0,0,0,0,24388,0,0,0,'Lunk-tusk','','',0,71,71,2,1950,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25237,0,0,0,0,0,23006,0,0,0,'Garrosh Hellscream','Overlord of the Warsong Offensive','',9144,70,70,2,1979,3,1,1.14286,1,3,252,357,0,304,35,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25242,0,0,0,0,0,23007,23017,23018,23019,'Warsong Battleguard','','',0,75,75,2,1980,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25243,0,0,0,0,0,23008,23022,23023,23024,'Warsong Honor Guard','','',0,80,80,2,1980,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25244,0,0,0,0,0,23009,23014,23015,23016,'Warsong Marksman','','',0,75,75,2,1980,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25247,0,0,0,0,0,23021,0,0,0,'Endorah','','',0,70,70,2,1981,2,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25252,0,0,0,0,0,23028,0,0,0,'Horde Grunt (Northrend)','','',0,65,65,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25254,0,0,0,0,0,23029,0,0,0,'Alliance Soldier (Northrend)','','',0,65,65,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25255,0,0,0,0,0,23030,0,0,0,'Scourge Soldier (Northrend)','','',0,65,65,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25256,0,0,0,0,0,23033,0,0,0,'High Overlord Saurfang','','',9150,83,83,2,1979,3,1,2.28571,1,1,509,683,0,805,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,371,535,135,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,200,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(25257,0,0,0,0,0,23034,0,0,0,'Saurfang the Younger','','',9493,70,70,0,2054,3,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25258,0,0,0,0,0,23031,0,0,0,'Footman Rob','','',0,69,69,2,1973,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25259,0,0,0,0,0,23031,0,0,0,'Footman George','','',0,69,69,2,1973,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25260,0,0,0,0,0,23031,0,0,0,'Footman Mitch','','',0,69,69,2,1973,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25261,0,0,0,0,0,23031,0,0,0,'Footman Chuck','','',0,69,69,2,1892,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(25262,0,0,0,0,0,23032,0,0,0,'Librarian Donathan','','',0,72,72,2,2006,2,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25263,0,0,0,0,0,2575,0,0,0,'World Inscription Trainer','Inscription Trainer','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25266,0,0,0,0,0,24818,24819,3422,24821,'Civilian Recruit','','',0,68,68,2,1973,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,45,1,0,0,'',12340),(25269,0,0,0,0,0,23036,0,0,0,'Horde Zeppelin (Northrend)','','',0,65,65,0,35,0,1.38889,0.49603,1,0,200,281,0,278,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,166,246,35,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25270,0,0,0,0,0,23037,23038,23039,0,'Warsong Peon','','',0,64,67,1,1981,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25272,0,0,0,0,0,23040,0,0,0,'Sauranok the Mystic','','',0,71,71,2,1981,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25273,0,0,0,0,0,23041,0,0,0,'Warsong Recruitment Officer','','',0,73,73,2,1981,2,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25274,0,0,0,0,0,23042,0,0,0,'Armorer Orkuruk','Blacksmith','',0,75,75,2,1981,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25275,0,0,0,0,0,23043,23074,23075,23076,'Warsong Blacksmith','','',0,68,70,2,1981,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25276,0,0,0,0,0,23044,23078,23079,23080,'Goblin Siege Engineer','','',0,68,71,2,1978,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25277,0,0,0,0,0,23045,0,0,0,'Chief Engineer Leveny','Grand Master Engineer','',0,72,72,2,1978,80,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,2,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25278,0,0,0,0,0,23046,0,0,0,'Williamson','Innkeeper','',348,68,68,2,1978,66177,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25279,0,0,0,0,0,23047,0,0,0,'Overlord Razgor','','',0,71,71,2,1978,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25280,0,0,0,0,0,23048,0,0,0,'Foreman Mortuus','','',0,69,69,2,1978,2,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25283,0,0,0,0,0,23051,0,0,0,'King Mrgl-Mrgl\'s Spare Suit','','',0,71,71,2,1660,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25284,0,0,0,0,0,16213,0,0,0,'Nerub\'ar Victim','','',0,70,70,2,7,0,1,1,1,0,252,357,0,304,1,2000,2000,1,516,2048,0,0,0,0,0,0,215,320,44,10,1024,25284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,64,'npc_nerubar_victim',12340),(25286,0,0,0,0,0,23007,23017,23018,23019,'Warsong Wind Rider','','',0,75,75,2,1981,0,1,4.28571,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25287,0,0,0,0,0,23056,0,0,0,'Warsong Wyvern','','',0,70,70,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),(25288,0,0,0,0,0,23053,0,0,0,'Turida Coldwind','Wind Rider Master','',0,69,69,2,1981,8192,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25289,0,0,0,0,0,23054,0,0,0,'Wind Master To\'bor','','',0,73,73,2,1981,2,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25290,0,0,0,0,0,17700,0,0,0,'Ay\'mon','To\'bor\'s Companion','',0,70,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(25291,0,0,0,0,0,23055,0,0,0,'Librarian Garren','','',9761,72,72,2,2006,3,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25292,0,0,0,0,0,25981,0,0,0,'Etaruk','','',0,72,72,2,1950,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25293,0,0,0,0,0,23058,0,0,0,'Nerub\'ar Egg Sac','','Attack',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25294,0,0,0,25382,0,23880,0,0,0,'Nerub\'ar Web Lord','','',0,69,69,2,21,0,1.6,1.42857,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,25294,0,70201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,150,1,8388624,0,'',12340),(25295,0,0,0,0,0,23060,0,0,0,'Nerub\'ar Swarmer','','',0,66,67,1,21,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25296,0,0,0,0,0,19754,0,0,0,'Nerub\'ar Larva','','',0,68,69,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,25296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25308,0,0,0,0,0,16480,19595,0,0,'Borean - Westrift Chasm Anomaly','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25309,0,0,0,0,0,16480,19595,0,0,'Borean - Westrift Cavern Anomaly','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25310,0,0,0,0,0,16480,19595,0,0,'Borean - Westrift Cleftcliff Anomaly','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25312,0,0,0,0,0,23081,0,0,0,'Cel','Reagent and Poison Vendor','',0,70,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25313,0,0,0,0,0,23031,0,0,0,'Valiance Keep Footman','','',0,69,69,2,1973,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25314,0,0,0,0,0,23082,0,0,0,'Archmage Berinand','Maces & Staves','',9480,72,72,2,2006,4227,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,256,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25316,0,0,0,0,0,23221,0,0,0,'Beryl Sorcerer','','',0,69,70,2,14,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,25316,25316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1118,1864,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_beryl_sorcerer',12340),(25318,0,0,0,0,0,23105,23106,23107,23108,'Arcane Prisoner','','',0,72,73,2,35,0,1,1.14286,1,0,270,395,0,143,1,2000,2000,8,0,2048,0,0,0,0,0,0,255,380,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25320,0,0,0,25318,0,23109,23110,23111,23112,'Arcane Prisoner','','',0,72,73,2,35,0,1,1.14286,1,0,270,395,0,143,1,2000,2000,8,0,2048,0,0,0,0,0,0,255,380,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25321,0,0,0,0,0,25973,25975,0,0,'Kaskala Craftsman','','',0,72,72,2,1950,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25322,0,0,0,0,0,25976,25977,0,0,'Kaskala Shaman','','',0,72,72,2,1950,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25323,25410,25412,0,0,0,19284,0,0,0,'Craig Steele','Software Engineer','',0,1,1,0,35,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25326,0,0,0,0,0,23116,0,0,0,'Overlord Bor\'gorok','','',9151,71,71,2,1978,3,1,1.38571,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25327,0,0,0,0,0,23115,0,0,0,'Quartermaster Holgoth','','',0,69,69,2,1978,2,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25328,0,0,0,0,0,23117,0,0,0,'Shadowstalker Luther','','',0,72,72,2,1981,2,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,537166598,2048,32,0,0,0,0,0,268,399,40,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,4194306,'',12340),(25329,0,0,0,0,0,23118,0,0,0,'Gorge the Corpsegrinder','Tank Commander','',0,74,74,2,1978,2,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25330,0,0,0,0,0,23119,0,0,0,'Nerub\'ar Behemoth','','',0,80,80,2,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,203,1,8388624,0,'',12340),(25331,0,0,0,25495,0,23568,0,0,0,'Nerub\'ar Destroyer','','',0,71,71,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25332,0,0,0,25495,0,15961,0,0,0,'Stitched Warsong Horror','','',0,73,75,2,21,0,1.6,2,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,183,1,8388624,64,'',12340),(25333,0,0,0,25495,0,24274,0,0,0,'Undying Aggressor','','',0,68,69,2,21,0,2,1.85714,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,178,1,8388624,64,'',12340),(25334,0,0,0,0,0,25092,0,0,0,'Horde Siege Tank','','vehichleCursor',0,70,70,2,1981,16777216,1.2,2.5,1,0,234,331,0,286,1,2000,2000,2,4096,2048,0,0,0,0,0,0,198,295,33,9,8,0,0,0,0,0,0,0,0,0,50672,45750,50677,47849,47962,0,0,0,0,26,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,180,0,344407930,0,'',12340),(25335,0,0,0,0,0,23170,0,0,0,'Longrunner Proudhoof','','',9160,71,71,2,1921,3,1,1.14286,1,0,299,426,0,308,2.3,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25336,0,0,0,0,0,23121,0,0,0,'Grunt Ragefist','','',9153,69,69,2,1978,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25337,0,0,0,0,0,23007,23017,23018,23019,'Warsong Standard Bearer','','',0,70,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25338,0,0,0,0,0,23007,23017,23018,23123,'Warsong Caravan Guard','','',0,70,70,2,1978,0,1,1.14286,1,0,252,357,0,304,1.5,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25339,0,0,0,0,0,23163,0,0,0,'Spirit Talker Snarlfang','','',9154,69,69,2,1978,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25340,0,0,0,0,0,23246,23247,23248,23249,'Dead Caravan Guard Transform','','',0,69,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25341,0,0,0,0,0,23124,23125,23126,23127,'Dead Caravan Worker Transform','','',0,65,69,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25342,0,0,0,0,0,328,21342,0,0,'Dead Caravan Guard','Warsong Offensive','',9155,69,70,1,190,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,537166592,2048,32,0,0,0,0,0,215,320,44,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25343,0,0,0,25342,0,328,21342,0,0,'Dead Caravan Worker','Warsong Offensive','',9156,65,69,1,190,1,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,537166592,2048,32,0,0,0,0,0,206,302,43,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25349,0,0,0,0,0,24471,24471,0,0,'Scourge Plague Spreader','','',0,80,80,2,974,0,1,1,1,3,422,586,0,642,35,2000,2000,1,33555202,2048,0,0,0,0,0,0,345,509,103,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25350,0,0,0,25351,0,23173,23175,0,0,'Risen Longrunner','','',0,69,70,2,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,6,0,25350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25351,0,0,0,0,0,23172,23174,0,0,'Ghostly Sage','','',0,69,70,2,16,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,6,0,25351,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25352,0,0,0,25495,0,17444,0,0,0,'Scourge Overlord','','',0,78,80,2,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,20,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25353,0,0,0,0,0,23145,23205,0,0,'Beryl Treasure Hunter','','',0,69,70,2,14,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,25353,25353,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,1850,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25355,0,0,0,0,0,24906,24909,24910,0,'Beryl Hound','','',0,69,70,2,14,0,0.666668,1.19048,1,0,234,331,0,286,1,1500,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,25355,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34711,0,0,0,0,0,0,1,0,0,'',12340),(25356,0,0,0,0,0,23149,0,0,0,'Warmage Anzim','','',0,72,72,2,2006,2,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25359,0,0,0,0,0,23120,0,0,0,'Force-Commander Steeljaw','','',0,71,71,2,21,0,1,1.14286,1,1,299,426,0,308,5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25361,0,0,0,0,0,23147,23150,23151,23152,'Alliance Deserter','','',0,65,72,1,7,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,33536,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25362,0,0,0,0,0,16358,23148,16356,0,'Warsong Swine','','',0,5,6,0,189,0,1,1.14286,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25364,0,0,0,0,0,12821,6371,0,0,'Red Guardian Drake','','',0,80,80,1,35,0,8,2.85714,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,231,1,0,0,'',12340),(25365,0,0,0,0,0,18043,0,0,0,'(PH) Dreadweave Spinner','','',0,68,69,0,1975,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25366,0,0,0,0,0,23165,0,0,0,'(PH) DEPRECATED','','',0,68,69,0,1975,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25374,0,0,0,0,0,23164,0,0,0,'Ortrosh','','',9158,69,69,2,1978,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25375,0,0,0,0,0,10031,0,0,0,'Giant Scarab','','',0,49,49,0,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25376,0,0,0,0,0,14502,0,0,0,'Imperean','','',9159,72,72,2,190,3,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,270,401,53,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25377,0,0,0,0,0,11402,0,0,0,'Brittle Skeleton','','',0,71,71,0,21,0,1.2,0.714286,1,5,299,426,0,308,1,5000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,0.05,1,0,0,0,0,0,0,0,91,1,8388624,64,'',12340),(25378,0,0,0,26195,0,23181,0,0,0,'En\'kilah Necromancer','Cult of the Damned','',0,71,72,2,21,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,25378,25378,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1114,1856,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25379,0,0,0,0,0,23167,0,0,0,'Warden Nork Bloodfrenzy','','',9184,70,70,2,1981,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25380,0,0,0,0,0,23197,0,0,0,'Primal Mighthorn','','',0,73,73,2,1978,2,1,1.14286,1,1,313,448,0,302,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25381,0,0,0,0,0,23169,0,0,0,'Bloodmage Laurith','','',9185,72,72,2,1978,3,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25382,0,0,0,0,0,23102,0,0,0,'Nerub\'ar Proxy','','',0,69,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,25382,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25383,0,0,0,26195,0,12818,0,0,0,'En\'kilah Abomination','','',0,71,71,2,21,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,72,25383,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25384,0,0,0,0,0,23171,0,0,0,'Steeljaw\'s Corpse','','',0,72,72,2,1978,1,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,537133824,2048,32,0,0,0,0,0,270,401,53,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25385,0,0,0,0,0,26575,0,0,0,'William Allerton','','',0,72,72,0,1973,2,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,537133824,2048,32,0,0,0,0,0,270,401,53,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25386,0,0,0,26195,0,17308,0,0,0,'En\'kilah Crypt Fiend','','',0,70,71,2,21,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,72,25386,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25387,0,0,0,26195,0,17311,0,0,0,'En\'kilah Gargoyle','','',0,71,71,2,974,0,2,1.28571,1,0,296,424,0,290,1,3000,2000,2,33554688,2048,0,0,0,0,0,0,260,387,37,6,0,25387,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,42108,0,0,0,0,0,135,1,8388624,0,'',12340),(25388,0,0,0,0,0,10005,0,0,0,'En\'kilah Hatchling (1)','','',0,68,68,2,634,0,0.833332,1.14286,1,0,231,325,0,292,1,200,2000,1,33554432,2048,0,0,0,0,0,0,195,289,41,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(25389,0,0,0,0,0,10005,0,0,0,'En\'kilah Hatchling (2)','','',0,68,68,2,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(25390,25388,25389,0,0,0,10005,0,0,0,'En\'kilah Hatchling','','',0,68,68,2,634,0,0.833332,2,1,0,231,325,0,292,1,200,2000,1,33554432,2048,0,0,0,0,0,0,195,289,41,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(25391,0,0,0,0,0,22506,0,0,0,'En\'kilah Focus Crystal','','',0,1,1,0,974,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25392,0,0,0,0,0,23510,0,0,0,'High Priest Andorath','','',0,72,72,2,21,3,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,25392,25392,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35355,0,0,0,0,0,0,1,0,0,'',12340),(25393,0,0,0,26195,0,24992,1065,0,0,'En\'kilah Ghoul','','',0,70,70,2,21,0,1.2,1.42857,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,6,0,25393,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,147,1,8388624,0,'',12340),(25394,0,0,0,0,0,23176,0,0,0,'Shadowstalker Barthus','','',0,71,71,2,1981,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25396,0,0,0,0,0,2606,0,0,0,'Naxxanar Skeletal Mage','','',0,72,72,2,21,0,1,1.42857,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,6,8,25396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(25397,0,0,0,0,0,25978,0,0,0,'Elder Kesuk','','',0,72,72,2,1950,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25398,0,0,0,0,0,25979,0,0,0,'Elder Sagani','','',0,71,72,2,1950,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25399,0,0,0,0,0,25980,0,0,0,'Elder Takret','','',0,71,72,2,1950,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25400,0,0,0,0,0,26360,0,0,0,'Elder Yakone','','',0,71,72,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25401,0,0,0,0,0,6271,0,0,0,'Seaforium Depth Charge','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25402,0,0,0,0,0,169,18657,0,0,'Nerub\'ar Sinkhole (South)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25403,0,0,0,0,0,169,18657,0,0,'Nerub\'ar Sinkhole (East)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25404,0,0,0,0,0,169,18657,0,0,'Nerub\'ar Sinkhole (West)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25405,0,0,0,0,0,169,18657,0,0,'Nerub\'ar Sinkhole (North)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25406,25413,0,0,0,0,19284,0,0,0,'Craig Steele2','Software Engineer','',0,1,1,0,35,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25410,0,0,0,0,0,19284,0,0,0,'Craig Steele (1)','Software Engineer','',0,1,1,0,35,0,1,1.14286,1,2,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25411,0,0,0,0,0,19284,0,0,0,'Craig Steele3','Software Engineer','',0,1,1,0,35,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25412,0,0,0,0,0,19284,0,0,0,'Craig Steele (2)','Software Engineer','',0,1,1,0,35,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25413,0,0,0,0,0,19284,0,0,0,'Craig Steele2 (1)','Software Engineer','',0,1,1,0,35,0,1,1.14286,1,2,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25414,0,0,0,0,0,23179,23186,0,0,'Warsong Hold Warrior','','',0,68,70,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25415,0,0,0,0,0,5187,5490,0,0,'Enraged Tempest','','',0,70,71,2,834,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,0,25415,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34800,42107,0,0,0,0,0,1,0,0,'',12340),(25416,0,0,0,0,0,12109,0,0,0,'Simmer','','',0,72,72,2,1983,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,512,2048,0,0,0,0,0,0,270,401,53,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25417,0,0,0,0,0,1070,5488,0,0,'Raging Boiler','','',0,69,70,2,1983,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,25417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25418,0,0,0,0,0,14514,0,0,0,'Churn','','',0,71,71,2,1984,0,1,1.28968,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25419,0,0,0,0,0,5561,5450,0,0,'Boiling Spirit','','',0,69,70,2,1984,0,1,1.28968,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,25419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25420,0,0,0,0,0,23182,23184,0,0,'Warsong Hold Mage','','',0,68,70,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25421,0,0,0,0,0,23183,23185,0,0,'Warsong Hold Shaman','','',0,68,70,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25422,0,0,0,0,0,16213,0,0,0,'Mystical Webbing','','',0,70,70,0,14,0,1,1,1,0,252,357,0,304,1,6000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25423,0,0,0,0,0,16213,0,0,0,'Infested Victim','','',0,70,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25424,0,0,0,0,0,23187,0,0,0,'Vision of Farseer Grimwalker','','',0,70,70,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25425,0,0,0,0,0,23188,0,0,0,'Farseer Grimwalker\'s Spirit','','',0,70,70,2,1981,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25426,0,0,0,0,0,14589,0,0,0,'Ug\'thor Bloodfrenzy','Son of Nork','',0,5,5,0,1981,0,1,1,1,0,5,7,0,32,1,2000,2000,1,33536,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25427,0,0,0,0,0,27191,0,0,0,'Kaganishu','','',0,71,71,2,16,0,1,1.19048,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,25427,25427,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,34781,0,0,0,0,0,0,1,0,0,'',12340),(25428,0,0,0,0,0,27170,27192,0,0,'Magmoth Shaman','','',0,69,70,2,16,0,1,1.19048,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,25428,25428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1753,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25429,0,0,0,0,0,27174,27185,0,0,'Magmoth Forager','','',0,70,71,2,16,0,1,1.19048,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25429,25429,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1053,1755,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25430,0,0,0,0,0,24873,0,0,0,'Magmothregar','','',0,72,72,2,16,0,1,0.95238,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,25430,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1109,1848,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25431,0,0,0,0,0,1060,17188,0,0,'Kaskala Ancestor','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25432,0,0,0,0,0,24852,0,0,0,'Mate of Magmothregar','','',0,70,70,2,16,0,1,0.95238,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,25432,25432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,1759,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25433,0,0,0,0,0,24853,0,0,0,'Offspring of Magmothregar','','',0,69,70,2,16,0,1,0.95238,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,25433,25433,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1754,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25434,0,0,0,0,0,24851,0,0,0,'Magmoth Crusher','','',0,70,70,2,16,0,1,0.95238,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,25434,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,1759,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25435,0,0,0,0,0,22199,0,0,0,'Karuk','','',9186,73,73,2,1950,3,1,1.28968,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25436,0,0,0,0,0,16480,28320,0,0,'Elder Tuskarr Spirit','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,64,1,0,128,'',12340),(25437,0,0,0,0,0,23193,0,0,0,'Shadowstalker Ickoris','','',0,70,70,2,1981,2,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25438,0,0,0,0,0,23194,0,0,0,'Shadowstalker Canarius','','',0,69,69,2,1981,2,1,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25439,0,0,0,0,0,23195,23196,0,0,'Warsong Scout','','',0,75,75,2,1980,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25440,0,0,0,0,0,23198,0,0,0,'Scout Tungok','','',0,70,70,2,1980,2,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25441,0,0,0,0,0,1060,17188,0,0,'North Platform','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25442,0,0,0,0,0,1060,17188,0,0,'East Platform','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25443,0,0,0,0,0,1060,17188,0,0,'West Platform','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25444,0,0,0,0,0,4589,0,0,0,'Magmoth Fire Totem','','',0,67,70,0,16,0,1,1,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25445,0,0,0,25382,0,23916,0,0,0,'Nerub\'ar Corpse Harvester','','',0,68,69,2,1982,0,1.6,1.42857,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,25445,0,70204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,2,1,1,1,0,42108,0,0,0,0,0,150,1,8388624,0,'',12340),(25446,0,0,0,0,0,23201,0,0,0,'Warsong Captain','','',0,75,75,2,1980,0,1,1.38571,1,1,339,481,0,370,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25447,0,0,0,0,0,21241,0,0,0,'Warsong Wolf','','',0,70,70,2,1980,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,2049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(25448,0,0,0,0,0,23206,0,0,0,'Curator Insivius','','',0,72,72,2,14,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,2,0,25448,0,70208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25449,0,0,0,0,0,23204,23203,0,0,'Beryl Reclaimer','','',0,69,70,2,14,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,25449,25449,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1049,1749,'',0,3,1,1,1,1,0,34772,0,0,0,0,0,0,1,0,0,'',12340),(25450,0,0,0,0,0,17582,0,0,0,'Veehja','','',9316,73,73,2,35,3,1,1,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25451,0,0,0,25382,0,23917,0,0,0,'Nerub\'ar Sky Darkener','','',0,70,71,2,1982,0,1.6,1.42857,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,2.7,0.75,1,1,0,0,0,0,0,0,0,150,1,8388624,0,'',12340),(25452,0,0,0,0,0,26425,0,0,0,'Scourged Mammoth','','',0,70,71,2,21,0,0.666668,0.95238,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,25452,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34775,42104,0,0,0,0,0,1,8388624,0,'',12340),(25453,0,0,0,0,0,23941,0,0,0,'Ith\'rix the Harvester','','',0,75,75,2,1982,0,1,1.14286,1,1,342,485,0,392,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,150,1,8388624,0,'',12340),(25454,0,0,0,0,0,24564,0,0,0,'Tundra Crawler','','',0,70,70,2,14,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,42,0,0,0,0,215,320,44,1,65537,25454,0,70206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25455,0,0,0,0,0,16998,0,0,0,'Snarlfang\'s Totem','','',0,70,70,0,1981,0,1,1,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25456,0,0,0,0,0,27193,0,0,0,'Vision of Kaganishu','','',0,71,71,2,16,0,1,1.19048,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25457,0,0,0,0,0,27194,0,0,0,'Vision of Magmoth Shaman','','',0,70,71,2,16,0,1,1.19048,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25458,0,0,0,0,0,23215,0,0,0,'Vision of Farseer Grimwalker\'s Spirit','','',0,70,70,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25459,0,0,0,0,0,23210,0,0,0,'Yanni','','',9162,65,65,1,1981,1,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25460,0,0,0,0,0,28082,0,0,0,'Amazing Flying Carpet','','',0,72,72,2,35,0,1,1.42857,1,0,2,2,0,24,1,2000,2000,1,520,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25461,0,0,0,0,0,23212,0,0,0,'Farseer Grimwalker','','',0,70,70,2,1981,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25462,0,0,0,0,0,24191,0,0,0,'The Lich King','','',0,83,83,2,2082,2,1,0.99206,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2000,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(25463,0,0,0,25495,0,11404,11403,0,0,'Soldier of the Frozen Wastes','','',0,68,69,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25464,0,0,0,0,0,23316,0,0,0,'Bloodspore Moth','','',0,68,69,2,188,0,1,0.85714,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,37,0,0,0,0,206,302,43,1,1,25464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13099,0,0,0,'',0,7,1,1,1,1,0,34976,0,0,0,0,0,100,1,0,0,'',12340),(25465,0,0,0,0,0,23214,0,0,0,'Kel\'Thuzad','','',0,83,83,2,1982,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,480,600,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25466,0,0,0,0,0,169,17612,0,0,'Necropolis Beam (Target)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25467,0,0,0,0,0,27185,27195,0,0,'Bloodspore Harvester','','',0,68,69,2,1985,0,1,1.19048,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,25467,25467,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,992,1654,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25468,0,0,0,0,0,27179,27170,0,0,'Bloodspore Roaster','','',0,68,69,2,1985,0,1,1.19048,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,25468,25468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1001,1668,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25469,0,0,0,25495,0,22496,10627,23141,23142,'Mindless Aberration','','',0,68,69,2,21,0,0.777776,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),(25470,0,0,0,0,0,27174,0,0,0,'Bloodspore Firestarter','','',0,68,69,2,1985,0,1,1.19048,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,25470,25470,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,998,1663,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25471,0,0,0,0,0,1060,17188,0,0,'Temple A','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25472,0,0,0,0,0,1060,17188,0,0,'Temple B','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25473,0,0,0,0,0,1060,17188,0,0,'Temple C','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25474,0,0,0,0,0,23221,0,0,0,'Captured Beryl Sorcerer','','',0,71,72,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25475,0,0,0,0,0,23218,0,0,0,'Mobu','Mechanic','',9164,70,70,2,1978,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25476,0,0,0,0,0,22199,0,0,0,'Waltor of Pal\'ea','','',9166,68,68,2,1950,3,1,1.28968,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25477,0,0,0,0,0,23220,0,0,0,'Crafty Wobblesprocket','','',9165,70,70,2,1973,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25478,0,0,0,0,0,23221,0,0,0,'Imprisoned Beryl Sorcerer','','',0,72,72,2,14,0,1,2.14286,1,0,304,436,0,296,1,2000,2000,2,256,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'npc_imprisoned_beryl_sorcerer',12340),(25479,0,0,0,0,0,25773,25775,0,0,'Kvaldir Mistweaver','','',0,68,69,2,1885,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,25479,25479,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,998,1663,'SmartAI',0,7,1,1,1,1,0,34814,34813,41989,0,0,0,0,1,0,0,'',12340),(25480,0,0,0,0,0,23223,0,0,0,'Librarian Normantis','','',0,72,72,2,2006,2,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25481,0,0,0,0,0,999,0,0,0,'Landing Crawler','','',0,68,69,2,7,0,1,0.85714,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,8,0,0,0,0,206,302,43,1,1,25481,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13072,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(25482,0,0,0,0,0,14661,0,0,0,'Sand Turtle','','',0,70,70,2,188,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,21,0,0,0,0,215,320,44,1,1,25482,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13466,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(25487,0,0,0,0,0,26297,0,0,0,'Wooly Rhino Matriarch','','',0,68,68,2,15,0,1,0.99206,1,0,231,325,0,292,1,3000,2000,1,32768,2048,0,43,0,0,0,0,195,289,41,1,65537,25487,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25488,0,0,0,0,0,26296,0,0,0,'Wooly Rhino Calf','','',0,67,67,1,15,0,1,0.99206,1,0,225,314,0,288,1,3000,2000,1,32768,2048,0,43,0,0,0,0,186,276,39,1,65537,25488,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25490,0,0,0,0,0,1060,17188,0,0,'East En\'kilah Cauldron','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25492,0,0,0,0,0,1060,17188,0,0,'Central En\'kilah Cauldron','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25493,0,0,0,0,0,1060,17188,0,0,'West En\'kilah Cauldron','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25494,0,0,0,0,0,23229,0,0,0,'Purifying Totem','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25495,0,0,0,0,0,22862,0,0,0,'Scourge Proxy Unit','','',0,70,70,2,1975,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25496,0,0,0,0,0,25774,25772,0,0,'Kvaldir Mist Lord','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,25496,25496,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,1648,'SmartAI',0,3,1,1,1,1,0,34814,41989,0,0,0,0,0,1,0,0,'',12340),(25497,0,0,0,0,0,23230,23553,25668,0,'Orabus the Helmsman','','',0,70,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34814,0,0,0,0,0,0,1,0,0,'',12340),(25498,0,0,0,0,0,23237,0,0,0,'Aspatha the Broodmother','','',0,71,71,2,14,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,37,0,0,0,0,262,389,48,1,1,25498,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13110,0,0,0,'',0,3,1,1,1,1,0,34976,0,0,0,0,0,0,1,0,0,'',12340),(25501,0,0,0,0,0,27174,27185,0,0,'Gammoth Tender','','',0,70,70,2,1985,0,1,1.19048,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,25501,25501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,995,1659,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25503,0,0,0,0,0,23238,0,0,0,'Elder Mootoo','','',9167,70,70,2,1978,3,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25504,0,0,0,0,0,23239,0,0,0,'Mootoo the Younger','','',9168,68,68,2,1979,3,1,1.14286,1,1,214,301,0,276,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_mootoo_the_younger',12340),(25505,0,0,0,0,0,1126,17612,0,0,'Hah... You\'re Not So Big Now! Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25510,0,0,0,0,0,169,11686,0,0,'1st Kvaldir Vessel (The Serpent\'s Maw)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25511,0,0,0,0,0,169,11686,0,0,'2nd Kvaldir Vessel (The Kur Drakkar)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25512,0,0,0,0,0,169,11686,0,0,'3rd Kvaldir Vessel (Bor\'s Hammer)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25513,0,0,0,0,0,169,11686,0,0,'4th Kvaldir Vessel (Bor\'s Anvil)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25514,0,0,0,0,0,23241,0,0,0,'Rocknar','','',0,71,71,2,14,0,1.55556,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,0,25514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34804,0,0,0,0,0,0,1,0,0,'',12340),(25516,0,0,0,0,0,23242,0,0,0,'Snow Tracker Grumm','','',0,71,71,2,1922,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25519,0,0,0,0,0,9252,0,0,0,'Caleb','Stable Master','',9821,70,70,0,1973,4194305,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(25520,0,0,0,0,0,25775,0,0,0,'Skadir Runecaster','','',0,68,69,2,1885,0,1,1.14286,1,0,230,336,0,133,1,2000,2000,8,0,2048,0,0,0,0,0,0,215,321,28,7,0,25520,25520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(25521,0,0,0,0,0,25632,0,0,0,'Skadir Longboatsman','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,25521,25521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,1656,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(25522,0,0,0,0,0,25632,0,0,0,'Skadir Raider','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,25522,25522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,995,1659,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(25523,0,0,0,0,0,25772,0,0,0,'Skadir Mariner','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,25523,25523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(25524,0,0,0,0,0,19365,0,0,0,'Enslaved Riplash Priestess','','',0,68,69,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25525,0,0,0,0,0,169,11686,0,0,'Orabus Spell Trigger','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25526,0,0,0,0,0,23245,0,0,0,'Naked Caravan Guard - Orc Male Transform','','',0,69,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25527,0,0,0,0,0,23250,0,0,0,'Naked Caravan Guard - Forsaken Male Transform','','',0,69,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25528,0,0,0,0,0,23251,0,0,0,'Naked Caravan Guard - Orc Female Transform','','',0,69,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25529,0,0,0,0,0,23252,0,0,0,'Naked Caravan Guard - Tauren Male Transform','','',0,69,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25530,0,0,0,0,0,23253,0,0,0,'Naked Caravan Worker - Orc Male Transform','','',0,65,69,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25531,0,0,0,0,0,23254,0,0,0,'Naked Caravan Worker - Forsaken Male Transform','','',0,65,69,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25532,0,0,0,0,0,23255,0,0,0,'Naked Caravan Worker - Orc Female Transform','','',0,65,69,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25533,0,0,0,0,0,23256,0,0,0,'Naked Caravan Worker - Troll Male Transform','','',0,65,69,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25534,0,0,0,0,0,20570,24826,0,0,'En\'kilah Blood Globe','','',0,71,71,2,974,0,1,1,1,0,299,426,0,308,1,2000,2000,1,131076,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,66,'',12340),(25581,0,0,0,0,0,1126,17612,0,0,'It Was The Orcs, Honest! Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25583,0,0,0,0,0,6271,0,0,0,'Warsong Land Mine','','',0,70,70,0,106,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25584,0,0,0,0,0,23260,0,0,0,'Inquisitor Salrand','','',0,71,71,2,14,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,256,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25585,0,0,0,0,0,25226,0,0,0,'Beryl Mage Hunter','','',0,69,70,2,14,0,0.888888,0.99206,1,0,234,331,0,286,1,1500,2000,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,25585,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,1850,'SmartAI',0,3,1,1,1,1,0,34688,0,0,0,0,0,0,1,0,0,'',12340),(25586,0,0,0,0,0,23262,0,0,0,'Warsong Orc Disguise Male Transform','','',0,70,70,2,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25587,0,0,0,0,0,23261,0,0,0,'Warsong Orc Disguise Female Transform','','',0,70,70,2,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25589,0,0,0,0,0,23263,0,0,0,'Bonker Togglevolt','','',9170,71,71,2,1973,3,1.8,1.14286,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,52,1,0,0,'npc_bonker_togglevolt',12340),(25590,0,0,0,0,0,23264,0,0,0,'Fizzcrank Fullthrottle','','',9171,72,72,2,1973,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25594,0,0,0,0,0,4449,22769,0,0,'Beryl Point InvisMan','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25596,0,0,0,0,0,23265,1231,23485,23873,'Infected Kodo Beast','','',0,68,68,2,1981,0,1,2,1,0,231,325,0,292,1,2000,2000,1,512,2048,0,0,0,0,0,0,195,289,41,1,0,25596,0,70200,0,0,0,0,0,0,45877,0,0,0,0,0,0,0,0,29,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(25600,0,0,0,0,0,6122,0,0,0,'Unliving Swine','','',0,68,69,2,974,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,25600,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25601,0,0,0,0,0,25514,0,0,0,'Prince Valanar','The San\'layn','',0,72,72,2,974,0,1,0.992063,1,1,263,384,0,140,4.6,2000,2000,8,64,2048,0,0,0,0,0,0,247,369,34,7,0,25601,25601,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,1891,'SmartAI',0,3,1,8,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25602,0,0,0,0,0,23271,0,0,0,'Greatmother Taiga','','',9172,72,72,2,1922,3,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25604,0,0,0,0,0,23272,0,0,0,'Sage Highmesa','','',9173,71,71,2,1921,3,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25606,0,0,0,0,0,10914,0,0,0,'Hamat','','',0,70,70,2,1921,0,1,1.42857,1,0,252,357,0,304,1,3000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25607,0,0,0,0,0,23275,0,0,0,'Farmer Torp','','',0,70,70,2,1981,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25609,0,0,0,26195,0,23287,23288,0,0,'En\'kilah Necrolord','Cult of the Damned','',0,69,69,2,1982,0,1,1.14286,1,0,230,336,0,133,1,2000,2000,8,0,2048,0,0,0,0,0,0,215,321,28,7,0,25609,25609,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,1656,'',0,3,1,1,1,1,0,34908,0,0,0,0,0,0,1,0,0,'',12340),(25610,0,0,0,0,0,23283,23284,23285,23286,'Scourge Prisoner','','',0,65,67,1,1981,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25611,0,0,0,0,0,22181,0,0,0,'Warsong Aberration','','',0,69,69,2,1982,0,1,1.28968,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,25611,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34908,42108,0,0,0,0,0,1,8388624,0,'',12340),(25612,0,0,0,0,0,25774,0,0,0,'Skadir Oarsman','','',0,68,69,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,25612,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(25613,0,0,0,0,0,25773,0,0,0,'Skadir Mistweaver','','',0,68,69,2,1885,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,25613,25613,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,998,1664,'SmartAI',0,7,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(25614,0,0,0,0,0,23278,0,0,0,'Skadir Boat','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,54,1,0,0,'',12340),(25615,0,0,0,0,0,24855,0,0,0,'Plagued Magnataur','','',0,70,71,2,1953,0,1,0.952381,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25615,25615,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1754,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25616,0,0,0,0,0,27174,27185,0,0,'Plagued Snobold','','',0,70,71,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25617,0,0,0,0,0,23279,23280,23281,23282,'Farshire Militia','','',0,69,69,2,1974,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25618,0,0,0,0,0,23181,0,0,0,'Varidus the Flenser','Cult of the Damned','',0,70,70,2,1982,0,1.6,1.42857,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,25618,25618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,5,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(25619,0,0,0,25495,0,23563,0,0,0,'Nerub\'ar Warrior','','',0,70,71,2,21,0,1,0.99206,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,25619,0,70201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25622,0,0,0,25495,0,23571,0,0,0,'Nerub\'ar Tunneler','','',0,70,71,2,21,0,0.833332,0.99206,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,25622,0,70201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25623,0,0,0,0,0,23304,0,0,0,'Harvest Collector','','',0,68,68,2,190,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,9,0,25623,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25624,0,0,0,0,0,23289,0,0,0,'Infested Prisoner','','',0,65,70,2,14,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25625,0,0,0,0,0,22181,22123,22122,0,'Warsong Aberration','','',0,69,69,2,1982,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25629,0,0,0,0,0,23305,0,0,0,'Lord Kryxix','','',0,70,70,2,974,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,2,768,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25636,0,0,0,0,0,24382,0,0,0,'Captured Tuskarr Prisoner','','',0,68,68,2,2047,2,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25650,0,0,0,0,0,569,0,0,0,'Plagued Scavenger','','',0,68,69,2,1975,0,0.777776,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,25650,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25651,0,0,0,0,0,23273,23274,0,0,'Cultist Necrolyte','','',0,68,69,2,1975,0,1,1.14286,1,0,230,336,0,133,1,2000,2000,8,0,2048,0,0,0,0,0,0,215,321,28,7,0,25651,25651,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,991,1651,'SmartAI',0,3,1,1,1,1,0,35122,0,0,0,0,0,0,1,0,0,'',12340),(25652,0,0,0,0,0,23300,0,0,0,'Nerub\'ar Scarab','','',0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(25654,0,0,0,0,0,1126,17612,0,0,'Stop the Plague Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25655,0,0,0,0,0,23299,0,0,0,'Bane','Minion of Varidus','',0,70,70,2,1982,0,1.2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,25655,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,1,1,0,34908,0,0,0,0,0,147,1,8388624,0,'',12340),(25656,0,0,0,0,0,23278,0,0,0,'The Helmsman\'s Ship','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,54,1,0,0,'',12340),(25658,0,0,0,0,0,23301,0,0,0,'Longrunner Bristlehorn','','',0,70,70,2,1922,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25659,0,0,0,0,0,28072,0,0,0,'Kvaldir Crewman','','',0,68,69,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25660,0,0,0,0,0,24997,24996,570,23303,'Festering Ghoul','','',0,70,71,2,21,0,1.2,1.42857,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,25660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34957,42108,0,0,0,0,147,1,8388624,0,'',12340),(25664,0,0,0,0,0,1060,17188,0,0,'South Sinkhole','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25665,0,0,0,0,0,1060,17188,0,0,'Northeast Sinkhole','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25666,0,0,0,0,0,1060,17188,0,0,'Northwest Sinkhole','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25667,0,0,0,0,0,15903,0,0,0,'Plagued Caribou','','',0,69,69,2,31,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25668,0,0,0,0,0,26702,26703,0,0,'Vengeful Taunka Spirit','','',0,70,71,2,21,0,1,1.14286,1,0,299,426,0,308,1,3200,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,8,25668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,121,1,8388624,0,'',12340),(25669,0,0,0,0,0,169,11686,0,0,'Warsong Grainery Credit','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25670,0,0,0,0,0,1126,15880,0,0,'ELM General Purpose Bunny (scale x3)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25671,0,0,0,0,0,169,11686,0,0,'Torp\'s Farm Credit','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25672,0,0,0,0,0,169,11686,0,0,'Warsong Slaughterhouse Credit','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25673,0,0,0,0,0,26510,0,0,0,'Mammoth Mount','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25674,0,0,0,0,0,17332,0,0,0,'Taunka Mammoth-rider','','',0,70,70,2,1980,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(25676,0,0,0,0,0,169,23310,0,0,'Storm Cloud','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25677,0,0,0,0,0,23311,0,0,0,'Borean Frog','','',0,1,1,0,188,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(25678,0,0,0,25660,0,23312,0,0,0,'Doctor Razorgrin','','',0,72,72,2,21,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,25678,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34958,0,0,0,0,0,0,1,8388624,0,'',12340),(25679,0,0,0,0,0,23311,0,0,0,'Steam Frog','','',0,1,1,0,188,0,2,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,105,1,0,0,'',12340),(25680,0,0,0,0,0,15903,0,0,0,'Marsh Caribou','','',0,70,71,2,188,0,1,1.28968,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,25680,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35288,0,0,0,0,0,0,1,0,0,'',12340),(25681,0,0,0,0,0,22199,0,0,0,'Maddened Tuskarr Survivor','','',0,70,70,2,1692,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25682,0,0,0,25660,0,17252,0,0,0,'Lich-Lord Chillwinter','','',0,72,72,2,21,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,6,0,25682,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34959,0,0,0,0,0,0,1,8388624,0,'',12340),(25683,0,0,0,0,0,23495,0,0,0,'Craig\'s Test Human A (1)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25684,0,0,0,25660,0,15958,10612,15962,14700,'Talramas Abomination','','',0,71,71,2,21,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,72,25684,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25685,0,0,0,0,0,23320,0,0,0,'Gorloc Waddler','','',0,70,71,2,18,0,1,1.19048,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25685,25685,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,996,1660,'',0,3,1,1,1,1,0,34983,0,0,0,0,0,0,1,0,0,'',12340),(25686,0,0,0,0,0,23320,0,0,0,'Gorloc Gibberer','','',0,70,71,2,18,0,1,1.19048,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,25686,25686,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,995,1658,'',0,3,1,1,1,1,0,34983,0,0,0,0,0,0,1,0,0,'',12340),(25687,0,0,0,0,0,23321,0,0,0,'Gorloc Steam Belcher','','',0,70,71,2,18,0,1,1.19048,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,25687,25687,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,1649,'',0,3,1,1,1,1,0,34983,0,0,0,0,0,0,1,0,0,'',12340),(25688,0,0,0,0,0,23323,0,0,0,'Gorloc Oracle Yellow (Northrend)','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25689,0,0,0,0,0,23321,0,0,0,'Gorloc Oracle Pink (Northrend)','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25690,0,0,0,0,0,23322,0,0,0,'Gorloc Oracle Red (Northrend)','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25691,0,0,0,0,0,23320,0,0,0,'Gorloc Oracle Green (Northrend)','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25692,0,0,0,0,0,23318,0,0,0,'Gorloc Oracle Charcoal (Northrend)','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25693,0,0,0,0,0,23319,0,0,0,'Gorloc Oracle Light Blue (Northrend)','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25694,0,0,0,0,0,23317,0,0,0,'Gorloc Oracle Blue (Northrend)','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25698,0,0,0,0,0,169,11686,0,0,'Kodo Saved Credit','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25699,0,0,0,0,0,23320,0,0,0,'Gorloc Mud Splasher','','',0,70,71,2,18,0,1,1.19048,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25699,25699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,998,1663,'',0,3,1,1,1,1,0,34983,0,0,0,0,0,0,1,0,0,'',12340),(25700,0,0,0,0,0,23320,0,0,0,'Gorloc Hunter','','',0,70,71,2,18,0,1,1.19048,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25700,25700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,1655,'SmartAI',0,3,1,1,1,1,0,34983,0,0,0,0,0,0,1,0,0,'',12340),(25701,0,0,0,0,0,23320,0,0,0,'Gorloc Dredger','','',0,70,71,2,18,0,1,1.19048,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25701,25701,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,986,1643,'',0,3,1,1,1,1,0,34983,0,0,0,0,0,0,1,0,0,'',12340),(25702,0,0,0,0,0,23324,0,0,0,'Mordle Cogspinner','','',9529,70,70,2,1973,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25704,0,0,0,0,0,23495,0,0,0,'Craig\'s Test Human A (2)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25705,0,0,0,0,0,23327,0,0,0,'Bixie Wrenchshanker','','',21170,71,71,2,1973,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25707,0,0,0,0,0,27478,0,0,0,'Magic-bound Ancient','','',0,71,72,2,16,0,1.6,1.71429,1,0,304,436,0,296,1,3000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,4,256,25707,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35484,42107,0,0,0,0,0,1,0,0,'',12340),(25709,0,0,0,0,0,24961,0,0,0,'Glacial Ancient','','',0,71,72,2,7,0,1,1.14286,1,0,304,436,0,296,1,3000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,4,256,25709,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,35483,42107,0,0,0,0,0,1,0,0,'',12340),(25711,0,0,0,0,0,23329,0,0,0,'Spirit of the North','','',0,70,70,2,634,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,25711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,2,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25712,0,0,0,0,0,20736,0,0,0,'Warbringer Goredrak','Azure-Lord of the Blue Dragonflight','',0,73,73,2,103,0,1,0.99206,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,2,8,25712,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35669,0,0,0,0,0,0,1,0,0,'',12340),(25713,0,0,0,0,0,14886,0,0,0,'Blue Drakonid Supplicant','','',0,71,72,2,103,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,8,25713,0,70208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1753,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25714,0,0,0,0,0,23330,0,0,0,'Tinky Wickwhistle','','',0,71,71,2,1973,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25715,0,0,0,0,0,22249,23349,23348,0,'Frozen Elemental','','',0,70,71,2,14,0,1.55556,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,4,0,25715,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34956,42107,0,0,0,0,0,1,0,0,'',12340),(25716,0,0,0,0,0,25252,0,0,0,'General Cerulean','','',0,73,73,2,103,0,0.888888,0.99206,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,2,0,25716,0,70208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35668,0,0,0,0,0,0,1,0,0,'',12340),(25717,0,0,0,0,0,25195,0,0,0,'Coldarra Scalesworn','','',0,71,72,2,103,0,0.888888,0.99206,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,2,0,25717,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25718,0,0,0,0,0,24906,0,0,0,'Coldarra Mage Slayer','','',0,69,69,2,103,0,0.666668,1.19048,1,0,224,316,0,282,1,1500,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,3,0,25718,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25719,0,0,0,0,0,23332,0,0,0,'Coldarra Spellbinder','','',0,71,72,2,103,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,25719,25719,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,1751,'SmartAI',0,3,1,1,1,1,0,35629,0,0,0,0,0,0,1,0,0,'',12340),(25720,0,0,0,0,0,23331,0,0,0,'Inquisitor Caleras','','',0,72,72,2,103,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,25720,25720,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35628,0,0,0,0,0,0,1,0,0,'',12340),(25721,0,0,0,0,0,23333,0,0,0,'Arcane Serpent','','',0,71,72,2,16,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,2,0,25721,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,2,1,1,1,0,35493,0,0,0,0,0,0,1,0,0,'',12340),(25722,0,0,0,0,0,25250,0,0,0,'Coldarra Spellweaver','','',0,71,72,2,103,0,0.888888,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,2,0,25722,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25723,0,0,0,0,0,1687,0,0,0,'[ph] Coldarra Blue Dragon Patroller','','',0,80,80,1,103,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25724,0,0,0,0,0,25249,0,0,0,'Ascended Mage Hunter','','',0,71,72,2,14,0,0.888888,1.14286,1,0,304,436,0,296,1,2000,2000,2,256,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25725,0,0,0,0,0,23352,0,0,0,'Chieftain Gurgleboggle','','',0,71,71,2,18,0,1,1.19048,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25725,25725,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1061,1769,'',0,3,1,1,1,1,0,34962,0,0,0,0,0,0,1,0,0,'',12340),(25726,0,0,0,0,0,23351,0,0,0,'Chieftain Burblegobble','','',0,71,71,2,18,0,1,1.19048,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,25726,25726,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056,1760,'',0,3,1,1,1,1,0,34961,0,0,0,0,0,0,1,0,0,'',12340),(25727,0,0,0,0,0,23336,0,0,0,'Warmage Moran','','',0,72,72,2,2006,0,1,2.85714,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25728,0,0,0,0,0,25225,0,0,0,'Coldarra Wyrmkin','','',0,71,72,2,103,0,0.888888,0.99206,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,0,25728,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35586,0,0,0,0,0,0,1,0,0,'',12340),(25729,0,0,0,0,0,23335,0,0,0,'Shadowstalker Getry','','',0,69,69,2,1981,2,1,1.14286,1,1,245,346,0,298,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25730,0,0,0,0,0,23359,0,0,0,'En\'kilah Necrolord','','',0,70,70,2,14,0,1,2.28571,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,200,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25732,0,0,0,0,0,23337,0,0,0,'Warmage Preston','','',0,72,72,2,2006,0,1,2.85714,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25733,0,0,0,0,0,23338,0,0,0,'Warmage Austin','','',0,72,72,2,2006,0,1,2.85714,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25734,0,0,0,0,0,23340,0,0,0,'[PH] Coldarra Leyliner','PH MODEL: TASK 23362','',0,70,70,2,103,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25736,0,0,0,0,0,23341,0,0,0,'Supply Master Taz\'ishi','Poison & Reagents','',9474,70,70,2,1978,3203,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25738,0,0,0,25221,0,19037,0,0,0,'Clayton J Dubin (1)','Uber Quality Assured','',0,1,1,0,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9111,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,229,1,0,0,'',12340),(25739,0,0,0,0,0,169,23343,0,0,'Steam Vent','','',0,1,1,0,35,0,1.2,1,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25742,0,0,0,0,0,22249,0,0,0,'Alluvius','','',0,71,71,2,35,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25743,0,0,0,0,0,26425,0,0,0,'Wooly Mammoth Bull','','vehichleCursor',0,70,70,2,1990,16777216,0.666668,2,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,2048,25743,0,70202,0,0,0,0,0,0,46317,46315,46316,0,0,0,0,0,0,72,0,0,'SmartAI',0,3,1,2,1,1,0,34977,42104,0,0,0,0,180,0,0,0,'',12340),(25747,0,0,0,0,0,23354,0,0,0,'Jinky Wingnut','','',0,70,70,2,1973,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25748,0,0,0,0,0,22633,0,0,0,'Oil-covered Hawk','','',0,70,70,2,189,0,1,2.57143,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,26,0,0,0,0,215,320,44,10,1,25748,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(25749,0,0,0,0,0,23033,0,0,0,'High Overlord Saurfang','','',0,70,70,1,1979,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(25750,0,0,0,0,0,15903,0,0,0,'Oil-soaked Caribou','','',0,70,70,2,189,0,1,1.28968,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,25750,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,35288,0,0,0,0,0,0,1,0,0,'',12340),(25751,0,0,0,0,0,23360,0,0,0,'High Overlord Saurfang','','',0,70,70,2,1979,0,1,1.14286,1,1,509,600,0,24,7.5,2000,2000,1,33024,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,200,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(25752,0,0,0,0,0,6774,0,0,0,'Scavenge-bot 004-A8','','',0,70,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,32768,25752,0,29726,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8,0,'',12340),(25753,0,0,0,0,0,6888,0,0,0,'Sentry-bot 57-K','','',0,70,70,2,16,0,1,0.71429,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,32768,25753,0,29726,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8,0,'',12340),(25758,0,0,0,0,0,24947,0,0,0,'Defendo-tank 66D','','',0,70,71,2,16,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,9,32768,25758,0,29726,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8,0,'',12340),(25759,0,0,0,0,0,23364,0,0,0,'Valiance Keep Officer','','',0,70,70,2,534,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25761,0,0,0,0,0,23147,23150,23151,23152,'Alliance Deserter','','',0,80,80,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25763,0,0,0,0,0,23488,0,0,0,'Clayton\'s Test Creature (1)','Quality Assured','',0,70,70,2,1734,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.10509,3.16957,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25764,0,0,0,0,0,26126,26127,0,0,'Kaskala Defender','','',0,70,70,2,1770,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25765,0,0,0,0,0,23365,0,0,0,'Fizzcrank Bomber','','Interact',0,70,70,2,35,0,1.2,1,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,492,0,0,'SmartAI',0,7,1,3,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(25766,0,0,0,0,0,6774,0,0,0,'Rig Hauler AC-9','','',0,70,70,2,1973,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,32768,25766,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25767,0,0,0,0,0,23366,23368,23367,23369,'Fizzcrank Pilot','','',0,70,70,2,1973,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25768,0,0,0,0,0,11686,0,0,0,'Lord Kryxix','','',0,71,71,2,974,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,10,0,25768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25769,0,0,0,0,0,23371,0,0,0,'Small Elemental','','',0,70,71,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25771,0,0,0,0,0,1060,17188,0,0,'Ice Elemental Target','','',0,70,70,2,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25773,0,0,0,0,0,23373,23375,23374,23376,'Fizzcrank Survivor','','',0,67,70,2,1973,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25774,0,0,0,0,0,22088,0,0,0,'Rockfang','The Den Mother','',0,72,72,2,14,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,1,0,0,0,0,270,401,53,1,0,25774,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25775,0,0,0,0,0,7933,0,0,0,'Refugee Pack Kodo','','',0,68,68,2,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25776,0,0,0,0,0,11792,0,0,0,'Refugee Wife','','',0,69,69,2,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25777,0,0,0,0,0,11852,0,0,0,'Refugee Father','','',0,70,70,0,995,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25778,0,0,0,0,0,14758,0,0,0,'Refugee Loner','','',0,68,68,2,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25780,0,0,0,0,0,23378,0,0,0,'Abner Fizzletorque','','',0,70,70,2,1973,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25781,0,0,0,0,0,31126,0,0,0,'Oil Pool','','',0,70,70,2,35,0,1,1,1,0,234,331,0,286,1,2000,2000,2,570425344,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25783,0,0,0,0,0,23373,23375,23374,23376,'Fizzcrank Airstrip Survivor','','',0,67,68,1,1973,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25784,0,0,0,0,0,23380,0,0,0,'Archmage Evanor','','',0,72,72,2,2006,2,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25785,0,0,0,0,0,23380,0,0,0,'Archmage Evanor','','',0,72,72,2,2006,2,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25786,0,0,0,0,0,21688,0,0,0,'Friar Tuskus','','',0,70,70,2,1884,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25787,0,0,0,0,0,22777,0,0,0,'X-42B','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25788,0,0,0,0,0,24842,0,0,0,'Weakened Magnataur Huntress','Mate of Gammothra','',0,69,69,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,25788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25789,0,0,0,0,0,24849,0,0,0,'Gammothra the Tormentor','','',0,71,71,2,14,0,1,0.952381,1,1,299,426,0,308,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,25789,25789,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1199,1999,'SmartAI',0,3,1,5,1,1,0,34980,0,0,0,0,0,0,1,0,0,'',12340),(25790,0,0,0,0,0,24849,0,0,0,'Weakened Gammothra','','',0,71,71,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,25790,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34980,0,0,0,0,0,0,1,0,0,'',12340),(25792,0,0,0,0,0,23362,0,0,0,'Scavenge-bot 005-B6','','',0,70,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,32768,25792,0,29726,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8,0,'',12340),(25793,0,0,0,0,0,27578,0,0,0,'55-D Collect-a-tron','','',0,70,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,32768,25793,0,29726,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25794,0,0,0,0,0,23383,0,0,0,'Shake-n-Quake 5000','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25797,0,0,0,0,0,23384,0,0,0,'Bloodmage Alkor','','',0,69,69,2,1978,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,537166592,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25801,0,0,0,0,0,23386,0,0,0,'Nedar, Lord of Rhinos','','',0,72,72,2,1989,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,25801,25801,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3350,5583,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25802,0,0,0,0,0,23387,0,0,0,'Kaw the Mammoth Destroyer','','',0,72,72,2,16,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,2048,25802,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25803,0,0,0,0,0,23388,0,0,0,'Karen \"I Don\'t Caribou\" the Culler','','',0,72,72,2,14,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,25803,25803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1114,1856,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25804,0,0,0,0,0,23389,0,0,0,'Harold Lane','The Fur Baron','',0,72,72,2,1989,0,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,0,25804,25804,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3341,5568,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25805,0,0,0,0,0,23390,23419,23420,23421,'Nesingwary Lackey','','',0,70,71,2,1989,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25806,0,0,0,0,0,23391,23416,23417,23418,'Loot Crazed Poacher','','',0,69,70,2,1989,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,25806,25806,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,1751,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25807,0,0,0,0,0,23392,0,0,0,'Iggy \"Tailspin\" Cogtoggle','','',0,70,70,2,1892,2,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25808,0,0,0,0,0,23393,23399,23400,23401,'D.E.H.T.A. Enforcer','','',0,72,72,2,1987,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,2048,25808,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,939,1565,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25809,0,0,0,0,0,23394,0,0,0,'Arch Druid Lathorius','D.E.H.T.A.','',9188,73,73,2,1987,3,1,1.14286,1,1,313,448,0,302,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,25809,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25810,0,0,0,0,0,23395,0,0,0,'Hierophant Cenius','D.E.H.T.A.','',0,70,70,2,1710,2,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25811,0,0,0,0,0,23398,0,0,0,'Zaza','D.E.H.T.A.','',0,70,70,2,1710,2,1,0.99206,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25812,0,0,0,0,0,29419,0,0,0,'Killinger the Den Watcher','D.E.H.T.A.','',0,72,72,2,1710,2,1,0.99206,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25813,0,0,0,0,0,23396,0,0,0,'(Deprecated) Sunwell FX','','',0,70,70,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25814,0,0,0,0,0,24103,24108,24114,24119,'Fizzcrank Mechagnome','','',0,71,71,2,16,0,1,0.99206,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,9,32768,25814,0,29726,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25815,0,0,0,0,0,1126,17612,0,0,'Master and Servant Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25817,0,0,0,0,0,23403,0,0,0,'Oiled Fledgeling','','',0,69,69,2,189,0,1,2.57143,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,26,0,0,0,0,206,302,43,1,1,25817,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(25818,0,0,0,0,0,27577,0,0,0,'Reprogrammed 55-D Collect-a-tron','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25819,0,0,0,0,0,21243,20872,0,0,'D.E.H.T.A. Enforcer','','',0,72,72,2,1987,0,3.2,3.42857,1,1,304,436,0,296,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,2048,25819,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1007,1678,'',0,3,1,5,5,1,0,0,0,0,0,0,0,242,1,0,0,'',12340),(25820,0,0,0,0,0,24948,0,0,0,'Reprogrammed Defendo-tank 66D','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25821,0,0,0,0,0,23407,0,0,0,'Reprogrammed Scavenge-bot 004-A8','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25822,0,0,0,0,0,6889,0,0,0,'Reprogrammed Scavenge-bot 005-B6','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25823,0,0,0,0,0,23408,0,0,0,'Reprogrammed Sentry-bot 57-K','','',0,70,70,2,35,0,1,0.71429,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25829,0,0,0,0,0,347,0,0,0,'Marsh Fawn','','',0,66,67,1,188,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25830,0,0,0,0,0,23411,0,0,0,'Twonky','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25831,0,0,0,0,0,23412,0,0,0,'ED-210','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25832,0,0,0,0,0,23413,0,0,0,'Max Blasto','','',0,71,71,2,16,0,1,0.714286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25833,0,0,0,0,0,23414,0,0,0,'The Grinder','','',0,71,71,2,16,0,1,0.992063,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25834,0,0,0,0,0,24127,0,0,0,'Gearmaster Mechazod','','',0,72,72,2,16,0,1,0.99206,1,0,307,438,0,314,1,2000,2000,1,33024,2048,0,0,0,0,0,0,270,401,53,9,0,25834,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35486,0,0,0,0,0,0,1,0,0,'',12340),(25835,0,0,0,0,0,23423,23424,23425,0,'Nesingwary Trapper','','',0,70,71,2,7,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25836,0,0,0,0,0,23426,23427,0,0,'Loot Crazed Diver','','',0,69,70,2,1989,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,25836,25836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,1751,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25838,0,0,0,0,0,21243,0,0,0,'Hierophant Liandra','D.E.H.T.A.','',0,70,70,2,1710,2,1,0.99206,1,1,234,331,0,286,4.6,2000,2000,2,33280,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25839,0,0,0,0,0,22576,22577,22578,0,'Northsea Mercenary','','',0,69,70,2,1989,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,25839,25839,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,1656,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25841,0,0,0,0,0,23430,0,0,0,'Fizzcrank Recon Pilot','','',21248,70,70,2,35,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,537133824,2048,32,0,0,0,0,0,233,347,28,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25842,0,0,0,0,0,23429,0,0,0,'Dire Furbolg (Northrend)','','',0,75,75,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25843,0,0,0,0,0,2438,0,0,0,'Northsea Thug','','',0,69,70,2,1989,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,25843,25843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25844,0,0,0,0,0,23432,0,0,0,'Northsea Thug','','',0,69,70,2,1989,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25845,0,0,0,0,0,1060,17188,0,0,'Northwest Crash','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25846,0,0,0,0,0,1060,17188,0,0,'South Crash','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25847,0,0,0,0,0,1060,17188,0,0,'East Crash','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(25849,0,0,0,0,0,23433,0,0,0,'Fezzix Geartwist','','',0,70,70,2,1735,2,1,5.71429,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,269,1,0,0,'',12340),(25850,0,0,0,0,0,23434,0,0,0,'Trapped Mammoth Calf','','',0,68,68,2,190,0,1,0.95238,1,0,231,325,0,292,1,2000,2000,1,768,2048,0,0,0,0,0,0,195,289,41,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25861,0,0,0,0,0,23437,23436,23434,23435,'Orphaned Mammoth Calf','','',0,68,68,2,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25862,0,0,0,0,0,27280,0,0,0,'Khu\'nok the Behemoth','','',0,71,71,2,1194,2,0.666668,0.95238,1,1,299,426,0,308,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,262,389,48,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_khunok_the_behemoth',12340),(25880,0,0,0,0,0,23461,23462,23463,23464,'Minion of Kaw','','',0,69,71,2,1989,0,1,1,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25880,25880,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,1751,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25881,0,0,0,0,0,26510,0,0,0,'Moria','Kaw\'s War Mammoth','',0,71,71,2,16,0,2.8,2,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,25881,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,186,1,0,0,'',12340),(25963,0,0,0,0,0,23483,0,0,0,'Arctic Condor (Northrend)','','',0,75,75,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,7,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25968,0,0,0,0,0,23486,26266,0,0,'\"Lunchbox\"','','',0,71,71,2,1989,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,2048,25968,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,'CombatAI',0,3,1,1,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(25969,0,0,0,0,0,14548,0,0,0,'Jenny','Fezzix\'s Pack Mule','',0,70,70,2,2031,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25978,0,0,0,0,0,23488,0,0,0,'Ambassador Talonga','','',0,70,70,2,1922,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25979,0,0,0,0,0,23490,23491,23492,23493,'Loot Crazed Hunter','','',0,70,71,2,1989,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25979,25979,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056,1760,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25981,0,0,0,0,0,23496,23497,23498,0,'Scourged Footman','','',0,68,69,2,1975,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,6,0,25981,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(25982,0,0,0,0,0,23499,0,0,0,'Sage Earth and Sky','','',0,70,70,2,1921,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25983,0,0,0,0,0,26765,0,0,0,'Dorain Frosthoof','Apprentice Wind Tamer','',0,70,70,2,1922,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25984,0,0,0,0,0,23430,0,0,0,'Crashed Recon Pilot','','',0,70,70,2,35,2,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,537133824,2048,32,0,0,0,0,0,233,347,28,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(25986,26099,0,0,0,0,28291,0,0,0,'Ore Cart','','',0,70,70,1,1892,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25987,0,0,0,0,0,16998,0,0,0,'Windsoul Totem','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,46373,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25988,0,0,0,0,0,26483,0,0,0,'Stampeding Mammoth','','Interact',0,71,71,2,7,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(25989,0,0,0,0,0,15903,0,0,0,'Stampeding Caribou','','',0,69,69,2,188,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25990,0,0,0,0,0,26295,0,0,0,'Stampeding Rhino','','',0,69,69,2,7,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25993,0,0,0,0,0,23304,0,0,0,'Converted Collector','','',0,68,69,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(25995,0,0,0,0,0,169,11686,0,0,'Stampede Exit Point','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26040,0,0,0,0,0,22719,0,0,0,'Fezzix\'s Flying Machine','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,270,1,0,0,'',12340),(26041,0,0,0,0,0,1060,11686,0,0,'Lightning Target','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26043,0,0,0,0,0,1126,23501,0,0,'Steam Burst','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26044,0,0,0,0,0,23502,0,0,0,'Durkot Wolfbrother','Stable Master','',9212,69,69,2,2132,4194305,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26045,0,0,0,0,0,14516,0,0,0,'Storm Tempest','','',0,71,71,2,834,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,4,0,26045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(26047,0,0,0,0,0,23505,9509,0,0,'Warsong Worg','','',0,70,70,2,1980,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(26048,0,0,0,0,0,16988,0,0,0,'Storm Totem','','Interact',0,70,70,2,35,0,1,1,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26073,0,0,0,0,0,14698,0,0,0,'High Priest Talet-Kha','','',0,72,72,2,21,1,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,33555200,2048,0,0,0,0,0,0,247,369,34,6,0,26073,26073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,35354,0,0,0,0,0,0,1,8388624,0,'',12340),(26076,0,0,0,0,0,23103,0,0,0,'High Priest Naferset','','',0,72,72,2,21,3,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,33555200,2048,0,0,0,0,0,0,247,369,34,6,0,26076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,35353,0,0,0,0,0,0,1,8388624,0,'',12340),(26078,0,0,0,0,0,23508,0,0,0,'Blakelow','Nogg\'s Machine Shop','',0,75,75,2,1978,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26080,0,0,0,0,0,23495,0,0,0,'Craig\'s Test Human B','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26081,0,0,0,0,0,23509,0,0,0,'High Admiral \"Shelly\" Jorrik','Retiree','',0,48,50,0,120,4224,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.49,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26082,0,0,0,0,0,1126,17612,0,0,'Weakness to Lightning Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26083,0,0,0,0,0,23512,0,0,0,'Gerald Green','','',9224,69,69,2,1974,3,1,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26084,0,0,0,0,0,218,0,0,0,'Jeremiah Hawning','','',9214,69,69,2,1892,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26085,0,0,0,0,0,94,0,0,0,'Wendy Darren','','',9210,69,69,2,1892,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26086,0,0,0,0,0,20570,23258,0,0,'Transport Orb','','',0,71,71,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26088,0,0,0,0,0,23524,0,0,0,'Red Drake Courier','','',0,50,52,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,273,1,0,0,'',12340),(26093,0,0,0,0,0,20570,11686,0,0,'Naxxanar Target','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26094,0,0,0,0,0,1060,11686,0,0,'Naxxanar Caster','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26096,0,0,0,0,0,6197,0,0,0,'Gnome Soul','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,246,1,0,0,'',12340),(26097,0,0,0,0,0,23549,23550,23551,23552,'Fizzcrank Gnome Ghost','','',0,67,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26098,0,0,0,0,0,1060,0,0,0,'Bess','','',0,5,5,0,1892,0,1,0.85714,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(26099,0,0,0,0,0,24964,0,0,0,'Ore Cart (1)','','',0,70,70,1,1892,0,1,0.992063,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26103,0,0,0,0,0,23554,0,0,0,'Darkfallen Deathblade','The San\'layn','',0,72,72,2,974,0,1,1.28968,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,6,2048,26103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1108,1846,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26104,0,0,0,0,0,23555,0,0,0,'Iron Eyes','','',0,71,71,2,1921,2,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26105,0,0,0,0,0,16480,19595,0,0,'Quest Invisman - Buying Time','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,262,1,0,128,'',12340),(26109,0,0,0,0,0,23007,23017,23018,23019,'Off-duty Battleguard','','',0,75,75,2,1980,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26110,0,0,0,0,0,23556,0,0,0,'Librarian Serrah','Food & Drink','',9495,72,72,2,2006,131,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,256,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26112,0,0,0,0,0,23037,23038,23039,0,'Bor\'gorok Peon','','',0,66,69,1,1978,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26114,0,0,0,0,0,20570,17612,0,0,'Plagued Grain Credit','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26115,0,0,0,0,0,23554,0,0,0,'Darkfallen Bloodbearer','The San\'layn','',0,72,72,2,974,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,6,2048,26115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1095,1825,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26117,0,0,0,0,0,23573,0,0,0,'Raelorasz','','',9253,80,80,2,1816,3,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26126,0,0,0,25660,0,775,7847,11489,0,'Bone Warrior','','',0,70,71,2,1991,0,1.2,1.42857,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,26126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,147,1,8388624,0,'',12340),(26127,0,0,0,0,0,25256,0,0,0,'Nexus Drake Hatchling','','',0,72,72,2,103,0,2,2,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,250,1,0,0,'',12340),(26128,0,0,0,0,0,23581,0,0,0,'Warsong Worg (Taxi)','','',0,70,70,2,1980,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,241,1,0,0,'',12340),(26129,0,0,0,0,0,16480,19595,0,0,'Quest InvisMan - Buying Time - Effect Caster','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26130,0,0,0,0,0,16480,19595,0,0,'Quest InvisMan - Buying Time - Effect Target','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26156,0,0,0,0,0,23642,0,0,0,'Wartook Iceborn','','',0,73,73,2,1922,2,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26157,0,0,0,0,0,23643,23653,0,0,'Taunka\'le Brave','','',0,72,72,2,1923,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26158,0,0,0,0,0,23644,0,0,0,'Mother Tauranook','','',9248,70,70,2,1922,3,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26159,0,0,0,0,0,23645,23650,23651,23652,'Taunka\'le Evacuee','','',0,66,71,1,1922,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,537165824,2048,32,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26160,0,0,0,0,0,23646,0,0,0,'Taunka\'le Pack Kodo','','',0,70,70,2,1978,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,537133824,2048,32,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26161,0,0,0,0,0,20570,17612,0,0,'Farshire Grain Credit','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(26162,0,0,0,0,0,169,11686,0,0,'Transborea Generator 001','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26165,0,0,0,0,0,26700,26701,0,0,'Damned Taunka Spirit','','',0,70,70,2,21,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,8,26165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,121,1,8388624,0,'',12340),(26167,0,0,0,0,0,23645,23650,23651,23652,'Taunka\'le Evacuee','','',0,66,71,2,1922,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26169,0,0,0,0,0,26343,0,0,0,'Ataika','','',9277,73,73,2,1950,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26170,0,0,0,0,0,23649,0,0,0,'Thassarian','','',9417,72,72,2,1892,3,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26171,0,0,0,0,0,23655,0,0,0,'High Deathpriest Isidorus','Cult of the Damned','',0,72,72,2,35,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,256,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26172,0,0,0,0,0,23273,23274,0,0,'Slain Cultist','Cult of the Damned','',0,68,69,2,1975,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,537133312,2048,32,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(26173,0,0,0,0,0,7919,0,0,0,'Tanathal','','',0,72,72,2,35,0,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,256,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26174,0,0,0,0,0,23483,0,0,0,'Carrion Condor','','',0,70,71,2,14,0,1,2.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,7,0,0,0,0,262,389,48,1,1,26174,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(26175,0,0,0,0,0,16480,19595,0,0,'Coldarra - Drake Hunt Invisman','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26179,0,0,0,0,0,23797,23798,23799,23800,'Taunka\'le Refugee','','Speak',9302,66,71,1,1922,1,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26180,0,0,0,0,0,23808,0,0,0,'Blood Guard Roh\'kill','','',0,72,72,2,1980,2,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26181,0,0,0,0,0,23805,0,0,0,'Emissary Brighthoof','Tauren Emissary','',9317,73,73,2,104,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26182,0,0,0,0,0,23807,0,0,0,'Blood Guard Tor\'zin','','',0,72,72,2,1980,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26183,0,0,0,0,0,23864,23865,27333,23867,'Kor\'kron Elite','','',0,74,75,2,1801,0,1,1.14286,1,1,342,485,0,392,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26184,0,0,0,26179,0,23801,23798,23799,23800,'Taunka\'le Refugee','','Speak',9302,66,71,1,1922,1,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26185,0,0,0,0,0,5231,0,0,0,'Lurid','','',0,72,72,2,84,0,0.888888,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26186,0,0,0,0,0,23031,0,0,0,'Private Casey','','',0,72,72,2,1973,2,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3328,5546,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26187,0,0,0,0,0,23031,0,0,0,'Corporal Venn','','',0,72,72,2,1973,2,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26189,0,0,0,0,0,23273,23274,0,0,'Fleeing Cultist','Cult of the Damned','',0,68,69,2,1975,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,256,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26191,0,0,0,0,0,26500,0,0,0,'Dusk','','vehichleCursor',0,60,60,0,1733,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,0,0,0,'',12340),(26193,0,0,0,0,0,16480,19595,0,0,'Nexus 70 - Buying Time - Kill Credit','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26194,0,0,0,0,0,23657,0,0,0,'Elder Ko\'nani','Chieftain of the Dragonblight Kalu\'ak','',9261,72,72,2,1950,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26195,0,0,0,0,0,571,0,0,0,'En\'kilah Unit','','',0,70,70,1,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,147,1,8388624,0,'',12340),(26196,0,0,0,0,0,25396,0,0,0,'Loguhn','\"Render of Flesh\"','',0,73,73,2,16,0,0.666668,0.99206,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,26196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1175,1958,'SmartAI',0,3,1,1,1,1,0,35688,0,0,0,0,0,0,1,0,0,'',12340),(26197,0,0,0,0,0,25381,0,0,0,'Snowfall Glade Reaver','','',0,71,72,2,16,0,0.666668,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,26197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,1850,'',0,3,1,1,1,1,0,35686,0,0,0,0,0,0,1,0,0,'',12340),(26198,0,0,0,0,0,25381,0,0,0,'Snowfall Glade Wolvar','','',0,71,72,2,16,0,0.666668,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,26198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,1850,'SmartAI',0,3,1,1,1,1,0,35686,0,0,0,0,0,0,1,0,0,'',12340),(26199,0,0,0,0,0,25385,0,0,0,'Snowfall Glade Den Mother','','',0,71,72,2,16,0,0.666668,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,26199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,1850,'SmartAI',0,3,1,1,1,1,0,35686,0,0,0,0,0,0,1,0,0,'',12340),(26200,0,0,0,0,0,25394,25384,25383,25382,'Snowfall Glade Pup','','LootAll',0,1,5,0,190,16777216,0.666668,0.99206,1,0,5,7,0,32,1,2000,2000,1,32768,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(26201,0,0,0,0,0,25385,0,0,0,'Snowfall Glade Shaman','','',0,71,72,2,16,0,0.666668,0.99206,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,26201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,1840,'SmartAI',0,3,1,1,1,1,0,35686,0,0,0,0,0,0,1,0,0,'',12340),(26202,0,0,0,0,0,23681,0,0,0,'Ziggurat Defender','','',0,70,71,2,1975,0,1,1.28968,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,26202,26202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26203,0,0,0,0,0,25932,0,0,0,'Image of the Lich King','','',0,83,83,2,14,0,1,0.992063,1,1,509,683,0,805,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(26205,0,0,0,0,0,23685,0,0,0,'\"Buckets\" Cleary','','',0,72,72,2,1892,0,1,1.14286,1,5,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26206,0,0,0,0,0,23686,0,0,0,'Keristrasza','','',9262,80,80,2,1816,3,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26212,0,0,0,0,0,23690,0,0,0,'Captain Gryan Stoutmantle','Commander of the Westfall Brigade','',9608,75,75,2,11,3,1,1.14286,1,1,342,485,0,392,4.6,1500,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26213,0,0,0,0,0,26344,0,0,0,'Utaik','','',9270,73,73,2,1950,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26217,0,0,0,0,0,23694,23695,23696,23697,'Westfall Brigade Footman','','',0,75,75,2,1891,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26218,0,0,0,0,0,22199,0,0,0,'Elder Muahit','','',9263,73,73,2,1950,2,1,1.28968,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26219,0,0,0,0,0,26345,0,0,0,'Iruk','','',9280,73,73,2,1950,1,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,537165824,2048,32,0,0,0,0,0,278,413,58,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_iruk',12340),(26220,0,0,0,0,0,24376,25535,0,0,'Moa\'ki Warrior','','',0,75,75,2,1950,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26224,0,0,0,0,0,11398,0,0,0,'Drowned Guardian','','',0,69,70,2,1975,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,6,0,26224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,42108,0,0,0,0,0,0,1,8388624,64,'',12340),(26225,0,0,0,0,0,10553,0,0,0,'Phylactery Guardian','','',0,71,71,2,1975,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,26225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,35687,0,0,0,0,0,0,1,8388624,64,'',12340),(26226,0,0,0,0,0,23701,0,0,0,'Brugar Stoneshear','Explorers\' League','',0,73,73,0,1892,2,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26227,0,0,0,0,0,1126,17612,0,0,'Slay Loguhn Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26228,0,0,0,0,0,23702,0,0,0,'Trapper Mau\'i','','',0,71,71,2,1950,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26229,0,0,0,0,0,23703,0,0,0,'Tiernan Anvilheart','Weapon Merchant','',0,72,72,2,1892,4224,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26231,0,0,0,0,0,23704,0,0,0,'Saragosa','Consort of Malygos','',0,73,73,2,16,0,2,2.85714,1,1,313,448,0,302,2,2000,2000,2,768,2048,0,0,0,0,0,0,276,411,44,2,0,26231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.97,0.98,1,0,0,0,0,0,0,0,222,1,0,2,'',12340),(26232,0,0,0,0,0,23713,0,0,0,'Saragosa','','',0,73,73,2,16,0,2,1.71429,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,2,0,26232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35709,0,0,0,0,0,169,1,0,2,'',12340),(26233,0,0,0,0,0,23705,0,0,0,'Sergeant Tyric','','',0,71,71,2,1892,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26234,0,0,0,0,0,23706,0,0,0,'Sergeant Daelian','','',0,71,71,2,1892,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26235,0,0,0,0,0,23694,0,0,0,'Private Furlbrow','','',0,71,71,2,1892,0,1,1.14286,1,0,296,424,0,290,1,1500,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26236,0,0,0,0,0,23695,0,0,0,'Private Jansen','','',0,71,71,2,1892,0,1,1.14286,1,0,296,424,0,290,1,2300,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26237,0,0,0,0,0,27593,0,0,0,'Keristrasza','','',0,80,80,2,1816,0,3.6,1,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,12,8,1,0,0,0,0,0,0,0,226,1,0,0,'',12340),(26245,0,0,0,0,0,23710,0,0,0,'Tua\'kea','','',0,70,70,2,1950,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26248,0,0,0,0,0,20570,17612,0,0,'Northern Sinkhole Kill Credit','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_sinkhole_kill_credit',12340),(26249,0,0,0,0,0,20570,17612,0,0,'Southern Sinkhole Kill Credit','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_sinkhole_kill_credit',12340),(26250,0,0,0,0,0,15509,0,0,0,'Scourged Burrower','','',0,68,69,2,1975,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(26252,0,0,0,0,0,23712,0,0,0,'Captain Jacobs','','',0,69,69,2,1975,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,26252,0,0,0,0,0,0,0,0,33735,32736,0,0,0,0,0,0,0,0,1200,1500,'SmartAI',0,3,1,1,1,1,0,35705,0,0,0,0,0,0,1,8388624,0,'',12340),(26256,0,0,0,0,0,16480,17612,0,0,'Farshire Bell Credit','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26257,0,0,0,26280,0,23721,23722,23770,23771,'Surge Needle Sorcerer','','',0,71,72,2,1985,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,26257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,1840,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26260,0,0,0,0,0,23723,0,0,0,'Kurun','','',0,74,74,2,35,2,1,0.99206,1,1,325,464,0,334,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26261,0,0,0,0,0,12814,0,0,0,'Grizzly Hills Giant','','',0,74,74,2,1770,0,0.777776,1.14286,1,1,325,464,0,334,4.6,1500,2000,2,0,2048,0,0,0,0,0,0,285,423,48,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26263,0,0,0,0,0,23746,0,0,0,'Red Dragon Mount','','',0,72,72,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,273,1,0,0,'',12340),(26264,0,0,0,0,0,1060,17612,0,0,'Boulder Target','','',0,72,72,2,35,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26265,0,0,0,0,0,16480,19595,0,0,'Saragosa\'s End Invisman','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26266,0,0,0,0,0,25668,0,0,0,'Heigarr the Horrible','','',0,70,70,2,1771,0,1,1.07143,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,26266,26266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(26268,0,0,0,26270,0,25756,0,0,0,'Rune Reaver','','',0,74,75,2,16,0,1,0.99206,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,26268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1299,2165,'SmartAI',0,3,1,1,1,1,0,35747,42105,0,0,0,0,0,1,0,0,'',12340),(26269,0,0,0,0,0,15093,0,0,0,'Pico','Leather Trader','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26270,0,0,0,0,0,25748,0,0,0,'Iron Rune-Shaper','','',0,73,74,2,1954,0,1,0.99206,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,26270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1240,2066,'SmartAI',0,3,1,1,1,1,0,35747,42105,0,0,0,0,0,1,0,0,'',12340),(26271,0,0,0,0,0,27271,0,0,0,'Emaciated Mammoth Bull','','',0,73,73,2,190,0,0.666668,0.95238,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,1,0,26271,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42104,0,0,0,0,0,0,1,0,0,'',12340),(26272,0,0,0,0,0,27275,27235,0,0,'Emaciated Mammoth','','',0,71,71,2,188,0,0.666668,0.95238,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,1,0,26272,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42104,0,0,0,0,0,0,1,0,0,'',12340),(26273,0,0,0,0,0,27277,27276,27278,27279,'Emaciated Mammoth Calf','','',0,70,70,2,31,0,0.666668,0.95238,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,1,0,26273,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42104,0,0,0,0,0,0,1,0,0,'',12340),(26274,0,0,0,0,0,12750,0,0,0,'[PH] Dragonblight Ancient','','',0,72,72,2,1990,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26275,0,0,0,0,0,24139,0,0,0,'[PH] Dragonblight Black Dragon','','',0,72,72,2,103,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26276,0,0,0,0,0,24140,24175,24176,0,'Nexus Guardian','','',0,72,72,2,103,0,4,3.42857,1,1,307,438,0,314,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,2,32,26276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,15,6,1,1,0,0,0,0,0,0,0,243,1,0,0,'',12340),(26277,0,0,0,0,0,27811,0,0,0,'Bronze Shrine Warden','','',0,80,80,2,1683,0,4,2.85714,1,1,422,586,0,642,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,345,509,103,2,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,10,4.25,4.25,1,0,0,0,0,0,0,0,227,1,0,0,'',12340),(26278,0,0,0,0,0,24142,0,0,0,'[PH] Dragonblight Green Dragon','','',0,72,72,2,50,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26279,0,0,0,0,0,24137,0,0,0,'Dragonblight Red Dragon','','',0,72,72,2,60,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,243,1,0,0,'',12340),(26280,0,0,0,0,0,23833,23832,0,0,'Dragonblight Mage Hunter','','',0,71,72,2,1985,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,537165824,2048,0,0,0,0,0,0,268,399,40,7,0,26280,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1109,1849,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26281,0,0,0,26280,0,24906,24909,24910,0,'Moonrest Stalker','','',0,71,72,2,1985,0,0.666668,1.19048,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,3,0,26281,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26282,0,0,0,0,0,26091,0,0,0,'Earthen Warrior','','',0,73,74,2,1770,0,1,0.99206,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26283,0,0,0,0,0,26177,0,0,0,'Ice Revenant','','',0,72,73,2,834,0,1,1.28571,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,4,512,26283,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(26284,0,0,0,0,0,23754,8178,26150,0,'Runic Battle Golem','','',0,73,74,2,1771,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,4,512,26284,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(26285,0,0,0,0,0,9449,0,0,0,'[PH] Dragonblight Elemental Obsidian Dragonshire','','',0,72,72,2,834,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26286,0,0,0,0,0,23739,0,0,0,'Emberwyrm','','',0,75,75,2,2042,0,2.8,2.57143,1,1,342,485,0,392,4.6,2000,2000,1,320,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,10,1,1,0,0,0,0,0,0,0,214,1,8388624,0,'',12340),(26287,0,0,0,0,0,16919,24165,0,0,'Icestorm','','',0,73,73,2,1975,0,1.2,2,1,1,313,448,0,302,7.5,2000,2000,2,768,2048,0,0,0,0,0,0,276,411,44,6,0,26287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,10,1,1,0,0,0,0,0,0,0,236,1,8388624,0,'',12340),(26288,0,0,0,0,0,169,11686,0,0,'Forgotten Shore Event Trigger','','',0,72,72,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26290,0,0,0,0,0,23784,0,0,0,'Jotun','The Curse Bearer','',0,80,80,2,7,0,3.2,2.57143,1,1,422,586,0,642,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,5,512,26290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,215,1,0,0,'',12340),(26291,0,0,0,0,0,12815,0,0,0,'Crystalline Ice Giant','','',0,73,74,2,1814,0,2,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,287,426,63,5,512,26291,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,127,1,0,0,'',12340),(26292,0,0,0,0,0,2587,2586,0,0,'[PH] Dragonblight Scourge Carrion Fields','','',0,72,72,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26293,0,0,0,0,0,24564,0,0,0,'Hulking Jormungar','','',0,73,74,2,1965,0,1,0.99206,1,1,328,467,0,354,4.6,2000,2000,1,32832,2048,0,42,0,0,0,0,287,426,63,1,65537,26293,0,70206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26294,0,0,0,0,0,23739,0,0,0,'[PH] Dragonblight Magma Wyrm','','',0,72,72,2,1990,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26295,0,0,0,26481,0,24857,0,0,0,'Magnataur Patriarch','','',0,72,72,2,90,0,1,0.95238,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,26295,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1113,1855,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26296,0,0,0,0,0,1614,1613,0,0,'[PH] Dragonblight Scarlet Onslaught','','',0,72,72,2,89,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26297,0,0,0,0,0,16480,23742,0,0,'Voice of Keristrasza','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26298,0,0,0,0,0,1126,21999,0,0,'ELM General Purpose Bunny (scale x0.01) Large','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26299,0,0,0,0,0,25462,0,0,0,'Corpse of Saragosa','','',0,73,73,2,35,0,2,1.71429,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,2,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.97,0.98,1,0,0,0,0,0,0,0,169,1,0,0,'',12340),(26310,0,0,0,0,0,27176,0,0,0,'Malygos','','',0,83,83,2,16,0,8,4.71429,1,3,496,674,0,783,35,2000,2000,2,320,2048,0,0,0,0,0,0,365,529,98,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,500,50,1,0,0,0,0,0,0,0,266,1,0,0,'',12340),(26311,0,0,0,0,0,23643,23653,0,0,'[PH] Dragonblight Taunka','','',0,72,72,2,1921,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26312,0,0,0,0,0,23645,23650,0,0,'[PH] Dragonblight Taunka Spirit','','',0,72,72,2,1921,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26313,0,0,0,0,0,13098,0,0,0,'[PH] Dragonblight Treant','','',0,72,72,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26316,0,0,0,0,0,23349,0,0,0,'Crystalline Ice Elemental','','',0,73,74,2,91,0,1.55556,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,4,512,26316,0,80104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,36728,42107,0,0,0,0,0,1,0,0,'',12340),(26317,0,0,0,0,0,2587,2586,0,0,'[PH] Dragonblight Scourge Galakrond Rest','','',0,72,72,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26318,0,0,0,0,0,2587,2586,0,0,'[PH] Dragonblight Scourge Obsidian Dragonshire','','',0,72,72,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26319,0,0,0,0,0,23972,23973,23974,23975,'Anub\'ar Cultist','','',0,71,72,2,2018,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,26319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1112,1854,'SmartAI',0,3,1,1,1,1,0,36736,36957,0,0,0,0,0,1,0,0,'',12340),(26320,0,0,0,0,0,2587,2586,0,0,'[PH] Dragonblight Scourge Ruby Dragonshrine','','',0,72,72,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26321,0,0,0,0,0,27478,0,0,0,'Lothalor Ancient','','',0,71,72,2,35,0,1.6,1.71429,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,4,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26322,0,0,0,0,0,23747,0,0,0,'Arcane Wyrm','','',0,71,72,2,14,0,1,1.42857,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,2,0,26322,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(26333,0,0,0,0,0,27478,0,0,0,'Corrupted Lothalor Ancient','','',0,71,72,2,14,0,1.6,1.71429,1,1,307,438,0,314,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,4,288,26333,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26334,0,0,0,0,0,25794,0,0,0,'Forgemaster Damrath','','',0,74,74,2,1954,0,1,0.99206,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,26334,26334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1220,2033,'SmartAI',0,3,1,1,1,1,0,35747,42105,0,0,0,0,0,1,0,0,'',12340),(26335,0,0,0,0,0,26091,0,0,0,'Fallen Earthen Warrior','','',0,74,74,2,1770,2,1,0.99206,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26336,0,0,0,26343,0,23751,25550,0,0,'Indu\'le Mystic','','',0,71,72,2,16,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,6,0,26336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26343,0,0,0,0,0,23752,25549,0,0,'Indu\'le Fisherman','','',0,71,72,2,16,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,6,0,26343,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26344,0,0,0,26343,0,23753,25552,0,0,'Indu\'le Warrior','','',0,71,72,2,16,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,26344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26347,0,0,0,0,0,23823,26155,10802,0,'Runic War Golem','','',0,74,75,2,1954,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,4,512,26347,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,37013,42107,0,0,0,0,0,1,0,0,'',12340),(26348,0,0,0,0,0,25793,0,0,0,'Iron Thane Argrum','','',0,74,74,2,1954,0,1,0.99206,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,26348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1247,2079,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(26349,0,0,0,0,0,9489,0,0,0,'Goramosh','','',0,73,73,2,1985,0,0.888888,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,2,0,26349,0,70208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35801,0,0,0,0,0,0,1,0,0,'',12340),(26356,0,0,0,0,0,23826,0,0,0,'Redfang Hunter','','',0,74,75,2,2001,0,0.666668,0.99206,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,26356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1296,2160,'SmartAI',0,3,1,1,1,1,0,37251,0,0,0,0,0,0,1,0,0,'',12340),(26357,0,0,0,0,0,23774,0,0,0,'Frostpaw Warrior','','',0,75,75,2,2003,0,0.666668,0.99206,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,26357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1301,2169,'SmartAI',0,3,1,1,1,1,0,37251,0,0,0,0,0,0,1,0,0,'',12340),(26359,0,0,0,0,0,24862,0,0,0,'Ice Heart Jormungar Spawn','','',0,72,72,2,103,0,1,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,42,0,0,0,0,270,401,53,1,65537,26359,0,70206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26360,0,0,0,0,0,24876,0,0,0,'Rattlebore','','',0,74,74,2,103,0,1,0.99206,1,1,328,467,0,354,4.6,2000,2000,1,32832,2048,0,42,0,0,0,0,287,426,63,1,0,26360,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26361,0,0,0,0,0,23782,0,0,0,'Torthen Deepdig','Explorers\' League','',0,74,74,2,1892,2,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26362,0,0,0,0,0,23846,23847,0,0,'Explorers\' League Surveyor','Explorers\' League','',0,74,74,2,1892,2,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26363,0,0,0,0,0,2161,0,0,0,'Tallhorn Stag','','',0,72,73,2,2000,0,0.8,1.71429,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,1,0,26363,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,37185,0,0,0,0,0,0,1,0,0,'npc_tallhorn_stag',12340),(26364,0,0,0,0,0,23786,0,0,0,'(PH) Wildlife Test Doe','','',0,5,5,0,1999,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26365,0,0,0,0,0,23783,0,0,0,'Taunka Orphan','','',0,1,1,0,1981,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26366,0,0,0,0,0,24506,0,0,0,'Entropic Ooze','','',0,72,73,2,14,0,1,0.85714,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,10,0,26366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37199,0,0,0,0,0,100,1,0,0,'',12340),(26368,0,0,0,0,0,21635,0,0,0,'(PH) Wildlife Test Bear','','',0,72,73,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26370,0,0,0,0,0,23835,0,0,0,'Arcanimus','','',0,73,73,2,14,0,1,1.42857,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,4,32,26370,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,3,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(26371,0,0,0,0,0,23788,0,0,0,'Squire Walter','Gryan\'s Squire','',0,9,9,0,1892,2,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26372,0,0,0,0,0,22042,0,0,0,'(PH) Grizzly Test Low Aggro Worg','','',0,72,73,0,1953,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(26373,0,0,0,0,0,16480,18695,0,0,'Coldarra Spell FX InvisMan','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26374,0,0,0,0,0,23794,0,0,0,'Maevin Farmoon','Trade Goods','',0,73,73,2,1892,128,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26375,0,0,0,0,0,23795,0,0,0,'Quartermaster McCarty','Innkeeper','',9299,75,75,2,1892,66177,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(26376,0,0,0,0,0,22711,0,0,0,'Test - Brutallus Craig','','',0,70,70,0,35,0,1,1.14286,1,3,252,357,0,304,35,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1318,1,1,0,0,0,0,0,0,0,224,1,0,0,'',12340),(26377,0,0,0,0,0,23796,0,0,0,'Squire Percy','Stable Master','',9572,9,9,0,1892,4194307,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26379,0,0,0,0,0,23806,0,0,0,'Overlord Agmar','Kor\'kron Commander','',9617,80,80,2,1980,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26380,0,0,0,0,0,9509,0,0,0,'Lak\'tuk','Suffering','',0,78,78,2,1980,0,1,1.14286,1,1,387,543,0,528,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26381,0,0,0,0,0,9509,0,0,0,'Gar\'mak','Anguish','',0,78,78,2,1980,0,1,1.14286,1,1,387,543,0,528,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26382,0,0,0,0,0,23809,0,0,0,'Balfour Blackblade','Reagents and Poisons','',0,75,75,2,1892,3200,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26387,0,0,0,0,0,23810,0,0,0,'Father Michaels','','',0,75,75,2,1892,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26388,0,0,0,0,0,23811,0,0,0,'Veira Langdon','General Goods','',0,74,74,2,1892,384,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26389,0,0,0,0,0,23812,23813,23814,0,'Solstice Hunter','','',0,73,74,2,16,0,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,32768,2048,0,0,0,0,0,0,285,423,48,7,0,26389,0,0,0,0,0,0,0,0,0,0,0,0,6660,0,0,0,0,0,1238,2064,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26390,0,0,0,0,0,11179,0,0,0,'Transformed Trapper Male','','',0,73,74,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26392,0,0,0,0,0,23815,0,0,0,'Private Molsen','','',0,73,73,2,1892,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26402,0,0,0,0,0,23820,0,0,0,'Anub\'ar Ambusher','','',0,71,72,2,2018,0,0.833332,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,26402,0,70201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26403,0,0,0,0,0,20570,11686,0,0,'Kaskala Lookout','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26404,0,0,0,0,0,10718,0,0,0,'Black Skeletal Warhorse','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),(26405,0,0,0,0,0,25794,0,0,0,'Iron Thane Furyhammer','Thane of Dun Argol','',0,75,75,2,1954,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,26405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(26406,0,0,0,0,0,26161,0,0,0,'The Anvil','Furyhammer\'s Guardian','',0,74,74,2,1954,0,1,0.992063,1,1,325,464,0,334,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,4,512,26406,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26407,0,0,0,0,0,14502,0,0,0,'Lightning Sentry','','',0,74,75,2,1954,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,4,0,26407,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37013,42107,0,0,0,0,0,1,0,0,'',12340),(26408,0,0,0,0,0,25748,0,0,0,'Iron Rune-Smith','','',0,74,75,2,1954,0,1,0.99206,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,26408,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1299,2165,'SmartAI',0,3,1,1,1,1,0,36849,36850,36851,42105,0,0,0,1,0,0,'',12340),(26409,0,0,0,0,0,25748,0,0,0,'Rune-Smith Durar','','',0,74,75,2,1954,0,1,0.992063,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,26409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1306,2176,'SmartAI',0,3,1,1,1,1,0,37013,36857,42105,0,0,0,0,1,0,0,'',12340),(26410,0,0,0,0,0,25748,0,0,0,'Rune-Smith Kathorn','','',0,74,75,2,1954,0,1,0.992063,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,26410,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1302,2170,'',0,3,1,1,1,1,0,37013,36858,42105,0,0,0,0,1,0,0,'',12340),(26411,0,0,0,0,0,23818,25551,0,0,'Deranged Indu\'le Villager','','',0,71,72,2,16,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,26411,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1107,1845,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26412,0,0,0,0,0,22042,0,0,0,'(PH) Wildlife Test Worg','','',0,72,73,0,1953,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,36819,0,0,0,0,0,100,1,0,0,'',12340),(26413,0,0,0,0,0,25238,0,0,0,'Anub\'ar Dreadweaver','','',0,71,72,2,2018,0,1,0.99206,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,6,0,26413,26413,70201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26414,0,0,0,0,0,25754,0,0,0,'Runic Lightning Gunner','','',0,74,75,2,1954,0,1,0.99206,1,0,342,485,0,392,1,3000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,26414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1304,2173,'SmartAI',0,3,1,1,1,1,0,37013,0,0,0,0,0,0,1,0,0,'',12340),(26415,0,0,0,0,0,23824,0,0,0,'Senior Sergeant Juktok','','',9428,74,74,2,1981,3,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26416,0,0,0,0,0,23825,0,0,0,'Wolfcult Initiate','','',0,73,74,2,16,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,26416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1250,2084,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26417,0,0,0,0,0,23724,23827,23828,0,'Runed Giant','','',0,74,75,2,1771,0,1,0.99206,1,1,339,481,0,370,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,293,436,53,5,256,26417,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26418,0,0,0,0,0,22132,0,0,0,'Longhoof Grazer','','',0,73,74,2,1999,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,1,0,26418,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42104,36875,0,0,0,0,0,1,0,0,'',12340),(26420,0,0,0,0,0,23829,0,0,0,'Gavrock','','',9485,74,74,2,35,3,1,0.99206,1,1,325,464,0,334,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26421,0,0,0,0,0,2078,0,0,0,'Woodlands Walker','','Speak',0,71,72,2,35,1,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,4,256,26421,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,36786,42107,0,0,0,0,0,1,0,0,'',12340),(26422,0,0,0,0,0,23831,0,0,0,'Budd','','',9301,73,73,1,35,1,1,2.14286,1,0,316,450,0,320,1,2000,2000,1,33024,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(26423,0,0,0,0,0,24938,0,0,0,'Drakuru','','',9615,70,70,1,190,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26424,0,0,0,0,0,23837,0,0,0,'Samir','','',9604,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26425,0,0,0,0,0,24418,0,0,0,'Drakkari Warrior','','',0,73,73,2,37,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,512,2048,0,0,0,0,0,0,278,413,58,7,0,26425,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,1954,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26426,0,0,0,0,0,13340,0,0,0,'Arctic Ram','','',0,72,73,2,190,0,1,1.38571,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,1,0,26426,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26427,0,0,0,0,0,11179,564,563,0,'Transformed Trapper Visual','','',0,73,74,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26428,0,0,0,0,0,23774,0,0,0,'Frostpaw Shaman','','',0,75,75,2,2003,0,0.666668,0.99206,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,0,26428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1298,2164,'SmartAI',0,3,1,1,1,1,0,37251,0,0,0,0,0,0,1,0,0,'',12340),(26429,0,0,0,0,0,23831,0,0,0,'Budd','','',0,75,75,2,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.065894,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26430,0,0,0,0,0,1126,21955,0,0,'Ducal\'s Passenger Seat','','vehichleCursor',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26432,0,0,0,0,0,23840,0,0,0,'Taunka\'le Refugee','','Speak',0,66,71,2,1922,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26433,0,0,0,26179,0,23841,0,0,0,'Taunka\'le Refugee','','Speak',0,66,71,2,1922,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26434,0,0,0,0,0,23774,0,0,0,'Frostpaw Trapper','','',0,75,75,2,2003,0,0.666668,0.99206,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,26434,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37251,0,0,0,0,0,0,1,0,0,'',12340),(26435,0,0,0,0,0,169,11686,0,0,'Taunka Move Trigger','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26436,0,0,0,0,0,23772,0,0,0,'Redfang Elder','','',0,75,75,2,2001,0,0.666668,0.99206,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,26436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1298,2163,'SmartAI',0,3,1,1,1,1,0,37251,0,0,0,0,0,0,1,0,0,'',12340),(26437,0,0,0,0,0,23840,23841,0,0,'Taunka Soldier','','',0,71,73,2,1981,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26440,0,0,0,0,0,23843,0,0,0,'Emissary Skyhaven','','',0,72,72,2,1892,2,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,33024,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(26441,0,0,0,0,0,23844,0,0,0,'Envoy Ripfang','','',0,72,72,2,1981,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,33024,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(26442,0,0,0,0,0,6772,0,0,0,'Rak\'la the Traveler','Gambler','',0,72,72,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26443,0,0,0,0,0,23845,0,0,0,'Tariolstrasz','Steward of Wyrmrest Temple','',9455,80,80,2,2010,3,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,33280,2048,0,0,0,0,0,0,341,506,80,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_taxi',12340),(26444,0,0,0,0,0,16480,19595,0,0,'Quest Invisman - Filling the Cages','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26445,0,0,0,0,0,1060,17612,0,0,'Rune Plate','','',0,72,72,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26446,0,0,0,0,0,16901,0,0,0,'Ice Serpent','','',0,72,73,2,16,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,27,0,0,0,0,276,411,44,1,1,26446,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11586,0,0,0,'SmartAI',0,3,1,1,1,1,0,35798,0,0,0,0,0,0,1,0,0,'',12340),(26447,0,0,0,0,0,24443,0,0,0,'Drakkari Shaman','','',0,73,73,2,37,0,1,1.14286,1,0,270,395,0,143,1,1500,2000,8,32768,2048,0,0,0,0,0,0,255,380,37,7,0,26447,26447,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,1963,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26448,0,0,0,0,0,23850,23851,23852,23853,'Stars\' Rest Sentinel','','',0,75,75,2,2004,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26449,0,0,0,0,0,23553,0,0,0,'Gamel the Cruel','','',0,70,70,2,1885,0,1,1.07143,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,26449,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,1656,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26450,0,0,0,0,0,22199,0,0,0,'Ariut','','',0,73,73,2,1950,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26451,0,0,0,0,0,23553,0,0,0,'Ragnar Drakkarlund','','',0,70,70,2,1885,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,26451,26451,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,35774,0,0,0,0,0,0,1,0,0,'',12340),(26452,0,0,0,0,0,20216,0,0,0,'Leviroth','','',0,72,72,2,1914,0,0.5,0.5,1,1,307,438,0,314,7.5,2000,2000,1,33024,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,6,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26454,0,0,0,0,0,22042,0,0,0,'(PH) Duskhowl Stalker','','',0,72,73,0,1953,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(26455,0,0,0,0,0,14695,0,0,0,'Moonrest Highborne','','',0,71,72,2,21,0,1.11111,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,6,0,26455,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26456,0,0,0,0,0,22120,0,0,0,'Winter\'s Sister','','',0,71,72,2,1891,0,1,0.99206,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,26456,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1155,1925,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26457,0,0,0,0,0,26858,0,0,0,'Diseased Drakkari','','',0,73,73,2,37,0,1,0.99206,1,0,316,450,0,320,1,1500,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,26457,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26458,0,0,0,0,0,7803,0,0,0,'Drakkari Plaguebringer','','',0,73,73,2,37,0,0.666668,1.14286,1,1,316,450,0,320,4.6,1500,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,26458,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26459,0,0,0,0,0,23849,0,0,0,'Commander Saia Azuresteel','','',0,80,80,2,1892,2,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26460,0,0,0,0,0,17444,0,0,0,'Lorn Deathspeaker','','',0,73,73,0,37,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26461,0,0,0,0,0,24993,0,0,0,'Scourge Corpserender','','',0,73,73,2,1692,0,0.8,0.99206,1,0,316,450,0,320,1,1500,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,6,0,26461,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26462,0,0,0,0,0,935,0,0,0,'Test Gryphon','','',0,43,45,0,1055,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(26467,0,0,0,0,0,23861,0,0,0,'Jormungar Tunneler','','',0,73,74,2,1692,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,1,0,26467,0,70206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,36729,0,0,0,0,0,0,1,0,0,'',12340),(26468,0,0,0,0,0,1060,11686,0,0,'North Building','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26469,0,0,0,0,0,1060,11686,0,0,'South Building','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26470,0,0,0,0,0,1060,11686,0,0,'East Building','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26471,0,0,0,0,0,23855,0,0,0,'Image of Archmage Aethas Sunreaver','Kirin Tor','',9513,80,80,2,2007,3,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26472,0,0,0,0,0,23958,23959,23960,239,'Highland Mustang','','',0,74,75,2,2000,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,1,0,26472,0,70202,0,0,0,0,0,0,49285,0,0,0,0,0,0,0,0,62,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26473,0,0,0,0,0,10317,0,0,0,'Ko\'char the Unbreakable','','',9452,75,75,2,35,3,2,1.71429,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,169,1,0,0,'',12340),(26474,0,0,0,0,0,21619,0,0,0,'Ameenah','Reagents','',0,70,70,1,35,2176,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26475,0,0,0,0,0,24167,0,0,0,'Magmawyrm','','',0,74,75,2,974,0,2.8,2.57143,1,1,342,485,0,392,4.6,2000,2000,1,33555264,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,214,1,8388624,0,'',12340),(26476,0,0,0,0,0,6762,14886,23832,23833,'Dead Mage Hunter Transform','','',0,71,72,2,1985,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26477,0,0,0,0,0,16888,0,0,0,'Dead Mage Hunter','','LootAll',0,71,72,2,35,16777216,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,537133056,2048,32,0,0,0,0,0,268,399,40,10,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(26480,0,0,0,26481,0,24840,24859,0,0,'Magnataur Youngling','','',0,72,72,2,16,0,1,0.95238,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,26480,26480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1117,1861,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26481,0,0,0,0,0,24856,0,0,0,'Magnataur Alpha','','',0,73,73,2,16,0,1.6,1.42857,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,26481,26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1265,2108,'',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(26483,0,0,0,0,0,23962,0,0,0,'Dragonbone Condor','','',0,71,72,2,1953,0,2.4,2,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,7,0,0,0,0,270,401,53,1,1,26483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13472,0,0,0,'SmartAI',0,7,1,1,1,1,0,36729,0,0,0,0,0,185,1,0,0,'',12340),(26484,0,0,0,0,0,23857,0,0,0,'Hugh Glass','Merchant','',9484,74,74,0,35,643,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26485,0,0,0,0,0,23858,0,0,0,'Orphan Matron Twinbreeze','','',9318,73,73,2,1981,3,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26486,0,0,0,0,0,23860,23859,0,0,'Horde Warrior','Sons of Warsong','',0,75,75,0,1979,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26487,0,0,0,0,0,23862,23863,0,0,'Alliance Soldier','','',0,75,75,2,1974,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26488,0,0,0,0,0,23646,0,0,0,'Taunka Pack Kodo','','',0,70,70,2,1981,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26489,0,0,0,0,0,23276,0,0,0,'[PH] Dragonblight Carrion Field Necromancer','','',0,72,72,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26490,0,0,0,0,0,1197,1201,0,0,'[PH] Dragonblight Carrion Field Zombie','','',0,72,72,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,26490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26491,0,0,0,0,0,7534,0,0,0,'[PH] Dragonblight Carrion Field Gargoyle','','',0,72,72,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26492,0,0,0,0,0,137,0,0,0,'Wastes Digger','','',0,72,73,2,974,0,0.777776,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,6,0,26492,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26493,0,0,0,0,0,24037,0,0,0,'Wastes Taskmaster','','',0,73,73,2,21,0,1,1.14286,1,0,270,395,0,143,1,2000,2000,8,32768,2048,0,0,0,0,0,0,255,380,37,7,0,26493,26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,1951,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,0,0,'',12340),(26494,0,0,0,0,0,14315,0,0,0,'Griselda','Hugh\'s Pet','',0,74,74,2,35,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,33536,2048,0,0,0,0,0,0,287,426,63,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26495,0,0,0,0,0,23868,0,0,0,'Test Catapult','','vehichleCursor',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.01177,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(26496,0,0,0,0,0,19637,0,0,0,'Wind Trader Mu\'fah','','',0,72,72,2,1985,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,26496,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35800,0,0,0,0,0,0,1,0,0,'',12340),(26497,0,0,0,0,0,30865,0,0,0,'Lady Jaina Proudmoore','','',0,80,80,2,35,0,1,1,1,1,346,499,0,287,7.5,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26498,0,0,0,0,0,16480,19595,0,0,'Drakuru\'s Bunny 01','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26499,31210,0,0,0,0,24949,0,0,0,'Arthas','Prince of Lordaeron','',0,80,80,2,2076,1,1,1.14286,1,1,417,582,0,608,4,2000,0,2,32768,2048,8,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'npc_arthas',12340),(26500,0,0,0,0,0,27135,0,0,0,'Image of Drakuru','','',0,70,70,0,190,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33024,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26501,0,0,0,0,0,21482,0,0,0,'Ethenial Moonshadow','','',0,73,73,2,190,2,1.11111,1.14286,1,0,316,450,0,320,1,2000,2000,1,768,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26503,0,0,0,0,0,6296,901,6295,0,'Scalawag Frog','','Pickup',0,1,1,0,31,16777216,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(26504,0,0,0,0,0,23874,0,0,0,'Soar Hawkfury','Stable Master','',9437,74,74,2,1981,4194307,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,32768,2048,0,0,0,0,0,0,285,423,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26505,0,0,0,0,0,23875,0,0,0,'Doctor Sintar Malefious','Grand Apothecary','',9661,75,75,2,1928,3,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26506,0,0,0,0,0,23876,0,0,0,'Jennings','Doctor Malefious\' Assistant','',0,70,70,2,1928,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26507,0,0,0,0,0,23877,23937,23938,23939,'Forsaken Chemist','','',0,68,72,2,1928,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26508,0,0,0,0,0,23878,0,0,0,'Forsaken Blightcaller','','',0,68,72,2,1928,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26509,0,0,0,0,0,22125,0,0,0,'Lucid Test Subject','','',0,70,72,2,974,0,1,1.28968,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26510,0,0,0,0,0,23879,0,0,0,'Tu\'u\'gwar','\"He Who Plays With Food\"','',0,73,73,2,14,0,1,1.42857,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(26511,0,0,0,0,0,1557,12199,0,0,'Moa\'ki Bottom Thresher','','',0,71,72,2,16,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,1,0,26511,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26512,0,0,0,0,0,23276,0,0,0,'Carrion Necromancer','','',0,73,73,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26513,0,0,0,0,0,24443,0,0,0,'Drakkari Shaman Corpse','','',0,73,73,2,37,0,1,1.14286,1,0,316,450,0,320,1,1500,2000,1,537133824,2048,32,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(26514,0,0,0,0,0,23846,0,0,0,'Surveyor Orlond','Explorers\' League','',0,73,73,2,1892,2,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,40,0,0,0,0,0,276,411,44,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26515,0,0,0,0,0,646,0,0,0,'Carrion Ghoul','','',0,72,73,0,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,35854,0,0,0,0,0,0,1,8388624,0,'',12340),(26516,0,0,0,0,0,24418,0,0,0,'Drakkari Warrior Corpse','','',0,73,73,2,37,0,1,1.14286,1,0,316,450,0,320,1,1500,2000,1,537133824,2048,32,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(26517,0,0,0,0,0,14709,0,0,0,'Carrion Gargoyle','','',0,72,73,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,26517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,35840,42108,0,0,0,0,0,1,8388624,0,'',12340),(26518,0,0,0,0,0,10613,0,0,0,'Carrion Abomination','','',0,73,73,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,26518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26519,0,0,0,0,0,21738,0,0,0,'Prigmon','','',9622,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7264,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26521,0,0,0,0,0,23895,0,0,0,'Kili\'ua','\"Two Huge Pincers\"','',0,72,72,2,14,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,8,0,0,0,0,270,401,53,1,1,26521,0,70202,0,0,0,0,0,0,53442,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35831,0,0,0,0,0,0,1,0,0,'',12340),(26522,0,0,0,0,0,2602,0,0,0,'Subterranean Thresher','','',0,74,74,2,190,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,1,0,26522,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,35837,0,0,0,0,0,0,1,0,0,'',12340),(26523,0,0,0,0,0,23884,0,0,0,'Forsaken Blight Spreader','','vehichleCursor',0,70,70,2,1928,16777216,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,48211,0,0,0,0,0,0,0,0,36,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,344407930,0,'',12340),(26524,0,0,0,0,0,23885,23886,0,0,'Scarlet Footman','','',0,73,73,2,89,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26525,0,0,0,0,0,23902,0,0,0,'Cockroach','','',0,1,1,0,188,0,0.4,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(26526,0,0,0,0,0,23887,23888,0,0,'Scourged Scarlet Footman','','',0,73,73,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,26526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26527,0,0,0,0,0,10008,0,0,0,'Chromie','','',9586,80,80,2,35,3,1,1.14286,1,0,422,586,0,642,1,2000,0,1,33536,2048,8,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cos_chromie_start',12340),(26528,0,0,0,0,0,23889,0,0,0,'Uther the Lightbringer','Knight of the Silver Hand','',0,80,80,2,35,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,33600,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26529,31211,0,0,0,0,26579,0,0,0,'Meathook','','',0,82,82,2,2075,0,1,1.14286,1,1,488,642,0,782,7.5,1600,0,1,32832,2048,8,0,0,0,0,0,363,521,121,6,72,26529,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,2,1,0,0,0,0,0,0,0,0,1,617299839,2097152,'boss_meathook',12340),(26530,31212,0,0,0,0,26581,0,0,0,'Salramm the Fleshcrafter','','',0,82,82,2,2075,0,1,1.14286,1,1,463,640,0,726,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,360,520,91,7,72,26530,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,15,1,0,0,0,0,0,0,0,0,1,617299839,2097152,'boss_salramm',12340),(26531,0,0,0,0,0,6296,901,6295,0,'Mesmerized Frog','','',0,1,1,0,31,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(26532,31215,0,0,0,0,26580,0,0,0,'Chrono-Lord Epoch','','',0,82,82,2,2075,0,1,1.14286,1,1,463,640,0,726,7.5,2000,0,2,33600,2048,8,0,0,0,0,0,360,520,91,2,72,26532,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'boss_epoch',12340),(26533,31217,0,0,0,0,26582,0,0,0,'Mal\'Ganis','','',0,82,82,2,2075,0,1,1.14286,1,1,463,640,0,726,7.5,2000,0,2,33600,2048,8,0,0,0,0,0,360,520,91,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,10,1,0,0,0,0,0,0,0,0,1,617299839,2097152,'boss_mal_ganis',12340),(26535,0,0,0,0,0,23511,0,0,0,'[Demo] Craig Amai','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26536,30791,0,0,0,0,7869,0,0,0,'Mindless Servant','','',0,78,78,2,21,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,6,0,26536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26537,0,0,0,0,0,24164,0,0,0,'Greeb Ramrocket','Borean Tundra Zeppelin Master','',9347,45,45,0,29,1,1,1.42857,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(26538,0,0,0,0,0,24170,0,0,0,'Nargo Screwbore','Durotar Zeppelin Master','',9350,65,65,0,2020,1,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(26539,0,0,0,0,0,24169,0,0,0,'Meefi Farthrottle','Howling Fjord Zeppelin Master','',9349,45,45,0,29,1,1,1.42857,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(26540,0,0,0,0,0,24162,0,0,0,'Drenk Spannerspark','Tirisfal Glades Zeppelin Master','',9346,65,65,0,1928,1,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(26541,0,0,0,0,0,24171,0,0,0,'Zab Steambolt','Howling Fjord Zeppelin Master','',0,65,65,0,1928,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(26542,0,0,0,0,0,24168,0,0,0,'Lini Lugbolt','Borean Tundra Zeppelin Master','',0,65,65,0,1928,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(26543,0,0,0,0,0,27135,0,0,0,'Image of Drakuru','','',0,70,70,1,190,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26544,0,0,0,0,0,28135,0,0,0,'Warlord Zim\'bo','','',0,73,73,2,37,0,1,1.14286,1,0,316,450,0,320,1,1500,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,26544,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1154,1923,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26546,0,0,0,0,0,24136,0,0,0,'Ludin Farrow','Dockmaster','',9342,35,35,0,12,1,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26547,0,0,0,0,0,24131,0,0,0,'Basil Crowe','Dockmaster','',9338,65,65,0,1892,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26550,30764,0,0,0,0,28054,28055,0,0,'Dragonflayer Deathseeker','','',0,77,77,2,1885,0,1,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,314,466,81,7,0,26550,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4791,7985,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26551,0,0,0,0,0,24132,0,0,0,'Hansric Stout','Dockmaster','',0,65,65,0,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26552,0,0,0,0,0,24144,0,0,0,'Maye Piper','Dockmaster','',0,65,65,0,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26553,30765,0,0,0,0,28056,28057,0,0,'Dragonflayer Fanatic','','',0,80,80,2,1885,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,7,0,26553,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4808,8013,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26554,30766,0,0,0,0,25657,25658,0,0,'Dragonflayer Seer','','',0,80,80,2,1885,0,1,1.28571,1,1,417,582,0,608,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,341,506,80,7,0,26554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3279,8024,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26555,30806,0,0,0,0,12818,0,0,0,'Scourge Hulk','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,6,0,26555,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26556,0,0,0,0,0,24126,0,0,0,'Agloolik','Dockmaster','',9337,75,75,0,1950,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26557,0,0,0,0,0,24133,0,0,0,'Kanosak','Dockmaster','',9340,73,73,0,1950,1,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26558,0,0,0,0,0,24146,0,0,0,'Nutaaq','Dockmaster','',9345,73,73,0,1950,1,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26559,0,0,0,0,0,16480,19595,0,0,'Drakuru\'s Bunny 02','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26561,0,0,0,0,0,23304,0,0,0,'Converted Harvest Collector','','',0,68,68,2,2004,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26564,0,0,0,0,0,23904,0,0,0,'Borus Ironbender','Grand Master Blacksmithing Trainer','',9459,73,73,2,1981,83,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,2,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26565,0,0,0,0,0,23905,23923,23924,23925,'Agmar\'s Siegesmith','','',0,71,72,2,1981,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26566,0,0,0,0,0,23906,0,0,0,'Narzun Skybreaker','Wind Rider Master','',0,72,72,2,1981,8192,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26567,0,0,0,0,0,23907,0,0,0,'Aegalas','Food & Drink','',0,70,70,2,1981,640,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26568,0,0,0,0,0,23908,0,0,0,'Zebu\'tan','Herbalism & Poison Supplies','',0,71,71,2,1981,1152,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26569,0,0,0,0,0,23909,0,0,0,'Alys Vol\'tyr','Reagents & Enchanting Supplies','',0,73,73,2,1981,2176,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26570,0,0,0,0,0,26857,26856,26858,26859,'Famished Scourge Troll','','',0,73,73,0,37,0,1,0.992063,1,0,316,450,0,320,1,1500,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26571,0,0,0,0,0,21362,0,0,0,'Imprisoned Monkey','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26572,0,0,0,0,0,17719,0,0,0,'Kor\'kron War Rider','','',0,75,75,2,1981,0,1,3.42857,1,0,342,485,0,392,1,2000,2000,1,33024,2048,0,0,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,241,1,0,0,'',12340),(26573,0,0,0,0,0,23910,0,0,0,'Lingering Villager','','',0,72,72,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,26573,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26574,0,0,0,0,0,23911,0,0,0,'Valnok Windrager','Kor\'kron Wing Commander','',0,75,75,2,1981,2,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26575,0,0,0,26577,0,2165,0,0,0,'Coldwind Waste Huntress','','',0,73,74,2,16,0,1.38889,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,26575,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1232,2054,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26577,0,0,0,0,0,23912,0,0,0,'Coldwind Witch','','',0,73,74,2,16,0,1.38889,1.14286,1,0,279,408,0,158,1,2000,2000,8,0,2048,0,0,0,0,0,0,263,391,41,7,0,26577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1235,2059,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26578,0,0,0,0,0,25805,0,0,0,'Mistress of the Coldwind','','',0,74,74,2,16,0,1.38889,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,285,423,48,7,0,26578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1264,2106,'SmartAI',0,4,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26580,0,0,0,0,0,23919,0,0,0,'Quartermaster Gakzug','','',0,72,72,2,1981,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26581,0,0,0,0,0,23920,0,0,0,'Koltira Deathweaver','','',9456,80,80,2,1981,3,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26582,0,0,0,0,0,24418,0,0,0,'Horrified Drakkari Warrior','','',0,73,73,0,37,0,1,1.14286,1,0,316,450,0,320,1,1500,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),(26583,0,0,0,0,0,24443,0,0,0,'Horrified Drakkari Shaman','','',0,73,73,0,37,0,1,0.99206,1,0,316,450,0,320,1,1500,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),(26584,0,0,0,0,0,23921,0,0,0,'Sage Paluna','','',0,75,75,2,1922,2,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26585,0,0,0,0,0,25279,0,0,0,'Bloodmist','Koltira\'s Deathcharger','',0,75,75,2,1981,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26586,0,0,0,0,0,22042,0,0,0,'Hungry Worg','','',0,72,73,2,1953,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,1,0,0,0,0,278,413,58,1,1,26586,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(26587,0,0,0,0,0,23922,0,0,0,'Grizzly Hills Rabbit','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(26588,0,0,0,0,0,23949,0,0,0,'Emily','','',9627,5,5,0,35,3,1,0.92857,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,110,1,0,0,'npc_emily',12340),(26589,0,0,0,0,0,23926,0,0,0,'Mr. Floppy','Emily\'s Pet','',0,68,68,2,113,0,1,0.92857,1,0,231,325,0,292,1,2000,2000,1,256,2048,0,0,0,0,0,0,195,289,41,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,110,1,0,0,'npc_mrfloppy',12340),(26590,0,0,0,0,0,22003,0,0,0,'Ravenous Worg','','',0,72,73,2,1953,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(26591,0,0,0,0,0,16480,19595,0,0,'Pacer Bunny - Drak Theron Exterior','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26592,0,0,0,0,0,24235,0,0,0,'Graymist Hunter','','',0,73,74,2,1953,0,1.2,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,1,0,0,0,0,287,426,63,1,1,26592,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37010,0,0,0,0,0,121,1,0,0,'',12340),(26593,0,0,0,0,0,23927,0,0,0,'Serinar','','',9537,75,75,2,2010,3,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26594,0,0,0,0,0,23954,0,0,0,'Spiritual Insight Transform','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_spiritual_insight',12340),(26595,0,0,0,0,0,23930,0,0,0,'Toalu\'u the Mystic','','',0,72,72,2,1950,2,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26596,0,0,0,0,0,23935,0,0,0,'\"Charlie\" Northtop','Innkeeper','',9427,70,70,2,1973,66177,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(26597,0,0,0,0,0,23957,0,0,0,'Toby \"Mother Goose\" Ironbolt','Stable Master','',9821,70,70,2,1973,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(26598,0,0,0,0,0,23956,0,0,0,'Mistie Flitterdawn','Reagents and Poisons','',0,70,70,2,1973,3200,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26599,0,0,0,0,0,23953,0,0,0,'Willis Wobblewheel','Blacksmith','',0,70,70,2,1973,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26600,0,0,0,0,0,23967,0,0,0,'Chief Engineer Galpen Rolltie','Engineering Supplies','',0,70,70,2,1973,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26601,0,0,0,0,0,24005,24006,24007,24008,'Fizzcrank Airman','','',0,70,70,2,1891,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26602,0,0,0,0,0,23955,0,0,0,'Kara Thricestar','Air Traffic Controller','',9683,70,70,2,1892,8193,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26603,0,0,0,0,0,23932,23933,23934,0,'Kor\'kron Windrager','','',0,73,75,2,1980,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26604,0,0,0,0,0,21618,0,0,0,'Mack Fearsen','','',9416,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26605,0,0,0,0,0,23880,0,0,0,'Anub\'ar Underlord','','',0,71,72,2,2018,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,26605,0,70201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,42108,0,0,0,0,0,1,8388624,0,'',12340),(26606,0,0,0,0,0,25239,0,0,0,'Anub\'ar Slayer','','',0,71,72,2,2018,0,1,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,26606,0,70201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,36736,42108,0,0,0,0,0,1,8388624,0,'',12340),(26607,0,0,0,0,0,23945,0,0,0,'Anub\'ar Blightbeast','','',0,71,72,2,2018,0,1,0.952381,2.08,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,524288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1.5,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26608,0,0,0,0,0,23881,0,0,0,'Under-King Anub\'et\'kan','','',0,73,73,2,1771,0,1,1.14286,1,1,316,450,0,320,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26612,0,0,0,0,0,16480,19595,0,0,'Burninate Kill Credit','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26613,0,0,0,0,0,23946,23947,23948,0,'Arctic Grizzly Cub','','',0,69,70,2,2106,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,1,0,26613,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26614,0,0,0,0,0,328,0,0,0,'Snowshoe Hare','','',0,5,5,0,31,0,1,1.28571,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),(26615,0,0,0,0,0,23951,0,0,0,'Snowfall Elk','','',0,71,72,2,7,0,0.8,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,1,0,26615,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26616,0,0,0,26874,0,23952,0,0,0,'Blighted Elk','','',0,71,72,2,14,0,0.8,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,1,0,26616,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,36800,0,0,0,0,0,0,1,0,0,'',12340),(26617,0,0,0,0,0,23961,0,0,0,'Grunt Tar\'yug','','',0,70,70,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26618,0,0,0,0,0,23963,0,0,0,'Captain Gort','Kor\'kron Guard Captain','',9432,73,73,2,1981,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26619,0,0,0,0,0,24049,24050,24051,24053,'Fizzcrank Paratrooper','','',9415,70,70,2,1973,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26620,31339,0,0,0,0,27077,27078,0,0,'Drakkari Guardian','','',0,76,76,2,1965,0,1,1,1,1,356,503,0,432,4.8,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,128,26620,26620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4218,7030,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(26621,31347,0,0,0,0,24994,0,0,0,'Ghoul Tormentor','','',0,72,72,2,16,0,0.8,0.992063,1,1,307,438,0,314,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,6,0,26621,26621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26622,31337,0,0,0,0,1955,0,0,0,'Drakkari Bat','','',0,75,75,2,16,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,24,0,0,0,0,295,438,68,1,1,26622,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26623,31357,0,0,0,0,7847,0,0,0,'Scourge Brute','','',0,76,76,2,1814,0,0.888888,1.14286,1,1,356,503,0,432,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,305,452,74,6,0,26623,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26624,31363,0,0,0,0,1693,0,0,0,'Wretched Belcher','','',0,74,74,2,16,0,1,1.14286,1,1,328,467,0,354,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,6,0,26624,26624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26625,31336,0,0,0,0,16462,0,0,0,'Darkweb Recluse','','',0,74,74,2,22,0,1,1.28571,1,1,328,467,0,354,7.5,2000,2000,1,64,2048,0,3,0,0,0,0,287,426,63,1,1,26625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13148,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26626,31359,0,0,0,0,24084,0,0,0,'Scourge Reanimator','','',0,74,74,2,16,0,1,1.14286,1,1,325,464,0,334,7.5,2500,2000,2,32832,2048,0,0,0,0,0,0,285,423,48,7,0,26626,26626,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4226,7044,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26627,31344,0,0,0,0,24500,0,0,0,'Crystal Handler','','',0,75,75,2,16,0,1,1,1,1,464,604,0,708,4,2000,2000,8,0,2048,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(26628,31343,0,0,0,0,19732,0,0,0,'Drakkari Scytheclaw','','',0,74,74,2,16,0,1,1,1,1,328,467,0,354,4.8,2000,2000,1,64,2048,0,11,0,0,0,0,287,426,63,1,1,26628,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,144,1,0,0,'',1),(26630,31362,0,0,0,0,26352,0,0,0,'Trollgore','','',0,76,76,2,1965,0,1,1,1,1,356,503,0,432,4.8,1000,2000,1,64,2048,0,0,0,0,0,0,305,452,74,6,72,26630,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,188,1,650854271,2097152,'boss_trollgore',1),(26631,31350,0,0,0,0,26292,0,0,0,'Novos the Summoner','','',0,76,76,2,16,0,1,1,1,1,352,499,0,408,4.8,2000,2000,2,64,2048,0,0,0,0,0,0,302,449,57,6,72,26631,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_novos',1),(26632,31360,0,0,0,0,27072,0,0,0,'The Prophet Tharon\'ja','','',0,76,76,2,16,0,1,1,1,1,356,503,0,335,13,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,6,72,26632,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_tharon_ja',1),(26633,0,0,0,0,0,23964,0,0,0,'Ursoc','','',0,75,75,2,2068,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,295,438,68,1,0,26633,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26634,0,0,0,0,0,23965,0,0,0,'Fizzcrank Watcher Rupert Keeneye','','',0,70,70,2,1973,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26635,31355,0,0,0,0,27058,0,0,0,'Risen Drakkari Warrior','','',0,74,74,2,1814,0,1,0.992063,1,1,328,467,0,354,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,6,0,26635,26635,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26636,31354,0,0,0,0,26857,0,0,0,'Risen Drakkari Soulmage','','',0,74,74,2,16,0,1,0.992063,1,1,325,464,0,334,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,285,423,48,6,0,26636,26636,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26637,31342,0,0,0,0,26860,0,0,0,'Risen Drakkari Handler','','',0,75,75,2,16,0,1,1,1,1,328,467,0,354,4.8,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,6,0,26637,26637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',1),(26638,31351,0,0,0,0,27056,0,0,0,'Risen Drakkari Bat Rider','','',0,75,75,2,16,0,1,1,1,1,342,485,0,392,4.8,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,26638,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,2,'',1),(26639,31345,0,0,0,0,27083,27084,0,0,'Drakkari Shaman','','',0,76,76,2,1965,0,1,1.14286,1,1,352,499,0,408,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,302,449,57,7,0,26639,26639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4148,6914,'SmartAI',0,3,1,4,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26641,31340,0,0,0,0,19734,0,0,0,'Drakkari Gutripper','','',0,74,74,2,16,0,1,1,1,1,342,485,0,392,4.8,2000,2000,1,64,2048,0,11,0,0,0,0,295,438,68,1,1,26641,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(26644,0,0,0,0,0,820,0,0,0,'Ursus Mauler','','',0,72,73,2,16,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,4,0,0,0,0,278,413,58,1,1,26644,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37020,0,0,0,0,0,0,1,0,0,'',12340),(26645,0,0,0,0,0,23968,23969,0,0,'Fizzcrank Engineering Crew','','',0,70,70,2,1973,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26646,0,0,0,0,0,1086,0,0,0,'Saronite Horror','','',0,73,74,2,16,0,0.666668,0.85714,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,10,0,26646,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(26647,0,0,0,0,0,23987,0,0,0,'Narf','','',9420,75,75,2,35,3,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26648,30794,0,0,0,0,23970,0,0,0,'Oacha\'noa','Goddess of the Depths','',0,83,83,2,190,0,1,2.14286,1,3,496,674,0,783,35,2000,2000,2,33536,2080,0,0,0,0,0,0,365,529,98,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,100,100,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(26649,0,0,0,0,0,23971,0,0,0,'Messenger Torvus','','',0,71,71,2,1981,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26652,0,0,0,0,0,23976,0,0,0,'Greatmother Icemist','','',0,75,75,2,1981,2,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26653,0,0,0,0,0,23984,0,0,0,'Kilix the Unraveler','','',10225,75,75,2,2016,3,1,0.99206,1,1,342,485,0,392,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,295,438,68,10,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26654,0,0,0,0,0,23978,0,0,0,'Roanauk Icemist','High Chieftain of the Taunka','',0,73,73,2,1935,0,1,1.14286,1,1,313,448,0,302,4.6,2000,2000,2,33536,2048,0,0,0,0,0,0,276,411,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26655,0,0,0,0,0,23979,0,0,0,'High Cultist Zangus','','',0,72,72,2,974,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,26655,26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,1841,'SmartAI',0,3,1,1,1,1,0,36741,0,0,0,0,0,0,1,0,0,'',12340),(26656,0,0,0,0,0,23980,23981,0,0,'Anub\'ar Prison','','',0,70,70,0,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26658,0,0,0,0,0,569,0,0,0,'Reckless Scavenger','','',0,68,69,2,1975,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,26658,26658,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26659,0,0,0,0,0,24110,0,0,0,'Zort','','',9451,75,75,2,35,3,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26660,0,0,0,0,0,23988,0,0,0,'Xink','','',9422,75,75,2,35,3,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26661,0,0,0,0,0,23986,0,0,0,'Zivlix','','',9425,75,75,2,35,3,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26662,0,0,0,0,0,23565,0,0,0,'Azjol-anak Battleguard','','',0,74,75,2,2016,0,1,0.99206,1,1,342,485,0,392,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,295,438,68,10,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26663,0,0,0,0,0,25810,25811,25812,0,'Winterskorn Hunter','','',0,69,70,2,1885,0,1,1.28571,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,26663,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,1559,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(26664,0,0,0,0,0,21720,0,0,0,'Kurzel','','',9690,70,70,1,35,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26665,0,0,0,0,0,23985,0,0,0,'[PH] Named Condor Shirrak','','',0,71,72,0,1953,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,184,1,0,0,'',12340),(26666,0,0,0,0,0,23989,0,0,0,'Scout Vor\'takh','','',10258,75,75,2,1981,2,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26667,30767,0,0,0,0,22293,22294,25393,25393,'Dragonflayer Spectator','','',0,79,79,2,1885,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,768,2048,0,0,0,0,0,0,334,494,95,7,0,26667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4768,7946,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26668,30810,0,0,0,0,26096,0,0,0,'Svala Sorrowgrave','','',0,80,80,2,21,0,0.4,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,26668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,3,25,1,1,0,0,0,0,0,0,0,122,1,650854271,2097152,'',12340); INSERT INTO `creature_template` VALUES (26669,30821,0,0,0,0,25241,0,0,0,'Ymirjar Savage','','',0,79,79,2,21,0,1,1.07143,1,1,404,564,0,582,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,334,494,95,6,0,26669,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,42108,41989,0,0,0,0,0,1,8388624,0,'',12340),(26670,30818,0,0,0,0,25240,0,0,0,'Ymirjar Flesh Hunter','','',0,79,79,2,21,0,1,1.07143,1,1,404,564,0,582,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,334,494,95,6,0,26670,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5117,5117,'SmartAI',0,3,1,4,5,1,0,42108,41989,0,0,0,0,0,1,8388624,0,'',12340),(26671,30802,0,0,0,0,23992,0,0,0,'Rabid Dire Bear *Unused*','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26672,30762,0,0,0,0,22089,22044,0,0,'Bloodthirsty Tundra Wolf','','',0,79,79,2,21,0,1.2,1,1,1,404,564,0,582,7.5,2000,2000,1,64,2048,0,1,0,0,0,0,334,494,95,1,1,26672,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13461,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26673,0,0,0,0,0,23991,0,0,0,'Image of Archmage Modera','Kirin Tor','',9511,80,80,2,2007,3,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26674,31335,0,0,0,0,17814,0,0,0,'Darkweb Hatchling','','',0,74,74,2,16,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.85,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26675,0,0,0,0,0,169,17188,0,0,'Spider Summon Target','','',0,70,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(26676,0,0,0,0,0,23819,0,0,0,'Anub\'ar Invader','','',0,70,71,2,1771,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.35,0.35,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26677,0,0,0,0,0,24009,0,0,0,'Zivlix\'s Destruction Machine','','',0,75,75,2,35,0,8,4,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,258,1,0,0,'',12340),(26678,0,0,0,0,0,23993,0,0,0,'Warsong Battle Standard','','',0,70,71,1,1935,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,4,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26679,0,0,0,0,0,23812,23813,23814,0,'Silverbrook Trapper','','',0,73,74,2,2032,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,26679,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1232,2054,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26680,0,0,0,0,0,23994,0,0,0,'Aiyan Coldwind','Innkeeper','',344,74,74,2,1922,66177,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26681,0,0,0,0,0,23772,0,0,0,'Grumbald One-Eye','','',0,75,75,2,2001,0,0.666668,0.99206,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,26681,26681,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1309,2181,'SmartAI',0,3,1,1,1,1,0,36740,0,0,0,0,0,0,1,0,0,'',12340),(26682,0,0,0,0,0,7196,0,0,0,'Venture Co. Corpse','','',0,73,73,2,47,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26683,30772,0,0,0,0,26327,0,0,0,'Frenzied Worgen','','',0,80,80,2,974,0,1,0.992063,1.15,1,422,586,0,642,7.5,2400,0,1,33554752,2048,8,0,0,0,0,0,345,509,103,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_frenzied_worgen',12340),(26684,30803,0,0,0,0,23999,0,0,0,'Ravenous Furbolg','','',0,80,80,2,974,0,0.666668,0.992063,1,1,417,582,0,608,7.5,2400,0,2,33554752,2048,8,0,0,0,0,0,341,506,80,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_ravenous_furbolg',12340),(26685,30790,0,0,0,0,24564,0,0,0,'Massive Jormungar','','',0,80,80,2,974,0,1,0.992063,1,1,422,586,0,642,7.5,2400,0,1,33554752,2048,8,42,0,0,0,0,345,509,103,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_massive_jormungar',12340),(26686,30770,0,0,0,0,26284,0,0,0,'Ferocious Rhino','','',0,80,80,2,974,0,1,0.992063,1,1,422,586,0,642,7.5,2400,0,1,33554752,2048,8,0,0,0,0,0,345,509,103,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_ferocious_rhino',12340),(26687,30774,0,0,0,0,27419,0,0,0,'Gortok Palehoof','','',0,80,80,2,974,0,1,0.952381,1,1,422,586,0,642,7.5,2400,0,1,33554752,2048,8,0,0,0,0,0,345,509,103,7,40,26687,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5026,8376,'',0,3,1,15,5,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_palehoof',12340),(26690,30822,0,0,0,0,25240,0,0,0,'Ymirjar Warrior','','',0,79,79,2,21,0,1,1.21429,1,1,300,400,0,1500,7,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,6,0,26690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,42108,0,0,0,0,0,130,1,8388624,0,'',12340),(26691,30823,0,0,0,0,25243,0,0,0,'Ymirjar Witch Doctor','','',0,79,79,2,21,0,1,1.14286,1,1,300,400,0,1500,7,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,6,0,26691,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,42108,41989,0,0,0,0,121,1,8388624,0,'',12340),(26692,30819,0,0,0,0,25241,0,0,0,'Ymirjar Harpooner','','',0,79,79,2,21,0,1,1.14286,1,1,300,400,0,1500,7,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,6,0,26692,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,42108,0,0,0,0,0,121,1,8388624,0,'',12340),(26693,30807,0,0,0,0,27418,0,0,0,'Skadi the Ruthless','','',0,80,80,2,21,0,1,1.42857,1,1,422,586,0,642,7.5,2400,0,1,64,2048,8,0,0,0,0,0,345,509,103,6,8,26693,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,5,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_skadi',12340),(26694,30817,0,0,0,0,25244,0,0,0,'Ymirjar Dusk Shaman','','',0,79,79,2,21,0,1,1.07143,1,1,334,482,0,260,7.5,2000,2000,8,64,2048,0,0,0,0,0,0,306,454,64,6,0,26694,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8585,8585,'SmartAI',0,3,1,4,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26696,30816,0,0,0,0,25242,0,0,0,'Ymirjar Berserker','','',0,80,80,2,21,0,1,1.07143,1,1,422,586,0,642,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,6,0,26696,26696,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2819,6648,'SmartAI',0,3,1,4,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26697,0,0,0,0,0,24000,0,0,0,'Tewah Chillmane','Leather Armor Merchant','',0,70,70,2,1922,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26699,0,0,0,0,0,13211,17200,0,0,'Jormungar Meat','','Interact',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,36731,0,0,0,0,0,0,1,0,128,'',12340),(26700,0,0,0,0,0,16480,19595,0,0,'Drakuru\'s Bunny 03','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26701,0,0,0,0,0,27135,0,0,0,'Image of Drakuru','','',0,70,70,1,190,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26702,0,0,0,0,0,26859,0,0,0,'Scourged Drakkari Oracle','','',0,73,73,2,1692,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,26702,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26703,0,0,0,0,0,26861,0,0,0,'Scourged Drakkari Warmonger','','',0,73,73,2,1692,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,26703,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26704,0,0,0,0,0,27230,27078,27251,0,'Drakkari Defender','','',0,74,74,2,1693,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,26704,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1238,2063,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26705,0,0,0,0,0,27172,27181,0,0,'Snowplain Disciple','','',0,72,73,2,16,0,1,1.19048,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,26705,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,1953,'SmartAI',0,3,1,0.15,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26706,0,0,0,0,0,1083,0,0,0,'Infected Grizzly Bear','','',0,74,74,2,44,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,4,0,0,0,0,287,426,63,1,1,26706,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26707,0,0,0,0,0,24003,0,0,0,'Litoko Icetotem','Armor Merchant','',0,74,74,2,1922,4224,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26708,0,0,0,0,0,24018,24016,24017,0,'Silverbrook Villager','','',0,73,74,2,2032,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,26708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1235,2059,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26709,0,0,0,0,0,24004,0,0,0,'Pahu Frosthoof','Innkeeper','',9614,70,70,2,1922,66177,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(26711,0,0,0,0,0,26425,0,0,0,'Injured Mammoth','','',0,72,72,2,1925,0,0.666668,0.95238,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26712,0,0,0,0,0,17188,17188,0,0,'Crystal Channel Target','','',0,70,70,2,14,0,1,1,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',1),(26713,0,0,0,0,0,10911,0,0,0,'Dragonblight Test Subject','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26716,30459,0,0,0,0,25251,0,0,0,'Azure Warder','','',0,71,71,2,16,0,0.888888,1.14286,1,1,304,436,0,296,6,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,2,40,26716,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26718,0,0,0,0,0,24011,0,0,0,'Trader Alorn','General Goods','',0,70,70,2,1922,384,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26720,0,0,0,0,0,24012,0,0,0,'Danook Stormwhisper','Trade Goods','',0,70,70,2,1922,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26721,0,0,0,0,0,24014,0,0,0,'Halona Stormwhisper','Stable Master','',9821,70,70,2,1922,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(26722,30457,0,0,0,0,25249,0,0,0,'Azure Magus','','',0,71,71,2,16,0,0.888888,1.14286,1,1,304,436,0,296,6,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,2,40,26722,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26723,30540,0,0,0,0,24307,0,0,0,'Keristrasza','','',0,73,73,2,16,0,1,2.8,1,1,313,448,0,302,10,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,2,104,26723,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_keristrasza',12340),(26725,0,0,0,0,0,24020,0,0,0,'Wind Tamer Oril','','',0,72,72,2,1922,0,1,1.6,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26726,0,0,0,0,0,24021,0,0,0,'Borean Tundra Air Elemental','','',0,70,70,2,1922,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26727,30460,0,0,0,0,24312,24313,24314,24315,'Mage Hunter Ascendant','','',0,71,71,2,16,0,1,1.42857,1,1,296,424,0,290,6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,8,26727,26727,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4088,6813,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(26728,30478,0,0,0,0,24316,24317,24318,24319,'Mage Hunter Initiate','','',0,71,71,2,16,0,1,1.14286,1,1,296,424,0,290,6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,8,26728,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4095,6825,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26729,30485,0,0,0,0,24320,24321,24322,24323,'Steward','','',0,71,71,2,16,0,1,1.14286,1,1,299,426,0,308,6,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,8,26729,26729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4094,6823,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26730,30473,0,0,0,0,24906,0,0,0,'Mage Slayer','','',0,71,71,2,16,0,0.666668,1.19048,1.25,1,296,424,0,290,6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,3,8,26730,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26731,30510,0,0,0,0,24066,0,0,0,'Grand Magus Telestra','','',0,71,71,2,16,0,1,2.8,1,1,304,436,0,296,10,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,104,26731,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4155,6925,'',0,3,1,12.5,15,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_magus_telestra',12340),(26732,0,0,0,0,0,23220,0,0,0,'[dnd] Fizzcrank Paratrooper Bunny','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26733,0,0,0,0,0,24022,0,0,0,'Banthok Icemist','','',0,70,70,2,1981,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26734,30516,0,0,0,0,14886,0,0,0,'Azure Enforcer','','',0,71,71,2,1692,0,1,1.42857,1,1,299,426,0,308,6,2400,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,2,8,26734,0,70211,0,0,0,0,0,0,15284,39171,0,0,0,0,0,0,0,0,5200,5600,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(26735,30517,0,0,0,0,25250,0,0,0,'Azure Scale-Binder','','',0,71,71,2,1692,0,0.888888,1.42857,1,1,296,424,0,290,6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,2,8,26735,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(26736,30518,0,0,0,0,28080,0,0,0,'Azure Skyrazor','','',0,71,80,2,1847,0,2,1.42857,1,1,422,586,0,642,1,2000,2000,1,33110,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,5.85,0.102407,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),(26737,30519,0,0,0,0,14253,0,0,0,'Crazed Mana-Surge','','',0,71,71,2,1692,0,1,1.42857,1,1,299,426,0,308,6,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,8,26737,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,144,1,0,1,'',12340),(26746,30520,0,0,0,0,27810,0,0,0,'Crazed Mana-Wraith','','',0,71,71,2,16,0,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.75,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26761,30521,0,0,0,0,23329,0,0,0,'Crazed Mana-Wyrm','','',0,71,71,2,1692,0,2,1.42857,1,1,299,426,0,308,1,2000,2000,1,33108,2048,0,0,0,0,0,0,262,389,48,4,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,2,0.102407,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),(26762,0,0,0,0,0,24024,0,0,0,'Captain Emmy Malin','','',0,72,72,2,1985,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,26762,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1118,1863,'SmartAI',0,3,1,1,3,1,0,36751,0,0,0,0,0,0,1,0,0,'',12340),(26763,30529,0,0,0,0,26259,0,0,0,'Anomalus','','',0,72,72,2,16,0,1,1.42857,1,1,304,436,0,296,10,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,4,104,26763,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,15,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_anomalus',12340),(26766,0,0,0,0,0,24025,0,0,0,'Brave Storming Sky','','',0,71,72,2,2019,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26767,0,0,0,0,0,24026,0,0,0,'Longrunner Taima','','',0,71,72,2,2019,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26768,0,0,0,0,0,24027,0,0,0,'Snow Tracker Haloke','','',0,71,72,2,2019,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26769,0,0,0,0,0,24102,0,0,0,'Anok\'ra the Manipulator','','',0,72,72,2,2018,0,1,1,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,6,0,26769,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,3,1,0,36736,36752,0,0,0,0,0,1,8388624,0,'',12340),(26770,0,0,0,0,0,24102,0,0,0,'Tivax the Breaker','','',0,72,72,2,2018,0,1,1,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,6,0,26770,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,3,1,0,36736,36753,0,0,0,0,0,1,8388624,0,'',12340),(26771,0,0,0,0,0,24102,0,0,0,'Sinok the Shadowrager','','',0,72,72,2,2018,0,1,1,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,6,0,26771,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,3,1,0,36736,36754,0,0,0,0,0,1,8388624,0,'',12340),(26772,0,0,0,0,0,23643,23653,0,0,'Icemist Warrior','','',0,71,72,2,1935,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,537166592,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26773,0,0,0,0,0,1126,17612,0,0,'The Focus on the Beach Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26777,0,0,0,0,0,169,11686,0,0,'High Chief Icemist Vehicle Trigger','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26778,0,0,0,0,0,169,11686,0,0,'Anub\'et\'kan Vehicle Trigger','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26779,0,0,0,0,0,24863,24867,0,0,'7th Legion Wyrm Hunter','','',0,72,73,2,1974,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26780,0,0,0,0,0,24864,24865,24866,0,'7th Legion Cleric','','',0,72,73,2,1974,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26782,30526,0,0,0,0,27469,0,0,0,'Crystalline Keeper','','',0,71,71,2,16,0,1.6,1.14286,1,1,299,426,0,308,6,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,4,264,26782,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,125,1,0,0,'',12340),(26783,0,0,0,0,0,23828,0,0,0,'Freed Giant','','',0,74,74,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26784,0,0,0,0,0,11662,19344,0,0,'Dan\'s Test Dummy','','vehichleCursor',0,30,30,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,0.045977,1,0,0,0,0,0,0,0,341,1,0,0,'',12340),(26785,0,0,0,0,0,20570,16946,0,0,'Directional Rune','','',0,72,72,2,35,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,268,399,40,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(26786,0,0,0,0,0,25756,0,0,0,'Iron Rune Avenger','','',0,74,75,2,16,0,1,0.99206,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,26786,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1304,2173,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(26787,0,0,0,0,0,27135,0,0,0,'Image of Drakuru','','',0,70,70,1,190,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26788,0,0,0,0,0,23365,0,0,0,'Fizzcrank Bomber Escort','','Interact',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26789,0,0,0,0,0,16480,19595,0,0,'Drakuru\'s Bunny 04','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26790,0,0,0,0,0,24038,24039,0,0,'Taunka\'le Longrunner','','',0,71,72,2,1921,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26791,0,0,0,0,0,16259,0,0,0,'Scott Keenan','Thug Life','',0,1,1,0,35,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,19,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(26792,30524,0,0,0,0,27472,0,0,0,'Crystalline Protector','','',0,71,71,2,16,0,1.6,1.42857,1,1,299,426,0,308,6,2400,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,4,264,26792,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,35490,0,0,0,0,0,144,1,0,0,'',12340),(26793,30528,0,0,0,0,25570,0,0,0,'Crystalline Frayer','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.376709,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_crystalline_frayer',12340),(26794,30532,0,0,0,0,26298,0,0,0,'Ormorok the Tree-Shaper','','',0,72,72,2,16,0,1,1.42857,1.15,1,307,438,0,314,10,2400,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,4,584,26794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,15,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_ormorok',12340),(26795,0,0,0,0,0,24443,0,0,0,'Drakkari Oracle','','',0,73,73,2,37,0,1,1.14286,1,0,270,395,0,143,1,2000,2000,8,32768,2048,0,0,0,0,0,0,255,380,37,7,0,26795,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1170,1950,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26796,30398,0,0,0,0,24366,0,0,0,'Commander Stoutbeard','','',0,82,82,2,16,0,1,1.42857,1,1,422,586,0,642,10,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,72,26796,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_commander_stoutbeard',12340),(26797,0,0,0,0,0,24418,0,0,0,'Drakkari Protector','','',0,73,73,2,37,0,1,1.14286,1,0,316,450,0,320,1,1500,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,26797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,1951,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26798,30397,0,0,0,0,24352,0,0,0,'Commander Kolurg','','',0,82,82,2,16,0,1,1.14286,1,1,464,604,0,708,10,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,0,26798,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_commander_stoutbeard',12340),(26799,30495,0,0,0,0,24358,0,0,0,'Horde Berserker','','',0,71,71,2,16,0,1,1.14286,1.15,1,299,426,0,308,6,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,8,26799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(26800,30496,0,0,0,0,24353,0,0,0,'Alliance Berserker','','',0,71,71,2,16,0,1,1.14286,1,1,299,426,0,308,6,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,8,26800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4145,6908,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(26801,30508,0,0,0,0,24354,0,0,0,'Horde Ranger','','',0,71,71,2,16,0,1,1.14286,1,1,296,424,0,290,6,2000,1500,2,32832,2048,0,0,0,0,0,0,260,387,37,7,8,26801,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(26802,30509,0,0,0,0,24355,0,0,0,'Alliance Ranger','','',0,71,71,2,16,0,1,1.14286,1,1,296,424,0,290,6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,8,26802,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4161,6935,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(26803,30497,0,0,0,0,24357,0,0,0,'Horde Cleric','','',0,71,71,2,16,0,1,1.14286,1,1,296,424,0,290,6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,8,26803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(26804,0,0,0,0,0,1126,11686,0,0,'Fizzcrank Bomber Invisible Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26805,30498,0,0,0,0,24356,0,0,0,'Alliance Cleric','','',0,71,71,2,16,0,1,1.14286,1,1,296,424,0,290,6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,8,26805,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4158,6930,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(26806,0,0,0,0,0,7569,0,0,0,'Guardian Serpent','','',0,72,72,2,16,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,27,0,0,0,0,268,399,40,1,1,26806,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26807,0,0,0,0,0,23365,0,0,0,'Fizzcrank Bomber Flyby 01','','Interact',0,70,70,0,35,0,1.2,4,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26808,0,0,0,0,0,23365,0,0,0,'Fizzcrank Bomber Flyby 02','','Interact',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26809,0,0,0,0,0,12815,0,0,0,'Ravaged Crystalline Ice Giant','','LootAll',0,72,72,2,35,1,2,1.14286,1,0,307,438,0,314,1,2000,2000,1,536870912,2048,32,0,0,0,0,0,270,401,53,5,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,127,1,0,0,'',12340),(26810,0,0,0,0,0,23978,0,0,0,'Roanauk Icemist','High Chieftain of the Taunka','',9461,73,73,2,1922,3,1,1.14286,1,1,313,448,0,302,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26811,0,0,0,0,0,24454,0,0,0,'Ancient Drakkari Warmonger','','',0,73,73,2,190,0,1,1.14286,1,0,316,450,0,320,1,3000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,2,26811,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26812,0,0,0,0,0,24448,0,0,0,'Ancient Drakkari Soothsayer','','',0,73,73,2,190,0,1,1.14286,1,0,270,395,0,143,1,2000,2000,8,0,2048,0,0,0,0,0,0,255,380,37,6,2,26812,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26813,0,0,0,0,0,17719,24045,0,0,'Kor\'kron War Rider','','vehichleCursor',0,72,72,2,1981,16777216,1,1,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,1,8,0,0,0,0,0,0,0,0,0,63507,47434,47454,0,0,0,0,0,0,39,0,0,'',0,5,1,1.5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(26814,0,0,0,0,0,22354,0,0,0,'Harrison Jones','','',9431,70,70,1,35,3,1,0.85714,1,0,252,357,0,304,5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(26815,0,0,0,0,0,24046,0,0,0,'Lieutenant Ta\'zinni','','',0,72,72,2,1985,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,26815,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1112,1853,'SmartAI',0,3,1,1,3,1,0,36779,0,0,0,0,0,0,1,0,0,'',12340),(26816,0,0,0,26280,0,24059,24060,24062,24061,'Focus Wizard','','',0,71,72,2,1985,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,26816,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1109,1848,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26817,0,0,0,0,0,23366,23368,23367,23369,'Fizzcrank Fighter','','',0,70,70,2,1973,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26818,0,0,0,0,0,24052,0,0,0,'Tuskarr Tribesman','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26819,0,0,0,0,0,26796,0,0,0,'Tranformed Trapper Female','','',0,73,74,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26820,0,0,0,0,0,25748,0,0,0,'Iron Rune-Weaver','','',0,75,75,2,1954,0,1,0.99206,1,0,289,421,0,175,1,3000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,0,26820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1301,2168,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(26821,0,0,0,0,0,24065,0,0,0,'Envoy Ducal','','',0,71,71,2,1892,2,1,1.14286,1,0,299,426,0,308,1,1500,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26823,0,0,0,0,0,25380,0,0,0,'Howling Wolvar Trainer','','',0,70,70,2,16,0,0.666668,0.99206,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,26823,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1116,1860,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26824,31341,0,0,0,0,6469,0,0,0,'Drakkari Raptor Mount','','',0,75,75,2,16,0,1,1,1,0,235,422,0,604,4,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,26824,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',1),(26825,0,0,0,0,0,25387,0,0,0,'Howling Wolvar Shaman','','',0,69,69,2,16,0,0.666668,0.99206,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,26825,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1138,1896,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26826,0,0,0,0,0,25640,0,0,0,'Howling Wolvar Chieftain','','',0,70,70,2,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,26826,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1202,2003,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26827,0,0,0,0,0,25381,0,0,0,'Howling Wolvar Lookout','','',0,69,69,2,16,0,0.666668,0.99206,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,26827,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1113,1855,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26828,0,0,0,0,0,24063,0,0,0,'Magister Keldonus','','',0,74,74,2,14,0,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,285,423,48,7,0,26828,0,0,0,0,0,0,0,0,0,0,0,0,51804,0,0,0,0,0,3755,6259,'SmartAI',0,3,1,10,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26829,0,0,0,0,0,26789,0,0,0,'Frenzied Worgen','','',0,74,74,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(26830,31352,0,0,0,0,27062,0,0,0,'Risen Drakkari Death Knight','','',0,76,76,2,16,0,1,0.992063,1,1,352,499,0,408,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,302,449,57,6,0,26830,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26831,0,0,0,0,0,1126,17612,0,0,'Atop the Woodlands Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26832,0,0,0,0,0,24067,0,0,0,'Grand Magus Telestra','','',0,74,74,2,14,0,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,33536,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,10,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26833,0,0,0,0,0,8469,0,0,0,'Startled Warhorse','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(26835,0,0,0,0,0,22131,0,0,0,'[PH] Dragonblight Shoveltusk Scavenger','','',0,72,73,2,1886,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42104,0,0,0,0,0,0,1,0,0,'',12340),(26836,0,0,0,26481,0,24954,0,0,0,'Gigantaur','','',0,74,74,2,14,0,2.4,2,1,1,328,467,0,354,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,26836,26836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3701,6169,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,185,1,0,0,'',12340),(26837,0,0,0,0,0,24072,0,0,0,'Sarendryana','','',0,75,75,2,1891,2,1,0.99206,1,1,339,481,0,370,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26838,0,0,0,0,0,24071,0,0,0,'Dreadtalon','','',0,74,74,2,14,0,2.4,2,1,1,328,467,0,354,4.6,2000,2000,1,32768,2048,0,7,0,0,0,0,287,426,63,1,1,26838,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,10,20,1,0,0,0,0,0,0,0,185,1,0,0,'',12340),(26839,0,0,0,0,0,24073,24074,24075,24076,'Conquest Hold Legionnaire','','',0,73,74,2,1979,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26840,0,0,0,0,0,24165,0,0,0,'[PH] Dragonblight Named Frost Wyrm Horde','','',0,72,72,2,1965,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26841,0,0,0,0,0,24166,0,0,0,'Reanimated Frost Wyrm','','',0,73,74,2,14,0,1.2,2,1,1,328,467,0,354,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,6,32,26841,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,3.75,2.5,1,1,0,0,0,0,0,0,0,180,1,8388624,0,'',12340),(26842,0,0,0,0,0,21068,0,0,0,'[PH] Vanguard Landing Flight Master','Wind Rider Master','',0,75,75,1,1735,8192,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26844,0,0,0,0,0,24095,0,0,0,'Lilleth Radescu','Bat Handler','',0,75,75,1,1929,8192,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26845,0,0,0,0,0,24096,0,0,0,'Junter Weiss','Bat Handler','',0,75,75,1,1928,8192,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26846,0,0,0,0,0,4355,0,0,0,'Kareg','Wind Rider Master','',0,75,75,1,1981,8192,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26847,0,0,0,0,0,24125,0,0,0,'Omu Spiritbreeze','Wind Rider Master','',0,75,75,1,1922,8192,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26848,0,0,0,0,0,24253,0,0,0,'Kimbiza','Wind Rider Master','',0,75,75,1,1981,8192,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26850,0,0,0,0,0,4382,0,0,0,'Numo Spiritbreeze','Wind Rider Master','',0,75,75,1,1981,8192,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26851,0,0,0,0,0,6371,0,0,0,'Nethestrasz','Flight Master','',0,75,75,1,2010,8192,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26852,0,0,0,0,0,24332,0,0,0,'Kragh','Wind Rider Master','',0,75,75,1,1981,8192,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,26852,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26853,0,0,0,0,0,13309,0,0,0,'Makki Wintergale','Wind Rider Master','',9785,75,75,1,1922,8193,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26854,0,0,0,0,0,24090,0,0,0,'Earthwarden Grife','','',9433,72,72,2,1981,3,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26855,0,0,0,0,0,20570,11686,0,0,'East Stone','','',0,1,1,0,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26856,0,0,0,0,0,20570,11686,0,0,'North Stone','','',0,1,1,0,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26857,0,0,0,0,0,20570,11686,0,0,'South Stone','','',0,1,1,0,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26858,0,0,0,0,0,24165,0,0,0,'Sarathstra','','',0,75,75,2,14,0,2.4,2,1,1,342,485,0,392,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,6,0,26858,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,7.5,25,20,1,0,36793,0,0,0,0,0,185,1,8388624,0,'',12340),(26859,0,0,0,0,0,24079,0,0,0,'Rokhan','','',9434,72,72,2,1981,3,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26860,0,0,0,0,0,24078,0,0,0,'Conqueror Krenna','','',9571,76,76,0,1979,3,1,1.14286,1,1,356,503,0,432,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26861,30788,0,0,0,0,28019,0,0,0,'King Ymiron','','',0,82,82,2,14,0,1,1.07143,1,1,488,642,0,782,7.5,2000,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,72,26861,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_ymiron',12340),(26862,0,0,0,0,0,24080,0,0,0,'Anthis','','',0,73,73,0,1981,0,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,26862,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3626,6043,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26863,0,0,0,0,0,24081,0,0,0,'Sethyel','','',0,73,73,0,1981,0,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,26863,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3513,5855,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26864,0,0,0,0,0,24073,24074,24075,24076,'Conquest Hold Outrider','','',0,73,74,2,1979,0,1,1.38571,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26865,0,0,0,0,0,24083,0,0,0,'Tecahuna','','',0,73,73,2,14,0,1,1.14286,1,1,313,448,0,302,6,2000,2000,2,768,2048,0,0,0,0,0,0,276,411,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26867,0,0,0,0,0,16480,19595,0,0,'Mummy Effect Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26868,0,0,0,0,0,24085,0,0,0,'Provisioner Lorkran','General Goods','',9633,73,74,0,1979,643,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26869,0,0,0,0,0,24086,24087,24088,24089,'Pit-Fighting Spectator','','',0,73,74,0,1979,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26870,0,0,0,0,0,24091,24092,24093,0,'Darkspear Dragon Hunter','','',0,70,72,2,1980,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,33536,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26871,0,0,0,0,0,27229,0,0,0,'Ancient Drakkari King','','',0,73,73,2,14,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26872,0,0,0,0,0,23356,0,0,0,'Weakened Giant','','',0,74,74,2,1771,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,512,26872,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26873,0,0,0,0,0,24094,0,0,0,'Mage-Commander Evenstar','','',0,73,73,2,35,2,1,1.14286,1,0,270,395,0,143,1,2000,2000,8,537165824,2048,0,0,0,0,0,0,255,380,37,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26874,0,0,0,0,0,23952,0,0,0,'Infected Wildlife','','',0,70,71,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,36800,0,0,0,0,0,0,1,0,0,'',12340),(26875,0,0,0,0,0,24367,0,0,0,'Lieutenant Dumont','','',9599,71,71,0,11,3,1,1.14286,1,1,299,426,0,308,4.6,1500,2000,1,512,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26876,0,0,0,0,0,22041,0,0,0,'Samuel Clearbook','Gryphon Master','',9784,75,75,2,1892,8193,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26877,0,0,0,0,0,22041,0,0,0,'Derek Rammel','Gryphon Master','',0,75,75,2,1892,8192,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26878,0,0,0,0,0,22041,0,0,0,'Rodney Wells','Gryphon Master','',10280,75,75,2,1892,8195,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26880,0,0,0,0,0,5499,0,0,0,'Vana Grey','Gryphon Master','',0,75,75,2,1892,8192,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26881,0,0,0,0,0,11662,0,0,0,'Palena Silvercloud','Hippogryph Master','',30211,75,75,2,1892,8195,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26882,0,0,0,0,0,10618,0,0,0,'Arctic Grizzly Credit','','',0,72,73,2,1990,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26883,0,0,0,0,0,24097,0,0,0,'Raegar Breakbrow','Explorers\' League','',9705,75,75,2,1892,3,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26884,0,0,0,0,0,21970,0,0,0,'Harkor','','',9624,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26885,0,0,0,0,0,24098,0,0,0,'Mountaineer Kilian','','',0,75,75,2,1892,2,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26886,0,0,0,0,0,22002,0,0,0,'Kraz','','',9805,70,70,2,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26887,0,0,0,0,0,1126,17612,0,0,'The End of the Line Ley Line Focus Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26888,0,0,0,0,0,24621,0,0,0,'Cartographer Tobias','','',0,71,71,0,11,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26889,0,0,0,0,0,1126,17612,0,0,'The End of the Line Area Trigger Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26890,0,0,0,0,0,23936,0,0,0,'Mistress of the Coldwind','','',0,74,74,2,16,0,1,1.14286,1,1,325,464,0,334,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26891,0,0,0,0,0,24099,24100,0,0,'Undead Miner','','',0,74,75,2,974,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,26891,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26892,0,0,0,0,0,23912,0,0,0,'Coldwind Witch','','',0,73,73,2,16,0,1,1.14286,1,0,270,395,0,143,1,2000,2000,8,0,2048,0,0,0,0,0,0,255,380,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26893,30775,0,0,0,0,27043,0,0,0,'Grauf','','',0,80,80,2,21,0,1.44444,2.75,1,1,422,586,0,642,7.5,2000,0,1,320,2048,8,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,'',0,5,1,100,5,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_skadi_grauf',12340),(26894,0,0,0,0,0,2311,0,0,0,'TEST ESCORTEE - LAB','','',0,15,15,0,113,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,109,1,0,0,'',12340),(26895,0,0,0,0,0,23951,0,0,0,'Snowfall Elk Credit','','',0,70,71,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26896,0,0,0,0,0,7112,0,0,0,'Nozzlerust Supply Runner','','',0,75,75,2,35,2,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,32,0,0,0,0,0,295,438,68,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26897,0,0,0,0,0,24103,24106,24104,24105,'Gnome, Clockwork (Northrend)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26898,0,0,0,0,0,24124,0,0,0,'Troz','','',9453,75,75,2,35,4225,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26899,0,0,0,0,0,23522,0,0,0,'Riding Drake, Red','','',0,75,75,2,2092,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26900,0,0,0,0,0,8478,0,0,0,'Tinky Stabberson','Poison & Reagent Supplies','',0,70,70,2,1973,3200,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26901,0,0,0,0,0,24134,0,0,0,'Torik','Ammunition','',0,71,71,1,1892,4480,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26902,0,0,0,0,0,16480,19595,0,0,'Essence of Warlord Jin\'arrak','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26903,0,0,0,0,0,24161,0,0,0,'Lanolis Dewdrop','Grand Master Alchemy Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26904,0,0,0,0,0,24149,0,0,0,'Rosina Rivet','Grand Master Blacksmithing Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26905,0,0,0,0,0,24158,0,0,0,'Brom Brewbaster','Grand Master Cooking Trainer','',9985,71,71,1,1892,83,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26906,0,0,0,0,0,24160,0,0,0,'Elizabeth Jackson','Grand Master Enchanting Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26907,0,0,0,0,0,24196,0,0,0,'Tisha Longbridge','Grand Master Engineering Trainer','',0,71,71,1,1892,80,1,1.38571,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26908,0,0,0,0,0,24151,0,0,0,'Helen Fairchild','Reagents','',0,71,71,1,1892,2176,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26909,0,0,0,0,0,24157,0,0,0,'Byron Welwick','Grand Master Fishing Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26910,0,0,0,0,0,24150,0,0,0,'Fayin Whisperleaf','Grand Master Herbalism Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26911,0,0,0,0,0,24152,0,0,0,'Bernadette Dexter','Grand Master Leatherworking Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26912,0,0,0,0,0,24148,0,0,0,'Grumbol Stoutpick','Grand Master Mining Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26913,0,0,0,0,0,24153,0,0,0,'Frederic Burrhus','Grand Master Skinning Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26914,0,0,0,0,0,24154,0,0,0,'Benjamin Clegg','Grand Master Tailoring Trainer','',10116,71,71,1,1892,83,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26915,0,0,0,0,0,24147,0,0,0,'Ounhulo','Grand Master Jewelcrafting Trainer','',9894,71,71,1,1892,83,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26916,0,0,0,0,0,24159,0,0,0,'Mindri Dinkles','Grand Master Inscription Trainer','',9879,71,71,2,1892,2257,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26917,0,0,0,0,0,28227,0,0,0,'Alexstrasza the Life-Binder','Queen of the Dragons','',10192,83,83,2,2010,3,0.888888,0.99206,1,3,496,674,0,783,35,2000,2000,2,768,2048,0,0,0,0,0,0,365,529,98,2,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1000,1,0,0,0,0,0,0,0,0,1,0,0,'npc_alexstraza_the_lifebinder',12340),(26918,30522,0,0,0,0,25206,0,0,0,'Chaotic Rift','','',0,71,71,2,16,0,1,1.14286,1.5,1,299,426,0,308,7.5,2000,2000,1,131076,2048,0,0,0,0,0,0,262,389,48,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.8,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(26919,0,0,0,0,0,24452,0,0,0,'Drak\'aguul','','',0,73,73,2,37,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,26919,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1166,1944,'SmartAI',0,3,1,1,1,1,0,36826,0,0,0,0,0,0,1,0,0,'',12340),(26920,0,0,0,0,0,25795,0,0,0,'Overseer Durval','','',0,75,75,2,1954,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,26920,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(26921,0,0,0,0,0,25795,0,0,0,'Overseer Korgan','','',0,75,75,2,1954,0,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,0,2048,0,0,0,0,0,0,271,403,45,7,0,26921,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(26922,0,0,0,0,0,25795,0,0,0,'Overseer Lochli','','',0,75,75,2,1954,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,26922,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(26923,0,0,0,0,0,25795,0,0,0,'Overseer Brunon','','',0,75,75,2,1954,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,26923,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(26924,0,0,0,0,0,24451,0,0,0,'Gan\'jo','','',10220,73,73,0,190,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26925,0,0,0,0,0,6376,0,0,0,'Wyrmrest Temple Drake','','',0,72,73,2,2067,0,3.6,2.42857,1,1,316,450,0,320,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,3,3,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),(26926,0,0,0,0,0,24163,0,0,0,'Duke Vallenhal','Servant of the Lich King','',0,73,73,2,21,2,1,1.28968,1,0,316,450,0,320,1,2000,2000,1,33280,2048,0,0,0,0,0,0,278,413,58,7,0,26926,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3360,5600,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26927,0,0,0,0,0,16480,19595,0,0,'Warlord Jin\'gom Kill Credit','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26928,30511,0,0,0,0,24066,0,0,0,'Grand Magus Telestra','','',0,72,72,2,16,0,1,1.42857,1,1,304,436,0,296,5,2400,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.5,15,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(26929,30512,0,0,0,0,24066,0,0,0,'Grand Magus Telestra','','',0,72,72,2,16,0,1,1.42857,1,1,304,436,0,296,5,2400,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.5,15,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(26930,30513,0,0,0,0,24066,0,0,0,'Grand Magus Telestra','','',0,72,72,2,16,0,1,1.42857,1,1,304,436,0,296,5,2400,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.5,15,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(26931,0,0,0,0,0,25280,0,0,0,'Bloodbane\'s Mount','','',0,75,75,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26932,0,0,0,0,0,24172,0,0,0,'Petrov','','',0,71,71,0,35,2,1,1.14286,1,1,299,426,0,308,7.5,1500,2000,1,512,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26933,0,0,0,0,0,24781,24782,0,0,'Wyrmrest Guardian','','',0,73,74,2,2067,0,2.8,2.14286,1,1,328,467,0,354,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,287,426,63,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,9,6,6,1,0,0,0,0,0,0,0,193,1,0,0,'',12340),(26934,0,0,0,0,0,24178,0,0,0,'Everett McGill','Explorers\' League Provisioner','',0,72,72,1,1892,4224,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26935,0,0,0,0,0,24705,0,0,0,'Sasha','','',9770,74,74,0,35,3,1,1.14286,1,0,328,467,0,354,1,1500,2000,1,512,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26936,0,0,0,0,0,24179,0,0,0,'Chaska Frosthoof','General Goods','',0,74,75,2,1922,384,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26937,0,0,0,0,0,16480,23489,0,0,'Gong Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(26938,0,0,0,0,0,24180,0,0,0,'Groll','General Goods','',0,69,69,2,1981,128,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26939,0,0,0,0,0,24182,0,0,0,'Koro the Wanderer','Trade Goods','',0,75,75,2,1922,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26941,0,0,0,0,0,24183,0,0,0,'Brokkan Bear-Arms','Trade Goods','',0,69,69,2,1981,128,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26942,0,0,0,28270,0,23277,0,0,0,'Decrepit Necromancer','','',0,73,74,2,21,0,1,1.14286,1,0,279,408,0,158,1,2000,2000,8,32768,2048,0,0,0,0,0,0,263,391,41,7,0,26942,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1235,2059,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,0,0,'',12340),(26943,0,0,0,28270,0,14832,0,0,0,'Battered Drakkari Berserker','','',0,74,74,2,14,0,0.666668,1.14286,1,0,328,467,0,354,1,1538,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,26943,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26944,0,0,0,0,0,24184,0,0,0,'Soulok Stormfury','Stable Master','',9576,75,75,2,1922,4194307,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26945,0,0,0,0,0,24185,0,0,0,'Zend\'li Venomtusk','Poison Supplies','',0,69,69,2,1981,128,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26946,0,0,0,28270,0,26856,26859,0,0,'Reanimated Drakkari Tribesman','','',0,73,74,2,974,0,1,0.99206,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,6,0,26946,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26947,0,0,0,0,0,24188,0,0,0,'Vix Chromeblaster','Self-Help Bookseller','',0,69,69,2,1981,128,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26948,0,0,0,28270,0,23681,0,0,0,'Hulking Atrocity','','',0,74,74,2,1814,0,1,1.28968,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,6,0,26948,26948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(26949,0,0,0,0,0,24190,0,0,0,'Torastrasza','Majordomo to the Ruling Council','',9457,80,80,2,2010,3,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,33280,2048,0,0,0,0,0,0,341,506,80,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,10,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_taxi',12340),(26950,0,0,0,0,0,24189,0,0,0,'Sanut Swiftspear','Reagents and Poisons','',0,74,75,2,1922,3200,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26951,0,0,0,0,0,24198,0,0,0,'Wilhelmina Renel','Grand Master Alchemy Trainer','',0,71,71,1,1928,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26952,0,0,0,0,0,24199,0,0,0,'Kristen Smythe','Grand Master Blacksmithing Trainer','',0,71,71,1,1928,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26953,0,0,0,0,0,24200,0,0,0,'Thomas Kolichio','Grand Master Cooking Trainer','',9987,71,71,1,1928,83,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26954,0,0,0,0,0,24201,0,0,0,'Emil Autumn','Grand Master Enchanting Trainer','',0,71,71,1,1928,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26955,0,0,0,0,0,24202,0,0,0,'Jamesina Watterly','Grand Master Engineering Trainer','',0,71,71,1,1928,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26956,0,0,0,0,0,24203,0,0,0,'Sally Tompkins','Grand Master First Aid Trainer','',0,71,71,1,1928,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26957,0,0,0,0,0,24204,0,0,0,'Angelina Soren','Grand Master Fishing Trainer','',0,71,71,1,1928,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26958,0,0,0,0,0,24205,0,0,0,'Marjory Kains','Grand Master Herbalism Trainer','',0,71,71,1,1928,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26959,0,0,0,0,0,24206,0,0,0,'Booker Kells','Grand Master Inscription Trainer','',9879,71,71,2,1928,2257,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26960,0,0,0,0,0,24207,0,0,0,'Carter Tiffens','Grand Master Jewelcrafting Trainer','',9895,71,71,1,1928,83,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26961,0,0,0,0,0,24208,0,0,0,'Gunter Hansen','Grand Master Leatherworking Trainer','',0,71,71,1,1928,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26962,0,0,0,0,0,24209,0,0,0,'Jonathan Lewis','Grand Master Mining Trainer','',0,71,71,1,1928,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26963,0,0,0,0,0,24210,0,0,0,'Roberta Jacks','Grand Master Skinning Trainer','',0,71,71,1,1928,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26964,0,0,0,0,0,24211,0,0,0,'Alexandra McQueen','Grand Master Tailoring Trainer','',10117,71,71,1,1928,83,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26965,0,0,0,28270,0,24443,24418,27250,27251,'Tormented Drakkari','','',0,73,74,2,14,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,26965,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1300,2166,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26966,0,0,0,0,0,14703,0,0,0,'Shadowy Tormentor','','',0,72,73,2,21,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,6,0,26966,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(26967,0,0,0,0,0,27480,0,0,0,'Frostbrood Slayer','','',0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,2052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,211,1,8388624,0,'',12340),(26968,0,0,0,0,0,24192,0,0,0,'Drikka','Reagents','',0,69,69,2,1981,128,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26969,0,0,0,0,0,24194,0,0,0,'Raenah','Grand Master Tailoring Trainer','',10115,69,69,2,1981,83,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,2,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26970,0,0,0,0,0,134,1141,5586,15918,'Grand Magus Telestra Critter Transform','','',0,72,72,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,15,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(26971,0,0,0,0,0,24195,0,0,0,'Anatoly','','',0,73,74,2,35,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26972,0,0,0,0,0,24197,0,0,0,'Orn Tenderhoof','Grand Master Cooking Trainer','',9988,69,69,2,1981,83,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,2,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26973,0,0,0,0,0,24397,0,0,0,'Warden Jodi Moonsong','','',9851,75,75,2,1892,3,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26974,0,0,0,0,0,24212,0,0,0,'Tansy Wildmane','Grand Master Herbalism Trainer','',0,69,69,2,1981,80,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,2,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26975,0,0,0,0,0,24214,0,0,0,'Arthur Henslowe','Grand Master Alchemy Trainer','',0,69,69,2,1981,80,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,2,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26976,0,0,0,0,0,24215,0,0,0,'Brunna Ironaxe','Grand Master Mining Trainer','',0,69,69,2,1981,80,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,2,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26977,0,0,0,0,0,24216,0,0,0,'Adelene Sunlance','Grand Master Inscription Trainer','',9879,69,69,2,1981,2257,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,2,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26978,0,0,0,0,0,24904,0,0,0,'Duane','','',9466,73,73,2,1892,3,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26979,0,0,0,0,0,24223,0,0,0,'Kontokanis','','',9465,71,71,2,1981,3,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26980,0,0,0,0,0,24218,0,0,0,'Eorain Dawnstrike','Grand Master Enchanting Trainer','',0,69,69,2,1981,80,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,2,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26981,0,0,0,0,0,24219,0,0,0,'Crog Steelspine','Grand Master Blacksmithing Trainer','',0,69,69,2,1981,80,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,2,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26982,0,0,0,0,0,24220,0,0,0,'Geba\'li','Grand Master Jewelcrafting Trainer','',9893,69,69,2,1981,83,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,2,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26983,0,0,0,0,0,24234,0,0,0,'Aurastrasza','','',9467,75,75,2,2010,3,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26984,0,0,0,0,0,24222,0,0,0,'Stephan Franks','Reagent Supplies','',0,70,70,2,1929,2176,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26985,0,0,0,0,0,24229,0,0,0,'Barracks Master Harga','Innkeeper','',9460,73,73,2,1980,65537,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(26986,0,0,0,0,0,22121,0,0,0,'Tiponi Stormwhisper','Grand Master Skinning Trainer','',0,70,70,2,1922,80,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,2,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(26996,0,0,0,0,0,26658,0,0,0,'Awan Iceborn','Grand Master Leatherworker','',0,70,70,2,1922,80,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,2,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27002,0,0,0,0,0,24854,0,0,0,'Grom\'thar the Thunderbringer','','',0,74,74,2,16,0,1.42857,1.6,1,1,328,467,0,354,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,1,1,0,36853,0,0,0,0,0,150,1,0,0,'',12340),(27003,0,0,0,0,0,24855,0,0,0,'Dregmar Runebrand','','',0,74,74,2,16,0,1.6,1.42857,1,1,325,464,0,334,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',2,3,1,10,4,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(27004,0,0,0,26481,0,24850,0,0,0,'Icefist','','',0,73,73,2,16,0,1.6,1.42857,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,27004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1180,1966,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(27005,0,0,0,26481,0,24850,0,0,0,'Chilltusk','','',0,73,73,2,16,0,1.6,1.42857,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,27005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,1963,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(27006,0,0,0,26481,0,24854,0,0,0,'Bonesunder','','',0,73,73,2,16,0,1.6,1.42857,1,1,316,450,0,320,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,27006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,1955,'SmartAI',0,3,1,2.5,1,1,0,36854,0,0,0,0,0,150,1,0,0,'',12340),(27007,0,0,0,26481,0,24850,0,0,0,'Iceshatter','','',0,73,73,2,16,0,1.6,1.42857,1,1,313,448,0,302,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,27007,26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.5,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(27008,0,0,0,26481,0,24854,0,0,0,'Bloodfeast','','',0,73,73,2,16,0,1.6,1.42857,1,1,316,450,0,320,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,278,413,58,7,0,27008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,1956,'SmartAI',0,3,1,2.5,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(27009,0,0,0,26481,0,24854,0,0,0,'Drakegore','','',0,73,73,2,16,0,1.6,0.85714,1,1,316,450,0,320,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,27009,26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,1889,'SmartAI',0,3,1,3.5,1,1,0,0,0,0,0,0,0,104,1,0,0,'',12340),(27014,0,0,0,0,0,24225,0,0,0,'Builder Bezzle','','',0,70,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27015,0,0,0,0,0,24225,0,0,0,'Builder Bozzle','','',0,70,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27017,0,0,0,0,0,26139,0,0,0,'Depleted War Golem','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27018,0,0,0,0,0,24228,0,0,0,'Shade of Arugal','','',0,75,75,2,16,0,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,6,0,27018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(27019,0,0,0,0,0,24230,0,0,0,'Siegesmith Gulda','Blacksmithing Supplies','',0,71,71,2,1981,4224,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27020,0,0,0,0,0,26787,26788,0,0,'Bloodmoon Worgen','','',0,73,74,2,16,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27020,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1232,2054,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27021,0,0,0,0,0,24231,0,0,0,'Tradesman Kontor','Trade Supplies','',0,70,70,2,1981,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27022,0,0,0,0,0,24232,0,0,0,'Afha','General Goods','',0,70,70,2,1981,384,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27023,0,0,0,0,0,24233,0,0,0,'Apothecary Bressa','Master Alchemy Trainer','',0,70,70,2,1928,80,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,2,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27024,0,0,0,0,0,23825,0,0,0,'Bloodmoon Cultist','','',0,73,74,2,16,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1235,2059,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27025,0,0,0,0,0,24247,0,0,0,'Harold Haggler','General Goods','',0,70,70,2,1928,384,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27026,0,0,0,0,0,24251,0,0,0,'Rohesia Werner','Trade Supplies','',0,70,70,2,1928,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27027,0,0,0,0,0,24250,0,0,0,'Mrs. Winterby','Innkeeper','',348,70,70,2,1928,66177,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27028,0,0,0,0,0,24246,0,0,0,'Hansel Bauer','','',0,70,70,2,1928,2,1,1.38571,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27029,0,0,0,0,0,24243,0,0,0,'Apothecary Wormwick','Master Alchemy Trainer','',0,71,71,2,1928,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27030,0,0,0,0,0,24244,0,0,0,'Bradley Towns','Reagents & Enchanting Supplies','',0,73,73,2,1928,2176,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27031,0,0,0,0,0,24242,0,0,0,'Apothecary Rose','Alchemy & Poison Supplies','',0,71,71,2,1928,1152,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27032,0,0,0,0,0,24249,0,0,0,'Lovely Liddia','Mushroom Vendor','',0,68,68,2,1928,640,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27033,0,0,0,0,0,24245,0,0,0,'Duncan Fallers','','',0,71,71,2,1928,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27034,0,0,0,0,0,24248,0,0,0,'Josric Fame','Grand Master Blacksmithing Trainer','',0,72,72,2,1928,80,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,2,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27035,0,0,0,0,0,24236,24237,24238,24239,'Venomspite Deathguard','','',0,74,74,2,1897,0,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27036,0,0,0,0,0,348,0,0,0,'Dreadlord - Metamorphosis (Warlock)','','',0,72,72,1,1813,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27037,0,0,0,0,0,24241,0,0,0,'Hidetrader Jun\'ik','Leather Goods','',9632,73,74,0,1979,4227,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27038,0,0,0,0,0,24563,0,0,0,'Drolfy','Alchemy & Poison Supplies','',0,72,72,2,1892,1152,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27039,0,0,0,0,0,24533,0,0,0,'Lexey Brevig','Reagents & Enchanting Supplies','',0,70,70,2,1892,2176,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27040,0,0,0,0,0,24561,0,0,0,'Zybarus of Darnassus','Stable Master','',9499,70,70,2,1892,4194305,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27041,0,0,0,0,0,24559,0,0,0,'Fanny McLumpkins','General Goods','',0,70,70,2,1892,384,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27042,0,0,0,0,0,24557,0,0,0,'Illusia Lune','Innkeeper','',9498,70,70,2,1892,66177,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(27043,0,0,0,0,0,24558,0,0,0,'Trixy Trixerton','Trade Supplies','',0,70,70,2,1892,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27044,0,0,0,0,0,24562,0,0,0,'Ordal McLumpkins','Food & Drink','',0,71,71,2,1892,640,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27045,0,0,0,0,0,24560,0,0,0,'Master Smith Devin Brevig','Blacksmithing Supplies','',0,71,71,2,1892,4226,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27046,0,0,0,0,0,24566,0,0,0,'Warmage Adami','Flight Master','',0,72,72,2,2007,8193,1,1.5873,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27047,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker (Floating Only)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27048,0,0,0,0,0,1126,11686,0,0,'Breath Caster','','',0,70,70,2,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(27049,0,0,0,0,0,26139,0,0,0,'Charged War Golem','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27051,0,0,0,0,0,24266,0,0,0,'Doldaen','General Goods','',0,70,70,2,1892,384,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27052,0,0,0,0,0,24265,0,0,0,'Naohain','Innkeeper','',9476,70,70,2,1892,66177,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(27053,0,0,0,0,0,24262,0,0,0,'Lanus Longleaf','Herbalism & Poison Supplies','',0,72,72,2,1892,1152,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27054,0,0,0,0,0,24809,0,0,0,'Modoru','Reagents & Enchanting Supplies','',0,70,70,2,1892,2176,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27055,0,0,0,0,0,24260,0,0,0,'Sentinel Amberline','Bowyer','',0,71,71,2,1892,4480,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27056,0,0,0,0,0,24261,0,0,0,'Sentinel Sweetspring','Stable Master','',9821,70,70,2,1892,4194305,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(27057,0,0,0,0,0,24267,0,0,0,'Saramer Whitewillow','Trade Supplies','',0,70,70,2,1892,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27058,0,0,0,0,0,24254,0,0,0,'Korag Keeneye','General Goods','',0,70,70,2,1981,384,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27060,0,0,0,0,0,24255,0,0,0,'Courier Lanson','','',9475,73,73,0,11,3,1,1.14286,1,0,316,450,0,320,1,1500,2000,1,512,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27061,0,0,0,0,0,26559,0,0,0,'Xink\'s Shredder','','vehichleCursor',0,72,72,2,35,16777216,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,9,8,0,0,0,0,0,0,0,0,0,47938,47921,49857,47966,0,47939,0,0,0,42,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(27062,0,0,0,0,0,24278,0,0,0,'Brom Armstrong','Blacksmithing Supplies','',0,70,70,2,1892,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27063,0,0,0,0,0,24257,0,0,0,'Vrok','Trade Goods','',0,69,69,2,1981,128,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27064,0,0,0,0,0,24256,0,0,0,'Abandoned Fuel Tank','','',0,70,70,2,2022,0,1,1,1,0,252,357,0,304,1,2000,2000,1,33554438,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27065,0,0,0,0,0,24258,0,0,0,'Breka Wolfsister','Stable Master','',9821,70,70,2,1981,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(27066,0,0,0,0,0,24276,0,0,0,'Jennifer Bell','Innkeeper','',342,70,70,2,1892,66177,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27067,0,0,0,0,0,24259,0,0,0,'Drigoth','Armorer','',0,71,71,2,1981,4224,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27068,0,0,0,0,0,24277,0,0,0,'Matthew Ackerman','Stable Master','',9821,70,70,2,1892,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(27069,0,0,0,0,0,24263,0,0,0,'Matron Magah','Innkeeper','',441,70,70,2,1981,66177,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27070,0,0,0,0,0,24292,0,0,0,'Lisa Philbrook','Trade Goods','',0,70,70,2,1892,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27071,0,0,0,0,0,24279,0,0,0,'Benjamin Jacobs','General Goods','',0,71,71,1,1892,384,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27072,0,0,0,0,0,24268,24269,24270,24271,'Amberpine Footman','','',0,71,74,2,1891,0,1,1.14286,1,0,328,467,0,354,1,1500,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27073,0,0,0,0,0,23007,23017,23018,23019,'Bor\'gorok Battleguard','','',0,75,75,2,1980,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27074,0,0,0,0,0,24455,24456,24457,0,'Bor\'gorok Wolf','','',0,70,70,2,1981,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(27075,0,0,0,0,0,24272,0,0,0,'Dun Argol Power Core','','',0,75,75,0,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27079,0,0,0,0,0,23767,0,0,0,'Crystal Spike Trigger','','',0,72,72,2,16,0,1,1.42857,1,1,307,438,0,314,7.5,2400,2000,1,33554944,2048,0,0,0,0,0,0,270,401,53,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,144,1,0,128,'',12340),(27088,0,0,0,0,0,24300,0,0,0,'Yolanda Haymer','Reagent Supplies','',0,70,70,2,1973,2176,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27089,0,0,0,0,0,24299,0,0,0,'Saffron Reynolds','Poison Supplies','',0,70,70,2,1973,1152,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27099,30539,0,0,0,0,23767,0,0,0,'Crystal Spike','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,7.5,2400,2000,1,33554944,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'npc_crystal_spike',12340),(27101,0,0,0,0,0,23767,0,0,0,'Crystal Spike Initial Trigger','','',0,72,72,2,16,0,1,1.42857,1,1,307,438,0,314,7.5,2400,2000,1,33554944,2048,0,0,0,0,0,0,270,401,53,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,144,1,0,128,'',12340),(27102,0,0,0,0,0,24286,0,0,0,'Gorgonna','','',0,76,76,0,1979,2,1,1.14286,1,1,356,503,0,432,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27103,0,0,0,0,0,24240,0,0,0,'Horde Siege Tank 2','','vehichleCursor',0,70,70,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(27104,0,0,0,0,0,22823,0,0,0,'Horde Siege Tank 3','','',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27105,0,0,0,0,0,24301,0,0,0,'Kreug Oathbreaker','Ymirjar Giant Lord','',0,73,73,2,21,0,2.4,2.28571,1,1,316,450,0,320,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,278,413,58,6,0,27105,27105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,13,1,1,0,0,0,0,0,0,0,202,1,8388624,0,'',12340),(27106,0,0,0,27109,0,23179,23186,0,0,'Injured Warsong Warrior','','',0,73,73,2,1980,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27107,0,0,0,27109,0,23182,23184,0,0,'Injured Warsong Mage','','',0,71,73,2,1980,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27108,0,0,0,27109,0,23183,23185,0,0,'Injured Warsong Shaman','','',0,71,73,2,1980,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27109,0,0,0,0,0,23179,23186,0,0,'Injured Warsong Proxy','','',0,68,70,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27110,0,0,0,27109,0,23078,23044,0,0,'Injured Warsong Engineer','','',0,71,72,2,1980,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27111,0,0,0,0,0,1126,17612,0,0,'Blighted Elk Liquid Fire of Elune Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27112,0,0,0,0,0,1126,17612,0,0,'Rabid Grizzly Liquid Fire of Elune Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27113,0,0,0,0,0,23701,0,0,0,'Prospector Gann','Explorers\' League','',0,74,74,2,534,0,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27114,0,0,0,0,0,23846,0,0,0,'Prospector Torgan','Explorers\' League','',0,74,74,2,534,0,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27115,0,0,0,0,0,23847,0,0,0,'Prospector Varana','Explorers\' League','',0,74,74,2,534,0,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27117,0,0,0,27121,0,24302,24309,24310,0,'Amberpine Scout','','',0,73,74,2,1315,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1232,2053,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27118,0,0,0,27121,0,24303,24305,24306,24308,'Conquest Hold Raider','','',0,73,74,2,1314,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,27118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1237,2061,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27119,0,0,0,0,0,14331,0,0,0,'Snowpaw','Sweetspring\'s Guardian','',0,71,71,2,1892,0,1,1.38571,1,0,299,426,0,308,1,1300,2000,1,32768,2048,0,2,0,0,0,0,262,389,48,1,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27120,0,0,0,0,0,24303,0,0,0,'Raider Captain Kronn','','',0,76,76,0,1979,2,1,1.38571,1,1,356,503,0,432,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27121,0,0,0,0,0,24302,0,0,0,'Blackriver Credit','','',0,73,74,2,1315,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27122,0,0,0,0,0,24834,0,0,0,'Overseer Deathgaze','','',0,74,74,2,21,0,1,1.14286,1,1,279,408,0,158,7.5,2000,2000,8,32832,2048,0,0,0,0,0,0,263,391,41,6,0,27122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27123,0,0,0,0,0,27175,27187,0,0,'Icefist Forager','','',0,72,73,2,14,0,1,2.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(27125,0,0,0,0,0,24311,0,0,0,'Barracks Master Rhekku','Innkeeper','',9477,73,73,2,1981,66177,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(27126,0,0,0,0,0,24326,24327,24325,24329,'Camp Oneqwah Brave','','',0,75,75,2,1923,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27127,0,0,0,0,0,24324,0,0,0,'Hippogryph Taxi (Dragonblight)','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27128,0,0,0,0,0,3718,18052,3714,3585,'[PH] Dalaran Commoner','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(27131,0,0,0,0,0,21635,0,0,0,'Grizzly Bear','','',0,73,74,2,16,16777216,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,4,0,0,0,0,287,426,63,1,1,27131,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,'SmartAI',0,3,1,1,1,1,0,37020,0,0,0,0,0,0,1,0,0,'',12340),(27132,0,0,0,0,0,24328,0,0,0,'Sani\'i','Trade Goods','',0,69,69,2,1981,128,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27133,0,0,0,0,0,24330,0,0,0,'Seer Yagnar','Poison & Reagents','',0,69,69,2,1981,3200,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27134,0,0,0,0,0,24331,0,0,0,'Smith Prigka','Armorer','',0,71,71,2,1981,4224,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27135,0,0,0,0,0,1126,17612,0,0,'Attunement to Dalaran Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27136,0,0,0,0,0,24348,0,0,0,'High Commander Halford Wyrmbane','7th Legion','',9479,80,80,2,2004,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27137,0,0,0,0,0,24344,0,0,0,'Apprentice Fraser','Food & Drink','',0,72,72,2,2006,640,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27138,0,0,0,0,0,24342,0,0,0,'Apprentice Rosen','Reagent Supplies','',0,72,72,2,2006,2176,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27139,0,0,0,0,0,24343,0,0,0,'Librarian Whitley','Wands','',0,72,72,2,2006,4224,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27140,0,0,0,0,0,24340,0,0,0,'Librarian Andersen','Alchemy Supplies','',0,72,72,2,2006,128,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27141,0,0,0,0,0,24345,0,0,0,'Librarian Hamilton','Herbalism Supplies','',0,72,72,2,2006,128,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27142,0,0,0,0,0,24347,0,0,0,'Librarian Jeffers','Jewelcrafting Supplies','',0,72,72,2,2006,128,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,8192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27143,0,0,0,0,0,24346,0,0,0,'Librarian Ingram','Inscription Supplies','',0,72,72,2,2006,2176,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27144,0,0,0,0,0,24333,0,0,0,'Noatak','Fishmonger','',0,65,65,0,1950,640,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27145,0,0,0,0,0,24334,0,0,0,'Tipvigut','General Goods','',0,65,65,0,1950,384,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27146,0,0,0,0,0,24335,0,0,0,'Uukkarnit','Trade Goods','',0,65,65,0,1950,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27147,0,0,0,0,0,24341,0,0,0,'Librarian Erickson','Enchanting Supplies','',0,72,72,2,2006,128,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27148,0,0,0,0,0,24336,0,0,0,'Caregiver Iqniq','Innkeeper','',9478,65,65,0,1950,66177,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(27149,0,0,0,0,0,24337,0,0,0,'Arrluk','Poison & Reagents','',0,65,65,0,1950,3200,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27150,0,0,0,0,0,24338,0,0,0,'Trapper Shesh','Stable Master','',9821,65,65,0,1950,4194305,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(27151,0,0,0,0,0,24339,0,0,0,'Deniigi','Spearcrafter','',0,65,65,0,1950,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27152,0,0,0,0,0,25159,0,0,0,'Headless Horseman\'s Mount','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(27153,0,0,0,0,0,25958,25159,0,0,'Headless Horseman\'s Mount','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(27154,0,0,0,0,0,10913,0,0,0,'Test Faction NPC','','',0,1,2,0,1675,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27155,0,0,0,0,0,24349,0,0,0,'Commander Lynore Windstryke','7th Legion','',9518,74,74,2,1974,3,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27156,0,0,0,0,0,24350,0,0,0,'Highlord Leoric Von Zeldig','7th Legion','',9587,73,73,2,2004,3,1,1.14286,1,1,313,448,0,302,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27157,0,0,0,0,0,24351,0,0,0,'Duke August Foehammer','7th Legion','',0,73,73,2,2004,2,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27158,0,0,0,0,0,24359,24941,0,0,'Vas the Unstable','7th Legion','',9780,74,74,2,2026,3,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,285,423,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,30,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27159,0,0,0,0,0,24360,0,0,0,'Siege Engineer Quarterflash','7th Legion','',10280,70,70,2,2004,3,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27160,0,0,0,0,0,24361,24541,24542,24543,'7th Legion Infantryman','','',0,73,75,2,1974,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27161,0,0,0,0,0,24362,24538,24539,24540,'7th Legion Cavalier','','',0,73,75,2,1974,0,1,1.38571,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27162,0,0,0,0,0,24363,24546,24547,24548,'7th Legion Sentinel','','',0,73,74,2,1974,0,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,32768,2048,0,0,0,0,0,0,285,423,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27163,0,0,0,0,0,24364,24549,24550,24551,'7th Legion Siege Engineer','','',0,69,71,2,1892,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27164,0,0,0,0,0,24365,24552,24553,24554,'7th Legion Battle Mage','','',0,71,73,2,2026,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27165,0,0,0,0,0,16169,0,0,0,'Drained Moonrest Highborne','','',0,70,70,2,190,0,1.11111,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27167,0,0,0,0,0,24370,0,0,0,'Kamagua Spearman','','',0,70,70,2,2148,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27168,0,0,0,0,0,24364,0,0,0,'7th Legion Test Unit','','',0,69,71,2,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27170,0,0,0,0,0,24373,24372,0,0,'Amber Ledge Warmage','','',0,1,1,0,2009,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(27171,0,0,0,0,0,27172,27181,0,0,'Chilltusk Forager','','',0,72,73,2,14,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(27172,0,0,0,0,0,23875,0,0,0,'Chief Plaguebringer Middleton','','',9483,73,73,2,1928,3,1,1.14286,1,1,313,448,0,302,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27173,0,0,0,0,0,24567,0,0,0,'Warmage Calandra','','',0,75,75,2,2009,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_warmage_coldarra',12340),(27174,0,0,0,0,0,24374,0,0,0,'Caregiver Mumik','Innkeeper','',9478,75,75,0,1950,66177,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(27175,0,0,0,0,0,24373,24372,0,0,'Transitus Shield Warmage','','',0,80,80,2,2009,0,1,1.42857,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(27176,0,0,0,0,0,24375,0,0,0,'Mystic Makittuq','Poison & Reagents','',0,73,73,0,1950,3200,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27177,0,0,0,0,0,25795,0,0,0,'Iron Rune Overseer','','',0,74,75,2,1954,0,1,0.99206,1,0,339,481,0,370,1,3000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,27177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1298,2163,'SmartAI',0,3,1,1,1,1,0,37035,37013,42105,0,0,0,0,1,0,0,'',12340),(27178,0,0,0,0,0,24376,25535,0,0,'Moa\'ki Warrior','','',0,75,75,2,2148,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27179,0,0,0,0,0,24377,0,0,0,'Bat Taxi (Howling Fjord)','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27180,0,0,0,0,0,1126,11686,0,0,'Jintha\'kalar Invisible Stalker','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27181,0,0,0,0,0,24379,0,0,0,'Qannik','Fishmonger','',0,73,73,0,1950,640,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27182,0,0,0,0,0,24380,0,0,0,'Takubvik','General Goods','',0,74,74,0,1950,384,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27183,0,0,0,0,0,24381,0,0,0,'Trapper Tikaani','Stable Master','',9821,74,74,0,1950,4194305,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(27184,0,0,0,0,0,24382,0,0,0,'Imnek','Trade Goods','',0,73,73,0,1950,128,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27185,0,0,0,0,0,24383,0,0,0,'Kuk\'uq','Spearcrafter','',0,65,65,0,1950,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27186,0,0,0,0,0,24391,0,0,0,'Oogrooq','Poison & Reagents','',0,65,65,0,1950,3200,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27187,0,0,0,0,0,24390,0,0,0,'Caregiver Poallu','Innkeeper','',9478,65,65,0,1950,66177,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(27188,0,0,0,0,0,24384,0,0,0,'Tonraq','Spearcrafter','',0,65,65,0,1950,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27189,0,0,0,0,0,24385,25532,0,0,'Unu\'pe Spearman','','',0,70,70,0,2148,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27190,0,0,0,0,0,24386,0,0,0,'Tupit','Fishmonger','',0,65,65,0,1950,640,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27191,0,0,0,0,0,24394,0,0,0,'Skrotee','Enslaved Gnome','',0,10,10,0,1928,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,33536,2048,0,0,0,0,0,0,9,13,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27193,0,0,0,0,0,24387,0,0,0,'Alornerk','General Goods','',0,65,65,0,1950,384,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27194,0,0,0,0,0,24388,0,0,0,'Trapper Saghani','Stable Master','',9821,65,65,0,1950,4194305,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(27195,0,0,0,0,0,24389,0,0,0,'Tarralikitak','Trade Goods','',0,65,65,0,1950,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27196,0,0,0,0,0,24620,0,0,0,'Tiny Blue Dragon','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(27197,0,0,0,0,0,24393,0,0,0,'Tiny Gold Dragon','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(27198,0,0,0,0,0,24395,0,0,0,'Brote','Enslaved Gnome','',0,12,12,0,1928,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,33536,2048,0,0,0,0,0,0,11,17,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27199,0,0,0,0,0,24464,0,0,0,'Warlord Jin\'arrak','','',0,73,73,0,14,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,768,2048,0,0,0,0,0,0,278,413,58,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27200,0,0,0,0,0,16480,19595,0,0,'Offering Bunny - Drakil\'jin Exterior','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27201,0,0,0,0,0,16480,19595,0,0,'Offering Target Bunny - Drakil\'jin Exterior','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,1026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27202,0,0,0,27203,0,24398,24399,0,0,'Onslaught Raven Priest','','',0,71,72,2,67,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,27202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1111,1851,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27203,0,0,0,0,0,24404,24405,24401,24402,'Onslaught Footman','','',0,71,72,2,67,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,27203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,1934,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27204,0,0,0,0,0,24303,0,0,0,'Captain Bonemaw','','',0,76,76,0,1979,0,1,1.14286,1,1,356,503,0,432,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27205,0,0,0,27203,0,24403,24400,0,0,'[PH] New Hearthglen Scarlet Footman','','',0,71,72,2,67,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27206,0,0,0,27203,0,24406,24407,24408,24409,'Onslaught Knight','','',0,71,72,2,14,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,2048,27206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1157,1929,'SmartAI',0,3,1,1,1,1,0,37202,0,0,0,0,0,0,1,0,0,'',12340),(27207,0,0,0,27203,0,24410,24411,0,0,'Onslaught Workman','','',0,71,72,2,67,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,27207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1169,1949,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27208,0,0,0,27203,0,24414,0,0,0,'[PH] New Hearthglen Scarlet Commander','','',0,72,72,2,67,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27209,0,0,0,0,0,24412,0,0,0,'Torturer LeCraft','','',0,72,72,2,67,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,27209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1112,1854,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_torturer_lecraft',12340),(27210,0,0,0,0,0,24413,0,0,0,'High General Abbendis','','',0,72,72,2,67,0,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,32,27210,27210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,5,1,0,37565,0,0,0,0,0,0,1,0,0,'',12340),(27211,0,0,0,27203,0,10344,0,0,0,'Onslaught Executioner','','',0,72,72,2,67,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,27211,27211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,1933,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27212,0,0,0,0,0,24417,0,0,0,'Image of Loken','','',0,83,83,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27213,0,0,0,0,0,19296,0,0,0,'Onslaught Warhorse','','',0,71,72,2,16,0,1.2,2,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,1,0,27213,0,0,0,0,0,0,0,0,48297,0,0,0,0,0,0,0,0,43,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,182,1,0,0,'',12340),(27214,0,0,0,0,0,239,229,236,0,'Onslaught Horse','','',0,71,72,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27218,0,0,0,27203,0,24421,24422,24423,0,'[PH] New Hearthglen Scarlet Scout','','',0,71,72,2,67,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27219,0,0,0,0,0,15152,4157,15178,0,'Forsaken Prisoner','','',0,71,72,2,1735,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,33280,2048,32,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27220,0,0,0,0,0,24424,24429,0,0,'Forgotten Captain','','',0,72,73,2,1664,0,1,1.85714,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,6,2048,27220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,37121,42108,0,0,0,0,0,1,8388624,0,'',12340),(27221,0,0,0,0,0,24425,0,0,0,'Tormak the Scarred','Camp Oneqwah Chieftain','',0,75,75,2,1922,2,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27222,0,0,0,0,0,17610,13069,0,0,'Archery Target','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27223,0,0,0,0,0,17610,13069,0,0,'Archery Target','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27224,0,0,0,27220,0,24426,0,0,0,'Forgotten Knight','','',9544,71,72,2,1664,1,1,2.28571,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,2048,27224,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37121,42108,0,0,0,0,0,1,8388624,0,'',12340),(27225,0,0,0,27220,0,24427,24430,0,0,'Forgotten Rifleman','','',9543,71,72,2,1664,1,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,6,2048,27225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37121,42108,0,0,0,0,0,1,8388624,0,'',12340),(27226,0,0,0,27220,0,24432,24433,24444,24445,'Forgotten Peasant','','',9541,71,71,2,1664,1,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,6,0,27226,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37121,42108,0,0,0,0,0,1,8388624,0,'',12340),(27227,0,0,0,0,0,24428,0,0,0,'Prospector Rokar','Explorers\' League','',0,75,75,2,35,2,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27228,30779,0,0,0,0,15554,0,0,0,'Jormungar Worm','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27229,0,0,0,27220,0,24431,0,0,0,'Forgotten Footman','','',9545,71,72,2,1664,1,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,2048,27229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37121,42108,0,0,0,0,0,1,8388624,0,'',12340),(27230,0,0,0,0,0,23951,0,0,0,'Silvercoat Stag','','',0,74,75,2,2000,0,0.8,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,1,0,27230,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,37104,0,0,0,0,0,0,1,0,0,'',12340),(27231,0,0,0,0,0,24106,0,0,0,'Clayton Dubin J','Assured Quality','',0,70,70,2,1990,0,1,1.14286,1,5,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.10509,5.16957,1,0,0,0,0,0,0,0,115,1,0,0,'',12340),(27232,0,0,0,27203,0,24434,0,0,0,'Captain Shely','','',0,72,72,2,67,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,27232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37305,0,0,0,0,0,0,1,0,0,'',12340),(27233,0,0,0,27203,0,24440,24441,24442,0,'Onslaught Deckhand','','',0,71,72,2,67,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,27233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27234,0,0,0,27203,0,24435,0,0,0,'Blacksmith Goodman','','',0,73,73,2,67,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,27234,27234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,1885,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27235,0,0,0,27203,0,24439,0,0,0,'Lead Cannoneer Zierhut','','',0,73,73,2,67,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,27235,27235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27236,0,0,0,27203,0,24436,0,0,0,'Stable Master Mercer','','',0,72,72,2,67,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,27236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1113,1855,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27237,0,0,0,27203,0,24437,0,0,0,'Commander Jordan','','',0,73,73,2,67,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,0,27237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1184,1973,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27238,0,0,0,27203,0,24438,0,0,0,'Foreman Kaleiki','','',0,72,72,2,67,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,27238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27239,0,0,0,0,0,2467,0,0,0,'Rogue Test Dummy','','',0,70,70,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.725,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27240,0,0,0,0,0,24447,0,0,0,'Forgotten Gryphon','','',0,71,72,2,1664,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27241,0,0,0,0,0,24446,0,0,0,'Risen Gryphon','','',0,71,72,2,1975,0,1,2.28571,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,'AgressorAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27242,0,0,0,0,0,12824,0,0,0,'Guardian Spirit','','',0,60,60,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27243,0,0,0,0,0,24450,0,0,0,'High Executor Wroth','','',9540,80,80,2,1928,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27244,0,0,0,0,0,24453,0,0,0,'Emerald Skytalon','','',0,73,74,2,50,0,2,1.42857,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,26,0,0,0,0,287,426,63,1,1,27244,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(27245,0,0,0,27203,0,24458,0,0,0,'High Abbot Landgren','','',9532,73,73,2,67,1,1,1.14286,1,1,270,395,0,143,4.6,2000,2000,8,33024,2048,0,0,0,0,0,0,255,380,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27246,0,0,0,27203,0,24459,0,0,0,'Bishop Street','','',0,72,72,2,67,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,27246,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1118,1863,'SmartAI',0,3,1,1,1,1,0,37350,0,0,0,0,0,0,1,0,0,'',12340),(27247,0,0,0,27203,0,24460,0,0,0,'Devout Bodyguard','','',0,72,72,2,67,0,1.7,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,0,27247,27247,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3303,5505,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27248,0,0,0,0,0,24462,0,0,0,'Apothecary Vicky Levine','Royal Apothecary Society','',0,72,72,2,1928,2,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27249,0,0,0,0,0,24461,0,0,0,'Alystros the Verdant Keeper','','',0,74,74,2,50,0,2.8,2.57143,1,1,328,467,0,354,4.6,2000,2000,1,33088,2048,0,26,0,0,0,0,287,426,63,1,33,27249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,11.5,1,1,0,37880,0,0,0,0,0,214,1,0,0,'',12340),(27250,0,0,0,0,0,24463,0,0,0,'Junior Apothecary Schlemiel','Royal Apothecary Society','',0,65,65,2,1928,0,1,1.14286,1,0,154,222,0,124,1,2000,2000,8,32768,2048,0,0,0,0,0,0,140,208,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27251,0,0,0,0,0,25533,25534,0,0,'Moa\'ki Fisherman','','',0,74,74,0,1950,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27252,0,0,0,0,0,24465,0,0,0,'Emerald Wisp','','',0,71,72,2,50,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27253,0,0,0,0,0,1126,17612,0,0,'Blighted Last Rites Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27254,0,0,0,0,0,24466,21773,24467,24468,'Emerald Lasher','','',0,73,74,2,50,0,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,4,256,27254,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37882,42107,0,0,0,0,0,1,0,0,'',12340),(27255,0,0,0,0,0,24469,0,0,0,'Nishera the Garden Keeper','','',9486,74,74,2,2010,3,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,285,423,48,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27257,0,0,0,0,0,24470,0,0,0,'Scourge Plague Spreader (SMALL)','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27258,0,0,0,0,0,24472,0,0,0,'Wintergarde Gryphon','','vehichleCursor',0,75,75,2,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,48363,48397,54170,0,0,0,0,0,0,44,0,0,'',0,5,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(27259,0,0,0,0,0,25944,25945,0,0,'Dragonflayer Flamebinder','','',0,73,74,2,1885,0,1,1.28571,1,0,279,408,0,158,1,2000,2000,8,32768,2048,0,0,0,0,0,0,263,391,41,7,0,27259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1237,2061,'SmartAI',0,3,1,1,1,1,0,37229,41989,0,0,0,0,0,1,0,0,'',12340),(27260,0,0,0,24231,0,24475,24476,24480,0,'Dragonflayer Huscarl','','',0,73,74,2,1885,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27260,0,0,0,0,0,0,0,0,0,0,0,0,52223,49807,0,0,0,0,1233,2055,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(27261,0,0,0,0,0,24477,24478,0,0,'Emerald Seedling','','',0,71,72,2,2028,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27262,0,0,0,0,0,24479,0,0,0,'Windseer Grayhorn','','',9490,74,74,0,1979,3,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27263,0,0,0,0,0,20570,15880,0,0,'Vordrassil\'s Heart Credit','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(27264,0,0,0,0,0,20570,15880,0,0,'Vordrassil\'s Limb Credit','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(27265,0,0,0,0,0,20570,15880,0,0,'Vordrassil\'s Tears Credit','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(27266,0,0,0,0,0,24481,0,0,0,'Sergeant Thurkin','','',0,74,74,0,1979,2,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27267,0,0,0,0,0,24482,0,0,0,'Quartermaster Bartlett','Blacksmithing Supplies','',9487,72,72,2,1928,4227,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27268,0,0,0,0,0,24483,0,0,0,'Risen Gryphon Rider','','',0,71,72,2,1975,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27270,0,0,0,0,0,24484,0,0,0,'Rotting Storm Giant','','',0,73,74,2,2042,0,1,0.992063,1,1,328,467,0,354,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,6,0,27270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,'SmartAI',0,3,1,8,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(27271,0,0,0,0,0,24485,0,0,0,'Initiate Knapp','','',0,72,72,2,2006,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27272,0,0,0,0,0,24493,24494,24579,570,'Risen Villager','','',0,70,71,2,1975,0,0.777776,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,27272,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(27273,30771,0,0,0,0,11686,0,0,0,'Flame Brazier','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27274,0,0,0,0,0,24491,0,0,0,'Orsonn','Son of Ursoc','',9500,75,75,2,35,1,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27275,0,0,0,0,0,24490,0,0,0,'Kodian','Daughter of Ursoc','',9504,75,75,0,35,1,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27276,0,0,0,0,0,1141,1418,2176,0,'Let Them Not Rise! Rat','','',0,1,1,2,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27277,0,0,0,0,0,24492,0,0,0,'Master Woodsman Anderhol','','',9630,71,71,0,1973,3,1,1.14286,1,0,299,426,0,308,1,1500,2000,1,512,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27278,0,0,0,26705,0,27173,27183,0,0,'Snowplain Zealot','','',0,72,73,2,16,0,1,1.19048,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,27278,27278,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1109,1848,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27279,0,0,0,26705,0,27175,27181,0,0,'Snowplain Shaman','','',0,72,73,2,16,0,1,1.19048,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,27279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1121,1868,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27280,0,0,0,0,0,1126,17612,0,0,'Let Them Not Rise! Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27281,30804,0,0,0,0,10702,0,0,0,'Ritual Channeler','','',0,81,81,2,16,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.644518,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_ritual_channeler',12340),(27282,0,0,0,0,0,8696,0,0,0,'Buried Prisoner','','',0,71,72,2,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27283,0,0,0,0,0,1245,0,0,0,'Risen Wintergarde Mage','','',0,71,72,2,1975,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,6,0,27283,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(27284,0,0,0,0,0,24496,24498,0,0,'Risen Wintergarde Defender','','',0,71,72,2,1975,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,27284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(27285,0,0,0,0,0,17255,0,0,0,'Reconstructed Frost Wyrm','','',0,73,73,2,1975,0,1,2.85714,1,1,316,450,0,320,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,278,413,58,6,0,27285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,8,1,1,0,0,0,0,0,0,0,220,1,8388624,0,'',12340),(27286,0,0,0,0,0,7848,533,0,0,'Dreadbone Invader','','',0,72,72,2,1975,0,0.888888,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,27286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(27287,0,0,0,0,0,16175,0,0,0,'Mindless Wight','','',0,72,72,2,1975,0,0.8,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,27287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(27288,0,0,0,0,0,14591,0,0,0,'Death Knight Champion','','',0,72,72,2,1975,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,27288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(27289,0,0,0,0,0,24500,0,0,0,'Naxxramas Necrolord','','',0,72,72,2,1975,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,27289,27289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1078,1796,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27290,0,0,0,0,0,24493,24494,24998,24999,'Hungering Dead','','',0,70,71,2,974,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),(27291,0,0,0,0,0,24501,0,0,0,'Initiate Mehrtens','Test Goods','',9488,72,72,2,2006,129,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27292,0,0,0,0,0,22657,0,0,0,'Flamebringer','','',9512,74,74,2,190,1,1.6,1.42857,1,1,328,467,0,354,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,287,426,63,2,0,0,0,0,0,0,0,0,0,0,48619,48620,52812,0,0,0,0,0,0,50,0,0,'SmartAI',0,4,1,2,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(27293,0,0,0,0,0,24502,24503,0,0,'Amberpine Woodsman','','',0,73,73,2,1973,0,1,1.14286,1,0,316,450,0,320,1,1500,2000,1,512,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_amberpine_woodsman',12340),(27294,0,0,0,0,0,10271,0,0,0,'Tundra Scavenger','','',0,72,73,2,2030,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,25,0,0,0,0,278,413,58,1,1,27294,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27295,0,0,0,0,0,24507,0,0,0,'Hierophant Thayreen','','',9631,74,74,0,1973,3,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27296,0,0,0,0,0,1126,17612,0,0,'Fresh Remounts Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27297,0,0,0,0,0,1060,17188,0,0,'Flamebringer\'s Chain','','',0,72,72,2,35,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,268,399,40,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27298,0,0,0,0,0,24487,0,0,0,'Apprentice Ranch','','',0,72,72,2,2006,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27299,0,0,0,0,0,24486,0,0,0,'Initiate Greer','','',0,72,72,2,2006,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27300,0,0,0,0,0,24488,0,0,0,'Initiate Vernon','','',0,72,72,2,2006,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27301,0,0,0,0,0,24504,0,0,0,'Apprentice Trotter','','',0,72,72,2,2006,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27302,0,0,0,0,0,24505,0,0,0,'Initiate Park','','',0,72,72,2,2006,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27303,30780,0,0,0,0,11686,0,0,0,'King Bjorn','','',0,83,83,2,14,0,1,1.14286,1,3,509,683,0,805,35,2000,0,1,33555200,2048,8,0,0,0,0,0,371,535,135,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,131,'',12340),(27304,30781,0,0,0,0,28085,0,0,0,'King Bjorn Visual','','',0,1,1,0,35,0,1,1.14286,1,3,2,2,0,24,35,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27306,0,0,0,0,0,1126,11686,0,0,'Transitus Shield Invisible Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27307,30782,0,0,0,0,11686,0,0,0,'King Haldor','','',0,83,83,2,14,0,1,1.14286,1,3,509,683,0,805,35,2000,0,1,33555200,2048,8,0,0,0,0,0,371,535,135,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,131,'',12340),(27308,30784,0,0,0,0,11686,0,0,0,'King Ranulf','','',0,83,83,2,14,0,1,1.14286,1,3,509,683,0,805,35,2000,0,1,33555200,2048,8,0,0,0,0,0,371,535,135,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,131,'',12340),(27309,30786,0,0,0,0,11686,0,0,0,'King Tor','','',0,83,83,2,14,0,1,1.14286,1,3,509,683,0,805,35,2000,0,1,33555200,2048,8,0,0,0,0,0,371,535,135,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,131,'',12340),(27310,30783,0,0,0,0,28086,0,0,0,'King Haldor Visual','','',0,1,1,0,35,0,1,1.14286,1,3,2,2,0,24,35,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27311,30785,0,0,0,0,28087,0,0,0,'King Ranulf Visual','','',0,1,1,0,35,0,1,1.14286,1,3,2,2,0,24,35,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27312,30787,0,0,0,0,28088,0,0,0,'King Tor Visual','','',0,1,1,0,35,0,1,1.14286,1,3,2,2,0,24,35,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27313,0,0,0,0,0,24531,0,0,0,'Ice Giant, Northrend','','',0,80,80,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,160,1,0,0,'',12340),(27314,0,0,0,0,0,24532,0,0,0,'Zelig the Visionary','','',0,74,74,2,2004,2,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,32768,2048,0,0,0,0,0,0,285,423,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27315,0,0,0,27341,0,24533,24557,24558,24559,'Helpless Wintergarde Villager','','',0,60,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(27316,0,0,0,0,0,24534,0,0,0,'Inquisitor Hallard','7th Legion','',0,71,71,2,1892,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27317,0,0,0,0,0,24535,0,0,0,'Gryphon Commander Urik','7th Legion','',9570,75,75,2,2004,3,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27318,0,0,0,0,0,24536,0,0,0,'Cavalier Durkon','7th Legion','',9562,73,73,2,1892,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27319,0,0,0,0,0,24537,0,0,0,'Yord \"Calamity\" Icebeard','7th Legion','',0,75,75,2,1892,2,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27320,0,0,0,0,0,24545,0,0,0,'Deathguard Molder','','',0,75,75,2,1928,2,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27321,0,0,0,0,0,11686,0,0,0,'Kodian Conversation Credit','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27322,0,0,0,0,0,11686,0,0,0,'Orsonn Conversation Credit','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27323,0,0,0,0,0,1126,17188,0,0,'Outhouse Stalker','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27324,0,0,0,0,0,25316,0,0,0,'Outhouse Invisible Man','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27326,0,0,0,0,0,16480,19595,0,0,'Outhouse Bunny - Grizzly','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_outhouse_bunny',12340),(27327,30805,0,0,0,0,169,11686,0,0,'Ritual Target','','',0,73,73,2,14,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,276,411,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(27328,0,0,0,0,0,24555,0,0,0,'Tur Ragepaw','','',9496,74,74,2,35,1,0.666667,1,1,1,325,464,0,334,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.6,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27329,0,0,0,0,0,10271,0,0,0,'Onslaught Bloodhound','','',0,71,72,2,16,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,25,0,0,0,0,270,401,53,1,1,27329,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13471,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27330,0,0,0,27875,0,24403,24400,0,0,'Onslaught Infantry','','',0,72,73,2,67,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,27330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1166,1943,'',0,3,1,1,1,1,0,37931,0,0,0,0,0,0,1,0,0,'',12340),(27331,0,0,0,0,0,1126,17612,0,0,'Bombard the Ballistae Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27332,0,0,0,27875,0,24421,24422,24423,0,'Onslaught Scout','','',0,71,72,2,67,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,27332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1162,1936,'SmartAI',0,3,1,1,1,1,0,37931,0,0,0,0,0,0,1,0,0,'',12340),(27333,0,0,0,27875,0,24410,24411,0,0,'Onslaught Mason','','',0,72,73,2,67,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,27333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,1953,'SmartAI',0,3,1,1,1,1,0,37931,0,0,0,0,0,0,1,0,0,'',12340),(27334,0,0,0,27875,0,24556,0,0,0,'Onslaught Commander Iustus','','',0,74,74,2,67,0,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,287,426,63,7,0,27334,27334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,1963,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27335,0,0,0,0,0,24579,24579,24996,24997,'Hungering Dead','','',0,70,71,2,1975,0,1,0.992063,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27336,0,0,0,27341,0,24560,24561,24562,24563,'Helpless Wintergarde Villager','','',0,62,68,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(27337,0,0,0,0,0,24565,0,0,0,'Spy Mistress Repine','','',0,77,77,2,1928,2,1,1.14286,1,1,371,522,0,478,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27338,0,0,0,0,0,22823,0,0,0,'Dan\'s Test Vehicle 2','','vehichleCursor',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,100,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27339,30808,0,0,0,0,11686,0,0,0,'Spirit Fount','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,70,1,0,128,'',12340),(27340,0,0,0,0,0,25376,0,0,0,'Bloodpaw Marauder','','',0,71,72,2,16,0,0.666668,0.99206,1,0,307,438,0,314,1,1538,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,27340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,1850,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27341,0,0,0,0,0,24560,24561,24562,24563,'Helpless Villager Proxy','','',0,60,70,2,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27342,0,0,0,0,0,25376,0,0,0,'Bloodpaw Warrior','','',0,71,72,2,16,0,0.666668,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,27342,27342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1115,1858,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27343,0,0,0,0,0,25381,0,0,0,'Bloodpaw Shaman','','',0,71,72,2,16,0,0.666668,0.99206,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,27343,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1107,1845,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27344,0,0,0,0,0,24568,0,0,0,'Bat Handler Adeline','Bat Handler','',0,71,71,2,1928,8192,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27345,0,0,0,27341,0,24570,24571,24572,24573,'Helpless Wintergarde Villager (Peasants)','','',0,60,70,2,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27347,0,0,0,0,0,24574,0,0,0,'Orik Trueheart','','',9542,75,75,2,2070,3,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27348,0,0,0,0,0,24575,0,0,0,'Tilda Darathan','','',0,74,74,2,2070,2,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,285,423,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27349,0,0,0,0,0,24401,0,0,0,'Scarlet Onslaught Prisoner','','',0,71,71,2,67,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(27350,0,0,0,0,0,24576,0,0,0,'Agent Skully','Onslaught Caretaker','',9501,75,75,2,1928,3,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27351,0,0,0,0,0,24577,24578,0,0,'Argent Crusade Rifleman','','',0,73,74,2,2073,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27352,0,0,0,0,0,12191,0,0,0,'Levine Family Termite','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27353,0,0,0,0,0,1126,17612,0,0,'Levine Family Termite Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27354,0,0,0,0,0,26612,0,0,0,'Broken-down Shredder','','vehichleCursor',0,72,72,0,35,0,1,0.571429,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,9,0,0,0,0,0,0,0,0,0,0,48558,48604,48548,0,48610,0,0,0,0,49,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,84,0,0,0,'',12340),(27355,0,0,0,0,0,24580,0,0,0,'Rothin the Decaying','Cult of the Damned','',0,75,75,2,2035,0,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,2147483648,2048,0,0,0,0,0,0,271,403,45,7,0,27355,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1247,2079,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27356,0,0,0,0,0,24583,24581,0,0,'Burning Depths Necrolyte','Cult of the Damned','',0,73,74,2,2035,0,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,32768,2048,0,0,0,0,0,0,285,423,48,7,0,27356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,1951,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27357,0,0,0,0,0,24585,24586,0,0,'Onslaught Raven Archon','','',0,73,74,2,67,0,1,1.14286,1,0,279,408,0,158,1,2000,2000,8,32768,2048,0,0,0,0,0,0,263,391,41,7,0,27357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1181,1968,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27358,0,0,0,0,0,24584,24582,0,0,'Burning Depths Necromancer','Cult of the Damned','',0,73,74,2,2035,0,1,1.14286,1,0,279,408,0,158,1,2000,2000,8,32768,2048,0,0,0,0,0,0,263,391,41,7,0,27358,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1240,2066,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27359,0,0,0,0,0,24610,24611,24612,24613,'Trapped Wintergarde Villager','','',0,68,70,1,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27360,0,0,0,0,0,9786,0,0,0,'Smoldering Skeleton','','',0,73,74,2,2035,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,6,0,27360,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(27361,0,0,0,0,0,24587,24588,24589,0,'Wintergarde Blacksmith','','',0,68,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27362,0,0,0,0,0,21305,0,0,0,'Smoldering Construct','','',0,73,74,2,2035,0,1,1.19048,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,6,0,27362,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(27363,0,0,0,0,0,24590,0,0,0,'Smoldering Geist','','',0,73,74,2,2035,0,2.4,0.99206,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,6,0,27363,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,54,1,8388624,0,'',12340),(27366,0,0,0,0,0,20570,17612,0,0,'Vordrassil Sapling Credit','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27367,0,0,0,0,0,24591,0,0,0,'Onslaught Death Knight','','',0,73,74,2,67,0,1,1.38571,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27367,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1235,2059,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27368,0,0,0,0,0,14338,2404,2409,14582,'[DND] Stabled Pet Appearance','','',0,70,72,2,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27369,0,0,0,0,0,10811,13069,0,0,'Necromantic Rune Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(27370,0,0,0,27359,0,24579,25286,0,0,'Vengeful Geist','','',0,71,72,2,1988,0,1,1.28571,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,27370,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,133,1,8388624,0,'',12340),(27371,0,0,0,0,0,24592,0,0,0,'Synipus','','',0,72,72,2,1892,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,27371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27372,0,0,0,0,0,23964,0,0,0,'Ursoc Credit','','',0,75,75,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27373,0,0,0,0,0,24594,0,0,0,'Spirit of Ursoc','','',0,75,75,2,35,0,1,1.14286,1,1,342,485,0,392,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27374,0,0,0,0,0,24593,0,0,0,'Unholy Archon','','',0,74,74,0,67,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27375,0,0,0,0,0,22712,17200,0,0,'Risen Gryphon Rider Target','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27376,0,0,0,0,0,24595,0,0,0,'Deathguard Schneider','','',9507,71,71,2,1928,1,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27377,0,0,0,24231,0,24596,0,0,0,'Thane Torvald Eriksson','','',0,74,74,2,1885,0,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56843,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27378,0,0,0,0,0,24597,0,0,0,'Senior Scrivener Barriga','','',9508,71,71,2,1928,1,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27379,0,0,0,0,0,24598,0,0,0,'Engineer Burke','','',9509,71,71,2,1928,1,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27380,0,0,0,0,0,169,11686,0,0,'Wintergarde Inner Gate Attack Trigger','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27381,0,0,0,0,0,24599,0,0,0,'Chancellor Amai','','',9510,71,71,2,1928,1,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27382,0,0,0,0,0,26381,0,0,0,'Deathbringer Revenant','','',0,72,73,2,834,0,1,0.59524,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,4,0,27382,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(27383,0,0,0,0,0,17252,0,0,0,'Thel\'zan the Duskbringer','','',0,73,73,2,1975,0,1,1.28571,1,1,313,448,0,302,7.5,2000,2000,2,33600,2048,0,0,0,0,0,0,276,411,44,6,0,27383,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,15,1,0,0,0,0,0,0,0,133,1,8388624,0,'',12340),(27384,0,0,0,0,0,17252,21342,0,0,'Thel\'zan the Duskbringer','','',0,73,73,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,15,1,0,0,0,0,0,0,0,133,1,0,128,'',12340),(27386,30756,0,0,0,0,10771,0,0,0,'Avenging Spirit','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.238095,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(27387,0,0,0,0,0,24601,24602,0,0,'[DND] Valiance Keep Footman Spectator','','',0,69,69,2,1973,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27388,0,0,0,0,0,24603,0,0,0,'Sergeant Nazgrim','','',9519,73,73,2,1981,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27389,31657,0,0,0,0,26350,0,0,0,'Dalronn the Controller','','',0,72,72,2,1885,0,1,1.42857,1,1,304,436,0,296,7.5,2400,0,2,33554432,2048,8,0,0,0,0,0,268,399,40,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,12,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'boss_dalronn_the_controller',12340),(27390,31680,0,0,0,0,24605,0,0,0,'Skarvald the Constructor','','',0,72,72,2,1885,0,1,1.14286,1,1,307,438,0,314,7.5,2000,0,1,33554432,2048,8,0,0,0,0,0,270,401,53,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,147,1,617299839,2097152,'boss_skarvald_the_constructor',12340),(27391,0,0,0,0,0,24604,0,0,0,'Woodsman Drake','','',9520,73,73,2,1892,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27392,30757,0,0,0,0,169,11686,0,0,'Avenging Spirit Summoner','','',0,1,1,0,114,0,0.8,0.285714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,70,1,0,128,'',12340),(27394,0,0,0,0,0,1126,17612,0,0,'Torture the Torturer Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27395,0,0,0,0,0,24963,0,0,0,'Typhoon','','',0,50,50,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,56,1,0,0,'',12340),(27396,0,0,0,0,0,16480,19595,0,0,'Kill Credit Bunny - Shredder Delivery','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27397,0,0,0,0,0,24614,0,0,0,'Rocket Mount (Log Ride Test)','','',0,50,52,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,273,1,0,0,'',12340),(27400,0,0,0,0,0,4158,0,0,0,'Forsaken Prisoner','','',0,71,72,2,1735,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,536904448,2048,32,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27401,0,0,0,0,0,24617,24618,24619,0,'Risen Wintergarde Miner','','',0,71,72,2,1975,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,27401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37411,42108,0,0,0,0,0,1,8388624,0,'',12340),(27402,0,0,0,0,0,10811,13069,0,0,'Bone Target Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27403,0,0,0,0,0,22712,17200,0,0,'Strange Ore Target','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27404,31682,0,0,0,0,11686,0,0,0,'Utgarde Duo Trigger','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27405,0,0,0,27203,0,24404,24405,24401,24402,'Onslaught Footman','','',0,71,72,2,2033,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27406,0,0,0,27203,0,24404,24405,24401,24402,'Onslaught Footman','','',0,71,72,2,67,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27407,0,0,0,0,0,24629,0,0,0,'Pet Toy - Fetch Ball','','',0,1,1,0,35,0,1.2,1,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_gen_fetch_ball',12340),(27408,0,0,0,0,0,22042,0,0,0,'Duskhowl Prowler','','',0,72,73,2,1953,0,1.2,0.85714,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,1,0,0,0,0,278,413,58,1,1,27408,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,36819,0,0,0,0,0,100,1,0,0,'',12340),(27409,0,0,0,0,0,24628,0,0,0,'Ducal\'s Horse','','vehichleCursor',0,74,74,2,35,16777216,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,1,0,0,0,0,0,0,0,0,0,0,48677,48768,48783,0,0,0,0,0,0,51,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(27410,0,0,0,0,0,24623,0,0,0,'Scourge Siegesmith','','',0,72,72,2,1975,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,27410,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37248,42108,0,0,0,0,0,1,8388624,0,'',12340),(27411,0,0,0,0,0,24302,0,0,0,'Freed Alliance Scout','','',0,74,74,2,1891,0,1,1.14286,1,0,328,467,0,354,1,1500,2000,1,768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27412,0,0,0,0,0,24624,0,0,0,'Slinkin the Demo-gnome','7th Legion','',0,73,73,2,1892,2,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,537166592,2048,32,0,0,0,0,0,278,413,58,7,4224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27413,0,0,0,0,0,16480,19595,0,0,'Log Ride Bunny - Alliance','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27414,0,0,0,0,0,24625,0,0,0,'Gordun','','',21251,72,72,2,1892,1,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,27414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27416,0,0,0,0,0,24626,0,0,0,'Pipthwack','','',0,72,72,2,1892,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,27416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,1955,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27417,0,0,0,0,0,26787,26788,0,0,'Silverbrook Worgen','','',0,73,74,2,2039,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(27418,0,0,0,0,0,10811,13069,0,0,'Rothin\'s Spell Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27419,0,0,0,0,0,1126,17612,0,0,'The Perfect Dissemblance Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27420,0,0,0,0,0,10811,13069,0,0,'Rothin\'s Necromantic Rune Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27421,0,0,0,0,0,24630,0,0,0,'Fern Feeder Moth','','',0,73,73,2,188,0,1,0.85714,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,37,0,0,0,0,278,413,58,1,1,27421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13100,0,0,0,'',0,3,1,1,1,1,0,37662,0,0,0,0,0,100,1,0,0,'',12340),(27422,0,0,0,0,0,24631,0,0,0,'Lurz','','',0,70,70,2,1981,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27423,0,0,0,0,0,24632,0,0,0,'Grekk','','',0,70,70,2,1981,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27424,0,0,0,27124,0,24303,24305,24306,24308,'Conquest Hold Marauder','','',0,73,74,2,1314,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27424,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1236,2060,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27425,0,0,0,0,0,24633,0,0,0,'Darrok','','',9528,70,70,1,1981,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27426,0,0,0,0,0,1126,17612,0,0,'Commander Jordan Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27427,0,0,0,0,0,1126,17612,0,0,'Lead Cannoneer Zierhut Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27428,0,0,0,0,0,1126,17612,0,0,'Blacksmith Goodman Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27429,0,0,0,0,0,1126,17612,0,0,'Stable Master Mercer Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27430,0,0,0,0,0,25167,0,0,0,'Destructive Ward','','',0,73,73,2,2036,0,1,1,1,0,2,2,0,24,1,2000,2000,1,4,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(27431,31338,0,0,0,0,27075,27076,0,0,'Drakkari Commander','','',0,75,75,2,14,0,1,1.14286,1,1,342,485,0,392,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,295,438,68,7,0,27431,27431,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4473,7455,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27432,0,0,0,0,0,23037,23038,23039,0,'Warsong Hold Peon','','',0,64,65,1,1981,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27433,0,0,0,0,0,24635,0,0,0,'Quarterflash\'s Homing Bot','','',0,1,1,2,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27434,0,0,0,0,0,664,0,0,0,'Winterfin First Responder','','',0,80,80,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27435,0,0,0,0,0,6271,0,0,0,'Wintergarde Mine Bomb','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27436,0,0,0,0,0,169,11686,0,0,'Upper Wintergarde Mine Shaft','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27437,0,0,0,0,0,169,11686,0,0,'Lower Wintergarde Mine Shaft','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27438,0,0,0,0,0,24637,0,0,0,'Rainbow Trout','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27439,0,0,0,27203,0,24458,0,0,0,'High Abbot Landgren','','',0,74,74,2,35,0,2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),(27440,0,0,0,0,0,24638,0,0,0,'Argah','','',0,69,69,2,1981,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27441,0,0,0,0,0,24639,0,0,0,'Sagai','','',0,69,69,2,1981,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27442,0,0,0,0,0,24398,0,0,0,'Scarlet Raven Priest Image - Female Transform','','',0,71,72,2,67,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27443,0,0,0,0,0,24399,0,0,0,'Scarlet Raven Priest Image - Male Transform','','',0,71,72,2,67,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27444,0,0,0,0,0,1126,17612,0,0,'A Fall from Grace High Abbot Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27445,0,0,0,0,0,17612,0,0,0,'A Fall from Grace Bell Rung Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27446,0,0,0,0,0,16480,21342,0,0,'High Abbot Landgren\'s Jump Vehicle','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27447,31559,0,0,0,0,27033,0,0,0,'Varos Cloudstrider','Azure-Lord of the Blue Dragonflight','',0,81,81,2,14,0,1,1.42857,1,1,464,604,0,708,7.5,2400,0,1,32768,2048,8,0,0,0,0,0,353,512,112,2,104,27447,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_varos',12340),(27448,0,0,0,0,0,169,11686,0,0,'Serinar\'s Presence','','',0,74,74,2,35,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,287,426,63,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27449,0,0,0,0,0,1126,11686,0,0,'Neltharion\'s Flame Fire Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27450,0,0,0,0,0,10811,13069,0,0,'Neltharion\'s Flame Control Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(27451,0,0,0,0,0,24640,0,0,0,'Commander Bargok','','',0,70,70,2,1981,2,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27452,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker Grizzly Hills','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27453,0,0,0,0,0,16480,19595,0,0,'Blue Sky Kill Credit Bunny - Grizzly Hills','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27454,0,0,0,0,0,22712,17200,0,0,'Zelig Spell Target','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27455,0,0,0,0,0,24641,0,0,0,'Prince Arthas','','',0,70,70,2,35,0,1,1.14286,1,3,252,357,0,304,35,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27456,0,0,0,27453,0,24642,24643,24644,24645,'Conquest Hold Skirmisher','','',0,73,74,2,1979,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27457,0,0,0,0,0,24646,24647,24648,24649,'Skirmisher Corpse','','',0,73,74,0,1979,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,537133824,2048,32,0,0,0,0,0,287,426,63,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27458,0,0,0,0,0,16633,0,0,0,'Flora','','',0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27459,0,0,0,0,0,328,0,0,0,'Thudder','','',0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27460,0,0,0,0,0,347,0,0,0,'Mother of Bambina','','',0,5,5,0,2038,0,1,0.85714,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27461,0,0,0,0,0,654,0,0,0,'Bambina','','',0,1,1,0,2038,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27462,0,0,0,0,0,24650,0,0,0,'Westfall Brigade Hunter','','',0,71,71,2,2037,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27463,0,0,0,27453,0,24642,24643,24644,24645,'Wounded Skirmisher','','',0,73,74,2,1981,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27463,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wounded_skirmisher',12340),(27464,0,0,0,0,0,24651,0,0,0,'Aumana','','',0,73,73,2,1981,2,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27465,0,0,0,0,0,24653,0,0,0,'Forgotten Soul','','',0,71,71,2,35,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27466,0,0,0,0,0,16480,19595,0,0,'Kill Credit Bunny - Wounded Skirmishers','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27467,0,0,0,0,0,24502,24503,0,0,'Amberpine Hunter','','',0,71,71,0,2004,0,1,1.14286,1,0,299,426,0,308,1,1500,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27468,0,0,0,0,0,24655,0,0,0,'Sergeant Hartsman','','',0,71,71,2,1892,2,1,1.38571,1,0,299,426,0,308,1,1500,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27469,0,0,0,0,0,24670,0,0,0,'Ivan','','',0,73,74,2,35,2,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27470,0,0,0,27124,0,24303,24305,24306,24308,'Conquest Hold Grunt','','',0,73,74,2,1314,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27470,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1652,1652,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27471,0,0,0,0,0,11686,0,0,0,'Forgotten Rifleman Quest Credit','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27472,0,0,0,0,0,11686,0,0,0,'Forgotten Peasant Quest Credit','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27473,0,0,0,0,0,11686,0,0,0,'Forgotten Knight Quest Credit','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27474,0,0,0,0,0,11686,0,0,0,'Captain Luc D\'Merud Quest Credit','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27475,0,0,0,27453,0,24657,24656,24658,0,'Westfall Brigade Infantry','','',0,71,71,2,2143,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27476,0,0,0,0,0,24659,0,0,0,'Captain Luc Valonforth','','',0,73,73,2,35,0,1,1.14286,1,1,316,450,0,320,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27477,0,0,0,0,0,22395,0,0,0,'Caden Barleybrew','Brew of the Month Club','',0,50,50,0,774,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27479,0,0,0,0,0,23812,23813,23814,0,'Slain Trapper','','',0,73,74,2,2032,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,537133824,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27480,0,0,0,0,0,24660,0,0,0,'Muradin','','',0,70,70,2,35,0,1,1.14286,1,3,252,357,0,304,35,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27481,0,0,0,27453,0,24661,24662,24663,0,'Westfall Infantry Corpse','','',0,71,71,2,1891,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,537133824,2048,32,0,0,0,0,0,260,387,37,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27482,0,0,0,27453,0,24657,24656,24658,0,'Wounded Westfall Infantry','','',0,73,74,2,1892,0,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,32768,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27484,0,0,0,0,0,24664,0,0,0,'Rheanna','','',0,71,71,2,1892,2,1,1.14286,1,0,299,426,0,308,1,1500,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27485,0,0,0,0,0,347,0,0,0,'Vengeful Bambina','','',0,71,71,2,2038,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27486,0,0,0,0,0,24669,0,0,0,'Sergei','','',0,73,74,2,35,2,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27487,0,0,0,0,0,22397,0,0,0,'Brew of the Month Club','Brew Vendor','',0,45,45,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27488,0,0,0,0,0,22491,0,0,0,'Lohger','Brew of the Month Club','',0,50,50,0,775,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27490,0,0,0,0,0,7897,0,0,0,'Cosmetic Drakkari Bat [PH]','','',0,74,74,2,35,0,1,1,1,0,328,467,0,354,1,2000,2000,1,33554432,2048,0,24,0,0,0,0,287,426,63,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(27491,0,0,0,0,0,24665,0,0,0,'Gryphon Taxi (Howling Fjord -> Dragonblight - DND)','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27492,0,0,0,0,0,24667,0,0,0,'Alliance Emissary','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27493,0,0,0,27124,0,24679,0,0,0,'Sergeant Bonesnap','','',0,74,74,2,1314,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27493,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1237,2061,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27494,0,0,0,0,0,26870,0,0,0,'Mystic Tomkin','','',0,73,73,0,1950,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27495,0,0,0,0,0,24666,0,0,0,'Barblefink','','',9550,72,72,2,1892,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27496,0,0,0,0,0,26612,0,0,0,'Refurbished Shredder','','vehichleCursor',0,72,72,0,35,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,4,0,2048,0,0,0,0,0,0,270,401,53,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,129,0,0,0,'',12340),(27497,0,0,0,0,0,24668,0,0,0,'Captured Trapper','','',0,74,74,0,35,2,1,1.14286,1,0,328,467,0,354,1,1500,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27499,0,0,0,0,0,24302,0,0,0,'Caged Prisoner','','',0,74,74,2,1891,2,1,1.14286,1,0,328,467,0,354,1,1500,2000,1,768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27500,0,0,0,28190,0,24675,24676,24677,24678,'Conquest Hold Berserker','','',0,73,74,2,1979,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27501,0,0,0,28190,0,24671,24672,24673,24674,'Westfall Brigade Marine','','',0,73,73,2,2143,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27504,0,0,0,0,0,7862,7861,7860,7859,'Northrend Gryphon Rider','','',0,70,70,1,231,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),(27505,0,0,0,0,0,17166,0,0,0,'Raised Gryphon','','',0,70,70,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,57,1,8388624,0,'',12340),(27506,0,0,0,0,0,24680,0,0,0,'Ceristrasz','','',0,75,75,2,2010,2,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27507,0,0,0,0,0,24684,0,0,0,'Unu\'pe Vision - Blue Dragon (DND)','','',0,73,73,0,1950,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27508,0,0,0,0,0,23276,0,0,0,'Necrolord Amarion','','',0,72,72,2,1975,0,1,1.28571,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,27508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1128,1880,'SmartAI',0,3,1,1,3,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),(27509,0,0,0,0,0,24681,0,0,0,'Captain Brightwater','','',0,74,74,2,1891,0,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27510,0,0,0,0,0,24682,0,0,0,'Shadow of Thel\'zan the Duskbringer','','',0,73,73,2,1975,0,1,1.28571,1,1,316,450,0,320,4.6,2000,2000,1,33600,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,15,1,0,0,0,0,0,0,0,133,1,8388624,0,'',12340),(27511,0,0,0,0,0,24683,0,0,0,'Captain Zorna','','',0,74,74,2,1979,0,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27512,0,0,0,0,0,24690,0,0,0,'Unu\'pe Vision - Tuskarr (DND)','','',0,73,73,0,1950,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27513,0,0,0,0,0,25286,0,0,0,'Covetous Geist','','',0,71,72,2,1975,0,1,1,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,27513,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,113,1,8388624,0,'',12340),(27514,0,0,0,0,0,24686,0,0,0,'Unu\'pe Vision - Vrykul (DND)','','',0,73,73,0,1950,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27515,0,0,0,0,0,24689,0,0,0,'Unu\'pe Vision - Gorloc (DND)','','',0,73,73,0,1950,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27516,0,0,0,0,0,2402,2405,2408,2410,'Fordragon Stallion','','',0,70,70,0,2053,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(27517,0,0,0,0,0,20741,20742,20740,0,'Wounded Fordragon Soldier','','',0,57,58,0,2053,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,768,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27518,0,0,0,0,0,24361,24541,24543,24542,'Fordragon Footman','','',0,78,78,2,2053,0,1,1.14286,1,1,387,543,0,528,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(27519,0,0,0,0,0,310,0,0,0,'Fordragon Carpenter','','',0,69,70,1,2053,0,0.666668,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(27520,0,0,0,0,0,24687,0,0,0,'Baron Freeman','Westfall Brigade','',0,74,74,2,1892,2,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27521,0,0,0,0,0,24732,24738,24739,24740,'Fordragon Gryphon Rider','','',0,70,70,2,2053,0,2,1.38571,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,4,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),(27522,0,0,0,0,0,1141,1418,2176,0,'Inn Rat','','',0,1,1,0,31,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27523,0,0,0,0,0,22501,0,0,0,'Grizzlesnout','','',0,73,73,2,1953,0,1.2,0.857143,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,1,0,0,0,0,278,413,58,1,1,27523,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27526,0,0,0,0,0,24688,0,0,0,'White Armored Gryphon','','',0,70,70,1,2004,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(27527,0,0,0,0,0,24106,24119,0,0,'Clayton Dubin - TEST COPY DATA','Quality Assured','Attack',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.10509,5.16957,1,0,0,0,0,0,0,0,115,1,0,0,'',12340),(27529,0,0,0,0,0,23980,11686,0,0,'Unu\'pe Vision - Smoke Target (DND)','','',0,73,73,2,1950,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27530,0,0,0,0,0,24137,0,0,0,'Ruby Keeper','','',0,74,75,2,2041,0,2.8,2.57143,1,1,342,485,0,392,4.6,2000,2000,1,537133056,2048,0,0,0,0,0,0,295,438,68,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,10,10,1,1,0,0,0,0,0,0,0,214,1,0,0,'',12340),(27531,0,0,0,0,0,12818,0,0,0,'Frigid Abomination Attacker','','',0,73,74,2,2043,0,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,287,426,63,6,0,0,0,0,0,0,0,0,0,0,40504,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,64,'npc_heated_battle',12340),(27532,0,0,0,0,0,24691,0,0,0,'General Khazgar','','',0,74,74,2,1981,2,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27533,0,0,0,0,0,24590,0,0,0,'Frigid Geist','','',0,72,73,2,2042,0,2.4,0.99206,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,6,0,27533,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,54,1,8388624,0,'',12340),(27534,0,0,0,0,0,24993,0,0,0,'Frigid Ghoul','','',0,71,72,2,2042,0,0.8,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,27534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(27535,0,0,0,0,0,24539,24538,24362,24540,'Fordragon Knight','','',0,79,79,2,2053,0,1,1.71429,1,1,404,564,0,582,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,334,494,95,7,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(27536,0,0,0,0,0,310,0,0,0,'Fordragon Peasant','','',0,69,70,1,2053,0,0.666668,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(27537,0,0,0,0,0,89,0,0,0,'Fordragon Lumberjack','','',0,69,70,1,2053,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(27538,0,0,0,0,0,24695,0,0,0,'Fordragon Mason','','',0,69,70,1,2053,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(27539,0,0,0,0,0,24692,24694,0,0,'Frigid Necromancer','Cult of the Damned','',0,73,74,2,2042,0,1,1.14286,1,0,279,408,0,158,1,2000,2000,8,32768,2048,0,0,0,0,0,0,263,391,41,7,0,27539,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1236,2060,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27540,0,0,0,0,0,24967,24968,0,0,'Fordragon Marksman','','',0,77,78,2,2053,0,1,1.14286,1,1,387,543,0,528,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(27542,0,0,0,0,0,6371,0,0,0,'Ruby Watcher','','',0,73,74,2,2041,0,4,2.57143,1,1,328,467,0,354,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,5,1,1,0,0,0,0,0,0,0,216,1,0,0,'',12340),(27543,0,0,0,0,0,3943,0,0,0,'Fordragon Medic','','',0,20,20,0,2053,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,32768,2048,0,0,0,0,0,0,20,30,4,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27544,0,0,0,0,0,24696,0,0,0,'Stormwind Captain','','',0,73,73,2,2053,2,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,278,413,58,10,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27545,0,0,0,0,0,24697,0,0,0,'Katja','','',0,74,74,2,2032,2,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,27545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,1711,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27546,0,0,0,0,0,23812,23813,23814,0,'Silverbrook Hunter','','',0,73,74,2,16,0,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,32768,2048,0,0,0,0,0,0,285,423,48,7,0,27546,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1238,2063,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27547,0,0,0,0,0,23825,0,0,0,'Vladek','Wolfcult Initiate','',0,74,74,2,16,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1238,2063,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27548,0,0,0,0,0,24698,24978,0,0,'Penguin, Northrend','','',0,70,70,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27549,0,0,0,28190,0,25948,25949,25950,25951,'Westfall Brigade Elite','','',0,76,76,2,2143,0,1,1.38571,1,1,352,499,0,408,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,302,449,57,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27550,0,0,0,28190,0,24073,24074,24075,24076,'Conquest Hold Champion','','',0,76,76,2,1979,0,1,1.38571,1,1,356,503,0,432,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27551,0,0,0,0,0,24699,0,0,0,'Enraged Apparition','','',0,71,72,2,1988,0,1,1.28571,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,27551,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,133,1,8388624,0,'',12340),(27552,0,0,0,0,0,10256,1202,2676,4631,'Reanimated Noble','','',0,71,72,2,1988,0,1,1.28571,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,27552,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,133,1,8388624,0,'',12340),(27553,0,0,0,0,0,23864,23865,23866,23867,'Kor\'kron Vanguard','','',0,73,75,2,2054,0,1,1.38571,1,1,342,485,0,392,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27554,0,0,0,0,0,24416,24443,24418,0,'Injured Drakkari Refugee','','',0,74,74,2,1693,0,1,1.14286,1,0,328,467,0,354,1,1500,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27554,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1234,2056,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27555,0,0,0,0,0,24443,0,0,0,'Drakkari Witch Doctor','','',0,73,73,2,37,0,1,1.14286,1,0,313,448,0,302,1,1500,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,27555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,1964,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27556,0,0,0,0,0,646,25000,10630,25001,'Mindless Ghoul','','',0,69,70,1,1988,0,0.8,0.99206,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),(27557,0,0,0,0,0,24700,0,0,0,'Warsong Elite','','',0,78,78,2,2054,0,1,1.14286,1,1,387,543,0,528,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27558,0,0,0,0,0,17338,0,0,0,'Warsong Peon','','',0,69,70,2,2054,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,262144,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(27559,0,0,0,0,0,23911,0,0,0,'Kor\'kron Windrager','','',0,75,75,2,2054,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27560,0,0,0,0,0,24091,24092,24093,0,'Darkspear Spear Thrower','','',0,73,74,2,2054,0,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27561,0,0,0,0,0,24099,24100,0,0,'Undead Miner Credit','','',0,1,1,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27562,0,0,0,0,0,24657,0,0,0,'Lieutenant Stuart','Westfall Brigade','',0,74,74,2,1892,2,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27563,0,0,0,0,0,23865,0,0,0,'Centurion Kaggrum','','',0,74,74,2,1981,2,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27564,0,0,0,0,0,24701,24702,24771,24772,'Alliance Conscript','','',0,73,74,2,2044,0,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27565,0,0,0,0,0,24703,0,0,0,'Gurtor','','',9590,70,70,2,1981,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27566,0,0,0,0,0,25529,25530,25531,0,'Unu\'pe Villager','','',0,73,73,0,1950,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27567,0,0,0,0,0,24704,0,0,0,'Captain Iskandar','','',0,74,74,2,2044,0,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27568,0,0,0,0,0,1060,17612,0,0,'Venture Co. Stables','','',0,72,72,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27569,0,0,0,0,0,23980,11686,0,0,'Unu\'pe Vision - Villager Bunny (DND)','','',0,73,73,2,1950,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27570,0,0,0,0,0,7196,16952,3921,5832,'Venture Co. Straggler','','',0,73,73,2,14,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,27570,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1181,1969,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_venture_co_straggler',12340),(27571,0,0,0,0,0,24970,24971,0,0,'Taunka Windfury','','',0,75,76,2,2054,0,1,1.14286,1,1,352,499,0,408,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,302,449,57,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27572,0,0,0,0,0,10811,13069,0,0,'Ruby Controller Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27573,0,0,0,0,0,24973,24974,0,0,'Taunka Huntsman','','',0,75,76,2,2054,0,1,1.14286,1,0,352,499,0,408,1,2000,2000,2,33024,2048,0,0,0,0,0,0,302,449,57,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27574,0,0,0,0,0,14578,0,0,0,'War Kodo','','',0,71,74,0,1981,0,1,1.38571,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(27575,0,0,0,0,0,24706,0,0,0,'Lord Afrasastrasz','Commander of Wyrmrest Temple Defenses','',9563,80,80,2,2010,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,33280,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_taxi',12340),(27576,0,0,0,0,0,24363,24546,24547,24548,'Fordragon Sentinel','','',0,74,75,2,2053,0,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27577,0,0,0,0,0,24994,0,0,0,'Mayor Godfrey','','',0,71,71,2,974,2,0.8,0.99206,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27578,0,0,0,0,0,24708,0,0,0,'Goremaw','','',0,75,75,2,1953,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32832,2048,0,1,0,0,0,0,295,438,68,1,1,27578,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27579,0,0,0,0,0,23825,0,0,0,'Varlam','Hand of Arugal','',0,75,75,2,16,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,295,438,68,7,2048,27579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3890,6484,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27580,0,0,0,0,0,26793,0,0,0,'Selas','','',0,75,75,2,16,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,295,438,68,7,0,27580,27580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1231,2051,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27581,0,0,0,0,0,24709,0,0,0,'Ruuna the Blind','','',0,74,74,0,35,2,1,1.14286,1,0,328,467,0,354,1,1500,2000,1,512,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27582,0,0,0,0,0,23031,0,0,0,'Private Arun','','',0,73,73,2,1973,2,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27583,0,0,0,0,0,169,11686,0,0,'Novos Summon Target','','',0,74,74,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27585,0,0,0,0,0,21850,0,0,0,'Rizzy Fizzstout','Brewfest Agent','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27586,0,0,0,0,0,7550,0,0,0,'QA Test Dummy 80 Normal','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27587,0,0,0,0,0,24240,25341,0,0,'Alliance Steam Tank','','vehichleCursor',0,70,70,2,1892,16777216,1,2,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,9,8,0,0,0,0,0,0,0,0,0,49315,49333,49109,49081,0,0,0,0,0,56,0,0,'SmartAI',0,3,1,6,5,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),(27588,0,0,0,0,0,24361,24541,24542,24543,'7th Legion Elite','','',0,73,73,2,1974,0,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,33040,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27589,0,0,0,0,0,1126,11686,0,0,'Ruby Strafe Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27590,0,0,0,0,0,9784,0,0,0,'QA Test Dummy 80 No Armor','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.93651,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27591,0,0,0,0,0,9784,0,0,0,'QA Test Dummy 83 No Armor','QA Punching Bag','',0,83,83,2,7,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.17103,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27592,0,0,0,0,0,7550,0,0,0,'QA Test Dummy 83 Normal','QA Punching Bag','',0,83,83,2,7,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.17103,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27593,0,0,0,0,0,26611,0,0,0,'Rocket Propelled Warhead','','vehichleCursor',0,72,72,0,35,16777216,12,4.28571,1,0,307,438,0,314,1,2000,2000,1,16384,2048,0,0,0,0,0,0,270,401,53,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,'',0,4,1,1.15,1,1,0,0,0,0,0,0,0,265,0,0,0,'npc_riding_the_red_rocket',12340),(27595,0,0,0,0,0,9785,0,0,0,'QA Test Dummy 80 High Magic Resist','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.93651,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27596,0,0,0,0,0,9785,0,0,0,'QA Test Dummy 83 High Magic Resist','QA Punching Bag','',0,83,83,2,7,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.17103,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27597,31348,0,0,0,0,22337,0,0,0,'Hulking Corpse','','',0,74,74,2,16,0,1,1,1,1,464,604,0,708,4,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,88,1,0,0,'',1),(27598,31873,0,0,0,0,10978,10972,0,0,'Fetid Troll Corpse','','',0,74,74,2,16,0,1,1,1,0,464,604,0,708,2,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,1,1,0,0,0,0,0,0,0,73,1,0,0,'',1),(27599,0,0,0,0,0,9786,0,0,0,'QA Test Dummy 80 Fixed Damage','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.93651,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27600,31356,0,0,0,0,2606,0,0,0,'Risen Shadowcaster','','',0,74,74,2,16,0,1,1,1,0,464,604,0,708,2,2000,2000,8,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(27601,0,0,0,0,0,9786,0,0,0,'QA Test Dummy 83 Fixed Damage','QA Punching Bag','',0,83,83,2,7,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.17103,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27602,0,0,0,0,0,21810,0,0,0,'Sergeant Downey','Westfall Brigade','',0,73,73,2,1892,2,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27603,0,0,0,0,0,23181,0,0,0,'Angrathar Necrolord','Cult of the Damned','',0,75,76,2,2042,0,1,1.14286,1,1,300,436,0,193,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,279,415,49,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27604,0,0,0,0,0,11402,0,0,0,'Frail Construct','','',0,71,71,2,2042,0,1,1.14286,1,5,299,426,0,308,1,5000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,0.05,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),(27605,0,0,0,0,0,24711,0,0,0,'Colossal Abomination','','',0,76,78,2,2042,0,2,1.71429,1,1,383,539,0,500,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,321,477,68,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,'AgressorAI',0,3,1,75,2,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),(27606,0,0,0,0,0,23123,0,0,0,'Stone Guard Ragetotem','','',0,73,73,2,1981,2,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27607,0,0,0,0,0,24712,0,0,0,'Plague Wagon','','',0,70,70,2,974,0,1,1,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27608,0,0,0,0,0,24140,24175,24176,0,'Azure Dragon','','',0,73,74,2,16,0,2.8,2.14286,1,1,328,467,0,354,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,2,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,15,9,1,1,0,0,0,0,0,0,0,193,1,0,0,'',12340),(27609,0,0,0,0,0,9783,0,0,0,'QA Test Dummy 80 Spell Spammer','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.93651,2000,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27610,0,0,0,0,0,15903,0,0,0,'Dead Caribou','','',0,69,70,2,188,0,1,1.28968,1,0,252,357,0,304,1,2000,2000,1,570688256,2048,32,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27611,0,0,0,0,0,22181,0,0,0,'Plague Eruptor','','',0,75,78,2,2042,0,1,1.28968,1,1,387,543,0,528,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27613,0,0,0,0,0,27230,24443,24418,24416,'Slaughtered Drakkari','','',0,72,73,2,14,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,536903936,2048,32,0,0,0,0,0,278,413,58,7,1024,27613,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1182,1970,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(27614,0,0,0,0,0,23277,0,0,0,'Jintha\'kalar Necromancer','','',0,73,74,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,27614,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(27615,0,0,0,0,0,23277,0,0,0,'Scourge Deathspeaker','','',0,72,73,2,21,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,27615,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,1890,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,0,0,'',12340),(27616,0,0,0,0,0,26209,0,0,0,'Prince Atherann','The San\'layn','',0,72,73,2,974,0,1,1.14286,1,1,316,450,0,320,7.5,2000,2000,1,2,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27617,0,0,0,0,0,2602,0,0,0,'River Thresher','','',0,74,74,2,14,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,1,0,27617,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27618,0,0,0,0,0,25338,0,0,0,'Prince Keleseth','The San\'layn','',0,72,72,2,974,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,2,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27619,0,0,0,0,0,25514,0,0,0,'Prince Valanar','The San\'layn','',0,72,72,2,974,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,2,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27620,0,0,0,0,0,24228,0,0,0,'Shade of Arugal','','',0,75,75,2,16,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,2,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27622,0,0,0,0,0,16480,21072,0,0,'Arugal Rotation Bunny','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27623,0,0,0,0,0,25932,0,0,0,'Image of the Lich King','','',0,83,83,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27624,0,0,0,0,0,26210,0,0,0,'Prince Theraldis','The San\'layn','',0,72,72,2,974,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,2,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27625,0,0,0,0,0,24712,0,0,0,'Plague Wagon Credit','','',0,70,70,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27626,0,0,0,0,0,25030,0,0,0,'Tatjana\'s Horse','','vehichleCursor',0,74,74,2,16,0,1,1.28571,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(27627,0,0,0,0,0,24715,0,0,0,'Tatjana','Wolfcult Initiate','',0,74,74,2,16,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27627,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1265,2109,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27628,0,0,0,0,0,24716,0,0,0,'Bubb Lazarr','','',9564,73,73,0,35,1,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27629,0,0,0,0,0,25710,0,0,0,'Wyrmrest Defender','','',9568,75,75,2,2067,1,2.8,3.5,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,2,0,0,0,0,0,0,0,0,0,0,49161,49243,49263,49264,49367,0,0,0,0,60,0,0,'SmartAI',0,5,4,13,10,1,0,0,0,0,0,0,0,193,1,0,0,'',12340),(27630,0,0,0,0,0,17308,0,0,0,'[UNUSED] Wrath Gate Crypt Fiend','','',0,78,78,1,2043,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,147,1,8388624,0,'',12340),(27631,0,0,0,0,0,571,0,0,0,'Angrathar Aberration','','',0,76,77,2,2042,0,1.2,1.42857,1.2,1,371,522,0,478,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,147,1,8388624,0,'',12340),(27632,0,0,0,0,0,24715,0,0,0,'Tatjana (Unconscious)','Wolfcult Initiate','',0,74,74,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27633,30901,0,0,0,0,25195,0,0,0,'Azure Inquisitor','','',0,79,79,2,16,0,0.888888,0.992063,1,1,404,564,0,582,7.5,2400,0,1,32832,2048,8,0,0,0,0,0,334,494,95,2,8,27633,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27634,30815,0,0,0,0,11418,0,0,0,'Wolf Spirit Visual (Ymirjar Dusk Shaman)','','',0,1,1,0,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27635,30904,0,0,0,0,25250,0,0,0,'Azure Spellbinder','','',0,79,79,2,16,0,0.888888,1.14286,1.08,1,399,559,0,550,7.5,2400,0,2,32832,2048,8,0,0,0,0,0,331,491,74,2,8,27635,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27636,30902,0,0,0,0,26088,0,0,0,'Azure Ley-Whelp','','',0,79,79,2,16,0,1.11111,1.14286,1,0,404,564,0,582,1,2400,0,1,32768,2048,8,0,0,0,0,0,334,494,95,2,8,27636,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27638,30903,0,0,0,0,28080,0,0,0,'Azure Ring Guardian','','',0,79,79,2,16,0,2,3,1,1,399,559,0,550,7.5,2400,0,2,32768,2048,8,0,0,0,0,0,331,491,74,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,9.52381,5,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(27639,30916,0,0,0,0,25305,25306,25307,0,'Ring-Lord Sorceress','','',0,79,79,2,16,0,1,1.14286,1,1,399,559,0,550,7.5,2400,0,2,32832,2048,8,0,0,0,0,0,331,491,74,7,8,27639,27639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5030,8383,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27640,30915,0,0,0,0,25302,25303,25304,0,'Ring-Lord Conjurer','','',0,79,79,2,16,0,1,1.14286,1,1,399,559,0,550,7.5,2400,0,2,32832,2048,8,0,0,0,0,0,331,491,74,7,8,27640,27640,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5016,8360,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27641,30905,0,0,0,0,24943,0,0,0,'Centrifuge Construct','','',0,79,79,2,16,0,1,1.14286,1.24,1,404,564,0,582,7.5,2400,0,1,32832,2048,8,0,0,0,0,0,334,494,95,9,32776,27641,0,27641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,73,1,0,0,'',12340),(27642,30909,0,0,0,0,25145,0,0,0,'Phantasmal Mammoth','','',0,79,79,2,16,0,1,1.14286,1,1,404,564,0,582,7.5,2400,0,1,32832,2048,9,0,0,0,0,0,334,494,95,1,8,27642,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,42104,0,0,0,0,0,0,1,0,0,'',12340),(27643,0,0,0,0,0,24726,24727,24728,24729,'Temple Caller','','',0,73,74,2,2010,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27644,30914,0,0,0,0,25153,0,0,0,'Phantasmal Wolf','','',0,79,79,2,16,0,1,1.14286,1,1,404,564,0,582,7.5,2000,0,1,32832,2048,9,0,0,0,0,0,334,494,95,1,8,27644,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27645,30907,0,0,0,0,25147,0,0,0,'Phantasmal Cloudscraper','','',0,79,79,2,16,0,1,1.14286,1,1,399,559,0,550,7.5,2400,0,2,32832,2048,8,0,0,0,0,0,331,491,74,1,8,27645,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27646,0,0,0,0,0,252,0,0,0,'Anya','','',0,12,12,0,35,2,1,1.14286,1,0,17,22,0,46,1,1500,2000,1,512,2048,0,0,0,0,0,0,11,17,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27647,30912,0,0,0,0,25151,0,0,0,'Phantasmal Ogre','','',0,79,79,2,16,0,1,1.14286,1,1,399,559,0,550,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,331,491,74,7,8,27647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27648,30911,0,0,0,0,25150,0,0,0,'Phantasmal Naga','','',0,79,79,2,16,0,1,1.14286,1,1,404,564,0,582,7.5,2400,0,1,64,2048,8,0,0,0,0,0,334,494,95,7,8,27648,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27649,30910,0,0,0,0,25149,0,0,0,'Phantasmal Murloc','','',0,79,79,2,16,0,1,1.14286,1,1,404,564,0,582,7.5,2000,0,1,64,2048,8,0,0,0,0,0,334,494,95,7,8,27649,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27650,30906,0,0,0,0,25146,0,0,0,'Phantasmal Air','','',0,79,79,2,16,0,1,1.14286,1,1,404,564,0,582,7.5,2400,0,1,32832,2048,8,0,0,0,0,0,334,494,95,4,8,27650,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27651,30908,0,0,0,0,25148,0,0,0,'Phantasmal Fire','','',0,79,79,2,16,0,1,1.14286,1,1,404,564,0,582,7.5,2400,0,1,32832,2048,8,0,0,0,0,0,334,494,95,4,8,27651,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27653,30913,0,0,0,0,25152,0,0,0,'Phantasmal Water','','',0,79,79,2,16,0,1,1.28968,1,1,399,559,0,550,7.5,2400,0,2,32832,2048,8,0,0,0,0,0,331,491,74,4,8,27653,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27654,31558,0,0,0,0,27032,0,0,0,'Drakos the Interrogator','','',0,81,81,2,16,0,1,1.42857,1,1,464,604,0,708,7.5,2400,0,1,32768,2048,8,0,0,0,0,0,353,512,112,2,104,27654,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_drakos',12340),(27655,31560,0,0,0,0,25010,0,0,0,'Mage-Lord Urom','','',0,81,81,2,16,0,1,1.42857,1,1,425,602,0,670,7.5,2400,0,2,32768,2048,8,0,0,0,0,0,351,511,86,7,104,27655,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5707,9511,'',0,3,1,25,15,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_urom',12340),(27656,31561,0,0,0,0,27034,0,0,0,'Ley-Guardian Eregos','','',0,81,81,2,16,0,1.6,3,1.25,1,425,602,0,670,7.5,2000,0,2,32768,2048,8,0,0,0,0,0,351,511,86,2,96,27656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,230,20,1,0,0,0,0,0,0,0,212,1,650854271,2097152,'boss_eregos',12340),(27657,0,0,0,0,0,24742,0,0,0,'Verdisa','','',0,80,80,2,35,1,1,1.42857,1,1,422,586,0,642,7.5,2400,0,1,163842,2048,8,0,0,0,0,0,345,509,103,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,15,1,0,0,0,0,0,0,0,144,1,0,2,'npc_oculus_drakegiver',12340),(27658,0,0,0,0,0,24759,0,0,0,'Belgaristrasz','','',0,80,80,2,35,3,1,1.42857,1,1,422,586,0,642,7.5,2400,0,1,163842,2048,8,0,0,0,0,0,345,509,103,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,15,1,0,0,0,0,0,0,0,144,1,0,2,'npc_oculus_drakegiver',12340),(27659,0,0,0,0,0,24746,0,0,0,'Eternos','','',0,80,80,2,35,1,1,1.42857,1,1,422,586,0,642,7.5,2400,0,1,163842,2048,8,0,0,0,0,0,345,509,103,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,15,1,0,0,0,0,0,0,0,144,1,0,2,'npc_oculus_drakegiver',12340),(27660,0,0,0,0,0,16480,19595,0,0,'Kill Credit Bunny - Venture Bay 01','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27661,0,0,0,0,0,24472,0,0,0,'Wintergarde Gryphon','','vehichleCursor',0,75,75,1,2004,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(27662,0,0,0,0,0,24732,24738,24739,24740,'Wintergarde Gryphon Rider','7th Legion','',0,75,75,2,1892,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27663,0,0,0,0,0,16480,23489,0,0,'Warhead Explosion Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27664,0,0,0,0,0,25332,0,0,0,'Crashin\' Thrashin\' Racer','','',0,60,60,0,1616,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,49297,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27665,0,0,0,0,0,23864,23865,23866,23867,'Kor\'kron Pillager','','',0,73,75,2,2054,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27669,0,0,0,0,0,169,15880,0,0,'Novos Spell Dummy','','',0,74,74,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27671,0,0,0,0,0,24688,0,0,0,'Fordragon Armored Gryphon','','',0,70,70,1,2053,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(27673,0,0,0,0,0,24543,24361,24539,7859,'Fordragon Stormtrooper','','',0,70,70,2,2044,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27674,0,0,0,0,0,11686,0,0,0,'Racer Slam Bunny','','',0,70,70,0,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27676,0,0,0,0,0,23812,23813,23814,0,'Silverbrook Defender','','',0,73,74,2,2032,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1235,2059,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27677,0,0,0,0,0,24965,24966,0,0,'Fordragon High Priest','','',0,73,76,0,2053,0,1,1.14286,1,0,352,499,0,408,1,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,25058,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27678,0,0,0,0,0,23183,23185,0,0,'Warsong Shaman','','',0,74,76,2,2054,0,1,1.14286,1,1,352,499,0,408,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,302,449,57,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34827,0,0,0,0,0,0,'SmartAI',0,3,1,4,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27679,0,0,0,0,0,16480,23489,0,0,'Proximity Mine','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27680,0,0,0,0,0,984,0,0,0,'Dahlia Suntouch','','',0,75,75,2,974,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,6,0,27680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27682,0,0,0,0,0,24743,0,0,0,'Azure Drake','','',0,72,73,2,16,0,3.6,2.42857,1,1,316,450,0,320,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,278,413,58,2,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,4,1,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),(27683,0,0,0,0,0,24744,0,0,0,'Remnant of Dahlia Suntouch','','',0,75,75,2,2010,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27685,0,0,0,0,0,24993,0,0,0,'Frigid Ghoul Attacker','','',0,71,72,2,2043,0,0.8,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,50361,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,64,'npc_heated_battle',12340),(27686,0,0,0,0,0,24590,0,0,0,'Frigid Geist Attacker','','',0,72,73,2,2043,0,2.4,0.99206,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,54,1,8388624,64,'npc_heated_battle',12340),(27687,0,0,0,0,0,24692,24694,0,0,'Frigid Necromancer Attacker','Cult of the Damned','',0,73,74,2,2043,0,1,1.14286,1,0,279,408,0,158,1,2000,2000,8,32768,2048,0,0,0,0,0,0,263,391,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27688,0,0,0,0,0,16480,23489,0,0,'Alliance Lumberboat','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27689,0,0,0,0,0,16480,23489,0,0,'Alliance Lumberboat Explosions','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27690,0,0,0,0,0,24747,24749,24748,24750,'Wyrmrest Defender','','',0,75,75,2,2067,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27691,0,0,0,0,0,17311,0,0,0,'Frenzied Gargoyle','','',0,76,76,2,2042,0,1,1.71429,1,1,356,503,0,432,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,305,452,74,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,18,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(27692,0,0,0,0,0,25853,0,0,0,'Emerald Drake','','vehichleCursor',0,80,80,2,35,0,3,3,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,2,72,0,0,0,0,0,0,0,0,0,50328,50341,0,0,0,0,0,0,0,70,0,0,'',0,5,1,5.95238,1,1,0,0,0,0,0,0,0,113,0,0,0,'npc_oculus_drake',12340),(27693,0,0,0,0,0,24497,0,0,0,'Reconstructed Wyrm','','',0,80,80,2,2042,0,1.6,2.57143,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,6,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,5,45,1,1,0,0,0,0,0,0,0,212,1,8388624,0,'',12340),(27694,0,0,0,0,0,11078,0,0,0,'Player Skeleton [PH]','','',0,76,76,2,1665,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27695,0,0,0,0,0,24365,24552,24553,24554,'Fordragon Battle Mage','','',0,76,78,2,2053,0,1,1.14286,1,1,383,539,0,500,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,321,477,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27696,0,0,0,0,0,27073,0,0,0,'The Prophet Tharon\'ja','','',0,76,76,2,16,0,1,1.14286,1,1,352,499,0,408,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27697,0,0,0,0,0,8910,0,0,0,'Crashin\' Thrashin\' Racer Driver','','',0,60,60,0,1616,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27698,0,0,0,0,0,1126,17612,0,0,'Defending Wyrmrest Temple Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27699,0,0,0,0,0,27187,0,0,0,'Gjalerhorn Scavenger','','',0,70,71,2,16,0,1,1.19048,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,27699,27699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1088,1813,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27701,0,0,0,0,0,27174,0,0,0,'Gjalerhorn Worker','','',0,70,71,2,16,0,1,1.19048,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,27701,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1089,1815,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27702,0,0,0,0,0,16480,23489,0,0,'Horde Lumberboat','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27706,0,0,0,0,0,24758,0,0,0,'Brewfest Riding Kodo','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(27708,0,0,0,0,0,24760,0,0,0,'General Gorlok','','',0,74,74,2,1981,2,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27709,0,0,0,0,0,27079,27080,27081,0,'Drakkari Invader','','',0,74,74,2,1814,0,1,1,1,0,328,467,0,354,1,2000,2000,1,768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,0.188058,0.5,1,0,0,0,0,0,0,0,0,1,0,2,'',1),(27710,0,0,0,0,0,16480,23489,0,0,'Goblin Rocket Mount Test','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,272,1,0,128,'',12340),(27712,0,0,0,0,0,24994,24993,24992,24995,'Mindless Ghoul','','',0,70,70,2,1988,0,0.8,0.99206,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,8388624,64,'npc_mindless_ghoul',12340),(27713,0,0,0,0,0,24361,24541,24542,24543,'7th Legion Elite','','',0,71,72,2,1974,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27714,0,0,0,0,0,25331,24807,0,0,'7th Legion Chain Gun','','vehichleCursor',0,70,70,2,1892,0,1,1,1,0,234,331,0,286,1,2000,2000,2,6,2048,0,0,0,0,0,0,198,295,33,10,8,0,0,0,0,0,0,0,0,0,49190,49550,0,0,0,0,0,0,0,68,0,0,'NullCreatureAI',0,3,1,1,2,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(27715,0,0,0,0,0,23992,0,0,0,'Ironhide','','',0,74,74,2,14,0,1,1.14286,1,1,328,467,0,354,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(27716,0,0,0,0,0,23773,0,0,0,'Torgg Thundertotem','','',0,74,74,2,14,0,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(27717,0,0,0,0,0,26157,0,0,0,'Rustblood','','',0,75,75,2,14,0,1,1.14286,1,1,339,481,0,370,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(27718,0,0,0,0,0,24763,0,0,0,'Horgrenn Hellcleave','','',0,75,75,2,14,0,1,1.14286,1,1,342,485,0,392,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(27719,0,0,0,0,0,25128,0,0,0,'Grennix Shivwiggle','Pit Fighting Promoter','',0,74,74,0,1979,2,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27720,0,0,0,0,0,4359,0,0,0,'Bookie Vel\'jen','','',0,74,74,0,1979,2,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27724,0,0,0,0,0,26751,0,0,0,'Drakkari Bat Mount (For Drakkari Invaders)','','',0,74,74,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,24,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27725,0,0,0,0,0,8313,0,0,0,'Ruby Guardian','','',0,73,74,2,2041,0,0.888888,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27726,0,0,0,0,0,24286,0,0,0,'Gorgonna','','',0,76,76,0,1979,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,14,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27727,0,0,0,0,0,24770,0,0,0,'Conqueror Krenna','','',0,76,76,0,1979,0,1,1.14286,1,1,356,503,0,432,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27729,31178,0,0,0,0,519,0,0,0,'Enraging Ghoul','','',0,80,80,2,2075,0,0.777776,1.14286,1,1,422,586,0,642,7.5,1500,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,8,27729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(27730,0,0,0,0,0,24765,0,0,0,'Purkom','Venture Coin Vendor','',0,74,74,2,1981,128,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27731,31201,0,0,0,0,24766,0,0,0,'Acolyte','','',0,80,80,2,2075,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,8,27731,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27732,31180,0,0,0,0,24767,0,0,0,'Master Necromancer','','',0,80,80,2,2075,0,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,32832,2048,0,0,0,0,0,0,315,468,69,7,8,27732,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27733,31207,0,0,0,0,828,0,0,0,'Ghoul Minion','','',0,82,82,2,2075,0,0.777776,1.14286,1,0,488,642,0,782,1,2000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27734,31187,0,0,0,0,9793,0,0,0,'Crypt Fiend','','',0,80,80,2,2075,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,8,27734,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(27736,31199,0,0,0,0,25282,0,0,0,'Patchwork Construct','','',0,80,81,2,2075,0,1,1.14286,1,1,464,604,0,708,7.5,1200,0,1,32832,2048,8,0,0,0,0,0,353,512,112,6,8,27736,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(27737,31208,0,0,0,0,25542,10973,10979,25543,'Risen Zombie','','',0,80,80,2,2075,0,0.64,0.571429,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,81,1,8388624,0,'',12340),(27738,0,0,0,0,0,9695,0,0,0,'Frostsabre Vehicle','','vehichleCursor',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(27740,0,0,0,0,0,17896,17678,17897,0,'Wild Elekk Vehicle Version','','vehichleCursor',0,66,66,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27741,0,0,0,0,0,3585,3586,3587,3588,'Currency Token Test Wizard','','',0,19,20,0,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27742,31202,0,0,0,0,19059,0,0,0,'Infinite Adversary','','',0,79,80,2,2075,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,2,8,27742,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27743,31206,0,0,0,0,19058,0,0,0,'Infinite Hunter','','',0,79,80,2,2075,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,2,8,27743,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27744,31203,0,0,0,0,19061,0,0,0,'Infinite Agent','','',0,79,80,2,2075,0,1,1.14286,1,1,346,499,0,287,7.5,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,2,8,27744,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27745,0,0,0,0,0,24768,0,0,0,'Lordaeron Footman','','',0,80,80,2,2076,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27746,0,0,0,0,0,26537,0,0,0,'Lordaeron Knight','','',0,80,80,2,2076,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27747,0,0,0,0,0,24769,0,0,0,'High Elf Mage-Priest','','',0,80,80,2,2076,0,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27748,0,0,0,0,0,24073,24074,24075,24076,'Conquest Hold Defender','','',0,76,76,2,1979,0,1,1.38571,1,1,356,503,0,432,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27749,0,0,0,0,0,24773,24774,24775,24776,'Horde Conscript','','',0,73,74,2,2045,0,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27750,0,0,0,0,0,24090,0,0,0,'Rustler Burnhoof','','',0,74,74,2,2054,0,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27751,0,0,0,0,0,24777,0,0,0,'Captain Drayzen','','',0,74,74,2,2045,0,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27752,0,0,0,0,0,24778,0,0,0,'High Elf Sorceress','','',0,80,80,2,2076,0,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27753,0,0,0,0,0,27079,27080,27081,0,'Drakkari Invader','','',0,74,75,2,1814,0,1,1,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,0.188058,0.5,1,0,0,0,0,0,0,0,0,1,0,2,'',1),(27754,0,0,0,0,0,27079,27080,27081,0,'Drakkari Invader','','',0,74,75,2,1814,0,1,1,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,0.188058,0.5,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(27755,0,0,0,0,0,25852,0,0,0,'Amber Drake','','vehichleCursor',0,80,80,2,35,0,3,3,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,2,72,0,0,0,0,0,0,0,0,0,49840,49838,0,0,0,0,0,0,0,70,0,0,'',0,5,1,5.95238,1,1,0,0,0,0,0,0,0,113,0,0,0,'npc_oculus_drake',12340),(27756,0,0,0,0,0,25854,0,0,0,'Ruby Drake','','vehichleCursor',0,80,80,2,35,0,3,3,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,2,72,0,0,0,0,0,0,0,0,0,50232,50240,0,0,0,0,0,0,0,70,0,0,'',0,5,1,5.95238,1,1,0,0,0,0,0,0,0,113,0,0,0,'npc_oculus_drake',12340),(27757,0,0,0,0,0,21955,11686,0,0,'Mole Machine Hearth PoV Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,123,1,0,128,'',12340),(27758,0,0,0,0,0,25948,25949,25950,25951,'Westfall Brigade Defender','','',0,76,76,2,2143,0,1,1.14286,1,1,352,499,0,408,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27759,0,0,0,0,0,24779,0,0,0,'Commander Howser','','',0,76,76,2,1892,2,1,1.14286,1,1,352,499,0,408,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27760,0,0,0,0,0,24492,0,0,0,'\"Grizzly\" D. Adams','Venture Coin Vendor','',0,74,74,2,1892,128,1,1.14286,1,0,328,467,0,354,1,1500,2000,1,512,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27761,0,0,0,0,0,14582,14338,14583,14337,'Fordragon Battle Steed','','',0,75,75,2,2053,0,1,2.28571,1,1,342,485,0,392,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,295,438,68,1,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(27762,0,0,0,0,0,25397,0,0,0,'High Shaman Bloodpaw','','',0,72,72,2,16,0,0.666668,0.99206,1,1,304,436,0,296,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27763,0,0,0,0,0,24783,0,0,0,'Vargastrasz','','',0,75,75,2,2010,2,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27764,0,0,0,0,0,24784,0,0,0,'Wintergarde Gryphon (Taxi)','','',0,75,75,1,2004,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27765,0,0,0,0,0,24786,0,0,0,'Nalice','Ambassador of the Black Dragonflight','',9589,75,75,2,2010,3,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27766,0,0,0,0,0,24787,0,0,0,'Image of Kel\'Thuzad','','',0,83,83,2,35,0,1.2,2.14286,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27767,0,0,0,0,0,24788,0,0,0,'Image of Sapphiron','','',0,83,83,2,35,0,1.2,1.14286,1,3,509,683,0,805,35,2000,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),(27768,0,0,0,0,0,24799,0,0,0,'Image of Razuvious','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27769,0,0,0,0,0,24804,0,0,0,'Image of Gothik','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),(27770,0,0,0,0,0,24802,0,0,0,'Image of Thane Korth\'azz','','',0,83,83,2,35,0,1,2.14286,1,3,509,683,0,805,35,2000,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),(27771,0,0,0,0,0,0,0,24794,0,'Image of Lady Blaumeux','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27772,0,0,0,0,0,24800,0,0,0,'Image of Sir Zeliek','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27773,0,0,0,0,0,24798,0,0,0,'Image of Patchwerk','','',0,83,83,2,35,0,1,2.14286,1,3,509,683,0,805,35,1800,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),(27774,0,0,0,0,0,24792,0,0,0,'Image of Grobbulus','','',0,83,83,2,35,0,1,2.14286,1,3,509,683,0,805,35,1800,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),(27775,0,0,0,0,0,24801,0,0,0,'Image of Thaddius','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,1800,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),(27776,0,0,0,0,0,24789,0,0,0,'Image of Anub\'rekhan','','',0,83,83,2,35,0,1,2.14286,1,3,509,683,0,805,35,1800,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),(27777,0,0,0,0,0,24790,0,0,0,'Image of Faerlina','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,1800,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),(27778,0,0,0,0,0,24796,0,0,0,'Image of Maexxna','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,1800,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),(27779,0,0,0,0,0,24797,0,0,0,'Image of Noth','','',0,83,83,2,35,0,1,2.14286,1,3,509,683,0,805,35,1800,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),(27780,0,0,0,0,0,24793,0,0,0,'Image of Heigan','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,1800,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),(27781,0,0,0,0,0,24795,0,0,0,'Image of Loatheb','','',0,83,83,2,35,0,0.8,1.14286,1,3,509,683,0,805,35,1800,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),(27782,0,0,0,0,0,24803,0,0,0,'Image of Gluth','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,1800,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),(27783,0,0,0,0,0,24805,0,0,0,'Scout Captain Carter','','',0,76,76,0,1973,2,1,1.38571,1,1,356,503,0,432,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27784,0,0,0,0,0,16015,0,0,0,'Commander Eligor Dawnbringer','','',9600,80,80,0,1891,3,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,5,1,0,0,0,0,0,0,0,0,1,0,0,'npc_commander_eligor_dawnbringer',12340),(27785,0,0,0,0,0,24806,0,0,0,'Lord Itharius','Ambassador of the Green Dragonflight','',9593,80,80,2,2010,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27786,0,0,0,0,0,22254,0,0,0,'Imperial Eagle Credit','','',0,72,73,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(27787,0,0,0,0,0,9074,0,0,0,'Venomspite Riding Bat','','',0,40,40,0,1928,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,570688256,2048,32,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27788,0,0,0,0,0,24361,24541,24542,24543,'Injured 7th Legion Soldier','','',0,73,73,2,1974,0,1.8,1.2,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,103,1,0,0,'npc_injured_7th_legion_soldier',12340),(27789,0,0,0,0,0,24808,0,0,0,'Ysera','The Dreamer','',0,83,83,2,2010,0,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,768,2048,0,0,0,0,0,0,365,529,98,2,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,35,100,100,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27791,0,0,0,0,0,24361,24541,24542,24543,'7th Legion Rifleman','','',0,73,73,2,1974,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27792,0,0,0,0,0,22712,17200,0,0,'Injured Soldier Waypoint 01','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27793,0,0,0,0,0,22712,17200,0,0,'Injured Soldier Waypoint 02','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27794,0,0,0,0,0,22712,17200,0,0,'Injured Soldier Waypoint 03','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27795,0,0,0,0,0,22712,17200,0,0,'Injured Soldier Summon Point','','',0,1,1,2,35,0,1,2.28571,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,128,'',12340),(27796,0,0,0,0,0,23964,0,0,0,'Worg\'s Blood Elixir Credit','','',0,75,75,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27797,0,0,0,27825,0,24829,0,0,0,'Tattered Abomination','','',0,73,73,2,1975,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,6,0,27797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(27798,0,0,0,0,0,11686,0,0,0,'Reincarnated Skytalon','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27799,0,0,0,27825,0,24823,0,0,0,'Scourge Technician','','',0,72,73,2,1975,0,1,1.14286,1,0,270,395,0,143,1,2000,2000,8,32768,2048,0,0,0,0,0,0,255,380,37,6,0,27799,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(27800,0,0,0,27825,0,836,0,0,0,'Leprous Servant','','',0,71,71,2,1975,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,27800,27800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(27801,0,0,0,0,0,25211,0,0,0,'Avatar of Freya','','',9720,80,80,2,35,3,1,1.42857,1,1,422,586,0,642,4.6,2900,2000,1,64,2048,0,0,0,0,0,0,345,509,103,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_avatar_of_freya',12340),(27802,0,0,0,0,0,20570,17200,0,0,'Orb Target Credit','','',0,70,70,2,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27803,0,0,0,0,0,24816,0,0,0,'Lauriel Trueblade','Alliance Ambassador','',9597,75,75,2,1732,3,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(27804,0,0,0,0,0,24817,0,0,0,'Golluck Rockfist','Horde Ambassador','',9598,75,75,2,1735,3,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33538,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(27805,0,0,0,0,0,24084,0,0,0,'Necrolord Horus','','',0,73,73,2,1975,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,27805,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1166,1943,'SmartAI',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27806,0,0,0,0,0,24979,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,35,129,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27807,0,0,0,0,0,23276,0,0,0,'Weakened Overseer Deathgaze','','',0,74,74,2,21,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27808,0,0,0,0,0,24832,0,0,0,'Turgid the Vile','','',0,74,74,2,974,0,1,1.14286,1,1,328,467,0,354,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,287,426,63,6,0,27808,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27809,0,0,0,0,0,24833,0,0,0,'Weakened Turgid the Vile','','',0,74,74,2,974,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27810,0,0,0,0,0,24980,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,35,129,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27811,0,0,0,0,0,24981,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,775,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27812,0,0,0,0,0,24982,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,35,129,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27813,0,0,0,0,0,24983,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,775,129,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27814,0,0,0,0,0,24984,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,35,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27815,0,0,0,0,0,24985,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,774,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27816,0,0,0,0,0,24986,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,35,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27820,0,0,0,0,0,24990,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,35,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27821,0,0,0,0,0,24831,0,0,0,'Weakened Reanimated Frost Wyrm','','',0,73,74,2,14,0,1.2,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,6,0,27821,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,42108,0,0,0,0,0,210,1,8388624,0,'',12340),(27822,0,0,0,0,0,24830,0,0,0,'Scourge Test Subject','','',0,71,72,2,35,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27823,0,0,0,27825,0,370,775,0,0,'Naxxramas Dreadguard','','',0,72,73,2,1975,0,0.888888,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,6,0,27823,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27824,0,0,0,27825,0,14704,0,0,0,'Naxxramas Shade','','',0,72,73,2,1975,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,6,0,27824,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27825,0,0,0,0,0,16170,0,0,0,'Mausoleum Scourge Proxy','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27826,0,0,0,0,0,23181,0,0,0,'Necrolord X\'avius','','',0,73,73,2,1975,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,27826,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1161,1935,'SmartAI',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27827,0,0,0,0,0,17200,0,0,0,'Grain Crate Helper','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_create_helper_cot',12340),(27828,0,0,0,0,0,24858,0,0,0,'Plunderbeard','7th Legion','',0,75,75,2,1892,2,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,537166592,2048,32,0,0,0,0,0,295,438,68,7,4224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27830,0,0,0,0,0,7196,16952,3921,5832,'Venture Co. Evacuee','','',0,73,73,2,14,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,27830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1168,1946,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27832,0,0,0,0,0,15294,0,0,0,'Summon Fissure Trigger','','',0,73,73,2,14,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,100,1,0,128,'',12340),(27833,0,0,0,0,0,24858,0,0,0,'Glengarry Adams','7th Legion','',0,72,72,2,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27834,0,0,0,0,0,21582,0,0,0,'Shadowfiend Guardian','','',0,74,74,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(27835,0,0,0,27825,0,14706,0,0,0,'Dreadbone Construct','','',0,72,73,2,1975,0,1,1.19048,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,6,0,27835,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,37910,37911,37912,37913,0,0,0,1,8388624,0,'',12340),(27836,0,0,0,27825,0,14593,3942,0,0,'Wailing Soul','','',0,72,73,2,1975,0,1.11111,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,6,0,27836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37910,37911,37912,37913,0,0,0,1,8388624,0,'',12340),(27837,0,0,0,0,0,16480,19595,0,0,'Nexus 70 - Buying Time Bunny','','',0,60,60,1,35,0,6,4.28571,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,262,1,0,130,'',12340),(27838,0,0,0,0,0,22878,0,0,0,'Wintergrasp Fighter Plane','','vehichleCursor',0,80,80,2,614,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.67001,1,1,0,0,0,0,0,0,0,162,1,0,0,'',12340),(27839,0,0,0,0,0,24807,0,0,0,'7th Legion Harpoon Gun','','vehichleCursor',0,70,70,2,1892,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,'NullCreatureAI',0,3,1,1,2,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(27840,0,0,0,0,0,24868,0,0,0,'Hourglass of Eternity','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,4,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_hourglass_of_eternity',12340),(27841,0,0,0,0,0,24869,0,0,0,'Wintergarde Gryphon (NPC Mount)','','',0,75,75,1,2004,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27842,0,0,0,0,0,24871,0,0,0,'Fenrick Barlowe','Apprentice Bat Handler','',0,71,71,2,1928,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27843,0,0,0,0,0,24863,24867,0,0,'\"Wyrmbait\"','','',9603,73,73,2,1974,1,1,2.85714,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27844,0,0,0,0,0,24870,0,0,0,'Legion Commander Tyralion','','',0,72,73,2,1974,2,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27846,0,0,0,0,0,24872,0,0,0,'Junior Apothecary Lawrence','','',9607,71,71,2,1928,1,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27847,0,0,0,0,0,15882,0,0,0,'Shadow Void','','',0,74,74,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(27848,0,0,0,0,0,137,0,0,0,'Plagued Resident','','',0,10,10,0,2023,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),(27849,0,0,0,0,0,9209,0,0,0,'Patchy','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,256,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(27850,0,0,0,0,0,23365,0,0,0,'Wintergrasp Bomber','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.19048,1,1,0,0,0,0,0,0,0,128,1,0,0,'',12340),(27851,0,0,0,0,0,22712,17200,0,0,'Thel\'zan Spell Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27852,0,0,0,0,0,27137,0,0,0,'Wintergrasp Control Arms','','Interact',0,80,80,2,7,0,1,1,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27853,0,0,0,0,0,1126,17612,0,0,'Projections and Plans Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27854,0,0,0,0,0,24275,0,0,0,'Plague Zombie Vehicle - TEST','','',0,70,70,0,2023,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),(27855,0,0,0,0,0,22175,0,0,0,'Plagued Vermin','','',0,1,1,0,2048,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,117,1,0,0,'',12340),(27856,0,0,0,0,0,24877,0,0,0,'Chromie','Ambassador of the Bronze Dragonflight','',9605,80,80,0,2010,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27857,0,0,0,0,0,24878,0,0,0,'Legion Commander Yorik','','',0,73,73,2,1974,2,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27858,0,0,0,0,0,24879,0,0,0,'Highlord Bolvar Fordragon','','',0,80,80,2,1974,2,1,1.14286,1,3,417,582,0,608,35,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27859,0,0,0,0,0,24880,0,0,0,'Vanthryn the Merciless','The San\'layn','',0,72,72,2,974,0,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,7,2048,27859,27859,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3359,5598,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27860,0,0,0,0,0,24881,0,0,0,'Luthion the Vile','The San\'layn','',0,72,72,2,974,0,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,7,2048,27860,27860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27862,0,0,0,0,0,27658,0,0,0,'Patty\'s test vehicle','','',0,30,30,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,100,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27863,0,0,0,0,0,24882,0,0,0,'Ruby Flowers','','',0,1,1,2,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27864,0,0,0,0,0,9287,0,0,0,'Fanggore Worg Disguise','','',0,71,71,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27865,0,0,0,0,0,10029,0,0,0,'Plagued Pet','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(27866,0,0,0,0,0,14985,0,0,0,'Honeybee','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.0001,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27868,0,0,0,0,0,24889,0,0,0,'Thel\'zan\'s Phylactery','','',0,70,70,2,35,0,1,1,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000247,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27869,0,0,0,0,0,169,11686,0,0,'Wintergrasp Detection Unit','','',0,80,80,2,2135,0,8,3,1,0,422,586,0,642,1,10000,2000,1,33816576,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,234,1,0,130,'',12340),(27870,0,0,0,0,0,24890,24895,24897,24898,'Wild Flower','','',0,1,1,0,35,0,1,0.85714,8.82,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27871,31346,0,0,0,0,829,0,0,0,'Flesheating Ghoul','','',0,74,74,2,16,0,0.777776,1.14286,1,1,328,467,0,354,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,6,0,27871,26621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(27872,0,0,0,0,0,24879,0,0,0,'Highlord Bolvar Fordragon','','',0,80,80,2,2053,2,1,1.14286,1,3,417,582,0,608,35,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27873,0,0,0,0,0,24891,0,0,0,'Kor\'kron Wyvern Mount (Wrathgate)','','',0,75,75,1,1980,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,241,1,0,0,'',12340),(27874,0,0,0,25495,0,22496,10627,23141,23142,'Minion of Thel\'zan','','',0,68,69,2,21,0,0.777776,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(27875,0,0,0,0,0,24403,24400,0,0,'Onslaught Base Camp Proxy','','',0,72,73,2,67,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27876,0,0,0,0,0,24893,0,0,0,'Silvio Perelli','Traveling Salesman','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27877,0,0,0,0,0,24894,0,0,0,'Sergeant Morigan','','',0,70,70,0,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27878,0,0,0,0,0,24896,11686,0,0,'Wintergrasp Land Mine','','',0,20,20,0,1620,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27879,0,0,0,0,0,24045,0,0,0,'Frostmourne Cavern Quest Credit','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27880,0,0,0,0,0,2027,24900,21342,0,'Frostmourne Weapon Holder','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27881,0,0,0,0,0,23884,0,0,0,'Wintergrasp Catapult','','vehichleCursor',0,80,80,0,35,16777216,2.8,1.71429,1,0,422,586,0,642,1,2000,2000,4,16384,2048,0,0,0,0,0,0,345,509,103,9,393256,0,0,0,0,0,0,0,0,0,57606,50989,0,0,0,0,0,0,0,79,0,0,'',0,3,1,6.55185,1,1,0,0,0,0,0,0,0,164,0,344407930,0,'npc_wg_siege_machine',12340),(27882,0,0,0,0,0,24939,0,0,0,'Brew Bubble','','',0,1,1,0,35,0,1,0.857143,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'npc_brew_bubble',12340),(27883,0,0,0,0,0,26559,0,0,0,'Wintergrasp Shredder','','vehichleCursor',0,80,80,0,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,262184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.61587,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(27884,0,0,0,0,0,24901,0,0,0,'Martha Goslin','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27885,0,0,0,0,0,24902,0,0,0,'Jena Anderson','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27886,0,0,0,0,0,24869,0,0,0,'Valgarde Gryphon','','',0,75,75,1,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),(27887,0,0,0,0,0,24732,24738,24739,24740,'Valgarde Gryphon Rider','','',0,75,75,2,1892,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27888,0,0,0,0,0,23149,0,0,0,'Warmage Archus','','',0,72,72,2,2006,0,1,2.85714,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27889,0,0,0,0,0,16480,23489,0,0,'Taking Wing Timer Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27891,0,0,0,0,0,24903,0,0,0,'Malcolm Moore','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27892,0,0,0,0,0,644,0,0,0,'Scruffy','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27894,32795,0,0,0,0,27101,0,0,0,'Antipersonnel Cannon','','vehichleCursor',0,70,70,0,614,16777216,1,1,1,1,252,357,0,304,7.5,2000,2000,1,32772,2048,0,0,0,0,0,0,215,320,44,9,262176,0,0,0,0,0,0,0,0,0,49872,0,0,0,0,0,0,0,0,160,0,0,'NullAI',0,3,1,8.64198,1,1,0,0,0,0,0,0,0,0,0,344407930,2,'',12340),(27895,0,0,0,0,0,24905,0,0,0,'Fire Revenant, Northrend','','',0,72,73,2,834,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27896,0,0,0,0,0,19059,19062,0,0,'Infinite Assailant','','',0,73,74,2,2111,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,559104,2048,0,0,0,0,0,0,287,426,63,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27897,0,0,0,0,0,20512,24911,0,0,'Infinite Destroyer','','',0,73,74,2,2111,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,559104,2048,0,0,0,0,0,0,287,426,63,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27898,0,0,0,0,0,19061,19063,0,0,'Infinite Chrono-Magus','','',0,73,74,2,2111,0,1,1.14286,1,0,279,408,0,158,1,2000,2000,8,559104,2048,0,0,0,0,0,0,263,391,41,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27899,0,0,0,0,0,11686,0,0,0,'Future You','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,5120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_future_you',12340),(27900,0,0,0,0,0,19060,19135,0,0,'Infinite Timerender','','',0,75,75,2,2111,0,1,1.14286,1,1,342,485,0,392,7.5,2000,2000,1,559104,2048,0,0,0,0,0,0,295,438,68,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27902,0,0,0,0,0,24913,0,0,0,'Pink Riding Elekk','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(27903,0,0,0,0,0,24912,0,0,0,'Roger Owens','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27904,0,0,0,0,0,24916,0,0,0,'Warmage Watkins','','',0,75,75,2,2009,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_warmage_coldarra',12340),(27905,0,0,0,0,0,11686,24914,0,0,'Wintergrasp Bomber Cockpit','','vehichleCursor',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,128,1,0,0,'',12340),(27906,0,0,0,0,0,24915,0,0,0,'Warmage Hollister','','',0,75,75,2,2009,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_warmage_coldarra',12340),(27907,0,0,0,0,0,24917,0,0,0,'Bartleby Battson','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27908,0,0,0,0,0,24918,24919,24920,24921,'Angry Jungle Gnome','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(27909,0,0,0,0,0,24925,0,0,0,'Darkweb Victim','','',0,70,70,2,7,0,1,1,1,0,252,357,0,304,1,2000,2000,1,393220,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',1),(27910,0,0,0,0,0,16480,23489,0,0,'Drak Tharon Cocoon Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(27911,0,0,0,0,0,24922,0,0,0,'Nell','','',0,70,70,2,35,0,1,1.28571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27912,0,0,0,0,0,24923,0,0,0,'Pepper','','',0,70,70,2,35,0,1,1.28571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27913,0,0,0,0,0,24924,0,0,0,'Lordaeron Crier','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27915,0,0,0,0,0,10008,0,0,0,'Chromie','','',9610,80,80,2,35,3,1,1.14286,1,0,422,586,0,642,1,2000,0,1,33536,2048,8,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cos_chromie_middle',12340),(27916,0,0,0,0,0,2575,0,0,0,'World Deathknight Trainer','Deathknight Trainer','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27917,0,0,0,0,0,15389,0,0,0,'Alliance Recruiter','','',0,60,60,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27918,0,0,0,0,0,15387,0,0,0,'Horde Recruiter','','',0,60,60,0,1074,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27919,0,0,0,0,0,15387,0,0,0,'Herald of the Horde','','',0,60,60,0,1074,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27920,0,0,0,0,0,15389,0,0,0,'Herald of the Alliance','','',0,60,60,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27921,0,0,0,0,0,16480,19595,0,0,'Drakuru Handshake KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27922,0,0,0,0,0,24930,0,0,0,'Ranger Captain Areiel','','',0,70,70,2,1897,2,1,1.38571,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27923,0,0,0,0,0,21602,0,0,0,'Lou the Cabin Boy','','',0,70,70,2,35,16777217,1,2.14286,1,0,2,2,0,24,1,2000,2000,1,33288,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(27924,0,0,0,0,0,24931,0,0,0,'Dragonflayer Harpoon','','',0,70,70,2,35,0,1,5,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27925,0,0,0,0,0,24934,0,0,0,'Nozdormu','The Lord of Time','',0,83,83,2,2010,0,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,768,2048,0,0,0,0,0,0,365,529,98,2,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,35,100,100,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27926,0,0,0,0,0,22212,0,0,0,'Thorvald','Chieftain of Halgrind','',0,70,70,2,1914,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,27926,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,950,1584,'',0,3,1,1,1,1,0,38098,41989,0,0,0,0,0,1,0,0,'',12340),(27927,0,0,0,0,0,21965,22137,22138,0,'Dragonflayer Guardian','','',0,69,70,2,1885,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,27927,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,1641,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(27929,0,0,0,0,0,16480,19595,0,0,'Mummified Carcass KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27930,0,0,0,0,0,24940,0,0,0,'Emilune Winterwind','','',9618,65,65,1,1892,1,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27931,0,0,0,0,0,16480,19595,0,0,'Despawn Mummy Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27932,0,0,0,0,0,23365,0,0,0,'Harry\'s Bomber','','',0,70,70,0,35,0,1,4,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,267,1,0,0,'',12340),(27933,0,0,0,0,0,24945,0,0,0,'Alanya','\"Silvermoon\" Harry\'s Companion','',9621,68,68,2,1888,1,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27935,0,0,0,0,0,14888,0,0,0,'Ferithos','Reagent Supplies','',0,72,72,2,2010,2176,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27937,0,0,0,0,0,23553,0,0,0,'Orf the Helmsman','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27938,0,0,0,0,0,24951,0,0,0,'Trizormu','Trade Goods','',0,75,75,2,2010,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27939,0,0,0,0,0,23278,0,0,0,'The Helmsman\'s Ship','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,54,1,0,2,'',12340),(27940,0,0,0,0,0,24953,0,0,0,'Lethecus','General Goods','',0,75,75,0,2010,384,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27941,0,0,0,0,0,7803,0,0,0,'Drakkari Plague Spreader','','',0,73,73,2,37,0,0.666668,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,27941,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(27942,0,0,0,0,0,23767,0,0,0,'Ice Spike Trigger','','',0,72,72,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,144,1,0,128,'',12340),(27943,0,0,0,0,0,24955,0,0,0,'Dalormi','Wands','',0,75,75,2,2010,4224,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27944,0,0,0,0,0,14546,14547,14551,14549,'Johan','','',0,2,2,0,1892,0,1,1.28968,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27946,0,0,0,0,0,29363,0,0,0,'Silvermoon Dragonhawk','','',0,65,65,1,1603,0,1,4.28571,1,1,200,281,0,278,7.5,2000,2000,1,0,2048,0,30,0,0,0,0,166,246,35,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12993,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),(27947,0,0,0,0,0,24352,0,0,0,'Horde Commander','','',0,71,71,2,16,0,1,1.42857,1,1,299,426,0,308,6,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,27947,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,144,1,1,0,'',12340),(27948,0,0,0,0,0,24956,0,0,0,'Risera','Stable Master','',9821,70,70,2,2010,4194305,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,2,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(27949,0,0,0,0,0,24366,0,0,0,'Alliance Commander','','',0,71,71,2,16,0,1,1.42857,1,1,299,426,0,308,6,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,27949,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,144,1,1,0,'',12340),(27950,0,0,0,0,0,24958,0,0,0,'Demestrasz','Innkeeper','',9628,70,70,2,2010,66177,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,2,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(27951,0,0,0,0,0,24957,0,0,0,'Admiral Barean Westwind','Grand Admiral of the Scarlet Fleet','',0,80,80,2,14,0,1.2,1.14286,1,3,422,586,0,642,35,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(27952,0,0,0,0,0,14357,0,0,0,'Wyrmrest Protector Visual (Red)','','',0,76,76,0,2013,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27953,0,0,0,0,0,14357,14358,14359,14355,'Wyrmrest Protector','','',0,80,80,2,2013,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27954,0,0,0,0,0,14359,0,0,0,'Wyrmrest Protector Visual (Green)','','',0,76,76,0,2013,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27955,0,0,0,0,0,14358,0,0,0,'Wyrmrest Protector Visual (Bronze)','','',0,76,76,0,2013,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27956,0,0,0,0,0,25301,0,0,0,'Dan\'s Test Turret','','vehichleCursor',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,100,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27957,0,0,0,0,0,24579,25286,25287,0,'Angrathar Geist','','',0,71,72,2,2042,0,1,1.28571,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,133,1,8388624,0,'',12340),(27958,0,0,0,0,0,24959,0,0,0,'Parading Pink Elekk','','',0,5,5,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27959,0,0,0,0,0,11686,0,0,0,'Your Inner Turmoil','','',0,70,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_your_inner_turmoil',12340),(27960,31377,0,0,0,0,25994,0,0,0,'Dark Rune Warrior','','',0,77,77,2,16,0,1,0.992063,1,1,371,522,0,478,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,314,466,81,7,8,27960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4692,7820,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27961,31378,0,0,0,0,25995,0,0,0,'Dark Rune Worker','','',0,77,77,2,16,0,1,0.992063,1,1,371,522,0,478,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,314,466,81,7,8,27961,27961,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4691,7819,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27962,31372,0,0,0,0,25989,0,0,0,'Dark Rune Elementalist','','',0,77,77,2,16,0,1,0.992063,1,1,367,519,0,452,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,311,463,62,7,8,27962,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,7835,'SmartAI',0,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27963,31376,0,0,0,0,25990,0,0,0,'Dark Rune Theurgist','','',0,78,78,2,16,0,1,0.992063,1,1,322,466,0,236,7.5,2000,2000,8,32832,2048,0,0,0,0,0,0,296,440,58,7,8,27963,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4713,7855,'SmartAI',0,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27964,31374,0,0,0,0,25992,0,0,0,'Dark Rune Scholar','','',0,77,77,2,16,0,1,0.992063,1,1,367,519,0,452,7.5,1600,2000,2,32832,2048,0,0,0,0,0,0,311,463,62,7,8,27964,27964,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,7769,'SmartAI',0,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27965,31375,0,0,0,0,25993,0,0,0,'Dark Rune Shaper','','',0,77,77,2,16,0,1,0.992063,1,1,367,519,0,452,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,311,463,62,7,8,27965,27965,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4732,7886,'SmartAI',0,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27966,31371,0,0,0,0,25988,0,0,0,'Dark Rune Controller','','',0,78,78,2,16,0,1,0.992063,1,1,383,539,0,500,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,321,477,68,7,8,27966,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4918,8196,'SmartAI',0,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27967,0,0,0,0,0,8750,0,0,0,'Dark Rune Guardian [PH]','PH MODEL: TASK 17271','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(27968,0,0,0,0,0,8718,0,0,0,'Dark Rune Keeper [PH]','PH MODEL: TASK 17271','',0,77,77,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27969,31373,0,0,0,0,28132,0,0,0,'Dark Rune Giant','','',0,77,77,2,16,0,0.888888,1.5873,1,1,367,519,0,452,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,311,463,62,5,72,27969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27970,31385,0,0,0,0,26146,0,0,0,'Raging Construct','','',0,78,78,2,16,0,1,1.14286,1,1,387,543,0,528,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,324,480,88,9,32776,27970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27971,31387,0,0,0,0,26154,0,0,0,'Unrelenting Construct','','',0,77,77,2,16,0,1,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,314,466,81,9,32776,27971,0,29728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27972,31383,0,0,0,0,26140,0,0,0,'Lightning Construct','','',0,78,78,2,16,0,1,1.14286,1.5,1,383,539,0,500,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,321,477,68,9,32776,27972,0,29728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,7,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27973,31369,0,0,0,0,19383,21330,0,0,'Crystalline Shardling','','',0,77,77,2,16,0,1,0.992063,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27974,31379,0,0,0,0,20048,0,0,0,'Eroded Shardling','','',0,78,78,2,16,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27975,31384,0,0,0,0,26657,0,0,0,'Maiden of Grief','','',0,79,79,2,16,1073741824,1,1,1,1,404,564,0,582,4.8,2000,0,1,64,2048,0,0,0,0,0,0,334,494,95,10,72,27975,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,22.5,6,1,0,0,0,0,0,0,0,167,1,650854271,2097152,'boss_maiden_of_grief',1),(27976,0,0,0,0,0,19996,0,0,0,'[PH] Warp Stalker Mount','','',0,67,68,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,32,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27977,31381,0,0,0,0,20909,0,0,0,'Krystallus','','',0,79,79,2,16,1073741824,1,1,1,1,404,564,0,582,4.8,2000,0,1,64,2048,0,0,0,0,0,0,334,494,95,5,584,27977,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,23.5,1,1,0,0,0,0,0,0,0,121,1,650854271,2097152,'boss_krystallus',1),(27978,31386,0,0,0,0,27483,0,0,0,'Sjonnir The Ironshaper','','',0,79,79,2,1965,0,1,1.14286,1,1,404,564,0,582,5,1200,0,1,64,2048,0,0,0,0,0,0,334,494,95,7,72,27978,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4647,7745,'',0,3,1,30,1,1,0,0,0,0,0,0,0,121,1,650854271,2097152,'boss_sjonnir',1),(27979,31390,0,0,0,0,6530,0,0,0,'Forged Iron Trogg','','',0,79,79,2,1965,0,1,1.14286,1,0,404,564,0,582,4,2000,0,1,0,2048,8,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_sjonnir_dwarf',12340),(27980,31391,0,0,0,0,26092,0,0,0,'Earthen Dwarf','','',0,77,77,2,1868,0,1,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27981,31388,0,0,0,0,25177,0,0,0,'Malformed Ooze','','',0,79,82,2,1965,0,1,1.14286,1,0,422,586,0,646,2,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.131822,1,1,0,0,0,0,0,0,0,84,1,0,0,'boss_sjonnir_malformed_ooze',1),(27982,31394,0,0,0,0,25754,0,0,0,'Forged Iron Dwarf','','',0,79,79,2,1965,0,1,1.14286,1,1,422,586,0,646,4,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_sjonnir_dwarf',1),(27983,31876,0,0,0,0,25991,0,0,0,'Dark Rune Protector','','',0,77,77,2,1965,0,1,1,1,1,422,586,0,708,4,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'dark_rune_protectors',1),(27984,31877,0,0,0,0,25987,0,0,0,'Dark Rune Stormcaller','','',0,77,77,2,1965,0,1,1,1,0,422,524,0,708,3,2000,0,8,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'dark_rune_stormcaller',1),(27985,31380,0,0,0,0,26148,0,0,0,'Iron Golem Custodian','','',0,77,77,2,1965,0,1,1,1,1,422,586,0,708,5,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'iron_golem_custodian',1),(27986,0,0,0,0,0,24969,0,0,0,'Hemet Nesingwary','','',0,78,78,2,35,2,1,1.14286,1,1,387,543,0,528,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_jungle_punch_target',12340),(27987,0,0,0,0,0,24972,0,0,0,'Monte Muzzleshot','','',0,76,76,2,35,2,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,295168,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27988,0,0,0,0,0,10811,13069,0,0,'Dalson\'s Outhouse Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27990,0,0,0,0,0,24976,0,0,0,'Krasus','Consort of the Queen','',10199,83,83,2,2010,3,1,1.14286,1,3,370,531,0,343,35,2000,2000,8,32768,2048,0,0,0,0,0,0,365,542,84,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1000,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27991,0,0,0,0,0,24977,0,0,0,'Flying Disc Prototype','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27992,0,0,0,0,0,22524,0,0,0,'Vrykul Harpoon Gun','','',0,70,70,2,35,0,1,0.992063,1,0,252,357,0,304,1,2000,2000,1,4,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,43986,43997,0,0,0,0,0,0,0,97,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27993,0,0,0,0,0,22524,0,0,0,'Vrykul Harpoon Gun','','',0,70,70,2,35,0,1,0.992063,1,0,252,357,0,304,1,2000,2000,1,4,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,43986,43997,0,0,0,0,0,0,0,97,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27994,0,0,0,0,0,1126,17188,0,0,'Lieutenant Icehammer','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27995,0,0,0,0,0,1126,17612,0,0,'The Gearmaster\'s Manual Researched Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27996,0,0,0,0,0,25013,0,0,0,'Wyrmrest Vanquisher','','vehichleCursor',0,74,74,2,2041,16777216,2.8,2.14286,1,1,325,464,0,334,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,2,8,0,0,0,0,0,0,0,0,0,50348,55987,50430,0,0,0,0,0,0,99,0,0,'SmartAI',0,4,1,3.5,10,1,0,0,0,0,0,0,0,164,0,0,0,'',12340),(27997,0,0,0,0,0,2676,0,0,0,'Test PvP Questgiver','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(27998,0,0,0,0,0,25003,0,0,0,'Ethereal Mutagen - Pet','','',0,1,2,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(27999,0,0,0,0,0,169,11686,0,0,'Rock Shield Trigger (Borean Tundra)','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28000,0,0,0,0,0,19454,0,0,0,'Ethereal Mutagen - Player','','',0,1,2,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(28001,0,0,0,28566,0,25005,25110,25111,0,'Dreadsaber','','',0,75,76,2,2030,0,1,1.38571,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,2,0,0,0,0,305,452,74,1,1,28001,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28003,0,0,0,0,0,2837,0,0,0,'Bittertide Hydra','','',0,75,76,2,14,0,1,1.14286,1,0,352,499,0,408,1,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,1,0,28003,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28004,0,0,0,0,0,22321,0,0,0,'Goretalon Roc','','',0,75,76,2,14,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,26,0,0,0,0,305,452,74,1,1,28004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,39161,38642,0,0,0,0,0,1,0,0,'',12340),(28005,0,0,0,0,0,24996,24998,24993,24997,'Wastes Scavenger','','',0,73,74,2,2042,0,0.8,1.28571,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,133,1,8388624,0,'',12340),(28006,0,0,0,0,0,25006,0,0,0,'Grand Necrolord Antiok','','',0,75,75,2,2042,0,1,1.28571,1,0,339,481,0,370,1,2000,2000,2,4,2048,0,0,0,0,0,0,293,436,53,6,2048,28006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,133,1,8388624,0,'',12340),(28007,0,0,0,0,0,16919,24193,0,0,'Antiok\'s Mount','','',0,73,73,2,1975,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,236,1,8388624,0,'',12340),(28008,0,0,0,0,0,169,11686,0,0,'Galakrond Spell Dummy','','',0,70,70,2,35,0,1,1.28571,1,0,252,357,0,304,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,133,1,0,128,'',12340),(28009,0,0,0,28566,0,26275,26279,0,0,'Shardhorn Rhino','','',0,75,76,2,14,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,43,0,0,0,0,305,452,74,1,65537,28009,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28010,0,0,0,0,0,2601,0,0,0,'Stranded Thresher','','',0,75,76,2,14,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,1,0,28010,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28011,0,0,0,28566,0,25156,25163,25164,0,'Emperor Cobra','','',0,75,76,2,14,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,35,0,0,0,0,305,452,74,1,1,28011,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38505,38642,0,0,0,0,0,1,0,0,'',12340),(28012,0,0,0,0,0,25011,0,0,0,'Image of Belgaristrasz','','',0,80,80,2,35,2,1,1.42857,1,1,422,586,0,642,7.5,2400,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,2,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,15,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(28013,0,0,0,0,0,1126,17612,0,0,'Fire Upon the Waters Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28014,0,0,0,0,0,10719,0,0,0,'Transformed Warhorse','','',0,70,70,0,1929,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),(28015,0,0,0,0,0,11686,0,0,0,'Drakuru\'s Bunny 05','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,0,1,33554688,2048,8,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(28016,0,0,0,0,0,27136,0,0,0,'Drakuru','','',9707,70,70,1,190,3,2,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),(28018,0,0,0,0,0,24484,0,0,0,'Thiassi the Lightning Bringer','','',0,73,73,2,2042,0,1,0.992063,1,1,316,450,0,320,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,278,413,58,6,8,28018,0,0,0,0,0,0,0,0,50456,15593,0,0,0,0,0,0,0,100,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28019,0,0,0,0,0,20570,17612,0,0,'Escape from Silverbrook Credit','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28021,0,0,0,0,0,25015,0,0,0,'Wyrmrest Vanquisher (Bones)','','vehichleCursor',0,74,74,2,2041,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(28022,0,0,0,0,0,24999,25528,25527,0,'Carrion Eater','','',0,75,76,2,2068,0,0.8,0.99206,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,28022,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(28023,0,0,0,28022,0,15958,0,0,0,'Rotting Abomination','','',0,75,76,2,2068,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,28023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(28024,0,0,0,0,0,23319,25643,0,0,'Rainspeaker Warrior','','',0,77,78,2,2066,0,1,1.19048,1,1,387,543,0,528,4.6,2000,2000,1,294912,2048,0,0,0,0,0,0,324,480,88,7,0,28024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4599,7665,'SmartAI',0,3,1,5,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28025,0,0,0,0,0,25016,0,0,0,'Rainspeaker Oracle','','',0,77,78,2,2064,0,1,1.19048,1,1,322,466,0,236,4.6,2000,2000,8,294912,2048,0,0,0,0,0,0,296,440,58,7,0,28025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4815,8025,'SmartAI',0,3,1,5,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28026,0,0,0,28022,0,25402,25286,0,0,'Rampaging Geist','','',0,75,76,2,2068,0,1,0.99206,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,6,0,28026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(28027,0,0,0,0,0,23319,0,0,0,'High-Oracle Soo-say','','',9742,78,78,2,2063,3,1,1.19048,1,1,383,539,0,500,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,7,0,28027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28028,0,0,0,0,0,26232,26233,26234,26235,'Argent Shieldman','','',0,75,76,2,2070,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28029,0,0,0,0,0,26228,26229,26230,26231,'Argent Crusader','','',0,75,76,2,2070,0,1,1.14286,1,0,352,499,0,408,1,2000,2000,2,32768,2048,0,0,0,0,0,0,302,449,57,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28030,0,0,0,0,0,25634,0,0,0,'Quetz\'lun\'s Spirit','','',9734,83,83,2,190,3,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33536,2048,0,0,0,0,0,0,371,535,135,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28031,0,0,0,0,0,25027,0,0,0,'Buck Cantwell','','',0,76,76,2,35,2,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28032,0,0,0,0,0,25028,0,0,0,'Debaar','','',9801,77,77,2,35,3,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28033,0,0,0,0,0,25029,0,0,0,'Weslex Quickwrench','','',9635,76,76,2,35,3,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_the_etymidian',12340),(28034,0,0,0,28036,0,27843,27844,0,0,'Drakkari Snake Handler','','',0,75,76,2,2069,0,1,1.14286,1,0,352,499,0,408,1,1818,2000,2,32768,2048,0,0,0,0,0,0,302,449,57,7,0,28034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1373,2289,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28035,0,0,0,28036,0,27845,27846,0,0,'Priest of Sseratus','','',0,75,76,2,2069,0,1,1.14286,1,0,300,436,0,193,1,1818,2000,8,32768,2048,0,0,0,0,0,0,279,415,49,7,0,28035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1366,2276,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28036,0,0,0,0,0,27841,27842,0,0,'Champion of Sseratus','','',0,75,76,2,2069,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,7,0,28036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1373,2289,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28037,0,0,0,0,0,22719,0,0,0,'The Spirit of Gnomeregan','Flight Master','',0,1,1,0,35,8192,1,1.38571,1,0,2,2,0,24,1,2000,2000,1,262144,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(28038,0,0,0,0,0,25056,0,0,0,'Purser Boulian','Innkeeper','',9763,78,78,2,35,66177,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(28039,0,0,0,0,0,25057,0,0,0,'Commander Kunz','','',9636,77,77,2,2070,3,1,1.14286,1,0,371,522,0,478,1,1500,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28040,0,0,0,0,0,25058,0,0,0,'Mardan Thunderhoof','Gunsmith','',0,75,75,2,35,4480,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28041,0,0,0,0,0,25059,25060,25061,25062,'Argent Soldier','','',9640,75,76,2,2073,1,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28042,0,0,0,0,0,25063,0,0,0,'Captain Brandon','','',9641,71,71,2,2070,2,1,1.14286,1,0,299,426,0,308,1,1500,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28043,0,0,0,0,0,25064,0,0,0,'Captain Grondel','','',0,71,71,2,2070,2,1,1.14286,1,0,299,426,0,308,1,1500,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28044,0,0,0,0,0,25065,0,0,0,'Captain Rupert','','',9649,71,71,2,2070,2,1,1.14286,1,0,299,426,0,308,1,1500,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28045,0,0,0,0,0,25066,0,0,0,'Captain Arnath','','',9689,71,71,2,2070,3,1,1.14286,1,0,299,426,0,308,1,1500,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28046,0,0,0,0,0,25067,0,0,0,'Korg the Cleaver','Ship\'s Cook','',9804,76,76,2,35,643,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28047,0,0,0,0,0,25068,0,0,0,'Hadrius Harlowe','Stable Master','',9821,76,76,2,35,4194305,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_jungle_punch_target',12340),(28060,0,0,0,0,0,25081,0,0,0,'Nyuni','Hapana\'s Pet','',9646,52,52,0,35,1,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,33536,2048,0,26,0,0,0,0,62,91,22,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28058,0,0,0,0,0,3146,0,0,0,'Dread Cannon','','',0,50,50,0,35,0,1,1.07143,1,0,85,112,0,206,1,2000,2000,1,33536,2048,0,0,0,0,0,0,58,86,20,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28052,0,0,0,0,0,25073,25074,25075,25076,'Dread Crew','','',0,60,60,0,35,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28051,0,0,0,0,0,25070,0,0,0,'Cap\'n Slappy','','',9643,65,65,0,35,1,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28050,0,0,0,0,0,25069,0,0,0,'Ol\' Chumbucket','','',9644,65,65,0,35,1,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28053,0,0,0,0,0,25071,0,0,0,'Apple','','',0,1,1,2,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28054,0,0,0,0,0,25072,0,0,0,'Lucky Wilhelm','','',0,77,77,2,35,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28055,0,0,0,0,0,169,11686,0,0,'Channel Target','','',0,74,74,2,14,0,1,1.14286,1,1,328,467,0,354,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,287,426,63,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(28056,0,0,0,0,0,25078,0,0,0,'Sergeant Stackhammer','','',9638,77,77,2,2070,3,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28057,0,0,0,0,0,25079,0,0,0,'Garmin Herzog','Stable Master','',9821,70,70,2,1928,4194305,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(28049,0,0,0,0,0,25055,0,0,0,'First Mate Hapana','','',9645,68,68,0,35,1,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,33536,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28059,0,0,0,0,0,25080,0,0,0,'Commander Falstaav','','',9639,78,78,2,2070,3,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28048,0,0,0,0,0,25054,0,0,0,'Dread Captain DeMeza','Scourge of the South Seas','',9647,70,70,0,35,1,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28061,0,0,0,0,0,24472,0,0,0,'Wintergarde Gryphon','','',0,70,70,0,2004,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28062,0,0,0,0,0,25095,0,0,0,'Hexxer Ubungo','','',9642,77,77,2,35,3,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28063,0,0,0,0,0,23911,0,0,0,'Conquest Hold Windrager','','',0,75,75,2,1979,0,1,3.42857,1,1,342,485,0,392,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),(28064,0,0,0,0,0,16480,19595,0,0,'Drakkari Pedestal 01','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28065,0,0,0,0,0,24732,24738,24739,24740,'Wintergarde Gryphon Rider','7th Legion','',0,75,75,2,1892,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28066,0,0,0,0,0,28355,0,0,0,'Frozen Sphere','','',0,71,72,1,14,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.016941,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),(28068,0,0,0,0,0,25096,0,0,0,'Prophet of Sseratus','','',0,76,76,2,2069,0,1,1.14286,1,1,300,436,0,193,4.6,2000,2000,8,32832,2048,0,0,0,0,0,0,279,415,49,7,0,28068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1365,2275,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28069,0,0,0,0,0,26140,0,0,0,'Sholazar Guardian','','',0,77,78,2,14,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,4,512,28069,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,39227,38642,42107,0,0,0,0,1,0,0,'',12340),(28070,0,0,0,0,0,26353,0,0,0,'Brann Bronzebeard','','',0,80,80,0,35,3,1,1,1,1,422,586,0,642,3,2000,0,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'brann_bronzebeard',1),(28076,0,0,0,0,0,25380,25638,0,0,'Frenzyheart Berserker','','',0,77,78,2,2062,0,0.666668,0.99206,1,1,387,543,0,528,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,28076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4471,7451,'SmartAI',0,3,1,5,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28077,0,0,0,0,0,25385,0,0,0,'Frenzyheart Tracker','','',0,77,78,2,2061,0,0.666668,0.99206,1,1,383,539,0,500,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,7,0,28077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4554,7590,'SmartAI',0,3,1,5,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28078,0,0,0,0,0,25376,25639,0,0,'Frenzyheart Ravager','','',0,77,78,2,2061,0,0.666668,0.99206,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,28078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,659,1098,'SmartAI',0,3,1,0.5,1,1,0,39266,38642,0,0,0,0,0,1,0,0,'',12340),(28079,0,0,0,28078,0,25387,0,0,0,'Frenzyheart Hunter','','',0,77,78,2,2061,0,0.666668,0.99206,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,28079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,657,1095,'SmartAI',0,3,1,0.5,1,1,0,39266,38642,0,0,0,0,0,1,0,0,'',12340),(28080,0,0,0,0,0,25640,25379,0,0,'Frenzyheart Spearbearer','','',0,76,77,2,2061,0,0.666668,0.99206,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,28080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1439,2399,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28081,0,0,0,0,0,25385,0,0,0,'Frenzyheart Scavenger','','',0,76,77,2,2061,0,0.666668,0.99206,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,28081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1445,2409,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28082,0,0,0,0,0,25388,0,0,0,'High-Shaman Rakjak','','',9740,78,78,2,2060,3,0.666668,0.99206,1,1,383,539,0,500,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,7,0,28082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4037,6729,'SmartAI',0,3,1,10,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28083,0,0,0,0,0,20595,0,0,0,'Serfex the Reaver','','',0,78,78,2,14,0,1,1,1,0,387,543,0,528,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,324,480,88,1,0,28083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38473,38642,0,0,0,0,0,1,0,0,'',12340),(28085,0,0,0,0,0,29113,0,0,0,'Sapphire Hive Drone','','',0,75,77,2,16,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,44,0,0,0,0,314,466,81,1,1,28085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,0.5,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28086,0,0,0,0,0,25860,0,0,0,'Sapphire Hive Wasp','','',0,76,77,2,16,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,44,0,0,0,0,314,466,81,1,1,28086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28087,0,0,0,0,0,26359,0,0,0,'Sapphire Hive Queen','','',0,78,78,2,16,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,44,0,0,0,0,324,480,88,1,0,28087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38477,38642,0,0,0,0,0,1,0,0,'',12340),(28088,0,0,0,0,0,17275,0,0,0,'Moveto Test - Moves','Expedition Leader','',0,68,68,1,1659,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28089,0,0,0,0,0,25129,0,0,0,'Sseratus','','',0,83,83,2,190,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,537166592,2048,0,0,0,0,0,0,371,535,135,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28090,0,0,0,0,0,25097,25098,25099,25100,'Crusade Recruit','','',9650,71,71,2,2070,1,1,1.14286,1,0,299,426,0,308,1,1500,2000,1,514,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_crusade_recruit',12340),(28092,0,0,0,0,0,5988,0,0,0,'The Etymidian','','',0,80,80,2,35,2,1.5,1.14286,1,3,422,586,0,642,35,2000,2000,1,262144,2048,0,0,0,0,0,0,345,509,103,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28093,0,0,0,0,0,25103,25106,0,0,'Sholazar Tickbird','','',0,1,1,0,190,0,1.6,1.57143,1,0,2,2,0,24,1,2000,2000,1,256,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,159,1,0,0,'',12340),(28094,0,0,0,0,0,27658,0,0,0,'Wintergrasp Demolisher','','vehichleCursor',0,80,80,0,35,16777216,1.2,1,1,0,422,586,0,642,1,2000,2000,1,16384,2048,0,0,0,0,0,0,345,509,103,9,393256,28094,0,0,0,0,0,0,0,0,54107,50896,0,0,0,0,0,0,0,106,0,0,'',0,3,1,10.2958,1,1,0,0,0,0,0,0,0,113,0,344407930,0,'npc_wg_siege_machine',12340),(28095,0,0,0,0,0,25380,0,0,0,'Tracker Gekgek','','',0,78,78,2,2060,2,0.666668,0.99206,1,1,387,543,0,528,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,28095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4339,7231,'SmartAI',0,3,1,5,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28096,0,0,0,0,0,809,0,0,0,'Hardknuckle Charger','','',0,76,77,2,16,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,9,0,0,0,0,314,466,81,1,1,28096,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28097,0,0,0,0,0,26618,0,0,0,'Pitch','','',0,76,76,2,16,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,2,0,0,0,0,305,452,74,1,1,28097,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38703,38642,0,0,0,0,0,1,0,0,'',12340),(28098,0,0,0,0,0,26583,842,0,0,'Hardknuckle Forager','','',0,76,76,2,189,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,9,0,0,0,0,305,452,74,1,1,28098,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28099,0,0,0,0,0,25105,0,0,0,'Corporal Maga','','',9651,75,75,2,2070,2,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28100,0,0,0,0,0,1072,0,0,0,'Lemming','','',0,1,1,0,31,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(28101,0,0,0,0,0,22124,0,0,0,'Blighted Corpse','','',0,76,77,2,14,0,1,1.28968,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,6,0,28101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,42108,42108,0,0,0,0,1,8388624,0,'',12340),(28103,0,0,0,0,0,25218,0,0,0,'Urgreth of the Thousand Tombs','','',0,80,80,2,14,0,1,0.992063,1,3,417,582,0,608,7.5,3000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28104,0,0,0,0,0,7869,0,0,0,'Enraged Skeleton','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28105,0,0,0,0,0,25389,0,0,0,'Warlord Tartek','','',0,77,77,2,2060,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28106,0,0,0,0,0,25381,0,0,0,'Shaman Jakjek','','',9745,78,78,2,2060,3,0.666668,0.99206,1,1,383,539,0,500,7.5,2000,2000,2,33536,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28107,0,0,0,0,0,22607,0,0,0,'Lightningcaller Soo-met','','',9744,78,78,2,2063,3,1,1.19048,1,1,383,539,0,500,7.5,2000,2000,2,33536,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28108,0,0,0,0,0,14706,0,0,0,'Bonescythe Ravager','','',0,75,76,2,2080,0,1,1.19048,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,28108,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,42108,0,0,0,0,0,1,8388624,0,'',12340),(28109,0,0,0,0,0,23319,25643,0,0,'Mistwhisper Warrior','','',0,76,77,2,2064,0,1,1.19048,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,28109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1512,2520,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28110,0,0,0,28109,0,25155,0,0,0,'Mistwhisper Oracle','','',0,76,77,2,2064,0,1,1.19048,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,28110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1514,2523,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28111,0,0,0,0,0,22607,25642,0,0,'Sparktouched Warrior','','',0,77,78,2,2064,0,1,1.19048,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,28111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,658,1096,'SmartAI',0,3,1,0.5,1,1,0,39265,38642,0,0,0,0,0,1,0,0,'',12340),(28112,0,0,0,28111,0,25157,0,0,0,'Sparktouched Oracle','','',0,77,78,2,2064,0,1,1.19048,1,0,322,466,0,236,1,2000,2000,8,32768,2048,0,0,0,0,0,0,296,440,58,7,0,28112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,658,1096,'SmartAI',0,3,1,0.5,1,1,0,39265,38642,0,0,0,0,0,1,0,0,'',12340),(28113,0,0,0,0,0,31548,0,0,0,'Mosswalker Victim','','',9728,77,78,2,2063,1,1.11111,1.19048,1,0,387,543,0,528,1,2000,2000,1,33024,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28114,0,0,0,0,0,25155,0,0,0,'Mistcaller Soo-gan','','',9743,78,78,2,2063,3,1,1.19048,1,1,383,539,0,500,7.5,2000,2000,2,33536,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28115,0,0,0,0,0,25682,0,0,0,'Soo-holu','Will of the Titans','',0,80,80,2,2064,0,1,1.8,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,52331,52358,53032,52327,52321,0,0,0,0,134,0,0,'',0,3,1,5,1,1,0,38642,0,0,0,0,0,170,1,0,0,'',12340),(28116,0,0,0,0,0,25113,0,0,0,'Kartak the Abominable','','',0,80,80,2,2061,0,1,1.8,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,52316,52271,52311,52272,0,52274,0,0,0,132,0,0,'',0,3,1,5,1,1,0,38642,0,0,0,0,0,170,1,0,0,'',12340),(28117,0,0,0,0,0,25920,25921,25922,25923,'Argent Footman','','',0,75,76,2,2073,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,33536,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28118,0,0,0,0,0,26650,0,0,0,'Watery Lord','','',0,76,76,2,834,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,4,0,28118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,38325,42107,42107,0,0,0,0,1,0,0,'',12340),(28119,0,0,0,0,0,10426,0,0,0,'TEST- Theresa\'s frostsaber vehicle','','vehichleCursor',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(28120,0,0,0,0,0,25464,0,0,0,'Lafoo','','',0,77,77,2,2063,2,1,1.19048,1,0,371,522,0,478,1,2000,2000,1,32776,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28121,0,0,0,0,0,25157,0,0,0,'Jaloot','','',9747,77,77,2,2063,3,1,1.30952,1,0,371,522,0,478,1,2000,2000,1,32776,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28122,0,0,0,0,0,25155,0,0,0,'Moodle','','',9746,77,77,2,2063,3,1,1.19048,1,0,371,522,0,478,1,2000,2000,1,32776,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28123,0,0,0,0,0,7198,16949,3922,4100,'Venture Co. Excavator','','',0,75,76,2,14,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,28123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1370,2283,'SmartAI',0,3,1,1,1,1,0,38642,39651,0,0,0,0,0,1,0,0,'',12340),(28124,0,0,0,28123,0,20017,17456,11554,0,'Venture Co. Ruffian','','',0,75,76,2,14,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,28124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1370,2283,'SmartAI',0,3,1,1,1,1,0,38642,39651,0,0,0,0,0,1,0,0,'',12340),(28125,0,0,0,0,0,25117,0,0,0,'Dr. Rogers','','',0,71,71,2,2070,2,1,1.14286,1,0,299,426,0,308,1,1500,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28127,0,0,0,0,0,21360,0,0,0,'Softknuckle','','',0,1,5,0,35,0,1,0.992063,1,0,5,7,0,32,1,2000,2000,1,32768,2048,0,0,0,0,0,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28128,0,0,0,0,0,1126,11686,0,0,'Bristlepine Food Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28129,0,0,0,28566,0,25121,25120,0,0,'Longneck Grazer','','',0,75,76,2,1999,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,1,0,28129,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,40394,0,0,0,0,0,1,0,0,'',12340),(28130,0,0,0,0,0,169,11686,0,0,'Invis Lightning Stalker','','',0,74,74,2,14,0,1,1.14286,1,1,328,467,0,354,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,287,426,63,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(28131,0,0,0,0,0,25122,0,0,0,'Ugly Pete','','',0,68,68,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28133,0,0,0,0,0,25132,0,0,0,'Crusader Jonathan','','',9654,75,75,2,2070,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33280,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28135,0,0,0,0,0,17759,0,0,0,'Westguard Gryphon','','',0,75,75,2,1892,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,241,1,0,0,'',12340),(28136,0,0,0,0,0,25131,0,0,0,'Crusader Jonathan','','',9660,75,76,2,2070,1,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28137,0,0,0,0,0,16480,19595,0,0,'Leave No One Behind Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28138,0,0,0,0,0,25376,0,0,0,'Elder Harkek','','',9741,78,78,2,2060,3,0.666668,0.99206,1,1,383,539,0,500,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,7,0,28138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28139,0,0,0,0,0,25382,25383,25384,0,'Frenzyheart Pup','','',0,1,5,0,2060,0,0.666668,0.99206,1,0,5,7,0,32,1,2000,2000,1,32768,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28140,0,0,0,0,0,25133,25173,25134,0,'Gorloc Hatchling','','',0,1,5,0,2063,0,1,1.19048,1,0,5,7,0,32,1,2000,2000,1,32768,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28141,0,0,0,0,0,25137,0,0,0,'Crusader Lamoof','','',9655,75,75,2,2070,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33280,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28142,0,0,0,0,0,25140,0,0,0,'Crusader Lamoof','','',9659,75,75,2,2070,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28143,0,0,0,0,0,25142,0,0,0,'Crusader Josephine','','',9657,75,75,2,2070,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33280,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28144,0,0,0,25495,0,22496,10627,23141,23142,'Mindless Aberration (Unkillable)','','',0,68,69,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28145,0,0,0,0,0,2076,0,0,0,'Lurking Basilisk','','',0,75,76,2,16,0,1.11111,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,1,0,28145,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28148,0,0,0,0,0,25143,0,0,0,'Crusader Josephine','','',9658,75,75,2,2070,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28149,31392,0,0,0,0,26092,26090,26091,0,'Earthen Protector','','',0,80,80,2,35,0,1,0.992063,1,1,417,582,0,608,7.5,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28150,0,0,0,0,0,25092,0,0,0,'Destroyed Siege Tank','','',0,70,70,2,1981,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,570688256,2048,32,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28151,0,0,0,0,0,15102,0,0,0,'Muddled Prophet of Sseratus','','',0,76,76,2,2069,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,28151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28153,30917,0,0,0,0,25347,0,0,0,'Snowflake','','',0,79,79,2,16,0,1,0.992063,1,0,399,559,0,550,1,2000,2000,2,32768,2048,0,0,0,0,0,0,331,491,74,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28156,0,0,0,0,0,27206,27207,27208,27209,'Defeated Argent Footman','','',0,75,76,2,2073,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,135428,2048,32,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(28157,0,0,0,0,0,25158,25160,25161,25162,'Westguard Bombardier','','',0,75,75,2,1892,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33024,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28158,0,0,0,0,0,24996,0,0,0,'Withered Argent Footman','','',0,75,76,2,2068,0,0.4,0.99206,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,28158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,43,1,8388624,0,'',12340),(28159,0,0,0,28022,0,25165,0,0,0,'Scourgeheart Drakkari','','',0,75,76,2,2068,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,28159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,42108,0,0,0,0,0,48,1,8388624,0,'',12340),(28160,0,0,0,0,0,25166,0,0,0,'Archmage Pentarus','','',10024,80,80,2,2007,3,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28161,0,0,0,0,0,26182,26183,26184,0,'Chicken Escapee','','LootAll',0,1,1,2,7,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28162,0,0,0,28022,0,27258,27253,0,0,'Drakkari Corpse','','LootAll',0,75,76,2,35,16777216,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,537133056,2048,32,0,0,0,0,0,305,452,74,6,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(28164,0,0,0,0,0,25125,0,0,0,'Don Carlos, Young, Hatless','','',0,68,68,0,190,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28165,31389,0,0,0,0,25176,0,0,0,'Iron Sludge','','',0,77,77,2,1965,0,1,1.14286,1,0,322,486,0,646,1.5,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_sjonnir_iron_sludge',1),(28166,0,0,0,0,0,17612,0,0,0,'Unstable Sphere','','',0,80,80,2,16,0,2.4,0.857143,1,0,422,586,0,642,1,2000,0,1,33685504,2048,8,0,0,0,0,0,345,509,103,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,1,1,0,0,0,0,0,0,0,106,1,0,0,'npc_oculus_unstable_sphere',12340),(28167,0,0,0,0,0,25168,25169,25311,25312,'Stratholme Citizen','','',0,77,79,0,190,0,1,1.14286,1,0,404,564,0,582,1,2000,0,1,256,2048,8,0,0,0,0,0,334,494,95,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,96,1,0,0,'npc_cos_stratholme_citizien',12340),(28168,0,0,0,0,0,161,0,0,0,'Guerrero (1)','','',0,72,72,1,190,0,1.2,1.14286,1,1,307,438,0,314,5.9,1200,2000,1,0,2048,0,1,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.5,1,1,0,0,0,0,0,0,0,144,1,3405,0,'',12340),(28169,0,0,0,0,0,25171,25172,25313,25314,'Stratholme Resident','','',0,78,79,0,2078,0,1,1.14286,1,0,404,564,0,582,1,2000,0,1,256,2048,8,0,0,0,0,0,334,494,95,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,96,1,0,0,'npc_cos_stratholme_citizien',12340),(28170,0,0,0,0,0,16053,0,0,0,'Frosthowl Screecher','','',0,75,76,2,14,0,1,2.14286,1,0,352,499,0,408,1,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,6,0,28170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,38642,42108,0,0,0,0,188,1,8388624,0,'',12340),(28171,0,0,0,0,0,25124,0,0,0,'Don Carlos (1)','','',0,72,72,1,1736,0,1.2,1.14286,1,1,307,438,0,314,13,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,2048,28171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,10400,'',0,3,1,15,1,1,0,38329,0,0,0,0,0,0,1,650854271,2097153,'',12340),(28172,0,0,0,0,0,25174,0,0,0,'Kunz\'s Warhorse','','',0,77,77,0,2070,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(28173,0,0,0,0,0,4626,25175,0,0,'[ph] exploding barrel','','',0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28174,0,0,0,0,0,15900,0,0,0,'Grief Void','','',0,77,77,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(28175,0,0,0,0,0,28105,0,0,0,'Crusade Commander Korfax','','',10282,77,77,2,2070,3,1,1.14286,1,1,371,522,0,478,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28176,0,0,0,0,0,16029,0,0,0,'Rimblat Earthshatter','The Earthen Ring','',10283,75,75,2,1727,3,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28177,0,0,0,0,0,16030,0,0,0,'Rayne','Cenarion Circle','',10284,74,74,0,994,3,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,285,423,48,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28178,0,0,0,0,0,28104,0,0,0,'Avenger Metz','','',7157,75,75,0,2070,3,1,1.38571,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28179,0,0,0,0,0,22209,0,0,0,'Highlord Tirion Fordring','','',0,83,83,2,2073,2,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1000,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28180,0,0,0,0,0,25182,25183,25184,0,'[ph] Goblin Construction Crew','','',0,55,56,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28181,0,0,0,0,0,169,25181,0,0,'Zul\'Drak Gateway Trigger','','',0,1,1,0,2070,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28182,0,0,0,0,0,26500,0,0,0,'Dusk','','',0,80,80,0,1733,0,2.5,2.5,1,3,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(28183,0,0,0,0,0,28419,0,0,0,'Centrifuge Core','','',0,70,70,2,16,0,1,1.14286,1,0,252,357,0,304,1,2000,0,1,33718276,2048,8,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1000,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(28184,0,0,0,0,0,25187,0,0,0,'[DND] under water construction crew','','',0,55,56,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28186,0,0,0,0,0,1269,0,0,0,'Foreman Swindlegrin','','',0,76,76,2,14,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,28186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1364,2274,'',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28187,0,0,0,0,0,19296,0,0,0,'Retired Onslaught Warhorse','','',0,72,72,2,67,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,182,1,0,0,'',12340),(28188,0,0,0,0,0,25192,0,0,0,'Meatpie','Swindlegrin\'s Bodyguard','',0,76,76,2,14,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,28188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1370,2283,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28189,0,0,0,0,0,25514,0,0,0,'Prince Valanar','The San\'layn','',0,72,72,0,14,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(28190,0,0,0,0,0,16480,19595,0,0,'Venture Bay Kill Credit Bunny - Grizzly Hills','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28191,0,0,0,0,0,23319,0,0,0,'Oracle Soo-rahm','','',0,76,76,2,35,2,1,1.19048,1,0,300,436,0,193,1,2000,2000,8,0,2048,0,0,0,0,0,0,279,415,49,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28192,0,0,0,0,0,27753,0,0,0,'Archmage Pentarus\' Flying Machine','','',0,75,75,2,35,16777216,1,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,240,1,0,0,'',12340),(28194,0,0,0,0,0,25541,0,0,0,'Prince Tenris Mirkblood','The San\'layn','',0,70,70,1,21,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,52.5,10,1,0,0,0,0,0,0,0,176,1,8388624,0,'',12340),(28195,0,0,0,0,0,25198,0,0,0,'Bilko Driftspark','Flight Master','',0,75,75,2,35,8192,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28196,0,0,0,0,0,25197,0,0,0,'Cid Flounderfix','Flight Master','',0,75,75,2,35,8192,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28197,0,0,0,0,0,25196,0,0,0,'Kip Trawlskip','Flight Master','',0,75,75,2,35,8192,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28198,0,0,0,0,0,21624,25204,0,0,'Rocket Launcher','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28199,31188,0,0,0,0,25199,0,0,0,'Tomb Stalker','','',0,79,80,2,2075,0,1,1.14286,1,1,422,586,0,642,7.5,1500,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,8,28199,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(28200,31184,0,0,0,0,25200,0,0,0,'Dark Necromancer','','',0,79,80,2,2075,0,1,1.14286,1,1,346,499,0,287,7.5,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,8,28200,28200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28201,31200,0,0,0,0,25281,0,0,0,'Bile Golem','','',0,81,81,2,2075,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,6,8,28201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(28202,0,0,0,0,0,1141,1418,2176,0,'Zul\'Drak Rat','','LootAll',0,1,1,0,188,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28203,0,0,0,0,0,25203,0,0,0,'Gorged Lurking Basilisk','','LootAll',0,75,76,2,190,16777216,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,1,0,28203,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28204,0,0,0,0,0,25205,0,0,0,'Apprentice Pestlepot','','',9664,76,76,2,2070,3,1,1.14286,1,0,300,436,0,193,1,2000,2000,8,32768,2048,0,0,0,0,0,0,279,415,49,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28205,0,0,0,0,0,25934,0,0,0,'Alchemist Finklestein','','',9668,78,78,2,2070,3,1,1.14286,1,0,322,466,0,236,1,2000,2000,8,32768,2048,0,0,0,0,0,0,296,440,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_finklestein',12340),(28207,0,0,0,0,0,25214,0,0,0,'Cerberon','','',0,78,78,2,14,0,1,1.14286,1,1,387,543,0,528,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28208,0,0,0,0,0,24497,0,0,0,'Hailscorn','','',0,80,80,2,14,0,1.2,1.57143,1,3,417,582,0,608,7.5,3000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,5,20,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28211,0,0,0,0,0,25214,0,0,0,'Glonn','','',0,78,78,2,14,0,1,1.14286,1,1,387,543,0,528,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28212,0,0,0,0,0,25215,0,0,0,'Bythius the Flesh-Shaper','','',0,80,80,2,14,0,1,1.14286,1,3,422,586,0,642,7.5,3000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,18,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28213,0,0,0,0,0,3188,0,0,0,'Hardknuckle Matriarch','','',0,77,77,2,16,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,9,0,0,0,0,314,466,81,1,1,28213,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28214,0,0,0,0,0,25385,0,0,0,'Goregek the Gorilla Hunter','','',0,77,77,2,2060,2,0.66667,0.99206,1,0,371,522,0,478,1,2000,2000,1,32776,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28215,0,0,0,0,0,25387,0,0,0,'Dajik the Wasp Hunter','','',0,77,77,2,2060,0,0.666668,0.99206,1,0,371,522,0,478,1,2000,2000,2,32776,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28216,0,0,0,0,0,25385,0,0,0,'Zepik the Gorloc Hunter','','',9748,77,77,2,2060,3,0.66667,0.99206,1,0,371,522,0,478,1,2000,2000,2,32776,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28217,0,0,0,0,0,25016,0,0,0,'Injured Rainspeaker Oracle','','',9677,77,78,2,35,3,1,0.85714,1,0,322,466,0,236,1,2000,2000,8,33024,2048,0,0,0,0,0,0,296,440,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(28218,0,0,0,28271,0,22496,0,0,0,'Snowblind Ghoul','','',0,76,77,2,14,0,0.777776,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28220,0,0,0,28271,0,10975,0,0,0,'Frostbitten Corpse','','',0,76,77,2,14,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28221,0,0,0,0,0,18043,0,0,0,'Trapdoor Crawler','','',0,75,76,2,16,0,1,1.28571,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,3,0,0,0,0,305,452,74,1,1,28221,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,38610,0,0,0,0,0,0,1,0,0,'',12340),(28222,0,0,0,0,0,25928,0,0,0,'The Etymidian','','',0,80,80,2,35,16777216,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,16777224,2048,0,0,0,0,0,0,341,506,80,4,0,0,0,0,0,0,0,0,0,0,50978,50980,50985,50983,54166,0,0,0,0,111,0,0,'',0,3,1,18,12,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28224,0,0,0,0,0,13069,0,0,0,'Trapdoor Crawler Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28228,0,0,0,0,0,25222,0,0,0,'Crusader Valus','','',0,76,76,2,2070,2,1,1.14286,1,1,352,499,0,408,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,302,449,57,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28229,0,0,0,0,0,7198,16949,3922,4100,'Venture Co. Pilot','','',0,75,75,2,14,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,235,1,0,0,'',12340),(28230,0,0,0,0,0,20570,15294,0,0,'Nozronn\'s Eye','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28231,30525,0,0,0,0,27609,0,0,0,'Crystalline Tender','','',0,71,71,2,16,0,1.6,1.14286,1,1,296,424,0,290,6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,8,28231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4069,6781,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,125,1,0,0,'',12340),(28232,0,0,0,0,0,25296,0,0,0,'Sanguine Spirit','','',0,70,70,1,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,64,1,8388624,0,'',12340),(28233,0,0,0,0,0,16053,0,0,0,'Zul\'Drak Bat','','',0,75,76,2,190,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,24,0,0,0,0,305,452,74,1,1,28233,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38620,0,0,0,0,0,0,1,0,0,'',12340),(28234,0,0,0,0,0,169,11686,0,0,'Tribunal of the Ages','','',0,80,80,2,114,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(28235,31874,0,0,0,0,169,17200,0,0,'Dark Matter','','',0,77,77,2,114,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,314,466,81,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(28236,0,0,0,0,0,28046,0,0,0,'Azure Ring Captain','','',0,80,80,2,16,0,1,1.71429,1,1,417,582,0,608,7.5,2000,0,2,33718276,2048,8,0,0,0,0,0,341,506,80,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,10,5,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(28237,31875,0,0,0,0,11686,0,0,0,'Dark Matter Target','','',0,80,80,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,0,1,33554432,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(28239,31628,0,0,0,0,11686,0,0,0,'Arcane Beam','','',0,80,80,2,14,0,2.2,0.785714,1,0,422,586,0,642,1,2000,0,1,33718272,2048,8,0,0,0,0,0,345,509,103,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,86,1,0,0,'',12340),(28240,0,0,0,0,0,16480,19595,0,0,'Finklestein\'s Cauldron Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28241,0,0,0,0,0,23365,0,0,0,'Venture Co. Air Patrol','','',0,75,75,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,265,1,0,0,'',12340),(28242,0,0,0,28271,0,25940,0,0,0,'Risen Reaver','','',0,80,80,2,14,0,1,1.07143,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28243,0,0,0,0,0,25254,0,0,0,'Thrym','The Hope Ender','',0,80,80,2,974,0,4,3.57143,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,6,8,28243,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,249,1,8388624,0,'',12340),(28244,0,0,0,0,0,1619,0,0,0,'Eitrigg','','',2901,75,75,2,2070,3,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28245,0,0,0,0,0,4436,0,0,0,'QA Test First Aid Trainer','Medic','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28246,0,0,0,28022,0,7534,0,0,0,'Sky Terror','','',0,75,76,2,14,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,28246,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,'AgressorAI',0,7,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(28247,0,0,0,0,0,25255,25293,25294,0,'Argent Crusader','','',0,75,76,2,2073,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28248,0,0,0,0,0,16480,19595,0,0,'Alchemist KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28249,31179,0,0,0,0,569,0,0,0,'Devouring Ghoul','','',0,77,80,2,2075,0,0.777776,1.14286,1,1,422,586,0,642,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,8,28249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(28250,0,0,0,0,0,14355,0,0,0,'Wyrmrest Protector Visual (Black)','','',0,76,76,0,2013,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28251,0,0,0,0,0,14356,0,0,0,'Wyrmrest Protector Visual (Blue)','','',0,76,76,0,2013,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28252,0,0,0,0,0,25257,0,0,0,'Wyrmrest Protector Visual (Nether)','','',0,76,76,0,2013,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28253,0,0,0,0,0,23310,0,0,0,'Mistwhisper Lightning Cloud','','',0,1,1,2,7,0,0.8,1,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,45,1,0,0,'',12340),(28254,0,0,0,0,0,1126,11686,0,0,'Mistwhisper Lightning Target','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28255,0,0,0,0,0,25269,0,0,0,'Malas the Corrupter','','',0,76,76,2,2068,0,1,1,1,1,352,499,0,408,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,302,449,57,6,0,28255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,5,1,0,38521,0,0,0,0,0,0,1,8388624,0,'',12340),(28256,0,0,0,0,0,21624,25204,0,0,'Voice of Nozronn','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28257,0,0,0,0,0,25267,0,0,0,'Hath\'ar Necromagus','','',0,75,76,2,2068,0,1,0.99206,1,0,300,436,0,193,1,2000,2000,8,32768,2048,0,0,0,0,0,0,279,415,49,6,0,28257,0,70203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(28258,0,0,0,0,0,23819,0,0,0,'Hath\'ar Skimmer','','',0,75,76,2,2068,0,0.833332,0.99206,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,28258,0,70203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,38514,42108,0,0,0,0,0,1,8388624,0,'',12340),(28259,0,0,0,0,0,25077,25023,25024,25025,'Defeated Argent Footman (Transform)','','',0,75,76,2,2070,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28260,0,0,0,0,0,328,19595,0,0,'Defeated Argent Footman','','',0,75,76,2,2070,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,537133312,2048,32,0,0,0,0,0,305,452,74,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28261,0,0,0,0,0,25260,0,0,0,'Crag Steelbeard','','',0,74,74,2,2070,0,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28262,0,0,0,0,0,25261,0,0,0,'Montegue Krole','','',0,75,75,2,2070,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28263,0,0,0,0,0,25262,0,0,0,'Birmingheim','','',0,75,75,2,2070,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28264,0,0,0,0,0,25263,0,0,0,'Argent Horseman','','',0,75,76,2,2073,0,1,1.38571,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28265,31878,0,0,0,0,11686,0,0,0,'Searing Gaze','','',0,80,80,0,114,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,33554432,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28266,0,0,0,0,0,25264,0,0,0,'Professor Calvert','','',0,77,77,2,35,2,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28268,0,0,0,28158,0,24996,0,0,0,'Scourged Argent Footman','','',0,75,76,2,2068,0,0.8,0.99206,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,6,0,28268,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(28269,0,0,0,0,0,22601,0,0,0,'Flying Machine Vehicle','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,241,1,0,0,'',12340),(28270,0,0,0,0,0,23681,0,0,0,'Jintha\'kalar Scourge (PROXY DO NOT SPAWN)','','',0,74,74,2,1814,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28271,0,0,0,0,0,23745,0,0,0,'Glacial Breach Scourge Credit','','',0,75,76,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28273,0,0,0,0,0,10811,13069,0,0,'Arranged Crystal Formation Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28274,0,0,0,0,0,25266,0,0,0,'Plague Sprayer','','',0,80,80,2,14,0,0.2,1,1,1,346,499,0,287,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.5,1,1,0,0,0,0,0,0,0,42,1,0,0,'',12340),(28276,30991,0,0,0,0,26089,0,0,0,'Greater Ley-Whelp','','',0,79,79,2,16,0,1.11111,1.14286,1,1,404,564,0,582,7.5,2000,0,1,32768,2048,8,0,0,0,0,0,334,494,95,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,3.1746,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28277,0,0,0,0,0,23365,0,0,0,'Harry\'s Bomber','','',10218,70,70,0,35,1,1.2,2.85714,1,0,252,357,0,304,1,2000,2000,1,295680,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),(28278,0,0,0,0,0,24908,0,0,0,'Ravenous Plaguehound','','',0,74,75,0,2068,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28279,0,0,0,0,0,1126,21636,0,0,'Sholazar Witch Light','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,125,1,0,128,'',12340),(28280,0,0,0,0,0,7550,0,0,0,'QA Test Dummy 83 High Damage','QA Punching Bag','',0,83,83,2,7,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,71.7103,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(28282,0,0,0,0,0,7550,0,0,0,'QA Test Dummy 82 High Damage','QA Punching Bag','',0,82,82,2,7,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,74.1785,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(28283,0,0,0,0,0,25270,0,0,0,'Sergeant Moonshard','','',9672,76,76,2,2070,2,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28284,0,0,0,0,0,25271,0,0,0,'Specialist Cogwheel','','',9673,76,76,2,2070,2,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28288,0,0,0,0,0,26282,0,0,0,'Farunn','','',0,76,76,2,14,0,1,0.992063,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,1,0,28288,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,38522,38642,0,0,0,0,0,1,0,0,'',12340),(28289,0,0,0,0,0,1126,17612,0,0,'Plague Sprayer Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28292,0,0,0,0,0,25008,0,0,0,'[DND] taxi flavor eagle','','',0,72,73,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(28293,0,0,0,0,0,16480,19595,0,0,'Muddy Mire Maggot KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28294,0,0,0,0,0,16480,19595,0,0,'Withered Batwing KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28295,0,0,0,0,0,16480,19595,0,0,'Amberseed KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28296,0,0,0,0,0,16480,19595,0,0,'Chilled Serpent Mucus KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28298,0,0,0,0,0,25107,0,0,0,'Captive Crocolisk','','',9674,75,75,2,2060,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,295680,2048,0,0,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28299,0,0,0,0,0,10811,13069,0,0,'Frenzyheart Hill Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28300,0,0,0,0,0,10811,13069,0,0,'Mistwhisper Refuge Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28301,0,0,0,0,0,11686,0,0,0,'ZP - Retch! Bunny','','',0,1,1,0,2023,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28303,0,0,0,0,0,24443,0,0,0,'Drakkari Water Binder','','',0,75,76,2,2069,0,1,1.14286,1,0,300,436,0,193,1,2000,2000,8,32768,2048,0,0,0,0,0,0,279,415,49,7,0,28303,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1364,2273,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28304,0,0,0,0,0,16480,19595,0,0,'Drakkari Pedestal 02','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28305,0,0,0,0,0,16480,19595,0,0,'Drakkari Pedestal 03','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28307,0,0,0,0,0,10811,13069,0,0,'Croclisk Chain Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28308,0,0,0,0,0,25107,0,0,0,'Captive Crocolisk','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(28309,0,0,0,0,0,25291,0,0,0,'Sub-Lieutenant Jax','','',9675,78,78,2,2070,3,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28310,0,0,0,0,0,9783,0,0,0,'QA Test Dummy 80 Buff Spammer','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.93651,2000,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(28311,0,0,0,0,0,9783,0,0,0,'QA Test Dummy 80 Spell Reflector','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.93651,2000,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(28312,0,0,0,0,0,25292,0,0,0,'Wintergrasp Siege Engine','','vehichleCursor',0,80,80,0,35,16777216,1.2,1,1,0,422,586,0,642,1,2000,2000,4,16384,2048,0,0,0,0,0,0,345,509,103,9,393256,28312,0,0,0,0,0,0,0,0,54109,0,0,0,0,0,0,0,0,117,0,0,'',0,3,1,15.9116,1,1,0,0,0,0,0,0,0,113,0,344407930,0,'npc_wg_siege_machine',12340),(28313,0,0,0,0,0,25295,0,0,0,'Apothecary Scyllis','Royal Apothecary Society','',0,71,71,2,1928,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28314,0,0,0,0,0,23170,0,0,0,'Longrunner Nanik','','',0,71,71,2,1922,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28315,0,0,0,0,0,25381,0,0,0,'Shaman Vekjik','','',9678,78,78,2,35,1,0.666668,0.99206,1,1,383,539,0,500,4.6,2000,2000,2,33536,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_vekjik',12340),(28316,0,0,0,0,0,16480,19595,0,0,'Defeated Argent Footman KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28317,0,0,0,0,0,25298,0,0,0,'Bushwhacker','','',0,76,76,2,14,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,1,0,28317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,38559,0,0,0,0,0,0,1,0,0,'npc_bushwhacker',12340),(28318,0,0,0,0,0,25299,0,0,0,'Grand Apothecary Putress','','',0,80,80,2,1981,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28319,0,0,0,0,0,25301,0,0,0,'Wintergrasp Siege Turret','','Gunner',0,80,80,0,35,16777216,1.2,1.14286,1,0,422,586,0,642,1,2000,2000,4,16384,2048,0,0,0,0,0,0,345,509,103,9,262184,0,0,0,0,0,0,0,0,0,57609,0,0,0,0,0,0,0,0,116,0,0,'',0,3,1,15.9116,1,1,0,0,0,0,0,0,0,121,0,344407930,0,'',12340),(28320,0,0,0,0,0,25328,25329,0,0,'Servant of Freya','','',0,76,77,2,2081,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,4,0,28320,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28322,0,0,0,0,0,25077,25023,25024,25025,'Escaped Gladiator','','',0,75,76,2,2073,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28323,0,0,0,0,0,9013,0,0,0,'Mossy Rampager','','',0,75,76,2,16,0,0.666668,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,4,256,28323,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(28324,0,0,0,0,0,25308,0,0,0,'Crusader Whathah','','',0,71,71,2,2070,0,1,1.14286,1,0,299,426,0,308,1,1500,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28325,0,0,0,0,0,25466,0,0,0,'Ravenous Mangal Crocolisk','','',0,77,77,2,14,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,6,0,0,0,0,314,466,81,1,1,28325,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28327,0,0,0,0,0,25381,0,0,0,'Shaman Vekjik','','',0,78,78,2,35,0,1,1.14286,1,1,383,539,0,500,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28328,0,0,0,0,0,25310,0,0,0,'Drostan','','',0,76,76,2,35,2,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28330,0,0,0,0,0,16480,19595,0,0,'Ancient Dirt KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28332,0,0,0,0,0,20570,11686,0,0,'Generic Trigger LAB (Large AOI)','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28333,0,0,0,0,0,1126,17188,0,0,'ELM General Purpose Bunny (scale x0.25)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28340,0,0,0,0,0,25168,25169,0,0,'Stratholme Citizen','','',0,80,80,2,190,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,28340,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28341,0,0,0,0,0,25313,25314,0,0,'Stratholme Resident','','',0,80,80,2,190,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,1,768,2048,0,0,0,0,0,0,341,506,80,7,0,28341,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28342,0,0,0,0,0,18043,0,0,0,'Trapdoor Ambusher','','',0,75,76,2,16,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,3,0,0,0,0,305,452,74,1,1,28342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28345,0,0,0,0,0,24448,0,0,0,'Drakkari Spirit','','',0,75,76,2,16,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,7,0,28345,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28346,0,0,0,0,0,25318,0,0,0,'Crunchy','Debaar\'s Pet','',0,5,5,0,35,0,1,0.99206,1,0,5,7,0,32,1,2000,2000,1,256,2048,0,0,0,0,0,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28347,0,0,0,0,0,25319,0,0,0,'Miles Sidney','Poison Supplies','',0,25,25,0,12,1153,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28348,0,0,0,0,0,25320,25322,25323,25324,'(Wrathgate Monster) Forsaken Blightspreader (Gas Mask)','','',0,80,80,2,1981,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,33587968,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28349,0,0,0,0,0,25240,0,0,0,'Risen Vrykul Berserker','','',0,80,80,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28350,0,0,0,0,0,25243,0,0,0,'Risen Vrykul Magus','','',0,80,80,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28351,0,0,0,0,0,18783,16925,0,0,'Flame Breath Trigger (Skadi)','','',0,80,80,2,21,0,1,0.992063,1,0,422,586,0,642,1,2000,0,1,33554432,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(28352,0,0,0,0,0,16480,19595,0,0,'Nethurbian Crater KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28353,0,0,0,0,0,25321,0,0,0,'Forsaken Blightspreader (Red)','','',0,80,80,2,1981,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28354,0,0,0,0,0,16176,0,0,0,'Forsaken Scientist (Blight Backpack)','','',0,80,80,2,1981,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28355,0,0,0,0,0,25336,0,0,0,'Wright Williams','','',0,25,25,0,12,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28356,0,0,0,0,0,25338,0,0,0,'Prince Keleseth','','',0,72,72,2,2082,0,1,0.99206,1,1,307,438,0,314,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28357,0,0,0,0,0,16582,0,0,0,'Instructor Razuvious','','',0,83,83,2,2082,2,1.8,1.71429,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,168,1,8388624,0,'',12340),(28358,0,0,0,0,0,25330,0,0,0,'Venomtip','','',0,77,77,2,14,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,35,0,0,0,0,314,466,81,1,1,28358,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28359,0,0,0,0,0,2402,0,0,0,'Scout Knowles\'s Mount','','',0,68,68,2,1973,0,1,1.38571,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(28360,0,0,0,0,0,25333,0,0,0,'Riding Fizzcrank Flyer Taxi','','',0,60,60,0,2090,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,241,1,0,0,'',12340),(28361,0,0,0,0,0,19259,0,0,0,'Riding Dragonhawk (A)','','',0,40,40,0,2090,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28362,0,0,0,0,0,25334,0,0,0,'Glinting Dirt','','',0,1,1,0,2063,0,0.8,0.571429,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28364,0,0,0,0,0,7923,0,0,0,'Slim\'s Test Mage','','',0,80,80,0,1965,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,100,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28365,0,0,0,0,0,7923,0,0,0,'Slim\'s Test Warlock','','',0,80,80,0,1965,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28366,0,0,0,0,0,27101,0,0,0,'Wintergrasp Tower Cannon','','Gunner',0,80,80,0,35,16777216,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,32772,2048,0,0,0,0,0,0,0,0,0,9,262184,0,0,0,0,0,0,0,0,0,51421,0,0,0,0,0,0,0,0,244,0,0,'',0,3,1,9.35979,1,1,0,0,0,0,0,0,0,121,0,344407930,0,'',12340),(28367,0,0,0,0,0,23980,24719,0,0,'Acherus Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28368,30820,0,0,0,0,27255,27256,0,0,'Ymirjar Necromancer','','',0,79,79,2,21,0,1,1.14286,1,1,334,482,0,260,7.5,2000,2000,8,64,2048,0,0,0,0,0,0,306,454,64,7,0,28368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4815,10475,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28369,0,0,0,0,0,25339,0,0,0,'Burning Skimmer','','',0,75,76,2,2068,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,768,2048,0,0,0,0,0,0,305,452,74,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,1,8388624,0,'',12340),(28370,0,0,0,0,0,24364,24549,24550,24551,'7th Legion Siege Engineer (DVD)','','',0,69,71,2,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28371,0,0,0,0,0,25340,0,0,0,'Sparkling Hare','','',0,1,1,0,188,0,1,2,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(28372,0,0,0,0,0,2177,0,0,0,'Glinting Bug','','',0,1,1,0,188,0,3.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,57,1,0,0,'',12340),(28373,0,0,0,0,0,25342,25343,0,0,'Cultist Infiltrator','Cult of the Damned','',0,76,77,2,2080,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,28373,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1439,2398,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28374,0,0,0,0,0,25344,0,0,0,'Zootfizzle','','',9723,76,76,2,35,3,1,1.14286,1,0,352,499,0,408,1,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28375,0,0,0,0,0,2597,0,0,0,'Glrglrglr','','',9685,71,71,2,1968,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28376,0,0,0,0,0,25345,0,0,0,'Dorian Drakestalker','','',9688,77,77,2,35,3,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28377,0,0,0,0,0,25514,0,0,0,'Prince Valanar','','',9764,72,72,2,2082,3,1,0.99206,1,1,307,438,0,314,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28378,0,0,0,28566,0,26713,0,0,0,'Primordial Drake','','',0,76,77,2,14,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,2,0,28378,0,70209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,38642,42106,0,0,0,0,0,1,0,0,'',12340),(28379,0,0,0,28566,0,26423,0,0,0,'Shattertusk Mammoth','','',0,76,77,2,190,0,0.666668,0.95238,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,1,0,28379,0,70211,0,0,0,0,0,0,51660,0,0,0,0,0,0,0,0,206,0,0,'SmartAI',0,3,1,1,1,1,0,38642,42104,0,0,0,0,0,1,0,0,'',12340),(28380,0,0,0,28566,0,27273,0,0,0,'Shattertusk Bull','','',0,76,77,2,14,0,0.666668,0.952381,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,1,0,28380,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,42104,0,0,0,0,0,1,0,0,'',12340),(28381,0,0,0,0,0,23434,0,0,0,'Shattertusk Calf','','',0,76,76,2,190,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,1,0,28381,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.92,1,1,0,38642,42104,0,0,0,0,0,1,0,0,'',12340),(28382,0,0,0,0,0,26361,0,0,0,'Hotawa','','',0,72,72,2,1950,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28383,0,0,0,0,0,25351,25352,0,0,'Acherus Necromancer','','',0,70,70,2,2082,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28384,31382,0,0,0,0,21130,0,0,0,'Lesser Air Elemental','','',0,77,77,2,16,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28385,0,0,0,0,0,10353,2483,10395,10277,'Scarlet Crusade Prisoner','','',0,52,54,0,14,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,768,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28386,0,0,0,0,0,16149,16093,16107,16148,'Argent Dawn Prisoner','','',0,50,54,0,14,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,768,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28387,0,0,0,0,0,23349,23348,0,0,'Zim\'Torga Defender','','',0,76,77,2,1770,0,1.55556,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,4,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28388,0,0,0,0,0,27838,27840,0,0,'Jin\'Alai Warrior','','',0,76,77,2,1771,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,28388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1441,2401,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28389,0,0,0,0,0,28345,0,0,0,'Primordial Hatchling','','Pickup',0,76,77,2,190,16777216,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,2,0,28389,0,70209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,42106,0,0,0,0,0,1,0,0,'',12340),(28390,0,0,0,0,0,25356,25354,25358,25359,'Death Knight Initiate','','',0,55,55,0,1770,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,570720256,2048,32,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28391,0,0,0,0,0,25355,25361,25362,25360,'Death Knight Initiate','','',0,55,55,0,1770,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,32,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28392,0,0,0,0,0,25364,25367,25365,25366,'Death Knight Initiate','','',0,55,55,0,1770,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,570720256,2048,32,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28393,0,0,0,0,0,25370,25368,25372,25371,'Death Knight Initiate','','',0,55,55,0,1770,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,570720256,2048,32,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28394,0,0,0,0,0,25373,25369,25357,25363,'Death Knight Initiate','','',0,55,55,0,1770,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,32,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28395,0,0,0,0,0,25374,25375,0,0,'DK (Human Male)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28396,0,0,0,0,0,27841,27842,0,0,'Captured Champion','','',0,76,76,2,2069,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,33536,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(28397,0,0,0,0,0,25936,0,0,0,'Footman Hordum','','',0,75,76,2,2070,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,33536,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28398,0,0,0,0,0,25935,0,0,0,'Crusader Brune','','',0,75,76,2,2070,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,33536,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28399,0,0,0,0,0,24874,0,0,0,'Zeptek the Destroyer','','',0,77,77,2,2061,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,1,0,28399,0,70209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28400,0,0,0,0,0,2575,0,0,0,'Northrend Leatherworking Trainer','Leatherworking Trainer','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28401,0,0,0,0,0,28008,0,0,0,'Har\'koa','','',9749,83,83,2,190,3,1,0.99206,1,3,509,683,0,805,35,2000,2000,1,33536,2048,0,0,0,0,0,0,371,535,135,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28402,0,0,0,0,0,27253,0,0,0,'Claw of Har\'koa','','',0,76,77,2,2069,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,28402,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1439,2398,'',0,3,1,1,1,1,0,39150,0,0,0,0,0,0,1,0,0,'',12340),(28403,0,0,0,0,0,27453,0,0,0,'Har\'koan Subduer','','',0,76,77,2,2069,0,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,28403,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1443,2405,'SmartAI',0,3,1,1,1,1,0,39150,0,0,0,0,0,0,1,0,0,'',12340),(28405,0,0,0,0,0,24993,24994,24995,0,'Acherus Ghoul','','',0,62,66,1,2082,0,0.8,0.99206,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28406,0,0,0,0,0,25375,25424,25426,25412,'Death Knight Initiate','','Speak',9765,55,55,0,2084,1,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,33536,2048,0,0,0,0,0,0,60,88,21,6,0,0,0,0,0,0,0,0,0,0,52372,52373,52374,52375,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_death_knight_initiate',12340),(28407,0,0,0,0,0,24698,24978,25390,25391,'Fjord Penguin','','',0,1,1,0,7,0,1,1,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28408,0,0,0,0,0,20245,0,0,0,'Primordial Drake Egg','','',0,76,77,2,1885,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(28409,0,0,0,0,0,25392,0,0,0,'Time Rift (CoT Stratholme)','','',0,70,70,2,35,0,1,0.992063,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28410,31665,0,0,0,0,25393,0,0,0,'Dragonflayer Spiritualist','','',0,70,71,2,1885,0,1,1.28571,1,1,255,373,0,137,7.5,2000,2000,8,32832,2048,0,0,0,0,0,0,240,358,31,7,0,28410,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2987,4979,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28411,0,0,0,0,0,23348,22249,0,0,'Frozen Earth','','',0,76,77,2,834,0,1.55556,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,4,512,28411,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38681,0,0,0,0,0,0,1,0,0,'',12340),(28412,0,0,0,0,0,25395,0,0,0,'Hath\'ar Broodmaster','','',0,75,76,2,2068,0,1,0.99206,1,0,352,499,0,408,1,2000,2000,2,32768,2048,0,0,0,0,0,0,302,449,57,6,0,28412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(28413,0,0,0,0,0,24925,0,0,0,'Nerubian Cocoon','','',0,75,75,0,14,0,1,1,1,0,342,485,0,392,1,6000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(28414,0,0,0,0,0,27258,27253,0,0,'Drakkari Captive','','',0,75,76,2,2068,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,28414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,43,1,8388624,0,'',12340),(28415,0,0,0,0,0,25077,25023,25024,25025,'Captive Footman','','',0,75,76,2,2070,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28416,0,0,0,0,0,25400,0,0,0,'Rhunok','','',0,77,77,2,190,0,1,1.14286,1,1,371,522,0,478,4.6,2000,2000,1,33280,2048,0,0,0,0,0,0,314,466,81,10,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28417,0,0,0,0,0,27876,27877,0,0,'Priest of Rhunok','','',0,76,77,2,2069,0,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,28417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1439,2399,'SmartAI',0,3,1,1,1,1,0,38700,0,0,0,0,0,0,1,0,0,'',12340),(28418,0,0,0,0,0,27874,27875,0,0,'Drakkari Bear Trapper','','',0,76,77,2,2069,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,28418,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1446,2410,'SmartAI',0,3,1,1,1,1,0,38700,0,0,0,0,0,0,1,0,0,'',12340),(28419,31671,0,0,0,0,25402,0,0,0,'Frenzied Geist','','',0,70,70,2,1885,0,1,2.14286,1,0,252,357,0,304,1,1000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,6,0,28419,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.4,1,1,0,42108,0,0,0,0,0,188,1,8388624,0,'',12340),(28420,0,0,0,0,0,25403,25404,0,0,'DK (Human Female)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28421,0,0,0,0,0,25405,25406,0,0,'DK (Dwarf Female)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28422,0,0,0,0,0,25407,25408,0,0,'DK (Gnome Female)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28423,0,0,0,0,0,25409,25410,0,0,'DK (Night Elf Female)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28424,0,0,0,0,0,25411,25412,0,0,'DK (Draenei Female)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28425,0,0,0,0,0,25413,25414,0,0,'DK (Dwarf Male)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28426,0,0,0,0,0,25415,25416,0,0,'DK (Gnome Male)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28427,0,0,0,0,0,25417,25418,0,0,'DK (Night Elf Male)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28428,0,0,0,0,0,25419,25420,0,0,'DK (Draenei Male)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28429,0,0,0,0,0,25421,25422,0,0,'DK (Blood Elf Male)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28430,0,0,0,0,0,25423,25424,0,0,'DK (Orc Male)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28431,0,0,0,0,0,25425,25426,0,0,'DK (Forsaken Male)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28432,0,0,0,0,0,25427,25428,0,0,'DK (Troll Male)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28433,0,0,0,0,0,25429,25430,0,0,'DK (Tauren Male)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28434,0,0,0,0,0,25431,25432,0,0,'DK (Blood Elf Female)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28435,0,0,0,0,0,25433,25434,0,0,'DK (Troll Female)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28436,0,0,0,0,0,25435,25436,0,0,'DK (Orc Female)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28437,0,0,0,0,0,25437,25438,0,0,'DK (Forsaken Female)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28438,0,0,0,0,0,25439,25440,0,0,'DK (Tauren Female)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28439,0,0,0,0,0,25441,0,0,0,'Time Rift (CoT Stratholme, Large)','','',0,70,70,2,35,0,1,0.992063,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28441,0,0,0,0,0,11686,0,0,0,'Great Horned Owl Hover Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28442,0,0,0,0,0,25442,0,0,0,'Prophet of Rhunok','','',0,77,77,2,2069,0,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,28442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1431,2385,'',0,3,1,1,1,1,0,38695,0,0,0,0,0,0,1,0,0,'',12340),(28443,0,0,0,0,0,25495,0,0,0,'Thalgran Blightbringer','','',0,77,77,2,14,0,1,1.07143,1,1,367,519,0,452,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,6,0,28443,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,11,10,1,0,38642,0,0,0,0,0,0,1,12599353,0,'',12340),(28444,0,0,0,0,0,25444,0,0,0,'Highlord Darion Mograine','','',0,83,83,2,2082,2,1,1.38571,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,800,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28445,0,0,0,0,0,14591,0,0,0,'Baron Rivendare','','',0,83,83,2,2082,2,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,768,2048,0,0,0,0,0,0,365,529,98,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28446,0,0,0,0,0,25445,0,0,0,'Fury','','',0,80,80,0,2082,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),(28447,0,0,0,0,0,25446,0,0,0,'Koltira Deathweaver','','',0,55,55,0,2082,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28448,0,0,0,0,0,25448,0,0,0,'Orbaz Bloodbane','','',0,55,55,0,2082,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33536,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28449,0,0,0,0,0,25447,0,0,0,'Thassarian','','',0,55,55,0,2082,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33536,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28450,0,0,0,0,0,25686,0,0,0,'Unbound Charger','','',0,52,54,0,2082,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),(28451,0,0,0,0,0,24969,0,0,0,'Hemet Nesingwary','','',0,78,78,2,113,0,1,1.14286,1,1,387,543,0,528,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28452,0,0,0,0,0,25683,0,0,0,'Elemental Rift','','',0,77,77,2,91,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,512,2048,0,0,0,0,0,0,311,463,62,4,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28453,0,0,0,0,0,16452,2405,2408,2410,'Riding Horse (Vehicle Demo)','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(28454,0,0,0,0,0,10811,13069,0,0,'Skyreach Pillar Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28455,0,0,0,0,0,10811,13069,0,0,'Rainspeaker Canopy Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28456,0,0,0,0,0,10811,13069,0,0,'Sparktouched Haven Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28457,0,0,0,0,0,10811,13069,0,0,'Spearborn Encampment Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28458,0,0,0,0,0,10811,13069,0,0,'Kartak\'s Hold Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28459,0,0,0,0,0,10811,13069,0,0,'Mosswalker Village Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28460,0,0,0,0,0,10811,13069,0,0,'Lifeblood Pillar Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28461,0,0,0,0,0,10811,13069,0,0,'Bristlepine Den Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28462,0,0,0,0,0,10811,13069,0,0,'Sapphire Hive Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28463,0,0,0,0,0,10811,13069,0,0,'River\'s Heart Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28464,0,0,0,0,0,25342,25343,0,0,'Cultist Corpse','','',0,76,77,2,35,2,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,537133056,2048,0,0,0,0,0,0,314,466,81,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28465,0,0,0,0,0,27816,27817,0,0,'Heb\'Drakkar Striker','','',0,76,77,2,2069,0,1,1.57143,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,28465,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1443,2405,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(28466,0,0,0,0,0,4449,25455,0,0,'Fruit Tosser','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28467,0,0,0,0,0,26709,0,0,0,'Broodmother Slivina','','',0,77,77,2,14,0,1,1.14286,1,1,367,519,0,452,4.6,3000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,2,0,28467,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,39162,38642,42106,0,0,0,0,1,0,0,'',12340),(28468,0,0,0,0,0,26624,0,0,0,'Stampy','','',0,80,80,2,190,16777216,1,1.14286,1,0,417,582,0,608,5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,1,0,0,0,0,0,0,0,0,0,0,51756,51751,51752,0,0,0,0,0,0,121,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,173,1,0,0,'',12340),(28469,0,0,0,0,0,18783,25181,0,0,'[UNUSED]Altar of Quetz\'lun Gateway - Real World','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28471,0,0,0,0,0,25458,0,0,0,'Lady Alistra','','',9691,80,80,2,2104,51,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,6,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28472,0,0,0,0,0,25459,0,0,0,'Lord Thorval','','',9692,80,80,2,2082,51,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,6,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28473,0,0,0,0,0,11686,0,0,0,'Material You','','',0,77,77,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28474,0,0,0,0,0,25468,0,0,0,'Amal\'thazad','','',9693,80,80,2,2082,51,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,6,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28475,0,0,0,0,0,25401,0,0,0,'Runebladed Axe','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28476,0,0,0,0,0,25398,0,0,0,'Runebladed Sword','','',0,55,55,0,2082,0,1,1,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28477,0,0,0,0,0,25460,0,0,0,'Scion of Quetz\'lun','','',0,76,77,2,1924,0,1,1.14286,1,1,371,522,0,478,4.6,2000,2000,1,64,2048,0,27,0,0,0,0,314,466,81,1,1,28477,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28478,0,0,0,0,0,18783,25181,0,0,'Altar of Quetz\'lun Gateway','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28479,0,0,0,0,0,25461,0,0,0,'Witch Doctor Khufu','','',9694,78,78,2,35,3,1,1.14286,1,0,322,466,0,236,1,2000,2000,8,32768,2048,0,0,0,0,0,0,296,440,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28480,0,0,0,0,0,25463,0,0,0,'Element-Tamer Dagoda','','',9697,77,77,2,35,3,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28482,0,0,0,0,0,11686,0,0,0,'Avatar of Freya Conversation Credit','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28483,0,0,0,0,0,23980,11686,0,0,'Runeforge (SW)','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28484,0,0,0,0,0,25465,0,0,0,'Scalper Ahunae','','',9698,77,77,2,35,3,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28485,0,0,0,0,0,21955,11686,0,0,'Blood Vat Bunny','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28487,0,0,0,0,0,24991,0,0,0,'Val\'kyr Battle-maiden','','',0,80,80,2,2082,0,1,1.07143,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,4,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28492,0,0,0,0,0,16480,19595,0,0,'Drak\'Tharon - Drakuru Event Invisman 00','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(28493,0,0,0,0,0,25473,25474,0,0,'Blood Vat Corpse','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28494,0,0,0,0,0,27833,0,0,0,'Kutube\'sa','','',0,77,77,2,2069,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,28494,28494,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28495,0,0,0,0,0,25484,0,0,0,'Gawanil','','',0,77,77,2,2069,0,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,28495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28496,0,0,0,0,0,25485,0,0,0,'Chulo the Mad','','',0,77,77,2,2069,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,28496,28496,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1433,2388,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28497,0,0,0,0,0,25486,0,0,0,'Chad','','',0,70,70,2,35,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28498,0,0,0,0,0,28122,0,0,0,'The Lich King','','',0,83,83,2,14,0,2,0.992062,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2000,500,1,0,0,0,0,0,0,0,53,1,8388624,0,'',12340),(28499,0,0,0,0,0,25488,0,0,0,'Sindragosa','Queen of the Frostbrood','',0,83,83,2,2068,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28501,0,0,0,0,0,25489,0,0,0,'Ronakada','Blademaster','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28503,0,0,0,0,0,28121,0,0,0,'Overlord Drakuru','','',9731,77,77,2,974,3,1,1.14286,1,1,371,522,0,478,4.6,1500,2000,1,768,2048,0,0,0,0,0,0,314,466,81,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28504,0,0,0,0,0,27330,27839,0,0,'Jin\'Alai Medicine Man','','',0,76,77,2,1771,0,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,28504,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1445,2408,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28505,0,0,0,0,0,25490,25492,25493,25494,'Enslaved Laborer','','',0,49,55,0,2082,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28506,0,0,0,0,0,2676,1201,24707,828,'Mindless Laborer','','',0,49,56,0,2082,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,768,2048,0,0,0,0,0,0,67,97,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28507,0,0,0,0,0,24818,24819,3422,24821,'Summon Vision Test - LAB','','',0,68,68,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,45,1,0,0,'',12340),(28509,0,0,0,0,0,1126,24719,0,0,'Building (CoT Stratholme)','','',0,80,80,2,1814,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28510,0,0,0,0,0,25496,0,0,0,'Scourge Commander Thalanor','','',0,80,80,2,2082,2,1,1.28968,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28511,0,0,0,0,0,26320,0,0,0,'Eye of Acherus','','',0,55,55,0,2082,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,10,0,0,0,0,0,0,0,0,0,0,52006,51859,51904,52694,51890,0,0,0,0,0,0,0,'',0,7,4,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_eye_of_acherus',12340),(28512,0,0,0,0,0,16214,0,0,0,'Quartermaster Ozorg','','',0,72,72,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28513,0,0,0,0,0,4185,0,0,0,'Vampiric Batling','','',0,1,1,1,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28514,0,0,0,0,0,21830,0,0,0,'Nalorakk','','',0,83,83,2,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,1,1028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28515,0,0,0,0,0,21831,0,0,0,'Jan\'alai','','',0,83,83,2,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,1,1028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28516,0,0,0,0,0,22256,0,0,0,'Akil\'zon','','',0,83,83,2,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,1,1028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(28517,0,0,0,0,0,21793,0,0,0,'Halazzi','','',0,83,83,2,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,1,1028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28518,0,0,0,0,0,25500,0,0,0,'Stefan Vadu','','',9709,75,75,2,2050,3,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28519,0,0,0,0,0,26857,0,0,0,'Withered Troll','','',0,74,75,2,2068,0,1,0.99206,1,0,342,485,0,392,1,1500,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,28519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,42108,0,0,0,0,0,1,8388624,0,'',12340),(28520,0,0,0,0,0,16480,19595,0,0,'Hair Sample KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28521,0,0,0,0,0,25498,0,0,0,'Nass','','',0,75,75,1,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33032,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.065894,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28523,0,0,0,0,0,16480,21342,0,0,'Nass Target KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28524,0,0,0,0,0,15983,0,0,0,'Worn Bloodworm','','',0,73,73,2,14,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28525,0,0,0,0,0,23980,11686,0,0,'New Avalon Forge','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28526,0,0,0,0,0,25378,0,0,0,'Released Offspring of Har\'koa','','',0,76,77,2,35,0,1,2,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,1,0,0,'npc_released_offspring_harkoa',12340),(28527,0,0,0,0,0,25502,0,0,0,'Chronicler To\'kini','','',9710,77,77,2,35,3,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28528,0,0,0,0,0,24993,24994,24995,0,'Vengeful Ghoul','','',0,50,52,0,2100,0,0.8,0.99206,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28529,0,0,0,0,0,25503,25504,25505,25506,'Scarlet Crusader','','',0,53,54,0,2089,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,0,28529,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28530,0,0,0,0,0,25507,25508,25509,25510,'Scarlet Commander','','',0,56,56,0,2089,0,1,1.38571,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,2048,28530,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28531,0,0,0,0,0,25511,0,0,0,'Frost Wyrm Mount','','',0,10,10,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(28532,0,0,0,0,0,25512,0,0,0,'Bloodrose Datura','','',9714,75,75,2,2050,3,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28533,0,0,0,0,0,2404,0,0,0,'Riding Horse (Scarlet Commander)','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(28534,0,0,0,0,0,24991,0,0,0,'Val\'kyr Battle-maiden','','',0,80,80,2,2082,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33280,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,4,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_valkyr_battle_maiden',12340),(28535,0,0,0,0,0,4449,25455,0,0,'Wants Orange','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33554432,2048,0,23,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28536,0,0,0,0,0,4449,25455,0,0,'Wants Papaya','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33554432,2048,0,23,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28537,0,0,0,0,0,4449,25455,0,0,'Wants Banana','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33554432,2048,0,23,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_still_at_it_trigger',12340),(28538,0,0,0,0,0,25342,25343,0,0,'Cultist Saboteur','Cult of the Damned','',0,76,77,2,2080,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,28538,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28539,0,0,0,0,0,4449,25455,0,0,'Steaming Valve','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33554432,2048,0,23,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28540,0,0,0,0,0,4449,25455,0,0,'Wants Fire','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33554432,2048,0,23,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28541,0,0,0,0,0,28109,0,0,0,'Captured Drakkari Scout','','',0,75,76,2,2069,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,33536,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28542,0,0,0,0,0,23980,11686,0,0,'Scarlet Hold','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28543,0,0,0,0,0,23980,11686,0,0,'New Avalon Town Hall','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28544,0,0,0,0,0,23980,11686,0,0,'Chapel of the Crimson Flame','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28545,0,0,0,0,0,6909,0,0,0,'Distillo-matic 5000','','',0,5,5,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28546,31537,0,0,0,0,27484,0,0,0,'Ionar','','',0,81,81,2,14,0,1,1,1,1,464,604,0,708,8,2000,0,1,32832,2048,0,0,0,0,0,0,353,512,112,4,72,28546,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,42107,0,0,0,0,0,155,1,650854271,2097152,'boss_ionar',1),(28547,30979,0,0,0,0,8715,0,0,0,'Storming Vortex','','',0,80,80,2,16,0,1,1,1,1,417,582,0,608,5,2000,0,2,64,2048,0,0,0,0,0,0,341,506,80,4,0,28547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,155,1,0,0,'',1),(28548,0,0,0,0,0,24413,0,0,0,'High General Abbendis','','',0,72,72,2,2089,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28549,0,0,0,0,0,24434,0,0,0,'Captain Shely','','',0,72,72,2,2089,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28550,0,0,0,0,0,24459,0,0,0,'Bishop Street','','',0,72,72,2,2089,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28551,0,0,0,0,0,24435,0,0,0,'Blacksmith Goodman','','',0,73,73,2,2089,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28552,0,0,0,0,0,24438,0,0,0,'Foreman Kaleiki','','',0,72,72,2,2089,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28553,0,0,0,0,0,24439,0,0,0,'Lead Cannonneer Zierhut','','',0,73,73,2,2089,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28554,0,0,0,0,0,24412,0,0,0,'Torturer LeCraft','','',0,72,72,2,2089,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28555,0,0,0,0,0,24436,0,0,0,'Stable Master Mercer','','',0,72,72,2,2089,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28556,0,0,0,0,0,24437,0,0,0,'Commander Jordan','','',0,73,73,2,2089,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28557,0,0,0,28763,0,24573,24570,24571,24572,'Scarlet Peasant','','',0,44,46,0,2095,0,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,32768,2048,0,0,0,0,0,0,53,78,17,7,0,28557,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28558,0,0,0,0,0,24458,0,0,0,'High Abbot Landgren','','',0,73,73,2,2089,0,1,1.14286,1,1,313,448,0,302,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28559,0,0,0,0,0,25562,25563,25564,25565,'Citizen of New Avalon','','',0,45,45,0,2089,0,1,1.14286,1,0,70,93,0,172,1,2000,2000,2,32768,2048,0,0,0,0,0,0,48,71,15,7,0,28559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28560,0,0,0,0,0,25566,25567,25568,25569,'Citizen of New Avalon','','',0,39,39,0,2089,0,1,1.14286,1,0,51,67,0,124,1,2000,2000,2,32768,2048,0,0,0,0,0,0,35,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28561,0,0,0,0,0,25515,0,0,0,'Spirit of Rhunok','','',9715,83,83,2,35,3,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33536,2048,0,0,0,0,0,0,371,535,135,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28563,0,0,0,0,0,16480,21072,0,0,'Freya\'s Presence','','',0,78,78,0,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,324,480,88,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28564,0,0,0,0,0,16159,0,0,0,'Putrid Abomination','','',0,74,75,2,2068,0,1,1.14286,1,0,342,485,0,392,1,1500,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,28564,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,38686,42108,0,0,0,0,0,1,8388624,0,'',12340),(28565,0,0,0,0,0,28283,0,0,0,'Decaying Ghoul','','',0,75,76,2,2068,0,0.8,0.99206,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,6,0,28565,28565,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(28566,0,0,0,0,0,25516,0,0,0,'\"Tipsy\" McManus','Grimbooze\'s Assistant','',9713,75,75,2,35,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_mcmanus',12340),(28567,0,0,0,0,0,11686,0,0,0,'Water Spout','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28568,0,0,0,0,0,25518,0,0,0,'Tamara Wobblesprocket','','',0,77,77,2,35,2,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_jungle_punch_target',12340),(28570,0,0,0,0,0,24999,25526,25527,25528,'Scourge Disguise','','',0,75,76,2,2068,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28574,0,0,0,0,0,25524,0,0,0,'Marvin Wobblesprocket','Flight Master','',0,76,76,2,35,8192,1,1.14286,1,0,352,499,0,408,1,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28575,0,0,0,0,0,27878,0,0,0,'Rhunok\'s Tormentor','','',0,77,77,2,2069,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,28575,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1445,2409,'SmartAI',0,3,1,1,1,1,0,38696,38700,0,0,0,0,0,1,0,0,'',12340),(28576,0,0,0,28764,0,25558,25559,25560,25561,'Citizen of Havenshire','','',0,30,50,0,2095,0,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,294912,2048,0,0,0,0,0,0,54,79,18,7,0,28576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28577,0,0,0,28764,0,25554,25555,25556,25557,'Citizen of Havenshire','','',0,30,45,0,2095,0,1,1.14286,1,0,70,93,0,172,1,2000,2000,2,32768,2048,0,0,0,0,0,0,48,71,15,7,0,28577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28578,30967,0,0,0,0,25984,0,0,0,'Hardened Steel Reaver','','',0,79,79,2,16,0,1,1,1,1,422,586,0,642,5,2000,0,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,28578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5045,8409,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(28579,30966,0,0,0,0,25982,0,0,0,'Hardened Steel Berserker','','',0,79,80,2,16,0,1,1,1,1,422,586,0,642,5,2000,0,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,28579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5083,8471,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(28580,30968,0,0,0,0,25985,0,0,0,'Hardened Steel Skycaller','','',0,79,80,2,16,0,1,1,1,1,422,586,0,642,5,2000,0,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,28580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5060,8433,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(28581,30977,0,0,0,0,25759,0,0,0,'Stormforged Tactician','','',0,79,80,2,16,0,1,1,1,1,417,582,0,608,5,2000,0,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,28581,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5033,8389,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(28582,30974,0,0,0,0,25754,0,0,0,'Stormforged Mender','','',0,79,80,2,16,0,1,1,1,1,399,559,0,550,5,2000,0,2,32832,2048,0,0,0,0,0,0,331,491,74,7,8,28582,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5056,8426,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(28583,30964,0,0,0,0,25654,0,0,0,'Blistering Steamrager','','',0,79,80,2,16,0,1,1,1,1,399,559,0,550,5,2000,0,2,32832,2048,0,0,0,0,0,0,331,491,74,4,8,28583,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(28584,30983,0,0,0,0,24905,0,0,0,'Unbound Firestorm','','',0,79,80,2,16,0,1,1,1,1,399,559,0,550,5,1750,0,2,32832,2048,0,0,0,0,0,0,331,491,74,4,8,28584,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,42107,0,0,0,0,0,0,1,0,0,'',1),(28585,30970,0,0,0,0,2170,0,0,0,'Slag','','',0,79,79,2,16,0,1,1,1,0,404,564,0,582,1,2000,0,1,32768,2048,0,0,0,0,0,0,334,494,95,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(28586,31533,0,0,0,0,27301,0,0,0,'General Bjarngrim','','',0,81,81,2,16,0,1,1,1.3,1,464,604,0,708,8,2000,0,1,32832,2048,0,0,0,0,0,0,353,512,112,7,104,28586,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4998,8330,'',0,3,1,17,1,1,0,0,0,0,0,0,0,147,1,650854271,2097152,'boss_bjarngrim',1),(28587,31536,0,0,0,0,27071,0,0,0,'Volkhan','','',0,81,81,2,16,0,1,1,1,1,464,604,0,708,8,2000,0,1,32832,2048,0,0,0,0,0,0,353,512,112,5,104,28587,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20.7,1,1,0,0,0,0,0,0,0,180,1,650854271,2097152,'boss_volkhan',1),(28589,0,0,0,0,0,14701,0,0,0,'Gristlegut','','',9717,74,75,2,2068,131,1,1.14286,1,0,342,485,0,392,1,1500,2000,1,768,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28590,0,0,0,0,0,25537,25538,25539,25540,'Corpse Explosion Rubble','','',0,59,60,0,233,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(28591,0,0,0,0,0,16480,19595,0,0,'Ghoul Feeding KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_feedin_da_goolz',12340),(28593,0,0,0,0,0,25519,25544,0,0,'Construction Worker (Dwarf Appearance)','','',0,30,34,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28594,0,0,0,0,0,25545,25546,25547,25548,'Scarlet Preacher','','',0,53,54,0,2089,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,2,32768,2048,0,0,0,0,0,0,59,86,20,7,0,28594,0,0,0,0,0,0,0,0,15498,19725,34809,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28595,0,0,0,0,0,11686,0,0,0,'Freya\'s Horn Credit','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28597,0,0,0,0,0,26588,0,0,0,'Guardian of Zim\'Rhuk','','',0,76,77,2,16,0,1,0.99206,1,1,371,522,0,478,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,314,466,81,4,512,28597,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,39540,0,0,0,0,0,0,1,0,0,'',12340),(28599,0,0,0,0,0,2177,0,0,0,'Plagueroach','','',0,74,75,2,2068,0,2.4,1.28571,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,136,1,8388624,0,'',12340),(28600,0,0,0,0,0,27253,0,0,0,'Heb\'Drakkar Headhunter','','',0,76,77,2,1771,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,28600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1446,2410,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28601,0,0,0,0,0,23655,0,0,0,'High Cultist Herenn','','',0,78,78,2,2080,0,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,7,0,28601,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38708,0,0,0,0,0,0,1,0,0,'',12340),(28602,0,0,0,0,0,25342,25343,0,0,'Death\'s Hand Acolyte','','',0,77,78,2,2080,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,28602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28603,0,0,0,0,0,25553,0,0,0,'Blightguard','','',0,74,75,2,14,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,28603,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(28604,0,0,0,0,0,23005,11899,8659,9338,'Adventurous Dwarf','','',9724,75,75,2,35,1,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_adventurous_dwarf',12340),(28605,0,0,0,0,0,229,239,237,0,'Havenshire Stallion','','vehichleCursor',0,53,54,0,2096,16777216,1,1.6,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,1,0,0,0,0,0,0,0,0,0,0,52264,52268,0,0,0,0,0,0,0,200,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,0,0,2,'',12340),(28606,0,0,0,0,0,25571,25572,0,0,'Havenshire Mare','','vehichleCursor',0,53,54,0,2096,16777216,1,1.6,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,1,0,0,0,0,0,0,0,0,0,0,52264,52268,0,0,0,0,0,0,0,123,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,0,0,2,'',12340),(28607,0,0,0,0,0,25574,25573,0,0,'Havenshire Colt','','vehichleCursor',0,48,49,0,2096,16777216,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,32768,2048,0,0,0,0,0,0,57,84,19,1,0,28607,0,0,0,0,0,0,0,0,52264,52268,0,0,0,0,0,0,0,200,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,0,0,2,'',12340),(28608,0,0,0,28763,0,10313,10314,10311,10312,'Scarlet Medic','','',0,53,54,0,2089,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,2,32768,2048,0,0,0,0,0,0,59,86,20,7,0,28608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28609,0,0,0,28763,0,25503,25504,25505,25506,'Scarlet Infantryman','','',0,53,54,0,2089,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,0,28609,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28610,0,0,0,28984,0,10277,10279,10277,10279,'Scarlet Marksman','','',0,54,55,0,2089,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,32768,2048,0,0,0,0,0,0,60,88,21,7,0,28610,0,0,0,0,0,0,0,0,6660,18651,32915,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_crusade_persuaded',12340),(28611,0,0,0,28763,0,25507,25508,25509,25510,'Scarlet Captain','','',0,54,55,0,2089,0,1,1.38571,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,2048,28611,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28612,0,0,0,0,0,25575,25576,25577,25578,'Knight of the Silver Hand','','',0,80,80,2,35,0,1,1.28968,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28613,0,0,0,0,0,4259,4260,4602,4601,'Orgrimmar Wolf Rider','','',0,1,1,0,85,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28614,0,0,0,0,0,25579,0,0,0,'Scarlet Gryphon','','',0,53,54,0,2089,0,1,3.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,'',0,5,1,1,1,1,0,0,0,0,0,0,0,236,1,0,0,'',12340),(28615,0,0,0,0,0,25527,0,0,0,'Baneflight','Flight Master','',6944,75,75,0,2050,8193,0.8,0.99206,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28616,0,0,0,0,0,25507,0,0,0,'Scarlet Gryphon Rider','','',0,54,54,0,2089,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28617,0,0,0,0,0,16480,19595,0,0,'Drakuramas Teleport Bunny 01','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28618,0,0,0,0,0,25581,0,0,0,'Danica Saint','Flight Master','',6944,75,75,0,2070,8193,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28619,0,0,0,0,0,16213,0,0,0,'Web Wrap','','',0,74,74,0,14,0,1,1,1,0,328,467,0,354,1,2000,2000,1,131076,2048,0,0,0,0,0,0,287,426,63,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.221043,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(28620,0,0,0,0,0,14584,0,0,0,'Riding Horse (Charger, Default Run Speed)','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28621,0,0,0,0,0,25582,0,0,0,'Grayson Ironwing','Flight Master','',6944,1,1,0,2070,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28622,0,0,0,0,0,1126,17612,0,0,'Scalps! Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28623,0,0,0,0,0,25583,0,0,0,'Gurric','Flight Master','',6944,75,75,2,2070,8193,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28624,0,0,0,0,0,25584,0,0,0,'Maaka','Flight Master','',9783,77,77,0,35,8193,1,1.14286,1,1,371,522,0,478,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28625,0,0,0,0,0,25587,0,0,0,'Riding Gyrocopter (Taxi)','','',0,40,40,0,2092,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28626,0,0,0,0,0,25586,0,0,0,'Scarlet Peasant (Logs Transform Visual)','','',0,49,50,2,2095,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28627,0,0,0,0,0,23980,24719,0,0,'Wood Pile Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28628,0,0,0,0,0,18539,0,0,0,'Slim\'s Test Priest','','',0,80,80,0,1965,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,100,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28629,0,0,0,0,0,5571,0,0,0,'Slim\'s Test Warrior','','',0,80,80,0,1965,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28630,0,0,0,0,0,15983,0,0,0,'Blood Maggot','','',0,73,73,2,14,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.08,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28631,0,0,0,0,0,16480,19595,0,0,'Drakuru KC Bunny 01','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28632,0,0,0,0,0,21955,11686,0,0,'Blood Machine Bunny','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28633,0,0,0,0,0,21955,11686,0,0,'Blood Machine Bunny Dest Machine','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28635,0,0,0,0,0,1236,0,0,0,'Spirit Wolf','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),(28636,0,0,0,0,0,25588,0,0,0,'Heb\'Jin','','',0,77,77,2,16,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,33024,2048,0,0,0,0,0,0,314,466,81,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(28637,0,0,0,0,0,21748,21751,21749,21750,'Apothecary Deathguard','','',0,75,75,1,714,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28638,0,0,0,0,0,24242,4111,4109,4110,'Apothecary Researcher','','',0,71,71,2,714,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28639,0,0,0,0,0,11829,0,0,0,'Heb\'Jin\'s Bat','','',0,77,77,2,16,0,1,2,1,0,371,522,0,478,1,2000,2000,1,256,2048,0,0,0,0,0,0,314,466,81,1,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(28640,0,0,0,0,0,15294,0,0,0,'Summon Rune Trigger','','',0,73,73,2,14,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,100,1,0,128,'',12340),(28641,0,0,0,28101,0,22124,0,0,0,'Blighted Corpse','','',0,76,77,2,14,0,1,1.28968,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,6,0,28641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,38642,42108,42108,0,0,0,0,1,8388624,0,'',12340),(28642,0,0,0,0,0,25589,0,0,0,'Scourge Sky Darkener','','',0,55,57,0,2084,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28643,0,0,0,0,0,23980,24719,0,0,'Rain of Darkness Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28644,0,0,0,0,0,23320,0,0,0,'Mosswalker Kill Credit','','',0,77,78,2,2063,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28645,0,0,0,0,0,25626,0,0,0,'Vic\'s Self Replicating Abomination (DND)','','vehichleCursor',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,0,'',12340),(28646,0,0,0,0,0,25671,0,0,0,'Pilot Vic','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28647,0,0,0,0,0,25589,0,0,0,'Orithos the Sky Darkener','','',0,80,80,2,2084,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28648,0,0,0,0,0,21955,11686,0,0,'Blood Machine Bunny Dest Vat','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28650,0,0,0,0,0,25591,0,0,0,'Nayura','Dockmaster','',9729,45,45,0,80,1,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28651,0,0,0,0,0,10699,0,0,0,'Abominable Messenger','','',0,65,65,1,714,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28652,0,0,0,0,0,15093,0,0,0,'Mysterious Gypsy','','',0,60,60,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28653,0,0,0,0,0,16416,0,0,0,'Salanar the Horseman','','',9739,80,80,2,2084,3,1,1.19048,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28654,0,0,0,0,0,15649,0,0,0,'Dark Rider of Acherus','','',0,55,55,0,2084,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,6,0,28654,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28655,0,0,0,0,0,23980,24719,0,0,'Sky Darkener Target','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28656,0,0,0,0,0,24868,0,0,0,'Hourglass (CoT Stratholme)','','',0,80,80,2,35,0,1,1,1,0,422,586,0,642,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28657,0,0,0,0,0,25592,0,0,0,'Caged Geist','','',0,72,73,2,2042,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33536,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,54,1,8388624,0,'',12340),(28658,0,0,0,0,0,24084,0,0,0,'Gothik the Harvester','','',0,80,80,2,2084,2,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_dkc1_gothik',12340),(28659,0,0,0,0,0,24654,0,0,0,'Artruis the Heartless','','',0,77,77,2,21,0,1,1.14286,1,1,367,519,0,452,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,311,463,62,6,0,28659,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,10,1,0,38642,0,0,0,0,0,0,1,8388624,0,'npc_artruis_the_hearthless',12340),(28660,0,0,0,0,0,25554,25555,25556,25557,'Citizen of Havenshire','','',0,36,45,0,2095,0,1,1.14286,1,0,70,93,0,172,1,2000,2000,2,32768,2048,0,0,0,0,0,0,48,71,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28662,0,0,0,0,0,25558,25559,25560,25561,'Citizen of Havenshire','','',0,37,50,0,2095,0,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,32768,2048,0,0,0,0,0,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28663,0,0,0,0,0,16480,19595,0,0,'Gorebag KC Bunny 01','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28664,0,0,0,0,0,16480,21072,0,0,'Seat Squatter - LAB','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28665,0,0,0,0,0,25378,0,0,0,'Har\'koa\'s Kitten','','',0,77,77,2,35,0,1,2.57143,1,0,371,522,0,478,1,2000,2000,1,33288,2048,0,0,0,0,0,0,314,466,81,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(28666,0,0,0,0,0,25592,0,0,0,'Gorebag','','',9732,75,75,2,2042,1,2.4,0.992063,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,54,1,8388624,0,'',12340),(28667,0,0,0,0,0,25157,0,0,0,'Jaloot','','',0,77,77,2,250,2,1,1.30952,1,1,371,522,0,478,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28668,0,0,0,0,0,25385,0,0,0,'Zepik the Gorloc Hunter','','',0,77,77,2,250,2,0.666668,0.99206,1,1,367,519,0,452,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52758,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28669,0,0,0,28022,0,25625,0,0,0,'Flying Fiend','','',0,75,76,2,14,0,4.4,1.375,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,28669,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,'SmartAI',0,4,1,1,1,1,0,42108,0,0,0,0,0,162,1,8388624,0,'',12340),(28670,0,0,0,0,0,24193,0,0,0,'Frostbrood Vanquisher','','',0,62,62,1,2082,0,2,2,1,1,160,223,0,246,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,6,8,0,0,0,0,0,0,0,0,0,53114,0,53110,0,0,0,0,0,0,156,0,0,'',0,5,1,25,20,1,0,0,0,0,0,0,0,199,1,8388624,0,'',12340),(28671,0,0,0,0,0,14852,0,0,0,'Prophet of Quetz\'lun','','',0,77,77,2,2069,0,1,1.14286,1,1,367,519,0,452,4.6,2000,2000,2,33088,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28672,0,0,0,0,0,15295,0,0,0,'Quetz\'lun','','',0,83,83,2,190,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,537166592,2048,32,0,0,0,0,0,371,535,135,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28674,0,0,0,0,0,25595,0,0,0,'Aludane Whitecloud','Flight Master','',0,75,75,2,2007,8192,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28675,0,0,0,0,0,25596,0,0,0,'Teller Rames','Banker','',0,75,75,2,2007,131072,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28676,0,0,0,0,0,25597,0,0,0,'Teller Althiellis','Banker','',0,75,75,2,2007,131072,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28677,0,0,0,0,0,25598,0,0,0,'Teller Hanners','Banker','',0,75,75,2,2007,131072,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28678,0,0,0,0,0,25599,0,0,0,'Teller Halder','Banker','',0,75,75,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28679,0,0,0,0,0,25600,0,0,0,'Teller Duta','Banker','',0,75,75,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28680,0,0,0,0,0,25601,0,0,0,'Teller Banning','Banker','',0,75,75,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28681,0,0,0,0,0,26131,0,0,0,'Brittle Golem','','',0,1,1,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',11723),(28682,0,0,0,0,0,25602,0,0,0,'Inzi Charmlight','Barmaid','',0,75,75,2,2027,640,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33536,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(28683,0,0,0,0,0,2498,0,0,0,'Stable Master Kitrik','','',0,56,56,0,2089,0,1,1.38571,1,1,96,127,0,234,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,2048,28683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28684,31612,0,0,0,0,27394,0,0,0,'Krik\'thir the Gatewatcher','','',0,74,74,2,21,0,1,1,1,1,279,408,0,158,10,2000,2000,8,64,2048,0,0,0,0,0,0,263,391,41,6,104,28684,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,6,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_krik_thir',1),(28685,0,0,0,0,0,25603,0,0,0,'Narisa Redgold','Barmaid','',0,75,75,2,35,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28686,0,0,0,0,0,25604,0,0,0,'Caliel Brightwillow','Assistant Innkeeper','',0,75,75,2,2027,65664,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33536,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(28687,0,0,0,0,0,25605,0,0,0,'Amisi Azuregaze','Innkeeper','',10201,75,75,2,2007,66177,1,1,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(28689,0,0,0,0,0,25606,0,0,0,'Scarlet Stablehand','','',0,52,53,2,2089,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28690,0,0,0,0,0,25607,0,0,0,'Tassia Whisperglen','Stable Master','',9821,75,75,2,2007,4194305,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(28691,0,0,0,0,0,25608,0,0,0,'Susana Averoy','General Goods','',0,75,75,2,2007,384,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28692,0,0,0,0,0,25609,0,0,0,'\"Red\" Jack Findle','Trade Supplies','',0,75,75,2,2007,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28693,0,0,0,0,0,25610,0,0,0,'Enchanter Nalthanis','Grand Master Enchanting Trainer','',0,75,75,2,2007,80,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,2,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28694,0,0,0,0,0,25611,0,0,0,'Alard Schmied','Grand Master Blacksmithing Trainer','',0,75,75,2,2007,80,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28695,30969,0,0,0,0,25629,0,0,0,'Molten Golem','','',0,80,80,2,16,0,1,1,1,0,464,604,0,708,3,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.69841,1,1,0,0,0,0,0,0,0,144,1,0,0,'npc_molten_golem',1),(28696,0,0,0,0,0,25612,0,0,0,'Derik Marks','Grand Master Skinning Trainer','',0,75,75,2,2007,80,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28697,0,0,0,0,0,25613,0,0,0,'Timofey Oshenko','Grand Master Engineering Trainer','',0,75,75,2,2007,80,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28698,0,0,0,0,0,25614,0,0,0,'Jedidiah Handers','Grand Master Mining Trainer','',0,75,75,2,2007,80,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28699,0,0,0,0,0,25615,0,0,0,'Charles Worth','Grand Master Tailoring Trainer','',10118,75,75,2,2007,83,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28700,0,0,0,0,0,25616,0,0,0,'Diane Cannings','Grand Master Leatherworking Trainer','',0,75,75,2,2007,80,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28701,0,0,0,0,0,26075,0,0,0,'Timothy Jones','Grand Master Jewelcrafting Trainer','',9873,75,75,2,2007,211,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28702,0,0,0,0,0,25618,0,0,0,'Professor Pallin','Grand Master Inscription Trainer','',0,75,75,2,2007,80,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,2,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28703,0,0,0,0,0,25619,0,0,0,'Linzy Blackbolt','Grand Master Alchemy Trainer','',10627,75,75,2,2007,83,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,2,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28704,0,0,0,0,0,25620,0,0,0,'Dorothy Egan','Grand Master Herbalism Trainer','',0,75,75,2,2007,80,1,1,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,2,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28705,0,0,0,0,0,25621,0,0,0,'Katherine Lee','Grand Master Cooking Trainer','',9772,75,75,2,2027,83,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28706,0,0,0,0,0,25622,0,0,0,'Olisarra the Kind','Grand Master First Aid Trainer','',0,75,75,2,2007,82,1,1,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,2,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28707,0,0,0,0,0,25623,0,0,0,'Angelo Pescatore','Fishing Supplies','',0,75,75,2,35,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28708,0,0,0,0,0,25955,0,0,0,'Kizi Copperclip','Barber','',9781,75,75,2,2007,1,1,1,1,0,173,196,0,158,1,2000,2000,4,32768,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28709,0,0,0,0,0,25627,0,0,0,'Acherus Geist','','',0,53,54,0,2084,0,1.6,1.42857,1,0,86,114,0,210,1,2000,2000,2,32768,2048,0,0,0,0,0,0,59,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(28710,0,0,0,0,0,25626,0,0,0,'Vic\'s Flying Machine','','',0,80,80,2,35,16777216,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,52254,52226,0,0,0,0,0,0,0,129,0,0,'',0,4,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_vics_flying_machine',12340),(28711,0,0,0,0,0,25630,0,0,0,'Undead Eagle','','',0,1,2,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28712,0,0,0,0,0,856,0,0,0,'Basic Loot Pinata','Hit Me!','',0,1,1,0,1620,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.025,0.008333,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28713,0,0,0,0,0,1126,17612,0,0,'Quetz\'lun Troll Worshipper Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28714,0,0,0,0,0,25635,0,0,0,'Ildine Sorrowspear','Enchanting Supplies','',0,75,75,2,2007,2176,1,1,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28715,0,0,0,0,0,25636,0,0,0,'Endora Moorehead','Magical Goods','',0,75,75,2,2007,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28716,0,0,0,0,0,25637,0,0,0,'Palja Amboss','Blacksmithing Supplies','',0,75,75,2,2007,4224,1,1,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28717,0,0,0,0,0,16480,19595,0,0,'Overlord Drakuru','','',0,60,60,2,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28718,0,0,0,0,0,25644,0,0,0,'Ranid Glowergold','Leatherworking & Skinning Supplies','',0,75,75,2,2007,130,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28719,0,0,0,0,0,15882,0,0,0,'Soul Font Void Zone','','',0,77,77,0,2073,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(28720,0,0,0,0,0,856,0,0,0,'First Aid Loot Pinata','Hit Me!','',0,1,1,0,1620,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.025,0.008333,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28721,0,0,0,0,0,25645,0,0,0,'Tiffany Cartier','Jewelcrafting Supplies','',0,75,75,2,2007,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28722,0,0,0,0,0,25646,0,0,0,'Bryan Landers','Engineering Supplies','',0,75,75,2,2007,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28723,0,0,0,0,0,25647,0,0,0,'Larana Drome','Inscription Supplies','',0,75,75,2,2007,2176,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28724,0,0,0,0,0,19725,13069,0,0,'Soul Font Bunny','','',0,77,77,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2080,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28725,0,0,0,0,0,25648,0,0,0,'Patricia Egan','Alchemy Supplies','',0,75,75,2,2007,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28726,0,0,0,0,0,25649,0,0,0,'Dominique Stefano','Tailoring Supplies','',0,75,75,2,2007,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28727,0,0,0,0,0,25650,0,0,0,'Edward Egan','Herbalism Supplies','',0,75,75,2,2007,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28728,0,0,0,0,0,25651,0,0,0,'Dorian Fines','Mining Supplies','',0,75,75,2,2007,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28729,31616,0,0,0,0,23984,0,0,0,'Watcher Narjil','','',0,74,74,2,21,0,1,1.42857,1,1,328,467,0,354,7,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,6,8,0,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',1),(28730,31615,0,0,0,0,23568,0,0,0,'Watcher Gashra','','',0,74,74,2,21,0,1,1.42857,1,1,328,467,0,354,7,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,6,72,0,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',1),(28731,31617,0,0,0,0,25729,0,0,0,'Watcher Silthik','','',0,74,74,2,21,0,1,1.42857,1,1,328,467,0,354,7,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,6,8,0,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',1),(28732,31608,0,0,0,0,23567,0,0,0,'Anub\'ar Warrior','','',0,72,72,2,21,0,1,1.42857,1,1,307,438,0,314,4,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,6,0,28732,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',1),(28733,31605,0,0,0,0,25258,0,0,0,'Anub\'ar Shadowcaster','','',0,72,72,2,21,0,1,1.42857,1,1,263,384,0,140,4,2000,2000,8,64,2048,0,0,0,0,0,0,247,369,34,6,0,28733,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',1),(28734,31606,0,0,0,0,25237,0,0,0,'Anub\'ar Skirmisher','','',0,72,72,2,21,0,1,1.42857,1,1,307,438,0,314,4,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,6,0,28734,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',1),(28735,31614,0,0,0,0,25656,0,0,0,'Skittering Swarmer','','',0,72,72,2,21,0,1,1.42857,1,5,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.020812,1,1,0,0,0,0,0,0,0,144,1,8388624,64,'',12340),(28736,31613,0,0,0,0,25724,0,0,0,'Skittering Infector','','',0,72,72,2,21,0,1,1.42857,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.416233,1,1,0,0,0,0,0,0,0,113,1,8388624,64,'',12340),(28737,0,0,0,0,0,23958,0,0,0,'Ol\' Nelly','','',0,56,56,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28738,0,0,0,0,0,16480,19595,0,0,'Drakuru KC Bunny 00','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28739,0,0,0,0,0,16480,19595,0,0,'Blight Cauldron Bunny 00','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28740,0,0,0,0,0,16480,19595,0,0,'Blight Crystal KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28741,0,0,0,0,0,16480,19595,0,0,'Blight Cauldron KC Bunny 02','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28742,0,0,0,0,0,25655,0,0,0,'Marcia Chase','Grand Master Fishing Trainer & Supplies','',9833,75,75,2,2007,723,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28743,0,0,0,0,0,21748,21751,21749,21750,'Apothecary Society Messenger','','',0,70,70,1,714,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28744,0,0,0,0,0,20939,0,0,0,'Slim\'s Unkillable Boss','','',0,80,80,0,1693,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(28745,0,0,0,0,0,25553,0,0,0,'Alarmed Blightguard','','',0,74,75,1,14,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28746,0,0,0,0,0,25671,0,0,0,'Pilot Vic','Cold Weather Flying Trainer','',9750,70,70,2,35,83,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,1,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28747,0,0,0,0,0,25660,25661,0,0,'Quetz\'lun Worshipper','','',0,76,77,2,2069,0,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,6,0,28747,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28748,0,0,0,0,0,25662,25663,0,0,'Serpent-Touched Berserker','','',0,76,77,2,2069,0,0.666667,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,6,0,28748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28749,0,0,0,0,0,14710,0,0,0,'Frostrock Gargoyle (UNUSED)','','',0,75,76,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,38642,0,0,0,0,0,188,1,8388624,0,'',12340),(28750,0,0,0,0,0,25664,0,0,0,'Blight Geist','','',0,74,75,2,974,0,2.4,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,6,0,28750,25351,0,0,0,0,0,0,0,52245,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,170,1,8388624,0,'',12340),(28751,0,0,0,0,0,16480,19595,0,0,'Geist WP Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28752,0,0,0,0,0,27858,0,0,0,'High Priest Mu\'funu','','',0,77,77,2,2069,0,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,6,0,28752,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28753,0,0,0,0,0,1126,17612,0,0,'High Priest Mu\'funu Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28754,0,0,0,0,0,25666,0,0,0,'High Priestess Tua-Tua','','',0,77,77,2,2069,0,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28755,0,0,0,0,0,1126,17612,0,0,'High Priestess Tua-Tua Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28756,0,0,0,0,0,25667,0,0,0,'High Priest Hawinni','','',0,77,77,2,2069,0,0.666667,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28757,0,0,0,0,0,1126,17612,0,0,'High Priest Hawinni Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28758,0,0,0,0,0,20570,17612,0,0,'Reconnaisaince Flight Kill Credit','','',0,60,60,2,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28759,0,0,0,0,0,25753,0,0,0,'Flying Fiend','','',0,75,76,2,21,0,2.8,1.28571,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,28759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,42108,0,0,0,0,0,137,1,8388624,0,'',12340),(28760,0,0,0,0,0,25664,0,0,0,'Hargus the Gimp','Supplies','',9735,72,72,2,2082,4225,1,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28761,0,0,0,0,0,16480,19595,0,0,'Geist Spawn Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28762,0,0,0,0,0,16480,19595,0,0,'Drakuru KC Bunny 02','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28763,0,0,0,0,0,23767,0,0,0,'[Phase 1] Scarlet Crusade Proxy Creature','','',0,55,55,2,2089,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28764,0,0,0,0,0,23767,0,0,0,'[Phase 1] Citizen of Havenshire Proxy Creature','','',0,55,55,2,2089,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28765,0,0,0,0,0,169,23767,0,0,'The Lich King','','',0,83,83,2,2082,0,1,0.99206,1,3,509,683,0,805,35,2000,2000,1,33555200,2048,0,0,0,0,0,0,371,535,135,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28766,0,0,0,0,0,8050,0,0,0,'Scarlet Farm Hound','','',0,54,55,0,2089,0,1,1.14286,1,0,94,125,0,228,1,1500,2000,1,32768,2048,0,25,0,0,0,0,65,95,23,1,0,28766,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12904,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28767,0,0,0,0,0,23767,0,0,0,'[Phase 1] Havenshrie Horse Credit, Step 01','','',0,55,55,2,2089,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28768,0,0,0,0,0,25684,0,0,0,'Dark Rider of Acherus','','',0,55,55,0,16,0,1,1.19048,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,6,8,28768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28769,0,0,0,0,0,14703,0,0,0,'Shadowy Tormentor','','',0,54,55,0,16,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,6,0,28769,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28770,0,0,0,0,0,1126,25669,0,0,'High Priestess Tua-Tua Hex of Fire Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28771,0,0,0,0,0,25670,0,0,0,'Colvin Norrington','','',9738,77,77,2,35,3,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28773,0,0,0,0,0,1126,25672,0,0,'High Priest Hawinni Hex of Frost Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28774,0,0,0,0,0,25673,0,0,0,'Andrew Matthews','Guild Master','',9838,75,75,2,2007,786433,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28775,0,0,0,0,0,16480,15435,0,0,'Dark Rider Target','','',0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28776,0,0,0,0,0,25674,0,0,0,'Elizabeth Ross','Tabard Vendor','',9832,75,75,2,2007,129,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28777,0,0,0,0,0,16480,19595,0,0,'Catapult KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28778,0,0,0,0,0,16480,19595,0,0,'Scourgewagon Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28779,0,0,0,0,0,25675,25676,0,0,'Blood of Mam\'toth','','',0,76,77,2,14,0,0.6,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,10,0,28779,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,39167,0,0,0,0,0,44,1,0,0,'',12340),(28780,0,0,0,0,0,16480,19595,0,0,'Explosive Charges Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28781,32796,0,0,0,0,27658,0,0,0,'Battleground Demolisher','','vehichleCursor',0,70,70,0,168,16777216,1,1,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,9,131080,0,0,0,0,0,0,0,0,0,52338,60206,0,0,0,0,0,0,0,158,0,0,'NullAI',0,3,1,14.8148,1,1,0,0,0,0,0,0,0,112,0,344407930,2,'',12340),(28782,0,0,0,0,0,25678,0,0,0,'Acherus Deathcharger','','vehichleCursor',0,55,55,0,16,16777216,1,2,1,1,94,125,0,228,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,52362,0,0,0,0,0,0,0,0,135,0,0,'CombatAI',0,3,1,10,1,1,0,0,0,0,0,0,0,180,0,8388624,0,'',12340),(28783,0,0,0,0,0,25679,0,0,0,'Riding Gryphon, Amored, Neutral (Taxi)','','',0,70,70,2,2092,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(28784,0,0,0,0,0,26383,26384,0,0,'Altar Warden','','',0,76,77,2,1924,0,1,0.59524,1,1,371,522,0,478,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,314,466,81,4,0,28784,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,39541,42107,0,0,0,0,0,1,0,0,'',12340),(28785,0,0,0,0,0,25685,0,0,0,'Spirit of Quetz\'lun','','',0,83,83,2,190,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33536,2048,0,0,0,0,0,0,371,535,135,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28786,0,0,0,0,0,16480,19595,0,0,'Drakuru KC Bunny 03','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28787,0,0,0,0,0,25681,0,0,0,'Engineer Helice','','',0,76,76,2,35,2,1,1.14286,1,0,352,499,0,408,1,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_engineer_helice',12340),(28788,0,0,0,0,0,16416,0,0,0,'Salanar the Horseman','','',0,55,55,0,2084,0,1,1.14286,1,1,94,125,0,228,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28789,0,0,0,0,0,4449,21342,0,0,'Explosion Guy','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28790,0,0,0,0,0,25687,0,0,0,'Fala Softhoof','Stable Master','',9821,75,75,2,2070,4194305,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(28791,0,0,0,0,0,25688,0,0,0,'Marissa Everwatch','Innkeeper','',9868,75,75,2,2070,66177,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(28792,0,0,0,0,0,25689,0,0,0,'Noggra','General Goods','',0,75,75,2,2070,384,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28793,0,0,0,0,0,25692,0,0,0,'Darmuk','','',0,76,76,2,14,0,1,1.28968,1,1,356,503,0,432,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,305,452,74,6,0,28793,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28794,0,0,0,0,0,25690,0,0,0,'Kevin Weaver','Trade Goods','',0,75,75,2,2070,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28795,0,0,0,0,0,27857,0,0,0,'Drained Prophet of Quetz\'lun','','',0,77,77,2,2069,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28796,0,0,0,0,0,25694,0,0,0,'Arlen Brighthammer','Blacksmith','',0,70,70,2,2070,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28797,0,0,0,0,0,25695,0,0,0,'Haley Copperturn','Engineering Supplies','',0,70,70,2,2070,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28798,0,0,0,0,0,25697,0,0,0,'Claudia Bloodraven','Leatherworking & Skinning Supplies','',0,75,75,2,2070,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28799,0,0,0,0,0,25696,0,0,0,'Alanna','Jewelcafting Supplies','',0,75,75,2,2070,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28800,0,0,0,0,0,25693,0,0,0,'Aidan Steeleye','Ammunition','',0,75,75,2,2070,4480,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28801,0,0,0,0,0,26224,26225,26226,26227,'Argent Stand Defender','','',0,77,77,2,2072,0,1,1.14286,1,1,367,519,0,452,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28802,0,0,0,0,0,26860,0,0,0,'Servant of Drakuru','','',0,75,76,2,2068,0,1,0.99206,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,28802,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28803,0,0,0,0,0,26923,0,0,0,'Drakuru\'s Guard','','',0,75,76,2,2068,0,1,1.14286,1,0,356,503,0,432,1,1500,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,28803,28803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(28804,0,0,0,0,0,24470,0,0,0,'Plague Spreader','','',0,55,55,0,2082,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28805,0,0,0,0,0,26924,0,0,0,'Hand of Drakuru','','',0,75,75,2,42,264,1,1.14286,1,1,194,283,0,432,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,441,661,0,6,0,0,0,0,0,0,0,0,0,0,52400,52401,52402,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28806,0,0,0,0,0,25716,0,0,0,'Chad Carter','Trade Goods','',0,75,75,2,2070,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28807,0,0,0,0,0,25717,0,0,0,'Amarante','General Goods','',0,75,75,2,2070,384,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28808,0,0,0,0,0,23668,23668,0,0,'Reverent Paladin','','',0,70,70,1,534,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28809,0,0,0,0,0,25712,0,0,0,'Vincent Huber','Reagents','',0,75,75,2,2070,2176,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,0,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28810,0,0,0,0,0,25713,0,0,0,'Lessien','Tailoring Supplies','',0,75,75,2,2070,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28811,0,0,0,0,0,25714,0,0,0,'Brady Ironcrock','Cooking Supplies','',0,75,75,2,2070,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28812,0,0,0,0,0,25715,0,0,0,'Lapu Stormhorn','Fish & Fishing Supplies','',0,75,75,2,2070,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28813,0,0,0,0,0,25711,0,0,0,'Elizabeth Hollingsworth','Ammunition','',0,75,75,2,2070,4480,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28814,0,0,0,0,0,3344,1501,0,0,'Reverent Priest','','',0,70,70,0,534,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28815,0,0,0,0,0,22712,17188,0,0,'Civilian Transformation Trigger','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28816,0,0,0,0,0,21955,11686,0,0,'WotLK Light Beam Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28817,0,0,0,0,0,25703,25572,0,0,'Mine Car','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_scarlet_miner_cart',12340),(28818,0,0,0,0,0,26224,26225,26226,26227,'Light\'s Breach Defender','','',0,77,77,2,2072,0,1,1.14286,1,1,367,519,0,452,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28819,0,0,0,0,0,2528,0,0,0,'Scarlet Miner','','',0,44,46,0,2095,0,0.666668,1.14286,1,0,77,102,0,188,1,2000,2000,1,32768,2048,0,0,0,0,0,0,53,78,17,7,0,28819,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(28820,0,0,0,0,0,25167,0,0,0,'Destructive Ward Kill Credit','','',0,72,72,2,2036,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28821,0,0,0,0,0,25703,0,0,0,'Mine Car','','',0,1,1,2,35,0,1,2,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28822,0,0,0,0,0,25709,0,0,0,'Scarlet Miner','','',0,44,46,0,2095,0,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,32768,2048,0,0,0,0,0,0,53,78,17,7,0,28822,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(28823,0,0,0,0,0,1126,11686,0,0,'Volkhan\'s Anvil','','',0,80,80,2,35,0,1,1,1,1,422,586,0,642,7.5,2000,0,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',1),(28824,0,0,0,0,0,22878,0,0,0,'Brann Flying Machine','','',0,1,1,0,35,0,1.2,1.38571,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,3,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(28825,30965,0,0,0,0,5494,0,0,0,'Cyclone','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28826,30978,0,0,0,0,26381,0,0,0,'Stormfury Revenant','','',0,80,80,2,16,0,1,1,1,1,422,586,0,642,5,2000,0,1,64,2048,0,0,0,0,0,0,345,509,103,4,72,28826,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,42107,0,0,0,0,0,155,1,0,0,'',1),(28827,0,0,0,0,0,25719,0,0,0,'Co\'man','Reagents','',0,75,75,2,35,2176,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28828,0,0,0,0,0,25722,0,0,0,'Ansari','Herbalism Supplies','',0,75,75,2,35,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28829,0,0,0,0,0,25736,0,0,0,'Saree','Alchemy Supplies','',0,75,75,2,35,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28830,0,0,0,0,0,25738,0,0,0,'Ra\'wiri','General Goods','',0,75,75,2,35,384,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28831,0,0,0,0,0,25737,0,0,0,'Yamuna','Trade Supplies','',0,75,75,2,35,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28832,0,0,0,0,0,25718,0,0,0,'Chin\'ika','Poison Supplier','',0,69,69,2,35,1152,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28833,0,0,0,0,0,25723,0,0,0,'Scarlet Cannon','','Gunner',0,55,55,0,35,16777216,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,4,2048,0,0,0,0,0,0,60,88,21,10,0,0,0,0,0,0,0,0,0,0,52435,52576,0,0,52588,0,0,0,0,139,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_scarlet_cannon',12340),(28834,0,0,0,28849,0,25740,0,0,0,'Scarlet Fleet Defender','','',0,55,56,0,2089,0,1,1.14286,1,1,96,127,0,234,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),(28835,30971,0,0,0,0,26143,0,0,0,'Stormforged Construct','','',0,78,78,2,16,0,1,1,1,1,417,582,0,608,5,2000,0,2,64,2048,0,0,0,0,0,0,341,506,80,9,32768,28835,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,3,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(28836,30975,0,0,0,0,25756,0,0,0,'Stormforged Runeshaper','','',0,78,78,2,16,0,1,1,1,1,417,582,0,608,5,2000,0,2,32832,2048,0,0,0,0,0,0,341,506,80,7,0,28836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5068,8446,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(28837,30976,0,0,0,0,25757,0,0,0,'Stormforged Sentinel','','',0,80,80,2,16,0,1,1,1,1,417,582,0,608,5,2000,0,2,32832,2048,0,0,0,0,0,0,341,506,80,7,0,28837,28837,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5063,8438,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(28838,30981,0,0,0,0,26053,0,0,0,'Titanium Vanguard','','',0,80,80,2,16,0,1,1,1,1,422,586,0,642,5,2000,0,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,28838,28838,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5054,8424,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(28839,0,0,0,0,0,23980,24719,0,0,'Scarlet Cover Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28840,0,0,0,0,0,26156,0,0,0,'Overlook Sentry','','',0,78,78,2,14,0,1,1.14286,1,1,387,543,0,528,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,4,512,28840,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28841,0,0,0,28763,0,25709,0,0,0,'Scarlet Miner','','',0,44,46,0,2095,0,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,33536,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_scarlet_miner',12340),(28842,0,0,0,0,0,25703,0,0,0,'Mine Cart Test','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28843,0,0,0,0,0,25730,0,0,0,'Bloated Abomination','','',0,75,76,2,2068,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,28843,0,0,0,0,0,0,0,0,52497,52510,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,121,1,8388624,0,'',12340),(28844,0,0,0,0,0,27253,0,0,0,'Drakkari Skullcrusher','','',0,75,76,2,2069,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28845,0,0,0,0,0,25000,0,0,0,'Scarlet Ghoul','','',0,56,56,2,2084,0,0.8,0.99206,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_scarlet_ghoul',12340),(28846,0,0,0,0,0,25731,0,0,0,'Scarlet Ghost','','',0,50,50,0,2089,0,1.11111,1.14286,1,0,85,112,0,206,1,2000,2000,1,32768,2048,0,0,0,0,0,0,58,86,20,7,0,28846,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28847,0,0,0,0,0,19600,0,0,0,'Siltslither Eel','','',0,76,77,2,14,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,1,0,28847,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(28848,0,0,0,0,0,27076,0,0,0,'Prophet of Har\'koa','','',0,77,77,2,2069,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,28848,28848,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28849,0,0,0,0,0,25503,25504,25505,25506,'Scarlet Fleet (PROXY)','','',0,55,56,2,2089,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28850,0,0,0,28849,0,3127,0,0,0,'Scarlet Land Cannon','','',0,55,55,0,2089,0,1,1.07143,1,1,94,125,0,228,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),(28851,0,0,0,0,0,27270,0,0,0,'Enraged Mammoth','','vehichleCursor',0,76,77,2,1924,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,1,0,28851,0,70211,0,0,0,0,0,0,52601,52603,0,0,0,0,0,0,0,145,0,0,'SmartAI',0,3,1,1,1,1,0,42104,0,0,0,0,0,165,0,0,0,'',12340),(28852,0,0,0,0,0,169,11686,0,0,'Dead Mam\'toth Disciple','','',0,75,76,2,16,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,537133312,2048,32,0,0,0,0,0,305,452,74,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28853,0,0,0,0,0,25734,25735,0,0,'Dead Mam\'toth Disciple Transform','','',0,76,77,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28854,0,0,0,0,0,18083,25177,0,0,'Blood of the Old God','','',0,75,75,2,16,0,1,0.357143,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,1,1,0,0,0,0,0,0,0,71,1,0,0,'',12340),(28855,0,0,0,0,0,25739,0,0,0,'Ba\'kari','Maces & Staves','',0,75,75,2,35,4224,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,0,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28856,0,0,0,28849,0,25507,25508,25509,25510,'Scarlet Fleet Guardian','','',0,55,56,0,2089,0,1,1.14286,1,1,96,127,0,234,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28857,0,0,0,0,0,25310,0,0,0,'Drostan','','',0,76,76,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28858,0,0,0,0,0,26382,0,0,0,'Storm Revenant','','',0,79,80,2,2098,0,1,0.59524,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,0,28858,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,39643,38642,42107,0,0,0,0,1,0,0,'',12340),(28859,31734,0,0,0,0,26752,0,0,0,'Malygos','','',0,83,83,2,14,0,2,2,1,3,496,674,0,783,25,2000,0,2,131074,2048,0,0,0,0,0,0,365,529,98,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,500,50,1,0,44650,0,0,0,0,0,0,1,650854271,2097153,'boss_malygos',1),(28860,31311,0,0,0,0,27035,0,0,0,'Sartharion','The Onyx Guardian','',0,83,83,2,103,0,1,1,1,3,509,683,0,805,27,2000,0,1,32832,2048,0,0,0,0,0,0,371,535,135,2,108,28860,0,28860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,520000,540000,'',0,3,1,180,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'boss_sartharion',1),(28861,0,0,0,0,0,25734,25735,0,0,'Mam\'toth Disciple','','',0,76,77,2,16,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,28861,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,2436,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28862,0,0,0,0,0,23504,0,0,0,'Aqueous Spirit','','',0,79,80,2,2099,0,1,1.28968,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,0,28862,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,39616,38642,42107,0,0,0,0,1,0,0,'',12340),(28863,0,0,0,0,0,23349,23348,0,0,'Zim\'Torga Guardian','','',0,77,77,2,1806,0,1.55556,1.14286,1,1,367,519,0,452,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28864,0,0,0,0,0,28108,0,0,0,'Scourge Gryphon','','',0,55,55,2,35,0,1,1.28968,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,'SmartAI',0,5,1,20,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(28865,0,0,0,0,0,25580,25745,25746,25747,'Ebon Watch Guardian','','',0,77,77,2,2051,0,1,1.14286,1,1,367,519,0,452,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28866,0,0,0,0,0,25627,0,0,0,'Corrosion','Alchemy Supplies','',0,75,75,2,2050,128,1,0.99206,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28867,0,0,0,0,0,25526,0,0,0,'Spiked','General Goods','',0,75,75,2,2050,384,0.8,0.99206,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28868,0,0,0,0,0,25592,0,0,0,'Mulch','Herbalism Supplies','',0,75,75,2,2050,128,1,0.99206,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28869,0,0,0,0,0,25742,0,0,0,'Deathdrip','Poison Supplier','',0,69,69,2,2050,1152,1,0.99206,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28870,0,0,0,0,0,25528,0,0,0,'Corpsedust','Reagents','',0,75,75,2,2050,2176,0.8,0.99206,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28871,0,0,0,0,0,25526,0,0,0,'Scabbard','Blades','',0,75,75,2,2050,4224,0.8,0.99206,1,0,289,421,0,175,1,2000,2000,8,0,2048,0,0,0,0,0,0,271,403,45,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28872,0,0,0,0,0,25627,0,0,0,'Squirmworm','Trade Supplies','',0,75,75,2,2050,128,1,0.99206,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28873,0,0,0,0,0,25743,0,0,0,'Drakkari Chieftain','','',0,77,77,2,14,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,768,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(28874,0,0,0,0,0,16480,19595,0,0,'Gargoyle Waypoint','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28875,0,0,0,0,0,7616,0,0,0,'Shalewing','','',0,76,76,2,21,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,768,2048,0,0,0,0,0,0,305,452,74,6,0,28875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,161,1,8388624,0,'',12340),(28876,0,0,0,0,0,1126,17612,0,0,'Mam\'toth Disciple Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28877,0,0,0,0,0,25744,0,0,0,'Stormwatcher','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,512,28877,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,42107,0,0,0,0,0,1,0,0,'',12340),(28878,31183,0,0,0,0,5231,0,0,0,'Skeletal Minion','','',0,80,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,32768,2048,8,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),(28879,0,0,0,0,0,7616,0,0,0,'Shalewing','','',0,76,76,2,21,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,28879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,137,1,8388624,0,'',12340),(28880,0,0,0,0,0,25748,0,0,0,'Test Iron Dwarf','','',0,77,77,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28881,0,0,0,0,0,3258,3257,0,0,'Reverent Guard','','',0,70,70,0,534,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28882,0,0,0,0,0,169,25749,0,0,'Enchanted Tiki Warrior','','',0,76,77,2,2069,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,10,0,28882,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,39305,0,0,0,0,0,0,1,0,0,'',12340),(28884,0,0,0,0,0,25507,25508,25509,25510,'Scarlet Fleet Guardian','','',0,56,56,0,2089,0,1,1.14286,1,1,96,127,0,234,2.4,2000,2000,1,570721024,2048,32,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28885,0,0,0,0,0,3127,0,0,0,'Scarlet Land Cannon','','',0,55,55,0,2089,0,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,570688256,2048,32,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28886,0,0,0,0,0,25740,25509,25505,25508,'Scarlet Fleet Defender','','',0,56,56,0,2089,0,1,1.14286,1,1,96,127,0,234,2.4,2000,2000,1,570721024,2048,32,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28887,0,0,0,0,0,25723,0,0,0,'Scarlet Cannon','','',0,55,55,0,35,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,570688256,2048,32,0,0,0,0,0,60,88,21,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28888,0,0,0,0,0,25743,25751,25752,0,'Captured Drakkari Chieftain','','',9752,77,77,0,190,1,1,1.14286,1,0,371,522,0,478,1,1500,2000,1,768,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(28889,0,0,0,0,0,25351,25352,0,0,'Acherus Necromancer','','',0,70,70,2,2082,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28890,0,0,0,0,0,24084,0,0,0,'Gothik the Harvester','','',0,80,80,2,2084,0,1.6,1.71429,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),(28891,0,0,0,0,0,2528,0,0,0,'Scarlet Miner','','',0,44,44,0,2095,0,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,570721024,2048,32,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28892,0,0,0,0,0,24570,24571,24572,24573,'Scarlet Peasant','','',0,44,46,0,2095,0,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,570721024,2048,32,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28893,0,0,0,0,0,25579,0,0,0,'Scarlet Gryphon','','',0,53,54,0,2089,0,1,3.14286,1,0,92,122,0,224,1,2000,2000,1,570721024,2048,32,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,236,1,0,0,'',12340),(28894,0,0,0,0,0,25507,0,0,0,'Scarlet Gryphon Rider','','',0,54,54,2,2089,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28895,0,0,0,0,0,10313,10314,10311,10312,'Scarlet Medic','','',0,53,54,0,2089,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,2,570721024,2048,32,0,0,0,0,0,59,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28896,0,0,0,0,0,25503,25504,25505,25506,'Scarlet Infantryman','','',0,53,54,0,2089,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,570721024,2048,32,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28897,0,0,0,0,0,24998,24999,25526,24997,'Scarlet Ghoul','','',0,44,46,0,2100,0,0.8,0.99206,1,0,77,102,0,188,1,2000,2000,1,32768,2048,0,0,0,0,0,0,53,78,17,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28898,0,0,0,0,0,25507,25508,25509,25510,'Scarlet Captain','','',0,54,55,0,2089,0,1,1.38571,1,0,94,125,0,228,1,2000,2000,1,570721024,2048,32,0,0,0,0,0,65,95,23,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28899,0,0,0,0,0,25571,25572,0,0,'Havenshire Mare','','',0,53,54,2,2096,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(28900,0,0,0,0,0,229,239,237,0,'Havenshire Stallion','','vehichleCursor',0,53,54,2,2096,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(28901,0,0,0,0,0,25678,25445,25278,0,'Acherus Deathcharger','','',0,55,55,0,2082,0,1,1.38571,1,1,94,125,0,228,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),(28902,0,0,0,0,0,27863,0,0,0,'Warlord Zol\'Maz','','',0,77,77,2,2069,0,1,1.14286,1,1,371,522,0,478,2.75,2000,2000,1,33088,2048,0,0,0,0,0,0,314,466,81,7,0,28902,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,39318,0,0,0,0,0,0,1,0,0,'',12340),(28903,0,0,0,0,0,25785,0,0,0,'Scourge Plaguehound','','',0,54,55,0,2082,0,1.6,1.71429,1,0,94,125,0,228,1,1500,2000,1,32768,2048,0,25,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),(28904,0,0,0,0,0,169,11686,0,0,'Mold Rune Trigger','','',0,60,60,0,1620,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28905,0,0,0,0,0,25664,0,0,0,'Gluttonous Geist','','',0,53,54,0,2084,0,1.6,1.42857,1,0,86,114,0,210,1,2000,2000,2,32768,2048,0,0,0,0,0,0,59,86,20,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,8388624,0,'',12340),(28906,0,0,0,0,0,17166,0,0,0,'Scourge Gryphon','','',0,53,54,0,2100,0,2.4,2.57143,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,213,1,8388624,0,'',12340),(28907,0,0,0,0,0,25514,0,0,0,'Prince Valanar','','',0,72,72,2,2082,2,1,0.99206,1,1,307,438,0,314,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28908,0,0,0,0,0,16416,0,0,0,'Salanar the Horseman','','',9751,80,80,2,2084,1,1,1.38571,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28909,0,0,0,0,0,25684,0,0,0,'Dark Rider of Acherus','','Speak',0,55,56,0,2082,0,1,1.38571,1,1,96,127,0,234,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,6,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.75,1,1,0,0,0,0,0,0,0,180,1,8388624,0,'',12340),(28910,0,0,0,0,0,6380,0,0,0,'Baron Rivendare','','',9758,83,83,2,2082,3,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,768,2048,0,0,0,0,0,0,365,529,98,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28911,0,0,0,0,0,25338,0,0,0,'Prince Keleseth','','',0,72,72,2,2082,2,1,0.99206,1,1,307,438,0,314,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28912,0,0,0,0,0,25844,0,0,0,'Koltira Deathweaver','','',9762,55,55,0,2082,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33280,2048,0,0,0,0,0,0,65,95,23,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_koltira_deathweaver',12340),(28913,0,0,0,0,0,25447,0,0,0,'Thassarian','','',0,55,55,0,2082,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33536,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28914,0,0,0,0,0,25448,0,0,0,'Orbaz Bloodbane','','',9769,55,55,0,2082,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33536,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28915,0,0,0,0,0,25678,25445,25278,0,'Dark Rider Mount Fixed','','',0,55,55,0,2082,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),(28916,0,0,0,0,0,25763,0,0,0,'Tiri','Warlord Zol\'Maz\'s Wife','',0,77,77,2,2069,0,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,28916,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1439,2399,'',0,3,1,1,1,1,0,39316,0,0,0,0,0,0,1,0,0,'',12340),(28917,0,0,0,0,0,25764,0,0,0,'Yara','Warlord Zol\'Maz\'s Daughter','',0,77,77,2,2069,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,28917,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1457,2428,'SmartAI',0,3,1,1,1,1,0,39313,0,0,0,0,0,0,1,0,0,'',12340),(28918,0,0,0,0,0,27862,0,0,0,'Drek\'Maz','Warlord Zol\'Maz\'s Son','',0,77,77,2,2069,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,28918,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,2393,'',0,3,1,1,1,1,0,39315,0,0,0,0,0,0,1,0,0,'',12340),(28919,0,0,0,0,0,16590,0,0,0,'Noth the Plaguebringer','','',9754,80,80,2,2084,3,1.6,1.71429,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),(28920,30972,0,0,0,0,27092,0,0,0,'Stormforged Giant','','',0,80,80,2,16,0,1,1,1,1,422,586,0,642,5,2000,0,1,32832,2048,0,0,0,0,0,0,345,509,103,5,8,28920,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(28921,31611,0,0,0,0,26776,0,0,0,'Hadronox','','',0,74,74,2,1965,0,2,1.42857,1,1,328,467,0,354,10,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,1,104,28921,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,6,1,0,0,0,0,0,0,0,151,1,650854271,2097152,'boss_hadronox',1),(28922,31592,0,0,0,0,27395,0,0,0,'Anub\'ar Crusher','','',0,74,74,2,1814,0,1,1.42857,1.15,1,328,467,0,354,7,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_anub_ar_crusher',1),(28923,31538,0,0,0,0,27485,0,0,0,'Loken','','',0,81,81,2,14,0,1,1,1,1,464,604,0,708,8,2000,0,1,0,2048,0,0,0,0,0,0,353,512,112,10,72,28923,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,43151,0,0,0,0,0,177,1,650854271,2097152,'boss_loken',1),(28924,31588,0,0,0,0,25768,0,0,0,'Anub\'ar Champion','','',0,73,73,2,14,0,1,1.42857,1,0,316,450,0,320,1,2280,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(28925,31600,0,0,0,0,23564,0,0,0,'Anub\'ar Necromancer','','',0,73,73,2,1814,0,1,1.42857,1,0,270,395,0,143,1,2400,2000,8,0,2048,0,0,0,0,0,0,255,380,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(28926,31867,0,0,0,0,11686,0,0,0,'Spark of Ionar','','',0,80,80,2,16,0,0.7,0.7,1,1,0,0,0,0,0,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,83,1,0,0,'npc_spark_of_ionar',12340),(28927,0,0,0,0,0,169,25749,0,0,'Enchanted Tiki Dervish','','',0,77,77,2,290,0,1,1.14286,1,0,371,522,0,478,1.75,2000,2000,2,32776,2048,0,0,0,0,0,0,314,466,81,10,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28928,0,0,0,0,0,16480,19595,0,0,'Drakuru KC Bunny 04','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28929,0,0,0,0,0,16480,19595,0,0,'Drakuru\'s Upper Chamber Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28930,0,0,0,0,0,24993,24994,24995,0,'Dansel Adams','','',0,62,66,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28931,0,0,0,0,0,25770,0,0,0,'Blightblood Troll','','',0,77,77,2,974,0,1,1.14286,1,1,371,522,0,478,4.6,1500,2000,1,0,2048,0,0,0,0,0,0,314,466,81,6,0,28931,0,0,0,0,0,0,0,0,54135,54132,54136,0,0,0,0,0,0,0,0,0,'PassiveAI',0,3,1,17.5762,1,1,0,42108,0,0,0,0,0,133,1,8388624,0,'',12340),(28932,0,0,0,0,0,16480,19595,0,0,'Blight Effect Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28933,0,0,0,0,0,25777,25780,25778,25779,'Death Knight','','',0,56,56,0,2084,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28934,0,0,0,0,0,25783,25782,25781,25784,'Death Knight','','',0,56,56,0,2084,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28935,0,0,0,0,0,19898,24719,0,0,'Acherus Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28936,0,0,0,28984,0,25507,25508,25509,25510,'Scarlet Commander','','',0,55,56,0,2089,0,1,1.38571,1,0,89,118,0,220,1,2000,2000,2,294912,2048,0,0,0,0,0,0,61,90,21,7,2048,28936,0,0,0,0,0,0,0,0,52221,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_crusade_persuaded',12340),(28937,0,0,0,0,0,25553,25553,0,0,'Crypt Guardian','','',0,55,55,0,2085,0,1.6,1.42857,1,1,87,116,0,214,2.4,2000,2000,2,32768,2048,0,0,0,0,0,0,60,88,21,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,8388624,0,'',12340),(28938,0,0,0,0,0,20229,0,0,0,'Charged Sentry Totem','','',0,74,75,2,21,0,1,1,1,0,342,485,0,392,1,2000,2000,1,4,2048,0,0,0,0,0,0,295,438,68,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.001,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28939,0,0,0,28984,0,25545,25546,25547,25548,'Scarlet Preacher','','',0,53,54,0,2089,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,2,32768,2048,0,0,0,0,0,0,59,86,20,7,0,28939,0,0,0,0,0,0,0,0,15498,19725,34809,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_crusade_persuaded',12340),(28940,0,0,0,28984,0,25503,25504,25505,25506,'Scarlet Crusader','','',0,54,55,0,2089,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,28940,0,0,0,0,0,0,0,0,52221,0,0,0,0,0,0,0,0,0,0,0,'CombatAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28941,0,0,0,28986,0,25562,25563,25564,25565,'Citizen of New Avalon','','',0,30,45,0,2089,0,1,1.14286,1,0,70,93,0,172,1,2000,2000,2,32768,2048,0,0,0,0,0,0,48,71,15,7,0,28941,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28942,0,0,0,28986,0,25566,25567,25568,25569,'Citizen of New Avalon','','',0,30,50,0,2089,0,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,32768,2048,0,0,0,0,0,0,54,79,18,7,0,28942,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28943,0,0,0,0,0,25287,0,0,0,'Fineous','Supplies','',9755,72,72,2,2082,4225,1,0.99206,1,0,307,438,0,314,1,2000,2000,1,33536,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(28944,0,0,0,0,0,15093,0,0,0,'The Inscriber','Designer Extraordinaire','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28945,0,0,0,0,0,103,0,0,0,'Mayor Quimby','','',0,56,56,0,2089,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,2048,28945,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28946,0,0,0,0,0,25787,25788,25789,25790,'New Avalon Councilman','','',0,56,56,0,2089,0,1,1.14286,1,0,68,94,0,104,1,2000,2000,8,32768,2048,0,0,0,0,0,0,56,83,24,7,2048,28946,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28947,0,0,0,0,0,169,11686,0,0,'Ionar Invis Stalker','','',0,74,74,2,14,0,1,1,1,1,328,467,0,354,4.8,2000,0,1,33554944,2048,0,0,0,0,0,0,287,426,63,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',1),(28948,0,0,0,0,0,8055,0,0,0,'Malmortis','','',0,80,80,0,974,0,2.4,1.14286,1,0,2,2,0,24,1,2000,2000,1,264,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,0.1,1,0,0,0,0,0,0,0,54,1,8388624,0,'',12340),(28949,0,0,0,0,0,21894,24145,24090,24223,'Spell Performance Test Caster','QA Punching Bag','',0,83,83,2,1965,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.17103,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(28950,0,0,0,0,0,22232,0,0,0,'Spell Performance Test Target','QA Punching Bag','',0,80,80,0,1693,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(28951,0,0,0,0,0,25791,0,0,0,'Breanni','Pet Supplies','',0,75,75,2,2007,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28952,0,0,0,0,0,26270,0,0,0,'Akali','','',0,83,83,2,1770,0,1,2.57143,1,1,496,674,0,783,10,1000,2000,2,33536,2048,0,0,0,0,0,0,365,529,98,10,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,30,30,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(28953,0,0,0,0,0,24007,0,0,0,'Unkillable Test Dummy 70 Gnome','','',0,70,70,2,7,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28954,0,0,0,0,0,18186,0,0,0,'Unkillable Test Dummy 70 Tauren','','',0,70,70,2,7,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28955,0,0,0,0,0,18784,0,0,0,'Unkillable Test Dummy 70 Dwarf','','',0,70,70,2,7,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28956,0,0,0,0,0,25806,0,0,0,'Warcaster Fanoraithe','Mage Trainer','',9990,75,75,0,2007,49,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,8,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28957,0,0,0,0,0,25503,25504,25505,25506,'[Chapter II] Scarlet Crusader Test Dummy Guy','','',0,54,55,2,2089,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28958,0,0,0,0,0,25807,0,0,0,'Jessa Weaver','Mage Trainer','',9990,75,75,0,2007,49,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,8,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28960,0,0,0,0,0,16480,21342,0,0,'Totally Generic Bunny (JSB)','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(28961,30980,0,0,0,0,25984,0,0,0,'Titanium Siegebreaker','','',0,79,79,2,16,0,1,1,1,1,422,586,0,642,4,2000,0,1,0,2048,0,0,0,0,0,0,345,509,103,7,8,28961,28961,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5076,8460,'',0,3,1,4,5,1,0,0,0,0,0,0,0,121,1,0,0,'npc_hol_monument',1),(28964,0,0,0,28984,0,25808,0,0,0,'Scarlet Lord Jesseriah McCree','','',0,57,57,0,2089,0,1,1.14286,1,1,91,121,0,224,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,62,92,22,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28965,30982,0,0,0,0,25985,0,0,0,'Titanium Thunderer','','',0,79,79,2,16,0,1,1,1,1,422,586,0,642,3,2000,0,1,0,2048,0,0,0,0,0,0,345,509,103,7,8,28965,28965,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5039,8398,'',0,3,1,4,5,1,0,0,0,0,0,0,0,121,1,0,0,'npc_hol_monument',1),(28984,0,0,0,0,0,25503,25504,25505,25506,'[Chapter II] Scarlet Crusader Proxy','','',0,54,55,2,2089,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28985,0,0,0,0,0,14516,0,0,0,'Haiphoon, the Great Tempest','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,16777216,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,61374,52870,52864,52869,0,52869,0,0,0,42,0,0,'',0,3,1,2,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28986,0,0,0,0,0,25503,25504,25505,25506,'Citizen of New Avalon Proxy','','',0,54,55,2,2089,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28987,0,0,0,0,0,2381,0,0,0,'Watcher Blomberg','The Night Watch','',0,20,20,0,56,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28988,0,0,0,0,0,27308,27867,27868,27869,'Akali Subduer','','',0,76,77,2,1771,0,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,28988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1438,2396,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28989,0,0,0,0,0,25875,0,0,0,'Aemara','Bowyer','',0,75,75,2,2007,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28990,0,0,0,0,0,25876,0,0,0,'Anthony Durain','Shield Merchant','',0,75,75,0,2007,4224,1,1,1,0,342,485,0,392,1,1500,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28991,0,0,0,0,0,25877,0,0,0,'Valaden Silverblade','Sword Merchant','',0,75,75,2,2007,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28992,0,0,0,0,0,25878,0,0,0,'Valerie Langrom','Leather Armor Merchant','',0,75,75,2,2007,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28993,0,0,0,0,0,25983,0,0,0,'Aerith Primrose','Flower Vendor','',0,75,75,0,2007,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28994,0,0,0,0,0,25880,0,0,0,'Abra Cadabra','Wands','',0,75,75,2,2007,4224,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,0,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28995,0,0,0,0,0,25594,0,0,0,'Paldesse','Cloth Armor Merchant','',0,75,75,0,2007,4224,1,1,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28996,0,0,0,0,0,25839,0,0,0,'Prophet of Akali','','',0,78,78,2,2069,0,1,1.14286,1,1,383,539,0,500,7.5,2000,2000,2,33536,2048,0,0,0,0,0,0,321,477,68,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28997,0,0,0,0,0,25881,0,0,0,'Griselda Hunderland','Plate Armor Merchant','',0,75,75,0,2007,4224,1,1,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(28998,0,0,0,0,0,28126,0,0,0,'Overlord Drakuru','','',0,77,77,2,974,0,1,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,4,2048,0,0,0,0,0,0,314,466,81,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48.3347,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_overlord_drakuru_betrayal',12340),(28999,0,0,0,0,0,20076,0,0,0,'Haiphoon, the Great Tempest','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,16777216,2048,0,0,0,0,0,0,341,506,80,4,0,0,0,0,0,0,0,0,0,0,61375,61376,52862,52869,0,52869,0,0,0,42,0,0,'',0,3,1,2,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29000,0,0,0,28984,0,25841,0,0,0,'Scarlet Commander Rodrick','','',0,56,56,0,2089,0,1,1.14286,1,0,89,118,0,220,1,2000,2000,2,32768,2048,0,0,0,0,0,0,61,90,21,7,2048,29000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29001,0,0,0,28984,0,25842,0,0,0,'High Inquisitor Valroth','','',0,56,56,0,2103,0,1,1.14286,1,0,89,118,0,220,1,2000,2000,2,33024,2048,0,0,0,0,0,0,61,90,21,7,0,29001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'npc_high_inquisitor_valroth',12340),(29002,0,0,0,0,0,25802,0,0,0,'Frost Vrykul (Type A)','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29003,0,0,0,0,0,25837,0,0,0,'Frost Vrykul (Type B)','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29004,0,0,0,0,0,25838,0,0,0,'Frost Vrykul (Type C)','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29005,0,0,0,0,0,26139,0,0,0,'Charged War Golem','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,12,0,0,0,0,0,0,0,0,0,0,61380,47911,0,0,0,0,0,0,0,149,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29006,0,0,0,0,0,25641,0,0,0,'Oracle Soo-nee','','',9778,77,77,2,2063,3,1,1.19048,1,1,367,519,0,452,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29007,0,0,0,0,0,2603,2604,10464,10463,'Crimson Acolyte','','',0,54,55,0,2103,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,33024,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.25,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29008,0,0,0,0,0,23504,0,0,0,'Monsoon Revenant Credit','','',0,79,80,2,2099,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29009,0,0,0,0,0,5187,0,0,0,'Storm Revenant Credit','','',0,79,80,2,2098,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29010,0,0,0,0,0,4590,0,0,0,'Anti-Magic Barrier (Quest)','','',0,1,1,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29011,0,0,0,28984,0,25842,21342,0,0,'High Inquisitor Valroth','','',0,56,56,0,2089,0,1,1.14286,1,0,89,118,0,220,1,2000,2000,2,33587968,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29013,0,0,0,0,0,26150,0,0,0,'Perch Guardian','','',0,77,78,2,14,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,4,512,29013,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,42107,0,0,0,0,0,1,0,0,'',12340),(29014,0,0,0,0,0,25380,0,0,0,'Grakjek','Fletcher','',0,78,78,2,2060,4480,0.666668,0.99206,1,1,387,543,0,528,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29015,0,0,0,0,0,25381,0,0,0,'Shaman Partak','Reagents & Poisons','',0,78,78,2,2060,3200,0.666668,0.99206,1,1,383,539,0,500,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29017,0,0,0,0,0,2177,0,0,0,'Disgruntled Bug','','',0,75,75,2,2063,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,57,1,0,0,'',12340),(29018,0,0,0,0,0,25849,0,0,0,'Spirit of Ha-Khalan','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32776,2048,0,6,0,0,0,0,345,509,103,1,0,29018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29020,0,0,0,0,0,25851,0,0,0,'[DND] Dockhand w/Bag','','',0,75,75,0,1732,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29021,0,0,0,0,0,22256,0,0,0,'Akil\'zon','','',0,83,83,0,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,1,1028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(29022,0,0,0,0,0,21793,0,0,0,'Halazzi','','',0,83,83,0,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,1,1028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29023,0,0,0,0,0,21831,0,0,0,'Jan\'alai','','',0,83,83,0,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,1,1028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29024,0,0,0,0,0,21830,0,0,0,'Nalorakk','','',0,83,83,0,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,1,1028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29025,0,0,0,0,0,25503,25504,25505,25506,'[609] Ebon Hold Duel Credit','','',0,54,55,2,2089,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29026,0,0,0,0,0,25177,0,0,0,'Kolramas Slime','','',0,76,76,2,7,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,10,0,29026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29027,0,0,0,0,0,1126,11686,0,0,'Wild Growth Stalker','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29028,0,0,0,0,0,25839,0,0,0,'Prophet of Akali','','',0,78,78,2,2102,0,1,1.14286,1,1,383,539,0,500,7.5,2000,2000,2,33536,2048,0,0,0,0,0,0,321,477,68,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29029,0,0,0,0,0,10518,10519,10517,10518,'Scarlet Inquisitor','Chapel Invisibility','',0,55,55,0,2089,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,570721024,2048,32,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29030,0,0,0,0,0,25777,25780,25778,25779,'Death Knight','','',0,56,56,0,2084,0,1,1.14286,1,0,89,118,0,220,1,2000,2000,2,32768,2048,0,0,0,0,0,0,61,90,21,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1.5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29031,0,0,0,0,0,25783,25782,25781,25784,'Death Knight','','',0,56,56,0,2084,0,1,1.14286,1,0,89,118,0,220,1,2000,2000,2,32768,2048,0,0,0,0,0,0,61,90,21,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29032,0,0,0,0,0,25863,0,0,0,'Malar Bravehorn','','',0,53,54,0,7,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,33536,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.004,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_a_special_surprise',12340),(29033,0,0,0,0,0,25864,0,0,0,'Spirit of Atha','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,6,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29034,0,0,0,0,0,11141,0,0,0,'Spirit of Koosu','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,6,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29035,0,0,0,0,0,22607,0,0,0,'Loomee','Shinies Collector','',0,78,78,2,2063,4480,1,1.19048,1,1,387,543,0,528,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29036,0,0,0,0,0,25328,25329,0,0,'Servant of Freya','','',0,76,77,2,634,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,4,256,29036,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),(29037,0,0,0,0,0,23317,0,0,0,'Soo-jam','Reagents & Poisons','',0,78,78,2,2063,3200,1,1.19048,1,1,387,543,0,528,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29038,0,0,0,0,0,22712,24719,0,0,'[Chapter II] Torch Toss Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29039,0,0,0,0,0,24472,0,0,0,'[UNUSED] [ph] Stormwind Gryphon','','',0,75,75,1,2004,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29043,0,0,0,0,0,25638,0,0,0,'Rejek','','',9766,76,76,2,2060,3,0.666668,0.992063,1,1,356,503,0,432,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29044,0,0,0,0,0,25925,0,0,0,'Goretalon Matriarch','','',0,78,78,2,14,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,26,0,0,0,0,324,480,88,1,1,29044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,39573,38642,0,0,0,0,0,1,0,0,'',12340),(29045,0,0,0,0,0,25871,0,0,0,'It\'s A Chopper, Baby (Horde)','Horde','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29046,0,0,0,0,0,25870,0,0,0,'It\'s A Chopper, Baby (Alliance)','Horde','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29047,0,0,0,0,0,26762,0,0,0,'Olrun the Battlecaller','','',0,80,80,2,2084,2,1,0.99206,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,10,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29048,0,0,0,0,0,26937,0,0,0,'Ulduar Monitor','','',0,80,80,2,35,0,1,1,1,0,422,586,0,642,1,2000,0,1,33554432,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,2,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(29049,0,0,0,0,0,25882,0,0,0,'Arille Azuregaze','Bartender','',0,75,75,0,2007,642,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33024,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29050,0,0,0,0,0,28009,0,0,0,'Har\'koa','','',0,78,78,2,1770,0,1,3.57143,1,3,387,543,0,528,7.5,1500,2000,1,33536,2048,0,0,0,0,0,0,324,480,88,10,4140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,246,1,0,0,'',12340),(29051,31593,0,0,0,0,23102,0,0,0,'Anub\'ar Crypt Fiend','','',0,73,73,2,1814,0,1,1.42857,1,0,316,450,0,320,1,2400,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(29052,0,0,0,0,0,25884,0,0,0,'Outhouse Invisible Woman','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29053,0,0,0,0,0,25885,0,0,0,'Knight Commander Plaguefist','','',0,56,56,0,2084,2,1,1.14286,1,0,89,118,0,220,1,2000,2000,2,32768,2048,0,0,0,0,0,0,61,90,21,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29054,0,0,0,0,0,25962,25343,0,0,'Missile Test Mob','','',0,76,77,2,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29055,0,0,0,0,0,20570,17612,0,0,'Horn of Fecundity Credit','','',0,60,60,2,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29056,0,0,0,0,0,20570,17612,0,0,'Glimmering Pillar Credit','','',0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,194,'',12340),(29057,0,0,0,0,0,20570,17612,0,0,'Mosslight Pillar Credit','','',0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,194,'',12340),(29058,0,0,0,0,0,20570,17612,0,0,'Suntouched Pillar Credit','','',0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,194,'',12340),(29059,0,0,0,0,0,25886,0,0,0,'Craig - TEST - Iron Dwarf','','',0,69,69,2,1954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29060,0,0,0,0,0,1126,17612,0,0,'Crusader Parachute Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29061,0,0,0,0,0,25887,0,0,0,'Ellen Stanbridge','','',0,53,54,0,7,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,33536,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.004,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_a_special_surprise',12340),(29062,31589,0,0,0,0,25768,0,0,0,'Anub\'ar Champion','','',0,73,73,2,1814,0,1,1.42857,1,0,316,450,0,320,2,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',1),(29063,31594,0,0,0,0,3004,0,0,0,'Anub\'ar Crypt Fiend','','',0,73,73,2,1814,0,1,1.42857,1,0,316,450,0,320,2,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',1),(29064,31601,0,0,0,0,23564,0,0,0,'Anub\'ar Necromancer','','',0,73,73,2,1814,0,1,1.42857,1,0,270,395,0,143,2,2000,2000,8,0,2048,0,0,0,0,0,0,255,380,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',1),(29065,0,0,0,0,0,25888,0,0,0,'Yazmina Oakenthorn','','',0,53,54,0,7,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,33536,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.004,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_a_special_surprise',12340),(29066,0,0,0,0,0,25889,0,0,0,'Titan Sentry','','',0,78,78,2,35,0,0.8,1.14286,1,0,387,543,0,528,1,2000,2000,1,256,2048,0,0,0,0,0,0,324,480,88,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,10,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29067,0,0,0,0,0,25890,0,0,0,'Donovan Pulfrost','','',0,53,54,0,7,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,33536,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.004,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_a_special_surprise',12340),(29068,0,0,0,0,0,25891,0,0,0,'Goby Blastenheimer','','',0,53,54,0,7,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,33536,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.004,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_a_special_surprise',12340),(29069,0,0,0,0,0,20570,17612,0,0,'Skyreach Pillar Credit','','',0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,194,'',12340),(29070,0,0,0,0,0,25892,0,0,0,'Valok the Righteous','','',0,53,54,0,7,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,33536,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.004,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_a_special_surprise',12340),(29071,0,0,0,0,0,25893,0,0,0,'Antoine Brack','','',0,53,54,0,7,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,33536,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.004,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_a_special_surprise',12340),(29072,0,0,0,0,0,25894,0,0,0,'Kug Ironjaw','','',0,53,54,0,7,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,33536,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.004,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_a_special_surprise',12340),(29073,0,0,0,0,0,25895,0,0,0,'Iggy Darktusk','','',0,53,54,0,7,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,33536,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.004,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_a_special_surprise',12340),(29074,0,0,0,0,0,25896,0,0,0,'Lady Eonys','','',0,53,54,0,7,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,33536,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.004,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_a_special_surprise',12340),(29075,0,0,0,0,0,9790,0,0,0,'QA Test Dummy 73 Raid Debuff (Low Armor)','','',0,73,73,1,7,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(29076,0,0,0,0,0,25897,0,0,0,'Scarlet Courier','','',0,56,56,0,2089,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,0,29076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,39646,39647,0,0,0,0,0,1,0,0,'npc_scarlet_courier',12340),(29077,0,0,0,0,0,24413,0,0,0,'High General Abbendis','','',0,72,72,2,2089,2,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29078,0,0,0,0,0,24458,0,0,0,'High Abbot Landgren','','',0,73,73,2,2089,0,1,1.14286,1,1,313,448,0,302,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29079,0,0,0,0,0,4449,21342,0,0,'Shrine of the Tempest','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29080,0,0,0,0,0,25507,25508,25509,25510,'Scarlet Champion','','',0,56,56,0,2089,0,1,1.14286,1,1,96,127,0,234,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29081,0,0,0,0,0,21955,11686,0,0,'WotLK Soldier Kneel Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,43,1,0,128,'',12340),(29082,0,0,0,0,0,26789,0,0,0,'Bloodmoon Servant','','',0,73,73,2,16,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29083,0,0,0,0,0,1296,0,0,0,'PattyMacks The Duece','','',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29087,0,0,0,0,0,6684,0,0,0,'Bishop Lazaril','','',0,70,70,1,534,2,1,1.14286,1,1,234,331,0,286,35,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29094,0,0,0,0,0,1126,11686,0,0,'Volatile Trap Knockback Bunny','','',0,1,1,2,2060,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29096,31590,0,0,0,0,25768,0,0,0,'Anub\'ar Champion','','',0,73,73,2,1814,0,1,1.42857,1,0,316,450,0,320,1,2280,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(29097,31595,0,0,0,0,3004,0,0,0,'Anub\'ar Crypt Fiend','','',0,73,73,2,1814,0,1,1.42857,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(29098,31602,0,0,0,0,23564,0,0,0,'Anub\'ar Necromancer','','',0,73,73,2,1814,0,1,1.42857,1,0,270,395,0,143,1,2000,2000,8,0,2048,0,0,0,0,0,0,255,380,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(29099,0,0,0,0,0,16480,19595,0,0,'Drakkari Skullcrusher KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29100,0,0,0,0,0,16480,25906,0,0,'Totally Generic Bunny x8.0 (JSB)','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29101,0,0,0,0,0,25907,25908,25909,25910,'Death Knight Champion','','',0,56,56,0,2084,0,1,1.14286,1,0,89,118,0,220,1,2000,2000,2,32768,2048,0,0,0,0,0,0,61,90,21,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29102,0,0,0,29150,0,25911,25913,0,0,'Hearthglen Crusader','','',0,57,58,0,2089,0,1,1.14286,1,1,100,132,0,242,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,53348,0,0,0,0,0,0,0,0,0,0,0,'ArcherAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29103,0,0,0,29150,0,25912,25914,0,0,'Tirisfal Crusader','','',0,56,57,0,2089,0,1,1.14286,1,1,98,130,0,238,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,53348,0,0,0,0,0,0,0,0,0,0,0,'ArcherAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29104,0,0,0,0,0,25915,0,0,0,'Scarlet Ballista','','',0,57,57,0,2089,0,1,1.14286,1,1,98,130,0,238,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,9,0,0,0,0,0,0,0,0,0,0,53117,0,0,0,0,0,0,0,0,0,0,0,'TurretAI',0,3,1,30,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29105,0,0,0,0,0,20570,11686,0,0,'Eagle Eyes Target','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29106,0,0,0,0,0,25907,25908,25909,25910,'Death Knight Champion','','',0,56,56,0,2084,0,1,1.14286,1,0,89,118,0,220,1,2000,2000,2,32768,2048,0,0,0,0,0,0,61,90,21,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29107,0,0,0,0,0,25514,0,0,0,'Prince Valanar','','',0,72,72,2,2082,2,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29108,0,0,0,0,0,25338,0,0,0,'Prince Keleseth','','',0,72,72,2,2082,2,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29109,0,0,0,0,0,6380,0,0,0,'Baron Rivendare','','',0,83,83,2,2100,0,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,25,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29110,0,0,0,0,0,24191,0,0,0,'The Lich King','','',0,83,83,2,2100,2,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,500,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),(29111,0,0,0,0,0,25517,0,0,0,'Val\'kyr Battle-maiden','','',0,80,80,2,2082,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,20,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29112,0,0,0,0,0,24084,0,0,0,'Gothik the Harvester','','',0,80,80,2,2084,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,20,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),(29113,0,0,0,0,0,16590,0,0,0,'Noth the Plaguebringer','','',0,80,80,2,2084,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),(29114,0,0,0,0,0,25917,0,0,0,'High Commander Galvar Pureblood','','',0,60,60,2,2089,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,35,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29115,0,0,0,0,0,12819,0,0,0,'Rampaging Abomination','','',0,60,60,1,2100,0,1,1.14286,1,1,104,138,0,252,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29116,0,0,0,0,0,25918,0,0,0,'Stormwatcher Head','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29117,31591,0,0,0,0,25768,0,0,0,'Anub\'ar Champion','','',0,73,73,2,16,0,1,1.42857,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,29117,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(29118,31596,0,0,0,0,23102,0,0,0,'Anub\'ar Crypt Fiend','','',0,73,73,2,16,0,1,1.42857,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,29118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(29119,31603,0,0,0,0,23564,0,0,0,'Anub\'ar Necromancer','','',0,73,73,2,16,0,1,1.42857,1,0,270,395,0,143,1,2000,2000,8,0,2048,0,0,0,0,0,0,255,380,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(29120,31610,0,0,0,0,27856,0,0,0,'Anub\'arak','','',0,74,74,2,14,0,1,1.42857,1,1,328,467,0,354,10,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,6,104,29120,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,6,1,0,43411,0,0,0,0,0,144,1,650854271,2097152,'boss_anub_arak',12340),(29121,0,0,0,0,0,25924,0,0,0,'Soo-yum','Food & Drink','',0,78,78,2,2063,640,1,1.19048,1,1,387,543,0,528,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29122,0,0,0,0,0,25376,0,0,0,'Rarkag','Food & Drink','',0,78,78,2,2060,640,0.666668,0.99206,1,1,387,543,0,528,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29123,0,0,0,0,0,25926,0,0,0,'Monstrous Wight','','',0,75,76,2,1975,0,0.8,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,6,0,29123,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,42108,0,0,0,0,0,1,8388624,0,'',12340),(29124,0,0,0,0,0,171,0,0,0,'Lifeblood Elemental','','',0,76,76,2,834,0,1.55556,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,4,512,29124,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,42107,0,0,0,0,0,1,0,0,'',12340),(29125,0,0,0,0,0,25929,0,0,0,'Crystal of the Frozen Grip','','',0,76,76,2,2064,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29126,0,0,0,0,0,25930,0,0,0,'Crystal of the Violent Storm','','',0,76,76,2,2064,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29127,0,0,0,0,0,25931,0,0,0,'Crystal of Unstable Energy','','',0,76,76,2,2064,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29128,31604,0,0,0,0,26194,0,0,0,'Anub\'ar Prime Guard','','',0,74,74,2,1814,0,1,1.42857,1.05,1,328,467,0,354,4,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,6,0,29128,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(29129,0,0,0,0,0,24454,24448,0,0,'Lost Drakkari Spirit','','',0,75,76,2,634,0,1,1.14286,1,0,352,499,0,408,1,2000,2000,2,32768,2048,0,0,0,0,0,0,302,449,57,6,0,29129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,40066,0,0,0,0,0,0,1,8388624,0,'',12340),(29130,0,0,0,0,0,25933,0,0,0,'Scrapper Zartson','','',0,78,78,2,2060,0,0.666668,0.99206,1,1,387,543,0,528,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29131,0,0,0,0,0,25387,0,0,0,'Rakat','','',0,76,76,2,2060,0,0.666668,0.99206,1,1,356,503,0,432,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29132,0,0,0,0,0,25386,0,0,0,'Ajark','','',0,76,76,2,2060,0,0.666668,0.99206,1,1,356,503,0,432,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29133,0,0,0,0,0,14365,0,0,0,'Disturbed Soul','','',0,75,76,2,21,0,1.11111,1.14286,1,0,352,499,0,408,1,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,6,0,29133,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(29134,0,0,0,0,0,6302,1924,2176,304,'Brown Rabbit','','',0,1,1,0,190,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(29135,0,0,0,0,0,24454,24448,0,0,'Wailing Drakkari Soul','','',0,75,76,2,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29136,0,0,0,0,0,24998,24999,25526,24997,'Volatile Ghoul','','',0,56,57,0,2100,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29137,0,0,0,0,0,25939,0,0,0,'Sergeant Riannah','Flight Master','',9799,75,75,0,2070,3,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29138,0,0,0,0,0,21955,11686,0,0,'WotLK Paladin Waypoint','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29139,0,0,0,0,0,25624,0,0,0,'Naznik Sureshave','Barber','',9781,35,35,0,1734,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,0,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29140,0,0,0,0,0,16480,16925,0,0,'Camera Shaker - 20-40 seconds','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29143,0,0,0,0,0,25955,0,0,0,'Bebri Coifcurl','Barber','',9781,30,30,0,1734,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,32768,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29145,0,0,0,0,0,25624,0,0,0,'Pulik Swiftsnip','Barber','',9781,68,68,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,32768,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29146,0,0,0,0,0,25376,0,0,0,'Vekgar','','',9774,78,78,2,2060,3,0.666668,0.99206,1,1,383,539,0,500,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29147,0,0,0,0,0,28089,0,0,0,'Ghostly Skull','','',0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29149,0,0,0,0,0,22607,0,0,0,'Oracle Soo-dow','','',9775,78,78,2,2063,3,1,1.19048,1,1,383,539,0,500,4.6,2000,2000,2,33536,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29150,0,0,0,0,0,25911,25913,0,0,'Scarlet Soldier Proxy','','',0,57,58,2,2089,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29151,0,0,0,0,0,5207,0,0,0,'Cricket','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(29153,31585,0,0,0,0,7846,0,0,0,'Animated Bones','','',0,73,73,2,14,0,1,1.42857,1,0,270,395,0,143,1,2000,2000,8,0,2048,0,0,0,0,0,0,255,380,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,0.5,1,0,0,0,0,0,0,0,144,1,8388624,64,'',12340),(29155,0,0,0,0,0,25946,0,0,0,'Magistrix Kaelana','','',9780,75,75,2,2007,3,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29156,0,0,0,0,0,25947,0,0,0,'Archmage Celindra','Portal Trainer','',9777,80,80,2,2007,51,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,8,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29157,0,0,0,0,0,3265,0,0,0,'Grimbooze Thunderbrew','','',9782,76,76,0,35,3,1,1.14286,1,0,356,503,0,432,1,1500,2000,1,512,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29159,0,0,0,0,0,25957,0,0,0,'Magister Varenthas','','',9780,75,75,2,2007,3,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29160,0,0,0,0,0,25959,0,0,0,'Magistrix Phaelista','','',9780,75,75,2,2007,3,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29161,0,0,0,0,0,25960,0,0,0,'Magistrix Haelenai','','',9780,75,75,2,2007,3,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29162,0,0,0,0,0,25961,0,0,0,'Magister Tyr\'ganal','','',9780,75,75,2,2007,3,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29163,0,0,0,0,0,15093,0,0,0,'Test Scaling Vendor','','',0,70,70,0,1857,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29165,0,0,0,0,0,25758,0,0,0,'Halls of Stone Teleporter','','',0,77,77,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29169,0,0,0,0,0,25963,0,0,0,'Magister Teronus III','','',9780,75,75,2,2007,3,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29170,0,0,0,0,0,21955,11686,0,0,'WotLK Apothecary Bat Rider Controller','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29171,0,0,0,0,0,25964,0,0,0,'Kunz Jr.','','',0,77,77,2,2070,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29173,0,0,0,0,0,25444,0,0,0,'Highlord Darion Mograine','','',9795,83,83,2,2100,3,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,6,2092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,500,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_highlord_darion_mograine',12340),(29174,0,0,0,0,0,26057,26058,0,0,'Defender of the Light','The Argent Dawn','',0,55,58,2,2088,0,1,1.14286,1,1,93,123,0,228,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,64,94,23,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,30,30,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),(29175,0,0,0,0,0,25965,0,0,0,'Highlord Tirion Fordring','','',0,83,83,2,2088,2,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,33536,2048,0,0,0,0,0,0,365,529,98,7,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1000,200,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29176,0,0,0,0,0,25966,0,0,0,'Korfax, Champion of the Light','','',0,75,75,2,2088,0,1,1.14286,1,3,342,485,0,392,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,120,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29177,0,0,0,0,0,25967,0,0,0,'Commander Eligor Dawnbringer','','',0,75,75,2,2088,0,1,1.14286,1,3,339,481,0,370,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,100,100,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29178,0,0,0,0,0,25968,0,0,0,'Lord Maxwell Tyrosus','','',0,75,75,2,2088,0,1,1.14286,1,3,339,481,0,370,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29179,0,0,0,0,0,25969,0,0,0,'Leonid Barthalomew the Revered','','',0,73,73,2,2088,0,1,1.14286,1,3,316,450,0,320,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,90,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29180,0,0,0,0,0,25970,0,0,0,'Duke Nicholas Zverenhoff','','',0,74,74,2,2088,0,1,1.14286,1,3,328,467,0,354,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29181,0,0,0,0,0,25971,0,0,0,'Rayne','','',0,75,75,2,2088,0,1,1.14286,1,3,339,481,0,370,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,85,85,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29182,0,0,0,0,0,25972,0,0,0,'Rimblat Earthshatter','','',0,75,75,2,2088,0,1,1.14286,1,3,339,481,0,370,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,85,85,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29183,0,0,0,0,0,24191,0,0,0,'The Lich King','','',0,83,83,2,2100,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33536,2048,0,0,0,0,0,0,371,535,135,6,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,2000,500,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),(29184,0,0,0,0,0,169,11686,0,0,'Impale Target','','',0,70,70,2,114,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33685508,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(29185,0,0,0,0,0,24998,24999,25526,24997,'Volatile Ghoul','','',0,56,57,0,2100,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29186,0,0,0,0,0,12819,0,0,0,'Rampaging Abomination','','',0,60,60,1,2100,0,1,1.14286,1,1,104,138,0,252,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29187,0,0,0,0,0,23136,0,0,0,'Plague Eruptor','','',0,60,60,2,2100,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29188,0,0,0,0,0,26919,0,0,0,'Coldwraith','','',0,60,60,2,2100,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,25,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29189,0,0,0,0,0,25742,25664,25287,25627,'Howling Geist','','',0,58,59,1,2100,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29190,0,0,0,0,0,25012,0,0,0,'Flesh Behemoth','','',0,70,70,2,2100,0,1,2,1,1,252,357,0,304,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,199,1,8388624,0,'',12340),(29191,0,0,0,0,0,25351,25352,0,0,'Acherus Necromancer','','',0,70,70,2,2082,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29192,0,0,0,0,0,22712,17200,0,0,'[Chapter IV] Chapter IV Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33587968,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29193,0,0,0,0,0,25490,25492,0,0,'Scarlet Deserter','','',0,59,59,1,2100,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,33536,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29197,0,0,0,0,0,14703,0,0,0,'Frozen Shade, Climax','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29198,0,0,0,0,0,25279,0,0,0,'Mograine\'s Mount','','',0,80,80,0,2082,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),(29199,0,0,0,0,0,25446,0,0,0,'Koltira Deathweaver','','',0,60,60,1,2100,0,1,1.14286,1,1,104,138,0,252,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,6,6152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29200,0,0,0,0,0,25447,0,0,0,'Thassarian','','',0,60,60,1,2100,0,1,1.14286,1,1,104,138,0,252,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,6,6152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29201,0,0,0,0,0,25278,0,0,0,'Death Knight Mount','','',0,80,80,0,2082,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),(29204,0,0,0,0,0,25448,0,0,0,'Orbaz Bloodbane','','',0,60,60,1,2100,0,1,1.14286,1,1,104,138,0,252,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,6,6152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29206,0,0,0,0,0,25241,0,0,0,'Warrior of the Frozen Wastes','','',0,72,74,2,2100,0,1,1.14286,1,1,328,467,0,354,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29209,31647,0,0,0,0,10005,0,0,0,'Carrion Beetle','','',0,74,74,2,21,0,0.833332,2,1,0,328,467,0,354,1,1000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.041623,1,1,0,0,0,0,0,0,0,180,1,8388624,0,'',12340),(29211,0,0,0,0,0,27309,0,0,0,'Drakkari Native','','',0,75,76,2,2069,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,7,0,29211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1374,2290,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29213,31597,0,0,0,0,26056,0,0,0,'Anub\'ar Darter','','',0,73,73,2,21,0,1,1.42857,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.100604,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(29214,31586,0,0,0,0,23820,0,0,0,'Anub\'ar Assassin','','',0,73,73,2,21,0,0.833332,1.71429,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.251509,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(29215,0,0,0,0,0,10811,13069,0,0,'Disciples of the Unholy Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29216,31599,0,0,0,0,23561,0,0,0,'Anub\'ar Guardian','','',0,73,73,2,21,0,1,2,1,1,316,450,0,320,7.5,2400,2000,1,64,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,180,1,8388624,0,'',12340),(29217,31607,0,0,0,0,26076,0,0,0,'Anub\'ar Venomancer','','',0,73,73,2,21,0,1,1.71429,1,1,270,395,0,143,7.5,2400,1900,8,64,2048,0,0,0,0,0,0,255,380,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,164,1,8388624,0,'',12340),(29219,0,0,0,0,0,24998,24999,25526,24997,'Volatile Ghoul','','',0,56,57,2,2100,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29220,0,0,0,0,0,4250,0,0,0,'Cenarion Scout','','',0,78,78,2,994,0,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,33024,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,0.8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29221,0,0,0,0,0,25280,0,0,0,'Death Knight Mount, Ebon Hold','','',0,55,55,0,2084,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,180,1,8388624,0,'',12340),(29222,0,0,0,0,0,25933,0,0,0,'Hunter Kanneg','','',0,78,78,2,2060,0,0.666668,0.99206,1,1,387,543,0,528,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29223,0,0,0,0,0,26055,0,0,0,'Image of Mr. Bigglesworth','','',0,1,1,0,32,0,1,0.857143,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(29224,0,0,0,0,0,169,11686,0,0,'Presence of Yogg-Saron','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29225,0,0,0,0,0,4590,0,0,0,'Anti-Magic Zone','','',0,83,83,0,58,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,774,2048,0,0,0,0,0,0,371,535,135,11,1024,0,0,0,0,0,0,0,0,0,52894,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29227,0,0,0,0,0,26061,0,0,0,'Highlord Alexandros Mograine','The Ashbringer','',0,83,83,2,35,0,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,768,2048,0,0,0,0,0,0,365,529,98,6,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,500,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29228,0,0,0,0,0,26062,0,0,0,'Darion Mograine','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,10,2088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29229,0,0,0,0,0,959,0,0,0,'Poisonous Skitterer (1)','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,13,1000,0,1,0,2048,8,0,0,0,0,0,353,512,112,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(29230,0,0,0,0,0,7550,0,0,0,'Lesser Shadow Construct','','',0,54,55,2,2105,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29233,0,0,0,0,0,26063,0,0,0,'Nurse Applewood','Grand Master First Aid Trainer','',0,72,72,1,1928,80,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,2,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29234,0,0,0,0,0,40,0,0,0,'Strand of the Ancients Battlemaster','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29235,0,0,0,0,0,27258,0,0,0,'Gundrak Savage','','',0,76,77,2,2069,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,29235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1434,2390,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29236,0,0,0,0,0,25491,0,0,0,'Gundrak Brute','','',0,76,77,2,2069,0,0.666668,1.14286,1,0,371,522,0,478,1,3000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,29236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1437,2395,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29237,0,0,0,0,0,27254,0,0,0,'Gundrak Fire-eater','','',0,76,77,2,2069,0,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,29237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1446,2410,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29240,30973,0,0,0,0,26065,0,0,0,'Stormforged Lieutenant','','',0,81,81,2,16,0,1,1,1.3,1,425,602,0,670,5,2000,0,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,5,1,0,0,0,0,0,0,0,48,1,0,0,'npc_stormforged_lieutenant',1),(29241,0,0,0,0,0,15938,0,0,0,'Carrion Spinner (1)','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,3,0,0,0,0,353,512,112,1,73,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13151,0,0,0,'',0,1,1,18,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(29242,0,0,0,0,0,15937,0,0,0,'Dread Creeper (1)','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,3,0,0,0,0,353,512,112,1,73,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13153,0,0,0,'',0,1,1,15,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(29243,0,0,0,0,0,15939,0,0,0,'Venom Stalker (1)','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,3,0,0,0,0,353,512,112,1,73,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13150,0,0,0,'',0,1,1,30,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(29244,0,0,0,0,0,26066,0,0,0,'Jesse Masters','Butcher','',9798,73,73,0,1892,129,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,512,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29245,0,0,0,0,0,25351,25352,0,0,'[Chapter IV] Light of Dawn Credit','','',0,70,70,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29247,0,0,0,0,0,16594,16595,16596,16597,'Naxxramas Cultist (1)','','',0,81,81,2,312,0,1,1.14286,1,1,351,509,0,304,13,2000,0,8,32832,2048,8,0,0,0,0,0,351,503,74,7,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11428,19048,'',0,3,1,5,10,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(29248,0,0,0,0,0,16598,16599,16600,16601,'Naxxramas Acolyte (1)','','',0,81,81,2,312,0,1,1.14286,1,1,351,509,0,304,13,2000,0,8,32832,2048,8,0,0,0,0,0,351,503,74,7,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11450,19082,'',0,3,1,5,10,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(29249,0,0,0,0,0,15931,0,0,0,'Anub\'Rekhan (1)','','',0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,70,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,29249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2250000,2750000,'',0,3,1,485,2,1,0,0,0,0,0,0,0,144,1,617299839,2097153,'',12340),(29250,0,0,0,0,0,24277,0,0,0,'Tim Street','Stable Master','',9821,74,74,2,1892,4194305,1,1.14286,1,0,328,467,0,354,1,1500,2000,1,512,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(29251,0,0,0,0,0,9250,0,0,0,'Kor','Stable Master','',9821,74,74,2,1981,4194305,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(29252,0,0,0,0,0,3613,0,0,0,'Jason Riggins','Blacksmithing Supplies','',0,74,74,2,1892,4224,1,1.14286,1,0,328,467,0,354,1,1500,2000,1,512,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29253,0,0,0,0,0,23076,0,0,0,'Koloth','Blacksmithing Supplies','',0,74,74,2,1981,4224,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29254,0,0,0,0,0,26067,26068,26069,26070,'Silver Covenant Guardian Mage','','',0,80,80,2,2027,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,32770,'npc_mageguard_dalaran',12340),(29255,0,0,0,0,0,26071,26072,26073,26074,'Sunreaver Guardian Mage','','',0,80,80,2,2129,0,1,1,1,1,346,499,0,287,4.6,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,32770,'npc_mageguard_dalaran',12340),(29256,0,0,0,0,0,14698,0,0,0,'Crypt Guard (1)','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,13,1150,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,40,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(29257,0,0,0,0,0,20138,0,0,0,'Omar the Test Dragon Gen2','','',0,70,70,0,1965,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),(29258,0,0,0,0,0,21955,0,0,0,'Omar\'s accumulator bunny','','',0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29259,0,0,0,0,0,26077,0,0,0,'Spirit Healer','','',9800,80,80,0,35,16385,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29260,0,0,0,0,0,23766,0,0,0,'Rigger Sparklight','Used Demolisher Salesman','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29261,0,0,0,0,0,26078,0,0,0,'Windle Sparkshine','','',0,75,75,2,2007,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33536,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29262,0,0,0,0,0,23766,0,0,0,'Gorgril Rigspark','Used Demolisher Salesman','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29263,0,0,0,0,0,23913,0,0,0,'PattyMacks Hovering Dummy','','',0,68,69,2,1620,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,264,1,8388624,0,'',12340),(29265,0,0,0,0,0,26087,0,0,0,'Knockback Ball','<Hit Me!>','',0,70,70,0,14,0,1,1.14286,1,5,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29266,31511,0,0,0,0,27486,0,0,0,'Xevozz','','',0,77,77,2,16,0,1,1.14286,1,1,450,550,0,478,8,2000,0,1,514,2048,8,0,0,0,0,0,314,466,81,7,72,29266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5031,8385,'',0,3,1,20,10,1,0,0,0,0,0,0,0,167,1,650854271,2097152,'boss_xevozz',12340),(29267,0,0,0,0,0,27943,0,0,0,'Corpse Scarab (1)','','',0,80,80,2,21,0,0.833332,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(29268,0,0,0,0,0,15940,0,0,0,'Grand Widow Faerlina (1)','','',0,83,83,2,21,0,1,1.14286,1,3,496,674,0,783,70,2000,0,2,32832,2048,8,0,0,0,0,0,365,529,98,7,76,29268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2345574,3909290,'',0,3,1,485,20,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'',12340),(29269,0,0,0,0,0,23812,23813,23814,0,'Aspen Grove Trapper','','',0,73,74,2,2032,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29270,0,0,0,0,0,26098,0,0,0,'Aspen Grove Trader','Trade Goods','',0,73,74,2,2032,128,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29271,31514,0,0,0,0,28073,0,0,0,'Ethereal Sphere','','',0,77,77,2,16,0,1,0.5,1,1,1,1,0,1,1,2000,0,1,131072,2048,8,0,0,0,0,0,1,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,20,1,1,0,0,0,0,0,0,0,76,0,0,0,'',12340),(29272,0,0,0,0,0,26094,0,0,0,'Dwarven Golem','','',0,80,80,1,15,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29273,0,0,0,0,0,16605,16606,0,0,'Naxxramas Follower (1)','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,13,1150,0,1,32832,2048,8,0,0,0,0,0,353,512,112,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,10,1,0,22708,0,0,0,0,0,144,1,65536,0,'',12340),(29274,0,0,0,0,0,16603,16604,0,0,'Naxxramas Worshipper (1)','','',0,81,81,2,312,0,1,1.14286,1,1,351,509,0,304,13,2000,0,8,32832,2048,8,0,0,0,0,0,351,503,74,7,72,16506,0,0,0,0,0,0,0,0,54096,28732,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,10,1,0,22708,0,0,0,0,0,144,1,65537,0,'',12340),(29275,0,0,0,0,0,26097,0,0,0,'Aspen Grove Supplier','Food & Drink','',0,73,74,2,2032,128,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29276,0,0,0,0,0,169,11686,0,0,'Ethereal Summon Target','','',0,77,77,2,35,0,1,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,314,466,81,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29277,0,0,0,0,0,26099,0,0,0,'Datalore Smallsphere','Trade Goods','',0,70,70,2,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29278,0,0,0,0,0,15928,0,0,0,'Maexxna (1)','','',0,83,83,2,21,0,1.68,1.14286,1,3,509,683,0,805,70,1800,0,1,64,2048,8,0,0,0,0,0,371,535,135,1,76,29278,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2548124,3114374,'',0,3,1,545,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'',12340),(29279,0,0,0,0,0,13111,0,0,0,'Maexxna Spiderling (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,1,72,0,0,0,0,0,0,0,0,0,28776,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(29280,30778,0,0,0,0,26100,0,0,0,'Image of Arthas','','',0,80,80,2,14,0,2,0.992063,1,1,422,586,0,642,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,53,1,8388624,0,'',12340),(29281,30809,0,0,0,0,25944,0,0,0,'Svala','','',0,80,80,2,21,0,0.4,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,3,1,15,1,0,0,0,0,0,0,0,122,1,650854271,2097152,'boss_svala',12340),(29282,0,0,0,0,0,26103,0,0,0,'Paymaster Alstein','Banker','',0,75,75,2,2007,131072,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29283,0,0,0,0,0,26104,0,0,0,'Paymaster Habert','Banker','',0,75,75,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29285,0,0,0,0,0,26105,0,0,0,'Westfall Brigade Scout','','',0,71,71,2,1891,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29286,0,0,0,0,0,15942,0,0,0,'Tomb Horror (1)','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,35,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(29288,0,0,0,0,0,26107,0,0,0,'Engineer Kurtis Paddock','The Assurance','',0,30,30,0,1078,6272,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29291,0,0,0,0,0,26110,0,0,0,'Galley Chief Paul Kubit','The Assurance','',0,30,30,0,1078,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29292,0,0,0,0,0,26111,0,0,0,'Art Peshkov','','',0,55,55,0,11,0,1,1.42857,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(29293,0,0,0,0,0,26112,0,0,0,'Daniel Kramer','','',0,55,55,0,11,0,1,1.42857,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(29294,0,0,0,0,0,26113,0,0,0,'Candace Thomas','','',0,55,55,0,11,0,1,1.42857,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(29295,0,0,0,0,0,26114,0,0,0,'Meghan Dawson','','',0,55,55,0,11,0,1,1.42857,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(29296,0,0,0,0,0,26115,0,0,0,'Justin Boehm','The Assurance','',0,30,30,0,1078,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29297,0,0,0,0,0,26116,0,0,0,'Michael Corpora','The Assurance','',0,30,30,0,1078,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29299,0,0,0,0,0,26118,0,0,0,'Serban Oprescu','The Assurance','',0,30,30,0,1078,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29300,0,0,0,0,0,26119,0,0,0,'Robert Richardson','The Assurance','',0,30,30,0,1078,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29301,0,0,0,0,0,23645,23650,23651,23652,'Camp Winterhoof Wayfarer','','',0,66,71,2,1922,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29302,0,0,0,0,0,21968,0,0,0,'Deathguard Hemil','','',0,69,69,2,1929,0,1,1.38571,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29303,0,0,0,0,0,171,0,0,0,'Lifeblood Elemental Credit','','',0,76,76,2,834,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29304,31370,0,0,0,0,27422,0,0,0,'Slad\'ran','High Prophet of Sseratus','',0,78,78,2,16,0,1,1.14286,1,1,387,543,0,528,13,2000,2000,1,32832,2048,0,0,0,0,0,0,324,480,88,7,72,29304,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4961,8269,'',0,3,1,15,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_slad_ran',12340),(29305,30530,0,0,0,0,27059,0,0,0,'Moorabi','High Prophet of Mam\'toth','',0,78,78,2,16,0,1,1.42857,1,1,387,543,0,528,7,1000,2000,1,32832,2048,0,0,0,0,0,0,324,480,88,7,72,29305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4970,8283,'',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'boss_moorabi',12340),(29306,31368,0,0,0,0,27061,0,0,0,'Gal\'darah','High Prophet of Akali','',0,78,78,2,16,0,1,1.14286,1,1,387,543,0,528,13,2000,2000,1,32832,2048,0,0,0,0,0,0,324,480,88,7,72,29306,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,5014,8356,'',0,3,1,25,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_gal_darah',12340),(29307,31365,0,0,0,0,26588,0,0,0,'Drakkari Colossus','','',0,78,78,2,16,0,1,1.42857,1,1,387,543,0,528,13,3000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,9,584,0,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_drakkari_colossus',12340),(29308,31469,0,0,0,0,27406,0,0,0,'Prince Taldaram','','',0,75,75,2,16,0,1.6,1.42857,1,1,339,481,0,370,7.5,2400,0,2,33587264,2048,8,0,0,0,0,0,293,436,53,7,72,29308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4181,6969,'',0,3,1,20,20,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'boss_taldaram',12340),(29309,31456,0,0,0,0,27407,0,0,0,'Elder Nadox','','',0,75,75,2,16,0,1.6,1.42857,1,1,339,481,0,370,7.5,2400,0,2,32832,2048,8,0,0,0,0,0,293,436,53,6,72,29309,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,17,20,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'boss_elder_nadox',12340),(29310,31465,0,0,0,0,26777,0,0,0,'Jedoga Shadowseeker','','',0,75,75,2,16,0,1,1.71429,1.35,1,339,481,0,370,7.5,2400,0,2,32832,2048,9,0,0,0,0,0,293,436,53,7,72,29310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4176,6960,'',0,3,1,20,20,1,0,0,0,0,0,0,0,172,1,650854271,2097152,'boss_jedoga_shadowseeker',12340),(29311,31464,0,0,0,0,27408,0,0,0,'Herald Volazj','','',0,75,75,2,16,0,1.6,1.42857,1,1,342,485,0,392,7.5,2400,0,1,32832,2048,8,0,0,0,0,0,295,438,68,10,72,29311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4177,6961,'',0,3,1,25,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'boss_volazj',12340),(29312,31509,0,0,0,0,10193,0,0,0,'Lavanthor','','',0,77,77,2,16,0,1,1.14286,1,1,450,550,0,478,8,2000,0,1,514,2048,8,0,0,0,0,0,314,466,81,1,72,29312,0,70213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6666,6666,'',0,3,1,20,1,1,0,0,0,0,0,0,0,167,1,650854271,2097152,'boss_lavanthor',12340),(29313,31508,0,0,0,0,27487,0,0,0,'Ichoron','','',0,77,77,2,16,0,1,1.14286,1,1,450,550,0,452,8,2000,0,2,514,2048,8,0,0,0,0,0,311,463,62,4,72,29313,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6635,6635,'',0,3,1,20,18.7,1,0,42107,0,0,0,0,0,167,1,650854271,2097152,'boss_ichoron',12340),(29314,31512,0,0,0,0,27855,0,0,0,'Zuramat the Obliterator','','',0,77,77,2,16,0,1,1.14286,1,1,450,550,0,478,8,2000,0,1,514,2048,8,0,0,0,0,0,314,466,81,3,72,29314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6662,6662,'',0,3,1,20,1,1,0,0,0,0,0,0,0,167,1,650854271,2097152,'boss_zuramat',12340),(29315,31507,0,0,0,0,27488,0,0,0,'Erekem','','',0,77,77,2,16,0,1,1.14286,1,1,450,550,0,452,8,2000,0,2,514,2048,8,0,0,0,0,0,311,463,62,7,72,29315,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4895,8159,'',0,3,1,12,20,1,0,0,0,0,0,0,0,150,1,617299839,2097152,'boss_erekem',12340),(29316,31510,0,0,0,0,20590,0,0,0,'Moragg','','',0,77,77,2,16,0,1,1.14286,1,1,450,550,0,478,7.5,2000,0,1,514,2048,8,0,0,0,0,0,314,466,81,3,72,29316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6687,6687,'',0,3,1,20,1,1,0,0,0,0,0,0,0,167,1,650854271,2097152,'boss_moragg',12340),(29317,0,0,0,0,0,27340,0,0,0,'Cyanigosa (Dragon)','','',0,77,77,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29318,0,0,0,0,0,1438,0,0,0,'Dalaran Arena Battlemaster','Battle Master','',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29319,0,0,0,0,0,10618,0,0,0,'Icepaw Bear','','',55000,76,77,2,1990,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,4,0,0,0,0,314,466,81,1,1,29319,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13473,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29320,0,0,0,0,0,25797,0,0,0,'(PH) Storm Maiden','','',0,79,80,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29321,31515,0,0,0,0,17200,0,0,0,'Ichor Globule','','',0,76,76,2,16,0,1,1.14286,1,1,352,499,0,408,1,2000,0,2,0,2048,8,0,0,0,0,0,302,449,57,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.181802,1,1,0,0,0,0,0,0,0,84,0,0,0,'npc_ichor_globule',12340),(29322,0,0,0,0,0,26123,0,0,0,'(PH) Storm Maiden - Caster','','',0,79,80,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29323,0,0,0,0,0,25771,0,0,0,'Sifreldar Storm Maiden','','',0,78,79,2,1885,0,1,1.28571,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,29323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1589,2648,'SmartAI',0,3,1,1,1,1,0,40641,41989,0,0,0,0,0,1,0,0,'',12340),(29324,0,0,0,0,0,16174,0,0,0,'Patchwerk (1)','','',0,83,83,2,21,0,2,1.14286,1,3,509,683,0,805,70,1200,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,29324,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2610000,3190000,'',0,3,1,935,2,1,0,0,0,0,0,0,0,169,1,617299839,2097153,'',12340),(29325,0,0,0,0,0,26138,0,0,0,'Torgo the Younger','','',0,75,75,2,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29326,0,0,0,0,0,169,11686,0,0,'Ichoron Summon Target','','',0,77,77,2,35,0,1,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,314,466,81,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(29328,0,0,0,0,0,328,0,0,0,'Arctic Hare','','',0,1,1,0,31,0,1,1.28571,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),(29329,0,0,0,0,0,26166,26168,26167,26169,'Onslaught Paladin','','',0,79,80,2,67,0,1,1.38571,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,2048,29329,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1664,2773,'SmartAI',0,3,1,1,1,1,0,40652,0,0,0,0,0,0,1,0,0,'',12340),(29330,0,0,0,0,0,26170,26172,26171,26173,'Onslaught Harbor Guard','','',0,79,80,2,67,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,29330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1665,2775,'SmartAI',0,3,1,1,1,1,0,40652,0,0,0,0,0,0,1,0,0,'',12340),(29331,0,0,0,0,0,26123,0,0,0,'Sifreldar Runekeeper','','',0,79,80,2,1885,0,1,1.42857,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,29331,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1671,2785,'SmartAI',0,3,1,1,1,1,0,40641,41989,0,0,0,0,0,1,0,0,'',12340),(29332,0,0,0,0,0,27865,27866,0,0,'Gundrak Bat Rider','','',0,76,77,2,2069,0,1,1.57143,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,29332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1420,2366,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(29333,0,0,0,0,0,26178,26180,26179,26181,'Onslaught Gryphon Rider','','',0,79,80,2,67,0,1,1.38571,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,526336,29333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1663,2771,'SmartAI',0,4,1,1,1,1,0,40970,40652,0,0,0,0,220,1,0,0,'',12340),(29334,0,0,0,0,0,8472,1340,0,0,'Gundrak Raptor','','',0,76,77,2,2069,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,11,0,0,0,0,314,466,81,1,1,29334,0,70203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,44921,0,0,0,0,0,0,1,0,0,'',12340),(29335,31609,0,0,0,0,23565,0,0,0,'Anub\'ar Webspinner','','',0,72,72,2,21,0,1,1.42857,1,1,263,384,0,140,4,2000,2000,8,64,2048,0,0,0,0,0,0,247,369,34,6,0,29335,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',1),(29336,0,0,0,0,0,26185,26186,0,0,'Argent Knight','','',0,70,70,0,84,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29337,0,0,0,0,0,26187,26188,0,0,'Argent Knight','','',0,70,70,0,83,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29338,0,0,0,0,0,26189,26191,26190,26192,'Onslaught Raven Bishop','','',0,79,80,2,67,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,29338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1668,2780,'SmartAI',0,3,1,1,1,1,0,40652,0,0,0,0,0,0,1,0,0,'',12340),(29339,0,0,0,0,0,24242,4111,4109,4110,'Apothecary Tepesh','Alchemy & Poison Supplies','',0,71,71,2,1928,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29340,31587,0,0,0,0,26193,0,0,0,'Anub\'ar Brood Keeper','','',0,72,72,2,7,0,0.833332,1.42857,1,5,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(29341,0,0,0,0,0,21342,0,0,0,'Dual-plagued Brain','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29342,0,0,0,0,0,25797,0,0,0,'Sybil (Archer) - Deprecated','','',0,79,80,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,29342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(29343,0,0,0,0,0,26195,0,0,0,'Baron Sliver','','',9858,80,80,2,2050,3,1,2,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29344,0,0,0,0,0,26197,0,0,0,'Lord-Commander Arete','','',9806,80,80,2,2050,3,1,2.85714,1,1,417,582,0,608,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29345,0,0,0,0,0,21955,11686,0,0,'Argent Dawn Banner','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29346,0,0,0,0,0,24242,4111,4109,4110,'Apothecary Karlov','','',0,71,71,2,1928,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29347,0,0,0,0,0,9760,0,0,0,'Patchwork Golem (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7596,9930,'',0,3,1,30,2,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(29348,0,0,0,0,0,24242,4111,4109,4110,'Apothecary Chaney','Alchemy & Poison Supplies','',0,71,71,2,1928,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29349,31598,0,0,0,0,26056,0,0,0,'Anub\'ar Darter','','',0,73,73,2,21,0,1,1.42857,1,0,316,450,0,320,1,2000,2000,1,256,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1.2,0.100604,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(29350,0,0,0,0,0,24531,0,0,0,'Torseg the Exiled','','',0,79,79,2,14,0,2.4,1.57143,1,1,404,564,0,582,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,334,494,95,5,0,29350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,160,1,0,0,'',12340),(29351,0,0,0,0,0,24531,0,0,0,'Niffelem Frost Giant','','',0,79,80,2,2107,16777216,2.8,1.71429,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,'AgressorAI',0,3,1,4,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),(29352,0,0,0,0,0,26202,0,0,0,'Kirgaraak','','',0,80,80,2,190,0,1,1.11111,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29353,0,0,0,0,0,15958,0,0,0,'Bile Retcher (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9552,12482,'',0,3,1,24,2,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(29354,0,0,0,0,0,12349,0,0,0,'Sewage Slime (1)','','',0,80,80,2,16,0,1,1.14286,2,1,422,586,0,642,13,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29355,0,0,0,0,0,12349,0,0,0,'Embalming Slime (1)','','',0,80,80,2,21,0,1.2,1.14286,1,1,422,586,0,642,13,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,2,1,0,0,0,0,0,0,0,76,1,8388624,0,'',12340),(29356,0,0,0,0,0,15962,0,0,0,'Sludge Belcher (1)','','',0,82,82,2,21,0,1,1.14286,1,1,488,642,0,782,13,2500,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17046,17046,'',0,3,1,25,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(29357,0,0,0,0,0,12349,0,0,0,'Bile Sludge (1)','','',0,82,82,2,14,0,0.4,1.14286,1,0,488,642,0,782,1,2000,2000,1,64,2048,0,0,0,0,0,0,363,521,121,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,64,1,0,0,'',12340),(29358,0,0,0,0,0,26331,0,0,0,'Frostworg','','',0,79,80,2,2107,16777216,2.8,1.71429,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,1,0,0,0,0,345,509,103,1,1,29358,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,'AgressorAI',0,3,1,3,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),(29359,0,0,0,0,0,16175,0,0,0,'Living Monstrosity (1)','','',0,82,82,2,21,0,0.8,1.14286,1,1,488,642,0,782,13,2000,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4030,5272,'',0,3,1,35,2,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(29360,0,0,0,0,0,4590,0,0,0,'Lightning Totem (1)','','',0,82,82,2,21,0,1,1.14286,1,0,488,642,0,782,1,1318,0,1,4,2048,8,0,0,0,0,0,363,521,121,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29361,0,0,0,0,0,24710,0,0,0,'[PH]TEST Skater','','vehichleCursor',0,72,72,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,156,1,0,0,'',12340),(29362,0,0,0,0,0,16063,0,0,0,'Mad Scientist (1)','','',0,81,81,2,21,0,1,1.14286,1,1,425,602,0,670,13,2000,0,2,64,2048,8,0,0,0,0,0,351,511,86,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4452,5822,'',0,3,1,15,2,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(29363,0,0,0,0,0,836,0,0,0,'Surgical Assistant (1)','','',0,80,80,2,21,0,1,1.14286,1,1,417,582,0,608,13,2000,0,2,64,2048,8,0,0,0,0,0,341,506,80,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3684,4820,'',0,3,1,7,5,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(29364,31518,0,0,0,0,26208,0,0,0,'Void Sentry','','',0,77,77,2,16,0,1,1.14286,1,0,1,1,0,1,1,2000,0,1,0,2048,8,0,0,0,0,0,1,1,1,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.043941,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_vh_void_sentry',12340),(29365,31519,0,0,0,0,23767,0,0,0,'Void Sentry','','',0,77,77,2,16,0,1,1.14286,1,0,371,522,0,478,1,2000,0,1,33554434,2048,8,0,0,0,0,0,314,466,81,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29366,0,0,0,0,0,25771,0,0,0,'Brunnhildar Challenger','','',0,79,80,2,2109,0,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29367,0,0,0,0,0,4606,0,0,0,'Ichor Globule (Transform)','','',0,76,76,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,106,1,0,0,'',12340),(29368,0,0,0,0,0,26218,0,0,0,'Valduran the Stormborn','','',0,80,80,2,2102,0,1,0.992063,1,1,346,499,0,287,4.6,2000,2000,8,256,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29369,0,0,0,0,0,25756,0,0,0,'Stormforged Taskmaster','','',0,78,79,2,1954,0,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,29369,29369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1582,2636,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(29370,0,0,0,30152,0,26212,0,0,0,'Stormforged Champion','','',0,79,79,2,1954,0,1,0.992063,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,29370,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1594,2656,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(29371,0,0,0,0,0,24484,0,0,0,'Stitched Giant (1)','','',0,82,82,2,21,0,1,1.14286,1,1,488,642,0,782,13,2000,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12958,16932,'',0,3,1,40,2,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(29372,0,0,0,0,0,6372,0,0,0,'Twilight Drake','','',0,82,82,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29373,0,0,0,0,0,16035,0,0,0,'Grobbulus (1)','','',0,83,83,2,21,0,1.5,1.14286,1,3,509,683,0,805,70,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,29373,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2567646,3138234,'',0,3,1,685,2,1,0,0,0,0,0,0,0,166,1,617299839,2097153,'',12340),(29374,0,0,0,30152,0,26220,0,0,0,'Stormforged Magus','','',0,78,79,2,1954,0,1,0.992063,1,0,334,482,0,260,1,2000,2000,8,32768,2048,0,0,0,0,0,0,306,454,64,7,0,29374,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1585,2641,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(29375,0,0,0,0,0,27092,0,0,0,'Stormforged Iron Giant','','',0,80,80,2,2108,0,2.8,1.5873,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,7,0,29375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5727,9545,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,55,1,0,0,'',12340),(29376,0,0,0,0,0,25953,0,0,0,'Stormforged Artificer','','',0,78,79,2,1954,0,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,29376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1593,2655,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(29377,0,0,0,0,0,26213,0,0,0,'Stormforged Raider','','',0,78,79,2,2102,0,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,29377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1589,2648,'',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(29378,0,0,0,0,0,25771,0,0,0,'Brunnhildar Observer','','',0,79,80,2,2109,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,29378,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(29379,0,0,0,0,0,11686,0,0,0,'Grobbulus Cloud (1)','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,33554432,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1.35,1,1,0,0,0,0,0,0,0,60,1,0,0,'',12340),(29380,0,0,0,30152,0,26140,0,0,0,'Stormforged War Golem','','',0,79,80,2,1954,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,32768,29380,0,29380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42204,0,0,0,0,0,0,1,0,0,'',12340),(29381,0,0,0,0,0,22541,0,0,0,'QA Arena Master: Blade\'s Edge','Battle Master','PVP',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29382,0,0,0,29377,0,26146,0,0,0,'Stormforged Reaver','','',0,79,80,2,2102,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,32768,29382,0,29727,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29383,0,0,0,0,0,22541,0,0,0,'QA Arena Master: Nagrand Arena','Battle Master','PVP',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29384,0,0,0,0,0,24109,24119,0,0,'Captive Mechagnome','','',9871,77,77,2,35,1,1,0.99206,1,0,367,519,0,452,1,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29385,0,0,0,0,0,22541,0,0,0,'QA Arena Master: Ruins of Lordaeron','Battle Master','PVP',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29386,0,0,0,0,0,22541,0,0,0,'QA Arena Master: Orgrimmar Arena','Battle Master','PVP',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29387,0,0,0,0,0,22541,0,0,0,'QA Arena Master: Dalaran Arena','Battle Master','PVP',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29388,0,0,0,0,0,12349,0,0,0,'Fallout Slime (1)','','',0,80,80,2,14,0,1.5,1.14286,1,1,422,586,0,642,13,1150,0,1,64,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29389,0,0,0,0,0,24103,24121,24115,0,'Mechagnome Laborer','','',0,78,79,2,1954,0,1,0.99206,1,0,399,559,0,550,1,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,9,32768,29389,0,29724,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29390,0,0,0,0,0,24892,0,0,0,'Snowdrift Jormungar','','',0,79,80,2,14,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,42,0,0,0,0,345,509,103,1,65537,29390,0,70207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42927,0,0,0,0,0,0,1,0,0,'',12340),(29391,0,0,0,0,0,1126,17612,0,0,'Ravenous Jaws Blood Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29392,0,0,0,0,0,12208,12210,26216,0,'Ravenous Jaws','','',0,79,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,29392,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29393,0,0,0,0,0,28019,0,0,0,'King Ymiron','','',0,83,83,2,14,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29394,0,0,0,0,0,24191,0,0,0,'The Lich King','','',0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33536,2099200,0,0,0,0,0,0,371,535,135,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2000,1,1,0,0,0,0,0,0,0,171,1,8388624,0,'',12340),(29395,31513,0,0,0,0,18628,0,0,0,'Erekem Guard','','',0,76,76,2,16,0,1,1.14286,1,1,450,550,0,432,3,2000,0,1,512,2048,8,0,0,0,0,0,305,452,74,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,150,1,0,0,'npc_erekem_guard',12340),(29396,0,0,0,0,0,26217,0,0,0,'Setaal Darkmender','','',9813,79,79,2,2050,2,1,1.14286,1,1,399,559,0,550,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29397,0,0,0,0,0,1126,11686,0,0,'Land Mine Bunny','','',0,78,78,2,14,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,324,480,88,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29398,0,0,0,0,0,1126,17612,0,0,'From Their Corpses, Rise! Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29399,0,0,0,0,0,26219,0,0,0,'Sparksocket AA Cannon','','',0,80,80,2,14,0,1,1,1,0,422,586,0,642,1,2000,2000,1,2181038080,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(29400,0,0,0,0,0,24993,24994,24995,0,'Corrupted Scarlet Onslaught','','',0,79,80,2,2084,0,0.8,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29401,0,0,0,0,0,21955,11686,0,0,'Argent Tome','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29402,0,0,0,0,0,27235,0,0,0,'Ironwool Mammoth','','',0,77,78,2,190,0,0.666668,0.95238,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,1,0,29402,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42104,0,0,0,0,0,0,1,0,0,'',12340),(29403,0,0,0,0,0,24688,0,0,0,'Onslaught Gryphon','','',0,79,79,2,35,16777216,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,1,0,0,0,0,0,0,0,0,0,0,54420,0,0,0,0,0,0,0,0,165,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,194,1,0,0,'',12340),(29404,0,0,0,0,0,275,0,0,0,'Savage Hill Scavenger','','',0,77,78,2,16,0,1,1.19048,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,29404,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1514,2523,'SmartAI',0,3,1,1,1,1,0,40645,0,0,0,0,0,0,1,0,0,'',12340),(29405,0,0,0,0,0,26222,0,0,0,'Uzo Deathcaller','','',0,78,78,2,2050,2,1,1.14286,1,1,383,539,0,500,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29406,0,0,0,0,0,1126,17612,0,0,'You\'ll Need a Gryphon Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29407,0,0,0,29554,0,27174,27185,0,0,'Snowblind Devotee','','',0,76,77,2,16,0,1,1.19048,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,29407,29407,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1444,2406,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29408,0,0,0,0,0,24857,0,0,0,'Garm Raider','','',0,77,78,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(29409,0,0,0,29553,0,24842,0,0,0,'Garm Watcher','','',0,77,78,2,16,0,1.6,1.42857,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,29409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1501,2501,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(29411,0,0,0,29412,0,26198,0,0,0,'Crystalweb Weaver','','',0,77,78,2,1692,0,1,1.19048,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,3,0,0,0,0,324,480,88,1,0,29411,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29412,0,0,0,0,0,26223,0,0,0,'Crystalweb Spitter','','',0,77,78,2,1692,0,1,1.19048,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,3,0,0,0,0,324,480,88,1,0,29412,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29413,0,0,0,0,0,27183,27173,0,0,'Snowblind Digger','','',0,76,77,2,1693,0,1,1.19048,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,29413,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1440,2400,'SmartAI',0,3,1,1,1,1,0,40744,0,0,0,0,0,0,1,0,0,'',12340),(29414,0,0,0,0,0,26363,0,0,0,'Bone Gryphon','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,48766,54469,54467,55214,0,0,0,0,0,166,0,0,'',0,5,1,1,1,1,0,0,0,0,0,0,0,220,1,8388624,0,'',12340),(29415,0,0,0,0,0,24688,0,0,0,'Captured Onslaught Gryphon','','',0,79,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29416,0,0,0,0,0,22712,17200,0,0,'Argent Stand Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29417,0,0,0,0,0,16064,0,0,0,'Gluth (1)','','',0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,70,1600,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,29417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2520000,3080000,'',0,3,1,605,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'',12340),(29418,0,0,0,0,0,26237,0,0,0,'Jason Morris','','',0,69,69,2,1929,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29419,0,0,0,0,0,26236,0,0,0,'Julian Morris','','',0,69,69,2,1929,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29420,0,0,0,0,0,26238,0,0,0,'Jessica Morris','','',0,69,69,2,1929,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29421,0,0,0,0,0,26821,0,0,0,'Nicole Morris','','',0,69,69,2,1929,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29422,0,0,0,0,0,21748,21751,21749,21750,'Forsaken Recruit','','',0,68,69,2,1897,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29423,0,0,0,0,0,26237,0,0,0,'Summon Tester','','',0,69,69,2,1929,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29424,0,0,0,0,0,4449,26241,0,0,'Stormforged Lightning Target','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,341,506,80,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29425,0,0,0,0,0,169,11686,0,0,'Erekem Controller','','',0,77,77,2,35,0,1,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,314,466,81,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29426,0,0,0,0,0,25771,0,0,0,'Hyldnir Overseer','','',0,79,80,2,2126,0,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,29426,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1676,2793,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(29427,0,0,0,0,0,26242,26785,0,0,'Captive Vrykul','','',0,79,80,2,190,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,29427,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1660,2766,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(29428,0,0,0,0,0,26243,0,0,0,'Ricket','','',9917,80,80,2,35,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29429,0,0,0,0,0,26244,0,0,0,'Janks','','',0,80,80,2,35,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29430,0,0,0,0,0,26245,0,0,0,'Tore Rumblewrench','','',9918,80,80,2,35,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29431,0,0,0,0,0,26246,0,0,0,'Jeer Sparksocket','','',9916,80,80,2,35,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29432,0,0,0,0,0,26247,0,0,0,'Gino','','',0,80,80,2,35,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29433,0,0,0,0,0,26250,26251,0,0,'Goblin Sapper','','',0,77,78,2,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29434,0,0,0,0,0,26248,26249,0,0,'Injured Goblin Miner','','',9859,77,78,2,35,3,1,0.92857,1,0,387,543,0,528,1,2000,2000,1,537165824,2048,0,0,0,0,0,0,324,480,88,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,1,1,0,0,0,0,0,0,0,110,1,0,0,'npc_injured_goblin',12340),(29435,0,0,0,0,0,25797,0,0,0,'Sybil (Unarmed) - Deprecated','','',0,79,80,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,29435,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(29436,0,0,0,0,0,26177,0,0,0,'Icetouched Earthrager','','',0,74,75,2,834,0,1,1.28571,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,4,512,29436,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41503,42107,0,0,0,0,0,1,0,0,'',12340),(29437,0,0,0,0,0,25640,0,0,0,'Rageclaw Berserker','','',0,74,75,2,2115,0,0.666668,0.99206,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29438,0,0,0,0,0,25385,0,0,0,'Rageclaw Primalist','','',0,74,75,2,2115,0,0.666668,0.99206,1,0,339,481,0,370,1,1538,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29439,0,0,0,0,0,25376,0,0,0,'Rageclaw Hunter','','',0,74,75,2,2115,0,0.666668,0.99206,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29440,0,0,0,0,0,26252,0,0,0,'Goblin Sapper Backpack','','',0,1,1,2,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29441,0,0,0,0,0,16221,0,0,0,'Lieutenant Julek','The Argent Dawn','',0,10,10,0,794,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29442,0,0,0,0,0,16219,0,0,0,'Lieutenant Kregor','The Argent Dawn','',0,10,10,0,794,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29443,0,0,0,0,0,26196,0,0,0,'Argent Dawn Banner (Visual)','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29444,0,0,0,0,0,1206,6303,2957,2958,'Drakkari Snake','','',0,75,75,0,2069,0,1,1.14286,1,0,342,485,0,392,1,1834,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.02,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29445,0,0,0,0,0,28977,0,0,0,'Thorim','','',9924,82,82,2,35,3,1,0.952381,1,3,488,642,0,782,35,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29446,0,0,0,0,0,15297,0,0,0,'Stalagg (1)','','',0,83,83,2,21,0,1.68,1.14286,1,3,509,683,0,805,70,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,2,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),(29447,0,0,0,0,0,15297,0,0,0,'Feugen (1)','','',0,83,83,2,21,0,1.68,1.14286,1,3,509,683,0,805,70,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,2,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),(29448,0,0,0,0,0,16137,0,0,0,'Thaddius (1)','','',0,83,83,2,21,0,1,1.68,1,3,509,683,0,805,35,2000,0,1,0,2048,0,0,0,0,0,0,371,535,135,6,76,29448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3027272,3700000,'',0,3,1,2180,2,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',1),(29449,0,0,0,29882,0,25454,0,0,0,'Vargul Deathwaker','','',0,75,76,2,1885,0,1,1.07143,1,0,352,499,0,408,1,2000,2000,2,32768,2048,0,0,0,0,0,0,302,449,57,6,0,29449,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,41989,0,0,0,0,0,1,8388624,0,'',12340),(29450,0,0,0,29882,0,26254,0,0,0,'Vargul Runelord','','',0,75,76,2,1885,0,1,1.07143,1,0,300,436,0,193,1,2000,2000,8,32768,2048,0,0,0,0,0,0,279,415,49,6,0,29450,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,41989,0,0,0,0,0,1,8388624,0,'',12340),(29451,0,0,0,29882,0,25300,0,0,0,'Vargul Slayer','','',0,75,76,2,1885,0,2,1.42857,1,0,356,503,0,432,1,3000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,6,0,29451,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,42108,0,0,0,0,151,1,8388624,0,'',12340),(29453,0,0,0,0,0,26255,0,0,0,'Vargul Plaguetalon','','',0,74,75,2,1885,0,2,2.28571,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,6,0,29453,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,42108,0,0,0,0,0,201,1,8388624,0,'',12340),(29454,0,0,0,0,0,26256,0,0,0,'Burr','','',0,73,73,2,2070,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,537166592,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29455,0,0,0,0,0,26257,0,0,0,'Gerk','','',0,72,72,2,2070,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,33536,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29456,0,0,0,0,0,26258,0,0,0,'Aurochs Grimbane','','',0,78,78,2,2050,2,1,2,1,1,383,539,0,500,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29457,0,0,0,0,0,1126,11686,0,0,'Plague Sprayer Trigger','','',0,80,80,2,2068,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29458,0,0,0,0,0,25797,0,0,0,'Brunnhildar Drakerider','','',0,80,80,2,2113,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,256,2048,0,0,0,0,0,0,345,509,103,7,3072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29459,0,0,0,0,0,22712,17200,0,0,'Vargul Dummy','','',0,75,76,2,35,0,2,1.42857,1,0,356,503,0,432,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,305,452,74,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,151,1,0,128,'',12340),(29460,0,0,0,0,0,26740,0,0,0,'Frigid Proto-Drake','','',0,80,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,256,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,'AgressorAI',0,7,1,1,1,1,0,0,0,0,0,0,0,155,1,0,0,'',12340),(29461,0,0,0,29412,0,26273,0,0,0,'Icetip Crawler','','',0,78,78,2,1965,0,1,1.19048,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,3,0,0,0,0,324,480,88,1,0,29461,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,40944,0,0,0,0,0,0,1,0,0,'',12340),(29466,0,0,0,0,0,26261,0,0,0,'Goblin Prisoner','','',0,78,79,2,35,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29468,0,0,0,0,0,26271,0,0,0,'Crusader Dargath','','',0,80,80,2,2070,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29469,0,0,0,0,0,26267,27006,26285,0,'Ice Steppe Rhino','','',0,78,79,2,634,0,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,43,0,0,0,0,334,494,95,1,65537,29469,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41340,0,0,0,0,0,0,1,0,0,'',12340),(29471,0,0,0,0,0,26290,0,0,0,'Drakkari Troll','','',0,66,72,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29472,0,0,0,0,0,26291,0,0,0,'Argent Crusader','','',0,69,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29473,0,0,0,0,0,26293,0,0,0,'Gretchen Fizzlespark','','',9912,78,78,2,35,3,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29474,0,0,0,0,0,17166,0,0,0,'Riding Skeletal Gryphon','','',0,70,70,1,2092,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,57,1,0,0,'',12340),(29475,0,0,0,0,0,6271,0,0,0,'Improved Land Mine','','',0,78,78,0,2110,0,1,1,1,0,387,543,0,528,1,2000,2000,1,33554436,2048,0,0,0,0,0,0,324,480,88,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29476,0,0,0,0,0,26299,0,0,0,'Dagna Flintlock','Gunsmith','',0,75,75,2,2007,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29477,0,0,0,0,0,26092,0,0,0,'Earthen Defender','','',0,79,80,2,1770,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,256,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29478,0,0,0,0,0,26300,0,0,0,'Jepetto Joybuzz','Toymaker','',10180,75,75,2,2007,129,1,1,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29479,0,0,0,0,0,22132,0,0,0,'Shoveltusk Forager','','',0,69,69,2,634,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,1,0,29479,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42104,0,0,0,0,0,0,1,0,0,'',12340),(29481,0,0,0,0,0,25815,0,0,0,'Lok\'lira the Crone','','',9913,79,79,2,35,3,1,1.28571,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29482,0,0,0,0,0,16633,0,0,0,'Pet Skunk','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(29483,0,0,0,0,0,19218,0,0,0,'K3 Perimeter Turret','','',0,80,80,2,2110,0,1,1,1,0,422,586,0,642,1,2000,2000,1,33554436,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29484,0,0,0,0,0,26303,0,0,0,'Skeletal Gryphon, Mount','','',0,70,70,2,35,0,3.2,1.28968,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,57,1,0,0,'',12340),(29485,0,0,0,0,0,26302,0,0,0,'Dolomite Giant','','',0,80,80,2,1770,0,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29486,0,0,0,0,0,22639,0,0,0,'Tamed Shoveltusk','','',0,69,69,2,16,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,1,0,29486,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42104,0,0,0,0,0,0,1,0,0,'',12340),(29487,0,0,0,0,0,26304,0,0,0,'Wild Shoveltusk','','',0,68,68,2,634,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,1,0,29487,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42104,0,0,0,0,0,0,1,0,0,'',12340),(29488,0,0,0,0,0,26308,0,0,0,'Scourge Gryphon','','Taxi',0,53,54,0,2100,16777216,2.4,2.57143,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,2,2,1,1,0,0,0,0,0,0,0,213,1,8388624,0,'',12340),(29489,0,0,0,0,0,26305,0,0,0,'Captain Welsington','','',0,80,80,2,67,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,29489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1661,2769,'SmartAI',0,3,1,1,1,1,0,40652,0,0,0,0,0,0,1,0,0,'',12340),(29490,0,0,0,0,0,26306,0,0,0,'Captain Hartford','','',0,80,80,2,67,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,29490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1662,2770,'SmartAI',0,3,1,1,1,1,0,40652,0,0,0,0,0,0,1,0,0,'',12340),(29491,0,0,0,0,0,25879,0,0,0,'Karandonna','Clothier','',0,75,75,0,2007,4224,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29492,0,0,0,0,0,23812,23813,23814,0,'Ashwood Trapper','','',0,73,74,2,2032,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29493,0,0,0,0,0,26307,0,0,0,'Jarold Puller','Specialty Ammunition','',0,75,75,2,2007,4480,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29494,0,0,0,0,0,26309,0,0,0,'Shen Kang Cheng','Staves','',0,75,75,2,2007,4224,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,0,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29495,0,0,0,0,0,26310,0,0,0,'Norvin Alderman','Cloaks','',0,75,75,0,2007,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29496,0,0,0,0,0,26311,0,0,0,'Kerta the Bold','Axe & Polearm Merchant','',0,75,75,2,2007,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29497,0,0,0,0,0,26312,0,0,0,'Walther Whiteford','Mace Merchant','',0,75,75,2,2007,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29498,0,0,0,0,0,26355,0,0,0,'Brunnhildar Warmaiden','','',0,80,80,2,2133,0,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,2048,29498,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1556,2594,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(29499,0,0,0,0,0,26313,0,0,0,'Bartram Haller','Dagger & Fist Weapon Merchant','',0,75,75,2,2007,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29500,0,0,0,0,0,26388,0,0,0,'Brunnhildar Warbear','','',0,80,80,2,2133,0,1,1.71429,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,4,0,0,0,0,345,509,103,1,0,0,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(29501,0,0,0,0,0,26308,0,0,0,'Scourge Gryphon','','Taxi',0,53,54,0,35,16777216,2.4,2.57143,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,2,2,1,1,0,0,0,0,0,0,0,213,1,8388624,0,'',12340),(29503,0,0,0,0,0,28013,0,0,0,'Fjorn','','',0,79,80,2,2108,0,2.8,1.5873,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,29503,0,0,0,0,0,0,0,0,55512,57801,0,0,0,0,0,0,0,0,5000,7550,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,55,1,1,0,'',12340),(29504,0,0,0,0,0,25680,0,0,0,'Seething Revenant','','',0,80,80,2,834,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,0,29504,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41558,42107,0,0,0,0,0,1,0,0,'',12340),(29505,0,0,0,0,0,26339,0,0,0,'Imindril Spearsong','Weaponsmithing Trainer','',0,75,75,2,2007,80,1,1,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,9787,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29506,0,0,0,0,0,26338,0,0,0,'Orland Schaeffer','Armorsmithing Trainer','',0,75,75,2,2007,80,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29507,0,0,0,0,0,26337,0,0,0,'Manfred Staller','Elemental Leatherworking Trainer','',0,75,75,2,2007,80,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29508,0,0,0,0,0,26336,0,0,0,'Andellion','Dragonscale Leatherworking Trainer','',0,75,75,2,2007,80,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29509,0,0,0,0,0,26335,0,0,0,'Namha Moonwater','Tribal Leatherworking Trainer','',0,75,75,2,2007,80,1,1,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29510,0,0,0,0,0,26377,0,0,0,'Linna Bruder','Shadoweave Tailoring Specialist','',0,75,75,2,2007,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29511,0,0,0,0,0,26378,0,0,0,'Lalla Brightweave','Spellfire Tailoring Specialist','',0,75,75,2,2007,128,1,1,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29512,0,0,0,0,0,26376,0,0,0,'Ainderu Summerleaf','Mooncloth Tailoring Specialist','',0,76,76,2,2007,128,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29513,0,0,0,0,0,26375,0,0,0,'Didi the Wrench','Goblin Engineering Trainer','',0,75,75,2,2007,80,1,1,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29514,0,0,0,0,0,26374,0,0,0,'Findle Whistlesteam','Gnome Engineering Trainer','',0,75,75,2,2007,80,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29515,0,0,0,0,0,22053,0,0,0,'Dead Death\'s Rise Vrykul','','',0,79,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,32,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(29517,0,0,0,0,0,24994,24993,24992,24995,'Darkmender\'s Ghoul','Setaal\'s Pet','',0,78,78,0,2050,0,0.8,0.99206,1,0,194,221,0,178,1,2000,2000,4,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29518,0,0,0,0,0,26123,0,0,0,'Overseer Syra','','',0,79,79,2,2109,0,1,1.42857,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,29518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41989,40690,0,0,0,0,0,1,0,0,'',12340),(29519,0,0,0,0,0,25373,25357,25358,25364,'Unworthy Initiate','','',0,55,55,0,7,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,33024,2048,0,0,0,0,0,0,60,88,21,6,0,0,0,0,0,0,0,0,0,0,52374,52375,52372,52373,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_unworthy_initiate',12340),(29520,0,0,0,29519,0,25355,25371,25372,25361,'Unworthy Initiate','','',0,55,55,0,7,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,33024,2048,0,0,0,0,0,0,60,88,21,6,0,0,0,0,0,0,0,0,0,0,52374,52375,52372,52373,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_unworthy_initiate',12340),(29521,0,0,0,0,0,23980,24719,0,0,'Unworthy Initiate Anchor','','',0,55,55,0,7,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,33587456,2048,0,0,0,0,0,0,60,88,21,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_unworthy_initiate_anchor',12340),(29522,0,0,0,0,0,26324,0,0,0,'Frost Wyrm Raptor','','',0,72,72,1,2139,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,244,1,8388624,0,'',12340),(29523,0,0,0,0,0,26321,0,0,0,'Bragund Brightlink','Mail Armor Merchant','',0,75,75,2,2007,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29524,0,0,0,0,0,22712,17200,0,0,'Mammoth Meat Bunny','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29525,0,0,0,0,0,26325,0,0,0,'Zeev Fizzlespark','','',0,78,78,2,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29526,0,0,0,0,0,15093,0,0,0,'Sholazar Daily Test NPC','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29527,0,0,0,0,0,26395,0,0,0,'Orton Bennet','Offhand Offerings','',0,75,75,0,2007,130,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29528,0,0,0,0,0,26396,0,0,0,'Debbi Moore','Trinkets & Charms','',0,75,75,0,2007,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29529,0,0,0,0,0,26347,0,0,0,'Ninsianna','Relics','',0,75,75,0,2007,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29530,0,0,0,0,0,26372,0,0,0,'Binzik Goldbook','Banker','',0,75,75,2,35,131072,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29532,0,0,0,0,0,26373,0,0,0,'Ajay Green','Innkeeper','',10202,75,75,2,35,66179,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(29533,0,0,0,0,0,26362,0,0,0,'Schembari \"Uncle Sal\" Shearbolt','Arena Battlemaster','',0,75,75,2,35,1048577,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33024,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29534,0,0,0,0,0,26386,0,0,0,'\"Baroness\" Llana','Arena Organizer','',0,75,75,2,35,262145,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29535,0,0,0,0,0,26445,0,0,0,'Alchemist Cinesra','Poison Vendor','',0,75,75,0,35,1154,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(29537,0,0,0,0,0,26443,0,0,0,'Darahir','Reagents & Magical Goods','',0,75,75,0,35,2176,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(29538,0,0,0,0,0,26444,0,0,0,'Hexil Garrot','Tools of the Trade','',0,75,75,2,35,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(29539,0,0,0,0,0,26463,0,0,0,'Nargle Lashcord','Veteran Arena Vendor','',0,75,75,2,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29540,0,0,0,0,0,26464,0,0,0,'Xazi Smolderpipe','Arena Vendor','',0,75,75,2,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29541,0,0,0,0,0,26465,0,0,0,'Zom Bocom','Apprentice Arena Vendor','',0,75,75,2,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29542,0,0,0,0,0,26326,0,0,0,'Archbishop Landgren','','',0,80,80,2,67,0,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,24,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29543,0,0,0,0,0,26331,0,0,0,'Frostworg Carcass','','',0,79,80,2,14,0,2.8,1,1,1,422,586,0,642,4.6,2000,2000,1,537133824,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,55,1,0,0,'',12340),(29544,0,0,0,0,0,24531,0,0,0,'Dead Frost Giant','','',0,79,80,2,2107,0,2.8,1.5873,1,1,422,586,0,642,4.6,2000,2000,1,537133824,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,55,1,0,0,'',12340),(29545,0,0,0,0,0,26740,0,0,0,'Proto-Drake Corpse','','',0,80,80,2,1885,0,3.2,1.42857,1,0,422,586,0,642,1,2000,2000,1,537133824,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,3,1,1,1,0,0,0,0,0,0,0,155,1,0,0,'',12340),(29546,0,0,0,0,0,26328,0,0,0,'K3 Snow Runner','','',0,77,78,2,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,537165824,2048,32,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29547,0,0,0,0,0,27211,0,0,0,'Applebough','Fruit Vendor','',0,75,75,2,2007,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29548,0,0,0,0,0,26330,0,0,0,'Aimee','Pie, Pastry & Cakes','',0,75,75,2,2007,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,0,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29549,0,0,0,0,0,26388,0,0,0,'Brunnhildar Riding Bear','','',0,79,80,2,2113,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,4,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29550,0,0,0,0,0,1126,17612,0,0,'Arete\'s Gate Summoned Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29551,0,0,0,0,0,25771,0,0,0,'Brunnhildar Bearhandler','','',9814,79,80,2,2113,1,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,29551,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(29552,0,0,0,0,0,24857,0,0,0,'Garm Raider','','',0,77,78,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(29553,0,0,0,0,0,24842,0,0,0,'Garm Watcher','','',0,77,78,2,16,0,1.6,1.42857,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,29553,29553,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(29554,0,0,0,0,0,27173,27183,0,0,'Snowblind Devotee','','',0,76,77,2,16,0,1,1.19048,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,29554,29554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29555,0,0,0,0,0,26250,26251,28096,28097,'Goblin Sapper','','',0,77,78,2,2110,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29556,0,0,0,0,0,26252,0,0,0,'Goblin Sapper Backpack','','',0,1,1,2,35,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29558,0,0,0,0,0,16480,19595,0,0,'Frost Giant Target Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29559,0,0,0,0,0,26334,0,0,0,'Lion Seal Whelp','','',0,68,69,2,1999,0,0.8,0.71429,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,1,0,29559,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,90,1,0,0,'',12340),(29560,0,0,0,0,0,26197,0,0,0,'Lord-Commander Arete','','',0,80,80,2,2050,2,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,33280,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'npc_lord_arete',12340),(29561,0,0,0,0,0,26341,0,0,0,'Scrapbot','','',0,80,80,0,35,4224,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29562,0,0,0,0,0,8842,0,0,0,'Icemaw Bear','','',0,79,80,2,1712,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,4,0,0,0,0,345,509,103,1,0,29562,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29563,0,0,0,0,0,26323,0,0,0,'Injured Icemaw Matriarch','','vehichleCursor',0,80,80,2,35,16777216,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,4,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29564,0,0,0,0,0,26342,0,0,0,'Grimes','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29565,0,0,0,29519,0,25369,25363,25362,25360,'Unworthy Initiate','','',0,55,55,0,7,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,33024,2048,0,0,0,0,0,0,60,88,21,6,0,0,0,0,0,0,0,0,0,0,52374,52375,52372,52373,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_unworthy_initiate',12340),(29566,0,0,0,29519,0,25356,25367,25365,25366,'Unworthy Initiate','','',0,55,55,0,7,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,33024,2048,0,0,0,0,0,0,60,88,21,6,0,0,0,0,0,0,0,0,0,0,52374,52375,52372,52373,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_unworthy_initiate',12340),(29567,0,0,0,29519,0,25370,25368,25359,25354,'Unworthy Initiate','','',0,55,55,0,7,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,33024,2048,0,0,0,0,0,0,60,88,21,6,0,0,0,0,0,0,0,0,0,0,52374,52375,52372,52373,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_unworthy_initiate',12340),(29568,0,0,0,0,0,26391,0,0,0,'\"Techs\" Rickard Rustbolt','Arena Battlemaster','',0,75,75,2,35,1048577,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33024,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29569,0,0,0,0,0,25771,0,0,0,'Valkyrion Aspirant','','',0,79,80,2,1885,1,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,29569,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1664,2773,'SmartAI',0,3,1,1,1,1,0,41612,41989,0,0,0,0,0,1,0,0,'',12340),(29570,0,0,0,0,0,26725,0,0,0,'Nascent Val\'kyr','','',0,79,80,2,1885,1,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,29570,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,2,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(29571,0,0,0,0,0,25797,0,0,0,'Dead Drakerider','','',0,80,80,2,2109,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,537133312,2048,0,0,0,0,0,0,345,509,103,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29572,0,0,0,0,0,26346,0,0,0,'Landgren\'s Soul','','',0,80,80,2,14,0,0.4,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,256,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,43,1,0,0,'',12340),(29573,31367,0,0,0,0,27028,0,0,0,'Drakkari Elemental','','',0,78,78,2,16,0,1,1.14286,1,1,383,539,0,500,13,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,4,104,29573,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,43158,0,0,0,0,0,164,1,650854271,2097152,'boss_drakkari_elemental',12340),(29574,0,0,0,0,0,26329,0,0,0,'Infectious Ghoul (1)','','',0,81,81,2,21,0,0.8,1.14286,1,1,464,604,0,708,13,1500,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(29575,0,0,0,0,0,11140,0,0,0,'Plague Slime (1)','','',0,81,81,2,14,0,0.8,1.14286,1,1,464,604,0,708,13,1800,0,1,64,2048,8,0,0,0,0,0,353,512,112,10,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12102,15812,'',0,3,1,40,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),(29576,0,0,0,0,0,14710,0,0,0,'Stoneskin Gargoyle (1)','','',0,81,81,2,233,0,2,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22302,29132,'',0,3,1,75,10,1,0,0,0,0,0,0,0,135,1,8388624,0,'',12340),(29577,0,0,0,0,0,1126,11686,0,0,'Landgren\'s Soul Moveto Target Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29578,0,0,0,0,0,18450,18451,0,0,'Stormwind Harbor Archer','','',0,70,70,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29579,0,0,0,0,0,26356,0,0,0,'Brann Bronzebeard','','',9853,80,80,0,35,3,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,32776,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29580,0,0,0,0,0,23980,24719,0,0,'Teleport - Hall -> Heart','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29581,0,0,0,0,0,23980,24719,0,0,'Teleport - Heart -> Hall','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29582,0,0,0,0,0,28108,0,0,0,'Winged Steed of the Ebon Blade','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(29583,0,0,0,0,0,26354,0,0,0,'Pan\'ya','Innkeeper','',9868,75,75,2,35,66177,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(29584,0,0,0,0,0,25797,0,0,0,'Dead Warmaiden','PH Texture','',0,80,80,2,2113,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,537133824,2048,0,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29585,0,0,0,0,0,26388,0,0,0,'Dead Warbear','','',0,80,80,2,2113,0,1,1.71429,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,4,0,0,0,0,345,509,103,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(29586,0,0,0,0,0,25952,0,0,0,'Stormforged Pillager','','',0,78,79,2,2102,0,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,29586,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1589,2648,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(29590,0,0,0,0,0,26715,0,0,0,'Blighted Proto-Drake','','',0,80,80,2,1885,0,1.44444,1.5873,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,29590,0,70209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,4,1,1,1,0,42106,0,0,0,0,0,0,1,0,0,'',12340),(29591,0,0,0,0,0,25797,0,0,0,'Valkyrion Drake-Rider','','',0,79,80,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,29591,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(29592,0,0,0,0,0,26355,0,0,0,'Brijana','','',9822,80,80,2,2109,3,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,2048,29592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1694,2823,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29593,0,0,0,0,0,26357,0,0,0,'Yorg Stormheart','King of the Frostborn','',0,80,80,2,84,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29594,0,0,0,0,0,21774,0,0,0,'Angry Turkey','','',0,4,6,0,14,0,1,1.14286,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29595,0,0,0,0,0,16480,19595,0,0,'Frostworg KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29596,0,0,0,0,0,28428,0,0,0,'White Polar Bear','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(29597,0,0,0,0,0,16480,19595,0,0,'Frost Giant KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29598,0,0,0,0,0,26323,0,0,0,'Icefang','','vehichleCursor',0,80,80,2,35,16777216,1,1.71429,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,4,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(29599,0,0,0,0,0,4449,26241,0,0,'Brann Snow Target','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,341,506,80,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29601,0,0,0,0,0,16895,0,0,0,'Mutated Grub (1)','','',0,81,81,2,16,0,1,1.42857,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,10,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(29602,0,0,0,0,0,26323,0,0,0,'Icefang','','vehichleCursor',0,80,80,2,35,0,1,1.71429,1,0,422,586,0,642,1,2000,2000,1,256,2048,0,4,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,54897,54907,54788,0,0,0,0,0,0,181,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,164,0,0,0,'npc_icefang',12340),(29603,0,0,0,0,0,1954,0,0,0,'Plagued Bat (1)','','',0,80,80,2,16,0,1,1.42857,1,1,422,586,0,642,13,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,1,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(29604,0,0,0,0,0,26364,0,0,0,'Broll Bearmantle','','',0,80,80,2,12,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29605,0,0,0,0,0,26262,0,0,0,'Ravenous Jormungar','','',0,79,80,2,1711,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,42,0,0,0,0,345,509,103,1,65537,29605,0,70207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42927,0,0,0,0,0,0,1,0,0,'',12340),(29607,0,0,0,0,0,26365,0,0,0,'Valeera Sanguinar','','',0,80,80,2,12,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29608,0,0,0,0,0,7896,0,0,0,'Frenzied Bat (1)','','',0,80,80,2,16,0,1,1.42857,1,1,422,586,0,642,13,1500,0,1,64,2048,8,0,0,0,0,0,345,509,103,1,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(29609,0,0,0,0,0,23136,0,0,0,'Plague Beast (1)','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(29610,0,0,0,0,0,24564,0,0,0,'Jorwyrgan','','',0,79,80,2,1711,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,42,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42927,0,0,0,0,0,0,1,0,0,'',12340),(29611,0,0,0,0,0,28127,0,0,0,'King Varian Wrynn','King of Stormwind','',9834,83,83,2,1733,3,1,1.42857,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,76,0,0,0,0,0,0,0,0,0,59688,41056,60509,0,0,0,0,0,0,0,700000,750000,'',0,3,1,400,20,1,1,0,0,0,0,0,0,144,1,617299967,0,'',12340),(29612,0,0,0,0,0,15978,0,0,0,'Diseased Maggot (1)','','',0,80,80,2,16,0,0.8,1.14286,1,1,422,586,0,642,13,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,82,1,0,0,'',12340),(29613,0,0,0,0,0,15788,0,0,0,'Eye Stalk (1)','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,1000,0,1,4,2048,8,0,0,0,0,0,353,512,112,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29614,0,0,0,0,0,26367,26369,0,0,'Onslaught Darkweaver','','',0,79,80,2,67,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,29614,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4984,8306,'SmartAI',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29615,0,0,0,0,0,16590,0,0,0,'Noth the Plaguebringer (1)','','',0,83,83,2,21,0,1,1.71429,1,3,496,674,0,783,70,2000,0,2,32832,2048,8,0,0,0,0,0,365,529,98,6,76,29615,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2531304,3093818,'',0,3,1,605,30,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'',12340),(29616,0,0,0,0,0,26323,0,0,0,'Icefang TEST','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,4,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(29618,0,0,0,0,0,27172,27181,0,0,'Snowblind Follower','','',0,76,77,2,16,0,1,1.19048,1,0,367,519,0,452,1,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),(29619,0,0,0,29618,0,24857,0,0,0,'Garm Invader','','',0,77,78,2,16,0,1.6,1.42857,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,64,'',12340),(29620,0,0,0,0,0,26582,0,0,0,'Dreadlord Mal\'Ganis','','',0,82,82,2,14,0,1,1.14286,1,1,488,642,0,782,20,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29621,0,0,0,0,0,24957,0,0,0,'Grand Admiral Westwind','Leader of the Scarlet Onslaught','',0,82,82,2,14,0,1.6,1.14286,1,3,422,586,0,642,20,2280,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,53045,60501,49807,0,0,0,0,0,'SmartAI',0,3,1,18,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(29622,0,0,0,0,0,1888,0,0,0,'Savage Hill Mystic','','',0,77,78,2,16,0,1,1.14286,1,0,322,466,0,236,1,2000,2000,8,32768,2048,0,0,0,0,0,0,296,440,58,7,0,29622,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1512,2520,'SmartAI',0,3,1,1,1,1,0,40645,0,0,0,0,0,0,1,0,0,'',12340),(29623,0,0,0,0,0,1887,0,0,0,'Savage Hill Brute','','',0,77,78,2,16,0,1.2,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,29623,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1511,2518,'SmartAI',0,3,1,1,1,1,0,40645,0,0,0,0,0,0,1,0,0,'',12340),(29624,0,0,0,0,0,27005,0,0,0,'Stormrider','','',0,79,80,2,14,0,1,0.59524,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,4,0,29624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41514,42107,0,0,0,0,0,1,0,0,'',12340),(29625,0,0,0,0,0,26742,0,0,0,'Hyldsmeet Proto-Drake','','',0,80,80,2,35,0,6,3.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,240,1,0,0,'npc_hyldsmeet_protodrake',12340),(29626,0,0,0,0,0,24855,0,0,0,'Tormar Frostgut','','',0,78,78,2,16,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,50410,11876,0,0,0,0,0,0,0,0,1800,2008,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,1,0,'',12340),(29627,0,0,0,0,0,1126,17612,0,0,'Grand Admiral Westwind Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29628,0,0,0,0,0,26390,0,0,0,'Angelique Butler','First Aid Supplies','',0,75,75,2,2007,128,1,1,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29629,0,0,0,0,0,26393,0,0,0,'Owen Test Creature','','',0,80,80,0,2052,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,2,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),(29630,30937,0,0,0,0,6303,1987,2955,2954,'Fanged Pit Viper','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29631,0,0,0,0,0,26394,0,0,0,'Awilo Lon\'gomba','Grand Master Cooking Trainer','',9831,75,75,2,2123,83,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(29632,0,0,0,0,0,28022,0,0,0,'Plagued Warrior (1)','','',0,81,81,2,21,0,1,1.42857,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,15496,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(29633,0,0,0,0,0,28021,0,0,0,'Plagued Champion (1)','','',0,81,81,2,21,0,1,1.42857,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(29634,0,0,0,0,0,27107,0,0,0,'Plagued Guardian (1)','','',0,81,81,2,21,0,1,1.14286,1,1,351,509,0,304,13,2000,0,8,0,2048,8,0,0,0,0,0,351,503,74,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,18,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(29635,0,0,0,0,0,12074,0,0,0,'Plagued Construct (1)','','',0,81,81,2,233,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,3,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(29636,0,0,0,0,0,26397,0,0,0,'Hagatha Moorehead','Reagent Merchant','',0,75,75,2,2007,2176,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29637,32778,0,0,0,0,1206,6303,2957,2958,'Crafty Snake','','',0,70,70,0,190,0,1,1.14286,1,5,252,357,0,304,1,3000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29639,0,0,0,0,0,26355,0,0,0,'Brunnhildar Prisoner','','',0,80,80,2,2113,0,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,512,2048,0,0,0,0,0,0,345,509,103,7,2048,29639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,2,'npc_brunnhildar_prisoner',12340),(29640,0,0,0,0,0,26398,0,0,0,'Josie Birch','','',0,75,75,2,2007,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29641,0,0,0,0,0,27782,0,0,0,'Theresa Wolf','Loremaster','',0,75,75,2,2007,0,1,1,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29642,0,0,0,0,0,26400,0,0,0,'Dim Flathoof','','',0,77,78,2,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29643,0,0,0,0,0,26401,0,0,0,'Bailey','','',0,77,78,2,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29644,0,0,0,0,0,26402,0,0,0,'Bellinger','','',0,77,78,2,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29645,0,0,0,0,0,7288,0,0,0,'Mechanical Suit ZX-5103','','vehichleCursor',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.6799,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(29646,0,0,0,0,0,26404,0,0,0,'Banshee Soulclaimer','','',0,75,76,2,1885,0,1,1.14286,1,0,352,499,0,408,1,2000,2000,2,32768,2048,0,0,0,0,0,0,302,449,57,6,0,29646,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,41504,42108,0,0,0,0,0,1,8388624,0,'',12340),(29647,0,0,0,0,0,26656,0,0,0,'Gymer','King of Storm Giants','',9852,77,77,2,35,3,2,1.42857,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),(29648,0,0,0,0,0,26363,0,0,0,'Bone Gryphon','','',0,80,80,2,2050,0,3.2,2.85714,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,225,1,8388624,0,'',12340),(29649,0,0,0,0,0,26407,26405,26408,26406,'Captured Death\'s Rise Spy','','',0,77,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29650,0,0,0,0,0,26409,0,0,0,'Archaeologist Andorin','Explorers\' League','',9929,80,80,2,1927,3,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29651,0,0,0,0,0,26410,0,0,0,'Boktar Bloodfury','','',0,80,80,2,1981,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29652,0,0,0,0,0,25757,25994,0,0,'Stormforged Tracker','','',0,78,79,2,1954,0,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,29652,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(29654,0,0,0,0,0,26860,0,0,0,'Drakuru Blood Drinker','','',0,74,75,2,2068,0,1,0.99206,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,6,0,29654,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41161,42108,0,0,0,0,0,1,8388624,0,'',12340),(29655,0,0,0,0,0,1126,11686,0,0,'Malygos','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29656,0,0,0,0,0,24181,0,0,0,'Drakuru Berserker','','',0,75,75,2,2068,0,0.666668,1.14286,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,6,0,29656,29656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41161,42108,0,0,0,0,0,1,8388624,0,'',12340),(29657,0,0,0,0,0,26413,0,0,0,'High Arcanist Savor','','',9825,75,75,0,2123,1,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33536,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(29658,0,0,0,0,0,26412,0,0,0,'Chelsea Reese','Stable Master','',9821,70,70,2,1927,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(29660,0,0,0,0,0,26414,0,0,0,'Grand Marauder Sai','','',9826,75,75,0,2027,1,1,1.14286,1,0,261,425,0,158,1,2000,2000,4,33536,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(29662,0,0,0,0,0,2404,0,0,0,'Beau','Chelsea\'s Horse','',0,69,69,2,1892,0,1,1.38571,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29663,0,0,0,0,0,855,0,0,0,'Foxy','Chelsea\'s Dog','',0,69,69,2,1892,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29664,0,0,0,0,0,26416,0,0,0,'Ragemane','','',0,75,75,2,2068,0,2.4,2,1,1,342,485,0,392,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,295,438,68,1,0,29664,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,41115,0,0,0,0,0,185,1,0,0,'',12340),(29665,0,0,0,0,0,26417,0,0,0,'Pazik \"The Pick\" Prylock','Locksmith','',9823,75,75,2,35,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33024,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_locksmith',12340),(29667,0,0,0,0,0,26502,0,0,0,'Warsong Gulch Portal','','Interact',9830,80,80,0,534,1048577,1,1,1,0,422,586,0,642,1,2000,2000,1,2147746560,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29668,0,0,0,0,0,26495,0,0,0,'Arathi Basin Portal','','Interact',9827,80,80,0,534,1048577,1,1,1,0,422,586,0,642,1,2000,2000,1,2147746560,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29669,0,0,0,0,0,26484,0,0,0,'Alterac Valley Portal','','Interact',9828,80,80,0,534,1048577,1,1,1,0,422,586,0,642,1,2000,2000,1,2147746560,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29670,0,0,0,0,0,26499,0,0,0,'Eye of the Storm Portal','','Interact',9829,80,80,0,534,1048577,1,1,1,0,422,586,0,642,1,2000,2000,1,2147746560,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29671,0,0,0,0,0,26504,0,0,0,'Strand of the Ancients Portal','','Interact',9981,80,80,0,534,1048577,1,1,1,0,422,586,0,642,1,2000,2000,1,2147746560,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29672,0,0,0,0,0,26503,0,0,0,'Warsong Gulch Portal','','Interact',9830,80,80,0,714,1048577,1,1,1,0,422,586,0,642,1,2000,2000,1,2147746560,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29673,0,0,0,0,0,26496,0,0,0,'Arathi Basin Portal','','Interact',9827,80,80,0,714,1048577,1,1,1,0,422,586,0,642,1,2000,2000,1,2147746560,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29674,0,0,0,0,0,26494,0,0,0,'Alterac Valley Portal','','Interact',9828,80,80,0,714,1048577,1,1,1,0,422,586,0,642,1,2000,2000,1,2147746560,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29675,0,0,0,0,0,26501,0,0,0,'Eye of the Storm Portal','','Interact',9829,80,80,0,714,1048577,1,1,1,0,422,586,0,642,1,2000,2000,1,2147746560,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29676,0,0,0,0,0,26505,0,0,0,'Strand of the Ancients Portal','','Interact',9983,80,80,0,714,1048577,1,1,1,0,422,586,0,642,1,2000,2000,1,2147746560,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29677,0,0,0,0,0,1166,0,0,0,'Frosthound','','',0,80,80,2,113,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,54997,54996,0,0,0,0,0,0,0,186,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,133,1,0,0,'npc_frosthound',12340),(29679,0,0,0,0,0,26742,0,0,0,'Hyldsmeet Proto-Drake','','',0,80,80,2,35,0,1,5,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),(29680,30940,0,0,0,0,26420,0,0,0,'Slad\'ran Viper','','',0,77,77,2,16,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29681,0,0,0,0,0,26278,0,0,0,'Gal\'darah Rhino','High Prophet of Akali','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33587968,2048,0,0,0,0,0,0,1,1,0,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,'NullCreatureAI',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(29682,0,0,0,0,0,169,11686,0,0,'Slad\'ran Summon Target','','',0,74,74,2,14,0,1,1.14286,1,1,328,467,0,354,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,287,426,63,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(29684,31816,0,0,0,0,15294,0,0,0,'Ticking Bomb','','',0,73,73,2,14,0,1,0.857143,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(29685,0,0,0,0,0,21955,15880,0,0,'WotLK City Attacks Ice Block Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,43,1,0,128,'',12340),(29686,0,0,0,0,0,25376,25938,25638,25381,'Captured Rageclaw','','',0,74,75,2,2117,0,0.666668,0.99206,1,0,339,481,0,370,1,2000,2000,2,33280,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_captured_rageclaw',12340),(29687,0,0,0,0,0,26426,0,0,0,'Crusader Lord Lantinga','','',9845,77,77,2,2070,3,1,1.14286,1,1,367,519,0,452,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29688,0,0,0,0,0,26427,0,0,0,'Engineer Reed','','',9848,72,72,2,2070,4227,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29689,0,0,0,0,0,26428,0,0,0,'Crusader MacKellar','','',9861,72,72,2,2070,3,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29690,0,0,0,0,0,26429,0,0,0,'Chief Rageclaw','','',9850,76,76,2,2115,3,0.666668,0.99206,1,1,352,499,0,408,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29691,0,0,0,0,0,26430,0,0,0,'Reed\'s Steam Tank','','',0,75,75,2,2070,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29692,0,0,0,0,0,22712,11686,0,0,'Hut Fire','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29693,0,0,0,0,0,2705,0,0,0,'Serpent Defender','','',0,72,73,2,16,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,27,0,0,0,0,276,411,44,1,1,29693,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35798,0,0,0,0,0,0,1,0,0,'',12340),(29694,0,0,0,0,0,25771,0,0,0,'Hyldsmeet Drakerider','','',0,79,80,2,2116,1,1,1.28571,1,0,422,586,0,642,1,3000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29695,0,0,0,0,0,25793,0,0,0,'Tracker Thulin','','',0,79,79,2,1954,0,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,29695,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(29696,0,0,0,0,0,26065,25988,26213,0,'Stormforged Pursuer','','',0,79,80,0,16,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,29696,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,163,1,0,0,'',12340),(29697,0,0,0,0,0,26859,0,0,0,'Drakuru Prophet','','',0,74,75,2,2068,0,1,0.99206,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,6,0,29697,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41161,0,0,0,0,0,0,1,8388624,0,'',12340),(29698,0,0,0,0,0,19770,19768,0,0,'Drakuru Raptor','','',0,74,75,2,2068,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,11,0,0,0,0,295,438,68,1,1,29698,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29699,0,0,0,0,0,26861,0,0,0,'Drakuru Raptor Rider','','',0,74,75,2,2068,0,1,0.99206,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,6,0,29699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(29700,0,0,0,0,0,26319,0,0,0,'Drakuru Shackles','','',0,70,70,2,35,0,1,1,1,0,252,357,0,304,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_drakuru_shackles',12340),(29701,0,0,0,0,0,16309,0,0,0,'Heigan the Unclean (1)','','',0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,70,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,29701,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2560908,3130000,'',0,3,1,665,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'',12340),(29702,0,0,0,0,0,26438,0,0,0,'Chameli Banaphash','Haberdasher','',0,75,75,0,2007,4224,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29703,0,0,0,0,0,26437,0,0,0,'Sheddle Glossgleam','Cobbler','',0,75,75,0,2007,4224,1,1,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29704,0,0,0,0,0,16214,0,0,0,'Towering Horror','','',0,71,71,0,1630,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29708,0,0,0,0,0,26739,0,0,0,'Captive Proto-Drake','','vehichleCursor',0,80,80,2,2113,0,3.2,1.14286,1,0,422,586,0,642,1,2000,2000,1,512,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,155,0,0,0,'',12340),(29709,0,0,0,0,0,26710,0,0,0,'Freed Proto-Drake','','vehichleCursor',0,80,80,2,2113,0,1,2,1,0,422,586,0,642,1,2000,2000,1,16777224,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,55046,0,0,0,0,0,0,0,0,194,0,0,'',0,4,4,1,1,1,0,0,0,0,0,0,0,263,0,0,0,'npc_freed_protodrake',12340),(29710,0,0,0,0,0,19085,0,0,0,'Onslaught Destrier','','',0,78,79,2,190,0,1,1.38571,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,1,0,29710,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(29711,0,0,0,0,0,26439,0,0,0,'Mei','','',0,78,78,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29713,30943,0,0,0,0,26756,0,0,0,'Slad\'ran Constrictor','','',0,78,78,2,16,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29714,0,0,0,0,0,27915,0,0,0,'Lucian Trias','Bread & Cheese Vendor','',0,75,75,2,2007,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29715,0,0,0,0,0,26441,0,0,0,'Fialla Sweetberry','Food & Drink','',0,75,75,2,2007,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29716,0,0,0,0,0,26442,0,0,0,'Clockwork Assistant','Jepetto\'s Companion','',0,75,75,2,2007,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,9,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29717,0,0,0,35297,0,26446,26448,26447,0,'Shadow Cultist','Cult of the Damned','',0,79,80,2,21,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,29717,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41359,0,0,0,0,0,0,1,0,0,'',12340),(29718,0,0,0,0,0,16110,0,0,0,'Loatheb (1)','','',0,83,83,2,21,0,0.8,1.14286,1,3,509,683,0,805,70,1250,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,29718,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2584284,3158570,'',0,3,1,1450,2,1,0,0,0,0,0,0,0,180,1,617299839,2097153,'',12340),(29719,0,0,0,33192,0,12819,14700,14701,0,'Morbid Carcass','','',0,79,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,1063256064,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,29719,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41361,41363,0,0,0,0,0,1,8388624,0,'',12340),(29720,0,0,0,33192,0,25402,25286,0,0,'Vault Geist','','',0,79,80,2,21,0,1,1.42857,1,0,422,586,0,642,1,1000,1055790203,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,29720,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41362,41363,0,0,0,0,144,1,8388624,0,'',12340),(29721,0,0,0,0,0,26449,0,0,0,'Skizzle Slickslide','Flight Master','',0,80,80,2,35,8192,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29722,0,0,0,33192,0,24999,25526,0,0,'Rabid Cannibal','','',0,79,80,2,21,0,0.8,0.992063,1,0,422,586,0,642,1,1000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,29722,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41363,0,0,0,0,0,0,1,8388624,0,'',12340),(29724,0,0,0,0,0,26475,26476,26477,0,'Library Guardian','','',0,78,79,2,14,0,1,1.38571,1,0,399,559,0,550,1,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,9,34816,29724,0,29724,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41130,0,0,0,0,0,0,1,0,0,'',12340),(29725,0,0,0,0,0,26450,0,0,0,'Benik Boltshear','Locksmith','',9823,75,75,2,35,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33024,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_locksmith',12340),(29726,0,0,0,0,0,26452,0,0,0,'Mr. Chilly','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(29727,0,0,0,0,0,26453,0,0,0,'Glorthal Stiffbeard','','',9919,80,80,2,210,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29728,0,0,0,0,0,26451,0,0,0,'Walter Soref','Locksmith','',9823,75,75,2,35,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_locksmith',12340),(29729,0,0,0,0,0,26454,26455,26456,26457,'Frostborn Axemaster','','',0,80,80,2,210,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29730,0,0,0,0,0,26458,26459,0,0,'Frostborn Stormrider','','',0,79,80,2,210,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29731,0,0,0,0,0,26460,26461,0,0,'Frostborn Iceshaper','','',0,79,80,2,1733,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29732,0,0,0,0,0,26462,0,0,0,'Fjorlin Frostbrow','','',9891,80,80,2,1733,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29733,0,0,0,0,0,25639,0,0,0,'Elder Shaman Moky','','',0,75,75,2,2115,2,0.666668,0.99206,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29734,0,0,0,0,0,26355,0,0,0,'Liberated Brunnhildar','PH Texture','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,7,2048,29734,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(29735,31678,0,0,0,0,22088,23793,0,0,'Savage Worg','','',0,70,70,2,16,0,1.2,1.42857,1,0,252,357,0,304,1,1000,2000,1,0,2048,0,1,0,0,0,0,215,320,44,1,1,29735,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(29736,0,0,0,0,0,26466,0,0,0,'Stormcrest Eagle','','vehichleCursor',0,80,80,2,1732,16777217,10,5,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,26,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,55958,55936,0,0,0,0,0,0,0,216,0,0,'SmartAI',0,4,1,5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(29737,0,0,0,0,0,4626,25175,0,0,'Barrel o\' Fun','','',0,80,80,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29738,0,0,0,33192,0,26734,26736,26737,0,'Death Knight Master','','',0,79,80,2,21,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,2048,29738,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41363,41989,0,0,0,0,0,1,8388624,0,'',12340),(29740,0,0,0,0,0,26471,0,0,0,'Craga Ironsting','Stable Master','',9821,72,72,2,1981,4194305,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(29741,0,0,0,0,0,26489,0,0,0,'Moorabi Mammoth Visual','High Prophet of Man\'toth','',0,78,78,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29742,32218,0,0,0,0,27989,0,0,0,'Snake Wrap','','',0,78,78,2,14,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,131076,2048,0,0,0,0,0,0,324,480,88,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29743,0,0,0,0,0,26480,0,0,0,'Lagnus','Explorers\' League','',9920,80,80,2,1927,3,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29744,0,0,0,0,0,26481,0,0,0,'Rork Sharpchin','Explorers\' League','',10214,80,80,2,1927,131,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29745,0,0,0,0,0,26482,0,0,0,'Imogen','Explorers\' League','',0,80,80,2,1927,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29746,0,0,0,0,0,25874,0,0,0,'Databank','','',0,80,80,2,35,0,0.8,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,5,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29747,0,0,0,0,0,26536,0,0,0,'The Ocular','','',0,80,80,2,974,0,1,1.14286,1,1,422,586,0,642,7.5,2500,1069547520,1,4,2048,0,0,0,0,0,0,345,509,103,10,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,10,1,0,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29748,0,0,0,0,0,26491,0,0,0,'Phantom Mammoth','','',0,78,78,2,35,0,1,1.14286,1,1,387,543,0,528,7.5,2000,2000,1,33587968,2048,0,0,0,0,0,0,324,480,88,1,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,188,1,0,2,'',12340),(29749,0,0,0,0,0,26493,0,0,0,'Morgana Dayblaze','Flight Master','',0,1,1,0,1926,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29750,0,0,0,0,0,26498,0,0,0,'Faldorf Bitterchill','Flight Master','',0,80,80,2,1892,8192,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29751,0,0,0,0,0,26497,0,0,0,'Drom Frostgrip','','',0,80,80,2,35,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,537165888,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29752,0,0,0,0,0,20570,11686,0,0,'Databank Core','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,341,506,80,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29753,0,0,0,0,0,26710,0,0,0,'Stormpeak Wyrm','','',0,80,80,2,1711,0,3.2,1.25,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,2,0,29753,0,70209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,'SmartAI',0,7,1,1,1,1,0,42106,0,0,0,0,0,155,1,0,0,'',12340),(29754,0,0,0,0,0,26506,0,0,0,'Column Ornament','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29755,0,0,0,0,0,26726,0,0,0,'Stormpeak Hatchling','','',0,80,80,2,14,0,1.44444,1.42857,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,2,0,29755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1.2,0.25,1,1,0,42106,0,0,0,0,0,144,1,0,0,'',12340),(29756,0,0,0,0,0,26727,0,0,0,'Veranus','','',0,80,80,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,155,1,0,0,'',12340),(29757,0,0,0,0,0,26508,0,0,0,'Kabarg Windtamer','Flight Master','',0,80,80,2,1981,8193,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29758,0,0,0,0,0,26509,0,0,0,'Cosmetic Totem Horde Air','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29759,0,0,0,0,0,26513,0,0,0,'Cosmetic Totem Horde Earth','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29760,0,0,0,0,0,26514,0,0,0,'Cosmetic Totem Horde Fire','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29761,0,0,0,0,0,26515,0,0,0,'Cosmetic Totem Horde Water','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29762,0,0,0,0,0,26516,0,0,0,'Hyeyoung Parka','Wind Rider Master','',0,80,80,2,1921,8192,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29763,0,0,0,0,0,26517,0,0,0,'Cosmetic Totem Alliance Air','','',0,1,1,0,1375,0,1,1,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29764,0,0,0,0,0,26518,0,0,0,'Cosmetic Totem Alliance Earth','','',0,1,1,0,1375,0,1,1,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29765,0,0,0,0,0,26519,0,0,0,'Cosmetic Totem Alliance Fire','','',0,1,1,0,1375,0,1,1,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29766,0,0,0,0,0,26521,0,0,0,'Cosmetic Totem Alliance Water','','',0,1,1,0,1375,0,1,1,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29767,0,0,0,0,0,26691,0,0,0,'Spectral Gryphon, Mount','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29768,30942,0,0,0,0,4305,0,0,0,'Unyielding Constrictor','','',0,77,77,2,16,0,1,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,314,466,81,1,8,29768,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29769,0,0,0,0,0,15961,0,0,0,'Vile','','',0,80,80,2,974,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29770,0,0,0,0,0,21930,0,0,0,'Lady Nightswood','','',0,80,80,2,974,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29771,0,0,0,0,0,1126,21999,0,0,'ELM General Purpose Bunny (scalex0.01 - Phase I)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29772,0,0,0,0,0,1126,11686,0,0,'ELM General Purpose Bunny Hide Body (Phase I)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29773,0,0,0,0,0,1126,11686,0,0,'ELM General Purpose Bunny Large (Phase I)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29774,30941,0,0,0,0,14557,0,0,0,'Spitting Cobra','','',0,77,77,2,16,0,1,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,314,466,81,1,8,29774,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29775,0,0,0,0,0,26538,0,0,0,'Archivist Mechaton','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,9,2048,29775,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41258,0,0,0,0,0,0,1,0,0,'',12340),(29776,0,0,0,0,0,1825,0,0,0,'Wisp, Ghost Mount','','',0,1,1,0,80,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29777,0,0,0,0,0,26524,0,0,0,'Cosmetic Mechanical Gorilla','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(29778,0,0,0,0,0,26525,0,0,0,'Scout Nisstina','The Three Fingered Bandit','',10146,74,74,2,35,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(29780,0,0,0,0,0,7920,0,0,0,'Cosmetic Mechanical Chicken','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(29781,0,0,0,0,0,26532,0,0,0,'Cosmetic Mechanical Squirrel','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(29782,0,0,0,0,0,26526,0,0,0,'Cosmetic Mechanical Sheep','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(29783,0,0,0,0,0,26547,0,0,0,'Cosmetic Clockwork Robot','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(29784,0,0,0,0,0,26530,0,0,0,'Cosmetic Clockwork Robot (Blue)','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(29785,0,0,0,0,0,26531,0,0,0,'Cosmetic Clockwork Robot (Red)','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(29789,0,0,0,0,0,26534,0,0,0,'The Ocular - Eye of C\'Thun Transform','','',0,80,80,2,974,0,1,1.14286,1,1,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29790,0,0,0,0,0,26533,0,0,0,'The Ocular - Eye of Acherus Exterior Shell','','',0,60,60,0,974,0,1,1,1,1,104,138,0,252,7.5,2500,1073804739,1,33555204,2048,0,0,0,0,0,0,72,106,26,10,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,26,1,1,0,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29791,0,0,0,0,0,26535,0,0,0,'Rhino Spirit','High Prophet of Akali','',0,73,73,0,1620,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,33685504,2048,0,0,0,0,0,0,1,1,0,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29792,0,0,0,0,0,26554,26553,0,0,'Frostfeather Screecher','','',0,78,79,2,1711,0,1.38889,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,29792,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1589,2648,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29793,0,0,0,0,0,26552,0,0,0,'Frostfeather Witch','','',0,78,79,2,1711,0,1.38889,1.14286,1,0,334,482,0,260,1,2000,2000,8,32768,2048,0,0,0,0,0,0,306,454,64,7,0,29793,29793,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1582,2636,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29794,0,0,0,0,0,25805,0,0,0,'Sirana Iceshriek','','',0,80,80,2,16,0,1.38889,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,0,29794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29795,0,0,0,0,0,23920,0,0,0,'Koltira Deathweaver','','',9839,80,80,2,1981,3,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29796,0,0,0,0,0,26123,0,0,0,'Gretta the Arbiter','','',9989,79,80,2,2109,3,1,1.42857,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29798,0,0,0,0,0,26742,0,0,0,'Hyldsmeet Proto-Drake','','',0,80,80,2,35,0,6,3.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,2.25,1,1,1,0,0,0,0,0,0,0,240,1,0,0,'',12340),(29799,0,0,0,0,0,26608,0,0,0,'Thassarian','','',9840,80,80,2,1974,3,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29800,0,0,0,0,0,25771,0,0,0,'Hyldsmeet Drake-Rider Credit','','',0,79,80,2,2116,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29801,0,0,0,0,0,26564,0,0,0,'Bouldercrag the Rockshaper','','',9897,79,80,2,1770,3,1,0.85714,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(29802,0,0,0,0,0,26557,0,0,0,'Cosmetic Toy Plane','','',0,1,1,0,1375,0,1.2,1.2,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(29803,0,0,0,0,0,1126,17612,0,0,'The Ocular Destroyed Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29804,0,0,0,0,0,28099,0,0,0,'Baron Sliver','','',9846,80,80,2,2050,2,1,2,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29805,0,0,0,0,0,16480,19595,0,0,'Captive Proto Drake Beam Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(29806,0,0,0,0,0,26341,0,0,0,'SCRAP-E','','',0,80,80,0,35,2,1,0.992063,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29807,0,0,0,0,0,26570,0,0,0,'[DND] Dalaran Toy Store Plane String Hook','','',0,1,1,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,2181300224,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29808,0,0,0,0,0,26566,0,0,0,'Stormcrest Hatchling','','',0,77,77,2,1999,0,1,1.42857,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,1,0,29808,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(29809,0,0,0,0,0,24531,0,0,0,'Son of Hodir','','',0,79,80,2,2107,0,2.8,1.71429,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,29809,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5785,9641,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),(29810,0,0,0,0,0,26573,0,0,0,'Reed\'s Enhanced Exoskeleton','','vehichleCursor',0,80,80,0,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.99513,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(29811,0,0,0,0,0,26567,26568,0,0,'Frostborn Scout','','',9841,79,80,2,1732,1,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,537166592,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29812,0,0,0,0,0,21955,11686,0,0,'[DND] Dalaran Toy Store Plane String Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300224,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29814,0,0,0,0,0,25278,0,0,0,'Naxxramas Deathcharger','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,165,1,0,0,'',12340),(29815,0,0,0,0,0,16480,19595,0,0,'Chain Swing Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,231,1,0,128,'',12340),(29816,0,0,0,0,0,22712,17200,0,0,'Eagle Feeding Kill Credit','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29818,29853,0,0,0,0,26539,0,0,0,'Deathcharger Steed','','',0,81,81,2,21,0,1.2,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,165,1,0,0,'',12340),(29819,30932,0,0,0,0,27050,0,0,0,'Drakkari Lancer','','',0,77,77,2,16,0,1,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,314,466,81,7,8,29819,29822,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5003,8339,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29820,30929,0,0,0,0,27048,27087,0,0,'Drakkari God Hunter','','',0,77,77,2,16,0,1,1.14286,1,1,367,519,0,452,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,311,463,62,7,8,29820,29820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4976,8294,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29821,0,0,0,0,0,26574,0,0,0,'Prince Navarius','','',0,76,76,2,1885,0,1,1,1,1,352,499,0,408,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,302,449,57,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,15,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29822,30927,0,0,0,0,27047,27086,0,0,'Drakkari Fire Weaver','','',0,77,77,2,16,0,1,1.14286,1,1,367,519,0,452,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,311,463,62,7,8,29822,29822,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4988,8313,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29823,0,0,0,0,0,16508,26542,26543,26544,'Death Knight (1)','','',0,81,81,2,21,0,1.28,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6746,8820,'',0,3,1,24,2,1,0,0,0,0,0,0,0,148,1,8388624,0,'',12340),(29824,0,0,0,0,0,26546,26781,26549,26550,'Death Knight Captain (1)','','',0,81,81,2,21,0,1.28,1.14286,1,1,464,604,0,708,13,2500,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8276,10818,'',0,3,1,30,2,1,0,0,0,0,0,0,0,148,1,8388624,0,'',12340),(29825,0,0,0,0,0,10553,0,0,0,'Shade of Naxxramas (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4962,6488,'',0,3,1,18,10,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(29826,30933,0,0,0,0,27051,27090,0,0,'Drakkari Medicine Man','','',0,77,77,2,16,0,1,1.14286,1,1,367,519,0,452,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,311,463,62,7,8,29826,29820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4982,8304,'SmartAI',0,3,1,4,6.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29827,0,0,0,0,0,14368,0,0,0,'Ghost of Naxxramas (1)','','',0,80,80,2,21,0,1.11111,1.14286,1,1,422,586,0,642,13,2000,2000,1,33587264,2048,0,0,0,0,0,0,345,509,103,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),(29828,0,0,0,0,0,27105,0,0,0,'Necro Knight (1)','','',0,81,81,2,21,0,1,1.14286,1,1,351,509,0,304,13,2000,0,8,64,2048,8,0,0,0,0,0,351,503,74,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3602,4712,'',0,3,1,18,18,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(29829,30926,0,0,0,0,26590,0,0,0,'Drakkari Earthshaker','','',0,77,77,2,1692,0,0.666668,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,314,466,81,7,8,29829,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5012,8354,'SmartAI',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29830,30938,0,0,0,0,27029,0,0,0,'Living Mojo','','',0,76,76,2,16,0,1,1.28968,1,1,356,503,0,432,7,2000,2000,1,32832,2048,0,0,0,0,0,0,305,452,74,4,8,29830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_living_mojo',12340),(29831,0,0,0,0,0,16927,0,0,0,'Risen Squire (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2326,3048,'',0,3,1,10,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(29832,30930,0,0,0,0,26592,0,0,0,'Drakkari Golem','','',0,77,77,2,16,0,1,0.992063,1,1,371,522,0,478,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,314,466,81,9,584,29832,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29833,0,0,0,0,0,26569,26555,0,0,'Dark Touched Warrior (1)','','',0,81,81,2,21,0,1.28,1.14286,1,1,464,604,0,708,13,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,148,1,8388624,0,'',12340),(29834,30928,0,0,0,0,17170,0,0,0,'Drakkari Frenzy','','',0,77,77,2,16,0,1.6,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,1,8,29834,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,125,1,0,0,'',12340),(29835,0,0,0,0,0,21305,0,0,0,'Bony Construct (1)','','',0,81,81,2,233,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3346,4380,'',0,3,1,12,3,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(29836,30925,0,0,0,0,27046,27085,0,0,'Drakkari Battle Rider','','',0,77,77,2,16,0,1,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,314,466,81,7,2056,29836,29836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4987,8311,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29837,0,0,0,0,0,26563,0,0,0,'Skeletal Smith (1)','','',0,81,81,2,21,0,1.28,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4452,5822,'',0,3,1,12,1,1,0,42108,0,0,0,0,0,148,1,8388624,0,'',12340),(29838,30935,0,0,0,0,26265,0,0,0,'Drakkari Rhino','','',0,77,77,2,16,16777216,1,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,314,466,81,1,8,29838,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29839,0,0,0,0,0,25797,0,0,0,'Astrid Bjornrittar','','',9914,79,80,2,2109,3,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29840,0,0,0,0,0,26577,0,0,0,'The Leaper','','',0,80,80,2,974,0,1,0.992063,1,0,422,586,0,642,1,2000,2000,4,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29841,0,0,0,0,0,26578,0,0,0,'Merdle','Sparksocket\'s Pride and Joy','vehichleCursor',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,265,1,0,0,'',12340),(29842,0,0,0,0,0,26571,0,0,0,'Death Knight Cavalier (1)','','',0,81,81,2,21,0,1,1.14286,1,1,425,602,0,670,13,1500,0,2,64,2048,8,0,0,0,0,0,351,511,86,6,2120,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9552,12482,'',0,3,1,30,5,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(29843,0,0,0,29586,0,25954,0,0,0,'Stormforged Loreseeker','','',0,78,79,2,1954,0,1,0.99206,1,0,399,559,0,550,1,2000,2000,2,32768,2048,0,0,0,0,0,0,331,491,74,7,0,29843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1589,2648,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(29844,0,0,0,0,0,26177,0,0,0,'Icebound Revenant','','',0,78,80,2,16,0,1,1.28571,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,512,29844,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(29845,0,0,0,0,0,1126,17612,0,0,'Vile Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29846,0,0,0,0,0,1126,17612,0,0,'Lady Nightswood Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29847,0,0,0,0,0,1126,17612,0,0,'The Leaper Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29848,0,0,0,0,0,25384,25382,25394,25383,'Rageclaw Pup','','',0,1,5,0,2115,0,0.666668,0.99206,1,0,5,6,0,28,1,2000,2000,2,0,2048,0,0,0,0,0,0,3,4,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29849,0,0,0,0,0,25347,0,0,0,'Frozen Orb','','',0,78,80,2,14,0,1,0.99206,1,0,417,582,0,608,1,2000,2000,2,33587456,2048,0,0,0,0,0,0,341,506,80,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29850,0,0,0,0,0,17283,0,0,0,'Lo\'Gosh','The Ghost Wolf','',0,73,73,0,11,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(29851,0,0,0,0,0,26591,0,0,0,'General Lightsbane','','',0,80,80,2,21,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29852,0,0,0,0,0,26539,26540,26541,0,'Deathcharger Steed (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(29853,0,0,0,0,0,26539,0,0,0,'Deathcharger Steed (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,165,1,0,0,'',12340),(29854,0,0,0,0,0,26466,0,0,0,'Stormcrest Eagle','','',0,79,80,2,1732,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32832,2048,0,26,0,0,0,0,345,509,103,1,0,29854,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29855,0,0,0,0,0,26593,0,0,0,'Khaliisi','','',0,80,80,2,1981,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29856,0,0,0,28022,0,7763,0,0,0,'Gooey Ghoul Drool','','LootAll',0,75,76,2,190,16777216,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,256,2048,0,0,0,0,0,0,305,452,74,6,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29857,0,0,0,0,0,9954,0,0,0,'Frostbite','Khaliisi\'s Pet','vehichleCursor',0,79,79,2,1981,0,1,1.14286,1,0,399,559,0,550,1,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,'AgressorAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,133,0,0,0,'',12340),(29858,0,0,0,0,0,21930,0,0,0,'Lady Nightswood','','',0,80,80,2,2050,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29859,0,0,0,0,0,26577,0,0,0,'The Leaper','','',0,80,80,2,2050,0,1,1.42857,1,0,422,586,0,642,1,2000,2000,4,0,2048,0,0,0,0,0,0,345,509,103,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(29860,0,0,0,0,0,15961,0,0,0,'Vile','','',0,80,80,2,2050,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29861,0,0,0,0,0,26141,0,0,0,'Stormforged Eradicator','','',0,79,79,2,1954,0,1,1.14286,1,0,399,559,0,550,1,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,9,32768,29861,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29862,0,0,0,29586,0,26212,0,0,0,'Stormforged Monitor','','',0,78,79,2,14,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,29862,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,41393,42105,0,0,0,0,0,1,0,0,'',12340),(29863,0,0,0,0,0,26595,0,0,0,'Persistence','','',0,76,76,2,2050,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,161,1,8388624,0,'',12340),(29864,0,0,0,0,0,26597,0,0,0,'Lordaeron Knight Specimen','','',0,80,80,2,2076,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29865,0,0,0,0,0,26598,26599,26600,26601,'Stratholme Citizen Specimen','','',0,78,79,2,190,0,1,0.78571,1,0,404,564,0,582,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,334,494,95,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,96,1,0,0,'',12340),(29866,0,0,0,0,0,26602,26603,26604,26605,'Stratholme Resident Specimen','','',0,78,79,2,190,0,1,0.78571,1,0,404,564,0,582,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,334,494,95,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,96,1,0,0,'',12340),(29867,0,0,0,0,0,26597,0,0,0,'Lordaeron Footman Specimen','','',0,80,80,2,2076,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29868,0,0,0,0,0,262,338,344,11873,'Stratholme Child Specimen','','',0,78,79,2,190,0,1,0.78571,1,0,404,564,0,582,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,334,494,95,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,96,1,0,0,'',12340),(29870,0,0,0,0,0,16480,19595,0,0,'Persistence Waypoint 00','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29871,0,0,0,0,0,16480,19595,0,0,'Persistence Waypoint 01','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29872,0,0,0,0,0,26596,0,0,0,'Algar the Chosen','','',0,78,78,2,2068,0,1.38571,4,1,1,383,539,0,500,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,321,477,68,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,1,1,0,0,0,0,0,0,0,260,1,8388624,0,'',12340),(29873,0,0,0,0,0,5585,5555,5556,5586,'Cat Specimen','','',0,1,1,0,188,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(29874,30931,0,0,0,0,27049,27088,27089,0,'Drakkari Inciter','','',0,77,77,2,2120,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,8,29874,29874,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5015,8358,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29875,0,0,0,0,0,22486,0,0,0,'Icemane Yeti','','',0,79,80,2,14,0,1,1.11111,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,29875,29875,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41424,0,0,0,0,0,0,1,0,0,'',12340),(29876,0,0,0,0,0,1126,11686,0,0,'ELM General Purpose Bunny (Phase I)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29877,0,0,0,0,0,1126,21999,0,0,'ELM General Purpose Bunny (scale x0.01 - Phase I) Large','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29878,0,0,0,0,0,26609,0,0,0,'Log Ride (Log A)','','',0,50,52,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,273,1,0,0,'',12340),(29879,0,0,0,0,0,26610,0,0,0,'Log Ride (Log B)','','',0,50,52,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,273,1,0,0,'',12340),(29880,0,0,0,33192,0,26901,26902,26903,26904,'Jotunheim Warrior','','',0,79,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,29880,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1666,3771,'SmartAI',0,3,1,1,1,1,0,42422,41989,0,0,0,0,0,1,0,0,'',12340),(29881,0,0,0,0,0,169,11686,0,0,'An Unknown Voice','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(29882,0,0,0,0,0,25454,0,0,0,'Vargul Proxy','','',0,75,76,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29883,0,0,0,0,0,25092,0,0,0,'Kyle\'s Test Vehicle','','vehichleCursor',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,100,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(29884,0,0,0,0,0,26656,0,0,0,'Gymer','King of Storm Giants','vehichleCursor',0,80,80,2,35,0,4,4,1,0,422,586,0,642,1,2000,2000,4,8,2048,0,0,0,0,0,0,345,509,103,5,131080,0,0,0,0,0,0,0,0,0,55426,55429,55516,55421,0,0,0,0,0,205,0,0,'SmartAI',0,3,1,30,1,1,0,0,0,0,0,0,0,254,0,0,0,'',12340),(29885,0,0,0,0,0,26123,0,0,0,'Mildred the Cruel','','',0,79,79,2,2109,2,1,1.42857,1,1,399,559,0,550,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,331,491,74,7,0,29885,29885,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4823,8038,'SmartAI',0,3,1,5,3,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(29886,0,0,0,0,0,26242,0,0,0,'Exhausted Vrykul Credit','','',0,79,80,2,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29887,0,0,0,29943,0,26614,0,0,0,'Vargul Doombringer','','',0,77,77,2,1885,0,1.07143,1,1,1,371,522,0,478,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29889,0,0,0,29943,0,25785,0,0,0,'Vargul Blighthound','','',0,74,75,2,1885,0,1.42857,1.6,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,1,0,0,0,0,295,438,68,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(29890,0,0,0,29943,0,25454,0,0,0,'Vargul Deathwaker','','',0,75,76,2,1885,0,1.07143,1,1,0,352,499,0,408,1,2000,2000,2,32768,2048,0,0,0,0,0,0,302,449,57,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29891,0,0,0,29943,0,26254,0,0,0,'Vargul Runelord','','',0,75,76,2,1885,0,1.07143,1,1,0,300,436,0,193,1,2000,2000,8,32768,2048,0,0,0,0,0,0,279,415,49,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29892,0,0,0,29943,0,25300,0,0,0,'Vargul Slayer','','',0,75,76,2,1885,0,1.42857,2,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,151,1,8388624,0,'',12340),(29893,0,0,0,29943,0,26404,0,0,0,'Banshee Soulclaimer','','',0,75,76,2,1885,0,1.14286,1,1,0,352,499,0,408,1,2000,2000,2,32768,2048,0,0,0,0,0,0,302,449,57,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29894,0,0,0,29943,0,26255,0,0,0,'Vargul Plaguetalon','','',0,74,75,2,1885,0,2.28571,2,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,201,1,8388624,0,'',12340),(29895,0,0,0,0,0,25254,0,0,0,'Thrym','The Hope Ender','',0,80,80,2,974,0,3.57143,4,1,1,422,586,0,642,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,1,1,0,0,0,0,0,0,0,249,1,8388624,0,'',12340),(29896,0,0,0,0,0,26613,0,0,0,'Brothers of the Storm','','',0,77,77,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,238,1,0,0,'',12340),(29897,0,0,0,29943,0,25527,570,25526,10487,'Reanimated Corpse','','',0,75,76,2,1885,0,1.14286,0.777776,1,0,352,499,0,408,1,2000,2000,2,32768,2048,0,0,0,0,0,0,302,449,57,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29898,0,0,0,0,0,24722,0,0,0,'Unholy Axe (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9552,12482,'',0,3,1,35,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(29899,0,0,0,0,0,24723,0,0,0,'Unholy Staff (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7766,10152,'',0,3,1,30,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(29900,0,0,0,0,0,24724,0,0,0,'Unholy Swords (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,1500,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8276,10818,'',0,3,1,30,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(29901,0,0,0,0,0,24999,0,0,0,'Deathchill Servant (1)','','',0,81,81,2,21,0,0.8,1.14286,1,0,464,604,0,708,1,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(29902,0,0,0,0,0,23380,0,0,0,'Kill Credit Test','','',0,72,72,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29903,0,0,0,0,0,26619,0,0,0,'Frostbite','','vehichleCursor',0,80,80,2,113,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,54997,54996,0,0,0,0,0,0,0,186,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,133,0,0,0,'npc_frosthound',12340),(29904,0,0,0,0,0,26630,0,0,0,'Smilin\' Slirk Brassknob','Innkeeper','',349,78,78,2,35,66177,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29905,0,0,0,0,0,26627,0,0,0,'Grillix Bonesaw','Butcher','',0,78,78,2,35,640,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29906,0,0,0,0,0,26631,0,0,0,'Heksi','Stable Master','',9821,78,78,2,35,4194305,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(29907,0,0,0,0,0,26633,0,0,0,'Xark Bolthammer','Blacksmithing & Engineering Supplies','',0,78,78,2,35,4224,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29908,0,0,0,0,0,26629,0,0,0,'Plip Fatpurse','General Goods','',0,78,78,2,35,384,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29909,0,0,0,0,0,26632,0,0,0,'Nilika Blastbeaker','Poisons, Reagents & Alchemical Supplies','',0,78,78,2,35,3200,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29910,0,0,0,0,0,26626,0,0,0,'K3 Bruiser','','',0,80,80,2,1812,0,1,1.42857,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(29911,0,0,0,0,0,25570,0,0,0,'Wilted Frayer','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.376709,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29912,0,0,0,0,0,26620,0,0,0,'Obedience Crystal','','Interact',0,80,80,2,35,16777216,1,1.14286,1,0,422,586,0,642,1,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29913,0,0,0,0,0,11662,0,0,0,'Dan\'s Test Dummy (Large AOI)','','vehichleCursor',0,30,30,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(29914,0,0,0,0,0,27092,0,0,0,'Dead Iron Giant','','',0,80,80,2,2108,0,2.8,1.5873,1,1,422,586,0,642,4.6,2000,2000,1,537133824,2048,40,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,55,1,0,0,'',12340),(29915,0,0,0,29880,0,26637,0,0,0,'Instructor Hroegar','','',0,80,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,29915,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42422,41989,41843,0,0,0,0,1,0,0,'',12340),(29916,0,0,0,0,0,26291,26634,26635,26636,'Field Corpse (Type A)','','',0,69,75,2,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,570721024,2048,32,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29917,0,0,0,0,0,11631,23896,13989,0,'Field Corpse (Type B)','','',0,69,75,2,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,570721024,2048,32,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29918,0,0,0,0,0,26388,0,0,0,'Warbear Matriarch','','',0,80,80,2,35,0,1,2,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,4,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,54459,54458,54460,0,0,0,0,0,0,208,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(29919,0,0,0,29880,0,26638,0,0,0,'Thane Ufrang the Mighty','','',0,80,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29920,30939,0,0,0,0,23320,0,0,0,'Ruins Dweller','','',0,80,80,2,16,0,1,1.19048,1,1,422,586,0,642,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,29920,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4975,8291,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29921,0,0,0,0,0,11156,0,0,0,'GGOODMAN 2','','',0,80,80,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29922,0,0,0,0,0,26643,0,0,0,'Corig the Cunning','Poisons & Reagents','',0,79,79,2,1926,3200,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29923,0,0,0,0,0,26640,0,0,0,'Dagni Oregleam','Blacksmithing Supplies','',0,79,79,2,1926,4224,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29924,0,0,0,0,0,26641,0,0,0,'Brandig','Grand Master Blacksmithing Trainer','',0,80,80,2,1733,80,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,2,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29925,0,0,0,0,0,26642,0,0,0,'Rutner Steelpick','General Goods','',0,79,79,2,1926,384,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29926,0,0,0,0,0,26639,0,0,0,'Gunda Boldhammer','Innkeeper','',345,79,79,2,1926,66177,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29927,0,0,0,0,0,26091,0,0,0,'Earthen Ironbane','','',0,80,80,2,2118,0,1,0.992063,1,0,417,582,0,608,1,2000,2000,2,526336,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29928,0,0,0,0,0,22712,11686,0,0,'Gymer Lock Dummy','','',0,75,75,2,35,0,2,1.42857,1,0,342,485,0,392,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,151,1,0,128,'',12340),(29929,0,0,0,0,0,25871,0,0,0,'Mechano-hog','','vehichleCursor',0,80,80,0,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,2181300224,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,318,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),(29930,0,0,0,0,0,25870,0,0,0,'Alliance Motorcycle','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(29931,30936,0,0,0,0,26265,0,0,0,'Drakkari Rhino','','',0,77,77,2,16,0,1,0.99206,1,1,371,522,0,478,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,314,466,81,1,8,29931,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29932,0,0,0,0,0,26644,0,0,0,'Eck the Ferocious','','',0,81,82,2,16,0,1.6,1.42857,1,1,488,642,0,782,22,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,72,29932,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'boss_eck',12340),(29933,0,0,0,0,0,7288,0,0,0,'The Hog','PH: Name, Model','vehichleCursor',0,80,80,0,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.80794,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(29934,0,0,0,29943,0,22196,0,0,0,'Acolyte of Agony','','',0,75,75,2,1885,0,1.14286,1,1,1,352,499,0,408,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,302,449,57,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29935,0,0,0,29943,0,23181,0,0,0,'Acolyte of Pain','','',0,75,76,2,1885,0,1.14286,1,1,1,352,499,0,408,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,302,449,57,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29936,0,0,0,0,0,26645,0,0,0,'Algar\'s Frost Wyrm Mount','','',0,10,10,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(29937,0,0,0,0,0,26646,0,0,0,'Moteha Windborn','','',9854,79,79,2,1981,3,1,1.14286,1,0,399,559,0,550,1,2000,2000,2,32768,2048,0,0,0,0,0,0,331,491,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29938,0,0,0,0,0,17158,0,0,0,'Tuskarr Land Mount','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29939,0,0,0,0,0,22460,0,0,0,'Storm Cloud','','',0,1,1,2,35,0,1,1,1,0,2,2,0,24,1,2000,2000,2,32768,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_storm_cloud',12340),(29940,0,0,0,0,0,16582,0,0,0,'Instructor Razuvious (1)','','',0,83,83,2,21,0,1.6,1.14286,1,3,509,683,0,805,70,3500,0,1,32832,2048,8,0,0,0,0,0,371,535,135,6,76,29940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2507204,3064362,'',0,3,1,725,2,1,0,0,0,0,0,0,0,167,1,617299839,2097153,'',12340),(29941,0,0,0,0,0,16539,0,0,0,'Death Knight Understudy (1)','','',0,82,82,2,21,0,1,1.14286,1,1,488,642,0,782,13,2000,0,1,32832,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,61696,29060,29061,0,0,0,0,0,0,'',0,3,1,30,2,1,0,22708,0,0,0,0,0,144,1,0,0,'',12340),(29942,0,0,0,0,0,23007,23017,23018,23019,'Warsong Hold Grunt','','',0,80,80,0,1979,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29943,0,0,0,29882,0,25300,0,0,0,'SCOURGE PROXY (PHASED)','','',0,75,76,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,151,1,8388624,0,'',12340),(29944,0,0,0,0,0,26652,0,0,0,'Peon Gakra','Innkeeper & Supplies','',1582,79,79,2,1978,129,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29945,0,0,0,0,0,26653,0,0,0,'Marksman Udabu','Gunsmith','',0,79,79,2,1978,4224,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29947,0,0,0,0,0,26654,0,0,0,'Apothecary Maple','Poisons & Reagents','',0,79,79,2,1929,128,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29948,0,0,0,0,0,26686,0,0,0,'Boarmaster Bragh','Stable Master','',9821,79,79,2,1926,4194305,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(29949,0,0,0,0,0,13401,13400,0,0,'Orgrimmar Defender','','',0,70,70,0,1074,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29950,0,0,0,0,0,26090,0,0,0,'Breck Rockbrow','Flight Master','',0,80,80,2,35,8192,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29951,0,0,0,0,0,27349,0,0,0,'Shavalius the Fancy','Flight Master','',0,80,80,2,35,8192,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29952,0,0,0,0,0,26318,0,0,0,'[UNUSED] [ph] Ulduar Camp (H) Flight Master','Flight Master','',0,80,80,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29953,0,0,0,0,0,26659,26660,0,0,'Moa\'ki Turtle Rider','','',0,75,75,2,1949,0,1,0.99206,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29955,0,0,0,0,0,16279,0,0,0,'Gothik the Harvester (1)','','',0,83,83,2,14,0,1,1.14286,1,3,496,674,0,783,70,2000,0,2,32832,2048,8,0,0,0,0,0,365,529,98,6,76,29955,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467702,1793858,'',0,3,1,180,100,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),(29958,0,0,0,0,0,26661,0,0,0,'Tundra Ram','','',0,79,80,2,16,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,29958,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29959,0,0,0,0,0,26091,0,0,0,'Andurg Slatechest','Stable Master','',9821,79,79,2,35,4194305,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(29960,0,0,0,0,0,26662,0,0,0,'Earthen Stoneguard','','',0,80,80,2,1812,0,1,1.42857,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(29961,0,0,0,0,0,26091,0,0,0,'Brangrimm','Poisons & Reagents','',0,79,79,2,35,3200,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29962,0,0,0,0,0,26663,0,0,0,'Horgoru the Collector','General Goods','',0,80,80,2,35,384,2,2,1,1,422,586,0,642,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29963,0,0,0,0,0,26093,0,0,0,'Magorn','Innkeeper','',9868,79,79,2,35,66177,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(29964,0,0,0,0,0,26664,0,0,0,'Dargum Hammerdeep','Blacksmithing Supplies','',0,79,79,2,35,4224,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29965,0,0,0,0,0,26665,26666,0,0,'Unu\'pe Turtle Rider','','',0,70,70,0,1949,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29966,0,0,0,0,0,26667,26668,0,0,'Kamagua Turtle Rider','','',0,70,70,2,1949,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29967,0,0,0,0,0,26673,0,0,0,'Udoho Icerunner','Stable Master','',9821,79,79,2,1921,4194305,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(29968,0,0,0,0,0,26672,0,0,0,'Hapanu Coldwind','Poisons & Reagents','',0,79,79,2,1922,3200,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29969,0,0,0,0,0,26674,0,0,0,'Ontak','Blacksmithing Supplies','',0,79,79,2,1921,4224,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29970,0,0,0,0,0,26678,0,0,0,'Danho Farcloud','General Goods','',0,80,80,2,1921,384,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29971,0,0,0,0,0,26671,0,0,0,'Wabada Whiteflower','Innkeeper','',344,79,79,2,1922,66177,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29973,0,0,0,0,0,26669,26670,0,0,'Tunka\'lo Brave','','',0,80,80,2,1923,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29974,0,0,0,0,0,26680,0,0,0,'Niffelem Forefather','','',0,79,80,2,16,0,0.888888,1.5873,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,29974,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(29975,0,0,0,0,0,25796,0,0,0,'Lok\'lira the Crone','','',9907,79,79,2,35,3,1,1.42857,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29976,0,0,0,0,0,26783,26784,26814,26815,'Fallen Frostborn Warrior','','',0,78,78,2,16,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29977,0,0,0,0,0,25797,0,0,0,'Haylin','','',0,79,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29978,0,0,0,30297,0,26065,0,0,0,'Iron Dwarf Assailant','','',0,78,79,2,2102,0,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29979,0,0,0,0,0,25953,0,0,0,'Iron Dwarf Magus','','',0,78,79,2,2102,0,1,0.99206,1,0,399,559,0,550,1,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29980,0,0,0,0,0,26662,0,0,0,'Earthen Elite','','',0,80,80,2,1770,0,1,1.42857,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(29981,0,0,0,0,0,26093,0,0,0,'Earthen Warder','','',0,80,80,2,1770,0,1,1.42857,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(29982,30934,0,0,0,0,27049,0,0,0,'Drakkari Raider','','',0,77,77,2,16,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29983,0,0,0,0,0,24191,0,0,0,'The Lich King (Icecrown)','','',0,83,83,2,2043,0,1,1.14286,1,3,509,683,0,805,1,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,2000,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29984,0,0,0,30296,0,27092,0,0,0,'Iron Sentinel','Servant of Loken','',0,80,80,2,2102,0,0.888888,1.5873,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29985,0,0,0,0,0,16612,0,0,0,'Unrelenting Death Knight (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,27825,0,0,0,0,0,0,27928,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(29986,0,0,0,0,0,26571,0,0,0,'Unrelenting Rider (1)','','',0,82,82,2,21,0,1,1.14286,1,1,463,640,0,726,13,2000,0,2,32832,2048,8,0,0,0,0,0,360,520,91,6,2120,0,0,0,0,0,0,0,0,0,55638,55608,0,0,0,0,0,27935,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(29987,0,0,0,0,0,16608,0,0,0,'Unrelenting Trainee (1)','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,32768,2048,8,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,55645,0,0,0,0,0,0,27892,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(29988,0,0,0,0,0,26682,0,0,0,'Spectral Rider (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,55646,27995,55608,0,0,0,0,0,0,0,0,0,'',0,3,1,10,2,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(29989,0,0,0,0,0,26681,0,0,0,'Spectral Horse (1)','','',0,81,81,2,21,0,1.6,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,8,0,0,0,0,0,0,0,0,0,27993,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,141,1,8388624,0,'',12340),(29990,0,0,0,0,0,26683,0,0,0,'Spectral Death Knight (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,56408,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1.5,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(29991,0,0,0,0,0,16033,0,0,0,'Sapphiron (1)','','',0,83,83,2,21,0,1.68,1.14286,1,3,509,683,0,805,70,1800,0,1,0,2048,8,0,0,0,0,0,371,535,135,6,76,29991,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,493510,644476,'',0,3,1,935,2,1,0,0,0,0,0,0,0,188,1,617299839,2097153,'',12340),(29992,0,0,0,0,0,15882,0,0,0,'Void Zone X','','',0,83,83,2,148,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(29993,0,0,0,0,0,802,0,0,0,'Frostfang','Heksi\'s Pet','',0,78,78,0,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,1,0,0,0,0,324,480,88,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13040,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29994,0,0,0,0,0,26684,0,0,0,'Shardtooth','Udoho\'s Pet','',0,79,79,0,1921,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,4,0,0,0,0,334,494,95,1,1,29994,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5811,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29995,0,0,0,0,0,25758,0,0,0,'Iron Dwarf Summoner','','',0,78,79,2,2102,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,29995,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(29996,0,0,0,0,0,26685,0,0,0,'Snorts','Bragh\'s Pet','',0,79,79,0,1926,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,5,0,0,0,0,334,494,95,1,4097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9161,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29997,0,0,0,0,0,25797,0,0,0,'Iva the Vengeful','','',10108,79,79,2,2109,3,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(29999,0,0,0,0,0,1126,11686,0,0,'Cave Explosion Bunny','','',0,78,78,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30000,0,0,0,0,0,11686,0,0,0,'Blizzard (1)','','',0,1,1,0,35,0,1.125,1.14286,1,3,2,2,0,24,1,3000,0,1,0,2048,8,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,55699,0,0,0,0,0,0,0,0,0,0,0,'',1,7,1,1,1,1,0,0,0,0,0,0,0,76,1,0,128,'',12340),(30001,0,0,0,0,0,25112,0,0,0,'Blackmaw','Andurg\'s Pet','',0,79,79,0,35,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5811,0,0,0,'',0,3,1,1.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30002,0,0,0,0,0,26688,0,0,0,'Duke Lankral','','',9862,80,80,2,2050,3,1,2,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30003,0,0,0,0,0,26689,0,0,0,'Gnarlhide','','',0,77,78,2,16,0,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,7,0,30003,30003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2017,2017,'SmartAI',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30004,0,0,0,0,0,26690,0,0,0,'Turbo-propelled Remote-controlled Gyro Bomber of Death','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,206,1,0,0,'',12340),(30005,0,0,0,0,0,27115,0,0,0,'Lodge-Matron Embla','Innkeeper','',9866,80,80,2,2109,65665,1.2,1,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,30005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(30006,0,0,0,0,0,27117,0,0,0,'Warsmith Sigfinna','Arms & Armor','',0,80,80,2,2109,4224,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30007,0,0,0,0,0,17836,0,0,0,'Gurgthock','Fight Promoter','',9863,75,75,2,35,2,1,0.95238,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30008,0,0,0,0,0,27114,0,0,0,'Kari the Beastmaster','Stable Master','',9864,80,80,2,2109,4194305,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,30008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(30009,0,0,0,0,0,12829,0,0,0,'Wodin the Troll-Servant','','',0,74,74,2,35,2,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30010,0,0,0,0,0,27113,0,0,0,'Fylla Ingadottir','Poisons & Reagents','',0,80,80,2,2109,3200,1,1.42857,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,30010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(30011,0,0,0,0,0,27116,0,0,0,'Sigdis the Trader','General Goods','',0,80,80,2,2109,384,1,1.42857,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,30011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(30012,0,0,0,0,0,25771,0,0,0,'Victorious Challenger','','',9865,79,80,2,2109,1,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30013,0,0,0,0,0,26466,0,0,0,'Stormcrest Eagle','','',0,79,80,2,1732,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32832,2048,0,26,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,'',0,4,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30014,0,0,0,0,0,24892,0,0,0,'Yggdras','','',0,75,75,2,14,0,1,2.28571,1,1,342,485,0,392,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(30015,0,0,0,0,0,7869,0,0,0,'Soldier of the Frozen Wastes (1)','','',0,80,80,2,21,0,0.25,0.285715,1,1,422,586,0,642,13,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.349206,1,1,0,0,0,0,0,0,0,64,1,8388624,0,'',12340),(30016,0,0,0,0,0,7869,0,0,0,'Soldier of the Frozen Wastes (1)','','',0,80,80,2,14,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,73,1,8388624,0,'',12340),(30017,0,0,0,0,0,24954,0,0,0,'Stinkbeard','','',0,75,75,2,14,0,2,1.71429,1,1,342,485,0,392,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15588,0,0,0,0,0,0,0,'SmartAI',0,3,1,13,1,1,0,0,0,0,0,0,0,169,1,0,0,'',12340),(30018,0,0,0,0,0,16178,0,0,0,'Soul Weaver (1)','','',0,80,80,2,21,0,0.1,0.114286,1,1,422,586,0,642,13,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,64,1,8388624,0,'',12340),(30019,0,0,0,0,0,25680,0,0,0,'Duke Singen','The New Hotness','',0,76,76,2,16,0,1,1.14286,1,1,352,499,0,408,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30020,0,0,0,0,0,26695,0,0,0,'Orinoko Tuskbreaker','','',0,76,76,2,14,0,1,1.71429,1,1,356,503,0,432,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,18,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(30021,0,0,0,0,0,26510,0,0,0,'Enormos','','vehichleCursor',0,77,77,2,16,16777216,0.666668,2,1,1,371,522,0,478,7.5,2000,2000,1,33600,2048,0,0,0,0,0,0,314,466,81,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,'',0,3,1,16,1,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),(30022,0,0,0,0,0,26696,0,0,0,'Vladof the Butcher','','',0,77,77,2,16,0,1,2,1,1,371,522,0,478,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,55976,55977,0,0,0,0,0,0,'SmartAI',0,3,1,22,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(30023,0,0,0,12159,0,7873,0,0,0,'Korrak the Bloodrager','Champion of the Winterax','',0,77,77,2,14,0,0.666668,1.71429,1,1,371,522,0,478,7.5,3000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(30024,0,0,0,0,0,26692,0,0,0,'Gargoral the Water Lord','','',0,76,76,2,16,0,1,1.14286,1,1,352,499,0,408,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30025,0,0,0,0,0,26693,0,0,0,'Erathius, King of Dirt','','',0,76,76,2,16,0,1,1.28571,1,1,352,499,0,408,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,13,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30026,0,0,0,0,0,26694,0,0,0,'Az\'Barin, Prince of the Gust','','',0,76,76,2,16,0,1,0.595239,1,1,352,499,0,408,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30027,0,0,0,0,0,26942,0,0,0,'Plague Zombie','','',0,60,60,0,2023,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),(30028,0,0,0,0,0,26942,0,0,0,'Plague Zombie','','',0,50,50,0,2023,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),(30029,0,0,0,0,0,26942,0,0,0,'Plague Zombie','','',0,40,40,0,2023,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),(30031,0,0,0,0,0,26942,0,0,0,'Plague Zombie','','',0,20,20,0,2023,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),(30032,0,0,0,0,0,26942,0,0,0,'Plague Zombie','','',0,10,10,0,2023,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),(30033,0,0,0,0,0,26942,0,0,0,'Plague Zombie','','',0,1,1,0,2023,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),(30035,0,0,0,0,0,26092,0,0,0,'Fallen Earthen Defender','','',0,79,80,2,35,0,1,0.99206,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30036,0,0,0,0,0,26092,0,0,0,'Rejuvenated Defender','','',0,79,80,2,113,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),(30037,0,0,0,29880,0,26729,26730,26731,26732,'Mjordin Combatant','','',0,79,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,30037,0,0,0,0,0,0,0,0,0,0,0,0,49807,0,0,0,0,0,1670,2783,'SmartAI',0,3,1,1,1,1,0,42422,41989,0,0,0,0,0,1,0,0,'',12340),(30038,0,0,0,0,0,1126,17612,0,0,'Mjordin Combatant Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30039,0,0,0,0,0,26697,0,0,0,'Asgari','Stable Master','',9821,75,75,0,2070,4194305,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(30040,0,0,0,0,0,26698,0,0,0,'Eternal Watcher','','',0,80,80,2,16,0,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,512,30040,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42246,42107,0,0,0,0,0,1,0,0,'',12340),(30041,0,0,0,0,0,25796,0,0,0,'Thyra Kvinnshal','','',0,80,80,2,2109,2,1,1.42857,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30042,0,0,0,0,0,12231,9210,26704,24905,'Fiend of Fire','','',0,70,75,2,634,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30043,0,0,0,0,0,26705,17461,26175,0,'Fiend of Earth','','',0,70,75,2,634,0,0.777776,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30044,0,0,0,0,0,26707,26648,5561,26706,'Fiend of Water','','',0,70,75,2,634,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30045,0,0,0,0,0,14516,26380,22726,0,'Fiend of Air','','',0,70,75,2,634,0,1,0.595239,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30046,0,0,0,0,0,26123,0,0,0,'Yulda the Stormspeaker','','',0,80,80,2,1885,1,1,1.42857,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,30046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1664,2773,'SmartAI',0,3,1,1,3,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(30047,0,0,0,0,0,16178,0,0,0,'Soul Weaver (1)','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,62,1,8388624,0,'',12340),(30048,0,0,0,0,0,12818,0,0,0,'Unstoppable Abomination (1)','','',0,80,80,2,21,0,0.7,0.800002,1,1,422,586,0,642,13,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16.5,1,1,0,0,0,0,0,0,0,64,1,8388624,0,'',12340),(30049,0,0,0,0,0,12818,0,0,0,'Unstoppable Abomination (1)','','',0,80,80,2,14,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16.5,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),(30050,0,0,0,0,0,4449,26708,0,0,'Earthen Stone State','','',0,80,80,2,1770,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30051,0,0,0,0,0,26716,0,0,0,'Librarian Tiare','','',9626,72,72,2,2007,1,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,256,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30052,0,0,0,0,0,5988,0,0,0,'Creteus','','',0,80,80,2,35,2,1.5,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,33088,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30053,0,0,0,0,0,26177,0,0,0,'Icebound Revenant','','',0,78,80,2,16,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,512,30053,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(30054,0,0,0,0,0,25347,0,0,0,'Frozen Orb','','',0,78,80,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30055,0,0,0,0,0,26710,0,0,0,'Stormpeak Wyrm','','',0,80,80,2,1711,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,30055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42106,0,0,0,0,0,155,1,0,0,'',12340),(30056,0,0,0,0,0,26738,0,0,0,'Vaelen the Flayed','','',9867,80,80,2,2050,3,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30057,0,0,0,0,0,16586,0,0,0,'Guardian of Icecrown (1)','','',0,80,80,2,21,0,1.25,1.42858,1,1,422,586,0,642,13,1250,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,1,1,0,0,0,0,0,0,0,174,1,8388624,0,'',12340),(30058,0,0,0,0,0,14357,20737,0,0,'Warden of the Chamber','','',0,76,76,0,2013,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30059,0,0,0,0,0,26741,0,0,0,'Wyrmrest Warden Visual (Bronze)','','',0,76,76,0,2013,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30060,0,0,0,0,0,25792,0,0,0,'Stormforged Warmonger','','',0,79,80,2,1955,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30061,0,0,0,0,0,15945,0,0,0,'Kel\'Thuzad (1)','','',0,83,83,2,21,0,1.1,1.14286,1,3,496,674,0,783,70,2000,0,2,0,2048,8,0,0,0,0,0,365,529,98,6,76,30061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2005510,2915676,'',0,3,1,1050,600,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),(30062,0,0,0,0,0,26218,0,0,0,'Stormforged Amplifier','','',0,79,80,2,1771,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30063,0,0,0,0,0,26155,0,0,0,'Stormforged Decimator','','',0,80,80,2,2108,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30064,0,0,0,0,0,27092,0,0,0,'Iron Behemoth','','',0,80,80,2,2108,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,55,1,0,0,'',12340),(30065,0,0,0,0,0,26454,26455,26456,26457,'Frostborn Axemaster','','',0,79,80,2,1802,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30066,0,0,0,0,0,26757,0,0,0,'Valkyrion Harpoon Gun','','vehichleCursor',0,80,80,0,35,16777216,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,55812,0,0,0,0,0,0,0,0,213,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(30067,0,0,0,0,0,26743,0,0,0,'Initiate Claget','Blades','',0,80,80,2,2050,4224,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30068,0,0,0,0,0,16111,0,0,0,'Spore (1)','','',0,80,80,2,21,0,0.4,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,69,1,0,0,'',12340),(30069,0,0,0,0,0,26744,0,0,0,'Initiate Roderick','Poisons & Reagents','',0,80,80,2,2050,128,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30070,0,0,0,0,0,26745,0,0,0,'Initiate Gahark','General Goods','',0,80,80,2,2050,128,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30071,30075,0,0,0,0,26746,0,0,0,'Stitched Colossus','','',0,82,82,2,21,0,1.6,1.14286,1,1,488,642,0,782,7.5,2500,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,2,1,0,42108,0,0,0,0,0,167,1,8388624,0,'',12340),(30072,0,0,0,0,0,26747,0,0,0,'Wyrmrest Warden Visual (Red)','','',0,76,76,0,2013,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30073,0,0,0,0,0,26748,0,0,0,'Wyrmrest Warden Visual (Green)','','',0,76,76,0,2013,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30074,0,0,0,0,0,26577,0,0,0,'The Leaper','','',9979,80,80,2,2050,3,1,1.42857,1,1,359,388,0,320,4.6,2000,2000,4,32768,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(30075,0,0,0,0,0,26746,0,0,0,'Stitched Colossus (1)','','',0,82,82,2,21,0,1.6,1.14286,1,1,488,642,0,782,13,2500,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,2,1,0,42108,0,0,0,0,0,167,1,8388624,0,'',12340),(30076,0,0,0,0,0,26749,0,0,0,'Wyrmrest Warden Visual (Blue)','','',0,76,76,0,2013,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30077,0,0,0,0,0,14308,0,0,0,'Wyrmrest Warden Visual (Black)','','',0,76,76,0,2013,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30078,0,0,0,0,0,7029,16946,0,0,'[DND]Wyrmrest Temple Beam Target','','',0,50,50,0,15,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,58,86,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30079,0,0,0,0,0,1126,11686,0,0,'ELM General Purpose Bunny (Phase II)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30080,0,0,0,0,0,21603,0,0,0,'Willzyx','','',0,80,80,2,695,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30081,0,0,0,0,0,26827,0,0,0,'Efrem the Faithful','','',9869,80,80,2,190,1,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33024,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30082,0,0,0,0,0,5988,0,0,0,'Creteus','','',0,80,80,2,35,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30083,30424,0,0,0,0,25627,25287,0,0,'Marauding Geist','','',0,80,80,2,21,0,1.2,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.5,1,1,0,42108,0,0,0,0,0,147,1,8388624,0,'',12340),(30084,32187,0,0,0,0,26753,0,0,0,'Power Spark','','',0,79,79,2,14,0,1,1,1,0,0,0,0,0,1,2000,0,1,0,2048,8,0,0,0,0,0,334,494,95,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,650838847,2097152,'npc_power_spark',11723),(30085,30087,0,0,0,0,19329,0,0,0,'Vigilant Shade','','',0,81,81,2,21,0,1.6,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),(30086,0,0,0,0,0,25771,0,0,0,'Sigrid Iceborn','','',9870,80,80,2,190,1,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,33024,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30087,0,0,0,0,0,19329,0,0,0,'Vigilant Shade (1)','','',0,81,81,2,21,0,1.6,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),(30088,0,0,0,0,0,19797,0,0,0,'Brokentoe (Mount)','','',0,65,66,1,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(30089,0,0,0,0,0,26755,0,0,0,'Mammoth Mount (Small)','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30090,0,0,0,0,0,11686,0,0,0,'Vortex','','',0,80,80,2,35,0,9,9,1,0,0,0,0,0,0,2000,0,1,0,2048,0,0,0,0,0,0,345,509,153,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,'',0,4,1,5,1,1,0,0,0,0,0,0,0,76,1,0,0,'npc_vortex_ride',1),(30091,0,0,0,0,0,1126,11686,0,0,'Central Conflict Controller Bunny','','',0,78,78,2,14,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,324,480,88,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30093,0,0,0,0,0,26758,0,0,0,'Yggdras Worm','','',0,72,73,2,634,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,42,0,0,0,0,278,413,58,1,65537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,80,1,0,0,'',12340),(30094,0,0,0,0,0,26759,0,0,0,'Dalaran Sewer Rat','','',0,80,80,0,35,0,1,0.85714,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(30095,0,0,0,0,0,16259,0,0,0,'Dalaran Sewer Turtle','','',0,1,1,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(30096,0,0,0,0,0,26764,0,0,0,'Dry Haystack','','',0,1,1,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30097,0,0,0,0,0,24998,0,0,0,'Plagued Ghoul (1)','','',0,81,81,2,21,0,0.8,1.42857,1,1,464,604,0,708,13,1500,0,1,32832,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8022,10484,'',0,3,1,20,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(30098,0,0,0,0,0,26806,26807,26808,26809,'Amphitheater Vendor','Snacks','',0,75,75,2,35,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30099,0,0,0,0,0,24531,0,0,0,'Njormeld','','',0,79,80,2,2107,3,2.8,1.71429,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),(30101,0,0,0,0,0,21955,17612,0,0,'WotLK City Attacks Ice Block Bunny, Small','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,43,1,0,128,'',12340),(30102,0,0,0,0,0,26810,26811,26812,26813,'Amphitheater Spectator','','',0,75,75,2,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30103,0,0,0,0,0,16480,21072,0,0,'Valkyrion Fire Bunny','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30104,0,0,0,0,0,26766,0,0,0,'Adamman the Trader','','',9882,70,70,2,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30105,0,0,0,0,0,26778,0,0,0,'King Jokkum','','',9900,80,80,2,2107,3,2.8,1.71429,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,30105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),(30106,31458,0,0,0,0,26767,0,0,0,'Flame Sphere','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,570687488,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,53,1,0,0,'npc_taldaram_flamesphere',12340),(30107,0,0,0,0,0,26353,0,0,0,'Brann Bronzebeard','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30108,0,0,0,0,0,26466,0,0,0,'Stormcrest Eagle','','vehichleCursor',0,80,80,2,210,0,1.6,1.6,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,26,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,55958,55936,0,0,0,0,0,0,0,216,0,0,'',0,5,1,5,1,1,0,0,0,0,0,0,0,232,0,0,0,'',12340),(30110,0,0,0,0,0,25390,25391,25390,25391,'Hungry Penguin','','',0,74,74,2,7,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30111,31475,0,0,0,0,27386,27387,27388,27389,'Twilight Worshipper','','',0,74,74,2,16,0,1,1.14286,1,1,325,464,0,334,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,285,423,48,7,8,30111,30319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4165,6941,'SmartAI',0,3,1,4,7,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30113,0,0,0,0,0,26768,0,0,0,'Whisker','','',0,76,76,2,14,0,1,1.14286,1,1,356,503,0,432,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,14,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30114,31473,0,0,0,0,27378,27379,27380,27381,'Twilight Initiate','','',0,74,74,2,16,0,1,1.14286,1,0,279,408,0,158,1,2000,0,8,32768,2048,8,0,0,0,0,0,263,391,41,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,4,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_jedoga_initiand',12340),(30115,0,0,0,0,0,28222,0,0,0,'Vereesa Windrunner','Ranger General of the Silver Covenant','',0,83,83,2,2027,2,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,33536,2048,0,0,0,0,0,0,365,529,98,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,500,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(30116,0,0,0,0,0,26770,0,0,0,'Archmage Aethas Sunreaver','Kirin Tor','',0,80,80,2,2007,2,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,500,500,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30117,0,0,0,0,0,26771,0,0,0,'Archmage Modera','Kirin Tor','',0,80,80,2,2007,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,500,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30118,0,0,0,0,0,11686,0,0,0,'Portal (Malygos)','','',0,80,80,2,35,0,1,1,2,0,0,0,0,0,1,2000,0,1,33554948,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30119,0,0,0,0,0,24531,0,0,0,'Burly Frost Giant','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30120,0,0,0,0,0,25680,0,0,0,'Seething Revenant','','',0,80,80,2,834,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30121,0,0,0,0,0,24531,0,0,0,'Frost Giant Stormherald','','',0,79,80,2,834,0,2.8,1.71429,1,1,422,586,0,642,7.5,2000,2000,1,131072,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),(30122,0,0,0,0,0,16480,19595,0,0,'Storm Peaks Anvil Bunny','','',0,60,60,1,35,33554688,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30123,0,0,0,0,0,26772,0,0,0,'Snorri','','vehichleCursor',0,80,80,2,2107,16777216,2.8,1.71429,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),(30124,0,0,0,0,0,26772,0,0,0,'Snorri','','vehichleCursor',0,80,80,2,2107,0,2.8,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,56750,56753,0,0,56752,0,0,0,0,217,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,171,0,0,0,'',12340),(30125,0,0,0,0,0,16480,19595,0,0,'Vengeful Revenant KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30126,0,0,0,0,0,16480,19595,0,0,'Njormeld KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30127,0,0,0,0,0,24531,0,0,0,'Njormeld','','',10221,79,80,2,2107,3,2.8,1.71429,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),(30130,0,0,0,0,0,1126,24719,0,0,'Veranus Right Foot Bunny','','',0,78,78,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30131,0,0,0,0,0,1126,24719,0,0,'Veranus Left Foot Bunny','','',0,78,78,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30132,0,0,0,0,0,1126,24719,0,0,'Veranus Right Wing Bunny','','',0,78,78,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30133,0,0,0,0,0,1126,24719,0,0,'Veranus Left Wing Bunny','','',0,78,78,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30134,0,0,0,0,0,22878,0,0,0,'Brann\'s Flying Machine','','vehichleCursor',0,80,80,2,290,16777216,1,2.5,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,'SmartAI',0,4,1,6,1,1,0,0,0,0,0,0,0,188,0,0,2,'',12340),(30135,0,0,0,0,0,26783,0,0,0,'Restless Frostborn Warrior','','',0,78,79,2,16,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,6,0,30135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30136,0,0,0,0,0,25952,0,0,0,'Stormforged Soldier','','',0,78,79,2,14,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,4,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),(30137,0,0,0,0,0,26779,0,0,0,'Shifty Vickers','','',0,74,74,2,35,2,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,33536,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30138,0,0,0,0,0,16480,19595,0,0,'Frost Giant Ghost KC','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30139,0,0,0,0,0,16480,19595,0,0,'Frost Dwarf Ghost KC','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30140,0,0,0,0,0,5556,0,0,0,'Zena','Wodin\'s Warrior Kitten','',0,4,4,0,35,0,1,0.85714,1,0,4,5,0,30,1,2000,2000,1,0,2048,0,0,0,0,0,0,2,3,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.095238,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(30141,0,0,0,0,0,26680,0,0,0,'Frost Giant Floating Spirit','','',0,79,80,2,16,0,0.888888,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30142,0,0,0,0,0,26782,0,0,0,'The Iron Watcher','','',0,80,80,2,2108,0,1.4,0.714286,1,1,422,586,0,642,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,92,1,0,0,'npc_iron_watcher',12340),(30143,0,0,0,0,0,26783,0,0,0,'Frostborn Floating Spirit','','',0,79,80,2,16,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30144,0,0,0,0,0,26784,0,0,0,'Restless Frostborn Ghost','','',0,78,79,2,16,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,6,0,30144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30145,0,0,0,0,0,26784,0,0,0,'Frostborn Floating Spirit','','',0,79,80,2,16,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30146,0,0,0,0,0,26242,26785,0,0,'Exhausted Vrykul','','',0,78,80,2,190,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,30146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1666,2776,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(30147,0,0,0,0,0,26786,0,0,0,'Garhal','','',0,79,80,2,190,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,30147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1663,2771,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(30148,0,0,0,0,0,26263,0,0,0,'Infesting Jormungar','','',0,80,80,2,1711,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,42,0,0,0,0,345,509,103,1,65537,30148,0,70207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42927,0,0,0,0,0,0,1,0,0,'',12340),(30149,0,0,0,0,0,26798,0,0,0,'Demo, Icecrown Cultist','Cult of the Damned','',0,73,74,2,2042,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30150,0,0,0,0,0,24497,0,0,0,'Frostbrood Destroyer','','',0,80,80,2,1630,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,30150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(30151,0,0,0,0,0,4449,26241,0,0,'Orb Lightning','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,341,506,80,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30152,0,0,0,0,0,26093,0,0,0,'Bruor Ironbane','','',10216,79,79,2,1770,3,1,0.85714,1,1,399,559,0,550,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,331,491,74,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(30153,0,0,0,0,0,21955,11686,0,0,'Last Chapter Dialogue Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,43,1,0,128,'',12340),(30154,0,0,0,0,0,25771,0,0,0,'Agnetta Tyrsdottar','','',9874,79,80,2,2109,1,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,30154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30155,0,0,0,0,0,22165,0,0,0,'UNUSED Nicole Morris','Stable Master','',9821,70,70,2,1929,4194305,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(30156,0,0,0,0,0,21955,21072,0,0,'[DND] Anguish Spectator Bunny','','',0,75,75,0,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30157,0,0,0,0,0,26816,0,0,0,'Nikita','Jessica Morris\'s Companion','',0,69,69,2,1928,0,1,1.14286,1,0,245,346,0,298,1,3000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30158,0,0,0,0,0,26822,0,0,0,'Billie','Nicole Morris\'s Companion','',0,69,69,2,1928,0,1,1.14286,1,0,245,346,0,298,1,3000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30159,0,0,0,0,0,26742,0,0,0,'Sigrid Iceborn\'s Proto-Drake','','',0,80,80,2,14,0,1,3.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,240,1,0,0,'',12340),(30160,0,0,0,0,0,26698,0,0,0,'Brittle Revenant','','',0,80,80,2,834,0,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,4,512,30160,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42246,42107,0,0,0,0,0,1,0,0,'',12340),(30161,31752,0,0,0,0,25835,0,0,0,'Wyrmrest Skytalon','','',0,80,80,2,35,0,1,1,1,0,0,0,0,0,1,2000,0,4,0,2048,8,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,56091,56092,57090,57143,57108,57092,57403,0,0,220,0,0,'',0,5,1,7.93651,1,1,0,0,0,0,0,0,0,231,1,0,0,'npc_eoe_wyrmrest_skytalon',11723),(30162,0,0,0,0,0,26825,0,0,0,'Tinky Wickwhistle','','',9875,80,80,2,190,1,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33024,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30163,0,0,0,0,0,27092,0,0,0,'Dead Iron Giant','','',0,80,80,2,2108,0,2.8,1.5873,1,1,422,586,0,642,7.5,2000,2000,1,537133824,2048,40,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,55,1,0,0,'',12340),(30164,0,0,0,24051,0,22042,22611,0,0,'Cavedweller Worg','','',0,79,80,2,1712,0,1.2,1,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,1,0,0,0,0,345,509,103,1,1,30164,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13470,0,0,0,'',0,3,1,0.7,1,1,0,42510,0,0,0,0,0,0,1,0,0,'',12340),(30165,0,0,0,0,0,26466,0,0,0,'Stormcrest Eagle','','',0,79,80,2,1732,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,26,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30166,0,0,0,0,0,26458,26459,0,0,'Frostborn Stormrider','','',0,79,80,2,210,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30167,0,0,0,24051,0,26832,0,0,0,'Gimorak','','',0,79,80,2,1712,0,1.2,1,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,1,0,30167,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13470,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30169,0,0,0,0,0,19595,0,0,0,'Smoldering Scrap Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30170,0,0,0,0,0,24103,24121,24115,24109,'Mechagnome Attendant','','',0,78,79,2,35,0,1,0.99206,1,0,399,559,0,550,1,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30171,0,0,0,0,0,1438,0,0,0,'The Ring of Valor Battlemaster','Battle Master','',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30172,31446,0,0,0,0,26831,0,0,0,'Ahn\'kahar Swarm Egg','','',0,70,70,2,16,0,1,1,1,0,252,357,0,304,1,2000,0,1,33554434,2048,8,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(30173,31445,0,0,0,0,26828,0,0,0,'Ahn\'kahar Guardian Egg','','',0,70,70,2,16,0,1,1,1,0,252,357,0,304,1,2000,0,1,33554434,2048,8,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(30174,0,0,0,0,0,26388,0,0,0,'Hyldsmeet Warbear','','',0,80,80,2,2128,0,1,1.71429,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,4,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,54458,15971,54460,0,0,0,0,0,0,222,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(30175,0,0,0,0,0,25771,0,0,0,'Hyldsmeet Bear Rider','','',0,79,80,2,2128,1,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30176,31441,0,0,0,0,28079,0,0,0,'Ahn\'kahar Guardian','','',0,74,74,2,16,0,1,1.42857,1,1,328,467,0,354,7.5,2400,0,1,32768,2048,8,0,0,0,0,0,287,426,63,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_ahnkahar_nerubian',12340),(30177,0,0,0,24051,0,22003,22611,0,0,'Ravaged Cavedweller Worg','','',0,79,80,2,1712,0,1.2,1,1,0,422,586,0,642,1,2000,2000,1,536904448,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13470,0,0,0,'',0,3,1,0.5,1,1,0,42510,0,0,0,0,0,0,1,0,0,'',12340),(30178,31448,0,0,0,0,28078,0,0,0,'Ahn\'kahar Swarmer','','',0,74,74,2,16,0,0.833332,1.42857,1,0,328,467,0,354,1,3000,0,1,32768,2048,8,0,0,0,0,0,287,426,63,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.012157,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_ahnkahar_nerubian',12340),(30179,31471,0,0,0,0,27369,27370,27371,27372,'Twilight Apostle','','',0,75,75,2,16,0,1,1.14286,1,1,339,481,0,370,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,293,436,53,7,8,30179,30319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4173,6955,'SmartAI',0,3,1,4,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30180,0,0,0,0,0,26830,0,0,0,'Onu\'zun','','',9878,80,80,2,190,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33024,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30181,0,0,0,0,0,11686,0,0,0,'Jedoga Controller','','',0,74,74,2,14,0,1,1.14286,1,1,328,467,0,354,7.5,2000,0,1,33554432,2048,8,0,0,0,0,0,287,426,63,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(30182,0,0,0,0,0,26357,0,0,0,'Yorg Stormheart','King of the Frostborn','',0,80,80,2,1802,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30183,0,0,0,0,0,16213,0,0,0,'Web Wrap (1)','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,28622,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30184,0,0,0,0,0,26380,0,0,0,'Scion of Storm','','',0,79,80,2,16,0,1,0.595239,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,4,0,30184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,42783,42107,42782,0,0,0,0,1,0,0,'',12340),(30186,0,0,0,0,0,26834,0,0,0,'Ebon Blade Prisoner','','',0,77,77,2,2050,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30187,0,0,0,0,0,2325,0,0,0,'Mirador','','',0,80,80,2,2070,0,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30188,0,0,0,0,0,26838,26839,26840,26841,'Argent Champion','','',0,80,80,2,2070,0,1,1.14286,1,1,400,600,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,53625,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_llod_generic',12340),(30189,0,0,0,0,0,26842,26843,26844,26845,'Crusader of Virtue','','',0,77,80,2,2131,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.85,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30190,0,0,0,0,0,24103,24121,24115,24109,'Attendant Tock','','',9880,78,79,2,35,1,1,0.99206,1,0,399,559,0,550,1,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30191,0,0,0,0,0,26846,0,0,0,'Deep Twilight Serpent','','',0,5,5,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(30192,0,0,0,0,0,27563,0,0,0,'Sapphire Owl','','',0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(30193,0,0,0,0,0,26847,26848,26849,26850,'Amphitheater Spectator','','',0,75,75,2,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30194,0,0,0,0,0,26835,0,0,0,'Ebon Blade Prisoner','','',0,77,77,2,2050,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30195,0,0,0,0,0,26836,0,0,0,'Ebon Blade Prisoner','','',0,77,77,2,2050,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30196,0,0,0,0,0,26837,0,0,0,'Ebon Blade Prisoner','','',0,77,77,2,2050,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,32770,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(30197,0,0,0,0,0,26834,0,0,0,'Ebon Blade Knight','','',0,77,77,2,2051,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30198,0,0,0,0,0,26835,0,0,0,'Ebon Blade Knight','','',0,77,77,2,2051,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30199,0,0,0,0,0,26836,0,0,0,'Ebon Blade Knight','','',0,77,77,2,2051,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30200,0,0,0,0,0,26837,0,0,0,'Ebon Blade Knight','','',0,77,77,2,2051,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30201,0,0,0,0,0,17870,0,0,0,'G\'eras Test Vendor List','','',0,72,72,1,1741,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30202,0,0,0,33192,0,26851,27552,27553,0,'Reanimated Crusader','','',0,77,78,2,2068,0,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,6,0,30202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43169,0,0,0,0,0,0,1,8388624,0,'',12340),(30203,0,0,0,33192,0,26852,0,0,0,'Forgotten Depths High Priest','','',0,77,78,2,2068,0,1,1,1,0,383,539,0,500,1,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30204,0,0,0,30402,33192,25729,0,0,0,'Forgotten Depths Ambusher','','',0,77,78,2,2068,0,2,1.71429,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,6,0,30204,0,70203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,'SmartAI',0,3,1,1,1,1,0,42770,0,0,0,0,0,169,1,8388624,0,'',12340),(30205,0,0,0,30402,33192,25267,0,0,0,'Forgotten Depths Acolyte','','',0,77,78,2,2068,0,2,1.71429,1,0,383,539,0,500,1,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,6,0,30205,0,70203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42770,0,0,0,0,0,169,1,8388624,0,'',12340),(30206,0,0,0,30402,33192,26774,0,0,0,'Carrion Fleshstripper','','',0,76,77,2,2068,0,1,1.19048,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,3,0,0,0,0,314,466,81,1,1,30206,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42770,0,0,0,0,0,0,1,0,0,'',12340),(30207,0,0,0,0,0,22712,17200,0,0,'Forgotten Depths Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30208,0,0,0,0,0,25754,0,0,0,'Stormforged Ambusher','','',0,78,79,2,1954,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,30208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,0.5,1,0,42105,42423,0,0,0,0,0,1,0,0,'',12340),(30209,0,0,0,0,0,20570,11686,0,0,'North Lightning Forge','','',0,1,1,0,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30210,0,0,0,0,0,16480,19595,0,0,'Hodir\'s Helm KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30211,0,0,0,0,0,20570,11686,0,0,'Central Lightning Forge','','',0,1,1,0,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30212,0,0,0,0,0,20570,11686,0,0,'South Lightning Forge','','',0,1,1,0,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30214,0,0,0,0,0,11686,0,0,0,'Thrall\'s Big Hit, Lightning Bolt Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30215,0,0,0,0,0,16480,21342,0,0,'Ice Spike Target Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30216,0,0,0,0,0,27152,0,0,0,'Vile','','',0,80,80,2,2050,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30218,0,0,0,0,0,26854,0,0,0,'Vaelen the Flayed','','',0,80,80,2,2050,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30219,0,0,0,0,0,26863,0,0,0,'Ethereal Frostworg','','',0,79,80,2,113,0,1.2,1,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30220,0,0,0,0,0,1126,17612,0,0,'Leave Our Mark Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30221,0,0,0,0,0,26202,0,0,0,'Kirgaraak Kill Credit','','',0,79,80,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30222,0,0,0,0,0,25754,0,0,0,'Stormforged Infiltrator','','',0,77,79,2,1954,0,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,30222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(30223,0,0,0,0,0,26862,0,0,0,'Crusade Commander Entari','','',0,80,80,2,2070,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30224,0,0,0,0,0,26864,0,0,0,'Crusader Lord Dalfors','','',0,80,80,2,2070,2,1,1.38571,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30225,0,0,0,0,0,26865,0,0,0,'Crusader Sunborn','','',0,80,80,2,2070,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30226,0,0,0,0,0,26866,0,0,0,'Father Gustav','','',0,80,80,2,2070,2,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30227,0,0,0,0,0,26867,0,0,0,'Penumbrius','','',9922,80,80,2,2070,3,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30228,0,0,0,0,0,31187,0,0,0,'Argent Skytalon','','vehichleCursor',0,79,79,2,2070,0,1.44444,1.5873,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,2,0,0,0,0,0,0,0,0,0,0,56683,56684,56712,0,0,0,0,0,0,234,0,0,'',0,4,2,3,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(30229,0,0,0,0,0,26358,0,0,0,'Icemaw Bear Mount','','',0,79,80,2,1712,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,4,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30230,0,0,0,0,0,24994,24993,24992,24995,'Risen Ally','','',0,50,50,2,14,0,0.8,0.99206,1,0,87,87,0,24,1,2000,2000,4,0,2048,0,40,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,47468,47484,47481,47482,51874,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30232,0,0,0,0,0,26875,0,0,0,'The Bone Witch','','',9884,80,80,2,2050,3,1,1.28571,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30233,0,0,0,0,0,26877,26878,26879,26880,'Sunreaver Scout','','',0,79,80,2,2129,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30234,31748,0,0,0,0,26876,0,0,0,'Hover Disk','','vehichleCursor',0,80,80,2,14,16777216,1,1,1,0,422,586,0,642,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(30235,0,0,0,0,0,26882,0,0,0,'Glory','','',0,80,80,2,2070,0,1.44444,1.5873,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,2.25,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30236,0,0,0,0,0,27101,0,0,0,'Argent Cannon','','Gunner',0,80,80,2,35,16777216,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,4,0,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,4394,0,1,0,0,57385,57412,0,0,0,0,0,0,0,246,0,0,'',0,4,1,10,0.500752,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(30238,0,0,0,0,0,26885,26886,26887,26888,'Silver Covenant Scout','','',0,79,80,2,2130,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30239,0,0,0,0,0,26892,0,0,0,'Alanura Firecloud','Poisons & Reagents','',0,80,80,2,2121,3200,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30240,0,0,0,0,0,26890,0,0,0,'Injured Sunreaver Scout','','',0,79,79,2,2123,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30241,0,0,0,0,0,26891,0,0,0,'Lanudal Silverhart','Blacksmithing Supplies','',0,80,80,2,2025,4224,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30242,0,0,0,0,0,26893,26894,26895,0,'Injured Crusader','','',0,76,79,2,2070,0,1,1.14286,1,0,399,559,0,550,1,2000,2000,2,33536,2048,0,0,0,0,0,0,331,491,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30243,0,0,0,29880,33192,25801,25799,25800,0,'Njorndar Spear-Sister','','',0,79,80,2,1885,0,1,1.28571,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,30243,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1449,3885,'SmartAI',0,3,1,1,1,1,0,42422,41989,0,0,0,0,0,1,0,0,'',12340),(30244,0,0,0,0,0,26896,0,0,0,'Miura Brightweaver','Poisons & Reagents','',0,80,80,2,2025,3200,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30245,31750,0,0,0,0,24316,24317,24318,24319,'Nexus Lord','','',0,80,80,2,14,0,1,1.14286,1,1,417,582,0,608,17,2000,0,2,0,2048,8,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,25,1,0,0,0,0,0,0,0,0,1,617291903,2097152,'npc_nexus_lord',11723),(30246,0,0,0,0,0,21342,0,0,0,'Dun Niffelem Spear Chain Bunny (Phase 2)','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(30247,0,0,0,0,0,24308,0,0,0,'Bloodguard Lorga','','',10193,80,80,2,1978,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,30247,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30248,31749,0,0,0,0,26876,0,0,0,'Hover Disk','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,0,1,2,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_hover_disk',11723),(30249,31751,0,0,0,0,24316,24317,24318,24319,'Scion of Eternity','','',0,80,80,2,14,0,1,1.14286,1,1,0,0,0,0,1,2000,0,8,131072,2048,8,0,0,0,0,0,306,454,64,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,25,1,0,0,0,0,0,0,0,0,1,617291903,2097152,'npc_scion_of_eternity',11723),(30250,0,0,0,29880,33192,26614,26914,0,0,'Valhalas Vargul','','',0,79,80,2,1885,0,1,1.07143,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,30250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,709,1559,'SmartAI',0,3,1,1,1,1,0,42422,42108,0,0,0,0,0,1,8388624,0,'',12340),(30252,0,0,0,0,0,24531,0,0,0,'Lorekeeper Randvir','','',0,79,80,2,2107,2,2.8,1.71429,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),(30253,0,0,0,0,0,26889,0,0,0,'Felindel Sunhammer','Blacksmithing Supplies','',0,80,80,2,2121,4224,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30254,0,0,0,0,0,26897,0,0,0,'Marisalira','Food & Drink','',0,80,80,2,2121,640,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30255,0,0,0,0,0,26898,0,0,0,'Aniduria','Food & Drink','',0,80,80,2,2025,640,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30256,0,0,0,0,0,26899,0,0,0,'Scout Ordimbral','General Goods','',0,80,80,2,2121,384,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30257,0,0,0,0,0,26900,0,0,0,'Scout Yribria','General Goods','',0,80,80,2,2025,384,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30258,31463,0,0,0,0,28133,0,0,0,'Amanitar','','',0,81,81,2,16,0,1.6,1.42857,1,1,464,604,0,708,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,4,328,30258,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,150,1,0,0,'boss_amanitar',12340),(30259,0,0,0,0,0,26907,0,0,0,'Scout Captain Elsia','','',0,80,80,2,2129,0,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30260,0,0,0,0,0,27265,27275,27281,27235,'Stoic Mammoth','','',0,77,78,2,190,0,0.666668,0.95238,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,1,0,30260,0,30260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42542,42104,0,0,0,0,0,1,0,0,'',12340),(30261,0,0,0,0,0,26908,0,0,0,'Scout Captain Daelin','','',0,80,80,2,2130,0,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30262,0,0,0,0,0,24531,0,0,0,'Son of Hodir','','',0,79,80,2,2107,0,2.8,1.71429,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),(30263,0,0,0,0,0,26885,26886,26887,26888,'Silver Covenant Horseman','','',0,79,80,2,2130,0,1,1.38571,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30264,0,0,0,0,0,3942,0,0,0,'Spectral Trainee (1)','','',0,81,81,2,21,0,1.11111,1.14286,1,1,425,602,0,670,13,1150,0,2,32768,2048,8,0,0,0,0,0,351,511,86,6,72,0,0,0,0,0,0,0,0,0,56407,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,3,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(30265,0,0,0,0,0,26877,26878,26879,26880,'Sunreaver Hawkrider','','',0,79,80,2,2129,0,1,1.38571,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30266,0,0,0,0,0,26909,0,0,0,'Injured Silver Covenant Scout','','',0,79,79,2,2027,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30268,0,0,0,0,0,24925,0,0,0,'Webbed Crusader','','',0,1,1,0,2068,0,1,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.02381,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(30269,0,0,0,0,0,26910,0,0,0,'Skymaster Baeric','Dragonhawk Master','',0,80,80,2,2122,8192,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,33280,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30270,0,0,0,0,0,26090,26664,26921,26913,'Oathbound Warder','','',0,80,80,2,1770,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(30271,0,0,0,0,0,26911,0,0,0,'Galendror Whitewing','Hippogryph Master','',0,80,80,2,2026,8192,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,33280,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30272,0,0,0,0,0,26882,0,0,0,'Njorndar Proto-Drake','','vehichleCursor',0,80,80,2,190,16777216,6,4,1,1,422,586,0,642,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,2.25,3,1,1,0,0,0,0,0,0,0,256,1,0,0,'',12340),(30273,0,0,0,0,0,24925,0,0,0,'Webbed Crusader','','',0,1,1,0,14,0,1,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.02381,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(30274,0,0,0,0,0,26838,26845,26842,26841,'Freed Crusader','','',0,80,80,2,2070,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30275,0,0,0,0,0,26739,0,0,0,'Wild Wyrm','','',0,80,80,2,16,0,3.6,3.57143,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,60533,56704,56690,60586,56706,60587,0,0,0,233,0,0,'',0,5,1,7.93651,1,0,0,0,0,0,0,0,0,248,1,0,0,'npc_wild_wyrm',12340),(30276,31450,0,0,0,0,25768,0,0,0,'Ahn\'kahar Web Winder','','',0,73,73,2,16,0,1,0.99206,1,1,313,448,0,302,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,6,8,30276,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(30277,31442,0,0,0,0,27324,0,0,0,'Ahn\'kahar Slasher','','',0,73,73,2,16,0,1,0.99206,1,1,316,450,0,320,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,278,413,58,6,8,30277,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(30278,31443,0,0,0,0,23821,0,0,0,'Ahn\'kahar Spell Flinger','','',0,73,73,2,16,0,1,0.99206,1,1,313,448,0,302,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,6,8,30278,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(30279,31455,0,0,0,0,26775,0,0,0,'Deep Crawler','','',0,73,73,2,16,0,1,1.19048,1,1,316,450,0,320,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,278,413,58,1,8,30279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30280,0,0,0,0,0,22474,0,0,0,'Enraged Armored Hippogryph','','',0,1,1,0,2130,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),(30281,0,0,0,0,0,22474,0,0,0,'Silver Covenant Hippogryph','','',0,80,80,2,2130,0,1,4.28571,1,0,422,586,0,642,1,2000,2000,1,256,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,259,1,0,2,'',12340),(30282,0,0,0,0,0,11686,0,0,0,'Arcane Overload','','',0,80,80,2,14,0,1,1,6,0,0,0,0,0,1,2000,0,1,33554434,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1000,1,1,0,0,0,0,0,0,0,0,1,0,0,'',11723),(30283,31466,0,0,0,0,27323,0,0,0,'Plague Walker','','',0,74,74,2,16,0,1,1.28968,1,1,328,467,0,354,7.5,2200,2000,1,32832,2048,0,0,0,0,0,0,287,426,63,6,8,30283,30283,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(30284,31451,0,0,0,0,25012,0,0,0,'Bonegrinder','','',0,74,74,2,16,0,1.2,1.42857,1,1,328,467,0,354,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,287,426,63,6,72,30284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,8,1,0,42108,0,0,0,0,0,147,1,8388624,0,'',12340),(30285,31457,0,0,0,0,20090,0,0,0,'Eye of Taldaram','','',0,73,73,2,16,0,1,1.14286,1,1,313,448,0,302,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,6,8,30285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30286,31460,0,0,0,0,26941,0,0,0,'Frostbringer','','',0,73,73,2,16,0,1,0.99206,1,1,313,448,0,302,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,6,8,30286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(30287,31468,0,0,0,0,25742,0,0,0,'Plundering Geist','','',0,73,73,2,16,0,1,1.28571,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,6,8,30287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,133,1,8388624,0,'',12340),(30288,0,0,0,0,0,26922,0,0,0,'Ahn\'kahar Channeler','','',0,73,73,2,14,0,1,0.99206,1,1,316,450,0,320,7.5,2000,2000,1,33587264,2048,0,0,0,0,0,0,278,413,58,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30289,0,0,0,0,0,5446,3167,0,0,'Stormwind Harbor Defender','','',0,70,70,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30290,0,0,0,0,0,29363,0,0,0,'Sunreaver Dragonhawk','','',0,80,80,2,2129,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,256,2048,0,30,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12993,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),(30291,0,0,0,29605,0,26262,0,0,0,'Ravenous Jormungar','','',0,79,80,2,1711,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,42,0,0,0,0,345,509,103,1,65537,30291,0,70207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42927,0,0,0,0,0,0,1,0,0,'',12340),(30292,0,0,0,0,0,8842,0,0,0,'Dead Icemaw Bear','','',0,79,80,2,1712,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,537133824,2048,32,4,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30293,0,0,0,0,0,18450,18451,0,0,'Stormwind Harbor Captain','','',0,70,70,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30294,0,0,0,0,0,30652,0,0,0,'Frostworg Denmother','','',0,80,80,2,2107,2,2.8,1.71429,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,1,0,0,0,0,345,509,103,1,0,30294,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),(30295,0,0,0,0,0,28977,0,0,0,'Thorim','','',10109,83,83,2,35,2,1,0.952381,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30296,0,0,0,0,0,26560,0,0,0,'Iron Sentinel Credit','Servant of Loken','',0,80,80,2,2102,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30297,0,0,0,0,0,26065,0,0,0,'Iron Dwarf Assailant Credit','','',0,78,79,2,2102,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30298,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker (Float, Uninteractible, LargeAOI)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_arthas_teleport_visual',12340),(30299,0,0,0,0,0,25953,0,0,0,'Overseer Narvir','','',0,78,79,2,1954,0,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30300,0,0,0,0,0,27093,0,0,0,'Iron Colossus','','',0,80,80,2,1771,0,2.8,1.5873,1,1,422,586,0,642,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,1,1,0,0,0,0,0,0,0,55,1,0,0,'',12340),(30301,0,0,0,0,0,26935,0,0,0,'Tamed Jormungar','','',0,79,80,2,113,0,6,2.14286,1,1,417,582,0,608,7.5,2000,2000,2,4,2048,0,42,0,0,0,0,341,506,80,1,0,0,0,0,0,0,0,0,0,0,56524,56513,56504,0,0,0,0,0,0,227,0,0,'',0,3,1,4,3,1,0,0,0,0,0,0,0,197,1,0,0,'',12340),(30302,0,0,0,0,0,16480,19595,0,0,'Helm Sparkle Bunny','','',0,60,60,1,35,0,8,2.85714,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,231,1,0,128,'',12340),(30303,0,0,0,0,0,10976,10975,5432,5265,'Zombie Chow (1)','','',0,80,80,2,89,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,1,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,29307,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30304,0,0,0,0,0,26939,0,0,0,'Imhadria','Stable Master','',9821,80,80,2,2050,4194305,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(30305,0,0,0,0,0,21939,0,0,0,'Swift Flying Broom','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(30306,0,0,0,0,0,1065,0,0,0,'Bileblow','Poisons','',0,80,80,2,2050,1152,0.777776,1.14286,1,0,422,586,0,642,1,2000,2000,1,33280,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30307,0,0,0,0,0,26944,0,0,0,'Sarhule the Risen','Reagents','',0,80,80,2,2050,2176,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30308,0,0,0,0,0,26938,0,0,0,'Initiate Brenners','Innkeeper','',0,80,80,2,2050,65536,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(30309,0,0,0,0,0,26936,0,0,0,'Shambles','Food & Drink','',0,80,80,2,2050,640,0.8,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30310,0,0,0,0,0,1200,0,0,0,'Boltskull','General Goods','',0,80,80,2,2050,384,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30311,0,0,0,0,0,1198,0,0,0,'Mangled','Trade Supplies','',0,80,80,2,2050,128,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30312,0,0,0,0,0,733,0,0,0,'Shadow Vault Boneguard','','',0,80,80,2,2051,0,0.888888,1.42857,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(30313,0,0,0,0,0,26937,0,0,0,'Mobile Databank','','',0,80,80,2,35,0,3.14286,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,223,1,0,0,'',12340),(30314,0,0,0,0,0,26943,0,0,0,'Morlia Doomwing','Flight Master','',0,80,80,2,2050,8192,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30315,0,0,0,0,0,1126,11686,0,0,'Temple of Invention Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30316,0,0,0,0,0,1126,11686,0,0,'Temple of Life Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30317,0,0,0,0,0,1126,11686,0,0,'Temple of Winter Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30318,0,0,0,0,0,1126,11686,0,0,'Temple of Order Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30319,31472,0,0,0,0,27373,27374,27376,27377,'Twilight Darkcaster','','',0,74,74,2,16,0,1,1.14286,1,1,325,464,0,334,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,285,423,48,7,8,30319,30319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4208,7013,'SmartAI',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30320,0,0,0,0,0,26331,0,0,0,'Battlescarred Frostworg','','',0,79,80,2,2107,0,2.8,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,1,0,0,0,0,345,509,103,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,'AgressorAI',0,3,1,5,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),(30322,0,0,0,0,0,26091,0,0,0,'Earthen Jormungar Handler','','',0,79,80,2,1770,1,1,0.99206,1,0,417,582,0,608,1,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30325,0,0,0,0,0,24506,0,0,0,'Viscous Oil','','',0,79,80,2,634,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,30325,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42640,0,0,0,0,0,0,1,0,0,'',12340),(30326,0,0,0,0,0,26940,0,0,0,'Rotclaw','Imhadria\'s Pet','',0,80,80,0,2050,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,4,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5811,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30327,0,0,0,0,0,11686,0,0,0,'Jokkum KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(30328,0,0,0,0,0,28977,0,0,0,'Thorim','','',0,82,82,2,35,0,1,1.14286,1,3,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30329,31470,0,0,0,0,26948,26973,0,0,'Savage Cave Beast','','',0,74,74,2,16,0,0.8,1.42857,1,1,328,467,0,354,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,287,426,63,4,328,30329,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,8,1,0,43511,0,0,0,0,0,144,1,0,0,'',12340),(30330,0,0,0,0,0,26882,0,0,0,'Jotunheim Proto-Drake','','',0,80,80,2,2116,0,6,2.85714,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,524320,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,'SmartAI',0,7,1,10,1,1,0,0,0,0,0,0,0,229,0,0,64,'',12340),(30331,0,0,0,0,0,26778,0,0,0,'King Jokkum','','',0,83,83,0,2107,0,1,2,1,1,509,683,0,805,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,216,1,0,0,'',12340),(30332,0,0,0,0,0,26901,26902,26903,26904,'Jotunheim Proto-Drake Rider','','',0,79,80,2,2116,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33587970,2048,0,0,0,0,0,0,345,509,103,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30333,0,0,0,30402,33192,26945,0,0,0,'Forgotten Depths Slayer','','',0,77,78,2,2068,0,2,1.71429,1,0,383,539,0,500,1,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,6,0,30333,0,70203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42770,0,0,0,0,0,169,1,8388624,0,'',12340),(30334,0,0,0,0,0,11686,0,0,0,'Surge of Power','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,7.5,2000,0,1,33554432,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(30335,0,0,0,0,0,26363,0,0,0,'Shadow Vault Gryphon','','',0,80,80,2,2050,0,3.2,2.85714,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,225,1,8388624,0,'',12340),(30336,0,0,0,0,0,26947,0,0,0,'Runesmith Balehammer','Blacksmithing Supplies','',0,80,80,2,2050,4224,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30337,0,0,0,0,0,26757,0,0,0,'Jotunheim Rapid-Fire Harpoon','','vehichleCursor',0,80,80,2,35,0,1,0.99206,1,0,0,0,0,0,1,2000,2000,4,4,2048,0,0,0,0,0,0,0,0,0,9,1048576,0,0,0,0,0,0,0,0,0,56585,0,56570,0,0,0,0,0,0,229,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(30338,31447,0,0,0,0,28078,0,0,0,'Ahn\'kahar Swarmer','','',0,74,74,2,16,0,0.833332,1.42857,1,0,328,467,0,354,1,2308,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.012157,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(30339,0,0,0,0,0,1126,11686,0,0,'Frigid Tomb Controller Bunny','','',0,78,78,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30340,0,0,0,0,0,26968,0,0,0,'Jormuttar','','',0,80,80,2,1711,0,1,0.992063,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,42,0,0,0,0,345,509,103,1,0,30340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42927,0,0,0,0,0,0,1,0,0,'',12340),(30341,0,0,0,0,0,26967,0,0,0,'Eisenfaust','Servant of Loken','',0,80,80,2,2102,0,2,2,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,5,512,30341,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30342,0,0,0,0,0,22712,17200,0,0,'Orgrim\'s Hammer','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,4.6,2000,2000,4,33555200,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30343,0,0,0,0,0,22712,17200,0,0,'The Skybreaker','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,4.6,2000,2000,4,33555200,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30344,0,0,0,0,0,26982,0,0,0,'High Captain Justin Bartlett','','',10130,80,80,0,1891,3,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30345,0,0,0,0,0,26988,0,0,0,'Chief Engineer Boltwrench','','',10191,80,80,0,1973,6275,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30346,0,0,0,0,0,26999,0,0,0,'Galley Chief Dolinger','','',0,80,80,0,1973,640,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30347,0,0,0,0,0,27000,0,0,0,'Navigator Dobbs','','',0,80,80,0,1973,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30348,0,0,0,0,0,26949,0,0,0,'Elder Sardis','','',9931,80,80,2,35,3,1,0.992063,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30350,0,0,0,0,0,26983,0,0,0,'Chief Officer Leonards','','',0,80,80,0,1973,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30351,0,0,0,0,0,26989,26990,26991,26992,'Skybreaker Deckhand','','',0,80,80,0,1973,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30352,0,0,0,0,0,26997,26998,27331,27332,'Skybreaker Marine','','',0,80,80,0,35,0,1,1.42857,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(30353,0,0,0,0,0,26965,0,0,0,'Duronn the Runewrought','Servant of Loken','',0,80,80,2,2102,0,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,341,506,80,9,32768,30353,0,27641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30354,0,0,0,0,0,15389,0,0,0,'Wintergrasp Alliance Melee Guard','','',0,72,73,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30355,0,0,0,0,0,15389,0,0,0,'Wintergrasp Alliance Ranged Guard','','',0,72,72,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30356,0,0,0,0,0,26454,26455,26456,26457,'Frostborn Axemaster','','',0,79,80,2,290,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30357,0,0,0,0,0,26950,0,0,0,'Elder Beldak','','',9964,80,80,2,35,3,1,0.992063,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30358,0,0,0,0,0,26951,0,0,0,'Elder Morthie','','',9954,80,80,2,35,3,1,0.992063,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30359,0,0,0,0,0,26952,0,0,0,'Elder Fargal','','',9975,80,80,2,35,3,1,0.992063,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30360,0,0,0,0,0,26953,0,0,0,'Elder Northal','','',9938,80,80,2,35,3,1,0.992063,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30361,0,0,0,0,0,1126,11686,0,0,'Frostborn Axemaster Trigger Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30362,0,0,0,0,0,26954,0,0,0,'Elder Sandrene','','',9946,80,80,2,35,3,1,0.992063,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30363,0,0,0,0,0,26955,0,0,0,'Elder Thoim','','',9953,80,80,2,35,3,1,0.992063,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30364,0,0,0,0,0,27003,0,0,0,'Elder Arp','','',9935,80,80,2,35,3,1,0.992063,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30365,0,0,0,0,0,26956,0,0,0,'Elder Wanikaya','','',9945,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30366,0,0,0,0,0,16480,19595,0,0,'Lure Jormuttar Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30367,0,0,0,0,0,26957,0,0,0,'Elder Lunaro','','',9963,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30368,0,0,0,0,0,26958,0,0,0,'Elder Bluewolf','','',9941,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30369,0,0,0,0,0,26959,0,0,0,'Elder Tauros','','',9968,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30370,0,0,0,0,0,26960,0,0,0,'Elder Graymane','','',9980,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30371,0,0,0,0,0,26961,0,0,0,'Elder Pamuya','','',21042,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30372,0,0,0,0,0,26962,0,0,0,'Elder Whurain','','',9961,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30373,0,0,0,0,0,26963,0,0,0,'Elder Skywarden','','',9950,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30374,0,0,0,0,0,26964,0,0,0,'Elder Muraco','','',21036,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30375,0,0,0,0,0,26966,0,0,0,'Elder Stonebeard','','',21060,80,80,2,35,3,1,0.992063,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30376,0,0,0,0,0,26970,0,0,0,'Halefnir the Windborn','Servant of Loken','',0,80,80,2,2102,0,1,1.71429,1,1,417,582,0,608,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,341,506,80,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(30377,0,0,0,0,0,26971,0,0,0,'The Ebon Watcher','','',0,83,83,2,2051,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,800,800,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30378,0,0,0,0,0,25445,0,0,0,'Iydallus','','',0,80,80,0,2050,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),(30380,0,0,0,0,0,26984,26985,26987,27307,'Skybreaker Cannoneer','','',0,80,80,0,1973,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30381,0,0,0,0,0,26972,0,0,0,'Xarantaur','The Witness','',10178,80,80,2,1978,3,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30382,0,0,0,0,0,26353,0,0,0,'Brann Bronzebeard','','',0,80,80,2,35,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30383,0,0,0,0,0,22878,0,0,0,'Brann\'s Flying Machine','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,2,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(30384,0,0,0,0,0,1126,11686,0,0,'Flying Machine Controller Bunny','','',0,78,78,2,14,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,324,480,88,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(30385,31474,0,0,0,0,27382,27383,27384,27385,'Twilight Volunteer','','',0,74,74,2,16,0,1,1.14286,1,1,325,464,0,334,7.5,2000,2000,2,33587264,2048,0,0,0,0,0,0,285,423,48,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30386,0,0,0,0,0,26974,26975,26976,26977,'Taunka Ancestor','','',0,79,80,0,2028,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30387,0,0,0,0,0,25680,0,0,0,'Seething Revenant','','',0,80,80,2,834,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,4,0,30387,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(30388,0,0,0,0,0,26980,0,0,0,'Stormhoof','','',0,79,79,2,775,16777216,1,1.14286,1,1,399,559,0,550,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,7,0,0,0,0,0,0,0,0,0,0,56897,61668,56896,0,0,0,0,0,0,241,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30389,0,0,0,0,0,15941,0,0,0,'Crypt Reaver (1)','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,13,1200,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(30390,0,0,0,0,0,28977,0,0,0,'Thorim','','',0,82,82,2,35,2,1,0.952381,1,3,488,642,0,782,35,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30391,31461,0,0,0,0,26981,0,0,0,'Healthy Mushroom','','',0,80,80,2,14,0,1,1.14286,0.55,0,422,586,0,642,1,2000,2000,1,512,2048,0,0,0,0,0,0,345,509,103,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_amanitar_mushrooms',12340),(30392,0,0,0,0,0,27001,0,0,0,'Navigator Anderlain','','',0,80,80,0,1973,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30393,0,0,0,0,0,27002,0,0,0,'Veranus','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,'',0,4,10.8,50,1,1,0,0,0,0,0,0,0,155,1,0,0,'',12340),(30394,0,0,0,0,0,26993,26994,26995,26996,'Skybreaker Engineer','','',0,80,80,0,1973,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30395,0,0,0,0,0,27004,0,0,0,'Chieftain Swiftspear','','',9906,80,80,2,35,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30396,0,0,0,0,0,27008,0,0,0,'Loken','','',0,81,81,2,14,0,1.6,1.85714,1,1,464,604,0,708,7.5,2000,2000,1,320,2099200,0,0,0,0,0,0,353,512,112,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,30,1,1,0,0,0,0,0,0,0,177,1,0,0,'',12340),(30397,0,0,0,0,0,24352,0,0,0,'Commander Kolurg (1)','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,20,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,64,30397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),(30398,0,0,0,0,0,24366,0,0,0,'Commander Stoutbeard (1)','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,20,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,30398,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),(30399,0,0,0,0,0,28977,0,0,0,'Thorim','','',9928,82,82,2,35,1,4.8,3.14286,1,3,509,683,0,805,35,2000,2000,1,320,2099200,0,0,0,0,0,0,371,535,135,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,239,1,0,0,'',12340),(30400,0,0,0,0,0,27934,27935,27936,27937,'Goblin Mechanic','Demolisher Engineer','',9904,70,70,1,1735,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_demolisher_engineer',12340),(30401,0,0,0,0,0,27007,0,0,0,'Velog Icebellow','','',9905,80,80,2,210,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30402,0,0,0,0,0,22712,17200,0,0,'Forgotten Depths Proxy','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30403,0,0,0,0,0,27102,0,0,0,'Nergeld','','vehichleCursor',0,80,80,2,190,16777216,1,0.992063,1,1,359,388,0,320,4.6,2000,2000,4,33028,2048,0,0,0,0,0,0,0,0,0,6,8,0,0,0,0,0,0,0,0,0,56746,56748,56747,60540,0,0,0,0,0,236,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,0,8388624,0,'',12340),(30404,0,0,0,0,0,27027,0,0,0,'Dr. Terrible','','',0,80,80,2,1885,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30405,0,0,0,0,0,26353,0,0,0,'Brann Bronzebeard','','',0,80,80,0,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30406,0,0,0,0,0,25297,0,0,0,'Bethod Feigr','','',9911,80,80,2,190,3,1,1.07143,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30407,0,0,0,0,0,26838,26839,26840,26841,'Captured Crusader','','',0,80,80,2,2070,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33408,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),(30408,0,0,0,0,0,26357,0,0,0,'Yorg Stormheart','King of the Frostborn','',0,83,83,0,35,0,1,1.14286,1,1,509,683,0,805,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30409,0,0,0,29880,0,25495,0,0,0,'Apprentice Osterkilgr','','',0,80,80,2,21,0,1,1.07143,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,30409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42422,0,0,0,0,0,0,1,8388624,0,'',12340),(30411,0,0,0,0,0,3597,0,0,0,'Magni Bronzebeard','Lord of Ironforge','',0,83,83,0,55,0,1,1.8,1,1,509,683,0,805,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,300,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30412,0,0,0,0,0,1126,17612,0,0,'Deep in the Bowels of The Underhalls Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30413,0,0,0,0,0,28134,0,0,0,'Channel Image Target','','',0,74,74,2,14,0,1,0.9127,1,1,328,467,0,354,7.5,2000,2000,1,33554688,2048,0,0,0,0,0,0,287,426,63,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30414,31459,0,0,0,0,28007,0,0,0,'Forgotten One','','',0,75,75,2,16,0,1.6,1.42857,1,1,342,485,0,392,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,295,438,68,10,72,30414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4251,7085,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(30415,0,0,0,0,0,16480,19595,0,0,'Wild Wyrm KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30416,31453,0,0,0,0,2172,0,0,0,'Bound Fire Elemental','','',0,74,74,2,91,0,1,1.14286,1,1,325,464,0,334,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,285,423,48,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30417,0,0,0,0,0,27010,0,0,0,'Lok\'lira the Crone','','',0,79,79,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30418,31452,0,0,0,0,8714,0,0,0,'Bound Air Elemental','','',0,74,74,2,91,0,1,1.14286,1,1,325,464,0,334,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,285,423,48,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30419,31454,0,0,0,0,525,0,0,0,'Bound Water Elemental','','',0,74,74,2,91,0,1,1.28968,1,1,325,464,0,334,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,285,423,48,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30420,0,0,0,0,0,27013,0,0,0,'Veranus','','',0,80,80,2,14,0,3.2,1.42857,1,1,422,586,0,642,7.5,2000,2000,1,33088,2099200,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,'SmartAI',0,4,2.1,50,1,1,0,0,0,0,0,0,0,155,1,0,0,'',12340),(30421,0,0,0,0,0,16480,19595,0,0,'Roaming Jormungar KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30422,0,0,0,0,0,26262,0,0,0,'Roaming Jormungar','','',0,79,80,2,1711,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,42,0,0,0,0,345,509,103,1,65537,30422,0,70207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42927,0,0,0,0,0,0,1,0,0,'',12340),(30423,0,0,0,0,0,27014,0,0,0,'Disembodied Jormungar','','',0,79,80,2,1711,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,42,0,0,0,0,345,509,103,1,65537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30424,0,0,0,0,0,25627,25287,0,0,'Marauding Geist (1)','','',0,80,80,2,21,0,1.2,1.14286,1,1,422,586,0,642,13,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,42108,0,0,0,0,0,147,1,8388624,0,'',12340),(30425,0,0,0,0,0,26680,0,0,0,'Arngrim the Insatiable','','',0,79,80,2,2112,0,3.5,3,1,0,422,586,0,642,1,2000,2000,1,256,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30426,0,0,0,0,0,27015,0,0,0,'Lady Sylvanas Windrunner (Test 01)','Banshee Queen','',0,73,73,0,118,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30427,0,0,0,0,0,27016,0,0,0,'Lady Sylvanas Windrunner (Test 02)','Banshee Queen','',0,73,73,0,118,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30428,0,0,0,0,0,27017,0,0,0,'Lady Sylvanas Windrunner (Test 03)','Banshee Queen','',0,73,73,0,118,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30429,0,0,0,0,0,26965,0,0,0,'Runeforged Servant','Servant of Loken','',0,80,80,2,2102,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,320,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30430,0,0,0,33192,0,22003,23793,22042,27019,'Sentry Worg','','',0,77,78,2,1885,0,1.2,1,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,1,0,0,0,0,324,480,88,1,1,30430,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1376,1376,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30431,0,0,0,0,0,27020,0,0,0,'Veteran Crusader Aliocha Segard','Argent Crusade Quartermaster','',0,80,80,2,2131,128,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.85,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30432,0,0,0,0,0,27103,0,0,0,'Grimmr Hound','','',0,79,80,2,974,0,1,1.71429,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,30432,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.6,1,1,0,42108,0,0,0,0,0,164,1,8388624,0,'',12340),(30433,0,0,0,0,0,27021,0,0,0,'Aedan Moran','Flight Master','',0,80,80,2,2071,8192,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30434,0,0,0,0,0,27022,0,0,0,'Durik Bronzebomb','Engineering Supplies','',0,78,78,2,2071,4224,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30435,31462,0,0,0,0,26981,0,0,0,'Poisonous Mushroom','','',0,81,81,2,14,0,1,1.14286,0.55,0,464,604,0,708,1,2000,2000,1,512,2048,0,0,0,0,0,0,353,512,112,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_amanitar_mushrooms',12340),(30436,0,0,0,0,0,27023,0,0,0,'Halig Fireforge','Blacksmithing Supplies','',0,79,79,2,2071,4224,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30437,0,0,0,0,0,27024,0,0,0,'Crusader Marisse','Ammunition','',0,77,77,2,2071,384,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30438,0,0,0,0,0,27025,0,0,0,'Supply Officer Thalmers','Poisons, Reagents & Trade Supplies','',0,77,77,2,2071,3200,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30439,0,0,0,0,0,27026,0,0,0,'Sister Colleen Tulley','Food & Drink','',0,79,79,2,2071,128,1,1.14286,1,0,334,482,0,260,1,2000,2000,8,32768,2048,0,0,0,0,0,0,306,454,64,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30440,0,0,0,0,0,27030,0,0,0,'Vanguard Laborer','','',0,75,75,2,2070,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30441,0,0,0,0,0,27031,0,0,0,'Burdened Vanguard Laborer','','',0,75,75,2,2070,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30442,0,0,0,0,0,16480,19595,0,0,'Phase 1 Generic Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(30443,0,0,0,0,0,25325,0,0,0,'The Lich King','','',0,83,83,2,2068,0,2.4,2.14286,1,3,509,683,0,805,35,2000,2000,1,256,2048,0,0,0,0,0,0,371,535,135,6,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,500,1,0,0,0,0,0,0,0,192,1,8388624,0,'',12340),(30444,0,0,0,0,0,27341,0,0,0,'The Chieftain\'s Totem','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,56762,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30445,0,0,0,0,0,26267,27006,26282,0,'Ice Steppe Bull','','',0,78,79,2,16,0,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,43,0,0,0,0,334,494,95,1,65537,30445,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41340,0,0,0,0,0,0,1,0,0,'',12340),(30446,0,0,0,0,0,27041,0,0,0,'Frostfloe Rift','','',0,80,80,2,190,0,1,0.99206,1,0,417,582,0,608,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,341,506,80,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30447,0,0,0,0,0,26267,27006,26285,0,'Romping Rhino','','',0,78,79,2,634,0,1,0.992063,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,43,0,0,0,0,334,494,95,1,65537,30447,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30448,0,0,0,0,0,27265,27275,27281,27235,'Plains Mammoth','','',0,77,78,2,16,0,0.666668,0.95238,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,1,0,30448,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42104,0,0,0,0,0,0,1,0,0,'',12340),(30449,31535,0,0,0,0,27039,0,0,0,'Vesperon','','',0,83,83,2,103,0,1,1,1,3,509,683,0,805,27,2000,0,1,32832,2048,0,0,0,0,0,0,371,535,135,2,108,0,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220000,240000,'',0,3,1,70,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'boss_sartharion_vesperon',1),(30450,0,0,0,0,0,27617,0,0,0,'Wailing Winds','','',0,79,80,2,16,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,0,30450,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30451,31520,0,0,0,0,27421,0,0,0,'Shadron','','',0,83,83,2,103,0,1,1,1,3,509,683,0,805,27,2000,0,1,32832,2048,0,0,0,0,0,0,371,535,135,2,108,0,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220000,240000,'',0,3,1,70,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'boss_sartharion_shadron',1),(30452,31534,0,0,0,0,27082,0,0,0,'Tenebron','','',0,83,83,2,103,0,1,1,1,3,509,683,0,805,27,2000,0,1,32832,2048,0,0,0,0,0,0,371,535,135,2,108,0,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220000,240000,'',0,3,1,70,1,1,0,0,0,0,0,0,0,150,1,617299839,2097153,'boss_sartharion_tenebron',1),(30453,31001,0,0,0,0,27225,0,0,0,'Onyx Sanctum Guardian','','',0,81,81,2,103,0,1.6,1.42857,1,1,371,522,0,478,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,314,466,81,2,72,30453,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21855,23530,'SmartAI',0,3,1,30,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(30454,0,0,0,0,0,1126,11686,0,0,'Frostfloe Deep Stalker','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30455,0,0,0,0,0,26331,0,0,0,'Frostworg','','',0,79,80,2,2107,0,2.8,1.71429,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,1,0,0,0,0,345,509,103,1,1,30455,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),(30456,0,0,0,0,0,27042,0,0,0,'Oloh','','',0,79,80,2,2107,0,2.8,1.71429,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,1,0,0,0,0,345,509,103,1,1,30456,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),(30457,0,0,0,0,0,25249,0,0,0,'Azure Magus (1)','','',0,81,81,2,16,0,0.888888,1.14286,1,1,425,602,0,670,12,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,2,40,26722,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30458,0,0,0,0,0,26974,26975,26976,26977,'Disturbed Taunka Ancestor','','',0,79,80,2,634,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30459,0,0,0,0,0,25251,0,0,0,'Azure Warder (1)','','',0,81,81,2,16,0,0.888888,1.14286,1,1,425,602,0,670,12,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,2,40,26716,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30460,0,0,0,0,0,24312,24313,24314,24315,'Mage Hunter Ascendant (1)','','',0,80,80,2,16,0,1,1.42857,1,1,417,582,0,608,12,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,26727,26727,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8176,13626,'',0,3,1,5,10,1,0,0,0,0,0,0,0,144,1,1,0,'',12340),(30461,0,0,0,0,0,27002,0,0,0,'Veranus','','',0,80,80,2,14,0,3.2,1.42857,1,1,422,586,0,642,7.5,2000,2000,1,33088,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,'SmartAI',0,5,10.8,50,1,1,0,0,0,0,0,0,0,155,1,0,0,'',12340),(30462,0,0,0,0,0,28977,0,0,0,'Thorim','','',0,82,82,2,35,0,4.8,3.14286,1,3,488,642,0,782,35,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,239,1,0,0,'',12340),(30463,0,0,0,0,0,25626,0,0,0,'Zak\'s Flying Machine','','',0,77,77,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30464,0,0,0,0,0,26325,0,0,0,'\"Honest\" Max','Slightly Used Flying Mounts','',10144,78,78,2,35,1,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30465,0,0,0,0,0,10811,0,0,0,'Dan\'s Test Void Sentry','','',0,77,77,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.043941,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30466,0,0,0,0,0,25626,0,0,0,'Weathered Flying Machine','','',0,77,77,2,35,0,10,3.57143,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30467,0,0,0,0,0,25796,0,0,0,'Lok\'lira the Crone\'s Conversation Credit','','',0,79,79,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30468,0,0,0,0,0,26388,0,0,0,'Harnessed Icemaw Matriarch','','',0,80,80,2,35,0,1,2,1,1,422,586,0,642,7.5,2000,2000,1,16777216,2048,0,4,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(30469,0,0,0,0,0,15577,0,0,0,'Tracker Val\'zij','','',0,80,80,2,1978,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,30469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30470,0,0,0,0,0,22720,0,0,0,'Skybreaker Cloudbuster','','',0,79,79,2,35,16777216,1,3,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,0,'',0,4,1,2.344,1,1,0,0,0,0,0,0,0,265,1,0,0,'npc_preparations_for_war_vehicle',12340),(30471,0,0,0,0,0,25240,25242,0,0,'Vargul Assailant','','',0,79,80,2,2116,0,1,1.07143,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30472,0,0,0,0,0,27044,0,0,0,'Olut Alegut','','',10255,80,80,2,1981,131,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30473,0,0,0,0,0,24906,0,0,0,'Mage Slayer (1)','','',0,80,80,2,16,0,0.666668,1.19048,1.25,1,417,582,0,608,12,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,3,8,26730,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30474,0,0,0,0,0,26970,0,0,0,'The North Wind','','',0,80,80,2,14,0,1,1.14286,1,1,327,362,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30475,0,0,0,29880,0,27070,0,0,0,'Thane Illskar','','',0,80,80,2,1885,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33028,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30476,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Flight To Airship Bunny (A)','','',0,75,75,2,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),(30477,0,0,0,0,0,23647,0,0,0,'D16 Propelled Delivery Device','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30478,0,0,0,0,0,24316,24317,24318,24319,'Mage Hunter Initiate (1)','','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,12,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,26728,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8190,13650,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(30479,0,0,0,0,0,26979,0,0,0,'Stormhoof\'s Spirit','','',0,80,80,0,775,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30480,0,0,0,0,0,26974,26975,26976,26977,'Disturbed Taunka Ancestor','','',0,79,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30482,0,0,0,0,0,26801,0,0,0,'Wrathstrike Gargoyle','','',0,77,78,2,2068,0,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,6,0,30482,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,43169,0,0,0,0,0,0,1,8388624,0,'',12340),(30483,0,0,0,29880,0,27069,0,0,0,'Volgur','','',0,80,80,2,2116,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33024,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30484,0,0,0,29880,0,27063,0,0,0,'Brita','','',0,80,80,2,1885,0,1,1.28571,1,0,417,582,0,608,1,2000,2000,2,33024,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44286,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30485,0,0,0,0,0,24320,24321,24322,24323,'Steward (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,12,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,26729,26729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8188,13646,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(30486,0,0,0,0,0,27067,0,0,0,'Frostbrood Destroyer','','',0,80,80,2,14,0,2.4,2.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,7.5,10,1,1,0,0,0,0,0,0,0,192,1,8388624,0,'',12340),(30487,0,0,0,0,0,23647,0,0,0,'D16 Propelled Delivery Device','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30488,0,0,0,0,0,27166,0,0,0,'Travis Day','Legacy Weaponsmith','',0,81,81,0,1891,128,1,1.14286,1,0,464,604,0,708,1,2000,2000,1,33536,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5522,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30489,0,0,0,0,0,3122,0,0,0,'Morgan Day','Jewelcrafter','',0,79,79,0,1892,128,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13.8233,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30490,0,0,0,0,0,27068,0,0,0,'Rin Duoctane','','',0,80,80,2,35,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30491,0,0,0,0,0,4449,0,0,0,'Ritssyn','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.84,0.33,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(30492,0,0,0,0,0,169,11686,0,0,'Loken Controller','','',0,74,74,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,30492,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30493,0,0,0,0,0,5988,0,0,0,'Creteus','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30494,0,0,0,0,0,15435,0,0,0,'Safe Area (Sartharion)','','',0,83,83,2,35,0,1,0.992063,1,0,509,683,0,805,1,2000,0,1,33554432,2048,8,0,0,0,0,0,371,535,135,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30495,0,0,0,0,0,24358,0,0,0,'Horde Berserker (1)','','',0,80,80,2,16,0,1,1.14286,1.15,1,422,586,0,642,12,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,26799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(30496,0,0,0,0,0,24353,0,0,0,'Alliance Berserker (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,12,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,26800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8290,13816,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(30497,0,0,0,0,0,24357,0,0,0,'Horde Cleric (1)','','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,12,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,26803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(30498,0,0,0,0,0,24356,0,0,0,'Alliance Cleric (1)','','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,12,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,26805,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8316,13860,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(30499,0,0,0,0,0,27938,27939,27940,27941,'Gnomish Engineer','Demolisher Engineer','',9923,70,70,1,1732,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_demolisher_engineer',12340),(30500,0,0,0,0,0,26883,0,0,0,'Argent Skytalon','','vehichleCursor',0,77,79,2,2070,16777216,1.44444,1.5873,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1.2,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30501,0,0,0,0,0,27074,0,0,0,'Val\'kyr Arbiter','','',0,80,80,2,190,0,2.4,1.07143,1,1,422,586,0,642,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,6,1,1,1,0,0,0,0,0,0,0,54,1,8388624,0,'',12340),(30502,0,0,0,0,0,27092,0,0,0,'Iron Behemoth','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,55,1,0,64,'',12340),(30503,0,0,0,0,0,26155,0,0,0,'Stormforged Decimator','','',0,80,80,2,1771,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30504,0,0,0,0,0,25792,0,0,0,'Stormforged Warmonger','','',0,79,80,2,1771,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30505,0,0,0,0,0,26454,26455,26456,26457,'Frostborn Axemaster','','',0,79,80,2,1770,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30506,0,0,0,0,0,26466,0,0,0,'Stormcrest Eagle','','',0,79,80,2,1732,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,26,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30507,0,0,0,0,0,24758,0,0,0,'Brewfest Kodo','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(30508,0,0,0,0,0,24354,0,0,0,'Horde Ranger (1)','','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,12,2000,1500,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,26801,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(30509,0,0,0,0,0,24355,0,0,0,'Alliance Ranger (1)','','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,12,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,26802,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8322,13870,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(30510,0,0,0,0,0,24066,0,0,0,'Grand Magus Telestra (1)','','',0,82,82,2,16,0,1,1.42857,1,1,463,640,0,726,20,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,104,30510,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8310,13850,'',0,3,1,18,15,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),(30511,0,0,0,0,0,24066,0,0,0,'Grand Magus Telestra (1)','','',0,82,82,2,16,0,1,1.42857,1,1,463,640,0,726,10,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.66,15,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(30512,0,0,0,0,0,24066,0,0,0,'Grand Magus Telestra (1)','','',0,82,82,2,16,0,1,1.42857,1,1,463,640,0,726,10,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.66,15,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(30513,0,0,0,0,0,24066,0,0,0,'Grand Magus Telestra (1)','','',0,82,82,2,16,0,1,1.42857,1,1,463,640,0,726,10,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.66,15,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(30514,0,0,0,0,0,16480,19595,0,0,'Thorim Talk KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30515,0,0,0,0,0,11686,0,0,0,'Witness the Reckoning Credit','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30516,0,0,0,0,0,14886,0,0,0,'Azure Enforcer (1)','','',0,80,80,2,1692,0,1,1.42857,1,1,422,586,0,642,12,2400,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,2,8,26734,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10400,11200,'',0,3,1,5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(30517,0,0,0,0,0,25250,0,0,0,'Azure Scale-Binder (1)','','',0,80,80,2,1692,0,0.888888,1.42857,1,1,417,582,0,608,12,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,2,8,26735,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(30518,0,0,0,0,0,28080,0,0,0,'Azure Skyrazor (1)','','',0,80,80,2,1847,0,2,1.42857,1,1,422,586,0,642,1,2000,2000,1,33110,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,0.102407,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),(30519,0,0,0,0,0,14253,0,0,0,'Crazed Mana-Surge (1)','','',0,80,80,2,1692,0,1,1.42857,1,1,422,586,0,642,12,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,8,26737,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,144,1,0,1,'',12340),(30520,0,0,0,0,0,27810,0,0,0,'Crazed Mana-Wraith (1)','','',0,80,80,2,16,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.95,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30521,0,0,0,0,0,23329,0,0,0,'Crazed Mana-Wyrm (1)','','',0,80,80,2,1692,0,2,1.42857,1,1,422,586,0,642,1,2000,2000,1,33108,2048,0,0,0,0,0,0,345,509,103,4,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,2,0.102407,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),(30522,0,0,0,0,0,25206,0,0,0,'Chaotic Rift (1)','','',0,80,80,2,16,0,1,1.14286,1.5,1,422,586,0,642,13,2400,2000,1,131076,2048,0,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.25,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(30523,0,0,0,0,0,27009,0,0,0,'Thane Illskar the Damned','','',0,80,80,2,2116,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33024,2048,0,0,0,0,0,0,315,468,69,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30524,0,0,0,0,0,27472,0,0,0,'Crystalline Protector (1)','','',0,80,80,2,16,0,1.6,1.42857,1,1,422,586,0,642,12,2400,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,4,264,26792,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,35490,0,0,0,0,0,144,1,0,0,'',12340),(30525,0,0,0,0,0,27609,0,0,0,'Crystalline Tender (1)','','',0,80,80,2,16,0,1.6,1.14286,1,1,417,582,0,608,12,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,28231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8138,13562,'',0,3,1,5,1,1,0,0,0,0,0,0,0,125,1,0,0,'',12340),(30526,0,0,0,0,0,27469,0,0,0,'Crystalline Keeper (1)','','',0,80,80,2,16,0,1.6,1.14286,1,1,422,586,0,642,12,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,4,264,26782,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,125,1,0,0,'',12340),(30527,0,0,0,0,0,3019,0,0,0,'Training Dummy','','',0,83,83,0,35,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,23809.5,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),(30528,0,0,0,0,0,25570,0,0,0,'Crystalline Frayer (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30529,0,0,0,0,0,26259,0,0,0,'Anomalus (1)','','',0,82,82,2,16,0,1,1.42857,1,1,463,640,0,726,20,2400,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,4,104,30529,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,15,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),(30530,0,0,0,0,0,27059,0,0,0,'Moorabi (1)','High Prophet of Mam\'toth','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,13,1000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,30530,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9940,16566,'',0,3,1,32,1,1,0,0,0,0,0,0,0,144,1,617299839,2097153,'',12340),(30531,0,0,0,0,0,27094,0,0,0,'Elder Jarten','','',21026,80,80,2,35,3,1,0.99206,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30532,0,0,0,0,0,26298,0,0,0,'Ormorok the Tree-Shaper (1)','','',0,82,82,2,16,0,1,1.42857,1.15,1,488,642,0,782,20,2400,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,4,584,30532,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,15,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),(30533,0,0,0,0,0,27095,0,0,0,'Elder Nurgen','','',9948,80,80,2,35,3,1,0.992063,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30534,0,0,0,0,0,27096,0,0,0,'Elder Kilias','','',9966,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30535,0,0,0,0,0,27097,0,0,0,'Elder Yurauk','','',9972,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30536,0,0,0,0,0,27098,0,0,0,'Elder Igasho','','',9937,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30537,0,0,0,0,0,27099,0,0,0,'Elder Ohanzee','','',9971,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30538,0,0,0,0,0,27100,0,0,0,'Elder Chogan\'gada','','',9959,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30539,0,0,0,0,0,23767,0,0,0,'Crystal Spike (1)','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,13,2000,2000,1,33554944,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(30540,0,0,0,0,0,24307,0,0,0,'Keristrasza (1)','','',0,82,82,2,16,0,1,0.992063,1,1,463,640,0,726,20,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,2,104,30540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,38,20,1,0,43665,0,0,0,0,0,0,1,650854271,2097153,'',12340),(30541,0,0,0,33192,0,23883,0,0,0,'Forgotten Depths Underking','','',0,78,78,2,2068,0,2,2,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,6,0,30541,0,70203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,43169,0,0,0,0,0,184,1,8388624,0,'',12340),(30542,0,0,0,0,0,10718,0,0,0,'Rivendare\'s Deathcharger','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),(30543,0,0,0,33192,0,26852,0,0,0,'Forgotten Depths High Priest','','',0,77,78,2,2068,0,1,1,1,0,383,539,0,500,1,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,6,0,30543,0,70203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43169,0,0,0,0,0,0,1,8388624,0,'',12340),(30544,0,0,0,33192,0,23883,0,0,0,'Forgotten Depths Underking','','',0,78,78,2,2068,0,2,2,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.65,1,1,0,0,0,0,0,0,0,184,1,8388624,64,'',12340),(30545,0,0,0,0,0,26801,0,0,0,'[UNUSED] Wrathstrike Gargoyle','','',0,77,78,2,2068,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30546,0,0,0,0,0,26851,0,0,0,'[UNUSED] Reanimated Crusader','PH MODEL: Task 25946','',0,77,78,2,2068,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30547,0,0,0,0,0,27104,0,0,0,'Postmaster Malown','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30548,0,0,0,0,0,27106,0,0,0,'The Guardian\'s Charge','','',0,80,80,2,35,2,1,1,1,0,422,586,0,642,1,2000,2000,1,262912,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30549,30600,0,0,0,0,10729,0,0,0,'Baron Rivendare','','',0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,35,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,56,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'boss_four_horsemen',12340),(30550,0,0,0,0,0,26381,0,0,0,'Image of the North Wind','','',0,80,80,0,14,0,1,0.595239,1,1,417,582,0,608,7.5,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30551,0,0,0,0,0,27109,0,0,0,'Hearthsinger Forresten','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30552,0,0,0,0,0,27110,0,0,0,'Fras Siabi','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30553,0,0,0,0,0,27111,0,0,0,'Footman James','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30554,0,0,0,0,0,27112,0,0,0,'Footman Maxwell','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30555,0,0,0,0,0,27118,0,0,0,'Carlin Redpath','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30556,0,0,0,0,0,27119,0,0,0,'Marlene Redpath','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30557,0,0,0,0,0,257,0,0,0,'Pamela Redpath','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30558,0,0,0,0,0,27120,0,0,0,'Jessica Redpath','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30559,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Flight To Airship Bunny (A) Teleport Target','','',0,75,75,2,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),(30560,0,0,0,0,0,27121,0,0,0,'The RP-GG','','',0,70,70,2,2059,16777216,1.2,1,1,0,252,357,0,304,1,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000557,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30561,0,0,0,0,0,27122,0,0,0,'Gryan Stoutmantle','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30562,0,0,0,0,0,27123,0,0,0,'Crusader Bridenbrad','','',0,80,80,2,35,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30563,0,0,0,0,0,20366,0,0,0,'Crate of Land Mines','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000557,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30564,0,0,0,0,0,26882,0,0,0,'Njorndar Proto-Drake','','',0,80,80,2,190,0,1,2.2,1,1,2,2,0,24,7.5,2000,2000,1,8,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,57493,0,7769,0,0,0,0,0,0,247,0,0,'',0,4,2.25,1,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(30565,0,0,0,0,0,27124,0,0,0,'Joseph Redpath','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30568,0,0,0,0,0,2453,0,0,0,'Phantom Boar','','',0,80,80,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30569,0,0,0,0,0,27140,0,0,0,'Rafae','Flight Master','',0,77,77,2,35,8192,1,1.14286,1,1,371,522,0,478,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30570,0,0,0,0,0,27138,0,0,0,'Emery Neill','Barkeep','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30571,0,0,0,0,0,27139,0,0,0,'Michael Belfast','Cook','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30572,0,0,0,0,0,27141,0,0,0,'Nofal','Ammunition','',0,75,75,2,1574,4480,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,0,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30573,0,0,0,0,0,23960,0,0,0,'Duke','','',0,70,70,2,35,0,1,1.28571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30574,0,0,0,0,0,23959,0,0,0,'Arion','','',0,70,70,2,35,0,1,1.28571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30575,0,0,0,30670,0,27162,0,0,0,'Frostbrood Destroyer','','',0,80,80,2,2069,0,2.4,2.14286,1,1,1170,3470,0,342,2,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,57477,53363,0,0,0,0,0,0,0,0,0,0,'CombatAI',1,7,10,25,1,1,0,0,0,0,0,0,0,192,1,8388624,0,'',12340),(30576,0,0,0,0,0,1126,15880,0,0,'Vile Like Fire! Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30577,0,0,0,0,0,22712,17200,0,0,'Vanguard Tower Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30578,0,0,0,0,0,27142,0,0,0,'Bethany Aldire','Strand of the Ancients Battlemaster','',9981,81,81,2,84,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30579,0,0,0,0,0,27143,0,0,0,'Marga Bearbrawn','Strand of the Ancients Battlemaster','',9981,81,81,2,84,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,320,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(30580,0,0,0,0,0,27144,0,0,0,'Nivara Bladedancer','Strand of the Ancients Battlemaster','',9981,81,81,2,84,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,320,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(30581,0,0,0,0,0,27145,0,0,0,'Buhurda','Strand of the Ancients Battlemaster','',9981,81,81,2,84,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,320,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(30582,0,0,0,0,0,27146,0,0,0,'Ufuda Giant-Slayer','Strand of the Ancients Battlemaster','',9983,81,81,2,83,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,320,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(30583,0,0,0,0,0,27147,0,0,0,'Sarah Forthright','Strand of the Ancients Battlemaster','',9983,81,81,2,83,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,320,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(30584,0,0,0,0,0,27148,0,0,0,'Mabrian Fardawn','Strand of the Ancients Battlemaster','',9983,81,81,2,83,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,320,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(30585,0,0,0,0,0,22720,0,0,0,'Hammerhead','','',0,79,79,2,35,16777216,12,3,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,'',0,4,1,2.344,1,1,0,0,0,0,0,0,0,265,1,0,0,'npc_preparations_for_war_vehicle',12340),(30588,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Flight To Airship Bunny (H)','','',0,75,75,2,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),(30589,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Flight To Airship Bunny (H) Teleport Target','','',0,75,75,2,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),(30590,0,0,0,0,0,27149,0,0,0,'Godo Cloudcleaver','Strand of the Ancients Battlemaster','',9983,81,81,2,83,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,320,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(30591,0,0,0,0,0,26218,0,0,0,'Stormforged Amplifier','','',0,79,80,2,1955,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30592,0,0,0,0,0,11686,0,0,0,'Static Field','','',0,80,80,2,14,0,1,1,1,0,0,0,0,0,1,2000,0,1,33554432,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',11723),(30593,0,0,0,30670,33192,26945,25729,0,0,'Forgotten Depths Slayer','','',0,80,80,2,2069,0,2,1.71429,1,0,383,539,0,500,1,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,6,8,0,0,0,0,0,0,0,0,0,54185,0,0,0,0,0,0,0,0,0,0,0,'CombatAI',1,3,1,1,1,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),(30594,0,0,0,0,0,26852,0,0,0,'[UNUSED] Forgotten Depths High Priest','','',0,77,78,2,2068,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30595,0,0,0,0,0,22209,0,0,0,'Highlord Tirion Fordring','','',0,83,83,2,2073,0,1,1.28571,1,3,496,674,0,783,35,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,7,2084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1000,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30596,0,0,0,0,0,26971,0,0,0,'The Ebon Watcher','','',9999,80,80,0,2051,2,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,800,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30597,0,0,0,33192,0,28292,0,0,0,'Spiked Ghoul','','',0,80,80,2,974,0,0.8,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30597,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43259,42108,0,0,0,0,0,1,8388624,0,'',12340),(30598,0,0,0,0,0,4449,27204,0,0,'Spike Target','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30599,0,0,0,0,0,1126,15880,0,0,'Vile Like Fire! Fire Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30600,0,0,0,0,0,10729,0,0,0,'Baron Rivendare (1)','','',0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,70,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,170,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'',12340),(30601,0,0,0,0,0,16153,0,0,0,'Lady Blaumeux (1)','','',0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,70,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,170,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'',12340),(30602,0,0,0,0,0,16154,0,0,0,'Sir Zeliek (1)','','',0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,70,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,170,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'',12340),(30603,0,0,0,0,0,16155,0,0,0,'Thane Korth\'azz (1)','','',0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,70,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99110,129436,'',0,3,1,170,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'',12340),(30604,0,0,0,0,0,27157,0,0,0,'Teller Almeida','Banker','',0,75,75,2,2007,131072,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30605,0,0,0,0,0,27158,0,0,0,'Teller Gee','Banker','',0,75,75,2,2007,131072,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30606,0,0,0,0,0,27159,0,0,0,'Paymaster Chang','Banker','',0,75,75,2,2007,131072,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30607,0,0,0,0,0,27160,0,0,0,'Teller Plushner','Banker','',0,75,75,2,2007,131072,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30608,0,0,0,0,0,27161,0,0,0,'Paymaster Amadi','Banker','',0,75,75,2,2007,131072,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30609,0,0,0,0,0,27066,0,0,0,'Frost Drake','','',0,80,80,1,2102,0,10,3.57143,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,251,1,8388624,0,'',12340),(30610,0,0,0,0,0,27163,0,0,0,'War-Hunter Molog','Arena Battlemaster','',0,71,71,0,125,1048577,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,576,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30611,0,0,0,0,0,27164,0,0,0,'Greela \"The Grunt\" Crankchain','Arena Organizer','',0,71,71,0,29,1,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,512,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30613,0,0,0,0,0,3247,0,0,0,'Bloodsting','Molog\'s Pet','',0,71,71,0,125,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,20,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5874,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30614,0,0,0,0,0,4449,27165,0,0,'Spike Target 2','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30615,0,0,0,0,0,17035,0,0,0,'Dan\'s Test Dummy (Non Vehicle)','','vehichleCursor',0,30,30,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(30616,0,0,0,0,0,0,16925,0,0,'Flame Tsunami','','',0,83,83,2,103,0,1,1,1,0,0,0,0,0,1,2000,0,1,33554434,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,20,1,1,0,0,0,0,0,0,0,0,1,0,130,'',1),(30617,0,0,0,0,0,13170,0,0,0,'Nightmare Aberration','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30618,0,0,0,0,0,23037,23038,23039,0,'','','',0,64,67,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30619,0,0,0,0,0,23037,23038,23039,0,'Wintergrasp Peon','','',0,64,67,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30621,31476,0,0,0,0,11686,0,0,0,'Twisted Visage','','',0,73,73,2,16,0,1,1,1,1,316,450,0,320,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.402415,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),(30622,31477,0,0,0,0,11686,0,0,0,'Twisted Visage','','',0,73,73,2,16,0,1.6,1,1,1,316,450,0,320,7.5,2400,2000,1,33024,2048,0,0,0,0,0,0,278,413,58,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.402415,1,1,0,0,0,0,0,0,0,116,1,0,0,'',12340),(30623,31478,0,0,0,0,11686,0,0,0,'Twisted Visage','','',0,73,73,2,16,0,1.6,1,1,1,316,450,0,320,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.402415,1,1,0,0,0,0,0,0,0,116,1,0,0,'',12340),(30624,31479,0,0,0,0,11686,0,0,0,'Twisted Visage','','',0,73,73,2,16,0,1.6,1,1,1,316,450,0,320,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.402415,1,1,0,0,0,0,0,0,0,116,1,0,0,'',12340),(30625,31480,0,0,0,0,11686,0,0,0,'Twisted Visage','','',0,73,73,2,16,0,1.6,1,1,1,316,450,0,320,7.5,2400,0,1,0,2048,8,0,0,0,0,0,278,413,58,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.402415,1,1,0,0,0,0,0,0,0,116,1,0,0,'',12340),(30626,0,0,0,0,0,17330,0,0,0,'Wintergrasp Peasant','','',0,1,1,0,1732,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(30627,0,0,0,0,0,19034,0,0,0,'Nightmare Figment','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,30627,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30628,0,0,0,0,0,27167,0,0,0,'Eye of Acherus (DK)','','',0,34,34,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30629,0,0,0,0,0,12432,0,0,0,'Mortal Essence','','',0,78,78,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30630,0,0,0,0,0,27168,0,0,0,'Arch Druid Lilliandra','','',9991,80,80,2,2070,1,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30631,0,0,0,0,0,27189,0,0,0,'Darkrider Arly','','',9984,80,80,2,2050,2,1,2,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30632,0,0,0,29880,33192,27200,27201,27202,27203,'Mjordin Water Magus','','',0,79,80,2,1885,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,30632,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,2778,'SmartAI',0,3,1,1,1,1,0,42422,41989,0,0,0,0,0,1,0,0,'',12340),(30633,0,0,0,0,0,26650,0,0,0,'Water Terror','','',0,77,78,2,1885,0,1,1.14286,1,0,322,466,0,236,1,2000,2000,8,32768,2048,0,0,0,0,0,0,296,440,58,4,0,30633,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30634,0,0,0,0,0,27196,27197,27198,27199,'Ruby Flower','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(30639,0,0,0,0,0,556,0,0,0,'Argent Mason','','',0,50,52,2,2070,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30640,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Airship (A) - Cannon Target','','',0,75,75,2,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),(30641,31521,0,0,0,0,15294,0,0,0,'Twilight Fissure','','',0,1,1,0,14,0,1,1,1,0,0,0,0,0,1,5200,0,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,57581,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,128,'',1),(30642,0,0,0,0,0,27205,0,0,0,'Water Terror','','',0,77,78,2,1885,0,1,1.14286,1,0,322,466,0,236,1,2000,2000,8,33587968,2048,0,0,0,0,0,0,296,440,58,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30643,31317,0,0,0,0,2172,0,0,0,'Lava Blaze','','',0,81,81,2,103,0,1,1,1,0,421,636,0,171,1.4,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,121,1,0,0,'',1),(30644,0,0,0,0,0,1126,17612,0,0,'The Art of Being a Water Terror Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30645,0,0,0,0,0,27210,0,0,0,'Water Terror','','',0,80,80,2,190,0,4,2.14286,1,0,2,2,0,24,1,2000,2000,4,32776,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,57652,57668,57665,57643,0,0,0,0,0,250,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,196,1,0,0,'',12340),(30646,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Airship (A) - Cannon, Even','','',0,75,75,2,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),(30647,0,0,0,0,0,4588,0,0,0,'Strength of Earth Totem VII','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,57621,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30648,0,0,0,0,0,11686,0,0,0,'Fire Cyclone','','',0,83,83,0,14,0,1,1.14286,1,0,509,683,0,805,1,2000,0,1,33554434,2048,8,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(30649,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Airship (H) - Cannon Target','','',0,75,75,2,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),(30650,0,0,0,0,0,169,11686,0,0,'Shadron Portal Visual','','',0,80,80,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30651,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Airship (A) - Cannon, Odd','','',0,75,75,2,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,295,438,68,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),(30652,0,0,0,0,0,4589,0,0,0,'Totem of Wrath II','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,57660,30708,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30654,0,0,0,0,0,4589,0,0,0,'Totem of Wrath IV','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,57663,30708,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30655,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Airship (A) - Cannon Controller 01','','',0,75,75,2,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),(30656,0,0,0,0,0,27212,0,0,0,'Rhydian','Kirin Tor','',0,80,80,2,2007,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30657,0,0,0,0,0,27213,0,0,0,'Siegemaster Fezzik','','',0,78,78,2,2070,2,1,1.14286,1,1,383,539,0,500,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30658,0,0,0,0,0,27214,0,0,0,'Lieutenant Sinclari','','',1623,80,80,2,35,1,1,1.14286,1,1,417,582,0,608,7.5,2000,0,2,576,2048,8,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_vh_sinclari',12340),(30659,31505,0,0,0,0,27215,27216,27217,0,'Violet Hold Guard','','',0,75,75,2,1718,0,1,1.14286,1,1,342,485,0,392,4.6,2000,0,1,64,2048,8,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30660,31501,0,0,0,0,27474,0,0,0,'Portal Guardian','','',0,76,76,2,1720,0,1,1.14286,1,1,356,503,0,432,7.5,2000,0,1,0,2048,8,0,0,0,0,0,305,452,74,2,72,30660,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6644,6644,'SmartAI',0,3,1,12,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(30661,31487,0,0,0,0,25226,0,0,0,'Azure Invader','','',0,75,75,2,1720,0,1,1.14286,1,1,342,485,0,392,1.5,2000,0,1,0,2048,8,0,0,0,0,0,295,438,68,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_azure_invader',12340),(30662,31494,0,0,0,0,25250,0,0,0,'Azure Spellbreaker','','',0,75,75,2,16,0,1,1.14286,1,1,339,481,0,370,1.5,2000,0,2,0,2048,8,0,0,0,0,0,293,436,53,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,2,1,0,0,0,0,0,0,0,0,0,0,0,'npc_azure_spellbreaker',12340),(30663,31483,0,0,0,0,25247,0,0,0,'Azure Binder','','',0,75,75,2,1720,0,1,1.14286,1,1,289,421,0,175,1.5,2000,0,8,0,2048,8,0,0,0,0,0,271,403,45,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,3,1,0,0,0,0,0,0,0,0,0,0,0,'npc_azure_binder',12340),(30664,31497,0,0,0,0,24910,0,0,0,'Azure Mage Slayer','','',0,75,75,2,1720,0,1,1.14286,1,1,342,485,0,392,1.5,2000,0,1,0,2048,8,0,0,0,0,0,295,438,68,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_azure_mage_slayer',12340),(30665,31500,0,0,0,0,27792,27793,27794,27793,'Veteran Mage Hunter','','',0,75,75,2,1720,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30666,31486,0,0,0,0,14356,0,0,0,'Azure Captain','','',0,75,75,2,16,0,1,1.14286,1,1,342,485,0,392,3,2000,0,1,0,2048,8,0,0,0,0,0,295,438,68,2,8,30666,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6663,6663,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_azure_captain',12340),(30667,31493,0,0,0,0,25250,0,0,0,'Azure Sorceror','','',0,75,75,2,16,0,1,1.14286,1,1,339,481,0,370,4,2000,0,2,0,2048,8,0,0,0,0,0,293,436,53,2,8,30667,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6668,6668,'',0,3,1,4,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_azure_sorceror',12340),(30668,31490,0,0,0,0,27219,0,0,0,'Azure Raider','','',0,75,75,2,16,0,1,1.14286,1,1,342,485,0,392,4,2000,0,1,0,2048,8,0,0,0,0,0,295,438,68,2,8,30668,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6648,6648,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_azure_raider',12340),(30669,0,0,0,0,0,22712,17200,0,0,'Vanguard Sound Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30670,0,0,0,0,0,26945,25729,0,0,'Scourge Proxy Chapter II','','',0,77,78,2,2068,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),(30671,0,0,0,0,0,27221,0,0,0,'Tol\'mar','','',9993,75,75,2,35,3,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30672,0,0,0,0,0,26842,26843,26844,26845,'Crusader of Virtue','','',0,77,80,2,2131,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.85,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30673,0,0,0,33192,0,26945,25729,0,0,'Forgotten Depths Slayer','','',0,77,78,2,2068,0,2,1.71429,1,0,383,539,0,500,1,2000,2000,2,570721024,2048,0,0,0,0,0,0,321,477,68,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,169,1,0,0,'',12340),(30674,0,0,0,0,0,27162,0,0,0,'Frostbrood Destroyer','','',0,80,80,2,2068,0,2.4,2.14286,1,1,422,586,0,642,4.6,2000,2000,1,570721024,2048,32,0,0,0,0,0,345,509,103,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,10,25,1,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),(30675,0,0,0,0,0,26838,26839,26840,26841,'Argent Champion','','',0,80,80,2,2131,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30676,0,0,0,0,0,27222,0,0,0,'Chronicler Bah\'Kini','','',9994,77,77,2,35,3,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30677,0,0,0,0,0,22209,0,0,0,'Highlord Tirion Fordring','','',9995,83,83,0,2073,2,1,1.28571,1,3,468,702,0,175,13.9,2000,2000,2,0,2048,0,0,0,0,0,0,375,562,140,7,2084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1000,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30678,0,0,0,0,0,27224,0,0,0,'Jonna Robertson','Directions','',0,75,75,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30679,0,0,0,0,0,27393,0,0,0,'Teleportation Portal','','',0,75,75,2,35,0,1,0.99206,1,1,342,485,0,392,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30680,30999,0,0,0,0,27226,0,0,0,'Onyx Brood General','','',0,81,81,2,103,0,1.6,1.42857,1,1,464,604,0,708,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,2,72,30680,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,16,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(30681,30998,0,0,0,0,27227,0,0,0,'Onyx Blaze Mistress','','',0,81,81,2,103,0,1.6,1.42857,1,1,352,499,0,408,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,302,449,57,2,72,30681,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,12,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(30682,31000,0,0,0,0,12891,0,0,0,'Onyx Flight Captain','','',0,81,81,2,103,0,1.6,1.42857,1,1,464,604,0,708,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,2,72,30682,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22581,24534,'SmartAI',0,3,1,12,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(30683,0,0,0,0,0,26866,0,0,0,'Father Gustav','','',0,80,80,2,2070,2,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30684,30777,0,0,0,0,169,16925,0,0,'Harpoon Loot Sparkles','','',0,76,76,2,114,0,1,0.992063,1,0,356,503,0,432,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,305,452,74,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(30685,0,0,0,0,0,556,0,0,0,'Argent Mason','','',0,50,52,2,2070,0,0.666668,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30686,0,0,0,0,0,27228,0,0,0,'Crusade Architect Silas','','',0,80,80,2,2070,2,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30687,0,0,0,33192,0,27107,27105,0,0,'Skeletal Constructor','','',0,80,80,2,974,0,1,0.99206,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,6,0,30687,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30688,31544,0,0,0,0,8311,0,0,0,'Disciple of Shadron','','',0,81,81,2,103,0,1.6,1.42857,1,1,425,602,0,670,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(30689,0,0,0,33192,0,15962,0,0,0,'Chained Abomination','','',0,80,80,2,974,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,30689,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(30690,0,0,0,0,0,27529,11686,0,0,'[DND] Icecrown Airship (H) - Flak Cannon, Odd','','',0,75,75,0,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,0,'',12340),(30691,0,0,0,0,0,18135,0,0,0,'A\'dal','','',0,83,83,2,1741,0,1,1.14286,1,1,509,683,0,805,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1000,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30692,0,0,0,0,0,27283,0,0,0,'M\'ori','','',0,83,83,2,1741,0,1,1.14286,1,1,509,683,0,805,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1000,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30693,0,0,0,0,0,27282,0,0,0,'K\'uri','','',0,83,83,2,1741,0,1,1.14286,1,1,509,683,0,805,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1000,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30694,0,0,0,0,0,27231,0,0,0,'Spirit of Bridenbrad','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30695,31503,0,0,0,0,27473,0,0,0,'Portal Keeper','','',0,76,76,2,1720,0,1,1.14286,1,1,352,499,0,408,7.5,2000,0,2,0,2048,8,0,0,0,0,0,302,449,57,2,72,30695,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6659,6659,'SmartAI',0,3,1,12,10,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(30696,0,0,0,33192,0,23890,0,0,0,'Corpulent Horror','','',0,80,80,2,2102,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,30696,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43528,43527,43529,43526,0,0,0,1,8388624,0,'',12340),(30697,0,0,0,33192,0,24484,0,0,0,'Putrid Colossus','','',0,80,80,2,2102,0,1,0.992063,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,30697,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30698,0,0,0,0,0,31176,0,0,0,'Morbidus','','',0,80,80,2,14,0,1,0.99206,1,1,217,247,0,24,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,6,0,30698,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,0,0,'SmartAI',0,3,1,16,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30699,0,0,0,0,0,27529,11686,0,0,'[DND] Icecrown Airship (H) - Flak Cannon, Even','','',0,75,75,0,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,0,'',12340),(30700,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Airship (H) - Cannon, Neutral','','',0,75,75,0,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),(30701,0,0,0,33192,0,25627,0,0,0,'Vile Creeper','','',0,79,79,2,974,0,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,6,0,30701,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(30702,0,0,0,0,0,26767,19725,0,0,'Flame Orb','','',0,1,1,0,14,0,2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),(30703,0,0,0,0,0,25783,25779,25907,25433,'Ebon Blade Champion','','',0,80,80,2,1770,0,1,2,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30704,0,0,0,0,0,26227,25294,25077,26225,'Argent Paladin','','',0,80,80,2,1770,0,1,1.38571,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30706,0,0,0,0,0,27252,0,0,0,'Jo\'mah','Inscription Trainer','',0,35,35,0,126,80,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,2,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30707,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Airship (H) - Cannon Controller 01','','',0,75,75,0,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),(30708,0,0,0,0,0,27249,0,0,0,'Crusader Olakin Sainrith','','',10107,80,80,2,2070,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30709,0,0,0,0,0,27257,0,0,0,'Poshken Hardbinder','Inscription Trainer','',0,35,35,0,68,80,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,2,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30710,0,0,0,0,0,27259,0,0,0,'Zantasia','Inscription Trainer','',0,35,35,0,1604,80,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,0,2048,0,0,2,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30711,0,0,0,0,0,27260,0,0,0,'Margaux Parchley','Inscription Trainer','',0,35,35,0,68,80,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,0,2048,0,0,2,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30712,0,0,0,0,0,1126,11686,0,0,'Bridenbrad Light Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30714,0,0,0,0,0,27262,0,0,0,'Crusade Engineer Spitzpatrick','','',0,79,79,0,2070,2,1,1.14286,1,1,404,564,0,582,7.5,2000,2000,4,0,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30715,0,0,0,0,0,27263,0,0,0,'Feyden Darkin','Inscription Trainer','',0,35,35,0,80,80,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,2,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30716,0,0,0,0,0,27264,0,0,0,'Thoth','Inscription Trainer','',0,35,35,0,1638,80,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,2,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30717,0,0,0,0,0,27274,0,0,0,'Elise Brightletter','Inscription Trainer','',0,35,35,0,55,80,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,2,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30718,0,0,0,0,0,26901,26730,27202,26902,'Slumbering Mjordin','','',10008,79,80,2,190,1,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30719,0,0,0,0,0,26556,0,0,0,'Spitzpatrick\'s Bomber','','',0,80,80,2,2070,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30722,0,0,0,0,0,27285,0,0,0,'Neferatti','Master Inscription Trainer','',0,60,60,0,1729,80,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,0,2048,0,0,2,0,0,0,61,90,25,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30723,0,0,0,0,0,27286,0,0,0,'Xantili','Inscription Supplies','',0,35,35,0,126,2176,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,0,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30724,0,0,0,0,0,27289,0,0,0,'Mertle Murkpen','Inscription Supplies','',0,35,35,0,68,2176,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,0,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30725,0,0,0,29880,33192,27288,27290,27291,27292,'Jotunheim Sleep-Watcher','','',0,79,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,30725,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1654,2756,'SmartAI',0,3,1,1,1,1,0,42422,41989,0,0,0,0,0,1,0,0,'',12340),(30726,0,0,0,0,0,27287,0,0,0,'Archivist Betha','City Historian','Directions',10043,75,75,2,2007,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30727,0,0,0,0,0,27293,0,0,0,'Lelorian','Inscription Supplies','',0,35,35,0,1604,128,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,0,2048,0,0,0,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30728,0,0,0,0,0,24993,0,0,0,'Unspiked Ghoul','','',0,80,80,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30729,0,0,0,0,0,27294,0,0,0,'Ickabod Pimlen','Inscription Supplies','',0,35,35,0,68,128,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,0,2048,0,0,0,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30731,0,0,0,0,0,27296,0,0,0,'Illianna Moonscribe','Inscription Supplies','',0,35,35,0,80,128,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,0,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30732,0,0,0,0,0,27297,0,0,0,'Sessoh','Inscription Supplies','',0,35,35,0,1638,2176,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,0,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30733,0,0,0,0,0,27298,0,0,0,'Thargen Heavyquill','Inscription Supplies','',0,35,35,0,55,2176,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,0,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30735,0,0,0,0,0,27300,0,0,0,'Kul Inkspiller','Inscription Supplies','',0,60,60,0,1729,128,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,0,2048,0,0,0,0,0,0,61,90,25,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30736,0,0,0,0,0,27302,0,0,0,'Released Soul','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30737,0,0,0,0,0,27303,27304,27305,27306,'Nesingwary Game Warden','','',0,80,80,2,1812,0,1,1.42857,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,31942,6533,23601,16100,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,144,1,0,32768,'',12340),(30738,0,0,0,0,0,2676,0,0,0,'Tabard Faction Tester','','',0,80,80,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30739,0,0,0,39019,0,24073,24074,24075,24076,'Warsong Champion','','',0,76,76,2,2132,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3049,5081,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30740,0,0,0,31086,0,25948,25949,25950,25951,'Valiance Expedition Champion','','',0,76,76,2,1891,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,16,2048,0,0,0,0,0,0,305,452,74,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5084,8473,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30741,0,0,0,0,0,169,11686,9510,0,'Shadron Portal','','',0,80,80,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30742,0,0,0,0,0,16480,19595,0,0,'First Summoning Altar','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,341,506,80,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30743,0,0,0,0,0,2737,0,0,0,'Succubus Transform 01','','',0,20,20,0,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,0.87,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(30744,0,0,0,0,0,16480,19595,0,0,'Second Summoning Altar','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,341,506,80,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30745,0,0,0,0,0,16480,19595,0,0,'Third Summoning Altar','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,341,506,80,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30746,0,0,0,0,0,7971,0,0,0,'Master Summoner Zarod','','',0,80,80,2,974,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,30746,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,43159,0,0,0,0,0,0,1,8388624,0,'',12340),(30747,0,0,0,0,0,22281,22282,0,0,'Dragonflayer Ironhelm (1)','','',0,80,81,2,1885,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,8,23961,0,0,0,0,0,0,0,0,59607,59606,0,0,0,0,0,0,0,0,7732,12886,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30748,0,0,0,0,0,25338,0,0,0,'Prince Keleseth (1)','The San\'layn','',0,81,81,2,1885,0,1.2,1.42857,1,1,425,602,0,670,13,2000,0,2,64,2048,8,0,0,0,0,0,351,511,86,6,72,30748,0,0,0,0,0,0,0,0,59389,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,20,1,0,0,0,0,0,0,0,147,1,617299839,2097153,'',12340),(30749,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Airship (H) - Cannon Target, Shield','','',0,75,75,2,35,0,6,3.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),(30750,0,0,0,0,0,1126,17612,0,0,'Through the Eye Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30751,0,0,0,29880,0,27310,27352,27353,27354,'Kul\'galar Oracle','','',0,79,80,2,1885,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,30751,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1667,2778,'',0,3,1,1,1,1,0,42422,41989,0,0,0,0,0,1,0,0,'',12340),(30752,0,0,0,0,0,27313,27314,27315,27317,'Orgrim\'s Hammer Gunner','','',0,80,80,2,1978,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30753,0,0,0,0,0,27318,27319,27320,27321,'Orgrim\'s Hammer Engineer','','',0,80,80,2,1978,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30754,0,0,0,0,0,27322,27325,27326,27327,'Orgrim\'s Hammer Crew','','',0,80,80,2,1978,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30755,0,0,0,0,0,27328,27329,27333,27334,'Kor\'kron Reaver','','',0,80,80,0,35,0,1,1.42857,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(30756,0,0,0,0,0,10771,0,0,0,'Avenging Spirit (1)','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.952381,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(30757,0,0,0,0,0,169,11686,0,0,'Avenging Spirit Summoner (1)','','',0,80,81,0,114,0,0.8,0.285714,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),(30758,0,0,0,0,0,21319,0,0,0,'Black Dragon Smoke Image (1)','','',0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30759,0,0,0,0,0,19765,0,0,0,'Bladespire Elder (1)','','',0,71,73,1,1780,0,1.125,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,22262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,586,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(30760,0,0,0,0,0,19762,0,0,0,'Bladespire Guardian (1)','','',0,71,73,1,1780,0,1.125,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,22261,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,532,704,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(30761,0,0,0,0,0,11544,0,0,0,'Bladespire Keg King (1)','','',0,71,73,1,1780,0,1.125,1.14286,1,0,316,450,0,320,1,1400,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,22263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,526,698,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(30762,0,0,0,0,0,22089,22044,0,0,'Bloodthirsty Tundra Wolf (1)','','',0,80,81,2,21,0,1.2,1,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,1,0,0,0,0,353,512,112,1,1,26672,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13461,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30763,0,0,0,0,0,18288,0,0,0,'Crystalfused Miner (1)','','',0,70,70,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,23174,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30764,0,0,0,0,0,28054,28055,0,0,'Dragonflayer Deathseeker (1)','','',0,80,81,2,1885,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,7,0,26550,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9582,15970,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30765,0,0,0,0,0,28056,28057,0,0,'Dragonflayer Fanatic (1)','','',0,80,81,2,1885,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,7,0,26553,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9616,16026,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30766,0,0,0,0,0,25657,25658,0,0,'Dragonflayer Seer (1)','','',0,80,81,2,1885,0,1,1.28571,1,1,425,602,0,670,13,2000,2000,2,64,2048,0,0,0,0,0,0,351,511,86,7,0,26554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9628,16048,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30767,0,0,0,0,0,22293,22294,25393,25393,'Dragonflayer Spectator (1)','','',0,79,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,30767,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9536,15892,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30768,0,0,0,0,0,21317,0,0,0,'Ethereal Smoke Image (1)','','',0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30769,0,0,0,0,0,21365,0,0,0,'Felguard Smoke Image (1)','','',0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30770,0,0,0,0,0,26284,0,0,0,'Ferocious Rhino (1)','','',0,82,82,2,974,0,1,0.992063,1,1,488,642,0,782,13,2000,0,1,33554752,2048,8,0,0,0,0,0,363,521,121,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(30771,0,0,0,0,0,11686,0,0,0,'Flame Brazier (1)','','',0,80,81,2,14,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,33554432,2048,0,0,0,0,0,0,353,512,112,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30772,0,0,0,0,0,26327,0,0,0,'Frenzied Worgen (1)','','',0,82,82,2,974,0,1,0.992063,1.15,1,488,642,0,782,13,2000,0,1,33554752,2048,8,0,0,0,0,0,363,521,121,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(30773,0,0,0,0,0,18288,0,0,0,'Gan\'arg Analyzer (1)','','',0,70,70,0,90,0,1.19,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,23386,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30774,0,0,0,0,0,27419,0,0,0,'Gortok Palehoof (1)','','',0,82,82,2,974,0,1,0.952381,1,1,488,642,0,782,13,2000,0,1,33554752,2048,8,0,0,0,0,0,363,521,121,7,40,30774,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10052,16752,'',0,3,1,32,5,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),(30775,0,0,0,0,0,27043,0,0,0,'Grauf (1)','','',0,82,82,2,21,0,1.44444,2.75,1,1,488,642,0,782,13,2000,0,1,320,2048,8,0,0,0,0,0,363,521,121,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,125,5,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(30776,0,0,0,0,0,21260,0,0,0,'Gronn Smoke Image (1)','','',0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30777,0,0,0,0,0,169,16925,0,0,'Harpoon Loot Sparkles (1)','','',0,80,81,2,114,0,1,0.992063,1,0,464,604,0,708,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.6875,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30778,0,0,0,0,0,26100,0,0,0,'Image of Arthas (1)','','',0,80,80,2,14,0,2,0.992063,1,1,422,586,0,642,13,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,53,1,8388624,0,'',12340),(30779,0,0,0,0,0,15554,0,0,0,'Jormungar Worm (1)','','',0,80,81,2,14,0,1,1.14286,1,0,464,604,0,708,1,2000,0,1,0,2048,8,0,0,0,0,0,353,512,112,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3125,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30780,0,0,0,0,0,11686,0,0,0,'King Bjorn (1)','','',0,80,81,2,14,0,1,1.14286,1,3,464,604,0,708,70,2000,0,1,33555200,2048,8,0,0,0,0,0,353,512,112,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30781,0,0,0,0,0,28085,0,0,0,'King Bjorn Visual (1)','','',0,1,1,0,35,0,1,1.14286,1,3,2,2,0,24,70,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30782,0,0,0,0,0,11686,0,0,0,'King Haldor (1)','','',0,80,81,2,14,0,1,1.14286,1,3,464,604,0,708,70,2000,0,1,33555200,2048,8,0,0,0,0,0,353,512,112,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30783,0,0,0,0,0,28086,0,0,0,'King Haldor Visual (1)','','',0,1,1,0,35,0,1,1.14286,1,3,2,2,0,24,70,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30784,0,0,0,0,0,11686,0,0,0,'King Ranulf (1)','','',0,80,81,2,14,0,1,1.14286,1,3,464,604,0,708,70,2000,0,1,33555200,2048,8,0,0,0,0,0,353,512,112,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30785,0,0,0,0,0,28087,0,0,0,'King Ranulf Visual (1)','','',0,1,1,0,35,0,1,1.14286,1,3,2,2,0,24,70,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30786,0,0,0,0,0,11686,0,0,0,'King Tor (1)','','',0,80,81,2,14,0,1,1.14286,1,3,464,604,0,708,70,2000,0,1,33555200,2048,8,0,0,0,0,0,353,512,112,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30787,0,0,0,0,0,28088,0,0,0,'King Tor Visual (1)','','',0,1,1,0,35,0,1,1.14286,1,3,2,2,0,24,70,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30788,0,0,0,0,0,28019,0,0,0,'King Ymiron (1)','','',0,82,82,2,14,0,1,1.07143,1,1,488,642,0,782,13,2000,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,72,30788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,42,1,1,0,43669,0,0,0,0,0,0,1,650854271,2097153,'',12340),(30789,0,0,0,0,0,10092,0,0,0,'Lakota Windsong (1)','','',0,30,30,0,104,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30790,0,0,0,0,0,24564,0,0,0,'Massive Jormungar (1)','','',0,82,82,2,974,0,1,0.992063,1,1,488,642,0,782,13,2000,0,1,33554752,2048,8,42,0,0,0,0,363,521,121,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(30791,0,0,0,0,0,7869,0,0,0,'Mindless Servant (1)','','',0,80,81,2,21,0,1,1.14286,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,30791,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.375,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30792,0,0,0,0,0,21327,0,0,0,'Mingo (1)','Reagents','',0,71,73,1,1872,129,1.1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(30793,0,0,0,0,0,18368,0,0,0,'Mo\'arg Extractor (1)','','',0,71,71,1,90,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30794,0,0,0,0,0,23970,0,0,0,'Oacha\'noa (1)','Goddess of the Depths','',0,83,83,2,190,0,1,1.14286,1,3,496,674,0,783,70,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,100,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(30795,0,0,0,0,0,21245,0,0,0,'Ogre Smoke Image (1)','','',0,62,63,1,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30796,0,0,0,0,0,21327,0,0,0,'Ogri\'la Keg King (1)','Drink Vendor','',0,71,73,1,1872,129,1.1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(30797,0,0,0,0,0,21409,0,0,0,'Ogri\'la Merchant (1)','General Goods','',0,71,73,1,1872,129,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(30798,0,0,0,0,0,19906,0,0,0,'Ogri\'la Peacekeeper (1)','','',0,71,73,1,1874,0,1.48,1.14286,1,1,316,450,0,320,13,1500,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,51,1,0,32768,'',12340),(30799,0,0,0,0,0,21407,0,0,0,'Ogri\'la Steelshaper (1)','Blacksmithing Supplies','',0,71,73,1,1872,4225,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(30800,0,0,0,0,0,21374,0,0,0,'Ogri\'la Storyteller (1)','','',0,71,73,1,1872,0,1.125,1.14286,1,0,316,450,0,320,1,1500,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(30801,0,0,0,0,0,21411,0,0,0,'Ogri\'la Trader (1)','Trade Goods','',0,71,73,1,1872,129,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(30802,0,0,0,0,0,23992,0,0,0,'Rabid Dire Bear *Unused* (1)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30803,0,0,0,0,0,23999,0,0,0,'Ravenous Furbolg (1)','','',0,82,82,2,974,0,0.666668,0.992063,1,1,463,640,0,726,13,2000,0,2,33554752,2048,8,0,0,0,0,0,360,520,91,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(30804,0,0,0,0,0,10702,0,0,0,'Ritual Channeler (1)','','',0,81,81,2,16,0,1,1.14286,1,0,0,0,0,670,1,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,4,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30805,0,0,0,0,0,169,11686,0,0,'Ritual Target (1)','','',0,80,81,2,14,0,1,1.14286,1,0,425,602,0,670,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,351,511,86,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(30806,0,0,0,0,0,12818,0,0,0,'Scourge Hulk (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,26555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30807,0,0,0,0,0,27418,0,0,0,'Skadi the Ruthless (1)','','',0,82,82,2,21,0,1,1.42857,1,1,488,642,0,782,13,2000,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,8,30807,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,5,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),(30808,0,0,0,0,0,169,11686,0,0,'Spirit Fount (1)','','',0,82,82,2,14,0,1,1.14286,1,0,488,642,0,782,1,2000,0,1,0,2048,8,0,0,0,0,0,363,521,121,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,70,1,0,130,'',12340),(30809,0,0,0,0,0,25944,0,0,0,'Svala (1)','','',0,82,82,2,21,0,0.4,1.14286,1,0,488,642,0,782,1,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,3,1.25,15,1,0,0,0,0,0,0,0,122,1,650854271,2097153,'',12340),(30810,0,0,0,0,0,26096,0,0,0,'Svala Sorrowgrave (1)','','',0,82,82,2,21,0,0.4,1.14286,1,1,488,642,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,6,8,30810,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,3,32,1,1,0,0,0,0,0,0,0,122,1,650854271,2097153,'',12340),(30811,0,0,0,0,0,21428,0,0,0,'Tork (1)','','',0,65,65,1,1872,0,1.125,1.14286,1,0,200,281,0,278,1,1500,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(30812,0,0,0,0,0,21432,0,0,0,'Torki (1)','','',0,65,65,1,1872,0,1.125,1.14286,1,0,200,281,0,278,1,1500,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(30813,0,0,0,0,0,21433,0,0,0,'Torkus Jr. (1)','','',0,65,65,1,1872,0,1.125,1.14286,1,0,186,260,0,262,1,1500,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,153,1,0,0,'',12340),(30814,0,0,0,0,0,20973,20908,20909,0,'Vortex Shardling (1)','','',0,70,72,1,778,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,5,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30815,0,0,0,0,0,11418,0,0,0,'Wolf Spirit Visual (Ymirjar Dusk Shaman) (1)','','',0,1,1,0,21,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30816,0,0,0,0,0,25242,0,0,0,'Ymirjar Berserker (1)','','',0,80,81,2,21,0,1,1.07143,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,26696,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30817,0,0,0,0,0,25244,0,0,0,'Ymirjar Dusk Shaman (1)','','',0,80,81,2,21,0,1,1.07143,1,1,351,509,0,304,13,2000,2000,8,64,2048,0,0,0,0,0,0,351,503,74,6,0,26694,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30818,0,0,0,0,0,25240,0,0,0,'Ymirjar Flesh Hunter (1)','','',0,80,81,2,21,0,1,1.07143,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,26670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,42108,41989,0,0,0,0,0,1,8388624,0,'',12340),(30819,0,0,0,0,0,25241,0,0,0,'Ymirjar Harpooner (1)','','',0,80,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,30819,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,42108,0,0,0,0,0,121,1,8388624,0,'',12340),(30820,0,0,0,0,0,27255,27256,0,0,'Ymirjar Necromancer (1)','','',0,80,81,2,21,0,1,1.14286,1,1,351,509,0,304,13,2000,2000,8,64,2048,0,0,0,0,0,0,351,503,74,7,0,28368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9630,16050,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30821,0,0,0,0,0,25241,0,0,0,'Ymirjar Savage (1)','','',0,80,81,2,21,0,1,1.07143,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,26669,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30822,0,0,0,0,0,25240,0,0,0,'Ymirjar Warrior (1)','','',0,80,81,2,21,0,1,1.21429,1,1,464,604,0,708,13,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,26690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,130,1,8388624,0,'',12340),(30823,0,0,0,0,0,25243,0,0,0,'Ymirjar Witch Doctor (1)','','',0,80,81,2,21,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,6,0,26691,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),(30824,0,0,0,0,0,27336,0,0,0,'Sky-Reaver Korm Blackscar','','',10217,80,80,0,2132,3,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30825,0,0,0,0,0,27343,0,0,0,'Chief Engineer Copperclaw','','',10174,80,80,2,1978,4227,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30826,0,0,0,0,0,27345,0,0,0,'Great Reaver Mulga','','',0,80,80,0,1978,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30827,0,0,0,0,0,27344,0,0,0,'Utamu','','',0,80,80,2,1978,128,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30828,0,0,0,0,0,25984,0,0,0,'Halls of Lightning Teleporter','','',0,77,77,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30829,0,0,0,0,0,27337,0,0,0,'Salranax the Flesh Render','','',0,79,79,2,2068,0,1,1.07143,1.2,1,240,270,0,550,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,6,0,30829,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,15,1,0,0,0,0,0,0,0,0,1,10685,0,'',12340),(30830,0,0,0,0,0,27338,0,0,0,'Underking Talonox','','',0,79,79,2,2068,0,1,1.14286,1,1,320,330,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,30830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,20,1,1,0,0,0,0,0,0,0,0,1,10685,0,'',12340),(30831,0,0,0,0,0,27339,0,0,0,'High Priest Yath\'amon','','',0,79,79,2,2068,0,1,1,1.2,1,240,300,0,550,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,6,0,30831,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,20,1,0,0,0,0,0,0,0,0,1,10685,0,'',12340),(30832,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Airship (A) - Cannon Target, Shield','','',0,75,75,2,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),(30833,0,0,0,0,0,27342,0,0,0,'Vindicator Maraad','','',0,80,80,0,1891,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30835,0,0,0,0,0,27347,0,0,0,'Image of a Shadow Cultist','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,770,2048,0,0,0,0,0,0,1,1,0,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(30836,0,0,0,0,0,27348,0,0,0,'Image of Vardmadra','','',0,80,80,2,2116,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,2,2048,0,0,0,0,0,0,1,1,0,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,6,1,1,1,0,0,0,0,0,0,0,54,1,8388624,0,'',12340),(30837,0,0,0,0,0,11686,0,0,0,'Defense System','','',0,83,83,2,1718,0,1,1.14286,2,1,1,1,0,1,1,2000,0,1,33554438,2048,8,0,0,0,0,0,1,1,1,10,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(30838,0,0,0,0,0,27153,0,0,0,'Highlord Darion Mograine','','',0,83,83,0,2051,0,1,1.14286,1,3,340,420,0,24,35,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2401.3,1599.9,1,0,0,0,0,0,0,0,0,1,0,131072,'',12340),(30839,0,0,0,0,0,27351,0,0,0,'Jayde','','',0,80,80,2,2051,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,10,1,0,0,0,0,0,0,0,0,1,20,0,'',12340),(30840,0,0,0,0,0,27350,0,0,0,'Munch','','',0,80,80,2,2051,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30841,0,0,0,0,0,27346,0,0,0,'Death Gate (Mograine)','','',0,80,80,2,35,16777216,1,1,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30842,0,0,0,0,0,25553,0,0,0,'Wandering Shadow','','',0,80,80,2,21,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,0,30842,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,43323,0,0,0,0,0,0,1,0,0,'',12340),(30843,0,0,0,0,0,14593,3942,0,0,'Severed Soul','','',0,80,80,2,1975,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,30843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,43323,42108,0,0,0,0,0,1,8388624,0,'',12340),(30844,0,0,0,0,0,27346,0,0,0,'Death Gate (Dummy)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30845,0,0,0,0,0,24466,21773,24467,24468,'Living Lasher','','',0,80,80,2,16,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,256,30845,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43324,44809,0,0,0,0,0,1,0,0,'',12340),(30846,0,0,0,0,0,5450,0,0,0,'Glacial Spirit','','',0,80,80,2,834,0,1,1.28968,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,4,0,30846,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,43322,44808,0,0,0,0,0,1,0,0,'',12340),(30847,0,0,0,0,0,1204,0,0,0,'Raging Flame','','',0,80,80,2,91,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,0,30847,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,43314,0,0,0,0,0,0,1,0,0,'',12340),(30848,0,0,0,0,0,8716,0,0,0,'Whispering Wind','','',0,80,80,2,834,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,0,30848,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30849,0,0,0,0,0,21910,0,0,0,'Chilled Earth Elemental','','',0,80,80,2,14,0,1.55556,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,0,30849,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30850,0,0,0,0,0,27346,0,0,0,'Death Gate (Munch)','','',0,80,80,2,35,16777216,1,1,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30851,0,0,0,0,0,25528,0,0,0,'Melt','','',0,78,78,2,2068,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30852,0,0,0,0,0,27346,0,0,0,'Death Gate (Jayde)','','',0,80,80,2,35,16777216,1,1,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30853,0,0,0,0,0,22719,0,0,0,'Gnomish \'Chopper','','',0,1,1,0,84,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30855,0,0,0,0,0,12940,12942,12941,12944,'Wintergrasp Engineer','','',0,80,80,0,84,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30856,0,0,0,0,0,27358,0,0,0,'Unbound Trickster','','',0,78,79,2,16,0,1,0.99206,1,0,399,559,0,550,1,2000,2000,2,32768,2048,0,0,0,0,0,0,331,491,74,7,0,30856,30856,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1579,2631,'SmartAI',0,3,1,1,1,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),(30857,0,0,0,0,0,11686,0,0,0,'Defense Dummy Target','','',0,75,75,2,35,0,1,1.14286,1,0,1,1,0,1,1,2000,0,1,33555200,2048,8,0,0,0,0,0,1,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,130,'',12340),(30858,31546,0,0,0,0,12894,0,0,0,'Disciple of Vesperon','','',0,81,81,2,103,0,1.6,1.42857,1,1,425,602,0,670,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(30860,0,0,0,0,0,27572,0,0,0,'Unbound Dryad','','',0,78,79,2,16,0,1,0.99206,1,0,399,559,0,550,1,2000,2000,2,32768,2048,0,0,0,0,0,0,331,491,74,7,0,30860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1589,2649,'SmartAI',0,3,1,1,1,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),(30861,0,0,0,0,0,27478,0,0,0,'Unbound Ancient','','',0,80,80,2,16,0,1.6,1.71429,1,1,417,582,0,608,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,4,256,30861,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,5,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),(30862,0,0,0,0,0,10621,0,0,0,'Unbound Ent','','',0,77,78,2,16,0,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,4,0,30862,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),(30863,0,0,0,0,0,27364,27360,0,0,'Shandaral Druid Spirit','','',0,78,79,2,16,0,1,1.14286,1,0,399,559,0,550,1,2000,2000,2,32768,2048,0,0,0,0,0,0,331,491,74,6,0,30863,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43225,42108,0,0,0,0,0,1,8388624,0,'',12340),(30864,0,0,0,0,0,27365,27366,0,0,'Shandaral Hunter Spirit','','',0,78,79,2,16,0,1,1.14286,1,0,399,559,0,550,1,2000,2000,2,32768,2048,0,0,0,0,0,0,331,491,74,6,0,30864,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43225,42108,0,0,0,0,0,1,8388624,0,'',12340),(30865,0,0,0,0,0,27367,27368,0,0,'Shandaral Warrior Spirit','','',0,78,79,2,16,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,6,0,30865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43225,42108,0,0,0,0,0,1,8388624,0,'',12340),(30866,0,0,0,0,0,27361,27362,27363,0,'Orgrim\'s Hammer Shadow-Warder','','',0,80,80,2,1978,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30867,0,0,0,0,0,24365,24552,24553,24554,'Skybreaker Shield-Mage','','',0,80,80,2,1973,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30868,0,0,0,0,0,27358,0,0,0,'Unbound Corrupter','','',0,78,79,2,16,0,1,0.99206,1,0,334,482,0,260,1,2000,2000,8,32768,2048,0,0,0,0,0,0,306,454,64,7,0,30868,30868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1584,2640,'SmartAI',0,3,1,1,1.5,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),(30869,0,0,0,0,0,25196,0,0,0,'Arzo Safeflight','Flight Master','',0,80,80,2,534,8192,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30870,0,0,0,0,0,25197,0,0,0,'Herzo Safeflight','Flight Master','',0,80,80,2,714,8192,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30871,0,0,0,0,0,27375,0,0,0,'Brigg Smallshanks','','',10009,80,80,2,35,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33024,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30872,0,0,0,0,0,27390,0,0,0,'Shadow Revenant','','',0,80,80,2,834,0,1,0.59524,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,4,0,30872,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,43323,42107,0,0,0,0,0,1,0,0,'',12340),(30873,0,0,0,0,0,25680,0,0,0,'Flame Revenant','','',0,80,80,2,834,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,4,0,30873,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,43314,42107,0,0,0,0,0,1,0,0,'',12340),(30874,0,0,0,0,0,11686,0,0,0,'Invulnerability Aura','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30875,0,0,0,0,0,26383,0,0,0,'Tempest Revenant','','',0,80,80,2,834,0,1,0.59524,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,4,0,30875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(30876,0,0,0,0,0,27392,0,0,0,'Earthbound Revenant','','',0,80,80,2,16,0,1,1.28571,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,512,30876,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),(30877,0,0,0,0,0,27391,0,0,0,'Water Revenant','','',0,80,80,2,16,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,0,30877,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,43322,44808,42107,0,0,0,0,1,0,0,'',12340),(30878,0,0,0,0,0,169,11686,0,0,'Vesperon Controller','','',0,1,1,0,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30879,0,0,0,0,0,28107,0,0,0,'Planar Anomaly','','',0,80,80,2,14,0,2.75,2.75,1,0,422,586,0,642,1,2000,0,1,33685504,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(30880,0,0,0,0,0,1126,17612,0,0,'Find the Ancient Hero Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30881,0,0,0,0,0,24531,0,0,0,'Servant of Hodir','','',0,60,76,2,2107,0,2.8,1.71429,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),(30882,31539,0,0,0,0,28014,0,0,0,'Twilight Egg','','',0,80,80,2,103,0,1,1,1,1,0,0,0,0,1,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_twilight_summon',1),(30883,0,0,0,0,0,11686,0,0,0,'Dalaran Prison Event Controller','','',0,70,70,1,1683,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,33554688,2048,0,0,0,0,0,0,198,295,33,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30884,0,0,0,0,0,27397,0,0,0,'Iskalder','The Ancient Hero','',0,80,80,2,14,0,1,1.14286,1,1,300,350,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30885,0,0,0,0,0,27398,0,0,0,'Blazik Fireclaw','Water Vendor','',0,75,75,1,35,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30886,0,0,0,0,0,27397,0,0,0,'Subjugated Iskalder','The Ancient Hero','',0,80,80,2,190,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30887,0,0,0,0,0,19725,27204,0,0,'Scourge Package','','',0,79,79,2,974,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(30888,0,0,0,0,0,7550,0,0,0,'QA Test Dummy 80 Hostile Low Damage','QA Punching Bag','',0,80,80,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(30889,0,0,0,0,0,1126,11686,0,0,'Data Scan Target Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30890,31540,0,0,0,0,19295,0,0,0,'Twilight Whelp','','',0,81,81,2,103,0,1,1,1,1,247,428,0,312,2,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,150,1,0,0,'npc_twilight_summon',1),(30891,0,0,0,0,0,27399,0,0,0,'Blessed Banner of the Crusade','','',0,80,80,2,2140,0,1,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_blessed_banner',12340),(30892,31502,0,0,0,0,27474,0,0,0,'Portal Guardian','','',0,76,76,2,1720,0,1,1.14286,1,1,356,503,0,432,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,2,72,30892,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30893,31504,0,0,0,0,27473,0,0,0,'Portal Keeper','','',0,76,76,2,1720,0,1,1.14286,1,1,352,499,0,408,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,2,72,30893,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30894,0,0,0,0,0,25285,0,0,0,'Lithe Stalker','','',0,80,80,2,21,0,2,1.42857,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30894,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,151,1,8388624,0,'',12340),(30895,0,0,0,0,0,25285,0,0,0,'Lithe Stalker','','',0,80,80,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,58282,58203,57882,58283,0,0,0,0,0,257,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(30896,0,0,0,0,0,11686,0,0,0,'Prison Door Seal','','',0,75,75,2,35,0,1,1.14286,1,0,1,1,0,1,1,2000,0,1,33555200,2048,8,0,0,0,0,0,1,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,5,1,1,1,1,0,0,0,0,0,0,0,164,1,0,130,'',12340),(30897,0,0,0,0,0,11686,0,0,0,'Marnak','','',0,80,80,2,114,0,1,1.14286,1,0,0,0,0,0,1,2000,0,1,33554436,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30898,0,0,0,0,0,11686,0,0,0,'Kaddrak','','',0,80,80,2,114,0,1,1.14286,1,0,0,0,0,0,1,2000,0,1,33554436,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30899,0,0,0,0,0,11686,0,0,0,'Abedneum','','',0,80,80,2,114,0,1,1.14286,1,0,0,0,0,0,1,2000,0,1,33554436,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30900,0,0,0,0,0,556,0,0,0,'Argent Mason','','',0,75,78,2,2070,0,0.666668,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30901,0,0,0,0,0,25195,0,0,0,'Azure Inquisitor (1)','','',0,80,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,2,8,27633,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30902,0,0,0,0,0,26088,0,0,0,'Azure Ley-Whelp (1)','','',0,80,81,2,16,0,1,1.14286,1,0,464,604,0,708,1,2000,0,1,32768,2048,8,0,0,0,0,0,353,512,112,2,8,27636,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30903,0,0,0,0,0,28080,0,0,0,'Azure Ring Guardian (1)','','',0,80,81,2,16,0,2,3,1,1,425,602,0,670,13,2000,0,2,32768,2048,8,0,0,0,0,0,351,511,86,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,10.5885,10,1,0,0,0,0,0,0,0,220,1,0,0,'',1),(30904,0,0,0,0,0,25250,0,0,0,'Azure Spellbinder (1)','','',0,80,81,2,16,0,1,1.14286,1.08,1,425,602,0,670,13,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,2,8,27635,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30905,0,0,0,0,0,24943,0,0,0,'Centrifuge Construct (1)','','',0,80,81,2,16,0,1,1.14286,1.24,1,464,604,0,708,13,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,9,32776,27641,0,27641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,80,1,0,0,'',1),(30906,0,0,0,0,0,25146,0,0,0,'Phantasmal Air (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,4,8,27650,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30907,0,0,0,0,0,25147,0,0,0,'Phantasmal Cloudscraper (1)','','',0,80,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,1,8,27645,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30908,0,0,0,0,0,25148,0,0,0,'Phantasmal Fire (1)','','',0,80,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,4,8,27651,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30909,0,0,0,0,0,25145,0,0,0,'Phantasmal Mammoth (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,1,8,27642,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30910,0,0,0,0,0,25149,0,0,0,'Phantasmal Murloc (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,7,8,27649,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30911,0,0,0,0,0,25150,0,0,0,'Phantasmal Naga (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,7,8,27648,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30912,0,0,0,0,0,25151,0,0,0,'Phantasmal Ogre (1)','','',0,80,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,7,8,27647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30913,0,0,0,0,0,25152,0,0,0,'Phantasmal Water (1)','','',0,81,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,4,8,27653,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30914,0,0,0,0,0,25153,0,0,0,'Phantasmal Wolf (1)','','',0,80,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,1,8,27644,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30915,0,0,0,0,0,25302,25304,25303,0,'Ring-Lord Conjurer (1)','','',0,80,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,7,8,27640,27640,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10032,16720,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30916,0,0,0,0,0,25305,25307,25306,0,'Ring-Lord Sorceress (1)','','',0,80,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,7,8,27639,27639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10060,16766,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30917,0,0,0,0,0,25347,0,0,0,'Snowflake (1)','','',0,80,81,2,16,0,1,0.992063,1,0,425,602,0,670,1,2000,2000,2,32768,2048,0,0,0,0,0,0,351,511,86,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.375,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30918,31484,0,0,0,0,25247,0,0,0,'Azure Binder','','',0,75,75,2,1720,0,1,1.14286,1,1,289,421,0,175,1.5,2000,0,8,0,2048,8,0,0,0,0,0,271,403,45,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,3,1,0,0,0,0,0,0,0,0,0,0,0,'npc_azure_binder',12340),(30919,0,0,0,0,0,26842,26843,26844,26845,'Argent Battle-priest','','',0,79,80,2,2131,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30920,0,0,0,33192,0,7858,0,0,0,'Lumbering Atrocity','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30920,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(30921,0,0,0,33192,0,11404,0,0,0,'Skeletal Runesmith','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30921,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43291,42108,0,0,0,0,0,1,8388624,0,'',12340),(30922,0,0,0,33192,0,25241,0,0,0,'Umbral Brute','','',0,80,80,2,1965,0,1,1.07143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30922,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(30924,0,0,0,0,0,27397,0,0,0,'Possessed Iskalder','The Ancient Hero','',0,80,80,2,2116,0,1,1.14286,1,1,422,586,0,642,2,2000,2000,1,33088,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30925,0,0,0,0,0,27046,27085,0,0,'Drakkari Battle Rider (1)','','',0,80,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,2056,29836,29836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9974,16622,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30926,0,0,0,0,0,26590,0,0,0,'Drakkari Earthshaker (1)','','',0,80,81,2,1692,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,8,29829,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10024,16708,'',0,3,1,8.125,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30927,0,0,0,0,0,27047,27086,0,0,'Drakkari Fire Weaver (1)','','',0,81,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,29822,29822,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9976,16626,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30928,0,0,0,0,0,17170,0,0,0,'Drakkari Frenzy (1)','','',0,80,81,2,16,0,1,1.14286,1,0,464,604,0,708,1,2000,2000,1,32768,2048,0,0,0,0,0,0,353,512,112,1,8,29834,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1.25,1,1,0,0,0,0,0,0,0,125,1,0,0,'',12340),(30929,0,0,0,0,0,27048,27087,0,0,'Drakkari God Hunter (1)','','',0,81,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,29820,29820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9952,16588,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30930,0,0,0,0,0,26592,0,0,0,'Drakkari Golem (1)','','',0,80,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,9,584,29832,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30931,0,0,0,0,0,27049,27088,27089,0,'Drakkari Inciter (1)','','',0,80,81,2,2120,0,1,1.14286,1,0,464,604,0,708,1,2000,2000,1,32768,2048,0,0,0,0,0,0,353,512,112,7,8,29874,29874,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10030,16716,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30932,0,0,0,0,0,27050,0,0,0,'Drakkari Lancer (1)','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,8,29819,29822,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10006,16678,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30933,0,0,0,0,0,27051,27090,0,0,'Drakkari Medicine Man (1)','','',0,81,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,29826,29820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9964,16608,'',0,3,1,5,8.125,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30934,0,0,0,0,0,27049,0,0,0,'Drakkari Raider (1)','','',0,80,81,2,16,0,1,1.14286,1,0,464,604,0,708,1,2000,2000,1,32768,2048,0,0,0,0,0,0,353,512,112,7,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30935,0,0,0,0,0,26265,0,0,0,'Drakkari Rhino (1)','','',0,81,81,2,16,16777216,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,1,8,29838,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30936,0,0,0,0,0,26265,0,0,0,'Drakkari Rhino (1)','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,1,8,29931,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30937,0,0,0,0,0,6303,1987,2955,2954,'Fanged Pit Viper (1)','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30938,0,0,0,0,0,27029,0,0,0,'Living Mojo (1)','','',0,80,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,4,8,29830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30939,0,0,0,0,0,23320,0,0,0,'Ruins Dweller (1)','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,8,29920,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9950,16582,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30940,0,0,0,0,0,26420,0,0,0,'Slad\'ran Viper (1)','','',0,81,81,2,16,0,1,1.14286,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30941,0,0,0,0,0,14557,0,0,0,'Spitting Cobra (1)','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,1,8,29774,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30942,0,0,0,0,0,4305,0,0,0,'Unyielding Constrictor (1)','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,1,8,29768,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30943,0,0,0,0,0,26756,0,0,0,'Slad\'ran Constrictor (1)','','',0,81,81,2,16,0,1,1.14286,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30944,0,0,0,0,0,27402,0,0,0,'Vereth the Cunning','','',10112,80,80,2,2050,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30945,0,0,0,0,0,27403,0,0,0,'Vardmadra','','',0,80,80,0,2116,0,2.4,0.992063,1,1,2,2,0,24,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,4,3,1,1,0,0,0,0,0,0,0,54,1,8388624,0,'',12340),(30946,0,0,0,0,0,27404,0,0,0,'Keritose Bloodblade','','',10110,80,80,2,2050,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30947,0,0,0,0,0,27405,0,0,0,'Eidolon Watcher','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,537166592,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(30948,0,0,0,0,0,27396,0,0,0,'Tenebron Egg (Twilight)','','',0,80,80,2,103,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30949,0,0,0,33192,31555,9789,0,0,0,'Risen Laborer','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30949,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,2,'',12340),(30950,0,0,0,0,0,16480,19595,0,0,'Fourth Summoning Altar','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,341,506,80,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30951,0,0,0,33192,31555,24994,0,0,0,'Restless Lookout','','',0,80,80,2,21,0,0.8,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30951,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(30952,0,0,0,33192,31555,24908,0,0,0,'Hungering Plaguehound','','',0,80,80,2,21,0,0.666668,1.19048,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30952,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30953,0,0,0,0,0,27409,0,0,0,'Baelok','Rider of Blood','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30953,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,41989,0,0,0,0,0,0,1,8388624,0,'',12340),(30954,0,0,0,0,0,27410,0,0,0,'Rokir','Rider of the Unholy','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30954,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30955,0,0,0,0,0,21930,0,0,0,'Lady Nightswood','','',0,80,80,2,2050,0,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30956,0,0,0,0,0,27411,0,0,0,'Sapph','Rider of Frost','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30956,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30957,0,0,0,0,0,27412,27417,27414,0,'Death Knight Initiate','Host of Suffering','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30957,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30958,0,0,0,0,0,27415,27416,27413,0,'Death Knight Initiate','Host of Suffering','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30958,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30959,0,0,0,0,0,21955,11686,0,0,'Lady Nightswood\'s Moveto Target Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(30960,0,0,0,0,0,27573,27550,0,0,'Risen Soldier','','',0,80,80,2,974,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,30960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),(30961,31488,0,0,0,0,25226,0,0,0,'Azure Invader','','',0,75,75,2,1720,0,1,1.14286,1,1,342,485,0,392,1.5,2000,0,1,0,2048,8,0,0,0,0,0,295,438,68,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_azure_invader',12340),(30962,31495,0,0,0,0,25250,0,0,0,'Azure Spellbreaker','','',0,75,75,2,1720,0,1,1.14286,1,1,339,481,0,370,1.5,2000,0,2,0,2048,8,0,0,0,0,0,293,436,53,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,2,1,0,0,0,0,0,0,0,0,0,0,0,'npc_azure_spellbreaker',12340),(30963,31498,0,0,0,0,24910,0,0,0,'Azure Mage Slayer','','',0,75,75,2,1720,0,1,1.14286,1,1,339,481,0,370,1.5,2000,0,2,0,2048,8,0,0,0,0,0,293,436,53,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_azure_mage_slayer',12340),(30964,0,0,0,0,0,25654,0,0,0,'Blistering Steamrager (1)','','',0,80,81,2,16,0,1,1,1,1,417,582,0,608,10,2000,0,2,32832,2048,0,0,0,0,0,0,341,506,80,4,8,28583,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30965,0,0,0,0,0,5494,0,0,0,'Cyclone (1)','','',0,80,81,2,16,0,1,1.14286,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.625,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30966,0,0,0,0,0,25982,0,0,0,'Hardened Steel Berserker (1)','','',0,80,81,2,16,0,1,1,1,1,422,586,0,642,10,2000,0,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,28579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10166,16942,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30967,0,0,0,0,0,25984,0,0,0,'Hardened Steel Reaver (1)','','',0,80,81,2,16,0,1,1,1,1,464,604,0,708,10,2000,0,1,32832,2048,0,0,0,0,0,0,353,512,112,7,8,28578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10090,16818,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30968,0,0,0,0,0,25985,0,0,0,'Hardened Steel Skycaller (1)','','',0,80,81,2,16,0,1,1,1,1,464,604,0,708,10,2000,0,1,32832,2048,0,0,0,0,0,0,353,512,112,7,8,28580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10120,16866,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30969,0,0,0,0,0,25629,0,0,0,'Molten Golem (1)','','',0,80,80,2,16,0,1,1,1,0,464,604,0,708,6,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.37302,1,1,0,0,0,0,0,0,0,144,1,0,0,'',1),(30970,0,0,0,0,0,2170,0,0,0,'Slag (1)','','',0,80,81,2,16,0,1,1,1,0,422,586,0,642,1,2000,0,1,32768,2048,0,0,0,0,0,0,345,509,103,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.625,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30971,0,0,0,0,0,26143,0,0,0,'Stormforged Construct (1)','','',0,80,81,2,16,0,1,1,1,1,425,602,0,670,10,2000,0,2,64,2048,0,0,0,0,0,0,351,511,86,9,32768,28835,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,3,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30972,0,0,0,0,0,27092,0,0,0,'Stormforged Giant (1)','','',0,80,80,2,16,0,1,1,1,1,422,586,0,642,10,2000,0,1,32832,2048,0,0,0,0,0,0,345,509,103,5,8,28920,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30973,0,0,0,0,0,26065,0,0,0,'Stormforged Lieutenant (1)','','',0,81,81,2,16,0,1,1,1.3,1,425,602,0,670,10,2000,0,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,5,1,0,0,0,0,0,0,0,48,1,0,0,'',1),(30974,0,0,0,0,0,25754,0,0,0,'Stormforged Mender (1)','','',0,80,81,2,16,0,1,1,1.3,1,425,602,0,670,10,2000,0,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,28582,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10112,16852,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30975,0,0,0,0,0,25756,0,0,0,'Stormforged Runeshaper (1)','','',0,80,81,2,16,0,1,1,1,1,425,602,0,670,10,2000,0,2,32832,2048,0,0,0,0,0,0,351,511,86,7,0,28836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10136,16892,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30976,0,0,0,0,0,25757,0,0,0,'Stormforged Sentinel (1)','','',0,80,81,2,16,0,1,1,1,1,417,582,0,608,10,2000,0,2,32832,2048,0,0,0,0,0,0,341,506,80,7,0,28837,28837,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10126,16876,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30977,0,0,0,0,0,25759,0,0,0,'Stormforged Tactician (1)','','',0,80,81,2,16,0,1,1,1,1,425,602,0,670,10,2000,0,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,28581,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10066,16778,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30978,0,0,0,0,0,26381,0,0,0,'Stormfury Revenant (1)','','',0,80,81,2,16,0,1,1,1,1,422,586,0,642,10,2000,0,1,64,2048,0,0,0,0,0,0,345,509,103,4,72,28826,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,42107,0,0,0,0,0,155,1,0,0,'',1),(30979,0,0,0,0,0,8715,0,0,0,'Storming Vortex (1)','','',0,80,81,2,16,0,1,1,1,1,417,582,0,608,10,2000,0,2,64,2048,0,0,0,0,0,0,341,506,80,4,0,28547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,155,1,0,0,'',1),(30980,0,0,0,0,0,25984,0,0,0,'Titanium Siegebreaker (1)','','',0,80,81,2,16,0,1,1,1,1,464,604,0,708,8,2000,0,1,0,2048,0,0,0,0,0,0,353,512,112,7,8,28961,28961,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10152,16920,'',0,3,1,6,5,1,0,0,0,0,0,0,0,144,1,0,0,'',1),(30981,0,0,0,28838,0,26053,0,0,0,'Titanium Vanguard (1)','','',0,80,81,2,16,0,1,1,1,1,464,604,0,708,10,2000,0,1,32832,2048,0,0,0,0,0,0,353,512,112,7,8,28838,28838,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10108,16848,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30982,0,0,0,0,0,25985,0,0,0,'Titanium Thunderer (1)','','',0,80,81,2,16,0,1,1,1,1,422,586,0,642,6,2000,0,1,0,2048,0,0,0,0,0,0,345,509,103,7,8,28965,28965,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10078,16796,'',0,3,1,6,5,1,0,0,0,0,0,0,0,144,1,0,0,'',1),(30983,0,0,0,0,0,24905,0,0,0,'Unbound Firestorm (1)','','',0,80,81,2,16,0,1,1,1,1,417,582,0,608,10,1750,0,2,32832,2048,0,0,0,0,0,0,341,506,80,4,8,28584,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30984,0,0,0,0,0,14708,24999,10626,26329,'Scourge Drudge','','',0,77,78,2,2068,0,0.777776,1.14286,1,0,383,539,0,500,1,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30985,0,0,0,0,0,27576,27573,0,0,'Summoned Soldier','','',0,80,80,2,974,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),(30986,0,0,0,0,0,27423,0,0,0,'Reanimated Captain','','',0,78,79,2,2068,0,1,1.14286,1,1,399,559,0,550,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,331,491,74,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.85,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30987,0,0,0,0,0,23137,0,0,0,'Hideous Plaguebringer','','',0,80,80,2,2068,0,1,1.28968,1,1,2,2,0,24,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30988,0,0,0,33192,0,26255,0,0,0,'Scourgebeak Fleshripper','','',0,80,80,2,974,0,2,2.28571,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,30988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,201,1,8388624,0,'',12340),(30989,0,0,0,0,0,27427,0,0,0,'Halof the Deathbringer','','',0,80,80,2,2068,0,2.4,2,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,185,1,8388624,0,'',12340),(30990,0,0,0,0,0,1126,11686,0,0,'Metal Post Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30991,0,0,0,0,0,26089,0,0,0,'Greater Ley-Whelp (1)','','',0,80,80,2,16,0,1.11111,1.14286,1,1,422,586,0,642,13,2000,0,1,32768,2048,8,0,0,0,0,0,345,509,103,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.96825,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(30992,0,0,0,0,0,16063,0,0,0,'Doctor Sabnok','','',0,80,80,2,974,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30993,0,0,0,0,0,27426,0,0,0,'\"Patches\"','','',0,80,80,2,190,0,0.8,0.99206,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(30994,0,0,0,0,0,27425,0,0,0,'Magistrate Barthilas','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30995,0,0,0,0,0,16480,19595,0,0,'Patches Chain Target','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,341,506,80,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(30996,0,0,0,0,0,16480,19595,0,0,'CoT Stratholme - Crates KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(30997,0,0,0,0,0,27568,0,0,0,'Chromie','','',10042,80,80,2,35,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,8,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(30998,0,0,0,0,0,27227,0,0,0,'Onyx Blaze Mistress (1)','','',0,81,81,2,103,0,1.6,1.42857,1,1,425,602,0,670,13,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,2,72,30998,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,12,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(30999,0,0,0,0,0,27226,0,0,0,'Onyx Brood General (1)','','',0,81,81,2,103,0,1.6,1.42857,1,1,464,604,0,708,13,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,2,72,30998,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(31000,0,0,0,0,0,12891,0,0,0,'Onyx Flight Captain (1)','','',0,81,81,2,103,0,1.6,1.42857,1,1,464,604,0,708,13,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,2,72,30998,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22581,24534,'',0,3,1,30,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(31001,0,0,0,0,0,27225,0,0,0,'Onyx Sanctum Guardian (1)','','',0,81,81,2,103,0,1.6,1.42857,1,1,464,604,0,708,13,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,2,72,30998,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21855,23530,'',0,3,1,60,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(31003,0,0,0,0,0,26864,0,0,0,'Crusader Lord Dalfors','','',0,80,80,2,2131,0,1,1.38571,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31004,0,0,0,0,0,19725,20559,0,0,'(Wave 0) Torch Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31005,0,0,0,0,0,11686,0,0,0,'Player Mirror Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31006,0,0,0,0,0,16480,19595,0,0,'CoT Stratholme - Mal\'Ganis KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31007,31485,0,0,0,0,25247,0,0,0,'Azure Binder','','',0,75,75,2,1720,0,0.888888,1.14286,1,1,289,421,0,175,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,271,403,45,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.8,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31008,31489,0,0,0,0,25226,0,0,0,'Azure Invader','','',0,75,75,2,1720,0,0.888888,0.99206,1,1,342,485,0,392,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31009,31496,0,0,0,0,25250,0,0,0,'Azure Spellbreaker','','',0,75,75,2,1720,0,0.888888,1.14286,1,1,339,481,0,370,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31010,31499,0,0,0,0,24910,0,0,0,'Azure Mage Slayer','','',0,75,75,2,1720,0,0.666668,1.19048,1,1,342,485,0,392,7.5,1500,2000,1,0,2048,0,0,0,0,0,0,295,438,68,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31011,0,0,0,0,0,27393,0,0,0,'Teleportation Portal (Intro)','','',0,75,75,2,35,0,1,1.14286,1,1,1,1,0,1,1,2000,0,1,33555200,34816,8,0,0,0,0,0,1,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_vh_teleportation_portal',12340),(31012,0,0,0,33192,0,26804,0,0,0,'Iceskin Sentry','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,131076,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,262208,'',12340),(31013,0,0,0,0,0,19725,20559,0,0,'The Lich King','','',0,83,83,2,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10000,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31014,0,0,0,0,0,25325,0,0,0,'[UNUSED] The Lich King','','',0,83,83,2,2068,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,500,1,0,0,0,0,0,0,0,192,1,8388624,0,'',12340),(31015,0,0,0,33192,0,24994,24995,0,0,'Intrepid Ghoul','','',0,80,80,2,2102,0,0.8,0.99206,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,31015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31016,0,0,0,0,0,27431,0,0,0,'Overthane Balargarde','Master of Jotunheim','',0,80,80,2,91,0,1,1.42857,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(31017,0,0,0,0,0,27428,0,0,0,'Mal Corricks','Barkeep','',0,70,70,2,35,640,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31018,0,0,0,0,0,27430,0,0,0,'Edward Orrick','Cook','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31019,0,0,0,0,0,27432,0,0,0,'Stephanie Sindree','Fruit and Fish Vendor','',0,70,70,2,35,640,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31020,0,0,0,0,0,27434,0,0,0,'Olivia Zenith','Tailor','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31021,0,0,0,0,0,27435,0,0,0,'Sophie Aaren','Florist','',0,70,70,2,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31022,0,0,0,0,0,27436,0,0,0,'George Goodman','General Goods','',0,70,70,2,35,384,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31023,0,0,0,0,0,27437,0,0,0,'Brandon Eiredeck','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31024,0,0,0,0,0,27438,0,0,0,'Brock Thriss','Blacksmith','',0,70,70,2,35,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31025,0,0,0,0,0,27439,0,0,0,'Robert Pierce','Ammunition','',0,70,70,2,35,384,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31026,0,0,0,0,0,27440,0,0,0,'Anna Moony','Waitress','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31027,0,0,0,0,0,27441,0,0,0,'Leeka Turner','Shields and Maces','',0,70,70,2,35,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31028,0,0,0,0,0,27442,0,0,0,'Patricia O\'Reilly','Magistrate Assistant','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31029,0,0,0,0,0,27403,0,0,0,'Possessed Vardmadra','','',0,80,80,2,2050,0,2.4,0.992063,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,4,3,1,1,0,0,0,0,0,0,0,54,1,8388624,0,'',12340),(31030,0,0,0,0,0,27444,27445,27446,27447,'Balargarde Elite','','',0,80,80,2,1885,0,1,3.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31031,0,0,0,0,0,27448,0,0,0,'Misensi','Cooking Supplies','',0,75,75,0,2123,130,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(31032,0,0,0,0,0,27449,0,0,0,'Derek Odds','Cooking Supplies','',0,75,75,0,2027,130,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33024,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31033,0,0,0,0,0,26842,26843,26844,26845,'Crusader of Virtue','','',0,80,80,2,2131,0,1,1.38571,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,12,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31036,0,0,0,0,0,13662,0,0,0,'Commander Zanneth','','',10256,80,80,2,1891,3,1,1.38571,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),(31037,0,0,0,33192,0,26852,0,0,0,'Forgotten Depths High Priest','','',0,77,78,2,2068,0,1,1,1,0,383,539,0,500,1,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,6,0,31037,0,70203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31038,0,0,0,33192,0,26945,25729,0,0,'Forgotten Depths Slayer','','',0,78,78,2,2068,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,169,1,0,0,'',12340),(31039,0,0,0,33192,0,23883,0,0,0,'Forgotten Depths Underking','','',0,78,78,2,2068,0,2,2,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,6,0,31039,0,70203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,184,1,8388624,0,'',12340),(31040,0,0,0,0,0,26801,0,0,0,'Wrathstrike Gargoyle','','',0,77,78,2,2068,0,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,6,0,31040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31041,0,0,0,0,0,9590,27451,0,0,'Dispirited Ent','','',0,76,77,2,634,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,4,0,31041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),(31042,0,0,0,33192,0,27530,27531,27532,0,'Death Knight Adept','Host of Suffering','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,31042,0,0,0,0,0,0,0,0,0,0,0,0,60951,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31043,0,0,0,33192,0,26851,27552,27553,0,'Reanimated Crusader','','',0,77,78,2,2068,0,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,6,0,31043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31044,0,0,0,0,0,22209,0,0,0,'Highlord Tirion Fordring','','',10023,83,83,2,2073,2,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,32832,2048,0,0,0,0,0,0,365,529,98,7,2084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1000,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31045,0,0,0,0,0,2325,0,0,0,'Mirador','','',0,80,80,2,2070,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31046,0,0,0,0,0,14546,0,0,0,'Pack Mule (Chapter IV)','','',0,80,80,2,2070,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31047,0,0,0,0,0,1126,11686,0,0,'ELM General Purpose Bunny Gigantic','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31048,0,0,0,0,0,11401,0,0,0,'Burning Skeleton','','',0,79,80,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31049,0,0,0,0,0,1126,11686,0,0,'Geist Return Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(31050,0,0,0,0,0,27454,0,0,0,'Safirdrang','','',0,80,80,2,1885,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,1,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,240,1,0,0,'',12340),(31051,0,0,0,0,0,18052,0,0,0,'Sorceress Kaylana','Enchantress','',10188,80,80,2,1891,131,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32832,2048,0,0,0,0,0,0,315,468,69,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,5,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),(31052,0,0,0,0,0,13455,0,0,0,'Bowyer Randolph','','',0,80,80,0,1891,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),(31053,0,0,0,0,0,13464,0,0,0,'Primalist Mulfort','','',0,80,80,0,2132,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),(31054,0,0,0,0,0,20270,0,0,0,'Anchorite Tessa','','',0,80,80,2,1891,2,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),(31055,0,0,0,0,0,11895,0,0,0,'Captain Galvangar (2)','Frostwolf Captain','',0,81,81,0,1214,0,1.8,1.14286,1,3,464,604,0,708,35,2000,2000,1,4160,2048,0,0,0,0,0,0,353,512,112,7,4,11947,11947,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,35,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(31056,0,0,0,0,0,26882,0,0,0,'Balargarde Elite Proto-Drake','','vehichleCursor',0,80,80,2,190,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,240,1,0,0,'',12340),(31057,0,0,0,0,0,14379,0,0,0,'Mechanical Greeter RY7R','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31058,0,0,0,0,0,27228,0,0,0,'Crusade Architect Silas (Chapter IV)','','',0,80,80,2,2070,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31059,0,0,0,0,0,26862,0,0,0,'Crusade Commander Entari','','',0,80,80,2,2070,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31060,0,0,0,0,0,24949,0,0,0,'Russell Bernau Test NPC','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.67001,1,1,0,0,0,0,0,0,0,162,1,0,0,'',12340),(31061,0,0,0,0,0,27262,0,0,0,'Crusade Engineer Spitzpatrick (Chapter IV)','','',0,79,79,2,2070,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31062,0,0,0,0,0,27213,0,0,0,'Siegemaster Fezzik (Chapter IV)','','',0,78,78,2,2070,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31063,0,0,0,0,0,26864,0,0,0,'Crusader Lord Dalfors','','',0,80,80,2,2070,0,1,1.38571,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31064,0,0,0,0,0,1126,11686,0,0,'Malykriss Icy Lookout Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31065,0,0,0,0,0,1126,11686,0,0,'Malykriss Altar of Sacrifice Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31066,0,0,0,0,0,1126,11686,0,0,'Malykriss Runeworks Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31067,0,0,0,0,0,26865,0,0,0,'Crusader Sunborn','','',0,80,80,2,2070,0,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31068,0,0,0,0,0,1126,11686,0,0,'Malykriss Blood Forge Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31069,0,0,0,0,0,26867,0,0,0,'Penumbrius','Flight Master','',0,80,80,2,2070,8194,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31070,0,0,0,0,0,26883,0,0,0,'Argent Skytalon','','vehichleCursor',0,77,79,2,2070,0,1.44444,1.5873,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1.2,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31071,0,0,0,0,0,25680,0,0,0,'Quest - Wintergrasp - PvP Kill - Fire','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31072,0,0,0,0,0,25680,0,0,0,'Quest - Wintergrasp - PvP Kill - Water','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31073,0,0,0,0,0,25680,0,0,0,'Quest - Wintergrasp - PvP Kill - Shadow','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31074,0,0,0,0,0,25680,0,0,0,'Quest - Wintergrasp - PvP Kill - Life','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31075,0,0,0,0,0,27462,0,0,0,'Scourge Bomb','','',0,80,80,2,35,0,2,0.71429,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,94,1,0,0,'',12340),(31076,0,0,0,0,0,27166,0,0,0,'Indalamar\'s Nax 10 Vendor','Emporium of AWESOME','',0,28,28,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5522,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31077,0,0,0,0,0,1126,11686,0,0,'Safirdrang\'s Chill Target','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31078,0,0,0,0,0,26804,0,0,0,'Dreadwind','Flight Master','',6944,75,75,2,2050,8193,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31079,31492,0,0,0,0,25250,0,0,0,'Azure Saboteur','','',0,75,75,2,1720,0,1,1.14286,1,1,289,421,0,175,7.5,2000,0,8,131586,2048,8,0,0,0,0,0,271,403,45,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'npc_azure_saboteur',12340),(31080,0,0,0,0,0,27465,0,0,0,'Warden Alturas','','',0,80,80,2,35,2,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31081,0,0,0,0,0,27587,0,0,0,'Officer Van Rossem','','',10025,80,80,0,35,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31082,0,0,0,0,0,25496,0,0,0,'Scourge Commander Thalanor','','',0,80,80,2,2082,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31083,0,0,0,0,0,27481,0,0,0,'The Lich King','','',0,83,83,2,2068,0,2.4,2.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,500,1,0,0,0,0,0,0,0,192,1,8388624,0,'',12340),(31084,0,0,0,0,0,27466,0,0,0,'Highlord Darion Mograine','','',10027,83,83,2,2051,51,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,768,2048,0,0,0,0,6,0,365,529,98,6,2092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,500,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31085,0,0,0,0,0,27585,0,0,0,'Sky-Reaver Klum','','',10026,80,80,2,35,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31086,0,0,0,0,0,25680,0,0,0,'Quest - Wintergrasp - PvP Kill - Alliance','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31087,0,0,0,0,0,21930,0,0,0,'Lady Nightswood','','',0,80,80,2,2050,0,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31088,0,0,0,0,0,27467,0,0,0,'Koltira Deathweaver','','',0,60,60,1,2051,0,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,6,6152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31089,0,0,0,0,0,27468,0,0,0,'Thassarian','','',0,60,60,1,2051,0,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,6,6152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31090,0,0,0,0,0,25627,24579,25170,0,'Cowardly Acherus Geist','','',0,50,54,2,2050,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31091,0,0,0,0,0,13462,0,0,0,'Commander Dardosh','','',10229,80,80,2,2132,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),(31092,0,0,0,0,0,16480,19595,0,0,'Scourge Egg KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31093,0,0,0,0,0,25680,0,0,0,'Quest - Wintergrasp - PvP Kill - Vehicle','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31094,0,0,0,0,0,25998,25999,26000,26001,'Knight of the Ebon Blade','','',0,58,58,1,2051,0,1,1.14286,1,1,93,123,0,228,2.4,2000,2000,2,537166592,2048,0,0,0,0,0,0,64,94,23,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31095,0,0,0,31100,0,26762,0,0,0,'Val\'kyr Battle-maiden','','',0,59,59,1,1630,0,1,1.14286,1,1,102,135,0,248,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,6,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31096,0,0,0,31100,0,25351,25352,0,0,'Scourge Necromancer','','',0,60,60,1,1630,0,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31097,0,0,0,0,0,25526,24998,24997,0,'Frightened Ghoul','','',0,50,54,2,2050,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31098,0,0,0,31100,0,24812,25201,24833,25281,'Terrifying Abomination','','',0,58,58,1,1630,0,1,1.14286,1,1,100,132,0,242,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31099,0,0,0,31100,0,16174,0,0,0,'Patchwerk','','',0,63,63,1,1630,0,1,1.14286,1,3,181,253,0,268,10.5,750,2000,1,0,2048,0,0,0,0,0,0,147,219,32,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,2,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),(31100,0,0,0,0,0,25627,24579,25170,0,'Acherus Scourge Proxy','','',0,50,54,2,2050,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31101,0,0,0,0,0,4577,0,0,0,'Hoodoo Master Fu\'jin','Master Hexxer','',10188,80,80,2,2132,131,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),(31102,0,0,0,0,0,18219,0,0,0,'Vieron Blazefeather','','',0,80,80,2,2132,2,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),(31103,0,0,0,0,0,27396,0,0,0,'Twilight Egg (Cosmetic)','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33816582,2048,0,0,0,0,0,0,345,509,103,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(31104,31449,0,0,0,0,27324,0,0,0,'Ahn\'kahar Watcher','','',0,79,79,2,16,0,1,0.992063,1,1,404,564,0,582,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,334,494,95,6,8,31104,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31105,0,0,0,0,0,16480,19595,0,0,'Ahn\'kahet Brazier KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(31106,0,0,0,0,0,13468,0,0,0,'Siegesmith Stronghoof','','',0,80,80,2,2132,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),(31107,0,0,0,0,0,16215,0,0,0,'Lieutenant Murp','','',0,80,80,2,2132,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_wg_quest_giver',12340),(31108,0,0,0,0,0,13461,0,0,0,'Siege Master Stouthandle','','',0,80,80,2,1892,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),(31109,0,0,0,0,0,17384,0,0,0,'Senior Demolitionist Legoso','','',10208,80,80,2,1891,3,1,1.14286,1,1,417,582,0,608,4.6,1500,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),(31110,0,0,0,0,0,27405,0,0,0,'Eidolon Watcher','','',0,80,80,2,21,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32776,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,58541,58544,58543,58562,58563,58658,0,0,0,259,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31111,0,0,0,0,0,27475,0,0,0,'Night Elf Mohawk','','',21289,80,80,0,35,1,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31115,0,0,0,0,0,27476,0,0,0,'Quartermaster Vaskess','Supplies','',10029,80,80,2,2071,128,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(31116,0,0,0,0,0,27166,0,0,0,'Indalamar\'s Nax 25 Vendor','Emporium of AWESOME','',0,28,28,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5522,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31117,0,0,0,0,0,1126,11686,0,0,'Safirdrang\'s Controller Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31118,31491,0,0,0,0,11686,0,0,0,'Azure Raider','','',0,75,75,2,35,0,1,1.14286,1,1,342,485,0,392,7.5,2000,2000,1,33555264,2048,0,0,0,0,0,0,295,438,68,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31119,0,0,0,0,0,27477,0,0,0,'Bloody Meat','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31120,0,0,0,0,0,4588,0,0,0,'Stoneclaw Totem VIII','','',0,1,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58583,58589,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31121,0,0,0,0,0,4588,0,0,0,'Stoneclaw Totem IX','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58584,58590,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31123,0,0,0,0,0,27482,0,0,0,'Shandaral Spirit Wolf','','',0,78,79,2,16,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,6,0,31123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43225,0,0,0,0,0,0,1,8388624,0,'',12340),(31124,0,0,0,0,0,27507,0,0,0,'Brutal Nether Drake','','',0,10,10,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(31125,31722,0,0,0,0,26967,0,0,0,'Archavon the Stone Watcher','','',0,83,83,2,16,0,2,2,1,3,509,683,0,805,35,2000,0,1,0,2048,8,0,0,0,0,0,371,535,135,5,108,31125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,'',0,3,1,165,1,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'boss_archavon',12340),(31126,0,0,0,0,0,25168,25169,0,0,'Agitated Stratholme Citizen','','',0,80,80,2,190,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,256,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cos_stratholme_citizien',12340),(31127,0,0,0,0,0,25313,25314,0,0,'Agitated Stratholme Resident','','',0,80,80,2,190,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,256,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cos_stratholme_citizien',12340),(31128,0,0,0,0,0,26452,0,0,0,'Chilly','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',1),(31129,0,0,0,0,0,4588,0,0,0,'Strength of Earth Totem VIII','','',0,80,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58646,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31130,0,0,0,0,0,25077,10213,25024,25687,'Festering Corpse','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,536871424,2048,32,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(31131,0,0,0,0,0,22506,0,0,0,'Containment Crystal','','',0,80,80,2,35,0,1,1,1,0,346,499,0,287,1,2000,2000,8,4,2048,0,0,0,0,0,0,315,468,69,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(31132,0,0,0,0,0,4589,0,0,0,'Flametongue Totem VI','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58651,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31133,0,0,0,0,0,4589,0,0,0,'Flametongue Totem VIII','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58655,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31134,31506,0,0,0,0,27508,0,0,0,'Cyanigosa','','',0,77,77,2,16,0,1,1.14286,1,1,450,550,0,452,10,2000,0,2,514,2048,8,0,0,0,0,0,311,463,62,2,72,31134,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6691,6691,'',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_cyanigosa',12340),(31135,0,0,0,0,0,27074,0,0,0,'Geirrvif','','',10034,80,80,2,190,2,2.4,1.07143,1,1,422,586,0,642,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,6,1,1,1,0,0,0,0,0,0,0,54,1,8388624,0,'npc_battle_at_valhalas',12340),(31136,0,0,0,0,0,27509,0,0,0,'High Warlord Uro','','',10147,80,80,2,35,1,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31137,0,0,0,0,0,27065,0,0,0,'Frostbrood Skytalon','','',0,80,80,2,974,16777216,2.5,1.5873,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,'AgressorAI',0,7,3,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31138,31550,0,0,0,0,169,11686,0,0,'Tenebron Egg Controller','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(31139,0,0,0,33192,0,27807,0,0,0,'Pustulent Horror','','',0,81,82,2,21,0,1,1.14286,1,1,488,642,0,782,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,363,521,121,6,0,31139,27533,0,0,0,0,0,0,0,63546,0,0,0,0,0,0,0,0,263,0,0,'SmartAI',0,3,1,5,1,1,0,43997,44009,42108,0,0,0,170,1,8388624,0,'',12340),(31140,0,0,0,33192,0,15958,12818,15962,14701,'Hulking Abomination','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,31140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43966,42108,0,0,0,0,0,1,8388624,0,'',12340),(31141,0,0,0,0,0,14697,16175,22337,25926,'Decaying Wight','','',0,80,80,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,31141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31142,0,0,0,33192,0,25526,24999,25527,25528,'Icy Ghoul','','',0,80,80,2,21,0,0.8,0.99206,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31143,0,0,0,0,0,3019,0,0,0,'Reinforced Training Dummy','','',0,1,1,0,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.02381,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),(31144,0,0,0,0,0,16074,0,0,0,'Grandmaster\'s Training Dummy','','',0,80,80,2,7,0,1,1,1,0,422,586,0,642,1,2200,2000,1,131072,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000187,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),(31145,0,0,0,35297,0,24584,24582,0,0,'Shadow Adept','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,31145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1667,2779,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31146,0,0,0,0,0,27510,0,0,0,'Heroic Training Dummy','','',0,83,83,2,7,0,1,1,1,3,509,683,0,805,35,2000,2000,1,131072,2048,0,0,0,0,0,0,371,535,135,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1721.76,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),(31147,0,0,0,0,0,25627,25287,25286,25402,'Vicious Geist','','',0,80,80,2,21,0,2.4,0.99206,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1692,3156,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,54,1,8388624,0,'',12340),(31149,0,0,0,0,0,26504,0,0,0,'Lake Wintergrasp Portal','','Interact',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31150,0,0,0,33192,0,23136,23137,23138,0,'Plagued Fiend','','',0,80,80,2,21,0,1,1.28968,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,31150,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31151,0,0,0,0,0,17650,0,0,0,'Tactical Officer Kilrath','','',0,80,80,2,2132,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),(31152,0,0,0,33192,0,27511,24498,24496,24498,'Undying Minion','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),(31153,0,0,0,0,0,13456,0,0,0,'Tactical Officer Ahbramis','','',0,80,80,2,1891,2,1,1.38571,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),(31154,0,0,0,0,0,27512,0,0,0,'Gjonner the Merciless','','',10035,80,80,2,190,2,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,33536,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31155,0,0,0,33192,0,27538,27537,27105,27107,'Malefic Necromancer','','',0,80,80,2,21,0,1,0.99206,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,31155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31156,0,0,0,31244,0,25680,0,0,0,'Quest - Wintergrasp - Tower Kill','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31157,0,0,0,0,0,26303,0,0,0,'Skeletal Assault Gryphon','','',0,80,80,2,35,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,59234,0,0,0,0,0,0,0,0,264,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31158,0,0,0,0,0,4589,0,0,0,'Flametongue Totem VII','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58654,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31159,0,0,0,0,0,27409,0,0,0,'Baelok','Rider of Blood','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,6,0,31159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,41989,0,0,0,0,0,0,1,8388624,0,'',12340),(31160,0,0,0,0,0,27410,0,0,0,'Rokir','Rider of the Unholy','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,6,0,31160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31161,0,0,0,0,0,27411,0,0,0,'Sapph','Rider of Frost','',0,80,80,2,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,1,1,0,6,0,31161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31162,0,0,0,0,0,4589,0,0,0,'Searing Totem VIII','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58700,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31163,0,0,0,0,0,26500,0,0,0,'Icefury','Sapph\'s Steed','',0,80,80,2,974,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,31163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31164,0,0,0,0,0,4589,0,0,0,'Searing Totem IX','','',0,1,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58701,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31165,0,0,0,0,0,4589,0,0,0,'Searing Totem X','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58702,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31166,0,0,0,0,0,4589,0,0,0,'Magma Totem VI','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58733,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31167,0,0,0,0,0,4589,0,0,0,'Magma Totem VII','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58736,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31168,0,0,0,0,0,4587,0,0,0,'V','','',0,68,68,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31169,0,0,0,0,0,4587,0,0,0,'Fire Resistance Totem V','','',0,1,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58738,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31170,0,0,0,0,0,4587,0,0,0,'Fire Resistance Totem VI','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58740,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31171,0,0,0,0,0,4589,0,0,0,'Frost Resistance Totem V','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58742,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31172,0,0,0,0,0,4589,0,0,0,'Frost Resistance Totem VI','','',0,1,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58744,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31173,0,0,0,0,0,4590,0,0,0,'Nature Resistance Totem V','','',0,1,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58748,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31174,0,0,0,0,0,4590,0,0,0,'Nature Resistance Totem VI','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58750,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31175,0,0,0,0,0,4588,0,0,0,'Stoneskin Totem IX','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58752,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31176,0,0,0,0,0,4588,0,0,0,'Stoneskin Totem X','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58754,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31177,0,0,0,0,0,28350,28351,28352,28353,'Slain Alliance Soldier','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,570458368,2048,32,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31178,0,0,0,0,0,519,0,0,0,'Enraging Ghoul (1)','','',0,80,80,2,2075,0,0.777776,1.14286,1,1,422,586,0,642,13,1500,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,8,27729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31179,0,0,0,0,0,569,0,0,0,'Devouring Ghoul (1)','','',0,80,80,2,2075,0,0.777776,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,8,28249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31180,0,0,0,0,0,24767,0,0,0,'Master Necromancer (1)','','',0,80,80,2,2075,0,1,1.14286,1,1,346,499,0,287,13,2000,2000,8,32832,2048,0,0,0,0,0,0,315,468,69,7,8,27732,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31181,0,0,0,0,0,4587,0,0,0,'Healing Stream Totem VII','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58763,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31182,0,0,0,0,0,4587,0,0,0,'Healing Stream Totem VIII','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58764,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31183,0,0,0,0,0,5231,0,0,0,'Skeletal Minion (1)','','',0,80,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,32768,2048,8,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),(31184,0,0,0,0,0,25200,0,0,0,'Dark Necromancer (1)','','',0,80,80,2,2075,0,1,1.14286,1,1,346,499,0,287,13,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,8,28200,28200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31185,0,0,0,0,0,4587,0,0,0,'Healing Stream Totem IX','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58765,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31187,0,0,0,0,0,9793,0,0,0,'Crypt Fiend (1)','','',0,80,80,2,2075,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,8,27734,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31188,0,0,0,0,0,25199,0,0,0,'Tomb Stalker (1)','','',0,80,80,2,2075,0,1,1.14286,1,1,422,586,0,642,13,1500,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,8,28199,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31189,0,0,0,0,0,4587,0,0,0,'Mana Spring Totem VII','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58776,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31190,0,0,0,0,0,4587,0,0,0,'Mana Spring Totem VIII','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58777,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31191,0,0,0,0,0,27584,0,0,0,'Father Jhadras','','',0,80,80,2,14,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1.25,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31192,0,0,0,0,0,27582,0,0,0,'Masud','','',0,80,80,2,14,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,211,378,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31193,0,0,0,0,0,27580,0,0,0,'Geness Half-Soul','','',0,80,80,2,14,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,373,541,69,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31194,0,0,0,0,0,27906,0,0,0,'Talla','','',0,80,80,2,14,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,4,32768,2048,0,0,0,0,0,0,344,490,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31195,0,0,0,0,0,27579,0,0,0,'Eldreth','','',0,80,80,2,14,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1.25,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31196,0,0,0,0,0,27583,0,0,0,'Rith','','',0,80,80,2,14,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31198,0,0,0,0,0,25692,0,0,0,'Coprous the Defiled','','',0,82,82,2,21,0,1,1.28968,1,1,488,642,0,782,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,363,521,121,6,0,31198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31199,0,0,0,0,0,25282,0,0,0,'Patchwork Construct (1)','','',0,81,81,2,2075,0,1,1.14286,1,1,464,604,0,708,13,1200,0,1,32832,2048,8,0,0,0,0,0,353,512,112,6,8,27736,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31200,0,0,0,0,0,25281,0,0,0,'Bile Golem (1)','','',0,81,81,2,2075,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,6,8,28201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31201,0,0,0,0,0,24766,0,0,0,'Acolyte (1)','','',0,80,80,2,2075,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,8,27731,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31202,0,0,0,0,0,19059,0,0,0,'Infinite Adversary (1)','','',0,80,80,2,2075,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,2,8,27742,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31203,0,0,0,0,0,19061,0,0,0,'Infinite Agent (1)','','',0,80,80,2,2075,0,1,1.14286,1,1,346,499,0,287,13,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,2,8,27744,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31204,31547,0,0,0,0,28014,0,0,0,'Sartharion Twilight Egg','','',0,80,80,2,103,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31205,0,0,0,33192,0,27576,27573,27550,0,'Risen Alliance Soldier','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),(31206,0,0,0,0,0,19058,0,0,0,'Infinite Hunter (1)','','',0,80,80,2,2075,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,2,8,27743,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31207,0,0,0,0,0,828,0,0,0,'Ghoul Minion (1)','','',0,82,82,2,2075,0,0.777776,1.14286,1,0,488,642,0,782,1,2000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31208,0,0,0,0,0,25542,10973,10979,25543,'Risen Zombie (1)','','',0,80,80,2,2075,0,0.64,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.06,1,1,0,0,0,0,0,0,0,81,1,8388624,0,'',12340),(31209,0,0,0,0,0,27515,0,0,0,'Riding Argent Skytalon, Neutral (Taxi)','','',0,70,70,2,2092,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(31210,0,0,0,0,0,24949,0,0,0,'Arthas (1)','Prince of Lordaeron','',0,80,80,2,2076,1,1,1.14286,1,1,417,582,0,608,8,2000,0,2,32768,2048,8,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31211,0,0,0,0,0,26579,0,0,0,'Meathook (1)','','',0,82,82,2,2075,0,1,1.14286,1,1,488,642,0,782,13,1600,0,1,32832,2048,8,0,0,0,0,0,363,521,121,6,72,31211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,31.25,2,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),(31212,0,0,0,0,0,26581,0,0,0,'Salramm the Fleshcrafter (1)','','',0,82,82,2,2075,0,1,1.14286,1,1,463,640,0,726,13,2000,0,2,32832,2048,8,0,0,0,0,0,360,520,91,7,72,31212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,31.25,15,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),(31214,31548,0,0,0,0,19295,0,0,0,'Sartharion Twilight Whelp','','',0,81,81,2,103,0,1.6,1.42857,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340); INSERT INTO `creature_template` VALUES (31215,0,0,0,0,0,26580,0,0,0,'Chrono-Lord Epoch (1)','','',0,82,82,2,2075,0,1,1.14286,1,1,463,640,0,726,13,2000,0,2,33600,2048,8,0,0,0,0,0,360,520,91,2,72,31215,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,31.25,10,1,0,0,0,0,0,0,0,144,1,617299839,2097153,'',12340),(31216,0,0,0,0,0,11686,0,0,0,'Mirror Image','','',0,80,80,2,31,0,0.5,0.57143,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,7,16777216,0,0,0,0,0,0,0,0,0,59638,59637,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_mage_mirror_image',12340),(31217,0,0,0,0,0,26582,0,0,0,'Mal\'Ganis (1)','','',0,82,82,2,2075,0,1,1.14286,1,1,463,640,0,726,13,2000,0,2,33600,2048,8,0,0,0,0,0,360,520,91,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,37.5,10,1,0,43697,0,0,0,0,0,0,1,617299839,2097153,'',12340),(31218,31541,0,0,0,0,8311,0,0,0,'Acolyte of Shadron','','',0,81,81,2,103,0,1,1,1,1,247,428,0,312,10,2000,0,2,0,2048,0,0,0,0,0,0,0,0,0,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,150,1,0,0,'',1),(31219,31543,0,0,0,0,12894,0,0,0,'Acolyte of Vesperon','','',0,81,81,2,103,0,1,1,1,1,247,428,0,312,10,2000,0,2,0,2048,0,0,0,0,0,0,0,0,0,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,150,1,0,0,'',1),(31220,0,0,0,0,0,25445,0,0,0,'Plaguehoof','Rokir\'s Steed','',0,80,80,2,974,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,31220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31221,0,0,0,0,0,27517,0,0,0,'Bloodsunder','Baelok\'s Steed','',0,80,80,2,974,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,31221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31222,0,0,0,0,0,25269,0,0,0,'Khit\'rix the Dark Master','','',0,80,80,2,14,0,1.6,1.42857,1,1,346,499,0,287,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,5,1,0,0,0,0,0,0,0,150,1,8388624,0,'',12340),(31223,0,0,0,0,0,27517,0,0,0,'Bloodsunder','Baelok\'s Steed','',0,80,80,2,974,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,6,0,31223,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31224,0,0,0,0,0,26500,0,0,0,'Icefury','Sapph\'s Steed','',0,80,80,2,974,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,6,0,31224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31225,0,0,0,0,0,25445,0,0,0,'Plaguehoof','Rokir\'s Steed','',0,80,80,2,974,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,6,0,31225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31226,0,0,0,33192,0,7858,0,0,0,'Lumbering Atrocity','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31226,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31227,0,0,0,0,0,25280,0,0,0,'Death Knight Warhorse','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',1),(31228,0,0,0,0,0,1988,0,0,0,'Grove Walker','','',0,77,78,2,634,0,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,4,0,31228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),(31229,0,0,0,0,0,8811,0,0,0,'Ancient Watcher','','',0,80,80,2,634,0,1.11111,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,4,256,31229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),(31230,0,0,0,0,0,17340,0,0,0,'Forlorn Dryad','','',0,77,78,2,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),(31231,0,0,0,0,0,27518,27519,0,0,'Lost Shandaral Spirit','','',0,78,79,2,634,0,1,1.14286,1,0,399,559,0,550,1,2000,2000,2,32768,2048,0,0,0,0,0,0,331,491,74,6,0,31231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43225,42108,0,0,0,0,0,1,8388624,0,'',12340),(31233,0,0,0,0,0,24235,0,0,0,'Sinewy Wolf','','',0,78,78,2,1953,0,1.2,1.42857,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,1,0,0,0,0,324,480,88,1,1,31233,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43225,0,0,0,0,0,144,1,0,0,'',12340),(31234,0,0,0,0,0,27166,0,0,0,'Indalamar\'s Emblem of Valor Vendor','Emporium of AWESOME','',0,28,28,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5522,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31235,0,0,0,0,0,27249,0,0,0,'Crusader Olakin Sainrith','','',0,80,80,2,2070,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31236,0,0,0,0,0,10957,0,0,0,'Dappled Stag','','',0,76,76,2,1999,0,0.8,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,1,0,31236,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.8,1,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),(31237,0,0,0,0,0,27522,0,0,0,'Matthias Lehner','','',0,80,80,2,35,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31238,0,0,0,0,0,27524,0,0,0,'Hira Snowdawn','Cold Weather Flying Trainer','',10723,78,78,2,35,209,1,1.38571,1,0,322,466,0,236,1,2000,2000,8,32768,2048,0,0,1,0,0,0,296,440,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31239,0,0,0,0,0,27525,0,0,0,'Blue Dragonhawk','','',0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(31240,0,0,0,0,0,27526,0,0,0,'Warlord Hork Strongbrow','','',0,80,80,2,1981,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31241,0,0,0,0,0,27527,0,0,0,'Marshal Ivalius','','',0,80,80,2,1892,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31242,0,0,0,0,0,27528,0,0,0,'Sigrid Iceborn','','',0,80,80,2,14,0,1.6,3.14286,1,1,417,582,0,608,7.5,2000,2000,1,33600,2048,0,0,0,0,0,0,344,490,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,14,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(31243,0,0,0,0,0,27529,0,0,0,'Warsong Cannon','','',0,80,80,2,1981,0,1,1,1,1,422,586,0,642,4.6,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31244,0,0,0,0,0,25680,0,0,0,'Quest - Wintergrasp - Structure Kill','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31245,0,0,0,0,0,1126,11686,0,0,'Invisible Ooze Stalker','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31246,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Airship Cannon Explosion Bunny','','',0,75,75,2,35,0,6,3.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),(31247,0,0,0,0,0,27533,0,0,0,'Roxi Ramrocket','Cold Weather Flying Trainer','',10210,78,78,2,35,209,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,1,0,0,0,324,480,88,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_roxi_ramrocket',12340),(31248,0,0,0,0,0,27534,0,0,0,'Rimi Coldcrank','Cold Weather Flying Trainer','',0,78,78,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31249,0,0,0,0,0,26742,0,0,0,'Sigrid Iceborn\'s Proto-Drake (mountable)','','',0,80,80,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,0,'',12340),(31250,0,0,0,0,0,27628,27629,27630,27631,'Ebon Blade Defender','','',0,80,80,2,2051,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,294912,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31251,0,0,0,0,0,25627,25287,0,0,'Shadow Vault Skirmisher','','',0,77,79,2,21,0,1.6,1.71429,1,0,404,564,0,582,1,4000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),(31252,0,0,0,0,0,5990,694,20594,1073,'Bad Fish - Critter','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(31253,0,0,0,0,0,27904,27401,0,0,'Alexstrasza the Life-Binder','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,7.5,2000,2000,1,33554944,2048,0,0,0,0,0,0,72,106,26,10,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(31254,0,0,0,0,0,24768,0,0,0,'Lordaeron Footsoldier','','',0,80,80,2,2136,0,1,1.14286,1,0,420,630,0,157,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31255,0,0,0,0,0,24301,0,0,0,'Saronite Shaper','','',0,80,80,2,21,0,1,0.99206,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,31255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31256,0,0,0,0,0,4626,25340,6302,328,'Bad Fish - Rabbits','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(31257,0,0,0,0,0,7534,0,0,0,'Ebon Blade Winged Defender','','',0,80,80,2,2051,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,294912,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31258,0,0,0,33192,0,26623,0,0,0,'Ymirheim Chosen Warrior','','',0,80,80,2,1885,0,1,1.42857,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,31258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1666,2776,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(31259,0,0,0,0,0,27540,0,0,0,'Absalan the Pious','','',10038,80,80,2,35,3,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31260,37643,0,0,0,0,25837,0,0,0,'Ymirjar Skycaller','','',0,80,80,2,1885,0,1,1.42857,1,1,417,582,0,608,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,341,506,80,7,0,31260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31261,0,0,0,0,0,27539,0,0,0,'Brother Keltan','','',10038,80,80,2,2070,2,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,32776,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31262,0,0,0,31258,33192,27541,0,0,0,'Blight Falconer','','',0,80,80,2,1885,16777216,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,31262,31262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,1665,2775,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(31263,0,0,0,0,0,27543,0,0,0,'Carrion Hunter','','',0,80,80,2,1885,0,1,1,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31264,0,0,0,0,0,169,11686,0,0,'A Mysterious Voice','','',0,80,80,2,1665,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31265,0,0,0,33192,0,26715,0,0,0,'Savage Proto-Drake','','',0,80,80,2,1885,0,1.44444,1.5873,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,1,0,31265,0,70209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,4,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31266,0,0,0,0,0,26734,0,0,0,'Shadow Vault Assaulter','','',0,80,80,2,21,0,1.2,1.42857,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,147,1,8388624,0,'',12340),(31267,0,0,0,31258,33192,27548,0,0,0,'Ymirjar Element Shaper','','',0,80,80,2,1885,0,1,1.42857,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,31267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1672,2786,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(31268,0,0,0,0,0,27545,0,0,0,'The Prodigal Leader','','',0,80,80,2,35,0,1,0.992063,1,1,391,585,0,146,7.5,3000,2000,2,8,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,58912,58913,58916,58917,0,0,0,0,0,269,0,0,'SmartAI',0,3,1,9,6,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31269,0,0,0,0,0,17722,0,0,0,'Kor\'kron Battle Wyvern','','',0,75,75,0,2054,0,1,1.38571,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(31271,0,0,0,0,0,24301,0,0,0,'Carnage','','',0,80,80,2,14,0,1.6,1.71429,1,1,500,600,0,608,7.5,2000,2000,1,33600,2048,0,0,0,0,0,0,341,506,80,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,16,1,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),(31272,0,0,0,0,0,16480,19595,0,0,'Dying Berserker KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31273,0,0,0,0,0,24675,24676,24677,24678,'Dying Berserker','','',10036,80,80,2,1981,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,0,0,64,'',12340),(31274,0,0,0,0,0,27546,0,0,0,'Death Knight Overseer','','',0,80,80,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,31274,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31276,0,0,0,0,0,570,828,26002,0,'Ghoulish Minion','','',0,80,80,2,14,0,0.77777,1.14286,1,0,420,630,0,157,1.3,2000,2000,1,8,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31277,0,0,0,0,0,27551,0,0,0,'Thane Banahogg','The Deathblow','',0,80,80,2,14,0,1.6,1.71429,1,1,417,582,0,608,7.5,2000,2000,1,33600,2048,0,0,0,0,0,0,289,381,69,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,61139,0,0,0,0,0,0,0,'SmartAI',0,3,1,18,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(31278,0,0,0,0,0,24993,24994,24992,24995,'Ravenous Ghoul','','',0,80,80,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31279,0,0,0,0,0,27554,0,0,0,'Father Kamaros','','',0,80,80,2,113,2,1.5,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31280,0,0,0,0,0,22522,0,0,0,'Ymirheim Spear Gun','','',0,80,80,2,2109,0,1,0.99206,1,0,210,238,0,192,1,2000,2000,4,772,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,59894,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(31281,0,0,0,0,0,28350,28351,28352,28353,'Dead Alliance Soldier','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31282,0,0,0,0,0,16240,16237,0,0,'Argent Healer','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31283,0,0,0,0,0,27562,0,0,0,'Orbaz Bloodbane','The Hand of Suffering','',0,80,80,2,21,0,1,1.14286,1,1,250,350,0,24,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,1,1,0,6,0,31283,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,33.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31284,0,0,0,31244,0,25680,0,0,0,'Quest - Wintergrasp - Vehicle Protected','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31285,0,0,0,0,0,24700,0,0,0,'(Wrathgate Horde) Warsong Elite','','',0,78,78,0,2054,0,1,1.14286,1,1,387,543,0,528,7.5,2000,2000,1,570721024,2048,0,0,0,0,0,0,324,480,88,10,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31286,0,0,0,31244,0,25680,0,0,0,'Quest - Wintergrasp - Bridge Kill','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31287,0,0,0,31244,0,25680,0,0,0,'Quest - Wintergrasp - Wall Kill','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31288,0,0,0,31244,0,25680,0,0,0,'Quest - Wintergrasp - Workshop Kill','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31289,0,0,0,31244,0,25680,0,0,0,'Quest - Wintergrasp - Gate Kill','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31290,0,0,0,0,0,27153,0,0,0,'Highlord Darion Mograine','','',0,83,83,2,2051,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,800,800,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31291,0,0,0,0,0,23884,0,0,0,'(Wrathgate Monster) Forsaken Catapult','','',0,80,80,2,1981,0,2.8,2,1,1,422,586,0,642,7.5,2000,2000,1,33587968,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31292,0,0,0,0,0,11402,0,0,0,'(Wrathgate Monster) Frail Construct','','',0,71,71,0,2052,0,1,1.14286,1,5,299,426,0,308,1,2000,2000,1,570688256,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,0.05,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31293,0,0,0,0,0,571,0,0,0,'(Wrathgate Monster) Angrathar Aberration','','',0,76,77,0,2052,0,1.2,1.42857,1,1,371,522,0,478,7.5,2000,2000,1,570688256,2048,0,0,0,0,0,0,314,466,81,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),(31294,0,0,0,0,0,24973,24974,0,0,'(Wrathgate Horde) Taunka Huntsman','','',0,75,76,0,35,0,1,1.14286,1,0,352,499,0,408,1,2000,2000,2,570721024,2048,0,0,0,0,0,0,302,449,57,10,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31295,0,0,0,0,0,24091,24092,24093,0,'(Wrathgate Horde) Darkspear','','',0,73,74,2,35,0,1,1.14286,1,1,328,467,0,354,7.5,2000,2000,1,570721024,2048,0,0,0,0,0,0,287,426,63,10,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31296,0,0,0,0,0,24361,24541,24543,24542,'(Wrathgate Alliance) Fordragon Footman','','',0,78,78,0,35,0,1,1.14286,1,1,387,543,0,528,7.5,2000,2000,1,570721024,2048,0,0,0,0,0,0,324,480,88,10,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(31297,0,0,0,0,0,24363,24546,24547,24548,'(Wrathgate Alliance) Fordragon Sentinel','','',0,74,75,0,35,0,1,1.14286,1,1,339,481,0,370,7.5,2000,2000,2,570721024,2048,0,0,0,0,0,0,293,436,53,10,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31298,0,0,0,0,0,24365,24552,24553,24554,'(Wrathgate Alliance) Fordragon Battle-Mage','','',0,76,78,0,35,0,1,1.14286,1,1,383,539,0,500,7.5,2000,2000,2,570721024,2048,0,0,0,0,0,0,321,477,68,10,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31299,0,0,0,0,0,24967,24968,0,0,'(Wrathgate Alliance) Fordragon Marskman','','',0,77,78,0,35,0,1,1.14286,1,1,387,543,0,528,7.5,2000,2000,1,570721024,2048,0,0,0,0,0,0,324,480,88,10,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(31300,0,0,0,0,0,27556,0,0,0,'Arcanist Ivrenne','Emblem of Heroism Quartermaster','',0,80,80,2,2027,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31301,0,0,0,0,0,25337,0,0,0,'The Lich King','','',0,83,83,2,14,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,6,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2000,500,1,0,0,0,0,0,0,0,192,1,8388624,0,'',12340),(31302,0,0,0,0,0,27557,0,0,0,'Magistrix Lambriesse','Emblem of Heroism Quartermaster','',0,80,80,2,2123,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31304,0,0,0,0,0,3167,3258,24065,24361,'Dying Soldier','','',10040,80,80,2,1732,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,0,0,64,'',12340),(31305,0,0,0,0,0,27559,0,0,0,'Arcanist Adurin','Emblem of Valor Quartermaster','',0,80,80,2,2027,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31306,0,0,0,0,0,27558,0,0,0,'Margrave Dhakar','Knights of the Ebon Blade','',10060,80,80,2,2050,1,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31307,0,0,0,0,0,27560,0,0,0,'Magister Brasael','Emblem of Valor Quartermaster','',0,80,80,2,2123,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31308,0,0,0,0,0,16214,0,0,0,'(Wrathgate Monster) Abomination','','',0,71,71,0,2052,0,1,1.14286,1,5,299,426,0,308,1,2000,2000,1,570688256,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,0.05,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31309,0,0,0,0,0,23136,0,0,0,'(Wrathgate Scourge) Plague Eruptor','','',0,71,71,0,2052,0,1,1.28968,1,5,299,426,0,308,1,2000,2000,1,570688256,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,0.05,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31310,0,0,0,0,0,24365,24361,24543,24538,'Fleeing Alliance Soldier','','',0,76,78,2,1892,0,1,1.14286,1,1,383,539,0,500,7.5,2000,2000,2,33536,2048,0,0,0,0,0,0,321,477,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31311,0,0,0,0,0,27035,0,0,0,'Sartharion (1)','The Onyx Guardian','',0,83,83,2,103,0,1,1,1,3,509,683,0,805,45,2000,0,1,32832,2048,0,0,0,0,0,0,371,535,135,2,108,31311,0,28860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,520000,540000,'',0,3,1,550,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',1),(31312,0,0,0,0,0,16480,19595,0,0,'Dying Soldier KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31313,0,0,0,0,0,24554,24542,24866,24548,'Fleeing Alliance Soldier','','',0,76,78,2,1892,0,1,1.14286,1,1,383,539,0,500,7.5,2000,2000,2,33536,2048,0,0,0,0,0,0,321,477,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31314,0,0,0,0,0,25783,25779,25907,25433,'Ebon Blade Veteran','','',0,80,80,2,1770,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31315,0,0,0,0,0,27561,0,0,0,'Riding Hippogryph (Armored)','','',0,40,40,0,2090,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31316,0,0,0,0,0,27564,27565,27566,0,'Ebon Blade Reaper','','',0,80,80,2,1770,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31317,0,0,0,0,0,2172,0,0,0,'Lava Blaze (1)','','',0,81,81,2,103,0,1,1,1,0,421,636,0,171,1.4,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,121,1,0,0,'',1),(31318,0,0,0,33192,0,27530,27531,27532,0,'Death Knight Adept','Host of Suffering','',0,80,80,2,2102,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60951,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31319,0,0,0,0,0,27567,0,0,0,'Big Blizzard Bear','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(31320,0,0,0,33192,0,25241,0,0,0,'Umbral Brute','','',0,80,80,2,21,0,1,1.07143,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31320,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31321,0,0,0,0,0,11404,0,0,0,'Skeletal Runesmith','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31321,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,43291,42108,0,0,0,0,0,1,8388624,0,'',12340),(31322,0,0,0,0,0,24301,0,0,0,'Saronite Shaper','','',0,80,80,2,21,0,1,0.99206,1,1,422,586,0,642,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,6,0,31322,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31323,0,0,0,0,0,25285,0,0,0,'Lithe Stalker','','',0,80,80,2,21,0,2,1.42857,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,151,1,8388624,0,'',12340),(31324,0,0,0,33192,0,26804,0,0,0,'Iceskin Sentry','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,2147778560,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31325,0,0,0,33192,0,27530,27531,27532,0,'Death Knight Adept','Host of Suffering','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31325,0,0,0,0,0,0,0,0,0,0,0,0,60951,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31326,0,0,0,0,0,27412,27417,27414,0,'Death Knight Initiate','Host of Suffering','',0,80,80,2,1847,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31326,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31327,0,0,0,0,0,27415,27416,27413,0,'Death Knight Initiate','Host of Suffering','',0,80,80,2,1847,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31327,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31328,0,0,0,0,0,23864,23932,24973,24091,'Fleeing Horde Soldier','','',0,76,78,2,1981,0,1,1.14286,1,1,387,543,0,528,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,324,480,88,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31329,0,0,0,0,0,9786,0,0,0,'Skeletal Footsoldier Credit','','',0,80,80,2,2137,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31330,0,0,0,0,0,23934,24230,23858,24093,'Fleeing Horde Soldier','','',0,76,78,2,1981,0,1,1.14286,1,1,387,543,0,528,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,324,480,88,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31331,0,0,0,0,0,27166,0,0,0,'Indalamar\'s Emblem of Heroism Vendor','Emporium of AWESOME','',0,28,28,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5522,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31333,0,0,0,0,0,27569,0,0,0,'Alexstrasza the Life-Binder','Queen of the Dragons','',10179,83,83,2,2010,3,1,0.99206,1,3,496,674,0,783,35,2000,2000,2,140032,2048,0,0,0,0,0,0,365,529,98,2,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10000,1000,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31334,0,0,0,0,0,27570,0,0,0,'Korialstrasz','Consort of the Queen','',0,83,83,2,2010,0,1,1.14286,1,3,370,531,0,343,35,2000,2000,8,33536,2048,0,0,0,0,0,0,365,542,84,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,500,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31335,0,0,0,0,0,17814,0,0,0,'Darkweb Hatchling (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31336,0,0,0,0,0,16462,0,0,0,'Darkweb Recluse (1)','','',0,81,81,2,22,0,1,1.28571,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,3,0,0,0,0,353,512,112,1,1,26625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13148,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31337,0,0,0,0,0,1955,0,0,0,'Drakkari Bat (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,24,0,0,0,0,345,509,103,1,1,26622,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31338,0,0,0,0,0,27075,27076,0,0,'Drakkari Commander (1)','','',0,81,81,2,14,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,7,0,27431,27431,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8946,14910,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31339,0,0,0,0,0,27077,27078,0,0,'Drakkari Guardian (1)','','',0,80,81,2,1965,0,1,1,1,1,464,604,0,708,8,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,128,26620,26620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8436,14060,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(31340,0,0,0,0,0,19734,0,0,0,'Drakkari Gutripper (1)','','',0,80,81,2,16,0,1,1,1,1,464,604,0,708,8,2000,2000,1,64,2048,0,11,0,0,0,0,353,512,112,1,1,26641,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(31341,0,0,0,0,0,6469,0,0,0,'Drakkari Raptor Mount (1)','','',0,80,81,2,16,0,1,1,1,0,235,422,0,604,8,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,26824,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',1),(31342,0,0,0,0,0,26860,0,0,0,'Risen Drakkari Handler (1)','','',0,81,81,2,16,0,1,1,1,1,464,604,0,708,8,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,26637,26637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',1),(31343,0,0,0,0,0,19732,0,0,0,'Drakkari Scytheclaw (1)','','',0,80,81,2,16,0,1,1,1,1,464,604,0,708,8,2000,2000,1,64,2048,0,11,0,0,0,0,353,512,112,1,1,26628,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',1),(31344,0,0,0,0,0,24500,0,0,0,'Crystal Handler (1)','','',0,81,81,2,16,0,1,1,1,1,464,604,0,708,8,2000,2000,8,0,2048,0,0,0,0,0,0,0,0,0,7,8,31344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(31345,0,0,0,0,0,27083,27084,0,0,'Drakkari Shaman (1)','','',0,80,81,2,1965,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,64,2048,0,0,0,0,0,0,351,511,86,7,0,26639,26639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8296,13828,'',0,3,1,5,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31346,0,0,0,0,0,829,0,0,0,'Flesheating Ghoul (1)','','',0,80,81,2,16,0,0.777776,1.14286,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,27871,26621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31347,0,0,0,0,0,24994,0,0,0,'Ghoul Tormentor (1)','','',0,80,81,2,16,0,0.8,0.992063,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,26621,26621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31348,0,0,0,0,0,22337,0,0,0,'Hulking Corpse (1)','','',0,80,80,2,16,0,1,1,1,1,464,604,0,708,8,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,88,1,0,0,'',1),(31349,0,0,0,0,0,5240,0,0,0,'King Dred (1)','','',0,82,82,2,16,0,1,1,1,1,488,642,0,782,21,2000,2000,1,64,2048,0,39,0,0,0,0,363,521,121,1,65609,31349,0,70213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,15,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',1),(31350,0,0,0,0,0,26292,0,0,0,'Novos the Summoner (1)','','',0,82,82,2,16,0,1,1,1,1,463,640,0,726,7,2000,2000,2,64,2048,0,0,0,0,0,0,360,520,91,6,72,31350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',1),(31351,0,0,0,0,0,27056,0,0,0,'Risen Drakkari Bat Rider (1)','','',0,80,81,2,16,0,1,1,1,1,422,586,0,642,8,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,26638,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,2,'',1),(31352,0,0,0,0,0,27062,0,0,0,'Risen Drakkari Death Knight (1)','','',0,80,81,2,16,0,1,0.992063,1,1,425,602,0,670,13,2000,2000,2,64,2048,0,0,0,0,0,0,351,511,86,6,0,26830,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31353,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Airship (N) - Attack Controller','','',0,75,75,2,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),(31354,0,0,0,0,0,26857,0,0,0,'Risen Drakkari Soulmage (1)','','',0,80,81,2,16,0,1,0.992063,1,1,425,602,0,670,13,2000,2000,2,64,2048,0,0,0,0,0,0,351,511,86,6,0,26636,26636,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31355,0,0,0,0,0,27058,0,0,0,'Risen Drakkari Warrior (1)','','',0,80,81,2,1814,0,1,0.992063,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,26635,26635,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31356,0,0,0,0,0,2606,0,0,0,'Risen Shadowcaster (1)','','',0,81,81,2,16,0,1,1,1,0,464,604,0,708,4,2000,2000,8,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(31357,0,0,0,0,0,7847,0,0,0,'Scourge Brute (1)','','',0,80,81,2,1814,0,0.888888,1.14286,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,26623,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31358,0,0,0,0,0,22712,17188,0,0,'(Wrath Gate) Dummy','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31359,0,0,0,0,0,24084,0,0,0,'Scourge Reanimator (1)','','',0,80,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2500,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,7,0,26626,26626,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8452,14088,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31360,0,0,0,0,0,27072,0,0,0,'The Prophet Tharon\'ja (1)','','',0,82,82,2,16,0,1,1,1,1,425,602,0,670,21,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,6,72,31360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,38,1,1,0,43670,0,0,0,0,0,0,1,650854271,2097153,'',1),(31361,0,0,0,0,0,27073,0,0,0,'The Prophet Tharon\'ja (1)','','',0,82,82,2,35,0,1,1.14286,1,1,463,640,0,726,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,38,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31362,0,0,0,0,0,26352,0,0,0,'Trollgore (1)','','',0,82,82,2,1965,0,1,1,1,1,488,642,0,782,9,1000,2000,1,64,2048,0,0,0,0,0,0,363,521,121,6,72,31362,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,188,1,650854271,2097153,'',1),(31363,0,0,0,0,0,1693,0,0,0,'Wretched Belcher (1)','','',0,80,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,26624,26624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31364,0,0,0,0,0,16480,19595,0,0,'Frostbrood Skytalon KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31365,0,0,0,0,0,26588,0,0,0,'Drakkari Colossus (1)','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,22,3000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,9,584,0,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),(31366,0,0,0,0,0,26353,0,0,0,'Brann Bronzebeard (1)','','',0,80,80,0,1665,3,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31367,0,0,0,0,0,27028,0,0,0,'Drakkari Elemental (1)','','',0,82,82,2,16,0,1,1.14286,1,1,463,640,0,726,22,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,4,104,31367,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,1,1,0,43158,0,0,0,0,0,164,1,650854271,2097153,'',12340),(31368,0,0,0,0,0,27061,0,0,0,'Gal\'darah (1)','High Prophet of Akali','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,22,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,31368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,10028,16712,'',0,3,1,38,1,1,0,43693,0,0,0,0,0,144,1,650854271,2097153,'',12340),(31369,0,0,0,0,0,19383,21330,0,0,'Crystalline Shardling (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31370,0,0,0,0,0,27422,0,0,0,'Slad\'ran (1)','High Prophet of Sseratus','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,22,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,31370,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9922,16538,'',0,3,1,24,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),(31371,0,0,0,0,0,25988,0,0,0,'Dark Rune Controller (1)','','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,13,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,27966,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9836,16392,'',0,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31372,0,0,0,0,0,25989,0,0,0,'Dark Rune Elementalist (1)','','',0,80,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,27962,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9402,15670,'',0,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31373,0,0,0,0,0,28132,0,0,0,'Dark Rune Giant (1)','','',0,81,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,5,72,27969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31374,0,0,0,0,0,25992,0,0,0,'Dark Rune Scholar (1)','','',0,81,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,1600,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,27964,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9322,15538,'',0,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31375,0,0,0,0,0,25993,0,0,0,'Dark Rune Shaper (1)','','',0,80,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,27965,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9464,15772,'',0,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31376,0,0,0,0,0,25990,0,0,0,'Dark Rune Theurgist (1)','','',0,80,81,2,16,0,1,1.14286,1,1,351,509,0,304,13,2000,2000,8,32832,2048,0,0,0,0,0,0,351,503,74,7,8,27963,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9426,15710,'',0,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31377,0,0,0,0,0,25994,0,0,0,'Dark Rune Warrior (1)','','',0,80,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,8,27960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9384,15640,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31378,0,0,0,0,0,25995,0,0,0,'Dark Rune Worker (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,27961,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9382,15638,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31379,0,0,0,0,0,20048,0,0,0,'Eroded Shardling (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31380,0,0,0,0,0,26148,0,0,0,'Iron Golem Custodian (1)','','',0,82,82,2,1965,0,1,1,1,1,422,586,0,708,10,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(31381,0,0,0,0,0,20909,0,0,0,'Krystallus (1)','','',0,82,82,2,16,1073741824,1,1,1,1,488,642,0,782,9,2000,0,1,64,2048,0,0,0,0,0,0,363,521,121,5,584,31381,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,121,1,650854271,2097153,'',1),(31382,0,0,0,0,0,21130,0,0,0,'Lesser Air Elemental (1)','','',0,80,81,2,16,0,1,1.14286,1,0,425,602,0,670,1,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31383,0,0,0,0,0,26140,0,0,0,'Lightning Construct (1)','','',0,80,81,2,16,0,1,1.14286,1.5,1,425,602,0,670,13,1333,2000,2,64,2048,0,0,0,0,0,0,351,511,86,9,32776,27972,0,29728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,7,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31384,0,0,0,0,0,26657,0,0,0,'Maiden of Grief (1)','','',0,82,82,2,16,1073741824,1,1,1,1,488,642,0,782,9,2000,0,1,64,2048,0,0,0,0,0,0,363,521,121,10,72,31384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,6,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'',1),(31385,0,0,0,0,0,26146,0,0,0,'Raging Construct (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32776,27970,0,27641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31386,0,0,0,0,0,27483,0,0,0,'Sjonnir The Ironshaper (1)','','',0,82,82,2,1965,0,1,1.14286,1,1,488,642,0,782,10,1200,0,1,64,2048,0,0,0,0,0,0,363,521,121,7,72,31386,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9294,15490,'',0,3,1,35,1,1,0,43699,0,0,0,0,0,121,1,650854271,2097153,'',1),(31387,0,0,0,0,0,26154,0,0,0,'Unrelenting Construct (1)','','',0,80,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,9,32776,27971,0,29728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31388,0,0,0,0,0,25177,0,0,0,'Malformed Ooze (1)','','',0,82,82,2,1965,0,1,1.14286,1,0,422,586,0,646,4,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.131822,1,1,0,0,0,0,0,0,0,84,1,0,0,'',1),(31389,0,0,0,0,0,25176,0,0,0,'Iron Sludge (1)','','',0,82,82,2,1965,0,1,1.14286,1,0,322,486,0,646,3,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(31390,0,0,0,0,0,6530,0,0,0,'Forged Iron Trogg (1)','','',0,82,82,2,1965,0,1,1.14286,1,0,488,642,0,782,8,2000,0,1,0,2048,8,0,0,0,0,0,363,521,121,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31391,0,0,0,0,0,26092,0,0,0,'Earthen Dwarf (1)','','',0,81,81,2,1868,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31392,0,0,0,0,0,26092,26090,26091,0,'Earthen Protector (1)','','',0,80,80,2,35,0,1,1.14286,1,1,417,582,0,608,13,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31393,0,0,0,0,0,24176,0,0,0,'Crystal Wyrm','','',0,80,80,2,103,0,4,3.42857,1,1,417,582,0,608,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,341,506,80,2,32,31393,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,15,6,1,1,0,43225,0,0,0,0,0,243,1,0,0,'',12340),(31394,0,0,0,0,0,25754,0,0,0,'Forged Iron Dwarf (1)','','',0,82,82,2,1965,0,1,1.14286,1,1,422,586,0,646,8,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(31395,0,0,0,0,0,27571,0,0,0,'Illidan Stormrage','','',0,82,82,0,14,0,1,1.14286,1,0,450,550,0,24,7.5,1000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,160,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),(31396,0,0,0,33192,0,25452,0,0,0,'Val\'kyr Taskmistress','','',0,80,80,2,1885,0,1,0.99206,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,31396,31396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,4,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31397,0,0,0,0,0,6678,8891,9333,7816,'Saronite Mine Slave','','',10137,77,80,2,2070,1,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31398,0,0,0,0,0,27545,0,0,0,'The Chosen Champion','','',0,82,82,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,6,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31399,0,0,0,31258,0,29178,0,0,0,'Foreman Thaldrin','','',0,80,80,2,1885,0,1,1.42857,1,1,417,582,0,608,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,0,31399,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5028,8380,'',0,3,1,4,4,1,0,44153,0,0,0,0,0,0,1,0,0,'',12340),(31400,0,0,0,0,0,1126,17612,0,0,'Azure Front Channel Stalker','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31401,0,0,0,0,0,27586,0,0,0,'Azure Manashaper','','',0,79,80,2,103,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,31401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1616,2694,'SmartAI',0,3,1,1,1,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),(31402,0,0,0,0,0,25195,0,0,0,'Azure Scalebane','','',0,79,80,2,103,0,0.888888,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,0,31402,0,70209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),(31403,0,0,0,0,0,25250,0,0,0,'Azure Spellweaver','','',0,79,80,2,103,0,0.888888,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,2,0,31403,0,70209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),(31404,0,0,0,0,0,24910,0,0,0,'Azure Manabeast','','',0,78,79,2,103,0,0.666668,1.19048,1,0,399,559,0,550,1,1500,2000,2,32768,2048,0,0,0,0,0,0,331,491,74,3,0,31404,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),(31405,0,0,0,0,0,25587,0,0,0,'Icecrown Bomber Beacon, Horde','','',0,1,1,0,714,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31406,0,0,0,0,0,27885,0,0,0,'Alliance Infra-green Bomber','','',0,80,80,2,534,16777216,1.2,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,'',0,4,1,18.7196,1,1,0,0,0,0,0,0,0,133,0,0,0,'npc_infra_green_bomber_generic',12340),(31407,0,0,0,0,0,28235,0,0,0,'Alliance Turret Seat','','vehichleCursor',0,80,80,2,35,16777216,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33554432,0,0,0,0,0,0,0,315,468,69,9,0,0,0,0,0,0,0,0,0,0,59622,61313,0,59196,59194,59193,0,0,0,277,0,0,'NullCreatureAI',0,7,1,26.7451,0.001361,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(31408,0,0,0,0,0,28360,0,0,0,'Alliance Bomber Seat','','vehichleCursor',0,80,80,2,35,16777216,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33554432,0,0,0,0,0,0,0,315,468,69,9,0,0,0,0,0,0,0,0,0,0,59059,0,0,59196,59194,59193,0,0,0,274,0,0,'NullCreatureAI',0,7,1,26.7451,0.000681,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(31409,0,0,0,0,0,28116,0,0,0,'Alliance Engineering Seat','','vehichleCursor',0,80,80,2,35,16777216,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,59061,61093,0,59196,59194,59193,0,0,0,278,0,0,'NullCreatureAI',0,7,1,18.7196,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(31411,0,0,0,31413,0,23681,0,0,0,'Hulking Horror','','',0,79,80,2,2043,0,1,1.28968,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,31411,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31412,0,0,0,0,0,4527,0,0,0,'Thrall','Warchief','',0,83,83,0,1734,2,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,568.343,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31413,0,0,0,0,0,23681,0,0,0,'Hulking Horror','','',0,79,80,2,21,0,1,1.28968,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,31413,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31414,0,0,0,27121,0,24302,24309,24310,0,'Valiance Commando','','',0,79,80,2,2004,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31415,0,0,0,0,0,21955,17612,0,0,'WotLK City Attacks Ice Block Bunny, BUG TEST','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,43,1,0,0,'',12340),(31416,0,0,0,0,0,4259,4260,4602,4601,'Orgrimmar Grunt','','Directions',0,75,75,2,85,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,40505,8599,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31417,0,0,0,0,0,14360,14362,14361,14363,'Kor\'kron Elite','','',0,80,80,2,1801,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31418,0,0,0,0,0,30865,0,0,0,'Lady Jaina Proudmoore','Ruler of Theramore','',0,83,83,2,534,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,529.505,80,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31419,0,0,0,0,0,28213,0,0,0,'Lady Sylvanas Windrunner','Banshee Queen','',0,83,83,2,118,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31420,0,0,0,0,0,1310,0,0,0,'Karus','Banker','',0,45,45,2,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31421,0,0,0,0,0,1318,0,0,0,'Koma','Banker','',0,45,45,2,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31422,0,0,0,0,0,1320,0,0,0,'Soran','Banker','',0,45,45,2,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31423,0,0,0,0,0,1322,0,0,0,'Kaja','Guns & Ammunition','',0,30,30,2,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31424,0,0,0,0,0,5205,0,0,0,'Gamon','','',0,12,12,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31425,0,0,0,0,0,1312,0,0,0,'Olvia','Meat Vendor','',0,50,50,2,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31426,0,0,0,0,0,1311,0,0,0,'Doras','Wind Rider Master','',0,65,65,2,29,8192,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31427,0,0,0,0,0,1389,0,0,0,'Felika','Trade Supplies','',0,30,30,2,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31428,0,0,0,0,0,27249,0,0,0,'Crusader Olakin Sainrith','','',0,80,80,2,2070,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31429,0,0,0,0,0,1319,0,0,0,'Sana','Mail Armor Merchant','',0,30,30,2,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31430,0,0,0,0,0,8001,0,0,0,'Auctioneer Thathung','','Point',0,50,50,2,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31431,0,0,0,0,0,14429,0,0,0,'Overlord Runthak','','',0,65,65,2,29,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31432,0,0,0,0,0,24497,0,0,0,'Ghostwing','','',0,80,80,2,974,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,0,0,'',0,4,5,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31433,0,0,0,0,0,5706,0,0,0,'Innkeeper Gryshka','Innkeeper','',0,30,30,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(31434,0,0,0,0,0,19181,19182,11850,24085,'Orc Commoner','','',0,1,60,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31435,0,0,0,27121,0,24303,24305,24306,24308,'Warsong Raider','','',0,79,80,2,1980,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31437,0,0,0,0,0,27588,27589,27590,27591,'Forsaken Refugee','','',0,1,70,2,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31438,0,0,0,0,0,16214,0,0,0,'Shadow Vault Abomination','','',0,80,80,2,21,0,1,0.57143,1,0,422,586,0,642,1,2300,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,80,1,8388624,0,'',12340),(31439,0,0,0,0,0,27592,0,0,0,'Archmage Timear','','',10096,80,80,2,2007,3,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31440,0,0,0,0,0,27594,0,0,0,'Sergeant Kregga','','',0,80,80,2,1978,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31441,0,0,0,0,0,28079,0,0,0,'Ahn\'kahar Guardian (1)','','',0,81,81,2,16,0,1,1.42857,1,1,464,604,0,708,13,2000,0,1,32768,2048,8,0,0,0,0,0,353,512,112,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(31442,0,0,0,0,0,27324,0,0,0,'Ahn\'kahar Slasher (1)','','',0,81,81,2,16,0,1,0.992063,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,6,8,30277,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31443,0,0,0,0,0,23821,0,0,0,'Ahn\'kahar Spell Flinger (1)','','',0,81,81,2,16,0,1,0.992063,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,6,8,30278,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31444,0,0,0,0,0,27595,0,0,0,'Captain Kendall','','',0,80,80,2,1973,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31445,0,0,0,0,0,26828,0,0,0,'Ahn\'kahar Guardian Egg (1)','','',0,81,81,2,16,0,1,1,1,0,464,604,0,708,1,2000,0,1,33554434,2048,8,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31446,0,0,0,0,0,26831,0,0,0,'Ahn\'kahar Swarm Egg (1)','','',0,81,81,2,16,0,1,1,1,0,464,604,0,708,1,2000,0,1,33554434,2048,8,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31447,0,0,0,0,0,28078,0,0,0,'Ahn\'kahar Swarmer (1)','','',0,80,80,2,16,0,0.833332,1.42857,1,0,422,586,0,642,1,2308,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.019841,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(31448,0,0,0,0,0,28078,0,0,0,'Ahn\'kahar Swarmer (1)','','',0,80,80,2,16,0,0.833332,1.42857,1,0,422,586,0,642,1,3000,0,1,32768,2048,8,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.019841,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(31449,0,0,0,0,0,27324,0,0,0,'Ahn\'kahar Watcher (1)','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,6,8,31449,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31450,0,0,0,0,0,25768,0,0,0,'Ahn\'kahar Web Winder (1)','','',0,81,81,2,16,0,1,0.992063,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,6,8,30276,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31451,0,0,0,0,0,25012,0,0,0,'Bonegrinder (1)','','',0,81,81,2,16,0,1.2,1.42857,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,6,72,30284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,8,1,0,0,0,0,0,0,0,147,1,8388624,0,'',12340),(31452,0,0,0,0,0,8714,0,0,0,'Bound Air Elemental (1)','','',0,81,81,2,91,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,64,2048,0,0,0,0,0,0,351,511,86,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31453,0,0,0,0,0,2172,0,0,0,'Bound Fire Elemental (1)','','',0,81,81,2,91,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,64,2048,0,0,0,0,0,0,351,511,86,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31454,0,0,0,0,0,525,0,0,0,'Bound Water Elemental (1)','','',0,81,81,2,91,0,1,1.28968,1,1,425,602,0,670,13,2000,2000,2,64,2048,0,0,0,0,0,0,351,511,86,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31455,0,0,0,0,0,26775,0,0,0,'Deep Crawler (1)','','',0,81,81,2,16,0,1,1.19048,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,1,8,30279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31456,0,0,0,0,0,27407,0,0,0,'Elder Nadox (1)','','',0,82,82,2,16,0,1.6,1.42857,1,1,463,640,0,726,13,2000,0,2,32832,2048,8,0,0,0,0,0,360,520,91,6,72,31456,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,20,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(31457,0,0,0,0,0,20090,0,0,0,'Eye of Taldaram (1)','','',0,81,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,6,8,30285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31458,0,0,0,0,0,26767,0,0,0,'Flame Sphere (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,570687488,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),(31459,0,0,0,0,0,28007,0,0,0,'Forgotten One (1)','','',0,81,81,2,16,0,1.6,1.42857,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,10,72,30414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8502,14170,'',0,3,1,10,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(31460,0,0,0,0,0,26941,0,0,0,'Frostbringer (1)','','',0,81,81,2,16,0,1,0.992063,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,6,8,30286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31461,0,0,0,0,0,26981,0,0,0,'Healthy Mushroom (1)','','',0,80,80,2,14,0,1,1.14286,0.55,0,422,586,0,642,1,2000,2000,1,512,2048,0,0,0,0,0,0,345,509,103,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(31462,0,0,0,0,0,26981,0,0,0,'Poisonous Mushroom (1)','','',0,81,81,2,14,0,1,1.14286,0.55,0,464,604,0,708,1,2000,2000,1,512,2048,0,0,0,0,0,0,353,512,112,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(31463,0,0,0,0,0,28133,0,0,0,'Amanitar (1)','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,13,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,4,328,31463,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(31464,0,0,0,0,0,27408,0,0,0,'Herald Volazj (1)','','',0,82,82,2,16,0,1.6,1.42857,1,1,488,642,0,782,13,2000,0,1,32832,2048,8,0,0,0,0,0,363,521,121,10,72,31464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8354,13922,'',0,3,1,32,1,1,0,43821,0,0,0,0,0,150,1,650854271,2097153,'',12340),(31465,0,0,0,0,0,26777,0,0,0,'Jedoga Shadowseeker (1)','','',0,82,82,2,16,0,1,1.71429,1.35,1,463,640,0,726,13,2000,0,2,32832,2048,8,0,0,0,0,0,360,520,91,7,72,31465,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8352,13920,'',0,3,1,32,20,1,0,0,0,0,0,0,0,172,1,650854271,2097153,'',12340),(31466,0,0,0,0,0,27323,0,0,0,'Plague Walker (1)','','',0,81,81,2,16,0,1,1.28968,1,1,464,604,0,708,13,2200,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,6,8,30283,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31467,0,0,0,0,0,27596,27597,27598,27599,'Forsaken Refugee','','',0,1,70,2,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31468,0,0,0,0,0,25742,0,0,0,'Plundering Geist (1)','','',0,80,80,2,16,0,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,8,30287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,133,1,8388624,0,'',12340),(31469,0,0,0,0,0,27406,0,0,0,'Prince Taldaram (1)','','',0,82,82,2,16,0,1.6,1.42857,1,1,463,640,0,726,13,2200,0,2,33587264,2048,8,0,0,0,0,0,360,520,91,7,72,31469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8362,13938,'',0,3,1,34,20,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(31470,0,0,0,0,0,26948,26973,0,0,'Savage Cave Beast (1)','','',0,81,81,2,16,0,0.8,1.42857,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,4,328,30329,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,8,1,0,43511,0,0,0,0,0,144,1,0,0,'',12340),(31471,0,0,0,0,0,27369,27370,27371,27372,'Twilight Apostle (1)','','',0,81,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,30179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8346,13910,'',0,3,1,5,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31472,0,0,0,0,0,27373,27374,27376,27377,'Twilight Darkcaster (1)','','',0,81,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,30319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8416,14026,'',0,3,1,5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31473,0,0,0,0,0,27378,27379,27380,27381,'Twilight Initiate (1)','','',0,80,80,2,16,0,1,1.14286,1,0,346,499,0,287,3,2000,0,8,32768,2048,8,0,0,0,0,0,315,468,69,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,4,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(31474,0,0,0,0,0,27382,27383,27384,27385,'Twilight Volunteer (1)','','',0,81,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,33587264,2048,0,0,0,0,0,0,351,511,86,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31475,0,0,0,0,0,27386,27387,27388,27389,'Twilight Worshipper (1)','','',0,81,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,30111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8330,13882,'',0,3,1,5,7,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31476,0,0,0,0,0,11686,0,0,0,'Twisted Visage','','',0,80,80,2,16,0,1,1,1,1,422,586,0,642,13,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.952381,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),(31477,0,0,0,0,0,11686,0,0,0,'Twisted Visage','','',0,80,80,2,16,0,1.6,1,1,1,422,586,0,642,13,2000,2000,1,33024,2048,0,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.952381,1,1,0,0,0,0,0,0,0,116,1,0,0,'',12340),(31478,0,0,0,0,0,11686,0,0,0,'Twisted Visage','','',0,80,80,2,16,0,0.8,0.5,1,1,422,586,0,642,13,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.952381,1,1,0,0,0,0,0,0,0,116,1,0,0,'',12340),(31479,0,0,0,0,0,11686,0,0,0,'Twisted Visage','','',0,80,80,2,16,0,1.6,1,1,1,422,586,0,642,13,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.952381,1,1,0,0,0,0,0,0,0,116,1,0,0,'',12340),(31480,0,0,0,0,0,11686,0,0,0,'Twisted Visage','','',0,80,80,2,16,0,1.6,1,1,1,422,586,0,642,13,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.952381,1,1,0,0,0,0,0,0,0,116,1,0,0,'',12340),(31481,0,0,0,0,0,1126,11686,0,0,'Scourge Fight Kill Credit','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31482,0,0,0,0,0,23877,23937,23938,23939,'Apothecary Chemist','','',0,74,75,2,16,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31483,0,0,0,0,0,25247,0,0,0,'Azure Binder (1)','','',0,80,80,2,1720,0,1,1.14286,1,1,346,499,0,287,4,2000,0,8,0,2048,8,0,0,0,0,0,315,468,69,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(31484,0,0,0,0,0,25247,0,0,0,'Azure Binder (1)','','',0,80,80,2,1720,0,1,1.14286,1,1,346,499,0,287,4,2000,0,8,0,2048,8,0,0,0,0,0,315,468,69,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(31485,0,0,0,0,0,25247,0,0,0,'Azure Binder (1)','','',0,80,80,2,1720,0,1,1.14286,1,1,346,499,0,287,13,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31486,0,0,0,0,0,14356,0,0,0,'Azure Captain (1)','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,7,2000,0,1,0,2048,8,0,0,0,0,0,353,512,112,2,8,30666,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6663,6663,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(31487,0,0,0,0,0,25226,0,0,0,'Azure Invader (1)','','',0,80,80,2,1720,0,1,1.14286,1,1,422,586,0,642,4,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(31488,0,0,0,0,0,25226,0,0,0,'Azure Invader (1)','','',0,80,80,2,1720,0,1,1.14286,1,1,422,586,0,642,4,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(31489,0,0,0,0,0,25226,0,0,0,'Azure Invader (1)','','',0,80,80,2,1720,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31490,0,0,0,0,0,27219,0,0,0,'Azure Raider (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,8,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,2,8,30668,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6648,6648,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(31491,0,0,0,0,0,11686,0,0,0,'Azure Raider (1)','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,33555264,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31492,0,0,0,0,0,25250,0,0,0,'Azure Saboteur (1)','','',0,80,80,2,1720,0,1,1.14286,1,1,346,499,0,287,13,2000,0,8,131586,2048,8,0,0,0,0,0,315,468,69,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31493,0,0,0,0,0,25250,0,0,0,'Azure Sorceror (1)','','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,8,2000,0,2,0,2048,8,0,0,0,0,0,341,506,80,2,8,30667,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6668,6668,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(31494,0,0,0,0,0,25250,0,0,0,'Azure Spellbreaker (1)','','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,4,2000,0,2,0,2048,8,0,0,0,0,0,341,506,80,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,2,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(31495,0,0,0,0,0,25250,0,0,0,'Azure Spellbreaker (1)','','',0,80,80,2,1720,0,1,1.14286,1,1,417,582,0,608,4,2000,0,2,0,2048,8,0,0,0,0,0,341,506,80,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,2,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(31496,0,0,0,0,0,25250,0,0,0,'Azure Spellbreaker (1)','','',0,80,80,2,1720,0,1,1.14286,1,1,417,582,0,608,13,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31497,0,0,0,0,0,24910,0,0,0,'Azure Mage Slayer (1)','','',0,80,80,2,1720,0,1,1.14286,1,1,422,586,0,642,4,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(31498,0,0,0,0,0,24910,0,0,0,'Azure Mage Slayer (1)','','',0,80,80,2,1720,0,1,1.14286,1,1,417,582,0,608,4,2000,0,2,0,2048,8,0,0,0,0,0,341,506,80,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(31499,0,0,0,0,0,24910,0,0,0,'Azure Mage Slayer (1)','','',0,80,80,2,1720,0,1,1.14286,1,1,422,586,0,642,13,1500,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31500,0,0,0,0,0,27792,27793,27794,27793,'Veteran Mage Hunter (1)','','',0,80,80,2,1720,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31501,0,0,0,0,0,27474,0,0,0,'Portal Guardian (1)','','',0,81,81,2,1720,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,0,2048,8,0,0,0,0,0,353,512,112,2,72,31501,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6644,6644,'',0,3,1,12.5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(31502,0,0,0,0,0,27474,0,0,0,'Portal Guardian (1)','','',0,81,81,2,1720,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,2,72,30892,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31503,0,0,0,0,0,27473,0,0,0,'Portal Keeper (1)','','',0,81,81,2,1720,0,1,1.14286,1,1,425,602,0,670,13,2000,0,2,0,2048,8,0,0,0,0,0,351,511,86,2,72,31503,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6659,6659,'',0,3,1,12.5,10,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(31504,0,0,0,0,0,27473,0,0,0,'Portal Keeper (1)','','',0,81,81,2,1720,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,2,72,30893,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12.5,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31505,0,0,0,0,0,27215,27216,27217,0,'Violet Hold Guard (1)','','',0,80,80,2,1718,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31506,0,0,0,0,0,27508,0,0,0,'Cyanigosa (1)','','',0,82,82,2,16,0,1,1.14286,1,1,450,550,0,726,18,2000,0,2,514,2048,8,0,0,0,0,0,360,520,91,2,72,31506,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6691,6691,'',0,3,1,37.5,10,1,0,43823,0,0,0,0,0,0,1,650854271,2097153,'',12340),(31507,0,0,0,0,0,27488,0,0,0,'Erekem (1)','','',0,82,82,2,16,0,1,1.14286,1,1,450,550,0,726,15,2000,0,2,514,2048,8,0,0,0,0,0,360,520,91,7,72,31507,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9790,16318,'',0,3,1,32,20,1,0,0,0,0,0,0,0,150,1,617299839,2097153,'',12340),(31508,0,0,0,0,0,27487,0,0,0,'Ichoron (1)','','',0,82,82,2,16,0,1,1.14286,1,1,450,550,0,726,15,2000,0,2,514,2048,8,0,0,0,0,0,360,520,91,4,72,31508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6635,6635,'',0,3,1,32,18.7,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'',12340),(31509,0,0,0,0,0,10193,0,0,0,'Lavanthor (1)','','',0,82,82,2,16,0,1,1.14286,1,1,450,550,0,782,15,2000,0,1,514,2048,8,0,0,0,0,0,363,521,121,1,72,31509,0,70213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6666,6666,'',0,3,1,32,1,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'',12340),(31510,0,0,0,0,0,20590,0,0,0,'Moragg (1)','','',0,82,82,2,16,0,1,1.14286,1,1,450,550,0,782,13,2000,0,1,514,2048,8,0,0,0,0,0,363,521,121,3,72,31510,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6687,6687,'',0,3,1,32,1,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'',12340),(31511,0,0,0,0,0,27486,0,0,0,'Xevozz (1)','','',0,82,82,2,16,0,1,1.14286,1,1,450,550,0,782,15,2000,0,1,514,2048,8,0,0,0,0,0,363,521,121,7,72,31511,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10062,16770,'',0,3,1,32,10,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'',12340),(31512,0,0,0,0,0,27855,0,0,0,'Zuramat the Obliterator (1)','','',0,82,82,2,16,0,1,1.14286,1,1,450,550,0,782,15,2000,0,1,514,2048,8,0,0,0,0,0,363,521,121,3,72,31512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6662,6662,'',0,3,1,32,1,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'',12340),(31513,0,0,0,0,0,18628,0,0,0,'Erekem Guard (1)','','',0,80,80,2,16,0,1,1.14286,1,1,450,550,0,642,6,2000,0,1,512,2048,8,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(31514,0,0,0,0,0,28073,0,0,0,'Ethereal Sphere (1)','','',0,80,80,2,16,0,1,0.5,1,1,1,1,0,1,1,2000,0,1,131072,2048,8,0,0,0,0,0,1,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,32,1,1,0,0,0,0,0,0,0,76,0,0,0,'',12340),(31515,0,0,0,0,0,17200,0,0,0,'Ichor Globule (1)','','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,1,2000,0,2,0,2048,8,0,0,0,0,0,341,506,80,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.227253,1,1,0,0,0,0,0,0,0,84,0,0,0,'',12340),(31516,0,0,0,0,0,23875,0,0,0,'Blight Doctor','','',0,74,75,2,16,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31517,0,0,0,0,0,169,11686,0,0,'Dalaran Fountain Invis Stalker','','',0,74,74,2,35,0,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,33554944,2048,0,0,0,0,0,0,287,426,63,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31518,0,0,0,0,0,26208,0,0,0,'Void Sentry (1)','','',0,80,80,2,16,0,1,1.14286,1,0,1,1,0,1,1,2000,0,1,0,2048,8,0,0,0,0,0,1,1,1,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15873,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(31519,0,0,0,0,0,23767,0,0,0,'Void Sentry (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,33554434,2048,8,0,0,0,0,0,345,509,103,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31520,0,0,0,0,0,27421,0,0,0,'Shadron (1)','','',0,83,83,2,103,0,1,1,1,3,509,683,0,805,45,2000,0,1,32832,2048,0,0,0,0,0,0,371,535,135,2,108,0,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220000,240000,'',0,3,1,160,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',1),(31521,0,0,0,0,0,15294,0,0,0,'Twilight Fissure (1)','','',0,1,1,0,14,0,1,1,1,0,0,0,0,0,1,5200,0,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,59128,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,128,'',1),(31522,0,0,0,0,0,27601,27602,27603,27604,'Friendly Dalaran Wizard','','Directions',0,80,80,2,2007,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31523,0,0,0,0,0,27605,27606,27607,27608,'Friendly Dalaran Gladiator','','Directions',0,80,80,2,2007,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31524,0,0,0,0,0,27750,0,0,0,'Apothecary Collaborator','','',0,74,75,2,16,0,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,0,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31526,0,0,0,0,0,23884,23884,0,0,'Blight Slinger','','',0,80,80,2,2102,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.01177,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(31527,0,0,0,0,0,7970,9129,18342,9018,'Felguard Marauder','','',0,74,75,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31528,0,0,0,0,0,24907,0,0,0,'Plagued Felbeast','','',0,74,74,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31529,0,0,0,0,0,19887,0,0,0,'Ravishing Betrayer','','',0,74,75,2,16,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31530,0,0,0,0,0,27611,0,0,0,'Grand Apothecary Putress','','',0,1,1,0,14,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,2,33536,2048,0,0,0,0,0,0,1,2,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,700,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31531,0,0,0,0,0,27610,0,0,0,'Perfidious Dreadlord','','',0,75,75,2,16,0,1,1.14286,1,1,339,481,0,370,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,35,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31532,0,0,0,0,0,10699,0,0,0,'Treacherous Guardian','','',0,74,75,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31533,0,0,0,0,0,27301,0,0,0,'General Bjarngrim (1)','','',0,82,82,2,16,0,1,1,1.3,1,488,642,0,782,15,2000,0,1,32832,2048,0,0,0,0,0,0,363,521,121,7,104,31533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9996,16660,'',0,3,1,24,1,1,0,0,0,0,0,0,0,147,1,650854271,2097153,'',1),(31534,0,0,0,0,0,27082,0,0,0,'Tenebron (1)','','',0,83,83,2,103,0,1,1,1,3,509,683,0,805,45,2000,0,1,32832,2048,0,0,0,0,0,0,371,535,135,2,108,0,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220000,240000,'',0,3,1,160,1,1,0,0,0,0,0,0,0,150,1,617299839,2097153,'',1),(31535,0,0,0,0,0,27039,0,0,0,'Vesperon (1)','','',0,83,83,2,103,0,1,1,1,3,509,683,0,805,45,2000,0,1,32832,2048,0,0,0,0,0,0,371,535,135,2,108,0,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220000,240000,'',0,3,1,160,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',1),(31536,0,0,0,0,0,27071,0,0,0,'Volkhan (1)','','',0,82,82,2,16,0,1,1,1,1,488,642,0,782,15,2000,0,1,32832,2048,0,0,0,0,0,0,363,521,121,5,104,31536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,28.8,1,1,0,0,0,0,0,0,0,180,1,650854271,2097153,'',1),(31537,0,0,0,0,0,27484,0,0,0,'Ionar (1)','','',0,82,82,2,14,0,1,1,1,1,488,642,0,782,15,2000,0,1,32832,2048,0,0,0,0,0,0,363,521,121,4,72,31537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,155,1,650854271,2097153,'',1),(31538,0,0,0,0,0,27485,0,0,0,'Loken (1)','','',0,82,82,2,14,0,1,1,1,1,488,642,0,782,15,2000,0,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,31538,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,38,1,1,0,43151,43724,0,0,0,0,177,1,650854271,2097153,'',1),(31539,0,0,0,0,0,28014,0,0,0,'Twilight Egg (1)','','',0,80,80,2,103,0,1,1,1,1,0,0,0,0,1,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(31540,0,0,0,0,0,19295,0,0,0,'Twilight Whelp (1)','','',0,81,81,2,103,0,1,1,1,1,247,428,0,312,4,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,150,1,0,0,'',1),(31541,0,0,0,0,0,8311,0,0,0,'Acolyte of Shadron (1)','','',0,81,81,2,103,0,1,1,1,1,247,428,0,312,20,2000,0,2,0,2048,0,0,0,0,0,0,0,0,0,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,150,1,0,0,'',1),(31542,0,0,0,0,0,15554,0,0,0,'Rotting Maggot (1)','','',0,80,80,2,16,0,0.8,1.14286,1,1,422,586,0,642,13,2500,0,1,0,2048,8,0,0,0,0,0,345,509,103,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,82,1,0,0,'',12340),(31543,0,0,0,0,0,12894,0,0,0,'Acolyte of Vesperon (1)','','',0,81,81,2,103,0,1,1,1,1,247,428,0,312,20,2000,0,2,0,2048,0,0,0,0,0,0,0,0,0,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,150,1,0,0,'',1),(31544,0,0,0,0,0,8311,0,0,0,'Disciple of Shadron (1)','','',0,81,81,2,103,0,1.6,1.42857,1,1,425,602,0,670,13,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(31545,0,0,0,0,0,27612,0,0,0,'Arcanist Peridris','Honor Quartermaster','',0,80,80,2,2027,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31546,0,0,0,0,0,12894,0,0,0,'Disciple of Vesperon (1)','','',0,81,81,2,103,0,1.6,1.42857,1,1,425,602,0,670,13,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(31547,0,0,0,0,0,28014,0,0,0,'Sartharion Twilight Egg (1)','','',0,80,80,2,103,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31548,0,0,0,0,0,19295,0,0,0,'Sartharion Twilight Whelp (1)','','',0,81,81,2,103,0,1.6,1.42857,1,1,464,604,0,708,13,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(31549,0,0,0,0,0,27613,0,0,0,'Arcanist Baladrialle','Veteran Honor Quartermaster','',0,80,80,2,2027,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31550,0,0,0,0,0,169,11686,0,0,'Tenebron Egg Controller (1)','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(31551,0,0,0,0,0,27614,0,0,0,'Magistrix Feyrina','Veteran Honor Quartermaster','',0,80,80,2,2123,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31552,0,0,0,0,0,27615,0,0,0,'Magister Saremvir','Honor Quartermaster','',0,80,80,2,2123,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31553,0,0,0,0,0,22506,0,0,0,'Containment Crystal','','',0,80,80,2,974,0,1,1,1,0,346,499,0,287,1,2000,2000,8,33555200,2048,0,0,0,0,0,0,315,468,69,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31554,0,0,0,31555,0,24994,0,0,0,'Restless Lookout','','',0,80,80,2,974,0,0.8,0.99206,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31554,31554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31555,0,0,0,33192,0,9789,0,0,0,'Risen Laborer','','',0,80,80,2,974,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,2,'',12340),(31556,0,0,0,33192,0,24908,0,0,0,'Hungering Plaguehound','','',0,80,80,2,35,0,0.666668,1.19048,1,0,422,586,0,642,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31557,0,0,0,0,0,27616,0,0,0,'Uda the Beast','Innkeeper','',10139,75,75,2,2123,66177,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(31558,0,0,0,0,0,27032,0,0,0,'Drakos the Interrogator (1)','','',0,82,82,2,16,0,1,1.42857,1,1,488,642,0,782,13,2000,0,1,32768,2048,8,0,0,0,0,0,363,521,121,2,104,31558,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',1),(31559,0,0,0,0,0,27033,0,0,0,'Varos Cloudstrider (1)','Azure-Lord of the Blue Dragonflight','',0,82,82,2,14,0,1,1.42857,1,1,488,642,0,782,13,2000,0,1,32768,2048,8,0,0,0,0,0,363,521,121,2,104,31559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',1),(31560,0,0,0,0,0,25010,0,0,0,'Mage-Lord Urom (1)','','',0,82,82,2,16,0,1,1.42857,1,1,463,640,0,726,13,2000,0,2,32768,2048,8,0,0,0,0,0,360,520,91,7,104,31560,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11414,19022,'',0,3,1,32,20,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',1),(31561,0,0,0,0,0,27034,0,0,0,'Ley-Guardian Eregos (1)','','',0,82,82,2,16,0,1.6,3,1.25,1,463,640,0,726,13,2000,0,2,32768,2048,8,0,0,0,0,0,360,520,91,2,96,31561,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,287.5,25,1,0,43668,0,0,0,0,0,221,1,650854271,2097153,'',1),(31562,0,0,0,0,0,15787,0,0,0,'Presence of the Old God','','',0,80,80,2,35,0,1,1,1,0,422,586,0,642,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31563,0,0,0,0,0,23007,23017,23018,23019,'Warsong Battleguard','','',0,75,75,2,1981,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31564,0,0,0,0,0,23007,23017,23018,23019,'Warsong Battleguard','','',0,75,75,2,1980,0,1,1.14286,1,1,500,600,0,24,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31565,0,0,0,0,0,28221,0,0,0,'Varimathras','','',0,76,76,2,16,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,700,500,1,0,0,0,0,0,0,0,184,1,0,0,'',12340),(31566,0,0,0,0,0,17312,0,0,0,'Blight Wagon [Wrath Gate Both] (UC)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31567,0,0,0,0,0,27620,0,0,0,'Forsaken Chemistry Set [Wrath Gate Both] (UC)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31568,0,0,0,0,0,27619,0,0,0,'Forsaken Chemistry Set 02 [Wrath Gate Both] (UC)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31569,0,0,0,0,0,1126,0,0,0,'Plague Barrel [Wrath Gate Both] (UC)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31570,0,0,0,0,0,1126,0,0,0,'Broken Plague Barrel [Wrath Gate Both] (UC)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31571,0,0,0,0,0,1126,0,0,0,'Broken Plague Barrel 2 [Wrath Gate Both] (UC)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31572,0,0,0,0,0,23902,0,0,0,'Blighted Cockroach','','',0,1,1,2,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(31573,0,0,0,0,0,19963,27625,0,0,'Forsaken Fire [Wrath Gate Both] (UC)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31574,0,0,0,0,0,22712,27626,0,0,'Forsaken Fire Small [Wrath Gate Both] (UC)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31575,0,0,0,0,0,27627,0,0,0,'Giant Sewer Rat','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(31576,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker [Wrath Gate Horde CE 01] (UC)','','',0,80,80,0,2102,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31577,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker Target [Wrath Gate Horde CE 01] (UC)','','',0,80,80,0,2102,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31578,0,0,0,0,0,27632,0,0,0,'Armored Decoy','','',0,80,80,2,190,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33024,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31579,0,0,0,0,0,27559,0,0,0,'Arcanist Adurin','Emblem of Valor Quartermaster','',0,80,80,2,2027,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(31580,0,0,0,0,0,27556,0,0,0,'Arcanist Ivrenne','Emblem of Heroism Quartermaster','',0,80,80,2,2027,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(31581,0,0,0,0,0,27560,0,0,0,'Magister Brasael','Emblem of Valor Quartermaster','',0,80,80,2,2123,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(31582,0,0,0,0,0,27557,0,0,0,'Magistrix Lambriesse','Emblem of Heroism Quartermaster','',0,80,80,2,2123,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(31583,0,0,0,0,0,27654,0,0,0,'Frostbrood Skytalon','','',0,80,80,2,974,16777216,4,1.14286,1,0,422,586,0,642,1,2000,2000,1,33024,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,'',0,4,5,1,1,1,0,0,0,0,0,0,0,156,1,8388624,0,'npc_frostbrood_skytalon',12340),(31584,0,0,0,0,0,27633,0,0,0,'Ingvar the Plunderer Image','','',0,82,82,2,35,0,1,1.14286,1,1,488,642,0,782,4.6,2000,2000,1,33555264,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12.5,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),(31585,0,0,0,0,0,7846,0,0,0,'Animated Bones (1)','','',0,81,81,2,14,0,1,1.42857,1,0,351,509,0,304,1,2000,2000,8,0,2048,0,0,0,0,0,0,351,503,74,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3125,0.5,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(31586,0,0,0,0,0,23820,0,0,0,'Anub\'ar Assassin (1)','','',0,81,81,2,21,0,0.833332,1.71429,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.314386,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(31587,0,0,0,0,0,26193,0,0,0,'Anub\'ar Brood Keeper (1)','','',0,81,81,2,7,0,0.833332,1.42857,1,5,464,604,0,708,2,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3125,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(31588,0,0,0,0,0,25768,0,0,0,'Anub\'ar Champion (1)','','',0,73,73,2,14,0,1,1.42857,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(31589,0,0,0,0,0,25768,0,0,0,'Anub\'ar Champion (1)','','',0,81,81,2,1814,0,1,1.42857,1,0,464,604,0,708,4,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(31590,0,0,0,0,0,25768,0,0,0,'Anub\'ar Champion (1)','','',0,81,81,2,1814,0,1,1.42857,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(31591,0,0,0,0,0,25768,0,0,0,'Anub\'ar Champion (1)','','',0,81,81,2,16,0,1,1.42857,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,31591,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(31592,0,0,0,0,0,27395,0,0,0,'Anub\'ar Crusher (1)','','',0,80,81,2,1814,0,1,1.42857,1.15,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,42108,0,0,0,0,0,144,1,650854271,2097153,'',12340),(31593,0,0,0,0,0,23102,0,0,0,'Anub\'ar Crypt Fiend (1)','','',0,81,81,2,1814,0,1,1.42857,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(31594,0,0,0,0,0,3004,0,0,0,'Anub\'ar Crypt Fiend (1)','','',0,81,81,2,1814,0,1,1.42857,1,0,464,604,0,708,4,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(31595,0,0,0,0,0,3004,0,0,0,'Anub\'ar Crypt Fiend (1)','','',0,81,81,2,1814,0,1,1.42857,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(31596,0,0,0,0,0,23102,0,0,0,'Anub\'ar Crypt Fiend (1)','','',0,81,81,2,16,0,1,1.42857,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,31596,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(31597,0,0,0,0,0,26056,0,0,0,'Anub\'ar Darter (1)','','',0,81,81,2,21,0,1,1.42857,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.230185,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(31598,0,0,0,0,0,26056,0,0,0,'Anub\'ar Darter (1)','','',0,81,81,2,21,0,1,1.42857,1,0,464,604,0,708,1,2000,2000,1,256,2048,0,0,0,0,0,0,353,512,112,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.230185,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(31599,0,0,0,0,0,23561,0,0,0,'Anub\'ar Guardian (1)','','',0,81,81,2,21,0,1,2,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,180,1,8388624,0,'',12340),(31600,0,0,0,0,0,23564,0,0,0,'Anub\'ar Necromancer (1)','','',0,81,81,2,1814,0,1,1.42857,1,0,351,509,0,304,1,2000,2000,8,0,2048,0,0,0,0,0,0,351,503,74,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(31601,0,0,0,0,0,23564,0,0,0,'Anub\'ar Necromancer (1)','','',0,81,81,2,1814,0,1,1.42857,1,0,351,509,0,304,4,2000,2000,8,0,2048,0,0,0,0,0,0,351,503,74,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(31602,0,0,0,0,0,23564,0,0,0,'Anub\'ar Necromancer (1)','','',0,81,81,2,1814,0,1,1.42857,1,0,351,509,0,304,1,2000,2000,8,0,2048,0,0,0,0,0,0,351,503,74,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(31603,0,0,0,0,0,23564,0,0,0,'Anub\'ar Necromancer (1)','','',0,81,81,2,16,0,1,1.42857,1,0,351,509,0,304,1,2000,2000,8,0,2048,0,0,0,0,0,0,351,503,74,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(31604,0,0,0,0,0,26194,0,0,0,'Anub\'ar Prime Guard (1)','','',0,81,81,2,1814,0,1,1.42857,1.05,1,464,604,0,708,7,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,29128,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(31605,0,0,0,0,0,25258,0,0,0,'Anub\'ar Shadowcaster (1)','','',0,80,81,2,21,0,1,1.42857,1,1,351,509,0,304,7,2000,2000,8,64,2048,0,0,0,0,0,0,351,503,74,6,0,28733,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31606,0,0,0,0,0,25237,0,0,0,'Anub\'ar Skirmisher (1)','','',0,80,81,2,21,0,1,1.42857,1,1,464,604,0,708,7,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,28734,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),(31607,0,0,0,0,0,26076,0,0,0,'Anub\'ar Venomancer (1)','','',0,81,81,2,21,0,1,1.71429,1,1,351,509,0,304,13,2000,1900,8,64,2048,0,0,0,0,0,0,351,503,74,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,164,1,8388624,0,'',12340),(31608,0,0,0,0,0,23567,0,0,0,'Anub\'ar Warrior (1)','','',0,80,81,2,21,0,1,1.42857,1,1,464,604,0,708,7,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,28732,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31609,0,0,0,0,0,23565,0,0,0,'Anub\'ar Webspinner (1)','','',0,81,81,2,21,0,1,1.42857,1,1,351,509,0,304,7,2000,2000,8,64,2048,0,0,0,0,0,0,351,503,74,6,0,29335,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(31610,0,0,0,0,0,27856,0,0,0,'Anub\'arak (1)','','',0,82,82,2,14,0,1,1.42857,1,1,488,642,0,782,20,2000,2000,1,64,2048,0,0,0,0,0,0,363,521,121,6,104,31610,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,38,6,1,0,43726,43411,0,0,0,0,144,1,650854271,2097153,'',12340),(31611,0,0,0,0,0,26776,0,0,0,'Hadronox (1)','','',0,82,82,2,1965,0,2,1.42857,1,1,488,642,0,782,20,2000,2000,1,64,2048,0,0,0,0,0,0,363,521,121,1,104,31611,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,6,1,0,0,0,0,0,0,0,151,1,650854271,2097153,'',12340),(31612,0,0,0,0,0,27394,0,0,0,'Krik\'thir the Gatewatcher (1)','','',0,82,82,2,21,0,1,1,1.15,1,362,520,0,326,20,2000,2000,8,64,2048,0,0,0,0,0,0,360,523,79,6,104,31612,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,6,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),(31613,0,0,0,0,0,25724,0,0,0,'Skittering Infector (1)','','',0,80,80,2,21,0,1,1.42857,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.520291,1,1,0,0,0,0,0,0,0,113,1,8388624,64,'',12340),(31614,0,0,0,0,0,25656,0,0,0,'Skittering Swarmer (1)','','',0,80,80,2,21,0,1,1.42857,1,5,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.026015,1,1,0,0,0,0,0,0,0,144,1,8388624,64,'',12340),(31615,0,0,0,0,0,23568,0,0,0,'Watcher Gashra (1)','','',0,81,81,2,21,0,1,1.42857,1.2,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,72,0,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(31616,0,0,0,0,0,23984,0,0,0,'Watcher Narjil (1)','','',0,81,81,2,21,0,1,1.42857,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,8,0,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(31617,0,0,0,0,0,25729,0,0,0,'Watcher Silthik (1)','','',0,81,81,2,21,0,1,1.42857,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,8,0,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(31618,0,0,0,0,0,27634,0,0,0,'Keristrasza Image','','',0,82,82,2,35,0,1,1.14286,1,1,463,640,0,726,7.5,2000,2000,2,33555264,2048,0,0,0,0,0,0,360,520,91,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31619,0,0,0,0,0,27635,0,0,0,'Ley-Guardian Eregos Image','','',0,82,82,2,35,0,1,1.14286,1,1,463,640,0,726,7.5,2000,2000,2,33555264,2048,0,0,0,0,0,0,360,520,91,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,230,20,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(31620,0,0,0,0,0,27636,0,0,0,'King Ymiron Image','','',0,82,82,2,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,33555264,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31621,0,0,0,0,0,27637,0,0,0,'The Prophet Tharon\'ja Image','','',0,82,82,2,35,0,1,1.14286,1,1,463,640,0,726,7.5,2000,2000,2,33555264,2048,0,0,0,0,0,0,360,520,91,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31622,0,0,0,0,0,27638,0,0,0,'Gal\'darah Image','High Prophet of Akali','',0,82,82,2,35,0,1,1.14286,1,1,488,642,0,782,4.6,2000,2000,1,33555264,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(31623,0,0,0,0,0,28219,0,0,0,'Mal\'Ganis Image','','',0,82,82,2,35,0,1,1.14286,1,1,463,640,0,726,7.5,2000,2000,2,33555264,2048,0,0,0,0,0,0,360,520,91,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31624,0,0,0,0,0,27640,0,0,0,'Sjonnir The Ironshaper Image','','',0,82,82,2,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,33555264,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(31625,0,0,0,0,0,27641,0,0,0,'Loken Image','','',0,82,82,2,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,33555264,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,177,1,0,0,'',12340),(31626,0,0,0,0,0,27642,0,0,0,'Anub\'arak Image','','',0,82,82,2,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,33555264,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,6,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(31627,0,0,0,0,0,27643,0,0,0,'Herald Volazj Image','','',0,82,82,2,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,33555264,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(31628,0,0,0,0,0,11686,0,0,0,'Arcane Beam (1)','','',0,80,80,2,14,0,2.2,1.14286,1,0,422,586,0,642,1,2000,0,1,33718272,2048,8,0,0,0,0,0,345,509,103,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,98,1,0,0,'',1),(31629,0,0,0,0,0,27644,0,0,0,'Cyanigosa Image','','',0,82,82,2,35,0,1,1.14286,1,1,463,640,0,726,7.5,2000,2000,2,33555264,2048,0,0,0,0,0,0,360,520,91,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31630,0,0,0,0,0,16480,19595,0,0,'Skytalon Explosion Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31631,0,0,0,0,0,27645,0,0,0,'Centrifuge Construct Image','','',0,79,80,2,35,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,33555264,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,73,1,0,0,'',12340),(31632,0,0,0,0,0,27646,0,0,0,'Ymirjar Berserker Image','','',0,79,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33555264,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31633,0,0,0,0,0,27647,0,0,0,'Infinite Agent Image','','',0,80,80,2,35,0,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,33555264,2048,0,0,0,0,0,0,315,468,69,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31634,0,0,0,0,0,27648,0,0,0,'Titanium Vanguard Image','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,33555264,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31635,0,0,0,0,0,27651,0,0,0,'Vrykul Skeleton (1)','','',0,80,81,2,14,0,1,1.14286,1,0,464,604,0,708,1,2000,0,1,0,2048,8,0,0,0,0,0,353,512,112,6,0,0,0,0,0,0,0,0,0,0,59386,59397,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.347917,1,1,0,0,0,0,0,0,0,121,1,8388624,64,'',12340),(31636,0,0,0,0,0,599,0,0,0,'Jungle Panther','','',0,43,43,0,16,0,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,0,2048,0,2,0,0,0,0,46,67,16,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5830,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(31637,0,0,0,0,0,26556,0,0,0,'Alliance Flying Machine','','',0,74,75,2,1802,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(31638,0,0,0,0,0,24240,25341,0,0,'Alliance Siege Vehicle','','',0,74,75,2,1802,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,9,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(31639,0,0,0,0,0,3167,5446,0,0,'Stormwind Elite','','',0,75,76,2,1802,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31640,0,0,0,0,0,27653,0,0,0,'Portal to Stormwind','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31641,0,0,0,0,0,20570,21072,0,0,'Icecrown - Pit Fall','','',0,70,70,2,35,0,20.1429,20.1429,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31642,0,0,0,0,0,13807,13855,13854,13856,'Royal Dreadguard [Wrath Gate Horde CE 01]','','',0,60,60,0,71,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31643,0,0,0,0,0,21955,11686,0,0,'Dalaran Well Teleport Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31644,0,0,0,0,0,16480,21072,0,0,'Cosmetic Trigger - Phase 1 - LAB','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31645,0,0,0,0,0,16480,21072,0,0,'Cosmetic Trigger - Phase 2 - LAB','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31646,0,0,0,0,0,16480,21072,0,0,'Cosmetic Trigger - Phase 3 - LAB','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31647,0,0,0,0,0,10005,0,0,0,'Carrion Beetle (1)','','',0,82,82,2,21,0,0.833332,2,1,0,488,642,0,782,1,1000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.104058,1,1,0,0,0,0,0,0,0,180,1,8388624,0,'',12340),(31648,0,0,0,0,0,28024,0,0,0,'Karen No','Bombadier','',10119,80,80,2,534,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31649,0,0,0,0,0,31736,10357,0,0,'Vol\'jin','','',0,83,83,0,1735,2,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,617.284,7,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31650,0,0,0,0,0,27744,0,0,0,'Thrall','Warchief','',0,83,83,2,1801,2,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,568.343,35,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31651,0,0,0,0,0,28213,0,0,0,'Lady Sylvanas Windrunner','Banshee Queen','',0,83,83,2,1801,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31652,0,0,0,0,0,27655,0,0,0,'Horde Demolisher','','',0,80,80,2,29,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31653,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker Tesla','','',0,1,1,0,2102,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31654,0,0,0,0,0,23905,0,0,0,'Horde Demolitionist','','',0,80,80,2,1735,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31655,0,0,0,0,0,24991,0,0,0,'Annhylde the Caller (1)','','',0,80,81,2,1885,0,0.8,0.5,1,1,464,604,0,708,13,2000,0,1,2,2048,8,0,0,0,0,0,353,512,112,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.25,1,1,0,0,0,0,0,0,0,48,1,80428891,2,'',12340),(31656,0,0,0,0,0,26349,0,0,0,'Dalronn the Controller (1)','','',0,81,81,2,1885,0,1,1.42857,1,1,425,602,0,670,13,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,7,72,31656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8038,13398,'',0,3,1,16,12,1,0,0,0,0,0,0,0,144,1,617299839,2097153,'',12340),(31657,0,0,0,0,0,26350,0,0,0,'Dalronn the Controller (1)','','',0,81,81,2,1885,0,1,1.42857,1,1,425,602,0,670,13,2000,0,2,33554432,2048,8,0,0,0,0,0,351,511,86,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,12,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'',12340),(31658,0,0,0,0,0,22297,22298,0,0,'Dragonflayer Bonecrusher (1)','','',0,80,81,2,1885,0,1.2,1.14286,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,7,0,24069,0,0,0,0,0,0,0,0,9791,43935,0,0,0,0,0,0,0,0,8040,13400,'',0,3,1,5,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(31659,0,0,0,0,0,22283,22284,0,0,'Dragonflayer Forge Master (1)','','',0,80,81,2,1885,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,0,24079,0,0,0,0,0,0,0,0,59601,60211,0,0,0,0,0,0,0,0,7602,12670,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31660,0,0,0,0,0,22299,25497,0,0,'Dragonflayer Heartsplitter (1)','','',0,80,81,2,1885,0,1.2,1.14286,1,1,380,580,0,0,10,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,7,0,24071,0,0,0,0,0,0,0,0,59605,59603,59604,0,0,0,0,0,0,0,8022,13370,'',0,3,1,5,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(31661,0,0,0,0,0,22285,22286,0,0,'Dragonflayer Metalworker (1)','','',0,80,81,2,1885,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,0,24078,0,0,0,0,0,0,0,0,59608,8599,0,0,0,0,0,0,0,0,7666,12776,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31662,0,0,0,0,0,22291,22292,0,0,'Dragonflayer Overseer (1)','','',0,80,81,2,1885,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,0,24085,0,0,0,0,0,0,0,0,59614,59611,59613,0,0,0,0,0,0,0,7934,13222,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31663,0,0,0,0,0,22289,22290,0,0,'Dragonflayer Runecaster (1)','','',0,80,81,2,1885,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,7,0,23960,0,0,0,0,0,0,0,0,54965,42740,0,0,0,0,0,0,0,0,7896,13160,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31664,0,0,0,0,0,22295,22296,0,0,'Dragonflayer Sentinel (1)','','',0,1,1,0,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.9375,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(31665,0,0,0,0,0,25393,0,0,0,'Dragonflayer Spiritualist (1)','','',0,80,81,2,1885,0,1,1.28571,1,1,351,509,0,304,13,2000,2000,8,32832,2048,0,0,0,0,0,0,351,503,74,7,0,31665,0,0,0,0,0,0,0,0,51588,51586,51587,0,0,0,0,0,0,0,5974,9958,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31666,0,0,0,0,0,22293,22294,0,0,'Dragonflayer Strategist (1)','','',0,80,81,2,1885,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,0,23956,0,0,0,0,0,0,0,0,42972,59685,0,0,0,0,0,0,0,0,7868,13112,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31667,0,0,0,0,0,22279,22280,0,0,'Dragonflayer Weaponsmith (1)','','',0,80,81,2,1885,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,0,24080,0,0,0,0,0,0,0,0,42724,22427,6713,0,0,0,0,0,0,0,7626,12710,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31668,0,0,0,0,0,22677,22678,0,0,'Dragonflayer Worker (1)','','',0,80,81,2,1885,0,1.2,1.14286,1,1,464,604,0,708,13,2000,2000,1,320,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(31669,0,0,0,0,0,24874,0,0,0,'Enslaved Proto-Drake (1)','','',0,80,81,2,1885,0,1.44444,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,2,0,24083,0,0,0,0,0,0,0,0,49722,43931,50653,0,0,0,0,0,0,108,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(31670,0,0,0,0,0,19725,20367,0,0,'Forge Fire (1)','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31671,0,0,0,0,0,25402,0,0,0,'Frenzied Geist (1)','','',0,80,81,2,1885,0,1,2.14286,1,0,464,604,0,708,1,1000,2000,1,32768,2048,0,0,0,0,0,0,353,512,112,6,0,28419,0,0,0,0,0,0,0,0,40414,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,42108,0,0,0,0,0,188,1,8388624,0,'',12340),(31672,0,0,0,0,0,25865,0,0,0,'Frost Tomb (1)','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,131076,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.268394,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(31673,0,0,0,0,0,21953,0,0,0,'Ingvar the Plunderer (1)','','',0,81,81,2,1885,0,1.2,1.42857,1.2,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,7,8,31673,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8112,13520,'',0,3,1,19,1,1,0,33330,43662,0,0,0,0,147,1,617299839,2097153,'',12340),(31674,0,0,0,0,0,26351,0,0,0,'Ingvar the Plunderer (1)','','',0,81,81,2,1885,0,1,1.14286,1,1,464,604,0,314,13,2000,0,1,0,2048,8,0,0,0,0,0,353,512,112,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,19,1,1,0,33330,43662,0,0,0,0,144,1,617299839,2097153,'',12340),(31675,0,0,0,0,0,22287,22288,0,0,'Proto-Drake Handler (1)','','',0,80,81,2,1885,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,7,0,24082,0,0,0,0,0,0,0,0,59695,59696,59694,0,0,0,0,0,0,0,7732,12886,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31676,0,0,0,0,0,22287,22288,0,0,'Proto-Drake Rider (1)','','',0,80,81,2,1885,0,1,2.57143,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,2080,31676,0,0,0,0,0,0,0,0,59605,59603,59604,0,0,0,0,0,0,0,5954,9922,'',0,4,1,5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(31677,0,0,0,0,0,6372,0,0,0,'Proto-Drake Skyguard (1)','','',0,1,1,0,1885,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31678,0,0,0,0,0,22088,23793,0,0,'Savage Worg (1)','','',0,81,81,2,16,0,1.2,1.42857,1,0,464,604,0,708,1,1000,2000,1,0,2048,0,1,0,0,0,0,353,512,112,1,1,31678,0,70212,0,0,0,0,0,0,55077,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(31679,0,0,0,0,0,22194,0,0,0,'Skarvald the Constructor (1)','','',0,80,80,2,1885,0,1.2,1.42857,1,1,422,586,0,642,13,2000,0,1,32768,2048,8,0,0,0,0,0,345,509,103,7,72,31679,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8104,13508,'',0,3,1,16,1,1,0,0,0,0,0,0,0,147,1,617299839,2097153,'',12340),(31680,0,0,0,0,0,24605,0,0,0,'Skarvald the Constructor (1)','','',0,80,80,2,1885,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,33554432,2048,8,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,1,1,0,0,0,0,0,0,0,147,1,617299839,2097152,'',12340),(31681,0,0,0,0,0,25399,0,0,0,'Tunneling Ghoul (1)','','',0,80,81,2,1885,0,0.8,1.14286,1,0,464,604,0,708,1,2000,2000,1,32768,2048,0,0,0,0,0,0,353,512,112,6,0,24084,0,0,0,0,0,0,0,0,42702,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,121,1,8388624,0,'',12340),(31682,0,0,0,0,0,11686,0,0,0,'Utgarde Duo Trigger (1)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31683,0,0,0,0,0,22712,17188,0,0,'Wrath Gate Dummy','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31684,0,0,0,0,0,22712,17188,0,0,'Wrath Gate Dummy (Undercity)','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31685,0,0,0,0,0,1072,0,0,0,'Borean Marmot','','',0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(31686,0,0,0,0,0,26767,0,0,0,'Flame Sphere','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,570687488,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,53,1,0,0,'npc_taldaram_flamesphere',12340),(31687,0,0,0,0,0,26767,0,0,0,'Flame Sphere','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,570687488,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,53,1,0,0,'npc_taldaram_flamesphere',12340),(31688,0,0,0,0,0,11686,0,0,0,'Whirlwind','','',0,80,80,0,2054,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,156,1,0,0,'',12340),(31689,0,0,0,0,0,27657,0,0,0,'Gnome Diver','','',0,75,75,2,2006,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31690,0,0,0,0,0,21955,11686,0,0,'Infra-Green Flight Master','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(31691,0,0,0,0,0,28007,0,0,0,'Faceless Lurker','','',0,79,80,2,16,0,1,0.85714,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,31691,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,44001,0,0,0,0,0,100,1,0,0,'',12340),(31692,0,0,0,0,0,15958,12818,15962,14701,'Reanimated Abomination','','',0,80,80,2,35,0,1,1.14286,1,0,500,700,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,31692,0,0,0,0,0,0,0,0,59564,59576,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43966,42108,0,0,0,0,0,1,8388624,0,'',12340),(31693,0,0,0,0,0,25987,25756,0,0,'Stormforged Saboteur','','',0,79,80,0,2102,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,31693,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),(31694,0,0,0,0,0,27785,0,0,0,'Azure Drake Mount','','',0,72,73,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),(31695,0,0,0,0,0,25832,0,0,0,'Blue Drake Mount','','',0,72,72,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,260,1,0,0,'',12340),(31696,0,0,0,0,0,25852,0,0,0,'Bronze Drake','','vehichleCursor',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),(31697,0,0,0,0,0,25835,0,0,0,'Red Drake','','',0,50,52,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,273,1,0,0,'',12340),(31698,0,0,0,0,0,27796,0,0,0,'Twilight Drake Mount','','',0,82,82,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31699,0,0,0,0,0,27659,0,0,0,'Black Polar Bear Mount','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(31700,0,0,0,0,0,27660,0,0,0,'Brown Polar Bear Mount','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(31701,0,0,0,0,0,27673,27674,27675,27676,'Skybreaker Infantry','','',0,80,80,2,210,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31702,0,0,0,0,0,27710,0,0,0,'Frostbrood Spawn','','',0,80,80,2,974,0,1.25,0.9921,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31702,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,'AgressorAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31703,0,0,0,0,0,26510,0,0,0,'Black Mammoth Mount','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31704,0,0,0,0,0,27663,0,0,0,'Crewman Spinwheel','The Cloudkisser','',10120,72,72,0,1734,1,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31705,0,0,0,0,0,27662,0,0,0,'Crewman Coilspan','The Cloudkisser','',10120,72,72,2,1734,1,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31706,0,0,0,0,0,27664,0,0,0,'Crewman Stembolt','The Cloudkisser','',10120,72,72,0,1734,1,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31708,0,0,0,0,0,2853,0,0,0,'Deathguard Barth','The Cloudkisser','',0,75,75,2,1801,0,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(31709,0,0,0,0,0,2955,0,0,0,'Cosmetic Albino Snake','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(31710,0,0,0,0,0,1206,0,0,0,'Cosmetic Black Kingsnake','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(31711,0,0,0,0,0,2957,0,0,0,'Cosmetic Brown Snake','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(31712,0,0,0,0,0,6303,0,0,0,'Cosmetic Crimson Snake','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(31713,0,0,0,0,0,1986,0,0,0,'Cosmetic Green Water Snake','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(31714,0,0,0,0,0,2954,0,0,0,'Cosmetic Ribbon Snake','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(31715,0,0,0,0,0,2859,0,0,0,'Deathguard Hicks','The Cloudkisser','',0,75,75,2,1801,0,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(31716,0,0,0,0,0,27661,0,0,0,'Sky-Captain Cryoflight','The Cloudkisser','',10259,40,40,0,1734,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31717,0,0,0,0,0,25833,0,0,0,'Bronze Drake Mount','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),(31718,0,0,0,33192,0,25750,0,0,0,'Frostbrood Whelp','','',0,80,80,2,16,0,1,1,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,31718,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3176,3176,'SmartAI',0,3,1,1,1,1,0,44631,0,0,0,0,0,0,1,8388624,0,'',12340),(31719,0,0,0,0,0,17170,1004,27667,0,'Cosmetic Frenzy','','',0,1,1,2,35,0,1.6,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,125,1,0,0,'',12340),(31720,0,0,0,0,0,27686,0,0,0,'Crewman Shubbscoop','The Mighty Wind','',10120,72,72,0,1734,1,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31721,0,0,0,0,0,27064,0,0,0,'Frostbrood Sentry','','',0,80,80,2,2068,0,2,1.57143,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,3,2,1,1,0,0,0,0,0,0,0,157,1,8388624,0,'',12340),(31722,0,0,0,0,0,26967,0,0,0,'Archavon the Stone Watcher (1)','','',0,83,83,2,16,0,2,2,1,3,509,683,0,805,70,2000,0,1,0,2048,8,0,0,0,0,0,371,535,135,5,108,31722,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,'',0,3,1,715,1,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),(31723,0,0,0,0,0,27684,0,0,0,'Crewman Barrowswizzle','The Mighty Wind','',10120,72,72,2,1734,1,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31724,0,0,0,0,0,27685,0,0,0,'Crewman Paltertop','The Mighty Wind','',10120,72,72,2,1734,1,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31725,0,0,0,0,0,27687,0,0,0,'Sky-Captain LaFontaine','The Mighty Wind','',0,80,80,2,1734,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31726,0,0,0,0,0,4602,0,0,0,'Grunt Gritch','','',0,75,75,2,1801,0,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(31727,0,0,0,0,0,4601,0,0,0,'Grunt Grikee','','',0,75,75,2,1801,0,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(31728,0,0,0,0,0,5585,5556,5586,11709,'Cosmetic Cat Set 1/2','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(31729,0,0,0,0,0,5448,5554,5555,9990,'Cosmetic Cat Set 2/2','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(31730,0,0,0,0,0,6296,901,6295,1924,'Cosmetic Frog','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(31731,0,0,0,35297,0,24584,24582,0,0,'Wyrm Reanimator','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,31731,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1669,2781,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31732,0,0,0,0,0,1141,1418,2176,0,'Cosmetic Rat','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(31733,0,0,0,0,0,3233,0,0,0,'Cosmetic Cockroach','','',0,1,1,0,35,0,0.4,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(31734,0,0,0,0,0,26752,0,0,0,'Malygos','','',0,83,83,2,14,0,2,2,1,3,509,683,0,805,50,2000,0,2,131074,2048,8,0,0,0,0,0,371,535,135,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1400,50,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',1),(31735,0,0,0,0,0,27680,27681,27682,0,'Cosmetic Pig','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(31736,0,0,0,0,0,27703,0,0,0,'Geargrinder\'s Jumpbot','','vehichleCursor',0,80,80,2,1892,16777216,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31737,0,0,0,0,0,27672,27723,27724,27725,'Skybreaker Squad Leader','','',10135,80,80,2,210,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31738,0,0,0,35297,0,27671,0,0,0,'Cultist Corrupter','Cult of the Damned','',0,80,80,2,1982,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,31738,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1668,2780,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31739,0,0,0,0,0,27751,27752,0,0,'Warsong Battleguard','','',0,75,75,2,1801,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31740,0,0,0,0,0,27881,27882,27883,0,'Cosmetic Turtle','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(31741,0,0,0,0,0,4626,15918,6302,328,'Cosmetic Rabbit','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(31742,0,0,0,0,0,1072,0,0,0,'Cosmetic Prairie Dog','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(31743,0,0,0,0,0,16480,19595,0,0,'Icy Ghoul KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31744,0,0,0,0,0,856,0,0,0,'Cooking Loot Pinata','Hit Me!','',0,1,1,0,1620,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.025,0.008333,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31745,0,0,0,0,0,21955,11686,0,0,'Icecrown Bomber - Bindsight Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31746,0,0,0,31258,33192,26623,0,0,0,'Ymirheim Defender','','',0,80,80,2,1885,0,1,1.42857,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,31746,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1670,2784,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),(31747,0,0,0,33192,0,27683,0,0,0,'Necrotic Webspinner','','',0,79,80,2,2068,0,1,1.19048,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,3,0,0,0,0,345,509,103,1,1,31747,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31748,0,0,0,0,0,26876,0,0,0,'Hover Disk (1)','','vehichleCursor',0,80,80,2,14,16777216,1,1,1,0,422,586,0,642,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(31749,0,0,0,0,0,26876,0,0,0,'Hover Disk (1)','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,0,1,2,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',1),(31750,0,0,0,0,0,24316,24318,24317,24319,'Nexus Lord (1)','','',0,80,80,2,14,0,1,1.14286,1,1,417,582,0,608,35,2000,0,2,0,2048,8,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,25,1,0,0,0,0,0,0,0,0,1,617291903,2097152,'',1),(31751,0,0,0,0,0,24316,24318,24317,24319,'Scion of Eternity (1)','','',0,80,80,2,14,0,1,1.14286,1,1,0,0,0,0,1,2000,0,8,131072,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,25,1,0,0,0,0,0,0,0,0,1,617291903,2097152,'',1),(31752,0,0,0,0,0,25835,0,0,0,'Wyrmrest Skytalon (1)','','',0,80,80,2,35,0,1,1,1,0,0,0,0,0,1,2000,0,4,0,2048,8,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,56091,56092,57090,57143,57108,57092,57403,0,0,220,0,0,'',0,5,1,7.93651,1,1,0,0,0,0,0,0,0,231,1,0,0,'',1),(31754,0,0,0,33192,0,27702,0,0,0,'Glacial Bonelord','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31754,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),(31755,0,0,0,0,0,913,1037,23519,1041,'Stabled Hunter Pet','','',0,74,80,2,35,0,0.666668,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31756,0,0,0,0,0,193,27726,2729,27690,'Stabled Hunter Pet','','',0,74,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31757,0,0,0,0,0,27727,4636,4768,23521,'Stabled Hunter Pet','','',0,74,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31758,0,0,0,0,0,27692,1338,2540,802,'Stabled Hunter Pet','','',0,74,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31759,0,0,0,0,0,27696,0,0,0,'Sailor Jansen','Northspear','',0,72,72,2,1733,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31760,0,0,0,0,0,27697,0,0,0,'Sailor Berg','Northspear','',0,72,72,2,1733,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31761,0,0,0,0,0,27698,0,0,0,'Sailor Davies','Northspear','',0,72,72,2,1733,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31762,0,0,0,0,0,27695,0,0,0,'Navigator Marcus','Northspear','',0,74,74,2,1733,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31763,0,0,0,0,0,27693,0,0,0,'Captain John Brookman','Northspear','',0,80,80,2,1733,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31764,0,0,0,0,0,27694,0,0,0,'First Mate Kacy Dishon','Northspear','',0,76,76,2,1733,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,768,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31765,0,0,0,0,0,17345,0,0,0,'Tidal Wave','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),(31766,0,0,0,0,0,1126,17612,0,0,'King of the Mountain Kill Credit','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31767,0,0,0,0,0,16480,19595,0,0,'Plague Cauldron KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31768,0,0,0,0,0,23513,23515,20833,23516,'Stabled Hunter Pet','','',0,74,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31769,0,0,0,0,0,23517,23514,2706,27700,'Stabled Hunter Pet','','',0,74,80,2,35,0,1,1,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31770,0,0,0,0,0,27701,0,0,0,'Thunderbomb\'s Jumpbot','','vehichleCursor',0,80,80,2,1981,16777216,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31773,0,0,0,0,0,27766,0,0,0,'Plague Cauldron Target','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(31775,0,0,0,0,0,17444,0,0,0,'Thexal Deathchill','','',0,80,80,2,21,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32832,2048,0,0,0,0,0,0,315,468,69,6,0,31775,0,0,0,0,0,0,0,0,0,0,0,0,61747,60924,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31776,0,0,0,0,0,27704,0,0,0,'Frazzle Geargrinder','Engineering Supplies','',10122,80,80,2,1892,4226,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31777,0,0,0,0,0,21955,11686,0,0,'Cloak Dome Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31778,0,0,0,0,0,25831,0,0,0,'Black Drake Mount','','',0,50,52,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31779,0,0,0,33192,0,26919,27705,27706,27707,'Skeletal Archmage','','',0,80,80,2,21,0,1,0.99206,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,31779,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31780,0,0,0,33192,0,23883,0,0,0,'Fallen Spiderlord','','',0,80,80,2,2068,0,2,2,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,184,1,8388624,0,'',12340),(31781,0,0,0,0,0,27708,0,0,0,'Blast Thunderbomb','Engineering Supplies','',10123,80,80,2,1981,4227,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31782,0,0,0,0,0,20211,0,0,0,'Great Wind Vortex','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),(31783,0,0,0,33192,0,25243,0,0,0,'Vrykul Necrolord','','',0,80,80,2,1885,0,1,1.07143,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,31783,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31784,0,0,0,0,0,27703,0,0,0,'Geargrinder\'s Jumpbot','','',0,80,80,2,1892,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,4338,4342,4336,0,0,0,0,0,0,282,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31785,0,0,0,0,0,27701,0,0,0,'Thunderbomb\'s Jumpbot','','',0,80,80,2,1981,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,59643,4342,4336,0,0,0,0,0,0,282,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31786,0,0,0,0,0,25177,0,0,0,'Oil Slick','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,570426112,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31787,0,0,0,33192,0,7616,0,0,0,'Citadel Watcher','','',0,79,80,2,2068,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,31787,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31794,0,0,0,0,0,1126,11686,0,0,'Alliance Ground Force Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31795,0,0,0,0,0,27718,0,0,0,'Cosmetic Smolderweb Hatchling','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(31796,0,0,0,0,0,27719,27720,0,0,'Cosmetic Worg Pup','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(31797,0,0,0,0,0,5747,0,0,0,'Ancient Sentinel','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31798,0,0,0,0,0,23823,0,0,0,'Athan','','',0,80,80,2,14,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,9,0,31798,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,44047,0,0,0,0,0,0,1,0,0,'',12340),(31799,0,0,0,0,0,14331,14346,14338,14376,'Stabled Mount','','',0,74,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31800,0,0,0,0,0,14575,27722,10718,19483,'Stabled Mount','','',0,74,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31801,0,0,0,0,0,17200,0,0,0,'Jumpbot Rocket Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31802,0,0,0,0,0,9590,0,0,0,'Treant Ally','','',0,83,83,2,124,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31803,0,0,0,0,0,17698,27721,21155,22472,'Stabled Mount','','',0,74,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31804,0,0,0,0,0,27728,0,0,0,'Qatiichii','Green Island','',0,65,65,0,1950,4736,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31805,0,0,0,0,0,27729,0,0,0,'Nagojut','Walker of Waves','',0,65,65,0,1950,4736,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31806,0,0,0,0,0,27730,0,0,0,'Oomailiq','Green Island','',0,65,65,0,1950,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31807,0,0,0,0,0,27731,0,0,0,'Aumanil','Walker of Waves','',0,68,68,2,1950,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31808,0,0,0,0,0,27732,0,0,0,'Ground Commander Koup','','',10125,80,80,2,210,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31809,0,0,0,0,0,236,2410,237,2408,'Swift Dalaran Steed','','',0,74,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31810,0,0,0,0,0,26353,0,0,0,'Brann Bronzebeard','','',10124,80,80,2,35,3,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31811,0,0,0,0,0,19963,16946,0,0,'Varimathras Portal','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31812,0,0,0,0,0,414,0,0,0,'Decomposed Ghoul','','',0,79,80,2,21,0,0.777776,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,31812,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),(31813,0,0,0,0,0,27538,0,0,0,'Frostskull Magus','','',0,80,80,2,21,0,1,0.99206,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,0.5,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),(31814,0,0,0,0,0,26241,0,0,0,'A Distant Voice','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31815,0,0,0,0,0,27736,0,0,0,'Bone Giant','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31816,0,0,0,0,0,15294,0,0,0,'Ticking Bomb (1)','','',0,73,73,2,14,0,1,0.857143,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(31817,0,0,0,0,0,21955,11686,0,0,'See Inviso Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31818,0,0,0,0,0,11896,0,0,0,'Vanndar Stormpike (2)','Stormpike General','',0,83,83,2,1216,0,1.78,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,4,11948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,37.5,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(31819,0,0,0,0,0,11894,0,0,0,'Drek\'Thar (2)','Frostwolf General','',0,83,83,2,1214,1,1.78,1.14286,1,3,488,642,0,782,35,2000,2000,1,4096,2048,0,0,0,0,0,0,363,521,121,7,4,0,11946,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,37.5,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(31820,0,0,0,0,0,12823,0,0,0,'Captain Balinda Stonehearth (2)','Stormpike Captain','',0,81,81,0,1216,0,1.8,1.14286,1,3,425,602,0,670,35,2000,2000,2,4096,2048,0,0,0,0,0,0,351,511,86,7,4,11949,11949,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,40,30,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(31821,0,0,0,0,0,14884,0,0,0,'Ivus the Forest Lord (2)','','',0,83,83,0,1594,0,5.39,1.14286,1,1,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,65,15,1,0,0,0,0,0,0,0,196,1,617299803,0,'',12340),(31822,0,0,0,0,0,31723,13174,0,0,'Lokholar the Ice Lord (2)','','',0,81,81,0,1214,2,1.79,1.14286,1,1,425,602,0,670,35,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,65,8,1,0,0,0,0,0,0,0,196,1,617299803,1,'',12340),(31823,0,0,0,0,0,13472,0,0,0,'Wing Commander Vipore (2)','','',0,79,79,0,1217,3,1.76,1.14286,1,1,404,564,0,582,7.5,2000,2000,1,4928,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,12.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(31824,0,0,0,0,0,13471,0,0,0,'Wing Commander Slidore (2)','','',0,78,78,0,1217,2,1.77,1.14286,1,1,387,543,0,528,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,324,480,88,7,0,13438,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,12.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(31825,0,0,0,0,0,13475,0,0,0,'Wing Commander Mulverick (2)','','',0,80,80,0,1215,3,1.76,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,4928,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(31826,0,0,0,0,0,13474,0,0,0,'Wing Commander Jeztor (2)','','',0,78,78,0,1215,2,1.75,1.14286,1,1,387,543,0,528,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(31827,0,0,0,0,0,22878,0,0,0,'Brann\'s Flying Machine','','vehichleCursor',0,80,80,2,290,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(31828,0,0,0,0,0,13473,0,0,0,'Wing Commander Guse (2)','','',0,79,79,0,1215,3,1.77,1.14286,1,1,404,564,0,582,7.5,2000,2000,1,4928,2048,0,0,0,0,0,0,334,494,95,7,0,13179,13179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,12.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(31829,0,0,0,0,0,14797,14799,14798,14800,'West Frostwolf Warmaster (2)','','',0,80,80,0,1214,0,1.76,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,345,509,103,7,0,14777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31830,0,0,0,0,0,25092,0,0,0,'Refurbished Demolisher','','',0,80,80,2,35,16777216,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,59733,73740,59737,0,0,0,0,0,0,512,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31831,0,0,0,0,0,23884,0,0,0,'Blight Spreader','','',0,80,80,2,14,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.01177,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(31832,0,0,0,0,0,27738,27739,27740,27741,'Kor\'kron Infantry','','',0,80,80,2,106,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31833,0,0,0,0,0,27746,27747,27748,27749,'Kor\'kron Squad Leader','','',0,80,80,2,106,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31834,0,0,0,0,0,27737,0,0,0,'Ground Commander Xutjja','','',0,80,80,2,106,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31835,0,0,0,0,0,16946,0,0,0,'Ingvar Throw Dummy (1)','','',0,82,82,2,14,0,8,2.85714,1,0,488,642,0,782,1,2000,0,1,33554432,2048,8,0,0,0,0,0,363,521,121,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,265,1,0,0,'',12340),(31836,0,0,0,0,0,27743,27745,0,0,'Blue Dragon Egg','','',0,80,80,2,35,0,1,1,1,0,422,586,0,642,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(31838,0,0,0,0,0,27885,0,0,0,'Horde Infra-green Bomber','','',0,80,80,2,714,16777216,1.2,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,'',0,4,1,18.7196,1,1,0,0,0,0,0,0,0,133,0,0,0,'npc_infra_green_bomber_generic',12340),(31839,0,0,0,0,0,28026,0,0,0,'Rizzy Ratchwiggle','Bombadier','',10120,80,80,2,714,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31840,0,0,0,0,0,27754,0,0,0,'Horde Turret Seat','','vehichleCursor',0,80,80,2,35,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,33554432,0,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,59622,61313,0,59196,59194,59193,0,0,0,277,0,0,'NullCreatureAI',0,7,1,26.7451,0.001361,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(31841,0,0,0,0,0,27759,27760,0,0,'Taunka Spirit Guide','','',10129,80,80,0,83,32769,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,2147484480,2048,0,0,0,0,0,0,341,506,80,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,2,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_spirit_guide',12340),(31842,0,0,0,0,0,27757,27758,0,0,'Dwarven Spirit Guide','','',10128,80,80,0,84,32769,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,2147484480,2048,0,0,0,0,0,0,341,506,80,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,2,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_spirit_guide',12340),(31843,0,0,0,33192,0,11369,8055,27764,27765,'Reanimated Miner','','',0,78,79,2,21,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,6,0,31843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31844,0,0,0,0,0,27755,0,0,0,'Blight Aberration','','',0,75,75,2,16,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,25,1,0,0,0,0,0,0,0,184,1,8388624,0,'',12340),(31845,0,0,0,0,0,1126,11686,0,0,'Horde Ground Force Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31847,0,0,0,33192,0,25286,0,0,0,'Scavenging Geist','','',0,79,80,2,21,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,31847,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,44529,0,0,0,0,0,0,1,8388624,0,'',12340),(31848,0,0,0,0,0,27756,0,0,0,'Zidormi','','',10131,80,80,2,1779,1,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31849,0,0,0,0,0,27247,0,0,0,'Black War Mammoth','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31850,0,0,0,0,0,27245,0,0,0,'Black War Mammoth','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31851,0,0,0,0,0,27243,0,0,0,'Wooly Mammoth','','',0,70,70,2,35,0,0.666668,0.95238,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_mei_francis_mount',12340),(31852,0,0,0,0,0,27244,0,0,0,'Wooly Mammoth','','',0,70,70,2,35,0,0.666668,0.95238,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_mei_francis_mount',12340),(31853,0,0,0,33192,0,25300,25297,0,0,'Cruel Overseer','','',0,80,80,2,1885,0,1,1.07143,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31853,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31854,0,0,0,0,0,27246,0,0,0,'Ice Mammoth','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31855,0,0,0,0,0,27248,0,0,0,'Ice Mammoth','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31856,0,0,0,0,0,28360,0,0,0,'Horde Bomber Seat','','vehichleCursor',0,80,80,2,35,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,33554432,0,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,59059,0,0,59196,59194,59193,0,0,0,274,0,0,'NullCreatureAI',0,7,1,26.7451,0.000681,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(31857,0,0,0,0,0,27239,0,0,0,'Grand Ice Mammoth','','vehichleCursor',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),(31858,0,0,0,0,0,27242,0,0,0,'Grand Ice Mammoth','','vehichleCursor',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),(31861,0,0,0,0,0,27240,0,0,0,'Grand Black War Mammoth','','vehichleCursor',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),(31862,0,0,0,0,0,27241,0,0,0,'Grand Black War Mammoth','','vehichleCursor',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),(31863,0,0,0,0,0,26463,0,0,0,'Nargle Lashcord','Veteran Arena Vendor','',0,75,75,2,35,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31864,0,0,0,0,0,26464,0,0,0,'Xazi Smolderpipe','Arena Vendor','',0,75,75,2,35,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31865,0,0,0,0,0,26465,0,0,0,'Zom Bocom','Apprentice Arena Vendor','',0,75,75,2,35,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31866,0,0,0,0,0,1126,17612,0,0,'Slaves to Saronite Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31867,0,0,0,0,0,11686,0,0,0,'Spark of Ionar (1)','','',0,80,80,2,16,0,0.7,0.7,1,1,0,0,0,0,0,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,83,1,0,0,'',1),(31868,0,0,0,0,0,25092,0,0,0,'Wrecked Demolisher','','',0,80,80,2,35,2,1.2,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,537133056,2048,32,0,0,0,0,0,345,509,103,9,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31869,0,0,0,0,0,7950,14501,0,0,'Cyclone','','',0,80,80,2,1801,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31871,0,0,0,0,0,19252,0,0,0,'Lighting Wasp (Underbelly Elixer Shapeshift)','','',0,70,71,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,44,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31872,0,0,0,0,0,27166,0,0,0,'Indalamar\'s Stone Keeper\'s Shard Vendor','Emporium of AWESOME','',0,28,28,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5522,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31873,0,0,0,0,0,10978,10972,0,0,'Fetid Troll Corpse (1)','','',0,80,80,2,16,0,1,1,1,0,464,604,0,708,4,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,73,1,0,0,'',1),(31874,0,0,0,0,0,169,17200,0,0,'Dark Matter (1)','','',0,81,81,2,114,0,1,1.14286,1,0,464,604,0,708,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,353,512,112,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.6875,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31875,0,0,0,0,0,11686,0,0,0,'Dark Matter Target (1)','','',0,80,80,0,114,0,1,1.14286,1,0,464,604,0,708,1,2000,0,1,33554432,2048,8,0,0,0,0,0,353,512,112,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(31876,0,0,0,0,0,25991,0,0,0,'Dark Rune Protector (1)','','',0,80,81,2,1965,0,1,1,1,1,422,586,0,708,8,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(31877,0,0,0,0,0,25987,0,0,0,'Dark Rune Stormcaller (1)','','',0,80,81,2,1965,0,1,1,1,0,422,524,0,708,6,2000,0,8,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(31878,0,0,0,0,0,11686,0,0,0,'Searing Gaze (1)','','',0,80,81,0,114,0,1,1.14286,1,0,464,604,0,708,1,2000,0,1,33554432,2048,8,0,0,0,0,0,353,512,112,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1.6875,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31879,0,0,0,0,0,27762,27763,0,0,'Human Mage (Underbelly Elixir Mirror Effect)','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31880,0,0,0,0,0,16480,21072,0,0,'Summoned Plague Cauldron Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31881,0,0,0,0,0,27670,0,0,0,'Kor\'kron Troop Transport','','',0,80,80,2,1735,16777216,1.2,3,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,'SmartAI',0,4,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31882,0,0,0,0,0,27768,27830,27831,0,'Kor\'kron Infiltrator','','',0,80,80,2,1735,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,32768,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31883,0,0,0,0,0,27769,0,0,0,'Lightwell','','Interact',0,80,80,0,35,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_pri_lightwell',12340),(31884,0,0,0,0,0,27669,0,0,0,'Kor\'kron Suppression Turret','','vehichleCursor',0,80,80,2,1735,16777216,1,1.14286,1,1,0,0,0,0,7.5,2000,2000,4,768,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,59880,0,0,0,0,0,0,0,0,291,0,0,'SmartAI',0,4,1,5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(31885,0,0,0,24051,0,27019,0,0,0,'Rhukah','','',0,75,75,2,2123,0,1.2,1,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,1,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13470,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(31886,0,0,0,24051,0,22003,0,0,0,'Nargut','','',0,75,75,2,2123,0,1.2,1,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,1,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13470,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(31887,0,0,0,0,0,16480,21342,0,0,'Ebon Blade Marker','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,341,506,80,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31888,0,0,0,0,0,1126,11686,0,0,'Horde Transport Controller Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31889,0,0,0,0,0,134,0,0,0,'Grizzly Squirrel','','',0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(31890,0,0,0,0,0,16633,0,0,0,'Mountain Skunk','','',0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(31891,0,0,0,0,0,27771,0,0,0,'Kor\'kron Transport Pilot','','',0,80,80,2,1735,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31892,0,0,0,0,0,28015,0,0,0,'Darkspeaker R\'khem','','',0,80,80,2,190,2,1.6,1.42857,1,1,417,582,0,608,4.6,2000,2000,2,295744,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(31893,0,0,0,0,0,27769,0,0,0,'Lightwell','','Interact',0,80,80,0,35,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_pri_lightwell',12340),(31894,0,0,0,0,0,27769,0,0,0,'Lightwell','','Interact',0,80,80,0,35,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_pri_lightwell',12340),(31895,0,0,0,0,0,27769,0,0,0,'Lightwell','','Interact',0,80,80,0,35,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_pri_lightwell',12340),(31896,0,0,0,0,0,27769,0,0,0,'Lightwell','','Interact',0,80,80,0,35,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_pri_lightwell',12340),(31897,0,0,0,0,0,27769,0,0,0,'Lightwell','','Interact',0,1,1,0,35,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_pri_lightwell',12340),(31898,0,0,0,0,0,27772,0,0,0,'Asric','','',0,80,80,1,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33024,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31899,0,0,0,0,0,27780,0,0,0,'Jadaar','','',0,80,80,1,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33024,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31900,0,0,0,33192,0,27774,25796,27775,27651,'Scourge Banner-Bearer','','',0,80,80,2,974,0,1,1.14286,1,0,417,582,0,608,1,1818,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,31900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(31902,0,0,0,0,0,28044,0,0,0,'Red Proto-Drake','','',0,72,73,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),(31903,0,0,0,0,0,14793,14795,14794,14796,'West Frostwolf Marshal (2)','','',0,80,80,0,1534,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31904,0,0,0,0,0,13825,13826,13827,13829,'Veteran Reaver (2)','','',0,80,80,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31905,0,0,0,0,0,13682,13683,13684,13685,'Veteran Ranger (2)','','',0,80,80,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31906,0,0,0,0,0,13828,13830,13831,13832,'Veteran Outrunner (2)','','',0,80,80,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31907,0,0,0,0,0,13658,13659,13660,13661,'Veteran Commando (2)','','',0,60,60,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31908,0,0,0,0,0,14793,14795,14794,14796,'Tower Point Marshal (2)','','',0,80,80,0,1534,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31909,0,0,0,0,0,14797,14799,14798,14800,'Tower Point Warmaster (2)','','',0,80,80,0,1214,0,1.76,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31910,0,0,0,0,0,23317,0,0,0,'Geen','Oracles Quartermaster','',0,78,78,2,2063,128,1,1.19048,1,1,387,543,0,528,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31911,0,0,0,0,0,25376,0,0,0,'Tanak','Frenzyheart Quartermaster','',0,78,78,2,2060,128,0.666668,0.99206,1,1,387,543,0,528,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31912,0,0,0,0,0,28040,0,0,0,'Black Proto-Drake','','',0,72,73,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),(31913,0,0,0,0,0,28077,0,0,0,'Invisible Stalker (Dispersion)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31915,0,0,0,0,0,1126,11686,0,0,'Horde Transport Dropoff Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(31916,0,0,0,0,0,28218,0,0,0,'Tanaika','Kalu\'ak Quartermaster','',0,65,65,0,1950,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31917,0,0,0,0,0,1149,0,0,0,'Aerie Gryphon (2)','','',0,80,80,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(31918,0,0,0,0,0,13298,0,0,0,'Aggi Rumblestomp (2)','','',0,78,78,0,11,0,1.75,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,13086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31919,0,0,0,0,0,12069,12070,12071,12072,'Alliance Sentinel (2)','','',0,55,55,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31920,0,0,0,0,0,13336,13337,0,0,'Alliance Spirit Guide (2)','','',0,80,80,0,84,32768,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(31921,0,0,0,0,0,13340,0,0,0,'Alterac Ram (2)','','',0,70,71,0,1274,0,1.26,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,10990,0,10990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31922,0,0,0,0,0,10946,0,0,0,'Alterac Yeti (2)','','',0,81,81,0,16,0,1.77,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,9.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31923,0,0,0,0,0,13403,0,0,0,'Arch Druid Renferal (2)','','',0,80,80,0,1216,3,1.76,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,4160,2048,0,0,0,0,0,0,341,506,80,7,0,13442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15.6,12,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31924,0,0,0,0,0,14215,0,0,0,'Athramanis (2)','Bounty Hunter','',0,80,80,0,1594,2,1.27,1.14286,1,0,422,586,0,642,1,2000,2000,1,4096,2048,0,0,0,0,0,0,345,509,103,7,0,14187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31925,0,0,0,0,0,8716,0,0,0,'Blizzard Elemental (2)','','',0,1,1,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31926,0,0,0,0,0,2284,0,0,0,'Brogus Thunderbrew (2)','Food & Drink','',0,75,75,0,1217,128,1.23,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(31927,0,0,0,0,0,13889,13890,13533,13534,'Champion Coldmine Explorer (2)','','',0,80,80,0,1216,0,1.76,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.91,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31928,0,0,0,0,0,13563,13564,13565,13566,'Champion Coldmine Guard (2)','','',0,60,60,0,1214,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31929,0,0,0,0,0,13632,13633,13634,13635,'Champion Coldmine Invader (2)','','',0,80,80,0,1216,0,1.76,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31930,0,0,0,0,0,13558,13559,13560,13561,'Champion Coldmine Surveyor (2)','','',0,60,60,0,1214,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31931,0,0,0,0,0,13650,13651,13652,13653,'Champion Commando (2)','','',0,61,61,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31932,0,0,0,0,0,13351,13352,13353,13354,'Champion Defender (2)','','',0,81,81,0,1216,0,1.27,1.14286,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,0,13422,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31933,0,0,0,0,0,13361,13362,13363,13364,'Champion Guardian (2)','','',0,81,81,0,1214,0,1.27,1.14286,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,0,13421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31934,0,0,0,0,0,13371,13372,13373,13374,'Champion Guardsman (2)','','',0,80,80,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31935,0,0,0,0,0,13777,13778,13779,13780,'Champion Irondeep Explorer (2)','','',0,60,60,0,1214,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31936,0,0,0,0,0,13789,13791,13790,13792,'Champion Irondeep Guard (2)','','',0,60,60,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31937,0,0,0,0,0,13598,13599,13600,13601,'Champion Irondeep Raider (2)','','',0,60,60,0,1214,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31938,0,0,0,0,0,13803,13804,13805,13806,'Champion Irondeep Surveyor (2)','','',0,60,60,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31939,0,0,0,0,0,13375,13376,13377,13378,'Champion Legionnaire (2)','','',0,80,80,0,1214,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31940,0,0,0,0,0,13379,13380,13381,13382,'Champion Mountaineer (2)','','',0,58,58,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31941,0,0,0,0,0,13833,13834,13835,13836,'Champion Outrunner (2)','','',0,81,81,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31942,0,0,0,0,0,13686,13687,13688,13689,'Champion Ranger (2)','','',0,66,66,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31943,0,0,0,0,0,13837,13838,13839,13840,'Champion Reaver (2)','','',0,61,61,0,1214,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31944,0,0,0,0,0,13357,13358,13359,13360,'Champion Sentinel (2)','','',0,58,58,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31945,0,0,0,0,0,13365,13366,13367,13368,'Champion Warrior (2)','','',0,58,58,0,1214,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31946,0,0,0,0,0,13895,13896,13552,13553,'Coldmine Explorer (2)','','',0,74,75,0,1216,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,13096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.52,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31947,0,0,0,0,0,13322,13323,13325,13562,'Coldmine Guard (2)','','',0,74,75,0,1214,2,1.76,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,13089,13089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31948,0,0,0,0,0,13326,13328,13630,13631,'Coldmine Invader (2)','','',0,74,75,0,1216,0,1.76,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,13087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31949,0,0,0,0,0,556,308,0,0,'Coldmine Miner (2)','','',0,72,73,0,1216,0,1.76,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,13317,13317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.39,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31950,0,0,0,0,0,13334,0,0,0,'Coldmine Peon (2)','','',0,72,73,0,1214,2,1.76,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,13316,13316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.39,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31951,0,0,0,0,0,13330,13331,13540,13537,'Coldmine Surveyor (2)','','',0,74,75,0,1214,2,1.74,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,13097,13097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.52,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31952,0,0,0,0,0,13462,0,0,0,'Commander Dardosh <old> (2)','','',0,81,81,0,1214,1,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31953,0,0,0,0,0,13445,0,0,0,'Commander Duffy (2)','','',0,81,81,0,1216,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31954,0,0,0,0,0,13450,0,0,0,'Commander Karl Philips (2)','','',0,81,81,1,1216,3,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31955,0,0,0,0,0,13465,0,0,0,'Commander Louis Philips (2)','','',0,81,81,0,1214,3,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31956,0,0,0,0,0,13463,0,0,0,'Commander Malgor (2)','','',0,81,81,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31957,0,0,0,0,0,13446,0,0,0,'Commander Mortimer (2)','','',0,81,81,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31958,0,0,0,0,0,13464,0,0,0,'Commander Mulfort (2)','','',0,81,81,0,1214,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31959,0,0,0,0,0,13455,0,0,0,'Commander Randolph (2)','','',0,81,81,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31960,0,0,0,0,0,13383,0,0,0,'Corporal Noreg Stormpike (2)','','',0,78,79,0,1216,3,1.78,1.14286,1,1,404,564,0,582,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,334,494,95,7,0,13447,13447,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31961,0,0,0,0,0,13851,0,0,0,'Corporal Teeka Bloodsnarl (2)','','',6261,56,57,0,1214,3,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31962,0,0,0,0,0,2863,0,0,0,'Deathstalker Agent (2)','','',0,61,61,0,1214,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31963,0,0,0,0,0,14234,0,0,0,'Dirk Swindle (2)','Bounty Hunter','',0,79,79,0,57,2,1.27,1.14286,1,0,404,564,0,582,1,2000,2000,1,4096,2048,0,0,0,0,0,0,334,494,95,7,0,14188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31964,0,0,0,0,0,10278,0,0,0,'Drakan (2)','','',0,80,80,0,1214,0,2.33,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,12121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31965,0,0,0,0,0,13409,0,0,0,'Druid of the Grove (2)','','',0,80,80,0,1216,1,1.78,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,4160,2048,0,0,0,0,0,0,341,506,80,7,0,13443,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10.4,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31966,0,0,0,0,0,14793,14795,14794,14796,'Dun Baldar North Marshal (2)','','',0,80,80,0,1534,0,1.76,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31967,0,0,0,0,0,14797,14799,14798,14800,'Dun Baldar North Warmaster (2)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31968,0,0,0,0,0,14793,14795,14794,14796,'Dun Baldar South Marshal (2)','','',0,80,80,0,1534,0,1.76,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,14763,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31969,0,0,0,0,0,14797,14799,14798,14800,'Dun Baldar South Warmaster (2)','','',0,80,80,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31970,0,0,0,0,0,10278,0,0,0,'Duros (2)','','',0,80,80,0,1214,0,2.33,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,12122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31971,0,0,0,0,0,14793,14795,14794,14796,'East Frostwolf Marshal (2)','','',0,80,80,0,1534,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31972,0,0,0,0,0,14797,14799,14798,14800,'East Frostwolf Warmaster (2)','','',0,80,80,0,1214,0,1.76,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,345,509,103,7,0,14772,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31973,0,0,0,0,0,13662,0,0,0,'Field Marshal Teravaine (2)','','',0,61,61,0,1216,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31974,0,0,0,0,0,12815,0,0,0,'Fjordune the Greater (2)','','',0,1,1,0,14,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(31975,0,0,0,0,0,10278,0,0,0,'Frostwolf (2)','','',0,70,71,0,1275,0,1.26,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,1,0,0,0,0,262,389,48,1,1,10981,0,10981,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13040,0,0,0,'',1,1,1,1.326,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31976,0,0,0,0,0,14320,14321,14323,14325,'Frostwolf Battleguard (2)','','',0,81,81,0,1214,0,1.05,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,4608,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,7.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31977,0,0,0,0,0,782,0,0,0,'Frostwolf Bloodhound (2)','','',0,73,74,0,1214,0,1.26,1.14286,1,0,328,467,0,354,1,2000,2000,1,4096,2048,0,1,0,0,0,0,287,426,63,1,0,14282,0,14282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31978,0,0,0,0,0,13398,13399,13400,13401,'Frostwolf Bowman (2)','','',0,79,80,0,1214,0,1.27,1.14286,1,0,422,586,0,642,1,2000,2000,1,4608,2048,0,0,0,0,0,0,345,509,103,7,0,13359,13359,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.95,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31979,0,0,0,0,0,15243,15244,15245,15246,'Frostwolf Emissary (2)','','',6484,55,55,0,1215,1048577,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31980,0,0,0,0,0,13793,0,0,0,'Frostwolf Explosives Expert (2)','','',0,59,59,0,1214,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31981,0,0,0,0,0,12165,12166,12167,12170,'Frostwolf Guardian (2)','','',0,78,78,0,1214,0,1.26,1.14286,1,0,387,543,0,528,1,2000,2000,1,4096,2048,0,0,0,0,0,0,324,480,88,7,0,12053,12053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31982,0,0,0,0,0,12080,0,0,0,'Frostwolf Herald (2)','','',0,80,80,0,1335,0,1.26,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,19.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(31983,0,0,0,0,0,12949,12950,12951,12952,'Frostwolf Legionnaire (2)','','',0,77,77,0,1214,0,1.26,1.14286,1,0,371,522,0,478,1,2000,2000,1,4096,2048,0,0,0,0,0,0,314,466,81,7,0,12051,12051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31984,0,0,0,0,0,13394,0,0,0,'Frostwolf Mine Layer (2)','','',0,61,61,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31985,0,0,0,0,0,13817,13818,13819,13820,'Frostwolf Outrunner (2)','','',0,76,76,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31986,0,0,0,0,0,13385,0,0,0,'Frostwolf Quartermaster (2)','','',0,75,75,0,1215,131,1.26,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(31987,0,0,0,0,0,13809,13810,13811,13812,'Frostwolf Reaver (2)','','',0,62,62,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31988,0,0,0,0,0,12165,12166,12167,12170,'Frostwolf Reclaimer (2)','','',0,1,1,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31989,0,0,0,0,0,13410,0,0,0,'Frostwolf Shaman (2)','','',0,78,78,0,1214,1,1.77,1.14286,1,1,383,539,0,500,7.5,2000,2000,2,4160,2048,0,0,0,0,0,0,321,477,68,7,0,13284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10.4,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31990,0,0,0,0,0,13310,0,0,0,'Frostwolf Shredder Unit (2)','','',0,60,60,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.1,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31991,0,0,0,0,0,13670,0,0,0,'Frostwolf Stable Master (2)','Stable Master','',9821,80,80,0,1214,4194307,1.78,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,19.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31992,0,0,0,0,0,12081,12082,12083,12084,'Frostwolf Warrior (2)','','',0,55,55,0,1214,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31993,0,0,0,0,0,13411,13412,13414,13413,'Frostwolf Wolf Rider (2)','','',0,78,78,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31994,0,0,0,0,0,13415,0,0,0,'Frostwolf Wolf Rider Commander (2)','','',0,80,80,0,1214,2,1.79,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31995,0,0,0,0,0,2346,0,0,0,'Furis (2)','','',0,1,1,0,1215,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.755,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(31996,0,0,0,0,0,13476,0,0,0,'Gaelden Hammersmith (2)','Stormpike Supply Officer','',0,78,78,0,1217,4224,1.75,1.14286,1,1,387,543,0,528,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(31997,0,0,0,0,0,11686,0,0,0,'Gahz\'ranka Herald (2)','','',0,1,1,0,1334,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,19.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31998,0,0,0,0,0,12249,0,0,0,'Gash\'nak the Cannibal (2)','','',0,80,80,0,37,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(31999,0,0,0,0,0,1359,0,0,0,'Grelkor (2)','Blacksmithing Supplies','',0,75,75,0,1215,4224,1.26,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32000,0,0,0,0,0,10792,0,0,0,'Grimtooth (2)','','',0,80,80,0,39,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.755,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32001,0,0,0,0,0,13477,0,0,0,'Grunnda Wolfheart (2)','Frostwolf Supply Officer','',0,78,78,0,1215,4224,1.75,1.14286,1,1,387,543,0,528,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,324,480,88,7,0,13218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32002,0,0,0,0,0,11012,0,0,0,'Guse\'s War Rider (2)','','',0,80,80,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(32003,0,0,0,0,0,13069,0,0,0,'Herald (2)','','',0,75,75,0,1334,3,1,1.14286,1,0,332,485,0,411,1,2000,2000,1,33559296,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,19.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32004,0,0,0,0,0,13338,13339,0,0,'Horde Spirit Guide (2)','','',0,80,80,0,83,32768,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,4928,2048,0,0,0,0,0,0,341,506,80,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32005,0,0,0,0,0,10041,0,0,0,'Ice Giant (2)','','',0,83,83,0,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32006,0,0,0,0,0,14793,14795,14794,14796,'Iceblood Marshal (2)','','',0,80,80,0,1534,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32007,0,0,0,0,0,14797,14799,14798,14800,'Iceblood Warmaster (2)','','',0,80,80,0,1214,0,1.76,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32008,0,0,0,0,0,14793,14795,14794,14796,'Icewing Marshal (2)','','',0,80,80,0,1534,0,1.76,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32009,0,0,0,0,0,14797,14799,14798,14800,'Icewing Warmaster (2)','','',0,80,80,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32010,0,0,0,0,0,1148,0,0,0,'Ichman\'s Gryphon (2)','','',0,80,80,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(32011,0,0,0,0,0,10285,0,0,0,'Irondeep Cave Lurker UNUSED (2)','','',0,52,53,0,59,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32012,0,0,0,0,0,13430,13431,13432,13433,'Irondeep Explorer (2)','','',0,74,75,0,1214,0,1.74,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,13099,13099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.52,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32013,0,0,0,0,0,10285,0,0,0,'Irondeep Geomancer UNUSED (2)','','',0,53,54,0,59,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32014,0,0,0,0,0,13311,13313,13312,13314,'Irondeep Guard (2)','','',0,74,75,0,1216,0,1.76,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,0,13080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32015,0,0,0,0,0,556,308,0,0,'Irondeep Miner (2)','','',0,72,73,0,1216,0,1.76,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,13396,13396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.39,0.4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32016,0,0,0,0,0,13335,0,0,0,'Irondeep Peon (2)','','',0,72,73,0,1214,2,1.76,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,13397,13397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.39,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32017,0,0,0,0,0,13434,13435,13436,13437,'Irondeep Raider (2)','','',0,74,75,0,1214,2,1.75,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,13081,13081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32018,0,0,0,0,0,10285,0,0,0,'Irondeep Shaman (2)','','',0,73,74,0,59,0,1.76,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,11600,11600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.65,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32019,0,0,0,0,0,10285,0,0,0,'Irondeep Skullthumper (2)','','',0,74,75,0,59,0,1.76,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,11602,11602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.65,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32020,0,0,0,0,0,13315,13317,13316,13318,'Irondeep Surveyor (2)','','',0,74,75,0,1216,0,1.73,1.14286,1,0,339,481,0,370,1,2000,2000,2,4096,2048,0,0,0,0,0,0,293,436,53,7,0,13098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.52,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32021,0,0,0,0,0,10285,0,0,0,'Irondeep Trogg (2)','','',0,72,73,0,59,0,1.76,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,10987,10987,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.65,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32022,0,0,0,0,0,13438,0,0,0,'Jekyll Flandring (2)','Frostwolf Supply Officer','',0,58,58,0,1335,4226,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32023,0,0,0,0,0,11012,0,0,0,'Jeztor\'s War Rider (2)','','',0,80,80,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(32024,0,0,0,0,0,3061,0,0,0,'Jonivera Farmountain (2)','General Goods','',0,75,75,0,1217,128,1.23,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32025,0,0,0,0,0,13808,0,0,0,'Jotek (2)','','',0,80,81,0,1214,2,1.8,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,353,512,112,7,0,13798,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32026,0,0,0,0,0,13300,0,0,0,'Keetar (2)','','',0,78,78,0,1214,2,1.76,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,13079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32027,0,0,0,0,0,7873,0,0,0,'Korrak the Bloodrager (2)','','',0,82,82,0,37,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45.5,1,1,0,18148,0,0,0,0,0,0,1,0,0,'',12340),(32028,0,0,0,0,0,3084,0,0,0,'Kurdrum Barleybeard (2)','Reagents & Poison Supplies','',0,75,75,0,1217,128,1.23,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32029,0,0,0,0,0,2286,0,0,0,'Lana Thunderbrew (2)','Blacksmithing Supplies','',0,75,75,0,1217,4224,1.26,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32030,0,0,0,0,0,13456,0,0,0,'Lieutenant Greywand (2)','','',0,79,79,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32031,0,0,0,0,0,7864,0,0,0,'Lieutenant Grummus (2)','','',0,79,79,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32032,0,0,0,0,0,13841,0,0,0,'Lieutenant Haggerdin (2)','','',5442,61,61,0,1334,3,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32033,0,0,0,0,0,13457,0,0,0,'Lieutenant Largent (2)','','',0,79,79,1,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32034,0,0,0,0,0,13466,0,0,0,'Lieutenant Lewis (2)','','',0,79,79,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32035,0,0,0,0,0,13458,0,0,0,'Lieutenant Lonadin (2)','','',0,79,79,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32036,0,0,0,0,0,13459,0,0,0,'Lieutenant Mancuso (2)','','',0,79,79,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32037,0,0,0,0,0,1693,0,0,0,'Lieutenant Murp <old> (2)','','',0,79,79,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32038,0,0,0,0,0,13467,0,0,0,'Lieutenant Rugba (2)','','',0,79,79,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32039,0,0,0,0,0,13460,0,0,0,'Lieutenant Spencer (2)','','',0,79,79,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32040,0,0,0,0,0,13461,0,0,0,'Lieutenant Stouthandle (2)','','',0,79,79,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32041,0,0,0,0,0,13468,0,0,0,'Lieutenant Stronghoof (2)','','',0,79,79,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32042,0,0,0,0,0,13469,0,0,0,'Lieutenant Vol\'talar (2)','','',0,79,79,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32043,0,0,0,0,0,13305,0,0,0,'Masha Swiftcut (2)','','',0,78,78,0,1214,2,1.76,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,13088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32044,0,0,0,0,0,13439,0,0,0,'Master Engineer Zinfizzlex (2)','','',0,60,60,0,1194,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32045,0,0,0,0,0,5945,0,0,0,'Morloch (2)','','',0,78,78,1,59,0,1.77,1.14286,1,0,383,539,0,500,1,2000,2000,2,512,2048,0,0,0,0,0,0,321,477,68,7,0,11657,11657,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32046,0,0,0,0,0,13849,0,0,0,'Mountaineer Boombellow (2)','','',0,80,80,0,1216,2,1.8,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,13797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32047,0,0,0,0,0,11012,0,0,0,'Mulverick\'s War Rider (2)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(32048,0,0,0,0,0,13151,0,0,0,'Murgot Deepforge (2)','','',0,80,80,0,1216,2,1.79,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,345,509,103,7,0,13257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32049,0,0,0,0,0,14232,0,0,0,'Najak Hexxen (2)','Bounty Hunter','',0,79,79,0,877,2,1.27,1.14286,1,0,404,564,0,582,1,2000,2000,1,4096,2048,0,0,0,0,0,0,334,494,95,7,0,14185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32050,0,0,0,0,0,13478,0,0,0,'Primalist Thurloga (2)','','',0,80,80,0,1214,3,1.79,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,4160,2048,0,0,0,0,0,0,341,506,80,7,0,13236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15.6,12,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(32051,0,0,0,0,0,13794,0,0,0,'Prospector Stonehewer (2)','','',0,81,81,0,1216,2,1.05,1.14286,1,0,464,604,0,708,1,2000,2000,1,4608,2048,0,0,0,0,0,0,353,512,112,7,0,13816,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32052,0,0,0,0,0,4294,0,0,0,'Rarck (2)','General Goods','',0,75,75,0,1215,128,1.23,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32053,0,0,0,0,0,14233,0,0,0,'Ravak Grimtotem (2)','Bounty Hunter','',0,80,80,0,105,2,1.26,1.14286,1,0,422,586,0,642,1,2000,2000,1,4096,2048,0,0,0,0,0,0,345,509,103,7,0,14186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32054,0,0,0,0,0,14072,0,0,0,'Rezrelek (2)','Winterax Hero','',0,1,1,0,37,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32055,0,0,0,0,0,8811,0,0,0,'Risen Ancient (2)','','',0,80,80,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32.5,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32056,0,0,0,0,0,10833,0,0,0,'Ryson\'s Eye in the Sky (2)','','',0,58,58,0,1194,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32057,0,0,0,0,0,13891,13892,13538,13539,'Seasoned Coldmine Explorer (2)','','',0,76,77,0,1216,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.65,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32058,0,0,0,0,0,13567,13568,13569,13570,'Seasoned Coldmine Guard (2)','','',0,76,77,0,1214,2,1.76,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32059,0,0,0,0,0,13636,13637,13638,13639,'Seasoned Coldmine Invader (2)','','',0,76,77,0,1216,0,1.76,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32060,0,0,0,0,0,13544,13546,13548,13550,'Seasoned Coldmine Surveyor (2)','','',0,56,57,0,1214,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32061,0,0,0,0,0,13654,13655,13656,13657,'Seasoned Commando (2)','','',0,59,59,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32062,0,0,0,0,0,13262,13263,13264,13265,'Seasoned Defender (2)','','',0,79,79,0,1216,0,1.26,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,13326,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32063,0,0,0,0,0,13278,13279,13280,13281,'Seasoned Guardian (2)','','',0,79,79,0,1214,0,1.26,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,13328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32064,0,0,0,0,0,13249,13250,13251,13252,'Seasoned Guardsman (2)','','',0,78,78,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.43,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32065,0,0,0,0,0,13769,13770,13771,13772,'Seasoned Irondeep Explorer (2)','','',0,77,77,0,1214,0,1.75,1.14286,1,0,367,519,0,452,1,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32066,0,0,0,0,0,13781,13782,13783,13784,'Seasoned Irondeep Guard (2)','','',0,76,77,0,1216,0,1.71,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32067,0,0,0,0,0,13590,13591,13592,13593,'Seasoned Irondeep Raider (2)','','',0,77,77,0,1214,0,1.76,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32068,0,0,0,0,0,13795,13796,13797,13798,'Seasoned Irondeep Surveyor (2)','','',0,76,77,0,1216,0,1.76,1.14286,1,0,367,519,0,452,1,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32069,0,0,0,0,0,13286,13287,13288,13289,'Seasoned Legionnaire (2)','','',0,78,78,0,1214,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.43,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32070,0,0,0,0,0,13266,13267,13268,13269,'Seasoned Mountaineer (2)','','',0,56,56,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.43,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32071,0,0,0,0,0,13821,13822,13823,13824,'Seasoned Outrunner (2)','','',0,79,79,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32072,0,0,0,0,0,13678,13679,13680,13681,'Seasoned Ranger (2)','','',0,79,79,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32073,0,0,0,0,0,13813,13814,13815,13816,'Seasoned Reaver (2)','','',0,59,59,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32074,0,0,0,0,0,13229,13230,13231,13232,'Seasoned Sentinel (2)','','',0,59,59,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.43,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32075,0,0,0,0,0,13301,13302,13303,13304,'Seasoned Warrior (2)','','',0,56,56,0,1214,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.43,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32076,0,0,0,0,0,13383,0,0,0,'Sergeant Durgen Stormpike (2)','','',6262,1,1,0,35,3,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32077,0,0,0,0,0,13402,0,0,0,'Sergeant Yazra Bloodsnarl (2)','','',0,76,77,0,1214,3,1.26,1.14286,1,0,371,522,0,478,1,2000,2000,1,4096,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32078,0,0,0,0,0,9765,0,0,0,'Shrye Ragefist (2)','Food & Drink','',0,75,75,0,1215,128,1.26,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32079,0,0,0,0,0,1148,0,0,0,'Slidore\'s Gryphon (2)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(32080,0,0,0,0,0,13152,0,0,0,'Smith Regzar (2)','','',5124,80,80,0,1215,3,1.79,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,345,509,103,7,0,13176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32081,0,0,0,0,0,10282,0,0,0,'Snowblind Ambusher (2)','','',0,72,73,0,514,0,1.25,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,11678,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32082,0,0,0,0,0,10282,0,0,0,'Snowblind Harpy (2)','','',0,72,73,0,514,0,1.25,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,10986,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32083,0,0,0,0,0,10282,0,0,0,'Snowblind Windcaller (2)','','',0,73,74,0,514,0,1.25,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,11675,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32084,0,0,0,0,0,13340,0,0,0,'Stabled Alterac Ram (2)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32085,0,0,0,0,0,10278,0,0,0,'Stabled Frostwolf (2)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.326,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32086,0,0,0,0,0,14793,14795,14794,14796,'Stonehearth Marshal (2)','','',0,80,80,0,1534,0,1.76,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,14765,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32087,0,0,0,0,0,14797,14799,14798,14800,'Stonehearth Warmaster (2)','','',0,80,80,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32088,0,0,0,0,0,14322,14324,14326,14327,'Stormpike Battleguard (2)','','',0,81,81,0,1216,0,1.05,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,4608,2048,0,0,0,0,0,0,353,512,112,7,0,14284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,7.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32089,0,0,0,0,0,13390,13391,13392,13393,'Stormpike Bowman (2)','','',0,79,80,0,1216,0,1.27,1.14286,1,0,422,586,0,642,1,2000,2000,1,4608,2048,0,0,0,0,0,0,345,509,103,7,0,13358,13358,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.95,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32090,0,0,0,0,0,13645,13646,13647,13648,'Stormpike Commando (2)','','',0,56,56,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32091,0,0,0,0,0,13274,13275,13276,13277,'Stormpike Defender (2)','','',0,78,78,0,1216,0,1.26,1.14286,1,0,387,543,0,528,1,2000,2000,1,4096,2048,0,0,0,0,0,0,324,480,88,7,0,12050,12050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32092,0,0,0,0,0,15259,15388,15260,15262,'Stormpike Emissary (2)','','',6500,55,55,0,1217,1048577,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32093,0,0,0,0,0,13671,0,0,0,'Stormpike Explosives Expert (2)','','',0,60,60,0,1216,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32094,0,0,0,0,0,13253,12077,12079,12078,'Stormpike Guardsman (2)','','',0,77,77,0,1216,0,1.26,1.14286,1,0,371,522,0,478,1,2000,2000,1,4096,2048,0,0,0,0,0,0,314,466,81,7,0,12127,12127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32095,0,0,0,0,0,12075,0,0,0,'Stormpike Herald (2)','','',0,80,80,0,1334,3,1.26,1.14286,1,0,422,586,0,642,1,2000,2000,1,4096,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,19.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32096,0,0,0,0,0,13386,0,0,0,'Stormpike Mine Layer (2)','','',0,81,81,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32097,0,0,0,0,0,12065,12066,12067,12068,'Stormpike Mountaineer (2)','','',0,55,55,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32098,0,0,0,0,0,10828,0,0,0,'Stormpike Owl (2)','','',0,73,74,0,1216,0,1.26,1.14286,1,0,328,467,0,354,1,2000,2000,1,4096,2048,0,26,0,0,0,0,287,426,63,1,1,14283,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13264,0,0,0,'',0,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32099,0,0,0,0,0,13384,0,0,0,'Stormpike Quartermaster (2)','','',5241,75,75,0,1217,131,1.26,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32100,0,0,0,0,0,13709,13710,13711,13712,'Stormpike Ram Rider (2)','','',0,78,78,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32101,0,0,0,0,0,13714,0,0,0,'Stormpike Ram Rider Commander (2)','','',0,80,80,0,1216,3,1.79,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,345,509,103,7,0,13577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32102,0,0,0,0,0,13674,13675,13676,13677,'Stormpike Ranger (2)','','',0,76,76,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32103,0,0,0,0,0,13274,13275,13276,13277,'Stormpike Reclaimer (2)','','',0,1,1,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32104,0,0,0,0,0,13310,0,0,0,'Stormpike Shredder Unit (2)','','',0,60,60,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.1,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32105,0,0,0,0,0,13669,0,0,0,'Stormpike Stable Master (2)','Stable Master','',9821,80,80,0,1216,4194307,1.78,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,345,509,103,7,0,13617,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,19.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32106,0,0,0,0,0,3083,0,0,0,'Svalbrad Farmountain (2)','Trade Goods','',0,75,75,0,1217,128,1.23,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32107,0,0,0,0,0,13449,13451,13453,13452,'Syndicate Agent (2)','','',0,57,57,0,1194,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32108,0,0,0,0,0,13440,13441,13442,13443,'Syndicate Brigand (2)','','',0,53,53,0,1194,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.55,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32109,0,0,0,0,0,13454,0,0,0,'Syndicate Master Ryson (2)','','',0,60,60,0,1194,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32110,0,0,0,0,0,371,0,0,0,'Taskmaster Snivvle (2)','','',0,78,78,0,26,0,1.76,1.14286,1,0,383,539,0,500,1,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,7,0,11677,11677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32111,0,0,0,0,0,13990,0,0,0,'Tatterhide (2)','','',0,1,1,0,16,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32112,0,0,0,0,0,13319,0,0,0,'Thanthaldis Snowgleam (2)','Stormpike Supply Officer','',0,58,58,0,1334,4224,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32113,0,0,0,0,0,7804,0,0,0,'Trigger Guse (2)','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.9,2,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32114,0,0,0,0,0,7804,0,0,0,'Trigger Ichman (2)','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.9,2,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32115,0,0,0,0,0,7804,0,0,0,'Trigger Jeztor (2)','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.9,2,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32116,0,0,0,0,0,7804,0,0,0,'Trigger Mulverick (2)','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.9,2,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32117,0,0,0,0,0,7804,0,0,0,'Trigger Slidore (2)','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.9,2,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32118,0,0,0,0,0,7804,0,0,0,'Trigger Vipore (2)','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.9,2,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32119,0,0,0,0,0,13299,0,0,0,'Umi Thorson (2)','','',0,78,78,0,1216,0,1.77,1.14286,1,0,387,543,0,528,1,2000,2000,1,4096,2048,0,0,0,0,0,0,324,480,88,7,0,13078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32120,0,0,0,0,0,14064,0,0,0,'Ushalac the Gloomdweller (2)','','',0,1,1,0,37,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32121,0,0,0,0,0,13893,13894,13547,13549,'Veteran Coldmine Explorer (2)','','',0,78,79,0,1216,0,1.73,1.14286,1,0,399,559,0,550,1,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32122,0,0,0,0,0,13571,13572,13573,13574,'Veteran Coldmine Guard (2)','','',0,78,79,0,1214,2,1.74,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32123,0,0,0,0,0,13640,13641,13642,13643,'Veteran Coldmine Invader (2)','','',0,78,79,0,1216,0,1.74,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32124,0,0,0,0,0,13554,13555,13556,13557,'Veteran Coldmine Surveyor (2)','','',0,78,79,0,1214,2,1.74,1.14286,1,0,399,559,0,550,1,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32125,0,0,0,0,0,13258,13259,13260,13261,'Veteran Defender (2)','','',0,80,80,0,1216,0,1.28,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,13331,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32126,0,0,0,0,0,13282,13283,13284,13285,'Veteran Guardian (2)','','',0,80,80,0,1214,0,1.28,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,13332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32127,0,0,0,0,0,13254,13255,13256,13257,'Veteran Guardsman (2)','','',0,79,79,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.56,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32128,0,0,0,0,0,13773,13774,13775,13776,'Veteran Irondeep Explorer (2)','','',0,58,59,0,1214,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32129,0,0,0,0,0,13785,13787,13786,13788,'Veteran Irondeep Guard (2)','','',0,78,79,0,1216,0,1.74,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32130,0,0,0,0,0,13594,13595,13596,13597,'Veteran Irondeep Raider (2)','','',0,69,69,0,1214,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32131,0,0,0,0,0,13799,13800,13801,13802,'Veteran Irondeep Surveyor (2)','','',0,78,79,0,1216,0,1.71,1.14286,1,0,399,559,0,550,1,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32132,0,0,0,0,0,13294,13295,13296,13297,'Veteran Legionnaire (2)','','',0,79,79,0,1214,0,1.26,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.56,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32133,0,0,0,0,0,13270,13271,13272,13273,'Veteran Mountaineer (2)','','',0,57,57,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.56,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32134,0,0,0,0,0,13290,13291,13292,13293,'Veteran Sentinel (2)','','',0,57,57,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.56,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32135,0,0,0,0,0,13306,13307,13308,13309,'Veteran Warrior (2)','','',0,57,57,0,1214,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.56,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32136,0,0,0,0,0,1148,0,0,0,'Vipore\'s Gryphon (2)','','',0,80,80,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(32137,0,0,0,0,0,13852,0,0,0,'Voggah Deathgrip (2)','','',0,61,61,0,1214,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.365,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32138,0,0,0,0,0,11012,0,0,0,'War Rider (2)','','',0,60,60,0,1214,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(32139,0,0,0,0,0,371,0,0,0,'Whitewhisker Digger (2)','','',0,72,73,0,26,0,1.76,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,11603,11603,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.65,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32140,0,0,0,0,0,371,0,0,0,'Whitewhisker Geomancer (2)','','',0,73,74,0,26,0,1.76,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,11604,11604,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.65,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32141,0,0,0,0,0,371,0,0,0,'Whitewhisker Overseer (2)','','',0,74,75,0,26,0,1.76,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,11605,11605,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.78,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32142,0,0,0,0,0,371,0,0,0,'Whitewhisker Tunnel Rat (2)','','',0,1,1,0,26,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32143,0,0,0,0,0,371,0,0,0,'Whitewhisker Vermin (2)','','',0,72,73,0,26,0,1.76,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,10982,10982,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.65,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32144,0,0,0,0,0,10792,0,0,0,'Wildpaw Alpha (2)','','',0,78,79,0,39,0,1.25,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.755,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32145,0,0,0,0,0,494,0,0,0,'Wildpaw Brute (2)','','',0,76,77,0,39,0,1.26,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,11839,11839,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.755,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32146,0,0,0,0,0,494,0,0,0,'Wildpaw Gnoll (2)','','',0,72,73,0,39,0,1.25,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32147,0,0,0,0,0,494,0,0,0,'Wildpaw Mystic (2)','','',0,76,77,0,39,0,1.26,1.14286,1,0,367,519,0,452,1,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.755,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32148,0,0,0,0,0,494,0,0,0,'Wildpaw Shaman (2)','','',0,73,74,0,39,0,1.25,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32149,0,0,0,0,0,27776,27777,27778,27779,'Fallen Hero\'s Spirit','','',0,79,79,2,634,0,1,1.14286,1,0,399,559,0,550,1,2000,2000,2,33280,2048,0,0,0,0,0,0,331,491,74,6,0,32149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32150,0,0,0,0,0,26399,0,0,0,'Loremaster Zollinger','','',0,75,75,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32151,0,0,0,0,0,28041,0,0,0,'Blue Proto-Drake','','',0,72,73,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),(32152,0,0,0,0,0,28116,0,0,0,'Horde Engineering Seat','','vehichleCursor',0,80,80,2,35,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,59061,61093,0,59196,59194,59193,0,0,0,278,0,0,'NullCreatureAI',0,7,1,18.7196,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(32153,0,0,0,0,0,28045,0,0,0,'Time-Lost Proto-Drake','','',0,72,73,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),(32154,0,0,0,0,0,27783,27784,0,0,'Scourge War Machine','','',0,80,80,2,21,0,1,1.14286,1,0,420,630,0,157,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32155,0,0,0,0,0,27786,27787,0,0,'Destroyed War Machine','','',0,80,80,2,16,0,1,1,1,0,422,586,0,642,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32156,0,0,0,0,0,28042,0,0,0,'Plagued Proto-Drake','','',0,72,73,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),(32157,0,0,0,0,0,28043,0,0,0,'Violet Proto-Drake','','',0,72,73,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),(32158,0,0,0,0,0,25836,0,0,0,'Albino Drake','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),(32159,0,0,0,0,0,16269,0,0,0,'Doomguard Pillager','','',0,77,78,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32160,0,0,0,0,0,27788,0,0,0,'Khanok the Impassable','','',0,76,76,2,16,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,550,1,1,0,0,0,0,0,0,0,184,1,8388624,0,'',12340),(32161,0,0,0,33192,0,27511,0,0,0,'Scourge War Engineer','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,32161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),(32162,0,0,0,0,0,22196,0,0,0,'Grimkor the Wicked','','',0,80,80,2,974,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,7,0,32162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32163,0,0,0,0,0,27790,0,0,0,'Grimkor\'s Hound','','',0,80,80,2,974,0,0.666668,1.19048,1,1,200,300,0,400,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32164,0,0,0,0,0,26563,7869,16916,0,'Skeletal Craftsman','','',0,78,79,2,21,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,6,0,32164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32165,0,0,0,0,0,27798,0,0,0,'Twilight Drake Mount (Red)','','',0,82,82,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32166,0,0,0,0,0,27797,0,0,0,'Twilight Drake Mount (Purple)','','',0,82,82,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32167,0,0,0,0,0,16480,19595,0,0,'Risen Skeleton KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32168,0,0,0,0,0,16480,19595,0,0,'Vicious Geist KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32169,0,0,0,0,0,27800,0,0,0,'Arcanist Braedin','Wintergrasp Battle-Mage','',10666,80,80,2,2027,1,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_queue',12340),(32170,0,0,0,0,0,27801,0,0,0,'Magister Surdiel','Wintergrasp Battle-Mage','',10662,80,80,2,2123,1,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_queue',12340),(32171,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 80 Warrior','','',0,80,80,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(32172,0,0,0,0,0,27799,0,0,0,'Harold Winston','Jewelry Vendor','',0,75,75,2,2007,128,1,1,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32173,0,0,0,0,0,27803,0,0,0,'Icecrown Necropolis','','',0,80,80,2,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32174,0,0,0,0,0,27393,0,0,0,'Teleportation Portal (Elite)','','',0,75,75,2,35,0,1,0.992063,1,1,342,485,0,392,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32175,0,0,0,33192,0,27808,27809,0,0,'Chosen Zealot','','',0,80,80,2,233,0,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,32175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32176,0,0,0,0,0,27804,0,0,0,'Plague Drenched Ghoul','','',0,81,81,2,14,0,4,1.42857,1,1,464,604,0,708,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,156,1,8388624,0,'',12340),(32178,0,0,0,0,0,25399,0,0,0,'Rampaging Ghoul','','',0,80,80,0,14,0,4,1.42857,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,2,1,0,0,0,0,0,0,0,156,1,8388624,0,'',12340),(32179,0,0,0,0,0,16206,15961,0,0,'Stitched Brute','','',0,80,80,2,21,0,1,1.71429,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(32180,0,0,0,0,0,27812,0,0,0,'Tempus Wyrm','','',0,80,80,2,1683,0,4,2.85714,1,1,422,586,0,642,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,345,509,103,2,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,2,2,1,0,0,0,0,0,0,0,227,1,0,0,'',12340),(32181,0,0,0,0,0,1749,0,0,0,'Living Plague','','',0,80,80,0,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,6,0,32181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32182,0,0,0,32399,0,27806,26763,26329,0,'Enraged Fleshrender','','',0,80,80,2,21,0,0.8,1.71429,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(32183,0,0,0,0,0,27870,0,0,0,'Skeletal Footsoldier','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),(32184,0,0,0,0,0,24213,0,0,0,'The Lich King','','',0,83,83,2,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,1,1,0,0,0,0,0,0,0,189,1,8388624,0,'',12340),(32185,0,0,0,0,0,27814,0,0,0,'Infinite Eradicator','','',0,80,80,2,2102,0,4,2.85714,1,1,422,586,0,642,4.6,2000,2000,1,262400,2048,0,0,0,0,0,0,345,509,103,2,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,2,2,1,0,0,0,0,0,0,0,227,1,0,0,'',12340),(32186,0,0,0,0,0,27813,0,0,0,'Infinite Timebreaker','','',0,80,80,2,2102,0,4,2.85714,1,1,422,586,0,642,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,345,509,103,2,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,5,5,1,0,0,0,0,0,0,0,227,1,0,0,'',12340),(32187,0,0,0,0,0,26753,0,0,0,'Power Spark (1)','','',0,80,80,2,14,0,1,1,1,1,0,0,0,0,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3,1,1,0,0,0,0,0,0,0,0,0,650838847,2097152,'',1),(32188,0,0,0,0,0,25753,0,0,0,'Gargoyle Ambusher','','',0,80,80,2,2068,0,1,1.71429,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(32189,0,0,0,0,0,23365,0,0,0,'Skybreaker Recon Fighter','','',0,75,75,2,534,0,8,2.85714,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,231,1,0,0,'',12340),(32190,0,0,0,0,0,24005,24006,24007,24008,'Skybreaker Airman','','',0,70,70,2,534,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32191,32192,0,0,0,0,27220,0,0,0,'Azure Stalker','','',0,75,75,2,16,0,1,1.14286,1,1,342,485,0,392,4,2000,0,1,0,2048,8,0,0,0,0,0,295,438,68,2,8,32191,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6666,6666,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_azure_stalker',12340),(32192,0,0,0,0,0,27220,0,0,0,'Azure Stalker (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,8,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,2,8,32191,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6666,6666,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(32193,0,0,0,0,0,27815,11686,0,0,'[DND] Icecrown Airship Bomb','','',0,75,75,2,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),(32194,0,0,0,0,0,9074,0,0,0,'Heb\'Drakkar Felbat','','',0,75,75,2,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,24,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(32195,0,0,0,0,0,16480,19595,0,0,'South Gate KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(32196,0,0,0,0,0,16480,19595,0,0,'Central Gate KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(32197,0,0,0,0,0,16480,19595,0,0,'North Gate KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(32198,0,0,0,0,0,17697,0,0,0,'Loaned Gryphon','','',0,77,77,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(32199,0,0,0,0,0,16480,19595,0,0,'Northwest Gate KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(32200,0,0,0,0,0,11686,0,0,0,'Cave In Dummy','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32201,0,0,0,0,0,17284,26073,26071,26072,'Orgrim\'s Hammer Scout','','',0,80,80,2,714,0,4,1.38571,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,32201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,44220,0,0,0,0,0,156,1,0,0,'',12340),(32202,0,0,0,0,0,16480,19595,0,0,'Desolation KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32203,0,0,0,0,0,27818,0,0,0,'Black War Bear','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(32204,32209,0,0,0,0,27824,0,0,0,'Lieutenant Sinclari','','',0,80,80,2,35,1,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,33555264,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32205,0,0,0,0,0,27819,0,0,0,'Black War Bear','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(32206,0,0,0,0,0,27820,0,0,0,'Armored Brown Bear','','',0,70,70,0,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'npc_mei_francis_mount',12340),(32207,0,0,0,0,0,27821,0,0,0,'Armored Brown Bear','','',0,70,70,2,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'npc_mei_francis_mount',12340),(32208,0,0,0,0,0,17699,0,0,0,'Loaned Wind Rider','','',0,77,77,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(32209,0,0,0,0,0,27824,0,0,0,'Lieutenant Sinclari (1)','','',0,80,80,2,35,1,1,1.14286,1,1,417,582,0,608,13,2000,2000,2,33555264,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32212,0,0,0,0,0,27237,0,0,0,'Grand Caravan Mammoth','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32213,0,0,0,0,0,27238,0,0,0,'Grand Caravan Mammoth','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32214,0,0,0,0,0,21955,19595,0,0,'Banner Bunny, Hanging, Horde','','',0,1,1,2,1735,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,128,'',12340),(32215,0,0,0,0,0,21955,21072,0,0,'Banner Bunny, Side, Horde','','',0,1,1,2,1735,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,128,'',12340),(32216,0,0,0,0,0,27822,0,0,0,'Mei Francis','Exotic Mounts','',0,75,75,2,2007,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32217,0,0,0,0,0,21955,19595,0,0,'Banner Bunny, Hanging, Alliance','','',0,1,1,2,1732,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32218,0,0,0,0,0,27989,0,0,0,'Snake Wrap (1)','','',0,78,78,2,14,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,131076,2048,0,0,0,0,0,0,324,480,88,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32221,0,0,0,0,0,21955,21072,0,0,'Banner Bunny, Side, Alliance','','',0,1,1,2,1732,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32222,0,0,0,0,0,27825,27826,27827,0,'Skybreaker Infiltrator','','',0,80,80,2,1732,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,32768,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32223,0,0,0,0,0,27828,0,0,0,'Skybreaker Transport Pilot','','',0,80,80,2,1732,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32224,0,0,0,0,0,1126,11686,0,0,'Alliance Transport Controller Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32225,0,0,0,0,0,27670,0,0,0,'Skybreaker Troop Transport','','',0,80,80,2,1732,16777216,1.2,3,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,0,0,'SmartAI',0,4,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32226,32550,0,0,0,0,27488,0,0,0,'Arakkoa Windwalker','','',0,82,82,2,16,0,1,1.14286,1,1,463,640,0,726,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,20,1,0,0,0,0,0,0,0,150,1,0,0,'npc_erekem_guard',12340),(32227,0,0,0,0,0,27669,0,0,0,'Skybreaker Suppression Turret','','vehichleCursor',0,80,80,2,1732,16777216,1,1.14286,1,1,0,0,0,0,7.5,2000,2000,4,768,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,59880,0,0,0,0,0,0,0,0,291,0,0,'SmartAI',0,4,1,5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(32228,32549,0,0,0,0,18628,0,0,0,'Arakkoa Talon Guard','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(32229,0,0,0,0,0,11686,0,0,0,'Drag Drop KC Bunny','','',0,60,60,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32230,32555,0,0,0,0,26214,0,0,0,'Void Lord','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(32231,32552,0,0,0,0,27486,0,0,0,'Ethereal Wind Trader','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,10,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(32232,0,0,0,0,0,19963,21072,0,0,'Legion World Portal','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32233,0,0,0,0,0,27829,0,0,0,'Trusty Copper Racer','','',0,1,1,0,35,0,0.8,1.57143,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32234,32554,0,0,0,0,27487,0,0,0,'Swirling Water Revenant','','',0,82,82,2,16,0,1,1.14286,1,1,463,640,0,726,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,18.7,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(32235,32551,0,0,0,0,20590,0,0,0,'Chaos Watcher','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(32236,0,0,0,35297,0,27832,27834,0,0,'Dark Subjugator','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,32236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1675,2791,'SmartAI',0,3,1,1,1,1,0,44301,0,0,0,0,0,0,1,0,0,'',12340),(32237,32553,0,0,0,0,10193,0,0,0,'Lava Hound','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(32238,0,0,0,35297,0,27847,27848,0,0,'Bitter Initiate','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,32238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1668,2780,'SmartAI',0,3,1,1,1,1,0,44246,0,0,0,0,0,0,1,0,0,'',12340),(32239,0,0,0,0,0,27835,0,0,0,'Highlord Tirion Fordring','','',10200,83,83,2,2070,1,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_tirions_gambit_tirion',12340),(32241,0,0,0,0,0,27836,27837,0,0,'Disguised Crusader','','',0,80,80,2,2070,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32242,0,0,0,0,0,16480,26241,0,0,'Blue Sample KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32244,0,0,0,0,0,16480,26241,0,0,'Green Sample KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32245,0,0,0,0,0,16480,26241,0,0,'Dark Sample KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32246,0,0,0,0,0,15294,0,0,0,'Ticking Time Bomb','','',0,80,80,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,131072,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(32247,0,0,0,0,0,27829,0,0,0,'Zippy Copper Racer','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32248,0,0,0,0,0,27829,0,0,0,'Heavy Copper Racer','','',0,1,1,0,35,0,0.8,1.57143,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32249,0,0,0,0,0,9563,9572,0,0,'Worg Pup','Nisstina\'s Companion','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32250,0,0,0,35297,0,27851,0,0,0,'Overseer Faedris','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,32250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1678,2796,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32251,0,0,0,0,0,27852,0,0,0,'Shokavis','','',0,70,70,2,2123,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32252,0,0,0,0,0,27853,0,0,0,'Wanathan','','',0,70,70,2,2123,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32253,0,0,0,0,0,27854,0,0,0,'Kyunghee','Throwing Axes','',0,75,75,2,2123,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32254,0,0,0,0,0,2071,0,0,0,'Sniper Rifle','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32255,0,0,0,33192,0,27776,27777,27778,27779,'Converted Hero','','',0,80,80,2,974,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,32255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32256,0,0,0,0,0,21955,15294,0,0,'Shield Visual Loc Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32257,0,0,0,33192,0,27774,25796,27775,27651,'Scourge Converter','','',0,80,80,2,974,0,1,0.99206,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,32257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(32258,0,0,0,0,0,15467,15468,0,0,'Gold Beetle','','',0,1,1,0,188,0,1,0.857143,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(32259,0,0,0,35297,0,18609,18605,0,0,'Void Summoner','Cult of the Damned','',0,79,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,32259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1662,2770,'SmartAI',0,3,1,1,1,1,0,44301,0,0,0,0,0,0,1,0,0,'',12340),(32260,0,0,0,0,0,1130,0,0,0,'Enslaved Minion','Void Summoner\'s Pet','',0,78,79,2,21,0,1,1.14286,1,0,399,559,0,550,1,2000,2000,2,32768,2048,0,0,0,0,0,0,331,491,74,3,0,32260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32261,0,0,0,0,0,27861,0,0,0,'Crystal Spider','','',0,71,71,0,190,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(32262,0,0,0,35297,0,10631,10633,0,0,'Shadow Channeler','Cult of the Damned','',0,79,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,32262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1675,2791,'SmartAI',0,3,1,1,1,1,0,44301,0,0,0,0,0,0,1,0,0,'',12340),(32263,0,0,0,35297,0,27864,0,0,0,'Overseer Veraj','Cult of the Damned','',0,80,80,0,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,32263,32263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32264,0,0,0,0,0,1126,17612,0,0,'Aldur\'thar Channel Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32265,0,0,0,0,0,22712,17200,0,0,'Northrend Daily Dungeon Image Bunny','','',0,70,70,1,35,0,0.4,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,43,1,0,128,'',12340),(32266,0,0,0,0,0,16480,26241,0,0,'Writhing Mass KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32267,0,0,0,0,0,11078,9789,9788,0,'Animated Laborer','','',0,78,79,2,21,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,6,0,32267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32268,0,0,0,35297,0,24037,0,0,0,'Cult Taskmaster','Cult of the Damned','',0,79,80,2,21,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,32268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1673,2789,'SmartAI',0,3,1,1,1,1,0,44301,0,0,0,0,0,0,1,0,0,'',12340),(32269,0,0,0,0,0,19597,0,0,0,'Legion Invader','','',0,75,76,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32270,0,0,0,0,0,19586,0,0,0,'Legion Dreadwhisperer','','',0,75,76,2,16,0,1,1.14286,1,1,352,499,0,408,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32271,0,0,0,0,0,19715,0,0,0,'Legion Overlord','','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32272,0,0,0,0,0,27871,0,0,0,'High Invoker Basaleph','','',0,80,80,2,233,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32273,32313,0,0,0,0,19326,0,0,0,'Infinite Corruptor','','',0,82,82,2,1720,0,1,1.14286,1,1,488,642,0,782,7.5,2000,0,1,64,2048,8,0,0,0,0,0,363,521,121,2,72,0,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'boss_infinite_corruptor',12340),(32274,0,0,0,0,0,28038,0,0,0,'Alliance Bomber Pilot','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32275,0,0,0,0,0,15264,22016,18023,22018,'Wracked Prisoner','','',0,78,79,2,614,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,537166592,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32276,0,0,0,35297,0,25342,25343,0,0,'Cult Blackguard','Cult of the Damned','',0,79,80,2,2080,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,32276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1661,2768,'SmartAI',0,3,1,1,1,1,0,44301,0,0,0,0,0,0,1,0,0,'',12340),(32277,0,0,0,0,0,169,11686,0,0,'A distant voice','','',0,80,80,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,700,500,1,0,0,0,0,0,0,0,184,1,0,128,'',12340),(32278,0,0,0,33192,0,25468,0,0,0,'Harbinger of Horror','','',0,80,80,2,974,0,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,341,506,80,6,0,32278,27533,0,0,0,0,0,0,0,0,0,0,0,60924,0,0,0,0,0,0,0,'',0,3,1,7,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32279,0,0,0,35297,0,27887,0,0,0,'Vile Torturer','Cult of the Damned','',0,79,80,2,21,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,32279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1665,2775,'SmartAI',0,3,1,1,1,1,0,44301,0,0,0,0,0,0,1,0,0,'',12340),(32280,0,0,0,33192,0,25214,0,0,0,'Corp\'rethar Guardian','','',0,80,80,2,974,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,6,0,32280,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32281,0,0,0,0,0,17555,0,0,0,'Guardian of Time','','',0,80,80,2,35,0,0.888888,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32282,0,0,0,0,0,1126,27879,0,0,'Wintergrasp Ghost Rune','','',0,1,1,0,35,0,1.2,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32283,0,0,0,0,0,27037,0,0,0,'Unquiet Remnant','','',0,79,79,2,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32284,0,0,0,33192,0,27536,27107,27535,0,'Scourge Soulbinder','','',0,80,80,2,974,0,1,0.99206,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,32284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),(32285,0,0,0,35297,0,27884,0,0,0,'Overseer Jhaeqon','Cult of the Damned','',0,79,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,32285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1669,2781,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32286,0,0,0,0,0,25870,0,0,0,'Mekgineer\'s Chopper','','vehichleCursor',0,80,80,0,35,0,1.2,2,1,0,422,586,0,642,1,2000,2000,1,2181300224,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,318,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),(32287,0,0,0,0,0,27886,0,0,0,'Archmage Alvareaux','Kirin Tor Quartermaster','',0,80,80,2,2007,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32288,0,0,0,0,0,27037,0,0,0,'Freed Remnant','','',0,80,80,2,2081,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,0.25,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32289,0,0,0,35297,0,10421,10421,0,0,'Damned Apothecary','Cult of the Damned','',0,79,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,32289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1664,2774,'SmartAI',0,3,1,1,1,1,0,44301,0,0,0,0,0,0,1,0,0,'',12340),(32290,0,0,0,35297,0,10408,10409,10410,10411,'Cult Alchemist','Cult of the Damned','',0,79,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,32290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1665,2775,'SmartAI',0,3,1,1,1,1,0,44301,0,0,0,0,0,0,1,0,0,'',12340),(32291,0,0,0,35297,0,27888,0,0,0,'Overseer Savryn','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,0,210,238,0,192,1,2000,2000,4,32768,2048,0,0,0,0,0,0,0,0,0,7,0,32291,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1660,2766,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32292,0,0,0,33192,0,26800,0,0,0,'Aldur\'thar Sentry','','',0,79,79,0,14,16777216,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,256,2048,0,0,0,0,0,0,334,494,95,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32293,0,0,0,0,0,27889,27890,27891,27892,'Dark Subjugator Transform','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,44301,0,0,0,0,0,0,1,0,0,'',12340),(32294,0,0,0,0,0,27894,0,0,0,'Knight Dameron','Wintergrasp Quartermaster','',0,80,80,2,1892,128,1,0.95238,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32295,0,0,0,0,0,27569,0,0,0,'Alexstrasza the Life-Binder','Queen of the Dragons','',0,83,83,0,35,0,1,2.85714,1,3,543,684,0,678,35,2000,0,2,0,2048,8,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,10000,1000,1,0,0,0,0,0,0,0,0,1,617299839,1,'npc_alexstrasza',11723),(32296,0,0,0,0,0,27895,0,0,0,'Stone Guard Mukar','Wintergrasp Quartermaster','',0,80,80,2,1981,128,1,0.95238,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32297,0,0,0,35297,0,26446,0,0,0,'Cult Researcher','Cult of the Damned','',0,79,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,32297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1661,2769,'SmartAI',0,3,1,1,1,1,0,44301,0,0,0,0,0,0,1,0,0,'',12340),(32298,0,0,0,0,0,21955,27896,0,0,'Cloak Dome Bunny, Large','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32299,0,0,0,33192,0,27897,0,0,0,'Bone Sentinel','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32300,0,0,0,35297,0,27898,0,0,0,'Alumeth the Ascended','Cult of the Damned','',0,81,81,2,21,0,1,1.14286,1,1,425,602,0,670,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,6,8,32300,0,0,0,0,0,0,0,0,0,0,0,0,34942,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,15,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32301,0,0,0,0,0,27900,0,0,0,'Warbringer Davos Rioht','','',10171,80,80,2,83,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32302,0,0,0,0,0,27899,0,0,0,'Knight-Captain Drosche','','',10172,80,80,2,84,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32303,0,0,0,0,0,28127,0,0,0,'King Varian Wrynn','King of Stormwind','',0,83,83,2,1733,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,20,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(32304,0,0,0,0,0,4590,0,0,0,'Test Totem','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32305,0,0,0,0,0,27901,27903,0,0,'Severed Head of Putress','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32306,0,0,0,0,0,27902,0,0,0,'Infinite Dragonspawn','','',0,80,80,2,1720,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32307,0,0,0,0,0,24073,24074,24075,24076,'Warsong Guard','','',0,1,1,0,1979,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32308,0,0,0,0,0,25948,25949,25950,25951,'Valiance Expedition Guard','','',0,80,80,2,1891,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32309,0,0,0,0,0,25998,25999,26000,26001,'Ebon Knight','','',0,80,80,2,2144,0,1,1.14286,1,1,1200,1500,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32310,0,0,0,0,0,26608,0,0,0,'Thassarian','','',0,80,80,2,2144,0,1,1.14286,1,1,1200,1500,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32311,0,0,0,0,0,23920,0,0,0,'Koltira Deathweaver','','',0,80,80,2,2144,0,1,1.14286,1,1,1200,1500,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32312,0,0,0,0,0,27153,0,0,0,'Highlord Darion Mograine','','',0,83,83,2,2144,0,1,1.14286,1,3,1200,1500,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,800,800,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32313,0,0,0,0,0,19326,0,0,0,'Infinite Corruptor (1)','','',0,82,82,2,1720,0,1,1.14286,1,1,488,642,0,782,13,2000,0,1,64,2048,8,0,0,0,0,0,363,521,121,2,72,32313,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,31,1,1,0,0,0,0,0,0,0,144,1,617299839,2097153,'',12340),(32314,0,0,0,0,0,16480,26241,0,0,'Dark Messenger KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32315,0,0,0,0,0,27905,0,0,0,'High Overlord Saurfang','','',0,83,83,2,1735,0,1,1.14286,1,3,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(32316,0,0,0,0,0,14428,0,0,0,'Dark Messenger','','',0,78,78,0,2048,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32317,0,0,0,0,0,28028,0,0,0,'Horde Bomber Pilot','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32318,0,0,0,0,0,16480,26708,0,0,'Summoning Stone Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32319,0,0,0,0,0,16480,26708,0,0,'Enslaved Minion Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32320,0,0,0,0,0,556,0,0,0,'Argent Mason','','',0,50,52,0,2070,0,0.666668,1.14286,1,0,87,117,0,214,1,2000,2000,1,33536,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32321,0,0,0,0,0,27919,27920,27921,0,'Green Warrior','','',0,70,70,0,2101,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,526592,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32322,0,0,0,0,0,27916,27917,27918,0,'Gold Warrior','','',0,70,70,0,1770,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32323,0,0,0,33192,0,26800,0,0,0,'Aldur\'thar Sentry','','',0,79,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,32323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32324,0,0,0,0,0,27928,27929,0,0,'Green Mage','','',0,70,70,2,2101,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,256,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32325,0,0,0,0,0,27922,27923,0,0,'Gold Priest','','',0,70,70,0,1770,0,0.4,0.457143,1,0,248,363,0,135,1,2000,2000,8,256,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32326,0,0,0,0,0,27545,0,0,0,'Prince Arthas Menethil','','',0,80,80,2,35,0,1,1.14286,1,1,400,600,0,608,7.5,3000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,60617,60644,60672,60642,0,0,0,0,0,269,0,0,'SmartAI',0,3,1,14,6,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32327,0,0,0,0,0,24868,0,0,0,'Hourglass of Eternity','','',0,80,80,2,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,4,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_hourglass_of_eternity',12340),(32328,0,0,0,0,0,24030,27766,0,0,'[DND] Dalaran Sewer Arena - Controller - Death','','',0,70,70,0,35,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,33554688,2048,0,0,0,0,0,0,233,347,28,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32329,0,0,0,0,0,27908,0,0,0,'Kanika Goldwell','Arena Organizer','',8494,75,75,2,35,262145,1,1,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32330,0,0,0,0,0,27909,0,0,0,'Minzi the Minx','Arena Battlemaster','',8218,75,75,2,35,1048577,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32331,0,0,0,0,0,11686,0,0,0,'Past You','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,5120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_future_you',12340),(32332,0,0,0,0,0,27910,0,0,0,'Ramik Slamwrench','Arena Battlemaster','',8218,75,75,2,35,1048577,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33024,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32333,0,0,0,0,0,27911,0,0,0,'\"Dapper\" Danik Blackshaft','Arena Battlemaster','',8218,75,75,2,35,1048577,1,1,1,0,342,485,0,392,1,2000,2000,1,33024,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32334,0,0,0,0,0,27912,0,0,0,'Nixi Fireclaw','Water Vendor','',0,75,75,1,35,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33536,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32335,0,0,0,0,0,27913,0,0,0,'Armored Snowy Gryphon','','',0,70,70,2,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'npc_mei_francis_mount',12340),(32336,0,0,0,0,0,27914,0,0,0,'Armored Blue Wind Rider','','',0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'npc_mei_francis_mount',12340),(32337,0,0,0,0,0,26440,0,0,0,'Christi Stockton','Wine Vendor','',0,75,75,2,2007,130,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32338,0,0,0,31244,0,25680,0,0,0,'Quest - Northrend BG - Gate Kill','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32339,0,0,0,0,0,24030,27766,0,0,'[DND] Dalaran Sewer Arena - Controller','','',0,70,70,0,35,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,33554688,2048,0,0,0,0,0,0,233,347,28,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32340,0,0,0,0,0,27931,0,0,0,'Gold Shaman','','',0,70,70,0,1770,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,526592,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32341,0,0,0,0,0,27926,27927,0,0,'Gold Mage','','',0,70,70,2,1770,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,256,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32342,0,0,0,0,0,27930,0,0,0,'Green Paladin','','',0,70,70,0,2101,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,788736,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32343,0,0,0,0,0,27924,27925,0,0,'Green Priest','','',0,70,70,0,2101,0,0.4,0.457143,1,0,248,363,0,135,1,2000,2000,8,256,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32344,0,0,0,0,0,26556,0,0,0,'Alliance Rescue Craft','','',0,1,1,0,714,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),(32345,0,0,0,0,0,26524,0,0,0,'Grindgear Toy Gorilla','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),(32346,0,0,0,0,0,30865,0,0,0,'Lady Jaina Proudmoore','Ruler of Theramore','',10189,83,83,2,534,1,1,1.14286,1,3,370,531,0,343,35,2000,2000,8,832,2048,0,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,529.505,80,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32347,0,0,0,0,0,1126,17612,0,0,'Alumeth Summon Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,4,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32348,0,0,0,0,0,26556,0,0,0,'Horde Rescue Craft','','',0,1,1,0,714,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),(32349,0,0,0,35297,0,27671,0,0,0,'Cultist Shard Watcher','Cult of the Damned','',0,80,80,2,1982,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,32349,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1656,2760,'SmartAI',0,3,1,1,1,1,0,44301,0,0,0,0,0,0,1,0,0,'',12340),(32350,0,0,0,0,0,19218,0,0,0,'TF-Xplosive Rocket Turret','','',0,50,50,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,12288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15873,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32352,0,0,0,0,0,19060,19135,0,0,'Infinite Timerender','','',0,75,75,2,2111,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32353,32368,0,0,0,0,26693,0,0,0,'Archavon Warder','','',0,80,80,2,16,0,1,1.28571,1,1,422,586,0,642,7.5,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,5,104,32353,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2730,2730,'SmartAI',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,617299839,2097152,'',12340),(32354,0,0,0,0,0,22393,0,0,0,'Leeni \"Smiley\" Smalls','Apprentice Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32355,0,0,0,0,0,23768,0,0,0,'Big Zokk Torquewrench','Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32356,0,0,0,0,0,27942,0,0,0,'Kezzik the Striker','Veteran Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32357,0,0,0,0,0,24960,0,0,0,'Old Crystalbark','','',0,71,72,2,14,0,1,1.14286,1,2,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,4,256,32357,0,0,0,0,0,0,0,0,60903,50506,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,2147483647,0,'',12340),(32358,0,0,0,0,0,24103,24108,24114,24119,'Fumblub Gearwind','','',0,71,71,2,14,0,1,2.85714,1,2,304,436,0,296,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,268,399,40,9,2048,32358,0,29726,0,0,0,0,0,0,60906,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.5,1,1,0,0,0,0,0,0,0,0,1,2147483647,0,'',12340),(32359,0,0,0,0,0,27953,0,0,0,'Argex Irongut','Veteran Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32360,0,0,0,0,0,22399,0,0,0,'Ecton Brasstumbler','Apprentice Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32361,0,0,0,0,0,26286,27006,26285,0,'Icehorn','','',0,71,71,2,14,0,1,0.992063,1,4,304,436,0,296,7.5,2000,2000,1,32832,2048,0,43,0,0,0,0,268,399,40,1,65537,32361,0,70211,0,0,0,0,0,0,57468,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,66624,0,'',12340),(32362,0,0,0,0,0,22438,0,0,0,'Evee Copperspring','Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32363,0,0,0,0,0,27656,0,0,0,'Thrall','Warchief','',0,83,83,2,1194,2,1,1.14286,1,3,2,2,0,24,35,2000,2000,2,832,2048,0,0,0,0,0,0,1,2,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,568.343,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32364,0,0,0,0,0,30865,0,0,0,'Lady Jaina Proudmoore','Ruler of Theramore','',0,83,83,2,534,0,1,1.14286,1,3,2,3,0,10,35,2000,2000,8,832,2048,0,0,0,0,0,0,1,2,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'PassiveAI',0,3,1,529.505,80,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32365,0,0,0,0,0,28213,0,0,0,'Lady Sylvanas Windrunner','Banshee Queen','',0,83,83,2,118,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,2,33600,2048,0,0,0,0,0,0,1,2,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'PassiveAI',0,3,1,500,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32366,0,0,0,0,0,22712,17188,0,0,'WGA Dummy','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32367,0,0,0,0,0,14360,14362,14361,14363,'Kor\'kron Elite','','',0,83,83,2,1801,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'PassiveAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32368,0,0,0,0,0,26693,0,0,0,'Archavon Warder (1)','','',0,80,80,2,16,0,1,1.28571,1,1,422,586,0,642,13,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,5,104,32368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5460,5460,'',0,3,1,60,1,1,0,0,0,0,0,0,0,0,1,617299839,2097152,'',12340),(32369,0,0,0,0,0,27944,0,0,0,'Warmage Sarina','','',0,80,80,0,2009,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_warmage_violetstand',12340),(32370,0,0,0,0,0,25092,0,0,0,'Refurbished Demolisher','','vehichleCursor',0,80,80,2,35,16777216,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32371,0,0,0,0,0,27945,0,0,0,'Warmage Halister','','',0,80,80,0,2009,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_warmage_violetstand',12340),(32372,0,0,0,0,0,27946,0,0,0,'Warmage Ilsudria','','',0,80,80,2,2009,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_warmage_violetstand',12340),(32373,0,0,0,0,0,27947,0,0,0,'Gatekeeper Melindra','','',0,80,80,0,2009,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32374,0,0,0,0,0,27948,0,0,0,'Librarian Belleford','','',0,80,80,2,2009,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32375,0,0,0,0,0,27949,0,0,0,'Warmage Yurias','','',0,80,80,0,2009,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32376,0,0,0,0,0,26364,0,0,0,'Broll Bearmantle','','',0,1,1,0,12,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,33536,2048,0,0,0,0,0,0,1,2,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,250,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32377,0,0,0,0,0,28051,26788,0,0,'Perobas the Bloodthirster','','',0,71,71,2,14,0,1,1.14286,1,2,304,436,0,296,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,268,399,40,7,0,32377,0,70209,0,0,0,0,0,0,50046,52071,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,66624,0,'',12340),(32378,0,0,0,0,0,26365,0,0,0,'Valeera Sanguinar','','',0,1,1,0,11,0,1,1.14286,1,1,0,0,0,0,7.5,2000,2000,4,32768,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32379,0,0,0,0,0,12918,0,0,0,'Captain O\'Neal','Jewelcrafting Quartermaster','',0,65,65,0,1078,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32380,0,0,0,0,0,21512,0,0,0,'Lieutenant Tristia','Veteran Armor Quartermaster','',0,65,65,0,123,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32381,0,0,0,0,0,12917,0,0,0,'Captain Dirgehammer','Apprentice Armor Quartermaster','',0,65,65,0,1078,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32382,0,0,0,0,0,12674,0,0,0,'Lady Palanseer','Jewelcrafting Quartermaster','',0,65,65,0,1074,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32383,0,0,0,0,0,14612,0,0,0,'Sergeant Thunderhorn','Apprentice Armor Quartermaster','',0,65,65,0,1074,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32384,0,0,0,0,0,21513,0,0,0,'Sergeant Kien','Jewelcrafting Quartermaster','',0,80,80,2,1604,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32385,0,0,0,0,0,22602,0,0,0,'Doris Volanthius','Veteran Armor Quartermaster','',0,70,70,0,1604,128,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32386,0,0,0,0,0,27063,0,0,0,'Vigdis the War Maiden','','',0,71,71,2,14,0,1,1.14286,1,2,304,436,0,296,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,268,399,40,7,0,32386,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,2147483647,0,'',12340),(32387,0,0,0,0,0,3167,5446,0,0,'Stormwind Elite','','',0,1,1,0,1802,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33024,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32388,0,0,0,0,0,26556,0,0,0,'Alliance Flying Machine','','',0,1,1,0,1802,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,256,2048,0,0,0,0,0,0,1,1,0,9,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(32389,0,0,0,0,0,24240,25341,0,0,'Alliance Siege Vehicle','','',0,1,1,0,1802,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,256,2048,0,0,0,0,0,0,1,2,0,9,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(32390,0,0,0,0,0,10699,0,0,0,'Treacherous Guardian','','',0,1,1,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,570688256,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32391,0,0,0,0,0,27610,0,0,0,'Perfidious Dreadlord','','',0,1,1,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,570688256,2048,0,0,0,0,0,0,1,2,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,35,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32392,0,0,0,0,0,24907,0,0,0,'Plagued Felbeast','','',0,1,1,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,570688256,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32393,0,0,0,0,0,7970,9129,18342,9018,'Felguard Marauder','','',0,1,1,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,570688256,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32394,0,0,0,0,0,19887,0,0,0,'Ravishing Betrayer','','',0,1,1,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,570688256,2048,0,0,0,0,0,0,1,2,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32395,0,0,0,0,0,23877,23937,23938,23939,'Apothecary Chemist','','',0,1,1,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,570721024,2048,0,0,0,0,0,0,1,2,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32396,0,0,0,0,0,27750,0,0,0,'Apothecary Collaborator','','',0,1,1,0,16,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,570721024,2048,0,0,0,0,0,0,1,2,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32397,0,0,0,0,0,23875,0,0,0,'Blight Doctor','','',0,1,1,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,570721024,2048,0,0,0,0,0,0,1,2,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32398,0,0,0,0,0,27950,0,0,0,'King Ping','','',0,71,71,2,14,0,1,1.14286,1,2,304,436,0,296,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,268,399,40,1,0,32398,0,0,0,0,0,0,0,0,61115,50169,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,2147483647,0,'',12340),(32399,0,0,0,0,0,11686,0,0,0,'Bombardment Infantry','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32400,0,0,0,0,0,27951,0,0,0,'Tukemuth','','',0,73,73,2,31,0,1,1.14286,1,2,304,436,0,296,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,268,399,40,1,0,32400,0,70209,0,0,0,0,0,0,50410,57066,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42104,0,0,0,0,0,0,1,2147483647,0,'',12340),(32401,0,0,0,0,0,28127,0,0,0,'King Varian Wrynn','King of Stormwind','',10194,1,1,0,2142,1,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,600,20,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(32402,0,0,0,0,0,30865,0,0,0,'Lady Jaina Proudmoore','Ruler of Theramore','',0,1,1,0,2142,0,1,1.14286,1,3,2,3,0,10,35,2000,2000,8,64,2048,0,0,0,0,0,0,1,2,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,529.505,80,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32403,0,0,0,0,0,27952,0,0,0,'Sandra Bartan','Barmaid','',0,75,75,2,2007,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32404,0,0,0,0,0,27522,0,0,0,'Matthias Lehner','','',10226,80,80,2,35,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32405,0,0,0,0,0,27942,0,0,0,'Kezzik the Striker','','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32406,0,0,0,0,0,11686,0,0,0,'Ominous Cloud','','',0,80,80,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,64,1,0,128,'',12340),(32407,0,0,0,0,0,27953,0,0,0,'Argex Irongut','','',0,70,70,1,35,128,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32408,0,0,0,0,0,27522,0,0,0,'Matthias Lehner','','',0,80,80,2,35,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32409,0,0,0,0,0,28284,0,0,0,'Crazed Indu\'le Survivor','','',0,73,73,2,14,0,1,1.14286,1,2,304,436,0,3234,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,1,1,0,7,0,32409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,66624,0,'',12340),(32410,0,0,0,0,0,15958,12818,15962,0,'Bombardment Captain','','',0,80,80,0,21,0,1,1.14286,1,0,420,630,0,157,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32411,0,0,0,0,0,27954,0,0,0,'Afsaneh Asrar','Assistant Innkeeper','',0,75,75,2,2007,65536,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),(32412,0,0,0,0,0,27955,0,0,0,'Mato','Food & Drink','',0,75,75,2,2123,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32413,0,0,0,0,0,27956,0,0,0,'Isirami Fairwind','Innkeeper','',9733,75,75,2,2027,66177,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(32414,0,0,0,0,0,24768,0,0,0,'Lordaeron Captain','','',0,80,80,2,2136,0,1,1.14286,1,0,420,630,0,157,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32415,0,0,0,0,0,27957,0,0,0,'Hamaka','Bartender','',0,75,75,0,2123,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32416,0,0,0,0,0,27958,0,0,0,'Stefen Cotter','Bartender','',0,75,75,0,2027,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32417,0,0,0,27875,0,10294,0,0,0,'Scarlet Highlord Daion','','',0,73,73,2,67,0,1,1.38571,1,2,304,436,0,3234,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,7,0,32417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,66624,0,'',12340),(32418,0,0,0,0,0,27959,0,0,0,'Abohba','Assistant Innkeeper','',0,75,75,2,2123,65536,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),(32419,0,0,0,0,0,27960,0,0,0,'Umbiwa','Barmaid','',0,75,75,2,2123,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32420,0,0,0,0,0,27961,0,0,0,'Mimbihi','Barmaid','',0,75,75,2,2123,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32421,0,0,0,0,0,27962,0,0,0,'Marcella Bloom','Barmaid','',0,75,75,2,2027,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32422,0,0,0,0,0,26663,0,0,0,'Grocklar','','',0,74,74,2,14,0,2,2,1,2,304,436,0,600,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,1,1,0,5,1,32422,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,66624,0,'',12340),(32423,0,0,0,0,0,27522,0,0,0,'Matthias Lehner','','',0,80,80,2,35,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32424,0,0,0,0,0,27963,0,0,0,'Laire Brewgold','Brewmaiden','',0,75,75,2,2027,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32425,0,0,0,0,0,28208,0,0,0,'Galkara the Assassin','','',0,75,78,0,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32426,0,0,0,0,0,27965,0,0,0,'Coira Longrifle','Brewmaiden','',0,75,75,2,2027,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32427,0,0,0,0,0,16480,27990,0,0,'Plague Cauldron Target 01','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32428,0,0,0,0,0,1141,0,0,0,'Underbelly Rat','','',0,1,1,0,31,0,1,0.71429,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),(32429,0,0,0,0,0,18083,0,0,0,'Seething Hate','','',0,73,73,2,16,0,1,1.14286,1,2,304,436,0,600,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,1,1,0,10,0,32429,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,66624,0,'',12340),(32430,0,0,0,0,0,28029,0,0,0,'Fringe Engineer Tezzla','','',0,80,80,2,714,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32431,0,0,0,0,0,16480,21342,0,0,'Summoned Plague Cauldron Bunny 01','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32432,0,0,0,0,0,27968,0,0,0,'Iragos','','',0,82,82,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32433,0,0,0,0,0,27966,0,0,0,'Selagosa','','',0,82,82,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32434,0,0,0,0,0,27966,0,0,0,'Anygos','','',0,82,82,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32435,0,0,0,0,0,20763,0,0,0,'Vern','','',0,80,80,0,7,0,1,1.14286,1,4,422,586,0,642,1,2000,2000,1,33536,2048,0,6,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32436,0,0,0,0,0,27966,0,0,0,'Theragos','','',0,82,82,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32437,0,0,0,0,0,27967,0,0,0,'Myragosa','','',0,82,82,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32438,0,0,0,0,0,27970,0,0,0,'Syreian the Bonecarver','','',0,73,73,2,14,0,1,1.28571,1,2,304,436,0,296,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,268,399,40,7,2048,32438,0,0,0,0,0,0,0,0,38952,47168,50092,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,2147483647,0,'',12340),(32439,0,0,0,0,0,27966,0,0,0,'Zyndragosa','','',0,82,82,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32440,0,0,0,0,0,27966,0,0,0,'Corthegos','','',0,82,82,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32441,0,0,0,0,0,833,0,0,0,'Underbelly Croc','','',0,80,80,0,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,6,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32442,0,0,0,0,0,16480,27766,0,0,'Plague Cauldron Target 02','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32443,0,0,0,0,0,24191,0,0,0,'The Lich King','','',0,83,83,2,2043,0,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,768,2048,0,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2000,2000,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32444,0,0,0,0,0,28023,0,0,0,'Kibli Killohertz','','',0,80,80,2,534,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32445,0,0,0,0,0,21342,0,0,0,'Summoned Plague Cauldron Bunny 02','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32446,0,0,0,0,0,27971,0,0,0,'Sindragosa','Queen of the Frostbrood','',0,83,83,2,2068,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,2,768,2048,0,0,0,0,0,0,1,1,0,6,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1000,1,1,0,0,0,0,0,0,0,261,1,8388624,2,'',12340),(32447,0,0,0,0,0,26589,0,0,0,'Zul\'drak Sentinel','','',0,77,77,2,16,0,1,0.992063,1,2,304,436,0,600,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,1,1,0,4,512,32447,0,0,0,0,0,0,0,0,54565,55196,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,66624,0,'',12340),(32448,0,0,0,0,0,27904,27401,0,0,'Alexstrasza\'s Gift','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,7.5,2000,2000,1,33554944,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(32449,0,0,0,0,0,21939,0,0,0,'Borrowed Broom','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(32450,0,0,0,0,0,5556,0,0,0,'Badluck','','',0,1,1,0,2007,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(32451,0,0,0,0,0,28151,28157,28158,0,'Dalaran Citizen','','',0,75,75,2,2007,0,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32452,0,0,0,0,0,11686,0,0,0,'Valley of Lost Hope Vehicle','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32453,0,0,0,0,0,3718,3714,18052,3585,'Dalaran Citizen','','',0,75,75,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32454,0,0,0,0,0,3718,3714,18052,3585,'Dalaran Citizen','','',0,75,75,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32465,0,0,0,0,0,3718,18052,3714,3585,'Skosiris','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(32466,0,0,0,0,0,27972,0,0,0,'Monstrous Underbelly Rat','','',0,1,1,0,7,0,1,0.71429,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),(32467,0,0,0,33192,0,27984,0,0,0,'Skeletal Reaver','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,32467,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),(32468,0,0,0,0,0,27628,27629,27630,27631,'Ebon Blade Initiate','','',0,80,80,2,2051,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32469,0,0,0,0,0,25627,25402,25664,25287,'Ebon Blade Geist','','',0,80,80,2,2050,0,1,0.99206,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32470,0,0,0,0,0,6297,1924,6295,901,'Sewer Frog','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(32471,0,0,0,0,0,25926,0,0,0,'Griegen','','',0,75,75,2,14,0,1,1.14286,1,2,356,503,0,432,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,32471,0,0,0,0,0,0,0,0,51334,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,2147483647,0,'',12340),(32472,0,0,0,0,0,26802,26803,26804,26801,'Ebon Blade Gargoyle','','',0,80,80,2,2050,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33587200,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32473,0,0,0,0,0,27784,27784,0,0,'Scourge Blightbringer','','',0,80,80,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32474,0,0,0,0,0,28001,0,0,0,'Fishy Ser\'ji','Grand Master Fishing Trainer','',0,71,71,1,1981,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32475,0,0,0,0,0,27973,0,0,0,'Terror Spinner','','',0,76,76,2,14,0,1,1.14286,1,2,356,503,0,432,7.5,2000,2000,1,0,2048,0,3,0,0,0,0,305,452,74,1,1,32475,0,0,0,0,0,0,0,0,32475,28428,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,66624,0,'',12340),(32476,0,0,0,0,0,28092,28093,28094,28095,'Copperpot Goon','','',0,80,80,2,1806,0,1,1.42857,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(32477,0,0,0,0,0,28091,0,0,0,'Chester Copperpot','General & Trade Supplies','',0,80,80,2,35,4480,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32478,0,0,0,0,0,5782,0,0,0,'Slosh','Food & Drink','',0,80,80,2,35,640,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32479,0,0,0,33192,0,27897,0,0,0,'Bone Guard','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32480,0,0,0,0,0,23883,0,0,0,'Nerubian Underking','','',0,81,81,2,2068,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,184,1,8388624,0,'',12340),(32481,0,0,0,0,0,27975,0,0,0,'Aotona','','',0,75,75,2,14,0,1,1.14286,1,2,304,436,0,600,7.5,2000,2000,1,0,2048,0,26,0,0,0,0,1,1,0,1,1,32481,0,0,0,0,0,0,0,0,49865,51144,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,66624,0,'',12340),(32482,0,0,0,33192,0,24301,0,0,0,'Pustulent Colossus','','',0,81,82,2,21,0,1,0.99206,1,1,488,642,0,782,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,363,521,121,6,0,32482,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,43997,44009,42108,0,0,0,0,1,8388624,0,'',12340),(32483,0,0,0,0,0,27992,0,0,0,'Engorged Blight Worm','','',0,1,1,0,16,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,'',0,3,1,500,25,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32484,0,0,0,0,0,27976,0,0,0,'Bone Spider','','',0,78,78,2,21,0,1,1.14286,1,0,200,300,0,24,2,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(32485,0,0,0,0,0,28052,0,0,0,'King Krush','','',0,75,75,2,14,0,1,1.14286,1,2,342,485,0,392,7.5,2000,2000,1,0,2048,0,39,0,0,0,0,295,438,68,1,65537,32485,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,66624,0,'',12340),(32486,0,0,0,0,0,26696,0,0,0,'Scourge Death Knight','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32487,0,0,0,0,0,27979,0,0,0,'Putridus the Ancient','','',0,79,80,2,16,0,4,0.99206,1,2,422,586,0,642,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,5,8,32487,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,58,1,0,0,'',12340),(32488,0,0,0,0,0,27994,27995,27996,27997,'Ebon Blade Vindicator','','',0,80,80,2,2050,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32490,0,0,0,0,0,26540,0,0,0,'Scourge Deathcharger','','',0,80,80,2,21,16777216,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,32490,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,304,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),(32491,0,0,0,0,0,26711,0,0,0,'Time-Lost Proto Drake','','',0,80,80,2,14,0,1,3,1,2,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,0,32491,0,0,0,0,0,0,0,0,51020,61084,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_time_lost_proto_drake',12340),(32492,0,0,0,33192,0,27982,0,0,0,'Frostbrood Matriarch','','',0,83,83,2,21,0,1.4,2.57143,1,1,509,683,0,805,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,371,535,135,6,2048,32492,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,9,5,1,1,0,0,0,0,0,0,0,211,1,8388624,0,'',12340),(32493,0,0,0,0,0,3718,3714,18052,3585,'Wounded Dalaran','','',0,75,75,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32494,0,0,0,0,0,251,80,0,0,'Dalaran Child','','',0,75,75,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32495,0,0,0,0,0,27983,0,0,0,'Hildana Deathstealer','','',0,80,80,2,14,0,1,0.99206,1,2,417,586,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,32495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1.5,1,0,0,0,0,0,0,0,0,1,2147483647,0,'',12340),(32496,0,0,0,0,0,28290,0,0,0,'Dancing Runeblade','','',0,80,80,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(32497,0,0,0,0,0,27522,0,0,0,'Matthias Lehner','','',0,80,80,2,35,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32498,0,0,0,0,0,25390,25391,25390,25391,'Glacier Penguin','','',0,1,1,0,7,0,1,1,1.24,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32499,0,0,0,0,0,27987,0,0,0,'Shambling Zombie','','',0,80,80,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.00422,1,1,0,0,0,0,0,0,0,70,1,8388624,0,'',12340),(32500,0,0,0,0,0,27986,0,0,0,'Dirkee','','',0,80,80,2,14,0,1,1.14286,1,2,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,9,32768,32500,0,29729,0,0,0,0,0,0,61110,61103,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,139267,0,'',12340),(32501,0,0,0,33192,0,27988,0,0,0,'High Thane Jorfus','','',0,80,80,2,14,0,1,1.14286,1,2,417,586,0,608,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,341,506,80,6,0,32501,0,0,0,0,0,0,0,0,60950,60945,60953,60949,60951,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1.5,1,0,41989,0,0,0,0,0,0,1,2147483647,0,'',12340),(32502,0,0,0,33192,0,24993,24994,24992,24995,'Ravaged Ghoul','','',0,80,80,2,21,0,0.8,0.99206,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,32502,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(32503,0,0,0,0,0,27987,0,0,0,'Shambling Zombie','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.00422,1,1,0,0,0,0,0,0,0,70,1,8388624,0,'',12340),(32504,0,0,0,0,0,20570,11686,0,0,'The Lich King\'s Presence','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32505,0,0,0,33192,0,25300,0,0,0,'Vargul Wanderer','','',0,80,80,2,1885,0,2,1.42857,1,0,422,586,0,642,1,3000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,32505,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,41989,0,0,0,0,151,1,8388624,0,'',12340),(32507,0,0,0,33192,0,27808,27809,0,0,'Cultist Acolyte','','',0,80,80,2,21,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,32507,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,44784,0,0,0,0,0,0,1,8388624,0,'',12340),(32508,0,0,0,0,0,25300,0,0,0,'David Test Creature 1235','','',0,80,80,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,151,1,8388624,0,'',12340),(32509,0,0,0,0,0,27998,0,0,0,'Brammold Deepmine','Antiques & Heirlooms','',0,75,75,0,2007,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32510,0,0,0,0,0,27751,27752,0,0,'Warsong Battleguard','','',0,75,75,2,1801,0,1,1.14286,1,1,342,485,0,392,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32511,0,0,0,0,0,27788,0,0,0,'Khanok the Impassable','','',0,76,76,2,16,0,1,1.14286,1,3,356,503,0,432,35,2000,2000,1,537166592,2048,0,0,0,0,0,0,305,452,74,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,0,0,'',0,3,1,550,1,1,0,0,0,0,0,0,0,184,1,8388624,0,'',12340),(32512,0,0,0,0,0,27885,0,0,0,'Alliance Infra-green Bomber','','',0,80,80,2,534,16777216,1.2,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,'',0,4,1,18.7196,1,1,0,0,0,0,0,0,0,133,0,0,0,'npc_infra_green_bomber_generic',12340),(32513,0,0,0,0,0,27885,0,0,0,'Horde Infra-green Bomber','','',0,80,80,2,714,16777216,1.2,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,'',0,4,1,18.7196,1,1,0,0,0,0,0,0,0,133,0,0,0,'npc_infra_green_bomber_generic',12340),(32514,0,0,0,0,0,27999,0,0,0,'Vanessa Sellers','Shard Trader','',0,75,75,2,2007,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32515,0,0,0,0,0,28000,0,0,0,'Braeg Stoutbeard','Fur & Leather Trader','',0,75,75,2,2007,130,1,1,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32516,0,0,0,0,0,28006,0,0,0,'Washed-Up Mage','','',0,50,55,0,2007,2,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,512,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32518,0,0,0,0,0,27744,0,0,0,'Thrall','Warchief','',0,83,83,2,1801,0,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,768,2048,0,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,568.343,35,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32519,0,0,0,0,0,7763,10029,28011,28012,'Failed Experiment','','',0,74,75,2,16,0,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(32520,0,0,0,0,0,16480,21342,0,0,'Totally Generic Bunny (All Phase)','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32521,0,0,0,0,0,28221,0,0,0,'Varimathras','','',0,76,76,2,16,0,1,1.14286,1,3,352,499,0,408,35,2000,2000,2,537166592,2048,0,0,0,0,0,0,302,449,57,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,700,500,1,0,0,0,0,0,0,0,184,1,0,0,'',12340),(32522,0,0,0,0,0,17522,0,0,0,'Cinder Cloud','','',0,1,1,0,190,0,0.4,0.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,13,16,0,0,80204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,64,1,0,0,'',12340),(32523,0,0,0,0,0,28025,0,0,0,'Johnny Yes','','',0,80,80,0,1891,1,1,1.42857,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(32524,0,0,0,0,0,28027,0,0,0,'Willy Maybe','','',10203,80,80,0,1891,1,1,1.42857,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(32525,0,0,0,0,0,27665,0,0,0,'Alliance Infra-green Bomber, Parked','','',0,80,80,2,534,0,1.2,1.28571,1,0,422,586,0,642,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18.7196,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),(32526,0,0,0,0,0,28034,28035,28036,28037,'Alliance Infra-green Engineer','','',0,80,80,0,1732,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32527,0,0,0,0,0,22712,11686,0,0,'Thaddius Tap List','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32528,0,0,0,0,0,27665,0,0,0,'Horde Infra-green Bomber, Parked','','',0,80,80,0,714,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18.7196,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),(32529,0,0,0,0,0,28030,28031,28032,28033,'Horde Infra-green Engineer','','',0,80,80,0,1735,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32530,0,0,0,0,0,22712,11686,0,0,'Kel\'Thuzad Tap List','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32531,0,0,0,0,0,21955,19595,0,0,'Banner Bunny, Side, Alliance, Small','','',0,1,1,0,1732,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32532,0,0,0,0,0,21955,19595,0,0,'Banner Bunny, Side, Horde, small','','',0,1,1,0,1735,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32533,0,0,0,0,0,28017,0,0,0,'Cielstrasza','Wyrmrest Accord Quartermaster','',0,80,80,2,2010,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,2,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32534,0,0,0,0,0,28828,0,0,0,'Scalesworn Elite','','',0,80,80,2,16,0,6,2.14286,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,5.85,3.96825,1,1,0,0,0,0,0,0,0,197,1,0,0,'',12340),(32535,0,0,0,0,0,25835,0,0,0,'Wyrmrest Skytalon','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,4,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,56091,56092,57090,57143,57108,57403,0,0,0,308,0,0,'',0,5,1,7.93651,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),(32536,0,0,0,0,0,26077,0,0,0,'[UNUSED] Spirit Healer (WGA)','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32537,0,0,0,0,0,5233,0,0,0,'Spirit Healer','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32538,0,0,0,0,0,28039,0,0,0,'Duchess Mynx','Ebon Blade Quartermaster','',0,80,80,2,2050,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32540,0,0,0,0,0,26778,0,0,0,'Lillehoff','The Sons of Hodir Quartermaster','',10281,80,80,2,2107,131,2.8,1.71429,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),(32541,0,0,0,0,0,3019,0,0,0,'Initiate\'s Training Dummy','','',0,55,55,0,7,0,1,1,1,0,94,125,0,228,1,2000,2000,1,131072,2048,0,0,0,0,0,0,65,95,23,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000187,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),(32544,0,0,0,0,0,28065,0,0,0,'Steam Cloud','','',0,60,60,1,190,0,0.4,0.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,13,1040,0,0,80205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,64,1,0,0,'',12340),(32548,0,0,0,0,0,28050,0,0,0,'Corastrasza','','',10204,80,80,2,1816,3,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,8,1,0,0,0,0,0,0,0,0,1,0,0,'npc_corastrasza',12340),(32549,0,0,0,0,0,18628,0,0,0,'Arakkoa Talon Guard (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(32550,0,0,0,0,0,27488,0,0,0,'Arakkoa Windwalker (1)','','',0,82,82,2,16,0,1,1.14286,1,1,417,582,0,608,13,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(32551,0,0,0,0,0,20590,0,0,0,'Chaos Watcher (1)','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(32552,0,0,0,0,0,27486,0,0,0,'Ethereal Wind Trader (1)','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(32553,0,0,0,0,0,10193,0,0,0,'Lava Hound (1)','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(32554,0,0,0,0,0,27487,0,0,0,'Swirling Water Revenant (1)','','',0,82,82,2,16,0,1,1.14286,1,1,463,640,0,726,13,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,18.7,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(32555,0,0,0,0,0,26214,0,0,0,'Void Lord (1)','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(32556,0,0,0,0,0,7550,0,0,0,'QA Test Dummy 80 Undead','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),(32557,0,0,0,0,0,7550,0,0,0,'QA Test Dummy 80 Beast','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(32558,0,0,0,0,0,7550,0,0,0,'QA Test Dummy 80 Dragonkin','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(32559,0,0,0,0,0,7550,0,0,0,'QA Test Dummy 80 Demon','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(32560,0,0,0,0,0,7550,0,0,0,'QA Test Dummy 80 Giant','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(32561,0,0,0,0,0,7550,0,0,0,'QA Test Dummy 80 Elemental','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(32562,0,0,0,0,0,28053,0,0,0,'Green Proto-Drake','','',0,72,73,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),(32563,0,0,0,0,0,25854,0,0,0,'Red Drake Mount','','',0,50,52,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32565,0,0,0,0,0,28059,0,0,0,'Gara Skullcrush','Horde Expedition Quartermaster','',0,72,72,2,1978,128,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32566,0,0,0,0,0,5231,0,0,0,'Lurid','','',0,78,78,2,84,0,0.888888,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32567,0,0,0,0,0,28117,0,0,0,'Magnificent Flying Carpet','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,1056768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32568,0,0,0,0,0,18724,0,0,0,'Flying Black Qiraji Battle Tank','','',0,62,62,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,44,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32569,0,0,0,0,0,28066,0,0,0,'Corpse of the Fallen Worg','','',0,80,80,2,190,0,1.2,1,1,0,422,586,0,642,1,2000,2000,1,537133824,2048,32,1,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32570,0,0,0,0,0,28067,0,0,0,'Polymorphed Black Cat','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(32571,0,0,0,0,0,24531,0,0,0,'Halvdan','Flight Master','',0,79,80,2,2107,8192,2.8,1.71429,1,1,422,586,0,642,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),(32572,0,0,0,26280,0,25195,14886,0,0,'Dragonblight Mage Hunter','','',0,71,72,2,1985,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,2,0,32572,25430,70208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32573,0,0,0,0,0,28068,28069,28070,28071,'Valgarde Captive','','',0,72,72,2,7,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,270,401,53,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32574,0,0,0,0,0,22878,0,0,0,'Test Flying Machine','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),(32575,0,0,0,0,0,22712,11686,0,0,'Four Horsemen Tap List','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32576,0,0,0,0,0,23230,23553,25668,0,'Orabus the Helmsman','','',0,71,71,2,14,0,1,1.07143,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34814,0,0,0,0,0,0,1,0,0,'',12340),(32577,0,0,0,0,0,28072,0,0,0,'Kvaldir Crewman','','',0,68,69,2,14,0,1,1.07143,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32578,0,0,0,0,0,28072,0,0,0,'Kvaldir Crewman','','',0,68,69,2,14,0,1,1.07143,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32579,0,0,0,0,0,28072,0,0,0,'Kvaldir Crewman','','',0,68,69,2,14,0,1,1.07143,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32580,0,0,0,0,0,28072,0,0,0,'Kvaldir Crewman','','',0,68,69,2,14,0,1,1.07143,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32582,32583,0,0,0,0,28073,0,0,0,'Ethereal Sphere','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),(32583,0,0,0,0,0,28073,0,0,0,'Ethereal Sphere (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),(32584,0,0,0,0,0,25381,25638,25379,0,'Wolvar Illusion','','',0,78,78,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32585,0,0,0,0,0,28081,0,0,0,'Riding Protodrake, Blue','','',0,75,75,2,2092,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32586,0,0,0,0,0,28083,0,0,0,'Riding Protodrake, Bronze','','',0,75,75,2,2092,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32587,0,0,0,31395,0,27571,0,0,0,'Illidan Stormrage','','',0,82,82,0,14,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,160,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),(32588,0,0,0,31395,0,27571,0,0,0,'Illidan Stormrage','','',0,82,82,0,14,0,1,1.14286,1,3,452,678,0,169,1,2000,2000,1,0,2048,0,0,0,0,0,0,362,542,135,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,160,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),(32589,0,0,0,0,0,28214,0,0,0,'Tickbird Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(32590,0,0,0,0,0,28215,0,0,0,'White Tickbird Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(32591,0,0,0,0,0,28084,0,0,0,'Cobra Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(32592,0,0,0,0,0,28217,0,0,0,'Proto-Drake Whelp','','',0,1,1,0,188,0,1.44444,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,2,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(32593,0,0,0,0,0,25656,0,0,0,'Skittering Swarmer','','',0,72,72,2,21,0,0.833332,1.42857,1,5,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.020812,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(32594,0,0,0,0,0,24531,0,0,0,'Calder','Blacksmithing Supplies','',10209,79,80,2,2107,4227,2.8,1.71429,1,1,422,586,0,642,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),(32595,0,0,0,0,0,28216,0,0,0,'Pengu','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(32596,0,0,0,0,0,21273,21271,21272,21270,'Dalaran Visitor','','',0,74,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32597,0,0,0,0,0,21273,21271,21272,21270,'Dalaran Visitor','','',0,74,80,2,2007,0,1,1.38571,1,0,346,499,0,287,1,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32598,0,0,0,0,0,21273,21271,21272,21270,'Dalaran Visitor','','',0,74,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32599,0,0,0,0,0,28098,0,0,0,'Surveyor Hansen','','',10207,80,80,2,1929,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32600,0,0,0,0,0,26847,22152,23167,17476,'Dalaran Visitor','','',0,74,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32601,0,0,0,0,0,26847,22152,23167,17476,'Dalaran Visitor','','',0,74,80,2,2007,0,1,1.38571,1,0,346,499,0,287,1,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32602,0,0,0,0,0,26847,22152,23167,17476,'Dalaran Visitor','','',0,74,80,2,2007,0,1,1,1,0,346,499,0,287,1,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32603,0,0,0,0,0,23517,0,0,0,'Hootie','The Strigid Screecher','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(32604,0,0,0,0,0,28102,0,0,0,'Seiren','','',0,75,75,0,2007,0,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32606,0,0,0,0,0,21955,11686,0,0,'[DND] Cosmetic Book','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,128,'',12340),(32607,0,0,0,0,0,28038,0,0,0,'Icecrown Bomber Horde Test Pilot (DND)','','',0,1,1,0,1735,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32608,0,0,0,0,0,16480,21342,0,0,'Hodir\'s Spear Event Bunny','','',0,60,60,1,35,0,12,4.28571,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,265,1,0,128,'',12340),(32609,0,0,0,0,0,10720,0,0,0,'Hansen\'s Warhorse','','',0,70,70,2,1929,0,1,1.38571,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),(32615,0,0,0,0,0,15387,0,0,0,'Horde Warbringer','','',0,80,80,0,1735,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32616,0,0,0,0,0,26484,0,0,0,'Alterac Valley Portal','','Interact',0,80,80,2,534,1048577,1,1,1,0,422,586,0,642,1,2000,0,1,2147746560,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32617,0,0,0,0,0,26494,0,0,0,'Alterac Valley Portal','','Interact',0,80,80,2,714,1048577,1,1,1,0,422,586,0,642,1,2000,0,1,2147746560,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32618,0,0,0,0,0,26495,0,0,0,'Arathi Basin Portal','','Interact',0,80,80,2,534,1048577,1,1,1,0,422,586,0,642,1,2000,0,1,2147746560,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32619,0,0,0,0,0,26496,0,0,0,'Arathi Basin Portal','','Interact',0,80,80,2,714,1048577,1,1,1,0,422,586,0,642,1,2000,0,1,2147746560,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32620,0,0,0,0,0,26501,0,0,0,'Eye of the Storm Portal','','Interact',0,80,80,2,714,1048577,1,1,1,0,422,586,0,642,1,2000,0,1,2147746560,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32621,0,0,0,0,0,26499,0,0,0,'Eye of the Storm Portal','','Interact',0,80,80,2,534,1048577,1,1,1,0,422,586,0,642,1,2000,0,1,2147746560,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32622,0,0,0,0,0,26504,0,0,0,'Strand of the Ancients Portal','','Interact',0,80,80,2,534,1048577,1,1,1,0,422,586,0,642,1,2000,0,1,2147746560,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32623,0,0,0,0,0,26505,0,0,0,'Strand of the Ancients Portal','','Interact',0,80,80,2,714,1048577,1,1,1,0,422,586,0,642,1,2000,0,1,2147746560,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32624,0,0,0,0,0,26502,0,0,0,'Warsong Gulch Portal','','Interact',0,80,80,2,534,1048577,1,1,1,0,422,586,0,642,1,2000,0,1,2147746560,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32625,0,0,0,0,0,26503,0,0,0,'Warsong Gulch Portal','','Interact',0,80,80,2,714,1048577,1,1,1,0,422,586,0,642,1,2000,0,1,2147746560,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32626,0,0,0,0,0,27154,0,0,0,'Alliance Brigadier General','','',0,1,1,0,55,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32627,0,0,0,0,0,26403,0,0,0,'Wintergrasp Siege Engine','','vehichleCursor',0,80,80,0,35,16777216,1.2,1,1,0,422,586,0,642,1,2000,2000,4,16384,2048,0,0,0,0,0,0,345,509,103,9,393256,0,0,0,0,0,0,0,0,0,54109,0,0,0,0,0,0,0,0,324,0,0,'',0,3,1,15.9116,1,1,0,0,0,0,0,0,0,113,0,344407930,0,'npc_wg_siege_machine',12340),(32629,0,0,0,0,0,28106,0,0,0,'Wintergrasp Siege Turret','','Gunner',0,80,80,0,1735,16777216,1.2,1.14286,1,0,422,586,0,642,1,2000,2000,4,16384,2048,0,0,0,0,0,0,345,509,103,9,262184,0,0,0,0,0,0,0,0,0,57609,0,0,0,0,0,0,0,0,116,0,0,'',0,3,1,15.9116,1,1,0,0,0,0,0,0,0,121,0,344407930,0,'',12340),(32630,0,0,0,0,0,28110,0,0,0,'Vyragosa','','',0,80,80,2,14,0,1,3,1,2,422,586,4,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,0,32630,0,70210,0,0,0,0,0,0,47425,51857,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_time_lost_proto_drake',12340),(32631,0,0,0,0,0,28119,0,0,0,'Alfred Copperworth','Butler','',0,75,75,0,2007,642,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33024,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32632,0,0,0,0,0,27601,0,0,0,'Parlor Patron','','',0,80,80,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32634,0,0,0,0,0,28063,0,0,0,'Swift Mooncloth Carpet','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1056768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32635,0,0,0,0,0,28061,0,0,0,'Swift Shadoweave Carpet','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1056768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32636,0,0,0,0,0,28064,0,0,0,'Swift Spellfire Carpet','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1056768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32640,0,0,0,0,0,27238,0,0,0,'Traveler\'s Tundra Mammoth','','vehichleCursor',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,313,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),(32641,0,0,0,0,0,28120,0,0,0,'Drix Blackwrench','The Fixer','',0,80,80,2,1735,7296,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32642,0,0,0,0,0,28118,0,0,0,'Mojodishu','Traveling Trader','',0,80,80,2,1735,896,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32643,0,0,0,0,0,14273,0,0,0,'Kirin Tor Familiar','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32647,0,0,0,0,0,3019,19283,0,0,'Warsong Hold Practice Dummy','','',0,50,50,0,1703,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,256,2048,0,0,0,0,0,0,58,86,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32648,0,0,0,0,0,11686,0,0,0,'Tirion\'s Gambit Event Credit','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32649,0,0,0,0,0,1866,0,0,0,'Gorky','Traveling Salesman','',0,80,80,2,1735,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32650,0,0,0,0,0,28123,0,0,0,'Wounded Dalaran Protector','','',0,14,15,0,2007,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32651,0,0,0,0,0,28124,0,0,0,'Wounded Dalaran Shield Guard','','',0,31,32,0,2007,0,1,1,1,0,45,60,0,108,1,2000,2000,1,32768,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32652,0,0,0,0,0,28125,0,0,0,'Wounded Dalaran Watcher','','',0,18,19,0,2007,0,1,1.14286,1,0,20,28,0,28,1,2000,2000,8,0,2048,0,0,0,0,0,0,18,26,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1.3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32653,0,0,0,0,0,5966,0,0,0,'Wounded Dalaran Serpent','','',0,14,15,0,2007,0,1,1,1,0,22,29,0,54,1,1000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.001,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(32654,0,0,0,0,0,25331,0,0,0,'SOTA Alliance Gun 1','','',0,80,80,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26.7451,0.003404,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32655,0,0,0,0,0,27754,0,0,0,'SOTA Horde Gun 2','','',0,80,80,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26.7451,0.003404,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32656,0,0,0,0,0,27754,0,0,0,'SOTA Horde Gun 1','','',0,80,80,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26.7451,0.003404,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32657,0,0,0,0,0,28130,0,0,0,'Privateer Stonemantle','Captain of the Frostbreaker','',0,72,72,2,1891,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32658,0,0,0,0,0,28131,0,0,0,'Privateer Zierhut','Captain of the Graceful Maiden','',0,72,72,2,1891,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32659,0,0,0,0,0,28129,0,0,0,'Dread Captain Winge','Captain of the Casket Carrier','',0,72,72,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32660,0,0,0,0,0,28128,0,0,0,'Dread Captain \"Moldy\" Nadeux','Captain of the Blightbringer','',0,80,80,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32661,0,0,0,0,0,25331,0,0,0,'SOTA Alliance Gun 2','','',0,80,80,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26.7451,0.003404,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32662,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker (Floating, Uninteractible, Large, Sessile, Custom Phase 1)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32663,0,0,0,0,0,23831,0,0,0,'Budd','','',0,73,73,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,47031,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32664,0,0,0,0,0,12200,0,0,0,'Segacedi','Sewer Shark','',0,70,75,0,14,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,1,0,32664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32665,0,0,0,0,0,19033,0,0,0,'Crystalline Tangler','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,2,1000,2000,1,537165824,2048,0,0,0,0,0,0,345,509,103,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15873,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32666,0,0,0,0,0,28047,0,0,0,'Expert\'s Training Dummy','','',0,60,60,0,7,0,1,1,1,0,104,138,0,252,1,2000,2000,1,131072,2048,0,0,0,0,0,0,72,106,26,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000187,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),(32667,0,0,0,0,0,28047,0,0,0,'Master\'s Training Dummy','','',0,70,70,2,7,0,1,1,1,0,252,357,0,304,1,2000,2000,1,131072,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000187,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),(32668,0,0,0,0,0,80,0,0,0,'Emi','','',0,9,9,0,2007,0,1,1.14286,1,0,8,12,0,16,1,2000,2000,8,32768,2048,0,0,0,0,0,0,8,11,11,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32669,0,0,0,0,0,251,0,0,0,'Colin','','',0,13,13,0,2007,0,1,1.14286,1,0,13,18,0,20,1,2000,2000,8,32768,2048,0,0,0,0,0,0,12,17,12,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32675,0,0,0,0,0,28143,0,0,0,'Babagahnoosh the Grumpy','','',0,80,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32676,0,0,0,0,0,28144,0,0,0,'Grindle Firespark','','Directions',10043,80,80,2,2007,1,1,1,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32677,0,0,0,0,0,28145,0,0,0,'Whirt the All-Knowing','','Directions',10043,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32678,0,0,0,0,0,28146,0,0,0,'Emeline Fizzlefry','','Directions',10043,80,80,2,2007,1,1,1,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32679,0,0,0,0,0,28147,0,0,0,'Darthalia Ebonscorch','','Directions',10043,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32680,0,0,0,0,0,28148,0,0,0,'Fabioso the Fabulous','','Directions',10043,80,80,2,2007,1,1,1,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32681,0,0,0,0,0,28149,0,0,0,'The Magnificent Merleaux','','Directions',10043,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32682,0,0,0,0,0,23365,0,0,0,'Harry\'s Bomber','','',0,70,70,0,35,0,1,4,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,271,1,0,0,'',12340),(32683,0,0,0,0,0,28150,0,0,0,'Grezla the Hag','','Directions',10043,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32684,0,0,0,0,0,28152,0,0,0,'Mona Everspring','','Directions',0,80,80,2,2007,1,1,1,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32685,0,0,0,0,0,28153,0,0,0,'Kitz Proudbreeze','','Directions',10043,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32686,0,0,0,0,0,28154,0,0,0,'Crafticus Mindbender','','Directions',10043,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32687,0,0,0,0,0,28155,0,0,0,'Linda Ann Kastinglow','','Directions',10043,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32688,0,0,0,0,0,28156,0,0,0,'Archmage Tenaj','','Directions',10043,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32689,0,0,0,0,0,28159,0,0,0,'Adorean Lew','','Directions',10043,80,80,2,2007,1,1,1,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32690,0,0,0,0,0,28160,0,0,0,'Bitty Frostflinger','','Directions',10043,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32691,0,0,0,0,0,28161,0,0,0,'Magus Fansy Goodbringer','','Directions',10043,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32692,0,0,0,0,0,28162,0,0,0,'Arcanist Alec','','Directions',10043,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32693,0,0,0,0,0,28163,0,0,0,'Sabriana Sorrowgaze','','Directions',10043,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32694,0,0,0,0,0,169,11686,0,0,'Vesperon Controller Clear Debuff','','',0,80,80,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32695,0,0,0,0,0,28180,0,0,0,'Donavan Bale','','',0,75,75,2,1732,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32697,0,0,0,0,0,28181,0,0,0,'Dak\'hal the Black','','',0,75,75,2,1735,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32700,0,0,0,0,0,28200,0,0,0,'Halga Steelbarrow','','',0,75,75,2,1732,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32702,0,0,0,0,0,28201,0,0,0,'Drog Skullbreaker','','',0,75,75,2,1735,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32704,0,0,0,0,0,28188,0,0,0,'Danric the Bold','','',0,75,75,2,1732,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,33536,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32706,0,0,0,0,0,28189,0,0,0,'Saedelin Whitedawn','','',0,75,75,2,1735,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,33536,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32708,0,0,0,0,0,28182,0,0,0,'Narestel Palestar','','',0,75,75,2,1732,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,33536,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32709,0,0,0,0,0,28183,0,0,0,'Hunaka Greenhoof','','',0,75,75,2,1735,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,33536,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32710,0,0,0,0,0,28184,0,0,0,'Garl Grimgrizzle','','',0,75,75,2,1732,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,33536,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32711,0,0,0,0,0,28185,0,0,0,'Warp-Huntress Kula','','',0,75,75,2,1735,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,33536,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32712,0,0,0,0,0,28186,0,0,0,'The Amazing Zanzo','','',0,75,75,2,1732,0,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33536,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32713,0,0,0,0,0,28187,0,0,0,'Juwanamana','','',0,75,75,2,1735,0,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33536,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32714,0,0,0,0,0,28190,0,0,0,'Moon Priestess Nici','','',0,75,75,2,1732,0,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33536,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32715,0,0,0,0,0,28191,0,0,0,'Sorrow','','',0,75,75,2,1735,0,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33536,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32716,0,0,0,0,0,28192,0,0,0,'Linzi Redgrin','','',0,75,75,2,1732,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,33536,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32717,0,0,0,0,0,28193,0,0,0,'Drool','The Griefer','',0,75,75,2,1735,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,33536,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32718,0,0,0,0,0,28195,0,0,0,'Disidra Stormglory','','',0,75,75,2,1732,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,33536,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32719,0,0,0,0,0,28196,0,0,0,'Great Hexer Ohodo','','',0,75,75,2,1735,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,33536,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32720,0,0,0,0,0,28197,0,0,0,'Violetta','','',0,75,75,2,1732,0,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33536,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32721,0,0,0,0,0,28198,0,0,0,'Felcaster Virim','','',0,75,75,2,1735,0,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33536,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32722,0,0,0,0,0,27949,0,0,0,'Warmage Lukems','','',0,80,80,2,2009,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32723,0,0,0,0,0,24916,0,0,0,'Warmage Kath\'leen','','',0,75,75,2,2006,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32724,0,0,0,0,0,27944,0,0,0,'Warmage Mumplina','','',0,80,80,2,2009,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32725,0,0,0,0,0,23337,0,0,0,'Warmage Silva','','',0,72,72,2,2006,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32726,0,0,0,0,0,28164,0,0,0,'The Chooch','','Directions',10106,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32727,0,0,0,0,0,28165,0,0,0,'Natalie Tootiblare','','Directions',10106,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32728,0,0,0,0,0,28166,0,0,0,'Illusionist Karina','','Directions',10106,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32729,0,0,0,0,0,28167,0,0,0,'Lofwyr Le\'Fleur','','Directions',10106,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32730,0,0,0,0,0,28168,0,0,0,'Goldlilly Gleamingfell','','Directions',10106,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32731,0,0,0,0,0,28169,0,0,0,'Metopious Loreseeker','','Directions',10106,80,80,2,2007,1,1,1,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32732,0,0,0,0,0,28170,0,0,0,'Dorfus Alphamage','','Directions',10106,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32733,0,0,0,0,0,28171,0,0,0,'Joboba Mezbreaker','','Directions',10106,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32734,0,0,0,0,0,28173,0,0,0,'Arcanist Ginsberg','','',0,80,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32735,0,0,0,0,0,28172,0,0,0,'Alchemist Burroughs','','',0,80,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32736,0,0,0,0,0,28179,0,0,0,'Scribe Whitman','','',0,80,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32737,0,0,0,0,0,28174,0,0,0,'Archmage John Nicholas','The Punisher','',0,80,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32738,0,0,0,0,0,28178,0,0,0,'Kat Sunflower','','',0,80,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32739,0,0,0,0,0,28176,0,0,0,'Baroness Zildjia','','',0,80,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32740,0,0,0,0,0,28175,0,0,0,'Archmage Rheaume','','',0,80,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32741,0,0,0,0,0,28177,0,0,0,'Conjurer Weinhaus','','',0,80,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32742,0,0,0,0,0,16480,21342,0,0,'Your Corpse','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32743,0,0,0,0,0,28194,0,0,0,'Willard Blauvelt','Arena Speculator','',0,75,78,0,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32744,0,0,0,0,0,28199,0,0,0,'Bakor the Gangly','Arena Enthusiast','',0,75,78,0,35,0,1,1,1,0,387,543,0,528,1,2000,2000,1,768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32745,0,0,0,0,0,28202,0,0,0,'Amera Sky','','',0,75,78,0,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32746,0,0,0,0,0,28203,0,0,0,'Geffon the Unruly','','',0,75,78,0,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32747,0,0,0,0,0,28204,0,0,0,'Mendez Nightshadow','','',0,75,78,0,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32748,0,0,0,0,0,28205,0,0,0,'Bimble Sparkfingers','Arena Enthusiast','',0,75,78,0,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32749,0,0,0,0,0,28207,0,0,0,'Tuff Gorehoof','Arena Enthusiast','',0,75,78,0,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32751,0,0,0,0,0,28212,0,0,0,'Backbiter','','',0,75,75,2,1735,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,32,0,0,0,0,295,438,68,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32752,0,0,0,0,0,913,0,0,0,'Tabitha','','',0,75,75,2,1732,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,4,0,0,0,0,295,438,68,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32753,0,0,0,0,0,28208,0,0,0,'Lok','Death Knight Glyphs','',0,80,80,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32754,0,0,0,0,0,26347,0,0,0,'Austeen','Druid Glyphs','',0,80,80,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32755,0,0,0,0,0,27998,0,0,0,'Holloway Fjordhammer','Hunter Glyphs','',0,80,80,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32756,0,0,0,0,0,28143,0,0,0,'Linus Galespin','Mage Glyphs','',0,80,80,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32757,0,0,0,0,0,28159,0,0,0,'Harold Dawson','Paladin Glyphs','',0,80,80,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32758,0,0,0,0,0,26438,0,0,0,'Charlotte Mader','Priest Glyphs','',0,80,80,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32759,0,0,0,0,0,28177,0,0,0,'Libby Waterwheel','Rogue Glyphs','',0,80,80,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32760,0,0,0,0,0,26299,0,0,0,'Juliet Stonehelm','Shaman Glyphs','',0,80,80,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32761,0,0,0,0,0,28150,0,0,0,'Claire Littlesun','Warlock Glyphs','',0,80,80,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32762,0,0,0,0,0,28161,0,0,0,'David Hume','Warrior Glyphs','',0,80,80,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32763,0,0,0,0,0,28218,0,0,0,'Sairuk','Kalu\'ak Quartermaster','',0,65,65,0,1950,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32764,0,0,0,0,0,14781,0,0,0,'Zora Guthrek (2)','Trade Goods','',0,75,75,0,1215,128,1.22,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32765,0,0,0,0,0,9763,0,0,0,'Yaelika Farclaw (2)','Reagents & Poison Supplies','',0,75,75,0,1215,128,1.23,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32766,0,0,0,0,0,13470,0,0,0,'Wing Commander Ichman (2)','','',0,80,80,0,1217,3,1.76,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,4928,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32767,0,0,0,31721,0,27064,0,0,0,'Frostbrood Sentry','','',0,80,80,2,21,0,2,1.57143,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,32767,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,3,2,1,1,0,0,0,0,0,0,0,157,1,8388624,0,'',12340),(32768,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker (Floating, Uninteractible, Large, Sessile, Custom Phase 2)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32769,0,0,0,33192,32188,25753,0,0,0,'Gargoyle Ambusher','','',0,80,80,2,21,0,1,1.71429,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,32769,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(32770,0,0,0,32399,0,27806,26763,26329,0,'Enraged Fleshrender','','',0,80,80,2,21,0,0.8,1.71429,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,32770,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,1,1,0,42108,0,0,0,0,0,164,1,8388624,0,'',12340),(32771,0,0,0,32410,0,16206,15961,0,0,'Stitched Brute','','',0,80,80,2,21,0,1,1.71429,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,32771,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(32772,0,0,0,0,0,27870,0,0,0,'Skeletal Footsoldier','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,32772,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),(32773,0,0,0,0,0,23072,0,0,0,'Logistics Officer Brighton','Alliance Vanguard Quartermaster','',0,72,72,2,1973,128,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32774,0,0,0,0,0,1606,0,0,0,'Sebastian Crane','Horde Expedition Quartermaster','',0,72,72,2,1928,128,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32775,0,0,0,0,0,4683,0,0,0,'Fire Nova Totem IX','','',0,1,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32776,0,0,0,0,0,4683,0,0,0,'Fire Nova Totem VIII','','',0,1,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32777,0,0,0,0,0,24696,0,0,0,'Sky-Captain Mark Jackson','','',0,80,80,2,1732,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,10,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32778,0,0,0,0,0,1206,6303,2957,2958,'Crafty Snake (1)','','',0,80,80,0,190,0,1,1.14286,1,5,422,586,0,642,1,3000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32780,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker (All Phases)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32785,0,0,0,0,0,28286,0,0,0,'Web Wrap Visual','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32786,32787,0,0,0,0,10978,10972,0,0,'Rotted Troll Corpse','','',0,80,80,2,16,0,1,0.428571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,73,1,8388624,0,'',12340),(32787,0,0,0,0,0,10978,10972,0,0,'Rotted Troll Corpse (1)','','',0,80,80,2,16,0,1,0.428571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,73,1,8388624,0,'',12340),(32788,0,0,0,0,0,169,11686,0,0,'Moonglade Return Portal','','Interact',0,80,80,2,35,16777216,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32790,0,0,0,0,0,169,11686,0,0,'Moonglade Portal','','Interact',0,80,80,2,35,16777216,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32794,0,0,0,0,0,7550,0,0,0,'Indalamar\'s 83 Test Dummy','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10000,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(32795,0,0,0,0,0,27101,0,0,0,'Antipersonnel Cannon (1)','','vehichleCursor',0,80,80,0,614,16777216,1,1,1,1,422,586,0,642,13,2000,2000,1,32772,2048,0,0,0,0,0,0,345,509,103,9,262176,0,0,0,0,0,0,0,0,0,49872,0,0,0,0,0,0,0,0,160,0,0,'',0,3,1,11.2317,1,1,0,0,0,0,0,0,0,0,0,344407930,2,'',12340),(32796,0,0,0,0,0,27658,0,0,0,'Battleground Demolisher (1)','','vehichleCursor',0,80,80,0,168,16777216,1,1,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,9,131080,0,0,0,0,0,0,0,0,0,52338,60206,0,0,0,0,0,0,0,158,0,0,'',0,3,1,24.3355,1,1,0,0,0,0,0,0,0,112,0,344407930,2,'',12340),(32797,0,0,0,31395,0,27571,0,0,0,'Illidan Stormrage Kill Credit','','',0,82,82,0,14,0,1,1.14286,1,3,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,160,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),(32800,0,0,0,0,0,27554,0,0,0,'Father Kamaros','','',0,80,80,2,113,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32821,0,0,0,0,0,1126,17612,0,0,'Revenge for the Vargul Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32832,0,0,0,0,0,28300,0,0,0,'Blood Guard Zar\'shi','Armor Quartermaster','',0,65,65,0,1074,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32833,0,0,0,0,0,28300,0,0,0,'Scout Zar\'shi','','',0,65,65,1,1074,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32834,0,0,0,0,0,28301,0,0,0,'Knight-Lieutenant Moonstrike','Armor Quartermaster','',0,65,65,0,123,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32843,0,0,0,0,0,28317,0,0,0,'Tabea','','',0,75,75,2,2007,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32844,0,0,0,0,0,28318,0,0,0,'Apollo','Tabea\'s Companion','',0,1,1,0,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32847,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 80 Warrior (Bonus Armor)','','',0,80,80,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(32853,0,0,0,0,0,9790,0,0,0,'QA Test Dummy 83 Raid Debuff (High Armor)','','',0,73,73,1,7,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(32854,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 83 Warrior (Bonus Armor)','','',0,83,83,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(33005,0,0,0,0,0,1126,17612,0,0,'Tails Up Frost Leopard Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(33006,0,0,0,0,0,1126,17612,0,0,'Tails Up Icepaw Bear Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32871,33070,0,0,0,0,28641,0,0,0,'Algalon the Observer','','',0,83,83,2,190,0,4,2.14286,1,3,8620,11752,0,805,5,1000,2000,1,33024,2048,0,0,0,0,0,0,371,535,135,4,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,600,50,1,0,0,0,0,0,0,0,196,1,650854271,2097153,'boss_algalon_the_observer',12340),(32887,0,0,0,0,0,4589,0,0,0,'Magma Totem TEST','','',0,80,80,2,1953,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10000,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32931,0,0,0,0,0,27659,0,0,0,'Dan\'s Test Mount','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(32980,0,0,0,0,0,14549,0,0,0,'Faithful Mule','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32983,0,0,0,0,0,14550,0,0,0,'Rented Pack Mule','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33007,0,0,0,0,0,26165,0,0,0,'Male Frost Leopard','','',0,76,77,2,190,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,2,0,0,0,0,314,466,81,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33008,0,0,0,0,0,10618,0,0,0,'Male Icepaw Bear','','',0,76,77,2,190,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,4,0,0,0,0,314,466,81,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33010,0,0,0,0,0,26165,0,0,0,'Female Frost Leopard','','',0,76,77,2,190,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,2,0,0,0,0,314,466,81,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33011,0,0,0,0,0,10618,0,0,0,'Female Icepaw Bear','','',0,76,77,2,190,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,4,0,0,0,0,314,466,81,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33014,0,0,0,0,0,11557,0,0,0,'Justin Test Vehicle A','','vehichleCursor',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,69,1,0,0,'',12340),(33016,0,0,0,27360,0,9786,0,0,0,'Smoldering Skeleton','','',0,73,74,2,2035,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(33017,0,0,0,27362,0,21305,0,0,0,'Smoldering Construct','','',0,73,74,2,2035,0,1,1.19048,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(33029,0,0,0,0,0,28082,0,0,0,'Flying Carpet','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(33030,0,0,0,0,0,28060,0,0,0,'Magnificent Flying Carpet','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(33031,0,0,0,0,0,24606,24607,0,0,'Sebastian Bower','','',10276,77,77,2,35,1,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33087,0,0,0,0,0,11686,0,0,0,'Signal Fire Invisman','','',0,60,60,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33252,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Death Knight','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32939,0,0,0,0,0,28397,0,0,0,'Little Fawn','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(32942,0,0,0,0,0,28400,0,0,0,'Riding Spectral Gryphon (Taxi)','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32944,0,0,0,0,0,28402,0,0,0,'Red Dragonhawk','','',0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(32954,0,0,0,0,0,28411,28412,0,0,'Hungry Tuskarr','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32981,0,0,0,0,0,28421,0,0,0,'Riding Scourge Gryphon (Taxi)','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33018,0,0,0,0,0,28429,0,0,0,'Jennifer Owings','Food & Drink','',0,70,70,2,1929,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33019,0,0,0,0,0,28430,0,0,0,'Megan Owings','Bartender','',0,70,70,2,1929,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33025,0,0,0,0,0,28431,0,0,0,'Ha\'wana','','',0,78,78,2,35,2,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33026,0,0,0,0,0,28432,0,0,0,'Sarah Brady','Alcohol','',0,75,75,2,35,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33027,0,0,0,0,0,28433,0,0,0,'Jessica Sellers','Ink Trader','',0,75,75,2,2007,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33032,0,0,0,0,0,28435,0,0,0,'Firefly (Purple)','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(33069,0,0,0,0,0,28440,28441,0,0,'Darkmoon Bruiser','','',0,80,80,2,1896,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(33251,0,0,0,0,0,28516,0,0,0,'Death Knight Trainer and Runeforge','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32779,0,0,0,0,0,28285,0,0,0,'Ignoble Thief','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,43,1,0,0,'',12340),(32781,0,0,0,0,0,328,6302,4626,0,'Noblegarden Rabbit','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32782,0,0,0,0,0,328,11686,0,0,'Noblegarden Bunny Waypoint','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32784,0,0,0,0,0,328,11686,0,0,'Noblegarden Bunny Controller','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32789,0,0,0,0,0,328,0,0,0,'Polymorphed Rabbit','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(32791,0,0,0,0,0,6302,0,0,0,'Spring Rabbit','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'npc_spring_rabbit',12340),(32793,0,0,0,0,0,28288,28998,29000,0,'Baby Bunny','','',0,1,1,0,31,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,43,1,0,0,'',12340),(32798,0,0,0,0,0,28304,28305,0,0,'Spring Gatherer','','',0,75,75,0,1735,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32799,0,0,0,0,0,28302,28303,0,0,'Spring Collector','','',0,75,75,0,1732,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32801,0,0,0,0,0,23441,0,0,0,'Borean Tundra Flame Warden','','',9203,72,72,2,84,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32802,0,0,0,0,0,16338,0,0,0,'Sholazar Basin Flame Warden','','',9203,78,78,2,84,3,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32803,0,0,0,0,0,16339,0,0,0,'Dragonblight Flame Warden','','',9203,74,74,0,84,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32804,0,0,0,0,0,23438,0,0,0,'Howling Fjord Flame Warden','','',9203,72,72,0,84,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32805,0,0,0,0,0,16335,0,0,0,'Grizzly Hills Flame Warden','','',9203,75,75,0,84,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32806,0,0,0,0,0,23438,0,0,0,'Storm Peaks Flame Warden','','',9203,80,80,2,84,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32807,0,0,0,0,0,23439,0,0,0,'Crystalsong Forest Flame Warden','','',9203,80,80,2,84,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32808,0,0,0,0,0,16338,0,0,0,'Zul\'Drak Flame Warden','','',9203,77,77,0,84,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32809,0,0,0,0,0,16341,0,0,0,'Borean Tundra Flame Keeper','','',9278,72,72,2,83,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32810,0,0,0,0,0,23442,0,0,0,'Sholazar Basin Flame Keeper','','',9278,78,78,2,83,3,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32811,0,0,0,0,0,16340,0,0,0,'Dragonblight Flame Keeper','','',9278,74,74,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32812,0,0,0,0,0,23442,0,0,0,'Howling Fjord Flame Keeper','','',9278,72,72,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32813,0,0,0,0,0,16334,0,0,0,'Grizzly Hills Flame Keeper','','',9278,75,75,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32814,0,0,0,0,0,16340,0,0,0,'Storm Peaks Flame Keeper','','',9278,80,80,2,83,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32815,0,0,0,0,0,23440,0,0,0,'Crystalsong Forest Flame Keeper','','',9278,80,80,2,83,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32816,0,0,0,0,0,16340,0,0,0,'Zul\'Drak Flame Keeper','','',9278,77,77,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(32818,0,0,0,0,0,21774,0,0,0,'Plump Turkey','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'npc_pet_gen_plump_turkey',12340),(32819,0,0,0,0,0,4626,11686,0,0,'Plump Turkey Bunny','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,128,'',12340),(32820,0,0,0,0,0,21774,0,0,0,'Wild Turkey','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,32820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.05,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(32822,0,0,0,0,0,22191,0,0,0,'Large Turkey (Polymorph)','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(32823,0,0,0,0,0,28293,0,0,0,'Bountiful Table','','',0,1,1,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32824,0,0,0,0,0,28294,17188,0,0,'[PH] Pilgrim\'s Bounty Table - Turkey','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32825,0,0,0,0,0,28295,17188,0,0,'[PH] Pilgrim\'s Bounty Table - Yams','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32826,0,0,0,0,0,29205,29168,0,0,'Sturdy Seat','','vehichleCursor',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.80794,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(32827,0,0,0,0,0,28296,17188,0,0,'[PH] Pilgrim\'s Bounty Table - Cranberry Sauce','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32828,0,0,0,0,0,11686,0,0,0,'Chair Holder','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32829,0,0,0,0,0,28297,17188,0,0,'[PH] Pilgrim\'s Bounty Table - Pie','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32830,0,0,0,0,0,11686,0,0,0,'Food Holder','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32831,0,0,0,0,0,28298,17188,0,0,'[PH] Pilgrim\'s Bounty Table - Stuffing','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(32836,0,0,0,0,0,28306,28307,28311,28312,'Noblegarden Vendor','','',10257,12,12,0,1732,131,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32837,0,0,0,0,0,28308,28309,28313,28314,'Noblegarden Merchant','','',10257,12,12,0,1735,131,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32838,0,0,0,0,0,28315,0,0,0,'Minigob Manabonk','The Mischievous Mage','',0,76,76,0,35,0,1,1.14286,1,0,300,436,0,193,1,2000,2000,8,32768,2048,0,0,0,0,0,0,279,415,49,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_minigob_manabonk',12340),(32839,0,0,0,0,0,28310,0,0,0,'Sturdy Plate','','',0,1,1,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pilgrims_bounty_plate',12340),(32840,0,0,0,0,0,11686,0,0,0,'Plate Holder','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32845,32846,0,0,0,0,28743,0,0,0,'Hodir','','',0,83,83,2,16,0,1.6,1.42857,1,3,5878,8014,0,805,7,2000,2000,1,32832,2048,0,0,0,0,0,0,371,535,135,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,582,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'boss_hodir',12340),(32846,0,0,0,0,0,28743,0,0,0,'Hodir (1)','','',0,83,83,2,16,0,1.6,1.42857,1,3,6499,8861,0,805,13,2000,2000,1,32832,2048,0,0,0,0,0,0,371,535,135,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2329,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(32848,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 80 S1 Resil Priest','Priest','',0,80,80,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.86508,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(32849,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 80 S1 Resil Warrior','Warrior','',0,80,80,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.86508,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(32857,33694,0,0,0,0,28324,0,0,0,'Stormcaller Brundir','','',0,83,83,2,16,0,1.6,1.42857,1,3,3912,5339,0,805,7,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,7,108,32857,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1717186,1717186,'',0,3,10,215,50,1,0,0,0,0,0,0,0,144,1,617297759,2097153,'boss_stormcaller_brundir',12340),(32865,33147,0,0,0,0,28977,0,0,0,'Thorim','','',0,83,83,2,14,0,2.5,1.9286,1,3,12500,15000,0,1,1,1500,2000,2,0,2048,0,0,0,0,0,0,365,529,98,5,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,100,1,0,0,0,0,0,0,0,180,1,617299839,2097153,'boss_thorim',12340),(32866,33690,0,0,0,0,11686,0,0,0,'Overload Visual','','',0,83,83,2,16,0,1,1.14286,1,1,509,683,0,805,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32867,33693,0,0,0,0,28344,0,0,0,'Steelbreaker','','',0,83,83,2,16,0,0.888888,1.5873,1,3,3634,4954,0,805,7,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,5,108,32867,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1717186,1717186,'',0,3,1,215,50,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'boss_steelbreaker',12340),(32870,0,0,0,0,0,25489,0,0,0,'The Real Ronakada','Blademaster','Quest',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32872,33149,0,0,0,0,26965,0,0,0,'Runic Colossus','','',0,82,82,2,14,0,1,1.14286,1,1,4121,5621,0,742,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_runic_colossus',12340),(32873,33148,0,0,0,0,28349,0,0,0,'Ancient Rune Giant','','',0,82,82,2,14,0,0.888888,1.14286,1,1,1279,1744,0,742,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_ancient_rune_giant',12340),(32874,33162,0,0,0,0,26065,0,0,0,'Iron Ring Guard','','',0,81,81,2,16,0,1,1.14286,1,1,2200,3000,0,742,7,2000,2000,1,256,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_gauntlet_npcs',12340),(32875,33163,0,0,0,0,26239,0,0,0,'Iron Honor Guard','','',0,81,81,2,16,0,1,1.14286,1,1,1774,2422,0,742,7,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_gauntlet_npcs',12340),(32876,33158,0,0,0,0,25984,0,0,0,'Dark Rune Champion','','',0,82,82,2,16,0,1,1.14286,1,1,2745,3743,0,742,4,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_arena_npcs',12340),(32877,33155,0,0,0,0,28466,0,0,0,'Dark Rune Warbringer','','',0,82,82,2,16,0,1,1.14286,1,1,3435,4688,0,742,4,1667,2000,2,0,2048,0,0,0,0,0,0,360,520,91,7,0,0,0,0,0,0,0,0,0,0,62320,62322,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,650854270,2097152,'boss_thorim_arena_npcs',12340),(32878,33156,0,0,0,0,25990,0,0,0,'Dark Rune Evoker','','',0,82,82,2,16,0,1,1.14286,1,1,2056,2806,0,742,7,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,5,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_arena_npcs',12340),(32879,0,0,0,0,0,169,16925,0,0,'Thorim Controller','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'boss_thorim_sif_blizzard',12340),(32882,33154,0,0,0,0,24564,0,0,0,'Jormungar Behemoth','','',0,82,82,2,14,0,1,1.14286,1,1,4121,5621,0,742,7,2000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_start_npcs',12340),(32883,33152,0,0,0,0,21312,21313,21314,21315,'Captured Mercenary Soldier','','',0,80,80,2,16,0,1,1.14286,1,1,800,1100,0,742,7,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_start_npcs',12340),(32885,33153,0,0,0,0,21308,21309,21310,21311,'Captured Mercenary Soldier','','',0,80,80,2,16,0,1,1.14286,1,1,800,1100,0,742,7,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_start_npcs',12340),(32886,33159,0,0,0,0,25990,0,0,0,'Dark Rune Acolyte','','',0,82,82,2,1692,0,1,1.14286,1,1,2000,2800,0,742,7,2000,2000,2,32768,2048,0,0,0,0,0,0,360,520,91,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_start_npcs',12340),(32892,0,0,0,0,0,16925,0,0,0,'Thorim Event Bunny','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'boss_thorim_pillar',12340),(32893,0,0,0,0,0,28362,0,0,0,'Missy Flamecuffs','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_mage',12340),(32897,0,0,0,0,0,28366,0,0,0,'Field Medic Penny','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_priest',12340),(32898,0,0,0,0,0,27658,0,0,0,'Sarah\'s Battleground Bruiser','','vehichleCursor',0,80,80,0,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,393256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.35979,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),(32900,0,0,0,0,0,28368,0,0,0,'Elementalist Avuun','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_shaman',12340),(32901,0,0,0,0,0,28369,0,0,0,'Ellie Nightfeather','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_druid',12340),(32904,33157,0,0,0,0,25995,0,0,0,'Dark Rune Commoner','','',0,80,80,2,16,0,1,1.14286,1,0,578,788,0,742,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_arena_npcs',12340),(32905,0,0,0,0,0,21774,0,0,0,'Rabid Turkey','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(32906,33360,0,0,0,0,28777,0,0,0,'Freya','','',0,83,83,2,16,0,1.6,1.14286,1,3,6261,8544,0,805,7,2000,2000,2,64,2048,0,0,0,0,0,0,365,529,98,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,55,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'boss_freya',12340),(32907,33150,0,0,0,0,21314,21313,0,0,'Captured Mercenary Captain','','',0,80,80,2,16,0,1,1.14286,1,1,800,1100,0,742,7,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_start_npcs',12340),(32908,33151,0,0,0,0,21308,21311,0,0,'Captured Mercenary Captain','','',0,80,80,2,16,0,1,1.14286,1,1,800,1100,0,742,7,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_start_npcs',12340),(32913,33392,0,0,0,0,29175,0,0,0,'Elder Ironbranch','','',0,83,83,2,16,0,1.6,1.14286,1,3,4701,6409,0,805,7,2000,2000,1,64,2048,0,0,0,0,0,0,371,535,135,4,364,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'boss_freya_elder_ironbranch',12340),(32914,33393,0,0,0,0,29176,0,0,0,'Elder Stonebark','','',0,83,83,2,16,0,1.6,1.14286,1,3,4701,6409,0,805,7,2000,2000,1,64,2048,0,0,0,0,0,0,371,535,135,4,364,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'boss_freya_elder_stonebark',12340),(32915,33391,0,0,0,0,29174,0,0,0,'Elder Brightleaf','','',0,83,83,2,16,0,1.6,1.14286,1,3,4701,6409,0,805,7,2000,2000,2,64,2048,0,0,0,0,0,0,365,529,98,4,364,32915,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,110,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'boss_freya_elder_brightleaf',12340),(32916,33400,0,0,0,0,28531,0,0,0,'Snaplasher','','',0,81,81,2,16,0,1.6,1.14286,1,1,1774,2419,0,805,7,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,24,1,1,0,0,0,0,0,0,0,0,1,617298715,0,'boss_freya_summons',12340),(32918,33399,0,0,0,0,11636,21773,0,0,'Detonating Lasher','','',0,81,81,2,16,0,1.6,1.14286,1,1,1000,1400,2,1,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.5,1,1,0,0,0,0,0,0,0,180,1,617299803,0,'boss_freya_summons',12340),(32919,33401,0,0,0,0,14213,0,0,0,'Storm Lasher','','',0,81,81,2,16,0,1.6,1.14286,1,1,1774,2419,0,805,7,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18,1,1,0,0,0,0,0,0,0,80,1,617299803,0,'boss_freya_summons',12340),(32922,0,0,0,0,0,25984,0,0,0,'Dark Rune Champion','','',0,82,82,2,14,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,363,521,121,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(32923,0,0,0,0,0,28580,0,0,0,'Dark Rune Commoner','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(32924,0,0,0,0,0,28580,0,0,0,'Dark Rune Evoker','','',0,82,82,2,14,0,1,1.14286,1,1,463,640,0,726,7.5,2000,2000,2,768,2048,0,0,0,0,0,0,360,520,91,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(32925,0,0,0,0,0,28581,0,0,0,'Dark Rune Warbringer','','',0,82,82,2,14,0,1,1.14286,1,1,463,640,0,726,7.5,2000,2000,2,768,2048,0,0,0,0,0,0,360,520,91,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(32926,33352,0,0,0,0,25865,0,0,0,'Flash Freeze','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,131076,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.1746,1,1,0,0,0,0,0,0,0,0,1,650870655,2097152,'npc_ulduar_flash_freeze',12340),(32927,33692,0,0,0,0,28381,0,0,0,'Runemaster Molgeim','','',0,83,83,2,16,0,1.6,1.28571,1,3,3912,5339,0,805,7,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,7,108,32927,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1717186,1717186,'',0,3,1,215,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'boss_runemaster_molgeim',12340),(32930,33909,0,0,0,0,28638,0,0,0,'Kologarn','','',0,83,83,2,16,0,1,1.14286,1,3,7185,9796,0,805,7,2000,2000,1,4,2048,0,0,0,0,0,0,371,535,135,5,4194412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328,0,0,'',0,3,1,260,50,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'boss_kologarn',12340),(32933,33910,0,0,0,0,28821,0,0,0,'Left Arm','','',0,83,83,2,16,0,1,1,1,3,509,683,0,805,35,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,5,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,39,50,1,0,0,0,0,0,0,0,0,1,650854271,2359296,'boss_kologarn_arms',12340),(32934,33911,0,0,0,0,28822,0,0,0,'Right Arm','','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,35,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,5,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,380,0,0,'',0,3,1,39,50,1,0,0,0,0,0,0,0,0,1,650854271,2359296,'boss_kologarn_arms',12340),(32938,33353,0,0,0,0,25865,0,0,0,'Flash Freeze','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,131076,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.1746,1,1,0,0,0,0,0,0,0,0,1,650870655,2097152,'npc_ulduar_flash_freeze',12340),(32941,0,0,0,0,0,28399,0,0,0,'Tor Greycloud','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_druid',12340),(32946,0,0,0,0,0,28403,0,0,0,'Veesha Blazeweaver','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_mage',12340),(32948,0,0,0,0,0,28406,0,0,0,'Battle-Priest Eliza','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_priest',12340),(32950,0,0,0,0,0,28408,0,0,0,'Spiritwalker Yona','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_shaman',12340),(32953,34296,0,0,0,0,28460,0,0,0,'Black Hole','','',0,80,80,2,14,0,1,1,1,1,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32955,34215,0,0,0,0,28988,0,0,0,'Collapsing Star','','',0,80,80,2,14,0,1,1,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,0,650854271,2097152,'npc_collapsing_star',12340),(32956,0,0,0,0,0,21774,0,0,0,'Lonely Turkey','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,32956,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(32957,33160,0,0,0,0,25990,0,0,0,'Dark Rune Acolyte','','',0,82,82,2,16,0,1,1.14286,1,1,463,640,0,726,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,360,520,91,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(32958,33689,0,0,0,0,28418,0,0,0,'Lightning Elemental','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,94,1,0,0,'npc_assembly_lightning',12340),(32984,0,0,0,0,0,21955,11686,0,0,'Test of Strength Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33045,0,0,0,0,0,1126,14501,0,0,'ELM General Purpose Bunny Large (scale x5)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(33049,0,0,0,0,0,512,0,0,0,'[ph] justin test backstab target','','',0,1,1,0,2031,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33050,33395,0,0,0,0,23258,0,0,0,'Unstable Sun Beam','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(33051,33691,0,0,0,0,23767,0,0,0,'Rune of Summoning','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33816578,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33052,33116,0,0,0,0,28741,0,0,0,'Living Constellation','','',0,81,81,2,14,0,1,1,1,1,464,604,0,708,7.5,2000,2000,1,33587200,2048,0,0,0,0,0,0,353,512,112,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,20,25,1,0,0,0,0,0,0,0,0,1,650854239,0,'npc_living_constellation',12340),(33054,0,0,0,0,0,169,16925,0,0,'Thorim Trap Bunny','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'boss_thorim_trap',12340),(33059,0,0,0,0,0,27658,0,0,0,'Wrecked Demolisher','','',0,80,80,2,35,0,1.2,1,1,0,0,0,0,0,1,2000,2000,4,570703872,1,32,0,0,0,0,0,0,0,0,9,393256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,0.5,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),(33060,0,0,0,0,0,28650,0,0,0,'Salvaged Siege Engine','','vehichleCursor',0,80,80,2,2105,0,1.25,1,1,0,0,0,0,0,1,2000,2000,4,16384,2048,0,0,0,0,0,0,0,0,0,9,262184,0,0,0,0,0,0,0,0,0,62345,62522,62346,0,0,0,0,0,0,336,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,113,0,67109888,0,'',12340),(33061,0,0,0,0,0,25871,0,0,0,'Wrecked Mechano-hog','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(33062,34045,0,0,0,0,25870,25871,0,0,'Salvaged Chopper','','vehichleCursor',0,80,80,2,2105,16777216,2,2,1,0,0,0,0,0,1,2000,2000,4,16384,2048,0,0,0,0,0,0,0,0,0,9,262176,0,0,0,0,0,0,0,0,0,62974,62286,62299,64660,0,0,0,0,0,335,0,0,'',0,3,1,40,1,1,0,0,0,0,0,0,0,180,0,67109888,0,'',12340),(33063,0,0,0,0,0,28650,0,0,0,'Wrecked Siege Engine','','vehichleCursor',0,80,80,2,1770,0,1,1,1,0,0,0,0,0,1,2000,2000,4,570703872,2049,32,0,0,0,0,0,0,0,0,9,393256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),(33064,0,0,0,0,0,28282,0,0,0,'Frizzer','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33067,0,0,0,0,0,28526,0,0,0,'Salvaged Siege Turret','','Gunner',0,80,80,2,2105,16777216,1.2,1.14286,1,0,0,0,0,0,1,2000,2000,4,16386,2048,0,0,0,0,0,0,0,0,0,9,262184,0,0,0,0,0,0,0,0,0,62358,62359,64677,0,0,0,0,0,0,337,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,121,0,67109888,0,'',12340),(33068,0,0,0,0,0,21955,21999,0,0,'Darkmoon Faire - Cannon Target Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(33070,0,0,0,0,0,28641,0,0,0,'Algalon the Observer (1)','','',0,83,83,2,190,0,4,2.14286,1,3,6965,9495,0,805,10,1000,2000,1,33024,2048,0,0,0,0,0,0,341,506,80,4,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2500,50,1,0,0,0,0,0,0,0,196,1,650854271,2097153,'',12340),(33073,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 83 Warrior Sessile','','',0,87,87,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3000,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(33080,0,0,0,0,0,28106,0,0,0,'Warsong Siege Turret','','Gunner',0,80,80,2,1735,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,262184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(33081,0,0,0,0,0,28442,0,0,0,'Tonk Cannon Target','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33086,0,0,0,0,0,169,11686,0,0,'Algalon Stalker','','',0,74,74,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(33088,33396,0,0,0,0,28634,0,0,0,'Iron Roots','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_freya_iron_root',12340),(33089,34221,0,0,0,0,18957,0,0,0,'Dark Matter','','',0,81,81,2,14,0,4,1.42857,1,1,1800,2400,0,805,3,2000,2000,1,32768,2048,0,0,0,0,0,0,353,512,112,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.5,1,1,0,0,0,0,0,0,0,98,1,650854271,2097152,'',12340),(33090,0,0,0,0,0,29096,0,0,0,'Pool of Tar','','',0,80,80,2,1965,0,0.3,0.25,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62288,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000187,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pool_of_tar',12340),(33104,0,0,0,0,0,169,11686,0,0,'Algalon Stalker Asteroid Target 01','','',0,80,80,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(33105,34131,0,0,0,0,169,11686,0,0,'Algalon Stalker Asteroid Target 02','','',0,80,80,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(33108,0,0,0,0,0,11686,0,0,0,'Hodir\'s Fury Targetting Reticle','','',0,80,80,0,14,0,4,1.71429,1.5,0,2,2,0,24,1,2000,2000,2,33554434,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,173,1,0,130,'npc_hodirs_fury',12340),(33109,0,0,0,0,0,27658,0,0,0,'Salvaged Demolisher','','vehichleCursor',0,80,80,2,2105,0,1.2,1,1,0,0,0,0,0,1,2000,2000,4,16384,0,0,0,0,0,0,0,0,0,0,9,393256,0,0,0,0,0,0,0,0,0,62306,62490,62308,62324,0,0,0,0,0,338,0,0,'',0,3,1,50,0.5,1,0,0,0,0,0,0,0,113,0,67109888,0,'',12340),(33110,33161,0,0,0,0,25990,0,0,0,'Dark Rune Acolyte','','',0,82,82,2,16,0,1,1.14286,1,1,2000,2800,0,742,7,2000,2000,2,32768,2048,0,0,0,0,0,0,360,520,91,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_thorim_gauntlet_npcs',12340),(33113,34003,0,0,0,0,28875,0,0,0,'Flame Leviathan','','',0,83,83,2,1965,0,1.2,0.71429,1,3,5483,7475,0,805,7,2000,2000,1,64,2048,0,0,0,0,0,0,371,535,135,9,557164,33113,0,29725,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,1690736,1690736,'',0,3,1,1650,2,1,0,0,0,0,0,0,0,1,1,650854271,2097409,'boss_flame_leviathan',12340),(33114,0,0,0,0,0,11686,0,0,0,'Flame Leviathan Seat','','vehichleCursor',0,80,80,2,2110,16777216,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,33570816,2048,0,0,0,0,0,0,0,0,0,9,1049632,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'boss_flame_leviathan_seat',12340),(33116,0,0,0,0,0,28741,0,0,0,'Living Constellation (1)','','',0,81,81,2,14,0,1,1,1,1,417,582,0,608,15,2000,2000,1,33587200,2048,0,0,0,0,0,0,341,506,80,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,40,25,1,0,0,0,0,0,0,0,0,1,650854239,0,'',12340),(33118,33190,0,0,0,0,29185,0,0,0,'Ignis the Furnace Master','','',0,83,83,2,16,0,1.6,1.42857,1,3,5483,7475,0,805,7,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,5,108,33118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,1100000,1300000,'',0,3,1,400,1,1,0,0,0,0,0,0,0,661,1,650854271,2097153,'boss_ignis',12340),(33121,33191,0,0,0,0,26154,0,0,0,'Iron Construct','','',0,80,80,2,16,0,1,1.28571,1,1,1403,1913,0,642,7,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,1,1,0,0,0,0,0,0,0,133,1,650854271,2097154,'npc_ulduar_iron_construct',12340),(33122,0,0,0,0,0,28550,0,0,0,'Iron Construct (Magma Visual)','','',0,80,80,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33125,33164,0,0,0,0,26239,0,0,0,'Iron Honor Guard','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33128,0,0,0,0,0,8590,0,0,0,'Puppeteer','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33129,0,0,0,0,0,28464,0,0,0,'Gnome Puppet','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33130,0,0,0,0,0,14584,0,0,0,'[PH] Joust Horse','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(33134,34332,0,0,0,0,29117,0,0,0,'Sara','','',0,83,83,2,16,0,1,1.28571,1,3,496,674,0,783,35,2000,2000,2,2,2048,0,0,0,0,0,0,365,529,98,10,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,14.342,50,1,0,0,0,0,0,0,0,0,1,0,1,'boss_yoggsaron_sara',12340),(33135,0,0,0,0,0,26185,26186,0,0,'[PH] Joust Knight','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33136,33968,0,0,0,0,28465,0,0,0,'Guardian of Yogg-Saron','','',0,82,82,2,16,0,1.6,1.71429,1,1,2745,3743,0,805,6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,10,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16.3193,1,1,0,0,0,0,0,0,0,167,1,0,0,'boss_yoggsaron_guardian_of_ys',12340),(33137,0,0,0,0,0,13069,0,0,0,'Puppet Hand','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33138,0,0,0,0,0,26753,0,0,0,'Lightning Orb','','',0,80,80,2,14,0,9.6,4,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,245,1,0,0,'boss_thorim_lightning_orb',12340),(33139,34111,0,0,0,0,28883,0,0,0,'Flame Leviathan Turret','','Gunner',0,80,80,0,1965,16777216,1.2,1.14286,1,3,0,0,0,0,35,2000,2000,4,33554434,2048,0,0,0,0,0,0,0,0,0,9,786540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,935.979,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(33140,0,0,0,0,0,16925,0,0,0,'Thorim Golem Right Hand Bunny','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33141,0,0,0,0,0,16925,0,0,0,'Thorim Golem Left Hand Bunny','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33142,0,0,0,0,0,28829,0,0,0,'Leviathan Defense Turret','','',0,80,80,2,1965,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,12288,0,0,0,0,0,0,0,0,0,62402,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.07937,1,1,0,0,0,0,0,0,0,0,0,0,0,'boss_flame_leviathan_defense_turret',12340),(33143,0,0,0,0,0,28469,0,0,0,'Overload Control Device','','',0,80,80,0,35,16777216,1.2,1,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,9,1049600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_flame_leviathan_overload_device',12340),(33146,0,0,0,0,0,11686,24914,0,0,'Demolisher Engineering Console (Old)','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,1049632,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,0.136147,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33147,0,0,0,0,0,28977,0,0,0,'Thorim (1)','','',0,83,83,2,14,0,2.5,1.9286,1,3,25000,30000,0,1,1,1500,2000,2,0,2048,0,0,0,0,0,0,365,529,98,5,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1500,100,1,0,0,0,0,0,0,0,180,1,617299839,2097153,'',12340),(33148,0,0,0,0,0,28349,0,0,0,'Ancient Rune Giant (1)','','',0,82,82,2,14,0,0.888888,1.14286,1,1,1444,1970,0,742,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33149,0,0,0,0,0,26965,0,0,0,'Runic Colossus (1)','','',0,82,82,2,14,0,1,1.14286,1,1,3330,4540,0,742,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33150,0,0,0,0,0,21308,21311,0,0,'Captured Mercenary Captain (1)','','',0,80,80,2,16,0,1,1.14286,1,1,800,1100,0,742,10,2000,2000,2,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33151,0,0,0,0,0,21314,21313,0,0,'Captured Mercenary Captain (1)','','',0,80,80,2,16,0,1,1.14286,1,1,800,1100,0,742,10,2000,2000,2,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33152,0,0,0,0,0,21312,21313,21314,21315,'Captured Mercenary Soldier (1)','','',0,80,80,2,16,0,1,1.14286,1,1,800,1100,0,742,10,2000,2000,2,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,33,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33153,0,0,0,0,0,21308,21309,21310,21311,'Captured Mercenary Soldier (1)','','',0,80,80,2,16,0,1,1.14286,1,1,800,1100,0,742,10,2000,2000,2,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,33,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33154,0,0,0,0,0,24564,0,0,0,'Jormungar Behemoth (1)','','',0,82,82,2,14,0,1,1.14286,1,1,3330,4540,0,742,13,2000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33155,0,0,0,0,0,28466,0,0,0,'Dark Rune Warbringer (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2734,3732,0,742,8,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,7,0,0,0,0,0,0,0,0,0,0,62320,62322,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,1,1,0,0,0,0,0,0,0,0,1,650854270,2097152,'',12340),(33156,0,0,0,0,0,25990,0,0,0,'Dark Rune Evoker (1)','','',0,82,82,2,16,0,1,1.14286,1,1,1627,2221,0,742,13,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,5,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33157,0,0,0,0,0,25995,0,0,0,'Dark Rune Commoner (1)','','',0,80,80,2,16,0,1,1.14286,1,0,578,788,0,742,1.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33158,0,0,0,0,0,25984,0,0,0,'Dark Rune Champion (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2220,3026,0,742,8,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,22,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33159,0,0,0,0,0,25990,0,0,0,'Dark Rune Acolyte (1)','','',0,82,82,2,1692,0,1,1.14286,1,1,2000,2800,0,742,10,2000,2000,2,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33160,0,0,0,0,0,25990,0,0,0,'Dark Rune Acolyte (1)','','',0,82,82,2,16,0,1,1.14286,1,1,422,586,0,642,15,2000,2000,2,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33161,0,0,0,0,0,25990,0,0,0,'Dark Rune Acolyte (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2000,2800,0,742,10,2000,2000,2,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33162,0,0,0,0,0,26065,0,0,0,'Iron Ring Guard (1)','','',0,81,81,2,16,0,1,1.14286,1,1,2200,3000,0,742,10,2000,2000,1,256,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33163,0,0,0,0,0,26239,0,0,0,'Iron Honor Guard (1)','','',0,81,81,2,16,0,1,1.14286,1,1,1774,2422,0,742,10,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33164,0,0,0,0,0,26239,0,0,0,'Iron Honor Guard (1)','','',0,81,81,2,16,0,1,1.14286,1,1,422,586,0,642,15,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33167,0,0,0,0,0,29168,0,0,0,'Salvaged Demolisher Mechanic Seat','','vehichleCursor',0,80,80,2,35,16777216,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,33554434,0,0,0,0,0,0,0,0,0,0,9,1311776,0,0,0,0,0,0,0,0,0,62634,64979,62479,62471,0,64414,0,0,0,345,0,0,'',0,3,1,50,0.5,1,0,0,0,0,0,0,0,0,0,67109888,0,'',12340),(33168,33397,0,0,0,0,28634,0,0,0,'Strengthened Iron Roots','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_freya_iron_root',12340),(33169,0,0,0,0,0,28470,0,0,0,'Icicle','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,345,509,103,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_ulduar_icicle',12340),(33170,33402,0,0,0,0,23258,0,0,0,'Sun Beam','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(33173,0,0,0,0,0,28470,0,0,0,'Snowpacked Icicle','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,345,509,103,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_ulduar_icicle',12340),(33174,0,0,0,0,0,15880,0,0,0,'Snowpacked Icicle Target','','',0,80,80,2,14,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33554434,2048,0,0,0,0,0,0,341,506,80,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(33184,0,0,0,0,0,22524,0,0,0,'Razorscale Harpoon Gun (Unused)','','vehichleCursor',0,80,80,2,2105,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554438,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33185,0,0,0,0,0,28475,28476,0,0,'Grenade Crate','','',0,80,80,2,2059,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000476,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33186,33724,0,0,0,0,28787,0,0,0,'Razorscale','','',0,83,83,2,14,0,1.6,1.42857,1,3,5483,7475,0,805,7,2000,2000,1,33536,2048,0,0,0,0,0,0,371,535,135,2,108,33186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280000,360000,'',0,3,1,255,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'boss_razorscale',12340),(33188,0,0,0,0,0,28482,0,0,0,'Teldrassil Sproutling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(33189,0,0,0,0,0,28783,0,0,0,'Liquid Pyrite','','',0,80,80,2,2059,0,1.2,1,1,0,422,586,0,642,1,2000,2000,1,33280,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.000476,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33190,0,0,0,0,0,29185,0,0,0,'Ignis the Furnace Master (1)','','',0,83,83,2,16,0,1.6,1.42857,1,3,4428,6037,0,805,13,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,5,108,33190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1100000,1300000,'',0,3,1,1400,1,1,0,0,0,0,0,0,0,661,1,650854271,2097153,'',12340),(33191,0,0,0,0,0,26154,0,0,0,'Iron Construct (1)','','',0,80,80,2,16,0,1,1.28571,1,1,1138,1551,0,642,13,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,1,1,0,0,0,0,0,0,0,133,1,650854271,2097154,'',12340),(33192,0,0,0,0,0,4449,26241,0,0,'Icecrown Scourge Proxy','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(33194,0,0,0,0,0,28489,0,0,0,'Dun Morogh Cub','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(33196,33234,0,0,0,0,28488,0,0,0,'Sif','','',0,83,83,2,14,0,1,1.14286,1,3,370,531,0,343,35,2000,2000,8,33587200,2048,0,0,0,0,0,0,365,542,84,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,350,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_thorim_sif',12340),(33197,0,0,0,0,0,4732,0,0,0,'Tirisfal Batling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33198,0,0,0,0,0,15470,0,0,0,'Durotar Scorpion','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33199,0,0,0,0,0,14473,0,0,0,'Alarming Clockbot','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33200,0,0,0,0,0,16205,0,0,0,'Elwynn Lamb','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33202,33398,0,0,0,0,26650,0,0,0,'Ancient Water Spirit','','',0,81,81,2,16,0,1.6,1.14286,1,1,2359,3223,0,805,7,2000,2000,8,0,2048,0,0,0,0,0,0,351,503,74,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18,1,1,0,0,0,0,0,0,0,0,1,617297755,0,'boss_freya_summons',12340),(33203,33376,0,0,0,0,16975,0,0,0,'Ancient Conservator','','',0,80,80,2,16,0,1.6,1.14286,1,1,2948,4019,0,805,7,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,41.5,1,1,0,0,0,0,0,0,0,0,1,650853979,0,'boss_freya_summons',12340),(33205,0,0,0,0,0,28493,0,0,0,'Ammen Vale Lashling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(33210,34254,0,0,0,0,29030,0,0,0,'Expedition Commander','','',0,81,81,2,35,1,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,131846,2048,0,0,0,0,0,0,353,512,112,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_ulduar_expedition_commander',12340),(33211,0,0,0,0,0,28501,0,0,0,'Lake Frog','','',0,1,1,2,35,0,1.6,1,1,0,2,3,0,10,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,2,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,116,1,0,0,'npc_lake_frog',12340),(33212,0,0,0,0,0,11686,0,0,0,'Hodir\'s Fury','','',0,80,80,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAi',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(33213,0,0,0,0,0,28743,0,0,0,'Hodir','','',10335,83,83,2,35,1,1.6,1.42857,1,3,509,683,0,805,35,2000,2000,1,33280,2048,0,0,0,0,0,0,371,535,135,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1035,1,1,0,0,0,0,0,0,0,150,1,0,2,'npc_ulduar_keeper_gossip',12340),(33214,0,0,0,0,0,28830,0,0,0,'Mechanolift 304-A','','',0,80,80,2,14,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,524288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,'',0,4,5,0.47619,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_mechanolift',12340),(33215,0,0,0,0,0,28509,0,0,0,'Healthy Spore','','',0,80,80,2,2110,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_freya_healthy_spore',12340),(33216,0,0,0,0,0,24103,24121,24115,0,'Mechagnome Pilot','','',0,78,79,2,14,0,1,0.99206,1,0,399,559,0,550,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,331,491,74,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33217,0,0,0,0,0,28912,0,0,0,'Stormwind Steed','','',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(33218,0,0,0,0,0,28782,0,0,0,'Pyrite Safety Container','','',0,80,80,2,2059,0,1.2,1,1,0,422,586,0,642,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.000476,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_flame_leviathan_safety_container',12340),(33219,0,0,0,0,0,28502,0,0,0,'Mulgore Hatchling','','',0,1,1,0,188,0,0.666668,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(33220,0,0,0,0,0,28503,0,0,0,'Maiden of Ashwood Lake','','',0,80,80,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33221,0,0,0,0,0,169,16925,0,0,'Scorch','','',0,83,83,2,14,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33222,0,0,0,0,0,3258,0,0,0,'Sir Marcus Barlowe','Master of Arms','',0,80,80,2,1078,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33223,0,0,0,0,0,28559,0,0,0,'Captain Joseph Holley','Master of Horses','',10435,80,80,2,1078,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33224,0,0,0,0,0,28501,0,0,0,'Lake Frog','','',10316,1,1,2,35,1,1.6,1,1,0,2,3,0,10,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,2,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,116,1,0,0,'npc_lake_frog',12340),(33225,0,0,0,0,0,28560,0,0,0,'Marshal Jacob Alerius','Grand Champion of Stormwind','',10346,80,80,2,1078,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33226,0,0,0,0,0,28507,0,0,0,'Strand Crawler','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33227,0,0,0,0,0,16910,0,0,0,'Enchanted Broom','','',0,1,1,0,188,0,1,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33228,33385,0,0,0,0,28989,0,0,0,'Eonar\'s Gift','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_freya_lifebinder',12340),(33229,0,0,0,0,0,28048,0,0,0,'Melee Target','','',0,80,80,0,634,0,1,1,1,0,422,586,0,642,1,1000,2000,1,131076,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.87196,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_tournament_training_dummy',12340),(33233,0,0,0,0,0,169,11686,0,0,'Razorscale Controller','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(33234,0,0,0,0,0,28488,0,0,0,'Sif (1)','','',0,83,83,2,14,0,1,1.14286,1,3,370,531,0,343,70,2000,2000,8,33587200,2048,0,0,0,0,0,0,365,542,84,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,350,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33235,0,0,0,0,0,26353,0,0,0,'Brann Bronzebeard','','',10387,80,80,2,35,1,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33236,34113,0,0,0,0,28580,28581,0,0,'Steelforged Defender','','',0,80,80,2,1965,0,1,1.14286,1,0,537,731,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,1,0,'',12340),(33237,34105,0,0,0,0,28517,0,0,0,'Ulduar Colossus','','',0,80,80,2,1692,0,1.2,1.14286,1,1,3393,4626,0,782,7,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,5,524352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,125,1,1,0,0,0,0,0,0,0,124,1,0,0,'',12340),(33238,0,0,0,0,0,28946,0,0,0,'Argent Squire','','',10318,1,1,0,188,129,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,12,8388608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_gen_argent_pony_bridle',12340),(33239,0,0,0,0,0,28948,0,0,0,'Argent Gruntling','','',10358,1,1,0,188,129,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,8388608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_gen_argent_pony_bridle',12340),(33240,0,0,0,0,0,11398,0,0,0,'Ebon Squire [PH]','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33241,0,0,0,0,0,28777,0,0,0,'Freya','','',10324,83,83,2,35,1,1.6,1.42857,1,3,509,683,0,805,35,2000,2000,1,32768,2048,0,0,0,0,0,0,371,535,135,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1035,1,1,0,0,0,0,0,0,0,150,1,0,2,'npc_ulduar_keeper_gossip',12340),(33242,0,0,0,0,0,28977,0,0,0,'Thorim','','',10337,83,83,2,35,1,1.6,1.42857,1,3,509,683,0,805,35,2000,2000,1,32768,2048,0,0,0,0,0,0,371,535,135,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1035,1,1,0,0,0,0,0,0,0,150,1,0,2,'npc_ulduar_keeper_gossip',12340),(33243,0,0,0,0,0,28938,28048,0,0,'Ranged Target','','',0,80,80,2,634,0,1,1.38571,1,0,422,586,0,642,1,1000,2000,1,4,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5873,1,1,0,0,0,0,0,0,0,140,1,32,262144,'npc_tournament_training_dummy',12340),(33244,0,0,0,0,0,29001,0,0,0,'Mimiron','','',10336,83,83,2,35,1,1.6,1.42857,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1035,1,1,0,0,0,0,0,0,0,150,1,0,2,'npc_ulduar_keeper_gossip',12340),(33245,0,0,0,0,0,169,11686,0,0,'Razorscale Spawner','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(33246,0,0,0,0,0,25994,0,0,0,'Iron Dwarf Warrior [PH]','','',0,80,80,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33248,0,0,0,0,0,4590,0,0,0,'Power Word: Barrier','','',0,1,1,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33255,34112,0,0,0,0,26053,0,0,0,'Titanium Stormlord','','',0,80,80,2,1692,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,524296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,5,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(33259,34257,0,0,0,0,29036,29037,0,0,'Expedition Trapper','','',0,80,80,2,2105,0,1,1.14286,1,1,422,586,0,642,7.5,1500,2000,1,131078,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,1,2,'',12340),(33264,0,0,0,0,0,26161,27101,25723,28471,'Ironwork Cannon','','Gunner',0,80,80,2,1692,0,1,1.14286,1,3,0,0,0,0,35,2000,2000,4,16384,2048,0,0,0,0,0,0,0,0,0,9,262252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(33271,33449,0,0,0,0,28548,0,0,0,'General Vezax','','',0,83,83,2,16,0,3.2,2.28571,1,3,7369,10046,0,805,7,1500,2000,1,32832,2048,0,0,0,0,0,0,371,535,135,10,108,33271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1650000,1950000,'',0,3,1,450,1,1,0,0,0,0,0,0,0,204,1,617299839,2097409,'boss_vezax',12340),(33272,0,0,0,0,0,29075,0,0,0,'Charge Target','','',0,80,80,0,634,0,1,1.38571,1,0,422,586,0,642,1,1000,2000,1,4,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.87196,1,1,0,0,0,0,0,0,0,140,1,32,262144,'npc_tournament_training_dummy',12340),(33273,0,0,0,0,0,28538,0,0,0,'Maiden of Drak\'Mar','','',0,80,80,2,35,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,0,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33274,0,0,0,0,0,28539,0,0,0,'Mechanopeep','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33280,0,0,0,0,0,11686,0,0,0,'Voice of Yogg-Saron','','',0,80,80,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'boss_yoggsaron_voice',12340),(33282,0,0,0,0,0,169,11686,0,0,'Razorscale Harpoon Fire State','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554436,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_ulduar_harpoonfirestate',12340),(33285,0,0,0,0,0,28852,28746,0,0,'Sen\'jin Valiant','','',10469,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(33286,0,0,0,0,0,28545,0,0,0,'Elwynn Forest Wolf','','',0,8,8,0,1815,0,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,1,0,0,0,0,7,10,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(33287,34256,0,0,0,0,29034,29035,0,0,'Expedition Engineer','','',0,80,80,2,2105,0,2.5,1.14,1,1,417,582,0,608,7.5,1500,2000,2,131842,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,30,1,0,0,0,0,0,0,0,0,1,1,2,'npc_ulduar_expedition_engineer',12340),(33288,33955,0,0,0,0,28817,0,0,0,'Yogg-Saron','','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,10,108,33288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,2128378,2128378,'',0,3,1,788.813,1,1,0,0,0,0,0,0,0,0,0,650854271,2097153,'boss_yoggsaron',12340),(33289,0,0,0,0,0,25680,0,0,0,'Lord Everblaze','','',0,80,80,2,14,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,0,33289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,45005,0,0,0,0,0,0,1,0,0,'',12340),(33290,0,0,0,0,0,28546,0,0,0,'Jillian McWeaksauce','The Cutest McWeaksauce','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33291,0,0,0,0,0,6537,0,0,0,'Fiery Dancer','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33555202,2048,0,0,0,0,0,0,341,506,80,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33292,0,0,0,0,0,11686,0,0,0,'Ominous Cloud','','',0,80,80,2,14,0,0.8,0.42857,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,74,1,0,0,'boss_yoggsaron_cloud',12340),(33293,33885,0,0,0,0,28611,0,0,0,'XT-002 Deconstructor','','',0,83,83,2,16,0,2.8,1.71429,1,3,5483,7475,0,805,7,1800,2000,1,32832,2048,0,0,0,0,0,0,371,535,135,9,32876,33293,0,29725,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,1724850,1724850,'',0,3,1,358.552,1,1,0,0,0,0,0,0,0,321,1,650854271,2097153,'boss_xt002',12340),(33297,0,0,0,0,0,28912,0,0,0,'Stormwind Steed','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(33298,0,0,0,0,0,29256,0,0,0,'Darnassian Nightsaber','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(33299,0,0,0,0,0,29261,0,0,0,'Darkspear Raptor','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(33300,0,0,0,0,0,29259,0,0,0,'Thunder Bluff Kodo','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(33301,0,0,0,0,0,28571,0,0,0,'Gnomeregan Mechanostrider','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(33303,0,0,0,0,0,28570,0,0,0,'Maiden of Winter\'s Breath Lake','','',0,80,80,2,35,0,1,0.99206,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33305,0,0,0,0,0,25903,0,0,0,'[DND] Tournament - TEST NPC','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33306,0,0,0,0,0,28851,28744,0,0,'Orgrimmar Valiant','','',10468,80,80,2,35,1,1,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33307,0,0,0,0,0,28561,0,0,0,'Corporal Arthur Flew','Stormwind Quartermaster','',10417,80,80,2,1078,129,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33308,0,0,0,0,0,28982,0,0,0,'Crystalsong Oak','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2147745792,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33309,0,0,0,0,0,28562,0,0,0,'Clara Tumblebrew','Mistress of Rams','',10436,80,80,2,55,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33310,0,0,0,0,0,28563,0,0,0,'Derrick Brindlebeard','Ironforge Quartermaster','',10418,80,80,2,2155,129,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33312,0,0,0,0,0,28564,0,0,0,'Lana Stouthammer','Grand Champion of Ironforge','',10375,80,80,2,2155,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33314,0,0,0,0,0,24007,0,0,0,'Gerome the Gnome','','',0,80,80,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1404.49,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33315,0,0,0,0,0,28565,0,0,0,'Rollo Sureshot','Master of Arms','',0,80,80,2,2155,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33316,0,0,0,0,0,29258,0,0,0,'Ironforge Ram','','',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(33317,0,0,0,0,0,28571,0,0,0,'Gnomeregan Mechanostrider','','',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(33318,0,0,0,0,0,29255,0,0,0,'Exodar Elekk','','',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(33319,0,0,0,0,0,29256,0,0,0,'Darnassian Nightsaber','','',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(33320,0,0,0,0,0,29260,0,0,0,'Orgrimmar Wolf','','',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(33321,0,0,0,0,0,29261,0,0,0,'Darkspear Raptor','','',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(33322,0,0,0,0,0,29259,0,0,0,'Thunder Bluff Kodo','','',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(33323,0,0,0,0,0,29262,0,0,0,'Silvermoon Hawkstrider','','',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(33324,0,0,0,0,0,29257,0,0,0,'Forsaken Warhorse','','',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(33325,0,0,0,0,0,28369,0,0,0,'Eivi Nightfeather','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_druid',12340),(33326,0,0,0,0,0,28366,0,0,0,'Field Medic Jessi','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_priest',12340),(33327,0,0,0,0,0,28362,0,0,0,'Sissy Flamecuffs','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_mage',12340),(33328,0,0,0,0,0,28368,0,0,0,'Elementalist Mahfuun','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_shaman',12340),(33329,33995,0,0,0,0,28887,0,0,0,'Heart of the Deconstructor','','',0,83,83,2,14,0,1.2,1,1,3,509,683,0,805,35,2000,2000,1,33587200,2048,0,0,0,0,0,0,371,535,135,10,524396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,129.08,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_xt002_heart',12340),(33330,0,0,0,0,0,28406,0,0,0,'Battle-Priest Gina','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_priest',12340),(33331,0,0,0,0,0,28403,0,0,0,'Amira Blazeweaver','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_mage',12340),(33332,0,0,0,0,0,28408,0,0,0,'Spiritwalker Tara','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_shaman',12340),(33333,0,0,0,0,0,28399,0,0,0,'Kar Greycloud','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_druid',12340),(33335,0,0,0,0,0,28586,0,0,0,'Ambrose Boltspark','Grand Champion of Gnomeregan','',10376,80,80,2,64,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33337,0,0,0,0,0,26442,11686,0,0,'XT-Toy Pile','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(33339,0,0,0,0,0,4626,0,0,0,'[DND] Tournament - Ranged Target Dummy - Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33340,0,0,0,0,0,4626,0,0,0,'[DND] Tournament - Mounted Melee - Target Dummy - Charge Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33341,0,0,0,0,0,4626,0,0,0,'[DND] Tournament - Mounted Melee - Target Dummy - Block Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33342,0,0,0,0,0,15880,0,0,0,'Toasty Fire','','',0,73,73,2,1665,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,276,411,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_ulduar_toasty_fire',12340),(33343,33887,0,0,0,0,28585,28575,22778,0,'XS-013 Scrapbot','','',0,80,80,2,14,0,1.2,0.42857,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.51,1,1,0,0,0,0,0,0,0,76,1,0,0,'npc_xt002_scrapbot',12340),(33344,33888,0,0,0,0,28577,0,0,0,'XM-024 Pummeller','','',0,80,80,2,16,0,1,1.14286,1,1,1701,2319,0,625,7,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_xt002_pummeller',12340),(33346,33886,0,0,0,0,19139,28575,26442,0,'XE-321 Boombot','','',0,80,80,2,16,0,1.2,0.42857,1,0,15000,17000,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,76,1,583744347,0,'npc_xt002_boombot',12340),(33350,0,0,0,0,0,28578,0,0,0,'Mimiron','','',0,83,83,0,14,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,1,1,0,0,0,0,0,0,0,0,1,617299839,1,'boss_mimiron',12340),(33351,37525,37526,0,0,0,19410,0,0,0,'Morgan Test','','',0,1,1,0,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,55,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33352,0,0,0,0,0,25865,0,0,0,'Flash Freeze (1)','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,131076,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.93651,1,1,0,0,0,0,0,0,0,0,1,650870655,2097152,'',12340),(33353,0,0,0,0,0,25865,0,0,0,'Flash Freeze (1)','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,131076,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.93651,1,1,0,0,0,0,0,0,0,0,1,650870655,2097152,'',12340),(33354,33729,0,0,0,0,20249,0,0,0,'Corrupted Servitor','','',0,81,81,2,16,0,1.11111,1.14286,1,1,2944,4022,0,782,7,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,4,328,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33355,33737,0,0,0,0,28724,0,0,0,'Misguided Nymph','','',0,81,81,2,16,0,1,1.14286,1,1,2355,3218,0,782,7,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,72,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,30,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33357,0,0,0,0,0,28811,0,0,0,'\"Spectral Tiger\"','','vehichleCursor',0,1,1,0,35,16777216,1,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(33360,0,0,0,0,0,28777,0,0,0,'Freya (1)','','',0,83,83,2,16,0,1.6,1.14286,1,3,5060,5366,0,805,13,2000,2000,2,64,2048,0,0,0,0,0,0,365,529,98,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,55,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(33361,0,0,0,0,0,28587,0,0,0,'Mokra the Skullcrusher','Grand Champion of Orgrimmar','',10380,80,80,2,1074,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33364,0,0,0,0,0,11686,0,0,0,'Thorim\'s Hammer Targetting Reticle','','',0,80,80,0,14,0,1.6,0.571429,2,0,2,2,0,24,1,2000,2000,2,33554438,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,84,1,0,130,'npc_thorims_hammer',12340),(33365,0,0,0,0,0,11686,0,0,0,'Thorim\'s Hammer','','',0,80,80,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(33366,0,0,0,0,0,11686,0,0,0,'Freya\'s Ward Targetting Reticle','','',0,80,80,0,14,0,1.6,0.571429,2,0,2,2,0,24,1,2000,2000,2,33554438,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,357,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,84,1,0,130,'NullCreatureAI',12340),(33367,0,0,0,0,0,11686,0,0,0,'Freya\'s Ward','','',0,80,80,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_freya_ward',12340),(33369,0,0,0,0,0,11686,0,0,0,'Mimiron\'s Inferno Targetting Reticle','','',0,80,80,0,14,0,3.2,1.14286,2,0,2,2,0,24,1,2000,2000,2,33554434,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,129,1,0,130,'npc_mimirons_inferno',12340),(33370,0,0,0,0,0,11686,0,0,0,'Mimiron\'s Inferno','','',0,80,80,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(33372,0,0,0,0,0,28588,0,0,0,'Zul\'tore','Grand Champion of Sen\'jin','',10382,80,80,2,126,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33373,0,0,0,0,0,28589,0,0,0,'Deathstalker Visceri','Grand Champion of the Undercity','',10379,80,80,2,68,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33376,0,0,0,0,0,16975,0,0,0,'Ancient Conservator (1)','','',0,81,81,2,16,0,1.6,1.14286,1,1,2386,3253,0,805,13,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,170,1,1,0,0,0,0,0,0,0,0,1,650853979,0,'',12340),(33377,0,0,0,0,0,26442,11686,0,0,'Mortar Targetting Device','','',0,80,80,0,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(33378,0,0,0,0,0,16925,0,0,0,'Thunder Orb','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_thorim_pillar',12340),(33379,0,0,0,0,0,28637,0,0,0,'Eressea Dawnsinger','Grand Champion of Silvermoon','',10372,80,80,2,1695,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33380,0,0,0,0,0,1122,0,0,0,'Hammer Vehicle [PH]','','vehichleCursor',0,4,4,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33382,0,0,0,0,0,28853,28971,0,0,'Silvermoon Valiant','','',10470,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(33383,0,0,0,0,0,28855,28751,0,0,'Thunder Bluff Valiant','','',10472,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),(33384,0,0,0,0,0,28856,28752,0,0,'Undercity Valiant','','',10473,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(33385,0,0,0,0,0,28989,0,0,0,'Eonar\'s Gift (1)','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,15,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33387,34277,0,0,0,0,14214,19030,16870,0,'Writhing Lasher','','',0,80,80,2,16,0,1,2.57143,1,1,2000,2500,0,1,1,2000,2000,1,131072,2048,0,0,0,0,0,0,345,509,103,4,524360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5.1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(33388,33850,0,0,0,0,26239,0,0,0,'Dark Rune Guardian','','',0,80,80,2,1965,0,1.6,1.42857,1,1,2262,3084,0,624,2.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'npc_ulduar_dark_rune_guardian',12340),(33391,0,0,0,0,0,29174,0,0,0,'Elder Brightleaf (1)','','',0,83,83,2,16,0,1.6,1.14286,1,3,3799,5180,0,805,13,2000,2000,2,64,2048,0,0,0,0,0,0,371,535,135,4,364,32915,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,420,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),(33392,0,0,0,0,0,29175,0,0,0,'Elder Ironbranch (1)','','',0,83,83,2,16,0,1.6,1.14286,1,3,3799,5180,0,805,13,2000,2000,1,64,2048,0,0,0,0,0,0,371,535,135,4,364,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,320,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),(33393,0,0,0,0,0,29176,0,0,0,'Elder Stonebark (1)','','',0,83,83,2,16,0,1.6,1.14286,1,3,3799,5180,0,805,13,2000,2000,1,64,2048,0,0,0,0,0,0,371,535,135,4,364,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,320,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),(33395,0,0,0,0,0,169,23258,0,0,'Unstable Sun Beam (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33396,0,0,0,0,0,28634,0,0,0,'Iron Roots (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33397,0,0,0,0,0,28634,0,0,0,'Strengthened Iron Roots (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33398,0,0,0,0,0,26650,0,0,0,'Ancient Water Spirit (1)','','',0,81,81,2,16,0,1.6,1.14286,1,1,1902,2599,0,805,13,2000,2000,8,0,2048,0,0,0,0,0,0,345,509,103,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,617297755,0,'',12340),(33399,0,0,0,0,0,11636,21773,0,0,'Detonating Lasher (1)','','',0,81,81,2,16,0,1.6,1.14286,1,1,1600,2000,2,1,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18,0,1,0,0,0,0,0,0,0,180,1,617299803,0,'',12340),(33400,0,0,0,0,0,28531,0,0,0,'Snaplasher (1)','','',0,81,81,2,16,0,1.6,1.14286,1,1,1398,1906,0,805,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,617298715,0,'',12340),(33401,0,0,0,0,0,14213,0,0,0,'Storm Lasher (1)','','',0,81,81,2,16,0,1.6,1.14286,1,1,1398,1906,0,805,13,2000,2000,2,0,2048,0,0,0,0,0,0,345,509,103,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,1,1,0,0,0,0,0,0,0,121,1,617299803,0,'',12340),(33402,0,0,0,0,0,169,23258,0,0,'Sun Beam (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33403,0,0,0,0,0,28597,0,0,0,'Runok Wildmane','Grand Champion of Thunder Bluff','',10381,80,80,2,104,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33404,0,0,0,0,0,28599,0,0,0,'Wind-Up Train Wrecker','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(33405,0,0,0,0,0,28600,0,0,0,'Akinos','Master of Arms','',0,80,80,2,1074,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33406,0,0,0,0,0,169,11686,0,0,'Achievement Trigger Freya','','',0,83,83,2,35,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(33408,0,0,0,0,0,29258,0,0,0,'Ironforge Ram','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(33409,0,0,0,0,0,29260,0,0,0,'Orgrimmar Wolf','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(33410,0,0,0,0,0,28839,0,0,0,'Freya','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33555200,2048,0,0,0,0,0,0,371,535,135,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1035,1,1,0,0,0,0,0,0,0,150,1,0,2,'boss_yoggsaron_keeper',12340),(33411,0,0,0,0,0,28838,0,0,0,'Hodir','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33555200,2048,0,0,0,0,0,0,371,535,135,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1035,1,1,0,0,0,0,0,0,0,150,1,0,2,'boss_yoggsaron_keeper',12340),(33412,0,0,0,0,0,28845,0,0,0,'Mimiron','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33555200,2048,0,0,0,0,0,0,371,535,135,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1035,1,1,0,0,0,0,0,0,0,150,1,0,2,'boss_yoggsaron_keeper',12340),(33413,0,0,0,0,0,29039,0,0,0,'Thorim','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33555200,2048,0,0,0,0,0,0,371,535,135,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1035,1,1,0,0,0,0,0,0,0,150,1,0,2,'boss_yoggsaron_keeper',12340),(33414,0,0,0,0,0,29257,0,0,0,'Forsaken Warhorse','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(33415,0,0,0,0,0,28606,0,0,0,'[ph] Tournament War Elekk - NPC Only','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,94,1,0,0,'',12340),(33416,0,0,0,0,0,29255,0,0,0,'Exodar Elekk','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(33417,0,0,0,0,0,29131,0,0,0,'Crusader Rhydalla','','',0,80,80,2,2070,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33418,0,0,0,0,0,29262,0,0,0,'Silvermoon Hawkstrider','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(33422,0,0,0,0,0,28618,0,0,0,'Unbound Seer','','',0,78,79,2,16,0,1,0.99206,1,0,334,482,0,260,1,2000,2000,8,32768,2048,0,0,0,0,0,0,306,454,64,7,0,33422,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1584,2640,'SmartAI',0,3,1,1,1.5,1,0,43225,45064,0,0,0,0,0,1,0,0,'',12340),(33425,0,0,0,0,0,10218,0,0,0,'Horde Engineer [PH]','','',0,80,80,2,2110,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,30,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33426,0,0,0,0,0,25024,0,0,0,'Horde Dragon Handler [PH]','','',0,80,80,2,2105,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33429,0,0,0,0,0,29098,0,0,0,'Boneguard Lieutenant','','',0,80,80,2,21,0,1,2,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5.95238,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(33430,33732,0,0,0,0,19775,0,0,0,'Guardian Lasher','','',0,81,81,2,16,0,1,1.14286,1,1,1774,2427,0,708,5,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,4,328,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33431,33731,0,0,0,0,28727,19030,28729,8149,'Forest Swarmer','','',0,81,81,2,16,0,1,1.14286,1.3,1,1182,1612,0,708,3,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,4,328,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33432,34106,0,0,0,0,28831,0,0,0,'Leviathan Mk II','','',0,83,83,0,14,0,1,1.28571,1,3,5483,7475,0,802,7,2000,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,9,32876,33432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,0,0,'',0,3,1,300,1,1,0,0,0,0,0,0,0,541,1,650854271,2097153,'npc_ulduar_leviathan_mkii',12340),(33433,0,0,0,0,0,28621,0,0,0,'Suit of Armor','','',0,82,82,2,31,0,1,1.14286,1,0,488,642,0,782,1,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33434,0,0,0,0,0,24225,0,0,0,'Bezzle Blastbolt','','',10391,70,70,2,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33435,0,0,0,0,0,24225,0,0,0,'Bozzle Blastbolt','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33436,0,0,0,0,0,6999,0,0,0,'Garona','','',0,80,80,0,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33437,0,0,0,0,0,28717,0,0,0,'King Llane','','',0,83,83,1,35,0,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14.3143,1,1,0,0,0,0,0,0,0,144,1,0,0,'boss_yoggsaron_llane',12340),(33438,0,0,0,0,0,775,0,0,0,'Boneguard Footman','','',0,80,80,2,21,1,0.888888,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,64,'npc_boneguard_footman',12340),(33439,0,0,0,0,0,28350,0,0,0,'Sir Wendell Balfour','Knight of Stormwind','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,537133056,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33441,0,0,0,0,0,28672,0,0,0,'The Lich King','','',0,83,83,2,14,0,1.2,2.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,1,1,0,0,0,0,0,0,0,189,1,8388624,0,'boss_yoggsaron_lich_king',12340),(33442,0,0,0,0,0,28636,0,0,0,'Immolated Champion','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,100,40,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33447,0,0,0,0,0,29146,0,0,0,'Squire David','','',10340,80,80,0,35,1,1.2,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.18401,1,1,0,0,0,0,0,0,0,48,1,0,2,'',12340),(33448,0,0,0,0,0,25903,0,0,0,'Argent Valiant','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.38095,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(33449,0,0,0,0,0,28548,0,0,0,'General Vezax (1)','','',0,83,83,2,16,0,3.2,2.28571,1,3,5954,8118,0,805,7,1500,2000,1,32832,2048,0,0,0,0,0,0,371,535,135,10,108,33449,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1650000,1950000,'',0,3,1,1650,1,1,0,0,0,0,0,0,0,204,1,617299839,2097409,'',12340),(33450,0,0,0,0,0,28556,0,0,0,'[ph] Tournament War Kodo - NPC Only','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,94,1,0,0,'',12340),(33453,33851,0,0,0,0,25987,0,0,0,'Dark Rune Watcher','','',0,80,80,2,1965,0,1.6,1.42857,1,1,1700,2312,0,287,4,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,10,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'npc_ulduar_dark_rune_watcher',12340),(33455,0,0,0,0,0,26878,0,0,0,'Lorien Sunblaze','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,537133056,2048,32,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33457,0,0,0,0,0,26225,0,0,0,'Conall Irongrip','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,537133056,2048,32,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33459,0,0,0,0,0,29090,0,0,0,'Orgrimmar Champion','','',0,80,80,2,1074,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33460,0,0,0,0,0,28633,28744,28745,0,'Orgrimmar Valiant','','Directions',0,80,80,2,1074,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33461,0,0,0,0,0,28587,0,0,0,'Orgrimmar Aspirant','','Directions',0,80,80,2,1074,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33462,0,0,0,0,0,29087,0,0,0,'Gnomeregan Champion','','',0,80,80,2,64,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33463,0,0,0,0,0,28704,28714,0,0,'Gnomeregan Valiant','','',0,80,80,2,64,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33464,0,0,0,0,0,28586,0,0,0,'Gnomeregan Aspirant','','',0,80,80,2,64,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33465,0,0,0,0,0,29093,0,0,0,'Undercity Champion','','',0,80,80,2,68,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33466,0,0,0,0,0,28587,0,0,0,'Silvermoon Aspirant','','Directions',0,80,80,2,1695,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33467,0,0,0,0,0,29091,0,0,0,'Silvermoon Champion','','',0,80,80,2,1695,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33468,0,0,0,0,0,28629,28747,0,0,'Silvermoon Valiant','','Directions',0,80,80,2,1695,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33469,0,0,0,0,0,28631,28752,28753,0,'Undercity Valiant','','Directions',0,80,80,2,68,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33470,0,0,0,0,0,28589,0,0,0,'Undercity Aspirant','','Directions',0,80,80,2,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33471,0,0,0,0,0,28597,0,0,0,'Thunder Bluff Champion','','Directions',0,80,80,2,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33472,0,0,0,0,0,28597,0,0,0,'Thunder Bluff Aspirant','','Directions',0,80,80,2,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33473,0,0,0,0,0,28632,28751,0,0,'Thunder Bluff Valiant','','Directions',0,80,80,2,104,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33474,0,0,0,0,0,28703,0,0,0,'Sen\'jin Champion','','',0,80,80,2,126,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33475,0,0,0,0,0,28588,0,0,0,'Sen\'jin Aspirant','','Directions',0,80,80,2,126,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33476,0,0,0,0,0,28630,28746,0,0,'Sen\'jin Valiant','','Directions',0,80,80,2,126,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33477,0,0,0,0,0,29092,0,0,0,'Stormwind Champion','','',0,80,80,2,1078,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33478,0,0,0,0,0,28560,0,0,0,'Stormwind Aspirant','','Directions',0,80,80,2,1078,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33479,0,0,0,0,0,28707,28749,28748,28750,'Stormwind Valiant','','Directions',0,80,80,2,1078,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,2147779328,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33480,0,0,0,0,0,29088,0,0,0,'Ironforge Champion','','',0,80,80,2,2155,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33481,0,0,0,0,0,28711,28715,28716,0,'Ironforge Valiant','','Directions',0,80,80,2,2155,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33482,0,0,0,0,0,28564,0,0,0,'Ironforge Aspirant','','Directions',0,80,80,2,2155,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33488,33789,0,0,0,0,28639,0,0,0,'Saronite Vapors','','',0,80,80,2,190,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_saronite_vapors',12340),(33489,0,0,0,0,0,11686,0,0,0,'[DND] Tournament - Mounted Melee - Kill Credit - 01 - Weak Guy','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33490,0,0,0,0,0,11686,0,0,0,'[DND] Tournament - Mounted Melee - Kill Credit - 02 -Speedy','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33491,0,0,0,0,0,11686,0,0,0,'[DND] Tournament - Mounted Melee - Kill Credit - 03 - Block Guy','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33492,0,0,0,0,0,11686,0,0,0,'[DND] Tournament - Mounted Melee - Kill Credit - 04 - Strong Guy','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33493,0,0,0,0,0,11686,0,0,0,'[DND] Tournament - Mounted Melee - Kill Credit - 05 - Ultimate','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33495,0,0,0,0,0,28640,0,0,0,'Ysera','The Dreamer','',0,83,83,0,35,0,1,1.14286,1,0,496,674,0,783,1,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33498,0,0,0,0,0,28643,0,0,0,'Maloric','The Black Knight\'s Squire','LootAll',0,78,78,2,190,0,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33499,0,0,0,0,0,11078,0,0,0,'Skeletal Woodcutter','','',0,79,79,2,14,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,6,0,33499,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,45080,0,0,0,0,0,0,1,8388624,0,'',12340),(33500,0,0,0,0,0,169,16925,0,0,'Vezax Bunny','','',0,80,80,2,14,0,1,0.99206,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(33501,0,0,0,0,0,262,0,0,0,'[ph] Tournament - Daily Combatant Summoner','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.18401,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(33502,0,0,0,0,0,28645,0,0,0,'Tamable Core Hound','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,45,0,0,0,0,1,1,0,1,65537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33503,0,0,0,0,0,13475,0,0,0,'Horde Commander [PH]','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33504,0,0,0,0,0,28646,0,0,0,'Tamable Chimaera','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,38,0,0,0,0,1,1,0,1,65537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33505,0,0,0,0,0,28647,0,0,0,'Tamable Devilsaur','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,39,0,0,0,0,1,1,0,1,65537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33506,0,0,0,0,0,28648,0,0,0,'Tamable Rhino','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,43,0,0,0,0,1,1,0,1,65537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33508,0,0,0,0,0,1561,0,0,0,'Tamable Silithid','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,41,0,0,0,0,1,1,0,1,65537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33510,0,0,0,0,0,28649,0,0,0,'Tamable Spirit Beast','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,46,0,0,0,0,1,1,0,1,65537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33511,0,0,0,0,0,9031,0,0,0,'Tamable Worm','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,42,0,0,0,0,1,1,0,1,65537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33513,0,0,0,0,0,28652,0,0,0,'Black Knight\'s Gryphon','','',0,80,80,0,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,368,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),(33515,34175,0,0,0,0,28651,0,0,0,'Auriaya','','',0,83,83,2,14,0,1.66667,1.14286,1,3,5552,7577,0,805,7,2000,2000,2,64,2048,0,0,0,0,0,0,365,529,98,5,76,33515,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1366181,1366181,'',0,3,1,225,55,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'boss_auriaya',12340),(33516,33730,0,0,0,0,15294,0,0,0,'Ground Fissure','','',0,81,81,2,14,0,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,353,512,112,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(33517,0,0,0,0,0,28652,0,0,0,'Armored Ebon Gryphon','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(33518,0,0,0,0,0,29147,0,0,0,'Squire Danny','','',10343,80,80,0,35,1,1.2,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.18401,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(33519,0,0,0,0,0,28652,0,0,0,'Black Knight\'s Gryphon','','',0,80,80,0,35,0,6.4,4,1,0,422,586,0,642,1,2000,2000,1,8,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,368,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,257,1,8388624,0,'',12340),(33520,0,0,0,0,0,28633,0,0,0,'[ph] Tournament - Mounted Combatant - Valiant Test','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.12018,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33521,0,0,0,0,0,28633,0,0,0,'[ph] Tournament - Mounted Combatant - Champion Test','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.12018,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33522,0,0,0,0,0,29148,0,0,0,'Squire Cavin','','',10383,80,80,0,35,1,1.2,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.18401,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(33523,0,0,0,0,0,28654,0,0,0,'Neltharion','The Earthwarder','',0,83,83,0,35,0,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_yoggsaron_neltharion',12340),(33524,34152,0,0,0,0,28992,0,0,0,'Saronite Animus','','',0,76,76,2,16,0,1.6,1.14286,1,3,5895,8006,0,805,7,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,10,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,113,1,1,0,0,0,0,0,0,0,144,1,617299839,2097408,'npc_ulduar_saronite_animus',12340),(33525,33735,0,0,0,0,1988,0,0,0,'Mangrove Ent','','',0,81,81,2,16,0,1,1.14286,1,1,1774,2427,0,708,7,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,4,320,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33526,33734,0,0,0,0,28685,0,0,0,'Ironroot Lasher','','',0,81,81,2,16,0,1,1.14286,1,1,1774,2427,0,708,7,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,4,64,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33527,33741,0,0,0,0,28679,0,0,0,'Nature\'s Blade','','',0,81,81,2,16,0,1.11111,1.14286,1,1,2355,3218,0,782,7,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,7,64,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33528,33733,0,0,0,0,28686,0,0,0,'Guardian of Life','','',0,81,81,2,16,0,1.6,1.14286,1,1,3540,4826,0,782,7,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,2,64,33528,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,15,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(33529,0,0,0,0,0,25384,0,0,0,'Curious Wolvar Pup','','',0,1,1,0,188,0,0.666668,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(33530,0,0,0,0,0,25173,0,0,0,'Curious Oracle Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(33531,0,0,0,0,0,28918,0,0,0,'Campaign Warhorse','','vehichleCursor',0,80,80,2,35,0,1,2,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,64588,64595,62563,62552,64077,0,0,0,0,369,0,0,'',0,3,1,5.95238,1,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),(33532,0,0,0,0,0,25384,0,0,0,'Wolvar Orphan','','',10503,1,1,0,188,3,0.666668,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(33533,0,0,0,0,0,25173,0,0,0,'Oracle Orphan','','',10504,1,1,0,188,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(33535,0,0,0,0,0,28669,0,0,0,'Malygos','The Spell-Weaver','',0,83,83,0,35,0,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33536,0,0,0,0,0,28227,0,0,0,'Alexstrasza','The Life-Binder','',0,83,83,0,35,0,1,1.14286,1,0,496,674,0,783,1,2000,2000,2,832,2048,0,0,0,0,0,0,365,529,98,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33537,0,0,0,35297,0,25342,25343,0,0,'Cult Conspirator','Cult of the Damned','',0,80,80,2,2080,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,33537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33538,0,0,0,0,0,28670,0,0,0,'Kethiel Sunlance','Master of Arms','',0,80,80,2,1695,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33539,0,0,0,0,0,28671,0,0,0,'Dern Ragetotem','Master of Arms','',0,80,80,2,104,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33540,0,0,0,0,0,28673,0,0,0,'Shadow Hunter Mezil-kree','Master of Arms','',0,80,80,2,126,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33541,0,0,0,0,0,28674,0,0,0,'Sarah Chalke','Mistress of Arms','',0,80,80,2,68,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33542,0,0,0,0,0,28676,0,0,0,'Magister Edien Sunhollow','The Sunreavers','',10378,80,80,2,2123,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33543,0,0,0,0,0,28678,28680,0,0,'Sunreaver Guardian','','',0,80,80,2,2129,0,1,1.42857,1,0,422,586,0,642,1,2000,2000,1,33024,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,144,1,0,2,'npc_guardian_pavilion',12340),(33544,0,0,0,0,0,28689,0,0,0,'Morah Worgsister','Mistress of Wolves','',0,80,80,2,1074,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33545,0,0,0,0,0,28690,0,0,0,'Gahju','Master of Raptors','',0,80,80,2,126,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33546,0,0,0,0,0,28688,0,0,0,'The Black Knight','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33547,0,0,0,0,0,28691,0,0,0,'Handler Dretch','Master of Horses','',0,80,80,2,68,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33548,0,0,0,0,0,28692,0,0,0,'Aneera Thuron','Mistress of Hawkstriders','',0,80,80,2,1604,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33549,0,0,0,0,0,28693,0,0,0,'Anka Clawhoof','Mistress of Kodos','',0,80,80,2,104,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33550,0,0,0,0,0,26801,0,0,0,'Boneguard Scout','','',0,80,80,2,21,1,1,1.14286,1,1,422,586,0,642,7.5,1500,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1.5873,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(33551,0,0,0,0,0,8469,0,0,0,'Trusty Stormwind Charger [PH]','','',0,80,80,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(33552,0,0,0,0,0,20570,23767,0,0,'Yogg-Saron','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33553,0,0,0,0,0,28694,0,0,0,'Freka Bloodaxe','Orgrimmar Quartermaster','',10421,80,80,2,29,129,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33554,0,0,0,0,0,28695,0,0,0,'Samamba','Sen\'jin Quartermaster','',10425,80,80,2,126,129,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33555,0,0,0,0,0,28696,0,0,0,'Eliza Killian','Undercity Quartermaster','',10420,80,80,2,68,129,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33556,0,0,0,0,0,28697,0,0,0,'Doru Thunderhorn','Thunder Bluff Quartermaster','',10419,80,80,2,104,129,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33557,0,0,0,0,0,28698,0,0,0,'Trellis Morningsun','Silvermoon Quartermaster','',10426,80,80,2,1604,129,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33558,0,0,0,0,0,28849,28714,0,0,'Gnomeregan Valiant','','',10466,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(33559,0,0,0,0,0,28955,28712,0,0,'Darnassus Valiant','','',10464,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(33560,0,0,0,0,0,29089,0,0,0,'Exodar Champion','','',0,80,80,2,1638,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33561,0,0,0,0,0,28854,28972,0,0,'Stormwind Valiant','','',10471,80,80,2,35,1,1,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33562,0,0,0,0,0,28848,28713,0,0,'Exodar Valiant','','',10465,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),(33563,0,0,0,0,0,28710,28617,0,0,'Darnassus Champion','','Directions',0,80,80,2,80,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33564,0,0,0,0,0,28850,28711,0,0,'Ironforge Valiant','','',10467,80,80,2,35,1,0.6,0.692857,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(33565,0,0,0,0,0,28705,28712,0,0,'Darnassus Valiant','','Directions',0,80,80,2,80,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33566,0,0,0,0,0,28709,28713,0,0,'Exodar Valiant','','Directions',0,80,80,2,1638,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33567,0,0,0,0,0,27808,27809,0,0,'Deathsworn Zealot','','',0,82,82,2,31,0,1,1.14286,1,1,463,640,0,726,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33568,0,0,0,0,0,4878,0,0,0,'Fish','','',0,1,1,0,1620,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(33570,0,0,0,0,0,25519,0,0,0,'Bernau Test Dummy','','',0,80,80,2,7,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4712,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),(33571,0,0,0,0,0,26442,11686,0,0,'Ulduar Gauntlet Generator','','',0,80,80,0,1983,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_storm_beacon_spawn',12340),(33572,34247,0,0,0,0,28580,28581,0,0,'Steelforged Defender','','',0,80,80,2,1965,0,1,1.14286,1,0,537,731,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(33575,0,0,0,0,0,169,11686,0,0,'Channel Stalker Freya','','',0,81,81,2,14,0,1,1.14286,1,0,464,604,0,708,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,353,512,112,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,2,1,1,0,0,0,0,0,0,0,100,1,0,130,'',12340),(33576,0,0,0,0,0,11686,0,0,0,'Mimiron DB Target','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),(33578,0,0,0,0,0,28734,0,0,0,'Murkimus the Gladiator','','',0,80,80,2,188,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(33579,0,0,0,0,0,26353,0,0,0,'Brann Bronzebeard','','',10355,80,80,2,35,1,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,1,0,'npc_brann_ulduar',12340),(33580,0,0,0,0,0,28899,0,0,0,'Dustin Vail','Grand Master Tailoring Trainer','',0,75,75,2,2070,80,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33581,0,0,0,0,0,28901,0,0,0,'Kul\'de','Grand Master Leatherworking Trainer','',0,75,75,2,2070,16,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33583,0,0,0,0,0,28900,0,0,0,'Fael Morningsong','Grand Master Enchanting Trainer','',0,75,75,2,2070,16,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,2,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33586,0,0,0,0,0,12940,0,0,0,'Binkie Brightgear','Grand Master Engineering Trainer','',0,75,75,2,2070,16,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33587,0,0,0,0,0,28897,0,0,0,'Bethany Cromwell','Grand Master Cooking Trainer','',0,75,75,2,2070,80,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33588,0,0,0,0,0,28898,0,0,0,'Crystal Brightspark','Grand Master Alchemy Trainer','',0,75,75,2,2070,80,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,2,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33589,0,0,0,0,0,28984,0,0,0,'Joseph Wilson','Grand Master First Aid Trainer','',0,75,75,2,2070,80,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,2,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33590,0,0,0,0,0,28902,0,0,0,'Oluros','Grand Master Jewelcrafting Trainer','',0,75,75,2,2070,80,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33591,0,0,0,0,0,28903,0,0,0,'Rekka the Hammer','Grand Master Blacksmithing Trainer','',0,75,75,2,2070,16,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33592,0,0,0,0,0,28735,0,0,0,'Jaelyne Evensong','Grand Champion of Darnassus','',10377,80,80,2,1076,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33593,0,0,0,0,0,28736,0,0,0,'Colosos','Grand Champion of the Exodar','',10374,80,80,2,1694,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33594,0,0,0,0,0,28909,0,0,0,'Fizzix Blastbolt','Engineering Supplies','',0,75,75,2,2070,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33595,0,0,0,0,0,28914,0,0,0,'Mera Mistrunner','Cooking Supplies','',0,75,75,0,2070,130,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33024,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33596,0,0,0,0,0,28913,0,0,0,'Meline Duskpath','Tailoring Supplies','',0,75,75,2,2070,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33597,0,0,0,0,0,28910,0,0,0,'Liere Morningsong','Enchanting Supplies','',0,75,75,2,2070,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33598,0,0,0,0,0,28908,0,0,0,'Fanii','Inscription Supplies','',0,75,75,2,2070,2176,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33599,0,0,0,0,0,28905,0,0,0,'Brollen Wheatbeard','Blacksmithing Supplies','',0,75,75,2,2070,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33600,0,0,0,0,0,28906,0,0,0,'Cerie Larksong','Alchemy Supplies','',0,75,75,2,2070,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33601,0,0,0,0,0,28907,0,0,0,'Elka Stormbrew','Leatherworking Supplies','',0,75,75,2,2070,130,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33602,0,0,0,0,0,28904,0,0,0,'Anuur','Jewelcrafting Supplies','',0,75,75,2,2070,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33603,0,0,0,0,0,28896,0,0,0,'Arthur Denny','Grand Master Inscription Trainer','',0,75,75,2,2070,16,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,2,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33608,0,0,0,0,0,28738,0,0,0,'Alchemy','','',0,60,60,0,1744,16,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33609,0,0,0,0,0,28738,0,0,0,'Blacksmithing','','',0,60,60,0,1744,16,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33610,0,0,0,0,0,28738,0,0,0,'Enchanting','','',0,60,60,0,1744,16,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33611,0,0,0,0,0,28738,0,0,0,'Engineering','','',0,60,60,0,1744,16,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33612,0,0,0,0,0,28738,0,0,0,'Leatherworking','','',0,60,60,0,1744,16,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33613,0,0,0,0,0,28738,0,0,0,'Tailoring','','',0,60,60,0,1744,80,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33614,0,0,0,0,0,28738,0,0,0,'Jewelcrafting','','',0,60,60,0,1744,16,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33615,0,0,0,0,0,28738,0,0,0,'Inscription','','',0,60,60,0,1744,16,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33616,0,0,0,0,0,28758,0,0,0,'Herbalism','','',0,60,60,0,1744,16,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33617,0,0,0,0,0,28758,0,0,0,'Mining','','',0,60,60,0,1744,16,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33618,0,0,0,0,0,28758,0,0,0,'Skinning','','',0,60,60,0,1744,16,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33619,0,0,0,0,0,28758,0,0,0,'Cooking','','',0,60,60,0,1744,80,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33620,0,0,0,0,0,26662,0,0,0,'Earthen Stoneshaper','','',0,80,80,2,1812,0,1,1.42857,1,1,422,586,0,642,7.5,2000,2000,1,33587970,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,5,1,1,0,0,0,0,0,0,0,144,1,1,0,'',12340),(33621,0,0,0,0,0,28758,0,0,0,'First Aid','','',0,60,60,0,1744,80,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33622,0,0,0,0,0,28739,0,0,0,'Goran Steelbreaker','','',0,80,80,2,1812,0,1,1.42857,1,1,422,586,0,642,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,1,1,'',12340),(33623,0,0,0,0,0,28758,0,0,0,'Fishing','','',0,60,60,0,1744,80,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33624,0,0,0,0,0,25166,0,0,0,'Archmage Pentarus','','',10347,80,80,2,2007,1,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33625,0,0,0,0,0,28757,0,0,0,'Arcanist Taelis','The Silver Covenant','',10367,80,80,2,2027,3,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33626,0,0,0,0,0,27938,27939,27940,27941,'Hired Engineer','Explorer\'s League','',0,80,80,1,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33627,0,0,0,0,0,27934,27935,27936,27937,'Hired Demolitionist','K3','',0,80,80,1,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33628,0,0,0,0,0,22209,0,0,0,'Highlord Tirion Fordring','','',0,83,83,0,35,0,1,1.14286,3,3,2,2,0,24,35,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1000,1000,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33629,0,0,0,0,0,25029,0,0,0,'Weslex Quickwrench','Senior Siege Engineer','',10349,80,80,2,35,1,1,1.38571,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33630,0,0,0,0,0,28788,0,0,0,'Aelthin','Master Alchemy Trainer','',10359,62,62,0,1744,209,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,0,2048,0,0,2,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33631,0,0,0,0,0,28789,0,0,0,'Barien','Master Blacksmithing Trainer','',0,62,62,0,1744,209,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,2,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33632,33906,0,0,0,0,11686,0,0,0,'Focused Eyebeam','','',0,81,81,2,14,0,2.2,0.785714,1,0,464,604,0,708,1,2000,2000,1,33685504,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,98,1,0,0,'boss_kologarn_eyebeam',12340),(33633,0,0,0,0,0,28790,0,0,0,'Enchantress Andiala','Master Enchanting Trainer','',10365,62,62,0,1744,209,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,33536,2048,0,0,2,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33634,0,0,0,0,0,28791,0,0,0,'Engineer Sinbei','Master Engineering Trainer','',10363,62,62,0,1744,209,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,2,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33635,0,0,0,0,0,28795,0,0,0,'Daenril','Master Leatherworking Trainer','',10361,62,62,0,1744,209,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,2,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33636,0,0,0,0,0,28798,0,0,0,'Miralisse','Master Tailoring Trainer','',0,62,62,0,1744,209,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,33536,2048,0,0,2,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33637,0,0,0,0,0,28794,0,0,0,'Kirembri Silvermane','Master Jewelcrafting Trainer','',8646,62,62,0,1744,209,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,33536,2048,0,0,2,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33638,0,0,0,0,0,28793,0,0,0,'Scribe Lanloer','Master Inscription Trainer','',9879,62,62,0,1744,209,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,33536,2048,0,0,2,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33639,0,0,0,0,0,28792,0,0,0,'Botanist Alaenra','Master Herbalism Trainer','',10350,62,62,0,1744,209,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33640,0,0,0,0,0,28796,0,0,0,'Hanlir','Master Mining Trainer','',10351,62,62,0,1744,209,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,2,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33641,0,0,0,0,0,28797,0,0,0,'Irduil','Master Skinning Trainer','',10360,62,62,0,1744,211,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,2,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33642,0,0,0,0,0,28770,0,0,0,'Loremaster Skosiris','','',10352,70,70,0,1744,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33643,0,0,0,0,0,28756,28754,28755,0,'Silver Covenant Guardian','','',0,80,80,2,2130,0,1,1.28968,1,0,422,586,0,642,1,2000,2000,1,33024,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,144,1,0,2,'npc_guardian_pavilion',12340),(33644,0,0,0,0,0,28921,0,0,0,'Ellia Moondancer','Fresh Food','',0,75,75,2,2071,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33645,0,0,0,0,0,28923,0,0,0,'Jenna Thunderbrew','Refreshments','',0,75,75,2,2070,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33646,0,0,0,0,0,28740,0,0,0,'Avareth Swiftstrike','The Silver Covenant','',0,80,80,2,2027,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33647,0,0,0,0,0,28759,0,0,0,'Scout Shalyndria','The Silver Covenant','',0,80,80,2,2027,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33648,0,0,0,0,0,28760,0,0,0,'Tickin Gearspanner','Master of Arms','',10376,80,80,2,64,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33649,0,0,0,0,0,28761,0,0,0,'Flickin Gearspanner','Master of Mechanostriders','',10435,80,80,2,64,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33650,0,0,0,0,0,28762,0,0,0,'Rillie Spindlenut','Gnomeregan Quartermaster','',10423,80,80,2,64,129,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33651,34108,0,0,0,0,28841,0,0,0,'VX-001','Anti-personnel Assault Cannon','',0,83,83,0,14,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33554436,2048,0,0,0,0,0,0,371,535,135,9,108,33651,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,0,0,'',0,3,1,300,1,1,0,0,0,0,0,0,0,421,1,650854271,2097153,'npc_ulduar_vx001',12340),(33652,0,0,0,0,0,13232,0,0,0,'Illestria Bladesinger','Mistress of Arms','',0,80,80,2,1076,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33653,0,0,0,0,0,28765,0,0,0,'Rook Hawkfist','Darnassus Quartermaster','',10424,80,80,2,1076,129,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33654,0,0,0,0,0,28766,0,0,0,'Airae Starseeker','Mistress of Nightsabers','',10436,80,80,2,1076,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33655,0,0,0,0,0,28767,0,0,0,'Saandos','Master of Arms','',0,80,80,2,1694,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33656,0,0,0,0,0,28768,0,0,0,'Ranii','Mistress of Elekks','',10436,80,80,2,1694,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33657,0,0,0,0,0,28769,0,0,0,'Irisee','Exodar Quartermaster','',10422,80,80,2,1694,129,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33658,0,0,0,0,0,28771,0,0,0,'Amariel Sunsworn','The Sunreavers','',0,80,80,2,2123,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33659,0,0,0,0,0,28772,0,0,0,'Galathia Brightdawn','The Sunreavers','',0,80,80,2,2123,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33660,0,0,0,0,0,15294,0,0,0,'Goblin Chisel','','',0,73,73,2,14,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(33661,0,0,0,0,0,1126,11686,0,0,'Armsweep Stalker Kologarn','','',0,81,81,2,14,0,2.4,0.85714,1,0,464,604,0,708,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,2,1,1,0,0,0,0,0,0,0,106,1,0,130,'',12340),(33662,0,0,0,0,0,28780,28884,28885,28886,'Kirin Tor Battle-Mage','','',0,80,80,1,2008,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33536,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,10,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33663,33664,0,0,0,0,16174,0,0,0,'Patchwerk (PTR DPS Test)','','',0,1,1,0,21,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1200,2,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),(33664,0,0,0,0,0,16174,0,0,0,'Patchwerk (PTR DPS Test) (1)','','',0,80,80,2,21,0,1,1.14286,1,3,422,586,0,642,35,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4000,2,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),(33665,0,0,0,0,0,29109,0,0,0,'Ursula McWeaksauce','Shirt of Uber Vendor','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33666,0,0,0,0,0,27343,0,0,0,'Demolisher Engineer Blastwrench','K3','',0,80,80,0,35,6273,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33667,33668,0,0,0,0,16174,0,0,0,'Patchwerk (PTR Tank Test)','','',0,1,1,0,21,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,2,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),(33668,0,0,0,0,0,16174,0,0,0,'Patchwerk (PTR Tank Test) (1)','','',0,80,80,2,21,0,1,1.14286,1,3,422,586,0,642,35,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,2,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),(33669,0,0,0,0,0,27343,28781,0,0,'Demolisher Engineer Blastwrench','K3','',10354,80,80,0,35,6273,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33670,34109,0,0,0,0,28979,0,0,0,'Aerial Command Unit','','',0,83,83,0,14,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33554436,2048,0,0,0,0,0,0,371,535,135,9,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,188,1,650854271,2097153,'npc_ulduar_aerial_command_unit',12340),(33671,0,0,0,0,0,28784,0,0,0,'Crawler Mount','','vehichleCursor',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,8,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(33672,0,0,0,0,0,28934,28935,28937,28936,'Kirin Tor Mage','','',0,78,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33673,0,0,0,0,0,28786,0,0,0,'Pengoro','Prince of Penguins','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33674,0,0,0,0,0,28799,0,0,0,'Alchemist Kanhu','Master Alchemy Trainer','',10359,62,62,0,1743,209,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,33536,2048,0,0,2,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33675,0,0,0,0,0,28800,0,0,0,'Onodo','Master Blacksmithing Trainer','',10362,62,62,0,1743,209,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,2,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33676,0,0,0,0,0,28801,0,0,0,'Zurii','Master Enchanting Trainer','',0,62,62,0,1743,209,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,33536,2048,0,0,2,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33677,0,0,0,0,0,28802,0,0,0,'Technician Mihila','Master Engineering Trainer','',10363,62,62,0,1743,209,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,2,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33678,0,0,0,0,0,28803,0,0,0,'Jijia','Master Herbalism Trainer','',10350,62,62,0,1743,209,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,2,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33679,0,0,0,0,0,28804,0,0,0,'Recorder Lidio','Master Inscription Trainer','',0,62,62,0,1743,209,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,33536,2048,0,0,2,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33680,0,0,0,0,0,28805,0,0,0,'Nemiha','Master Jewelcrafting Trainer','',0,62,62,0,1743,209,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,33536,2048,0,0,2,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33681,0,0,0,0,0,28806,0,0,0,'Korim','Master Leatherworking Trainer','',10361,62,62,0,1743,209,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,2,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33682,0,0,0,0,0,28807,0,0,0,'Fono','Master Mining Trainer','',0,62,62,0,1743,209,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,2,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33683,0,0,0,0,0,28808,0,0,0,'Dremm','Master Skinning Trainer','',10360,62,62,0,1743,209,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,2,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33684,0,0,0,0,0,28809,0,0,0,'Weaver Aoa','Master Tailoring Trainer','',10364,62,62,0,1743,209,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,33536,2048,0,0,2,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33685,0,0,0,0,0,23548,0,0,0,'James Barlo','Master of Fishing','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33686,0,0,0,0,0,6589,0,0,0,'Lore Keeper of Norgannon','','',10366,80,80,2,35,1,1.5,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_lore_keeper_of_norgannon_ulduar',12340),(33687,0,0,0,0,0,27982,0,0,0,'Chillmaw','','',0,82,82,2,21,0,2,1.5873,1,1,463,640,0,726,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,360,520,91,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,'SmartAI',0,7,9,8,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(33689,0,0,0,0,0,28418,0,0,0,'Lightning Elemental (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33690,0,0,0,0,0,11686,0,0,0,'Overload Visual (1)','','',0,83,83,2,16,0,1,1.14286,1,1,509,683,0,805,70,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33691,0,0,0,0,0,23767,0,0,0,'Rune of Summoning (1)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33692,0,0,0,0,0,28381,0,0,0,'Runemaster Molgeim (1)','','',0,83,83,2,16,0,1.6,1.28571,1,3,3118,4255,0,805,13,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,7,108,33692,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1717186,1717186,'',0,3,1,720,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),(33693,0,0,0,0,0,28344,0,0,0,'Steelbreaker (1)','','',0,83,83,2,16,0,0.888888,1.5873,1,3,5152,7024,0,805,11,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,5,108,33693,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1717186,1717186,'',0,3,1,720,50,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),(33694,0,0,0,0,0,28324,0,0,0,'Stormcaller Brundir (1)','','',0,83,83,2,16,0,1.6,1.42857,1,3,3118,4255,0,805,13,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,7,108,33694,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1717186,1717186,'',0,3,1,720,50,1,0,0,0,0,0,0,0,144,1,617297759,2097153,'',12340),(33695,0,0,0,0,0,27887,25343,25342,17957,'Cultist Bombardier','','',0,80,80,2,21,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33696,0,0,0,0,0,27212,0,0,0,'Archmage Rhydian','','',0,80,80,2,2007,0,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33698,0,0,0,0,0,28927,28928,28929,28930,'Argent Peacekeeper','','',0,80,80,2,2072,0,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33699,33700,0,0,0,0,5988,0,0,0,'Storm Tempered Keeper','','',0,82,82,2,16,0,3.2,2,1,1,4000,5500,0,782,7,2000,2000,2,64,2048,0,0,0,0,0,0,360,520,91,9,584,34183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,40,1,0,0,0,0,0,0,0,187,1,650854271,0,'npc_ulduar_storm_tempered_keeper',12340),(33700,0,0,0,0,0,5988,0,0,0,'Storm Tempered Keeper (1)','','',0,82,82,2,16,0,3.2,2,1,1,4000,5500,0,782,13,2000,2000,2,64,2048,0,0,0,0,0,0,341,506,80,9,584,33700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,185,40,1,0,0,0,0,0,0,0,187,1,650854271,0,'',12340),(33701,0,0,0,0,0,28826,0,0,0,'High Explorer Dellorah','Explorers\' League','',0,80,80,0,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33704,0,0,0,0,0,12818,0,0,0,'Frigid Abomination','','',0,73,74,2,2043,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(33705,0,0,0,0,0,23767,0,0,0,'Rune of Power','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33816578,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33707,0,0,0,0,0,26185,26186,0,0,'Argent Champion','','',0,80,80,2,35,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33708,0,0,0,0,0,22162,0,0,0,'Argent Champion Credit (Valiant Test)','S.T.O.U.T.','',0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33710,0,0,0,0,0,28819,0,0,0,'Lake Snapper','','',0,7,8,0,7,0,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,21,0,0,0,0,7,10,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33711,0,0,0,0,0,28820,0,0,0,'Plagued Snapper','','',0,12,13,0,7,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,21,0,0,0,0,12,18,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,22570,0,0,0,0,0,0,1,0,0,'',12340),(33712,0,0,0,0,0,28827,0,0,0,'Golden Crawler','','',0,5,6,0,7,0,1,1.14286,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,8,0,0,0,0,4,6,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33713,0,0,0,0,0,999,0,0,0,'Rotting Crawler','','',0,12,13,0,7,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,8,0,0,0,0,12,18,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33715,33756,0,0,0,0,26753,0,0,0,'Charged Sphere','','',0,80,80,2,14,0,1,0.6,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,4,1,1,0,0,0,0,0,0,0,84,0,650854271,0,'',12340),(33716,0,0,0,0,0,2718,0,0,0,'Ruby Consort','','',0,82,82,2,31,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33717,0,0,0,0,0,1687,0,0,0,'Azure Consort','','',0,82,82,0,31,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33718,0,0,0,0,0,2719,0,0,0,'Bronze Consort','','',0,82,82,0,31,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33719,0,0,0,0,0,2717,0,0,0,'Emerald Consort','','',0,82,82,0,31,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33720,0,0,0,0,0,12869,0,0,0,'Obsidian Consort','','',0,82,82,0,31,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33721,0,0,0,0,0,26937,0,0,0,'Lore Keeper Projection Unit','','',0,80,80,2,35,0,2.4,2.85714,1,0,417,582,0,608,1,2000,2000,2,33536,2048,0,0,0,0,0,0,341,506,80,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,2,1,1,1,0,0,0,0,0,0,0,223,1,0,0,'',12340),(33722,33723,0,0,0,0,5988,0,0,0,'Storm Tempered Keeper','','',0,82,82,2,16,0,3.2,2,1,1,4000,5500,0,782,7,2000,2000,2,64,2048,0,0,0,0,0,0,360,520,91,9,584,34183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,40,1,0,0,0,0,0,0,0,187,1,650854271,0,'npc_ulduar_storm_tempered_keeper',12340),(33723,0,0,0,0,0,5988,0,0,0,'Storm Tempered Keeper (1)','','',0,82,82,2,16,0,3.2,2,1,1,4000,5500,0,782,13,2000,2000,2,64,2048,0,0,0,0,0,0,360,520,91,9,584,33700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,185,40,1,0,0,0,0,0,0,0,187,1,650854271,0,'',12340),(33724,0,0,0,0,0,28787,0,0,0,'Razorscale (1)','','',0,83,83,2,14,0,1.6,1.42857,1,3,4389,5983,0,805,13,2000,2000,1,33536,2048,0,0,0,0,0,0,371,535,135,2,108,33724,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280000,360000,'',0,3,1,900,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(33725,0,0,0,0,0,169,16925,0,0,'Thorim Trap Bunny','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'boss_thorim_trap',12340),(33729,0,0,0,0,0,20249,0,0,0,'Corrupted Servitor (1)','','',0,81,81,2,16,0,1.11111,1.14286,1,1,2348,3207,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,328,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33730,0,0,0,0,0,15294,0,0,0,'Ground Fissure (1)','','',0,81,81,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(33731,0,0,0,0,0,28727,19030,28729,8149,'Forest Swarmer (1)','','',0,81,81,2,16,0,1,1.14286,1.3,1,955,1302,0,708,6,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,4,328,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,17,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33732,0,0,0,0,0,19775,0,0,0,'Guardian Lasher (1)','','',0,81,81,2,16,0,1,1.14286,1,1,1398,1906,0,708,10,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,4,328,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33733,0,0,0,0,0,28686,0,0,0,'Guardian of Life (1)','','',0,81,81,2,16,0,1.6,1.14286,1,1,2861,3901,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,2,64,33733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,35,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(33734,0,0,0,0,0,28685,0,0,0,'Ironroot Lasher (1)','','',0,81,81,2,16,0,1,1.14286,1,1,1398,1906,0,708,13,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,4,64,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33735,0,0,0,0,0,1988,0,0,0,'Mangrove Ent (1)','','',0,81,81,2,16,0,1,1.14286,1,1,1398,1906,0,708,13,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,4,320,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33737,0,0,0,0,0,28724,0,0,0,'Misguided Nymph (1)','','',0,81,81,2,16,0,1,1.14286,1,1,1902,2599,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,72,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,70,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33738,0,0,0,0,0,28857,0,0,0,'Darnassus Champion','','',10453,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,48,1,0,2,'',12340),(33739,0,0,0,0,0,28858,0,0,0,'Exodar Champion','','',10454,80,80,2,35,1,0.6,0.692857,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,76,1,0,2,'',12340),(33740,0,0,0,0,0,28859,0,0,0,'Gnomeregan Champion','','',10455,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,48,1,0,2,'',12340),(33741,0,0,0,0,0,28679,0,0,0,'Nature\'s Blade (1)','','',0,81,81,2,16,0,1.11111,1.14286,1,1,1902,2599,0,782,13,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,7,64,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33742,0,0,0,0,0,1126,11686,0,0,'Kologarn Pit Kill Bunny','','',0,81,81,2,14,0,2.4,0.85714,1,0,464,604,0,708,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,106,1,0,130,'',12340),(33743,0,0,0,0,0,28860,0,0,0,'Ironforge Champion','','',10456,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,48,1,0,2,'',12340),(33744,0,0,0,0,0,28861,0,0,0,'Orgrimmar Champion','','',10457,80,80,2,35,1,1,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33745,0,0,0,0,0,28702,0,0,0,'Sen\'jin Champion','','',10458,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,48,1,0,2,'',12340),(33746,0,0,0,0,0,28862,0,0,0,'Silvermoon Champion','','',10459,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,48,1,0,2,'',12340),(33747,0,0,0,0,0,28863,0,0,0,'Stormwind Champion','','',10460,80,80,2,35,1,1,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33748,0,0,0,0,0,28864,0,0,0,'Thunder Bluff Champion','','',10461,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,76,1,0,2,'',12340),(33749,0,0,0,0,0,28865,0,0,0,'Undercity Champion','','',10462,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,48,1,0,2,'',12340),(33750,0,0,0,0,0,16925,0,0,0,'Desecrated Ground I','','',0,1,1,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33751,0,0,0,0,0,16925,0,0,0,'Desecrated Ground II','','',0,1,1,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33752,0,0,0,0,0,16925,0,0,0,'Desecrated Ground III','','',0,1,1,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33753,0,0,0,0,0,16925,0,0,0,'Desecrated Ground IV','','',0,1,1,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33754,33757,0,0,0,0,28847,0,0,0,'Dark Rune Thunderer','','',0,82,82,2,16,0,1,1.14286,1,1,1000,1500,3,782,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,72,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,56,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33755,33758,0,0,0,0,28846,0,0,0,'Dark Rune Ravager','','',0,82,82,2,16,0,1,1.14286,1,1,3438,4688,0,782,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,72,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,56,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33756,0,0,0,0,0,26753,0,0,0,'Charged Sphere (1)','','',0,80,80,2,14,0,1,0.6,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,94,0,650854271,0,'',12340),(33757,0,0,0,0,0,28847,0,0,0,'Dark Rune Thunderer (1)','','',0,82,82,2,16,0,1,1.14286,1,1,800,1200,3,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,72,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,175,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33758,0,0,0,0,0,28846,0,0,0,'Dark Rune Ravager (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2736,3731,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,72,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,175,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33759,0,0,0,0,0,28836,0,0,0,'Eadric the Pure','Grand Champion of the Argent Crusade','',10475,80,80,2,2070,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33761,0,0,0,0,0,28833,0,0,0,'Elder Brightleaf Image','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33762,0,0,0,0,0,28837,0,0,0,'Crok Scourgebane','Grand Champion of the Ebon Blade','',0,80,80,2,2050,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33763,0,0,0,0,0,28835,0,0,0,'Cellian Daybreak','Master of Arms','',0,80,80,2,2070,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33764,0,0,0,25499,0,25275,0,0,0,'OCL Test Creature','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1250,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33768,33908,0,0,0,0,1108,453,8550,1127,'Rubble','','',0,81,81,2,16,0,1.55556,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),(33769,0,0,0,0,0,28840,0,0,0,'Zor\'be the Bloodletter','Master of Arms','',0,80,80,2,2050,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33770,0,0,0,0,0,28842,0,0,0,'Illyrie Nightfall','Mistress of Horses','',0,80,80,2,2050,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33771,0,0,0,0,0,28843,0,0,0,'Luuri','Mistress of Horses','',0,80,80,2,2070,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33772,33773,0,0,0,0,28844,0,0,0,'Faceless Horror','','',0,82,82,2,16,0,1.6,1.42857,1,1,4123,5621,0,782,7,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,10,72,33772,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,150,1,650854271,0,'',12340),(33773,0,0,0,0,0,28844,0,0,0,'Faceless Horror','','',0,82,82,2,16,0,1,1.14286,1,1,3330,4540,0,782,13,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,10,72,33772,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,175,1,1,0,0,0,0,0,0,0,150,1,650854271,0,'',12340),(33774,0,0,0,0,0,25984,0,0,0,'Slain Iron Vrykul','','',0,82,82,2,16,0,1,1.28571,1,1,488,642,0,782,7.5,2000,2000,1,570688256,2048,32,0,0,0,0,0,363,521,121,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33775,0,0,0,0,0,25987,0,0,0,'Slain Iron Dwarf','','',0,82,82,2,16,0,1,0.99206,1,1,488,642,0,782,7.5,2000,2000,1,570688256,2048,32,0,0,0,0,0,363,521,121,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33776,0,0,0,0,0,28871,0,0,0,'Gondria','','',0,77,77,2,190,0,1,1.14286,1,2,371,522,0,478,15,2000,2000,1,0,2048,0,46,0,0,0,0,314,466,81,1,65537,33776,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33778,0,0,0,0,0,22471,0,0,0,'Tournament Hippogryph','','',0,77,79,2,2070,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,334,494,95,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,'',0,4,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33779,0,0,0,0,0,1126,11686,0,0,'Ulduar Shield Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(33780,0,0,0,0,0,28930,28928,28929,28927,'Argent Watchman','','',0,80,80,2,2070,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33782,0,0,0,0,0,28918,0,0,0,'Argent Warhorse','','vehichleCursor',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,0,0,0,'',12340),(33783,0,0,0,0,0,25280,0,0,0,'Deathcharger','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(33784,0,0,0,0,0,28919,0,0,0,'[ph] test tournament charger','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),(33785,0,0,0,0,0,28688,0,0,0,'The Black Knight','','',0,80,80,2,14,0,2,1.71429,1,0,417,582,0,608,1,2000,2000,2,2147483648,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,162,1,0,0,'',12340),(33787,0,0,0,0,0,1126,16946,0,0,'Tournament Druid Spell Target','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(33788,0,0,0,0,0,28878,0,0,0,'Fhyron Shadesong','Cenarion Circle','',10648,80,80,2,994,1,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33789,0,0,0,0,0,28639,0,0,0,'Saronite Vapors (1)','','',0,80,80,2,190,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(33790,0,0,0,0,0,29255,0,0,0,'Stabled Exodar Elekk','','vehichleCursor',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(33791,0,0,0,0,0,29262,0,0,0,'Stabled Silvermoon Hawkstrider','','vehichleCursor',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(33792,0,0,0,0,0,29259,0,0,0,'Stabled Thunder Bluff Kodo','','vehichleCursor',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(33793,0,0,0,0,0,28571,0,0,0,'Stabled Gnomeregan Mechanostrider','','vehichleCursor',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(33794,0,0,0,0,0,29256,0,0,0,'Stabled Darnassian Nightsaber','','vehichleCursor',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(33795,0,0,0,0,0,29258,0,0,0,'Stabled Ironforge Ram','','vehichleCursor',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(33796,0,0,0,0,0,29261,0,0,0,'Stabled Darkspear Raptor','','vehichleCursor',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(33798,0,0,0,0,0,29257,0,0,0,'Stabled Forsaken Warhorse','','vehichleCursor',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,8388624,0,'',12340),(33799,0,0,0,0,0,29260,0,0,0,'Stabled Orgrimmar Wolf','','vehichleCursor',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(33800,0,0,0,0,0,28912,0,0,0,'Stabled Stormwind Steed','','vehichleCursor',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(33802,33907,0,0,0,0,11686,0,0,0,'Focused Eyebeam Right','','',0,81,81,2,14,0,2.2,0.785714,1,0,464,604,0,708,1,2000,2000,1,33685504,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,98,1,0,0,'boss_kologarn_eyebeam',12340),(33805,0,0,0,0,0,20788,0,0,0,'Horde Defender [PH]','','',0,80,80,2,2105,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33806,33815,0,0,0,0,23372,0,0,0,'Void Beast','','',0,81,81,2,14,0,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33809,33942,0,0,0,0,1126,11686,0,0,'Rubble Stalker Kologarn','','',0,81,81,2,14,0,2.4,0.85714,1,0,464,604,0,708,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,106,1,0,130,'',12340),(33810,0,0,0,0,0,29189,28880,0,0,'Sen\'jin Fetish','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33815,0,0,0,0,0,23372,0,0,0,'Void Beast (1)','','',0,81,81,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33816,34255,0,0,0,0,29031,29032,29033,0,'Expedition Defender','','',0,80,80,2,2105,0,1,1.14286,1,1,422,586,0,642,7.5,1500,2000,1,131078,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33817,0,0,0,0,0,28894,0,0,0,'Justicar Mariel Trueheart','Seneschal of the Argent Tournament','',10390,80,80,2,2070,3,1,1.28968,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33818,33827,0,0,0,0,29044,29045,29046,0,'Twilight Adherent','','',0,82,82,2,16,0,1,1.14286,1,1,2741,3742,0,782,7,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,8,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,8,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33819,33829,0,0,0,0,29049,29050,29051,0,'Twilight Frost Mage','','',0,82,82,2,16,0,1,1.14286,1,1,2741,3742,0,782,7,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,8,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,4,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33820,33830,0,0,0,0,29052,29053,0,0,'Twilight Pyromancer','','',0,82,82,2,16,0,1,1.14286,1,1,2741,3742,0,782,7,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,8,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,7,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33822,33828,0,0,0,0,29047,29048,0,0,'Twilight Guardian','','',0,82,82,2,16,0,1,1.14286,1,1,2741,3742,0,782,7,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,8,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,8,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33823,33832,0,0,0,0,29059,0,0,0,'Twilight Slayer','','',0,82,82,2,16,0,1,1.14286,1,1,2741,3742,0,782,7,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,8,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,8,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33824,33831,0,0,0,0,29054,29055,0,0,'Twilight Shadowblade','','',0,82,82,2,16,0,1,1.14286,1,1,2741,3742,0,782,7,1500,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,8,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,8,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33827,0,0,0,0,0,29044,29045,29046,0,'Twilight Adherent (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2218,3028,0,782,13,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,8,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33828,0,0,0,0,0,29047,29048,0,0,'Twilight Guardian (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2218,3028,0,782,13,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,55,8,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33829,0,0,0,0,0,29049,29050,29051,0,'Twilight Frost Mage (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2218,3028,0,782,13,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,4,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33830,0,0,0,0,0,29052,29053,0,0,'Twilight Pyromancer','','',0,82,82,2,16,0,1,1.14286,1,1,2218,3028,0,782,13,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,7,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33831,0,0,0,0,0,29054,29055,0,0,'Twilight Shadowblade (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2218,3028,0,782,13,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,8,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33832,0,0,0,0,0,29059,0,0,0,'Twilight Slayer','','',0,82,82,2,16,0,1,1.14286,1,1,2218,3028,0,782,13,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,55,8,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33835,0,0,0,0,0,26442,11686,0,0,'Mimiron Focus Points','','',0,80,80,0,1983,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(33836,34218,0,0,0,0,6977,0,0,0,'Bomb Bot','','',0,80,80,2,14,0,1,1.14286,1,1,1,1,0,1,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5873,1,1,0,0,0,0,0,0,0,144,1,617284383,0,'',12340),(33838,0,0,0,0,0,5488,0,0,0,'Enslaved Fire Elemental','','',0,82,82,2,16,0,1,1.14286,1,0,1000,2000,0,782,7,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33839,0,0,0,0,0,5488,0,0,0,'Enslaved Fire Elemental (1)','','',0,82,82,2,16,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33840,0,0,0,0,0,28888,0,0,0,'Quel\'dorei Steed','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33841,0,0,0,0,0,28889,0,0,0,'Sunreaver Hawkstrider','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(33842,0,0,0,0,0,28889,0,0,0,'Stabled Sunreaver Hawkstrider','','vehichleCursor',0,80,80,2,35,16777216,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(33843,0,0,0,0,0,28888,0,0,0,'Stabled Quel\'dorei Steed','','vehichleCursor',0,80,80,2,35,16777216,1,1.28968,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33844,0,0,0,0,0,28889,0,0,0,'Sunreaver Hawkstrider','','',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(33845,0,0,0,0,0,28888,0,0,0,'Quel\'dorei Steed','','',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(33846,33852,0,0,0,0,26053,0,0,0,'Dark Rune Sentinel','','',0,80,80,2,1965,0,1.6,1.42857,1,1,2262,3084,0,624,5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,1,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'npc_ulduar_dark_rune_sentinel',12340),(33848,0,0,0,0,0,28890,0,0,0,'Mimiron\'s Head','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(33849,0,0,0,0,0,28892,0,0,0,'Helidan Lightwing','Flight Master','',0,80,80,2,35,8192,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33850,0,0,0,0,0,26239,0,0,0,'Dark Rune Guardian (1)','','',0,80,80,2,1965,0,1.6,1.42857,1,1,1827,2491,0,624,5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,22,1,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'',12340),(33851,0,0,0,0,0,25987,0,0,0,'Dark Rune Watcher (1)','','',0,80,80,2,1965,0,1.6,1.42857,1,1,1343,1828,0,287,7,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,22,10,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'',12340),(33852,0,0,0,0,0,26053,0,0,0,'Dark Rune Sentinel (1)','','',0,80,80,2,1965,0,1.6,1.42857,1,1,1827,2491,0,624,10,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,31,1,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'',12340),(33853,0,0,0,0,0,28891,0,0,0,'Broxel Goldgrasp','Souvenirs','',0,80,80,2,35,128,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33854,0,0,0,0,0,28893,0,0,0,'Thomas Partridge','Stable Master','',9821,75,75,0,2070,4194305,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),(33855,34114,0,0,0,0,14379,0,0,0,'Junk Bot','','',0,80,80,2,16,0,1,1.14286,1,1,1048,1429,0,624,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(33856,0,0,0,0,0,11686,0,0,0,'Bot Summon Trigger','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_ulduar_bot_summon_trigger',12340),(33857,0,0,0,0,0,22471,0,0,0,'Argent Hippogryph','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(33861,0,0,0,0,0,28911,0,0,0,'Elder Ironbranch Image','','',0,82,82,0,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33862,0,0,0,0,0,28916,0,0,0,'Elder Stonebark Image','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,4,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,100,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33863,0,0,0,0,0,28918,0,0,0,'Argent Warhorse','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(33865,0,0,0,0,0,28920,0,0,0,'Makuli','Fresh Food','',0,75,75,2,2070,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33866,0,0,0,0,0,28922,0,0,0,'Akrittok','Fresh Food','',0,75,75,2,2070,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33867,0,0,0,0,0,28924,0,0,0,'Relga','Refreshments','',0,75,75,2,2070,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33868,0,0,0,0,0,28925,0,0,0,'Tingiyok','Refreshments','',0,75,75,2,2070,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33869,0,0,0,0,0,28926,0,0,0,'Torngasak','Refreshments','',0,75,75,2,2070,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33870,0,0,0,0,0,28918,0,0,0,'Stabled Argent Warhorse','','vehichleCursor',0,80,80,2,35,16777216,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(33871,0,0,0,0,0,28932,0,0,0,'Julie Osworth','Reagents','',0,75,75,0,2070,2176,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33872,0,0,0,0,0,28933,0,0,0,'Torgah','General Goods','',0,75,75,2,2070,384,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33874,0,0,0,0,0,20570,11686,0,0,'Archivum System','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(33876,0,0,0,0,0,28939,0,0,0,'Freya Image','','',0,82,82,0,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33877,0,0,0,0,0,28940,0,0,0,'Sif Image','','',0,82,82,0,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33878,0,0,0,0,0,29005,0,0,0,'Thorim Image','','',0,82,82,0,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33879,0,0,0,0,0,28942,0,0,0,'Hodir Image','','',0,82,82,0,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33880,0,0,0,0,0,28943,0,0,0,'Mimiron Image','','',0,82,82,0,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33881,0,0,0,0,0,17612,1126,0,0,'Death Ray','','',0,81,81,0,14,0,2.4,0.85714,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,106,1,0,0,'',12340),(33882,0,0,0,0,0,11686,0,0,0,'Death Orb','','',0,80,80,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,53,1,0,0,'boss_yoggsaron_death_orb',12340),(33883,0,0,0,0,0,28945,0,0,0,'Yogg-Saron (Transform Only)','','',0,83,83,2,16,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33885,0,0,0,0,0,28611,0,0,0,'XT-002 Deconstructor (1)','','',0,83,83,2,16,0,2.8,1.71429,1,3,4389,5983,0,805,13,1800,2000,1,32832,2048,0,0,0,0,0,0,371,535,135,9,32876,33885,0,29725,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1724850,1724850,'',0,3,1,1613.48,1,1,0,0,0,0,0,0,0,321,1,650854271,2097153,'',12340),(33886,0,0,0,0,0,19139,28575,26442,0,'XE-321 Boombot (1)','','',0,80,80,2,16,0,1.2,0.42857,1,0,15000,17000,0,642,1.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,76,1,583744347,0,'',12340),(33887,0,0,0,0,0,28585,28575,22778,0,'XS-013 Scrapbot (1)','','',0,80,80,2,14,0,1.2,0.42857,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.98413,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),(33888,0,0,0,0,0,28577,0,0,0,'XM-024 Pummeller (1)','','',0,80,80,2,16,0,1,1.14286,1,1,1342,1830,0,625,13,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33890,33954,0,0,0,0,28951,0,0,0,'Brain of Yogg-Saron','','',0,83,83,2,16,0,1.6,1.42857,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,10,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,98.3455,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'boss_yoggsaron_brain',12340),(33892,0,0,0,0,0,28953,0,0,0,'Ironbound Proto-Drake','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),(33904,0,0,0,0,0,28954,0,0,0,'Rusted Proto-Drake','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),(33906,0,0,0,0,0,11686,0,0,0,'Focused Eyebeam (1)','','',0,81,81,2,14,0,2.2,1.14286,1,0,464,604,0,708,1,2000,2000,1,33685504,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,98,1,0,0,'',12340),(33907,0,0,0,0,0,11686,0,0,0,'Focused Eyebeam Right (1)','','',0,81,81,2,14,0,2.2,1.14286,1,0,464,604,0,708,1,2000,2000,1,33685504,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,98,1,0,0,'',12340),(33908,0,0,0,0,0,1108,453,8550,1127,'Rubble (1)','','',0,81,81,2,16,0,1.55556,1.14286,1,1,464,604,0,708,13,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),(33909,0,0,0,0,0,28638,0,0,0,'Kologarn (1)','','',0,83,83,2,16,0,1,1.14286,1,3,4805,6551,0,805,13,2000,2000,1,4,2048,0,0,0,0,0,0,341,506,80,5,4194412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328,0,0,'',0,3,1,1100,50,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),(33910,0,0,0,0,0,28821,0,0,0,'Left Arm (1)','','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,70,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,5,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,165,50,1,0,0,0,0,0,0,0,0,1,650854271,2359296,'',12340),(33911,0,0,0,0,0,28822,0,0,0,'Right Arm (1)','','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,70,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,5,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,165,50,1,0,0,0,0,0,0,0,0,1,650854271,2359296,'',12340),(33915,0,0,0,0,0,27953,0,0,0,'Argex Irongut','Veteran Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33916,0,0,0,0,0,23768,0,0,0,'Big Zokk Torquewrench','Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33917,0,0,0,0,0,22399,0,0,0,'Ecton Brasstumbler','Apprentice Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33918,0,0,0,0,0,27942,0,0,0,'Kezzik the Striker','Veteran Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33919,0,0,0,0,0,22393,0,0,0,'Leeni \"Smiley\" Smalls','Apprentice Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33920,0,0,0,0,0,22438,0,0,0,'Evee Copperspring','Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33921,0,0,0,0,0,26463,0,0,0,'Nargle Lashcord','Veteran Arena Vendor','',0,75,75,1,35,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33922,0,0,0,0,0,26464,0,0,0,'Xazi Smolderpipe','Arena Vendor','',0,75,75,1,35,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33923,0,0,0,0,0,26465,0,0,0,'Zom Bocom','Apprentice Arena Vendor','',0,75,75,1,35,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33924,0,0,0,0,0,27953,0,0,0,'Argex Irongut','Veteran Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33925,0,0,0,0,0,26465,0,0,0,'Zom Bocom','Apprentice Arena Vendor','',0,75,75,1,35,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33926,0,0,0,0,0,26464,0,0,0,'Xazi Smolderpipe','Arena Vendor','',0,75,75,1,35,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33927,0,0,0,0,0,26463,0,0,0,'Nargle Lashcord','Veteran Arena Vendor','',0,75,75,1,35,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33928,0,0,0,0,0,22438,0,0,0,'Evee Copperspring','Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33929,0,0,0,0,0,22399,0,0,0,'Ecton Brasstumbler','Apprentice Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33930,0,0,0,0,0,22393,0,0,0,'Leeni \"Smiley\" Smalls','Apprentice Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33931,0,0,0,0,0,27942,0,0,0,'Kezzik the Striker','Veteran Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33932,0,0,0,0,0,23768,0,0,0,'Big Zokk Torquewrench','Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33933,0,0,0,0,0,23768,0,0,0,'Big Zokk Torquewrench','Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33934,0,0,0,0,0,22399,0,0,0,'Ecton Brasstumbler','Apprentice Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33935,0,0,0,0,0,22438,0,0,0,'Evee Copperspring','Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33936,0,0,0,0,0,26463,0,0,0,'Nargle Lashcord','Veteran Arena Vendor','',0,75,75,1,35,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33937,0,0,0,0,0,26464,0,0,0,'Xazi Smolderpipe','Arena Vendor','',0,75,75,1,35,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33938,0,0,0,0,0,26465,0,0,0,'Zom Bocom','Apprentice Arena Vendor','',0,75,75,1,35,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33939,0,0,0,0,0,27953,0,0,0,'Argex Irongut','Veteran Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33940,0,0,0,0,0,27942,0,0,0,'Kezzik the Striker','Veteran Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33941,0,0,0,0,0,22393,0,0,0,'Leeni \"Smiley\" Smalls','Apprentice Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33942,0,0,0,0,0,1126,11686,0,0,'Rubble Stalker Kologarn (1)','','',0,81,81,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,106,1,0,2,'',12340),(33943,33959,0,0,0,0,28813,0,0,0,'Influence Tentacle','','',0,82,82,2,16,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.593428,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_yoggsaron_influence_tentacle',12340),(33946,0,0,0,0,0,27166,0,0,0,'Indalamar\'s Emblem of Conquest Vendor','Emporium of AWESOME','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5522,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33947,0,0,0,0,0,28980,0,0,0,'Angry Oak Spirit','','',0,77,78,2,16,0,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33949,0,0,0,0,0,9287,10274,20830,28983,'Giant Black Wolf','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(33950,0,0,0,0,0,9287,10274,20830,28983,'Giant White Wolf','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(33951,0,0,0,0,0,9287,10274,20830,28983,'Giant Grey Wolf','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(33952,0,0,0,0,0,9287,10274,20830,28983,'Giant Red Wolf','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(33953,0,0,0,0,0,10811,13069,0,0,'Small Stone Summoner','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(33954,0,0,0,0,0,28951,0,0,0,'Brain of Yogg-Saron (1)','','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,10,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,491.728,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'',12340),(33955,0,0,0,0,0,28817,0,0,0,'Yogg-Saron (1)','','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,70,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,10,108,33955,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2128378,2128378,'',0,3,1,3155.2,1,1,0,0,0,0,0,0,0,0,0,650854271,2097153,'',12340),(33956,0,0,0,0,0,15426,0,0,0,'Prospector Doren','','',10393,80,80,2,35,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33957,0,0,0,0,0,8659,0,0,0,'Prospector Loren','','',10393,80,80,2,35,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(33958,0,0,0,0,0,10811,13069,0,0,'Exploding Goblin Chisel','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(33959,0,0,0,0,0,28813,0,0,0,'Influence Tentacle (1)','','',0,82,82,2,16,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.96714,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33962,0,0,0,0,0,28985,0,0,0,'Turned Champion','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,100,40,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33963,0,0,0,0,0,28986,0,0,0,'Magister Sarien','Emblem of Conquest Quartermaster','',0,80,80,2,2123,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33964,0,0,0,0,0,28987,0,0,0,'Arcanist Firael','Emblem of Conquest Quartermaster','',0,80,80,2,2027,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33966,33967,0,0,0,0,28814,0,0,0,'Crusher Tentacle','','',0,82,82,2,16,0,1,1.14286,1,1,3000,3500,0,1,10,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29.6714,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_yoggsaron_crusher_tentacle',12340),(33967,0,0,0,0,0,28814,0,0,0,'Crusher Tentacle (1)','','',0,82,82,2,16,0,1,1.14286,1,1,3000,3500,0,1,15,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,148.357,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33968,0,0,0,0,0,28465,0,0,0,'Guardian of Yogg-Saron (1)','','',0,82,82,2,16,0,1.6,1.71429,1,1,2220,3026,0,805,11,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,69.3569,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),(33970,0,0,0,0,0,28993,0,0,0,'Caris Sunlance','Innkeeper','',8903,75,75,2,2025,65537,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,832,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33971,0,0,0,0,0,28994,0,0,0,'Jarin Dawnglow','Innkeeper','',8903,75,75,2,2123,65537,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,832,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(33972,0,0,0,0,0,28995,0,0,0,'Rugan Steelbelly','Master of the Charge','',10400,80,80,2,2070,1,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33973,0,0,0,0,0,28996,0,0,0,'Jeran Lockwood','Master of the Melee','',10398,80,80,2,2070,1,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33974,0,0,0,0,0,28997,0,0,0,'Valis Windchaser','Master of the Shield-Breaker','',10402,80,80,2,2070,1,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33975,0,0,0,0,0,28726,0,0,0,'Noblegarden Bunny','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(33983,33984,0,0,0,0,28815,0,0,0,'Constrictor Tentacle','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,385,0,0,'',0,3,1,1.48357,1,1,0,0,0,0,0,0,0,401,1,650854271,2097152,'boss_yoggsaron_constrictor_tentacle',12340),(33984,0,0,0,0,0,28815,0,0,0,'Constrictor Tentacle (1)','','',0,82,82,2,16,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,385,0,0,'',0,3,1,7.41785,1,1,0,0,0,0,0,0,0,401,1,650854271,2097152,'',12340),(33985,33986,0,0,0,0,28813,0,0,0,'Corruptor Tentacle','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.90142,1,1,0,0,0,0,0,0,0,0,1,617299839,2097152,'boss_yoggsaron_corruptor_tentacle',12340),(33986,0,0,0,0,0,28813,0,0,0,'Corruptor Tentacle (1)','','',0,82,82,2,16,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,44.5071,1,1,0,0,0,0,0,0,0,0,1,617299839,2097152,'',12340),(33988,33989,0,0,0,0,29024,0,0,0,'Immortal Guardian','','',0,82,82,2,16,0,1.6,1.71429,1,1,400,430,0,1,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11.1268,1,1,0,0,0,0,0,0,0,190,1,617299839,2097152,'boss_yoggsaron_immortal_guardian',12340),(33989,0,0,0,0,0,29024,0,0,0,'Immortal Guardian (1)','','',0,82,82,2,16,0,1.6,1.71429,1,1,485,515,0,1,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,31.5259,1,1,0,0,0,0,0,0,0,190,1,617299839,2097152,'',12340),(33990,0,0,0,0,0,15880,0,0,0,'Laughing Skull','','',0,81,81,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,650854271,2097280,'',12340),(33991,0,0,0,0,0,11686,0,0,0,'Sanity Well','','',0,81,81,0,35,0,1,1.14286,0.5,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(33992,0,0,0,0,0,29025,0,0,0,'Harry Clearwater','Fishmaster','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33993,33994,0,0,0,0,27108,0,0,0,'Emalon the Storm Watcher','','',0,83,83,2,16,0,0.888888,1.5873,1,3,496,674,0,783,35,2000,0,2,0,2048,8,0,0,0,0,0,365,529,98,5,108,33993,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,50,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'boss_emalon',12340),(33994,0,0,0,0,0,27108,0,0,0,'Emalon the Storm Watcher (1)','','',0,83,83,2,16,0,0.888888,1.5873,1,3,496,674,0,783,70,2000,0,2,0,2048,8,0,0,0,0,0,365,529,98,5,108,33994,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,50,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),(33995,0,0,0,0,0,28887,0,0,0,'Heart of the Deconstructor (1)','','',0,83,83,2,14,0,1.2,1.14286,1,3,509,683,0,805,70,2000,2000,1,33587200,2048,0,0,0,0,0,0,371,535,135,10,524396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,516.314,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(33996,0,0,0,0,0,29026,0,0,0,'William Saldean','Grain & Feed Vendor','',10408,5,5,0,68,209,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,512,2048,0,0,2,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(33998,34200,0,0,0,0,26384,0,0,0,'Tempest Minion','','',0,82,82,2,16,0,1,1.71429,1,1,463,640,0,726,7.5,2000,0,2,32768,2048,8,0,0,0,0,0,360,520,91,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10.5,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(33999,0,0,0,0,0,8716,0,0,0,'Tempest Minion (1)','','',0,82,82,2,16,0,1,1.71429,1,1,422,586,0,642,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,345,509,103,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,38.5,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34000,0,0,0,0,0,15900,0,0,0,'Void Zone','','',0,83,83,2,370,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(34001,0,0,0,0,0,29038,0,0,0,'Void Zone','','',0,83,83,2,370,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(34002,0,0,0,0,0,26239,0,0,0,'Algalon Test Creature','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34003,0,0,0,0,0,28875,0,0,0,'Flame Leviathan (1)','','',0,83,83,2,1965,0,1.2,0.71429,1,3,4389,5983,0,805,13,2000,2000,1,64,2048,0,0,0,0,0,0,371,535,135,9,557164,34003,0,29725,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,1690736,1690736,'',0,3,1,5019.77,2,1,0,0,0,0,0,0,0,1,1,650854271,2097409,'',12340),(34004,34005,0,0,0,0,25872,0,0,0,'Life Spark','','',0,80,80,2,16,0,1,1.14286,1,1,8000,10000,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,94,1,650854271,2097152,'npc_xt002_life_spark',12340),(34005,0,0,0,0,0,25872,0,0,0,'Life Spark (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,15,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,1,1,0,0,0,0,0,0,0,94,1,0,0,'',12340),(34011,0,0,0,0,0,29040,0,0,0,'Button Image','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34014,34166,0,0,0,0,0,25501,29041,0,'Sanctum Sentry','','',0,83,83,2,16,0,1.66667,1.14286,1,3,2760,3762,0,805,7,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,1,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,24,1,1,0,0,0,0,0,0,0,164,1,650854271,2097152,'npc_auriaya_sanctum_sentry',12340),(34015,34016,0,0,0,0,26383,0,0,0,'Tempest Warder','','',0,82,82,2,16,0,1,1.71429,1,1,463,640,0,726,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,360,520,91,4,72,34015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3484,7662,'SmartAI',0,3,1,50,10,1,0,0,0,0,0,0,0,164,1,617299839,2097152,'',12340),(34016,0,0,0,0,0,26383,0,0,0,'Tempest Warder (1)','','',0,82,82,2,16,0,1,1.71429,1,1,463,640,0,726,13,2000,0,2,32832,2048,8,0,0,0,0,0,360,520,91,4,72,34016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,14000,'',0,3,1,200,10,1,0,0,0,0,0,0,0,164,1,617299839,2097152,'',12340),(34017,0,0,0,0,0,29043,0,0,0,'Swift Gray Steed','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(34018,0,0,0,0,0,20833,0,0,0,'Tamable Sporebat','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,33,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34019,0,0,0,0,0,4636,0,0,0,'Tamable Hyena','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,25,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34021,0,0,0,0,0,29056,0,0,0,'Tamable Moth','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,37,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34022,0,0,0,0,0,29057,0,0,0,'Tamable Tallstrider','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,12,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34024,0,0,0,0,0,29058,0,0,0,'Tamable Wasp','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,44,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34025,0,0,0,0,0,822,0,0,0,'Tamable Bear','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,4,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34026,0,0,0,0,0,27692,0,0,0,'Tamable Crab','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,8,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34027,0,0,0,0,0,1037,0,0,0,'Tamable Crocolisk','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,6,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34028,0,0,0,0,0,837,0,0,0,'Tamable Gorilla','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,9,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34029,0,0,0,0,0,27690,0,0,0,'Tamable Turtle','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,21,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34031,0,0,0,0,0,29060,0,0,0,'XS-001 Constructor Bot','','',0,83,83,2,16,0,1,1.14286,1,5,509,683,0,805,1,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,376.479,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),(34032,0,0,0,0,0,29062,0,0,0,'Cache Image','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34034,34169,0,0,0,0,29065,29042,0,0,'Swarming Guardian','','',0,81,81,2,16,0,1.66667,1.14286,1,0,600,818,0,702,1,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,1,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.35,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(34035,34171,0,0,0,0,29082,0,0,0,'Feral Defender','','',0,83,83,2,16,0,1.66667,1.14286,1,3,900,1200,5,1,1,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,1,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14.55,1,1,0,0,0,0,0,0,0,180,1,650854271,2097152,'npc_auriaya_feral_defender',12340),(34036,0,0,0,0,0,14612,0,0,0,'Sergeant Thunderhorn','Apprentice Armor Quartermaster','',0,65,65,1,125,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,256,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34037,0,0,0,0,0,14612,0,0,0,'Sergeant Thunderhorn','Apprentice Armor Quartermaster','',0,65,65,1,125,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34038,0,0,0,0,0,14612,0,0,0,'Sergeant Thunderhorn','Apprentice Armor Quartermaster','',0,80,80,2,125,4224,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34039,0,0,0,0,0,12674,0,0,0,'Lady Palanseer','Jewelcrafting Quartermaster','',0,65,65,1,125,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34040,0,0,0,0,0,12674,0,0,0,'Lady Palanseer','Jewelcrafting Quartermaster','',0,65,65,1,125,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34042,0,0,0,0,0,15093,0,0,0,'Phantom Ghostfish','Designer Extraordinaire','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34043,0,0,0,0,0,12674,0,0,0,'Lady Palanseer','Jewelcrafting Quartermaster','',0,65,65,1,125,128,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34044,0,0,0,0,0,26353,0,0,0,'Brann Bronzebeard','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(34045,0,0,0,0,0,25870,25871,0,0,'Salvaged Chopper (1)','','vehichleCursor',0,80,80,2,2105,16777216,2,2,1,0,0,0,0,0,1,2000,2000,4,16384,2048,0,0,0,0,0,0,0,0,0,9,262176,0,0,0,0,0,0,0,0,0,62974,62286,62299,64660,0,0,0,0,0,335,0,0,'',0,3,1,40,1,1,0,0,0,0,0,0,0,180,0,67109888,0,'',12340),(34047,0,0,0,0,0,11686,0,0,0,'Rocket Strike','','',0,83,83,2,114,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_ulduar_rocket_strike_trigger',12340),(34049,33999,0,0,0,0,26384,0,0,0,'Tempest Minion','','',0,82,82,2,16,0,1,1.71429,1,1,463,640,0,726,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,360,520,91,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(34050,0,0,0,0,0,29070,0,0,0,'Rocket (Mimiron Visual)','','',0,70,70,2,14,0,0.2,0.2,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_ulduar_mimiron_rocket',12340),(34054,0,0,0,0,0,11686,0,0,0,'Bronzebeard Radio','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,1,0,'npc_brann_radio',12340),(34055,0,0,0,0,0,15294,0,0,0,'Thorim Combat Trigger','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34057,34115,0,0,0,0,29079,0,0,0,'Assault Bot','','',0,80,80,2,14,0,1,1.14286,1,1,3071,4187,0,624,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,34057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,1,1,0,0,0,0,0,0,0,144,1,617299839,0,'',12340),(34058,0,0,0,0,0,22602,0,0,0,'Doris Volanthius','Veteran Armor Quartermaster','',0,70,70,0,1602,4224,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34059,0,0,0,0,0,22602,0,0,0,'Doris Volanthius','Veteran Armor Quartermaster','',0,70,70,0,125,4224,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34060,0,0,0,0,0,22602,0,0,0,'Doris Volanthius','Veteran Armor Quartermaster','',0,80,80,2,125,4224,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34061,0,0,0,0,0,28300,0,0,0,'Blood Guard Zar\'shi','Northrend Armor Quartermaster','',0,65,65,1,125,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,256,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34062,0,0,0,0,0,28300,0,0,0,'Blood Guard Zar\'shi','Northrend Armor Quartermaster','',0,65,65,1,125,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34063,0,0,0,0,0,28300,0,0,0,'Blood Guard Zar\'shi','Northrend Armor Quartermaster','',0,80,80,2,125,4224,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34064,0,0,0,0,0,26353,0,0,0,'Brann Bronzebeard','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_brann_bronzebeard_algalon',12340),(34068,0,0,0,0,0,29071,0,0,0,'Magnetic Core','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'npc_ulduar_magnetic_core',12340),(34069,34185,0,0,0,0,12233,0,0,0,'Molten Colossus','','',0,82,82,2,16,0,0.777776,1.71429,1,1,3323,4530,0,782,7,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,5,520,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,45,1,1,0,0,0,0,0,0,0,164,1,650854271,0,'',12340),(34070,0,0,0,0,0,29072,0,0,0,'Urel Stoneheart','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34071,0,0,0,0,0,29073,0,0,0,'Leviathan Mk II','','',0,83,83,2,14,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,300,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),(34072,0,0,0,0,0,29074,0,0,0,'Descend Into Madness','','Interact',0,81,81,0,35,1,1,1.14286,1,0,464,604,0,708,1,2000,2000,1,2,2048,0,0,0,0,0,0,353,512,112,10,1049608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_yoggsaron_descend_portal',12340),(34073,0,0,0,0,0,12917,0,0,0,'Captain Dirgehammer','Apprentice Armor Quartermaster','',0,65,65,1,1078,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34074,0,0,0,0,0,12917,0,0,0,'Captain Dirgehammer','Apprentice Armor Quartermaster','',0,65,65,1,1078,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34075,0,0,0,0,0,12917,0,0,0,'Captain Dirgehammer','Apprentice Armor Quartermaster','',0,65,65,1,1078,4224,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34076,0,0,0,0,0,21512,0,0,0,'Lieutenant Tristia','Veteran Armor Quartermaster','',0,65,65,0,123,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34077,0,0,0,0,0,21512,0,0,0,'Lieutenant Tristia','Veteran Armor Quartermaster','',0,75,75,2,123,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34078,0,0,0,0,0,21512,0,0,0,'Lieutenant Tristia','Veteran Armor Quartermaster','',0,75,75,2,123,4224,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34079,0,0,0,0,0,12918,0,0,0,'Captain O\'Neal','Jewelcrafting Quartermaster','',0,65,65,1,1078,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34080,0,0,0,0,0,12918,0,0,0,'Captain O\'Neal','Jewelcrafting Quartermaster','',0,65,65,1,1078,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34081,0,0,0,0,0,12918,0,0,0,'Captain O\'Neal','Jewelcrafting Quartermaster','',0,65,65,1,1078,128,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34082,0,0,0,0,0,28301,0,0,0,'Knight-Lieutenant Moonstrike','Armor Quartermaster','',0,65,65,1,123,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34083,0,0,0,0,0,28301,0,0,0,'Knight-Lieutenant Moonstrike','Northrend Armor Quartermaster','',0,75,75,2,123,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34084,0,0,0,0,0,28301,0,0,0,'Knight-Lieutenant Moonstrike','Northrend Armor Quartermaster','',0,80,80,2,123,4224,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34085,34186,0,0,0,0,28471,0,0,0,'Forge Construct','','',0,82,82,2,16,0,1,1.14286,1,1,3341,4555,0,782,7,2000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,9,512,34183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34086,34201,0,0,0,0,25680,0,0,0,'Magma Rager','','',0,82,82,2,16,0,1,1.14286,1,1,2947,4023,0,726,7,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,4,512,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34087,0,0,0,0,0,29076,0,0,0,'Trapjaw Rix','Exceptional Arena Weaponry','',0,70,70,1,35,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34088,0,0,0,0,0,29077,0,0,0,'Blazzek the Biter','Exceptional Arena Weaponry','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34089,0,0,0,0,0,29078,0,0,0,'Grex Brainboiler','Exceptional Arena Weaponry','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34090,0,0,0,0,0,29077,0,0,0,'Blazzek the Biter','Exceptional Arena Weaponry','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34091,0,0,0,0,0,29078,0,0,0,'Grex Brainboiler','Exceptional Arena Weaponry','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34092,0,0,0,0,0,29076,0,0,0,'Trapjaw Rix','Exceptional Arena Weaponry','',0,70,70,1,35,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34093,0,0,0,0,0,29077,0,0,0,'Blazzek the Biter','Exceptional Arena Weaponry','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34094,0,0,0,0,0,29078,0,0,0,'Grex Brainboiler','Exceptional Arena Weaponry','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34095,0,0,0,0,0,29076,0,0,0,'Trapjaw Rix','Exceptional Arena Weaponry','',0,70,70,1,35,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34096,0,0,0,0,0,1126,11686,0,0,'Auriaya Feral Defender Stalker','','',0,81,81,2,35,0,1,1.14286,1,0,464,604,0,708,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34097,34222,0,0,0,0,18050,0,0,0,'Unleashed Dark Matter','','',0,81,81,2,14,0,4,1.42857,1,1,1800,2400,0,805,3,2000,2000,1,32768,2048,0,0,0,0,0,0,353,512,112,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.5,1,1,0,0,0,0,0,0,0,156,1,650854271,2097152,'',12340),(34098,34174,0,0,0,0,1126,11686,0,0,'Auriaya Seeping Essence Stalker','','',0,83,83,2,14,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34099,0,0,0,0,0,28460,0,0,0,'Worm Hole','','',0,80,80,2,14,0,1,1,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_algalon_worm_hole',12340),(34100,0,0,0,0,0,169,11686,0,0,'Algalon Void Zone Visual Stalker','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34102,0,0,0,0,0,29083,0,0,0,'Argent Confessor Paletress','','',10451,80,82,2,2070,1,1,1.14286,1,1,463,640,0,726,4.6,2000,2000,2,33536,2048,0,0,0,0,0,0,360,520,91,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34104,0,0,0,0,0,29085,0,0,0,'The Black Knight (No helmet)','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,162,1,0,0,'',12340),(34105,0,0,0,0,0,28517,0,0,0,'Ulduar Colossus (1)','','',0,80,80,2,1692,0,1.2,1.14286,1,1,2743,3740,0,782,13,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,5,524352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,350,1,1,0,0,0,0,0,0,0,124,1,0,0,'',12340),(34106,0,0,0,0,0,28831,0,0,0,'Leviathan Mk II (1)','','',0,83,83,0,14,0,1,1.28571,1,3,4389,5983,0,802,13,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,9,32876,33432,0,29725,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,0,0,'',0,3,1,1200,1,1,0,0,0,0,0,0,0,541,1,650854271,2097153,'',12340),(34107,0,0,0,0,0,28919,0,0,0,'Argent Charger (No abilities)','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(34108,0,0,0,0,0,28841,0,0,0,'VX-001 (1)','Anti-personnel Assault Cannon','',0,83,83,0,14,0,1,1.14286,1,3,422,586,0,642,70,2000,2000,1,33554436,2048,0,0,0,0,0,0,345,509,103,9,108,33651,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,0,0,'',0,3,1,1200,1,1,0,0,0,0,0,0,0,421,1,650854271,2097153,'',12340),(34109,0,0,0,0,0,28979,0,0,0,'Aerial Command Unit (1)','','',0,83,83,0,14,0,1,1.14286,1,3,422,586,0,642,70,2000,2000,1,33554436,2048,0,0,0,0,0,0,345,509,103,9,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,'',0,3,1,800,1,1,0,0,0,0,0,0,0,188,1,650854271,2097153,'',12340),(34110,0,0,0,0,0,11686,16925,0,0,'Rocket Strike (1)','','',0,83,83,2,114,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34111,0,0,0,0,0,28883,0,0,0,'Flame Leviathan Turret (1)','','Gunner',0,80,80,0,1965,16777216,1.2,1.14286,1,3,0,0,0,0,13,2000,2000,4,33554434,2048,0,0,0,0,0,0,0,0,0,9,786540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,935.979,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(34112,0,0,0,0,0,26053,0,0,0,'Titanium Stormlord (1)','','',0,80,80,2,1692,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,524296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,5,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(34113,0,0,0,0,0,28580,28581,0,0,'Steelforged Defender (1)','','',0,80,80,2,1965,0,1,1.14286,1,0,537,731,0,608,2,2000,2000,2,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,121,1,1,0,'',12340),(34114,0,0,0,0,0,14379,0,0,0,'Junk Bot (1)','','',0,80,80,2,16,0,1,1.14286,1,1,849,1157,0,624,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(34115,0,0,0,0,0,29079,0,0,0,'Assault Bot (1)','','',0,80,80,2,14,0,1,1.14286,1,1,2480,3382,0,624,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,34115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,144,1,617299839,0,'',12340),(34116,0,0,0,0,0,29094,0,0,0,'Shadowy Fish','','',0,1,1,2,1878,0,1,1.14286,1,1,2,2,0,24,15,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,0.00983,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34119,0,0,0,0,0,26353,0,0,0,'Brann Bronzebeard','','',0,80,80,2,35,1,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34120,0,0,0,0,0,22878,0,0,0,'Brann\'s Flying Machine','','vehichleCursor',0,80,80,2,290,0,1.2,2.14286,1,0,422,586,0,642,1,2000,2000,1,33280,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,'',0,3,3,10,1,1,0,0,0,0,0,0,0,188,0,0,0,'',12340),(34121,0,0,0,0,0,11686,0,0,0,'Flames (Spread)','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554944,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'npc_ulduar_flames_spread',12340),(34125,0,0,0,0,0,28918,0,0,0,'Stabled Campaign Warhorse','','vehichleCursor',0,80,80,2,35,16777216,1,1.38571,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(34127,0,0,0,0,0,29099,0,0,0,'Boneguard Commander','','',0,80,80,2,21,1,1,2,1,1,422,586,0,642,7.5,1818,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,19.8413,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(34128,0,0,0,0,0,24712,0,0,0,'Boneguard Plague Wagon','','',0,80,80,2,974,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.14286,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34129,34153,0,0,0,0,23258,0,0,0,'Nature Bomb','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'boss_freya_nature_bomb',12340),(34131,0,0,0,0,0,169,11686,0,0,'Algalon Stalker Asteroid Target 02 (1)','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34133,34139,0,0,0,0,26778,0,0,0,'Champion of Hodir','','',0,82,82,2,16,0,1.6,1.14286,1,1,4949,6747,0,782,7,2000,2000,1,64,2048,0,0,0,0,0,0,363,521,121,5,72,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,70,1,1,0,0,0,0,0,0,0,150,1,650854271,0,'',12340),(34134,34141,0,0,0,0,29100,0,0,0,'Winter Revenant','','',0,81,81,2,16,0,1.6,1.14286,1,1,2737,3739,0,670,7,2000,2000,2,64,2048,0,0,0,0,0,0,351,511,86,4,576,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,18,20,1,0,0,0,0,0,0,0,150,1,650854271,0,'',12340),(34135,34142,0,0,0,0,23348,0,0,0,'Winter Rumbler','','',0,81,81,2,16,0,1.6,1.14286,1,1,2148,2935,0,670,7,2000,2000,2,64,2048,0,0,0,0,0,0,351,511,86,4,576,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,20,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(34137,34140,0,0,0,0,24862,0,0,0,'Winter Jormungar','','',0,80,80,2,16,0,2.4,1.14286,1,1,814,1110,0,642,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,72,33528,0,70207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,1,1,0,0,0,0,0,0,0,152,1,0,2,'',12340),(34139,0,0,0,0,0,26778,0,0,0,'Champion of Hodir (1)','','',0,82,82,2,16,0,1.6,1.14286,1,1,4086,5570,0,782,13,2000,2000,1,64,2048,0,0,0,0,0,0,363,521,121,5,72,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,150,1,650854271,0,'',12340),(34140,0,0,0,0,0,24862,0,0,0,'Winter Jormungar (1)','','',0,81,81,2,16,0,2.4,1.14286,1,1,623,849,0,642,13,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,1,72,34140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,17,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),(34141,0,0,0,0,0,29100,0,0,0,'Winter Revenant (1)','','',0,81,81,2,16,0,1.6,1.14286,1,1,2035,2780,0,670,13,2000,2000,2,64,2048,0,0,0,0,0,0,341,506,80,4,576,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,20,1,0,0,0,0,0,0,0,150,1,650854271,0,'',12340),(34142,0,0,0,0,0,23348,0,0,0,'Winter Rumbler (1)','','',0,81,81,2,16,0,1.6,1.14286,1,1,1842,2517,0,670,13,2000,2000,2,64,2048,0,0,0,0,0,0,341,506,80,4,576,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,20,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),(34143,0,0,0,0,0,11686,0,0,0,'Computer','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,72,106,26,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34144,0,0,0,0,0,29031,29032,29033,0,'Expedition Mercenary','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,1500,2000,1,33280,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(34145,0,0,0,0,0,29034,29035,0,0,'Expedition Engineer','','',0,80,80,2,35,0,1,1.14286,1,1,417,582,0,608,7.5,1500,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,30,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(34146,0,0,0,0,0,1126,27823,0,0,'Snow Mound (4)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_ulduar_snow_mound',12340),(34147,34148,0,0,0,0,6888,0,0,0,'Emergency Fire Bot','','',0,80,80,2,16,0,1,1.14,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,0,650854011,0,'npc_ulduar_emergency_fire_bot',12340),(34148,0,0,0,0,0,6888,0,0,0,'Emergency Fire Bot (1)','','',0,80,80,2,16,0,2,2,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,144,0,650854011,0,'',12340),(34149,0,0,0,0,0,11686,0,0,0,'Frost Bomb','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(34150,0,0,0,0,0,1126,27823,0,0,'Snow Mound (6)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_ulduar_snow_mound',12340),(34151,0,0,0,0,0,1126,27823,0,0,'Snow Mound (8)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,396,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_ulduar_snow_mound',12340),(34152,0,0,0,0,0,28992,0,0,0,'Saronite Animus (1)','','',0,80,80,2,16,0,1.6,1.14286,1,3,4763,6494,0,805,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,675,1,1,0,0,0,0,0,0,0,144,1,617299839,2097408,'',12340),(34153,0,0,0,0,0,169,23258,0,0,'Nature Bomb (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,15,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34154,0,0,0,0,0,10718,0,0,0,'Blue Skeletal Warhorse','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),(34155,0,0,0,0,0,12241,0,0,0,'White Kodo','','',0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(34156,0,0,0,0,0,29102,0,0,0,'Venomhide Ravasaur','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(34157,0,0,0,0,0,21955,11686,0,0,'Toxic Tolerance Kill Credit Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34158,0,0,0,0,0,29103,0,0,0,'Young Venomhide Ravasaur','','',0,48,49,0,35,0,1.6,1.14286,1,0,83,110,0,200,1,1500,2000,1,0,2048,0,11,0,0,0,0,57,84,19,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),(34159,0,0,0,0,0,26442,11686,0,0,'Ulduar Gauntlet Generator (small radius)','','',0,80,80,0,1983,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(34161,34162,0,0,0,0,22719,0,0,0,'Mechanostriker 54-A','','',0,80,80,2,14,16777216,1,1,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,524288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34162,0,0,0,0,0,22719,0,0,0,'Mechanostriker 54-A (1)','','',0,80,80,2,14,16777216,1,1,1,1,422,586,0,642,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,524288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34164,34165,0,0,0,0,29104,0,0,0,'Mechagnome Battletank','','',0,80,80,2,1692,0,2,1.42857,1,1,2832,3858,0,642,7,2000,2000,4,32832,2048,0,0,0,0,0,0,0,0,0,5,524352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,125,1,1,0,0,0,0,0,0,0,381,1,650854271,0,'',12340),(34165,0,0,0,0,0,29104,0,0,0,'Mechagnome Battletank (1)','','',0,80,80,2,1692,0,2,1.42857,1,1,2256,3073,0,642,13,2000,2000,4,32832,2048,0,0,0,0,0,0,0,0,0,5,524352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,400,1,1,0,0,0,0,0,0,0,381,1,650854271,0,'',12340),(34166,0,0,0,0,0,0,25501,29041,0,'Sanctum Sentry (1)','','',0,83,83,2,16,0,1.66667,1.14286,1,3,1614,2201,0,805,13,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,1,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,1,1,0,0,0,0,0,0,0,164,1,650854271,2097152,'',12340),(34168,34170,0,0,0,0,29110,0,0,0,'Jack McWeaksauce','Ulduar 10 Vehicle Test Gear','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34169,0,0,0,0,0,29065,29042,0,0,'Swarming Guardian (1)','','',0,81,81,2,16,0,1.66667,1.14286,1,0,600,818,0,702,1.5,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,1,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(34170,0,0,0,0,0,29110,0,0,0,'Jack McWeaksauce (1)','Ulduar 10 Vehicle Test Gear','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34171,0,0,0,0,0,29082,0,0,0,'Feral Defender (1)','','',0,83,83,2,16,0,1.66667,1.14286,1,3,2500,3000,5,1,1,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,1,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,44,1,1,0,0,0,0,0,0,0,180,1,650854271,2097152,'',12340),(34172,0,0,0,0,0,29111,0,0,0,'Captain Julian McWeaksauce','The Flaming Falcon','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34173,0,0,0,0,0,29112,0,0,0,'Granny McWeaksauce','Future Loot Tier Vendor','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34174,0,0,0,0,0,1126,11686,0,0,'Auriaya Seeping Essence Stalker (1)','','',0,83,83,2,14,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34175,0,0,0,0,0,28651,0,0,0,'Auriaya (1)','','',0,83,83,2,14,0,1.66667,1.14286,1,3,4301,5868,0,805,13,2000,2000,2,64,2048,0,0,0,0,0,0,365,529,98,5,76,34175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1366181,1366181,'',0,3,1,1200,55,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),(34178,0,0,0,0,0,21635,0,0,0,'Grylls','','',0,73,74,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,4,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34179,0,0,0,0,0,28927,28928,28929,28930,'Argent Peacekeeper','','',0,80,80,2,2072,0,1,1.38571,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34180,0,0,0,0,0,29114,0,0,0,'Crusader Maran','','',0,80,80,2,2070,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34181,0,0,0,0,0,11686,1126,0,0,'Focused Laser','','',0,80,80,2,14,0,3.6,1.28571,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,138,1,0,0,'',12340),(34183,34214,0,0,0,0,29115,0,0,0,'Arachnopod Destroyer','','',0,80,80,2,16,0,1,1.14286,1,1,2262,3084,0,642,2,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,10,32768,34183,0,0,0,0,0,0,0,0,64717,64776,64779,0,0,0,0,0,0,399,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_ulduar_arachnopod_destroyer',12340),(34184,34219,0,0,0,0,29118,0,0,0,'Clockwork Mechanic','','',0,80,80,2,16,0,1,1.14286,1,1,792,1080,0,642,7,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34185,0,0,0,0,0,12233,0,0,0,'Molten Colossus (1)','','',0,82,82,2,16,0,0.777776,1.14286,1,1,2684,3659,0,782,13,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,5,520,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,155,1,1,0,0,0,0,0,0,0,164,1,650854271,0,'',12340),(34186,0,0,0,0,0,28471,0,0,0,'Forge Construct (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2703,3685,0,782,13,2000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,9,512,33700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,120,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34187,0,0,0,0,0,29161,0,0,0,'Sea Turtle','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(34188,34189,0,0,0,0,169,11686,0,0,'Razorscale Devouring Flame Stalker','','',0,83,83,2,14,0,1,1.14286,1,1,509,683,0,805,7.5,2000,2000,1,33554436,2048,0,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(34189,0,0,0,0,0,169,11686,0,0,'Razorscale Devouring Flame Stalker (1)','','',0,83,83,2,14,0,1,1.14286,1,1,509,683,0,805,13,2000,2000,1,33554436,2048,0,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(34190,34229,0,0,0,0,26155,0,0,0,'Hardened Iron Golem','','',0,82,82,2,16,0,1,1.14286,1,1,2719,3707,0,782,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,4,576,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34191,34217,0,0,0,0,14379,0,0,0,'Trash','','',0,80,80,2,14,0,1,1.14286,1,1,792,1080,0,642,7,5000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,32776,34183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(34192,34216,0,0,0,0,6977,0,0,0,'Boomer XP-500','','',0,80,80,2,14,0,1,1.14286,1,1,1,1,0,1,1,5000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5873,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(34193,34220,0,0,0,0,26474,0,0,0,'Clockwork Sapper','','',0,80,80,2,16,0,1,1.14286,1,1,1701,2319,0,642,7,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32768,34183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34194,0,0,0,0,0,11686,0,0,0,'Superheated Winds','','',0,80,80,2,14,0,2.4,1.14286,1,0,1,1,0,1,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,106,1,0,130,'',12340),(34196,34245,0,0,0,0,29122,0,0,0,'Rune Etched Sentry','','',0,80,80,2,16,0,1,0.99206,1,1,3803,5184,0,642,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,584,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34197,34226,0,0,0,0,5107,0,0,0,'Chamber Overseer','','',0,82,82,2,16,0,1.5,1.14286,1,1,4380,5972,0,782,7,1500,2000,1,0,2048,0,0,0,0,0,0,363,521,121,4,584,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,85,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'',12340),(34198,34236,0,0,0,0,26218,0,0,0,'Iron Mender','','',0,82,82,2,16,0,1,0.99206,1,1,2914,3973,0,782,7,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,7,64,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,15,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(34199,34237,0,0,0,0,26239,0,0,0,'Lightning Charged Iron Dwarf','','',0,82,82,2,16,0,1,0.99206,1,1,2914,3973,0,782,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,64,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(34200,0,0,0,0,0,26384,0,0,0,'Tempest Minion (1)','','',0,82,82,2,16,0,1,1.71429,1,1,422,586,0,642,7.5,2000,0,2,32768,2048,8,0,0,0,0,0,345,509,103,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,38.5,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(34201,0,0,0,0,0,25680,0,0,0,'Magma Rager (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2378,3247,0,726,13,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,4,512,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,120,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34202,0,0,0,0,0,28813,0,0,0,'Influence Tentacle Visual','','',0,82,82,2,190,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.37371,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34203,34227,0,0,0,0,25874,0,0,0,'Displacement Device','','',0,81,81,2,14,0,2.4,1.14286,1,0,464,604,0,708,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,5,2,1,1,0,0,0,0,0,0,0,106,1,0,0,'',12340),(34210,0,0,0,0,0,28976,0,0,0,'Squire Artie','','',10463,80,80,0,35,3,1.2,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.18401,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),(34211,0,0,0,0,0,11686,0,0,0,'Burst Target','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554944,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(34213,34228,0,0,0,0,1126,11686,0,0,'Flaming Rune','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,106,1,0,128,'',12340),(34214,0,0,0,0,0,29115,0,0,0,'Arachnopod Destroyer (1)','','',0,80,80,2,16,0,1,1.14286,1,1,1827,2491,0,642,4,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,10,32768,33700,0,0,0,0,0,0,0,0,65241,65240,64779,0,0,0,0,0,0,399,0,0,'',0,3,1,70,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(34215,0,0,0,0,0,28988,0,0,0,'Collapsing Star (1)','','',0,80,80,2,14,0,1,1,1,1,422,586,0,642,15,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,1,1,0,0,0,0,0,0,0,0,0,650854271,2097152,'',12340),(34216,0,0,0,0,0,6977,0,0,0,'Boomer XP-500 (1)','','',0,80,80,2,14,0,1,1.14286,1,1,1,1,0,1,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(34217,0,0,0,0,0,14379,0,0,0,'Trash (1)','','',0,80,80,2,14,0,1,1.14286,1,1,609,830,0,642,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,32776,33700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,17,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(34218,0,0,0,0,0,6977,0,0,0,'Bomb Bot (1)','','',0,80,80,2,14,0,1,1.14286,1,1,1,1,0,1,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,144,1,617284383,0,'',12340),(34219,0,0,0,0,0,29118,0,0,0,'Clockwork Mechanic (1)','','',0,80,80,2,16,0,1,1.14286,1,1,600,900,0,642,13,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34220,0,0,0,0,0,26474,0,0,0,'Clockwork Sapper (1)','','',0,80,80,2,16,0,1,1.14286,1,1,1373,1873,0,642,13,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32768,33700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,55,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34221,0,0,0,0,0,18957,0,0,0,'Dark Matter (1)','','',0,81,81,2,14,0,4,1.42857,1,1,1800,2400,0,805,5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3,1,1,0,0,0,0,0,0,0,98,1,650854271,2097152,'',12340),(34222,0,0,0,0,0,18050,0,0,0,'Unleashed Dark Matter (1)','','',0,81,81,2,14,0,4,1.42857,1,1,1800,2400,0,805,5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,10,1,1,0,0,0,0,0,0,0,156,1,650854271,2097152,'',12340),(34223,0,0,0,0,0,11686,0,0,0,'Sapper Explosion','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554944,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(34224,0,0,0,0,0,28829,0,0,0,'Ice Turret','','',0,80,80,0,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,7,1,1,0,0,0,0,0,0,0,144,0,0,0,'',12340),(34225,0,0,0,0,0,25511,0,0,0,'Deadly Gladiator\'s Frost Wyrm','','',0,10,10,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(34226,0,0,0,0,0,5107,0,0,0,'Chamber Overseer (1)','','',0,82,82,2,16,0,1.5,1.14286,1,1,3535,4820,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,4,584,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,115,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'',12340),(34227,0,0,0,0,0,25874,0,0,0,'Displacement Device (1)','','',0,81,81,2,14,0,2.4,1.14286,1,0,464,604,0,708,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,5,2,1,1,0,0,0,0,0,0,0,106,1,0,0,'',12340),(34228,0,0,0,0,0,1126,11686,0,0,'Flaming Rune (1)','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,106,1,0,0,'',12340),(34229,0,0,0,0,0,26155,0,0,0,'Hardened Iron Golem (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2196,2994,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,4,576,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,55,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34230,0,0,0,0,0,169,16925,0,0,'Emalon Controller','','',0,80,80,0,14,0,1,0.992063,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34234,34235,0,0,0,0,29122,0,0,0,'Runeforged Sentry','','',0,82,82,2,16,0,1,0.99206,1,1,2745,3743,0,782,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,4,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34235,0,0,0,0,0,29122,0,0,0,'Runeforged Sentry (1)','','',0,82,82,2,16,0,1,0.992063,1,1,2220,3026,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,4,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34236,0,0,0,0,0,26218,0,0,0,'Iron Mender (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2354,3209,0,782,13,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,7,64,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,15,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(34237,0,0,0,0,0,26239,0,0,0,'Lightning Charged Iron Dwarf (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2354,3209,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,64,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,55,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(34238,0,0,0,0,0,29130,0,0,0,'Black Skeletal Horse','','',0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),(34244,0,0,0,0,0,29132,0,0,0,'Jean Pierre Poulain','Argent Tournament Valiant','',10478,80,80,0,2070,1,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34245,0,0,0,0,0,29122,0,0,0,'Rune Etched Sentry (1)','','',0,82,82,2,16,0,1,1.14286,1,1,3071,4187,0,642,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,4,584,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,110,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34246,0,0,0,0,0,29133,0,0,0,'Azeroth','','',0,83,83,2,190,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34247,0,0,0,0,0,28580,28581,0,0,'Steelforged Defender (1)','','',0,80,80,2,1965,0,1,1.14286,1,0,537,731,0,608,2,2000,2000,2,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(34250,0,0,0,0,0,23980,17200,0,0,'Azeroth Planet Stalker','','',0,74,74,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34252,0,0,0,0,0,29145,0,0,0,'Dubin Clay','Plate Armor Merchant','',0,75,75,0,2007,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34254,0,0,0,0,0,29030,0,0,0,'Expedition Commander (1)','','',0,81,81,2,35,1,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,131846,2048,0,0,0,0,0,0,353,512,112,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34255,0,0,0,0,0,29031,29032,29033,0,'Expedition Defender (1)','','',0,80,80,2,2105,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,131078,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(34256,0,0,0,0,0,29034,29035,0,0,'Expedition Engineer (1)','','',0,80,80,2,2105,0,2.5,1.14,1,1,417,582,0,608,13,2000,2000,2,131842,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,30,1,0,0,0,0,0,0,0,0,1,1,2,'',12340),(34257,0,0,0,0,0,29036,29037,0,0,'Expedition Trapper (1)','','',0,80,80,2,2105,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,131078,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),(34264,0,0,0,0,0,29152,0,0,0,'Vanquished Crusher Tentacle','','',0,80,80,2,14,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34265,0,0,0,0,0,29151,0,0,0,'Vanquished Corruptor Tentacle','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34266,0,0,0,0,0,29150,0,0,0,'Vanquished Constrictor Tentacle','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34267,34268,0,0,0,0,28112,0,0,0,'Parts Recovery Technician','','',0,80,80,2,16,0,1,0.99206,1,1,1701,2319,0,642,7,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32840,34183,0,29730,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34268,0,0,0,0,0,28112,0,0,0,'Parts Recovery Technician (1)','','',0,80,80,2,16,0,1,1.14286,1,1,1342,1829,0,642,13,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32840,33700,0,29730,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34269,34270,0,0,0,0,29157,0,0,0,'XR-949 Salvagebot','','',0,80,80,2,16,0,1,1.14286,1,1,1701,2319,0,642,7,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32840,34183,0,27641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34270,0,0,0,0,0,29157,0,0,0,'XR-949 Salvagebot (1)','','',0,80,80,2,16,0,1,1.14286,1,1,1342,1829,0,642,13,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32840,33700,0,27641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34271,34272,0,0,0,0,29154,0,0,0,'XD-175 Compactobot','','',0,80,80,2,16,0,1,1.14286,1,1,2039,2780,0,642,7,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32840,34183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34272,0,0,0,0,0,29154,0,0,0,'XD-175 Compactobot (1)','','',0,80,80,2,16,0,1,1.14286,1,1,1645,2242,0,642,13,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32840,33700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34273,34274,0,0,0,0,29156,0,0,0,'XB-488 Disposalbot','','',0,80,80,2,16,0,1,1.14286,1,1,1701,2319,0,642,7,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32840,34183,0,29727,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34274,0,0,0,0,0,29156,0,0,0,'XB-488 Disposalbot (1)','','',0,80,80,2,16,0,1,1.14286,1,1,1342,1829,0,642,13,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32840,33700,0,29727,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34275,34276,0,0,0,0,29158,29159,29160,0,'Ward of Life','','',0,80,80,2,16,0,1,2.57143,1,1,6000,8000,0,1,1,2000,2000,1,131072,2048,0,0,0,0,0,0,345,509,103,4,524360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,24,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(34276,0,0,0,0,0,29158,29159,29160,0,'Ward of Life (1)','','',0,80,80,2,16,0,1,2.57143,1,1,24000,30000,0,1,1,2000,2000,1,131072,2048,0,0,0,0,0,0,345,509,103,4,524360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(34277,0,0,0,0,0,14214,19030,16870,0,'Writhing Lasher (1)','','',0,80,80,2,16,0,1,2.57143,1,1,4000,5000,0,1,1,2000,2000,1,131072,2048,0,0,0,0,0,0,345,509,103,4,524360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15.1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(34279,0,0,0,0,0,328,0,0,0,'Ruby Hare','','',0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(34281,0,0,0,0,0,20570,11686,0,0,'[DND]Azeroth Children\'s Week Trigger','','',0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34286,0,0,0,0,0,26442,11686,0,0,'Orbital Support','','',0,80,80,0,1983,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(34288,34291,0,0,0,0,29164,0,0,0,'Salvagebot Sawblade','','',0,81,81,2,14,0,2.8,2.14286,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,193,0,0,0,'',12340),(34291,0,0,0,0,0,29164,0,0,0,'Salvagebot Sawblade (1)','','',0,81,81,2,14,0,2.8,1.14286,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,193,0,0,0,'',12340),(34296,0,0,0,0,0,28460,0,0,0,'Black Hole (1)','','',0,80,80,2,14,0,1,1,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34297,0,0,0,0,0,28638,0,0,0,'Kologarn','','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,5,4194412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,260,50,1,0,0,0,0,0,0,0,0,1,0,1,'',12340),(34298,0,0,0,0,0,28638,0,0,0,'Kologarn (1)','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,5,4194412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1100,50,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34300,0,0,0,0,0,19962,29169,29170,29171,'Mature Lasher','','',0,80,80,2,16,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,256,34300,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,43324,44809,0,0,0,0,0,1,0,0,'',12340),(34307,0,0,0,0,0,15294,0,0,0,'Time Bomb','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33947652,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(34313,0,0,0,0,0,29182,0,0,0,'Sara (Transform Only)','','',0,83,83,2,16,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34319,0,0,0,0,0,21955,11686,0,0,'[DND] Champion Go-To Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34332,0,0,0,0,0,29117,0,0,0,'Sara (1)','','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,70,2000,2000,2,2,2048,0,0,0,0,0,0,365,529,98,10,100,0,0,29725,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,14.342,50,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34361,0,0,0,0,0,11686,0,0,0,'Frost Bomb (1)','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(34362,0,0,0,0,0,6271,0,0,0,'Proximity Mine','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,2,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'npc_ulduar_proximity_mine',12340),(34363,0,0,0,0,0,11686,0,0,0,'Flames (Initial)','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554944,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'npc_ulduar_flames_initial',12340),(34505,0,0,0,0,0,28092,28093,28094,28095,'Copperpot Goon','','',0,80,80,2,1806,0,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,4,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(34549,0,0,0,0,0,14343,0,0,0,'Swift Purple Raptor','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(34550,0,0,0,0,0,14333,0,0,0,'Swift Moonsaber','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(34551,0,0,0,0,0,28606,0,0,0,'Great Red Elekk','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(34552,0,0,0,0,0,28605,0,0,0,'White Skeletal Warhorse','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(34553,0,0,0,0,0,14375,0,0,0,'Turbostrider','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(34554,0,0,0,0,0,28612,0,0,0,'Swift Violet Ram','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(34555,0,0,0,0,0,14335,0,0,0,'Swift Burgundy Wolf','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(34556,0,0,0,0,0,28607,0,0,0,'Swift Red Hawkstrider','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(34557,0,0,0,0,0,29043,0,0,0,'Swift Gray Steed','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(34558,0,0,0,0,0,28556,0,0,0,'Great Golden Kodo','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(34587,0,0,0,0,0,29279,0,0,0,'Warbot','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(34588,0,0,0,0,0,29280,0,0,0,'[DND] Warbot - Blue','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(34589,0,0,0,0,0,29281,0,0,0,'[DND] Warbot - Red','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(34632,0,0,0,0,0,29309,0,0,0,'Ogre Pinata','','',0,80,80,0,7,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34655,0,0,0,0,0,29344,0,0,0,'Magic Rooster','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(34694,0,0,0,0,0,29348,0,0,0,'Grunty','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(34731,0,0,0,0,0,29378,0,0,0,'[DND] Magic Rooster (Draenei Male)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(34732,0,0,0,0,0,29379,0,0,0,'[DND] Magic Rooster (Tauren Male)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(26688,0,0,0,0,0,169,0,11686,0,'Statis orb','','',0,1,1,0,35,0,0.3,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554818,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,70,1,32767,0,'',1),(35477,0,0,0,0,0,344,0,0,0,'Little Adeline','','',10649,6,6,0,35,1,1,1.14286,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34989,0,0,0,0,0,29511,0,0,0,'Rissa Shadeleaf','Battlemaster','',10606,81,81,2,84,1048577,1,1.14286,1,1,425,602,0,670,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35599,0,0,0,0,0,29867,0,0,0,'Arcanist Dulial','Wintergrasp Battle-Mage','',10666,80,80,2,2027,1,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_queue',12340),(34988,0,0,0,0,0,29510,0,0,0,'Landuen Moonclaw','Battlemaster','',10606,81,81,2,84,1048577,1,1.14286,1,1,425,602,0,670,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35395,0,0,0,0,0,29807,0,0,0,'Deviate Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(35168,0,0,0,0,0,29755,0,0,0,'Striped Dawnsaber','','',0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(35399,0,0,0,0,0,29809,0,0,0,'Obsidian Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(34793,35413,0,0,0,0,23884,0,0,0,'Catapult','','vehichleCursor',0,70,70,0,35,16777216,2.8,2.42857,1,0,252,357,0,304,1,2000,2000,4,16384,2048,0,0,0,0,0,0,215,320,44,9,393256,0,0,0,0,0,0,0,0,0,66218,66296,0,0,0,0,0,0,0,438,0,0,'',0,3,1,3.7037,1,1,0,0,0,0,0,0,0,207,0,344407930,0,'npc_four_car_garage',12340),(35646,0,0,0,0,0,29886,0,0,0,'Wormhole','','',10668,80,80,2,190,1,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wormhole',12340),(35189,0,0,0,0,0,29673,0,0,0,'Skoll','','',0,80,80,2,190,0,1,1.14286,1,2,422,586,0,642,7.5,2000,2000,1,0,2048,0,46,0,0,0,0,345,509,103,1,65537,35189,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35100,0,0,0,0,0,29609,0,0,0,'Hargen Bronzewing','Riding Trainer','',0,60,60,1,12,80,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,1,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35101,0,0,0,0,0,29610,0,0,0,'Grunda Bronzewing','Gryphon Keeper','',0,60,60,1,1667,128,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35002,0,0,0,0,0,29519,0,0,0,'Asara Dawnblaze','Battlemaster','',0,81,81,2,83,1048577,1,1.14286,1,1,351,509,0,304,7.5,2000,2000,8,832,2048,0,0,0,0,0,0,351,503,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35597,0,0,0,0,0,29865,0,0,0,'Magistrix Aldessia','Wintergrasp Battle-Mage','',10662,80,80,2,2123,1,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_queue',12340),(35001,0,0,0,0,0,29518,0,0,0,'Saeld Brightflare','Battlemaster','',0,81,81,2,83,1048577,1,1.14286,1,1,351,509,0,304,7.5,2000,2000,8,832,2048,0,0,0,0,0,0,351,503,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34999,0,0,0,0,0,29516,0,0,0,'Jonru','Battlemaster','',0,81,81,2,84,1048577,1,1.14286,1,1,425,602,0,670,4.6,2000,2000,2,832,2048,0,0,0,0,0,0,351,511,86,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35596,0,0,0,0,0,29864,0,0,0,'Arcanist Iramhir','Wintergrasp Battle-Mage','',10666,80,80,2,2027,1,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_queue',12340),(35000,0,0,0,0,0,29517,0,0,0,'Mijiri','Battlemaster','',0,81,81,2,84,1048577,1,1.14286,1,1,425,602,0,670,4.6,2000,2000,2,832,2048,0,0,0,0,0,0,351,511,86,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35497,0,0,0,0,0,29835,0,0,0,'Rafael Langrom','Leather Armor Merchant','',0,75,75,2,2007,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36506,0,0,0,0,0,30156,0,0,0,'Daros Moonlance','The Highborne','',0,55,55,0,80,2,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,768,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1.5,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35507,0,0,0,0,0,29830,0,0,0,'Enchanter Isian','Heirloom Vendor','',0,80,80,2,2027,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35496,0,0,0,0,0,29836,0,0,0,'Rueben Lauren','Cloth Armor Merchant','',0,75,75,0,2007,4224,1,1,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35494,0,0,0,0,0,29832,0,0,0,'Arcanist Miluria','Emblem of Triumph Quartermaster','',0,80,80,2,2027,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35790,0,0,0,0,0,29921,0,0,0,'Usuri Brightcoin','Money Changer','',0,75,75,2,35,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34952,0,0,0,0,0,29743,0,0,0,'Isle of Conquest Portal','','Interact',10601,80,80,0,534,1048577,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35500,0,0,0,0,0,29834,0,0,0,'Matilda Brightlink','Mail Armor Merchant','',0,75,75,2,2007,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35608,0,0,0,0,0,7804,0,0,0,'[DND] Dalaran Argent Tournament Herald Bunny','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34924,35403,0,0,0,0,29898,0,0,0,'High Commander Halford Wyrmbane','7th Legion','',0,73,73,0,84,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,4168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,144.127,1,1,0,0,0,0,0,0,0,0,1,344407930,0,'boss_isle_of_conquest',12340),(34330,0,0,0,0,0,5554,0,0,0,'Jones','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(35498,0,0,0,0,0,29833,0,0,0,'Horace Hunderland','Plate Armor Merchant','',0,75,75,0,2007,4224,1,1,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35594,0,0,0,0,0,28282,0,0,0,'Brassbolt Mechawrench','Steam-Powered Auctioneer','',10656,80,80,0,534,2097153,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_steam_powered_auctioneer',12340),(36021,0,0,0,0,0,24368,0,0,0,'The Brewmaiden','','',0,80,80,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35461,0,0,0,0,0,29817,0,0,0,'The Black Knight Image','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(35826,0,0,0,0,0,30042,0,0,0,'Kaye Toogie','','',0,80,80,2,2007,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34953,0,0,0,0,0,29744,0,0,0,'Isle of Conquest Portal','','Interact',10602,80,80,0,714,1048577,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35471,0,0,0,0,0,29820,0,0,0,'Sorn Proudmane','','',0,55,55,0,104,2,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,768,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35495,0,0,0,0,0,29831,0,0,0,'Magistrix Vesara','Emblem of Triumph Quartermaster','',0,80,80,2,2123,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35508,0,0,0,0,0,29829,0,0,0,'Enchanter Erodin','Heirloom Vendor','',0,80,80,2,2123,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35398,0,0,0,0,0,29808,0,0,0,'Razormaw Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(35476,0,0,0,0,0,30571,0,0,0,'Wilfred Fizzlebang','','',10670,80,80,2,35,1,3.2,2.28571,1,1,422,586,0,642,4.6,1750,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,204,1,0,0,'',12340),(35473,0,0,0,0,0,29828,0,0,0,'Argent Tournament Post','','',0,80,80,2,35,0,3.2,2.28571,1,1,422,586,0,642,4.6,1750,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,204,1,0,0,'',12340),(35469,0,0,0,0,0,29614,0,0,0,'Gormok the Impaler','','',0,83,83,2,14,0,1,0.95238,1,3,509,683,0,805,35,1500,2000,1,832,2048,0,0,0,0,0,0,371,535,135,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,5,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35483,0,0,0,0,0,29844,0,0,0,'Huntsman Hakan','','',10650,75,75,2,35,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35290,0,0,0,0,0,29738,0,0,0,'Steen Horngrass','Stable Master','',9821,75,75,0,2121,4194305,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,832,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(35292,0,0,0,0,0,29740,0,0,0,'Froggle','Steen\'s Pet','',0,75,75,2,2123,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,832,2048,0,32,0,0,0,0,295,438,68,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(34772,0,0,0,0,0,29478,0,0,0,'Vasarin Redmorn','Sunreavers Quartermaster','',0,80,80,2,2123,128,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(34788,0,0,0,26705,0,27173,27183,27177,27172,'Gormok Zealot','','',0,72,73,2,634,0,1,1.19048,1,0,316,450,0,320,1,2000,2000,1,2,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(34914,0,0,0,0,0,29484,0,0,0,'Tylos Dawnrunner','The Sunreavers','',0,80,80,2,2123,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(34771,0,0,0,0,0,29479,0,0,0,'Girana the Blooded','The Sunreavers','',10689,80,80,2,2121,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(34794,0,0,0,0,0,29435,0,0,0,'Immuyak','','',10651,75,75,2,35,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35470,0,0,0,0,0,21601,0,0,0,'Icehowl','','',0,83,83,2,14,0,3.2,2.28571,1,3,509,683,0,805,35,1750,2000,1,832,2048,0,0,0,0,0,0,371,535,135,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,1,1,0,0,0,0,0,0,0,204,1,0,2,'',12340),(35475,0,0,0,0,0,29881,29882,29883,29884,'Visiting Warlock','','',10682,80,80,2,35,1,3.2,2.28571,1,0,346,499,0,287,1,1750,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,204,1,0,0,'',12340),(35573,0,0,0,0,0,29850,0,0,0,'Arcanist Asarina','Emblem of Triumph Quartermaster','',0,80,80,2,2027,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,256,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35580,0,0,0,0,0,29855,0,0,0,'Aspirant Naradiel','Triumphant Armor Vendor','',0,78,78,2,2123,128,1,1.14286,1,0,387,543,0,528,1,2000,2000,4,256,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35578,0,0,0,0,0,29857,0,0,0,'Valiant Bressia','Triumphant Armor Vendor','',0,79,79,2,2123,128,1,1.14286,1,0,399,559,0,550,1,2000,2000,2,256,2048,0,0,0,0,0,0,331,491,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35576,0,0,0,0,0,29856,0,0,0,'Champion Faesrol','Triumphant Armor Vendor','',0,80,80,2,2123,128,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,256,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35579,0,0,0,0,0,29852,0,0,0,'Aspirant Forudir','Triumphant Armor Vendor','',0,78,78,2,2027,128,1,1.14286,1,0,387,543,0,528,1,2000,2000,4,256,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35574,0,0,0,0,0,29851,0,0,0,'Magistrix Iruvia','Emblem of Triumph Quartermaster','',0,80,80,2,2123,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,256,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35577,0,0,0,0,0,29854,0,0,0,'Valiant Laradia','Triumphant Armor Vendor','',0,79,79,2,2027,128,1,1.14286,1,0,399,559,0,550,1,2000,2000,2,256,2048,0,0,0,0,0,0,331,491,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35575,0,0,0,0,0,29853,0,0,0,'Champion Isimode','Triumphant Armor Vendor','',0,80,80,2,2027,128,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,256,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(36119,0,0,0,0,0,30000,0,0,0,'Caiphus the Stern','','',0,80,80,2,1735,0,1,1.14286,1,3,346,499,0,287,35,2000,2000,8,832,2048,0,0,0,0,0,0,315,468,69,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,72,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(36120,0,0,0,0,0,30005,0,0,0,'Malithus Brightblade','','',0,80,80,2,1735,0,1,1.14286,1,3,417,582,0,608,35,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(36124,0,0,0,0,0,30008,0,0,0,'Harkzog','','',0,80,80,2,1735,0,1,1.14286,1,3,346,499,0,287,35,2000,2000,8,832,2048,0,0,0,0,0,0,315,468,69,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,72,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(36122,0,0,0,0,0,30007,0,0,0,'Narrhok Steelbreaker','','',0,80,80,2,1735,0,1,1.14286,1,3,422,586,0,642,35,2000,2000,1,832,2048,0,0,0,0,0,0,345,509,103,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(36121,0,0,0,0,0,30006,0,0,0,'Maz\'dinah','','',0,80,80,2,1735,0,1,1.14286,1,3,422,586,0,642,35,2000,2000,4,832,2048,0,0,0,0,0,0,345,509,103,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(36069,0,0,0,0,0,29970,0,0,0,'Argent Custodian','','',0,25,25,0,2070,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35293,0,0,0,0,0,29742,0,0,0,'Anmarie','Moonbell\'s Pet','',0,75,75,2,2027,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,832,2048,0,26,0,0,0,0,295,438,68,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35291,0,0,0,0,0,29739,0,0,0,'Moonbell','Stable Master','',9821,75,75,0,2027,4194305,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,832,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),(36114,0,0,0,0,0,29995,0,0,0,'Noozle Whizzlestick','','',0,80,80,2,1732,0,1,1.14286,1,3,346,499,0,287,35,2000,2000,8,832,2048,0,0,0,0,0,0,315,468,69,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,72,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(36116,0,0,0,0,0,29996,0,0,0,'Melador Valestrider','','',0,80,80,2,1732,0,1,1.14286,1,3,417,582,0,608,35,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(36108,0,0,0,0,0,29990,0,0,0,'Anthar Forgemender','','',0,80,80,2,1732,0,1,1.14286,1,3,346,499,0,287,35,2000,2000,8,832,2048,0,0,0,0,0,0,315,468,69,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,72,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(36118,0,0,0,0,0,29997,0,0,0,'Shocuul','','',0,80,80,2,1732,0,1,1.14286,1,3,422,586,0,642,35,2000,2000,1,832,2048,0,0,0,0,0,0,345,509,103,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(36109,0,0,0,0,0,29991,0,0,0,'Baelnor Lightbearer','','',0,80,80,2,1732,0,1,1.14286,1,3,417,582,0,608,35,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(34880,0,0,0,0,0,29475,0,0,0,'Narasi Snowdawn','The Silver Covenant','',10673,80,80,2,2027,3,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(34912,0,0,0,0,0,29483,0,0,0,'Savinia Loresong','The Silver Covenant','',0,80,80,2,2027,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(34881,0,0,0,0,0,29477,0,0,0,'Hiren Loresong','Silver Covenant Quartermaster','',0,80,80,2,2027,128,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35808,0,0,0,0,0,29284,0,0,0,'Swift Alliance Steed','','',0,80,80,2,35,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(35482,0,0,0,0,0,24892,29878,0,0,'Hungry Jormungar','','',0,83,83,2,14,0,3.2,2.28571,1,1,509,683,0,805,4.6,1750,2000,1,832,2048,0,0,0,0,0,0,371,535,135,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,1,1,0,0,0,0,0,0,0,204,1,0,2,'',12340),(36223,0,0,0,0,0,30070,0,0,0,'Swift Horde Wolf','','',0,10,10,0,35,0,1,1.38571,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(35117,0,0,0,0,0,29627,0,0,0,'Stabled Argent Hippogryph','','',10616,80,80,2,35,1,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(35344,0,0,0,0,0,29813,0,0,0,'Bognar Ironfoot','Stable Master','',9821,80,80,0,35,4194305,1.2,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,48,1,0,0,'npc_stable_master',12340),(35094,0,0,0,0,0,29604,0,0,0,'Crusader Silverdawn','','',0,80,80,2,2070,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34882,0,0,0,0,0,29480,0,0,0,'High Crusader Adelard','','',10597,80,80,2,2070,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34885,0,0,0,0,0,29481,0,0,0,'Dame Evniki Kapsalis','Crusader\'s Quartermaster','',10598,80,80,2,2070,129,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35472,0,0,0,0,0,29845,0,0,0,'Huntsman Yahto','','',10652,75,75,2,35,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35501,0,0,0,0,0,29915,0,0,0,'Herald Beluus','Voice of the Argent Tournament','',0,80,80,2,2070,0,3.2,2.28571,1,0,422,586,0,642,1,1750,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,204,1,0,0,'',12340),(35984,0,0,0,0,0,29695,0,0,0,'Sunreaver Dragonhawk','','',0,80,80,2,2129,0,1,4.28571,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,30,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,259,1,0,2,'',12340),(35499,0,0,0,0,0,29843,0,0,0,'Huntsman Lokni','','',10664,75,75,2,35,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36101,0,0,0,0,0,29988,0,0,0,'Priestess Alorah','','',0,80,80,2,2070,0,3.2,2.28571,1,0,422,586,0,642,1,1750,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,204,1,0,0,'',12340),(36102,0,0,0,0,0,29989,0,0,0,'Priest Grimmin','','',0,80,80,2,2070,0,3.2,2.28571,1,0,422,586,0,642,1,1750,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,204,1,0,0,'',12340),(35467,0,0,0,0,0,29825,0,0,0,'Akiak','','',0,80,80,2,1922,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35462,0,0,0,0,0,29818,0,0,0,'Trag Highmountain','','',10660,80,80,2,1922,1,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34735,0,0,0,0,0,4449,26241,0,0,'Black Knight\'s Grave','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_black_knight_graveyard',12340),(35361,0,0,0,0,0,29860,0,0,0,'Highlord Tirion Fordring','','',0,83,83,2,2073,0,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,33600,2048,0,0,0,0,0,0,365,529,98,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34970,0,0,0,0,0,29570,29571,29572,0,'Argent Crusade Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34868,0,0,0,0,0,29639,29640,29641,0,'Draenei Coliseum Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35016,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - Generic Bunny','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34995,0,0,0,0,0,29592,0,0,0,'Garrosh Hellscream','Overlord of the Warsong Offensive','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,2000,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(34996,0,0,0,0,0,29588,0,0,0,'Highlord Tirion Fordring','','',0,83,83,2,2070,0,1,1.14286,1,1,496,674,0,783,7.5,2000,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1000,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(34994,0,0,0,0,0,29591,0,0,0,'Thrall','Warchief','',0,83,83,2,35,0,1,1.14286,1,3,496,674,0,783,35,2000,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,568.343,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(34908,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Draenei','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34974,0,0,0,0,0,29574,29575,0,0,'Argent Crusade Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34887,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Alliance','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34975,0,0,0,0,0,29576,29577,0,0,'Argent Crusade Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34966,0,0,0,0,0,29580,29581,0,0,'Argent Crusade Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34977,0,0,0,0,0,29578,29579,0,0,'Argent Crusade Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34871,0,0,0,0,0,29644,28959,29009,0,'Night Elf Coliseum Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36557,0,0,0,0,0,28918,0,0,0,'Argent Warhorse','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,486,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,0,0,0,'',12340),(36559,0,0,0,0,0,29283,0,0,0,'Argent Battleworg','','vehichleCursor',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,0,0,0,'',12340),(35005,0,0,0,0,0,29893,0,0,0,'Arelas Brightstar','','',0,75,75,2,35,1,2,1.14286,1,0,342,485,0,392,1,0,0,1,2,2048,8,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_announcer_toc5',12340),(35635,0,0,0,0,0,28607,0,0,0,'Eressea Dawnsinger\'s Mount','','',0,80,80,2,14,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35326,0,0,0,0,0,28862,0,0,0,'Silvermoon Champion','','',0,80,80,2,14,0,1,2,1,1,422,586,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,0,0,0,0,0,0,0,0,0,1,0,0,'npc_toc5_grand_champion_minion',12340),(35640,0,0,0,0,0,29880,0,0,0,'Runok Wildmane\'s Mount','','',0,80,80,2,14,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,484,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35325,0,0,0,0,0,28864,0,0,0,'Thunder Bluff Champion','','',0,80,80,2,14,0,1,2,1,1,422,586,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,2048,35325,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,0,0,0,0,0,0,0,0,0,1,0,0,'npc_toc5_grand_champion_minion',12340),(35634,0,0,0,0,0,10718,0,0,0,'Deathstalker Visceri\'s Mount','','',0,80,80,2,14,0,1,1.28968,1,0,422,586,0,642,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,479,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35327,0,0,0,0,0,28865,0,0,0,'Undercity Champion','','',0,80,80,2,14,0,1,2,1,1,422,586,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,0,0,0,0,0,0,0,0,0,1,0,0,'npc_toc5_grand_champion_minion',12340),(34856,0,0,0,0,0,29635,29634,0,0,'Dwarven Coliseum Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34870,0,0,0,0,0,29636,29637,29638,0,'Human Coliseum Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34992,0,0,0,0,0,30866,0,0,0,'Lady Jaina Proudmoore','Ruler of Theramore','',0,75,75,2,35,0,1,1,1,3,289,421,0,175,35,2000,0,8,2,2048,8,0,0,0,0,0,271,403,45,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,529.505,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(34990,0,0,0,0,0,29589,0,0,0,'King Varian Wrynn','King of Stormwind','',0,83,83,2,35,0,1,0.992063,1,3,509,683,0,805,35,2000,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,600,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(34906,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Dwarf','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34910,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Gnome','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34909,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Night Elf','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34869,0,0,0,0,0,29643,28859,29017,0,'Gnomish Coliseum Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34900,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Human','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35569,36085,0,0,0,0,28637,0,0,0,'Eressea Dawnsinger','Grand Champion of Silvermoon','',0,80,80,2,1604,0,1,2,1,1,617,782,0,608,7.5,0,0,2,2,2048,8,0,0,0,0,0,541,706,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,2304,2097152,'boss_grand_champion',12340),(35571,36090,0,0,0,0,28597,0,0,0,'Runok Wildmane','Grand Champion of the Thunder Bluff','',0,80,80,2,104,0,1,2,1,1,617,782,0,608,7.5,0,0,2,2,2048,8,0,0,0,0,0,541,706,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,2304,2097152,'boss_grand_champion',12340),(35617,36084,0,0,0,0,28589,0,0,0,'Deathstalker Visceri','Grand Champion of Undercity','',0,80,80,2,68,0,1,2,1,1,622,786,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,545,709,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,2304,2097152,'boss_grand_champion',12340),(34979,0,0,0,0,0,29582,29583,0,0,'Argent Crusade Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34859,0,0,0,0,0,29658,29659,29660,0,'Orcish Coliseum Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34861,0,0,0,0,0,29655,29653,29654,0,'Blood Elf Coliseum Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34904,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Blood Elf','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34905,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Undead','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34860,0,0,0,0,0,29651,29652,0,0,'Forsaken Coliseum Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34857,0,0,0,0,0,29648,29649,29650,0,'Troll Coliseum Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34902,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Troll','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34901,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Orc','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34883,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Horde','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34903,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Tauren','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34858,0,0,0,0,0,29645,29646,29647,0,'Tauren Coliseum Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35309,35310,0,0,0,0,29762,29763,0,0,'Argent Lightwielder','','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,7.5,2400,0,2,2,2048,8,0,0,0,0,0,341,506,80,7,8,35309,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,5,1,0,0,0,0,0,0,0,0,1,0,0,'npc_argent_soldier',12340),(35305,35306,0,0,0,0,29758,29759,0,0,'Argent Monk','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,7.5,2400,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,8,35305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_argent_soldier',12340),(35307,35308,0,0,0,0,29760,29761,0,0,'Argent Priestess','','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,7.5,2400,0,2,2,2048,8,0,0,0,0,0,341,506,80,7,8,35307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,8,1,0,0,0,0,0,0,0,0,1,0,0,'npc_argent_soldier',12340),(34928,35517,0,0,0,0,29490,0,0,0,'Argent Confessor Paletress','','',0,82,82,2,14,0,2,1.14286,1,1,763,940,0,726,7.5,0,0,2,2,2048,8,0,0,0,0,0,660,820,91,7,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,20,1,0,0,0,0,0,0,0,151,1,650854271,2097152,'boss_paletress',12340),(35311,36135,0,0,0,0,27769,0,0,0,'Fountain of Light','','',0,79,80,0,16,0,1,0.992063,1,0,1,1,0,1,1,0,0,1,131076,2048,8,0,0,0,0,0,1,1,1,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,650854271,2097154,'',12340),(35030,35530,0,0,0,0,29537,0,0,0,'Memory of Herod','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),(35491,0,0,0,0,0,29842,0,0,0,'Black Knight\'s Skeletal Gryphon','','',0,80,80,2,14,0,3,3,1,1,422,586,0,642,7.5,2000,0,1,2,2048,8,0,0,0,0,0,345,509,103,6,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,'',0,5,1,15,1,1,0,0,0,0,0,0,0,164,1,0,0,'npc_black_knight_skeletal_gryphon',12340),(35451,35490,0,0,0,0,29837,0,0,0,'The Black Knight','','',0,80,80,2,14,0,1,1.14286,1,1,822,986,0,642,7.5,1800,0,1,2,2048,8,0,0,0,0,0,745,909,103,6,72,35451,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_black_knight',12340),(35564,35568,0,0,0,0,25528,0,0,0,'Risen Arelas Brightstar','Black Knight\'s Minion','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,3,2400,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_black_knight_ghoul',12340),(35547,35559,0,0,0,0,29846,0,0,0,'The Black Knight','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(35590,35717,0,0,0,0,24996,24999,24997,0,'Risen Champion','Black Knight\'s Minion','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,3,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_black_knight_ghoul',12340),(35614,0,0,0,0,0,21955,11686,0,0,'Desecration Stalker','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(35557,35560,0,0,0,0,21300,0,0,0,'The Black Knight','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(35368,0,0,0,0,0,29858,0,0,0,'Thrall','Warchief','',0,75,75,2,1735,0,1,1.14286,1,3,342,485,0,392,35,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35372,0,0,0,0,0,29859,0,0,0,'Garrosh Hellscream','Overlord of the Warsong Offensive','',0,75,75,2,1735,0,1,1.14286,1,3,342,485,0,392,35,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35638,0,0,0,0,0,29879,0,0,0,'Mokra the Skullcrusher\'s Mount','','',0,80,80,2,14,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35314,0,0,0,0,0,29090,0,0,0,'Orgrimmar Champion','','',0,80,80,2,14,0,1,2,1,1,422,586,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,0,0,0,0,0,0,0,0,0,1,0,0,'npc_toc5_grand_champion_minion',12340),(35572,36089,0,0,0,0,28587,0,0,0,'Mokra the Skullcrusher','Grand Champion of Orgrimmar','',0,80,80,2,29,0,1,2,1,1,622,786,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,545,709,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,441,1,2304,2097152,'boss_grand_champion',12340),(35119,35518,0,0,0,0,29616,0,0,0,'Eadric the Pure','Grand Champion of the Argent Crusade','',0,82,82,2,14,0,2,1.42857,1,1,763,940,0,726,7.5,0,0,2,2,2048,8,0,0,0,0,0,660,820,91,7,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,42.5,20,1,0,0,0,0,0,0,0,151,1,650854271,2097152,'boss_eadric',12340),(35320,0,0,0,0,0,30865,0,0,0,'Lady Jaina Proudmoore','','',0,80,80,2,1732,0,1,1,1,1,346,499,0,287,7.5,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35321,0,0,0,0,0,29862,0,0,0,'King Varian Wrynn','King of Stormwind','',0,75,75,2,1732,0,1,0.99206,1,3,342,485,0,392,35,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35570,36091,0,0,0,0,28588,0,0,0,'Zul\'tore','Grand Champion of Sen\'jin','',0,80,80,2,126,0,1,2,1,1,622,786,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,545,709,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,2304,2097152,'boss_grand_champion',12340),(35046,35522,0,0,0,0,29549,0,0,0,'Memory of Cyanigosa','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),(35028,35541,0,0,0,0,29536,0,0,0,'Memory of VanCleef','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),(36173,0,0,0,0,0,9029,0,0,0,'Innocuous Scarab','','',0,1,1,0,634,0,1.2,0.71429,1,0,2,2,0,24,1,3000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,6,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,91,1,8388624,2,'',12340),(35029,35538,0,0,0,0,29556,0,0,0,'Memory of Mutanus','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),(35039,35527,0,0,0,0,18698,0,0,0,'Memory of Gruul','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),(35299,0,0,0,0,0,17759,0,0,0,'Royal Gryphon','','',0,75,75,2,1892,16777216,1,3.42857,1,0,2,2,0,24,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,241,1,0,0,'',12340),(35641,0,0,0,0,0,29261,0,0,0,'Zul\'tore\'s Mount','','',0,80,80,2,126,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35323,0,0,0,0,0,28702,0,0,0,'Sen\'jin Champion','','',0,80,80,2,14,0,1,2,1,1,422,586,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,0,0,0,0,0,0,0,0,0,1,0,0,'npc_toc5_grand_champion_minion',12340),(35322,0,0,0,0,0,3167,0,0,0,'Stormwind Royal Guard','','',0,80,80,2,12,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35604,0,0,0,0,0,28754,0,0,0,'Arelas Brightstar','','',0,75,75,2,35,0,1,1.38571,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35587,0,0,0,0,0,28927,28928,28929,28930,'Argent Peacekeeper','','',0,80,80,2,2072,0,1,1.38571,1,1,417,582,0,608,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35589,0,0,0,0,0,28678,0,0,0,'Jaeren Sunsworn','','',0,75,75,2,35,0,1,1.38571,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34381,0,0,0,0,0,20570,11686,0,0,'[DND]Northrend Children\'s Week Trigger','','',0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_the_biggest_tree',12340),(35642,0,0,0,0,0,30076,0,0,0,'Jeeves','','',10667,80,80,0,190,135297,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34724,0,0,0,0,0,29372,0,0,0,'Shimmering Wyrmling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,2,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(35373,0,0,0,0,0,17719,0,0,0,'Tournament Wind Rider','','',0,1,1,0,1735,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,241,1,0,0,'',12340),(35460,0,0,0,0,0,14360,14361,14362,14363,'Kor\'kron Elite','','',0,80,80,2,29,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34986,0,0,0,0,0,29508,0,0,0,'Liedel the Just','Battlemaster','',10606,81,81,2,84,1048577,1,1.14286,1,1,425,602,0,670,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,351,511,86,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35601,0,0,0,0,0,29869,0,0,0,'Arcanist Nazalia','Wintergrasp Battle-Mage','',10666,80,80,2,2027,1,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_queue',12340),(35396,0,0,0,0,0,29805,0,0,0,'Darting Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(35073,0,0,0,0,0,29573,0,0,0,'Farseer Eannu','The Earthen Ring','',10631,55,55,0,1638,3,1,1,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35089,0,0,0,0,0,4449,26241,0,0,'Black Knight Spell Proxy','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(35106,0,0,0,0,0,4449,27204,0,0,'Black Knight Caster','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(35444,0,0,0,0,0,29812,0,0,0,'The Black Knight','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(35097,0,0,0,0,0,28972,28855,28704,28630,'Sacrificed Aspirant','','',0,80,80,2,614,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,537166336,2048,32,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34728,0,0,0,35297,0,25342,25343,0,0,'Dark Zealot','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,34728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,46895,0,0,0,0,0,0,1,0,0,'',12340),(34734,0,0,0,35297,0,27832,27834,0,0,'Dark Ritualist','Cult of the Damned','',0,79,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,34734,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,46895,0,0,0,0,0,0,1,0,0,'',12340),(35113,0,0,0,0,0,16063,0,0,0,'Doctor Kohler','','',0,80,80,2,974,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,35113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,47048,0,0,0,0,0,0,1,0,0,'',12340),(34956,0,0,0,0,0,29497,0,0,0,'Kul the Reckless','','',0,80,80,2,614,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34716,0,0,0,0,0,28972,28855,28704,28630,'Captive Aspirant','','',0,80,80,2,614,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34810,0,0,0,0,0,4449,26241,0,0,'CoD Eye Proxy','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34808,0,0,0,35297,0,27775,0,0,0,'Deathspeaker Kharos','Cult of the Damned','',0,80,80,2,974,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35255,0,0,0,0,0,25553,0,0,0,'Death Shade','','',0,80,80,2,16,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,62,1,8388624,0,'',12340),(36066,0,0,0,0,0,29267,0,0,0,'Eydis Darkbane','','',0,83,83,2,2068,0,1,0.99206,1,3,496,674,0,783,35,2000,2000,2,320,2048,0,0,0,0,0,0,365,529,98,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,6,415,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(36065,0,0,0,0,0,29240,0,0,0,'Fjola Lightbane','','',0,83,83,2,2068,0,1,0.99206,1,3,496,674,0,783,35,2000,2000,2,320,2048,0,0,0,0,0,0,365,529,98,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,6,415,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(35009,0,0,0,0,0,7804,0,0,0,'North Sea Kraken Bunny','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34925,0,0,0,0,0,29487,0,0,0,'North Sea Kraken','','',0,82,82,2,1620,0,1,1,1,1,463,640,0,726,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,360,520,91,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,55,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35092,0,0,0,0,0,29824,0,0,0,'Kvaldir Deepcaller','','',0,79,80,2,2102,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34907,0,0,0,0,0,25772,25633,25632,25774,'Kvaldir Harpooner','','',0,78,80,2,2102,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35098,0,0,0,0,0,29690,29691,29692,29693,'Wavecrest Mariner','','',0,79,80,2,2178,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34947,0,0,0,0,0,25773,25633,25632,25775,'Kvaldir Berserker','','',0,78,80,2,2102,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34852,0,0,0,0,0,29683,29684,29685,29686,'Slain Tualiq Villager','','',0,80,80,2,1950,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,32,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34838,0,0,0,0,0,25632,25633,0,0,'Kvaldir Reaver','','',0,79,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,34838,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,46859,0,0,0,0,0,0,1,0,0,'',12340),(34839,0,0,0,34838,0,25773,25775,0,0,'Kvaldir Mist Binder','','',0,79,80,2,1885,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,34839,34839,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,46859,0,0,0,0,0,0,1,0,0,'',12340),(35047,35524,0,0,0,0,26644,0,0,0,'Memory of Eck','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),(36155,0,0,0,0,0,16480,27165,0,0,'Anzim Controller Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(35281,0,0,0,0,0,29735,0,0,0,'Rukua','Paladin Trainer','',7260,70,70,1,1694,49,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,2,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36479,0,0,0,0,0,30120,0,0,0,'Archmage Mordent Evenshade','The Highborne','',10807,55,55,0,80,3,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,0,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36481,0,0,0,0,0,2306,14613,14614,14615,'Sentinel Stillbough','','',0,75,75,2,80,0,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(36561,36571,0,0,0,0,12891,0,0,0,'Onyxian Lair Guard','','',0,80,80,2,103,0,1,1.14286,1,1,422,586,0,642,7.5,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,549521937,2097152,'npc_onyxian_lair_guard',11723),(34704,0,0,0,0,0,1126,11686,0,0,'Val\'kyr Twins Bullet Stalker Dark','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,256,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34720,0,0,0,0,0,1126,11686,0,0,'Val\'kyr Twins Bullet Stalker Light','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,256,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34816,0,0,0,0,0,29888,0,0,0,'Barrett Ramsey','Argent Coliseum Master','',0,80,80,2,35,1,1,1.14286,1,1,422,586,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_announcer_toc10',12340),(35014,0,0,0,0,0,21955,11686,0,0,'Beasts Controller','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34743,0,0,0,0,0,21955,11686,0,0,'Val\'kyr Twins Bullet Controller','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34781,0,0,0,0,0,21955,11686,0,0,'Champions Controller','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(35376,0,0,0,0,0,21955,11686,0,0,'Jump Target','','',0,1,1,0,1665,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(35820,0,0,0,0,0,21955,11686,0,0,'Beasts Taplist','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34796,35438,35439,35440,0,0,29614,0,0,0,'Gormok the Impaler','','',0,83,83,2,16,0,4.8,1.71429,1,3,750,1050,0,805,35,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,'',0,3,1,160,5,1,0,0,0,0,0,0,0,174,1,650854267,2097161,'boss_gormok',12340),(36549,0,0,0,0,0,15294,0,0,0,'Beasts Combat Stalker','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34800,35441,35442,35443,0,0,27172,0,0,0,'Snobold Vassal','','',0,78,78,2,14,0,1,1.19048,1,1,387,543,0,528,7.5,0,0,1,0,2048,8,0,0,0,0,0,324,480,88,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_snobold_vassal',12340),(34854,0,0,0,0,0,11686,0,0,0,'Fire Bomb','','',0,80,80,2,14,0,1,1.14286,1.5,3,1,1,0,1,1,0,0,1,33685508,2048,8,0,0,0,0,0,1,1,1,10,1028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34799,35514,35515,35516,0,0,24564,0,0,0,'Dreadscale','','',0,83,83,2,1711,0,4.8,1.35,1,3,750,1050,0,805,35,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,1,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'boss_dreadscale',12340),(35144,35511,35512,35513,0,0,29815,0,0,0,'Acidmaw','','',0,83,83,2,1711,0,4.8,1.35,1,3,750,1050,0,805,35,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,1,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'boss_acidmaw',12340),(35176,0,0,0,0,0,11686,0,0,0,'Slime Pool','','',0,80,80,0,14,0,0.004,0.001429,1,0,2,2,0,24,1,0,0,1,33685508,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,60,1,0,0,'',12340),(35227,0,0,0,0,0,21955,11686,0,0,'Sessile Burrow Target','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,1049600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(35226,0,0,0,0,0,21955,11686,0,0,'Mobile Burrow Target','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,1049600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34797,35447,35448,35449,0,0,21601,0,0,0,'Icehowl','','',0,83,83,2,14,0,3.2,2.28571,1,3,750,1050,0,805,35,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,1,108,34797,0,34797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890457,890457,'',0,3,1,250,1,1,0,0,0,0,0,0,0,204,1,650854271,2097153,'boss_icehowl',12340),(35062,0,0,0,0,0,21955,11686,0,0,'Furious Charge Stalker','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,1049600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(35035,0,0,0,0,0,29888,0,0,0,'Barrett Ramsey','Argent Coliseum Master','',10609,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35458,0,0,0,0,0,29814,0,0,0,'Wilfred Fizzlebang','','',0,80,80,2,1770,0,1.5,1.14286,1,1,346,499,0,287,7.5,0,0,8,0,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,9.92064,10.211,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35651,0,0,0,0,0,22862,0,0,0,'Purple Ground Rune Argent Raid','','',0,80,80,2,35,0,1.2,1,2,0,422,586,0,642,1,0,0,1,33554432,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34780,35216,35268,35269,0,0,29615,0,0,0,'Lord Jaraxxus','','',0,83,83,2,14,0,2.8,1.42857,1,3,750,1050,0,783,35,0,0,1,2,2048,8,0,0,0,0,0,365,529,98,3,76,34780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,628444,628444,'',0,3,1,300,1,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'boss_jaraxxus',12340),(34784,0,0,0,0,0,11686,0,0,0,'Legion Flame','','',0,82,82,0,14,0,1,1.14286,1,0,2,2,0,24,1,0,0,1,33685508,2048,8,0,0,0,0,0,1,1,0,10,1049600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34825,35278,35279,35280,0,0,30039,0,0,0,'Nether Portal','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,0,0,1,33685508,2048,8,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,650854271,2097152,'',12340),(34826,35270,35271,35272,0,0,29442,0,0,0,'Mistress of Pain','','',0,82,82,2,14,0,2.8,2,1,1,488,642,0,782,7.5,0,0,1,0,2048,8,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,446,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,186,1,650854271,2097152,'npc_mistress_of_pain',12340),(34813,35265,35266,35267,0,0,29441,0,0,0,'Infernal Volcano','','',0,80,80,2,14,0,1,1.28968,1,0,422,586,0,642,1,0,0,1,33685508,2048,8,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,650854271,2097152,'',12340),(34815,35262,35263,35264,0,0,10906,0,0,0,'Felflame Infernal','','',0,82,82,2,14,0,1,1.14286,1,1,488,642,0,782,7.5,0,0,1,0,2048,8,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,650852223,2097152,'npc_fel_infernal',12340),(35766,0,0,0,0,0,29888,0,0,0,'Barrett Ramsey','Argent Coliseum Master','',10678,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34445,35705,35706,35707,0,0,29785,0,0,0,'Liandra Suncaller','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,5,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_paladin',12340),(34459,35686,35687,35688,0,0,29780,0,0,0,'Erin Misthoof','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,5,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_druid',12340),(34447,35683,35684,35685,0,0,29783,0,0,0,'Caiphus the Stern','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,5,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,72,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_priest',12340),(34455,35680,35681,35682,0,0,29784,0,0,0,'Broln Stouthorn','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_enh_shaman',12340),(34453,35718,35719,35720,0,0,29793,0,0,0,'Narrhok Steelbreaker','Warrior','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,7,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,10,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_warrior',12340),(34458,35692,35693,35694,0,0,29782,0,0,0,'Gorgrim Shadowcleave','Death Knight','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,10,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_dk',12340),(34454,35711,35712,35713,0,0,29790,0,0,0,'Maz\'dinah','Rogue','',0,83,83,2,16,0,1,1.14286,1,3,388,583,0,400,5,1300,0,4,2,2048,8,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_rogue',12340),(34448,35724,35725,35726,0,0,29786,0,0,0,'Ruj\'kah','Hunter','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,8,0,0,2,2,2048,8,0,0,0,0,0,496,674,783,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_hunter',12340),(34441,34442,34443,35749,0,0,29791,0,0,0,'Vivienne Blackwhisper','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,5,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,72,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_shadow_priest',12340),(34450,35695,35696,35697,0,0,29792,0,0,0,'Harkzog','Warlock','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,5,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,72,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_warlock',12340),(35821,0,0,0,0,0,21955,11686,0,0,'Champions Taplist','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(35610,35774,35775,35776,0,0,2031,0,0,0,'Cat','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,0,0,1,0,2048,8,2,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_pet_hunter',12340),(35465,36301,36302,36303,0,0,1913,0,0,0,'Zhaagrym','','',0,80,80,2,16,0,1,1.14286,1,0,417,582,0,608,1,0,0,2,0,2048,8,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,121,1,1,1048577,'npc_toc_pet_warlock',12340),(34686,0,0,0,0,0,4587,0,0,0,'Healing Stream Totem','','',0,80,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34687,0,0,0,0,0,4589,0,0,0,'Searing Totem','','',0,80,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35770,0,0,0,0,0,29888,0,0,0,'Barrett Ramsey','Argent Coliseum Master','',10679,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34567,0,0,0,0,0,29270,0,0,0,'Dark Essence','','',0,83,83,2,35,1,1,1.14286,1,3,1,1,0,0,1,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,10,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,3,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_essence_of_twin',12340),(34568,0,0,0,0,0,29286,0,0,0,'Light Essence','','',0,83,83,2,35,1,1,1.14286,1,3,1,1,0,0,1,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,10,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,3,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_essence_of_twin',12340),(34497,35350,35351,35352,0,0,29240,0,0,0,'Fjola Lightbane','','',0,83,83,2,16,0,2,1.5,1,3,496,674,0,783,20,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,6,108,34497,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,686120,686120,'',0,3,6,435,1,1,0,0,0,0,0,0,0,171,1,617299839,2097153,'boss_fjola',12340),(34496,35347,35348,35349,0,0,29267,0,0,0,'Eydis Darkbane','','',0,83,83,2,16,0,2,1.5,1,3,496,674,0,783,20,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,6,108,34496,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,676573,676573,'',0,3,6,435,1,1,0,0,0,0,0,0,0,171,1,617299839,2097153,'boss_eydis',12340),(34755,0,0,0,0,0,169,11686,0,0,'Healing Marker','','',0,80,80,2,1665,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34630,0,0,0,0,0,29352,0,0,0,'Concentrated Light','','',0,82,82,2,14,0,1,1.14286,1,1,1,1,0,0,1,0,0,1,33554432,2048,8,0,0,0,0,0,1,1,0,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,106,1,0,0,'npc_concentrated_ball',12340),(34628,0,0,0,0,0,29308,0,0,0,'Concentrated Darkness','','',0,82,82,2,14,0,1,1.14286,1,1,1,1,0,0,1,0,0,1,33554432,2048,8,0,0,0,0,0,1,1,0,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,106,1,0,0,'npc_concentrated_ball',12340),(35133,0,0,0,0,0,29625,0,0,0,'Maigra Keenfeather','Riding Trainer','',0,70,70,2,2037,80,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,1,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35131,0,0,0,0,0,29623,0,0,0,'Durgan Thunderbeak','Gryphon Keeper','',0,70,70,2,1892,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34789,0,0,0,0,0,29426,0,0,0,'Huntsman Aloke','','',0,75,75,2,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36024,0,0,0,0,0,24371,0,0,0,'The Black Brewmaiden','','',0,80,80,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35045,35534,0,0,0,0,29558,0,0,0,'Memory of Ingvar','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),(35365,0,0,0,0,0,29796,0,0,0,'Behsten','Experience Eliminator','',0,19,19,0,12,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,256,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.44989,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_experience',12340),(34997,0,0,0,0,0,29514,0,0,0,'Devin Fardale','Battlemaster','',10606,81,81,2,84,1048577,1,1.14286,1,1,425,602,0,670,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,351,511,86,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34998,0,0,0,0,0,29515,0,0,0,'Alison Devay','Battlemaster','',10606,81,81,2,84,1048577,1,1.14286,1,1,425,602,0,670,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,351,511,86,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35598,0,0,0,0,0,29866,0,0,0,'Arcanist Paharin','Wintergrasp Battle-Mage','',10666,80,80,2,2027,1,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_queue',12340),(34915,0,0,0,0,0,25754,0,0,0,'Stormforged Marauder','','',0,78,79,2,1954,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34920,0,0,0,0,0,29486,0,0,0,'Deep Jormungar','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,42,0,0,0,0,345,509,103,1,0,34920,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,46889,0,0,0,0,0,0,1,0,0,'',12340),(35394,0,0,0,0,0,29806,0,0,0,'Razzashi Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(35143,35359,0,0,0,0,25680,0,0,0,'Flame Warder','','',0,78,78,2,16,0,1,1.71429,1,1,387,543,0,528,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,324,480,88,4,72,35143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6386,11531,'SmartAI',0,3,1,50,10,1,0,0,0,0,0,0,0,164,1,617299839,2097152,'',12340),(36093,0,0,0,0,0,21955,11686,0,0,'Vault Stalker','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(35013,35360,0,0,0,0,29524,0,0,0,'Koralon the Flame Watcher','','',0,83,83,2,16,0,0.888888,1.5873,1,3,509,683,0,805,35,2000,0,1,0,2048,8,0,0,0,0,0,371,535,135,5,108,35013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,50,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'boss_koralon',12340),(35015,0,0,0,0,0,1126,11686,0,0,'Burning Breath Koralon Stalker','','',0,80,80,2,35,0,1,11.4286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,602,1,0,128,'',12340),(35387,0,0,0,0,0,29802,0,0,0,'Leaping Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(35068,0,0,0,0,0,29569,0,0,0,'Gotura Fourwinds','The Earthen Ring','',10630,55,55,0,104,2,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,512,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35400,0,0,0,0,0,29803,0,0,0,'Gundrak Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(34983,0,0,0,0,0,29506,0,0,0,'Deathstalker Fane','Battlemaster','',10605,81,81,2,83,0,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,4,0,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34985,0,0,0,0,0,29507,0,0,0,'Misery','Battlemaster','',10605,81,81,2,83,0,1,1.14286,1,1,351,509,0,304,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,351,503,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35611,0,0,0,0,0,29872,0,0,0,'Magistrix Erembria','Wintergrasp Battle-Mage','',10662,80,80,2,2123,1,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_queue',12340),(35048,35539,0,0,0,0,21401,0,0,0,'Memory of Onyxia','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),(35474,0,0,0,0,0,25452,24991,0,0,'Vengeful Val\'kyr','','',0,80,80,2,2068,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,0,0,'',0,3,1,30,10,1,0,0,0,0,0,0,0,204,1,8388624,0,'',12340),(35049,35529,0,0,0,0,29557,0,0,0,'Memory of Heigan','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),(35093,0,0,0,0,0,29603,0,0,0,'Wind Rider Jahubo','Riding Trainer','',10615,60,60,1,29,80,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,1,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35099,0,0,0,0,0,29608,0,0,0,'Bana Wildmane','Wind Rider Keeper','',0,60,60,1,1669,128,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35038,35537,0,0,0,0,29543,0,0,0,'Memory of Malchezaar','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),(35034,35528,0,0,0,0,29540,0,0,0,'Memory of Hakkar','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),(34562,0,0,0,0,0,20570,11686,0,0,'[DND] Stink Bomb Target','','',0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34565,0,0,0,0,0,29265,0,0,0,'Innocuous Townsman','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34561,0,0,0,0,0,29265,0,0,0,'Forsaken Prankster','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35600,0,0,0,0,0,29868,0,0,0,'Arcanist Laniria','Wintergrasp Battle-Mage','',10666,80,80,2,2027,1,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_queue',12340),(34991,0,0,0,0,0,29512,0,0,0,'Borim Goldhammer','Battlemaster','',10606,81,81,2,84,1048577,1,1.14286,1,1,464,604,0,708,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35007,0,0,0,0,0,29520,0,0,0,'Lixa Felflinger','Battlemaster','',10606,81,81,2,84,1048577,1,1.14286,1,1,351,509,0,304,4.6,2000,2000,8,64,2048,0,0,0,0,0,0,351,503,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34320,0,0,0,0,0,29251,0,0,0,'Venomhide Hatchling','','',0,5,5,0,35,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34944,35429,0,0,0,0,27101,0,0,0,'Keep Cannon','','vehichleCursor',0,70,70,0,1732,16777216,1,1,1,1,252,357,0,304,7.5,2000,2000,1,16388,2048,0,0,0,0,0,0,215,320,44,9,8,0,0,0,0,0,0,0,0,0,67452,66541,0,0,0,0,0,0,0,510,0,0,'',0,3,1,8.64198,1,1,0,0,0,0,0,0,0,0,0,344407930,0,'npc_isle_of_conquest_turret',12340),(36171,0,0,0,0,0,169,16925,0,0,'World Trigger (Infinite AOI)','','',0,60,60,0,114,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34929,35410,0,0,0,0,29488,0,0,0,'Alliance Gunship Cannon','','vehichleCursor',0,70,70,0,1732,16777216,1,1,1,1,252,357,0,304,7.5,2000,2000,1,16388,2048,0,0,0,0,0,0,215,320,44,9,8,0,0,0,0,0,0,0,0,0,66518,0,0,0,0,0,0,0,0,452,0,0,'',0,3,1,8.64198,1,1,0,0,0,0,0,0,0,0,0,344407930,0,'',12340),(34935,35427,0,0,0,0,29489,0,0,0,'Horde Gunship Cannon','','vehichleCursor',0,70,70,0,1735,16777216,1,1,1,1,252,357,0,304,7.5,2000,2000,1,16388,2048,0,0,0,0,0,0,215,320,44,9,8,0,0,0,0,0,0,0,0,0,66529,0,0,0,0,0,0,0,0,453,0,0,'',0,3,1,8.64198,1,1,0,0,0,0,0,0,0,0,0,344407930,0,'',12340),(34775,35415,0,0,0,0,27658,0,0,0,'Demolisher','','vehichleCursor',0,70,70,0,35,16777216,1.2,0.98571,1,0,252,357,0,304,1,2000,2000,1,16384,2048,0,0,0,0,0,0,215,320,44,9,131080,0,0,0,0,0,0,0,0,0,67440,67441,0,0,0,0,0,0,0,509,0,0,'',0,3,1,17.284,1,1,0,0,0,0,0,0,0,112,0,344407930,0,'npc_four_car_garage',12340),(34776,35431,0,0,0,0,25292,0,0,0,'Siege Engine','','vehichleCursor',0,70,70,0,1732,16777216,1.2,1,1,0,252,357,0,304,1,2000,2000,4,16384,2048,0,0,0,0,0,0,215,320,44,9,393256,0,0,0,0,0,0,0,0,0,67796,67797,0,0,0,0,0,0,0,435,0,0,'',0,3,1,61.7284,1,1,0,0,0,0,0,0,0,113,0,344407930,0,'npc_four_car_garage',12340),(35273,35421,0,0,0,0,29734,0,0,0,'Glaive Thrower','','vehichleCursor',0,70,70,0,1735,16777216,3.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,16384,2048,0,0,0,0,0,0,215,320,44,9,131080,0,0,0,0,0,0,0,0,0,67034,67195,0,0,0,0,0,0,0,447,0,0,'',0,3,1,6.17284,1,1,0,0,0,0,0,0,0,129,0,344407930,0,'npc_four_car_garage',12340),(35336,0,0,0,0,0,29771,0,0,0,'Horde Boat','','vehichleCursor',0,80,80,0,35,0,1.6,2.42857,1,0,422,586,0,642,1,2000,2000,1,33570816,2048,0,0,0,0,0,0,345,509,103,9,393256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,207,0,0,0,'',12340),(35339,0,0,0,0,0,169,16925,0,0,'Boat Fire','','',0,80,80,2,114,0,1,0.992063,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35069,35433,0,0,0,0,26403,0,0,0,'Siege Engine','','vehichleCursor',0,70,70,0,1735,16777216,1.2,1,1,0,252,357,0,304,1,2000,2000,4,16384,2048,0,0,0,0,0,0,215,320,44,9,393256,0,0,0,0,0,0,0,0,0,67796,67797,0,0,0,0,0,0,0,514,0,0,'',0,3,1,61.7284,1,1,0,0,0,0,0,0,0,113,0,344407930,0,'npc_four_car_garage',12340),(35819,0,0,0,0,0,27101,0,0,0,'Broken Keep Cannon','','Repair',0,70,70,0,35,16777216,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,4,2048,0,0,0,0,0,0,215,320,44,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.64198,1,1,0,0,0,0,0,0,0,0,0,344407930,0,'npc_isle_of_conquest_turret',12340),(36356,36358,0,0,0,0,30080,0,0,0,'Flame Turret','','Gunner',0,70,70,0,1735,16777216,1.2,1.14286,1,0,422,586,0,642,1,2000,2000,1,2,2048,0,0,0,0,0,0,345,509,103,9,262184,0,0,0,0,0,0,0,0,0,66183,66186,0,0,0,0,0,0,0,436,0,0,'',0,3,1,15.9116,1,1,0,0,0,0,0,0,0,121,0,344407930,0,'',12340),(36355,36357,0,0,0,0,28106,0,0,0,'Siege Turret','','Gunner',0,70,70,0,1735,16777216,1.2,1.14286,1,0,422,586,0,642,1,2000,2000,1,2,2048,0,0,0,0,0,0,345,509,103,9,262184,0,0,0,0,0,0,0,0,0,67461,67462,0,0,0,0,0,0,0,436,0,0,'',0,3,1,15.9116,1,1,0,0,0,0,0,0,0,121,0,344407930,0,'',12340),(36165,0,0,0,0,0,26989,26990,26991,26992,'7th Legion Deckhand','','',0,80,80,0,1973,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36166,0,0,0,0,0,26997,26998,27331,27332,'7th Legion Marine','','',0,80,80,0,1891,0,1,1.42857,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(34984,0,0,0,0,0,169,16925,0,0,'World Trigger (Not Floating)','','',0,60,60,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(36152,0,0,0,0,0,27000,0,0,0,'Navigator Saracen','','',0,1,1,0,1973,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34960,0,0,0,0,0,5409,0,0,0,'Alliance Gunship Captain','','',0,80,80,2,84,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_ioc_gunship_captain',12340),(36151,0,0,0,0,0,27001,0,0,0,'Navigator Taylor','','',0,1,1,0,1973,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36169,0,0,0,0,0,23037,23038,23039,0,'[DND] Bor\'gorok Peon','','',0,66,69,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36167,0,0,0,0,0,30045,30046,30047,0,'[DND] Bor\'gorok Wolf','','',0,70,70,2,1981,0,1,1.38571,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(36154,0,0,0,0,0,30041,30048,30049,30050,'[DND] Valgarde Peon','','',0,65,66,2,534,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34770,0,0,0,0,0,29404,0,0,0,'Macabre Marionette','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34950,0,0,0,0,0,29491,29492,0,0,'Isle of Conquest Emissary','','',10601,75,75,2,1973,1048577,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,256,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(34948,0,0,0,0,0,29491,29492,0,0,'Isle of Conquest Emissary','','',10601,75,75,2,1973,1048577,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,256,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(34383,0,0,0,0,0,29204,0,0,0,'Catrina','','',10512,80,80,2,35,1,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34382,0,0,0,0,0,29203,0,0,0,'Chapman','Day of the Dead Vendor','',0,80,80,2,35,641,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35023,0,0,0,0,0,29531,0,0,0,'Terrance Matterly','Isle of Conquest Battlemaster','',10601,81,81,2,84,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,832,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35169,0,0,0,0,0,29754,0,0,0,'Ochre Skeletal Warhorse','','',0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),(34765,0,0,0,0,0,29396,0,0,0,'Zelli Hotnozzle','Thunder Bluff Zeppelin Master','',10565,45,45,0,29,1,1,1.42857,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(34723,0,0,0,0,0,29371,0,0,0,'Watcher Tolwe','The Zephyr','',10563,40,40,0,1735,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34717,0,0,0,0,0,29367,0,0,0,'Crewman Pipewrench','The Zephyr','',10559,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34721,0,0,0,0,0,29370,0,0,0,'Chief Officer Ograh','The Zephyr','',10558,40,40,0,1735,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34715,0,0,0,0,0,29366,0,0,0,'Sky-Captain \"Dusty\" Blastnut','The Zephyr','',10562,40,40,0,1735,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34730,0,0,0,0,0,29375,0,0,0,'Navigator Zippik','The Zephyr','',10557,40,40,0,1735,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34719,0,0,0,0,0,29369,0,0,0,'Crewman Grit','The Zephyr','',10559,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34718,0,0,0,0,0,29368,0,0,0,'Crewman Deadbolt','The Zephyr','',10561,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34766,0,0,0,0,0,29398,0,0,0,'Krendle Bigpockets','Orgrimmar Zeppelin Master','',10566,45,45,0,29,1,1,1.42857,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(34949,0,0,0,0,0,29493,29494,0,0,'Isle of Conquest Envoy','','',10602,75,75,2,1978,1048577,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,256,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(34951,0,0,0,0,0,29493,29494,0,0,'Isle of Conquest Envoy','','',10602,75,75,2,1978,1048577,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,256,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(34802,35419,0,0,0,0,29642,0,0,0,'Glaive Thrower','','vehichleCursor',0,70,70,0,1732,16777216,3.2,1.14286,1,0,422,586,0,642,1,2000,2000,1,16384,2048,0,0,0,0,0,0,345,509,103,9,131080,0,0,0,0,0,0,0,0,0,66456,67195,0,0,0,0,0,0,0,447,0,0,'',0,3,1,6.17284,1,1,0,0,0,0,0,0,0,129,0,344407930,0,'npc_four_car_garage',12340),(34919,35401,0,0,0,0,29895,29896,29897,0,'7th Legion Infantry','','',0,71,71,0,84,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35377,0,0,0,0,0,169,16925,0,0,'Door Fire','','',0,60,60,0,114,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35379,0,0,0,0,0,169,23767,0,0,'Honorable Defender Trigger (Alliance)','','',0,60,60,0,534,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(35335,0,0,0,0,0,29766,0,0,0,'Alliance Boat','','vehichleCursor',0,80,80,0,35,0,1.6,2.42857,1,0,422,586,0,642,1,2000,2000,1,33570816,2048,0,0,0,0,0,0,345,509,103,9,393256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,472,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,207,0,0,0,'',12340),(34778,35417,0,0,0,0,29424,0,0,0,'Flame Turret','','Gunner',0,70,70,0,1732,16777216,1.2,1.14286,1,0,422,586,0,642,1,2000,2000,1,2,2048,0,0,0,0,0,0,345,509,103,9,262184,0,0,0,0,0,0,0,0,0,66183,66186,0,0,0,0,0,0,0,436,0,0,'',0,3,1,15.9116,1,1,0,0,0,0,0,0,0,121,0,344407930,0,'',12340),(34777,35436,0,0,0,0,25301,0,0,0,'Siege Turret','','Gunner',0,70,70,0,1732,16777216,1.2,1.14286,1,0,422,586,0,642,1,2000,2000,1,2,2048,0,0,0,0,0,0,345,509,103,9,262184,0,0,0,0,0,0,0,0,0,67461,67462,0,0,0,0,0,0,0,436,0,0,'',0,3,1,15.9116,1,1,0,0,0,0,0,0,0,121,0,344407930,0,'',12340),(35024,0,0,0,0,0,29532,0,0,0,'Dracien Flanning','Isle of Conquest Battlemaster','',10601,81,81,2,84,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,832,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35026,0,0,0,0,0,29534,0,0,0,'Marsa Keybrand','Isle of Conquest Battlemaster','',10601,81,81,2,84,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,832,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35022,0,0,0,0,0,29530,0,0,0,'Orgo Ribcrusher','Isle of Conquest Battlemaster','',10602,81,81,2,83,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,832,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(34918,35407,0,0,0,0,29900,29901,29902,0,'Kor\'kron Guard','','',0,71,71,0,83,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34922,35405,0,0,0,0,29899,0,0,0,'Overlord Agmar','','',0,73,73,0,83,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,4168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,144.127,1,1,0,0,0,0,0,0,0,0,1,344407930,0,'boss_isle_of_conquest',12340),(35380,0,0,0,0,0,169,23767,0,0,'Honorable Defender Trigger (Horde)','','',0,60,60,0,714,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(35346,35425,0,0,0,0,29904,0,0,0,'Goblin Mechanic','','',0,70,70,2,1735,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36162,0,0,0,0,0,27318,27319,27320,27321,'Goblin Engineering Crew','','',0,80,80,0,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34327,0,0,0,0,0,29183,0,0,0,'Dino Meat Feeding Credit','',NULL,0,5,5,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34741,0,0,0,0,0,4449,26241,0,0,'Cranberry Chutney Proxy','',NULL,0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34899,0,0,0,0,0,4449,26241,0,0,'Snowblind Follower Proxy','',NULL,0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34338,0,0,0,0,0,29183,0,0,0,'Silithid Egg Feeding Credit','',NULL,0,5,5,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34737,0,0,0,0,0,4449,26241,0,0,'Spice Bread Stuffing Proxy','',NULL,0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34739,0,0,0,0,0,4449,26241,0,0,'Candied Sweet Potato Proxy','',NULL,0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34336,0,0,0,0,0,29183,0,0,0,'Silithid Meat Feeding Credit','',NULL,0,5,5,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34740,0,0,0,0,0,4449,26241,0,0,'Pumpkin Pie Proxy','',NULL,0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(36209,0,0,0,0,0,20570,11686,0,0,'[DND]Northrend Children\'s Week Trigger 2','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_grizzlemaw_cw_trigger',12340),(34806,0,0,0,0,0,21955,17612,0,0,'Bountiful Table Kill Credit Bunny','',NULL,0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34738,0,0,0,0,0,4449,26241,0,0,'Slow-roasted Turkey Proxy','',NULL,0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34436,0,0,0,0,0,26,0,0,0,'ELM Attacker','',NULL,0,80,80,0,1684,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35055,0,0,0,0,0,4449,26241,0,0,'Fallen Hero\'s Spirit Proxy','',NULL,0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34365,0,0,0,0,0,29201,0,0,0,'Orphan Matron Aria','',NULL,10502,80,80,2,35,3,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34526,0,0,0,0,0,29249,0,0,0,'Aponi Brightmane','',NULL,10525,55,55,0,104,3,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,512,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35012,0,0,0,0,0,29522,0,0,0,'Ornolf the Scarred','',NULL,0,79,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34965,0,0,0,0,0,25775,0,0,0,'Mistcaller Yngvar','',NULL,0,80,80,2,1885,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34980,0,0,0,0,0,29504,0,0,0,'Drottinn Hrothgar','The Sea Reaver',NULL,0,80,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35135,0,0,0,0,0,29626,0,0,0,'Wind Rider Sabamba','Riding Trainer',NULL,0,70,70,2,1981,80,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,1,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35297,0,0,0,0,0,4449,26241,0,0,'Icecrown Cultist Proxy','',NULL,0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34451,35671,35672,35673,0,0,29781,0,0,0,'Birana Stormhoof','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,5,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_boomkin',12340),(34449,35689,35690,35691,0,0,29787,0,0,0,'Ginselle Blightslinger','Mage','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,5,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,72,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_mage',12340),(36070,36473,36474,36475,0,0,18922,0,0,0,'Treant','','',0,80,80,0,16,0,1,1.14286,1,0,422,586,0,642,1,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35771,0,0,0,0,0,29888,0,0,0,'Barrett Ramsey','Argent Coliseum Master','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35877,0,0,0,0,0,25337,0,0,0,'The Lich King','','',0,83,83,2,974,0,2,1.14286,1,3,509,683,0,805,35,0,0,1,2,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,2000,500,1,0,0,0,0,0,0,0,169,1,0,0,'',12340),(34564,34566,35615,35616,0,0,29268,0,0,0,'Anub\'arak','','',0,83,83,2,14,0,1,1.3,1,3,1200,1300,0,805,50,0,0,1,0,2048,8,0,0,0,0,0,371,535,135,6,108,34564,0,70214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,569703,569703,'',0,3,1,300,1,1,0,0,0,0,0,0,0,191,1,650854271,2097153,'boss_anubarak_trial',12340),(35763,0,0,0,0,0,15464,0,0,0,'Skittering Scarab','','',0,80,80,2,2136,0,1.2,0.71429,1,0,422,586,0,642,1,3000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,91,1,8388624,0,'',12340),(36099,0,0,0,0,0,22712,11686,0,0,'Anub\'arak Tap List','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34862,0,0,0,0,0,28549,0,0,0,'Nerubian Burrow','','',0,1,1,0,35,0,1,1.14286,1.65,0,2,2,0,24,1,0,0,1,33554432,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34606,34649,3460602,3460603,0,0,25144,0,0,0,'Frost Sphere','','',0,79,80,2,1925,0,1,1.14286,1,0,422,586,0,0,1,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,8,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,0.238095,1,1,0,0,0,0,0,0,0,721,0,0,0,'npc_frost_sphere',12340),(34607,34648,35655,35656,0,0,29325,0,0,0,'Nerubian Burrower','','',0,78,78,2,16,0,1,1.14286,1,1,387,543,0,0,12,0,0,1,0,2048,8,0,0,0,0,0,324,480,88,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16.2,1,1,0,0,0,0,0,0,0,144,1,549520145,0,'npc_nerubian_burrower',12340),(34660,0,0,0,0,0,17612,0,0,0,'Anub\'arak','','',0,83,83,2,16,0,1,0.5,1,3,1,1,0,1,1,0,0,1,33587200,2048,8,0,0,0,0,0,371,535,135,6,1036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,76,1,650854271,2097152,'npc_anubarak_spike',12340),(34605,34650,35658,35659,0,0,15464,0,0,0,'Swarm Scarab','','',0,78,80,2,16,0,1,0.9,1,0,422,586,0,0,1,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,91,1,549520145,0,'npc_swarm_scarab',12340),(36097,0,0,0,0,0,29984,0,0,0,'Argent Mage','','',0,80,80,2,2070,0,1,1.14286,1,0,346,499,0,287,1,0,0,8,512,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36095,0,0,0,0,0,29860,0,0,0,'Highlord Tirion Fordring','','',10709,83,83,2,2070,1,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,33600,2048,0,0,0,0,0,0,365,529,98,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1000,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34444,35740,35741,35742,0,0,29788,0,0,0,'Thrakgar','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,5,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_shaman',12340),(36208,0,0,0,0,0,11278,0,0,0,'Xerash Fireblade','','',0,50,50,0,29,2,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,896,2048,0,0,0,0,0,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35909,0,0,0,0,0,29888,0,0,0,'Barrett Ramsey','Argent Coliseum Master','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34528,0,0,0,0,0,29250,0,0,0,'Tahu Sagewind','','',10524,55,55,0,104,1,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34548,0,0,0,0,0,1126,11686,0,0,'Invisible Spell Target - Tahu','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(36911,0,0,0,0,0,30414,0,0,0,'Pandaren Monk','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(36979,0,0,0,0,0,30507,0,0,0,'Lil\' K.T.','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(35132,0,0,0,0,0,29624,0,0,0,'Tohfo Skyhoof','Wind Rider Keeper','',0,70,70,2,1981,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35319,0,0,0,0,0,29692,29693,29690,29691,'Silver Blade Sailor','','',0,79,80,2,2027,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,2,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35324,0,0,0,0,0,29756,0,0,0,'North Sea Shark','','',0,79,80,2,190,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,536871680,2048,32,0,0,0,0,0,341,506,80,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35083,0,0,0,0,0,29682,29687,0,0,'Firehawk Mariner Male (Dead)','','',0,79,80,0,2176,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35080,0,0,0,0,0,25773,25633,25632,25775,'Kvaldir Berserker (dead)','','',0,79,80,2,1771,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,345,509,103,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35084,0,0,0,0,0,25772,25633,25632,25774,'Kvaldir Harpooner (Dead)','','',0,79,80,2,1771,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,345,509,103,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35079,0,0,0,0,0,29688,29689,0,0,'Firehawk Mariner Female (Dead)','','',0,80,80,0,2176,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35070,0,0,0,0,0,29682,29687,29688,29689,'Firehawk Mariner','','',0,79,80,2,1935,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35090,0,0,0,0,0,29679,0,0,0,'Captain Aerthas Firehawk','','',0,79,80,2,2176,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35104,0,0,0,0,0,29692,29693,0,0,'Wavecrest Mariner Female (Dead)','','',0,79,80,0,2178,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35105,0,0,0,0,0,29690,29691,0,0,'Wavecrest Mariner Male (Dead)','','',0,79,80,0,2178,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(34879,0,0,0,0,0,4449,26241,0,0,'Tualiq Villager Proxy','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34888,0,0,0,0,0,23751,0,0,0,'Tualiq Spirit','','',0,80,80,2,1950,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35102,0,0,0,0,0,29611,0,0,0,'Captain Elleane Wavecrest','','',0,79,80,2,2178,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35318,0,0,0,0,0,29688,29689,29682,29687,'Crimson Dawn Sailor','','',0,79,80,2,2123,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,2,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35602,0,0,0,0,0,29870,0,0,0,'Magister Savarin','Wintergrasp Battle-Mage','',10662,80,80,2,2123,1,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_queue',12340),(35008,0,0,0,0,0,29521,0,0,0,'Sawemba','Battlemaster','',0,81,81,2,83,1048577,1,1.14286,1,1,351,509,0,304,7.5,2000,2000,8,64,2048,0,0,0,0,0,0,351,503,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34955,0,0,0,0,0,29496,0,0,0,'Karg Skullgore','Battlemaster','',10605,81,81,2,83,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35364,0,0,0,0,0,29795,0,0,0,'Slahtz','Experience Eliminator','',10638,19,19,0,29,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,256,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.44989,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_experience',12340),(35017,0,0,0,0,0,29526,0,0,0,'Gorom Warfang','Isle of Conquest Battlemaster','',10602,81,81,2,83,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,832,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(34520,0,0,0,0,0,25384,25394,25383,0,'Wolvar Orphan','','',0,1,1,0,188,0,0.666668,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(34519,0,0,0,0,0,25173,0,0,0,'Oracle Orphan','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(34703,36087,0,0,0,0,28564,0,0,0,'Lana Stouthammer','Grand Champion of Ironforge','',0,80,80,2,2155,0,1,2,1,1,622,786,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,545,709,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,441,1,2304,2097152,'boss_grand_champion',12340),(35607,0,0,0,0,0,28282,0,0,0,'Reginald Arcfire','Steam-Powered Auctioneer','',10656,80,80,0,714,2097153,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_steam_powered_auctioneer',12340),(34531,0,0,0,0,0,25173,0,0,0,'Roo','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(35397,0,0,0,0,0,29810,0,0,0,'Ravasaur Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(35040,35542,0,0,0,0,29545,0,0,0,'Memory of Vashj','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),(35042,35533,0,0,0,0,29547,0,0,0,'Memory of Illidan','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),(35025,0,0,0,0,0,29533,0,0,0,'Lynette Bracer','Isle of Conquest Battlemaster','',10601,81,81,2,84,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,832,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(34987,0,0,0,0,0,29509,0,0,0,'Hunara','Battlemaster','',10606,81,81,2,84,0,1,1.14286,1,1,425,602,0,670,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36778,0,0,0,0,0,6080,0,0,0,'Mighty Frostsaber','Night Elf Mohawk\'s Companion','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,2,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(34812,0,0,0,0,0,29205,0,0,0,'The Turkey Chair','','vehichleCursor',0,1,1,0,35,16777216,1,1.57143,1,0,2,3,0,10,1,2000,2000,8,0,32768,0,0,0,0,0,0,1,2,0,9,1048584,0,0,0,0,0,0,0,0,0,66250,61784,61785,61788,61786,61787,0,0,0,321,0,0,'',0,3,1,2.80794,1,1,0,0,0,0,0,0,0,157,0,0,0,'npc_pilgrims_bounty_chair',12340),(34823,0,0,0,0,0,29205,0,0,0,'The Cranberry Chair','','vehichleCursor',0,1,1,0,35,16777216,1,1.57143,1,0,2,3,0,10,1,2000,2000,8,0,32768,0,0,0,0,0,0,1,2,0,9,1048584,0,0,0,0,0,0,0,0,0,66261,61784,61785,61788,61786,61787,0,0,0,321,0,0,'',0,3,1,2.80794,1,1,0,0,0,0,0,0,0,157,0,0,0,'npc_pilgrims_bounty_chair',12340),(34819,0,0,0,0,0,29205,0,0,0,'The Stuffing Chair','','vehichleCursor',0,1,1,0,35,16777216,1,1.57143,1,0,2,3,0,10,1,2000,2000,8,0,32768,0,0,0,0,0,0,1,2,0,9,1048584,0,0,0,0,0,0,0,0,0,66259,61784,61785,61788,61786,61787,0,0,0,321,0,0,'',0,3,1,2.80794,1,1,0,0,0,0,0,0,0,157,0,0,0,'npc_pilgrims_bounty_chair',12340),(34824,0,0,0,0,0,29205,0,0,0,'The Sweet Potato Chair','','vehichleCursor',0,1,1,0,35,16777216,1,1.57143,1,0,2,3,0,10,1,2000,2000,8,0,32768,0,0,0,0,0,0,1,2,0,9,1048584,0,0,0,0,0,0,0,0,0,66262,61784,61785,61788,61786,61787,0,0,0,321,0,0,'',0,3,1,2.80794,1,1,0,0,0,0,0,0,0,157,0,0,0,'npc_pilgrims_bounty_chair',12340),(34822,0,0,0,0,0,29205,0,0,0,'The Pie Chair','','vehichleCursor',0,1,1,0,35,16777216,1,1.57143,1,0,2,3,0,10,1,2000,2000,8,0,32768,0,0,0,0,0,0,1,2,0,9,1048584,0,0,0,0,0,0,0,0,0,66260,61784,61785,61788,61786,61787,0,0,0,321,0,0,'',0,3,1,2.80794,1,1,0,0,0,0,0,0,0,157,0,0,0,'npc_pilgrims_bounty_chair',12340),(34653,0,0,0,0,0,29341,0,0,0,'Bountiful Table Hostess','','',10575,80,80,0,534,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36607,0,0,0,0,0,30356,0,0,0,'Onyxian Whelpling','','',0,1,1,0,188,0,1.11111,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(34710,0,0,0,0,0,29400,0,0,0,'Ellen Moore','Cooking Trainer','',10568,40,40,0,534,83,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,2,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35337,0,0,0,0,0,29775,0,0,0,'Bountiful Barrel','Pilgrim\'s Bounty Supplies','',0,40,40,0,534,640,1,1,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34682,0,0,0,0,0,29329,0,0,0,'Wilmina Holbeck','Pilgrim\'s Bounty Vendor','',0,40,40,0,534,128,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34744,0,0,0,0,0,29444,0,0,0,'Jasper Moore','','',10569,40,40,0,534,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34675,0,0,0,0,0,29337,0,0,0,'Gregory Tabor','','',0,40,40,0,534,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34708,0,0,0,0,0,29324,0,0,0,'Caitrin Ironkettle','Cooking Trainer','',10568,40,40,0,534,83,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,2,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35340,0,0,0,0,0,29775,0,0,0,'Bountiful Barrel','Pilgrim\'s Bounty Supplies','',0,40,40,0,534,640,1,1,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34645,0,0,0,0,0,29394,0,0,0,'Elizabeth Barker Winslow','Pilgrim\'s Bounty Vendor','',0,40,40,0,534,128,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34644,0,0,0,0,0,29392,0,0,0,'Edward Winslow','','',0,40,40,0,534,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34456,35708,35709,35710,0,0,29789,0,0,0,'Malithas Brightblade','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,10,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_retro_paladin',12340),(34654,0,0,0,0,0,29330,0,0,0,'Bountiful Feast Hostess','','',10575,80,80,0,714,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34676,0,0,0,0,0,29391,0,0,0,'Isaac Allerton','','',0,40,40,0,534,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34681,0,0,0,0,0,29393,0,0,0,'Ikaneba Summerset','Pilgrim\'s Bounty Vendor','',0,40,40,0,534,128,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34711,0,0,0,0,0,29388,0,0,0,'Mary Allerton','Cooking Trainer','',10569,40,40,0,534,83,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,2,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34783,0,0,0,0,0,29430,0,0,0,'Ranisa Whitebough','Pilgrim\'s Bounty Vendor','',0,40,40,0,534,128,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34785,0,0,0,0,0,29429,0,0,0,'Alnar Whitebough','Cooking Trainer','',0,40,40,0,534,80,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,2,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35003,0,0,0,0,0,27336,0,0,0,'Horde Gunship Captain','','',0,80,80,2,1735,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_ioc_gunship_captain',12340),(35061,0,0,0,0,0,1557,0,0,0,'North Sea Blue Shark','','',0,79,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,35060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,1,1,1,0,47037,0,0,0,0,0,0,1,0,0,'',12340),(35071,0,0,0,0,0,12202,0,0,0,'North Sea Mako','','',0,79,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,35060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,1,1,1,0,47037,0,0,0,0,0,0,1,0,0,'',12340),(35072,0,0,0,0,0,25632,25633,25773,25774,'Angry Kvaldir','','',0,79,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35338,0,0,0,0,0,29775,0,0,0,'Bountiful Barrel','Pilgrim\'s Bounty Supplies','',0,40,40,0,534,640,1,1,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36349,0,0,0,0,0,169,23767,0,0,'Honorable Defender Trigger, 25 yd (Alliance)','','',0,60,60,0,534,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(36350,0,0,0,0,0,169,23767,0,0,'Honorable Defender Trigger, 25 yd (Horde)','','',0,60,60,0,714,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(34310,0,0,0,0,0,27593,0,0,0,'Keristrasza','','',0,80,80,2,1816,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,8,1,0,0,0,0,0,0,0,226,1,0,0,'',12340),(35031,35536,0,0,0,0,29562,0,0,0,'Memory of Lucifron','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),(35060,0,0,0,0,0,12201,0,0,0,'North Sea Thresher','','',0,79,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,35060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,1,1,1,0,47037,0,0,0,0,0,0,1,0,0,'',12340),(37072,0,0,0,0,0,4382,0,0,0,'Rogg','','',0,60,60,0,29,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34976,0,0,0,0,0,29502,0,0,0,'Ruk Warstomper','Battlemaster','',0,81,81,2,83,0,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34978,0,0,0,0,0,29503,0,0,0,'Mosha Starhorn','Battlemaster','',10605,81,81,2,83,0,1,1.14286,1,1,425,602,0,670,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35603,0,0,0,0,0,29871,0,0,0,'Magister Dalhyr','Wintergrasp Battle-Mage','',10662,80,80,2,2123,1,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_queue',12340),(35345,0,0,0,0,0,29903,0,0,0,'Gnomish Mechanic','','',0,80,80,1,1732,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36148,0,0,0,0,0,21956,21957,21958,0,'[DND] Forsaken Mariner','','',0,68,68,2,2031,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34460,35702,35703,35704,0,0,29764,0,0,0,'Kavina Grovesong','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,5,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_boomkin',12340),(34461,35743,35744,35745,0,0,29765,0,0,0,'Tyrius Duskblade','Death Knight','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,10,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_dk',12340),(34463,35734,35735,35736,0,0,29768,0,0,0,'Shaabad','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_enh_shaman',12340),(34465,35746,35747,35748,0,0,29769,0,0,0,'Velanaa','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,5,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_paladin',12340),(34466,35665,35666,35667,0,0,29767,0,0,0,'Anthar Forgemender','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,5,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,72,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_priest',12340),(34467,35662,35663,35664,0,0,29770,0,0,0,'Alyssia Moonstalker','Hunter','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,8,0,0,2,2,2048,8,0,0,0,0,0,496,674,783,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_hunter',12340),(34468,35721,35722,35723,0,0,29772,0,0,0,'Noozle Whizzlestick','Mage','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,5,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,72,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_mage',12340),(34469,35714,35715,35716,0,0,29780,0,0,0,'Melador Valestrider','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,5,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_druid',12340),(34470,35728,35729,35730,0,0,29773,0,0,0,'Saamul','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,5,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_shaman',12340),(34471,35668,35669,35670,0,0,29774,0,0,0,'Baelnor Lightbearer','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,10,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_retro_paladin',12340),(34472,35699,35700,35701,0,0,29776,0,0,0,'Irieth Shadowstep','Rogue','',0,83,83,2,16,0,1,1.14286,1,3,388,583,0,400,5,1300,0,4,2,2048,8,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_rogue',12340),(34473,35674,35675,35676,0,0,29778,0,0,0,'Brienna Nightfell','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,5,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,72,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_shadow_priest',12340),(34474,35731,35732,35733,0,0,29777,0,0,0,'Serissa Grimdabbler','Warlock','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,5,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,72,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_warlock',12340),(34475,35737,35738,35739,0,0,29779,0,0,0,'Shocuul','Warrior','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,7,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,10,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_warrior',12340),(34657,36086,0,0,0,0,28735,0,0,0,'Jaelyne Evensong','Grand Champion of Darnassus','',0,80,80,2,1076,0,1,2,1,1,617,782,0,608,7.5,0,0,2,2,2048,8,0,0,0,0,0,541,706,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,2304,2097152,'boss_grand_champion',12340),(34658,0,0,0,0,0,9991,0,0,0,'Jaelyne Evensong\'s Mount','','',0,80,80,2,14,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,430,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34701,36083,0,0,0,0,28736,0,0,0,'Colosos','Grand Champion of the Exodar','',0,80,80,2,1694,0,1,2,1,1,617,782,0,608,7.5,0,0,2,2,2048,8,0,0,0,0,0,541,706,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,2304,2097152,'boss_grand_champion',12340),(34702,36082,0,0,0,0,28586,0,0,0,'Ambrose Boltspark','Grand Champion of Gnomeregan','',0,80,80,2,64,0,1,2,1,1,617,782,0,608,7.5,0,0,2,2,2048,8,0,0,0,0,0,541,706,80,7,2112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,2304,2097152,'boss_grand_champion',12340),(35004,0,0,0,0,0,29894,0,0,0,'Jaeren Sunsworn','','',0,75,75,2,35,1,2,1.14286,1,0,342,485,0,392,1,0,0,1,2,2048,8,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_announcer_toc5',12340),(35330,0,0,0,0,0,28858,0,0,0,'Exodar Champion','','',0,80,80,2,14,0,1,2,1,1,422,586,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,0,0,0,0,0,0,0,0,0,1,0,0,'npc_toc5_grand_champion_minion',12340),(35331,0,0,0,0,0,28859,0,0,0,'Gnomeregan Champion','','',0,80,80,2,14,0,1,2,1,1,422,586,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,0,0,0,0,0,0,0,0,0,1,0,0,'npc_toc5_grand_champion_minion',12340),(35332,0,0,0,0,0,28857,0,0,0,'Darnassus Champion','','',0,80,80,2,14,0,1,2,1,1,422,586,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,0,0,0,0,0,0,0,0,0,1,0,0,'npc_toc5_grand_champion_minion',12340),(35545,35546,0,0,0,0,25528,0,0,0,'Risen Jaeren Sunsworn','Black Knight\'s Minion','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,3,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_black_knight_ghoul',12340),(35633,0,0,0,0,0,28571,0,0,0,'Ambrose Boltspark\'s Mount','','',0,80,80,2,14,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,478,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35644,0,0,0,0,0,28918,0,0,0,'Argent Warhorse','','vehichleCursor',0,80,80,2,1,0,2,2,1,0,422,586,0,642,1,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,68505,62575,68282,66482,0,0,0,0,0,486,0,0,'',0,3,1,3.96825,1,0,0,0,0,0,0,0,0,157,0,67108864,2,'npc_toc5_player_vehicle',12340),(35768,0,0,0,0,0,29255,0,0,0,'Colosos\' Mount','','',0,80,80,2,14,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36558,0,0,0,0,0,29283,0,0,0,'Argent Battleworg','','vehichleCursor',0,80,80,2,2,0,2,2,1,0,422,586,0,642,1,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,68505,62575,68282,66482,0,0,0,0,0,486,0,0,'',0,3,1,3.96825,1,0,0,0,0,0,0,0,0,157,0,67108864,2,'npc_toc5_player_vehicle',12340),(35147,0,0,0,0,0,22474,0,0,0,'Silver Covenant Hippogryph','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(35445,0,0,0,0,0,28918,0,0,0,'Argent Warhorse','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(35248,0,0,0,0,0,29706,29705,0,0,'Ghostly Gnome Celebrant','','',34435,1,1,0,875,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35247,0,0,0,0,0,29704,29703,0,0,'Ghostly Dwarf Celebrant','','',34435,1,1,0,55,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34478,0,0,0,0,0,29230,0,0,0,'Cheerful Dwarf Spirit','','',34435,60,60,0,55,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34481,0,0,0,0,0,29233,0,0,0,'Cheerful Gnome Spirit','','',34435,60,60,0,875,3,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35250,0,0,0,0,0,29710,29709,0,0,'Ghostly Night Elf Celebrant','','',34435,1,1,0,80,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34479,0,0,0,0,0,29231,0,0,0,'Cheerful Night Elf Spirit','','',34435,60,60,0,80,3,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34677,0,0,0,0,0,29338,0,0,0,'Miles Standish','','',0,40,40,0,714,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34678,0,0,0,0,0,29339,0,0,0,'Dokin Farplain','','',0,40,40,0,714,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34679,0,0,0,0,0,29395,0,0,0,'Francis Eaton','','',0,40,40,0,714,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34683,0,0,0,0,0,29340,0,0,0,'Rose Standish','Pilgrim\'s Bounty Vendor','',0,40,40,0,714,128,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34684,0,0,0,0,0,29342,0,0,0,'Laha Farplain','Pilgrim\'s Bounty Vendor','',0,40,40,0,714,128,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34685,0,0,0,0,0,29397,0,0,0,'Dalni Tallgrass','Pilgrim\'s Bounty Vendor','',0,40,40,0,714,128,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34712,0,0,0,0,0,29365,0,0,0,'Roberta Carter','Cooking Trainer','',0,40,40,0,714,83,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,2,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34713,0,0,0,0,0,29401,0,0,0,'Ondani Greatmill','Cooking Trainer','',0,40,40,0,714,83,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,2,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34714,0,0,0,0,0,29399,0,0,0,'Mahara Goldwheat','Cooking Trainer','',0,40,40,0,714,83,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,2,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34768,0,0,0,0,0,29403,0,0,0,'William Mullins','','',0,40,40,0,714,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34786,0,0,0,0,0,29427,0,0,0,'Alice Rigsdale','Cooking Trainer','',0,40,40,0,714,83,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,2,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34787,0,0,0,0,0,29428,0,0,0,'John Rigsdale','Pilgrim\'s Bounty Vendor','',0,40,40,0,714,128,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35341,0,0,0,0,0,29775,0,0,0,'Bountiful Barrel','Pilgrim\'s Bounty Supplies','',0,40,40,0,714,640,1,1,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35342,0,0,0,0,0,29775,0,0,0,'Bountiful Barrel','Pilgrim\'s Bounty Supplies','',0,40,40,0,714,640,1,1,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35343,0,0,0,0,0,29775,0,0,0,'Bountiful Barrel','Pilgrim\'s Bounty Supplies','',0,40,40,0,714,640,1,1,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34705,36088,0,0,0,0,28560,0,0,0,'Marshal Jacob Alerius','Grand Champion of Stormwind','',0,80,80,2,1078,0,1,2,1,1,622,786,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,545,709,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,2304,2097152,'boss_grand_champion',12340),(34972,0,0,0,0,0,29500,0,0,0,'Aelus Goldmorn','Battlemaster','',0,81,81,2,83,0,1,1.14286,1,1,425,602,0,670,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34973,0,0,0,0,0,29501,0,0,0,'Irissa Bloodstar','Battlemaster','',10605,81,81,2,83,0,1,1.14286,1,1,425,602,0,670,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35020,0,0,0,0,0,29528,0,0,0,'Deathscreamer Gura','Isle of Conquest Battlemaster','',10602,81,81,2,83,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,832,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35127,0,0,0,35297,0,27847,20251,16596,0,'Cult Assassin','Cult of the Damned','',0,80,80,2,190,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35328,0,0,0,0,0,28863,0,0,0,'Stormwind Champion','','',0,80,80,2,14,0,1,2,1,1,422,586,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,0,0,0,0,0,0,0,0,0,1,0,0,'npc_toc5_grand_champion_minion',12340),(35329,0,0,0,0,0,28860,0,0,0,'Ironforge Champion','','',0,80,80,2,14,0,1,2,1,1,422,586,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,0,0,0,0,0,0,0,0,0,1,0,0,'npc_toc5_grand_champion_minion',12340),(35612,0,0,0,0,0,29873,0,0,0,'Magistrix Caradess','Wintergrasp Battle-Mage','',10662,80,80,2,2123,1,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_queue',12340),(35636,0,0,0,0,0,2787,0,0,0,'Lana Stouthammer\'s Mount','','',0,80,80,2,14,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,481,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35637,0,0,0,0,0,29284,0,0,0,'Marshal Jacob Alerius\' Mount','','',0,80,80,2,14,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,482,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36837,0,0,0,0,0,30346,0,0,0,'Onyxian Drake','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,134217728,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),(34364,0,0,0,0,0,11709,0,0,0,'Calico Cat','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(36164,0,0,0,0,0,27328,27329,27333,27334,'Kor\'kron Reaver','','',0,80,80,0,2132,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(36213,0,0,0,0,0,30063,30064,30065,30066,'Kor\'kron Overseer','','Directions',10769,75,75,2,85,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),(36217,0,0,0,0,0,30069,0,0,0,'Overseer Kraggosh','','Speak',10772,75,75,2,29,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36224,0,0,0,0,0,30071,0,0,0,'Dark Ranger Clea','','',0,80,80,2,71,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36225,0,0,0,0,0,30072,0,0,0,'Dark Ranger Anya','','',0,80,80,2,71,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36226,0,0,0,0,0,30073,0,0,0,'Dark Ranger Cyndia','','',0,80,80,2,71,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36273,0,0,0,0,0,30075,0,0,0,'Bragor Bloodfist','Kor\'kron Captain','Speak',10777,80,80,2,29,3,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36476,37627,0,0,0,0,30347,0,0,0,'Ick','Krick\'s Minion','',0,82,82,2,21,0,1,1.28968,1,1,822,986,0,782,9,1500,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,104,36476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,'',0,3,1,44.5466,1,1,0,0,0,0,0,0,0,0,1,617299839,2097152,'boss_ick',12340),(36477,37629,0,0,0,0,30331,0,0,0,'Krick','','',0,80,80,0,21,0,1,1.14286,1,1,346,499,0,287,7.5,1500,0,8,33554496,2048,8,0,0,0,0,0,315,468,69,6,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,25,1,0,0,0,0,0,0,0,0,1,617299839,2097152,'boss_krick',12340),(36478,37569,0,0,0,0,30269,0,0,0,'Soulguard Watchman','Cult of the Damned','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,6,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(36494,37613,0,0,0,0,30843,0,0,0,'Forgemaster Garfrost','','',0,82,82,2,2102,0,1,1.42857,1,1,822,986,0,782,9,2000,0,1,32832,2048,8,0,0,0,0,0,363,521,121,6,104,36494,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,37,30,1,0,49723,0,0,0,0,0,144,1,617299839,2097152,'boss_garfrost',12340),(36495,0,0,0,0,0,1126,11686,0,0,'Forgemaster Putridus Invisible Stalker','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(36497,36498,0,0,0,0,30226,0,0,0,'Bronjahm','Godfather of Souls','',0,82,82,2,16,0,2,1.42857,1,1,822,986,0,726,9,2000,0,2,32832,2048,8,0,0,0,0,0,360,520,91,7,104,36497,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9031,9031,'',0,3,1,40,40,1,0,0,0,0,0,0,0,151,1,650854271,2097152,'boss_bronjahm',12340),(36499,37568,0,0,0,0,30152,30151,30178,0,'Soulguard Reaper','Cult of the Damned','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,7.5,2000,0,2,64,2048,8,0,0,0,0,0,341,506,80,7,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'SmartAI',0,3,1,6.5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36502,37677,0,0,0,0,30148,0,0,0,'Devourer of Souls','','',0,82,82,2,16,0,1.6,1.42857,1,1,822,986,0,782,9,2000,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,96,36502,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9048,9048,'',0,3,1,48,1,1,0,0,0,0,0,0,0,0,1,617299839,2097152,'boss_devourer_of_souls',12340),(36508,0,0,0,0,0,1126,11686,0,0,'Soulguard Beam Focus Target','','',0,1,1,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,1049600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(36516,37567,0,0,0,0,30168,30169,30268,0,'Soulguard Animator','Cult of the Damned','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,7.5,2000,0,2,64,2048,8,0,0,0,0,0,341,506,80,7,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'SmartAI',0,3,1,6.5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36517,0,0,0,0,0,30163,0,0,0,'Aleric Hawkins','The Deathstalkers','',10813,80,80,2,68,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,4,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36522,37565,0,0,0,0,22701,0,0,0,'Soul Horror','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,6,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(36535,36617,0,0,0,0,30233,0,0,0,'Corrupted Soul Fragment','','',0,80,80,2,14,0,0.8,0.28571,1,1,422,586,0,642,7.5,2000,0,1,32768,2048,8,0,0,0,0,0,345,509,103,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,70,1,0,0,'npc_fos_corrupted_soul_fragment',12340),(36536,0,0,0,0,0,11686,0,0,0,'Well of Souls','','',0,80,80,0,14,0,1,1.14286,1,0,2,2,5,24,1,0,0,1,33554432,2048,8,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(36551,37564,0,0,0,0,25942,0,0,0,'Spiteful Apparition','','',0,80,80,2,16,0,1,1.14286,1,0,1,1,0,0,1,0,0,1,131072,2048,8,0,0,0,0,0,1,1,0,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.793651,1,1,0,0,0,0,0,0,0,0,1,33554432,0,'',12340),(36564,38193,0,0,0,0,30270,0,0,0,'Soulguard Bonecaster','Cult of the Damned','',0,80,80,2,16,0,1,0.99206,1,1,417,582,0,608,7.5,2000,0,2,64,2048,8,0,0,0,0,0,341,506,80,6,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'SmartAI',0,3,1,7.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(36595,0,0,0,0,0,14594,0,0,0,'Unleashed Soul','','',0,80,80,0,14,0,1,1.14286,1,0,100,200,0,24,1,0,0,1,33554432,2048,8,0,0,0,0,0,1,1,0,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),(36610,0,0,0,0,0,11686,0,0,0,'Exploding Orb','','',0,80,80,2,14,0,1,1.14286,1.1,0,2,2,0,24,1,2000,0,1,33554432,2048,8,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(36612,37957,37958,37959,0,0,31119,0,0,0,'Lord Marrowgar','','',0,83,83,2,21,0,1,1.21429,1,3,3643,4967,0,300,7,1000,2000,1,32832,2048,0,0,0,0,0,0,371,535,135,6,108,36612,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250000,300000,'',0,3,1,500,1,1,0,0,0,0,0,0,0,130,1,617299839,2097153,'boss_lord_marrowgar',12340),(36619,38233,38459,38460,0,0,31124,0,0,0,'Bone Spike','','',0,80,80,2,14,0,1.2,1,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'',0,3,1,3.1,1,1,0,0,0,0,0,0,0,0,0,652214271,2,'npc_bone_spike',12340),(36620,37566,0,0,0,0,30240,30242,0,0,'Soulguard Adept','Cult of the Damned','',0,80,80,2,16,0,1,1.14286,1,1,346,499,0,287,7.5,2000,0,8,64,2048,8,0,0,0,0,0,315,468,69,7,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'SmartAI',0,3,1,6.5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36624,0,0,0,0,0,30260,0,0,0,'Caladis Brightspear','The Silver Covenant','',0,80,80,2,2027,2,1,1.28968,1,0,417,582,0,608,1,2000,2000,2,33536,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(36642,0,0,0,0,0,30259,0,0,0,'Myralion Sunblaze','Sunreavers','',0,80,80,2,2123,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33536,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(36656,0,0,0,0,0,28756,28754,28755,0,'Silver Covenant Sentinel','','',0,80,80,2,2027,0,1,1.42857,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(36657,0,0,0,0,0,28678,28680,0,0,'Sunreaver War Mage','','',0,80,80,2,2123,0,1,1.42857,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),(36658,36938,0,0,0,0,30277,0,0,0,'Scourgelord Tyrannus','','',0,82,82,2,14,0,2.5,1.50714,1,1,900,1000,0,300,12,2000,0,1,832,2048,8,0,0,0,0,0,363,521,121,7,0,36658,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48.5,20,1,0,0,0,0,0,0,0,179,1,617299839,2097152,'boss_tyrannus',12340),(36661,0,0,0,0,0,27982,0,0,0,'Rimefang','','',0,82,82,2,21,0,2,1.5873,1,1,1,1,0,1,1,2000,0,2,66,2048,8,0,0,0,0,0,360,520,91,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,535,0,0,'NullCreatureAI',0,4,9,240,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36666,37563,0,0,0,0,0,30283,0,0,'Spectral Warden','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,6,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'SmartAI',0,3,1,13,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(36669,0,0,0,0,0,28755,0,0,0,'Arcanist Tybalin','','',10858,80,80,2,190,3,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33536,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36670,0,0,0,0,0,28680,0,0,0,'Magister Hathorel','The Sunreavers','',10857,80,80,2,190,3,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33536,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36672,0,0,0,0,0,11686,0,0,0,'Coldflame','','',0,80,80,0,21,0,1,1.14286,0.1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_coldflame',12340),(36723,37720,0,0,0,0,30300,0,0,0,'Frostsworn General','','',0,80,80,2,16,0,1,1.28,1,1,11595,13081,0,1,1.1,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,6,8,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,617299839,2097152,'boss_frostsworn_general',12340),(36724,38057,0,0,0,0,26919,0,0,0,'Servant of the Throne','','',0,80,80,2,21,0,1,0.992063,1,1,828,1127,0,300,7,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,6,0,36724,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9507,'SmartAI',0,3,1,30,25,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(36725,38058,0,0,0,0,30885,0,0,0,'Nerub\'ar Broodkeeper','','',0,80,80,2,21,0,1,0.992063,1,1,828,1127,0,300,7,2000,2000,2,64,2048,0,0,0,0,0,0,341,506,80,6,0,36725,0,70215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9259,'',0,5,1,25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_icc_nerubar_broodkeeper',12340),(36731,0,0,0,0,0,169,16946,0,0,'Icy Blast','','',0,80,80,2,14,0,1,1.14286,1.1,3,2,2,0,24,35,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(36736,0,0,0,0,0,1126,23257,0,0,'Invisible Stalker (Icecrown Dungeon Trap)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,1049600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(36764,37645,0,0,0,0,30368,30369,30370,30371,'Alliance Slave','','',0,80,80,2,534,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,256,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36765,37646,0,0,0,0,30372,30373,0,0,'Alliance Slave','','',0,80,80,2,534,0,1,1.42857,1,1,417,582,0,608,7.5,2000,0,2,256,2048,8,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(36766,37647,0,0,0,0,30374,30375,0,0,'Alliance Slave','','',0,80,80,2,534,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,256,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36767,37648,0,0,0,0,30376,30377,30379,30378,'Alliance Slave','','',0,80,80,2,534,0,1,1.14286,1,1,346,499,0,287,7.5,0,0,8,256,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36770,37649,0,0,0,0,30380,30381,30382,30383,'Horde Slave','','',0,80,80,2,714,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,256,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36771,37650,0,0,0,0,30384,30385,0,0,'Horde Slave','','',0,80,80,2,714,0,1,1.14286,1,1,417,582,0,608,7.5,2000,0,2,256,2048,8,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36772,37651,0,0,0,0,30386,30387,0,0,'Horde Slave','','',0,80,80,2,714,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,256,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36773,37652,0,0,0,0,30388,30389,30390,30391,'Horde Slave','','',0,80,80,2,714,0,1,1.14286,1,1,346,499,0,287,7.5,2000,0,8,256,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36774,0,0,0,0,0,30310,30311,0,0,'Silver Covenant Agent','','',0,80,80,2,2027,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,4,512,2048,0,0,0,0,0,0,345,509,103,7,0,36774,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,49872,0,0,0,0,0,0,1,0,2,'',12340),(36776,0,0,0,0,0,30438,30439,0,0,'Sunreaver Agent','','',0,80,80,2,2123,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,4,0,2048,0,0,0,0,0,0,345,509,103,7,0,36776,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,49536,0,0,0,0,0,0,1,0,2,'',12340),(36788,37609,0,0,0,0,22196,0,0,0,'Deathwhisper Necrolyte','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,1,346,499,0,287,7.5,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_deathwhisper_necrolyte',12340),(36794,0,0,0,0,0,27982,0,0,0,'Scourgelord Tyrannus','','',0,82,82,2,21,0,3,3,1,1,463,640,0,726,7.5,2000,0,2,832,2048,8,0,0,0,0,0,360,520,91,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,551,0,0,'',0,4,1,8,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_pos_tyrannus_events',12340),(36796,37657,0,0,0,0,9785,0,0,0,'Corrupted Champion','','',0,80,80,0,1771,0,1,1,1,0,300,400,0,300,1,0,0,1,0,2048,8,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(36805,38075,0,0,0,0,30323,30360,0,0,'Deathspeaker Servant','Cult of the Damned','',0,82,82,2,312,0,3.2,1.71429,1,1,843,1149,0,300,7,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,36805,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2673,0,'SmartAI',0,3,1,20,10,1,0,0,0,0,0,0,0,172,1,0,0,'',12340),(36807,38073,0,0,0,0,30324,0,0,0,'Deathspeaker Disciple','Cult of the Damned','',0,82,82,2,312,0,3.2,1.71429,1,1,609,831,0,300,7,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,6,72,36807,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9778,'SmartAI',0,3,1,25,10,1,0,0,0,0,0,0,0,172,1,8388624,0,'',12340),(36808,38076,0,0,0,0,30326,30357,0,0,'Deathspeaker Zealot','Cult of the Damned','',0,82,82,2,312,0,3.2,1.71429,1,1,2781,3791,0,300,7,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,36808,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2066,12558,'SmartAI',0,3,1,30,10,1,0,0,0,0,0,0,0,172,1,0,0,'',12340),(36811,38072,0,0,0,0,30327,30359,0,0,'Deathspeaker Attendant','Cult of the Damned','',0,82,82,2,312,0,3.2,1.71429,1,1,700,955,0,300,7,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,36811,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,10,1,0,0,0,0,0,0,0,172,1,0,0,'',12340),(36829,38074,0,0,0,0,30343,0,0,0,'Deathspeaker High Priest','Cult of the Damned','',0,82,82,2,16,0,3.2,1.71429,1,1,3302,4508,0,300,7,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,6,72,36829,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18320,0,'SmartAI',0,3,1,75,10,1,0,0,0,0,0,0,0,172,1,8388624,0,'',12340),(36830,37638,0,0,0,0,30364,30365,30365,0,'Wrathbone Laborer','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,13,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(36839,0,0,0,0,0,29489,0,0,0,'Horde Gunship Cannon','','vehichleCursor',0,80,80,0,1665,16777216,1,1,1,0,422,586,0,642,1,2000,2000,4,16388,0,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,70172,69401,0,0,0,0,0,0,0,555,0,0,'',0,1,1,65.5185,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(36840,37644,0,0,0,0,26614,25244,0,0,'Ymirjar Wrathbringer','','',0,80,80,2,21,0,1,1.07143,1,1,422,586,0,642,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,0,36840,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(36841,37612,0,0,0,0,30350,0,0,0,'Fallen Warrior','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,32768,2048,8,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(36842,37637,0,0,0,0,26919,0,0,0,'Wrathbone Coldwraith','','',0,80,80,2,21,0,1,0.99206,1,1,417,582,0,608,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,341,506,80,6,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6.5,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(36844,38077,0,0,0,0,30352,0,0,0,'Risen Deathspeaker Servant','','',0,82,82,2,312,0,3.2,1.71429,1,1,843,1149,0,300,7,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,10,1,0,0,0,0,0,0,0,172,1,8388624,0,'',12340),(36847,0,0,0,0,0,28470,0,0,0,'Collapsing Icicle','','',0,80,80,0,16,0,1,0.99206,1,0,2,2,0,24,1,2000,0,1,33587716,2048,8,0,0,0,0,0,1,1,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pos_collapsing_icicle',12340),(36848,0,0,0,0,0,11686,0,0,0,'Invisible Stalker','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,0,0,1,33554688,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_pos_icicle_trigger',12340),(36851,0,0,0,0,0,30415,0,0,0,'Aquanos','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36855,38106,38296,38297,0,0,30893,0,0,0,'Lady Deathwhisper','','',0,83,83,2,21,0,1,1.14286,1,3,3290,4480,0,300,7,2000,2000,8,32768,2048,0,0,0,0,0,0,365,542,84,6,76,36855,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,837154,0,'',0,3,1,300,350,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'boss_lady_deathwhisper',12340),(36856,0,0,0,0,0,30358,0,0,0,'Shandy Glossgleam','','',10854,80,80,2,2007,1,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_shandy_dalaran',12340),(36871,0,0,0,0,0,30462,0,0,0,'Core Hound Pup','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(36874,0,0,0,0,0,29100,0,0,0,'Disturbed Glacial Revenant','','',0,80,80,2,16,0,1,1.28571,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36877,37640,0,0,0,0,30363,0,0,0,'Wrathbone Skeleton','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(36879,37635,0,0,0,0,23681,0,0,0,'Plagueborn Horror','','',0,80,80,2,16,0,1,1.28968,1,1,422,586,0,642,7.5,1500,0,1,64,2048,8,0,0,0,0,0,345,509,103,6,104,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(36881,37656,0,0,0,0,9785,0,0,0,'Skeletal Slave','','',0,80,80,0,21,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(36886,37622,0,0,0,0,26577,0,0,0,'Geist Ambusher','','',0,80,80,2,1771,0,2,1.42857,1,1,417,582,0,608,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,341,506,80,6,0,36886,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6.5,1,1,0,0,0,0,0,0,0,151,1,8388624,0,'',12340),(36888,0,0,0,0,0,30368,0,0,0,'Rescued Alliance Slave','','',0,80,80,2,1770,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36889,0,0,0,0,0,30386,30387,0,0,'Rescued Horde Slave','','',0,80,80,2,1770,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36891,37626,0,0,0,0,26742,0,0,0,'Iceborn Proto-Drake','','',0,80,80,2,21,0,1.44444,1.5873,1,1,422,586,0,642,7.5,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,1,0,36891,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,560,0,0,'SmartAI',0,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36892,37641,0,0,0,0,27547,0,0,0,'Ymirjar Deathbringer','','',0,80,80,2,1885,0,1,1.42857,1,1,417,582,0,608,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,341,506,80,7,0,36892,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36893,37642,0,0,0,0,27009,26122,0,0,'Ymirjar Flamebearer','','',0,80,80,2,21,0,2.8,1.42857,1,1,417,582,0,608,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,341,506,80,6,0,36893,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6.5,8,1,0,0,0,0,0,0,0,154,1,8388624,0,'',12340),(36896,37636,0,0,0,0,30403,0,0,0,'Stonespine Gargoyle','','',0,80,80,2,21,0,2.7,1.14286,1,1,422,586,0,642,7.5,2000,0,1,576,2048,8,0,0,0,0,0,345,509,103,6,8,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,562,0,0,'SmartAI',0,4,1,12.6,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(36907,37639,0,0,0,0,30401,0,0,0,'Wrathbone Siegesmith','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(36913,0,0,0,0,0,30405,0,0,0,'Eye of the Lich King','','',0,80,80,0,14,0,1.6,0.57143,1,1,2,2,0,24,7.5,2000,0,1,33554432,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,801,1,0,0,'',12340),(36939,38156,38637,38638,0,0,30416,0,0,0,'High Overlord Saurfang','','',10954,83,83,2,83,1,1,1.71429,1,3,4333,5923,0,300,3,1500,2000,1,32768,0,0,0,0,0,0,0,345,509,103,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,175,1,1,0,0,0,0,0,0,0,164,1,650854271,2097152,'npc_high_overlord_saurfang_igb',12340),(36940,37550,0,0,0,0,24993,0,0,0,'Raging Ghoul','','',0,80,80,2,1771,0,2,1.42857,1,0,578,788,0,1,1.2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,151,1,8388624,0,'npc_hor_raging_ghoul',12340),(36941,37551,0,0,0,0,25245,0,0,0,'Risen Witch Doctor','','',0,80,80,2,1771,0,2,1.42857,1,1,4315,5629,0,1,1.2,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,151,1,8388624,0,'npc_hor_risen_witch_doctor',12340),(36944,0,0,0,0,0,4449,25455,0,0,'Wants Shirts','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(36945,0,0,0,0,0,4449,25455,0,0,'Wants Pants','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(36946,0,0,0,0,0,4449,25455,0,0,'Wants Unmentionables','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(36947,0,0,0,0,0,4449,25455,0,0,'Wants Water','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(36948,38157,38639,38640,0,0,30508,0,0,0,'Muradin Bronzebeard','','',10875,83,83,2,84,1,1,1.71429,1,3,4333,5923,0,300,3,1500,2000,1,32768,0,0,0,0,0,0,0,345,509,103,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,175,1,1,0,0,0,0,0,0,0,164,1,650854271,2097152,'npc_muradin_bronzebeard_igb',12340),(36950,38406,38685,38686,0,0,30598,30599,30600,30601,'Skybreaker Marine','','',0,82,82,2,84,0,1,1.42857,1,1,4333,5923,0,300,0.75,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,8,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_gunship_boarding_add',12340),(36954,0,0,0,0,0,30721,0,0,0,'The Lich King','','',0,83,83,2,2102,0,2,0.86,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,268435500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,500,1,0,0,0,0,0,0,0,117,0,650854271,2097152,'npc_hor_lich_king',12340),(36961,38261,38691,38692,0,0,30606,30607,30608,0,'Skybreaker Sergeant','','',0,82,82,2,84,0,1,1.42857,1,1,4333,5923,0,300,1.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,20,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_gunship_boarding_leader',12340),(36967,0,0,0,0,0,25942,0,0,0,'Spiteful Apparition (Ambient)','','',0,80,80,2,16,0,0.4,1.14286,1,0,422,586,0,642,1,5000,0,2,33554688,2048,8,0,0,0,0,0,345,509,103,10,1048640,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.793651,1,1,0,0,0,0,0,0,0,122,1,0,130,'',12340),(36969,38408,38689,38690,0,0,30603,30604,30605,0,'Skybreaker Rifleman','','',0,82,82,2,84,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,8,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_gunship_gunner',12340),(36971,0,0,0,0,0,27322,27325,27326,27327,'Orgrim\'s Hammer Crew','','',0,80,80,0,83,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_igb_ship_crew',12340),(36978,38407,38687,38688,0,0,30602,0,0,0,'Skybreaker Mortar Soldier','','',0,82,82,2,84,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.5,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_gunship_rocketeer',12340),(36983,0,0,0,0,0,19725,27204,0,0,'Scourge Materials','','',0,80,80,0,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(36990,0,0,0,0,0,28213,0,0,0,'Lady Sylvanas Windrunner','Banshee Queen','',0,83,83,2,1770,2,0.888888,0.99206,1,3,496,674,0,783,35,2000,0,2,33088,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,20,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_leader',12340),(36998,38082,0,0,0,0,30452,30450,0,0,'Skybreaker Protector','','',0,82,82,2,84,0,1,1.14286,1,1,1981,2701,0,300,7,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,36998,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37003,38086,0,0,0,0,30453,30454,0,0,'Skybreaker Vindicator','','',0,82,82,2,84,0,1,1.14286,1,1,1791,2445,0,300,7,2280,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,72,37003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37004,38079,0,0,0,0,30455,30457,0,0,'Skybreaker Dreadblade','','',0,82,82,2,84,0,1,1.14286,1,1,2034,2774,0,300,7,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,37004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,30,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37007,38031,0,0,0,0,30459,0,0,0,'Deathbound Ward','','',0,82,82,2,1813,0,2,1.42857,1,1,2319,3161,0,300,7,1000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,6,72,37007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70922,70922,'SmartAI',0,3,1,125,1,1,0,0,0,0,0,0,0,381,1,8388624,256,'',12340),(37011,38061,0,0,0,0,31092,0,0,0,'The Damned','','',0,80,80,2,2209,0,1,1.19048,1,1,825,1125,0,300,7,1000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,6,72,37011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2445,12184,'SmartAI',0,3,1,38,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37012,38059,0,0,0,0,30616,30617,0,0,'Ancient Skeletal Soldier','','',0,80,80,2,21,0,1,1.14286,1,1,1238,1688,0,300,7,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,6,0,37012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4545,9187,'SmartAI',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37014,0,0,0,0,0,16925,0,0,0,'Ice Wall Target','','',0,60,60,0,114,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(37016,38081,0,0,0,0,30463,0,0,0,'Skybreaker Luminary','','',0,82,82,2,84,0,1,1.14286,1,1,1585,2164,0,300,7,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,72,37016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_icc_skybreaker_luminary',12340),(37017,38078,0,0,0,0,30473,30465,0,0,'Skybreaker Assassin','','',0,82,82,2,84,0,1,1.14286,1,1,2196,2997,0,300,7,2280,2000,4,32832,2048,0,0,0,0,0,0,363,521,121,7,72,37017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,30,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37021,38085,0,0,0,0,30467,30468,0,0,'Skybreaker Vicar','','',0,82,82,2,84,0,1,1.14286,1,1,1563,2131,0,300,7,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,37021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_icc_skybreaker_vicar',12340),(37026,38083,0,0,0,0,30469,30470,0,0,'Skybreaker Sorcerer','','',0,82,82,2,84,0,1,1.14286,1,1,1589,2166,0,300,7,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,37026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37027,38080,0,0,0,0,30471,30472,0,0,'Skybreaker Hierophant','','',0,82,82,2,84,0,1,1.14286,1,1,1005,1370,0,300,7,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,37027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_icc_skybreaker_hierophant',12340),(37028,38094,0,0,0,0,30485,30486,0,0,'Kor\'kron Stalker','','',0,82,82,2,83,0,1,1.14286,1,1,2196,2997,0,300,7,2000,2000,4,32832,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4607,0,'SmartAI',0,3,1,30,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37029,38092,0,0,0,0,30482,30484,0,0,'Kor\'kron Reaver','','',0,82,82,2,83,0,1,1.14286,1,1,2034,2774,0,300,7,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,37029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4747,0,'SmartAI',0,3,1,30,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37030,38091,0,0,0,0,30480,30481,0,0,'Kor\'kron Primalist','','',0,82,82,2,83,0,1,1.14286,1,1,1005,1370,0,300,7,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,37030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9442,'',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_icc_skybreaker_hierophant',12340),(37031,38090,0,0,0,0,30478,30479,0,0,'Kor\'kron Oracle','','',0,82,82,2,83,0,1,1.14286,1,1,1585,2164,0,300,7,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,72,37031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5456,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_icc_skybreaker_luminary',12340),(37032,38087,0,0,0,0,30474,30475,0,0,'Kor\'kron Defender','','',0,82,82,2,83,0,1,1.14286,1,1,1981,2701,0,300,7,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,37032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37033,38088,0,0,0,0,30476,30477,0,0,'Kor\'kron Invoker','','',0,82,82,2,83,0,1,1.14286,1,1,1589,2166,0,300,7,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,37033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9007,'SmartAI',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37035,38096,0,0,0,0,30489,30490,0,0,'Kor\'kron Vanquisher','','',0,82,82,2,83,0,1,1.14286,1,1,1791,2445,0,300,7,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,72,37035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37044,0,0,0,0,0,23993,0,0,0,'Kor\'kron Battle Standard','','',0,80,80,2,1734,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37068,37721,0,0,0,0,24653,0,0,0,'Spiritual Reflection','','',0,80,80,2,16,0,1,1.14286,1.3,1,1734,2364,0,1,1.1,2000,2000,1,33024,2048,0,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,4,1,1,0,0,0,0,0,0,0,113,1,0,0,'npc_hor_spiritual_reflection',12340),(37069,37549,0,0,0,0,30503,0,0,0,'Lumbering Abomination','','',0,80,80,2,1771,0,2,1.42857,1,1,9653,13160,0,1,1.1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_hor_lumbering_abomination',12340),(37071,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker (Icecrown Dungeon Trap Controller)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,1049600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(37107,0,0,0,0,0,24653,0,0,0,'Spiritual Reflection','','',0,80,80,2,16,0,1,1,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),(37116,38256,38693,38694,0,0,30609,30610,30611,0,'Skybreaker Sorcerer','','',0,82,82,2,84,0,1,1.71429,1,1,463,640,0,726,7.5,2000,2000,2,32832,0,0,0,0,0,0,0,360,520,91,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,15,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_gunship_mage',12340),(37119,0,0,0,0,0,31011,0,0,0,'Highlord Tirion Fordring','','',10876,83,83,2,2073,1,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,33600,2048,0,0,0,0,0,0,365,529,98,7,2084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1000,1,0,0,0,0,0,0,0,0,1,0,0,'npc_highlord_tirion_fordring_lh',12340),(37120,0,0,0,0,0,30869,0,0,0,'Highlord Darion Mograine','','',10910,83,83,2,2050,3,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,622,0,0,'SmartAI',0,3,1,800,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37144,38097,0,0,0,0,30529,30528,0,0,'Skybreaker Marksman','','',0,82,82,2,84,0,1,1.14286,1,1,1585,2164,0,300,7,2000,2000,2,32832,2048,0,0,0,0,0,0,1585,2164,300,7,72,37144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_icc_skybreaker_marksman',12340),(37146,38093,0,0,0,0,30530,30531,0,0,'Kor\'kron Sniper','','',0,82,82,2,83,0,1,1.14286,1,1,1585,2164,0,300,7,1000,2000,2,32832,2048,0,0,0,0,0,0,1585,2164,300,7,72,37146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9004,'',0,3,1,30,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_icc_skybreaker_marksman',12340),(37148,38084,0,0,0,0,30535,30536,0,0,'Skybreaker Summoner','','',0,82,82,2,84,0,0.6,0.685714,1,1,752,1025,0,300,7,2280,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,37148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37149,38089,0,0,0,0,30532,30534,0,0,'Kor\'kron Necrolyte','','',0,82,82,2,83,0,1,1.14286,1,1,752,1025,0,300,7,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,37149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37181,0,0,0,0,0,19725,25455,0,0,'The Lich King','','',0,83,83,2,35,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,371,535,135,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,2000,2000,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(37183,0,0,0,0,0,19725,25455,0,0,'Highlord Bolvar Fordragon','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,2,33587968,2048,0,0,0,0,0,0,371,535,135,10,1052676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,50,20,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(37184,0,0,0,0,0,19000,0,0,0,'Zafod Boombox','','',10885,83,83,2,35,1,1,1.71429,1,1,509,683,0,805,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,371,535,135,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,164,1,650854271,2097152,'npc_zafod_boombox',12340),(37187,0,0,0,0,0,30583,0,0,0,'High Overlord Saurfang','','',0,83,83,2,1735,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33600,2048,0,0,0,0,0,0,371,535,135,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,599,0,0,'',0,3,1,300,1,1,0,0,0,0,0,0,0,164,1,0,0,'npc_high_overlord_saurfang_icc',12340),(37189,0,0,0,0,0,30750,30751,30752,0,'Kor\'kron General','','',0,82,82,2,1735,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(37215,38129,38701,38702,0,0,31044,1126,0,0,'Orgrim\'s Hammer','','',0,83,83,2,35,0,1,1.42857,1,3,509,683,0,805,35,2000,2000,1,0,0,0,0,0,0,0,0,371,535,135,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,49.4801,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_gunship',12340),(37222,0,0,0,0,0,11686,0,0,0,'Pit of Saron Front Formation Bunny','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,0,1,33554432,2048,8,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37223,0,0,0,0,0,28213,0,0,0,'Lady Sylvanas Windrunner','Banshee Queen','',10950,83,83,2,35,2,0.888888,0.99206,1,3,496,674,0,783,35,2000,2000,2,33600,2048,0,0,0,0,0,0,365,529,98,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,20,1,0,0,0,0,0,0,0,0,1,0,0,'npc_hor_leader',12340),(37225,0,0,0,0,0,30821,0,0,0,'Uther the Lightbringer','Knight of the Silver Hand','',0,80,80,2,1665,0,1,1.14,1,1,417,582,0,608,13,2000,2000,2,33600,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37226,0,0,0,0,0,30721,0,0,0,'The Lich King','','',0,83,83,2,2102,0,2,1.4,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,500,1,0,0,0,0,0,0,0,151,1,617299955,0,'',12340),(37227,0,0,0,0,0,30615,0,0,0,'Teleport Portal','','Interact',0,81,81,0,35,16777216,1,1,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,10,1049608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'',12340),(37230,38444,0,0,0,0,30902,0,0,0,'Spire Frostwyrm','','',0,82,82,2,16,0,2,1.5873,1,1,4310,5883,0,300,8,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,6,72,37230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271134,271134,'',0,1,1,80,10,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_icc_spire_frostwyrm',12340),(37231,0,0,0,0,0,1126,24719,0,0,'Rope Beam Stalker','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(37488,0,0,0,0,0,30615,0,0,0,'Teleport Exit','','',0,81,81,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1049608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'',12340),(37519,0,0,0,0,0,15435,0,0,0,'Safe Area (IGB)','','',0,83,83,0,35,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(37528,0,0,0,0,0,27982,0,0,0,'Spire Frostwyrm (Ambient)','','',0,82,82,2,2190,0,2,1.5873,1,1,2,2,0,24,7.5,2000,2000,2,33588032,2048,0,0,0,0,0,0,1,1,0,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,9,50,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37540,38128,38699,38700,0,0,31043,169,0,0,'The Skybreaker','','',0,83,83,2,35,0,1,1.42857,1,3,509,683,0,805,35,2000,2000,1,0,0,0,0,0,0,0,0,371,535,135,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,49.4801,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_gunship',12340),(37543,0,0,0,0,0,21955,22769,0,0,'[DND] Shaker','','',0,60,60,0,35,0,1.6,0.571429,1,0,2,2,0,24,1,4000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,84,1,0,128,'',12340),(37544,38481,0,0,0,0,14696,0,0,0,'Spire Gargoyle','','',0,82,82,2,2209,0,0.5,0.571429,1,1,1562,2131,0,300,7,2280,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,6,72,37544,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37545,38445,0,0,0,0,30656,0,0,0,'Spire Minion','','',0,82,82,2,2209,0,0.8,0.992057,1,1,1544,2107,0,300,7,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,6,72,37545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37546,38446,0,0,0,0,16206,0,0,0,'Frenzied Abomination','','',0,82,82,2,2209,0,1,1.14286,1,1,4949,6747,0,300,7,1140,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,6,72,37546,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37547,0,0,0,0,0,11686,0,0,0,'Gunship Hull','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(37554,0,0,0,0,0,30776,0,0,0,'Lady Sylvanas Windrunner','','',10909,80,80,2,1770,2,0.888888,0.99206,1,1,346,499,0,287,7.5,1000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,262144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,100,1,0,0,0,0,0,0,0,0,0,0,0,'npc_hor_leader_second',12340),(37574,0,0,0,0,0,21955,24719,0,0,'[DND] Shaker - Small','','',0,60,60,0,35,0,1.6,0.571429,1,0,2,2,0,24,1,4000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,84,1,0,128,'',12340),(37577,0,0,0,0,0,30673,30674,30675,30676,'Freed Horde Slave','','',0,80,80,2,714,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_freed_slave',12340),(37578,0,0,0,0,0,30681,30682,0,0,'Freed Horde Slave','','',0,80,80,2,714,0,1,1.14286,1,1,417,582,0,608,7.5,2000,0,2,0,2048,8,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_freed_slave',12340),(37579,0,0,0,0,0,30680,30679,30678,30677,'Freed Horde Slave','','',0,80,80,2,714,0,1,1.14286,1,1,417,582,0,608,7.5,2000,0,2,0,2048,8,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_freed_slave',12340),(37581,37618,0,0,0,0,30683,0,0,0,'Gorkun Ironskull','','',0,80,80,2,714,0,1,1.14286,1,1,422,586,0,642,7.5,0,0,1,578,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_martin_or_gorkun_second',12340),(37583,37608,0,0,0,0,30686,0,0,0,'Dark Ranger Kalira','','',0,80,80,2,1770,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,6,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37584,37624,0,0,0,0,30693,30694,30768,30769,'Coliseum Champion','','',0,80,80,0,714,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37586,0,0,0,0,0,30695,0,0,0,'Fury','','',0,80,80,0,2050,0,1,1.38571,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),(37587,37625,0,0,0,0,30688,30689,30690,30770,'Coliseum Champion','','',0,80,80,0,714,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37588,37623,0,0,0,0,30692,30691,30766,30767,'Coliseum Champion','','',0,80,80,0,714,0,1,1.14286,1,1,346,499,0,287,7.5,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37589,0,0,0,0,0,25500,0,0,0,'Stefan Vadu','','',10918,75,75,2,2050,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37592,37607,0,0,0,0,30697,0,0,0,'Gorkun Ironskull','','',0,80,80,2,714,2,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,320,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_after_first_boss',12340),(37593,0,0,0,0,0,29489,0,0,0,'Icecrown Dungeon Horde Gunship Cannon','','',0,70,70,2,1735,0,1,1,1,1,422,586,0,642,7.5,2000,2000,1,33571584,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37596,0,0,0,0,0,28213,0,0,0,'Lady Sylvanas Windrunner','Banshee Queen','',10943,83,83,2,714,3,1,1.14286,1,3,496,674,0,783,35,2000,0,2,33600,2048,0,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,20,1,0,0,0,0,0,0,0,0,1,0,2,'npc_fos_leader',12340),(37670,0,0,0,0,0,16946,0,0,0,'Frostblade','','',0,80,80,2,14,0,1,1.14286,1,0,1,1,0,1,1,2000,0,1,33587200,2048,8,0,0,0,0,0,345,509,103,10,1096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,28,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37687,0,0,0,0,0,25934,0,0,0,'Alchemist Finklestein','Ashen Verdict Quartermaster','',0,80,80,2,2216,4224,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37688,0,0,0,0,0,31112,0,0,0,'Crusader Grimtong','Warrior Armor','',11100,80,80,2,2070,4225,1,1.14286,1,0,422,586,0,642,1,1500,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37689,0,0,0,0,0,25057,0,0,0,'Commander Kunz','','',0,80,80,2,2070,0,1,1.14286,1,0,422,586,0,642,1,1500,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37696,0,0,0,0,0,30716,0,0,0,'Crusader Halford','Paladin Armor','',11101,80,80,2,2070,4225,1,1.14286,1,0,422,586,0,642,1,1500,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37702,0,0,0,0,0,16480,26241,0,0,'Runeforge Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(37704,0,0,0,0,0,17612,0,0,0,'Frostmourne Altar Bunny (Quel\'Delar)','','',0,80,80,2,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37711,38249,0,0,0,0,24992,24995,24994,0,'Hungering Ghoul','','',0,80,80,2,21,0,0.8,0.99206,1,1,422,586,0,642,7.5,2000,0,1,32768,2048,8,0,0,0,0,0,345,509,103,6,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37712,38025,0,0,0,0,30848,30849,0,0,'Deathwhisper Shadowcaster','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,1,346,499,0,287,7.5,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37713,38026,0,0,0,0,30851,30850,0,0,'Deathwhisper Torturer','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,1,346,499,0,287,7.5,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37728,37731,0,0,0,0,30363,0,0,0,'Wrathbone Sorcerer','','',0,80,80,2,1771,0,1,1.14286,1,1,346,499,0,287,7.5,2000,0,8,32768,2048,8,0,0,0,0,0,315,468,69,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37729,37730,0,0,0,0,30363,0,0,0,'Wrathbone Reaver','','',0,80,80,2,1771,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37742,0,0,0,0,0,30731,0,0,0,'Drugan Deepdraught','Explorer\'s League','',10992,80,80,2,35,1,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37755,0,0,0,0,0,30362,0,0,0,'Sindragosa','Queen of the Frostbrood','',0,83,83,2,2102,0,2.5,2.5,1,3,509,683,0,805,35,0,0,1,768,2048,8,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1000,1,1,0,0,0,0,0,0,0,261,1,8388624,0,'',12340),(37776,0,0,0,0,0,30764,0,0,0,'Apprentice Nelphi','Kirin Tor','',0,80,80,2,534,2,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37779,37797,0,0,0,0,30687,0,0,0,'Dark Ranger Loralen','','',0,80,80,2,1770,2,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,6,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37780,0,0,0,0,0,30686,0,0,0,'Dark Ranger Vorel','','',0,80,80,2,714,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37813,38402,38582,38583,0,0,30790,0,0,0,'Deathbringer Saurfang','','',0,83,83,2,974,0,1.6,1.42857,1,3,4333,5923,0,300,5,1000,2000,4,33588032,2048,0,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,'',0,3,1,630,1,1,0,0,0,0,0,0,0,150,1,617299839,2097153,'boss_deathbringer_saurfang',12340),(37833,0,0,0,0,0,27336,0,0,0,'Sky-Reaver Korm Blackscar','','',0,80,80,2,83,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,768,0,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(37852,0,0,0,0,0,20570,17612,0,0,'Quel\'Delar Skull Target','','',0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(37856,0,0,0,0,0,30805,0,0,0,'Flame Leviathan Image','','',0,82,82,2,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37858,0,0,0,0,0,30806,0,0,0,'Razorscale Image','','',0,82,82,2,35,0,1.44444,1.5873,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1.2,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37861,0,0,0,0,0,30808,0,0,0,'XT-002 Deconstructor Image','','',0,82,82,2,35,0,1,0.95238,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37862,0,0,0,0,0,30809,0,0,0,'Lord Jaraxxus Image','','',0,82,82,2,35,0,0.888888,0.9127,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37865,0,0,0,0,0,31174,0,0,0,'Perky Pug','','',0,1,1,0,188,0,0.555556,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(37890,38393,38628,38629,0,0,30967,0,0,0,'Cult Fanatic','Cult of the Damned','',0,82,82,2,21,0,1,1.14286,1,1,2114,2883,0,300,7,2000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,550109775,0,'npc_cult_fanatic',12340),(37906,0,0,0,0,0,27563,11686,0,0,'Imprisoned Soul','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,130,'',12340),(37920,0,0,0,0,0,30750,30751,30752,0,'Kor\'kron Reaver','','',0,82,82,2,1735,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,33600,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,144,1,0,0,'npc_saurfang_event',12340),(37928,0,0,0,0,0,26838,26839,26840,26841,'Argent Champion','','',0,80,80,2,2131,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37941,0,0,0,0,0,30841,0,0,0,'Magister Arlan','Emblem of Frost Quartermaster','',0,80,80,2,2123,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37942,0,0,0,0,0,30842,0,0,0,'Arcanist Uovril','Emblem of Frost Quartermaster','',0,80,80,2,2027,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37947,0,0,0,0,0,169,16925,0,0,'Deathwhisper Spawn Stalker','','',0,80,80,2,14,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(37948,0,0,0,0,0,169,16925,0,0,'Deathwhisper Controller','','',0,1,1,0,14,0,1,0.992063,1,1,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(37949,38394,38625,38626,0,0,30965,0,0,0,'Cult Adherent','','',0,82,82,2,21,0,1,1.14286,1,1,1070,1459,0,300,7,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,550109775,0,'npc_cult_adherent',12340),(37965,0,0,0,0,0,26224,26225,26226,26227,'Argent Commander','','',0,81,81,2,2131,0,1,1.14286,1,0,464,604,0,708,1,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37967,0,0,0,0,0,30859,30860,30861,30862,'Ebon Blade Commander','','',0,81,81,2,2050,0,1,1.14286,1,0,464,604,0,708,1,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37991,0,0,0,0,0,30878,0,0,0,'Ikfirus the Vile','Rogue Armor','',11098,80,80,2,1735,4225,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,33536,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.77381,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37992,0,0,0,0,0,30879,0,0,0,'Tortunok','Druid Armor','',11095,80,80,2,1735,4225,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33536,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.70635,7.01052,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37993,0,0,0,0,0,30880,0,0,0,'Gerardo the Suave','Hunter Armor','',11099,80,80,2,1735,4225,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33536,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.86508,1.87782,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37994,0,0,0,0,0,525,0,0,0,'Water Elemental','','',0,63,63,0,35,0,1,1.28968,1,0,164,228,0,249,1,2000,2000,8,0,2048,0,0,0,0,0,0,133,196,26,4,0,0,0,0,0,0,0,0,0,0,72898,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.75,0.33,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37996,0,0,0,0,0,30859,30860,30861,30862,'Ebon Champion','','',0,80,80,2,2144,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38009,38398,38630,38631,0,0,30968,0,0,0,'Reanimated Fanatic','Cult of the Damned','',0,82,82,2,21,0,1,1.14286,1,1,2114,2883,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,550175327,0,'npc_cult_fanatic',12340),(38010,38397,39000,39001,0,0,30966,0,0,0,'Reanimated Adherent','','',0,82,82,2,21,0,1,1.14286,1,1,1070,1459,0,300,7,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,550175327,0,'npc_cult_adherent',12340),(38017,0,0,0,0,0,31103,0,0,0,'Kalecgos','Ambassador of the Blue Dragonflight','',11064,82,82,2,2010,3,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,667,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38028,0,0,0,0,0,16213,0,0,0,'Web Wrap','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,652214271,0,'',12340),(38054,0,0,0,0,0,31117,0,0,0,'Scott the Merciful','Priest Armor','',11102,80,80,2,2070,4225,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.77381,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38112,38599,0,0,0,0,30972,0,0,0,'Falric','','',0,82,82,2,16,0,1.2,1.42857,1,1,12698,14586,0,1,1.1,1800,2000,1,832,2048,0,0,0,0,0,0,363,521,121,6,72,38112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,28,1,1,0,0,0,0,0,0,0,147,1,617299839,2097152,'boss_falric',12340),(38113,38603,0,0,0,0,30973,0,0,0,'Marwyn','','',0,82,82,2,16,0,1.2,1.42857,1,1,12698,14586,0,1,1.1,2000,2000,1,832,2048,0,0,0,0,0,0,363,521,121,6,72,38113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,1,1,0,0,0,0,0,0,0,147,1,617299839,2097152,'boss_marwyn',12340),(38135,38395,38634,38635,0,0,22124,0,0,0,'Deformed Fanatic','Cult of the Damned','',0,82,82,2,21,0,0.5,0.57143,1,1,2114,2883,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,84,1,550175327,0,'npc_cult_fanatic',12340),(38136,38396,38632,38633,0,0,30965,0,0,0,'Empowered Adherent','','',0,82,82,2,21,0,1,1.14286,1,1,1070,1459,0,300,7,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,550175327,0,'npc_cult_adherent',12340),(38153,0,0,0,0,0,11686,0,0,0,'The Lich King','','',0,83,83,2,114,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2097154,'npc_the_lich_king_controller',12340),(38161,0,0,0,0,0,28213,0,0,0,'Lady Sylvanas Windrunner','Banshee Queen','',0,83,83,2,1770,2,0.888888,0.99206,1,3,496,674,0,783,35,2000,0,2,33088,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,20,1,0,0,0,0,0,0,0,0,1,0,0,'npc_fos_leader_second',12340),(38172,38524,0,0,0,0,30977,0,0,0,'Phantom Mage','','',0,80,80,2,16,0,1,1.28571,1,1,4135,5629,0,1,1,0,2000,2,33555264,2048,0,0,0,0,0,0,341,506,80,6,72,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,10,1,0,0,0,0,0,0,0,133,1,8388624,0,'npc_phantom_mage',12340),(38173,38525,0,0,0,0,30978,0,0,0,'Spectral Footman','','',0,80,80,2,16,0,1,1.28571,1,1,4855,6619,0,1,1,0,2000,1,33555264,2048,0,0,0,0,0,0,345,509,103,6,72,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,5,1,0,0,0,0,0,0,0,133,1,8388624,0,'npc_spectral_footman',12340),(38175,38563,0,0,0,0,30979,0,0,0,'Ghostly Priest','','',0,80,80,2,16,0,1,1.28571,1,1,4028,5423,0,1,1,0,2000,2,33555264,2048,0,0,0,0,0,0,341,506,80,6,72,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,5,1,0,0,0,0,0,0,0,133,1,8388624,0,'npc_ghostly_priest',12340),(38176,38544,0,0,0,0,30980,0,0,0,'Tortured Rifleman','','',0,80,80,2,16,0,1,1.28571,1,1,4028,5423,0,1,1,0,2000,2,33555264,2048,0,0,0,0,0,0,341,506,80,6,72,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,5,1,0,0,0,0,0,0,0,133,1,8388624,0,'npc_tortured_rifleman',12340),(38177,38564,0,0,0,0,30981,0,0,0,'Shadowy Mercenary','','',0,80,80,2,16,0,1,1.28571,1,1,3352,4570,0,1,1,1200,2000,1,33555264,2048,0,0,0,0,0,0,345,509,103,6,72,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,5,1,0,0,0,0,0,0,0,133,1,8388624,0,'npc_shadowy_mercenary',12340),(38181,0,0,0,0,0,30982,0,0,0,'Haragg the Unseen','Warlock Armor','',11104,80,80,2,1735,4225,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.28175,2.49603,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38189,0,0,0,0,0,28213,0,0,0,'Lady Sylvanas Windrunner','Banshee Queen','',0,83,83,2,1770,2,0.888888,0.99206,1,3,496,674,0,783,35,2000,0,2,33088,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,20,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_leader_second',12340),(38194,0,0,0,0,0,30859,30987,30861,30862,'Torgo the Elder','','',0,80,80,2,2144,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38200,0,0,0,0,0,30310,30311,0,0,'Silver Covenant Agent','','',0,80,80,2,2027,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,4,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38222,0,0,0,0,0,31553,0,0,0,'Vengeful Shade','','',0,80,80,2,974,0,0.75,0.75,1,0,422,586,0,642,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,345,509,103,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.238095,1,1,0,0,0,0,0,0,0,84,1,8388624,0,'npc_vengeful_shade',12340),(38284,0,0,0,0,0,31013,0,0,0,'Uvlus Banefire','Mage Armor','',11103,80,80,2,1735,4225,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.77381,3.63059,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38316,0,0,0,0,0,31039,0,0,0,'Ormus the Penitent','Death Knight Armor','',10996,80,80,0,2216,4227,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(38391,0,0,0,0,0,31181,0,0,0,'Val\'kyr Guardian','','',0,80,80,2,2082,0,2.8,1.07143,1,0,1591,1785,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,71841,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1.6,1,1,1,0,0,0,0,0,0,0,55,1,8388624,0,'npc_pet_gen_valkyr_guardian',12340),(38453,0,0,0,0,0,31094,0,0,0,'Arcturis','','',0,74,74,2,190,0,1,1.14286,1,2,328,467,0,354,7.5,2000,2000,1,0,2048,0,46,0,0,0,0,287,426,63,1,65537,38453,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38487,0,0,0,0,0,30350,0,0,0,'Fallen Warrior','','',0,80,80,2,1771,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38493,0,0,0,0,0,26224,26225,26226,26227,'Argent Crusader','','',0,81,81,2,2131,0,1,1.14286,1,1,464,604,0,708,7.5,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38500,0,0,0,0,0,29937,0,0,0,'Argent Warhorse','','',0,80,80,0,2131,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,636,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(38505,0,0,0,0,0,30859,30860,30861,30862,'Knight of the Ebon Blade','','',0,81,81,2,2226,0,1,1.14286,1,1,464,604,0,708,7.5,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38508,38596,38597,38598,0,0,31107,31163,31164,0,'Blood Beast','','',0,82,82,2,16,0,1,1.14286,1,1,1226,1671,0,300,5,1000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.425,1,1,0,0,0,0,0,0,0,100,1,550179615,0,'npc_icc_blood_beast',12340),(38567,38568,0,0,0,0,30977,0,0,0,'Phantom Hallucination','','',0,80,80,2,16,0,1,1.28571,1,1,4135,5629,0,1,1,0,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,10,1,0,0,0,0,0,0,0,133,1,8388624,0,'npc_phantom_hallucination',12340),(38569,0,0,0,0,0,169,11686,0,0,'Martyr Stalker (IGB/Saurfang)','','',0,80,80,2,16,0,1,1.14286,1,3,422,586,0,642,35,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,10,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38841,0,0,0,0,0,31195,0,0,0,'Vol\'guk','Shaman Armor','',11097,80,80,2,1735,4225,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33536,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.77381,5.50826,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38858,0,0,0,0,0,1525,0,0,0,'Goodman the \"Closer\"','Emblem of Frost Quartermaster','',0,80,80,2,2070,4224,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.77381,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36482,0,0,0,0,0,30157,0,0,0,'Tuskarr Kite','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(36626,37504,37505,37506,0,0,31006,0,0,0,'Festergut','','',0,83,83,2,21,0,1,1.5873,1,3,5455,7437,0,300,7,0,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,108,36626,0,0,0,0,0,0,0,0,70138,69165,69195,69279,0,0,0,0,0,0,175000,225000,'',0,3,1,675,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'boss_festergut',12340),(36627,38390,38549,38550,0,0,31005,0,0,0,'Rotface','','',0,83,83,2,14,0,1,1.5873,1,3,4885,6374,0,300,7,0,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,108,36627,0,0,0,0,0,0,0,0,69789,69508,69674,0,0,0,0,0,0,0,400000,500000,'',0,3,1,525,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'boss_rotface',12340),(36659,0,0,0,0,0,11686,0,0,0,'Abomination Wing Orange Gas Stalker','','',0,83,83,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(36678,38431,38585,38586,0,0,30881,0,0,0,'Professor Putricide','','',0,83,83,2,14,0,1.2,1.71429,1,3,4340,5921,0,300,7,1500,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,6,108,36678,0,0,0,0,0,0,0,0,70346,71968,71617,0,0,0,0,0,0,587,400000,500000,'',0,3,1,700,1,1,0,0,0,0,0,0,0,165,1,650854271,2097153,'boss_professor_putricide',12340),(36880,37655,0,0,0,0,25218,0,0,0,'Decaying Colossus','','',0,80,80,2,21,0,1.65,0.992063,1,1,6432,8769,0,300,7,2400,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,36880,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,125,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(36897,38138,0,0,0,0,12349,0,0,0,'Little Ooze','','',0,82,82,0,2068,0,1,1.14286,1,1,300,400,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,1,1,0,0,0,0,0,0,0,0,1,650854271,2097408,'npc_little_ooze',12340),(36899,38123,0,0,0,0,30491,0,0,0,'Big Ooze','','',0,82,82,2,14,0,1,0.57143,1,1,1563,2132,0,300,10,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,1,1,0,0,0,0,0,0,0,80,1,650854271,2097152,'npc_big_ooze',12340),(36916,0,0,0,0,0,28292,0,0,0,'Ghoul Minion','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,54185,60876,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(36934,0,0,0,0,0,1126,11686,0,0,'Empowering Orb Controller Stalker','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(37006,0,0,0,0,0,11686,0,0,0,'Sticky Ooze','','',0,83,83,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,69776,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(37013,0,0,0,0,0,11686,0,0,0,'Puddle Stalker','','',0,83,83,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(37022,38108,0,0,0,0,15961,0,0,0,'Blighted Abomination','','',0,80,80,2,21,0,1,1.14286,1,1,2295,3129,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,524392,37022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3266,11522,'SmartAI',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37023,38062,0,0,0,0,31020,31022,0,0,'Plague Scientist','','',0,80,80,2,21,0,1,1.42857,1,1,1281,1744,0,300,7,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,72,37023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2402,12167,'SmartAI',0,3,1,35,2,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(37025,38064,0,0,0,0,30483,0,0,0,'Stinky','','',0,80,80,2,21,0,1,1.71429,1,1,1907,2600,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,37025,0,70214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,2,1,0,0,0,0,0,0,0,164,1,650854271,2097153,'npc_stinky_icc',12340),(37038,38063,0,0,0,0,26577,0,0,0,'Vengeful Fleshreaper','','',0,80,80,2,21,0,2,1.5,1,1,698,950,0,300,7,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,37038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2190,13090,'',0,3,1,12.5,1,1,0,0,0,0,0,0,0,151,1,8388624,0,'npc_icc_vengeful_fleshreaper',12340),(37098,38418,0,0,0,0,24991,0,0,0,'Val\'kyr Herald','','',0,80,80,2,21,0,1,1.07143,1,1,3699,5043,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,37098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,4,80,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'npc_icc_valkyr_herald',12340),(37217,38103,0,0,0,0,30483,0,0,0,'Precious','','',0,80,80,2,21,0,1,1.71429,1,1,1734,2364,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,37217,0,70214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285253,285253,'',0,3,1,250,2,1,0,0,0,0,0,0,0,164,1,650854271,2097153,'npc_precious_icc',12340),(37562,38602,38760,38761,0,0,30707,0,0,0,'Gas Cloud','','',0,82,82,0,14,0,1,1.15,1,0,200,300,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,70,1,1,0,0,0,0,0,0,0,133,1,650854271,2097408,'npc_gas_cloud',12340),(37571,38098,0,0,0,0,25468,0,0,0,'Darkfallen Advisor','','',0,82,82,2,16,0,1,1.14286,1,1,1563,2132,0,300,7,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,6,72,37571,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37595,38100,0,0,0,0,31025,31026,0,0,'Darkfallen Blood Knight','The San\'layn','',0,82,82,2,16,0,1,1.14286,1,1,1563,2132,0,300,7,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,6,72,37595,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,40,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37662,38102,0,0,0,0,31028,31029,0,0,'Darkfallen Commander','The San\'layn','',0,82,82,2,16,0,1,1.14286,1,1,1563,2132,0,300,7,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,6,72,37662,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3360,0,'SmartAI',0,3,1,60,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37663,38480,0,0,0,0,31033,31034,31035,31036,'Darkfallen Noble','The San\'layn','',0,82,82,2,16,0,1,1.14286,1,1,1563,2132,0,300,7,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,6,72,37663,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,40,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37664,38099,0,0,0,0,30713,31023,31024,0,'Darkfallen Archmage','The San\'layn','',0,82,82,2,16,0,1,1.14286,1,1,1563,2132,0,300,7,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,6,72,37664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,40,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37665,38101,0,0,0,0,31030,31031,0,0,'Darkfallen Lieutenant','The San\'layn','',0,82,82,2,16,0,1,1.14286,1,1,1563,2132,0,300,7,2000,2000,8,32768,2048,0,0,0,0,0,0,360,523,79,6,72,37665,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,60,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37666,38479,0,0,0,0,31037,31038,0,0,'Darkfallen Tactician','The San\'layn','',0,82,82,2,16,0,1,1.14286,1,1,1563,2132,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,360,523,79,6,72,37666,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,60,0,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37672,38605,38786,38787,0,0,31008,0,0,0,'Mutated Abomination','','',0,80,80,2,35,0,2,2.28,1,1,400,500,0,1,5,2000,2000,4,0,0,0,0,0,0,0,0,345,509,103,6,108,0,0,0,0,0,0,0,0,0,70360,70539,70542,0,0,0,0,0,0,591,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(37690,0,0,0,0,0,24719,0,0,0,'Growing Ooze Puddle','','',0,83,83,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37697,38604,38758,38759,0,0,30491,0,0,0,'Volatile Ooze','','',0,82,82,0,14,0,2,1.28571,1,0,200,300,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,70,1,1,0,0,0,0,0,0,0,135,1,650854271,2097408,'npc_volatile_ooze',12340),(37744,0,0,0,0,0,169,11686,0,0,'Frost Freeze Trap','','',0,80,80,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_frost_freeze_trap',12340),(37782,38312,0,0,0,0,7470,5990,513,0,'Flesh-eating Insect','','',0,75,75,2,16,0,1,1.14286,1,0,828,1127,0,300,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37824,0,0,0,0,0,11686,0,0,0,'Abomination Wing Mad Scientist Stalker','','',0,83,83,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(37849,0,0,0,0,0,30799,0,0,0,'Sartharion Image','','',0,82,82,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37854,0,0,0,0,0,30803,0,0,0,'Patchwerk Image','','',0,82,82,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37855,0,0,0,0,0,30804,0,0,0,'Malygos Image','','',0,82,82,2,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37864,0,0,0,0,0,30810,0,0,0,'Lord Marrowgar Image','','',0,82,82,2,35,0,1,0.952381,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37901,38600,0,0,0,0,19110,0,0,0,'Vampiric Fiend','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37930,0,0,0,0,0,23037,23038,23039,0,'Warsong Peon','','',0,60,60,1,1735,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(37935,0,0,0,0,0,24242,0,0,0,'Apothecary Candith Tomas','General Goods','',0,80,80,2,1735,4224,1,1.42857,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(37936,0,0,0,0,0,30838,0,0,0,'Morgan Dayblaze','Blacksmith','',0,80,80,2,1735,4224,1,1.42857,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(37955,38434,38435,38436,0,0,31165,0,0,0,'Blood-Queen Lana\'thel','','',0,83,83,2,16,0,1.6,1.42857,1,3,8000,9714,0,300,7,0,2000,2,32832,2048,0,0,0,0,0,0,371,535,135,6,108,37955,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300000,350000,'',0,4,1,1015,100,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'boss_blood_queen_lana_thel',12340),(37968,0,0,0,0,0,22471,0,0,0,'Argent Hippogryph','','',0,80,80,2,2131,16777216,2.5,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,611,0,0,'',0,4,1,1.15,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(37970,38401,38784,38785,0,0,30858,0,0,0,'Prince Valanar','','',0,83,83,2,16,0,1.6,1.42857,1,3,4581,6246,0,300,7,0,2000,1,536903744,2048,8,0,0,0,0,0,371,535,135,6,108,37970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,405,1,1,0,0,0,0,0,0,0,150,0,650854271,2097153,'boss_prince_valanar_icc',12340),(37972,38399,38769,38770,0,0,30857,0,0,0,'Prince Keleseth','','',0,83,83,2,16,0,1.6,1.42857,1,3,4581,6246,0,300,7,0,2000,1,536903744,2048,8,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,405,1,1,0,0,0,0,0,0,0,150,0,650854271,2097153,'boss_prince_keleseth_icc',12340),(37973,38400,38771,38772,0,0,30856,0,0,0,'Prince Taldaram','','',0,83,83,2,16,0,1.6,1.42857,1,3,4581,6246,0,300,7,0,2000,1,536903744,2048,8,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,405,1,1,0,0,0,0,0,0,0,150,0,650854271,2097153,'boss_prince_taldaram_icc',12340),(37986,0,0,0,0,0,11686,0,0,0,'Ooze Spray Stalker','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38004,0,0,0,0,0,31093,0,0,0,'Blood-Queen Lana\'thel','','',0,83,83,2,16,0,1.6,1.42857,1,3,496,674,0,783,35,2000,2000,2,33088,2048,0,0,0,0,0,0,365,529,98,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,861,1,1,0,0,0,0,0,0,0,150,1,8388624,0,'npc_blood_queen_lana_thel',12340),(38008,38641,38773,38774,0,0,1126,16925,0,0,'Blood Orb Controller','','',0,83,83,2,16,0,1,0.992063,1,3,509,683,0,805,35,2000,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,405,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(38104,38105,0,0,0,0,10976,10975,5432,5265,'Plagued Zombie','','',0,80,80,2,233,0,1,1.14286,1,1,300,400,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,3,1,0,0,0,0,0,0,0,80,1,8388624,0,'',12340),(38107,0,0,0,0,0,11686,0,0,0,'Unstable Ooze Explosion Stalker','','',0,83,83,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38159,0,0,0,0,0,27823,0,0,0,'Choking Gas Bomb','','',0,83,83,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38201,0,0,0,0,0,30438,30439,0,0,'Sunreaver Agent','','',0,80,80,2,2123,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38228,0,0,0,0,0,7511,2177,9829,0,'Plagued Insect','','',0,1,1,0,188,0,0.4,0.714286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38229,0,0,0,0,0,7511,2177,9829,0,'Frozen Insect','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38231,0,0,0,0,0,30995,0,0,0,'Blood Parasite','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38232,0,0,0,0,0,30996,0,0,0,'Blood Spider','','',0,1,1,0,190,0,1,0.857143,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(38234,0,0,0,0,0,1126,24719,0,0,'Growing Ooze Puddle Trigger','','',0,80,80,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38294,0,0,0,0,0,23657,0,0,0,'Elder Clearwater','Honored Fisher','',0,80,80,0,35,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_elder_clearwater',12340),(38308,0,0,0,0,0,22769,0,0,0,'Ooze Covered Tentacle Stalker','','',0,83,83,2,14,0,1,1.14286,1,3,422,586,0,642,35,1500,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,250,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38309,0,0,0,0,0,22769,0,0,0,'Slimy Tentacle Stalker','','',0,83,83,2,14,0,1,1.14286,1,3,422,586,0,642,35,1500,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,250,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38317,0,0,0,0,0,27823,0,0,0,'Tear Gas Target Stalker','','',0,83,83,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38319,0,0,0,0,0,23257,0,0,0,'Blood Queen Door','','',0,82,82,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38332,0,0,0,0,0,26767,0,0,0,'Ball of Flame','','',0,82,82,2,14,0,4.4,1.57143,1,0,2,2,0,24,1,2000,2000,1,33685504,2048,0,0,0,0,0,0,1,1,0,10,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,162,1,0,0,'npc_ball_of_flame',12340),(38369,0,0,0,0,0,31196,0,0,0,'Dark Nucleus','','',0,82,82,2,16,0,4,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.41785,1,1,0,0,0,0,0,0,0,156,0,650854271,6291456,'npc_dark_nucleus',12340),(38410,38419,0,0,0,0,12432,0,0,0,'Severed Essence','','',0,80,80,2,16,0,1,1.14286,1,1,414,563,0,300,7,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_icc_severed_essence',12340),(38422,0,0,0,0,0,23258,0,0,0,'Shock Vortex','','',0,83,83,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38451,0,0,0,0,0,26767,0,0,0,'Ball of Inferno Flame','','',0,82,82,2,14,0,4.4,1.57143,1,0,2,2,0,24,1,2000,2000,1,33685504,2048,0,0,0,0,0,0,1,1,0,10,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,162,1,0,0,'npc_ball_of_flame',12340),(38454,38775,38776,38777,0,0,31095,0,0,0,'Kinetic Bomb','','',0,82,82,2,14,0,0.8,0.28571,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.074179,1,1,0,0,0,0,0,0,0,64,1,650854271,2097152,'npc_kinetic_bomb',12340),(38458,0,0,0,0,0,21342,0,0,0,'Kinetic Bomb Target','','',0,82,82,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38463,0,0,0,0,0,1126,11686,0,0,'Empowering Orb Visual Stalker','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38763,0,0,0,0,0,27987,0,0,0,'Summoned Cadaver','','',0,80,80,0,21,0,1,1.28968,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38879,0,0,0,0,0,1126,11686,0,0,'Putricide\'s Trap','','',0,1,1,0,2102,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_icc_putricades_trap',12340),(39010,39011,39012,39013,0,0,169,11686,0,0,'Martyr Stalker (Reputation)','','',0,80,80,2,16,0,1,1.14286,1,3,422,586,0,642,35,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.0001,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(37859,0,0,0,0,0,30807,0,0,0,'Ignis the Furnace Master Image','','',0,82,82,2,35,0,0.888888,1.5873,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37850,0,0,0,0,0,30800,0,0,0,'Anub\'Rekhan Image','','',0,82,82,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38867,0,0,0,0,0,4470,0,0,0,'Old Town Thug','','',0,25,26,0,17,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36955,0,0,0,0,0,30867,0,0,0,'Lady Jaina Proudmoore','','',10909,80,80,2,1770,2,0.888888,0.99206,1,1,346,499,0,287,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,262144,0,0,0,0,0,0,0,0,0,69708,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,100,1,0,0,0,0,0,0,0,0,0,0,0,'npc_hor_leader_second',12340),(36993,0,0,0,0,0,30867,0,0,0,'Lady Jaina Proudmoore','','',0,83,83,2,1770,2,1,1.14286,1,1,346,499,0,287,7.5,0,0,8,33088,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_leader',12340),(37221,0,0,0,0,0,30867,0,0,0,'Lady Jaina Proudmoore','','',11031,83,83,2,35,2,0.888888,0.99206,1,3,346,499,0,287,7.5,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,0,0,'npc_hor_leader',12340),(37496,37604,0,0,0,0,30636,30637,30638,30773,'Coliseum Champion','','',0,80,80,0,534,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37497,37603,0,0,0,0,30633,30632,30774,30775,'Coliseum Champion','','',0,80,80,0,35,0,1,1.14286,1,1,422,586,0,642,7.5,0,0,1,32832,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37498,37605,0,0,0,0,30635,30634,30771,30772,'Coliseum Champion','','',0,80,80,0,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,69350,69413,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37572,0,0,0,0,0,30669,30668,30670,30671,'Freed Alliance Slave','','',0,80,80,2,534,0,1,1.14286,1,1,422,586,0,642,7.5,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,59992,69565,69566,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_freed_slave',12340),(37575,0,0,0,0,0,30662,30663,0,0,'Freed Alliance Slave','','',0,80,80,2,534,0,1,1.14286,1,1,417,582,0,608,7.5,0,0,2,0,2048,8,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,70425,69569,70517,0,0,0,0,0,0,0,0,0,'',0,3,1,6,10,1,0,0,0,0,0,0,0,144,1,0,0,'npc_pos_freed_slave',12340),(37576,0,0,0,0,0,30667,30666,30665,30664,'Freed Alliance Slave','','',0,80,80,2,534,0,1,1.14286,1,1,417,582,0,608,7.5,0,0,2,0,2048,8,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,70421,69571,69570,46604,0,0,0,0,0,0,0,0,'',0,3,1,5,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_freed_slave',12340),(37580,37614,0,0,0,0,30672,0,0,0,'Martin Victus','','',0,80,80,2,534,0,1,1.14286,1,1,422,586,0,642,7.5,0,0,1,578,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_martin_or_gorkun_second',12340),(37582,37628,0,0,0,0,30685,0,0,0,'Archmage Koreln','Kirin Tor','',0,80,80,2,1770,2,1,1.14286,1,1,346,499,0,287,7.5,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,6,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37591,37606,0,0,0,0,30696,0,0,0,'Martin Victus','','',0,80,80,2,35,2,1,1.14286,1,1,422,586,0,642,7.5,0,0,1,320,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_after_first_boss',12340),(37597,0,0,0,0,0,30867,0,0,0,'Lady Jaina Proudmoore','','',10943,80,80,2,1770,3,1,1,1,1,346,499,0,287,7.5,2000,0,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,0,2,'npc_fos_leader',12340),(37774,37809,0,0,0,0,30684,0,0,0,'Archmage Elandra','Kirin Tor','',0,80,80,2,1770,0,1,1.14286,1,1,346,499,0,287,7.5,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,6,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37810,0,0,0,0,0,19075,0,0,0,'Healing Stream Totem','','',0,80,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38160,0,0,0,0,0,30867,0,0,0,'Lady Jaina Proudmoore','','',0,80,80,2,1770,2,1,1,1,1,346,499,0,287,7.5,2000,0,8,33088,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,0,2,'npc_fos_leader_second',12340),(38188,0,0,0,0,0,30867,0,0,0,'Lady Jaina Proudmoore','','',0,83,83,2,1770,2,1,1.14286,1,1,346,499,0,287,7.5,0,0,8,33088,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_leader_second',12340),(35037,35535,0,0,0,0,29542,0,0,0,'Memory of Kalithresh','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),(35044,35525,0,0,0,0,23428,0,0,0,'Memory of Entropius','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),(37158,0,0,0,0,0,30547,0,0,0,'Quel\'Delar','','',0,80,80,2,14,0,1,2,1,1,422,586,0,642,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,10,0,37158,0,0,0,0,0,0,0,0,67541,29426,16856,67716,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,17,5,1,0,50254,0,0,0,0,0,0,1,0,0,'',12340),(37915,0,0,0,0,0,30840,0,0,0,'Timothy Cunningham','Bat Handler','',11152,65,65,1,68,8193,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34337,0,0,0,0,0,27104,0,0,0,'The Postmaster','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35041,35520,0,0,0,0,29546,0,0,0,'Memory of Archimonde','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),(35809,0,0,0,0,0,29283,0,0,0,'Swift Horde Wolf','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(37888,0,0,0,0,0,1233,0,0,0,'Frax Bucketdrop','Flight Master','',0,75,75,2,35,8193,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38751,0,0,0,0,0,4449,31175,0,0,'Black Knight Shield Proxy','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(35036,35543,0,0,0,0,29541,0,0,0,'Memory of Vek\'nilash','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),(37851,0,0,0,0,0,30801,0,0,0,'Noth the Plaguebringer Image','','',0,82,82,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35033,35521,0,0,0,0,14367,0,0,0,'Memory of Chromaggus','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),(35052,35519,0,0,0,0,29553,0,0,0,'Memory of Algalon','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),(36511,0,0,0,0,0,30409,0,0,0,'Spectral Tiger Cub','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(37828,0,0,0,0,0,30793,0,0,0,'Image of Thalorien Dawnseeker','','',0,80,80,2,1770,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,33554432,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37846,0,0,0,0,0,31093,0,0,0,'Blood-Queen Lana\'thel','The San\'layn','',0,80,80,2,974,0,1,0.992063,1,3,417,582,0,608,35,2000,2000,2,256,2048,0,0,0,0,0,0,341,506,80,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,861,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),(34942,35531,0,0,0,0,29525,0,0,0,'Memory of Hogger','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),(36838,0,0,0,0,0,29488,0,0,0,'Alliance Gunship Cannon','','vehichleCursor',0,80,80,0,1665,16777216,1,1,1,0,422,586,0,642,1,2000,2000,4,16388,0,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,69399,70174,0,0,0,0,0,0,0,554,0,0,'',0,1,1,65.5185,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(37094,0,0,0,0,0,30822,0,0,0,'Crucible of Souls','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37190,0,0,0,0,0,30606,30607,30608,0,'Alliance Commander','','',0,82,82,2,1732,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(37200,0,0,0,0,0,30582,0,0,0,'Muradin Bronzebeard','','',10933,83,83,2,1732,1,1,1.71429,1,3,509,683,0,805,35,2000,2000,1,32768,2048,0,0,0,0,0,0,371,535,135,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,1,1,0,0,0,0,0,0,0,164,1,0,0,'npc_muradin_bronzebeard_icc',12340),(37853,0,0,0,0,0,30802,0,0,0,'Instructor Razuvious Image','','',0,82,82,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37997,0,0,0,0,0,30882,0,0,0,'Yili','Rogue Armor','',11098,80,80,2,1732,4225,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,768,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.77381,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37998,0,0,0,0,0,30883,0,0,0,'Talan Moonstrike','Hunter Armor','',11099,80,80,2,1732,4225,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.77381,1.87782,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37999,0,0,0,0,0,30884,0,0,0,'Alana Moonstrike','Druid Armor','',11095,80,80,2,1732,4225,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.70635,7.01052,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38182,0,0,0,0,0,30983,0,0,0,'Niby the Almighty','Warlock Armor','',11104,80,80,2,1732,4225,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.28175,2.49603,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38283,0,0,0,0,0,31012,0,0,0,'Malfus Grimfrost','Mage Armor','',11103,80,80,2,1732,4225,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.77381,3.63059,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38711,38970,38971,38972,0,0,31124,0,0,0,'Bone Spike','','',0,80,80,2,14,0,1.2,1,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'',0,3,1,3.1,1,1,0,0,0,0,0,0,0,0,0,652214271,2,'npc_bone_spike',12340),(38712,38973,38974,38975,0,0,31124,0,0,0,'Bone Spike','','',0,80,80,2,14,0,1.2,1,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'',0,3,1,3.1,1,1,0,0,0,0,0,0,0,0,0,652214271,2,'npc_bone_spike',12340),(38840,0,0,0,0,0,31194,0,0,0,'Jedebia','Shaman Armor','',11097,80,80,2,1732,4225,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.77381,5.50826,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35019,0,0,0,0,0,29527,0,0,0,'Bruka Woebringer','Isle of Conquest Battlemaster','',10602,81,81,2,83,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,832,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35021,0,0,0,0,0,29529,0,0,0,'Marog','Isle of Conquest Battlemaster','',10602,81,81,2,83,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,832,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35148,0,0,0,0,0,29696,0,0,0,'Sunreaver Dragonhawk','','',0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(37814,0,0,0,0,0,16480,26241,0,0,'Shadow\'s Edge Axe Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38163,0,0,0,0,0,11686,0,0,0,'Swarming Shadows','','',0,82,82,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1049600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(138,0,0,0,0,0,14662,0,0,0,'out Captain Lolo Longstriker','The Thorium Brotherhood','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',11159),(36957,38404,38679,38680,0,0,30750,30751,30752,0,'Kor\'kron Reaver','','',0,82,82,2,83,0,1,1.42857,1,1,4333,5923,0,300,0.75,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,8,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_gunship_boarding_add',12340),(36960,38262,38683,38684,0,0,30745,30746,30747,0,'Kor\'kron Sergeant','','',0,82,82,2,83,0,1,1.42857,1,1,4333,5923,0,300,1.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,20,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_gunship_boarding_leader',12340),(36968,38403,38675,38676,0,0,30739,30740,0,0,'Kor\'kron Axethrower','','',0,82,82,2,83,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,8,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_gunship_gunner',12340),(36970,0,0,0,0,0,26989,26990,26991,26992,'Skybreaker Deckhand','','',0,80,80,0,84,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_igb_ship_crew',12340),(36982,38405,38681,38682,0,0,30748,30749,0,0,'Kor\'kron Rocketeer','','',0,82,82,2,83,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.5,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_gunship_rocketeer',12340),(37034,38095,0,0,0,0,30487,30488,0,0,'Kor\'kron Templar','','',0,82,82,2,83,0,1,1.14286,1,1,1563,2131,0,300,7,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,37034,0,0,0,0,0,0,0,0,69963,71131,69910,69967,0,0,0,0,0,0,0,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_icc_skybreaker_vicar',12340),(37041,0,0,0,0,0,22548,0,0,0,'Skybreaker Battle Standard','','',0,80,80,2,1733,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37117,38257,38677,38678,0,0,30741,30742,30743,30744,'Kor\'kron Battle-Mage','','',0,82,82,2,83,0,1,1.42857,1,1,463,640,0,726,7.5,2000,2000,2,32832,0,0,0,0,0,0,0,360,520,91,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,15,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_gunship_mage',12340),(37182,0,0,0,0,0,26982,0,0,0,'High Captain Justin Bartlett','','',0,80,80,2,84,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,768,0,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(37188,0,0,0,0,0,30865,0,0,0,'Lady Jaina Proudmoore','','',0,83,83,2,894,0,1,1,1,3,370,531,0,343,35,2000,2000,8,0,2048,0,0,0,0,0,0,365,542,84,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37830,0,0,0,0,0,30598,30599,30600,30601,'Skybreaker Marine','','',0,80,80,2,1732,0,1,1.42857,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,0,0,'npc_saurfang_event',12340),(37879,0,0,0,0,0,28127,0,0,0,'King Varian Wrynn','King of Stormwind','',0,83,83,2,1733,0,1,1.42857,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,400,20,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(37880,0,0,0,0,0,27653,0,0,0,'Stormwind Portal','','',0,1,1,2,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37902,0,0,0,0,0,341,586,0,0,'Alliance Mason','','',0,60,65,1,1732,0,0.666668,1.42857,1,1,200,281,0,278,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(37903,0,0,0,0,0,3613,0,0,0,'Shely Steelbowels','Blacksmith','',0,60,65,1,1732,4224,1,1.42857,1,1,200,281,0,278,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(37904,0,0,0,0,0,23061,0,0,0,'Brazie Getz','General Goods','',10949,69,69,2,1732,4225,1,1.42857,1,1,245,346,0,298,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(36212,0,0,0,0,0,17188,0,0,0,'[DND] Crazed Apothecary Generator','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36272,0,0,0,0,0,16176,0,0,0,'Apothecary Frye','Crown Chemical Co.','',0,82,82,2,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,1,'npc_love_in_air_hummel_helper',12340),(36296,0,0,0,0,0,31167,0,0,0,'Apothecary Hummel','Crown Chemical Co.','',10847,82,82,2,35,3,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,8,36296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,1,'npc_love_in_air_hummel',12340),(36530,0,0,0,0,0,17188,0,0,0,'[DND] Valentine Boss - Vial Bunny','','',0,83,83,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,17826816,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36565,0,0,0,0,0,31166,0,0,0,'Apothecary Baxter','Crown Chemical Co.','',0,82,82,2,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,363,521,121,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,1,'npc_love_in_air_hummel_helper',12340),(36568,0,0,0,0,0,31168,31169,0,0,'Crazed Apothecary','','',0,80,80,0,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,134,1,0,0,'',12340),(36643,0,0,0,0,0,17188,0,0,0,'[DND] Valentine Boss Manager','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36710,0,0,0,0,0,30297,0,0,0,'[DND] Apothecary Table (Spell Effect)','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36789,38174,0,0,0,0,30318,0,0,0,'Valithria Dreamwalker','','',0,83,83,2,1665,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,536870912,2048,8,0,0,0,0,0,371,535,135,2,67113036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,860.524,1,1,0,0,0,0,0,0,0,0,0,650854271,2097153,'boss_valithria_dreamwalker',12340),(36791,38169,38721,38722,0,0,22773,0,0,0,'Blazing Skeleton','','',0,83,83,2,16,0,1,1.14286,1,1,4342,5920,0,300,4,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,20,1,0,0,0,0,0,0,0,0,1,550189887,0,'npc_blazing_skeleton',12340),(36812,0,0,0,0,0,30846,0,0,0,'Stormwind Love Boat','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,548,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36817,0,0,0,0,0,21955,16925,0,0,'[DND] Love Boat Summoner','','',0,80,80,2,35,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36885,0,0,0,0,0,1660,1565,4110,0,'Crown Apothecary','','',0,20,23,0,35,0,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37501,38197,0,0,0,0,26194,0,0,0,'Nerub\'ar Champion','','',0,80,80,2,21,0,2,1.14286,1,1,828,1127,0,300,7,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,6,0,37501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6695,12105,'SmartAI',0,5,1,25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37502,38198,0,0,0,0,31050,0,0,0,'Nerub\'ar Webweaver','','',0,80,80,2,21,0,2,1.14286,1,1,828,1127,0,300,7,2000,2000,2,33555200,2048,0,0,0,0,0,0,341,506,80,6,0,37502,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,25,12,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37503,0,0,0,0,0,19725,25455,0,0,'Sindragosa\'s Ward','','',0,83,83,2,35,0,1,1.14286,1,0,496,674,0,783,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,365,529,98,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,2000,1,0,0,0,0,0,0,0,0,1,0,130,'npc_icc_gauntlet_controller',12340),(37533,38220,0,0,0,0,27982,0,0,0,'Rimefang','','',0,82,82,2,21,0,2,2,1,1,2549,3674,0,300,10,2000,2000,2,64,2048,0,0,0,0,0,0,360,520,91,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,9,240,10,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_rimefang_icc',12340),(37534,38219,0,0,0,0,27982,0,0,0,'Spinestalker','','',0,82,82,2,21,0,2,2,1,1,2549,3674,0,300,10,2000,2000,2,64,2048,0,0,0,0,0,0,360,520,91,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,9,240,10,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_spinestalker',12340),(37674,0,0,0,0,0,30711,0,0,0,'Lovely Merchant','Crown Chemical Co.','Buy',0,40,50,0,35,128,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37675,0,0,0,0,0,30712,0,0,0,'Public Relations Agent','Crown Chemical Co.','',10921,40,50,0,35,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37863,38171,38727,38737,0,0,25592,0,0,0,'Suppresser','','',0,83,83,2,16,0,1,0.992063,1,1,4342,5920,0,300,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,550189855,0,'npc_suppresser',12340),(37868,38167,38725,38735,0,0,7919,0,0,0,'Risen Archmage','','',0,83,83,2,16,0,1,1.14286,1,1,1710,2337,0,300,8,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,20,1,0,0,0,0,0,0,0,0,1,550189887,0,'npc_risen_archmage',12340),(37886,38166,38724,38734,0,0,7858,0,0,0,'Gluttonous Abomination','','',0,83,83,2,16,0,1,1.14286,1,1,4342,5920,0,300,6,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,550189887,0,'npc_gluttonous_abomination',12340),(37887,0,0,0,0,0,15990,0,0,0,'Kwee Q. Peddlefeet','Crown Chemical Co.','',10948,1,1,0,35,2,1,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37907,38168,38726,38736,0,0,12346,0,0,0,'Rot Worm','','',0,83,83,2,16,0,1,1.14286,1,1,500,700,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37918,0,0,0,0,0,11686,0,0,0,'Column of Frost','','',0,82,82,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37934,38170,38723,38733,0,0,22124,0,0,0,'Blistering Zombie','','',0,83,83,2,16,0,1,0.714286,1,1,4342,5920,0,300,4,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,94,1,550189887,0,'npc_blistering_zombie',12340),(37945,0,0,0,0,0,30844,0,0,0,'Dream Portal','','vehichleCursor',0,80,80,2,35,16777216,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_valithria_portal',12340),(37950,0,0,0,0,0,30318,0,0,0,'Valithria Dreamwalker','','',0,83,83,2,1665,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,2,4108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,10000,1,1,0,0,0,0,0,0,0,0,1,0,2097280,'',12340),(37985,0,0,0,0,0,30877,0,0,0,'Dream Cloud','','',0,80,80,2,2022,0,1,0.5,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.007937,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_valithria_cloud',12340),(38041,0,0,0,0,0,15990,0,0,0,'Kwee Q. Peddlefeet','Crown Chemical Co.','',10948,1,1,0,35,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38065,0,0,0,0,0,30912,0,0,0,'Crown Supply Sentry','Crown Chemical Co.','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_love_in_air_supply_sentry',12340),(38066,0,0,0,0,0,30728,0,0,0,'Inspector Snip Snagglebolt','','',10976,30,30,0,1732,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38068,0,0,0,0,0,11686,0,0,0,'Mana Void','','',0,82,82,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38186,0,0,0,0,0,30844,0,0,0,'Dream Portal (Pre-effect)','','',0,80,80,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38208,0,0,0,0,0,30991,0,0,0,'Investigator Fezzen Brasstacks','','',11007,30,30,0,35,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38288,0,0,0,0,0,1126,11686,0,0,'Love Guard Perfume Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38293,0,0,0,0,0,31016,0,0,0,'Junior Inspector','','',10991,30,30,0,1732,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38325,0,0,0,0,0,31040,0,0,0,'Marion Sutton','','',0,30,30,0,12,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38334,0,0,0,0,0,30725,0,0,0,'Snivel Rustrocket','Venture Co.','',0,30,30,0,35,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_love_in_air_snivel_real',12340),(38335,0,0,0,0,0,30725,0,0,0,'Snivel Rustrocket','Venture Co.','',0,30,30,0,35,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_love_in_air_snivel_real',12340),(38336,0,0,0,0,0,30725,0,0,0,'Snivel Rustrocket','Venture Co.','',0,30,30,0,35,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_love_in_air_snivel_real',12340),(38340,0,0,0,0,0,17612,0,0,0,'[DND] Holiday - Love - Bank Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_love_in_air_snivel',12340),(38341,0,0,0,0,0,17612,0,0,0,'[DND] Holiday - Love - AH Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_love_in_air_snivel',12340),(38342,0,0,0,0,0,17612,0,0,0,'[DND] Holiday - Love - Barber Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_love_in_air_snivel',12340),(38374,0,0,0,0,0,31073,0,0,0,'Toxic Wasteling','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'npc_pet_gen_toxic_wasteling',12340),(38433,38462,0,0,0,0,31089,0,0,0,'Toravon the Ice Watcher','','',0,83,83,2,16,0,0.888888,1.71429,1,3,509,683,0,805,35,2000,0,1,0,2048,8,0,0,0,0,0,371,535,135,5,108,38433,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,330,50,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'boss_toravon',12340),(38439,0,0,0,0,0,1126,11686,0,0,'Toravon Stalker','','',0,1,1,0,14,0,1.2,1.71429,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,2,1,1,0,0,0,0,0,0,0,165,1,0,128,'',12340),(38456,0,0,0,0,0,31096,0,0,0,'Frozen Orb','','',0,83,83,2,14,0,0.8,0.714286,1,0,509,683,0,805,1,2000,0,1,0,2048,8,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11,1,1,0,0,0,0,0,0,0,90,1,0,0,'npc_frozen_orb',12340),(38461,0,0,0,0,0,11686,0,0,0,'Toravon Frozen Orb Stalker','','',0,1,1,0,14,0,1.2,1.71429,1,0,2,2,0,24,1,2000,0,1,33554688,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,2,1,1,0,0,0,0,0,0,0,165,1,0,130,'npc_frozen_orb_stalker',12340),(38482,38483,0,0,0,0,27392,0,0,0,'Frost Warder','','',0,82,82,2,16,0,1,1.71429,1,1,488,642,0,782,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,363,521,121,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,60,10,1,0,0,0,0,0,0,0,164,1,617299839,2097152,'',12340),(38492,38496,0,0,0,0,31133,0,0,0,'Skybreaker Lieutenant','','',0,80,80,2,35,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38494,0,0,0,0,0,30843,0,0,0,'Rotting Frost Giant','','',0,82,82,2,16,0,1,0.992063,1,1,3909,5329,0,300,13,2000,2000,1,33280,2048,0,0,0,0,0,0,363,521,121,6,72,38494,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1650,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_rotting_frost_giant',12340),(38752,0,0,0,0,0,11686,0,0,0,'Green Dragon Combat Trigger','','',0,60,60,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2097281,'npc_green_dragon_combat_trigger',12340),(39172,0,0,0,0,0,31346,0,0,0,'Marshal Magruder','Wintergrasp Quartermaster','',0,80,80,2,1892,128,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39509,0,0,0,0,0,31474,0,0,0,'Aronen','Apprentice to Ormus','',0,80,80,2,2216,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37122,38298,0,0,0,0,30907,0,0,0,'Captain Arnath','','',0,81,81,2,2131,0,1,1.14286,1,1,464,604,0,300,7,1500,2000,2,0,2048,0,0,0,0,0,0,351,511,86,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_captain_arnath',12340),(37123,38299,0,0,0,0,30908,0,0,0,'Captain Brandon','','',0,81,81,2,2131,0,1,1.14286,1,1,464,604,0,300,7,1500,2000,2,0,2048,0,0,0,0,0,0,351,511,86,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_captain_brandon',12340),(37124,38303,0,0,0,0,30909,0,0,0,'Captain Grondel','','',0,81,81,2,2131,0,1,1.14286,1,1,464,604,0,300,7,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_captain_grondel',12340),(37125,38304,0,0,0,0,30910,0,0,0,'Captain Rupert','','',0,81,81,2,2131,0,1,1.14286,1,1,464,604,0,300,7,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_captain_rupert',12340),(37126,38258,0,0,0,0,30521,0,0,0,'Sister Svalna','','',0,82,82,1,2209,0,1.6,2.28571,1,1,3333,3923,0,300,7,2000,2000,2,64,2048,0,0,0,0,0,0,360,520,91,6,96,37126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,5,200,20,1,0,0,0,0,0,0,0,200,1,650854271,2097152,'boss_sister_svalna',12340),(37127,38126,0,0,0,0,27548,0,0,0,'Ymirjar Frostbinder','','',0,80,80,2,2209,0,1,1.14286,1,1,825,1125,0,300,7,2000,2000,8,32832,2048,0,0,0,0,0,0,315,468,69,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,0,1,32,2097152,'npc_frostwing_vrykul',12340),(37129,38000,0,0,0,0,30911,0,0,0,'Crok Scourgebane','Grand Champion of the Ebon Blade','',0,83,83,2,2214,0,1,1.14286,1,1,509,683,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_crok_scourgebane',12340),(37132,38132,0,0,0,0,27549,0,0,0,'Ymirjar Battle-Maiden','','',0,80,80,2,2209,0,1.2,1.14286,1,1,825,1125,0,300,7,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,0,1,0,2097152,'npc_frostwing_vrykul',12340),(37133,38133,0,0,0,0,26623,0,0,0,'Ymirjar Warlord','','',0,80,80,2,2209,0,1,1.42857,1,1,825,1125,0,300,7,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2097152,'npc_frostwing_vrykul',12340),(37134,38131,0,0,0,0,25771,0,0,0,'Ymirjar Huntress','','',0,80,80,2,2209,0,1,1.28571,1,1,767,1044,0,300,7,2000,2000,2,32832,2048,0,0,0,0,0,0,767,1044,300,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,0,1,0,2097152,'npc_frostwing_vrykul',12340),(37491,38349,0,0,0,0,30618,0,0,0,'Captain Arnath','','',0,81,81,2,2209,0,1,1.14286,1,1,425,602,0,670,7.5,1500,2000,2,0,2048,0,0,0,0,0,0,351,511,86,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37495,38352,0,0,0,0,30621,0,0,0,'Captain Rupert','','',0,81,81,2,2209,0,1,1.14286,1,1,464,604,0,708,7.5,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38125,38130,0,0,0,0,27548,0,0,0,'Ymirjar Deathbringer','','',0,80,80,2,2209,0,1,1.14286,1,1,825,1125,0,300,7,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,30,1,0,0,0,0,0,0,0,0,1,0,2097152,'npc_frostwing_vrykul',12340),(38154,0,0,0,0,0,22633,0,0,0,'Warhawk','','',0,80,80,2,2209,0,1,1.14286,1,0,215,257,0,300,7,2000,2000,1,0,2048,0,26,0,0,0,0,345,509,103,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(38184,38185,0,0,0,0,25242,0,0,0,'Corrupted Ymirjar','','',0,80,80,2,2209,0,1,1.14286,1,1,215,257,0,300,7,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),(38551,38552,0,0,0,0,31097,0,0,0,'Alrin the Agile','','',0,80,80,2,35,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38557,0,0,0,0,0,16925,0,0,0,'Minchar Beam Stalker','','',0,80,80,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38558,0,0,0,0,0,31127,0,0,0,'Infiltrator Minchar','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39173,0,0,0,0,0,31347,0,0,0,'Champion Ros\'slai','Wintergrasp Quartermaster','',0,80,80,2,1981,128,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37715,0,0,0,0,0,30725,0,0,0,'Snivel Rustrocket','Venture Co.','',10929,30,30,0,35,1,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38032,0,0,0,0,0,30576,30577,30578,30579,'Crown Sprayer','','',0,73,75,2,16,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,38032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38035,0,0,0,0,0,17612,0,0,0,'Chemical Wagon','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(37232,38362,0,0,0,0,30597,0,0,0,'Nerub\'ar Broodling','','',0,80,80,2,21,0,1.85,1.14286,1,0,828,1127,0,300,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,127,1,8388624,0,'',12340),(37493,38350,0,0,0,0,30619,0,0,0,'Captain Brandon','','',0,81,81,2,2209,0,1,1.14286,1,1,425,602,0,670,7.5,1500,2000,2,0,2048,0,0,0,0,0,0,351,511,86,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,15,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37494,38351,0,0,0,0,30620,0,0,0,'Captain Grondel','','',0,81,81,2,2209,0,1,1.14286,1,1,464,604,0,708,7.5,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38370,0,0,0,0,0,0,0,9829,0,'Frozen Insect','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38490,0,0,0,0,0,30843,0,0,0,'Rotting Frost Giant','','',0,82,82,2,16,0,1,0.992063,1,1,6211,8467,0,300,7,2000,2000,1,33280,2048,0,0,0,0,0,0,363,521,121,6,72,38490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,450,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_rotting_frost_giant',12340),(35179,0,0,0,0,0,28919,0,0,0,'Argent Charger','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(37980,0,0,0,0,0,30874,0,0,0,'Darnassus Love Boat','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,615,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37981,0,0,0,0,0,21955,16925,0,0,'[DND] Love Boat Summoner 03','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38039,0,0,0,0,0,15990,0,0,0,'Kwee Q. Peddlefeet','Crown Chemical Co.','',10948,1,1,0,35,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38040,0,0,0,0,0,15990,0,0,0,'Kwee Q. Peddlefeet','Crown Chemical Co.','',10948,1,1,0,35,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38501,38717,0,0,0,0,29760,0,0,0,'Alchemist Adrianna','','',11032,80,80,2,2070,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'npc_alchemist_adrianna',12340),(39019,0,0,0,0,0,25680,0,0,0,'Quest - Wintergrasp - PvP Kill - Horde','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,74,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3049,5081,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39092,0,0,0,0,0,31135,0,0,0,'Darnavan Kill Credit 25','','',0,81,81,2,16,0,1,1.14286,1,1,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,74,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3049,5081,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37990,0,0,0,0,0,21955,0,0,0,'[DND] Sample Quest Kill Credit Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,74,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3049,5081,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37558,0,0,0,0,0,1126,17612,0,0,'[DND]Something Stinks Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,74,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3049,5081,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(27124,0,0,0,0,0,24073,0,0,0,'[TDB] Killcredit Quest XXXXX','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,74,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3049,5081,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',1),(35074,0,0,0,31244,0,25680,0,0,0,'Quest - Wintergrasp - Southern Tower Kill','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,74,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3049,5081,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36715,0,0,0,0,0,20570,17612,0,0,'Quel\'Delar Krasus Credit','','',0,80,80,2,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,74,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3049,5081,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38211,0,0,0,0,0,24045,0,0,0,'Wrath of the Lich King Credit','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,74,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3049,5081,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38595,0,0,0,0,0,22162,0,0,0,'Argent Valiant Credit (Aspirant Test)','S.T.O.U.T.','',0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,74,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3049,5081,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36085,0,0,0,0,0,28637,0,0,0,'Eressea Dawnsinger (1)','Grand Champion of Silvermoon','',0,80,80,2,1604,0,1,2,1,0,617,782,0,608,13,0,0,2,2,2048,8,0,0,0,0,0,541,706,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,0,1,2304,2097153,'',12340),(36090,0,0,0,0,0,28597,0,0,0,'Runok Wildmane (1)','Grand Champion of the Thunder Bluff','',0,80,80,2,104,0,1,2,1,0,617,782,0,608,13,0,0,2,2,2048,8,0,0,0,0,0,541,706,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,0,1,2304,2097153,'',12340),(36084,0,0,0,0,0,28589,0,0,0,'Deathstalker Visceri (1)','Grand Champion of Undercity','',0,80,80,2,68,0,1,2,1,0,622,786,0,642,13,0,0,1,2,2048,8,0,0,0,0,0,545,709,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,0,1,2304,2097153,'',12340),(35517,0,0,0,0,0,29490,0,0,0,'Argent Confessor Paletress (1)','','',0,82,82,2,14,0,2,1.14286,1,1,763,940,0,726,13,0,0,2,2,2048,8,0,0,0,0,0,660,820,91,7,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,30,1,0,0,0,0,0,0,0,151,1,650854271,2097153,'',12340),(35490,0,0,0,0,0,29837,0,0,0,'The Black Knight (1)','','',0,80,80,2,14,0,1,1.14286,1,1,822,986,0,642,13,1800,0,1,2,2048,8,0,0,0,0,0,745,909,103,6,72,35490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,22,1,1,0,48418,0,0,0,0,0,0,1,650854271,2097153,'',12340),(36089,0,0,0,0,0,28587,0,0,0,'Mokra the Skullcrusher (1)','Grand Champion of Orgrimmar','',0,80,80,2,29,0,1,2,1,0,622,786,0,642,13,0,0,1,2,2048,8,0,0,0,0,0,545,709,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,441,1,2304,2097153,'',12340),(35518,0,0,0,0,0,29616,0,0,0,'Eadric the Pure (1)','Grand Champion of the Argent Crusade','',0,82,82,2,14,0,2,1.42857,1,1,763,940,0,726,13,0,0,2,2,2048,8,0,0,0,0,0,660,820,91,7,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,55.2,30,1,0,0,0,0,0,0,0,151,1,650854271,2097153,'',12340),(36091,0,0,0,0,0,28588,0,0,0,'Zul\'tore (1)','Grand Champion of Sen\'jin','',0,80,80,2,126,0,1,2,1,1,622,786,0,642,13,0,0,1,2,2048,8,0,0,0,0,0,545,709,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,0,1,2304,2097153,'',12340),(36087,0,0,0,0,0,28564,0,0,0,'Lana Stouthammer (1)','Grand Champion of Ironforge','',0,80,80,2,2155,0,1,2,1,0,622,786,0,642,13,0,0,1,2,2048,8,0,0,0,0,0,545,709,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,441,1,2304,2097153,'',12340),(36086,0,0,0,0,0,28735,0,0,0,'Jaelyne Evensong (1)','Grand Champion of Darnassus','',0,80,80,2,1076,0,1,2,1,1,617,782,0,608,13,0,0,2,2,2048,8,0,0,0,0,0,541,706,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,0,1,2304,2097153,'',12340),(36083,0,0,0,0,0,28736,0,0,0,'Colosos (1)','Grand Champion of the Exodar','',0,80,80,2,1694,0,1,2,1,0,617,782,0,608,13,0,0,2,2,2048,8,0,0,0,0,0,541,706,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,0,1,2304,2097153,'',12340),(36082,0,0,0,0,0,28586,0,0,0,'Ambrose Boltspark (1)','Grand Champion of Gnomeregan','',0,80,80,2,64,0,1,2,1,1,617,782,0,608,13,0,0,2,2,2048,8,0,0,0,0,0,541,706,80,7,2112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,0,1,2304,2097153,'',12340),(36088,0,0,0,0,0,28560,0,0,0,'Marshal Jacob Alerius (1)','Grand Champion of Stormwind','',0,80,80,2,1078,0,1,2,1,0,622,786,0,642,13,0,0,1,2,2048,8,0,0,0,0,0,545,709,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,0,1,2304,2097153,'',12340),(36538,0,0,0,0,0,8570,0,0,0,'Onyxia (1)','','',0,83,83,2,103,0,1,1.29,1,3,939,1127,0,805,70,1500,1800,1,64,2048,8,0,0,0,0,0,371,535,135,2,108,36538,0,10184,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,93755,122438,'',1,3,1,1600,1,1,0,18705,0,0,0,0,0,0,1,650854271,2097409,'',1),(36566,0,0,0,0,0,397,0,0,0,'Onyxian Whelp (1)','','',0,80,80,2,16,0,2.07,1.14286,1,0,422,586,0,642,1,1216,1338,1,0,2048,8,0,0,0,0,0,345,509,103,2,8,0,0,100001,0,171,95,0,0,0,20228,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36572,0,0,0,0,0,8711,0,0,0,'Onyxian Warder (1)','','',0,80,80,2,103,0,0.888888,1.14286,1,1,422,586,0,642,13,1150,1265,1,64,2048,0,0,0,0,0,0,345,509,103,2,8,36572,0,12129,0,250,90,0,0,0,0,0,0,0,0,0,0,0,0,0,3627,4741,'',1,3,1,150,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38110,0,0,0,0,0,23137,0,0,0,'Pustulating Horror (1)','','',0,80,80,2,21,0,1,1.14286,1,1,665,905,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,38110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,180,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(38193,0,0,0,0,0,30270,0,0,0,'Soulguard Bonecaster (1)','Cult of the Damned','',0,80,80,2,16,0,1,0.99206,1,1,417,582,0,608,13,2000,0,2,64,2048,8,0,0,0,0,0,341,506,80,6,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'',0,3,1,10.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(36571,0,0,0,0,0,12891,0,0,0,'Onyxian Lair Guard (1)','','',0,80,80,2,103,0,1,1.14286,1,1,422,586,0,642,13,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,549521937,2097152,'',1),(37282,0,0,0,12121,0,10278,0,0,0,'Drakan (3)','','',0,81,81,2,1214,0,1,1.14286,1,1,218,327,0,82,7.5,1000,1000,1,4096,2048,0,0,0,0,0,0,174,262,66,1,0,0,0,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37281,0,0,0,0,0,14234,0,0,0,'Dirk Swindle (3)','Bounty Hunter','',0,80,80,2,57,2,1.27,1.14286,1,0,245,346,0,298,1.1,2000,2000,1,4096,2048,0,0,0,0,0,0,206,302,25,7,0,14188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,607,607,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35519,0,0,0,0,0,29553,0,0,0,'Memory of Algalon (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(35493,0,0,0,0,0,26645,0,0,0,'Vengeful Frostwyrm','','',0,83,83,2,2068,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,1,1,0,0,0,0,0,0,0,204,1,8388624,0,'',12340),(37280,0,0,0,0,0,2863,0,0,0,'Deathstalker Agent (3)','','',0,61,61,0,1214,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37279,0,0,0,0,0,13851,0,0,0,'Corporal Teeka Bloodsnarl (3)','','',6261,56,57,0,1214,3,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35527,0,0,0,0,0,18698,0,0,0,'Memory of Gruul (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(35521,0,0,0,0,0,14367,0,0,0,'Memory of Chromaggus (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(37278,0,0,0,0,0,13383,0,0,0,'Corporal Noreg Stormpike (3)','','',5081,81,81,2,1216,3,1.78,1.14286,1,1,245,346,0,298,4.8,2000,2000,1,4160,2048,0,0,0,0,0,0,206,302,25,7,0,13447,13447,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1667,1667,'',1,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35522,0,0,0,0,0,29549,0,0,0,'Memory of Cyanigosa (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(37277,0,0,0,0,0,13455,0,0,0,'Commander Randolph (3)','','',0,81,81,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37293,0,0,0,0,0,12815,0,0,0,'Fjordune the Greater (3)','','',0,1,1,0,14,0,1,1.14286,1,2,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(37720,0,0,0,0,0,30300,0,0,0,'Frostsworn General (1)','','',0,80,80,2,16,0,1,1.28,1,1,16450,19700,0,1,1.1,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,6,8,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),(37550,0,0,0,0,0,24993,0,0,0,'Raging Ghoul (1)','','',0,80,80,2,1771,0,2,1.42857,1,0,809,1103,0,1,1.2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,151,1,8388624,0,'',12340),(37551,0,0,0,0,0,25245,0,0,0,'Risen Witch Doctor (1)','','',0,80,80,2,1771,0,2,1.42857,1,1,6176,8407,0,1,1.2,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.5,1,1,0,0,0,0,0,0,0,151,1,8388624,0,'',12340),(37100,0,0,0,0,0,30509,0,0,0,'Alliance Brigadier General (Stormwind Visual)','','',0,80,80,2,55,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37549,0,0,0,0,0,30503,0,0,0,'Lumbering Abomination (1)','','',0,80,80,2,1771,0,2,1.42857,1,1,14450,19700,0,1,1.1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(35354,0,0,0,0,0,29308,0,0,0,'Concentrated Darkness (2)','','',0,82,82,2,2189,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,118,1,0,0,'',12340),(35353,0,0,0,0,0,29308,0,0,0,'Concentrated Darkness (1)','','',0,82,82,2,2189,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,106,1,0,0,'',12340),(35520,0,0,0,0,0,29546,0,0,0,'Memory of Archimonde (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(36863,0,0,0,0,0,30191,0,0,0,'Orc Mage','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35523,0,0,0,0,0,18699,0,0,0,'Memory of Delrissa (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(38599,0,0,0,0,0,30972,0,0,0,'Falric (1)','','',0,82,82,2,16,0,1.2,1.42857,1,1,18985,21794,0,1,1.1,1800,2000,1,832,2048,0,0,0,0,0,0,363,521,121,6,72,38599,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,47,1,1,0,0,0,0,0,0,0,147,1,617299839,2097153,'',12340),(38603,0,0,0,0,0,30973,0,0,0,'Marwyn (1)','','',0,82,82,2,16,0,1.2,1.42857,1,1,18985,21794,0,1,1.1,2000,2000,1,832,2048,0,0,0,0,0,0,363,521,121,6,72,38603,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,67,1,1,0,0,0,0,0,0,0,147,1,617299839,2097153,'',12340),(38524,0,0,0,0,0,30977,0,0,0,'Phantom Mage (1)','','',0,80,80,2,16,0,1,1.28571,1.25,1,6176,8407,0,1,1,0,2000,2,33555264,2048,0,0,0,0,0,0,341,506,80,6,72,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,10,1,0,0,0,0,0,0,0,133,1,8388624,0,'',12340),(38525,0,0,0,0,0,30978,0,0,0,'Spectral Footman (1)','','',0,80,80,2,16,0,1,1.28571,1.45,1,7283,9929,0,1,1,0,2000,1,33555264,2048,0,0,0,0,0,0,345,509,103,6,72,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,5,1,0,0,0,0,0,0,0,133,1,8388624,0,'',12340),(38563,0,0,0,0,0,30979,0,0,0,'Ghostly Priest (1)','','',0,80,80,2,16,0,1,1.28571,1.25,1,6014,8187,0,1,1,0,2000,2,33555264,2048,0,0,0,0,0,0,341,506,80,6,72,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,5,1,0,0,0,0,0,0,0,133,1,8388624,0,'',12340),(38544,0,0,0,0,0,30980,0,0,0,'Tortured Rifleman (1)','','',0,80,80,2,16,0,1,1.28571,1.25,1,6014,8187,0,1,1,0,2000,2,33555264,2048,0,0,0,0,0,0,341,506,80,6,72,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,5,1,0,0,0,0,0,0,0,133,1,8388624,0,'',12340),(38564,0,0,0,0,0,30981,0,0,0,'Shadowy Mercenary (1)','','',0,80,80,2,16,0,1,1.28571,1.25,1,5029,6856,0,1,1,1200,2000,1,33555264,2048,0,0,0,0,0,0,345,509,103,6,72,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,5,1,0,0,0,0,0,0,0,133,1,8388624,0,'',12340),(38568,0,0,0,0,0,30977,0,0,0,'Phantom Hallucination (1)','','',0,80,80,2,16,0,1,1.28571,1,1,6176,8407,0,1,1,0,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,10,1,0,0,0,0,0,0,0,133,1,8388624,0,'',12340),(37074,0,0,0,0,0,28918,0,0,0,'Argent Warhose TEST','','vehichleCursor',0,80,80,2,1770,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),(36864,0,0,0,0,0,30199,0,0,0,'Tauren Paladin','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37564,0,0,0,0,0,25942,0,0,0,'Spiteful Apparition (1)','','',0,80,80,2,16,0,1,1.14286,1,0,1,1,0,0,1,0,0,1,131072,2048,8,0,0,0,0,0,1,1,0,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.19048,1,1,0,0,0,0,0,0,0,0,1,33554432,0,'',12340),(36977,0,0,0,0,0,8409,0,0,0,'Soulbound Fire Elemental','','vehichleCursor',0,80,80,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,3715,0,0,0,0,0,113,1,0,0,'',12340),(37286,0,0,0,0,0,14797,14799,14798,14800,'Dun Baldar North Warmaster (3)','','',0,1,1,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36617,0,0,0,0,0,30233,0,0,0,'Corrupted Soul Fragment (1)','','',0,80,80,2,14,0,0.8,0.28571,1,1,422,586,0,642,13,2000,0,1,32768,2048,8,0,0,0,0,0,345,509,103,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.5,1,1,0,0,0,0,0,0,0,79,1,0,0,'',12340),(37643,0,0,0,0,0,25837,0,0,0,'Ymirjar Skycaller (1)','','',0,80,80,2,1885,0,1,1.42857,1,1,417,582,0,608,13,2000,0,2,32832,2048,8,0,0,0,0,0,341,506,80,7,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37565,0,0,0,0,0,22701,0,0,0,'Soul Horror (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,6,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'',0,3,1,7.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37627,0,0,0,0,0,30347,0,0,0,'Ick (1)','Krick\'s Minion','',0,82,82,2,21,0,1,1.14286,1,1,822,986,0,782,16,1500,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,104,37627,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,'',0,3,1,67,1,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),(37629,0,0,0,0,0,30331,0,0,0,'Krick (1)','','',0,80,80,0,21,0,1,1.14286,1,1,346,499,0,287,13,1500,0,8,33554496,2048,8,0,0,0,0,0,315,468,69,6,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,25,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),(37613,0,0,0,0,0,30843,0,0,0,'Forgemaster Garfrost (1)','','',0,82,82,2,2102,0,1,1.42857,1,1,822,986,0,782,16,2000,0,1,32832,2048,8,0,0,0,0,0,363,521,121,6,104,37613,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,30,1,0,49723,0,0,0,0,0,144,1,617299839,2097153,'',12340),(36938,0,0,0,0,0,30277,0,0,0,'Scourgelord Tyrannus (1)','','',0,82,82,2,14,0,2.5,1.50714,1,1,900,1000,0,300,19,2000,0,1,832,2048,8,0,0,0,0,0,363,521,121,7,0,36938,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,20,1,0,0,0,0,0,0,0,179,1,617299839,2097153,'',12340),(38220,0,0,0,0,0,27982,0,0,0,'Rimefang (1)','','',0,82,82,2,21,0,2,2,1,1,2174,2967,0,300,18,2000,2000,2,64,2048,0,0,0,0,0,0,360,520,91,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,550,10,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(37645,0,0,0,0,0,30368,30369,30370,30371,'Alliance Slave (1)','','',0,80,80,2,534,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,256,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37646,0,0,0,0,0,30372,30373,0,0,'Alliance Slave (1)','','',0,80,80,2,534,0,1,1.14286,1,1,417,582,0,608,13,2000,0,2,256,2048,8,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(37647,0,0,0,0,0,30374,30375,0,0,'Alliance Slave (1)','','',0,80,80,2,534,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,256,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37648,0,0,0,0,0,30376,30377,30379,30378,'Alliance Slave (1)','','',0,80,80,2,534,0,1,1.14286,1,1,346,499,0,287,13,0,0,8,256,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37649,0,0,0,0,0,30380,30381,30382,30383,'Horde Slave (1)','','',0,80,80,2,714,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,256,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37650,0,0,0,0,0,30384,30385,0,0,'Horde Slave (1)','','',0,80,80,2,714,0,1,1.14286,1,1,417,582,0,608,13,2000,0,2,256,2048,8,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37651,0,0,0,0,0,30386,30387,0,0,'Horde Slave (1)','','',0,80,80,2,714,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,256,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37652,0,0,0,0,0,30388,30389,30390,30391,'Horde Slave (1)','','',0,80,80,2,714,0,1,1.14286,1,1,346,499,0,287,13,2000,0,8,256,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37609,0,0,0,0,0,22196,0,0,0,'Deathwhisper Necrolyte (1)','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,1,346,499,0,287,13,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37638,0,0,0,0,0,30364,30365,30365,0,'Wrathbone Laborer (1)','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,21,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37644,0,0,0,0,0,26614,25244,0,0,'Ymirjar Wrathbringer (1)','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37612,0,0,0,0,0,30350,0,0,0,'Fallen Warrior (1)','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32768,2048,8,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37637,0,0,0,0,0,26919,0,0,0,'Wrathbone Coldwraith (1)','','',0,80,80,2,21,0,1,1.14286,1,1,417,582,0,608,13,2000,0,2,32832,2048,8,0,0,0,0,0,341,506,80,6,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,6,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(35524,0,0,0,0,0,26644,0,0,0,'Memory of Eck (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(37640,0,0,0,0,0,30363,0,0,0,'Wrathbone Skeleton (1)','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37635,0,0,0,0,0,23681,0,0,0,'Plagueborn Horror (1)','','',0,80,80,2,16,0,1,1.28968,1,1,422,586,0,642,13,1500,0,1,64,2048,8,0,0,0,0,0,345,509,103,6,104,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37656,0,0,0,0,0,9785,0,0,0,'Skeletal Slave (1)','','',0,80,80,0,21,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37622,0,0,0,0,0,26577,0,0,0,'Geist Ambusher (1)','','',0,80,80,2,1771,0,1,1.14286,1,1,417,582,0,608,13,2000,0,2,32832,2048,8,0,0,0,0,0,341,506,80,6,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,151,1,8388624,0,'',12340),(37118,0,0,0,0,0,30516,30886,0,0,'Elemental Stone','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37101,0,0,0,0,0,30511,0,0,0,'Horde Warbringer - Orgrimmar Appearance (DND)','','',0,80,80,2,1074,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37626,0,0,0,0,0,26742,0,0,0,'Iceborn Proto-Drake (1)','','',0,80,80,2,21,0,1.44444,1.5873,1,1,422,586,0,642,13,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,1,0,37626,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,560,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37641,0,0,0,0,0,27547,0,0,0,'Ymirjar Deathbringer (1)','','',0,80,80,2,1885,0,1,1.14286,1,1,417,582,0,608,13,2000,0,2,32832,2048,8,0,0,0,0,0,341,506,80,7,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37642,0,0,0,0,0,27009,26122,0,0,'Ymirjar Flamebearer (1)','','',0,80,80,2,21,0,2.8,1.42857,1,1,417,582,0,608,13,2000,0,2,32832,2048,8,0,0,0,0,0,341,506,80,6,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.5,8,1,0,0,0,0,0,0,0,154,1,8388624,0,'',12340),(37636,0,0,0,0,0,30403,0,0,0,'Stonespine Gargoyle (1)','','',0,80,80,2,21,0,2.7,1.14286,1,1,422,586,0,642,13,2000,0,1,576,2048,8,0,0,0,0,0,345,509,103,6,8,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,562,0,0,'',0,4,1,15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37639,0,0,0,0,0,30401,0,0,0,'Wrathbone Siegesmith (1)','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,1,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(36859,0,0,0,0,0,30197,0,0,0,'Dwarf Shaman','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36858,0,0,0,0,0,30194,0,0,0,'Dwarf Mage','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36857,0,0,0,0,0,30196,0,0,0,'Blood Elf Warrior','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37618,0,0,0,0,0,30683,0,0,0,'Gorkun Ironskull (1)','','',0,80,80,2,714,0,1,1.14286,1,1,422,586,0,642,13,0,0,1,578,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37567,0,0,0,0,0,30168,30169,30268,0,'Soulguard Animator (1)','Cult of the Damned','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,13,2000,0,2,64,2048,8,0,0,0,0,0,341,506,80,7,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'',0,3,1,10.5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37677,0,0,0,0,0,30148,0,0,0,'Devourer of Souls (1)','','',0,82,82,2,16,0,1.6,1.42857,1,1,822,986,0,782,16,2000,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,96,37677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9048,9048,'',0,3,1,67,1,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),(37568,0,0,0,0,0,30152,30151,30178,0,'Soulguard Reaper (1)','Cult of the Damned','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,13,2000,0,2,64,2048,8,0,0,0,0,0,341,506,80,7,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'',0,3,1,10.5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36498,0,0,0,0,0,30226,0,0,0,'Bronjahm (1)','Godfather of Souls','',0,82,82,2,16,0,2,1.42857,1,1,822,986,0,726,16,2000,0,2,32832,2048,8,0,0,0,0,0,360,520,91,7,104,36498,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9031,9031,'',0,3,1,67,67,1,0,0,0,0,0,0,0,151,1,650854271,2097153,'',12340),(37607,0,0,0,0,0,30697,0,0,0,'Gorkun Ironskull (1)','','',0,80,80,2,714,2,1,1.14286,1,1,422,586,0,642,13,0,0,1,320,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38249,0,0,0,0,0,24992,24995,24994,0,'Hungering Ghoul (1)','','',0,80,80,2,21,0,0.8,0.99206,1,1,422,586,0,642,13,2000,0,1,32768,2048,8,0,0,0,0,0,345,509,103,6,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38025,0,0,0,0,0,30848,30849,0,0,'Deathwhisper Shadowcaster (1)','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,1,346,499,0,287,13,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38026,0,0,0,0,0,30851,30850,0,0,'Deathwhisper Torturer (1)','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,1,346,499,0,287,13,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37731,0,0,0,0,0,30363,0,0,0,'Wrathbone Sorcerer (1)','','',0,80,80,2,1771,0,1,1.14286,1,1,346,499,0,287,13,2000,0,8,32768,2048,8,0,0,0,0,0,315,468,69,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37730,0,0,0,0,0,30363,0,0,0,'Wrathbone Reaver (1)','','',0,80,80,2,1771,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(36644,0,0,0,0,0,30271,0,0,0,'Ahmo Thunderhorn','','',0,10,10,0,104,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37569,0,0,0,0,0,30269,0,0,0,'Soulguard Watchman (1)','Cult of the Damned','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,6,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'',0,3,1,10.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(35654,0,0,0,0,0,17612,1126,0,0,'Anub\'arak (3)','','',0,1,1,0,35,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,1036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,94,1,8388624,0,'',12340),(35534,0,0,0,0,0,29558,0,0,0,'Memory of Ingvar (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(37036,0,0,0,0,0,5561,0,0,0,'Rippling Water Elemental','','',0,80,80,2,1932,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37292,0,0,0,0,0,13662,0,0,0,'Field Marshal Teravaine (3)','','',0,61,61,0,1216,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37296,0,0,0,0,0,782,0,0,0,'Frostwolf Bloodhound (3)','','',0,80,80,2,1214,0,1.26,1.14286,1,0,194,274,0,272,0.9,2000,2000,1,4096,2048,0,1,0,0,0,0,154,226,22,1,0,14282,0,14282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35528,0,0,0,0,0,29540,0,0,0,'Memory of Hakkar (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(36862,0,0,0,0,0,30193,0,0,0,'Night Elf Mage','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36861,0,0,0,0,0,30190,0,0,0,'Human Hunter','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36860,0,0,0,0,0,30201,0,0,0,'Gnome Priest','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37614,0,0,0,0,0,30672,0,0,0,'Martin Victus (1)','','',0,80,80,2,534,0,1,1.14286,1,1,422,586,0,642,13,0,0,1,578,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37302,0,0,0,0,0,12949,12950,12951,12952,'Frostwolf Legionnaire (3)','','',0,80,80,2,1214,0,1.26,1.14286,1,0,225,314,0,288,1,2000,2000,1,4096,2048,0,0,0,0,0,0,186,276,24,7,0,12051,12051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,524,'',1,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37606,0,0,0,0,0,30696,0,0,0,'Martin Victus (1)','','',0,80,80,2,35,2,1,1.14286,1,1,422,586,0,642,13,0,0,1,320,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37305,0,0,0,0,0,13385,0,0,0,'Frostwolf Quartermaster (3)','','',0,80,80,2,1215,131,1.26,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(35717,0,0,0,0,0,24996,24999,24997,0,'Risen Champion (1)','Black Knight\'s Minion','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,6,2000,0,1,0,2048,8,0,0,0,0,0,345,509,0,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37566,0,0,0,0,0,30240,30242,0,0,'Soulguard Adept (1)','Cult of the Damned','',0,80,80,2,16,0,1,1.14286,1,1,346,499,0,287,13,2000,0,8,64,2048,8,0,0,0,0,0,315,468,69,7,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'',0,3,1,10.5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37563,0,0,0,0,0,0,30283,0,0,'Spectral Warden (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,6,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'',0,3,1,21,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37608,0,0,0,0,0,30686,0,0,0,'Dark Ranger Kalira (1)','','',0,80,80,2,1770,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37624,0,0,0,0,0,30693,30694,30768,30769,'Coliseum Champion (1)','','',0,80,80,0,714,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37625,0,0,0,0,0,30688,30689,30690,30770,'Coliseum Champion (1)','','',0,80,80,0,714,0,1,1.14286,1,1,422,586,0,642,13,2000,0,2,32832,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37623,0,0,0,0,0,30692,30691,30766,30767,'Coliseum Champion (1)','','',0,80,80,0,714,0,1,1.14286,1,1,346,499,0,287,13,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37797,0,0,0,0,0,30687,0,0,0,'Dark Ranger Loralen (1)','','',0,80,80,2,1770,2,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36067,0,0,0,0,0,29024,0,0,0,'Marked Immortal Guardian (1)','','',0,82,82,2,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,31.5259,1,1,0,0,0,0,0,0,0,190,1,0,0,'',12340),(35529,0,0,0,0,0,29557,0,0,0,'Memory of Heigan (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(37604,0,0,0,0,0,30636,30637,30638,30773,'Coliseum Champion (1)','','',0,80,80,0,534,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37603,0,0,0,0,0,30633,30632,30774,30775,'Coliseum Champion (1)','','',0,80,80,0,35,0,1,1.14286,1,1,422,586,0,642,13,0,0,1,32832,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37605,0,0,0,0,0,30635,30634,30771,30772,'Coliseum Champion (1)','','',0,80,80,0,35,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,2,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37628,0,0,0,0,0,30685,0,0,0,'Archmage Koreln (1)','Kirin Tor','',0,80,80,2,1770,2,1,1.14286,1,1,346,499,0,287,13,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,30,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36804,0,0,0,0,0,31658,0,0,0,'Matt\'s Test Priest','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.8,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37809,0,0,0,0,0,30684,0,0,0,'Archmage Elandra (1)','Kirin Tor','',0,80,80,2,1770,0,1,1.14286,1,1,346,499,0,287,13,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,30,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36071,0,0,0,0,0,29971,0,0,0,'[DND] Argent Charger','','',0,1,2,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(35525,0,0,0,0,0,23428,0,0,0,'Memory of Entropius (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(37261,0,0,0,0,0,13837,13838,13839,13840,'Champion Reaver (3)','','',0,61,61,0,1214,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37270,0,0,0,0,0,13462,0,0,0,'Commander Dardosh <old> (3)','','',0,81,81,0,1214,1,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37276,0,0,0,0,0,13464,0,0,0,'Commander Mulfort (3)','','',0,81,81,0,1214,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37273,0,0,0,0,0,13465,0,0,0,'Commander Louis Philips (3)','','',0,81,81,0,1214,3,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37285,0,0,0,0,0,14793,14795,14794,14796,'Dun Baldar North Marshal (3)','','',0,81,81,2,1534,0,1.76,1.14286,1,1,252,357,0,304,13.8,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37289,0,0,0,12122,0,10278,0,0,0,'Duros (3)','','',0,81,81,2,1214,0,1,1.14286,1,1,218,327,0,82,7.5,1000,1000,1,4096,2048,0,0,0,0,0,0,174,262,66,1,0,0,0,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37299,0,0,0,0,0,13793,0,0,0,'Frostwolf Explosives Expert (3)','','',0,59,59,0,1214,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38267,0,0,0,0,0,30362,0,0,0,'Sindragosa (3)','Queen of the Frostbrood','',0,83,83,2,2068,0,3.5,2.28571,1,3,4673,6377,0,300,13,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,108,38267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1330000,1400000,'',0,5,1,3300,1,1,0,51027,0,0,0,0,0,261,1,650854271,2097153,'',12340),(38233,0,0,0,0,0,31124,0,0,0,'Bone Spike (1)','','',0,80,80,2,14,0,1.2,1,1,1,422,586,0,642,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'',0,3,1,5.1,1,1,0,0,0,0,0,0,0,0,0,652214271,2,'',12340),(38057,0,0,0,0,0,26919,0,0,0,'Servant of the Throne (1)','','',0,80,80,2,21,0,1,1.14286,1,1,710,967,0,300,13,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,6,0,38057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,25,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38058,0,0,0,0,0,30885,0,0,0,'Nerub\'ar Broodkeeper (1)','','',0,80,80,2,21,0,1,1.14286,1,1,759,1029,0,300,13,2000,2000,2,64,2048,0,0,0,0,0,0,341,506,80,6,0,38058,0,70215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,90,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38075,0,0,0,0,0,30323,30360,0,0,'Deathspeaker Servant (1)','Cult of the Damned','',0,82,82,2,312,0,3.2,1.71429,1,1,681,928,0,300,13,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,38075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,172,1,0,0,'',12340),(38073,0,0,0,0,0,30324,0,0,0,'Deathspeaker Disciple (1)','Cult of the Damned','',0,82,82,2,312,0,3.2,1.71429,1,1,492,671,0,300,13,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,6,72,38073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,172,1,8388624,0,'',12340),(38076,0,0,0,0,0,30326,30357,0,0,'Deathspeaker Zealot (1)','Cult of the Damned','',0,82,82,2,312,0,3.2,1.71429,1,1,2090,2850,0,300,13,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,38076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,10,1,0,0,0,0,0,0,0,172,1,0,0,'',12340),(38072,0,0,0,0,0,30327,30359,0,0,'Deathspeaker Attendant (1)','Cult of the Damned','',0,82,82,2,312,0,3.2,1.71429,1,1,565,771,0,300,13,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,38072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,172,1,0,0,'',12340),(38074,0,0,0,0,0,30343,0,0,0,'Deathspeaker High Priest (1)','Cult of the Damned','',0,82,82,2,16,0,3.2,1.71429,1,1,2614,3568,0,300,13,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,6,72,38074,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,215,10,1,0,0,0,0,0,0,0,172,1,8388624,0,'',12340),(35427,0,0,0,0,0,29489,0,0,0,'Horde Gunship Cannon (1)','','vehichleCursor',0,80,80,0,1735,16777216,1,1,1,1,252,357,0,304,13,2000,2000,1,16388,2048,8,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,68825,0,0,0,0,0,0,0,0,453,0,0,'',0,3,1,9.35979,1,1,0,0,0,0,0,0,0,0,0,344407930,0,'',12340),(38077,0,0,0,0,0,30352,0,0,0,'Risen Deathspeaker Servant (1)','','',0,82,82,2,312,0,3.2,1.71429,1,1,681,928,0,300,13,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,172,1,8388624,0,'',12340),(39168,0,0,0,38153,0,30721,0,0,0,'The Lich King (3)','','',0,83,83,2,974,0,2,1.71429,1,3,9000,10000,0,300,18,1500,0,1,512,2048,0,0,0,0,0,0,371,535,135,6,268435564,39168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1300000,1500000,'',0,3,1,7397,500,1,0,0,0,0,0,0,0,169,1,650854271,2097153,'',12340),(34476,0,0,0,0,0,29228,0,0,0,'Cheerful Forsaken Spirit','','',34435,60,60,0,68,3,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38157,0,0,0,0,0,30508,0,0,0,'Muradin Bronzebeard (1)','','',10875,83,83,2,84,1,1,1.71429,1,3,3503,4783,0,300,5,1500,2000,1,32768,0,0,0,0,0,0,0,345,509,103,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,350,1,1,0,0,0,0,0,0,0,164,1,650854271,2097152,'',12340),(38406,0,0,0,0,0,30598,30599,30600,30601,'Skybreaker Marine (1)','','',0,82,82,2,84,0,1,1.42857,1,1,3503,4783,0,300,1.25,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,16,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(38261,0,0,0,0,0,30606,30607,30608,0,'Skybreaker Sergeant (1)','','',0,82,82,2,84,0,1,1.42857,1,1,3503,4783,0,300,2.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,40,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(38408,0,0,0,0,0,30603,30604,30605,0,'Skybreaker Rifleman (1)','','',0,82,82,2,84,0,1,1.42857,1,1,488,642,0,782,13,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,16,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(35421,0,0,0,0,0,29734,0,0,0,'Glaive Thrower (1)','','vehichleCursor',0,80,80,0,1735,16777216,3.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,16384,2048,8,0,0,0,0,0,0,0,0,9,131080,0,0,0,0,0,0,0,0,0,68827,69515,0,0,0,0,0,0,0,447,0,0,'',0,3,1,6.55185,1,1,0,0,0,0,0,0,0,129,0,344407930,0,'',12340),(38407,0,0,0,0,0,30602,0,0,0,'Skybreaker Mortar Soldier (1)','','',0,82,82,2,84,0,1,1.42857,1,1,488,642,0,782,13,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,7,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(38082,0,0,0,0,0,30452,30450,0,0,'Skybreaker Protector (1)','','',0,82,82,2,84,0,1,1.14286,1,1,1354,1846,0,300,13,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,38082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38086,0,0,0,0,0,30453,30454,0,0,'Skybreaker Vindicator (1)','','',0,82,82,2,84,0,1,1.14286,1,1,1350,2000,0,300,13,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,72,38086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38079,0,0,0,0,0,30455,30457,0,0,'Skybreaker Dreadblade (1)','','',0,82,82,2,84,0,1,1.14286,1,1,1641,2236,0,300,13,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,38079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38031,0,0,0,0,0,30459,0,0,0,'Deathbound Ward (1)','','',0,82,82,2,1813,0,2,1.42857,1,1,1875,2557,0,300,13,1000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,6,72,38031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,400,1,1,0,0,0,0,0,0,0,381,1,8388624,256,'',12340),(38061,0,0,0,0,0,31092,0,0,0,'The Damned (1)','','',0,80,80,2,2209,0,1,1.14286,1,1,667,909,0,300,13,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,6,72,38061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,125,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38059,0,0,0,0,0,30616,30617,0,0,'Ancient Skeletal Soldier (1)','','',0,80,80,2,21,0,1,1.14286,1,1,1049,1430,0,300,13,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,6,0,38059,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38081,0,0,0,0,0,30463,0,0,0,'Skybreaker Luminary (1)','','',0,82,82,2,84,0,1,1.14286,1,1,1284,1754,0,300,13,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,72,38081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38078,0,0,0,0,0,30473,30465,0,0,'Skybreaker Assassin (1)','','',0,82,82,2,84,0,1,1.14286,1,1,1424,1944,0,300,13,2000,2000,4,32832,2048,0,0,0,0,0,0,363,521,121,7,72,38078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38085,0,0,0,0,0,30467,30468,0,0,'Skybreaker Vicar (1)','','',0,82,82,2,84,0,1,1.14286,1,1,1264,1723,0,300,13,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,38085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38083,0,0,0,0,0,30469,30470,0,0,'Skybreaker Sorcerer (1)','','',0,82,82,2,84,0,1,1.14286,1,1,1285,1752,0,300,13,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,38083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38080,0,0,0,0,0,30471,30472,0,0,'Skybreaker Hierophant (1)','','',0,82,82,2,84,0,1,1.14286,1,1,1005,1370,0,300,13,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,38080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38092,0,0,0,0,0,30482,30484,0,0,'Kor\'kron Reaver (1)','','',0,82,82,2,83,0,1,1.14286,1,1,1641,2236,0,300,13,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,38092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38091,0,0,0,0,0,30480,30481,0,0,'Kor\'kron Primalist (1)','','',0,82,82,2,83,0,1,1.14286,1,1,1005,1370,0,300,13,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,38091,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38090,0,0,0,0,0,30478,30479,0,0,'Kor\'kron Oracle (1)','','',0,82,82,2,83,0,1,1.14286,1,1,1284,1754,0,300,13,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,72,38090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38087,0,0,0,0,0,30474,30475,0,0,'Kor\'kron Defender (1)','','',0,82,82,2,83,0,1,1.14286,1,1,1354,1846,0,300,13,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,38087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38088,0,0,0,0,0,30476,30477,0,0,'Kor\'kron Invoker (1)','','',0,82,82,2,83,0,1,1.14286,1,1,1285,1752,0,300,13,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,38088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38096,0,0,0,0,0,30489,30490,0,0,'Kor\'kron Vanquisher (1)','','',0,82,82,2,83,0,1,1.14286,1,1,1350,2000,0,300,13,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,72,38096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38256,0,0,0,0,0,30609,30610,30611,0,'Skybreaker Sorcerer (1)','','',0,82,82,2,84,0,1,1.71429,1,1,463,640,0,726,13,2000,2000,2,32832,0,0,0,0,0,0,0,360,520,91,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,60,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(35415,0,0,0,0,0,27658,0,0,0,'Demolisher (1)','','vehichleCursor',0,80,80,0,35,16777216,1.2,0.98571,1,0,252,357,0,304,1,2000,2000,1,16384,2048,8,0,0,0,0,0,0,0,0,9,131080,0,0,0,0,0,0,0,0,0,67442,68068,0,0,0,0,0,0,0,509,0,0,'',0,3,1,10.8519,1,1,0,0,0,0,0,0,0,112,0,344407930,0,'',12340),(35407,0,0,0,0,0,29900,29901,29902,0,'Kor\'kron Guard (1)','','',0,80,80,0,83,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,8,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38097,0,0,0,0,0,30529,30528,0,0,'Skybreaker Marksman (1)','','',0,82,82,2,84,0,1,1.14286,1,1,1284,1754,0,300,13,2000,2000,2,32832,2048,0,0,0,0,0,0,1284,1754,300,7,72,38097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38093,0,0,0,0,0,30530,30531,0,0,'Kor\'kron Sniper (1)','','',0,82,82,2,83,0,1,1.14286,1,1,1284,1754,0,300,13,2000,2000,2,32832,2048,0,0,0,0,0,0,1284,1754,300,7,72,38093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38084,0,0,0,0,0,30535,30536,0,0,'Skybreaker Summoner (1)','','',0,82,82,2,84,0,1,1.14286,1,1,527,719,0,300,13,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,38084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38089,0,0,0,0,0,30532,30534,0,0,'Kor\'kron Necrolyte (1)','','',0,82,82,2,83,0,1,1.14286,1,1,527,719,0,300,13,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,38089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35401,0,0,0,0,0,29895,29896,29897,0,'7th Legion Infantry (1)','','',0,80,80,0,84,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,8,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38638,0,0,0,0,0,30416,0,0,0,'High Overlord Saurfang (3)','','',10954,83,83,2,83,1,1,1.71429,1,3,4670,6375,0,300,5,1500,2000,1,32768,0,0,0,0,0,0,0,371,535,135,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,500,1,1,0,0,0,0,0,0,0,164,1,650854271,2097152,'',12340),(35357,0,0,0,0,0,29352,0,0,0,'Concentrated Light (2)','','',0,82,82,2,2189,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,118,1,0,0,'',12340),(35310,0,0,0,0,0,29762,29763,0,0,'Argent Lightwielder (1)','','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,13,2400,0,2,2,2048,8,0,0,0,0,0,341,506,80,7,8,35309,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38444,0,0,0,0,0,30902,0,0,0,'Spire Frostwyrm (1)','','',0,82,82,2,16,0,1.2,0.95238,1,1,3481,4752,0,300,15,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,6,72,38444,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271134,271134,'',0,1,1,400,10,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(38128,0,0,0,0,0,31043,169,0,0,'The Skybreaker (1)','','',0,83,83,2,35,0,1,1.42857,1,3,509,683,0,805,70,2000,2000,1,0,0,0,0,0,0,0,0,371,535,135,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,98.9602,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'',12340),(38481,0,0,0,0,0,14696,0,0,0,'Spire Gargoyle (1)','','',0,82,82,2,2209,0,1,1.14286,1,1,1262,1723,0,300,13,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,6,72,38481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38445,0,0,0,0,0,30656,0,0,0,'Spire Minion (1)','','',0,82,82,2,2209,0,1,1.14286,1,1,1249,1705,0,300,13,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,6,72,38445,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38446,0,0,0,0,0,16206,0,0,0,'Frenzied Abomination (1)','','',0,82,82,2,2209,0,1,1.14286,1,1,2923,3985,0,300,13,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,6,72,38446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(35285,0,0,0,0,0,29736,0,0,0,'Argent Colt','','',0,48,49,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(35259,0,0,0,0,0,29728,29729,29730,29731,'Ghostly Scryer Celebrant','','',34435,65,65,1,1744,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36792,37658,0,0,0,0,30340,30341,30342,0,'[PH] Unused Quarry Overseer','Host of Suffering','',0,1,1,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(36757,0,0,0,0,0,25771,0,0,0,'Frostsworn Berserker','','',0,80,80,2,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35254,0,0,0,0,0,29717,29718,29720,29721,'Ghostly Dalaran Celebrant','','',34435,75,75,2,2007,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36679,0,0,0,0,0,30285,0,0,0,'Frostsworn Lieutenant','','',0,80,80,2,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38402,0,0,0,0,0,30790,0,0,0,'Deathbringer Saurfang (1)','','',0,83,83,2,974,0,1.6,1.42857,1,3,3503,4783,0,300,9.5,1000,2000,4,33588032,2048,0,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,'',0,3,1,2250,1,1,0,0,0,0,0,0,0,150,1,617299839,2097153,'',12340),(35251,0,0,0,0,0,29712,29711,0,0,'Ghostly Orc Celebrant','','',34435,1,1,0,29,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38393,0,0,0,0,0,30967,0,0,0,'Cult Fanatic (1)','Cult of the Damned','',0,82,82,2,21,0,1,1.14286,1,1,1708,2328,0,300,13,2000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,550109775,0,'',12340),(35156,0,0,0,0,0,29628,0,0,0,'Jade Panda','','',0,1,1,0,188,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(38394,0,0,0,0,0,30965,0,0,0,'Cult Adherent (1)','','',0,82,82,2,21,0,1,1.14286,1,1,862,1176,0,300,13,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,550109775,0,'',12340),(35067,0,0,0,0,0,29568,0,0,0,'Imp in a Bottle','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35032,35540,0,0,0,0,25840,0,0,0,'Memory of Thunderaan','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),(36542,0,0,0,0,0,30171,0,0,0,'Unstable Healing Stream Totem','','',0,60,60,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36532,0,0,0,0,0,30166,0,0,0,'Unstable Searing Totem','','',0,10,10,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36483,0,0,0,0,0,30518,0,0,0,'Little White Stallion','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(34971,0,0,0,0,0,29499,0,0,0,'Hotoro','Battlemaster','',0,1,1,0,83,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36301,0,0,0,0,0,1913,0,0,0,'Zhaagrym (1)','','',0,80,80,2,16,0,1,1.14286,1,0,417,582,0,608,4,0,0,2,0,2048,8,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,10,1,0,0,0,0,0,0,0,121,1,1,1048577,'',12340),(36215,0,0,0,0,0,27658,0,0,0,'Schweitzermobile','','vehichleCursor',0,70,70,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,131080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14.8148,1,1,0,0,0,0,0,0,0,112,1,0,0,'',12340),(35983,0,0,0,0,0,29695,0,0,0,'[DNT] Test Dragonhawk','','',0,80,80,2,2129,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,30,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),(34895,0,0,0,0,0,17572,0,0,0,'Jend Jow (Test)','Battlemaster','',0,61,61,0,1638,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35559,0,0,0,0,0,29846,0,0,0,'The Black Knight (1)','','',0,80,80,2,14,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(35543,0,0,0,0,0,29541,0,0,0,'Memory of Vek\'nilash (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(35537,0,0,0,0,0,29543,0,0,0,'Memory of Malchezaar (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(38596,0,0,0,0,0,31107,31163,31164,0,'Blood Beast (1)','','',0,82,82,2,16,0,1,1.14286,1,1,990,1350,0,300,9.5,1000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.75,1,1,0,0,0,0,0,0,0,100,1,550179615,0,'',12340),(38398,0,0,0,0,0,30968,0,0,0,'Reanimated Fanatic (1)','Cult of the Damned','',0,82,82,2,21,0,1,1.14286,1,1,1708,2328,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,550175327,0,'',12340),(38396,0,0,0,0,0,30965,0,0,0,'Empowered Adherent (1)','','',0,82,82,2,21,0,1,1.14286,1,1,862,1176,0,300,13,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,550175327,0,'',12340),(38586,0,0,0,0,0,30881,0,0,0,'Professor Putricide (3)','','',0,83,83,2,14,0,1.2,1.71429,1,3,4673,6377,0,300,13,1500,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,6,108,38586,0,0,0,0,0,0,0,0,70346,71968,71617,0,0,0,0,0,0,587,400000,500000,'',0,3,1,3600,1,1,0,0,0,0,0,0,0,165,1,650854271,2097153,'',12340),(38550,0,0,0,0,0,31005,0,0,0,'Rotface (3)','','',0,83,83,2,14,0,1,1.5873,1,3,5261,7172,0,300,13,0,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,108,38550,0,0,0,0,0,0,0,0,69789,69508,69674,0,0,0,0,0,0,0,400000,500000,'',0,3,1,3400,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),(37506,0,0,0,0,0,31006,0,0,0,'Festergut (3)','','',0,83,83,2,21,0,1,1.5873,1,3,5875,8010,0,300,13,0,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,108,37506,0,0,0,0,0,0,0,0,70138,69165,69195,69279,0,0,0,0,0,0,175000,225000,'',0,3,1,3750,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),(37655,0,0,0,0,0,25218,0,0,0,'Decaying Colossus (1)','','',0,80,80,2,21,0,1.65,1.14286,1,1,5193,7079,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,37655,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,450,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38138,0,0,0,0,0,12349,0,0,0,'Little Ooze (1)','','',0,82,82,0,2068,0,1,1.14286,1,1,300,400,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,750,1,1,0,0,0,0,0,0,0,0,1,650854271,2097408,'',12340),(38123,0,0,0,0,0,30491,0,0,0,'Big Ooze (1)','','',0,82,82,2,14,0,1,0.57143,1,1,1263,1722,0,300,18,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,900,1,1,0,0,0,0,0,0,0,80,1,650854271,2097152,'',12340),(38108,0,0,0,0,0,15961,0,0,0,'Blighted Abomination (1)','','',0,80,80,2,21,0,1,1.14286,1,1,1613,2200,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,524392,38108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,225,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38062,0,0,0,0,0,31020,31022,0,0,'Plague Scientist (1)','','',0,80,80,2,21,0,1,1.14286,1,1,1020,1388,0,300,13,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,72,38062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,65,10,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),(38064,0,0,0,0,0,30483,0,0,0,'Stinky (1)','','',0,80,80,2,21,0,1,1.71429,1,1,1538,2097,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,38064,0,70214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,700,2,1,0,0,0,0,0,0,0,164,1,650854271,2097153,'',12340),(38063,0,0,0,0,0,26577,0,0,0,'Vengeful Fleshreaper (1)','','',0,80,80,2,21,0,1,1.5,1,1,665,905,0,300,13,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,38063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,151,1,8388624,0,'',12340),(38418,0,0,0,0,0,24991,0,0,0,'Val\'kyr Herald (1)','','',0,80,80,2,21,0,1,1.14286,1,1,2836,3867,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,38418,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,220,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),(38103,0,0,0,0,0,30483,0,0,0,'Precious (1)','','',0,80,80,2,21,0,1,1.71429,1,1,1400,1909,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,38103,0,70214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,700,2,1,0,0,0,0,0,0,0,164,1,650854271,2097153,'',12340),(38602,0,0,0,0,0,30707,0,0,0,'Gas Cloud (1)','','',0,82,82,0,14,0,1,1.15,1,0,200,300,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,280,1,1,0,0,0,0,0,0,0,133,1,650854271,2097408,'',12340),(38098,0,0,0,0,0,25468,0,0,0,'Darkfallen Advisor (1)','','',0,82,82,2,16,0,1,1.14286,1,1,1263,1722,0,300,13,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,6,72,38098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38100,0,0,0,0,0,31025,31026,0,0,'Darkfallen Blood Knight (1)','The San\'layn','',0,82,82,2,16,0,1,1.14286,1,1,1263,1722,0,300,13,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,6,72,38100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,120,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38102,0,0,0,0,0,31028,31029,0,0,'Darkfallen Commander (1)','The San\'layn','',0,82,82,2,16,0,1,1.14286,1,1,1263,1722,0,300,13,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,6,72,38102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,160,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38480,0,0,0,0,0,31033,31034,31035,31036,'Darkfallen Noble (1)','The San\'layn','',0,82,82,2,16,0,1,1.14286,1,1,1263,1722,0,300,13,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,6,72,38480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,120,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38099,0,0,0,0,0,30713,31023,31024,0,'Darkfallen Archmage (1)','The San\'layn','',0,82,82,2,16,0,1,1.14286,1,1,1263,1722,0,300,13,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,6,72,38099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,120,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38101,0,0,0,0,0,31030,31031,0,0,'Darkfallen Lieutenant (1)','The San\'layn','',0,82,82,2,16,0,1,1.14286,1,1,1263,1722,0,300,13,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,6,72,38101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,160,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38479,0,0,0,0,0,31037,31038,0,0,'Darkfallen Tactician (1)','The San\'layn','',0,82,82,2,16,0,1,1.14286,1,1,1263,1722,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,360,523,79,6,72,38479,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,160,0,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38604,0,0,0,0,0,30491,0,0,0,'Volatile Ooze (1)','','',0,82,82,0,14,0,2,1.28571,1,0,200,300,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,280,1,1,0,0,0,0,0,0,0,135,1,650854271,2097408,'',12340),(38312,0,0,0,0,0,7470,5990,513,0,'Flesh-eating Insect (1)','','',0,75,75,2,16,0,1,1.14286,1,0,710,967,0,300,2,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38600,0,0,0,0,0,19110,0,0,0,'Vampiric Fiend (1)','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35110,0,0,0,0,0,28927,0,0,0,'Argent Coliseum PTR Anub\'arak Master','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35107,0,0,0,0,0,28927,0,0,0,'Argent Coliseum PTR Eredar Master','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35087,0,0,0,0,0,29600,0,0,0,'Malynea Skyreaver','','',10641,15,15,0,1735,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38297,0,0,0,0,0,30893,0,0,0,'Lady Deathwhisper (3)','','',0,83,83,2,21,0,1,1.14286,1,3,3796,5169,0,300,13,2000,2000,8,32768,2048,0,0,0,0,0,0,365,542,84,6,76,38297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2400,1500,1,0,0,0,0,0,0,0,0,1,617299839,2097409,'',12340),(37959,0,0,0,0,0,31119,0,0,0,'Lord Marrowgar (3)','','',0,83,83,2,21,0,1,1.21429,1,3,3923,5349,0,300,13,1000,2000,1,32832,2048,0,0,0,0,0,0,371,535,135,6,108,37959,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250000,300000,'',0,3,1,2250,1,1,0,0,0,0,0,0,0,130,1,617299839,2097153,'',12340),(38399,0,0,0,0,0,30857,0,0,0,'Prince Keleseth (1)','','',0,83,83,2,16,0,1.6,1.42857,1,3,3700,5045,0,300,13,0,2000,1,536903744,2048,8,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1620,1,1,0,0,0,0,0,0,0,150,0,650854271,2097153,'',12340),(38400,0,0,0,0,0,30856,0,0,0,'Prince Taldaram (1)','','',0,83,83,2,16,0,1.6,1.42857,1,3,3700,5045,0,300,13,0,2000,1,536903744,2048,8,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1620,1,1,0,0,0,0,0,0,0,150,0,650854271,2097153,'',12340),(38105,0,0,0,0,0,10976,10975,5432,5265,'Plagued Zombie (1)','','',0,80,80,2,233,0,1,1.14286,1,1,250,350,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,3,1,0,0,0,0,0,0,0,80,1,8388624,0,'',12340),(36075,0,0,0,0,0,29975,0,0,0,'[DND] White Stallion','','',0,1,2,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(34889,0,0,0,0,0,25773,25775,0,0,'[PH] Goss Test NPC','','',0,68,69,2,1885,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35653,0,0,0,0,0,17612,1126,0,0,'Anub\'arak (2)','','',0,1,1,0,35,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,1036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,94,1,8388624,0,'',12340),(34827,0,0,0,0,0,28927,0,0,0,'Argent Coliseum PTR Beast Master','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34709,0,0,0,0,0,29362,0,0,0,'Silver Riding Dragonhawk','','',0,40,40,0,2091,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34580,0,0,0,0,0,29275,0,0,0,'Venomhide Hatchling (1.50)','','',0,5,5,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38419,0,0,0,0,0,12432,0,0,0,'Severed Essence (1)','','',0,80,80,2,16,0,1,1.14286,1,1,470,641,0,300,13,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38775,0,0,0,0,0,31095,0,0,0,'Kinetic Bomb (1)','','',0,82,82,2,14,0,0.8,0.28571,1,1,488,642,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.074179,1,1,0,0,0,0,0,0,0,64,1,650854271,2097152,'',12340),(37131,0,0,0,0,0,24653,0,0,0,'Mirror Image Bug Test','','',0,80,80,2,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),(36910,0,0,0,0,0,30402,0,0,0,'Zipao Tiger','','',0,1,1,0,188,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(36867,0,0,0,0,0,30198,0,0,0,'Undead Hunter','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36380,0,0,0,0,0,7929,0,0,0,'Buff Hardback','','',0,80,80,0,534,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36358,0,0,0,0,0,30080,0,0,0,'Flame Turret (1)','','Gunner',0,80,80,0,1735,16777216,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,2,2048,0,0,0,0,0,0,0,0,0,9,262184,0,0,0,0,0,0,0,0,0,66183,68832,0,0,0,0,0,0,0,436,0,0,'',0,3,1,15.9116,1,1,0,0,0,0,0,0,0,121,0,344407930,0,'',12340),(36351,0,0,0,0,0,7866,0,0,0,'Slab Bulkhead','Banker','',0,80,80,0,534,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35720,0,0,0,0,0,29793,0,0,0,'Narrhok Steelbreaker (3)','Warrior','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,20,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,10,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35586,0,0,0,0,0,22471,0,0,0,'Argent Hippogryph (Herald Mount)','','',0,40,40,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(38395,0,0,0,0,0,22124,0,0,0,'Deformed Fanatic (1)','Cult of the Damned','',0,82,82,2,21,0,0.5,0.57143,1,1,1708,2328,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,84,1,550175327,0,'',12340),(38404,0,0,0,0,0,30750,30751,30752,0,'Kor\'kron Reaver (1)','','',0,82,82,2,83,0,1,1.42857,1,1,3503,4783,0,300,1.25,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,16,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(38262,0,0,0,0,0,30745,30746,30747,0,'Kor\'kron Sergeant (1)','','',0,82,82,2,83,0,1,1.42857,1,1,3503,4783,0,300,2.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,40,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(38403,0,0,0,0,0,30739,30740,0,0,'Kor\'kron Axethrower (1)','','',0,82,82,2,83,0,1,1.42857,1,1,488,642,0,782,13,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,16,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(37063,0,0,0,0,0,3167,5446,0,0,'Stormwind City Guard','','',0,80,80,2,11,0,1.01,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(38405,0,0,0,0,0,30748,30749,0,0,'Kor\'kron Rocketeer (1)','','',0,82,82,2,83,0,1,1.42857,1,1,488,642,0,782,13,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,7,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(38095,0,0,0,0,0,30487,30488,0,0,'Kor\'kron Templar (1)','','',0,82,82,2,83,0,1,1.14286,1,1,1264,1723,0,300,13,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,7,72,38095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38257,0,0,0,0,0,30741,30742,30743,30744,'Kor\'kron Battle-Mage (1)','','',0,82,82,2,83,0,1,1.42857,1,1,463,640,0,726,13,2000,2000,2,32832,0,0,0,0,0,0,0,360,520,91,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,60,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(36966,0,0,0,0,0,7804,0,0,0,'[DND] Town Bunny','','',0,40,40,2,1932,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,212,1,0,0,'',12340),(36963,0,0,0,0,0,171,0,0,0,'[PH] Scaling Earth Elemental','','',0,40,40,0,1932,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36605,0,0,0,0,0,27769,0,0,0,'Unstable Lightwell','','',0,80,80,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36556,0,0,0,0,0,30173,0,0,0,'Unstable Wrath of Air Totem','','',0,67,67,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35244,0,0,0,0,0,29699,29700,0,0,'Ghostly Forsaken Celebrant','','',34435,1,1,0,68,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35228,0,0,0,0,0,21955,11686,0,0,'Invisible Burrowed Jormungar','','',0,80,80,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(36550,0,0,0,0,0,30172,0,0,0,'Unstable Stoneskin Totem','','',0,75,75,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38174,0,0,0,0,0,30318,0,0,0,'Valithria Dreamwalker (1)','','',0,83,83,2,1665,0,1,1.14286,1,3,509,683,0,805,70,2000,2000,1,536870912,2048,8,0,0,0,0,0,371,535,135,2,67113036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2581.57,1,1,0,0,0,0,0,0,0,0,0,650854271,2097153,'',12340),(38169,0,0,0,0,0,22773,0,0,0,'Blazing Skeleton (1)','','',0,83,83,2,16,0,1,1.14286,1,1,3507,4781,0,300,7,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18,20,1,0,0,0,0,0,0,0,0,1,550189887,0,'',12340),(38197,0,0,0,0,0,26194,0,0,0,'Nerub\'ar Champion (1)','','',0,80,80,2,21,0,2,1.14286,1,1,710,967,0,300,13,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,6,0,38197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,80,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38198,0,0,0,0,0,31050,0,0,0,'Nerub\'ar Webweaver (1)','','',0,80,80,2,21,0,2,1.14286,1,1,710,967,0,300,13,2000,2000,2,33555200,2048,0,0,0,0,0,0,341,506,80,6,0,38198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,60,12,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(34437,0,0,0,0,0,19350,0,0,0,'Isle of Conquest Battlemaster','','',0,61,61,1,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38219,0,0,0,0,0,27982,0,0,0,'Spinestalker (1)','','',0,82,82,2,21,0,2,2,1,1,2174,2967,0,300,18,2000,2000,2,64,2048,0,0,0,0,0,0,360,520,91,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,550,10,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(38171,0,0,0,0,0,25592,0,0,0,'Suppresser (1)','','',0,83,83,2,16,0,1,0.992063,1,1,3507,4781,0,300,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,550189855,0,'',12340),(38167,0,0,0,0,0,7919,0,0,0,'Risen Archmage (1)','','',0,83,83,2,16,0,1,1.14286,1,1,1379,1884,0,300,14,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,0,1,550189887,0,'',12340),(38166,0,0,0,0,0,7858,0,0,0,'Gluttonous Abomination (1)','','',0,83,83,2,16,0,1,1.14286,1,1,3507,4781,0,300,11,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,65,1,1,0,0,0,0,0,0,0,0,1,550189887,0,'',12340),(38168,0,0,0,0,0,12346,0,0,0,'Rot Worm (1)','','',0,83,83,2,16,0,1,1.14286,1,1,500,700,0,0,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38170,0,0,0,0,0,22124,0,0,0,'Blistering Zombie (1)','','',0,83,83,2,16,0,1,0.714286,1,1,3507,4781,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,94,1,550189887,0,'',12340),(36545,0,0,0,0,0,25152,0,0,0,'Unstable Water Elemental','','',0,80,80,1,16,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,212,1,0,0,'',12340),(35533,0,0,0,0,0,29547,0,0,0,'Memory of Illidan (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(34482,0,0,0,0,0,29234,0,0,0,'Cheerful Troll Spirit','','',34435,60,60,0,126,3,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38397,0,0,0,0,0,30966,0,0,0,'Reanimated Adherent (1)','','',0,82,82,2,21,0,1,1.14286,1,1,862,1176,0,300,13,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,550175327,0,'',12340),(38298,0,0,0,0,0,30907,0,0,0,'Captain Arnath (1)','','',0,81,81,2,2131,0,1,1.14286,1,1,464,604,0,300,13,1500,2000,2,0,2048,0,0,0,0,0,0,351,511,86,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38299,0,0,0,0,0,30908,0,0,0,'Captain Brandon (1)','','',0,81,81,2,2131,0,1,1.14286,1,1,464,604,0,300,13,1500,2000,2,0,2048,0,0,0,0,0,0,351,511,86,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38303,0,0,0,0,0,30909,0,0,0,'Captain Grondel (1)','','',0,81,81,2,2131,0,1,1.14286,1,1,464,604,0,300,13,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38304,0,0,0,0,0,30910,0,0,0,'Captain Rupert (1)','','',0,81,81,2,2131,0,1,1.14286,1,1,464,604,0,300,13,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38258,0,0,0,0,0,30521,0,0,0,'Sister Svalna (1)','','',0,82,82,1,2209,0,1.6,2.28571,1,1,3000,3500,0,300,13,2000,2000,2,64,2048,0,0,0,0,0,0,360,520,91,6,96,37126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,5,600,20,1,0,0,0,0,0,0,0,200,1,650854271,2097152,'',12340),(38126,0,0,0,0,0,27548,0,0,0,'Ymirjar Frostbinder (1)','','',0,80,80,2,2209,0,1,1.14286,1,1,666,909,0,300,13,2000,2000,8,32832,2048,0,0,0,0,0,0,315,468,69,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,140,1,1,0,0,0,0,0,0,0,0,1,32,2097152,'',12340),(38000,0,0,0,0,0,30911,0,0,0,'Crok Scourgebane (1)','Grand Champion of the Ebon Blade','',0,83,83,2,2214,0,1,1.14286,1,1,509,683,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38132,0,0,0,0,0,27549,0,0,0,'Ymirjar Battle-Maiden (1)','','',0,80,80,2,2209,0,1.2,1.14286,1,1,666,909,0,300,13,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,0,2097152,'',12340),(38133,0,0,0,0,0,26623,0,0,0,'Ymirjar Warlord (1)','','',0,80,80,2,2209,0,1,1.42857,1,1,666,909,0,300,13,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,160,1,1,0,0,0,0,0,0,0,0,1,0,2097152,'',12340),(38131,0,0,0,0,0,25771,0,0,0,'Ymirjar Huntress (1)','','',0,80,80,2,2209,0,1,1.28571,1,1,615,837,0,300,13,2000,2000,2,32832,2048,0,0,0,0,0,0,615,837,300,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,2097152,'',12340),(36135,0,0,0,0,0,27769,0,0,0,'Fountain of Light (1)','','',0,80,80,0,16,0,1,0.992063,1,0,1,1,0,1,1,0,0,1,131076,2048,8,0,0,0,0,0,1,1,1,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.75,1,1,0,0,0,0,0,0,0,0,0,650854271,2097154,'',12340),(38185,0,0,0,0,0,25242,0,0,0,'Corrupted Ymirjar (1)','','',0,80,80,2,2209,0,1,1.14286,1,1,215,257,0,300,13,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),(38204,0,0,0,0,0,30989,0,0,0,'Big Love Rocket','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(37882,0,0,0,0,0,1126,11686,0,0,'The Frozen Throne','','',0,80,80,0,14,0,1,1.14286,1,0,1,2,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,1,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38362,0,0,0,0,0,30597,0,0,0,'Nerub\'ar Broodling (1)','','',0,80,80,2,21,0,1.85,1.14286,1,0,828,1127,0,300,2,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,3,1,1,0,0,0,0,0,0,0,127,1,8388624,0,'',12340),(35540,0,0,0,0,0,25840,0,0,0,'Memory of Thunderaan (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(34515,0,0,0,0,0,28611,0,0,0,'XT-005 Debugger','','',0,83,83,2,16,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,32876,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,430.262,1,1,0,0,0,0,0,0,0,321,1,0,0,'',12340),(37304,0,0,0,0,0,13817,13818,13819,13820,'Frostwolf Outrunner (3)','','',0,76,76,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37301,0,0,0,0,0,12080,0,0,0,'Frostwolf Herald (3)','','',0,80,80,0,1335,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,19.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37295,0,0,0,0,0,14320,14321,14323,14325,'Frostwolf Battleguard (3)','','',0,81,81,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37291,0,0,0,0,0,14797,14799,14798,14800,'East Frostwolf Warmaster (3)','','',0,81,81,2,1214,0,1.76,1.14286,1,1,252,357,0,304,51.4,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,26,7,0,14772,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37260,0,0,0,0,0,13686,13687,13688,13689,'Champion Ranger (3)','','',0,76,76,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37269,0,0,0,0,0,13330,13331,13540,13537,'Coldmine Surveyor (3)','','',0,80,80,2,1214,2,1.74,1.14286,1,0,186,260,0,262,1.1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,21,7,0,13097,13097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.52,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37275,0,0,0,0,0,13446,0,0,0,'Commander Mortimer (3)','','',0,81,81,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37272,0,0,0,0,0,13450,0,0,0,'Commander Karl Philips (3)','','',0,81,81,1,1216,3,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37284,0,0,0,0,0,13409,0,0,0,'Druid of the Grove (3)','','',5141,81,81,2,1216,1,1.78,1.14286,1,1,234,331,0,286,7.8,2000,2000,2,4160,2048,0,0,0,0,0,0,198,295,24,7,0,13443,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1656,1656,'',1,3,1,10.4,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37288,0,0,0,0,0,14797,14799,14798,14800,'Dun Baldar South Warmaster (3)','','',0,80,80,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37298,0,0,0,0,0,15243,15244,15245,15246,'Frostwolf Emissary (3)','','',6484,55,55,0,1215,1048577,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38266,0,0,0,0,0,30362,0,0,0,'Sindragosa (2)','Queen of the Frostbrood','',0,83,83,2,2068,0,3.5,2.28571,1,3,6506,8877,0,300,7,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,108,38266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1330000,1400000,'',0,5,1,1000,1,1,0,51026,0,0,0,0,0,261,1,650854271,2097153,'',12340),(38459,0,0,0,0,0,31124,0,0,0,'Bone Spike (2)','','',0,80,80,2,14,0,1.2,1,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'',0,3,1,9,1,1,0,0,0,0,0,0,0,0,0,652214271,2,'',12340),(39167,0,0,0,38153,0,30721,0,0,0,'The Lich King (2)','','',0,83,83,2,974,0,2,1.71429,1,3,9000,10000,0,300,10,1500,0,1,512,2048,0,0,0,0,0,0,371,535,135,6,268435564,39167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1300000,1500000,'',0,3,1,2112.5,500,1,0,0,0,0,0,0,0,169,1,650854271,2097153,'',12340),(34435,0,0,0,0,0,29226,0,0,0,'Cheerful Human Spirit','','',34435,60,60,0,12,3,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38639,0,0,0,0,0,30508,0,0,0,'Muradin Bronzebeard (2)','','',10875,83,83,2,84,1,1,1.71429,1,3,6507,8883,0,300,3,1500,2000,1,32768,0,0,0,0,0,0,0,345,509,103,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,350,1,1,0,0,0,0,0,0,0,164,1,650854271,2097152,'',12340),(38685,0,0,0,0,0,30598,30599,30600,30601,'Skybreaker Marine (2)','','',0,82,82,2,84,0,1,1.42857,1,1,6507,8883,0,300,0.75,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11.2,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(38691,0,0,0,0,0,30606,30607,30608,0,'Skybreaker Sergeant (2)','','',0,82,82,2,84,0,1,1.42857,1,1,6507,8883,0,300,1.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,28,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(38689,0,0,0,0,0,30603,30604,30605,0,'Skybreaker Rifleman (2)','','',0,82,82,2,84,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11.2,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(35419,0,0,0,0,0,29642,0,0,0,'Glaive Thrower (1)','','vehichleCursor',0,80,80,0,1732,16777216,3.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,16384,2048,8,0,0,0,0,0,0,0,0,9,131080,0,0,0,0,0,0,0,0,0,68827,69515,0,0,0,0,0,0,0,447,0,0,'',0,3,1,6.55185,1,1,0,0,0,0,0,0,0,129,0,344407930,0,'',12340),(38687,0,0,0,0,0,30602,0,0,0,'Skybreaker Mortar Soldier (2)','','',0,82,82,2,84,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4.9,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(34434,0,0,0,0,0,29227,0,0,0,'ELM Daze Target','','',0,80,80,0,1683,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,5,262152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34428,0,0,0,0,0,17192,0,0,0,'MiniZep','','',0,1,1,0,1616,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.43902,1.66667,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(38693,0,0,0,0,0,30609,30610,30611,0,'Skybreaker Sorcerer (2)','','',0,82,82,2,84,0,1,1.71429,1,1,463,640,0,726,7.5,2000,2000,2,32832,0,0,0,0,0,0,0,360,520,91,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,21,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(35413,0,0,0,0,0,23884,0,0,0,'Catapult (1)','','vehichleCursor',0,80,80,0,35,16777216,2.8,2.42857,1,0,252,357,0,304,1,2000,2000,4,16384,2048,8,0,0,0,0,0,0,0,0,9,393256,0,0,0,0,0,0,0,0,0,66218,66296,0,0,0,0,0,68362,0,438,0,0,'',0,3,1,3.25556,1,1,0,0,0,0,0,0,0,207,0,344407930,0,'',12340),(35405,0,0,0,0,0,29899,0,0,0,'Overlord Agmar (1)','','',0,81,81,0,83,0,1,1.14286,1,1,299,426,0,308,13,2000,2000,1,0,2048,8,0,0,0,0,0,0,0,0,7,4168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,145.666,1,1,0,0,0,0,0,0,0,0,1,344407930,0,'',12340),(35362,0,0,0,0,0,29794,0,0,0,'Relentless Gladiator\'s Frost Wyrm','','',0,10,10,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(38637,0,0,0,0,0,30416,0,0,0,'High Overlord Saurfang (2)','','',10954,83,83,2,83,1,1,1.71429,1,3,6507,8883,0,300,3,1500,2000,1,32768,0,0,0,0,0,0,0,371,535,135,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,350,1,1,0,0,0,0,0,0,0,164,1,650854271,2097152,'',12340),(35356,0,0,0,0,0,29352,0,0,0,'Concentrated Light (1)','','',0,82,82,2,2189,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,106,1,0,0,'',12340),(35308,0,0,0,0,0,29760,29761,0,0,'Argent Priestess (1)','','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,13,2400,0,2,2,2048,8,0,0,0,0,0,341,506,80,7,8,35307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,12,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38699,0,0,0,0,0,31043,169,0,0,'The Skybreaker (2)','','',0,83,83,2,35,0,1,1.42857,1,3,509,683,0,805,35,2000,2000,1,0,0,0,0,0,0,0,0,371,535,135,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,56.9021,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'',12340),(35261,0,0,0,0,0,29733,0,0,0,'Cheerful Scryer Spirit','','',34435,70,70,1,1744,3,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35258,0,0,0,0,0,29723,29724,29725,29726,'Ghostly Aldor Celebrant','','',34435,65,65,1,1743,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36769,0,0,0,0,0,25797,0,0,0,'Frostsworn Marksman','','',0,80,80,2,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36737,0,0,0,0,0,1126,14501,0,0,'Invisible Stalker','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(35253,0,0,0,0,0,29716,29715,0,0,'Ghostly Troll Celebrant','','',34435,1,1,0,126,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36677,0,0,0,0,0,14699,0,0,0,'Skeletal Miner (Cosmetic)','','',0,80,80,0,2135,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38582,0,0,0,0,0,30790,0,0,0,'Deathbringer Saurfang (2)','','',0,83,83,2,974,0,1.6,1.42857,1,3,6507,8883,0,300,5,1000,2000,4,33588032,2048,0,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,'',0,3,1,882,1,1,0,0,0,0,0,0,0,150,1,617299839,2097153,'',12340),(35249,0,0,0,0,0,29708,29707,0,0,'Ghostly Human Celebrant','','',34435,1,1,0,12,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38628,0,0,0,0,0,30967,0,0,0,'Cult Fanatic (2)','Cult of the Damned','',0,82,82,2,21,0,1,1.14286,1,1,3172,4324,0,300,7,2000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,550109775,0,'',12340),(35155,0,0,0,0,0,24392,0,0,0,'Mana Spirit','','',0,1,1,0,188,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38625,0,0,0,0,0,30965,0,0,0,'Cult Adherent (2)','','',0,82,82,2,21,0,1,1.14286,1,1,1600,2184,0,300,7,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,14,1,0,0,0,0,0,0,0,0,1,550109775,0,'',12340),(35066,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Alliance Fireworks NOT USED','','',0,75,75,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35018,0,0,0,0,0,1126,11686,0,0,'Stalker Koralon','','',0,80,80,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,602,1,0,128,'',12340),(36537,0,0,0,0,0,1127,0,0,0,'Unstable Earth Elemental [mini]','','',0,80,80,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,212,1,0,0,'',12340),(36510,0,0,0,0,0,14501,0,0,0,'Durotar Sand Vortex','','',0,60,60,0,114,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,84,1,0,0,'',12340),(36431,0,0,0,0,0,7789,7790,7791,7792,'Dark Iron Guard','','Directions',0,75,75,2,57,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34930,0,0,0,0,0,29605,0,0,0,'Jade Tiger','','',0,10,12,0,188,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(36284,0,0,0,0,0,7865,0,0,0,'Flint Ironstag','Banker','',0,80,80,0,534,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36189,0,0,0,0,0,4449,26241,0,0,'Hardknuckle Charger Proxy','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(35910,0,0,0,0,0,29888,0,0,0,'Barrett Ramsey','Argent Coliseum Master','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34893,0,0,0,0,0,22474,0,0,0,'[PH] Stabled Argent Hippogryph','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(35546,0,0,0,0,0,25528,0,0,0,'Risen Jaeren Sunsworn (1)','Black Knight\'s Minion','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,6,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35542,0,0,0,0,0,29545,0,0,0,'Memory of Vashj (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(35536,0,0,0,0,0,29562,0,0,0,'Memory of Lucifron (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(38597,0,0,0,0,0,31107,31163,31164,0,'Blood Beast (2)','','',0,82,82,2,16,0,1,1.14286,1,1,1839,2507,0,300,5,1000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.395,1,1,0,0,0,0,0,0,0,121,1,550179615,0,'',12340),(38633,0,0,0,0,0,30965,0,0,0,'Empowered Adherent (3)','','',0,82,82,2,21,0,1,1.14286,1,1,1152,1571,0,300,13,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,30,1,0,0,0,0,0,0,0,0,1,550175327,0,'',12340),(39001,0,0,0,0,0,30966,0,0,0,'Reanimated Adherent (3)','','',0,82,82,2,21,0,1,1.14286,1,1,1152,1571,0,300,13,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,30,1,0,0,0,0,0,0,0,0,1,550175327,0,'',12340),(38585,0,0,0,0,0,30881,0,0,0,'Professor Putricide (2)','','',0,83,83,2,14,0,1.2,1.71429,1,3,6513,8887,0,300,7,1500,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,6,108,38585,0,0,0,0,0,0,0,0,70346,71968,71617,0,0,0,0,0,0,587,400000,500000,'',0,3,1,980,1,1,0,0,0,0,0,0,0,165,1,650854271,2097153,'',12340),(38549,0,0,0,0,0,31005,0,0,0,'Rotface (2)','','',0,83,83,2,14,0,1,1.5873,1,3,7332,9996,0,300,7,0,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,108,38549,0,0,0,0,0,0,0,0,69789,69508,69674,0,0,0,0,0,0,0,400000,500000,'',0,3,1,750,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),(37505,0,0,0,0,0,31006,0,0,0,'Festergut (2)','','',0,83,83,2,21,0,1,1.5873,1,3,8178,11150,0,300,7,0,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,108,37505,0,0,0,0,0,0,0,0,70138,69165,69195,69279,0,0,0,0,0,0,175000,225000,'',0,3,1,980,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),(38760,0,0,0,0,0,30707,0,0,0,'Gas Cloud (2)','','',0,82,82,0,14,0,1,1.15,1,0,400,600,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,1,1,0,0,0,0,0,0,0,133,1,650854271,2097408,'',12340),(38758,0,0,0,0,0,30491,0,0,0,'Volatile Ooze (2)','','',0,82,82,0,14,0,2,1.28571,1,0,400,600,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,1,1,0,0,0,0,0,0,0,135,1,650854271,2097408,'',12340),(35109,0,0,0,0,0,28927,0,0,0,'Argent Coliseum PTR Val\'kyr Master','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35091,0,0,0,0,0,29602,0,0,0,'Horzak Zignibble','','',10640,16,16,0,35,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35086,0,0,0,0,0,29599,0,0,0,'Labor Captain Grabbit','','',0,15,15,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38296,0,0,0,0,0,30893,0,0,0,'Lady Deathwhisper (2)','','',0,83,83,2,21,0,1,1.14286,1,3,5908,8045,0,300,7,2000,2000,8,32768,2048,0,0,0,0,0,0,365,542,84,6,76,38296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,600,350,1,0,0,0,0,0,0,0,0,1,617299839,2097409,'',12340),(37958,0,0,0,0,0,31119,0,0,0,'Lord Marrowgar (2)','','',0,83,83,2,21,0,1,1.21429,1,3,5464,7450,0,300,7,1000,2000,1,32832,2048,0,0,0,0,0,0,371,535,135,6,108,37958,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250000,300000,'',0,3,1,750,1,1,0,0,0,0,0,0,0,130,1,617299839,2097153,'',12340),(38769,0,0,0,0,0,30857,0,0,0,'Prince Keleseth (2)','','',0,83,83,2,16,0,1.6,1.42857,1,3,6872,9369,0,300,7,0,2000,1,536903744,2048,8,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,546.75,1,1,0,0,0,0,0,0,0,150,0,650854271,2097153,'',12340),(38771,0,0,0,0,0,30856,0,0,0,'Prince Taldaram (2)','','',0,83,83,2,16,0,1.6,1.42857,1,3,6872,9369,0,300,7,0,2000,1,536903744,2048,8,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,546.75,1,1,0,0,0,0,0,0,0,150,0,650854271,2097153,'',12340),(36074,0,0,0,0,0,29974,0,0,0,'[DND] Swift Horde Wolf','','',0,10,10,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(34875,0,0,0,0,0,28829,0,0,0,'Ice Turret (1)','','',0,1,1,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(35652,0,0,0,0,0,17612,1126,0,0,'Anub\'arak (1)','','',0,1,1,0,35,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,1036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,76,1,8388624,0,'',12340),(34801,0,0,0,0,0,7550,0,0,0,'Incinerated Skeleton','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(34612,0,0,0,0,0,29249,0,0,0,'Danowe Thunderhorn','','',0,55,55,0,104,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34579,0,0,0,0,0,29274,0,0,0,'Venomhide Hatchling (1.25)','','',0,5,5,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38776,0,0,0,0,0,31095,0,0,0,'Kinetic Bomb (2)','','',0,82,82,2,14,0,1.2,0.28571,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.074179,1,1,0,0,0,0,0,0,0,70,1,650854271,2097152,'',12340),(37130,0,0,0,0,0,14702,0,0,0,'Mirror Image','','',0,82,82,2,31,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,16777216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36904,0,0,0,0,0,16943,0,0,0,'Gryphon Hatchling 3.3.0','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(36866,0,0,0,0,0,30202,0,0,0,'Troll Druid','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36360,0,0,0,0,0,25233,0,0,0,'Auctioneer Slabrock','','',0,80,80,0,534,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36357,0,0,0,0,0,28106,0,0,0,'Siege Turret (1)','','Gunner',0,80,80,0,1735,16777216,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,2,2048,0,0,0,0,0,0,0,0,0,9,262184,0,0,0,0,0,0,0,0,0,67461,67462,0,0,0,0,0,0,0,436,0,0,'',0,3,1,15.9116,1,1,0,0,0,0,0,0,0,121,0,344407930,0,'',12340),(36303,0,0,0,0,0,1913,0,0,0,'Zhaagrym (3)','','',0,80,80,2,16,0,1,1.14286,1,0,417,582,0,608,5,0,0,2,0,2048,8,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,55,10,1,0,0,0,0,0,0,0,121,1,1,1048833,'',12340),(35719,0,0,0,0,0,29793,0,0,0,'Narrhok Steelbreaker (2)','Warrior','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,10,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,10,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35568,0,0,0,0,0,25528,0,0,0,'Risen Arelas Brightstar (1)','Black Knight\'s Minion','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,6,2400,0,1,0,2048,8,0,0,0,0,0,345,509,0,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38631,0,0,0,0,0,30968,0,0,0,'Reanimated Fanatic (3)','Cult of the Damned','',0,82,82,2,21,0,1,1.14286,1,1,2277,3105,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,550175327,0,'',12340),(38679,0,0,0,0,0,30750,30751,30752,0,'Kor\'kron Reaver (2)','','',0,82,82,2,83,0,1,1.42857,1,1,6507,8883,0,300,0.75,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11.2,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(38683,0,0,0,0,0,30745,30746,30747,0,'Kor\'kron Sergeant (2)','','',0,82,82,2,83,0,1,1.42857,1,1,6507,8883,0,300,1.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,28,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(38675,0,0,0,0,0,30739,30740,0,0,'Kor\'kron Axethrower (2)','','',0,82,82,2,83,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11.2,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(37039,0,0,0,0,0,21955,0,0,0,'[DND]Ground Cover Bunny','','',0,1,1,0,1375,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38681,0,0,0,0,0,30748,30749,0,0,'Kor\'kron Rocketeer (2)','','',0,82,82,2,83,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4.9,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(38677,0,0,0,0,0,30741,30742,30743,30744,'Kor\'kron Battle-Mage (2)','','',0,82,82,2,83,0,1,1.42857,1,1,463,640,0,726,7.5,2000,2000,2,32832,0,0,0,0,0,0,0,360,520,91,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,21,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(36965,0,0,0,0,0,5561,0,0,0,'Furious Water Elemental','','',0,80,80,2,1932,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36949,0,0,0,0,0,1070,0,0,0,'[PH] Scaling Fire Elemental','','',0,40,40,0,1932,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,5659,16312,0,0,0,0,0,1,0,0,'',12340),(36574,0,0,0,0,0,1948,0,0,0,'Justin\'s Test Boss B','','',0,80,80,2,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36554,0,0,0,0,0,14328,0,0,0,'Unstable Earth Elemental','','',0,80,80,1,16,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,212,1,0,0,'',12340),(35243,0,0,0,0,0,29697,29698,0,0,'Ghostly Blood Elf Celebrant','','',34435,1,1,1,1604,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35180,0,0,0,0,0,28918,0,0,0,'Argent Warhorse','','',0,1,2,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(36547,0,0,0,0,0,18245,0,0,0,'Unstable Air Elemental [mini]','','',0,80,80,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,212,1,0,0,'',12340),(38722,0,0,0,0,0,22773,0,0,0,'Blazing Skeleton (3)','','',0,83,83,2,16,0,1,1.14286,1,1,4676,6375,0,300,7,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,0,1,550189887,0,'',12340),(38727,0,0,0,0,0,25592,0,0,0,'Suppresser (2)','','',0,83,83,2,16,0,1,0.992063,1,1,6513,8880,0,300,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,550189855,0,'',12340),(38725,0,0,0,0,0,7919,0,0,0,'Risen Archmage (2)','','',0,83,83,2,16,0,1,1.14286,1,1,2562,3500,0,300,8,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,20,1,0,0,0,0,0,0,0,0,1,550189887,0,'',12340),(38724,0,0,0,0,0,7858,0,0,0,'Gluttonous Abomination (2)','','',0,83,83,2,16,0,1,1.14286,1,1,6513,8880,0,300,6,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,27,1,1,0,0,0,0,0,0,0,0,1,550189887,0,'',12340),(38726,0,0,0,0,0,12346,0,0,0,'Rot Worm (2)','','',0,83,83,2,16,0,1,1.14286,1,1,500,700,0,0,1.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38723,0,0,0,0,0,22124,0,0,0,'Blistering Zombie (2)','','',0,83,83,2,16,0,1,1.14286,1,1,6513,8880,0,300,4,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,129,1,550189887,0,'',12340),(36544,0,0,0,0,0,27475,0,0,0,'Night Elf Mohawk','','',0,80,80,2,7,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35532,0,0,0,0,0,29551,0,0,0,'Memory of Ignis (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,5,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(34480,0,0,0,0,0,29232,0,0,0,'Cheerful Tauren Spirit','','',34435,60,60,0,104,3,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40533,0,0,0,0,0,28063,0,0,0,'Frosty Flying Carpet','','',0,70,70,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(36128,0,0,0,0,0,30019,30020,30021,30022,'Frostwyrm Rider','','',0,80,80,2,974,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,1,1,0,0,0,0,0,0,0,204,1,8388624,0,'',12340),(36504,0,0,0,36502,0,30150,0,0,0,'Devourer of Souls','','',0,1,1,0,16,0,1,1.14286,1,1,0,0,0,0,1,0,0,1,0,2048,0,0,0,0,0,0,0,0,0,6,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38635,0,0,0,0,0,22124,0,0,0,'Deformed Fanatic (3)','Cult of the Damned','',0,82,82,2,21,0,0.5,0.57143,1,1,2277,3105,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,84,1,550175327,0,'',12340),(35539,0,0,0,0,0,21401,0,0,0,'Memory of Onyxia (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(34484,0,0,0,0,0,29236,0,0,0,'Cheerful Draenei Spirit','','',34435,70,70,1,1638,3,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40165,0,0,0,0,0,31803,31803,0,0,'Blazing Hippogryph','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(37303,0,0,0,0,0,13394,0,0,0,'Frostwolf Mine Layer (3)','','',0,61,61,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37300,0,0,0,0,0,12165,12166,12167,12170,'Frostwolf Guardian (3)','','',0,80,80,2,1214,0,1.26,1.14286,1,0,231,325,0,292,1.1,2000,2000,1,4096,2048,0,0,0,0,0,0,195,289,25,7,0,12053,12053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,543,543,'',1,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37294,0,0,0,0,0,10278,0,0,0,'Frostwolf (3)','','',0,80,80,2,1275,0,1.26,1.14286,1,0,159,221,0,258,0.9,2000,2000,1,0,2048,0,1,0,0,0,0,127,188,20,1,1,10981,0,10981,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13040,0,0,0,'',1,1,1,1.326,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37290,0,0,0,0,0,14793,14795,14794,14796,'East Frostwolf Marshal (3)','','',0,80,80,0,1534,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37259,0,0,0,0,0,13833,13834,13835,13836,'Champion Outrunner (3)','','',0,81,81,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37268,0,0,0,0,0,13334,0,0,0,'Coldmine Peon (3)','','',0,80,80,2,1214,2,1.76,1.14286,1,0,181,253,0,268,0.9,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,22,7,0,13316,13316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.39,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37274,0,0,0,0,0,13463,0,0,0,'Commander Malgor (3)','','',0,81,81,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37271,0,0,0,0,0,13445,0,0,0,'Commander Duffy (3)','','',0,81,81,0,1216,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37283,0,0,0,0,0,11894,0,0,0,'Drek\'Thar (3)','Frostwolf General','',0,83,83,2,1214,1,1.78,1.14286,1,3,307,438,0,314,63.4,2000,2000,1,4096,2048,0,0,0,0,0,0,270,401,30,7,4,0,11946,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,37.5,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(37287,0,0,0,0,0,14793,14795,14794,14796,'Dun Baldar South Marshal (3)','','',0,81,81,2,1534,0,1.76,1.14286,1,1,252,357,0,304,13.8,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,26,7,0,14763,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37297,0,0,0,0,0,13398,13399,13400,13401,'Frostwolf Bowman (3)','','',0,80,80,2,1214,0,1.27,1.14286,1,0,252,357,0,304,1,2000,2000,1,4608,2048,0,0,0,0,0,0,215,320,26,7,0,13359,13359,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,576,'',1,3,1,1.95,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38265,0,0,0,0,0,30362,0,0,0,'Sindragosa (1)','Queen of the Frostbrood','',0,83,83,2,2068,0,3.5,2.28571,1,3,3503,4780,0,300,13,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,108,38265,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1330000,1400000,'',0,5,1,2750,1,1,0,51027,0,0,0,0,0,261,1,650854271,2097153,'',12340),(38460,0,0,0,0,0,31124,0,0,0,'Bone Spike (3)','','',0,80,80,2,14,0,1.2,1,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'',0,3,1,9,1,1,0,0,0,0,0,0,0,0,0,652214271,2,'',12340),(39166,0,0,0,38153,0,30721,0,0,0,'The Lich King (1)','','',0,83,83,2,974,0,2,1.71429,1,3,9000,10000,0,300,13,1500,0,1,512,2048,0,0,0,0,0,0,371,535,135,6,268435564,39166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1300000,1500000,'',0,3,1,4375,500,1,0,0,0,0,0,0,0,169,1,650854271,2097153,'',12340),(34425,0,0,0,0,0,25593,0,0,0,'Furious Gladiator\'s Frost Wyrm','','',0,10,10,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(38640,0,0,0,0,0,30508,0,0,0,'Muradin Bronzebeard (3)','','',10875,83,83,2,84,1,1,1.71429,1,3,4670,6375,0,300,5,1500,2000,1,32768,0,0,0,0,0,0,0,345,509,103,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,500,1,1,0,0,0,0,0,0,0,164,1,650854271,2097152,'',12340),(38692,0,0,0,0,0,30606,30607,30608,0,'Skybreaker Sergeant (3)','','',0,82,82,2,84,0,1,1.42857,1,1,4670,6375,0,300,2.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,56,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(38690,0,0,0,0,0,30603,30604,30605,0,'Skybreaker Rifleman (3)','','',0,82,82,2,84,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,22.4,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(35417,0,0,0,0,0,29424,0,0,0,'Flame Turret (1)','','Gunner',0,80,80,0,1732,16777216,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,2,2048,0,0,0,0,0,0,0,0,0,9,262184,0,0,0,0,0,0,0,0,0,66183,68832,0,0,0,0,0,0,0,436,0,0,'',0,3,1,15.9116,1,1,0,0,0,0,0,0,0,121,0,344407930,0,'',12340),(38688,0,0,0,0,0,30602,0,0,0,'Skybreaker Mortar Soldier (3)','','',0,82,82,2,84,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,9.8,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(34393,0,0,0,0,0,25380,0,0,0,'Test Vendor','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34360,0,0,0,0,0,328,4626,0,0,'Wabbit','','',0,1,1,0,31,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.119048,1,1,0,46395,0,0,0,0,0,100,1,0,0,'',12340),(38694,0,0,0,0,0,30609,30610,30611,0,'Skybreaker Sorcerer (3)','','',0,82,82,2,84,0,1,1.71429,1,1,463,640,0,726,7.5,2000,2000,2,32832,0,0,0,0,0,0,0,360,520,91,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,84,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(35410,0,0,0,0,0,29488,0,0,0,'Alliance Gunship Cannon (1)','','vehichleCursor',0,80,80,0,1732,16777216,1,1.14286,1,1,252,357,0,304,13,2000,2000,1,16388,2048,8,0,0,0,0,0,0,0,0,9,8,0,0,0,0,0,0,0,0,0,66518,0,0,0,0,0,0,0,0,452,0,0,'',0,3,1,9.35979,1,1,0,0,0,0,0,0,0,0,0,344407930,0,'',12340),(35403,0,0,0,0,0,29898,0,0,0,'High Commander Halford Wyrmbane (1)','7th Legion','',0,81,81,0,84,0,1,1.14286,1,1,299,426,0,308,13,2000,2000,1,0,2048,8,0,0,0,0,0,0,0,0,7,4168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,145.666,1,1,0,0,0,0,0,0,0,0,1,344407930,0,'',12340),(35358,0,0,0,0,0,29352,0,0,0,'Concentrated Light (3)','','',0,82,82,2,2189,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,118,1,0,0,'',12340),(38156,0,0,0,0,0,30416,0,0,0,'High Overlord Saurfang (1)','','',10954,83,83,2,83,1,1,1.71429,1,3,3503,4783,0,300,5,1500,2000,1,32768,0,0,0,0,0,0,0,371,535,135,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,350,1,1,0,0,0,0,0,0,0,164,1,650854271,2097152,'',12340),(35355,0,0,0,0,0,29308,0,0,0,'Concentrated Darkness (3)','','',0,82,82,2,2189,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,118,1,0,0,'',12340),(35306,0,0,0,0,0,29758,29759,0,0,'Argent Monk (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,13,2400,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,8,35305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38700,0,0,0,0,0,31043,169,0,0,'The Skybreaker (3)','','',0,83,83,2,35,0,1,1.42857,1,3,509,683,0,805,35,2000,2000,1,0,0,0,0,0,0,0,0,371,535,135,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,113.804,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'',12340),(35260,0,0,0,0,0,29732,0,0,0,'Cheerful Aldor Spirit','','',34435,70,70,1,1743,3,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35256,0,0,0,0,0,29719,0,0,0,'Cheerful Dalaran Spirit','','',34435,80,80,2,2007,3,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36763,0,0,0,0,0,25796,0,0,0,'Frostsworn Battle-Mage','','',0,80,80,2,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36726,0,0,0,33192,0,26851,27552,27553,0,'[PH] Icecrown Reanimated Crusader','','',0,80,80,2,2068,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(35252,0,0,0,0,0,29714,29713,0,0,'Ghostly Tauren Celebrant','','',34435,1,1,0,104,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36648,0,0,0,0,0,30272,0,0,0,'Baine Bloodhoof (Leader)','High Chieftain','',0,1,1,0,104,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,400,16,1,1,0,0,0,0,0,0,0,1,0,0,'',12340),(38583,0,0,0,0,0,30790,0,0,0,'Deathbringer Saurfang (3)','','',0,83,83,2,974,0,1.6,1.42857,1,3,4670,6375,0,300,9.5,1000,2000,4,33588032,2048,0,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,'',0,3,1,3150,1,1,0,0,0,0,0,0,0,150,1,617299839,2097153,'',12340),(35246,0,0,0,0,0,29701,29702,0,0,'Ghostly Draenei Celebrant','','',34435,1,1,1,1638,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38629,0,0,0,0,0,30967,0,0,0,'Cult Fanatic (3)','Cult of the Damned','',0,82,82,2,21,0,1,1.14286,1,1,2277,3105,0,300,13,2000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,550109775,0,'',12340),(35145,0,0,0,0,0,26935,0,0,0,'Dreadscale (Sessile)','','',0,83,83,2,1711,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38626,0,0,0,0,0,30965,0,0,0,'Cult Adherent (3)','','',0,82,82,2,21,0,1,1.14286,1,1,1152,1571,0,300,13,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,30,1,0,0,0,0,0,0,0,0,1,550109775,0,'',12340),(35051,35544,0,0,0,0,29552,0,0,0,'Memory of Vezax','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),(34993,0,0,0,0,0,29513,0,0,0,'Larina Heartforge','Battlemaster','',0,1,1,0,84,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36533,0,0,0,0,0,25148,0,0,0,'Unstable Fire Elemental','','',0,80,80,1,16,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,212,1,0,0,'',12340),(36484,0,0,0,0,0,30141,0,0,0,'Little Ivory Raptor','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(36390,0,0,0,0,0,7929,0,0,0,'Blast Thickneck','','',0,80,80,0,534,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34921,0,0,0,0,0,29485,0,0,0,'Felflame Infernal Ball','','',0,82,82,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36235,0,0,0,0,0,3954,0,0,0,'Auctioneer Rockbone','','',0,80,80,0,534,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36168,0,0,0,0,0,28517,0,0,0,'Dan\'s Test Colossus','','',0,80,80,2,1692,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,5,524352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,125,1,1,0,0,0,0,0,0,0,124,1,0,0,'',12340),(35895,0,0,0,0,0,29888,0,0,0,'Barrett Ramsey','Argent Coliseum Master','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34891,0,0,0,0,0,22471,0,0,0,'[PH] Tournament Hippogryph Quest Mount','','vehichleCursor',0,77,79,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(35544,0,0,0,0,0,29552,0,0,0,'Memory of Vezax (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(35541,0,0,0,0,0,29536,0,0,0,'Memory of VanCleef (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340); INSERT INTO `creature_template` VALUES (35535,0,0,0,0,0,29542,0,0,0,'Memory of Kalithresh (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(38598,0,0,0,0,0,31107,31163,31164,0,'Blood Beast (3)','','',0,82,82,2,16,0,1,1.14286,1,1,1320,1800,0,300,9.5,1000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.45,1,1,0,0,0,0,0,0,0,121,1,550179615,0,'',12340),(38632,0,0,0,0,0,30965,0,0,0,'Empowered Adherent (2)','','',0,82,82,2,21,0,1,1.14286,1,1,1600,2184,0,300,7,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,14,1,0,0,0,0,0,0,0,0,1,550175327,0,'',12340),(39000,0,0,0,0,0,30966,0,0,0,'Reanimated Adherent (2)','','',0,82,82,2,21,0,1,1.14286,1,1,1600,2184,0,300,7,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,14,1,0,0,0,0,0,0,0,0,1,550175327,0,'',12340),(38431,0,0,0,0,0,30881,0,0,0,'Professor Putricide (1)','','',0,83,83,2,14,0,1.2,1.71429,1,3,3507,4785,0,300,13,1500,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,6,108,38431,0,0,0,0,0,0,0,0,70346,71968,71617,0,0,0,0,0,0,587,400000,500000,'',0,3,1,3000,1,1,0,0,0,0,0,0,0,165,1,650854271,2097153,'',12340),(38390,0,0,0,0,0,31005,0,0,0,'Rotface (1)','','',0,83,83,2,14,0,1,1.5873,1,3,3948,5382,0,300,13,0,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,108,38390,0,0,0,0,0,0,0,0,69789,69508,69674,0,0,0,0,0,0,0,400000,500000,'',0,3,1,2600,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),(37504,0,0,0,0,0,31006,0,0,0,'Festergut (1)','','',0,83,83,2,21,0,1,1.5873,1,3,4404,6004,0,300,13,0,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,108,37504,0,0,0,0,0,0,0,0,70138,69165,69195,69279,0,0,0,0,0,0,175000,225000,'',0,3,1,2900,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),(38761,0,0,0,0,0,30707,0,0,0,'Gas Cloud (3)','','',0,82,82,0,14,0,1,1.15,1,0,400,600,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,350,1,1,0,0,0,0,0,0,0,133,1,650854271,2097408,'',12340),(38759,0,0,0,0,0,30491,0,0,0,'Volatile Ooze (3)','','',0,82,82,0,14,0,2,1.28571,1,0,400,600,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,350,1,1,0,0,0,0,0,0,0,135,1,650854271,2097408,'',12340),(35108,0,0,0,0,0,28927,0,0,0,'Argent Coliseum PTR Faction Champion Master','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35088,0,0,0,0,0,29601,0,0,0,'Custer Clubnik','','',0,14,14,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35085,0,0,0,0,0,29598,0,0,0,'Foreman Fisk','','',0,15,15,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38106,0,0,0,0,0,30893,0,0,0,'Lady Deathwhisper (1)','','',0,83,83,2,21,0,1,1.14286,1,3,2603,3544,0,300,13,2000,2000,8,32768,2048,0,0,0,0,0,0,365,542,84,6,76,38106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1200,1200,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),(37957,0,0,0,0,0,31119,0,0,0,'Lord Marrowgar (1)','','',0,83,83,2,21,0,1,1.21429,1,3,3319,4525,0,300,13,1000,2000,1,32832,2048,0,0,0,0,0,0,371,535,135,6,108,37957,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250000,300000,'',0,3,1,1700,1,1,0,0,0,0,0,0,0,130,1,617299839,2097153,'',12340),(38770,0,0,0,0,0,30857,0,0,0,'Prince Keleseth (3)','','',0,83,83,2,16,0,1.6,1.42857,1,3,4934,6724,0,300,13,0,2000,1,536903744,2048,8,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2187,1,1,0,0,0,0,0,0,0,150,0,650854271,2097153,'',12340),(38772,0,0,0,0,0,30856,0,0,0,'Prince Taldaram (3)','','',0,83,83,2,16,0,1.6,1.42857,1,3,4934,6724,0,300,13,0,2000,1,536903744,2048,8,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2187,1,1,0,0,0,0,0,0,0,150,0,650854271,2097153,'',12340),(36072,0,0,0,0,0,29972,0,0,0,'[DND] Swift Burgundy Wolf','','',0,80,80,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(34847,0,0,0,0,0,28829,0,0,0,'Ice Turret (1)','','',0,1,1,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(35588,0,0,0,0,0,28927,0,0,0,'Coliseum Master of Patchwerks','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34798,0,0,0,0,0,29816,0,0,0,'Acidmaw (Mobile)','','',0,83,83,2,1711,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,42,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34581,0,0,0,0,0,29276,0,0,0,'Venomhide Hatchling (1.75)','','',0,5,5,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34533,0,0,0,0,0,26565,0,0,0,'ScottM Test Creature','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38777,0,0,0,0,0,31095,0,0,0,'Kinetic Bomb (3)','','',0,82,82,2,14,0,1.2,0.28571,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.074179,1,1,0,0,0,0,0,0,0,70,1,650854271,2097152,'',12340),(37128,0,0,0,0,0,30520,0,0,0,'[PH] Icecrown Shade','','',0,80,80,2,21,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(36875,0,0,0,26195,0,24992,1065,0,0,'[PH] Icecrown Gauntlet Ghoul','','',0,70,70,2,21,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,147,1,8388624,0,'',12340),(36865,0,0,0,0,0,30200,0,0,0,'Tauren Priest','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36359,0,0,0,0,0,3969,0,0,0,'Auctioneer Plankchest','','',0,80,80,0,534,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36352,0,0,0,0,0,7867,0,0,0,'Trunk Slamchest','Banker','',0,80,80,0,534,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36302,0,0,0,0,0,1913,0,0,0,'Zhaagrym (2)','','',0,80,80,2,16,0,1,1.14286,1,0,417,582,0,608,2,0,0,2,0,2048,8,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,10,1,0,0,0,0,0,0,0,121,1,1,1048833,'',12340),(35718,0,0,0,0,0,29793,0,0,0,'Narrhok Steelbreaker (1)','Warrior','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,15,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,10,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35560,0,0,0,0,0,21300,0,0,0,'The Black Knight (1)','','',0,80,80,2,14,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38630,0,0,0,0,0,30968,0,0,0,'Reanimated Fanatic (2)','Cult of the Damned','',0,82,82,2,21,0,1,1.14286,1,1,3172,4324,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,550175327,0,'',12340),(38680,0,0,0,0,0,30750,30751,30752,0,'Kor\'kron Reaver (3)','','',0,82,82,2,83,0,1,1.42857,1,1,4670,6375,0,300,1.25,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,22.4,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(38684,0,0,0,0,0,30745,30746,30747,0,'Kor\'kron Sergeant (3)','','',0,82,82,2,83,0,1,1.42857,1,1,4670,6375,0,300,2.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,56,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(38676,0,0,0,0,0,30739,30740,0,0,'Kor\'kron Axethrower (3)','','',0,82,82,2,83,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,22.4,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(37037,0,0,0,0,0,5561,0,0,0,'Acanthurus','','',0,83,83,2,1932,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1950,60,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38682,0,0,0,0,0,30748,30749,0,0,'Kor\'kron Rocketeer (3)','','',0,82,82,2,83,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,9.8,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(38678,0,0,0,0,0,30741,30742,30743,30744,'Kor\'kron Battle-Mage (3)','','',0,82,82,2,83,0,1,1.42857,1,1,463,640,0,726,7.5,2000,2000,2,32832,0,0,0,0,0,0,0,360,520,91,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,84,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(36964,0,0,0,0,0,8714,0,0,0,'[PH] Scaling Air Elemental','','',0,40,40,0,1932,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36923,0,0,0,0,0,384,0,0,0,'Hogger (1)','','',0,1,1,0,35,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.114669,1,1,0,1931,0,0,0,0,0,265,1,0,0,'',12340),(36573,0,0,0,0,0,4510,0,0,0,'Justin\'s test Boss A','','',0,83,83,2,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36553,0,0,0,0,0,4607,0,0,0,'Unstable Fire Elemental [mini]','','',0,80,80,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,212,1,0,0,'',12340),(35242,0,0,0,0,0,25773,0,0,0,'Kvaldir Invader','','',0,78,80,2,1771,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35157,0,0,0,0,0,29629,0,0,0,'Tiny Jade Dragon','','',0,1,1,0,188,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(36546,0,0,0,0,0,13490,0,0,0,'Unstable Air Elemental','','',0,80,80,1,16,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,212,1,0,0,'',12340),(38721,0,0,0,0,0,22773,0,0,0,'Blazing Skeleton (2)','','',0,83,83,2,16,0,1,1.14286,1,1,6513,8880,0,300,4,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,20,1,0,0,0,0,0,0,0,0,1,550189887,0,'',12340),(38737,0,0,0,0,0,25592,0,0,0,'Suppresser (3)','','',0,83,83,2,16,0,1,0.992063,1,1,4676,6375,0,300,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,550189855,0,'',12340),(38735,0,0,0,0,0,7919,0,0,0,'Risen Archmage (3)','','',0,83,83,2,16,0,1,1.14286,1,1,1842,2517,0,300,14,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,20,1,0,0,0,0,0,0,0,0,1,550189887,0,'',12340),(38734,0,0,0,0,0,7858,0,0,0,'Gluttonous Abomination (3)','','',0,83,83,2,16,0,1,1.14286,1,1,4676,6375,0,300,11,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,94,1,1,0,0,0,0,0,0,0,0,1,550189887,0,'',12340),(38736,0,0,0,0,0,12346,0,0,0,'Rot Worm (3)','','',0,83,83,2,16,0,1,1.14286,1,1,500,700,0,0,3,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38733,0,0,0,0,0,22124,0,0,0,'Blistering Zombie (3)','','',0,83,83,2,16,0,1,1.14286,1,1,4676,6375,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,24,1,1,0,0,0,0,0,0,0,129,1,550189887,0,'',12340),(36543,0,0,0,0,0,21131,0,0,0,'Unstable Water Elemental [mini]','','',0,80,80,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,212,1,0,0,'',12340),(42078,0,0,0,0,0,32670,0,0,0,'Mini Thor','The Destroyer','',0,1,1,0,188,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33536,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(34477,0,0,0,0,0,29229,0,0,0,'Cheerful Orc Spirit','','',34435,60,60,0,29,3,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39137,0,0,0,0,0,11686,0,0,0,'Shadow Trap','','',0,83,83,2,14,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),(36076,0,0,0,0,0,29976,0,0,0,'[DND] Swift Alliance Steed','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(36503,0,0,0,36502,0,30149,0,0,0,'Devourer of Souls','','',0,1,1,0,16,0,1,1.14286,1,1,0,0,0,0,1,0,0,1,0,2048,0,0,0,0,0,0,0,0,0,6,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38634,0,0,0,0,0,22124,0,0,0,'Deformed Fanatic (2)','Cult of the Damned','',0,82,82,2,21,0,0.5,0.57143,1,1,3172,4324,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,84,1,550175327,0,'',12340),(35538,0,0,0,0,0,29556,0,0,0,'Memory of Mutanus (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(34483,0,0,0,0,0,29235,0,0,0,'Cheerful Blood Elf Spirit','','',34435,70,70,1,1604,3,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38545,0,0,0,0,0,31007,0,0,0,'Invincible','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',-12340),(37246,0,0,0,0,0,13563,13564,13565,13566,'Champion Coldmine Guard (3)','','',0,60,60,0,1214,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37258,0,0,0,0,0,13379,13380,13381,13382,'Champion Mountaineer (3)','','',0,58,58,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37255,0,0,0,0,0,13598,13599,13600,13601,'Champion Irondeep Raider (3)','','',0,60,60,0,1214,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35492,0,0,0,0,0,4261,4262,4263,4264,'Zephyr Guard','The Zephyr','',0,40,40,0,85,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35438,0,0,0,0,0,29614,0,0,0,'Gormok the Impaler (1)','','',0,83,83,2,16,0,4.8,1.71429,1,3,750,1050,0,805,60,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,'',0,3,1,640,5,1,0,0,0,0,0,0,0,174,1,650854267,2097161,'',12340),(35441,0,0,0,0,0,27172,0,0,0,'Snobold Vassal (1)','','',0,78,78,2,14,0,1,1.19048,1,1,387,543,0,528,13,0,0,1,0,2048,8,0,0,0,0,0,324,480,88,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(35514,0,0,0,0,0,24564,0,0,0,'Dreadscale (1)','','',0,83,83,2,1711,0,4.8,1.35,1,3,750,1050,0,805,60,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,1,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,360,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),(35511,0,0,0,0,0,29815,0,0,0,'Acidmaw (1)','','',0,83,83,2,1711,0,4.8,1.35,1,3,750,1050,0,805,60,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,1,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,360,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),(35447,0,0,0,0,0,21601,0,0,0,'Icehowl (1)','','',0,83,83,2,14,0,3.2,2.28571,1,3,750,1050,0,805,60,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,1,108,35447,0,34797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890457,890457,'',0,3,1,950,1,1,0,0,0,0,0,0,0,204,1,650854271,2097153,'',12340),(37252,0,0,0,0,0,13371,13372,13373,13374,'Champion Guardsman (3)','','',0,80,80,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37249,0,0,0,0,0,13650,13651,13652,13653,'Champion Commando (3)','','',0,61,61,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35216,0,0,0,0,0,29615,0,0,0,'Lord Jaraxxus (1)','','',0,83,83,2,14,0,2.8,1.42857,1,3,750,1050,0,783,70,0,0,1,2,2048,8,0,0,0,0,0,365,529,98,3,76,35216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,628444,628444,'',0,3,1,1450,1,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),(35278,0,0,0,0,0,30039,0,0,0,'Nether Portal (1)','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,0,0,1,33685508,2048,8,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,650854271,2097152,'',12340),(35270,0,0,0,0,0,29442,0,0,0,'Mistress of Pain (1)','','',0,82,82,2,14,0,2.8,2,1,1,488,642,0,782,13,0,0,1,0,2048,8,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,446,0,0,'',0,3,1,70,1,1,0,0,0,0,0,0,0,186,1,650854271,2097152,'',12340),(35265,0,0,0,0,0,29441,0,0,0,'Infernal Volcano (1)','','',0,80,80,2,14,0,1,1.28968,1,0,422,586,0,642,1,0,0,1,33685508,2048,8,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,650854271,2097152,'',12340),(35262,0,0,0,0,0,10906,0,0,0,'Felflame Infernal (1)','','',0,82,82,2,14,0,1,1.14286,1,1,488,642,0,782,13,0,0,1,0,2048,8,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,1,1,0,0,0,0,0,0,0,0,1,650852223,2097152,'',12340),(35705,0,0,0,0,0,29785,0,0,0,'Liandra Suncaller (1)','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,250,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35686,0,0,0,0,0,29780,0,0,0,'Erin Misthoof (1)','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,250,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35683,0,0,0,0,0,29783,0,0,0,'Caiphus the Stern (1)','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,10,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,100,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35680,0,0,0,0,0,29784,0,0,0,'Broln Stouthorn (1)','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,15,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,250,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35692,0,0,0,0,0,29782,0,0,0,'Gorgrim Shadowcleave (1)','Death Knight','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,15,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,20,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35711,0,0,0,0,0,29790,0,0,0,'Maz\'dinah (1)','Rogue','',0,83,83,2,16,0,1,1.14286,1,3,388,583,0,400,10,1300,0,4,2,2048,8,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,1,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35724,0,0,0,0,0,29786,0,0,0,'Ruj\'kah (1)','Hunter','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,15,0,0,2,2,2048,8,0,0,0,0,0,496,674,783,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,250,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(34442,0,0,0,0,0,29791,0,0,0,'Vivienne Blackwhisper (1)','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,10,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,100,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35695,0,0,0,0,0,29792,0,0,0,'Harkzog (1)','Warlock','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,10,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,100,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35774,0,0,0,0,0,2031,0,0,0,'Cat (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,4,0,0,1,0,2048,8,2,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35436,0,0,0,0,0,25301,0,0,0,'Siege Turret (1)','','Gunner',0,80,80,0,1732,16777216,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,2,2048,0,0,0,0,0,0,0,0,0,9,262184,0,0,0,0,0,0,0,0,0,67461,67462,0,0,0,0,0,0,0,436,0,0,'',0,3,1,15.9116,1,1,0,0,0,0,0,0,0,121,0,344407930,0,'',12340),(37243,0,0,0,0,0,12823,0,0,0,'Captain Balinda Stonehearth (3)','Stormpike Captain','',0,83,83,2,1216,0,1.8,1.14286,1,3,296,424,0,290,40.9,2000,2000,2,4096,2048,0,0,0,0,0,0,260,387,25,7,4,11949,11949,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1917,1917,'',1,3,1,40,30,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(37267,0,0,0,0,0,556,308,0,0,'Coldmine Miner (3)','','',0,80,80,2,1216,0,1.76,1.14286,1,0,181,253,0,268,0.9,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,22,7,0,13317,13317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.39,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37264,0,0,0,0,0,13895,13896,13552,13553,'Coldmine Explorer (3)','','',0,80,80,2,1216,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,21,7,0,13096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,105,'',1,3,1,0.52,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35350,0,0,0,0,0,29240,0,0,0,'Fjola Lightbane (1)','','',0,83,83,2,16,0,2,1.5,1,3,496,674,0,783,40,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,6,108,35350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,686120,686120,'',0,3,6,2000,1,1,0,0,0,0,0,0,0,171,1,617299839,2097153,'',12340),(35347,0,0,0,0,0,29267,0,0,0,'Eydis Darkbane (1)','','',0,83,83,2,16,0,2,1.5,1,3,496,674,0,783,40,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,6,108,35347,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,676573,676573,'',0,3,6,2000,1,1,0,0,0,0,0,0,0,171,1,617299839,2097153,'',12340),(35671,0,0,0,0,0,29781,0,0,0,'Birana Stormhoof (1)','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,250,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35689,0,0,0,0,0,29787,0,0,0,'Ginselle Blightslinger (1)','Mage','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,10,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,100,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(36473,0,0,0,0,0,18922,0,0,0,'Treant (1)','','',0,80,80,0,16,0,1,1.14286,1,0,422,586,0,642,4,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(37240,0,0,0,0,0,14215,0,0,0,'Athramanis (3)','Bounty Hunter','',0,80,80,2,1594,2,1.27,1.14286,1,0,252,357,0,304,1.4,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,26,7,0,14187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,606,606,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37237,0,0,0,0,0,13340,0,0,0,'Alterac Ram (3)','','',0,80,80,2,1274,0,1.26,1.14286,1,0,299,426,0,308,0.9,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,28,1,0,10990,0,10990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34566,0,0,0,0,0,29268,0,0,0,'Anub\'arak (1)','','',0,83,83,2,14,0,1,1.3,1,3,1200,1300,0,805,75,0,0,1,0,2048,8,0,0,0,0,0,371,535,135,6,108,34566,0,70214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,569703,569703,'',0,3,1,1500,1,1,0,0,0,0,0,0,0,191,1,650854271,2097153,'',12340),(35429,0,0,0,0,0,27101,0,0,0,'Keep Cannon (1)','','vehichleCursor',0,80,80,0,1732,16777216,1,1.14286,1,1,252,357,0,304,13,2000,2000,1,16388,2048,8,0,0,0,0,0,0,0,0,9,8,0,0,0,0,0,0,0,0,0,67452,68169,0,0,0,0,0,0,0,510,0,0,'',0,3,1,9.35979,1,1,0,0,0,0,0,0,0,0,0,344407930,0,'',12340),(34649,0,0,0,0,0,25144,0,0,0,'Frost Sphere (1)','','',0,79,80,2,1925,0,1,1.14286,1,0,422,586,0,0,1,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,8,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,0.714286,1,1,0,0,0,0,0,0,0,721,0,0,0,'',12340),(34648,0,0,0,0,0,29325,0,0,0,'Nerubian Burrower (1)','','',0,78,78,2,16,0,1,1.14286,1,1,387,543,0,0,24,0,0,1,0,2048,8,0,0,0,0,0,324,480,88,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48.6,1,1,0,0,0,0,0,0,0,144,1,549520145,0,'',12340),(34650,0,0,0,0,0,15464,0,0,0,'Swarm Scarab (1)','','',0,78,80,2,16,0,1,0.9,1,0,422,586,0,0,3,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,1,1,0,0,0,0,0,0,0,91,1,549520145,0,'',12340),(37192,0,0,0,0,0,30516,0,0,0,'[PH] Ice Stone 3','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37201,0,0,0,0,0,7804,0,0,0,'[DND] Summon Bunny 2','','',0,1,1,0,1375,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35740,0,0,0,0,0,29788,0,0,0,'Thrakgar (1)','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,250,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(37234,0,0,0,0,0,13298,0,0,0,'Aggi Rumblestomp (3)','','',0,80,80,2,11,0,1.75,1.14286,1,0,231,325,0,292,1.1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,25,7,0,13086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,192,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35708,0,0,0,0,0,29789,0,0,0,'Malithas Brightblade (1)','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,15,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,20,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35702,0,0,0,0,0,29764,0,0,0,'Kavina Grovesong (1)','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,250,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35743,0,0,0,0,0,29765,0,0,0,'Tyrius Duskblade (1)','Death Knight','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,15,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,10,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35734,0,0,0,0,0,29768,0,0,0,'Shaabad (1)','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,15,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,250,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35746,0,0,0,0,0,29769,0,0,0,'Velanaa (1)','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,250,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35665,0,0,0,0,0,29767,0,0,0,'Anthar Forgemender (1)','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,10,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,100,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35662,0,0,0,0,0,29770,0,0,0,'Alyssia Moonstalker (1)','Hunter','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,15,0,0,2,2,2048,8,0,0,0,0,0,496,674,783,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,250,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35721,0,0,0,0,0,29772,0,0,0,'Noozle Whizzlestick (1)','Mage','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,10,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,100,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35714,0,0,0,0,0,29780,0,0,0,'Melador Valestrider (1)','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,250,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35728,0,0,0,0,0,29773,0,0,0,'Saamul (1)','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,250,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35668,0,0,0,0,0,29774,0,0,0,'Baelnor Lightbearer (1)','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,15,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,20,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35699,0,0,0,0,0,29776,0,0,0,'Irieth Shadowstep (1)','Rogue','',0,83,83,2,16,0,1,1.14286,1,3,388,583,0,400,10,1300,0,4,2,2048,8,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,1,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35674,0,0,0,0,0,29778,0,0,0,'Brienna Nightfell (1)','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,10,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,100,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35731,0,0,0,0,0,29777,0,0,0,'Serissa Grimdabbler (1)','Warlock','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,10,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,100,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(35737,0,0,0,0,0,29779,0,0,0,'Shocuul (1)','Warrior','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,15,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,10,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),(37245,0,0,0,0,0,13889,13890,13533,13534,'Champion Coldmine Explorer (3)','','',0,80,80,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37257,0,0,0,0,0,13375,13376,13377,13378,'Champion Legionnaire (3)','','',0,80,80,0,1214,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37254,0,0,0,0,0,13789,13791,13790,13792,'Champion Irondeep Guard (3)','','',0,60,60,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35468,0,0,0,0,0,29819,0,0,0,'Onyx Panther','','',0,1,1,0,188,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(35439,0,0,0,0,0,29614,0,0,0,'Gormok the Impaler (2)','','',0,83,83,2,16,0,4.8,1.71429,1,3,750,1050,0,805,45,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,'',0,3,1,200,5,1,0,0,0,0,0,0,0,174,1,650854271,2097161,'',12340),(35442,0,0,0,0,0,27172,0,0,0,'Snobold Vassal (2)','','',0,78,78,2,14,0,1,1.19048,1,1,387,543,0,528,13,0,0,1,0,2048,8,0,0,0,0,0,324,480,88,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(35515,0,0,0,0,0,24564,0,0,0,'Dreadscale (2)','','',0,83,83,2,1711,0,4.8,1.35,1,3,750,1050,0,805,45,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,1,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,120,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),(35512,0,0,0,0,0,29815,0,0,0,'Acidmaw (2)','','',0,83,83,2,1711,0,4.8,1.35,1,3,750,1050,0,805,45,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,1,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,120,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),(35448,0,0,0,0,0,21601,0,0,0,'Icehowl (2)','','',0,83,83,2,14,0,3.2,2.28571,1,3,750,1050,0,805,45,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,1,108,35448,0,34797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890457,890457,'',0,3,1,300,1,1,0,0,0,0,0,0,0,204,1,650854271,2097153,'',12340),(37251,0,0,0,0,0,13361,13362,13363,13364,'Champion Guardian (3)','','',0,80,80,2,1214,0,1.27,1.14286,1,0,299,426,0,308,1.4,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,28,7,0,13421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,596,'',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37248,0,0,0,0,0,13558,13559,13560,13561,'Champion Coldmine Surveyor (3)','','',0,60,60,0,1214,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35268,0,0,0,0,0,29615,0,0,0,'Lord Jaraxxus (2)','','',0,83,83,2,14,0,2.8,1.42857,1,3,750,1050,0,783,50,0,0,1,2,2048,8,0,0,0,0,0,365,529,98,3,76,35268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,628444,628444,'',0,3,1,380,1,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),(35279,0,0,0,0,0,30039,0,0,0,'Nether Portal (2)','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,0,0,1,131076,2048,8,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,0,650854271,2097152,'',12340),(35271,0,0,0,0,0,29442,0,0,0,'Mistress of Pain (2)','','',0,82,82,2,14,0,2.8,2,1,1,488,642,0,782,10,0,0,1,0,2048,8,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,446,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,186,1,650854271,2097152,'',12340),(35266,0,0,0,0,0,29441,0,0,0,'Infernal Volcano (2)','','',0,80,80,2,14,0,1,1.28968,1,0,422,586,0,642,1,0,0,1,131076,2048,8,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,0,650854271,2097152,'',12340),(35263,0,0,0,0,0,10906,0,0,0,'Felflame Infernal (2)','','',0,82,82,2,14,0,1,1.14286,1,1,488,642,0,782,10,0,0,1,0,2048,8,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(35706,0,0,0,0,0,29785,0,0,0,'Liandra Suncaller (2)','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,150,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35687,0,0,0,0,0,29780,0,0,0,'Erin Misthoof (2)','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,150,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35684,0,0,0,0,0,29783,0,0,0,'Caiphus the Stern (2)','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,7,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,72,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35681,0,0,0,0,0,29784,0,0,0,'Broln Stouthorn (2)','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,150,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35693,0,0,0,0,0,29782,0,0,0,'Gorgrim Shadowcleave (2)','Death Knight','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,10,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35712,0,0,0,0,0,29790,0,0,0,'Maz\'dinah (2)','Rogue','',0,83,83,2,16,0,1,1.14286,1,3,388,583,0,400,7,1300,0,4,2,2048,8,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,1,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35725,0,0,0,0,0,29786,0,0,0,'Ruj\'kah (2)','Hunter','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,496,674,783,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,150,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(34443,0,0,0,0,0,29791,0,0,0,'Vivienne Blackwhisper (2)','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,7,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,72,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35696,0,0,0,0,0,29792,0,0,0,'Harkzog (2)','Warlock','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,7,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,72,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35775,0,0,0,0,0,2031,0,0,0,'Cat (2)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,2,0,0,1,0,2048,8,2,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35433,0,0,0,0,0,26403,0,0,0,'Siege Engine (1)','','vehichleCursor',0,80,80,0,1735,16777216,1.2,1,1,0,252,357,0,304,1,2000,2000,4,16384,2048,8,0,0,0,0,0,0,0,0,9,393256,0,0,0,0,0,0,0,0,0,67816,69502,0,0,0,0,0,0,0,435,0,0,'',0,3,1,65.5185,1,1,0,0,0,0,0,0,0,113,0,344407930,0,'',12340),(37242,0,0,0,0,0,2284,0,0,0,'Brogus Thunderbrew (3)','Food & Drink','',0,80,80,2,1217,128,1.23,1.14286,1,0,200,281,0,278,0.6,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37266,0,0,0,0,0,13326,13328,13630,13631,'Coldmine Invader (3)','','',0,80,80,2,1216,0,1.76,1.14286,1,0,200,281,0,278,1.2,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,23,7,0,13087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37263,0,0,0,0,0,13365,13366,13367,13368,'Champion Warrior (3)','','',0,58,58,0,1214,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35351,0,0,0,0,0,29240,0,0,0,'Fjola Lightbane (2)','','',0,83,83,2,16,0,2,1.5,1,3,496,674,0,783,25,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,6,108,35351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,686120,686120,'',0,3,6,600,1,1,0,0,0,0,0,0,0,171,1,617299839,2097153,'',12340),(35348,0,0,0,0,0,29267,0,0,0,'Eydis Darkbane (2)','','',0,83,83,2,16,0,2,1.5,1,3,496,674,0,783,25,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,6,108,35348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,676573,676573,'',0,3,6,600,1,1,0,0,0,0,0,0,0,171,1,617299839,2097153,'',12340),(35672,0,0,0,0,0,29781,0,0,0,'Birana Stormhoof (2)','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,150,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35690,0,0,0,0,0,29787,0,0,0,'Ginselle Blightslinger (2)','Mage','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,7,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,72,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(36474,0,0,0,0,0,18922,0,0,0,'Treant (2)','','',0,80,80,0,16,0,1,1.14286,1,0,422,586,0,642,2,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(37239,0,0,0,0,0,13403,0,0,0,'Arch Druid Renferal (3)','','',5142,80,80,2,1216,3,1.76,1.14286,1,1,234,331,0,286,8.2,2000,2000,2,4160,2048,0,0,0,0,0,0,198,295,24,7,0,13442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1861,1861,'',1,3,1,15.6,12,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37236,0,0,0,13116,0,13336,13337,0,0,'Alliance Spirit Guide (3)','','',0,81,81,2,84,32768,1,1.14286,1,1,405,609,0,152,49.1,2000,2000,2,4930,2048,0,0,0,0,0,0,324,487,122,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35615,0,0,0,0,0,29268,0,0,0,'Anub\'arak (2)','','',0,83,83,2,14,0,1,1.3,1,3,1200,1300,0,805,60,0,0,1,0,2048,8,0,0,0,0,0,371,535,135,6,108,35615,0,70214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,569703,569703,'',0,3,1,390,1,1,0,0,0,0,0,0,0,191,1,650854271,2097153,'',12340),(35425,0,0,0,0,0,29904,0,0,0,'Goblin Mechanic (1)','','',0,80,80,2,1735,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35655,0,0,0,0,0,29325,0,0,0,'Nerubian Burrower (2)','','',0,78,78,2,16,0,1,1.14286,1,1,387,543,0,0,16,0,0,1,0,2048,8,0,0,0,0,0,324,480,88,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18,1,1,0,0,0,0,0,0,0,144,1,549520145,0,'',12340),(35658,0,0,0,0,0,15464,0,0,0,'Swarm Scarab (2)','','',0,78,80,2,16,0,1,0.9,1,0,422,586,0,0,2,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.95,1,1,0,0,0,0,0,0,0,701,1,549520145,0,'',12340),(37191,0,0,0,0,0,30516,0,0,0,'[PH] Ice Stone 2','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37194,0,0,0,0,0,5561,0,0,0,'Chaetodon','','',0,83,83,2,1932,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1950,60,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35741,0,0,0,0,0,29788,0,0,0,'Thrakgar (2)','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,150,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(37233,0,0,0,0,0,1149,0,0,0,'Aerie Gryphon (3)','','',0,80,80,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(35709,0,0,0,0,0,29789,0,0,0,'Malithas Brightblade (2)','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,10,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35703,0,0,0,0,0,29764,0,0,0,'Kavina Grovesong (2)','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,150,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35744,0,0,0,0,0,29765,0,0,0,'Tyrius Duskblade (2)','Death Knight','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,10,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35735,0,0,0,0,0,29768,0,0,0,'Shaabad (2)','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,150,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35747,0,0,0,0,0,29769,0,0,0,'Velanaa (2)','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,150,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35666,0,0,0,0,0,29767,0,0,0,'Anthar Forgemender (2)','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,7,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,72,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35663,0,0,0,0,0,29770,0,0,0,'Alyssia Moonstalker (2)','Hunter','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,496,674,783,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,150,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35722,0,0,0,0,0,29772,0,0,0,'Noozle Whizzlestick (2)','Mage','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,7,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,72,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35715,0,0,0,0,0,29780,0,0,0,'Melador Valestrider (2)','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,150,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35729,0,0,0,0,0,29773,0,0,0,'Saamul (2)','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,150,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35669,0,0,0,0,0,29774,0,0,0,'Baelnor Lightbearer (2)','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,10,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35700,0,0,0,0,0,29776,0,0,0,'Irieth Shadowstep (2)','Rogue','',0,83,83,2,16,0,1,1.14286,1,3,388,583,0,400,7,1300,0,4,2,2048,8,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,1,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35675,0,0,0,0,0,29778,0,0,0,'Brienna Nightfell (2)','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,7,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,72,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35732,0,0,0,0,0,29777,0,0,0,'Serissa Grimdabbler (2)','Warlock','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,7,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,72,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35738,0,0,0,0,0,29779,0,0,0,'Shocuul (2)','Warrior','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,10,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,10,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(37244,0,0,0,0,0,11895,0,0,0,'Captain Galvangar (3)','Frostwolf Captain','',0,83,83,2,1214,0,1.8,1.14286,1,3,299,426,0,308,38,2000,2000,1,4160,2048,0,0,0,0,0,0,262,389,28,7,4,11947,11947,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1918,1918,'',1,3,1,35,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(37256,0,0,0,0,0,13803,13804,13805,13806,'Champion Irondeep Surveyor (3)','','',0,60,60,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37253,0,0,0,0,0,13777,13778,13779,13780,'Champion Irondeep Explorer (3)','','',0,60,60,0,1214,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35459,0,0,0,0,0,24191,0,0,0,'The Lich King','','',0,83,83,2,2043,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,2000,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35440,0,0,0,0,0,29614,0,0,0,'Gormok the Impaler (3)','','',0,83,83,2,16,0,4.8,1.71429,1,3,750,1050,0,805,75,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,'',0,3,1,850,5,1,0,0,0,0,0,0,0,174,1,650854271,2097161,'',12340),(35443,0,0,0,0,0,27172,0,0,0,'Snobold Vassal (3)','','',0,78,78,2,14,0,1,1.19048,1,1,387,543,0,528,20,0,0,1,0,2048,8,0,0,0,0,0,324,480,88,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(35516,0,0,0,0,0,24564,0,0,0,'Dreadscale (3)','','',0,83,83,2,1711,0,4.8,1.35,1,3,750,1050,0,805,75,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,1,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,480,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),(35513,0,0,0,0,0,29815,0,0,0,'Acidmaw (3)','','',0,83,83,2,1711,0,4.8,1.35,1,3,750,1050,0,805,75,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,1,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,480,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),(35449,0,0,0,0,0,21601,0,0,0,'Icehowl (3)','','',0,83,83,2,14,0,3.2,2.28571,1,3,750,1050,0,805,75,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,1,108,35449,0,34797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890457,890457,'',0,3,1,1300,1,1,0,0,0,0,0,0,0,204,1,650854271,2097153,'',12340),(37250,0,0,0,0,0,13351,13352,13353,13354,'Champion Defender (3)','','',0,80,80,2,1216,0,1.27,1.14286,1,0,299,426,0,308,1.4,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,28,7,0,13422,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,570,'',1,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37247,0,0,0,0,0,13632,13633,13634,13635,'Champion Coldmine Invader (3)','','',0,80,80,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35269,0,0,0,0,0,29615,0,0,0,'Lord Jaraxxus (3)','','',0,83,83,2,14,0,2.8,1.42857,1,3,750,1050,0,783,85,0,0,1,2,2048,8,0,0,0,0,0,365,529,98,3,76,35269,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,628444,628444,'',0,3,1,1900,1,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),(35280,0,0,0,0,0,30039,0,0,0,'Nether Portal (3)','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,0,0,1,131076,2048,8,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,64,1,1,0,0,0,0,0,0,0,0,0,650854271,2097152,'',12340),(35272,0,0,0,0,0,29442,0,0,0,'Mistress of Pain (3)','','',0,82,82,2,14,0,2.8,2,1,1,488,642,0,782,18,0,0,1,0,2048,8,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,446,0,0,'',0,3,1,70,1,1,0,0,0,0,0,0,0,186,1,650854271,2097152,'',12340),(35267,0,0,0,0,0,29441,0,0,0,'Infernal Volcano (3)','','',0,80,80,2,14,0,1,1.28968,1,0,422,586,0,642,1,0,0,1,131076,2048,8,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,64,1,1,0,0,0,0,0,0,0,0,0,650854271,2097152,'',12340),(35264,0,0,0,0,0,10906,0,0,0,'Felflame Infernal (3)','','',0,82,82,2,14,0,1,1.14286,1,1,488,642,0,782,18,0,0,1,0,2048,8,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,23,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(35707,0,0,0,0,0,29785,0,0,0,'Liandra Suncaller (3)','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,13,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,250,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35688,0,0,0,0,0,29780,0,0,0,'Erin Misthoof (3)','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,13,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,250,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35685,0,0,0,0,0,29783,0,0,0,'Caiphus the Stern (3)','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,13,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,100,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35682,0,0,0,0,0,29784,0,0,0,'Broln Stouthorn (3)','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,20,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,250,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35694,0,0,0,0,0,29782,0,0,0,'Gorgrim Shadowcleave (3)','Death Knight','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,20,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,20,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35713,0,0,0,0,0,29790,0,0,0,'Maz\'dinah (3)','Rogue','',0,83,83,2,16,0,1,1.14286,1,3,388,583,0,400,13,1300,0,4,2,2048,8,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,1,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35726,0,0,0,0,0,29786,0,0,0,'Ruj\'kah (3)','Hunter','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,18,0,0,2,2,2048,8,0,0,0,0,0,496,674,783,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,250,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35749,0,0,0,0,0,29791,0,0,0,'Vivienne Blackwhisper (3)','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,13,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,100,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35697,0,0,0,0,0,29792,0,0,0,'Harkzog (3)','Warlock','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,13,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,100,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35776,0,0,0,0,0,2031,0,0,0,'Cat (3)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,5,0,0,1,0,2048,8,2,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,55,1,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35431,0,0,0,0,0,25292,0,0,0,'Siege Engine (1)','','vehichleCursor',0,80,80,0,1732,16777216,1.2,1,1,0,252,357,0,304,1,2000,2000,4,16384,2048,8,0,0,0,0,0,0,0,0,9,393256,0,0,0,0,0,0,0,0,0,67816,69502,0,0,0,0,0,0,0,435,0,0,'',0,3,1,65.5185,1,1,0,0,0,0,0,0,0,113,0,344407930,0,'',12340),(37241,0,0,0,0,0,8716,0,0,0,'Blizzard Elemental (3)','','',0,1,1,0,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37265,0,0,0,0,0,13322,13323,13325,13562,'Coldmine Guard (3)','','',0,80,80,2,1214,2,1.76,1.14286,1,0,200,281,0,278,1.2,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,23,7,0,13089,13089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37262,0,0,0,0,0,13357,13358,13359,13360,'Champion Sentinel (3)','','',0,58,58,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35352,0,0,0,0,0,29240,0,0,0,'Fjola Lightbane (3)','','',0,83,83,2,16,0,2,1.5,1,3,496,674,0,783,45,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,6,108,35352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,686120,686120,'',0,3,6,2800,1,1,0,0,0,0,0,0,0,171,1,617299839,2097153,'',12340),(35349,0,0,0,0,0,29267,0,0,0,'Eydis Darkbane (3)','','',0,83,83,2,16,0,2,1.5,1,3,496,674,0,783,45,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,6,108,35349,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,676573,676573,'',0,3,6,2800,1,1,0,0,0,0,0,0,0,171,1,617299839,2097153,'',12340),(35673,0,0,0,0,0,29781,0,0,0,'Birana Stormhoof (3)','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,13,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,250,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35691,0,0,0,0,0,29787,0,0,0,'Ginselle Blightslinger (3)','Mage','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,13,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,100,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(36475,0,0,0,0,0,18922,0,0,0,'Treant (3)','','',0,80,80,0,16,0,1,1.14286,1,0,422,586,0,642,5,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(37238,0,0,0,0,0,10946,0,0,0,'Alterac Yeti (3)','','',0,81,81,0,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37235,0,0,0,0,0,12069,12070,12071,12072,'Alliance Sentinel (3)','','',0,55,55,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35616,0,0,0,0,0,29268,0,0,0,'Anub\'arak (3)','','',0,83,83,2,14,0,1,1.3,1,3,1200,1300,0,805,90,0,0,1,0,2048,8,0,0,0,0,0,371,535,135,6,108,35616,0,70214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,569703,569703,'',0,3,1,1950,1,1,0,0,0,0,0,0,0,191,1,650854271,2097153,'',12340),(35423,0,0,0,0,0,29903,0,0,0,'Gnomish Mechanic (1)','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35656,0,0,0,0,0,29325,0,0,0,'Nerubian Burrower (3)','','',0,78,78,2,16,0,1,1.14286,1,1,387,543,0,0,32,0,0,1,0,2048,8,0,0,0,0,0,324,480,88,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,54,1,1,0,0,0,0,0,0,0,144,1,549520145,0,'',12340),(35659,0,0,0,0,0,15464,0,0,0,'Swarm Scarab (3)','','',0,78,80,2,16,0,1,0.9,1,0,422,586,0,0,4,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11.7,1,1,0,0,0,0,0,0,0,701,1,549520145,0,'',12340),(37168,0,0,0,0,0,7804,0,0,0,'[DND] Summon Bunny 1','','',0,1,1,0,1375,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37193,0,0,0,0,0,5561,0,0,0,'Balistoides','','',0,83,83,2,1932,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1950,60,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35742,0,0,0,0,0,29788,0,0,0,'Thrakgar (3)','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,13,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,250,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(37202,0,0,0,0,0,7804,0,0,0,'[DND] Summon Bunny 3','','',0,1,1,0,1375,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35710,0,0,0,0,0,29789,0,0,0,'Malithas Brightblade (3)','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,20,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,20,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35704,0,0,0,0,0,29764,0,0,0,'Kavina Grovesong (3)','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,13,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,250,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35745,0,0,0,0,0,29765,0,0,0,'Tyrius Duskblade (3)','Death Knight','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,20,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,10,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35736,0,0,0,0,0,29768,0,0,0,'Shaabad (3)','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,20,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,250,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35748,0,0,0,0,0,29769,0,0,0,'Velanaa (3)','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,13,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,250,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35667,0,0,0,0,0,29767,0,0,0,'Anthar Forgemender (3)','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,13,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,100,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35664,0,0,0,0,0,29770,0,0,0,'Alyssia Moonstalker (3)','Hunter','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,18,0,0,2,2,2048,8,0,0,0,0,0,496,674,783,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,250,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35723,0,0,0,0,0,29772,0,0,0,'Noozle Whizzlestick (3)','Mage','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,13,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,100,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35716,0,0,0,0,0,29780,0,0,0,'Melador Valestrider (3)','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,13,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,250,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35730,0,0,0,0,0,29773,0,0,0,'Saamul (3)','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,13,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,250,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35670,0,0,0,0,0,29774,0,0,0,'Baelnor Lightbearer (3)','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,20,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,20,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35701,0,0,0,0,0,29776,0,0,0,'Irieth Shadowstep (3)','Rogue','',0,83,83,2,16,0,1,1.14286,1,3,388,583,0,400,13,1300,0,4,2,2048,8,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,1,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35676,0,0,0,0,0,29778,0,0,0,'Brienna Nightfell (3)','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,13,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,100,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35733,0,0,0,0,0,29777,0,0,0,'Serissa Grimdabbler (3)','Warlock','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,13,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,100,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(35739,0,0,0,0,0,29779,0,0,0,'Shocuul (3)','Warrior','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,20,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,10,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),(37172,0,0,0,0,0,30728,0,0,0,'Detective Snap Snagglebolt','','',10976,30,30,0,1735,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37917,0,0,0,0,0,30576,30577,30578,30579,'Crown Thug','','',0,16,17,0,14,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,7,0,37917,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37964,0,0,0,0,0,21955,16925,0,0,'[DND] Love Boat Summoner 02','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38016,0,0,0,0,0,30576,30577,30578,30579,'Crown Agent','','',0,44,45,0,16,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,38016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38023,0,0,0,0,0,30576,30577,30578,30579,'Crown Sprinkler','','',0,54,56,0,16,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,38023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38042,0,0,0,0,0,15990,0,0,0,'Kwee Q. Peddlefeet','Crown Chemical Co.','',10948,1,1,0,35,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38044,0,0,0,0,0,15990,0,0,0,'Kwee Q. Peddlefeet','Crown Chemical Co.','',0,1,1,0,35,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38045,0,0,0,0,0,15990,0,0,0,'Kwee Q. Peddlefeet','Crown Chemical Co.','',0,1,1,0,35,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38295,0,0,0,0,0,31016,0,0,0,'Junior Detective','','',10991,30,30,0,1735,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38471,38486,0,0,0,0,31127,0,0,0,'Infiltrator Minchar','','',0,80,80,2,35,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,4,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35116,0,0,0,0,0,25342,25343,0,0,'Cult Saboteur','Cult of the Damned','',0,80,80,2,190,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37214,0,0,0,0,0,30576,30577,30578,30579,'Crown Lackey','','',0,8,9,0,14,0,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,0,7,0,37214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38030,0,0,0,0,0,30576,30577,30578,30579,'Crown Underling','','',0,63,64,1,16,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,38030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36597,39166,39167,39168,38153,0,30721,0,0,0,'The Lich King','','',0,83,83,2,974,0,2,1.71429,1,3,9000,10000,0,300,7.5,1500,0,1,512,2048,0,0,0,0,0,0,1,1,0,6,268435564,36597,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1300000,1500000,'',0,3,1,1250,500,1,0,0,0,0,0,0,0,169,1,650854271,2097153,'boss_the_lich_king',12340),(38121,0,0,0,0,0,16480,21342,0,0,'Soul Feast Kill Credit Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(37601,0,0,0,0,0,20570,17612,0,0,'Thalorien Dawnseeker Credit','','',0,80,80,2,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38485,0,0,0,0,0,31135,0,0,0,'Darnavan','','',0,81,81,0,16,0,1,1.14286,1,1,1100,1500,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,550183455,0,'npc_darnavan',12340),(38472,0,0,0,0,0,31135,0,0,0,'Darnavan','','',0,81,81,0,16,0,1,1.14286,1,1,1500,2000,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,550183455,0,'npc_darnavan',12340),(38006,0,0,0,0,0,30576,30577,30578,30579,'Crown Hoodlum','','',0,1,1,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,38006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37984,0,0,0,0,0,30576,30577,30578,30579,'Crown Duster','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,37984,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37671,0,0,0,0,0,30708,30709,0,0,'Crown Supply Guard','Crown Chemical Co.','',10990,70,75,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_love_in_air_supply_sentry',12340),(36908,0,0,0,0,0,30412,0,0,0,'Gryphon Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(36909,0,0,0,0,0,30413,0,0,0,'Wind Rider Cub','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'npc_pet_gen_wind_rider_cub',12340),(38338,0,0,0,0,0,30725,0,0,0,'Snivel Rustrocket','Venture Co.','',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_love_in_air_snivel_real',12340),(38337,0,0,0,0,0,30725,0,0,0,'Snivel Rustrocket','Venture Co.','',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_love_in_air_snivel_real',12340),(38491,38495,0,0,0,0,31134,0,0,0,'Kor\'kron Lieutenant','','',0,80,80,0,35,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37966,0,0,0,0,0,30852,0,0,0,'Undercity Love Boat','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38339,0,0,0,0,0,30725,0,0,0,'Snivel Rustrocket','Venture Co.','',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_love_in_air_snivel_real',12340),(38328,0,0,0,0,0,31041,0,0,0,'Roka','','',0,30,30,0,29,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38248,0,0,0,0,0,31004,0,0,0,'Impaling Spear','','Interact',0,80,80,2,2209,16777216,1,1.71429,1,1,2,2,0,24,7.5,2000,2000,1,2,2048,0,0,0,0,0,0,1,1,0,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,1,1,0,0,0,0,0,0,0,164,1,8388624,2097152,'npc_impaling_spear',12340),(40295,0,0,0,0,0,22778,0,0,0,'Clockwork Rocket Bot','','',0,1,1,0,188,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(40281,0,0,0,0,0,25332,0,0,0,'Crashin\' Thrashin\' Racer','','',0,60,60,0,1616,0,1,0.85714,1,0,0,0,0,0,1,1942,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,49297,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(36912,0,0,0,0,0,3718,3714,18052,3585,'Chen Stormstout','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39372,0,0,0,0,0,31428,0,0,0,'Garrosh Hellscream','Overlord of the Warsong Offensive','',11206,83,83,2,1735,1,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,400,10,1,0,0,0,0,0,0,0,0,1,0,2,'npc_icc_buff_switcher',12340),(36598,0,0,0,0,0,11686,0,0,0,'Strangulate Vehicle','','',0,83,83,2,35,0,1,0.7,1,3,0,0,0,0,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,0,0,0,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,531,0,0,'',0,4,1,2000,500,1,0,0,0,0,0,0,0,741,1,0,0,'npc_strangulate_vehicle',12340),(36609,39120,39121,39122,0,0,25452,0,0,0,'Val\'kyr Shadowguard','','',0,80,80,2,14,0,1,0.7,1,3,0,0,0,0,1,2000,2000,1,514,2048,0,0,0,0,0,0,0,0,0,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,532,0,0,'',0,4,1,35.7143,500,1,0,0,0,0,0,0,0,741,1,583742335,2097152,'npc_valkyr_shadowguard',12340),(36633,39305,39306,39307,0,0,30243,0,0,0,'Ice Sphere','','',0,80,80,2,14,0,1.2,0.428571,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.47619,1,1,0,0,0,0,0,0,0,76,1,650854271,2097408,'npc_icc_ice_sphere',12340),(36701,39302,39303,39304,0,0,16946,0,0,0,'Raging Spirit','','',0,83,83,2,14,0,2,1.42857,1,3,3500,4000,0,300,9,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,53.968,1,1,0,0,0,0,0,0,0,151,1,650854271,2097152,'npc_raging_spirit',12340),(37695,39309,39310,39311,0,0,24999,0,0,0,'Drudge Ghoul','','',0,80,80,2,21,0,0.8,1,1,1,450,500,0,300,9,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,15,1,0,0,0,0,0,0,0,0,1,8388625,0,'npc_icc_lk_checktarget',12340),(37698,39299,39300,39301,0,0,25297,0,0,0,'Shambling Horror','','',0,83,83,2,21,0,1.4,1.14286,1,1,3500,4000,0,300,9,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,6,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,143.421,15,1,0,0,0,0,0,0,0,127,1,650852191,2097152,'npc_shambling_horror_icc',12340),(37799,39284,39285,39286,0,0,10701,0,0,0,'Vile Spirit','','',0,80,80,2,14,0,2.8,1,1,1,0,0,0,0,1,2000,2000,1,163904,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,5.23809,15,1,0,0,0,0,0,0,0,118,1,583742335,0,'npc_icc_lk_checktarget',12340),(38757,0,0,0,0,0,11686,0,0,0,'Defile','','',0,83,83,2,14,0,1.2,0.428571,1,3,0,0,0,0,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,0,0,0,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),(38995,0,0,0,0,0,31286,0,0,0,'Highlord Tirion Fordring','','',10993,83,83,2,2073,1,1,1.14286,1,3,900,1000,0,300,7,2000,2000,2,32832,2048,0,0,0,0,0,0,0,0,0,7,2084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1000,1,0,0,0,0,0,0,0,0,1,0,0,'npc_tirion_fordring_tft',12340),(39371,0,0,0,0,0,30417,0,0,0,'King Varian Wrynn','King of Stormwind','',11203,83,83,2,1733,1,1,1.42857,1,1,0,0,0,0,1,2000,2000,1,768,2048,0,0,0,0,0,0,0,0,0,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,400,20,1,0,0,0,0,0,0,0,144,1,0,0,'npc_icc_buff_switcher',12340),(37228,38134,0,0,0,0,26623,0,0,0,'Frostwarden Warrior','','',0,80,80,2,2209,0,1,1.14286,1,1,828,1127,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,37228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37229,38137,0,0,0,0,27548,0,0,0,'Frostwarden Sorceress','','',0,80,80,2,2209,0,1,1.14286,1,1,828,1127,0,300,7,2000,2000,8,0,2048,0,0,0,0,0,0,0,0,0,7,0,37229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37531,38139,0,0,0,0,26623,0,0,0,'Frostwarden Handler','','',0,80,80,2,2209,0,1,1.42857,1,1,828,1127,0,300,14,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,64,37531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_sindragosa_trash',12340),(37532,38151,0,0,0,0,30640,0,0,0,'Frostwing Whelp','','',0,80,80,2,16,0,1,1.14286,1,1,828,1127,0,300,7,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,6,0,37532,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_sindragosa_trash',12340),(38199,0,0,0,0,0,1126,16946,0,0,'Frostblade','','',0,80,80,2,2209,0,1,1.14286,1,0,828,1127,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,28,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38421,0,0,0,0,0,31088,0,0,0,'Nightmare Cloud','','',0,80,80,2,2022,0,1,0.5,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.007937,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_valithria_cloud',12340),(38429,0,0,0,0,0,30844,0,0,0,'Nightmare Portal (Pre-effect)','','',0,80,80,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38430,0,0,0,0,0,30844,0,0,0,'Nightmare Portal','','vehichleCursor',0,80,80,2,35,16777216,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_valithria_portal',12340),(38548,0,0,0,0,0,1126,11686,0,0,'Vile Gas Stalker','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38556,0,0,0,0,0,1126,11686,0,0,'Malleable Ooze Stalker','','',0,80,80,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(40160,0,0,0,0,0,31713,0,0,0,'Frozo the Renowned','Frozen Orb Trader','',0,75,75,2,2007,128,1,1.14286,1,0,0,0,0,0,1,2000,2000,8,32768,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40607,0,0,0,0,0,31953,0,0,0,'Knight-Lieutenant T\'Maire Sydes','Northrend Armor Quartermaster','',0,75,75,2,123,4224,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,32768,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40413,0,0,0,0,0,31833,0,0,0,'Alenjon Sunblade','Battlemaster','',10605,1,1,0,83,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40405,0,0,0,0,0,31834,0,0,0,'Kieupid','Pet Trainer','',0,80,80,2,1604,0,1,1.14286,1,0,0,0,0,0,1,1500,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35050,35532,0,0,0,0,29551,0,0,0,'Memory of Ignis','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,5,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),(39048,0,0,0,0,0,20365,0,0,0,'Sylvanas\' Lamenter','','',0,70,70,0,35,0,0.2,0.2,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,42,1,8388624,0,'',12340),(36853,38265,38266,38267,0,0,30362,0,0,0,'Sindragosa','Queen of the Frostbrood','',0,83,83,2,2068,0,3.5,2.28571,1,3,4340,5921,0,300,7,1500,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,108,36853,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1330000,1400000,'',0,5,1,800,1,1,0,51026,0,0,0,0,0,261,1,650854271,2097153,'boss_sindragosa',12340),(36980,38320,38321,38322,0,0,30890,0,0,0,'Ice Tomb','','',0,80,80,2,14,0,1,1,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,1,1,0,0,0,0,0,0,0,0,0,650870655,10485780,'npc_ice_tomb',12340),(37186,0,0,0,0,0,15880,0,0,0,'Frost Bomb','','',0,80,80,0,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38223,0,0,0,0,0,16946,0,0,0,'Icy Blast','','',0,82,82,0,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(40703,0,0,0,0,0,32031,0,0,0,'Lil\' XT','','',0,1,1,0,188,0,0.8,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(35146,0,0,0,0,0,29627,0,0,0,'Argent Hippogryph (Bombing Run)','','',0,80,80,2,35,1,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(35876,0,0,0,0,0,29937,0,0,0,'Crusader\'s White Warhorse','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,134217728,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(35878,0,0,0,0,0,29938,0,0,0,'Crusader\'s Black Warhorse','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,134217728,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(35043,35523,0,0,0,0,18699,0,0,0,'Memory of Delrissa','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),(38589,38590,0,0,0,0,31125,0,0,0,'Valithria Dreamwalker','','',0,83,83,2,35,3,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,2,4172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,717.103,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(34386,0,0,0,0,0,23317,0,0,0,'High-Oracle Soo-roo','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_high_oracle_soo_roo',12340),(34387,0,0,0,0,0,25379,0,0,0,'Elder Kekek','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_elder_kekek',12340),(34489,0,0,0,0,0,15369,15984,22986,22987,'Winterfin Playmate','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_winterfin_playmate',12340),(37801,0,0,0,0,0,16480,21342,0,0,'Shadow\'s Edge Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(37845,0,0,0,0,0,30798,0,0,0,'Image of Morlen Coldgrip','','',0,80,80,2,2101,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38191,0,0,0,0,0,30986,0,0,0,'Shadow\'s Edge','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40725,0,0,0,0,0,31992,31992,0,0,'X-53 Touring Rocket','','vehichleCursor',0,60,60,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,774,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,0,0,0,'',12340),(34532,0,0,0,0,0,25384,0,0,0,'Kekek','','',0,1,1,0,188,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(36823,0,0,0,0,0,31021,0,0,0,'Terenas Menethil','','',0,80,80,2,1665,0,1,1,1,1,3500,4000,0,300,4.5,2000,2000,2,32832,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,15,1,0,0,0,0,0,0,0,0,0,0,0,'npc_terenas_menethil',12340),(36824,39296,0,0,0,0,31471,0,0,0,'Spirit Warden','','',0,83,83,2,14,0,1,1,1,1,3500,4000,0,300,3,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,15,1,0,0,0,0,0,0,0,0,0,8388624,256,'npc_spirit_warden',12340),(38285,38788,38789,38790,0,0,31008,0,0,0,'Mutated Abomination','','',0,80,80,2,35,0,2,2.28,1,1,400,500,0,1,5,2000,2000,4,0,0,0,0,0,0,0,0,345,509,103,6,108,0,0,0,0,0,0,0,0,0,72527,70539,70542,0,0,71516,0,0,0,591,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(38392,0,0,0,0,0,31181,0,0,0,'Val\'kyr Protector','','',0,80,80,2,2082,0,2.8,1.07143,1,0,0,0,0,0,1,2000,2000,1,32768,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,71842,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1.6,1,1,1,0,0,0,0,0,0,0,55,1,8388624,0,'npc_pet_gen_valkyr_guardian',12340),(38579,0,0,0,0,0,31021,0,0,0,'Terenas Menethil','','',0,80,80,2,1665,0,1,1,1,1,0,0,0,0,1,2000,2000,2,32832,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,25,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38584,0,0,0,0,0,11686,0,0,0,'Frostmourne Trigger','','',0,80,80,2,14,0,1.2,0.428571,1,3,0,0,0,0,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,0,0,0,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),(38667,0,0,0,0,0,15294,0,0,0,'Combat Trigger','','',0,60,60,0,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(35360,0,0,0,0,0,29524,0,0,0,'Koralon the Flame Watcher (1)','','',0,83,83,2,16,0,0.888888,1.5873,1,3,509,683,0,805,70,2000,0,1,0,2048,8,0,0,0,0,0,371,535,135,5,108,35360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,950,50,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),(35359,0,0,0,0,0,25680,0,0,0,'Flame Warder (1)','','',0,82,82,2,16,0,1,1.71429,1,1,387,543,0,528,13,0,0,1,32832,2048,8,0,0,0,0,0,324,480,88,4,72,35143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11000,15000,'',0,3,1,200,10,1,0,0,0,0,0,0,0,164,1,617299839,2097152,'',12340),(38462,0,0,0,0,0,31089,0,0,0,'Toravon the Ice Watcher (1)','','',0,83,83,2,16,0,0.888888,1.71429,1,3,509,683,0,805,70,0,0,1,0,2048,8,0,0,0,0,0,371,535,135,5,108,38462,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1080,50,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'',12340),(38483,0,0,0,0,0,27392,0,0,0,'Frost Warder (1)','','',0,82,82,2,16,0,1,1.71429,1,1,488,642,0,782,13,0,0,1,32832,2048,8,0,0,0,0,0,363,521,121,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,120,10,1,0,0,0,0,0,0,0,164,1,617299839,2097152,'',12340),(38292,0,0,0,0,0,31015,0,0,0,'Melee Trinket - Taunka',NULL,NULL,0,60,60,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38271,0,0,0,0,0,31182,31197,0,0,'Vrykul Illusion',NULL,NULL,0,70,70,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40246,0,0,0,0,0,31756,0,0,0,'Instant Statue Pedestal','','vehichleCursor',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,732,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),(38434,0,0,0,38588,0,31165,0,0,0,'Blood-Queen Lana\'thel (1)','','',0,83,83,2,16,0,1.6,1.42857,1,3,5538,6460,0,300,13,0,2000,2,32832,2048,0,0,0,0,0,0,371,535,100,6,108,38434,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300000,350000,'',0,4,1,4261,100,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(38435,0,0,0,0,0,31165,0,0,0,'Blood-Queen Lana\'thel (2)','','',0,83,83,2,16,0,1.6,1.42857,1,3,8000,9714,0,300,9,0,2000,2,32832,2048,0,0,0,0,0,0,371,535,100,6,108,38435,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300000,350000,'',0,4,1,1355.3,100,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(38436,0,0,0,38588,0,31165,0,0,0,'Blood-Queen Lana\'thel (3)','','',0,83,83,2,16,0,1.6,1.42857,1,3,5538,6460,0,300,16,0,2000,2,32832,2048,0,0,0,0,0,0,371,535,100,6,108,38436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300000,350000,'',0,4,1,5113,100,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(38401,0,0,0,0,0,30858,0,0,0,'Prince Valanar (1)','','',0,83,83,2,16,0,1.6,1.42857,1,3,3700,5045,0,300,13,0,2000,1,536903744,2048,8,0,0,0,0,0,371,535,100,6,108,38401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1620,1,1,0,0,0,0,0,0,0,150,0,650854271,2097153,'',12340),(38784,0,0,0,0,0,30858,0,0,0,'Prince Valanar (2)','','',0,83,83,2,16,0,1.6,1.42857,1,3,6872,9369,0,300,7,0,2000,1,536903744,2048,8,0,0,0,0,0,371,535,100,6,108,38784,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,546.75,1,1,0,0,0,0,0,0,0,150,0,650854271,2097153,'',12340),(38785,0,0,0,0,0,30858,0,0,0,'Prince Valanar (3)','','',0,83,83,2,16,0,1.6,1.42857,1,3,4934,6724,0,300,13,0,2000,1,536903744,2048,8,0,0,0,0,0,371,535,100,6,108,38785,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2187,1,1,0,0,0,0,0,0,0,150,0,650854271,2097153,'',12340),(35531,0,0,0,0,0,29525,0,0,0,'Memory of Hogger (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(35530,0,0,0,0,0,29537,0,0,0,'Memory of Herod (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(40198,0,0,0,0,0,31722,0,0,0,'Frigid Frostling','','',0,1,1,0,188,0,1.55556,1.14286,1,0,0,0,0,0,1,1500,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40436,0,0,0,0,0,31849,0,0,0,'Earthen Ring Pathfinder','Dungeonmaster','',11384,50,50,0,35,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,134217728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40443,0,0,0,0,0,31850,0,0,0,'Earthen Ring Scout','Dungeonmaster','',11384,50,50,0,35,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,134217728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40446,0,0,0,0,0,20990,0,0,0,'Skar\'this the Summoner','Heretic of Neptulon','',0,80,80,2,14,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37919,38601,0,0,0,0,19110,0,0,0,'Empowered Vampiric Fiend','','',0,80,80,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(36064,36067,0,0,0,0,29024,0,0,0,'Marked Immortal Guardian','','',0,82,82,2,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11.1268,1,1,0,0,0,0,0,0,0,190,1,0,0,'',12340),(35027,0,0,0,0,0,29535,0,0,0,'Erutor','Isle of Conquest Battlemaster','',10601,81,81,2,84,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,832,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(34490,0,0,0,0,0,25394,25384,25383,25382,'Snowfall Glade Playmate','','',0,1,5,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_snowfall_glade_playmate',12340),(36991,0,0,0,0,0,21460,0,0,0,'Sunwell Guardian','','',0,80,80,1,1960,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(37000,0,0,0,0,0,11686,0,0,0,'Sunwell Visual Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37205,0,0,0,0,0,30570,0,0,0,'Thalorien Dawnseeker','','',0,80,80,2,42,0,1,1.14286,1,1,500,700,0,300,5,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,3,1,0,0,0,0,0,0,0,0,1,0,0,'npc_bh_thalorien_dawnseeker',12340),(37211,0,0,0,0,0,30581,30590,30591,30592,'Sunwell Defender','','',0,80,80,2,1770,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,768,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37509,0,0,0,0,0,19301,0,0,0,'Shattered Sun Sentry','','',0,70,70,1,1960,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37510,0,0,0,0,0,22973,22974,0,0,'Shattered Sun Archmage','','',0,70,70,1,1960,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,8,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37512,0,0,0,0,0,22910,22914,22918,22922,'Shattered Sun Warrior','','',0,70,70,1,1960,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37523,0,0,0,0,0,30628,30629,30630,30631,'Warden of the Sunwell','','',37523,80,80,2,35,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.94806,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37527,0,0,0,0,0,19707,0,0,0,'Halduron Brightwing','Ranger General','',0,70,70,1,35,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37538,0,0,0,0,0,30645,30644,30643,30646,'Scourge Zombie','','',0,80,80,2,14,0,1,1.14286,1,0,500,700,0,100,1,2000,2000,1,768,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37539,0,0,0,0,0,30647,30648,30649,30650,'Ghoul Invader','','',0,80,80,2,14,0,1,1.14286,1,0,500,700,0,100,1.5,2000,2000,1,768,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37541,0,0,0,0,0,30651,30653,30654,0,'Crypt Raider','','',0,80,80,2,14,0,1,1.14286,1,0,500,700,0,100,1.5,2000,2000,1,772,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37542,0,0,0,0,0,30657,0,0,0,'Morlen Coldgrip','','',0,80,80,2,14,0,1,1.14286,1,1,500,700,0,100,3,2000,2000,1,768,2048,0,0,0,0,0,0,0,0,0,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37552,0,0,0,0,0,30659,0,0,0,'Thalorien Dawnseeker\'s Remains','','',37552,80,80,2,1770,1,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37707,0,0,0,0,0,16182,16832,16822,16808,'Silvermoon Builder','','',0,70,70,2,190,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37745,0,0,0,0,0,20570,30547,0,0,'Quel\'Delar','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(37746,0,0,0,0,0,11686,0,0,0,'Sunwell Caster Bunny','','',0,80,80,2,114,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37763,0,0,0,0,0,19706,0,0,0,'Grand Magister Rommath','','',0,80,80,1,35,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,20,1,0,0,0,0,0,0,0,0,1,0,0,'npc_grand_magister_rommath',12340),(37764,0,0,0,0,0,17122,0,0,0,'Lor\'themar Theron','Regent Lord of Quel\'Thalas','',0,80,80,2,35,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,400,30,1,1,0,0,0,0,0,0,0,1,0,0,'',12340),(37765,0,0,0,0,0,18146,0,0,0,'Captain Auric Sunchaser','High Elf Representative','',0,80,80,1,534,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37781,0,0,0,0,0,15511,0,0,0,'Sunwell Honor Guard','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(37829,0,0,0,0,0,30794,0,0,0,'Image of Alexstrasza','Queen of the Dragons','',0,83,83,2,2010,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,2,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1000,1000,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37844,0,0,0,0,0,30797,0,0,0,'Image of Anasterian','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37881,0,0,0,0,0,24999,25526,25527,25528,'Wretched Ghoul','','',0,80,80,2,14,0,1,1.14286,1,0,225,280,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,821,1,8388624,0,'npc_q24545_wretched_ghoul',12340),(38047,0,0,0,0,0,30894,30896,30895,30897,'Blood Elf Pilgrim','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38048,0,0,0,0,0,30898,30899,30900,30901,'High Elf Pilgrim','','',0,75,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(38052,0,0,0,0,0,23020,0,0,0,'Lady Liadrin','Blood Knight Matriarch','',0,80,80,1,35,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,10,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),(38056,0,0,0,0,0,21008,0,0,0,'Chamberlain Galiros','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37826,0,0,0,0,0,30792,0,0,0,'Light\'s Vengeance','','',0,60,60,1,35,0,0.4,0.142857,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37827,0,0,0,0,0,26241,0,0,0,'Light\'s Vengeance Vehicle Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,604,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37832,0,0,0,0,0,11686,0,0,0,'Lich King Stun Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(37857,0,0,0,0,0,24191,0,0,0,'The Lich King','','',0,83,83,2,14,0,1.4,0.992063,1,3,0,0,0,0,1,2000,2000,2,2,2099200,1613035584,0,0,0,0,0,0,0,0,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,2000,1,0,0,0,0,0,0,0,0,1,8388624,2,'npc_q24545_lich_king',12340),(37871,0,0,0,0,0,16480,21342,0,0,'Event Fail Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(37878,0,0,0,0,0,16480,21342,0,0,'AoD Impact Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554688,2099200,1613036800,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(37893,0,0,0,29943,0,30826,0,0,0,'Vegard the Unforgiven','','',0,80,80,2,14,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,2,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_q24545_vegard_dummy',12340),(37894,0,0,0,0,0,16480,21342,0,0,'Vegard Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554688,2099200,1613037824,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(37952,0,0,0,0,0,26241,0,0,0,'Light\'s Vengeance Vehicle Bunny 2','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,610,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37976,0,0,0,29943,0,30868,0,0,0,'Vegard the Unforgiven','','',0,80,80,2,14,0,1,1.14286,1,1,1500,2000,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_q24545_vegard',12340),(38001,0,0,0,0,0,21342,0,0,0,'Light\'s Vengeance Bunny 2','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(40625,0,0,0,0,0,31958,0,0,0,'Celestial Steed','','',0,80,80,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(39746,39805,0,0,0,0,32179,0,0,0,'General Zarithrian','','',0,83,83,2,16,0,1,1.42857,1,3,9000,10000,0,400,6,1500,2000,1,33554752,2048,0,0,0,0,0,0,0,0,0,2,76,39946,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,297,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'boss_general_zarithrian',12340),(39747,39823,0,0,0,0,31577,0,0,0,'Saviana Ragefire','','',0,83,83,2,103,0,2,2.14286,1.2,3,9000,10000,0,400,6,2000,2000,1,64,2048,0,0,0,0,0,0,0,0,0,2,76,39948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,300,1,1,0,0,0,0,0,0,0,191,1,650854271,2097153,'boss_saviana_ragefire',12340),(39751,39920,0,0,0,0,31761,0,0,0,'Baltharus the Warborn','','',0,83,83,2,103,0,2.8,1.71429,1.5,3,9000,10000,0,400,6,2000,2000,1,64,2048,0,0,0,0,0,0,0,0,0,2,76,39947,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,1,1,0,0,0,0,0,0,0,171,1,650854271,2097153,'boss_baltharus_the_warborn',12340),(39794,0,0,0,0,0,169,16925,0,0,'Zarithrian Spawn Stalker','','',0,80,80,2,14,0,1,0.99206,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(39814,39815,0,0,0,0,12889,0,0,0,'Onyx Flamecaller','','',0,82,82,2,103,0,1,1.42857,1,1,497,676,0,795,25,2000,2000,2,32768,2048,0,0,0,0,0,0,0,0,0,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,30,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_onyx_flamecaller',12340),(39863,39864,39944,39945,0,0,31952,0,0,0,'Halion','The Twilight Destroyer','',0,83,83,2,14,0,1.6,1.42857,1,3,9000,10000,0,400,8,1500,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,108,39863,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'boss_halion',12340),(39899,39922,0,0,0,0,31761,0,0,0,'Baltharus the Warborn','','',0,83,83,2,103,0,2.8,1.71429,1.5,3,9000,10000,0,400,6,2000,2000,1,64,2048,0,0,0,0,0,0,0,0,0,2,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,1,1,0,0,0,0,0,0,0,171,1,650854271,2097152,'npc_baltharus_the_warborn_clone',12340),(40001,40670,40671,40672,0,0,169,16946,0,0,'Combustion','','',0,83,83,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(40029,0,0,0,0,0,169,15880,0,0,'Meteor Strike','','',0,80,80,0,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(40041,0,0,0,0,0,169,11686,0,0,'Meteor Strike','','',0,80,80,0,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(40042,0,0,0,0,0,169,11686,0,0,'Meteor Strike','','',0,80,80,0,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(40043,0,0,0,0,0,169,11686,0,0,'Meteor Strike','','',0,80,80,0,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(40044,0,0,0,0,0,169,11686,0,0,'Meteor Strike','','',0,80,80,0,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(40055,0,0,0,0,0,169,11686,0,0,'Meteor Strike','','',0,80,80,0,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(40081,40470,40471,40472,0,0,169,11686,0,0,'Orb Carrier','','',0,80,80,2,14,0,1.2,0.428571,1,0,0,0,0,0,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,718,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,76,1,0,130,'npc_orb_carrier',12340),(40083,0,0,0,0,0,32754,0,0,0,'Shadow Orb','','',0,80,80,2,14,0,2.4,0.85714,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,6.25,1,1,1,0,0,0,0,0,0,0,106,1,0,2,'',12340),(40091,43280,43281,43282,0,0,169,11686,0,0,'Orb Rotation Focus','','',0,80,80,0,14,0,2.2,0.785714,1,0,0,0,0,0,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,98,1,0,130,'',12340),(40100,0,0,0,0,0,32754,0,0,0,'Shadow Orb','','',0,80,80,2,14,0,2.4,0.85714,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,6.25,1,1,1,0,0,0,0,0,0,0,106,1,0,2,'',12340),(40135,40673,40674,40675,0,0,169,16946,0,0,'Consumption','','',0,83,83,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(40142,40143,40144,40145,0,0,31952,0,0,0,'Halion','The Twilight Destroyer','',0,83,83,2,14,0,1.6,1.42857,1,3,9000,10000,0,400,8,1500,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,1132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'boss_twilight_halion',12340),(40146,0,0,0,0,0,169,11686,0,0,'Halion Controller','','',0,80,80,2,14,0,2.8,1,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,118,1,0,130,'npc_halion_controller',12340),(40417,40418,0,0,0,0,27227,0,0,0,'Charscale Invoker','','',0,82,82,2,103,0,1.6,1.42857,1,1,422,586,0,642,30,2000,2000,8,32832,2048,0,0,0,0,0,0,0,0,0,2,72,40419,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,12,1,0,0,0,0,0,0,0,150,1,549530129,0,'',12340),(40419,40420,0,0,0,0,14308,0,0,0,'Charscale Assaulter','','',0,82,82,2,103,0,1.6,1.42857,1,1,422,586,0,642,35,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,72,40419,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,150,1,549530129,0,'',12340),(40421,40422,0,0,0,0,12891,0,0,0,'Charscale Elite','','',0,82,82,2,103,0,1.6,1.42857,1,1,422,586,0,642,30,1250,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,72,40419,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,80,1,1,0,0,0,0,0,0,0,150,1,549530129,0,'',12340),(40423,40424,0,0,0,0,27226,0,0,0,'Charscale Commander','','',0,82,82,2,103,0,1.6,1.42857,1,1,422,586,0,642,45,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,72,40419,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,80,1,1,0,0,0,0,0,0,0,150,1,549530129,0,'',12340),(40429,0,0,0,0,0,31962,0,0,0,'Sanctum Guardian Xerestrasza','','',0,80,80,2,2010,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,8,32768,2048,0,0,0,0,0,0,0,0,0,2,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,189,832,1,0,0,0,0,0,0,0,0,1,0,0,'npc_xerestrasza',12340),(40626,0,0,0,0,0,32105,0,0,0,'Ruby Drakonid','','',0,82,82,2,60,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,570688258,2048,32,0,0,0,0,0,0,0,0,2,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(40627,0,0,0,0,0,32106,0,0,0,'Ruby Drake','','',0,82,82,2,60,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,570688258,2048,32,0,0,0,0,0,0,0,0,2,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(40628,0,0,0,0,0,32104,0,0,0,'Ruby Scalebane','','',0,82,82,2,60,0,0.888888,1.14286,1,0,0,0,0,0,1,2000,2000,1,570688258,2048,32,0,0,0,0,0,0,0,0,2,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(40870,0,0,0,0,0,2718,0,0,0,'Ruby Dragon','','',0,82,82,2,60,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,570688258,2048,32,0,0,0,0,0,0,0,0,2,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37306,0,0,0,0,0,13809,13810,13811,13812,'Frostwolf Reaver (3)','','',0,65,65,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37307,0,0,0,0,0,12165,12166,12167,12170,'Frostwolf Reclaimer (3)','','',0,1,1,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37308,0,0,0,0,0,13410,0,0,0,'Frostwolf Shaman (3)','','',0,81,81,2,1214,1,1.77,1.14286,1,1,214,301,0,276,5.2,2000,2000,2,4160,2048,0,0,0,0,0,0,179,266,23,7,0,13284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1627,1627,'',1,3,1,10.4,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37309,0,0,0,0,0,13310,0,0,0,'Frostwolf Shredder Unit (3)','','',0,60,60,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.1,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37310,0,0,0,13616,0,13670,0,0,0,'Frostwolf Stable Master (3)','Stable Master','',9821,80,80,2,1214,4194307,1.78,1.14286,1,1,210,315,0,79,7.9,1000,1000,1,0,2048,0,0,0,0,0,0,168,252,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,19.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37311,0,0,0,0,0,12081,12082,12083,12084,'Frostwolf Warrior (3)','','',0,55,55,0,1214,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37312,0,0,0,0,0,13411,13412,13414,13413,'Frostwolf Wolf Rider (3)','','',0,78,78,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37313,0,0,0,13441,0,13415,0,0,0,'Frostwolf Wolf Rider Commander (3)','','',0,81,81,2,1214,2,1.79,1.14286,1,1,218,327,0,82,7.4,1000,1000,1,0,2048,0,0,0,0,0,0,174,262,66,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2855,2855,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37314,0,0,0,0,0,2346,0,0,0,'Furis (3)','','',0,1,1,0,1215,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.755,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(37315,0,0,0,0,0,13476,0,0,0,'Gaelden Hammersmith (3)','Stormpike Supply Officer','',0,81,81,2,1217,4224,1.75,1.14286,1,1,231,325,0,292,4.4,2000,2000,1,4160,2048,0,0,0,0,0,0,195,289,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1662,1662,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37316,0,0,0,0,0,11686,0,0,0,'Gahz\'ranka Herald (3)','','',0,1,1,0,1334,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,19.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37317,0,0,0,0,0,12249,0,0,0,'Gash\'nak the Cannibal (3)','','',0,80,80,0,37,0,1,1.14286,1,2,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37318,0,0,0,0,0,1359,0,0,0,'Grelkor (3)','Blacksmithing Supplies','',0,80,80,2,1215,4224,1.26,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37319,0,0,0,0,0,10792,0,0,0,'Grimtooth (3)','','',0,80,80,0,39,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.755,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37320,0,0,0,0,0,13477,0,0,0,'Grunnda Wolfheart (3)','Frostwolf Supply Officer','',0,80,80,2,1215,4224,1.75,1.14286,1,1,231,325,0,292,4.8,2000,2000,1,4160,2048,0,0,0,0,0,0,195,289,25,7,0,13218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1561,1561,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37321,0,0,0,0,0,11012,0,0,0,'Guse\'s War Rider (3)','','',0,80,80,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(37322,0,0,0,0,0,13069,0,0,0,'Herald (3)','','',0,80,80,2,1334,3,1,1.14286,1,0,252,357,0,304,1.2,2000,2000,1,33559296,2048,0,0,0,0,0,0,215,320,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,19.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37323,0,0,0,13117,0,13338,13339,0,0,'Horde Spirit Guide (3)','','',0,81,81,2,83,32768,1,1.14286,1,1,405,609,0,152,49.1,2000,2000,2,4930,2048,0,0,0,0,0,0,324,487,122,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37324,0,0,0,0,0,10041,0,0,0,'Ice Giant (3)','','',0,83,83,0,14,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37325,0,0,0,0,0,14793,14795,14794,14796,'Iceblood Marshal (3)','','',0,80,80,0,1534,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37326,0,0,0,0,0,14797,14799,14798,14800,'Iceblood Warmaster (3)','','',0,81,81,2,1214,0,1.76,1.14286,1,1,252,357,0,304,51.4,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37327,0,0,0,0,0,14793,14795,14794,14796,'Icewing Marshal (3)','','',0,81,81,2,1534,0,1.76,1.14286,1,1,252,357,0,304,13.8,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37328,0,0,0,0,0,14797,14799,14798,14800,'Icewing Warmaster (3)','','',0,80,80,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37329,0,0,0,0,0,1148,0,0,0,'Ichman\'s Gryphon (3)','','',0,80,80,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(37330,0,0,0,0,0,10285,0,0,0,'Irondeep Cave Lurker UNUSED (3)','','',0,52,53,0,59,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37331,0,0,0,0,0,13430,13431,13432,13433,'Irondeep Explorer (3)','','',0,80,80,2,1214,0,1.74,1.14286,1,0,186,260,0,262,1.1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,21,7,0,13099,13099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.52,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37332,0,0,0,0,0,10285,0,0,0,'Irondeep Geomancer UNUSED (3)','','',0,53,54,0,59,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37333,0,0,0,0,0,13311,13313,13312,13314,'Irondeep Guard (3)','','',0,80,80,2,1216,0,1.76,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,0,13080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37334,0,0,0,0,0,556,308,0,0,'Irondeep Miner (3)','','',0,80,80,2,1216,0,1.76,1.14286,1,0,181,253,0,268,0.9,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,22,7,0,13396,13396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.39,0.4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37335,0,0,0,0,0,13335,0,0,0,'Irondeep Peon (3)','','',0,80,80,2,1214,2,1.76,1.14286,1,0,181,253,0,268,0.9,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,22,7,0,13397,13397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,80,'',1,3,1,0.39,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37336,0,0,0,0,0,13434,13435,13436,13437,'Irondeep Raider (3)','','',0,80,80,2,1214,2,1.75,1.14286,1,0,200,281,0,278,1.2,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,23,7,0,13081,13081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37337,0,0,0,0,0,10285,0,0,0,'Irondeep Shaman (3)','','',0,80,80,2,59,0,1.76,1.14286,1,0,325,464,0,334,1.1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,27,7,0,11600,11600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,246,'',1,3,1,0.65,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37338,0,0,0,0,0,10285,0,0,0,'Irondeep Skullthumper (3)','','',0,80,80,2,59,0,1.76,1.14286,1,0,200,281,0,278,1.2,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,23,7,0,11602,11602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.65,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37339,0,0,0,0,0,13315,13317,13316,13318,'Irondeep Surveyor (3)','','',0,80,80,2,1216,0,1.73,1.14286,1,0,186,260,0,262,1.2,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,21,7,0,13098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.52,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37340,0,0,0,0,0,10285,0,0,0,'Irondeep Trogg (3)','','',0,80,80,2,59,0,1.76,1.14286,1,0,181,253,0,268,0.9,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,22,7,0,10987,10987,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,333,'',1,3,1,0.65,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37341,0,0,0,0,0,14884,0,0,0,'Ivus the Forest Lord (3)','','',0,83,83,0,1594,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,65,15,1,0,0,0,0,0,0,0,196,1,0,0,'',12340),(37342,0,0,0,0,0,13438,0,0,0,'Jekyll Flandring (3)','Frostwolf Supply Officer','',0,58,58,0,1335,4226,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37343,0,0,0,0,0,11012,0,0,0,'Jeztor\'s War Rider (3)','','',0,80,80,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(37344,0,0,0,0,0,3061,0,0,0,'Jonivera Farmountain (3)','General Goods','',0,80,80,2,1217,128,1.23,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37345,0,0,0,0,0,13808,0,0,0,'Jotek (3)','','',0,81,81,2,1214,2,1.8,1.14286,1,1,299,426,0,308,7.7,2000,2000,1,4160,2048,0,0,0,0,0,0,262,389,28,7,0,13798,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,598,598,'',1,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37346,0,0,0,0,0,13300,0,0,0,'Keetar (3)','','',0,80,80,2,1214,2,1.76,1.14286,1,0,231,325,0,292,1.1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,25,7,0,13079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,175,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37347,0,0,0,0,0,7873,0,0,0,'Korrak the Bloodrager (3)','','',0,82,82,0,37,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45.5,1,1,0,18148,0,0,0,0,0,0,1,0,0,'',12340),(37348,0,0,0,0,0,3084,0,0,0,'Kurdrum Barleybeard (3)','Reagents & Poison Supplies','',0,80,80,2,1217,128,1.23,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,104,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37349,0,0,0,0,0,2286,0,0,0,'Lana Thunderbrew (3)','Blacksmithing Supplies','',0,80,80,2,1217,4224,1.26,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,133,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37350,0,0,0,0,0,13456,0,0,0,'Lieutenant Greywand (3)','','',0,79,79,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37351,0,0,0,0,0,7864,0,0,0,'Lieutenant Grummus (3)','','',0,79,79,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37352,0,0,0,0,0,13841,0,0,0,'Lieutenant Haggerdin (3)','','',5442,61,61,0,1334,3,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37353,0,0,0,0,0,13457,0,0,0,'Lieutenant Largent (3)','','',0,79,79,1,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37354,0,0,0,0,0,13466,0,0,0,'Lieutenant Lewis (3)','','',0,79,79,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37355,0,0,0,0,0,13458,0,0,0,'Lieutenant Lonadin (3)','','',0,79,79,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37356,0,0,0,0,0,13459,0,0,0,'Lieutenant Mancuso (3)','','',0,79,79,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37357,0,0,0,0,0,1693,0,0,0,'Lieutenant Murp <old> (3)','','',0,79,79,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37358,0,0,0,0,0,13467,0,0,0,'Lieutenant Rugba (3)','','',0,79,79,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37359,0,0,0,0,0,13460,0,0,0,'Lieutenant Spencer (3)','','',0,79,79,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37360,0,0,0,0,0,13461,0,0,0,'Lieutenant Stouthandle (3)','','',0,79,79,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37361,0,0,0,0,0,13468,0,0,0,'Lieutenant Stronghoof (3)','','',0,79,79,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37362,0,0,0,0,0,13469,0,0,0,'Lieutenant Vol\'talar (3)','','',0,79,79,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37363,0,0,0,0,0,31723,13174,0,0,'Lokholar the Ice Lord (3)','','',0,81,81,0,1214,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,65,8,1,0,0,0,0,0,0,0,196,1,0,0,'',12340),(37364,0,0,0,0,0,13305,0,0,0,'Masha Swiftcut (3)','','',0,80,80,2,1214,2,1.76,1.14286,1,0,231,325,0,292,1.1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,25,7,0,13088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,278,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37365,0,0,0,0,0,13439,0,0,0,'Master Engineer Zinfizzlex (3)','','',0,60,60,0,1194,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37366,0,0,0,0,0,5945,0,0,0,'Morloch (3)','','',0,80,80,2,59,0,1.77,1.14286,1,0,214,301,0,276,1.2,2000,2000,2,512,2048,0,0,0,0,0,0,179,266,23,7,0,11657,11657,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,111,'',1,3,1,1.3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37367,0,0,0,0,0,13849,0,0,0,'Mountaineer Boombellow (3)','','',0,81,81,2,1216,2,1.8,1.14286,1,1,299,426,0,308,3.2,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,26,7,0,13797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1828,1828,'',1,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37368,0,0,0,0,0,11012,0,0,0,'Mulverick\'s War Rider (3)','','',0,1,1,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(37369,0,0,0,0,0,13151,0,0,0,'Murgot Deepforge (3)','','',5021,81,81,2,1216,2,1.79,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,26,7,0,13257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,639,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37370,0,0,0,0,0,14232,0,0,0,'Najak Hexxen (3)','Bounty Hunter','',0,80,80,2,877,2,1.27,1.14286,1,0,245,346,0,298,1.1,2000,2000,1,4096,2048,0,0,0,0,0,0,206,302,25,7,0,14185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,578,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37371,0,0,0,0,0,13478,0,0,0,'Primalist Thurloga (3)','','',0,81,81,2,1214,3,1.79,1.14286,1,1,234,331,0,286,8.1,2000,2000,2,4160,2048,0,0,0,0,0,0,198,295,24,7,0,13236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1854,1854,'',1,3,1,15.6,12,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),(37372,0,0,0,0,0,13794,0,0,0,'Prospector Stonehewer (3)','','',0,80,80,2,1216,2,1.05,1.14286,1,0,299,426,0,308,1.1,2000,2000,1,4608,2048,0,0,0,0,0,0,262,389,28,7,0,13816,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,175,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37373,0,0,0,0,0,4294,0,0,0,'Rarck (3)','General Goods','',0,80,80,2,1215,128,1.23,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,135,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37374,0,0,0,0,0,14233,0,0,0,'Ravak Grimtotem (3)','Bounty Hunter','',0,80,80,2,105,2,1.26,1.14286,1,0,252,357,0,304,1.2,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,26,7,0,14186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,600,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37375,0,0,0,0,0,14072,0,0,0,'Rezrelek (3)','Winterax Hero','',0,1,1,0,37,0,1,1.14286,1,2,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37376,0,0,0,0,0,8811,0,0,0,'Risen Ancient (3)','','',0,80,80,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32.5,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37377,0,0,0,0,0,10833,0,0,0,'Ryson\'s Eye in the Sky (3)','','',0,58,58,0,1194,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37378,0,0,0,0,0,13891,13892,13538,13539,'Seasoned Coldmine Explorer (3)','','',0,76,77,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37379,0,0,0,0,0,13567,13568,13569,13570,'Seasoned Coldmine Guard (3)','','',0,76,77,0,1214,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37380,0,0,0,0,0,13636,13637,13638,13639,'Seasoned Coldmine Invader (3)','','',0,76,77,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37381,0,0,0,0,0,13544,13546,13548,13550,'Seasoned Coldmine Surveyor (3)','','',0,56,57,0,1214,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37382,0,0,0,0,0,13654,13655,13656,13657,'Seasoned Commando (3)','','',0,59,59,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37383,0,0,0,0,0,13262,13263,13264,13265,'Seasoned Defender (3)','','',0,80,80,2,1216,0,1.26,1.14286,1,0,245,346,0,298,1.3,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,25,7,0,13326,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,575,'',1,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37384,0,0,0,0,0,13278,13279,13280,13281,'Seasoned Guardian (3)','','',0,80,80,2,1214,0,1.26,1.14286,1,0,245,346,0,298,1.3,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,25,7,0,13328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,581,581,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37385,0,0,0,0,0,13249,13250,13251,13252,'Seasoned Guardsman (3)','','',0,78,78,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.43,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37386,0,0,0,0,0,13769,13770,13771,13772,'Seasoned Irondeep Explorer (3)','','',0,77,77,0,1214,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37387,0,0,0,0,0,13781,13782,13783,13784,'Seasoned Irondeep Guard (3)','','',0,76,77,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37388,0,0,0,0,0,13590,13591,13592,13593,'Seasoned Irondeep Raider (3)','','',0,77,77,0,1214,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37389,0,0,0,0,0,13795,13796,13797,13798,'Seasoned Irondeep Surveyor (3)','','',0,76,77,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37390,0,0,0,0,0,13286,13287,13288,13289,'Seasoned Legionnaire (3)','','',0,78,78,0,1214,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.43,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37391,0,0,0,0,0,13266,13267,13268,13269,'Seasoned Mountaineer (3)','','',0,56,56,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.43,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37392,0,0,0,0,0,13821,13822,13823,13824,'Seasoned Outrunner (3)','','',0,79,79,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37393,0,0,0,0,0,13678,13679,13680,13681,'Seasoned Ranger (3)','','',0,79,79,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37394,0,0,0,0,0,13813,13814,13815,13816,'Seasoned Reaver (3)','','',0,59,59,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37395,0,0,0,0,0,13229,13230,13231,13232,'Seasoned Sentinel (3)','','',0,59,59,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.43,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37396,0,0,0,0,0,13301,13302,13303,13304,'Seasoned Warrior (3)','','',0,56,56,0,1214,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.43,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37397,0,0,0,0,0,13383,0,0,0,'Sergeant Durgen Stormpike (3)','','',6262,1,1,0,35,3,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37398,0,0,0,13448,0,13402,0,0,0,'Sergeant Yazra Bloodsnarl (3)','','',0,80,80,2,1214,3,1,1.14286,1,0,315,472,0,118,1,1500,1500,1,4096,2048,0,0,0,0,0,0,252,378,94,7,0,0,0,0,0,0,0,0,0,0,11977,0,0,0,0,0,0,0,0,0,900,900,'',0,3,1,2.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37399,0,0,0,0,0,9765,0,0,0,'Shrye Ragefist (3)','Food & Drink','',0,80,80,2,1215,128,1.26,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37400,0,0,0,0,0,1148,0,0,0,'Slidore\'s Gryphon (3)','','',0,1,1,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(37401,0,0,0,0,0,13152,0,0,0,'Smith Regzar (3)','','',5124,81,81,2,1215,3,1.79,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,215,320,26,7,0,13176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1910,1910,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37402,0,0,0,0,0,10282,0,0,0,'Snowblind Ambusher (3)','','',0,80,80,2,514,0,1.25,1.14286,1,0,181,253,0,268,0.9,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,22,7,0,11678,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,411,'',1,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37403,0,0,0,0,0,10282,0,0,0,'Snowblind Harpy (3)','','',0,80,80,2,514,0,1.25,1.14286,1,0,181,253,0,268,0.9,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,22,7,0,10986,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,411,'',1,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37404,0,0,0,0,0,10282,0,0,0,'Snowblind Windcaller (3)','','',0,80,80,2,514,0,1.25,1.14286,1,0,168,234,0,252,1,2000,2000,2,0,2048,0,0,0,0,0,0,136,202,20,7,0,11675,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,426,'',1,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37405,0,0,0,0,0,13340,0,0,0,'Stabled Alterac Ram (3)','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37406,0,0,0,0,0,10278,0,0,0,'Stabled Frostwolf (3)','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.326,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37407,0,0,0,0,0,14793,14795,14794,14796,'Stonehearth Marshal (3)','','',0,81,81,2,1534,0,1.76,1.14286,1,1,252,357,0,304,13.8,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,26,7,0,14765,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37408,0,0,0,0,0,14797,14799,14798,14800,'Stonehearth Warmaster (3)','','',0,80,80,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37409,0,0,0,0,0,14322,14324,14326,14327,'Stormpike Battleguard (3)','','',0,81,81,2,1216,0,1.05,1.14286,1,1,299,426,0,308,7.2,2000,2000,1,4608,2048,0,0,0,0,0,0,262,389,28,7,0,14284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1616,1616,'',1,3,1,7.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37410,0,0,0,0,0,13390,13391,13392,13393,'Stormpike Bowman (3)','','',0,80,80,2,1216,0,1.27,1.14286,1,0,252,357,0,304,1,2000,2000,1,4608,2048,0,0,0,0,0,0,215,320,26,7,0,13358,13358,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,580,580,'',0,3,1,1.95,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37411,0,0,0,0,0,13645,13646,13647,13648,'Stormpike Commando (3)','','',0,56,56,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37412,0,0,0,0,0,13274,13275,13276,13277,'Stormpike Defender (3)','','',0,80,80,2,1216,0,1.26,1.14286,1,0,231,325,0,292,1.1,2000,2000,1,4096,2048,0,0,0,0,0,0,195,289,25,7,0,12050,12050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,547,547,'',1,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37413,0,0,0,0,0,15259,15388,15260,15262,'Stormpike Emissary (3)','','',6500,55,55,0,1217,1048577,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,256,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37414,0,0,0,0,0,13671,0,0,0,'Stormpike Explosives Expert (3)','','',0,60,60,0,1216,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37415,0,0,0,0,0,13253,12077,12079,12078,'Stormpike Guardsman (3)','','',0,80,80,2,1216,0,1.26,1.14286,1,0,225,314,0,288,1,2000,2000,1,4096,2048,0,0,0,0,0,0,186,276,24,7,0,12127,12127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,520,520,'',0,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37416,0,0,0,0,0,12075,0,0,0,'Stormpike Herald (3)','','',0,80,80,2,1334,3,1.26,1.14286,1,0,252,357,0,304,1.4,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,19.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37417,0,0,0,0,0,13386,0,0,0,'Stormpike Mine Layer (3)','','',0,81,81,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37418,0,0,0,0,0,12065,12066,12067,12068,'Stormpike Mountaineer (3)','','',0,55,55,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37419,0,0,0,0,0,10828,0,0,0,'Stormpike Owl (3)','','',0,80,80,2,1216,0,1.26,1.14286,1,0,194,274,0,272,0.9,2000,2000,1,4096,2048,0,26,0,0,0,0,154,226,22,1,1,14283,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13264,0,0,0,'',0,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37420,0,0,0,0,0,13384,0,0,0,'Stormpike Quartermaster (3)','','',5241,80,80,2,1217,131,1.26,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,150,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37421,0,0,0,0,0,13709,13710,13711,13712,'Stormpike Ram Rider (3)','','',0,78,78,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37422,0,0,0,0,0,13714,0,0,0,'Stormpike Ram Rider Commander (3)','','',5281,81,81,2,1216,3,1.79,1.14286,1,1,252,357,0,304,8.2,2000,2000,1,4160,2048,0,0,0,0,0,0,215,320,26,7,0,13577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1713,1713,'',1,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37423,0,0,0,0,0,13674,13675,13676,13677,'Stormpike Ranger (3)','','',0,76,76,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37424,0,0,0,0,0,13274,13275,13276,13277,'Stormpike Reclaimer (3)','','',0,1,1,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37425,0,0,0,0,0,13310,0,0,0,'Stormpike Shredder Unit (3)','','',0,60,60,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.1,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37426,0,0,0,0,0,13669,0,0,0,'Stormpike Stable Master (3)','Stable Master','',5283,81,81,2,1216,4194307,1.78,1.14286,1,1,252,357,0,304,7.3,2000,2000,1,4160,2048,0,0,0,0,0,0,215,320,26,7,0,13617,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,632,'',1,3,1,19.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37427,0,0,0,0,0,3083,0,0,0,'Svalbrad Farmountain (3)','Trade Goods','',0,80,80,2,1217,128,1.23,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37428,0,0,0,0,0,13449,13451,13453,13452,'Syndicate Agent (3)','','',0,57,57,0,1194,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37429,0,0,0,0,0,13440,13441,13442,13443,'Syndicate Brigand (3)','','',0,53,53,0,1194,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.55,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37430,0,0,0,0,0,13454,0,0,0,'Syndicate Master Ryson (3)','','',0,60,60,0,1194,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37431,0,0,0,0,0,371,0,0,0,'Taskmaster Snivvle (3)','','',0,80,80,2,26,0,1.76,1.14286,1,0,214,301,0,276,1.2,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,23,7,0,11677,11677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,254,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37432,0,0,0,0,0,13990,0,0,0,'Tatterhide (3)','','',0,1,1,0,16,0,1,1.14286,1,2,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37433,0,0,0,0,0,13319,0,0,0,'Thanthaldis Snowgleam (3)','Stormpike Supply Officer','',0,58,58,0,1334,4224,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37434,0,0,0,0,0,14793,14795,14794,14796,'Tower Point Marshal (3)','','',0,80,80,0,1534,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37435,0,0,0,0,0,14797,14799,14798,14800,'Tower Point Warmaster (3)','','',0,81,81,2,1214,0,1.76,1.14286,1,1,252,357,0,304,51.4,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,150,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37436,0,0,0,0,0,7804,0,0,0,'Trigger Guse (3)','','',0,70,70,1,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.9,2,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(37437,0,0,0,0,0,7804,0,0,0,'Trigger Ichman (3)','','',0,70,70,1,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.9,2,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(37438,0,0,0,0,0,7804,0,0,0,'Trigger Jeztor (3)','','',0,70,70,1,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.9,2,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(37439,0,0,0,0,0,7804,0,0,0,'Trigger Mulverick (3)','','',0,70,70,1,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.9,2,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(37440,0,0,0,0,0,7804,0,0,0,'Trigger Slidore (3)','','',0,70,70,1,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.9,2,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(37441,0,0,0,0,0,7804,0,0,0,'Trigger Vipore (3)','','',0,70,70,1,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.9,2,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(37442,0,0,0,0,0,13299,0,0,0,'Umi Thorson (3)','','',0,80,80,2,1216,0,1.77,1.14286,1,0,231,325,0,292,1.1,2000,2000,1,4096,2048,0,0,0,0,0,0,195,289,25,7,0,13078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,117,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37443,0,0,0,0,0,14064,0,0,0,'Ushalac the Gloomdweller (3)','','',0,1,1,0,37,0,1,1.14286,1,2,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37444,0,0,0,0,0,11896,0,0,0,'Vanndar Stormpike (3)','Stormpike General','',0,83,83,2,1216,0,1.78,1.14286,1,3,316,450,0,320,62,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,32,7,4,11948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,37.5,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),(37445,0,0,0,0,0,13893,13894,13547,13549,'Veteran Coldmine Explorer (3)','','',0,78,79,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37446,0,0,0,0,0,13571,13572,13573,13574,'Veteran Coldmine Guard (3)','','',0,78,79,0,1214,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37447,0,0,0,0,0,13640,13641,13642,13643,'Veteran Coldmine Invader (3)','','',0,78,79,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37448,0,0,0,0,0,13554,13555,13556,13557,'Veteran Coldmine Surveyor (3)','','',0,78,79,0,1214,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37449,0,0,0,0,0,13658,13659,13660,13661,'Veteran Commando (3)','','',0,60,60,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37450,0,0,0,0,0,13258,13259,13260,13261,'Veteran Defender (3)','','',0,80,80,2,1216,0,1.28,1.14286,1,0,252,357,0,304,1.4,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,26,7,0,13331,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,662,662,'',1,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37451,0,0,0,0,0,13282,13283,13284,13285,'Veteran Guardian (3)','','',0,80,80,2,1214,0,1.28,1.14286,1,0,252,357,0,304,1.4,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,26,7,0,13332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,617,617,'',0,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37452,0,0,0,0,0,13254,13255,13256,13257,'Veteran Guardsman (3)','','',0,79,79,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.56,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37453,0,0,0,0,0,13773,13774,13775,13776,'Veteran Irondeep Explorer (3)','','',0,58,59,0,1214,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37454,0,0,0,0,0,13785,13787,13786,13788,'Veteran Irondeep Guard (3)','','',0,78,79,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37455,0,0,0,0,0,13594,13595,13596,13597,'Veteran Irondeep Raider (3)','','',0,79,79,0,1214,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37456,0,0,0,0,0,13799,13800,13801,13802,'Veteran Irondeep Surveyor (3)','','',0,78,79,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37457,0,0,0,0,0,13294,13295,13296,13297,'Veteran Legionnaire (3)','','',0,79,79,0,1214,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.56,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37458,0,0,0,0,0,13270,13271,13272,13273,'Veteran Mountaineer (3)','','',0,57,57,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.56,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37459,0,0,0,0,0,13828,13830,13831,13832,'Veteran Outrunner (3)','','',0,80,80,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37460,0,0,0,0,0,13682,13683,13684,13685,'Veteran Ranger (3)','','',0,80,80,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37461,0,0,0,0,0,13825,13826,13827,13829,'Veteran Reaver (3)','','',0,80,80,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37462,0,0,0,0,0,13290,13291,13292,13293,'Veteran Sentinel (3)','','',0,57,57,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.56,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37463,0,0,0,0,0,13306,13307,13308,13309,'Veteran Warrior (3)','','',0,57,57,0,1214,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.56,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37464,0,0,0,0,0,1148,0,0,0,'Vipore\'s Gryphon (3)','','',0,80,80,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(37465,0,0,0,0,0,13852,0,0,0,'Voggah Deathgrip (3)','','',0,61,61,0,1214,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.365,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37466,0,0,0,0,0,11012,0,0,0,'War Rider (3)','','',0,60,60,0,1214,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),(37467,0,0,0,0,0,14793,14795,14794,14796,'West Frostwolf Marshal (3)','','',0,80,80,0,1534,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37468,0,0,0,0,0,14797,14799,14798,14800,'West Frostwolf Warmaster (3)','','',0,81,81,2,1214,0,1.76,1.14286,1,1,252,357,0,304,51.4,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,26,7,0,14777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37469,0,0,0,0,0,371,0,0,0,'Whitewhisker Digger (3)','','',0,80,80,2,26,0,1.76,1.14286,1,0,181,253,0,268,0.9,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,22,7,0,11603,11603,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,195,'',1,3,1,0.65,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37470,0,0,0,0,0,371,0,0,0,'Whitewhisker Geomancer (3)','','',0,80,80,2,26,0,1.76,1.14286,1,0,168,234,0,252,1.1,2000,2000,2,0,2048,0,0,0,0,0,0,136,202,20,7,0,11604,11604,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,271,'',1,3,1,0.65,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37471,0,0,0,0,0,371,0,0,0,'Whitewhisker Overseer (3)','','',0,80,80,2,26,0,1.76,1.14286,1,0,200,281,0,278,1.2,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,23,7,0,11605,11605,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.78,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37472,0,0,0,0,0,371,0,0,0,'Whitewhisker Tunnel Rat (3)','','',0,1,1,0,26,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37473,0,0,0,0,0,371,0,0,0,'Whitewhisker Vermin (3)','','',0,80,80,2,26,0,1.76,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,22,7,0,10982,10982,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,145,'',1,3,1,0.65,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37474,0,0,0,0,0,10792,0,0,0,'Wildpaw Alpha (3)','','',0,78,79,0,39,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.755,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37475,0,0,0,0,0,494,0,0,0,'Wildpaw Brute (3)','','',0,80,80,2,39,0,1.26,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,24,7,0,11839,11839,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,498,498,'',1,3,1,1.755,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37476,0,0,0,0,0,494,0,0,0,'Wildpaw Gnoll (3)','','',0,72,73,0,39,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37477,0,0,0,0,0,494,0,0,0,'Wildpaw Mystic (3)','','',0,76,77,0,39,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.755,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37478,0,0,0,0,0,494,0,0,0,'Wildpaw Shaman (3)','','',0,73,74,0,39,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37479,0,0,0,0,0,13473,0,0,0,'Wing Commander Guse (3)','','',0,81,81,2,1215,3,1.77,1.14286,1,1,245,346,0,298,4.7,2000,2000,1,4928,2048,0,0,0,0,0,0,206,302,25,7,0,13179,13179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1714,1714,'',1,3,1,12.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37480,0,0,0,13437,0,13470,0,0,0,'Wing Commander Ichman (3)','','',5146,81,81,2,1217,3,1,1.14286,1,1,218,327,0,82,6.9,1000,1000,1,4928,2048,0,0,0,0,0,0,174,262,66,7,0,0,0,0,0,0,0,0,0,0,15580,16509,0,0,0,0,0,0,0,0,1813,1813,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37481,0,0,0,13180,0,13474,0,0,0,'Wing Commander Jeztor (3)','','',0,81,81,2,1215,2,1,1.14286,1,1,218,327,0,82,4.4,1000,1000,1,4096,2048,0,0,0,0,0,0,174,262,66,7,0,0,0,0,0,0,0,0,0,0,15572,15580,0,0,0,0,0,0,0,0,1758,1758,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37482,0,0,0,0,0,13475,0,0,0,'Wing Commander Mulverick (3)','','',0,80,80,0,1215,3,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37483,0,0,0,0,0,13471,0,0,0,'Wing Commander Slidore (3)','','',0,81,81,2,1217,2,1.77,1.14286,1,1,231,325,0,292,4.8,2000,2000,1,4160,2048,0,0,0,0,0,0,195,289,25,7,0,13438,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1586,1586,'',1,3,1,12.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37484,0,0,0,13439,0,13472,0,0,0,'Wing Commander Vipore (3)','','',5147,81,81,2,1217,3,1,1.14286,1,1,218,327,0,82,4.5,1000,1000,1,4608,2048,0,0,0,0,0,0,174,262,66,7,0,0,0,0,0,0,0,0,0,0,15580,16509,0,0,0,0,0,0,0,0,1645,1645,'',0,3,1,12.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37485,0,0,0,0,0,9763,0,0,0,'Yaelika Farclaw (3)','Reagents & Poison Supplies','',0,80,80,2,1215,128,1.23,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37486,0,0,0,0,0,14781,0,0,0,'Zora Guthrek (3)','Trade Goods','',0,80,80,2,1215,128,1.22,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(37525,0,0,0,0,0,19410,0,0,0,'Morgan Test (1)','','',0,1,1,0,35,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,55,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37526,0,0,0,0,0,19410,0,0,0,'Morgan Test (2)','','',0,1,1,0,35,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37530,0,0,0,0,0,30641,0,0,0,'Slimy Tentacle','','',0,83,83,2,14,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,250,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37535,0,0,0,0,0,30641,0,0,0,'Ooze Covered Tentacle','','',0,83,83,2,14,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,250,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37610,0,0,0,0,0,1126,11686,0,0,'Exploding Orb (1)','','',0,80,80,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(37611,0,0,0,0,0,30405,0,0,0,'Eye of the Lich King (1)','','',0,80,80,0,14,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,801,1,0,0,'',12340),(37615,0,0,0,0,0,30667,30666,30665,30664,'Freed Alliance Slave (1)','','',0,80,80,2,534,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37616,0,0,0,0,0,30669,30668,30670,30671,'Freed Alliance Slave (1)','','',0,80,80,2,534,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37617,0,0,0,0,0,30662,30663,0,0,'Freed Alliance Slave (1)','','',0,80,80,2,534,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,10,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(37619,0,0,0,0,0,30680,30679,30678,30677,'Freed Horde Slave (1)','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37620,0,0,0,0,0,30673,30674,30675,30676,'Freed Horde Slave (1)','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37621,0,0,0,0,0,30681,30682,0,0,'Freed Horde Slave (1)','','',0,80,80,2,714,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37630,0,0,0,0,0,30867,0,0,0,'Lady Jaina Proudmoore (1)','','',0,1,1,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37631,0,0,0,0,0,30867,0,0,0,'Lady Jaina Proudmoore (1)','','',0,1,1,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37632,0,0,0,0,0,28213,0,0,0,'Lady Sylvanas Windrunner (1)','Banshee Queen','',0,1,1,0,35,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37633,0,0,0,0,0,28213,0,0,0,'Lady Sylvanas Windrunner (1)','Banshee Queen','',10971,1,1,0,35,3,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37634,0,0,0,0,0,1126,11686,0,0,'Pit of Saron Front Formation Bunny (1)','','',0,80,80,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37653,0,0,0,0,0,30368,0,0,0,'Rescued Alliance Slave (1)','','',0,80,80,2,1770,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37654,0,0,0,0,0,30386,30387,0,0,'Rescued Horde Slave (1)','','',0,80,80,2,1770,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37657,0,0,0,0,0,9785,0,0,0,'Corrupted Champion (1)','','',0,80,80,0,1771,0,1,1,1,0,300,400,0,300,2,0,0,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37658,0,0,0,0,0,30340,30341,30342,0,'[PH] Unused Quarry Overseer (1)','Host of Suffering','',0,1,1,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(37678,0,0,0,0,0,14594,0,0,0,'Unleashed Soul (1)','','',0,80,80,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),(37691,0,0,0,0,0,27405,0,0,0,'Guardian Shade','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37693,0,0,0,0,0,27020,0,0,0,'Commander Aliocha Segard [Icecrown Raid]','Argent Crusade Quartermaster','',0,80,80,2,2131,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.85,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37699,0,0,0,0,0,2140,0,0,0,'RN Test Honor Guard','','',0,80,80,2,105,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37700,0,0,0,0,0,3167,0,0,0,'RN Test Royal Guard','','',0,80,80,2,11,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37703,0,0,0,0,0,5561,0,0,0,'Surging Water Elemental','','',0,10,10,0,1932,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37721,0,0,0,0,0,24653,0,0,0,'Spiritual Reflection (1)','','',0,80,80,2,16,0,1,1.14286,1,1,2601,3546,0,1,1.1,2000,2000,1,33024,2048,0,0,0,0,0,0,0,0,0,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,8,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),(37722,0,0,0,0,0,24653,0,0,0,'Spiritual Reflection (1)','','',0,1,1,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),(37732,0,0,0,0,0,18452,18453,0,0,'[PH] Stormwind City Mage','','',0,75,75,0,1078,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37734,0,0,0,0,0,27653,0,0,0,'Evacuation Portal','','Interact',0,80,80,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37749,0,0,0,0,0,30736,0,0,0,'Dwarf Air Totem','','',0,42,42,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37750,0,0,0,0,0,30753,0,0,0,'Dwarf Earth Totem','','',0,6,6,0,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37751,0,0,0,0,0,30754,0,0,0,'Dwarf Fire Totem','','',0,10,10,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37752,0,0,0,0,0,30755,0,0,0,'Dwarf Water Totem','','',0,20,20,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37766,0,0,0,0,0,30756,0,0,0,'Orc Air Totem','','',0,42,42,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37767,0,0,0,0,0,30757,0,0,0,'Orc Earth Totem','','',0,6,6,0,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37768,0,0,0,0,0,30761,0,0,0,'Troll Earth Totem','','',0,6,6,0,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37769,0,0,0,0,0,30760,0,0,0,'Troll Air Totem','','',0,42,42,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37770,0,0,0,0,0,30758,0,0,0,'Orc Fire Totem','','',0,10,10,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37771,0,0,0,0,0,30762,0,0,0,'Troll Fire Totem','','',0,10,10,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37772,0,0,0,0,0,30759,0,0,0,'Orc Water Totem','','',0,20,20,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37773,0,0,0,0,0,30763,0,0,0,'Troll Water Totem','','',0,20,20,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37775,0,0,0,0,0,3524,3525,3526,3527,'Ironforge Guard','','',0,75,75,2,57,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37787,0,0,0,0,0,30817,30818,30815,30816,'[PH] Citizen','','',0,75,75,0,1078,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37788,0,0,0,0,0,21955,0,0,0,'[PH] Runner Bunny','','',0,75,75,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37790,0,0,0,0,0,2306,14613,14614,14615,'Darnassus Sentinel','','',0,1,1,0,79,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(37798,0,0,0,0,0,17372,17373,17374,17375,'Exodar Peacekeeper','','',0,75,75,2,1639,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(37800,0,0,0,0,0,15511,0,0,0,'Silvermoon City Guardian','','',0,75,75,2,1603,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(37820,0,0,0,0,0,30583,0,0,0,'[TEST] High Overlord Omar','','',0,83,83,2,1981,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(37825,0,0,0,0,0,30063,30064,30065,30066,'Kor\'kron Overseer','','',0,1,1,0,85,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37831,0,0,0,0,0,3167,5446,0,0,'[PH] Captain','','',0,75,75,2,11,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(37860,0,0,0,0,0,2141,8572,9391,9392,'Bluffwatcher','','Directions',0,1,1,0,105,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37869,0,0,0,0,0,4259,4260,4602,4601,'Orgrimmar Grunt','','',0,1,1,0,85,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37883,0,0,0,0,0,3222,0,0,0,'Bug 174037','','',0,80,80,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37898,0,0,0,0,0,24364,24549,24550,24551,'Skybreaker Engineer','','',0,82,82,2,1732,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(37932,0,0,0,0,0,23044,23078,23079,23080,'Orgrim\'s Hammer Siege Engineer','','',0,80,80,2,1735,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(37937,0,0,0,0,0,21826,21827,21828,21829,'Dark Iron Troublemaker','','',0,70,70,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37944,0,0,0,0,0,3167,0,0,0,'Stormwind City Patroller','','',0,1,1,0,11,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37982,0,0,0,0,0,1070,0,0,0,'Furious Fire Elemental','','',0,80,80,2,1932,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(37983,0,0,0,0,0,1070,0,0,0,'Searing Fire Elemental','','',0,80,80,2,1932,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38011,0,0,0,0,0,30439,0,0,0,'Sunreaver Disguise (Male)','','',0,80,80,2,2123,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38012,0,0,0,0,0,30438,0,0,0,'Sunreaver Disguise (Female)','','',0,80,80,2,2123,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38013,0,0,0,0,0,30311,0,0,0,'Silver Covenant Disguise (Female)','','',0,80,80,2,2027,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38014,0,0,0,0,0,30310,0,0,0,'Silver Covenant Disguise (Male)','','',0,80,80,2,2027,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38019,0,0,0,0,0,1070,0,0,0,'Anolis','','',0,83,83,2,1932,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1950,60,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38020,0,0,0,0,0,1070,0,0,0,'Basiliscus','','',0,83,83,2,1932,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1950,60,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38021,0,0,0,0,0,1070,0,0,0,'Conolophus','','',0,83,83,2,1932,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1950,60,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38043,0,0,0,0,0,15990,0,0,0,'Kwee Q. Peddlefeet','Crown Chemical Co.','',10948,1,1,0,35,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38049,0,0,0,0,0,19315,19314,0,0,'Young Pilgrim','','',0,5,8,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38050,0,0,0,0,0,4259,4260,4602,4601,'Orgrimmar Grunt','','',0,80,80,2,85,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38053,0,0,0,0,0,30903,0,0,0,'[DND] Fire Creature','','',0,1,1,0,1375,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38067,0,0,0,0,0,30817,30818,30815,30816,'[PH] Orgrimmar Citizen','','',0,75,75,0,1734,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38094,0,0,0,0,0,30485,30486,0,0,'Kor\'kron Stalker (1)','','',0,82,82,2,83,0,1,1.14286,1,1,1424,1944,0,300,13,2000,2000,4,32832,2048,8,0,0,0,0,0,0,0,0,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38116,0,0,0,0,0,27165,0,0,0,'Image of the Sunwell','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38129,0,0,0,0,0,31044,1126,0,0,'Orgrim\'s Hammer (1)','','',0,83,83,2,35,0,1,1.42857,1,3,0,0,0,0,1,2000,2000,1,0,0,0,0,0,0,0,0,0,0,0,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,98.9602,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'',12340),(38130,0,0,0,0,0,27548,0,0,0,'Ymirjar Deathbringer (1)','','',0,80,80,2,2209,0,1,1.14286,1,1,666,909,0,300,13,2000,2000,2,32832,2048,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,140,30,1,0,0,0,0,0,0,0,0,1,0,2097152,'',12340),(38134,0,0,0,0,0,26623,0,0,0,'Frostwarden Warrior (1)','','',0,80,80,2,2209,0,1,1.14286,1,1,710,967,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,37228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38137,0,0,0,0,0,27548,0,0,0,'Frostwarden Sorceress (1)','','',0,80,80,2,2209,0,1,1.14286,1,1,710,967,0,300,13,2000,2000,8,0,2048,0,0,0,0,0,0,0,0,0,7,0,37229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38139,0,0,0,0,0,26623,0,0,0,'Frostwarden Handler (1)','','',0,80,80,2,2209,0,1,1.42857,1,1,1235,1681,0,300,14,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,64,38139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),(38151,0,0,0,0,0,30640,0,0,0,'Frostwing Whelp (1)','','',0,80,80,2,16,0,1,1.14286,1,1,1235,1681,0,300,7,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,6,0,37532,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38158,0,0,0,0,0,30975,30976,0,0,'[PH] Orgrimmar Mage','','',0,75,75,0,1074,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38162,0,0,0,0,0,1140,0,0,0,'Trapped Citizen','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38164,0,0,0,0,0,4259,0,0,0,'[PH] Captain (Orgrimmar)','','',0,75,75,2,1174,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(38180,0,0,0,0,0,30171,0,0,0,'Cleansing Totem','','',0,60,60,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38207,0,0,0,0,0,30989,0,0,0,'Flying Big Love Rocket','','',0,80,80,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(38216,0,0,0,0,0,30993,0,0,0,'Mutated Professor Putricide','','',0,83,83,2,14,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,2000,1,1,0,0,0,0,0,0,0,165,1,8388624,0,'',12340),(38226,0,0,0,0,0,30903,17519,0,0,'[DND] Fire Wall - No Scaling','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38230,0,0,0,0,0,30903,17519,0,0,'[DND] Fire Wall','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38236,0,0,0,0,0,21955,30998,0,0,'[DND] Fire Strat','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,34603008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38260,0,0,0,0,0,31007,0,0,0,'Invincible','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),(38264,0,0,0,0,0,28132,0,0,0,'Dark Rune Giant Transform','','',0,77,78,2,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,5,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38273,0,0,0,0,0,23643,23653,0,0,'Taunka Illusion','','',0,78,78,2,16,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38289,0,0,0,0,0,16480,21342,0,0,'Unholy Infusion KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38291,0,0,0,0,0,31014,0,0,0,'Melee Trinket - Tuskarr','','',0,60,60,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38310,0,0,0,0,0,1126,15880,0,0,'Invisible Stalker (Float,Uninteractible,LargeAOI) (3.00)','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38320,0,0,0,0,0,30890,0,0,0,'Ice Tomb (1)','','',0,80,80,2,14,0,1,1,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,1,1,0,0,0,0,0,0,0,0,0,650870655,10485780,'',12340),(38321,0,0,0,0,0,30890,0,0,0,'Ice Tomb (2)','','',0,80,80,2,14,0,1,1,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,1,1,0,0,0,0,0,0,0,0,0,650870655,10485780,'',12340),(38322,0,0,0,0,0,30890,0,0,0,'Ice Tomb (3)','','',0,80,80,2,14,0,1,1,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,1,1,0,0,0,0,0,0,0,0,0,650870655,10485780,'',12340),(38349,0,0,0,0,0,30618,0,0,0,'Captain Arnath (1)','','',0,81,81,2,2209,0,1,1.14286,1,1,425,602,0,670,13,1500,2000,2,0,2048,0,0,0,0,0,0,351,511,86,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,175,15,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38350,0,0,0,0,0,30619,0,0,0,'Captain Brandon (1)','','',0,81,81,2,2209,0,1,1.14286,1,1,425,602,0,670,13,1500,2000,2,0,2048,0,0,0,0,0,0,351,511,86,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,175,15,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38351,0,0,0,0,0,30620,0,0,0,'Captain Grondel (1)','','',0,81,81,2,2209,0,1,1.14286,1,1,464,604,0,708,13,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,175,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38352,0,0,0,0,0,30621,0,0,0,'Captain Rupert (1)','','',0,81,81,2,2209,0,1,1.14286,1,1,464,604,0,708,13,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,175,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38353,0,0,0,0,0,1126,23257,0,0,'Blood Queen Orb','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38361,0,0,0,0,0,31047,0,0,0,'Wrathful Gladiator\'s Frost Wyrm','','',0,10,10,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(38367,0,0,0,0,0,22769,0,0,0,'Tesla Coil Stalker','','',0,83,83,2,14,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38386,38388,0,0,0,0,16174,0,0,0,'Patchwerk (PTR All-Around Test)','','',0,1,1,0,21,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1200,2,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),(38388,0,0,0,0,0,16174,0,0,0,'Patchwerk (PTR All-Around Test) (1)','','',0,1,1,0,21,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4000,2,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),(38486,0,0,0,0,0,31127,0,0,0,'Infiltrator Minchar (1)','','',0,80,80,2,35,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,4,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38495,0,0,0,0,0,31134,0,0,0,'Kor\'kron Lieutenant (1)','','',0,80,80,0,35,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38496,0,0,0,0,0,31133,0,0,0,'Skybreaker Lieutenant (1)','','',0,80,80,2,35,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38497,0,0,0,0,0,26224,26225,26226,26227,'Argent Crusader (Mounted)','','',0,81,81,2,2131,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38503,0,0,0,0,0,16480,21342,0,0,'Blood Infusion Quest Credit Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38527,0,0,0,0,0,16480,21342,0,0,'Shadowmourne Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38528,0,0,0,0,0,16480,26241,0,0,'Shadowmourne Axe Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38529,0,0,0,0,0,30986,0,0,0,'Shadowmourne','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38546,0,0,0,0,0,16480,21342,0,0,'Frost Infusion Quest Credit','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38547,0,0,0,0,0,16480,21342,0,0,'Sindragosa Quest Credit','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38552,0,0,0,0,0,31097,0,0,0,'Alrin the Agile (1)','','',0,80,80,2,35,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38566,0,0,0,0,0,14702,0,0,0,'Phantom Hallucination','','',0,80,80,2,31,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,16777216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38572,0,0,0,0,0,31006,0,0,0,'Bug 181860','','',0,83,83,2,14,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,675,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38580,0,0,0,0,0,1736,0,0,0,'[PH] Matt Test NPC','','',0,80,80,2,123,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38581,0,0,0,0,0,7765,0,0,0,'[PH] Matt Test NPC 2','','',0,80,80,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38587,0,0,0,0,0,16480,21342,0,0,'Professor Putricide Proxy Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38588,0,0,0,0,0,16480,21342,0,0,'Blood Queen Proxy Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38590,0,0,0,0,0,31125,0,0,0,'Valithria Dreamwalker (1)','','',0,83,83,2,35,3,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,2,4172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,717.103,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38601,0,0,0,0,0,19110,0,0,0,'Empowered Vampiric Fiend (1)','','',0,80,80,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38605,0,0,0,0,0,31008,0,0,0,'Mutated Abomination (1)','','',0,80,80,2,35,0,2,2.28,1,1,400,500,0,1,8,2000,2000,4,0,0,0,0,0,0,0,0,345,509,103,6,108,0,0,0,0,0,0,0,0,0,70360,70539,70542,0,0,0,0,0,0,591,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(38606,0,0,0,0,0,30867,0,0,0,'Lady Jaina Proudmoore','','',11065,80,80,2,35,3,1,1,1,1,0,0,0,0,1,2000,2000,8,33088,2099200,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38607,0,0,0,0,0,30582,0,0,0,'Muradin Bronzebeard','','',0,83,83,2,35,2,1,1.71429,1,3,0,0,0,0,1,2000,2000,1,33600,2048,0,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,300,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(38608,0,0,0,0,0,30821,0,0,0,'Uther the Lightbringer','Knight of the Silver Hand','',0,80,80,2,1665,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,32832,2099200,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38609,0,0,0,0,0,28213,0,0,0,'Lady Sylvanas Windrunner','Banshee Queen','',0,83,83,2,35,2,0.888888,0.992063,1,3,0,0,0,0,1,2000,2000,2,33088,2099200,0,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,500,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38610,0,0,0,0,0,31128,0,0,0,'Highlord Alexandros Mograine','The Ashbringer','',0,83,83,2,35,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1000,500,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38641,0,0,0,0,0,1126,16925,0,0,'Blood Orb Controller (1)','','',0,83,83,2,16,0,1,0.992063,1,3,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1620,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(38686,0,0,0,0,0,30598,30599,30600,30601,'Skybreaker Marine (3)','','',0,82,82,2,84,0,1,1.42857,1,1,4670,6375,0,300,1.25,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,22.4,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(38695,0,0,0,0,0,31154,0,0,0,'Icebound Frostbrood Vanquisher','','',0,10,10,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(38698,0,0,0,0,0,31096,0,0,0,'Frozen Orb (1)','','',0,83,83,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,90,1,0,0,'',12340),(38701,0,0,0,0,0,31044,1126,0,0,'Orgrim\'s Hammer (2)','','',0,83,83,2,35,0,1,1.42857,1,3,0,0,0,0,1,2000,2000,1,0,0,0,0,0,0,0,0,0,0,0,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,56.9021,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'',12340),(38702,0,0,0,0,0,31044,1126,0,0,'Orgrim\'s Hammer (3)','','',0,83,83,2,35,0,1,1.42857,1,3,0,0,0,0,1,2000,2000,1,0,0,0,0,0,0,0,0,0,0,0,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,113.804,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'',12340),(38710,0,0,0,0,0,1126,31515,0,0,'Frostmourne Soul Transform Visual','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38716,0,0,0,0,0,31170,0,0,0,'Magister Thelos','','',0,5,5,0,1604,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38717,0,0,0,0,0,29760,0,0,0,'Alchemist Adrianna (1)','','',11032,80,80,2,2070,3,1,1.14286,1,0,0,0,0,0,1,2000,2000,8,33280,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38773,0,0,0,0,0,1126,16925,0,0,'Blood Orb Controller (2)','','',0,83,83,2,16,0,1,0.992063,1,3,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,546.75,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(38774,0,0,0,0,0,1126,16925,0,0,'Blood Orb Controller (3)','','',0,83,83,2,16,0,1,0.992063,1,3,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2187,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(38778,0,0,0,0,0,31156,0,0,0,'Bloodbathed Frostbrood Vanquisher','','',0,10,10,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(38786,0,0,0,0,0,31008,0,0,0,'Mutated Abomination (2)','','',0,80,80,2,35,0,2,2.28,1,1,400,500,0,1,5,2000,2000,4,0,0,0,0,0,0,0,0,345,509,103,6,108,0,0,0,0,0,0,0,0,0,70360,70539,70542,0,0,0,0,0,0,591,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(38787,0,0,0,0,0,31008,0,0,0,'Mutated Abomination (3)','','',0,80,80,2,35,0,2,2.28,1,1,400,500,0,1,8,2000,2000,4,0,0,0,0,0,0,0,0,345,509,103,6,108,0,0,0,0,0,0,0,0,0,70360,70539,70542,0,0,0,0,0,0,591,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(38788,0,0,0,0,0,31008,0,0,0,'Mutated Abomination (1)','','',0,80,80,2,35,0,2,2.28,1,1,400,500,0,1,8,2000,2000,4,0,0,0,0,0,0,0,0,345,509,103,6,108,0,0,0,0,0,0,0,0,0,72527,70539,70542,0,0,71516,0,0,0,591,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(38789,0,0,0,0,0,31008,0,0,0,'Mutated Abomination (2)','','',0,80,80,2,35,0,2,2.28,1,1,400,500,0,1,5,2000,2000,4,0,0,0,0,0,0,0,0,345,509,103,6,108,0,0,0,0,0,0,0,0,0,72527,70539,70542,0,0,71516,0,0,0,591,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(38790,0,0,0,0,0,31008,0,0,0,'Mutated Abomination (3)','','',0,80,80,2,35,0,2,2.28,1,1,400,500,0,1,8,2000,2000,4,0,0,0,0,0,0,0,0,345,509,103,6,108,0,0,0,0,0,0,0,0,0,72527,70539,70542,0,0,71516,0,0,0,591,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),(38825,0,0,0,0,0,31192,0,0,0,'Aerin','','Directions',0,75,75,2,57,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38830,0,0,0,0,0,11875,11877,11874,11876,'[PH] Grimtotem Protector','','Directions',0,75,75,2,105,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38831,0,0,0,0,0,2141,8572,9391,9392,'Slain Bluffwatcher','','Directions',0,1,1,0,105,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38839,0,0,0,0,0,7789,7790,7791,7792,'Dark Iron Guard','','Directions',0,75,75,2,57,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38843,0,0,0,0,0,11875,11877,11874,11876,'[PH] Grimtotem Collector','','',0,75,75,2,105,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38846,0,0,0,0,0,2289,29419,29412,29409,'[PH] Slain Druid','','Directions',0,75,75,2,105,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38857,0,0,0,0,0,30721,0,0,0,'PattyMacks LK','','',0,83,83,2,1659,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,500,1,0,0,0,0,0,0,0,67,1,8388624,0,'',12340),(38860,0,0,0,0,0,28047,0,0,0,'Bug 184688','','',0,80,80,2,14,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5000,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38863,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 83 Rogue','','',0,83,83,2,7,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(38870,0,0,0,0,0,21955,17200,0,0,'[DND] Dark Iron Guard Move To Bunny','','Directions',0,75,75,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38877,0,0,0,0,0,7789,7790,7791,7792,'Dark Iron Citizen','','',0,75,75,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38882,0,0,0,0,0,21955,17200,0,0,'[DND] Mole Machine Spawner','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38883,0,0,0,0,0,31005,0,0,0,'ScottG Test','','',0,83,83,2,14,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,620,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(38900,0,0,0,0,0,11882,0,0,0,'Auctioneer Kavarn','','',0,80,80,0,714,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38901,0,0,0,0,0,3408,3419,1651,11752,'Ironforge Civilian','','',0,68,68,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,45,1,0,0,'',12340),(38903,0,0,0,0,0,20570,11686,0,0,'Queue trigger','','',0,60,60,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38905,0,0,0,0,0,11883,0,0,0,'[PH] Grimtotem Vendor','','',0,80,80,0,714,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38906,0,0,0,0,0,11882,0,0,0,'Auctioneer Sarnkin','','',0,80,80,0,714,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38907,0,0,0,0,0,20570,11686,0,0,'Queue Controller','','',0,60,60,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(38919,0,0,0,0,0,11878,0,0,0,'[PH] Grimtotem Banker','Banker','',0,80,80,0,714,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38920,0,0,0,0,0,11878,0,0,0,'[PH] Grimtotem Banker 2','Banker','',0,80,80,0,714,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38921,0,0,0,0,0,11878,0,0,0,'[PH] Grimtotem Banker 3','Banker','',0,80,80,0,714,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(38970,0,0,0,0,0,31124,0,0,0,'Bone Spike (1)','','',0,80,80,2,14,0,1.2,1,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,0,652214271,2,'',12340),(38971,0,0,0,0,0,31124,0,0,0,'Bone Spike (2)','','',0,80,80,2,14,0,1.2,1,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'',0,3,1,9,1,1,0,0,0,0,0,0,0,0,0,652214271,2,'',12340),(38972,0,0,0,0,0,31124,0,0,0,'Bone Spike (3)','','',0,80,80,2,14,0,1.2,1,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'',0,3,1,9,1,1,0,0,0,0,0,0,0,0,0,652214271,2,'',12340),(38973,0,0,0,0,0,31124,0,0,0,'Bone Spike (1)','','',0,80,80,2,14,0,1.2,1,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,0,652214271,2,'',12340),(38974,0,0,0,0,0,31124,0,0,0,'Bone Spike (2)','','',0,80,80,2,14,0,1.2,1,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'',0,3,1,9,1,1,0,0,0,0,0,0,0,0,0,652214271,2,'',12340),(38975,0,0,0,0,0,31124,0,0,0,'Bone Spike (3)','','',0,80,80,2,14,0,1.2,1,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'',0,3,1,9,1,1,0,0,0,0,0,0,0,0,0,652214271,2,'',12340),(39011,0,0,0,0,0,169,11686,0,0,'Martyr Stalker (Reputation) (1)','','',0,80,80,2,16,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.0001,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39012,0,0,0,0,0,169,11686,0,0,'Martyr Stalker (Reputation) (2)','','',0,80,80,2,16,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.0001,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39013,0,0,0,0,0,169,11686,0,0,'Martyr Stalker (Reputation) (3)','','',0,80,80,2,16,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.0001,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39021,0,0,0,0,0,1128,0,0,0,'Agitated Earth Spirit','','',0,10,10,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39023,0,0,0,0,0,11686,0,0,0,'[DND] TB Event Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39045,0,0,0,0,0,25278,0,0,0,'Azure Deathcharger','','',0,1,2,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(39046,0,0,0,0,0,25279,0,0,0,'Crimson Deathcharger','','',0,1,2,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(39047,0,0,0,0,0,4607,0,0,0,'Agitated Fire Spirit','','',0,10,10,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39055,0,0,0,0,0,31306,0,0,0,'Gavan Grayfeather','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39057,0,0,0,0,0,11686,30998,0,0,'[DND] Fire Strat Auto','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,34603008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39058,0,0,0,0,0,3604,0,0,0,'[PH] Orc Firefighter','','',0,1,1,2,29,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39060,0,0,0,0,0,26356,0,0,0,'Brann Bronzebeard (Prologue)','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39089,0,0,0,0,0,31299,31300,31301,31302,'Item: Frostborn Illusion','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39090,0,0,0,0,0,31616,0,0,0,'Durak Flamespeaker','The Earthen Ring','',0,80,80,2,1770,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39091,0,0,0,0,0,31135,0,0,0,'Darnavan Kill Credit 10','','',0,81,81,2,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39101,0,0,0,0,0,17802,0,0,0,'Courier Tormun','Explorer\'s League','',0,80,80,2,1770,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39103,0,0,0,0,0,27382,15407,27377,0,'Twilight Seeker','Twilight\'s Hammer','',0,80,80,2,2102,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39120,0,0,0,0,0,25452,0,0,0,'Val\'kyr Shadowguard (1)','','',0,80,80,2,14,0,1,0.7,1,3,0,0,0,0,1,2000,2000,1,514,2048,0,0,0,0,0,0,0,0,0,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,532,0,0,'',0,4,1,55,500,1,0,0,0,0,0,0,0,741,1,583742335,2097152,'',12340),(39121,0,0,0,0,0,25452,0,0,0,'Val\'kyr Shadowguard (2)','','',0,80,80,2,14,0,1,0.8,1,3,0,0,0,0,1,2000,2000,1,514,2048,0,0,0,0,0,0,0,0,0,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,532,0,0,'',0,4,1,112.5,500,1,0,0,0,0,0,0,0,741,1,583742335,2097152,'',12340),(39122,0,0,0,0,0,25452,0,0,0,'Val\'kyr Shadowguard (3)','','',0,80,80,2,14,0,1,0.8,1,3,0,0,0,0,1,2000,2000,1,514,2048,0,0,0,0,0,0,0,0,0,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,532,0,0,'',0,4,1,237.5,500,1,0,0,0,0,0,0,0,741,1,583742335,2097152,'',12340),(39123,0,0,0,0,0,31127,0,0,0,'Blood Quickening Credit 25','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39125,0,0,0,0,0,31312,0,0,0,'Val\'kyr Shadowguard (Hover Height 20 Visual)','','',0,80,80,2,14,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),(39130,0,0,0,0,0,1405,4607,18244,0,'Blazing Servant','','',0,80,80,0,2102,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39131,0,0,0,0,0,4606,31373,21131,0,'Watery Servant','','',0,80,80,0,2102,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39132,0,0,0,0,0,1109,453,549,0,'Earthen Servant','','',0,80,80,0,2102,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39135,0,0,0,0,0,20570,17612,0,0,'Prologue Portal Bunny','','',0,80,80,2,114,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(39158,0,0,0,0,0,28550,0,0,0,'Phalanx 2.0','','',0,80,80,2,57,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39189,0,0,0,0,0,11686,0,0,0,'Spirit Bomb','','',0,82,82,2,14,0,1.4,0.5,1,3,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,76,1,0,0,'npc_lk_spirit_bomb',12340),(39190,39287,39288,39289,0,0,10701,0,0,0,'Wicked Spirit','','',0,80,80,2,14,0,1.55,0.55,1,1,0,0,0,0,1,2000,2000,1,163904,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.15873,1,1,0,0,0,0,0,0,0,76,1,650854271,2097408,'npc_lk_wicked_spirit',12340),(39217,0,0,0,0,0,31021,0,0,0,'Terenas Menethil','','',0,80,80,2,1665,0,1,1,1,1,3500,4000,0,300,3,2000,2000,1,32836,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,15,1,0,0,0,0,0,0,0,0,0,0,0,'npc_terenas_menethil',12340),(39229,0,0,0,0,0,22719,0,0,0,'[DND] Flying Machine','','',0,40,40,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(39230,0,0,0,0,0,31654,0,0,0,'Gnomeregan Mechano-Tank Pilot','','',0,80,80,2,64,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39231,39232,39233,39234,0,0,30721,0,0,0,'The Lich King (Temp)','','',0,83,83,2,21,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,500,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),(39232,0,0,0,0,0,30721,0,0,0,'The Lich King (Temp) (1)','','',0,83,83,2,21,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,500,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),(39233,0,0,0,0,0,30721,0,0,0,'The Lich King (Temp) (2)','','',0,83,83,2,21,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,500,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),(39234,0,0,0,0,0,30721,0,0,0,'The Lich King (Temp) (3)','','',0,83,83,2,21,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,500,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),(39252,0,0,0,0,0,31654,31656,31657,31655,'Gnomeregan Infantry','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39253,0,0,0,39623,0,2590,0,0,0,'Gnome Citizen','','',0,1,1,0,64,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39259,0,0,0,0,0,31654,0,0,0,'Gnomeregan Flying Machine','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39263,0,0,0,0,0,31664,0,0,0,'Disassembled Mechano-Tank','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,570688256,2048,32,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39264,0,0,0,0,0,31654,0,0,0,'Gnomeregan Mechano-Tank Pilot','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39265,0,0,0,0,0,6973,6974,6975,6976,'Rescued Gnomeregan Evacuee','','',0,24,25,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39271,0,0,0,0,0,31658,0,0,0,'High Tinker Mekkatorque','King of Gnomes','',11192,83,83,2,35,3,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,400,16,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39273,0,0,0,0,0,31624,0,0,0,'\"Doc\" Cogspin','Surgeon General','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39275,0,0,0,0,0,31663,31735,0,0,'Gnomeregan Medic','','',11323,75,75,0,64,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39283,0,0,0,0,0,31391,0,0,0,'Seer Bahura','The Earthen Ring','',0,83,83,2,1727,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39284,0,0,0,0,0,10701,0,0,0,'Vile Spirit (1)','','',0,80,80,2,14,0,2.8,1,1,1,0,0,0,0,1,2000,2000,1,163904,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,15.873,15,1,0,0,0,0,0,0,0,118,1,583742335,0,'',12340),(39285,0,0,0,0,0,10701,0,0,0,'Vile Spirit (2)','','',0,80,80,2,14,0,2.8,1,1,1,0,0,0,0,1,2000,2000,1,163904,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,7.14286,15,1,0,0,0,0,0,0,0,118,1,583742335,0,'',12340),(39286,0,0,0,0,0,10701,0,0,0,'Vile Spirit (3)','','',0,80,80,2,14,0,2.8,1,1,1,0,0,0,0,1,2000,2000,1,163904,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,21.4286,15,1,0,0,0,0,0,0,0,118,1,583742335,0,'',12340),(39287,0,0,0,0,0,10701,0,0,0,'Wicked Spirit (1)','','',0,80,80,2,14,0,1.55,0.55,1,1,0,0,0,0,1,2000,2000,1,163904,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.47619,1,1,0,0,0,0,0,0,0,76,1,650854271,2097408,'',12340),(39288,0,0,0,0,0,10701,0,0,0,'Wicked Spirit (2)','','',0,80,80,2,14,0,1.55,0.55,1,1,0,0,0,0,1,2000,2000,1,163904,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.31746,1,1,0,0,0,0,0,0,0,76,1,650854271,2097408,'',12340),(39289,0,0,0,0,0,10701,0,0,0,'Wicked Spirit (3)','','',0,80,80,2,14,0,1.55,0.55,1,1,0,0,0,0,1,2000,2000,1,163904,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.634921,1,1,0,0,0,0,0,0,0,76,1,650854271,2097408,'',12340),(39296,0,0,0,0,0,31471,0,0,0,'Spirit Warden (1)','','',0,83,83,2,14,0,1,1,1,1,3500,4000,0,300,3,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,15,1,0,0,0,0,0,0,0,0,0,8388624,256,'',12340),(39299,0,0,0,0,0,25297,0,0,0,'Shambling Horror (1)','','',0,83,83,2,21,0,1.4,1.14286,1,1,3500,4000,0,300,16,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,6,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,286.841,15,1,0,0,0,0,0,0,0,127,1,650852191,2097152,'',12340),(39300,0,0,0,0,0,25297,0,0,0,'Shambling Horror (2)','','',0,83,83,2,21,0,1.4,1.14286,1,1,3500,4000,0,300,12,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,6,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,215.131,15,1,0,0,0,0,0,0,0,127,1,650852191,2097152,'',12340),(39301,0,0,0,0,0,25297,0,0,0,'Shambling Horror (3)','','',0,83,83,2,21,0,1.4,1.14286,1,1,3500,4000,0,300,20,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,6,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,430.262,15,1,0,0,0,0,0,0,0,127,1,650852191,2097152,'',12340),(39302,0,0,0,0,0,16946,0,0,0,'Raging Spirit (1)','','',0,83,83,2,14,0,2,1.42857,1,3,3500,4000,0,300,16,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,190.477,1,1,0,0,0,0,0,0,0,151,1,650854271,2097152,'',12340),(39303,0,0,0,0,0,16946,0,0,0,'Raging Spirit (2)','','',0,83,83,2,14,0,2,1.42857,1,3,3500,4000,0,300,12,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,88,1,1,0,0,0,0,0,0,0,151,1,650854271,2097152,'',12340),(39304,0,0,0,0,0,16946,0,0,0,'Raging Spirit (3)','','',0,83,83,2,14,0,2,1.42857,1,3,3500,4000,0,300,20,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,297.6,1,1,0,0,0,0,0,0,0,151,1,650854271,2097152,'',12340),(39305,0,0,0,0,0,30243,0,0,0,'Ice Sphere (1)','','',0,80,80,2,14,0,1.2,0.428571,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.42857,1,1,0,0,0,0,0,0,0,76,1,650854271,2097408,'',12340),(39306,0,0,0,0,0,30243,0,0,0,'Ice Sphere (2)','','',0,80,80,2,14,0,1.2,0.428571,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.19048,1,1,0,0,0,0,0,0,0,84,1,650854271,2097408,'',12340),(39307,0,0,0,0,0,30243,0,0,0,'Ice Sphere (3)','','',0,80,80,2,14,0,1.2,0.428571,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.28571,1,1,0,0,0,0,0,0,0,84,1,650854271,2097408,'',12340),(39309,0,0,0,0,0,24999,0,0,0,'Drudge Ghoul (1)','','',0,80,80,2,21,0,0.8,1,1,1,450,500,0,300,16,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,15,1,0,0,0,0,0,0,0,0,1,8388625,0,'',12340),(39310,0,0,0,0,0,24999,0,0,0,'Drudge Ghoul (2)','','',0,80,80,2,21,0,0.8,1,1,1,450,500,0,300,12,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,15,1,0,0,0,0,0,0,0,0,1,8388625,0,'',12340),(39311,0,0,0,0,0,24999,0,0,0,'Drudge Ghoul (3)','','',0,80,80,2,21,0,0.8,1,1,1,450,500,0,300,20,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,15,1,0,0,0,0,0,0,0,0,1,8388625,0,'',12340),(39328,0,0,0,0,0,31410,31413,31415,31414,'Doomsayer','','',0,78,80,2,29,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39343,0,0,0,0,0,31416,1370,0,0,'Orgrimmar Citizen','','',0,70,80,0,29,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39349,0,0,0,0,0,31678,31679,31680,31681,'Gnomeregan Trainee','','',0,9,9,0,64,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39355,0,0,0,0,0,11686,0,0,0,'[DND] Salute Quest Credit Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(39356,0,0,0,0,0,11686,0,0,0,'[DND] Roar Quest Credit Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(39361,0,0,0,0,0,11686,0,0,0,'[DND] Dance Quest Credit Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(39362,0,0,0,0,0,11686,0,0,0,'[DND] Cheer Quest Credit Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(39368,0,0,0,0,0,31682,0,0,0,'Drill Sergeant Steamcrank','','',0,75,75,0,64,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39386,0,0,0,0,0,31677,0,0,0,'Pilot Muzzlesprock','','',0,80,80,2,64,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39396,0,0,0,0,0,22719,0,0,0,'\'Thunderflash\'','','',11211,40,40,0,64,1,1,1,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39420,0,0,0,0,0,16946,0,0,0,'[DND] Probe Target Bunny','','',0,1,1,0,35,0,1,1.14286,3,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,9,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(39421,0,0,0,0,0,28830,0,0,0,'Radiageigatron','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,231,1,0,0,'',12340),(39448,0,0,0,0,0,31465,0,0,0,'Blood Guard Torek','','',0,80,80,2,29,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39454,0,0,0,0,0,17188,0,0,0,'Doomsayer Speech Credit','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39462,0,0,0,0,0,25380,0,0,0,'Owen Test Vendor','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39466,0,0,0,0,0,11686,0,0,0,'Motivated Citizen','','',0,60,60,0,875,0,1,1.38571,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(39508,0,0,0,0,0,31472,0,0,0,'Captain Anton','','',0,80,80,2,12,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39581,0,0,0,0,0,20570,27823,0,0,'Poster Marker - Orgrimmar','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(39623,0,0,0,0,0,2581,0,0,0,'Gnome Citizen','','',0,1,1,0,64,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39624,0,0,0,39466,0,11686,0,0,0,'Motivated Citizen','','',0,60,60,0,875,0,1,1.38571,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(39632,0,0,0,0,0,31416,1370,0,0,'Orgrimmar Citizen','','',0,70,80,0,29,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39633,0,0,0,0,0,4083,4084,0,0,'Sen\'jin Watcher','','',0,80,80,2,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39639,0,0,0,0,0,31812,28733,31753,31754,'Restless Zombie','','',0,80,80,2,1771,0,0.777776,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(39647,0,0,0,0,0,31778,0,0,0,'Zalazane','','',0,80,80,2,2102,0,1,0.857143,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(39648,0,0,0,0,0,31521,31522,31525,31526,'Doomsday Cultist','','',0,40,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39654,0,0,0,0,0,31736,10357,0,0,'Vol\'jin','','',0,83,83,2,1770,3,1,1.38571,1,3,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,400,16,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39672,0,0,0,0,0,20570,27823,0,0,'Poster Marker - Stormwind','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(39675,0,0,0,0,0,31683,0,0,0,'Captain Tread Sparknozzle','','',0,75,75,0,64,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39678,0,0,0,0,0,31676,0,0,0,'Toby Zeigear','Speechwriter','',0,10,10,2,64,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39682,0,0,0,0,0,31664,0,0,0,'Ejector Mechano-Tank','','',0,80,80,0,875,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554448,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),(39683,0,0,0,0,0,11686,0,0,0,'[DND] Quest Credit Bunny - Eject','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(39686,0,0,0,0,0,23082,1526,0,0,'Stormwind Citizen','','',0,70,80,0,12,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39691,0,0,0,0,0,11686,0,0,0,'[DND] Quest Credit Bunny - Move 1','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(39692,0,0,0,0,0,11686,0,0,0,'[DND] Quest Credit Bunny - Move 2','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(39695,0,0,0,0,0,11686,0,0,0,'[DND] Quest Credit Bunny - Move 3','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(39703,0,0,0,0,0,11686,0,0,0,'[DND] Quest Credit Bunny - Attack','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(39707,0,0,0,0,0,17188,0,0,0,'[DND] Attack Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39711,0,0,0,0,0,3020,0,0,0,'Mechano-Tank Attack Target','','',0,1,1,0,35,0,1,1,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39712,0,0,0,0,0,31658,0,0,0,'High Tinker Mekkatorque','King of Gnomes','',0,83,83,2,64,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,400,16,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39713,0,0,0,0,0,31664,0,0,0,'Scuttling Mechano-Tank','','',0,80,80,0,875,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554448,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),(39714,0,0,0,0,0,31664,0,0,0,'Shooting Mechano-Tank','','',0,80,80,0,875,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554448,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,745,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),(39715,0,0,0,0,0,31664,0,0,0,'Ejector Mechano-Tank','','Driver',0,1,1,0,875,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39716,0,0,0,0,0,31664,0,0,0,'Scuttling Mechano-Tank','','Driver',0,1,1,0,875,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39717,0,0,0,0,0,31664,0,0,0,'Shooting Mechano-Tank','','Driver',0,1,1,0,875,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39735,0,0,0,0,0,23365,0,0,0,'Gnomeregan Multi-Bomber','','',0,70,70,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39743,0,0,0,0,0,21955,17188,0,0,'[DND] GT Bomber Bunny','','',0,70,70,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(39744,0,0,0,0,0,21955,17188,0,0,'[DND] GT Bomber Bunny 2','','',0,70,70,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(39755,0,0,0,0,0,31649,31650,31651,31652,'Irradiated Infantry','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,3083,3084,0,0,0,0,100,1,0,0,'',12340),(39757,0,0,0,0,0,31564,0,0,0,'Cultist Kagarn','','',0,50,50,2,29,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39758,0,0,0,0,0,31565,0,0,0,'Cultist Agtar','','',0,50,50,2,29,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39759,0,0,0,0,0,27101,0,0,0,'Tankbuster Cannon','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,753,0,0,'',0,3,1,60,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(39760,0,0,0,0,0,31568,0,0,0,'Cultist Tokka','','',0,50,50,2,29,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39763,0,0,0,0,0,31569,0,0,0,'Cultist Rokaga','','',0,50,50,2,29,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39798,0,0,0,0,0,31574,0,0,0,'[PH] Mother Trogg','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39799,0,0,0,0,0,31574,0,0,0,'Gasherikk','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39805,0,0,0,0,0,32179,0,0,0,'General Zarithrian (1)','','',0,83,83,2,16,0,1,1.42857,1,3,9000,10000,0,400,11,1500,2000,1,33554752,2048,0,0,0,0,0,0,0,0,0,2,76,39946,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,1011,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),(39807,0,0,0,0,0,18047,0,0,0,'Image of Cho\'Gall','Leader of Twilight\'s Hammer','',0,85,85,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39815,0,0,0,0,0,12889,0,0,0,'Onyx Flamecaller (1)','','',0,82,82,2,103,0,1,1.42857,1,1,497,676,0,795,40,2000,2000,2,32768,2048,0,0,0,0,0,0,0,0,0,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,55,30,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),(39817,0,0,0,0,0,31853,0,0,0,'[DND] Summoning Pad','','',0,80,80,2,35,0,1,1,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39818,0,0,0,0,0,29115,0,0,0,'Irradiated Mechano-Tank','','',0,80,80,2,2102,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39819,0,0,0,0,0,29115,0,0,0,'Irradiated Mechano-Tank','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,763,0,0,'',0,3,1,80,1,1,0,3083,3084,0,0,0,0,100,1,0,0,'',12340),(39820,0,0,0,0,0,31583,0,0,0,'Rocket Launcher','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(39821,0,0,0,0,0,17188,0,0,0,'Cho\'Gall Speech Credit','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39823,0,0,0,0,0,31577,0,0,0,'Saviana Ragefire (1)','','',0,83,83,2,103,0,2,2.14286,1.2,3,9000,10000,0,400,11,2000,2000,1,64,2048,0,0,0,0,0,0,0,0,0,2,76,39948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,1000,1,1,0,0,0,0,0,0,0,191,1,650854271,2097153,'',12340),(39825,0,0,0,0,0,31578,0,0,0,'Overseer Golbaz','','',0,40,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39826,0,0,0,0,0,765,0,0,0,'Irradiated Trogg','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(39827,0,0,0,0,0,31580,0,0,0,'Overseer Jintak','','',0,40,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39836,0,0,0,0,0,31649,31650,31651,31652,'Irradiated Cavalry','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(39837,0,0,0,0,0,31653,0,0,0,'Commander Boltcog','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(39841,0,0,0,0,0,21955,17188,0,0,'[DND] Boom Bunny','','',0,70,70,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(39842,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker (Hostile,Ignore Combat,Float,Uninteractible,Large AOI)','','',0,1,1,0,2102,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(39852,0,0,0,0,0,1070,0,0,0,'Raging Fire Elemental','','',0,80,80,2,2102,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39856,0,0,0,0,0,5561,8714,0,0,'Raging Storm Elemental','','',0,80,80,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39860,0,0,0,0,0,31664,0,0,0,'Gnomeregan Mechano-Tank','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,711,0,0,'',0,3,1,80,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39861,0,0,0,0,0,31416,1370,0,0,'Worried Citizen','','',0,70,80,0,29,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39864,0,0,0,0,0,31952,0,0,0,'Halion (1)','The Twilight Destroyer','',0,83,83,2,14,0,1.6,1.42857,1,3,9000,10000,0,400,13.5,1500,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,108,39864,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2900,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(39872,0,0,0,0,0,17188,0,0,0,'Cult Recruitment Credit','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39888,0,0,0,0,0,31663,31735,0,0,'Gnomeregan Medic','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39891,0,0,0,0,0,31610,31609,31614,31613,'Doomsday Cultist','','',0,40,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39901,0,0,0,0,0,23361,0,0,0,'Mekgineer Thermaplugg\'s Brag-Bot','','',0,75,75,2,2102,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39902,0,0,0,0,0,29080,0,0,0,'Gnomeregan Battle Suit','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39903,0,0,0,0,0,11686,31878,0,0,'Irradiator 3000','','',0,75,75,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39910,0,0,0,0,0,31659,0,0,0,'Hinkles Fastblast','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39920,0,0,0,0,0,31761,0,0,0,'Baltharus the Warborn (1)','','',0,83,83,2,103,0,2.8,1.71429,1.5,3,9000,10000,0,400,11,2000,2000,1,64,2048,0,0,0,0,0,0,0,0,0,2,76,39947,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,1,1,0,0,0,0,0,0,0,171,1,650854271,2097153,'',12340),(39922,0,0,0,0,0,31761,0,0,0,'Baltharus the Warborn (1)','','',0,83,83,2,103,0,2.8,1.71429,1.5,3,9000,10000,0,400,11,2400,2000,1,0,2048,0,0,0,0,0,0,0,0,0,2,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,1,1,0,0,0,0,0,0,0,171,1,650854271,2097152,'',12340),(39934,0,0,0,0,0,4259,4260,4602,4601,'Zeppelin Sentry','','',0,1,1,0,85,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39938,0,0,0,0,0,31627,0,0,0,'Twilight Seeker\'s Mount','','',0,50,52,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39940,0,0,0,0,0,23449,15407,27377,0,'Dead Seeker','Twilight\'s Hammer','',0,80,80,2,2102,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39944,0,0,0,0,0,31952,0,0,0,'Halion (2)','The Twilight Destroyer','',0,83,83,2,14,0,1.6,1.42857,1,3,9000,10000,0,400,10.5,1500,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,108,39944,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1100,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(39945,0,0,0,0,0,31952,0,0,0,'Halion (3)','The Twilight Destroyer','',0,83,83,2,14,0,1.6,1.42857,1,3,9000,10000,0,400,19,1500,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,108,39945,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4200,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),(39967,0,0,0,0,0,31645,0,0,0,'Cultist Lethelyn','','',0,45,45,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39968,0,0,0,0,0,31646,0,0,0,'Cultist Kaima','','',0,45,45,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39969,0,0,0,0,0,31647,0,0,0,'Cultist Wyman','','',0,40,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39970,0,0,0,0,0,31648,0,0,0,'Cultist Orlunn','','',0,40,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39973,0,0,0,0,0,31670,0,0,0,'Swift Orange Mechanostrider','','',0,1,2,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(39975,0,0,0,0,0,17188,0,0,0,'East Zeppelin Tower Credit','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39976,0,0,0,0,0,17188,0,0,0,'West Zeppelin Tower Credit','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(39977,0,0,0,0,0,17188,0,0,0,'Razor Hill Credit','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40006,0,0,0,0,0,31687,20570,0,0,'Durak\'s Shield','','',0,80,80,0,2101,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.935891,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40010,0,0,0,0,0,31684,0,0,0,'Gnomeregan Mechano-Suit','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40037,0,0,0,0,0,23257,20570,0,0,'Durak\'s Shield (stage 2)','','',0,80,80,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.748783,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40038,0,0,0,0,0,21072,20570,0,0,'Durak\'s Shield (stage 3)','','',0,80,80,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.748783,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40039,0,0,0,0,0,11686,20570,0,0,'Durak\'s Shield (stage 4)','','',0,80,80,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.748783,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40057,0,0,0,0,0,31692,0,0,0,'Mekkatorque\'s Swift Blue Mechanostrider','','',0,1,2,0,875,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(40097,0,0,0,0,0,31703,0,0,0,'Overseer Talathor','','',0,40,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40098,0,0,0,0,0,31704,0,0,0,'Overseer Sylandra','','',0,40,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40101,0,0,0,0,0,17188,0,0,0,'Valley of Heroes Credit','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40102,0,0,0,0,0,17188,0,0,0,'Westbrook Garrison Credit','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40103,0,0,0,0,0,17188,0,0,0,'Goldshire Credit','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40104,0,0,0,0,0,8714,0,0,0,'Raging Wind Elemental','','',0,80,80,2,2102,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40110,0,0,0,0,0,1621,1474,0,0,'Worried Citizen','','',0,70,80,0,12,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40120,0,0,0,0,0,31664,0,0,0,'Gnomeregan Mechano-Tank','','',0,80,80,2,1770,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40122,0,0,0,0,0,31654,31656,31657,31655,'Gnomeregan Infantry','','',0,75,75,2,1770,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40124,0,0,0,0,0,31706,31707,31708,31709,'Doomsayer','','',0,78,80,2,12,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40125,0,0,0,0,0,1501,21621,0,0,'Stormwind Citizen','','',0,70,80,0,12,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40138,0,0,0,0,0,3167,5446,0,0,'Stormwind City Guard (Corpse)','','Directions',0,1,1,0,11,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),(40141,0,0,0,0,0,31687,20570,0,0,'Tormun\'s Shield','','',0,80,80,0,2101,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.935891,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40143,0,0,0,0,0,31952,0,0,0,'Halion (1)','The Twilight Destroyer','',0,83,83,2,14,0,1.6,1.42857,1,3,9000,10000,0,400,13.5,1500,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,1132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2900,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'',12340),(40144,0,0,0,0,0,31952,0,0,0,'Halion (2)','The Twilight Destroyer','',0,83,83,2,14,0,1.6,1.42857,1,3,9000,10000,0,400,10.5,1500,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,1132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1100,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'',12340),(40145,0,0,0,0,0,31952,0,0,0,'Halion (3)','The Twilight Destroyer','',0,83,83,2,14,0,1.6,1.42857,1,3,9000,10000,0,400,19,1500,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,1132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4200,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'',12340),(40151,0,0,0,0,0,169,11686,0,0,'Combat Stalker','','',0,83,83,2,2110,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(40175,0,0,0,0,0,31664,0,0,0,'Gnomeregan Mechano-Tank','','',0,80,80,2,1770,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40176,0,0,0,0,0,31727,0,0,0,'Sen\'jin Frog','','Pickup',0,1,1,0,35,16777216,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40182,0,0,0,0,0,31730,0,0,0,'Bwonsamdi','','',0,83,83,2,1735,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,573.682,7,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40184,0,0,0,0,0,31719,0,0,0,'Vanira','','',11341,80,80,2,126,3,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,33024,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40187,0,0,0,0,0,31720,0,0,0,'Vanira\'s Sentry Totem','','',0,80,80,0,126,0,1,1,1,0,0,0,0,0,1,2000,2000,1,256,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40188,0,0,0,0,0,22469,0,0,0,'Attuned Frog','','',0,1,1,0,190,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,256,2048,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40189,0,0,0,0,0,31749,0,0,0,'Jun\'do the Traitor','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,350,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40191,0,0,0,0,0,31721,0,0,0,'Wooly White Rhino','','',0,62,67,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(40192,0,0,0,0,0,31719,0,0,0,'Vanira','','',0,80,80,2,1770,0,1,1.38571,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,25,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40195,0,0,0,0,0,31751,31752,31753,31754,'Mindless Troll','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40196,0,0,0,0,0,31734,0,0,0,'Zen\'tabra','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,7,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40199,0,0,0,0,0,169,25749,0,0,'Tiki Warrior','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(40203,0,0,0,0,0,31725,0,0,0,'Recon Bat','','',0,80,80,2,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,265,1,0,0,'',12340),(40204,0,0,0,0,0,31726,0,0,0,'Handler Marnlek','Bat Handler','',11345,78,78,2,126,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,33024,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40205,0,0,0,0,0,26465,0,0,0,'Zom Bocom','Apprentice Arena Vendor','',0,75,75,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40206,0,0,0,0,0,23768,0,0,0,'Big Zokk Torquewrench','Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40207,0,0,0,0,0,27942,0,0,0,'Kezzik the Striker','Veteran Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40208,0,0,0,0,0,22393,0,0,0,'Leeni \"Smiley\" Smalls','Apprentice Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40209,0,0,0,0,0,29078,0,0,0,'Grex Brainboiler','Exceptional Arena Weaponry','',0,70,70,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40210,0,0,0,0,0,26464,0,0,0,'Xazi Smolderpipe','Arena Vendor','',0,75,75,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40211,0,0,0,0,0,26463,0,0,0,'Nargle Lashcord','Veteran Arena Vendor','',0,75,75,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40212,0,0,0,0,0,29076,0,0,0,'Trapjaw Rix','Exceptional Arena Weaponry','',0,70,70,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40213,0,0,0,0,0,22399,0,0,0,'Ecton Brasstumbler','Apprentice Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40214,0,0,0,0,0,22438,0,0,0,'Evee Copperspring','Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40215,0,0,0,0,0,27953,0,0,0,'Argex Irongut','Veteran Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40216,0,0,0,0,0,29077,0,0,0,'Blazzek the Biter','Exceptional Arena Weaponry','',0,70,70,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40217,0,0,0,0,0,2571,320,1939,0,'Echo Isle Animal','','',0,80,80,2,1770,0,1.6,1.38571,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,141,1,0,0,'',12340),(40218,0,0,0,0,0,20570,19595,0,0,'Spy Frog Credit','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(40220,0,0,0,0,0,5560,0,0,0,'[ph] Summoned Crab - Pet','','',0,80,80,0,1770,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,8,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,143,1,0,0,'',12340),(40222,0,0,0,0,0,31725,0,0,0,'Scout Bat','','',0,80,80,2,126,0,1,4.28571,1,0,0,0,0,0,1,2000,2000,1,256,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40225,0,0,0,0,0,10275,0,0,0,'Hexed Dire Troll','','',0,80,80,2,2102,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,225,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40231,0,0,0,0,0,31821,31822,0,0,'Hexed Troll','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,35,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40241,0,0,0,0,0,31737,31738,0,0,'Darkspear Warrior','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40253,0,0,0,0,0,31762,0,0,0,'Champion Uru\'zin','','',0,80,80,2,126,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,33024,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40256,0,0,0,40257,0,2589,0,0,0,'Troll Citizen','','',0,1,1,0,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33280,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40257,0,0,0,0,0,2588,0,0,0,'Troll Citizen','','',0,1,1,0,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33280,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40260,0,0,0,0,0,11686,0,0,0,'Troll Volunteer','','',0,1,1,0,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33536,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_troll_volunteer',12340),(40263,0,0,0,0,0,169,25749,0,0,'Tiki Warrior','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(40264,0,0,0,40260,0,11686,0,0,0,'Troll Volunteer','','',0,1,1,0,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33536,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_troll_volunteer',12340),(40265,0,0,0,0,0,31765,0,0,0,'[DND] Zen\'tabra Cat Form','','',0,80,80,0,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40274,0,0,0,0,0,31812,31752,31753,31754,'Restless Zombie','','',0,80,80,2,35,0,0.777776,1.14286,1,0,0,0,0,0,1,1000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),(40279,0,0,0,0,0,31730,0,0,0,'Bwonsamdi','','',0,83,83,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,573.682,7,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40301,0,0,0,0,0,17188,0,0,0,'Tiger Matriarch Credit','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_tiger_matriarch_credit',12340),(40305,0,0,0,0,0,31788,0,0,0,'Spirit of the Tiger','','',0,80,80,2,1770,0,2.8,1.57143,1,0,0,0,0,1167,1,2500,2000,4,16777216,2048,0,2,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,75159,75160,75161,0,0,0,0,0,0,736,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,161,1,0,0,'',12340),(40312,0,0,0,0,0,31765,0,0,0,'Tiger Matriarch','','',0,80,80,2,2102,0,1,1.14286,1,1,117,322,0,143,1.2,1625,2000,2,526336,2048,0,2,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,121,1,0,0,'npc_tiger_matriarch',12340),(40329,0,0,0,0,0,31734,0,0,0,'Zen\'tabra','','',0,80,80,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,32768,2048,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,617.284,7,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),(40352,0,0,0,0,0,31813,0,0,0,'Witch Doctor Hez\'tok','','',21257,80,80,2,126,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,33536,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40354,0,0,0,0,0,25274,0,0,0,'[DND] Zen\'tabra Travel Form','','',0,80,80,0,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),(40356,0,0,0,0,0,4359,4610,9768,3608,'Ritual Dancer','','',0,70,80,2,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,256,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40361,0,0,0,0,0,17188,0,0,0,'Troll Dance Leader','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40363,0,0,0,0,0,20570,22769,0,0,'Dance Participant','','',0,1,1,2,35,0,1.6,2,1,0,0,0,0,0,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,5,1,1,1,1,0,0,0,0,0,0,0,183,1,0,128,'',12340),(40368,0,0,0,0,0,25537,25538,25539,25540,'Zalazane\'s Remains','','',0,59,60,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),(40373,0,0,0,0,0,2589,0,0,0,'Ritual Drummer','','',0,70,80,2,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40374,0,0,0,0,0,31819,0,0,0,'Voice of the Spirits','','',0,80,80,2,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,33536,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40387,0,0,0,0,0,17188,0,0,0,'Omen Event Credit','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40388,0,0,0,0,0,4033,0,0,0,'Darkspear Ancestor','','',0,70,80,2,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,32768,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40391,0,0,0,0,0,31736,10357,0,0,'Vol\'jin','','',11391,83,83,2,126,3,1,1.38571,1,1,496,674,0,783,7.5,2000,2000,2,256,2048,0,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,400,16,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40392,0,0,0,0,0,31839,31840,31842,31841,'Darkspear Warrior','','',0,80,80,2,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33024,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40404,0,0,0,0,0,31831,0,0,0,'Tyrantus','Kieupid\'s Pet','',0,80,80,2,1604,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,39,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40414,0,0,0,0,0,31836,0,0,0,'Bones of Bwonsamdi','','',0,80,80,2,2102,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,0,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40415,0,0,0,0,0,31725,0,0,0,'Scout\'s Bat','','',0,80,80,2,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40416,0,0,0,0,0,31737,31738,0,0,'Darkspear Scout','','',0,80,80,2,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,32768,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40418,0,0,0,0,0,27227,0,0,0,'Charscale Invoker (1)','','',0,82,82,2,103,0,1.6,1.42857,1,1,422,586,0,642,50,2000,2000,8,32832,2048,0,0,0,0,0,0,0,0,0,2,72,40419,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,175,12,1,0,0,0,0,0,0,0,150,1,549530129,0,'',12340),(40420,0,0,0,0,0,14308,0,0,0,'Charscale Assaulter (1)','','',0,82,82,2,103,0,1.6,1.42857,1,1,422,586,0,642,60,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,72,40419,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,175,1,1,0,0,0,0,0,0,0,150,1,549530129,0,'',12340),(40422,0,0,0,0,0,12891,0,0,0,'Charscale Elite (1)','','',0,82,82,2,103,0,1.6,1.42857,1,1,422,586,0,642,50,1250,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,72,40419,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,280,1,1,0,0,0,0,0,0,0,150,1,549530129,0,'',12340),(40424,0,0,0,0,0,27226,0,0,0,'Charscale Commander (1)','','',0,82,82,2,103,0,1.6,1.42857,1,1,422,586,0,642,80,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,72,40419,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,280,1,1,0,0,0,0,0,0,0,150,1,549530129,0,'',12340),(40425,0,0,0,0,0,31823,31824,0,0,'Voodoo Troll','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40426,0,0,0,0,0,31837,0,0,0,'Tiny Mooncloth Carpet','','',0,70,70,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1056768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40428,0,0,0,0,0,11686,0,0,0,'[DND] Quest Credit Bunny - ET Battle','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(40435,0,0,0,0,0,31851,0,0,0,'Headless Ghost','Dungeonmaster','',0,50,50,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,134217728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40437,0,0,0,0,0,31848,0,0,0,'Battered Brewer','Dungeonmaster','',0,50,50,0,1734,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,134217728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40438,0,0,0,0,0,31852,0,0,0,'Steamwheedle Shyster','Dungeonmaster','',11386,50,50,0,35,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,134217728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40441,0,0,0,0,0,31847,0,0,0,'Battered Brewmaster','Dungeonmaster','',11383,50,50,0,1733,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33536,2048,0,0,0,0,0,0,0,0,0,7,134217728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40468,0,0,0,0,0,32754,0,0,0,'Shadow Orb','','',0,80,80,2,14,0,2.4,0.85714,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,6.25,1,1,1,0,0,0,0,0,0,0,106,1,0,2,'',12340),(40469,0,0,0,0,0,32754,0,0,0,'Shadow Orb','','',0,80,80,2,14,0,2.4,0.85714,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,6.25,1,1,1,0,0,0,0,0,0,0,106,1,0,2,'',12340),(40470,0,0,0,0,0,169,11686,0,0,'Orb Carrier (1)','','',0,80,80,2,14,0,1.2,0.428571,1,0,0,0,0,0,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,718,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,76,1,0,130,'',12340),(40471,0,0,0,0,0,169,11686,0,0,'Orb Carrier (2)','','',0,80,80,2,14,0,1.2,0.428571,1,0,0,0,0,0,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,746,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,76,1,0,130,'',12340),(40472,0,0,0,0,0,169,11686,0,0,'Orb Carrier (3)','','',0,80,80,2,14,0,1.2,0.428571,1,0,0,0,0,0,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,746,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,76,1,0,130,'',12340),(40478,0,0,0,0,0,31881,0,0,0,'Elgin Clickspring','High Tinker\'s Assistant','',11393,80,80,2,64,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40479,0,0,0,0,0,1126,11686,0,0,'Camera Vehicle','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,747,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40481,0,0,0,0,0,31839,31840,31841,0,'Troll Celebrant','','',0,70,80,2,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40492,0,0,0,0,0,31892,0,0,0,'Zild\'jian','Vol\'jin\'s Wardrummer','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40502,0,0,0,0,0,31778,0,0,0,'Zalazane','','',0,80,80,2,1732,0,0.5,0.428571,1,1,0,0,0,0,1,2400,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),(40506,0,0,0,0,0,1126,11686,0,0,'Explosion Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(40606,0,0,0,0,0,31953,0,0,0,'Knight-Lieutenant T\'Maire Sydes','Northrend Armor Quartermaster','',0,75,75,2,123,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40617,0,0,0,0,0,1126,11686,0,0,'[DND] Bunny','','',0,1,1,0,2102,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1049600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),(40670,0,0,0,0,0,169,16946,0,0,'Combustion (1)','','',0,83,83,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(40671,0,0,0,0,0,169,16946,0,0,'Combustion (2)','','',0,83,83,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(40672,0,0,0,0,0,169,16946,0,0,'Combustion (3)','','',0,83,83,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(40673,0,0,0,0,0,169,16946,0,0,'Consumption (1)','','',0,83,83,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(40674,0,0,0,0,0,169,16946,0,0,'Consumption (2)','','',0,83,83,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(40675,0,0,0,0,0,169,16946,0,0,'Consumption (3)','','',0,83,83,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),(40681,40682,0,0,0,0,12129,0,0,0,'Living Inferno','','',0,82,82,2,834,0,3.2,1.71429,1,1,497,676,0,795,45,2000,2000,1,64,2048,0,0,0,0,0,0,0,0,0,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,80,1,1,0,0,0,0,0,0,0,172,1,549521937,256,'',12340),(40682,0,0,0,0,0,12129,0,0,0,'Living Inferno (1)','','',0,82,82,2,834,0,3.2,1.71429,1,1,497,676,0,795,80,2000,2000,1,64,2048,0,0,0,0,0,0,0,0,0,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,1,1,0,0,0,0,0,0,0,172,1,549521937,256,'',12340),(40683,40684,0,0,0,0,1070,0,0,0,'Living Ember','','',0,82,82,2,834,0,3.2,1.71429,1,1,497,676,0,795,20,2000,2000,1,64,2048,0,0,0,0,0,0,0,0,0,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,1,1,0,0,0,0,0,0,0,172,1,549521937,0,'',12340),(40684,0,0,0,0,0,1070,0,0,0,'Living Ember (1)','','',0,82,82,2,834,0,3.2,1.71429,1,1,497,676,0,795,35,2000,2000,1,64,2048,0,0,0,0,0,0,0,0,0,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,172,1,549521937,0,'',12340),(40704,0,0,0,0,0,22657,0,0,0,'Vrykul Proto-dragon Mount','','',0,71,71,0,1885,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,2,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),(40721,0,0,0,0,0,28734,0,0,0,'Murkimus the Gladiator','','',0,1,1,0,188,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(40724,0,0,0,0,0,15093,0,0,0,'Crafticus Jones','Do Not Spawn','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(40842,0,0,0,0,0,32106,0,0,0,'Ruby Drake','','',0,82,82,2,60,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,2,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(41839,0,0,0,0,0,11686,0,0,0,'[DND] Controller','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(43280,0,0,0,0,0,169,11686,0,0,'Orb Rotation Focus (1)','','',0,80,80,0,14,0,2.2,0.785714,1,0,0,0,0,0,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,98,1,0,130,'',12340),(43281,0,0,0,0,0,169,11686,0,0,'Orb Rotation Focus (2)','','',0,80,80,0,14,0,2.2,0.785714,1,0,0,0,0,0,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,118,1,0,130,'',12340),(43282,0,0,0,0,0,169,11686,0,0,'Orb Rotation Focus (3)','','',0,80,80,0,14,0,2.2,0.785714,1,0,0,0,0,0,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,118,1,0,130,'',12340),(40624,0,0,0,0,0,31956,0,0,0,'Celestial Dragon','','',0,1,1,0,188,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),(70100,0,0,0,0,0,11686,0,0,0,'Conversing With the Depths Trigger','','',0,1,1,0,35,0,1,1.14286,1,0,1,1,0,0,1,0,0,1,6,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_conversing_with_the_depths_trigger',1),(36795,0,0,0,0,0,11686,0,0,0,'Scourgelord Tyrannus','','',0,82,82,2,35,0,2,1.5873,1,1,463,640,0,726,7.5,2000,0,2,832,2048,8,0,0,0,0,0,360,520,91,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,551,0,0,'NullCreatureAI',0,4,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),(3460602,0,0,0,0,0,25144,0,0,0,'Frost Sphere (2)','','',0,79,80,2,1925,0,1,1.14286,1,0,422,586,0,0,1,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,8,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,0.238095,1,1,0,0,0,0,0,0,0,721,0,0,0,'',1),(3460603,0,0,0,0,0,25144,0,0,0,'Frost Sphere (3)','','',0,79,80,2,1925,0,1,1.14286,1,0,422,586,0,0,1,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,8,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,0.238095,1,1,0,0,0,0,0,0,0,721,0,0,0,'',1),(33123,0,0,0,0,0,11686,0,0,0,'Scorched Ground',NULL,NULL,0,80,80,2,16,0,1,1.14286,1,0,1,1,0,1,1,0,0,1,33554432,2048,8,0,0,0,0,0,1,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1); @@ -1186,7 +1186,7 @@ CREATE TABLE `game_event_creature` ( LOCK TABLES `game_event_creature` WRITE; /*!40000 ALTER TABLE `game_event_creature` DISABLE KEYS */; -INSERT INTO `game_event_creature` VALUES (22,38),(7,1102),(22,2032),(32,6090),(10,6512),(22,6519),(22,6520),(32,7727),(23,8969),(23,8971),(32,9411),(12,10998),(12,10999),(12,11000),(24,11001),(24,11002),(24,11003),(24,11004),(12,11005),(12,11006),(12,11007),(12,11008),(12,11009),(12,11010),(12,11011),(10,12401),(23,12604),(12,17338),(12,17339),(60,17676),(12,19342),(12,19345),(12,19346),(12,19347),(12,19348),(12,19349),(12,19350),(12,19351),(12,20297),(12,20298),(12,20299),(12,20424),(12,20425),(-26,21020),(-26,21022),(-26,21024),(-26,21026),(-26,21034),(-26,21036),(-26,22181),(-26,22188),(-26,22451),(-26,22473),(10,23099),(-26,24976),(-5,25324),(-5,25489),(-5,25605),(-5,25608),(-5,25609),(22,25997),(32,26009),(-5,26719),(-5,26751),(-5,26752),(23,27660),(24,28797),(24,28798),(24,28799),(3,31822),(22,32076),(7,34035),(7,34036),(32,34055),(3,35418),(23,38004),(32,38214),(-26,38608),(32,39821),(32,39822),(32,39883),(32,39884),(10,41877),(23,42598),(23,42601),(3,43670),(3,43671),(3,43672),(3,43673),(3,43674),(3,43675),(3,43676),(3,43677),(3,43678),(3,43679),(3,43680),(23,44187),(33,44457),(3,45474),(3,45475),(3,45476),(23,46801),(22,46803),(2,46973),(24,47648),(3,49446),(4,52415),(4,52416),(2,53618),(2,53620),(2,53631),(2,53646),(24,53941),(4,53942),(62,54687),(62,54688),(14,54742),(3,55089),(4,56323),(4,56324),(4,56326),(4,56342),(3,56348),(4,56497),(4,56498),(4,56499),(4,56600),(4,56611),(4,56612),(4,56613),(4,56614),(4,56615),(4,56617),(4,56618),(4,56621),(4,56623),(4,56624),(4,56625),(4,56680),(4,57163),(4,57168),(4,57441),(4,61987),(11,62848),(11,62849),(31,63141),(-3,66156),(-3,66157),(-3,66158),(-3,66428),(-3,66429),(-3,66602),(3,70024),(3,70025),(3,70026),(3,70027),(7,70553),(7,70554),(7,70555),(7,70556),(7,70557),(7,70560),(7,70561),(7,70562),(7,70563),(7,70564),(7,70565),(7,70566),(7,70567),(7,70568),(7,70570),(7,70571),(7,70572),(7,70573),(7,70574),(7,70575),(7,70576),(7,70578),(7,72236),(7,72237),(7,72238),(7,72239),(10,74808),(7,75117),(22,76747),(7,78371),(7,78372),(7,78373),(7,78374),(7,78375),(7,78381),(7,78382),(7,78383),(7,78384),(10,78961),(10,78963),(-12,79648),(-12,79650),(-12,79651),(10,79806),(-12,80341),(-12,80342),(-12,80343),(-12,80351),(-4,80360),(-4,80362),(-4,80363),(-4,80367),(1,83242),(1,83243),(1,83244),(3,83349),(3,83350),(3,84084),(3,84864),(24,84899),(12,84903),(12,84937),(12,84950),(12,84953),(60,85064),(10,85179),(10,85180),(10,85181),(10,85182),(10,85183),(10,85184),(10,85185),(10,85186),(10,85187),(10,85188),(10,85189),(10,85190),(10,85191),(60,85208),(60,85209),(60,85210),(24,85381),(66,85483),(66,85484),(22,85607),(12,85632),(12,85633),(12,85634),(12,85635),(12,85636),(12,85653),(12,85654),(12,85701),(12,85702),(12,85703),(12,85704),(12,85705),(12,85706),(12,85707),(12,85708),(12,85709),(12,85710),(12,85711),(12,85712),(12,85713),(12,85986),(1,86163),(1,86165),(2,86166),(2,86167),(12,86168),(12,86169),(1,86179),(2,86180),(2,86181),(2,86182),(2,86184),(1,86224),(1,86227),(2,86233),(12,86234),(2,86235),(2,86236),(10,86237),(1,86242),(1,86243),(1,86244),(1,86245),(1,86246),(1,86247),(1,86248),(1,86249),(1,86250),(1,86251),(1,86252),(1,86253),(1,86254),(1,86255),(1,86256),(1,86258),(1,86259),(1,86260),(1,86261),(1,86262),(1,86264),(1,86265),(1,86266),(1,86267),(1,86268),(10,86292),(2,86355),(66,86565),(66,86566),(66,86567),(66,86568),(66,86569),(66,86570),(66,86571),(66,86572),(66,86573),(66,86574),(66,86575),(1,86643),(1,86644),(1,86645),(1,86646),(66,86651),(66,86652),(66,86654),(1,86703),(1,86704),(1,86705),(1,86706),(1,86707),(1,86708),(1,86709),(1,86710),(1,86711),(1,86712),(1,86713),(1,86714),(1,86715),(1,86716),(24,86731),(12,86846),(12,86847),(12,86848),(12,86849),(12,86850),(12,86851),(12,86852),(12,86853),(12,86857),(12,86858),(1,86895),(1,86896),(1,86897),(1,86898),(1,86901),(1,86924),(24,87041),(12,87071),(1,87086),(60,88155),(60,88158),(60,88159),(60,88160),(12,88292),(11,88814),(11,88815),(11,88816),(11,88817),(11,88818),(11,88819),(11,88820),(11,88821),(11,88822),(11,88823),(11,88824),(11,88825),(11,88826),(11,88827),(11,88828),(11,88829),(11,88830),(11,88831),(11,88832),(11,88833),(11,88834),(11,88835),(11,88836),(11,88837),(11,88838),(11,88839),(24,88840),(24,88841),(24,88842),(24,88843),(24,88844),(24,88845),(24,88846),(24,88847),(24,88848),(24,88849),(24,88850),(24,88851),(24,88852),(24,88853),(24,88854),(24,88855),(24,88856),(24,88857),(24,88858),(24,88859),(24,88860),(24,88861),(24,88862),(24,88863),(24,88864),(24,88865),(24,88866),(24,88867),(24,88868),(24,88869),(24,88870),(24,88871),(24,88872),(24,88873),(24,88874),(24,88875),(24,88876),(24,88877),(24,88878),(24,88879),(24,88880),(24,88881),(24,88882),(24,88883),(24,88884),(24,88885),(24,88886),(24,88887),(24,88888),(24,88889),(24,88890),(24,88891),(24,88892),(24,88893),(24,88894),(24,88895),(24,88896),(1,88899),(24,88914),(24,88915),(24,88916),(24,88917),(24,88918),(24,88919),(24,88920),(24,88921),(24,88922),(24,88923),(24,88924),(24,88925),(24,88926),(24,88927),(24,88928),(24,88929),(24,88930),(24,88931),(24,88932),(24,88933),(24,88934),(24,88935),(24,88936),(24,88937),(24,88938),(24,88939),(24,88940),(24,88941),(24,88942),(24,88943),(24,88944),(24,88945),(24,88946),(24,88947),(24,88948),(24,88949),(24,88950),(24,88951),(24,88952),(24,88953),(24,88954),(24,88955),(24,88956),(24,88957),(24,88958),(24,88960),(24,88961),(24,88962),(24,88963),(24,88964),(24,88965),(24,88966),(24,88967),(24,88968),(24,88969),(24,88970),(24,88971),(24,88972),(24,88973),(24,88976),(24,88977),(24,88978),(24,88979),(24,88980),(24,88981),(24,88982),(24,88983),(24,88984),(24,88985),(24,88986),(24,88987),(24,88988),(2,89359),(2,89360),(2,89361),(2,89362),(2,89363),(2,89364),(2,89365),(2,89366),(2,89367),(2,89368),(2,89369),(2,89370),(2,89371),(2,89372),(2,89373),(2,89374),(2,89375),(2,89376),(2,89377),(2,89378),(2,89379),(2,89380),(2,89381),(2,89382),(2,89383),(2,89384),(2,89385),(2,89386),(2,89387),(2,89388),(2,89389),(2,89390),(2,89391),(2,89392),(2,89393),(2,89394),(2,89395),(2,89396),(2,89397),(2,89398),(2,89399),(2,89400),(2,89401),(2,89402),(2,89403),(2,89404),(2,89405),(2,89406),(2,89407),(2,89408),(2,89409),(2,89410),(2,89411),(2,89412),(2,89413),(2,89414),(2,89415),(2,89416),(2,89417),(2,89418),(2,89419),(2,89420),(2,89421),(2,89422),(2,89423),(2,89424),(2,89425),(2,89426),(2,89427),(2,89428),(2,89429),(2,89430),(2,89431),(2,89432),(2,89433),(2,89434),(2,89435),(2,89437),(2,89438),(2,89439),(2,89440),(2,89441),(2,89442),(1,90486),(1,90490),(1,90492),(1,90493),(1,90494),(1,90495),(1,90496),(1,90498),(1,90499),(1,90508),(1,90509),(1,90510),(1,90512),(1,90920),(1,91009),(1,91115),(1,91116),(1,91117),(1,91118),(7,91562),(7,91563),(7,91564),(24,91565),(24,91566),(7,91567),(7,91568),(7,91569),(7,91570),(7,91571),(7,91572),(7,91573),(7,91574),(7,91575),(7,91576),(7,91577),(7,91578),(7,91579),(7,91580),(7,91581),(7,91582),(7,91583),(7,91584),(7,91585),(7,91586),(7,91587),(7,91588),(7,91589),(7,91590),(7,91591),(7,91592),(7,91593),(7,91594),(7,91595),(7,91596),(7,91597),(7,91598),(7,91599),(7,91600),(7,91601),(7,91602),(7,91603),(7,91604),(7,91605),(7,91606),(7,91607),(7,91608),(7,91609),(7,91610),(7,91611),(7,91612),(7,91613),(7,91614),(7,91615),(7,91616),(7,91617),(7,91618),(7,91619),(7,91620),(7,91621),(7,91622),(7,91623),(7,91624),(7,91625),(7,91626),(7,91627),(7,91628),(7,91629),(7,91630),(7,91631),(7,91632),(7,91633),(7,91634),(7,91635),(7,91636),(7,91637),(7,91638),(7,91639),(7,91640),(7,91641),(7,91642),(7,91643),(7,91644),(7,91645),(7,91646),(7,91647),(7,91648),(7,91649),(7,91650),(7,91651),(7,91652),(7,91653),(7,91654),(7,91655),(7,91656),(7,91657),(7,91658),(7,91659),(7,91660),(7,91661),(7,91662),(7,91663),(7,91664),(7,91665),(7,91666),(7,91667),(7,91668),(7,91669),(7,91670),(7,91671),(7,91672),(7,91673),(7,91674),(7,91675),(7,91676),(7,91677),(7,91678),(7,91679),(7,91680),(7,91681),(7,91682),(7,91683),(7,91684),(7,91685),(7,91686),(7,91687),(7,91688),(7,91689),(1,91704),(1,91705),(1,91706),(1,91707),(7,91708),(7,91710),(7,91711),(7,91712),(7,91713),(1,91749),(1,91750),(1,91751),(1,91752),(1,91753),(1,91754),(1,91755),(1,91756),(1,91757),(1,91758),(1,91759),(1,91760),(1,91761),(1,91762),(1,91763),(1,91764),(1,91765),(1,91766),(1,91767),(1,91768),(1,91769),(1,91770),(1,91771),(1,91772),(1,91773),(1,91774),(1,91775),(1,91776),(1,91777),(1,91778),(1,91779),(1,91794),(60,91798),(1,91801),(1,92568),(1,93587),(1,93610),(1,93639),(1,93646),(1,93652),(1,93695),(1,93734),(1,93762),(1,93763),(1,93764),(1,93913),(1,94421),(1,94475),(1,94477),(1,94485),(1,94486),(1,94487),(1,94488),(1,94489),(1,94509),(1,94510),(1,94511),(1,94512),(1,94513),(1,94514),(1,94515),(1,94516),(1,94517),(1,94518),(1,94519),(1,94520),(1,94521),(1,94522),(1,94523),(1,94524),(1,94525),(1,94526),(1,94527),(1,94528),(1,94529),(1,94530),(1,94531),(1,94532),(1,94533),(1,94534),(1,94535),(1,94536),(1,94537),(1,94538),(1,94539),(1,94540),(1,94541),(1,94542),(1,94543),(1,94544),(1,94545),(1,94546),(1,94547),(1,94548),(1,94549),(1,94550),(1,94551),(1,94552),(1,94553),(1,94554),(1,94555),(1,94556),(1,94557),(1,94558),(1,94559),(1,94560),(1,94561),(1,94562),(1,94563),(1,94564),(1,94565),(1,94566),(1,94567),(1,94568),(1,94569),(1,94570),(1,94571),(1,94572),(1,94573),(1,94574),(1,94575),(1,94576),(1,94577),(1,94578),(1,94579),(1,94580),(1,94581),(1,94582),(1,94583),(1,94584),(1,94585),(1,94586),(1,94587),(1,94588),(1,94589),(1,94590),(1,94591),(1,94592),(1,94593),(1,94594),(1,94595),(1,94596),(1,94597),(1,94598),(1,94599),(1,94600),(1,94601),(1,94602),(1,94603),(1,94604),(1,94605),(1,94606),(1,94607),(1,94608),(1,94609),(1,94610),(1,94611),(1,94612),(1,94613),(1,94614),(1,94615),(1,94616),(1,94617),(1,94618),(1,94619),(1,94620),(1,94621),(1,94622),(1,94623),(1,94624),(1,94625),(1,94626),(1,94627),(1,94628),(1,94629),(1,94630),(1,94631),(1,94632),(1,94633),(1,94634),(1,94635),(1,94636),(1,94637),(1,94638),(1,94639),(1,94640),(1,94641),(1,94642),(1,94643),(1,94644),(1,94645),(1,94646),(1,94647),(1,94648),(1,94649),(1,94650),(1,94651),(1,94652),(1,94653),(1,94654),(1,94655),(1,94656),(1,94657),(1,94658),(1,94659),(1,94660),(1,94661),(1,94662),(1,94663),(1,94664),(1,94665),(1,94666),(1,94667),(1,94668),(1,94669),(1,94670),(1,94671),(1,94672),(1,94673),(1,94674),(1,94675),(1,94676),(1,94677),(1,94678),(1,94679),(1,94680),(1,94681),(1,94682),(1,94683),(1,94684),(1,94685),(1,94686),(1,94687),(1,94688),(1,94689),(1,94690),(1,94691),(1,94692),(1,94693),(1,94694),(1,94695),(1,94696),(1,94697),(1,94698),(1,94699),(1,94700),(1,94701),(1,94702),(1,94703),(1,94704),(1,94705),(1,94706),(1,94707),(1,94708),(1,94709),(1,94710),(1,94711),(1,94712),(1,94713),(1,94714),(1,94715),(1,94716),(1,94717),(1,94718),(1,94719),(1,94720),(1,94721),(1,94722),(1,94723),(1,94724),(1,94725),(1,94726),(1,94727),(1,94728),(1,94729),(1,94730),(1,94731),(1,94732),(1,94733),(1,94734),(1,94735),(1,94736),(1,94737),(1,94738),(1,94739),(1,94740),(1,94741),(1,94742),(1,94743),(1,94744),(1,94745),(1,94746),(1,94747),(1,94748),(1,94749),(1,94750),(1,94751),(1,94752),(1,94753),(1,94754),(1,94755),(1,94756),(1,94757),(1,94758),(1,94759),(1,94760),(1,94761),(1,94762),(1,94763),(1,94764),(1,94765),(1,94766),(1,94767),(1,94768),(1,94769),(1,94770),(1,94771),(1,94772),(1,94773),(1,94774),(1,94775),(1,94776),(1,94777),(1,94778),(1,94779),(1,94780),(1,94781),(1,94782),(1,94783),(1,94784),(1,94785),(1,94786),(1,94787),(1,94788),(1,94789),(1,94790),(1,94791),(1,94792),(1,94793),(1,94794),(1,94795),(1,94796),(1,94797),(1,94798),(1,94799),(1,94800),(1,94801),(1,94802),(1,94803),(1,94804),(1,94805),(1,94806),(1,94807),(1,94808),(1,94809),(1,94810),(1,94811),(1,94812),(1,94813),(1,94814),(1,94815),(1,94816),(1,94817),(1,94818),(1,94819),(1,94820),(1,94821),(1,94822),(1,94823),(1,94824),(1,94825),(1,94826),(1,94827),(1,94828),(1,94829),(1,94830),(1,94831),(1,94832),(1,94833),(1,94834),(1,94835),(1,94836),(1,94837),(1,94838),(1,94839),(1,94840),(1,94841),(1,94842),(1,94843),(1,94844),(1,94845),(1,94846),(1,94847),(1,94848),(1,94849),(1,94850),(1,94851),(1,94852),(1,94853),(1,94854),(1,94855),(1,94856),(1,94857),(1,94858),(1,94859),(1,94860),(1,94861),(1,94862),(1,94863),(1,94920),(1,94921),(1,94922),(1,94923),(1,94924),(1,94925),(1,94926),(1,94927),(1,94928),(1,94929),(1,94930),(1,94931),(1,94932),(1,94933),(1,94934),(1,94935),(1,94936),(1,94937),(1,94938),(1,94939),(1,94940),(1,94941),(1,94942),(1,94943),(1,94944),(1,94945),(1,94946),(1,94947),(1,94948),(1,94949),(1,94950),(1,94951),(1,94952),(1,94953),(1,94954),(1,94955),(1,94956),(1,94957),(1,94958),(1,94959),(1,94960),(1,94961),(1,94962),(1,94963),(1,94964),(31,95049),(31,95051),(31,95052),(31,95053),(31,95056),(31,95057),(31,95058),(31,95059),(31,95060),(31,95061),(31,95062),(31,95063),(31,95064),(31,95065),(31,95066),(31,95067),(31,95068),(31,95069),(31,95070),(31,95071),(31,95072),(31,95073),(31,95074),(31,95076),(31,95077),(31,95078),(31,95079),(31,95080),(31,95081),(31,95082),(31,95083),(31,95084),(31,95085),(31,95086),(31,95087),(31,95088),(31,95089),(31,95090),(31,95091),(31,95092),(31,95093),(31,95094),(31,95100),(31,95104),(31,95105),(31,95106),(31,95108),(31,95112),(31,95113),(31,95114),(31,95115),(31,95116),(31,95117),(31,95118),(31,95119),(31,95120),(31,95121),(31,95122),(31,95123),(31,95124),(31,95125),(31,95126),(31,95127),(31,95128),(31,95129),(31,95130),(31,95131),(31,95132),(31,95133),(31,95134),(31,95135),(31,95136),(31,95137),(31,95138),(31,95139),(31,95140),(31,95141),(31,95142),(31,95143),(31,95144),(31,95145),(31,95146),(31,95147),(31,95148),(31,95160),(31,95161),(31,95162),(31,95163),(31,95164),(31,95165),(31,95166),(31,95172),(31,95173),(31,95174),(31,95175),(31,95176),(31,95177),(31,95178),(31,95179),(31,95180),(31,95181),(31,95182),(31,95183),(31,95184),(31,95185),(31,95186),(31,95187),(31,95188),(31,95189),(31,95190),(31,95191),(31,95192),(31,95193),(31,95194),(31,95198),(31,95199),(31,95200),(31,95201),(31,95206),(31,95209),(31,95210),(31,95213),(31,95214),(31,95215),(31,95216),(31,95217),(31,95218),(31,95219),(31,95220),(31,95221),(31,95222),(31,95223),(31,95224),(31,95225),(31,95226),(31,95227),(31,95228),(31,95229),(31,95230),(31,95231),(31,95232),(31,95233),(31,95234),(31,95235),(31,95236),(31,95238),(31,95240),(31,95243),(31,95244),(31,95245),(31,95246),(31,95247),(31,95248),(31,95249),(31,95255),(31,95256),(31,95257),(31,95260),(31,95263),(31,95264),(31,95265),(31,95266),(31,95267),(31,95268),(31,95269),(31,95270),(31,95271),(31,95272),(31,95273),(31,95274),(31,95275),(31,95276),(31,95277),(31,95278),(31,95279),(31,95280),(31,95281),(31,95282),(31,95283),(31,95284),(31,95285),(31,95286),(31,95287),(31,95288),(31,95289),(31,95290),(31,95291),(31,95292),(31,95293),(31,95294),(31,95295),(31,95296),(31,95297),(31,95298),(31,95300),(31,95303),(31,95307),(31,95309),(31,95310),(31,95311),(31,95312),(31,95313),(31,95314),(31,95315),(31,95316),(31,95317),(31,95318),(31,95319),(31,95320),(31,95321),(31,95322),(31,95323),(31,95324),(31,95325),(31,95329),(31,95330),(31,95332),(31,95333),(31,95335),(31,95336),(31,95339),(31,95340),(31,95341),(31,95342),(31,95345),(31,95347),(31,95348),(31,95349),(31,95350),(31,95351),(31,95352),(31,95353),(31,95354),(31,95355),(31,95356),(31,95357),(31,95360),(31,95361),(31,95363),(31,95367),(31,95368),(31,95369),(31,95370),(31,95371),(31,95372),(31,95373),(31,95374),(31,95375),(31,95376),(31,95377),(31,95378),(31,95380),(31,95381),(31,95382),(31,95383),(31,95384),(31,95385),(31,95386),(31,95387),(31,95388),(31,95389),(31,95390),(31,95394),(31,95395),(31,95396),(31,95397),(31,95398),(31,95399),(31,95400),(31,95401),(31,95402),(31,95404),(31,95406),(31,95407),(31,95409),(31,95410),(31,95411),(31,95412),(31,95415),(31,95417),(31,95418),(31,95419),(31,95420),(31,95421),(31,95422),(31,95424),(31,95426),(31,95427),(31,95428),(31,95433),(31,95434),(31,95435),(31,95436),(31,95437),(31,95438),(31,95441),(31,95442),(31,95443),(31,95444),(31,95445),(31,95446),(31,95447),(31,95454),(31,95457),(31,95458),(31,95461),(31,95462),(31,95463),(31,95464),(31,95469),(31,95470),(31,95471),(31,95472),(31,95473),(31,95474),(31,95475),(31,95476),(31,95477),(31,95478),(31,95479),(31,95480),(31,95481),(31,95482),(31,95483),(31,95484),(31,95485),(31,95486),(31,95487),(31,95488),(31,95489),(31,95490),(31,95491),(31,95492),(31,95493),(31,95494),(31,95495),(31,95496),(31,95497),(31,95498),(31,95499),(31,95500),(31,95501),(31,95502),(31,95504),(31,95505),(31,95508),(31,95509),(31,95510),(31,95514),(31,95515),(31,95518),(31,95519),(31,95522),(31,95523),(31,95524),(31,95525),(31,95526),(31,95527),(31,95528),(31,95530),(31,95531),(31,95532),(31,95533),(31,95534),(31,95535),(31,95536),(31,95537),(31,95538),(31,95539),(31,95540),(31,95541),(31,95542),(31,95543),(31,95544),(31,95545),(31,95546),(31,95547),(31,95548),(31,95551),(31,95553),(31,95554),(31,95555),(31,95556),(31,95557),(31,95559),(31,95561),(31,95562),(31,95563),(31,95564),(31,95565),(31,95566),(31,95567),(31,95568),(31,95569),(31,95570),(31,95571),(31,95572),(31,95573),(31,95574),(31,95575),(31,95576),(31,95577),(31,95579),(31,95582),(31,95588),(31,95589),(31,95590),(31,95591),(31,95592),(31,95593),(31,95599),(31,95600),(31,95601),(31,95602),(31,95603),(31,95604),(31,95605),(31,95606),(31,95607),(31,95608),(31,95609),(31,95611),(31,95612),(31,95614),(31,95615),(31,95616),(31,95617),(31,95618),(31,95619),(31,95620),(31,95621),(31,95622),(31,95623),(31,95624),(31,95625),(31,95626),(31,95627),(31,95628),(31,95629),(31,95630),(31,95631),(31,95634),(31,95636),(31,95637),(31,95638),(31,95639),(31,95640),(31,95641),(31,95642),(31,95643),(31,95652),(31,95653),(31,95654),(31,95655),(31,95656),(31,95658),(31,95659),(31,95660),(31,95664),(31,95666),(31,95667),(31,95668),(31,95669),(31,95670),(31,95671),(31,95672),(31,95673),(31,95674),(31,95675),(31,95676),(31,95677),(31,95678),(31,95679),(31,95680),(31,95681),(31,95682),(31,95683),(31,95684),(31,95685),(31,95686),(31,95687),(31,95688),(31,95689),(31,95690),(31,95691),(31,95692),(31,95693),(31,95694),(31,95695),(31,95696),(31,95697),(31,95698),(31,95700),(31,95702),(31,95703),(31,95704),(31,95705),(31,95706),(31,95707),(31,95708),(31,95709),(31,95710),(31,95711),(31,95712),(31,95713),(31,95714),(31,95716),(31,95717),(31,95718),(31,95719),(31,95720),(31,95721),(31,95722),(31,95723),(31,95724),(31,95725),(31,95726),(31,95727),(31,95728),(31,95729),(31,95730),(31,95741),(31,95742),(31,95744),(31,95745),(31,95746),(31,95748),(31,95749),(31,95751),(31,95752),(31,95753),(31,95754),(31,95755),(31,95756),(31,95757),(31,95758),(31,95759),(31,95760),(31,95761),(31,95762),(31,95763),(31,95764),(31,95765),(31,95766),(31,95767),(31,95768),(31,95771),(31,95773),(31,95775),(31,95776),(31,95777),(31,95778),(31,95779),(31,95780),(31,95787),(31,95788),(31,95789),(31,95790),(31,95791),(31,95792),(31,95793),(31,95794),(31,95795),(31,95796),(31,95797),(31,95798),(31,95799),(31,95800),(31,95801),(31,95802),(31,95803),(31,95804),(31,95805),(31,95808),(31,95809),(31,95811),(31,95812),(31,95814),(31,95815),(31,95816),(31,95817),(31,95818),(31,95819),(31,95822),(31,95823),(31,95824),(31,95825),(31,95826),(31,95827),(31,95828),(31,95829),(31,95830),(31,95831),(31,95832),(31,95833),(31,95834),(31,95835),(31,95836),(31,95837),(31,95838),(31,95839),(31,95840),(31,95841),(31,95842),(31,95843),(31,95844),(31,95845),(31,95853),(31,95862),(31,95863),(31,95865),(31,95866),(31,95867),(31,95868),(31,95869),(31,95870),(31,95871),(31,95872),(31,95873),(31,95874),(31,95875),(31,95876),(31,95877),(31,95878),(31,95879),(31,95880),(31,95881),(31,95882),(31,95883),(31,95884),(31,95885),(31,95886),(31,95887),(31,95888),(31,95889),(31,95890),(31,95891),(31,95892),(31,95893),(31,95894),(31,95895),(31,95896),(31,95897),(31,95898),(31,95899),(31,95900),(31,95901),(31,95902),(31,95903),(31,95904),(31,95905),(31,95906),(31,95907),(31,95908),(31,95909),(31,95910),(31,95911),(31,95912),(31,95913),(31,95914),(31,95915),(31,95916),(31,95917),(31,95918),(31,95919),(31,95920),(31,95921),(31,95923),(31,95928),(31,95932),(31,95933),(31,95934),(31,95935),(31,95936),(31,95937),(31,95938),(31,95939),(31,95940),(31,95941),(31,95942),(31,95943),(31,95944),(31,95950),(31,95952),(31,95954),(31,95955),(31,95956),(31,95957),(31,95958),(31,95959),(31,95960),(31,95961),(31,95962),(31,95963),(31,95966),(31,95967),(31,95968),(31,95969),(31,95970),(31,95971),(31,95972),(31,95973),(31,95974),(31,95975),(31,95976),(31,95977),(31,95978),(31,95979),(31,95993),(31,95994),(31,95995),(31,95996),(31,95997),(31,95998),(31,95999),(31,96000),(31,96001),(31,96002),(31,96003),(31,96004),(31,96005),(31,96006),(31,96007),(31,96008),(31,96009),(31,96010),(31,96011),(31,96012),(31,96013),(31,96014),(31,96015),(31,96016),(31,96017),(31,96018),(31,96019),(31,96021),(31,96022),(31,96023),(31,96027),(31,96028),(31,96029),(31,96030),(31,96031),(31,96032),(31,96033),(31,96034),(31,96035),(31,96036),(31,96037),(31,96038),(31,96039),(31,96040),(31,96041),(31,96044),(31,96045),(31,96046),(31,96047),(31,96048),(31,96049),(31,96050),(31,96051),(31,96052),(31,96053),(31,96054),(31,96055),(31,96056),(31,96057),(31,96058),(31,96059),(31,96060),(31,96061),(31,96064),(31,96066),(31,96067),(31,96070),(31,96071),(31,96074),(31,96076),(31,96077),(31,96079),(31,96081),(31,96082),(31,96083),(31,96084),(31,96085),(31,96086),(31,96087),(31,96088),(31,96089),(31,96090),(31,96091),(31,96092),(31,96093),(31,96094),(31,96095),(31,96096),(31,96097),(31,96098),(31,96099),(31,96102),(31,96104),(31,96105),(31,96106),(31,96108),(31,96109),(31,96110),(31,96111),(31,96112),(31,96113),(31,96114),(31,96115),(31,96116),(31,96118),(31,96120),(31,96121),(31,96122),(31,96124),(31,96126),(31,96128),(31,96131),(31,96133),(31,96134),(31,96135),(31,96137),(31,96138),(31,96139),(31,96140),(31,96142),(31,96145),(31,96146),(31,96147),(31,96148),(31,96149),(31,96150),(31,96151),(31,96152),(31,96154),(31,96156),(31,96158),(31,96159),(31,96160),(31,96161),(31,96162),(31,96164),(31,96170),(31,96171),(31,96173),(31,96174),(31,96177),(31,96178),(31,96179),(31,96180),(31,96181),(31,96182),(31,96183),(31,96184),(31,96185),(31,96186),(31,96187),(31,96188),(31,96189),(31,96190),(31,96191),(31,96192),(31,96193),(31,96194),(31,96195),(31,96196),(31,96197),(31,96198),(31,96199),(31,96200),(31,96201),(31,96202),(31,96204),(31,96207),(31,96208),(31,96209),(31,96210),(31,96211),(31,96212),(31,96213),(31,96214),(31,96215),(31,96216),(31,96217),(31,96218),(31,96219),(31,96220),(31,96221),(31,96222),(31,96223),(31,96224),(31,96225),(31,96226),(31,96228),(31,96229),(31,96230),(31,96232),(31,96233),(31,96236),(31,96237),(31,96238),(31,96239),(31,96240),(31,96241),(31,96242),(31,96243),(31,96244),(31,96245),(31,96248),(31,96249),(31,96256),(31,96257),(31,96258),(31,96259),(31,96260),(31,96261),(31,96262),(31,96263),(31,96264),(31,96265),(31,96266),(31,96271),(31,96272),(31,96273),(31,96274),(31,96275),(31,96279),(31,96280),(31,96281),(31,96282),(31,96283),(31,96284),(31,96285),(31,96286),(31,96287),(31,96288),(31,96289),(31,96291),(31,96295),(31,96296),(31,96303),(31,96304),(31,96305),(31,96306),(31,96310),(31,96311),(31,96312),(31,96313),(31,96314),(31,96315),(31,96316),(31,96317),(31,96318),(31,96319),(31,96320),(31,96321),(31,96322),(31,96323),(31,96324),(31,96325),(31,96326),(31,96327),(31,96328),(31,96329),(31,96330),(31,96331),(31,96332),(31,96333),(31,96334),(31,96335),(31,96336),(31,96337),(31,96338),(31,96339),(31,96340),(31,96341),(31,96342),(31,96343),(31,96344),(31,96345),(31,96346),(31,96347),(31,96348),(31,96349),(31,96350),(31,96351),(31,96352),(31,96353),(31,96354),(31,96360),(31,96364),(31,96367),(31,96371),(31,96375),(31,96376),(31,96377),(31,96378),(31,96379),(31,96380),(31,96381),(31,96382),(31,96383),(31,96384),(31,96385),(31,96386),(31,96387),(31,96388),(31,96389),(31,96390),(31,96391),(31,96392),(31,96393),(31,96394),(31,96395),(31,96396),(31,96397),(31,96398),(31,96399),(31,96400),(31,96401),(31,96402),(31,96403),(31,96404),(31,96405),(31,96406),(31,96407),(31,96408),(31,96409),(31,96410),(31,96419),(31,96420),(31,96421),(31,96422),(31,96423),(31,96424),(31,96425),(31,96426),(31,96427),(31,96428),(31,96429),(31,96430),(31,96431),(31,96432),(31,96433),(31,96434),(31,96435),(31,96436),(31,96437),(31,96438),(31,96439),(31,96440),(31,96441),(31,96442),(31,96443),(31,96444),(31,96445),(31,96446),(31,96447),(31,96448),(31,96449),(31,96450),(31,96451),(31,96452),(31,96453),(31,96456),(31,96457),(31,96461),(31,96464),(31,96465),(31,96466),(31,96467),(31,96468),(31,96469),(31,96470),(31,96471),(31,96472),(31,96473),(31,96474),(31,96475),(31,96476),(31,96477),(31,96478),(31,96479),(31,96480),(31,96481),(31,96482),(31,96483),(31,96484),(31,96488),(31,96500),(31,96501),(31,96502),(31,96503),(31,96504),(31,96505),(31,96506),(31,96507),(31,96508),(31,96509),(31,96510),(31,96511),(31,96512),(31,96513),(31,96514),(31,96515),(31,96516),(31,96517),(31,96518),(31,96519),(31,96520),(31,96521),(31,96522),(31,96523),(31,96524),(31,96525),(31,96526),(31,96527),(31,96528),(31,96529),(31,96530),(31,96531),(31,96532),(31,96533),(31,96534),(31,96535),(31,96536),(31,96537),(31,96538),(31,96539),(31,96540),(31,96541),(31,96542),(31,96543),(31,96544),(31,96547),(31,96558),(31,96559),(31,96560),(31,96561),(31,96562),(31,96563),(31,96564),(31,96565),(31,96566),(31,96567),(31,96568),(31,96569),(31,96570),(31,96571),(31,96574),(31,96575),(31,96576),(31,96577),(31,96578),(31,96580),(31,96581),(31,96582),(31,96583),(31,96584),(31,96585),(31,96586),(31,96587),(31,96588),(31,96589),(65,102110),(65,102293),(66,102366),(65,106139),(65,106140),(65,106141),(65,106142),(65,106168),(65,106169),(65,106170),(65,106171),(65,106172),(65,106173),(65,106174),(65,106175),(65,106176),(65,106209),(65,106275),(2,106814),(66,107018),(65,107711),(65,107712),(65,107713),(65,107714),(66,108972),(66,108973),(66,108974),(66,108975),(2,109159),(2,109160),(12,121254),(12,121255),(12,121268),(12,121269),(37,127312),(37,127313),(38,127314),(38,127315),(39,127316),(39,127317),(40,127318),(40,127319),(41,127320),(41,127321),(42,127322),(42,127323),(43,127324),(43,127325),(44,127326),(44,127327),(45,127328),(45,127329),(34,127330),(34,127331),(35,127332),(35,127333),(36,127334),(36,127335),(12,128461),(12,128462),(24,128463),(24,128464),(12,129440),(12,129441),(12,129442),(12,129443),(12,129444),(12,129445),(24,136925),(5,137657),(5,137658),(5,137659),(5,137660),(5,137661),(5,137662),(5,137663),(5,137664),(5,137665),(5,137666),(5,137667),(5,137668),(5,137669),(5,137670),(5,137671),(5,137672),(5,137673),(5,137674),(5,137675),(5,137676),(5,137677),(5,137678),(5,137679),(5,137680),(5,137681),(5,137682),(5,137683),(5,137684),(5,137685),(24,137687),(24,137688),(24,137689),(24,137690),(24,137691),(24,137692),(24,137693),(24,137694),(24,137695),(24,137696),(24,137697),(24,137698),(24,137699),(24,137700),(50,150156),(50,150157),(50,150158),(50,150159),(50,150160),(50,150161),(50,150162),(50,150163),(50,150164),(50,150165),(50,150166),(50,150167),(50,150168),(50,150169),(50,150170),(50,150171),(50,150172),(50,150173),(50,150174),(50,150175),(50,150176),(50,150177),(50,150178),(50,150179),(50,150180),(50,150181),(50,150182),(50,150183),(50,150184),(57,152021),(57,152022),(57,152023),(57,152024),(57,152025),(57,152026),(57,152027),(57,152028),(57,152029),(57,152030),(57,152031),(24,152120),(9,152261),(9,152262),(9,152263),(9,152264),(9,152265),(9,152266),(9,152267),(9,152268),(9,152269),(9,152270),(9,152271),(9,152272),(9,152273),(9,152274),(9,152275),(9,152276),(24,200000),(24,200001),(24,200002),(7,200823),(7,200824),(7,200825),(7,200826),(7,200827),(7,200828),(7,200829),(7,200830),(7,200831),(7,200832),(7,200833),(7,200834),(7,200835),(7,200836),(7,200837),(7,200838),(7,200839),(7,200840),(7,200841),(7,200842),(7,200843),(7,200844),(7,200845),(7,200846),(7,200847),(7,200848),(60,202335),(60,202336),(1,202714),(1,202715),(1,202716),(1,202717),(1,202719),(1,202734),(1,202735),(1,202736),(1,202737),(1,202741),(1,202742),(1,202743),(1,202744),(1,202745),(1,202746),(1,202747),(1,202748),(1,202749),(1,202750),(1,202751),(1,202752),(1,202753),(1,202754),(1,202755),(1,202756),(1,202759),(1,202760),(1,202761),(1,202762),(1,202763),(1,202764),(1,202765),(1,202766),(1,202767),(1,202768),(1,202769),(1,202770),(1,202858),(1,202859),(1,202860),(1,202861),(1,202862),(1,202863),(1,202864),(62,203521),(24,207000),(24,207001),(24,207002),(24,207003),(24,207004),(24,207005),(24,207006),(24,207007),(24,207008),(24,207009),(24,207010),(24,207011),(24,207012),(24,207013),(24,207014),(24,207015),(24,207016),(24,207017),(24,207018),(24,207019),(24,207020),(24,207021),(24,207022),(24,207023),(24,207024),(24,207025),(24,207026),(24,207027),(24,207028),(24,207029),(24,207030),(24,207031),(24,207032),(24,207033),(24,207034),(24,207035),(24,207036),(24,207037),(24,207038),(24,207039),(24,207040),(24,207041),(24,207042),(24,207043),(24,207044),(24,207045),(24,207046),(24,207047),(24,207048),(24,207049),(24,207050),(24,207051),(24,207052),(24,207053),(24,207054),(24,207055),(24,207056),(24,207057),(24,207058),(24,207059),(24,207060),(24,207061),(24,207062),(24,207063),(24,207064),(24,207065),(24,207066),(24,207067),(24,207068),(24,207069),(24,207070),(24,207071),(24,207072),(24,207073),(24,207074),(24,207075),(24,207076),(24,207077),(24,207078),(24,207079),(24,207080),(24,207081),(24,207082),(24,207083),(24,207084),(24,207085),(24,207086),(24,207087),(24,207088),(24,207089),(24,207090),(24,207091),(24,207092),(24,207093),(24,207094),(24,207095),(24,207096),(24,207097),(24,207098),(24,207099),(24,207100),(24,207101),(24,207102),(24,207103),(24,207104),(24,207105),(24,207106),(24,207107),(24,207108),(24,207109),(24,207110),(24,207111),(24,207112),(24,207113),(24,207114),(24,207115),(24,207116),(24,207117),(24,207118),(24,207119),(24,207120),(24,207121),(24,207122),(24,207123),(24,207124),(24,207125),(24,207126),(24,207127),(24,207128),(24,207129),(24,207130),(24,207131),(24,207132),(24,207133),(24,207134),(24,207135),(24,207136),(24,207137),(24,207138),(24,207139),(24,207140),(24,207141),(24,207142),(24,207143),(24,207144),(24,207145),(24,207146),(24,207147),(24,207148),(24,207149),(24,207150),(24,207151),(24,207152),(24,207153),(24,207154),(24,207155),(24,207156),(24,207157),(24,207158),(24,207159),(24,207160),(24,207161),(24,207162),(24,207163),(24,207164),(24,207165),(24,207166),(24,207167),(24,207168),(24,207169),(24,207170),(24,207171),(19,207562),(19,207563),(19,207564),(19,207565),(19,207566),(19,207567),(19,207568),(19,207569),(19,207570),(19,207571),(19,207572),(19,207573),(19,207574),(19,207575),(19,207576),(19,207577),(19,207578),(19,207579),(19,207580),(19,207581),(19,207582),(19,207583),(19,207584),(19,207585),(19,207586),(19,207587),(19,207588),(19,207589),(19,207590),(19,207591),(19,207592),(19,207593),(19,207594),(19,207595),(19,207596),(19,207597),(19,207598),(19,207599),(19,207600),(19,207601),(19,207602),(19,207603),(19,207604),(19,207605),(19,207606),(19,207607),(19,207608),(19,207609),(19,207610),(19,207611),(54,207612),(54,207613),(54,207614),(54,207615),(54,207616),(54,207617),(54,207618),(54,207619),(54,207620),(54,207621),(54,207622),(54,207623),(54,207624),(54,207625),(54,207626),(54,207627),(54,207628),(54,207629),(54,207630),(54,207631),(54,207632),(54,207633),(54,207634),(54,207635),(54,207636),(54,207637),(54,207638),(54,207639),(54,207640),(54,207641),(54,207642),(54,207643),(54,207644),(54,207645),(54,207646),(54,207647),(54,207648),(54,207649),(54,207650),(54,207651),(54,207652),(54,207653),(54,207654),(54,207655),(54,207656),(54,207657),(54,207658),(54,207659),(54,207660),(54,207661),(53,207662),(53,207663),(53,207664),(53,207665),(53,207666),(53,207667),(53,207668),(53,207669),(53,207670),(53,207671),(53,207672),(53,207673),(53,207674),(53,207675),(53,207676),(53,207677),(53,207678),(53,207679),(53,207680),(53,207681),(53,207682),(53,207683),(53,207684),(53,207685),(53,207686),(53,207687),(53,207688),(53,207689),(53,207690),(53,207691),(53,207692),(53,207693),(53,207694),(53,207695),(53,207696),(53,207697),(53,207698),(53,207699),(53,207700),(53,207701),(53,207702),(53,207703),(53,207704),(53,207705),(53,207706),(53,207707),(53,207708),(53,207709),(53,207710),(53,207711),(20,207712),(20,207713),(20,207714),(20,207715),(20,207716),(20,207717),(20,207718),(20,207719),(20,207720),(20,207721),(20,207722),(20,207723),(20,207724),(20,207725),(20,207726),(20,207727),(20,207728),(20,207729),(20,207730),(20,207731),(20,207732),(20,207733),(20,207734),(20,207735),(20,207736),(20,207737),(20,207738),(20,207739),(20,207740),(20,207741),(20,207742),(20,207743),(20,207744),(20,207745),(20,207746),(20,207747),(20,207748),(20,207749),(20,207750),(20,207751),(20,207752),(20,207753),(20,207754),(20,207755),(20,207756),(20,207757),(20,207758),(20,207759),(20,207760),(20,207761),(21,207762),(21,207763),(21,207764),(21,207765),(21,207766),(21,207767),(21,207768),(21,207769),(21,207770),(21,207771),(21,207772),(21,207773),(21,207774),(21,207775),(21,207776),(21,207777),(21,207778),(21,207779),(21,207780),(21,207781),(21,207782),(21,207783),(21,207784),(21,207785),(21,207786),(21,207787),(21,207788),(21,207789),(21,207790),(21,207791),(21,207792),(21,207793),(21,207794),(21,207795),(21,207796),(21,207797),(21,207798),(21,207799),(21,207800),(21,207801),(21,207802),(21,207803),(21,207804),(21,207805),(21,207806),(21,207807),(21,207808),(21,207809),(21,207810),(21,207811),(18,207812),(18,207813),(18,207814),(18,207815),(18,207816),(18,207817),(18,207818),(18,207819),(18,207820),(18,207821),(18,207822),(18,207823),(18,207824),(18,207825),(18,207826),(18,207827),(18,207828),(18,207829),(18,207830),(18,207831),(18,207832),(18,207833),(18,207834),(18,207835),(18,207836),(18,207837),(18,207838),(18,207839),(18,207840),(18,207841),(18,207842),(18,207843),(18,207844),(18,207845),(18,207846),(18,207847),(18,207848),(18,207849),(18,207850),(18,207851),(18,207852),(18,207853),(18,207854),(18,207855),(18,207856),(18,207857),(18,207858),(18,207859),(18,207860),(18,207861),(54,207862),(54,207863),(54,207864),(54,207865),(19,207866),(19,207867),(19,207868),(19,207869),(53,207870),(53,207871),(53,207872),(53,207873),(18,207874),(18,207875),(18,207876),(18,207877),(20,207878),(20,207879),(20,207880),(20,207881),(21,207882),(21,207883),(21,207884),(21,207885),(21,207886),(21,207887),(21,207888),(21,207889),(21,207890),(21,207891),(21,207892),(21,207893),(21,207894),(21,207895),(21,207896),(54,207897),(54,207898),(54,207899),(54,207900),(54,207901),(54,207902),(54,207903),(54,207904),(54,207905),(54,207906),(54,207907),(20,207908),(20,207909),(20,207910),(20,207911),(20,207912),(20,207913),(20,207914),(20,207915),(20,207916),(20,207917),(20,207918),(18,207919),(18,207920),(18,207921),(18,207922),(18,207923),(18,207924),(18,207925),(18,207926),(18,207927),(18,207928),(18,207929),(53,207930),(53,207931),(53,207932),(53,207933),(53,207934),(53,207935),(53,207936),(53,207937),(53,207938),(53,207939),(53,207940),(19,207941),(19,207942),(19,207943),(19,207944),(19,207945),(19,207946),(19,207947),(19,207948),(19,207949),(19,207950),(19,207951),(54,207952),(54,207953),(54,207954),(54,207955),(54,207956),(54,207957),(54,207958),(54,207959),(54,207960),(54,207961),(54,207962),(54,207963),(54,207964),(18,207965),(18,207966),(18,207967),(18,207968),(18,207969),(18,207970),(18,207971),(18,207972),(18,207973),(18,207974),(18,207975),(18,207976),(18,207977),(53,207978),(53,207979),(53,207980),(53,207981),(53,207982),(53,207983),(53,207984),(53,207985),(53,207986),(53,207987),(53,207988),(53,207989),(53,207990),(21,207991),(21,207992),(21,207993),(21,207994),(21,207995),(21,207996),(21,207997),(21,207998),(21,207999),(21,208000),(21,208001),(21,208002),(21,208003),(19,208004),(19,208005),(19,208006),(19,208007),(19,208008),(19,208009),(19,208010),(19,208011),(19,208012),(19,208013),(19,208014),(19,208015),(19,208016),(20,208017),(20,208018),(20,208019),(20,208020),(20,208021),(20,208022),(20,208023),(20,208024),(20,208025),(20,208026),(20,208027),(20,208028),(20,208029),(18,208030),(18,208031),(18,208032),(18,208033),(18,208034),(18,208035),(18,208036),(18,208037),(18,208038),(18,208039),(18,208040),(18,208041),(18,208042),(54,208043),(54,208044),(54,208045),(54,208046),(54,208047),(54,208048),(54,208049),(54,208050),(54,208051),(54,208052),(54,208053),(54,208054),(54,208055),(21,208056),(21,208057),(21,208058),(21,208059),(21,208060),(21,208061),(21,208062),(21,208063),(21,208064),(21,208065),(21,208066),(21,208067),(21,208068),(20,208069),(20,208070),(20,208071),(20,208072),(20,208073),(20,208074),(20,208075),(20,208076),(20,208077),(20,208078),(20,208079),(20,208080),(20,208081),(53,208082),(53,208083),(53,208084),(53,208085),(53,208086),(53,208087),(53,208088),(53,208089),(53,208090),(53,208091),(53,208092),(53,208093),(53,208094),(19,208095),(19,208096),(19,208097),(19,208098),(19,208099),(19,208100),(19,208101),(19,208102),(19,208103),(19,208104),(19,208105),(19,208106),(19,208107),(54,208108),(54,208109),(54,208110),(54,208111),(54,208112),(54,208113),(54,208114),(54,208115),(54,208116),(54,208117),(54,208118),(54,208119),(54,208120),(53,208121),(53,208122),(53,208123),(53,208124),(53,208125),(53,208126),(53,208127),(53,208128),(53,208129),(53,208130),(53,208131),(53,208132),(53,208133),(18,208134),(18,208135),(18,208136),(18,208137),(18,208138),(18,208139),(18,208140),(18,208141),(18,208142),(18,208143),(18,208144),(18,208145),(18,208146),(20,208147),(20,208148),(20,208149),(20,208150),(20,208151),(20,208152),(20,208153),(20,208154),(20,208155),(20,208156),(20,208157),(20,208158),(20,208159),(21,208160),(21,208161),(21,208162),(21,208163),(21,208164),(21,208165),(21,208166),(21,208167),(21,208168),(21,208169),(21,208170),(21,208171),(21,208172),(19,208173),(19,208174),(19,208175),(19,208176),(19,208177),(19,208178),(19,208179),(19,208180),(19,208181),(19,208182),(19,208183),(19,208184),(19,208185),(53,208186),(53,208187),(53,208188),(53,208189),(53,208190),(53,208191),(53,208192),(53,208193),(53,208194),(53,208195),(53,208196),(19,208197),(19,208198),(19,208199),(19,208200),(19,208201),(19,208202),(19,208203),(19,208204),(19,208205),(19,208206),(19,208207),(54,208208),(54,208209),(54,208210),(54,208211),(54,208212),(54,208213),(54,208214),(54,208215),(54,208216),(54,208217),(54,208218),(21,208219),(21,208220),(21,208221),(21,208222),(21,208223),(21,208224),(21,208225),(21,208226),(21,208227),(21,208228),(21,208229),(20,208230),(20,208231),(20,208232),(20,208233),(20,208234),(20,208235),(20,208236),(20,208237),(20,208238),(20,208239),(20,208240),(18,208241),(18,208242),(18,208243),(18,208244),(18,208245),(18,208246),(18,208247),(18,208248),(18,208249),(18,208250),(18,208251),(54,208252),(54,208253),(54,208254),(54,208255),(54,208256),(54,208257),(54,208258),(54,208259),(54,208260),(54,208261),(54,208262),(54,208263),(54,208264),(53,208265),(53,208266),(53,208267),(53,208268),(53,208269),(53,208270),(53,208271),(53,208272),(53,208273),(53,208274),(53,208275),(53,208276),(53,208277),(18,208278),(18,208279),(18,208280),(18,208281),(18,208282),(18,208283),(18,208284),(18,208285),(18,208286),(18,208287),(18,208288),(18,208289),(18,208290),(19,208291),(19,208292),(19,208293),(19,208294),(19,208295),(19,208296),(19,208297),(19,208298),(19,208299),(19,208300),(19,208301),(19,208302),(19,208303),(21,208304),(21,208305),(21,208306),(21,208307),(21,208308),(21,208309),(21,208310),(21,208311),(21,208312),(21,208313),(21,208314),(21,208315),(21,208316),(20,208317),(20,208318),(20,208319),(20,208320),(20,208321),(20,208322),(20,208323),(20,208324),(20,208325),(20,208326),(20,208327),(20,208328),(20,208329),(54,208330),(54,208331),(54,208332),(54,208333),(54,208334),(54,208335),(54,208336),(54,208337),(54,208338),(54,208339),(54,208340),(54,208341),(54,208342),(53,208343),(53,208344),(53,208345),(53,208346),(53,208347),(53,208348),(53,208349),(53,208350),(53,208351),(53,208352),(53,208353),(53,208354),(53,208355),(18,208356),(18,208357),(18,208358),(18,208359),(18,208360),(18,208361),(18,208362),(18,208363),(18,208364),(18,208365),(18,208366),(18,208367),(18,208368),(21,208369),(21,208370),(21,208371),(21,208372),(21,208373),(21,208374),(21,208375),(21,208376),(21,208377),(21,208378),(21,208379),(21,208380),(21,208381),(19,208382),(19,208383),(19,208384),(19,208385),(19,208386),(19,208387),(19,208388),(19,208389),(19,208390),(19,208391),(19,208392),(19,208393),(19,208394),(20,208395),(20,208396),(20,208397),(20,208398),(20,208399),(20,208400),(20,208401),(20,208402),(20,208403),(20,208404),(20,208405),(20,208406),(20,208407),(53,208408),(53,208409),(53,208410),(53,208411),(53,208412),(53,208413),(53,208414),(53,208415),(53,208416),(53,208417),(53,208418),(19,208419),(19,208420),(19,208421),(19,208422),(19,208423),(19,208424),(19,208425),(19,208426),(19,208427),(19,208428),(19,208429),(54,208430),(54,208431),(54,208432),(54,208433),(54,208434),(54,208435),(54,208436),(54,208437),(54,208438),(54,208439),(54,208440),(21,208441),(21,208442),(21,208443),(21,208444),(21,208445),(21,208446),(21,208447),(21,208448),(21,208449),(21,208450),(21,208451),(20,208463),(20,208464),(20,208465),(20,208466),(20,208467),(20,208468),(20,208469),(20,208470),(20,208471),(20,208472),(20,208473),(18,208474),(18,208475),(18,208476),(18,208477),(18,208478),(18,208479),(18,208480),(18,208481),(18,208482),(18,208483),(18,208484),(59,208485),(59,208486),(59,208487),(59,208488),(59,208489),(59,208490),(59,208491),(59,208492),(59,208493),(59,208494),(59,208495),(59,208496),(58,208497),(58,208498),(58,208499),(58,208500),(58,208501),(58,208502),(58,208503),(58,208504),(58,208505),(58,208506),(58,208507),(58,208508),(61,208901),(61,208902),(61,208903),(61,208904),(61,208905),(61,208906),(61,208907),(61,208908),(61,208909),(61,208910),(61,208911),(61,208912),(61,208913),(61,208914),(61,208915),(61,208916),(61,208917),(61,208918),(61,208919),(61,208920),(61,208921),(61,208922),(61,208923),(61,208924),(61,208925),(61,208926),(61,208927),(61,208928),(61,208929),(61,208930),(61,208931),(61,208932),(61,208933),(61,208934),(61,208935),(61,208936),(61,208937),(61,208938),(61,208939),(61,208940),(61,208941),(61,208942),(61,208943),(61,208944),(61,208945),(61,208946),(61,208947),(61,208948),(61,208949),(61,208950),(61,208952),(61,208953),(61,208954),(61,208955),(61,208956),(61,208957),(61,208958),(61,208959),(61,208960),(61,208961),(61,208962),(61,208963),(61,208964),(61,208965),(61,208966),(61,208967),(61,208968),(61,208969),(61,208970),(61,208971),(61,208972),(61,208973),(61,208974),(61,208975),(61,208976),(61,208977),(61,208978),(61,208979),(61,208980),(61,208981),(61,208982),(61,208983),(61,208984),(61,208985),(61,208986),(61,208987),(61,208988),(61,208989),(61,208990),(61,208991),(61,208992),(61,208993),(61,208994),(61,208995),(61,208996),(61,208997),(61,208998),(61,208999),(61,209000),(61,209001),(61,209002),(61,209003),(61,209004),(61,209005),(61,209006),(61,209007),(61,209008),(61,209009),(61,209010),(61,209011),(61,209012),(61,209013),(61,209014),(61,209015),(61,209016),(61,209017),(61,209018),(14,209028),(63,209029),(24,240000),(24,240001),(24,240002),(24,240003),(24,240004),(24,240005),(24,240006),(24,240007),(24,240008),(24,240009),(24,240010),(24,240011),(24,240012),(24,240013),(24,240014),(12,240015),(12,240016),(12,240017),(12,240018),(12,240019),(12,240020),(12,240021),(12,240022),(12,240023),(12,240024),(12,240025),(12,240026),(12,240027),(12,240028),(12,240029),(12,240030),(12,240031),(12,240032),(12,240033),(12,240034),(12,240035),(12,240036),(12,240037),(12,240038),(12,240039),(12,240040),(12,240041),(12,240042),(12,240043),(12,240044),(12,240045),(12,240046),(12,240047),(12,240048),(12,240049),(12,240050),(12,240051),(12,240052),(12,240053),(12,240054),(12,240055),(12,240056),(12,240057),(12,240058),(12,240059),(12,240060),(12,240061),(12,240062),(12,240063),(12,240064),(12,240065),(12,240066),(12,240067),(12,240068),(12,240069),(12,240070),(12,240071),(12,240072),(12,240073),(12,240074),(12,240075),(12,240076),(12,240077),(12,240078),(12,240079),(12,240080),(12,240081),(12,240082),(12,240083),(12,240084),(12,240085),(12,240086),(12,240087),(12,240088),(12,240089),(12,240090),(12,240091),(12,240092),(12,240093),(12,240094),(12,240095),(12,240096),(12,240097),(12,240098),(12,240099),(12,240100),(12,240101),(12,240102),(12,240103),(12,240104),(12,240105),(12,240106),(12,240107),(12,240108),(12,240109),(12,240110),(12,240111),(12,240112),(12,240113),(12,240114),(12,240115),(12,240116),(12,240117),(12,240118),(12,240119),(12,240120),(12,240121),(12,240122),(12,240123),(12,240124),(12,240125),(12,240126),(12,240127),(12,240128),(12,240129),(12,240130),(12,240131),(12,240132),(12,240133),(12,240134),(12,240135),(12,240136),(12,240137),(12,240138),(12,240139),(12,240140),(12,240141),(12,240142),(12,240143),(12,240144),(12,240145),(12,240146),(12,240147),(12,240148),(12,240149),(12,240150),(12,240151),(12,240152),(12,240153),(12,240154),(12,240155),(12,240156),(12,240157),(12,240158),(12,240159),(12,240160),(12,240161),(12,240162),(12,240163),(12,240164),(12,240165),(12,240166),(12,240167),(12,240168),(12,240169),(12,240170),(12,240171),(12,240172),(12,240173),(12,240174),(12,240175),(12,240176),(12,240177),(12,240178),(12,240179),(12,240180),(12,240181),(12,240182),(12,240183),(12,240184),(12,240185),(12,240186),(12,240187),(12,240188),(12,240189),(12,240190),(12,240191),(12,240192),(12,240193),(51,240194),(51,240195),(51,240196),(51,240197),(51,240198),(51,240199),(51,240200),(51,240201),(51,240202),(51,240203),(51,240204),(51,240205),(51,240206),(51,240207),(51,240208),(51,240209),(51,240210),(51,240211),(51,240212),(51,240213),(51,240214),(51,240215),(51,240216),(51,240217),(51,240218),(51,240219),(51,240220),(51,240221),(51,240222),(51,240223),(51,240224),(51,240225),(51,240226),(51,240227),(51,240228),(51,240229),(51,240230),(51,240231),(51,240232),(51,240233),(51,240234),(51,240235),(51,240236),(51,240237),(51,240238),(51,240239),(51,240240),(51,240241),(51,240242),(51,240243),(51,240244),(51,240245),(51,240246),(51,240247),(51,240248),(51,240249),(51,240250),(51,240251),(51,240252),(51,240253),(51,240254),(51,240255),(51,240256),(51,240257),(51,240258),(51,240259),(51,240260),(51,240261),(51,240262),(51,240263),(51,240264),(51,240265),(51,240266),(51,240267),(51,240268),(51,240269),(51,240270),(51,240271),(51,240272),(51,240273),(51,240274),(51,240275),(51,240276),(51,240277),(51,240278),(51,240279),(51,240280),(51,240281),(51,240282),(51,240283),(51,240284),(51,240285),(51,240286),(51,240287),(51,240288),(51,240289),(51,240290),(51,240291),(51,240292),(51,240293),(51,240294),(51,240295),(51,240296),(51,240297),(51,240298),(51,240299),(51,240300),(51,240301),(51,240302),(51,240303),(51,240304),(51,240305),(51,240306),(51,240307),(51,240308),(51,240309),(51,240310),(51,240311),(51,240312),(51,240313),(51,240314),(51,240315),(51,240316),(51,240317),(51,240318),(51,240319),(51,240320),(51,240321),(51,240322),(51,240323),(51,240324),(51,240325),(51,240326),(51,240327),(51,240328),(51,240329),(51,240330),(51,240331),(51,240332),(51,240333),(51,240334),(51,240335),(51,240336),(51,240337),(51,240338),(51,240339),(51,240340),(26,240400),(26,240401),(26,240402),(26,240403),(26,240404),(26,240405),(26,240406),(26,240407),(26,240408),(26,240409),(26,240410),(26,240411),(26,240412),(26,240413),(26,240414),(26,240415),(26,240416),(26,240417),(26,240418),(26,240419),(26,240420),(26,240421),(26,240422),(26,240423),(26,240424),(26,240425),(26,240426),(26,240427),(26,240428),(26,240429),(26,240430),(26,240431),(26,240432),(26,240433),(26,240434),(26,240435),(26,240436),(26,240437),(26,240438),(26,240439),(26,240440),(26,240441),(26,240442),(26,240443),(26,240444),(26,240445),(26,240446),(26,240447),(26,240448),(26,240449),(26,240450),(26,240451),(26,240452),(26,240453),(26,240454),(26,240455),(26,240456),(26,240457),(26,240458),(26,240459),(26,240460),(26,240461),(26,240462),(26,240463),(26,240464),(26,240465),(26,240466),(26,240467),(26,240468),(26,240470),(26,240471),(26,240472),(26,240473),(26,240474),(26,240475),(26,240476),(26,240477),(26,240478),(26,240479),(26,240480),(26,240481),(26,240482),(26,240483),(26,240484),(26,240485),(26,240486),(26,240487),(26,240488),(26,240489),(26,240490),(26,240491),(26,240492),(26,240493),(26,240494),(26,240495),(26,240496),(26,240497),(26,240498),(26,240499),(26,240500),(26,240501),(26,240502),(26,240503),(26,240504),(26,240505),(26,240506),(26,240507),(26,240508),(26,240509),(26,240510),(26,240511),(26,240512),(26,240513),(26,240514),(26,240515),(26,240516),(26,240517),(26,240518),(26,240519),(26,240520),(26,240521),(26,240522),(26,240523),(26,240524),(26,240525),(26,240526),(26,240527),(26,240528),(26,240529),(26,240530),(26,240531),(26,240532),(26,240533),(26,240534),(26,240535),(26,240536),(26,240537),(26,240538),(26,240539),(26,240540),(26,240541),(26,240542),(26,240543),(26,240544),(26,240545),(26,240546),(26,240547),(26,240548),(26,240549),(26,240550),(26,240551),(26,240552),(26,240553),(26,240554),(26,240555),(26,240556),(26,240557),(26,240558),(26,240559),(26,240560),(26,240561),(26,240562),(26,240563),(26,240564),(26,240565),(26,240566),(26,240567),(26,240568),(26,240569),(26,240570),(26,240571),(26,240572),(26,240573),(26,240574),(26,240575),(26,240576),(26,240577),(26,240578),(26,240579),(26,240580),(26,240581),(26,240582),(26,240583),(26,240584),(26,240585),(26,240586),(26,240587),(26,240588),(26,240589),(26,240590),(26,240591),(26,240592),(26,240593),(26,240594),(26,240595),(26,240596),(26,240597),(26,240598),(26,240599),(26,240600),(26,240601),(26,240602),(26,240603),(26,240604),(26,240605),(26,240606),(26,240607),(26,240608),(26,240609),(26,240610),(26,240611),(26,240612),(26,240613),(26,240614),(26,240615),(26,240616),(26,240617),(26,240618),(26,240619),(26,240620),(26,240621),(26,240622),(26,240623),(26,240624),(26,240625),(26,240626),(26,240627),(26,240628),(26,240629),(26,240630),(26,240631),(26,240632),(26,240633),(26,240634),(26,240635),(26,240636),(26,240637),(26,240638),(26,240639),(26,240640),(26,240641),(26,240642),(26,240643),(26,240644),(26,240645),(26,240646),(26,240647),(26,240648),(26,240649),(26,240650),(26,240651),(26,240652),(26,240653),(26,240654),(26,240655),(26,240656),(26,240657),(26,240658),(26,240659),(26,240660),(26,240661),(26,240662),(26,240663),(26,240664),(26,240665),(26,240666),(26,240667),(26,240668),(26,240669),(26,240670),(26,240671),(26,240672),(26,240673),(26,240674),(26,240675),(26,240676),(26,240677),(26,240678),(26,240679),(26,240680),(26,240681),(26,240682),(26,240683),(26,240684),(26,240685),(26,240686),(26,240687),(26,240688),(26,240689),(26,240690),(26,240691),(26,240692),(26,240693),(26,240694),(26,240695),(26,240696),(26,240697),(26,240698),(26,240699),(26,240700),(26,240701),(26,240702),(26,240703),(26,240704),(26,240705),(26,240706),(26,240707),(26,240708),(26,240709),(26,240710),(26,240711),(26,240712),(26,240713),(26,240714),(26,240715),(26,240716),(26,240717),(26,240718),(26,240719),(26,240720),(26,240721),(26,240722),(26,240723),(26,240724),(26,240725),(26,240726),(26,240727),(26,240728),(26,240729),(26,240730),(26,240731),(26,240732),(26,240733),(26,240734),(26,240735),(26,240736),(26,240737),(26,240738),(26,240739),(26,240740),(26,240741),(26,240742),(26,240743),(26,240744),(26,240745),(26,240746),(26,240747),(26,240748),(26,240749),(26,240750),(26,240751),(26,240752),(26,240753),(26,240754),(26,240755),(26,240756),(26,240757),(26,240758),(26,240759),(26,240760),(26,240761),(26,240762),(26,240763),(26,240764),(26,240765),(26,240766),(26,240767),(26,240768),(26,240769),(26,240770),(26,240771),(26,240772),(26,240773),(26,240774),(26,240775),(26,240776),(26,240777),(26,240778),(26,240779),(26,240780),(26,240781),(26,240782),(26,240783),(26,240784),(26,240785),(26,240786),(26,240787),(26,240788),(26,240789),(26,240790),(26,240791),(26,240792),(26,240793),(26,240794),(26,240795),(26,240796),(26,240797),(26,240798),(26,240799),(26,240800),(26,240801),(26,240802),(26,240803),(26,240804),(26,240805),(26,240806),(26,240807),(26,240808),(26,240809),(26,240810),(26,240811),(26,240812),(26,240813),(26,240814),(26,240815),(26,240816),(26,240817),(26,240818),(26,240819),(26,240820),(26,240821),(26,240822),(26,240823),(26,240824),(26,240825),(26,240826),(26,240827),(26,240828),(26,240829),(26,240830),(26,240831),(26,240832),(26,240833),(26,240834),(26,240835),(26,240836),(26,240837),(26,240838),(26,240839),(26,240840),(26,240841),(26,240842),(26,240843),(26,240844),(26,240845),(26,240846),(26,240847),(26,240848),(26,240849),(26,240850),(26,240851),(26,240852),(26,240853),(26,240854),(26,240855),(26,240856),(26,240857),(26,240858),(26,240859),(26,240860),(26,240861),(26,240862),(26,240863),(26,240864),(26,240865),(26,240866),(26,240867),(26,240868),(26,240869),(26,240870),(26,240871),(26,240872),(26,240873),(26,240874),(26,240875),(26,240876),(26,240877),(26,240878),(26,240879),(26,240880),(26,240881),(26,240882),(26,240883),(26,240884),(26,240885),(26,240886),(26,240887),(26,240888),(26,240889),(26,240890),(26,240891),(26,240892),(26,240893),(26,240894),(26,240895),(26,240896),(26,240897),(26,240898),(26,240899),(26,240900),(26,240901),(26,240902),(26,240903),(26,240904),(26,240905),(26,240906),(26,240907),(26,240908),(26,240909),(26,240910),(26,240911),(26,240912),(26,240913),(26,240914),(26,240915),(26,240916),(26,240917),(26,240918),(26,240919),(26,240920),(26,240921),(26,240922),(26,240923),(26,240924),(26,240925),(26,240926),(26,240927),(26,240928),(26,240929),(26,240930),(26,240931),(26,240932),(26,240933),(26,240934),(26,240935),(26,240936),(26,240937),(26,240938),(26,240939),(26,240940),(26,240941),(26,240942),(26,240943),(26,240944),(26,240945),(26,240946),(26,240947),(26,240948),(26,240949),(26,240950),(26,240951),(26,240952),(26,240953),(26,240954),(26,240955),(26,240956),(26,240957),(26,240958),(26,240959),(26,240960),(26,240961),(26,240962),(26,240963),(26,240964),(26,240965),(26,240966),(26,240967),(26,240968),(26,240969),(26,240970),(26,240971),(26,240972),(26,240973),(26,240974),(26,240975),(26,240976),(26,240977),(26,240978),(26,240979),(26,240980),(26,240981),(26,240982),(26,240983),(26,240984),(26,240985),(26,240986),(26,240987),(26,240988),(26,240989),(26,240990),(26,240991),(26,240992),(26,240993),(26,240994),(26,240995),(26,240996),(26,240997),(26,240998),(26,240999),(26,241000),(26,241001),(26,241002),(26,241003),(26,241004),(26,241005),(26,241006),(26,241007),(26,241008),(26,241009),(26,241010),(26,241011),(26,241012),(26,241013),(26,241014),(26,241015),(26,241016),(26,241017),(26,241018),(26,241019),(26,241020),(26,241021),(26,241022),(26,241023),(26,241024),(26,241025),(26,241026),(26,241027),(26,241028),(26,241029),(26,241030),(26,241031),(26,241032),(26,241033),(26,241034),(26,241035),(26,241036),(26,241037),(26,241038),(26,241039),(26,241040),(26,241041),(26,241042),(26,241043),(26,241044),(26,241045),(26,241046),(26,241047),(26,241048),(26,241049),(26,241050),(26,241051),(26,241052),(26,241053),(26,241054),(26,241055),(26,241056),(26,241057),(26,241058),(26,241059),(26,241060),(26,241061),(26,241062),(26,241063),(26,241064),(26,241065),(26,241066),(26,241067),(26,241068),(26,241069),(26,241070),(26,241071),(26,241072),(26,241073),(26,241074),(26,241075),(26,241076),(26,241077),(26,241078),(26,241079),(26,241080),(26,241081),(26,241082),(26,241083),(26,241084),(26,241085),(26,241086),(26,241087),(26,241088),(26,241089),(26,241090),(26,241091),(26,241092),(26,241093),(26,241094),(26,241095),(26,241096),(26,241097),(26,241098),(26,241099),(26,241100),(26,241101),(26,241102),(26,241103),(26,241104),(26,241105),(26,241106),(26,241107),(26,241108),(26,241109),(26,241110),(26,241111),(26,241112),(26,241113),(26,241114),(26,241115),(26,241116),(26,241117),(26,241118),(26,241119),(26,241120),(26,241121),(26,241122),(26,241123),(26,241124),(26,241125),(26,241126),(26,241127),(26,241128),(26,241129),(26,241130),(26,241131),(26,241132),(26,241133),(26,241134),(26,241135),(26,241136),(26,241137),(26,241138),(26,241139),(26,241140),(26,241141),(26,241142),(26,241143),(26,241144),(26,241145),(26,241146),(26,241147),(26,241148),(26,241149),(26,241150),(26,241151),(26,241152),(26,241153),(26,241154),(26,241155),(26,241156),(26,241157),(26,241158),(26,241159),(26,241160),(26,241161),(26,241162),(26,241163),(26,241164),(26,241165),(26,241166),(26,241167),(26,241168),(26,241169),(26,241170),(26,241171),(26,241172),(26,241173),(26,241174),(26,241175),(26,241176),(26,241177),(26,241178),(26,241179),(26,241180),(26,241181),(26,241182),(26,241183),(26,241184),(26,241185),(26,241186),(26,241187),(26,241188),(26,241189),(26,241190),(26,241191),(26,241192),(26,241193),(26,241194),(26,241195),(26,241196),(26,241197),(26,241198),(26,241199),(26,241200),(26,241201),(26,241202),(26,241203),(26,241204),(26,241205),(26,241206),(26,241207),(26,241208),(26,241209),(26,241210),(26,241211),(26,241212),(26,241213),(26,241214),(26,241215),(26,241216),(26,241217),(26,241218),(26,241219),(26,241220),(26,241221),(26,241222),(26,241223),(26,241224),(26,241225),(26,241226),(26,241227),(26,241228),(26,241229),(26,241230),(26,241231),(26,241232),(26,241233),(26,241234),(26,241235),(26,241236),(26,241237),(26,241238),(26,241239),(26,241240),(26,241241),(26,241242),(26,241243),(26,241244),(26,241245),(26,241246),(26,241247),(26,241248),(26,241249),(26,241250),(26,241251),(26,241252),(26,241253),(26,241254),(26,241255),(26,241256),(26,241257),(26,241258),(26,241259),(26,241260),(26,241261),(26,241262),(26,241263),(26,241264),(26,241265),(26,241266),(26,241267),(26,241268),(26,241269),(26,241270),(26,241271),(26,241272),(26,241273),(26,241274),(26,241275),(26,241276),(26,241277),(26,241278),(26,241279),(26,241280),(26,241281),(26,241282),(26,241283),(26,241284),(26,241285),(26,241286),(26,241287),(26,241288),(26,241289),(26,241290),(26,241291),(26,241292),(26,241293),(26,241294),(26,241295),(26,241296),(26,241297),(26,241298),(26,241299),(26,241300),(26,241301),(26,241302),(26,241303),(26,241304),(26,241305),(26,241306),(26,241307),(26,241308),(26,241309),(26,241310),(26,241311),(26,241312),(26,241313),(26,241314),(26,241315),(26,241316),(26,241317),(26,241318),(26,241319),(26,241320),(26,241321),(26,241322),(26,241323),(26,241324),(26,241325),(26,241326),(26,241327),(26,241328),(26,241329),(26,241330),(26,241331),(26,241332),(26,241333),(26,241334),(26,241335),(26,241336),(26,241337),(26,241338),(26,241339),(26,241340),(26,241341),(26,241342),(26,241343),(26,241344),(26,241345),(26,241346),(26,241347),(26,241348),(26,241349),(26,241350),(26,241351),(26,241352),(26,241353),(26,241354),(26,241355),(26,241356),(26,241357),(26,241358),(26,241359),(26,241360),(26,241361),(26,241362),(26,241363),(26,241364),(26,241365),(26,241366),(26,241367),(26,241368),(26,241369),(26,241370),(26,241371),(26,241372),(26,241373),(26,241374),(26,241375),(26,241376),(26,241377),(26,241378),(26,241379),(26,241380),(26,241381),(26,241382),(26,241383),(26,241384),(26,241385),(26,241386),(26,241387),(26,241388),(26,241389),(26,241390),(26,241391),(26,241392),(26,241393),(26,241394),(26,241395),(26,241396),(26,241397),(26,241398),(26,241399),(26,241400),(26,241401),(26,241402),(26,241403),(26,241404),(26,241405),(26,241406),(26,241407),(26,241408),(26,241409),(26,241410),(26,241411),(26,241412),(26,241413),(26,241414),(26,241415),(26,241416),(26,241417),(26,241418),(26,241419),(26,241420),(26,241421),(26,241422),(26,241423),(26,241424),(26,241425),(26,241426),(26,241427),(26,241428),(26,241429),(26,241430),(26,241431),(26,241432),(26,241433),(26,241434),(26,241435),(26,241436),(26,241437),(26,241438),(26,241439),(26,241440),(26,241441),(26,241442),(26,241443),(26,241444),(26,241445),(26,241446),(26,241447),(26,241448),(26,241449),(26,241450),(26,241451),(26,241452),(26,241453),(26,241454),(26,241455),(26,241456),(26,241457),(26,241458),(26,241459),(26,241460),(26,241461),(26,241462),(26,241463),(26,241464),(26,241465),(26,241466),(26,241467),(26,241468),(26,241469),(26,241470),(26,241471),(26,241472),(26,241473),(26,241474),(26,241475),(26,241476),(26,241477),(26,241478),(26,241479),(26,241480),(26,241481),(26,241482),(26,241483),(26,241484),(26,241485),(26,241486),(26,241487),(26,241488),(26,241489),(26,241490),(26,241491),(26,241492),(26,241493),(26,241494),(26,241495),(26,241496),(26,241497),(26,241498),(26,241499),(26,241500),(26,241501),(26,241502),(26,241503),(26,241504),(26,241505),(26,241506),(26,241507),(26,241508),(26,241509),(26,241510),(26,241511),(26,241512),(26,241513),(26,241514),(26,241515),(26,241516),(26,241517),(26,241518),(26,241519),(26,241520),(26,241521),(26,241522),(26,241523),(26,241524),(26,241525),(26,241526),(26,241527),(26,241528),(26,241529),(26,241530),(26,241531),(26,241532),(26,241533),(26,241534),(26,241535),(26,241536),(26,241537),(26,241538),(26,241539),(26,241540),(26,241541),(26,241542),(26,241543),(26,241544),(26,241545),(26,241546),(26,241547),(26,241548),(26,241549),(26,241550),(26,241551),(26,241552),(26,241553),(26,241554),(26,241555),(26,241556),(26,241557),(26,241558),(26,241559),(26,241560),(26,241561),(26,241562),(26,241563),(26,241564),(26,241565),(26,241566),(26,241567),(26,241568),(26,241569),(26,241570),(26,241571),(26,241572),(26,241573),(26,241574),(26,241575),(26,241576),(26,241577),(26,241578),(26,241579),(26,241580),(26,241581),(26,241582),(26,241583),(26,241584),(26,241585),(26,241586),(26,241587),(26,241588),(26,241589),(26,241590),(26,241591),(26,241592),(26,241593),(26,241594),(26,241595),(26,241596),(26,241597),(26,241598),(26,241599),(26,241600),(26,241601),(26,241602),(26,241603),(26,241604),(26,241605),(26,241606),(26,241607),(26,241608),(26,241609),(26,241610),(26,241611),(26,241612),(26,241613),(26,241614),(26,241615),(26,241616),(26,241617),(26,241618),(26,241619),(26,241620),(26,241621),(26,241622),(26,241623),(26,241624),(26,241625),(26,241626),(26,241627),(26,241628),(26,241629),(26,241630),(26,241631),(26,241632),(26,241633),(26,241634),(26,241635),(26,241636),(26,241637),(26,241638),(26,241639),(26,241640),(26,241641),(26,241642),(26,241643),(26,241644),(26,241645),(26,241646),(26,241647),(26,241648),(26,241649),(26,241650),(26,241651),(26,241652),(26,241653),(26,241654),(26,241655),(26,241656),(26,241657),(26,241658),(26,241659),(26,241660),(26,241661),(26,241662),(26,241663),(26,241664),(26,241665),(26,241666),(26,241667),(26,241668),(26,241669),(26,241670),(26,241671),(26,241672),(26,241673),(26,241674),(26,241675),(26,241676),(26,241677),(26,241678),(26,241679),(26,241680),(26,241681),(26,241682),(26,241683),(26,241684),(26,241685),(26,241686),(26,241687),(26,241688),(26,241689),(26,241690),(26,241691),(26,241692),(26,241693),(26,241694),(26,241695),(26,241696),(26,241697),(26,241698),(26,241699),(26,241700),(26,241701),(26,241702),(26,241703),(26,241704),(26,241705),(26,241706),(26,241707),(26,241708),(26,241709),(26,241710),(26,241711),(26,241712),(26,241713),(26,241714),(26,241715),(26,241716),(26,241717),(26,241718),(26,241719),(26,241720),(26,241721),(26,241722),(26,241723),(26,241724),(26,241725),(26,241726),(26,241727),(26,241728),(26,241729),(26,241730),(26,241731),(26,241732),(26,241733),(26,241734),(26,241735),(26,241736),(26,241737),(26,241738),(26,241739),(26,241740),(26,241741),(26,241742),(26,241743),(26,241744),(26,241745),(26,241746),(26,241747),(26,241748),(26,241749),(26,241750),(26,241751),(26,241752),(26,241753),(26,241754),(26,241755),(26,241756),(26,241757),(26,241758),(26,241759),(26,241760),(26,241761),(26,241762),(26,241763),(26,241764),(26,241765),(26,241766),(26,241767),(26,241768),(26,241769),(26,241770),(26,241771),(26,241772),(26,241773),(26,241774),(26,241775),(26,241776),(26,241777),(26,241778),(26,241779),(26,241780),(26,241781),(26,241782),(26,241783),(26,241784),(26,241785),(26,241786),(26,241787),(26,241788),(26,241789),(26,241790),(26,241791),(26,241792),(26,241793),(26,241794),(26,241795),(26,241796),(26,241797),(26,241798),(26,241799),(26,241800),(26,241801),(26,241802),(26,241803),(26,241804),(26,241805),(26,241806),(26,241807),(26,241808),(26,241809),(26,241810),(26,241811),(26,241812),(26,241813),(26,241814),(26,241815),(26,241816),(26,241817),(26,241818),(26,241819),(26,241820),(26,241821),(26,241822),(26,241823),(26,241824),(26,241825),(26,241826),(26,241827),(26,241828),(26,241829),(26,241830),(26,241831),(26,241832),(26,241833),(26,241834),(26,241835),(26,241836),(26,241837),(26,241838),(26,241839),(26,241840),(26,241841),(26,241842),(26,241843),(26,241844),(26,241845),(26,241846),(26,241847),(26,241848),(26,241849),(26,241850),(26,241851),(26,241852),(26,241853),(26,241854),(26,241855),(26,241856),(26,241857),(26,241858),(26,241859),(26,241860),(26,241861),(26,241862),(26,241863),(26,241864),(26,241865),(26,241866),(26,241867),(26,241868),(26,241869),(26,241870),(26,241871),(26,241872),(26,241873),(26,241874),(26,241875),(26,241876),(26,241877),(26,241878),(26,241879),(26,241880),(26,241881),(26,241882),(26,241883),(26,241884),(26,241885),(26,241886),(26,241887),(26,241888),(26,241889),(26,241890),(26,241891),(26,241892),(26,241893),(26,241894),(26,241895),(26,241896),(26,241897),(26,241898),(26,241899),(26,241900),(26,241901),(26,241902),(26,241903),(26,241904),(26,241905),(26,241906),(26,241907),(26,241908),(26,241909),(26,241910),(26,241911),(26,241912),(26,241913),(26,241914),(26,241915),(26,241916),(26,241917),(26,241918),(26,241919),(26,241920),(26,241921),(26,241922),(26,241923),(26,241924),(26,241925),(26,241926),(26,241927),(26,241928),(26,241929),(26,241930),(26,241931),(26,241932),(26,241933),(26,241934),(26,241935),(26,241936),(26,241937),(26,241938),(26,241939),(26,241940),(26,241941),(26,241942),(26,241943),(26,241944),(26,241945),(26,241946),(26,241947),(26,241948),(26,241949),(26,241950),(26,241951),(26,241952),(26,241953),(26,241954),(26,241955),(26,241956),(26,241957),(26,241958),(26,241959),(26,241960),(26,241961),(26,241962),(26,241963),(26,241964),(26,241965),(26,241966),(26,241967),(26,241968),(26,241969),(26,241970),(26,241971),(26,241972),(26,241973),(26,241974),(26,241975),(26,241976),(26,241977),(26,241978),(26,241979),(26,241980),(26,241981),(26,241982),(26,241983),(26,241984),(26,241985),(26,241986),(26,241987),(26,241988),(26,241989),(26,241990),(26,241991),(26,241992),(26,241993),(26,241994),(26,241995),(26,241996),(26,241997),(26,241998),(26,241999),(26,242000),(26,242001),(26,242002),(26,242003),(26,242004),(26,242005),(26,242006),(26,242007),(26,242008),(26,242009),(26,242010),(26,242011),(26,242012),(26,242013),(26,242014),(26,242015),(26,242016),(26,242017),(26,242018),(26,242019),(26,242020),(26,242021),(26,242022),(26,242023),(26,242024),(26,242025),(26,242026),(26,242027),(26,242028),(26,242029),(26,242030),(26,242031),(26,242032),(26,242033),(26,242034),(26,242035),(26,242036),(26,242037),(26,242038),(26,242039),(26,242040),(26,242041),(26,242042),(26,242043),(26,242044),(26,242045),(26,242046),(26,242047),(26,242048),(26,242049),(26,242050),(26,242051),(26,242052),(26,242053),(26,242054),(26,242055),(26,242056),(26,242057),(26,242058),(26,242059),(26,242060),(26,242061),(26,242062),(26,242063),(26,242064),(26,242065),(26,242066),(26,242067),(26,242068),(26,242069),(26,242070),(26,242071),(26,242072),(26,242073),(26,242074),(26,242075),(26,242076),(26,242077),(26,242078),(26,242079),(26,242080),(26,242081),(26,242082),(26,242083),(26,242084),(26,242085),(26,242086),(26,242087),(26,242088),(26,242089),(26,242090),(26,242091),(26,242092),(26,242093),(26,242094),(26,242095),(26,242096),(26,242097),(26,242098),(26,242099),(26,242100),(26,242101),(26,242102),(26,242103),(26,242104),(26,242105),(26,242106),(26,242107),(26,242108),(26,242109),(26,242110),(26,242111),(26,242112),(26,242113),(26,242114),(26,242115),(26,242116),(26,242117),(26,242118),(26,242119),(26,242120),(26,242121),(26,242122),(26,242123),(26,242124),(26,242125),(26,242126),(26,242127),(26,242128),(26,242129),(26,242130),(26,242131),(26,242132),(26,242133),(26,242134),(26,242135),(26,242136),(26,242137),(26,242138),(26,242139),(26,242140),(26,242141),(26,242142),(26,242143),(26,242144),(26,242145),(26,242146),(26,242147),(26,242148),(26,242149),(26,242150),(26,242151),(26,242152),(26,242153),(26,242154),(26,242155),(26,242156),(26,242157),(26,242158),(26,242159),(26,242160),(26,242161),(26,242162),(26,242163),(26,242164),(26,242165),(26,242166),(26,242167),(26,242168),(26,242169),(26,242170),(26,242171),(26,242172),(26,242173),(26,242174),(26,242175),(26,242176),(26,242177),(26,242178),(26,242179),(26,242180),(26,242181),(26,242182),(26,242183),(26,242184),(26,242185),(26,242186),(26,242187),(26,242188),(26,242189),(26,242190),(26,242191),(26,242192),(26,242193),(26,242194),(26,242195),(26,242196),(26,242197),(26,242198),(26,242199),(26,242200),(26,242201),(26,242202),(26,242203),(26,242204),(26,242205),(26,242206),(26,242207),(26,242208),(26,242209),(26,242210),(26,242211),(26,242212),(26,242213),(26,242214),(26,242215),(26,242216),(26,242217),(26,242218),(26,242219),(26,242220),(26,242221),(26,242222),(26,242223),(26,242224),(26,242225),(26,242226),(26,242227),(26,242228),(26,242229),(26,242230),(26,242231),(26,242232),(26,242233),(26,242234),(26,242235),(26,242236),(26,242237),(26,242238),(26,242239),(26,242240),(26,242241),(26,242242),(26,242243),(26,242244),(26,242245),(26,242246),(26,242247),(26,242248),(26,242249),(26,242250),(26,242251),(26,242252),(26,242253),(26,242254),(26,242255),(26,242256),(26,242257),(26,242258),(26,242259),(26,242260),(26,242261),(26,242262),(26,242263),(26,242264),(26,242265),(26,242266),(26,242267),(26,242268),(26,242269),(26,242270),(26,242271),(26,242272),(26,242273),(26,242274),(26,242275),(26,242276),(26,242277),(26,242278),(26,242279),(26,242280),(26,242281),(26,242282),(26,242283),(26,242284),(26,242285),(26,242286),(26,242287),(26,242288),(26,242289),(26,242290),(26,242291),(26,242292),(26,242293),(26,242294),(26,242295),(26,242296),(26,242297),(26,242298),(26,242299),(26,242300),(26,242301),(26,242302),(26,242303),(26,242304),(26,242305),(26,242306),(26,242307),(26,242308),(26,242309),(26,242310),(26,242311),(26,242312),(26,242313),(26,242314),(26,242315),(26,242316),(26,242317),(26,242318),(26,242319),(26,242320),(26,242321),(26,242322),(26,242323),(26,242324),(26,242325),(26,242326),(26,242327),(26,242328),(26,242329),(26,242330),(26,242331),(26,242332),(26,242333),(26,242334),(26,242335),(26,242336),(26,242337),(26,242338),(26,242339),(26,242340),(26,242341),(26,242342),(26,242343),(26,242344),(26,242345),(26,242346),(26,242347),(26,242348),(26,242349),(26,242350),(26,242351),(26,242352),(26,242353),(26,242354),(26,242355),(26,242356),(26,242357),(26,242358),(26,242359),(26,242360),(26,242361),(26,242362),(26,242363),(26,242364),(26,242365),(26,242366),(26,242367),(26,242368),(26,242369),(26,242370),(26,242371),(26,242372),(26,242373),(26,242374),(26,242375),(26,242376),(26,242377),(26,242378),(26,242379),(26,242380),(26,242381),(26,242382),(26,242383),(26,242384),(26,242385),(26,242386),(26,242387),(26,242388),(26,242389),(26,242390),(26,242391),(26,242392),(26,242393),(26,242394),(26,242395),(26,242396),(26,242397),(26,242398),(26,242399),(26,242400),(26,242401),(26,242402),(26,242403),(26,242404),(26,242405),(26,242406),(26,242407),(26,242408),(26,242409),(26,242410),(26,242411),(26,242412),(26,242413),(26,242414),(26,242415),(26,242416),(26,242417),(26,242418),(26,242419),(26,242420),(26,242421),(26,242422),(26,242423),(26,242424),(26,242425),(26,242426),(26,242427),(26,242428),(26,242429),(26,242430),(26,242431),(26,242432),(26,242433),(26,242434),(26,242435),(26,242436),(26,242437),(26,242438),(26,242439),(26,242440),(26,242441),(26,242442),(26,242443),(26,242444),(26,242445),(26,242446),(26,242447),(26,242448),(26,242449),(26,242450),(26,242451),(26,242452),(26,242453),(26,242454),(26,242455),(26,242456),(26,242457),(26,242458),(26,242459),(26,242460),(26,242461),(26,242462),(26,242463),(26,242464),(26,242465),(26,242466),(26,242467),(26,242468),(26,242469),(26,242470),(26,242471),(26,242472),(26,242473),(26,242474),(26,242475),(26,242476),(26,242477),(26,242478),(26,242479),(26,242480),(26,242481),(26,242482),(26,242483),(26,242484),(26,242485),(26,242486),(26,242487),(26,242488),(26,242489),(26,242490),(26,242491),(26,242492),(26,242493),(26,242494),(26,242495),(26,242496),(26,242497),(26,242498),(26,242499),(26,242500),(26,242501),(26,242502),(26,242503),(26,242504),(26,242505),(26,242506),(26,242507),(26,242508),(26,242509),(26,242510),(26,242511),(26,242512),(26,242513),(26,242514),(26,242515),(26,242516),(26,242517),(26,242518),(26,242519),(26,242520),(26,242521),(26,242522),(26,242523),(26,242524),(26,242525),(26,242526),(26,242527),(26,242528),(26,242529),(26,242530),(26,242531),(26,242532),(26,242533),(26,242534),(26,242535),(26,242536),(26,242537),(26,242538),(26,242539),(26,242540),(26,242541),(26,242542),(26,242543),(26,242544),(26,242545),(26,242546),(26,242547),(26,242548),(26,242549),(26,242550),(26,242551),(26,242552),(26,242553),(26,242554),(26,242555),(26,242556),(26,242557),(26,242558),(26,242559),(26,242560),(26,242561),(26,242562),(26,242563),(26,242564),(26,242565),(26,242566),(26,242567),(26,242568),(26,242569),(26,242570),(26,242571),(26,242572),(26,242573),(26,242574),(26,242575),(26,242576),(26,242577),(26,242578),(26,242579),(26,242580),(26,242581),(26,242582),(26,242583),(26,242584),(26,242585),(26,242586),(26,242587),(26,242588),(26,242589),(26,242590),(26,242591),(26,242592),(26,242593),(26,242594),(26,242595),(26,242596),(26,242597),(26,242598),(26,242599),(26,242600),(26,242601),(26,242602),(26,242603),(26,242604),(26,242605),(26,242606),(26,242607),(26,242608),(26,242609),(26,242610),(26,242611),(26,242612),(26,242613),(26,242614),(26,242615),(26,242616),(26,242617),(26,242618),(26,242619),(26,242620),(26,242621),(26,242622),(26,242623),(26,242624),(26,242625),(26,242626),(26,242627),(26,242628),(26,242629),(26,242630),(26,242631),(26,242632),(26,242633),(26,242634),(26,242635),(26,242636),(26,242637),(26,242638),(26,242639),(26,242640),(26,242641),(26,242642),(26,242643),(26,242644),(26,242645),(26,242646),(26,242647),(26,242648),(26,242649),(26,242650),(26,242651),(26,242652),(26,242653),(26,242654),(26,242655),(26,242656),(26,242657),(26,242658),(26,242659),(26,242660),(26,242661),(26,242662),(26,242663),(26,242664),(26,242665),(26,242666),(26,242667),(26,242668),(26,242669),(26,242670),(26,242671),(26,242672),(26,242673),(26,242674),(26,242675),(26,242676),(26,242677),(26,242678),(26,242679),(26,242680),(26,242681),(26,242682),(26,242683),(26,242684),(26,242685),(26,242686),(26,242687),(26,242688),(26,242689),(26,242690),(26,242691),(26,242692),(26,242693),(26,242694),(26,242695),(26,242696),(26,242697),(26,242698),(26,242699),(26,242700),(26,242701),(26,242702),(26,242703),(26,242704),(26,242705),(26,242706),(26,242707),(26,242708),(26,242709),(26,242710),(26,242711),(26,242712),(26,242713),(26,242714),(26,242715),(26,242716),(26,242717),(26,242718),(26,242719),(26,242720),(26,242721),(26,242722),(26,242723),(26,242724),(26,242725),(26,242726),(26,242727),(26,242728),(26,242729),(26,242730),(26,242731),(26,242732),(26,242733),(26,242734),(26,242735),(26,242736),(26,242737),(26,242738),(26,242739),(26,242740),(26,242741),(26,242742),(26,242743),(26,242744),(26,242745),(26,242746),(26,242747),(26,242748),(26,242749),(26,242750),(26,242751),(26,242752),(26,242753),(26,242754),(26,242755),(26,242756),(26,242757),(26,242758),(26,242759),(26,242760),(26,242761),(26,242762),(26,242763),(26,242764),(26,242765),(26,242766),(26,242767),(26,242768),(26,242769),(26,242770),(26,242771),(26,242772),(26,242773),(26,242774),(26,242775),(26,242776),(26,242777),(26,242778),(26,242779),(26,242780),(26,242781),(26,242782),(26,242783),(26,242784),(26,242785),(26,242786),(26,242787),(26,242788),(26,242789),(26,242790),(26,242791),(26,242792),(26,242793),(26,242794),(26,242795),(26,242796),(26,242797),(26,242798),(26,242799),(26,242800),(26,242801),(26,242802),(26,242803),(26,242804),(26,242805),(26,242806),(26,242807),(26,242808),(26,242809),(26,242810),(26,242811),(26,242812),(26,242813),(26,242814),(26,242815),(26,242816),(26,242817),(26,242818),(26,242819),(26,242820),(26,242821),(26,242822),(26,242823),(26,242824),(26,242825),(26,242826),(26,242827),(26,242828),(26,242829),(26,242830),(26,242831),(26,242832),(26,242833),(26,242834),(26,242835),(26,242836),(26,242837),(26,242838),(26,242839),(26,242840),(26,242841),(26,242842),(26,242843),(26,242844),(26,242845),(26,242846),(26,242847),(26,242848),(26,242849),(26,242850),(26,242851),(26,242852),(26,242853),(26,242854),(26,242855),(26,242856),(26,242857),(26,242858),(26,242859),(26,242860),(26,242861),(26,242862),(26,242863),(26,242864),(26,242865),(26,242866),(26,242867),(26,242868),(26,242869),(26,242870),(26,242871),(26,242872),(26,242873),(26,242874),(26,242875),(26,242876),(26,242877),(26,242878),(26,242879),(26,242880),(26,242881),(26,242882),(26,242883),(26,242884),(26,242885),(26,242886),(26,242887),(26,242888),(26,242889),(26,242890),(26,242891),(26,242892),(26,242893),(26,242894),(26,242895),(26,242896),(26,242897),(26,242898),(26,242899),(26,242900),(26,242901),(26,242902),(26,242903),(26,242904),(26,242905),(26,242906),(26,242907),(26,242908),(26,242909),(26,242910),(26,242911),(26,242912),(26,242913),(26,242914),(26,242915),(26,242916),(26,242917),(26,242918),(26,242919),(26,242920),(26,242921),(26,242922),(26,242923),(26,242924),(26,242925),(26,242926),(26,242927),(26,242928),(26,242929),(26,242930),(26,242931),(26,242932),(26,242933),(26,242934),(26,242935),(26,242936),(26,242937),(26,242938),(26,242939),(26,242940),(26,242941),(26,242942),(26,242943),(26,242944),(26,242945),(26,242946),(26,242947),(26,242948),(26,242949),(26,242950),(26,242951),(26,242952),(26,242953),(26,242954),(26,242955),(26,242956),(26,242957),(26,242958),(26,242959),(26,242960),(26,242961),(26,242962),(26,242963),(26,242964),(26,242965),(26,242966),(26,242967),(26,242968),(26,242969),(26,242970),(26,242971),(26,242972),(26,242973),(26,242974),(26,242975),(26,242976),(26,242977),(26,242978),(26,242979),(26,242980),(26,242981),(26,242982),(26,242983),(26,242984),(26,242985),(26,242986),(26,242987),(26,242988),(26,242989),(26,242990),(26,242991),(26,242992),(26,242993),(26,242994),(26,242995),(26,242996),(26,242997),(26,242998),(26,242999),(26,243000),(26,243001),(26,243002),(26,243003),(26,243004),(26,243005),(26,243006),(26,243007),(26,243008),(26,243009),(26,243010),(26,243011),(26,243012),(26,243013),(26,243014),(26,243015),(26,243016),(26,243017),(26,243018),(26,243019),(26,243020),(26,243021),(26,243022),(26,243023),(26,243024),(26,243025),(26,243026),(26,243027),(26,243028),(26,243029),(26,243030),(26,243031),(26,243032),(26,243033),(26,243034),(26,243035),(26,243036),(26,243037),(26,243038),(26,243039),(26,243040),(26,243041),(26,243042),(26,243043),(26,243044),(26,243045),(26,243046),(26,243047),(26,243048),(26,243049),(26,243050),(26,243051),(26,243052),(26,243053),(26,243054),(26,243055),(26,243056),(26,243057),(26,243058),(26,243059),(26,243060),(26,243061),(26,243062),(26,243063),(26,243064),(26,243065),(26,243066),(26,243067),(26,243068),(26,243069),(26,243070),(26,243071),(26,243072),(26,243073),(26,243074),(26,243075),(26,243076),(26,243077),(26,243078),(26,243079),(26,243080),(26,243081),(26,243082),(26,243083),(26,243084),(26,243085),(26,243086),(26,243087),(26,243088),(26,243089),(26,243090),(26,243091),(26,243092),(26,243093),(26,243094),(26,243095),(26,243096),(26,243097),(26,243098),(26,243099),(26,243100),(26,243101),(26,243102),(26,243103),(26,243104),(26,243105),(26,243106),(26,243107),(26,243108),(26,243109),(26,243110),(26,243111),(26,243112),(26,243113),(26,243114),(26,243115),(26,243116),(26,243117),(26,243118),(26,243119),(26,243120),(26,243121),(26,243122),(26,243123),(26,243124),(26,243125),(26,243126),(26,243127),(26,243128),(26,243129),(26,243130),(26,243131),(26,243132),(26,243133),(26,243134),(26,243135),(26,243136),(26,243137),(26,243138),(26,243139),(26,243140),(26,243141),(26,243142),(26,243143),(26,243144),(26,243145),(26,243146),(26,243147),(26,243148),(26,243149),(26,243150),(26,243151),(26,243152),(26,243153),(26,243154),(26,243155),(26,243156),(26,243157),(26,243158),(26,243159),(26,243160),(26,243161),(26,243162),(26,243163),(26,243164),(26,243165),(26,243166),(26,243167),(26,243168),(26,243169),(26,243170),(26,243171),(26,243172),(26,243173),(26,243174),(26,243175),(26,243176),(26,243177),(26,243178),(26,243179),(26,243180),(26,243181),(26,243182),(26,243183),(26,243184),(26,243185),(26,243186),(26,243187),(26,243188),(26,243189),(26,243190),(26,243191),(26,243192),(26,243193),(26,243194),(26,243195),(26,243196),(26,243197),(26,243198),(26,243199),(26,243200),(26,243201),(26,243202),(26,243203),(26,243204),(26,243205),(26,243206),(26,243207),(26,243208),(26,243209),(26,243210),(26,243211),(26,243212),(26,243213),(26,243214),(26,243215),(26,243216),(26,243217),(26,243218),(26,243219),(26,243220),(26,243221),(26,243222),(26,243223),(26,243224),(26,243225),(26,243226),(26,243227),(26,243228),(26,243229),(26,243230),(26,243231),(26,243232),(26,243233),(26,243234),(26,243235),(26,243236),(26,243237),(26,243238),(26,243239),(26,243240),(26,243241),(26,243242),(26,243243),(26,243244),(26,243245),(26,243246),(26,243247),(26,243248),(26,243249),(26,243250),(26,243251),(26,243252),(26,243253),(26,243254),(26,243255),(26,243256),(26,243257),(26,243258),(26,243259),(26,243260),(26,243261),(26,243262),(26,243263),(26,243264),(26,243265),(26,243266),(26,243267),(26,243268),(26,243269),(26,243270),(26,243271),(26,243272),(26,243273),(26,243274),(26,243275),(26,243276),(26,243277),(26,243278),(26,243279),(26,243280),(26,243281),(26,243282),(26,243283),(26,243284),(26,243285),(26,243286),(26,243287),(26,243288),(26,243289),(26,243290),(26,243291),(26,243292),(26,243293),(26,243294),(26,243295),(26,243296),(26,243297),(26,243298),(26,243299),(26,243300),(26,243301),(26,243302),(26,243303),(26,243304),(26,243305),(26,243306),(26,243307),(26,243308),(26,243309),(26,243310),(26,243311),(26,243312),(26,243313),(26,243314),(26,243315),(26,243316),(26,243317),(26,243318),(26,243319),(26,243320),(26,243321),(26,243322),(26,243323),(26,243324),(26,243325),(26,243326),(26,243327),(26,243328),(26,243329),(26,243330),(26,243331),(26,243332),(26,243333),(26,243334),(26,243335),(26,243336),(26,243337),(26,243338),(26,243339),(26,243340),(26,243341),(26,243342),(26,243343),(26,243344),(26,243345),(26,243346),(26,243347),(26,243348),(26,243349),(26,243350),(26,243351),(26,243352),(26,243353),(26,243354),(26,243355),(26,243356),(26,243357),(26,243358),(26,243359),(26,243360),(26,243361),(26,243362),(26,243363),(26,243364),(26,243365),(26,243366),(26,243367),(26,243368),(26,243369),(26,243370),(26,243371),(26,243372),(26,243373),(26,243374),(26,243375),(26,243376),(26,243377),(26,243378),(26,243379),(26,243380),(26,243381),(26,243382),(26,243383),(26,243384),(26,243385),(26,243386),(26,243387),(26,243388),(26,243389),(26,243390),(26,243391),(26,243392),(26,243393),(26,243394),(26,243395),(26,243396),(26,243397),(26,243398),(26,243399),(26,243400),(26,243401),(26,243402),(26,243403),(26,243404),(26,243405),(26,243406),(26,243407),(26,243408),(26,243409),(26,243410),(26,243411),(26,243412),(26,243413),(26,243414),(26,243415),(26,243416),(26,243417),(26,243418),(26,243419),(26,243420),(26,243421),(26,243422),(26,243423),(26,243424),(26,243425),(26,243426),(26,243427),(26,243428),(26,243429),(26,243430),(26,243431),(26,243432),(26,243433),(26,243434),(26,243435),(26,243436),(26,243437),(26,243438),(26,243439),(26,243440),(26,243441),(26,243442),(26,243443),(26,243444),(26,243445),(26,243446),(26,243447),(26,243448),(26,243449),(26,243450),(26,243451),(26,243452),(26,243453),(26,243454),(26,243455),(26,243456),(26,243457),(26,243458),(26,243459),(26,243460),(26,243461),(26,243462),(26,243463),(26,243464),(26,243465),(26,243466),(26,243467),(26,243468),(26,243469),(26,243470),(26,243471),(26,243472),(26,243473),(26,243474),(26,243475),(26,243476),(26,243477),(26,243478),(26,243479),(26,243480),(26,243481),(26,243482),(26,243483),(26,243484),(26,243485),(26,243486),(26,243487),(26,243488),(26,243489),(26,243490),(26,243491),(26,243492),(26,243493),(26,243494),(26,243495),(26,243496),(26,243497),(26,243498),(26,243499),(26,243500),(26,243501),(26,243502),(26,243503),(26,243504),(26,243505),(26,243506),(26,243507),(26,243508),(26,243509),(26,243510),(26,243511),(26,243512),(26,243513),(26,243514),(26,243515),(26,243516),(26,243517),(26,243518),(26,243519),(26,243520),(26,243521),(26,243522),(26,243523),(26,243524),(26,243525),(26,243526),(26,243527),(26,243528),(26,243529),(26,243530),(26,243531),(26,243532),(26,243533),(26,243534),(26,243535),(26,243536),(26,243537),(26,243538),(26,243539),(26,243540),(26,243541),(26,243542),(26,243543),(26,243544),(26,243545),(26,243546),(26,243547),(26,243548),(26,243549),(26,243550),(26,243551),(26,243552),(26,243553),(26,243554),(26,243555),(26,243556),(26,243557),(26,243558),(26,243559),(26,243560),(26,243561),(26,243562),(26,243563),(26,243564),(26,243565),(26,243566),(26,243567),(26,243568),(26,243569),(26,243570),(26,243571),(26,243572),(26,243573),(26,243574),(26,243575),(26,243576),(26,243577),(26,243578),(26,243579),(26,243580),(26,243581),(26,243582),(26,243583),(26,243584),(26,243585),(26,243586),(26,243587),(26,243588),(26,243589),(26,243590),(26,243591),(26,243592),(26,243593),(26,243594),(26,243595),(26,243596),(26,243597),(26,243598),(26,243599),(26,243600),(26,243601),(26,243602),(26,243603),(26,243604),(26,243605),(26,243606),(26,243607),(26,243608),(26,243609),(26,243610),(26,243611),(26,243612),(26,243613),(26,243614),(26,243615),(26,243616),(26,243617),(26,243618),(26,243619),(26,243620),(26,243621),(26,243622),(26,243623),(26,243624),(26,243625),(26,243626),(26,243627),(26,243628),(26,243629),(26,243630),(26,243631),(26,243632),(26,243633),(26,243634),(26,243635),(26,243636),(26,243637),(26,243638),(26,243639),(26,243640),(26,243641),(26,243642),(26,243643),(26,243644),(26,243645),(26,243646),(26,243647),(26,243648),(26,243649),(26,243650),(26,243651),(26,243652),(26,243653),(26,243654),(26,243655),(26,243656),(26,243657),(26,243658),(26,243659),(26,243660),(26,243661),(26,243662),(26,243663),(26,243664),(26,243665),(26,243666),(26,243667),(26,243668),(26,243669),(26,243670),(26,243671),(26,243672),(26,243673),(26,243674),(26,243675),(26,243676),(26,243677),(26,243678),(26,243679),(26,243680),(26,243681),(26,243682),(26,243683),(26,243684),(26,243685),(26,243686),(26,243687),(26,243688),(26,243689),(26,243690),(26,243691),(26,243692),(26,243693),(26,243694),(26,243695),(26,243696),(26,243697),(26,243698),(26,243699),(26,243700),(26,243701),(26,243702),(26,243703),(26,243704),(26,243705),(26,243706),(26,243707),(26,243708),(26,243709),(26,243710),(26,243711),(26,243712),(26,243713),(26,243714),(26,243715),(26,243716),(26,243717),(26,243718),(26,243719),(26,243720),(26,243721),(26,243722),(26,243723),(26,243724),(26,243725),(26,243726),(26,243727),(26,243728),(26,243729),(26,243730),(26,243731),(26,243732),(26,243733),(26,243734),(26,243735),(26,243736),(26,243737),(26,243738),(26,243739),(26,243740),(26,243741),(26,243742),(26,243743),(26,243744),(26,243745),(26,243746),(26,243747),(26,243748),(26,243749),(26,243750),(26,243751),(26,243752),(26,243753),(26,243754),(26,243755),(26,243756),(26,243757),(26,243758),(26,243759),(26,243760),(26,243761),(26,243762),(26,243763),(26,243764),(26,243765),(26,243766),(26,243767),(26,243768),(26,243769),(26,243770),(26,243771),(26,243772),(26,243773),(26,243774),(26,243775),(26,243776),(26,243777),(26,243778),(26,243779),(26,243780),(26,243781),(26,243782),(26,243783),(26,243784),(26,243785),(26,243786),(26,243787),(26,243788),(26,243789),(26,243790),(26,243791),(26,243792),(26,243793),(26,243794),(26,243795),(26,243796),(26,243797),(26,243798),(26,243799),(26,243800),(26,243801),(26,243802),(26,243803),(26,243804),(26,243805),(26,243806),(26,243807),(26,243808),(26,243809),(26,243810),(26,243811),(26,243812),(26,243813),(26,243814),(26,243815),(26,243816),(26,243817),(26,243818),(26,243819),(26,243820),(26,243821),(26,243822),(26,243823),(26,243824),(26,243825),(26,243826),(26,243827),(26,243828),(26,243829),(26,243830),(26,243831),(26,243832),(26,243833),(26,243834),(26,243835),(26,243836),(26,243837),(26,243838),(26,243839),(26,243840),(26,243841),(26,243842),(26,243843),(26,243844),(26,243845),(26,243846),(26,243847),(26,243848),(26,243849),(26,243850),(26,243851),(26,243852),(26,243853),(26,243854),(26,243855),(26,243856),(26,243857),(26,243858),(26,243859),(26,243860),(26,243861),(26,243862),(26,243863),(26,243864),(26,243865),(26,243866),(26,243867),(26,243868),(26,243869),(26,243870),(26,243871),(26,243872),(26,243873),(26,243874),(26,243875),(26,243876),(26,243877),(26,243878),(26,243879),(26,243880),(26,243881),(26,243882),(26,243883),(26,243884),(26,243885),(26,243886),(26,243887),(26,243888),(26,243889),(26,243890),(26,243891),(26,243892),(26,243893),(26,243894),(26,243895),(26,243896),(26,243897),(26,243898),(26,243899),(26,243900),(26,243901),(26,243902),(26,243903),(26,243904),(26,243905),(26,243906),(26,243907),(26,243908),(26,243909),(26,243910),(26,243911),(26,243912),(26,243913),(26,243914),(26,243915),(26,243916),(26,243917),(26,243918),(26,243919),(26,243920),(26,243921),(26,243922),(26,243923),(26,243924),(26,243925),(26,243926),(26,243927),(26,243928),(26,243929),(26,243930),(26,243931),(26,243932),(26,243933),(26,243934),(26,243935),(26,243936),(26,243937),(26,243938),(26,243939),(26,243940),(26,243941),(26,243942),(26,243943),(26,243944),(26,243945),(26,243946),(26,243947),(26,243948),(26,243949),(26,243950),(26,243951),(26,243952),(26,243953),(26,243954),(26,243955),(26,243956),(26,243957),(26,243958),(26,243959),(26,243960),(26,243961),(26,243962),(26,243963),(26,243964),(26,243965),(26,243966),(26,243967),(26,243968),(26,243969),(26,243970),(26,243971),(26,243972),(26,243973),(26,243974),(26,243975),(26,243976),(26,243977),(26,243978),(26,243979),(26,243980),(26,243981),(26,243982),(26,243983),(26,243984),(26,243985),(26,243986),(26,243987),(26,243988),(26,243989),(26,243990),(26,243991),(26,243992),(26,243993),(26,243994),(26,243995),(26,243996),(26,243997),(26,243998),(26,243999),(26,244000),(26,244001),(26,244002),(26,244003),(26,244004),(26,244005),(26,244006),(26,244007),(26,244008),(26,244009),(26,244010),(26,244011),(26,244012),(26,244013),(26,244014),(26,244015),(26,244016),(26,244017),(26,244018),(26,244019),(26,244020),(26,244021),(26,244022),(26,244023),(26,244024),(26,244025),(26,244026),(26,244027),(26,244028),(26,244029),(26,244030),(26,244031),(26,244032),(26,244033),(26,244034),(26,244035),(26,244036),(26,244037),(26,244038),(26,244039),(26,244040),(26,244041),(26,244042),(26,244043),(26,244044),(26,244045),(26,244046),(26,244047),(26,244048),(26,244049),(26,244050),(26,244051),(26,244052),(26,244053),(26,244054),(26,244055),(26,244056),(26,244057),(26,244058),(26,244059),(26,244060),(26,244061),(26,244062),(26,244063),(26,244064),(26,244065),(26,244066),(26,244067),(26,244068),(26,244069),(26,244070),(26,244071),(26,244072),(26,244073),(26,244074),(26,244075),(26,244076),(26,244077),(26,244078),(26,244079),(26,244080),(26,244081),(26,244082),(26,244083),(26,244084),(26,244085),(26,244086),(26,244087),(26,244088),(26,244089),(26,244090),(26,244091),(26,244092),(26,244093),(26,244094),(26,244095),(26,244096),(26,244097),(26,244098),(26,244099),(26,244100),(26,244101),(26,244102),(26,244103),(26,244104),(26,244105),(26,244106),(26,244107),(26,244108),(26,244109),(26,244110),(26,244111),(26,244112),(26,244113),(26,244114),(26,244115),(26,244116),(26,244117),(26,244118),(26,244119),(26,244120),(26,244121),(26,244122),(26,244123),(26,244124),(26,244125),(26,244126),(26,244127),(26,244128),(26,244129),(26,244130),(26,244131),(26,244132),(26,244133),(26,244134),(26,244135),(26,244136),(26,244137),(26,244138),(26,244139),(26,244140),(26,244141),(26,244142),(26,244143),(26,244144),(26,244145),(26,244146),(26,244147),(26,244148),(26,244149),(26,244150),(26,244151),(26,244152),(26,244153),(26,244154),(26,244155),(26,244156),(26,244157),(26,244158),(26,244159),(26,244160),(26,244161),(26,244162),(26,244163),(26,244164),(26,244165),(26,244166),(26,244167),(26,244168),(26,244169),(26,244170),(26,244171),(26,244172),(26,244173),(26,244174),(26,244175),(26,244176),(26,244177),(26,244178),(26,244179),(26,244180),(26,244181),(26,244182),(26,244183),(26,244184),(26,244185),(26,244186),(26,244187),(26,244188),(26,244189),(26,244190),(26,244191),(26,244192),(26,244193),(26,244194),(26,244195),(26,244196),(26,244197),(26,244198),(26,244199),(26,244200),(26,244201),(26,244202),(26,244203),(26,244204),(26,244205),(26,244206),(26,244207),(26,244208),(26,244209),(26,244210),(26,244211),(26,244212),(26,244213),(26,244214),(26,244215),(26,244216),(26,244217),(26,244218),(26,244219),(26,244220),(26,244221),(26,244222),(26,244223),(26,244224),(26,244225),(26,244226),(26,244227),(26,244228),(26,244229),(26,244230),(26,244231),(26,244232),(26,244233),(26,244234),(26,244235),(26,244236),(26,244237),(26,244238),(26,244239),(26,244240),(26,244241),(26,244242),(26,244243),(26,244244),(26,244245),(26,244246),(26,244247),(26,244248),(26,244249),(26,244250),(26,244251),(26,244252),(26,244253),(26,244254),(26,244255),(26,244256),(26,244257),(26,244258),(26,244259),(26,244260),(26,244261),(26,244262),(26,244263),(26,244264),(26,244265),(26,244266),(26,244267),(26,244268),(26,244269),(26,244270),(26,244271),(26,244272),(26,244273),(26,244274),(26,244275),(26,244276),(26,244277),(26,244278),(26,244279),(26,244280),(26,244281),(26,244282),(26,244283),(26,244284),(26,244285),(26,244286),(26,244287),(26,244288),(26,244289),(26,244290),(26,244291),(26,244292),(26,244293),(26,244294),(26,244295),(26,244296),(26,244297),(26,244298),(26,244299),(26,244300),(26,244301),(26,244302),(26,244303),(26,244304),(26,244305),(26,244306),(26,244307),(26,244308),(26,244309),(26,244310),(26,244311),(26,244312),(26,244313),(26,244314),(26,244315),(26,244316),(26,244317),(26,244318),(26,244319),(26,244320),(26,244321),(26,244322),(26,244323),(26,244324),(26,244325),(26,244326),(26,244327),(26,244328),(26,244329),(26,244330),(26,244331),(26,244332),(26,244333),(26,244334),(26,244335),(26,244336),(26,244337),(26,244338),(26,244339),(26,244340),(26,244341),(26,244342),(26,244343),(26,244344),(26,244345),(26,244346),(26,244347),(26,244348),(26,244349),(26,244350),(26,244351),(26,244352),(26,244353),(26,244354),(26,244355),(26,244356),(26,244357),(26,244358),(26,244359),(26,244360),(26,244361),(26,244362),(26,244363),(26,244364),(26,244365),(26,244366),(26,244367),(26,244368),(26,244369),(26,244370),(26,244371),(26,244372),(26,244373),(26,244374),(26,244375),(26,244376),(26,244377),(26,244378),(26,244379),(26,244380),(26,244381),(26,244382),(26,244383),(26,244384),(26,244385),(26,244386),(26,244387),(26,244388),(26,244389),(26,244390),(26,244391),(26,244392),(26,244393),(26,244394),(26,244395),(26,244396),(26,244397),(26,244398),(26,244399),(8,244500),(8,244501),(8,244502),(8,244503),(8,244504),(8,244505),(8,244506),(8,244510),(8,244511),(8,244512),(8,244513),(8,244514),(8,244515),(8,244516),(8,244517),(8,244518),(8,244519),(8,244520),(8,244521),(8,244522),(8,244523),(8,244524),(8,244525),(8,244526),(8,244527),(8,244528),(8,244529),(8,244530),(8,244531),(8,244532),(8,244533),(8,244534),(8,244535),(8,244536),(8,244537),(8,244538),(8,244539),(8,244540),(8,244541),(8,244542),(8,244543),(8,244544),(8,244545),(8,244546),(8,244547),(8,244548),(8,244549),(8,244550),(8,244551),(8,244552),(8,244553),(8,244554),(8,244555),(8,244556),(8,244557),(8,244558),(8,244559),(8,244560),(8,244561),(8,244562),(8,244563),(8,244564),(8,244565),(8,244566),(8,244567),(8,244568),(8,244569),(8,244570),(8,244571),(8,244573),(8,244575),(8,244576),(8,244577),(8,244578),(8,244579),(8,244580),(8,244581),(8,244582),(8,244583),(8,244584),(8,244585),(8,244586),(8,244587),(8,244588),(8,244589),(8,244590),(8,244591),(8,244592),(8,244593),(8,244594),(8,244595),(8,244596),(8,244597),(8,244598),(8,244599),(8,244600),(8,244601),(8,244602),(8,244603),(8,244604),(8,244605),(8,244606),(8,244607),(8,244608),(8,244609),(8,244610),(8,244611),(8,244612),(8,244613),(8,244614),(8,244615),(8,244616),(8,244617),(8,244618),(8,244619),(8,244620),(8,244621),(8,244622),(8,244623),(8,244624),(8,244625),(8,244626),(8,244627),(8,244628),(8,244629),(8,244630),(8,244631),(8,244632),(8,244633),(8,244634),(8,244635),(8,244636),(9,244800),(9,244801),(9,244802),(9,244803),(9,244804),(9,244805),(9,244806),(9,244807),(9,244808),(9,244809),(9,244810),(9,244811),(9,244812),(9,244813),(9,244814),(9,244815),(9,244816),(9,244817),(9,244818),(9,244819),(9,244820),(9,244821),(9,244822),(9,244823),(9,244824),(9,244825),(9,244826),(9,244827),(9,244828),(9,244829),(9,244830),(9,244831),(9,244832),(9,244833),(9,244834),(9,244835),(9,244836),(9,244837),(9,244838),(9,244839),(9,244840),(9,244841),(9,244842),(9,244843),(9,244844),(9,244845),(9,244846),(9,244847),(9,244848),(9,244849),(9,244850),(9,244851),(10,245000),(1,245500),(1,245501),(1,245502),(1,245503),(1,245504),(1,245505),(1,245506),(1,245507),(1,245508),(1,245509),(1,245510),(1,245511),(1,245512),(1,245513),(1,245514),(1,245515),(1,245516),(1,245517),(1,245518),(1,245519),(1,245520),(1,245521),(1,245522),(1,245523),(1,245524),(1,245525),(1,245526),(1,245527),(1,245528),(1,245529),(1,245530),(1,245531),(1,245532),(1,245533),(1,245534),(1,245535),(1,245536),(1,245537),(1,245538),(1,245539),(1,245540),(1,245541),(1,245542),(1,245543),(1,245544),(1,245545),(1,245546),(1,245547),(1,245548),(1,245549),(1,245550),(1,245551),(1,245552),(1,245553),(1,245554),(1,245555),(1,245556),(1,245557),(1,245558),(1,245559),(1,245560),(1,245561),(1,245562),(1,245563),(1,245564),(1,245565),(1,245566),(1,245567),(1,245568),(1,245569),(1,245570),(1,245571),(1,245572),(1,245573),(1,245574),(1,245575),(1,245576),(1,245577),(1,245578),(1,245579),(1,245580),(1,245581),(1,245582),(1,245583),(1,245584),(1,245585),(1,245586),(1,245587),(1,245588),(1,245589),(1,245590),(1,245591),(1,245592),(1,245593),(1,245594),(1,245595),(1,245596),(1,245597),(1,245598),(1,245599),(1,245600),(1,245601),(1,245602),(1,245603),(1,245604),(1,245605),(1,245606),(1,245607),(1,245608),(1,245609),(1,245610),(1,245611),(1,245612),(1,245613),(1,245614),(1,245615),(1,245616),(1,245617),(1,245618),(1,245619),(1,245620),(1,245621),(1,245622),(1,245623),(1,245624),(1,245625),(1,245626),(1,245627),(1,245628),(1,245629),(1,245630),(1,245631),(1,245632),(1,245633),(1,245634),(1,245635),(1,245636),(1,245637),(1,245638),(1,245639),(1,245640),(1,245641),(1,245642),(1,245643),(1,245644),(1,245645),(1,245646),(1,245647),(1,245648),(1,245649),(1,245650),(1,245651),(1,245652),(1,245653),(1,245654),(1,245655),(1,245656),(1,245657),(1,245658),(1,245659),(1,245660),(1,245661),(1,245662),(1,245663),(1,245664),(1,245665),(1,245666),(1,245667),(1,245668),(1,245669),(1,245670),(1,245671),(1,245672),(1,245673),(1,245674),(1,245675),(1,245676),(1,245677),(1,245678),(1,245679),(1,245680),(1,245681),(1,245682),(1,245683),(1,245684),(1,245685),(1,245686),(1,245687),(1,245688),(1,245689),(1,245690),(1,245691),(1,245692),(1,245693),(1,245694),(1,245695),(1,245696),(1,245697),(1,245698),(1,245699),(1,245700),(1,245701),(1,245702),(1,245703),(1,245704),(1,245800),(1,245801),(1,245810),(1,245811),(1,245812),(3,247000),(3,247001),(4,247002),(4,247003); +INSERT INTO `game_event_creature` VALUES (22,38),(7,1102),(22,2032),(32,6090),(10,6512),(22,6519),(22,6520),(32,7727),(23,8969),(23,8971),(32,9411),(12,10998),(12,10999),(12,11000),(24,11001),(24,11002),(24,11003),(24,11004),(12,11005),(12,11006),(12,11007),(12,11008),(12,11009),(12,11010),(12,11011),(10,12401),(23,12604),(12,17338),(12,17339),(60,17676),(12,19342),(12,19345),(12,19346),(12,19347),(12,19348),(12,19349),(12,19350),(12,19351),(12,20297),(12,20298),(12,20299),(12,20424),(12,20425),(-26,21020),(-26,21022),(-26,21024),(-26,21026),(-26,21034),(-26,21036),(-26,22181),(-26,22188),(-26,22451),(-26,22473),(10,23099),(-26,24976),(-5,25324),(-5,25489),(-5,25605),(-5,25608),(-5,25609),(22,25997),(32,26009),(-5,26719),(-5,26751),(-5,26752),(23,27660),(24,28797),(24,28798),(24,28799),(3,31822),(22,32076),(7,34035),(7,34036),(32,34055),(3,35418),(23,38004),(32,38214),(-26,38608),(32,39821),(32,39822),(32,39883),(32,39884),(10,41877),(23,42598),(23,42601),(3,43670),(3,43671),(3,43672),(3,43673),(3,43674),(3,43675),(3,43676),(3,43677),(3,43678),(3,43679),(3,43680),(23,44187),(33,44457),(3,45474),(3,45475),(3,45476),(23,46801),(22,46803),(2,46973),(24,47648),(3,49446),(4,52415),(4,52416),(2,53618),(2,53620),(2,53631),(2,53646),(24,53941),(4,53942),(62,54687),(62,54688),(14,54742),(3,55089),(4,56323),(4,56324),(4,56326),(4,56342),(3,56348),(4,56497),(4,56498),(4,56499),(4,56600),(4,56611),(4,56612),(4,56613),(4,56614),(4,56615),(4,56617),(4,56618),(4,56621),(4,56623),(4,56624),(4,56625),(4,56680),(4,57163),(4,57168),(4,57441),(4,61987),(11,62848),(11,62849),(31,63141),(-3,66156),(-3,66157),(-3,66158),(-3,66428),(-3,66429),(-3,66602),(3,70024),(3,70025),(3,70026),(3,70027),(7,70553),(7,70554),(7,70555),(7,70556),(7,70557),(7,70560),(7,70561),(7,70562),(7,70563),(7,70564),(7,70565),(7,70566),(7,70567),(7,70568),(7,70570),(7,70571),(7,70572),(7,70573),(7,70574),(7,70575),(7,70576),(7,70578),(7,72236),(7,72237),(7,72238),(7,72239),(10,74808),(7,75117),(22,76747),(7,78371),(7,78372),(7,78373),(7,78374),(7,78375),(7,78381),(7,78382),(7,78383),(7,78384),(10,78961),(10,78963),(-12,79648),(-12,79650),(-12,79651),(10,79806),(-12,80341),(-12,80342),(-12,80343),(-12,80351),(-4,80360),(-4,80362),(-4,80363),(-4,80367),(1,83242),(1,83243),(1,83244),(3,83349),(3,83350),(3,84084),(3,84864),(24,84899),(12,84903),(12,84937),(12,84950),(12,84953),(60,85064),(10,85179),(10,85180),(10,85181),(10,85182),(10,85183),(10,85184),(10,85185),(10,85186),(10,85187),(10,85188),(10,85189),(10,85190),(10,85191),(60,85208),(60,85209),(60,85210),(24,85381),(66,85483),(66,85484),(22,85607),(12,85632),(12,85633),(12,85634),(12,85635),(12,85636),(12,85653),(12,85654),(12,85701),(12,85702),(12,85703),(12,85704),(12,85705),(12,85706),(12,85707),(12,85708),(12,85709),(12,85710),(12,85711),(12,85712),(12,85713),(12,85986),(1,86163),(1,86165),(2,86166),(2,86167),(12,86168),(12,86169),(1,86179),(2,86180),(2,86181),(2,86182),(2,86184),(1,86224),(1,86227),(2,86233),(12,86234),(2,86235),(2,86236),(10,86237),(1,86242),(1,86243),(1,86244),(1,86245),(1,86246),(1,86247),(1,86248),(1,86249),(1,86250),(1,86251),(1,86252),(1,86253),(1,86254),(1,86255),(1,86256),(1,86258),(1,86259),(1,86260),(1,86261),(1,86262),(1,86264),(1,86265),(1,86266),(1,86267),(1,86268),(10,86292),(2,86355),(66,86565),(66,86566),(66,86567),(66,86568),(66,86569),(66,86570),(66,86571),(66,86572),(66,86573),(66,86574),(66,86575),(1,86643),(1,86644),(1,86645),(1,86646),(66,86651),(66,86652),(66,86654),(1,86703),(1,86704),(1,86705),(1,86706),(1,86707),(1,86708),(1,86709),(1,86710),(1,86711),(1,86712),(1,86713),(1,86714),(1,86715),(1,86716),(24,86731),(12,86846),(12,86847),(12,86848),(12,86849),(12,86850),(12,86851),(12,86852),(12,86853),(12,86857),(12,86858),(1,86895),(1,86896),(1,86897),(1,86898),(1,86901),(1,86924),(24,87041),(12,87071),(1,87086),(60,88155),(60,88158),(60,88159),(60,88160),(12,88292),(11,88814),(11,88815),(11,88816),(11,88817),(11,88818),(11,88819),(11,88820),(11,88821),(11,88822),(11,88823),(11,88824),(11,88825),(11,88826),(11,88827),(11,88828),(11,88829),(11,88830),(11,88831),(11,88832),(11,88833),(11,88834),(11,88835),(11,88836),(11,88837),(11,88838),(11,88839),(24,88840),(24,88841),(24,88842),(24,88843),(24,88844),(24,88845),(24,88846),(24,88847),(24,88848),(24,88849),(24,88850),(24,88851),(24,88852),(24,88853),(24,88854),(24,88855),(24,88856),(24,88857),(24,88858),(24,88859),(24,88860),(24,88861),(24,88862),(24,88863),(24,88864),(24,88865),(24,88866),(24,88867),(24,88868),(24,88869),(24,88870),(24,88871),(24,88872),(24,88873),(24,88874),(24,88875),(24,88876),(24,88877),(24,88878),(24,88879),(24,88880),(24,88881),(24,88882),(24,88883),(24,88884),(24,88885),(24,88886),(24,88887),(24,88888),(24,88889),(24,88890),(24,88891),(24,88892),(24,88893),(24,88894),(24,88895),(24,88896),(1,88899),(24,88914),(24,88915),(24,88916),(24,88917),(24,88918),(24,88919),(24,88920),(24,88921),(24,88922),(24,88923),(24,88924),(24,88925),(24,88926),(24,88927),(24,88928),(24,88929),(24,88930),(24,88931),(24,88932),(24,88933),(24,88934),(24,88935),(24,88936),(24,88937),(24,88938),(24,88939),(24,88940),(24,88941),(24,88942),(24,88943),(24,88944),(24,88945),(24,88946),(24,88947),(24,88948),(24,88949),(24,88950),(24,88951),(24,88952),(24,88953),(24,88954),(24,88955),(24,88956),(24,88957),(24,88958),(24,88960),(24,88961),(24,88962),(24,88963),(24,88964),(24,88965),(24,88966),(24,88967),(24,88968),(24,88969),(24,88970),(24,88971),(24,88972),(24,88973),(24,88976),(24,88977),(24,88978),(24,88979),(24,88980),(24,88981),(24,88982),(24,88983),(24,88984),(24,88985),(24,88986),(24,88987),(24,88988),(2,89359),(2,89360),(2,89361),(2,89362),(2,89363),(2,89364),(2,89365),(2,89366),(2,89367),(2,89368),(2,89369),(2,89370),(2,89371),(2,89372),(2,89373),(2,89374),(2,89375),(2,89376),(2,89377),(2,89378),(2,89379),(2,89380),(2,89381),(2,89382),(2,89383),(2,89384),(2,89385),(2,89386),(2,89387),(2,89388),(2,89389),(2,89390),(2,89391),(2,89392),(2,89393),(2,89394),(2,89395),(2,89396),(2,89397),(2,89398),(2,89399),(2,89400),(2,89401),(2,89402),(2,89403),(2,89404),(2,89405),(2,89406),(2,89407),(2,89408),(2,89409),(2,89410),(2,89411),(2,89412),(2,89413),(2,89414),(2,89415),(2,89416),(2,89417),(2,89418),(2,89419),(2,89420),(2,89421),(2,89422),(2,89423),(2,89424),(2,89425),(2,89426),(2,89427),(2,89428),(2,89429),(2,89430),(2,89431),(2,89432),(2,89433),(2,89434),(2,89435),(2,89437),(2,89438),(2,89439),(2,89440),(2,89441),(2,89442),(1,90486),(1,90490),(1,90492),(1,90493),(1,90494),(1,90495),(1,90496),(1,90498),(1,90499),(1,90508),(1,90509),(1,90510),(1,90512),(1,90920),(1,91009),(1,91115),(1,91116),(1,91117),(1,91118),(7,91562),(7,91563),(7,91564),(24,91565),(24,91566),(7,91567),(7,91568),(7,91569),(7,91570),(7,91571),(7,91572),(7,91573),(7,91574),(7,91575),(7,91576),(7,91577),(7,91578),(7,91579),(7,91580),(7,91581),(7,91582),(7,91583),(7,91584),(7,91585),(7,91586),(7,91587),(7,91588),(7,91589),(7,91590),(7,91591),(7,91592),(7,91593),(7,91594),(7,91595),(7,91596),(7,91597),(7,91598),(7,91599),(7,91600),(7,91601),(7,91602),(7,91603),(7,91604),(7,91605),(7,91606),(7,91607),(7,91608),(7,91609),(7,91610),(7,91611),(7,91612),(7,91613),(7,91614),(7,91615),(7,91616),(7,91617),(7,91618),(7,91619),(7,91620),(7,91621),(7,91622),(7,91623),(7,91624),(7,91625),(7,91626),(7,91627),(7,91628),(7,91629),(7,91630),(7,91631),(7,91632),(7,91633),(7,91634),(7,91635),(7,91636),(7,91637),(7,91638),(7,91639),(7,91640),(7,91641),(7,91642),(7,91643),(7,91644),(7,91645),(7,91646),(7,91647),(7,91648),(7,91649),(7,91650),(7,91651),(7,91652),(7,91653),(7,91654),(7,91655),(7,91656),(7,91657),(7,91658),(7,91659),(7,91660),(7,91661),(7,91662),(7,91663),(7,91664),(7,91665),(7,91666),(7,91667),(7,91668),(7,91669),(7,91670),(7,91671),(7,91672),(7,91673),(7,91674),(7,91675),(7,91676),(7,91677),(7,91678),(7,91679),(7,91680),(7,91681),(7,91682),(7,91683),(7,91684),(7,91685),(7,91686),(7,91687),(7,91688),(7,91689),(1,91704),(1,91705),(1,91706),(1,91707),(7,91708),(7,91710),(7,91711),(7,91712),(7,91713),(1,91749),(1,91750),(1,91751),(1,91752),(1,91753),(1,91754),(1,91755),(1,91756),(1,91757),(1,91758),(1,91759),(1,91760),(1,91761),(1,91762),(1,91763),(1,91764),(1,91765),(1,91766),(1,91767),(1,91768),(1,91769),(1,91770),(1,91771),(1,91772),(1,91773),(1,91774),(1,91775),(1,91776),(1,91777),(1,91778),(1,91779),(1,91794),(60,91798),(1,91801),(1,92568),(1,93587),(1,93610),(1,93639),(1,93646),(1,93652),(1,93695),(1,93734),(1,93762),(1,93763),(1,93764),(1,93913),(1,94421),(1,94475),(1,94477),(1,94485),(1,94486),(1,94487),(1,94488),(1,94489),(1,94509),(1,94510),(1,94511),(1,94512),(1,94513),(1,94514),(1,94515),(1,94516),(1,94517),(1,94518),(1,94519),(1,94520),(1,94521),(1,94522),(1,94523),(1,94524),(1,94525),(1,94526),(1,94527),(1,94528),(1,94529),(1,94530),(1,94531),(1,94532),(1,94533),(1,94534),(1,94535),(1,94536),(1,94537),(1,94538),(1,94539),(1,94540),(1,94541),(1,94542),(1,94543),(1,94544),(1,94545),(1,94546),(1,94547),(1,94548),(1,94549),(1,94550),(1,94551),(1,94552),(1,94553),(1,94554),(1,94555),(1,94556),(1,94557),(1,94558),(1,94559),(1,94560),(1,94561),(1,94562),(1,94563),(1,94564),(1,94565),(1,94566),(1,94567),(1,94568),(1,94569),(1,94570),(1,94571),(1,94572),(1,94573),(1,94574),(1,94575),(1,94576),(1,94577),(1,94578),(1,94579),(1,94580),(1,94581),(1,94582),(1,94583),(1,94584),(1,94585),(1,94586),(1,94587),(1,94588),(1,94589),(1,94590),(1,94591),(1,94592),(1,94593),(1,94594),(1,94595),(1,94596),(1,94597),(1,94598),(1,94599),(1,94600),(1,94601),(1,94602),(1,94603),(1,94604),(1,94605),(1,94606),(1,94607),(1,94608),(1,94609),(1,94610),(1,94611),(1,94612),(1,94613),(1,94614),(1,94615),(1,94616),(1,94617),(1,94618),(1,94619),(1,94620),(1,94621),(1,94622),(1,94623),(1,94624),(1,94625),(1,94626),(1,94627),(1,94628),(1,94629),(1,94630),(1,94631),(1,94632),(1,94633),(1,94634),(1,94635),(1,94636),(1,94637),(1,94638),(1,94639),(1,94640),(1,94641),(1,94642),(1,94643),(1,94644),(1,94645),(1,94646),(1,94647),(1,94648),(1,94649),(1,94650),(1,94651),(1,94652),(1,94653),(1,94654),(1,94655),(1,94656),(1,94657),(1,94658),(1,94659),(1,94660),(1,94661),(1,94662),(1,94663),(1,94664),(1,94665),(1,94666),(1,94667),(1,94668),(1,94669),(1,94670),(1,94671),(1,94672),(1,94673),(1,94674),(1,94675),(1,94676),(1,94677),(1,94678),(1,94679),(1,94680),(1,94681),(1,94682),(1,94683),(1,94684),(1,94685),(1,94686),(1,94687),(1,94688),(1,94689),(1,94690),(1,94691),(1,94692),(1,94693),(1,94694),(1,94695),(1,94696),(1,94697),(1,94698),(1,94699),(1,94700),(1,94701),(1,94702),(1,94703),(1,94704),(1,94705),(1,94706),(1,94707),(1,94708),(1,94709),(1,94710),(1,94711),(1,94712),(1,94713),(1,94714),(1,94715),(1,94716),(1,94717),(1,94718),(1,94719),(1,94720),(1,94721),(1,94722),(1,94723),(1,94724),(1,94725),(1,94726),(1,94727),(1,94728),(1,94729),(1,94730),(1,94731),(1,94732),(1,94733),(1,94734),(1,94735),(1,94736),(1,94737),(1,94738),(1,94739),(1,94740),(1,94741),(1,94742),(1,94743),(1,94744),(1,94745),(1,94746),(1,94747),(1,94748),(1,94749),(1,94750),(1,94751),(1,94752),(1,94753),(1,94754),(1,94755),(1,94756),(1,94757),(1,94758),(1,94759),(1,94760),(1,94761),(1,94762),(1,94763),(1,94764),(1,94765),(1,94766),(1,94767),(1,94768),(1,94769),(1,94770),(1,94771),(1,94772),(1,94773),(1,94774),(1,94775),(1,94776),(1,94777),(1,94778),(1,94779),(1,94780),(1,94781),(1,94782),(1,94783),(1,94784),(1,94785),(1,94786),(1,94787),(1,94788),(1,94789),(1,94790),(1,94791),(1,94792),(1,94793),(1,94794),(1,94795),(1,94796),(1,94797),(1,94798),(1,94799),(1,94800),(1,94801),(1,94802),(1,94803),(1,94804),(1,94805),(1,94806),(1,94807),(1,94808),(1,94809),(1,94810),(1,94811),(1,94812),(1,94813),(1,94814),(1,94815),(1,94816),(1,94817),(1,94818),(1,94819),(1,94820),(1,94821),(1,94822),(1,94823),(1,94824),(1,94825),(1,94826),(1,94827),(1,94828),(1,94829),(1,94830),(1,94831),(1,94832),(1,94833),(1,94834),(1,94835),(1,94836),(1,94837),(1,94838),(1,94839),(1,94840),(1,94841),(1,94842),(1,94843),(1,94844),(1,94845),(1,94846),(1,94847),(1,94848),(1,94849),(1,94850),(1,94851),(1,94852),(1,94853),(1,94854),(1,94855),(1,94856),(1,94857),(1,94858),(1,94859),(1,94860),(1,94861),(1,94862),(1,94863),(1,94920),(1,94921),(1,94922),(1,94923),(1,94924),(1,94925),(1,94926),(1,94927),(1,94928),(1,94929),(1,94930),(1,94931),(1,94932),(1,94933),(1,94934),(1,94935),(1,94936),(1,94937),(1,94938),(1,94939),(1,94940),(1,94941),(1,94942),(1,94943),(1,94944),(1,94945),(1,94946),(1,94947),(1,94948),(1,94949),(1,94950),(1,94951),(1,94952),(1,94953),(1,94954),(1,94955),(1,94956),(1,94957),(1,94958),(1,94959),(1,94960),(1,94961),(1,94962),(1,94963),(1,94964),(31,95049),(31,95051),(31,95052),(31,95053),(31,95056),(31,95057),(31,95058),(31,95059),(31,95060),(31,95061),(31,95062),(31,95063),(31,95064),(31,95065),(31,95066),(31,95067),(31,95068),(31,95069),(31,95070),(31,95071),(31,95072),(31,95073),(31,95074),(31,95076),(31,95077),(31,95078),(31,95079),(31,95080),(31,95081),(31,95082),(31,95083),(31,95084),(31,95085),(31,95086),(31,95087),(31,95088),(31,95089),(31,95090),(31,95091),(31,95092),(31,95093),(31,95094),(31,95100),(31,95104),(31,95105),(31,95106),(31,95108),(31,95112),(31,95113),(31,95114),(31,95115),(31,95116),(31,95117),(31,95118),(31,95119),(31,95120),(31,95121),(31,95122),(31,95123),(31,95124),(31,95125),(31,95126),(31,95127),(31,95128),(31,95129),(31,95130),(31,95131),(31,95132),(31,95133),(31,95134),(31,95135),(31,95136),(31,95137),(31,95138),(31,95139),(31,95140),(31,95141),(31,95142),(31,95143),(31,95144),(31,95145),(31,95146),(31,95147),(31,95148),(31,95160),(31,95161),(31,95162),(31,95163),(31,95164),(31,95165),(31,95166),(31,95172),(31,95173),(31,95174),(31,95175),(31,95176),(31,95177),(31,95178),(31,95179),(31,95180),(31,95181),(31,95182),(31,95183),(31,95184),(31,95185),(31,95186),(31,95187),(31,95188),(31,95189),(31,95190),(31,95191),(31,95192),(31,95193),(31,95194),(31,95198),(31,95199),(31,95200),(31,95201),(31,95206),(31,95209),(31,95210),(31,95213),(31,95214),(31,95215),(31,95216),(31,95217),(31,95218),(31,95219),(31,95220),(31,95221),(31,95222),(31,95223),(31,95224),(31,95225),(31,95226),(31,95227),(31,95228),(31,95229),(31,95230),(31,95231),(31,95232),(31,95233),(31,95234),(31,95235),(31,95236),(31,95238),(31,95240),(31,95243),(31,95244),(31,95245),(31,95246),(31,95247),(31,95248),(31,95249),(31,95255),(31,95256),(31,95257),(31,95260),(31,95263),(31,95264),(31,95265),(31,95266),(31,95267),(31,95268),(31,95269),(31,95270),(31,95271),(31,95272),(31,95273),(31,95274),(31,95275),(31,95276),(31,95277),(31,95278),(31,95279),(31,95280),(31,95281),(31,95282),(31,95283),(31,95284),(31,95285),(31,95286),(31,95287),(31,95288),(31,95289),(31,95290),(31,95291),(31,95292),(31,95293),(31,95294),(31,95295),(31,95296),(31,95297),(31,95298),(31,95300),(31,95303),(31,95307),(31,95309),(31,95310),(31,95311),(31,95312),(31,95313),(31,95314),(31,95315),(31,95316),(31,95317),(31,95318),(31,95319),(31,95320),(31,95321),(31,95322),(31,95323),(31,95324),(31,95325),(31,95329),(31,95330),(31,95332),(31,95333),(31,95335),(31,95336),(31,95339),(31,95340),(31,95341),(31,95342),(31,95345),(31,95347),(31,95348),(31,95349),(31,95350),(31,95351),(31,95352),(31,95353),(31,95354),(31,95355),(31,95356),(31,95357),(31,95360),(31,95361),(31,95363),(31,95367),(31,95368),(31,95369),(31,95370),(31,95371),(31,95372),(31,95373),(31,95374),(31,95375),(31,95376),(31,95377),(31,95378),(31,95380),(31,95381),(31,95382),(31,95383),(31,95384),(31,95385),(31,95386),(31,95387),(31,95388),(31,95389),(31,95390),(31,95394),(31,95395),(31,95396),(31,95397),(31,95398),(31,95399),(31,95400),(31,95401),(31,95402),(31,95404),(31,95406),(31,95407),(31,95409),(31,95410),(31,95411),(31,95412),(31,95415),(31,95417),(31,95418),(31,95419),(31,95420),(31,95421),(31,95422),(31,95424),(31,95426),(31,95427),(31,95428),(31,95433),(31,95434),(31,95435),(31,95436),(31,95437),(31,95438),(31,95441),(31,95442),(31,95443),(31,95444),(31,95445),(31,95446),(31,95447),(31,95454),(31,95457),(31,95458),(31,95461),(31,95462),(31,95463),(31,95464),(31,95469),(31,95470),(31,95471),(31,95472),(31,95473),(31,95474),(31,95475),(31,95476),(31,95477),(31,95478),(31,95479),(31,95480),(31,95481),(31,95482),(31,95483),(31,95484),(31,95485),(31,95486),(31,95487),(31,95488),(31,95489),(31,95490),(31,95491),(31,95492),(31,95493),(31,95494),(31,95495),(31,95496),(31,95497),(31,95498),(31,95499),(31,95500),(31,95501),(31,95502),(31,95504),(31,95505),(31,95508),(31,95509),(31,95510),(31,95514),(31,95515),(31,95518),(31,95519),(31,95522),(31,95523),(31,95524),(31,95525),(31,95526),(31,95527),(31,95528),(31,95530),(31,95531),(31,95532),(31,95533),(31,95534),(31,95535),(31,95536),(31,95537),(31,95538),(31,95539),(31,95540),(31,95541),(31,95542),(31,95543),(31,95544),(31,95545),(31,95546),(31,95547),(31,95548),(31,95551),(31,95553),(31,95554),(31,95555),(31,95556),(31,95557),(31,95559),(31,95561),(31,95562),(31,95563),(31,95564),(31,95565),(31,95566),(31,95567),(31,95568),(31,95569),(31,95570),(31,95571),(31,95572),(31,95573),(31,95574),(31,95575),(31,95576),(31,95577),(31,95579),(31,95582),(31,95588),(31,95589),(31,95590),(31,95591),(31,95592),(31,95593),(31,95599),(31,95600),(31,95601),(31,95602),(31,95603),(31,95604),(31,95605),(31,95606),(31,95607),(31,95608),(31,95609),(31,95611),(31,95612),(31,95614),(31,95615),(31,95616),(31,95617),(31,95618),(31,95619),(31,95620),(31,95621),(31,95622),(31,95623),(31,95624),(31,95625),(31,95626),(31,95627),(31,95628),(31,95629),(31,95630),(31,95631),(31,95634),(31,95636),(31,95637),(31,95638),(31,95639),(31,95640),(31,95641),(31,95642),(31,95643),(31,95652),(31,95653),(31,95654),(31,95655),(31,95656),(31,95658),(31,95659),(31,95660),(31,95664),(31,95666),(31,95667),(31,95668),(31,95669),(31,95670),(31,95671),(31,95672),(31,95673),(31,95674),(31,95675),(31,95676),(31,95677),(31,95678),(31,95679),(31,95680),(31,95681),(31,95682),(31,95683),(31,95684),(31,95685),(31,95686),(31,95687),(31,95688),(31,95689),(31,95690),(31,95691),(31,95692),(31,95693),(31,95694),(31,95695),(31,95696),(31,95697),(31,95698),(31,95700),(31,95702),(31,95703),(31,95704),(31,95705),(31,95706),(31,95707),(31,95708),(31,95709),(31,95710),(31,95711),(31,95712),(31,95713),(31,95714),(31,95716),(31,95717),(31,95718),(31,95719),(31,95720),(31,95721),(31,95722),(31,95723),(31,95724),(31,95725),(31,95726),(31,95727),(31,95728),(31,95729),(31,95730),(31,95741),(31,95742),(31,95744),(31,95745),(31,95746),(31,95748),(31,95749),(31,95751),(31,95752),(31,95753),(31,95754),(31,95755),(31,95756),(31,95757),(31,95758),(31,95759),(31,95760),(31,95761),(31,95762),(31,95763),(31,95764),(31,95765),(31,95766),(31,95767),(31,95768),(31,95771),(31,95773),(31,95775),(31,95776),(31,95777),(31,95778),(31,95779),(31,95780),(31,95787),(31,95788),(31,95789),(31,95790),(31,95791),(31,95792),(31,95793),(31,95794),(31,95795),(31,95796),(31,95797),(31,95798),(31,95799),(31,95800),(31,95801),(31,95802),(31,95803),(31,95804),(31,95805),(31,95808),(31,95809),(31,95811),(31,95812),(31,95814),(31,95815),(31,95816),(31,95817),(31,95818),(31,95819),(31,95822),(31,95823),(31,95824),(31,95825),(31,95826),(31,95827),(31,95828),(31,95829),(31,95830),(31,95831),(31,95832),(31,95833),(31,95834),(31,95835),(31,95836),(31,95837),(31,95838),(31,95839),(31,95840),(31,95841),(31,95842),(31,95843),(31,95844),(31,95845),(31,95853),(31,95862),(31,95863),(31,95865),(31,95866),(31,95867),(31,95868),(31,95869),(31,95870),(31,95871),(31,95872),(31,95873),(31,95874),(31,95875),(31,95876),(31,95877),(31,95878),(31,95879),(31,95880),(31,95881),(31,95882),(31,95883),(31,95884),(31,95885),(31,95886),(31,95887),(31,95888),(31,95889),(31,95890),(31,95891),(31,95892),(31,95893),(31,95894),(31,95895),(31,95896),(31,95897),(31,95898),(31,95899),(31,95900),(31,95901),(31,95902),(31,95903),(31,95904),(31,95905),(31,95906),(31,95907),(31,95908),(31,95909),(31,95910),(31,95911),(31,95912),(31,95913),(31,95914),(31,95915),(31,95916),(31,95917),(31,95918),(31,95919),(31,95920),(31,95921),(31,95923),(31,95928),(31,95932),(31,95933),(31,95934),(31,95935),(31,95936),(31,95937),(31,95938),(31,95939),(31,95940),(31,95941),(31,95942),(31,95943),(31,95944),(31,95950),(31,95952),(31,95954),(31,95955),(31,95956),(31,95957),(31,95958),(31,95959),(31,95960),(31,95961),(31,95962),(31,95963),(31,95966),(31,95967),(31,95968),(31,95969),(31,95970),(31,95971),(31,95972),(31,95973),(31,95974),(31,95975),(31,95976),(31,95977),(31,95978),(31,95979),(31,95993),(31,95994),(31,95995),(31,95996),(31,95997),(31,95998),(31,95999),(31,96000),(31,96001),(31,96002),(31,96003),(31,96004),(31,96005),(31,96006),(31,96007),(31,96008),(31,96009),(31,96010),(31,96011),(31,96012),(31,96013),(31,96014),(31,96015),(31,96016),(31,96017),(31,96018),(31,96019),(31,96021),(31,96022),(31,96023),(31,96027),(31,96028),(31,96029),(31,96030),(31,96031),(31,96032),(31,96033),(31,96034),(31,96035),(31,96036),(31,96037),(31,96038),(31,96039),(31,96040),(31,96041),(31,96044),(31,96045),(31,96046),(31,96047),(31,96048),(31,96049),(31,96050),(31,96051),(31,96052),(31,96053),(31,96054),(31,96055),(31,96056),(31,96057),(31,96058),(31,96059),(31,96060),(31,96061),(31,96064),(31,96066),(31,96067),(31,96070),(31,96071),(31,96074),(31,96076),(31,96077),(31,96079),(31,96081),(31,96082),(31,96083),(31,96084),(31,96085),(31,96086),(31,96087),(31,96088),(31,96089),(31,96090),(31,96091),(31,96092),(31,96093),(31,96094),(31,96095),(31,96096),(31,96097),(31,96098),(31,96099),(31,96102),(31,96104),(31,96105),(31,96106),(31,96108),(31,96109),(31,96110),(31,96111),(31,96112),(31,96113),(31,96114),(31,96115),(31,96116),(31,96118),(31,96120),(31,96121),(31,96122),(31,96124),(31,96126),(31,96128),(31,96131),(31,96133),(31,96134),(31,96135),(31,96137),(31,96138),(31,96139),(31,96140),(31,96142),(31,96145),(31,96146),(31,96147),(31,96148),(31,96149),(31,96150),(31,96151),(31,96152),(31,96154),(31,96156),(31,96158),(31,96159),(31,96160),(31,96161),(31,96162),(31,96164),(31,96170),(31,96171),(31,96173),(31,96174),(31,96177),(31,96178),(31,96179),(31,96180),(31,96181),(31,96182),(31,96183),(31,96184),(31,96185),(31,96186),(31,96187),(31,96188),(31,96189),(31,96190),(31,96191),(31,96192),(31,96193),(31,96194),(31,96195),(31,96196),(31,96197),(31,96198),(31,96199),(31,96200),(31,96201),(31,96202),(31,96204),(31,96207),(31,96208),(31,96209),(31,96210),(31,96211),(31,96212),(31,96213),(31,96214),(31,96215),(31,96216),(31,96217),(31,96218),(31,96219),(31,96220),(31,96221),(31,96222),(31,96223),(31,96224),(31,96225),(31,96226),(31,96228),(31,96229),(31,96230),(31,96232),(31,96233),(31,96236),(31,96237),(31,96238),(31,96239),(31,96240),(31,96241),(31,96242),(31,96243),(31,96244),(31,96245),(31,96248),(31,96249),(31,96256),(31,96257),(31,96258),(31,96259),(31,96260),(31,96261),(31,96262),(31,96263),(31,96264),(31,96265),(31,96266),(31,96271),(31,96272),(31,96273),(31,96274),(31,96275),(31,96279),(31,96280),(31,96281),(31,96282),(31,96283),(31,96284),(31,96285),(31,96286),(31,96287),(31,96288),(31,96289),(31,96291),(31,96295),(31,96296),(31,96303),(31,96304),(31,96305),(31,96306),(31,96310),(31,96311),(31,96312),(31,96313),(31,96314),(31,96315),(31,96316),(31,96317),(31,96318),(31,96319),(31,96320),(31,96321),(31,96322),(31,96323),(31,96324),(31,96325),(31,96326),(31,96327),(31,96328),(31,96329),(31,96330),(31,96331),(31,96332),(31,96333),(31,96334),(31,96335),(31,96336),(31,96337),(31,96338),(31,96339),(31,96340),(31,96341),(31,96342),(31,96343),(31,96344),(31,96345),(31,96346),(31,96347),(31,96348),(31,96349),(31,96350),(31,96351),(31,96352),(31,96353),(31,96354),(31,96360),(31,96364),(31,96367),(31,96371),(31,96375),(31,96376),(31,96377),(31,96378),(31,96379),(31,96380),(31,96381),(31,96382),(31,96383),(31,96384),(31,96385),(31,96386),(31,96387),(31,96388),(31,96389),(31,96390),(31,96391),(31,96392),(31,96393),(31,96394),(31,96395),(31,96396),(31,96397),(31,96398),(31,96399),(31,96400),(31,96401),(31,96402),(31,96403),(31,96404),(31,96405),(31,96406),(31,96407),(31,96408),(31,96409),(31,96410),(31,96419),(31,96420),(31,96421),(31,96422),(31,96423),(31,96424),(31,96425),(31,96426),(31,96427),(31,96428),(31,96429),(31,96430),(31,96431),(31,96432),(31,96433),(31,96434),(31,96435),(31,96436),(31,96437),(31,96438),(31,96439),(31,96440),(31,96441),(31,96442),(31,96443),(31,96444),(31,96445),(31,96446),(31,96447),(31,96448),(31,96449),(31,96450),(31,96451),(31,96452),(31,96453),(31,96456),(31,96457),(31,96461),(31,96464),(31,96465),(31,96466),(31,96467),(31,96468),(31,96469),(31,96470),(31,96471),(31,96472),(31,96473),(31,96474),(31,96475),(31,96476),(31,96477),(31,96478),(31,96479),(31,96480),(31,96481),(31,96482),(31,96483),(31,96484),(31,96488),(31,96500),(31,96501),(31,96502),(31,96503),(31,96504),(31,96505),(31,96506),(31,96507),(31,96508),(31,96509),(31,96510),(31,96511),(31,96512),(31,96513),(31,96514),(31,96515),(31,96516),(31,96517),(31,96518),(31,96519),(31,96520),(31,96521),(31,96522),(31,96523),(31,96524),(31,96525),(31,96526),(31,96527),(31,96528),(31,96529),(31,96530),(31,96531),(31,96532),(31,96533),(31,96534),(31,96535),(31,96536),(31,96537),(31,96538),(31,96539),(31,96540),(31,96541),(31,96542),(31,96543),(31,96544),(31,96547),(31,96558),(31,96559),(31,96560),(31,96561),(31,96562),(31,96563),(31,96564),(31,96565),(31,96566),(31,96567),(31,96568),(31,96569),(31,96570),(31,96571),(31,96574),(31,96575),(31,96576),(31,96577),(31,96578),(31,96580),(31,96581),(31,96582),(31,96583),(31,96584),(31,96585),(31,96586),(31,96587),(31,96588),(31,96589),(65,102110),(65,102293),(66,102366),(65,106139),(65,106140),(65,106141),(65,106142),(65,106168),(65,106169),(65,106170),(65,106171),(65,106172),(65,106173),(65,106174),(65,106175),(65,106176),(65,106209),(65,106275),(2,106814),(66,107018),(65,107711),(65,107712),(65,107713),(65,107714),(66,108972),(66,108973),(66,108974),(66,108975),(2,109159),(2,109160),(12,121254),(12,121255),(12,121268),(12,121269),(37,127312),(37,127313),(38,127314),(38,127315),(39,127316),(39,127317),(40,127318),(40,127319),(41,127320),(41,127321),(42,127322),(42,127323),(43,127324),(43,127325),(44,127326),(44,127327),(45,127328),(45,127329),(34,127330),(34,127331),(35,127332),(35,127333),(36,127334),(36,127335),(12,128461),(12,128462),(24,128463),(24,128464),(12,129440),(12,129441),(12,129442),(12,129443),(12,129444),(12,129445),(24,136925),(5,137657),(5,137658),(5,137659),(5,137660),(5,137661),(5,137662),(5,137663),(5,137664),(5,137665),(5,137666),(5,137667),(5,137668),(5,137669),(5,137670),(5,137671),(5,137672),(5,137673),(5,137674),(5,137675),(5,137676),(5,137677),(5,137678),(5,137679),(5,137680),(5,137681),(5,137682),(5,137683),(5,137684),(5,137685),(24,137687),(24,137688),(24,137689),(24,137690),(24,137691),(24,137692),(24,137693),(24,137694),(24,137695),(24,137696),(24,137697),(24,137698),(24,137699),(24,137700),(50,150156),(50,150157),(50,150158),(50,150159),(50,150160),(50,150161),(50,150162),(50,150163),(50,150164),(50,150165),(50,150166),(50,150167),(50,150168),(50,150169),(50,150170),(50,150171),(50,150172),(50,150173),(50,150174),(50,150175),(50,150176),(50,150177),(50,150178),(50,150179),(50,150180),(50,150181),(50,150182),(50,150183),(50,150184),(57,152021),(57,152022),(57,152023),(57,152024),(57,152025),(57,152026),(57,152027),(57,152028),(57,152029),(57,152030),(57,152031),(24,152120),(9,152261),(9,152262),(9,152263),(9,152264),(9,152265),(9,152266),(9,152267),(9,152268),(9,152269),(9,152270),(9,152271),(9,152272),(9,152273),(9,152274),(9,152275),(9,152276),(24,200000),(24,200001),(24,200002),(7,200823),(7,200824),(7,200825),(7,200826),(7,200827),(7,200828),(7,200829),(7,200830),(7,200831),(7,200832),(7,200833),(7,200834),(7,200835),(7,200836),(7,200837),(7,200838),(7,200839),(7,200840),(7,200841),(7,200842),(7,200843),(7,200844),(7,200845),(7,200846),(7,200847),(7,200848),(60,202335),(60,202336),(1,202714),(1,202715),(1,202716),(1,202717),(1,202719),(1,202734),(1,202735),(1,202736),(1,202737),(1,202741),(1,202742),(1,202743),(1,202744),(1,202745),(1,202746),(1,202747),(1,202748),(1,202749),(1,202750),(1,202751),(1,202752),(1,202753),(1,202754),(1,202755),(1,202756),(1,202759),(1,202760),(1,202761),(1,202762),(1,202763),(1,202764),(1,202765),(1,202766),(1,202767),(1,202768),(1,202769),(1,202770),(1,202858),(1,202859),(1,202860),(1,202861),(1,202862),(1,202863),(1,202864),(62,203521),(24,207000),(24,207001),(24,207002),(24,207003),(24,207004),(24,207005),(24,207006),(24,207007),(24,207008),(24,207009),(24,207010),(24,207011),(24,207012),(24,207013),(24,207014),(24,207015),(24,207016),(24,207017),(24,207018),(24,207019),(24,207020),(24,207021),(24,207022),(24,207023),(24,207024),(24,207025),(24,207026),(24,207027),(24,207028),(24,207029),(24,207030),(24,207031),(24,207032),(24,207033),(24,207034),(24,207035),(24,207036),(24,207037),(24,207038),(24,207039),(24,207040),(24,207041),(24,207042),(24,207043),(24,207044),(24,207045),(24,207046),(24,207047),(24,207048),(24,207049),(24,207050),(24,207051),(24,207052),(24,207053),(24,207054),(24,207055),(24,207056),(24,207057),(24,207058),(24,207059),(24,207060),(24,207061),(24,207062),(24,207063),(24,207064),(24,207065),(24,207066),(24,207067),(24,207068),(24,207069),(24,207070),(24,207071),(24,207072),(24,207073),(24,207074),(24,207075),(24,207076),(24,207077),(24,207078),(24,207079),(24,207080),(24,207081),(24,207082),(24,207083),(24,207084),(24,207085),(24,207086),(24,207087),(24,207088),(24,207089),(24,207090),(24,207091),(24,207092),(24,207093),(24,207094),(24,207095),(24,207096),(24,207097),(24,207098),(24,207099),(24,207100),(24,207101),(24,207102),(24,207103),(24,207104),(24,207105),(24,207106),(24,207107),(24,207108),(24,207109),(24,207110),(24,207111),(24,207112),(24,207113),(24,207114),(24,207115),(24,207116),(24,207117),(24,207118),(24,207119),(24,207120),(24,207121),(24,207122),(24,207123),(24,207124),(24,207125),(24,207126),(24,207127),(24,207128),(24,207129),(24,207130),(24,207131),(24,207132),(24,207133),(24,207134),(24,207135),(24,207136),(24,207137),(24,207138),(24,207139),(24,207140),(24,207141),(24,207142),(24,207143),(24,207144),(24,207145),(24,207146),(24,207147),(24,207148),(24,207149),(24,207150),(24,207151),(24,207152),(24,207153),(24,207154),(24,207155),(24,207156),(24,207157),(24,207158),(24,207159),(24,207160),(24,207161),(24,207162),(24,207163),(24,207164),(24,207165),(24,207166),(24,207167),(24,207168),(24,207169),(24,207170),(24,207171),(19,207562),(19,207563),(19,207564),(19,207565),(19,207566),(19,207567),(19,207568),(19,207569),(19,207570),(19,207571),(19,207572),(19,207573),(19,207574),(19,207575),(19,207576),(19,207577),(19,207578),(19,207579),(19,207580),(19,207581),(19,207582),(19,207583),(19,207584),(19,207585),(19,207586),(19,207587),(19,207588),(19,207589),(19,207590),(19,207591),(19,207592),(19,207593),(19,207594),(19,207595),(19,207596),(19,207597),(19,207598),(19,207599),(19,207600),(19,207601),(19,207602),(19,207603),(19,207604),(19,207605),(19,207606),(19,207607),(19,207608),(19,207609),(19,207610),(19,207611),(54,207612),(54,207613),(54,207614),(54,207615),(54,207616),(54,207617),(54,207618),(54,207619),(54,207620),(54,207621),(54,207622),(54,207623),(54,207624),(54,207625),(54,207626),(54,207627),(54,207628),(54,207629),(54,207630),(54,207631),(54,207632),(54,207633),(54,207634),(54,207635),(54,207636),(54,207637),(54,207638),(54,207639),(54,207640),(54,207641),(54,207642),(54,207643),(54,207644),(54,207645),(54,207646),(54,207647),(54,207648),(54,207649),(54,207650),(54,207651),(54,207652),(54,207653),(54,207654),(54,207655),(54,207656),(54,207657),(54,207658),(54,207659),(54,207660),(54,207661),(53,207662),(53,207663),(53,207664),(53,207665),(53,207666),(53,207667),(53,207668),(53,207669),(53,207670),(53,207671),(53,207672),(53,207673),(53,207674),(53,207675),(53,207676),(53,207677),(53,207678),(53,207679),(53,207680),(53,207681),(53,207682),(53,207683),(53,207684),(53,207685),(53,207686),(53,207687),(53,207688),(53,207689),(53,207690),(53,207691),(53,207692),(53,207693),(53,207694),(53,207695),(53,207696),(53,207697),(53,207698),(53,207699),(53,207700),(53,207701),(53,207702),(53,207703),(53,207704),(53,207705),(53,207706),(53,207707),(53,207708),(53,207709),(53,207710),(53,207711),(20,207712),(20,207713),(20,207714),(20,207715),(20,207716),(20,207717),(20,207718),(20,207719),(20,207720),(20,207721),(20,207722),(20,207723),(20,207724),(20,207725),(20,207726),(20,207727),(20,207728),(20,207729),(20,207730),(20,207731),(20,207732),(20,207733),(20,207734),(20,207735),(20,207736),(20,207737),(20,207738),(20,207739),(20,207740),(20,207741),(20,207742),(20,207743),(20,207744),(20,207745),(20,207746),(20,207747),(20,207748),(20,207749),(20,207750),(20,207751),(20,207752),(20,207753),(20,207754),(20,207755),(20,207756),(20,207757),(20,207758),(20,207759),(20,207760),(20,207761),(21,207762),(21,207763),(21,207764),(21,207765),(21,207766),(21,207767),(21,207768),(21,207769),(21,207770),(21,207771),(21,207772),(21,207773),(21,207774),(21,207775),(21,207776),(21,207777),(21,207778),(21,207779),(21,207780),(21,207781),(21,207782),(21,207783),(21,207784),(21,207785),(21,207786),(21,207787),(21,207788),(21,207789),(21,207790),(21,207791),(21,207792),(21,207793),(21,207794),(21,207795),(21,207796),(21,207797),(21,207798),(21,207799),(21,207800),(21,207801),(21,207802),(21,207803),(21,207804),(21,207805),(21,207806),(21,207807),(21,207808),(21,207809),(21,207810),(21,207811),(18,207812),(18,207813),(18,207814),(18,207815),(18,207816),(18,207817),(18,207818),(18,207819),(18,207820),(18,207821),(18,207822),(18,207823),(18,207824),(18,207825),(18,207826),(18,207827),(18,207828),(18,207829),(18,207830),(18,207831),(18,207832),(18,207833),(18,207834),(18,207835),(18,207836),(18,207837),(18,207838),(18,207839),(18,207840),(18,207841),(18,207842),(18,207843),(18,207844),(18,207845),(18,207846),(18,207847),(18,207848),(18,207849),(18,207850),(18,207851),(18,207852),(18,207853),(18,207854),(18,207855),(18,207856),(18,207857),(18,207858),(18,207859),(18,207860),(18,207861),(54,207862),(54,207863),(54,207864),(54,207865),(19,207866),(19,207867),(19,207868),(19,207869),(53,207870),(53,207871),(53,207872),(53,207873),(18,207874),(18,207875),(18,207876),(18,207877),(20,207878),(20,207879),(20,207880),(20,207881),(21,207882),(21,207883),(21,207884),(21,207885),(21,207886),(21,207887),(21,207888),(21,207889),(21,207890),(21,207891),(21,207892),(21,207893),(21,207894),(21,207895),(21,207896),(54,207897),(54,207898),(54,207899),(54,207900),(54,207901),(54,207902),(54,207903),(54,207904),(54,207905),(54,207906),(54,207907),(20,207908),(20,207909),(20,207910),(20,207911),(20,207912),(20,207913),(20,207914),(20,207915),(20,207916),(20,207917),(20,207918),(18,207919),(18,207920),(18,207921),(18,207922),(18,207923),(18,207924),(18,207925),(18,207926),(18,207927),(18,207928),(18,207929),(53,207930),(53,207931),(53,207932),(53,207933),(53,207934),(53,207935),(53,207936),(53,207937),(53,207938),(53,207939),(53,207940),(19,207941),(19,207942),(19,207943),(19,207944),(19,207945),(19,207946),(19,207947),(19,207948),(19,207949),(19,207950),(19,207951),(54,207952),(54,207953),(54,207954),(54,207955),(54,207956),(54,207957),(54,207958),(54,207959),(54,207960),(54,207961),(54,207962),(54,207963),(54,207964),(18,207965),(18,207966),(18,207967),(18,207968),(18,207969),(18,207970),(18,207971),(18,207972),(18,207973),(18,207974),(18,207975),(18,207976),(18,207977),(53,207978),(53,207979),(53,207980),(53,207981),(53,207982),(53,207983),(53,207984),(53,207985),(53,207986),(53,207987),(53,207988),(53,207989),(53,207990),(21,207991),(21,207992),(21,207993),(21,207994),(21,207995),(21,207996),(21,207997),(21,207998),(21,207999),(21,208000),(21,208001),(21,208002),(21,208003),(19,208004),(19,208005),(19,208006),(19,208007),(19,208008),(19,208009),(19,208010),(19,208011),(19,208012),(19,208013),(19,208014),(19,208015),(19,208016),(20,208017),(20,208018),(20,208019),(20,208020),(20,208021),(20,208022),(20,208023),(20,208024),(20,208025),(20,208026),(20,208027),(20,208028),(20,208029),(18,208030),(18,208031),(18,208032),(18,208033),(18,208034),(18,208035),(18,208036),(18,208037),(18,208038),(18,208039),(18,208040),(18,208041),(18,208042),(54,208043),(54,208044),(54,208045),(54,208046),(54,208047),(54,208048),(54,208049),(54,208050),(54,208051),(54,208052),(54,208053),(54,208054),(54,208055),(21,208056),(21,208057),(21,208058),(21,208059),(21,208060),(21,208061),(21,208062),(21,208063),(21,208064),(21,208065),(21,208066),(21,208067),(21,208068),(20,208069),(20,208070),(20,208071),(20,208072),(20,208073),(20,208074),(20,208075),(20,208076),(20,208077),(20,208078),(20,208079),(20,208080),(20,208081),(53,208082),(53,208083),(53,208084),(53,208085),(53,208086),(53,208087),(53,208088),(53,208089),(53,208090),(53,208091),(53,208092),(53,208093),(53,208094),(19,208095),(19,208096),(19,208097),(19,208098),(19,208099),(19,208100),(19,208101),(19,208102),(19,208103),(19,208104),(19,208105),(19,208106),(19,208107),(54,208108),(54,208109),(54,208110),(54,208111),(54,208112),(54,208113),(54,208114),(54,208115),(54,208116),(54,208117),(54,208118),(54,208119),(54,208120),(53,208121),(53,208122),(53,208123),(53,208124),(53,208125),(53,208126),(53,208127),(53,208128),(53,208129),(53,208130),(53,208131),(53,208132),(53,208133),(18,208134),(18,208135),(18,208136),(18,208137),(18,208138),(18,208139),(18,208140),(18,208141),(18,208142),(18,208143),(18,208144),(18,208145),(18,208146),(20,208147),(20,208148),(20,208149),(20,208150),(20,208151),(20,208152),(20,208153),(20,208154),(20,208155),(20,208156),(20,208157),(20,208158),(20,208159),(21,208160),(21,208161),(21,208162),(21,208163),(21,208164),(21,208165),(21,208166),(21,208167),(21,208168),(21,208169),(21,208170),(21,208171),(21,208172),(19,208173),(19,208174),(19,208175),(19,208176),(19,208177),(19,208178),(19,208179),(19,208180),(19,208181),(19,208182),(19,208183),(19,208184),(19,208185),(53,208186),(53,208187),(53,208188),(53,208189),(53,208190),(53,208191),(53,208192),(53,208193),(53,208194),(53,208195),(53,208196),(19,208197),(19,208198),(19,208199),(19,208200),(19,208201),(19,208202),(19,208203),(19,208204),(19,208205),(19,208206),(19,208207),(54,208208),(54,208209),(54,208210),(54,208211),(54,208212),(54,208213),(54,208214),(54,208215),(54,208216),(54,208217),(54,208218),(21,208219),(21,208220),(21,208221),(21,208222),(21,208223),(21,208224),(21,208225),(21,208226),(21,208227),(21,208228),(21,208229),(20,208230),(20,208231),(20,208232),(20,208233),(20,208234),(20,208235),(20,208236),(20,208237),(20,208238),(20,208239),(20,208240),(18,208241),(18,208242),(18,208243),(18,208244),(18,208245),(18,208246),(18,208247),(18,208248),(18,208249),(18,208250),(18,208251),(54,208252),(54,208253),(54,208254),(54,208255),(54,208256),(54,208257),(54,208258),(54,208259),(54,208260),(54,208261),(54,208262),(54,208263),(54,208264),(53,208265),(53,208266),(53,208267),(53,208268),(53,208269),(53,208270),(53,208271),(53,208272),(53,208273),(53,208274),(53,208275),(53,208276),(53,208277),(18,208278),(18,208279),(18,208280),(18,208281),(18,208282),(18,208283),(18,208284),(18,208285),(18,208286),(18,208287),(18,208288),(18,208289),(18,208290),(19,208291),(19,208292),(19,208293),(19,208294),(19,208295),(19,208296),(19,208297),(19,208298),(19,208299),(19,208300),(19,208301),(19,208302),(19,208303),(21,208304),(21,208305),(21,208306),(21,208307),(21,208308),(21,208309),(21,208310),(21,208311),(21,208312),(21,208313),(21,208314),(21,208315),(21,208316),(20,208317),(20,208318),(20,208319),(20,208320),(20,208321),(20,208322),(20,208323),(20,208324),(20,208325),(20,208326),(20,208327),(20,208328),(20,208329),(54,208330),(54,208331),(54,208332),(54,208333),(54,208334),(54,208335),(54,208336),(54,208337),(54,208338),(54,208339),(54,208340),(54,208341),(54,208342),(53,208343),(53,208344),(53,208345),(53,208346),(53,208347),(53,208348),(53,208349),(53,208350),(53,208351),(53,208352),(53,208353),(53,208354),(53,208355),(18,208356),(18,208357),(18,208358),(18,208359),(18,208360),(18,208361),(18,208362),(18,208363),(18,208364),(18,208365),(18,208366),(18,208367),(18,208368),(21,208369),(21,208370),(21,208371),(21,208372),(21,208373),(21,208374),(21,208375),(21,208376),(21,208377),(21,208378),(21,208379),(21,208380),(21,208381),(19,208382),(19,208383),(19,208384),(19,208385),(19,208386),(19,208387),(19,208388),(19,208389),(19,208390),(19,208391),(19,208392),(19,208393),(19,208394),(20,208395),(20,208396),(20,208397),(20,208398),(20,208399),(20,208400),(20,208401),(20,208402),(20,208403),(20,208404),(20,208405),(20,208406),(20,208407),(53,208408),(53,208409),(53,208410),(53,208411),(53,208412),(53,208413),(53,208414),(53,208415),(53,208416),(53,208417),(53,208418),(19,208419),(19,208420),(19,208421),(19,208422),(19,208423),(19,208424),(19,208425),(19,208426),(19,208427),(19,208428),(19,208429),(54,208430),(54,208431),(54,208432),(54,208433),(54,208434),(54,208435),(54,208436),(54,208437),(54,208438),(54,208439),(54,208440),(21,208441),(21,208442),(21,208443),(21,208444),(21,208445),(21,208446),(21,208447),(21,208448),(21,208449),(21,208450),(21,208451),(20,208463),(20,208464),(20,208465),(20,208466),(20,208467),(20,208468),(20,208469),(20,208470),(20,208471),(20,208472),(20,208473),(18,208474),(18,208475),(18,208476),(18,208477),(18,208478),(18,208479),(18,208480),(18,208481),(18,208482),(18,208483),(18,208484),(59,208485),(59,208486),(59,208487),(59,208488),(59,208489),(59,208490),(59,208491),(59,208492),(59,208493),(59,208494),(59,208495),(59,208496),(58,208497),(58,208498),(58,208499),(58,208500),(58,208501),(58,208502),(58,208503),(58,208504),(58,208505),(58,208506),(58,208507),(58,208508),(61,208901),(61,208902),(61,208903),(61,208904),(61,208905),(61,208906),(61,208907),(61,208908),(61,208909),(61,208910),(61,208911),(61,208912),(61,208913),(61,208914),(61,208915),(61,208916),(61,208917),(61,208918),(61,208919),(61,208920),(61,208921),(61,208922),(61,208923),(61,208924),(61,208925),(61,208926),(61,208927),(61,208928),(61,208929),(61,208930),(61,208931),(61,208932),(61,208933),(61,208934),(61,208935),(61,208936),(61,208937),(61,208938),(61,208939),(61,208940),(61,208941),(61,208942),(61,208943),(61,208944),(61,208945),(61,208946),(61,208947),(61,208948),(61,208949),(61,208950),(61,208952),(61,208953),(61,208954),(61,208955),(61,208956),(61,208957),(61,208958),(61,208959),(61,208960),(61,208961),(61,208962),(61,208963),(61,208964),(61,208965),(61,208966),(61,208967),(61,208968),(61,208969),(61,208970),(61,208971),(61,208972),(61,208973),(61,208974),(61,208975),(61,208976),(61,208977),(61,208978),(61,208979),(61,208980),(61,208981),(61,208982),(61,208983),(61,208984),(61,208985),(61,208986),(61,208987),(61,208988),(61,208989),(61,208990),(61,208991),(61,208992),(61,208993),(61,208994),(61,208995),(61,208996),(61,208997),(61,208998),(61,208999),(61,209000),(61,209001),(61,209002),(61,209003),(61,209004),(61,209005),(61,209006),(61,209007),(61,209008),(61,209009),(61,209010),(61,209011),(61,209012),(61,209013),(61,209014),(61,209015),(61,209016),(61,209017),(61,209018),(14,209028),(63,209029),(24,240000),(24,240001),(24,240002),(24,240003),(24,240004),(24,240005),(24,240006),(24,240007),(24,240008),(24,240009),(24,240010),(24,240011),(24,240012),(24,240013),(24,240014),(12,240015),(12,240016),(12,240017),(12,240018),(12,240019),(12,240020),(12,240021),(12,240022),(12,240023),(12,240024),(12,240025),(12,240026),(12,240027),(12,240028),(12,240029),(12,240030),(12,240031),(12,240032),(12,240033),(12,240034),(12,240035),(12,240036),(12,240037),(12,240038),(12,240039),(12,240040),(12,240041),(12,240042),(12,240043),(12,240044),(12,240045),(12,240046),(12,240047),(12,240048),(12,240049),(12,240050),(12,240051),(12,240052),(12,240053),(12,240054),(12,240055),(12,240056),(12,240057),(12,240058),(12,240059),(12,240060),(12,240061),(12,240062),(12,240063),(12,240064),(12,240065),(12,240066),(12,240067),(12,240068),(12,240069),(12,240070),(12,240071),(12,240072),(12,240073),(12,240074),(12,240075),(12,240076),(12,240077),(12,240078),(12,240079),(12,240080),(12,240081),(12,240082),(12,240083),(12,240084),(12,240085),(12,240086),(12,240087),(12,240088),(12,240089),(12,240090),(12,240091),(12,240092),(12,240093),(12,240094),(12,240095),(12,240096),(12,240097),(12,240098),(12,240099),(12,240100),(12,240101),(12,240102),(12,240103),(12,240104),(12,240105),(12,240106),(12,240107),(12,240108),(12,240109),(12,240110),(12,240111),(12,240112),(12,240113),(12,240114),(12,240115),(12,240116),(12,240117),(12,240118),(12,240119),(12,240120),(12,240121),(12,240122),(12,240123),(12,240124),(12,240125),(12,240126),(12,240127),(12,240128),(12,240129),(12,240130),(12,240131),(12,240132),(12,240133),(12,240134),(12,240135),(12,240136),(12,240137),(12,240138),(12,240139),(12,240140),(12,240141),(12,240142),(12,240143),(12,240144),(12,240145),(12,240146),(12,240147),(12,240148),(12,240149),(12,240150),(12,240151),(12,240152),(12,240153),(12,240154),(12,240155),(12,240156),(12,240157),(12,240158),(12,240159),(12,240160),(12,240161),(12,240162),(12,240163),(12,240164),(12,240165),(12,240166),(12,240167),(12,240168),(12,240169),(12,240170),(12,240171),(12,240172),(12,240173),(12,240174),(12,240175),(12,240176),(12,240177),(12,240178),(12,240179),(12,240180),(12,240181),(12,240182),(12,240183),(12,240184),(12,240185),(12,240186),(12,240187),(12,240188),(12,240189),(12,240190),(12,240191),(12,240192),(12,240193),(51,240194),(51,240195),(51,240196),(51,240197),(51,240198),(51,240199),(51,240200),(51,240201),(51,240202),(51,240203),(51,240204),(51,240205),(51,240206),(51,240207),(51,240208),(51,240209),(51,240210),(51,240211),(51,240212),(51,240213),(51,240214),(51,240215),(51,240216),(51,240217),(51,240218),(51,240219),(51,240220),(51,240221),(51,240222),(51,240223),(51,240224),(51,240225),(51,240226),(51,240227),(51,240228),(51,240229),(51,240230),(51,240231),(51,240232),(51,240233),(51,240234),(51,240235),(51,240236),(51,240237),(51,240238),(51,240239),(51,240240),(51,240241),(51,240242),(51,240243),(51,240244),(51,240245),(51,240246),(51,240247),(51,240248),(51,240249),(51,240250),(51,240251),(51,240252),(51,240253),(51,240254),(51,240255),(51,240256),(51,240257),(51,240258),(51,240259),(51,240260),(51,240261),(51,240262),(51,240263),(51,240264),(51,240265),(51,240266),(51,240267),(51,240268),(51,240269),(51,240270),(51,240271),(51,240272),(51,240273),(51,240274),(51,240275),(51,240276),(51,240277),(51,240278),(51,240279),(51,240280),(51,240281),(51,240282),(51,240283),(51,240284),(51,240285),(51,240286),(51,240287),(51,240288),(51,240289),(51,240290),(51,240291),(51,240292),(51,240293),(51,240294),(51,240295),(51,240296),(51,240297),(51,240298),(51,240299),(51,240300),(51,240301),(51,240302),(51,240303),(51,240304),(51,240305),(51,240306),(51,240307),(51,240308),(51,240309),(51,240310),(51,240311),(51,240312),(51,240313),(51,240314),(51,240315),(51,240316),(51,240317),(51,240318),(51,240319),(51,240320),(51,240321),(51,240322),(51,240323),(51,240324),(51,240325),(51,240326),(51,240327),(51,240328),(51,240329),(51,240330),(51,240331),(51,240332),(51,240333),(51,240334),(51,240335),(51,240336),(51,240337),(51,240338),(51,240339),(51,240340),(26,240400),(26,240401),(26,240402),(26,240403),(26,240404),(26,240405),(26,240406),(26,240407),(26,240408),(26,240409),(26,240410),(26,240411),(26,240412),(26,240413),(26,240414),(26,240415),(26,240416),(26,240417),(26,240418),(26,240419),(26,240420),(26,240421),(26,240422),(26,240423),(26,240424),(26,240425),(26,240426),(26,240427),(26,240428),(26,240429),(26,240430),(26,240431),(26,240432),(26,240433),(26,240434),(26,240435),(26,240436),(26,240437),(26,240438),(26,240439),(26,240440),(26,240441),(26,240442),(26,240443),(26,240444),(26,240445),(26,240446),(26,240447),(26,240448),(26,240449),(26,240450),(26,240451),(26,240452),(26,240453),(26,240454),(26,240455),(26,240456),(26,240457),(26,240458),(26,240459),(26,240460),(26,240461),(26,240462),(26,240463),(26,240464),(26,240465),(26,240466),(26,240467),(26,240468),(26,240470),(26,240471),(26,240472),(26,240473),(26,240474),(26,240475),(26,240476),(26,240477),(26,240478),(26,240479),(26,240480),(26,240481),(26,240482),(26,240483),(26,240484),(26,240485),(26,240486),(26,240487),(26,240488),(26,240489),(26,240490),(26,240491),(26,240492),(26,240493),(26,240494),(26,240495),(26,240496),(26,240497),(26,240498),(26,240499),(26,240500),(26,240501),(26,240502),(26,240503),(26,240504),(26,240505),(26,240506),(26,240507),(26,240508),(26,240509),(26,240510),(26,240511),(26,240512),(26,240513),(26,240514),(26,240515),(26,240516),(26,240517),(26,240518),(26,240519),(26,240520),(26,240521),(26,240522),(26,240523),(26,240524),(26,240525),(26,240526),(26,240527),(26,240528),(26,240529),(26,240530),(26,240531),(26,240532),(26,240533),(26,240534),(26,240535),(26,240536),(26,240537),(26,240538),(26,240539),(26,240540),(26,240541),(26,240542),(26,240543),(26,240544),(26,240545),(26,240546),(26,240547),(26,240548),(26,240549),(26,240550),(26,240551),(26,240552),(26,240553),(26,240554),(26,240555),(26,240556),(26,240557),(26,240558),(26,240559),(26,240560),(26,240561),(26,240562),(26,240563),(26,240564),(26,240565),(26,240566),(26,240567),(26,240568),(26,240569),(26,240570),(26,240571),(26,240572),(26,240573),(26,240574),(26,240575),(26,240576),(26,240577),(26,240578),(26,240579),(26,240580),(26,240581),(26,240582),(26,240583),(26,240584),(26,240585),(26,240586),(26,240587),(26,240588),(26,240589),(26,240590),(26,240591),(26,240592),(26,240593),(26,240594),(26,240595),(26,240596),(26,240597),(26,240598),(26,240599),(26,240600),(26,240601),(26,240602),(26,240603),(26,240604),(26,240605),(26,240606),(26,240607),(26,240608),(26,240609),(26,240610),(26,240611),(26,240612),(26,240613),(26,240614),(26,240615),(26,240616),(26,240617),(26,240618),(26,240619),(26,240620),(26,240621),(26,240622),(26,240623),(26,240624),(26,240625),(26,240626),(26,240627),(26,240628),(26,240629),(26,240630),(26,240631),(26,240632),(26,240633),(26,240634),(26,240635),(26,240636),(26,240637),(26,240638),(26,240639),(26,240640),(26,240641),(26,240642),(26,240643),(26,240644),(26,240645),(26,240646),(26,240647),(26,240648),(26,240649),(26,240650),(26,240651),(26,240652),(26,240653),(26,240654),(26,240655),(26,240656),(26,240657),(26,240658),(26,240659),(26,240660),(26,240661),(26,240662),(26,240663),(26,240664),(26,240665),(26,240666),(26,240667),(26,240668),(26,240669),(26,240670),(26,240671),(26,240672),(26,240673),(26,240674),(26,240675),(26,240676),(26,240677),(26,240678),(26,240679),(26,240680),(26,240681),(26,240682),(26,240683),(26,240684),(26,240685),(26,240686),(26,240687),(26,240688),(26,240689),(26,240690),(26,240691),(26,240692),(26,240693),(26,240694),(26,240695),(26,240696),(26,240697),(26,240698),(26,240699),(26,240700),(26,240701),(26,240702),(26,240703),(26,240704),(26,240705),(26,240706),(26,240707),(26,240708),(26,240709),(26,240710),(26,240711),(26,240712),(26,240713),(26,240714),(26,240715),(26,240716),(26,240717),(26,240718),(26,240719),(26,240720),(26,240721),(26,240722),(26,240723),(26,240724),(26,240725),(26,240726),(26,240727),(26,240728),(26,240729),(26,240730),(26,240731),(26,240732),(26,240733),(26,240734),(26,240735),(26,240736),(26,240737),(26,240738),(26,240739),(26,240740),(26,240741),(26,240742),(26,240743),(26,240744),(26,240745),(26,240746),(26,240747),(26,240748),(26,240749),(26,240750),(26,240751),(26,240752),(26,240753),(26,240754),(26,240755),(26,240756),(26,240757),(26,240758),(26,240759),(26,240760),(26,240761),(26,240762),(26,240763),(26,240764),(26,240765),(26,240766),(26,240767),(26,240768),(26,240769),(26,240770),(26,240771),(26,240772),(26,240773),(26,240774),(26,240775),(26,240776),(26,240777),(26,240778),(26,240779),(26,240780),(26,240781),(26,240782),(26,240783),(26,240784),(26,240785),(26,240786),(26,240787),(26,240788),(26,240789),(26,240790),(26,240791),(26,240792),(26,240793),(26,240794),(26,240795),(26,240796),(26,240797),(26,240798),(26,240799),(26,240800),(26,240801),(26,240802),(26,240803),(26,240804),(26,240805),(26,240806),(26,240807),(26,240808),(26,240809),(26,240810),(26,240811),(26,240812),(26,240813),(26,240814),(26,240815),(26,240816),(26,240817),(26,240818),(26,240819),(26,240820),(26,240821),(26,240822),(26,240823),(26,240824),(26,240825),(26,240826),(26,240827),(26,240828),(26,240829),(26,240830),(26,240831),(26,240832),(26,240833),(26,240834),(26,240835),(26,240836),(26,240837),(26,240838),(26,240839),(26,240840),(26,240841),(26,240842),(26,240843),(26,240844),(26,240845),(26,240846),(26,240847),(26,240848),(26,240849),(26,240850),(26,240851),(26,240852),(26,240853),(26,240854),(26,240855),(26,240856),(26,240857),(26,240858),(26,240859),(26,240860),(26,240861),(26,240862),(26,240863),(26,240864),(26,240865),(26,240866),(26,240867),(26,240868),(26,240869),(26,240870),(26,240871),(26,240872),(26,240873),(26,240874),(26,240875),(26,240876),(26,240877),(26,240878),(26,240879),(26,240880),(26,240881),(26,240882),(26,240883),(26,240884),(26,240885),(26,240886),(26,240887),(26,240888),(26,240889),(26,240890),(26,240891),(26,240892),(26,240893),(26,240894),(26,240895),(26,240896),(26,240897),(26,240898),(26,240899),(26,240900),(26,240901),(26,240902),(26,240903),(26,240904),(26,240905),(26,240906),(26,240907),(26,240908),(26,240909),(26,240910),(26,240911),(26,240912),(26,240913),(26,240914),(26,240915),(26,240916),(26,240917),(26,240918),(26,240919),(26,240920),(26,240921),(26,240922),(26,240923),(26,240924),(26,240925),(26,240926),(26,240927),(26,240928),(26,240929),(26,240930),(26,240931),(26,240932),(26,240933),(26,240934),(26,240935),(26,240936),(26,240937),(26,240938),(26,240939),(26,240940),(26,240941),(26,240942),(26,240943),(26,240944),(26,240945),(26,240946),(26,240947),(26,240948),(26,240949),(26,240950),(26,240951),(26,240952),(26,240953),(26,240954),(26,240955),(26,240956),(26,240957),(26,240958),(26,240959),(26,240960),(26,240961),(26,240962),(26,240963),(26,240964),(26,240965),(26,240966),(26,240967),(26,240968),(26,240969),(26,240970),(26,240971),(26,240972),(26,240973),(26,240974),(26,240975),(26,240976),(26,240977),(26,240978),(26,240979),(26,240980),(26,240981),(26,240982),(26,240983),(26,240984),(26,240985),(26,240986),(26,240987),(26,240988),(26,240989),(26,240990),(26,240991),(26,240992),(26,240993),(26,240994),(26,240995),(26,240996),(26,240997),(26,240998),(26,240999),(26,241000),(26,241001),(26,241002),(26,241003),(26,241004),(26,241005),(26,241006),(26,241007),(26,241008),(26,241009),(26,241010),(26,241011),(26,241012),(26,241013),(26,241014),(26,241015),(26,241016),(26,241017),(26,241018),(26,241019),(26,241020),(26,241021),(26,241022),(26,241023),(26,241024),(26,241025),(26,241026),(26,241027),(26,241028),(26,241029),(26,241030),(26,241031),(26,241032),(26,241033),(26,241034),(26,241035),(26,241036),(26,241037),(26,241038),(26,241039),(26,241040),(26,241041),(26,241042),(26,241043),(26,241044),(26,241045),(26,241046),(26,241047),(26,241048),(26,241049),(26,241050),(26,241051),(26,241052),(26,241053),(26,241054),(26,241055),(26,241056),(26,241057),(26,241058),(26,241059),(26,241060),(26,241061),(26,241062),(26,241063),(26,241064),(26,241065),(26,241066),(26,241067),(26,241068),(26,241069),(26,241070),(26,241071),(26,241072),(26,241073),(26,241074),(26,241075),(26,241076),(26,241077),(26,241078),(26,241079),(26,241080),(26,241081),(26,241082),(26,241083),(26,241084),(26,241085),(26,241086),(26,241087),(26,241088),(26,241089),(26,241090),(26,241091),(26,241092),(26,241093),(26,241094),(26,241095),(26,241096),(26,241097),(26,241098),(26,241099),(26,241100),(26,241101),(26,241102),(26,241103),(26,241104),(26,241105),(26,241106),(26,241107),(26,241108),(26,241109),(26,241110),(26,241111),(26,241112),(26,241113),(26,241114),(26,241115),(26,241116),(26,241117),(26,241118),(26,241119),(26,241120),(26,241121),(26,241122),(26,241123),(26,241124),(26,241125),(26,241126),(26,241127),(26,241128),(26,241129),(26,241130),(26,241131),(26,241132),(26,241133),(26,241134),(26,241135),(26,241136),(26,241137),(26,241138),(26,241139),(26,241140),(26,241141),(26,241142),(26,241143),(26,241144),(26,241145),(26,241146),(26,241147),(26,241148),(26,241149),(26,241150),(26,241151),(26,241152),(26,241153),(26,241154),(26,241155),(26,241156),(26,241157),(26,241158),(26,241159),(26,241160),(26,241161),(26,241162),(26,241163),(26,241164),(26,241165),(26,241166),(26,241167),(26,241168),(26,241169),(26,241170),(26,241171),(26,241172),(26,241173),(26,241174),(26,241175),(26,241176),(26,241177),(26,241178),(26,241179),(26,241180),(26,241181),(26,241182),(26,241183),(26,241184),(26,241185),(26,241186),(26,241187),(26,241188),(26,241189),(26,241190),(26,241191),(26,241192),(26,241193),(26,241194),(26,241195),(26,241196),(26,241197),(26,241198),(26,241199),(26,241200),(26,241201),(26,241202),(26,241203),(26,241204),(26,241205),(26,241206),(26,241207),(26,241208),(26,241209),(26,241210),(26,241211),(26,241212),(26,241213),(26,241214),(26,241215),(26,241216),(26,241217),(26,241218),(26,241219),(26,241220),(26,241221),(26,241222),(26,241223),(26,241224),(26,241225),(26,241226),(26,241227),(26,241228),(26,241229),(26,241230),(26,241231),(26,241232),(26,241233),(26,241234),(26,241235),(26,241236),(26,241237),(26,241238),(26,241239),(26,241240),(26,241241),(26,241242),(26,241243),(26,241244),(26,241245),(26,241246),(26,241247),(26,241248),(26,241249),(26,241250),(26,241251),(26,241252),(26,241253),(26,241254),(26,241255),(26,241256),(26,241257),(26,241258),(26,241259),(26,241260),(26,241261),(26,241262),(26,241263),(26,241264),(26,241265),(26,241266),(26,241267),(26,241268),(26,241269),(26,241270),(26,241271),(26,241272),(26,241273),(26,241274),(26,241275),(26,241276),(26,241277),(26,241278),(26,241279),(26,241280),(26,241281),(26,241282),(26,241283),(26,241284),(26,241285),(26,241286),(26,241287),(26,241288),(26,241289),(26,241290),(26,241291),(26,241292),(26,241293),(26,241294),(26,241295),(26,241296),(26,241297),(26,241298),(26,241299),(26,241300),(26,241301),(26,241302),(26,241303),(26,241304),(26,241305),(26,241306),(26,241307),(26,241308),(26,241309),(26,241310),(26,241311),(26,241312),(26,241313),(26,241314),(26,241315),(26,241316),(26,241317),(26,241318),(26,241319),(26,241320),(26,241321),(26,241322),(26,241323),(26,241324),(26,241325),(26,241326),(26,241327),(26,241328),(26,241329),(26,241330),(26,241331),(26,241332),(26,241333),(26,241334),(26,241335),(26,241336),(26,241337),(26,241338),(26,241339),(26,241340),(26,241341),(26,241342),(26,241343),(26,241344),(26,241345),(26,241346),(26,241347),(26,241348),(26,241349),(26,241350),(26,241351),(26,241352),(26,241353),(26,241354),(26,241355),(26,241356),(26,241357),(26,241358),(26,241359),(26,241360),(26,241361),(26,241362),(26,241363),(26,241364),(26,241365),(26,241366),(26,241367),(26,241368),(26,241369),(26,241370),(26,241371),(26,241372),(26,241373),(26,241374),(26,241375),(26,241376),(26,241377),(26,241378),(26,241379),(26,241380),(26,241381),(26,241382),(26,241383),(26,241384),(26,241385),(26,241386),(26,241387),(26,241388),(26,241389),(26,241390),(26,241391),(26,241392),(26,241393),(26,241394),(26,241395),(26,241396),(26,241397),(26,241398),(26,241399),(26,241400),(26,241401),(26,241402),(26,241403),(26,241404),(26,241405),(26,241406),(26,241407),(26,241408),(26,241409),(26,241410),(26,241411),(26,241412),(26,241413),(26,241414),(26,241415),(26,241416),(26,241417),(26,241418),(26,241419),(26,241420),(26,241421),(26,241422),(26,241423),(26,241424),(26,241425),(26,241426),(26,241427),(26,241428),(26,241429),(26,241430),(26,241431),(26,241432),(26,241433),(26,241434),(26,241435),(26,241436),(26,241437),(26,241438),(26,241439),(26,241440),(26,241441),(26,241442),(26,241443),(26,241444),(26,241445),(26,241446),(26,241447),(26,241448),(26,241449),(26,241450),(26,241451),(26,241452),(26,241453),(26,241454),(26,241455),(26,241456),(26,241457),(26,241458),(26,241459),(26,241460),(26,241461),(26,241462),(26,241463),(26,241464),(26,241465),(26,241466),(26,241467),(26,241468),(26,241469),(26,241470),(26,241471),(26,241472),(26,241473),(26,241474),(26,241475),(26,241476),(26,241477),(26,241478),(26,241479),(26,241480),(26,241481),(26,241482),(26,241483),(26,241484),(26,241485),(26,241486),(26,241487),(26,241488),(26,241489),(26,241490),(26,241491),(26,241492),(26,241493),(26,241494),(26,241495),(26,241496),(26,241497),(26,241498),(26,241499),(26,241500),(26,241501),(26,241502),(26,241503),(26,241504),(26,241505),(26,241506),(26,241507),(26,241508),(26,241509),(26,241510),(26,241511),(26,241512),(26,241513),(26,241514),(26,241515),(26,241516),(26,241517),(26,241518),(26,241519),(26,241520),(26,241521),(26,241522),(26,241523),(26,241524),(26,241525),(26,241526),(26,241527),(26,241528),(26,241529),(26,241530),(26,241531),(26,241532),(26,241533),(26,241534),(26,241535),(26,241536),(26,241537),(26,241538),(26,241539),(26,241540),(26,241541),(26,241542),(26,241543),(26,241544),(26,241545),(26,241546),(26,241547),(26,241548),(26,241549),(26,241550),(26,241551),(26,241552),(26,241553),(26,241554),(26,241555),(26,241556),(26,241557),(26,241558),(26,241559),(26,241560),(26,241561),(26,241562),(26,241563),(26,241564),(26,241565),(26,241566),(26,241567),(26,241568),(26,241569),(26,241570),(26,241571),(26,241572),(26,241573),(26,241574),(26,241575),(26,241576),(26,241577),(26,241578),(26,241579),(26,241580),(26,241581),(26,241582),(26,241583),(26,241584),(26,241585),(26,241586),(26,241587),(26,241588),(26,241589),(26,241590),(26,241591),(26,241592),(26,241593),(26,241594),(26,241595),(26,241596),(26,241597),(26,241598),(26,241599),(26,241600),(26,241601),(26,241602),(26,241603),(26,241604),(26,241605),(26,241606),(26,241607),(26,241608),(26,241609),(26,241610),(26,241611),(26,241612),(26,241613),(26,241614),(26,241615),(26,241616),(26,241617),(26,241618),(26,241619),(26,241620),(26,241621),(26,241622),(26,241623),(26,241624),(26,241625),(26,241626),(26,241627),(26,241628),(26,241629),(26,241630),(26,241631),(26,241632),(26,241633),(26,241634),(26,241635),(26,241636),(26,241637),(26,241638),(26,241639),(26,241640),(26,241641),(26,241642),(26,241643),(26,241644),(26,241645),(26,241646),(26,241647),(26,241648),(26,241649),(26,241650),(26,241651),(26,241652),(26,241653),(26,241654),(26,241655),(26,241656),(26,241657),(26,241658),(26,241659),(26,241660),(26,241661),(26,241662),(26,241663),(26,241664),(26,241665),(26,241666),(26,241667),(26,241668),(26,241669),(26,241670),(26,241671),(26,241672),(26,241673),(26,241674),(26,241675),(26,241676),(26,241677),(26,241678),(26,241679),(26,241680),(26,241681),(26,241682),(26,241683),(26,241684),(26,241685),(26,241686),(26,241687),(26,241688),(26,241689),(26,241690),(26,241691),(26,241692),(26,241693),(26,241694),(26,241695),(26,241696),(26,241697),(26,241698),(26,241699),(26,241700),(26,241701),(26,241702),(26,241703),(26,241704),(26,241705),(26,241706),(26,241707),(26,241708),(26,241709),(26,241710),(26,241711),(26,241712),(26,241713),(26,241714),(26,241715),(26,241716),(26,241717),(26,241718),(26,241719),(26,241720),(26,241721),(26,241722),(26,241723),(26,241724),(26,241725),(26,241726),(26,241727),(26,241728),(26,241729),(26,241730),(26,241731),(26,241732),(26,241733),(26,241734),(26,241735),(26,241736),(26,241737),(26,241738),(26,241739),(26,241740),(26,241741),(26,241742),(26,241743),(26,241744),(26,241745),(26,241746),(26,241747),(26,241748),(26,241749),(26,241750),(26,241751),(26,241752),(26,241753),(26,241754),(26,241755),(26,241756),(26,241757),(26,241758),(26,241759),(26,241760),(26,241761),(26,241762),(26,241763),(26,241764),(26,241765),(26,241766),(26,241767),(26,241768),(26,241769),(26,241770),(26,241771),(26,241772),(26,241773),(26,241774),(26,241775),(26,241776),(26,241777),(26,241778),(26,241779),(26,241780),(26,241781),(26,241782),(26,241783),(26,241784),(26,241785),(26,241786),(26,241787),(26,241788),(26,241789),(26,241790),(26,241791),(26,241792),(26,241793),(26,241794),(26,241795),(26,241796),(26,241797),(26,241798),(26,241799),(26,241800),(26,241801),(26,241802),(26,241803),(26,241804),(26,241805),(26,241806),(26,241807),(26,241808),(26,241809),(26,241810),(26,241811),(26,241812),(26,241813),(26,241814),(26,241815),(26,241816),(26,241817),(26,241818),(26,241819),(26,241820),(26,241821),(26,241822),(26,241823),(26,241824),(26,241825),(26,241826),(26,241827),(26,241828),(26,241829),(26,241830),(26,241831),(26,241832),(26,241833),(26,241834),(26,241835),(26,241836),(26,241837),(26,241838),(26,241839),(26,241840),(26,241841),(26,241842),(26,241843),(26,241844),(26,241845),(26,241846),(26,241847),(26,241848),(26,241849),(26,241850),(26,241851),(26,241852),(26,241853),(26,241854),(26,241855),(26,241856),(26,241857),(26,241858),(26,241859),(26,241860),(26,241861),(26,241862),(26,241863),(26,241864),(26,241865),(26,241866),(26,241867),(26,241868),(26,241869),(26,241870),(26,241871),(26,241872),(26,241873),(26,241874),(26,241875),(26,241876),(26,241877),(26,241878),(26,241879),(26,241880),(26,241881),(26,241882),(26,241883),(26,241884),(26,241885),(26,241886),(26,241887),(26,241888),(26,241889),(26,241890),(26,241891),(26,241892),(26,241893),(26,241894),(26,241895),(26,241896),(26,241897),(26,241898),(26,241899),(26,241900),(26,241901),(26,241902),(26,241903),(26,241904),(26,241905),(26,241906),(26,241907),(26,241908),(26,241909),(26,241910),(26,241911),(26,241912),(26,241913),(26,241914),(26,241915),(26,241916),(26,241917),(26,241918),(26,241919),(26,241920),(26,241921),(26,241922),(26,241923),(26,241924),(26,241925),(26,241926),(26,241927),(26,241928),(26,241929),(26,241930),(26,241931),(26,241932),(26,241933),(26,241934),(26,241935),(26,241936),(26,241937),(26,241938),(26,241939),(26,241940),(26,241941),(26,241942),(26,241943),(26,241944),(26,241945),(26,241946),(26,241947),(26,241948),(26,241949),(26,241950),(26,241951),(26,241952),(26,241953),(26,241954),(26,241955),(26,241956),(26,241957),(26,241958),(26,241959),(26,241960),(26,241961),(26,241962),(26,241963),(26,241964),(26,241965),(26,241966),(26,241967),(26,241968),(26,241969),(26,241970),(26,241971),(26,241972),(26,241973),(26,241974),(26,241975),(26,241976),(26,241977),(26,241978),(26,241979),(26,241980),(26,241981),(26,241982),(26,241983),(26,241984),(26,241985),(26,241986),(26,241987),(26,241988),(26,241989),(26,241990),(26,241991),(26,241992),(26,241993),(26,241994),(26,241995),(26,241996),(26,241997),(26,241998),(26,241999),(26,242000),(26,242001),(26,242002),(26,242003),(26,242004),(26,242005),(26,242006),(26,242007),(26,242008),(26,242009),(26,242010),(26,242011),(26,242012),(26,242013),(26,242014),(26,242015),(26,242016),(26,242017),(26,242018),(26,242019),(26,242020),(26,242021),(26,242022),(26,242023),(26,242024),(26,242025),(26,242026),(26,242027),(26,242028),(26,242029),(26,242030),(26,242031),(26,242032),(26,242033),(26,242034),(26,242035),(26,242036),(26,242037),(26,242038),(26,242039),(26,242040),(26,242041),(26,242042),(26,242043),(26,242044),(26,242045),(26,242046),(26,242047),(26,242048),(26,242049),(26,242050),(26,242051),(26,242052),(26,242053),(26,242054),(26,242055),(26,242056),(26,242057),(26,242058),(26,242059),(26,242060),(26,242061),(26,242062),(26,242063),(26,242064),(26,242065),(26,242066),(26,242067),(26,242068),(26,242069),(26,242070),(26,242071),(26,242072),(26,242073),(26,242074),(26,242075),(26,242076),(26,242077),(26,242078),(26,242079),(26,242080),(26,242081),(26,242082),(26,242083),(26,242084),(26,242085),(26,242086),(26,242087),(26,242088),(26,242089),(26,242090),(26,242091),(26,242092),(26,242093),(26,242094),(26,242095),(26,242096),(26,242097),(26,242098),(26,242099),(26,242100),(26,242101),(26,242102),(26,242103),(26,242104),(26,242105),(26,242106),(26,242107),(26,242108),(26,242109),(26,242110),(26,242111),(26,242112),(26,242113),(26,242114),(26,242115),(26,242116),(26,242117),(26,242118),(26,242119),(26,242120),(26,242121),(26,242122),(26,242123),(26,242124),(26,242125),(26,242126),(26,242127),(26,242128),(26,242129),(26,242130),(26,242131),(26,242132),(26,242133),(26,242134),(26,242135),(26,242136),(26,242137),(26,242138),(26,242139),(26,242140),(26,242141),(26,242142),(26,242143),(26,242144),(26,242145),(26,242146),(26,242147),(26,242148),(26,242149),(26,242150),(26,242151),(26,242152),(26,242153),(26,242154),(26,242155),(26,242156),(26,242157),(26,242158),(26,242159),(26,242160),(26,242161),(26,242162),(26,242163),(26,242164),(26,242165),(26,242166),(26,242167),(26,242168),(26,242169),(26,242170),(26,242171),(26,242172),(26,242173),(26,242174),(26,242175),(26,242176),(26,242177),(26,242178),(26,242179),(26,242180),(26,242181),(26,242182),(26,242183),(26,242184),(26,242185),(26,242186),(26,242187),(26,242188),(26,242189),(26,242190),(26,242191),(26,242192),(26,242193),(26,242194),(26,242195),(26,242196),(26,242197),(26,242198),(26,242199),(26,242200),(26,242201),(26,242202),(26,242203),(26,242204),(26,242205),(26,242206),(26,242207),(26,242208),(26,242209),(26,242210),(26,242211),(26,242212),(26,242213),(26,242214),(26,242215),(26,242216),(26,242217),(26,242218),(26,242219),(26,242220),(26,242221),(26,242222),(26,242223),(26,242224),(26,242225),(26,242226),(26,242227),(26,242228),(26,242229),(26,242230),(26,242231),(26,242232),(26,242233),(26,242234),(26,242235),(26,242236),(26,242237),(26,242238),(26,242239),(26,242240),(26,242241),(26,242242),(26,242243),(26,242244),(26,242245),(26,242246),(26,242247),(26,242248),(26,242249),(26,242250),(26,242251),(26,242252),(26,242253),(26,242254),(26,242255),(26,242256),(26,242257),(26,242258),(26,242259),(26,242260),(26,242261),(26,242262),(26,242263),(26,242264),(26,242265),(26,242266),(26,242267),(26,242268),(26,242269),(26,242270),(26,242271),(26,242272),(26,242273),(26,242274),(26,242275),(26,242276),(26,242277),(26,242278),(26,242279),(26,242280),(26,242281),(26,242282),(26,242283),(26,242284),(26,242285),(26,242286),(26,242287),(26,242288),(26,242289),(26,242290),(26,242291),(26,242292),(26,242293),(26,242294),(26,242295),(26,242296),(26,242297),(26,242298),(26,242299),(26,242300),(26,242301),(26,242302),(26,242303),(26,242304),(26,242305),(26,242306),(26,242307),(26,242308),(26,242309),(26,242310),(26,242311),(26,242312),(26,242313),(26,242314),(26,242315),(26,242316),(26,242317),(26,242318),(26,242319),(26,242320),(26,242321),(26,242322),(26,242323),(26,242324),(26,242325),(26,242326),(26,242327),(26,242328),(26,242329),(26,242330),(26,242331),(26,242332),(26,242333),(26,242334),(26,242335),(26,242336),(26,242337),(26,242338),(26,242339),(26,242340),(26,242341),(26,242342),(26,242343),(26,242344),(26,242345),(26,242346),(26,242347),(26,242348),(26,242349),(26,242350),(26,242351),(26,242352),(26,242353),(26,242354),(26,242355),(26,242356),(26,242357),(26,242358),(26,242359),(26,242360),(26,242361),(26,242362),(26,242363),(26,242364),(26,242365),(26,242366),(26,242367),(26,242368),(26,242369),(26,242370),(26,242371),(26,242372),(26,242373),(26,242374),(26,242375),(26,242376),(26,242377),(26,242378),(26,242379),(26,242380),(26,242381),(26,242382),(26,242383),(26,242384),(26,242385),(26,242386),(26,242387),(26,242388),(26,242389),(26,242390),(26,242391),(26,242392),(26,242393),(26,242394),(26,242395),(26,242396),(26,242397),(26,242398),(26,242399),(26,242400),(26,242401),(26,242402),(26,242403),(26,242404),(26,242405),(26,242406),(26,242407),(26,242408),(26,242409),(26,242410),(26,242411),(26,242412),(26,242413),(26,242414),(26,242415),(26,242416),(26,242417),(26,242418),(26,242419),(26,242420),(26,242421),(26,242422),(26,242423),(26,242424),(26,242425),(26,242426),(26,242427),(26,242428),(26,242429),(26,242430),(26,242431),(26,242432),(26,242433),(26,242434),(26,242435),(26,242436),(26,242437),(26,242438),(26,242439),(26,242440),(26,242441),(26,242442),(26,242443),(26,242444),(26,242445),(26,242446),(26,242447),(26,242448),(26,242449),(26,242450),(26,242451),(26,242452),(26,242453),(26,242454),(26,242455),(26,242456),(26,242457),(26,242458),(26,242459),(26,242460),(26,242461),(26,242462),(26,242463),(26,242464),(26,242465),(26,242466),(26,242467),(26,242468),(26,242469),(26,242470),(26,242471),(26,242472),(26,242473),(26,242474),(26,242475),(26,242476),(26,242477),(26,242478),(26,242479),(26,242480),(26,242481),(26,242482),(26,242483),(26,242484),(26,242485),(26,242486),(26,242487),(26,242488),(26,242489),(26,242490),(26,242491),(26,242492),(26,242493),(26,242494),(26,242495),(26,242496),(26,242497),(26,242498),(26,242499),(26,242500),(26,242501),(26,242502),(26,242503),(26,242504),(26,242505),(26,242506),(26,242507),(26,242508),(26,242509),(26,242510),(26,242511),(26,242512),(26,242513),(26,242514),(26,242515),(26,242516),(26,242517),(26,242518),(26,242519),(26,242520),(26,242521),(26,242522),(26,242523),(26,242524),(26,242525),(26,242526),(26,242527),(26,242528),(26,242529),(26,242530),(26,242531),(26,242532),(26,242533),(26,242534),(26,242535),(26,242536),(26,242537),(26,242538),(26,242539),(26,242540),(26,242541),(26,242542),(26,242543),(26,242544),(26,242545),(26,242546),(26,242547),(26,242548),(26,242549),(26,242550),(26,242551),(26,242552),(26,242553),(26,242554),(26,242555),(26,242556),(26,242557),(26,242558),(26,242559),(26,242560),(26,242561),(26,242562),(26,242563),(26,242564),(26,242565),(26,242566),(26,242567),(26,242568),(26,242569),(26,242570),(26,242571),(26,242572),(26,242573),(26,242574),(26,242575),(26,242576),(26,242577),(26,242578),(26,242579),(26,242580),(26,242581),(26,242582),(26,242583),(26,242584),(26,242585),(26,242586),(26,242587),(26,242588),(26,242589),(26,242590),(26,242591),(26,242592),(26,242593),(26,242594),(26,242595),(26,242596),(26,242597),(26,242598),(26,242599),(26,242600),(26,242601),(26,242602),(26,242603),(26,242604),(26,242605),(26,242606),(26,242607),(26,242608),(26,242609),(26,242610),(26,242611),(26,242612),(26,242613),(26,242614),(26,242615),(26,242616),(26,242617),(26,242618),(26,242619),(26,242620),(26,242621),(26,242622),(26,242623),(26,242624),(26,242625),(26,242626),(26,242627),(26,242628),(26,242629),(26,242630),(26,242631),(26,242632),(26,242633),(26,242634),(26,242635),(26,242636),(26,242637),(26,242638),(26,242639),(26,242640),(26,242641),(26,242642),(26,242643),(26,242644),(26,242645),(26,242646),(26,242647),(26,242648),(26,242649),(26,242650),(26,242651),(26,242652),(26,242653),(26,242654),(26,242655),(26,242656),(26,242657),(26,242658),(26,242659),(26,242660),(26,242661),(26,242662),(26,242663),(26,242664),(26,242665),(26,242666),(26,242667),(26,242668),(26,242669),(26,242670),(26,242671),(26,242672),(26,242673),(26,242674),(26,242675),(26,242676),(26,242677),(26,242678),(26,242679),(26,242680),(26,242681),(26,242682),(26,242683),(26,242684),(26,242685),(26,242686),(26,242687),(26,242688),(26,242689),(26,242690),(26,242691),(26,242692),(26,242693),(26,242694),(26,242695),(26,242696),(26,242697),(26,242698),(26,242699),(26,242700),(26,242701),(26,242702),(26,242703),(26,242704),(26,242705),(26,242706),(26,242707),(26,242708),(26,242709),(26,242710),(26,242711),(26,242712),(26,242713),(26,242714),(26,242715),(26,242716),(26,242717),(26,242718),(26,242719),(26,242720),(26,242721),(26,242722),(26,242723),(26,242724),(26,242725),(26,242726),(26,242727),(26,242728),(26,242729),(26,242730),(26,242731),(26,242732),(26,242733),(26,242734),(26,242735),(26,242736),(26,242737),(26,242738),(26,242739),(26,242740),(26,242741),(26,242742),(26,242743),(26,242744),(26,242745),(26,242746),(26,242747),(26,242748),(26,242749),(26,242750),(26,242751),(26,242752),(26,242753),(26,242754),(26,242755),(26,242756),(26,242757),(26,242758),(26,242759),(26,242760),(26,242761),(26,242762),(26,242763),(26,242764),(26,242765),(26,242766),(26,242767),(26,242768),(26,242769),(26,242770),(26,242771),(26,242772),(26,242773),(26,242774),(26,242775),(26,242776),(26,242777),(26,242778),(26,242779),(26,242780),(26,242781),(26,242782),(26,242783),(26,242784),(26,242785),(26,242786),(26,242787),(26,242788),(26,242789),(26,242790),(26,242791),(26,242792),(26,242793),(26,242794),(26,242795),(26,242796),(26,242797),(26,242798),(26,242799),(26,242800),(26,242801),(26,242802),(26,242803),(26,242804),(26,242805),(26,242806),(26,242807),(26,242808),(26,242809),(26,242810),(26,242811),(26,242812),(26,242813),(26,242814),(26,242815),(26,242816),(26,242817),(26,242818),(26,242819),(26,242820),(26,242821),(26,242822),(26,242823),(26,242824),(26,242825),(26,242826),(26,242827),(26,242828),(26,242829),(26,242830),(26,242831),(26,242832),(26,242833),(26,242834),(26,242835),(26,242836),(26,242837),(26,242838),(26,242839),(26,242840),(26,242841),(26,242842),(26,242843),(26,242844),(26,242845),(26,242846),(26,242847),(26,242848),(26,242849),(26,242850),(26,242851),(26,242852),(26,242853),(26,242854),(26,242855),(26,242856),(26,242857),(26,242858),(26,242859),(26,242860),(26,242861),(26,242862),(26,242863),(26,242864),(26,242865),(26,242866),(26,242867),(26,242868),(26,242869),(26,242870),(26,242871),(26,242872),(26,242873),(26,242874),(26,242875),(26,242876),(26,242877),(26,242878),(26,242879),(26,242880),(26,242881),(26,242882),(26,242883),(26,242884),(26,242885),(26,242886),(26,242887),(26,242888),(26,242889),(26,242890),(26,242891),(26,242892),(26,242893),(26,242894),(26,242895),(26,242896),(26,242897),(26,242898),(26,242899),(26,242900),(26,242901),(26,242902),(26,242903),(26,242904),(26,242905),(26,242906),(26,242907),(26,242908),(26,242909),(26,242910),(26,242911),(26,242912),(26,242913),(26,242914),(26,242915),(26,242916),(26,242917),(26,242918),(26,242919),(26,242920),(26,242921),(26,242922),(26,242923),(26,242924),(26,242925),(26,242926),(26,242927),(26,242928),(26,242929),(26,242930),(26,242931),(26,242932),(26,242933),(26,242934),(26,242935),(26,242936),(26,242937),(26,242938),(26,242939),(26,242940),(26,242941),(26,242942),(26,242943),(26,242944),(26,242945),(26,242946),(26,242947),(26,242948),(26,242949),(26,242950),(26,242951),(26,242952),(26,242953),(26,242954),(26,242955),(26,242956),(26,242957),(26,242958),(26,242959),(26,242960),(26,242961),(26,242962),(26,242963),(26,242964),(26,242965),(26,242966),(26,242967),(26,242968),(26,242969),(26,242970),(26,242971),(26,242972),(26,242973),(26,242974),(26,242975),(26,242976),(26,242977),(26,242978),(26,242979),(26,242980),(26,242981),(26,242982),(26,242983),(26,242984),(26,242985),(26,242986),(26,242987),(26,242988),(26,242989),(26,242990),(26,242991),(26,242992),(26,242993),(26,242994),(26,242995),(26,242996),(26,242997),(26,242998),(26,242999),(26,243000),(26,243001),(26,243002),(26,243003),(26,243004),(26,243005),(26,243006),(26,243007),(26,243008),(26,243009),(26,243010),(26,243011),(26,243012),(26,243013),(26,243014),(26,243015),(26,243016),(26,243017),(26,243018),(26,243019),(26,243020),(26,243021),(26,243022),(26,243023),(26,243024),(26,243025),(26,243026),(26,243027),(26,243028),(26,243029),(26,243030),(26,243031),(26,243032),(26,243033),(26,243034),(26,243035),(26,243036),(26,243037),(26,243038),(26,243039),(26,243040),(26,243041),(26,243042),(26,243043),(26,243044),(26,243045),(26,243046),(26,243047),(26,243048),(26,243049),(26,243050),(26,243051),(26,243052),(26,243053),(26,243054),(26,243055),(26,243056),(26,243057),(26,243058),(26,243059),(26,243060),(26,243061),(26,243062),(26,243063),(26,243064),(26,243065),(26,243066),(26,243067),(26,243068),(26,243069),(26,243070),(26,243071),(26,243072),(26,243073),(26,243074),(26,243075),(26,243076),(26,243077),(26,243078),(26,243079),(26,243080),(26,243081),(26,243082),(26,243083),(26,243084),(26,243085),(26,243086),(26,243087),(26,243088),(26,243089),(26,243090),(26,243091),(26,243092),(26,243093),(26,243094),(26,243095),(26,243096),(26,243097),(26,243098),(26,243099),(26,243100),(26,243101),(26,243102),(26,243103),(26,243104),(26,243105),(26,243106),(26,243107),(26,243108),(26,243109),(26,243110),(26,243111),(26,243112),(26,243113),(26,243114),(26,243115),(26,243116),(26,243117),(26,243118),(26,243119),(26,243120),(26,243121),(26,243122),(26,243123),(26,243124),(26,243125),(26,243126),(26,243127),(26,243128),(26,243129),(26,243130),(26,243131),(26,243132),(26,243133),(26,243134),(26,243135),(26,243136),(26,243137),(26,243138),(26,243139),(26,243140),(26,243141),(26,243142),(26,243143),(26,243144),(26,243145),(26,243146),(26,243147),(26,243148),(26,243149),(26,243150),(26,243151),(26,243152),(26,243153),(26,243154),(26,243155),(26,243156),(26,243157),(26,243158),(26,243159),(26,243160),(26,243161),(26,243162),(26,243163),(26,243164),(26,243165),(26,243166),(26,243167),(26,243168),(26,243169),(26,243170),(26,243171),(26,243172),(26,243173),(26,243174),(26,243175),(26,243176),(26,243177),(26,243178),(26,243179),(26,243180),(26,243181),(26,243182),(26,243183),(26,243184),(26,243185),(26,243186),(26,243187),(26,243188),(26,243189),(26,243190),(26,243191),(26,243192),(26,243193),(26,243194),(26,243195),(26,243196),(26,243197),(26,243198),(26,243199),(26,243200),(26,243201),(26,243202),(26,243203),(26,243204),(26,243205),(26,243206),(26,243207),(26,243208),(26,243209),(26,243210),(26,243211),(26,243212),(26,243213),(26,243214),(26,243215),(26,243216),(26,243217),(26,243218),(26,243219),(26,243220),(26,243221),(26,243222),(26,243223),(26,243224),(26,243225),(26,243226),(26,243227),(26,243228),(26,243229),(26,243230),(26,243231),(26,243232),(26,243233),(26,243234),(26,243235),(26,243236),(26,243237),(26,243238),(26,243239),(26,243240),(26,243241),(26,243242),(26,243243),(26,243244),(26,243245),(26,243246),(26,243247),(26,243248),(26,243249),(26,243250),(26,243251),(26,243252),(26,243253),(26,243254),(26,243255),(26,243256),(26,243257),(26,243258),(26,243259),(26,243260),(26,243261),(26,243262),(26,243263),(26,243264),(26,243265),(26,243266),(26,243267),(26,243268),(26,243269),(26,243270),(26,243271),(26,243272),(26,243273),(26,243274),(26,243275),(26,243276),(26,243277),(26,243278),(26,243279),(26,243280),(26,243281),(26,243282),(26,243283),(26,243284),(26,243285),(26,243286),(26,243287),(26,243288),(26,243289),(26,243290),(26,243291),(26,243292),(26,243293),(26,243294),(26,243295),(26,243296),(26,243297),(26,243298),(26,243299),(26,243300),(26,243301),(26,243302),(26,243303),(26,243304),(26,243305),(26,243306),(26,243307),(26,243308),(26,243309),(26,243310),(26,243311),(26,243312),(26,243313),(26,243314),(26,243315),(26,243316),(26,243317),(26,243318),(26,243319),(26,243320),(26,243321),(26,243322),(26,243323),(26,243324),(26,243325),(26,243326),(26,243327),(26,243328),(26,243329),(26,243330),(26,243331),(26,243332),(26,243333),(26,243334),(26,243335),(26,243336),(26,243337),(26,243338),(26,243339),(26,243340),(26,243341),(26,243342),(26,243343),(26,243344),(26,243345),(26,243346),(26,243347),(26,243348),(26,243349),(26,243350),(26,243351),(26,243352),(26,243353),(26,243354),(26,243355),(26,243356),(26,243357),(26,243358),(26,243359),(26,243360),(26,243361),(26,243362),(26,243363),(26,243364),(26,243365),(26,243366),(26,243367),(26,243368),(26,243369),(26,243370),(26,243371),(26,243372),(26,243373),(26,243374),(26,243375),(26,243376),(26,243377),(26,243378),(26,243379),(26,243380),(26,243381),(26,243382),(26,243383),(26,243384),(26,243385),(26,243386),(26,243387),(26,243388),(26,243389),(26,243390),(26,243391),(26,243392),(26,243393),(26,243394),(26,243395),(26,243396),(26,243397),(26,243398),(26,243399),(26,243400),(26,243401),(26,243402),(26,243403),(26,243404),(26,243405),(26,243406),(26,243407),(26,243408),(26,243409),(26,243410),(26,243411),(26,243412),(26,243413),(26,243414),(26,243415),(26,243416),(26,243417),(26,243418),(26,243419),(26,243420),(26,243421),(26,243422),(26,243423),(26,243424),(26,243425),(26,243426),(26,243427),(26,243428),(26,243429),(26,243430),(26,243431),(26,243432),(26,243433),(26,243434),(26,243435),(26,243436),(26,243437),(26,243438),(26,243439),(26,243440),(26,243441),(26,243442),(26,243443),(26,243444),(26,243445),(26,243446),(26,243447),(26,243448),(26,243449),(26,243450),(26,243451),(26,243452),(26,243453),(26,243454),(26,243455),(26,243456),(26,243457),(26,243458),(26,243459),(26,243460),(26,243461),(26,243462),(26,243463),(26,243464),(26,243465),(26,243466),(26,243467),(26,243468),(26,243469),(26,243470),(26,243471),(26,243472),(26,243473),(26,243474),(26,243475),(26,243476),(26,243477),(26,243478),(26,243479),(26,243480),(26,243481),(26,243482),(26,243483),(26,243484),(26,243485),(26,243486),(26,243487),(26,243488),(26,243489),(26,243490),(26,243491),(26,243492),(26,243493),(26,243494),(26,243495),(26,243496),(26,243497),(26,243498),(26,243499),(26,243500),(26,243501),(26,243502),(26,243503),(26,243504),(26,243505),(26,243506),(26,243507),(26,243508),(26,243509),(26,243510),(26,243511),(26,243512),(26,243513),(26,243514),(26,243515),(26,243516),(26,243517),(26,243518),(26,243519),(26,243520),(26,243521),(26,243522),(26,243523),(26,243524),(26,243525),(26,243526),(26,243527),(26,243528),(26,243529),(26,243530),(26,243531),(26,243532),(26,243533),(26,243534),(26,243535),(26,243536),(26,243537),(26,243538),(26,243539),(26,243540),(26,243541),(26,243542),(26,243543),(26,243544),(26,243545),(26,243546),(26,243547),(26,243548),(26,243549),(26,243550),(26,243551),(26,243552),(26,243553),(26,243554),(26,243555),(26,243556),(26,243557),(26,243558),(26,243559),(26,243560),(26,243561),(26,243562),(26,243563),(26,243564),(26,243565),(26,243566),(26,243567),(26,243568),(26,243569),(26,243570),(26,243571),(26,243572),(26,243573),(26,243574),(26,243575),(26,243576),(26,243577),(26,243578),(26,243579),(26,243580),(26,243581),(26,243582),(26,243583),(26,243584),(26,243585),(26,243586),(26,243587),(26,243588),(26,243589),(26,243590),(26,243591),(26,243592),(26,243593),(26,243594),(26,243595),(26,243596),(26,243597),(26,243598),(26,243599),(26,243600),(26,243601),(26,243602),(26,243603),(26,243604),(26,243605),(26,243606),(26,243607),(26,243608),(26,243609),(26,243610),(26,243611),(26,243612),(26,243613),(26,243614),(26,243615),(26,243616),(26,243617),(26,243618),(26,243619),(26,243620),(26,243621),(26,243622),(26,243623),(26,243624),(26,243625),(26,243626),(26,243627),(26,243628),(26,243629),(26,243630),(26,243631),(26,243632),(26,243633),(26,243634),(26,243635),(26,243636),(26,243637),(26,243638),(26,243639),(26,243640),(26,243641),(26,243642),(26,243643),(26,243644),(26,243645),(26,243646),(26,243647),(26,243648),(26,243649),(26,243650),(26,243651),(26,243652),(26,243653),(26,243654),(26,243655),(26,243656),(26,243657),(26,243658),(26,243659),(26,243660),(26,243661),(26,243662),(26,243663),(26,243664),(26,243665),(26,243666),(26,243667),(26,243668),(26,243669),(26,243670),(26,243671),(26,243672),(26,243673),(26,243674),(26,243675),(26,243676),(26,243677),(26,243678),(26,243679),(26,243680),(26,243681),(26,243682),(26,243683),(26,243684),(26,243685),(26,243686),(26,243687),(26,243688),(26,243689),(26,243690),(26,243691),(26,243692),(26,243693),(26,243694),(26,243695),(26,243696),(26,243697),(26,243698),(26,243699),(26,243700),(26,243701),(26,243702),(26,243703),(26,243704),(26,243705),(26,243706),(26,243707),(26,243708),(26,243709),(26,243710),(26,243711),(26,243712),(26,243713),(26,243714),(26,243715),(26,243716),(26,243717),(26,243718),(26,243719),(26,243720),(26,243721),(26,243722),(26,243723),(26,243724),(26,243725),(26,243726),(26,243727),(26,243728),(26,243729),(26,243730),(26,243731),(26,243732),(26,243733),(26,243734),(26,243735),(26,243736),(26,243737),(26,243738),(26,243739),(26,243740),(26,243741),(26,243742),(26,243743),(26,243744),(26,243745),(26,243746),(26,243747),(26,243748),(26,243749),(26,243750),(26,243751),(26,243752),(26,243753),(26,243754),(26,243755),(26,243756),(26,243757),(26,243758),(26,243759),(26,243760),(26,243761),(26,243762),(26,243763),(26,243764),(26,243765),(26,243766),(26,243767),(26,243768),(26,243769),(26,243770),(26,243771),(26,243772),(26,243773),(26,243774),(26,243775),(26,243776),(26,243777),(26,243778),(26,243779),(26,243780),(26,243781),(26,243782),(26,243783),(26,243784),(26,243785),(26,243786),(26,243787),(26,243788),(26,243789),(26,243790),(26,243791),(26,243792),(26,243793),(26,243794),(26,243795),(26,243796),(26,243797),(26,243798),(26,243799),(26,243800),(26,243801),(26,243802),(26,243803),(26,243804),(26,243805),(26,243806),(26,243807),(26,243808),(26,243809),(26,243810),(26,243811),(26,243812),(26,243813),(26,243814),(26,243815),(26,243816),(26,243817),(26,243818),(26,243819),(26,243820),(26,243821),(26,243822),(26,243823),(26,243824),(26,243825),(26,243826),(26,243827),(26,243828),(26,243829),(26,243830),(26,243831),(26,243832),(26,243833),(26,243834),(26,243835),(26,243836),(26,243837),(26,243838),(26,243839),(26,243840),(26,243841),(26,243842),(26,243843),(26,243844),(26,243845),(26,243846),(26,243847),(26,243848),(26,243849),(26,243850),(26,243851),(26,243852),(26,243853),(26,243854),(26,243855),(26,243856),(26,243857),(26,243858),(26,243859),(26,243860),(26,243861),(26,243862),(26,243863),(26,243864),(26,243865),(26,243866),(26,243867),(26,243868),(26,243869),(26,243870),(26,243871),(26,243872),(26,243873),(26,243874),(26,243875),(26,243876),(26,243877),(26,243878),(26,243879),(26,243880),(26,243881),(26,243882),(26,243883),(26,243884),(26,243885),(26,243886),(26,243887),(26,243888),(26,243889),(26,243890),(26,243891),(26,243892),(26,243893),(26,243894),(26,243895),(26,243896),(26,243897),(26,243898),(26,243899),(26,243900),(26,243901),(26,243902),(26,243903),(26,243904),(26,243905),(26,243906),(26,243907),(26,243908),(26,243909),(26,243910),(26,243911),(26,243912),(26,243913),(26,243914),(26,243915),(26,243916),(26,243917),(26,243918),(26,243919),(26,243920),(26,243921),(26,243922),(26,243923),(26,243924),(26,243925),(26,243926),(26,243927),(26,243928),(26,243929),(26,243930),(26,243931),(26,243932),(26,243933),(26,243934),(26,243935),(26,243936),(26,243937),(26,243938),(26,243939),(26,243940),(26,243941),(26,243942),(26,243943),(26,243944),(26,243945),(26,243946),(26,243947),(26,243948),(26,243949),(26,243950),(26,243951),(26,243952),(26,243953),(26,243954),(26,243955),(26,243956),(26,243957),(26,243958),(26,243959),(26,243960),(26,243961),(26,243962),(26,243963),(26,243964),(26,243965),(26,243966),(26,243967),(26,243968),(26,243969),(26,243970),(26,243971),(26,243972),(26,243973),(26,243974),(26,243975),(26,243976),(26,243977),(26,243978),(26,243979),(26,243980),(26,243981),(26,243982),(26,243983),(26,243984),(26,243985),(26,243986),(26,243987),(26,243988),(26,243989),(26,243990),(26,243991),(26,243992),(26,243993),(26,243994),(26,243995),(26,243996),(26,243997),(26,243998),(26,243999),(26,244000),(26,244001),(26,244002),(26,244003),(26,244004),(26,244005),(26,244006),(26,244007),(26,244008),(26,244009),(26,244010),(26,244011),(26,244012),(26,244013),(26,244014),(26,244015),(26,244016),(26,244017),(26,244018),(26,244019),(26,244020),(26,244021),(26,244022),(26,244023),(26,244024),(26,244025),(26,244026),(26,244027),(26,244028),(26,244029),(26,244030),(26,244031),(26,244032),(26,244033),(26,244034),(26,244035),(26,244036),(26,244037),(26,244038),(26,244039),(26,244040),(26,244041),(26,244042),(26,244043),(26,244044),(26,244045),(26,244046),(26,244047),(26,244048),(26,244049),(26,244050),(26,244051),(26,244052),(26,244053),(26,244054),(26,244055),(26,244056),(26,244057),(26,244058),(26,244059),(26,244060),(26,244061),(26,244062),(26,244063),(26,244064),(26,244065),(26,244066),(26,244067),(26,244068),(26,244069),(26,244070),(26,244071),(26,244072),(26,244073),(26,244074),(26,244075),(26,244076),(26,244077),(26,244078),(26,244079),(26,244080),(26,244081),(26,244082),(26,244083),(26,244084),(26,244085),(26,244086),(26,244087),(26,244088),(26,244089),(26,244090),(26,244091),(26,244092),(26,244093),(26,244094),(26,244095),(26,244096),(26,244097),(26,244098),(26,244099),(26,244100),(26,244101),(26,244102),(26,244103),(26,244104),(26,244105),(26,244106),(26,244107),(26,244108),(26,244109),(26,244110),(26,244111),(26,244112),(26,244113),(26,244114),(26,244115),(26,244116),(26,244117),(26,244118),(26,244119),(26,244120),(26,244121),(26,244122),(26,244123),(26,244124),(26,244125),(26,244126),(26,244127),(26,244128),(26,244129),(26,244130),(26,244131),(26,244132),(26,244133),(26,244134),(26,244135),(26,244136),(26,244137),(26,244138),(26,244139),(26,244140),(26,244141),(26,244142),(26,244143),(26,244144),(26,244145),(26,244146),(26,244147),(26,244148),(26,244149),(26,244150),(26,244151),(26,244152),(26,244153),(26,244154),(26,244155),(26,244156),(26,244157),(26,244158),(26,244159),(26,244160),(26,244161),(26,244162),(26,244163),(26,244164),(26,244165),(26,244166),(26,244167),(26,244168),(26,244169),(26,244170),(26,244171),(26,244172),(26,244173),(26,244174),(26,244175),(26,244176),(26,244177),(26,244178),(26,244179),(26,244180),(26,244181),(26,244182),(26,244183),(26,244184),(26,244185),(26,244186),(26,244187),(26,244188),(26,244189),(26,244190),(26,244191),(26,244192),(26,244193),(26,244194),(26,244195),(26,244196),(26,244197),(26,244198),(26,244199),(26,244200),(26,244201),(26,244202),(26,244203),(26,244204),(26,244205),(26,244206),(26,244207),(26,244208),(26,244209),(26,244210),(26,244211),(26,244212),(26,244213),(26,244214),(26,244215),(26,244216),(26,244217),(26,244218),(26,244219),(26,244220),(26,244221),(26,244222),(26,244223),(26,244224),(26,244225),(26,244226),(26,244227),(26,244228),(26,244229),(26,244230),(26,244231),(26,244232),(26,244233),(26,244234),(26,244235),(26,244236),(26,244237),(26,244238),(26,244239),(26,244240),(26,244241),(26,244242),(26,244243),(26,244244),(26,244245),(26,244246),(26,244247),(26,244248),(26,244249),(26,244250),(26,244251),(26,244252),(26,244253),(26,244254),(26,244255),(26,244256),(26,244257),(26,244258),(26,244259),(26,244260),(26,244261),(26,244262),(26,244263),(26,244264),(26,244265),(26,244266),(26,244267),(26,244268),(26,244269),(26,244270),(26,244271),(26,244272),(26,244273),(26,244274),(26,244275),(26,244276),(26,244277),(26,244278),(26,244279),(26,244280),(26,244281),(26,244282),(26,244283),(26,244284),(26,244285),(26,244286),(26,244287),(26,244288),(26,244289),(26,244290),(26,244291),(26,244292),(26,244293),(26,244294),(26,244295),(26,244296),(26,244297),(26,244298),(26,244299),(26,244300),(26,244301),(26,244302),(26,244303),(26,244304),(26,244305),(26,244306),(26,244307),(26,244308),(26,244309),(26,244310),(26,244311),(26,244312),(26,244313),(26,244314),(26,244315),(26,244316),(26,244317),(26,244318),(26,244319),(26,244320),(26,244321),(26,244322),(26,244323),(26,244324),(26,244325),(26,244326),(26,244327),(26,244328),(26,244329),(26,244330),(26,244331),(26,244332),(26,244333),(26,244334),(26,244335),(26,244336),(26,244337),(26,244338),(26,244339),(26,244340),(26,244341),(26,244342),(26,244343),(26,244344),(26,244345),(26,244346),(26,244347),(26,244348),(26,244349),(26,244350),(26,244351),(26,244352),(26,244353),(26,244354),(26,244355),(26,244356),(26,244357),(26,244358),(26,244359),(26,244360),(26,244361),(26,244362),(26,244363),(26,244364),(26,244365),(26,244366),(26,244367),(26,244368),(26,244369),(26,244370),(26,244371),(26,244372),(26,244373),(26,244374),(26,244375),(26,244376),(26,244377),(26,244378),(26,244379),(26,244380),(26,244381),(26,244382),(26,244383),(26,244384),(26,244385),(26,244386),(26,244387),(26,244388),(26,244389),(26,244390),(26,244391),(26,244392),(26,244393),(26,244394),(26,244395),(26,244396),(26,244397),(26,244398),(26,244399),(8,244500),(8,244501),(8,244502),(8,244503),(8,244504),(8,244505),(8,244506),(8,244510),(8,244511),(8,244512),(8,244513),(8,244514),(8,244515),(8,244516),(8,244517),(8,244518),(8,244519),(8,244520),(8,244521),(8,244522),(8,244523),(8,244524),(8,244525),(8,244526),(8,244527),(8,244528),(8,244529),(8,244530),(8,244531),(8,244532),(8,244533),(8,244534),(8,244535),(8,244536),(8,244537),(8,244538),(8,244539),(8,244540),(8,244541),(8,244542),(8,244543),(8,244544),(8,244545),(8,244546),(8,244547),(8,244548),(8,244549),(8,244550),(8,244551),(8,244552),(8,244553),(8,244554),(8,244555),(8,244556),(8,244557),(8,244558),(8,244559),(8,244560),(8,244561),(8,244562),(8,244563),(8,244564),(8,244565),(8,244566),(8,244567),(8,244568),(8,244569),(8,244570),(8,244571),(8,244573),(8,244575),(8,244576),(8,244577),(8,244578),(8,244579),(8,244580),(8,244581),(8,244582),(8,244583),(8,244584),(8,244585),(8,244586),(8,244587),(8,244588),(8,244589),(8,244590),(8,244591),(8,244592),(8,244593),(8,244594),(8,244595),(8,244596),(8,244597),(8,244598),(8,244599),(8,244600),(8,244601),(8,244602),(8,244603),(8,244604),(8,244605),(8,244606),(8,244607),(8,244608),(8,244609),(8,244610),(8,244611),(8,244612),(8,244613),(8,244614),(8,244615),(8,244616),(8,244617),(8,244618),(8,244619),(8,244620),(8,244621),(8,244622),(8,244623),(8,244624),(8,244625),(8,244626),(8,244627),(8,244628),(8,244629),(8,244630),(8,244631),(8,244632),(8,244633),(8,244634),(8,244635),(8,244636),(9,244800),(9,244801),(9,244802),(9,244803),(9,244804),(9,244805),(9,244806),(9,244807),(9,244808),(9,244809),(9,244810),(9,244811),(9,244812),(9,244813),(9,244814),(9,244815),(9,244816),(9,244817),(9,244818),(9,244819),(9,244820),(9,244821),(9,244822),(9,244823),(9,244824),(9,244825),(9,244826),(9,244827),(9,244828),(9,244829),(9,244830),(9,244831),(9,244832),(9,244833),(9,244834),(9,244835),(9,244836),(9,244837),(9,244838),(9,244839),(9,244840),(9,244841),(9,244842),(9,244843),(9,244844),(9,244845),(9,244846),(9,244847),(9,244848),(9,244849),(9,244850),(9,244851),(10,245000),(1,245500),(1,245501),(1,245502),(1,245503),(1,245504),(1,245505),(1,245506),(1,245507),(1,245508),(1,245509),(1,245510),(1,245511),(1,245512),(1,245513),(1,245514),(1,245515),(1,245516),(1,245517),(1,245518),(1,245519),(1,245520),(1,245521),(1,245522),(1,245523),(1,245524),(1,245525),(1,245526),(1,245527),(1,245528),(1,245529),(1,245530),(1,245531),(1,245532),(1,245533),(1,245534),(1,245535),(1,245536),(1,245537),(1,245538),(1,245539),(1,245540),(1,245541),(1,245542),(1,245543),(1,245544),(1,245545),(1,245546),(1,245547),(1,245548),(1,245549),(1,245550),(1,245551),(1,245552),(1,245553),(1,245554),(1,245555),(1,245556),(1,245557),(1,245558),(1,245559),(1,245560),(1,245561),(1,245562),(1,245563),(1,245564),(1,245565),(1,245566),(1,245567),(1,245568),(1,245569),(1,245570),(1,245571),(1,245572),(1,245573),(1,245574),(1,245575),(1,245576),(1,245577),(1,245578),(1,245579),(1,245580),(1,245581),(1,245582),(1,245583),(1,245584),(1,245585),(1,245586),(1,245587),(1,245588),(1,245589),(1,245590),(1,245591),(1,245592),(1,245593),(1,245594),(1,245595),(1,245596),(1,245597),(1,245598),(1,245599),(1,245600),(1,245601),(1,245602),(1,245603),(1,245604),(1,245605),(1,245606),(1,245607),(1,245608),(1,245609),(1,245610),(1,245611),(1,245612),(1,245613),(1,245614),(1,245615),(1,245616),(1,245617),(1,245618),(1,245619),(1,245620),(1,245621),(1,245622),(1,245623),(1,245624),(1,245625),(1,245626),(1,245627),(1,245628),(1,245629),(1,245630),(1,245631),(1,245632),(1,245633),(1,245634),(1,245635),(1,245636),(1,245637),(1,245638),(1,245639),(1,245640),(1,245641),(1,245642),(1,245643),(1,245644),(1,245645),(1,245646),(1,245647),(1,245648),(1,245649),(1,245650),(1,245651),(1,245652),(1,245653),(1,245654),(1,245655),(1,245656),(1,245657),(1,245658),(1,245659),(1,245660),(1,245661),(1,245662),(1,245663),(1,245664),(1,245665),(1,245666),(1,245667),(1,245668),(1,245669),(1,245670),(1,245671),(1,245672),(1,245673),(1,245674),(1,245675),(1,245676),(1,245677),(1,245678),(1,245679),(1,245680),(1,245681),(1,245682),(1,245683),(1,245684),(1,245685),(1,245686),(1,245687),(1,245688),(1,245689),(1,245690),(1,245691),(1,245692),(1,245693),(1,245694),(1,245695),(1,245696),(1,245697),(1,245698),(1,245699),(1,245700),(1,245701),(1,245702),(1,245703),(1,245704),(1,245800),(1,245801),(1,245810),(1,245811),(1,245812),(3,247000),(3,247001),(4,247002),(4,247003),(1,248565),(1,248566),(1,248567),(1,248568),(1,248569),(1,248570),(1,248571),(1,248572),(1,248573),(1,248574),(1,248575),(1,248576),(1,248577),(1,248578),(1,248579),(1,248580),(1,248581),(1,248582),(1,248583),(1,248584),(1,248585),(1,248586),(1,248587),(1,248588),(1,248589),(1,248590),(1,248591),(1,248592),(1,248593),(1,248594); /*!40000 ALTER TABLE `game_event_creature` ENABLE KEYS */; UNLOCK TABLES; @@ -1557,7 +1557,7 @@ CREATE TABLE `gameobject` ( `state` tinyint(3) unsigned NOT NULL DEFAULT '0', `VerifiedBuild` smallint(5) DEFAULT '0', PRIMARY KEY (`guid`) -) ENGINE=MyISAM AUTO_INCREMENT=268968 DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Gameobject System'; +) ENGINE=MyISAM AUTO_INCREMENT=268970 DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Gameobject System'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -1572,7 +1572,7 @@ INSERT INTO `gameobject` VALUES (74894,1731,0,1,1,-9085.04,-1192.78,56.2631,1.88 INSERT INTO `gameobject` VALUES (38704,180427,530,1,1,3034.24,3667.06,161.05,2.98451,0,0,0.996917,0.078459,180,100,1,0),(38705,180427,530,1,1,4110.56,3069.02,364.876,0.855211,0,0,0.414693,0.909961,180,100,1,0),(38706,180427,530,1,1,4110.15,3070.12,363.205,2.9147,0,0,0.993572,0.113203,180,100,1,0),(38707,180427,530,1,1,4111.25,3069.72,361.119,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(38708,180427,530,1,1,4109.67,3072.48,362.091,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(38709,180427,530,1,1,4109.27,3074.87,361.824,2.07694,0,0,0.861629,0.507538,180,100,1,0),(38710,180427,530,1,1,4111.96,3071.53,362.853,2.46091,0,0,0.942641,0.333807,180,100,1,0),(38711,180427,530,1,1,4112.35,3069.46,363.681,1.95477,0,0,0.829038,0.559193,180,100,1,0),(38712,180427,530,1,1,4111.56,3073.58,363.478,1.76278,0,0,0.771625,0.636078,180,100,1,0),(38713,180427,530,1,1,4110.1,3072.47,362.051,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(38714,180427,530,1,1,4109.56,3071.41,364.859,-0.15708,0,0,0.078459,-0.996917,180,100,1,0),(38715,180427,0,1,1,-827.941,-534.575,29.8442,2.9147,0,0,0.993572,0.113203,180,100,1,0),(38716,180427,0,1,1,-823.28,-534.493,29.1761,1.98968,0,0,0.838671,0.544639,180,100,1,0),(38717,180427,0,1,1,-818.88,-533.639,30.1811,1.74533,0,0,0.766044,0.642788,180,100,1,0),(38718,180427,0,1,1,-826.399,-530.189,25.3448,-1.44862,0,0,0.66262,-0.748956,180,100,1,0),(38719,180427,0,1,1,-828.396,-527.128,26.8897,-0.820305,0,0,0.398749,-0.91706,180,100,1,0),(38720,180427,0,1,1,-831.597,-529.389,28.9197,2.09439,0,0,0.866025,0.5,180,100,1,0),(38721,180427,0,1,1,-821.988,-531.769,29.8615,1.71042,0,0,0.75471,0.656059,180,100,1,0),(38722,180427,0,1,1,-835.076,-530.922,29.0757,-1.13446,0,0,0.5373,-0.843391,180,100,1,0),(38723,180427,0,1,1,-830.705,-532.611,30.2827,1.76278,0,0,0.771625,0.636078,180,100,1,0),(38724,180427,0,1,1,-825.503,-530.405,30.4317,-2.37365,0,0,0.927184,-0.374607,180,100,1,0),(38725,180427,0,1,1,-26.9931,-906.983,66.1571,3.14159,0,0,1,0,180,100,1,0),(38726,180427,0,1,1,-24.4757,-908.552,67.9117,1.78024,0,0,0.777146,0.62932,180,100,1,0),(38727,180427,0,1,1,-27.7448,-906.516,67.9337,1.39626,0,0,0.642788,0.766044,180,100,1,0),(38728,180427,0,1,1,-26.9722,-909.306,69.3836,2.84489,0,0,0.989016,0.147809,180,100,1,0),(38729,180427,0,1,1,-27.9479,-907.458,66.7932,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(38730,180427,0,1,1,-25.8611,-908.983,66.4432,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(38731,180427,0,1,1,-27.9392,-907.764,67.932,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(38732,180427,0,1,1,-26.3229,-907.042,68.2803,-2.74017,0,0,0.979925,-0.199368,180,100,1,0),(38733,180427,0,1,1,-29.7795,-905.773,69.0499,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(38734,180427,0,1,1,-25.25,-908.04,69.7132,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(38735,180427,1,1,1,306.161,-4741.7,25.1535,2.11185,0,0,0.870356,0.492424,180,100,1,0),(38736,180427,1,1,1,306.177,-4741.8,24.336,1.27409,0,0,0.594823,0.803857,180,100,1,0),(38737,180427,1,1,1,306.188,-4741.68,29.9549,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(38738,180427,1,1,1,306.127,-4741.7,25.8081,-0.069813,0,0,0.034899,-0.999391,180,100,1,0),(38739,180427,1,1,1,302.288,-4737.72,21.0833,0.593412,0,0,0.292372,0.956305,180,100,1,0),(38740,180427,1,1,1,311.491,-4741.93,21.984,-1.02974,0,0,0.492424,-0.870356,180,100,1,0),(38741,180427,1,1,1,302.104,-4746.55,20.1369,-0.872665,0,0,0.422618,-0.906308,180,100,1,0),(38742,180427,1,1,1,306.184,-4741.78,22.5989,2.25148,0,0,0.902585,0.430511,180,100,1,0),(38743,180427,1,1,1,306.269,-4741.75,28.427,0.314159,0,0,0.156434,0.987688,180,100,1,0),(38744,180427,1,1,1,306.174,-4741.78,24.1782,0.680678,0,0,0.333807,0.942641,180,100,1,0),(38745,180427,1,1,1,1629.99,-4373.46,35.9867,2.11185,0,0,0.870356,0.492424,180,100,1,0),(38746,180427,1,1,1,1623.01,-4371.36,34.4928,-2.74017,0,0,0.979925,-0.199368,180,100,1,0),(38747,180427,1,1,1,1629.87,-4373.78,37.436,-0.453786,0,0,0.224951,-0.97437,180,100,1,0),(38748,180427,1,1,1,1630,-4373.75,41.7013,2.70526,0,0,0.976296,0.21644,180,100,1,0),(38749,180427,1,1,1,1629.98,-4373.82,38.1617,0.05236,0,0,0.026177,0.999657,180,100,1,0),(38750,180427,1,1,1,1629.96,-4373.84,40.6166,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(38751,180427,1,1,1,1628.52,-4380.23,35.274,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(38752,180427,1,1,1,1629.68,-4373.7,37.4993,3.14159,0,0,1,0,180,100,1,0),(38753,180427,1,1,1,1630.14,-4373.4,38.3794,1.79769,0,0,0.782608,0.622515,180,100,1,0),(38754,180427,1,1,1,1633,-4369.97,39.1387,-1.20428,0,0,0.566406,-0.824126,180,100,1,0),(38755,180427,0,1,1,2261.49,246.013,51.7408,-1.41372,0,0,0.649448,-0.760406,180,100,1,0),(38756,180427,0,1,1,2261.29,245.934,55.7817,2.68781,0,0,0.97437,0.224951,180,100,1,0),(38757,180427,0,1,1,2261.24,246.184,51.7869,0.244346,0,0,0.121869,0.992546,180,100,1,0),(38758,180427,0,1,1,2261.09,246.349,54.6641,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(38759,180427,0,1,1,2261.36,246.217,51.781,2.96706,0,0,0.996195,0.087156,180,100,1,0),(38760,180427,0,1,1,2261.51,246.075,56.2693,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(38761,180427,0,1,1,2261.58,246.352,58.4485,-1.93731,0,0,0.824126,-0.566406,180,100,1,0),(38762,180427,0,1,1,2261.27,246.321,59.2549,3.14159,0,0,1,0,180,100,1,0),(38763,180427,0,1,1,2259.97,245.693,51.8264,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(38764,180427,0,1,1,1596.11,240.488,-51.6915,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(38765,180427,0,1,1,1595.99,237.528,-42.4693,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(38766,180427,0,1,1,1593.51,242.29,-41.5179,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(38767,180427,0,1,1,1595.69,240.498,-48.386,2.30383,0,0,0.913545,0.406737,180,100,1,0),(38768,180427,0,1,1,1597.7,242.08,-48.4415,-0.575959,0,0,0.284015,-0.95882,180,100,1,0),(38769,180427,0,1,1,1595.1,239.01,-46.386,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(38770,180427,0,1,1,1593.23,238.406,-45.004,-1.02974,0,0,0.492424,-0.870356,180,100,1,0),(38771,180427,0,1,1,1594.4,241.403,-50.3235,-1.0472,0,0,0.5,-0.866025,180,100,1,0),(38772,180427,0,1,1,1596.13,239.479,-49.7818,1.98968,0,0,0.838671,0.544639,180,100,1,0),(38773,180427,0,1,1,1594.72,240.597,-40.9485,-1.01229,0,0,0.48481,-0.87462,180,100,1,0),(38774,180427,0,1,1,1596.23,240.778,-49.7054,1.76278,0,0,0.771625,0.636078,180,100,1,0),(38775,180427,0,1,1,1596.31,240.095,-45.879,2.72271,0,0,0.978148,0.207912,180,100,1,0),(38776,180427,0,1,1,1597.92,237.512,-42.8652,2.46091,0,0,0.942641,0.333807,180,100,1,0),(38777,180427,0,1,1,1595.54,236.896,-45.011,3.05433,0,0,0.999048,0.043619,180,100,1,0),(38778,180427,0,1,1,1592.59,240.158,-47.3999,-1.41372,0,0,0.649448,-0.760406,180,100,1,0),(38779,180427,0,1,1,1595.55,243.582,-45.6985,-1.98968,0,0,0.838671,-0.544639,180,100,1,0),(38780,180427,0,1,1,1597.48,240.141,-44.6915,2.80998,0,0,0.986286,0.165048,180,100,1,0),(38781,180427,0,1,1,1596.31,239.955,-52.1429,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(38782,180427,0,1,1,1596.81,240.71,-50.3027,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(38783,180427,0,1,1,1597.47,241.762,-47.0526,-1.95477,0,0,0.829038,-0.559193,180,100,1,0),(38784,180427,530,1,1,9564.66,-7167.52,14.2339,-1.79769,0,0,0.782608,-0.622515,180,100,1,0),(38785,180427,530,1,1,9570.88,-7163.72,14.2341,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(38786,180427,530,1,1,9570.86,-7166.25,14.2321,3.03687,0,0,0.99863,0.052336,180,100,1,0),(38787,180427,530,1,1,9571.06,-7164.19,14.2339,-3.03687,0,0,0.99863,-0.052336,180,100,1,0),(38788,180427,530,1,1,9571,-7162.69,14.2351,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(38789,180427,530,1,1,9528.28,-7272.62,24.7666,2.79253,0,0,0.984808,0.173648,180,100,1,0),(38790,180427,530,1,1,9531.73,-7267.95,21.0541,-0.785398,0,0,0.382683,-0.92388,180,100,1,0),(38791,180427,530,1,1,9524.19,-7267.73,22.1384,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(38792,180427,530,1,1,9529.45,-7267.13,20.3601,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(38793,180427,530,1,1,9529.86,-7273.23,23.0435,-2.72271,0,0,0.978148,-0.207912,180,100,1,0),(38794,180427,530,1,1,9508.33,-6807.12,23.2276,1.51844,0,0,0.688355,0.725374,180,100,1,0),(38795,180427,530,1,1,9511.16,-6811.8,17.3193,0.645772,0,0,0.317305,0.948324,180,100,1,0),(38796,180427,530,1,1,9508.67,-6802.28,19.1167,1.67552,0,0,0.743145,0.669131,180,100,1,0),(38797,180427,530,1,1,9514.76,-6813.65,20.6762,-1.98968,0,0,0.838671,-0.544639,180,100,1,0),(38798,180427,530,1,1,9511.03,-6798.36,35.7977,2.9147,0,0,0.993572,0.113203,180,100,1,0),(38799,180427,530,1,1,9518.37,-6795.1,20.3813,1.74533,0,0,0.766044,0.642788,180,100,1,0),(38800,180427,530,1,1,9524.38,-6811.38,27.1661,2.28638,0,0,0.909961,0.414693,180,100,1,0),(38801,180427,530,1,1,9520.18,-6813.86,19.3968,2.75762,0,0,0.981627,0.190809,180,100,1,0),(38802,180427,530,1,1,9526.99,-6802.36,17.8814,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(38803,180427,530,1,1,9526.88,-6807.21,36.6453,2.96706,0,0,0.996195,0.087156,180,100,1,0),(38804,180427,0,1,1,-10564.3,-1171.94,47.4731,0.436332,0,0,0.21644,0.976296,180,100,1,0),(38805,180427,0,1,1,-10565.7,-1170.11,48.7913,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(38806,180427,0,1,1,-10567.8,-1167.49,48.2378,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(38807,180427,0,1,1,-10564,-1170.12,46.952,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(38808,180427,0,1,1,-10562.6,-1175.63,47.5216,1.25664,0,0,0.587785,0.809017,180,100,1,0),(38809,180427,0,1,1,-10564.1,-1170.22,47.4512,-1.25664,0,0,0.587785,-0.809017,180,100,1,0),(38810,180427,0,1,1,-10564.8,-1170.62,50.3471,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(38811,180427,0,1,1,-10564,-1169.83,46.2473,-2.56563,0,0,0.95882,-0.284015,180,100,1,0),(38812,180427,0,1,1,-10565.1,-1169.65,46.188,2.60054,0,0,0.96363,0.267238,180,100,1,0),(38813,180427,0,1,1,-10561.8,-1166.61,48.5048,0.244346,0,0,0.121869,0.992546,180,100,1,0),(38814,180427,0,1,1,-9273.15,-2155.56,74.7377,-2.86234,0,0,0.990268,-0.139173,180,100,1,0),(38815,180427,0,1,1,-9272.53,-2156.02,71.7158,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(38816,180427,0,1,1,-9272.1,-2155.4,75.3186,1.79769,0,0,0.782608,0.622515,180,100,1,0),(38817,180427,0,1,1,-9272.04,-2155.52,73.2948,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(38818,180427,0,1,1,-9272.83,-2155.8,74.7799,-0.05236,0,0,0.026177,-0.999657,180,100,1,0),(38819,180427,0,1,1,-9272.97,-2155.92,77.1008,-1.8675,0,0,0.803857,-0.594823,180,100,1,0),(38820,180427,0,1,1,-9272.53,-2156.22,75.4977,1.79769,0,0,0.782608,0.622515,180,100,1,0),(38821,180427,0,1,1,-9272.14,-2156.15,76.2434,3.14159,0,0,1,0,180,100,1,0),(38822,180427,0,1,1,-9272.24,-2155.79,76.0933,0.191986,0,0,0.095846,0.995396,180,100,1,0),(38823,180427,0,1,1,-9272.66,-2155.34,70.8885,0.488692,0,0,0.241922,0.970296,180,100,1,0),(38824,180427,0,1,1,-5375.64,-2947.98,349.641,2.23402,0,0,0.898794,0.438371,180,100,1,0),(38825,180427,0,1,1,-5376.1,-2948.14,354.537,-0.122173,0,0,0.061049,-0.998135,180,100,1,0),(38826,180427,0,1,1,-5375.33,-2948.59,351.628,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(38827,180427,0,1,1,-5375.67,-2948.2,352.403,0.244346,0,0,0.121869,0.992546,180,100,1,0),(38828,180427,0,1,1,-5375.22,-2947.73,352.885,0.15708,0,0,0.078459,0.996917,180,100,1,0),(38829,180427,0,1,1,-5375.93,-2947.47,350.673,2.07694,0,0,0.861629,0.507538,180,100,1,0),(38830,180427,0,1,1,-5375.66,-2947.37,352.023,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(38831,180427,0,1,1,-5375.03,-2951.17,351.475,2.49582,0,0,0.948324,0.317305,180,100,1,0),(38832,180427,0,1,1,-5375.52,-2948.04,352.756,1.53589,0,0,0.694658,0.71934,180,100,1,0),(38833,180427,0,1,1,-5375.69,-2948.72,352.134,-2.32129,0,0,0.91706,-0.398749,180,100,1,0),(38834,180427,1,1,1,6731.46,-4662.6,732.015,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(38835,180427,1,1,1,6731.74,-4662.76,731.859,-1.3439,0,0,0.622515,-0.782608,180,100,1,0),(38836,180427,1,1,1,6731.36,-4662.91,732.086,2.05949,0,0,0.857167,0.515038,180,100,1,0),(38837,180427,1,1,1,6731.5,-4662.5,733.622,0.279253,0,0,0.139173,0.990268,180,100,1,0),(38838,180427,1,1,1,6731.93,-4663.16,732.646,2.32129,0,0,0.91706,0.398749,180,100,1,0),(38839,180427,1,1,1,6732.07,-4662.67,732.924,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(38840,180427,1,1,1,6732.12,-4662.85,735.06,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(38841,180427,1,1,1,6732.25,-4663.02,732.985,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(38842,180427,1,1,1,6731.6,-4662.77,730.67,1.55334,0,0,0.700909,0.71325,180,100,1,0),(38843,180427,1,1,1,6731.8,-4662.72,731.365,1.6057,0,0,0.71934,0.694658,180,100,1,0),(38844,180427,1,1,1,245.888,1252.66,221.195,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(38845,180427,1,1,1,245.885,1252.77,221.207,1.29154,0,0,0.601815,0.798636,180,100,1,0),(38846,180427,1,1,1,245.99,1252.68,224.909,1.93731,0,0,0.824126,0.566406,180,100,1,0),(38847,180427,1,1,1,245.911,1252.71,230.956,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(38848,180427,1,1,1,245.84,1252.81,229.143,-1.25664,0,0,0.587785,-0.809017,180,100,1,0),(38849,180427,1,1,1,245.91,1252.75,230.704,-1.36136,0,0,0.629321,-0.777146,180,100,1,0),(38850,180427,1,1,1,245.847,1252.71,225.236,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(38851,180427,1,1,1,-6868.18,729.269,70.1557,1.62316,0,0,0.725374,0.688355,180,100,1,0),(38852,180427,1,1,1,-6868.41,729.375,70.1468,3.12414,0,0,0.999962,0.008727,180,100,1,0),(38853,180427,1,1,1,-6868.55,729.209,70.1507,-2.68781,0,0,0.97437,-0.224951,180,100,1,0),(38854,180427,1,1,1,-6868.44,729.51,70.1408,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(38855,180427,1,1,1,-6868.31,729.624,70.1388,2.00713,0,0,0.843391,0.5373,180,100,1,0),(38856,180427,1,1,1,-6868.67,729.545,70.1361,-0.05236,0,0,0.026177,-0.999657,180,100,1,0),(38857,180427,1,1,1,-6868.28,729.47,70.1456,-0.10472,0,0,0.052336,-0.99863,180,100,1,0),(38858,180427,1,1,1,-7145.35,-3788.45,21.3967,-0.331612,0,0,0.165048,-0.986286,180,100,1,0),(38859,180427,1,1,1,-7145.55,-3788.12,21.381,0.994838,0,0,0.477159,0.878817,180,100,1,0),(38860,180427,1,1,1,-7145.35,-3788.16,21.4097,1.97222,0,0,0.833886,0.551937,180,100,1,0),(38861,180427,1,1,1,-7145.2,-3788.1,21.4351,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(38862,180427,1,1,1,-7145.1,-3787.84,21.462,2.60054,0,0,0.96363,0.267238,180,100,1,0),(38863,180427,1,1,1,-7145.49,-3787.74,21.4078,2.26893,0,0,0.906308,0.422618,180,100,1,0),(38864,180427,1,1,1,-7145.35,-3787.91,21.4202,-1.3439,0,0,0.622515,-0.782608,180,100,1,0),(38865,180427,0,1,1,-6651.67,-2150.92,265.788,0,0,0,0,1,180,100,1,0),(38866,180427,0,1,1,-6651.55,-2150.84,265.983,-0.820305,0,0,0.398749,-0.91706,180,100,1,0),(38867,180427,0,1,1,-6651.85,-2151.22,267.085,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(38868,180427,0,1,1,-6652.03,-2150.7,265.018,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(38869,180427,0,1,1,-6651.62,-2151,266.066,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(38870,180427,0,1,1,-6651.77,-2150.61,264.917,2.14675,0,0,0.878817,0.477159,180,100,1,0),(38871,180427,0,1,1,-6652.23,-2150.62,268.19,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(38872,180427,0,1,1,-6651.61,-2150.92,266.268,-1.69297,0,0,0.748956,-0.66262,180,100,1,0),(38873,180427,0,1,1,-6651.77,-2150.62,269.208,-2.19912,0,0,0.891007,-0.45399,180,100,1,0),(38874,180427,0,1,1,-6651.61,-2150.9,266.442,2.74017,0,0,0.979925,0.199368,180,100,1,0),(38875,180427,0,1,1,-905.805,-3535.27,97.8563,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(38876,180427,0,1,1,-905.645,-3535.3,97.9295,0.453786,0,0,0.224951,0.97437,180,100,1,0),(38877,180427,0,1,1,-905.502,-3535.46,97.9576,1.25664,0,0,0.587785,0.809017,180,100,1,0),(38878,180427,0,1,1,-905.534,-3535.17,97.9608,2.49582,0,0,0.948324,0.317305,180,100,1,0),(38879,180427,0,1,1,-905.553,-3535.58,97.9754,0.855211,0,0,0.414693,0.909961,180,100,1,0),(38880,180427,0,1,1,-905.427,-3535.58,97.9378,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(38881,180427,1,1,1,-465.688,-2651.39,103.999,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(38882,180427,1,1,1,-468.535,-2648.7,104.586,0.087266,0,0,0.043619,0.999048,180,100,1,0),(38883,180427,1,1,1,-480.991,-2651.98,105.388,3.03687,0,0,0.99863,0.052336,180,100,1,0),(38884,180427,1,1,1,-471.955,-2648.23,108.387,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(38885,180427,1,1,1,-469.901,-2650.51,102.917,-1.15192,0,0,0.544639,-0.838671,180,100,1,0),(38886,180427,1,1,1,-483.432,-2653.88,105.868,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(38887,180427,1,1,1,-479.948,-2648.56,105.424,-0.349066,0,0,0.173648,-0.984808,180,100,1,0),(38888,180427,1,1,1,-466,-2652.89,102.449,-1.93731,0,0,0.824126,-0.566406,180,100,1,0),(38889,180427,1,1,1,-467.474,-2651.88,104.822,0.244346,0,0,0.121869,0.992546,180,100,1,0),(38890,180427,1,1,1,-483.073,-2649.28,104.072,-0.575959,0,0,0.284015,-0.95882,180,100,1,0),(38891,180427,1,1,1,-5442.05,-2442.33,108.026,0.488692,0,0,0.241922,0.970296,180,100,1,0),(38892,180427,1,1,1,-5442.34,-2443.02,106.55,1.3439,0,0,0.622515,0.782608,180,100,1,0),(38893,180427,1,1,1,-5442,-2442.53,104.423,1.43117,0,0,0.656059,0.75471,180,100,1,0),(38894,180427,1,1,1,-5442.07,-2442.56,112.244,0.20944,0,0,0.104528,0.994522,180,100,1,0),(38895,180427,1,1,1,-5442.37,-2442.48,105.873,0.715585,0,0,0.350207,0.936672,180,100,1,0),(38896,180427,1,1,1,-5442.13,-2442.36,112.394,2.60054,0,0,0.96363,0.267238,180,100,1,0),(38897,180427,1,1,1,-5442.14,-2442.58,103.947,0.331613,0,0,0.165048,0.986286,180,100,1,0),(38898,180427,1,1,1,-5441.85,-2442.7,115.758,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(38899,180427,1,1,1,-5442.33,-2442.74,104.946,2.58309,0,0,0.961262,0.275637,180,100,1,0),(38900,180427,1,1,1,-5442.35,-2443,114.259,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(38901,180427,1,1,1,-1592.84,3149.09,80.4126,2.42601,0,0,0.936672,0.350207,180,100,1,0),(38902,180427,1,1,1,-1592.65,3149.01,80.3006,-2.74017,0,0,0.979925,-0.199368,180,100,1,0),(38903,180427,1,1,1,-1592.9,3148.94,80.2801,-2.05949,0,0,0.857167,-0.515038,180,100,1,0),(38904,180427,530,1,1,-1224.13,7154.23,83.3314,2.82743,0,0,0.987688,0.156434,180,100,1,0),(38905,180427,530,1,1,-1225.2,7158.35,83.3314,0.733038,0,0,0.358368,0.93358,180,100,1,0),(38906,180427,530,1,1,-1221.11,7159.39,83.3314,2.32129,0,0,0.91706,0.398749,180,100,1,0),(38907,180427,530,1,1,-1226.72,7155.94,83.3314,0.488692,0,0,0.241922,0.970296,180,100,1,0),(38908,180427,530,1,1,-1226.88,7155.88,83.3314,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(38909,180427,530,1,1,-1222.54,7156.63,83.3314,-2.72271,0,0,0.978148,-0.207912,180,100,1,0),(38910,180427,530,1,1,-1229.18,7157.16,83.3314,0.628319,0,0,0.309017,0.951057,180,100,1,0),(38911,180427,530,1,1,-1226,7162.51,83.3314,1.44862,0,0,0.66262,0.748956,180,100,1,0),(38912,180427,530,1,1,-1227.75,7159.97,83.3314,-1.95477,0,0,0.829038,-0.559193,180,100,1,0),(38913,180427,530,1,1,-1223.49,7161,83.3314,0.488692,0,0,0.241922,0.970296,180,100,1,0),(38914,180427,530,1,1,243.439,7895.49,38.0561,2.60054,0,0,0.96363,0.267238,180,100,1,0),(38915,180427,530,1,1,244.366,7895.93,41.4831,1.81514,0,0,0.788011,0.615662,180,100,1,0),(38916,180427,530,1,1,245.378,7895.38,43.3408,2.3911,0,0,0.930418,0.366501,180,100,1,0),(38917,180427,530,1,1,245.684,7893.82,42.1598,2.80998,0,0,0.986286,0.165048,180,100,1,0),(38918,180427,530,1,1,243.731,7894.95,40.1804,1.65806,0,0,0.737277,0.67559,180,100,1,0),(38919,180427,530,1,1,245.286,7893.88,42.7991,-2.05949,0,0,0.857167,-0.515038,180,100,1,0),(38920,180427,530,1,1,244.432,7894.99,38.4076,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(38921,180427,530,1,1,244.611,7893.34,40.6665,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(38922,180427,530,1,1,243.389,7893.86,40.3715,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(38923,180427,530,1,1,244.29,7893.96,39.5236,1.81514,0,0,0.788011,0.615662,180,100,1,0),(38924,180427,530,1,1,-2635.56,4395.46,38.3268,2.74017,0,0,0.979925,0.199368,180,100,1,0),(38925,180427,530,1,1,-2626.87,4397.72,39.799,2.70526,0,0,0.976296,0.21644,180,100,1,0),(38926,180427,530,1,1,-2626.01,4395.81,42.4449,0.663225,0,0,0.325568,0.945519,180,100,1,0),(38927,180427,530,1,1,-2636.62,4398.05,39.1254,0.715585,0,0,0.350207,0.936672,180,100,1,0),(38928,180427,530,1,1,-2635.99,4402.53,43.0542,-1.23918,0,0,0.580703,-0.814116,180,100,1,0),(38929,180427,530,1,1,-2621.12,4401.15,39.0369,1.06465,0,0,0.507538,0.861629,180,100,1,0),(38930,180427,530,1,1,-2628.34,4405.16,39.0069,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(38931,180427,530,1,1,-2629.88,4402.11,38.9032,0.663225,0,0,0.325568,0.945519,180,100,1,0),(38932,180427,530,1,1,-2636.77,4401.3,36.1808,-0.331612,0,0,0.165048,-0.986286,180,100,1,0),(38933,180427,530,1,1,-2625.33,4402.06,41.577,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(38934,180427,530,1,1,-3010.76,2583.23,77.146,2.05949,0,0,0.857167,0.515038,180,100,1,0),(38935,180427,530,1,1,-3009.83,2577.06,77.4294,1.32645,0,0,0.615662,0.788011,180,100,1,0),(38936,180427,530,1,1,-3009.93,2581.98,77.4182,1.29154,0,0,0.601815,0.798636,180,100,1,0),(38937,180427,530,1,1,-3011.47,2579.74,77.3258,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(38938,180427,530,1,1,-3009.6,2578.83,77.5262,2.37365,0,0,0.927184,0.374607,180,100,1,0),(38939,180427,530,1,1,-3010.9,2581.38,77.3219,0.401426,0,0,0.199368,0.979925,180,100,1,0),(38940,180427,530,1,1,-3008.58,2582.83,77.5182,0.855211,0,0,0.414693,0.909961,180,100,1,0),(38941,180427,530,1,1,-3012,2578.33,77.2702,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(38942,180427,530,1,1,-3009.16,2580.79,77.5411,0.174533,0,0,0.087156,0.996195,180,100,1,0),(38943,180427,530,1,1,-3010.56,2580.05,77.4192,0.593412,0,0,0.292372,0.956305,180,100,1,0),(38944,180427,530,1,1,-4084.04,1150.09,65.6745,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(38945,180427,530,1,1,-4083.21,1152.23,65.9637,3.12414,0,0,0.999962,0.008727,180,100,1,0),(38946,180427,530,1,1,-4081.42,1153.37,65.861,-2.49582,0,0,0.948324,-0.317305,180,100,1,0),(38947,180427,530,1,1,-4082.67,1155.27,65.8332,-0.541052,0,0,0.267238,-0.96363,180,100,1,0),(38948,180427,530,1,1,-4085.86,1152.57,65.7482,-2.32129,0,0,0.91706,-0.398749,180,100,1,0),(38949,180427,530,1,1,-4083.46,1156.93,65.6235,-2.19912,0,0,0.891007,-0.45399,180,100,1,0),(38950,180427,530,1,1,-4081.15,1155.5,65.7,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(38951,180427,530,1,1,-4083.43,1151.18,65.8236,-1.23918,0,0,0.580703,-0.814116,180,100,1,0),(38952,180427,530,1,1,-4084.62,1152.43,65.8947,0.261799,0,0,0.130526,0.991445,180,100,1,0),(38953,180427,530,1,1,-4081.55,1151.38,65.7649,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(38954,180427,530,1,1,66.989,2663.88,80.4861,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(38955,180427,530,1,1,105.812,2717.58,90.6047,-2.21657,0,0,0.894934,-0.446198,180,100,1,0),(38956,180427,530,1,1,166.072,2639.18,86.2917,1.51844,0,0,0.688355,0.725374,180,100,1,0),(38957,180427,530,1,1,165.241,2686.91,85.3255,-1.98968,0,0,0.838671,-0.544639,180,100,1,0),(38958,180427,530,1,1,-602.502,4162.81,64.6951,1.69297,0,0,0.748956,0.66262,180,100,1,0),(38959,180427,530,1,1,-618.081,4211.42,51.2833,1.76278,0,0,0.771625,0.636078,180,100,1,0),(38960,180427,530,1,1,-644.501,4212.28,55.0398,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(38961,180427,530,1,1,-655.251,4164.2,67.1316,2.9147,0,0,0.993572,0.113203,180,100,1,0),(38962,180427,530,1,1,-601.837,4091.34,91.6883,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(38963,180427,530,1,1,-699.25,4190.15,57.4349,-1.36136,0,0,0.629321,-0.777146,180,100,1,0),(38964,180427,530,1,1,-665.712,4103.99,75.3543,1.20428,0,0,0.566406,0.824126,180,100,1,0),(38965,180471,530,1,1,-1811.49,5689.83,136.836,2.72271,0,0,0.978148,0.207912,180,100,1,0),(38966,180471,530,1,1,-1811.97,5691.29,136.819,1.64061,0,0,0.731354,0.681998,180,100,1,0),(38967,180471,530,1,1,-1822.73,5710.37,137.105,0.575959,0,0,0.284015,0.95882,180,100,1,0),(38968,180471,530,1,1,-1823.44,5711.79,137.039,1.81514,0,0,0.788011,0.615662,180,100,1,0),(38969,180471,530,1,1,-1719.23,5685.29,137.305,1.90241,0,0,0.814116,0.580703,180,100,1,0),(38970,180471,530,1,1,-1719.68,5683.9,137.234,-1.44862,0,0,0.66262,-0.748956,180,100,1,0),(38971,180471,530,1,1,-1775.56,5794.03,153.831,0.733038,0,0,0.358368,0.93358,180,100,1,0),(38972,180471,530,1,1,-1775.83,5795.77,153.941,-0.733038,0,0,0.358368,-0.93358,180,100,1,0),(38973,180471,0,1,1,-4955.48,-928.056,509.867,0.628319,0,0,0.309017,0.951057,180,100,1,0),(38974,180471,0,1,1,-4958.27,-930.339,509.757,0.837758,0,0,0.406737,0.913545,180,100,1,0),(38975,180471,0,1,1,-4947.47,-920.885,509.991,0.750492,0,0,0.366501,0.930418,180,100,1,0),(38976,180471,0,1,1,-4942.48,-916.835,509.992,0.698132,0,0,0.34202,0.939693,180,100,1,0),(38977,180471,0,1,1,-4952.81,-925.55,509.851,0.575959,0,0,0.284015,0.95882,180,100,1,0),(38978,180471,0,1,1,-4960.97,-932.681,509.753,0.593412,0,0,0.292372,0.956305,180,100,1,0),(38979,180471,0,1,1,-4934.77,-910.578,510.159,0.628319,0,0,0.309017,0.951057,180,100,1,0),(38980,180471,0,1,1,-4937.28,-912.663,510.157,0.383972,0,0,0.190809,0.981627,180,100,1,0),(38981,180471,0,1,1,-4945.07,-918.958,509.976,0.872665,0,0,0.422618,0.906308,180,100,1,0),(38982,180471,0,1,1,-4950.2,-923.319,509.882,0.715585,0,0,0.350207,0.936672,180,100,1,0),(38983,180471,0,1,1,-4939.86,-914.722,510.085,0.680678,0,0,0.333807,0.942641,180,100,1,0),(38984,180471,0,1,1,-5572.97,-462.491,410.72,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(38985,180471,0,1,1,-8860.1,661.863,100.949,0.541052,0,0,0.267238,0.96363,180,100,1,0),(38986,180471,0,1,1,-8808.05,616.82,100.994,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(38987,180471,0,1,1,-8797.81,625.088,100.968,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(38988,180471,0,1,1,-9473.69,-10.1163,66.0361,-0.994838,0,0,0.477159,-0.878817,180,100,1,0),(38989,180471,0,1,1,-9464.57,-12.3906,71.7849,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(38990,180471,0,1,1,-9456.78,-12.0764,66.1144,1.32645,0,0,0.615662,0.788011,180,100,1,0),(38991,180471,0,1,1,-9496.13,87.2795,59.7371,2.86234,0,0,0.990268,0.139173,180,100,1,0),(38992,180471,0,1,1,-9479.14,43.8299,65.9558,2.77507,0,0,0.983255,0.182236,180,100,1,0),(38993,180471,0,1,1,-9480.79,35.9462,72.5583,-1.67552,0,0,0.743145,-0.669131,180,100,1,0),(38994,180471,0,1,1,-9483.42,8.89583,65.9921,-1.22173,0,0,0.573576,-0.819152,180,100,1,0),(38995,180471,0,1,1,-9483.45,16.1788,72.5328,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(38996,180471,0,1,1,-9482.07,26.0677,72.5697,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(38997,180471,1,1,1,9836.44,976.599,1316.44,1.72788,0,0,0.760406,0.649448,180,100,1,0),(38998,180471,1,1,1,9831.24,963.776,1337.88,1.72788,0,0,0.760406,0.649448,180,100,1,0),(38999,180471,1,1,1,9842.81,955.974,1316.52,1.91986,0,0,0.819152,0.573576,180,100,1,0),(39000,180471,1,1,1,9902.63,1002.82,1325.58,1.06465,0,0,0.507538,0.861629,180,100,1,0),(39001,180471,1,1,1,9907.52,992.868,1320.74,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(39002,180471,1,1,1,9908.97,1001.43,1323.51,-0.20944,0,0,0.104528,-0.994522,180,100,1,0),(39003,180471,1,1,1,9904.15,991.191,1326.15,-0.837758,0,0,0.406737,-0.913545,180,100,1,0),(39004,180471,1,1,1,9902.02,994.245,1318.83,-0.698132,0,0,0.34202,-0.939693,180,100,1,0),(39005,180471,1,1,1,9900.94,1000.01,1317.07,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(39006,180471,1,1,1,9900.81,995.552,1326.17,-0.959931,0,0,0.461749,-0.887011,180,100,1,0),(39007,180471,1,1,1,9778,889.441,1301.15,3.07178,0,0,0.999391,0.034899,180,100,1,0),(39008,180471,1,1,1,9772.01,890.326,1301.04,3.03687,0,0,0.99863,0.052336,180,100,1,0),(39009,180471,1,1,1,6435.58,512.542,14.5359,1.29154,0,0,0.601815,0.798636,180,100,1,0),(39010,180471,1,1,1,6414.59,499.226,15.2371,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(39011,180471,1,1,1,6421.89,498.191,15.1892,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(39012,180471,1,1,1,6430.88,498.243,15.5072,-0.296706,0,0,0.147809,-0.989016,180,100,1,0),(39013,180471,1,1,1,6442.38,525.224,16.3867,1.18682,0,0,0.559193,0.829038,180,100,1,0),(39014,180471,1,1,1,6441.94,533.25,15.5112,2.68781,0,0,0.97437,0.224951,180,100,1,0),(39015,180471,1,1,1,6435.9,504.665,16.3992,1.309,0,0,0.608761,0.793353,180,100,1,0),(39016,180471,1,1,1,6437.53,519.024,14.5557,1.11701,0,0,0.529919,0.848048,180,100,1,0),(39017,180471,1,1,1,6431.11,550.076,9.81848,1.25664,0,0,0.587785,0.809017,180,100,1,0),(39018,180471,1,1,1,6431.6,549.972,17.1529,1.0472,0,0,0.5,0.866025,180,100,1,0),(39019,180471,1,1,1,6428.96,541.684,17.2095,0.977384,0,0,0.469472,0.882948,180,100,1,0),(39020,180471,1,1,1,6428.38,541.297,9.90316,1.09956,0,0,0.522499,0.85264,180,100,1,0),(39021,180471,1,1,1,6376.61,515.219,15.4312,-0.418879,0,0,0.207912,-0.978148,180,100,1,0),(39022,180471,1,1,1,6390.67,506.918,15.0956,-0.349066,0,0,0.173648,-0.984808,180,100,1,0),(39023,180471,1,1,1,6376.39,523.406,16.2935,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(39024,180471,1,1,1,6381.29,529.874,14.6052,-1.91986,0,0,0.819152,-0.573576,180,100,1,0),(39025,180471,1,1,1,6384.19,510.224,14.9887,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(39026,180471,1,1,1,6387.72,550.481,15.5398,2.75762,0,0,0.981627,0.190809,180,100,1,0),(39027,180471,1,1,1,6383.01,536.115,14.5281,-1.76278,0,0,0.771625,-0.636078,180,100,1,0),(39028,180471,1,1,1,6382.83,544.002,16.2825,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(39029,180471,1,1,1,6406.47,557.894,9.63274,-1.76278,0,0,0.771625,-0.636078,180,100,1,0),(39030,180471,1,1,1,6403.53,549.125,9.75999,-1.91986,0,0,0.819152,-0.573576,180,100,1,0),(39031,180471,1,1,1,6405.81,558.115,17.1509,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(39032,180471,1,1,1,6403.19,549.852,17.0938,-1.78024,0,0,0.777146,-0.62932,180,100,1,0),(39033,180471,530,1,1,-4228.23,-11492.1,12.4389,2.87979,0,0,0.991445,0.130526,180,100,1,0),(39034,180471,530,1,1,-4226.99,-11493.8,12.5016,1.36136,0,0,0.62932,0.777146,180,100,1,0),(39035,180471,530,1,1,-4228.72,-11495.1,12.5308,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(39036,180471,530,1,1,-4086.33,-11526.3,6.55729,3.03687,0,0,0.99863,0.052336,180,100,1,0),(39037,180471,530,1,1,-4044.83,-11484.9,-26.0364,1.15192,0,0,0.544639,0.838671,180,100,1,0),(39038,180471,530,1,1,-4045.32,-11509,-13.8638,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(39039,180471,530,1,1,-4069.68,-11507.7,-4.45739,0.401426,0,0,0.199368,0.979925,180,100,1,0),(39040,180471,530,1,1,-4026.03,-11470.5,-35.9121,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(39041,180471,530,1,1,-3962.64,-11395,-110.896,2.96706,0,0,0.996195,0.087156,180,100,1,0),(39042,180471,530,1,1,-3958.17,-11385.1,-110.807,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(39043,180471,530,1,1,-4057.52,-11558.1,-130.143,0.942478,0,0,0.45399,0.891007,180,100,1,0),(39044,180471,530,1,1,-4053.54,-11550.3,-130.018,1.06465,0,0,0.507538,0.861629,180,100,1,0),(39045,180471,530,1,1,-3968.29,-11625.2,-133.571,-2.44346,0,0,0.939693,-0.34202,180,100,1,0),(39046,180471,530,1,1,-3871.28,-11616.5,-168.447,-0.383972,0,0,0.190809,-0.981627,180,100,1,0),(39047,180471,530,1,1,-3981.61,-11692.6,-133.766,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(39048,180471,530,1,1,-3900.6,-11606.8,-132.432,2.75762,0,0,0.981627,0.190809,180,100,1,0),(39049,180471,530,1,1,-3925.09,-11612.4,-184.601,0.471239,0,0,0.233445,0.97237,180,100,1,0),(39050,180471,530,1,1,-3965.99,-11647.6,-200.561,1.22173,0,0,0.573576,0.819152,180,100,1,0),(39051,180471,530,1,1,-3969.79,-11701.6,-217.045,2.00713,0,0,0.843391,0.5373,180,100,1,0),(39052,180471,530,1,1,-3934.35,-11742.5,-232.647,2.77507,0,0,0.983255,0.182236,180,100,1,0),(39053,180471,530,1,1,-3776.9,-11696.5,-99.4026,-1.67552,0,0,0.743145,-0.669131,180,100,1,0),(39054,180471,530,1,1,-3801,-11697.3,-98.9766,-1.15192,0,0,0.544639,-0.838671,180,100,1,0),(39055,180471,530,1,1,-3768.14,-11696,-99.3351,1.58825,0,0,0.71325,0.700909,180,100,1,0),(39056,180471,530,1,1,-3789.5,-11648.3,-94.8603,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(39057,180471,530,1,1,-3757.19,-11683.7,-93.9028,1.29154,0,0,0.601815,0.798636,180,100,1,0),(39058,180471,530,1,1,-3852.09,-11771.2,-76.1862,0.401426,0,0,0.199368,0.979925,180,100,1,0),(39059,180471,530,1,1,-3838.33,-11760.7,-75.9645,0.698132,0,0,0.34202,0.939693,180,100,1,0),(39060,180471,530,1,1,-3755.78,-11709.3,-94.5139,1.95477,0,0,0.829038,0.559193,180,100,1,0),(39061,180471,530,1,1,-3742.18,-11725.3,-94.4283,2.44346,0,0,0.939693,0.34202,180,100,1,0),(39062,180471,530,1,1,-3992.96,-11837.8,14.4098,2.6529,0,0,0.970296,0.241922,180,100,1,0),(39063,180471,530,1,1,-3977.52,-11845.8,14.5834,2.61799,0,0,0.965926,0.258819,180,100,1,0),(39064,180471,530,1,1,-4041.65,-11921.5,1.16797,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(39065,180471,530,1,1,-4093.65,-11908.2,5.8758,1.65806,0,0,0.737277,0.67559,180,100,1,0),(39066,180471,530,1,1,-4022.75,-11932,1.27907,0.645772,0,0,0.317305,0.948324,180,100,1,0),(39067,180471,530,1,1,-4041.4,-11919.3,1.18599,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(39068,180471,530,1,1,-4024.88,-11932,1.23008,-0.925024,0,0,0.446198,-0.894934,180,100,1,0),(39069,180471,530,1,1,-4156.24,-12469.2,50.449,-1.97222,0,0,0.833886,-0.551937,180,100,1,0),(39070,180471,530,1,1,-4157.31,-12471.6,50.1078,-1.93731,0,0,0.824126,-0.566406,180,100,1,0),(39071,180471,530,1,1,-4155.89,-12468.4,49.887,-1.91986,0,0,0.819152,-0.573576,180,100,1,0),(39072,180471,530,1,1,-4156.9,-12470.7,50.003,-1.90241,0,0,0.814116,-0.580703,180,100,1,0),(39073,180471,530,1,1,-4156.37,-12469.9,50.1816,-1.95477,0,0,0.829038,-0.559193,180,100,1,0),(39074,180471,530,1,1,-4137.77,-12495.7,49.0713,-0.05236,0,0,0.026177,-0.999657,180,100,1,0),(39075,180471,530,1,1,-4135.51,-12495.9,49.9636,-0.10472,0,0,0.052336,-0.99863,180,100,1,0),(39076,180471,530,1,1,-4134.3,-12495.8,49.2905,0,0,0,0,1,180,100,1,0),(39077,180471,530,1,1,-4136.67,-12495.8,49.3739,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(39078,180471,530,1,1,-2731.52,7304.06,51.0242,0.925024,0,0,0.446198,0.894934,180,100,1,0),(39079,180471,530,1,1,-2729.76,7308.01,51.0101,1.06465,0,0,0.507538,0.861629,180,100,1,0),(39080,180471,530,1,1,-2776.32,7324.09,50.9713,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(39081,180471,530,1,1,-2775.48,7326.01,50.9519,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(39082,180471,530,1,1,-2774.49,7327.97,51.0048,-2.19912,0,0,0.891007,-0.45399,180,100,1,0),(39083,180471,530,1,1,-2981.89,871.834,-4.45499,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(39084,180471,530,1,1,-2978.72,869.455,-4.49266,-0.820305,0,0,0.398749,-0.91706,180,100,1,0),(39085,180471,530,1,1,-2972.73,865.098,-4.39614,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(39086,180471,530,1,1,-2975.67,867.272,-4.43711,-0.698132,0,0,0.34202,-0.939693,180,100,1,0),(39087,180471,530,1,1,-2970.3,863.439,-4.32629,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(39088,180471,530,1,1,298.3,6090.93,137.314,-1.85005,0,0,0.798635,-0.601815,180,100,1,0),(39089,180471,530,1,1,300.726,6099.38,137.086,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(39090,180471,530,1,1,3019.06,5446.79,149.915,-2.67035,0,0,0.97237,-0.233445,180,100,1,0),(39091,180471,530,1,1,3025.8,5435.03,150.423,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(39092,180471,530,1,1,3014.02,5443.55,149.914,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(39093,180471,530,1,1,3022.26,5432.7,150.387,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(39094,180471,530,1,1,3016.21,5429.35,150.412,-2.6529,0,0,0.970296,-0.241922,180,100,1,0),(39095,180471,530,1,1,3019.05,5430.89,150.385,-2.75762,0,0,0.981627,-0.190809,180,100,1,0),(39096,180471,530,1,1,3028.47,5436.96,150.42,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(39097,180471,530,1,1,3062.86,3696.1,145.58,1.98968,0,0,0.838671,0.544639,180,100,1,0),(39098,180471,530,1,1,3057.67,3693.37,146.316,-0.855212,0,0,0.414693,-0.909961,180,100,1,0),(39099,180471,530,1,1,3063.76,3683.47,145.885,-0.890118,0,0,0.430511,-0.902585,180,100,1,0),(39100,180471,530,1,1,3082.49,3694.49,145.525,-1.18682,0,0,0.559193,-0.829037,180,100,1,0),(39101,180471,530,1,1,3068.15,3687.27,145.592,-2.6529,0,0,0.970296,-0.241922,180,100,1,0),(39102,180471,530,1,1,3068.79,3686.09,145.192,2.02458,0,0,0.848048,0.529919,180,100,1,0),(39103,180471,530,1,1,3086.53,3690.54,144.906,0.314159,0,0,0.156434,0.987688,180,100,1,0),(39104,180471,530,1,1,3077.08,3685.56,145.801,0.436332,0,0,0.21644,0.976296,180,100,1,0),(39105,180471,530,1,1,3074.45,3690.66,145.541,-2.82743,0,0,0.987688,-0.156434,180,100,1,0),(39106,180471,530,1,1,3070.88,3682.05,145.829,0.436332,0,0,0.21644,0.976296,180,100,1,0),(39107,180471,530,1,1,3083.85,3695.71,144.615,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(39108,180471,530,1,1,3087.81,3697.27,145.754,2.19912,0,0,0.891007,0.453991,180,100,1,0),(39109,180471,530,1,1,3053.26,3703.47,145.784,-1.15192,0,0,0.544639,-0.838671,180,100,1,0),(39110,180471,530,1,1,3058.51,3706.2,145.624,1.97222,0,0,0.833886,0.551937,180,100,1,0),(39111,180471,530,1,1,3057.12,3704.97,144.665,0.349066,0,0,0.173648,0.984808,180,100,1,0),(39112,180471,530,1,1,3065.12,3708.74,145.513,0.418879,0,0,0.207912,0.978148,180,100,1,0),(39113,180471,530,1,1,3062.37,3714.03,145.724,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(39114,180471,530,1,1,3054.38,3710.28,144.942,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(39115,180471,530,1,1,3072.17,3712.32,145.643,0.436332,0,0,0.21644,0.976296,180,100,1,0),(39116,180471,530,1,1,3072.74,3713.43,145.559,-1.09956,0,0,0.522499,-0.85264,180,100,1,0),(39117,180471,530,1,1,3077.97,3716.16,145.772,1.95477,0,0,0.829038,0.559193,180,100,1,0),(39118,180471,530,1,1,3078.13,3703.16,145.54,-1.20428,0,0,0.566406,-0.824126,180,100,1,0),(39119,180471,530,1,1,3083.21,3705.81,145.773,1.95477,0,0,0.829038,0.559193,180,100,1,0),(39120,180471,530,1,1,3069.47,3717.49,145.799,-2.61799,0,0,0.965926,-0.258819,180,100,1,0),(39121,180471,530,1,1,4113.81,3059.68,348.354,0.488692,0,0,0.241922,0.970296,180,100,1,0),(39122,180471,530,1,1,4117.46,3061.11,348.305,0.418879,0,0,0.207912,0.978148,180,100,1,0),(39123,180471,0,1,1,-3833.51,-815.356,19.106,-2.44346,0,0,0.939693,-0.34202,180,100,1,0),(39124,180471,0,1,1,-3817.06,-823.266,23.522,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(39125,180471,0,1,1,-3832.13,-844.451,19.1502,-0.069813,0,0,0.034899,-0.999391,180,100,1,0),(39126,180471,0,1,1,-3851.4,-827,19.1502,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(39127,180471,0,1,1,-3795.18,-839.344,13.1326,1.53589,0,0,0.694658,0.71934,180,100,1,0),(39128,180471,0,1,1,-3808.24,-816.545,18.6895,3.14159,0,0,1,0,180,100,1,0),(39129,180471,0,1,1,-3851.64,-844.045,19.1229,-0.296706,0,0,0.147809,-0.989016,180,100,1,0),(39130,180471,0,1,1,-3795,-832.128,13.077,1.46608,0,0,0.669131,0.743145,180,100,1,0),(39131,180471,0,1,1,-3828.05,-836.813,23.4915,1.53589,0,0,0.694658,0.71934,180,100,1,0),(39132,180471,0,1,1,-3798.29,-815.955,19.1254,3.08923,0,0,0.999657,0.026177,180,100,1,0),(39133,180471,0,1,1,-3823.89,-816.288,18.6264,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(39134,180471,0,1,1,-3800.02,-844.962,19.2155,1.15192,0,0,0.544639,0.838671,180,100,1,0),(39135,180471,0,1,1,-844.46,-569.08,13.491,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(39136,180471,0,1,1,-868.849,-551.184,20.667,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(39137,180471,0,1,1,-839.74,-552.396,20.6736,2.63545,0,0,0.968148,0.25038,180,100,1,0),(39138,180471,0,1,1,-43,-943.962,78.1049,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(39139,180471,0,1,1,-17.2743,-927.087,59.0579,-2.53073,0,0,0.953717,-0.300706,180,100,1,0),(39140,180471,530,1,1,-1714.41,5774.49,153.676,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(39141,180471,530,1,1,-1713.61,5775.95,153.884,2.93215,0,0,0.994522,0.104528,180,100,1,0),(39142,180471,1,1,1,325.012,-4700.68,20.8674,-0.453786,0,0,0.224951,-0.97437,180,100,1,0),(39143,180471,1,1,1,334.215,-4706.16,20.6955,-0.872665,0,0,0.422618,-0.906308,180,100,1,0),(39144,180471,1,1,1,1573.93,-4465.6,34.0623,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(39145,180471,1,1,1,1592.92,-4452.57,13.6598,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(39146,180471,1,1,1,1593.22,-4451.31,31.987,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(39147,180471,1,1,1,1623.02,-4440.79,19.2387,-1.98968,0,0,0.838671,-0.544639,180,100,1,0),(39148,180471,1,1,1,1629.1,-4432.03,19.3479,-2.14675,0,0,0.878817,-0.477159,180,100,1,0),(39149,180471,1,1,1,1612.7,-4463.88,32.7327,2.86234,0,0,0.990268,0.139173,180,100,1,0),(39150,180471,1,1,1,1657.73,-4435.09,30.2704,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(39151,180471,1,1,1,1678.49,-4404.72,26.5988,-2.40855,0,0,0.93358,-0.358368,180,100,1,0),(39152,180471,1,1,1,1677.91,-4425.66,30.3757,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(39153,180471,0,1,1,2266.02,353.038,42.0811,2.58309,0,0,0.961262,0.275637,180,100,1,0),(39154,180471,0,1,1,2262.57,331.372,43.4836,1.58825,0,0,0.71325,0.700909,180,100,1,0),(39155,180471,0,1,1,2219.65,309.325,41.1997,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(39156,180471,0,1,1,2241.81,318.163,41.1694,1.74533,0,0,0.766044,0.642788,180,100,1,0),(39157,180471,0,1,1,2241.69,304.469,44.0003,0.785398,0,0,0.382683,0.92388,180,100,1,0),(39158,180471,0,1,1,2228.26,302.042,41.1505,0,0,0,0,1,180,100,1,0),(39159,180471,0,1,1,2233.19,325.413,41.255,1.6057,0,0,0.71934,0.694658,180,100,1,0),(39160,180471,0,1,1,2249.82,315.672,43.4524,0.10472,0,0,0.052336,0.99863,180,100,1,0),(39161,180471,0,1,1,2243.61,255.313,42.3766,-1.71042,0,0,0.75471,-0.656059,180,100,1,0),(39162,180471,0,1,1,2288.2,252.019,42.3886,3.05433,0,0,0.999048,0.043619,180,100,1,0),(39163,180471,0,1,1,2314.36,253.191,44.8237,0.767945,0,0,0.374607,0.927184,180,100,1,0),(39164,180471,0,1,1,2291.48,259.194,44.6633,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(39165,180471,0,1,1,2280.84,252.767,42.3917,2.98451,0,0,0.996917,0.078459,180,100,1,0),(39166,180471,0,1,1,2256.72,228.429,42.3406,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(39167,180471,0,1,1,2242.05,246.394,42.4323,-1.8675,0,0,0.803857,-0.594823,180,100,1,0),(39168,180471,0,1,1,2244.61,230.634,42.3624,-0.15708,0,0,0.078459,-0.996917,180,100,1,0),(39169,180471,0,1,1,2286.52,235.46,42.3634,-0.10472,0,0,0.052336,-0.99863,180,100,1,0),(39170,180471,0,1,1,2268.43,226.446,42.3202,-0.122173,0,0,0.061049,-0.998135,180,100,1,0),(39171,180471,0,1,1,2277.77,237.038,42.3036,-0.069813,0,0,0.034899,-0.999391,180,100,1,0),(39172,180471,0,1,1,1636.34,244.611,-36.9297,-0.575959,0,0,0.284015,-0.95882,180,100,1,0),(39173,180471,0,1,1,1633.93,252.672,-36.888,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(39174,180471,0,1,1,1557.83,253.432,-36.7838,2.02458,0,0,0.848048,0.529919,180,100,1,0),(39175,180471,0,1,1,1557.66,227.792,-36.8602,0.802851,0,0,0.390731,0.920505,180,100,1,0),(39176,180471,0,1,1,1577.61,205.205,-36.9065,1.53589,0,0,0.694658,0.71934,180,100,1,0),(39177,180471,0,1,1,1587.74,248.417,-56.6546,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(39178,180471,0,1,1,1588.72,240.344,-48.8432,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(39179,180471,0,1,1,1570.22,210.313,-36.9759,-2.75762,0,0,0.981627,-0.190809,180,100,1,0),(39180,180471,0,1,1,1587.64,232.384,-56.6338,-0.872665,0,0,0.422618,-0.906308,180,100,1,0),(39181,180471,0,1,1,1603.13,240.336,-48.5863,1.67552,0,0,0.743145,0.669131,180,100,1,0),(39182,180471,0,1,1,1603.77,248.243,-56.6824,2.26893,0,0,0.906308,0.422618,180,100,1,0),(39183,180471,0,1,1,1603.62,232.231,-56.6963,0.715585,0,0,0.350207,0.936672,180,100,1,0),(39184,180471,0,1,1,1613.23,204.894,-36.9134,-1.69297,0,0,0.748956,-0.66262,180,100,1,0),(39185,180471,0,1,1,1620.7,209.941,-36.8023,2.74017,0,0,0.979925,0.199368,180,100,1,0),(39186,180471,0,1,1,1570.69,270.759,-36.8717,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(39187,180471,0,1,1,1592.67,273.842,-48.2895,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(39188,180471,0,1,1,1599.35,273.691,-48.0919,0.191986,0,0,0.095846,0.995396,180,100,1,0),(39189,180471,0,1,1,1578.05,275.731,-36.8578,1.50098,0,0,0.681998,0.731354,180,100,1,0),(39190,180471,0,1,1,1621.2,270.245,-36.9065,0.191986,0,0,0.095846,0.995396,180,100,1,0),(39191,180471,0,1,1,1613.88,275.438,-36.9203,-1.41372,0,0,0.649448,-0.760406,180,100,1,0),(39192,180471,0,1,1,1633.49,227.171,-36.9505,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(39193,180471,0,1,1,1636.09,235.45,-36.9088,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(39194,180471,0,1,1,1636.99,281.951,-37.1579,-0.872665,0,0,0.422618,-0.906308,180,100,1,0),(39195,180471,0,1,1,1636.22,274.521,-37.1636,-2.42601,0,0,0.936672,-0.350207,180,100,1,0),(39196,180471,0,1,1,1629.77,281.556,-37.3325,0.837758,0,0,0.406737,0.913545,180,100,1,0),(39197,180471,1,1,1,-2340.18,-356.144,-1.45354,1.67552,0,0,0.743145,0.669131,180,100,1,0),(39198,180471,1,1,1,-2339.82,-357.363,-1.33762,1.5708,0,0,0.707107,0.707107,180,100,1,0),(39199,180471,1,1,1,-2340.38,-358.815,-1.25354,1.15192,0,0,0.544639,0.838671,180,100,1,0),(39200,180471,1,1,1,-2341.55,-361.283,-1.05757,0.890118,0,0,0.430511,0.902585,180,100,1,0),(39201,180471,1,1,1,-2340.47,-353.108,-1.52671,1.51844,0,0,0.688355,0.725374,180,100,1,0),(39202,180471,1,1,1,-2342.61,-362.233,-1.23254,0.733038,0,0,0.358368,0.93358,180,100,1,0),(39203,180471,1,1,1,-2346.34,-364.899,-1.17205,0.034907,0,0,0.017452,0.999848,180,100,1,0),(39204,180471,1,1,1,-2345.08,-363.825,-1.13552,0.645772,0,0,0.317305,0.948324,180,100,1,0),(39205,180471,1,1,1,-2340.54,-354.8,-1.49939,1.71042,0,0,0.75471,0.656059,180,100,1,0),(39206,180471,1,1,1,-2343.74,-362.677,-1.35864,0.575959,0,0,0.284015,0.95882,180,100,1,0),(39207,180471,1,1,1,-2340.94,-360.099,-1.11863,1.23918,0,0,0.580703,0.814116,180,100,1,0),(39208,180471,1,1,1,-1276.52,44.4253,136.691,1.8675,0,0,0.803857,0.594823,180,100,1,0),(39209,180471,1,1,1,-1291.11,42.14,141.059,-0.959931,0,0,0.461749,-0.887011,180,100,1,0),(39210,180471,1,1,1,-1281.43,53.7552,136.661,2.04204,0,0,0.85264,0.522499,180,100,1,0),(39211,180471,1,1,1,-1322.25,29.2517,143.498,-1.06465,0,0,0.507538,-0.861629,180,100,1,0),(39212,180471,0,1,1,-10637.3,1171.85,40.0635,0.820305,0,0,0.398749,0.91706,180,100,1,0),(39213,180471,0,1,1,-10644.7,1161.8,39.9605,0.855211,0,0,0.414693,0.909961,180,100,1,0),(39214,180471,0,1,1,-10652.5,1183.4,39.9697,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(39215,180471,0,1,1,-10660.6,1172.83,40.1438,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(39216,180471,0,1,1,-10644.8,1193.82,40.0113,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(39217,180471,0,1,1,-10550.9,-1137.18,36.6543,0.261799,0,0,0.130526,0.991445,180,100,1,0),(39218,180471,0,1,1,-10545.4,-1156.39,31.1622,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(39219,180471,0,1,1,-10566.8,-1139.45,36.6009,0.191986,0,0,0.095846,0.995396,180,100,1,0),(39220,180471,0,1,1,-10540,-1179.41,37.0651,-0.558505,0,0,0.275637,-0.961262,180,100,1,0),(39221,180471,0,1,1,-10541.1,-1150.39,37.0856,-2.32129,0,0,0.91706,-0.398749,180,100,1,0),(39222,180471,0,1,1,-10544.9,-1163.71,31.1274,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(39223,180471,0,1,1,-10505,-1176.67,37.1015,1.09956,0,0,0.522499,0.85264,180,100,1,0),(39224,180471,0,1,1,-10489.7,-1146.45,37.1127,2.42601,0,0,0.936672,0.350207,180,100,1,0),(39225,180471,0,1,1,-10488.3,-1163.37,37.0897,1.02974,0,0,0.492424,0.870356,180,100,1,0),(39226,180471,0,1,1,-9246.52,-2152.15,67.4098,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(39227,180471,0,1,1,-9246.49,-2144.93,67.4722,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(39228,180471,0,1,1,-9208.29,-2168.96,73.3765,0.767945,0,0,0.374607,0.927184,180,100,1,0),(39229,180471,0,1,1,-5381.19,-2947.02,324.301,-0.296706,0,0,0.147809,-0.989016,180,100,1,0),(39230,180471,0,1,1,-5385.7,-2977.4,330.496,2.04204,0,0,0.85264,0.522499,180,100,1,0),(39231,180471,0,1,1,-5377.23,-2961.76,324.134,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(39232,180471,0,1,1,-5361.95,-2958.06,331.247,2.68781,0,0,0.97437,0.224951,180,100,1,0),(39233,180471,0,1,1,-5362.78,-2974.11,331.339,0.261799,0,0,0.130526,0.991445,180,100,1,0),(39234,180471,1,1,1,6746.04,-4630.79,729.535,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(39235,180471,1,1,1,6694.69,-4659.88,724.979,-0.296706,0,0,0.147809,-0.989016,180,100,1,0),(39236,180471,1,1,1,6694.03,-4681.5,724.976,-3.03687,0,0,0.99863,-0.052336,180,100,1,0),(39237,180471,1,1,1,6678.68,-4680.46,724.988,2.32129,0,0,0.91706,0.398749,180,100,1,0),(39238,180471,1,1,1,6678.2,-4659.39,724.857,0.645772,0,0,0.317305,0.948324,180,100,1,0),(39239,180471,1,1,1,2783.61,-403.243,118.368,1.20428,0,0,0.566406,0.824126,180,100,1,0),(39240,180471,1,1,1,2748.73,-390.556,118.376,-1.97222,0,0,0.833886,-0.551937,180,100,1,0),(39241,180471,1,1,1,2743.27,-397.821,117.975,-1.88496,0,0,0.809017,-0.587785,180,100,1,0),(39242,180471,1,1,1,2777.19,-398.017,119.159,2.98451,0,0,0.996917,0.078459,180,100,1,0),(39243,180471,1,1,1,2757.1,-390.62,119.317,2.61799,0,0,0.965926,0.258819,180,100,1,0),(39244,180471,1,1,1,2755.82,-456.727,119.266,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(39245,180471,1,1,1,2772.93,-444.076,120.007,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(39246,180471,1,1,1,2748.26,-446.226,142,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(39247,180471,1,1,1,2790.41,-421.576,119.975,2.82743,0,0,0.987688,0.156434,180,100,1,0),(39248,180471,1,1,1,2729.73,-435.028,117.999,-1.91986,0,0,0.819152,-0.573576,180,100,1,0),(39249,180471,1,1,1,2781.09,-447.01,119.997,-0.523599,0,0,0.258819,-0.965926,180,100,1,0),(39250,180471,1,1,1,2739.7,-404.264,118.001,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(39251,180471,1,1,1,2735.6,-449.328,119.226,-0.20944,0,0,0.104528,-0.994522,180,100,1,0),(39252,180471,1,1,1,2731.11,-427.844,118.084,-1.98968,0,0,0.838671,-0.544639,180,100,1,0),(39253,180471,1,1,1,2764.6,-401.368,142.18,2.63545,0,0,0.968148,0.25038,180,100,1,0),(39254,180471,1,1,1,2729.5,-444.035,118.327,-1.93731,0,0,0.824126,-0.566406,180,100,1,0),(39255,180471,1,1,1,2782.2,-418.582,120.022,2.87979,0,0,0.991445,0.130526,180,100,1,0),(39256,180471,1,1,1,-929.804,-3680.36,15.0455,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(39257,180471,1,1,1,-926.804,-3695.56,15.0741,-0.523599,0,0,0.258819,-0.965926,180,100,1,0),(39258,180471,1,1,1,-929.79,-3688.15,15.8277,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(39259,180471,1,1,1,-985.646,-3648.55,25.2679,0.715585,0,0,0.350207,0.936672,180,100,1,0),(39260,180471,1,1,1,-3611.61,-4439.26,17.2728,-3.08923,0,0,0.999657,-0.026177,180,100,1,0),(39261,180471,1,1,1,-3613.32,-4472.37,27.6439,2.77507,0,0,0.983255,0.182236,180,100,1,0),(39262,180471,1,1,1,-3619.2,-4439.44,17.2589,2.70526,0,0,0.976296,0.21644,180,100,1,0),(39263,180471,1,1,1,-3606.03,-4443.97,23.2176,2.74017,0,0,0.979925,0.199368,180,100,1,0),(39264,180471,1,1,1,-3605.17,-4495.49,23.2524,0.593412,0,0,0.292372,0.956305,180,100,1,0),(39265,180471,1,1,1,-3605.66,-4476.22,23.2841,1.58825,0,0,0.71325,0.700909,180,100,1,0),(39266,180471,1,1,1,-3634.5,-4478.54,23.295,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(39267,180471,1,1,1,-3622.18,-4495.97,23.2355,-0.942478,0,0,0.453991,-0.891006,180,100,1,0),(39268,180471,1,1,1,-3635.92,-4461.32,29.673,-1.44862,0,0,0.66262,-0.748956,180,100,1,0),(39269,180471,1,1,1,-3636.02,-4451.34,29.7045,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(39270,180471,1,1,1,-3635.75,-4471.28,29.6379,-1.44862,0,0,0.66262,-0.748956,180,100,1,0),(39271,180471,1,1,1,-3635.14,-4443.24,23.3006,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(39272,180471,1,1,1,230.898,1256.31,200.013,0.15708,0,0,0.078459,0.996917,180,100,1,0),(39273,180471,1,1,1,260.314,1236.01,198.766,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(39274,180471,1,1,1,253.91,1267.9,198.785,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(39275,180471,1,1,1,259.958,1242.72,198.737,-1.39626,0,0,0.642788,-0.766044,180,100,1,0),(39276,180471,1,1,1,233.925,1243.5,200.501,-2.94961,0,0,0.995396,-0.095846,180,100,1,0),(39277,180471,1,1,1,251.313,1274.02,198.712,-1.3439,0,0,0.622515,-0.782608,180,100,1,0),(39278,180471,1,1,1,-4394.86,3277.05,20.1297,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(39279,180471,1,1,1,-4341.35,3274.67,22.2062,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(39280,180471,1,1,1,-4349.85,3283.19,22.1567,3.08923,0,0,0.999657,0.026177,180,100,1,0),(39281,180471,1,1,1,-4392.77,3309.38,19.9972,-1.67552,0,0,0.743145,-0.669131,180,100,1,0),(39282,180471,1,1,1,-4372.85,3260.74,20.0147,0.034907,0,0,0.017452,0.999848,180,100,1,0),(39283,180471,1,1,1,-4349.34,3301.98,22.0187,3.03687,0,0,0.99863,0.052336,180,100,1,0),(39284,180471,1,1,1,-4354.57,3260.12,20.382,1.46608,0,0,0.669131,0.743145,180,100,1,0),(39285,180471,1,1,1,-4360.55,3319.92,21.281,-3.08923,0,0,0.999657,-0.026177,180,100,1,0),(39286,180471,1,1,1,-4349.59,3293.71,22.0801,0.05236,0,0,0.026177,0.999657,180,100,1,0),(39287,180471,1,1,1,-4391.23,3261.15,20.451,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(39288,180471,1,1,1,-4382.14,3320.5,21.234,2.96706,0,0,0.996195,0.087156,180,100,1,0),(39289,180471,1,1,1,-6885.02,737.509,54.511,-1.16937,0,0,0.551937,-0.833886,180,100,1,0),(39290,180471,1,1,1,-6864.03,747.955,54.6475,2.00713,0,0,0.843391,0.5373,180,100,1,0),(39291,180471,1,1,1,-6851.33,722.142,54.518,1.93731,0,0,0.824126,0.566406,180,100,1,0),(39292,180471,1,1,1,-6872.17,711.655,54.4945,-1.15192,0,0,0.544639,-0.838671,180,100,1,0),(39293,180471,1,1,1,-7154.19,-3862.34,12.1344,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(39294,180471,1,1,1,-7171.17,-3835.93,11.6742,0.610865,0,0,0.300706,0.953717,180,100,1,0),(39295,180471,1,1,1,-7178.94,-3852.8,11.2204,-1.95477,0,0,0.829038,-0.559193,180,100,1,0),(39296,180471,1,1,1,-7153.02,-3856.03,11.9569,-2.61799,0,0,0.965926,-0.258819,180,100,1,0),(39297,180471,1,1,1,-7174.15,-3853.9,10.9993,2.28638,0,0,0.909961,0.414693,180,100,1,0),(39298,180471,1,1,1,-7149.11,-3841.04,11.9541,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(39299,180471,1,1,1,-7148.22,-3857.14,12.1973,1.20428,0,0,0.566406,0.824126,180,100,1,0),(39300,180471,1,1,1,-7144.04,-3840.93,11.25,1.36136,0,0,0.62932,0.777146,180,100,1,0),(39301,180471,1,1,1,-7174.92,-3857.43,12.1441,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(39302,180471,1,1,1,-7175.17,-3835.4,12.1882,-1.98968,0,0,0.838671,-0.544639,180,100,1,0),(39303,180471,0,1,1,-6673.52,-2171.27,251.275,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(39304,180471,0,1,1,-6685.01,-2232.09,269.41,-1.44862,0,0,0.66262,-0.748956,180,100,1,0),(39305,180471,0,1,1,-6668.12,-2221.59,269.438,2.49582,0,0,0.948324,0.317305,180,100,1,0),(39306,180471,0,1,1,-6679.67,-2221.86,269.32,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(39307,180471,0,1,1,-6679.01,-2241.85,269.32,-0.523599,0,0,0.258819,-0.965926,180,100,1,0),(39308,180471,0,1,1,-6667.32,-2241.73,269.348,0.488692,0,0,0.241922,0.970296,180,100,1,0),(39309,180471,0,1,1,-6640.64,-2163.38,254.629,0.366519,0,0,0.182236,0.983255,180,100,1,0),(39310,180471,0,1,1,-6648.83,-2157.49,249.878,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(39311,180471,0,1,1,-6663.77,-2178.08,251.263,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(39312,180471,0,1,1,-6648.77,-2167.1,254.813,0.471239,0,0,0.233445,0.97237,180,100,1,0),(39313,180471,0,1,1,-6636.26,-2156.2,254.718,1.48353,0,0,0.67559,0.737277,180,100,1,0),(39314,180471,0,1,1,-6662.02,-2231.45,269.445,1.48353,0,0,0.67559,0.737277,180,100,1,0),(39315,180471,0,1,1,-6667.7,-2145.33,254.822,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(39316,180471,0,1,1,-6668.53,-2154.42,254.787,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(39317,180471,0,1,1,-6646.79,-2134.73,254.655,2.47837,0,0,0.945519,0.325568,180,100,1,0),(39318,180471,0,1,1,-6646.55,-2145.34,250.187,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(39319,180471,0,1,1,-6655.15,-2134.47,254.785,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(39320,180471,0,1,1,-6663.32,-2138.31,254.723,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(39321,180471,0,1,1,-6635.49,-2147.32,254.797,1.41372,0,0,0.649448,0.760406,180,100,1,0),(39322,180471,0,1,1,-6639.38,-2139.92,254.712,2.44346,0,0,0.939693,0.34202,180,100,1,0),(39323,180471,0,1,1,-891.118,-3541.33,91.1892,1.5708,0,0,0.707107,0.707107,180,100,1,0),(39324,180471,0,1,1,-891.26,-3531.3,91.0084,1.6057,0,0,0.71934,0.694658,180,100,1,0),(39325,180471,0,1,1,-925.611,-3542.43,78.6179,-1.90241,0,0,0.814116,-0.580703,180,100,1,0),(39326,180471,0,1,1,-905.672,-3516.52,78.8484,2.18166,0,0,0.887011,0.461749,180,100,1,0),(39327,180471,0,1,1,-914.938,-3531.33,90.9304,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(39328,180471,0,1,1,-925.2,-3516.33,78.2995,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(39329,180471,0,1,1,-914.658,-3541.44,91.1833,-1.88496,0,0,0.809017,-0.587785,180,100,1,0),(39330,180471,0,1,1,-924.997,-3529.37,78.2877,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(39331,180471,0,1,1,-34.0608,-947.181,78.1744,1.97222,0,0,0.833886,0.551937,180,100,1,0),(39332,180471,0,1,1,-37.6892,-957.658,78.1397,0.349066,0,0,0.173648,0.984808,180,100,1,0),(39333,180471,0,1,1,-46.4722,-954.578,78.1535,-0.837758,0,0,0.406737,-0.913545,180,100,1,0),(39334,180471,0,1,1,-14467.8,492.974,24.0386,0.925024,0,0,0.446198,0.894934,180,100,1,0),(39335,180471,1,1,1,-403.385,-2632.72,102.593,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(39336,180471,1,1,1,-401.884,-2618.22,107.491,2.9147,0,0,0.993572,0.113203,180,100,1,0),(39337,180471,1,1,1,-428.089,-2633.34,107.454,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(39338,180471,1,1,1,-377.655,-2637.33,106.826,1.79769,0,0,0.782608,0.622515,180,100,1,0),(39339,180471,1,1,1,-390.236,-2667.55,106.624,0.785398,0,0,0.382683,0.92388,180,100,1,0),(39340,180471,1,1,1,-420.762,-2665.7,106.676,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(39341,180471,1,1,1,-397.973,-2654.99,102.572,-2.72271,0,0,0.978148,-0.207912,180,100,1,0),(39342,180471,1,1,1,-2383.2,-1997.34,100.36,1.98968,0,0,0.838671,0.544639,180,100,1,0),(39343,180471,1,1,1,-2365.43,-1965.56,104.24,2.89725,0,0,0.992546,0.121869,180,100,1,0),(39344,180471,1,1,1,-2373.57,-1981.27,100.312,2.00713,0,0,0.843391,0.5373,180,100,1,0),(39345,180471,1,1,1,-2353.31,-1972.59,104.595,1.93731,0,0,0.824126,0.566406,180,100,1,0),(39346,180471,1,1,1,-2362.61,-1965.92,104.197,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(39347,180471,1,1,1,-2355.94,-1968.05,104.677,2.26893,0,0,0.906308,0.422618,180,100,1,0),(39348,180471,1,1,1,-2360.36,-1965.44,104.34,-3.08923,0,0,0.999657,-0.026177,180,100,1,0),(39349,180471,1,1,1,-2355.26,-1970.25,104.4,1.8675,0,0,0.803857,0.594823,180,100,1,0),(39350,180471,1,1,1,-2378.95,-1990.2,100.47,2.47837,0,0,0.945519,0.325568,180,100,1,0),(39351,180471,1,1,1,-5466.99,-2447.34,93.3513,1.88496,0,0,0.809017,0.587785,180,100,1,0),(39352,180471,1,1,1,-5461.42,-2460.63,93.1646,1.93731,0,0,0.824126,0.566406,180,100,1,0),(39353,180471,1,1,1,2327.65,-2586.37,112.986,-1.39626,0,0,0.642788,-0.766044,180,100,1,0),(39354,180471,1,1,1,2324.24,-2577.28,112.938,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(39355,180471,1,1,1,2319.53,-2566.14,113.076,-1.27409,0,0,0.594823,-0.803857,180,100,1,0),(39356,180471,1,1,1,2323.06,-2574.41,112.956,-1.3439,0,0,0.622515,-0.782608,180,100,1,0),(39357,180471,1,1,1,2353.42,-2549.89,113.795,2.42601,0,0,0.936672,0.350207,180,100,1,0),(39358,180471,1,1,1,2362.1,-2556.06,113.853,2.46091,0,0,0.942641,0.333807,180,100,1,0),(39359,180471,1,1,1,2337.86,-2548.36,113.651,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(39360,180471,1,1,1,2328.66,-2589.87,113.002,-1.39626,0,0,0.642788,-0.766044,180,100,1,0),(39361,180471,1,1,1,2368.52,-2560.44,113.866,2.6529,0,0,0.970296,0.241922,180,100,1,0),(39362,180471,1,1,1,2334.76,-2550.61,113.581,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(39363,180471,1,1,1,2328.53,-2555.31,113.378,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(39364,180471,1,1,1,2325.68,-2557.59,113.228,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(39365,180471,1,1,1,2331.67,-2553.05,113.442,-2.53073,0,0,0.953717,-0.300706,180,100,1,0),(39366,180471,1,1,1,2359.19,-2553.9,113.774,2.60054,0,0,0.96363,0.267238,180,100,1,0),(39367,180471,1,1,1,2320.77,-2568.89,112.99,-1.41372,0,0,0.649448,-0.760406,180,100,1,0),(39368,180471,1,1,1,2322.48,-2560.03,113.106,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(39369,180471,1,1,1,2356.38,-2551.83,113.815,2.54818,0,0,0.956305,0.292372,180,100,1,0),(39370,180471,1,1,1,2350.36,-2547.8,113.782,2.40855,0,0,0.93358,0.358368,180,100,1,0),(39371,180471,1,1,1,2326.39,-2583.17,112.977,-1.23918,0,0,0.580703,-0.814116,180,100,1,0),(39372,180471,1,1,1,2325.22,-2580.14,112.956,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(39373,180471,1,1,1,2347.39,-2545.48,113.85,2.28638,0,0,0.909961,0.414693,180,100,1,0),(39374,180471,1,1,1,2364.95,-2557.85,113.885,2.6529,0,0,0.970296,0.241922,180,100,1,0),(39375,180471,1,1,1,2340.89,-2546.01,113.742,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(39376,180471,1,1,1,2321.95,-2571.65,112.948,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(39377,180471,1,1,1,911.53,902.538,112.567,1.0472,0,0,0.5,0.866025,180,100,1,0),(39378,180471,1,1,1,922.608,918.924,112.708,0.942478,0,0,0.45399,0.891007,180,100,1,0),(39379,180471,1,1,1,919.408,907.153,112.068,0.488692,0,0,0.241922,0.970296,180,100,1,0),(39380,180471,1,1,1,884.424,932.247,118.031,0.942478,0,0,0.45399,0.891007,180,100,1,0),(39381,180471,1,1,1,899.214,930.042,109.838,1.09956,0,0,0.522499,0.85264,180,100,1,0),(39382,180471,1,1,1,921.299,909.95,112.082,1.46608,0,0,0.669131,0.743145,180,100,1,0),(39383,180471,1,1,1,-1609.93,3131.58,50.2661,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(39384,180471,1,1,1,-1602.8,3126.71,50.3806,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(39385,180471,1,1,1,-1578.83,3138.73,50.6807,-2.19912,0,0,0.891007,-0.45399,180,100,1,0),(39386,180471,530,1,1,-1260.6,7178.32,64.1331,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(39387,180471,530,1,1,-1258.57,7181.76,64.1116,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(39388,180471,530,1,1,-1229.06,7171.29,61.6401,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(39389,180471,530,1,1,-1215.86,7168.36,61.522,2.44346,0,0,0.939693,0.34202,180,100,1,0),(39390,180471,530,1,1,-1221.1,7145.22,61.5081,0.523599,0,0,0.258819,0.965926,180,100,1,0),(39391,180471,530,1,1,-1234.45,7148.29,61.4873,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(39392,180471,530,1,1,-1238.27,7161.45,61.6609,-1.90241,0,0,0.814116,-0.580703,180,100,1,0),(39393,180471,530,1,1,-1211.83,7155.22,61.5706,1.36136,0,0,0.62932,0.777146,180,100,1,0),(39394,180471,530,1,1,238.484,7913.91,28.8875,0.279253,0,0,0.139173,0.990268,180,100,1,0),(39395,180471,530,1,1,207.109,7924.94,29.1622,-1.69297,0,0,0.748956,-0.66262,180,100,1,0),(39396,180471,530,1,1,235.969,7912.76,28.7486,0.122173,0,0,0.061049,0.998135,180,100,1,0),(39397,180471,530,1,1,241.452,7902.5,36.7767,0.593412,0,0,0.292372,0.956305,180,100,1,0),(39398,180471,530,1,1,-2655.8,4377.52,41.4981,1.25664,0,0,0.587785,0.809017,180,100,1,0),(39399,180471,530,1,1,-4142.82,1132.43,49.6566,2.37365,0,0,0.927184,0.374607,180,100,1,0),(39400,180471,530,1,1,-4141.74,1135.85,47.8236,1.09956,0,0,0.522499,0.85264,180,100,1,0),(39401,180471,530,1,1,-4135.92,1124.37,52.2327,2.14675,0,0,0.878817,0.477159,180,100,1,0),(39402,180471,530,1,1,-4142.53,1129.32,51.011,2.47837,0,0,0.945519,0.325568,180,100,1,0),(39403,180471,530,1,1,-4141.51,1126.79,52.2177,2.33874,0,0,0.920505,0.390731,180,100,1,0),(39404,180471,530,1,1,-4134.55,1121.39,52.215,1.65806,0,0,0.737277,0.67559,180,100,1,0),(39405,180471,530,1,1,-4138.61,1126.26,52.2327,3.07178,0,0,0.999391,0.034899,180,100,1,0),(39406,180472,530,1,1,-1619.74,5461.08,-5.10717,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(39407,180472,530,1,1,-1649.86,5534.77,5.1735,-2.00713,0,0,0.843391,-0.5373,180,100,1,0),(39408,180472,530,1,1,-2138.13,5579.47,55.6376,0.977384,0,0,0.469472,0.882948,180,100,1,0),(39409,180472,530,1,1,-2108.79,5552.37,59.4008,-0.872665,0,0,0.422618,-0.906308,180,100,1,0),(39410,180472,530,1,1,-2119.92,5562.91,59.2238,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(39411,180472,530,1,1,-2117.25,5654.9,58.009,0.453786,0,0,0.224951,0.97437,180,100,1,0),(39412,180472,530,1,1,-2144.2,5555.69,54.7074,2.33874,0,0,0.920505,0.390731,180,100,1,0),(39413,180472,530,1,1,-2147.68,5477.49,59.3269,2.84489,0,0,0.989016,0.147809,180,100,1,0),(39414,180472,530,1,1,-2132.67,5479.14,59.3402,2.32129,0,0,0.91706,0.398749,180,100,1,0),(39415,180472,530,1,1,-2170.99,5453.83,55.1168,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(39416,180472,530,1,1,-2168.29,5489.3,54.7694,0.698132,0,0,0.34202,0.939693,180,100,1,0),(39417,180472,530,1,1,-2176.12,5470.53,54.7279,-0.907571,0,0,0.438371,-0.898794,180,100,1,0),(39418,180472,530,1,1,-2209.74,5446.38,58.889,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(39419,180472,530,1,1,-2148.39,5376.29,56.3155,-2.94961,0,0,0.995396,-0.095846,180,100,1,0),(39420,180472,530,1,1,-2170.62,5436.68,55.3251,2.61799,0,0,0.965926,0.258819,180,100,1,0),(39421,180472,0,1,1,-4842.57,-857.819,506.665,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(39422,180472,0,1,1,-4878.74,-988.53,508.603,2.30383,0,0,0.913545,0.406737,180,100,1,0),(39423,180472,0,1,1,-4887.75,-995.85,508.607,2.53073,0,0,0.953717,0.300706,180,100,1,0),(39424,180472,0,1,1,-4896.72,-1003.29,508.574,2.30383,0,0,0.913545,0.406737,180,100,1,0),(39425,180472,0,1,1,-5578.99,-462.439,412.273,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(39426,180472,0,1,1,-5605.22,-531.842,402.575,1.53589,0,0,0.694658,0.71934,180,100,1,0),(39427,180472,0,1,1,-8832.67,608.795,99.9003,2.54818,0,0,0.956305,0.292372,180,100,1,0),(39428,180472,0,1,1,-9464.31,-9.875,68.3207,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(39429,180472,0,1,1,-9471.79,39.8953,71.1019,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(39430,180472,0,1,1,-9475.47,9.11111,68.4426,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(39431,180472,0,1,1,-9479.52,33.8819,66.9817,3.08923,0,0,0.999657,0.026177,180,100,1,0),(39432,180472,0,1,1,-9481.46,18.3229,66.9625,3.05433,0,0,0.999048,0.043619,180,100,1,0),(39433,180472,1,1,1,9937.76,2510.55,1325.3,-1.95477,0,0,0.829038,-0.559193,180,100,1,0),(39434,180472,1,1,1,9837.19,965.625,1316.69,0.506145,0,0,0.25038,0.968148,180,100,1,0),(39435,180472,1,1,1,9782.48,949.056,1316.65,-2.86234,0,0,0.990268,-0.139173,180,100,1,0),(39436,180472,1,1,1,9775.4,892.347,1306.31,1.43117,0,0,0.656059,0.75471,180,100,1,0),(39437,180472,1,1,1,6420.51,505.382,17.2161,-1.76278,0,0,0.771625,-0.636078,180,100,1,0),(39438,180472,1,1,1,6436.43,515.628,16.5424,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(39439,180472,1,1,1,6389.4,515.325,17.244,-1.79769,0,0,0.782608,-0.622515,180,100,1,0),(39440,180472,1,1,1,6381.98,532.99,16.5859,2.98451,0,0,0.996917,0.078459,180,100,1,0),(39441,180472,530,1,1,-4259.31,-11388.4,21.3112,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(39442,180472,530,1,1,-4262.01,-11360.6,21.3109,1.71042,0,0,0.75471,0.656059,180,100,1,0),(39443,180472,530,1,1,-4114.96,-11513.7,34.6489,2.63545,0,0,0.968148,0.25038,180,100,1,0),(39444,180472,530,1,1,-4006.12,-11344.5,-112.174,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(39445,180472,530,1,1,-3974.61,-11363.1,-111.872,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(39446,180472,530,1,1,-3992.6,-11345.2,-112.015,-1.74533,0,0,0.766044,-0.642788,180,100,1,0),(39447,180472,530,1,1,-3974.72,-11375,-111.946,2.68781,0,0,0.97437,0.224951,180,100,1,0),(39448,180472,530,1,1,-3981.84,-11351.6,-111.962,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(39449,180472,530,1,1,-3953.98,-11437.6,-112.422,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(39450,180472,530,1,1,-3981.04,-11386.9,-112.036,2.56563,0,0,0.95882,0.284015,180,100,1,0),(39451,180472,530,1,1,-4160.81,-11475.7,-109.443,0,0,0,0,1,180,100,1,0),(39452,180472,530,1,1,-4019.19,-11521.4,-114.705,2.28638,0,0,0.909961,0.414693,180,100,1,0),(39453,180472,530,1,1,-3967.08,-11476.5,-127.01,-2.23402,0,0,0.898794,-0.438371,180,100,1,0),(39454,180472,530,1,1,-3993.62,-11549.4,-114.542,-1.01229,0,0,0.48481,-0.87462,180,100,1,0),(39455,180472,530,1,1,-3979.66,-11492.8,-128.675,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(39456,180472,530,1,1,-3920.26,-11592,-129.582,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(39457,180472,530,1,1,-3919.23,-11545.7,-139.171,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(39458,180472,530,1,1,-4026.39,-11736.6,-140.944,0.488692,0,0,0.241922,0.970296,180,100,1,0),(39459,180472,530,1,1,-3982.02,-11711.9,-129.041,0.488692,0,0,0.241922,0.970296,180,100,1,0),(39460,180472,530,1,1,-3890.52,-11785.2,-84.0623,2.04204,0,0,0.85264,0.522499,180,100,1,0),(39461,180472,530,1,1,-3814.16,-11623.9,-89.4821,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(39462,180472,530,1,1,-3815.57,-11739.7,-89.073,2.14675,0,0,0.878817,0.477159,180,100,1,0),(39463,180472,530,1,1,-3761.49,-11695.9,-95.8014,0.069813,0,0,0.034899,0.999391,180,100,1,0),(39464,180472,530,1,1,-3782.72,-11696.5,-93.8381,3.14159,0,0,1,0,180,100,1,0),(39465,180472,530,1,1,-3788.11,-11668.6,-89.3509,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(39466,180472,530,1,1,-3785.14,-11717.9,-89.447,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(39467,180472,530,1,1,-3846.64,-11764.2,-70.1661,-0.907571,0,0,0.438371,-0.898794,180,100,1,0),(39468,180472,530,1,1,-3838.48,-11818.9,-50.8812,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(39469,180472,530,1,1,-3906.1,-11841.1,-21.5003,2.74017,0,0,0.979925,0.199368,180,100,1,0),(39470,180472,530,1,1,-3976.45,-11820.6,7.92456,-1.98968,0,0,0.838671,-0.544639,180,100,1,0),(39471,180472,530,1,1,-3988.22,-11847.9,19.8128,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(39472,180472,530,1,1,-4059.68,-11908.8,5.65719,-0.05236,0,0,0.026177,-0.999657,180,100,1,0),(39473,180472,530,1,1,-4079.72,-12000.8,5.58481,-1.36136,0,0,0.629321,-0.777146,180,100,1,0),(39474,180472,530,1,1,-4059.17,-12005.7,5.48356,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(39475,180472,530,1,1,-4069.88,-11997.2,27.5912,-1.85005,0,0,0.798635,-0.601815,180,100,1,0),(39476,180472,530,1,1,-4216.95,-12481.4,49.1925,-0.558505,0,0,0.275637,-0.961262,180,100,1,0),(39477,180472,530,1,1,-4207.45,-12526.8,49.5806,0.698132,0,0,0.34202,0.939693,180,100,1,0),(39478,180472,530,1,1,-4213.85,-12515.5,50.4872,0.401426,0,0,0.199368,0.979925,180,100,1,0),(39479,180472,530,1,1,-4160.59,-12457.6,47.7498,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(39480,180472,530,1,1,-4148.58,-12485.2,51.3518,-2.96706,0,0,0.996195,-0.087156,180,100,1,0),(39481,180472,530,1,1,-4150.66,-12527,50.1161,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(39482,180472,530,1,1,-2712.77,7300.46,52.5972,2.53073,0,0,0.953717,0.300706,180,100,1,0),(39483,180472,530,1,1,-2714.56,7296.48,52.5833,-0.453786,0,0,0.224951,-0.97437,180,100,1,0),(39484,180472,530,1,1,-2699.94,7292.36,50.6805,-0.383972,0,0,0.190809,-0.981627,180,100,1,0),(39485,180472,530,1,1,-2730.64,7306.01,52.4544,-0.418879,0,0,0.207912,-0.978148,180,100,1,0),(39486,180472,530,1,1,-2750.64,7306.45,69.059,2.04204,0,0,0.85264,0.522499,180,100,1,0),(39487,180472,530,1,1,-2759.28,7327.98,69.0966,-1.01229,0,0,0.48481,-0.87462,180,100,1,0),(39488,180472,530,1,1,-2744.43,7320.67,69.1316,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(39489,180472,530,1,1,-2766.21,7312.71,69.0736,0.296706,0,0,0.147809,0.989016,180,100,1,0),(39490,180472,530,1,1,-2755.17,7316.95,95.6727,-0.418879,0,0,0.207912,-0.978148,180,100,1,0),(39491,180472,530,1,1,-2788.56,7331.87,49.6673,2.6529,0,0,0.970296,0.241922,180,100,1,0),(39492,180472,530,1,1,-2923,4067.82,10.1975,2.19912,0,0,0.891007,0.453991,180,100,1,0),(39493,180472,530,1,1,-2907.3,3909.88,18.653,1.71042,0,0,0.75471,0.656059,180,100,1,0),(39494,180472,530,1,1,-3073.59,788.446,-2.04127,-0.05236,0,0,0.026177,-0.999657,180,100,1,0),(39495,180472,530,1,1,-3002.39,792.813,0.741727,2.54818,0,0,0.956305,0.292372,180,100,1,0),(39496,180472,530,1,1,-3005.84,859.766,-2.40503,-2.6529,0,0,0.970296,-0.241922,180,100,1,0),(39497,180472,530,1,1,-711.82,2724.8,100.204,1.23918,0,0,0.580703,0.814116,180,100,1,0),(39498,180472,530,1,1,282.094,6101.66,138.94,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(39499,180472,530,1,1,282.562,6088.92,138.107,-1.36136,0,0,0.629321,-0.777146,180,100,1,0),(39500,180472,530,1,1,276.182,6094.67,141.353,2.98451,0,0,0.996917,0.078459,180,100,1,0),(39501,180472,530,1,1,281.715,6115.07,147.073,1.71042,0,0,0.75471,0.656059,180,100,1,0),(39502,180472,530,1,1,256.551,6018.2,136.983,0.698132,0,0,0.34202,0.939693,180,100,1,0),(39503,180472,530,1,1,308.002,6041.85,137.461,3.01942,0,0,0.998135,0.061049,180,100,1,0),(39504,180472,530,1,1,1048.38,7364.01,48.2244,-2.37365,0,0,0.927184,-0.374607,180,100,1,0),(39505,180472,530,1,1,2031.2,6818.24,184.127,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(39506,180472,530,1,1,2039.83,6818.82,184.227,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(39507,180472,530,1,1,2039.44,6827.36,184.213,1.13446,0,0,0.5373,0.843391,180,100,1,0),(39508,180472,530,1,1,2030.54,6826.72,184.355,2.37365,0,0,0.927184,0.374607,180,100,1,0),(39509,180472,530,1,1,3029.3,5425.39,155.328,-0.907571,0,0,0.438371,-0.898794,180,100,1,0),(39510,180472,530,1,1,3010.41,5428.31,155.285,-2.40855,0,0,0.93358,-0.358368,180,100,1,0),(39511,180472,530,1,1,3032.24,5442.27,155.636,0.645772,0,0,0.317305,0.948324,180,100,1,0),(39512,180472,530,1,1,3015.15,5447.27,155.319,2.19912,0,0,0.891007,0.453991,180,100,1,0),(39513,180472,530,1,1,3024.85,5432.42,151.631,2.23402,0,0,0.898794,0.438371,180,100,1,0),(39514,180472,530,1,1,2962.29,3695.35,148.746,1.46608,0,0,0.669131,0.743145,180,100,1,0),(39515,180472,530,1,1,3063.02,3646.11,148.399,2.40855,0,0,0.93358,0.358368,180,100,1,0),(39516,180472,530,1,1,3058.51,3693.42,147.29,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(39517,180472,530,1,1,3102.92,3657.08,147.201,2.40855,0,0,0.93358,0.358368,180,100,1,0),(39518,180472,530,1,1,2993.34,3740.62,148.54,-2.35619,0,0,0.92388,-0.382683,180,100,1,0),(39519,180472,530,1,1,2971.8,3746.83,148.489,-1.27409,0,0,0.594823,-0.803857,180,100,1,0),(39520,180472,530,1,1,4116.04,3059.92,349.625,-1.15192,0,0,0.544639,-0.838671,180,100,1,0),(39521,180472,530,1,1,4106.26,3082.47,347.227,1.95477,0,0,0.829038,0.559193,180,100,1,0),(39522,180472,0,1,1,-3843.5,-843.964,19.6402,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(39523,180472,0,1,1,-3803.76,-815.917,19.7024,1.71042,0,0,0.75471,0.656059,180,100,1,0),(39524,180472,0,1,1,-3808.17,-843.53,21.5903,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(39525,180472,0,1,1,-3816.09,-815.701,19.6684,1.64061,0,0,0.731354,0.681998,180,100,1,0),(39526,180472,0,1,1,-3824.66,-843.351,21.5253,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(39527,180472,0,1,1,-3798.85,-840.222,19.7102,0.122173,0,0,0.061049,0.998135,180,100,1,0),(39528,180472,0,1,1,-3832.36,-823.182,21.5255,-3.08923,0,0,0.999657,-0.026177,180,100,1,0),(39529,180472,0,1,1,-3845.59,-836.68,24.208,0.10472,0,0,0.052336,0.99863,180,100,1,0),(39530,180472,0,1,1,-3798.68,-831.174,19.7026,0.174533,0,0,0.087156,0.996195,180,100,1,0),(39531,180472,0,1,1,-3806.48,-823.415,25.1391,-3.08923,0,0,0.999657,-0.026177,180,100,1,0),(39532,180472,0,1,1,-3827.92,-815.467,19.6712,1.51844,0,0,0.688355,0.725374,180,100,1,0),(39533,180472,0,1,1,-3836.12,-843.486,19.6667,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(39534,180472,0,1,1,-3844.39,-827.165,19.7118,1.65806,0,0,0.737277,0.67559,180,100,1,0),(39535,180472,0,1,1,-3795.23,-835.738,16.6216,0,0,0,0,1,180,100,1,0),(39536,180472,0,1,1,-3850.24,-836.247,21.4533,-3.08923,0,0,0.999657,-0.026177,180,100,1,0),(39537,180472,0,1,1,-3835.5,-827.337,19.6931,1.58825,0,0,0.71325,0.700909,180,100,1,0),(39538,180472,0,1,1,-849.115,-547.715,18.1846,1.65806,0,0,0.737277,0.67559,180,100,1,0),(39539,180472,0,1,1,-23.5729,-940.104,60.5031,-2.77507,0,0,0.983255,-0.182235,180,100,1,0),(39540,180472,0,1,1,-10.9757,-902.566,61.6934,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(39541,180472,0,1,1,-5.19358,-921.897,60.9012,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(39542,180472,1,1,1,346.632,-4673.57,24.1462,-2.00713,0,0,0.843391,-0.5373,180,100,1,0),(39543,180472,1,1,1,353.672,-4686.45,24.1544,3.14159,0,0,1,0,180,100,1,0),(39544,180472,1,1,1,341.216,-4695.41,24.1655,1.55334,0,0,0.700909,0.71325,180,100,1,0),(39545,180472,1,1,1,334.332,-4674.82,24.1872,-0.680679,0,0,0.333807,-0.942641,180,100,1,0),(39546,180472,1,1,1,330.917,-4688.35,24.1428,0.523599,0,0,0.258819,0.965926,180,100,1,0),(39547,180472,1,1,1,1592.2,-4447.56,43.1374,1.69297,0,0,0.748956,0.66262,180,100,1,0),(39548,180472,1,1,1,1583.33,-4459.53,15.0132,2.33874,0,0,0.920505,0.390731,180,100,1,0),(39549,180472,1,1,1,1613.1,-4444.98,34.0966,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(39550,180472,1,1,1,1616.23,-4391.12,22.1337,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(39551,180472,1,1,1,1607.97,-4370.9,22.1793,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(39552,180472,1,1,1,1656.34,-4430.03,34.135,0.663225,0,0,0.325568,0.945519,180,100,1,0),(39553,180472,1,1,1,1628.77,-4422.48,34.6505,1.76278,0,0,0.771625,0.636078,180,100,1,0),(39554,180472,1,1,1,1621.22,-4353.55,22.1485,2.07694,0,0,0.861629,0.507538,180,100,1,0),(39555,180472,1,1,1,1675.43,-4404.3,37.0884,2.82743,0,0,0.987688,0.156434,180,100,1,0),(39556,180472,0,1,1,2252.43,339.427,40.0785,0.959931,0,0,0.461749,0.887011,180,100,1,0),(39557,180472,0,1,1,2261.29,332.288,40.0521,1.22173,0,0,0.573576,0.819152,180,100,1,0),(39558,180472,0,1,1,2259.29,339.141,39.49,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(39559,180472,0,1,1,2239.73,323.781,40.0553,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(39560,180472,0,1,1,2267.16,342.884,45.8091,-0.139626,0,0,0.069756,-0.997564,180,100,1,0),(39561,180472,0,1,1,2216.67,314.182,42.7254,-2.77507,0,0,0.983255,-0.182235,180,100,1,0),(39562,180472,0,1,1,2245.58,312.681,42.7052,0.261799,0,0,0.130526,0.991445,180,100,1,0),(39563,180472,0,1,1,2248.52,316.682,40.0532,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(39564,180472,0,1,1,2221.13,321.8,47.3332,2.54818,0,0,0.956305,0.292372,180,100,1,0),(39565,180472,0,1,1,2234.34,299.293,42.6905,-1.39626,0,0,0.642788,-0.766044,180,100,1,0),(39566,180472,0,1,1,2253.25,257.127,45.7153,1.43117,0,0,0.656059,0.75471,180,100,1,0),(39567,180472,0,1,1,2304.21,260.66,54.2393,-1.25664,0,0,0.587785,-0.809017,180,100,1,0),(39568,180472,0,1,1,2269.48,254.275,45.6593,1.41372,0,0,0.649448,0.760406,180,100,1,0),(39569,180472,0,1,1,2315.76,263.325,44.0152,-0.15708,0,0,0.078459,-0.996917,180,100,1,0),(39570,180472,0,1,1,2264.58,227.84,44.1995,-1.67552,0,0,0.743145,-0.669131,180,100,1,0),(39571,180472,0,1,1,2239.4,251.462,40.7591,3.00197,0,0,0.997564,0.069757,180,100,1,0),(39572,180472,0,1,1,2247.41,231.62,51.3689,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(39573,180472,0,1,1,2249.1,230.59,44.2678,-1.69297,0,0,0.748956,-0.66262,180,100,1,0),(39574,180472,0,1,1,2257.21,229.922,51.3778,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(39575,180472,0,1,1,2274.03,233.228,45.6284,0.05236,0,0,0.026177,0.999657,180,100,1,0),(39576,180472,0,1,1,2293.73,243.386,45.5457,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(39577,180472,0,1,1,2267.04,228.241,51.4395,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(39578,180472,0,1,1,1630.7,258.837,-35.4783,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(39579,180472,0,1,1,1565.93,214.653,-35.4852,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(39580,180472,0,1,1,1566.49,266.5,-35.4783,0.20944,0,0,0.104528,0.994522,180,100,1,0),(39581,180472,0,1,1,1561.04,259.306,-35.4713,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(39582,180472,0,1,1,1560.73,221.87,-35.4783,1.5708,0,0,0.707107,0.707107,180,100,1,0),(39583,180472,0,1,1,1583.49,202.115,-35.4793,2.37365,0,0,0.927184,0.374607,180,100,1,0),(39584,180472,0,1,1,1595.74,247.67,-47.3432,1.67552,0,0,0.743145,0.669131,180,100,1,0),(39585,180472,0,1,1,1595.68,233.139,-47.3432,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(39586,180472,0,1,1,1595.8,207.281,-45.7957,1.55334,0,0,0.700909,0.71325,180,100,1,0),(39587,180472,0,1,1,1630.36,221.266,-35.4991,1.64061,0,0,0.731354,0.681998,180,100,1,0),(39588,180472,0,1,1,1625.08,214.17,-35.4436,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(39589,180472,0,1,1,1625.44,266.028,-35.4852,3.10669,0,0,0.999848,0.017452,180,100,1,0),(39590,180472,0,1,1,1607.38,202.161,-35.507,1.02974,0,0,0.492424,0.870356,180,100,1,0),(39591,180472,0,1,1,1584.11,278.58,-35.4862,-1.97222,0,0,0.833886,-0.551937,180,100,1,0),(39592,180472,0,1,1,1607.98,278.264,-35.5209,-1.16937,0,0,0.551937,-0.833886,180,100,1,0),(39593,180472,530,1,1,10001.5,-7180.36,35.4886,2.60054,0,0,0.96363,0.267238,180,100,1,0),(39594,180472,530,1,1,9974.96,-7205.85,35.5514,1.48353,0,0,0.67559,0.737277,180,100,1,0),(39595,180472,530,1,1,9979.44,-7200,36.0861,1.29154,0,0,0.601815,0.798636,180,100,1,0),(39596,180472,530,1,1,10007.4,-7185.05,35.9123,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(39597,180472,530,1,1,9936.7,-7241.18,35.2495,1.02974,0,0,0.492424,0.870356,180,100,1,0),(39598,180472,530,1,1,9929.06,-7242.23,35.8556,3.00197,0,0,0.997564,0.069757,180,100,1,0),(39599,180472,530,1,1,9830.91,-7292.04,31.1088,1.29154,0,0,0.601815,0.798636,180,100,1,0),(39600,180472,530,1,1,9815.73,-7287.49,31.8256,-2.86234,0,0,0.990268,-0.139173,180,100,1,0),(39601,180472,530,1,1,9674.54,-7365.94,28.197,2.42601,0,0,0.936672,0.350207,180,100,1,0),(39602,180472,530,1,1,9674.55,-7375.58,28.1379,-0.349066,0,0,0.173648,-0.984808,180,100,1,0),(39603,180472,530,1,1,9628.35,-7384.71,20.9933,2.07694,0,0,0.861629,0.507538,180,100,1,0),(39604,180472,530,1,1,9481.27,-6856.99,23.5803,2.54818,0,0,0.956305,0.292372,180,100,1,0),(39605,180472,530,1,1,9474.48,-6863.3,23.5732,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(39606,180472,530,1,1,9476.18,-6851.86,33.7294,-0.20944,0,0,0.104528,-0.994522,180,100,1,0),(39607,180472,530,1,1,9469.34,-6858.72,33.7102,0.226893,0,0,0.113203,0.993572,180,100,1,0),(39608,180472,530,1,1,9484.9,-6882.02,33.8116,1.15192,0,0,0.544639,0.838671,180,100,1,0),(39609,180472,1,1,1,-2366.23,-341.423,-4.00298,-0.558505,0,0,0.275637,-0.961262,180,100,1,0),(39610,180472,1,1,1,-2356.78,-345.862,-4.01085,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(39611,180472,1,1,1,-2373.83,-337.652,-4.00746,-0.226893,0,0,0.113203,-0.993572,180,100,1,0),(39612,180472,1,1,1,-2381.07,-341.387,4.20557,-0.401426,0,0,0.199368,-0.979925,180,100,1,0),(39613,180472,1,1,1,-1277.57,50.0303,138.394,0.593412,0,0,0.292372,0.956305,180,100,1,0),(39614,180472,1,1,1,-1309.48,36.8389,136.39,-1.06465,0,0,0.507538,-0.861629,180,100,1,0),(39615,180472,1,1,1,-1294.51,39.5434,136.457,0.698132,0,0,0.34202,0.939693,180,100,1,0),(39616,180472,1,1,1,-1301.65,41.0712,136.434,-1.0472,0,0,0.5,-0.866025,180,100,1,0),(39617,180472,1,1,1,-1311.22,31.8542,136.465,0.733038,0,0,0.358368,0.93358,180,100,1,0),(39618,180472,0,1,1,-10640.6,1198.93,41.7194,1.8675,0,0,0.803857,0.594823,180,100,1,0),(39619,180472,0,1,1,-10648.7,1156.17,41.4305,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(39620,180472,0,1,1,-10633.2,1177.2,41.7219,-0.401426,0,0,0.199368,-0.979925,180,100,1,0),(39621,180472,0,1,1,-10656.5,1161.75,45.8833,-2.00713,0,0,0.843391,-0.5373,180,100,1,0),(39622,180472,0,1,1,-10641.1,1167.03,41.312,-0.575959,0,0,0.284015,-0.95882,180,100,1,0),(39623,180472,0,1,1,-10632.8,1193.89,45.9387,1.11701,0,0,0.529919,0.848048,180,100,1,0),(39624,180472,0,1,1,-10656.2,1178.29,41.433,2.47837,0,0,0.945519,0.325568,180,100,1,0),(39625,180472,0,1,1,-10664.3,1167.84,42.0422,-2.82743,0,0,0.987688,-0.156434,180,100,1,0),(39626,180472,0,1,1,-10648.7,1188.67,41.301,2.84489,0,0,0.989016,0.147809,180,100,1,0),(39627,180472,0,1,1,-10544.9,-1160.03,34.5908,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(39628,180472,0,1,1,-10559.4,-1133.95,37.0414,-1.23918,0,0,0.580703,-0.814116,180,100,1,0),(39629,180472,0,1,1,-10524.2,-1154.26,32.231,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(39630,180472,0,1,1,-9215.49,-2167.42,81.5162,-1.39626,0,0,0.642788,-0.766044,180,100,1,0),(39631,180472,0,1,1,-9235.43,-2167.01,81.5096,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(39632,180472,0,1,1,-9246.51,-2148.59,70.8801,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(39633,180472,0,1,1,-9209.25,-2161.15,75.8212,0.15708,0,0,0.078459,0.996917,180,100,1,0),(39634,180472,0,1,1,-9233.54,-2167.75,74.37,-1.309,0,0,0.608761,-0.793353,180,100,1,0),(39635,180472,0,1,1,-9243.5,-2168.35,74.833,-2.19912,0,0,0.891007,-0.45399,180,100,1,0),(39636,180472,0,1,1,-9219.71,-2158.61,69.0896,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(39637,180472,0,1,1,-9225.44,-2167.16,81.5397,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(39638,180472,0,1,1,-9217.88,-2167.94,74.3742,-1.44862,0,0,0.66262,-0.748956,180,100,1,0),(39639,180472,0,1,1,-9225.25,-2144.25,67.629,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(39640,180472,0,1,1,-9213.14,-2147.57,78.884,3.14159,0,0,1,0,180,100,1,0),(39641,180472,0,1,1,-9217.1,-2141.01,75.8143,2.09439,0,0,0.866025,0.5,180,100,1,0),(39642,180472,0,1,1,-9233.64,-2140.88,75.8632,1.64061,0,0,0.731354,0.681998,180,100,1,0),(39643,180472,0,1,1,-9191.43,-2148.04,75.698,0.191986,0,0,0.095846,0.995396,180,100,1,0),(39644,180472,0,1,1,-5367.11,-2960.09,332.67,1.8326,0,0,0.793353,0.608761,180,100,1,0),(39645,180472,0,1,1,-5379.22,-2954.44,325.51,-2.80998,0,0,0.986286,-0.165048,180,100,1,0),(39646,180472,0,1,1,-5359.61,-2966.95,332.67,0.418879,0,0,0.207912,0.978148,180,100,1,0),(39647,180472,0,1,1,-5386.62,-2949.31,329.708,-1.25664,0,0,0.587785,-0.809017,180,100,1,0),(39648,180472,0,1,1,-5372.72,-2977.01,332.773,-1.0472,0,0,0.5,-0.866025,180,100,1,0),(39649,180472,1,1,1,6710.43,-4697.76,727.29,1.20428,0,0,0.566406,0.824126,180,100,1,0),(39650,180472,1,1,1,6687.56,-4659.61,726.272,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(39651,180472,1,1,1,6687.81,-4654.68,726.512,1.36136,0,0,0.62932,0.777146,180,100,1,0),(39652,180472,1,1,1,6694.94,-4654.86,726.554,1.64061,0,0,0.731354,0.681998,180,100,1,0),(39653,180472,1,1,1,6699.99,-4659.21,726.566,0.174533,0,0,0.087156,0.996195,180,100,1,0),(39654,180472,1,1,1,6678.45,-4685.41,726.529,-1.39626,0,0,0.642788,-0.766044,180,100,1,0),(39655,180472,1,1,1,6672.75,-4668.83,726.472,3.08923,0,0,0.999657,0.026177,180,100,1,0),(39656,180472,1,1,1,6686.6,-4680.93,726.239,1.76278,0,0,0.771625,0.636078,180,100,1,0),(39657,180472,1,1,1,6695.16,-4686.57,725.587,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(39658,180472,1,1,1,6677.68,-4669.08,726.274,0.122173,0,0,0.061049,0.998135,180,100,1,0),(39659,180472,1,1,1,6672.24,-4680.43,726.477,3.12414,0,0,0.999962,0.008727,180,100,1,0),(39660,180472,1,1,1,6686.35,-4685.88,726.423,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(39661,180472,1,1,1,6699.06,-4681.76,726.468,0.15708,0,0,0.078459,0.996917,180,100,1,0),(39662,180472,1,1,1,6673.26,-4659.15,726.477,3.14159,0,0,1,0,180,100,1,0),(39663,180472,1,1,1,6677.13,-4654.32,725.606,1.58825,0,0,0.71325,0.700909,180,100,1,0),(39664,180472,1,1,1,2766.13,-396.896,119.367,1.09956,0,0,0.522499,0.85264,180,100,1,0),(39665,180472,1,1,1,2775.8,-436.295,121.444,1.32645,0,0,0.615662,0.788011,180,100,1,0),(39666,180472,1,1,1,2737.16,-433.642,120.048,2.80998,0,0,0.986286,0.165048,180,100,1,0),(39667,180472,1,1,1,2748.22,-403.135,120.055,2.79253,0,0,0.984808,0.173648,180,100,1,0),(39668,180472,1,1,1,2746.87,-450.457,119.343,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(39669,180472,1,1,1,2779.35,-426.358,121.454,-1.85005,0,0,0.798635,-0.601815,180,100,1,0),(39670,180472,1,1,1,-852.826,-3748.06,31.8919,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(39671,180472,1,1,1,-915.629,-3729.13,13.9103,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(39672,180472,1,1,1,-917.16,-3724.57,13.9439,-2.86234,0,0,0.990268,-0.139173,180,100,1,0),(39673,180472,1,1,1,-976.174,-3672.39,16.7423,0.575959,0,0,0.284015,0.95882,180,100,1,0),(39674,180472,1,1,1,-1045.75,-3666.28,28.8748,-0.069813,0,0,0.034899,-0.999391,180,100,1,0),(39675,180472,1,1,1,-3619.92,-4443.08,23.8725,1.62316,0,0,0.725374,0.688355,180,100,1,0),(39676,180472,1,1,1,-3622.45,-4480.15,23.8967,-3.08923,0,0,0.999657,-0.026177,180,100,1,0),(39677,180472,1,1,1,-3610.87,-4442.94,23.865,1.67552,0,0,0.743145,0.669131,180,100,1,0),(39678,180472,1,1,1,-3606.17,-4480.03,23.8483,0.10472,0,0,0.052336,0.99863,180,100,1,0),(39679,180472,1,1,1,-3615.41,-4439.53,20.7609,1.6057,0,0,0.71934,0.694658,180,100,1,0),(39680,180472,1,1,1,-3610.98,-4460.68,18.4407,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(39681,180472,1,1,1,-3605.42,-4487.4,23.8798,0.122173,0,0,0.061049,0.998135,180,100,1,0),(39682,180472,1,1,1,-3622.32,-4489.05,23.8983,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(39683,180472,1,1,1,-3634.97,-4448.79,23.872,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(39684,180472,1,1,1,-3634.58,-4472.98,23.8783,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(39685,180472,1,1,1,-3634.83,-4461.12,23.8873,-2.96706,0,0,0.996195,-0.087156,180,100,1,0),(39686,180472,1,1,1,222.934,1252.56,202.113,-1.3439,0,0,0.622515,-0.782608,180,100,1,0),(39687,180472,1,1,1,239.394,1280.44,200.081,1.95477,0,0,0.829038,0.559193,180,100,1,0),(39688,180472,1,1,1,225.439,1242.2,202.126,1.79769,0,0,0.782608,0.622515,180,100,1,0),(39689,180472,1,1,1,252.698,1225,200.066,-1.27409,0,0,0.594823,-0.803857,180,100,1,0),(39690,180472,1,1,1,-4393.83,3269.74,21.5106,-3.00197,0,0,0.997564,-0.069756,180,100,1,0),(39691,180472,1,1,1,-4371.37,3317.45,21.4659,1.65806,0,0,0.737277,0.67559,180,100,1,0),(39692,180472,1,1,1,-4383.75,3258.02,22.7724,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(39693,180472,1,1,1,-4394.25,3302.18,21.6209,-3.08923,0,0,0.999657,-0.026177,180,100,1,0),(39694,180472,1,1,1,-4340.62,3301.73,23.5147,1.50098,0,0,0.681998,0.731354,180,100,1,0),(39695,180472,1,1,1,-4353.02,3317,21.784,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(39696,180472,1,1,1,-4362.25,3257.48,22.7778,-1.69297,0,0,0.748956,-0.66262,180,100,1,0),(39697,180472,1,1,1,-4350.06,3274.92,23.5513,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(39698,180472,1,1,1,-4390.11,3318,21.9916,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(39699,180472,1,1,1,-6876.86,713.354,54.5631,-1.02974,0,0,0.492424,-0.870356,180,100,1,0),(39700,180472,1,1,1,-6861.49,733.155,52.3494,0.453786,0,0,0.224951,0.97437,180,100,1,0),(39701,180472,1,1,1,-6867.31,709.95,52.9809,-1.02974,0,0,0.492424,-0.870356,180,100,1,0),(39702,180472,1,1,1,-6886.48,732.583,54.4935,2.05949,0,0,0.857167,0.515038,180,100,1,0),(39703,180472,1,1,1,-6869.42,750.474,53.3019,2.11185,0,0,0.870356,0.492424,180,100,1,0),(39704,180472,1,1,1,-6883.95,743.286,53.2916,2.1293,0,0,0.87462,0.48481,180,100,1,0),(39705,180472,1,1,1,-6852.83,717.257,52.9591,-1.02974,0,0,0.492424,-0.870356,180,100,1,0),(39706,180472,1,1,1,-7210.25,-3775.28,17.9253,2.74017,0,0,0.979925,0.199368,180,100,1,0),(39707,180472,1,1,1,-7216.49,-3801.31,4.1354,0.20944,0,0,0.104528,0.994522,180,100,1,0),(39708,180472,1,1,1,-7216.58,-3806.44,4.14484,0.122173,0,0,0.061049,0.998135,180,100,1,0),(39709,180472,1,1,1,-7192.19,-3738.15,18.1441,2.72271,0,0,0.978148,0.207912,180,100,1,0),(39710,180472,1,1,1,-7171.93,-3843.47,13.3424,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(39711,180472,1,1,1,-7148,-3836.26,13.5734,1.48353,0,0,0.67559,0.737277,180,100,1,0),(39712,180472,1,1,1,-7151.06,-3848.36,13.2882,3.05433,0,0,0.999048,0.043619,180,100,1,0),(39713,180472,1,1,1,-7165.52,-3859.74,13.5475,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(39714,180472,1,1,1,-7164.4,-3854.98,13.3331,1.39626,0,0,0.642788,0.766044,180,100,1,0),(39715,180472,1,1,1,-7146.3,-3849.48,13.5178,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(39716,180472,1,1,1,-7176.67,-3842.37,13.5859,2.98451,0,0,0.996917,0.078459,180,100,1,0),(39717,180472,1,1,1,-7170.03,-3831.27,13.6756,1.3439,0,0,0.622515,0.782608,180,100,1,0),(39718,180472,1,1,1,-7095.14,-3797.82,18.3354,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(39719,180472,1,1,1,-7093.06,-3755.53,18.3397,0.15708,0,0,0.078459,0.996917,180,100,1,0),(39720,180472,0,1,1,-6681.36,-2236.3,270.772,-2.33874,0,0,0.920505,-0.390731,180,100,1,0),(39721,180472,0,1,1,-6672.46,-2241.6,270.737,-1.39626,0,0,0.642788,-0.766044,180,100,1,0),(39722,180472,0,1,1,-6668.61,-2174.53,252.737,-2.00713,0,0,0.843391,-0.5373,180,100,1,0),(39723,180472,0,1,1,-6681.73,-2226.44,270.778,2.58309,0,0,0.961262,0.275637,180,100,1,0),(39724,180472,0,1,1,-6673.44,-2221.65,270.73,1.58825,0,0,0.71325,0.700909,180,100,1,0),(39725,180472,0,1,1,-6664.48,-2227.04,270.716,0.575959,0,0,0.284015,0.95882,180,100,1,0),(39726,180472,0,1,1,-6664.86,-2237,270.751,-0.488692,0,0,0.241922,-0.970296,180,100,1,0),(39727,180472,0,1,1,-6635.87,-2152.03,256.184,0.034907,0,0,0.017452,0.999848,180,100,1,0),(39728,180472,0,1,1,-6645.15,-2165.36,256.199,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(39729,180472,0,1,1,-6667.97,-2149.44,256.206,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(39730,180472,0,1,1,-6658.88,-2136.14,256.194,2.14675,0,0,0.878817,0.477159,180,100,1,0),(39731,180472,0,1,1,-6642.87,-2137.6,256.218,1.22173,0,0,0.573576,0.819152,180,100,1,0),(39732,180472,0,1,1,-6644.61,-2151.25,251.631,-3.08923,0,0,0.999657,-0.026177,180,100,1,0),(39733,180472,0,1,1,-6650.21,-2145.54,251.282,-0.820305,0,0,0.398749,-0.91706,180,100,1,0),(39734,180472,0,1,1,-914.611,-3525.91,92.4604,2.98451,0,0,0.996917,0.078459,180,100,1,0),(39735,180472,0,1,1,-891.455,-3546.66,92.3286,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(39736,180472,0,1,1,-915.698,-3516.3,84.1516,1.65806,0,0,0.737277,0.67559,180,100,1,0),(39737,180472,0,1,1,-891.582,-3536.21,92.6192,0.069813,0,0,0.034899,0.999391,180,100,1,0),(39738,180472,0,1,1,-916.278,-3556.08,84.1787,-1.11701,0,0,0.529919,-0.848048,180,100,1,0),(39739,180472,0,1,1,-914.644,-3536.08,92.5044,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(39740,180472,0,1,1,-925.279,-3535.94,79.8783,3.08923,0,0,0.999657,0.026177,180,100,1,0),(39741,180472,0,1,1,-914.679,-3546.86,92.3193,3.14159,0,0,1,0,180,100,1,0),(39742,180472,0,1,1,-925.076,-3522.8,79.7578,-3.08923,0,0,0.999657,-0.026177,180,100,1,0),(39743,180472,0,1,1,-891.604,-3525.95,92.521,0.087266,0,0,0.043619,0.999048,180,100,1,0),(39744,180472,0,1,1,-14459.5,488.271,19.8451,2.47837,0,0,0.945519,0.325568,180,100,1,0),(39745,180472,0,1,1,-14460.7,477.214,22.0198,-0.698132,0,0,0.34202,-0.939693,180,100,1,0),(39746,180472,1,1,1,-415.328,-2640.18,103.888,-0.20944,0,0,0.104528,-0.994522,180,100,1,0),(39747,180472,1,1,1,-393.637,-2640.78,103.934,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(39748,180472,1,1,1,-458.358,-2678.75,104.026,2.75762,0,0,0.981627,0.190809,180,100,1,0),(39749,180472,1,1,1,-446.293,-2676.3,104.009,1.50098,0,0,0.681998,0.731354,180,100,1,0),(39750,180472,1,1,1,-413.173,-2652.4,103.903,1.0821,0,0,0.515038,0.857167,180,100,1,0),(39751,180472,1,1,1,-2380.11,-2004.98,109.951,1.23918,0,0,0.580703,0.814116,180,100,1,0),(39752,180472,1,1,1,-2375.91,-1963.25,104.419,2.54818,0,0,0.956305,0.292372,180,100,1,0),(39753,180472,1,1,1,-2358.07,-1966.65,105.901,1.20428,0,0,0.566406,0.824126,180,100,1,0),(39754,180472,1,1,1,-2366.04,-1980.97,109.867,1.09956,0,0,0.522499,0.85264,180,100,1,0),(39755,180472,1,1,1,-2367.81,-1984.4,103.985,1.27409,0,0,0.594823,0.803857,180,100,1,0),(39756,180472,1,1,1,-2346.41,-1980.65,104.418,-0.418879,0,0,0.207912,-0.978148,180,100,1,0),(39757,180472,1,1,1,-5484,-2445.51,94.35,0.279253,0,0,0.139173,0.990268,180,100,1,0),(39758,180472,1,1,1,-5471.17,-2475.57,94.3389,0.436332,0,0,0.21644,0.976296,180,100,1,0),(39759,180472,1,1,1,-5461.55,-2453.59,98.6207,0.663225,0,0,0.325568,0.945519,180,100,1,0),(39760,180472,1,1,1,2337.23,-2579.24,110.568,1.15192,0,0,0.544639,0.838671,180,100,1,0),(39761,180472,1,1,1,2333.12,-2564.26,110.542,-0.139626,0,0,0.069756,-0.997564,180,100,1,0),(39762,180472,1,1,1,2343.47,-2556.66,110.625,-1.36136,0,0,0.629321,-0.777146,180,100,1,0),(39763,180472,1,1,1,2351.87,-2577.11,110.525,2.1293,0,0,0.87462,0.48481,180,100,1,0),(39764,180472,1,1,1,2355.06,-2565.08,110.534,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(39765,180472,1,1,1,917.764,907.281,113.52,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(39766,180472,1,1,1,920.682,911.196,113.52,0.436332,0,0,0.21644,0.976296,180,100,1,0),(39767,180472,1,1,1,920.259,908.49,113.506,-0.488692,0,0,0.241922,-0.970296,180,100,1,0),(39768,180472,1,1,1,907.547,916.684,119.476,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(39769,180472,1,1,1,907.752,924.128,111.285,-0.558505,0,0,0.275637,-0.961262,180,100,1,0),(39770,180472,1,1,1,892.167,934.877,111.278,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(39771,180472,1,1,1,-1607.06,3158.34,51.9636,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(39772,180472,1,1,1,-1585.55,3139.68,51.5643,1.58825,0,0,0.71325,0.700909,180,100,1,0),(39773,180472,1,1,1,-1586.91,3158.36,51.9763,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(39774,180472,1,1,1,-1582.26,3144.87,51.5921,-2.53073,0,0,0.953717,-0.300706,180,100,1,0),(39775,180472,530,1,1,-1230.77,7127.36,61.9971,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(39776,180472,530,1,1,-1261.64,7176.54,65.2897,2.49582,0,0,0.948324,0.317305,180,100,1,0),(39777,180472,530,1,1,-1257.43,7183.44,65.2095,2.74017,0,0,0.979925,0.199368,180,100,1,0),(39778,180472,530,1,1,-1259.74,7180.02,65.9859,2.53073,0,0,0.953717,0.300706,180,100,1,0),(39779,180472,530,1,1,-1199.62,7176.8,61.9248,0.645772,0,0,0.317305,0.948324,180,100,1,0),(39780,180472,530,1,1,231.388,7946.85,34.1375,-1.23918,0,0,0.580703,-0.814116,180,100,1,0),(39781,180472,530,1,1,222.973,7943.38,30.7,1.91986,0,0,0.819152,0.573576,180,100,1,0),(39782,180472,530,1,1,241.614,7901.99,33.0337,-1.09956,0,0,0.522499,-0.85264,180,100,1,0),(39783,180472,530,1,1,214.359,7926.43,30.6236,-2.60054,0,0,0.96363,-0.267238,180,100,1,0),(39784,180472,530,1,1,-2209.61,5545.72,74.6105,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(39785,180472,530,1,1,-2249.8,5493.92,64.4942,1.37881,0,0,0.636078,0.771625,180,100,1,0),(39786,180472,530,1,1,-2673.94,4392.18,41.4209,-0.401426,0,0,0.199368,-0.979925,180,100,1,0),(39787,180472,530,1,1,-2673.05,4459.56,45.9894,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(39788,180472,530,1,1,-2632.74,4464.89,41.9493,-2.40855,0,0,0.93358,-0.358368,180,100,1,0),(39789,180472,530,1,1,-2607.97,4456.57,42.1237,2.75762,0,0,0.981627,0.190809,180,100,1,0),(39790,180472,530,1,1,-2610.29,4469.33,41.9956,0.558505,0,0,0.275637,0.961262,180,100,1,0),(39791,180472,530,1,1,-2622.69,4473.53,42.0156,3.00197,0,0,0.997564,0.069757,180,100,1,0),(39792,180472,530,1,1,-2957.06,2559.08,90.632,2.6529,0,0,0.970296,0.241922,180,100,1,0),(39793,180472,530,1,1,-2960,2563.07,83.1228,2.82743,0,0,0.987688,0.156434,180,100,1,0),(39794,180472,530,1,1,-2976.82,2563.41,82.9219,0.610865,0,0,0.300706,0.953717,180,100,1,0),(39795,180472,530,1,1,-2967.12,2559,85.6189,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(39796,180472,530,1,1,-2980.92,2559.11,82.9291,2.54818,0,0,0.956305,0.292372,180,100,1,0),(39797,180472,530,1,1,-2975.52,2565.62,82.9219,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(39798,180472,530,1,1,-2959.03,2553.67,96.3613,1.72788,0,0,0.760406,0.649448,180,100,1,0),(39799,180472,530,1,1,-2965.25,2562.2,84.5531,1.20428,0,0,0.566406,0.824126,180,100,1,0),(39800,180472,530,1,1,-2975.79,2570.32,82.922,-1.88496,0,0,0.809017,-0.587785,180,100,1,0),(39801,180472,530,1,1,-2924.27,2653.71,99.342,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(39802,180472,530,1,1,-4135.9,1127.75,53.2335,1.02974,0,0,0.492424,0.870356,180,100,1,0),(39803,180472,530,1,1,-1854.82,5208.65,-33.9945,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(39804,180472,530,1,1,212.697,2693.7,98.183,-2.82743,0,0,0.987688,-0.156434,180,100,1,0),(39805,186269,189,1,1,1774.87,1347.73,17.9662,-2.87979,0,0,0.991445,-0.130526,86400,100,1,0),(39806,186269,189,1,1,1774.77,1349.65,18.0742,2.33874,0,0,0.920505,0.390731,86400,100,1,0),(39807,186269,189,1,1,1776.55,1346.47,17.9903,-1.46608,0,0,0.669131,-0.743145,86400,100,1,0),(39808,186269,189,1,1,1776.73,1350.71,18.2772,1.5708,0,0,0.707107,0.707107,86400,100,1,0),(39809,186269,189,1,1,1778.53,1347.8,18.1645,-0.575959,0,0,0.284015,-0.95882,86400,100,1,0),(39810,186269,189,1,1,1778.41,1349.91,18.2217,0.331613,0,0,0.165048,0.986286,86400,100,1,0),(39811,186269,189,1,1,1765.26,1347.54,17.5504,0.069813,0,0,0.034899,0.999391,86400,41,1,0),(39812,186328,189,1,1,1777.72,1349.6,18.2638,0.575959,0,0,0.284015,0.95882,86400,100,1,0),(39813,186328,189,1,1,1775.78,1346.66,18.0012,-1.55334,0,0,0.700909,-0.71325,86400,100,1,0),(39814,186328,189,1,1,1777.65,1347.4,18.1198,0.017453,0,0,0.008727,0.999962,86400,100,1,0),(39817,180919,530,1,1,9336,-7884.21,161,6.24254,0,0,0.0203218,-0.999793,25,0,1,0),(13,3207,0,1,1,-12205.7,-535.45,29.8627,-0.663225,0.062972,-0.044691,-0.323067,0.94322,900,100,1,0),(417,126340,0,1,1,-7522.6,-1274.6,296.637,-3.01942,0,0,0.998135,-0.061049,7200,100,1,0),(21219,180407,0,1,1,-10517.2,-3317.18,32.3102,-0.698132,0,0,0.34202,-0.939693,600,100,1,0),(24169,180471,0,1,1,-10464.1,-3261.28,32.3179,1.43117,0,0,0.656059,0.75471,600,100,1,0),(39821,180407,0,1,1,-10471,-3266.66,38.9726,1.72788,0,0,0.760406,0.649448,600,100,1,0),(39822,180405,0,1,1,-10462.6,-3282.97,21.4072,2.68781,0,0,0.97437,0.224951,600,100,1,0),(39823,180407,0,1,1,-10402.7,-3292.8,31.1736,0.471239,0,0,0.233445,0.97237,600,100,1,0),(39824,180406,0,1,1,-10476,-3263.56,21.0499,-2.82743,0,0,0.987688,-0.156434,600,100,1,0),(39825,180472,0,1,1,-10489.9,-3270.82,31.7689,-1.09956,0,0,0.522499,-0.85264,600,100,1,0),(39826,180406,0,1,1,-10411.9,-3293,31.355,0.366519,0,0,0.182236,0.983255,600,100,1,0),(39827,180406,0,1,1,-10468.9,-3269.33,20.2304,1.43117,0,0,0.656059,0.75471,600,100,1,0),(39828,180472,0,1,1,-10466.6,-3260.92,28.5181,-0.087267,0,0,0.04362,-0.999048,600,100,1,0),(39829,180405,0,1,1,-10374.5,-3254.37,30.9464,2.44346,0,0,0.939693,0.34202,600,100,1,0),(39830,180406,0,1,1,-10379.3,-3246.54,30.7355,2.47837,0,0,0.945519,0.325568,600,100,1,0),(39831,180405,0,1,1,-10465.6,-3252.2,20.1782,2.32129,0,0,0.91706,0.398749,600,100,1,0),(39832,180407,0,1,1,-10474.7,-3254.83,21.0492,0.226893,0,0,0.113203,0.993572,600,100,1,0),(39833,180407,0,1,1,-10466.9,-3254.33,37.8394,1.81514,0,0,0.788011,0.615662,600,100,1,0),(39834,180472,0,1,1,-10484.8,-3243.19,31.8426,1.13446,0,0,0.5373,0.843391,600,100,1,0),(39835,180405,0,1,1,-10457.7,-3220.28,31.4225,-2.72271,0,0,0.978148,-0.207912,600,100,1,0),(39836,180472,0,1,1,-10490.8,-3249.92,27.0335,-1.8326,0,0,0.793353,-0.608761,600,100,1,0),(39837,180523,0,1,1,-10489.8,-3249.77,21.3302,-1.13446,0,0,0.5373,-0.843391,1,100,1,0),(39838,180406,0,1,1,-10466.9,-3220.31,31.1332,-2.77507,0,0,0.983255,-0.182235,600,100,1,0),(39839,190086,0,1,1,-10487.7,-3256.98,21.0293,1.27409,0,0,0.594823,0.803857,600,100,1,0),(39840,180472,0,1,1,-10511.1,-3252.49,31.7915,2.96706,0,0,0.996195,0.087156,600,100,1,0),(39841,180471,0,1,1,-10498.1,-3248.7,25.864,0.261799,0,0,0.130526,0.991445,600,100,1,0),(39842,180472,0,1,1,-10505.7,-3267.78,31.8062,-2.16421,0,0,0.882948,-0.469472,600,100,1,0),(39843,180471,0,1,1,-10500.6,-3256.17,25.7453,2.37365,0,0,0.927184,0.374607,600,100,1,0),(39844,180472,0,1,1,-10502.4,-3252.83,27.2633,-0.087267,0,0,0.04362,-0.999048,600,100,1,0),(39845,180472,0,1,1,-10500.6,-3240.27,31.8518,2.02458,0,0,0.848048,0.529919,600,100,1,0),(39846,180523,530,1,1,-1906.53,5775.66,131.212,-1.74533,0,0,0.766044,-0.642788,1,100,1,0),(39847,180523,530,1,1,-2192.87,5403.04,51.8825,-2.30383,0,0,0.913545,-0.406737,1,100,1,0),(39848,180523,0,1,1,-4839.18,-863.865,510.518,2.86234,0,0,0.990268,0.139173,1,100,1,0),(39849,180523,0,1,1,-5584.79,-539.93,404.089,-0.663225,0,0,0.325568,-0.945519,1,100,1,0),(39850,180523,0,1,1,-8860.01,674.45,98.6253,-2.14675,0,0,0.878817,-0.477159,1,100,1,0),(39851,180523,1,1,1,9815.24,967.38,1309.05,-1.69297,0,0,0.748956,-0.66262,1,100,1,0),(39852,180523,1,1,1,6415.74,512.385,8.92158,1.65806,0,0,0.737277,0.67559,1,100,1,0),(39853,180523,530,1,1,-4138.38,-12473.2,45.092,0.261799,0,0,0.130526,0.991445,1,100,1,0),(39854,180523,530,1,1,-2766.93,7305.75,43.9919,3.00197,0,0,0.997564,0.069757,1,100,1,0),(39855,180523,530,1,1,-2912.23,4020.37,0.921569,-0.488692,0,0,0.241922,-0.970296,1,100,1,0),(39856,180523,530,1,1,-4079.42,2187.24,108.049,-2.26893,0,0,0.906308,-0.422618,1,100,1,0),(39857,180523,530,1,1,-2983.56,869.324,-7.05704,-1.67552,0,0,0.743145,-0.669131,1,100,1,0),(39858,180523,530,1,1,-709.45,2733.63,95.2751,1.79769,0,0,0.782608,0.622515,1,100,1,0),(39859,180523,530,1,1,228.37,4339.8,119.79,2.53073,0,0,0.953717,0.300706,1,100,1,0),(39860,180523,530,1,1,291.079,6091.08,132.607,0.593412,0,0,0.292372,0.956305,1,100,1,0),(39861,180523,530,1,1,1054.65,7373.56,40.0625,-2.04204,0,0,0.85264,-0.522498,1,100,1,0),(39862,180523,530,1,1,2097.38,6909.25,183.758,-2.54818,0,0,0.956305,-0.292372,1,100,1,0),(39863,180523,530,1,1,1932.29,5536.64,267.032,1.02974,0,0,0.492424,0.870356,1,100,1,0),(39864,180523,530,1,1,3025.77,5436.04,147.089,-1.36136,0,0,0.629321,-0.777146,1,100,1,0),(39865,180523,530,1,1,3062.58,3693.05,142.823,0.017453,0,0,0.008727,0.999962,1,100,1,0),(39866,180523,530,1,1,4109.64,3066.94,339.965,-3.05433,0,0,0.999048,-0.043619,1,100,1,0),(39867,180523,0,1,1,-3823.61,-833.012,10.3683,1.15192,0,0,0.544639,0.838671,1,100,1,0),(39868,180523,0,1,1,-852.939,-568.741,11.3427,-2.75762,0,0,0.981627,-0.190809,1,100,1,0),(39869,180523,0,1,1,-12.8681,-927.523,57.6167,-2.54818,0,0,0.956305,-0.292372,1,100,1,0),(39870,180523,1,1,1,340.696,-4697.91,16.7286,-0.279253,0,0,0.139173,-0.990268,1,100,1,0),(39871,180523,1,1,1,1635.93,-4443.07,16.0593,0.645772,0,0,0.317305,0.948324,1,100,1,0),(39872,180523,0,1,1,2269.13,249.087,34.9444,0.244346,0,0,0.121869,0.992546,1,100,1,0),(39873,180523,0,1,1,1645.08,218.875,-42.7976,0.069813,0,0,0.034899,0.999391,1,100,1,0),(39874,180523,530,1,1,9692.83,-7370.21,11.9283,-1.39626,0,0,0.642788,-0.766044,1,100,1,0),(39875,180523,530,1,1,9552.75,-7223.86,16.2122,-0.628319,0,0,0.309017,-0.951056,1,100,1,0),(39876,180523,530,1,1,9477,-6850.94,17.9411,0.314159,0,0,0.156434,0.987688,1,100,1,0),(39877,180523,1,1,1,-2371.92,-348.406,-8.67921,2.32129,0,0,0.91706,0.398749,1,100,1,0),(39878,180523,1,1,1,-1286.76,37.5031,129.486,2.44346,0,0,0.939693,0.34202,1,100,1,0),(39879,180523,0,1,1,-10645.5,1176.89,34.7773,0.139626,0,0,0.069756,0.997564,1,100,1,0),(39880,180523,0,1,1,-10515.5,-1154.88,28.8079,1.27409,0,0,0.594823,0.803857,1,100,1,0),(39881,180523,0,1,1,-9217.99,-2151.35,64.6316,1.93731,0,0,0.824126,0.566406,1,100,1,0),(39882,180523,0,1,1,-5377.69,-2966.28,322.342,0.645772,0,0,0.317305,0.948324,1,100,1,0),(39883,180523,1,1,1,6692.21,-4661.61,721.989,-1.309,0,0,0.608761,-0.793353,1,100,1,0),(39884,180523,1,1,1,2760.96,-430.809,111.749,-2.32129,0,0,0.91706,-0.398749,1,100,1,0),(39885,180523,1,1,1,-1055.18,-3667.13,24.1591,0.994838,0,0,0.477159,0.878817,1,100,1,0),(39886,180523,1,1,1,-3612.08,-4469.29,14.8008,-2.72271,0,0,0.978148,-0.207912,1,100,1,0),(39887,180523,1,1,1,237.868,1255.6,192.428,-1.72788,0,0,0.760406,-0.649448,1,100,1,0),(39888,180523,1,1,1,-4381.68,3279.98,13.8363,2.74017,0,0,0.979925,0.199368,1,100,1,0),(39889,180523,1,1,1,-6863.62,725.828,45.9329,-2.28638,0,0,0.909961,-0.414693,1,100,1,0),(39890,180523,1,1,1,-7154.14,-3842.12,9.06118,-1.46608,0,0,0.669131,-0.743145,1,100,1,0),(39891,180523,0,1,1,-6647.28,-2156.66,245.629,-2.33874,0,0,0.920505,-0.390731,1,100,1,0),(39892,180523,0,1,1,-914.346,-3520.18,73.1017,-2.3911,0,0,0.930418,-0.366501,1,100,1,0),(39893,180523,0,1,1,-14463.1,479.976,20.7248,-1.16937,0,0,0.551937,-0.833886,1,100,1,0),(39894,180523,1,1,1,-399.312,-2643.31,96.4938,-0.890118,0,0,0.430511,-0.902585,1,100,1,0),(39895,180523,1,1,1,-2378.3,-2000.52,96.9825,-2.44346,0,0,0.939693,-0.34202,1,100,1,0),(39896,180523,1,1,1,-5471.74,-2463.49,89.5615,-2.86234,0,0,0.990268,-0.139173,1,100,1,0),(39897,180523,1,1,1,2347.42,-2573.19,103.044,-2.02458,0,0,0.848048,-0.529919,1,100,1,0),(39898,180523,1,1,1,905.736,911.613,106.549,-2.56563,0,0,0.95882,-0.284015,1,100,1,0),(39899,180523,1,1,1,-1582.53,3141.49,46.7652,-2.58309,0,0,0.961262,-0.275637,1,100,1,0),(39900,180523,530,1,1,-1232.62,7157.43,57.7581,0.977384,0,0,0.469472,0.882948,1,100,1,0),(39901,180523,530,1,1,224.966,7933.8,25.5986,0.366519,0,0,0.182236,0.983255,1,100,1,0),(39902,180523,530,1,1,2237.36,4717.63,162.604,1.6057,0,0,0.71934,0.694658,1,100,1,0),(39903,180523,530,1,1,-2617.77,4451.82,36.531,1.81514,0,0,0.788011,0.615662,1,100,1,0),(39904,180523,530,1,1,-2958.81,2564.87,78.1715,0.523599,0,0,0.258819,0.965926,1,100,1,0),(39905,180523,530,1,1,-4143.22,1130.07,45.0524,-0.331612,0,0,0.165048,-0.986286,1,100,1,0),(39906,180523,530,1,1,195.543,2609.93,87.8183,1.53589,0,0,0.694658,0.71934,1,100,1,0),(39907,180523,530,1,1,-572.655,4140.24,68.6375,-1.69297,0,0,0.748956,-0.66262,1,100,1,0),(39908,185541,530,1,1,-3694.78,3742.61,277.928,4.2977,0,0,0.837527,-0.546395,320,0,1,0),(39909,185541,530,1,1,-3741.15,3708.08,278.799,0.491663,0,0,0.243363,0.969935,320,0,1,0),(39910,185541,530,1,1,-3876.17,3747.33,292.22,2.5282,0,0,0.953336,0.301912,320,0,1,0),(39911,185541,530,1,1,-3982.49,3680.82,288.832,3.57121,0,0,0.977018,-0.213159,320,0,1,0),(39912,185541,530,1,1,-4037.01,3593.9,286.743,4.3299,0,0,0.828622,-0.559808,320,0,1,0),(39913,185541,530,1,1,-4082.03,3515.52,286.767,4.0825,0,0,0.891363,-0.453291,320,0,1,0),(39914,185541,530,1,1,-4097.31,3403.79,295.755,5.7232,0,0,0.27635,-0.961057,320,0,1,0),(39915,185541,530,1,1,-4026.05,3307.32,284.291,5.11137,0,0,0.552956,-0.833211,320,0,1,0),(39916,185541,530,1,1,-4152.35,3258.43,298.944,0.375418,0,0,0.186609,0.982434,320,0,1,0),(39917,185541,530,1,1,-3929,3275.78,296.691,5.94939,0,0,0.166124,-0.986105,320,0,1,0),(39918,185541,530,1,1,-3852.27,3315.06,274.826,0.914986,0,0,0.4417,0.897163,320,0,1,0),(39919,185541,530,1,1,-3983.47,3223.84,296.132,4.77915,0,0,0.683115,-0.730311,320,0,1,0),(39920,185541,530,1,1,-3944.65,3143.6,328.328,4.62521,0,0,0.737249,-0.675621,320,0,1,0),(39921,174794,0,1,1,-9360.51,543.767,48.4284,1.51031,0,0,0.685401,0.728166,25,0,1,0),(39922,186234,0,1,1,-9374.96,52.444,60.9188,2.79253,0,0,0.984808,0.173648,1,100,1,0),(43067,180523,530,1,1,-4138.38,-12473.2,45.092,0.261799,0,0,0.130526,0.991445,2,100,1,0),(43066,186614,530,1,1,-4187.38,-12504,44.3613,-0.314159,0,0,0.156434,-0.987688,2,100,1,0),(43065,186615,530,1,1,-4185.22,-12506.5,44.3613,-1.27409,0,0,0.594823,-0.803857,2,100,1,0),(43064,186234,530,1,1,-4185.75,-12504.5,44.3613,-2.33874,0,0,0.920505,-0.390731,2,100,1,0),(39927,180570,0,1,1,-858.213,-577.129,13.7121,1.51844,0,0,0.688355,0.725374,180,100,1,0),(39928,176583,1,1,1,3634.74,-5081.17,87.0803,-1.37881,0,0,0.636078,-0.771625,60,100,1,0),(39929,176583,1,1,1,3946.57,-5300.64,126.174,0,0,0,0,0,60,0,1,0),(39930,176584,1,1,1,2944.55,-4102.77,104.082,0,0,0,0,0,60,0,1,0),(39931,176584,1,1,1,3870.36,-5051.52,131.018,1.74533,0,0,0,1,60,255,1,0),(39932,142140,1,1,1,2994.69,-4191.74,99.2509,0,0,0,0,0,60,0,1,0),(39933,142140,1,1,1,3247.26,-4355.22,128.791,0,0,0,0,0,60,0,1,0),(39934,142140,1,1,1,3435.67,-4595.98,104.198,1.64061,0,0,0,1,60,255,1,0),(39935,142140,1,1,1,3679.39,-5030.5,137.12,0,0,0,0,0,60,0,1,0),(39936,176586,1,1,1,3503.66,-4555.64,130.593,0,0,0,0,0,60,0,1,0),(39937,175404,1,1,1,2454.85,-6524.62,13.1702,0,0,0,0,0,2700,0,1,0),(39938,142142,1,1,1,2952.15,-4158.74,99.8019,-2.67035,0,0,0,1,60,255,1,0),(39939,142142,1,1,1,3146.87,-4251.87,101.115,0,0,0,0,0,60,0,1,0),(39940,142142,1,1,1,3282.85,-4195.96,108.182,0,0,0,0,0,60,0,1,0),(39941,2040,1,1,1,3280.91,-4263.56,128.709,0,0,0,0,0,1800,0,1,0),(6805,173096,1,1,1,2056.66,-4846.36,24.4633,0.57596,0,0,0.284016,0.95882,900,100,1,0),(6801,2061,1,1,1,2034.78,-4710.6,26.8715,-2.28638,0,0,0.909961,-0.414693,900,100,1,0),(39944,324,1,1,1,-6379.43,-1967.41,-166.9,0,0,0,0,0,2700,0,1,0),(39945,175404,1,1,1,-7247.48,-1466.81,-227.61,0,0,0,0,0,2700,0,1,0),(39946,1617,530,1,1,-3742.51,-12603.3,6.63434,0,0,0,0,0,60,0,1,0),(39947,1617,530,1,1,-4563.28,-11627.5,18.2939,-3.01941,0,0,0,1,60,255,1,0),(39948,1731,530,1,1,-3496.12,-11577,14.9949,0,0,0,0,0,900,0,1,0),(39949,1731,530,1,1,-3703.19,-11466.1,303.665,2.53072,0,0,0,1,900,255,1,0),(39950,1731,530,1,1,-3823.74,-12579.4,2.17238,0,0,0,0,0,900,0,1,0),(39952,176584,0,1,1,-8296.72,-1910.3,142.82,0,0,0,0,0,2700,0,1,0),(39954,176584,0,1,1,-7785.81,-1741.95,133.241,0,0,0,0,0,2700,0,1,0),(39955,176586,0,1,1,-8277.23,-2797.4,168.285,0,0,0,0,0,2700,0,1,0),(39956,176586,0,1,1,-8178.27,-3033.76,162.67,0,0,0,0,0,2700,0,1,0),(39957,142142,0,1,1,-7710.37,-2015.47,133.439,0,0,0,0,0,2700,0,1,0),(39958,142142,0,1,1,-8042.05,-2924.21,133.322,0,0,0,0,0,2700,0,1,0),(39959,1624,0,1,1,-7044.2,-3581.83,242.035,0,0,0,0,0,60,0,1,0),(416,126338,0,1,1,-7586.38,-1285.8,301.35,-3.01942,0,0,0.998135,-0.061049,7200,100,1,0),(415,126342,0,1,1,-7517.62,-1338.7,291.773,-3.01942,0,0,0.998135,-0.061049,7200,100,1,0),(70610,1735,0,1,1,-6656.69,-3375.81,260.036,-0.558504,0,0,0,1,900,255,1,0),(70609,2047,0,1,1,-6582,-2753,271.527,6.144,0,0,0,0,900,255,1,0),(70608,1733,0,1,1,-6582,-2753,271.527,6.144,0,0,0,0,900,255,1,0),(70607,1734,0,1,1,-6582,-2753,271.527,6.144,0,0,0,0,900,255,1,0),(70606,2040,0,1,1,-6582,-2753,271.527,6.144,0,0,0,0,900,255,1,0),(39967,2866,0,1,1,-7316.03,-3449.29,314.218,0,0,0,0,0,60,0,1,0),(39968,2041,0,1,1,-3387.81,-2701.29,8.18293,0,0,0,0,0,60,0,1,0),(74331,324,0,1,1,2083.02,-3614,141.91,4.762,0,0,0,0,900,255,1,0),(39970,2866,0,1,1,-6789.56,-1452.27,171.825,0,0,0,0,0,60,0,1,0),(39971,2866,0,1,1,-7081.08,-1059.23,240.712,1.32645,0,0,0,1,60,255,1,0),(12,3205,0,1,1,-12205.8,-536.642,29.1945,2.47837,0.05583,0.08211,0.94166,0.321586,900,100,1,0),(11,3202,0,1,1,-12167.9,-229.592,33.2801,2.57436,0,0,0.96005,0.279829,900,100,1,0),(9,3214,0,1,1,-14253.9,301.953,30.4719,-1.49226,0,0,-0.678801,0.734323,900,100,1,0),(39975,1624,0,1,1,-10945.9,120.067,37.8769,0,0,0,0,0,60,0,1,0),(39976,1624,0,1,1,-10253.2,478.01,36.3302,-1.06465,0,0,0.507538,-0.861629,60,100,1,0),(73657,1735,0,1,1,-10486.4,-770.31,62.5892,1.09956,0,0,0,1,900,255,1,0),(8,3217,0,1,1,-14238.8,301.05,27.1206,3.12414,-0.003861,0.056728,0.998342,0.00896,900,100,1,0),(39979,1622,0,1,1,-10513.1,291.466,31.6615,0,0,0,0,0,60,0,1,0),(73656,1732,0,1,1,-10486.4,-770.31,62.5892,1.09956,0,0,0,1,900,255,1,0),(73655,1731,0,1,1,-10486.4,-770.31,62.5892,1.09956,0,0,0,1,900,255,1,0),(73654,1734,0,1,1,-11080,-1109,44.755,-2,0,0,-0.688354,0.725375,900,255,1,0),(73653,1733,0,1,1,-11080,-1109,44.755,-2,0,0,-0.688354,0.725375,900,255,1,0),(73652,1735,0,1,1,-11080,-1109,44.755,-2,0,0,-0.688354,0.725375,900,255,1,0),(73651,1732,0,1,1,-11080,-1109,44.755,-2,0,0,-0.688354,0.725375,900,255,1,0),(73650,1731,0,1,1,-11080,-1109,44.755,-2,0,0,-0.688354,0.725375,900,255,1,0),(7,3216,0,1,1,-14238.8,301.408,27.872,3.12414,0,0,0.999962,0.008727,900,100,1,0),(39988,1623,0,1,1,-10761.2,-357.067,95.771,0,0,0,0,0,60,0,1,0),(73649,1734,0,1,1,-10449.9,-1020.57,53.7499,1.50098,0,0,0,1,900,255,1,0),(73648,1733,0,1,1,-10449.9,-1020.57,53.7499,1.50098,0,0,0,1,900,255,1,0),(73647,1735,0,1,1,-10449.9,-1020.57,53.7499,1.50098,0,0,0,1,900,255,1,0),(73646,1732,0,1,1,-10449.9,-1020.57,53.7499,1.50098,0,0,0,1,900,255,1,0),(73645,1731,0,1,1,-10449.9,-1020.57,53.7499,1.50098,0,0,0,1,900,255,1,0),(73644,1734,0,1,1,-11101,-254,33.215,2.566,0,0,0,0,900,255,1,0),(39995,1628,0,1,1,-10536.1,400.886,32.0835,0,0,0,0,0,60,0,1,0),(39996,142142,0,1,1,-11317.3,-3360.56,7.88618,0,0,0,0,0,60,0,1,0),(39997,142145,0,1,1,-11812,-3348.31,5.77242,0,0,0,0,0,60,0,1,0),(71513,324,0,1,1,-10875,-2785,55.716,1.524,0,0,0,0,900,255,1,0),(39999,1622,0,1,1,-9172.12,-2444.5,114.871,0,0,0,0,0,60,0,1,0),(40000,1617,0,1,1,-10307.6,1344.26,40.4595,-2.9845,0,0,0,1,60,255,1,0),(40001,1621,0,1,1,-11073,1546.55,44.7528,0,0,0,0,0,60,0,1,0),(40002,1621,0,1,1,-11017.3,1273.56,42.0886,0,0,0,0,0,60,0,1,0),(40003,1731,0,1,1,-10468.5,1341.91,44.6808,0,0,0,0,0,900,0,1,0),(30777,181271,530,1,1,2003.97,5903.8,137.359,-0.349066,0,0,0.173648,-0.984808,60,100,1,0),(5,2061,0,1,1,-12430.6,-840.543,40.4541,0.494107,0,0,0.244548,0.969637,900,100,1,0),(74816,1731,0,1,1,-9628.99,102.231,48.9472,2.32129,0,0,0.91706,0.398749,900,255,1,0),(74815,1731,0,1,1,-9828.76,184.747,13.2738,2.30383,0,0,0.913545,0.406737,900,255,1,0),(74814,1731,0,1,1,-9802.83,128.656,7.04257,2.93215,0,0,0.994522,0.104528,900,255,1,0),(74813,1731,0,1,1,-9787.18,123.07,25.8958,0.069813,0,0,0.034899,0.999391,900,255,1,0),(74812,1731,0,1,1,-9840.77,121.837,6.28642,2.82743,0,0,0.987688,0.156434,900,255,1,0),(40011,1624,0,1,1,-12781.8,-655.897,64.5905,0,0,0,0,0,60,0,1,0),(40012,1734,0,1,1,-12808.4,-650.557,67.8432,1.64061,0,0,0,1,2700,255,1,0),(40013,2040,0,1,1,-12340.3,-1087.51,91.6307,0,0,0,0,0,1800,0,1,0),(40014,2040,0,1,1,-14574.7,-239.4,12.7265,0,0,0,0,0,1800,0,1,0),(40015,2042,0,1,1,-12274,44.3563,17.7245,0,0,0,0,0,60,0,1,0),(40016,2042,0,1,1,-12275.3,22.47,20.5699,0,0,0,0,0,60,0,1,0),(4,1970,0,1,1,-12430.6,-840.543,40.4541,0.494107,0,0,0.244548,0.969637,900,100,1,0),(40018,1735,0,1,1,-13571,-141.395,49.1922,0.925024,0,0,0,1,1800,255,1,0),(40019,1735,0,1,1,-12388.9,-834.667,50.8624,0,0,0,0,0,1800,0,1,0),(40020,1735,0,1,1,-12928,-435.196,31.8678,0,0,0,0,0,1800,0,1,0),(40021,2047,0,1,1,-14259.3,8.1979,4.2745,0,0,0,0,0,1800,0,1,0),(40022,2046,0,1,1,-12348.3,-559.049,28.1487,-2.58308,0,0,0,1,60,255,1,0),(68638,1732,0,1,1,-1194.75,-1983.38,73.9694,2.61799,0,0,0,0,900,255,1,0),(68637,2040,0,1,1,-1194.75,-1983.38,73.9694,2.61799,0,0,0,0,900,255,1,0),(40025,181555,530,1,1,3777.4,2311.55,119.288,0,0,0,0,0,3600,100,1,0),(40026,181555,530,1,1,3459.48,2697.27,155.056,0,0,0,0,0,3600,100,1,0),(40027,181555,530,1,1,2505.68,1995.99,84.5939,0,0,0,0,0,3600,100,1,0),(40028,181555,530,1,1,4547.79,3347.34,155.605,0,0,0,0,0,3600,100,1,0),(40029,181555,530,1,1,4642.88,3291.31,168.108,0,0,0,0,0,3600,100,1,0),(40030,181555,530,1,1,3165.76,2069.74,163.439,0,0,0,0,0,3600,100,1,0),(40031,181557,530,1,1,2919.99,2477.05,125.534,0,0,0,0,0,3600,0,1,0),(40032,181557,530,1,1,4183.29,2330.77,104.263,0,0,0,0,0,3600,0,1,0),(40033,2041,530,1,1,4333.47,3002.03,124.227,0,0,0,0,0,60,0,1,0),(40034,2041,530,1,1,3558.45,2934.83,142.231,0,0,0,0,0,60,0,1,0),(40035,176583,530,1,1,3415.31,3015.13,142.93,0,0,0,0,0,60,0,1,0),(40036,181569,530,1,1,4183.4,2332.78,104.792,0,0,0,0,0,3600,0,1,0),(40037,181569,530,1,1,3041.06,4224.73,161.59,0,0,0,0,0,3600,0,1,0),(40038,181569,530,1,1,3352.82,3462.93,138.81,0,0,0,0,0,3600,0,1,0),(40039,181569,530,1,1,3945.69,2217.72,231.473,0,0,0,0,0,3600,0,1,0),(40040,181569,530,1,1,2560.77,3817.14,143.667,0,0,0,0,0,3600,0,1,0),(40041,181569,530,1,1,3416.41,3003.54,144.479,0,0,0,0,0,3600,0,1,0),(40042,181271,530,1,1,3594.15,2904.31,147.144,0,0,0,0,0,60,100,1,0),(40043,181271,530,1,1,3214.8,2774.05,153.756,0,0,0,0,0,60,100,1,0),(40044,181271,530,1,1,3415.7,2933.42,157.612,0,0,0,0,0,60,100,1,0),(40045,181271,530,1,1,3707.39,2736.7,129.424,0,0,0,0,0,60,100,1,0),(40046,181271,530,1,1,2251.66,2420.43,118.624,0,0,0,0,0,60,100,1,0),(40047,181271,530,1,1,2381,2451.07,144.984,0,0,0,0,0,60,100,1,0),(40048,181271,530,1,1,2376.7,2263.59,128.725,0,0,0,0,0,60,100,1,0),(40049,181271,530,1,1,2276.1,2078.87,65.2919,0,0,0,0,0,60,100,1,0),(40050,181271,530,1,1,3107.53,3493.23,157.345,0,0,0,0,0,60,100,1,0),(40051,181271,530,1,1,3507.71,3111.58,131.681,0,0,0,0,0,60,100,1,0),(40052,181271,530,1,1,3841.29,1807.55,233.408,0,0,0,0,0,60,100,1,0),(40053,181271,530,1,1,4730.51,2625.63,209.647,0,0,0,0,0,60,100,1,0),(40054,181271,530,1,1,2864.73,3168.05,178.485,0,0,0,0,0,60,100,1,0),(40055,181271,530,1,1,3386.6,3605.72,160.047,0,0,0,0,0,60,100,1,0),(40056,181271,530,1,1,3619.48,3009.83,130.376,0,0,0,0,0,60,100,1,0),(40057,181271,530,1,1,4962.95,2958.82,122.953,0,0,0,0,0,60,100,1,0),(40058,181271,530,1,1,4794.97,3341.12,201.786,0,0,0,0,0,60,100,1,0),(40059,181271,530,1,1,3601.85,3162.8,100.764,0,0,0,0,0,60,100,1,0),(40060,181270,530,1,1,4330.16,3026.05,128.676,0,0,0,0,0,60,0,1,0),(40061,181270,530,1,1,3516.95,3066.12,139.306,0,0,0,0,0,60,0,1,0),(40062,181270,530,1,1,3620.59,2873.66,154.983,0,0,0,0,0,60,0,1,0),(40063,181270,530,1,1,3377.53,2997.22,142.073,0,0,0,0,0,60,0,1,0),(40064,181270,530,1,1,5046.09,2956.26,90.5101,0,0,0,0,0,60,0,1,0),(40065,181279,530,1,1,3196.35,1744.3,133.123,0,0,0,0,0,60,0,1,0),(40066,181279,530,1,1,2600.42,4118.21,149.764,-2.77507,0,0,0,1,60,255,1,0),(40067,181279,530,1,1,3421.04,2651.24,155.779,0,0,0,0,0,60,0,1,0),(40068,181279,530,1,1,4994.93,2760.08,48.4648,0,0,0,0,0,60,0,1,0),(40069,181279,530,1,1,4818.3,2386.97,119.568,0,0,0,0,0,60,0,1,0),(40070,181279,530,1,1,4162.5,2209.39,168.581,0,0,0,0,0,60,0,1,0),(40071,181279,530,1,1,3977.81,2414.64,111.217,0,0,0,0,0,60,0,1,0),(40072,181279,530,1,1,4148.72,1399.65,-121.198,0,0,0,0,0,60,0,1,0),(40073,181279,530,1,1,4718.4,2982.69,126.68,0,0,0,0,0,60,0,1,0),(40074,181279,530,1,1,4810.29,2711.98,86.2951,0,0,0,0,0,60,0,1,0),(40075,181279,530,1,1,4857.85,3115.23,114.528,0,0,0,0,0,60,0,1,0),(40076,181279,530,1,1,2449.25,2261.98,124.893,0,0,0,0,0,60,0,1,0),(40077,181279,530,1,1,2705.05,3519.36,139.147,0,0,0,0,0,60,0,1,0),(40078,181279,530,1,1,3931.68,2186.42,234.677,0,0,0,0,0,60,0,1,0),(40079,181279,530,1,1,2505.91,2063.61,91.8448,0,0,0,0,0,60,0,1,0),(40080,181279,530,1,1,2225.16,2808.25,123.975,0,0,0,0,0,60,0,1,0),(40081,181279,530,1,1,2531.26,3413.59,132.555,0,0,0,0,0,60,0,1,0),(40082,181279,530,1,1,3148.86,3311.7,110.986,0,0,0,0,0,60,0,1,0),(40083,181279,530,1,1,3257.7,2703.19,149.683,0,0,0,0,0,60,0,1,0),(40084,181279,530,1,1,4113.48,1685.39,131.163,0,0,0,0,0,60,0,1,0),(40085,181279,530,1,1,4040.96,2059.11,253.731,0,0,0,0,0,60,0,1,0),(40086,181279,530,1,1,3606.9,2739.48,148.308,0,0,0,0,0,60,0,1,0),(40087,181279,530,1,1,2843.14,3050.83,127.387,0,0,0,0,0,60,0,1,0),(40088,181279,530,1,1,4512.95,2765.8,144.528,0,0,0,0,0,60,0,1,0),(40089,181279,530,1,1,3686.5,1753.92,126.995,0,0,0,0,0,60,0,1,0),(40090,181279,530,1,1,2966.56,2543.87,125.352,0,0,0,0,0,60,0,1,0),(40091,181279,530,1,1,2590.97,4350.27,129.926,-1.20428,0,0,0,1,60,255,1,0),(40092,181556,530,1,1,4183.41,2333.5,104.79,0,0,0,0,0,3600,0,1,0),(40093,181556,530,1,1,3512.08,2648.92,153.589,0,0,0,0,0,3600,0,1,0),(40094,181556,530,1,1,3291.95,2757.03,152.582,0,0,0,0,0,3600,0,1,0),(40095,181556,530,1,1,2922.65,2476.6,126.517,0,0,0,0,0,3600,0,1,0),(40096,181556,530,1,1,2242.61,2085.14,61.68,0,0,0,0,0,3600,0,1,0),(40097,181556,530,1,1,4925.14,3257.43,96.9634,0,0,0,0,0,3600,0,1,0),(40098,181556,530,1,1,4685.16,2519.24,237.626,0,0,0,0,0,3600,0,1,0),(40099,181556,530,1,1,3434.2,2556.72,134.401,0,0,0,0,0,3600,0,1,0),(40100,181556,530,1,1,3759.63,2819.51,96.9369,2.05949,0,0,0,1,3600,255,1,0),(40101,181556,530,1,1,3923.94,1851.43,254.567,0,0,0,0,0,3600,0,1,0),(40102,181556,530,1,1,4649.84,2649.21,207.842,0,0,0,0,0,3600,0,1,0),(40103,181556,530,1,1,3923.43,3431.76,116.803,0,0,0,0,0,3600,0,1,0),(40104,181281,530,1,1,-1384.07,9716.41,205.307,0,0,0,0,0,60,0,1,0),(40105,181555,530,1,1,-2278.64,6160.36,60.2693,0,0,0,0,0,3600,100,1,0),(40106,181555,530,1,1,-2800.46,7979.35,-22.9565,0,0,0,0,0,3600,100,1,0),(40107,181555,530,1,1,-2031.62,8031.13,-12.872,0,0,0,0,0,3600,100,1,0),(40108,181555,530,1,1,-1858.97,7724.67,-97.1698,0,0,0,0,0,3600,100,1,0),(40109,181555,530,1,1,-2208.25,8236.29,-17.9624,0,0,0,0,0,3600,100,1,0),(40110,181555,530,1,1,-1448.32,9067.84,74.6286,0,0,0,0,0,3600,100,1,0),(40111,181555,530,1,1,-2830.41,7736.74,-3.16306,0,0,0,0,0,3600,100,1,0),(40112,181555,530,1,1,-2310.81,8524.23,-22.3472,0,0,0,0,0,3600,100,1,0),(40113,181555,530,1,1,-2517.13,6275.19,21.52,0,0,0,0,0,3600,100,1,0),(40114,181555,530,1,1,-2453.99,6108.68,91.4191,0,0,0,0,0,3600,100,1,0),(40115,181555,530,1,1,-1882.23,6803.09,-37.6031,0,0,0,0,0,3600,100,1,0),(40116,181555,530,1,1,-1494.23,7995.08,-103.987,0,0,0,0,0,3600,100,1,0),(40117,181555,530,1,1,-2467.91,8712.67,-4.66279,0,0,0,0,0,3600,100,1,0),(40118,181555,530,1,1,-1973.4,6220.74,80.0075,-2.74016,0,0,0,1,3600,255,1,0),(40119,181555,530,1,1,-2584.18,6121.86,22.0672,0,0,0,0,0,3600,100,1,0),(40120,181555,530,1,1,-1409.35,8180.42,-9.48323,0,0,0,0,0,3600,100,1,0),(40121,181555,530,1,1,-710.072,7390.06,62.4664,0,0,0,0,0,3600,100,1,0),(40122,181556,530,1,1,-2123.66,5974.38,240.807,0,0,0,0,0,3600,0,1,0),(40123,181556,530,1,1,-965.88,7012.81,21.4412,0,0,0,0,0,3600,0,1,0),(40124,181556,530,1,1,-1907.76,7543.73,-2.47198,0,0,0,0,0,3600,0,1,0),(40125,181556,530,1,1,-1955.33,7826.24,-36.7321,0,0,0,0,0,3600,0,1,0),(40126,181556,530,1,1,-2180.69,6047.41,196.086,0,0,0,0,0,3600,0,1,0),(40127,181556,530,1,1,-2162.63,5981.26,250.338,0,0,0,0,0,3600,0,1,0),(40128,181556,530,1,1,-1283.59,9635.26,213.576,0,0,0,0,0,3600,0,1,0),(40129,181556,530,1,1,-1291.52,9223.16,238.576,0,0,0,0,0,3600,0,1,0),(40130,181556,530,1,1,-3024.4,8174.42,-50.0695,0,0,0,0,0,3600,0,1,0),(40131,181556,530,1,1,-2031.05,7152.22,-4.52663,0,0,0,0,0,3600,0,1,0),(40132,181556,530,1,1,-1914.84,8526.86,-55.2001,0,0,0,0,0,3600,0,1,0),(44742,183385,546,3,1,-66.7795,-240.119,-4.53713,3.00197,0,0,0.997564,0.069757,500,100,1,0),(40134,181556,530,1,1,-1335.41,6477.19,79.5327,0,0,0,0,0,3600,0,1,0),(40135,181556,530,1,1,-1108.03,8112.71,6.31709,0,0,0,0,0,3600,0,1,0),(40136,181556,530,1,1,-970.322,8133.39,-34.9658,0,0,0,0,0,3600,0,1,0),(40137,181556,530,1,1,-1304.61,7976.43,-93.6002,0,0,0,0,0,3600,0,1,0),(40138,181556,530,1,1,-1848.64,7615.54,-52.207,0,0,0,0,0,3600,0,1,0),(40139,181556,530,1,1,-1575.25,7785.6,-98.8029,0,0,0,0,0,3600,0,1,0),(40140,181556,530,1,1,-2578.9,8736.71,0.822318,0,0,0,0,0,3600,0,1,0),(40141,181556,530,1,1,-1608.91,8555.86,-11.2602,0,0,0,0,0,3600,0,1,0),(40142,181556,530,1,1,-1968.38,7205.53,-101.535,0,0,0,0,0,3600,0,1,0),(40143,181556,530,1,1,-2651.24,6814.02,-1.68263,0,0,0,0,0,3600,0,1,0),(40144,181556,530,1,1,-2202.59,6014.93,201.425,0,0,0,0,0,3600,0,1,0),(40145,181556,530,1,1,-2251.57,8276.97,-28.372,0,0,0,0,0,3600,0,1,0),(40146,181556,530,1,1,-2433.34,7386.91,-169.487,0,0,0,0,0,3600,0,1,0),(40147,181556,530,1,1,-2070.64,7237.04,-43.9922,0,0,0,0,0,3600,0,1,0),(40148,181556,530,1,1,-1712.47,7020.97,-2.63708,0,0,0,0,0,3600,0,1,0),(40149,181556,530,1,1,-2073.16,7641.7,-43.6623,0,0,0,0,0,3600,0,1,0),(40150,181556,530,1,1,-2038.57,6335.48,53.5432,0,0,0,0,0,3600,0,1,0),(40151,181556,530,1,1,-859.484,7143.13,16.9759,0,0,0,0,0,3600,0,1,0),(40152,181270,530,1,1,-1832.45,8853.33,29.1501,0,0,0,0,0,60,0,1,0),(40153,181270,530,1,1,-2549.9,7631.4,-13.1819,0,0,0,0,0,60,0,1,0),(40154,181270,530,1,1,-2546.04,6153.51,60.2397,0,0,0,0,0,60,0,1,0),(40155,181270,530,1,1,-2046.66,6455.88,22.1483,0,0,0,0,0,60,0,1,0),(40156,181270,530,1,1,-2600.29,7013.64,-3.35767,-1.39626,0,0,0,1,60,255,1,0),(40157,181270,530,1,1,-1661.84,9021.61,65.1077,0,0,0,0,0,60,0,1,0),(40158,181270,530,1,1,-2734.13,6582.85,29.4323,0,0,0,0,0,60,0,1,0),(40159,181270,530,1,1,-1882.47,7811.56,-95.6241,0,0,0,0,0,60,0,1,0),(40160,181270,530,1,1,-2083.71,6335.45,46.1413,0,0,0,0,0,60,0,1,0),(40161,181270,530,1,1,-2077.75,7248.2,-43.833,0,0,0,0,0,60,0,1,0),(40162,181270,530,1,1,-2545.19,6654.96,-1.06387,-2.16421,0,0,0,1,60,100,1,0),(40163,181270,530,1,1,-1170.71,8154.35,2.54094,0,0,0,0,0,60,0,1,0),(40164,181270,530,1,1,-1037.62,8232.95,12.467,0,0,0,0,0,60,0,1,0),(40165,181270,530,1,1,-1323.53,7920.39,-95.23,0,0,0,0,0,60,0,1,0),(40166,181270,530,1,1,-1538.65,7651.18,-8.65568,0,0,0,0,0,60,0,1,0),(40167,181270,530,1,1,-2563.18,7950.32,-53.5151,0,0,0,0,0,60,0,1,0),(40168,181270,530,1,1,-1522.7,8999.86,53.4926,0,0,0,0,0,60,0,1,0),(40169,181270,530,1,1,-1983.68,7855.09,-35.7999,0,0,0,0,0,60,0,1,0),(40170,181270,530,1,1,-2067.49,7974.94,-15.3754,0,0,0,0,0,60,0,1,0),(40171,181270,530,1,1,-1156.6,8329.42,22.1336,0,0,0,0,0,60,0,1,0),(40172,181270,530,1,1,-1968.63,9022.45,47.8746,0,0,0,0,0,60,0,1,0),(40173,181270,530,1,1,-1946.41,9182.75,73.5698,0,0,0,0,0,60,0,1,0),(40174,181270,530,1,1,-1089.59,8947.53,103.11,0,0,0,0,0,60,0,1,0),(40175,181270,530,1,1,-782.829,7236.63,38.0121,0,0,0,0,0,60,0,1,0),(40176,181270,530,1,1,-1191.33,6623.59,67.4698,0,0,0,0,0,60,0,1,0),(40177,181270,530,1,1,-2312.29,6174.06,54.1807,0,0,0,0,0,60,0,1,0),(40178,181270,530,1,1,-2703.82,6298.3,33.3049,0,0,0,0,0,60,0,1,0),(40179,181270,530,1,1,-2212.95,7923.47,-17.7499,0,0,0,0,0,60,0,1,0),(40180,181270,530,1,1,-1713.17,8173.82,-20.5394,0,0,0,0,0,60,0,1,0),(40181,181270,530,1,1,-2306.53,8058.11,-38.027,0,0,0,0,0,60,0,1,0),(40182,181270,530,1,1,-2484.51,6129.3,92.232,0,0,0,0,0,60,0,1,0),(40183,181271,530,1,1,-2788.9,8742.26,-28.811,0,0,0,0,0,60,100,1,0),(40184,181271,530,1,1,-2608.43,8734.7,-9.16445,0,0,0,0,0,60,100,1,0),(40185,181271,530,1,1,-2833.33,7778.75,-9.31018,0,0,0,0,0,60,100,1,0),(40186,181271,530,1,1,-2848.72,6797.85,-32.4054,0,0,0,0,0,60,100,1,0),(40187,181271,530,1,1,-2632.56,6831.78,9.415,0,0,0,0,0,60,100,1,0),(40188,181271,530,1,1,-2171.76,7291.03,-37.8024,0,0,0,0,0,60,100,1,0),(40189,181271,530,1,1,-1430.7,9574.34,208.605,0,0,0,0,0,60,100,1,0),(40190,181271,530,1,1,-2154.83,8059.03,-10.4093,0.95993,0,0,0,1,60,100,1,0),(40191,181271,530,1,1,-2816.45,6417.84,67.71,0,0,0,0,0,60,100,1,0),(40192,181271,530,1,1,-2943.14,8621.99,-36.864,0,0,0,0,0,60,100,1,0),(40193,181271,530,1,1,-2616.61,6160.81,21.5572,0,0,0,0,0,60,100,1,0),(40194,181271,530,1,1,-2727.05,6285.48,37.3378,0,0,0,0,0,60,100,1,0),(40195,181271,530,1,1,-1941.93,7243.9,-29.9438,0,0,0,0,0,60,100,1,0),(40196,181557,530,1,1,-2254.7,7919.7,-21.512,0,0,0,0,0,3600,0,1,0),(40197,181557,530,1,1,-2573.59,8970.72,1.12044,0,0,0,0,0,3600,0,1,0),(40198,181569,530,1,1,-2778.6,6267.02,51.8962,0,0,0,0,0,3600,0,1,0),(40199,181569,530,1,1,-2393.38,7836.37,-3.76277,0,0,0,0,0,3600,0,1,0),(40200,181569,530,1,1,-1263.3,6566.59,74.4452,-1.32645,0,0,0,1,3600,255,1,0),(40201,181569,530,1,1,-2211.06,8904.15,25.4241,0,0,0,0,0,3600,0,1,0),(40202,181569,530,1,1,-2000.22,7547.17,-85.8268,0,0,0,0,0,3600,0,1,0),(40203,181569,530,1,1,-1268.81,6714.79,42.5788,0,0,0,0,0,3600,0,1,0),(40204,181569,530,1,1,-1316.63,8150.01,-86.9548,0,0,0,0,0,3600,0,1,0),(40205,181569,530,1,1,-1603.24,8548.82,-11.7572,0,0,0,0,0,3600,0,1,0),(40206,181569,530,1,1,-2162.25,5982.48,250.67,0,0,0,0,0,3600,0,1,0),(40207,181555,530,1,1,3321.67,6722.09,174.419,0,0,0,0,0,3600,100,1,0),(40208,181555,530,1,1,3754.61,6634.64,152.289,0,0,0,0,0,3600,100,1,0),(40209,181555,530,1,1,1865.31,6607.62,143.641,0,0,0,0,0,3600,100,1,0),(40210,181555,530,1,1,2585.77,5441.32,267.343,0,0,0,0,0,3600,100,1,0),(40211,181556,530,1,1,3523.91,5644.97,0.658864,0,0,0,0,0,3600,0,1,0),(40212,181556,530,1,1,3120.24,7012.49,355.45,0,0,0,0,0,3600,0,1,0),(40213,181556,530,1,1,3688.71,6537.03,143.382,0,0,0,0,0,3600,0,1,0),(40214,181556,530,1,1,3671.35,6850.98,149.55,0,0,0,0,0,3600,0,1,0),(40215,181556,530,1,1,1388.93,6683.64,132.923,0,0,0,0,0,3600,0,1,0),(40216,181556,530,1,1,1350.58,6568.13,113.978,0,0,0,0,0,3600,0,1,0),(40217,181556,530,1,1,3675.82,4922.74,260.723,0,0,0,0,0,3600,0,1,0),(40218,181556,530,1,1,1816.51,6658.02,137.294,1.76278,0,0,0,1,3600,255,1,0),(40219,181556,530,1,1,1759.54,4994.98,200.616,0,0,0,0,0,3600,0,1,0),(40220,181556,530,1,1,1891.68,4821.72,152.17,0,0,0,0,0,3600,0,1,0),(40221,181556,530,1,1,2616.81,5338.99,274.78,0,0,0,0,0,3600,0,1,0),(40222,181556,530,1,1,3557.41,4974.13,275.371,0,0,0,0,0,3600,0,1,0),(40223,181270,530,1,1,3113.82,5580.15,147.161,-1.06465,0,0,0,1,60,255,1,0),(40224,181270,530,1,1,3466.22,5784.54,4.64984,0,0,0,0,0,60,0,1,0),(40225,181270,530,1,1,3313.5,5749.41,-10.3389,0.942477,0,0,0,1,60,255,1,0),(40226,181270,530,1,1,2710.4,6231.45,-10.3376,0,0,0,0,0,60,0,1,0),(40227,181270,530,1,1,2859.5,5424.99,148.988,0,0,0,0,0,60,0,1,0),(40228,181270,530,1,1,2077.86,6398.12,-10.3378,-0.663223,0,0,0,1,60,255,1,0),(40229,181270,530,1,1,2418.68,6412.86,-10.3389,0,0,0,0,0,60,0,1,0),(40230,181270,530,1,1,1546.16,6962.92,157.848,0,0,0,0,0,60,0,1,0),(40231,181270,530,1,1,2583.27,5320.58,268.697,0,0,0,0,0,60,0,1,0),(40232,181270,530,1,1,3629.79,5731.49,1.67861,0,0,0,0,0,60,0,1,0),(40233,181270,530,1,1,2352.86,6304.07,15.0228,0,0,0,0,0,60,0,1,0),(40234,181270,530,1,1,1641.59,6413.71,-10.449,0,0,0,0,0,60,0,1,0),(40235,181270,530,1,1,3425.24,5200.4,-2.82027,0,0,0,0,0,60,0,1,0),(40236,181270,530,1,1,3162.2,5395.15,145.664,0,0,0,0,0,60,0,1,0),(40237,181271,530,1,1,2796.91,5444.18,138.686,0,0,0,0,0,60,100,1,0),(40238,181271,530,1,1,3704.85,6861.26,149.58,0,0,0,0,0,60,100,1,0),(40239,181271,530,1,1,3513.29,6552.14,132.066,0,0,0,0,0,60,100,1,0),(40240,181271,530,1,1,2539.04,5398.11,267.298,0,0,0,0,0,60,100,1,0),(40241,181271,530,1,1,1649.12,7339.69,363.772,0,0,0,0,0,60,100,1,0),(40242,181557,530,1,1,2488.2,7142.12,368.981,0,0,0,0,0,3600,0,1,0),(40243,181555,530,1,1,-2272.65,3134.11,9.04539,0,0,0,0,0,3600,100,1,0),(40244,181555,530,1,1,-1563.53,4779.18,14.9162,0,0,0,0,0,3600,100,1,0),(40245,181555,530,1,1,-1439.81,4490.35,57.1109,0,0,0,0,0,3600,100,1,0),(40246,181555,530,1,1,-2040.35,4218.58,-5.44311,0,0,0,0,0,3600,100,1,0),(40247,181555,530,1,1,-2910.82,3474.71,0.706845,0,0,0,0,0,3600,100,1,0),(40248,181555,530,1,1,-3330.01,3982.71,75.098,0,0,0,0,0,3600,100,1,0),(40249,181555,530,1,1,-2764.29,4578.33,0.389912,0,0,0,0,0,3600,100,1,0),(40250,181555,530,1,1,-1595.38,4256.48,67.3074,0,0,0,0,0,3600,100,1,0),(40251,181555,530,1,1,-1781.37,3950.7,20.2581,0,0,0,0,0,3600,100,1,0),(40252,181555,530,1,1,-1714.63,4510.28,4.44374,-0.122173,0,0,0,1,3600,255,1,0),(40253,181555,530,1,1,-1729.11,4813.55,18.2729,0,0,0,0,0,3600,100,1,0),(40254,181555,530,1,1,-2301.71,5423.88,7.14307,0,0,0,0,0,3600,100,1,0),(40255,181555,530,1,1,-2114.05,5046.74,12.4717,-1.64061,0,0,0,1,3600,255,1,0),(40256,181555,530,1,1,-2058.98,3570.99,-72.4029,0,0,0,0,0,3600,100,1,0),(40257,181555,530,1,1,-1316.46,4739.35,72.9074,2.44346,0,0,0,1,3600,255,1,0),(40258,181555,530,1,1,-3468.94,5426.26,-3.36355,0,0,0,0,0,3600,100,1,0),(40259,181555,530,1,1,-1322.02,5282.71,57.7443,0,0,0,0,0,3600,100,1,0),(40260,181281,530,1,1,-4189.05,3187.35,316.728,0,0,0,0,0,60,0,1,0),(40261,181281,530,1,1,-3647.65,3715.97,280.918,0,0,0,0,0,60,0,1,0),(40262,181281,530,1,1,-3734.7,3773.22,272.23,0,0,0,0,0,60,0,1,0),(40263,181281,530,1,1,-1232.46,5890.69,187.615,0,0,0,0,0,60,0,1,0),(40264,181281,530,1,1,-1374.43,5920.37,192.654,0,0,0,0,0,60,0,1,0),(40265,181569,530,1,1,-1304.69,5836.48,190.799,0,0,0,0,0,3600,0,1,0),(40266,181569,530,1,1,-1390.88,5596.64,185.008,0,0,0,0,0,3600,0,1,0),(40267,181569,530,1,1,-1605.42,5932.61,204.628,0,0,0,0,0,3600,0,1,0),(40268,181569,530,1,1,-1446.34,5786.22,208.336,0,0,0,0,0,3600,0,1,0),(40269,181556,530,1,1,-2253.49,3088.55,16.0177,0,0,0,0,0,3600,0,1,0),(40270,181556,530,1,1,-1416.77,4611.28,43.6056,0,0,0,0,0,3600,0,1,0),(40271,181556,530,1,1,-1505.07,4593.05,27.4576,-2.07694,0,0,0,1,3600,255,1,0),(40272,181556,530,1,1,-1941.38,3679.24,-64.397,0,0,0,0,0,3600,0,1,0),(40273,181556,530,1,1,-2034.41,3254.32,-83.0324,0,0,0,0,0,3600,0,1,0),(40274,181556,530,1,1,-1367.89,5705.95,198.303,0,0,0,0,0,3600,0,1,0),(40275,181556,530,1,1,-2621.8,3157.45,4.79255,0,0,0,0,0,3600,0,1,0),(40276,181556,530,1,1,-2981.37,3392.36,-0.766771,0,0,0,0,0,3600,0,1,0),(40277,181556,530,1,1,-2701.2,4762.86,5.9102,0,0,0,0,0,3600,0,1,0),(40278,181556,530,1,1,-2352.83,3386.54,-8.94784,0,0,0,0,0,3600,0,1,0),(40279,181556,530,1,1,-1538.52,4325.84,71.3103,2.11185,0,0,0,1,3600,255,1,0),(40280,181556,530,1,1,-1686.58,4464.84,11.1404,0,0,0,0,0,3600,0,1,0),(40281,181556,530,1,1,-1447.15,5785.48,208.336,0,0,0,0,0,3600,0,1,0),(40282,181556,530,1,1,-1306.04,5837.02,190.799,0,0,0,0,0,3600,0,1,0),(40283,181556,530,1,1,-1760.76,4867.49,11.5243,-2.74016,0,0,0,1,3600,255,1,0),(40284,181556,530,1,1,-1360.95,5940.24,194.596,-2.09439,0,0,0,1,3600,255,1,0),(40285,181556,530,1,1,-1315.4,5420.74,36.3377,1.22173,0,0,0,1,3600,255,1,0),(40286,181556,530,1,1,-2209.65,4029.95,-9.95933,0,0,0,0,0,3600,0,1,0),(40287,181556,530,1,1,-1390.38,5595.12,185.816,0,0,0,0,0,3600,0,1,0),(40288,181556,530,1,1,-1310.29,5739.09,191.586,0,0,0,0,0,3600,0,1,0),(40289,181556,530,1,1,-1232.6,5128,55.8628,0,0,0,0,0,3600,0,1,0),(40290,181270,530,1,1,-2247.67,4914.93,-2.77061,-1.95477,0,0,0,1,60,100,1,0),(40291,181270,530,1,1,-2334.04,3882.37,4.00799,2.61799,0,0,0,1,60,255,1,0),(40292,181270,530,1,1,-2100.69,3831.68,-0.925516,0,0,0,0,0,60,0,1,0),(40293,181270,530,1,1,-2187.45,3517.74,-39.2995,0,0,0,0,0,60,0,1,0),(40294,181270,530,1,1,-2505.04,3929.54,8.24549,0,0,0,0,0,60,0,1,0),(40295,181270,530,1,1,-3141.46,4458.24,-22.821,0,0,0,0,0,60,0,1,0),(40296,181270,530,1,1,-1646.02,4373.23,26.3583,1.62316,0,0,0,1,60,255,1,0),(40297,181270,530,1,1,-2378.49,5384.95,1.15799,0,0,0,0,0,60,0,1,0),(40298,181270,530,1,1,-2833.81,4755.42,-2.92705,-2.23402,0,0,0,1,60,255,1,0),(40299,181270,530,1,1,-2954.95,5488.54,-8.54245,0,0,0,0,0,60,0,1,0),(40300,181270,530,1,1,-3020.62,4395.48,-12.77,0,0,0,0,0,60,0,1,0),(40301,181270,530,1,1,-2387.63,5246.99,0.868885,0,0,0,0,0,60,0,1,0),(40302,181270,530,1,1,-2339.31,4044.74,-23.389,0,0,0,0,0,60,0,1,0),(40303,181270,530,1,1,-2243.83,5045.9,-7.71486,2.19912,0,0,0,1,60,100,1,0),(40304,181270,530,1,1,-2086.5,4951.4,14.0091,0,0,0,0,0,60,0,1,0),(40305,181270,530,1,1,-2774.24,3842.95,-8.47924,0,0,0,0,0,60,0,1,0),(40306,181270,530,1,1,-2578.49,3763.41,3.89337,0,0,0,0,0,60,0,1,0),(40307,181270,530,1,1,-2185.8,3832.44,4.31887,0,0,0,0,0,60,0,1,0),(40308,181270,530,1,1,-3779.32,5980.11,-0.204312,0,0,0,0,0,60,0,1,0),(40309,181270,530,1,1,-4228.17,4623.18,-77.7478,0,0,0,0,0,60,0,1,0),(40310,181270,530,1,1,-2561.6,3597.9,5.97321,-2.28638,0,0,0,1,60,100,1,0),(40311,181270,530,1,1,-3670.93,5241.1,-22.1153,0,0,0,0,0,60,0,1,0),(40312,181270,530,1,1,-3753.5,5079.79,-18.3001,0,0,0,0,0,60,0,1,0),(40313,181270,530,1,1,-1937.99,4146.08,3.4089,0,0,0,0,0,60,0,1,0),(40314,181270,530,1,1,-2093.07,3688.66,-48.1531,0,0,0,0,0,60,0,1,0),(40315,181270,530,1,1,-1488.8,4508.03,37.633,0,0,0,0,0,60,0,1,0),(40316,181270,530,1,1,-2846.25,3325.9,-16.2232,2.80997,0,0,0,1,60,100,1,0),(40317,181270,530,1,1,-1693.31,4724.03,3.43153,0,0,0,0,0,60,0,1,0),(40318,181270,530,1,1,-3633.57,6051.46,-3.61022,0,0,0,0,0,60,0,1,0),(40319,181270,530,1,1,-3399.66,5363.77,-17.2873,0,0,0,0,0,60,0,1,0),(40320,181270,530,1,1,-2056.14,3904.55,0.502597,0,0,0,0,0,60,0,1,0),(40321,181270,530,1,1,-3378.97,5788.6,-0.274034,0,0,0,0,0,60,0,1,0),(40322,181270,530,1,1,-2810.96,3619.2,-19.9223,-1.48353,0,0,0,1,60,255,1,0),(40323,181270,530,1,1,-1980.4,4374.07,3.16241,-0.034906,0,0,0,1,60,255,1,0),(40324,181270,530,1,1,-3754.38,4458.96,-7.81307,0,0,0,0,0,60,0,1,0),(40325,181270,530,1,1,-2212.08,4756.78,0.7452,0.488691,0,0,0,1,60,100,1,0),(40326,181271,530,1,1,-2074.13,3487.29,-77.9712,0.698132,0,0,0,1,60,255,1,0),(40327,181271,530,1,1,-2085.81,4191.9,-0.347328,0,0,0,0,0,60,100,1,0),(40328,181271,530,1,1,-3220.67,3966.83,12.2009,0,0,0,0,0,60,100,1,0),(40329,181271,530,1,1,-1786.73,3883.49,19.8421,1.85005,0,0,0,1,60,100,1,0),(40330,181271,530,1,1,-2153.46,5035.65,-6.71456,0,0,0,0,0,60,100,1,0),(40331,181271,530,1,1,-2432.19,5454.49,16.3001,0,0,0,0,0,60,100,1,0),(40332,181271,530,1,1,-3074.11,3647.36,8.20831,0,0,0,0,0,60,100,1,0),(40333,181271,530,1,1,-2294.12,4571.06,11.1841,-1.01229,0,0,0,1,60,100,1,0),(40334,181271,530,1,1,-3841.86,5527.01,-6.35854,0,0,0,0,0,60,100,1,0),(40335,181271,530,1,1,-2205.3,3117.08,-26.2275,0,0,0,0,0,60,100,1,0),(40336,181271,530,1,1,-2997.64,5821.74,7.16559,0,0,0,0,0,60,100,1,0),(40337,181271,530,1,1,-3891.41,5249.43,-66.3157,0,0,0,0,0,60,100,1,0),(40338,181271,530,1,1,-3552.55,3968.29,89.2557,0,0,0,0,0,60,100,1,0),(40339,181271,530,1,1,-3955.19,3747.28,295.477,0,0,0,0,0,60,100,1,0),(40340,181271,530,1,1,-3578.23,3605.56,283.989,0,0,0,0,0,60,100,1,0),(40341,181271,530,1,1,-1533.02,4544.42,33.464,0,0,0,0,0,60,100,1,0),(40342,181271,530,1,1,-1875.75,4617.89,14.1944,0,0,0,0,0,60,100,1,0),(40343,181271,530,1,1,-1606.64,4754.57,12.9588,0,0,0,0,0,60,100,1,0),(40344,181271,530,1,1,-2309.48,5481.46,6.62395,0,0,0,0,0,60,100,1,0),(40345,181271,530,1,1,-2618.84,3171.91,10.4688,0,0,0,0,0,60,100,1,0),(40346,181271,530,1,1,-3018.59,3520.14,2.57458,-1.3439,0,0,0,1,60,255,1,0),(40347,181271,530,1,1,-3721.03,4185.36,9.91622,0,0,0,0,0,60,100,1,0),(40348,181271,530,1,1,-3972.24,4814.17,-88.6548,0,0,0,0,0,60,100,1,0),(40349,181271,530,1,1,-3929.91,5006.59,-78.67,0,0,0,0,0,60,100,1,0),(40350,181271,530,1,1,-3759.44,5470.17,15.8133,0,0,0,0,0,60,100,1,0),(40351,181271,530,1,1,-2321.72,4732.1,18.6294,-0.226892,0,0,0,1,60,255,1,0),(40352,181271,530,1,1,-1808.77,3748.99,53.8852,0,0,0,0,0,60,100,1,0),(40353,181271,530,1,1,-3812.23,5820.72,-39.5621,0,0,0,0,0,60,100,1,0),(40354,181271,530,1,1,-3616.07,6216.72,-16.3353,0,0,0,0,0,60,100,1,0),(40355,181271,530,1,1,-3409.67,5650.71,22.697,0,0,0,0,0,60,100,1,0),(40356,181271,530,1,1,-2348.48,4388.19,17.1568,2.84488,0,0,0,1,60,255,1,0),(40357,181271,530,1,1,-3449.55,3484.41,283.401,0,0,0,0,0,60,100,1,0),(40358,181271,530,1,1,-3945.04,4618.79,-78.486,0,0,0,0,0,60,100,1,0),(40359,181271,530,1,1,-2704.92,4721.56,7.71671,0,0,0,0,0,60,100,1,0),(40360,181277,530,1,1,-2483.43,3647.35,0.214586,0,0,0,0,0,60,0,1,0),(40361,181277,530,1,1,-2432.03,3472.79,-14.9792,0,0,0,0,0,60,0,1,0),(40362,181277,530,1,1,-2111.89,3524.4,-52.0913,0,0,0,0,0,60,0,1,0),(40363,181277,530,1,1,-2059.55,4041.2,2.61362,0,0,0,0,0,60,0,1,0),(40364,181277,530,1,1,-3045.55,4123.37,1.22999,0,0,0,0,0,60,0,1,0),(40365,181277,530,1,1,-2248.52,4523.89,1.40174,0,0,0,0,0,60,0,1,0),(40366,181277,530,1,1,-2056.74,3635.89,-66.4028,0,0,0,0,0,60,0,1,0),(40367,181277,530,1,1,-1273.71,5198.76,48.9851,-1.83259,0,0,0,1,60,255,1,0),(40368,181277,530,1,1,-2329.01,5316.76,-6.05128,0,0,0,0,0,60,0,1,0),(40369,181277,530,1,1,-3241.89,3976.04,1.26167,0,0,0,0,0,60,0,1,0),(40370,181277,530,1,1,-2730.91,3814.42,-10.1092,0,0,0,0,0,60,0,1,0),(40371,181277,530,1,1,-2761.77,3731.92,0.678024,-2.25147,0,0,0,1,60,255,1,0),(40372,181277,530,1,1,-2773.69,3645.39,0.376721,0,0,0,0,0,60,0,1,0),(40373,181277,530,1,1,-2468.69,5333.64,0.947463,0,0,0,0,0,60,0,1,0),(40374,181277,530,1,1,-2879.04,3617.48,-15.9379,-0.872664,0,0,0,1,60,255,1,0),(40375,181277,530,1,1,-2817.5,3366.09,-26.6348,0,0,0,0,0,60,0,1,0),(40376,181277,530,1,1,-3668.83,5616.84,1.92669,0,0,0,0,0,60,0,1,0),(40377,181277,530,1,1,-3894.54,5417.13,-28.5841,0,0,0,0,0,60,0,1,0),(40378,181277,530,1,1,-3641.04,5755.23,1.5633,0,0,0,0,0,60,0,1,0),(40379,181277,530,1,1,-3205.1,4084.78,3.42447,0,0,0,0,0,60,0,1,0),(40380,181277,530,1,1,-2337.34,5089.19,0.56214,-1.43117,0,0,0,1,60,255,1,0),(40381,181277,530,1,1,-1982.78,4169.25,3.42676,0,0,0,0,0,60,0,1,0),(40382,181277,530,1,1,-2816.27,3702.33,-1.19824,0,0,0,0,0,60,0,1,0),(40383,181277,530,1,1,-1849.68,3779.45,15.3247,0,0,0,0,0,60,0,1,0),(40384,181277,530,1,1,-2266.36,4353.79,4.04408,2.65289,0,0,0,1,60,255,1,0),(40385,181277,530,1,1,-1640.36,4267.03,56.1606,-2.07694,0,0,0,1,60,255,1,0),(40386,181277,530,1,1,-1869.63,4750.75,1.60363,1.78023,0,0,0,1,60,255,1,0),(40387,181277,530,1,1,-2096.39,4811.89,3.03079,0,0,0,0,0,60,0,1,0),(40388,181277,530,1,1,-2219.41,4095.92,-2.6308,0,0,0,0,0,60,0,1,0),(40389,181277,530,1,1,-2048.19,5079.18,22.6235,0.122173,0,0,0,1,60,255,1,0),(40390,181277,530,1,1,-2070.64,3349.48,-60.3802,-0.523598,0,0,0,1,60,100,1,0),(40391,181277,530,1,1,-3874.21,4292.39,2.18112,0,0,0,0,0,60,0,1,0),(40392,181277,530,1,1,-3602.12,6143.42,-0.110846,0,0,0,0,0,60,0,1,0),(40393,181277,530,1,1,-3505.02,6115.03,-4.44472,0,0,0,0,0,60,0,1,0),(40394,181277,530,1,1,-3186.82,5980.55,0.91717,0,0,0,0,0,60,0,1,0),(40395,181277,530,1,1,-2317.91,3925.7,0.638216,0,0,0,0,0,60,0,1,0),(40396,181277,530,1,1,-2538.23,3486.59,-4.04108,0.890117,0,0,0,1,60,255,1,0),(40397,181277,530,1,1,-2933.91,3343.4,0.258114,2.00713,0,0,0,1,60,255,1,0),(40398,181277,530,1,1,-2289.98,4153.14,-5.51952,0,0,0,0,0,60,0,1,0),(40399,181277,530,1,1,-2573.56,5362.03,4.04953,0,0,0,0,0,60,0,1,0),(40400,181277,530,1,1,-3088.19,5883.17,8.59484,0,0,0,0,0,60,0,1,0),(40401,181277,530,1,1,-3851.46,5699.39,-30.7719,0,0,0,0,0,60,0,1,0),(40402,181277,530,1,1,-3427.49,5833.58,-5.84291,0,0,0,0,0,60,0,1,0),(40403,181277,530,1,1,-3623.51,6006.16,-13.9453,0,0,0,0,0,60,0,1,0),(40404,181277,530,1,1,-2557.8,3397.83,2.3831,0,0,0,0,0,60,0,1,0),(40405,181277,530,1,1,-3839.15,4195.69,0.396284,0,0,0,0,0,60,0,1,0),(40406,181277,530,1,1,-2165.49,4333.75,2.56702,0,0,0,0,0,60,0,1,0),(40407,181277,530,1,1,-2997.64,5723.81,2.92272,0.628317,0,0,0,1,60,255,1,0),(40408,181277,530,1,1,-2457.61,3862.19,7.24332,0,0,0,0,0,60,0,1,0),(40409,181277,530,1,1,-1968.96,3721.75,-33.1418,0,0,0,0,0,60,0,1,0),(40410,181277,530,1,1,-2191.47,3193.26,-23.179,0,0,0,0,0,60,0,1,0),(40411,181281,530,1,1,-5189.03,703.151,66.575,-3.01941,0,0,0,1,60,255,1,0),(40412,181281,530,1,1,-4893.36,660.255,72.1819,0,0,0,0,0,60,0,1,0),(40413,181281,530,1,1,-5161.77,-117.748,67.4819,0,0,0,0,0,60,0,1,0),(40414,181281,530,1,1,-4840.36,423.94,56.3133,1.48353,0,0,0,1,60,255,1,0),(40415,181270,530,1,1,-3846.81,1719.34,97.4586,0,0,0,0,0,60,0,1,0),(40416,181270,530,1,1,-3698.55,1791.07,71.3525,0,0,0,0,0,60,0,1,0),(40417,181270,530,1,1,-2976.96,3149.4,39.121,0,0,0,0,0,60,0,1,0),(40418,181270,530,1,1,-4498.15,1327.14,124.848,0,0,0,0,0,60,0,1,0),(40419,181270,530,1,1,-4496.36,2065.79,69.7312,0,0,0,0,0,60,0,1,0),(40420,181270,530,1,1,-3048.64,1655.91,65.9369,0,0,0,0,0,60,0,1,0),(40421,181270,530,1,1,-3489.21,1815.17,99.451,1.37881,0,0,0,1,60,255,1,0),(40422,181270,530,1,1,-3232.34,2417.07,62.6406,0,0,0,0,0,60,0,1,0),(40423,181270,530,1,1,-2735.75,704.101,-18.2827,0,0,0,0,0,60,0,1,0),(40424,181270,530,1,1,-3533.68,2202.57,79.0784,0,0,0,0,0,60,0,1,0),(40425,181270,530,1,1,-3680.09,2104.56,75.6794,0,0,0,0,0,60,0,1,0),(40426,181270,530,1,1,-4527.06,1031.18,8.97032,0,0,0,0,0,60,0,1,0),(40427,181270,530,1,1,-3687.19,394.881,90.9749,0,0,0,0,0,60,0,1,0),(40428,181270,530,1,1,-2817.33,3025.08,23.0981,0,0,0,0,0,60,0,1,0),(40429,181557,530,1,1,-3489.93,1754.08,133.88,0,0,0,0,0,3600,0,1,0),(40430,181557,530,1,1,-3947.69,1268.2,67.6452,0,0,0,0,0,3600,0,1,0),(40431,181557,530,1,1,-3337.45,2168.2,78.6888,0,0,0,0,0,3600,0,1,0),(40432,181280,530,1,1,-4189,1316.37,56.0997,0,0,0,0,0,60,0,1,0),(40433,181280,530,1,1,-4172.59,340.3,119.241,0,0,0,0,0,60,0,1,0),(40434,181280,530,1,1,-3347.68,1899.86,90.5862,0,0,0,0,0,60,0,1,0),(40435,181280,530,1,1,-4095.03,825.717,5.65411,0,0,0,0,0,60,0,1,0),(40436,181280,530,1,1,-3423.23,1677.94,106.477,0,0,0,0,0,60,0,1,0),(40437,181280,530,1,1,-2516.8,1336.2,75.7952,0,0,0,0,0,60,0,1,0),(40438,181280,530,1,1,-3720.87,546.432,48.1153,0.366518,0,0,0,1,60,255,1,0),(40439,181280,530,1,1,-3933.99,2547.45,119.966,0,0,0,0,0,60,0,1,0),(40440,181280,530,1,1,-3610.67,2651.09,74.6056,0,0,0,0,0,60,0,1,0),(40441,181280,530,1,1,-3216.13,2509.9,61.1246,-0.994837,0,0,0,1,60,255,1,0),(40442,181280,530,1,1,-3026.94,1066.41,12.7538,0,0,0,0,0,60,0,1,0),(40443,181280,530,1,1,-2813.09,1036.52,5.08747,0,0,0,0,0,60,0,1,0),(40444,181280,530,1,1,-3757.51,1925.4,98.7121,0,0,0,0,0,60,0,1,0),(40445,181280,530,1,1,-4423.3,1870.78,158.158,0,0,0,0,0,60,0,1,0),(40446,181280,530,1,1,-4504.94,1278.03,123.393,0,0,0,0,0,60,0,1,0),(40447,181280,530,1,1,-3526.39,845.517,-1.22751,0,0,0,0,0,60,0,1,0),(40448,181280,530,1,1,-3509.65,397.826,31.6442,0,0,0,0,0,60,0,1,0),(40449,181280,530,1,1,-3224.34,1039.84,63.1118,0,0,0,0,0,60,0,1,0),(40450,181280,530,1,1,-3432.21,670.269,4.84541,0,0,0,0,0,60,0,1,0),(40451,181280,530,1,1,-3261.11,1179,62.3253,0,0,0,0,0,60,0,1,0),(40452,181280,530,1,1,-3418.43,1206.37,62.0121,0,0,0,0,0,60,0,1,0),(40453,181280,530,1,1,-3620.97,485.062,23.0029,0,0,0,0,0,60,0,1,0),(40454,181280,530,1,1,-3681.97,490.895,90.9558,0,0,0,0,0,60,0,1,0),(40455,181569,530,1,1,-3236.58,1291.93,70.1968,0,0,0,0,0,3600,0,1,0),(40456,181569,530,1,1,-3543.23,2109.33,80.6974,0,0,0,0,0,3600,0,1,0),(40457,181569,530,1,1,-4279.17,1472.34,144.462,0,0,0,0,0,3600,0,1,0),(40458,181569,530,1,1,-3192.72,1822.89,128.106,0,0,0,0,0,3600,0,1,0),(40459,181271,530,1,1,-3996.89,1465.44,90.0177,0,0,0,0,0,60,100,1,0),(40460,181271,530,1,1,-3509.5,1726.75,109.901,0,0,0,0,0,60,100,1,0),(40461,181271,530,1,1,-3773.9,797.439,68.5952,0,0,0,0,0,60,100,1,0),(40462,181271,530,1,1,-3338.1,905.457,28.4156,0,0,0,0,0,60,100,1,0),(40463,181271,530,1,1,-4287.08,1785.61,150.916,0,0,0,0,0,60,100,1,0),(40464,181271,530,1,1,-3625.14,1182.47,80.4598,0,0,0,0,0,60,100,1,0),(40465,181271,530,1,1,-5209.75,-31.7159,70.1434,0,0,0,0,0,60,100,1,0),(40466,181271,530,1,1,-4395.93,984.235,64.0554,-0.226892,0,0,0,1,60,255,1,0),(40467,181271,530,1,1,-3762.14,1289.32,121.035,0,0,0,0,0,60,100,1,0),(40468,181271,530,1,1,-5152.83,735.99,71.8046,0,0,0,0,0,60,100,1,0),(40469,181271,530,1,1,-5321.76,205.384,61.4744,0,0,0,0,0,60,100,1,0),(40470,181271,530,1,1,-5259.73,70.2898,44.1909,0,0,0,0,0,60,100,1,0),(40471,181271,530,1,1,-4889.75,130.38,41.8423,0,0,0,0,0,60,100,1,0),(40472,181271,530,1,1,-3665.76,1868.1,86.8993,0,0,0,0,0,60,100,1,0),(40473,181277,530,1,1,-2925.62,3145.37,29.7955,1.71042,0,0,0,1,60,255,1,0),(40474,181277,530,1,1,-3013.11,3224.35,18.5837,0.733038,0,0,0,1,60,255,1,0),(40475,181277,530,1,1,-4108.82,1757.83,104.478,0,0,0,0,0,60,0,1,0),(40476,181277,530,1,1,-4057.06,1941.45,81.0768,-1.85005,0,0,0,1,60,255,1,0),(40477,181277,530,1,1,-3960.15,1779.21,98.0451,0,0,0,0,0,60,0,1,0),(40478,181277,530,1,1,-3267.77,2229.19,66.3459,0,0,0,0,0,60,0,1,0),(40479,181277,530,1,1,-3936.01,1870.26,90.8546,0.052359,0,0,0,1,60,100,1,0),(40480,181277,530,1,1,-2807.23,3102.36,32.9486,0,0,0,0,0,60,0,1,0),(40481,181556,530,1,1,-3658.76,2577.7,85.9092,0,0,0,0,0,3600,0,1,0),(40482,181556,530,1,1,-3784.68,1784.07,91.6712,0,0,0,0,0,3600,0,1,0),(40483,181556,530,1,1,-3316.76,2510.44,63.4191,0,0,0,0,0,3600,0,1,0),(40484,181556,530,1,1,-4043.8,1845.49,79.1428,0,0,0,0,0,3600,0,1,0),(40485,181556,530,1,1,-4975.74,461.478,85.3493,0,0,0,0,0,3600,0,1,0),(40486,181556,530,1,1,-3827.22,2408.88,117.869,0,0,0,0,0,3600,0,1,0),(40487,181556,530,1,1,-3999.58,1539.26,94.0268,0,0,0,0,0,3600,0,1,0),(40488,181556,530,1,1,-2478.94,1051.4,46.393,0,0,0,0,0,3600,0,1,0),(40489,181556,530,1,1,-2982.32,170.467,-5.36601,0,0,0,0,0,3600,0,1,0),(40490,181556,530,1,1,-3338.36,2167.76,78.6732,0,0,0,0,0,3600,0,1,0),(40491,181556,530,1,1,-5103.17,518.17,85.1637,0,0,0,0,0,3600,0,1,0),(40492,181556,530,1,1,-4260.48,243.684,135.512,0,0,0,0,0,3600,0,1,0),(40493,181556,530,1,1,-3867.99,2672.93,125.14,0,0,0,0,0,3600,0,1,0),(40494,181556,530,1,1,-4469.54,2049.26,82.6189,0,0,0,0,0,3600,0,1,0),(40495,181555,530,1,1,-3640.03,2061.05,72.8918,0,0,0,0,0,3600,100,1,0),(40496,181555,530,1,1,-3185.58,1339.51,16.8475,0,0,0,0,0,3600,100,1,0),(40497,181555,530,1,1,-3737.6,1915.36,109.654,0,0,0,0,0,3600,100,1,0),(40498,181555,530,1,1,-3210.85,1542.18,64.6848,0,0,0,0,0,3600,100,1,0),(40499,181555,530,1,1,-3328.75,1439.5,81.4797,0,0,0,0,0,3600,100,1,0),(40500,181555,530,1,1,-3793.38,1617.06,60.3594,0,0,0,0,0,3600,100,1,0),(40501,181555,530,1,1,-3857.31,1274.5,53.829,0,0,0,0,0,3600,100,1,0),(40502,181555,530,1,1,-3880.96,1341.9,50.2912,0,0,0,0,0,3600,100,1,0),(40503,181555,530,1,1,-4238.87,1978.78,76.2904,0,0,0,0,0,3600,100,1,0),(40504,181555,530,1,1,-3902.18,1564,78.8826,0,0,0,0,0,3600,100,1,0),(40505,181555,530,1,1,-4604.85,1145.79,-5.82358,0,0,0,0,0,3600,100,1,0),(40506,181555,530,1,1,-3695.4,2649.65,121.565,0,0,0,0,0,3600,100,1,0),(40507,181555,530,1,1,-3494.85,2820.87,127.923,0,0,0,0,0,3600,100,1,0),(40508,181555,530,1,1,-3369.79,1685.51,104.405,0,0,0,0,0,3600,100,1,0),(40509,181555,530,1,1,-3440.01,2514.3,57.0762,0,0,0,0,0,3600,100,1,0),(40510,181555,530,1,1,-4344.95,1667.57,158.408,0,0,0,0,0,3600,100,1,0),(40511,181555,530,1,1,-3331.49,1260.48,70.0441,0,0,0,0,0,3600,100,1,0),(40512,181555,530,1,1,-3951.71,2557.25,151.726,0,0,0,0,0,3600,100,1,0),(40513,181555,530,1,1,-3309.41,2128.46,83.2414,0,0,0,0,0,3600,100,1,0),(40514,181555,530,1,1,-3339.53,906.75,28.8308,0,0,0,0,0,3600,100,1,0),(40515,181270,530,1,1,1227.14,7721.58,31.6539,0,0,0,0,0,60,0,1,0),(40516,181270,530,1,1,319.577,9045.97,18.3807,0,0,0,0,0,60,0,1,0),(40517,181270,530,1,1,654.225,5876.15,23.0805,0,0,0,0,0,60,0,1,0),(40518,181270,530,1,1,718.309,6486.54,21.8333,0,0,0,0,0,60,0,1,0),(40519,181270,530,1,1,778.154,5450.6,-3.79327,0,0,0,0,0,60,0,1,0),(40520,181270,530,1,1,637.196,5212.15,0.670808,0,0,0,0,0,60,0,1,0),(40521,181270,530,1,1,480.657,5553.03,21.2862,0,0,0,0,0,60,0,1,0),(40522,181270,530,1,1,603.95,5427.83,-14.4099,0,0,0,0,0,60,0,1,0),(40523,181270,530,1,1,508.645,5267.3,-6.60163,0,0,0,0,0,60,0,1,0),(40524,181270,530,1,1,82.9006,6623.56,21.1425,1.44862,0,0,0,1,60,255,1,0),(40525,181270,530,1,1,152.978,8227.13,24.3342,0,0,0,0,0,60,0,1,0),(40526,181270,530,1,1,390.589,5688.15,22.3351,0,0,0,0,0,60,0,1,0),(40527,181270,530,1,1,405.932,5126.81,22.3632,0,0,0,0,0,60,0,1,0),(40528,181270,530,1,1,-178.821,6845.77,22.6898,-2.47837,0,0,0,1,60,255,1,0),(40529,181270,530,1,1,-339.537,6235.39,21.4174,0,0,0,0,0,60,0,1,0),(40530,181270,530,1,1,-316.665,6395.38,22.3862,0,0,0,0,0,60,0,1,0),(40531,181270,530,1,1,-181.127,7423.56,22.598,-2.47837,0,0,0,1,60,255,1,0),(40532,181557,530,1,1,68.1511,5085.81,35.5952,0,0,0,0,0,3600,0,1,0),(40533,181276,530,1,1,350.263,7530.62,22.8688,0,0,0,0,0,60,0,1,0),(40534,181276,530,1,1,-202.466,7536.72,22.0793,-1.46608,0,0,0,1,60,255,1,0),(40535,181276,530,1,1,695.266,5437.31,-24.5709,0,0,0,0,0,60,0,1,0),(40536,181276,530,1,1,904.501,5418.78,10.0337,0,0,0,0,0,60,0,1,0),(40537,181276,530,1,1,536.714,5436.1,-3.00072,0,0,0,0,0,60,0,1,0),(40538,181276,530,1,1,565.942,7985.94,21.6704,-0.680679,0,0,0,1,60,255,1,0),(40539,181276,530,1,1,325.04,5720.3,22.4669,0,0,0,0,0,60,0,1,0),(40540,176583,530,1,1,426.848,5471.96,21.5678,0,0,0,0,0,60,0,1,0),(40541,176583,530,1,1,361.209,7555.67,22.099,0,0,0,0,0,60,0,1,0),(40542,176583,530,1,1,639.35,5128.42,23.0715,0,0,0,0,0,60,0,1,0),(40543,176583,530,1,1,470.931,5611.2,22.9184,0,0,0,0,0,60,0,1,0),(40544,176583,530,1,1,458.517,5173.65,21.8931,-1.95477,0,0,0,1,60,255,1,0),(40545,176583,530,1,1,819.279,5559.15,24.1098,-2.21656,0,0,0,1,60,255,1,0),(40546,176583,530,1,1,-39.5196,5716.44,21.7591,0,0,0,0,0,60,0,1,0),(40547,176583,530,1,1,-55.8846,6096.82,23.4048,0,0,0,0,0,60,0,1,0),(40548,181555,530,1,1,412.66,7491.19,-1.76928,0,0,0,0,0,3600,100,1,0),(40549,181555,530,1,1,-372.44,7894.1,33.591,0,0,0,0,0,3600,100,1,0),(40550,181555,530,1,1,-323.314,7170.35,58.7958,2.51327,0,0,0,1,3600,255,1,0),(40551,181555,530,1,1,-1103.82,5548.11,33.1068,0,0,0,0,0,3600,100,1,0),(40552,181555,530,1,1,727.3,8290.85,-23.5652,0,0,0,0,0,3600,100,1,0),(40553,181555,530,1,1,696.085,5022.4,4.29642,0,0,0,0,0,3600,100,1,0),(40554,181555,530,1,1,1259.16,7923.43,16.4832,0,0,0,0,0,3600,100,1,0),(40555,181555,530,1,1,952.319,7151.58,21.8809,0,0,0,0,0,3600,100,1,0),(40556,181555,530,1,1,-224.79,7740.89,29.9547,0,0,0,0,0,3600,100,1,0),(40557,181555,530,1,1,-392.113,5340.72,21.9773,0,0,0,0,0,3600,100,1,0),(40558,181555,530,1,1,1023.13,5181.05,-29.0444,0,0,0,0,0,3600,100,1,0),(40559,181555,530,1,1,-977.705,6000.29,19.2925,0,0,0,0,0,3600,100,1,0),(40560,181555,530,1,1,-35.7318,5285.74,23.4991,0,0,0,0,0,3600,100,1,0),(40561,181271,530,1,1,-307.522,7592.08,36.8116,-0.872664,0,0,0,1,60,255,1,0),(40562,181271,530,1,1,431.107,8992.4,27.889,0,0,0,0,0,60,100,1,0),(40563,181271,530,1,1,838.496,6526.6,24.8938,0,0,0,0,0,60,100,1,0),(40564,181271,530,1,1,1000.26,5722.11,-9.09713,0,0,0,0,0,60,100,1,0),(40565,181271,530,1,1,-422.426,6607.72,37.6369,0,0,0,0,0,60,100,1,0),(40566,181271,530,1,1,650.987,5029.43,11.4427,2.28638,0,0,0,1,60,255,1,0),(40567,181271,530,1,1,815.927,4998.6,-13.6928,0,0,0,0,0,60,100,1,0),(40568,182053,530,1,1,979.574,7576.14,21.9443,0,0,0,0,0,600,0,1,0),(40569,182053,530,1,1,130.389,8469.59,23.7542,0,0,0,0,0,600,0,1,0),(40570,182053,530,1,1,111.73,8466.3,20.6174,0,0,0,0,0,600,0,1,0),(40571,182053,530,1,1,251.002,8120.24,23.8356,0,0,0,0,0,600,0,1,0),(40572,182053,530,1,1,554.222,7987.53,21.9849,0,0,0,0,0,600,0,1,0),(40573,182053,530,1,1,335.424,8078.29,23.4155,0,0,0,0,0,600,0,1,0),(40574,182053,530,1,1,150.895,8474.94,23.7171,0,0,0,0,0,600,0,1,0),(40575,182053,530,1,1,255.232,8556.54,22.2806,0,0,0,0,0,600,0,1,0),(40576,182053,530,1,1,788.454,7713.48,23.1753,0,0,0,0,0,600,0,1,0),(40577,182053,530,1,1,221.72,8483.13,21.3421,0,0,0,0,0,600,0,1,0),(40578,181275,530,1,1,1030.67,8727.31,5.33556,0,0,0,0,0,60,0,1,0),(40579,181275,530,1,1,459.721,5300.83,-1.64052,0,0,0,0,0,60,0,1,0),(40580,181275,530,1,1,512.408,5850.85,23.8378,-1.32645,0,0,0,1,60,255,1,0),(40581,181275,530,1,1,-193.153,7896.41,20.4815,2.19912,0,0,0,1,60,255,1,0),(40582,181275,530,1,1,393.071,5887.61,22.5333,0,0,0,0,0,60,0,1,0),(40583,181275,530,1,1,309.43,5341.78,22.8067,0,0,0,0,0,60,0,1,0),(40584,181275,530,1,1,541.504,5192.18,3.11218,0,0,0,0,0,60,0,1,0),(40585,181275,530,1,1,58.056,5531.34,23.64,0,0,0,0,0,60,0,1,0),(40586,181275,530,1,1,725.806,5508.13,-1.81071,0,0,0,0,0,60,0,1,0),(40587,181275,530,1,1,824.051,5370.86,-0.944571,0,0,0,0,0,60,0,1,0),(40588,181275,530,1,1,561.567,5624.54,18.8166,0,0,0,0,0,60,0,1,0),(40589,181275,530,1,1,537.986,5434.93,-3.62889,0,0,0,0,0,60,0,1,0),(40590,181275,530,1,1,538.579,5322.72,-24.1594,0,0,0,0,0,60,0,1,0),(40591,181275,530,1,1,611.324,5518.14,-1.16461,-1.79769,0,0,0,1,60,255,1,0),(40592,181275,530,1,1,475.503,5950.67,22.8493,0.628317,0,0,0,1,60,255,1,0),(40593,181275,530,1,1,695.183,5439.76,-23.4568,0,0,0,0,0,60,0,1,0),(40594,181275,530,1,1,314.989,7734.13,23.2506,0,0,0,0,0,60,0,1,0),(40595,181275,530,1,1,363.723,8162.48,23.1161,0,0,0,0,0,60,0,1,0),(40596,181275,530,1,1,114.665,8606.88,22.2169,0,0,0,0,0,60,0,1,0),(40597,181275,530,1,1,-139.498,8998.17,22.8894,0,0,0,0,0,60,0,1,0),(40598,181275,530,1,1,325.983,5721.31,22.6486,0,0,0,0,0,60,0,1,0),(40599,181275,530,1,1,758.05,5651.15,23.09,-0.855211,0,0,0,1,60,255,1,0),(40600,181275,530,1,1,836.484,5675.57,24.7045,-3.05433,0,0,0,1,60,255,1,0),(40601,181275,530,1,1,888.652,5313.54,19.8773,0,0,0,0,0,60,0,1,0),(40602,181275,530,1,1,709.53,5259.44,-0.880973,0,0,0,0,0,60,0,1,0),(40603,181275,530,1,1,818.973,5240.57,22.035,0,0,0,0,0,60,0,1,0),(40604,181275,530,1,1,607.469,5870.84,22.6128,0,0,0,0,0,60,0,1,0),(40605,181275,530,1,1,-392.144,6500.78,21.553,2.54818,0,0,0,1,60,255,1,0),(40606,181275,530,1,1,-252.617,6198.28,23.9543,-2.28638,0,0,0,1,60,255,1,0),(40607,181275,530,1,1,-178.382,6021.08,22.5117,-1.93732,0,0,0,1,60,255,1,0),(40608,181275,530,1,1,907,5103.25,4.49501,0,0,0,0,0,60,0,1,0),(40609,181556,530,1,1,-290.536,8005.68,24.7252,1.23918,0,0,0,1,3600,255,1,0),(40610,181556,530,1,1,-1168.68,5593.05,64.3197,0.366518,0,0,0,1,3600,255,1,0),(40611,181556,530,1,1,463.385,6578.69,-0.619491,0,0,0,0,0,3600,0,1,0),(40612,181556,530,1,1,635.943,5501.3,-4.36295,0,0,0,0,0,3600,0,1,0),(40613,181556,530,1,1,799.76,5404.34,-3.46711,0,0,0,0,0,3600,0,1,0),(40614,181556,530,1,1,778.165,4993.59,-11.4044,0,0,0,0,0,3600,0,1,0),(40615,181556,530,1,1,-861.451,5092.35,22.331,-2.65289,0,0,0,1,3600,255,1,0),(40616,181556,530,1,1,470.481,5367.01,-2.32426,0,0,0,0,0,3600,0,1,0),(40617,176584,530,1,1,563.153,5295.64,-24.9171,0,0,0,0,0,60,0,1,0),(40618,176584,530,1,1,755.342,5309.28,-0.178503,-0.575957,0,0,0,1,60,100,1,0),(40619,176584,530,1,1,595.147,5372.97,-24.3565,0,0,0,0,0,60,0,1,0),(40620,176584,530,1,1,521.563,5231.48,-2.15142,0,0,0,0,0,60,0,1,0),(40621,176584,530,1,1,515.598,5426.48,-0.585923,0,0,0,0,0,60,0,1,0),(40622,176584,530,1,1,658.149,5505.15,-3.54906,0,0,0,0,0,60,0,1,0),(40623,176584,530,1,1,351.239,5153.93,18.5444,0,0,0,0,0,60,0,1,0),(40624,176584,530,1,1,929.312,5691.19,9.44047,0,0,0,0,0,60,0,1,0),(40625,176584,530,1,1,821.876,5055.34,4.66417,1.29154,0,0,0,1,60,255,1,0),(40626,176584,530,1,1,685.568,5431.92,-26.1215,0,0,0,0,0,60,0,1,0),(40627,176584,530,1,1,848.749,5196.48,15.3808,0,0,0,0,0,60,0,1,0),(40628,176584,530,1,1,1003.2,5100.83,-13.3308,1.46608,0,0,0,1,60,255,1,0),(40629,142143,530,1,1,418.516,5834.47,23.1521,0,0,0,0,0,60,0,1,0),(40630,142143,530,1,1,759.848,6374.37,21.17,0,0,0,0,0,60,0,1,0),(40631,142143,530,1,1,-12.6356,6734.61,22.5376,0,0,0,0,0,60,0,1,0),(40632,142143,530,1,1,-263.076,6332.56,24.6686,0,0,0,0,0,60,0,1,0),(40633,181555,530,1,1,-798.499,2315.52,-11.1225,0,0,0,0,0,3600,100,1,0),(40634,181555,530,1,1,-1170.41,2494.74,37.2116,0,0,0,0,0,3600,100,1,0),(40635,181555,530,1,1,-1410.3,3094.17,8.24394,0,0,0,0,0,3600,100,1,0),(40636,181555,530,1,1,-749.226,4464.4,110.291,0,0,0,0,0,3600,100,1,0),(40637,181555,530,1,1,451.589,2441.34,152.362,0,0,0,0,0,3600,100,1,0),(40638,181555,530,1,1,-1127.64,2156.77,65.0926,3.00195,0,0,0,1,3600,255,1,0),(40639,181555,530,1,1,-949.871,3717,99.3738,0,0,0,0,0,3600,100,1,0),(40640,181555,530,1,1,-988.333,4091.49,84.6538,0,0,0,0,0,3600,100,1,0),(40641,181555,530,1,1,-926.982,2876.58,3.51087,0,0,0,0,0,3600,100,1,0),(40642,181555,530,1,1,-1471.08,3569.43,58.4823,-0.174532,0,0,0,1,3600,255,1,0),(40643,181555,530,1,1,-361.643,1726.9,56.4336,0,0,0,0,0,3600,100,1,0),(40644,181555,530,1,1,-349.353,4210.17,112.101,0,0,0,0,0,3600,100,1,0),(40645,181271,530,1,1,34.5493,3636.52,193.894,0,0,0,0,0,60,100,1,0),(40646,181271,530,1,1,-1001.34,2110.2,94.7492,0,0,0,0,0,60,100,1,0),(40647,176584,530,1,1,-507.474,2182.95,64.7591,0,0,0,0,0,60,0,1,0),(40648,181270,530,1,1,-708.856,3653.26,29.0038,-2.49582,0,0,0,1,60,255,1,0),(40649,181270,530,1,1,-1227.16,4092.83,68.6285,-2.00713,0,0,0,1,60,100,1,0),(40650,181270,530,1,1,-14.0834,1952.13,70.9631,0,0,0,0,0,60,0,1,0),(40651,181270,530,1,1,-1120.42,2218.31,33.8351,0,0,0,0,0,60,0,1,0),(40652,181270,530,1,1,-486.304,2060.87,83.7857,-2.09439,0,0,0,1,60,255,1,0),(40653,181270,530,1,1,-606.608,1994.07,78.47,-0.261798,0,0,0,1,60,255,1,0),(40654,181270,530,1,1,-1426.3,3440.64,42.4929,-2.26892,0,0,0,1,60,255,1,0),(99914,182108,530,1,1,566.79,6358.77,23,0,0,0,0,0,180,0,1,0),(99915,182108,530,1,1,498.42,8197.27,21.39,0,0,0,0,0,180,0,1,0),(99916,182108,530,1,1,-756.55,5926.43,19.1,0,0,0,0,0,180,0,1,0),(99917,182108,530,1,1,-213.37,6302.14,21.6,0,0,0,0,0,180,0,1,0),(99918,300077,530,1,1,-1808.38,6293.89,59.27,0,0,0,0,0,180,0,1,0),(99919,300077,530,1,1,-1841.19,6387.27,52.85,0,0,0,0,0,180,0,1,0),(99920,300077,530,1,1,-1920.1,6361.28,56.02,0,0,0,0,0,180,0,1,0),(99921,300077,530,1,1,-1972.53,6276.58,56.88,0,0,0,0,0,180,0,1,0),(99922,182187,0,1,1,-11369.6,-2163.95,24.3,0,0,0,0,0,180,0,1,0),(99923,182187,0,1,1,-11170.3,-1900.21,-17.78,0,0,0,0,0,180,0,1,0),(99924,182176,530,1,1,-297.46,7245.69,29.48,0,0,0,0,0,180,0,1,0),(99925,182188,530,1,1,1177.67,8128.87,20.11,0,0,0,0,0,180,0,1,0),(99926,182368,530,1,1,-146.91,5532.62,30.85,0,0,0,0,0,180,0,1,0),(99927,182530,530,1,1,-3393.27,4120.53,3.77,0,0,0,0,0,180,0,1,0),(99928,300085,530,1,1,-133.39,1932.83,83.08,0,0,0,0,0,180,0,1,0),(99929,300085,530,1,1,-0.57,1899.79,61.28,0,0,0,0,0,180,0,1,0),(99930,300085,530,1,1,69.47,1766.26,48.45,0,0,0,0,0,180,0,1,0),(99931,300085,530,1,1,197.44,1765.28,31,0,0,0,0,0,180,0,1,0),(99932,300085,530,1,1,-333.97,1833.19,85.89,0,0,0,0,0,180,0,1,0),(99933,300085,530,1,1,-500.64,1835.06,67.83,0,0,0,0,0,180,0,1,0),(99934,300085,530,1,1,-588.83,1765.15,65.26,0,0,0,0,0,180,0,1,0),(99935,181260,530,1,1,8206.85,-6335.76,64.5,0,0,0,0,0,180,0,1,0),(99936,185140,530,1,1,2240.1,2390.31,112.39,0,0,0,0,0,180,0,1,0),(99937,185141,530,1,1,2228.32,2312.45,89.41,0,0,0,0,0,180,0,1,0),(99938,185142,530,1,1,2192.9,2338.6,89.79,0,0,0,0,0,180,0,1,0),(99939,185143,530,1,1,2202.32,2412.14,109.19,0,0,0,0,0,180,0,1,0),(99940,184002,530,1,1,-1190.12,2260.59,46.48,0,0,0,0,0,180,0,1,0),(99941,183982,530,1,1,3095,3399.93,105.36,0,0,0,0,0,180,0,1,0),(99942,184162,530,1,1,-1237.29,1347.63,1.33,0,0,0,0,0,180,0,1,0),(99943,184288,530,1,1,2755.55,3863.32,142.27,0,0,0,0,0,180,0,1,0),(99944,184288,530,1,1,3214.92,4065.25,106.16,0,0,0,0,0,180,0,1,0),(99945,184288,530,1,1,2947.31,4327.47,154.02,0,0,0,0,0,180,0,1,0),(99946,184288,530,1,1,2819.01,4351.1,144.97,0,0,0,0,0,180,0,1,0),(99947,184379,530,1,1,4695.28,2602.73,209.84,0,0,0,0,0,180,0,1,0),(99948,184379,530,1,1,4607.71,2440.72,195.65,0,0,0,0,0,180,0,1,0),(99949,184379,530,1,1,4716.77,2371.6,198.19,0,0,0,0,0,180,0,1,0),(99950,184457,530,1,1,134.11,4835.12,76.72,0,0,0,0,0,180,0,1,0),(99951,184562,530,1,1,3844.69,2475.28,114.86,0,0,0,0,0,180,0,1,0),(99952,184562,530,1,1,3910.04,2489.77,110.87,0,0,0,0,0,180,0,1,0),(99953,184562,530,1,1,3879.65,2531.97,109.43,0,0,0,0,0,180,0,1,0),(99954,184606,530,1,1,4774.35,3451.71,105.15,0,0,0,0,0,180,0,1,0),(99955,184609,530,1,1,4461.88,2828.25,141.12,0,0,0,0,0,180,0,1,0),(99956,184643,530,1,1,3937.37,2004.46,402.41,0,0,0,0,0,180,0,1,0),(99957,184704,530,1,1,1708.68,6316.18,33.24,0,0,0,0,0,180,0,1,0),(99958,184746,530,1,1,2276.65,5982.32,142.67,0,0,0,0,0,180,0,1,0),(99959,184817,530,1,1,-2971,4327.53,-49.79,0,0,0,0,0,180,0,1,0),(59578,184820,530,1,1,2706.19,6673.73,21.6303,2.47837,0,0,0,1,120,255,1,0),(59577,184820,530,1,1,2700.36,6601.66,22.8472,3.40339,0,0,0,1,120,255,1,0),(59576,184820,530,1,1,2494.49,6713.98,4.47157,4.29351,0,0,0,1,120,255,1,0),(59575,184820,530,1,1,2381.57,6742.27,16.7087,4.90438,0,0,0,1,120,255,1,0),(59574,184820,530,1,1,2330.77,6719.11,16.5635,5.63741,0,0,0,1,120,255,1,0),(59573,184820,530,1,1,2318.35,6650.72,16.8051,5.74213,0,0,0,1,120,255,1,0),(59572,184820,530,1,1,2165.13,6485.68,6.32237,1.39626,0,0,0,1,120,255,1,0),(59571,184820,530,1,1,1718.04,6303.09,-0.245553,4.24115,0,0,0,1,120,255,1,0),(59570,184820,530,1,1,1589.61,6294.26,2.97764,1.27409,0,0,0,1,120,255,1,0),(99969,184826,530,1,1,1612.8,6934.42,159.04,0,0,0,0,0,180,0,1,0),(99970,184841,530,1,1,-4057.19,1527.48,93.0938,0,0,0,0,0,180,0,1,0),(99971,184907,530,1,1,-3593.37,1856.74,47.23,0,0,0,0,0,180,0,1,0),(99972,184929,530,1,1,-3278.2,2817.69,125.13,0,0,0,0,0,180,0,1,0),(99973,184943,530,1,1,3210.86,5348.53,144.53,0,0,0,0,0,180,0,1,0),(99974,184951,530,1,1,-3302.49,2928.76,170.92,0,0,0,0,0,180,0,1,0),(99975,184997,530,1,1,430.1,2886.58,52.35,0,0,0,0,0,180,0,1,0),(99976,185144,530,1,1,-898.93,1964.52,68.76,0,0,0,0,0,180,0,1,0),(99977,185207,530,1,1,3350.04,5784.39,-6.53,0,0,0,0,0,180,0,1,0),(99978,185223,530,1,1,-221.5,3080.95,-60.39,0,0,0,0,0,180,0,1,0),(99979,185293,530,1,1,-897.39,1920.97,66.93,0,0,0,0,0,180,0,1,0),(99980,185293,530,1,1,-977.39,1877.65,94.81,0,0,0,0,0,180,0,1,0),(99981,185293,530,1,1,-1153.73,2107.55,68.1,0,0,0,0,0,180,0,1,0),(99982,185293,530,1,1,-822.39,2031.01,39.25,0,0,0,0,0,180,0,1,0),(99983,184750,530,1,1,-4193.53,2005.66,59.19,0,0,0,0,0,180,0,1,0),(99984,185307,530,1,1,3679.66,5282.91,21.2,0,0,0,0,0,180,0,1,0),(99985,185306,530,1,1,1931.43,5330.75,154.09,0,0,0,0,0,180,0,1,0),(99986,185306,530,1,1,2227.45,5484.31,153.68,0,0,0,0,0,180,0,1,0),(20557,185905,564,1,1,774.594,304.566,314.803,1.56474,0,0,0.704963,0.709244,180,100,1,0),(99989,185880,530,1,1,3535.36,5590.89,0.17,0,0,0,0,0,180,0,1,0),(99990,185902,530,1,1,2720.31,7117.68,367.31,0,0,0,0,0,180,0,1,0),(99991,142180,0,1,1,-531.08,-3872.75,232.5,0,0,0,0,0,180,0,1,0),(99992,152598,1,1,1,3278.15,-5710.01,-1.73,0,0,0,0,0,180,0,1,0),(99993,152604,1,1,1,3604.16,-5703.09,-3.95,0,0,0,0,0,180,0,1,0),(99994,152605,1,1,1,3701.84,-5743.96,-0.76,0,0,0,0,0,180,0,1,0),(99995,152606,1,1,1,3779.38,-5680.15,-6.13,0,0,0,0,0,180,0,1,0),(99996,178206,1,1,1,2232.68,-1550.47,93.21,0,0,0,0,0,180,0,1,0),(99997,180205,1,1,1,1632.57,-3075,85.959,0,0,0,0,0,180,0,1,0),(99998,180673,1,1,1,6723.67,-5271.68,778,0,0,0,0,0,180,0,1,0),(414,2061,0,1,1,-7543.86,-1274.22,250.392,-3.01942,0,0,0.998135,-0.061049,7200,100,1,0),(413,126314,0,1,1,-7543.86,-1274.22,250.392,-3.01942,0,0,0.998135,-0.061049,7200,100,1,0),(11417,176424,329,1,1,3929.59,-3384.95,119.008,-1.46608,0,0,-0.66913,0.743145,86400,100,1,0),(99796,185056,530,1,1,-1424.78,-11416,69.1895,0.611388,0,0.300955,0.576609,0.953638,180,0,1,0),(99795,181780,530,1,1,-1797.92,-11565.2,35.8367,5.05404,0,0,0.576609,-0.81702,180,0,1,0),(99794,181679,540,3,1,187.77,292.46,-7.33,0,0,0,0,0,180,0,1,0),(99793,181679,540,3,1,168.66,291.89,-6.93,0,0,0,0,0,180,0,1,0),(65408,186688,574,3,1,346.709,-32.8554,42.0184,-0.724311,0,0,0.986996,-0.160743,180,0,1,0),(99791,175621,229,1,1,-14.3501,-395.828,48.5065,3.14159,0,0,-1,0,180,0,1,0),(6800,173091,1,1,1,2034.78,-4710.6,26.8715,-2.28638,0,0,0.909961,-0.414693,900,100,1,0),(6798,2061,1,1,1,1904.41,-4773.03,36.3755,-3.0456,0,0,0.998848,-0.047978,900,100,1,0),(6796,173090,1,1,1,1904.41,-4773.03,36.3755,-3.0456,0,0,0.998848,-0.047978,900,100,1,0),(99787,179674,429,1,1,-42.5304,835.045,-29.5359,4.77773,0,0,0.683633,-0.729826,-900,0,1,0),(99786,179672,429,1,1,-17.6217,816.557,-29.5359,3.30353,0,0,0.996724,-0.0808781,-900,0,1,0),(99785,179673,429,1,1,-59.7294,808.98,-29.5359,0.213769,0,0,0.106681,0.994293,-900,0,1,0),(99784,179668,429,1,1,-38.8094,812.696,-29.5359,4.90495,0,0,0.635856,-0.771808,-900,0,1,0),(99783,179681,429,1,1,-35.712,796.486,-29.5359,4.90495,0,0,0.735698,0.677309,-900,0,1,0),(99782,179669,429,1,1,-42.1705,794.235,-29.5359,1.35102,0,0,0.625294,0.780389,-900,0,1,0),(99781,179670,429,1,1,-54.7371,803.251,-29.5359,0.549925,0,0,0.271511,0.962435,-900,0,1,0),(99780,179671,429,1,1,-56.2721,816.969,-29.5359,6.0006,0,0,0.140824,-0.990035,-900,0,1,0),(99779,179669,429,1,1,-48.6689,828.936,-29.5359,5.33299,0,0,0.457424,-0.889249,-900,0,1,0),(99778,179670,429,1,1,-35.8296,831.663,-29.5359,4.48085,0,0,0.784052,-0.620695,-900,0,1,0),(99777,179671,429,1,1,-25.0153,825.11,-29.5359,3.83134,0,0,0.941119,-0.338076,-900,0,1,0),(99776,179669,429,1,1,-19.4947,813.068,-29.5359,3.15588,0,0,0.999974,-0.00714229,-900,0,1,0),(99775,179670,429,1,1,-24.1474,801.253,-29.5359,2.52128,0,0,0.952287,0.305205,-900,0,1,0),(99774,179671,429,1,1,-31.5518,794.877,-29.5359,2.00921,0,0,0.843951,0.536421,-900,0,1,0),(412,2061,0,1,1,-7543.08,-1272.85,273.152,-3.01942,0,0,0.998135,-0.061049,7200,100,1,0),(30142,2061,0,1,1,882.545,-124.94,38.3289,-1.79769,0,0,-0.782608,0.622514,7200,100,1,0),(30141,3801,0,1,1,882.545,-124.94,38.3289,-1.79769,0,0,-0.782608,0.622514,7200,100,1,0),(30140,3815,0,1,1,1223.33,-310.987,48.5985,-1.57952,0,0,-0.710185,0.704015,7200,100,1,0),(30139,3818,0,1,1,1223.13,-311.06,43.6817,-1.57952,0,0,-0.710185,0.704015,7200,100,1,0),(411,126313,0,1,1,-7543.08,-1272.85,273.152,-3.01942,0,0,0.998135,-0.061049,7200,100,1,0),(410,179782,0,1,1,-7649.36,-629.479,201.412,2.09439,0,0,0.866025,0.5,7200,100,1,0),(32429,142344,90,1,1,-441.089,235.067,-207.907,0.890118,0,0,0.430511,0.902585,86400,100,1,0),(32430,142344,90,1,1,-737.905,683.435,-330.783,-1.15192,0,0,0.544639,-0.838671,86400,100,1,0),(32431,142344,90,1,1,-835.579,507.531,-303.937,-1.6057,0,0,0.71934,-0.694658,86400,100,1,0),(32432,142344,90,1,1,-824.705,434.837,-272.596,-1.81514,0,0,0.788011,-0.615661,86400,100,1,0),(32433,142344,90,1,1,-474.898,39.9007,-207.411,-0.698132,0,0,0.34202,-0.939693,86400,100,1,0),(32434,142344,90,1,1,-798.868,397.023,-316.433,2.70526,0,0,0.976296,0.21644,86400,100,1,0),(32435,142344,90,1,1,-508.935,436.862,-230.602,3.05433,0,0,0.999048,0.043619,86400,100,1,0),(32436,142344,90,1,1,-565.759,306.406,-213.012,1.62316,0,0,0.725374,0.688355,86400,100,1,0),(32437,142344,90,1,1,-676.904,694.759,-331.384,-1.0821,0,0,0.515038,-0.857167,86400,100,1,0),(32438,142344,90,1,1,-750.604,633.824,-314.793,-2.25148,0,0,0.902585,-0.430511,86400,100,1,0),(32439,142344,90,1,1,-585.429,401.097,-230.601,1.97222,0,0,0.833886,0.551937,86400,100,1,0),(32440,74448,90,1,1,-630.556,66.5022,-183.275,2.75762,0,0,0.981627,0.190809,86400,100,1,0),(32441,19020,90,1,1,-527.599,-134.657,-152.499,0.174533,0,0,0.087156,0.996195,86400,100,1,0),(32443,101812,33,1,1,-236.251,2164.04,91.1562,1.5708,0.584487,0.397963,0.584487,-0.397963,86400,100,1,0),(32444,101811,33,1,1,-246.493,2132.49,81.1799,4.71239,-0.131892,-0.694697,-0.131892,0.694697,0,100,1,0),(32445,18934,33,1,1,-251.244,2116.38,81.218,-0.375245,0,0,-0.186524,0.98245,86400,100,1,0),(32446,18935,33,1,1,-244.14,2134.41,81.0625,-0.375245,0,0,-0.186524,0.98245,86400,100,1,0),(32447,18973,33,1,1,-146.391,2173,150.543,-1.94604,0,0,-0.82659,0.562805,86400,100,1,0),(32448,35594,33,1,1,-219.694,2259.45,77.338,-2.73144,0,0,0.979045,-0.203642,86400,100,1,0),(32449,2061,33,1,1,-219.694,2259.45,77.338,-2.73144,0,0,0.979045,-0.203642,86400,100,1,0),(32450,35595,33,1,1,-218.509,2260.46,77.338,0.802852,0,0,0.390731,0.920505,86400,100,1,0),(32451,2061,33,1,1,-218.509,2260.46,77.338,0.802852,0,0,0.390731,0.920505,86400,100,1,0),(32452,35597,33,1,1,-214.755,2272.27,77.338,-2.47837,0,0,0.945518,-0.325569,86400,100,1,0),(32453,2061,33,1,1,-214.755,2272.27,77.338,-2.47837,0,0,0.945518,-0.325569,86400,100,1,0),(32457,35593,33,1,1,-220.578,2258.18,77.338,-0.375245,0,0,-0.186524,0.98245,86400,100,1,0),(32458,2061,33,1,1,-220.578,2258.18,77.338,-0.375245,0,0,-0.186524,0.98245,86400,100,1,0),(32480,18899,33,1,1,-113.462,2165.08,156.755,1.1957,0.694697,-0.131892,0.694696,0.131897,86400,255,1,0),(33219,18936,33,1,1,-247.757,2125.23,81.0625,-0.375245,0,0,-0.186524,0.98245,86400,100,1,0),(33241,18971,33,1,1,-118.11,2161.86,155.678,2.76635,0,0,0.98245,0.186524,86400,100,1,0),(33427,35598,33,1,1,-213.2,2273.37,77.338,-3.12414,0,0,0.999962,-0.008727,86400,100,1,0),(33460,2061,33,1,1,-213.2,2273.37,77.338,-3.12414,0,0,0.999962,-0.008727,86400,100,1,0),(33633,35596,33,1,1,-215.003,2270.45,77.338,-1.94604,0,0,-0.82659,0.562805,86400,100,1,0),(33732,2061,33,1,1,-215.003,2270.45,77.338,-1.94604,0,0,-0.82659,0.562805,86400,100,1,0),(33785,18972,33,1,1,-129.034,2166.16,129.187,-0.375245,0,0,-0.186524,0.98245,86400,100,1,0),(34006,18901,33,1,1,-250.013,2123.05,81.1795,4.71239,-0.131892,-0.694697,-0.131892,0.694697,0,100,1,0),(34280,22567,33,1,1,-325.356,2089.16,30.2577,0.270526,0,0,0.134851,0.990866,86400,100,1,0),(34865,2061,33,1,1,-325.356,2089.16,30.2577,0.270526,0,0,0.134851,0.990866,86400,100,1,0),(35408,22566,33,1,1,-326.355,2089.7,25.3409,-1.91986,0,0,-0.819152,0.573577,86400,100,1,0),(35409,2061,33,1,1,-326.355,2089.7,25.3409,-1.91986,0,0,-0.819152,0.573577,86400,100,1,0),(35797,22563,33,1,1,-326.002,2090.32,25.3409,1.56207,0,0,0.704015,0.710186,86400,100,1,0),(40656,22564,33,1,1,-326.139,2089.7,30.2577,-1.91986,0,0,-0.819152,0.573577,86400,100,1,0),(40658,22565,33,1,1,-325.573,2089.16,25.3409,0.270526,0,0,0.134851,0.990866,86400,100,1,0),(40660,75295,33,1,1,-189.568,2122.88,97.3899,1.39626,0,0,0.642788,0.766044,86400,100,1,0),(40661,3659,33,1,1,-197.138,2268.28,76.2013,-2.21657,0,0,0.894934,-0.446198,86400,100,1,0),(40662,75293,33,1,1,-190.976,2225.68,79.7585,-1.23918,0,0,0.580703,-0.814116,86400,100,1,0),(40663,3695,33,1,1,-206.199,2249.48,76.2013,1.16937,0,0,0.551937,0.833886,86400,100,1,0),(40664,3659,33,1,1,-232.514,2290.86,74.9993,-2.02458,0,0,0.848048,-0.529919,86400,100,1,0),(40665,75298,33,1,1,-106.541,2164.01,101.52,3.03687,0,0,0.99863,0.052336,86400,100,1,0),(40666,3695,33,1,1,-257.011,2279.7,74.9993,1.23918,0,0,0.580703,0.814116,86400,100,1,0),(40667,36738,33,1,1,-155.171,2185.61,130.643,0.785398,0,0,0.382683,0.92388,86400,100,1,0),(40668,91138,33,1,1,-218.464,2237.2,80.7977,-2.18166,0,0,0.887011,-0.461749,86400,100,1,0),(40669,182011,33,1,1,-207.395,2245.31,79.7689,-1.90241,0,0,0.814116,-0.580703,86400,100,1,0),(40670,3707,70,1,1,-117.284,235.933,-51.811,-0.401426,0,0,0.199368,-0.979925,86400,100,1,0),(40671,3707,70,1,1,54.6041,348.621,-40.4473,-3.10669,0,0,0.999848,-0.017452,86400,100,1,0),(40672,3707,70,1,1,37.0305,227.32,-32.1131,-2.67035,0,0,0.97237,-0.233445,86400,100,1,0),(40673,123329,70,1,1,-355.996,112.829,-43.2036,0.383972,0,0,0.190809,0.981627,86400,100,1,0),(40674,128293,70,1,1,-358.599,100.755,-53.1931,1.0472,0,0,0.5,0.866025,86400,100,1,0),(40675,126049,70,1,1,-203.678,214.625,-46.4376,2.23402,0,0,0.898794,0.438371,86400,100,1,0),(40676,128196,70,1,1,-203.678,214.625,-46.4376,2.23402,0,0,0.898794,0.438371,86400,100,1,0),(40677,126049,70,1,1,57.257,322.762,-41.8984,-0.418879,0,0,0.207912,-0.978148,86400,100,1,0),(40678,128196,70,1,1,57.257,322.762,-41.8984,-0.418879,0,0,0.207912,-0.978148,86400,100,1,0),(40679,128293,70,1,1,-164.64,301.678,-53.1613,-1.71042,0,0,0.75471,-0.656059,86400,100,1,0),(40680,126049,70,1,1,1.60166,236.356,-32.3796,-2.63545,0,0,0.968148,-0.25038,86400,100,1,0),(40681,128196,70,1,1,1.60166,236.356,-32.3796,-2.63545,0,0,0.968148,-0.25038,86400,100,1,0),(40682,126049,70,1,1,-95.1379,337.393,-47.0908,-1.43117,0,0,0.656059,-0.75471,86400,100,1,0),(40683,128196,70,1,1,-95.1379,337.393,-47.0908,-1.43117,0,0,0.656059,-0.75471,86400,100,1,0),(40684,126049,70,1,1,-112.397,230.632,-52.1536,-0.471239,0,0,0.233445,-0.97237,86400,100,1,0),(40685,128196,70,1,1,-112.397,230.632,-52.1536,-0.471239,0,0,0.233445,-0.97237,86400,100,1,0),(40686,126049,70,1,1,-129.112,384.45,-39.9942,-2.04204,0,0,0.85264,-0.522498,86400,100,1,0),(40687,128196,70,1,1,-129.112,384.45,-39.9942,-2.04204,0,0,0.85264,-0.522498,86400,100,1,0),(40688,142088,70,1,1,-1.89168,422.099,-47.1127,-1.62316,0,0,0.725374,-0.688354,86400,100,1,0),(40689,19903,70,1,1,-119.96,269.695,-45.7821,-2.11185,0,0,0.870356,-0.492423,86400,100,1,0),(40690,19903,70,1,1,-143.01,210.889,-46.4858,-0.383972,0,0,0.190809,-0.981627,86400,100,1,0),(40691,19903,70,1,1,-14.075,300.25,-46.1978,-0.907571,0,0,0.438371,-0.898794,86400,100,1,0),(40692,131978,70,1,1,-150.166,201.764,-49.9121,-2.98451,0,0,0.996917,-0.078459,86400,100,1,0),(40693,131978,70,1,1,-73.5079,265.315,-47.6291,2.82743,0,0,0.987688,0.156434,86400,100,1,0),(40694,113757,70,1,1,21.1868,413.872,-45.0149,-2.02458,0,0,0.848048,-0.529919,86400,100,1,0),(40695,125477,70,1,1,-350.81,82.6264,-51.2318,1.93731,0,0,0.824126,0.566406,86400,100,1,0),(40696,130511,70,1,1,104.845,272.453,-26.5322,-2.67035,0,0,0.97237,-0.233445,86400,100,1,0),(40697,123463,70,1,1,-355.018,114.854,-43.2878,2.54818,0,0,0.956305,0.292372,86400,100,1,0),(40698,133234,70,1,1,96.4808,269.052,-52.1487,-2.70526,0,0,0.976296,-0.21644,86400,100,1,0),(40699,181271,530,1,1,-5248.39,412.401,66.1103,2.61799,0,0,0,1,60,255,1,0),(40700,181271,530,1,1,-4959.21,426.868,87.6856,0,0,0,0,0,60,100,1,0),(40701,181271,530,1,1,-5125.75,108.845,134.297,0,0,0,0,0,60,100,1,0),(40702,181271,530,1,1,-5028.32,88.1891,79.9259,0,0,0,0,0,60,100,1,0),(6795,2061,1,1,1,1561.1,-4186.86,41.655,0.881392,0,0,0.426569,0.904455,900,100,1,0),(6792,177016,1,1,1,1561.1,-4186.86,41.655,0.881392,0,0,0.426569,0.904455,900,100,1,0),(6789,2061,1,1,1,1691.88,-4103.52,38.0155,0.881392,0,0,0.426569,0.904455,900,100,1,0),(6788,177015,1,1,1,1691.88,-4103.52,38.0155,0.881392,0,0,0.426569,0.904455,900,100,1,0),(6780,2061,1,1,1,2184.68,-4799.56,67.568,2.46091,0,0,0.942641,0.333807,900,100,1,0),(6776,173187,1,1,1,2184.68,-4799.56,67.568,2.46091,0,0,0.942641,0.333807,900,100,1,0),(6775,2061,1,1,1,2156.99,-4792.74,67.568,1.62316,0,0,0.725374,0.688355,900,100,1,0),(6772,173185,1,1,1,2156.99,-4792.74,67.568,1.62316,0,0,0.725374,0.688355,900,100,1,0),(6165,173168,1,1,1,1763.93,-4317.85,6.20181,0.567231,0,0,0.279829,0.96005,900,100,1,0),(5122,2061,1,1,1,1788.69,-4201.4,40.0828,-0.628319,0,0,-0.309017,0.951056,900,100,1,0),(4647,173062,1,1,1,1788.69,-4201.4,40.0828,-0.628319,0,0,-0.309017,0.951056,900,100,1,0),(4622,2061,1,1,1,1924.28,-4116.57,43.4859,-1.89368,0,0,-0.811574,0.58425,900,100,1,0),(4621,173151,1,1,1,1924.28,-4116.57,43.4859,-1.89368,0,0,-0.811574,0.58425,900,100,1,0),(4620,2061,1,1,1,1945.58,-4127.67,43.4859,-2.67908,0,0,0.973379,-0.229201,900,100,1,0),(4615,173150,1,1,1,1945.58,-4127.67,43.4859,-2.67908,0,0,0.973379,-0.229201,900,100,1,0),(4613,172994,1,1,1,1766.42,-4222.41,43.3518,2.60927,0,0,0.964787,0.263032,900,100,1,0),(4592,2061,1,1,1,1804.12,-4294.39,5.75211,-2.54818,0,0,0.956305,-0.292372,900,100,1,0),(4591,173165,1,1,1,1804.12,-4294.39,5.75211,-2.54818,0,0,0.956305,-0.292372,900,100,1,0),(4590,2061,1,1,1,1743.32,-4327.31,5.88989,2.618,0,0,0.965926,0.258819,900,100,1,0),(4589,173164,1,1,1,1743.32,-4327.31,5.88989,2.618,0,0,0.965926,0.258819,900,100,1,0),(4588,2061,1,1,1,1438.43,-4373.89,25.2892,-2.23402,0,0,0.898794,-0.438372,900,100,1,0),(4587,173012,1,1,1,1438.43,-4373.89,25.2892,-2.23402,0,0,0.898794,-0.438372,900,100,1,0),(4586,2061,1,1,1,1921.68,-4693.21,32.8007,2.73918,0,0,0.979826,0.199852,900,100,1,0),(4585,177009,1,1,1,1921.68,-4693.21,32.8007,2.73918,0,0,0.979826,0.199852,900,100,1,0),(4584,2061,1,1,1,1973.83,-4786.46,56.842,1.32645,0,0,0.615662,0.78801,900,100,1,0),(40728,182139,530,1,1,-133.788,6952.09,19.2631,1.3114,0,0,0.609714,0.792622,180,100,1,0),(40729,182139,530,1,1,-97.1974,6998.89,19.1707,3.54586,0,0,0.979641,-0.200758,180,100,1,0),(40730,182139,530,1,1,-202.643,7049.52,19.327,3.5757,0,0,0.976536,-0.215354,180,100,1,0),(40731,182139,530,1,1,-235.074,7040.57,18.7178,6.10075,0,0,0.09109,-0.995843,180,100,1,0),(40732,182139,530,1,1,-107.417,7106.15,19.4062,1.68838,0,0,0.747434,0.664336,180,100,1,0),(40733,182139,530,1,1,-34.6708,7115.12,20.3811,2.83349,0,0,0.988158,0.153441,180,100,1,0),(40734,182139,530,1,1,-79.6786,7132.48,18.6876,2.13056,0,0,0.874925,0.484259,180,100,1,0),(40735,182139,530,1,1,-147.765,7290.63,23.3198,4.92658,0,0,0.627473,-0.778638,180,100,1,0),(40736,182139,530,1,1,-163.823,7333.81,23.5985,4.3768,0,0,0.815269,-0.579082,180,100,1,0),(40737,182139,530,1,1,-354.537,7244.25,50.1074,1.51716,0,0,0.687892,0.725813,180,100,1,0),(40738,182139,530,1,1,-354.904,7264.76,50.6482,4.82369,0,0,0.666682,-0.745342,180,100,1,0),(33559,186334,1,1,1,-4298.58,-3262.56,38.3338,-2.86234,0,0,0.990268,-0.139173,900,100,1,0),(33558,186332,1,1,1,-4298.58,-3262.56,38.3338,-2.86234,0,0,0.990268,-0.139173,900,100,1,0),(73643,1733,0,1,1,-11101,-254,33.215,2.566,0,0,0,0,900,255,1,0),(40742,19904,1,1,1,-4344.74,-3312.62,34.4343,2.44346,0,0,0.939693,0.34202,2,100,1,0),(40743,19905,1,1,1,-4328.22,-3004.77,35.538,-2.93215,0,0,0.994522,-0.104529,2,100,1,0),(40744,1734,1,1,1,-2715.27,-3905.9,66.2966,-1.62316,0,0,0.725374,-0.688354,2700,100,1,0),(40745,186301,1,1,1,-2529.97,-3200.56,34.5674,0.698132,0,0,0.34202,0.939693,900,100,1,0),(40746,186301,1,1,1,-2507.02,-3174.7,32.766,-0.087267,0,0,0.04362,-0.999048,900,100,1,0),(40747,186301,1,1,1,-2460.36,-3204.39,37.2558,1.5708,0,0,0.707107,0.707107,900,100,1,0),(40748,19906,1,1,1,-4468.35,-2898.64,21.7621,-0.10472,0,0,0.052336,-0.99863,2,100,1,0),(40749,186450,1,1,1,-3987.02,-3688.77,46.9588,1.55334,0,0,0.700909,0.71325,900,100,1,0),(40750,186450,1,1,1,-3920.49,-3755.76,38.9218,1.29154,0,0,0.601815,0.798636,900,100,1,0),(40751,186450,1,1,1,-4094.93,-3790.06,36.385,1.13446,0,0,0.5373,0.843391,900,100,1,0),(40752,186450,1,1,1,-4008.56,-3735.68,45.7889,1.85005,0,0,0.798636,0.601815,900,100,1,0),(40753,186450,1,1,1,-3984.55,-3772.04,40.9397,0.139626,0,0,0.069756,0.997564,900,100,1,0),(40754,186450,1,1,1,-3941.57,-3842.56,35.8808,0.15708,0,0,0.078459,0.996917,900,100,1,0),(40755,186450,1,1,1,-4126.17,-3725.11,37.8951,0.506145,0,0,0.25038,0.968148,900,100,1,0),(40756,186450,1,1,1,-3934.03,-3691.96,42.7914,-0.733038,0,0,0.358368,-0.93358,900,100,1,0),(40757,1733,1,1,1,-3814.19,-3819.94,56.2298,2.84489,0,0,0.989016,0.147809,2700,100,1,0),(40758,4149,1,1,1,-5097.62,-3964.18,40.8574,-0.471239,0,0,0.233445,-0.97237,7200,100,1,0),(40759,2047,1,1,1,-4464.97,-2882.58,22.3767,-2.56563,0,0,0.95882,-0.284015,1800,100,1,0),(40760,186332,1,1,1,-4316.59,-3283.75,35.3374,-2.82743,0,0,0.987688,-0.156434,900,100,1,0),(40761,186334,1,1,1,-4316.59,-3283.75,35.3374,-2.82743,0,0,0.987688,-0.156434,900,100,1,0),(40762,186332,1,1,1,-4317.27,-3333.98,34.6145,-1.76278,0,0,0.771625,-0.636078,900,100,1,0),(40763,186334,1,1,1,-4317.27,-3333.98,34.6145,-1.76278,0,0,0.771625,-0.636078,900,100,1,0),(40764,186332,1,1,1,-4320.88,-3316.58,34.2547,1.71042,0,0,0.75471,0.656059,900,100,1,0),(40765,186334,1,1,1,-4320.88,-3316.58,34.2547,1.71042,0,0,0.75471,0.656059,900,100,1,0),(40766,186332,1,1,1,-4352.64,-3298.22,34.648,-2.47837,0,0,0.945519,-0.325568,900,100,1,0),(40767,186334,1,1,1,-4352.64,-3298.22,34.648,-2.47837,0,0,0.945519,-0.325568,900,100,1,0),(40768,186463,1,1,1,-4633.99,-3279.92,40.3589,0.645772,0,0,0.317305,0.948324,500,100,1,0),(40769,186463,1,1,1,-4778.8,-3505.88,35.2617,2.87979,0,0,0.991445,0.130526,500,100,1,0),(40770,186463,1,1,1,-4822.72,-3492.24,31.2472,0.401426,0,0,0.199368,0.979925,500,100,1,0),(40771,186463,1,1,1,-4770.07,-3663.61,47.8918,2.26893,0,0,0.906308,0.422618,500,100,1,0),(40772,4149,1,1,1,-4306.4,-3289.77,35.3826,-2.61799,0,0,0.965926,-0.258819,7200,100,1,0),(40773,1734,1,1,1,-4337.58,-2598.09,41.2869,-0.890118,0,0,0.430511,-0.902585,2700,100,1,0),(40774,186272,1,1,1,-2693.98,-4253.17,3.63396,-2.11185,0,0,0.870356,-0.492423,900,100,1,0),(40775,186273,1,1,1,-2671.49,-4263.42,3.59574,1.46608,0,0,0.669131,0.743145,900,100,1,0),(40776,186283,1,1,1,-2738.74,-4420.66,-11.1825,2.63545,0,0,0.968148,0.25038,900,100,1,0),(40777,186278,1,1,1,-2737.74,-4419.66,0,0,0,0,0,1,900,100,1,0),(40778,186283,1,1,1,-2705.81,-4468.4,-9.34198,-2.82743,0,0,0.987688,-0.156434,900,100,1,0),(40779,186278,1,1,1,-2704.81,-4467.4,0,0,0,0,0,1,900,100,1,0),(40780,186283,1,1,1,-2738.53,-4376.88,-20.0353,2.18166,0,0,0.887011,0.461749,900,100,1,0),(40781,186278,1,1,1,-2737.53,-4375.88,0,0,0,0,0,1,900,100,1,0),(40782,186283,1,1,1,-2761.82,-4496.42,-21.122,-1.37881,0,0,0.636078,-0.771625,900,100,1,0),(40783,186278,1,1,1,-2760.82,-4495.42,0,0,0,0,0,1,900,100,1,0),(40784,186283,1,1,1,-2597.8,-4356.95,-15.2234,0.279253,0,0,0.139173,0.990268,900,100,1,0),(40785,186278,1,1,1,-2596.8,-4355.95,0,0,0,0,0,1,900,100,1,0),(40786,186423,1,1,1,-3235.25,-4066.41,25.1197,-1.69297,0,0,0.748956,-0.66262,900,100,1,0),(40787,186423,1,1,1,-2918.8,-3801.03,30.162,-2.23402,0,0,0.898794,-0.438371,900,100,1,0),(40788,186423,1,1,1,-2790.31,-3753.36,29.0762,-0.959931,0,0,0.461749,-0.887011,900,100,1,0),(40789,186423,1,1,1,-3200.2,-3877.38,30.5108,1.20428,0,0,0.566406,0.824126,900,100,1,0),(40790,186423,1,1,1,-2725.78,-3804.33,31.5916,2.47837,0,0,0.945519,0.325568,900,100,1,0),(40791,186423,1,1,1,-2850.14,-3825.45,31.229,2.40855,0,0,0.93358,0.358368,900,100,1,0),(40792,186423,1,1,1,-2801.21,-3975.83,35.2085,-2.04204,0,0,0.85264,-0.522498,900,100,1,0),(40793,1735,1,1,1,-4566.88,-2734.63,45.9512,-1.55334,0,0,0.700909,-0.71325,1800,100,1,0),(40794,186332,1,1,1,-4415.07,-3103.44,35.0729,0.575959,0,0,0.284015,0.95882,900,100,1,0),(40795,186334,1,1,1,-4415.07,-3103.44,35.0729,0.575959,0,0,0.284015,0.95882,900,100,1,0),(40796,4149,1,1,1,-4399.68,-2954.71,27.334,1.15192,0,0,0.544639,0.838671,7200,100,1,0),(40797,2040,1,1,1,-4434.57,-2908.51,27.2165,-2.25148,0,0,0.902585,-0.430511,1800,100,1,0),(40798,186332,1,1,1,-4379.21,-3258.03,36.583,3.05433,0,0,0.999048,0.043619,900,100,1,0),(40799,186334,1,1,1,-4379.21,-3258.03,36.583,3.05433,0,0,0.999048,0.043619,900,100,1,0),(40800,186332,1,1,1,-4404.68,-3282.73,33.9356,-0.680679,0,0,0.333807,-0.942641,900,100,1,0),(40801,186334,1,1,1,-4404.68,-3282.73,33.9356,-0.680679,0,0,0.333807,-0.942641,900,100,1,0),(40802,186332,1,1,1,-4353.18,-3276.85,45.9988,1.76278,0,0,0.771625,0.636078,900,100,1,0),(40803,186334,1,1,1,-4353.18,-3276.85,45.9988,1.76278,0,0,0.771625,0.636078,900,100,1,0),(40804,186332,1,1,1,-4373.35,-3222.17,35.4043,2.00713,0,0,0.843391,0.5373,900,100,1,0),(40805,186334,1,1,1,-4373.35,-3222.17,35.4043,2.00713,0,0,0.843391,0.5373,900,100,1,0),(40806,186301,1,1,1,-2654.64,-3326.55,33.5779,-0.558505,0,0,0.275637,-0.961262,900,100,1,0),(40807,186332,1,1,1,-4403.26,-3192.8,40.4147,2.75762,0,0,0.981627,0.190809,900,100,1,0),(40808,186334,1,1,1,-4403.26,-3192.8,40.4147,2.75762,0,0,0.981627,0.190809,900,100,1,0),(40809,186301,1,1,1,-2612.03,-3333.28,43.8125,1.22173,0,0,0.573576,0.819152,900,100,1,0),(40810,186301,1,1,1,-2612.85,-3283.83,34.1607,-0.593412,0,0,0.292372,-0.956305,900,100,1,0),(40811,186332,1,1,1,-4374.84,-3185.62,36.7054,-2.86234,0,0,0.990268,-0.139173,900,100,1,0),(40812,186334,1,1,1,-4374.84,-3185.62,36.7054,-2.86234,0,0,0.990268,-0.139173,900,100,1,0),(40813,186301,1,1,1,-2594.98,-3245.13,34.5614,-0.541052,0,0,0.267238,-0.96363,900,100,1,0),(40814,186332,1,1,1,-4335.6,-3194.72,43.6929,-1.67552,0,0,0.743145,-0.669131,900,100,1,0),(40815,186334,1,1,1,-4335.6,-3194.72,43.6929,-1.67552,0,0,0.743145,-0.669131,900,100,1,0),(40816,186332,1,1,1,-4324.25,-3236.84,34.3721,1.67552,0,0,0.743145,0.669131,900,100,1,0),(40817,186334,1,1,1,-4324.25,-3236.84,34.3721,1.67552,0,0,0.743145,0.669131,900,100,1,0),(40818,186301,1,1,1,-2556.54,-3211.04,34.1463,-0.418879,0,0,0.207912,-0.978148,900,100,1,0),(40819,186301,1,1,1,-2583.27,-3240.97,33.7863,0.610865,0,0,0.300706,0.953717,900,100,1,0),(40820,186301,1,1,1,-2581.53,-3226.85,33.9392,-0.558505,0,0,0.275637,-0.961262,900,100,1,0),(40821,1735,1,1,1,-4346.2,-3005.47,35.1079,1.11701,0,0,0.529919,0.848048,1800,100,1,0),(40822,3707,1,1,1,-2947.81,-2978.97,39.7293,1.18682,0,0,0.559193,0.829038,180,100,1,0),(40823,1732,1,1,1,-2737.97,-2789.71,50.6377,-1.46608,0,0,0.669131,-0.743145,900,100,1,0),(40824,2046,1,1,1,-3653.49,-3548.63,56.625,-2.70526,0,0,0.976296,-0.21644,60,100,1,0),(40826,186463,1,1,1,-4613.35,-3383.03,38.6386,1.09956,0,0,0.522499,0.85264,500,100,1,0),(40827,186463,1,1,1,-4660.73,-3411.01,37.1853,2.56563,0,0,0.95882,0.284015,500,100,1,0),(40828,2043,1,1,1,-3686.8,-3145.4,40.6784,1.97222,0,0,0.833886,0.551937,60,100,1,0),(40829,186463,1,1,1,-4690.38,-3449.14,36.306,-0.994838,0,0,0.477159,-0.878817,500,100,1,0),(40830,186463,1,1,1,-4734.05,-3427.67,39.6073,0.488692,0,0,0.241922,0.970296,500,100,1,0),(40831,186463,1,1,1,-4689.83,-3353.13,37.1149,-1.25664,0,0,0.587785,-0.809017,500,100,1,0),(40832,2042,1,1,1,-3841.12,-3422.93,37.834,1.11701,0,0,0.529919,0.848048,60,100,1,0),(40833,2042,1,1,1,-3639.57,-3233.57,35.1359,2.30383,0,0,0.913545,0.406737,60,100,1,0),(40834,186423,1,1,1,-2769.05,-3971.16,34.8092,2.14675,0,0,0.878817,0.477159,900,100,1,0),(40835,186423,1,1,1,-2951.15,-3979.87,31.1156,-1.13446,0,0,0.5373,-0.843391,900,100,1,0),(40836,186423,1,1,1,-2994.77,-3931.42,30.7338,0.087266,0,0,0.043619,0.999048,900,100,1,0),(40837,186423,1,1,1,-2932.98,-3862.32,30.2507,0.523599,0,0,0.258819,0.965926,900,100,1,0),(40838,186423,1,1,1,-2875.78,-4019.4,30.3854,1.72788,0,0,0.760406,0.649448,900,100,1,0),(40839,186423,1,1,1,-3070.62,-3952.61,32.2575,-1.71042,0,0,0.75471,-0.656059,900,100,1,0),(40840,186423,1,1,1,-2881.32,-3962.32,33.3175,-0.994838,0,0,0.477159,-0.878817,900,100,1,0),(40841,186423,1,1,1,-2743.33,-3740.8,29.6695,-0.541052,0,0,0.267238,-0.96363,900,100,1,0),(40842,186465,1,1,1,-3663.72,-4751.45,0.626044,1.76278,0,0,0.771625,0.636078,900,100,1,0),(40843,178645,0,1,1,-9465.45,-8.79167,62.0397,-1.71042,0,0,0.75471,-0.656059,180,100,1,0),(40844,178438,0,1,1,-9457.21,-5.32091,62.0467,-0.05236,0,0,0.026177,-0.999657,180,100,1,0),(40845,178438,0,1,1,-9464.36,-9.85764,66.983,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(40846,180844,0,1,1,-9467.18,25.031,62.5621,2.23402,0,0,0.898794,0.438371,180,100,1,0),(40847,178438,0,1,1,-9477.21,10.9063,62.0813,-1.69297,0,0,0.748956,-0.66262,180,100,1,0),(40848,178438,0,1,1,-9480,25.8073,71.7806,3.08923,0,0,0.999657,0.026177,180,100,1,0),(40849,178645,0,1,1,-9478.65,34.4385,62.0954,3.00197,0,0,0.997564,0.069757,180,100,1,0),(40850,178438,0,1,1,-9481.22,15.8993,71.8324,3.03687,0,0,0.99863,0.052336,180,100,1,0),(40851,178645,0,1,1,-9472.03,0.649306,62.0185,3.01942,0,0,0.998135,0.061049,180,100,1,0),(40852,178645,0,1,1,-9469.84,40.459,62.0731,1.43117,0,0,0.656059,0.75471,180,100,1,0),(40853,178438,0,1,1,-9471.18,7.77159,62.0532,3.00197,0,0,0.997564,0.069757,180,100,1,0),(40854,178438,0,1,1,-9475.47,9.10069,66.9765,-1.69297,0,0,0.748956,-0.66262,180,100,1,0),(40855,178438,0,1,1,-9468.87,102.127,63.6341,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(40856,178438,0,1,1,-9480.93,15.6156,62.2065,2.96706,0,0,0.996195,0.087156,180,100,1,0),(40857,178438,0,1,1,-9478.78,35.6892,71.8364,3.03687,0,0,0.99863,0.052336,180,100,1,0),(40858,178438,0,1,1,-9471.18,43.6858,72.5629,1.44862,0,0,0.66262,0.748956,180,100,1,0),(40859,178438,0,1,1,-9473.43,10.4618,62.0603,-1.71042,0,0,0.75471,-0.656059,180,100,1,0),(40860,178438,0,1,1,-9468.42,85.2795,63.6443,3.12414,0,0,0.999962,0.008727,180,100,1,0),(40861,178645,0,1,1,-9480.02,23.1914,62.0745,2.98451,0,0,0.996917,0.078459,180,100,1,0),(40862,178433,0,1,1,-9442.94,36.8943,57.9068,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(40863,178436,0,1,1,-9457.54,24.0219,61.0303,2.87979,0,0,0.991445,0.130526,180,100,1,0),(40864,178431,0,1,1,-9442.55,39.3654,57.8482,-2.96706,0,0,0.996195,-0.087156,180,100,1,0),(40865,178428,0,1,1,-9443.72,40.939,58.6151,1.309,0,0,0.608761,0.793353,180,100,1,0),(40866,178433,0,1,1,-9443.25,38.6544,58.2803,2.60054,0,0,0.96363,0.267238,180,100,1,0),(40867,178432,0,1,1,-9444.39,42.5577,57.4761,-2.96706,0,0,0.996195,-0.087156,180,100,1,0),(40868,178434,0,1,1,-9458.15,19.559,61.0872,2.53073,0,0,0.953717,0.300706,180,100,1,0),(40869,178438,0,1,1,-9459.74,81.3819,66.9234,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(40870,178428,0,1,1,-9445.12,38.3211,58.061,0.331613,0,0,0.165048,0.986286,180,100,1,0),(40871,178438,0,1,1,-9452.98,33.5608,62.0325,-0.10472,0,0,0.052336,-0.99863,180,100,1,0),(40872,178434,0,1,1,-9457.41,25.059,61.0444,3.05433,0,0,0.999048,0.043619,180,100,1,0),(40873,178435,0,1,1,-9457.21,27.0394,61.0356,3.03687,0,0,0.99863,0.052336,180,100,1,0),(40874,178438,0,1,1,-9452.91,31.1285,67.2082,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(40875,178436,0,1,1,-9457.25,26.1233,61.0227,2.9147,0,0,0.993572,0.113203,180,100,1,0),(40876,178438,0,1,1,-9455.81,41.3646,60.6918,-0.139626,0,0,0.069756,-0.997564,180,100,1,0),(40877,178432,0,1,1,-9445.24,39.7915,57.8123,1.74533,0,0,0.766044,0.642788,180,100,1,0),(40878,178431,0,1,1,-9441.94,41.1367,57.4608,0.418879,0,0,0.207912,0.978148,180,100,1,0),(40879,178438,0,1,1,-9451.21,85.7344,63.6779,0.034907,0,0,0.017452,0.999848,180,100,1,0),(40880,178645,0,1,1,-9455.61,13.0335,62.1921,-0.122173,0,0,0.061049,-0.998135,180,100,1,0),(40881,178428,0,1,1,-9441.89,40.0102,57.7333,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(40882,178433,0,1,1,-9444.47,41.5838,57.6757,1.06465,0,0,0.507538,0.861629,180,100,1,0),(40883,178438,0,1,1,-9460.25,105.72,67.0911,1.72788,0,0,0.760406,0.649448,180,100,1,0),(40884,178431,0,1,1,-9447.09,43.0054,57.7438,2.75762,0,0,0.981627,0.190809,180,100,1,0),(40885,178433,0,1,1,-9446.53,42.185,57.6722,2.19912,0,0,0.891007,0.453991,180,100,1,0),(40886,178438,0,1,1,-9462.92,41.9844,60.776,2.98451,0,0,0.996917,0.078459,180,100,1,0),(40887,178431,0,1,1,-9442.88,37.7384,57.9209,1.98968,0,0,0.838671,0.544639,180,100,1,0),(40888,178438,0,1,1,-9453.56,29.5903,62.0117,-0.122173,0,0,0.061049,-0.998135,180,100,1,0),(40889,178428,0,1,1,-9441.79,37.9808,57.9737,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(40890,178433,0,1,1,-9441.67,38.9009,57.7952,1.43117,0,0,0.656059,0.75471,180,100,1,0),(40891,178434,0,1,1,-9457.91,21.5961,61.1023,2.96706,0,0,0.996195,0.087156,180,100,1,0),(40892,178645,0,1,1,-9456.57,1.87245,61.9979,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(40893,178431,0,1,1,-9445.59,41.3057,57.7842,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(40894,178432,0,1,1,-9443.99,37.3294,57.8718,1.32645,0,0,0.615662,0.788011,180,100,1,0),(40895,178428,0,1,1,-9445.49,42.2693,57.6616,1.62316,0,0,0.725374,0.688355,180,100,1,0),(40896,178438,0,1,1,-9459.1,44.8247,61.924,1.46608,0,0,0.669131,0.743145,180,100,1,0),(40897,178435,0,1,1,-9457.77,22.8301,61.0893,2.9147,0,0,0.993572,0.113203,180,100,1,0),(40898,178436,0,1,1,-9458.04,20.6125,61.1104,2.82743,0,0,0.987688,0.156434,180,100,1,0),(40899,178554,0,1,1,-9465.26,36.7092,61.5535,2.46091,0,0,0.942641,0.333807,180,100,1,0),(40900,178432,0,1,1,-9443.25,40.0653,57.8817,1.18682,0,0,0.559193,0.829038,180,100,1,0),(40901,180796,0,1,1,-8823.58,540.349,96.9068,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(40902,178667,0,1,1,-8828.45,538.055,97.2165,1.91986,0,0,0.819152,0.573576,180,100,1,0),(40903,178434,0,1,1,-8825.73,541.273,102.374,2.74017,0,0,0.979925,0.199368,180,100,1,0),(40904,178435,0,1,1,-8824.3,542.582,102.153,1.95477,0,0,0.829038,0.559193,180,100,1,0),(40905,178645,0,1,1,-8860.55,575.904,103.94,2.33874,0,0,0.920505,0.390731,180,100,1,0),(40906,178645,0,1,1,-8868.48,564.995,107.274,2.26893,0,0,0.906308,0.422618,180,100,1,0),(40907,178438,0,1,1,-8838.09,653.775,100.943,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(40908,178438,0,1,1,-8838.13,600.776,98.2744,2.44346,0,0,0.939693,0.34202,180,100,1,0),(40909,178438,0,1,1,-8835.5,604.1,98.3973,2.53073,0,0,0.953717,0.300706,180,100,1,0),(40910,178438,0,1,1,-8862.9,617.229,100.997,-2.72271,0,0,0.978148,-0.207912,180,100,1,0),(40911,178428,0,1,1,-8894.2,615.993,102.304,-1.91986,0,0,0.819152,-0.573576,180,100,1,0),(40912,178438,0,1,1,-8806.03,613.984,101.849,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(40913,178432,0,1,1,-8894.74,617.003,102.304,1.36136,0,0,0.62932,0.777146,180,100,1,0),(40914,178645,0,1,1,-8854.35,617.13,100.596,-1.18682,0,0,0.559193,-0.829037,180,100,1,0),(40915,178433,0,1,1,-8894.48,617.927,102.304,-0.820305,0,0,0.398749,-0.91706,180,100,1,0),(40916,178438,0,1,1,-8849.97,622.437,100.705,0.349066,0,0,0.173648,0.984808,180,100,1,0),(40917,178667,0,1,1,-8893.52,617.43,102.304,0.383972,0,0,0.190809,0.981627,180,100,1,0),(40918,178438,0,1,1,-8835.63,649.729,100.795,-2.56563,0,0,0.95882,-0.284015,180,100,1,0),(40919,178667,0,1,1,-8917.42,622.561,99.5226,2.04204,0,0,0.85264,0.522499,180,100,1,0),(40920,178431,0,1,1,-8892.69,617.781,102.304,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(40921,178438,0,1,1,-8808.38,638.579,96.6939,-2.67035,0,0,0.97237,-0.233445,180,100,1,0),(40922,178428,0,1,1,-8805.25,641.694,94.2287,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(40923,178438,0,1,1,-8803.39,641.224,97.3953,0.523599,0,0,0.258819,0.965926,180,100,1,0),(40924,178431,0,1,1,-8804.64,640.854,94.2287,3.12414,0,0,0.999962,0.008727,180,100,1,0),(40925,178432,0,1,1,-8807.29,644.759,94.2287,-2.72271,0,0,0.978148,-0.207912,180,100,1,0),(40926,178428,0,1,1,-8807,646.121,94.2698,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(40927,178431,0,1,1,-8808.33,646.38,94.2694,-2.40855,0,0,0.93358,-0.358368,180,100,1,0),(40928,178428,0,1,1,-8807.76,645.652,94.2287,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(40929,178433,0,1,1,-8806.97,645.001,95.1106,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(40930,178433,0,1,1,-8807.59,646.776,94.3007,2.07694,0,0,0.861629,0.507538,180,100,1,0),(40931,178432,0,1,1,-8803.95,637.36,94.2287,0.488692,0,0,0.241922,0.970296,180,100,1,0),(40932,178433,0,1,1,-8802.86,637.19,94.2287,-2.75762,0,0,0.981627,-0.190809,180,100,1,0),(40933,178645,0,1,1,-8802.43,620.403,101.454,2.25148,0,0,0.902585,0.430511,180,100,1,0),(40934,178438,0,1,1,-8856.18,665.462,100.26,-1.01229,0,0,0.48481,-0.87462,180,100,1,0),(40935,178438,0,1,1,-8806,642.851,97.1731,2.05949,0,0,0.857167,0.515038,180,100,1,0),(40936,178431,0,1,1,-8803.57,636.541,94.2287,-1.79769,0,0,0.782608,-0.622515,180,100,1,0),(40937,178432,0,1,1,-8804.11,641.649,94.2287,2.89725,0,0,0.992546,0.121869,180,100,1,0),(40938,178431,0,1,1,-8805.98,640.937,94.2287,0.575959,0,0,0.284015,0.95882,180,100,1,0),(40939,178438,0,1,1,-8795.12,622.49,101.78,0.715585,0,0,0.350207,0.936672,180,100,1,0),(40940,178431,0,1,1,-8872.95,681.716,104.949,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(40941,180844,0,1,1,-8865.12,675.992,101.723,2.23402,0,0,0.898794,0.438371,180,100,1,0),(40942,178438,0,1,1,-8852.74,667.995,100.272,-0.925024,0,0,0.446198,-0.894934,180,100,1,0),(40943,178428,0,1,1,-8871.72,680.997,104.949,0.15708,0,0,0.078459,0.996917,180,100,1,0),(40944,178433,0,1,1,-8873.62,679.719,104.949,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(40945,178645,0,1,1,-8663.15,503.359,105.884,-1.78024,0,0,0.777146,-0.62932,180,100,1,0),(40946,178645,0,1,1,-8764.17,724.286,104.215,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(40947,178436,0,1,1,-8654.68,678.73,105.691,0.610865,0,0,0.300706,0.953717,180,100,1,0),(40948,178645,0,1,1,-8655.18,670.121,106.511,0.663225,0,0,0.325568,0.945519,180,100,1,0),(40949,178435,0,1,1,-8654.11,680.394,105.545,-0.907571,0,0,0.438371,-0.898794,180,100,1,0),(40950,178434,0,1,1,-8651.98,675.333,105.79,0.506145,0,0,0.25038,0.968148,180,100,1,0),(40951,178438,0,1,1,-8851.96,790.538,101.022,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(40952,178645,0,1,1,-8844.86,792.295,101.099,2.16421,0,0,0.882948,0.469472,180,100,1,0),(40953,178438,0,1,1,-8841.24,798.017,101.21,0.645772,0,0,0.317305,0.948324,180,100,1,0),(40954,180844,0,1,1,-10646.7,1176.09,45.6901,2.23402,0,0,0.898794,0.438371,180,100,1,0),(40955,180844,0,1,1,-10523.4,-1163.76,33.7104,-0.122173,0,0,0.061049,-0.998135,180,100,1,0),(40956,180844,0,1,1,-9224.47,-2154.24,69.8677,2.23402,0,0,0.898794,0.438371,180,100,1,0),(40957,178436,0,1,1,-5591.46,-543.576,401.327,2.87979,0,0,0.991445,0.130526,180,100,1,0),(40958,178434,0,1,1,-5591.44,-543.049,401.308,3.05433,0,0,0.999048,0.043619,180,100,1,0),(40959,178435,0,1,1,-5591.47,-544.152,401.329,2.89725,0,0,0.992546,0.121869,180,100,1,0),(40960,178428,0,1,1,-5619.63,-508.786,404.039,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(40961,178433,0,1,1,-5617.29,-505.012,403.343,1.79769,0,0,0.782608,0.622515,180,100,1,0),(40962,178432,0,1,1,-5620.14,-507.787,404.011,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(40963,178434,0,1,1,-5606.34,-527.596,402.448,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(40964,178438,0,1,1,-5637.22,-497.663,399.162,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(40965,178432,0,1,1,-5617.62,-506.734,403.501,0.471239,0,0,0.233445,0.97237,180,100,1,0),(40966,178438,0,1,1,-5609.56,-513.094,411.458,1.51844,0,0,0.688355,0.725374,180,100,1,0),(40967,178428,0,1,1,-5616.18,-508.178,403.309,-2.72271,0,0,0.978148,-0.207912,180,100,1,0),(40968,178431,0,1,1,-5615.57,-506.633,403.17,1.90241,0,0,0.814116,0.580703,180,100,1,0),(40969,178645,0,1,1,-5602.4,-513.195,411.182,1.55334,0,0,0.700909,0.71325,180,100,1,0),(40970,178433,0,1,1,-5618.46,-509.386,403.812,-2.21657,0,0,0.894934,-0.446198,180,100,1,0),(40971,178431,0,1,1,-5619.45,-507.022,403.85,1.53589,0,0,0.694658,0.71934,180,100,1,0),(40972,178436,0,1,1,-5606.39,-523.281,402.28,-0.10472,0,0,0.052336,-0.99863,180,100,1,0),(40973,178432,0,1,1,-5617.99,-508.64,403.692,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(40974,178431,0,1,1,-5617.38,-509.489,403.658,-1.25664,0,0,0.587785,-0.809017,180,100,1,0),(40975,178645,0,1,1,-5612.04,-519.249,411.411,3.12414,0,0,0.999962,0.008727,180,100,1,0),(40976,178433,0,1,1,-5619.35,-506.159,403.648,2.61799,0,0,0.965926,0.258819,180,100,1,0),(40977,178431,0,1,1,-5617.77,-505.853,403.575,2.47837,0,0,0.945519,0.325568,180,100,1,0),(40978,178435,0,1,1,-5606.48,-526.992,402.247,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(40979,178433,0,1,1,-5615.45,-507.559,403.148,-0.10472,0,0,0.052336,-0.99863,180,100,1,0),(40980,178428,0,1,1,-5618.61,-506.473,403.723,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(40981,178432,0,1,1,-5618.53,-505.36,403.421,-1.71042,0,0,0.75471,-0.656059,180,100,1,0),(40982,178428,0,1,1,-5616.54,-506.25,403.674,0.191986,0,0,0.095846,0.995396,180,100,1,0),(40983,178645,0,1,1,-5514.76,-658.712,404.398,0.401426,0,0,0.199368,0.979925,180,100,1,0),(40984,178438,0,1,1,-5592.97,-510.877,411.151,3.12414,0,0,0.999962,0.008727,180,100,1,0),(40985,178645,0,1,1,-5582.89,-503.835,411.089,1.55334,0,0,0.700909,0.71325,180,100,1,0),(40986,178554,0,1,1,-5586.63,-510.127,407.883,-2.21657,0,0,0.894934,-0.446198,180,100,1,0),(40987,180844,0,1,1,-5581.25,-524.323,408.617,2.23402,0,0,0.898794,0.438371,180,100,1,0),(40988,178438,0,1,1,-5595.17,-513.299,411.147,1.5708,0,0,0.707107,0.707107,180,100,1,0),(40989,178645,0,1,1,-5576.12,-514.995,411.114,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(40990,178438,0,1,1,-5576.29,-522.604,411.214,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(40991,178438,0,1,1,-5576.09,-507.521,411.094,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(40992,178438,0,1,1,-5592.9,-506.817,411.253,3.10669,0,0,0.999848,0.017452,180,100,1,0),(40993,180796,0,1,1,-5049.6,-817.202,495.232,2.09439,0,0,0.866025,0.5,180,100,1,0),(40994,178667,0,1,1,-5054.74,-817.064,495.691,0,0,0,0,1,180,100,1,0),(40995,178434,0,1,1,-5050.44,-815.008,500.521,1.53589,0,0,0.694658,0.71934,180,100,1,0),(40996,178435,0,1,1,-5048.18,-815.393,500.651,0.977384,0,0,0.469472,0.882948,180,100,1,0),(40997,178554,0,1,1,-4950.75,-919.28,509.25,-2.49582,0,0,0.948324,-0.317305,180,100,1,0),(40998,178438,0,1,1,-4960.68,-933.021,510.504,2.23402,0,0,0.898794,0.438371,180,100,1,0),(40999,178438,0,1,1,-4957.97,-930.837,510.452,2.30383,0,0,0.913545,0.406737,180,100,1,0),(41000,178438,0,1,1,-4947.25,-921.71,510.724,2.35619,0,0,0.92388,0.382683,180,100,1,0),(41001,178438,0,1,1,-4942.03,-917.438,510.791,2.33874,0,0,0.920505,0.390731,180,100,1,0),(41002,178438,0,1,1,-4936.74,-913.115,510.866,2.26893,0,0,0.906308,0.422618,180,100,1,0),(41003,178438,0,1,1,-4952.37,-926.179,510.539,2.25148,0,0,0.902585,0.430511,180,100,1,0),(41004,178438,0,1,1,-4934.18,-911.016,510.924,2.19912,0,0,0.891007,0.453991,180,100,1,0),(41005,178438,0,1,1,-4944.61,-919.571,510.741,2.16421,0,0,0.882948,0.469472,180,100,1,0),(41006,178438,0,1,1,-4939.39,-915.255,510.801,2.25148,0,0,0.902585,0.430511,180,100,1,0),(41007,178438,0,1,1,-4955.13,-928.472,510.472,2.23402,0,0,0.898794,0.438371,180,100,1,0),(41008,178438,0,1,1,-4949.67,-923.867,510.669,2.30383,0,0,0.913545,0.406737,180,100,1,0),(41009,178428,0,1,1,-4920.03,-981.581,501.46,1.53589,0,0,0.694658,0.71934,180,100,1,0),(41010,178432,0,1,1,-4928.83,-981.794,501.471,1.0821,0,0,0.515038,0.857167,180,100,1,0),(41011,178764,0,1,1,-4918.91,-965.482,501.485,-1.20428,0,0,0.566406,-0.824126,180,100,1,0),(41012,178432,0,1,1,-4911.57,-978.474,501.443,2.51327,0,0,0.951057,0.309017,180,100,1,0),(41013,178432,0,1,1,-4914.36,-979.154,501.772,1.74533,0,0,0.766044,0.642788,180,100,1,0),(41014,178764,0,1,1,-4913.34,-972.405,501.459,0.366519,0,0,0.182236,0.983255,180,100,1,0),(41015,178431,0,1,1,-4914.48,-980.951,501.442,-2.35619,0,0,0.92388,-0.382683,180,100,1,0),(41016,178433,0,1,1,-4914.49,-983.483,501.442,1.62316,0,0,0.725374,0.688355,180,100,1,0),(41017,178433,0,1,1,-4879.74,-1004.04,504.983,1.01229,0,0,0.48481,0.87462,180,100,1,0),(41018,178764,0,1,1,-4911.25,-977.674,501.444,0.383972,0,0,0.190809,0.981627,180,100,1,0),(41019,178433,0,1,1,-4914.18,-977.769,501.449,2.23402,0,0,0.898794,0.438371,180,100,1,0),(41020,178431,0,1,1,-4913.15,-977.191,501.448,2.93215,0,0,0.994522,0.104528,180,100,1,0),(41021,178764,0,1,1,-4918.63,-974.248,501.466,1.91986,0,0,0.819152,0.573576,180,100,1,0),(41022,178431,0,1,1,-4915.62,-980.778,501.445,2.3911,0,0,0.930418,0.366501,180,100,1,0),(41023,178432,0,1,1,-4915.39,-983.512,501.446,-3.03687,0,0,0.99863,-0.052336,180,100,1,0),(41024,178432,0,1,1,-4917.3,-984.011,501.45,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(41025,178438,0,1,1,-4927.6,-982.418,504.369,2.80998,0,0,0.986286,0.165048,180,100,1,0),(41026,178428,0,1,1,-4879.56,-1002.36,504.656,2.75762,0,0,0.981627,0.190809,180,100,1,0),(41027,178433,0,1,1,-4882.52,-1005.59,504.656,0.785398,0,0,0.382683,0.92388,180,100,1,0),(41028,178431,0,1,1,-4915.37,-984.428,501.446,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(41029,178764,0,1,1,-4912.28,-975.044,501.451,0.383972,0,0,0.190809,0.981627,180,100,1,0),(41030,178432,0,1,1,-4919.02,-981.645,501.458,2.80998,0,0,0.986286,0.165048,180,100,1,0),(41031,178764,0,1,1,-4915.31,-967.143,501.475,-2.77507,0,0,0.983255,-0.182235,180,100,1,0),(41032,178428,0,1,1,-4917.06,-982.294,501.451,-0.349066,0,0,0.173648,-0.984808,180,100,1,0),(41033,178433,0,1,1,-4917.67,-981.497,501.452,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(41034,178428,0,1,1,-4839.92,-1027.42,502.62,-1.95477,0,0,0.829038,-0.559193,180,100,1,0),(41035,178432,0,1,1,-4880.79,-1004.39,504.656,1.09956,0,0,0.522499,0.85264,180,100,1,0),(41036,178431,0,1,1,-4880.61,-1002.6,504.656,2.46091,0,0,0.942641,0.333807,180,100,1,0),(41037,178438,0,1,1,-4922.48,-984.037,504.453,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(41038,178431,0,1,1,-4913.81,-977.993,501.857,2.74017,0,0,0.979925,0.199368,180,100,1,0),(41039,178764,0,1,1,-4921.3,-975.208,501.469,0.314159,0,0,0.156434,0.987688,180,100,1,0),(41040,178428,0,1,1,-4913.57,-978.173,501.447,-0.907571,0,0,0.438371,-0.898794,180,100,1,0),(41041,178433,0,1,1,-4929.33,-983.41,501.468,1.25664,0,0,0.587785,0.809017,180,100,1,0),(41042,178764,0,1,1,-4914.32,-969.749,501.467,1.95477,0,0,0.829038,0.559193,180,100,1,0),(41043,178436,0,1,1,-4877.86,-999.075,506.552,2.23402,0,0,0.898794,0.438371,180,100,1,0),(41044,178764,0,1,1,-4923.09,-969.918,501.485,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(41045,178431,0,1,1,-4929.24,-982.548,501.47,1.64061,0,0,0.731354,0.681998,180,100,1,0),(41046,178764,0,1,1,-4916.88,-970.794,501.469,1.90241,0,0,0.814116,0.580703,180,100,1,0),(41047,178428,0,1,1,-4924.65,-982.013,503.642,-0.349066,0,0,0.173648,-0.984808,180,100,1,0),(41048,178433,0,1,1,-4915.05,-985.427,501.443,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(41049,178432,0,1,1,-4881.94,-1006.7,504.656,-2.80998,0,0,0.986286,-0.165048,180,100,1,0),(41050,178431,0,1,1,-4839.92,-1030.65,502.19,-0.418879,0,0,0.207912,-0.978148,180,100,1,0),(41051,178764,0,1,1,-4924.04,-967.22,501.493,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(41052,178438,0,1,1,-4925.55,-984.653,504.526,1.32645,0,0,0.615662,0.788011,180,100,1,0),(41053,178764,0,1,1,-4920.43,-969.163,501.48,-1.20428,0,0,0.566406,-0.824126,180,100,1,0),(41054,178431,0,1,1,-4881.43,-1004.9,504.656,0.925024,0,0,0.446198,0.894934,180,100,1,0),(41055,178433,0,1,1,-4840.71,-1027.32,502.19,2.11185,0,0,0.870356,0.492424,180,100,1,0),(41056,178435,0,1,1,-4876.9,-998.28,506.618,1.88496,0,0,0.809017,0.587785,180,100,1,0),(41057,178764,0,1,1,-4921.58,-966.446,501.489,-1.22173,0,0,0.573576,-0.819152,180,100,1,0),(41058,178431,0,1,1,-4923.86,-982.202,503.64,2.49582,0,0,0.948324,0.317305,180,100,1,0),(41059,178433,0,1,1,-4914.76,-981.188,501.859,3.00197,0,0,0.997564,0.069757,180,100,1,0),(41060,178431,0,1,1,-4915.31,-982.608,501.443,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(41061,178764,0,1,1,-4916.27,-964.497,501.482,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(41062,178438,0,1,1,-4923.74,-979.213,503.944,-1.90241,0,0,0.814116,-0.580703,180,100,1,0),(41063,178428,0,1,1,-4927.71,-981.239,501.469,-0.279253,0,0,0.139173,-0.990268,180,100,1,0),(41064,178431,0,1,1,-4918.29,-982.118,501.456,2.25148,0,0,0.902585,0.430511,180,100,1,0),(41065,178431,0,1,1,-4928.47,-980.865,501.472,2.61799,0,0,0.965926,0.258819,180,100,1,0),(41066,178764,0,1,1,-4922.13,-972.534,501.477,0.366519,0,0,0.182236,0.983255,180,100,1,0),(41067,178434,0,1,1,-4885.42,-1005.3,506.573,2.11185,0,0,0.870356,0.492424,180,100,1,0),(41068,178433,0,1,1,-4839.01,-1031.11,502.19,-2.98451,0,0,0.996917,-0.078459,180,100,1,0),(41069,178433,0,1,1,-4879.15,-1003.29,504.656,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(41070,178428,0,1,1,-4915.01,-981.603,501.442,2.30383,0,0,0.913545,0.406737,180,100,1,0),(41071,178431,0,1,1,-4918.24,-983.626,501.453,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(41072,178764,0,1,1,-4916.01,-973.261,501.462,1.93731,0,0,0.824126,0.566406,180,100,1,0),(41073,178433,0,1,1,-4928.11,-981.109,501.88,0.715585,0,0,0.350207,0.936672,180,100,1,0),(41074,178428,0,1,1,-4916.79,-981.15,501.447,2.26893,0,0,0.906308,0.422618,180,100,1,0),(41075,178432,0,1,1,-4838.34,-1029.23,502.19,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(41076,178435,0,1,1,-4886.52,-1006.21,506.568,2.16421,0,0,0.882948,0.469472,180,100,1,0),(41077,178431,0,1,1,-4878.85,-1004.29,504.656,2.68781,0,0,0.97437,0.224951,180,100,1,0),(41078,178433,0,1,1,-4838.23,-1027.78,502.19,-2.80998,0,0,0.986286,-0.165048,180,100,1,0),(41079,178432,0,1,1,-4838.23,-1031.65,502.19,1.02974,0,0,0.492424,0.870356,180,100,1,0),(41080,178431,0,1,1,-4839.57,-1027.4,502.19,1.53589,0,0,0.694658,0.71934,180,100,1,0),(41081,178428,0,1,1,-4840.9,-1030.34,502.19,-2.42601,0,0,0.936672,-0.350207,180,100,1,0),(41082,178554,0,1,1,-4898.46,-983.005,507.422,-1.74533,0,0,0.766044,-0.642788,180,100,1,0),(41083,178428,0,1,1,-4881.35,-1005.91,504.656,2.00713,0,0,0.843391,0.5373,180,100,1,0),(41084,178428,0,1,1,-4880.92,-1003.48,504.656,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(41085,178432,0,1,1,-4839.99,-1028.57,502.19,-0.994838,0,0,0.477159,-0.878817,180,100,1,0),(41086,178433,0,1,1,-4841.52,-1029.55,502.19,0.523599,0,0,0.258819,0.965926,180,100,1,0),(41087,178432,0,1,1,-4878.28,-1002.28,504.656,2.75762,0,0,0.981627,0.190809,180,100,1,0),(41088,178428,0,1,1,-4840.08,-1029.63,502.19,-2.72271,0,0,0.978148,-0.207912,180,100,1,0),(41089,180844,0,1,1,-4852.96,-871.331,509.252,2.23402,0,0,0.898794,0.438371,180,100,1,0),(41090,178438,0,1,1,-4860.13,-879.785,517.728,1.78024,0,0,0.777146,0.62932,180,100,1,0),(41091,178438,0,1,1,-4870.8,-882.01,517.743,1.78024,0,0,0.777146,0.62932,180,100,1,0),(41092,178438,0,1,1,-4867.37,-881.163,517.568,1.8326,0,0,0.793353,0.608761,180,100,1,0),(41093,178438,0,1,1,-4863.67,-880.493,517.643,1.74533,0,0,0.766044,0.642788,180,100,1,0),(41094,178554,0,1,1,-4865.81,-878.291,506.852,1.71042,0,0,0.75471,0.656059,180,100,1,0),(41095,178438,0,1,1,-4725.93,-1118.11,520.869,-0.20944,0,0,0.104528,-0.994522,180,100,1,0),(41096,178438,0,1,1,-4723.79,-1105.03,520.915,-0.122173,0,0,0.061049,-0.998135,180,100,1,0),(41097,178438,0,1,1,-4724.78,-1111.6,520.828,-0.15708,0,0,0.078459,-0.996917,180,100,1,0),(41098,178438,0,1,1,-4725.37,-1114.84,520.907,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(41099,178438,0,1,1,-4724.23,-1108.4,520.722,-0.10472,0,0,0.052336,-0.99863,180,100,1,0),(41100,178438,0,1,1,-4726.96,-1124.51,520.967,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(41101,178438,0,1,1,-4723.41,-1101.91,520.97,-0.139626,0,0,0.069756,-0.997564,180,100,1,0),(41102,178438,0,1,1,-4726.4,-1121.3,521.027,-0.139626,0,0,0.069756,-0.997564,180,100,1,0),(41103,178645,0,1,1,-4757.84,-1036.9,520.828,0.907571,0,0,0.438371,0.898794,180,100,1,0),(41104,178645,0,1,1,-4749.11,-1043.69,520.839,0.907571,0,0,0.438371,0.898794,180,100,1,0),(41105,178438,0,1,1,-4803.04,-1179.86,516.321,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(41106,178645,0,1,1,-4867.89,-1144.3,510.123,0.453786,0,0,0.224951,0.97437,180,100,1,0),(41107,178438,0,1,1,-4810.58,-1179.87,516.286,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(41108,178645,0,1,1,-4847.67,-1163.08,508.427,0.837758,0,0,0.406737,0.913545,180,100,1,0),(41109,178438,0,1,1,-4806.92,-1179.83,516.326,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(41110,178438,0,1,1,-4799.39,-1179.94,516.354,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(41111,178428,0,1,1,-4672.49,-1256.23,501.993,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(41112,178428,0,1,1,-4674.09,-1256.94,502.319,1.3439,0,0,0.622515,0.782608,180,100,1,0),(41113,178432,0,1,1,-4673.58,-1256.22,501.993,-0.401426,0,0,0.199368,-0.979925,180,100,1,0),(41114,178433,0,1,1,-4676.01,-1254.17,501.993,2.70526,0,0,0.976296,0.21644,180,100,1,0),(41115,178433,0,1,1,-4672.28,-1255.15,501.993,0.087266,0,0,0.043619,0.999048,180,100,1,0),(41116,178431,0,1,1,-4674.79,-1255.06,502.402,1.72788,0,0,0.760406,0.649448,180,100,1,0),(41117,178432,0,1,1,-4674.98,-1253.88,501.993,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(41118,178432,0,1,1,-4671.43,-1255.93,501.993,2.26893,0,0,0.906308,0.422618,180,100,1,0),(41119,178431,0,1,1,-4676.06,-1256.28,501.993,0.069813,0,0,0.034899,0.999391,180,100,1,0),(41120,178431,0,1,1,-4673.05,-1255.53,501.993,2.80998,0,0,0.986286,0.165048,180,100,1,0),(41121,178433,0,1,1,-4674.74,-1254.84,501.993,0.191986,0,0,0.095846,0.995396,180,100,1,0),(41122,178431,0,1,1,-4673.23,-1253.52,501.993,1.27409,0,0,0.594823,0.803857,180,100,1,0),(41123,178433,0,1,1,-4674.98,-1256.7,501.993,-2.19912,0,0,0.891007,-0.45399,180,100,1,0),(41124,178428,0,1,1,-4673.16,-1254.51,501.993,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(41125,178428,0,1,1,-4675.51,-1255.57,502.326,-2.49582,0,0,0.948324,-0.317305,180,100,1,0),(41126,178432,0,1,1,-5039.33,-1259.82,505.3,0.349066,0,0,0.173648,0.984808,180,100,1,0),(41127,178428,0,1,1,-5039.27,-1258,505.3,0.453786,0,0,0.224951,0.97437,180,100,1,0),(41128,178432,0,1,1,-5038.66,-1255.29,505.3,2.98451,0,0,0.996917,0.078459,180,100,1,0),(41129,178433,0,1,1,-5040.69,-1255.61,505.3,1.67552,0,0,0.743145,0.669131,180,100,1,0),(41130,178431,0,1,1,-5040.21,-1255.81,506.043,1.69297,0,0,0.748956,0.66262,180,100,1,0),(41131,178433,0,1,1,-5038.57,-1257.14,505.64,-1.09956,0,0,0.522499,-0.85264,180,100,1,0),(41132,178431,0,1,1,-5038.73,-1258.95,505.3,-1.88496,0,0,0.809017,-0.587785,180,100,1,0),(41133,178433,0,1,1,-5038.65,-1254.31,505.3,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(41134,178431,0,1,1,-5040.37,-1256.45,505.3,2.56563,0,0,0.95882,0.284015,180,100,1,0),(41135,178432,0,1,1,-5040.27,-1257.5,505.3,2.19912,0,0,0.891007,0.453991,180,100,1,0),(41136,178428,0,1,1,-5039.72,-1255.83,505.3,0.820305,0,0,0.398749,0.91706,180,100,1,0),(41137,178428,0,1,1,-5037.86,-1255.93,505.3,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(41138,178645,0,1,1,-5016.34,-1125.14,509.606,-2.96706,0,0,0.996195,-0.087156,180,100,1,0),(41139,178438,0,1,1,-4977.32,-1019.04,520.133,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(41140,178438,0,1,1,-4978.91,-1022.39,520.185,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(41141,178645,0,1,1,-5019.26,-1046.8,522.748,-0.20944,0,0,0.104528,-0.994522,180,100,1,0),(41142,178438,0,1,1,-4975.66,-1015.43,520.069,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(41143,178438,0,1,1,-4974.16,-1011.93,520.027,-0.418879,0,0,0.207912,-0.978148,180,100,1,0),(41144,178438,0,1,1,-4972.77,-1008.64,520.155,-0.383972,0,0,0.190809,-0.981627,180,100,1,0),(41145,178438,0,1,1,-4971.42,-1005.39,520.139,-0.453786,0,0,0.224951,-0.97437,180,100,1,0),(41146,178436,0,1,1,-4842.63,-855.262,504.828,-1.39626,0,0,0.642788,-0.766044,180,100,1,0),(41147,178434,0,1,1,-4844.22,-855.457,504.833,-1.44862,0,0,0.66262,-0.748956,180,100,1,0),(41148,178435,0,1,1,-4843.46,-855.364,504.855,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(41149,178435,0,1,1,-4839.65,-854.896,504.847,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(41150,178436,0,1,1,-4838.76,-854.785,504.819,-1.25664,0,0,0.587785,-0.809017,180,100,1,0),(41151,178434,0,1,1,-4837.93,-854.684,504.83,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(41152,178645,0,1,1,-5473.22,-463.798,403.052,-0.279253,0,0,0.139173,-0.990268,180,100,1,0),(41153,178438,0,1,1,-5569.95,-456.755,411.595,0,0,0,0,1,180,100,1,0),(41154,178645,0,1,1,-5578.91,-462.684,411.961,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(41155,178438,0,1,1,-5588.37,-459.784,412.01,2.98451,0,0,0.996917,0.078459,180,100,1,0),(41156,178438,0,1,1,-5571.83,-462.635,411.933,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(41157,178438,0,1,1,-5586.28,-462.684,412.27,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(41158,178438,0,1,1,-5569.9,-460.395,411.737,0.034907,0,0,0.017452,0.999848,180,100,1,0),(41159,178438,0,1,1,-5588.15,-456.507,411.75,3.12414,0,0,0.999962,0.008727,180,100,1,0),(41160,178554,530,1,1,-1906.12,5772.11,135.747,1.69297,0,0,0.748956,0.66262,180,100,1,0),(41161,178431,530,1,1,-1727.71,5475.49,-12.4281,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(41162,178433,530,1,1,-1726.1,5477.48,-12.4281,-1.13446,0,0,0.5373,-0.843391,180,100,1,0),(41163,178432,530,1,1,-1727.12,5477.04,-12.4281,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(41164,178428,530,1,1,-1725.65,5475.16,-12.4281,-0.733038,0,0,0.358368,-0.93358,180,100,1,0),(41165,178431,530,1,1,-1729.47,5472.69,-12.4281,1.18682,0,0,0.559193,0.829038,180,100,1,0),(41166,178428,530,1,1,-1726.65,5479.74,-12.4281,1.58825,0,0,0.71325,0.700909,180,100,1,0),(41167,178433,530,1,1,-1723.8,5476.78,-12.4281,1.95477,0,0,0.829038,0.559193,180,100,1,0),(41168,178433,530,1,1,-1978.98,5346.95,-12.4281,0.453786,0,0,0.224951,0.97437,180,100,1,0),(41169,178432,530,1,1,-1980.18,5347.91,-12.4281,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(41170,178431,530,1,1,-1978.15,5348.95,-12.4281,1.53589,0,0,0.694658,0.71934,180,100,1,0),(41171,178428,530,1,1,-1980.38,5349.22,-12.4281,2.25148,0,0,0.902585,0.430511,180,100,1,0),(41172,178428,530,1,1,-1869.84,5439.89,-10.4638,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(41173,178431,530,1,1,-1867.89,5439.43,-10.4638,-0.680679,0,0,0.333807,-0.942641,180,100,1,0),(41174,178432,530,1,1,-1868.71,5438.79,-10.4638,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(41175,178433,530,1,1,-1869.78,5438.99,-10.4638,2.16421,0,0,0.882948,0.469472,180,100,1,0),(41176,180844,1,1,1,9817.01,957.182,1322.59,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(41177,178432,530,1,1,-3977.06,-11639.8,-138.952,1.51844,0,0,0.688355,0.725374,180,100,1,0),(41178,178433,530,1,1,-3977.79,-11643.1,-138.969,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(41179,178431,530,1,1,-3976.78,-11641.5,-138.947,-0.05236,0,0,0.026177,-0.999657,180,100,1,0),(41180,178428,530,1,1,-3976.43,-11640.5,-138.942,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(41181,178431,530,1,1,-3978.67,-11640.5,-138.663,1.23918,0,0,0.580703,0.814116,180,100,1,0),(41182,178433,530,1,1,-3977.89,-11639.5,-138.96,0.628319,0,0,0.309017,0.951057,180,100,1,0),(41183,178432,530,1,1,-3978.83,-11642.6,-138.98,-1.39626,0,0,0.642788,-0.766044,180,100,1,0),(41184,178428,530,1,1,-3977.02,-11638.9,-138.956,1.23918,0,0,0.580703,0.814116,180,100,1,0),(41185,178428,530,1,1,-3978.84,-11641.6,-138.977,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(41186,180796,530,1,1,-3999.39,-11909.6,-1.49832,2.87979,0,0,0.991445,0.130526,180,100,1,0),(41187,180844,530,1,1,-4123.37,-12474.4,54.2983,1.32645,0,0,0.615662,0.788011,180,100,1,0),(41188,180844,0,1,1,-14461.3,492.389,22.4625,2.23402,0,0,0.898794,0.438371,180,100,1,0),(41189,178433,0,1,1,-14296.3,511.291,8.96054,-0.20944,0,0,0.104528,-0.994522,180,100,1,0),(41190,180796,0,1,1,-14294.5,516.209,8.95392,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(41191,178667,0,1,1,-14295.2,510.918,8.96046,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(41192,178434,0,1,1,-14296.8,515.626,14.3654,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(41193,178435,0,1,1,-14296.2,517.835,14.0084,2.61799,0,0,0.965926,0.258819,180,100,1,0),(41194,180844,1,1,1,-413.368,-2652.68,104.007,2.23402,0,0,0.898794,0.438371,180,100,1,0),(41195,178645,1,1,1,1614.31,-4361.89,22.0891,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(41196,178645,1,1,1,1611.68,-4381.2,22.0837,0.401426,0,0,0.199368,0.979925,180,100,1,0),(41197,178645,1,1,1,1687.56,-4398.57,36.058,-1.01229,0,0,0.48481,-0.87462,180,100,1,0),(41198,178438,1,1,1,1693.71,-4394.74,35.9609,-1.01229,0,0,0.48481,-0.87462,180,100,1,0),(41199,178438,1,1,1,1614.55,-4387.67,22.3548,0.488692,0,0,0.241922,0.970296,180,100,1,0),(41200,178438,1,1,1,1619.97,-4392.13,22.3244,1.32645,0,0,0.615662,0.788011,180,100,1,0),(41201,178645,1,1,1,1627.03,-4393.15,22.064,1.44862,0,0,0.66262,0.748956,180,100,1,0),(41202,178438,1,1,1,1596.84,-4454.96,33.8994,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(41203,178438,1,1,1,1599.96,-4456.83,33.8569,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(41204,178438,1,1,1,1586.9,-4453.55,42.1854,-0.925024,0,0,0.446198,-0.894934,180,100,1,0),(41205,180844,1,1,1,1629.96,-4438.87,20.1023,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(41206,178432,1,1,1,1655.44,-4428.89,16.9732,-1.85005,0,0,0.798635,-0.601815,180,100,1,0),(41207,178431,1,1,1,1655.85,-4430.66,16.9859,-0.069813,0,0,0.034899,-0.999391,180,100,1,0),(41208,178428,1,1,1,1656.4,-4431.52,17.1377,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(41209,178433,1,1,1,1658.99,-4430.05,17.4248,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(41210,178428,1,1,1,1658.17,-4430.74,17.0974,2.02458,0,0,0.848048,0.529919,180,100,1,0),(41211,178433,1,1,1,1625.75,-4412.65,15.1604,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(41212,178438,1,1,1,1639.09,-4429.36,25.2713,-1.8675,0,0,0.803857,-0.594823,180,100,1,0),(41213,178428,1,1,1,1621.84,-4414.29,14.4339,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(41214,178438,1,1,1,1676.2,-4481.53,32.5477,1.06465,0,0,0.507538,0.861629,180,100,1,0),(41215,178433,1,1,1,1621.69,-4413.32,14.4555,-1.76278,0,0,0.771625,-0.636078,180,100,1,0),(41216,178431,1,1,1,1654.33,-4431.17,16.9963,1.78024,0,0,0.777146,0.62932,180,100,1,0),(41217,178432,1,1,1,1652.83,-4431.79,17.0255,2.09439,0,0,0.866025,0.5,180,100,1,0),(41218,178438,1,1,1,1653.82,-4433.39,20.1792,1.93731,0,0,0.824126,0.566406,180,100,1,0),(41219,178431,1,1,1,1658.06,-4430.69,17.509,2.09439,0,0,0.866025,0.5,180,100,1,0),(41220,178438,1,1,1,1650.75,-4432.93,20.0794,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(41221,178428,1,1,1,1653.8,-4430.6,19.2086,1.5708,0,0,0.707107,0.707107,180,100,1,0),(41222,178432,1,1,1,1651.98,-4431.05,19.2049,-0.872665,0,0,0.422618,-0.906308,180,100,1,0),(41223,178431,1,1,1,1623.72,-4411.58,14.7421,0.05236,0,0,0.026177,0.999657,180,100,1,0),(41224,178431,1,1,1,1627.42,-4413.71,15.5231,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(41225,178645,1,1,1,1606.42,-4460.8,33.7153,1.01229,0,0,0.48481,0.87462,180,100,1,0),(41226,178431,1,1,1,1621.82,-4412.34,14.4458,3.00197,0,0,0.997564,0.069757,180,100,1,0),(41227,178428,1,1,1,1626.61,-4414.2,15.3961,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(41228,178432,1,1,1,1657.5,-4428.73,17.0631,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(41229,178433,1,1,1,1650.06,-4431.31,16.8666,-0.558505,0,0,0.275637,-0.961262,180,100,1,0),(41230,178438,1,1,1,1651.82,-4428,19.5231,-1.22173,0,0,0.573576,-0.819152,180,100,1,0),(41231,178433,1,1,1,1656.32,-4429.17,16.9997,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(41232,178431,1,1,1,1656.75,-4428.1,17.0543,-2.33874,0,0,0.920505,-0.390731,180,100,1,0),(41233,178432,1,1,1,1625.64,-4413.75,15.2,-0.733038,0,0,0.358368,-0.93358,180,100,1,0),(41234,178431,1,1,1,1624.7,-4414.23,15.0586,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(41235,178645,1,1,1,1687.52,-4430.99,31.443,-2.19912,0,0,0.891007,-0.45399,180,100,1,0),(41236,178438,1,1,1,1606.18,-4458.06,42.0132,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(41237,178428,1,1,1,1653.11,-4432.58,17.1544,-1.39626,0,0,0.642788,-0.766044,180,100,1,0),(41238,178432,1,1,1,1650.13,-4433.25,17.202,0.314159,0,0,0.156434,0.987688,180,100,1,0),(41239,178428,1,1,1,1659.61,-4429.45,17.4366,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(41240,178428,1,1,1,1654.15,-4427.68,16.9627,0.523599,0,0,0.258819,0.965926,180,100,1,0),(41241,178428,1,1,1,1649.34,-4432.85,17.1207,0.314159,0,0,0.156434,0.987688,180,100,1,0),(41242,178431,1,1,1,1650.48,-4434.14,17.3595,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(41243,178438,1,1,1,1684.69,-4480.9,32.4815,-1.20428,0,0,0.566406,-0.824126,180,100,1,0),(41244,178645,1,1,1,1652.29,-4440.35,25.0826,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(41245,178645,1,1,1,1668.8,-4432.82,32.2527,2.14675,0,0,0.878817,0.477159,180,100,1,0),(41246,178645,1,1,1,1656.05,-4443.6,31.5062,-0.10472,0,0,0.052336,-0.99863,180,100,1,0),(41247,178645,1,1,1,1702.91,-4452.89,32.2417,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(41248,178428,1,1,1,1653.99,-4429.92,16.8781,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(41249,178428,1,1,1,1651.1,-4430.92,16.8211,1.98968,0,0,0.838671,0.544639,180,100,1,0),(41250,178433,1,1,1,1652.26,-4432.52,17.1118,-2.94961,0,0,0.995396,-0.095846,180,100,1,0),(41251,178438,1,1,1,1622.56,-4438.32,25.6376,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(41252,178432,1,1,1,1624.48,-4416.08,14.9653,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(41253,178438,1,1,1,1679.64,-4411.1,35.9493,0.087266,0,0,0.043619,0.999048,180,100,1,0),(41254,178645,1,1,1,1703.54,-4464.34,32.2189,3.07178,0,0,0.999391,0.034899,180,100,1,0),(41255,178645,1,1,1,1645.99,-4431.27,25.169,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(41256,178431,1,1,1,1626.17,-4410.95,15.2034,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(41257,178554,1,1,1,1629.68,-4438.63,19.8125,0.314159,0,0,0.156434,0.987688,180,100,1,0),(41258,178645,1,1,1,1658.29,-4451.78,32.3135,-0.139626,0,0,0.069756,-0.997564,180,100,1,0),(41259,178432,1,1,1,1624.4,-4410.67,14.8138,-0.10472,0,0,0.052336,-0.99863,180,100,1,0),(41260,178428,1,1,1,1624.62,-4411.9,14.9197,-2.37365,0,0,0.927184,-0.374607,180,100,1,0),(41261,178645,1,1,1,1664.67,-4472.76,32.3041,-2.23402,0,0,0.898794,-0.438371,180,100,1,0),(41262,178428,1,1,1,1622.61,-4412.71,14.6042,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(41263,178428,1,1,1,1623.31,-4410.73,14.6234,2.07694,0,0,0.861629,0.507538,180,100,1,0),(41264,178645,1,1,1,1688.7,-4435.48,32.3028,-2.19912,0,0,0.891007,-0.45399,180,100,1,0),(41265,178428,1,1,1,1623.99,-4415.02,14.9103,0.802851,0,0,0.390731,0.920505,180,100,1,0),(41266,178431,1,1,1,1623.56,-4413.39,15.1786,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(41267,178645,1,1,1,1669.44,-4428.92,31.6215,-1.11701,0,0,0.529919,-0.848048,180,100,1,0),(41268,178438,1,1,1,1670.49,-4477.45,32.305,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(41269,178431,1,1,1,1626.49,-4413.23,15.3235,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(41270,178645,1,1,1,1694.4,-4476.28,32.3138,2.00713,0,0,0.843391,0.5373,180,100,1,0),(41271,178645,1,1,1,1627.06,-4432.32,25.6215,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(41272,178645,1,1,1,1623.16,-4451.97,26.001,0.645772,0,0,0.317305,0.948324,180,100,1,0),(41273,178438,1,1,1,1681.73,-4425.58,35.8772,0.244346,0,0,0.121869,0.992546,180,100,1,0),(41274,178433,1,1,1,1622.76,-4411.78,14.5826,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(41275,178645,1,1,1,1600.06,-4454.22,42.1749,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(41276,178438,1,1,1,1662.86,-4436.96,32.3813,2.30383,0,0,0.913545,0.406737,180,100,1,0),(41277,178433,1,1,1,1624.97,-4415.17,15.1387,0.314159,0,0,0.156434,0.987688,180,100,1,0),(41278,178431,1,1,1,1624.7,-4414.3,15.4715,-1.18682,0,0,0.559193,-0.829037,180,100,1,0),(41279,178438,1,1,1,1695.15,-4439.45,32.4032,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(41280,178428,1,1,1,1626.57,-4411.96,15.3074,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(41281,178432,1,1,1,1622.65,-4413.73,14.6626,2.63545,0,0,0.968148,0.25038,180,100,1,0),(41282,178645,1,1,1,1587.46,-4456.28,34.2002,-0.907571,0,0,0.438371,-0.898794,180,100,1,0),(41283,178645,1,1,1,1580.94,-4457.81,42.006,2.18166,0,0,0.887011,0.461749,180,100,1,0),(41284,178438,1,1,1,1578.61,-4462.96,34.6688,-0.959931,0,0,0.461749,-0.887011,180,100,1,0),(41285,178554,1,1,1,-1173.35,-97.7847,168.962,-2.77507,0,0,0.983255,-0.182235,180,100,1,0),(41286,178432,1,1,1,-1206.55,-45.1777,161.105,2.33874,0,0,0.920505,0.390731,180,100,1,0),(41287,178428,1,1,1,-1208.17,-46.8873,160.887,0.575959,0,0,0.284015,0.95882,180,100,1,0),(41288,178428,1,1,1,-1207.07,-44.3133,161.201,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(41289,178432,1,1,1,-1208.87,-46.2314,161.006,2.02458,0,0,0.848048,0.529919,180,100,1,0),(41290,178431,1,1,1,-1205.85,-44.5672,161.483,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(41291,178431,1,1,1,-1208.1,-45.8046,161.038,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(41292,178433,1,1,1,-1208.72,-45.0676,161.153,-1.25664,0,0,0.587785,-0.809017,180,100,1,0),(41293,178428,1,1,1,-1206.13,-46.056,161.006,-0.523599,0,0,0.258819,-0.965926,180,100,1,0),(41294,178428,1,1,1,-1207.03,-42.6002,161.406,-0.279253,0,0,0.139173,-0.990268,180,100,1,0),(41295,178428,1,1,1,-1207.95,-46.183,161.441,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(41296,178431,1,1,1,-1206.9,-44.1168,161.646,0.733038,0,0,0.358368,0.93358,180,100,1,0),(41297,178428,1,1,1,-1209.6,-44.4537,161.286,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(41298,178431,1,1,1,-1207.38,-47.4854,160.812,-1.309,0,0,0.608761,-0.793353,180,100,1,0),(41299,178433,1,1,1,-1206.58,-47.0897,160.872,0.087266,0,0,0.043619,0.999048,180,100,1,0),(41300,178432,1,1,1,-1207.65,-43.361,161.324,3.00197,0,0,0.997564,0.069757,180,100,1,0),(41301,178431,1,1,1,-1209.7,-45.4058,161.525,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(41302,178433,1,1,1,-1206.38,-43.4489,161.295,1.16937,0,0,0.551937,0.833886,180,100,1,0),(41303,180844,1,1,1,-1293.09,46.4601,136.813,0.314159,0,0,0.156434,0.987688,180,100,1,0),(41304,178554,1,1,1,-1285.32,45.6914,135.617,-0.139626,0,0,0.069756,-0.997564,180,100,1,0),(41305,178436,1,1,1,-1251.48,25.3088,132.722,-2.94961,0,0,0.995396,-0.095846,180,100,1,0),(41306,178432,1,1,1,-1229.53,68.3677,129.413,2.72271,0,0,0.978148,0.207912,180,100,1,0),(41307,178431,1,1,1,-1230.64,69.311,129.46,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(41308,178431,1,1,1,-1232.31,68.0706,129.567,-2.67035,0,0,0.97237,-0.233445,180,100,1,0),(41309,178433,1,1,1,-1231.54,68.8951,129.652,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(41310,178431,1,1,1,-1232.52,69.204,129.305,-2.19912,0,0,0.891007,-0.45399,180,100,1,0),(41311,178428,1,1,1,-1232.96,67.0502,129.004,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(41312,178433,1,1,1,-1231.95,65.1976,128.783,-1.91986,0,0,0.819152,-0.573576,180,100,1,0),(41313,178432,1,1,1,-1229.18,66.446,129.198,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(41314,178431,1,1,1,-1234.11,66.96,128.853,0.488692,0,0,0.241922,0.970296,180,100,1,0),(41315,178433,1,1,1,-1230.11,67.4235,129.567,-0.890118,0,0,0.430511,-0.902585,180,100,1,0),(41316,178432,1,1,1,-1231.19,65.6161,128.912,-0.959931,0,0,0.461749,-0.887011,180,100,1,0),(41317,178428,1,1,1,-1232.57,68.0557,129.161,1.3439,0,0,0.622515,0.782608,180,100,1,0),(41318,178428,1,1,1,-1230.67,68.1176,129.32,-2.98451,0,0,0.996917,-0.078459,180,100,1,0),(41319,178435,1,1,1,-1260.71,18.8607,132.753,1.46608,0,0,0.669131,0.743145,180,100,1,0),(41320,178434,1,1,1,-1254.37,19.5174,132.74,2.07694,0,0,0.861629,0.507538,180,100,1,0),(41321,178434,1,1,1,-1264.51,24.1133,132.637,0.331613,0,0,0.165048,0.986286,180,100,1,0),(41322,178435,1,1,1,-1292.8,36.6665,134.496,2.05949,0,0,0.857167,0.515038,180,100,1,0),(41323,178428,1,1,1,-1231.18,65.6862,129.771,0.314159,0,0,0.156434,0.987688,180,100,1,0),(41324,178433,1,1,1,-1232.86,67.0938,129.413,-2.75762,0,0,0.981627,-0.190809,180,100,1,0),(41325,178435,1,1,1,-1305.44,37.9972,134.177,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(41326,178434,1,1,1,-1296.47,43.3576,134.564,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(41327,178436,1,1,1,-1313.03,34.4937,134.238,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(41328,178434,1,1,1,-1309.88,29.8672,134.541,2.16421,0,0,0.882948,0.469472,180,100,1,0),(41329,178554,1,1,1,-1198.99,139.266,141.15,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(41330,180796,1,1,1,1332.11,-4607.79,23.8029,-1.95477,0,0,0.829038,-0.559193,180,100,1,0),(41331,178434,1,1,1,1330.83,-4609.73,29.1435,-2.53073,0,0,0.953717,-0.300706,180,100,1,0),(41332,178435,1,1,1,1329.79,-4607.04,28.9421,-3.03687,0,0,0.99863,-0.052336,180,100,1,0),(41333,178667,1,1,1,1335.24,-4612.35,24.454,-0.523599,0,0,0.258819,-0.965926,180,100,1,0),(41334,180796,0,1,1,2051.28,272.469,56.9136,-2.44346,0,0,0.939693,-0.34202,180,100,1,0),(41335,178667,0,1,1,2049.81,266.668,57.1444,1.43117,0,0,0.656059,0.75471,180,100,1,0),(41336,178434,0,1,1,2049.07,271.458,62.2352,3.08923,0,0,0.999657,0.026177,180,100,1,0),(41337,178435,0,1,1,2049.34,273.793,62.1127,2.44346,0,0,0.939693,0.34202,180,100,1,0),(41338,180844,0,1,1,1636.48,234.943,-35.5772,0.575959,0,0,0.284015,0.95882,180,100,1,0),(41339,178428,0,1,1,1644.53,217.511,-43.1031,1.0821,0,0,0.515038,0.857167,180,100,1,0),(41340,178438,0,1,1,1649.81,218.219,-36.4882,0.017453,0,0,0.008727,0.999962,180,100,1,0),(41341,178434,0,1,1,1636.84,230.843,-38.1832,2.70526,0,0,0.976296,0.21644,180,100,1,0),(41342,178645,0,1,1,1642.44,224.405,-36.7174,1.23918,0,0,0.580703,0.814116,180,100,1,0),(41343,178435,0,1,1,1636.65,230.313,-38.122,3.01942,0,0,0.998135,0.061049,180,100,1,0),(41344,178431,0,1,1,1645.39,218.035,-43.1031,-1.09956,0,0,0.522499,-0.85264,180,100,1,0),(41345,178432,0,1,1,1644.44,218.792,-43.1031,1.39626,0,0,0.642788,0.766044,180,100,1,0),(41346,178433,0,1,1,1645.8,217.171,-43.1031,-2.68781,0,0,0.97437,-0.224951,180,100,1,0),(41347,178432,0,1,1,1646.81,216.966,-43.1031,1.90241,0,0,0.814116,0.580703,180,100,1,0),(41348,178428,0,1,1,1645.58,219.275,-42.7629,-3.08923,0,0,0.999657,-0.026177,180,100,1,0),(41349,178436,0,1,1,1637.02,231.352,-38.2367,2.68781,0,0,0.97437,0.224951,180,100,1,0),(41350,178554,0,1,1,1633.15,231.674,-35.687,-2.21657,0,0,0.894934,-0.446198,180,100,1,0),(41351,178438,0,1,1,1635.66,247.545,-36.3512,0.261799,0,0,0.130526,0.991445,180,100,1,0),(41352,178438,0,1,1,1629.46,219.208,-36.4537,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(41353,178438,0,1,1,1629.63,261.489,-36.6427,0.715585,0,0,0.350207,0.936672,180,100,1,0),(41354,178438,0,1,1,1627.69,264.104,-36.6371,0.575959,0,0,0.284015,0.95882,180,100,1,0),(41355,178438,0,1,1,1634.75,229.686,-36.4041,2.75762,0,0,0.981627,0.190809,180,100,1,0),(41356,178438,0,1,1,1618.73,207.786,-36.6291,-1.01229,0,0,0.48481,-0.87462,180,100,1,0),(41357,178438,0,1,1,1616.46,274.22,-36.5836,0.994838,0,0,0.477159,0.878817,180,100,1,0),(41358,178438,0,1,1,1555.69,248.024,-36.4548,2.86234,0,0,0.990268,0.139173,180,100,1,0),(41359,178438,0,1,1,1556.4,230.372,-36.469,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(41360,178438,0,1,1,1589.3,200.453,-36.4421,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(41361,178438,0,1,1,1556.64,251.016,-36.4766,2.79253,0,0,0.984808,0.173648,180,100,1,0),(41362,178438,0,1,1,1572.17,208.065,-36.5376,0.977384,0,0,0.469472,0.882948,180,100,1,0),(41363,178438,0,1,1,1586.17,201.402,-36.3775,-1.88496,0,0,0.809017,-0.587785,180,100,1,0),(41364,178438,0,1,1,1601.86,200.033,-36.5113,1.76278,0,0,0.771625,0.636078,180,100,1,0),(41365,178438,0,1,1,1575.25,275.017,-36.5746,-0.907571,0,0,0.438371,-0.898794,180,100,1,0),(41366,178438,0,1,1,1589.67,280.358,-36.5545,1.74533,0,0,0.766044,0.642788,180,100,1,0),(41367,178438,0,1,1,1572.97,273.089,-36.6699,2.23402,0,0,0.898794,0.438371,180,100,1,0),(41368,180844,0,1,1,-10.4797,-932.317,61.3011,-0.994838,0,0,0.477159,-0.878817,180,100,1,0),(41369,180844,0,1,1,2250.38,239.955,39.5571,-2.6529,0,0,0.970296,-0.241922,180,100,1,0),(41370,178438,0,1,1,2257.26,230.184,49.5377,-1.74533,0,0,0.766044,-0.642788,180,100,1,0),(41371,178436,0,1,1,2262.09,251.472,38.4125,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(41372,178434,0,1,1,2259.14,251.905,38.4874,-1.93731,0,0,0.824126,-0.566406,180,100,1,0),(41373,178435,0,1,1,2260.42,251.664,38.4655,-1.71042,0,0,0.75471,-0.656059,180,100,1,0),(41374,178438,0,1,1,2253.21,256.957,44.7864,-1.69297,0,0,0.748956,-0.66262,180,100,1,0),(41375,178433,0,1,1,2274.38,265.107,35.0558,0.645772,0,0,0.317305,0.948324,180,100,1,0),(41376,178438,0,1,1,2269.54,252.941,37.3043,1.32645,0,0,0.615662,0.788011,180,100,1,0),(41377,178431,0,1,1,2273.98,266.189,35.1129,0,0,0,0,1,180,100,1,0),(41378,178432,0,1,1,2275.39,265.18,35.0573,-0.575959,0,0,0.284015,-0.95882,180,100,1,0),(41379,178431,0,1,1,2276.46,264.966,35.0507,-1.36136,0,0,0.629321,-0.777146,180,100,1,0),(41380,178428,0,1,1,2276.27,264.194,35.0103,-1.309,0,0,0.608761,-0.793353,180,100,1,0),(41381,178434,0,1,1,2262.5,276.512,37.0132,2.60054,0,0,0.96363,0.267238,180,100,1,0),(41382,178431,0,1,1,2261.46,274.158,37.1788,1.91986,0,0,0.819152,0.573576,180,100,1,0),(41383,178438,0,1,1,2240.84,305.184,45.265,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(41384,178432,0,1,1,2261.01,273.208,37.1514,-0.890118,0,0,0.430511,-0.902585,180,100,1,0),(41385,178433,0,1,1,2277.77,267.152,35.1313,2.77507,0,0,0.983255,0.182236,180,100,1,0),(41386,178428,0,1,1,2275.88,267.832,35.1469,1.93731,0,0,0.824126,0.566406,180,100,1,0),(41387,178431,0,1,1,2276.95,268.001,35.1474,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(41388,178432,0,1,1,2276.63,267.17,35.1351,-0.820305,0,0,0.398749,-0.91706,180,100,1,0),(41389,178428,0,1,1,2274.7,267.537,35.464,2.32129,0,0,0.91706,0.398749,180,100,1,0),(41390,178438,0,1,1,2262.82,320.48,39.0799,-0.680679,0,0,0.333807,-0.942641,180,100,1,0),(41391,178438,0,1,1,2310.7,290.378,79.5307,-0.331612,0,0,0.165048,-0.986286,180,100,1,0),(41392,178438,0,1,1,2300.26,300.052,79.598,-1.85005,0,0,0.798635,-0.601815,180,100,1,0),(41393,178438,0,1,1,2325.54,285.866,43.1567,1.41372,0,0,0.649448,0.760406,180,100,1,0),(41394,178438,0,1,1,2305.99,279.109,79.5418,-1.79769,0,0,0.782608,-0.622515,180,100,1,0),(41395,178645,0,1,1,2293.17,296.918,79.7216,-0.20944,0,0,0.104528,-0.994522,180,100,1,0),(41396,178645,0,1,1,2302.92,296.797,69.7218,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(41397,180844,1,1,1,331.054,-4688.31,24.2156,2.23402,0,0,0.898794,0.438371,180,100,1,0),(41398,178554,1,1,1,332.307,-4699.03,21.2674,3.10669,0,0,0.999848,0.017452,180,100,1,0),(41399,178438,1,1,1,362.918,-4694.39,27.4816,-0.942478,0,0,0.453991,-0.891006,180,100,1,0),(41400,178645,1,1,1,331.292,-4700.9,27.9386,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(41401,178645,1,1,1,365.701,-4684.87,27.5498,0.418879,0,0,0.207912,0.978148,180,100,1,0),(41402,178645,1,1,1,353.168,-4679.67,50.7887,0.366519,0,0,0.182236,0.983255,180,100,1,0),(41403,178645,1,1,1,349.209,-4706.38,27.5692,-0.855212,0,0,0.414693,-0.909961,180,100,1,0),(41404,178645,1,1,1,335.073,-4694.6,51.0577,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(41405,178645,1,1,1,340.972,-4672.06,51.5112,1.64061,0,0,0.731354,0.681998,180,100,1,0),(41406,178645,1,1,1,357.595,-4664.75,27.9291,0.383972,0,0,0.190809,0.981627,180,100,1,0),(41407,178645,1,1,1,349.964,-4660.61,27.884,1.69297,0,0,0.748956,0.66262,180,100,1,0),(41408,178645,1,1,1,351.464,-4821.58,31.6924,-0.279253,0,0,0.139173,-0.990268,180,100,1,0),(41409,178645,1,1,1,348.332,-4808.32,31.748,0.488692,0,0,0.241922,0.970296,180,100,1,0),(41410,178438,1,1,1,352.061,-4814.8,31.7549,0.593412,0,0,0.292372,0.956305,180,100,1,0),(41411,178645,1,1,1,317.028,-4803.29,52.9392,1.309,0,0,0.608761,0.793353,180,100,1,0),(41412,178438,1,1,1,314.254,-4774.03,31.6671,1.65806,0,0,0.737277,0.67559,180,100,1,0),(41413,178433,1,1,1,308.024,-4703.12,11.3265,1.36136,0,0,0.62932,0.777146,180,100,1,0),(41414,178428,1,1,1,307.826,-4707.75,11.3265,0.383972,0,0,0.190809,0.981627,180,100,1,0),(41415,178433,1,1,1,308.446,-4706.97,11.6529,-2.40855,0,0,0.93358,-0.358368,180,100,1,0),(41416,178432,1,1,1,309.724,-4704.23,11.3265,1.37881,0,0,0.636078,0.771625,180,100,1,0),(41417,178645,1,1,1,306.748,-4774.83,31.6602,1.67552,0,0,0.743145,0.669131,180,100,1,0),(41418,178428,1,1,1,308.831,-4703.99,11.3265,1.79769,0,0,0.782608,0.622515,180,100,1,0),(41419,178645,1,1,1,322.128,-4695.19,28.2542,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(41420,178645,1,1,1,329.694,-4681.15,51.2518,2.89725,0,0,0.992546,0.121869,180,100,1,0),(41421,178431,1,1,1,310.632,-4707.45,11.3265,-1.85005,0,0,0.798635,-0.601815,180,100,1,0),(41422,178431,1,1,1,308.453,-4704.87,11.3265,2.80998,0,0,0.986286,0.165048,180,100,1,0),(41423,178432,1,1,1,313.255,-4707.39,11.3265,1.69297,0,0,0.748956,0.66262,180,100,1,0),(41424,178645,1,1,1,321.389,-4676.35,28.5081,2.87979,0,0,0.991445,0.130526,180,100,1,0),(41425,178428,1,1,1,309.547,-4703.06,11.3265,-2.60054,0,0,0.96363,-0.267238,180,100,1,0),(41426,178438,1,1,1,323.635,-4668.97,28.4823,2.84489,0,0,0.989016,0.147809,180,100,1,0),(41427,178432,1,1,1,311.476,-4705.77,11.3265,0.15708,0,0,0.078459,0.996917,180,100,1,0),(41428,178431,1,1,1,308.31,-4708.79,11.3265,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(41429,178431,1,1,1,307.426,-4706.27,11.3265,1.71042,0,0,0.75471,0.656059,180,100,1,0),(41430,178433,1,1,1,309.085,-4709.29,11.3265,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(41431,178438,1,1,1,335.082,-4788.52,31.7341,1.29154,0,0,0.601815,0.798636,180,100,1,0),(41432,178431,1,1,1,311.895,-4709.02,11.3579,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(41433,178438,1,1,1,321.856,-4782.07,31.676,0.15708,0,0,0.078459,0.996917,180,100,1,0),(41434,178428,1,1,1,309.893,-4708.41,11.3265,2.58309,0,0,0.961262,0.275637,180,100,1,0),(41435,178438,1,1,1,291.396,-4789.32,31.6577,2.07694,0,0,0.861629,0.507538,180,100,1,0),(41436,178428,1,1,1,312.634,-4708.17,11.3265,-0.680679,0,0,0.333807,-0.942641,180,100,1,0),(41437,178433,1,1,1,311.107,-4708.43,11.3265,0.331613,0,0,0.165048,0.986286,180,100,1,0),(41438,178438,1,1,1,338.285,-4790.9,31.6855,0.523599,0,0,0.258819,0.965926,180,100,1,0),(41439,178433,1,1,1,307.57,-4705.21,11.3265,-0.349066,0,0,0.173648,-0.984808,180,100,1,0),(41440,178432,1,1,1,309.163,-4706.33,11.3265,1.37881,0,0,0.636078,0.771625,180,100,1,0),(41441,178438,1,1,1,338.545,-4661.85,28.1722,1.62316,0,0,0.725374,0.688355,180,100,1,0),(41442,178645,1,1,1,331.051,-4662.82,28.3729,1.67552,0,0,0.743145,0.669131,180,100,1,0),(41443,178438,1,1,1,324.531,-4665.15,28.5812,2.87979,0,0,0.991445,0.130526,180,100,1,0),(41444,178645,1,1,1,284.759,-4792.96,31.6646,2.05949,0,0,0.857167,0.515038,180,100,1,0),(41445,178645,1,1,1,272.543,-4820.96,31.6855,2.84489,0,0,0.989016,0.147809,180,100,1,0),(41446,178645,1,1,1,293.233,-4816.29,52.967,2.86234,0,0,0.990268,0.139173,180,100,1,0),(41447,178645,1,1,1,295.094,-4831.7,53.0156,-2.61799,0,0,0.965926,-0.258819,180,100,1,0),(41448,178438,1,1,1,274.697,-4813.71,31.6646,2.87979,0,0,0.991445,0.130526,180,100,1,0),(41449,178645,1,1,1,330.493,-4827.39,52.9809,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(41450,178645,1,1,1,321.231,-4839.13,52.9462,-1.06465,0,0,0.507538,-0.861629,180,100,1,0),(41451,178645,1,1,1,281.303,-4844.77,31.741,-2.60054,0,0,0.96363,-0.267238,180,100,1,0),(41452,178645,1,1,1,274.057,-4831.56,31.6855,-2.60054,0,0,0.96363,-0.267238,180,100,1,0),(41453,178438,1,1,1,293.403,-4855.49,31.6508,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(41454,178645,1,1,1,334.253,-4852.53,31.6507,-1.06465,0,0,0.507538,-0.861629,180,100,1,0),(41455,178438,1,1,1,346.133,-4839.28,31.6924,-0.296706,0,0,0.147809,-0.989016,180,100,1,0),(41456,178645,1,1,1,324.42,-4858.03,31.6716,-1.02974,0,0,0.492424,-0.870356,180,100,1,0),(41457,178645,1,1,1,310.853,-4860.73,31.6646,-1.90241,0,0,0.814116,-0.580703,180,100,1,0),(41458,178438,1,1,1,-2180.86,-409.422,1.33605,0.907571,0,0,0.438371,0.898794,180,100,1,0),(41459,178433,1,1,1,-2325.37,-356.001,-8.91097,2.6529,0,0,0.970296,0.241922,180,100,1,0),(41460,178428,1,1,1,-2324.23,-354.631,-8.96526,-1.88496,0,0,0.809017,-0.587785,180,100,1,0),(41461,178438,1,1,1,-2340.76,-359.712,-0.147857,-0.383972,0,0,0.190809,-0.981627,180,100,1,0),(41462,178554,1,1,1,-2344.09,-358.151,-1.9589,1.25664,0,0,0.587785,0.809017,180,100,1,0),(41463,178433,1,1,1,-2325.73,-358.709,-8.89445,-1.67552,0,0,0.743145,-0.669131,180,100,1,0),(41464,178432,1,1,1,-2324.34,-355.469,-8.95844,2.86234,0,0,0.990268,0.139173,180,100,1,0),(41465,178431,1,1,1,-2323.67,-356.386,-8.9952,0.174533,0,0,0.087156,0.996195,180,100,1,0),(41466,178433,1,1,1,-2323.73,-358.05,-8.99302,2.35619,0,0,0.92388,0.382683,180,100,1,0),(41467,178428,1,1,1,-2324.06,-357.28,-8.97475,-0.541052,0,0,0.267238,-0.96363,180,100,1,0),(41468,178432,1,1,1,-2326.6,-357.03,-8.8701,2.82743,0,0,0.987688,0.156434,180,100,1,0),(41469,178431,1,1,1,-2326.26,-356.127,-8.88198,0.174533,0,0,0.087156,0.996195,180,100,1,0),(41470,178438,1,1,1,-2400.77,-390.523,2.55611,0.139626,0,0,0.069756,0.997564,180,100,1,0),(41471,180844,1,1,1,-2375.93,-343.055,-1.67232,0.645772,0,0,0.317305,0.948324,180,100,1,0),(41472,180844,0,1,1,-6664.25,-2168.42,251.881,-1.13446,0,0,0.5373,-0.843391,180,100,1,0),(41473,178554,530,1,1,9697.6,-7376.73,21.6654,1.5708,0,0,0.707107,0.707107,180,100,1,0),(41474,178554,530,1,1,9575.17,-7221.81,22.0816,2.44346,0,0,0.939693,0.34202,180,100,1,0),(41475,178428,530,1,1,9509.41,-7166.89,14.0937,-0.15708,0,0,0.078459,-0.996917,180,100,1,0),(41476,178433,530,1,1,9511.05,-7167.55,14.0959,2.89725,0,0,0.992546,0.121869,180,100,1,0),(41477,178431,530,1,1,9510.32,-7166.46,14.9526,0.017453,0,0,0.008727,0.999962,180,100,1,0),(41478,178432,530,1,1,9510.44,-7166.99,14.0893,0.733038,0,0,0.358368,0.93358,180,100,1,0),(41479,178432,530,1,1,9579.75,-7137.9,14.252,0.034907,0,0,0.017452,0.999848,180,100,1,0),(41480,178428,530,1,1,9578.59,-7141.05,14.5785,2.93215,0,0,0.994522,0.104528,180,100,1,0),(41481,178433,530,1,1,9578.63,-7138.62,14.2498,0.628319,0,0,0.309017,0.951057,180,100,1,0),(41482,178431,530,1,1,9577.62,-7140.35,14.2503,1.71042,0,0,0.75471,0.656059,180,100,1,0),(41483,178431,530,1,1,9578.93,-7138.88,14.6615,0.959931,0,0,0.461749,0.887011,180,100,1,0),(41484,178428,530,1,1,9579.17,-7139.33,14.2543,0.296706,0,0,0.147809,0.989016,180,100,1,0),(41485,178433,530,1,1,9576.81,-7141.45,14.25,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(41486,178432,530,1,1,9577.34,-7139.29,14.2488,-0.401426,0,0,0.199368,-0.979925,180,100,1,0),(41487,180796,530,1,1,9346.17,-7266.6,14.7008,-1.0472,0,0,0.5,-0.866025,180,100,1,0),(41488,180844,530,1,1,9474.62,-6863.32,23.5873,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(41489,178645,0,1,1,-4682.48,-881.148,520.234,0.925024,0,0,0.446198,0.894934,180,100,1,0),(41490,178645,0,1,1,-4691.34,-874.262,520.236,0.907571,0,0,0.438371,0.898794,180,100,1,0),(41491,178438,0,1,1,-4676.53,-885.727,520.219,0.907571,0,0,0.438371,0.898794,180,100,1,0),(41492,178432,0,1,1,-4626.01,-908.805,501.07,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(41493,178433,0,1,1,-4625.17,-908.701,501.07,0.366519,0,0,0.182236,0.983255,180,100,1,0),(41494,178428,0,1,1,-4623.16,-907.937,501.071,-0.418879,0,0,0.207912,-0.978148,180,100,1,0),(41495,178431,0,1,1,-4626.21,-907.461,501.07,-0.331612,0,0,0.165048,-0.986286,180,100,1,0),(41496,178433,0,1,1,-4624,-907.02,501.488,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(41497,178431,0,1,1,-4623.99,-907.563,501.071,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(41498,178432,0,1,1,-4623.04,-905.585,501.072,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(41499,178433,0,1,1,-4623.9,-906.373,501.071,2.94961,0,0,0.995396,0.095846,180,100,1,0),(41500,178432,0,1,1,-4625.69,-906.64,501.07,0.925024,0,0,0.446198,0.894934,180,100,1,0),(41501,178428,0,1,1,-4625.04,-907.745,501.07,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(41502,178645,0,1,1,-4765.33,-912.13,507.818,1.29154,0,0,0.601815,0.798636,180,100,1,0),(41503,180844,0,1,1,-858.729,-559.158,16.9185,-0.855212,0,0,0.414693,-0.909961,180,100,1,0),(41504,178430,0,1,1,-9445.21,38.5112,57.7323,0.15708,0,0,0.078459,0.996917,180,100,1,0),(41505,178430,0,1,1,-9443.3,38.843,57.9523,0.418879,0,0,0.207912,0.978148,180,100,1,0),(41506,178429,0,1,1,-9444.47,39.0879,57.9079,-0.139626,0,0,0.069756,-0.997564,180,100,1,0),(41507,178429,0,1,1,-9446.75,41.1902,57.5598,-1.3439,0,0,0.622515,-0.782608,180,100,1,0),(41508,178429,0,1,1,-9442.65,40.951,57.6692,-1.25664,0,0,0.587785,-0.809017,180,100,1,0),(41509,178429,0,1,1,-9444.79,40.9518,57.8201,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(41510,178430,0,1,1,-9445.82,43.1794,57.6043,1.58825,0,0,0.71325,0.700909,180,100,1,0),(41511,178430,0,1,1,-9443.4,41.8905,57.5554,1.13446,0,0,0.5373,0.843391,180,100,1,0),(41512,178429,0,1,1,-9443.85,40.9865,57.7472,-0.523599,0,0,0.258819,-0.965926,180,100,1,0),(41513,178430,0,1,1,-9446.19,39.6186,57.6081,0.680678,0,0,0.333807,0.942641,180,100,1,0),(41514,178429,0,1,1,-8825.5,537.883,97.0667,0.244346,0,0,0.121869,0.992546,180,100,1,0),(41515,178429,0,1,1,-8826.55,539.181,97.0769,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(41516,178430,0,1,1,-8892.86,616.543,102.304,-0.785398,0,0,0.382683,-0.92388,180,100,1,0),(41517,178429,0,1,1,-8893.48,618.502,102.304,1.36136,0,0,0.62932,0.777146,180,100,1,0),(41518,178429,0,1,1,-8802.9,638.144,94.2287,2.89725,0,0,0.992546,0.121869,180,100,1,0),(41519,178430,0,1,1,-8805.16,639.965,94.2287,1.0821,0,0,0.515038,0.857167,180,100,1,0),(41520,178430,0,1,1,-8807.75,646.273,94.7082,2.94961,0,0,0.995396,0.095846,180,100,1,0),(41521,178430,0,1,1,-8806.37,643.382,94.2287,2.1293,0,0,0.87462,0.48481,180,100,1,0),(41522,178429,0,1,1,-8806.59,645.342,94.2318,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(41523,178429,0,1,1,-8803.76,640.421,94.2287,0.698132,0,0,0.34202,0.939693,180,100,1,0),(41524,178430,0,1,1,-8872.35,679.86,104.949,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(41525,178429,0,1,1,-5616.99,-508.509,403.41,-1.23918,0,0,0.580703,-0.814116,180,100,1,0),(41526,178430,0,1,1,-5615.89,-505.479,403.134,-2.33874,0,0,0.920505,-0.390731,180,100,1,0),(41527,178429,0,1,1,-5616.33,-507.197,403.301,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(41528,178430,0,1,1,-5619.06,-508.267,403.889,-2.56563,0,0,0.95882,-0.284015,180,100,1,0),(41529,178430,0,1,1,-5616.65,-506.122,403.353,1.23918,0,0,0.580703,0.814116,180,100,1,0),(41530,178429,0,1,1,-5618.39,-507.497,403.752,2.86234,0,0,0.990268,0.139173,180,100,1,0),(41531,178429,0,1,1,-4920.27,-982.373,501.459,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(41532,178430,0,1,1,-4840.89,-1028.61,502.19,0.087266,0,0,0.043619,0.999048,180,100,1,0),(41533,178430,0,1,1,-4879.79,-1004.31,504.656,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(41534,178430,0,1,1,-4928.33,-983.354,501.467,2.82743,0,0,0.987688,0.156434,180,100,1,0),(41535,178430,0,1,1,-4919.07,-982.774,501.456,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(41536,178429,0,1,1,-4837.47,-1028.8,502.19,-1.27409,0,0,0.594823,-0.803857,180,100,1,0),(41537,178429,0,1,1,-4927.89,-982.285,501.468,2.26893,0,0,0.906308,0.422618,180,100,1,0),(41538,178430,0,1,1,-4916.12,-982.092,501.446,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(41539,178430,0,1,1,-4929.53,-981.164,501.78,2.70526,0,0,0.976296,0.21644,180,100,1,0),(41540,178430,0,1,1,-4925.64,-981.864,503.64,0.05236,0,0,0.026177,0.999657,180,100,1,0),(41541,178765,0,1,1,-4919.54,-971.751,501.473,-1.79769,0,0,0.782608,-0.622515,180,100,1,0),(41542,178805,0,1,1,-4917.84,-982.904,501.453,1.72788,0,0,0.760406,0.649448,180,100,1,0),(41543,178430,0,1,1,-4879.68,-1001.4,504.656,1.46608,0,0,0.669131,0.743145,180,100,1,0),(41544,178430,0,1,1,-4916.54,-984.526,501.448,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(41545,178429,0,1,1,-4912.43,-977.841,501.445,2.84489,0,0,0.989016,0.147809,180,100,1,0),(41546,178429,0,1,1,-4913.87,-980.341,501.443,2.32129,0,0,0.91706,0.398749,180,100,1,0),(41547,178765,0,1,1,-4917.81,-968.167,501.477,-1.39626,0,0,0.642788,-0.766044,180,100,1,0),(41548,178429,0,1,1,-4839.08,-1028.25,502.19,0.15708,0,0,0.078459,0.996917,180,100,1,0),(41549,178430,0,1,1,-4914.32,-984.673,501.443,0.314159,0,0,0.156434,0.987688,180,100,1,0),(41550,178429,0,1,1,-4916.39,-983.416,501.449,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(41551,178430,0,1,1,-4914.39,-979.315,501.446,2.68781,0,0,0.97437,0.224951,180,100,1,0),(41552,178671,0,1,1,-4914.36,-976.11,501.453,1.93731,0,0,0.824126,0.566406,180,100,1,0),(41553,178429,0,1,1,-4839.07,-1030,502.19,-0.331612,0,0,0.165048,-0.986286,180,100,1,0),(41554,178430,0,1,1,-4929.57,-981.413,501.474,2.74017,0,0,0.979925,0.199368,180,100,1,0),(41555,178430,0,1,1,-4837.88,-1030.59,502.19,-2.75762,0,0,0.981627,-0.190809,180,100,1,0),(41556,178429,0,1,1,-4878.4,-1003.24,504.656,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(41557,178429,0,1,1,-4880.44,-1005.61,504.656,0.15708,0,0,0.078459,0.996917,180,100,1,0),(41558,178429,0,1,1,-4882.52,-1004.4,504.656,0.05236,0,0,0.026177,0.999657,180,100,1,0),(41559,178430,0,1,1,-4882.01,-1005.45,505.066,1.76278,0,0,0.771625,0.636078,180,100,1,0),(41560,178430,0,1,1,-4840.07,-1030.24,502.606,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(41561,178430,0,1,1,-4673.57,-1257.03,501.993,-1.67552,0,0,0.743145,-0.669131,180,100,1,0),(41562,178429,0,1,1,-4672.25,-1254.1,501.993,2.00713,0,0,0.843391,0.5373,180,100,1,0),(41563,178429,0,1,1,-4674,-1254.31,501.993,1.85005,0,0,0.798636,0.601815,180,100,1,0),(41564,178430,0,1,1,-4675.51,-1255.41,501.993,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(41565,178430,0,1,1,-4672.93,-1254.97,502.409,0.314159,0,0,0.156434,0.987688,180,100,1,0),(41566,178430,0,1,1,-4674.12,-1252.92,501.993,3.01942,0,0,0.998135,0.061049,180,100,1,0),(41567,178429,0,1,1,-4674.52,-1255.91,501.993,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(41568,178429,0,1,1,-4674.65,-1257.73,501.993,0.907571,0,0,0.438371,0.898794,180,100,1,0),(41569,178430,0,1,1,-5040.27,-1256.03,505.717,2.75762,0,0,0.981627,0.190809,180,100,1,0),(41570,178429,0,1,1,-5039.96,-1258.34,505.3,-1.20428,0,0,0.566406,-0.824126,180,100,1,0),(41571,178430,0,1,1,-5039.87,-1254.86,505.3,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(41572,178430,0,1,1,-5038.32,-1257.05,505.3,-0.401426,0,0,0.199368,-0.979925,180,100,1,0),(41573,178429,0,1,1,-5038.9,-1256.37,505.3,1.79769,0,0,0.782608,0.622515,180,100,1,0),(41574,178429,530,1,1,-1725.89,5476.52,-12.4281,-2.94961,0,0,0.995396,-0.095846,180,100,1,0),(41575,178430,530,1,1,-1727.3,5472.69,-12.4281,1.20428,0,0,0.566406,0.824126,180,100,1,0),(41576,178430,530,1,1,-1979.07,5348.5,-12.4281,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(41577,178429,530,1,1,-1976.82,5346.09,-12.4281,0.349066,0,0,0.173648,0.984808,180,100,1,0),(41578,178429,530,1,1,-1869.22,5440.76,-10.4638,-1.25664,0,0,0.587785,-0.809017,180,100,1,0),(41579,178430,530,1,1,-1868.16,5440.61,-10.4638,0.785398,0,0,0.382683,0.92388,180,100,1,0),(41580,178429,530,1,1,-3977.76,-11641.9,-138.963,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(41581,178430,530,1,1,-3976.75,-11640.9,-138.53,-0.139626,0,0,0.069756,-0.997564,180,100,1,0),(41582,178430,530,1,1,-3978.61,-11640.3,-138.967,2.19912,0,0,0.891007,0.453991,180,100,1,0),(41583,178429,0,1,1,-14296.3,510.205,8.96181,1.5708,0,0,0.707107,0.707107,180,100,1,0),(41584,178430,0,1,1,-14294.7,510.362,8.96087,2.30383,0,0,0.913545,0.406737,180,100,1,0),(41585,178429,0,1,1,-14295.4,511.958,8.95932,2.30383,0,0,0.913545,0.406737,180,100,1,0),(41586,178429,1,1,1,1657.93,-4429.76,17.0449,-1.22173,0,0,0.573576,-0.819152,180,100,1,0),(41587,178430,1,1,1,1652.97,-4430.76,19.2047,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(41588,178429,1,1,1,1654.09,-4432.05,17.1176,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(41589,178430,1,1,1,1623.04,-4414.89,14.6889,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(41590,178429,1,1,1,1627.21,-4412.75,15.4656,0.349066,0,0,0.173648,0.984808,180,100,1,0),(41591,178429,1,1,1,1654.39,-4428.95,16.9284,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(41592,178429,1,1,1,1650,-4432.42,17.056,1.90241,0,0,0.814116,0.580703,180,100,1,0),(41593,178430,1,1,1,1658.1,-4430.41,17.9061,0.366519,0,0,0.182236,0.983255,180,100,1,0),(41594,178430,1,1,1,1655.43,-4427.74,17.013,1.5708,0,0,0.707107,0.707107,180,100,1,0),(41595,178430,1,1,1,1659.33,-4430.24,17.0854,-1.13446,0,0,0.5373,-0.843391,180,100,1,0),(41596,178429,1,1,1,1625.66,-4414.93,15.2677,1.81514,0,0,0.788011,0.615662,180,100,1,0),(41597,178430,1,1,1,1627.31,-4414.83,15.5548,2.18166,0,0,0.887011,0.461749,180,100,1,0),(41598,178430,1,1,1,1659.16,-4429.43,17.1063,1.93731,0,0,0.824126,0.566406,180,100,1,0),(41599,178429,1,1,1,1652.18,-4430.73,16.8399,-2.19912,0,0,0.891007,-0.45399,180,100,1,0),(41600,178429,1,1,1,1623.59,-4412.49,14.7675,-2.94961,0,0,0.995396,-0.095846,180,100,1,0),(41601,178430,1,1,1,1653.26,-4430.49,16.8498,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(41602,178430,1,1,1,1651.2,-4432.66,17.1215,0.314159,0,0,0.156434,0.987688,180,100,1,0),(41603,178430,1,1,1,1653.92,-4433.16,17.275,1.95477,0,0,0.829038,0.559193,180,100,1,0),(41604,178429,1,1,1,1625.41,-4411.36,15.0297,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(41605,178430,1,1,1,1623.6,-4413.74,14.8367,-3.03687,0,0,0.99863,-0.052336,180,100,1,0),(41606,178429,1,1,1,-1205.19,-43.5796,161.271,0.418879,0,0,0.207912,0.978148,180,100,1,0),(41607,178429,1,1,1,-1208.08,-44.2821,161.219,-2.68781,0,0,0.97437,-0.224951,180,100,1,0),(41608,178430,1,1,1,-1209.04,-43.5423,161.359,2.42601,0,0,0.936672,0.350207,180,100,1,0),(41609,178430,1,1,1,-1207.23,-46.1965,160.988,-0.680679,0,0,0.333807,-0.942641,180,100,1,0),(41610,178430,1,1,1,-1209.97,-45.3822,161.189,-2.49582,0,0,0.948324,-0.317305,180,100,1,0),(41611,178430,1,1,1,-1205.74,-44.7678,161.149,0.15708,0,0,0.078459,0.996917,180,100,1,0),(41612,178429,1,1,1,-1205.29,-46.2159,160.985,-0.820305,0,0,0.398749,-0.91706,180,100,1,0),(41613,178429,1,1,1,-1207.09,-45.886,161.32,1.01229,0,0,0.48481,0.87462,180,100,1,0),(41614,178429,1,1,1,-1233.18,66.148,128.84,-2.00713,0,0,0.843391,-0.5373,180,100,1,0),(41615,178430,1,1,1,-1233.53,68.0668,129.071,-0.541052,0,0,0.267238,-0.96363,180,100,1,0),(41616,178429,1,1,1,-1232.09,66.1226,128.928,-1.76278,0,0,0.771625,-0.636078,180,100,1,0),(41617,178430,1,1,1,-1229.96,67.3176,129.265,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(41618,178430,1,1,1,-1231.53,68.6936,129.329,3.01942,0,0,0.998135,0.061049,180,100,1,0),(41619,178429,1,1,1,-1230.24,66.4012,129.113,0.331613,0,0,0.165048,0.986286,180,100,1,0),(41620,178429,0,1,1,1646.5,219.521,-43.1032,-1.23918,0,0,0.580703,-0.814116,180,100,1,0),(41621,178430,0,1,1,1645.52,219.276,-43.1032,-2.56563,0,0,0.95882,-0.284015,180,100,1,0),(41622,178430,0,1,1,2278.55,266.297,35.1048,0.226893,0,0,0.113203,0.993572,180,100,1,0),(41623,178429,0,1,1,2274.87,266.014,35.0993,2.11185,0,0,0.870356,0.492424,180,100,1,0),(41624,178429,0,1,1,2277.24,265.914,35.0919,0.226893,0,0,0.113203,0.993572,180,100,1,0),(41625,178430,0,1,1,2278.27,265.41,35.4209,2.60054,0,0,0.96363,0.267238,180,100,1,0),(41626,178430,0,1,1,2277.76,264.943,35.0476,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(41627,178429,0,1,1,2262.02,274.943,37.1986,2.80998,0,0,0.986286,0.165048,180,100,1,0),(41628,178430,0,1,1,2274.62,267.351,35.1427,3.00197,0,0,0.997564,0.069757,180,100,1,0),(41629,178429,0,1,1,2275.43,267.01,35.1362,-0.20944,0,0,0.104528,-0.994522,180,100,1,0),(41630,178430,1,1,1,307.592,-4703.99,11.3265,-2.21657,0,0,0.894934,-0.446198,180,100,1,0),(41631,178429,1,1,1,309.62,-4707.24,11.3265,-1.36136,0,0,0.629321,-0.777146,180,100,1,0),(41632,178429,1,1,1,310.517,-4704.97,11.3265,-1.27409,0,0,0.594823,-0.803857,180,100,1,0),(41633,178430,1,1,1,308.3,-4706.19,11.3265,-0.069813,0,0,0.034899,-0.999391,180,100,1,0),(41634,178430,1,1,1,308.889,-4707.71,11.3265,-2.75762,0,0,0.981627,-0.190809,180,100,1,0),(41635,178430,1,1,1,310.258,-4709.36,11.3265,-0.855212,0,0,0.414693,-0.909961,180,100,1,0),(41636,178430,1,1,1,312.13,-4707.33,11.3265,-0.488692,0,0,0.241922,-0.970296,180,100,1,0),(41637,178429,1,1,1,309.447,-4705.16,11.3265,-0.907571,0,0,0.438371,-0.898794,180,100,1,0),(41638,178429,1,1,1,311.434,-4706.83,11.3265,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(41639,178430,1,1,1,-2322.93,-356.921,-9.03593,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(41640,178430,1,1,1,-2324.83,-357.8,-8.93327,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(41641,178430,1,1,1,-2325.5,-354.999,-8.90624,2.16421,0,0,0.882948,0.469472,180,100,1,0),(41642,178429,1,1,1,-2325.72,-357.095,-8.90014,0.942478,0,0,0.45399,0.891007,180,100,1,0),(41643,178430,1,1,1,-2326.22,-357.9,-8.88105,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(41644,178429,1,1,1,-2323.52,-355.368,-9.00428,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(41645,178429,530,1,1,9510.03,-7166.1,14.0908,-0.959931,0,0,0.461749,-0.887011,180,100,1,0),(41646,178430,530,1,1,9512.23,-7167.1,14.0943,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(41647,178429,530,1,1,9511.35,-7166.56,14.0923,2.53073,0,0,0.953717,0.300706,180,100,1,0),(41648,178429,530,1,1,9579.01,-7140.5,14.2529,1.06465,0,0,0.507538,0.861629,180,100,1,0),(41649,178430,530,1,1,9578.52,-7141.15,14.2519,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(41650,178430,530,1,1,9577.5,-7138.09,14.247,0.802851,0,0,0.390731,0.920505,180,100,1,0),(41651,178430,0,1,1,-4623.12,-906.704,501.071,-0.15708,0,0,0.078459,-0.996917,180,100,1,0),(41652,178430,0,1,1,-4625.55,-907.835,501.48,-1.39626,0,0,0.642788,-0.766044,180,100,1,0),(41653,178429,0,1,1,-4624.28,-908.424,501.07,0.855211,0,0,0.414693,0.909961,180,100,1,0),(41654,178429,0,1,1,-4624.84,-905.598,501.071,2.23402,0,0,0.898794,0.438371,180,100,1,0),(41655,178437,0,1,1,-9471.37,42.1133,66.6165,1.46608,0,0,0.669131,0.743145,180,100,1,0),(41656,178425,0,1,1,-9444.12,39.8997,57.9022,1.95477,0,0,0.829038,0.559193,180,100,1,0),(41657,180797,0,1,1,-8823.47,540.116,96.909,-2.00713,0,0,0.843391,-0.5373,180,100,1,0),(41658,180798,0,1,1,-8826.04,539.763,97.0313,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(41659,180799,0,1,1,-8825.7,538.879,97.0442,-2.67035,0,0,0.97237,-0.233445,180,100,1,0),(41660,178437,0,1,1,-8862.04,575.857,109.647,2.35619,0,0,0.92388,0.382683,180,100,1,0),(41661,178746,0,1,1,-8822.21,544.495,96.4986,1.81514,0,0,0.788011,0.615662,180,100,1,0),(41662,178669,0,1,1,-8884.3,640.378,102.779,0.488692,0,0,0.241922,0.970296,180,100,1,0),(41663,178437,0,1,1,-8882.4,601.456,107.546,-1.06465,0,0,0.507538,-0.861629,180,100,1,0),(41664,180715,0,1,1,-8801.03,643.395,94.2849,0.925024,0,0,0.446198,0.894934,180,100,1,0),(41665,178649,0,1,1,-8802.99,637.111,98.2287,-1.11701,0,0,0.529919,-0.848048,180,100,1,0),(41666,178746,0,1,1,-8809.42,640.168,94.2287,2.89725,0,0,0.992546,0.121869,180,100,1,0),(41667,178437,0,1,1,-8838.71,654.773,110.863,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(41668,178649,0,1,1,-8763.2,724.889,107,0.680678,0,0,0.333807,0.942641,180,100,1,0),(41669,180797,0,1,1,-5049.3,-818.477,495.292,-1.13446,0,0,0.5373,-0.843391,180,100,1,0),(41670,178746,0,1,1,-5045.87,-817.197,495.132,0.959931,0,0,0.461749,0.887011,180,100,1,0),(41671,180798,0,1,1,-5051.25,-815.183,495.198,2.46091,0,0,0.942641,0.333807,180,100,1,0),(41672,180799,0,1,1,-5051.87,-815.902,495.318,2.54818,0,0,0.956305,0.292372,180,100,1,0),(41673,180715,0,1,1,-4939.55,-1009.33,501.44,2.51327,0,0,0.951057,0.309017,180,100,1,0),(41674,178746,0,1,1,-4925.46,-978.472,501.476,1.43117,0,0,0.656059,0.75471,180,100,1,0),(41675,178437,0,1,1,-4901.77,-978.971,513.425,2.25148,0,0,0.902585,0.430511,180,100,1,0),(41676,178649,0,1,1,-4849.69,-879.541,511.446,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(41677,178425,0,1,1,-4673.74,-1255.41,501.993,2.25148,0,0,0.902585,0.430511,180,100,1,0),(41678,178437,0,1,1,-5003.66,-1237.58,517.013,0.698132,0,0,0.34202,0.939693,180,100,1,0),(41679,178649,0,1,1,-5579.01,-446.655,427.896,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(41680,178425,530,1,1,-1769.78,5711.02,126.538,2.54818,0,0,0.956305,0.292372,180,100,1,0),(41681,180715,530,1,1,-1875.35,5476.69,-12.4281,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(41682,178746,530,1,1,-1732.45,5460.46,-12.4281,-3.08923,0,0,0.999657,-0.026177,180,100,1,0),(41683,178746,530,1,1,-1969.52,5349.81,-12.4281,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(41684,178425,530,1,1,-1868.62,5440.05,-10.4638,-2.32129,0,0,0.91706,-0.398749,180,100,1,0),(41685,178425,530,1,1,-3977.51,-11641,-138.955,-2.61799,0,0,0.965926,-0.258819,180,100,1,0),(41686,180797,530,1,1,-3999.29,-11909.7,-1.47126,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(41687,180797,0,1,1,-14294.2,516.148,8.95387,0.593412,0,0,0.292372,0.956305,180,100,1,0),(41688,178746,0,1,1,-14295.9,520.494,8.9496,2.74017,0,0,0.979925,0.199368,180,100,1,0),(41689,180798,0,1,1,-14296.2,514.327,8.95694,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(41690,180799,0,1,1,-14295.3,513.761,8.95717,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(41691,180715,1,1,1,1645.58,-4431.99,16.7608,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(41692,178437,1,1,1,1659.47,-4464.28,29.7475,0.506145,0,0,0.25038,0.968148,180,100,1,0),(41693,178746,1,1,1,1650.14,-4428.46,16.6467,1.85005,0,0,0.798636,0.601815,180,100,1,0),(41694,178437,1,1,1,1700.01,-4444.32,29.645,-2.6529,0,0,0.970296,-0.241922,180,100,1,0),(41695,178437,1,1,1,1660.83,-4440.2,29.4446,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(41696,178437,1,1,1,1678.87,-4431.94,29.0725,-1.79769,0,0,0.782608,-0.622515,180,100,1,0),(41697,178437,1,1,1,1680.1,-4480.39,29.6864,1.51844,0,0,0.688355,0.725374,180,100,1,0),(41698,178437,1,1,1,1700.51,-4470.39,29.4725,2.28638,0,0,0.909961,0.414693,180,100,1,0),(41699,178437,1,1,1,-1124.17,64.2808,153.555,-1.79769,0,0,0.782608,-0.622515,180,100,1,0),(41700,180715,1,1,1,-1227.87,70.1361,129.717,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(41701,178746,1,1,1,-1233.33,74.2931,129.665,2.18166,0,0,0.887011,0.461749,180,100,1,0),(41702,178437,1,1,1,-1276.96,50.0951,139.574,0.506145,0,0,0.25038,0.968148,180,100,1,0),(41703,178437,1,1,1,-1206.35,133.66,145.06,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(41704,180797,1,1,1,1332.49,-4607.35,24.4361,-1.13446,0,0,0.5373,-0.843391,180,100,1,0),(41705,178746,1,1,1,1329.79,-4604.69,23.8266,3.14159,0,0,1,0,180,100,1,0),(41706,180798,1,1,1,1331.76,-4610.19,23.8533,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(41707,180799,1,1,1,1332.63,-4610.31,24.1196,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(41708,180797,0,1,1,2051.41,272.413,57.174,-1.13446,0,0,0.5373,-0.843391,180,100,1,0),(41709,178746,0,1,1,2048.38,270.002,56.9913,2.70526,0,0,0.976296,0.21644,180,100,1,0),(41710,180798,0,1,1,2049.7,270.445,57.1413,-2.05949,0,0,0.857167,-0.515038,180,100,1,0),(41711,180799,0,1,1,2050.56,270.024,57.163,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(41712,178746,0,1,1,1629.75,219.435,-43.1027,2.07694,0,0,0.861629,0.507538,180,100,1,0),(41713,180715,0,1,1,1634.73,227.274,-43.1027,0.907571,0,0,0.438371,0.898794,180,100,1,0),(41714,178437,0,1,1,1604.24,240.217,-44.4003,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(41715,178437,0,1,1,1587.19,240.712,-44.3019,3.10669,0,0,0.999848,0.017452,180,100,1,0),(41716,178437,0,1,1,1595.85,248.83,-44.5701,1.5708,0,0,0.707107,0.707107,180,100,1,0),(41717,178437,0,1,1,1595.3,231.795,-44.3783,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(41718,178437,0,1,1,2302.74,297.162,75.6165,1.309,0,0,0.608761,0.793353,180,100,1,0),(41719,178437,0,1,1,2299.09,282.748,76.0147,-1.79769,0,0,0.782608,-0.622515,180,100,1,0),(41720,178437,0,1,1,2308.15,288.269,75.9524,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(41721,178437,0,1,1,2295.36,291.855,53.6273,2.94961,0,0,0.995396,0.095846,180,100,1,0),(41722,178437,1,1,1,-2287.06,-427.083,0.756005,0.802851,0,0,0.390731,0.920505,180,100,1,0),(41723,178437,1,1,1,-2332.82,-437.091,0.580925,2.86234,0,0,0.990268,0.139173,180,100,1,0),(41724,178437,1,1,1,-2301.21,-472.051,0.688566,-1.20428,0,0,0.566406,-0.824126,180,100,1,0),(41725,178746,530,1,1,9514.34,-7165.06,14.0964,0.366519,0,0,0.182236,0.983255,180,100,1,0),(41726,178425,530,1,1,9634.82,-7480.66,14.4321,1.44862,0,0,0.66262,0.748956,180,100,1,0),(41727,178425,530,1,1,9636.92,-7447.3,14.6205,2.05949,0,0,0.857167,0.515038,180,100,1,0),(41728,178425,530,1,1,9578.13,-7139.63,14.2527,-0.226893,0,0,0.113203,-0.993572,180,100,1,0),(41729,180715,530,1,1,9501.15,-7158.27,16.2982,0.959931,0,0,0.461749,0.887011,180,100,1,0),(41730,180797,530,1,1,9346.11,-7266.64,14.7014,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(41731,178437,0,1,1,-4637.88,-935.443,521.784,-2.44346,0,0,0.939693,-0.34202,180,100,1,0),(41732,178557,0,1,1,-4839.23,-1029.21,502.19,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(41733,178557,0,1,1,-5039.57,-1256.93,505.3,0.296706,0,0,0.147809,0.989016,180,100,1,0),(41734,187193,530,1,1,-1974.76,5703.74,117.663,-2.05949,0,0,0.857167,-0.515038,180,100,1,0),(41735,187193,530,1,1,-1804.74,5664.92,130.256,-1.22173,0,0,0.573576,-0.819152,180,100,1,0),(41736,187193,530,1,1,-1770.18,5653.32,130.298,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(41737,187193,530,1,1,-1769.01,5784.69,146.44,-1.78024,0,0,0.777146,-0.62932,180,100,1,0),(41738,187193,530,1,1,-1726.98,5770.61,146.44,-2.05949,0,0,0.857167,-0.515038,180,100,1,0),(41739,187193,530,1,1,-1854.36,5590.51,-12.4281,-1.67552,0,0,0.743145,-0.669131,180,100,1,0),(41740,187193,530,1,1,-1894.68,5582.58,-12.4281,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(41741,187193,530,1,1,-1971.56,5543.56,-12.4281,-0.785398,0,0,0.382683,-0.92388,180,100,1,0),(41742,187193,530,1,1,-1962.95,5684.21,117.663,2.98451,0,0,0.996917,0.078459,180,100,1,0),(41743,187193,530,1,1,-2042.6,5503.58,54.0677,-0.698132,0,0,0.34202,-0.939693,180,100,1,0),(41744,187193,530,1,1,-1996.99,5518.17,-12.4281,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(41745,187193,530,1,1,-2050.71,5478.4,54.0608,0.226893,0,0,0.113203,0.993572,180,100,1,0),(41746,187193,530,1,1,-2055.19,5638.79,51.2669,1.5708,0,0,0.707107,0.707107,180,100,1,0),(41747,187193,530,1,1,-2148.99,5544.24,50.5961,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(41748,187193,530,1,1,-2160.86,5510.71,50.6184,0.087266,0,0,0.043619,0.999048,180,100,1,0),(41749,178557,530,1,1,-2022.74,5368.59,-9.35095,1.22173,0,0,0.573576,0.819152,180,100,1,0),(41750,178557,530,1,1,-1705.14,5491.62,-9.79945,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(41751,178557,530,1,1,-1719.62,5518.38,-9.79947,2.07694,0,0,0.861629,0.507538,180,100,1,0),(41752,187193,530,1,1,-1674.44,5406.26,-40.406,-0.122173,0,0,0.061049,-0.998135,180,100,1,0),(41753,187193,530,1,1,-1728.79,5341.39,-12.4281,2.49582,0,0,0.948324,0.317305,180,100,1,0),(41754,187193,530,1,1,-1755.32,5315.89,-12.4281,2.28638,0,0,0.909961,0.414693,180,100,1,0),(41755,187193,530,1,1,-1832.6,5277.45,-12.4281,1.74533,0,0,0.766044,0.642788,180,100,1,0),(41756,187193,530,1,1,-1788.93,5253.06,-40.2092,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(41757,187193,530,1,1,-1873.24,5269.36,-12.4281,1.48353,0,0,0.67559,0.737277,180,100,1,0),(41758,187193,530,1,1,-1902.35,5293.58,0.857056,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(41759,187193,530,1,1,-1915.55,5296.89,0.817524,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(41760,187193,530,1,1,-1959.46,5260.69,-38.8396,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(41761,187193,530,1,1,-1970.11,5267.57,-38.8413,-1.46608,0,0,0.669131,-0.743145,180,100,1,0),(41762,187193,530,1,1,-1990.25,5266.93,-42.2252,-1.95477,0,0,0.829038,-0.559193,180,100,1,0),(41763,187193,530,1,1,-1990.08,5210.79,-44.3673,1.50098,0,0,0.681998,0.731354,180,100,1,0),(41764,178557,530,1,1,-2009.24,5340,-9.35095,1.22173,0,0,0.573576,0.819152,180,100,1,0),(41765,187193,530,1,1,-3974.52,-11624.7,-138.876,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(41766,187193,530,1,1,-3988.48,-11651.2,-139.043,0.383972,0,0,0.190809,0.981627,180,100,1,0),(41767,187193,530,1,1,-4016.02,-11510.5,-141.07,2.87979,0,0,0.991445,0.130526,180,100,1,0),(41768,187193,530,1,1,-4105.22,-11544.5,-135.782,1.6057,0,0,0.71934,0.694658,180,100,1,0),(41769,187193,530,1,1,-4030.15,-11520.6,-141.262,1.65806,0,0,0.737277,0.67559,180,100,1,0),(41770,187193,530,1,1,-4127.21,-11534.9,-136.013,0.628319,0,0,0.309017,0.951057,180,100,1,0),(41771,187193,530,1,1,-4129.01,-11606.8,-139.121,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(41772,187193,530,1,1,-4158,-11597.3,-138.91,-1.44862,0,0,0.66262,-0.748956,180,100,1,0),(41773,187193,530,1,1,-4120.5,-11437.1,-130.379,-1.44862,0,0,0.66262,-0.748956,180,100,1,0),(41774,187193,530,1,1,-4144.75,-11423.6,-130.672,-2.80998,0,0,0.986286,-0.165048,180,100,1,0),(41775,187193,530,1,1,-3968.96,-11453.9,-136.772,1.69297,0,0,0.748956,0.66262,180,100,1,0),(41776,187193,530,1,1,-4000.54,-11392.8,-123.377,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(41777,187193,530,1,1,-4019.3,-11367.6,-123.678,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(41778,187193,530,1,1,-3973.86,-11427.1,-136.736,-2.44346,0,0,0.939693,-0.34202,180,100,1,0),(41779,187193,530,1,1,-4102.17,-11696.3,-142.664,2.46091,0,0,0.942641,0.333807,180,100,1,0),(41780,187193,530,1,1,-4122.2,-11707.3,-142.921,1.8326,0,0,0.793353,0.608761,180,100,1,0),(41781,187193,530,1,1,-4210.18,-11796.2,-133.245,1.5708,0,0,0.707107,0.707107,180,100,1,0),(41782,187193,530,1,1,-4186.29,-11803,-133.174,0.610865,0,0,0.300706,0.953717,180,100,1,0),(41783,187193,530,1,1,9913.19,-7182.16,31.0098,-1.95477,0,0,0.829038,-0.559193,180,100,1,0),(41784,187193,530,1,1,9866.91,-7124.32,30.8774,-2.86234,0,0,0.990268,-0.139173,180,100,1,0),(41785,187193,530,1,1,9880.78,-7153.58,30.9503,-2.53073,0,0,0.953717,-0.300706,180,100,1,0),(41786,187193,530,1,1,9943.32,-7191.94,30.8752,-1.69297,0,0,0.748956,-0.66262,180,100,1,0),(41787,187193,530,1,1,9828.29,-7261.11,26.1458,-1.97222,0,0,0.833886,-0.551937,180,100,1,0),(41788,187193,530,1,1,9821.52,-7255.12,26.1467,-2.61799,0,0,0.965926,-0.258819,180,100,1,0),(41789,187193,530,1,1,9688.68,-7243.62,14.2134,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(41790,187193,530,1,1,9689.57,-7286.36,14.2748,2.3911,0,0,0.930418,0.366501,180,100,1,0),(41791,187193,530,1,1,9662.47,-7240.89,14.3636,-1.11701,0,0,0.529919,-0.848048,180,100,1,0),(41792,187193,530,1,1,9538,-7348.09,14.3366,2.25148,0,0,0.902585,0.430511,180,100,1,0),(41793,187193,530,1,1,9491.39,-7265.12,14.326,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(41794,187193,530,1,1,9490.13,-7324.17,14.3657,0.331613,0,0,0.165048,0.986286,180,100,1,0),(41795,187193,530,1,1,9477.57,-7303.16,14.3695,1.0472,0,0,0.5,0.866025,180,100,1,0),(41796,187193,530,1,1,9486.74,-7367.53,14.3599,0.191986,0,0,0.095846,0.995396,180,100,1,0),(41797,187193,530,1,1,9488.02,-7427.11,14.2738,0.471239,0,0,0.233445,0.97237,180,100,1,0),(41798,187193,530,1,1,9806.04,-7431.57,13.6187,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(41799,187193,530,1,1,9806.77,-7407.16,13.6263,0.610865,0,0,0.300706,0.953717,180,100,1,0),(41800,187193,530,1,1,9850.01,-7382.79,18.6102,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(41801,178557,0,1,1,-4624.72,-906.863,501.071,-0.890118,0,0,0.430511,-0.902585,180,100,1,0),(41802,178551,0,1,1,-9454.73,14.8919,67.1856,3.07178,0,0,0.999391,0.034899,180,100,1,0),(41803,178551,1,1,1,1618.8,-4356.14,22.2475,-0.680679,0,0,0.333807,-0.942641,180,100,1,0),(41804,178551,1,1,1,1610,-4367.55,22.2935,2.53073,0,0,0.953717,0.300706,180,100,1,0),(41805,178551,1,1,1,1634.12,-4393.97,22.3753,1.46608,0,0,0.669131,0.743145,180,100,1,0),(41806,178551,1,1,1,1608.88,-4374.46,22.2562,0.401426,0,0,0.199368,0.979925,180,100,1,0),(41807,178551,1,1,1,1589.61,-4451.72,42.2628,-0.890118,0,0,0.430511,-0.902585,180,100,1,0),(41808,178551,1,1,1,1655.83,-4431.12,20.1236,0.349066,0,0,0.173648,0.984808,180,100,1,0),(41809,178551,1,1,1,1681.44,-4402.75,36.2229,-0.890118,0,0,0.430511,-0.902585,180,100,1,0),(41810,178551,1,1,1,1609.43,-4460.12,41.9464,1.06465,0,0,0.507538,0.861629,180,100,1,0),(41811,178551,1,1,1,1682.94,-4431.13,32.3404,0.907571,0,0,0.438371,0.898794,180,100,1,0),(41812,178551,1,1,1,1659.18,-4444.4,32.4382,3.08923,0,0,0.999657,0.026177,180,100,1,0),(41813,178426,1,1,1,1624.8,-4413.33,15.029,2.32129,0,0,0.91706,0.398749,180,100,1,0),(41814,178745,1,1,1,1680.45,-4418.36,36.0296,0.139626,0,0,0.069756,0.997564,180,100,1,0),(41815,178551,1,1,1,1635.71,-4428.51,25.4803,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(41816,178551,1,1,1,1657.16,-4459.14,32.3037,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(41817,178551,1,1,1,1620.31,-4441.3,25.7824,-0.698132,0,0,0.34202,-0.939693,180,100,1,0),(41818,178551,1,1,1,1674.89,-4429.55,32.3091,1.79769,0,0,0.782608,0.622515,180,100,1,0),(41819,178551,1,1,1,1662.87,-4432.13,31.6775,-1.15192,0,0,0.544639,-0.838671,180,100,1,0),(41820,178551,1,1,1,1673.37,-4479.65,32.387,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(41821,178551,1,1,1,1687.89,-4479.46,32.5471,1.95477,0,0,0.829038,0.559193,180,100,1,0),(41822,178551,1,1,1,1581.58,-4460.8,34.5845,2.18166,0,0,0.887011,0.461749,180,100,1,0),(41823,178426,1,1,1,-1207.68,-44.79,161.152,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(41824,178426,1,1,1,-1231.48,66.8287,129.161,1.88496,0,0,0.809017,0.587785,180,100,1,0),(41825,178551,0,1,1,1648.86,215.154,-36.4556,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(41826,178551,0,1,1,1646.17,213.66,-36.4928,1.65806,0,0,0.737277,0.67559,180,100,1,0),(41827,178551,0,1,1,1648.81,221.105,-36.6523,0.645772,0,0,0.317305,0.948324,180,100,1,0),(41828,178745,0,1,1,1639.55,215.955,-36.4585,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(41829,178551,0,1,1,1635.75,232.623,-36.5015,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(41830,178745,0,1,1,1603.29,240.396,-48.0446,3.12414,0,0,0.999962,0.008727,180,100,1,0),(41831,178551,0,1,1,1634.9,250.342,-36.3342,0.296706,0,0,0.147809,0.989016,180,100,1,0),(41832,178551,0,1,1,1616.12,205.97,-36.5111,2.19912,0,0,0.891007,0.453991,180,100,1,0),(41833,178551,0,1,1,1632.92,219.24,-36.3693,1.11701,0,0,0.529919,0.848048,180,100,1,0),(41834,178551,0,1,1,1627.69,216.648,-36.4423,2.56563,0,0,0.95882,0.284015,180,100,1,0),(41835,178551,0,1,1,1635.63,227.167,-36.5431,1.01229,0,0,0.48481,0.87462,180,100,1,0),(41836,178551,0,1,1,1619.41,272.5,-36.5722,1.0472,0,0,0.5,0.866025,180,100,1,0),(41837,178551,0,1,1,1605.55,279.724,-36.4851,1.309,0,0,0.608761,0.793353,180,100,1,0),(41838,178551,0,1,1,1562.3,262.052,-36.4425,2.53073,0,0,0.953717,0.300706,180,100,1,0),(41839,178745,0,1,1,1595.74,233.181,-48.0654,1.53589,0,0,0.694658,0.71934,180,100,1,0),(41840,178745,0,1,1,1588.48,240.007,-48.0515,-0.05236,0,0,0.026177,-0.999657,180,100,1,0),(41841,178551,0,1,1,1574.73,206.371,-36.486,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(41842,178551,0,1,1,1561.98,219.116,-36.4872,0.628319,0,0,0.309017,0.951057,180,100,1,0),(41843,178551,0,1,1,1563.88,264.798,-36.6633,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(41844,178551,0,1,1,1563.72,216.652,-36.4789,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(41845,178745,0,1,1,1595.74,247.951,-48.0585,1.5708,0,0,0.707107,0.707107,180,100,1,0),(41846,178551,0,1,1,1555.46,233.379,-36.3424,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(41847,178551,0,1,1,1604.7,200.729,-36.4511,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(41848,178551,0,1,1,1586.84,279.833,-36.3964,1.8326,0,0,0.793353,0.608761,180,100,1,0),(41849,178551,0,1,1,1602.64,280.405,-36.4615,1.37881,0,0,0.636078,0.771625,180,100,1,0),(41850,178551,0,1,1,2247.41,231.688,49.3476,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(41851,178551,0,1,1,2242.06,238.913,44.4373,2.98451,0,0,0.996917,0.078459,180,100,1,0),(41852,178551,0,1,1,2239.41,251.467,39.6522,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(41853,178551,0,1,1,2252.68,255.944,37.4432,-1.76278,0,0,0.771625,-0.636078,180,100,1,0),(41854,178551,0,1,1,2269.51,254.106,44.5084,1.43117,0,0,0.656059,0.75471,180,100,1,0),(41855,178745,0,1,1,2291.16,264.636,45.7518,-0.122173,0,0,0.061049,-0.998135,180,100,1,0),(41856,178551,0,1,1,2267.01,228.247,49.3595,1.50098,0,0,0.681998,0.731354,180,100,1,0),(41857,178551,0,1,1,2273.73,233.259,44.3712,3.00197,0,0,0.997564,0.069757,180,100,1,0),(41858,178551,0,1,1,2293.55,243.373,44.4494,-0.15708,0,0,0.078459,-0.996917,180,100,1,0),(41859,178426,0,1,1,2276.44,265.838,35.091,2.63545,0,0,0.968148,0.25038,180,100,1,0),(41860,178551,0,1,1,2218.94,312.885,42.3842,-2.33874,0,0,0.920505,-0.390731,180,100,1,0),(41861,178551,0,1,1,2232,301.83,42.2479,0.890118,0,0,0.430511,0.902585,180,100,1,0),(41862,178551,0,1,1,2242.64,314.71,42.2181,0.872665,0,0,0.422618,0.906308,180,100,1,0),(41863,178551,0,1,1,2221.76,321.288,45.4276,2.54818,0,0,0.956305,0.292372,180,100,1,0),(41864,178551,0,1,1,2263.9,275.987,38.2951,1.02974,0,0,0.492424,0.870356,180,100,1,0),(41865,178551,0,1,1,2261.01,271.304,38.0992,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(41866,178745,0,1,1,2285.62,272.123,44.8518,1.309,0,0,0.608761,0.793353,180,100,1,0),(41867,178551,0,1,1,2304.22,260.701,53.1209,1.36136,0,0,0.62932,0.777146,180,100,1,0),(41868,178745,0,1,1,2317.04,258.638,45.9468,2.89725,0,0,0.992546,0.121869,180,100,1,0),(41869,178551,0,1,1,2318.83,266.076,45.8177,2.87979,0,0,0.991445,0.130526,180,100,1,0),(41870,178551,0,1,1,2260.42,317.753,39.1529,2.47837,0,0,0.945519,0.325568,180,100,1,0),(41871,178551,0,1,1,2265.32,352.369,43.3057,1.16937,0,0,0.551937,0.833886,180,100,1,0),(41872,178745,0,1,1,2290.87,287.054,79.6895,2.89725,0,0,0.992546,0.121869,180,100,1,0),(41873,178551,0,1,1,2266.81,342.987,44.1937,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(41874,178551,0,1,1,2315.27,303.328,52.8901,1.309,0,0,0.608761,0.793353,180,100,1,0),(41875,178551,0,1,1,2285.52,281.379,48.4084,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(41876,178745,0,1,1,2295.01,281.529,79.7541,1.32645,0,0,0.615662,0.788011,180,100,1,0),(41877,178745,0,1,1,2307.56,288.068,69.7498,2.89725,0,0,0.992546,0.121869,180,100,1,0),(41878,178551,0,1,1,2311.94,294.269,79.6345,2.9147,0,0,0.993572,0.113203,180,100,1,0),(41879,178745,0,1,1,2298.79,283.089,69.7985,-1.85005,0,0,0.798635,-0.601815,180,100,1,0),(41880,178551,0,1,1,2296.19,301.094,79.6685,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(41881,178745,0,1,1,2269.29,342.006,40.1503,2.70526,0,0,0.976296,0.21644,180,100,1,0),(41882,178745,0,1,1,2308.85,283.466,79.7263,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(41883,178551,0,1,1,2302.33,279.767,79.6174,1.309,0,0,0.608761,0.793353,180,100,1,0),(41884,178745,0,1,1,2294.03,291.955,69.799,-0.279253,0,0,0.139173,-0.990268,180,100,1,0),(41885,178745,0,1,1,2328.21,277.215,42.8928,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(41886,178551,0,1,1,2321.72,270.816,42.9842,1.3439,0,0,0.622515,0.782608,180,100,1,0),(41887,178745,0,1,1,2308.12,297.888,79.6209,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(41888,178745,0,1,1,2289.63,289.638,44.7264,1.309,0,0,0.608761,0.793353,180,100,1,0),(41889,178745,0,1,1,2301.56,304.113,45.6238,-0.331612,0,0,0.165048,-0.986286,180,100,1,0),(41890,178745,1,1,1,340.373,-4707.1,27.9283,1.01229,0,0,0.48481,0.87462,180,100,1,0),(41891,178745,1,1,1,361.552,-4675.2,27.7588,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(41892,178745,1,1,1,349.872,-4693.48,50.7931,2.28638,0,0,0.909961,0.414693,180,100,1,0),(41893,178745,1,1,1,357.32,-4699.16,27.6691,2.28638,0,0,0.909961,0.414693,180,100,1,0),(41894,178551,1,1,1,365.985,-4691.75,27.6457,2.26893,0,0,0.906308,0.422618,180,100,1,0),(41895,178551,1,1,1,344.832,-4801.65,31.741,-2.68781,0,0,0.97437,-0.224951,180,100,1,0),(41896,178745,1,1,1,302.394,-4804.79,53.0017,-1.06465,0,0,0.507538,-0.861629,180,100,1,0),(41897,178745,1,1,1,328.559,-4812.91,52.9878,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(41898,178551,1,1,1,299.255,-4775.87,31.8893,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(41899,178745,1,1,1,318.783,-4687,28.5606,-0.296706,0,0,0.147809,-0.989016,180,100,1,0),(41900,178426,1,1,1,310.436,-4706.01,11.2432,-2.14675,0,0,0.878817,-0.477159,180,100,1,0),(41901,178551,1,1,1,293.361,-4785.63,31.8285,0.10472,0,0,0.052336,0.99863,180,100,1,0),(41902,178745,1,1,1,328.087,-4786.59,31.8521,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(41903,178551,1,1,1,342.45,-4661.6,28.1975,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(41904,178551,1,1,1,275.345,-4810.06,31.7133,-0.226893,0,0,0.113203,-0.993572,180,100,1,0),(41905,178551,1,1,1,279.089,-4798.02,31.8521,-0.20944,0,0,0.104528,-0.994522,180,100,1,0),(41906,178551,1,1,1,277.774,-4838.3,31.7896,0.488692,0,0,0.241922,0.970296,180,100,1,0),(41907,178745,1,1,1,306,-4840.72,53.0364,1.29154,0,0,0.601815,0.798636,180,100,1,0),(41908,178745,1,1,1,348.266,-4832.28,31.7619,2.82743,0,0,0.987688,0.156434,180,100,1,0),(41909,178745,1,1,1,300.281,-4857.37,31.7549,1.29154,0,0,0.601815,0.798636,180,100,1,0),(41910,178551,1,1,1,317.987,-4861.65,31.7549,2.05949,0,0,0.857167,0.515038,180,100,1,0),(41919,187235,530,1,1,-1695.16,5519.63,-39.9827,0.087266,0,0,0.043619,0.999048,180,100,1,0),(41920,187235,530,1,1,-1694.05,5524.4,-40.3726,1.95477,0,0,0.829038,0.559193,180,100,1,0),(41921,187235,530,1,1,-1690.31,5510,-40.003,0.698132,0,0,0.34202,0.939693,180,100,1,0),(41922,187235,530,1,1,-1685.93,5508.57,-40.3678,-2.6529,0,0,0.970296,-0.241922,180,100,1,0),(41923,187235,530,1,1,-1676.44,5420.81,-38.8098,-1.71042,0,0,0.75471,-0.656059,180,100,1,0),(41924,187235,530,1,1,-1671.23,5419.22,-38.8372,1.01229,0,0,0.48481,0.87462,180,100,1,0),(41925,187235,530,1,1,-1671.69,5430.75,-38.8296,-0.994838,0,0,0.477159,-0.878817,180,100,1,0),(41926,187235,530,1,1,-1676.31,5430.35,-38.8098,-1.02974,0,0,0.492424,-0.870356,180,100,1,0),(41927,187235,530,1,1,-1767.46,5264.79,-38.8237,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(41928,187235,530,1,1,-1776.81,5259.49,-38.8315,-0.20944,0,0,0.104528,-0.994522,180,100,1,0),(41929,187235,530,1,1,-1778.04,5263.37,-38.8098,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(41930,187235,530,1,1,-1769.64,5268,-38.8098,3.10669,0,0,0.999848,0.017452,180,100,1,0),(41931,187235,530,1,1,-1748.06,5178,-40.2092,1.46608,0,0,0.669131,0.743145,180,100,1,0),(41932,187235,530,1,1,-1775.78,5170.78,-40.2092,2.21657,0,0,0.894934,0.446198,180,100,1,0),(41933,187235,530,1,1,-1965.48,5271.96,-38.8098,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(41934,187235,530,1,1,-1957.02,5267.33,-38.8098,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(41935,187235,530,1,1,-2043.99,5269.15,-39.1957,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(41936,187235,530,1,1,-2034.28,5338.98,-39.5669,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(41937,187235,530,1,1,-2035.2,5336.3,-41.1791,1.43117,0,0,0.656059,0.75471,180,100,1,0),(41938,187235,530,1,1,-2039,5348.27,-39.6072,-2.42601,0,0,0.936672,-0.350207,180,100,1,0),(41939,187235,530,1,1,-2042.17,5349.12,-41.0618,-0.331612,0,0,0.165048,-0.986286,180,100,1,0),(41940,187235,530,1,1,-4070.25,-11542.5,-138.655,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(41941,187235,530,1,1,-4072.73,-11547.7,-138.704,0.977384,0,0,0.469472,0.882948,180,100,1,0),(41942,187235,530,1,1,-3987.21,-11495.5,-137.144,2.25148,0,0,0.902585,0.430511,180,100,1,0),(41943,187235,530,1,1,-3979.76,-11500.8,-137.077,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(41944,187235,530,1,1,-4150.39,-11469.8,-130.923,2.70526,0,0,0.976296,0.21644,180,100,1,0),(41945,187235,530,1,1,-4149.01,-11480.6,-130.894,-0.383972,0,0,0.190809,-0.981627,180,100,1,0),(41946,187235,530,1,1,-4180.39,-11587,-123.98,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(41947,187235,530,1,1,-4008.93,-11351,-122.814,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(41948,187235,530,1,1,-3988.78,-11386.5,-122.712,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(41949,187235,530,1,1,-3990.31,-11353.1,-122.603,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(41950,187235,530,1,1,-3979.87,-11369.4,-122.542,1.37881,0,0,0.636078,0.771625,180,100,1,0),(41951,187235,530,1,1,-4155.24,-11635.5,-98.1756,-0.907571,0,0,0.438371,-0.898794,180,100,1,0),(41952,187235,530,1,1,-4185.57,-11653.1,-143.449,-1.23918,0,0,0.580703,-0.814116,180,100,1,0),(41953,187235,530,1,1,-4167.56,-11641.1,-98.394,1.13446,0,0,0.5373,0.843391,180,100,1,0),(41954,187235,530,1,1,-4200.81,-11604.3,-125.62,0.471239,0,0,0.233445,0.97237,180,100,1,0),(41955,187235,530,1,1,-4196.21,-11595.3,-125.408,1.23918,0,0,0.580703,0.814116,180,100,1,0),(41956,187235,530,1,1,-4207.49,-11645,-143.677,0.10472,0,0,0.052336,0.99863,180,100,1,0),(41957,187235,530,1,1,-4225.97,-11648.1,-143.864,-0.401426,0,0,0.199368,-0.979925,180,100,1,0),(41958,187235,530,1,1,-4229.96,-11608.4,-126.283,0.837758,0,0,0.406737,0.913545,180,100,1,0),(41959,187235,530,1,1,-4163.96,-11666.7,-143.258,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(41960,187235,530,1,1,-4194.74,-11728.5,-143.451,-3.03687,0,0,0.99863,-0.052336,180,100,1,0),(41961,187235,530,1,1,-4209.64,-11675.4,-143.244,-0.383972,0,0,0.190809,-0.981627,180,100,1,0),(41962,187235,530,1,1,-4154.53,-11704.8,-143.319,-0.296706,0,0,0.147809,-0.989016,180,100,1,0),(41963,187235,530,1,1,-4204.82,-11678.5,-143.192,0.401426,0,0,0.199368,0.979925,180,100,1,0),(41964,187235,530,1,1,-4244.82,-11658,-143.625,1.72788,0,0,0.760406,0.649448,180,100,1,0),(41965,187235,530,1,1,-4178.04,-11713.5,-143.602,0.785398,0,0,0.382683,0.92388,180,100,1,0),(41966,187235,530,1,1,-4065.59,-11664.2,-142.101,0.226893,0,0,0.113203,0.993572,180,100,1,0),(41967,187235,530,1,1,-4185.52,-11746,-132.273,3.03687,0,0,0.99863,0.052336,180,100,1,0),(41968,187235,530,1,1,-4161.4,-11800.6,-132.195,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(41969,187235,530,1,1,-4065.43,-11688.8,-142.188,0.383972,0,0,0.190809,0.981627,180,100,1,0),(41970,187235,530,1,1,-4221.81,-11830.9,-115.896,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(41971,187235,530,1,1,9746.09,-7307.13,24.7326,2.63545,0,0,0.968148,0.25038,180,100,1,0),(41972,187235,530,1,1,9775.09,-7288.95,24.7364,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(41973,187235,530,1,1,9760.96,-7298.79,24.7314,-1.79769,0,0,0.782608,-0.622515,180,100,1,0),(41974,187235,530,1,1,9770.45,-7313.02,24.7307,-0.20944,0,0,0.104528,-0.994522,180,100,1,0),(41975,187235,530,1,1,9752.18,-7323.44,24.7289,-0.575959,0,0,0.284015,-0.95882,180,100,1,0),(41976,187235,530,1,1,9784.87,-7302.95,24.7277,0.471239,0,0,0.233445,0.97237,180,100,1,0),(41977,187235,530,1,1,9729.43,-7314.13,24.7305,2.56563,0,0,0.95882,0.284015,180,100,1,0),(41978,187235,530,1,1,9734.25,-7330.14,24.7273,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(41979,187235,530,1,1,9699.61,-7414.83,13.6989,1.44862,0,0,0.66262,0.748956,180,100,1,0),(41980,187235,530,1,1,9685.96,-7394.53,11.6048,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(41981,187235,530,1,1,9679.71,-7394.5,11.605,-1.88496,0,0,0.809017,-0.587785,180,100,1,0),(41982,187235,530,1,1,9586.68,-7358.11,13.6983,2.89725,0,0,0.992546,0.121869,180,100,1,0),(41983,187235,530,1,1,9604.38,-7358.5,13.7288,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(41984,187235,530,1,1,9665.25,-7413.47,13.611,0.05236,0,0,0.026177,0.999657,180,100,1,0),(41985,187235,530,1,1,9631.82,-7399.67,15.6954,1.46608,0,0,0.669131,0.743145,180,100,1,0),(41986,187235,530,1,1,9644.85,-7399.78,15.699,1.29154,0,0,0.601815,0.798636,180,100,1,0),(41987,187235,530,1,1,9628.29,-7254.45,16.4952,-1.25664,0,0,0.587785,-0.809017,180,100,1,0),(41988,187235,530,1,1,9614.28,-7254.57,16.4908,0.575959,0,0,0.284015,0.95882,180,100,1,0),(41989,187235,530,1,1,9542.46,-7251.2,16.4025,-0.10472,0,0,0.052336,-0.99863,180,100,1,0),(41990,187235,530,1,1,9535.34,-7241.6,16.3983,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(41991,187235,530,1,1,9529.36,-7241.44,16.4056,3.10669,0,0,0.999848,0.017452,180,100,1,0),(41992,187235,530,1,1,9543.13,-7261.28,14.3626,-0.279253,0,0,0.139173,-0.990268,180,100,1,0),(41993,187235,530,1,1,9687.74,-7206.66,14.3105,1.69297,0,0,0.748956,0.66262,180,100,1,0),(41994,187235,530,1,1,9667.49,-7205.58,14.3157,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(41995,187235,530,1,1,9520.94,-7261.12,14.3634,1.48353,0,0,0.67559,0.737277,180,100,1,0),(41996,187235,530,1,1,9521.83,-7251.04,16.4025,1.309,0,0,0.608761,0.793353,180,100,1,0),(41997,187235,530,1,1,9517.86,-7309.91,14.4553,0.890118,0,0,0.430511,0.902585,180,100,1,0),(41998,187235,530,1,1,9518.1,-7290.62,14.3855,-2.6529,0,0,0.970296,-0.241922,180,100,1,0),(41999,187235,530,1,1,9579.72,-7178.49,14.2327,1.50098,0,0,0.681998,0.731354,180,100,1,0),(42000,187235,530,1,1,9556.41,-7178.68,14.2535,0.261799,0,0,0.130526,0.991445,180,100,1,0),(42001,187235,530,1,1,9495.4,-7337.35,14.3701,-1.41372,0,0,0.649448,-0.760406,180,100,1,0),(42002,187235,530,1,1,9495.33,-7353.62,14.3637,-1.309,0,0,0.608761,-0.793353,180,100,1,0),(42003,187235,530,1,1,9520.46,-7378.73,14.3025,1.46608,0,0,0.669131,0.743145,180,100,1,0),(42004,187235,530,1,1,9520.53,-7415.2,14.3146,-1.93731,0,0,0.824126,-0.566406,180,100,1,0),(42005,187235,530,1,1,9583.69,-7425.88,13.5103,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(42006,187235,530,1,1,9583.93,-7474,13.5073,0.418879,0,0,0.207912,0.978148,180,100,1,0),(42007,187235,530,1,1,9583.84,-7455.04,13.5067,-2.19912,0,0,0.891007,-0.45399,180,100,1,0),(42008,187235,530,1,1,9583.66,-7444.98,13.5061,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(42009,187235,530,1,1,9658.9,-7492.71,13.5224,-0.733038,0,0,0.358368,-0.93358,180,100,1,0),(42010,187235,530,1,1,9708.06,-7493.28,13.5236,-1.23918,0,0,0.580703,-0.814116,180,100,1,0),(42011,187235,530,1,1,9839.54,-7451.33,13.6458,0.244346,0,0,0.121869,0.992546,180,100,1,0),(42012,187235,530,1,1,9825.43,-7410.53,13.6259,0.837758,0,0,0.406737,0.913545,180,100,1,0),(42013,187235,530,1,1,9825.06,-7428.28,13.6186,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(42014,187235,530,1,1,9862.43,-7450.91,13.6452,-0.139626,0,0,0.069756,-0.997564,180,100,1,0),(42015,187235,530,1,1,9812.85,-7410.42,13.6247,1.88496,0,0,0.809017,0.587785,180,100,1,0),(42016,187235,530,1,1,9812.97,-7428.58,13.6163,1.71042,0,0,0.75471,0.656059,180,100,1,0),(42017,187235,530,1,1,9875.02,-7410.74,13.5832,2.02458,0,0,0.848048,0.529919,180,100,1,0),(42018,187235,530,1,1,9875.17,-7428.63,13.589,2.25148,0,0,0.902585,0.430511,180,100,1,0),(42019,187235,530,1,1,9654.51,-7165.12,14.3229,1.55334,0,0,0.700909,0.71325,180,100,1,0),(42020,187235,530,1,1,9678.8,-7142.3,14.323,-0.680679,0,0,0.333807,-0.942641,180,100,1,0),(42021,187235,530,1,1,9642.19,-7165.24,14.3229,1.90241,0,0,0.814116,0.580703,180,100,1,0),(42022,187235,530,1,1,9746.57,-7174.86,14.3237,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(42023,187235,530,1,1,9742.11,-7191.63,14.3237,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(42024,187235,530,1,1,9720.85,-7098.17,14.3749,-2.98451,0,0,0.996917,-0.078459,180,100,1,0),(42025,187235,530,1,1,9678.81,-7129.61,14.323,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(42026,187235,530,1,1,9716.24,-7078.56,14.3665,1.15192,0,0,0.544639,0.838671,180,100,1,0),(42027,187235,530,1,1,9642.69,-7106.29,14.323,-0.994838,0,0,0.477159,-0.878817,180,100,1,0),(42028,187235,530,1,1,9655.05,-7106.38,14.323,2.89725,0,0,0.992546,0.121869,180,100,1,0),(42029,187235,530,1,1,9618.23,-7141.75,14.323,1.41372,0,0,0.649448,0.760406,180,100,1,0),(42030,187235,530,1,1,9618.2,-7129.27,14.3234,-1.91986,0,0,0.819152,-0.573576,180,100,1,0),(42031,187235,530,1,1,9688.93,-7057.63,14.383,-2.40855,0,0,0.93358,-0.358368,180,100,1,0),(42032,187235,530,1,1,9707.4,-7059.03,14.4325,0.069813,0,0,0.034899,0.999391,180,100,1,0),(42033,187235,530,1,1,9589.41,-7081.65,16.5494,-1.09956,0,0,0.522499,-0.85264,180,100,1,0),(42034,187235,530,1,1,9571.57,-7081.52,16.5436,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(42035,178647,0,1,1,1646.51,218.251,-43.1031,2.82743,0,0,0.987688,0.156434,180,100,1,0),(42036,178647,1,1,1,-2324.56,-356.533,-8.94748,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(42037,178666,1,1,1,1653.42,-4431.63,17.0263,0.349066,0,0,0.173648,0.984808,180,100,1,0),(42038,178666,0,1,1,-4924.69,-983.046,501.461,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(41911,187329,0,1,1,-8934.91,618.273,100.589,0.506145,0,0,0.25038,0.968148,180,100,1,0),(41912,187329,0,1,1,-8910.43,636.38,100.91,-2.67035,0,0,0.97237,-0.233445,180,100,1,0),(41913,187329,0,1,1,-8930.72,610.526,100.595,0.506145,0,0,0.25038,0.968148,180,100,1,0),(41914,187329,0,1,1,-8902.25,621.314,100.916,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(30138,22651,0,1,1,1221.11,-321.682,43.6415,2.27766,0,0,0.908143,0.418659,7200,100,1,0),(30137,22650,0,1,1,1217.99,-322.756,43.6415,1.27409,0,0,0.594823,0.803857,7200,100,1,0),(30136,22652,0,1,1,1222.01,-320.312,43.6415,2.86234,0,0,0.990268,0.139172,7200,100,1,0),(30135,22649,0,1,1,1216.76,-321.851,43.6415,0.488694,0,0,0.241923,0.970295,7200,100,1,0),(4582,173123,1,1,1,1973.83,-4786.46,56.842,1.32645,0,0,0.615662,0.78801,900,100,1,0),(4581,173006,1,1,1,1729.76,-4315.75,29.0657,-1.41372,0,0,-0.649448,0.760406,900,100,1,0),(30134,22658,0,1,1,1216.77,-315.882,48.4054,-1.23918,0,0,-0.580703,0.814115,7200,100,1,0),(30133,22654,0,1,1,1217.85,-315.177,43.6415,-1.23918,0,0,-0.580703,0.814115,7200,100,1,0),(30132,22664,0,1,1,1219.32,-314.954,48.4054,-1.23918,0,0,-0.580703,0.814115,7200,100,1,0),(30131,174880,0,1,1,1226.22,-313.298,48.3895,-3.10669,0,0,0.999848,-0.017453,7200,100,1,0),(30126,3819,0,1,1,1224.04,-311.303,43.6817,0.610865,0,0,0.300706,0.953717,7200,100,1,0),(30123,3817,0,1,1,1223.25,-310.355,43.6817,1.90241,0,0,0.814115,0.580703,7200,100,1,0),(30122,3816,0,1,1,1224.24,-311.229,48.5985,0.610865,0,0,0.300706,0.953717,7200,100,1,0),(30121,2026,0,1,1,455.859,-628.778,167.57,1.38754,0,0,0.639439,0.768842,7200,100,1,0),(30119,2061,0,1,1,681.542,-593.628,162.83,3.14159,0,0,1,0,7200,100,1,0),(30118,20872,0,1,1,681.542,-593.628,162.83,3.14159,0,0,1,0,7200,100,1,0),(30117,2031,0,1,1,758.73,-1467.82,78.6634,-1.7017,0,0,-0.75184,0.659346,7200,100,1,0),(30116,2028,0,1,1,638.187,-966.647,164.827,-1.5708,0,0,-0.707107,0.707107,7200,100,1,0),(30112,1765,0,1,1,1226.3,-313.66,43.622,-2.87107,0,0,0.990866,-0.134851,180,100,1,0),(30111,2025,0,1,1,455.836,-628.784,167.56,-0.18326,0,0,-0.091502,0.995805,7200,100,1,0),(30108,2032,0,1,1,758.8,-1466.92,78.471,4.65149,-0.010186,-0.095401,0.993556,0.060349,7200,100,1,0),(30102,2061,0,1,1,-20.8676,-323.458,131.177,-0.641371,0,0,-0.315217,0.94902,7200,100,1,0),(30101,176863,0,1,1,-20.8676,-323.458,131.177,-0.641371,0,0,-0.315217,0.94902,7200,100,1,0),(30100,1760,0,1,1,634.332,-292.516,152.886,3.07178,-0.008416,0.009025,0.999312,0.034973,2,100,1,0),(30099,89931,0,1,1,253.017,-1437.67,49.9317,3.13287,0,0,0.99999,0.004363,10,100,1,0),(30096,2061,0,1,1,253.037,-1437.64,49.9305,-2.57436,0,0,0.96005,-0.279829,7200,100,1,0),(30095,103663,0,1,1,253.037,-1437.64,49.9305,-2.57436,0,0,0.96005,-0.279829,7200,100,1,0),(30094,2061,0,1,1,-29.9507,-555.919,151.213,3.14159,0,0,1,0,7200,100,1,0),(30093,175632,0,1,1,-29.9507,-555.919,151.213,3.14159,0,0,1,0,7200,100,1,0),(30092,2061,0,1,1,844.305,-562.162,141.906,-0.110354,0,0,-0.055149,0.998478,7200,100,1,0),(30091,20871,0,1,1,844.305,-562.162,141.906,-0.110354,0,0,-0.055149,0.998478,7200,100,1,0),(30089,2066,0,1,1,565.048,-277.395,150.271,-0.136534,0,0,-0.068214,0.997671,7200,100,1,0),(30087,20870,0,1,1,565.048,-277.395,150.271,-0.136534,0,0,-0.068214,0.997671,7200,100,1,0),(30085,2061,0,1,1,610.183,-427.191,161.133,3.14159,-0.004363,-0.004363,0.999981,-0.000019,7200,100,1,0),(46457,20869,0,1,1,610.183,-427.191,161.133,3.14159,-0.004363,-0.004363,0.999981,-0.000019,7200,100,1,0),(30082,2029,0,1,1,638.149,-966.611,164.826,0,0,0,0,1,7200,100,1,0),(30081,2027,0,1,1,638.134,-966.654,164.827,3.14159,0,0,1,0,7200,100,1,0),(30079,2024,0,1,1,452.427,-629.573,166.348,2.90598,0.576802,-0.173584,0.779713,0.170927,7200,100,1,0),(30073,2023,0,1,1,455.827,-628.813,167.55,2.96706,0,0,0.996195,0.087156,7200,100,1,0),(30063,1740,0,1,1,232.146,-849.549,147.566,1.9984,0,0,0.841039,0.540974,7200,100,1,0),(30062,2061,0,1,1,235.282,-847.55,146.816,-1.63614,0,0,-0.729827,0.683632,7200,100,1,0),(30061,1898,0,1,1,235.282,-847.55,146.816,-1.63614,0,0,-0.729827,0.683632,7200,100,1,0),(30059,2061,0,1,1,935.952,-844.892,114.643,-1.14122,0,0,-0.540146,0.841571,7200,100,1,0),(30056,1895,0,1,1,935.952,-844.892,114.643,-1.14122,0,0,-0.540146,0.841571,7200,100,1,0),(42079,178609,0,1,1,392.244,-513.648,170.534,1.88496,0,0,0.809017,0.587785,60,100,1,0),(42080,178609,0,1,1,486.986,-575.443,179.757,-0.977384,0,0,0.469472,-0.882948,60,100,1,0),(42081,178609,0,1,1,325.881,-449.009,163.906,-1.16937,0,0,0.551937,-0.833886,60,100,1,0),(42082,178609,0,1,1,244.099,-413.517,151.886,0.907571,0,0,0.438371,0.898794,60,100,1,0),(42083,178609,0,1,1,274.492,-345.021,160.988,-1.0472,0,0,0.5,-0.866025,60,100,1,0),(42084,178609,0,1,1,339.396,-345.504,168.615,-0.750491,0,0,0.366501,-0.930418,60,100,1,0),(42085,178609,0,1,1,217.648,-322.997,155.659,-0.05236,0,0,0.026177,-0.999657,60,100,1,0),(42086,178609,0,1,1,325.881,-449.009,163.906,-1.16937,0,0,0.551937,-0.833886,60,100,1,0),(42087,178609,0,1,1,385.21,-308.448,164.001,2.00713,0,0,0.843391,0.5373,60,100,1,0),(42088,178609,0,1,1,580.66,-448.034,161.691,-2.80998,0,0,0.986286,-0.165048,60,100,1,0),(42089,178609,0,1,1,652.958,-361.622,152.858,1.27409,0,0,0.594823,0.803857,60,100,1,0),(42090,178609,0,1,1,755.297,-337.724,139.335,0.767945,0,0,0.374607,0.927184,60,100,1,0),(42091,178609,0,1,1,728.207,-302.976,139.786,1.0472,0,0,0.5,0.866025,60,100,1,0),(42092,178609,0,1,1,773.855,-398.191,139.625,-1.39626,0,0,0.642788,-0.766044,60,100,1,0),(42093,178609,0,1,1,819.066,-272.722,151.079,2.53073,0,0,0.953717,0.300706,60,100,1,0),(42094,178609,0,1,1,773.523,-230.858,135.745,2.44346,0,0,0.939693,0.34202,60,100,1,0),(42119,181988,530,1,1,-1211.47,-12450.5,94.4181,1.59278,0,0,0.714836,0.699292,300,100,1,0),(42120,182119,530,1,1,831.744,5382.39,-0.835961,2.97979,0,0,0.996729,0.0808123,600,0,1,0),(42121,182119,530,1,1,788.521,5428.98,-2.91899,2.0271,0,0,0.848715,0.52885,600,0,1,0),(42122,182119,530,1,1,720.775,5510.34,-1.30498,5.76324,0,0,0.257053,-0.966397,600,0,1,0),(42123,182119,530,1,1,679.779,5413.84,-26.9506,4.31261,0,0,0.833431,-0.552624,600,0,1,0),(42124,182119,530,1,1,653.6,5237.85,-4.37761,4.72338,0,0,0.703212,-0.710981,600,0,1,0),(42125,182119,530,1,1,499.457,5257.8,-2.4641,2.32242,0,0,0.917285,0.398231,600,0,1,0),(42126,182119,530,1,1,451.516,5415.84,7.18859,1.05321,0,0,0.502601,0.864518,600,0,1,0),(42127,181981,530,1,1,-1402.77,-11969.6,16.3982,1.13255,0,0,0.536494,0.843904,600,0,1,0),(42128,181981,530,1,1,-1439.27,-11834,19.5487,1.46635,0,0,0.669231,0.743054,600,0,1,0),(42129,181981,530,1,1,-1531.38,-11825.4,23.6403,2.84315,0,0,0.988887,0.148667,600,0,1,0),(42130,181981,530,1,1,-1504.63,-11936,19.0511,2.85258,0,0,0.989577,0.144005,600,0,1,0),(42131,181981,530,1,1,-1534.28,-12033.4,11.3791,5.20955,0,0,0.511404,-0.85934,600,0,1,0),(42132,181981,530,1,1,-1635.01,-11900.9,10.1312,5.10116,0,0,0.557201,-0.830378,600,0,1,0),(42133,181981,530,1,1,-1666.2,-11801.2,23.3113,5.65879,0,0,0.30715,-0.951661,600,0,1,0),(42134,181981,530,1,1,-1662.66,-11798.7,22.9143,2.98294,0,0,0.996855,0.0792423,600,0,1,0),(42135,181981,530,1,1,-1629.47,-11900.9,9.97106,4.73203,0,0,0.70013,-0.714015,600,0,1,0),(42136,181981,530,1,1,-1509.25,-11930.7,19.0508,5.9918,0,0,0.145179,-0.989405,600,0,1,0),(42137,181981,530,1,1,-1433.45,-11841.6,19.3274,1.19851,0,0,0.564029,0.825755,600,0,1,0),(30933,185881,530,1,1,-4982.84,435.637,87.2519,2.60054,0,0,0.96363,0.267238,60,100,1,0),(30966,185881,530,1,1,-4926.38,73.6361,53.6441,0.331613,0,0,0.165048,0.986286,60,100,1,0),(31028,185881,530,1,1,-5026.32,816.846,51.4761,0.331613,0,0,0.165048,0.986286,60,100,1,0),(31050,181277,530,1,1,-2558.79,5077.42,6.96072,1.32645,0,0,0.615662,0.788011,60,100,1,0),(31307,181270,530,1,1,-2185.99,3301.81,-30.2596,0.733038,0,0,0.358368,0.93358,60,100,1,0),(32470,181271,530,1,1,-1298.01,4761.17,73.7944,0.541052,0,0,0.267238,0.96363,60,100,1,0),(32471,181555,530,1,1,-3908.28,4746.75,-66.7357,2.44346,0,0,0.939693,0.34202,3600,100,1,0),(32479,183044,530,1,1,1721.49,8632.12,7.25497,-1.16937,0,0,0.551937,-0.833886,60,100,1,0),(32744,183043,530,1,1,845.668,8114.97,22.6411,2.54818,0,0,0.956305,0.292372,60,100,1,0),(32824,183043,530,1,1,1358.66,8558.92,21.8467,2.04204,0,0,0.85264,0.522499,60,100,1,0),(33440,183044,530,1,1,-179.033,7764.46,21.9488,2.84489,0,0,0.989016,0.147809,60,100,1,0),(33835,183043,530,1,1,220.082,7667.34,23.1641,-1.15192,0,0,0.544639,-0.838671,60,100,1,0),(33847,183044,530,1,1,-73.5437,6938.4,22.0078,-0.453786,0,0,0.224951,-0.97437,60,100,1,0),(34029,183044,530,1,1,239.818,5586.15,22.7577,2.94961,0,0,0.995396,0.095846,60,100,1,0),(34838,181555,530,1,1,666.19,6659.62,-15.4659,-1.65806,0,0,0.737277,-0.67559,3600,100,1,0),(34922,181555,530,1,1,-1229.12,5795.65,54.1948,-1.79769,0,0,0.782608,-0.622515,3600,100,1,0),(34924,181556,530,1,1,1709.12,8571.63,-44.6902,-2.63545,0,0,0.968148,-0.25038,3600,100,1,0),(34925,181555,530,1,1,-39.661,7887.88,23.5663,-1.79769,0,0,0.782608,-0.622515,3600,100,1,0),(34934,181555,530,1,1,-307.75,6990.03,29.6113,0.733038,0,0,0.358368,0.93358,3600,100,1,0),(34956,181555,530,1,1,1630.53,8551.21,4.8521,3.08923,0,0,0.999657,0.026177,3600,100,1,0),(34962,181555,530,1,1,-1201.76,5858.52,3.30064,-0.314159,0,0,0.156434,-0.987688,3600,100,1,0),(34964,181270,530,1,1,22.9424,4507.65,66.912,-1.8326,0,0,0.793353,-0.608761,60,100,1,0),(34966,181270,530,1,1,-552.896,3019.22,9.41813,2.72271,0,0,0.978148,0.207912,60,100,1,0),(40004,181271,530,1,1,-653.049,4418.53,100.498,-1.69297,0,0,0.748956,-0.66262,60,100,1,0),(42138,181271,530,1,1,-1470.93,9904.29,199.436,2.79253,0,0,0.984808,0.173648,60,100,1,0),(42139,181271,530,1,1,-2212.47,8786.43,5.97916,1.65806,0,0,0.737277,0.67559,60,100,1,0),(42140,181270,530,1,1,-766.661,7514.69,60.7874,0.471239,0,0,0.233445,0.97237,60,100,1,0),(42141,181281,530,1,1,-1534.07,9686.09,201.647,-1.74533,0,0,0.766044,-0.642788,60,100,1,0),(42142,181271,530,1,1,-1383.38,8252.39,-8.3255,2.82743,0,0,0.987688,0.156434,60,100,1,0),(42143,181271,530,1,1,-1542.58,6256.12,61.0613,-2.98451,0,0,0.996917,-0.078459,60,100,1,0),(42144,181271,530,1,1,-1122.14,8219.64,10.9576,0.017453,0,0,0.008727,0.999962,60,100,1,0),(42145,185877,530,1,1,-4922.5,197.952,63.1326,0.890118,0,0,0.430511,0.902585,3600,100,1,0),(42146,185877,530,1,1,-5171.8,-14.0915,81.9377,0.541052,0,0,0.267238,0.96363,3600,100,1,0),(42147,185877,530,1,1,-4982.21,434.653,6.61424,1.69297,0,0,0.748956,0.66262,3600,100,1,0),(42148,185877,530,1,1,-4974,66.6007,64.7468,-0.401426,0,0,0.199368,-0.979925,3600,100,1,0),(42149,185877,530,1,1,-5299.56,377.137,51.0671,1.01229,0,0,0.48481,0.87462,3600,100,1,0),(42150,185877,530,1,1,-5180.41,200.14,-13.6224,0.785398,0,0,0.382683,0.92388,3600,100,1,0),(42151,185877,530,1,1,-5190.07,205.771,74.5371,0.174533,0,0,0.087156,0.996195,3600,100,1,0),(42152,185877,530,1,1,-4308.03,269.863,128.466,-2.26893,0,0,0.906308,-0.422618,3600,100,1,0),(42153,185877,530,1,1,-5121.94,743.861,70.6954,-0.802851,0,0,0.390731,-0.920505,3600,100,1,0),(42154,181270,530,1,1,2052.53,5454.17,144.879,0.977384,0,0,0.469472,0.882948,60,100,1,0),(42155,181270,530,1,1,1593.19,5462.18,265.814,-1.3439,0,0,0.622515,-0.782608,60,100,1,0),(42156,181271,530,1,1,3593.33,6911.68,143.783,0.122173,0,0,0.061049,0.998135,60,100,1,0),(42157,181271,530,1,1,3419.18,4858.34,263.166,-0.837758,0,0,0.406737,-0.913545,60,100,1,0),(42158,181556,530,1,1,-4477.23,2057.7,78.1592,-0.994838,0,0,0.477159,-0.878817,3600,100,1,0),(42159,181555,530,1,1,-3108.89,1400.19,12.4518,3.10669,0,0,0.999848,0.017452,3600,100,1,0),(42160,181555,530,1,1,-3244.27,509.589,93.5733,2.58309,0,0,0.961262,0.275637,3600,100,1,0),(42161,181270,530,1,1,-3838.01,573.856,72.0661,-2.32129,0,0,0.91706,-0.398749,60,100,1,0),(42162,181280,530,1,1,-3514,252.844,46.2293,0.925024,0,0,0.446198,0.894934,60,100,1,0),(42163,181279,530,1,1,4039.54,2293.89,112.988,1.91986,0,0,0.819152,0.573576,60,100,1,0),(42164,181279,530,1,1,4278.52,3574.56,138.15,2.75762,0,0,0.981627,0.190809,60,100,1,0),(42165,181279,530,1,1,4322.3,2022.25,121.227,0.942478,0,0,0.45399,0.891007,60,100,1,0),(42166,181279,530,1,1,4098.08,3934.17,189.653,1.95477,0,0,0.829038,0.559193,60,100,1,0),(42167,185881,530,1,1,-4094.72,373.8,31.4659,-2.32129,0,0,0.91706,-0.398749,60,100,1,0),(42168,185881,530,1,1,-4193.77,571.408,18.6321,2.30383,0,0,0.913545,0.406737,60,100,1,0),(42169,185881,530,1,1,-5258.24,551.351,46.8299,-2.28638,0,0,0.909961,-0.414693,60,100,1,0),(42170,185881,530,1,1,-5048.05,355.002,170.646,0.401426,0,0,0.199368,0.979925,60,100,1,0),(42171,185881,530,1,1,-5220.56,594.228,58.3474,1.98968,0,0,0.838671,0.544639,60,100,1,0),(42172,185881,530,1,1,-5238.6,754.771,45.4299,0.034907,0,0,0.017452,0.999848,60,100,1,0),(42173,185881,530,1,1,-5123.26,488.328,82.0753,-0.314159,0,0,0.156434,-0.987688,60,100,1,0),(42174,185881,530,1,1,-5297.5,336.366,64.2175,0.907571,0,0,0.438371,0.898794,60,100,1,0),(42175,185881,530,1,1,-4857.4,671.773,58.24,0.05236,0,0,0.026177,0.999657,60,100,1,0),(42176,185881,530,1,1,-4969.25,702.759,83.7856,-0.610865,0,0,0.300706,-0.953717,60,100,1,0),(42177,181277,530,1,1,-2483.99,5432.18,0.068031,1.16937,0,0,0.551937,0.833886,60,100,1,0),(42178,183043,530,1,1,1188.05,8168.69,18.8799,-1.8326,0,0,0.793353,-0.608761,60,100,1,0),(42179,183044,530,1,1,934.884,8057.34,22.997,1.43117,0,0,0.656059,0.75471,60,100,1,0),(42180,183044,530,1,1,403.229,6421.53,23.0004,2.44346,0,0,0.939693,0.34202,60,100,1,0),(42181,183044,530,1,1,829.27,7234.91,20.3053,2.82743,0,0,0.987688,0.156434,60,100,1,0),(42182,181271,530,1,1,-559.084,1924.61,84.4403,2.53073,0,0,0.953717,0.300706,60,100,1,0),(42183,181270,530,1,1,314.207,3071.6,25.8937,0.296706,0,0,0.147809,0.989016,60,100,1,0),(42184,181270,530,1,1,240.49,2313.91,49.5682,-1.3439,0,0,0.622515,-0.782608,60,100,1,0),(42185,181270,530,1,1,156.812,2111.63,63.1957,-0.034907,0,0,0.017452,-0.999848,60,100,1,0),(42186,181270,530,1,1,-437.547,2647.2,56.9492,-2.67035,0,0,0.97237,-0.233445,60,100,1,0),(42187,181270,530,1,1,-1514.15,7028.25,9.25673,-0.15708,0,0,0.078459,-0.996917,60,100,1,0),(42188,181270,530,1,1,-2929.73,7374.33,11.8762,-1.8675,0,0,0.803857,-0.594823,60,100,1,0),(42189,181270,530,1,1,-1342.23,8629.04,25.4226,1.43117,0,0,0.656059,0.75471,60,100,1,0),(42190,181271,530,1,1,2058.84,5737.48,268.842,0.925024,0,0,0.446198,0.894934,60,100,1,0),(42191,181270,530,1,1,2939.95,5634.15,147.566,1.71042,0,0,0.75471,0.656059,60,100,1,0),(42192,181271,530,1,1,1740.53,5615.68,265.508,1.69297,0,0,0.748956,0.66262,60,100,1,0),(42193,181279,530,1,1,4494.89,3571.04,130.624,2.25148,0,0,0.902585,0.430511,60,100,1,0),(42194,181271,530,1,1,3681.95,2091.68,152.029,2.93215,0,0,0.994522,0.104528,60,100,1,0),(42195,181279,530,1,1,4714.1,2529.32,235.431,0.296706,0,0,0.147809,0.989016,60,100,1,0),(42196,181271,530,1,1,3355.12,3390.24,116.416,1.5708,0,0,0.707107,0.707107,60,100,1,0),(42197,181271,530,1,1,4719.44,3161.18,159.818,0.942478,0,0,0.45399,0.891007,60,100,1,0),(42198,181277,530,1,1,-1689.11,4649.5,4.8104,1.43117,0,0,0.656059,0.75471,60,100,1,0),(42199,183045,530,1,1,-256.702,8153.3,30.5483,0.750492,0,0,0.366501,0.930418,60,100,1,0),(42200,183043,530,1,1,117.451,7830.41,21.6144,-1.93731,0,0,0.824126,-0.566406,60,100,1,0),(42201,183045,530,1,1,14.0757,5185.83,35.7619,2.3911,0,0,0.930418,0.366501,60,100,1,0),(42202,183045,530,1,1,-252.665,7149.41,39.0953,-2.86234,0,0,0.990268,-0.139173,60,100,1,0),(42203,181277,530,1,1,-2231.66,4441.38,2.04807,0.977384,0,0,0.469472,0.882948,60,100,1,0),(42204,181270,530,1,1,2.42475,3245.55,18.5779,1.67552,0,0,0.743145,0.669131,60,100,1,0),(42205,181270,530,1,1,463.519,3001.66,21.4159,0.418879,0,0,0.207912,0.978148,60,100,1,0),(42206,181270,530,1,1,385.134,2180.98,118.358,1.13446,0,0,0.5373,0.843391,60,100,1,0),(42207,181271,530,1,1,-2671.65,8826.37,-12.3738,0.715585,0,0,0.350207,0.936672,60,100,1,0),(42208,181270,530,1,1,-1656.64,9182.83,92.5139,-2.82743,0,0,0.987688,-0.156434,60,100,1,0),(42209,181270,530,1,1,-1416.92,6587.91,36.7399,1.67552,0,0,0.743145,0.669131,60,100,1,0),(42210,181279,530,1,1,3871.72,1893.94,255.482,2.18166,0,0,0.887011,0.461749,60,100,1,0),(42211,181279,530,1,1,3902.5,4084.73,189.979,2.04204,0,0,0.85264,0.522499,60,100,1,0),(42212,181271,530,1,1,4119.79,1338.53,-131.674,2.70526,0,0,0.976296,0.21644,60,100,1,0),(42213,181279,530,1,1,2388.82,2907.37,134.726,-0.418879,0,0,0.207912,-0.978148,60,100,1,0),(42214,181270,530,1,1,-1437.86,4679.67,19.0538,-2.98451,0,0,0.996917,-0.078459,60,100,1,0),(42215,183043,530,1,1,-605.749,5951.51,23.5616,1.37881,0,0,0.636078,0.771625,60,100,1,0),(42216,183045,530,1,1,1462.09,8654.78,-15.7788,-1.98968,0,0,0.838671,-0.544639,60,100,1,0),(42217,183043,530,1,1,284.933,5611.94,22.0877,-0.139626,0,0,0.069756,-0.997564,60,100,1,0),(42218,183043,530,1,1,-951.221,5807.52,23.667,-2.60054,0,0,0.96363,-0.267238,60,100,1,0),(42219,181270,530,1,1,-814.092,2381.47,10.6081,0.907571,0,0,0.438371,0.898794,60,100,1,0),(42220,181270,530,1,1,-944.711,2486.3,4.54944,-2.70526,0,0,0.976296,-0.21644,60,100,1,0),(42221,181270,530,1,1,543.615,2075.9,132.837,-2.86234,0,0,0.990268,-0.139173,60,100,1,0),(42222,181279,530,1,1,2776.69,2918.54,119.609,-0.122173,0,0,0.061049,-0.998135,60,100,1,0),(42223,181279,530,1,1,3864.28,2092.68,255.235,2.9147,0,0,0.993572,0.113203,60,100,1,0),(42224,181279,530,1,1,4449.06,2492.18,95.3095,1.29154,0,0,0.601815,0.798636,60,100,1,0),(42225,181279,530,1,1,3249.34,1944.17,132.512,0.087266,0,0,0.043619,0.999048,60,100,1,0),(42226,181276,530,1,1,-199.007,8808.49,18.9701,-0.174533,0,0,0.087156,-0.996195,60,100,1,0),(42227,183043,530,1,1,-105.131,6214.17,23.1972,-1.6057,0,0,0.71934,-0.694658,60,100,1,0),(42228,183045,530,1,1,997.188,5458.19,-29.8924,-2.04204,0,0,0.85264,-0.522498,60,100,1,0),(42229,181270,530,1,1,-757.106,3472.79,92.4678,-2.07694,0,0,0.861629,-0.507538,60,100,1,0),(42230,181270,530,1,1,-1169.17,1998.19,73.4488,2.58309,0,0,0.961262,0.275637,60,100,1,0),(42231,181279,530,1,1,3621.26,2114.16,105.9,1.02974,0,0,0.492424,0.870356,60,100,1,0),(42232,181271,530,1,1,4543.58,3409.85,159.814,-0.401426,0,0,0.199368,-0.979925,60,100,1,0),(42233,181270,530,1,1,-185.432,3954.98,100.345,2.60054,0,0,0.96363,0.267238,60,100,1,0),(42234,181270,530,1,1,47.8031,3524.21,63.2102,1.53589,0,0,0.694658,0.71934,60,100,1,0),(42235,183045,530,1,1,-317.859,6898.26,27.1555,-1.51844,0,0,0.688354,-0.725374,60,100,1,0),(42236,183043,530,1,1,461.855,8882.34,24.9468,-2.47837,0,0,0.945519,-0.325568,60,100,1,0),(42237,183043,530,1,1,877.305,8450.06,22.5711,2.67035,0,0,0.97237,0.233445,60,100,1,0),(42238,183044,530,1,1,616.453,8503.7,21.9589,-1.93731,0,0,0.824126,-0.566406,60,100,1,0),(42239,183044,530,1,1,-208.1,5755.48,24.7711,1.13446,0,0,0.5373,0.843391,60,100,1,0),(42240,183043,530,1,1,649.884,6260.28,22.6139,2.19912,0,0,0.891007,0.453991,60,100,1,0),(42241,183045,530,1,1,-1025.85,6077.89,22.1686,-0.907571,0,0,0.438371,-0.898794,60,100,1,0),(42242,181276,530,1,1,46.313,8195.37,21.7059,3.01942,0,0,0.998135,0.061049,60,100,1,0),(42243,183044,530,1,1,230.344,8590.22,24.0762,1.46608,0,0,0.669131,0.743145,60,100,1,0),(42244,183045,530,1,1,-1092.45,5488.68,31.2444,-2.98451,0,0,0.996917,-0.078459,60,100,1,0),(42245,183043,530,1,1,-82.9322,6096.68,22.4811,-2.44346,0,0,0.939693,-0.34202,60,100,1,0),(42246,183043,530,1,1,794.91,5743.58,25.9671,1.41372,0,0,0.649448,0.760406,60,100,1,0),(42247,183043,530,1,1,285.785,8202.79,22.0712,0.122173,0,0,0.061049,0.998135,60,100,1,0),(42248,183044,530,1,1,1145.76,8534,22.7041,0.715585,0,0,0.350207,0.936672,60,100,1,0),(42249,181555,530,1,1,-1135.22,2537.35,49.9528,1.5708,0,0,0.707107,0.707107,3600,100,1,0),(42250,181555,530,1,1,505.107,2192.62,138.863,1.51844,0,0,0.688355,0.725374,3600,100,1,0),(42251,181555,530,1,1,-1371.16,2673.7,-17.1434,2.40855,0,0,0.93358,0.358368,3600,100,1,0),(42252,181556,530,1,1,3037.52,7118.4,153.837,-2.93215,0,0,0.994522,-0.104529,3600,100,1,0),(42253,181555,530,1,1,163.453,4610.03,75.9506,-2.28638,0,0,0.909961,-0.414693,3600,100,1,0),(42254,181555,530,1,1,3632.86,6912.75,148.395,-0.488692,0,0,0.241922,-0.970296,3600,100,1,0),(42255,181271,530,1,1,-988.289,2150.76,34.0955,1.76278,0,0,0.771625,0.636078,60,100,1,0),(42256,181280,530,1,1,-3247.69,2794.91,118.13,-0.541052,0,0,0.267238,-0.96363,60,100,1,0),(42257,181556,530,1,1,3054.14,7068.27,155.405,-1.44862,0,0,0.66262,-0.748956,3600,100,1,0),(42258,181271,530,1,1,-3552.63,4078.06,69.0116,-0.610865,0,0,0.300706,-0.953717,60,100,1,0),(42259,181270,530,1,1,-3595.41,4375.96,-12.7729,-1.78024,0,0,0.777146,-0.62932,60,100,1,0),(42260,181277,530,1,1,-3749.3,5742.72,2.33979,-3.00197,0,0,0.997564,-0.069756,60,100,1,0),(42261,181270,530,1,1,-3700.79,4611.27,-18.0496,-0.191986,0,0,0.095846,-0.995396,60,100,1,0),(42262,181270,530,1,1,1997.49,6455.72,2.07671,-1.27409,0,0,0.594823,-0.803857,60,100,1,0),(42263,181279,530,1,1,2616.51,2441.82,104.404,-2.40855,0,0,0.93358,-0.358368,60,100,1,0),(42264,181270,530,1,1,2117.29,6020.97,139.584,2.32129,0,0,0.91706,0.398749,60,100,1,0),(42265,181271,530,1,1,1846.84,7158.51,363.853,-2.58309,0,0,0.961262,-0.275637,60,100,1,0),(42266,181271,530,1,1,4003.72,5129.5,266.794,-1.32645,0,0,0.615661,-0.788011,60,100,1,0),(42267,181271,530,1,1,3280.25,4597.07,217.898,-1.97222,0,0,0.833886,-0.551937,60,100,1,0),(42268,181556,530,1,1,-3002.9,139.438,3.50654,-1.51844,0,0,0.688354,-0.725374,3600,100,1,0),(42269,181556,530,1,1,-2958.58,3387.61,-1.13245,1.97222,0,0,0.833886,0.551937,3600,100,1,0),(42270,181555,530,1,1,351.625,2546.32,159.208,-1.3439,0,0,0.622515,-0.782608,3600,100,1,0),(42271,181555,530,1,1,-1192.43,1989.05,75.0078,-1.79769,0,0,0.782608,-0.622515,3600,100,1,0),(42272,181555,530,1,1,491.518,2682.46,202.798,2.21657,0,0,0.894934,0.446198,3600,100,1,0),(42273,181555,530,1,1,-1563.11,3718.51,48.5127,0.191986,0,0,0.095846,0.995396,3600,100,1,0),(42274,181280,530,1,1,-3340.97,2607.44,59.8708,-1.01229,0,0,0.48481,-0.87462,60,100,1,0),(42275,181555,530,1,1,77.0349,4748.08,67.3427,-0.10472,0,0,0.052336,-0.99863,3600,100,1,0),(42276,181555,530,1,1,-234.318,3815.57,85.8281,-2.09439,0,0,0.866025,-0.5,3600,100,1,0),(42277,181555,530,1,1,-311.072,2011.39,115.527,-0.191986,0,0,0.095846,-0.995396,3600,100,1,0),(42278,181555,530,1,1,-355.414,3593.26,16.1905,-2.58309,0,0,0.961262,-0.275637,3600,100,1,0),(42279,181555,530,1,1,-83.9682,2036,97.9171,-2.46091,0,0,0.942641,-0.333807,3600,100,1,0),(42280,181555,530,1,1,-1383.6,2757.85,-44.522,-1.09956,0,0,0.522499,-0.85264,3600,100,1,0),(42281,181555,530,1,1,152.045,4906.01,75.0122,-0.820305,0,0,0.398749,-0.91706,3600,100,1,0),(42282,181555,530,1,1,-773.854,3134.44,-14.4857,-2.80998,0,0,0.986286,-0.165048,3600,100,1,0),(42283,181555,530,1,1,127.795,4065.18,69.2198,-1.51844,0,0,0.688354,-0.725374,3600,100,1,0),(42284,181556,530,1,1,-424.043,6690.36,24.4296,0.10472,0,0,0.052336,0.99863,3600,100,1,0),(42285,181555,530,1,1,93.5405,4847.91,68.5572,1.78024,0,0,0.777146,0.62932,3600,100,1,0),(42286,181555,530,1,1,-4275.01,1291.1,48.2993,1.55334,0,0,0.700909,0.71325,3600,100,1,0),(42287,181555,530,1,1,-371.08,4889.92,34.1058,-0.069813,0,0,0.034899,-0.999391,3600,100,1,0),(42288,181555,530,1,1,157.88,3618.23,84.0151,-1.67552,0,0,0.743145,-0.669131,3600,100,1,0),(42289,181555,530,1,1,-1085.26,1527.89,57.345,1.48353,0,0,0.67559,0.737277,3600,100,1,0),(42290,181555,530,1,1,-468.954,2067.11,93.4363,1.16937,0,0,0.551937,0.833886,3600,100,1,0),(42291,181270,530,1,1,233.261,2244.24,46.9978,-1.55334,0,0,0.700909,-0.71325,60,100,1,0),(42292,181555,530,1,1,-854.218,4421.1,86.1487,0.942478,0,0,0.45399,0.891007,3600,100,1,0),(42293,181555,530,1,1,-1119.21,4245.87,15.156,-2.61799,0,0,0.965926,-0.258819,3600,100,1,0),(42294,181555,530,1,1,-526.347,3671.12,30.2502,0.663225,0,0,0.325568,0.945519,3600,100,1,0),(42295,183043,530,1,1,-892.03,5322.57,18.6208,-1.74533,0,0,0.766044,-0.642788,60,100,1,0),(42296,183043,530,1,1,-429.242,5742.36,22.3847,-0.139626,0,0,0.069756,-0.997564,60,100,1,0),(42297,181555,530,1,1,-666.766,3166.57,-7.36018,-1.55334,0,0,0.700909,-0.71325,3600,100,1,0),(42298,183044,530,1,1,-860.996,5558.44,23.1488,-3.07178,0,0,0.999391,-0.034899,60,100,1,0),(42299,181556,530,1,1,-1796.35,3886.43,10.5719,0.558505,0,0,0.275637,0.961262,3600,100,1,0),(42300,181555,530,1,1,-286.728,2624.27,-1.81623,-1.78024,0,0,0.777146,-0.62932,3600,100,1,0),(42301,181555,530,1,1,-502.934,3103.16,-5.01644,1.25664,0,0,0.587785,0.809017,3600,100,1,0),(42302,181556,530,1,1,1730.89,6951.58,153.338,0.122173,0,0,0.061049,0.998135,3600,100,1,0),(42303,181270,530,1,1,-846.288,1537.62,48.3873,-0.523599,0,0,0.258819,-0.965926,60,100,1,0),(42304,181555,530,1,1,4025.46,1895.26,252.485,0.820305,0,0,0.398749,0.91706,3600,100,1,0),(42305,181555,530,1,1,5012.89,3064.54,94.3347,-0.645772,0,0,0.317305,-0.948324,3600,100,1,0),(42306,181555,530,1,1,1628.16,6936.27,160.775,2.23402,0,0,0.898794,0.438371,3600,100,1,0),(42307,181556,530,1,1,-1220.54,5804.95,3.75927,-0.785398,0,0,0.382683,-0.92388,3600,100,1,0),(42308,181555,530,1,1,338.057,2143.58,117.038,-0.488692,0,0,0.241922,-0.970296,3600,100,1,0),(42309,181556,530,1,1,4747.14,3742.95,194.72,-1.48353,0,0,0.67559,-0.737277,3600,100,1,0),(42310,181555,530,1,1,2668.38,4036.94,175.305,-3.10669,0,0,0.999848,-0.017452,3600,100,1,0),(42311,181271,530,1,1,3053.43,5655.74,143.107,2.44346,0,0,0.939693,0.34202,60,100,1,0),(42312,181556,530,1,1,4145.52,1908.11,229.241,1.41372,0,0,0.649448,0.760406,3600,100,1,0),(42313,181271,530,1,1,3205.89,5408.94,144.485,-1.65806,0,0,0.737277,-0.67559,60,100,1,0),(42314,181556,530,1,1,2962.25,2313.97,160.355,-1.64061,0,0,0.731354,-0.681998,3600,100,1,0),(42315,181555,530,1,1,235.047,2106.05,38.3175,-1.11701,0,0,0.529919,-0.848048,3600,100,1,0),(42316,181270,530,1,1,3374.52,5396.25,148.619,0.139626,0,0,0.069756,0.997564,60,100,1,0),(42317,181271,530,1,1,3366.19,3923.85,201.301,2.42601,0,0,0.936672,0.350207,60,100,1,0),(42318,181271,530,1,1,-2886.22,3412.18,0.507197,-0.610865,0,0,0.300706,-0.953717,60,100,1,0),(42319,181556,530,1,1,4996.26,3742.52,206.313,2.33874,0,0,0.920505,0.390731,3600,100,1,0),(42320,181555,530,1,1,4365.01,3480.8,184.406,-2.58309,0,0,0.961262,-0.275637,3600,100,1,0),(42321,181569,530,1,1,4750.04,3154.08,158.477,-2.00713,0,0,0.843391,-0.5373,3600,100,1,0),(42322,181557,530,1,1,3520.67,3957.84,135.687,4.71239,0,0,0.707107,-0.707107,3600,100,1,0),(42323,181555,530,1,1,2869.61,2084.49,114.269,2.46091,0,0,0.942641,0.333807,3600,100,1,0),(42324,181555,530,1,1,4751.49,3243.91,161.82,-0.698132,0,0,0.34202,-0.939693,3600,100,1,0),(42325,181279,530,1,1,3052.74,2840.94,101.076,2.98451,0,0,0.996917,0.078459,60,100,1,0),(42326,181555,530,1,1,946.385,5572.65,-0.26446,-1.81514,0,0,0.788011,-0.615661,3600,100,1,0),(42327,181555,530,1,1,3274.72,2759.11,154.967,-3.03687,0,0,0.99863,-0.052336,3600,100,1,0),(42328,181279,530,1,1,2974.94,2310,161.597,1.18682,0,0,0.559193,0.829038,60,100,1,0),(42329,181556,530,1,1,3818.35,2108.47,148.726,1.62316,0,0,0.725374,0.688355,3600,100,1,0),(42330,181271,530,1,1,3257.15,2343.92,119.829,0.907571,0,0,0.438371,0.898794,60,100,1,0),(42331,181270,530,1,1,-2584.22,8654.53,-24.6708,1.23918,0,0,0.580703,0.814116,60,100,1,0),(42332,181555,530,1,1,2807.78,3746.97,128.745,-2.53073,0,0,0.953717,-0.300706,3600,100,1,0),(42333,181271,530,1,1,-2603.87,8734.18,-5.93416,0.855211,0,0,0.414693,0.909961,60,100,1,0),(42334,181557,530,1,1,3915.8,2069.66,132.531,1.0821,0,0,0.515038,0.857167,3600,100,1,0),(42335,181271,530,1,1,2210.93,2197.9,83.1339,-0.314159,0,0,0.156434,-0.987688,60,100,1,0),(42336,181556,530,1,1,3717.13,1644.78,129.253,-0.20944,0,0,0.104528,-0.994522,3600,100,1,0),(42337,181555,530,1,1,2576.05,2709.51,113.1,1.37881,0,0,0.636078,0.771625,3600,100,1,0),(42338,181569,530,1,1,2294.28,2086.55,75.6577,0.034907,0,0,0.017452,0.999848,3600,100,1,0),(42339,181555,530,1,1,1868.65,4968.63,148.178,-1.78024,0,0,0.777146,-0.62932,3600,100,1,0),(42340,181556,530,1,1,3892.2,2098.85,155.421,-0.855212,0,0,0.414693,-0.909961,3600,100,1,0),(42341,181556,530,1,1,-2195.06,3125.3,-25.0652,-0.488692,0,0,0.241922,-0.970296,3600,100,1,0),(42342,181556,530,1,1,811.958,5013.09,-9.25365,-2.05949,0,0,0.857167,-0.515038,3600,100,1,0),(42343,181555,530,1,1,68.8098,3462.06,65.6914,1.23918,0,0,0.580703,0.814116,3600,100,1,0),(42344,181556,530,1,1,1699,7412.56,369.556,-2.00713,0,0,0.843391,-0.5373,3600,100,1,0),(42345,181555,530,1,1,2024.76,5714.09,270.486,2.60054,0,0,0.96363,0.267238,3600,100,1,0),(42346,183043,530,1,1,-421.48,5542.46,21.4294,-2.82743,0,0,0.987688,-0.156434,60,100,1,0),(42347,181556,530,1,1,1336.44,6627.16,-11.5815,0.226893,0,0,0.113203,0.993572,3600,100,1,0),(42348,181556,530,1,1,3759.05,6894.82,144.25,0.10472,0,0,0.052336,0.99863,3600,100,1,0),(42349,181556,530,1,1,2272.6,5700.14,271.194,3.05433,0,0,0.999048,0.043619,3600,100,1,0),(42350,181556,530,1,1,2441.36,5395.62,272.983,-1.90241,0,0,0.814116,-0.580703,3600,100,1,0),(42351,181556,530,1,1,1947.28,6065.01,150.158,-2.70526,0,0,0.976296,-0.21644,3600,100,1,0),(42352,181556,530,1,1,2159.71,6491.95,4.71422,-1.69297,0,0,0.748956,-0.66262,3600,100,1,0),(42353,181555,530,1,1,1772.27,4842.59,174.957,-0.296706,0,0,0.147809,-0.989016,3600,100,1,0),(42354,181556,530,1,1,1785.13,5290.44,155.656,-1.13446,0,0,0.5373,-0.843391,3600,100,1,0),(42355,181555,530,1,1,2107.52,6338.76,3.00461,-0.698132,0,0,0.34202,-0.939693,3600,100,1,0),(42356,181556,530,1,1,-5127.44,104.216,138.074,2.33874,0,0,0.920505,0.390731,3600,100,1,0),(42357,181556,530,1,1,1671.46,4888.36,171.339,1.3439,0,0,0.622515,0.782608,3600,100,1,0),(42358,181556,530,1,1,3293.51,4565.26,225.548,0.506145,0,0,0.25038,0.968148,3600,100,1,0),(42359,181556,530,1,1,1569.84,5279.71,265.128,1.93731,0,0,0.824126,0.566406,3600,100,1,0),(42360,181555,530,1,1,-4255.51,1716.59,90.6168,1.23918,0,0,0.580703,0.814116,3600,100,1,0),(42361,181555,530,1,1,3397.56,5808.63,5.05911,-0.977384,0,0,0.469472,-0.882948,3600,100,1,0),(42362,181556,530,1,1,2638.8,5736.45,-1.05872,-2.98451,0,0,0.996917,-0.078459,3600,100,1,0),(42363,181556,530,1,1,-3688.62,1155.18,66.3924,-2.19912,0,0,0.891007,-0.45399,3600,100,1,0),(42364,181556,530,1,1,3270.52,4901.39,267.964,3.12414,0,0,0.999962,0.008727,3600,100,1,0),(42365,181556,530,1,1,3530.39,5678.48,-8.18423,-2.25148,0,0,0.902585,-0.430511,3600,100,1,0),(42366,181555,530,1,1,3359.16,4665.43,221.352,-2.60054,0,0,0.96363,-0.267238,3600,100,1,0),(42367,181271,530,1,1,-1646.67,4460.29,24.2719,-1.72788,0,0,0.760406,-0.649448,60,100,1,0),(42368,181556,530,1,1,2608.96,6150.78,26.4557,2.93215,0,0,0.994522,0.104528,3600,100,1,0),(42369,181556,530,1,1,-3873.98,2677.62,131.439,-1.32645,0,0,0.615661,-0.788011,3600,100,1,0),(42370,181555,530,1,1,-3593.39,3979.92,82.3309,-1.0821,0,0,0.515038,-0.857167,3600,100,1,0),(42371,181555,530,1,1,3704.91,5395.05,-2.23879,-1.8675,0,0,0.803857,-0.594823,3600,100,1,0),(42372,181556,530,1,1,-3334.57,2166.13,2.87087,2.84489,0,0,0.989016,0.147809,3600,100,1,0),(42373,181555,530,1,1,2115.14,5193.87,272.071,1.62316,0,0,0.725374,0.688355,3600,100,1,0),(42374,181555,530,1,1,-4099.48,1807.43,110.112,-1.01229,0,0,0.48481,-0.87462,3600,100,1,0),(42375,181556,530,1,1,-2709.73,1207.17,32.7441,-0.645772,0,0,0.317305,-0.948324,3600,100,1,0),(42376,181555,530,1,1,-3768.89,1911.65,103.204,-1.79769,0,0,0.782608,-0.622515,3600,100,1,0),(42377,181555,530,1,1,-1842.47,4764.24,9.2912,0.925024,0,0,0.446198,0.894934,3600,100,1,0),(42378,181555,530,1,1,-3017.7,3546.1,4.77821,3.05433,0,0,0.999048,0.043619,3600,100,1,0),(42379,181555,530,1,1,-3444.28,3023.61,172.414,2.53073,0,0,0.953717,0.300706,3600,100,1,0),(42380,181556,530,1,1,-2313.65,4399.84,5.42304,2.63545,0,0,0.968148,0.25038,3600,100,1,0),(42381,181555,530,1,1,-3371.72,1681.22,104.958,-1.72788,0,0,0.760406,-0.649448,3600,100,1,0),(42382,181569,530,1,1,-3579.12,2634.67,71.88,-0.296706,0,0,0.147809,-0.989016,3600,100,1,0),(42383,181569,530,1,1,-3578.96,2566.9,72.0194,0.244346,0,0,0.121869,0.992546,3600,100,1,0),(42384,181270,530,1,1,-3460.6,2219.29,71.3769,-0.436333,0,0,0.21644,-0.976296,60,100,1,0),(42385,181270,530,1,1,-3672.43,1953.32,74.6834,2.33874,0,0,0.920505,0.390731,60,100,1,0),(42386,181556,530,1,1,-3248.45,3986.81,4.35644,-1.97222,0,0,0.833886,-0.551937,3600,100,1,0),(42387,181556,530,1,1,-2749.63,1153.51,59.6786,0.366519,0,0,0.182236,0.983255,3600,100,1,0),(42388,181280,530,1,1,-3780.17,1699,51.0148,-1.02974,0,0,0.492424,-0.870356,60,100,1,0),(42389,181281,530,1,1,-4899.75,226.258,55.3248,-2.96706,0,0,0.996195,-0.087156,60,100,1,0),(42390,181270,530,1,1,-3810.01,690.531,6.07129,-2.74017,0,0,0.979925,-0.199368,60,100,1,0),(42391,181271,530,1,1,-3339.2,1284.94,103.163,-1.23918,0,0,0.580703,-0.814116,60,100,1,0),(42392,181280,530,1,1,-3270.7,1644.85,76.4651,0.715585,0,0,0.350207,0.936672,60,100,1,0),(42393,181271,530,1,1,-2139.01,6341.75,51.8053,2.86234,0,0,0.990268,0.139173,60,100,1,0),(42394,181270,530,1,1,-1701.55,6325.57,52.1297,-1.72788,0,0,0.760406,-0.649448,60,100,1,0),(42395,181270,530,1,1,-2172.49,4422.37,1.43699,1.25664,0,0,0.587785,0.809017,60,100,1,0),(42396,181556,530,1,1,664.499,8751.51,26.2432,2.67035,0,0,0.97237,0.233445,3600,100,1,0),(42397,181556,530,1,1,-2828.08,6452.95,64.651,-1.93731,0,0,0.824126,-0.566406,3600,100,1,0),(42398,181555,530,1,1,-2895.47,8725.63,-40.474,1.97222,0,0,0.833886,0.551937,3600,100,1,0),(42399,181555,530,1,1,-606.227,5284.04,21.1394,0.471239,0,0,0.233445,0.97237,3600,100,1,0),(42400,181556,530,1,1,947.252,7003.09,19.0517,3.07178,0,0,0.999391,0.034899,3600,100,1,0),(42401,181555,530,1,1,1200.17,8700.11,15.3481,-0.2618,0,0,0.130526,-0.991445,3600,100,1,0),(42402,181556,530,1,1,-2972.94,7987.53,-5.69799,1.55334,0,0,0.700909,0.71325,3600,100,1,0),(42403,181556,530,1,1,-966.898,8134.46,-92.5002,-2.6529,0,0,0.970296,-0.241922,3600,100,1,0),(42404,181556,530,1,1,-1543.99,6300.72,47.8952,-1.09956,0,0,0.522499,-0.85264,3600,100,1,0),(42405,181556,530,1,1,-1712.99,8100.34,-32.9976,1.78024,0,0,0.777146,0.62932,3600,100,1,0),(42406,181570,530,1,1,-2430.8,7391.36,-169.098,-2.49582,0,0,0.948324,-0.317305,3600,100,1,0),(42407,181271,530,1,1,-2060.86,7564.15,-85.5027,0.820305,0,0,0.398749,0.91706,60,100,1,0),(42408,181556,530,1,1,-2875.98,3464.09,-32.4617,-1.48353,0,0,0.67559,-0.737277,3600,100,1,0),(42409,181570,530,1,1,-1121.53,8051.59,-81.3112,2.37365,0,0,0.927184,0.374607,3600,100,1,0),(42410,181556,530,1,1,-2219.1,6062.05,68.4782,-2.53073,0,0,0.953717,-0.300706,3600,100,1,0),(42411,181556,530,1,1,-2242.11,6996.26,-0.689919,0.890118,0,0,0.430511,0.902585,3600,100,1,0),(42412,181556,530,1,1,-1375.35,9760.9,205.744,0.191986,0,0,0.095846,0.995396,3600,100,1,0),(42413,181556,530,1,1,-1803.98,8436.35,-63.7091,1.55334,0,0,0.700909,0.71325,3600,100,1,0),(42414,181570,530,1,1,-682.199,7803.1,63.6856,-0.244346,0,0,0.121869,-0.992546,3600,100,1,0),(42415,181556,530,1,1,-2185.19,6086.36,72.2101,-0.366519,0,0,0.182236,-0.983255,3600,100,1,0),(42416,181557,530,1,1,-1625.83,9780.77,199.262,-2.28638,0,0,0.909961,-0.414693,3600,100,1,0),(42417,181555,530,1,1,-1691.58,7975.09,-106.005,2.51327,0,0,0.951057,0.309017,3600,100,1,0),(42418,181556,530,1,1,-1274.23,6710.44,42.916,1.5708,0,0,0.707107,0.707107,3600,100,1,0),(42419,181555,530,1,1,-794.755,6129.5,38.9066,-0.925024,0,0,0.446198,-0.894934,3600,100,1,0),(42420,181555,530,1,1,-1192.71,8949.5,60.9997,2.28638,0,0,0.909961,0.414693,3600,100,1,0),(42421,181556,530,1,1,-1871.86,6645.51,-10.7184,-2.49582,0,0,0.948324,-0.317305,3600,100,1,0),(42422,181270,530,1,1,-1633.19,7397.67,1.39678,-2.94961,0,0,0.995396,-0.095846,60,100,1,0),(42423,181270,530,1,1,-1651.1,7064.09,4.75712,-1.67552,0,0,0.743145,-0.669131,60,100,1,0),(42424,181556,530,1,1,599.884,5232.96,-3.74027,-1.309,0,0,0.608761,-0.793353,3600,100,1,0),(42425,181555,530,1,1,-207.228,8953.82,26.1966,0.017453,0,0,0.008727,0.999962,3600,100,1,0),(42426,181556,530,1,1,-2987.07,7339.56,15.0018,-1.43117,0,0,0.656059,-0.75471,3600,100,1,0),(42427,181555,530,1,1,833.449,6723.06,19.538,-1.72788,0,0,0.760406,-0.649448,3600,100,1,0),(42428,181556,530,1,1,-2053.03,7538.09,-90.0622,0.907571,0,0,0.438371,0.898794,3600,100,1,0),(42429,181555,530,1,1,-2776.84,6851.6,-12.4347,2.21657,0,0,0.894934,0.446198,3600,100,1,0),(42430,183043,530,1,1,382.046,5566.41,23.3098,-1.29154,0,0,0.601815,-0.798635,60,100,1,0),(42431,181556,530,1,1,-682.199,7803.1,63.6856,-0.244346,0,0,0.121869,-0.992546,3600,100,1,0),(42432,181555,530,1,1,-700.196,7500.18,69.9509,-2.67035,0,0,0.97237,-0.233445,3600,100,1,0),(42433,181555,530,1,1,699.953,5031.15,2.12188,2.9147,0,0,0.993572,0.113203,3600,100,1,0),(42434,3662,1,1,1,-4087.37,-2362.9,108.909,5.99774,0,0,0.142237,-0.989833,25,0,1,0),(42435,2413,1,1,1,-4066.54,-2365.23,108.91,2.46894,0,0,0.943974,0.33002,25,0,1,0),(71522,1734,0,1,1,-10878,-2725,8.883,-1,0,0,0,0,900,255,1,0),(30824,30855,0,1,1,-10544.9,-3952.77,14.3097,-0.05236,0,0,0.026177,-0.999657,600,100,1,0),(30825,30856,0,1,1,-10545.8,-3872.98,-19.7263,-1.85005,0,0,0.798635,-0.601815,600,100,1,0),(30826,2046,0,1,1,-10628.8,-2456.41,40.9222,2.82743,0,0,0.987688,0.156434,60,100,1,0),(30827,1735,0,1,1,-10941.2,-3749.18,23.9074,2.26893,0,0,0.906308,0.422618,1800,100,1,0),(30828,2041,0,1,1,-10284.3,-2789.84,18.9399,-1.88496,0,0,0.809017,-0.587785,60,100,1,0),(30829,142143,0,1,1,-10224.2,-2910.98,20.6481,-3.00197,0,0,0.997564,-0.069756,60,100,1,0),(30830,2043,0,1,1,-9949.42,-3705.74,23.3083,4.71239,0,0,0.707107,-0.707107,60,100,1,0),(30854,142143,0,1,1,-10356.2,-2964.91,20.044,2.37365,0,0,0.927184,0.374607,60,100,1,0),(30867,22550,0,1,1,-9931.97,-3722.25,21.6779,-0.20944,0,0,0.104528,-0.994522,600,100,1,0),(30876,22550,0,1,1,-9970.3,-3712.3,22.8488,0.453786,0,0,0.224951,0.97437,600,100,1,0),(30877,2046,0,1,1,-11117,-3791.12,34.1568,1.85005,0,0,0.798636,0.601815,60,100,1,0),(30880,24798,0,1,1,-10902.7,-4162.44,5.68347,-3.00197,0,0,0.997564,-0.069756,600,100,1,0),(30927,24798,0,1,1,-10866.3,-4203.48,4.94094,-0.331612,0,0,0.165048,-0.986286,600,100,1,0),(30928,24798,0,1,1,-11032.1,-4111.75,2.3667,-2.30383,0,0,0.913545,-0.406737,600,100,1,0),(30946,142143,0,1,1,-10180.7,-3383.07,20.0926,-2.77507,0,0,0.983255,-0.182235,60,100,1,0),(30975,24798,0,1,1,-10962.2,-4168.2,5.67139,-2.60054,0,0,0.96363,-0.267238,600,100,1,0),(30977,24798,0,1,1,-10753.7,-4282.67,2.35976,2.46091,0,0,0.942641,0.333807,600,100,1,0),(30980,24798,0,1,1,-10920.1,-4198.96,2.19333,-0.15708,0,0,0.078459,-0.996917,600,100,1,0),(30981,24798,0,1,1,-10815.3,-4229.25,4.92431,1.0821,0,0,0.515038,0.857167,600,100,1,0),(30982,142143,0,1,1,-10423.1,-3523.94,19.6052,0.558505,0,0,0.275637,0.961262,60,100,1,0),(30984,142143,0,1,1,-10162.9,-3101.57,19.999,1.06465,0,0,0.507538,0.861629,60,100,1,0),(30985,142143,0,1,1,-10103.6,-3515.35,20.2572,0.10472,0,0,0.052336,0.99863,60,100,1,0),(30986,24798,0,1,1,-9831.49,-4138.32,1.6585,-1.85005,0,0,0.798635,-0.601815,600,100,1,0),(30988,142143,0,1,1,-10011.7,-3683.81,20.8291,2.04204,0,0,0.85264,0.522499,60,100,1,0),(30989,142143,0,1,1,-10099.9,-3630.48,19.802,1.37881,0,0,0.636078,0.771625,60,100,1,0),(30992,2857,0,1,1,-9962.91,-3695.04,21.8734,-0.087267,0,0,0.04362,-0.999048,600,100,1,0),(30993,1735,0,1,1,-10065.4,-2527.96,35.8057,2.84489,0,0,0.989016,0.147809,1800,100,1,0),(30995,28604,0,1,1,-9998.53,-3528.52,22.0725,1.36136,0,0,0.62932,0.777146,600,100,1,0),(30998,22550,0,1,1,-10063.3,-3501.32,23.0662,3.07178,0,0,0.999391,0.034899,600,100,1,0),(31003,22550,0,1,1,-10080.8,-3486.49,23.6995,-1.13446,0,0,0.5373,-0.843391,600,100,1,0),(31004,22550,0,1,1,-10002.2,-3539.66,22.9176,1.95477,0,0,0.829038,0.559193,600,100,1,0),(31005,22550,0,1,1,-9960.04,-3603,22.2479,0.453786,0,0,0.224951,0.97437,600,100,1,0),(31006,22550,0,1,1,-9964.19,-3646.9,22.1477,-2.51327,0,0,0.951057,-0.309017,600,100,1,0),(31008,28604,0,1,1,-9964.91,-3651.28,21.6919,2.16421,0,0,0.882948,0.469472,600,100,1,0),(31009,22550,0,1,1,-9981.25,-3652.04,21.8077,1.43117,0,0,0.656059,0.75471,600,100,1,0),(31014,2857,0,1,1,-10076.4,-3483.64,23.1767,0.366519,0,0,0.182236,0.983255,600,100,1,0),(31015,2040,0,1,1,-10038.9,-3207.03,33.9572,2.74017,0,0,0.979925,0.199368,1800,100,1,0),(31016,2857,0,1,1,-10711.4,-2543.09,28.2205,2.21657,0,0,0.894934,0.446198,600,100,1,0),(31017,142143,0,1,1,-10261.2,-3259.22,19.6363,1.3439,0,0,0.622515,0.782608,60,100,1,0),(31019,1735,0,1,1,-10500.4,-2716.17,31.9642,0.645772,0,0,0.317305,0.948324,1800,100,1,0),(31024,30854,0,1,1,-10612.6,-3834.69,18.958,1.36136,0,0,0.62932,0.777146,600,100,1,0),(31029,30856,0,1,1,-10591.8,-3972,18.9141,2.98451,0,0,0.996917,0.078459,600,100,1,0),(31035,30854,0,1,1,-10630.2,-3842.42,22.635,-2.89725,0,0,0.992546,-0.121869,600,100,1,0),(31036,30854,0,1,1,-10467,-3723.87,-19.7124,1.02974,0,0,0.492424,0.870356,600,100,1,0),(31039,30855,0,1,1,-10341,-3736.78,14.747,-3.05433,0,0,0.999048,-0.043619,600,100,1,0),(31040,30854,0,1,1,-10525,-3746.86,-19.7333,2.32129,0,0,0.91706,0.398749,600,100,1,0),(31041,30854,0,1,1,-10429.8,-3654.53,18.6127,0.069813,0,0,0.034899,0.999391,600,100,1,0),(31043,1735,0,1,1,-10741.7,-3701.58,31.7551,1.48353,0,0,0.67559,0.737277,1800,100,1,0),(31044,4149,0,1,1,-10662.9,-4337.71,1.24313,-1.53589,0,0,0.694658,-0.71934,600,100,1,0),(31045,4149,0,1,1,-10396.9,-4399.83,2.74045,0.890118,0,0,0.430511,0.902585,600,100,1,0),(31047,1850,0,1,1,-10825.8,1325.7,34.2356,0.548886,0,0,0.271011,0.962576,3600,100,1,0),(31049,2061,0,1,1,-10825.8,1325.7,34.2356,0.548886,0,0,0.271011,0.962576,3600,100,1,0),(31056,1851,0,1,1,-10859.6,1163.74,37.6507,0.540161,0,0,0.266809,0.96375,3600,100,1,0),(31058,2061,0,1,1,-10859.6,1163.74,37.6507,0.540161,0,0,0.266809,0.96375,3600,100,1,0),(31059,1852,0,1,1,-11032,1041.22,36.9377,3.14159,-0.013089,-0.004363,0.999905,-0.000057,3600,100,1,0),(31060,2061,0,1,1,-11032,1041.22,36.9377,3.14159,-0.013089,-0.004363,0.999905,-0.000057,3600,100,1,0),(31061,1853,0,1,1,-11048.9,898.368,36.0253,0.557615,0,0,0.275209,0.961385,3600,100,1,0),(31064,2061,0,1,1,-11048.9,898.368,36.0253,0.557615,0,0,0.275209,0.961385,3600,100,1,0),(31065,1854,0,1,1,-11038.5,782.848,37.8301,0.619591,-0.051002,0.001978,0.305264,0.950899,3600,100,1,0),(31066,2061,0,1,1,-11038.5,782.848,37.8301,0.619591,-0.051002,0.001978,0.305264,0.950899,3600,100,1,0),(31067,123,0,1,1,-10924.8,996.455,35.6767,-1.48353,0.035104,-0.026255,-0.675081,0.73644,3600,100,1,0),(31068,124,0,1,1,-10925,994.95,36.3558,0.083313,-0.090912,-0.016617,0.040289,0.994905,3600,100,1,0),(31069,1856,0,1,1,-11102.7,789.153,37.6336,0.557615,0,0,0.275209,0.961385,3600,100,1,0),(31070,2061,0,1,1,-11102.7,789.153,37.6336,0.557615,0,0,0.275209,0.961385,3600,100,1,0),(31071,1857,0,1,1,-11134,1040.79,33.8189,3.12414,-0.01785,-0.047817,0.998666,0.007878,3600,100,1,0),(31072,2061,0,1,1,-11134,1040.79,33.8189,3.12414,-0.01785,-0.047817,0.998666,0.007878,3600,100,1,0),(31073,1859,0,1,1,-11154.7,735,32.6179,-1.03847,-0.032998,0.038939,-0.494843,0.867482,3600,100,1,0),(31074,2061,0,1,1,-11154.7,735,32.6179,-1.03847,-0.032998,0.038939,-0.494843,0.867482,3600,100,1,0),(31079,1860,0,1,1,-11322.4,1720.98,36.8901,3.14159,0,0,1,0,3600,100,1,0),(31081,2061,0,1,1,-11322.4,1720.98,36.8901,3.14159,0,0,1,0,3600,100,1,0),(31082,1865,0,1,1,-11269.6,1450.98,89.2755,-2.50455,0.009778,0.039964,0.948656,-0.313622,3600,100,1,0),(31083,2061,0,1,1,-11269.6,1450.98,89.2755,-2.50455,0.009778,0.039964,0.948656,-0.313622,3600,100,1,0),(31085,1745,0,1,1,-11042.4,1452.14,45.1961,-1.42244,0.002848,0.003305,-0.652753,0.757558,3600,100,1,0),(31086,1841,0,1,1,-10662.8,2042.55,8.07821,-3.14159,0.013083,0.030536,0.999448,-0.0004,3600,100,1,0),(31087,2061,0,1,1,-10662.8,2042.55,8.07821,-3.14159,0.013083,0.030536,0.999448,-0.0004,3600,100,1,0),(31089,1842,0,1,1,-10490.9,1328.44,42.5677,3.14159,0,0,1,0,3600,100,1,0),(31092,2061,0,1,1,-10490.9,1328.44,42.5677,3.14159,0,0,1,0,3600,100,1,0),(31093,2056,0,1,1,-10796.7,2048.33,10.2231,3.14159,-0.065223,0.07395,0.995115,0.004847,3600,100,1,0),(31095,2061,0,1,1,-10796.7,2048.33,10.2231,3.14159,-0.065223,0.07395,0.995115,0.004847,3600,100,1,0),(31096,2057,0,1,1,-11025.8,1657.36,42.5925,3.13286,-0.004286,0.017471,0.999828,0.004439,3600,100,1,0),(31097,2061,0,1,1,-11025.8,1657.36,42.5925,3.13286,-0.004286,0.017471,0.999828,0.004439,3600,100,1,0),(31098,1833,0,1,1,-9913.26,1772.61,10.4483,3.14159,0,0,1,0,3600,100,1,0),(31134,2061,0,1,1,-9913.26,1772.61,10.4483,3.14159,0,0,1,0,3600,100,1,0),(31136,1834,0,1,1,-10024.6,1881.3,13.0101,3.14159,0,0,1,0,3600,100,1,0),(31137,2061,0,1,1,-10024.6,1881.3,13.0101,3.14159,0,0,1,0,3600,100,1,0),(31138,1835,0,1,1,-10024.8,1817.23,37.637,0.557615,0,0,0.275209,0.961385,3600,100,1,0),(31140,2061,0,1,1,-10024.8,1817.23,37.637,0.557615,0,0,0.275209,0.961385,3600,100,1,0),(31301,1839,0,1,1,-9714.08,1045.22,35.4106,3.14159,0,0,1,0,3600,100,1,0),(31303,2061,0,1,1,-9714.08,1045.22,35.4106,3.14159,0,0,1,0,3600,100,1,0),(31935,33,0,1,1,-9794.49,2107.64,12.304,-1.93499,-0.093924,0.017096,-0.822295,0.560996,1,100,1,0),(31937,36,0,1,1,-10515.2,1598.61,44.0296,-1.50337,0.066409,-0.128221,-0.670844,0.727405,1,100,1,0),(31939,86,0,1,1,-10670.3,1022.06,32.6104,-1.90211,0.032457,-0.007081,-0.813898,0.580057,3600,100,1,0),(31940,88,0,1,1,-10670.6,1020.91,31.5826,1.23918,0,0,0.580703,0.814116,3600,100,1,0),(31941,21308,0,1,1,-10612.6,1947.38,37.6884,-0.105611,0,0,-0.052781,0.998606,3600,100,1,0),(31942,2061,0,1,1,-10612.6,1947.38,37.6884,-0.105611,0,0,-0.052781,0.998606,3600,100,1,0),(31954,21701,0,1,1,-10123.2,1058.27,36.2985,-3.01069,0,0,0.997859,-0.065403,3600,100,1,0),(31960,20921,0,1,1,-11374.3,1796.17,8.31632,3.14159,0,0,1,0,3600,100,1,0),(31961,2061,0,1,1,-11374.3,1796.17,8.31632,3.14159,0,0,1,0,3600,100,1,0),(11015,81,0,1,1,-9978.54,1006.1,32.4157,2.10521,0,0,0.868716,0.49531,300,0,1,0),(32070,92143,0,1,1,-11204.5,796.073,39.774,-3.14159,0.026177,-0.004362,0.999648,0.000114,3600,100,1,0),(32072,2061,0,1,1,-11204.5,796.073,39.774,-3.14159,0.026177,-0.004362,0.999648,0.000114,3600,100,1,0),(32081,129206,0,1,1,-11110.6,513.03,31.2564,2.93215,0,0,0.994522,0.104528,3600,100,1,0),(32083,2061,0,1,1,-11110.6,513.03,31.2564,2.93215,0,0,0.994522,0.104528,3600,100,1,0),(32085,92140,0,1,1,-10144.8,1647.71,37.8731,3.14159,0,0,1,0,3600,100,1,0),(32098,2061,0,1,1,-10144.8,1647.71,37.8731,3.14159,0,0,1,0,3600,100,1,0),(32101,153716,0,1,1,-10644.5,1158.04,33.1382,2.55691,0,0,0.957571,0.288196,3600,100,1,0),(32128,92142,0,1,1,-11212.6,881.81,52.11,1.66679,0.171047,0.066838,0.736749,0.650751,3600,100,1,0),(32130,2061,0,1,1,-11212.6,881.81,52.11,1.66679,0.171047,0.066838,0.736749,0.650751,3600,100,1,0),(32131,1844,0,1,1,-10720.9,1864.91,32.1338,2.36492,0,0,0.925541,0.378649,3600,100,1,0),(32288,2061,0,1,1,-10720.9,1864.91,32.1338,2.36492,0,0,0.925541,0.378649,3600,100,1,0),(32293,1845,0,1,1,-10752.1,1954.68,37.2454,0.557615,0,0,0.275209,0.961385,3600,100,1,0),(32296,2061,0,1,1,-10752.1,1954.68,37.2454,0.557615,0,0,0.275209,0.961385,3600,100,1,0),(32297,130666,0,1,1,-10267.1,1393.97,39.5082,-2.46964,0,0,0.944089,-0.329691,3600,100,1,0),(32298,130668,0,1,1,-10651.6,1106.91,33.6065,2.34747,0,0,0.922201,0.386711,3600,100,1,0),(32299,1855,0,1,1,-11130.1,938.902,36.7735,3.14159,-0.013089,-0.004363,0.999905,-0.000057,3600,100,1,0),(32300,2061,0,1,1,-11130.1,938.902,36.7735,3.14159,-0.013089,-0.004363,0.999905,-0.000057,3600,100,1,0),(32301,20922,0,1,1,-11388.2,1793.76,8.24267,1.26537,0,0,0.59131,0.806445,3600,100,1,0),(32310,2061,0,1,1,-11388.2,1793.76,8.24267,1.26537,0,0,0.59131,0.806445,3600,100,1,0),(32311,1838,0,1,1,-9884.45,1552.73,43.8514,3.14159,0,0,1,0,3600,100,1,0),(32312,2061,0,1,1,-9884.45,1552.73,43.8514,3.14159,0,0,1,0,3600,100,1,0),(32318,1858,0,1,1,-11134,886.571,38.7789,3.12414,-0.01785,-0.047817,0.998666,0.007878,3600,100,1,0),(32319,2061,0,1,1,-11134,886.571,38.7789,3.12414,-0.01785,-0.047817,0.998666,0.007878,3600,100,1,0),(32320,178834,0,1,1,-11089.3,1561.09,49.4401,2.31256,0,0,0.915311,0.402747,3600,100,1,0),(32321,1836,0,1,1,-9724.96,1444.73,44.844,3.14159,0,0,1,0,3600,100,1,0),(32322,2061,0,1,1,-9724.96,1444.73,44.844,3.14159,0,0,1,0,3600,100,1,0),(32323,1847,0,1,1,-11013.4,2031,10.6365,3.14159,-0.021794,0.043609,0.99881,0.000952,3600,100,1,0),(32324,2061,0,1,1,-11013.4,2031,10.6365,3.14159,-0.021794,0.043609,0.99881,0.000952,3600,100,1,0),(32325,34,0,1,1,-9797.29,1594.66,39.695,3.07701,-0.027805,0.04702,0.997942,0.033592,1,100,1,0),(32326,1837,0,1,1,-9752.11,1192.54,40.9789,3.14159,0,0,1,0,3600,100,1,0),(32327,2061,0,1,1,-9752.11,1192.54,40.9789,3.14159,0,0,1,0,3600,100,1,0),(32328,121,0,1,1,-10924.2,995.367,34.9543,3.1406,0.004356,0.056692,0.998382,0.000247,3600,100,1,0),(32329,1840,0,1,1,-10143.8,1732.91,31.983,3.14159,0,0,1,0,3600,100,1,0),(32330,2061,0,1,1,-10143.8,1732.91,31.983,3.14159,0,0,1,0,3600,100,1,0),(32331,87,0,1,1,-10670.6,1020.86,33.4143,1.23197,-0.003461,0.00463,0.577755,0.81619,3600,100,1,0),(32332,1864,0,1,1,-11241.8,1156.04,89.0412,-1.17899,0,0,-0.555941,0.831222,3600,100,1,0),(32333,2061,0,1,1,-11241.8,1156.04,89.0412,-1.17899,0,0,-0.555941,0.831222,3600,100,1,0),(32334,92141,0,1,1,-10828.3,1762.66,36.6664,3.14159,0,0,1,0,3600,100,1,0),(32335,2061,0,1,1,-10828.3,1762.66,36.6664,3.14159,0,0,1,0,3600,100,1,0),(32336,130667,0,1,1,-10650.1,1104.9,33.6293,2.79253,0,0,0.984808,0.173648,3600,100,1,0),(32337,122,0,1,1,-10925,996.34,34.5069,-1.5708,0,0,-0.707107,0.707107,3600,100,1,0),(32338,35,0,1,1,-10514.2,2109.99,2.68824,-1.49493,0.065849,-0.128509,-0.667664,0.730325,1,100,1,0),(32339,84,0,1,1,-10912,1420.35,42.5259,-0.131043,-0.056856,0.000639,-0.065544,0.996228,3600,100,1,0),(32340,3804,0,1,1,-9841.13,1290.25,41.8229,2.26893,0,0,0.906308,0.422619,3600,100,1,0),(32341,2061,0,1,1,-9841.13,1290.25,41.8229,2.26893,0,0,0.906308,0.422619,3600,100,1,0),(32342,3803,0,1,1,-9840.6,1289.53,41.8229,0.977384,0,0,0.469471,0.882948,3600,100,1,0),(32344,22673,0,1,1,-10109.5,1048.67,37.5367,0.898844,0,0,0.434445,0.900698,3600,100,1,0),(32345,2061,0,1,1,-10109.5,1048.67,37.5367,0.898844,0,0,0.434445,0.900698,3600,100,1,0),(32347,22670,0,1,1,-10110,1048.27,42.4536,-2.58309,0,0,0.961262,-0.275638,3600,100,1,0),(32348,2061,0,1,1,-10110,1048.27,42.4536,-2.58309,0,0,0.961262,-0.275638,3600,100,1,0),(32349,22671,0,1,1,-10109.7,1047.36,42.4536,-0.392699,0,0,-0.19509,0.980785,3600,100,1,0),(32356,22672,0,1,1,-10109.9,1047.49,37.5367,-0.392699,0,0,-0.19509,0.980785,3600,100,1,0),(32473,2061,0,1,1,-10109.9,1047.49,37.5367,-0.392699,0,0,-0.19509,0.980785,3600,100,1,0),(32475,22674,0,1,1,-10110.2,1048.4,37.5367,-2.58309,0,0,0.961262,-0.275638,3600,100,1,0),(32477,23014,0,1,1,-10507.1,1023.07,60.5298,1.90241,0,0,0.814115,0.580703,3600,100,1,0),(32478,23015,0,1,1,-10496.3,1035.87,60.4992,-2.19912,0,0,0.891006,-0.453991,3600,100,1,0),(32482,23013,0,1,1,-10510.3,1024.23,60.5298,1.26536,0,0,0.59131,0.806445,3600,100,1,0),(32483,174862,0,1,1,-10641,1196.48,34.5259,-1.5708,0,0,-0.707107,0.707106,3600,100,1,0),(32487,142964,0,1,1,-10639.3,1195.26,34.7837,2.48709,0,0,0.94693,0.32144,3600,100,1,0),(32488,142961,0,1,1,-10641.3,1194.38,34.7837,1.4748,0,0,0.672367,0.740218,3600,100,1,0),(32489,43117,0,1,1,-11338.9,1571.23,33.1338,-1.21333,0.117353,0.00166,-0.571569,0.812117,3600,100,1,0),(32491,2061,0,1,1,-11338.9,1571.23,33.1338,-1.21333,0.117353,0.00166,-0.571569,0.812117,3600,100,1,0),(32495,43118,0,1,1,-11339.2,1533.54,28.5637,0.202627,0.023957,-0.019708,0.101571,0.994345,3600,100,1,0),(32496,2061,0,1,1,-11339.2,1533.54,28.5637,0.202627,0.023957,-0.019708,0.101571,0.994345,3600,100,1,0),(32738,43119,0,1,1,-11336.8,1544.15,29.1525,-2.17349,-0.060274,0.035675,0.883963,-0.462281,3600,100,1,0),(32739,2061,0,1,1,-11336.8,1544.15,29.1525,-2.17349,-0.060274,0.035675,0.883963,-0.462281,3600,100,1,0),(32740,43121,0,1,1,-11282.6,1585.34,36.6617,1.8328,0.02063,-0.023459,0.792916,0.608529,3600,100,1,0),(32827,2061,0,1,1,-11282.6,1585.34,36.6617,1.8328,0.02063,-0.023459,0.792916,0.608529,3600,100,1,0),(32828,43122,0,1,1,-11311.7,1589.71,36.4687,-2.12555,-0.022938,0.088306,0.869074,-0.486195,3600,100,1,0),(32829,2061,0,1,1,-11311.7,1589.71,36.4687,-2.12555,-0.022938,0.088306,0.869074,-0.486195,3600,100,1,0),(32830,43116,0,1,1,-11311.2,1560.59,37.2089,3.12414,0.048675,0.063256,0.996794,0.005625,3600,100,1,0),(32831,2061,0,1,1,-11311.2,1560.59,37.2089,3.12414,0.048675,0.063256,0.996794,0.005625,3600,100,1,0),(32835,43120,0,1,1,-11327.5,1559.62,26.2338,2.5389,-0.017395,0.067846,0.951938,0.298173,3600,100,1,0),(32836,2061,0,1,1,-11327.5,1559.62,26.2338,2.5389,-0.017395,0.067846,0.951938,0.298173,3600,100,1,0),(32837,148773,0,1,1,-11136.2,555.479,46.3722,-2.03331,0,0,-0.850352,0.526214,3600,100,1,0),(32838,148729,0,1,1,-11159.5,552.031,70.4921,0.218166,0,0,0.108867,0.994056,3600,100,1,0),(32839,148730,0,1,1,-11127.9,533.501,70.498,2.55691,0,0,0.957571,0.288197,3600,100,1,0),(32842,148737,0,1,1,-11154.2,529.276,70.5269,0.846485,0,0,0.410719,0.911762,3600,100,1,0),(32845,148731,0,1,1,-11144.9,535.146,70.4254,-0.200714,0,0,-0.100188,0.994968,3600,100,1,0),(32850,148762,0,1,1,-11147.2,565.671,70.5465,-1.35263,0,0,-0.625924,0.779884,3600,100,1,0),(33147,148768,0,1,1,-11149,565.325,70.5465,-1.35263,0,0,-0.625924,0.779884,3600,100,1,0),(33152,148738,0,1,1,-11164.2,538.103,70.5465,0.218166,0,0,0.108867,0.994056,3600,100,1,0),(33153,148732,0,1,1,-11139.9,539.539,70.3801,-0.829031,0,0,-0.402747,0.915312,3600,100,1,0),(42625,148742,0,1,1,-11138.8,522.522,70.5465,1.78896,0,0,0.779885,0.625923,3600,100,1,0),(42626,148740,0,1,1,-11164.6,539.922,70.5465,0.218166,0,0,0.108867,0.994056,3600,100,1,0),(42627,148749,0,1,1,-11121.4,548.272,70.5465,-2.92343,0,0,0.994056,-0.108867,3600,100,1,0),(42628,148752,0,1,1,-11127.6,550.434,61.6705,-2.67908,0,0,0.973379,-0.2292,3600,100,1,0),(42629,148754,0,1,1,-11136.6,559.489,61.6705,-1.89368,0,0,-0.811574,0.58425,3600,100,1,0),(42630,148743,0,1,1,-11159.7,545.528,61.6705,-0.139627,0,0,-0.069757,0.997564,3600,100,1,0),(42631,148744,0,1,1,-11158.5,537.76,61.6705,0.462513,0,0,0.229201,0.973379,3600,100,1,0),(42632,148758,0,1,1,-11153.8,556.917,61.6705,-0.925024,0,0,-0.446198,0.894934,3600,100,1,0),(42633,148767,0,1,1,-11132.9,552.932,35.9992,-2.522,0,0,0.952396,-0.304864,3600,100,1,0),(42634,148769,0,1,1,-11139.2,556.923,35.9992,-1.91986,0,0,-0.819152,0.573577,3600,100,1,0),(42635,148748,0,1,1,-11127.6,537.666,61.6705,2.81871,0,0,0.986996,0.160743,3600,100,1,0),(42636,148728,0,1,1,-11135.9,543.114,70.3932,-0.200714,0,0,-0.100188,0.994968,3600,100,1,0),(42637,148734,0,1,1,-11151.1,527.378,70.5269,1.09956,0,0,0.522498,0.85264,3600,100,1,0),(42638,148765,0,1,1,-11146.9,545.188,35.9992,-0.15708,0,0,-0.078459,0.996917,3600,100,1,0),(42639,148741,0,1,1,-11135.7,548.332,70.4254,-1.03847,0,0,-0.496217,0.868199,3600,100,1,0),(42640,148766,0,1,1,-11154.2,536.855,35.9992,0.584684,0,0,0.288196,0.957571,3600,100,1,0),(42641,148745,0,1,1,-11155.8,533.301,61.6705,0.645773,0,0,0.317305,0.948324,3600,100,1,0),(42642,148774,0,1,1,-11137,522.869,70.5465,1.78896,0,0,0.779885,0.625923,3600,100,1,0),(42643,148733,0,1,1,-11126.9,535.013,70.498,2.55691,0,0,0.957571,0.288197,3600,100,1,0),(42644,148755,0,1,1,-11121.8,550.091,70.5465,-2.92343,0,0,0.994056,-0.108867,3600,100,1,0),(42645,148764,0,1,1,-11135.4,543.225,35.9992,3.05433,0,0,0.999048,0.043619,3600,100,1,0),(42646,3804,0,1,1,-11459.4,1515.44,50.8734,0.558505,0,0,0.275637,0.961262,3600,100,1,0),(42647,2061,0,1,1,-11459.4,1515.44,50.8734,0.558505,0,0,0.275637,0.961262,3600,100,1,0),(42648,3803,0,1,1,-11460.2,1515.02,50.8734,-0.733039,0,0,-0.358368,0.93358,3600,100,1,0),(42650,175756,0,1,1,-10508,1024.06,61.6208,1.55334,0,0,0.700909,0.71325,3600,100,1,0),(42651,175740,0,1,1,-10636.5,1176.63,35.4641,3.05433,0,0,0.999048,0.043619,1,100,1,0),(42652,175738,0,1,1,-10103.8,1040.5,43.1785,2.60054,0,0,0.96363,0.267238,3600,100,1,0),(42653,2724,0,1,1,-10755.6,1668.06,45.2371,-2.04204,0,0,0.85264,-0.522498,300,100,1,0),(42654,2724,0,1,1,-10227.1,1052.83,37.7072,1.37881,0,0,0.636078,0.771625,300,100,1,0),(42655,2724,0,1,1,-10018.7,1812.27,37.7998,-1.309,0,0,0.608761,-0.793353,300,100,1,0),(42656,2724,0,1,1,-10448.9,1773.64,35.1405,2.93215,0,0,0.994522,0.104528,300,100,1,0),(42657,2724,0,1,1,-11014.9,1661.04,42.4364,-0.506145,0,0,0.25038,-0.968148,300,100,1,0),(42658,2724,0,1,1,-11029.1,1419.98,43.6576,0.139626,0,0,0.069756,0.997564,300,100,1,0),(42659,2724,0,1,1,-9810.29,1590.95,39.8811,1.44862,0,0,0.66262,0.748956,300,100,1,0),(42660,2724,0,1,1,-10313.9,1234.5,38.3061,-1.18682,0,0,0.559193,-0.829037,300,100,1,0),(42661,2724,0,1,1,-9754.98,1203.31,40.9789,2.25148,0,0,0.902585,0.430511,300,100,1,0),(42662,1166,0,1,1,-10672.2,1748.32,40.5583,-0.959931,0,0,0.461749,-0.887011,1,100,1,0),(42663,3643,0,1,1,-10957,1563.67,45.6177,-2.46091,0,0,0.942641,-0.333807,1,100,1,0),(42664,1731,0,1,1,-11231.4,1625.16,28.2586,1.20428,0,0,0.566406,0.824126,900,100,1,0),(42665,1731,0,1,1,-11306.8,1566.3,37.7273,1.67552,0,0,0.743145,0.669131,900,100,1,0),(42666,176573,0,1,1,-11416.7,1948.7,10.9535,-0.872665,0,0,0.422618,-0.906308,3600,100,1,0),(42667,1732,0,1,1,-10464.3,1994.92,7.87331,-2.00713,0,0,0.843391,-0.5373,900,100,1,0),(42668,1732,0,1,1,-11302.4,1478.61,91.7132,-1.72788,0,0,0.760406,-0.649448,900,100,1,0),(42669,1732,0,1,1,-10460.7,1860.94,42.2707,-2.74017,0,0,0.979925,-0.199368,900,100,1,0),(42670,1731,0,1,1,-9917.51,1586.95,43.3489,2.21657,0,0,0.894934,0.446198,900,100,1,0),(42671,1731,0,1,1,-10679.6,2004.03,17.5325,-1.74533,0,0,0.766044,-0.642788,900,100,1,0),(42672,1731,0,1,1,-11087.8,2077.56,5.49718,2.3911,0,0,0.930418,0.366501,900,100,1,0),(42673,290,0,1,1,-9849.81,1290.18,41.887,-0.802851,0,0,0.390731,-0.920505,1,100,1,0),(42674,3662,0,1,1,-11214.6,1549.68,34.4351,2.58309,0,0,0.961262,0.275637,3600,100,1,0),(42675,3705,0,1,1,-11280.2,1512.85,37.6001,-2.6529,0,0,0.970296,-0.241922,3600,100,1,0),(42676,3705,0,1,1,-11176.7,1518.9,19.5604,0.296706,0,0,0.147809,0.989016,3600,100,1,0),(42677,123214,0,1,1,-11125,552.153,70.4333,-2.93215,0,0,0.994522,-0.104529,1,100,1,0),(42678,124072,0,1,1,-11125,552.153,70.4333,-2.93215,0,0,0.994522,-0.104529,3600,100,1,0),(42679,3662,0,1,1,-10994.1,2096.65,0.014037,-1.6057,0,0,0.71934,-0.694658,3600,100,1,0),(42680,106319,0,1,1,-10479.1,1932.18,7.63419,1.74533,0,0,0.766044,0.642788,3600,100,1,0),(42681,106319,0,1,1,-11072.2,1512.31,42.9444,3.12414,0,0,0.999962,0.008727,3600,100,1,0),(42682,3662,0,1,1,-9633.56,1594.26,0.009919,-0.122173,0,0,0.061049,-0.998135,3600,100,1,0),(42683,3662,0,1,1,-10062.7,1689.69,34.9306,-2.23402,0,0,0.898794,-0.438371,3600,100,1,0),(42684,2849,0,1,1,-11331.1,1732.21,38.4692,-1.09956,0,0,0.522499,-0.85264,3600,100,1,0),(42685,19019,0,1,1,-10036,1945.72,0.043373,1.20428,0,0,0.566406,0.824126,3600,100,1,0),(42686,3662,0,1,1,-10990.8,1473.42,43.2017,-0.785398,0,0,0.382683,-0.92388,3600,100,1,0),(42687,3662,0,1,1,-10178.1,2022.71,5.62225,-2.96706,0,0,0.996195,-0.087156,3600,100,1,0),(42688,1621,0,1,1,-10585.6,1153.83,39.8396,1.88496,0,0,0.809017,0.587785,60,100,1,0),(42689,2045,0,1,1,-9705.45,1738.62,-16.9369,1.64061,0,0,0.731354,0.681998,60,100,1,0),(42690,2045,0,1,1,-9504.94,1420.12,-17.7375,1.76278,0,0,0.771625,0.636078,60,100,1,0),(42691,1618,0,1,1,-10241.4,1770.12,36.702,0.401426,0,0,0.199368,0.979925,60,100,1,0),(42692,2045,0,1,1,-10576.6,2132.65,-5.98227,-1.78024,0,0,0.777146,-0.62932,60,100,1,0),(42693,180655,0,1,1,-10790.8,2126.85,0,1.27409,0,0,0.594823,0.803857,3600,100,1,0),(42694,180582,0,1,1,-9801.39,1766.6,0,-0.087267,0,0,0.04362,-0.999048,3600,100,1,0),(42695,180582,0,1,1,-11243.9,2021.24,0,2.23402,0,0,0.898794,0.438371,3600,100,1,0),(42696,180655,0,1,1,-10549.4,2127.94,0,1.91986,0,0,0.819152,0.573576,3600,100,1,0),(42697,180582,0,1,1,-10326.1,2091.91,0,2.96706,0,0,0.996195,0.087156,3600,100,1,0),(42698,180582,0,1,1,-10411.3,2116.25,0,0.506145,0,0,0.25038,0.968148,3600,100,1,0),(42699,2724,0,1,1,-10679.8,1750.2,39.4916,-0.959931,0,0,0.461749,-0.887011,300,100,1,0),(42700,2724,0,1,1,-10177.7,1195.3,36.808,1.5708,0,0,0.707107,0.707107,300,100,1,0),(42701,2724,0,1,1,-9876.95,1327.05,43.0019,-0.698132,0,0,0.34202,-0.939693,300,100,1,0),(42702,2724,0,1,1,-9983.83,1196.93,41.124,-2.00713,0,0,0.843391,-0.5373,300,100,1,0),(42703,2724,0,1,1,-10133.7,1745.75,31.7093,0.663225,0,0,0.325568,0.945519,300,100,1,0),(42704,2724,0,1,1,-9874.4,1306.96,43.0079,2.00713,0,0,0.843391,0.5373,300,100,1,0),(42705,2724,0,1,1,-9711.59,1046.76,35.325,0.610865,0,0,0.300706,0.953717,300,100,1,0),(42706,1731,0,1,1,-11193.2,1441.63,89.3392,-3.12414,0,0,0.999962,-0.008727,900,100,1,0),(42707,1731,0,1,1,-11386.2,1643.82,72.648,1.98968,0,0,0.838671,0.544639,900,100,1,0),(42708,1731,0,1,1,-9939.02,1473.09,41.6971,-2.40855,0,0,0.93358,-0.358368,900,100,1,0),(42709,1731,0,1,1,-10738.4,2188.22,16.2193,-0.785398,0,0,0.382683,-0.92388,900,100,1,0),(42710,1731,0,1,1,-11278.8,1137.58,97.9341,0.907571,0,0,0.438371,0.898794,900,100,1,0),(42711,1732,0,1,1,-9879.92,1410.21,45.6654,1.97222,0,0,0.833886,0.551937,900,100,1,0),(42712,1731,0,1,1,-10557.3,1950.03,-1.81455,2.23402,0,0,0.898794,0.438371,900,100,1,0),(42713,3662,0,1,1,-10815.4,1327.02,34.0955,1.25664,0,0,0.587785,0.809017,3600,100,1,0),(42714,3705,0,1,1,-11309.9,1714.72,37.5294,-2.6529,0,0,0.970296,-0.241922,3600,100,1,0),(42715,3705,0,1,1,-10883.2,1981.65,38.6544,-1.15192,0,0,0.544639,-0.838671,3600,100,1,0),(42716,3662,0,1,1,-10558.6,1964.51,35.0131,-2.42601,0,0,0.936672,-0.350207,3600,100,1,0),(42717,3662,0,1,1,-11006.8,2041.88,10.6006,-2.86234,0,0,0.990268,-0.139173,3600,100,1,0),(42718,106319,0,1,1,-9946.81,1477.11,39.8371,-1.58825,0,0,0.71325,-0.700909,3600,100,1,0),(42719,106319,0,1,1,-10144.1,1745.59,31.6711,-1.15192,0,0,0.544639,-0.838671,3600,100,1,0),(42720,1619,0,1,1,-11451,1469.53,61.3521,-0.680679,0,0,0.333807,-0.942641,60,100,1,0),(42721,1622,0,1,1,-10728.3,1725.82,42.8853,1.98968,0,0,0.838671,0.544639,60,100,1,0),(42722,2724,0,1,1,-9866.77,1286.17,41.3612,-2.77507,0,0,0.983255,-0.182235,300,100,1,0),(42723,2724,0,1,1,-10184,1274.15,37.2337,-2.67035,0,0,0.97237,-0.233445,300,100,1,0),(42724,2724,0,1,1,-10292.2,1405.87,40.1184,-0.453786,0,0,0.224951,-0.97437,300,100,1,0),(42725,2724,0,1,1,-10637.2,1792.82,32.9354,2.44346,0,0,0.939693,0.34202,300,100,1,0),(42726,2724,0,1,1,-10558,1964.81,35.0003,-3.10669,0,0,0.999848,-0.017452,300,100,1,0),(42727,2724,0,1,1,-11107.7,780.983,36.6786,0.628319,0,0,0.309017,0.951057,300,100,1,0),(42728,2724,0,1,1,-10735.1,1685.64,45.71,-0.907571,0,0,0.438371,-0.898794,300,100,1,0),(42729,2724,0,1,1,-10662.3,1792.56,35.8383,1.91986,0,0,0.819152,0.573576,300,100,1,0),(42730,2724,0,1,1,-10997.9,1882.23,41.3795,2.02458,0,0,0.848048,0.529919,300,100,1,0),(42731,1731,0,1,1,-11194.9,682.466,36.5628,2.84489,0,0,0.989016,0.147809,900,100,1,0),(42732,1731,0,1,1,-11008.9,835.871,36.7729,1.02974,0,0,0.492424,0.870356,900,100,1,0),(42733,3705,0,1,1,-11115.7,564.248,32.7555,1.58825,0,0,0.71325,0.700909,3600,100,1,0),(42734,2849,0,1,1,-11151,730.26,33.5383,2.35619,0,0,0.92388,0.382683,3600,100,1,0),(42735,3662,0,1,1,-11457,1521.76,50.9323,1.46608,0,0,0.669131,0.743145,3600,100,1,0),(42736,106319,0,1,1,-10758.8,896.878,35.9566,-1.78024,0,0,0.777146,-0.62932,3600,100,1,0),(42737,3705,0,1,1,-10658.4,993.572,32.8741,1.0472,0,0,0.5,0.866025,3600,100,1,0),(42738,106319,0,1,1,-11027.1,1661.24,42.6791,-2.47837,0,0,0.945519,-0.325568,3600,100,1,0),(42739,106319,0,1,1,-9992.27,1452.8,41.4762,2.68781,0,0,0.97437,0.224951,3600,100,1,0),(42740,2045,0,1,1,-11239.5,2079.09,-10.3704,-0.20944,0,0,0.104528,-0.994522,60,100,1,0),(42741,1622,0,1,1,-10128.7,1063.89,36.2835,-2.58309,0,0,0.961262,-0.275637,60,100,1,0),(42742,2724,0,1,1,-9916.3,1195.9,42.1551,2.61799,0,0,0.965926,0.258819,300,100,1,0),(42743,2724,0,1,1,-9750.42,1200.72,40.9789,0.802851,0,0,0.390731,0.920505,300,100,1,0),(42744,2724,0,1,1,-10619.7,1952.76,37.6884,-1.0821,0,0,0.515038,-0.857167,300,100,1,0),(42745,2724,0,1,1,-11325.2,1734.76,38.1712,-1.67552,0,0,0.743145,-0.669131,300,100,1,0),(42746,2724,0,1,1,-11139.8,892.258,38.7149,0.226893,0,0,0.113203,0.993572,300,100,1,0),(42747,2724,0,1,1,-10179,1192.37,37.9645,-0.244346,0,0,0.121869,-0.992546,300,100,1,0),(42748,2849,0,1,1,-11195.7,1593.99,28.9737,-1.44862,0,0,0.66262,-0.748956,3600,100,1,0),(42749,106319,0,1,1,-9584.66,1508.62,-2.25849,-2.72271,0,0,0.978148,-0.207912,3600,100,1,0),(42750,3662,0,1,1,-9741.55,1185.91,41.191,0.226893,0,0,0.113203,0.993572,3600,100,1,0),(42751,19017,0,1,1,-11485,2019.67,-24.0839,0.698132,0,0,0.34202,0.939693,3600,100,1,0),(42752,19019,0,1,1,-10949.5,1572.38,46.9775,-2.16421,0,0,0.882948,-0.469472,3600,100,1,0),(42753,1618,0,1,1,-10568.1,834.061,45.3067,3.01942,0,0,0.998135,0.061049,60,100,1,0),(42754,1621,0,1,1,-11382.5,1712.27,34.3837,-2.60054,0,0,0.96363,-0.267238,60,100,1,0),(42755,1617,0,1,1,-11244.6,1461.82,89.0313,0.05236,0,0,0.026177,0.999657,60,100,1,0),(42756,1620,0,1,1,-10346.7,1661.32,34.2802,-1.20428,0,0,0.566406,-0.824126,60,100,1,0),(42757,1621,0,1,1,-10707,819.448,38.7905,-0.610865,0,0,0.300706,-0.953717,60,100,1,0),(42758,1617,0,1,1,-10025.3,1585.59,41.4551,0.139626,0,0,0.069756,0.997564,60,100,1,0),(42759,1622,0,1,1,-10954.4,1538,44.3892,-2.32129,0,0,0.91706,-0.398749,60,100,1,0),(42760,1622,0,1,1,-9982.7,1443.37,43.6065,-3.03687,0,0,0.99863,-0.052336,60,100,1,0),(42761,2045,0,1,1,-9765.43,1841.31,-16.9369,-0.191986,0,0,0.095846,-0.995396,60,100,1,0),(42762,1620,0,1,1,-10385.4,1511.15,40.8489,-0.331612,0,0,0.165048,-0.986286,60,100,1,0),(42763,1622,0,1,1,-10678.4,1114.52,34.4814,-0.872665,0,0,0.422618,-0.906308,60,100,1,0),(42764,2045,0,1,1,-11425.1,1873.62,-14.6076,-2.37365,0,0,0.927184,-0.374607,60,100,1,0),(42765,1620,0,1,1,-11154,589.96,36.4083,0.453786,0,0,0.224951,0.97437,60,100,1,0),(42766,2045,0,1,1,-10913.7,2149.42,-3.98935,2.94961,0,0,0.995396,0.095846,60,100,1,0),(42767,2045,0,1,1,-9560.01,1111.49,-9.92492,-1.36136,0,0,0.629321,-0.777146,60,100,1,0),(42768,2724,0,1,1,-9912.09,1224.92,42.2841,-1.22173,0,0,0.573576,-0.819152,300,100,1,0),(42769,2724,0,1,1,-10646.9,1382.07,41.3108,-0.069813,0,0,0.034899,-0.999391,300,100,1,0),(42770,2724,0,1,1,-11030.5,780.767,36.9739,-0.994838,0,0,0.477159,-0.878817,300,100,1,0),(42771,2724,0,1,1,-10281,1387.52,40.0853,-2.63545,0,0,0.968148,-0.25038,300,100,1,0),(42772,2724,0,1,1,-9881.79,1024.43,32.7513,0.610865,0,0,0.300706,0.953717,300,100,1,0),(42773,2724,0,1,1,-9857.87,1264.05,40.9883,0.715585,0,0,0.350207,0.936672,300,100,1,0),(42774,2724,0,1,1,-9833.09,1037.05,33.119,-0.942478,0,0,0.453991,-0.891006,300,100,1,0),(42775,1731,0,1,1,-10411.3,1948.61,12.6105,-0.750491,0,0,0.366501,-0.930418,900,100,1,0),(42776,2724,0,1,1,-9839.89,948.362,29.1304,-3.10669,0,0,0.999848,-0.017452,300,100,1,0),(42777,2724,0,1,1,-10117.3,1063.9,36.7115,2.94961,0,0,0.995396,0.095846,300,100,1,0),(42778,2724,0,1,1,-10191.9,1043.57,36.4252,0.541052,0,0,0.267238,0.96363,300,100,1,0),(42779,1620,0,1,1,-11000.8,866.014,36.2081,-3.07178,0,0,0.999391,-0.034899,60,100,1,0),(42780,1618,0,1,1,-11002.8,1153.5,39.7658,1.16937,0,0,0.551937,0.833886,60,100,1,0),(42781,2724,0,1,1,-10221.6,1445.29,40.6156,-0.418879,0,0,0.207912,-0.978148,300,100,1,0),(42782,1620,0,1,1,-11019.1,2025.29,10.9935,2.98451,0,0,0.996917,0.078459,60,100,1,0),(42783,1619,0,1,1,-11292.6,1869.2,37.1779,-0.349066,0,0,0.173648,-0.984808,60,100,1,0),(42784,1621,0,1,1,-10209.2,1704.51,33.2407,-1.309,0,0,0.608761,-0.793353,60,100,1,0),(42785,1619,0,1,1,-9778.02,1586.12,39.4332,-2.18166,0,0,0.887011,-0.461749,60,100,1,0),(42786,1620,0,1,1,-9609.96,1027.01,7.99688,-2.89725,0,0,0.992546,-0.121869,60,100,1,0),(42787,2724,0,1,1,-9825.56,1259.95,41.3516,-1.15192,0,0,0.544639,-0.838671,300,100,1,0),(42788,106319,0,1,1,-10311.4,1228.23,37.501,-0.453786,0,0,0.224951,-0.97437,3600,100,1,0),(42789,105568,0,1,1,-10647.8,1116.43,35.6134,-1.71042,0,0,0.75471,-0.656059,3600,100,1,0),(42790,2724,0,1,1,-10258,1389.76,39.3324,0.20944,0,0,0.104528,0.994522,300,100,1,0),(42791,2724,0,1,1,-9849.3,1027.01,33.0296,-2.98451,0,0,0.996917,-0.078459,300,100,1,0),(42792,2724,0,1,1,-10258.5,1522.81,39.6263,-2.44346,0,0,0.939693,-0.34202,300,100,1,0),(20540,186153,564,1,1,512.804,402.814,193.199,1.56474,0,0,0.704963,0.709244,180,100,0,0),(4659,2106,0,1,1,-8685.02,880.659,97.0163,3.81599,0,0,0.944089,-0.329691,120,0,0,0),(29657,181217,532,1,1,-11080.6,-1927.78,74.4687,2.62333,0,0,0.900698,0.434445,604800,255,1,0),(29246,183521,532,1,1,-10945.5,-1989.55,79.9729,-3.12187,0,0,0.900698,0.434445,604800,255,1,0),(28730,183520,532,1,1,-10943.5,-1975.84,79.9729,3.01749,0,0,0.900698,0.434445,604800,255,1,0),(44710,187390,530,1,1,9534.72,-7223.15,17.4691,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(12084,2165,0,1,1,-8902,975.424,131.756,0,0,0,1,0,120,0,0,0),(13390,2177,0,1,1,-8704,860.712,100.741,2.243,0,0,0.900698,0.434446,120,0,0,0),(13391,2413,0,1,1,-8845.74,1089.18,95.2111,-1.27409,0,0,-0.594823,0.803857,120,0,0,0),(13393,2413,0,1,1,-8848.55,1069.37,95.2111,-2.86234,0,0,0.990268,-0.139174,120,0,0,0),(13424,2413,0,1,1,-8845.2,1079.97,95.2111,-1.27409,0,0,-0.594823,0.803857,120,0,0,0),(17419,2413,0,1,1,-8843.96,1076.22,95.2111,1.8675,0,0,0.803857,0.594823,120,0,0,0),(17420,2413,0,1,1,-8844.58,1085.61,95.2111,1.8675,0,0,0.803857,0.594823,120,0,0,0),(17421,2413,0,1,1,-8846.61,1084.97,95.2111,1.8675,0,0,0.803857,0.594823,120,0,0,0),(17422,2413,0,1,1,-8846.09,1077.48,95.2111,0.2618,0,0,0.130526,0.991445,120,0,0,0),(17423,2413,0,1,1,-8939.65,1006.7,122.047,-2.46964,0,0,0.944089,-0.329691,120,0,0,0),(17425,2413,0,1,1,-8942.29,1006.78,122.047,-0.933752,0,0,-0.450099,0.892979,120,0,0,0),(17427,2413,0,1,1,-8942.79,1004.3,122.047,0.671952,0,0,0.329691,0.944089,120,0,0,0),(30057,2413,0,1,1,-8953.95,1010.44,122.038,-2.4871,0,0,0.94693,-0.321439,120,0,0,0),(30186,2413,0,1,1,-8956.34,1010.81,122.038,-0.951203,0,0,-0.457873,0.889017,120,0,0,0),(30535,2413,0,1,1,-8954.27,1008.3,122.038,2.19039,0,0,0.889017,0.457873,120,0,0,0),(30691,2413,0,1,1,-8956.6,1008.58,122.038,0.6545,0,0,0.32144,0.94693,120,0,0,0),(30706,2413,0,1,1,-8857.44,1072.93,102.466,1.81514,0,0,0.788011,0.615662,120,0,0,0),(30708,2413,0,1,1,-8851.57,1068.64,95.2111,0.279253,0,0,0.139173,0.990268,120,0,0,0),(30709,2413,0,1,1,-8860.2,1067.42,102.466,-1.32645,0,0,-0.615661,0.788011,120,0,0,0),(30711,2413,0,1,1,-8861.17,1065.46,102.466,0.279253,0,0,0.139173,0.990268,120,0,0,0),(30755,2413,0,1,1,-8859.38,1074.27,102.466,0.279253,0,0,0.139173,0.990268,120,0,0,0),(30794,2413,0,1,1,-8858.27,1066.15,102.466,-2.86234,0,0,0.990268,-0.139174,120,0,0,0),(30795,2413,0,1,1,-8938.35,1005.09,122.047,-2.46964,0,0,0.944089,-0.329691,120,0,0,0),(30932,2413,0,1,1,-8941.54,1002.57,122.047,0.671952,0,0,0.329691,0.944089,120,0,0,0),(35451,2413,0,1,1,-8939.07,1002.53,122.047,2.19039,0,0,0.889017,0.457873,120,0,0,0),(42793,2413,0,1,1,-8716.9,1049.97,96.0077,2.33001,0,0,0.918791,0.394743,120,0,0,0),(42794,2413,0,1,1,-8719.39,1049.55,96.0077,0.794124,0,0,0.38671,0.922201,120,0,0,0),(42795,2413,0,1,1,-8704.69,1049.75,95.9989,-0.82903,0,0,-0.402746,0.915312,120,0,0,0),(42796,2413,0,1,1,-8702.5,1049.67,95.9989,-2.36492,0,0,0.92554,-0.378649,120,0,0,0),(42797,2413,0,1,1,-8702.46,1047.57,95.9989,2.31256,0,0,0.915312,0.402746,120,0,0,0),(42798,2413,0,1,1,-8704.62,1047.45,95.9989,0.776672,0,0,0.378649,0.925541,120,0,0,0),(42799,2413,0,1,1,-8843.11,1080.57,95.2111,-1.27409,0,0,-0.594823,0.803857,120,0,0,0),(42800,2413,0,1,1,-8720.9,1051.01,96.0077,0.794124,0,0,0.38671,0.922201,120,0,0,0),(42801,2413,0,1,1,-8720.49,1053.53,96.0077,-0.82903,0,0,-0.402746,0.915312,120,0,0,0),(42802,2413,0,1,1,-8718.16,1053.77,96.0077,-2.34747,0,0,0.922201,-0.386711,120,0,0,0),(42803,2413,0,1,1,-8716.78,1052.48,96.0077,-2.34747,0,0,0.922201,-0.386711,120,0,0,0),(42804,2413,0,1,1,-8843.8,1087.69,95.2111,-2.89725,0,0,0.992546,-0.121869,120,0,0,0),(42805,2413,0,1,1,-8841.89,1076.86,95.2111,1.8675,0,0,0.803857,0.594823,120,0,0,0),(42806,2413,0,1,1,-8841.14,1078.94,95.2111,-2.89725,0,0,0.992546,-0.121869,120,0,0,0),(42807,2413,0,1,1,-8859.68,821.753,98.354,-2.46964,0,0,0.944089,-0.329691,120,0,0,0),(42808,2413,0,1,1,-8861.97,819.848,98.354,0.671952,0,0,0.329691,0.944089,120,0,0,0),(42809,2413,0,1,1,-8857.95,865.658,99.6507,-2.47837,0,0,0.945518,-0.325568,120,0,0,0),(42810,2413,0,1,1,-8858.18,856.268,99.6084,-1.68424,0,0,-0.746058,0.665881,120,0,0,0),(42811,2413,0,1,1,-8861.44,854.283,99.6084,-0.113445,0,0,-0.056692,0.998392,120,0,0,0),(42812,2413,0,1,1,-8858.79,851.646,99.6084,1.57952,0,0,0.710185,0.704015,120,0,0,0),(42813,2413,0,1,1,-9076.53,836.782,108.423,0.349067,0,0,0.173649,0.984808,120,0,0,0),(42814,2413,0,1,1,-9070.64,831.409,108.423,-1.18682,0,0,-0.559192,0.829038,120,0,0,0),(42815,2413,0,1,1,-9075.87,839.091,108.423,-1.18682,0,0,-0.559192,0.829038,120,0,0,0),(42816,2413,0,1,1,-9084.21,822.609,115.678,1.90241,0,0,0.814115,0.580703,120,0,0,0),(42817,2413,0,1,1,-9087.25,814.73,115.678,0.366519,0,0,0.182236,0.983255,120,0,0,0),(42818,2413,0,1,1,-9076.9,820.727,108.423,-1.23918,0,0,-0.580703,0.814115,120,0,0,0),(42819,2413,0,1,1,-9077.67,818.802,108.423,0.366519,0,0,0.182236,0.983255,120,0,0,0),(42820,2413,0,1,1,-9086.42,816.854,115.678,-1.23918,0,0,-0.580703,0.814115,120,0,0,0),(42821,2413,0,1,1,-9093.92,835.672,115.678,1.90241,0,0,0.814115,0.580703,120,0,0,0),(42822,2413,0,1,1,-9085.34,825.551,115.678,-1.23918,0,0,-0.580703,0.814115,120,0,0,0),(42823,2413,0,1,1,-9088.41,832.583,115.678,-1.23918,0,0,-0.580703,0.814115,120,0,0,0),(42824,2413,0,1,1,-9073.92,839.838,108.423,-1.18682,0,0,-0.559192,0.829038,120,0,0,0),(42825,2413,0,1,1,-9082.61,829.7,108.423,0.383972,0,0,0.190809,0.981627,120,0,0,0),(42826,2413,0,1,1,-9084.33,815.84,115.678,-2.77507,0,0,0.983255,-0.182235,120,0,0,0),(42827,2413,0,1,1,-9087.19,829.712,115.678,1.90241,0,0,0.814115,0.580703,120,0,0,0),(42828,2413,0,1,1,-9072.42,836.41,108.423,1.95477,0,0,0.829038,0.559193,120,0,0,0),(42829,2413,0,1,1,-9074.4,835.579,108.423,1.95477,0,0,0.829038,0.559193,120,0,0,0),(42830,2413,0,1,1,-9072.51,830.595,108.423,-1.18682,0,0,-0.559192,0.829038,120,0,0,0),(42831,2413,0,1,1,-9071.92,838.498,108.423,-2.80998,0,0,0.986286,-0.165047,120,0,0,0),(42832,2413,0,1,1,-9078.49,829.071,108.423,-2.75762,0,0,0.981627,-0.190809,120,0,0,0),(42833,2413,0,1,1,-9086.18,823.716,115.678,0.36652,0,0,0.182236,0.983255,120,0,0,0),(42834,2413,0,1,1,-9073.26,828.164,108.423,0.349067,0,0,0.173649,0.984808,120,0,0,0),(42835,2413,0,1,1,-9079.09,831.018,108.423,-2.75762,0,0,0.981627,-0.190809,120,0,0,0),(42836,2413,0,1,1,-9031.5,853.676,107.114,-1.213,0,0,-0.569997,0.821647,120,0,0,0),(42837,2413,0,1,1,-9030.18,850.778,107.114,1.92859,0,0,0.821647,0.569997,120,0,0,0),(42838,2413,0,1,1,-9028.44,846.872,107.114,-1.02102,0,0,-0.488621,0.872496,120,0,0,0),(42839,2413,0,1,1,-9026.85,843.907,107.114,2.12057,0,0,0.872496,0.488622,120,0,0,0),(42840,2413,0,1,1,-9034.79,837.918,107.114,2.14676,0,0,0.878817,0.477159,120,0,0,0),(42841,2413,0,1,1,-9036.78,840.762,107.114,-0.994837,0,0,-0.477159,0.878817,120,0,0,0),(42842,2413,0,1,1,-9074.96,819.786,108.423,-2.77507,0,0,0.983255,-0.182235,120,0,0,0),(42843,2413,0,1,1,-9069.08,827.884,108.423,1.95477,0,0,0.829038,0.559193,120,0,0,0),(42844,2413,0,1,1,-9068.53,830.029,108.423,-2.80998,0,0,0.986286,-0.165047,120,0,0,0),(42845,2413,0,1,1,-9071.09,826.996,108.423,1.95477,0,0,0.829038,0.559193,120,0,0,0),(42846,2413,0,1,1,-9081.79,827.786,108.423,0.383972,0,0,0.190809,0.981627,120,0,0,0),(42847,2413,0,1,1,-9081.58,832.045,108.423,-1.23918,0,0,-0.580703,0.814115,120,0,0,0),(42848,2413,0,1,1,-9093.04,837.804,115.678,-2.77507,0,0,0.983255,-0.182236,120,0,0,0),(42849,2413,0,1,1,-9089.19,830.856,115.678,0.36652,0,0,0.182236,0.983255,120,0,0,0),(42850,2413,0,1,1,-9096.14,836.811,115.678,0.36652,0,0,0.182236,0.983255,120,0,0,0),(42851,2413,0,1,1,-9079.69,826.848,108.423,1.02102,0,0,0.488621,0.872496,120,0,0,0),(42852,2413,0,1,1,-8858.19,863.523,99.6415,2.23402,0,0,0.898794,0.438372,120,0,0,0),(28503,191488,571,1,1,3226.01,-741.164,168.258,2.30383,0,0,0.5,0.866025,300,100,1,0),(42855,3662,0,1,1,-8712,1004.73,96.817,1.363,0,0,0.630085,0.776526,120,0,1,0),(42856,3705,0,1,1,-8700,1052.82,95.986,-3,0,0,-0.999391,0.0349,120,100,1,0),(42857,3705,0,1,1,-8840,819.683,98.771,0.628,0,0,0.309017,0.951056,120,100,1,0),(42858,3705,0,1,1,-9037,877.856,110.196,-1,0,0,-0.469471,0.882948,120,100,1,0),(42859,23296,0,1,1,-8980.3,823.3,113,2.286,0,0,0.858475,0.512855,120,0,0,0),(42860,23299,0,1,1,-8808.16,938.759,101.241,5.41661,0,0,-0.438371,0.898794,120,0,0,0),(42861,23299,0,1,1,-8898,909.436,110.7,-1,0,0,-0.515038,0.857167,120,0,0,0),(42862,23299,0,1,1,-8707,909.093,102.03,0.681,0,0,0.333807,0.942642,120,0,0,0),(42863,24388,0,1,1,-8939.37,963.451,117.423,-0.689405,0,0,-0.337917,0.941176,120,0,0,0),(42864,24388,0,1,1,-8934.69,955.004,117.235,1.27409,0,0,0.594823,0.803857,120,0,0,0),(42865,24388,0,1,1,-8939.01,958.188,117.188,0.462513,0,0,0.229201,0.973379,120,0,0,0),(42866,24715,0,1,1,-8825.4,957.33,98.247,-2.45218,0,0,-0.426569,0.904455,120,0,0,0),(8875,2066,571,1,1,6137.87,-322.508,436.341,5.02724,0,0,0.587505,-0.80922,25,0,1,0),(8846,191701,571,1,1,6137.87,-322.508,436.341,5.02724,0,0,0.587505,-0.80922,25,0,1,0),(42869,25338,0,1,1,-8688,885.325,103.556,2.243,0,0,0.900698,0.434446,120,0,0,0),(42870,25339,0,1,1,-8667,880.121,109.421,2.243,0,0,0.900698,0.434446,120,0,0,0),(42871,25339,0,1,1,-8688,863.742,109.421,2.243,0,0,0.900698,0.434446,120,0,0,0),(42872,25341,0,1,1,-8704,926.338,113.227,-1,0,0,-0.434445,0.900698,120,0,0,0),(42873,25341,0,1,1,-8791,935.929,112.986,-2,0,0,0.944089,-0.329691,120,0,0,0),(42874,25341,0,1,1,-8807,956.344,112.986,-2,0,0,0.944089,-0.329691,120,0,0,0),(42875,25342,0,1,1,-8704,904.836,108.535,-1,0,0,-0.434445,0.900698,120,0,0,0),(28728,183776,532,1,1,-10992.3,-1918.86,78.862,-2.21839,0,0,0.900698,0.434445,604800,255,1,0),(42877,25348,0,1,1,-8864,943.259,114.328,0.506,0,0,0.25038,0.968148,120,0,0,0),(42878,25348,0,1,1,-8851,920.186,114.328,0.506,0,0,0.25038,0.968148,120,0,0,0),(8361,191843,571,1,1,6130.13,-313.624,436.442,5.35082,0,0,0.449477,-0.893292,25,0,1,0),(42880,31408,0,1,1,-8980,1032.2,100.544,5.219,0,0,0,0,120,0,0,0),(42881,92015,0,1,1,-8973.05,1043.72,52.8631,2,0,0,0.944993,-0.327091,25,0,1,0),(20477,185018,554,1,1,151.858,-29.8824,1.01041,5.41365,0,0,0.421201,-0.906968,120,100,1,0),(20476,185018,554,1,1,158.931,-26.9887,1.00972,4.98325,0,0,0.605162,-0.796102,120,100,1,0),(20475,185018,554,1,1,146.76,-36.2917,1.01041,5.99065,0,0,0.145748,-0.989322,120,100,1,0),(20474,185018,554,1,1,144.904,-44.3406,1.01041,0.543127,0,0,0.268238,0.963353,120,100,1,0),(20473,185015,554,3,1,151.858,-29.8824,1.01041,5.41365,0,0,0.421201,-0.906968,120,100,1,0),(20467,185015,554,3,1,158.931,-26.9887,1.00972,4.98325,0,0,0.605162,-0.796102,120,100,1,0),(20464,185015,554,3,1,146.76,-36.2917,1.01041,5.99065,0,0,0.145748,-0.989322,120,100,1,0),(42889,103680,0,1,1,-9072.71,833.487,108.418,0.36439,0,0,0.181189,0.983448,60,0,0,0),(42890,103811,0,1,1,-8998,874.961,148.72,0.340339,0,0,0.169349,0.985556,120,0,0,0),(42891,103811,0,1,1,-8996.6,871.905,148.72,3.14159,0,0,1,0,120,0,0,0),(42892,103811,0,1,1,-9015.59,862.672,148.72,0.794126,0,0,0.386711,0.922201,120,0,0,0),(42893,103811,0,1,1,-9006.84,882.802,148.72,-0.061087,0,0,-0.030539,0.999534,120,0,0,0),(42894,103811,0,1,1,-8999.93,877.17,29.7392,0.671952,0,0,0.329691,0.944089,120,0,0,0),(42895,103811,0,1,1,-9006.42,859.194,29.7392,-2.46964,0,0,0.944089,-0.329691,120,0,0,0),(42896,103811,0,1,1,-9004.77,860.183,148.72,1.90241,0,0,0.814115,0.580703,120,0,0,0),(42897,105174,0,1,1,-8986,863.658,30.635,4.752,0,0,0.692892,-0.721041,120,0,1,0),(42898,105175,0,1,1,-8986,863.658,30.635,3.428,0,0,0.989775,-0.142637,120,0,1,0),(42899,140911,0,1,1,-8695.25,840.727,99.7325,3.142,0,0,0,0,120,100,1,0),(42900,142075,0,1,1,-8797,1083.48,90.208,-1,0,0,-0.410719,0.911762,120,0,0,0),(42901,175727,0,1,1,-8832,1088.1,97.004,3.037,0,0,0.99863,0.052336,120,0,0,0),(42902,175729,0,1,1,-8861,821.677,99.456,0.977,0,0,0.469472,0.882948,120,0,0,0),(42903,175730,0,1,1,-8729,1107.63,94.33,-1,0,0,0.366501,-0.930418,120,0,0,0),(42904,175758,0,1,1,-8860,820.548,99.463,0.07,0,0,0.034899,0.999391,120,0,0,0),(42905,176573,0,1,1,-8760,1117.5,110.842,2.478,0,0,0.945519,0.325568,120,0,0,0),(42906,176573,0,1,1,-8999,852.309,105.596,0.873,0,0,0.422618,0.906308,120,0,0,0),(42907,177272,0,1,1,-8753.33,1106.74,92.2191,5.7876,0,0,0.245266,-0.969456,120,0,0,0),(42908,177272,0,1,1,-8760.01,1106.03,92.7206,3.34736,0,0,0.994712,-0.102705,120,0,0,0),(42909,177272,0,1,1,-8759.24,1111.3,92.6899,2.2321,0,0,0.898373,0.439233,120,0,0,0),(42910,177272,0,1,1,-8755.33,1103.32,92.2695,5.13337,0,0,0.543759,-0.839242,120,0,0,0),(42911,2163,0,1,1,-8957.49,888.772,108.748,-2.53073,0,0,0.953717,-0.300706,180,100,0,0),(44709,187390,530,1,1,9525.15,-7223.09,17.4742,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(42913,144129,0,1,1,-9035.41,844.067,106.96,0.436333,0,0,0.21644,0.976296,180,100,0,0),(42914,105174,0,1,1,-8987.37,862.753,30.6276,-2.56563,0,0,0.95882,-0.284015,180,100,1,0),(42915,105175,0,1,1,-8984.55,861.033,30.6693,2.72271,0,0,0.978148,0.207912,180,100,1,0),(42920,2167,0,1,1,-9005.54,948.967,118.524,2.61799,0,0,0.965926,0.258819,180,100,0,0),(42921,2162,0,1,1,-8882.87,813.153,93.5343,2.97579,0,0,0.996565,0.082808,180,100,0,0),(42922,2164,0,1,1,-8943.47,981.937,123.953,-0.942478,0,0,-0.453991,0.891007,180,100,0,0),(42923,10220,0,1,1,-8860.45,863.904,99.6391,0.663226,0,0,0.325568,0.945518,180,100,0,0),(42924,176573,0,1,1,-8812,808.697,126.444,1.16937,0,0,0.551937,0.833886,180,100,0,0),(42931,3705,0,1,1,-8841.06,822.494,98.8119,0.628319,0,0,0.309017,0.951057,180,100,1,0),(42934,2141,0,1,1,-8728.06,892.761,101.164,2.2602,0,0,0.904455,0.426568,180,100,0,0),(42935,140911,0,1,1,-8692.42,844.004,98.6852,2.28638,0,0,0.909961,0.414693,180,100,1,0),(28724,183775,532,1,1,-10998.9,-1917.71,78.862,2.38888,0,0,0.900698,0.434445,604800,255,1,0),(42938,3705,0,1,1,-8782.52,926.32,100.376,-2.53073,0,0,0.953717,-0.300706,180,100,1,0),(42945,1561,0,1,1,-8830.35,985.121,98.8379,-2.82743,0,0,0.987688,-0.156434,180,100,0,0),(42946,24760,0,1,1,-8882.17,1083.55,92.411,-0.506144,0,0,-0.250379,0.968148,180,100,0,0),(12419,176152,0,1,1,1382.42,-1449.85,56.969,1.64061,0,0,0.731354,0.681998,7200,100,1,0),(42950,187365,530,1,1,-1745.81,5533.84,-7.92614,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(42951,187334,530,1,1,-1987.36,5320.47,-6.77673,-1.23918,0,0,0.580703,-0.814116,180,100,1,0),(42952,187334,530,1,1,-2025.81,5396.9,-6.56243,2.11185,0,0,0.870356,0.492424,180,100,1,0),(42953,187299,530,1,1,2936.96,3644.47,132.578,-1.46608,0,0,0.669131,-0.743145,180,100,1,0),(42954,187299,530,1,1,2936.46,3663.39,132.578,1.98968,0,0,0.838671,0.544639,180,100,1,0),(42955,182107,530,1,1,-213.254,6302.23,21.7091,3.9619,0,0,0.91706,-0.39875,25,0,1,0),(409,2066,0,1,1,-8234.53,-1938.08,144.98,0.375246,0,0,0.186524,0.98245,7200,100,1,0),(408,167288,0,1,1,-8234.53,-1938.08,144.98,0.375246,0,0,0.186524,0.98245,7200,100,1,0),(407,2061,0,1,1,-7496.91,-2173.04,165.471,-1.02691,0,0,-0.49119,0.871052,7200,100,1,0),(406,178524,0,1,1,-7496.91,-2173.04,165.471,-1.02691,0,0,-0.49119,0.871052,7200,100,1,0),(405,2066,0,1,1,-7694.49,-1540.39,131.614,2.09808,0,0,0.866945,0.498404,7200,100,1,0),(404,174729,0,1,1,-7694.49,-1540.39,131.614,2.09808,0,0,0.866945,0.498404,7200,100,1,0),(403,2066,0,1,1,-7756.29,-1523.28,131.932,3.14159,0,0,1,0,7200,100,1,0),(397,174730,0,1,1,-7756.29,-1523.28,131.932,3.14159,0,0,1,0,7200,100,1,0),(396,2061,0,1,1,-8356.12,-2758.46,185.908,3.09796,0.014118,0.047677,0.998539,0.02116,7200,100,1,0),(395,178525,0,1,1,-8356.12,-2758.46,185.908,3.09796,0.014118,0.047677,0.998539,0.02116,7200,100,1,0),(394,2061,0,1,1,-8024.92,-1578.48,132.505,-2.43473,0,0,0.938191,-0.346117,7200,100,1,0),(393,176897,0,1,1,-8024.92,-1578.48,132.505,-2.43473,0,0,0.938191,-0.346117,7200,100,1,0),(392,2061,0,1,1,-8138.42,-1569.88,133.519,3.14159,0,0,1,0,7200,100,1,0),(391,176899,0,1,1,-8138.42,-1569.88,133.519,3.14159,0,0,1,0,7200,100,1,0),(390,2061,0,1,1,-8019.49,-1575.21,132.505,3.14159,0,0,1,0,7200,100,1,0),(389,176898,0,1,1,-8019.49,-1575.21,132.505,3.14159,0,0,1,0,7200,100,1,0),(388,2066,0,1,1,-7952.89,-893.744,131.096,3.14159,0,0,1,0,7200,100,1,0),(108,167291,0,1,1,-7952.89,-893.744,131.096,3.14159,0,0,1,0,7200,100,1,0),(107,2066,0,1,1,-7982.36,-1317.97,133.357,3.14159,0,0,1,0,7200,100,1,0),(106,167290,0,1,1,-7982.36,-1317.97,133.357,3.14159,0,0,1,0,7200,100,1,0),(105,2066,0,1,1,-8239.01,-2517.5,141.067,3.14159,0,0,1,0,7200,100,1,0),(104,167287,0,1,1,-8239.01,-2517.5,141.067,3.14159,0,0,1,0,7200,100,1,0),(103,2066,0,1,1,-8079.32,-2958.25,134.921,3.14159,0,0,1,0,7200,100,1,0),(102,167286,0,1,1,-8079.32,-2958.25,134.921,3.14159,0,0,1,0,7200,100,1,0),(101,2066,0,1,1,-7757.2,-2865.29,133.439,3.14159,0,0,1,0,7200,100,1,0),(100,167285,0,1,1,-7757.2,-2865.29,133.439,3.14159,0,0,1,0,7200,100,1,0),(91,2066,0,1,1,-7565.21,-2737.02,135.313,3.14159,0,0,1,0,7200,100,1,0),(42983,181758,530,1,1,-1836.19,-12074.9,31.9298,6.18632,0,0,0,0,240,100,1,0),(15234,2061,289,1,1,241.401,129.666,110.012,-3.12414,0,0,0.999962,-0.008727,86400,100,1,0),(15231,177381,289,1,1,241.401,129.666,110.012,-3.12414,0,0,0.999962,-0.008727,86400,100,1,0),(42986,181928,530,1,1,-2519.77,-12301.9,14.2378,3.19395,0,0,0.999657,-0.0261757,180,0,1,0),(43076,186614,0,1,1,-5622.25,-478.181,396.98,0.296706,0,0,0.147809,0.989016,2,100,1,0),(43077,186234,0,1,1,-5624.02,-478.674,396.98,-3.01942,0,0,0.998135,-0.061048,2,100,1,0),(43078,180523,0,1,1,-5584.79,-539.93,404.089,-0.663225,0,0,0.325568,-0.945519,2,100,1,0),(43079,180523,0,1,1,-4839.18,-863.865,510.518,2.86234,0,0,0.990268,0.139173,2,100,1,0),(43080,186720,0,1,1,-5761.17,-528.193,403.855,1.16937,0,0,0.551937,0.833886,2,100,1,0),(43081,186720,0,1,1,-5747.52,-527.634,400.297,0.610865,0,0,0.300706,0.953717,2,100,1,0),(43045,180523,1,1,1,1635.93,-4443.07,16.0593,0.645772,0,0,0.317305,0.948324,5,100,1,0),(43046,180523,1,1,1,340.696,-4697.91,16.7286,-0.279253,0,0,0.139173,-0.990268,5,100,1,0),(43047,186234,1,1,1,352.681,-4740.75,9.79485,-3.01942,0,0,0.998135,-0.061048,5,100,1,0),(43048,186234,1,1,1,239.629,-4562.01,14.2722,2.79253,0,0,0.984808,0.173648,5,100,1,0),(43049,186720,1,1,1,286.565,-4561.45,27.5742,2.42601,0,0,0.936672,0.350207,5,100,1,0),(43050,186720,530,1,1,9235.05,-6783.4,25.4426,1.5708,0,0,0.707107,0.707107,5,100,1,0),(43051,186234,530,1,1,9510.84,-6811.97,16.4866,0.418879,0,0,0.207912,0.978148,5,100,1,0),(43052,180523,530,1,1,9477,-6850.94,17.9411,0.314159,0,0,0.156434,0.987688,5,100,1,0),(43053,180523,0,1,1,1645.08,218.875,-42.7976,0.069813,0,0,0.034899,0.999391,5,100,1,0),(43054,180523,0,1,1,2269.13,249.087,34.9444,0.244346,0,0,0.121869,0.992546,5,100,1,0),(43055,186234,0,1,1,2232.44,277.013,34.9535,-3.01942,0,0,0.998135,-0.061048,5,100,1,0),(43056,186720,0,1,1,2240.44,459.159,38.2838,0.820305,0,0,0.398749,0.91706,5,100,1,0),(43057,186720,0,1,1,2239.49,487.861,37.3446,-0.715585,0,0,0.350207,-0.936672,5,100,1,0),(43058,186615,0,1,1,2234.31,277.073,34.8224,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(43059,186614,0,1,1,2233.03,279.588,35.0243,1.79769,0,0,0.782608,0.622515,180,100,1,0),(43060,186614,0,1,1,2232.5,275.318,34.8109,2.70526,0,0,0.976296,0.21644,180,100,1,0),(43061,186720,0,1,1,-9328.25,56.2778,62.2509,2.60054,0,0,0.96363,0.267238,180,100,1,0),(43062,186720,0,1,1,-9314.1,52.4562,76.7343,2.93215,0,0,0.994522,0.104528,180,100,1,0),(43063,180431,0,1,1,1642.02,239.837,62.5916,1.97222,0,0,0.833886,0.551937,180,100,1,0),(39923,164688,230,1,1,525.067,-238.766,-41.0167,-0.881392,0,0,-0.426569,0.904455,600,100,0,0),(39924,174559,230,1,1,806.742,-358.63,-49.3422,0.759217,0,0,0.370557,0.92881,600,100,1,0),(39925,170607,230,1,1,848.268,-197.164,-43.6743,-1.03847,0,0,-0.496216,0.868199,600,100,1,0),(39926,174448,230,1,1,826.894,-170.856,-49.7396,-2.522,0,0,0.952396,-0.304864,600,100,1,0),(43082,158562,230,1,1,547.474,-155.238,-35.6229,1.45735,0,0,0.665882,0.746057,600,100,1,0),(43083,140375,230,1,1,640.006,-154.601,-37.0031,-2.35619,0,0,0.92388,-0.382683,600,100,1,0),(43084,174412,230,1,1,574.867,-100.646,-45.0247,-0.584685,0,0,-0.288196,0.957571,600,100,1,0),(43085,174541,230,1,1,840.824,-337.855,-50.2247,-0.645772,0,0,-0.317305,0.948324,600,100,1,0),(43086,174442,230,1,1,715.072,49.5606,-45.0064,-1.53589,0,0,-0.694658,0.71934,600,100,1,0),(43087,174455,230,1,1,827.847,-172.382,-49.7396,3.14159,0,0,1,0,600,100,1,0),(43088,174506,230,1,1,866.981,-132.205,-49.7396,0.54978,0,0,0.271441,0.962455,600,100,1,0),(43089,140394,230,1,1,583.062,-242.579,-37.0031,1.19555,0,0,0.562805,0.82659,600,100,1,0),(43090,174464,230,1,1,825.495,-180.731,-49.7396,-2.53945,0,0,0.95502,-0.296542,600,100,1,0),(43091,158599,230,1,1,1348.44,-786.733,-85.165,0,0,0,0,1,600,100,1,0),(43092,170527,230,1,1,1470.93,-404.209,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,100,1,0),(43093,174552,230,1,1,791.756,-262.877,-43.3257,-2.10312,0,0,0.868198,-0.496217,600,100,1,0),(43094,174553,230,1,1,804.221,-356.07,-48.9646,-2.3911,0,0,0.930418,-0.366501,600,100,1,0),(43095,174507,230,1,1,868.226,-134.198,-49.7396,0.375246,0,0,0.186524,0.98245,600,100,1,0),(43096,140379,230,1,1,631.595,-140.111,-35.6289,-2.35619,0,0,0.92388,-0.382683,600,100,1,0),(265714,164911,230,1,1,916.727,-150.147,-49.7584,3.70111,0,0,0.961122,-0.276124,43200,100,1,0),(265713,164911,230,1,1,918.736,-153.958,-49.758,3.71367,0,0,0.959369,-0.282154,43200,100,1,0),(265712,164911,230,1,1,914.763,-146.862,-49.7579,3.64769,0,0,0.968154,-0.250357,43200,100,1,0),(43100,175736,230,1,1,796.877,-259.958,-43.2215,-2.89725,0,0,0.992546,-0.121869,600,100,1,0),(43101,175739,230,1,1,768.508,-313.491,-42.3144,1.309,0,0,0.608761,0.793353,600,100,1,0),(43102,175725,230,1,1,816.034,-310.85,-42.3211,1.69297,0,0,0.748956,0.66262,600,100,1,0),(43103,165658,230,1,1,502.794,-191.522,-57.5144,-0.401426,0,0,0.199368,-0.979925,2700,100,1,0),(43104,165658,230,1,1,418.63,-158.696,-63.1528,0.226893,0,0,0.113203,0.993572,2700,100,1,0),(43105,165658,230,1,1,679.721,102.181,-73.2564,-1.18682,0,0,0.559193,-0.829037,2700,100,1,0),(43106,165658,230,1,1,748.476,-53.7894,-71.278,2.96706,0,0,0.996195,0.087156,2700,100,1,0),(43107,165658,230,1,1,1001.83,-395.972,-62.7024,0.15708,0,0,0.078459,0.996917,2700,100,1,0),(43108,165658,230,1,1,545.169,-128.195,-60.3184,-1.72788,0,0,0.760406,-0.649448,2700,100,1,0),(43109,165739,230,1,1,896.804,-180.447,-42.8357,-2.63545,0,0,0.968148,-0.25038,600,100,1,0),(43110,165739,230,1,1,892.705,-183.942,-42.8634,0.523599,0,0,0.258819,0.965926,600,100,1,0),(43111,165738,230,1,1,890.764,-182.514,-42.8079,0.436332,0,0,0.21644,0.976296,600,100,1,0),(43116,171941,230,1,1,848.112,-194.884,-43.7037,-1.22173,0,0,0.573576,-0.819152,600,100,1,0),(43117,173234,230,1,1,388.327,-159.248,-64.0879,-1.20428,0,0,0.566406,-0.824126,600,100,1,0),(43118,173232,230,1,1,793.133,-32.2615,-52.628,1.74533,0,0,0.766044,0.642788,600,100,1,0),(43119,166872,230,1,1,401.911,-52.3001,-63.939,0.331613,0,0,0.165048,0.986286,600,100,1,0),(43120,160836,230,1,1,800.501,-354.719,-48.9411,0.767945,0,0,0.374607,0.927184,600,100,1,0),(43121,160836,230,1,1,830.274,-352.138,-48.9411,2.33874,0,0,0.920505,0.390731,600,100,1,0),(43122,160836,230,1,1,805.92,-334.672,-48.9411,-0.802851,0,0,0.390731,-0.920505,600,100,1,0),(43123,160836,230,1,1,805.943,-359.275,-48.9411,0.802851,0,0,0.390731,0.920505,600,100,1,0),(43124,160836,230,1,1,801.531,-338.64,-48.9411,-0.802851,0,0,0.390731,-0.920505,600,100,1,0),(43125,160836,230,1,1,810.212,-330.354,-48.9411,-0.820305,0,0,0.398749,-0.91706,600,100,1,0),(43126,160836,230,1,1,826.025,-356.067,-48.9411,2.26893,0,0,0.906308,0.422618,600,100,1,0),(43127,160836,230,1,1,821.327,-360.303,-48.9411,2.23402,0,0,0.898794,0.438371,600,100,1,0),(43128,160836,230,1,1,817.216,-364.331,-48.9411,2.35619,0,0,0.92388,0.382683,600,100,1,0),(43129,160836,230,1,1,796.978,-342.902,-48.9411,-0.802851,0,0,0.390731,-0.920505,600,100,1,0),(43130,164819,230,1,1,831.471,-339.58,-46.7698,0.820305,0,0,0.398749,0.91706,600,100,1,0),(43131,164825,230,1,1,831.54,-339.529,-46.682,0.802851,0,0,0.390731,0.920505,600,100,1,0),(6487,181891,530,1,1,-2526.97,-11745.9,12.7504,3.09063,0,0,0,0,240,100,1,0),(43133,179553,230,1,1,1128.01,-471.763,-104.032,3.01942,0,0,0.998135,0.061049,600,100,1,0),(43134,160845,230,1,1,803.861,-356.356,-47.464,0.750492,0,0,0.366501,0.930418,600,100,1,0),(43135,160836,230,1,1,810.224,-363.701,-48.9411,0.785398,0,0,0.382683,0.92388,600,100,1,0),(43136,160836,230,1,1,796.287,-350.17,-48.9411,0.767945,0,0,0.374607,0.927184,600,100,1,0),(43137,161495,230,1,1,803.48,-357.449,-48.9414,0.733038,0,0,0.358368,0.93358,600,100,1,0),(150003,184129,530,1,1,-364.488,3081.89,-14.7177,1.851,0,0,0,0,1,100,0,0),(150002,184130,530,1,1,-364.488,3081.89,-14.7177,1.851,0,0,0,0,1,100,0,0),(43140,184937,557,3,1,-7.03085,-221.217,1.84915,0.837758,0,0,0.406737,0.913545,43200,100,1,0),(43141,184934,557,3,1,-259.626,-187.117,-0.687503,0.593412,0,0,0.292372,0.956305,180,100,1,0),(43142,181278,557,3,1,-283.552,-10.902,16.685,1.78024,0,0,0.777146,0.62932,2700,100,1,0),(43143,181278,557,3,1,-284.843,-166.549,-2.71548,-1.76278,0,0,0.771625,-0.636078,2700,100,1,0),(43144,181278,557,3,1,-379.233,-219.094,-0.957844,-1.51844,0,0,0.688354,-0.725374,2700,100,1,0),(43145,181278,557,3,1,-105.552,-58.9405,-0.821702,-0.820305,0,0,0.398749,-0.91706,2700,100,1,0),(43146,183877,557,3,1,-355.297,-64.4767,0.437066,-2.42601,0,0,0.936672,-0.350207,3,100,1,0),(43147,181556,557,3,1,-269.036,42.9415,30.2597,-0.436333,0,0,0.21644,-0.976296,3600,100,1,0),(43148,181556,557,3,1,-354.641,-150.547,3.43339,-0.977384,0,0,0.469472,-0.882948,3600,100,1,0),(43149,183850,557,3,1,-373.15,-73.353,-0.958765,0.191986,0,0,0.095846,0.995396,3,100,1,0),(43150,184653,544,1,1,0,0,0,3.14159,0,0,1,0,900,100,1,0),(43151,183847,544,1,1,-72.5866,1.559,0,3.14159,0,0,1,0,900,100,0,0),(43152,184635,544,1,1,19.0966,-29.2772,0.133036,-1.26399,0,0,-0.590754,0.806852,900,100,1,0),(43153,184636,544,1,1,-30.8852,46.6723,-0.497104,1.23468,0,0,0.578867,0.815422,900,100,1,0),(43154,184637,544,1,1,-60.2491,27.9361,-0.018443,1.94711,0,0,0.826891,0.562362,900,100,1,0),(43155,184638,544,1,1,-60.8202,-21.9269,-0.03026,3.08278,0,0,0.999568,0.029401,900,100,1,0),(43156,184639,544,1,1,-29.7699,-43.4445,-0.522461,-2.37604,0,0,0.927631,-0.373497,900,100,1,0),(43157,181713,544,1,1,8.89169,-19.392,0.630908,2.44346,0,0,0.939693,0.34202,900,100,1,0),(43158,181713,544,1,1,-31.7948,38.3964,0.630919,-1.20428,0,0,0.566406,-0.824126,900,100,1,0),(43159,181713,544,1,1,-31.4977,-34.0832,0.630935,1.22173,0,0,0.573576,0.819152,900,100,1,0),(43160,181713,544,1,1,-54.2302,2.32818,0.630945,0.017453,0,0,0.008727,0.999962,900,100,1,0),(43161,181713,544,1,1,9.39513,23.2389,0.630891,-2.49582,0,0,0.948324,-0.317305,900,100,1,0),(56284,176955,409,1,1,694.229,-495.598,-214.329,3.14159,0,0,-1,0,120,255,1,0),(56283,176954,409,1,1,795.536,-974.253,-207.788,3.14159,0,0,-1,0,120,255,1,0),(56282,176953,409,1,1,583.7,-806.738,-204.961,3.14159,0,0,-1,0,120,255,1,0),(56281,176952,409,1,1,748.839,-985.16,-178.283,3.14159,0,0,-1,0,120,255,1,0),(43166,165658,409,1,1,646.1,-865.918,-208.326,-2.18166,0,0,0.887011,-0.461749,2700,100,1,0),(43167,165658,409,1,1,638.447,-754.949,-208.723,1.81514,0,0,0.788011,0.615662,2700,100,1,0),(43168,165658,409,1,1,713.891,-862.482,-202.019,-1.6057,0,0,0.71934,-0.694658,2700,100,1,0),(43169,165658,409,1,1,962.736,-569.84,-201.54,1.11701,0,0,0.529919,0.848048,2700,100,1,0),(43170,165658,409,1,1,1000.87,-732.561,-173.765,0.471239,0,0,0.233445,0.97237,2700,100,1,0),(43171,165658,409,1,1,914.487,-630.667,-199.639,1.32645,0,0,0.615662,0.788011,2700,100,1,0),(43172,165658,409,1,1,1066.79,-863.968,-158.071,1.25664,0,0,0.587785,0.809017,2700,100,1,0),(43173,165658,409,1,1,1015.03,-818.843,-149.959,0.994838,0,0,0.477159,0.878817,2700,100,1,0),(43174,165658,409,1,1,666.984,-567.945,-209.082,0.10472,0,0,0.052336,0.99863,2700,100,1,0),(43175,165658,409,1,1,714.65,-721.695,-209.823,0.907571,0,0,0.438371,0.898794,2700,100,1,0),(43176,2061,289,1,1,111.629,67.163,99.1106,-3.12788,-0.06462,-0.014867,0.997769,-0.007779,86400,100,1,0),(43177,177385,289,1,1,227.261,88.3103,99.1947,0.017453,0,0,0.008727,0.999962,86400,100,1,0),(43178,175610,289,1,1,172.046,99.4433,105.135,-1.55334,0,0,-0.700909,0.713251,86400,100,1,0),(43179,175613,289,1,1,261.929,64.9468,110.028,-1.55334,0,0,-0.700909,0.713251,86400,100,1,0),(43180,177380,289,1,1,279.9,130.338,110.012,-3.12414,0,0,0.999962,-0.008727,86400,100,1,0),(43181,2061,289,1,1,279.9,130.338,110.012,-3.12414,0,0,0.999962,-0.008727,86400,100,1,0),(43182,177382,289,1,1,142.415,67.2058,103.283,-3.12785,-0.038479,-0.01461,0.999125,-0.007417,86400,100,1,0),(43183,2061,289,1,1,142.415,67.2058,103.283,-3.12785,-0.038479,-0.01461,0.999125,-0.007417,86400,100,1,0),(43184,177375,289,1,1,151.773,-0.602287,88.9039,-3.12414,0,0,0.999962,-0.008727,86400,100,0,0),(43185,175616,289,1,1,166.337,153.214,109.639,0.017453,0,0,0.008727,0.999962,86400,100,0,0),(43186,175617,289,1,1,91.0901,100.655,97.6291,0.017453,0,0,0.008727,0.999962,86400,100,1,0),(43187,177372,289,1,1,159.746,-0.767021,76.1678,-1.55334,0,0,-0.700909,0.713251,86400,100,0,0),(43188,177373,289,1,1,181.054,-21.3466,76.1317,0.017453,0,0,0.008727,0.999962,86400,100,0,0),(43189,175618,289,1,1,135.951,59.0352,102.766,1.58825,0,0,0.71325,0.700909,86400,100,1,0),(43190,175614,289,1,1,260.844,137.045,110.028,-1.55334,0,0,-0.700909,0.713251,86400,100,1,0),(43191,179724,289,1,1,94.1333,181.318,93.2171,0.017453,0,0,0.008727,0.999962,86400,100,0,0),(43192,175167,289,1,1,174.378,77.9398,104.802,-3.12414,0,0,0.999962,-0.008727,86400,100,1,0),(43193,177384,289,1,1,105.718,108.08,98.0795,-3.12788,-0.06462,-0.014867,0.997769,-0.007779,86400,100,1,0),(43194,2061,289,1,1,105.718,108.08,98.0795,-3.12788,-0.06462,-0.014867,0.997769,-0.007779,86400,100,1,0),(43195,177370,289,1,1,57.4802,142.856,83.4796,-3.12414,0,0,0.999962,-0.008727,86400,100,0,0),(43196,177376,289,1,1,209.065,0.011116,88.9113,-3.12414,0,0,0.999962,-0.008727,86400,100,0,0),(43197,175615,289,1,1,199.721,125.504,110.028,1.58825,0,0,0.71325,0.700909,86400,100,1,0),(43198,175611,289,1,1,201.211,58.2171,128.794,1.58825,0,0,0.71325,0.700909,86400,100,1,0),(43199,175612,289,1,1,247.466,37.5645,115.725,-3.12414,0,0,0.999962,-0.008727,86400,100,1,0),(43200,175619,289,1,1,198.88,180.594,110.108,-1.55334,0,0,-0.700909,0.713251,86400,100,0,0),(43201,177374,289,1,1,179.137,29.0423,88.8537,1.58825,0,0,0.71325,0.700909,86400,100,0,0),(43202,175620,289,1,1,241.679,181.246,95.8874,1.58825,0,0,0.71325,0.700909,86400,100,0,0),(43203,177377,289,1,1,181.244,-29.1116,88.9104,-1.55334,0,0,-0.700909,0.713251,86400,100,0,0),(43204,177387,289,1,1,38.8082,163.686,83.5698,1.58825,0,0,0.71325,0.700909,86400,100,1,0),(43205,175965,289,1,1,-17.8299,124.581,84.8528,1.53589,0,0,0.694658,0.71934,86400,100,1,0),(43206,176544,289,1,1,196.871,-73.8801,85.2284,2.46091,0,0,0.942641,0.333807,86400,100,1,0),(43207,176545,289,1,1,165.317,-81.145,85.2284,3.00197,0,0,0.997564,0.069757,86400,100,1,0),(43208,175564,289,1,1,325.122,93.6436,101.637,-3.12414,0,0,0.999962,-0.008727,86400,100,1,0),(43209,175763,289,1,1,185.373,175.628,110.747,-1.81514,0,0,0.788011,-0.615661,86400,100,1,0),(43210,175753,289,1,1,236.514,25.5745,116.662,0.872665,0,0,0.422618,0.906308,86400,100,1,0),(43211,175760,289,1,1,174.178,165.658,110.788,-1.18682,0,0,0.559193,-0.829037,86400,100,1,0),(43212,175762,289,1,1,170.06,23.499,116.652,0.471239,0,0,0.233445,0.97237,86400,100,1,0),(43213,175749,289,1,1,233.369,20.1783,116.667,-2.19912,0,0,0.891007,-0.45399,86400,100,1,0),(43214,175748,289,1,1,171.383,5.92264,116.625,1.69297,0,0,0.748956,0.66262,86400,100,1,0),(43215,175754,289,1,1,173.759,3.56098,116.652,-1.88496,0,0,0.809017,-0.587785,86400,100,1,0),(43216,175737,289,1,1,243.078,49.9478,116.638,-2.25148,0,0,0.902585,-0.430511,86400,100,1,0),(43217,175725,289,1,1,273.328,154.363,111.123,-2.87979,0,0,0.991445,-0.130526,86400,100,1,0),(43218,175745,289,1,1,231.868,-4.19412,117.052,2.02458,0,0,0.848048,0.529919,86400,100,1,0),(43219,176944,289,1,1,167.378,98.986,104.727,0.034907,0,0,0.017452,0.999848,86400,100,1,0),(43220,176561,289,1,1,182.53,-100.098,85.2284,1.58825,0,0,0.71325,0.700909,86400,100,1,0),(43221,176484,289,1,1,-16.4044,158.618,84.8517,1.46608,0,0,0.669131,0.743145,86400,100,1,0),(43222,176485,289,1,1,185.297,-90.6366,72.5991,-1.02974,0,0,0.492424,-0.870356,86400,100,1,0),(43223,176486,289,1,1,223.524,-21.3739,116.694,-1.6057,0,0,0.71934,-0.694658,86400,100,1,0),(43224,176487,289,1,1,175.154,167.22,110.734,-2.26893,0,0,0.906308,-0.422618,86400,100,1,0),(43225,175731,289,1,1,179.786,106.997,106.099,-1.88496,0,0,0.809017,-0.587785,86400,100,1,0),(43226,175756,289,1,1,195.84,-9.33474,116.638,1.27409,0,0,0.594823,0.803857,86400,100,1,0),(43227,175733,289,1,1,150.812,120.409,105.659,-0.680679,0,0,0.333807,-0.942641,86400,100,1,0),(43228,175747,289,1,1,216.765,64.7193,106.099,1.58825,0,0,0.71325,0.700909,86400,100,1,0),(43229,175741,289,1,1,170.056,171.955,110.725,-0.017453,0,0,0.008727,-0.999962,86400,100,1,0),(43230,175724,289,1,1,224.275,-21.3776,116.666,-1.09956,0,0,0.522499,-0.85264,86400,100,1,0),(43232,180878,1,1,1,7595.61,-2225.55,468.68,1.69297,0,0,0.748956,0.66262,180,100,1,0),(43233,180771,1,1,1,7617.1,-2223.79,469.857,-2.42601,0,0,0.936672,-0.350207,180,100,1,0),(43234,180772,1,1,1,7927.19,-2609.97,492.678,2.96706,0,0,0.996195,0.087156,180,100,1,0),(43235,180772,1,1,1,7926.08,-2616.2,492.6,2.94961,0,0,0.995396,0.095846,180,100,1,0),(43236,180768,1,1,1,7704.17,-2239.71,456.548,3.00197,0,0,0.997564,0.069757,180,100,1,0),(43237,180768,1,1,1,7644.64,-2214.37,464.142,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(43238,180768,1,1,1,7711.92,-2226.82,454.915,0.15708,0,0,0.078459,0.996917,180,100,1,0),(43239,180765,1,1,1,7879.61,-2478.38,498.821,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(43240,180765,1,1,1,10154.9,2510.77,1348.69,-1.13446,0,0,0.5373,-0.843391,180,100,1,0),(43241,180765,1,1,1,9645.1,2439.84,1356.53,-1.0472,0,0,0.5,-0.866025,180,100,1,0),(43242,180765,1,1,1,9878.23,2481.74,1337.47,2.42601,0,0,0.936672,0.350207,180,100,1,0),(43243,180766,1,1,1,7591.07,-2215.05,471.043,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(43244,180778,1,1,1,7604.17,-2204.45,473.184,0.785398,0,0,0.382683,0.92388,180,100,1,0),(43245,180768,1,1,1,7613.15,-2234.59,467.077,-0.541052,0,0,0.267238,-0.96363,180,100,1,0),(43246,180878,1,1,1,7593.65,-2219,469.534,2.6529,0,0,0.970296,0.241922,180,100,1,0),(43247,180772,1,1,1,7604.73,-2238.83,467.635,1.01229,0,0,0.48481,0.87462,180,100,1,0),(43248,180768,1,1,1,7581.21,-2248.32,467.319,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(43249,180878,1,1,1,7594.47,-2225.95,469.027,-2.67035,0,0,0.97237,-0.233445,180,100,1,0),(43250,180768,1,1,1,7935.84,-2310.79,474.185,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(43251,180768,1,1,1,7532.74,-2139.9,483.885,2.70526,0,0,0.976296,0.21644,180,100,1,0),(43252,180768,1,1,1,7930.11,-2321.35,473.361,2.93215,0,0,0.994522,0.104528,180,100,1,0),(43253,180768,1,1,1,7598.2,-2233.02,467.864,2.42601,0,0,0.936672,0.350207,180,100,1,0),(43254,180766,1,1,1,7587.9,-2197.06,476.167,2.86234,0,0,0.990268,0.139173,180,100,1,0),(43255,180778,1,1,1,7613.83,-2233.69,467.286,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(43256,180878,1,1,1,7592.49,-2222.17,469.499,-0.959931,0,0,0.461749,-0.887011,180,100,1,0),(43257,180771,1,1,1,7591.72,-2239.93,468.481,-1.06465,0,0,0.507538,-0.861629,180,100,1,0),(43258,180772,1,1,1,7609.26,-2209.27,471.389,-2.82743,0,0,0.987688,-0.156434,180,100,1,0),(43259,180878,1,1,1,7591.83,-2218.64,469.931,1.29154,0,0,0.601815,0.798636,180,100,1,0),(43260,180778,1,1,1,7603.41,-2227.89,468.211,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(43261,180770,1,1,1,7595.04,-2218.26,474.475,0.785398,0,0,0.382683,0.92388,180,100,1,0),(43262,180768,1,1,1,7745.28,-2264.6,455.25,2.56563,0,0,0.95882,0.284015,180,100,1,0),(43263,180767,1,1,1,7860.25,-2568.45,501.588,-0.226893,0,0,0.113203,-0.993572,180,100,1,0),(43264,180767,1,1,1,7861.15,-2519.11,496.652,0.174533,0,0,0.087156,0.996195,180,100,1,0),(43265,180765,1,1,1,7846.75,-2595.48,494.174,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(43266,180767,1,1,1,8022.06,-2671.01,521.282,2.49582,0,0,0.948324,0.317305,180,100,1,0),(43267,180768,1,1,1,7692.51,-2237.53,457.553,3.05433,0,0,0.999048,0.043619,180,100,1,0),(43268,180765,1,1,1,9732.68,2612.34,1362.84,0.366519,0,0,0.182236,0.983255,180,100,1,0),(43269,180772,1,1,1,9966.54,2209.23,1329.34,3.14159,0,0,1,0,180,100,1,0),(43270,180765,1,1,1,9796.55,2483.21,1348.64,0.05236,0,0,0.026177,0.999657,180,100,1,0),(43271,180772,1,1,1,9966.67,2200.08,1328.58,3.12414,0,0,0.999962,0.008727,180,100,1,0),(43272,180765,1,1,1,9737.18,2440.22,1362.86,0.226893,0,0,0.113203,0.993572,180,100,1,0),(43273,180765,1,1,1,9867.76,2375.51,1345.22,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(43274,180758,1,1,1,9987.02,2308.42,1335.39,1.44862,0,0,0.66262,0.748956,180,100,1,0),(43275,180765,1,1,1,10217.4,2502.56,1366.01,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(43276,180772,1,1,1,9933.29,2217.77,1329.89,0.017453,0,0,0.008727,0.999962,180,100,1,0),(43277,180758,1,1,1,9867.86,2328.99,1325.43,2.54818,0,0,0.956305,0.292372,180,100,1,0),(43278,180758,1,1,1,9920.54,2307.41,1335.39,1.74533,0,0,0.766044,0.642788,180,100,1,0),(43279,180773,1,1,1,9952.49,2258.65,1349.29,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(43280,180765,1,1,1,10213.6,2498.31,1375.36,-0.890118,0,0,0.430511,-0.902585,180,100,1,0),(43281,180768,1,1,1,7591.91,-2223.41,469.71,2.70526,0,0,0.976296,0.21644,180,100,1,0),(43282,180772,1,1,1,7581.01,-2200.26,476.055,-0.837758,0,0,0.406737,-0.913545,180,100,1,0),(43283,180878,1,1,1,7591.94,-2222.58,469.657,0.418879,0,0,0.207912,0.978148,180,100,1,0),(43284,180878,1,1,1,7594.37,-2222.91,469.134,1.97222,0,0,0.833886,0.551937,180,100,1,0),(43285,180878,1,1,1,7593.37,-2219.57,469.522,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(43286,180878,1,1,1,7591.35,-2218.07,470.125,2.54818,0,0,0.956305,0.292372,180,100,1,0),(43287,180878,1,1,1,7595.88,-2221.74,469.039,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(43288,180768,1,1,1,7608.72,-2240.28,467.181,2.60054,0,0,0.96363,0.267238,180,100,1,0),(43289,180878,1,1,1,7593.03,-2224.01,469.455,-0.139626,0,0,0.069756,-0.997564,180,100,1,0),(43290,180771,1,1,1,7924.53,-2625.9,492.615,1.39626,0,0,0.642788,0.766044,180,100,1,0),(43291,180772,1,1,1,7896.8,-2410.48,494.253,2.33874,0,0,0.920505,0.390731,180,100,1,0),(43292,180768,1,1,1,7842.76,-2302.04,458.262,-0.296706,0,0,0.147809,-0.989016,180,100,1,0),(43293,180770,1,1,1,7795.1,-2575.12,496.787,0.174533,0,0,0.087156,0.996195,180,100,1,0),(43294,180778,1,1,1,7938.44,-2375.48,488.528,-2.05949,0,0,0.857167,-0.515038,180,100,1,0),(43295,180765,1,1,1,7941.81,-2383.62,496.297,0.191986,0,0,0.095846,0.995396,180,100,1,0),(43296,180766,1,1,1,7610.67,-2300.42,458.179,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(43297,180878,1,1,1,7594.19,-2227.33,469.107,-2.77507,0,0,0.983255,-0.182235,180,100,1,0),(43298,180768,1,1,1,7604.78,-2204.85,473.018,2.46091,0,0,0.942641,0.333807,180,100,1,0),(43299,180878,1,1,1,7591.99,-2219.29,469.799,0.715585,0,0,0.350207,0.936672,180,100,1,0),(43300,180778,1,1,1,7597.41,-2233.83,467.938,2.3911,0,0,0.930418,0.366501,180,100,1,0),(43301,180771,1,1,1,7592.72,-2256.18,464.866,1.32645,0,0,0.615662,0.788011,180,100,1,0),(43302,180772,1,1,1,7585.59,-2242.75,469.17,-0.383972,0,0,0.190809,-0.981627,180,100,1,0),(43303,180878,1,1,1,7592.51,-2218.87,469.764,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(43304,180770,1,1,1,7816.99,-2572.12,497.042,-3.03687,0,0,0.99863,-0.052336,180,100,1,0),(43305,180767,1,1,1,7872.55,-2478.92,498.78,1.3439,0,0,0.622515,0.782608,180,100,1,0),(43306,180767,1,1,1,7898.02,-2476.25,498.773,1.36136,0,0,0.62932,0.777146,180,100,1,0),(43307,180771,1,1,1,7978.29,-2487.15,487.317,1.46608,0,0,0.669131,0.743145,180,100,1,0),(43308,180767,1,1,1,7827.34,-2546.64,503.597,1.0472,0,0,0.5,0.866025,180,100,1,0),(43309,180778,1,1,1,7979.65,-2518.67,487.485,2.35619,0,0,0.92388,0.382683,180,100,1,0),(43310,180765,1,1,1,9883.47,2496.6,1337.47,2.3911,0,0,0.930418,0.366501,180,100,1,0),(43311,180765,1,1,1,9793.91,2572.3,1348.68,1.65806,0,0,0.737277,0.67559,180,100,1,0),(43312,180765,1,1,1,9748.21,2523.51,1360.43,-0.785398,0,0,0.382683,-0.92388,180,100,1,0),(43313,180765,1,1,1,9866.58,2322.46,1337.21,1.23918,0,0,0.580703,0.814116,180,100,1,0),(43314,180878,1,1,1,7594.82,-2222.37,469.124,0.174533,0,0,0.087156,0.996195,180,100,1,0),(43315,180778,1,1,1,7622.9,-2233.94,465.878,-0.15708,0,0,0.078459,-0.996917,180,100,1,0),(43316,180772,1,1,1,7575.58,-2213.41,474.162,-2.19912,0,0,0.891007,-0.45399,180,100,1,0),(43317,180766,1,1,1,7562.21,-2226.89,471.68,-1.15192,0,0,0.544639,-0.838671,180,100,1,0),(43318,180878,1,1,1,7594.44,-2221.37,469.268,-1.78024,0,0,0.777146,-0.62932,180,100,1,0),(43319,180772,1,1,1,7568.51,-2239.04,468.669,0.034907,0,0,0.017452,0.999848,180,100,1,0),(43320,180765,1,1,1,7914.28,-2481.34,496.647,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(43321,180768,1,1,1,7549.26,-2136.74,483.713,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(43322,180771,1,1,1,7923.52,-2631.46,492.603,-1.69297,0,0,0.748956,-0.66262,180,100,1,0),(43323,180765,1,1,1,7972.68,-2380.01,496.279,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(43324,180765,1,1,1,7948.81,-2575.67,516.43,1.18682,0,0,0.559193,0.829038,180,100,1,0),(43325,180878,1,1,1,7593.99,-2217.05,470.032,2.40855,0,0,0.93358,0.358368,180,100,1,0),(43326,180771,1,1,1,7587.62,-2248.99,466.622,0.331613,0,0,0.165048,0.986286,180,100,1,0),(43327,180878,1,1,1,7594.29,-2225.31,469.08,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(43328,180766,1,1,1,7571.88,-2207.41,474.813,2.35619,0,0,0.92388,0.382683,180,100,1,0),(43329,180766,1,1,1,7580.4,-2214.85,473.344,2.44346,0,0,0.939693,0.34202,180,100,1,0),(43330,180878,1,1,1,7593.41,-2217.43,469.95,-1.09956,0,0,0.522499,-0.85264,180,100,1,0),(43331,180878,1,1,1,7593.85,-2223.05,470.925,-0.523599,0,0,0.258819,-0.965926,180,100,1,0),(43332,180769,1,1,1,7853.06,-2569.36,497.708,0.10472,0,0,0.052336,0.99863,180,100,1,0),(43333,180772,1,1,1,7923.95,-2629,492.617,2.94961,0,0,0.995396,0.095846,180,100,1,0),(43334,180770,1,1,1,7963.99,-2438.75,495.92,1.67552,0,0,0.743145,0.669131,180,100,1,0),(43335,180765,1,1,1,7939.98,-2425.35,498.421,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(43336,180772,1,1,1,9966.54,2213.23,1329.65,3.14159,0,0,1,0,180,100,1,0),(43337,180765,1,1,1,9887.47,2347.95,1337.02,0.296706,0,0,0.147809,0.989016,180,100,1,0),(43338,180770,1,1,1,7594.84,-2228.78,473.126,0.628319,0,0,0.309017,0.951057,180,100,1,0),(43339,180878,1,1,1,7592.63,-2222.82,469.503,0.471239,0,0,0.233445,0.97237,180,100,1,0),(43340,180878,1,1,1,7593.15,-2223.35,469.407,-1.88496,0,0,0.809017,-0.587785,180,100,1,0),(43341,180778,1,1,1,7567.49,-2234.31,470.226,0.541052,0,0,0.267238,0.96363,180,100,1,0),(43342,180878,1,1,1,7594.89,-2220.37,469.289,-1.85005,0,0,0.798635,-0.601815,180,100,1,0),(43343,180878,1,1,1,7594.19,-2220.7,469.345,-2.77507,0,0,0.983255,-0.182235,180,100,1,0),(43344,180771,1,1,1,7592.12,-2204.81,475.237,-3.08923,0,0,0.999657,-0.026177,180,100,1,0),(43345,180765,1,1,1,9866.51,2324.54,1330.73,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(43346,180771,1,1,1,9933.09,2222.3,1330.08,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(43347,180768,1,1,1,7564.61,-2160.89,480.921,2.40855,0,0,0.93358,0.358368,180,100,1,0),(43348,180767,1,1,1,7783.38,-2563.99,497.555,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(43349,180767,1,1,1,7891.54,-2477.24,498.728,-1.39626,0,0,0.642788,-0.766044,180,100,1,0),(43350,180768,1,1,1,7956.48,-2342.96,484.342,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(43351,180772,1,1,1,7963.61,-2363.03,486.943,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(43352,180765,1,1,1,10158.3,2522.73,1350.48,-1.74533,0,0,0.766044,-0.642788,180,100,1,0),(43353,180772,1,1,1,9966.6,2219.1,1329.73,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(43354,180771,1,1,1,9933.32,2204.33,1328.75,0.15708,0,0,0.078459,0.996917,180,100,1,0),(43355,180765,1,1,1,9644.59,2452.31,1356.43,-2.98451,0,0,0.996917,-0.078459,180,100,1,0),(43356,180765,1,1,1,10204.1,2494.78,1364.48,-1.02974,0,0,0.492424,-0.870356,180,100,1,0),(43357,180765,1,1,1,10129.5,2227.02,1334.8,2.40855,0,0,0.93358,0.358368,180,100,1,0),(43358,180765,1,1,1,9640.93,2596.01,1356.52,-3.00197,0,0,0.997564,-0.069756,180,100,1,0),(43359,180768,1,1,1,7516.9,-2122.64,485.131,-0.122173,0,0,0.061049,-0.998135,180,100,1,0),(43360,180878,1,1,1,7592.02,-2223.97,469.717,-0.418879,0,0,0.207912,-0.978148,180,100,1,0),(43361,180878,1,1,1,7595.12,-2223.01,468.992,-0.558505,0,0,0.275637,-0.961262,180,100,1,0),(43362,180771,1,1,1,7607.8,-2215.78,470.626,2.37365,0,0,0.927184,0.374607,180,100,1,0),(43363,180766,1,1,1,7619.32,-2221.53,469.727,2.3911,0,0,0.930418,0.366501,180,100,1,0),(43364,180765,1,1,1,7927.91,-2401.15,498.453,0.034907,0,0,0.017452,0.999848,180,100,1,0),(43365,180768,1,1,1,7754.59,-2254.29,454.47,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(43366,180769,1,1,1,7872.84,-2514.87,497.417,-1.46608,0,0,0.669131,-0.743145,180,100,1,0),(43367,180765,1,1,1,7833.26,-2607.05,503.597,2.49582,0,0,0.948324,0.317305,180,100,1,0),(43368,180770,1,1,1,7959.39,-2575.68,500.479,3.10669,0,0,0.999848,0.017452,180,100,1,0),(43369,180772,1,1,1,7925.08,-2622.85,492.579,2.98451,0,0,0.996917,0.078459,180,100,1,0),(43370,180771,1,1,1,7956.68,-2481.38,487.811,-2.96706,0,0,0.996195,-0.087156,180,100,1,0),(43371,180878,1,1,1,7594.84,-2227.71,468.895,-0.488692,0,0,0.241922,-0.970296,180,100,1,0),(43372,180878,1,1,1,7595.18,-2221.74,469.144,0.977384,0,0,0.469472,0.882948,180,100,1,0),(43373,180771,1,1,1,7581.57,-2236.44,471.056,-2.82743,0,0,0.987688,-0.156434,180,100,1,0),(43374,180878,1,1,1,7591.86,-2223.29,469.716,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(43375,180878,1,1,1,7594.76,-2228.44,468.912,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(43376,180778,1,1,1,7972.11,-2371.99,488.075,1.91986,0,0,0.819152,0.573576,180,100,1,0),(43377,180768,1,1,1,7809.61,-2296.26,456.077,-0.20944,0,0,0.104528,-0.994522,180,100,1,0),(43378,180767,1,1,1,7917.5,-2513.8,496.711,-1.46608,0,0,0.669131,-0.743145,180,100,1,0),(43379,180768,1,1,1,7894.48,-2303.82,467.555,0.174533,0,0,0.087156,0.996195,180,100,1,0),(43380,180770,1,1,1,7915.64,-2496.98,496.199,0.15708,0,0,0.078459,0.996917,180,100,1,0),(43381,180771,1,1,1,7600.81,-2205.07,473.84,-1.22173,0,0,0.573576,-0.819152,180,100,1,0),(43382,180772,1,1,1,7596.56,-2256.54,465.793,1.67552,0,0,0.743145,0.669131,180,100,1,0),(43383,180878,1,1,1,7595.66,-2221.08,469.144,1.44862,0,0,0.66262,0.748956,180,100,1,0),(43384,180778,1,1,1,7580.78,-2247.52,467.57,1.02974,0,0,0.492424,0.870356,180,100,1,0),(43385,180878,1,1,1,7593.45,-2226.54,469.335,-1.41372,0,0,0.649448,-0.760406,180,100,1,0),(43386,180768,1,1,1,7599.5,-2222.73,469.649,0.767945,0,0,0.374607,0.927184,180,100,1,0),(43387,180770,1,1,1,7957.12,-2382.03,495.736,1.72788,0,0,0.760406,0.649448,180,100,1,0),(43388,180769,1,1,1,7842.37,-2225.35,477.591,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(43389,180765,1,1,1,7857.63,-2486.78,496.671,2.77507,0,0,0.983255,0.182236,180,100,1,0),(43390,180768,1,1,1,7776.42,-2271.94,455.442,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(43391,180778,1,1,1,7949.12,-2473.9,487.025,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(43392,180774,1,1,1,9710.09,2525.44,1343.07,0.034907,0,0,0.017452,0.999848,180,100,1,0),(43393,180765,1,1,1,10018.2,2502.78,1353.98,-1.74533,0,0,0.766044,-0.642788,180,100,1,0),(43394,180771,1,1,1,9933.43,2213.09,1329.66,0.05236,0,0,0.026177,0.999657,180,100,1,0),(43395,180765,1,1,1,10105.5,2211.24,1335.26,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(43396,180765,1,1,1,9645.19,2427.32,1356.57,2.19912,0,0,0.891007,0.453991,180,100,1,0),(43397,180765,1,1,1,9746,2529.46,1360.48,-0.872665,0,0,0.422618,-0.906308,180,100,1,0),(43398,180772,1,1,1,9966.62,2225.06,1330.09,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(43399,180765,1,1,1,9796.35,2531.26,1360.33,-1.76278,0,0,0.771625,-0.636078,180,100,1,0),(43400,180774,1,1,1,9935.6,2509.45,1326.91,-2.42601,0,0,0.936672,-0.350207,180,100,1,0),(43401,180765,1,1,1,10160.6,2492.13,1351.22,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(43402,180773,1,1,1,9950.42,2339.04,1355.66,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(43403,180765,1,1,1,9796.61,2524.59,1360.37,2.32129,0,0,0.91706,0.398749,180,100,1,0),(43404,180758,1,1,1,9935.47,2516.37,1321.33,-0.453786,0,0,0.224951,-0.97437,180,100,1,0),(43405,180878,1,1,1,7593.75,-2221.61,469.33,1.41372,0,0,0.649448,0.760406,180,100,1,0),(43406,180878,1,1,1,7595.38,-2228.13,468.719,-1.76278,0,0,0.771625,-0.636078,180,100,1,0),(43407,180878,1,1,1,7592.68,-2219.46,469.637,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(43408,180878,1,1,1,7594.18,-2228.04,469.102,-2.44346,0,0,0.939693,-0.34202,180,100,1,0),(43409,180878,1,1,1,7594.24,-2222.51,470.969,0.383972,0,0,0.190809,0.981627,180,100,1,0),(43410,180778,1,1,1,7622.68,-2243.35,464.332,-2.96706,0,0,0.996195,-0.087156,180,100,1,0),(43411,180768,1,1,1,7622.82,-2242.1,464.281,3.10669,0,0,0.999848,0.017452,180,100,1,0),(43412,180771,1,1,1,7588.35,-2200.22,476.101,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(43413,180771,1,1,1,7836.09,-2419.28,490.083,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(43414,180770,1,1,1,7830.83,-2448.31,501.732,1.58825,0,0,0.71325,0.700909,180,100,1,0),(43415,180767,1,1,1,8003.72,-2672.31,538.656,4.71239,0,0,0.707107,-0.707107,180,100,1,0),(43416,180771,1,1,1,7926.64,-2613.45,492.593,1.48353,0,0,0.67559,0.737277,180,100,1,0),(43417,180772,1,1,1,7579.37,-2222.32,473.149,2.94961,0,0,0.995396,0.095846,180,100,1,0),(43418,180772,1,1,1,7618.54,-2229.28,468.585,3.08923,0,0,0.999657,0.026177,180,100,1,0),(43419,180878,1,1,1,7592.54,-2223.5,469.563,1.11701,0,0,0.529919,0.848048,180,100,1,0),(43420,180771,1,1,1,7600.83,-2219.17,470.416,1.27409,0,0,0.594823,0.803857,180,100,1,0),(43421,180878,1,1,1,7596.22,-2225.96,468.526,0.226893,0,0,0.113203,0.993572,180,100,1,0),(43422,180767,1,1,1,7936.62,-2400.23,498.442,1.81514,0,0,0.788011,0.615662,180,100,1,0),(43423,180765,1,1,1,7887.91,-2501.87,501.987,-1.309,0,0,0.608761,-0.793353,180,100,1,0),(43424,180768,1,1,1,7845.03,-2318.16,458.596,2.89725,0,0,0.992546,0.121869,180,100,1,0),(43425,180765,1,1,1,7871.58,-2470.44,498.786,0.226893,0,0,0.113203,0.993572,180,100,1,0),(43426,180765,1,1,1,7931.39,-2426.61,498.437,0.680678,0,0,0.333807,0.942641,180,100,1,0),(43427,180765,1,1,1,8013.81,-2638.38,521.009,0.401426,0,0,0.199368,0.979925,180,100,1,0),(43428,180768,1,1,1,7592.08,-2191,475.255,2.80998,0,0,0.986286,0.165048,180,100,1,0),(43429,180768,1,1,1,7766.87,-2281.9,455.667,2.40855,0,0,0.93358,0.358368,180,100,1,0),(43430,180766,1,1,1,7951.32,-2617.37,493.063,-1.67552,0,0,0.743145,-0.669131,180,100,1,0),(43431,180770,1,1,1,7859.39,-2502.98,496.135,-3.00197,0,0,0.997564,-0.069756,180,100,1,0),(43432,180771,1,1,1,7946.75,-2365.5,486.792,-2.67035,0,0,0.97237,-0.233445,180,100,1,0),(43433,180766,1,1,1,7579.47,-2330.61,457.673,1.06465,0,0,0.507538,0.861629,180,100,1,0),(43434,180771,1,1,1,7925.52,-2619.13,492.729,1.39626,0,0,0.642788,0.766044,180,100,1,0),(43435,180769,1,1,1,7971.77,-2392.21,496.75,0.139626,0,0,0.069756,0.997564,180,100,1,0),(43436,180766,1,1,1,7626.09,-2252.97,460.859,1.11701,0,0,0.529919,0.848048,180,100,1,0),(43437,180771,1,1,1,7960.17,-2507.24,487.32,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(43438,180766,1,1,1,7949.07,-2627.79,493.044,-1.79769,0,0,0.782608,-0.622515,180,100,1,0),(43439,180770,1,1,1,7830.75,-2474.56,501.845,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(43440,180768,1,1,1,7944.3,-2346.67,482.911,1.72788,0,0,0.760406,0.649448,180,100,1,0),(43441,180768,1,1,1,7491.62,-2129.4,489.297,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(43442,180765,1,1,1,7831.95,-2594.87,503.597,0.663225,0,0,0.325568,0.945519,180,100,1,0),(43443,180769,1,1,1,7905.29,-2511.54,497.396,-1.79769,0,0,0.782608,-0.622515,180,100,1,0),(43444,180758,1,1,1,7969.65,-2388.3,493.366,-2.86234,0,0,0.990268,-0.139173,180,100,1,0),(43445,180761,1,1,1,7901.07,-2511.07,493.829,1.71042,0,0,0.75471,0.656059,180,100,1,0),(43446,180765,1,1,1,7897.03,-2467.57,498.767,-2.21657,0,0,0.894934,-0.446198,180,100,1,0),(43447,180765,1,1,1,7826.32,-2535.33,503.597,2.30383,0,0,0.913545,0.406737,180,100,1,0),(43448,180778,1,1,1,7879.72,-2588.08,486.896,1.32645,0,0,0.615662,0.788011,180,100,1,0),(43449,180772,1,1,1,7923.05,-2634.43,492.61,3.00197,0,0,0.997564,0.069757,180,100,1,0),(43450,180771,1,1,1,7928.09,-2606.29,492.72,1.41372,0,0,0.649448,0.760406,180,100,1,0),(43451,180771,1,1,1,7918.45,-2556.71,487.28,-2.61799,0,0,0.965926,-0.258819,180,100,1,0),(43452,180767,1,1,1,7948.69,-2440.54,496.291,1.88496,0,0,0.809017,0.587785,180,100,1,0),(43453,180767,1,1,1,7792.22,-2575.03,504.43,-2.49582,0,0,0.948324,-0.317305,180,100,1,0),(43454,180764,1,1,1,7984.22,-2510.8,491.295,3.10669,0,0,0.999848,0.017452,180,100,1,0),(43455,180764,1,1,1,7920.03,-2507.53,494.735,0.10472,0,0,0.052336,0.99863,180,100,1,0),(43456,180764,1,1,1,7851.8,-2586.24,490.53,0.994838,0,0,0.477159,0.878817,180,100,1,0),(43457,180764,1,1,1,7784.21,-2444.03,491.084,-1.39626,0,0,0.642788,-0.766044,180,100,1,0),(43458,180764,1,1,1,7923.93,-2402.74,495.077,0.017453,0,0,0.008727,0.999962,180,100,1,0),(43459,180764,1,1,1,7840.29,-2460.97,500.83,3.12414,0,0,0.999962,0.008727,180,100,1,0),(43460,180764,1,1,1,7895.71,-2463.35,495.476,-1.90241,0,0,0.814116,-0.580703,180,100,1,0),(43461,180763,1,1,1,7872.37,-2465.73,495.346,1.85005,0,0,0.798636,0.601815,180,100,1,0),(43462,180764,1,1,1,7821.15,-2461.32,500.733,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(43463,180763,1,1,1,7987.88,-2496.83,491.205,-1.20428,0,0,0.566406,-0.824126,180,100,1,0),(43464,180764,1,1,1,7857.7,-2514.05,494.846,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(43465,180764,1,1,1,7979.53,-2510.59,491.206,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(43466,180764,1,1,1,7953.87,-2442.53,494.496,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(43467,180763,1,1,1,7852.21,-2599.64,490.336,2.80998,0,0,0.986286,0.165048,180,100,1,0),(43468,180764,1,1,1,7989.22,-2501.3,491.15,1.71042,0,0,0.75471,0.656059,180,100,1,0),(43469,180763,1,1,1,7975.33,-2439.86,494.407,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(43470,180764,1,1,1,7862.1,-2586.77,493.69,1.72788,0,0,0.760406,0.649448,180,100,1,0),(43471,180764,1,1,1,7926.81,-2426.16,495.152,0.436332,0,0,0.21644,0.976296,180,100,1,0),(43472,180764,1,1,1,7856.42,-2601.62,490.434,-0.401426,0,0,0.199368,-0.979925,180,100,1,0),(43473,180763,1,1,1,7799.55,-2448.8,490.865,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(43474,180763,1,1,1,7917.81,-2486.02,494.781,0.017453,0,0,0.008727,0.999962,180,100,1,0),(43475,180763,1,1,1,7967.77,-2377.64,494.484,1.50098,0,0,0.681998,0.731354,180,100,1,0),(43476,180764,1,1,1,7945.99,-2380.12,494.757,1.69297,0,0,0.748956,0.66262,180,100,1,0),(43477,180764,1,1,1,7795.54,-2451.18,491.041,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(43478,180764,1,1,1,7968.34,-2590.41,499.985,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(43479,180763,1,1,1,7858.73,-2550.53,493.343,-1.3439,0,0,0.622515,-0.782608,180,100,1,0),(43480,180764,1,1,1,7785.12,-2448.59,491.067,1.76278,0,0,0.771625,0.636078,180,100,1,0),(43481,180763,1,1,1,7968.89,-2561.6,499.946,3.07178,0,0,0.999391,0.034899,180,100,1,0),(43482,180764,1,1,1,7984.22,-2510.8,491.295,3.10669,0,0,0.999848,0.017452,180,100,1,0),(43483,180763,1,1,1,7855.47,-2492.52,494.851,-2.77507,0,0,0.983255,-0.182235,180,100,1,0),(43484,180763,1,1,1,7987.88,-2496.83,491.205,-1.20428,0,0,0.566406,-0.824126,180,100,1,0),(43485,180763,1,1,1,7920.03,-2507.53,494.735,0.10472,0,0,0.052336,0.99863,180,100,1,0),(43486,180764,1,1,1,7851.8,-2586.24,490.53,0.994838,0,0,0.477159,0.878817,180,100,1,0),(43487,180764,1,1,1,7821.15,-2461.32,500.733,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(43488,180764,1,1,1,7848.52,-2589.56,490.523,-2.42601,0,0,0.936672,-0.350207,180,100,1,0),(43489,180764,1,1,1,7852.21,-2599.64,490.336,2.80998,0,0,0.986286,0.165048,180,100,1,0),(43490,180763,1,1,1,7979.53,-2510.59,491.206,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(43491,180763,1,1,1,9990.33,2272.24,1352.53,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(43492,180764,1,1,1,9893.19,2215.41,1347.72,0.05236,0,0,0.026177,0.999657,180,100,1,0),(43493,180763,1,1,1,7862.1,-2586.77,493.69,1.72788,0,0,0.760406,0.649448,180,100,1,0),(43494,180764,1,1,1,10013.2,2249.78,1347.76,3.10669,0,0,0.999848,0.017452,180,100,1,0),(43495,180764,1,1,1,10013,2255.08,1347.76,3.12414,0,0,0.999962,0.008727,180,100,1,0),(43496,180763,1,1,1,9892.33,2248.57,1347.73,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(43497,180764,1,1,1,10014.4,2202.72,1347.7,3.10669,0,0,0.999848,0.017452,180,100,1,0),(43498,180763,1,1,1,10013.5,2234.72,1347.74,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(43499,180763,1,1,1,9892.79,2230.95,1347.79,0.017453,0,0,0.008727,0.999962,180,100,1,0),(43500,180763,1,1,1,10013.8,2225.97,1347.74,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(43501,180764,1,1,1,9905.2,2270.1,1352.49,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(43502,180764,1,1,1,9893,2223.03,1347.77,0.034907,0,0,0.017452,0.999848,180,100,1,0),(43503,180763,1,1,1,10013.4,2241.81,1347.75,3.10669,0,0,0.999848,0.017452,180,100,1,0),(43504,180764,1,1,1,10014.2,2210.73,1347.7,3.12414,0,0,0.999962,0.008727,180,100,1,0),(43505,180763,1,1,1,9892.15,2255.53,1347.84,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(43506,180763,1,1,1,9893.4,2207.44,1347.74,0.069813,0,0,0.034899,0.999391,180,100,1,0),(43507,180764,1,1,1,9893.79,2192.74,1347.75,0.10472,0,0,0.052336,0.99863,180,100,1,0),(43508,180764,1,1,1,9893.66,2197.81,1347.86,0.087266,0,0,0.043619,0.999048,180,100,1,0),(43509,180764,1,1,1,9923.07,2270.59,1352.43,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(43510,180764,1,1,1,10014,2218.97,1347.73,3.14159,0,0,1,0,180,100,1,0),(43511,180763,1,1,1,9892.62,2237.51,1347.79,0,0,0,0,1,180,100,1,0),(43512,180763,1,1,1,9914.61,2270.34,1352.5,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(43513,180764,1,1,1,9981.71,2272.07,1352.37,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(43514,180764,1,1,1,9999.3,2272.52,1352.39,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(43515,180763,1,1,1,9931.43,2270.75,1352.57,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(43516,180764,1,1,1,9972.94,2271.95,1352.08,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(43517,180764,1,1,1,10014.5,2196.34,1347.65,3.08923,0,0,0.999657,0.026177,180,100,1,0),(43518,180763,1,1,1,9990.33,2272.24,1352.53,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(43519,180763,1,1,1,10013.5,2234.72,1347.74,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(43520,180764,1,1,1,9893.19,2215.41,1347.72,0.05236,0,0,0.026177,0.999657,180,100,1,0),(43521,180764,1,1,1,10014.4,2202.72,1347.7,3.10669,0,0,0.999848,0.017452,180,100,1,0),(43522,180763,1,1,1,9892.79,2230.95,1347.79,0.017453,0,0,0.008727,0.999962,180,100,1,0),(43523,180763,1,1,1,10013,2255.08,1347.76,3.12414,0,0,0.999962,0.008727,180,100,1,0),(43524,180763,1,1,1,10013.8,2225.97,1347.74,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(43525,180764,1,1,1,10013.2,2249.78,1347.76,3.10669,0,0,0.999848,0.017452,180,100,1,0),(242328,201752,1,1,1,1396.45,-4491.19,32.5861,2.95541,0,0,0.99567,0.0929569,180,100,1,0),(242327,201778,1,1,1,1396.53,-4485.84,32.6102,3.27035,0,0,0.997928,-0.0643342,180,100,1,0),(242326,201752,1,1,1,1396.36,-4484.71,31.3406,5.23934,0,0,0.498548,-0.866862,180,100,1,0),(242325,201778,1,1,1,1395.74,-4489.53,32.6781,5.15452,0,0,0.534852,-0.844946,180,100,1,0),(242324,201752,1,1,1,1395.43,-4488.87,31.4347,4.49165,0,0,0.780689,-0.62492,180,100,1,0),(242323,201752,1,1,1,1396.45,-4486.47,31.3666,4.9943,0,0,0.600753,-0.799435,180,100,1,0),(242322,201752,1,1,1,1397.18,-4489,31.3971,4.9943,0,0,0.600753,-0.799435,180,100,1,0),(242321,201752,1,1,1,1395.8,-4490.65,31.4609,2.97661,0,0,0.996599,0.0823978,180,100,1,0),(242320,201752,1,1,1,1397.13,-4491.81,31.4504,3.15883,0,0,0.999963,-0.00861853,180,100,1,0),(242319,201716,571,1,1,5525.21,35.5649,148.918,0.00558376,0,0,0.00279188,0.999996,60,100,1,0),(242318,201716,571,1,1,5586.44,36.157,148.304,2.49451,0,0,0.948115,0.317926,60,100,1,0),(242317,201716,571,1,1,5610.19,67.2452,149.648,1.10907,0,0,0.526548,0.850145,60,100,1,0),(242316,201716,0,1,1,-51.7072,1147.06,66.2442,6.0002,0,0,0.141021,-0.990007,60,100,1,0),(242315,201716,0,1,1,-9462.46,525.975,55.3952,4.44641,0,0,0.794624,-0.607102,60,100,1,0),(242314,201716,1,1,1,1269.73,-4095.83,27.2461,0.383236,0,0,0.190448,0.981697,60,100,1,0),(242313,201716,530,1,1,-1800.57,4849.58,3.67941,0.732729,0,0,0.358224,0.933636,60,100,1,0),(242312,201716,1,1,1,6767.76,-4880.77,776.832,0.473977,0,0,0.234776,0.972049,60,100,1,0),(242311,201716,1,1,1,4851.07,137.164,52.3573,3.32611,0,0,0.995747,-0.0921278,60,100,1,0),(242310,201716,0,1,1,121.643,-2401.57,123.532,1.69738,0,0,0.750415,0.660967,60,100,1,0),(242309,201716,1,1,1,-3418.81,-4212.7,10.3292,0.932394,0,0,0.449492,0.893284,60,100,1,0),(242308,201716,0,1,1,-402.274,163.143,75.6627,3.65071,0,0,0.967775,-0.251818,60,100,1,0),(242307,201906,33,1,1,-201.818,2165.14,80.6793,1.37881,0,0,0.636078,0.771625,86400,100,1,0),(242306,201906,33,1,1,-200.524,2164.54,80.6773,0.174532,0,0,0.0871553,0.996195,86400,100,1,0),(242305,201906,33,1,1,-199.467,2166.15,80.6654,0.174532,0,0,0.0871553,0.996195,86400,100,1,0),(242304,201906,33,1,1,-201.795,2162.82,79.7638,2.04204,0,0,0.852641,0.522496,86400,100,1,0),(242303,201906,33,1,1,-200.339,2165.8,80.671,-0.645772,0,0,-0.317305,0.948324,86400,100,1,0),(242302,201906,33,1,1,-201.056,2165.41,80.6763,0.680677,0,0,0.333806,0.942642,86400,100,1,0),(242301,201906,33,1,1,-199.852,2164.86,80.6729,3.08918,0,0,0.999657,0.0262033,86400,100,1,0),(242300,201906,33,1,1,-200.911,2162.44,79.7639,2.04204,0,0,0.852641,0.522496,86400,100,1,0),(242299,201906,33,1,1,-199.137,2165.32,80.6689,2.04204,0,0,0.852641,0.522496,86400,100,1,0),(242298,201716,1,1,1,6764.82,-4905.13,774.264,0,0,0,0,1,180,100,1,0),(242297,202169,0,1,1,-8400.76,1243.05,5.23024,0.872664,0,0,0.422618,0.906308,180,100,1,0),(242296,202169,0,1,1,-8400.67,1248.02,5.23024,0,0,0,0,1,180,100,1,0),(242295,202169,0,1,1,-8400.73,1248.06,6.45781,-0.663223,0,0,-0.325567,0.945519,180,100,1,0),(242294,202169,0,1,1,-8401.05,1245.19,5.23024,0,0,0,0,1,180,100,1,0),(242293,201778,0,1,1,-9030.32,353.55,94.1902,2.26892,0,0,0.906306,0.422622,180,100,1,0),(242292,201778,0,1,1,-9031.98,355.418,94.3387,0.942477,0,0,0.45399,0.891007,180,100,1,0),(242291,201752,0,1,1,-9030.07,356.182,94.2354,-0.488691,0,0,-0.241921,0.970296,180,100,1,0),(242290,201752,0,1,1,-9031.5,355.071,92.9915,-0.663223,0,0,-0.325567,0.945519,180,100,1,0),(242289,201752,0,1,1,-9027.49,353.521,92.9057,-1.11701,0,0,-0.529919,0.848048,180,100,1,0),(242288,201752,0,1,1,-9030.08,356.375,92.9861,-1.11701,0,0,-0.529919,0.848048,180,100,1,0),(242287,201752,0,1,1,-9032.31,356.844,93.1288,-1.11701,0,0,-0.529919,0.848048,180,100,1,0),(242286,201752,0,1,1,-9031.13,353.063,92.9444,-2.9845,0,0,-0.996917,0.0784656,180,100,1,0),(242285,202105,33,1,1,-227.017,2172.73,79.7664,3.8541,0,0,0.93721,-0.348766,86400,0,1,0),(242284,200338,33,1,1,-198.496,2193.06,79.7644,5.90163,0,0,0.189623,-0.981857,86400,0,1,0),(242283,200338,33,1,1,-197.179,2192.53,79.7641,5.90163,0,0,0.189623,-0.981857,86400,0,1,0),(242282,200338,33,1,1,-196.832,2193.36,79.764,5.88593,0,0,0.197324,-0.980338,86400,0,1,0),(242281,200338,33,1,1,-195.499,2206.3,81.6454,1.26386,0,0,0.590703,0.806889,86400,0,1,0),(242280,200338,33,1,1,-196.073,2206.38,80.7368,1.10678,0,0,0.525574,0.850748,86400,0,1,0),(242279,200338,33,1,1,-195.022,2206.03,80.7362,0.933992,0,0,0.450206,0.892925,86400,0,1,0),(242278,200338,33,1,1,-196.699,2203.76,80.7359,0.933992,0,0,0.450206,0.892925,86400,0,1,0),(242277,200338,33,1,1,-198.645,2203.81,79.7959,4.6882,0,0,0.715607,-0.698503,86400,0,1,0),(242276,200337,33,1,1,-218.195,2219.56,81.9112,2.35556,0,0,0.923758,0.382976,86400,0,1,0),(242275,200337,33,1,1,-216.325,2217.69,80.7346,2.35556,0,0,0.923758,0.382976,86400,0,1,0),(242274,200337,33,1,1,-216.943,2218.31,80.7347,2.35556,0,0,0.923758,0.382976,86400,0,1,0),(242273,200337,33,1,1,-217.446,2218.96,80.7347,2.38305,0,0,0.928935,0.370244,86400,0,1,0),(242272,200337,33,1,1,-218.174,2219.65,80.7954,2.38305,0,0,0.928935,0.370244,86400,0,1,0),(242271,200337,33,1,1,-215.719,2218.32,80.7345,2.23539,0,0,0.899094,0.437756,86400,0,1,0),(242270,200337,33,1,1,-216.527,2219.35,80.7348,2.23539,0,0,0.899094,0.437756,86400,0,1,0),(242269,200337,33,1,1,-217.341,2220.39,80.8288,2.23539,0,0,0.899094,0.437756,86400,0,1,0),(242268,200337,33,1,1,-213.83,2218.7,79.7631,5.03141,0,0,0.585817,-0.810444,86400,0,1,0),(242267,200337,33,1,1,-220.423,2216.37,81.0388,2.59275,0,0,0.962582,0.27099,86400,0,1,0),(242266,200335,33,1,1,-196.882,2195.72,79.765,1.72096,0,0,0.758156,0.652074,86400,0,1,0),(242265,200334,33,1,1,-205.174,2177.62,81.039,3.76692,0,0,0.951518,-0.307594,86400,0,1,0),(242264,200333,33,1,1,-193.981,2199.37,79.7493,3.65696,0,0,0.966983,-0.254841,86400,0,1,0),(242263,200336,33,1,1,-217.118,2219.3,79.7625,2.30215,0,0,0.913203,0.407506,86400,0,1,0),(242262,200336,33,1,1,-195.872,2205.43,79.7639,1.19474,0,0,0.56247,0.826818,86400,0,1,0),(242261,200300,33,1,1,-228.925,2195.46,82.4863,6.02886,0,0,0.12682,-0.991926,86400,0,1,0),(242260,200300,33,1,1,-228.634,2196.77,79.7618,6.06264,0,0,0.110049,-0.993926,86400,0,1,0),(242259,200300,33,1,1,-229.234,2192.63,79.7622,6.13725,0,0,0.0729029,-0.997339,86400,0,1,0),(242258,200332,33,1,1,-228.925,2195.46,82.4863,6.02886,0,0,0.12682,-0.991926,86400,0,1,0),(242257,200332,33,1,1,-229.234,2192.63,79.7622,6.13725,0,0,0.0729029,-0.997339,86400,0,1,0),(242256,200332,33,1,1,-228.634,2196.77,79.7618,6.06264,0,0,0.110049,-0.993926,86400,0,1,0),(242255,201289,33,1,1,-205.261,2177.29,79.7651,0.756489,0,0,0.36929,0.929314,86400,0,1,0),(242254,201289,33,1,1,-220.849,2216.83,79.7609,2.90848,0,0,0.993215,0.116293,86400,0,1,0),(242253,201289,33,1,1,-222.311,2211.65,79.7616,2.93597,0,0,0.99472,0.10263,86400,0,1,0),(242252,201289,33,1,1,-222.652,2207.23,79.7614,3.34831,0,0,0.994663,-0.103175,86400,0,1,0),(242251,201940,530,1,1,-4004.67,-11844.9,0.194667,4.81606,0,0,0.66952,-0.742794,300,0,1,0),(242250,201940,0,1,1,-4919.13,-983.066,501.456,2.23589,0,0,0.899203,0.437531,300,0,1,0),(242249,201940,0,1,1,-8868.98,636.704,95.7874,0.833655,0,0,0.404862,0.914378,300,0,1,0),(242248,201940,1,1,1,9869.81,2493.38,1315.88,6.06479,0,0,0.108981,-0.994044,300,0,1,0),(242247,201940,530,1,1,9612.14,-7184.16,14.2855,1.78068,0,0,0.777286,0.629148,300,0,1,0),(242246,201940,0,1,1,1628.43,240.185,64.4967,6.23309,0,0,0.0250451,-0.999686,300,0,1,0),(242245,201940,1,1,1,-1224.99,67.983,129.641,3.0731,0,0,0.999414,0.0342396,300,0,1,0),(242244,201940,1,1,1,1653.63,-4435.42,17.8551,1.66265,0,0,0.738825,0.673897,300,0,1,0),(242243,181015,530,1,1,-4005.05,-11840.7,1.09752,4.62757,0,0,0.73645,-0.676492,300,0,1,0),(242242,181015,530,1,1,-4006.18,-11840.7,0.192529,5.27945,0,0,0.481064,-0.876686,300,0,1,0),(242241,181015,530,1,1,-4004.18,-11840.8,0.209176,4.7925,0,0,0.678224,-0.734856,300,0,1,0),(242240,181015,530,1,1,-4003.86,-11844.8,0.202929,4.80428,0,0,0.673884,-0.738837,300,0,1,0),(242239,181015,530,1,1,-4005.6,-11844.9,0.186664,4.78858,0,0,0.679663,-0.733525,300,0,1,0),(242238,181015,0,1,1,-4916.9,-985.882,502.689,1.06172,0,0,0.506275,0.862372,300,0,1,0),(242237,181015,0,1,1,-4917.25,-986.488,501.445,1.66648,0,0,0.740114,0.672481,300,0,1,0),(242236,181015,0,1,1,-4916.08,-985.152,501.446,2.83672,0,0,0.988404,0.151847,300,0,1,0),(242235,181015,0,1,1,-4918.56,-982.579,501.455,2.29087,0,0,0.91089,0.41265,300,0,1,0),(242234,181015,0,1,1,-4919.62,-983.484,501.455,2.25553,0,0,0.903456,0.42868,300,0,1,0),(242233,181015,0,1,1,-8402.78,1248.95,6.47447,5.86921,0,0,0.205513,-0.978654,300,0,1,0),(242232,181015,0,1,1,-8402.78,1248.95,5.23059,6.12446,0,0,0.0792793,-0.996852,300,0,1,0),(242231,181015,0,1,1,-8401.88,1243.98,5.23059,6.18337,0,0,0.0498869,-0.998755,300,0,1,0),(242230,181015,0,1,1,-8401.51,1242.39,5.23092,5.8378,0,0,0.220857,-0.975306,300,0,1,0),(242229,181015,0,1,1,-8871.07,634.479,96.6378,1.63083,0,0,0.72801,0.685566,300,0,1,0),(242228,181015,0,1,1,-8871.96,634.394,95.7874,1.63869,0,0,0.730699,0.6827,300,0,1,0),(242227,181015,0,1,1,-8870.01,634.537,95.7874,1.6544,0,0,0.736039,0.676939,300,0,1,0),(242226,181015,0,1,1,-8869.83,637.476,95.7874,0.833655,0,0,0.404862,0.914378,300,0,1,0),(242225,181015,0,1,1,-8868.51,636.281,95.7874,0.833655,0,0,0.404862,0.914378,300,0,1,0),(242224,181015,1,1,1,9866.45,2493.64,1317.06,6.28076,0,0,0.00121275,-0.999999,300,0,1,0),(242223,181015,1,1,1,9866.46,2492.93,1315.88,6.28076,0,0,0.00121275,-0.999999,300,0,1,0),(242222,181015,1,1,1,9866.71,2494.31,1315.88,6.18259,0,0,0.0502764,-0.998735,300,0,1,0),(242221,181015,1,1,1,9869.41,2492.37,1315.88,6.14725,0,0,0.0679152,-0.997691,300,0,1,0),(242220,181015,1,1,1,9869.38,2494.04,1315.88,6.18259,0,0,0.0502764,-0.998735,300,0,1,0),(242219,181015,530,1,1,9612.49,-7186.57,15.4229,1.94954,0,0,0.827573,0.561358,300,0,1,0),(242218,181015,530,1,1,9611.78,-7186.75,14.2812,1.85529,0,0,0.80021,0.59972,300,0,1,0),(242217,181015,530,1,1,9613.61,-7186.21,14.286,1.85529,0,0,0.80021,0.59972,300,0,1,0),(242216,181015,530,1,1,9612.93,-7183.9,14.286,1.85529,0,0,0.80021,0.59972,300,0,1,0),(242215,181015,530,1,1,9611.24,-7184.37,14.2838,1.80031,0,0,0.783423,0.621489,300,0,1,0),(242214,181015,0,1,1,1626.89,241.666,63.7092,6.23702,0,0,0.0230806,-0.999734,300,0,1,0),(242213,181015,0,1,1,1626.85,238.099,64.9495,0.0048821,0,0,0.00244105,0.999997,300,0,1,0),(242212,181015,0,1,1,1626.85,238.099,63.7065,0.0048821,0,0,0.00244105,0.999997,300,0,1,0),(242211,181015,0,1,1,1629.51,239.58,63.8517,6.25273,0,0,0.0152271,-0.999884,300,0,1,0),(242210,181015,0,1,1,1629.6,241.209,63.8517,6.18204,0,0,0.050551,-0.998721,300,0,1,0),(242209,181015,1,1,1,-1220.65,68.0704,130.765,3.04404,0,0,0.998811,0.048757,300,0,1,0),(242208,181015,1,1,1,-1220.65,69.0092,129.919,3.11865,0,0,0.999934,0.0114711,300,0,1,0),(242207,181015,1,1,1,-1220.7,67.2529,129.803,3.1108,0,0,0.999882,0.0153957,300,0,1,0),(242206,181015,1,1,1,-1225.05,67.387,129.572,3.09509,0,0,0.99973,0.0232493,300,0,1,0),(242205,181015,1,1,1,-1224.99,68.7997,129.731,3.12651,0,0,0.999972,0.0075413,300,0,1,0),(242204,181015,1,1,1,1652.65,-4440.59,19.7822,1.51343,0,0,0.686537,0.727095,300,0,1,0),(242203,181015,1,1,1,1653.69,-4440.65,18.706,1.44275,0,0,0.660418,0.750898,300,0,1,0),(242202,181015,1,1,1,1651.96,-4440.45,18.6064,1.42704,0,0,0.654499,0.756063,300,0,1,0),(242201,181015,1,1,1,1652.15,-4435.95,17.9234,1.537,0,0,0.695058,0.718954,300,0,1,0),(242200,181015,1,1,1,1654.72,-4435.6,17.9091,1.52914,0,0,0.692227,0.72168,300,0,1,0),(242199,181018,530,1,1,9633.68,-7126.53,19.3544,-0.436333,0,0,-0.21644,0.976296,180,100,1,0),(242198,181016,530,1,1,9654.51,-7165.12,14.3229,1.55334,0,0,0.700908,0.713252,180,100,1,0),(242197,181018,530,1,1,9639.58,-7150.56,19.0847,1.18682,0,0,0.559191,0.829039,180,100,1,0),(242196,181019,530,1,1,9533.52,-7219.31,17.2962,-3.05433,0,0,-0.999048,0.0436174,180,100,1,0),(242195,181016,530,1,1,9618.23,-7141.75,14.323,1.41372,0,0,0.649449,0.760405,180,100,1,0),(242194,181019,530,1,1,9644.57,-7131.67,16.7733,-2.46091,0,0,-0.942641,0.333809,180,100,1,0),(242193,181016,530,1,1,9618.2,-7129.27,14.3234,-1.91986,0,0,-0.819151,0.573577,180,100,1,0),(242192,181017,530,1,1,9665.87,-7135.83,23.1602,3.10669,0,0,0.999848,0.0174505,180,100,1,0),(242191,181017,530,1,1,9648.39,-7152.3,23.2634,1.5708,0,0,0.707108,0.707106,180,100,1,0),(242190,181017,530,1,1,9485.03,-7132.41,24.4308,0,0,0,0,1,180,100,1,0),(242189,181018,530,1,1,9585.79,-7071.11,21.8504,-1.64061,0,0,-0.731354,0.681998,180,100,1,0),(242188,181019,530,1,1,9535.97,-7219.35,17.2962,1.22173,0,0,0.573576,0.819152,180,100,1,0),(242187,181027,530,1,1,9564.47,-7138.31,16.3821,1.309,0,0,0.608763,0.793352,180,100,1,0),(242186,181018,530,1,1,9576.51,-7195.21,19.3224,1.58825,0,0,0.713251,0.700909,180,100,1,0),(242185,181017,530,1,1,9648.53,-7119.09,23.2984,-1.55334,0,0,-0.700908,0.713252,180,100,1,0),(242184,181017,530,1,1,9631.14,-7135.57,23.118,-0.017453,0,0,-0.00872639,0.999962,180,100,1,0),(242183,181016,530,1,1,9678.8,-7142.3,14.323,-0.680679,0,0,-0.333807,0.942641,180,100,1,0),(242182,181016,530,1,1,9742.11,-7191.63,14.3237,-2.58309,0,0,-0.961262,0.275636,180,100,1,0),(242181,181025,530,1,1,9677.21,-7221.69,27.4299,1.55334,0,0,0.700908,0.713252,180,100,1,0),(242180,181018,530,1,1,9657.05,-7120.85,19.2307,-1.90241,0,0,-0.814116,0.580702,180,100,1,0),(242179,181018,530,1,1,9663.4,-7126.58,19.1759,-2.74017,0,0,-0.979925,0.199366,180,100,1,0),(242178,181016,530,1,1,9752.18,-7323.44,24.7289,-0.575959,0,0,-0.284016,0.95882,180,100,1,0),(242177,181027,530,1,1,9850.07,-7193.47,31.8566,1.90241,0,0,0.814116,0.580702,180,100,1,0),(242176,181018,530,1,1,9971.99,-7098.17,51.6368,1.97222,0,0,0.833885,0.551938,180,100,1,0),(242175,181017,530,1,1,9724.5,-7346.25,34.9555,1.91986,0,0,0.819151,0.573577,180,100,1,0),(242174,181027,530,1,1,9890.71,-7214.22,31.8661,-2.14675,0,0,-0.878816,0.477161,180,100,1,0),(242173,181027,530,1,1,9830.14,-7251.79,27.2324,-2.40855,0,0,-0.93358,0.35837,180,100,1,0),(242172,181055,530,1,1,9951.85,-7233.11,43.9028,2.19912,0,0,0.891008,0.453988,180,100,1,0),(242171,181017,530,1,1,9799.12,-7310.61,35.2336,2.19912,0,0,0.891008,0.453988,180,100,1,0),(242170,181022,530,1,1,9913.19,-7182.16,31.0098,-1.95477,0,0,-0.829038,0.559192,180,100,1,0),(242169,181016,530,1,1,9604.38,-7358.5,13.7288,-0.2618,0,0,-0.130526,0.991445,180,100,1,0),(242168,181018,530,1,1,9616.16,-7252.59,18.9092,-1.6057,0,0,-0.719339,0.694659,180,100,1,0),(242167,181019,530,1,1,9615.7,-7235.05,16.3284,-0.855212,0,0,-0.414694,0.909961,180,100,1,0),(242166,181018,530,1,1,9560.38,-7195.12,19.307,1.5708,0,0,0.707108,0.707106,180,100,1,0),(242165,181016,530,1,1,9589.41,-7081.65,16.5494,-1.09956,0,0,-0.5225,0.852639,180,100,1,0),(242164,181027,530,1,1,9552.82,-7127.35,16.3786,2.02458,0,0,0.848048,0.52992,180,100,1,0),(242163,181016,530,1,1,9520.46,-7378.73,14.3025,1.46608,0,0,0.669132,0.743144,180,100,1,0),(242162,181022,530,1,1,9490.13,-7324.17,14.3657,0.331613,0,0,0.165048,0.986286,180,100,1,0),(242161,181016,530,1,1,9521.83,-7251.04,16.4025,1.309,0,0,0.608763,0.793352,180,100,1,0),(242160,181025,530,1,1,9455.93,-7278.58,27.5555,0,0,0,0,1,180,100,1,0),(242159,181018,530,1,1,9522.36,-7245.14,20.0325,-0.628319,0,0,-0.309017,0.951056,180,100,1,0),(242158,181018,530,1,1,9546.78,-7309.74,18.7086,-1.58825,0,0,-0.713251,0.700909,180,100,1,0),(242157,181018,530,1,1,9640.13,-7120.77,19.2479,-1.22173,0,0,-0.573576,0.819152,180,100,1,0),(242156,181020,530,1,1,9648.78,-7114.69,35.3508,1.5708,0,0,0.707108,0.707106,180,100,1,0),(242155,181019,530,1,1,9652.59,-7140.02,16.7733,-1.65806,0,0,-0.737276,0.675591,180,100,1,0),(242154,181016,530,1,1,9642.69,-7106.29,14.323,-0.994838,0,0,-0.477159,0.878817,180,100,1,0),(242153,181027,530,1,1,9838.82,-7231.6,27.254,2.44346,0,0,0.939692,0.342021,180,100,1,0),(242152,181017,530,1,1,9743.4,-7339.75,34.9457,1.90241,0,0,0.814116,0.580702,180,100,1,0),(242151,181016,530,1,1,9784.87,-7302.95,24.7277,0.471239,0,0,0.233445,0.97237,180,100,1,0),(242150,181055,530,1,1,9992.58,-7205.03,44.0625,2.18166,0,0,0.88701,0.461749,180,100,1,0),(242149,181022,530,1,1,9828.29,-7261.11,26.1458,-1.97222,0,0,-0.833885,0.551938,180,100,1,0),(242148,181017,530,1,1,9790.95,-7316.39,35.2356,2.23402,0,0,0.898794,0.438372,180,100,1,0),(242147,181055,530,1,1,10007.3,-7030.9,57.9729,-2.21657,0,0,-0.894935,0.446197,180,100,1,0),(242146,181027,530,1,1,9857.7,-7186.15,31.8288,-0.506145,0,0,-0.25038,0.968148,180,100,1,0),(242145,181018,530,1,1,9842.31,-7339.95,33.4202,1.36136,0,0,0.629322,0.777145,180,100,1,0),(242144,181016,530,1,1,9699.61,-7414.83,13.6989,1.44862,0,0,0.662619,0.748957,180,100,1,0),(242143,181018,530,1,1,9648.49,-7397.35,19.7111,-1.55334,0,0,-0.700908,0.713252,180,100,1,0),(242142,181018,530,1,1,9776.34,-7459.71,21.5367,-1.58825,0,0,-0.713251,0.700909,180,100,1,0),(242141,181022,530,1,1,9688.68,-7243.62,14.2134,-2.47837,0,0,-0.945519,0.325567,180,100,1,0),(242140,181019,530,1,1,9514.54,-7219.23,17.2782,-1.76278,0,0,-0.771624,0.636079,180,100,1,0),(242139,181027,530,1,1,9548.76,-7142.45,16.3752,2.49582,0,0,0.948324,0.317305,180,100,1,0),(242138,181018,530,1,1,9575.29,-7071.05,21.8133,-1.55334,0,0,-0.700908,0.713252,180,100,1,0),(242137,181019,530,1,1,9578.92,-7208.43,17.411,-2.84489,0,0,-0.989016,0.147808,180,100,1,0),(242136,181018,530,1,1,9578.05,-7454.91,20.2977,-0.820305,0,0,-0.398749,0.91706,180,100,1,0),(242135,181019,530,1,1,9487.18,-7307.67,16.7095,0.10472,0,0,0.0523361,0.99863,180,100,1,0),(242134,181016,530,1,1,9495.33,-7353.62,14.3637,-1.309,0,0,-0.608763,0.793352,180,100,1,0),(242133,181016,530,1,1,9586.68,-7358.11,13.6983,2.89725,0,0,0.992546,0.121868,180,100,1,0),(242132,181016,530,1,1,9542.46,-7251.2,16.4025,-0.10472,0,0,-0.0523361,0.99863,180,100,1,0),(242131,181022,530,1,1,9491.39,-7265.12,14.326,-1.43117,0,0,-0.656059,0.75471,180,100,1,0),(242130,181018,530,1,1,9536.85,-7309.67,18.8888,-1.58825,0,0,-0.713251,0.700909,180,100,1,0),(242129,181016,530,1,1,9495.4,-7337.35,14.3701,-1.41372,0,0,-0.649449,0.760405,180,100,1,0),(242128,181022,530,1,1,9538,-7348.09,14.3366,2.25148,0,0,0.902586,0.430509,180,100,1,0),(242127,181019,530,1,1,9489.04,-7309.97,16.7103,1.3439,0,0,0.622513,0.782609,180,100,1,0),(242126,181027,530,1,1,9558.12,-7144.92,16.3431,-2.93215,0,0,-0.994522,0.10453,180,100,1,0),(242125,181016,530,1,1,9571.57,-7081.52,16.5436,-2.18166,0,0,-0.88701,0.461749,180,100,1,0),(242124,181025,530,1,1,9552.87,-7076.55,35.0939,-1.62316,0,0,-0.725376,0.688353,180,100,1,0),(242123,181019,530,1,1,9516.95,-7219.28,17.2695,2.79253,0,0,0.984808,0.173647,180,100,1,0),(242122,181016,530,1,1,9579.72,-7178.49,14.2327,1.50098,0,0,0.681997,0.731355,180,100,1,0),(242121,181016,530,1,1,9535.34,-7241.6,16.3983,-2.9147,0,0,-0.993572,0.113203,180,100,1,0),(242120,181016,530,1,1,9529.36,-7241.44,16.4056,3.10669,0,0,0.999848,0.0174505,180,100,1,0),(242119,181022,530,1,1,9486.74,-7367.53,14.3599,0.191986,0,0,0.0958456,0.995396,180,100,1,0),(242118,181018,530,1,1,9556.17,-7309.81,18.6268,-1.67552,0,0,-0.743146,0.669129,180,100,1,0),(242117,181016,530,1,1,9543.13,-7261.28,14.3626,-0.279253,0,0,-0.139173,0.990268,180,100,1,0),(242116,181019,530,1,1,9488.36,-7308.64,16.7091,-2.21657,0,0,-0.894935,0.446197,180,100,1,0),(242115,181018,530,1,1,9536.9,-7291.12,18.4959,1.5708,0,0,0.707108,0.707106,180,100,1,0),(242114,181016,530,1,1,9517.86,-7309.91,14.4553,0.890118,0,0,0.430511,0.902585,180,100,1,0),(242113,181020,530,1,1,9627.51,-7135.06,35.4145,2.94961,0,0,0.995396,0.095844,180,100,1,0),(242112,181019,530,1,1,9644.52,-7140.05,16.7733,-1.29154,0,0,-0.601814,0.798637,180,100,1,0),(242111,181017,530,1,1,9757.14,-7186.15,23.5062,2.89725,0,0,0.992546,0.121868,180,100,1,0),(242110,181019,530,1,1,9652.46,-7131.68,16.7733,-0.925024,0,0,-0.446198,0.894934,180,100,1,0),(242109,181016,530,1,1,9667.49,-7205.58,14.3157,-1.58825,0,0,-0.713251,0.700909,180,100,1,0),(242108,181018,530,1,1,9858.42,-7340.05,33.5396,1.74533,0,0,0.766045,0.642787,180,100,1,0),(242107,181027,530,1,1,9871.15,-7211.52,31.9882,-1.6057,0,0,-0.719339,0.694659,180,100,1,0),(242106,181016,530,1,1,9729.43,-7314.13,24.7305,2.56563,0,0,0.958819,0.284017,180,100,1,0),(242105,181022,530,1,1,9866.91,-7124.32,30.8774,-2.86234,0,0,-0.990268,0.139173,180,100,1,0),(242104,181027,530,1,1,9844.72,-7253.45,27.2703,-2.33874,0,0,-0.920505,0.390732,180,100,1,0),(242103,181018,530,1,1,9825.28,-7214.29,34.3908,-2.07694,0,0,-0.861629,0.507539,180,100,1,0),(242102,181027,530,1,1,9881.25,-7191.33,31.8442,-0.837758,0,0,-0.406737,0.913545,180,100,1,0),(242101,181016,530,1,1,9760.96,-7298.79,24.7314,-1.79769,0,0,-0.782608,0.622514,180,100,1,0),(242100,181016,530,1,1,9746.09,-7307.13,24.7326,2.63545,0,0,0.968148,0.250379,180,100,1,0),(242099,181016,530,1,1,9775.09,-7288.95,24.7364,-2.84489,0,0,-0.989016,0.147808,180,100,1,0),(242098,181017,530,1,1,9638.37,-7397.28,22.6856,-1.50098,0,0,-0.681997,0.731355,180,100,1,0),(242097,181016,530,1,1,9644.85,-7399.78,15.699,1.29154,0,0,0.601814,0.798637,180,100,1,0),(242096,181022,530,1,1,9689.57,-7286.36,14.2748,2.3911,0,0,0.930417,0.366502,180,100,1,0),(242095,181016,530,1,1,9628.29,-7254.45,16.4952,-1.25664,0,0,-0.587786,0.809016,180,100,1,0),(242094,181016,530,1,1,9687.74,-7206.66,14.3105,1.69297,0,0,0.748956,0.66262,180,100,1,0),(242093,181016,530,1,1,9655.05,-7106.38,14.323,2.89725,0,0,0.992546,0.121868,180,100,1,0),(242092,181018,530,1,1,9663.48,-7144.87,19.024,2.60054,0,0,0.96363,0.267239,180,100,1,0),(242091,181016,530,1,1,9678.81,-7129.61,14.323,-2.87979,0,0,-0.991445,0.130528,180,100,1,0),(242090,181018,530,1,1,9633.49,-7144.69,18.9398,0.558505,0,0,0.275637,0.961262,180,100,1,0),(242089,181018,530,1,1,9888.21,-7440.49,18.4332,2.07694,0,0,0.861629,0.507539,180,100,1,0),(242088,181016,530,1,1,9812.97,-7428.58,13.6163,1.71042,0,0,0.754709,0.65606,180,100,1,0),(242087,181025,530,1,1,9863.33,-7454.57,22.9459,1.81514,0,0,0.78801,0.615662,180,100,1,0),(242086,181018,530,1,1,9820.21,-7445.31,18.3621,0.663225,0,0,0.325568,0.945519,180,100,1,0),(242085,181025,530,1,1,9838.11,-7454.22,23.0067,1.55334,0,0,0.700908,0.713252,180,100,1,0),(242084,181022,530,1,1,9806.77,-7407.16,13.6263,0.610865,0,0,0.300706,0.953717,180,100,1,0),(242083,181016,530,1,1,9862.43,-7450.91,13.6452,-0.139626,0,0,-0.0697563,0.997564,180,100,1,0),(242082,181017,530,1,1,9752.51,-7336.51,34.976,1.91986,0,0,0.819151,0.573577,180,100,1,0),(242081,181027,530,1,1,9848.27,-7239.6,27.2089,1.22173,0,0,0.573576,0.819152,180,100,1,0),(242080,181055,530,1,1,9955.16,-7098.38,59.8619,-2.28638,0,0,-0.909961,0.414694,180,100,1,0),(242079,181027,530,1,1,9870.33,-7184.64,31.8705,2.04204,0,0,0.852641,0.522496,180,100,1,0),(242078,181016,530,1,1,9770.45,-7313.02,24.7307,-0.20944,0,0,-0.104529,0.994522,180,100,1,0),(242077,181016,530,1,1,9734.25,-7330.14,24.7273,-1.43117,0,0,-0.656059,0.75471,180,100,1,0),(242076,181055,530,1,1,9946.34,-7241.46,43.9058,2.9147,0,0,0.993572,0.113203,180,100,1,0),(242075,181018,530,1,1,9867.82,-7250.42,34.2824,-2.37365,0,0,-0.927184,0.374606,180,100,1,0),(242074,181018,530,1,1,9950.98,-7081.83,51.5927,-0.20944,0,0,-0.104529,0.994522,180,100,1,0),(242073,181016,530,1,1,9665.25,-7413.47,13.611,0.05236,0,0,0.026177,0.999657,180,100,1,0),(242072,181018,530,1,1,9628.7,-7397.23,19.8947,-1.58825,0,0,-0.713251,0.700909,180,100,1,0),(242071,181018,530,1,1,9800.51,-7459.87,21.5852,-1.55334,0,0,-0.700908,0.713252,180,100,1,0),(242070,181016,530,1,1,9679.71,-7394.5,11.605,-1.88496,0,0,-0.809018,0.587783,180,100,1,0),(242069,181016,530,1,1,9614.28,-7254.57,16.4908,0.575959,0,0,0.284016,0.95882,180,100,1,0),(242068,181018,530,1,1,9626.57,-7252.65,18.881,-1.72788,0,0,-0.760407,0.649446,180,100,1,0),(242067,181025,530,1,1,9518.93,-7076.87,35.1824,-1.51844,0,0,-0.688356,0.725373,180,100,1,0),(242066,181027,530,1,1,9561.6,-7129.25,16.3311,-0.244346,0,0,-0.121869,0.992546,180,100,1,0),(242065,181018,530,1,1,9542.48,-7245.92,19.6978,-2.47837,0,0,-0.945519,0.325567,180,100,1,0),(242064,181018,530,1,1,9486.54,-7355.19,18.5544,-0.296706,0,0,-0.147809,0.989016,180,100,1,0),(242063,181019,530,1,1,9488.99,-7311.45,16.7107,-1.15192,0,0,-0.54464,0.83867,180,100,1,0),(242062,181016,530,1,1,9518.1,-7290.62,14.3855,-2.6529,0,0,-0.970296,0.241922,180,100,1,0),(242061,181018,530,1,1,9546.85,-7291.17,18.4692,1.53589,0,0,0.694658,0.71934,180,100,1,0),(242060,181019,530,1,1,9484.29,-7307.54,16.7098,-0.994838,0,0,-0.477159,0.878817,180,100,1,0),(242059,181018,530,1,1,9487.18,-7335.85,18.7497,0.017453,0,0,0.00872639,0.999962,180,100,1,0),(242058,181019,530,1,1,9526.42,-7219.32,17.2962,3.00197,0,0,0.997564,0.0697546,180,100,1,0),(242057,181016,530,1,1,9556.41,-7178.68,14.2535,0.261799,0,0,0.130526,0.991445,180,100,1,0),(242056,181027,530,1,1,9546.19,-7133.55,16.3426,1.11701,0,0,0.529919,0.848048,180,100,1,0),(242055,181019,530,1,1,9524.03,-7219.3,17.2962,-2.16421,0,0,-0.882948,0.469471,180,100,1,0),(242054,181019,530,1,1,9587.12,-7206.62,17.4113,2.33874,0,0,0.920505,0.390732,180,100,1,0),(242053,181018,530,1,1,9576.13,-7425.43,20.0839,-0.820305,0,0,-0.398749,0.91706,180,100,1,0),(242052,181016,530,1,1,9583.66,-7444.98,13.5061,-1.64061,0,0,-0.731354,0.681998,180,100,1,0),(242051,181016,530,1,1,9583.84,-7455.04,13.5067,-2.19912,0,0,-0.891008,0.453988,180,100,1,0),(242050,181016,530,1,1,9583.69,-7425.88,13.5103,-1.81514,0,0,-0.78801,0.615662,180,100,1,0),(242049,181018,530,1,1,9577.85,-7444.63,20.2819,0.925024,0,0,0.446198,0.894934,180,100,1,0),(242048,181016,530,1,1,9520.94,-7261.12,14.3634,1.48353,0,0,0.67559,0.737277,180,100,1,0),(242047,181019,530,1,1,9485.89,-7307.27,16.7097,-1.91986,0,0,-0.819151,0.573577,180,100,1,0),(242046,181016,530,1,1,9520.53,-7415.2,14.3146,-1.93731,0,0,-0.824125,0.566409,180,100,1,0),(242045,181019,530,1,1,9488.38,-7312.96,16.711,2.70526,0,0,0.976296,0.21644,180,100,1,0),(242044,181018,530,1,1,9555.7,-7291.21,18.4422,1.64061,0,0,0.731354,0.681998,180,100,1,0),(242043,181022,530,1,1,9477.57,-7303.16,14.3695,1.0472,0,0,0.500001,0.866025,180,100,1,0),(242042,181016,530,1,1,9642.19,-7165.24,14.3229,1.90241,0,0,0.814116,0.580702,180,100,1,0),(242041,181016,530,1,1,9746.57,-7174.86,14.3237,-3.01942,0,0,-0.998135,0.0610484,180,100,1,0),(242040,181020,530,1,1,9647.63,-7156.85,35.7605,-1.69297,0,0,-0.748956,0.66262,180,100,1,0),(242039,181018,530,1,1,9657.01,-7150.79,19.117,2.04204,0,0,0.852641,0.522496,180,100,1,0),(242038,181020,530,1,1,9669.65,-7135.43,35.5114,0.017453,0,0,0.00872639,0.999962,180,100,1,0),(242037,181022,530,1,1,9806.04,-7431.57,13.6187,-0.767945,0,0,-0.374607,0.927184,180,100,1,0),(242036,181016,530,1,1,9812.85,-7410.42,13.6247,1.88496,0,0,0.809018,0.587783,180,100,1,0),(242035,181016,530,1,1,9825.43,-7410.53,13.6259,0.837758,0,0,0.406737,0.913545,180,100,1,0),(242034,181018,530,1,1,9881.71,-7445.71,18.4488,2.49582,0,0,0.948324,0.317305,180,100,1,0),(242033,181016,530,1,1,9839.54,-7451.33,13.6458,0.244346,0,0,0.121869,0.992546,180,100,1,0),(242032,181022,530,1,1,9850.01,-7382.79,18.6102,-1.6057,0,0,-0.719339,0.694659,180,100,1,0),(242031,181018,530,1,1,9813.95,-7440.06,18.5338,0.942478,0,0,0.453991,0.891006,180,100,1,0),(242030,181016,530,1,1,9875.17,-7428.63,13.589,2.25148,0,0,0.902586,0.430509,180,100,1,0),(242029,181016,530,1,1,9825.06,-7428.28,13.6186,-2.58309,0,0,-0.961262,0.275636,180,100,1,0),(242028,181016,530,1,1,9875.02,-7410.74,13.5832,2.02458,0,0,0.848048,0.52992,180,100,1,0),(242027,181017,530,1,1,9734.03,-7343.02,35.0236,1.90241,0,0,0.814116,0.580702,180,100,1,0),(242026,181027,530,1,1,9850.55,-7216.79,32.0508,1.85005,0,0,0.798636,0.601815,180,100,1,0),(242025,181027,530,1,1,9861.69,-7203.56,31.9816,-2.96706,0,0,-0.996195,0.0871556,180,100,1,0),(242024,181027,530,1,1,9889.95,-7200.95,31.8697,0.890118,0,0,0.430511,0.902585,180,100,1,0),(242023,181027,530,1,1,9825.89,-7237.29,27.191,1.79769,0,0,0.782608,0.622514,180,100,1,0),(242022,181027,530,1,1,9860.64,-7225.19,32.1409,0.279253,0,0,0.139173,0.990268,180,100,1,0),(242021,181027,530,1,1,9883.75,-7223.83,31.8922,-0.680679,0,0,-0.333807,0.942641,180,100,1,0),(242020,181022,530,1,1,9821.52,-7255.12,26.1467,-2.61799,0,0,-0.965925,0.258821,180,100,1,0),(242019,181022,530,1,1,9880.78,-7153.58,30.9503,-2.53073,0,0,-0.953717,0.300705,180,100,1,0),(242018,181022,530,1,1,9943.32,-7191.94,30.8752,-1.69297,0,0,-0.748956,0.66262,180,100,1,0),(242017,181016,530,1,1,9631.82,-7399.67,15.6954,1.46608,0,0,0.669132,0.743144,180,100,1,0),(242016,181018,530,1,1,9788.54,-7459.79,21.5471,-1.53589,0,0,-0.694658,0.71934,180,100,1,0),(242015,181016,530,1,1,9685.96,-7394.53,11.6048,-2.47837,0,0,-0.945519,0.325567,180,100,1,0),(242014,181025,530,1,1,9661.73,-7289.44,20.1413,1.53589,0,0,0.694658,0.71934,180,100,1,0),(242013,181022,530,1,1,9662.47,-7240.89,14.3636,-1.11701,0,0,-0.529919,0.848048,180,100,1,0),(242012,181025,530,1,1,9677.25,-7226.38,28.1885,-1.50098,0,0,-0.681997,0.731355,180,100,1,0),(242011,181025,530,1,1,9691.53,-7289.64,19.6103,1.53589,0,0,0.694658,0.71934,180,100,1,0),(242010,181017,530,1,1,9767.38,-7495.05,28.2891,3.05433,0,0,0.999048,0.0436174,180,100,1,0),(242009,181016,530,1,1,9708.06,-7493.28,13.5236,-1.23918,0,0,-0.580701,0.814117,180,100,1,0),(242008,181018,530,1,1,9799.94,-7516.06,21.147,1.5708,0,0,0.707108,0.707106,180,100,1,0),(242007,181018,530,1,1,9775.62,-7515.92,21.1812,1.39626,0,0,0.642786,0.766046,180,100,1,0),(242006,181016,530,1,1,9658.9,-7492.71,13.5224,-0.733038,0,0,-0.358368,0.93358,180,100,1,0),(242005,181018,530,1,1,9655.72,-7516.81,24.749,0.122173,0,0,0.0610485,0.998135,180,100,1,0),(242004,181017,530,1,1,9683.36,-7495.41,26.9979,1.53589,0,0,0.694658,0.71934,180,100,1,0),(242003,181018,530,1,1,9575.92,-7474.41,20.0064,0.750492,0,0,0.366501,0.930417,180,100,1,0),(242002,181017,530,1,1,9767.38,-7480.58,28.1816,-3.08923,0,0,-0.999657,0.0261783,180,100,1,0),(242001,181018,530,1,1,9710.68,-7517.24,24.6095,3.14159,0,0,1,0.00000126759,180,100,1,0),(242000,181018,530,1,1,9664,-7494.53,21.3056,1.43117,0,0,0.656059,0.75471,180,100,1,0),(241999,181017,530,1,1,9694.37,-7495.96,25.6203,1.6057,0,0,0.719339,0.694659,180,100,1,0),(241998,181018,530,1,1,9702.63,-7494.75,20.8742,1.69297,0,0,0.748956,0.66262,180,100,1,0),(241997,181018,530,1,1,9787.98,-7515.99,21.1214,1.50098,0,0,0.681997,0.731355,180,100,1,0),(241996,181016,530,1,1,9583.93,-7474,13.5073,0.418879,0,0,0.207912,0.978148,180,100,1,0),(241995,181017,530,1,1,9672.39,-7495.99,25.6702,1.53589,0,0,0.694658,0.71934,180,100,1,0),(241994,181060,1,1,1,-1235.88,-55.7595,166.207,-1.0472,0,0,-0.500001,0.866025,180,100,1,0),(241993,181060,1,1,1,-1407.64,-111.458,162.298,2.87979,0,0,0.991445,0.130528,180,100,1,0),(241992,181020,1,1,1,-1146.22,17.2813,150.335,0.488692,0,0,0.241922,0.970296,180,100,1,0),(241991,181060,1,1,1,-1213.46,-12.5487,169.181,-1.02974,0,0,-0.492422,0.870357,180,100,1,0),(241990,181060,1,1,1,-1288.88,130.987,134.571,2.04204,0,0,0.852641,0.522496,180,100,1,0),(241989,181060,1,1,1,-1290.47,132.949,134.571,-0.628319,0,0,-0.309017,0.951056,180,100,1,0),(241988,181014,1,1,1,-1123.94,65.1875,158.35,-1.8675,0,0,-0.803856,0.594824,180,100,1,0),(241987,181060,1,1,1,-1294.23,97.8879,133.66,-1.32645,0,0,-0.615661,0.788011,180,100,1,0),(241986,181060,1,1,1,-1193.23,-7.46246,168.891,-0.2618,0,0,-0.130526,0.991445,180,100,1,0),(241985,181060,1,1,1,-1230.7,-41.4822,167.769,2.60054,0,0,0.96363,0.267239,180,100,1,0),(241984,181060,1,1,1,-1236.08,82.8995,133.533,-2.74017,0,0,-0.979925,0.199366,180,100,1,0),(241983,181060,1,1,1,-1256.15,51.2523,129.965,-2.77507,0,0,-0.983255,0.182237,180,100,1,0),(241982,181060,1,1,1,-1147.1,26.9074,148.415,0.069813,0,0,0.0348994,0.999391,180,100,1,0),(241981,181060,1,1,1,-1236.09,-58.2324,166.207,-3.12414,0,0,-0.999962,0.0087262,180,100,1,0),(241980,181060,1,1,1,-1228.75,45.3529,131.096,-2.51327,0,0,-0.951056,0.309019,180,100,1,0),(241979,181060,1,1,1,-1183.14,-57.4883,165.055,0.244346,0,0,0.121869,0.992546,180,100,1,0),(241978,181020,1,1,1,-1200.74,40.0504,180.859,-1.3439,0,0,-0.622513,0.782609,180,100,1,0),(241977,181060,1,1,1,-1192.85,-5.08306,168.891,-1.13446,0,0,-0.537298,0.843393,180,100,1,0),(241976,181060,1,1,1,-1118.2,37.1479,144.723,-2.68781,0,0,-0.97437,0.22495,180,100,1,0),(241975,181027,1,1,1,-1266.06,100.961,127.886,-1.18682,0,0,-0.559191,0.829039,180,100,1,0),(241974,181016,1,1,1,1693.92,-4351.96,61.5084,2.32129,0,0,0.91706,0.398748,180,100,1,0),(241973,181027,1,1,1,1993.21,-4673.66,24.5558,2.32129,0,0,0.91706,0.398748,180,100,1,0),(241972,181018,1,1,1,2011.81,-4645.75,36.5273,-2.58309,0,0,-0.961262,0.275636,180,100,1,0),(241971,181060,1,1,1,-1091.03,1.14784,143.954,2.61799,0,0,0.965925,0.258821,180,100,1,0),(241970,181060,1,1,1,-1292.63,114.803,134.367,0.069813,0,0,0.0348994,0.999391,180,100,1,0),(241969,181060,1,1,1,-1278.87,81.8948,131.839,-2.58309,0,0,-0.961262,0.275636,180,100,1,0),(241968,181014,1,1,1,-1180.66,-92.8976,177.532,2.53073,0,0,0.953717,0.300705,180,100,1,0),(241967,181027,1,1,1,-1256.94,101.069,127.886,2.19912,0,0,0.891008,0.453988,180,100,1,0),(241966,181060,1,1,1,-1253.88,51.9722,129.965,1.46608,0,0,0.669132,0.743144,180,100,1,0),(241965,181060,1,1,1,-1102.7,19.6779,143.861,-0.750491,0,0,-0.366501,0.930418,180,100,1,0),(241964,181060,1,1,1,-1118.3,39.446,144.723,-1.32645,0,0,-0.615661,0.788011,180,100,1,0),(241963,181016,1,1,1,1698.88,-4342.24,62.0575,2.74017,0,0,0.979925,0.199366,180,100,1,0),(241962,181016,1,1,1,1675.8,-4311.48,61.6065,-1.58825,0,0,-0.713251,0.700909,180,100,1,0),(241961,181016,1,1,1,1688.17,-4313.84,61.6555,-2.28638,0,0,-0.909961,0.414694,180,100,1,0),(241960,181018,1,1,1,1897.01,-4606.08,40.9014,2.9147,0,0,0.993572,0.113203,180,100,1,0),(241959,181016,1,1,1,1675.11,-4361.82,62.06,1.65806,0,0,0.737276,0.675591,180,100,1,0),(241958,181018,1,1,1,1919.7,-4582.7,41.1832,-0.314159,0,0,-0.156434,0.987688,180,100,1,0),(241957,181060,1,1,1,1769.25,-4321.72,6.2909,1.55334,0,0,0.700908,0.713252,180,100,1,0),(241956,181018,1,1,1,1900.84,-4339.25,26.3603,-0.733038,0,0,-0.358368,0.93358,180,100,1,0),(241955,181060,1,1,1,-1187.53,-36.2961,166.354,-0.471239,0,0,-0.233445,0.97237,180,100,1,0),(241954,181060,1,1,1,-1231.69,-43.6813,167.769,1.97222,0,0,0.833885,0.551938,180,100,1,0),(241953,181020,1,1,1,-1248.75,-62.7547,170.309,0.087266,0,0,0.0436192,0.999048,180,100,1,0),(241952,181060,1,1,1,-1243.21,137.371,136.048,-1.29154,0,0,-0.601814,0.798637,180,100,1,0),(241951,181027,1,1,1,-1261.52,94.5747,127.886,0.872665,0,0,0.422618,0.906308,180,100,1,0),(241950,181020,1,1,1,-1192.92,22.2192,181.24,1.90241,0,0,0.814116,0.580702,180,100,1,0),(241949,181060,1,1,1,-1160.04,29.3408,149.03,1.20428,0,0,0.566407,0.824125,180,100,1,0),(241948,181014,1,1,1,-1108.48,-10.3021,157.776,1.78024,0,0,0.777147,0.629319,180,100,1,0),(241947,181060,1,1,1,-1041.59,-213.363,162.632,-2.46091,0,0,-0.942641,0.333809,180,100,1,0),(241946,181018,1,1,1,1712.41,-4219.7,55.258,-1.85005,0,0,-0.798636,0.601815,180,100,1,0),(241945,181055,1,1,1,1928.31,-4248.18,55.957,-1.48353,0,0,-0.67559,0.737277,180,100,1,0),(241944,181060,1,1,1,-1066.19,-241.4,162.283,3.00197,0,0,0.997564,0.0697546,180,100,1,0),(241943,181018,1,1,1,1915.48,-4252.46,50.5299,-1.50098,0,0,-0.681997,0.731355,180,100,1,0),(241942,181060,1,1,1,1774.14,-4317.93,6.51081,-1.41372,0,0,-0.649449,0.760405,180,100,1,0),(241941,181016,1,1,1,1658.49,-4314.09,62.0468,-0.994838,0,0,-0.477159,0.878817,180,100,1,0),(241940,181018,1,1,1,2030.91,-4657.26,37.322,-1.51844,0,0,-0.688356,0.725373,180,100,1,0),(241939,181018,1,1,1,1724.71,-4416.39,46.0725,0.698132,0,0,0.34202,0.939693,180,100,1,0),(241938,181016,1,1,1,1650.02,-4332.94,61.5018,0,0,0,0,1,180,100,1,0),(241937,181018,1,1,1,1677.66,-4423.05,28.1319,1.5708,0,0,0.707108,0.707106,180,100,1,0),(241936,181027,1,1,1,1961.35,-4645.08,24.5558,-0.523599,0,0,-0.258819,0.965926,180,100,1,0),(241935,181060,1,1,1,-1406.43,-109.242,162.298,-1.90241,0,0,-0.814116,0.580702,180,100,1,0),(241934,181060,1,1,1,-1103.8,21.8106,143.861,-2.16421,0,0,-0.882948,0.469471,180,100,1,0),(241933,181060,1,1,1,-1295.13,100.277,133.66,2.6529,0,0,0.970296,0.241922,180,100,1,0),(241932,181020,1,1,1,-1085.99,5.73009,147.634,-2.89725,0,0,-0.992546,0.121868,180,100,1,0),(241931,181020,1,1,1,-1204.61,25.1163,181.123,0.750492,0,0,0.366501,0.930417,180,100,1,0),(241930,181016,1,1,1,-1385.49,-58.1903,158.535,-2.11185,0,0,-0.870356,0.492423,180,100,1,0),(241929,181060,1,1,1,-1139.33,50.6481,147.17,0.05236,0,0,0.026177,0.999657,180,100,1,0),(241928,181060,1,1,1,-1114.43,4.69217,145.233,-1.43117,0,0,-0.656059,0.75471,180,100,1,0),(241927,181020,1,1,1,-1057.54,-259.685,168.674,1.71042,0,0,0.754709,0.65606,180,100,1,0),(241926,181060,1,1,1,-1063.76,-241.522,162.283,0.558505,0,0,0.275637,0.961262,180,100,1,0),(241925,181060,1,1,1,-1042.26,-215.809,162.632,-2.02458,0,0,-0.848048,0.52992,180,100,1,0),(241924,181027,1,1,1,1967.51,-4664.97,24.5558,1.18682,0,0,0.559191,0.829039,180,100,1,0),(241923,181027,1,1,1,1987.8,-4625.01,24.5558,2.44346,0,0,0.939692,0.342021,180,100,1,0),(241922,181060,1,1,1,1776.3,-4316.4,6.11171,2.25148,0,0,0.902586,0.430509,180,100,1,0),(241921,181060,1,1,1,1771.43,-4319.82,6.45918,1.51844,0,0,0.688356,0.725373,180,100,1,0),(241920,181018,1,1,1,1674.43,-4334.04,64.0697,1.11701,0,0,0.529919,0.848048,180,100,1,0),(241919,181060,1,1,1,1766.38,-4323.8,6.09742,-1.50098,0,0,-0.681997,0.731355,180,100,1,0),(241918,181055,1,1,1,1965.27,-4751.63,70.7718,1.97222,0,0,0.833885,0.551938,180,100,1,0),(241917,181016,1,1,1,1695.3,-4321.7,61.498,-2.54818,0,0,-0.956305,0.292372,180,100,1,0),(241916,181060,1,1,1,1764.03,-4325.3,5.91079,0.05236,0,0,0.026177,0.999657,180,100,1,0),(241915,181060,1,1,1,-1277,80.4661,131.839,0.436332,0,0,0.216439,0.976296,180,100,1,0),(241914,181020,1,1,1,-1423.93,-109.049,167.31,-0.610865,0,0,-0.300706,0.953717,180,100,1,0),(241913,181016,1,1,1,-1399.61,-48.9439,156.685,-2.3911,0,0,-0.930417,0.366502,180,100,1,0),(241912,181014,1,1,1,-1205,134.352,149.189,-2.42601,0,0,-0.936673,0.350206,180,100,1,0),(241911,181060,1,1,1,-1162.25,29.9081,149.03,-1.43117,0,0,-0.656059,0.75471,180,100,1,0),(241910,181018,1,1,1,1656.47,-4433.01,28.1114,2.33874,0,0,0.920505,0.390732,180,100,1,0),(241909,181018,1,1,1,1956.05,-4361.1,33.1505,-2.87979,0,0,-0.991445,0.130528,180,100,1,0),(241908,181018,1,1,1,1915.1,-4371.97,32.7758,0.314159,0,0,0.156434,0.987688,180,100,1,0),(241907,181018,1,1,1,1907.3,-4315.75,28.5347,0.279253,0,0,0.139173,0.990268,180,100,1,0),(241906,181021,1,1,1,1381.49,-4369.8,52.8347,-3.00197,0,0,-0.997564,0.0697546,180,100,1,0),(241905,181060,1,1,1,-1174.35,-72.6692,165.661,0.523599,0,0,0.258819,0.965926,180,100,1,0),(241904,181060,1,1,1,-1292.99,112.323,134.367,0.907571,0,0,0.438371,0.898794,180,100,1,0),(241903,181060,1,1,1,-1213.21,-10.1759,169.181,2.00713,0,0,0.843392,0.537299,180,100,1,0),(241902,181060,1,1,1,-1226.41,45.3912,131.096,-2.75762,0,0,-0.981627,0.190809,180,100,1,0),(241901,181060,1,1,1,-1224.42,81.4398,133.715,1.58825,0,0,0.713251,0.700909,180,100,1,0),(241900,181014,1,1,1,-1236.53,-90.0243,178.074,0.436332,0,0,0.216439,0.976296,180,100,1,0),(241899,181020,1,1,1,-1175.14,-48.8111,167.614,3.07178,0,0,0.999391,0.0348993,180,100,1,0),(241898,181060,1,1,1,-1226.72,80.6411,133.715,-2.47837,0,0,-0.945519,0.325567,180,100,1,0),(241897,181020,1,1,1,-1189.54,36.9993,180.617,-2.40855,0,0,-0.93358,0.35837,180,100,1,0),(241896,181060,1,1,1,-1174.21,-75.0951,165.661,2.84489,0,0,0.989016,0.147808,180,100,1,0),(241895,181016,1,1,1,-1290.7,150.55,129.743,1.76278,0,0,0.771624,0.636079,180,100,1,0),(241894,181016,1,1,1,-1190.94,25.9335,176.949,2.35619,0,0,0.923879,0.382686,180,100,1,0),(241893,181018,1,1,1,1941.74,-4251.02,50.9597,-1.67552,0,0,-0.743146,0.669129,180,100,1,0),(241892,181021,1,1,1,1706.77,-3929.71,71.8858,-1.01229,0,0,-0.484809,0.87462,180,100,1,0),(241891,181016,1,1,1,-1059.13,-7.60406,141.311,-0.767945,0,0,-0.374607,0.927184,180,100,1,0),(241890,181014,1,1,1,-1028.03,-41.6273,147.165,2.60054,0,0,0.96363,0.267239,180,100,1,0),(241889,181018,1,1,1,1695.88,-4277.76,41.1063,-2.23402,0,0,-0.898794,0.438372,180,100,1,0),(241888,181022,1,1,1,1858.83,-4514.74,23.7042,-2.61799,0,0,-0.965925,0.258821,180,100,1,0),(241887,181018,1,1,1,1743.51,-4403.31,46.0636,-2.6529,0,0,-0.970296,0.241922,180,100,1,0),(241886,181018,1,1,1,1928.96,-4584.59,41.3925,3.03687,0,0,0.998629,0.0523374,180,100,1,0),(241885,181018,1,1,1,1887.7,-4604.38,41.2229,-0.191986,0,0,-0.0958456,0.995396,180,100,1,0),(241884,181060,1,1,1,1779.42,-4313.93,5.45587,-0.401426,0,0,-0.199368,0.979925,180,100,1,0),(241883,181018,1,1,1,1441.37,-4416.68,37.9758,-2.28638,0,0,-0.909961,0.414694,180,100,1,0),(241882,181021,1,1,1,1661.55,-4344.48,75.2458,-2.58309,0,0,-0.961262,0.275636,180,100,1,0),(241881,181021,1,1,1,1685.85,-4327.43,74.8583,0.698132,0,0,0.34202,0.939693,180,100,1,0),(241880,181018,1,1,1,1425.61,-4369.41,38.829,0.907571,0,0,0.438371,0.898794,180,100,1,0),(241879,181021,1,1,1,1484.87,-4416.72,53.1904,0.10472,0,0,0.0523361,0.99863,180,100,1,0),(241878,181018,1,1,1,1432.57,-4427.82,38.966,0.890118,0,0,0.430511,0.902585,180,100,1,0),(241877,181021,1,1,1,1672.88,-4320.48,74.9852,1.64061,0,0,0.731354,0.681998,180,100,1,0),(241876,181021,1,1,1,1687.43,-4340.11,74.9505,-0.488692,0,0,-0.241922,0.970296,180,100,1,0),(241875,181018,1,1,1,1434.22,-4358.4,38.2172,-2.09439,0,0,-0.866024,0.500002,180,100,1,0),(241874,181021,1,1,1,1659.82,-4329.04,75.2346,2.68781,0,0,0.97437,0.22495,180,100,1,0),(241873,181017,1,1,1,1621.98,-4439.55,25.8617,2.49582,0,0,0.948324,0.317305,180,100,1,0),(241872,181060,1,1,1,1639.94,-4444.88,16.3301,1.69297,0,0,0.748956,0.66262,180,100,1,0),(241871,181016,1,1,1,1638.73,-4450.24,15.4065,1.98968,0,0,0.838672,0.544637,180,100,1,0),(241870,181019,1,1,1,1639.59,-4445.7,16.3232,-1.36136,0,0,-0.629322,0.777145,180,100,1,0),(241869,181017,1,1,1,1627.62,-4431.78,25.5626,2.54818,0,0,0.956305,0.292372,180,100,1,0),(241868,181016,1,1,1,1643.54,-4444.94,15.4065,-3.10669,0,0,-0.999848,0.0174505,180,100,1,0),(241867,181017,1,1,1,1624.57,-4435.78,25.7124,2.51327,0,0,0.951056,0.309019,180,100,1,0),(241866,181019,1,1,1,1640.67,-4445.25,16.3232,0.715585,0,0,0.350207,0.936672,180,100,1,0),(241865,181016,1,1,1,1632.28,-4360.02,12.7307,-2.30383,0,0,-0.913544,0.406739,180,100,1,0),(241864,181014,1,1,1,1659.33,-4346.13,67.0861,-2.53073,0,0,-0.953717,0.300705,180,100,1,0),(241863,181018,1,1,1,1630.14,-4373.75,19.1125,-2.72271,0,0,-0.978147,0.207914,180,100,1,0),(241862,181016,1,1,1,1622.07,-4385.72,12.2943,0.872665,0,0,0.422618,0.906308,180,100,1,0),(241861,181014,1,1,1,1663.45,-4345.16,38.0168,-2.37365,0,0,-0.927184,0.374606,180,100,1,0),(241860,181016,1,1,1,1615.25,-4371.44,12.3255,-0.314159,0,0,-0.156434,0.987688,180,100,1,0),(241859,181016,1,1,1,1642.59,-4372.39,12.7448,-2.86234,0,0,-0.990268,0.139173,180,100,1,0),(241858,181016,1,1,1,-1287.73,37.0892,129.209,1.97222,0,0,0.833885,0.551938,180,100,1,0),(241857,181017,1,1,1,-1294.72,40.1545,135.862,-2.67035,0,0,-0.972369,0.233447,180,100,1,0),(241856,181017,1,1,1,-1311.32,32.3073,135.914,0.541052,0,0,0.267238,0.96363,180,100,1,0),(241855,181021,1,1,1,-1277.65,49.8685,144.238,0.558505,0,0,0.275637,0.961262,180,100,1,0),(241854,181016,1,1,1,-1292.91,49.4335,129.209,-1.16937,0,0,-0.551937,0.833886,180,100,1,0),(241853,181019,1,1,1,-1290.56,49.203,138.795,-1.76278,0,0,-0.771624,0.636079,180,100,1,0),(241852,181060,1,1,1,-1149.42,27.2867,148.415,-2.84489,0,0,-0.989016,0.147808,180,100,1,0),(241851,181060,1,1,1,-1114.98,7.12733,145.233,-1.95477,0,0,-0.829038,0.559192,180,100,1,0),(241850,181060,1,1,1,-1186.31,-38.4025,166.354,0.959931,0,0,0.461749,0.887011,180,100,1,0),(241849,181060,1,1,1,-1234.44,84.6758,133.533,-2.79253,0,0,-0.984808,0.173647,180,100,1,0),(241848,181060,1,1,1,-1245.64,137.252,136.048,1.41372,0,0,0.649449,0.760405,180,100,1,0),(241847,181060,1,1,1,-1183.16,-54.9835,165.055,0.244346,0,0,0.121869,0.992546,180,100,1,0),(241846,181060,1,1,1,-1091.37,-1.32107,143.954,0.767945,0,0,0.374607,0.927184,180,100,1,0),(241845,181060,1,1,1,-1140.31,48.5482,147.17,1.27409,0,0,0.594823,0.803857,180,100,1,0),(241844,181016,1,1,1,-1250.87,27.5822,128.187,-2.70526,0,0,-0.976296,0.21644,180,100,1,0),(241843,181016,1,1,1,-1265.91,26.0747,128.187,-0.226893,0,0,-0.113203,0.993572,180,100,1,0),(241842,181016,1,1,1,-1251.77,20.0596,128.187,2.54818,0,0,0.956305,0.292372,180,100,1,0),(241841,181016,1,1,1,-1263.3,18.5099,128.187,0.820305,0,0,0.398749,0.91706,180,100,1,0),(241840,181017,1,1,1,-1259.44,39.8108,133.912,1.62316,0,0,0.725376,0.688353,180,100,1,0),(241839,181016,1,1,1,-1277.25,162.139,131.136,2.68781,0,0,0.97437,0.22495,180,100,1,0),(241838,181016,1,1,1,-1202.39,25.2032,176.949,0.855211,0,0,0.414693,0.909961,180,100,1,0),(241837,181014,1,1,1,-1297.66,192.871,137.188,1.65806,0,0,0.737276,0.675591,180,100,1,0),(241836,181014,1,1,1,-1210.72,34.2156,192.245,2.84489,0,0,0.989016,0.147808,180,100,1,0),(241835,181016,1,1,1,-1304.97,144.895,131.385,1.41372,0,0,0.649449,0.760405,180,100,1,0),(241834,181016,1,1,1,-1067.54,-18.4063,140.607,-0.523599,0,0,-0.258819,0.965926,180,100,1,0),(241833,181014,1,1,1,-1185.54,27.9683,195.245,-0.296706,0,0,-0.147809,0.989016,180,100,1,0),(241832,181016,1,1,1,-1071.91,-32.9583,141.348,-0.174533,0,0,-0.0871558,0.996195,180,100,1,0),(241831,181055,1,1,1,1588.31,-4108.94,46.2348,-0.977384,0,0,-0.469471,0.882948,180,100,1,0),(241830,181060,0,1,1,1636.11,244.58,-34.8105,-2.25148,0,0,-0.902586,0.430509,180,100,1,0),(241829,181060,0,1,1,1603.55,199.13,-40.7256,1.78024,0,0,0.777147,0.629319,180,100,1,0),(241828,181060,0,1,1,1607.9,278.295,-34.8444,1.41372,0,0,0.649449,0.760405,180,100,1,0),(241827,181060,0,1,1,1617.92,205.694,-40.7951,2.42601,0,0,0.936673,0.350206,180,100,1,0),(241826,181060,0,1,1,1560.98,259.348,-34.8111,2.16421,0,0,0.882948,0.469471,180,100,1,0),(241825,181060,0,1,1,1620.63,210.139,-34.8459,-0.20944,0,0,-0.104529,0.994522,180,100,1,0),(241824,181060,0,1,1,1554.6,231.532,-40.7101,2.89725,0,0,0.992546,0.121868,180,100,1,0),(241823,181060,0,1,1,1578.06,275.812,-34.8425,1.37881,0,0,0.636078,0.771625,180,100,1,0),(241822,181060,0,1,1,1570.76,270.908,-34.8359,1.23918,0,0,0.580701,0.814117,180,100,1,0),(241821,181060,0,1,1,1565.89,214.636,-34.8104,0.314159,0,0,0.156434,0.987688,180,100,1,0),(241820,181060,0,1,1,1636.01,235.241,-34.8096,-1.27409,0,0,-0.594823,0.803857,180,100,1,0),(241819,181060,0,1,1,1554.78,249.882,-40.7112,2.23402,0,0,0.898794,0.438372,180,100,1,0),(241818,181027,0,1,1,1459.6,319.881,-64.4786,1.29154,0,0,0.601814,0.798637,180,100,1,0),(241817,181027,0,1,1,1442.43,201.785,-64.4786,-1.62316,0,0,-0.725376,0.688353,180,100,1,0),(241816,181027,0,1,1,1521.35,379.553,-64.4786,0.296706,0,0,0.147809,0.989016,180,100,1,0),(241815,181027,0,1,1,1636.53,389.252,-64.4786,0.383972,0,0,0.190809,0.981627,180,100,1,0),(241814,181025,0,1,1,1594.39,52.9281,-50.7143,1.5708,0,0,0.707108,0.707106,180,100,1,0),(241813,181027,0,1,1,1558.55,393.236,-64.4786,-2.05949,0,0,-0.857168,0.515037,180,100,1,0),(241812,181025,0,1,1,1783.2,237.736,-50.6241,-3.12414,0,0,-0.999962,0.0087262,180,100,1,0),(241811,181027,0,1,1,1596.63,397.226,-64.4786,-0.349066,0,0,-0.173648,0.984808,180,100,1,0),(241810,181027,0,1,1,1731.75,160.798,-64.4786,-1.69297,0,0,-0.748956,0.66262,180,100,1,0),(241809,181027,0,1,1,1582.82,270.919,-64.4786,1.18682,0,0,0.559191,0.829039,180,100,1,0),(241808,181060,0,1,1,1629.66,263.248,-40.9019,-1.69297,0,0,-0.748956,0.66262,180,100,1,0),(241807,181060,0,1,1,1560.75,221.971,-34.8116,0.436332,0,0,0.216439,0.976296,180,100,1,0),(241806,181060,0,1,1,1630.29,221.499,-34.8128,0.331613,0,0,0.165048,0.986286,180,100,1,0),(241805,181060,0,1,1,1604.37,281.328,-40.8098,0.122173,0,0,0.0610485,0.998135,180,100,1,0),(241804,181060,0,1,1,1618.72,274.337,-40.8867,2.93215,0,0,0.994522,0.10453,180,100,1,0),(241803,181060,0,1,1,1607.48,202.24,-34.8466,0.471239,0,0,0.233445,0.97237,180,100,1,0),(241802,181060,0,1,1,1629.16,216.474,-40.702,0.506145,0,0,0.25038,0.968148,180,100,1,0),(241801,181060,0,1,1,1573.4,274.89,-40.7745,-0.174533,0,0,-0.0871558,0.996195,180,100,1,0),(241800,181060,0,1,1,1586.88,199.268,-40.7277,-2.47837,0,0,-0.945519,0.325567,180,100,1,0),(241799,181060,0,1,1,1561.64,217.309,-40.6901,2.68781,0,0,0.97437,0.22495,180,100,1,0),(241798,181016,0,1,1,1589.55,234.288,60.1507,0.785398,0,0,0.382683,0.92388,180,100,1,0),(241797,181027,0,1,1,1595.46,82.8779,-64.4786,-0.174533,0,0,-0.0871558,0.996195,180,100,1,0),(241796,181027,0,1,1,1747.87,199.132,-64.4786,-2.56563,0,0,-0.958819,0.284017,180,100,1,0),(241795,181027,0,1,1,1752.5,239.586,-64.4786,-2.04204,0,0,-0.852641,0.522496,180,100,1,0),(241794,181027,0,1,1,1481.61,127.706,-64.4786,1.309,0,0,0.608763,0.793352,180,100,1,0),(241793,181027,0,1,1,1581.26,208.777,-64.4786,-0.663225,0,0,-0.325568,0.945519,180,100,1,0),(241792,181027,0,1,1,1672.13,101.345,-64.4786,-1.25664,0,0,-0.587786,0.809016,180,100,1,0),(241791,181027,0,1,1,1680.95,370.951,-64.4786,0.907571,0,0,0.438371,0.898794,180,100,1,0),(241790,181027,0,1,1,1634.06,90.87,-64.4786,2.23402,0,0,0.898794,0.438372,180,100,1,0),(241789,181027,0,1,1,1609.73,208.739,-64.4786,-1.29154,0,0,-0.601814,0.798637,180,100,1,0),(241788,181027,0,1,1,1704.93,125.161,-64.4786,-2.09439,0,0,-0.866024,0.500002,180,100,1,0),(241787,181060,0,1,1,1583.94,278.432,-34.8459,2.74017,0,0,0.979925,0.199366,180,100,1,0),(241786,181060,0,1,1,1633.82,252.787,-34.8056,-1.50098,0,0,-0.681997,0.731355,180,100,1,0),(241785,181060,0,1,1,1570.24,210.329,-34.8401,-2.49582,0,0,-0.948324,0.317305,180,100,1,0),(241784,181060,0,1,1,1630.67,258.803,-34.8106,1.44862,0,0,0.662619,0.748957,180,100,1,0),(241783,181060,0,1,1,1624.88,214.133,-34.8118,-2.70526,0,0,-0.976296,0.21644,180,100,1,0),(241782,181060,0,1,1,1613.23,204.839,-34.8436,-1.25664,0,0,-0.587786,0.809016,180,100,1,0),(241781,181060,0,1,1,1625.44,265.981,-34.8108,-0.226893,0,0,-0.113203,0.993572,180,100,1,0),(241780,181060,0,1,1,1566.17,266.398,-34.8092,-2.94961,0,0,-0.995396,0.095844,180,100,1,0),(241779,181060,0,1,1,1562.17,264.058,-40.7658,-0.837758,0,0,-0.406737,0.913545,180,100,1,0),(241778,181060,0,1,1,1583.37,202.294,-34.8428,-3.00197,0,0,-0.997564,0.0697546,180,100,1,0),(241777,181019,0,1,1,1701.38,241.146,-41.5217,1.309,0,0,0.608763,0.793352,180,100,1,0),(241776,181060,0,1,1,1579.19,245.857,60.1515,1.46608,0,0,0.669132,0.743144,180,100,1,0),(241775,181060,0,1,1,1590.42,256.867,60.1515,-3.07178,0,0,-0.999391,0.0348993,180,100,1,0),(241774,181019,0,1,1,1708.3,231.784,-41.2571,1.67552,0,0,0.743146,0.669129,180,100,1,0),(241773,181019,0,1,1,1709.12,246.94,-41.2577,-1.39626,0,0,-0.642786,0.766046,180,100,1,0),(241772,181025,0,1,1,1719.17,239.088,-24.511,0,0,0,0,1,180,100,1,0),(241771,181019,0,1,1,1682.74,246.803,-41.2577,0.069813,0,0,0.0348994,0.999391,180,100,1,0),(241770,181019,0,1,1,1701.99,232.31,-41.2565,-3.12414,0,0,-0.999962,0.0087262,180,100,1,0),(241769,181060,0,1,1,1600.75,223.21,60.1515,-1.74533,0,0,-0.766045,0.642787,180,100,1,0),(241768,181019,0,1,1,1691.12,232.09,-41.2572,2.44346,0,0,0.939692,0.342021,180,100,1,0),(241767,181027,0,1,1,1748.11,280.002,-64.4786,0.802851,0,0,0.390731,0.920505,180,100,1,0),(241766,181025,0,1,1,1408.34,241.411,-50.6636,0.017453,0,0,0.00872639,0.999962,180,100,1,0),(241765,181027,0,1,1,1553.21,89.4006,-64.4786,-2.51327,0,0,-0.951056,0.309019,180,100,1,0),(241764,181027,0,1,1,1458.7,160.822,-64.4786,-2.42601,0,0,-0.936673,0.350206,180,100,1,0),(241763,181027,0,1,1,1443.8,285.548,-64.4786,-2.28638,0,0,-0.909961,0.414694,180,100,1,0),(241762,181027,0,1,1,1515.95,104.481,-64.4786,0.453786,0,0,0.224951,0.97437,180,100,1,0),(241761,181027,0,1,1,1611.55,269.952,-64.4786,-2.53073,0,0,-0.953717,0.300705,180,100,1,0),(241760,181027,0,1,1,1485.2,352.151,-64.4786,1.48353,0,0,0.67559,0.737277,180,100,1,0),(241759,181027,0,1,1,1720.83,336.018,-64.4786,0.645772,0,0,0.317305,0.948324,180,100,1,0),(241758,181027,0,1,1,1438,242.31,-64.4786,-2.30383,0,0,-0.913544,0.406739,180,100,1,0),(241757,181018,0,1,1,1585.86,230.646,-47.4108,-2.35619,0,0,-0.923879,0.382686,180,100,1,0),(241756,181018,0,1,1,1605.16,230.557,-47.4507,-0.750491,0,0,-0.366501,0.930418,180,100,1,0),(241755,181019,0,1,1,1605.69,276.238,-54.2526,-0.279253,0,0,-0.139173,0.990268,180,100,1,0),(241754,181018,0,1,1,1605.44,249.869,-47.3329,0.802851,0,0,0.390731,0.920505,180,100,1,0),(241753,181019,0,1,1,1590.35,206.828,-54.2666,2.9147,0,0,0.993572,0.113203,180,100,1,0),(241752,181019,0,1,1,1586.32,277.428,-54.2526,1.13446,0,0,0.537298,0.843393,180,100,1,0),(241751,181015,0,1,1,-8987.69,509.24,97.0765,-0.890118,0,0,-0.430511,0.902585,180,100,1,0),(241750,181018,0,1,1,1586.07,250.113,-47.3099,2.35619,0,0,0.923879,0.382686,180,100,1,0),(241749,181060,0,1,1,1636.74,249.196,-40.836,0.680678,0,0,0.333807,0.942642,180,100,1,0),(241748,181060,0,1,1,1572.79,206.157,-40.7758,2.80998,0,0,0.986286,0.165048,180,100,1,0),(241747,181060,0,1,1,1557.67,227.829,-34.807,-2.3911,0,0,-0.930417,0.366502,180,100,1,0),(241746,181060,0,1,1,1633.55,227.21,-34.8064,-1.51844,0,0,-0.688356,0.725373,180,100,1,0),(241745,181060,0,1,1,1577.56,205.111,-34.8439,-2.84489,0,0,-0.989016,0.147808,180,100,1,0),(241744,181060,0,1,1,1613.86,275.428,-34.8434,-2.87979,0,0,-0.991445,0.130528,180,100,1,0),(241743,181060,0,1,1,1621.26,270.278,-34.8406,-1.3439,0,0,-0.622513,0.782609,180,100,1,0),(241742,181060,0,1,1,1587.74,281.471,-40.7497,-0.191986,0,0,-0.0958456,0.995396,180,100,1,0),(241741,181060,0,1,1,1636.66,230.875,-40.7105,1.20428,0,0,0.566407,0.824125,180,100,1,0),(241740,181060,0,1,1,1557.83,253.536,-34.8079,3.10669,0,0,0.999848,0.0174505,180,100,1,0),(241739,181060,0,1,1,1590.36,223.334,60.1515,-2.61799,0,0,-0.965925,0.258821,180,100,1,0),(241738,181019,0,1,1,1702.21,246.72,-41.2573,0.226893,0,0,0.113203,0.993572,180,100,1,0),(241737,181019,0,1,1,1690.85,246.782,-41.2577,1.09956,0,0,0.5225,0.852639,180,100,1,0),(241736,181019,0,1,1,1701.35,237.729,-41.5009,2.1293,0,0,0.874619,0.48481,180,100,1,0),(241735,181019,0,1,1,1682.87,232.56,-41.257,2.16421,0,0,0.882948,0.469471,180,100,1,0),(241734,181016,0,1,1,1589.83,245.835,60.1507,-0.785398,0,0,-0.382683,0.92388,180,100,1,0),(241733,181060,0,1,1,1578.87,234.809,60.1515,0.541052,0,0,0.267238,0.96363,180,100,1,0),(241732,181019,0,1,1,1715.21,246.746,-41.2577,2.18166,0,0,0.88701,0.461749,180,100,1,0),(241731,181060,0,1,1,1601.56,256.767,60.1515,-0.488692,0,0,-0.241922,0.970296,180,100,1,0),(241730,181019,0,1,1,1715.13,232.002,-41.266,-1.55334,0,0,-0.700908,0.713252,180,100,1,0),(241729,181027,1,1,1,10016.5,2549.55,1313.66,1.53589,0,0,0.694658,0.71934,180,100,1,0),(241728,181020,1,1,1,9696.83,2518.31,1339.86,0.05236,0,0,0.026177,0.999657,180,100,1,0),(241727,181027,1,1,1,9987.97,2582.2,1313.66,2.47837,0,0,0.945519,0.325567,180,100,1,0),(241726,181027,1,1,1,10023,2351.21,1313.66,-2.19912,0,0,-0.891008,0.453988,180,100,1,0),(241725,181027,1,1,1,9848.24,2479.29,1313.66,0.750492,0,0,0.366501,0.930417,180,100,1,0),(241724,181027,1,1,1,10040.3,2614.06,1313.66,1.41372,0,0,0.649449,0.760405,180,100,1,0),(241723,181027,1,1,1,9887.99,2548.04,1313.66,-2.72271,0,0,-0.978147,0.207914,180,100,1,0),(241722,181027,1,1,1,9988.74,2449.6,1313.66,1.15192,0,0,0.54464,0.83867,180,100,1,0),(241721,181027,1,1,1,9816.98,2516.38,1313.66,1.22173,0,0,0.573576,0.819152,180,100,1,0),(241720,181027,1,1,1,9923,2450.67,1313.66,-0.715585,0,0,-0.350207,0.936672,180,100,1,0),(241719,181027,1,1,1,9817.47,2450.54,1313.66,0.767945,0,0,0.374607,0.927184,180,100,1,0),(241718,181027,1,1,1,10050.3,2459.01,1313.66,-1.15192,0,0,-0.54464,0.83867,180,100,1,0),(241717,181027,1,1,1,9855.78,2612.98,1313.66,2.72271,0,0,0.978147,0.207914,180,100,1,0),(241716,181027,1,1,1,10039.7,2546.71,1313.66,-2.42601,0,0,-0.936673,0.350206,180,100,1,0),(241715,181020,1,1,1,9695.81,2338.86,1340.98,2.18166,0,0,0.88701,0.461749,180,100,1,0),(241714,181027,1,1,1,9753.91,2584.86,1313.66,-0.471239,0,0,-0.233445,0.97237,180,100,1,0),(241713,181027,1,1,1,9879.48,2611.53,1313.66,-2.07694,0,0,-0.861629,0.507539,180,100,1,0),(241712,181027,1,1,1,10043.9,2380.27,1313.66,-1.95477,0,0,-0.829038,0.559192,180,100,1,0),(241711,181027,1,1,1,10016.9,2522.34,1313.66,0.715585,0,0,0.350207,0.936672,180,100,1,0),(241710,181027,1,1,1,9853.22,2517.56,1313.66,-2.09439,0,0,-0.866024,0.500002,180,100,1,0),(241709,181027,1,1,1,9916.19,2415.84,1313.66,0.645772,0,0,0.317305,0.948324,180,100,1,0),(241708,181027,1,1,1,9782.26,2386.59,1313.66,-1.6057,0,0,-0.719339,0.694659,180,100,1,0),(241707,181027,1,1,1,9884.55,2517.38,1313.66,-2.21657,0,0,-0.894935,0.446197,180,100,1,0),(241706,181027,1,1,1,10017.7,2611.61,1313.66,3.05433,0,0,0.999048,0.0436174,180,100,1,0),(241705,181027,1,1,1,9950.99,2441.91,1313.66,1.32645,0,0,0.615661,0.788011,180,100,1,0),(241704,181027,1,1,1,9791.99,2473.6,1313.66,0.471239,0,0,0.233445,0.97237,180,100,1,0),(241703,181027,1,1,1,9686.7,2619.66,1313.66,-3.01942,0,0,-0.998135,0.0610484,180,100,1,0),(241702,181025,1,1,1,9995.74,2309.05,1340.94,1.74533,0,0,0.766045,0.642787,180,100,1,0),(241701,181027,1,1,1,9722.1,2587.24,1313.66,-1.64061,0,0,-0.731354,0.681998,180,100,1,0),(241700,181027,1,1,1,9982.73,2383.53,1313.66,2.77507,0,0,0.983255,0.182237,180,100,1,0),(241699,181020,1,1,1,9798.35,2309.28,1330.56,-1.8675,0,0,-0.803856,0.594824,180,100,1,0),(241698,181027,1,1,1,9951.83,2377.67,1313.66,2.40855,0,0,0.93358,0.35837,180,100,1,0),(241697,181027,1,1,1,10047.5,2525,1313.66,2.74017,0,0,0.979925,0.199366,180,100,1,0),(241696,181027,1,1,1,9910.92,2589,1313.66,0.680678,0,0,0.333807,0.942642,180,100,1,0),(241695,181020,1,1,1,9857.45,2344.73,1334.97,2.89725,0,0,0.992546,0.121868,180,100,1,0),(241694,181027,1,1,1,10020.8,2461.28,1313.66,2.30383,0,0,0.913544,0.406739,180,100,1,0),(241693,181027,1,1,1,9750.32,2472.94,1313.66,0.942478,0,0,0.453991,0.891006,180,100,1,0),(241692,181027,1,1,1,9785.84,2616.44,1313.66,-2.84489,0,0,-0.989016,0.147808,180,100,1,0),(241691,181027,1,1,1,9921.48,2386.86,1313.66,2.67035,0,0,0.972369,0.233447,180,100,1,0),(241690,181027,1,1,1,9855.38,2594.17,1313.66,0.698132,0,0,0.34202,0.939693,180,100,1,0),(241689,181027,1,1,1,9990.15,2556.42,1313.66,-0.244346,0,0,-0.121869,0.992546,180,100,1,0),(241688,181027,1,1,1,9916.01,2481.23,1313.66,0.541052,0,0,0.267238,0.96363,180,100,1,0),(241687,181027,1,1,1,10015.5,2398.33,1313.66,1.65806,0,0,0.737276,0.675591,180,100,1,0),(241686,181027,1,1,1,9814.59,2612.67,1313.66,-1.53589,0,0,-0.694658,0.71934,180,100,1,0),(241685,181027,1,1,1,10040.2,2582.51,1313.66,-2.14675,0,0,-0.878816,0.477161,180,100,1,0),(241684,181027,1,1,1,9713.11,2608.23,1313.66,0.698132,0,0,0.34202,0.939693,180,100,1,0),(241683,181060,1,1,1,9976.07,2506.44,1316.5,-2.00713,0,0,-0.843392,0.537299,180,100,1,0),(241682,181060,1,1,1,9904.95,2522.02,1315.93,1.25664,0,0,0.587786,0.809016,180,100,1,0),(241681,181060,1,1,1,9986.88,2533.89,1315.75,-1.6057,0,0,-0.719339,0.694659,180,100,1,0),(241680,181060,1,1,1,9955.18,2556.27,1316.17,1.39626,0,0,0.642786,0.766046,180,100,1,0),(241679,181060,1,1,1,9911.52,2545.1,1316.08,-1.81514,0,0,-0.78801,0.615662,180,100,1,0),(241678,181027,1,1,1,10017,2582.8,1313.66,2.33874,0,0,0.920505,0.390732,180,100,1,0),(241677,181027,1,1,1,9885.83,2408.99,1313.66,2.6529,0,0,0.970296,0.241922,180,100,1,0),(241676,181027,1,1,1,9813.96,2555.76,1313.66,-1.64061,0,0,-0.731354,0.681998,180,100,1,0),(241675,181027,1,1,1,9791.89,2515.96,1313.66,0.20944,0,0,0.104529,0.994522,180,100,1,0),(241674,181020,1,1,1,9737.77,2294.83,1346.49,-0.698132,0,0,-0.34202,0.939693,180,100,1,0),(241673,181020,1,1,1,9821.78,2252.39,1346.21,-0.244346,0,0,-0.121869,0.992546,180,100,1,0),(241672,181025,1,1,1,9906.45,2306.75,1340.89,1.55334,0,0,0.700908,0.713252,180,100,1,0),(241671,181055,1,1,1,9985.81,2272.69,1355,-1.58825,0,0,-0.713251,0.700909,180,100,1,0),(241670,181016,1,1,1,9952.15,2585.77,1316.13,-3.10669,0,0,-0.999848,0.0174505,180,100,1,0),(241669,181016,1,1,1,9939.75,2594.98,1316.24,-0.10472,0,0,-0.0523361,0.99863,180,100,1,0),(241668,181021,1,1,1,10013.6,2242.08,1343.91,-3.03687,0,0,-0.998629,0.0523374,180,100,1,0),(241667,181021,1,1,1,9893.36,2207.54,1343.76,0.034907,0,0,0.0174526,0.999848,180,100,1,0),(241666,181021,1,1,1,10014,2226.74,1343.69,-3.12414,0,0,-0.999962,0.0087262,180,100,1,0),(241665,181016,1,1,1,9939.09,2585.65,1316.41,-0.017453,0,0,-0.00872639,0.999962,180,100,1,0),(241664,181055,1,1,1,9919.38,2271.49,1355.09,-1.53589,0,0,-0.694658,0.71934,180,100,1,0),(241663,181055,1,1,1,9996.89,2273.38,1355.08,-1.55334,0,0,-0.700908,0.713252,180,100,1,0),(241662,181021,1,1,1,9892.59,2223.51,1343.63,0.017453,0,0,0.00872639,0.999962,180,100,1,0),(241661,181060,1,1,1,9932.14,2487.1,1316.74,2.04204,0,0,0.852641,0.522496,180,100,1,0),(241660,181060,1,1,1,9928.7,2489.73,1317.02,0.261799,0,0,0.130526,0.991445,180,100,1,0),(241659,181060,1,1,1,9960.74,2485.68,1316.04,-1.67552,0,0,-0.743146,0.669129,180,100,1,0),(241658,181060,1,1,1,9941.61,2481.39,1316.35,-1.79769,0,0,-0.782608,0.622514,180,100,1,0),(241657,181060,1,1,1,9991.68,2525.66,1315.42,-0.331612,0,0,-0.165047,0.986286,180,100,1,0),(241656,181060,1,1,1,9923.77,2553.71,1316.8,-1.6057,0,0,-0.719339,0.694659,180,100,1,0),(241655,181060,1,1,1,9936.7,2484,1316.68,-3.10669,0,0,-0.999848,0.0174505,180,100,1,0),(241654,181060,1,1,1,9967.18,2493.32,1316.13,-0.575959,0,0,-0.284016,0.95882,180,100,1,0),(241653,181060,1,1,1,9918.65,2498.42,1316.38,-1.3439,0,0,-0.622513,0.782609,180,100,1,0),(241652,181060,1,1,1,9917.05,2550.05,1316.59,-1.85005,0,0,-0.798636,0.601815,180,100,1,0),(241651,181027,1,1,1,9785.54,2582.46,1313.66,-0.750491,0,0,-0.366501,0.930418,180,100,1,0),(241650,181027,1,1,1,9985.42,2477.57,1313.66,2.16421,0,0,0.882948,0.469471,180,100,1,0),(241649,181027,1,1,1,9816.61,2485.6,1313.66,1.93731,0,0,0.824125,0.566409,180,100,1,0),(241648,181027,1,1,1,9791.98,2452.62,1313.66,-1.27409,0,0,-0.594823,0.803857,180,100,1,0),(241647,181027,1,1,1,9888.75,2392.52,1313.66,1.3439,0,0,0.622513,0.782609,180,100,1,0),(241646,181020,1,1,1,9696.47,2532.07,1339.74,0,0,0,0,1,180,100,1,0),(241645,181027,1,1,1,9992.48,2419.78,1313.66,1.06465,0,0,0.507538,0.861629,180,100,1,0),(241644,181021,1,1,1,9986.28,2022.9,1351.84,1.6057,0,0,0.719339,0.694659,180,100,1,0),(241643,181055,1,1,1,9973.71,2273.31,1355.09,-1.53589,0,0,-0.694658,0.71934,180,100,1,0),(241642,181016,1,1,1,9952.37,2593.96,1316.53,3.08923,0,0,0.999657,0.0261783,180,100,1,0),(241641,181016,1,1,1,9939.42,2606.72,1316.73,-0.05236,0,0,-0.026177,0.999657,180,100,1,0),(241640,181021,1,1,1,10014.4,2211.14,1343.83,3.10669,0,0,0.999848,0.0174505,180,100,1,0),(241639,181021,1,1,1,9892.4,2238.72,1343.61,-0.087267,0,0,-0.0436197,0.999048,180,100,1,0),(241638,181016,1,1,1,9952.86,2607.13,1316.19,-3.01942,0,0,-0.998135,0.0610484,180,100,1,0),(241637,181055,1,1,1,9908.32,2270.95,1355.09,-1.55334,0,0,-0.700908,0.713252,180,100,1,0),(241636,181021,1,1,1,9985.94,1978.34,1352.14,-1.6057,0,0,-0.719339,0.694659,180,100,1,0),(241635,181055,1,1,1,9930.41,2271.81,1355.08,-1.55334,0,0,-0.700908,0.713252,180,100,1,0),(241634,181060,1,1,1,9971.63,2499.95,1315.94,2.28638,0,0,0.909961,0.414694,180,100,1,0),(241633,181060,1,1,1,9978.79,2546.93,1315.76,-2.23402,0,0,-0.898794,0.438372,180,100,1,0),(241632,181060,1,1,1,9906.71,2539.32,1315.74,1.98968,0,0,0.838672,0.544637,180,100,1,0),(241631,181060,1,1,1,9934.3,2557.73,1316.95,-1.71042,0,0,-0.754709,0.65606,180,100,1,0),(241630,181060,1,1,1,9923.26,2493.75,1317.02,3.05433,0,0,0.999048,0.0436174,180,100,1,0),(241629,181060,1,1,1,9984.97,2508.03,1316.66,1.36136,0,0,0.629322,0.777145,180,100,1,0),(241628,181060,1,1,1,9982.1,2542.38,1316.06,-2.02458,0,0,-0.848048,0.52992,180,100,1,0),(241627,181060,1,1,1,9973.12,2550.51,1315.55,0.349066,0,0,0.173648,0.984808,180,100,1,0),(241626,181060,1,1,1,9963.17,2552.34,1315.38,3.14159,0,0,1,0.00000126759,180,100,1,0),(241625,181060,1,1,1,9908.24,2510.89,1316.4,2.42601,0,0,0.936673,0.350206,180,100,1,0),(241624,181022,530,1,1,-3929.13,-11744.8,-138.612,0.628319,0,0,0.309017,0.951056,180,100,1,0),(241623,181025,530,1,1,-3906.89,-11740.7,-247.155,1.44862,0,0,0.662619,0.748957,180,100,1,0),(241622,181016,530,1,1,-4221.81,-11830.9,-115.896,-0.977384,0,0,-0.469471,0.882948,180,100,1,0),(241621,181014,530,1,1,-3864.28,-11742.7,-84.619,2.07694,0,0,0.861629,0.507539,180,100,1,0),(241620,181019,530,1,1,-4022.25,-11739.3,-150.798,0.069813,0,0,0.0348994,0.999391,180,100,1,0),(241619,181025,530,1,1,-3907.01,-11840.6,-17.3894,2.75762,0,0,0.981627,0.190809,180,100,1,0),(241618,181022,530,1,1,-4186.29,-11803,-133.174,0.610865,0,0,0.300706,0.953717,180,100,1,0),(241617,181016,530,1,1,-4161.4,-11800.6,-132.195,-1.72788,0,0,-0.760407,0.649446,180,100,1,0),(241616,181016,530,1,1,-4228.95,-11818.9,-115.934,0.802851,0,0,0.390731,0.920505,180,100,1,0),(241615,181014,530,1,1,-3989.12,-11849.1,25.7334,-2.11185,0,0,-0.870356,0.492423,180,100,1,0),(241614,181025,530,1,1,-3845.71,-11764.6,-72.8579,-0.907571,0,0,-0.438371,0.898794,180,100,1,0),(241613,181016,530,1,1,-4185.52,-11746,-132.273,3.03687,0,0,0.998629,0.0523374,180,100,1,0),(241612,181017,530,1,1,-4145.8,-11745.6,-124.153,2.02458,0,0,0.848048,0.52992,180,100,1,0),(241611,181025,530,1,1,-4129.52,-11792.5,-122.023,2.26893,0,0,0.906308,0.422617,180,100,1,0),(241610,181022,530,1,1,-4210.18,-11796.2,-133.245,1.5708,0,0,0.707108,0.707106,180,100,1,0),(241609,181025,530,1,1,-3838.58,-11819.8,-46.6697,-2.09439,0,0,-0.866024,0.500002,180,100,1,0),(241608,181027,530,1,1,-1677.8,5776.11,128.392,0.174533,0,0,0.0871558,0.996195,180,100,1,0),(241607,181020,530,1,1,-1724.09,5808.1,152.994,-1.51844,0,0,-0.688356,0.725373,180,100,1,0),(241606,181027,530,1,1,-1773.5,5867.15,128.392,0.087266,0,0,0.0436192,0.999048,180,100,1,0),(241605,181016,530,1,1,-1685.93,5508.57,-40.3678,-2.6529,0,0,-0.970296,0.241922,180,100,1,0),(241604,181022,530,1,1,-1974.76,5703.74,117.663,-2.05949,0,0,-0.857168,0.515037,180,100,1,0),(241603,181022,530,1,1,-1804.74,5664.92,130.256,-1.22173,0,0,-0.573576,0.819152,180,100,1,0),(241602,181027,530,1,1,-1915.1,5821.89,128.392,0.523599,0,0,0.258819,0.965926,180,100,1,0),(241601,181027,530,1,1,-1808.21,5727.49,128.392,-1.01229,0,0,-0.484809,0.87462,180,100,1,0),(241600,181027,530,1,1,-1707.03,5859.4,128.392,0.488692,0,0,0.241922,0.970296,180,100,1,0),(241599,181027,530,1,1,-1864.09,5831.06,128.392,-0.523599,0,0,-0.258819,0.965926,180,100,1,0),(241598,181025,530,1,1,-1559.04,5704.92,173.526,-2.84489,0,0,-0.989016,0.147808,180,100,1,0),(241597,181055,530,1,1,-1875.54,5667.1,136.477,1.44862,0,0,0.662619,0.748957,180,100,1,0),(241596,181027,530,1,1,-1597.85,5709.49,128.392,2.60054,0,0,0.96363,0.267239,180,100,1,0),(241595,181016,530,1,1,-1676.31,5430.35,-38.8098,-1.02974,0,0,-0.492422,0.870357,180,100,1,0),(241594,181019,530,1,1,-2007.51,5367.37,-8.094,1.76278,0,0,0.771624,0.636079,180,100,1,0),(241593,181019,530,1,1,-2000.53,5353.68,-8.16344,3.01942,0,0,0.998135,0.0610484,180,100,1,0),(241592,181016,530,1,1,-2042.17,5349.12,-41.0618,-0.331612,0,0,-0.165047,0.986286,180,100,1,0),(241591,181025,530,1,1,-1541.19,5653.44,172.244,-2.82743,0,0,-0.987688,0.156436,180,100,1,0),(241590,181020,530,1,1,-1884.1,5668.7,133.853,1.32645,0,0,0.615661,0.788011,180,100,1,0),(241589,181055,530,1,1,-1879.47,5639.65,133.58,-1.74533,0,0,-0.766045,0.642787,180,100,1,0),(241588,181027,530,1,1,-1726.28,5702.68,128.392,1.29154,0,0,0.601814,0.798637,180,100,1,0),(241587,181055,530,1,1,-1813.81,5580.23,91.5256,-1.90241,0,0,-0.814116,0.580702,180,100,1,0),(241586,181022,530,1,1,-1769.01,5784.69,146.44,-1.78024,0,0,-0.777147,0.629319,180,100,1,0),(241585,181025,530,1,1,-1791.87,5754.81,185.447,0.872665,0,0,0.422618,0.906308,180,100,1,0),(241584,181025,530,1,1,-1723.07,5711.83,183.974,-1.62316,0,0,-0.725376,0.688353,180,100,1,0),(241583,181018,530,1,1,-1902.04,5477.41,-7.33749,-0.645772,0,0,-0.317305,0.948324,180,100,1,0),(241582,181018,530,1,1,-1698.84,5512.11,4.84271,-2.51327,0,0,-0.951056,0.309019,180,100,1,0),(241581,181014,530,1,1,-1813.67,5487.48,-9.94172,1.13446,0,0,0.537298,0.843393,180,100,1,0),(241580,181055,530,1,1,-1924.2,5394.32,1.63551,-2.67035,0,0,-0.972369,0.233447,180,100,1,0),(241579,181019,530,1,1,-3913.77,-11545.5,-148.998,0.471239,0,0,0.233445,0.97237,180,100,1,0),(241578,181014,530,1,1,-3966.36,-11588.2,-97.234,-0.977384,0,0,-0.469471,0.882948,180,100,1,0),(241577,181016,530,1,1,-3877.95,-11647.4,-134.368,-1.6057,0,0,-0.719339,0.694659,180,100,1,0),(241576,181025,530,1,1,-3949.17,-11719.7,-231.763,0.663225,0,0,0.325568,0.945519,180,100,1,0),(241575,181025,530,1,1,-3897.79,-11618.4,-185.584,-1.58825,0,0,-0.713251,0.700909,180,100,1,0),(241574,181016,530,1,1,-3905.64,-11638.8,-134.663,-0.418879,0,0,-0.207912,0.978148,180,100,1,0),(241573,181019,530,1,1,-3924.43,-11545.5,-149.111,2.60054,0,0,0.96363,0.267239,180,100,1,0),(241572,181025,530,1,1,-1586.88,5351.19,-16.5735,-3.00197,0,0,-0.997564,0.0697546,180,100,1,0),(241571,181025,530,1,1,-1596.01,5391.45,-17.6645,-3.07178,0,0,-0.999391,0.0348993,180,100,1,0),(241570,181022,530,1,1,-1962.95,5684.21,117.663,2.98451,0,0,0.996917,0.0784606,180,100,1,0),(241569,181022,530,1,1,-1726.98,5770.61,146.44,-2.05949,0,0,-0.857168,0.515037,180,100,1,0),(241568,181055,530,1,1,-1718.13,5815.12,154.798,2.77507,0,0,0.983255,0.182237,180,100,1,0),(241567,181020,530,1,1,-1867.04,5666.15,133.531,1.39626,0,0,0.642786,0.766046,180,100,1,0),(241566,181027,530,1,1,-1695.73,5734.96,128.392,1.55334,0,0,0.700908,0.713252,180,100,1,0),(241565,181055,530,1,1,-1653.5,5684.1,136.717,2.68781,0,0,0.97437,0.22495,180,100,1,0),(241564,181055,530,1,1,-1730.33,5649.34,136.299,1.58825,0,0,0.713251,0.700909,180,100,1,0),(241563,181055,530,1,1,-1729.52,5621.41,133.746,-1.51844,0,0,-0.688356,0.725373,180,100,1,0),(241562,181027,530,1,1,-1641,5810.85,128.392,-2.16421,0,0,-0.882948,0.469471,180,100,1,0),(241561,181014,530,1,1,-1799.89,5581.87,70.7193,-0.855212,0,0,-0.414694,0.909961,180,100,1,0),(241560,181022,530,1,1,-1996.99,5518.17,-12.4281,-0.593412,0,0,-0.292372,0.956305,180,100,1,0),(241559,181018,530,1,1,-1918.4,5415.82,-5.38689,0.139626,0,0,0.0697563,0.997564,180,100,1,0),(241558,181055,530,1,1,-1791.01,5407.31,7.59955,-0.383972,0,0,-0.190809,0.981627,180,100,1,0),(241557,181014,530,1,1,-1860.15,5353.87,-8.76788,-2.09439,0,0,-0.866024,0.500002,180,100,1,0),(241556,181055,530,1,1,-1803.72,5465.47,1.85631,0.575959,0,0,0.284016,0.95882,180,100,1,0),(241555,181014,530,1,1,-1939.43,5424.04,-7.21451,2.89725,0,0,0.992546,0.121868,180,100,1,0),(241554,181018,530,1,1,-1825.73,5382.07,-7.43947,2.33874,0,0,0.920505,0.390732,180,100,1,0),(241553,181055,530,1,1,-1883.6,5366.06,7.45777,-1.88496,0,0,-0.809018,0.587783,180,100,1,0),(241552,181018,530,1,1,-1907.78,5394.67,-5.28488,0.802851,0,0,0.390731,0.920505,180,100,1,0),(241551,181022,530,1,1,-1854.36,5590.51,-12.4281,-1.67552,0,0,-0.743146,0.669129,180,100,1,0),(241550,181025,530,1,1,-3794.91,-11730.6,-93.0703,2.11185,0,0,0.870356,0.492423,180,100,1,0),(241549,181016,530,1,1,-3939.98,-11660.9,-135.145,-2.40855,0,0,-0.93358,0.35837,180,100,1,0),(241548,181014,530,1,1,-3966.45,-11587.6,-97.8169,2.16421,0,0,0.882948,0.469471,180,100,1,0),(241547,181016,530,1,1,-3919.52,-11642,-134.831,0.20944,0,0,0.104529,0.994522,180,100,1,0),(241546,181016,530,1,1,-3943.94,-11674.1,-135.239,-2.68781,0,0,-0.97437,0.22495,180,100,1,0),(241545,181025,530,1,1,-3802.61,-11620.2,-92.7153,-1.53589,0,0,-0.694658,0.71934,180,100,1,0),(241544,181019,530,1,1,-3739.73,-11701.3,-104.592,2.44346,0,0,0.939692,0.342021,180,100,1,0),(241543,181018,530,1,1,-3759.18,-11686.5,-100.743,-0.10472,0,0,-0.0523361,0.99863,180,100,1,0),(241542,181025,530,1,1,-3855.82,-11639.5,-169.809,-2.32129,0,0,-0.91706,0.398748,180,100,1,0),(241541,181022,530,1,1,-4158,-11597.3,-138.91,-1.44862,0,0,-0.662619,0.748957,180,100,1,0),(241540,181016,530,1,1,-4167.56,-11641.1,-98.394,1.13446,0,0,0.537298,0.843393,180,100,1,0),(241539,181016,530,1,1,-4065.59,-11664.2,-142.101,0.226893,0,0,0.113203,0.993572,180,100,1,0),(241538,181025,530,1,1,-3905.84,-11628.6,-302.981,-0.10472,0,0,-0.0523361,0.99863,180,100,1,0),(241537,181016,530,1,1,-3891.19,-11640.6,-134.491,1.29154,0,0,0.601814,0.798637,180,100,1,0),(241536,181014,530,1,1,-3868.66,-11590.5,-95.2881,-2.05949,0,0,-0.857168,0.515037,180,100,1,0),(241535,181019,530,1,1,-3744.04,-11692.4,-104.606,-2.86234,0,0,-0.990268,0.139173,180,100,1,0),(241534,181025,530,1,1,-3840.37,-11683.5,-278.931,3.07178,0,0,0.999391,0.0348993,180,100,1,0),(241533,181018,530,1,1,-2213.88,5572.59,71.3411,-0.191986,0,0,-0.0958456,0.995396,180,100,1,0),(241532,181018,530,1,1,-2229.14,5527.6,71.4264,-0.366519,0,0,-0.182235,0.983255,180,100,1,0),(241531,181022,530,1,1,-2134.33,5401.41,51.2669,2.77507,0,0,0.983255,0.182237,180,100,1,0),(241530,181018,530,1,1,-2169.22,5503.56,55.6647,0.226893,0,0,0.113203,0.993572,180,100,1,0),(241529,181022,530,1,1,-2139.51,5380.51,51.2669,3.00197,0,0,0.997564,0.0697546,180,100,1,0),(241528,181016,530,1,1,-1690.31,5510,-40.003,0.698132,0,0,0.34202,0.939693,180,100,1,0),(241527,181016,530,1,1,-1671.23,5419.22,-38.8372,1.01229,0,0,0.484809,0.87462,180,100,1,0),(241526,181016,530,1,1,-1695.16,5519.63,-39.9827,0.087266,0,0,0.0436192,0.999048,180,100,1,0),(241525,181019,530,1,1,-1721.6,5491.37,-8.50778,-2.6529,0,0,-0.970296,0.241922,180,100,1,0),(241524,181016,530,1,1,-1676.44,5420.81,-38.8098,-1.71042,0,0,-0.754709,0.65606,180,100,1,0),(241523,181027,530,1,1,-2129.13,5527.38,48.872,0.453786,0,0,0.224951,0.97437,180,100,1,0),(241522,181027,530,1,1,-1715.05,5696.39,128.392,3.10669,0,0,0.999848,0.0174505,180,100,1,0),(241521,181027,530,1,1,-1733,5692.91,128.392,0.349066,0,0,0.173648,0.984808,180,100,1,0),(241520,181020,530,1,1,-1748.65,5816.41,153.454,-2.18166,0,0,-0.88701,0.461749,180,100,1,0),(241519,181027,530,1,1,-1637.91,5746.33,128.392,1.81514,0,0,0.78801,0.615662,180,100,1,0),(241518,181027,530,1,1,-1820,5834.81,128.392,0.349066,0,0,0.173648,0.984808,180,100,1,0),(241517,181027,530,1,1,-1847.44,5826.24,128.392,0.418879,0,0,0.207912,0.978148,180,100,1,0),(241516,181055,530,1,1,-1812.53,5583.48,120.571,-1.85005,0,0,-0.798636,0.601815,180,100,1,0),(241515,181027,530,1,1,-1693.72,5760.1,128.392,0.279253,0,0,0.139173,0.990268,180,100,1,0),(241514,181025,530,1,1,-1937.85,5844.37,174.749,-1.16937,0,0,-0.551937,0.833886,180,100,1,0),(241513,181020,530,1,1,-1721.56,5649.61,133.669,1.50098,0,0,0.681997,0.731355,180,100,1,0),(241512,181055,530,1,1,-1731.91,5520.3,-1.93907,-1.11701,0,0,-0.529919,0.848048,180,100,1,0),(241511,181055,530,1,1,-1997.6,5338.07,-1.49292,2.00713,0,0,0.843392,0.537299,180,100,1,0),(241510,181018,530,1,1,-1985.63,5358.4,-5.78986,1.76278,0,0,0.771624,0.636079,180,100,1,0),(241509,181055,530,1,1,-1889.78,5355.28,7.54016,-1.8326,0,0,-0.793355,0.60876,180,100,1,0),(241508,181055,530,1,1,-1827.95,5370.52,1.71148,-1.02974,0,0,-0.492422,0.870357,180,100,1,0),(241507,181014,530,1,1,-1805.69,5381.32,-10.5112,-0.15708,0,0,-0.0784593,0.996917,180,100,1,0),(241506,181022,530,1,1,-1728.79,5341.39,-12.4281,2.49582,0,0,0.948324,0.317305,180,100,1,0),(241505,181014,530,1,1,-1868.24,5505.88,-9.41111,1.13446,0,0,0.537298,0.843393,180,100,1,0),(241504,181022,530,1,1,-1894.68,5582.58,-12.4281,-1.37881,0,0,-0.636078,0.771625,180,100,1,0),(241503,181016,530,1,1,-2034.28,5338.98,-39.5669,-2.9147,0,0,-0.993572,0.113203,180,100,1,0),(241502,181019,530,1,1,-1728.32,5505.17,-8.59806,-0.401426,0,0,-0.199368,0.979925,180,100,1,0),(241501,181016,530,1,1,-2035.2,5336.3,-41.1791,1.43117,0,0,0.656059,0.75471,180,100,1,0),(241500,181016,530,1,1,-1694.05,5524.4,-40.3726,1.95477,0,0,0.829038,0.559192,180,100,1,0),(241499,181027,530,1,1,-2123.15,5515.09,48.8095,-0.994838,0,0,-0.477159,0.878817,180,100,1,0),(241498,181018,530,1,1,-2066.62,5515.95,69.0169,-0.767945,0,0,-0.374607,0.927184,180,100,1,0),(241497,181018,530,1,1,-2041.48,5576.19,58.1513,2.63545,0,0,0.968148,0.250379,180,100,1,0),(241496,181025,530,1,1,-2132.69,5479.24,90.53,0.314159,0,0,0.156434,0.987688,180,100,1,0),(241495,181017,530,1,1,-2038.49,5581.26,61.2448,-0.506145,0,0,-0.25038,0.968148,180,100,1,0),(241494,181017,530,1,1,-2035.57,5586.85,61.2448,-0.506145,0,0,-0.25038,0.968148,180,100,1,0),(241493,181027,530,1,1,-1908.6,5810.32,128.392,2.02458,0,0,0.848048,0.52992,180,100,1,0),(241492,181055,530,1,1,-1815.83,5572.96,43.6028,-1.91986,0,0,-0.819151,0.573577,180,100,1,0),(241491,181027,530,1,1,-1748.45,5867.35,128.392,-0.20944,0,0,-0.104529,0.994522,180,100,1,0),(241490,181014,530,1,1,-1823.32,5586.12,70.5835,-2.94961,0,0,-0.995396,0.095844,180,100,1,0),(241489,181027,530,1,1,-1605.82,5726.71,128.392,2.80998,0,0,0.986286,0.165048,180,100,1,0),(241488,181027,530,1,1,-1801.58,5805.58,128.392,3.14159,0,0,1,0.00000126759,180,100,1,0),(241487,181027,530,1,1,-1746.6,5680.22,128.392,-1.85005,0,0,-0.798636,0.601815,180,100,1,0),(241486,181027,530,1,1,-1680.33,5852.64,128.392,-2.77507,0,0,-0.983255,0.182237,180,100,1,0),(241485,181027,530,1,1,-1809.44,5713.65,128.392,-2.56563,0,0,-0.958819,0.284017,180,100,1,0),(241484,181018,530,1,1,-1808.96,5444.12,-5.37707,-2.98451,0,0,-0.996917,0.0784606,180,100,1,0),(241483,181014,530,1,1,-1788.14,5434.84,-9.16044,-0.279253,0,0,-0.139173,0.990268,180,100,1,0),(241482,181055,530,1,1,-2017.71,5378.45,-1.3333,-1.06465,0,0,-0.507538,0.861629,180,100,1,0),(241481,181018,530,1,1,-2030.6,5346.62,4.62407,0.471239,0,0,0.233445,0.97237,180,100,1,0),(241480,181018,530,1,1,-1994.47,5375.46,-5.8507,-0.802851,0,0,-0.390731,0.920505,180,100,1,0),(241479,181055,530,1,1,-1935.77,5455.92,7.52349,2.75762,0,0,0.981627,0.190809,180,100,1,0),(241478,181020,530,1,1,-1744.36,5500.14,-5.79974,-1.46608,0,0,-0.669132,0.743144,180,100,1,0),(241477,181014,530,1,1,-1913.36,5372.71,-8.98531,-2.05949,0,0,-0.857168,0.515037,180,100,1,0),(241476,181055,530,1,1,-1835.98,5512.57,7.71273,1.309,0,0,0.608763,0.793352,180,100,1,0),(241475,181055,530,1,1,-1801.54,5407.85,7.50799,-0.2618,0,0,-0.130526,0.991445,180,100,1,0),(241474,181027,530,1,1,-2137.1,5523.46,48.7886,0.994838,0,0,0.477159,0.878817,180,100,1,0),(241473,181018,530,1,1,-2152.76,5556.38,56.7827,-0.680679,0,0,-0.333807,0.942641,180,100,1,0),(241472,181016,530,1,1,-4065.43,-11688.8,-142.188,0.383972,0,0,0.190809,0.981627,180,100,1,0),(241471,181022,530,1,1,-4129.01,-11606.8,-139.121,-2.07694,0,0,-0.861629,0.507539,180,100,1,0),(241470,181025,530,1,1,-4036.07,-11724.3,-125.336,2.19912,0,0,0.891008,0.453988,180,100,1,0),(241469,181016,530,1,1,-4185.57,-11653.1,-143.449,-1.23918,0,0,-0.580701,0.814117,180,100,1,0),(241468,181016,530,1,1,-4207.49,-11645,-143.677,0.10472,0,0,0.0523361,0.99863,180,100,1,0),(241467,181016,530,1,1,-4244.82,-11658,-143.625,1.72788,0,0,0.760407,0.649446,180,100,1,0),(241466,181016,530,1,1,-4178.04,-11713.5,-143.602,0.785398,0,0,0.382683,0.92388,180,100,1,0),(241465,181014,530,1,1,-3991.59,-11552.5,-122.169,-0.942478,0,0,-0.453991,0.891006,180,100,1,0),(241464,181016,530,1,1,-3979.76,-11500.8,-137.077,-0.034907,0,0,-0.0174526,0.999848,180,100,1,0),(241463,181016,530,1,1,-4072.73,-11547.7,-138.704,0.977384,0,0,0.469471,0.882948,180,100,1,0),(241462,181022,530,1,1,-4127.21,-11534.9,-136.013,0.628319,0,0,0.309017,0.951056,180,100,1,0),(241461,181016,530,1,1,-4070.25,-11542.5,-138.655,-1.72788,0,0,-0.760407,0.649446,180,100,1,0),(241460,181025,530,1,1,-4142.5,-11540,-124.575,0.837758,0,0,0.406737,0.913545,180,100,1,0),(241459,181027,530,1,1,-3816.79,-11421.2,-139.071,-1.01229,0,0,-0.484809,0.87462,180,100,1,0),(241458,181027,530,1,1,-3754.07,-11431.4,-138.373,2.09439,0,0,0.866024,0.500002,180,100,1,0),(241457,181027,530,1,1,-3774.08,-11374,-138.391,-1.72788,0,0,-0.760407,0.649446,180,100,1,0),(241456,181022,530,1,1,-3640.53,-11468.6,-118.809,3.01942,0,0,0.998135,0.0610484,180,100,1,0),(241455,181025,530,1,1,-3666.97,-11418.3,-113.767,-2.94961,0,0,-0.995396,0.095844,180,100,1,0),(241454,181027,530,1,1,-3807.17,-11439.6,-139.028,1.43117,0,0,0.656059,0.75471,180,100,1,0),(241453,181016,530,1,1,-3943.49,-11689.1,-135.289,0.610865,0,0,0.300706,0.953717,180,100,1,0),(241452,181019,530,1,1,-3919.78,-11545.5,-149.061,0.10472,0,0,0.0523361,0.99863,180,100,1,0),(241451,181025,530,1,1,-3942.77,-11633,-199.473,-0.785398,0,0,-0.382683,0.92388,180,100,1,0),(241450,181016,530,1,1,-3928.31,-11712.5,-135.206,-1.13446,0,0,-0.537298,0.843393,180,100,1,0),(241449,181022,530,1,1,-3985.05,-11695.9,-139.366,-0.541052,0,0,-0.267238,0.96363,180,100,1,0),(241448,181016,530,1,1,-3938.11,-11702,-135.276,1.50098,0,0,0.681997,0.731355,180,100,1,0),(241447,181022,530,1,1,-3970.78,-11722.9,-138.836,1.51844,0,0,0.688356,0.725373,180,100,1,0),(241446,181018,530,1,1,-3740.87,-11676.4,-98.6888,-1.15192,0,0,-0.54464,0.83867,180,100,1,0),(241445,181020,530,1,1,-1699.82,5426.39,-7.90853,3.14159,0,0,1,0.00000126759,180,100,1,0),(241444,181055,530,1,1,-1678.58,5425.51,-27.1223,0.034907,0,0,0.0174526,0.999848,180,100,1,0),(241443,181014,530,1,1,-2045.59,5339.43,-16.0999,-2.68781,0,0,-0.97437,0.22495,180,100,1,0),(241442,181014,530,1,1,-1683.75,5519.37,-16.1639,0.453786,0,0,0.224951,0.97437,180,100,1,0),(241441,181018,530,1,1,-2032.99,5591.94,58.0987,2.58309,0,0,0.961262,0.275636,180,100,1,0),(241440,181025,530,1,1,-2108.51,5552.2,90.3296,-0.802851,0,0,-0.390731,0.920505,180,100,1,0),(241439,181018,530,1,1,-2074.97,5487.17,69.042,0.122173,0,0,0.0610485,0.998135,180,100,1,0),(241438,181017,530,1,1,-2036.9,5584.01,61.2659,2.63545,0,0,0.968148,0.250379,180,100,1,0),(241437,181022,530,1,1,-2055.19,5638.79,51.2669,1.5708,0,0,0.707108,0.707106,180,100,1,0),(241436,181027,530,1,1,-2122.91,5522.92,48.7609,-0.2618,0,0,-0.130526,0.991445,180,100,1,0),(241435,181017,530,1,1,-2130.48,5385.97,61.9326,-0.226893,0,0,-0.113203,0.993572,180,100,1,0),(241434,181055,530,1,1,-1663.9,5690.38,136.355,2.53073,0,0,0.953717,0.300705,180,100,1,0),(241433,181027,530,1,1,-1934.56,5818.96,128.392,0.872665,0,0,0.422618,0.906308,180,100,1,0),(241432,181055,530,1,1,-1749.12,5825.38,154.661,-0.296706,0,0,-0.147809,0.989016,180,100,1,0),(241431,181020,530,1,1,-1738.64,5649.23,134.234,1.51844,0,0,0.688356,0.725373,180,100,1,0),(241430,181027,530,1,1,-1578.03,5685.57,128.392,0.855211,0,0,0.414693,0.909961,180,100,1,0),(241429,181025,530,1,1,-1725.36,5731.83,185.426,1.76278,0,0,0.771624,0.636079,180,100,1,0),(241428,181025,530,1,1,-1805.76,5740.25,183.839,-2.25148,0,0,-0.902586,0.430509,180,100,1,0),(241427,181027,530,1,1,-1818.45,5777.39,128.392,1.11701,0,0,0.529919,0.848048,180,100,1,0),(241426,181018,530,1,1,-1848.54,5370.87,-7.43418,1.55334,0,0,0.700908,0.713252,180,100,1,0),(241425,181014,530,1,1,-1922.03,5479.75,-9.39029,2.9147,0,0,0.993572,0.113203,180,100,1,0),(241424,181055,530,1,1,-1927.29,5449.41,7.55945,2.80998,0,0,0.986286,0.165048,180,100,1,0),(241423,181055,530,1,1,-1928.54,5402.78,1.63635,-2.67035,0,0,-0.972369,0.233447,180,100,1,0),(241422,181055,530,1,1,-1899.79,5489.58,1.69476,2.04204,0,0,0.852641,0.522496,180,100,1,0),(241421,181055,530,1,1,-1891.23,5493.7,1.68948,2.00713,0,0,0.843392,0.537299,180,100,1,0),(241420,181020,530,1,1,-1735.22,5482.75,-5.75612,2.33874,0,0,0.920505,0.390732,180,100,1,0),(241419,181055,530,1,1,-1836.34,5366.17,1.70427,-1.15192,0,0,-0.54464,0.83867,180,100,1,0),(241418,181016,530,1,1,-4200.81,-11604.3,-125.62,0.471239,0,0,0.233445,0.97237,180,100,1,0),(241417,181016,530,1,1,-4154.53,-11704.8,-143.319,-0.296706,0,0,-0.147809,0.989016,180,100,1,0),(241416,181016,530,1,1,-4225.97,-11648.1,-143.864,-0.401426,0,0,-0.199368,0.979925,180,100,1,0),(241415,181016,530,1,1,-4163.96,-11666.7,-143.258,-1.6057,0,0,-0.719339,0.694659,180,100,1,0),(241414,181016,530,1,1,-4253.19,-11675.3,-143.765,-1.6057,0,0,-0.719339,0.694659,180,100,1,0),(241413,181016,530,1,1,-4180.39,-11587,-123.98,-0.663225,0,0,-0.325568,0.945519,180,100,1,0),(241412,181016,530,1,1,-4155.24,-11635.5,-98.1756,-0.907571,0,0,-0.438371,0.898794,180,100,1,0),(241411,181016,530,1,1,-4196.21,-11595.3,-125.408,1.23918,0,0,0.580701,0.814117,180,100,1,0),(241410,181017,530,1,1,-4213.73,-11685.4,-130.823,0.942478,0,0,0.453991,0.891006,180,100,1,0),(241409,181016,530,1,1,-3990.31,-11353.1,-122.603,-0.802851,0,0,-0.390731,0.920505,180,100,1,0),(241408,181022,530,1,1,-3973.86,-11427.1,-136.736,-2.44346,0,0,-0.939692,0.342021,180,100,1,0),(241407,181022,530,1,1,-4000.54,-11392.8,-123.377,-3.12414,0,0,-0.999962,0.0087262,180,100,1,0),(241406,181022,530,1,1,-4019.3,-11367.6,-123.678,-1.72788,0,0,-0.760407,0.649446,180,100,1,0),(241405,181025,530,1,1,-4091.52,-11339.2,-129.598,-1.01229,0,0,-0.484809,0.87462,180,100,1,0),(241404,181016,530,1,1,-4149.01,-11480.6,-130.894,-0.383972,0,0,-0.190809,0.981627,180,100,1,0),(241403,181014,530,1,1,-4022.1,-11517.6,-123.535,2.1293,0,0,0.874619,0.48481,180,100,1,0),(241402,181016,530,1,1,-3987.21,-11495.5,-137.144,2.25148,0,0,0.902586,0.430509,180,100,1,0),(241401,181022,530,1,1,-4030.15,-11520.6,-141.262,1.65806,0,0,0.737276,0.675591,180,100,1,0),(241400,181022,530,1,1,-3968.96,-11453.9,-136.772,1.69297,0,0,0.748956,0.66262,180,100,1,0),(241399,181027,530,1,1,-3769.16,-11443.2,-138.595,1.46608,0,0,0.669132,0.743144,180,100,1,0),(241398,181025,530,1,1,-3905.57,-11457.8,-112.987,1.11701,0,0,0.529919,0.848048,180,100,1,0),(241397,181027,530,1,1,-3788.14,-11452.6,-138.854,1.02974,0,0,0.492422,0.870357,180,100,1,0),(241396,181022,530,1,1,-3898.61,-11445.4,-132.852,0.10472,0,0,0.0523361,0.99863,180,100,1,0),(241395,181022,530,1,1,-3821.2,-11515.7,-138.644,1.51844,0,0,0.688356,0.725373,180,100,1,0),(241394,181025,530,1,1,-3822.29,-11521.8,-128.501,1.46608,0,0,0.669132,0.743144,180,100,1,0),(241393,181027,530,1,1,-3756.68,-11382.5,-138.219,0.314159,0,0,0.156434,0.987688,180,100,1,0),(241392,181025,530,1,1,-3905.15,-11333.2,-121.921,-1.09956,0,0,-0.5225,0.852639,180,100,1,0),(241391,181022,530,1,1,-3843.45,-11503.5,-139.097,0.785398,0,0,0.382683,0.92388,180,100,1,0),(241390,181025,530,1,1,-3662.13,-11454,-113.087,-2.94961,0,0,-0.995396,0.095844,180,100,1,0),(241389,181025,530,1,1,-3964.06,-11674.8,-216.94,0.10472,0,0,0.0523361,0.99863,180,100,1,0),(241388,181019,530,1,1,-3740.33,-11688.6,-104.605,-1.309,0,0,-0.608763,0.793352,180,100,1,0),(241387,181018,530,1,1,-3758.17,-11705.3,-100.718,0.087266,0,0,0.0436192,0.999048,180,100,1,0),(241386,181014,530,1,1,-4014.81,-11671.7,-97.8474,3.07178,0,0,0.999391,0.0348993,180,100,1,0),(241385,181016,530,1,1,-3931.24,-11649.4,-135.003,1.71042,0,0,0.754709,0.65606,180,100,1,0),(241384,181019,530,1,1,-3743.69,-11697.8,-104.624,-3.10669,0,0,-0.999848,0.0174505,180,100,1,0),(241383,181014,530,1,1,-3866.91,-11587.1,-96.3765,1.22173,0,0,0.573576,0.819152,180,100,1,0),(241382,181022,530,1,1,-3974.52,-11624.7,-138.876,-1.37881,0,0,-0.636078,0.771625,180,100,1,0),(241381,181019,530,1,1,-3918.32,-11545.5,-149.044,0.471239,0,0,0.233445,0.97237,180,100,1,0),(241380,181022,530,1,1,-2148.99,5544.24,50.5961,-0.715585,0,0,-0.350207,0.936672,180,100,1,0),(241379,181025,530,1,1,-3861.94,-11726.7,-264.663,2.42601,0,0,0.936673,0.350206,180,100,1,0),(241378,181016,530,1,1,-1671.69,5430.75,-38.8296,-0.994838,0,0,-0.477159,0.878817,180,100,1,0),(241377,181022,530,1,1,-1674.44,5406.26,-40.406,-0.122173,0,0,-0.0610485,0.998135,180,100,1,0),(241376,181016,530,1,1,-2039,5348.27,-39.6072,-2.42601,0,0,-0.936673,0.350206,180,100,1,0),(241375,181019,530,1,1,-1729.21,5431.98,-11.1455,-3.12414,0,0,-0.999962,0.0087262,180,100,1,0),(241374,181019,530,1,1,-1728.95,5422.56,-11.1455,0.802851,0,0,0.390731,0.920505,180,100,1,0),(241373,181025,530,1,1,-1604.81,5444.83,-17.9287,-2.96706,0,0,-0.996195,0.0871556,180,100,1,0),(241372,181017,530,1,1,-2129.46,5389.03,61.9608,2.89725,0,0,0.992546,0.121868,180,100,1,0),(241371,181027,530,1,1,-2130.38,5510.7,48.7748,-2.35619,0,0,-0.923879,0.382686,180,100,1,0),(241370,181022,530,1,1,-2042.6,5503.58,54.0677,-0.698132,0,0,-0.34202,0.939693,180,100,1,0),(241369,181017,530,1,1,-2128.88,5392.15,61.9466,-0.279253,0,0,-0.139173,0.990268,180,100,1,0),(241368,181022,530,1,1,-2063.06,5662.04,51.2669,-1.15192,0,0,-0.54464,0.83867,180,100,1,0),(241367,181022,530,1,1,-2050.71,5478.4,54.0608,0.226893,0,0,0.113203,0.993572,180,100,1,0),(241366,181027,530,1,1,-1816.2,5733.48,128.392,1.06465,0,0,0.507538,0.861629,180,100,1,0),(241365,181027,530,1,1,-1876.27,5853.06,128.392,-1.32645,0,0,-0.615661,0.788011,180,100,1,0),(241364,181055,530,1,1,-2013.85,5671.15,104.976,-2.68781,0,0,-0.97437,0.22495,180,100,1,0),(241363,181027,530,1,1,-1653.34,5787.46,128.392,0.925024,0,0,0.446198,0.894934,180,100,1,0),(241362,181027,530,1,1,-1842.6,5851.38,128.392,2.23402,0,0,0.898794,0.438372,180,100,1,0),(241361,181027,530,1,1,-1590.15,5743.51,128.392,0.034907,0,0,0.0174526,0.999848,180,100,1,0),(241360,181027,530,1,1,-1806.01,5872.18,128.392,0.628319,0,0,0.309017,0.951056,180,100,1,0),(241359,181022,530,1,1,-1770.18,5653.32,130.298,-2.54818,0,0,-0.956305,0.292372,180,100,1,0),(241358,181018,530,1,1,-1819.39,5465.01,-5.34651,-2.32129,0,0,-0.91706,0.398748,180,100,1,0),(241357,181055,530,1,1,-1780.94,5402.12,7.49757,-0.296706,0,0,-0.147809,0.989016,180,100,1,0),(241356,181055,530,1,1,-1844.25,5491.67,7.61545,1.25664,0,0,0.587786,0.809016,180,100,1,0),(241355,181055,530,1,1,-1837.67,5500.06,7.75819,1.20428,0,0,0.566407,0.824125,180,100,1,0),(241354,181055,530,1,1,-1944.98,5457.33,7.48845,2.79253,0,0,0.984808,0.173647,180,100,1,0),(241353,181022,530,1,1,-1971.56,5543.56,-12.4281,-0.785398,0,0,-0.382683,0.92388,180,100,1,0),(241352,181055,530,1,1,-1890.6,5347.04,7.48526,-1.91986,0,0,-0.819151,0.573577,180,100,1,0),(241351,181055,530,1,1,-1799.06,5457.25,1.84576,0.471239,0,0,0.233445,0.97237,180,100,1,0),(241350,181055,530,1,1,-1712.13,5480.59,-1.88464,2.04204,0,0,0.852641,0.522496,180,100,1,0),(241349,181018,530,1,1,-1878.37,5489.22,-7.27279,-1.71042,0,0,-0.754709,0.65606,180,100,1,0),(241348,181018,530,1,1,-2241.45,5521.86,71.3778,-1.95477,0,0,-0.829038,0.559192,180,100,1,0),(241347,181027,530,1,1,-2137.63,5515.58,48.8234,-2.70526,0,0,-0.976296,0.21644,180,100,1,0),(241346,181022,530,1,1,-2160.86,5510.71,50.6184,0.087266,0,0,0.0436192,0.999048,180,100,1,0),(241345,181016,530,1,1,-4209.64,-11675.4,-143.244,-0.383972,0,0,-0.190809,0.981627,180,100,1,0),(241344,181016,530,1,1,-4194.74,-11728.5,-143.451,-3.03687,0,0,-0.998629,0.0523374,180,100,1,0),(241343,181025,530,1,1,-4066.7,-11607.9,-129.409,-2.18166,0,0,-0.88701,0.461749,180,100,1,0),(241342,181016,530,1,1,-4204.82,-11678.5,-143.192,0.401426,0,0,0.199368,0.979925,180,100,1,0),(241341,181022,530,1,1,-4102.17,-11696.3,-142.664,2.46091,0,0,0.942641,0.333809,180,100,1,0),(241340,181016,530,1,1,-4229.96,-11608.4,-126.283,0.837758,0,0,0.406737,0.913545,180,100,1,0),(241339,181022,530,1,1,-4122.2,-11707.3,-142.921,1.8326,0,0,0.793355,0.60876,180,100,1,0),(241338,181016,530,1,1,-3988.78,-11386.5,-122.712,-0.977384,0,0,-0.469471,0.882948,180,100,1,0),(241337,181022,530,1,1,-4105.22,-11544.5,-135.782,1.6057,0,0,0.719339,0.694659,180,100,1,0),(241336,181025,530,1,1,-4097.35,-11552.9,-124.006,1.88496,0,0,0.809018,0.587783,180,100,1,0),(241335,181016,530,1,1,-3979.87,-11369.4,-122.542,1.37881,0,0,0.636078,0.771625,180,100,1,0),(241334,181016,530,1,1,-4150.39,-11469.8,-130.923,2.70526,0,0,0.976296,0.21644,180,100,1,0),(241333,181022,530,1,1,-4144.75,-11423.6,-130.672,-2.80998,0,0,-0.986286,0.165048,180,100,1,0),(241332,181022,530,1,1,-4016.02,-11510.5,-141.07,2.87979,0,0,0.991445,0.130528,180,100,1,0),(241331,181016,530,1,1,-4008.93,-11351,-122.814,-2.07694,0,0,-0.861629,0.507539,180,100,1,0),(241330,181022,530,1,1,-4120.5,-11437.1,-130.379,-1.44862,0,0,-0.662619,0.748957,180,100,1,0),(241329,181025,530,1,1,-3848.6,-11508.4,-128.93,0.733038,0,0,0.358368,0.93358,180,100,1,0),(241328,181027,530,1,1,-3745.38,-11403.9,-138.167,2.32129,0,0,0.91706,0.398748,180,100,1,0),(241327,181022,530,1,1,-3732.54,-11501,-134.029,2.37365,0,0,0.927184,0.374606,180,100,1,0),(241326,181022,530,1,1,-3753.63,-11517.7,-134.327,2.09439,0,0,0.866024,0.500002,180,100,1,0),(241325,181022,530,1,1,-3903.45,-11420.8,-132.774,0.191986,0,0,0.0958456,0.995396,180,100,1,0),(241324,181014,530,1,1,-3785.23,-11420.6,-122.395,-2.05949,0,0,-0.857168,0.515037,180,100,1,0),(241323,181027,530,1,1,-3822.31,-11399.6,-139.054,-2.98451,0,0,-0.996917,0.0784606,180,100,1,0),(241322,181027,530,1,1,-3794.8,-11366.1,-138.605,-0.314159,0,0,-0.156434,0.987688,180,100,1,0),(241321,181022,530,1,1,-3657.6,-11491.4,-119.097,1.98968,0,0,0.838672,0.544637,180,100,1,0),(241320,181025,530,1,1,-3915.05,-11411.2,-111.863,-0.191986,0,0,-0.0958456,0.995396,180,100,1,0),(241319,181022,530,1,1,-3988.48,-11651.2,-139.043,0.383972,0,0,0.190809,0.981627,180,100,1,0),(241318,181022,530,1,1,-3862,-11617.4,-136.833,-1.3439,0,0,-0.622513,0.782609,180,100,1,0),(241317,181022,530,1,1,-3903.5,-11599.6,-137.786,-2.35619,0,0,-0.923879,0.382686,180,100,1,0),(241316,181014,530,1,1,-4011.89,-11672.1,-97.3294,0.034907,0,0,0.0174526,0.999848,180,100,1,0),(241315,181022,530,1,1,-3935.25,-11599.7,-138.455,-0.628319,0,0,-0.309017,0.951056,180,100,1,0),(241314,181019,530,1,1,-4026.65,-11731.5,-150.8,2.60054,0,0,0.96363,0.267239,180,100,1,0),(241313,181025,530,1,1,-3783.92,-11674.6,-93.7094,-3.03687,0,0,-0.998629,0.0523374,180,100,1,0),(241312,181025,530,1,1,-3855.36,-11639.2,-293.878,-2.47837,0,0,-0.945519,0.325567,180,100,1,0),(241311,181025,530,1,1,-1607.47,5251.37,-16.2881,2.72271,0,0,0.978147,0.207914,180,100,1,0),(241310,181014,530,1,1,-1851.13,5115.18,-20.3448,1.46608,0,0,0.669132,0.743144,180,100,1,0),(241309,181025,530,1,1,-1661.08,5169.22,-17.297,2.47837,0,0,0.945519,0.325567,180,100,1,0),(241308,181019,530,1,1,-1802.65,5309.42,-11.1455,-0.541052,0,0,-0.267238,0.96363,180,100,1,0),(241307,181016,530,1,1,-1965.48,5271.96,-38.8098,-0.366519,0,0,-0.182235,0.983255,180,100,1,0),(241306,181025,530,1,1,-1914.49,5119.9,-16.3917,1.3439,0,0,0.622513,0.782609,180,100,1,0),(241305,181016,530,1,1,-1776.81,5259.49,-38.8315,-0.20944,0,0,-0.104529,0.994522,180,100,1,0),(241304,181019,530,1,1,-1794.67,5314.32,-11.1455,-2.84489,0,0,-0.989016,0.147808,180,100,1,0),(241303,181016,530,1,1,-1658.77,5196.1,-38.8613,0.226893,0,0,0.113203,0.993572,180,100,1,0),(241302,181055,530,1,1,-1645.07,5192.24,-27.4254,2.56563,0,0,0.958819,0.284017,180,100,1,0),(241301,181022,530,1,1,-1970.11,5267.57,-38.8413,-1.46608,0,0,-0.669132,0.743144,180,100,1,0),(241300,181020,530,1,1,-1948.56,5289.85,-7.48382,1.0472,0,0,0.500001,0.866025,180,100,1,0),(241299,181016,530,1,1,-1957.02,5267.33,-38.8098,-2.1293,0,0,-0.874619,0.48481,180,100,1,0),(241298,181025,530,1,1,-1880.74,5115.03,-17.3779,1.43117,0,0,0.656059,0.75471,180,100,1,0),(241297,181022,530,1,1,-1873.24,5269.36,-12.4281,1.48353,0,0,0.67559,0.737277,180,100,1,0),(241296,181016,530,1,1,-1748.06,5178,-40.2092,1.46608,0,0,0.669132,0.743144,180,100,1,0),(241295,181020,530,1,1,-1785.04,5286.28,-7.83177,2.09439,0,0,0.866024,0.500002,180,100,1,0),(241294,181055,530,1,1,-1852.58,5113.24,-27.4532,1.50098,0,0,0.681997,0.731355,180,100,1,0),(241293,181055,530,1,1,-1774.86,5267.38,-27.0181,-1.02974,0,0,-0.492422,0.870357,180,100,1,0),(241292,181019,530,1,1,-1937.6,5316.97,-11.1455,-2.74017,0,0,-0.979925,0.199366,180,100,1,0),(241291,181019,530,1,1,-2062.13,5316.04,-35.8235,0.541052,0,0,0.267238,0.96363,180,100,1,0),(241290,181019,530,1,1,-1899.23,5148.15,-37.5036,-3.07178,0,0,-0.999391,0.0348993,180,100,1,0),(241289,181025,530,1,1,-2001.1,5173.34,-16.6093,0.872665,0,0,0.422618,0.906308,180,100,1,0),(241288,181025,530,1,1,-2109.01,5318.35,-16.8746,0.122173,0,0,0.0610485,0.998135,180,100,1,0),(241287,181055,530,1,1,-1760.91,5171.57,-17.2613,1.8675,0,0,0.803856,0.594824,180,100,1,0),(241286,181016,530,1,1,-1767.46,5264.79,-38.8237,-2.26893,0,0,-0.906308,0.422617,180,100,1,0),(241285,181016,530,1,1,-1653.31,5205.2,-38.8578,-1.51844,0,0,-0.688356,0.725373,180,100,1,0),(241284,181022,530,1,1,-1788.93,5253.06,-40.2092,-1.29154,0,0,-0.601814,0.798637,180,100,1,0),(241283,181019,530,1,1,-1929.34,5312.43,-11.1455,-1.53589,0,0,-0.694658,0.71934,180,100,1,0),(241282,181016,530,1,1,-1856.03,5128.53,-38.8556,-0.575959,0,0,-0.284016,0.95882,180,100,1,0),(241281,181025,530,1,1,-1629.16,5213.76,-17.4348,2.47837,0,0,0.945519,0.325567,180,100,1,0),(241280,181022,530,1,1,-1755.32,5315.89,-12.4281,2.28638,0,0,0.909961,0.414694,180,100,1,0),(241279,181022,530,1,1,-1832.6,5277.45,-12.4281,1.74533,0,0,0.766045,0.642787,180,100,1,0),(241278,181018,530,1,1,-1751.6,5168.99,-35.2921,-1.50098,0,0,-0.681997,0.731355,180,100,1,0),(241277,181022,530,1,1,-1959.46,5260.69,-38.8396,-3.01942,0,0,-0.998135,0.0610484,180,100,1,0),(241276,181016,530,1,1,-1845.35,5128.06,-38.8549,-2.40855,0,0,-0.93358,0.35837,180,100,1,0),(241275,181055,530,1,1,-1960.27,5271.78,-26.9706,-2.05949,0,0,-0.857168,0.515037,180,100,1,0),(241274,181016,530,1,1,-1769.64,5268,-38.8098,3.10669,0,0,0.999848,0.0174505,180,100,1,0),(241273,181014,530,1,1,-1646.27,5194.14,-18.7777,2.53073,0,0,0.953717,0.300705,180,100,1,0),(241272,181025,530,1,1,-1681.29,5145.89,-15.7896,2.21657,0,0,0.894935,0.446197,180,100,1,0),(241271,181016,530,1,1,-1778.04,5263.37,-38.8098,-1.29154,0,0,-0.601814,0.798637,180,100,1,0),(241270,181022,530,1,1,-1990.25,5266.93,-42.2252,-1.95477,0,0,-0.829038,0.559192,180,100,1,0),(241269,181022,530,1,1,-2090.42,5316.59,-37.3235,-0.034907,0,0,-0.0174526,0.999848,180,100,1,0),(241268,181016,530,1,1,-2043.99,5269.15,-39.1957,-0.191986,0,0,-0.0958456,0.995396,180,100,1,0),(241267,181015,0,1,1,-9066.78,452.947,93.2955,-0.767945,0,0,-0.374607,0.927184,180,100,1,0),(241266,181015,0,1,1,-9046.63,428.583,93.2955,2.30383,0,0,0.913544,0.406739,180,100,1,0),(241265,181022,530,1,1,-1990.08,5210.79,-44.3673,1.50098,0,0,0.681997,0.731355,180,100,1,0),(241264,181022,530,1,1,-1902.35,5293.58,0.857056,-2.51327,0,0,-0.951056,0.309019,180,100,1,0),(241263,181014,530,1,1,-1851.91,5256.4,-31.2439,-1.55334,0,0,-0.700908,0.713252,180,100,1,0),(241262,181022,530,1,1,-1915.55,5296.89,0.817524,-1.6057,0,0,-0.719339,0.694659,180,100,1,0),(241261,181060,0,1,1,-8920.95,605.589,100.62,-1.64061,0,0,-0.731354,0.681998,180,100,1,0),(241260,181060,0,1,1,-8859.47,646.978,99.5508,-1.76278,0,0,-0.771624,0.636079,180,100,1,0),(241259,181060,0,1,1,-8857.83,649.636,99.5508,-0.925024,0,0,-0.446198,0.894934,180,100,1,0),(241258,181019,0,1,1,-8920.66,606.056,100.606,1.0472,0,0,0.500001,0.866025,180,100,1,0),(241257,181060,0,1,1,-8932.71,629.542,100.627,-0.331612,0,0,-0.165047,0.986286,180,100,1,0),(241256,181060,0,1,1,-8859.11,649.941,100.919,1.44862,0,0,0.662619,0.748957,180,100,1,0),(241255,181060,0,1,1,-8861.33,651.786,97.6117,2.72271,0,0,0.978147,0.207914,180,100,1,0),(241254,181060,0,1,1,-8861.11,647.936,99.5508,2.14675,0,0,0.878816,0.477161,180,100,1,0),(241253,181060,0,1,1,-8858.82,645.576,97.6209,-1.09956,0,0,-0.5225,0.852639,180,100,1,0),(241252,181060,0,1,1,-8860.68,652.186,97.5913,-2.80998,0,0,-0.986286,0.165048,180,100,1,0),(241251,181060,0,1,1,-8858.38,650.422,99.5508,-1.13446,0,0,-0.537298,0.843393,180,100,1,0),(241250,181016,0,1,1,-8874.09,640.259,96.0894,0.541052,0,0,0.267238,0.96363,180,100,1,0),(241249,181060,0,1,1,-8859.13,650.743,99.5508,1.46608,0,0,0.669132,0.743144,180,100,1,0),(241248,181060,0,1,1,-8858.51,649.38,100.919,-0.837758,0,0,-0.406737,0.913545,180,100,1,0),(241247,181060,0,1,1,-8856.4,650.419,97.5945,1.85005,0,0,0.798636,0.601815,180,100,1,0),(241246,181060,0,1,1,-8856.95,646.507,97.6371,0.890118,0,0,0.430511,0.902585,180,100,1,0),(241245,181060,0,1,1,-8862.92,648.115,97.5961,3.08923,0,0,0.999657,0.0261783,180,100,1,0),(241244,181017,0,1,1,-4691.64,-1183.9,509.915,-0.733038,0,0,-0.358368,0.93358,180,100,1,0),(241243,181021,0,1,1,-4641.6,-1178.9,515.026,-2.05949,0,0,-0.857168,0.515037,180,100,1,0),(241242,181060,0,1,1,-8858.69,647.248,99.5508,-2.53073,0,0,-0.953717,0.300705,180,100,1,0),(241241,181060,0,1,1,-8862.29,651.178,97.6053,-2.1293,0,0,-0.874619,0.48481,180,100,1,0),(241240,181060,0,1,1,-8859.06,647.953,100.919,-2.25148,0,0,-0.902586,0.430509,180,100,1,0),(241239,181060,0,1,1,-8861.47,648.844,99.5508,-2.79253,0,0,-0.984808,0.173647,180,100,1,0),(241238,181060,0,1,1,-8860.32,647.253,99.5508,-1.16937,0,0,-0.551937,0.833886,180,100,1,0),(241237,181060,0,1,1,-8860.51,648.487,100.919,0.226893,0,0,0.113203,0.993572,180,100,1,0),(241236,181019,0,1,1,-8907.3,613.16,100.627,-2.89725,0,0,-0.992546,0.121868,180,100,1,0),(241235,181060,0,1,1,-8920.23,606.277,100.627,-1.88496,0,0,-0.809018,0.587783,180,100,1,0),(241234,181060,0,1,1,-8906.8,613.516,100.627,-1.32645,0,0,-0.615661,0.788011,180,100,1,0),(241233,181060,0,1,1,-8860.19,645.501,97.5955,-2.6529,0,0,-0.970296,0.241922,180,100,1,0),(241232,181020,0,1,1,-8811.44,655.375,97.0114,-1.81514,0,0,-0.78801,0.615662,180,100,1,0),(241231,181060,0,1,1,-8919.41,636.825,100.62,0.017453,0,0,0.00872639,0.999962,180,100,1,0),(241230,181060,0,1,1,-8856.46,647.413,97.6089,2.42601,0,0,0.936673,0.350206,180,100,1,0),(241229,181060,0,1,1,-8859.86,647.929,100.919,0.977384,0,0,0.469471,0.882948,180,100,1,0),(6564,181891,530,1,1,-2639.82,-11673.2,13.6439,1.70439,0,0,0,0,240,100,1,0),(6575,181891,530,1,1,-2653.67,-11567.8,18.8435,2.28061,0,0,0,0,240,100,1,0),(6773,181891,530,1,1,-2493.11,-11335.8,34.04,4.54753,0,0,0,0,240,100,1,0),(12027,181891,530,1,1,-2456.58,-11155.6,12.8138,6.15758,0,0,0,0,240,100,1,0),(13249,181891,530,1,1,-2594.48,-11235.7,20.9451,3.3694,0,0,0,0,240,100,1,0),(14143,181892,530,1,1,-2118.5,-12178.5,19.3174,3.23583,0,0,0,0,240,100,1,0),(14240,181892,530,1,1,-2252.04,-12066.5,24.4051,3.03948,0,0,0,0,240,100,1,0),(14241,181892,530,1,1,-2355.8,-11962.8,12.2674,2.61343,0,0,0,0,240,100,1,0),(14242,181892,530,1,1,-2395.06,-11942.6,13.8182,2.41708,0,0,0,0,240,100,1,0),(14243,181892,530,1,1,-2488.85,-11902.8,11.8347,2.47626,0,0,0,0,240,100,1,0),(14244,181892,530,1,1,-2551.61,-11872.2,12.3629,2.31985,0,0,0,0,240,100,1,0),(14245,181893,530,1,1,-1641.18,-12071.7,12.8046,4.10377,0,0,0,0,240,100,1,0),(14246,181893,530,1,1,-1677.2,-12056.5,12.808,1.77505,0,0,0,0,240,100,1,0),(14247,181893,530,1,1,-1680.21,-12113.7,15.2337,0.0314765,0,0,0,0,240,100,1,0),(14466,181893,530,1,1,-1790.45,-12172.7,12.1033,4.0213,0,0,0,0,240,100,1,0),(14484,181893,530,1,1,-1818.49,-12092,32.9904,4.28047,0,0,0,0,240,100,1,0),(15045,181893,530,1,1,-1829.72,-12052.4,32.962,3.69344,0,0,0,0,240,100,1,0),(15075,181893,530,1,1,-1834.7,-12100.6,33.909,0.653942,0,0,0,0,240,100,1,0),(18919,181893,530,1,1,-2175.21,-12320.1,51.6171,5.70797,0,0,0,0,240,100,1,0),(27586,181893,530,1,1,-2212.53,-12286.9,51.3367,5.0117,0,0,0,0,240,100,1,0),(27588,181893,530,1,1,-2264.78,-12251.7,32.9792,5.3349,0,0,0,0,240,100,1,0),(28519,181893,530,1,1,-2314.45,-12318,24.9757,3.36747,0,0,0,0,240,100,1,0),(28520,181894,530,1,1,-2345.93,-11589.4,24.7931,0.251384,0,0,0,0,240,100,1,0),(29273,181894,530,1,1,-2350.22,-11495.8,20.5455,1.68866,0,0,0,0,240,100,1,0),(29274,181894,530,1,1,-2492.86,-11454.1,37.9938,5.80413,0,0,0,0,240,100,1,0),(29277,181894,530,1,1,-2535.62,-11494.1,34.1052,1.63759,0,0,0,0,240,100,1,0),(30562,181894,530,1,1,-2572.66,-11482.4,31.1092,3.24373,0,0,0,0,240,100,1,0),(30569,181894,530,1,1,-2554.67,-11528,28.0385,4.84491,0,0,0,0,240,100,1,0),(30571,181894,530,1,1,-2420.56,-11611.5,26.6264,0.396653,0,0,0,0,240,100,1,0),(30676,181894,530,1,1,-2635.25,-11522.5,24.8003,1.60616,0,0,0,0,240,100,1,0),(30683,181894,530,1,1,-2345.9,-11241.1,28.9045,3.21229,0,0,0,0,240,100,1,0),(30693,181894,530,1,1,-2408.6,-11174.6,16.9046,5.20719,0,0,0,0,240,100,1,0),(30695,181894,530,1,1,-2430.78,-11308.1,28.6147,5.85906,0,0,0,0,240,100,1,0),(30699,181894,530,1,1,-2521.69,-11340.1,23.5555,2.94129,0,0,0,0,240,100,1,0),(30701,181894,530,1,1,-2614.79,-11318.2,30.9846,4.78305,0,0,0,0,240,100,1,0),(30702,181894,530,1,1,-2520.81,-11166.8,16.8094,3.50286,0,0,0,0,240,100,1,0),(30705,181894,530,1,1,-2526.55,-11144.6,16.8094,3.11409,0,0,0,0,240,100,1,0),(90,167284,0,1,1,-7565.21,-2737.02,135.313,3.14159,0,0,1,0,7200,100,1,0),(89,2066,0,1,1,-8229.83,-1176.2,142.558,-1.39626,0,0,-0.642788,0.766044,7200,100,1,0),(83,167289,0,1,1,-8229.83,-1176.2,142.558,-1.39626,0,0,-0.642788,0.766044,7200,100,1,0),(82,176895,0,1,1,-8100.39,-1507.24,132.934,-2.09439,0,0,-0.866025,0.5,7200,100,1,0),(81,176894,0,1,1,-8096.96,-1508.86,133.073,-2.39983,0,0,0.932008,-0.362438,7200,100,1,0),(80,2066,0,1,1,-8132.84,-1706.75,137.85,1.35263,0,0,0.625923,0.779885,7200,100,1,0),(30772,182026,530,1,1,-2149.29,-10686.5,62.2454,2.3258,0,0,0,0,240,100,1,0),(44863,22742,0,1,1,2270.14,247.111,34.2691,2.57436,0,0,0.96005,0.279829,900,100,1,0),(44862,22752,0,1,1,2277.74,243.066,41.1119,2.62672,0,0,0.967046,0.254602,900,100,1,0),(30838,181854,530,1,1,-2336.55,-12335,20.1607,5.81403,0,0,0,0,240,100,1,0),(30840,181854,530,1,1,-2362.22,-12418.5,12.4314,2.80987,0,0,0,0,240,100,1,0),(30849,181854,530,1,1,-2439.52,-12371.4,16.4107,4.2982,0,0,0,0,240,100,1,0),(30909,181854,530,1,1,-2432.66,-12367.1,16.4777,0.622543,0,0,0,0,240,100,1,0),(30923,181854,530,1,1,-2426.43,-12321.2,21.8558,3.13582,0,0,0,0,240,100,1,0),(30938,181854,530,1,1,-2393.8,-12284.4,25.434,1.0074,0,0,0,0,240,100,1,0),(30945,181854,530,1,1,-2428.73,-12270.1,27.3979,3.11226,0,0,0,0,240,100,1,0),(30947,181854,530,1,1,-2385.32,-12247.6,27.5925,2.5939,0,0,0,0,240,100,1,0),(30963,181854,530,1,1,-2509.12,-12431.8,9.34786,5.80224,0,0,0,0,240,100,1,0),(30970,181854,530,1,1,-2552.13,-12425.6,9.43562,3.92907,0,0,0,0,240,100,1,0),(30974,181854,530,1,1,-2540.1,-12314.4,14.1326,5.04433,0,0,0,0,240,100,1,0),(31399,181854,530,1,1,-2593.05,-12334.6,5.37857,5.26032,0,0,0,0,240,100,1,0),(31400,181854,530,1,1,-2583.97,-12264.1,14.8629,5.04434,0,0,0,0,240,100,1,0),(31927,181854,530,1,1,-2673.17,-12292.9,6.91142,5.47629,0,0,0,0,240,100,1,0),(31928,181854,530,1,1,-2684.29,-12231.7,10.3505,5.26422,0,0,0,0,240,100,1,0),(32163,181854,530,1,1,-2639.52,-12246.1,13.7176,3.76803,0,0,0,0,240,100,1,0),(32286,181854,530,1,1,-2622.05,-12219.7,15.9201,2.6292,0,0,0,0,240,100,1,0),(32317,181854,530,1,1,-2534.77,-12059.1,32.551,3.12141,0,0,0,0,240,100,1,0),(32750,181854,530,1,1,-2487.39,-12103.4,35.9197,3.09784,0,0,0,0,240,100,1,0),(43132,181854,530,1,1,-2506.48,-12145.1,39.8399,2.12,0,0,0,0,240,100,1,0),(44626,181854,530,1,1,-2495.52,-12161.2,39.6139,1.79014,0,0,0,0,240,100,1,0),(44627,181854,530,1,1,-2537.28,-12167.3,27.9248,1.71686,0,0,0,0,240,100,1,0),(44628,181854,530,1,1,-2581.38,-12146.4,28.1589,0.625154,0,0,0,0,240,100,1,0),(44629,181854,530,1,1,-2655.23,-12049,18.997,2.14361,0,0,0,0,240,100,1,0),(44630,181854,530,1,1,-2621.77,-12022.7,23.9682,0.816288,0,0,0,0,240,100,1,0),(44631,181854,530,1,1,-2644.18,-12006.8,19.414,0.855548,0,0,0,0,240,100,1,0),(44632,181854,530,1,1,-2631.58,-11953.1,17.454,2.05328,0,0,0,0,240,100,1,0),(44633,181854,530,1,1,-2691.37,-11932.7,9.01105,2.10403,0,0,0,0,240,100,1,0),(44634,181854,530,1,1,-2720.43,-11982.8,9.42869,3.24285,0,0,0,0,240,100,1,0),(44635,181854,530,1,1,-2719.49,-11927.1,4.48001,2.64987,0,0,0,0,240,100,1,0),(44636,181854,530,1,1,-2753.75,-11971.1,6.32852,0.285814,0,0,0,0,240,100,1,0),(44637,181854,530,1,1,-2558.89,-12224.1,26.9547,0.46249,0,0,0,0,240,100,1,0),(44638,181854,530,1,1,-2613.26,-12106.8,25.5271,3.91039,0,0,0,0,240,100,1,0),(44639,181854,530,1,1,-2735.42,-12058.8,9.81909,3.3685,0,0,0,0,240,100,1,0),(4580,2061,1,1,1,1984.04,-4806.71,56.8699,-2.17294,0,0,0.884988,-0.465614,900,100,1,0),(4579,173119,1,1,1,1984.04,-4806.71,56.8699,-2.17294,0,0,0.884988,-0.465614,900,100,1,0),(4578,2061,1,1,1,1993.18,-4802.81,56.8699,-0.637044,0,0,-0.313163,0.949699,900,100,1,0),(4577,173118,1,1,1,1993.18,-4802.81,56.8699,-0.637044,0,0,-0.313163,0.949699,900,100,1,0),(4576,2061,1,1,1,1676.38,-4336.09,32.3788,-2.9147,0,0,0.993572,-0.113203,900,100,1,0),(4575,173125,1,1,1,1676.38,-4336.09,32.3788,-2.9147,0,0,0.993572,-0.113203,900,100,1,0),(4574,2061,1,1,1,1914.64,-4135.08,40.8491,2.16421,0,0,0.882947,0.469472,900,100,1,0),(4573,173147,1,1,1,1914.64,-4135.08,40.8491,2.16421,0,0,0.882947,0.469472,900,100,1,0),(4572,2061,1,1,1,1938.89,-4208.65,42.1457,1.24791,0,0,0.584249,0.811574,900,100,1,0),(4571,173142,1,1,1,1938.89,-4208.65,42.1457,1.24791,0,0,0.584249,0.811574,900,100,1,0),(4570,173021,1,1,1,1942.49,-4481.45,25.3917,2.94088,0,0,0.994969,0.100188,900,100,1,0),(4569,2061,1,1,1,1457.86,-4427.24,25.2892,-2.23402,0,0,0.898794,-0.438372,900,100,1,0),(4568,173008,1,1,1,1457.86,-4427.24,25.2892,-2.23402,0,0,0.898794,-0.438372,900,100,1,0),(4567,173020,1,1,1,1885.8,-4454.53,50.8345,2.97579,0,0,0.996566,0.082808,900,100,1,0),(4566,2061,1,1,1,1871.92,-4699.32,39.3519,2.89725,0,0,0.992546,0.12187,900,100,1,0),(4565,173087,1,1,1,1871.92,-4699.32,39.3519,2.89725,0,0,0.992546,0.12187,900,100,1,0),(4564,175319,1,1,1,1836.03,-4364.47,-15.0451,2.95833,0,0,0.995805,0.091502,900,100,1,0),(4563,2061,1,1,1,1797.98,-4397.19,-17.8158,-2.54818,0,0,0.956305,-0.292372,900,100,1,0),(4560,175318,1,1,1,1797.98,-4397.19,-17.8158,-2.54818,0,0,0.956305,-0.292372,900,100,1,0),(4559,2061,1,1,1,1704.63,-4339.8,24.6321,-2.48709,0,0,0.94693,-0.32144,900,100,1,0),(4558,177021,1,1,1,1704.63,-4339.8,24.6321,-2.48709,0,0,0.94693,-0.32144,900,100,1,0),(4557,172965,1,1,1,1666.79,-4391.71,24.9046,1.72788,0,0,0.760406,0.649447,900,100,1,0),(4556,2061,1,1,1,1952.68,-4429.13,24.7337,-0.77667,0,0,-0.378648,0.925541,900,100,1,0),(4555,172944,1,1,1,1952.68,-4429.13,24.7337,-0.77667,0,0,-0.378648,0.925541,900,100,1,0),(66,176896,0,1,1,-8132.84,-1706.75,137.85,1.35263,0,0,0.625923,0.779885,7200,100,1,0),(44665,182256,530,1,1,-187.278,8120.11,18.3399,3.22877,0,0,0.99905,-0.0435748,300,100,1,0),(44666,182031,530,1,1,-240.604,8120.49,19.2515,1.47733,0,0,0.673302,0.739368,300,100,1,0),(44667,182031,530,1,1,-292.591,8100.75,19.3314,3.15416,0,0,0.99998,-0.00628221,300,100,1,0),(44668,182256,530,1,1,-149.392,8083.34,18.6803,3.15415,0,0,0.99998,-0.00628007,300,100,1,0),(44669,182256,530,1,1,-264.737,8044.96,18.5307,3.08347,0,0,0.999578,0.0290585,300,100,1,0),(44670,182031,530,1,1,-200.824,8025.63,18.4689,3.87672,0,0,0.933205,-0.359345,300,100,1,0),(44671,182256,530,1,1,-156.887,8023.12,19.4123,1.63834,0,0,0.730579,0.682829,300,100,1,0),(44672,182256,530,1,1,-90.4153,8013,19.5408,4.90952,0,0,0.634091,-0.773258,300,100,1,0),(44673,182031,530,1,1,-49.3285,8010.7,24.686,0.153931,0,0,0.0768895,0.99704,300,100,1,0),(44674,182256,530,1,1,-208.017,7961.37,18.5098,3.36621,0,0,0.9937,-0.112074,300,100,1,0),(44675,182031,530,1,1,-154.169,7952.38,19.3171,3.71571,0,0,0.95908,-0.283134,300,100,1,0),(44676,182256,530,1,1,-284.011,7953.31,21.307,3.29553,0,0,0.99704,-0.0768906,300,100,1,0),(44677,182256,530,1,1,-295.26,7928.1,19.2106,2.63972,0,0,0.96868,0.248312,300,100,1,0),(44678,182256,530,1,1,-327.499,7916.04,19.1187,4.66605,0,0,0.7233,-0.690534,300,100,1,0),(44679,182031,530,1,1,-154.879,7883.06,19.1904,6.2172,0,0,0.0329853,-0.999456,300,100,1,0),(44680,182031,530,1,1,-112.659,7878.28,19.4319,6.22898,0,0,0.0270976,-0.999633,300,100,1,0),(44681,182256,530,1,1,-97.3787,7878.57,19.4366,0.0125563,0,0,0.00627812,0.99998,300,100,1,0),(44682,182256,530,1,1,-248.51,7849.61,18.9868,2.47478,0,0,0.944933,0.327265,300,100,1,0),(44683,182256,530,1,1,-284.537,7809.43,21.1999,3.59004,0,0,0.974967,-0.222351,300,100,1,0),(44684,182031,530,1,1,-254.289,7792.12,19.4119,0.0636024,0,0,0.0317959,0.999494,300,100,1,0),(44685,184578,530,1,1,-187.278,8120.11,18.3399,3.22877,0,0,0.99905,-0.0435748,300,100,1,0),(44686,184578,530,1,1,-240.604,8120.49,19.2515,1.47733,0,0,0.673302,0.739368,300,100,1,0),(44687,184578,530,1,1,-292.591,8100.75,19.3314,3.15416,0,0,0.99998,-0.00628221,300,100,1,0),(44688,184578,530,1,1,-149.392,8083.34,18.6803,3.15415,0,0,0.99998,-0.00628007,300,100,1,0),(44689,184578,530,1,1,-264.737,8044.96,18.5307,3.08347,0,0,0.999578,0.0290585,300,100,1,0),(44690,184578,530,1,1,-200.824,8025.63,18.4689,3.87672,0,0,0.933205,-0.359345,300,100,1,0),(44691,184578,530,1,1,-156.887,8023.12,19.4123,1.63834,0,0,0.730579,0.682829,300,100,1,0),(44692,184578,530,1,1,-90.4153,8013,19.5408,4.90952,0,0,0.634091,-0.773258,300,100,1,0),(44693,184578,530,1,1,-49.3285,8010.7,24.686,0.153931,0,0,0.0768895,0.99704,300,100,1,0),(44694,184578,530,1,1,-208.017,7961.37,18.5098,3.36621,0,0,0.9937,-0.112074,300,100,1,0),(44695,184578,530,1,1,-154.169,7952.38,19.3171,3.71571,0,0,0.95908,-0.283134,300,100,1,0),(44696,184578,530,1,1,-284.011,7953.31,21.307,3.29553,0,0,0.99704,-0.0768906,300,100,1,0),(44697,184578,530,1,1,-295.26,7928.1,19.2106,2.63972,0,0,0.96868,0.248312,300,100,1,0),(44698,184578,530,1,1,-327.499,7916.04,19.1187,4.66605,0,0,0.7233,-0.690534,300,100,1,0),(44699,184578,530,1,1,-154.879,7883.06,19.1904,6.2172,0,0,0.0329853,-0.999456,300,100,1,0),(44700,184578,530,1,1,-112.659,7878.28,19.4319,6.22898,0,0,0.0270976,-0.999633,300,100,1,0),(44701,184578,530,1,1,-97.3787,7878.57,19.4366,0.0125563,0,0,0.00627812,0.99998,300,100,1,0),(44702,184578,530,1,1,-248.51,7849.61,18.9868,2.47478,0,0,0.944933,0.327265,300,100,1,0),(44703,184578,530,1,1,-284.537,7809.43,21.1999,3.59004,0,0,0.974967,-0.222351,300,100,1,0),(44704,184578,530,1,1,-254.289,7792.12,19.4119,0.0636024,0,0,0.0317959,0.999494,300,100,1,0),(4554,2061,1,1,1,1798.63,-4496.64,45.6859,-1.9635,0,0,-0.83147,0.55557,900,100,1,0),(44711,187390,530,1,1,9515.66,-7223.01,17.4557,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(4553,172942,1,1,1,1798.63,-4496.64,45.6859,-1.9635,0,0,-0.83147,0.55557,900,100,1,0),(44713,187291,530,1,1,-3904.36,-11558,-150.018,3.14159,0,0,1,0,180,100,1,0),(44714,187291,530,1,1,-3909.75,-11548.9,-149.957,-2.32129,0,0,0.91706,-0.398749,180,100,1,0),(44715,187294,0,1,1,-4887.29,-977.446,503.94,-0.890118,0,0,0.430511,-0.902585,180,100,1,0),(44716,187294,0,1,1,-4905.44,-992.343,503.94,-0.959931,0,0,0.461749,-0.887011,180,100,1,0),(4552,2061,1,1,1,1766.3,-4497.01,44.4808,-2.40856,0,0,0.933581,-0.358368,900,100,1,0),(4551,172941,1,1,1,1766.3,-4497.01,44.4808,-2.40856,0,0,0.933581,-0.358368,900,100,1,0),(29728,20919,47,1,1,2159.43,1687.49,57.5433,3.66079,0,0,0.966493,-0.256693,-43200,100,1,0),(44720,4090,530,1,1,-1844.56,5227.63,-38.5276,1.07634,0,0,0.512566,0.858648,25,100,1,0),(44721,182115,530,1,1,-239.54,5499.49,29.8329,-1.0472,0,0,0.5,-0.866025,180,100,1,0),(44722,185554,556,2,1,-87.5742,287.856,26.4832,0.0877018,0,0,0.0438369,0.999039,86400,100,1,0),(44723,186251,530,1,1,6821.59,-7778.09,129.196,1.0278,0,0,0.491577,0.870834,25,100,1,0),(44724,182532,530,1,1,-2305.98,-11266,38.6036,3.2,0,0,0.99905,0.0435773,180,100,1,0),(44725,182212,530,1,1,-2298.93,-11267,36.1106,3.05441,0,0,0.99905,0.0435773,25,100,1,0),(99866,179746,289,1,1,139.496,174.816,95.5388,3.60657,0,0,0.973096,-0.2304,86400,0,1,0),(266807,185952,548,1,1,448.374,-544.713,-7.54634,4.71681,0,0,0.7,-0.7,300,0,1,0),(268278,185579,429,1,1,33.14,575.552,-4.31,0,0,0,0,0,86400,255,1,0),(4550,176517,1,1,1,1664.69,-4204.34,56.2608,0.02618,0,0,0.01309,0.999914,900,100,1,0),(44732,141981,0,1,1,-10633.4,-2985.83,28.986,4.74371,0,0,0.695946,-0.718095,-600,0,1,0),(44733,141980,0,1,1,-10633.4,-2985.83,28.986,4.74371,0,0,0.695946,-0.718095,-600,0,1,0),(44734,181964,530,1,1,-1946.03,-12883.6,85.9281,0.648948,0,0,0.31881,0.947818,600,0,1,0),(44735,184729,530,1,1,1315.13,6689.44,-18.3601,1.914,0,0,0.817468,0.575973,600,100,1,0),(44736,184737,530,1,1,1315.13,6689.44,-18.3601,3.34657,0,0,0.994753,-0.10231,600,100,1,0),(4549,175744,1,1,1,2099.77,-4835.06,24.1761,-1.59698,0,0,-0.716302,0.697791,900,100,1,0),(2,169294,0,1,1,-7826.9,-1851.92,130.939,1.1781,0,0,0.55557,0.83147,7200,100,1,0),(44739,179544,429,1,1,168.564,526.016,-48.4669,1.62774,0,0,0.72695,0.68669,86400,0,1,0),(44740,179499,429,1,1,599.501,606.489,-4.75246,3.74834,0,0,0.954335,-0.298739,86400,100,1,0),(4548,175743,1,1,1,2104.76,-4831.93,24.1761,-0.244347,0,0,-0.12187,0.992546,900,100,1,0),(44867,22747,0,1,1,2254.48,239.125,33.6378,-0.829031,0,0,-0.402746,0.915312,900,100,1,0),(44868,22748,0,1,1,2253.92,237.491,33.6378,-0.28798,0,0,-0.143493,0.989651,900,100,1,0),(44869,22709,0,1,1,2260.93,254.458,34.21,1.90241,0,0,0.814116,0.580702,900,100,1,0),(44870,2061,0,1,1,2260.93,254.458,34.21,1.90241,0,0,0.814116,0.580702,900,100,1,0),(44871,38491,0,1,1,2230.72,313.74,34.9113,-0.698132,0,0,-0.34202,0.939693,900,100,1,0),(44872,38493,0,1,1,2230.62,307.257,36.7193,1.53589,0,0,0.694658,0.71934,900,100,1,0),(44873,38494,0,1,1,2225.04,319.516,36.7193,0.095993,0,0,0.047978,0.998848,900,100,1,0),(44874,38495,0,1,1,2230.84,320.359,36.7193,-1.93732,0,0,-0.824126,0.566406,900,100,1,0),(44875,38492,0,1,1,2237.23,314.837,36.7193,3.01942,0,0,0.998135,0.061049,900,100,1,0),(44876,22563,0,1,1,1867.47,1564.01,94.368,-0.017454,0,0,-0.008727,0.999962,900,100,1,0),(44877,2061,0,1,1,1867.47,1564.01,94.368,-0.017454,0,0,-0.008727,0.999962,900,100,1,0),(44878,22567,0,1,1,1866.31,1563.37,99.2849,-1.309,0,0,-0.608762,0.793353,900,100,1,0),(44879,2061,0,1,1,1866.31,1563.37,99.2849,-1.309,0,0,-0.608762,0.793353,900,100,1,0),(44880,22565,0,1,1,1866.31,1563.59,94.368,-1.309,0,0,-0.608762,0.793353,900,100,1,0),(44881,2061,0,1,1,1866.31,1563.59,94.368,-1.309,0,0,-0.608762,0.793353,900,100,1,0),(44882,22564,0,1,1,1866.85,1564.15,99.2849,2.7838,0,0,0.984041,0.177943,900,100,1,0),(44884,22566,0,1,1,1866.85,1564.36,94.368,2.7838,0,0,0.984041,0.177943,900,100,1,0),(44886,3798,0,1,1,1837.2,1564.09,96.5178,-1.309,0,0,-0.608762,0.793353,900,100,1,0),(44887,3797,0,1,1,1838.09,1564.02,96.5178,-0.017454,0,0,-0.008727,0.999962,900,100,1,0),(44888,170354,0,1,1,1598.8,381.962,-58.4576,3.12414,0,0,0.999962,0.008726,900,100,1,0),(44889,33999,0,1,1,1569.15,413.038,-58.5007,-1.52717,0,0,-0.691514,0.722363,900,100,1,0),(44890,20656,0,1,1,1553.3,240.656,55.3952,-0.008727,0,0,-0.004363,0.99999,900,100,1,0),(44891,20653,0,1,1,1595.38,197.706,55.3952,1.56207,0,0,0.704015,0.710185,900,100,1,0),(44892,20649,0,1,1,1596.15,291.8,14.6822,-1.57952,0,0,-0.710186,0.704014,900,100,1,0),(44893,20651,0,1,1,1596.21,302.401,-40.6645,1.56207,0,0,0.704015,0.710185,900,100,1,0),(44894,36397,0,1,1,1474.84,364.133,-57.9933,-0.724311,0,0,-0.354291,0.935135,900,100,1,0),(44895,113576,0,1,1,1615.76,226.406,-56.0906,2.33874,0,0,0.920505,0.390731,900,100,1,0),(44896,113570,0,1,1,1575.17,253.843,-56.0906,-0.802852,0,0,-0.390731,0.920505,900,100,1,0),(44897,36102,0,1,1,1650.48,293.54,-58.4937,0.776671,0,0,0.378648,0.925541,900,100,1,0),(44898,113577,0,1,1,1595.32,181.144,-58.2397,1.56207,0,0,0.704015,0.710185,900,100,1,0),(44899,113575,0,1,1,1536.38,240.581,-58.3116,-0.008727,0,0,-0.004363,0.99999,900,100,1,0),(44900,113569,0,1,1,1593.69,100.517,-59.0787,0.008725,0,0,0.004363,0.99999,900,100,1,0),(44901,20655,0,1,1,1544.24,240.773,-40.7835,-0.008727,0,0,-0.004363,0.99999,900,100,1,0),(44902,36126,0,1,1,1513.67,389.707,-49.8204,0.584686,0,0,0.288197,0.957571,900,100,1,0),(44903,36127,0,1,1,1450.02,331.97,-49.425,-2.07694,0,0,-0.861629,0.507539,900,100,1,0),(44904,58623,0,1,1,1518.91,163.899,-53.5867,2.33874,0,0,0.920505,0.390731,900,100,1,0),(44905,58624,0,1,1,1486.69,196.506,-57.9991,0.392699,0,0,0.19509,0.980785,900,100,1,0),(44906,58626,0,1,1,1641.53,141.79,-55.9469,-1.11701,0,0,-0.529919,0.848048,900,100,1,0),(44907,177884,0,1,1,1475.09,429.974,-68.8891,-0.008727,0,0,-0.004363,0.99999,900,100,1,0),(44908,113753,0,1,1,1693.92,281.951,-62.5492,1.64934,0,0,0.734323,0.6788,900,100,1,0),(44909,20657,0,1,1,1533.88,240.826,-32.3473,3.13287,0,0,0.99999,0.004363,900,100,1,0),(44910,36095,0,1,1,1653.47,240.713,-58.4937,-1.57952,0,0,-0.710186,0.704014,900,100,1,0),(44911,98354,0,1,1,1541.84,292.223,-58.4937,2.34747,0,0,0.922201,0.38671,900,100,1,0),(44912,136101,0,1,1,1693.92,192.593,-56.0891,-0.462512,0,0,-0.2292,0.973379,900,100,1,0),(44913,36070,0,1,1,1596.28,300.245,-58.2333,-1.57952,0,0,-0.710186,0.704014,900,100,1,0),(44914,58599,0,1,1,1560.44,255.524,-34.2867,-0.532326,0,0,-0.263031,0.964787,900,100,1,0),(44915,58613,0,1,1,1403.93,380.684,-55.4364,-2.3911,0,0,0.930418,-0.3665,900,100,1,0),(44916,52175,0,1,1,1392.59,147.99,-62.4183,1.92859,0,0,0.821647,0.569997,900,100,1,0),(44917,52176,0,1,1,1684.69,276.825,-62.1811,1.26536,0,0,0.59131,0.806444,900,100,1,0),(44918,113752,0,1,1,1630.96,225.036,-33.7029,2.66163,0,0,0.971342,0.237686,900,100,1,0),(44919,58614,0,1,1,1487.24,285.943,-58.2546,-0.392699,0,0,-0.19509,0.980785,900,100,1,0),(44920,58615,0,1,1,1551.94,349.372,-57.73,-1.18682,0,0,-0.559193,0.829038,900,100,1,0),(44921,58616,0,1,1,1672.61,316.299,-54.0445,-0.794124,0,0,-0.386711,0.922201,900,100,1,0),(44922,58618,0,1,1,1641.27,349.046,-58.439,-1.97222,0,0,-0.833886,0.551936,900,100,1,0),(44923,58619,0,1,1,1705.15,284.347,-58.439,-2.75762,0,0,0.981627,-0.190809,900,100,1,0),(44924,153695,0,1,1,1589.73,274.311,-55.2462,-0.008727,0,0,-0.004363,0.99999,900,100,1,0),(44925,2061,0,1,1,1589.73,274.311,-55.2462,-0.008727,0,0,-0.004363,0.99999,900,100,1,0),(44926,98351,0,1,1,1595.26,180.821,-59.8467,1.56207,0,0,0.704015,0.710185,900,100,1,0),(44927,58596,0,1,1,1609.45,275.395,-34.4713,-1.97222,0,0,-0.833886,0.551936,900,100,1,0),(44928,58597,0,1,1,1569.9,267.807,-30.3544,-0.794124,0,0,-0.386711,0.922201,900,100,1,0),(44929,36094,0,1,1,1541.74,293.894,-58.2235,-2.36492,0,0,0.925541,-0.378648,900,100,1,0),(44930,58606,0,1,1,1596.14,269.916,-53.1671,-1.57952,0,0,-0.710186,0.704014,900,100,1,0),(44931,58608,0,1,1,1600.37,210.108,-53.283,1.56207,0,0,0.704015,0.710185,900,100,1,0),(44932,58609,0,1,1,1409.79,144.261,-50.9751,-2.66163,0,0,0.971342,-0.237686,900,100,1,0),(44933,58610,0,1,1,1406.44,414.359,-80.2099,-0.794124,0,0,-0.386711,0.922201,900,100,1,0),(44934,113568,0,1,1,1456.08,238.96,-57.3161,1.51844,0,0,0.688354,0.725375,900,100,1,0),(44935,58600,0,1,1,1631.32,254.778,-34.3416,-2.62672,0,0,0.967046,-0.254602,900,100,1,0),(44936,58602,0,1,1,1585.13,240.335,-42.7427,3.13287,0,0,0.99999,0.004363,900,100,1,0),(44937,58603,0,1,1,1595.72,250.741,-42.7427,1.56207,0,0,0.704015,0.710185,900,100,1,0),(44938,98350,0,1,1,1597.47,299.311,-59.4108,3.13287,0,0,0.99999,0.004363,900,100,1,0),(44939,36098,0,1,1,1536.05,240.635,-59.9186,-0.008727,0,0,-0.004363,0.99999,900,100,1,0),(44940,36398,0,1,1,1520.36,365.522,-49.2209,-1.05592,0,0,-0.503774,0.863836,900,100,1,0),(44941,77813,0,1,1,1681.83,286.665,-62.5492,0.165807,0,0,0.082808,0.996565,900,100,1,0),(44942,36072,0,1,1,1595.68,382.005,-57.3161,-0.061087,0,0,-0.030539,0.999534,900,100,1,0),(44943,36077,0,1,1,1596.33,300.568,-59.8403,-1.57952,0,0,-0.710186,0.704014,900,100,1,0),(44944,36078,0,1,1,1457.71,240.692,-58.0024,3.12414,0,0,0.999962,0.008726,900,100,1,0),(44945,36079,0,1,1,1540.27,292.398,-59.8545,0.776671,0,0,0.378648,0.925541,900,100,1,0),(44946,36083,0,1,1,1733.97,238.875,-58.0024,-0.069812,0,0,-0.034899,0.999391,900,100,1,0),(44947,36085,0,1,1,1594.94,102.178,-58.0024,-1.57952,0,0,-0.710186,0.704014,900,100,1,0),(44948,58622,0,1,1,1496.89,194.178,-54.0023,-2.69653,0,0,0.975342,-0.220697,900,100,1,0),(44949,113754,0,1,1,1694.13,293.993,-62.1811,2.97579,0,0,0.996566,0.082808,900,100,1,0),(44950,113755,0,1,1,1539.44,185.908,-58.2235,-0.794124,0,0,-0.386711,0.922201,900,100,1,0),(44951,36118,0,1,1,1596.36,182.127,-59.1923,3.13287,0,0,0.99999,0.004363,900,100,1,0),(44952,58620,0,1,1,1643.31,338.249,-55.7215,1.09956,0,0,0.522498,0.85264,900,100,1,0),(44953,98348,0,1,1,1537.42,239.507,-59.0969,1.56207,0,0,0.704015,0.710185,900,100,1,0),(44954,20654,0,1,1,1595.21,178.693,-40.5223,-1.57952,0,0,-0.710186,0.704014,900,100,1,0),(44955,34013,0,1,1,1515.52,391.034,-49.425,-2.55691,0,0,0.957571,-0.288196,900,100,1,0),(44956,36091,0,1,1,1653.59,238.433,-58.9002,1.56207,0,0,0.704015,0.710185,900,100,1,0),(44957,58598,0,1,1,1569.12,213.633,-30.3544,0.776673,0,0,0.378649,0.92554,900,100,1,0),(44958,36113,0,1,1,1541.11,186.008,-58.4937,-2.36492,0,0,0.925541,-0.378648,900,100,1,0),(44959,36105,0,1,1,1649.9,186.003,-58.4937,-0.794124,0,0,-0.386711,0.922201,900,100,1,0),(44960,36082,0,1,1,1650,184.332,-58.2235,0.776671,0,0,0.378648,0.925541,900,100,1,0),(44961,36092,0,1,1,1596.68,100.578,-57.3161,3.10668,0,0,0.999848,0.017453,900,100,1,0),(44962,20652,0,1,1,1595.26,188.644,-40.7835,1.56207,0,0,0.704015,0.710185,900,100,1,0),(44963,36096,0,1,1,1594.15,182.202,-59.025,-0.008727,0,0,-0.004363,0.99999,900,100,1,0),(44964,58621,0,1,1,1550.34,131.823,-58.0667,1.16937,0,0,0.551937,0.833886,900,100,1,0),(44965,36071,0,1,1,1655.01,239.622,-59.6427,3.13287,0,0,0.99999,0.004363,900,100,1,0),(44966,177064,0,1,1,1622,213.146,-30.3544,2.34747,0,0,0.922201,0.38671,900,100,1,0),(44967,36093,0,1,1,1654.68,239.625,-58.2235,3.13287,0,0,0.99999,0.004363,900,100,1,0),(44968,33998,0,1,1,1595.85,382.093,-59.5498,-0.061087,0,0,-0.030539,0.999534,900,100,1,0),(44969,58617,0,1,1,1694.62,286.703,-56.5023,0.445059,0,0,0.220697,0.975342,900,100,1,0),(44970,58627,0,1,1,1639.7,131.31,-58.0613,1.95477,0,0,0.829038,0.559192,900,100,1,0),(44971,58604,0,1,1,1595.53,229.746,-42.7427,-1.57952,0,0,-0.710186,0.704014,900,100,1,0),(44972,98343,0,1,1,1652.15,293.64,-58.2235,2.34747,0,0,0.922201,0.38671,900,100,1,0),(44973,36086,0,1,1,1651.47,185.828,-59.8545,-2.36492,0,0,0.925541,-0.378648,900,100,1,0),(44974,36090,0,1,1,1735.61,237.529,-59.0787,1.55334,0,0,0.700909,0.71325,900,100,1,0),(44975,36080,0,1,1,1597.27,380.382,-58.0024,1.55334,0,0,0.700909,0.71325,900,100,1,0),(44976,20650,0,1,1,1596.04,282.738,55.3952,-1.57952,0,0,-0.710186,0.704014,900,100,1,0),(44977,58629,0,1,1,1704.1,194.835,-57.7369,2.74889,0,0,0.980785,0.195091,900,100,1,0),(44978,113572,0,1,1,1609.18,260.417,-56.0906,-2.37365,0,0,0.927184,-0.374606,900,100,1,0),(44979,98349,0,1,1,1650.65,295.105,-59.8545,-0.794127,0,0,-0.386712,0.922201,900,100,1,0),(44980,58605,0,1,1,1622.15,267.302,-30.4093,-2.36492,0,0,0.925541,-0.378648,900,100,1,0),(44981,98347,0,1,1,1595.21,299.206,-59.0186,-0.008727,0,0,-0.004363,0.99999,900,100,1,0),(44982,34012,0,1,1,1520.24,365.819,-50.7368,-1.05592,0,0,-0.503774,0.863836,900,100,1,0),(44983,36073,0,1,1,1581.75,219.832,-56.0906,0.767946,0,0,0.374607,0.927184,900,100,1,0),(44984,184503,0,1,1,1805.85,348.865,70.8727,-0.008727,0,0,-0.004363,0.99999,900,100,1,0),(44985,58607,0,1,1,1591.61,210.289,-53.1671,1.56207,0,0,0.704015,0.710185,900,100,1,0),(44986,58612,0,1,1,1774.65,80.8117,-55.9975,2.34747,0,0,0.922201,0.38671,900,100,1,0),(268682,177044,0,1,1,1633.03,219.279,-43,1.082,0,0,0.514993,0.857194,600,100,1,0),(44988,40303,0,1,1,1395.34,140.091,-62.5492,0.733038,0,0,0.358368,0.93358,900,100,1,0),(44989,113574,0,1,1,1735.62,240.519,-57.3161,-1.63188,0,0,-0.728371,0.685183,900,100,1,0),(44990,170355,0,1,1,1537.4,241.815,-59.0969,-1.57952,0,0,-0.710186,0.704014,900,100,1,0),(44991,58611,0,1,1,1753.62,60.143,-55.9975,2.34747,0,0,0.922201,0.38671,900,100,1,0),(44992,58625,0,1,1,1548.17,142.028,-56.9035,-2.03331,0,0,-0.850352,0.526214,900,100,1,0),(44993,58601,0,1,1,1606.12,240.152,-42.7427,-0.008727,0,0,-0.004363,0.99999,900,100,1,0),(44994,175659,0,1,1,1597.25,240.212,60.732,-0.008727,-0.000418,-0.095845,-0.004343,0.995387,900,100,1,0),(44995,113756,0,1,1,1540.93,184.443,-59.8545,2.34747,0,0,0.922201,0.386711,900,100,1,0),(44996,113571,0,1,1,1456.07,241.95,-59.0787,-1.57952,0,0,-0.710186,0.704014,900,100,1,0),(44997,175725,0,1,1,1554.01,335.411,-61.2067,1.309,0,0,0.608761,0.793353,900,100,1,0),(44998,175754,0,1,1,1551.71,333.925,-61.2067,2.82743,0,0,0.987688,0.156434,900,100,1,0),(44999,175749,0,1,1,1553.09,334.694,-61.2067,2.32129,0,0,0.91706,0.398749,900,100,1,0),(45000,175731,0,1,1,1508.04,279.751,-61.2413,2.46091,0,0,0.942641,0.333807,900,100,1,0),(45001,175761,0,1,1,1639.36,224.559,-42.1102,-3.10669,0,0,0.999848,-0.017452,900,100,1,0),(45002,175738,0,1,1,2267.83,247.603,42.2675,-0.802851,0,0,0.390731,-0.920505,900,100,1,0),(45003,175726,0,1,1,2313.83,284.125,38.1232,0.942478,0,0,0.45399,0.891007,900,100,1,0),(45004,176092,0,1,1,1756.07,-724.743,60.1272,1.5708,0,0,0.707107,0.707107,3,100,1,0),(45005,164662,0,1,1,1891.29,1548.12,88.0769,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(45006,164662,0,1,1,1867.64,1541.64,88.3213,1.25664,0,0,0.587785,0.809017,180,100,1,0),(45007,164662,0,1,1,1956.45,1616.72,82.1385,-1.8675,0,0,0.803857,-0.594823,180,100,1,0),(45008,37098,0,1,1,1802.02,726.09,48.9915,-2.56563,0,0,0.95882,-0.284015,3,100,1,0),(45009,3705,0,1,1,1455.03,120.887,-60.1912,-2.11185,0,0,0.870356,-0.492423,900,100,1,0),(45010,3662,0,1,1,1526.48,167.26,-42.6944,2.09439,0,0,0.866025,0.5,900,100,1,0),(45011,3662,0,1,1,1685.6,140.026,-60.4732,-1.51844,0,0,0.688354,-0.725374,900,100,1,0),(45012,3705,0,1,1,1503.96,344.823,-60.0877,-0.10472,0,0,0.052336,-0.99863,900,100,1,0),(45013,3662,0,1,1,1604.67,204.438,-55.343,1.67552,0,0,0.743145,0.669131,900,100,1,0),(45014,103600,0,1,1,1385.33,341.708,-66.0074,0.471239,0,0,0.233445,0.97237,3,100,1,0),(45015,178090,0,1,1,1876.89,1624.95,94.7472,-1.8675,0,0,0.803857,-0.594823,900,100,1,0),(45016,178464,0,1,1,2537.49,-900.56,56.3891,2.40855,0,0,0.93358,0.358368,900,100,1,0),(45017,105174,0,1,1,1814.54,51.3096,-46.3164,2.30383,0,0,0.913545,0.406737,3,100,1,0),(45018,105174,0,1,1,1813.73,52.6475,-46.3165,2.32129,0,0,0.91706,0.398749,3,100,1,0),(45019,105174,0,1,1,1814.59,53.1667,-46.3167,2.94961,0,0,0.995396,0.095846,3,100,1,0),(45020,105175,0,1,1,1813.6,50.2285,-46.3162,2.51327,0,0,0.951057,0.309017,3,100,1,0),(45022,175885,0,1,1,2299.5,290.835,36.4086,2.04204,0,0,0.85264,0.522499,900,100,1,0),(45023,102985,0,1,1,1976.88,-472.256,35.6522,2.40855,0,0,0.93358,0.358368,3,100,1,0),(45024,102985,0,1,1,1969.59,-472.857,35.7564,2.70526,0,0,0.976296,0.21644,3,100,1,0),(45025,102985,0,1,1,1969.43,-471.338,35.6069,-2.53073,0,0,0.953717,-0.300706,3,100,1,0),(45026,102985,0,1,1,1969.55,-464.101,36.1453,-0.837758,0,0,0.406737,-0.913545,3,100,1,0),(45027,102985,0,1,1,1977.11,-473.432,35.4561,1.43117,0,0,0.656059,0.75471,3,100,1,0),(45028,102985,0,1,1,1976.87,-463.903,35.8052,-2.28638,0,0,0.909961,-0.414693,3,100,1,0),(45029,187290,0,1,1,1603.5,231.786,-51.2794,-1.69297,0,0,0.748956,-0.66262,900,100,1,0),(45030,187290,0,1,1,1587.58,232.057,-51.2757,-3.08923,0,0,0.999657,-0.026177,900,100,1,0),(45031,176753,0,1,1,2612.94,375.012,35.0619,-1.8326,0,0,0.793353,-0.608761,900,100,1,0),(45032,176753,0,1,1,2753.78,436.604,20.217,-1.32645,0,0,0.615661,-0.788011,900,100,1,0),(45033,1731,0,1,1,1572.09,-687.518,57.2998,1.37881,0,0,0.636078,0.771625,900,100,1,0),(45034,1731,0,1,1,2718.82,1259.24,46.958,2.21657,0,0,0.894934,0.446198,900,100,1,0),(45035,1731,0,1,1,2114.57,1213.39,48.3358,2.84489,0,0,0.989016,0.147809,900,100,1,0),(45036,1731,0,1,1,2861.2,-498.192,102.199,0.890118,0,0,0.430511,0.902585,900,100,1,0),(45037,1731,0,1,1,2745.86,-385.011,85.5166,0.261799,0,0,0.130526,0.991445,900,100,1,0),(45038,1731,0,1,1,2968.22,-349.844,27.8641,0.715585,0,0,0.350207,0.936672,900,100,1,0),(45039,1731,0,1,1,2850.04,-461.927,82.1176,-1.8326,0,0,0.793353,-0.608761,900,100,1,0),(45040,1731,0,1,1,2283.34,-1086.17,83.1417,-2.09439,0,0,0.866025,-0.5,900,100,1,0),(45041,1731,0,1,1,2453.47,835.25,85.8056,-2.58309,0,0,0.961262,-0.275637,900,100,1,0),(45042,375,0,1,1,2431.47,1591.2,37.0613,0.488692,0,0,0.241922,0.970296,700,100,1,0),(45043,375,0,1,1,2431.22,1593.1,37.0613,-0.977384,0,0,0.469472,-0.882948,700,100,1,0),(45044,174848,0,1,1,1407.62,414.136,-83.785,-0.10472,0,0,0.052336,-0.99863,900,100,1,0),(45045,175265,0,1,1,1407.04,415.23,-83.8892,0,0,0,0,1,900,100,1,0),(45046,1617,0,1,1,2689.82,104.365,36.0844,-0.628319,0,0,0.309017,-0.951056,60,100,1,0),(45047,1617,0,1,1,2465.66,1011.87,69.3897,1.97222,0,0,0.833886,0.551937,60,100,1,0),(45048,1618,0,1,1,2693.91,-456.716,110.102,0.959931,0,0,0.461749,0.887011,60,100,1,0),(45049,1618,0,1,1,2439.13,-409.188,68.4866,1.88496,0,0,0.809017,0.587785,60,100,1,0),(45050,1619,0,1,1,2795.85,-403.263,83.9041,3.12414,0,0,0.999962,0.008727,60,100,1,0),(45051,1619,0,1,1,2616.7,-311.016,76.7967,-0.296706,0,0,0.147809,-0.989016,60,100,1,0),(45052,1617,0,1,1,1884.5,831.883,35.8827,-2.77507,0,0,0.983255,-0.182235,60,100,1,0),(45053,1617,0,1,1,1767.44,836.736,54.3356,2.80998,0,0,0.986286,0.165048,60,100,1,0),(20416,180248,0,1,1,-13562,630.335,0,3.01942,0,0,0.998135,0.061049,180,100,1,0),(45055,1618,0,1,1,2285.03,847.533,37.1652,0.541052,0,0,0.267238,0.96363,60,100,1,0),(45056,1618,0,1,1,2714.45,778.143,111.664,-2.70526,0,0,0.976296,-0.21644,60,100,1,0),(45057,1617,0,1,1,2359.34,1191.43,35.5818,1.46608,0,0,0.669131,0.743145,60,100,1,0),(45058,1617,0,1,1,2688.86,1274.64,52.6062,1.58825,0,0,0.71325,0.700909,60,100,1,0),(45059,3658,0,1,1,1660.01,-735.278,59.8819,0.418879,0,0,0.207912,0.978148,900,100,1,0),(45060,106318,0,1,1,3058.92,-257.522,1.97371,1.76278,0,0,0.771625,0.636078,900,100,1,0),(45061,153473,0,1,1,3081.58,-565.609,131.491,2.89725,0,0,0.992546,0.121869,900,100,1,0),(45062,153472,0,1,1,2277.38,254.764,34.1961,-2.40855,0,0,0.93358,-0.358368,900,100,1,0),(45063,175566,0,1,1,2040.25,1129.57,33.7844,2.18166,0,0,0.887011,0.461749,900,100,1,0),(45064,175566,0,1,1,2225.91,940.262,44.7632,-1.8326,0,0,0.793353,-0.608761,900,100,1,0),(11504,183385,546,3,1,80.5045,-70.984,-2.75813,-1.51844,0,0,0,1,7200,255,1,0),(45066,164662,0,1,1,1912.53,1492.64,88.2604,1.71042,0,0,0.75471,0.656059,180,100,1,0),(45067,164662,0,1,1,1909.97,1507.27,89.185,3.05433,0,0,0.999048,0.043619,180,100,1,0),(45068,164662,0,1,1,1903.3,1487.85,93.9513,1.65806,0,0,0.737277,0.67559,180,100,1,0),(45069,187290,0,1,1,1603.91,248.463,-51.2896,0.017453,0,0,0.008727,0.999962,900,100,1,0),(45070,176753,0,1,1,2780.2,470.615,21.8746,-0.20944,0,0,0.104528,-0.994522,900,100,1,0),(45071,176753,0,1,1,2787.47,460.688,21.1982,-0.10472,0,0,0.052336,-0.99863,900,100,1,0),(45072,176753,0,1,1,2748.7,426.054,20.7038,-2.9147,0,0,0.993572,-0.113203,900,100,1,0),(45073,1731,0,1,1,2736.66,1411.2,2.68338,-0.750491,0,0,0.366501,-0.930418,900,100,1,0),(45074,1731,0,1,1,2709.98,1336.98,42.0939,1.22173,0,0,0.573576,0.819152,900,100,1,0),(45075,1731,0,1,1,2018.84,-628.099,66.4502,0.453786,0,0,0.224951,0.97437,900,100,1,0),(45076,1731,0,1,1,1732.7,897.179,60.023,1.98968,0,0,0.838671,0.544639,900,100,1,0),(12205,176152,0,1,1,1394.99,-1450.47,58.3282,0.855211,0,0,0.414693,0.909961,7200,100,1,0),(45078,1731,0,1,1,2551.51,-120.405,25.5001,2.67035,0,0,0.97237,0.233445,900,100,1,0),(45079,1731,0,1,1,2557.3,1691.01,8.38937,-2.54818,0,0,0.956305,-0.292372,900,100,1,0),(45080,1731,0,1,1,2245.63,1519.28,53.4071,-2.58309,0,0,0.961262,-0.275637,900,100,1,0),(45081,1731,0,1,1,3040.21,619.111,98.6797,-1.50098,0,0,0.681998,-0.731354,900,100,1,0),(45082,1731,0,1,1,3023.28,790.686,87.5232,0.436332,0,0,0.21644,0.976296,900,100,1,0),(45083,1731,0,1,1,2700.2,-846.233,84.8905,0.279253,0,0,0.139173,0.990268,900,100,1,0),(45084,1731,0,1,1,2721.52,-931.349,81.0418,-1.06465,0,0,0.507538,-0.861629,900,100,1,0),(12201,176152,0,1,1,1356.51,-1452.11,57.8184,-0.296706,0,0,0.147809,-0.989016,7200,100,1,0),(45086,1731,0,1,1,2252.92,-636.266,81.7184,0.959931,0,0,0.461749,0.887011,900,100,1,0),(45087,1619,0,1,1,2503.86,839.506,120.784,2.19912,0,0,0.891007,0.453991,60,100,1,0),(45088,1619,0,1,1,2464.48,696.83,45.391,2.67035,0,0,0.97237,0.233445,60,100,1,0),(45089,1618,0,1,1,1811.54,-641.503,42.0859,-0.593412,0,0,0.292372,-0.956305,60,100,1,0),(45091,1617,0,1,1,1838.21,-369.633,36.7846,1.64061,0,0,0.731354,0.681998,60,100,1,0),(12196,176152,0,1,1,1385.29,-1455.31,56.9689,0.017453,0,0,0.008727,0.999962,7200,100,1,0),(45093,1619,0,1,1,2709.66,-881.543,79.0136,2.44346,0,0,0.939693,0.34202,60,100,1,0),(45095,1617,0,1,1,2254.61,885.544,48.9225,-0.541052,0,0,0.267238,-0.96363,60,100,1,0),(12195,176152,0,1,1,1380.05,-1457.83,56.9689,1.71042,0,0,0.75471,0.656059,7200,100,1,0),(45099,1618,0,1,1,2801.52,71.3728,29.24,2.67035,0,0,0.97237,0.233445,60,100,1,0),(45100,1617,0,1,1,2768.63,162.392,31.1702,-2.07694,0,0,0.861629,-0.507538,60,100,1,0),(45101,1618,0,1,1,2318.94,-820.467,71.3757,-1.309,0,0,0.608761,-0.793353,60,100,1,0),(45102,1618,0,1,1,2812.19,-219.117,46.8137,0.296706,0,0,0.147809,0.989016,60,100,1,0),(45103,3658,0,1,1,2831.79,822.436,113.144,2.72271,0,0,0.978148,0.207912,900,100,1,0),(45104,153472,0,1,1,2948.7,727.587,103.686,2.49582,0,0,0.948324,0.317305,900,100,1,0),(45105,3658,0,1,1,2040.9,-461.893,35.9081,2.19912,0,0,0.891007,0.453991,900,100,1,0),(45106,2843,0,1,1,1900.49,1487.23,93.9514,1.44862,0,0,0.66262,0.748956,900,100,1,0),(45107,3658,0,1,1,3054.27,-350.856,-0.050096,2.54818,0,0,0.956305,0.292372,900,100,1,0),(45108,3658,0,1,1,2340.66,1306.41,34.0632,-3.10669,0,0,0.999848,-0.017452,900,100,1,0),(45109,153473,0,1,1,2166.62,-561.002,79.265,2.00713,0,0,0.843391,0.5373,900,100,1,0),(45110,2843,0,1,1,2081.69,1967.03,101.193,2.82743,0,0,0.987688,0.156434,900,100,1,0),(45111,175566,0,1,1,2303.58,923.441,57.9082,-1.85005,0,0,0.798635,-0.601815,900,100,1,0),(45112,176753,0,1,1,2795.22,490.533,18.748,2.87979,0,0,0.991445,0.130526,900,100,1,0),(45113,2045,0,1,1,1299.25,394.809,10.5615,-1.74533,0,0,0.766044,-0.642788,60,100,1,0),(45114,1731,0,1,1,2985.67,-721.287,161.564,1.98968,0,0,0.838671,0.544639,900,100,1,0),(45115,1731,0,1,1,2373.29,804.254,47.0329,-1.72788,0,0,0.760406,-0.649448,900,100,1,0),(4547,172959,1,1,1,1494.66,-4423.75,24.5874,0.139626,0,0,0.069757,0.997564,900,100,1,0),(45118,1619,0,1,1,2915.55,439.492,33.1534,-3.07178,0,0,0.999391,-0.034899,60,100,1,0),(45119,1617,0,1,1,2927.01,801.089,115.221,1.22173,0,0,0.573576,0.819152,60,100,1,0),(45120,1617,0,1,1,2943.64,645.655,104.953,-1.8326,0,0,0.793353,-0.608761,60,100,1,0),(45121,1617,0,1,1,2716.56,-275.278,64.3166,-2.98451,0,0,0.996917,-0.078459,60,100,1,0),(45122,1617,0,1,1,2073.42,-449.206,40.492,-0.418879,0,0,0.207912,-0.978148,60,100,1,0),(45123,1618,0,1,1,2410.99,1400.23,33.0661,-2.86234,0,0,0.990268,-0.139173,60,100,1,0),(45124,1618,0,1,1,2398.67,1633.2,33.5639,0.994838,0,0,0.477159,0.878817,60,100,1,0),(45125,1618,0,1,1,2039.89,-297.34,36.1757,1.37881,0,0,0.636078,0.771625,60,100,1,0),(45126,1617,0,1,1,1917.47,1167.43,42.603,0.314159,0,0,0.156434,0.987688,60,100,1,0),(45127,1619,0,1,1,2904.83,533.744,97.6854,2.49582,0,0,0.948324,0.317305,60,100,1,0),(45128,1619,0,1,1,2877.74,-398.049,81.5441,-1.3439,0,0,0.622515,-0.782608,60,100,1,0),(45129,1619,0,1,1,2898.8,-326.923,67.1757,-1.88496,0,0,0.809017,-0.587785,60,100,1,0),(45130,1618,0,1,1,2984.46,833.843,97.512,1.25664,0,0,0.587785,0.809017,60,100,1,0),(45131,175566,0,1,1,2009.63,1018.52,30.6434,0.191986,0,0,0.095846,0.995396,900,100,1,0),(45132,187290,0,1,1,1587.67,248.657,-51.2757,1.53589,0,0,0.694658,0.71934,900,100,1,0),(45133,1618,0,1,1,2202.17,706.952,36.9317,-0.20944,0,0,0.104528,-0.994522,60,100,1,0),(45134,1618,0,1,1,2308.14,702.509,39.1969,1.16937,0,0,0.551937,0.833886,60,100,1,0),(45135,1618,0,1,1,2289.65,951.939,52.3763,-0.523599,0,0,0.258819,-0.965926,60,100,1,0),(45137,1619,0,1,1,2726.09,1270.6,38.1253,2.87979,0,0,0.991445,0.130526,60,100,1,0),(45138,1617,0,1,1,2615.37,-1018.56,94.6326,0.890118,0,0,0.430511,0.902585,60,100,1,0),(45139,1617,0,1,1,2851.01,-375.707,76.4105,-1.58825,0,0,0.71325,-0.700909,60,100,1,0),(45140,1617,0,1,1,2264.65,1519.68,46.53,2.84489,0,0,0.989016,0.147809,60,100,1,0),(45141,1617,0,1,1,2443.22,1397.34,31.1435,2.26893,0,0,0.906308,0.422618,60,100,1,0),(45142,1619,0,1,1,2285.42,-1092.11,82.5132,-2.30383,0,0,0.913545,-0.406737,60,100,1,0),(45143,1619,0,1,1,2135.39,-350.163,78.2639,2.28638,0,0,0.909961,0.414693,60,100,1,0),(45144,1619,0,1,1,1637.51,-293.452,55.3764,2.49582,0,0,0.948324,0.317305,60,100,1,0),(45145,175566,0,1,1,2006.88,954.244,34.781,-0.628319,0,0,0.309017,-0.951056,900,100,1,0),(45146,175566,0,1,1,2053.96,1152.23,35.6857,-1.0821,0,0,0.515038,-0.857167,900,100,1,0),(45147,175566,0,1,1,2033.44,1065.45,32.5116,-0.663225,0,0,0.325568,-0.945519,900,100,1,0),(45148,175566,0,1,1,1966.64,861.508,34.4494,1.64061,0,0,0.731354,0.681998,900,100,1,0),(45149,175566,0,1,1,1925.26,781.157,41.4477,-2.18166,0,0,0.887011,-0.461749,900,100,1,0),(45150,175566,0,1,1,2267.1,972.917,57.5825,-0.174533,0,0,0.087156,-0.996195,900,100,1,0),(45151,175566,0,1,1,2339.3,1160.45,35.3953,-1.91986,0,0,0.819152,-0.573576,900,100,1,0),(45152,175566,0,1,1,2313.51,1012.61,48.4422,-2.75762,0,0,0.981627,-0.190809,900,100,1,0),(45153,175566,0,1,1,1989.05,908.592,37.0844,-0.349066,0,0,0.173648,-0.984808,900,100,1,0),(45154,175566,0,1,1,2268.87,812.059,26.9755,0.383972,0,0,0.190809,0.981627,900,100,1,0),(45155,175566,0,1,1,2322.85,755.438,33.4112,-1.01229,0,0,0.48481,-0.87462,900,100,1,0),(45156,175566,0,1,1,2256.74,930.73,49.2382,-1.15192,0,0,0.544639,-0.838671,900,100,1,0),(45157,375,0,1,1,2284.49,1470.76,33.4333,1.22173,0,0,0.573576,0.819152,700,100,1,0),(45158,1617,0,1,1,2815.79,414.031,19.1513,-0.593412,0,0,0.292372,-0.956305,60,100,1,0),(45159,1619,0,1,1,2653.72,1342.15,31.6403,-2.32129,0,0,0.91706,-0.398749,60,100,1,0),(45160,3658,0,1,1,2522.86,1512.94,0.003494,1.0472,0,0,0.5,0.866025,900,100,1,0),(45161,1618,0,1,1,2630.62,1030.99,100.553,-1.0472,0,0,0.5,-0.866025,60,100,1,0),(45162,1619,0,1,1,2877.22,1117.63,121.895,-1.8675,0,0,0.803857,-0.594823,60,100,1,0),(45163,1618,0,1,1,1691.54,646.112,49.5556,-3.03687,0,0,0.99863,-0.052336,60,100,1,0),(45165,105172,0,1,1,3023.03,653.814,75.3499,1.55334,0,0,0.700909,0.71325,900,100,1,0),(45166,105171,0,1,1,3019.9,688.797,66.4507,-1.53589,0,0,0.694658,-0.71934,900,100,1,0),(45167,105170,0,1,1,3063.67,697.922,66.4507,-3.07178,0,0,0.999391,-0.034899,900,100,1,0),(45168,105169,0,1,1,3058.62,653.585,58.1085,-2.28638,0,0,0.909961,-0.414693,3,100,1,0),(45169,176753,0,1,1,2802.07,427.215,20.2532,0.20944,0,0,0.104528,0.994522,900,100,1,0),(45170,1617,0,1,1,2728.32,-199.027,41.2771,0.139626,0,0,0.069756,0.997564,60,100,1,0),(45171,1731,0,1,1,1619.52,-560.97,55.0243,0.453786,0,0,0.224951,0.97437,900,100,1,0),(15215,180248,0,1,1,-14481.6,59.4952,0,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(45173,175566,0,1,1,2086.75,531.731,42.7909,-1.53589,0,0,0.694658,-0.71934,900,100,1,0),(45174,175566,0,1,1,2072.59,1084.79,38.433,-0.331612,0,0,0.165048,-0.986286,900,100,1,0),(45176,1731,0,1,1,1702.92,768.162,69.0627,2.3911,0,0,0.930418,0.366501,900,100,1,0),(45177,1731,0,1,1,3019.68,162.956,-7.08108,-1.85005,0,0,0.798635,-0.601815,900,100,1,0),(45178,176753,0,1,1,2806.17,416.962,19.7714,0.331613,0,0,0.165048,0.986286,900,100,1,0),(45179,176753,0,1,1,2697.07,456.044,19.6853,0.802851,0,0,0.390731,0.920505,900,100,1,0),(45180,1619,0,1,1,1572.23,-683.486,54.7838,2.94961,0,0,0.995396,0.095846,60,100,1,0),(45181,176753,0,1,1,2817.67,429.309,19.3431,-2.58309,0,0,0.961262,-0.275637,900,100,1,0),(45182,176753,0,1,1,2680.46,421.304,23.8358,-2.3911,0,0,0.930418,-0.366501,900,100,1,0),(45183,176753,0,1,1,2698.68,468.033,19.9265,-1.8326,0,0,0.793353,-0.608761,900,100,1,0),(45184,176753,0,1,1,2628.19,375.378,34.9441,1.97222,0,0,0.833886,0.551937,900,100,1,0),(45185,176753,0,1,1,2572.14,476.879,26.6746,0.296706,0,0,0.147809,0.989016,900,100,1,0),(45186,176753,0,1,1,2646.47,434.396,24.7347,-0.226893,0,0,0.113203,-0.993572,900,100,1,0),(45187,176753,0,1,1,2567.35,447.133,29.1168,0.244346,0,0,0.121869,0.992546,900,100,1,0),(45188,176753,0,1,1,2663.25,560.112,15.5056,-0.977384,0,0,0.469472,-0.882948,900,100,1,0),(45189,175566,0,1,1,2271.59,1163.64,33.3779,1.309,0,0,0.608761,0.793353,900,100,1,0),(45190,175566,0,1,1,2206.49,1239.32,45.8215,3.12414,0,0,0.999962,0.008727,900,100,1,0),(45191,175566,0,1,1,2281.16,1207.72,37.4511,-2.77507,0,0,0.983255,-0.182235,900,100,1,0),(45192,175566,0,1,1,2103.31,1209.1,44.8005,1.48353,0,0,0.67559,0.737277,900,100,1,0),(45193,175566,0,1,1,2208.36,892.037,49.5662,2.02458,0,0,0.848048,0.529919,900,100,1,0),(45194,375,0,1,1,2293.58,1396.66,33.4333,-1.55334,0,0,0.700909,-0.71325,700,100,1,0),(45195,375,0,1,1,2259.64,1430.03,33.4525,2.3911,0,0,0.930418,0.366501,700,100,1,0),(45196,375,0,1,1,2304,1439.05,33.4333,-0.750491,0,0,0.366501,-0.930418,700,100,1,0),(45197,375,0,1,1,2355.96,1348.1,33.4333,2.84489,0,0,0.989016,0.147809,700,100,1,0),(45198,375,0,1,1,2348.16,1405.88,33.3189,1.46608,0,0,0.669131,0.743145,700,100,1,0),(45199,175566,0,1,1,2096.79,1147.78,34.9593,-2.16421,0,0,0.882948,-0.469472,900,100,1,0),(45200,375,0,1,1,2279.18,1450.29,33.4333,-1.74533,0,0,0.766044,-0.642788,700,100,1,0),(45201,375,0,1,1,2263.35,1480.02,33.4491,1.97222,0,0,0.833886,0.551937,700,100,1,0),(45202,164662,0,1,1,1848.6,1516.77,88.0788,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(45203,164662,0,1,1,1891.99,1506.2,88.0769,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(45204,164662,0,1,1,1991.39,1552.15,79.0752,-1.0472,0,0,0.5,-0.866025,180,100,1,0),(45205,164662,0,1,1,1858.63,1535.83,88.5926,1.39626,0,0,0.642788,0.766044,180,100,1,0),(45206,175566,0,1,1,2283.7,1108.32,35.0781,-1.74533,0,0,0.766044,-0.642788,900,100,1,0),(45207,175566,0,1,1,2007.4,758.06,37.6743,0.837758,0,0,0.406737,0.913545,900,100,1,0),(45208,1618,0,1,1,2571.15,110.923,30.8361,2.05949,0,0,0.857167,0.515038,60,100,1,0),(45210,176753,0,1,1,2670.57,410.521,26.3028,-0.349066,0,0,0.173648,-0.984808,900,100,1,0),(45211,176753,0,1,1,2592.68,385.176,34.8352,-1.16937,0,0,0.551937,-0.833886,900,100,1,0),(45212,176753,0,1,1,2627.54,482.803,18.0862,-1.309,0,0,0.608761,-0.793353,900,100,1,0),(12183,182032,530,1,1,-2090.6,-11300,63.3391,3.60734,0,0,0.973008,-0.230773,60,0,1,0),(45214,176753,0,1,1,2544.31,399.634,33.1274,-3.03687,0,0,0.99863,-0.052336,900,100,1,0),(45215,176753,0,1,1,2639.42,451.185,21.7638,0.331613,0,0,0.165048,0.986286,900,100,1,0),(45216,176753,0,1,1,2556.72,555.666,14.5084,-0.174533,0,0,0.087156,-0.996195,900,100,1,0),(45217,176753,0,1,1,2635.87,460.013,19.9491,1.50098,0,0,0.681998,0.731354,900,100,1,0),(45218,176753,0,1,1,2627.55,535.917,19.9466,0.261799,0,0,0.130526,0.991445,900,100,1,0),(45219,153473,0,1,1,1782.73,698.258,45.757,-1.91986,0,0,0.819152,-0.573576,900,100,1,0),(12891,180248,0,1,1,-13118.1,479.772,0,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(12182,181011,530,1,1,9330.7,-7897.8,158.444,3.7395,0,0,0.955646,-0.294518,60,0,1,0),(4546,172957,1,1,1,1494.56,-4423.78,26.7795,0.139626,0,0,0.069757,0.997564,900,100,1,0),(45223,1617,0,1,1,2564.25,1086.43,85.6945,-1.74533,0,0,0.766044,-0.642788,60,100,1,0),(4545,2061,1,1,1,1871.62,-4521,26.7974,-1.9635,0,0,-0.83147,0.55557,900,100,1,0),(45226,175566,0,1,1,1994.96,851.787,38.2864,2.16421,0,0,0.882948,0.469472,900,100,1,0),(45227,153472,0,1,1,2904.5,385.574,30.3958,-2.77507,0,0,0.983255,-0.182235,900,100,1,0),(45228,1617,0,1,1,2414.88,488.286,42.3283,-0.767945,0,0,0.374607,-0.927184,60,100,1,0),(45231,164662,0,1,1,1899.36,1562.73,88.0769,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(45232,164662,0,1,1,1971.21,1598.49,82.3257,-0.20944,0,0,0.104528,-0.994522,180,100,1,0),(45233,164662,0,1,1,1985.14,1593.29,82.4882,-1.91986,0,0,0.819152,-0.573576,180,100,1,0),(45234,164662,0,1,1,1898.85,1570.28,89.0722,-0.069813,0,0,0.034899,-0.999391,180,100,1,0),(45235,175566,0,1,1,1992.88,687.914,44.4858,-0.959931,0,0,0.461749,-0.887011,900,100,1,0),(45236,175566,0,1,1,2186.53,929.867,39.5658,-1.69297,0,0,0.748956,-0.66262,900,100,1,0),(45237,175566,0,1,1,2133.84,516.146,55.6377,0.174533,0,0,0.087156,0.996195,900,100,1,0),(45238,1731,0,1,1,2575.05,641.717,31.4842,0.977384,0,0,0.469472,0.882948,900,100,1,0),(45239,1731,0,1,1,2617.09,564.733,22.2648,0.331613,0,0,0.165048,0.986286,900,100,1,0),(45240,106318,0,1,1,1807.04,728.572,53.7584,2.35619,0,0,0.92388,0.382683,900,100,1,0),(45241,175566,0,1,1,2241.39,1003.52,38.8929,2.67035,0,0,0.97237,0.233445,900,100,1,0),(45242,1731,0,1,1,2927.08,447.921,37.3951,-2.60054,0,0,0.96363,-0.267238,900,100,1,0),(45243,175566,0,1,1,2277.01,1049.74,33.6851,1.8326,0,0,0.793353,0.608761,900,100,1,0),(45244,106318,0,1,1,2846.95,416.488,20.8466,1.3439,0,0,0.622515,0.782608,900,100,1,0),(45245,1731,0,1,1,2956.82,412.312,39.4448,-2.82743,0,0,0.987688,-0.156434,900,100,1,0),(45246,175566,0,1,1,2055.5,976.255,34.4295,-1.23918,0,0,0.580703,-0.814116,900,100,1,0),(45247,175566,0,1,1,2065.28,1017.33,34.2151,-2.80998,0,0,0.986286,-0.165048,900,100,1,0),(45248,175566,0,1,1,2145,1055.34,36.681,0.15708,0,0,0.078459,0.996917,900,100,1,0),(45249,175566,0,1,1,2126.95,1147.39,33.6235,1.11701,0,0,0.529919,0.848048,900,100,1,0),(45250,175566,0,1,1,2207.06,1027.68,35.8526,2.63545,0,0,0.968148,0.25038,900,100,1,0),(45251,106318,0,1,1,2448.36,1604.06,72.1558,-1.69297,0,0,0.748956,-0.66262,900,100,1,0),(45252,175566,0,1,1,2311.62,1245.93,35.018,-2.54818,0,0,0.956305,-0.292372,900,100,1,0),(45253,175566,0,1,1,2104.26,1077.75,33.7003,3.08923,0,0,0.999657,0.026177,900,100,1,0),(45254,1619,0,1,1,2752.14,-776.589,136.009,1.48353,0,0,0.67559,0.737277,60,100,1,0),(45255,175566,0,1,1,2156.23,1233.15,49.5931,-2.35619,0,0,0.92388,-0.382683,900,100,1,0),(45256,1617,0,1,1,1507.44,743.901,45.1805,0.506145,0,0,0.25038,0.968148,60,100,1,0),(45257,106318,0,1,1,2826.1,808.456,113.606,-1.20428,0,0,0.566406,-0.824126,900,100,1,0),(45258,175566,0,1,1,2134.21,907.484,33.2853,2.40855,0,0,0.93358,0.358368,900,100,1,0),(45259,3658,0,1,1,2670.02,954.971,114.079,2.14675,0,0,0.878817,0.477159,900,100,1,0),(4544,172955,1,1,1,1871.62,-4521,26.7974,-1.9635,0,0,-0.83147,0.55557,900,100,1,0),(45261,1618,0,1,1,2088.03,454.396,53.9297,-2.74017,0,0,0.979925,-0.199368,60,100,1,0),(45262,175566,0,1,1,2302.54,524.717,36.2656,1.88496,0,0,0.809017,0.587785,900,100,1,0),(45263,175566,0,1,1,2187.44,986.024,34.918,2.19912,0,0,0.891007,0.453991,900,100,1,0),(45264,175566,0,1,1,2216.59,497.006,46.0756,3.12414,0,0,0.999962,0.008727,900,100,1,0),(45265,175566,0,1,1,2221.57,855.305,47.5855,0.872665,0,0,0.422618,0.906308,900,100,1,0),(45266,175566,0,1,1,2285.17,675.366,33.7976,2.87979,0,0,0.991445,0.130526,900,100,1,0),(45267,1618,0,1,1,2309.52,101.501,37.7982,1.44862,0,0,0.66262,0.748956,60,100,1,0),(45268,175566,0,1,1,2022.74,817.623,34.3397,-0.506145,0,0,0.25038,-0.968148,900,100,1,0),(45269,175566,0,1,1,2183.6,832.554,41.1778,-2.42601,0,0,0.936672,-0.350207,900,100,1,0),(45270,175566,0,1,1,2018.8,647.946,37.9402,0.628319,0,0,0.309017,0.951057,900,100,1,0),(45271,1617,0,1,1,2258.85,118.972,43.5398,-3.01942,0,0,0.998135,-0.061048,60,100,1,0),(4543,172961,1,1,1,1500.39,-4423.78,25.0666,-0.07854,0,0,-0.03926,0.999229,900,100,1,0),(45273,175566,0,1,1,2070,827.461,35.2885,-0.401426,0,0,0.199368,-0.979925,900,100,1,0),(45274,175566,0,1,1,2300,634.158,30.284,-0.645772,0,0,0.317305,-0.948324,900,100,1,0),(45275,175566,0,1,1,2179.03,709.911,35.2548,3.01942,0,0,0.998135,0.061049,900,100,1,0),(45276,175566,0,1,1,2108.38,972.297,36.6983,-0.069813,0,0,0.034899,-0.999391,900,100,1,0),(45277,175566,0,1,1,2271.85,705.482,34.2596,0.715585,0,0,0.350207,0.936672,900,100,1,0),(45278,175566,0,1,1,2250.9,528.181,34.8574,2.84489,0,0,0.989016,0.147809,900,100,1,0),(45279,175566,0,1,1,2337.85,678.923,36.6145,-2.3911,0,0,0.930418,-0.366501,900,100,1,0),(45280,175566,0,1,1,2138.54,775.447,33.9446,3.03687,0,0,0.99863,0.052336,900,100,1,0),(45281,175566,0,1,1,2266.97,643.859,24.7552,-2.75762,0,0,0.981627,-0.190809,900,100,1,0),(45282,175566,0,1,1,2249.89,612.077,34.7925,-2.26893,0,0,0.906308,-0.422618,900,100,1,0),(45283,175566,0,1,1,2201.3,561.071,30.3881,2.61799,0,0,0.965926,0.258819,900,100,1,0),(45284,175566,0,1,1,2127.71,705.943,35.3964,-2.49582,0,0,0.948324,-0.317305,900,100,1,0),(2510,2061,1,1,1,1733.02,-4424.7,36.9048,1.0472,0,0,0.5,0.866025,900,100,1,0),(45286,176753,0,1,1,2532.5,475.661,27.4419,-2.30383,0,0,0.913545,-0.406737,900,100,1,0),(45287,175566,0,1,1,2173.8,745.507,36.4827,-1.22173,0,0,0.573576,-0.819152,900,100,1,0),(45288,37097,0,1,1,1704.79,42.2205,-63.7808,3.03687,0,0,0.99863,0.052336,900,100,1,0),(45289,175566,0,1,1,2059.63,904.302,34.4074,1.43117,0,0,0.656059,0.75471,900,100,1,0),(45290,175566,0,1,1,2182.81,789.424,37.2076,-2.86234,0,0,0.990268,-0.139173,900,100,1,0),(45291,176753,0,1,1,2550.12,535.84,15.7838,2.68781,0,0,0.97437,0.224951,900,100,1,0),(45292,175566,0,1,1,2089.96,863.474,32.1929,1.65806,0,0,0.737277,0.67559,900,100,1,0),(45293,175566,0,1,1,2233.93,745.971,35.7519,0.523599,0,0,0.258819,0.965926,900,100,1,0),(45294,175566,0,1,1,2123.89,828.964,32.7644,-2.93215,0,0,0.994522,-0.104529,900,100,1,0),(45295,1902,0,1,1,2317.88,-1870.18,91.0425,-2.88852,-0.008106,-0.005429,0.991953,-0.126232,1200,100,1,0),(45296,2061,0,1,1,2317.88,-1870.18,91.0425,-2.88852,-0.008106,-0.005429,0.991953,-0.126232,1200,100,1,0),(45297,1905,0,1,1,3003.51,-1510.75,145.948,3.14159,0,0,1,0,1200,100,1,0),(45298,2061,0,1,1,3003.51,-1510.75,145.948,3.14159,0,0,1,0,1200,100,1,0),(45299,1903,0,1,1,2208.55,-1774.02,62.5138,-3.14159,-0.069754,-0.008705,0.997526,-0.000609,1200,100,1,0),(45300,2061,0,1,1,2208.55,-1774.02,62.5138,-3.14159,-0.069754,-0.008705,0.997526,-0.000609,1200,100,1,0),(45301,1906,0,1,1,2393.66,-1500.97,60.0645,3.12414,-0.048251,-0.03444,0.998217,0.007037,1200,100,1,0),(45302,2061,0,1,1,2393.66,-1500.97,60.0645,3.12414,-0.048251,-0.03444,0.998217,0.007037,1200,100,1,0),(45303,1901,0,1,1,1870.57,-1325.53,60.2783,2.9147,0,0,0.993572,0.113203,1200,100,1,0),(45304,2061,0,1,1,1870.57,-1325.53,60.2783,2.9147,0,0,0.993572,0.113203,1200,100,1,0),(45305,2082,0,1,1,979.335,-1822.82,80.4872,0.28798,0,0,0.143493,0.989651,2,100,1,0),(45306,177286,0,1,1,962.347,-1413.73,67.1812,-1.87623,0.016183,0.044301,-0.804939,0.59148,1200,100,1,0),(45307,2061,0,1,1,962.347,-1413.73,67.1812,-1.87623,0.016183,0.044301,-0.804939,0.59148,1200,100,1,0),(45308,176987,0,1,1,1689.41,-1361.88,70.1315,-2.85361,0,0,0.989651,-0.143493,1200,100,1,0),(45309,176989,0,1,1,1689.36,-1361.75,70.1265,0.279252,0,0,0.139173,0.990268,1200,100,1,0),(45310,176990,0,1,1,1689.39,-1361.88,68.7965,-2.85361,0,0,0.989651,-0.143493,1200,100,1,0),(45311,176994,0,1,1,1754.7,-1735.39,60.5517,-1.37008,0,0,-0.632705,0.774393,1200,100,1,0),(45312,176393,0,1,1,1485.84,-1863.15,58.4416,3.14159,0,0,1,0,1200,100,1,0),(45313,176988,0,1,1,1689.29,-1361.82,70.1216,1.85005,0,0,0.798635,0.601816,1200,100,1,0),(45314,178832,0,1,1,1232.23,-2571.76,90.4589,-1.71042,0,0,-0.75471,0.656059,1200,100,1,0),(45315,176210,0,1,1,1879.24,-1332.82,59.8794,3.14159,0,0,1,0,1200,100,1,0),(45316,176991,0,1,1,1754.6,-1735.33,59.2001,0.209439,0,0,0.104528,0.994522,1200,100,1,0),(45317,176992,0,1,1,1754.62,-1735.46,60.5517,-2.94088,0,0,0.994969,-0.100188,1200,100,1,0),(45318,177289,0,1,1,1878.8,-1568.91,58.9335,3.14159,0,0,1,0,1200,100,1,0),(45319,176392,0,1,1,1690.47,-2272.56,58.9362,-2.71399,0.009454,-0.002412,0.977193,-0.21213,1200,100,1,0),(45320,176186,0,1,1,1252.8,-2539.05,91.9415,0.237617,0,0,0.118529,0.992951,1200,100,1,0),(45321,2061,0,1,1,1252.8,-2539.05,91.9415,0.237617,0,0,0.118529,0.992951,1200,100,1,0),(45322,185498,0,1,1,962.503,-1429.08,64.5533,3.11541,-0.048931,-0.086422,0.995017,0.008844,1200,100,1,0),(45323,2061,0,1,1,962.503,-1429.08,64.5533,3.11541,-0.048931,-0.086422,0.995017,0.008844,1200,100,1,0),(45324,176361,0,1,1,1738.88,-1184.93,59.2689,2.36492,0,0,0.925541,0.378648,10,100,1,0),(45325,176993,0,1,1,1754.59,-1735.33,60.5318,0.209439,0,0,0.104528,0.994522,1200,100,1,0),(45326,182483,0,1,1,968.684,-1826.15,77.0133,-2.94088,0,0,0.994969,-0.100188,1200,100,1,0),(45327,175925,0,1,1,1943.25,-1652.02,59.4557,-3.08923,0,0,0.999657,-0.026177,10,100,1,0),(45328,1904,0,1,1,2092.69,-1809.75,56.9267,1.79769,0.001245,0.043589,0.781294,0.622638,1200,100,1,0),(45329,2061,0,1,1,2092.69,-1809.75,56.9267,1.79769,0.001245,0.043589,0.781294,0.622638,1200,100,1,0),(45330,176187,0,1,1,1170.47,-2528.27,61.4077,3.14159,0,0,1,0,1200,100,1,0),(45331,2061,0,1,1,1170.47,-2528.27,61.4077,3.14159,0,0,1,0,1200,100,1,0),(45332,176145,0,1,1,1166.31,-1720.26,60.6196,2.17741,0.025572,0.011236,0.885859,0.463114,2,100,1,0),(45333,148957,0,1,1,2974.16,-1495.55,147.04,0.698132,0,0,0.34202,0.939693,1200,100,1,0),(45334,148960,0,1,1,2979.04,-1491.28,145.232,-1.53589,0,0,-0.694658,0.71934,1200,100,1,0),(45335,148958,0,1,1,2979.53,-1483.19,147.04,-0.741765,0,0,-0.362438,0.932008,1200,100,1,0),(45336,148959,0,1,1,2984.04,-1486.94,147.04,-2.77507,0,0,0.983255,-0.182235,1200,100,1,0),(45337,148956,0,1,1,2984.21,-1495.39,147.04,2.18166,0,0,0.887011,0.461749,1200,100,1,0),(45338,174895,0,1,1,2983.39,-1611.08,184.537,2.19912,0,0,0.891007,0.45399,1200,100,1,0),(45339,174896,0,1,1,2968.8,-1588.85,184.435,0.314159,0,0,0.156434,0.987688,1200,100,1,0),(45340,174897,0,1,1,2973.86,-1590.15,184.403,1.15192,0,0,0.544639,0.838671,1200,100,1,0),(45341,174901,0,1,1,2974.2,-1613.35,175.68,1.81514,0,0,0.788011,0.615661,1200,100,1,0),(45342,174903,0,1,1,2980.96,-1583.27,175.68,-2.11185,0,0,0.870356,-0.492424,1200,100,1,0),(45343,174906,0,1,1,2956.5,-1604.67,175.68,0.427606,0,0,0.212178,0.977231,1200,100,1,0),(45344,174908,0,1,1,2969.44,-1600.48,150.009,1.19555,0,0,0.562805,0.82659,1200,100,1,0),(45345,174909,0,1,1,2976,-1609.41,150.009,1.93731,0,0,0.824126,0.566407,1200,100,1,0),(45346,174911,0,1,1,2959.65,-1590.44,150.009,-0.567231,0,0,-0.279829,0.96005,1200,100,1,0),(45347,174883,0,1,1,2972.61,-1618.93,184.556,1.5708,0,0,0.707107,0.707107,1200,100,1,0),(45348,174885,0,1,1,2971.94,-1574.94,184.556,4.71239,0,0,-0.707107,0.707107,1200,100,1,0),(45349,174886,0,1,1,2970.09,-1574.89,184.556,4.71239,0,0,-0.707107,0.707107,1200,100,1,0),(45350,174888,0,1,1,2949.33,-1598.17,184.556,-0.000001,0,0,0,1,1200,100,1,0),(45351,174889,0,1,1,2993.32,-1597.5,184.556,-3.14159,0,0,1,-0.000001,1200,100,1,0),(45352,174893,0,1,1,2983.72,-1583.09,184.508,-2.37365,0,0,0.927184,-0.374606,1200,100,1,0),(45353,174894,0,1,1,2985.93,-1608.38,184.537,2.45219,0,0,0.941176,0.337917,1200,100,1,0),(45354,174882,0,1,1,2961.72,-1587.75,160.382,-0.680679,0,0,-0.333807,0.942641,1200,100,1,0),(45355,174887,0,1,1,2949.38,-1596.32,184.556,-0.000001,0,0,0,1,1200,100,1,0),(45356,174900,0,1,1,2966.34,-1612.9,175.68,1.213,0,0,0.569997,0.821647,1200,100,1,0),(45357,148672,0,1,1,2984.99,-1606.52,175.68,2.60054,0,0,0.96363,0.267239,1200,100,1,0),(45358,148673,0,1,1,2987.34,-1601.92,175.68,2.7838,0,0,0.984041,0.177943,1200,100,1,0),(45359,148676,0,1,1,2976.36,-1580.91,175.68,-1.92859,0,0,-0.821647,0.569997,1200,100,1,0),(45360,148681,0,1,1,2955.36,-1591.9,175.68,-0.357792,0,0,-0.177944,0.984041,1200,100,1,0),(45361,148685,0,1,1,2954.91,-1599.76,175.68,0.244346,0,0,0.121869,0.992546,1200,100,1,0),(45362,148688,0,1,1,2975.38,-1603.22,150.009,2.25147,0,0,0.902585,0.430511,1200,100,1,0),(45363,174904,0,1,1,2968.5,-1580.47,175.68,-1.32645,0,0,-0.615661,0.788011,1200,100,1,0),(45364,174898,0,1,1,2979.68,-1600.71,184.435,1.15192,0,0,0.544639,0.838671,1200,100,1,0),(45365,174892,0,1,1,2984.96,-1584.46,184.508,-2.37365,0,0,0.927184,-0.374606,1200,100,1,0),(45366,174891,0,1,1,2960.03,-1611.31,184.502,1.5708,0,0,0.707107,0.707107,1200,100,1,0),(45367,174902,0,1,1,2979.11,-1611.76,175.68,1.9984,0,0,0.841039,0.540974,1200,100,1,0),(45368,148666,0,1,1,2961.74,-1610.54,175.68,1.02974,0,0,0.492423,0.870356,1200,100,1,0),(45369,174884,0,1,1,2970.76,-1618.88,184.556,1.5708,0,0,0.707107,0.707107,1200,100,1,0),(45370,148687,0,1,1,2978.88,-1596.72,150.009,3.02815,0,0,0.998392,0.056693,1200,100,1,0),(45371,174910,0,1,1,2964.91,-1585.15,150.009,-1.16937,0,0,-0.551937,0.833886,1200,100,1,0),(45372,148679,0,1,1,2963.58,-1582.06,175.68,-1.14319,0,0,-0.540974,0.841039,1200,100,1,0),(45373,174907,0,1,1,2973.86,-1589.63,150.009,-1.87623,0,0,-0.806445,0.59131,1200,100,1,0),(45374,174890,0,1,1,2993.37,-1595.65,184.556,-3.14159,0,0,1,-0.000001,1200,100,1,0),(45375,148689,0,1,1,2978.68,-1594.88,150.009,-2.96706,0,0,0.996195,-0.087156,1200,100,1,0),(45376,174905,0,1,1,2957.71,-1587.3,175.68,-0.541051,0,0,-0.267238,0.963631,1200,100,1,0),(45377,174899,0,1,1,2976.47,-1594.86,184.39,0.523599,0,0,0.258819,0.965926,1200,100,1,0),(45378,3816,0,1,1,2929.69,-1520.63,152.335,-0.532326,0,0,-0.263031,0.964787,1200,100,1,0),(45379,3817,0,1,1,2930.07,-1519.37,147.418,0.759218,0,0,0.370557,0.92881,1200,100,1,0),(45380,3819,0,1,1,2929.53,-1520.48,147.418,-0.532326,0,0,-0.263031,0.964787,1200,100,1,0),(45381,174875,0,1,1,2931.9,-1508.83,147.349,-2.36492,0,0,0.92554,-0.378649,1200,100,1,0),(45382,174878,0,1,1,2932.08,-1513.89,147.349,2.34747,0,0,0.922201,0.386711,1200,100,1,0),(45383,22647,0,1,1,2913.54,-1521.94,152.135,0.776672,0,0,0.378649,0.92554,1200,100,1,0),(45384,22648,0,1,1,2915.92,-1524.36,152.135,0.776672,0,0,0.378649,0.92554,1200,100,1,0),(45385,22639,0,1,1,2923.51,-1516.34,147.349,-2.36492,0,0,0.92554,-0.378649,1200,100,1,0),(45386,174876,0,1,1,2933.57,-1510.52,147.349,-2.36492,0,0,0.92554,-0.378649,1200,100,1,0),(45387,3818,0,1,1,2929.38,-1519.55,147.418,-2.72271,0,0,0.978147,-0.207912,1200,100,1,0),(45388,3815,0,1,1,2929.53,-1519.7,152.335,-2.72271,0,0,0.978147,-0.207912,1200,100,1,0),(45389,174879,0,1,1,2930.61,-1515.34,147.349,2.34747,0,0,0.922201,0.386711,1200,100,1,0),(45390,174877,0,1,1,2933.63,-1512.37,147.349,2.34747,0,0,0.922201,0.386711,1200,100,1,0),(45391,174939,0,1,1,2821.16,-1403.85,147.668,-1.05593,0,0,-0.503774,0.863835,1200,100,1,0),(45392,174933,0,1,1,2834.39,-1416.21,146.652,0.392699,0,0,0.19509,0.980785,1200,100,1,0),(45393,174937,0,1,1,2824.89,-1401.91,147.668,-1.01229,0,0,-0.484809,0.87462,1200,100,1,0),(45394,174942,0,1,1,2845.9,-1405.44,147.668,2.05076,0,0,0.854912,0.518773,1200,100,1,0),(45395,174941,0,1,1,2843.98,-1406.45,147.668,1.97222,0,0,0.833886,0.551937,1200,100,1,0),(45396,174944,0,1,1,2841.92,-1413.1,147.668,-1.09083,0,0,-0.518773,0.854912,1200,100,1,0),(45397,174945,0,1,1,2817.67,-1412.58,147.668,0.514873,0,0,0.254602,0.967046,1200,100,1,0),(45398,112195,0,1,1,2820.93,-1409.68,147.553,0.479966,0,0,0.237686,0.971342,1200,100,1,0),(45399,174938,0,1,1,2823.09,-1402.85,147.668,-1.13446,0,0,-0.5373,0.843391,1200,100,1,0),(45400,112217,0,1,1,2822.26,-1412.26,147.553,0.401427,0,0,0.199368,0.979925,1200,100,1,0),(45401,179767,0,1,1,2846.05,-1401.42,147.668,-2.66163,0,0,0.971342,-0.237686,1200,100,1,0),(45402,112216,0,1,1,2823.36,-1412.64,147.553,2.09439,0,0,0.866026,0.5,1200,100,1,0),(45403,112196,0,1,1,2830.36,-1406.01,147.553,0.479966,0,0,0.237686,0.971342,1200,100,1,0),(45404,179770,0,1,1,2830.9,-1399.03,147.668,-1.06465,0,0,-0.507538,0.861629,1200,100,1,0),(45405,179771,0,1,1,2836.73,-1410.23,147.668,2.04204,0,0,0.85264,0.522498,1200,100,1,0),(45406,112192,0,1,1,2821.34,-1408.38,147.553,-1.1781,0,0,-0.55557,0.83147,1200,100,1,0),(45407,174935,0,1,1,2838.14,-1395.02,147.668,-0.994838,0,0,-0.477159,0.878817,1200,100,1,0),(45408,112194,0,1,1,2830.33,-1404.39,147.553,-1.1781,0,0,-0.55557,0.83147,1200,100,1,0),(45409,112197,0,1,1,2831.62,-1406.97,147.553,2.09439,0,0,0.866026,0.5,1200,100,1,0),(45410,112198,0,1,1,2822.45,-1408.84,147.553,-2.67908,0,0,0.973379,-0.229201,1200,100,1,0),(45411,112202,0,1,1,2849.47,-1395.94,148.991,-2.66163,0,0,0.971342,-0.237686,1200,100,1,0),(45412,179769,0,1,1,2841.93,-1400.97,147.668,0.453787,0,0,0.224952,0.97437,1200,100,1,0),(45413,174940,0,1,1,2842.17,-1407.39,147.668,2.11185,0,0,0.870356,0.492423,1200,100,1,0),(45414,179768,0,1,1,2838.85,-1402.47,147.668,0.506146,0,0,0.25038,0.968148,1200,100,1,0),(45415,174936,0,1,1,2839.94,-1394.08,147.668,-1.09083,0,0,-0.518773,0.854912,1200,100,1,0),(45416,174932,0,1,1,2835.68,-1416.62,146.652,2.05076,0,0,0.854912,0.518773,1200,100,1,0),(45417,112199,0,1,1,2823.86,-1411.58,147.553,-2.80998,0,0,0.986286,-0.165048,1200,100,1,0),(45418,174943,0,1,1,2846.75,-1410.58,147.668,-1.02974,0,0,-0.492423,0.870356,1200,100,1,0),(45419,174934,0,1,1,2836.21,-1396.02,147.668,-1.09083,0,0,-0.518773,0.854912,1200,100,1,0),(45420,112223,0,1,1,2831.56,-1405.45,147.553,-2.67908,0,0,0.973379,-0.229201,1200,100,1,0),(45421,23016,0,1,1,2827.59,-1544.08,151.209,0.2618,0,0,0.130526,0.991445,1200,100,1,0),(45422,23018,0,1,1,2844.93,-1549.65,151.178,3.08051,0,0,0.999534,0.030538,1200,100,1,0),(45423,23017,0,1,1,2828.32,-1547.41,151.209,0.898845,0,0,0.434445,0.900698,1200,100,1,0),(45424,23016,0,1,1,2687.23,-1951.62,72.156,1.42244,0,0,0.65276,0.757565,1200,100,1,0),(45425,23018,0,1,1,2699.25,-1937.94,72.1254,-2.04204,0,0,-0.85264,0.522499,1200,100,1,0),(45426,23017,0,1,1,2690.57,-1952.27,72.156,2.05949,0,0,0.857167,0.515038,1200,100,1,0),(45427,174626,0,1,1,1267.59,-2567.38,94.1143,-1.09083,0,0,-0.518773,0.854912,1200,100,1,0),(45428,176767,0,1,1,1262.97,-2563.08,96.8452,0.479966,0,0,0.237686,0.971342,1200,100,1,0),(45429,177726,0,1,1,2872.28,-1481.25,146.433,2.30383,0,0,0.913545,0.406737,7200,100,1,0),(45430,177726,0,1,1,2864.11,-1463.57,146.141,-1.76278,0,0,0.771625,-0.636078,7200,100,1,0),(45431,177726,0,1,1,3012.15,-1509.73,146.374,0.20944,0,0,0.104528,0.994522,7200,100,1,0),(45432,177726,0,1,1,2867.84,-1455.52,146.398,-1.01229,0,0,0.48481,-0.87462,7200,100,1,0),(45433,177726,0,1,1,2879.67,-1563.35,147.259,-2.25148,0,0,0.902585,-0.430511,7200,100,1,0),(45434,177726,0,1,1,2960.97,-1485.12,146.582,-1.85005,0,0,0.798635,-0.601815,7200,100,1,0),(45435,177726,0,1,1,2912.01,-1554.45,145.805,2.84489,0,0,0.989016,0.147809,7200,100,1,0),(45436,177726,0,1,1,2983.68,-1485.88,147.043,2.89725,0,0,0.992546,0.121869,7200,100,1,0),(45437,177726,0,1,1,2915.22,-1559.36,145.223,1.22173,0,0,0.573576,0.819152,7200,100,1,0),(45438,175795,0,1,1,1380.09,-1691.1,69.524,-0.645772,0,0,0.317305,-0.948324,1200,100,1,0),(45439,175795,0,1,1,1393.23,-1707.35,68.1579,1.98968,0,0,0.838671,0.544639,1200,100,1,0),(45440,175795,0,1,1,1459.99,-1636.9,71.3693,2.04204,0,0,0.85264,0.522499,1200,100,1,0),(45441,175795,0,1,1,1565.49,-1527.46,64.0972,0.610865,0,0,0.300706,0.953717,1200,100,1,0),(45442,175795,0,1,1,1547.85,-1639.82,71.588,-0.837758,0,0,0.406737,-0.913545,1200,100,1,0),(45443,175795,0,1,1,1452.54,-1739.81,71.5766,0,0,0,0,1,1200,100,1,0),(45444,175795,0,1,1,1392.65,-1694.79,70.1015,1.11701,0,0,0.529919,0.848048,1200,100,1,0),(45445,175795,0,1,1,1477.22,-1643.99,71.4427,2.05949,0,0,0.857167,0.515038,1200,100,1,0),(45446,175795,0,1,1,1581.4,-1524.63,63.9671,-0.034907,0,0,0.017452,-0.999848,1200,100,1,0),(45447,175795,0,1,1,1587.12,-1591.09,66.7877,2.26893,0,0,0.906308,0.422618,1200,100,1,0),(45448,175802,0,1,1,1442.58,-1339.81,60.9195,-1.09956,0,0,0.522499,-0.85264,180,100,1,0),(45449,175802,0,1,1,1259.74,-1457.78,60.0777,-1.71042,0,0,0.75471,-0.656059,180,100,1,0),(45450,175802,0,1,1,1395.32,-1405.5,56.3329,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(45451,175802,0,1,1,1366.37,-1677.68,65.4626,1.8326,0,0,0.793353,0.608761,180,100,1,0),(45452,175802,0,1,1,1247.33,-1425.4,57.4378,3.00197,0,0,0.997564,0.069757,180,100,1,0),(45453,175802,0,1,1,1363.71,-1358.37,51.1534,-0.523599,0,0,0.258819,-0.965926,180,100,1,0),(45454,175802,0,1,1,1297.67,-1384.63,49.5268,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(45455,175802,0,1,1,1370.68,-1228.98,61.6614,0.453786,0,0,0.224951,0.97437,180,100,1,0),(45456,175802,0,1,1,1460.78,-1587.64,67.8308,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(45457,175802,0,1,1,1408.24,-1429.33,56.6351,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(45458,175926,0,1,1,1914.1,-1638.53,60.3946,2.60054,0,0,0.96363,0.267238,2,100,1,0),(45459,176151,0,1,1,1382.42,-1449.85,56.969,1.64061,0,0,0.731354,0.681998,300,100,1,0),(45460,176151,0,1,1,1360.85,-1458.26,56.969,0.645772,0,0,0.317305,0.948324,300,100,1,0),(45461,176151,0,1,1,1374.15,-1448.33,56.969,1.69297,0,0,0.748956,0.66262,300,100,1,0),(45462,176151,0,1,1,1393.88,-1457.68,58.3282,2.33874,0,0,0.920505,0.390731,300,100,1,0),(45463,176151,0,1,1,1360.83,-1448.93,56.969,1.95477,0,0,0.829038,0.559193,300,100,1,0),(45464,176151,0,1,1,1394.99,-1450.47,58.3282,0.855211,0,0,0.414693,0.909961,300,100,1,0),(45465,176151,0,1,1,1356.51,-1452.11,57.8184,-0.296706,0,0,0.147809,-0.989016,300,100,1,0),(45466,176151,0,1,1,1385.29,-1455.31,56.9689,0.017453,0,0,0.008727,0.999962,300,100,1,0),(45467,176150,0,1,1,1368.85,-1449.31,56.969,0.279253,0,0,0.139173,0.990268,10,100,1,0),(45468,176151,0,1,1,1380.05,-1457.83,56.9689,1.71042,0,0,0.75471,0.656059,300,100,1,0),(45469,176587,0,1,1,1472.9,-1914.6,59.8501,2.1293,0,0,0.87462,0.48481,60,100,1,0),(45470,176587,0,1,1,1711.91,-2267.45,58.8344,-1.02974,0,0,0.492424,-0.870356,60,100,1,0),(45471,176587,0,1,1,1871.52,-1512.08,59.354,1.18682,0,0,0.559193,0.829038,60,100,1,0),(45472,176587,0,1,1,2097.08,-1613.8,65.1345,-3.10669,0,0,0.999848,-0.017452,60,100,1,0),(45473,142141,0,1,1,2443.13,-1963.16,115.076,-1.16937,0,0,0.551937,-0.833886,60,100,1,0),(45474,176584,0,1,1,1959.56,-2296.7,61.1561,-0.05236,0,0,0.026177,-0.999657,60,100,1,0),(45475,176584,0,1,1,1644.26,-1690.35,60.1426,-0.15708,0,0,0.078459,-0.996917,60,100,1,0),(12173,184850,530,1,1,-2107.07,-10703,65.1894,3.61409,0,0,0.972223,-0.234055,120,100,1,0),(45477,176584,0,1,1,3020.37,-1471.85,146.344,2.00713,0,0,0.843391,0.5373,60,100,1,0),(45478,142141,0,1,1,1093.33,-1860.1,62.4847,-2.05949,0,0,0.857167,-0.515038,60,100,1,0),(45479,177725,0,1,1,2959.57,-1372,149.728,0.558505,0,0,0.275637,0.961262,1200,100,1,0),(45480,177727,0,1,1,2971.64,-1373.58,148.546,-0.855212,0,0,0.414693,-0.909961,1200,100,1,0),(45481,177724,0,1,1,2960.78,-1372.21,148.74,1.11701,0,0,0.529919,0.848048,1200,100,1,0),(45482,175894,0,1,1,1783.06,-1248.57,59.8121,0.802851,0,0,0.390731,0.920505,2,100,1,0),(45483,153471,0,1,1,2317.03,-1867.21,91.1002,-2.09439,0,0,0.866025,-0.5,7200,100,1,0),(45484,153453,0,1,1,1276.58,-1438.97,54.7453,1.69297,0,0,0.748956,0.66262,7200,100,1,0),(45485,153453,0,1,1,1663.49,-2362.48,66.4362,0.034907,0,0,0.017452,0.999848,7200,100,1,0),(45486,153468,0,1,1,2989.21,-1601.67,184.449,2.49582,0,0,0.948324,0.317305,7200,100,1,0),(45487,153471,0,1,1,2833.18,-1430.73,146.347,-0.977384,0,0,0.469472,-0.882948,7200,100,1,0),(45488,153453,0,1,1,1943.14,-1619.81,65.8298,-1.50098,0,0,0.681998,-0.731354,7200,100,1,0),(45489,153471,0,1,1,1999.12,-2418.34,60.1171,1.43117,0,0,0.656059,0.75471,7200,100,1,0),(45490,153471,0,1,1,1879.78,-1331.77,59.8191,-3.01942,0,0,0.998135,-0.061048,7200,100,1,0),(45491,153471,0,1,1,1269.15,-1584.73,59.488,0.314159,0,0,0.156434,0.987688,7200,100,1,0),(45492,153453,0,1,1,1453.66,-1275.51,68.5218,-3.10669,0,0,0.999848,-0.017452,7200,100,1,0),(45493,181653,0,1,1,972.865,-1825.12,80.3678,0.366519,0,0,0.182236,0.983255,1200,100,1,0),(45494,176745,0,1,1,1127.89,-2387.34,59.1675,1.41372,0,0,0.649448,0.760406,1200,100,1,0),(45495,176192,0,1,1,1457.6,-1275.34,69.4593,-2.37365,0,0,0.927184,-0.374607,2,100,1,0),(45496,2040,0,1,1,1832.74,-1031.8,83.7296,-0.890118,0,0,0.430511,-0.902585,1800,100,1,0),(45497,324,0,1,1,1705.69,-1814.1,80.3206,-1.25664,0,0,0.587785,-0.809017,2700,100,1,0),(45498,324,0,1,1,2149.09,-1501.81,73.08,0.785398,0,0,0.382683,0.92388,2700,100,1,0),(45499,324,0,1,1,2778.65,-1672.19,134.643,-0.994838,0,0,0.477159,-0.878817,2700,100,1,0),(45501,175404,0,1,1,2955.94,-1341.01,151.267,-1.23918,0,0,0.580703,-0.814116,2700,100,1,0),(45502,1734,0,1,1,1420.81,-1972.1,69.9208,-1.8326,0,0,0.793353,-0.608761,2700,100,1,0),(45503,175404,0,1,1,3025.7,-1567.14,150.424,0.558505,0,0,0.275637,0.961262,2700,100,1,0),(45504,175404,0,1,1,2406.24,-2344.45,53.6882,-0.750491,0,0,0.366501,-0.930418,2700,100,1,0),(45505,324,0,1,1,2318.85,-2372.06,54.5187,-0.802851,0,0,0.390731,-0.920505,2700,100,1,0),(45506,175924,0,1,1,1944.04,-1619.52,65.8237,-2.33874,0,0,0.920505,-0.390731,10,100,1,0),(45507,177490,0,1,1,2449.44,-1662.34,103.127,0.261799,0,0,0.130526,0.991445,1200,100,1,0),(45508,176206,0,1,1,2822.29,-1411.67,148.714,0.401426,0,0,0.199368,0.979925,2,100,1,0),(45509,177045,0,1,1,2822.29,-1411.67,148.714,0.401426,0,0,0.199368,0.979925,1200,100,1,0),(45510,176207,0,1,1,1727.26,-2326.33,59.5189,-0.715585,0,0,0.350207,-0.936672,2,100,1,0),(45511,177045,0,1,1,1727.26,-2326.33,59.5189,-0.715585,0,0,0.350207,-0.936672,1200,100,1,0),(45512,176213,0,1,1,2412.71,-1721.56,107.006,2.89725,0,0,0.992546,0.121869,7200,100,1,0),(45513,176214,0,1,1,2412.71,-1721.56,107.006,2.89725,0,0,0.992546,0.121869,1200,100,1,0),(45514,176213,0,1,1,1791.37,-1834.49,61.1652,3.14159,0,0,1,0,7200,100,1,0),(45515,176214,0,1,1,1791.37,-1834.49,61.1652,3.14159,0,0,1,0,1200,100,1,0),(45516,181629,0,1,1,2692.74,-1956.57,107.239,1.09956,0,0,0.522499,0.85264,2,100,1,0),(45517,175795,0,1,1,1579.78,-1577.51,66.0182,-2.3911,0,0,0.930418,-0.366501,1200,100,1,0),(45518,175795,0,1,1,1566,-1666.89,66.5444,3.03687,0,0,0.99863,0.052336,1200,100,1,0),(45519,175795,0,1,1,1481.3,-1658.36,71.2339,2.09439,0,0,0.866025,0.5,1200,100,1,0),(12168,184850,530,1,1,-2098.62,-10688.5,65.2181,3.53319,0,0,0.980893,-0.19455,120,100,1,0),(45521,175795,0,1,1,1520.75,-1657.25,72.4614,2.26893,0,0,0.906308,0.422618,1200,100,1,0),(45522,175795,0,1,1,1590.57,-1605.59,67.0138,-0.296706,0,0,0.147809,-0.989016,1200,100,1,0),(45523,175795,0,1,1,1478.63,-1613.5,69.4307,-2.51327,0,0,0.951057,-0.309017,1200,100,1,0),(45524,175795,0,1,1,1465.05,-1741.84,71.1726,2.9147,0,0,0.993572,0.113203,1200,100,1,0),(45525,175795,0,1,1,1439.34,-1746.62,71.07,-2.44346,0,0,0.939693,-0.34202,1200,100,1,0),(45526,175795,0,1,1,1532.62,-1671.76,72.6519,-0.471239,0,0,0.233445,-0.97237,1200,100,1,0),(45527,175802,0,1,1,1253.12,-1527.2,59.8639,-2.23402,0,0,0.898794,-0.438371,180,100,1,0),(45528,175802,0,1,1,1412.98,-1314.18,59.2673,-0.837758,0,0,0.406737,-0.913545,180,100,1,0),(45529,175802,0,1,1,1476.04,-1518.45,56.2876,0.314159,0,0,0.156434,0.987688,180,100,1,0),(45530,175802,0,1,1,1371.54,-1419.11,48.9352,-1.20428,0,0,0.566406,-0.824126,180,100,1,0),(45531,175802,0,1,1,1416.45,-1256.14,61.864,1.74533,0,0,0.766044,0.642788,180,100,1,0),(45532,175802,0,1,1,1347.66,-1510.8,59.0271,-1.95477,0,0,0.829038,-0.559193,180,100,1,0),(45533,175802,0,1,1,1275.18,-1578.36,59.4729,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(45534,175802,0,1,1,1461.21,-1317,62.2837,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(45535,175802,0,1,1,1278.55,-1511.36,59.6755,2.63545,0,0,0.968148,0.25038,180,100,1,0),(45536,175802,0,1,1,1257.36,-1379.93,49.8689,1.50098,0,0,0.681998,0.731354,180,100,1,0),(45537,176586,0,1,1,2693.49,-1661.42,147.172,-0.523599,0,0,0.258819,-0.965926,60,100,1,0),(45538,176584,0,1,1,2401.16,-1622.07,108.026,-1.64061,0,0,0.731354,-0.681998,60,100,1,0),(45539,142142,0,1,1,2082.24,-1543.59,65.4353,-1.51844,0,0,0.688354,-0.725374,60,100,1,0),(45540,176587,0,1,1,2066.96,-2506.99,64.0521,-2.67035,0,0,0.97237,-0.233445,60,100,1,0),(45541,142141,0,1,1,1540.87,-2012.89,60.0711,-2.74017,0,0,0.979925,-0.199368,60,100,1,0),(45542,142142,0,1,1,1802.61,-1424.62,59.3134,0.069813,0,0,0.034899,0.999391,60,100,1,0),(45543,142141,0,1,1,1811.75,-1115.76,60.5452,-0.942478,0,0,0.453991,-0.891006,60,100,1,0),(45544,142141,0,1,1,1374.24,-1278.43,58.6285,2.28638,0,0,0.909961,0.414693,60,100,1,0),(45545,142142,0,1,1,2827.46,-1364.16,145.578,-1.22173,0,0,0.573576,-0.819152,60,100,1,0),(45546,142142,0,1,1,1574.81,-1276.14,63.6341,-1.46608,0,0,0.669131,-0.743145,60,100,1,0),(45547,153471,0,1,1,2558.21,-1812.66,34.1335,-3.12414,0,0,0.999962,-0.008727,7200,100,1,0),(45548,153453,0,1,1,2199.86,-1767.21,60.8591,-0.401426,0,0,0.199368,-0.979925,7200,100,1,0),(45549,153471,0,1,1,2713.43,-1637.06,131.475,0.174533,0,0,0.087156,0.996195,7200,100,1,0),(45550,153471,0,1,1,1547.82,-1440.9,65.0662,2.37365,0,0,0.927184,0.374607,7200,100,1,0),(45551,324,0,1,1,1593.42,-2215.51,63.8084,-2.56563,0,0,0.95882,-0.284015,2700,100,1,0),(45552,2040,0,1,1,1059.28,-1954.39,70.7691,0.977384,0,0,0.469472,0.882948,1800,100,1,0),(45553,2047,0,1,1,1402.24,-1103.01,71.5185,2.58309,0,0,0.961262,0.275637,1800,100,1,0),(45554,175795,0,1,1,1471.83,-1731.22,71.5081,-2.80998,0,0,0.986286,-0.165048,1200,100,1,0),(45555,142141,0,1,1,2332.05,-1511.23,91.4124,-0.244346,0,0,0.121869,-0.992546,60,100,1,0),(45556,176587,0,1,1,1123.23,-2578.06,61.0618,1.309,0,0,0.608761,0.793353,60,100,1,0),(45557,176586,0,1,1,1861.67,-1889.43,99.0528,-2.9147,0,0,0.993572,-0.113203,60,100,1,0),(45558,176587,0,1,1,2091.89,-1709.48,61.7097,1.11701,0,0,0.529919,0.848048,60,100,1,0),(45559,176584,0,1,1,1548.84,-2014.29,59.9311,-3.12414,0,0,0.999962,-0.008727,60,100,1,0),(45560,324,0,1,1,2654.89,-1740.8,115.441,1.41372,0,0,0.649448,0.760406,2700,100,1,0),(45561,324,0,1,1,1813.05,-2458.89,72.8594,1.53589,0,0,0.694658,0.71934,2700,100,1,0),(45562,20972,0,1,1,1651.62,-4805.73,85.3026,1.56207,-0.021526,0.01552,0.703848,0.709855,900,100,1,0),(45563,2061,0,1,1,1651.62,-4805.73,85.3026,1.56207,-0.021526,0.01552,0.703848,0.709855,900,100,1,0),(45564,176978,0,1,1,2046.41,-4509.19,73.7033,-2.28638,0,0,0.909961,-0.414694,900,100,1,0),(45565,176276,0,1,1,2258.4,-5338.74,86.5647,3.14159,-0.056673,0.026135,0.99805,0.001484,900,100,1,0),(45566,2061,0,1,1,2258.4,-5338.74,86.5647,3.14159,-0.056673,0.026135,0.99805,0.001484,900,100,1,0),(45567,176277,0,1,1,2304.18,-5303.3,81.9963,3.14159,0,-0.008727,0.999962,0,900,100,1,0),(45568,2061,0,1,1,2304.18,-5303.3,81.9963,3.14159,0,-0.008727,0.999962,0,900,100,1,0),(45569,176973,0,1,1,2849.58,-4406.56,87.1056,2.58309,0,0,0.961262,0.275637,900,100,1,0),(45570,176389,0,1,1,2684.93,-5402.48,157.013,3.14159,0,0,1,0,900,100,1,0),(45571,2061,0,1,1,2684.93,-5402.48,157.013,3.14159,0,0,1,0,900,100,1,0),(45572,176390,0,1,1,2669.94,-5504.85,162.417,3.14159,0,0,1,0,900,100,1,0),(45573,2061,0,1,1,2669.94,-5504.85,162.417,3.14159,0,0,1,0,900,100,1,0),(45574,176985,0,1,1,1751.66,-3623.4,118.502,3.11541,0,0,0.999914,0.01309,900,100,1,0),(45575,176972,0,1,1,2849.63,-4406.45,88.4929,-0.558507,0,0,-0.275638,0.961262,900,100,1,0),(45576,176967,0,1,1,3140.37,-3411.06,141.124,-1.29154,0,0,-0.601815,0.798635,900,100,1,0),(45577,176968,0,1,1,3140.33,-3411,141.125,0.279252,0,0,0.139173,0.990268,900,100,1,0),(45578,176969,0,1,1,3140.27,-3411.11,141.12,1.85005,0,0,0.798636,0.601814,900,100,1,0),(45579,176970,0,1,1,2849.59,-4406.55,88.4945,2.58309,0,0,0.961262,0.275637,900,100,1,0),(45580,176971,0,1,1,2849.66,-4406.57,88.5517,-2.1293,0,0,0.87462,-0.48481,900,100,1,0),(45581,177264,0,1,1,2923.08,-4946.41,95.1625,-3.002,0.568144,0.411121,0.590135,-0.399915,2,100,1,0),(45582,176986,0,1,1,1751.62,-3623.34,119.835,1.54462,0,0,0.69779,0.716302,900,100,1,0),(45583,176272,0,1,1,2792.18,-5406.48,162.825,-3.06305,-0.040575,0.033305,0.997904,-0.037836,900,100,1,0),(45584,2061,0,1,1,2792.18,-5406.48,162.825,-3.06305,-0.040575,0.033305,0.997904,-0.037836,900,100,1,0),(45585,176274,0,1,1,2793.5,-5581.04,161.705,2.42601,0,0,0.936672,0.350207,900,100,1,0),(45586,2061,0,1,1,2793.5,-5581.04,161.705,2.42601,0,0,0.936672,0.350207,900,100,1,0),(45587,176980,0,1,1,2046.34,-4509.18,73.7058,2.42601,0,0,0.936672,0.350207,900,100,1,0),(45588,176981,0,1,1,2046.29,-4509.09,73.71,0.855211,0,0,0.414693,0.909961,900,100,1,0),(45589,176979,0,1,1,2046.41,-4509.19,72.3702,-2.28638,0,0,0.909961,-0.414693,900,100,1,0),(45590,176264,0,1,1,3079.74,-3369.22,154.359,-1.09083,0,0,-0.518773,0.854912,900,100,1,0),(45591,2061,0,1,1,3079.74,-3369.22,154.359,-1.09083,0,0,-0.518773,0.854912,900,100,1,0),(45592,176266,0,1,1,2824.24,-3849.04,106.123,1.50971,0,0,0.685183,0.728371,900,100,1,0),(45593,2061,0,1,1,2824.24,-3849.04,106.123,1.50971,0,0,0.685183,0.728371,900,100,1,0),(45594,176267,0,1,1,2474.82,-3706.07,177.933,1.7017,0,0,0.75184,0.659346,900,100,1,0),(45595,2061,0,1,1,2474.82,-3706.07,177.933,1.7017,0,0,0.75184,0.659346,900,100,1,0),(45596,176270,0,1,1,1856.12,-3492.39,107.931,2.9147,-0.018421,-0.046186,0.992414,0.112439,900,100,1,0),(45597,2061,0,1,1,1856.12,-3492.39,107.931,2.9147,-0.018421,-0.046186,0.992414,0.112439,900,100,1,0),(45598,176982,0,1,1,2046.28,-4509.09,72.3769,0.855211,0,0,0.414693,0.909961,900,100,1,0),(45599,176268,0,1,1,2498.45,-3768.6,177.505,-2.93654,0,0,0.994749,-0.102346,900,100,1,0),(45600,2061,0,1,1,2498.45,-3768.6,177.505,-2.93654,0,0,0.994749,-0.102346,900,100,1,0),(45601,20970,0,1,1,2783.29,-4814.73,80.5852,-3.14159,-0.078447,0.017399,0.996765,0.001369,900,100,1,0),(45602,2061,0,1,1,2783.29,-4814.73,80.5852,-3.14159,-0.078447,0.017399,0.996765,0.001369,900,100,1,0),(45603,181236,0,1,1,2289.56,-5318.35,88.64,2.35787,0,0,0.924199,0.381912,900,100,1,0),(45604,176273,0,1,1,2794.42,-5585.13,161.76,2.99324,0,0,0.99725,0.074109,900,100,1,0),(45605,2061,0,1,1,2794.42,-5585.13,161.76,2.99324,0,0,0.99725,0.074109,900,100,1,0),(45606,181130,0,1,1,2261.36,-5322.45,81.8427,-1.19123,0,0,-0.561018,0.827803,900,100,1,0),(45607,181131,0,1,1,2264.12,-5316.56,81.9278,1.90375,0,0,0.814505,0.580157,900,100,1,0),(45608,181134,0,1,1,2706.01,-4002.39,92.1321,-2.83236,0,0,0.988071,-0.154,900,100,1,0),(45609,2066,0,1,1,2706.01,-4002.39,92.1321,-2.83236,0,0,0.988071,-0.154,900,100,1,0),(45610,181135,0,1,1,2687.99,-4029,92.7841,2.05109,0.005994,0.001468,0.854991,0.518606,900,100,1,0),(45611,2066,0,1,1,2687.99,-4029,92.7841,2.05109,0.005994,0.001468,0.854991,0.518606,900,100,1,0),(45612,178831,0,1,1,3372.45,-3379.63,144.855,3.03687,0,0,0.99863,0.052336,900,100,1,0),(45613,20969,0,1,1,2821.23,-4738.76,75.5786,1.76278,0,0,0.771625,0.636078,900,100,1,0),(45614,2061,0,1,1,2821.23,-4738.76,75.5786,1.76278,0,0,0.771625,0.636078,900,100,1,0),(45615,176984,0,1,1,1751.66,-3623.41,119.835,3.11541,0,0,0.999914,0.01309,900,100,1,0),(45616,176271,0,1,1,2100.83,-3943.71,135.299,-3.14159,0.017432,-0.047971,0.998696,0.000837,900,100,1,0),(45617,2061,0,1,1,2100.83,-3943.71,135.299,-3.14159,0.017432,-0.047971,0.998696,0.000837,900,100,1,0),(45618,176275,0,1,1,2609.16,-5503.63,158.051,3.14159,0.047923,0.047923,0.997698,-0.002302,900,100,1,0),(45619,2061,0,1,1,2609.16,-5503.63,158.051,3.14159,0.047923,0.047923,0.997698,-0.002302,900,100,1,0),(45620,176983,0,1,1,1751.66,-3623.24,119.84,-0.026181,0,0,-0.01309,0.999914,900,100,1,0),(45621,176269,0,1,1,2291,-4980.33,73.8016,3.14159,0,0,1,0,900,100,1,0),(45622,2066,0,1,1,2291,-4980.33,73.8016,3.14159,0,0,1,0,900,100,1,0),(45623,175657,0,1,1,3447.17,-3369.94,140.925,-1.48877,-0.117315,0.128027,-0.665327,0.726076,900,100,1,0),(45624,175656,0,1,1,3446.54,-3370.09,140.956,1.65806,0,0,0.737278,0.67559,900,100,1,0),(45625,175432,0,1,1,3191.1,-4044.29,108.423,3.12414,0,0,0.999962,0.008726,900,100,1,0),(45626,175369,0,1,1,3185.48,-4039.1,107.792,3.12414,0,0,0.999962,0.008726,900,100,1,0),(45627,175370,0,1,1,3271.52,-4064.31,108.435,-2.85361,0,0,0.989651,-0.143492,900,100,1,0),(676,180662,0,1,1,-1102.51,-83.557,0,0.069813,0,0,0.034899,0.999391,180,100,1,0),(649,180657,0,1,1,-1102.51,-83.557,0,0.069813,0,0,0.034899,0.999391,180,100,1,0),(639,180656,0,1,1,-335.832,1723.09,0,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(624,180655,0,1,1,-335.832,1723.09,0,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(45632,179760,0,1,1,1594.1,-5298.19,91.2139,-0.462513,0,0,-0.229201,0.973379,900,100,1,0),(45633,179762,0,1,1,1590.88,-5304.93,91.2139,-0.462513,0,0,-0.229201,0.973379,900,100,1,0),(45634,179763,0,1,1,1614.96,-5307.08,89.8441,-0.567233,0,0,-0.27983,0.96005,900,100,1,0),(45635,179749,0,1,1,1652.53,-5323.6,77.8271,2.69653,0,0,0.975342,0.220698,900,100,1,0),(45636,179765,0,1,1,1597.51,-5303.04,75.8948,-0.479965,0,0,-0.237686,0.971342,900,100,1,0),(45637,179761,0,1,1,1592.36,-5301.82,91.2139,-0.462513,0,0,-0.229201,0.973379,900,100,1,0),(45638,179750,0,1,1,1646.97,-5335.24,77.8271,2.69653,0,0,0.975342,0.220698,900,100,1,0),(45639,179756,0,1,1,1605.62,-5302.39,91.0757,1.64934,0,0,0.734322,0.678801,900,100,1,0),(45640,179764,0,1,1,1600.52,-5304.45,75.8948,2.69653,0,0,0.975342,0.220698,900,100,1,0),(45641,179753,0,1,1,1600.83,-5312.14,91.0757,0.671951,0,0,0.32969,0.944089,900,100,1,0),(45642,179751,0,1,1,1614.33,-5332.42,99.9554,-0.942478,0,0,-0.45399,0.891007,900,100,1,0),(45643,179748,0,1,1,1589.52,-5311.83,91.2139,1.10828,0,0,0.526213,0.850352,900,100,1,0),(45644,179757,0,1,1,1593.15,-5313.56,91.2139,1.10828,0,0,0.526213,0.850352,900,100,1,0),(45645,179758,0,1,1,1598.11,-5293.83,91.2139,-1.98967,0,0,-0.83867,0.544639,900,100,1,0),(45646,179754,0,1,1,1609.5,-5290.28,99.9554,-2.51327,0,0,0.951056,-0.309017,900,100,1,0),(45647,179755,0,1,1,1594.18,-5323.02,99.9554,-2.51327,0,0,0.951056,-0.309017,900,100,1,0),(45648,179759,0,1,1,1601.82,-5295.4,91.2139,-1.98967,0,0,-0.83867,0.544639,900,100,1,0),(45649,179752,0,1,1,1629.87,-5300.02,99.9554,-1.46608,0,0,-0.669131,0.743145,900,100,1,0),(45650,179766,0,1,1,1610.76,-5316.04,89.8441,-0.445059,0,0,-0.220698,0.975342,900,100,1,0),(45651,151969,0,1,1,1747.94,-5426.71,113.491,-0.20944,0,0,-0.104529,0.994522,900,100,1,0),(45652,151972,0,1,1,1752.64,-5455.09,89.5215,2.94088,0,0,0.994969,0.100187,900,100,1,0),(45653,151954,0,1,1,1736.92,-5454.77,89.5306,-0.15708,0,0,-0.078459,0.996917,900,100,1,0),(45654,151957,0,1,1,1805.37,-5422.6,82.2901,2.92343,0,0,0.994056,0.108867,900,100,1,0),(45655,151959,0,1,1,1798.57,-5417.04,82.3125,-1.78896,0,0,-0.779885,0.625923,900,100,1,0),(45656,151961,0,1,1,1778.01,-5412.49,82.3125,-1.78896,0,0,-0.779885,0.625923,900,100,1,0),(45657,151962,0,1,1,1785.52,-5414.15,82.3125,-1.78896,0,0,-0.779885,0.625923,900,100,1,0),(45658,151955,0,1,1,1759.35,-5393.98,82.2953,-1.61443,0,0,-0.722364,0.691513,900,100,1,0),(45659,151956,0,1,1,1790.95,-5418.15,82.3125,-0.226892,0,0,-0.113203,0.993572,900,100,1,0),(45660,151964,0,1,1,1778.06,-5431.09,89.6598,1.3439,0,0,0.622515,0.782608,900,100,1,0),(45661,151968,0,1,1,1760.03,-5404.57,113.491,-1.79769,0,0,-0.782608,0.622515,900,100,1,0),(45662,151966,0,1,1,1741.55,-5428.46,82.2953,1.33518,0,0,0.619094,0.785317,900,100,1,0),(45663,151971,0,1,1,1756.17,-5439.21,89.5215,2.94088,0,0,0.994969,0.100187,900,100,1,0),(45664,177271,0,1,1,1754.45,-5418.32,118.324,-0.218166,0,0,-0.108867,0.994056,900,100,1,0),(45665,151960,0,1,1,1771.75,-5429.15,82.3125,1.35263,0,0,0.625924,0.779884,900,100,1,0),(45666,151958,0,1,1,1733.28,-5410.8,82.2953,-1.65806,0,0,-0.737277,0.67559,900,100,1,0),(45667,151967,0,1,1,1804.46,-5428.6,89.685,2.92343,0,0,0.994056,0.108867,900,100,1,0),(45668,151965,0,1,1,1740.71,-5413.56,113.519,-0.218166,0,0,-0.108867,0.994056,900,100,1,0),(45669,151970,0,1,1,1741.73,-5435.66,89.5215,-0.218166,0,0,-0.108867,0.994056,900,100,1,0),(45670,151953,0,1,1,1765.7,-5396.68,82.2953,2.95833,0,0,0.995805,0.091502,900,100,1,0),(45671,151963,0,1,1,1776.74,-5411.5,89.6598,-1.78896,0,0,-0.779885,0.625923,900,100,1,0),(45672,147436,0,1,1,1598.22,-5551.45,111.207,-2.05076,0,0,-0.854912,0.518773,900,100,1,0),(45673,147438,0,1,1,1596.14,-5543.89,111.207,2.66163,0,0,0.971342,0.237686,900,100,1,0),(45674,147439,0,1,1,1605.12,-5548.43,111.207,-0.479966,0,0,-0.237686,0.971342,900,100,1,0),(45675,147441,0,1,1,1601.55,-5560.77,111.207,1.09083,0,0,0.518773,0.854912,900,100,1,0),(45676,147442,0,1,1,1588.2,-5553.66,111.207,1.09083,0,0,0.518773,0.854912,900,100,1,0),(45677,147446,0,1,1,1604.7,-5581.04,111.205,2.66163,0,0,0.971342,0.237686,900,100,1,0),(45678,147447,0,1,1,1597.03,-5595.77,111.205,2.66163,0,0,0.971342,0.237686,900,100,1,0),(45679,147448,0,1,1,1589.27,-5610.68,111.205,2.66163,0,0,0.971342,0.237686,900,100,1,0),(45680,147445,0,1,1,1574.41,-5555.61,111.205,-0.479966,0,0,-0.237686,0.971342,900,100,1,0),(45681,147440,0,1,1,1570.45,-5563.21,111.205,-0.479966,0,0,-0.237686,0.971342,900,100,1,0),(45682,147437,0,1,1,1608.66,-5573.43,111.205,2.66163,0,0,0.971342,0.237686,900,100,1,0),(45683,147435,0,1,1,1603.59,-5541.13,111.207,1.09083,0,0,0.518773,0.854912,900,100,1,0),(45684,147444,0,1,1,1613.16,-5538.55,111.207,-2.05076,0,0,-0.854912,0.518773,900,100,1,0),(45685,147449,0,1,1,1555.02,-5592.85,111.205,-0.479966,0,0,-0.237686,0.971342,900,100,1,0),(45686,147450,0,1,1,1562.78,-5577.94,111.205,-0.479966,0,0,-0.237686,0.971342,900,100,1,0),(45687,147443,0,1,1,1599.54,-5531.46,111.207,-2.05076,0,0,-0.854912,0.518773,900,100,1,0),(45688,148957,0,1,1,1548.43,-5393.59,80.0324,1.50971,0,0,0.685183,0.728371,900,100,1,0),(45689,148960,0,1,1,1548.7,-5387.11,78.2245,-0.724312,0,0,-0.354291,0.935135,900,100,1,0),(45690,148958,0,1,1,1543.17,-5381.19,80.0324,0.069813,0,0,0.034899,0.999391,900,100,1,0),(45691,148959,0,1,1,1548.99,-5380.5,80.0324,-1.9635,0,0,-0.83147,0.55557,900,100,1,0),(45692,148956,0,1,1,1555.23,-5386.18,80.0324,2.99324,0,0,0.99725,0.074109,900,100,1,0),(45693,182106,0,1,1,2539.61,-4801.55,115.766,2.00713,0,0,0.843391,0.5373,900,100,1,0),(45694,182106,0,1,1,2569.6,-4772.93,115.399,2.72271,0,0,0.978148,0.207912,900,100,1,0),(45695,182106,0,1,1,3148.17,-4365.51,145.029,1.53589,0,0,0.694658,0.71934,900,100,1,0),(45696,182106,0,1,1,3188.76,-4358.5,144.555,1.97222,0,0,0.833886,0.551937,900,100,1,0),(45697,177668,0,1,1,2803.14,-3759.45,126.201,0.139626,0,0,0.069756,0.997564,900,100,1,0),(45698,177668,0,1,1,2855.47,-3232.33,134.957,3.05433,0,0,0.999048,0.043619,900,100,1,0),(45699,177239,0,1,1,1556.88,-3284.6,86.2749,-0.10472,0,0,0.052336,-0.99863,900,100,1,0),(45700,177604,0,1,1,1854.53,-3237.39,120.779,-2.61799,0,0,0.965926,-0.258819,900,100,1,0),(45701,177604,0,1,1,1823.12,-3223.05,119.357,2.46091,0,0,0.942641,0.333807,900,100,1,0),(45702,177604,0,1,1,1872.23,-3211.72,125.583,-0.314159,0,0,0.156434,-0.987688,900,100,1,0),(45703,177604,0,1,1,1868.74,-3263.57,126.709,1.93731,0,0,0.824126,0.566406,900,100,1,0),(45704,177604,0,1,1,1852.72,-3175.83,128.543,-2.58309,0,0,0.961262,-0.275637,900,100,1,0),(45705,176587,0,1,1,2864.59,-3011.77,102.675,0.715585,0,0,0.350207,0.936672,60,100,1,0),(45706,176586,0,1,1,3044.06,-4542.72,135.107,1.36136,0,0,0.62932,0.777146,60,100,1,0),(45707,176584,0,1,1,3103.35,-4156.78,96.6142,-1.55334,0,0,0.700909,-0.71325,60,100,1,0),(45708,142141,0,1,1,2027.98,-3431.85,109.943,0.436332,0,0,0.21644,0.976296,60,100,1,0),(45709,177675,0,1,1,1576.2,-3270.77,87.885,-0.122173,0,0,0.061049,-0.998135,2,100,1,0),(45710,177664,0,1,1,1574.83,-3248.03,73.2311,0.628319,0,0,0.309017,0.951057,900,100,1,0),(45711,177664,0,1,1,1575.75,-3246.93,73.2311,-2.05949,0,0,0.857167,-0.515038,900,100,1,0),(45712,177664,0,1,1,1575.08,-3264.91,78.7768,2.79253,0,0,0.984808,0.173648,900,100,1,0),(45713,177664,0,1,1,1594.29,-3265.98,88.1488,-1.18682,0,0,0.559193,-0.829037,900,100,1,0),(45714,177664,0,1,1,1598.85,-3248.16,66.8294,-1.85005,0,0,0.798635,-0.601815,900,100,1,0),(45715,177664,0,1,1,1597.62,-3248.02,66.8294,1.62316,0,0,0.725374,0.688355,900,100,1,0),(45716,177664,0,1,1,1599.17,-3244.91,66.8294,0.733038,0,0,0.358368,0.93358,900,100,1,0),(45717,177665,0,1,1,1598.34,-3246.52,66.8294,-0.802851,0,0,0.390731,-0.920505,900,100,1,0),(45718,177664,0,1,1,1595.64,-3258.53,88.1501,1.8326,0,0,0.793353,0.608761,900,100,1,0),(45719,177804,0,1,1,1865.05,-3236.6,125.542,2.25148,0,0,0.902585,0.430511,10,100,1,0),(45720,177805,0,1,1,1867.17,-3300.52,124.795,1.64061,0,0,0.731354,0.681998,300,100,1,0),(45721,177806,0,1,1,1739.04,-3300.72,97.7257,2.42601,0,0,0.936672,0.350207,300,100,1,0),(45722,182075,0,1,1,3235.73,-4263.08,98.6782,2.68781,0,0,0.97437,0.224951,900,100,1,0),(45723,182076,0,1,1,3230.51,-4261.45,98.1817,2.1293,0,0,0.87462,0.48481,900,100,1,0),(45724,182077,0,1,1,3228.59,-4256.07,97.9563,4.71239,0,0,0.707107,-0.707107,900,100,1,0),(45725,182077,0,1,1,3234.45,-4264.41,98.6083,-1.79769,0,0,0.782608,-0.622515,900,100,1,0),(45726,182078,0,1,1,3228.7,-4252.13,97.5613,1.91986,0,0,0.819152,0.573576,900,100,1,0),(45727,182079,0,1,1,3238.49,-4259.48,98.1348,-2.54818,0,0,0.956305,-0.292372,900,100,1,0),(45728,182080,0,1,1,3229.37,-4248.63,97.5058,0.645772,0,0,0.317305,0.948324,900,100,1,0),(45729,182081,0,1,1,3225.94,-4249.87,97.2352,1.39626,0,0,0.642788,0.766044,900,100,1,0),(45730,175488,0,1,1,3398.7,-4998.99,167.667,2.3911,0,0,0.930418,0.366501,2,100,1,0),(45731,175487,0,1,1,3466.96,-4985.37,195.424,-2.35619,0,0,0.92388,-0.382683,2,100,1,0),(45732,177464,0,1,1,2831.32,-3211.77,130.282,0.191986,0,0,0.095846,0.995396,300,100,1,0),(45733,177464,0,1,1,2924.76,-2940.54,103.583,2.72271,0,0,0.978148,0.207912,300,100,1,0),(45734,153454,0,1,1,3003.64,-4886.26,108.384,0.506145,0,0,0.25038,0.968148,7200,100,1,0),(45735,153453,0,1,1,2929.34,-3728.45,114.777,1.41372,0,0,0.649448,0.760406,7200,100,1,0),(45736,176213,0,1,1,2192.74,-4479.21,87.66,3.03687,0,0,0.99863,0.052336,7200,100,1,0),(45737,182063,0,1,1,1796.55,-5422.54,83.4887,1.98968,0,0,0.838671,0.544639,2,100,1,0),(45738,177667,0,1,1,1600.31,-3241.3,66.8294,2.16421,0,0,0.882948,0.469472,2,100,1,0),(45739,181476,0,1,1,3132.78,-3731.29,134.72,-2.77507,0,0,0.983255,-0.182235,900,100,1,0),(45740,179498,0,1,1,1831.05,-5202.31,113.106,-3.10669,0,0,0.999848,-0.017452,10,100,1,0),(45741,179498,0,1,1,1709.81,-5243.4,73.8047,-2.32129,0,0,0.91706,-0.398749,10,100,1,0),(45742,179498,0,1,1,1643.78,-5394.08,74.3453,1.43117,0,0,0.656059,0.75471,10,100,1,0),(45743,179498,0,1,1,1731.75,-5184.69,74.2646,2.47837,0,0,0.945519,0.325568,10,100,1,0),(45744,179498,0,1,1,1558.48,-5585.33,111.175,-0.488692,0,0,0.241922,-0.970296,10,100,1,0),(45745,179498,0,1,1,1701.28,-5556.79,102.831,2.56563,0,0,0.95882,0.284015,10,100,1,0),(45746,179498,0,1,1,1707.22,-5445.95,73.6114,2.98451,0,0,0.996917,0.078459,10,100,1,0),(45747,179498,0,1,1,1736.29,-5359.7,74.2946,1.58825,0,0,0.71325,0.700909,10,100,1,0),(45748,179498,0,1,1,1620.4,-5304.8,89.8103,-2.00713,0,0,0.843391,-0.5373,10,100,1,0),(45749,179498,0,1,1,1743.23,-5463.59,89.5351,1.3439,0,0,0.622515,0.782608,10,100,1,0),(45750,177544,0,1,1,1461.95,-3586.53,87.7845,2.54818,0,0,0.956305,0.292372,2,100,1,0),(45751,182059,0,1,1,3247.73,-4534.92,107.584,-2.11185,0,0,0.870356,-0.492423,900,100,1,0),(45752,182058,0,1,1,3227.12,-4495.47,111.304,0.628319,0,0,0.309017,0.951057,180,100,1,0),(45753,182106,0,1,1,1838.42,-3703.56,167.713,0.890118,0,0,0.430511,0.902585,900,100,1,0),(45754,182106,0,1,1,1877.6,-3716.76,167.188,1.74533,0,0,0.766044,0.642788,900,100,1,0),(45755,182106,0,1,1,2992.63,-3022.95,125.593,3.03687,0,0,0.99863,0.052336,900,100,1,0),(45756,182106,0,1,1,2975.5,-3060.36,125.108,-1.0472,0,0,0.5,-0.866025,900,100,1,0),(45757,179747,0,1,1,2915.52,-2850.17,97.0444,0.453786,0,0,0.224951,0.97437,900,100,1,0),(45758,179747,0,1,1,2916.89,-2905.8,100.871,-0.017453,0,0,0.008727,-0.999962,900,100,1,0),(45759,179747,0,1,1,2992.97,-2867.09,100.759,2.72271,0,0,0.978148,0.207912,900,100,1,0),(45760,179747,0,1,1,2967.11,-3054.83,120.292,-1.11701,0,0,0.529919,-0.848048,900,100,1,0),(45761,179747,0,1,1,2868.34,-2902.26,97.1712,-1.98968,0,0,0.838671,-0.544639,900,100,1,0),(45762,179747,0,1,1,2997.42,-2878.24,102.333,0.122173,0,0,0.061049,0.998135,900,100,1,0),(45763,179747,0,1,1,2971.16,-2870.4,100.149,2.28638,0,0,0.909961,0.414693,900,100,1,0),(45764,181257,0,1,1,2272.14,-5283.31,82.1693,1.55334,0,0,0.700909,0.71325,900,100,1,0),(45765,181257,0,1,1,2286.1,-5283.85,82.4626,1.6057,0,0,0.71934,0.694658,900,100,1,0),(45766,181075,0,1,1,2297.43,-5339.89,90.8799,0.575959,0,0,0.284015,0.95882,900,100,1,0),(45767,181077,0,1,1,2297.27,-5339.75,90.8799,-0.942478,0,0,0.453991,-0.891006,900,100,1,0),(45768,181078,0,1,1,2296.2,-5337.89,90.8799,-0.977384,0,0,0.469472,-0.882948,900,100,1,0),(45769,181076,0,1,1,2298.9,-5339.02,90.8799,-2.49582,0,0,0.948324,-0.317305,900,100,1,0),(45770,181079,0,1,1,2298.86,-5341.83,90.8799,2.16421,0,0,0.882948,0.469472,900,100,1,0),(45771,181080,0,1,1,2296.01,-5340.98,90.8799,0.610865,0,0,0.300706,0.953717,900,100,1,0),(45772,177668,0,1,1,3234.45,-3095.5,162.193,0.174533,0,0,0.087156,0.996195,900,100,1,0),(45773,177668,0,1,1,3292.42,-3643.56,149.743,1.3439,0,0,0.622515,0.782608,900,100,1,0),(45774,177677,0,1,1,3364.35,-4909.32,159.366,-0.15708,0,0,0.078459,-0.996917,900,100,1,0),(45775,177677,0,1,1,3370.24,-4906.31,159.336,-2.89725,0,0,0.992546,-0.121869,900,100,1,0),(45776,177604,0,1,1,1914.38,-3208.45,134.074,-2.9147,0,0,0.993572,-0.113203,900,100,1,0),(45777,177604,0,1,1,1842.2,-3207.07,124.358,-1.01229,0,0,0.48481,-0.87462,900,100,1,0),(45778,177604,0,1,1,1869.69,-3211.32,125.447,3.07178,0,0,0.999391,0.034899,900,100,1,0),(45779,177604,0,1,1,1823.4,-3183.71,120.43,-3.05433,0,0,0.999048,-0.043619,900,100,1,0),(45780,177604,0,1,1,1844.19,-3264.78,118.091,0.925024,0,0,0.446198,0.894934,900,100,1,0),(45781,177604,0,1,1,1906.8,-3228.86,121.052,-2.33874,0,0,0.920505,-0.390731,900,100,1,0),(45782,176584,0,1,1,3137.76,-2946.87,121.373,0.663225,0,0,0.325568,0.945519,60,100,1,0),(12166,184850,530,1,1,-2147.35,-10741.1,73.9034,0.943728,0,0,0.454547,0.890723,120,0,1,0),(45784,176587,0,1,1,1712.41,-4910.69,88.1443,2.3911,0,0,0.930418,0.366501,60,100,1,0),(45785,142142,0,1,1,2581.95,-4586.84,83.667,2.25148,0,0,0.902585,0.430511,60,100,1,0),(45786,176584,0,1,1,2099.18,-2798.86,79.4446,-0.925024,0,0,0.446198,-0.894934,60,100,1,0),(45787,176587,0,1,1,2687.42,-4252.07,97.2032,2.94961,0,0,0.995396,0.095846,60,100,1,0),(45788,177464,0,1,1,3101.7,-2973.57,123.886,2.46091,0,0,0.942641,0.333807,300,100,1,0),(45789,177464,0,1,1,3035.01,-3398.77,151.745,2.33874,0,0,0.920505,0.390731,300,100,1,0),(45790,177464,0,1,1,3243.74,-3361.21,145.949,1.95477,0,0,0.829038,0.559193,300,100,1,0),(45791,176317,0,1,1,2303.87,-5352.26,91.5743,2.16421,0,0,0.882948,0.469472,2,100,1,0),(45792,182059,0,1,1,3222.39,-4567.55,109.807,2.30383,0,0,0.913545,0.406737,900,100,1,0),(45793,179747,0,1,1,2850.89,-2949.52,98.9194,-1.18682,0,0,0.559193,-0.829037,900,100,1,0),(45794,179747,0,1,1,2955.81,-2891.01,101.984,-2.75762,0,0,0.981627,-0.190809,900,100,1,0),(45795,179747,0,1,1,2900.23,-2899.14,105.637,-2.46091,0,0,0.942641,-0.333807,900,100,1,0),(45796,179747,0,1,1,2825.92,-3014.59,104.616,-2.07694,0,0,0.861629,-0.507538,900,100,1,0),(45797,179747,0,1,1,2865.08,-3047.4,103.398,-1.65806,0,0,0.737277,-0.67559,900,100,1,0),(45798,179747,0,1,1,2968.6,-2755.77,112.842,1.309,0,0,0.608761,0.793353,900,100,1,0),(45799,179747,0,1,1,2958.54,-2878.55,107.63,-1.36136,0,0,0.629321,-0.777146,900,100,1,0),(45800,179747,0,1,1,3000.06,-2872.85,93.6041,0.087266,0,0,0.043619,0.999048,900,100,1,0),(45801,177668,0,1,1,3006.01,-3433.58,150.562,-1.8326,0,0,0.793353,-0.608761,900,100,1,0),(45802,177604,0,1,1,1924.73,-3249.43,120.349,-0.191986,0,0,0.095846,-0.995396,900,100,1,0),(45803,177604,0,1,1,1884.22,-3236.26,119.506,-1.69297,0,0,0.748956,-0.66262,900,100,1,0),(45804,177604,0,1,1,1885.36,-3154.44,115.716,-0.942478,0,0,0.453991,-0.891006,900,100,1,0),(45805,177604,0,1,1,1915.71,-3173.64,113.362,1.8675,0,0,0.803857,0.594823,900,100,1,0),(45806,177604,0,1,1,1902.92,-3263.79,121.171,-2.70526,0,0,0.976296,-0.21644,900,100,1,0),(45807,177604,0,1,1,1856.38,-3285.96,117.936,-2.9147,0,0,0.993572,-0.113203,900,100,1,0),(45808,177604,0,1,1,1889.86,-3287.38,115.745,1.85005,0,0,0.798636,0.601815,900,100,1,0),(45809,176584,0,1,1,2330.51,-4407.83,96.5121,-1.8675,0,0,0.803857,-0.594823,60,100,1,0),(45810,176587,0,1,1,2248.66,-4084.08,77.1973,0.10472,0,0,0.052336,0.99863,60,100,1,0),(45811,176587,0,1,1,2285.63,-4489.29,100.796,-1.27409,0,0,0.594823,-0.803857,60,100,1,0),(45812,142141,0,1,1,2087.21,-3983.61,130.583,-0.802851,0,0,0.390731,-0.920505,60,100,1,0),(45813,176586,0,1,1,2486.02,-5229.42,89.0458,2.98451,0,0,0.996917,0.078459,60,100,1,0),(45814,176586,0,1,1,3303.08,-3117.53,167.973,1.32645,0,0,0.615662,0.788011,60,100,1,0),(45815,176587,0,1,1,3173.16,-4317.57,125.094,-1.11701,0,0,0.529919,-0.848048,60,100,1,0),(45816,176587,0,1,1,2121.78,-2811.04,81.9509,1.0821,0,0,0.515038,0.857167,60,100,1,0),(45817,179747,0,1,1,3015.58,-2830.42,110.939,-1.09956,0,0,0.522499,-0.85264,900,100,1,0),(45818,179747,0,1,1,2994.05,-2862.44,107.63,3.07178,0,0,0.999391,0.034899,900,100,1,0),(45819,179747,0,1,1,2972.62,-3038.04,120.298,-1.8675,0,0,0.803857,-0.594823,900,100,1,0),(45820,179747,0,1,1,2913.28,-2891.7,105.612,-0.523599,0,0,0.258819,-0.965926,900,100,1,0),(45821,179747,0,1,1,2907.08,-3025.86,110.025,-1.91986,0,0,0.819152,-0.573576,900,100,1,0),(45822,176584,0,1,1,1931.42,-3334.11,108.27,1.65806,0,0,0.737277,0.67559,60,100,1,0),(45823,142142,0,1,1,2899.04,-2948.18,102.165,2.00713,0,0,0.843391,0.5373,60,100,1,0),(45824,142141,0,1,1,2903.33,-5060.41,110.633,2.49582,0,0,0.948324,0.317305,60,100,1,0),(45825,176583,0,1,1,3183.81,-4648.79,115.482,-2.89725,0,0,0.992546,-0.121869,60,100,1,0),(45826,176586,0,1,1,2197.89,-3384.63,170.525,2.21657,0,0,0.894934,0.446198,60,100,1,0),(45827,176586,0,1,1,1738.77,-5557.74,118.974,0.436332,0,0,0.21644,0.976296,60,100,1,0),(45828,176586,0,1,1,2592.11,-3777.34,192.67,-0.401426,0,0,0.199368,-0.979925,60,100,1,0),(45829,179747,0,1,1,3116.67,-2819.62,126.054,1.67552,0,0,0.743145,0.669131,900,100,1,0),(45830,179747,0,1,1,2961.55,-2864.36,107.63,-1.50098,0,0,0.681998,-0.731354,900,100,1,0),(45831,179747,0,1,1,2954.12,-3026.99,120.213,3.10669,0,0,0.999848,0.017452,900,100,1,0),(45832,176587,0,1,1,3403.05,-4913.33,159.709,2.30383,0,0,0.913545,0.406737,60,100,1,0),(45833,176587,0,1,1,2832.29,-3181.75,116.206,0.436332,0,0,0.21644,0.976296,60,100,1,0),(45834,176584,0,1,1,2159.88,-4183.56,75.3865,-0.244346,0,0,0.121869,-0.992546,60,100,1,0),(45835,176587,0,1,1,3079.81,-4751.75,96.9671,1.41372,0,0,0.649448,0.760406,60,100,1,0),(45837,176589,0,1,1,1663.37,-5585.61,102.194,-0.087267,0,0,0.04362,-0.999048,60,100,1,0),(45838,181081,0,1,1,2297.47,-5339.24,91.8521,-0.593412,0,0,0.292372,-0.956305,900,100,1,0),(45839,181081,0,1,1,2297.23,-5340.72,91.866,1.29154,0,0,0.601815,0.798636,900,100,1,0),(45840,181082,0,1,1,2297.46,-5340,91.8521,2.14675,0,0,0.878817,0.477159,900,100,1,0),(45841,177677,0,1,1,3362.45,-4904.24,159.253,-2.00713,0,0,0.843391,-0.5373,900,100,1,0),(45842,176586,0,1,1,1609.7,-5213.33,92.6051,-1.39626,0,0,0.642788,-0.766044,60,100,1,0),(150115,194340,0,1,1,879.669,1217.03,47.837,1.58354,0,0,0.711597,0.702588,120,100,1,0),(45844,176584,0,1,1,1684.28,-5542.05,101.781,-1.53589,0,0,0,1,60,100,1,0),(45845,142142,0,1,1,1948.3,-3384.17,103.864,-1.6057,0,0,0.71934,-0.694658,60,100,1,0),(74330,2040,0,1,1,2083.02,-3614,141.91,4.762,0,0,0,0,900,255,1,0),(45847,176584,0,1,1,2104.34,-3477.04,115.704,0,0,0,0,1,60,100,1,0),(45848,177464,0,1,1,3185.19,-3051.57,142.776,1.39626,0,0,0.642788,0.766044,300,100,1,0),(45849,177464,0,1,1,3149.18,-3107.17,162.386,-0.698132,0,0,0.34202,-0.939693,300,100,1,0),(45850,177464,0,1,1,3204.61,-3344.22,163.94,1.309,0,0,0.608761,0.793353,300,100,1,0),(45851,176587,0,1,1,2813.54,-4918.73,101.453,-1.8675,0,0,0.803857,-0.594823,60,100,1,0),(45852,177464,0,1,1,2917.48,-3844.04,119.692,-2.3911,0,0,0.930418,-0.366501,300,100,1,0),(45853,176213,0,1,1,2958.04,-3485.06,146.222,-3.00197,0,0,0.997564,-0.069756,7200,100,1,0),(45854,176214,0,1,1,2958.04,-3485.06,146.222,-3.00197,0,0,0.997564,-0.069756,900,100,1,0),(45855,176583,0,1,1,1587.83,-5417.1,75.4493,0.541052,0,0,0.267238,0.96363,60,100,1,0),(45856,176587,0,1,1,2035.5,-3416.72,110.1,1.97222,0,0,0.833886,0.551937,60,100,1,0),(45857,177464,0,1,1,3264.28,-2975.98,130.729,-0.890118,0,0,0.430511,-0.902585,300,100,1,0),(45858,177464,0,1,1,3112.57,-3902.23,134.875,0.733038,0,0,0.358368,0.93358,300,100,1,0),(45859,177464,0,1,1,3246.43,-3053.01,158.993,-2.18166,0,0,0.887011,-0.461749,300,100,1,0),(45860,142141,0,1,1,2748.95,-3899.36,96.998,1.22173,0,0,0.573576,0.819152,60,100,1,0),(45861,177747,0,1,1,3327.59,-4203.74,160.015,3.07178,0,0,0.999391,0.034899,2,100,1,0),(45862,177464,0,1,1,2921.3,-3961.48,106.724,0.174533,0,0,0.087156,0.996195,300,100,1,0),(808,180662,0,1,1,-3707.95,-631.876,0,-0.925024,0,0,0.446198,-0.894934,180,100,1,0),(45864,180100,0,1,1,3167.72,-4355.91,138.785,1.69297,0,0,0.748956,0.66262,900,100,1,0),(45865,177464,0,1,1,2821.56,-3159.57,114.976,-0.226893,0,0,0.113203,-0.993572,300,100,1,0),(45866,177464,0,1,1,2963.69,-3288.09,123.335,-2.47837,0,0,0.945519,-0.325568,300,100,1,0),(45867,177464,0,1,1,3033.55,-3197.28,146.286,-1.93731,0,0,0.824126,-0.566406,300,100,1,0),(45868,176213,0,1,1,2144.03,-3241.36,112.884,-1.74533,0,0,0.766044,-0.642788,7200,100,1,0),(45869,176214,0,1,1,2144.03,-3241.36,112.884,-1.74533,0,0,0.766044,-0.642788,900,100,1,0),(45870,176587,0,1,1,2142.95,-2875.18,88.9537,2.70526,0,0,0.976296,0.21644,60,100,1,0),(45871,177464,0,1,1,3150.41,-3781.63,133.505,0.645772,0,0,0.317305,0.948324,300,100,1,0),(45872,177464,0,1,1,2988.2,-3757.75,128.973,-2.94961,0,0,0.995396,-0.095846,300,100,1,0),(45873,177464,0,1,1,3134.35,-3492.04,156.367,-0.05236,0,0,0.026177,-0.999657,300,100,1,0),(45874,177464,0,1,1,3203.84,-3721.22,147.665,-1.69297,0,0,0.748956,-0.66262,300,100,1,0),(45875,176208,0,1,1,2511.07,-4163.67,47.7799,2.3911,0,0,0.930418,0.366501,2,100,1,0),(45876,176591,0,1,1,2511.07,-4163.67,47.7799,2.3911,0,0,0.930418,0.366501,900,100,1,0),(45877,177464,0,1,1,2813.03,-3816.65,104.483,3.07178,0,0,0.999391,0.034899,300,100,1,0),(45878,177464,0,1,1,2876.65,-3425.46,106.596,0.069813,0,0,0.034899,0.999391,300,100,1,0),(45879,177789,0,1,1,2997.61,-2860.27,107.63,1.11701,0,0,0.529919,0.848048,2,100,1,0),(74329,2047,0,1,1,3248.44,-4890,200.574,2.815,0,0,0,0,900,255,1,0),(45881,177240,0,1,1,1557.35,-3281.02,86.6763,-0.087267,0,0,0.04362,-0.999048,2,100,1,0),(45882,182058,0,1,1,3270.2,-4513.79,108.18,2.32129,0,0,0.91706,0.398749,180,100,1,0),(45883,182058,0,1,1,3238.05,-4558.33,106.261,1.22173,0,0,0.573576,0.819152,180,100,1,0),(45884,182058,0,1,1,3194.65,-4526.08,109.524,0.593412,0,0,0.292372,0.956305,180,100,1,0),(45885,182058,0,1,1,3204.2,-4557.83,107.291,0.610865,0,0,0.300706,0.953717,180,100,1,0),(45886,177677,0,1,1,3375.49,-4903.45,159.404,-1.6057,0,0,0.71934,-0.694658,900,100,1,0),(45887,177677,0,1,1,3358.5,-4910.05,159.308,1.95477,0,0,0.829038,0.559193,900,100,1,0),(45888,177464,0,1,1,3186.21,-3561.96,152.481,-2.93215,0,0,0.994522,-0.104529,300,100,1,0),(45889,177464,0,1,1,2980.26,-3578.71,146.556,0.890118,0,0,0.430511,0.902585,300,100,1,0),(45890,177464,0,1,1,3174.8,-3875.18,127.319,-1.15192,0,0,0.544639,-0.838671,300,100,1,0),(45891,177464,0,1,1,2900.32,-3685.61,116.883,3.08923,0,0,0.999657,0.026177,300,100,1,0),(45892,176213,0,1,1,2888.38,-4086.29,101.381,-2.19912,0,0,0.891007,-0.45399,7200,100,1,0),(74328,1734,0,1,1,3248.44,-4890,200.574,2.815,0,0,0,0,900,255,1,0),(45894,179747,0,1,1,3003.44,-2829.65,106.174,-1.67552,0,0,0.743145,-0.669131,900,100,1,0),(45895,177677,0,1,1,3368.92,-4900.83,159.357,0.680678,0,0,0.333807,0.942641,900,100,1,0),(45896,179747,0,1,1,2968.79,-2724.6,112.788,1.64061,0,0,0.731354,0.681998,900,100,1,0),(45897,179747,0,1,1,2999.99,-2750.22,119.115,-1.02974,0,0,0.492424,-0.870356,900,100,1,0),(45898,179747,0,1,1,2946.98,-2743.9,109.499,-2.18166,0,0,0.887011,-0.461749,900,100,1,0),(45899,179747,0,1,1,2980.18,-2783.62,110.581,-2.54818,0,0,0.956305,-0.292372,900,100,1,0),(45900,179747,0,1,1,2935.37,-2779.95,110.451,-2.98451,0,0,0.996917,-0.078459,900,100,1,0),(45901,179747,0,1,1,2916.91,-2770.76,120.46,-0.523599,0,0,0.258819,-0.965926,900,100,1,0),(45902,179747,0,1,1,3000.26,-2825.68,117.44,0.628319,0,0,0.309017,0.951057,900,100,1,0),(45903,179747,0,1,1,2968.57,-2944.56,105.866,0.872665,0,0,0.422618,0.906308,900,100,1,0),(45904,179747,0,1,1,3071.87,-2859.33,107.392,-0.959931,0,0,0.461749,-0.887011,900,100,1,0),(45905,179747,0,1,1,3050.04,-2887.48,109.743,2.32129,0,0,0.91706,0.398749,900,100,1,0),(45906,179747,0,1,1,2941.44,-2979.87,109.033,-1.32645,0,0,0.615661,-0.788011,900,100,1,0),(45907,177668,0,1,1,3124.68,-3869.22,139.169,0.226893,0,0,0.113203,0.993572,900,100,1,0),(45908,176583,0,1,1,2433.27,-4630.52,64.1854,2.56563,0,0,0.95882,0.284015,60,100,1,0),(74327,175404,0,1,1,3248.44,-4890,200.574,2.815,0,0,0,0,900,255,1,0),(45910,153454,0,1,1,3191.12,-4639.98,119.947,-2.94961,0,0,0.995396,-0.095846,7200,100,1,0),(45911,177668,0,1,1,3180.5,-3321.09,166.007,-0.855212,0,0,0.414693,-0.909961,900,100,1,0),(45912,142141,0,1,1,3010.58,-3385.03,147.425,2.1293,0,0,0.87462,0.48481,60,100,1,0),(45913,177668,0,1,1,3183.1,-3461.12,168.207,1.0472,0,0,0.5,0.866025,900,100,1,0),(45914,176587,0,1,1,2889.89,-3784.17,112.466,-0.785398,0,0,0.382683,-0.92388,60,100,1,0),(45915,153454,0,1,1,2544.61,-3704.67,179.64,0.244346,0,0,0.121869,0.992546,7200,100,1,0),(74326,324,0,1,1,3248.44,-4890,200.574,2.815,0,0,0,0,900,255,1,0),(74325,2040,0,1,1,3248.44,-4890,200.574,2.815,0,0,0,0,900,255,1,0),(45918,177677,0,1,1,3372.38,-4914.28,159.563,-2.60054,0,0,0.96363,-0.267238,900,100,1,0),(45919,177677,0,1,1,3356.58,-4902.11,159.253,-0.436333,0,0,0.21644,-0.976296,900,100,1,0),(45920,177677,0,1,1,3376.41,-4909.34,159.357,-1.309,0,0,0.608761,-0.793353,900,100,1,0),(45921,177677,0,1,1,3361.99,-4896.87,159.265,-2.19912,0,0,0.891007,-0.45399,900,100,1,0),(45922,177677,0,1,1,3355.94,-4915.08,159.327,0.802851,0,0,0.390731,0.920505,900,100,1,0),(45923,177677,0,1,1,3367.08,-4921.18,159.694,2.77507,0,0,0.983255,0.182236,900,100,1,0),(45924,177677,0,1,1,3362.06,-4915.01,159.461,0.471239,0,0,0.233445,0.97237,900,100,1,0),(45925,177677,0,1,1,3369.51,-4894.12,159.475,0.488692,0,0,0.241922,0.970296,900,100,1,0),(45926,177677,0,1,1,3352.44,-4907.72,159.253,2.56563,0,0,0.95882,0.284015,900,100,1,0),(45927,177677,0,1,1,3382.57,-4902.56,159.435,-2.14675,0,0,0.878817,-0.477159,900,100,1,0),(45928,177677,0,1,1,3359.73,-4920.11,159.454,-2.25148,0,0,0.902585,-0.430511,900,100,1,0),(74324,2047,0,1,1,1647.41,-3962,139.644,4.665,0,0,0,0,900,255,1,0),(45930,177677,0,1,1,3382.55,-4907.5,159.305,-1.11701,0,0,0.529919,-0.848048,900,100,1,0),(45931,153454,0,1,1,2601.59,-5512.31,158.713,-0.034907,0,0,0.017452,-0.999848,7200,100,1,0),(45932,142142,0,1,1,2182.69,-3987.18,124.955,-0.645772,0,0,0.317305,-0.948324,60,100,1,0),(45933,153454,0,1,1,1753.27,-5410.36,113.525,-0.366519,0,0,0.182236,-0.983255,7200,100,1,0),(45934,176213,0,1,1,1873.27,-3189.56,128.554,0.15708,0,0,0.078459,0.996917,7200,100,1,0),(45935,176214,0,1,1,1873.27,-3189.56,128.554,0.15708,0,0,0.078459,0.996917,900,100,1,0),(45936,176213,0,1,1,2115.7,-4691.12,74.3362,1.15192,0,0,0.544639,0.838671,7200,100,1,0),(45937,176214,0,1,1,2115.7,-4691.12,74.3362,1.15192,0,0,0.544639,0.838671,900,100,1,0),(45938,153454,0,1,1,1829.56,-5210.25,113.105,-1.06465,0,0,0.507538,-0.861629,7200,100,1,0),(45939,176587,0,1,1,2052.15,-5148.68,81.0545,0.837758,0,0,0.406737,0.913545,60,100,1,0),(12164,184850,530,1,1,-2128.94,-10726,66.3358,4.02249,0,0,0.90456,-0.426346,120,0,1,0),(45941,176116,0,1,1,1411.16,-3657.82,77.694,-1.6057,0,0,0.71934,-0.694658,2,100,1,0),(45942,176587,0,1,1,2384,-3656.2,178.143,0.750492,0,0,0.366501,0.930418,60,100,1,0),(45943,176143,0,1,1,1477.12,-3716.01,80.5158,2.46091,0,0,0.942641,0.333807,2,100,1,0),(45944,176143,0,1,1,1407.58,-3680.22,77.2517,-0.890118,0,0,0.430511,-0.902585,2,100,1,0),(45945,176142,0,1,1,1405.48,-3716.77,78.1764,2.58309,0,0,0.961262,0.275637,2,100,1,0),(45946,176142,0,1,1,1423.47,-3663.76,82.02,-1.55334,0,0,0.700909,-0.71325,2,100,1,0),(45947,176116,0,1,1,1476.28,-3722,80.5144,1.44862,0,0,0.66262,0.748956,2,100,1,0),(45948,176583,0,1,1,1575.04,-3276.92,89.2958,-1.53589,0,0,0.694658,-0.71934,60,100,1,0),(45949,153453,0,1,1,1845.01,-3719.17,162.225,-2.33874,0,0,0.920505,-0.390731,7200,100,1,0),(45950,153453,0,1,1,2027.14,-4550.41,74.9888,-1.02974,0,0,0.492424,-0.870356,7200,100,1,0),(74323,1734,0,1,1,1647.41,-3962,139.644,4.665,0,0,0,0,900,255,1,0),(11416,175381,329,1,1,4038.13,-3649.91,135.658,2.44346,0,0,0.939693,0.34202,86400,100,1,0),(11415,175380,329,1,1,3853.47,-3722.94,148.094,1.35263,0,0,0.625923,0.779885,86400,100,1,0),(45954,176209,0,1,1,2102.45,-4272.28,21.8204,-1.90241,0,0,0.814116,-0.580703,2,100,1,0),(45955,176865,0,1,1,2102.45,-4272.28,21.8204,-1.90241,0,0,0.814116,-0.580703,900,100,1,0),(74322,175404,0,1,1,1647.41,-3962,139.644,4.665,0,0,0,0,900,255,1,0),(45957,176587,0,1,1,2642.47,-5431.1,157.232,-0.942478,0,0,0.453991,-0.891006,60,100,1,0),(74321,324,0,1,1,1647.41,-3962,139.644,4.665,0,0,0,0,900,255,1,0),(74320,2040,0,1,1,1647.41,-3962,139.644,4.665,0,0,0,0,900,255,1,0),(74319,2047,0,1,1,1630.23,-3793,142.25,4.429,0,0,0,0,900,255,1,0),(74318,1734,0,1,1,1630.23,-3793,142.25,4.429,0,0,0,0,900,255,1,0),(74317,175404,0,1,1,1630.23,-3793,142.25,4.429,0,0,0,0,900,255,1,0),(74316,324,0,1,1,1630.23,-3793,142.25,4.429,0,0,0,0,900,255,1,0),(45964,181103,0,1,1,2277,-5326.86,88.7085,-0.541052,0,0,0.267238,-0.96363,900,100,1,0),(45965,181104,0,1,1,2276.9,-5326.88,88.6976,1.67552,0,0,0.743145,0.669131,900,100,1,0),(11414,175379,329,1,1,3851.7,-3522.96,144.213,-1.09083,0,0,-0.518773,0.854912,86400,100,1,0),(74315,2040,0,1,1,1630.23,-3793,142.25,4.429,0,0,0,0,900,255,1,0),(74314,2047,0,1,1,1960.68,-4019,111.555,3.302,0,0,0,0,900,255,1,0),(74313,1734,0,1,1,1960.68,-4019,111.555,3.302,0,0,0,0,900,255,1,0),(74312,175404,0,1,1,1960.68,-4019,111.555,3.302,0,0,0,0,900,255,1,0),(45971,18068,0,1,1,-350.385,-4215.59,152.04,3.14159,0,0,1,0,7200,100,1,0),(45972,2061,0,1,1,-350.385,-4215.59,152.04,3.14159,0,0,1,0,7200,100,1,0),(45973,18069,0,1,1,-392.788,-3803.21,238.351,-1.81514,0,0,-0.788011,0.615661,7200,100,1,0),(45974,2061,0,1,1,-392.788,-3803.21,238.351,-1.81514,0,0,-0.788011,0.615661,7200,100,1,0),(45975,18070,0,1,1,-374.328,-4057.11,174.012,3.14159,0,0,1,0,7200,100,1,0),(45976,2061,0,1,1,-374.328,-4057.11,174.012,3.14159,0,0,1,0,7200,100,1,0),(45977,18071,0,1,1,-414.069,-4018.49,195.102,2.80125,0,0,0.985556,0.16935,7200,100,1,0),(45978,2061,0,1,1,-414.069,-4018.49,195.102,2.80125,0,0,0.985556,0.16935,7200,100,1,0),(45979,18052,0,1,1,-309.29,-2816.43,87.0157,3.14159,0,0,1,0,7200,100,1,0),(45980,18053,0,1,1,-347.449,-2966.26,90.6851,3.14159,0,0,1,0,7200,100,1,0),(45981,18054,0,1,1,-344.214,-2957.76,82.842,3.14159,0,0,1,0,7200,100,1,0),(45982,18043,0,1,1,220.983,-2606.29,160.21,3.14159,0,0,1,0,7200,100,1,0),(45983,2061,0,1,1,220.983,-2606.29,160.21,3.14159,0,0,1,0,7200,100,1,0),(45984,18046,0,1,1,-28.4132,-2806.42,122.301,3.14159,0,0,1,0,7200,100,1,0),(45985,2061,0,1,1,-28.4132,-2806.42,122.301,3.14159,0,0,1,0,7200,100,1,0),(45986,18057,0,1,1,-386.467,-2953.6,82.2936,2.75762,0,0,0.981627,0.190809,7200,100,1,0),(45987,18058,0,1,1,-384.174,-2972.32,98.898,3.14159,0,0,1,0,7200,100,1,0),(45988,18060,0,1,1,-438.732,-2823.27,87.2316,3.14159,0,0,1,0,7200,100,1,0),(45989,18061,0,1,1,-459.768,-2858.41,95.6075,3.14159,0,0,1,0,7200,100,1,0),(45990,18062,0,1,1,-452.447,-2863,87.8225,3.14159,0,0,1,0,7200,100,1,0),(45991,18050,0,1,1,-286.282,-2852.11,86.4622,3.14159,0,0,1,0,7200,100,1,0),(45992,142712,0,1,1,-15.8808,-2789.75,123.862,3.14159,0,0,1,0,7200,100,1,0),(45993,142713,0,1,1,-14.6563,-2460.39,122.163,3.14159,0,0,1,0,7200,100,1,0),(45994,18047,0,1,1,-291.27,-2811.4,104.449,3.14159,0,0,1,0,7200,100,1,0),(45995,18048,0,1,1,-275.266,-2839.44,103.057,3.14159,0,0,1,0,7200,100,1,0),(45996,18049,0,1,1,-281.428,-2845.15,95.5834,3.14159,0,0,1,0,7200,100,1,0),(45997,20975,0,1,1,273.661,-2178.75,119.797,2.67908,0,0,0.973379,0.2292,7200,100,1,0),(45998,2061,0,1,1,273.661,-2178.75,119.797,2.67908,0,0,0.973379,0.2292,7200,100,1,0),(45999,20976,0,1,1,-238.132,-3108.89,125.669,2.99324,0,0,0.99725,0.074109,7200,100,1,0),(46000,2061,0,1,1,-238.132,-3108.89,125.669,2.99324,0,0,0.99725,0.074109,7200,100,1,0),(46001,20978,0,1,1,-294.681,-3427.3,187.139,1.05592,0,0,0.503774,0.863836,7200,100,1,0),(46002,2066,0,1,1,-294.681,-3427.3,187.139,1.05592,0,0,0.503774,0.863836,7200,100,1,0),(46003,20980,0,1,1,-329.636,-3459.66,189.238,3.14159,0,0,1,0,7200,100,1,0),(46004,2066,0,1,1,-329.636,-3459.66,189.238,3.14159,0,0,1,0,7200,100,1,0),(46005,20981,0,1,1,-237.573,-4180.51,121.683,3.14159,0,0,1,0,7200,100,1,0),(46006,2061,0,1,1,-237.573,-4180.51,121.683,3.14159,0,0,1,0,7200,100,1,0),(46007,142127,0,1,1,-47.878,-4897.72,20.0918,2.70526,0.16719,-0.028256,0.962478,0.211862,2,100,1,0),(46008,18056,0,1,1,-384.921,-2962.02,91.4364,3.14159,0,0,1,0,7200,100,1,0),(46009,142980,0,1,1,-667.451,-4017.34,237.311,1.34621,0,0,0.623416,0.78189,7200,100,1,0),(46010,2066,0,1,1,-667.451,-4017.34,237.311,1.34621,0,0,0.623416,0.78189,7200,100,1,0),(46011,142977,0,1,1,-594.174,-4159.36,238.38,-3.06617,0,0,0.999289,-0.037701,7200,100,1,0),(46012,2061,0,1,1,-594.174,-4159.36,238.38,-3.06617,0,0,0.999289,-0.037701,7200,100,1,0),(46013,142978,0,1,1,-631.182,-3943.58,237.528,3.14159,0,0,1,0,7200,100,1,0),(46014,2061,0,1,1,-631.182,-3943.58,237.528,3.14159,0,0,1,0,7200,100,1,0),(46015,142973,0,1,1,-395.594,-3941.58,215.861,-1.55491,0,0,-0.701467,0.712702,7200,100,1,0),(46016,2061,0,1,1,-395.594,-3941.58,215.861,-1.55491,0,0,-0.701467,0.712702,7200,100,1,0),(46017,142974,0,1,1,-408.03,-3819.49,238.351,-2.73144,0,0,0.979045,-0.203642,7200,100,1,0),(46018,2061,0,1,1,-408.03,-3819.49,238.351,-2.73144,0,0,0.979045,-0.203642,7200,100,1,0),(46019,142976,0,1,1,-586.431,-4015.14,238.351,2.79634,0,0,0.985137,0.171771,7200,100,1,0),(46020,2061,0,1,1,-586.431,-4015.14,238.351,2.79634,0,0,0.985137,0.171771,7200,100,1,0),(46021,143991,0,1,1,-404.793,-4208.73,174.074,2.79253,0,0,0.984808,0.173648,7200,100,1,0),(46022,2061,0,1,1,-404.793,-4208.73,174.074,2.79253,0,0,0.984808,0.173648,7200,100,1,0),(46023,142970,0,1,1,-262.325,-4026.64,174.085,2.94088,0,0,0.994969,0.100188,7200,100,1,0),(46024,2061,0,1,1,-262.325,-4026.64,174.085,2.94088,0,0,0.994969,0.100188,7200,100,1,0),(46025,142971,0,1,1,-304.75,-4171.2,136.438,3.14159,0,0,1,0,7200,100,1,0),(46026,2061,0,1,1,-304.75,-4171.2,136.438,3.14159,0,0,1,0,7200,100,1,0),(46027,18063,0,1,1,-200.953,-3908.78,215.681,2.98451,0,0,0.996917,0.078459,7200,100,1,0),(46028,2066,0,1,1,-200.953,-3908.78,215.681,2.98451,0,0,0.996917,0.078459,7200,100,1,0),(46029,18064,0,1,1,-219.448,-3975.78,195.034,2.75762,0,0,0.981627,0.190809,7200,100,1,0),(46030,2061,0,1,1,-219.448,-3975.78,195.034,2.75762,0,0,0.981627,0.190809,7200,100,1,0),(46031,18065,0,1,1,-216.868,-4046.03,173.914,1.94604,0,0,0.82659,0.562805,7200,100,1,0),(46032,2061,0,1,1,-216.868,-4046.03,173.914,1.94604,0,0,0.82659,0.562805,7200,100,1,0),(46033,18067,0,1,1,-274.997,-4018.38,174.21,-3.02815,0,0,0.998392,-0.056693,7200,100,1,0),(46034,2061,0,1,1,-274.997,-4018.38,174.21,-3.02815,0,0,0.998392,-0.056693,7200,100,1,0),(46035,142969,0,1,1,-209.465,-3986.73,195.092,3.14159,0,0,1,0,7200,100,1,0),(46036,2061,0,1,1,-209.465,-3986.73,195.092,3.14159,0,0,1,0,7200,100,1,0),(46037,142968,0,1,1,38.9479,-4641.74,11.8895,3.14159,0,0,1,0,7200,100,1,0),(46038,2061,0,1,1,38.9479,-4641.74,11.8895,3.14159,0,0,1,0,7200,100,1,0),(46039,142704,0,1,1,-38.4722,-2468.8,121.807,-0.30543,0.290411,0.583498,-0.276992,0.706022,7200,100,1,0),(46040,142703,0,1,1,-38.592,-2468.76,121.659,-2.49582,-0.093536,0.046635,0.944858,-0.310354,7200,100,1,0),(46041,142705,0,1,1,-43.7708,-2481.39,118.982,3.14159,0,0,1,0,7200,100,1,0),(46042,144066,0,1,1,-42.8271,-2471.28,119.413,-1.53589,0.093357,-0.060008,-0.692074,0.713244,10,100,1,0),(46043,142702,0,1,1,-42.5313,-2481.28,119.151,2.94088,-0.416004,0.113211,0.893777,0.123636,10,100,1,0),(46044,142967,0,1,1,224.78,-4315.29,117.729,-2.94088,0,0,0.994969,-0.100188,7200,100,1,0),(46045,2066,0,1,1,224.78,-4315.29,117.729,-2.94088,0,0,0.994969,-0.100188,7200,100,1,0),(46046,142706,0,1,1,-43.8073,-2480.73,118.917,3.14159,0,0,1,0,7200,100,1,0),(46047,144067,0,1,1,-43.0674,-2465.5,119.377,-1.57952,0.039832,-0.058729,-0.707752,0.702888,10,100,1,0),(46048,144011,0,1,1,293.628,-2115.57,121.77,-2.96706,0,0,0.996195,-0.087156,7200,100,1,0),(46049,142714,0,1,1,-15.1615,-2460.22,122.175,3.14159,0.086678,0.104131,0.990737,-0.00911,7200,100,1,0),(46050,179885,0,1,1,-571.221,-4596.28,10.3823,2.19039,0,0,0.889017,0.457874,7200,100,1,0),(46051,2061,0,1,1,-571.221,-4596.28,10.3823,2.19039,0,0,0.889017,0.457874,7200,100,1,0),(46052,179887,0,1,1,-588.373,-4547.32,9.1969,2.38238,0,0,0.92881,0.370557,7200,100,1,0),(46053,2556,0,1,1,264.878,-4685.26,-8.57834,-1.67552,0.069275,0.320579,-0.664674,0.671296,2,100,1,0),(46054,179895,0,1,1,-599.543,-4610.39,9.73191,-0.448994,0,0,-0.222616,0.974906,7200,100,1,0),(46055,142139,0,1,1,-68.4388,-4041.03,122.363,-3.14159,0.017452,-0.004363,0.999838,0.000076,7200,100,1,0),(46056,2061,0,1,1,-68.4388,-4041.03,122.363,-3.14159,0.017452,-0.004363,0.999838,0.000076,7200,100,1,0),(46057,18073,0,1,1,-466.481,-4189.62,195.065,2.67036,0,0,0.97237,0.233445,7200,100,1,0),(46058,2061,0,1,1,-466.481,-4189.62,195.065,2.67036,0,0,0.97237,0.233445,7200,100,1,0),(46059,18055,0,1,1,-349.795,-2975.66,100.217,-2.85361,0,0,0.989651,-0.143493,7200,100,1,0),(46060,142965,0,1,1,465.783,-3623.65,118.853,3.14159,0,0,1,0,7200,100,1,0),(46061,2066,0,1,1,465.783,-3623.65,118.853,3.14159,0,0,1,0,7200,100,1,0),(46062,18074,0,1,1,-528.585,-4181.07,215.626,3.14159,0,0,1,0,7200,100,1,0),(46063,2061,0,1,1,-528.585,-4181.07,215.626,3.14159,0,0,1,0,7200,100,1,0),(46064,144068,0,1,1,-4.31662,-2806.49,125.207,1.58825,0.049808,-0.055046,0.711056,0.699206,10,100,1,0),(46065,142036,0,1,1,262.882,-2758.3,122.553,1.63188,0,0,0.728371,0.685183,7200,100,1,0),(46066,18059,0,1,1,-448.108,-2823.1,96.3767,-2.87979,0,0,0.991445,-0.130526,7200,100,1,0),(46067,18051,0,1,1,-301.355,-2814.48,94.8399,3.14159,0,0,1,0,7200,100,1,0),(46068,20977,0,1,1,-262.211,-3461.06,189.374,3.14159,0,0,1,0,7200,100,1,0),(46069,2066,0,1,1,-262.211,-3461.06,189.374,3.14159,0,0,1,0,7200,100,1,0),(46070,18072,0,1,1,-404.462,-4195.62,174.073,3.14159,0,0,1,0,7200,100,1,0),(46071,2061,0,1,1,-404.462,-4195.62,174.073,3.14159,0,0,1,0,7200,100,1,0),(46072,18045,0,1,1,-26.2778,-2465.58,122.334,2.04204,-0.023759,0.019675,0.852165,0.522364,7200,100,1,0),(46073,2061,0,1,1,-26.2778,-2465.58,122.334,2.04204,-0.023759,0.019675,0.852165,0.522364,7200,100,1,0),(46074,18066,0,1,1,-275.102,-3908.01,215.861,2.9147,0,0,0.993572,0.113203,7200,100,1,0),(46075,2061,0,1,1,-275.102,-3908.01,215.861,2.9147,0,0,0.993572,0.113203,7200,100,1,0),(46076,144070,0,1,1,-255.823,-3630.3,238.769,-1.7366,0,0,-0.763232,0.646125,10,100,1,0),(46077,142966,0,1,1,323.578,-4123.22,119.397,-2.87979,0,0,0.991445,-0.130526,7200,100,1,0),(46078,2066,0,1,1,323.578,-4123.22,119.397,-2.87979,0,0,0.991445,-0.130526,7200,100,1,0),(46079,142972,0,1,1,-356.743,-4209.81,152.173,2.71399,0,0,0.977231,0.212178,7200,100,1,0),(46080,31442,0,1,1,-356.743,-4209.81,152.173,2.71399,0,0,0.977231,0.212178,7200,100,1,0),(46081,142707,0,1,1,-38.7292,-2468.43,121.504,-3.14159,-0.061046,-0.00871,0.998097,-0.000533,7200,100,1,0),(46082,179886,0,1,1,-593.066,-4546.81,8.97534,2.11185,0,0,0.870356,0.492424,7200,100,1,0),(46083,20979,0,1,1,-294.632,-3495.95,188.313,3.14159,0,0,1,0,7200,100,1,0),(46084,2066,0,1,1,-294.632,-3495.95,188.313,3.14159,0,0,1,0,7200,100,1,0),(46085,142979,0,1,1,-637.54,-3937.79,238.644,2.71399,0,0,0.977231,0.212178,7200,100,1,0),(46086,2061,0,1,1,-637.54,-3937.79,238.644,2.71399,0,0,0.977231,0.212178,7200,100,1,0),(46087,2558,0,1,1,269.315,-2026.47,171.57,-0.733038,0,0,-0.358368,0.933581,7200,100,1,0),(46088,61040,0,1,1,399.557,-2099.23,131.57,-2.88852,0,0,0.992005,-0.126198,7200,100,1,0),(46089,61042,0,1,1,398.344,-2093.8,131.553,-3.10669,0,0,0.999848,-0.017452,7200,100,1,0),(46090,61088,0,1,1,362.202,-2091.49,113.88,1.88496,0,0,0.809017,0.587785,7200,100,1,0),(46091,61089,0,1,1,349.249,-2088.51,113.88,0.139626,0,0,0.069756,0.997564,7200,100,1,0),(46092,61090,0,1,1,358.642,-2128.82,113.88,-0.558504,0,0,-0.275637,0.961262,7200,100,1,0),(46093,61058,0,1,1,315.238,-2090.21,123.225,-2.04204,0,0,-0.85264,0.522499,7200,100,1,0),(46094,61059,0,1,1,334.076,-2085.68,121.834,-1.3439,0,0,-0.622515,0.782608,7200,100,1,0),(46095,61061,0,1,1,339.596,-2084.41,121.834,-1.3439,0,0,-0.622515,0.782608,7200,100,1,0),(46096,61071,0,1,1,365.641,-2081.96,121.008,0.226894,0,0,0.113204,0.993572,7200,100,1,0),(46097,61055,0,1,1,324.902,-2131.39,123.229,-2.9147,0,0,0.993572,-0.113203,7200,100,1,0),(46098,61057,0,1,1,311.459,-2090.9,123.225,-1.3439,0,0,-0.622515,0.782608,7200,100,1,0),(46099,61062,0,1,1,347.246,-2142.72,121.834,1.79769,0,0,0.782608,0.622515,7200,100,1,0),(46100,61064,0,1,1,321.067,-2146.56,123.225,0.750491,0,0,0.366501,0.930418,7200,100,1,0),(46101,61046,0,1,1,401.636,-2105.5,121.847,-3.00197,0,0,0.997564,-0.069757,7200,100,1,0),(46102,61047,0,1,1,401.938,-2106.81,121.847,-2.9147,0,0,0.993572,-0.113203,7200,100,1,0),(46103,61049,0,1,1,397.546,-2119.61,121.843,-0.218165,0,0,-0.108866,0.994056,7200,100,1,0),(46104,61043,0,1,1,397.828,-2091.54,131.553,-2.82743,0,0,0.987688,-0.156435,7200,100,1,0),(46105,61095,0,1,1,356.696,-2107.03,121.849,1.97222,0,0,0.833886,0.551937,7200,100,1,0),(46106,61074,0,1,1,377.099,-2132.04,121.008,0.314158,0,0,0.156434,0.987688,7200,100,1,0),(46107,61086,0,1,1,351.763,-2099.43,113.784,-0.392699,0,0,-0.19509,0.980785,7200,100,1,0),(46108,61076,0,1,1,366.399,-2128.91,120.46,-1.69297,0,0,-0.748956,0.66262,7200,100,1,0),(46109,61035,0,1,1,333.847,-2117.36,104.606,-0.776671,0,0,-0.378649,0.925541,7200,100,1,0),(46110,61038,0,1,1,329.621,-2116.34,104.949,2.23402,0,0,0.898794,0.438371,7200,100,1,0),(46111,2061,0,1,1,329.621,-2116.34,104.949,2.23402,0,0,0.898794,0.438371,7200,100,1,0),(46112,61077,0,1,1,346.458,-2105.41,104.615,-2.17294,0,0,0.884988,-0.465614,7200,100,1,0),(46113,61079,0,1,1,340.421,-2115.1,104.611,2.83616,0,0,0.988362,0.152123,7200,100,1,0),(46114,61085,0,1,1,353.965,-2098.59,113.784,-1.00356,0,0,-0.480988,0.876727,7200,100,1,0),(46115,61097,0,1,1,353.432,-2108.44,121.849,2.32129,0,0,0.91706,0.398749,7200,100,1,0),(46116,61073,0,1,1,376.234,-2128.79,121.008,0.139626,0,0,0.069756,0.997564,7200,100,1,0),(46117,61098,0,1,1,374.661,-2110.04,121.849,-2.3911,0,0,0.930417,-0.366501,7200,100,1,0),(46118,61100,0,1,1,373.409,-2122.94,131.572,0.314158,0,0,0.156434,0.987688,7200,100,1,0),(46119,61102,0,1,1,362.565,-2125.37,131.572,1.97222,0,0,0.833886,0.551937,7200,100,1,0),(46120,61075,0,1,1,367.244,-2131.58,120.46,2.84489,0,0,0.989016,0.147809,7200,100,1,0),(46121,61068,0,1,1,366.352,-2085.49,121.008,0.226894,0,0,0.113204,0.993572,7200,100,1,0),(46122,61070,0,1,1,365.906,-2084.06,121.008,0.139626,0,0,0.069756,0.997564,7200,100,1,0),(46123,61039,0,1,1,329.103,-2117.23,104.949,-1.43117,0,0,-0.656059,0.75471,7200,100,1,0),(46124,2061,0,1,1,329.103,-2117.23,104.949,-1.43117,0,0,-0.656059,0.75471,7200,100,1,0),(46125,61036,0,1,1,333.177,-2114.54,104.607,-2.1293,0,0,0.874619,-0.48481,7200,100,1,0),(46126,61092,0,1,1,397.436,-2121.51,121.843,0.305431,0,0,0.152123,0.988362,7200,100,1,0),(46127,61044,0,1,1,397.989,-2095.77,121.847,1.88496,0,0,0.809017,0.587785,7200,100,1,0),(46128,61072,0,1,1,375.968,-2126.69,121.008,0.226894,0,0,0.113204,0.993572,7200,100,1,0),(46129,61087,0,1,1,389.561,-2079.7,131.566,-1.25664,0,0,-0.587786,0.809017,7200,100,1,0),(46130,61096,0,1,1,357.534,-2092.75,131.572,-1.69297,0,0,-0.748956,0.66262,7200,100,1,0),(46131,61052,0,1,1,401.825,-2119.67,131.566,-2.9147,0,0,0.993572,-0.113203,7200,100,1,0),(46132,61060,0,1,1,399.579,-2123.09,131.566,1.71042,0,0,0.75471,0.656059,7200,100,1,0),(46133,61069,0,1,1,392.666,-2080,131.566,-2.9147,0,0,0.993572,-0.113203,7200,100,1,0),(46134,61050,0,1,1,391.212,-2079.2,131.566,-1.3439,0,0,-0.622515,0.782608,7200,100,1,0),(46135,61066,0,1,1,401.789,-2108.72,131.553,-2.93215,0,0,0.994522,-0.104529,7200,100,1,0),(46136,61037,0,1,1,330.48,-2117.05,104.949,-0.90757,0,0,-0.438371,0.898794,7200,100,1,0),(46137,2061,0,1,1,330.48,-2117.05,104.949,-0.90757,0,0,-0.438371,0.898794,7200,100,1,0),(46138,61081,0,1,1,338.445,-2112.29,104.611,-1.52716,0,0,-0.691513,0.722364,7200,100,1,0),(46139,61082,0,1,1,337.038,-2112.69,104.611,-1.1781,0,0,-0.55557,0.83147,7200,100,1,0),(46140,61048,0,1,1,401.267,-2122.75,131.566,1.79769,0,0,0.782608,0.622515,7200,100,1,0),(46141,61078,0,1,1,334.986,-2106.57,104.611,-1.09083,0,0,-0.518773,0.854912,7200,100,1,0),(46142,61067,0,1,1,366.772,-2087.31,121.008,0.314158,0,0,0.156434,0.987688,7200,100,1,0),(46143,61053,0,1,1,319.153,-2106.49,123.229,-2.9147,0,0,0.993572,-0.113203,7200,100,1,0),(46144,61099,0,1,1,356.03,-2092.79,131.572,-1.43117,0,0,-0.656059,0.75471,7200,100,1,0),(46145,61094,0,1,1,358.965,-2130.59,113.88,0.052361,0,0,0.026178,0.999657,7200,100,1,0),(46146,61051,0,1,1,363.463,-2129.76,113.787,-1.95477,0,0,-0.829038,0.559193,7200,100,1,0),(46147,61045,0,1,1,399.097,-2094.51,121.847,-2.9147,0,0,0.993572,-0.113203,7200,100,1,0),(46148,61083,0,1,1,339.556,-2116.74,104.611,2.31256,0,0,0.915312,0.402747,7200,100,1,0),(46149,61065,0,1,1,401.259,-2106.41,131.553,-2.82743,0,0,0.987688,-0.156435,7200,100,1,0),(46150,61093,0,1,1,369.44,-2125.29,113.88,-1.16937,0,0,-0.551937,0.833886,7200,100,1,0),(46151,61080,0,1,1,340.07,-2113.43,104.611,-2.57436,0,0,0.96005,-0.279829,7200,100,1,0),(46152,61041,0,1,1,402.168,-2121.33,131.566,-2.9147,0,0,0.993572,-0.113203,7200,100,1,0),(46153,61054,0,1,1,318.809,-2105,123.229,-2.9147,0,0,0.993572,-0.113203,7200,100,1,0),(46154,61084,0,1,1,337.954,-2117.18,104.611,1.61443,0,0,0.722364,0.691513,7200,100,1,0),(46155,61063,0,1,1,327.392,-2147.31,123.225,1.79769,0,0,0.782608,0.622515,7200,100,1,0),(46156,61091,0,1,1,393.009,-2081.66,131.566,-2.9147,0,0,0.993572,-0.113203,7200,100,1,0),(46157,61056,0,1,1,309.967,-2091.25,123.225,-1.3439,0,0,-0.622515,0.782608,7200,100,1,0),(46158,61101,0,1,1,363.51,-2122.41,131.572,-2.47837,0,0,0.945518,-0.325569,7200,100,1,0),(46159,32582,0,1,1,208.33,-1963.2,140.199,2.34747,0,0,0.922201,0.386712,7200,100,1,0),(46160,32584,0,1,1,211.431,-1961.45,140.199,1.82387,0,0,0.790689,0.612217,7200,100,1,0),(46161,34572,0,1,1,212.653,-1966.46,140.482,-1.57952,0,0,-0.710185,0.704015,7200,100,1,0),(46162,32591,0,1,1,221.599,-1955.59,140.199,-0.183259,0,0,-0.091501,0.995805,7200,100,1,0),(46163,32592,0,1,1,207.378,-1953.78,140.199,-0.139626,0,0,-0.069756,0.997564,7200,100,1,0),(46164,31508,0,1,1,204.899,-1955.35,140.205,-1.01229,0,0,-0.48481,0.87462,7200,100,1,0),(46165,32590,0,1,1,226.315,-1961.5,140.199,1.64934,0,0,0.734323,0.6788,7200,100,1,0),(46166,31504,0,1,1,216.334,-1951.09,140.205,-1.85005,0,0,-0.798636,0.601815,7200,100,1,0),(46167,32585,0,1,1,217.035,-1963.27,140.199,0.776673,0,0,0.378649,0.92554,7200,100,1,0),(46168,32593,0,1,1,218.245,-1953.59,140.199,-0.968657,0,0,-0.465614,0.884988,7200,100,1,0),(46169,32583,0,1,1,213.966,-1961.46,140.199,1.30027,0,0,0.605294,0.796002,7200,100,1,0),(46170,32594,0,1,1,203.43,-1955.59,140.199,2.87107,0,0,0.990866,0.13485,7200,100,1,0),(46171,31509,0,1,1,225.936,-1957.37,140.205,-2.11185,0,0,0.870356,-0.492424,7200,100,1,0),(46172,31507,0,1,1,217.705,-1952.11,140.205,-2.72271,0,0,0.978147,-0.207912,7200,100,1,0),(46173,28069,0,1,1,53.6241,-2091.78,110.901,-2.97579,0,0,0.996566,-0.082808,7200,100,1,0),(46174,28071,0,1,1,53.0687,-2082.9,111.234,-2.97579,0,0,0.996566,-0.082808,7200,100,1,0),(46175,28072,0,1,1,51.4527,-2081.37,111.234,-1.57952,0,0,-0.710185,0.704015,7200,100,1,0),(46176,22223,0,1,1,47.0671,-2093.99,111.269,-1.97225,-0.003479,0.008002,-0.833854,0.551916,7200,100,1,0),(46177,2061,0,1,1,47.0671,-2093.99,111.269,-1.97225,-0.003479,0.008002,-0.833854,0.551916,7200,100,1,0),(46178,29761,0,1,1,263.851,-2192.02,118.308,-2.9147,0,0,0.993572,-0.113204,7200,100,1,0),(46179,29759,0,1,1,263.385,-2194.11,118.308,2.53945,0,0,0.95502,0.296541,7200,100,1,0),(46180,29760,0,1,1,245.134,-2205.28,125.178,-0.907572,0,0,-0.438371,0.898794,7200,100,1,0),(46181,147036,0,1,1,265.565,-2216.69,125.171,2.60927,0,0,0.964787,0.263031,7200,100,1,0),(46182,147037,0,1,1,268.864,-2214.08,125.171,-2.67036,0,0,0.97237,-0.233445,7200,100,1,0),(46183,147038,0,1,1,266.53,-2216.26,125.171,2.30383,0,0,0.913545,0.406737,7200,100,1,0),(46184,147039,0,1,1,267.031,-2215.53,125.171,2.74017,0,0,0.979925,0.199368,7200,100,1,0),(46185,147041,0,1,1,270.023,-2212.94,125.171,0.951205,0,0,0.457874,0.889017,7200,100,1,0),(46186,29764,0,1,1,269.075,-2210.78,125.178,1.53589,0,0,0.694658,0.71934,7200,100,1,0),(46187,147042,0,1,1,269.066,-2212.74,125.171,1.30027,0,0,0.605294,0.796002,7200,100,1,0),(46188,29763,0,1,1,247.262,-2206.16,125.178,-1.95477,0,0,-0.829037,0.559193,7200,100,1,0),(46189,29765,0,1,1,245.821,-2193.22,118.308,-0.253072,0,0,-0.126198,0.992005,7200,100,1,0),(46190,29762,0,1,1,247.473,-2195.09,118.308,1.92859,0,0,0.821647,0.569997,7200,100,1,0),(46191,147040,0,1,1,267.894,-2214.91,125.171,2.04203,0,0,0.85264,0.522499,7200,100,1,0),(46192,175739,0,1,1,333.788,-2119.51,105.298,0.017453,0,0,0.008727,0.999962,7200,100,1,0),(46193,175890,0,1,1,-760.941,-3791.81,233.529,0,0,0,0,1,7200,100,1,0),(46194,153239,0,1,1,-22.0864,-3577.59,121.25,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(46195,153239,0,1,1,45.3549,-3618.53,119.937,1.25664,0,0,0.587785,0.809017,180,100,1,0),(46196,179910,0,1,1,408.8,-4826.95,10.575,2.86234,0,0,0.990268,0.139173,10,100,1,0),(46197,179913,0,1,1,-560.658,-4619.69,10.1144,2.18166,0,0,0.887011,0.461749,2,100,1,0),(46198,179914,0,1,1,-467.435,-3966.28,203.276,-1.48353,0,0,0.67559,-0.737277,2,100,1,0),(46199,179915,0,1,1,-195.441,-3829.46,238.351,0.087266,0,0,0.043619,0.999048,2,100,1,0),(46200,181643,0,1,1,-369.673,-3005.33,111.792,3.01942,0,0,0.998135,0.061049,2,100,1,0),(46201,181649,0,1,1,48.7021,-2092.3,111.45,-2.05949,0,0,0.857167,-0.515038,2,100,1,0),(46202,153239,0,1,1,285.885,-3754.58,116.064,1.27409,0,0,0.594823,0.803857,180,100,1,0),(46203,153239,0,1,1,341.389,-3687.71,114.493,-2.86234,0,0,0.990268,-0.139173,180,100,1,0),(46204,153239,0,1,1,452.422,-3558.39,119.946,-1.93731,0,0,0.824126,-0.566406,180,100,1,0),(46205,2046,0,1,1,-758.931,-4435.09,13.9278,-0.645772,0,0,0.317305,-0.948324,60,100,1,0),(46206,153239,0,1,1,243.315,-3785.42,119.589,2.00713,0,0,0.843391,0.5373,180,100,1,0),(46207,153239,0,1,1,404.675,-3684.76,117.13,0.855211,0,0,0.414693,0.909961,180,100,1,0),(46208,153239,0,1,1,422.908,-3617.97,117.339,-0.296706,0,0,0.147809,-0.989016,180,100,1,0),(46209,153239,0,1,1,448.783,-3508.33,107.07,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(46210,153239,0,1,1,-73.498,-3340.48,117.203,0.942478,0,0,0.45399,0.891007,180,100,1,0),(46211,153239,0,1,1,302.648,-3761.67,118.609,1.29154,0,0,0.601815,0.798636,180,100,1,0),(46212,153239,0,1,1,202.317,-3889.58,126.21,-1.41372,0,0,0.649448,-0.760406,180,100,1,0),(46213,153239,0,1,1,381.482,-3613.84,117.454,0.837758,0,0,0.406737,0.913545,180,100,1,0),(46214,177224,0,1,1,-562.72,-4630.31,31.1001,2.47837,0,0,0.945519,0.325568,7200,100,1,0),(46215,153239,0,1,1,-114.567,-4014.36,127.394,2.67035,0,0,0.97237,0.233445,180,100,1,0),(46216,153239,0,1,1,342.217,-3890.87,120.69,2.93215,0,0,0.994522,0.104528,180,100,1,0),(46217,153239,0,1,1,-162.852,-3447.7,133.754,-3.03687,0,0,0.99863,-0.052336,180,100,1,0),(46218,153239,0,1,1,147.385,-3603.38,118.665,-0.15708,0,0,0.078459,-0.996917,180,100,1,0),(46219,153239,0,1,1,-146.35,-3547.11,124.383,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(46220,153239,0,1,1,190.283,-4018.84,118.134,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(46221,153239,0,1,1,280.755,-3824.38,121.155,-0.698132,0,0,0.34202,-0.939693,180,100,1,0),(46222,153239,0,1,1,258.207,-3643.98,118.196,1.8326,0,0,0.793353,0.608761,180,100,1,0),(46223,153239,0,1,1,121.705,-3955.49,136.596,-2.42601,0,0,0.936672,-0.350207,180,100,1,0),(46224,153470,0,1,1,213.525,-2612.98,160.823,0.663225,0,0,0.325568,0.945519,7200,100,1,0),(46225,153239,0,1,1,181.672,-3377.25,115.104,1.62316,0,0,0.725374,0.688355,180,100,1,0),(46226,153470,0,1,1,-689.347,-4559.89,-0.785528,-2.51327,0,0,0.951057,-0.309017,7200,100,1,0),(46227,153239,0,1,1,70.3809,-3212.33,117.142,-1.25664,0,0,0.587785,-0.809017,180,100,1,0),(46228,153239,0,1,1,177.208,-3011.15,125.567,-0.331612,0,0,0.165048,-0.986286,180,100,1,0),(46229,153239,0,1,1,-54.2134,-3266.13,117.092,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(46230,153239,0,1,1,328.746,-3276.33,115.296,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(46231,50937,0,1,1,-233.926,-3114.39,125.674,-2.21657,0,0,0.894934,-0.446198,2,100,1,0),(46232,153239,0,1,1,362.094,-2938.3,119.806,-2.53073,0,0,0.953717,-0.300706,180,100,1,0),(46233,153239,0,1,1,251.461,-2852.89,111.913,2.49582,0,0,0.948324,0.317305,180,100,1,0),(46234,153470,0,1,1,195.437,-1986.69,145.438,-0.506145,0,0,0.25038,-0.968148,7200,100,1,0),(46235,153239,0,1,1,364.282,-2857,117.484,3.12414,0,0,0.999962,0.008727,180,100,1,0),(46236,153239,0,1,1,284.176,-3017.59,118.026,-2.05949,0,0,0.857167,-0.515038,180,100,1,0),(46237,153239,0,1,1,358.834,-2827.92,121.337,1.81514,0,0,0.788011,0.615662,180,100,1,0),(46238,153470,0,1,1,-238.323,-4190.93,121.411,1.5708,0,0,0.707107,0.707107,7200,100,1,0),(46239,153239,0,1,1,359.711,-2941.92,120.361,-1.76278,0,0,0.771625,-0.636078,180,100,1,0),(46240,153239,0,1,1,331.874,-3385.64,118.557,0.226893,0,0,0.113203,0.993572,180,100,1,0),(46241,153239,0,1,1,407.581,-3448.04,121.277,0.331613,0,0,0.165048,0.986286,180,100,1,0),(46242,153239,0,1,1,-54.2967,-3515.72,120.683,2.04204,0,0,0.85264,0.522499,180,100,1,0),(46243,153239,0,1,1,383.659,-3717.74,129.536,-2.80998,0,0,0.986286,-0.165048,180,100,1,0),(46244,176583,0,1,1,970.431,-4124.26,112.937,2.53073,0,0,0.953717,0.300706,60,100,1,0),(46245,142191,0,1,1,376.004,-3884.55,106.011,0.506145,0,0,0.25038,0.968148,300,100,1,0),(46246,153239,0,1,1,-25.1712,-2656.91,127.903,0.907571,0,0,0.438371,0.898794,180,100,1,0),(46247,2045,0,1,1,-418.383,-4633,-10.4412,2.1293,0,0,0.87462,0.48481,60,100,1,0),(46248,153470,0,1,1,-44.0701,-2462.24,119.177,0.349066,0,0,0.173648,0.984808,7200,100,1,0),(46249,153239,0,1,1,159.605,-3138.89,124.74,-1.06465,0,0,0.507538,-0.861629,180,100,1,0),(46250,153239,0,1,1,-34.5055,-3214.01,124.435,-2.35619,0,0,0.92388,-0.382683,180,100,1,0),(46251,153470,0,1,1,389.519,-2113.48,131.562,1.74533,0,0,0.766044,0.642788,7200,100,1,0),(46252,181645,0,1,1,-398.889,-2957.72,94.6755,1.62316,0,0,0.725374,0.688355,180,100,1,0),(46253,2043,0,1,1,286.887,-4306.71,118.855,2.09439,0,0,0.866025,0.5,60,100,1,0),(46254,142140,0,1,1,-265.61,-3521.13,160.874,-2.60054,0,0,0.96363,-0.267238,60,100,1,0),(46255,179922,0,1,1,-252.302,-4176.37,122.347,2.25148,0,0,0.902585,0.430511,180,100,1,0),(46256,179922,0,1,1,-688.901,-4020.53,238.046,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(46257,2040,0,1,1,-773.764,-4422.3,25.206,-0.663225,0,0,0.325568,-0.945519,1800,100,1,0),(46258,153239,0,1,1,26.18,-3237.22,120.659,0.855211,0,0,0.414693,0.909961,180,100,1,0),(46259,153239,0,1,1,304.913,-3114.54,119.836,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(46260,153239,0,1,1,229.179,-2891.25,107.297,2.28638,0,0,0.909961,0.414693,180,100,1,0),(46261,153239,0,1,1,107.49,-2886.59,114.365,1.74533,0,0,0.766044,0.642788,180,100,1,0),(46262,153239,0,1,1,337.628,-3197.95,123.031,2.72271,0,0,0.978148,0.207912,180,100,1,0),(46263,153239,0,1,1,234.815,-2880.96,109.95,2.3911,0,0,0.930418,0.366501,180,100,1,0),(46264,142144,0,1,1,-281.516,-3721.69,239.785,-2.40855,0,0,0.93358,-0.358368,60,100,1,0),(46265,179922,0,1,1,-643.353,-4059.02,247.18,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(46266,153239,0,1,1,332.095,-3057.31,121.807,2.28638,0,0,0.909961,0.414693,180,100,1,0),(46267,181645,0,1,1,-400.907,-2957.13,94.3013,2.18166,0,0,0.887011,0.461749,180,100,1,0),(46268,4149,0,1,1,-233.413,-3120.78,125.667,-2.94961,0,0,0.995396,-0.095846,7200,100,1,0),(46269,2040,0,1,1,-180.918,-3981.45,204.13,2.25148,0,0,0.902585,0.430511,1800,100,1,0),(46270,2045,0,1,1,428.389,-4857.91,-12.8203,1.62316,0,0,0.725374,0.688355,60,100,1,0),(46271,181645,0,1,1,-403.663,-2888.74,84.9427,-0.418879,0,0,0.207912,-0.978148,180,100,1,0),(46272,179922,0,1,1,-646.152,-4017.33,238.351,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(46273,153239,0,1,1,277.916,-3303.21,111.578,2.74017,0,0,0.979925,0.199368,180,100,1,0),(46274,153239,0,1,1,-121.652,-2713.43,127.658,-2.96706,0,0,0.996195,-0.087156,180,100,1,0),(46275,153470,0,1,1,111.505,-3508.02,108.155,2.58309,0,0,0.961262,0.275637,7200,100,1,0),(46276,142140,0,1,1,-661.092,-4066.43,238.502,2.25148,0,0,0.902585,0.430511,60,100,1,0),(46277,153239,0,1,1,27.887,-2385.72,127.713,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(46278,2045,0,1,1,227.089,-4819.19,-19.5382,-0.244346,0,0,0.121869,-0.992546,60,100,1,0),(46279,2045,0,1,1,-151.148,-4909.86,-19.1006,0.802851,0,0,0.390731,0.920505,60,100,1,0),(46280,179922,0,1,1,-521.126,-4180.78,215.86,-0.122173,0,0,0.061049,-0.998135,180,100,1,0),(46281,2043,0,1,1,447.914,-3893.58,124.796,1.95477,0,0,0.829038,0.559193,60,100,1,0),(46282,2047,0,1,1,608.484,-3381.76,104.346,-1.48353,0,0,0.67559,-0.737277,1800,100,1,0),(46283,2046,0,1,1,103.8,-4171.09,126.829,0.279253,0,0,0.139173,0.990268,60,100,1,0),(46284,176583,0,1,1,54.9439,-4500.57,145.834,-0.034907,0,0,0.017452,-0.999848,60,100,1,0),(11165,175377,329,1,1,3661.38,-3569.44,138.133,-2.83616,0,0,0.988362,-0.152123,86400,100,0,0),(46286,2068,0,1,1,-743.028,-4465.44,9.26164,-0.069813,0,0,0.034899,-0.999391,180,100,1,0),(46287,2068,0,1,1,-802.868,-4460.14,8.75458,1.79769,0,0,0.782608,0.622515,180,100,1,0),(46288,179922,0,1,1,-635.096,-3935.52,238.473,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(46289,179922,0,1,1,-581.076,-4012.02,238.351,1.79769,0,0,0.782608,0.622515,180,100,1,0),(46290,142140,0,1,1,-539.072,-4192.2,215.934,-3.05433,0,0,0.999048,-0.043619,60,100,1,0),(10881,175376,329,1,1,3692.86,-3244.1,127.346,-2.70526,0,0,0.976296,-0.21644,86400,100,0,0),(46292,153451,0,1,1,-189.69,-3919.23,215.861,-2.53073,0,0,0.953717,-0.300706,7200,100,1,0),(46293,179922,0,1,1,-184.428,-3879.18,216.443,0.034907,0,0,0.017452,0.999848,180,100,1,0),(46294,179922,0,1,1,-245.083,-3909.9,215.886,-0.558505,0,0,0.275637,-0.961262,180,100,1,0),(46295,179922,0,1,1,-595.09,-4012.17,238.351,-0.069813,0,0,0.034899,-0.999391,180,100,1,0),(46296,142140,0,1,1,-240.483,-4018.18,174.303,-1.71042,0,0,0.75471,-0.656059,60,100,1,0),(46297,142140,0,1,1,-206.332,-3960.19,196.913,-2.42601,0,0,0.936672,-0.350207,60,100,1,0),(46298,142140,0,1,1,-385.865,-3823.76,238.612,-1.41372,0,0,0.649448,-0.760406,60,100,1,0),(46299,142144,0,1,1,-611.874,-3735.32,231.213,1.65806,0,0,0.737277,0.67559,60,100,1,0),(9985,175375,329,1,1,3677.37,-3212.33,127.081,-2.70526,0,0,0.976296,-0.21644,86400,100,0,0),(46301,142144,0,1,1,-627.495,-3810.34,234.504,-0.15708,0,0,0.078459,-0.996917,60,100,1,0),(46302,142140,0,1,1,-252.906,-4189.7,121.522,-1.64061,0,0,0.731354,-0.681998,60,100,1,0),(46303,142144,0,1,1,-672.777,-3734.38,220.609,1.95477,0,0,0.829038,0.559193,60,100,1,0),(46304,179922,0,1,1,-668.155,-4047.74,238.815,-1.97222,0,0,0.833886,-0.551937,180,100,1,0),(46305,142140,0,1,1,-251.535,-2768.62,114.138,-0.890118,0,0,0.430511,-0.902585,60,100,1,0),(46306,176583,0,1,1,-136.655,-3453.34,129.769,-1.6057,0,0,0.71934,-0.694658,60,100,1,0),(46307,2068,0,1,1,-528.292,-4589.23,9.62677,1.48353,0,0,0.67559,0.737277,180,100,1,0),(46308,2068,0,1,1,-731.011,-4510.92,6.02543,1.09956,0,0,0.522499,0.85264,180,100,1,0),(46309,153239,0,1,1,-303.015,-2601.52,118.558,0.890118,0,0,0.430511,0.902585,180,100,1,0),(46310,153239,0,1,1,-12.08,-2369.73,122.519,0.698132,0,0,0.34202,0.939693,180,100,1,0),(46311,142140,0,1,1,72.0628,-3488.07,107.691,-2.33874,0,0,0.920505,-0.390731,60,100,1,0),(46312,181645,0,1,1,-228.687,-3109.74,127.158,2.05949,0,0,0.857167,0.515038,180,100,1,0),(46314,2068,0,1,1,-607.983,-4582.3,9.72136,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(46315,2068,0,1,1,-521.844,-4502.74,10.1411,1.95477,0,0,0.829038,0.559193,180,100,1,0),(46316,4149,0,1,1,-249.456,-2551.53,117.288,0.226893,0,0,0.113203,0.993572,7200,100,1,0),(46317,153239,0,1,1,62.0423,-2787.86,117.091,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(46318,2068,0,1,1,-488.094,-4548.03,10.278,1.36136,0,0,0.62932,0.777146,180,100,1,0),(46319,2068,0,1,1,-670.489,-4553.04,5.86212,-0.959931,0,0,0.461749,-0.887011,180,100,1,0),(46320,324,0,1,1,121.811,-4147.39,157.877,0.244346,0,0,0.121869,0.992546,2700,100,1,0),(46321,153239,0,1,1,-291.635,-2662.21,120.979,-1.02974,0,0,0.492424,-0.870356,180,100,1,0),(46322,153239,0,1,1,258.298,-2325.22,115.651,1.16937,0,0,0.551937,0.833886,180,100,1,0),(46323,176583,0,1,1,-256.678,-2890.58,92.1892,1.8326,0,0,0.793353,0.608761,60,100,1,0),(46324,2041,0,1,1,346.838,-2737.67,116.216,-2.42601,0,0,0.936672,-0.350207,60,100,1,0),(46325,153239,0,1,1,61.1424,-2185.37,106.797,2.00713,0,0,0.843391,0.5373,180,100,1,0),(46326,179922,0,1,1,-227.43,-3962.62,196.51,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(46327,141853,0,1,1,-46.251,-3174.9,100.005,2.77507,0,0,0.983255,0.182236,10,100,1,0),(46328,142142,0,1,1,286.254,-2994.07,114.463,4.71239,0,0,0.707107,-0.707107,60,100,1,0),(46329,153239,0,1,1,83.0015,-3047.95,133.336,-0.069813,0,0,0.034899,-0.999391,180,100,1,0),(46330,153239,0,1,1,118.286,-2181.55,105.897,2.09439,0,0,0.866025,0.5,180,100,1,0),(46331,153239,0,1,1,72.429,-2642.29,111.754,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(46332,153239,0,1,1,59.1494,-2458.14,123.159,2.26893,0,0,0.906308,0.422618,180,100,1,0),(46333,153239,0,1,1,104.486,-2469.16,124.453,-2.14675,0,0,0.878817,-0.477159,180,100,1,0),(46334,179922,0,1,1,-541.611,-3996.01,216.051,1.79769,0,0,0.782608,0.622515,180,100,1,0),(46335,153239,0,1,1,229.081,-2347.75,114.727,0.750492,0,0,0.366501,0.930418,180,100,1,0),(46336,153239,0,1,1,100.526,-2581.09,115.188,1.13446,0,0,0.5373,0.843391,180,100,1,0),(46337,153239,0,1,1,126.025,-2683.36,110.96,0.453786,0,0,0.224951,0.97437,180,100,1,0),(46338,153239,0,1,1,-22.1915,-2885.07,122.147,-1.44862,0,0,0.66262,-0.748956,180,100,1,0),(46339,141853,0,1,1,-49.4441,-3140.39,100.705,-3.01942,0,0,0.998135,-0.061048,10,100,1,0),(46340,141853,0,1,1,-80.7382,-3153.22,103.261,2.79253,0,0,0.984808,0.173648,10,100,1,0),(46341,153239,0,1,1,38.8605,-2929.75,115.445,-1.93731,0,0,0.824126,-0.566406,180,100,1,0),(46342,153239,0,1,1,64.9755,-2683.8,115.364,-0.10472,0,0,0.052336,-0.99863,180,100,1,0),(46343,153239,0,1,1,-40.6661,-2525.25,121.178,-0.069813,0,0,0.034899,-0.999391,180,100,1,0),(46344,153239,0,1,1,160.259,-2430.17,126.847,1.8675,0,0,0.803857,0.594823,180,100,1,0),(46345,153451,0,1,1,381.921,-3787.64,168.509,-0.698132,0,0,0.34202,-0.939693,7200,100,1,0),(46346,153451,0,1,1,-584.52,-4174.72,238.351,1.95477,0,0,0.829038,0.559193,7200,100,1,0),(46347,141853,0,1,1,-69.0762,-3117.58,100.222,0.872665,0,0,0.422618,0.906308,10,100,1,0),(46348,2068,0,1,1,-557.488,-4620.13,10.6123,0.820305,0,0,0.398749,0.91706,180,100,1,0),(46349,2068,0,1,1,-646.192,-4594.06,9.09663,2.05949,0,0,0.857167,0.515038,180,100,1,0),(46350,2040,0,1,1,409.363,-2865.83,144.202,-1.0821,0,0,0.515038,-0.857167,1800,100,1,0),(46351,2068,0,1,1,164.417,-4743.52,1.03506,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(46352,2068,0,1,1,-473.161,-4588.85,8.90176,-2.23402,0,0,0.898794,-0.438371,180,100,1,0),(46353,142142,0,1,1,376.906,-3558.85,118.439,-2.26893,0,0,0.906308,-0.422618,60,100,1,0),(46354,142191,0,1,1,475.376,-3801.4,119.541,-0.383972,0,0,0.190809,-0.981627,300,100,1,0),(46355,142191,0,1,1,412.035,-3779.88,101.943,2.89725,0,0,0.992546,0.121869,300,100,1,0),(46356,142191,0,1,1,352.323,-3788.47,126.821,-2.80998,0,0,0.986286,-0.165048,300,100,1,0),(46357,142191,0,1,1,337.275,-3752.61,107.44,-2.42601,0,0,0.936672,-0.350207,300,100,1,0),(46358,142191,0,1,1,409.569,-3884.31,97.6722,0.593412,0,0,0.292372,0.956305,300,100,1,0),(46359,181645,0,1,1,-401.472,-2890.84,86.4709,0.122173,0,0,0.061049,0.998135,180,100,1,0),(46360,181645,0,1,1,-459.636,-2875.02,97.045,2.25148,0,0,0.902585,0.430511,180,100,1,0),(46361,181645,0,1,1,-458.228,-2872.08,97.045,1.78024,0,0,0.777146,0.62932,180,100,1,0),(46362,181645,0,1,1,-460.186,-2875.95,97.045,-0.15708,0,0,0.078459,-0.996917,180,100,1,0),(46363,181645,0,1,1,-399.676,-2958.68,94.3814,-1.85005,0,0,0.798635,-0.601815,180,100,1,0),(46364,142144,0,1,1,389.591,-3854.77,96.4221,0.575959,0,0,0.284015,0.95882,60,100,1,0),(46365,142144,0,1,1,363.105,-3803.18,111.28,2.16421,0,0,0.882948,0.469472,60,100,1,0),(46366,142144,0,1,1,325.818,-3708.8,107.088,1.23918,0,0,0.580703,0.814116,60,100,1,0),(6911,175374,329,1,1,4039.97,-3504.3,121.711,-3.05433,0,0,0.999048,-0.043619,86400,100,1,0),(46368,1735,0,1,1,381.005,-2944.59,138.293,1.93731,0,0,0.824126,0.566406,1800,100,1,0),(46369,2040,0,1,1,341.896,-3108.71,136.387,2.54818,0,0,0.956305,0.292372,1800,100,1,0),(46370,153451,0,1,1,-416.233,-4202.66,174.142,-1.44862,0,0,0.66262,-0.748956,7200,100,1,0),(46371,175889,0,1,1,-760.949,-3792.02,233.946,-1.8326,0,0,0.793353,-0.608761,2,100,1,0),(46372,2068,0,1,1,-493.695,-4610.89,7.72567,3.10669,0,0,0.999848,0.017452,180,100,1,0),(46373,1734,0,1,1,526.685,-4046.76,137.139,1.79769,0,0,0.782608,0.622515,2700,100,1,0),(46374,2068,0,1,1,-112.019,-4656.11,6.36985,-0.488692,0,0,0.241922,-0.970296,180,100,1,0),(46375,2068,0,1,1,-457.803,-4549.83,6.87578,4.71239,0,0,0.707107,-0.707107,180,100,1,0),(46376,2068,0,1,1,-485.254,-4604.51,7.43423,1.25664,0,0,0.587785,0.809017,180,100,1,0),(46377,2040,0,1,1,755.064,-3831.65,127.406,0.05236,0,0,0.026177,0.999657,1800,100,1,0),(46378,2068,0,1,1,-215.656,-4570.68,11.1453,0.226893,0,0,0.113203,0.993572,180,100,1,0),(46379,2068,0,1,1,-346.469,-4605.1,8.97484,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(46380,2040,0,1,1,958.159,-4201.19,137.316,0.418879,0,0,0.207912,0.978148,1800,100,1,0),(46381,2068,0,1,1,-29.108,-4574.31,11.2146,0.383972,0,0,0.190809,0.981627,180,100,1,0),(46382,2040,0,1,1,-220.989,-2558.77,119.819,1.58825,0,0,0.71325,0.700909,1800,100,1,0),(46383,142191,0,1,1,411.176,-3329.15,121.761,-0.436333,0,0,0.21644,-0.976296,300,100,1,0),(46384,142191,0,1,1,483.259,-3338.97,121.075,2.6529,0,0,0.970296,0.241922,300,100,1,0),(46385,142191,0,1,1,431.119,-3390.93,118.63,0.523599,0,0,0.258819,0.965926,300,100,1,0),(46386,142191,0,1,1,494.142,-3400.08,104.628,-2.35619,0,0,0.92388,-0.382683,300,100,1,0),(46387,4149,0,1,1,-294.901,-3471.44,192.46,0.959931,0,0,0.461749,0.887011,7200,100,1,0),(46388,144073,0,1,1,284.731,-2674.58,119.856,-2.79253,0,0,0.984808,-0.173648,10,100,1,0),(46389,144072,0,1,1,217.68,-2715.69,121.68,2.74017,0,0,0.979925,0.199368,10,100,1,0),(46390,144071,0,1,1,265.02,-2806.68,123.37,2.54818,0,0,0.956305,0.292372,10,100,1,0),(46391,179922,0,1,1,-511.591,-4076.11,215.861,0.994838,0,0,0.477159,0.878817,180,100,1,0),(46392,179922,0,1,1,-582.067,-4160.32,238.351,2.82743,0,0,0.987688,0.156434,180,100,1,0),(46393,179922,0,1,1,-191.448,-3916.03,215.876,1.43117,0,0,0.656059,0.75471,180,100,1,0),(46394,179922,0,1,1,-550.34,-4035.25,217.301,0.034907,0,0,0.017452,0.999848,180,100,1,0),(46395,2041,0,1,1,534.453,-3604.43,102.202,2.72271,0,0,0.978148,0.207912,60,100,1,0),(46396,2046,0,1,1,-299.212,-2770.7,100.27,0.523599,0,0,0.258819,0.965926,60,100,1,0),(6908,175373,329,1,1,4037.15,-3469.15,121.804,-3.05433,0,0,0.999048,-0.043619,86400,100,1,0),(46398,2046,0,1,1,-35.6698,-2694.52,172.04,-2.96706,0,0,0.996195,-0.087156,60,100,1,0),(46400,179922,0,1,1,-491.64,-3802,238.38,0.820305,0,0,0.398749,0.91706,180,100,1,0),(46401,179922,0,1,1,-624,-4137.58,238.452,2.74017,0,0,0.979925,0.199368,180,100,1,0),(46402,179922,0,1,1,-290.903,-3986.91,195.099,2.74017,0,0,0.979925,0.199368,180,100,1,0),(46403,2047,0,1,1,-61.2061,-4550.14,15.3726,-2.79253,0,0,0.984808,-0.173648,1800,100,1,0),(46404,141853,0,1,1,-67.8489,-3153.98,97.6893,-0.610865,0,0,0.300706,-0.953717,10,100,1,0),(46405,179922,0,1,1,-648.011,-4107.59,238.428,1.97222,0,0,0.833886,0.551937,180,100,1,0),(46406,141853,0,1,1,-74.0476,-3095.58,105.822,-2.86234,0,0,0.990268,-0.139173,10,100,1,0),(46407,2068,0,1,1,-478.874,-4597.85,8.48413,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(46408,2068,0,1,1,202.048,-4722.03,4.15109,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(46409,2068,0,1,1,-897.303,-4397.14,9.57116,2.80998,0,0,0.986286,0.165048,180,100,1,0),(46410,2068,0,1,1,47.6152,-4696.43,8.54735,1.62316,0,0,0.725374,0.688355,180,100,1,0),(46411,2068,0,1,1,-932.438,-4419.02,2.96595,-1.20428,0,0,0.566406,-0.824126,180,100,1,0),(46412,2068,0,1,1,170.564,-4707.38,14.8963,-0.733038,0,0,0.358368,-0.93358,180,100,1,0),(46413,1623,0,1,1,-244.647,-1761.18,134.621,0.994838,0,0,0.477159,0.878817,60,100,1,0),(46414,2068,0,1,1,-628.323,-4639.52,10.4146,0.680678,0,0,0.333807,0.942641,180,100,1,0),(46415,2068,0,1,1,-631.212,-4505.6,14.1107,2.60054,0,0,0.96363,0.267238,180,100,1,0),(46416,2068,0,1,1,-983.612,-4394.97,10.3429,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(46417,2068,0,1,1,-337.585,-4633.88,9.86941,0.20944,0,0,0.104528,0.994522,180,100,1,0),(46418,2046,0,1,1,98.4678,-4596.08,118.84,4.71239,0,0,0.707107,-0.707107,60,100,1,0),(46419,2045,0,1,1,-144.687,-4860.1,-16.9362,-0.069813,0,0,0.034899,-0.999391,60,100,1,0),(46420,179908,0,1,1,374.858,-3784.89,169.835,2.96706,0,0,0.996195,0.087156,2,100,1,0),(46421,142142,0,1,1,59.7218,-3386.04,117.453,3.01942,0,0,0.998135,0.061049,60,100,1,0),(46422,2046,0,1,1,-184.718,-3334.12,126.395,-0.383972,0,0,0.190809,-0.981627,60,100,1,0),(46423,2040,0,1,1,-209.675,-3491.38,147.553,-1.71042,0,0,0.75471,-0.656059,1800,100,1,0),(46426,2040,0,1,1,496.548,-3358.1,138.507,-0.733038,0,0,0.358368,-0.93358,1800,100,1,0),(46427,2040,0,1,1,-177.469,-2881.45,115.721,-0.296706,0,0,0.147809,-0.989016,1800,100,1,0),(46428,153470,0,1,1,454.527,-3626.2,119.975,-0.226893,0,0,0.113203,-0.993572,7200,100,1,0),(46430,153451,0,1,1,476.848,-3619.85,118.363,2.30383,0,0,0.913545,0.406737,7200,100,1,0),(46431,2040,0,1,1,0.844455,-4469.67,155.277,-1.53589,0,0,0.694658,-0.71934,1800,100,1,0),(46432,2040,0,1,1,346.212,-3764.89,126.924,-2.05949,0,0,0.857167,-0.515038,1800,100,1,0),(46433,2040,0,1,1,345.971,-3868.34,106.97,2.46091,0,0,0.942641,0.333807,1800,100,1,0),(46434,142142,0,1,1,154.721,-4485.13,126.177,-1.37881,0,0,0.636078,-0.771625,60,100,1,0),(46435,2068,0,1,1,-334.877,-4481.4,10.9634,-0.890118,0,0,0.430511,-0.902585,180,100,1,0),(46436,2068,0,1,1,-67.1886,-4655.48,8.81271,1.3439,0,0,0.622515,0.782608,180,100,1,0),(46437,2068,0,1,1,-3.94976,-4653.33,11.465,-1.15192,0,0,0.544639,-0.838671,180,100,1,0),(68636,1735,0,1,1,-1194.75,-1983.38,73.9694,2.61799,0,0,0,0,900,255,1,0),(46439,2040,0,1,1,-509.514,-4208.35,220.523,-2.00713,0,0,0.843391,-0.5373,1800,100,1,0),(46440,142142,0,1,1,291.528,-3741.59,138.065,-1.71042,0,0,0.75471,-0.656059,60,100,1,0),(46441,142142,0,1,1,255.481,-4115.63,119.415,2.3911,0,0,0.930418,0.366501,60,100,1,0),(6852,175372,329,1,1,3650.43,-3535.92,137.868,-2.83616,0,0,0.988362,-0.152123,86400,100,0,0),(46443,179922,0,1,1,-376.806,-4159.81,174.08,0.610865,0,0,0.300706,0.953717,180,100,1,0),(46444,2047,0,1,1,-258.276,-3673.16,241.412,1.95477,0,0,0.829038,0.559193,1800,100,1,0),(46445,179922,0,1,1,-627,-3952.58,239.012,0.401426,0,0,0.199368,0.979925,180,100,1,0),(46446,179922,0,1,1,-591.502,-4102.43,238.771,1.55334,0,0,0.700909,0.71325,180,100,1,0),(46447,179922,0,1,1,-479.191,-4189.64,195.065,0.05236,0,0,0.026177,0.999657,180,100,1,0),(46448,179922,0,1,1,-296.976,-4112.84,137.199,1.36136,0,0,0.62932,0.777146,180,100,1,0),(46449,142142,0,1,1,-83.7886,-4318.95,127.546,1.37881,0,0,0.636078,0.771625,60,100,1,0),(46450,179922,0,1,1,-315.947,-4232.27,137.523,2.02458,0,0,0.848048,0.529919,180,100,1,0),(46451,179922,0,1,1,-287.654,-3914.65,215.861,1.46608,0,0,0.669131,0.743145,180,100,1,0),(6851,175368,329,1,1,3624.91,-3642.16,138.445,-2.68781,0,0,0.97437,-0.224951,86400,100,1,0),(99862,107047,1,1,1,2079.39,-234.624,98.9194,6.04,0,0,0.121294,-0.992617,25,0,1,0),(50478,185551,530,1,1,-4367.23,4621.92,-38.5,0.648,0,0,0.665062,0.746788,0,0,1,0),(50477,185553,530,1,1,-3163.97,3801.81,60,1.823,0,0,0.665062,0.746788,0,0,1,0),(50476,185547,530,1,1,-2623.25,4567.94,138.444,1.652,0,0,0.665062,0.746788,0,0,1,0),(12572,184075,530,1,1,3913.18,2083.83,139.657,-2.00713,0,0,0.843391,-0.5373,60,100,1,0),(12576,184265,530,1,1,3913.18,2083.83,139.657,-2.00713,0,0,0.843391,-0.5373,60,100,1,0),(2499,172953,1,1,1,1733.02,-4424.7,36.9048,1.0472,0,0,0.5,0.866025,900,100,1,0),(2485,2061,1,1,1,1919.03,-4453.21,23.0525,-1.98095,0,0,-0.836286,0.548293,900,100,1,0),(2466,172949,1,1,1,1919.03,-4453.21,23.0525,-1.98095,0,0,-0.836286,0.548293,900,100,1,0),(2374,2061,1,1,1,1900.65,-4386.07,48.0814,-0.584684,0,0,-0.288196,0.957572,900,100,1,0),(2336,172956,1,1,1,1900.65,-4386.07,48.0814,-0.584684,0,0,-0.288196,0.957572,900,100,1,0),(2329,172960,1,1,1,1500.39,-4423.78,26.1478,-0.07854,0,0,-0.03926,0.999229,900,100,1,0),(2307,2061,1,1,1,1817.41,-4359.19,-9.82621,-2.54818,0,0,0.956305,-0.292372,900,100,1,0),(2254,175317,1,1,1,1817.41,-4359.19,-9.82621,-2.54818,0,0,0.956305,-0.292372,900,100,1,0),(2164,2061,1,1,1,1832.39,-4344.82,-15.3244,-2.54818,0,0,0.956305,-0.292372,900,100,1,0),(2163,175316,1,1,1,1832.39,-4344.82,-15.3244,-2.54818,0,0,0.956305,-0.292372,900,100,1,0),(2148,2061,1,1,1,1831.72,-4404.97,4.73603,-2.81921,0.021642,0.009087,0.986745,-0.160575,900,100,1,0),(2119,175315,1,1,1,1831.72,-4404.97,4.73603,-2.81921,0.021642,0.009087,0.986745,-0.160575,900,100,1,0),(2025,2061,1,1,1,1850.49,-4359.16,-15.041,-2.90597,0,0,0.993069,-0.117537,900,100,1,0),(1933,175312,1,1,1,1850.49,-4359.16,-15.041,-2.90597,0,0,0.993069,-0.117537,900,100,1,0),(1774,2061,1,1,1,1800.16,-4371.6,-17.5136,-2.90597,0,0,0.993069,-0.117537,900,100,1,0),(1772,175313,1,1,1,1800.16,-4371.6,-17.5136,-2.90597,0,0,0.993069,-0.117537,900,100,1,0),(1746,3239,1,1,1,-223.825,-5095.61,49.3529,-2.31256,-0.004473,-0.011502,0.915211,-0.402785,2,100,1,0),(1739,2061,1,1,1,313.72,-4661.79,16.1273,-3.10669,0.034663,0.013688,0.999145,-0.017897,900,100,1,0),(1733,18079,1,1,1,313.72,-4661.79,16.1273,-3.10669,0.034663,0.013688,0.999145,-0.017897,900,100,1,0),(12647,186733,568,1,1,-150.842,1343.26,49.7888,3.48383,0,0,0.985395,-0.170283,1,100,1,0),(1160,202275,530,1,1,-2186.31,-12341.8,56.2789,0,0,0,0,1,180,255,1,0),(99860,186310,1,1,1,-3640.92,-3421.74,37.1979,3.21097,0,0,0.999398,-0.0346795,180,0,1,0),(99859,186310,1,1,1,-3662.1,-3455.62,37.2112,2.38107,0,0,0.928567,0.371165,180,0,1,0),(99858,186310,1,1,1,-3700.91,-3470.21,37.2827,0.957751,0,0,0.460781,0.887514,180,0,1,0),(99857,186324,1,1,1,-3532.88,-4317.78,7.06083,5.98722,0,0,0.147446,-0.98907,180,0,1,0),(99856,186323,530,1,1,6719.37,-7593.13,126.092,0.258894,0,0,0.129086,0.991633,180,0,1,0),(99855,186336,1,1,1,-4698.88,-3721.16,50.8914,3.76424,0,0,0.951929,-0.30632,180,0,1,0),(152047,113769,1,1,1,9837.54,978.538,1307.14,4.27721,0,0,0.843082,-0.537785,40,0,1,0),(152046,113768,1,1,1,9784.31,964.786,1309.44,3.73921,0,0,0.955688,-0.294381,40,0,1,0),(152045,113772,1,1,1,9809.68,977.31,1304.27,1.82676,0,0,0.791575,0.611072,40,0,1,0),(152044,113771,1,1,1,9785.09,936.851,1307.38,1.35318,0,0,0.626138,0.779713,40,0,1,0),(152043,113770,1,1,1,9797.18,927.063,1306.86,3.00644,0,0,0.997718,0.0675235,40,0,1,0),(152042,113769,1,1,1,9818.16,941.709,1308.82,5.04848,0,0,0.57888,-0.815412,40,0,1,0),(152041,113768,1,1,1,9825.82,943.887,1306.73,1.2118,0,0,0.569504,0.821989,40,0,1,0),(152040,113772,1,1,1,9809.87,935.889,1307.93,1.35318,0,0,0.626136,0.779714,40,0,1,0),(152039,113771,1,1,1,9824.11,920.98,1304.55,1.81263,0,0,0.787238,0.61665,40,0,1,0),(152038,113770,1,1,1,9824.87,900.498,1305.55,3.75649,0,0,0.953108,-0.30263,40,0,1,0),(152037,113769,1,1,1,9835.31,897.141,1308.78,2.44095,0,0,0.939263,0.343199,40,0,1,0),(152036,113768,1,1,1,9851.2,880.204,1310.25,4.59294,0,0,0.748052,-0.66364,40,0,1,0),(152035,113772,1,1,1,9860.8,910.839,1306.14,3.37558,0,0,0.993164,-0.116729,40,0,1,0),(152034,113771,1,1,1,9892.76,918.799,1307.59,2.46845,0,0,0.943892,0.330254,40,0,1,0),(152033,113770,1,1,1,9923.98,905.402,1317.22,0.0180063,0,0,0.00900304,0.999959,40,0,1,0),(152032,113769,1,1,1,9912.13,918.466,1316.43,5.68858,0,0,0.292941,-0.956131,40,0,1,0),(152031,113768,1,1,1,9905.5,936.252,1313.62,5.27625,0,0,0.482465,-0.875915,40,0,1,0),(152030,113772,1,1,1,9906.85,945.62,1313.48,0.940855,0,0,0.453267,0.891375,40,0,1,0),(152029,113771,1,1,1,9894.91,964.248,1310.49,5.24091,0,0,0.497866,-0.867254,40,0,1,0),(152028,113770,1,1,1,9888.79,968.334,1309.37,5.51187,0,0,0.376167,-0.926552,40,0,1,0),(152027,113769,1,1,1,9871.22,987.366,1309.17,1.77338,0,0,0.774983,0.631982,40,0,1,0),(152026,113768,1,1,1,9866.01,985.069,1309.35,1.02725,0,0,0.491336,0.87097,40,0,1,0),(152025,113772,1,1,1,9857.8,973.055,1304.8,0.638475,0,0,0.313843,0.949475,40,0,1,0),(152024,113771,1,1,1,9834.42,996.991,1306.67,3.38578,0,0,0.992556,-0.121791,40,0,1,0),(152023,113770,530,1,1,-4186.59,-12437.9,43.6709,4.19482,0,0,0.864515,-0.502607,40,0,1,0),(152022,113769,530,1,1,-4198.54,-12443.1,45.5096,5.7931,0,0,0.242598,-0.970127,40,0,1,0),(152021,113768,530,1,1,-4215.75,-12440.2,44.6023,4.66605,0,0,0.723299,-0.690535,40,0,1,0),(152020,113772,530,1,1,-4219.91,-12462.1,46.1824,4.96842,0,0,0.611046,-0.791595,40,0,1,0),(152019,113771,530,1,1,-4227.3,-12471.5,45.7186,2.96173,0,0,0.995959,0.0898078,40,0,1,0),(152018,113770,530,1,1,-4220.81,-12485,45.2711,3.44083,0,0,0.988828,-0.149061,40,0,1,0),(152017,113769,530,1,1,-4218.81,-12483.2,50.1845,1.57158,0,0,0.707385,0.706828,40,0,1,0),(152016,113768,530,1,1,-4219.7,-12506.3,45.4059,5.20247,0,0,0.514443,-0.857525,40,0,1,0),(152015,113772,530,1,1,-4224.28,-12520.9,57.3901,5.37918,0,0,0.436767,-0.899575,40,0,1,0),(152014,113771,530,1,1,-4239.76,-12515.8,46.5776,1.43256,0,0,0.656582,0.754255,40,0,1,0),(152013,113770,530,1,1,-4233.57,-12534.1,45.78,0.462585,0,0,0.229236,0.973371,40,0,1,0),(152012,113769,530,1,1,-4232.77,-12558.5,39.8764,5.32812,0,0,0.459588,-0.888132,40,0,1,0),(152011,113768,530,1,1,-4207.6,-12559.9,40.677,0.541119,0,0,0.267271,0.963621,40,0,1,0),(152010,113772,530,1,1,-4183.33,-12564.4,40.1308,0.572535,0,0,0.282374,0.959304,40,0,1,0),(152009,113771,530,1,1,-4168.66,-12542.6,45.3842,1.21656,0,0,0.571458,0.820632,40,0,1,0),(152008,113770,530,1,1,-4154.66,-12537.1,45.5719,0.00704861,0,0,0.0035243,0.999994,40,0,1,0),(152007,113769,530,1,1,-4141.64,-12533.2,45.3098,1.42862,0,0,0.655096,0.755546,40,0,1,0),(152006,113768,530,1,1,-4140,-12518.8,45.7765,3.23896,0,0,0.998815,-0.0486653,40,0,1,0),(152005,113772,530,1,1,-4143.88,-12490,44.6714,3.43296,0,0,0.989407,-0.145167,40,0,1,0),(152004,113771,530,1,1,-4162.99,-12451.8,44.0466,2.34911,0,0,0.922517,0.385956,40,0,1,0),(152003,113770,530,1,1,-4193.3,-12458.3,45.7142,4.74457,0,0,0.695638,-0.718392,40,0,1,0),(152002,113769,530,1,1,-4179.49,-12498.6,44.3612,5.3454,0,0,0.451898,-0.89207,40,0,1,0),(152001,113768,530,1,1,9555.84,-6824.24,16.4953,5.61925,0,0,0.325903,-0.945403,40,0,1,0),(152000,113772,530,1,1,9551.25,-6807.38,16.4899,3.45155,0,0,0.988015,-0.154361,40,0,1,0),(151999,113771,530,1,1,9543.14,-6794.87,16.4834,3.05493,0,0,0.999061,0.0433192,40,0,1,0),(151998,113770,530,1,1,9524.29,-6814.98,16.4936,4.54718,0,0,0.76304,-0.646351,40,0,1,0),(151997,113769,530,1,1,9516.86,-6771.11,16.4938,2.97638,0,0,0.99659,0.0825122,40,0,1,0),(151996,113768,530,1,1,9491.99,-6764.23,16.5058,2.80359,0,0,0.985753,0.168197,40,0,1,0),(151995,113772,530,1,1,9465.68,-6770.04,16.5745,3.57721,0,0,0.976373,-0.216091,40,0,1,0),(151994,113771,530,1,1,9456.02,-6798.33,17.8346,4.60608,0,0,0.743677,-0.668539,40,0,1,0),(151993,113770,530,1,1,9475.34,-6803.15,16.4955,6.04336,0,0,0.119626,-0.992819,40,0,1,0),(151992,113769,530,1,1,9477.32,-6816.1,16.8213,5.45824,0,0,0.400877,-0.916132,40,0,1,0),(151991,113768,530,1,1,9483.2,-6824.64,16.7831,5.22262,0,0,0.505777,-0.862665,40,0,1,0),(151990,113772,530,1,1,9484.62,-6829.57,16.6185,1.74331,0,0,0.765395,0.643561,40,0,1,0),(151989,113771,530,1,1,9502.24,-6843.39,16.56,5.42682,0,0,0.415217,-0.909723,40,0,1,0),(151988,113770,530,1,1,9516.05,-6858.05,16.5391,4.97522,0,0,0.608352,-0.793667,40,0,1,0),(151987,113769,530,1,1,9543.39,-6863.25,21.0009,0.482738,0,0,0.239032,0.971012,40,0,1,0),(151986,113768,530,1,1,9545.42,-6851,17.3644,1.13069,0,0,0.535708,0.844403,40,0,1,0),(151985,113772,530,1,1,9554.75,-6830.2,16.4929,3.1688,0,0,0.999907,-0.0136057,40,0,1,0),(151984,113771,530,1,1,9551.75,-6830.38,17.6104,4.12699,0,0,0.88106,-0.473005,40,0,1,0),(151983,113770,530,1,1,9521.05,-6860.13,21.0781,0.130877,0,0,0.0653918,0.99786,40,0,1,0),(151982,113769,530,1,1,9510.57,-6804.62,17.073,1.8242,0,0,0.79079,0.612087,40,0,1,0),(151981,113768,0,1,1,2229.29,278.899,35.1555,0.332388,0,0,0.16543,0.986221,40,0,1,0),(151980,113772,0,1,1,2223.24,303.344,35.1879,2.28803,0,0,0.910303,0.413943,40,0,1,0),(151979,113771,0,1,1,2230.58,301.918,36.5037,4.42039,0,0,0.802456,-0.596711,40,0,1,0),(151978,113770,0,1,1,2220.88,310.768,36.7282,0.210651,0,0,0.105131,0.994458,40,0,1,0),(151977,113769,0,1,1,2208.33,304.79,34.3426,5.39428,0,0,0.429966,-0.902845,40,0,1,0),(151976,113768,0,1,1,2213.65,331.877,35.1961,1.57331,0,0,0.707996,0.706217,40,0,1,0),(151975,113772,0,1,1,2205.68,326.787,34.9419,5.99903,0,0,0.141602,-0.989924,40,0,1,0),(151974,113771,0,1,1,2244.76,336.054,35.1877,4.98587,0,0,0.604116,-0.796896,40,0,1,0),(151973,113770,0,1,1,2234.79,324.935,36.5233,3.29962,0,0,0.99688,-0.078933,40,0,1,0),(151972,113769,0,1,1,2253.53,346.854,35.1891,6.17104,0,0,0.0560442,-0.998428,40,0,1,0),(151971,113768,0,1,1,2262.43,353.117,35.1892,5.36993,0,0,0.440922,-0.897545,40,0,1,0),(151970,113772,0,1,1,2270.61,345.306,35.1892,4.16435,0,0,0.872071,-0.48938,40,0,1,0),(151969,113771,0,1,1,2267.7,337.796,35.1685,3.85019,0,0,0.93789,-0.346934,40,0,1,0),(151968,113770,0,1,1,2249.87,335.382,35.1891,1.72569,0,0,0.759695,0.650279,40,0,1,0),(151967,113769,0,1,1,2289.53,334.538,34.6499,6.25743,0,0,0.0128751,-0.999917,40,0,1,0),(151966,113768,0,1,1,2304.19,329.028,37.3369,4.01513,0,0,0.906123,-0.423014,40,0,1,0),(151965,113772,0,1,1,2315.1,313.901,36.7118,4.96547,0,0,0.612216,-0.790691,40,0,1,0),(151964,113771,0,1,1,2345.9,323.965,36.1689,1.27017,0,0,0.593245,0.805022,40,0,1,0),(151963,113770,0,1,1,2369.98,347.343,38.1937,5.98648,0,0,0.147807,-0.989016,40,0,1,0),(151962,113769,0,1,1,2385.44,323.192,38.5898,4.96547,0,0,0.612215,-0.790691,40,0,1,0),(151961,113768,0,1,1,2327.93,292.866,35.1823,3.35147,0,0,0.994499,-0.104749,40,0,1,0),(151960,113772,0,1,1,2319.59,261.456,35.1823,3.96408,0,0,0.916623,-0.399752,40,0,1,0),(151959,113771,0,1,1,2306.67,255.891,35.0947,2.94307,0,0,0.995077,0.0991001,40,0,1,0),(151958,113770,0,1,1,2285.8,254.474,34.2964,3.24545,0,0,0.998652,-0.0519028,40,0,1,0),(151957,113769,0,1,1,2265.36,253.863,34.8159,3.9523,0,0,0.918962,-0.394345,40,0,1,0),(151956,113768,0,1,1,2257.66,267.047,35.0788,3.00197,0,0,0.997564,0.069754,40,0,1,0),(151955,113772,0,1,1,2242.84,256.763,34.1151,4.9851,0,0,0.604425,-0.796662,40,0,1,0),(151954,113771,0,1,1,2238.64,254.641,36.0388,4.69843,0,0,0.712026,-0.702153,40,0,1,0),(151953,113770,0,1,1,2241.09,240.359,34.1166,6.0925,0,0,0.0951979,-0.995458,40,0,1,0),(151952,113769,0,1,1,2217.46,260.101,34.3656,6.16319,0,0,0.0599639,-0.998201,40,0,1,0),(151951,113768,0,1,1,2278.93,277.294,35.1826,6.10428,0,0,0.0893348,-0.996002,40,0,1,0),(151950,113772,0,1,1,2288.74,269.683,35.1812,5.66446,0,0,0.304454,-0.952527,40,0,1,0),(151949,113771,0,1,1,2285.1,254.969,34.3626,4.85628,0,0,0.654447,-0.756108,40,0,1,0),(151948,113770,0,1,1,2265.24,273.786,35.1652,3.01138,0,0,0.997881,0.0650598,40,0,1,0),(151947,113769,0,1,1,-9454.56,77.5214,57.0453,2.07616,0,0,0.86143,0.507876,40,0,1,0),(151946,113768,0,1,1,-9463.99,81.5619,57.0823,1.29076,0,0,0.601501,0.798872,40,0,1,0),(151945,113772,0,1,1,-9473.1,78.0493,57.4364,5.28843,0,0,0.477122,-0.878837,40,0,1,0),(151944,113771,0,1,1,-9469.15,101.676,58.0043,0.693849,0,0,0.340007,0.940423,40,0,1,0),(151943,113770,0,1,1,-9473.96,119.593,57.1435,4.68367,0,0,0.717187,-0.696881,40,0,1,0),(151942,113769,0,1,1,-9511.45,101.96,58.6933,3.55663,0,0,0.978546,-0.206031,40,0,1,0),(151941,113768,0,1,1,-9499.42,83.8596,57.4257,5.81071,0,0,0.234046,-0.972226,40,0,1,0),(151940,113772,0,1,1,-9504.1,68.101,56.7047,5.03709,0,0,0.583512,-0.812105,40,0,1,0),(151939,113771,0,1,1,-9501.08,61.728,56.6617,5.84212,0,0,0.218747,-0.975782,40,0,1,0),(151938,113770,0,1,1,-9513.08,35.1837,57.3331,0.0851526,0,0,0.0425635,0.999094,40,0,1,0),(151937,113769,0,1,1,-9485.15,46.0046,57.2156,0.242232,0,0,0.12082,0.992674,40,0,1,0),(151936,113768,0,1,1,-9477.59,39.3136,57.4807,0.316842,0,0,0.157759,0.987478,40,0,1,0),(151935,113772,0,1,1,-9484.17,13.6372,56.8493,0.576018,0,0,0.284044,0.958811,40,0,1,0),(151934,113771,0,1,1,-9477.11,7.08912,56.7995,0.151903,0,0,0.0758784,0.997117,40,0,1,0),(151933,113770,0,1,1,-9470.77,-9.74519,56.5758,1.7227,0,0,0.758722,0.651415,40,0,1,0),(151932,113769,0,1,1,-9454.61,17.6726,58.0491,2.26462,0,0,0.905396,0.424568,40,0,1,0),(151931,113768,0,1,1,-9437.04,39.389,57.0626,1.83658,0,0,0.794565,0.607179,40,0,1,0),(151930,113772,0,1,1,-9452.97,27.2894,56.5301,2.98326,0,0,0.996868,0.0790825,40,0,1,0),(151929,113771,0,1,1,-9455.38,38.8205,56.6227,4.03962,0,0,0.900876,-0.434077,40,0,1,0),(151928,113770,0,1,1,-9425.34,56.1924,57.1307,0.756653,0,0,0.369366,0.929284,40,0,1,0),(151927,113769,0,1,1,-9416.75,54.7442,59.1231,5.99605,0,0,0.143077,-0.989712,40,0,1,0),(151926,113768,0,1,1,-9424.83,63.7018,57.5696,4.42918,0,0,0.799825,-0.600233,40,0,1,0),(151925,113772,0,1,1,-9423.57,109.77,58.6395,1.88449,0,0,0.808879,0.587974,40,0,1,0),(151924,113771,0,1,1,-9437.51,112.982,57.576,4.86507,0,0,0.651119,-0.758976,40,0,1,0),(151923,113770,0,1,1,-9471.12,43.1883,56.5597,1.5067,0,0,0.684088,0.7294,40,0,1,0),(151922,113769,0,1,1,-5591.92,-476.967,396.981,5.29231,0,0,0.475419,-0.87976,40,0,1,0),(151921,113768,0,1,1,-5584.47,-462.246,402.873,1.54203,0,0,0.696862,0.717205,40,0,1,0),(151920,113772,0,1,1,-5596.35,-454.242,402.532,5.13522,0,0,0.54298,-0.839746,40,0,1,0),(151919,113771,0,1,1,-5629.9,-478.085,397.148,4.82499,0,0,0.666198,-0.745775,40,0,1,0),(151918,113770,0,1,1,-5645.02,-506.352,397.389,6.13267,0,0,0.0751855,-0.99717,40,0,1,0),(151917,113769,0,1,1,-5639.01,-531.358,405.116,1.07471,0,0,0.511866,0.859065,40,0,1,0),(151916,113768,0,1,1,-5615.63,-532.978,406.92,1.49097,0,0,0.678329,0.734758,40,0,1,0),(151915,113772,0,1,1,-5615.28,-523.667,402.662,2.11537,0,0,0.87122,0.490892,40,0,1,0),(151914,113771,0,1,1,-5595.03,-507.466,401.138,0.835169,0,0,0.405553,0.914071,40,0,1,0),(151913,113770,0,1,1,-5589.02,-499.368,400.114,3.61626,0,0,0.971968,-0.235114,40,0,1,0),(151912,113769,0,1,1,-5577.98,-516.152,404.097,2.76804,0,0,0.982608,0.185694,40,0,1,0),(151911,113768,0,1,1,-5552.1,-528.526,403.379,0.699295,0,0,0.342566,0.939494,40,0,1,0),(151910,113772,0,1,1,-5550.12,-499.479,401.691,1.09592,0,0,0.520947,0.853589,40,0,1,0),(151909,113771,0,1,1,-5539.12,-501.709,402.718,3.42463,0,0,0.990003,-0.141047,40,0,1,0),(151908,113770,0,1,1,-5543.29,-475.611,397.919,4.41423,0,0,0.804289,-0.594238,40,0,1,0),(151907,113769,0,1,1,-5531.16,-459.015,403.516,4.19039,0,0,0.865625,-0.500693,40,0,1,0),(151906,113768,0,1,1,-5585,-427.035,424.522,4.22181,0,0,0.857652,-0.514231,40,0,1,0),(151905,113772,0,1,1,-5597.9,-420.422,412.014,3.52674,0,0,0.981515,-0.191384,40,0,1,0),(151904,113771,0,1,1,-5568.58,-417.381,416.157,3.67204,0,0,0.965034,-0.262126,40,0,1,0),(151903,113770,0,1,1,-5549.5,-438.023,405.233,4.35534,0,0,0.821434,-0.570304,40,0,1,0),(151902,113769,0,1,1,-5610.05,-425.467,403.297,4.33964,0,0,0.825888,-0.563834,40,0,1,0),(151901,113768,0,1,1,-5606.29,-445.915,403.953,4.50064,0,0,0.777873,-0.628421,40,0,1,0),(151900,113772,0,1,1,-5648.93,-500.956,396.669,5.91827,0,0,0.181445,-0.983401,40,0,1,0),(151899,113771,0,1,1,-5679.2,-527.206,396.599,0.129883,0,0,0.0648957,0.997892,40,0,1,0),(151898,113770,0,1,1,-5657.99,-509.341,398.747,1.01738,0,0,0.487035,0.873382,40,0,1,0),(151897,113769,0,1,1,-5588.73,-514.072,404.096,5.47452,0,0,0.393407,-0.919364,40,0,1,0),(151896,113768,0,1,1,-5572.18,-462.293,402.306,4.1197,0,0,0.882777,-0.469792,40,0,1,0),(21507,184320,530,1,1,3310.41,1335.71,505.56,3.53314,0,0,0.980897,-0.194528,10,0,1,0),(21508,179912,0,1,1,234.683,-2127.22,119.316,5.56797,0,0,0.350036,-0.936736,25,0,1,0),(21509,182054,546,3,1,-90.528,-401.925,36.1527,5.13311,0,0,0.543868,-0.839171,360,100,1,0),(21510,184876,566,1,1,2267.59,1746.29,1224.29,0.855211,0,0,0.414693,0.909961,180,100,1,0),(21512,184878,566,1,1,2298.64,1747.62,1224.29,2.42601,0,0,0.936672,0.350208,180,100,1,0),(21513,184899,566,1,1,2273.81,1748.2,1215.42,1.09956,0,0,0.522499,0.85264,180,100,1,0),(21514,184902,566,1,1,2291.23,1748.2,1215.42,2.06821,0,0,0.859406,0.511293,180,100,1,0),(21515,184873,566,1,1,2283.71,1749.25,1200.12,1.74533,0,0,0.766044,0.642788,180,100,1,0),(21516,184877,566,1,1,2268.95,1745.03,1224.29,0.855211,0,0,0.414693,0.909961,180,100,1,0),(21517,184879,566,1,1,2299.9,1748.98,1224.29,2.42601,0,0,0.936672,0.350208,180,100,1,0),(21518,184903,566,1,1,2296.72,1753.84,1215.42,2.67035,0,0,0.97237,0.233445,180,100,1,0),(21519,184898,566,1,1,2268.17,1753.7,1215.42,0.49742,0,0,0.246154,0.969231,180,100,1,0),(21520,184900,566,1,1,2278.57,1746.17,1215.42,1.28282,0,0,0.598325,0.801253,180,100,1,0),(21521,184901,566,1,1,2286.44,1746.28,1215.42,1.88496,0,0,0.809017,0.587785,180,100,1,0),(21522,184082,566,1,1,2282.12,1760.01,1189.71,1.91986,0,0,0.819152,0.573576,180,100,1,0),(21523,184881,566,1,1,2265,1775.98,1224.29,-0.715584,0,0,-0.350207,0.936672,180,100,1,0),(21528,184884,566,1,1,2264.05,1760.16,1224.24,0.052359,0,0,0.026176,0.999657,180,100,1,0),(21529,184897,566,1,1,2266.25,1758.49,1215.42,0.31416,0,0,0.156435,0.987688,180,100,1,0),(21530,184883,566,1,1,2264.01,1762.01,1224.24,0.052359,0,0,0.026176,0.999657,180,100,1,0),(21531,184880,566,1,1,2266.26,1777.34,1224.29,-0.715584,0,0,-0.350207,0.936672,180,100,1,0),(21532,184891,566,1,1,2298.65,1766.46,1215.42,-2.82743,0,0,0.987688,-0.156434,180,100,1,0),(21533,184886,566,1,1,2282.66,1781.07,1224.27,-1.65806,0,0,-0.737277,0.67559,180,100,1,0),(21534,184894,566,1,1,2286.33,1778.78,1215.42,-1.85878,0,0,-0.801253,0.598325,180,100,1,0),(21535,184885,566,1,1,2278.97,1780.7,1224.27,-1.40499,0,0,-0.646124,0.763232,180,100,1,0),(21536,184887,566,1,1,2279.09,1754.72,1224.17,2.74017,0,0,0.979925,0.199368,180,100,1,0),(21537,184888,566,1,1,2276.12,1759.02,1224.14,-2.70526,0,0,0.976296,-0.216439,180,100,1,0),(21538,184889,566,1,1,2278.66,1770.81,1224.17,-2.70526,0,0,0.976296,-0.216439,180,100,1,0),(21539,184890,566,1,1,2277.24,1764.29,1224.13,2.94961,0,0,0.995396,0.095846,180,100,1,0),(21540,184893,566,1,1,2291.09,1776.75,1215.42,-2.04203,0,0,-0.85264,0.522499,180,100,1,0),(21541,184874,566,1,1,2295.95,1779.92,1224.29,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(21542,184875,566,1,1,2297.31,1778.67,1224.29,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(21543,184904,566,1,1,2298.75,1758.59,1215.42,2.85361,0,0,0.989651,0.143492,180,100,1,0),(21544,184882,566,1,1,2300.44,1765.92,1224.24,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(21545,184895,566,1,1,2278.46,1778.68,1215.42,-1.25664,0,0,-0.587786,0.809017,180,100,1,0),(21546,184896,566,1,1,2273.67,1776.75,1215.42,-1.07338,0,0,-0.511293,0.859407,180,100,1,0),(21547,184892,566,1,1,2296.73,1771.26,1215.42,-2.64417,0,0,0.969231,-0.246153,180,100,1,0),(21548,184083,566,1,1,2301.01,1386.93,1197.18,1.5708,0,0,0.707107,0.707107,180,100,1,0),(21549,184080,566,1,1,2050.49,1372.24,1194.56,1.71042,0,0,0.75471,0.656059,180,100,1,0),(21550,184081,566,1,1,2024.6,1742.82,1195.16,2.44346,0,0,0.939693,0.34202,180,100,1,0),(21551,176117,0,1,1,1411.16,-3657.82,77.694,-1.6057,0,0,0.71934,-0.694658,60,100,1,0),(21552,176117,0,1,1,1476.28,-3722,80.5144,1.44862,0,0,0.66262,0.748956,60,100,1,0),(21602,176117,0,1,1,1405.48,-3716.77,78.1764,2.58309,0,0,0.961262,0.275637,60,100,1,0),(21603,176117,0,1,1,1423.47,-3663.76,82.02,-1.55334,0,0,0.700909,-0.71325,60,100,1,0),(21604,176117,0,1,1,1477.12,-3716.01,80.5158,2.46091,0,0,0.942641,0.333807,60,100,1,0),(21605,176117,0,1,1,1407.58,-3680.22,77.2517,-0.890118,0,0,0.430511,-0.902585,60,100,1,0),(21606,186302,530,1,1,6778.25,-7581.16,128.062,5.68206,0,0,0.296057,-0.95517,300,0,1,0),(21607,186315,1,1,1,-3533.68,-4317.43,7.03529,6.02177,0,0,0.130333,-0.99147,-180,0,1,0),(16965,190737,571,1,1,5329.67,-3770.8,371.361,0.261798,0,0,0.130526,0.991445,-30,255,0,0),(16964,190736,571,1,1,5335.71,-3770.94,371.758,4.67748,0,0,-0.719339,0.694659,-30,255,0,0),(364,192835,0,1,1,2044.38,-520.969,46.0141,-3.09738,0,0,0,1,120,255,1,0),(21611,185032,530,1,1,-3420.99,1373.18,257.523,3.14159,0,0,0.703023,0.711167,-60,0,1,0),(65407,193059,574,3,1,240.241,32.2897,135.157,-1.97222,0,0,0,1,180,0,1,0),(65406,193059,574,3,1,291.715,-51.2298,24.6813,1.83259,0,0,0,1,180,0,1,0),(65405,193059,574,3,1,283.902,-114.278,190.446,3.12412,0,0,0,1,180,0,1,0),(65404,193059,574,3,1,267.901,-167.29,190.41,1.62316,0,0,0,1,180,0,1,0),(65403,193059,574,3,1,183.357,-40.6957,135.128,2.19912,0,0,0,1,180,0,1,0),(65402,193059,574,3,1,268.211,213.955,42.8711,2.56563,0,0,0,1,180,0,1,0),(65401,193059,574,3,1,75.1364,108.548,87.3027,0.296705,0,0,0,1,180,0,1,0),(65400,193059,574,3,1,285.361,-31.8697,24.6813,-1.36136,0,0,0,1,180,0,1,0),(65399,193059,574,3,1,258.759,-3.25087,178.51,-2.94959,0,0,0,1,180,0,1,0),(65398,193059,574,3,1,183.161,12.3054,135.163,-0.645772,0,0,0,1,180,0,1,0),(65397,193059,574,3,1,238.479,31.4055,178.51,-1.76278,0,0,0,1,180,0,1,0),(65396,193059,574,3,1,74.6152,105.078,65.6353,0.680677,0,0,0,1,180,53,1,0),(65395,193059,574,3,1,250.247,-147.993,190.333,-1.15192,0,0,0,1,180,0,1,0),(65394,193059,574,3,1,177.789,265.575,42.8711,-1.41372,0,0,0,1,180,182,1,0),(65393,193059,574,3,1,323.699,-67.1424,24.6813,0.191985,0,0,0,1,180,72,1,0),(65392,193059,574,3,1,418.997,22.9239,24.6813,-2.75761,0,0,0,1,180,0,1,0),(65391,193059,574,3,1,342.707,242.213,30.7546,3.00195,0,0,0,1,180,0,1,0),(65390,193059,574,3,1,128.662,108.222,65.6601,-2.05949,0,0,0,1,180,0,1,0),(65389,193059,574,3,1,257.017,-17.061,135.161,2.47837,0,0,0,1,180,0,1,0),(65388,193059,574,3,1,398.074,-77.7195,24.6813,2.11185,0,0,0,1,180,0,1,0),(65387,193059,574,3,1,162.835,3.14898,156.821,-0.750491,0,0,0,1,180,0,1,0),(65386,193059,574,3,1,408.319,107.505,30.7784,1.93731,0,0,0,1,180,0,1,0),(65385,193059,574,3,1,152.85,236.486,42.8711,0.174532,0,0,0,1,180,0,1,0),(65384,193059,574,3,1,120.773,129.292,65.602,-2.58308,0,0,0,1,180,0,1,0),(65383,193059,574,3,1,161.278,4.76378,135.103,-0.645772,0,0,0,1,180,0,1,0),(65382,193059,574,3,1,355.616,53.2416,24.6813,-1.67551,0,0,0,1,180,182,1,0),(65381,193059,574,3,1,297.328,10.5934,24.6813,-0.401425,0,0,0,1,180,0,1,0),(65380,193059,574,3,1,251.981,22.9282,178.51,-3.07177,0,0,0,1,180,2,1,0),(65379,189978,574,3,1,57.5496,-10.3431,118.778,-1.90241,0,0,0,1,3600,0,1,0),(65378,189978,574,3,1,84.0093,263.103,42.871,-1.97222,0,0,0,1,3600,0,1,0),(65377,192514,574,3,1,148.268,-88.9097,15.3079,0.322884,0,0,0.986996,-0.160743,180,0,1,0),(65376,192513,574,3,1,148.268,-88.9097,15.3079,0.322884,0,0,0.986996,-0.160743,180,0,1,0),(1725,2066,1,1,1,63.7298,-4462.45,46.2484,-2.86163,0.063475,-0.013046,0.988322,-0.137911,900,100,1,0),(1722,31409,1,1,1,63.7298,-4462.45,46.2484,-2.86163,0.063475,-0.013046,0.988322,-0.137911,900,100,1,0),(47229,187080,530,1,1,12912.5,-6939.06,3.77427,4.26303,0,0,0.846874,-0.531793,180,0,1,0),(47228,187080,530,1,1,12821,-6967.57,10.4511,0.335245,0,0,0.166839,0.985984,180,0,1,0),(47227,187080,530,1,1,12819.3,-6883.41,12.7846,3.19049,0,0,0.999701,-0.0244483,180,0,1,0),(47226,187080,530,1,1,12789.2,-6919.12,13.6691,3.54314,0,0,0.979913,-0.199427,180,0,1,0),(47225,187080,530,1,1,12785,-6853.72,14.1508,4.7605,0,0,0.689893,-0.723912,180,0,1,0),(47224,187080,530,1,1,12775.8,-7005.19,13.0259,1.59974,0,0,0.717265,0.696801,180,0,1,0),(47223,187080,530,1,1,12765,-7090.63,6.44272,3.73053,0,0,0.956957,-0.29023,180,0,1,0),(47222,187080,530,1,1,12751.4,-6882.72,13.5636,3.62094,0,0,0.971416,-0.237385,180,0,1,0),(47221,187080,530,1,1,12723.2,-6973.3,18.3323,4.26419,0,0,0.846566,-0.532284,180,0,1,0),(47220,187080,530,1,1,12696.5,-6929.97,14.5332,0.387862,0,0,0.192718,0.981254,180,0,1,0),(28284,187080,530,1,1,12690.1,-7007.15,21.3425,3.49842,0,0,0.984126,-0.177469,180,0,1,0),(26222,187080,530,1,1,12630.3,-6973.65,15.8386,4.40555,0,0,0.806859,-0.590744,180,0,1,0),(28114,148835,109,1,1,-443.417,53.8312,-148.74,0.471239,0,0,0.233445,0.97237,86400,100,1,0),(28113,148834,109,1,1,-443.855,136.101,-148.74,2.53073,0,0,0.953717,0.300706,86400,100,1,0),(28112,148833,109,1,1,-491.491,53.4818,-148.74,-0.610865,0,0,0.300706,-0.953717,86400,100,1,0),(28111,148832,109,1,1,-491.4,135.97,-148.74,-2.68781,0,0,0.97437,-0.224951,86400,100,1,0),(27899,148831,109,1,1,-419.849,94.4837,-148.74,1.53589,0,0,0.694658,0.71934,86400,100,1,0),(27898,148830,109,1,1,-515.553,95.2582,-148.74,-1.50098,0,0,0.681998,-0.731354,86400,100,1,0),(47219,187039,530,1,2,3727.06,5909.39,266.414,3.07395,0,0,0.999428,0.0338166,300,100,1,0),(47218,187039,530,1,2,3712.68,6107.97,266.461,4.26382,0,0,0.846663,-0.532129,300,100,1,0),(47217,187039,530,1,2,3686.08,6173.06,266.134,1.90449,0,0,0.814719,0.579855,300,100,1,0),(47216,187039,530,1,2,3720.59,6183.41,265.501,2.78335,0,0,0.984001,0.178164,300,100,1,0),(47215,187039,530,1,2,3765.71,6170.88,266.224,6.2501,0,0,0.0165428,-0.999863,300,100,1,0),(47214,187039,530,1,2,3792.39,6161.76,266.065,2.40636,0,0,0.933187,0.359392,300,100,1,0),(47213,187039,530,1,2,3783.95,6084.12,266.18,0.831637,0,0,0.403939,0.914786,300,100,1,0),(47212,187039,530,1,2,3809.84,6123.52,265.946,5.3948,0,0,0.429729,-0.902958,300,100,1,0),(47211,187039,530,1,2,3802.5,6071.06,267.132,2.83991,0,0,0.988645,0.15027,300,100,1,0),(47210,187039,530,1,2,3841.06,6025.76,270.227,4.70759,0,0,0.708802,-0.705407,300,100,1,0),(47209,187039,530,1,2,3925.84,6095.39,271.076,0.770403,0,0,0.375746,0.926723,300,100,1,0),(28282,187039,530,1,2,3932.46,6028.16,269.179,6.05923,0,0,0.111743,-0.993737,300,100,1,0),(28115,187039,530,1,2,3975.32,6078.22,266.584,1.28244,0,0,0.598174,0.801366,300,100,1,0),(1719,2061,1,1,1,366.669,-4720.59,13.5744,3.11541,0.018005,0.043381,0.99882,0.012314,900,100,1,0),(1718,31572,1,1,1,366.669,-4720.59,13.5744,3.11541,0.018005,0.043381,0.99882,0.012314,900,100,1,0),(1713,3234,1,1,1,285.149,-3991.99,35.321,-1.66679,0,0,-0.740218,0.672367,900,100,1,0),(1712,101748,1,1,1,-253.347,-3976.94,166.768,-1.93731,0,0,-0.824126,0.566406,900,100,1,0),(1706,2061,1,1,1,-930.077,-4488.83,29.465,3.10868,0,0,0.999865,0.016458,900,100,1,0),(1705,3085,1,1,1,-930.077,-4488.83,29.465,3.10868,0,0,0.999865,0.016458,900,100,1,0),(1697,3225,1,1,1,285.148,-3992.02,36.1008,-1.66679,0,0,-0.740218,0.672367,900,100,1,0),(1692,104555,1,1,1,-812.912,-4940.97,20.6516,-2.6529,0.023288,0.014797,0.969871,-0.242051,900,100,1,0),(1681,2066,1,1,1,-985.461,-4417.48,29.2641,0.327011,0,0,0.162778,0.986663,900,100,1,0),(1674,55616,1,1,1,-985.461,-4417.48,29.2641,0.327011,0,0,0.162778,0.986663,900,100,1,0),(1672,2061,1,1,1,334.813,-4708.16,14.938,-2.05949,-0.046368,0.017921,-0.856725,0.513373,900,100,1,0),(1658,31575,1,1,1,334.813,-4708.16,14.938,-2.05949,-0.046368,0.017921,-0.856725,0.513373,900,100,1,0),(1657,101749,1,1,1,-883.601,-4295.66,70.8916,2.11185,0.007095,-0.01404,0.870191,0.492463,900,100,1,0),(1648,3231,1,1,1,-591.935,-4300.3,40.3764,-1.71915,0,0,-0.757565,0.65276,900,100,1,0),(1647,2061,1,1,1,316.25,-4769.36,11.4047,3.14159,-0.039246,0.026157,0.998887,0.001028,900,100,1,0),(1643,31577,1,1,1,316.25,-4769.36,11.4047,3.14159,-0.039246,0.026157,0.998887,0.001028,900,100,1,0),(1636,2061,1,1,1,-557.679,-4219.21,41.5904,3.11541,0.00442,0.004306,0.999896,0.01307,900,100,1,0),(1632,18083,1,1,1,-557.679,-4219.21,41.5904,3.11541,0.00442,0.004306,0.999896,0.01307,900,100,1,0),(1627,165557,1,1,1,1303.94,-4397.75,29.1688,-1.51844,0,0,-0.688354,0.725375,900,100,1,0),(1626,2061,1,1,1,389.969,-4707.05,13.2934,3.14159,0,0,1,0,900,100,1,0),(1621,31573,1,1,1,389.969,-4707.05,13.2934,3.14159,0,0,1,0,900,100,1,0),(1620,143981,1,1,1,322.408,-4706.9,14.6834,1.03847,0,0,0.496216,0.868199,900,100,1,0),(1602,2061,1,1,1,273.661,-4729.36,13.6113,3.14159,0,0,1,0,900,100,1,0),(1591,55250,1,1,1,273.661,-4729.36,13.6113,3.14159,0,0,1,0,900,100,1,0),(1589,2061,1,1,1,1696.92,-3891,50.8451,0.910732,0,0,0.439791,0.8981,900,100,1,0),(1583,58388,1,1,1,1696.92,-3891,50.8451,0.910732,0,0,0.439791,0.8981,900,100,1,0),(1577,2061,1,1,1,1674.99,-3905.79,50.8452,-3.06297,0,0,0.999227,-0.039299,900,100,1,0),(1576,58389,1,1,1,1674.99,-3905.79,50.8452,-3.06297,0,0,0.999227,-0.039299,900,100,1,0),(1571,2066,1,1,1,-793.997,-4905.74,19.5642,0.629431,0,0,0.309546,0.950885,900,100,1,0),(1568,31411,1,1,1,-793.997,-4905.74,19.5642,0.629431,0,0,0.309546,0.950885,900,100,1,0),(1562,2066,1,1,1,89.5779,-4563.51,54.7562,2.03518,0,0,0.850843,0.52542,900,100,1,0),(1554,31410,1,1,1,89.5779,-4563.51,54.7562,2.03518,0,0,0.850843,0.52542,900,100,1,0),(1532,2066,1,1,1,29.5145,-4321.03,68.8133,2.21619,0.058362,0.058537,0.892703,0.443001,900,100,1,0),(1510,31408,1,1,1,29.5145,-4321.03,68.8133,2.21619,0.058362,0.058537,0.892703,0.443001,900,100,1,0),(1508,2066,1,1,1,433.775,-4223.81,24.9391,-3.07544,0,0,0.999453,-0.033071,900,100,1,0),(1501,31407,1,1,1,433.775,-4223.81,24.9391,-3.07544,0,0,0.999453,-0.033071,900,100,1,0),(1498,2061,1,1,1,-563.016,-4217.51,41.5901,2.78704,0.004741,-0.023011,0.984022,0.176488,900,100,1,0),(20584,187359,568,1,1,134.654,1641.46,42.0217,3.22909,0,0,0.999043,-0.0437352,25,0,1,0),(27862,187116,530,1,1,12741.8,-6915.58,12.7101,6.27286,0,0,0.00516261,-0.999987,250,0,1,0),(27861,187357,530,1,1,12782.2,-6978.14,15.7882,2.26908,0,0,0.906341,0.422548,25,0,1,0),(27860,187078,530,1,1,12912.5,-6939.06,3.77427,4.26303,0,0,0.846874,-0.531793,25,0,1,0),(27859,187078,530,1,1,12821,-6967.57,10.4511,0.335245,0,0,0.166839,0.985984,25,0,1,0),(27858,187078,530,1,1,12819.3,-6883.41,12.7846,3.19049,0,0,0.999701,-0.0244483,180,0,1,0),(27856,187078,530,1,1,12789.2,-6919.12,13.6691,3.54314,0,0,0.979913,-0.199427,180,0,1,0),(27855,187078,530,1,1,12785,-6853.72,14.1508,4.7605,0,0,0.689893,-0.723912,180,0,1,0),(27853,187078,530,1,1,12775.8,-7005.19,13.0259,1.59974,0,0,0.717265,0.696801,25,0,1,0),(27852,187078,530,1,1,12765,-7090.63,6.44272,3.73053,0,0,0.956957,-0.29023,25,0,1,0),(27851,187078,530,1,1,12751.4,-6882.72,13.5636,3.62094,0,0,0.971416,-0.237385,300,0,1,0),(27850,187078,530,1,1,12723.2,-6973.3,18.3323,4.26419,0,0,0.846566,-0.532284,300,0,1,0),(27849,187078,530,1,1,12696.5,-6929.97,14.5332,0.387862,0,0,0.192718,0.981254,25,0,1,0),(27848,187078,530,1,1,12690.1,-7007.15,21.3425,3.49842,0,0,0.984126,-0.177469,300,0,1,0),(27847,187078,530,1,1,12630.3,-6973.65,15.8386,4.40555,0,0,0.806859,-0.590744,300,0,1,0),(27846,187114,530,1,1,12848.2,-7011.65,18.5925,1.70367,0,0,0.75249,0.658603,300,0,1,0),(27845,187113,530,1,1,12793.1,-6966.52,15.4447,2.37358,0,0,0.927172,0.374636,300,0,1,0),(27844,187356,530,1,1,12709.9,-6934.53,14.4047,0.593412,0,0,0.292372,0.956305,0,0,0,0),(27843,187356,530,1,1,12669.3,-6974.52,15.0437,-2.56563,0,0,0.95882,-0.284015,0,0,0,0),(27842,187357,530,1,1,12651.1,-6810.05,13.0358,2.23402,0,0,0.898794,0.438371,0,0,0,0),(27841,187356,530,1,1,12721.8,-6884.64,12.8955,-0.837758,0,0,0.406737,-0.913545,0,0,0,0),(27840,187356,530,1,1,12637.3,-6823,12.9209,2.30383,0,0,0.913545,0.406737,0,0,0,0),(27839,187356,530,1,1,12774,-6906.35,13.4713,-2.53073,0,0,0.953717,-0.300706,0,0,0,0),(27838,187357,530,1,1,12713.5,-6940.06,14.1267,0.506145,0,0,0.25038,0.968148,0,0,0,0),(27837,187357,530,1,1,12707.9,-6897.73,12.4043,-0.855212,0,0,0.414693,-0.909961,0,0,0,0),(27836,187357,530,1,1,12857.1,-6989.39,3.43268,0.872665,0,0,0.422618,0.906308,0,0,0,0),(27835,187363,530,1,1,12706.9,-6940.88,23.7452,0.593412,0,0,0.292372,0.956305,0,0,0,0),(27834,187357,530,1,1,12662.6,-6965.48,14.5475,-2.51327,0,0,0.951057,-0.309017,0,0,0,0),(27833,187357,530,1,1,12763.2,-6891.48,12.9921,-2.72271,0,0,0.978148,-0.207912,0,0,0,0),(27832,187363,530,1,1,12807.5,-6870.46,28.3581,0.575959,0,0,0.284015,0.95882,0,0,0,0),(27831,187356,530,1,1,12795,-6966.03,15.4883,2.30383,0,0,0.913545,0.406737,0,0,0,0),(27830,187356,530,1,1,12784.4,-7051.83,4.8097,-2.46091,0,0,0.942641,-0.333807,0,0,0,0),(27829,187363,530,1,1,12769.5,-6898.52,20.7102,-2.51327,0,0,0.951057,-0.309017,0,0,0,0),(27828,187356,530,1,1,12793.3,-7112.08,5.41654,-2.33874,0,0,0.920505,-0.390731,0,0,0,0),(27827,187357,530,1,1,12797.1,-7116.73,5.41653,-2.33874,0,0,0.920505,-0.390731,0,0,0,0),(27811,187112,530,1,1,12667.9,-6982.81,14.573,6.23526,0,0,0.0239615,-0.999713,300,0,1,0),(27810,187111,530,1,1,12664.7,-6986.3,14.576,3.28624,0,0,0.997386,-0.072261,300,0,1,0),(27809,188081,530,1,1,12583.1,-6915.61,4.60073,3.08056,0,0,0.999534,0.0305111,25,0,1,0),(27808,187333,530,1,1,12445.9,-6414.55,5.00344,0.729782,0,0,0.356848,0.934163,120,0,1,0),(27807,187333,530,1,1,12684.6,-6507.9,7.03268,6.06028,0,0,0.111222,-0.993796,120,0,1,0),(27806,187333,530,1,1,12990.8,-6722.41,7.17799,3.07184,0,0,0.999392,0.034869,120,0,1,0),(27805,187333,530,1,1,12590.4,-6437.78,8.91063,5.6503,0,0,0.311187,-0.950349,120,0,1,0),(27804,187333,530,1,1,12792.4,-6452.4,9.03202,5.28823,0,0,0.477209,-0.87879,120,0,1,0),(27803,187333,530,1,1,12910,-6567.19,10.7515,4.11956,0,0,0.88281,-0.46973,120,0,1,0),(27802,187333,530,1,1,13006.9,-6687.63,9.33114,2.04454,0,0,0.853294,0.52143,120,0,1,0),(27801,187354,530,1,1,12729.8,-7189.11,10.9953,1.92486,0,0,0.820581,0.57153,180,0,1,0),(27800,187355,530,1,1,12730.4,-7189.04,10.9953,4.58264,0,0,0.751459,-0.65978,180,0,1,0),(27799,187120,530,1,1,12669.9,-6914.38,8.81931,5.64089,0,0,0.315656,-0.948874,180,0,1,0),(27798,187120,530,1,1,12656,-6922.25,8.42259,5.88672,0,0,0.196938,-0.980416,180,0,1,0),(27797,187264,530,1,1,12545,-7350.27,-0.186935,1.2546,0,0,0.586962,0.809615,180,0,1,0),(27796,187264,530,1,1,12536,-7411.68,0.682582,1.01898,0,0,0.487732,0.872994,180,0,1,0),(27795,187264,530,1,1,12527.2,-7445.04,0.0984223,4.82423,0,0,0.666481,-0.745522,180,0,1,0),(27794,187264,530,1,1,12489.6,-7461.15,0.507408,3.78593,0,0,0.948551,-0.316625,180,0,1,0),(27793,187264,530,1,1,12477.4,-7460.92,0.726978,5.36458,0,0,0.443325,-0.896361,180,0,1,0),(27792,187264,530,1,1,12447.6,-7463.19,0.376171,3.33825,0,0,0.99517,-0.0981701,180,0,1,0),(27791,187264,530,1,1,12436.8,-7456.57,0.0951019,5.27032,0,0,0.48506,-0.874481,180,0,1,0),(27790,187264,530,1,1,12425.9,-7329.82,-0.562498,1.92453,0,0,0.820487,0.571665,180,0,1,0),(27789,187264,530,1,1,12422.2,-7395.14,1.09432,2.07768,0,0,0.861816,0.507221,180,0,1,0),(27788,187264,530,1,1,12380.4,-7350.36,-0.781412,4.44801,0,0,0.794139,-0.607736,180,0,1,0),(27787,187264,530,1,1,12373.1,-7335.79,-0.209474,5.42818,0,0,0.414597,-0.910005,180,0,1,0),(27786,187264,530,1,1,12373,-7343.31,-0.0671595,6.28034,0,0,0.00142399,-0.999999,180,0,1,0),(27785,187264,530,1,1,12371.2,-7407.37,-0.286348,5.64181,0,0,0.315218,-0.949019,180,0,1,0),(27784,187264,530,1,1,12360.3,-7406.1,0.0242472,4.65928,0,0,0.725633,-0.688082,180,0,1,0),(27783,187264,530,1,1,12309.5,-7384.56,0.670447,2.85915,0,0,0.990045,0.140754,180,0,1,0),(27782,187264,530,1,1,12300.9,-7375.88,0.53353,4.26972,0,0,0.845089,-0.534625,180,0,1,0),(27781,187264,530,1,1,12277.3,-7354.07,0.0902594,2.51435,0,0,0.951223,0.308504,180,0,1,0),(27780,187264,530,1,1,12273.1,-7347.34,0.0332886,3.41913,0,0,0.990387,-0.138325,180,0,1,0),(27779,187264,530,1,1,12267,-7343.11,-0.149998,5.06847,0,0,0.570701,-0.821158,180,0,1,0),(27778,187264,530,1,1,12151.5,-7386.17,-0.0319182,5.72976,0,0,0.273195,-0.961959,180,0,1,0),(27773,187264,530,1,1,12103,-7391.86,0.389581,3.62882,0,0,0.970472,-0.241212,180,0,1,0),(27772,187264,530,1,1,12096.2,-7389.97,0.4531,3.69165,0,0,0.962417,-0.271576,180,0,1,0),(27771,187264,530,1,1,12056.3,-7373.7,-0.247891,2.24181,0,0,0.900495,0.434867,180,0,1,0),(27770,187264,530,1,1,12051.7,-7362.3,0.137042,2.67457,0,0,0.972859,0.231397,180,0,1,0),(27769,187264,530,1,1,12042,-7355.52,-0.200113,2.60545,0,0,0.964284,0.264872,180,0,1,0),(47246,184740,530,1,1,-215.46,7027.6,18.3692,2.28099,0,0,0,0,500,100,1,0),(47245,184740,530,1,1,-134.076,7015.83,23.6167,0.077938,0,0,0,0,500,100,1,0),(47244,184740,530,1,1,-129.921,6965.45,23.5457,0.966212,0,0,0,0,500,100,1,0),(47243,184740,530,1,1,-103.497,7017.23,23.2195,5.50503,0,0,0,0,500,100,1,0),(47242,184740,530,1,1,-105.53,6972.42,19.133,1.67621,0,0,0,0,500,100,1,0),(28331,188215,0,1,1,-9496.91,62.7053,60.019,0.20944,0,0,0.104528,0.994522,180,100,1,0),(28334,188215,0,1,1,-9496.91,62.7053,56.3357,0.20944,0,0,0.104528,0.994522,180,100,1,0),(28335,188215,0,1,1,-9496.1,35.9651,60.4067,2.40855,0,0,0.93358,0.358368,180,100,1,0),(28336,188215,0,1,1,-9496.1,35.9651,56.7234,2.40855,0,0,0.93358,0.358368,180,100,1,0),(28337,188215,0,1,1,-9495.88,66.8677,60.1023,-0.10472,0,0,0.052336,-0.99863,180,100,1,0),(28338,188215,0,1,1,-9495.88,66.8677,56.4189,-0.10472,0,0,0.052336,-0.99863,180,100,1,0),(28339,188215,0,1,1,-9495.13,70.8716,60.0331,-0.401426,0,0,0.199368,-0.979925,180,100,1,0),(28341,188215,0,1,1,-9495.13,70.8716,56.3498,-0.401426,0,0,0.199368,-0.979925,180,100,1,0),(28342,188215,0,1,1,-9494.5,39.2546,60.4795,2.54818,0,0,0.956305,0.292372,180,100,1,0),(28343,188215,0,1,1,-9494.5,39.2546,56.7962,2.54818,0,0,0.956305,0.292372,180,100,1,0),(28344,188215,0,1,1,-9492.86,42.564,60.5079,2.68781,0,0,0.97437,0.224951,180,100,1,0),(28345,188215,0,1,1,-9492.86,42.564,56.8246,2.68781,0,0,0.97437,0.224951,180,100,1,0),(28346,188215,0,1,1,-9492.72,75.6383,59.8674,0.436332,0,0,0.21644,0.976296,180,100,1,0),(28347,188215,0,1,1,-9492.72,75.6383,56.1841,0.436332,0,0,0.21644,0.976296,180,100,1,0),(28348,188215,0,1,1,-9491.81,79.92,59.8211,0.05236,0,0,0.026177,0.999657,180,100,1,0),(28349,188215,0,1,1,-9491.81,79.92,56.1378,0.05236,0,0,0.026177,0.999657,180,100,1,0),(28352,188215,0,1,1,-9491.31,45.9254,60.3487,2.82743,0,0,0.987688,0.156434,180,100,1,0),(28353,188215,0,1,1,-9491.31,45.9254,56.6653,2.82743,0,0,0.987688,0.156434,180,100,1,0),(28354,188215,0,1,1,-9490.87,83.9578,59.9231,-0.383972,0,0,0.190809,-0.981627,180,100,1,0),(28355,188215,0,1,1,-9490.87,83.9578,56.2398,-0.383972,0,0,0.190809,-0.981627,180,100,1,0),(28356,188215,0,1,1,-9490.4,93.0475,60.1863,0.174533,0,0,0.087156,0.996195,180,100,1,0),(28357,188215,0,1,1,-9490.4,93.0475,56.503,0.174533,0,0,0.087156,0.996195,180,100,1,0),(28358,188215,0,1,1,-9490.11,87.7993,60.0187,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(28359,188215,0,1,1,-9490.11,87.7993,56.3354,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(28360,188215,0,1,1,-9489.32,97.2272,60.2317,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(28361,188215,0,1,1,-9489.32,97.2272,56.5484,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(28362,188215,0,1,1,-9489.17,49.2949,60.2391,2.47837,0,0,0.945519,0.325568,180,100,1,0),(28363,188215,0,1,1,-9489.17,49.2949,56.5557,2.47837,0,0,0.945519,0.325568,180,100,1,0),(28364,188215,0,1,1,-9488.42,101.054,60.2788,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(28365,188215,0,1,1,-9488.42,101.054,56.5955,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(28366,188215,0,1,1,-9486.22,52.9084,60.1434,2.23402,0,0,0.898794,0.438371,180,100,1,0),(28368,188215,0,1,1,-9486.22,52.9084,56.4601,2.23402,0,0,0.898794,0.438371,180,100,1,0),(28369,188215,0,1,1,-9482.3,54.6745,60.1933,1.76278,0,0,0.771625,0.636078,180,100,1,0),(28370,188215,0,1,1,-9482.3,54.6745,56.51,1.76278,0,0,0.771625,0.636078,180,100,1,0),(28371,188215,0,1,1,-9480.14,77.5936,60.4793,-2.56563,0,0,0.95882,-0.284015,180,100,1,0),(28372,188215,0,1,1,-9480.14,77.5936,56.796,-2.56563,0,0,0.95882,-0.284015,180,100,1,0),(28373,188215,0,1,1,-9478.96,73.6922,60.3479,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(28374,188215,0,1,1,-9478.96,73.6922,56.6646,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(28375,188215,0,1,1,-9477.4,55.8905,60.3586,1.48353,0,0,0.67559,0.737277,180,100,1,0),(28376,188215,0,1,1,-9477.4,55.8905,56.6753,1.48353,0,0,0.67559,0.737277,180,100,1,0),(28377,188215,0,1,1,-9475.55,71.6653,60.2886,-1.95477,0,0,0.829038,-0.559193,180,100,1,0),(28378,188215,0,1,1,-9475.55,71.6653,56.6052,-1.95477,0,0,0.829038,-0.559193,180,100,1,0),(28379,188215,0,1,1,-9472.66,55.798,60.511,1.53589,0,0,0.694658,0.71934,180,100,1,0),(28380,188215,0,1,1,-9472.66,55.798,56.8277,1.53589,0,0,0.694658,0.71934,180,100,1,0),(28381,188215,0,1,1,-9471.24,70.7968,60.2489,-1.46608,0,0,0.669131,-0.743145,180,100,1,0),(28382,188215,0,1,1,-9471.24,70.7968,56.5656,-1.46608,0,0,0.669131,-0.743145,180,100,1,0),(28383,188215,0,1,1,-9468.05,55.424,60.5465,1.32645,0,0,0.615662,0.788011,180,100,1,0),(28384,188215,0,1,1,-9468.05,55.424,56.8632,1.32645,0,0,0.615662,0.788011,180,100,1,0),(28385,188215,0,1,1,-9467.02,70.7817,60.1884,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(28386,188215,0,1,1,-9467.02,70.7817,56.5051,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(28387,188215,0,1,1,-9462.74,70.7093,60.1701,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(28388,188215,0,1,1,-9462.74,70.7093,56.4867,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(28389,188215,0,1,1,-9462.39,50.1898,60.2805,1.11701,0,0,0.529919,0.848048,180,100,1,0),(28390,188215,0,1,1,-9462.39,50.1898,56.5971,1.11701,0,0,0.529919,0.848048,180,100,1,0),(28391,188215,0,1,1,-9458.72,49.5112,60.3729,1.43117,0,0,0.656059,0.75471,180,100,1,0),(28392,188215,0,1,1,-9458.72,49.5112,56.6896,1.43117,0,0,0.656059,0.75471,180,100,1,0),(28393,188215,0,1,1,-9458.63,70.7116,60.2296,-1.67552,0,0,0.743145,-0.669131,180,100,1,0),(28394,188215,0,1,1,-9458.63,70.7116,56.5462,-1.67552,0,0,0.743145,-0.669131,180,100,1,0),(28395,188215,0,1,1,-9454.69,49.0365,60.3845,1.72788,0,0,0.760406,0.649448,180,100,1,0),(28396,188215,0,1,1,-9454.69,49.0365,56.7012,1.72788,0,0,0.760406,0.649448,180,100,1,0),(28397,188215,0,1,1,-9454.38,70.6657,60.2439,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(28398,188215,0,1,1,-9454.38,70.6657,56.5605,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(28399,188215,0,1,1,-9450.26,70.7579,60.2829,-1.78024,0,0,0.777146,-0.62932,180,100,1,0),(28400,188215,0,1,1,-9450.26,70.7579,56.5996,-1.78024,0,0,0.777146,-0.62932,180,100,1,0),(28401,188215,0,1,1,-9179.79,275.865,75.4225,1.5708,0,0,0.707107,0.707107,180,100,1,0),(28402,188215,0,1,1,-9089.17,-57.177,85.6382,0.593412,0,0,0.292372,0.956305,180,100,1,0),(28403,188215,0,1,1,-8992.38,-84.9667,89.1692,-2.23402,0,0,0.898794,-0.438371,180,100,1,0),(28404,188215,0,1,1,-8992.38,-84.9667,85.4858,-2.23402,0,0,0.898794,-0.438371,180,100,1,0),(28406,188215,0,1,1,-8989.3,-88.5705,89.1801,-2.77507,0,0,0.983255,-0.182235,180,100,1,0),(28407,188215,0,1,1,-8989.3,-88.5705,85.4968,-2.77507,0,0,0.983255,-0.182235,180,100,1,0),(28408,188215,0,1,1,-8986.93,-91.8995,89.2725,3.12414,0,0,0.999962,0.008727,180,100,1,0),(28409,188215,0,1,1,-8986.93,-91.8995,85.5892,3.12414,0,0,0.999962,0.008727,180,100,1,0),(28411,188215,0,1,1,-8984.37,-95.2103,89.2714,2.87979,0,0,0.991445,0.130526,180,100,1,0),(28412,188215,0,1,1,-8984.37,-95.2103,85.588,2.87979,0,0,0.991445,0.130526,180,100,1,0),(28413,188215,0,1,1,-8981.07,-98.9376,89.0398,2.74017,0,0,0.979925,0.199368,180,100,1,0),(28416,188215,0,1,1,-8981.07,-98.9376,85.3565,2.74017,0,0,0.979925,0.199368,180,100,1,0),(28445,188215,0,1,1,-8977.45,-102.396,88.7492,2.6529,0,0,0.970296,0.241922,180,100,1,0),(28488,188215,0,1,1,-8977.45,-102.396,85.0659,2.6529,0,0,0.970296,0.241922,180,100,1,0),(28491,188215,0,1,1,-8974.38,-105.229,88.5952,2.61799,0,0,0.965926,0.258819,180,100,1,0),(29197,188215,0,1,1,-8974.38,-105.229,84.9119,2.61799,0,0,0.965926,0.258819,180,100,1,0),(29228,188215,0,1,1,-8970.78,-107.208,88.4729,-1.23918,0,0,0.580703,-0.814116,180,100,1,0),(29229,188215,0,1,1,-8970.78,-107.208,84.7896,-1.23918,0,0,0.580703,-0.814116,180,100,1,0),(29230,188215,0,1,1,-8966.78,-108.445,88.2857,-1.36136,0,0,0.629321,-0.777146,180,100,1,0),(29231,188215,0,1,1,-8966.78,-108.445,84.6024,-1.36136,0,0,0.629321,-0.777146,180,100,1,0),(29254,188215,0,1,1,-8962.49,-109.136,87.924,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(29354,188215,0,1,1,-8962.49,-109.136,84.2406,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(29555,188215,0,1,1,-8959.42,-156.478,85.5506,1.0472,0,0,0.5,0.866025,180,100,1,0),(29557,188215,0,1,1,-8959.42,-156.478,81.8673,1.0472,0,0,0.5,0.866025,180,100,1,0),(29564,188215,0,1,1,-8958.03,-109.478,87.6445,-1.69297,0,0,0.748956,-0.66262,180,100,1,0),(29569,188215,0,1,1,-8958.03,-109.478,83.9612,-1.69297,0,0,0.748956,-0.66262,180,100,1,0),(29570,188215,0,1,1,-8954.95,-158.161,85.6012,1.25664,0,0,0.587785,0.809017,180,100,1,0),(29586,188215,0,1,1,-8954.95,-158.161,81.9178,1.25664,0,0,0.587785,0.809017,180,100,1,0),(29600,188215,0,1,1,-8953.89,-109.362,87.3079,-1.85005,0,0,0.798635,-0.601815,180,100,1,0),(29615,188215,0,1,1,-8953.89,-109.362,83.6246,-1.85005,0,0,0.798635,-0.601815,180,100,1,0),(29616,188215,0,1,1,-8950.7,-158.655,85.6598,1.44862,0,0,0.66262,0.748956,180,100,1,0),(29621,188215,0,1,1,-8950.7,-158.655,81.9764,1.44862,0,0,0.66262,0.748956,180,100,1,0),(29623,188215,0,1,1,-8949.77,-109.315,87.0312,-1.98968,0,0,0.838671,-0.544639,180,100,1,0),(29624,188215,0,1,1,-8949.77,-109.315,83.3478,-1.98968,0,0,0.838671,-0.544639,180,100,1,0),(29631,188215,0,1,1,-8946.19,-158.145,85.6855,1.64061,0,0,0.731354,0.681998,180,100,1,0),(29632,188215,0,1,1,-8946.19,-158.145,82.0022,1.64061,0,0,0.731354,0.681998,180,100,1,0),(29634,188215,0,1,1,-8945.23,-109.018,86.8499,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(29663,188215,0,1,1,-8945.23,-109.018,83.1666,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(29664,188215,0,1,1,-8941.99,-157.029,85.6248,1.85005,0,0,0.798636,0.601815,180,100,1,0),(29665,188215,0,1,1,-8941.99,-157.029,81.9415,1.85005,0,0,0.798636,0.601815,180,100,1,0),(29666,188215,0,1,1,-8940.67,-109.28,86.7156,-1.02974,0,0,0.492424,-0.870356,180,100,1,0),(29678,188215,0,1,1,-8940.67,-109.28,83.0322,-1.02974,0,0,0.492424,-0.870356,180,100,1,0),(29679,188215,0,1,1,-8937.71,-155.704,85.3754,2.05949,0,0,0.857167,0.515038,180,100,1,0),(29971,188215,0,1,1,-8937.71,-155.704,81.6921,2.05949,0,0,0.857167,0.515038,180,100,1,0),(29978,188215,0,1,1,-8936.53,-109.448,86.7166,-1.36136,0,0,0.629321,-0.777146,180,100,1,0),(29982,188215,0,1,1,-8936.53,-109.448,83.0332,-1.36136,0,0,0.629321,-0.777146,180,100,1,0),(29983,188215,0,1,1,-8934.39,-153.62,85.5421,2.25148,0,0,0.902585,0.430511,180,100,1,0),(29985,188215,0,1,1,-8934.39,-153.62,81.8587,2.25148,0,0,0.902585,0.430511,180,100,1,0),(30000,188215,0,1,1,-8932.46,-110.112,86.731,-1.74533,0,0,0.766044,-0.642788,180,100,1,0),(30001,188215,0,1,1,-8932.46,-110.112,83.0476,-1.74533,0,0,0.766044,-0.642788,180,100,1,0),(30009,188215,0,1,1,-8931.29,-150.839,85.7225,2.44346,0,0,0.939693,0.34202,180,100,1,0),(30027,188215,0,1,1,-8931.29,-150.839,82.0391,2.44346,0,0,0.939693,0.34202,180,100,1,0),(30038,188215,0,1,1,-8928.83,-147.713,85.4824,2.61799,0,0,0.965926,0.258819,180,100,1,0),(30048,188215,0,1,1,-8928.83,-147.713,81.7991,2.61799,0,0,0.965926,0.258819,180,100,1,0),(30060,188215,0,1,1,-8928.64,962.263,117.356,2.14675,0,0,0.878817,0.477159,180,100,1,0),(30069,188215,0,1,1,-8928.38,-111.336,86.792,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(30074,188215,0,1,1,-8928.38,-111.336,83.1087,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(30103,188215,0,1,1,-8926.41,-144.356,85.4053,2.80998,0,0,0.986286,0.165048,180,100,1,0),(30105,188215,0,1,1,-8926.41,-144.356,81.722,2.80998,0,0,0.986286,0.165048,180,100,1,0),(30106,188215,0,1,1,-8924.32,-112.928,86.6667,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(30110,188215,0,1,1,-8924.32,-112.928,82.9834,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(30147,188215,0,1,1,-8918.51,-135.146,84.2136,1.64061,0,0,0.731354,0.681998,180,100,1,0),(30496,188215,0,1,1,-8918.51,-135.146,80.5303,1.64061,0,0,0.731354,0.681998,180,100,1,0),(30596,188215,0,1,1,-8914.73,-133.636,84.3208,1.95477,0,0,0.829038,0.559193,180,100,1,0),(30614,188215,0,1,1,-8914.73,-133.636,80.6375,1.95477,0,0,0.829038,0.559193,180,100,1,0),(30620,188215,0,1,1,-8911.02,-131.912,84.4265,2.28638,0,0,0.909961,0.414693,180,100,1,0),(30631,188215,0,1,1,-8911.02,-131.912,80.7432,2.28638,0,0,0.909961,0.414693,180,100,1,0),(30747,188215,0,1,1,-8860.38,655.895,100.094,-0.785398,0,0,0.382683,-0.92388,180,100,1,0),(30773,188215,0,1,1,-8860.38,655.895,96.4102,-0.785398,0,0,0.382683,-0.92388,180,100,1,0),(30778,188215,0,1,1,-8859.81,641.328,100.013,1.20428,0,0,0.566406,0.824126,180,100,1,0),(30787,188215,0,1,1,-8859.81,641.328,96.33,1.20428,0,0,0.566406,0.824126,180,100,1,0),(30796,188215,0,1,1,-8856.87,658.125,100.398,-0.890118,0,0,0.430511,-0.902585,180,100,1,0),(30813,188215,0,1,1,-8856.87,658.125,96.715,-0.890118,0,0,0.430511,-0.902585,180,100,1,0),(30836,188215,0,1,1,-8855.8,642.586,100.226,1.32645,0,0,0.615662,0.788011,180,100,1,0),(30870,188215,0,1,1,-8855.8,642.586,96.5424,1.32645,0,0,0.615662,0.788011,180,100,1,0),(30871,188215,0,1,1,-8853.55,660.798,100.766,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(30885,188215,0,1,1,-8853.55,660.798,97.0824,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(30886,188215,0,1,1,-8851.51,643.122,100.232,1.48353,0,0,0.67559,0.737277,180,100,1,0),(30887,188215,0,1,1,-8851.51,643.122,96.5483,1.48353,0,0,0.67559,0.737277,180,100,1,0),(30922,188215,0,1,1,-8848.47,640.706,99.8758,0.767945,0,0,0.374607,0.927184,180,100,1,0),(30937,188215,0,1,1,-8848.47,640.706,96.1925,0.767945,0,0,0.374607,0.927184,180,100,1,0),(30956,188215,0,1,1,-8847.28,656.933,100.95,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(30958,188215,0,1,1,-8847.28,656.933,97.2669,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(30959,188215,0,1,1,-8846.42,637.212,99.3256,0.837758,0,0,0.406737,0.913545,180,100,1,0),(30961,188215,0,1,1,-8846.42,637.212,95.6423,0.837758,0,0,0.406737,0.913545,180,100,1,0),(30962,188215,0,1,1,-8844.97,653.237,100.705,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(30965,188215,0,1,1,-8844.97,653.237,97.0213,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(31010,188215,0,1,1,-8844.81,633.665,98.7924,0.890118,0,0,0.430511,0.902585,180,100,1,0),(31052,188215,0,1,1,-8844.81,633.665,95.1091,0.890118,0,0,0.430511,0.902585,180,100,1,0),(31078,188215,0,1,1,-8841.77,649.336,100.226,-2.72271,0,0,0.978148,-0.207912,180,100,1,0),(31129,188215,0,1,1,-8841.77,649.336,96.5427,-2.72271,0,0,0.978148,-0.207912,180,100,1,0),(31142,188215,0,1,1,-8832.04,642.686,98.3797,-1.27409,0,0,0.594823,-0.803857,180,100,1,0),(31308,188215,0,1,1,-8832.04,642.686,94.6964,-1.27409,0,0,0.594823,-0.803857,180,100,1,0),(31309,188215,0,1,1,-8828.32,633.228,98.0372,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(31314,188215,0,1,1,-8828.32,633.228,94.3538,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(31325,188215,0,1,1,-8827.85,644.388,98.2154,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(31336,188215,0,1,1,-8827.85,644.388,94.5321,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(31341,188215,0,1,1,-8827.65,860.801,99.0844,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(31345,188215,0,1,1,-8825.53,630.162,97.8435,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(31347,188215,0,1,1,-8825.53,630.162,94.1602,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(31352,188215,0,1,1,-8824.41,612.461,98.4248,0.767945,0,0,0.374607,0.927184,180,100,1,0),(31353,188215,0,1,1,-8824.41,612.461,94.7415,0.767945,0,0,0.374607,0.927184,180,100,1,0),(31362,188215,0,1,1,-8823.3,644.591,98.1362,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(31364,188215,0,1,1,-8823.3,644.591,94.4528,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(31371,188215,0,1,1,-8822.71,626.831,97.5723,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(31398,188215,0,1,1,-8822.71,626.831,93.8889,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(31929,188215,0,1,1,-8820.51,609.938,99.0873,0.872665,0,0,0.422618,0.906308,180,100,1,0),(31956,188215,0,1,1,-8820.51,609.938,95.404,0.872665,0,0,0.422618,0.906308,180,100,1,0),(31958,188215,0,1,1,-8818.5,643.579,97.9953,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(32073,188215,0,1,1,-8818.5,643.579,94.312,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(32075,188215,0,1,1,-8816.93,606.846,99.6239,0.977384,0,0,0.469472,0.882948,180,100,1,0),(32076,188215,0,1,1,-8816.93,606.846,95.9405,0.977384,0,0,0.469472,0.882948,180,100,1,0),(32082,188215,0,1,1,-8814.35,641.563,97.9953,-2.35619,0,0,0.92388,-0.382683,180,100,1,0),(32088,188215,0,1,1,-8814.35,641.563,94.312,-2.35619,0,0,0.92388,-0.382683,180,100,1,0),(32095,188215,0,1,1,-8814.35,620.236,98.2966,2.60054,0,0,0.96363,0.267238,180,100,1,0),(32121,188215,0,1,1,-8814.35,620.236,94.6133,2.60054,0,0,0.96363,0.267238,180,100,1,0),(32122,188215,0,1,1,-8811.97,637.778,97.9953,-2.60054,0,0,0.96363,-0.267238,180,100,1,0),(32124,188215,0,1,1,-8811.97,637.778,94.312,-2.60054,0,0,0.96363,-0.267238,180,100,1,0),(32125,188215,0,1,1,-8811.91,611.805,99.1649,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(32126,188215,0,1,1,-8811.91,611.805,95.4816,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(32127,188215,0,1,1,-8811.17,624.093,98.0921,2.89725,0,0,0.992546,0.121869,180,100,1,0),(32129,188215,0,1,1,-8811.17,624.093,94.4087,2.89725,0,0,0.992546,0.121869,180,100,1,0),(32147,188215,0,1,1,-8809.86,633.433,97.9953,-2.86234,0,0,0.990268,-0.139173,180,100,1,0),(32148,188215,0,1,1,-8809.86,633.433,94.312,-2.86234,0,0,0.990268,-0.139173,180,100,1,0),(32150,188215,0,1,1,-8809.81,628.563,97.9953,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(32151,188215,0,1,1,-8809.81,628.563,94.312,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(32152,188215,0,1,1,-8809.25,608.436,99.52,-2.21657,0,0,0.894934,-0.446198,180,100,1,0),(32153,188215,0,1,1,-8809.25,608.436,95.8367,-2.21657,0,0,0.894934,-0.446198,180,100,1,0),(32154,188215,0,1,1,-8806.46,604.994,99.8936,-2.35619,0,0,0.92388,-0.382683,180,100,1,0),(32157,188215,0,1,1,-8806.46,604.994,96.2103,-2.35619,0,0,0.92388,-0.382683,180,100,1,0),(32170,188215,0,1,1,-8803.56,601.48,100.28,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(32172,188215,0,1,1,-8803.56,601.48,96.5967,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(32180,188215,0,1,1,-6254.32,306.279,387.04,-2.94961,0,0,0.995396,-0.095846,180,100,1,0),(32187,188215,0,1,1,-6254.32,306.279,383.357,-2.94961,0,0,0.995396,-0.095846,180,100,1,0),(32281,188215,0,1,1,-6254.21,301.477,387.152,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(32283,188215,0,1,1,-6254.21,301.477,383.469,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(32292,188215,0,1,1,-6253.39,310.545,386.892,-2.86234,0,0,0.990268,-0.139173,180,100,1,0),(32302,188215,0,1,1,-6253.39,310.545,383.208,-2.86234,0,0,0.990268,-0.139173,180,100,1,0),(32314,188215,0,1,1,-6253.34,297.043,387.225,3.12414,0,0,0.999962,0.008727,180,100,1,0),(32316,188215,0,1,1,-6253.34,297.043,383.541,3.12414,0,0,0.999962,0.008727,180,100,1,0),(32454,188215,0,1,1,-6252.98,292.937,387.252,3.01942,0,0,0.998135,0.061049,180,100,1,0),(32455,188215,0,1,1,-6252.98,292.937,383.569,3.01942,0,0,0.998135,0.061049,180,100,1,0),(32460,188215,0,1,1,-6252.34,288.583,387.539,2.93215,0,0,0.994522,0.104528,180,100,1,0),(32485,188215,0,1,1,-6252.34,288.583,383.855,2.93215,0,0,0.994522,0.104528,180,100,1,0),(32490,188215,0,1,1,-6250.81,313.922,386.713,2.72271,0,0,0.978148,0.207912,180,100,1,0),(32492,188215,0,1,1,-6250.81,313.922,383.03,2.72271,0,0,0.978148,0.207912,180,100,1,0),(32509,188215,0,1,1,-6247.38,316.789,386.535,2.11185,0,0,0.870356,0.492424,180,100,1,0),(32510,188215,0,1,1,-6247.38,316.789,382.852,2.11185,0,0,0.870356,0.492424,180,100,1,0),(32514,188215,0,1,1,-6243.11,318.229,386.482,1.71042,0,0,0.75471,0.656059,180,100,1,0),(32515,188215,0,1,1,-6243.11,318.229,382.799,1.71042,0,0,0.75471,0.656059,180,100,1,0),(32516,188215,0,1,1,-6238.51,318.976,386.462,1.74533,0,0,0.766044,0.642788,180,100,1,0),(32517,188215,0,1,1,-6238.51,318.976,382.779,1.74533,0,0,0.766044,0.642788,180,100,1,0),(32583,188215,0,1,1,-6233.81,319.853,386.643,1.8326,0,0,0.793353,0.608761,180,100,1,0),(32597,188215,0,1,1,-6233.81,319.853,382.959,1.8326,0,0,0.793353,0.608761,180,100,1,0),(32602,188215,0,1,1,-6229.77,321.706,386.817,1.78024,0,0,0.777146,0.62932,180,100,1,0),(32638,188215,0,1,1,-6229.77,321.706,383.134,1.78024,0,0,0.777146,0.62932,180,100,1,0),(32639,188215,0,1,1,-6226.13,323.36,386.906,2.1293,0,0,0.87462,0.48481,180,100,1,0),(32645,188215,0,1,1,-6226.13,323.36,383.222,2.1293,0,0,0.87462,0.48481,180,100,1,0),(32648,188215,0,1,1,-6221.56,324.475,386.973,2.47837,0,0,0.945519,0.325568,180,100,1,0),(32650,188215,0,1,1,-6221.56,324.475,383.29,2.47837,0,0,0.945519,0.325568,180,100,1,0),(32652,188215,0,1,1,-6221.25,340.015,386.956,-2.56563,0,0,0.95882,-0.284015,180,100,1,0),(32653,188215,0,1,1,-6221.25,340.015,383.273,-2.56563,0,0,0.95882,-0.284015,180,100,1,0),(32656,188215,0,1,1,-6218.2,326.969,386.985,2.74017,0,0,0.979925,0.199368,180,100,1,0),(32662,188215,0,1,1,-6218.2,326.969,383.302,2.74017,0,0,0.979925,0.199368,180,100,1,0),(32665,188215,0,1,1,-6217.83,338.042,386.97,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(32671,188215,0,1,1,-6217.83,338.042,383.286,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(32673,188215,0,1,1,-6216.18,334.557,387.154,-3.03687,0,0,0.99863,-0.052336,180,100,1,0),(32675,188215,0,1,1,-6216.18,334.557,383.47,-3.03687,0,0,0.99863,-0.052336,180,100,1,0),(32701,188215,0,1,1,-6216.15,330.42,387.075,2.98451,0,0,0.996917,0.078459,180,100,1,0),(32703,188215,0,1,1,-6216.15,330.42,383.392,2.98451,0,0,0.996917,0.078459,180,100,1,0),(32704,188215,0,1,1,-6203.43,416.209,391.578,2.96706,0,0,0.996195,0.087156,180,100,1,0),(32705,188215,0,1,1,-6203.43,416.209,387.895,2.96706,0,0,0.996195,0.087156,180,100,1,0),(32706,188215,0,1,1,-6203.39,410.54,391.83,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(32723,188215,0,1,1,-6203.39,410.54,388.146,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(32724,188215,0,1,1,-6201.95,405.488,392.372,-2.68781,0,0,0.97437,-0.224951,180,100,1,0),(32741,188215,0,1,1,-6201.95,405.488,388.688,-2.68781,0,0,0.97437,-0.224951,180,100,1,0),(32743,188215,0,1,1,-6201.86,421.338,391.562,2.82743,0,0,0.987688,0.156434,180,100,1,0),(32757,188215,0,1,1,-6201.86,421.338,387.879,2.82743,0,0,0.987688,0.156434,180,100,1,0),(32759,188215,0,1,1,-6199.56,426.252,391.383,2.84489,0,0,0.989016,0.147809,180,100,1,0),(32761,188215,0,1,1,-6199.56,426.252,387.7,2.84489,0,0,0.989016,0.147809,180,100,1,0),(32817,188215,0,1,1,-6199.4,400.842,393.375,-2.56563,0,0,0.95882,-0.284015,180,100,1,0),(32818,188215,0,1,1,-6199.4,400.842,389.692,-2.56563,0,0,0.95882,-0.284015,180,100,1,0),(32819,188215,0,1,1,-6198.21,431.115,391.292,2.87979,0,0,0.991445,0.130526,180,100,1,0),(32820,188215,0,1,1,-6198.21,431.115,387.609,2.87979,0,0,0.991445,0.130526,180,100,1,0),(32821,188215,0,1,1,-6196.34,397.191,394.548,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(32826,188215,0,1,1,-6196.34,397.191,390.865,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(32847,188215,0,1,1,-6192.39,394.322,395.758,-1.78024,0,0,0.777146,-0.62932,180,100,1,0),(32848,188215,0,1,1,-6192.39,394.322,392.075,-1.78024,0,0,0.777146,-0.62932,180,100,1,0),(32849,188215,0,1,1,-6188.09,392.323,397.086,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(32856,188215,0,1,1,-6188.09,392.323,393.403,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(32857,188215,0,1,1,-6170.98,384.593,402.211,3.08923,0,0,0.999657,0.026177,180,100,1,0),(32858,188215,0,1,1,-6170.98,384.593,398.528,3.08923,0,0,0.999657,0.026177,180,100,1,0),(32859,188215,0,1,1,-6170.96,380.191,402.263,2.6529,0,0,0.970296,0.241922,180,100,1,0),(32860,188215,0,1,1,-6170.96,380.191,398.58,2.6529,0,0,0.970296,0.241922,180,100,1,0),(32861,188215,0,1,1,-6170.89,388.75,402.269,-2.75762,0,0,0.981627,-0.190809,180,100,1,0),(32885,188215,0,1,1,-6170.89,388.75,398.586,-2.75762,0,0,0.981627,-0.190809,180,100,1,0),(33136,188215,0,1,1,-6033.88,47.54,406.364,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(33138,188215,0,1,1,-5661.48,-487.052,400.021,1.51844,0,0,0.688355,0.725374,180,100,1,0),(33169,188215,0,1,1,-5661.48,-487.052,396.338,1.51844,0,0,0.688355,0.725374,180,100,1,0),(33171,188215,0,1,1,-5657.15,-487.392,400.061,1.69297,0,0,0.748956,0.66262,180,100,1,0),(33172,188215,0,1,1,-5657.15,-487.392,396.377,1.69297,0,0,0.748956,0.66262,180,100,1,0),(33185,188215,0,1,1,-5656.17,-477.286,399.906,-1.46608,0,0,0.669131,-0.743145,180,100,1,0),(33186,188215,0,1,1,-5656.17,-477.286,396.223,-1.46608,0,0,0.669131,-0.743145,180,100,1,0),(33188,188215,0,1,1,-5653.02,-487.688,400.128,1.8675,0,0,0.803857,0.594823,180,100,1,0),(33198,188215,0,1,1,-5653.02,-487.688,396.444,1.8675,0,0,0.803857,0.594823,180,100,1,0),(33202,188215,0,1,1,-5651.99,-477.605,399.852,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(33213,188215,0,1,1,-5651.99,-477.605,396.168,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(33340,188215,0,1,1,-5648.43,-488.054,400.176,1.32645,0,0,0.615662,0.788011,180,100,1,0),(33355,188215,0,1,1,-5648.43,-488.054,396.492,1.32645,0,0,0.615662,0.788011,180,100,1,0),(33398,188215,0,1,1,-5647.54,-477.844,400.148,-1.67552,0,0,0.743145,-0.669131,180,100,1,0),(33400,188215,0,1,1,-5647.54,-477.844,396.465,-1.67552,0,0,0.743145,-0.669131,180,100,1,0),(33407,188215,0,1,1,-5643.59,-488.297,400.329,1.5708,0,0,0.707107,0.707107,180,100,1,0),(33432,188215,0,1,1,-5643.59,-488.297,396.646,1.5708,0,0,0.707107,0.707107,180,100,1,0),(33435,188215,0,1,1,-5643.41,-477.903,400.411,-1.78024,0,0,0.777146,-0.62932,180,100,1,0),(33439,188215,0,1,1,-5643.41,-477.903,396.727,-1.78024,0,0,0.777146,-0.62932,180,100,1,0),(33445,188215,0,1,1,-5639.34,-488.456,400.435,1.76278,0,0,0.771625,0.636078,180,100,1,0),(33446,188215,0,1,1,-5639.34,-488.456,396.752,1.76278,0,0,0.771625,0.636078,180,100,1,0),(33447,188215,0,1,1,-5635.02,-488.46,400.435,1.37881,0,0,0.636078,0.771625,180,100,1,0),(33450,188215,0,1,1,-5635.02,-488.46,396.752,1.37881,0,0,0.636078,0.771625,180,100,1,0),(33453,188215,0,1,1,-5630.85,-488.784,400.738,1.58825,0,0,0.71325,0.700909,180,100,1,0),(33456,188215,0,1,1,-5630.85,-488.784,397.054,1.58825,0,0,0.71325,0.700909,180,100,1,0),(33466,188215,0,1,1,-5626.75,-488.638,400.747,1.78024,0,0,0.777146,0.62932,180,100,1,0),(33482,188215,0,1,1,-5626.75,-488.638,397.064,1.78024,0,0,0.777146,0.62932,180,100,1,0),(33493,188215,0,1,1,-5623.49,-478.744,400.747,-1.23918,0,0,0.580703,-0.814116,180,100,1,0),(33512,188215,0,1,1,-5623.49,-478.744,397.064,-1.23918,0,0,0.580703,-0.814116,180,100,1,0),(33517,188215,0,1,1,-5622.51,-488.079,400.747,1.58825,0,0,0.71325,0.700909,180,100,1,0),(33520,188215,0,1,1,-5622.51,-488.079,397.064,1.58825,0,0,0.71325,0.700909,180,100,1,0),(33521,188215,0,1,1,-5619.72,-477.859,400.747,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(33522,188215,0,1,1,-5619.72,-477.859,397.064,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(33523,188215,0,1,1,-5618.59,-487.296,400.747,1.78024,0,0,0.777146,0.62932,180,100,1,0),(33527,188215,0,1,1,-5618.59,-487.296,397.064,1.78024,0,0,0.777146,0.62932,180,100,1,0),(33528,188215,0,1,1,-5615.52,-477.492,400.747,-1.67552,0,0,0.743145,-0.669131,180,100,1,0),(33529,188215,0,1,1,-5615.52,-477.492,397.064,-1.67552,0,0,0.743145,-0.669131,180,100,1,0),(33530,188215,0,1,1,-5614.17,-486.701,400.747,1.97222,0,0,0.833886,0.551937,180,100,1,0),(33534,188215,0,1,1,-5614.17,-486.701,397.064,1.97222,0,0,0.833886,0.551937,180,100,1,0),(33535,188215,0,1,1,-5604.06,-487.239,400.983,1.309,0,0,0.608761,0.793353,180,100,1,0),(33536,188215,0,1,1,-5604.06,-487.239,397.3,1.309,0,0,0.608761,0.793353,180,100,1,0),(33537,188215,0,1,1,-5599.99,-487.468,400.963,1.5708,0,0,0.707107,0.707107,180,100,1,0),(33538,188215,0,1,1,-5599.99,-487.468,397.279,1.5708,0,0,0.707107,0.707107,180,100,1,0),(33539,188215,0,1,1,-5595.96,-487.75,400.956,1.81514,0,0,0.788011,0.615662,180,100,1,0),(33543,188215,0,1,1,-5595.96,-487.75,397.273,1.81514,0,0,0.788011,0.615662,180,100,1,0),(33546,188215,0,1,1,-5587.79,-487.178,400.871,1.48353,0,0,0.67559,0.737277,180,100,1,0),(33551,188215,0,1,1,-5587.79,-487.178,397.188,1.48353,0,0,0.67559,0.737277,180,100,1,0),(33552,188215,0,1,1,-5583.73,-486.444,401.151,1.53589,0,0,0.694658,0.71934,180,100,1,0),(33554,188215,0,1,1,-5583.73,-486.444,397.468,1.53589,0,0,0.694658,0.71934,180,100,1,0),(33560,188215,0,1,1,-5580.08,-477.343,401.443,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(33561,188215,0,1,1,-5580.08,-477.343,397.76,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(33562,188215,0,1,1,-5579.38,-485.863,401.465,1.5708,0,0,0.707107,0.707107,180,100,1,0),(33563,188215,0,1,1,-5579.38,-485.863,397.781,1.5708,0,0,0.707107,0.707107,180,100,1,0),(33564,188215,0,1,1,-5575.92,-476.865,401.486,-1.41372,0,0,0.649448,-0.760406,180,100,1,0),(33566,188215,0,1,1,-5575.92,-476.865,397.803,-1.41372,0,0,0.649448,-0.760406,180,100,1,0),(33568,188215,0,1,1,-5575.26,-485.474,401.292,1.64061,0,0,0.731354,0.681998,180,100,1,0),(33569,188215,0,1,1,-5575.26,-485.474,397.609,1.64061,0,0,0.731354,0.681998,180,100,1,0),(33570,188215,0,1,1,-5571.98,-476.419,401.727,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(33571,188215,0,1,1,-5571.98,-476.419,398.044,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(33572,188215,0,1,1,-5571.07,-485.184,401.445,1.69297,0,0,0.748956,0.66262,180,100,1,0),(33573,188215,0,1,1,-5571.07,-485.184,397.762,1.69297,0,0,0.748956,0.66262,180,100,1,0),(33574,188215,0,1,1,-5567.64,-476.814,401.66,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(33575,188215,0,1,1,-5567.64,-476.814,397.976,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(33576,188215,0,1,1,-5566.71,-484.882,401.354,1.76278,0,0,0.771625,0.636078,180,100,1,0),(33577,188215,0,1,1,-5566.71,-484.882,397.671,1.76278,0,0,0.771625,0.636078,180,100,1,0),(33578,188215,0,1,1,-5477.95,-666.351,392.757,0.383972,0,0,0.190809,0.981627,180,100,1,0),(33579,188215,0,1,1,-5461.37,-474.834,397.068,-0.453786,0,0,0.224951,-0.97437,180,100,1,0),(33580,188215,0,1,1,-5368.54,-521.638,391.577,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(33581,188215,0,1,1,-5241.78,-567.743,403.8,-1.39626,0,0,0.642788,-0.766044,180,100,1,0),(33582,188215,0,1,1,-4955.18,-999.319,505.212,1.13446,0,0,0.5373,0.843391,180,100,1,0),(33583,188215,0,1,1,-4955.18,-999.319,501.529,1.13446,0,0,0.5373,0.843391,180,100,1,0),(33584,188215,0,1,1,-4950.26,-1000.45,505.207,1.51844,0,0,0.688355,0.725374,180,100,1,0),(33585,188215,0,1,1,-4950.26,-1000.45,501.524,1.51844,0,0,0.688355,0.725374,180,100,1,0),(33586,188215,0,1,1,-4945.4,-999.564,505.207,1.93731,0,0,0.824126,0.566406,180,100,1,0),(33587,188215,0,1,1,-4945.4,-999.564,501.524,1.93731,0,0,0.824126,0.566406,180,100,1,0),(33588,188215,0,1,1,-4941.62,-996.549,505.21,2.00713,0,0,0.843391,0.5373,180,100,1,0),(33589,188215,0,1,1,-4941.62,-996.549,501.527,2.00713,0,0,0.843391,0.5373,180,100,1,0),(33590,188215,0,1,1,-4937.98,-993.686,505.216,2.09439,0,0,0.866025,0.5,180,100,1,0),(33591,188215,0,1,1,-4937.98,-993.686,501.532,2.09439,0,0,0.866025,0.5,180,100,1,0),(33592,188215,0,1,1,-4934.24,-990.692,505.219,2.18166,0,0,0.887011,0.461749,180,100,1,0),(33593,188215,0,1,1,-4934.24,-990.692,501.536,2.18166,0,0,0.887011,0.461749,180,100,1,0),(33594,188215,0,1,1,-4931.04,-988.047,505.223,2.25148,0,0,0.902585,0.430511,180,100,1,0),(33595,188215,0,1,1,-4931.04,-988.047,501.54,2.25148,0,0,0.902585,0.430511,180,100,1,0),(33596,188215,0,1,1,-4927.41,-985.327,505.227,2.33874,0,0,0.920505,0.390731,180,100,1,0),(33602,188215,0,1,1,-4927.41,-985.327,501.544,2.33874,0,0,0.920505,0.390731,180,100,1,0),(33603,188215,0,1,1,-4923.92,-982.482,505.232,2.42601,0,0,0.936672,0.350207,180,100,1,0),(33604,188215,0,1,1,-4923.92,-982.482,501.549,2.42601,0,0,0.936672,0.350207,180,100,1,0),(33605,188215,0,1,1,-4920.3,-980.048,505.227,2.49582,0,0,0.948324,0.317305,180,100,1,0),(33609,188215,0,1,1,-4920.3,-980.048,501.544,2.49582,0,0,0.948324,0.317305,180,100,1,0),(33611,188215,0,1,1,-4911.45,-973.228,505.221,1.76278,0,0,0.771625,0.636078,180,100,1,0),(33612,188215,0,1,1,-4911.45,-973.228,501.537,1.76278,0,0,0.771625,0.636078,180,100,1,0),(33615,188215,0,1,1,-4908.17,-970.986,505.226,2.23402,0,0,0.898794,0.438371,180,100,1,0),(33620,188215,0,1,1,-4908.17,-970.986,501.542,2.23402,0,0,0.898794,0.438371,180,100,1,0),(33621,188215,0,1,1,-4905.75,-929.033,505.355,-0.820305,0,0,0.398749,-0.91706,180,100,1,0),(33622,188215,0,1,1,-4905.75,-929.033,501.671,-0.820305,0,0,0.398749,-0.91706,180,100,1,0),(33623,188215,0,1,1,-4904.92,-968.211,505.22,2.74017,0,0,0.979925,0.199368,180,100,1,0),(33624,188215,0,1,1,-4904.92,-968.211,501.537,2.74017,0,0,0.979925,0.199368,180,100,1,0),(33625,188215,0,1,1,-4901.62,-926.433,505.359,-0.942478,0,0,0.453991,-0.891006,180,100,1,0),(33626,188215,0,1,1,-4901.62,-926.433,501.675,-0.942478,0,0,0.453991,-0.891006,180,100,1,0),(33627,188215,0,1,1,-4897.61,-924.569,505.357,-1.06465,0,0,0.507538,-0.861629,180,100,1,0),(33628,188215,0,1,1,-4897.61,-924.569,501.674,-1.06465,0,0,0.507538,-0.861629,180,100,1,0),(33629,188215,0,1,1,-4895.82,-957.056,505.221,2.05949,0,0,0.857167,0.515038,180,100,1,0),(33630,188215,0,1,1,-4895.82,-957.056,501.538,2.05949,0,0,0.857167,0.515038,180,100,1,0),(33631,188215,0,1,1,-4893.59,-922.028,505.379,-0.994838,0,0,0.477159,-0.878817,180,100,1,0),(33632,188215,0,1,1,-4893.59,-922.028,501.696,-0.994838,0,0,0.477159,-0.878817,180,100,1,0),(33634,188215,0,1,1,-4892.33,-954.386,505.233,2.14675,0,0,0.878817,0.477159,180,100,1,0),(33635,188215,0,1,1,-4892.33,-954.386,501.55,2.14675,0,0,0.878817,0.477159,180,100,1,0),(33636,188215,0,1,1,-4889.27,-920.325,505.399,-1.309,0,0,0.608761,-0.793353,180,100,1,0),(33637,188215,0,1,1,-4889.27,-920.325,501.715,-1.309,0,0,0.608761,-0.793353,180,100,1,0),(33638,188215,0,1,1,-4888.91,-951.421,505.234,2.25148,0,0,0.902585,0.430511,180,100,1,0),(33639,188215,0,1,1,-4888.91,-951.421,501.551,2.25148,0,0,0.902585,0.430511,180,100,1,0),(33640,188215,0,1,1,-4885.77,-948.848,505.232,2.33874,0,0,0.920505,0.390731,180,100,1,0),(33641,188215,0,1,1,-4885.77,-948.848,501.549,2.33874,0,0,0.920505,0.390731,180,100,1,0),(33642,188215,0,1,1,-4884.55,-919.899,505.411,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(33643,188215,0,1,1,-4884.55,-919.899,501.728,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(33644,188215,0,1,1,-4882.06,-947.097,505.228,2.40855,0,0,0.93358,0.358368,180,100,1,0),(33645,188215,0,1,1,-4882.06,-947.097,501.545,2.40855,0,0,0.93358,0.358368,180,100,1,0),(33646,188215,0,1,1,-4880.06,-921.187,505.414,-1.97222,0,0,0.833886,-0.551937,180,100,1,0),(33647,188215,0,1,1,-4880.06,-921.187,501.73,-1.97222,0,0,0.833886,-0.551937,180,100,1,0),(33648,188215,0,1,1,-4878.21,-945.23,505.224,2.16421,0,0,0.882948,0.469472,180,100,1,0),(33649,188215,0,1,1,-4878.21,-945.23,501.54,2.16421,0,0,0.882948,0.469472,180,100,1,0),(33650,188215,0,1,1,-4876,-923.299,505.41,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(33651,188215,0,1,1,-4876,-923.299,501.727,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(33652,188215,0,1,1,-4874.79,-942.861,505.222,2.47837,0,0,0.945519,0.325568,180,100,1,0),(33653,188215,0,1,1,-4874.79,-942.861,501.538,2.47837,0,0,0.945519,0.325568,180,100,1,0),(33654,188215,0,1,1,-4874.17,-926.993,505.256,-2.56563,0,0,0.95882,-0.284015,180,100,1,0),(33655,188215,0,1,1,-4874.17,-926.993,501.572,-2.56563,0,0,0.95882,-0.284015,180,100,1,0),(33656,188215,0,1,1,-4872.78,-931.252,505.211,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(33657,188215,0,1,1,-4872.78,-931.252,501.528,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(33658,188215,0,1,1,-4872.34,-939.629,505.219,2.75762,0,0,0.981627,0.190809,180,100,1,0),(33659,188215,0,1,1,-4872.34,-939.629,501.535,2.75762,0,0,0.981627,0.190809,180,100,1,0),(33660,188215,0,1,1,-4871.83,-935.368,505.213,3.07178,0,0,0.999391,0.034899,180,100,1,0),(33661,188215,0,1,1,-4871.83,-935.368,501.53,3.07178,0,0,0.999391,0.034899,180,100,1,0),(33662,188215,0,1,1,-4852.5,-1038.39,502.273,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(33663,188215,530,1,1,-4233.91,-12766.1,20.9753,-1.88496,0,0,0.809017,-0.587785,180,100,1,0),(33664,188215,530,1,1,-4210.54,-12501.1,48.3731,0,0,0,0,1,180,100,1,0),(33665,188215,530,1,1,-4210.54,-12501.1,44.6897,0,0,0,0,1,180,100,1,0),(33666,188215,530,1,1,-4210.3,-12505.5,49.1576,0.139626,0,0,0.069756,0.997564,180,100,1,0),(33667,188215,530,1,1,-4210.3,-12505.5,45.4742,0.139626,0,0,0.069756,0.997564,180,100,1,0),(33668,188215,530,1,1,-4210.04,-12496.7,48.1651,-0.15708,0,0,0.078459,-0.996917,180,100,1,0),(33669,188215,530,1,1,-4210.04,-12496.7,44.4818,-0.15708,0,0,0.078459,-0.996917,180,100,1,0),(33670,188215,530,1,1,-4209.24,-12510,48.9631,0.314159,0,0,0.156434,0.987688,180,100,1,0),(33671,188215,530,1,1,-4209.24,-12510,45.2798,0.314159,0,0,0.156434,0.987688,180,100,1,0),(33672,188215,530,1,1,-4208.55,-12492.5,48.1964,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(33673,188215,530,1,1,-4208.55,-12492.5,44.513,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(33674,188215,530,1,1,-4207.9,-12513.9,49.0742,0.453786,0,0,0.224951,0.97437,180,100,1,0),(33675,188215,530,1,1,-4207.9,-12513.9,45.3909,0.453786,0,0,0.224951,0.97437,180,100,1,0),(33676,188215,530,1,1,-4206.28,-12488.7,48.3796,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(33677,188215,530,1,1,-4206.28,-12488.7,44.6963,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(33678,188215,530,1,1,-4205.8,-12517.3,49.7133,0.593412,0,0,0.292372,0.956305,180,100,1,0),(33679,188215,530,1,1,-4205.8,-12517.3,46.03,0.593412,0,0,0.292372,0.956305,180,100,1,0),(33680,188215,530,1,1,-4203.82,-12520.8,49.7542,0.733038,0,0,0.358368,0.93358,180,100,1,0),(33681,188215,530,1,1,-4203.82,-12520.8,46.0709,0.733038,0,0,0.358368,0.93358,180,100,1,0),(33682,188215,530,1,1,-4203.47,-12485.6,48.5719,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(33683,188215,530,1,1,-4203.47,-12485.6,44.8886,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(33684,188215,530,1,1,-4201.87,-12524.2,49.2575,0.855211,0,0,0.414693,0.909961,180,100,1,0),(33685,188215,530,1,1,-4201.87,-12524.2,45.5742,0.855211,0,0,0.414693,0.909961,180,100,1,0),(33686,188215,530,1,1,-4200.58,-12482.8,48.8672,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(33687,188215,530,1,1,-4200.58,-12482.8,45.1839,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(33688,188215,530,1,1,-4199.44,-12527.4,48.7427,0.977384,0,0,0.469472,0.882948,180,100,1,0),(33689,188215,530,1,1,-4199.44,-12527.4,45.0593,0.977384,0,0,0.469472,0.882948,180,100,1,0),(33690,188215,530,1,1,-4197.12,-12479.8,49.475,-0.942478,0,0,0.453991,-0.891006,180,100,1,0),(33691,188215,530,1,1,-4197.12,-12479.8,45.7916,-0.942478,0,0,0.453991,-0.891006,180,100,1,0),(33692,188215,530,1,1,-4190.36,-12474.6,49.5409,-1.25664,0,0,0.587785,-0.809017,180,100,1,0),(33693,188215,530,1,1,-4190.36,-12474.6,45.8575,-1.25664,0,0,0.587785,-0.809017,180,100,1,0),(33694,188215,530,1,1,-4186.1,-12472.7,49.1084,-1.41372,0,0,0.649448,-0.760406,180,100,1,0),(33695,188215,530,1,1,-4186.1,-12472.7,45.425,-1.41372,0,0,0.649448,-0.760406,180,100,1,0),(33696,188215,530,1,1,-4181.76,-12471.6,48.4961,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(33697,188215,530,1,1,-4181.76,-12471.6,44.8128,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(33698,188215,530,1,1,-4177.66,-12470.9,47.9964,-1.71042,0,0,0.75471,-0.656059,180,100,1,0),(33699,188215,530,1,1,-4177.66,-12470.9,44.3131,-1.71042,0,0,0.75471,-0.656059,180,100,1,0),(33700,188215,530,1,1,-4175.38,-12532.2,48.2318,1.44862,0,0,0.66262,0.748956,180,100,1,0),(33701,188215,530,1,1,-4175.38,-12532.2,44.5484,1.44862,0,0,0.66262,0.748956,180,100,1,0),(33702,188215,530,1,1,-4171.55,-12532.8,48.288,1.6057,0,0,0.71934,0.694658,180,100,1,0),(33703,188215,530,1,1,-4171.55,-12532.8,44.6047,1.6057,0,0,0.71934,0.694658,180,100,1,0),(33704,188215,530,1,1,-4163.85,-12531,49.2021,1.93731,0,0,0.824126,0.566406,180,100,1,0),(33705,188215,530,1,1,-4163.85,-12531,45.5187,1.93731,0,0,0.824126,0.566406,180,100,1,0),(33706,188215,530,1,1,-4160.23,-12529.5,49.1798,2.09439,0,0,0.866025,0.5,180,100,1,0),(33707,188215,530,1,1,-4160.23,-12529.5,45.4965,2.09439,0,0,0.866025,0.5,180,100,1,0),(33708,188215,530,1,1,-4156.68,-12486.6,48.6882,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(33709,188215,530,1,1,-4156.68,-12486.6,45.0049,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(33710,188215,530,1,1,-4153.99,-12524.3,48.6729,2.44346,0,0,0.939693,0.34202,180,100,1,0),(33711,188215,530,1,1,-4153.99,-12524.3,44.9896,2.44346,0,0,0.939693,0.34202,180,100,1,0),(33712,188215,530,1,1,-4153.89,-12489.6,48.1264,-2.42601,0,0,0.936672,-0.350207,180,100,1,0),(33713,188215,530,1,1,-4153.89,-12489.6,44.4431,-2.42601,0,0,0.936672,-0.350207,180,100,1,0),(33714,188215,530,1,1,-4151.92,-12520.7,48.8974,2.61799,0,0,0.965926,0.258819,180,100,1,0),(33715,188215,530,1,1,-4151.92,-12520.7,45.2141,2.61799,0,0,0.965926,0.258819,180,100,1,0),(33716,188215,530,1,1,-4151.15,-12492.6,48.4513,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(33717,188215,530,1,1,-4151.15,-12492.6,44.768,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(33718,188215,530,1,1,-4150.57,-12516.9,48.9643,2.79253,0,0,0.984808,0.173648,180,100,1,0),(33719,188215,530,1,1,-4150.06,-13490.1,47.4972,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(33720,188215,530,1,1,-4131.46,-13757.5,78.3781,0.10472,0,0,0.052336,0.99863,180,100,1,0),(33721,188215,530,1,1,-4131.46,-13757.5,74.6948,0.10472,0,0,0.052336,0.99863,180,100,1,0),(33722,188215,530,1,1,-4131.43,-13752.9,78.3923,-0.139626,0,0,0.069756,-0.997564,180,100,1,0),(33723,188215,530,1,1,-4131.43,-13752.9,74.709,-0.139626,0,0,0.069756,-0.997564,180,100,1,0),(33724,188215,530,1,1,-4131.41,-13731.5,78.403,-1.09956,0,0,0.522499,-0.85264,180,100,1,0),(33725,188215,530,1,1,-4131.41,-13731.5,74.7197,-1.09956,0,0,0.522499,-0.85264,180,100,1,0),(33726,188215,530,1,1,-4130.31,-13762.1,78.3861,0.366519,0,0,0.182236,0.983255,180,100,1,0),(33727,188215,530,1,1,-4130.31,-13762.1,74.7028,0.366519,0,0,0.182236,0.983255,180,100,1,0),(33728,188215,530,1,1,-4129.86,-13748,78.3787,-0.418879,0,0,0.207912,-0.978148,180,100,1,0),(33729,188215,530,1,1,-4129.86,-13748,74.6953,-0.418879,0,0,0.207912,-0.978148,180,100,1,0),(33730,188215,530,1,1,-4127.66,-13765.2,78.3665,0.575959,0,0,0.284015,0.95882,180,100,1,0),(33731,188215,530,1,1,-4127.66,-13765.2,74.6832,0.575959,0,0,0.284015,0.95882,180,100,1,0),(33733,188215,530,1,1,-4127.12,-13743.8,78.3775,-0.698132,0,0,0.34202,-0.939693,180,100,1,0),(33734,188215,530,1,1,-4127.12,-13743.8,74.6941,-0.698132,0,0,0.34202,-0.939693,180,100,1,0),(33735,188215,530,1,1,-4126.28,-13730.6,78.4293,-1.36136,0,0,0.629321,-0.777146,180,100,1,0),(33736,188215,530,1,1,-4126.28,-13730.6,74.7459,-1.36136,0,0,0.629321,-0.777146,180,100,1,0),(33737,188215,530,1,1,-4122.95,-13740.4,78.3804,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(33738,188215,530,1,1,-4122.95,-13740.4,74.6971,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(33739,188215,530,1,1,-4121.41,-13729.8,78.4289,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(33740,188215,530,1,1,-4121.41,-13729.8,74.7455,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(33741,188215,530,1,1,-4113.6,-12144.9,-1.53159,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(33742,188215,530,1,1,-4108.06,-13770.8,78.4292,1.41372,0,0,0.649448,0.760406,180,100,1,0),(33743,188215,530,1,1,-4108.06,-13770.8,74.7458,1.41372,0,0,0.649448,0.760406,180,100,1,0),(33744,188215,530,1,1,-4104.15,-13742.2,78.4043,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(33745,188215,530,1,1,-4104.15,-13742.2,74.721,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(33746,188215,530,1,1,-4103.87,-13770.1,78.4578,1.79769,0,0,0.782608,0.622515,180,100,1,0),(33747,188215,530,1,1,-4103.87,-13770.1,74.7745,1.79769,0,0,0.782608,0.622515,180,100,1,0),(33748,188215,530,1,1,-4100.32,-13768.3,78.4796,2.18166,0,0,0.887011,0.461749,180,100,1,0),(33749,188215,530,1,1,-4100.32,-13768.3,74.7963,2.18166,0,0,0.887011,0.461749,180,100,1,0),(33750,188215,530,1,1,-4100.2,-13742,78.4252,-1.93731,0,0,0.824126,-0.566406,180,100,1,0),(33751,188215,530,1,1,-4100.2,-13742,74.7418,-1.93731,0,0,0.824126,-0.566406,180,100,1,0),(33752,188215,530,1,1,-4097.08,-13744.7,78.4405,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(33753,188215,530,1,1,-4097.08,-13744.7,74.7571,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(33754,188215,530,1,1,-4094.76,-13748.1,78.461,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(33755,188215,530,1,1,-4094.76,-13748.1,74.7776,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(33756,188215,530,1,1,-4093.6,-13752,78.4898,-3.00197,0,0,0.997564,-0.069756,180,100,1,0),(33757,188215,530,1,1,-4093.6,-13752,74.8065,-3.00197,0,0,0.997564,-0.069756,180,100,1,0),(33758,188215,530,1,1,-4093.19,-13755.6,78.4767,2.94961,0,0,0.995396,0.095846,180,100,1,0),(33759,188215,530,1,1,-4093.19,-13755.6,74.7933,2.94961,0,0,0.995396,0.095846,180,100,1,0),(33760,188215,530,1,1,-4087.26,-13770.5,78.5575,0.034907,0,0,0.017452,0.999848,180,100,1,0),(33761,188215,530,1,1,-4087.26,-13770.5,74.8742,0.034907,0,0,0.017452,0.999848,180,100,1,0),(33762,188215,530,1,1,-4084.56,-13764.8,78.554,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(33763,188215,530,1,1,-4084.56,-13764.8,74.8706,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(33764,188215,530,1,1,-4082.3,-13758.7,78.5559,-0.698132,0,0,0.34202,-0.939693,180,100,1,0),(33765,188215,530,1,1,-4082.3,-13758.7,74.8726,-0.698132,0,0,0.34202,-0.939693,180,100,1,0),(33766,188215,530,1,1,-4081.16,-13776.3,78.5404,1.0821,0,0,0.515038,0.857167,180,100,1,0),(33767,188215,530,1,1,-4081.16,-13776.3,74.8571,1.0821,0,0,0.515038,0.857167,180,100,1,0),(33768,188215,530,1,1,-4079.3,-13754,78.6081,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(33769,188215,530,1,1,-4079.3,-13754,74.9247,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(33770,188215,530,1,1,-4077.01,-13775.8,78.5199,1.37881,0,0,0.636078,0.771625,180,100,1,0),(33771,188215,530,1,1,-4077.01,-13775.8,74.8366,1.37881,0,0,0.636078,0.771625,180,100,1,0),(33772,188215,530,1,1,-4076.08,-13752.8,78.5567,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(33773,188215,530,1,1,-4076.08,-13752.8,74.8734,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(33774,188215,530,1,1,-4073.09,-13776.2,78.5199,1.71042,0,0,0.75471,0.656059,180,100,1,0),(33775,188215,530,1,1,-4073.09,-13776.2,74.8365,1.71042,0,0,0.75471,0.656059,180,100,1,0),(33776,188215,530,1,1,-4072.6,-13752.7,78.5307,-1.78024,0,0,0.777146,-0.62932,180,100,1,0),(33777,188215,530,1,1,-4072.6,-13752.7,74.8474,-1.78024,0,0,0.777146,-0.62932,180,100,1,0),(33778,188215,530,1,1,-4069.76,-13775.4,78.5199,2.00713,0,0,0.843391,0.5373,180,100,1,0),(33779,188215,530,1,1,-4069.76,-13775.4,74.8366,2.00713,0,0,0.843391,0.5373,180,100,1,0),(33780,188215,530,1,1,-4069.15,-13754,78.5199,-2.00713,0,0,0.843391,-0.5373,180,100,1,0),(33781,188215,530,1,1,-4069.15,-13754,74.8365,-2.00713,0,0,0.843391,-0.5373,180,100,1,0),(33782,188215,530,1,1,-4066.17,-13756.3,78.5198,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(33783,188215,530,1,1,-4066.17,-13756.3,74.8365,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(33784,188215,530,1,1,-4063.82,-13759,78.5199,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(33786,188215,530,1,1,-4063.82,-13759,74.8365,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(33787,188215,530,1,1,-4062.19,-11886.1,2.42878,-2.23402,0,0,0.898794,-0.438371,180,100,1,0),(33788,188215,530,1,1,-4062.19,-11886.1,-1.25455,-2.23402,0,0,0.898794,-0.438371,180,100,1,0),(33789,188215,530,1,1,-4057.95,-11888.4,2.29818,-1.97222,0,0,0.833886,-0.551937,180,100,1,0),(33790,188215,530,1,1,-4057.95,-11888.4,-1.38516,-1.97222,0,0,0.833886,-0.551937,180,100,1,0),(33791,188215,530,1,1,-4053.3,-11889.7,2.15056,-1.8675,0,0,0.803857,-0.594823,180,100,1,0),(33792,188215,530,1,1,-4053.3,-11889.7,-1.53277,-1.8675,0,0,0.803857,-0.594823,180,100,1,0),(33793,188215,530,1,1,-4048.9,-11890.9,1.94213,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(33794,188215,530,1,1,-4048.9,-11890.9,-1.7412,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(33795,188215,530,1,1,-4044.21,-11891.7,1.85367,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(33796,188215,530,1,1,-4044.21,-11891.7,-1.82966,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(33797,188215,530,1,1,-4039.13,-11891.9,1.96981,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(33798,188215,530,1,1,-4039.13,-11891.9,-1.71353,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(33799,188215,530,1,1,-4034.34,-11891.9,2.15943,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(33800,188215,530,1,1,-4034.34,-11891.9,-1.52391,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(33801,188215,530,1,1,-4029.72,-11891.5,2.3112,-1.16937,0,0,0.551937,-0.833886,180,100,1,0),(33802,188215,530,1,1,-4029.72,-11891.5,-1.37214,-1.16937,0,0,0.551937,-0.833886,180,100,1,0),(33803,188215,530,1,1,-4025.27,-11889.6,2.52938,-0.959931,0,0,0.461749,-0.887011,180,100,1,0),(33804,188215,530,1,1,-4025.27,-11889.6,-1.15395,-0.959931,0,0,0.461749,-0.887011,180,100,1,0),(33805,188215,530,1,1,-4020.82,-11887.3,2.59462,-0.785398,0,0,0.382683,-0.92388,180,100,1,0),(33806,188215,530,1,1,-4020.82,-11887.3,-1.08871,-0.785398,0,0,0.382683,-0.92388,180,100,1,0),(33807,188215,530,1,1,-4009.64,-11918.7,2.28699,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(33808,188215,530,1,1,-4009.64,-11918.7,-1.39634,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(33809,188215,530,1,1,-4006.12,-11872.2,3.28244,-1.91986,0,0,0.819152,-0.573576,180,100,1,0),(33810,188215,530,1,1,-4006.12,-11872.2,-0.400892,-1.91986,0,0,0.819152,-0.573576,180,100,1,0),(33811,188215,530,1,1,-4003.98,-11928.1,2.16448,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(33812,188215,530,1,1,-4003.98,-11928.1,-1.51885,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(33813,188215,530,1,1,-4002.43,-11874.4,3.09637,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(33814,188215,530,1,1,-4002.43,-11874.4,-0.586958,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(33815,188215,530,1,1,-3998.91,-11877.5,3.44855,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(33816,188215,530,1,1,-3998.91,-11877.5,-0.234778,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(33817,188215,530,1,1,-3997.1,-11936.2,1.69683,-2.42601,0,0,0.936672,-0.350207,180,100,1,0),(33818,188215,530,1,1,-3997.1,-11936.2,-1.9865,-2.42601,0,0,0.936672,-0.350207,180,100,1,0),(33819,188215,530,1,1,-3993.53,-11940.1,1.37681,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(33820,188215,530,1,1,-3993.53,-11940.1,-2.30652,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(33821,188215,530,1,1,-3988.68,-11943.8,1.17792,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(33822,188215,530,1,1,-3988.68,-11943.8,-2.50542,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(33823,188215,530,1,1,-3983.42,-11945.5,1.25179,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(33824,188215,530,1,1,-3983.42,-11945.5,-2.43154,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(33825,188215,530,1,1,-3978.12,-11946.2,1.31144,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(33826,188215,530,1,1,-3978.12,-11946.2,-2.37189,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(33827,188215,530,1,1,-3972.52,-11947,1.37361,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(33828,188215,530,1,1,-3972.52,-11947,-2.30972,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(33829,188215,530,1,1,-3966.9,-11947.5,1.65123,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(33830,188215,530,1,1,-3966.9,-11947.5,-2.0321,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(33831,188215,530,1,1,-3961.16,-11947.9,1.68489,-1.76278,0,0,0.771625,-0.636078,180,100,1,0),(33832,188215,530,1,1,-3961.16,-11947.9,-1.99844,-1.76278,0,0,0.771625,-0.636078,180,100,1,0),(33833,188215,530,1,1,-3955.86,-11948.3,1.53547,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(33836,188215,530,1,1,-3955.86,-11948.3,-2.14786,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(33851,188215,530,1,1,-3950.83,-11948.1,1.55721,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(33884,188215,530,1,1,-3950.83,-11948.1,-2.12612,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(33968,188215,530,1,1,-3945.9,-11947.7,1.7972,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(33969,188215,530,1,1,-3945.9,-11947.7,-1.88613,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(34025,188215,530,1,1,-3940.84,-11947.7,1.43445,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(34026,188215,530,1,1,-3940.84,-11947.7,-2.24889,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(34028,188215,530,1,1,-3935.95,-11947.2,1.37436,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(34055,188215,530,1,1,-3935.95,-11947.2,-2.30897,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(34058,188215,530,1,1,-3931.4,-11946.8,1.25584,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(34071,188215,530,1,1,-3931.4,-11946.8,-2.42749,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(34102,188215,530,1,1,-3817.16,-11711.8,-106.49,2.49582,0,0,0.948324,0.317305,180,100,1,0),(34119,188215,530,1,1,-3814.24,-11475.4,-138.337,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(34123,188215,1,1,1,-3035.13,145.042,70.8958,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(34127,188215,1,1,1,-3005.56,-246.407,52.9502,1.09956,0,0,0.522499,0.85264,180,100,1,0),(34140,188215,1,1,1,-3005.56,-246.407,49.2669,1.09956,0,0,0.522499,0.85264,180,100,1,0),(34146,188215,1,1,1,-3001.02,-248.134,53.1033,1.13446,0,0,0.5373,0.843391,180,100,1,0),(34147,188215,1,1,1,-3001.02,-248.134,49.42,1.13446,0,0,0.5373,0.843391,180,100,1,0),(34148,188215,1,1,1,-2996.73,-249.914,53.2827,1.16937,0,0,0.551937,0.833886,180,100,1,0),(34149,188215,1,1,1,-2996.73,-249.914,49.5993,1.16937,0,0,0.551937,0.833886,180,100,1,0),(34214,188215,1,1,1,-2992.09,-251.763,53.5291,1.18682,0,0,0.559193,0.829038,180,100,1,0),(34241,188215,1,1,1,-2992.09,-251.763,49.8458,1.18682,0,0,0.559193,0.829038,180,100,1,0),(34242,188215,1,1,1,-2987.64,-253.813,53.7771,1.22173,0,0,0.573576,0.819152,180,100,1,0),(34254,188215,1,1,1,-2987.64,-253.813,50.0937,1.22173,0,0,0.573576,0.819152,180,100,1,0),(34258,188215,1,1,1,-2983,-256.118,54.1486,1.25664,0,0,0.587785,0.809017,180,100,1,0),(34259,188215,1,1,1,-2983,-256.118,50.4652,1.25664,0,0,0.587785,0.809017,180,100,1,0),(34294,188215,1,1,1,-2978.34,-258.11,54.5283,1.29154,0,0,0.601815,0.798636,180,100,1,0),(34808,188215,1,1,1,-2978.34,-258.11,50.845,1.29154,0,0,0.601815,0.798636,180,100,1,0),(34809,188215,1,1,1,-2974.12,-259.088,54.8761,1.32645,0,0,0.615662,0.788011,180,100,1,0),(34811,188215,1,1,1,-2974.12,-259.088,51.1928,1.32645,0,0,0.615662,0.788011,180,100,1,0),(34814,188215,1,1,1,-2970.36,-260.017,55.2217,1.3439,0,0,0.622515,0.782608,180,100,1,0),(34815,188215,1,1,1,-2970.36,-260.017,51.5383,1.3439,0,0,0.622515,0.782608,180,100,1,0),(34819,188215,1,1,1,-2966.13,-260.356,55.4379,1.36136,0,0,0.62932,0.777146,180,100,1,0),(34825,188215,1,1,1,-2966.13,-260.356,51.7546,1.36136,0,0,0.62932,0.777146,180,100,1,0),(34862,188215,1,1,1,-2961.41,-260.284,55.4455,1.39626,0,0,0.642788,0.766044,180,100,1,0),(34863,188215,1,1,1,-2961.41,-260.284,51.7621,1.39626,0,0,0.642788,0.766044,180,100,1,0),(34866,188215,1,1,1,-2957.15,-260.474,55.7005,1.43117,0,0,0.656059,0.75471,180,100,1,0),(34867,188215,1,1,1,-2957.15,-260.474,52.0171,1.43117,0,0,0.656059,0.75471,180,100,1,0),(34869,188215,1,1,1,-2952.57,-260.412,56.1257,1.44862,0,0,0.66262,0.748956,180,100,1,0),(34870,188215,1,1,1,-2952.57,-260.412,52.4423,1.44862,0,0,0.66262,0.748956,180,100,1,0),(34871,188215,1,1,1,-2948.32,-260.24,56.4435,1.48353,0,0,0.67559,0.737277,180,100,1,0),(34872,188215,1,1,1,-2948.32,-260.24,52.7602,1.48353,0,0,0.67559,0.737277,180,100,1,0),(34873,188215,1,1,1,-2943.99,-260.252,56.671,1.51844,0,0,0.688355,0.725374,180,100,1,0),(34874,188215,1,1,1,-2943.99,-260.252,52.9876,1.51844,0,0,0.688355,0.725374,180,100,1,0),(34875,188215,1,1,1,-2939.73,-259.979,56.7937,1.53589,0,0,0.694658,0.71934,180,100,1,0),(34876,188215,1,1,1,-2939.73,-259.979,53.1103,1.53589,0,0,0.694658,0.71934,180,100,1,0),(34877,188215,1,1,1,-2935.34,-259.848,56.8272,1.5708,0,0,0.707107,0.707107,180,100,1,0),(34878,188215,1,1,1,-2935.34,-259.848,53.1439,1.5708,0,0,0.707107,0.707107,180,100,1,0),(34879,188215,1,1,1,-2931.21,-259.689,56.8043,1.5708,0,0,0.707107,0.707107,180,100,1,0),(34880,188215,1,1,1,-2931.21,-259.689,53.121,1.5708,0,0,0.707107,0.707107,180,100,1,0),(34881,188215,1,1,1,-2926.59,-259.622,56.7774,1.6057,0,0,0.71934,0.694658,180,100,1,0),(34882,188215,1,1,1,-2926.59,-259.622,53.0941,1.6057,0,0,0.71934,0.694658,180,100,1,0),(34883,188215,1,1,1,-2913.19,-247.467,56.8572,-0.558505,0,0,0.275637,-0.961262,180,100,1,0),(34884,188215,1,1,1,-2913.19,-247.467,53.1739,-0.558505,0,0,0.275637,-0.961262,180,100,1,0),(34885,188215,1,1,1,-2909.63,-244.459,56.7654,-1.01229,0,0,0.48481,-0.87462,180,100,1,0),(34886,188215,1,1,1,-2909.63,-244.459,53.0821,-1.01229,0,0,0.48481,-0.87462,180,100,1,0),(34887,188215,1,1,1,-2905.86,-242.538,56.7231,-1.41372,0,0,0.649448,-0.760406,180,100,1,0),(34888,188215,1,1,1,-2905.86,-242.538,53.0397,-1.41372,0,0,0.649448,-0.760406,180,100,1,0),(34889,188215,1,1,1,-2904.65,-264.127,56.8062,1.55334,0,0,0.700909,0.71325,180,100,1,0),(34890,188215,1,1,1,-2904.65,-264.127,53.1229,1.55334,0,0,0.700909,0.71325,180,100,1,0),(34891,188215,1,1,1,-2901.19,-241.828,56.7615,-1.85005,0,0,0.798635,-0.601815,180,100,1,0),(34892,188215,1,1,1,-2901.19,-241.828,53.0782,-1.85005,0,0,0.798635,-0.601815,180,100,1,0),(34893,188215,1,1,1,-2900.25,-263.965,56.7973,1.91986,0,0,0.819152,0.573576,180,100,1,0),(34894,188215,1,1,1,-2900.25,-263.965,53.114,1.91986,0,0,0.819152,0.573576,180,100,1,0),(34895,188215,1,1,1,-2896.22,-261.72,56.761,2.32129,0,0,0.91706,0.398749,180,100,1,0),(34896,188215,1,1,1,-2896.22,-261.72,53.0777,2.32129,0,0,0.91706,0.398749,180,100,1,0),(34897,188215,1,1,1,-2894.28,-248.745,56.7207,-2.74017,0,0,0.979925,-0.199368,180,100,1,0),(34903,188215,1,1,1,-2894.28,-248.745,53.0374,-2.74017,0,0,0.979925,-0.199368,180,100,1,0),(34905,188215,1,1,1,-2894.01,-257.916,56.772,2.70526,0,0,0.976296,0.21644,180,100,1,0),(34914,188215,1,1,1,-2894.01,-257.916,53.0886,2.70526,0,0,0.976296,0.21644,180,100,1,0),(35005,188215,1,1,1,-2893.81,-253.339,56.77,3.12414,0,0,0.999962,0.008727,180,100,1,0),(35006,188215,1,1,1,-2893.81,-253.339,53.0866,3.12414,0,0,0.999962,0.008727,180,100,1,0),(35011,188215,1,1,1,-2890.76,-231.364,57.683,-2.21657,0,0,0.894934,-0.446198,180,100,1,0),(35013,188215,1,1,1,-2890.76,-231.364,53.9997,-2.21657,0,0,0.894934,-0.446198,180,100,1,0),(35020,188215,1,1,1,-2887.97,-234.382,57.683,-2.32129,0,0,0.91706,-0.398749,180,100,1,0),(35021,188215,1,1,1,-2887.97,-234.382,53.9997,-2.32129,0,0,0.91706,-0.398749,180,100,1,0),(35027,188215,1,1,1,-2885.01,-237.176,57.683,-2.42601,0,0,0.936672,-0.350207,180,100,1,0),(35288,188215,1,1,1,-2885.01,-237.176,53.9997,-2.42601,0,0,0.936672,-0.350207,180,100,1,0),(35289,188215,1,1,1,-2682.29,-121.955,-7.93843,2.60054,0,0,0.96363,0.267238,180,100,1,0),(35291,188215,1,1,1,-2349.54,-383.41,-3.92803,-0.10472,0,0,0.052336,-0.99863,180,100,1,0),(35295,188215,1,1,1,-2349.54,-383.41,-7.61136,-0.10472,0,0,0.052336,-0.99863,180,100,1,0),(35297,188215,1,1,1,-2349.09,-388.164,-4.08308,0.10472,0,0,0.052336,0.99863,180,100,1,0),(35298,188215,1,1,1,-2348.75,-379.007,-3.94676,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(35304,188215,1,1,1,-2348.75,-379.007,-7.63009,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(35309,188215,1,1,1,-2347.88,-392.132,-4.31849,0.296706,0,0,0.147809,0.989016,180,100,1,0),(35365,188215,1,1,1,-2347.88,-392.132,-8.00182,0.296706,0,0,0.147809,0.989016,180,100,1,0),(35387,188215,1,1,1,-2345.68,-396.185,-4.55245,0.523599,0,0,0.258819,0.965926,180,100,1,0),(35403,188215,1,1,1,-2345.68,-396.185,-8.23578,0.523599,0,0,0.258819,0.965926,180,100,1,0),(35414,188215,1,1,1,-2342.49,-399.435,-4.69403,0.733038,0,0,0.358368,0.93358,180,100,1,0),(35416,188215,1,1,1,-2342.49,-399.435,-8.37736,0.733038,0,0,0.358368,0.93358,180,100,1,0),(35437,188215,1,1,1,-2341.53,-364.844,-4.6557,-0.122173,0,0,0.061049,-0.998135,180,100,1,0),(35457,188215,1,1,1,-2341.53,-364.844,-8.33903,-0.122173,0,0,0.061049,-0.998135,180,100,1,0),(35474,188215,1,1,1,-2339.6,-360.538,-4.8282,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(35480,188215,1,1,1,-2339.6,-360.538,-8.51153,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(35523,188215,1,1,1,-2338.73,-402.06,-4.73394,0.977384,0,0,0.469472,0.882948,180,100,1,0),(35540,188215,1,1,1,-2338.73,-402.06,-8.41727,0.977384,0,0,0.469472,0.882948,180,100,1,0),(35549,188215,1,1,1,-2334.21,-403.043,-4.64341,1.20428,0,0,0.566406,0.824126,180,100,1,0),(35550,188215,1,1,1,-2334.21,-403.043,-8.32674,1.20428,0,0,0.566406,0.824126,180,100,1,0),(35553,188215,1,1,1,-2325.14,-402.066,-4.58125,1.71042,0,0,0.75471,0.656059,180,100,1,0),(35563,188215,1,1,1,-2325.14,-402.066,-8.26459,1.71042,0,0,0.75471,0.656059,180,100,1,0),(35861,188215,1,1,1,-2320.6,-400.793,-4.58977,1.98968,0,0,0.838671,0.544639,180,100,1,0),(35874,188215,1,1,1,-2320.6,-400.793,-8.2731,1.98968,0,0,0.838671,0.544639,180,100,1,0),(39818,188215,1,1,1,-2316.45,-398.629,-4.74428,2.28638,0,0,0.909961,0.414693,180,100,1,0),(40825,188215,1,1,1,-2316.45,-398.629,-8.42762,2.28638,0,0,0.909961,0.414693,180,100,1,0),(41917,188215,1,1,1,-2312.41,-396.284,-5.04605,2.53073,0,0,0.953717,0.300706,180,100,1,0),(42044,188215,1,1,1,-2312.41,-396.284,-8.72939,2.53073,0,0,0.953717,0.300706,180,100,1,0),(42071,188215,1,1,1,-2309.51,-392.719,-5.20522,2.77507,0,0,0.983255,0.182236,180,100,1,0),(42072,188215,1,1,1,-2309.51,-392.719,-8.88856,2.77507,0,0,0.983255,0.182236,180,100,1,0),(42074,188215,1,1,1,-2308.86,-337.557,-5.65826,-1.15192,0,0,0.544639,-0.838671,180,100,1,0),(42444,188215,1,1,1,-2308.86,-337.557,-9.34159,-1.15192,0,0,0.544639,-0.838671,180,100,1,0),(42445,188215,1,1,1,-2308.03,-371.264,-5.62376,-2.49582,0,0,0.948324,-0.317305,180,100,1,0),(42446,188215,1,1,1,-2308.03,-371.264,-9.30709,-2.49582,0,0,0.948324,-0.317305,180,100,1,0),(42925,188215,1,1,1,-2307.31,-389.074,-5.27579,2.98451,0,0,0.996917,0.078459,180,100,1,0),(42926,188215,1,1,1,-2307.31,-389.074,-8.95912,2.98451,0,0,0.996917,0.078459,180,100,1,0),(42927,188215,1,1,1,-2306.13,-375.656,-5.51524,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(42928,188215,1,1,1,-2306.13,-375.656,-9.19857,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(42929,188215,1,1,1,-2305.58,-384.99,-5.31585,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(42930,188215,1,1,1,-2305.58,-384.99,-8.99918,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(42932,188215,1,1,1,-2305.24,-380.286,-5.3889,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(42933,188215,1,1,1,-2305.24,-380.286,-9.07223,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(42937,188215,1,1,1,-2299.78,-337.335,-5.65826,-1.71042,0,0,0.75471,-0.656059,180,100,1,0),(42939,188215,1,1,1,-2299.78,-337.335,-9.34159,-1.71042,0,0,0.75471,-0.656059,180,100,1,0),(42940,188215,1,1,1,-2295.89,-338.757,-5.65826,-1.97222,0,0,0.833886,-0.551937,180,100,1,0),(42941,188215,1,1,1,-2295.89,-338.757,-9.34159,-1.97222,0,0,0.833886,-0.551937,180,100,1,0),(42942,188215,1,1,1,-2291.83,-340.173,-5.65826,-2.23402,0,0,0.898794,-0.438371,180,100,1,0),(42943,188215,1,1,1,-2291.83,-340.173,-9.34159,-2.23402,0,0,0.898794,-0.438371,180,100,1,0),(42944,188215,1,1,1,-2288.53,-343.051,-5.65826,-2.49582,0,0,0.948324,-0.317305,180,100,1,0),(42947,188215,1,1,1,-2288.53,-343.051,-9.34159,-2.49582,0,0,0.948324,-0.317305,180,100,1,0),(42948,188215,1,1,1,-2286.5,-360.229,-5.65826,2.70526,0,0,0.976296,0.21644,180,100,1,0),(42949,188215,1,1,1,-2286.5,-360.229,-9.34159,2.70526,0,0,0.976296,0.21644,180,100,1,0),(42961,188215,1,1,1,-2286.49,-346.895,-5.65826,-2.75762,0,0,0.981627,-0.190809,180,100,1,0),(42966,188215,1,1,1,-2286.49,-346.895,-9.34159,-2.75762,0,0,0.981627,-0.190809,180,100,1,0),(42967,188215,1,1,1,-2285.33,-351.372,-5.65826,-3.03687,0,0,0.99863,-0.052336,180,100,1,0),(42969,188215,1,1,1,-2285.33,-351.372,-9.34159,-3.03687,0,0,0.99863,-0.052336,180,100,1,0),(44808,188215,1,1,1,-2285.22,-356.114,-5.65826,2.96706,0,0,0.996195,0.087156,180,100,1,0),(44810,188215,1,1,1,-2285.22,-356.114,-9.34159,2.96706,0,0,0.996195,0.087156,180,100,1,0),(45077,188215,1,1,1,-2035.25,-323.459,-8.78813,-2.05949,0,0,0.857167,-0.515038,180,100,1,0),(45085,188215,1,1,1,-1448.1,64.52,14.9269,0.733038,0,0,0.358368,0.93358,180,100,1,0),(45092,188215,1,1,1,-1291.06,106.705,134.837,0.15708,0,0,0.078459,0.996917,180,100,1,0),(45098,188215,1,1,1,-1291.06,106.705,131.153,0.15708,0,0,0.078459,0.996917,180,100,1,0),(45117,188215,1,1,1,-1290.65,102.317,134.652,0.261799,0,0,0.130526,0.991445,180,100,1,0),(45136,188215,1,1,1,-1290.65,102.317,130.969,0.261799,0,0,0.130526,0.991445,180,100,1,0),(45213,188215,1,1,1,-1288.62,97.9486,134.17,0.366519,0,0,0.182236,0.983255,180,100,1,0),(45221,188215,1,1,1,-1288.62,97.9486,130.487,0.366519,0,0,0.182236,0.983255,180,100,1,0),(45222,188215,1,1,1,-1280.32,87.0381,132.57,0.698132,0,0,0.34202,0.939693,180,100,1,0),(45224,188215,1,1,1,-1280.32,87.0381,128.887,0.698132,0,0,0.34202,0.939693,180,100,1,0),(45260,188215,1,1,1,-1277.8,118.812,134.919,1.97222,0,0,0.833886,0.551937,180,100,1,0),(45272,188215,1,1,1,-1277.8,118.812,131.236,1.97222,0,0,0.833886,0.551937,180,100,1,0),(45285,188215,1,1,1,-1274.74,121.512,134.977,2.16421,0,0,0.882948,0.469472,180,100,1,0),(45476,188215,1,1,1,-1274.74,121.512,131.294,2.16421,0,0,0.882948,0.469472,180,100,1,0),(45520,188215,1,1,1,-1274.1,80.5777,132.13,0.907571,0,0,0.438371,0.898794,180,100,1,0),(45783,188215,1,1,1,-1274.1,80.5777,128.446,0.907571,0,0,0.438371,0.898794,180,100,1,0),(45940,188215,1,1,1,-1271.37,77.4551,131.868,0.994838,0,0,0.477159,0.878817,180,100,1,0),(45952,188215,1,1,1,-1271.37,77.4551,128.185,0.994838,0,0,0.477159,0.878817,180,100,1,0),(45953,188215,1,1,1,-1271.29,123.7,135.034,2.35619,0,0,0.92388,0.382683,180,100,1,0),(45966,188215,1,1,1,-1271.29,123.7,131.351,2.35619,0,0,0.92388,0.382683,180,100,1,0),(46285,188215,1,1,1,-1233.68,138.719,136.875,-1.46608,0,0,0.669131,-0.743145,180,100,1,0),(46291,188215,1,1,1,-1233.68,138.719,133.191,-1.46608,0,0,0.669131,-0.743145,180,100,1,0),(46300,188215,1,1,1,-1229.33,138.976,137.017,-1.67552,0,0,0.743145,-0.669131,180,100,1,0),(46367,188215,1,1,1,-1229.33,138.976,133.333,-1.67552,0,0,0.743145,-0.669131,180,100,1,0),(46397,188215,1,1,1,-1226.87,83.3364,134.561,1.8675,0,0,0.803857,0.594823,180,100,1,0),(46442,188215,1,1,1,-1226.87,83.3364,130.878,1.8675,0,0,0.803857,0.594823,180,100,1,0),(46452,188215,1,1,1,-1224.74,138.483,137.139,-1.8675,0,0,0.803857,-0.594823,180,100,1,0),(46455,188215,1,1,1,-1224.74,138.483,133.456,-1.8675,0,0,0.803857,-0.594823,180,100,1,0),(46456,188215,1,1,1,-1220.38,89.8357,135.864,2.19912,0,0,0.891007,0.453991,180,100,1,0),(46466,188215,1,1,1,-1220.38,89.8357,132.181,2.19912,0,0,0.891007,0.453991,180,100,1,0),(46467,188215,1,1,1,-1220.24,137.372,137.332,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(46468,188215,1,1,1,-1220.24,137.372,133.649,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(46469,188215,1,1,1,-1217.12,93.4787,136.719,2.40855,0,0,0.93358,0.358368,180,100,1,0),(46470,188215,1,1,1,-1217.12,93.4787,133.035,2.40855,0,0,0.93358,0.358368,180,100,1,0),(46471,188215,1,1,1,-1216.32,135.667,137.632,-2.23402,0,0,0.898794,-0.438371,180,100,1,0),(46472,188215,1,1,1,-1216.32,135.667,133.949,-2.23402,0,0,0.898794,-0.438371,180,100,1,0),(46473,188215,1,1,1,-1213.92,97.3753,137.615,2.32129,0,0,0.91706,0.398749,180,100,1,0),(46474,188215,1,1,1,-1213.92,97.3753,133.931,2.32129,0,0,0.91706,0.398749,180,100,1,0),(46475,188215,1,1,1,-1212.81,133.77,137.943,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(46476,188215,1,1,1,-1212.81,133.77,134.26,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(46477,188215,1,1,1,-1209.88,130.798,138.228,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(46478,188215,1,1,1,-1209.88,130.798,134.544,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(46479,188215,1,1,1,-1208.63,105.408,137.968,2.70526,0,0,0.976296,0.21644,180,100,1,0),(46480,188215,1,1,1,-1208.63,105.408,134.284,2.70526,0,0,0.976296,0.21644,180,100,1,0),(46481,188215,1,1,1,-1207.35,127.185,138.352,-2.72271,0,0,0.978148,-0.207912,180,100,1,0),(46482,188215,1,1,1,-1207.35,127.185,134.669,-2.72271,0,0,0.978148,-0.207912,180,100,1,0),(46483,188215,1,1,1,-1206.36,109.654,138.064,2.87979,0,0,0.991445,0.130526,180,100,1,0),(46484,188215,1,1,1,-1206.36,109.654,134.381,2.87979,0,0,0.991445,0.130526,180,100,1,0),(46485,188215,1,1,1,-1205.89,123.184,138.34,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(46486,188215,1,1,1,-1205.89,123.184,134.657,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(46487,188215,1,1,1,-1204.74,118.892,138.444,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(46488,188215,1,1,1,-1204.74,118.892,134.761,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(46489,188215,1,1,1,-1194.94,27.9959,177.033,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(46490,188215,1,1,1,-985.829,280.746,137.674,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(46491,188215,1,1,1,-630.591,-4243.73,41.984,-0.139626,0,0,0.069756,-0.997564,180,100,1,0),(46492,188215,1,1,1,-630.591,-4243.73,38.3007,-0.139626,0,0,0.069756,-0.997564,180,100,1,0),(46493,188215,1,1,1,-629.848,-4236.59,41.9901,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(46494,188215,1,1,1,-629.848,-4236.59,38.3067,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(46495,188215,1,1,1,-628.679,-4233.32,42.0512,-0.331612,0,0,0.165048,-0.986286,180,100,1,0),(46496,188215,1,1,1,-628.679,-4233.32,38.3678,-0.331612,0,0,0.165048,-0.986286,180,100,1,0),(46497,188215,1,1,1,-627.102,-4229.93,42.0365,-0.401426,0,0,0.199368,-0.979925,180,100,1,0),(46498,188215,1,1,1,-627.102,-4229.93,38.3532,-0.401426,0,0,0.199368,-0.979925,180,100,1,0),(46499,188215,1,1,1,-625.939,-4226.52,41.9322,-0.453786,0,0,0.224951,-0.97437,180,100,1,0),(46500,188215,1,1,1,-625.939,-4226.52,38.2489,-0.453786,0,0,0.224951,-0.97437,180,100,1,0),(46501,188215,1,1,1,-624.391,-4223.21,41.9006,-0.523599,0,0,0.258819,-0.965926,180,100,1,0),(46502,188215,1,1,1,-624.391,-4223.21,38.2173,-0.523599,0,0,0.258819,-0.965926,180,100,1,0),(46503,188215,1,1,1,-622.56,-4220.12,41.9006,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(46504,188215,1,1,1,-622.56,-4220.12,38.2173,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(46505,188215,1,1,1,-620.715,-4217.12,41.9006,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(46506,188215,1,1,1,-620.715,-4217.12,38.2173,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(46507,188215,1,1,1,-618.811,-4214.17,41.9006,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(46508,188215,1,1,1,-618.811,-4214.17,38.2173,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(46509,188215,1,1,1,-607.721,-4207.81,41.9804,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(46510,188215,1,1,1,-607.721,-4207.81,38.2971,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(46511,188215,1,1,1,-604.14,-4208.08,41.9728,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(46512,188215,1,1,1,-603.758,-4277.35,41.6331,1.97222,0,0,0.833886,0.551937,180,100,1,0),(46513,188215,1,1,1,-603.758,-4277.35,37.9498,1.97222,0,0,0.833886,0.551937,180,100,1,0),(46514,188215,1,1,1,-600.332,-4208.37,42.1568,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(46515,188215,1,1,1,-600.332,-4208.37,38.4735,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(46516,188215,1,1,1,-598.579,-4697.46,36.8211,1.85005,0,0,0.798636,0.601815,180,100,1,0),(46517,188215,1,1,1,-596.086,-4276.05,41.7667,2.18166,0,0,0.887011,0.461749,180,100,1,0),(46518,188215,1,1,1,-596.086,-4276.05,38.0833,2.18166,0,0,0.887011,0.461749,180,100,1,0),(46519,188215,1,1,1,-588.552,-4273.33,41.6351,2.37365,0,0,0.927184,0.374607,180,100,1,0),(46520,188215,1,1,1,-588.552,-4273.33,37.9518,2.37365,0,0,0.927184,0.374607,180,100,1,0),(46521,188215,1,1,1,-586.946,-4226.74,42.1522,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(46522,188215,1,1,1,-586.946,-4226.74,38.4689,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(46523,188215,1,1,1,-585.289,-4271.11,41.7759,2.46091,0,0,0.942641,0.333807,180,100,1,0),(46524,188215,1,1,1,-585.289,-4271.11,38.0925,2.46091,0,0,0.942641,0.333807,180,100,1,0),(46525,188215,1,1,1,-583.83,-4229.45,41.92,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(46526,188215,1,1,1,-583.83,-4229.45,38.2367,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(46527,188215,1,1,1,-582.346,-4268.21,41.7345,2.56563,0,0,0.95882,0.284015,180,100,1,0),(46528,188215,1,1,1,-582.346,-4268.21,38.0512,2.56563,0,0,0.95882,0.284015,180,100,1,0),(46529,188215,1,1,1,-581.352,-4232.77,41.8252,-2.80998,0,0,0.986286,-0.165048,180,100,1,0),(46530,188215,1,1,1,-581.352,-4232.77,38.1419,-2.80998,0,0,0.986286,-0.165048,180,100,1,0),(46531,188215,1,1,1,-579.889,-4264.7,41.7013,2.67035,0,0,0.97237,0.233445,180,100,1,0),(46532,188215,1,1,1,-579.889,-4264.7,38.018,2.67035,0,0,0.97237,0.233445,180,100,1,0),(46533,188215,1,1,1,-578.255,-4240.23,41.9797,-3.00197,0,0,0.997564,-0.069756,180,100,1,0),(46534,188215,1,1,1,-578.255,-4240.23,38.2963,-3.00197,0,0,0.997564,-0.069756,180,100,1,0),(46535,188215,1,1,1,-578.24,-4260.91,41.6902,2.75762,0,0,0.981627,0.190809,180,100,1,0),(46536,188215,1,1,1,-578.24,-4260.91,38.0068,2.75762,0,0,0.981627,0.190809,180,100,1,0),(46537,188215,1,1,1,-576.533,-4252.67,41.7768,2.96706,0,0,0.996195,0.087156,180,100,1,0),(46538,188215,1,1,1,-576.533,-4252.67,38.0934,2.96706,0,0,0.996195,0.087156,180,100,1,0),(46539,188215,1,1,1,-576.384,-4248.45,41.7574,3.07178,0,0,0.999391,0.034899,180,100,1,0),(46540,188215,1,1,1,-576.384,-4248.45,38.0741,3.07178,0,0,0.999391,0.034899,180,100,1,0),(46541,188215,1,1,1,244.669,-4740.82,13.8688,0.523599,0,0,0.258819,0.965926,180,100,1,0),(46542,188215,1,1,1,244.669,-4740.82,10.1855,0.523599,0,0,0.258819,0.965926,180,100,1,0),(46543,188215,1,1,1,248.145,-4742.57,13.8688,0.645772,0,0,0.317305,0.948324,180,100,1,0),(46544,188215,1,1,1,248.145,-4742.57,10.1855,0.645772,0,0,0.317305,0.948324,180,100,1,0),(46545,188215,1,1,1,251.27,-4744.21,13.8688,0.785398,0,0,0.382683,0.92388,180,100,1,0),(46546,188215,1,1,1,251.27,-4744.21,10.1855,0.785398,0,0,0.382683,0.92388,180,100,1,0),(46547,188215,1,1,1,254.21,-4746.04,13.8688,0.942478,0,0,0.45399,0.891007,180,100,1,0),(46548,188215,1,1,1,254.21,-4746.04,10.1854,0.942478,0,0,0.45399,0.891007,180,100,1,0),(46549,188215,1,1,1,257.529,-4747.89,13.8688,1.09956,0,0,0.522499,0.85264,180,100,1,0),(46550,188215,1,1,1,257.529,-4747.89,10.1854,1.09956,0,0,0.522499,0.85264,180,100,1,0),(46551,188215,1,1,1,261.132,-4749.86,13.8062,1.27409,0,0,0.594823,0.803857,180,100,1,0),(46552,188215,1,1,1,261.132,-4749.86,10.1228,1.27409,0,0,0.594823,0.803857,180,100,1,0),(46553,188215,1,1,1,282.872,-4747.7,13.3355,0.977384,0,0,0.469472,0.882948,180,100,1,0),(46554,188215,1,1,1,282.872,-4747.7,9.65221,0.977384,0,0,0.469472,0.882948,180,100,1,0),(46555,188215,1,1,1,286.518,-4749.72,13.2617,1.09956,0,0,0.522499,0.85264,180,100,1,0),(46556,188215,1,1,1,286.518,-4749.72,9.57837,1.09956,0,0,0.522499,0.85264,180,100,1,0),(46557,188215,1,1,1,289.538,-4752.76,13.1653,1.20428,0,0,0.566406,0.824126,180,100,1,0),(46558,188215,1,1,1,289.538,-4752.76,9.48198,1.20428,0,0,0.566406,0.824126,180,100,1,0),(46559,188215,1,1,1,292.665,-4755.71,13.1888,1.29154,0,0,0.601815,0.798636,180,100,1,0),(46560,188215,1,1,1,292.665,-4755.71,9.50548,1.29154,0,0,0.601815,0.798636,180,100,1,0),(46561,188215,1,1,1,296.008,-4757.9,13.1653,1.39626,0,0,0.642788,0.766044,180,100,1,0),(46562,188215,1,1,1,296.008,-4757.9,9.48199,1.39626,0,0,0.642788,0.766044,180,100,1,0),(46563,188215,1,1,1,299.79,-4759.67,13.1653,1.48353,0,0,0.67559,0.737277,180,100,1,0),(46564,188215,1,1,1,299.79,-4759.67,9.48198,1.48353,0,0,0.67559,0.737277,180,100,1,0),(46565,188215,1,1,1,303.829,-4760.29,13.1806,1.5708,0,0,0.707107,0.707107,180,100,1,0),(46566,188215,1,1,1,303.829,-4760.29,9.4973,1.5708,0,0,0.707107,0.707107,180,100,1,0),(46567,188215,1,1,1,308.237,-4760.01,13.2264,1.65806,0,0,0.737277,0.67559,180,100,1,0),(46568,188215,1,1,1,308.237,-4760.01,9.54309,1.65806,0,0,0.737277,0.67559,180,100,1,0),(46569,188215,1,1,1,312.746,-4759.15,13.3262,1.76278,0,0,0.771625,0.636078,180,100,1,0),(46570,188215,1,1,1,312.746,-4759.15,9.64285,1.76278,0,0,0.771625,0.636078,180,100,1,0),(46571,188215,1,1,1,313.645,-4726.9,14.0282,-2.32129,0,0,0.91706,-0.398749,180,100,1,0),(46572,188215,1,1,1,313.645,-4726.9,10.3448,-2.32129,0,0,0.91706,-0.398749,180,100,1,0),(46573,188215,1,1,1,317.098,-4757.91,13.3262,1.8675,0,0,0.803857,0.594823,180,100,1,0),(46574,188215,1,1,1,317.098,-4757.91,9.64285,1.8675,0,0,0.803857,0.594823,180,100,1,0),(46575,188215,1,1,1,321.018,-4755.74,13.3262,1.97222,0,0,0.833886,0.551937,180,100,1,0),(46576,188215,1,1,1,321.018,-4755.74,9.64285,1.97222,0,0,0.833886,0.551937,180,100,1,0),(46577,188215,1,1,1,322.34,-4738.39,13.462,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(46578,188215,1,1,1,322.34,-4738.39,9.77869,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(46579,188215,1,1,1,327.624,-4750.06,13.3262,2.18166,0,0,0.887011,0.461749,180,100,1,0),(46580,188215,1,1,1,327.624,-4750.06,9.64285,2.18166,0,0,0.887011,0.461749,180,100,1,0),(46581,188215,1,1,1,330.87,-4746.95,13.3262,2.28638,0,0,0.909961,0.414693,180,100,1,0),(46582,188215,1,1,1,330.87,-4746.95,9.64285,2.28638,0,0,0.909961,0.414693,180,100,1,0),(46583,188215,1,1,1,334.49,-4743.67,13.3577,2.40855,0,0,0.93358,0.358368,180,100,1,0),(46584,188215,1,1,1,334.49,-4743.67,9.67436,2.40855,0,0,0.93358,0.358368,180,100,1,0),(46585,188215,1,1,1,343.084,-4739.37,13.3583,1.74533,0,0,0.766044,0.642788,180,100,1,0),(46586,188215,1,1,1,343.084,-4739.37,9.67501,1.74533,0,0,0.766044,0.642788,180,100,1,0),(46587,188215,1,1,1,347.945,-4739.01,13.3807,1.91986,0,0,0.819152,0.573576,180,100,1,0),(46588,188215,1,1,1,352.552,-4739.69,13.5357,2.05949,0,0,0.857167,0.515038,180,100,1,0),(46589,188215,1,1,1,352.552,-4739.69,9.85239,2.05949,0,0,0.857167,0.515038,180,100,1,0),(46590,188215,1,1,1,710.398,-4676.05,-6.57409,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(46591,188215,1,1,1,1558.68,-4385.49,7.16117,-0.453786,0,0,0.224951,-0.97437,180,100,1,0),(46592,188215,1,1,1,1558.68,-4385.49,3.47783,-0.453786,0,0,0.224951,-0.97437,180,100,1,0),(46593,188215,1,1,1,1560.89,-4382.27,6.6468,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(46594,188215,1,1,1,1560.89,-4382.27,2.96347,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(46595,188215,1,1,1,1562,-4407.08,10.6478,-2.60054,0,0,0.96363,-0.267238,180,100,1,0),(46596,188215,1,1,1,1562,-4407.08,6.96449,-2.60054,0,0,0.96363,-0.267238,180,100,1,0),(46597,188215,1,1,1,1562.99,-4378.84,5.91501,-0.575959,0,0,0.284015,-0.95882,180,100,1,0),(46598,188215,1,1,1,1562.99,-4378.84,2.23168,-0.575959,0,0,0.284015,-0.95882,180,100,1,0),(46599,188215,1,1,1,1563.45,-4410.4,11.1708,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(46600,188215,1,1,1,1563.45,-4410.4,7.48746,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(46601,188215,1,1,1,1565.23,-4375.63,5.25166,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(46602,188215,1,1,1,1565.23,-4375.63,1.56832,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(46603,188215,1,1,1,1567.68,-4372.28,4.77831,-0.698132,0,0,0.34202,-0.939693,180,100,1,0),(46604,188215,1,1,1,1567.68,-4372.28,1.09497,-0.698132,0,0,0.34202,-0.939693,180,100,1,0),(46605,188215,1,1,1,1568.31,-4420.21,10.9147,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(46606,188215,1,1,1,1568.31,-4420.21,7.23139,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(46607,188215,1,1,1,1570.12,-4369.15,4.80858,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(46608,188215,1,1,1,1570.12,-4369.15,1.12524,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(46609,188215,1,1,1,1572.17,-4420.56,10.7314,-2.21657,0,0,0.894934,-0.446198,180,100,1,0),(46610,188215,1,1,1,1572.17,-4420.56,7.04804,-2.21657,0,0,0.894934,-0.446198,180,100,1,0),(46611,188215,1,1,1,1572.38,-4366.08,5.02099,-0.837758,0,0,0.406737,-0.913545,180,100,1,0),(46612,188215,1,1,1,1572.38,-4366.08,1.33766,-0.837758,0,0,0.406737,-0.913545,180,100,1,0),(46613,188215,1,1,1,1573.81,-4362.05,4.93806,-0.558505,0,0,0.275637,-0.961262,180,100,1,0),(46614,188215,1,1,1,1573.81,-4362.05,1.25473,-0.558505,0,0,0.275637,-0.961262,180,100,1,0),(46615,188215,1,1,1,1574.87,-4447.16,8.81431,2.46091,0,0,0.942641,0.333807,180,100,1,0),(46616,188215,1,1,1,1574.87,-4447.16,5.13098,2.46091,0,0,0.942641,0.333807,180,100,1,0),(46617,188215,1,1,1,1575.29,-4357.85,4.79693,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(46618,188215,1,1,1,1575.29,-4357.85,1.1136,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(46619,188215,1,1,1,1576.82,-4353.83,4.57592,-0.680679,0,0,0.333807,-0.942641,180,100,1,0),(46620,188215,1,1,1,1576.82,-4353.83,0.892591,-0.680679,0,0,0.333807,-0.942641,180,100,1,0),(46621,188215,1,1,1,1578.31,-4425.67,10.6731,-2.61799,0,0,0.965926,-0.258819,180,100,1,0),(46622,188215,1,1,1,1578.31,-4425.67,6.98972,-2.61799,0,0,0.965926,-0.258819,180,100,1,0),(46623,188215,1,1,1,1578.49,-4444.73,8.95801,2.67035,0,0,0.97237,0.233445,180,100,1,0),(46624,188215,1,1,1,1578.49,-4444.73,5.27467,2.67035,0,0,0.97237,0.233445,180,100,1,0),(46625,188215,1,1,1,1578.53,-4349.45,4.46551,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(46626,188215,1,1,1,1578.53,-4349.45,0.782174,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(46627,188215,1,1,1,1580.32,-4429.26,10.4514,-2.82743,0,0,0.987688,-0.156434,180,100,1,0),(46628,188215,1,1,1,1580.32,-4429.26,6.76802,-2.82743,0,0,0.987688,-0.156434,180,100,1,0),(46629,188215,1,1,1,1581.06,-4346.48,4.45211,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(46630,188215,1,1,1,1581.06,-4346.48,0.768773,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(46631,188215,1,1,1,1581.43,-4433.43,10.1699,-3.03687,0,0,0.99863,-0.052336,180,100,1,0),(46632,188215,1,1,1,1581.43,-4433.43,6.48656,-3.03687,0,0,0.99863,-0.052336,180,100,1,0),(46633,188215,1,1,1,1582.2,-4437.63,9.41879,3.05433,0,0,0.999048,0.043619,180,100,1,0),(46634,188215,1,1,1,1582.2,-4437.63,5.73546,3.05433,0,0,0.999048,0.043619,180,100,1,0),(46635,188215,1,1,1,1583.83,-4343.4,4.51968,-0.855212,0,0,0.414693,-0.909961,180,100,1,0),(46636,188215,1,1,1,1583.83,-4343.4,0.836344,-0.855212,0,0,0.414693,-0.909961,180,100,1,0),(46637,188215,1,1,1,1587.73,-4341.39,4.59408,-0.907571,0,0,0.438371,-0.898794,180,100,1,0),(46638,188215,1,1,1,1587.73,-4341.39,0.910742,-0.907571,0,0,0.438371,-0.898794,180,100,1,0),(46639,188215,1,1,1,1591.71,-4339.64,4.65369,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(46640,188215,1,1,1,1591.71,-4339.64,0.970358,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(46641,188215,1,1,1,1595.47,-4337.9,4.80585,-1.02974,0,0,0.492424,-0.870356,180,100,1,0),(46642,188215,1,1,1,1595.47,-4337.9,1.12252,-1.02974,0,0,0.492424,-0.870356,180,100,1,0),(46643,188215,0,1,1,1596.09,240.204,-52.0596,0.10472,0,0,0.052336,0.99863,180,100,1,0),(46644,188215,1,1,1,1598.84,-4335.97,4.92461,-1.06465,0,0,0.507538,-0.861629,180,100,1,0),(46645,188215,1,1,1,1598.84,-4335.97,1.24127,-1.06465,0,0,0.507538,-0.861629,180,100,1,0),(46646,188215,1,1,1,1605.88,-4332.04,5.26869,-1.18682,0,0,0.559193,-0.829037,180,100,1,0),(46647,188215,1,1,1,1605.88,-4332.04,1.58535,-1.18682,0,0,0.559193,-0.829037,180,100,1,0),(46648,188215,0,1,1,1641.98,239.803,62.6749,0.034907,0,0,0.017452,0.999848,180,100,1,0),(46649,188215,0,1,1,1720.57,335.589,-49.023,-2.37365,0,0,0.927184,-0.374607,180,100,1,0),(46650,188215,0,1,1,1757.85,285.368,74.1663,-1.20428,0,0,0.566406,-0.824126,180,100,1,0),(46651,188215,0,1,1,1757.85,285.368,70.483,-1.20428,0,0,0.566406,-0.824126,180,100,1,0),(46652,188215,0,1,1,1762.79,285.141,74.1663,-1.23918,0,0,0.580703,-0.814116,180,100,1,0),(46653,188215,0,1,1,1762.79,285.141,70.483,-1.23918,0,0,0.580703,-0.814116,180,100,1,0),(46654,188215,0,1,1,1767.37,285.362,74.1663,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(46655,188215,0,1,1,1767.37,285.362,70.483,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(46656,188215,0,1,1,1772.21,284.914,74.1663,-1.3439,0,0,0.622515,-0.782608,180,100,1,0),(46657,188215,0,1,1,1772.21,284.914,70.483,-1.3439,0,0,0.622515,-0.782608,180,100,1,0),(46658,188215,0,1,1,1776.41,284.918,74.1663,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(46659,188215,0,1,1,1776.41,284.918,70.483,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(46660,188215,0,1,1,1780.97,284.972,74.1663,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(46661,188215,0,1,1,1780.97,284.972,70.483,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(46662,188215,0,1,1,1783.21,194.112,74.1663,1.32645,0,0,0.615662,0.788011,180,100,1,0),(46663,188215,0,1,1,1783.21,194.112,70.483,1.32645,0,0,0.615662,0.788011,180,100,1,0),(46664,188215,0,1,1,1785.63,284.86,74.1663,-1.46608,0,0,0.669131,-0.743145,180,100,1,0),(46665,188215,0,1,1,1785.63,284.86,70.483,-1.46608,0,0,0.669131,-0.743145,180,100,1,0),(46666,188215,0,1,1,1787.91,193.918,74.1663,1.37881,0,0,0.636078,0.771625,180,100,1,0),(46667,188215,0,1,1,1787.91,193.918,70.483,1.37881,0,0,0.636078,0.771625,180,100,1,0),(46668,188215,0,1,1,1789.77,284.753,74.1663,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(46669,188215,0,1,1,1789.77,284.753,70.483,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(46670,188215,0,1,1,1793.01,193.961,74.1663,1.44862,0,0,0.66262,0.748956,180,100,1,0),(46671,188215,0,1,1,1793.01,193.961,70.483,1.44862,0,0,0.66262,0.748956,180,100,1,0),(46672,188215,0,1,1,1794.44,284.529,74.1663,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(46673,188215,0,1,1,1794.44,284.529,70.483,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(46674,188215,0,1,1,1797.49,193.892,74.1663,1.48353,0,0,0.67559,0.737277,180,100,1,0),(46675,188215,0,1,1,1797.49,193.892,70.483,1.48353,0,0,0.67559,0.737277,180,100,1,0),(46676,188215,0,1,1,1798.89,284.425,74.1663,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(46677,188215,0,1,1,1798.89,284.425,70.483,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(46678,188215,0,1,1,1802.41,193.896,74.1663,1.55334,0,0,0.700909,0.71325,180,100,1,0),(46679,188215,0,1,1,1802.41,193.896,70.483,1.55334,0,0,0.700909,0.71325,180,100,1,0),(46680,188215,0,1,1,1803.06,284.255,74.1663,-1.67552,0,0,0.743145,-0.669131,180,100,1,0),(46681,188215,0,1,1,1803.06,284.255,70.483,-1.67552,0,0,0.743145,-0.669131,180,100,1,0),(46682,188215,0,1,1,1807.14,194.02,74.1663,1.58825,0,0,0.71325,0.700909,180,100,1,0),(46683,188215,0,1,1,1807.14,194.02,70.483,1.58825,0,0,0.71325,0.700909,180,100,1,0),(46684,188215,0,1,1,1807.6,284.146,74.1663,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(46685,188215,0,1,1,1807.6,284.146,70.483,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(46686,188215,0,1,1,1811.61,194.03,74.1663,1.64061,0,0,0.731354,0.681998,180,100,1,0),(46687,188215,0,1,1,1811.61,194.03,70.483,1.64061,0,0,0.731354,0.681998,180,100,1,0),(46688,188215,0,1,1,1812.11,245.365,64.3534,-0.226893,0,0,0.113203,-0.993572,180,100,1,0),(46689,188215,0,1,1,1812.11,245.365,60.6701,-0.226893,0,0,0.113203,-0.993572,180,100,1,0),(46690,188215,0,1,1,1812.21,283.873,74.1663,-1.76278,0,0,0.771625,-0.636078,180,100,1,0),(46691,188215,0,1,1,1812.21,283.873,70.483,-1.76278,0,0,0.771625,-0.636078,180,100,1,0),(46692,188215,0,1,1,1812.39,231.916,64.3534,0.191986,0,0,0.095846,0.995396,180,100,1,0),(46693,188215,0,1,1,1812.39,231.916,60.6701,0.191986,0,0,0.095846,0.995396,180,100,1,0),(46694,188215,0,1,1,1814.6,238.413,64.2466,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(46695,188215,0,1,1,1814.6,238.413,60.5633,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(46696,188215,0,1,1,1816.32,194.068,74.1663,1.69297,0,0,0.748956,0.66262,180,100,1,0),(46697,188215,0,1,1,1816.32,194.068,70.483,1.69297,0,0,0.748956,0.66262,180,100,1,0),(46698,188215,0,1,1,1817.09,283.71,74.1663,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(46699,188215,0,1,1,1817.09,283.71,70.483,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(46700,188215,0,1,1,1820.68,194.205,74.1663,1.72788,0,0,0.760406,0.649448,180,100,1,0),(46701,188215,0,1,1,1820.68,194.205,70.483,1.72788,0,0,0.760406,0.649448,180,100,1,0),(46702,188215,0,1,1,1821.55,283.656,74.1663,-1.8675,0,0,0.803857,-0.594823,180,100,1,0),(46703,188215,0,1,1,1821.55,283.656,70.483,-1.8675,0,0,0.803857,-0.594823,180,100,1,0),(46704,188215,0,1,1,1822.94,1585.59,99.1486,1.23918,0,0,0.580703,0.814116,180,100,1,0),(46705,188215,0,1,1,1822.94,1585.59,95.4653,1.23918,0,0,0.580703,0.814116,180,100,1,0),(46706,188215,0,1,1,1824.35,1598.46,99.3017,-0.541052,0,0,0.267238,-0.96363,180,100,1,0),(46707,188215,0,1,1,1824.35,1598.46,95.6184,-0.541052,0,0,0.267238,-0.96363,180,100,1,0),(46708,188215,0,1,1,1824.95,194.258,74.1663,1.78024,0,0,0.777146,0.62932,180,100,1,0),(46709,188215,0,1,1,1824.95,194.258,70.483,1.78024,0,0,0.777146,0.62932,180,100,1,0),(46710,188215,0,1,1,1826.07,283.764,74.1663,-1.90241,0,0,0.814116,-0.580703,180,100,1,0),(46711,188215,0,1,1,1826.07,283.764,70.483,-1.90241,0,0,0.814116,-0.580703,180,100,1,0),(46712,188215,0,1,1,1827.36,1585.33,98.573,1.309,0,0,0.608761,0.793353,180,100,1,0),(46713,188215,0,1,1,1827.36,1585.33,94.8897,1.309,0,0,0.608761,0.793353,180,100,1,0),(46714,188215,0,1,1,1827.45,1601.66,99.4548,-0.872665,0,0,0.422618,-0.906308,180,100,1,0),(46715,188215,0,1,1,1827.45,1601.66,95.7715,-0.872665,0,0,0.422618,-0.906308,180,100,1,0),(46716,188215,0,1,1,1830.92,283.602,74.1663,-1.95477,0,0,0.829038,-0.559193,180,100,1,0),(46717,188215,0,1,1,1830.92,283.602,70.483,-1.95477,0,0,0.829038,-0.559193,180,100,1,0),(46718,188215,0,1,1,1831.2,1604.03,99.5084,-1.20428,0,0,0.566406,-0.824126,180,100,1,0),(46719,188215,0,1,1,1831.2,1604.03,95.8251,-1.20428,0,0,0.566406,-0.824126,180,100,1,0),(46720,188215,0,1,1,1831.8,1585.04,98.244,1.37881,0,0,0.636078,0.771625,180,100,1,0),(46721,188215,0,1,1,1831.8,1585.04,94.5606,1.37881,0,0,0.636078,0.771625,180,100,1,0),(46722,188215,0,1,1,1835.63,283.499,74.1663,-1.98968,0,0,0.838671,-0.544639,180,100,1,0),(46723,188215,0,1,1,1835.63,283.499,70.483,-1.98968,0,0,0.838671,-0.544639,180,100,1,0),(46724,188215,0,1,1,1835.75,1604.99,99.3622,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(46725,188215,0,1,1,1835.75,1604.99,95.6788,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(46726,188215,0,1,1,1836.01,1584.78,97.9554,1.43117,0,0,0.656059,0.75471,180,100,1,0),(46727,188215,0,1,1,1836.01,1584.78,94.2721,1.43117,0,0,0.656059,0.75471,180,100,1,0),(46728,188215,0,1,1,1840.09,283.23,74.1663,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(46729,188215,0,1,1,1840.09,283.23,70.483,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(46730,188215,0,1,1,1840.38,1604.84,98.6399,-1.90241,0,0,0.814116,-0.580703,180,100,1,0),(46731,188215,0,1,1,1840.38,1604.84,94.9566,-1.90241,0,0,0.814116,-0.580703,180,100,1,0),(46732,188215,0,1,1,1840.5,1584.8,97.7541,1.50098,0,0,0.681998,0.731354,180,100,1,0),(46733,188215,0,1,1,1840.5,1584.8,94.0707,1.50098,0,0,0.681998,0.731354,180,100,1,0),(46734,188215,0,1,1,1844.78,1584.39,97.4636,1.55334,0,0,0.700909,0.71325,180,100,1,0),(46735,188215,0,1,1,1844.78,1584.39,93.7803,1.55334,0,0,0.700909,0.71325,180,100,1,0),(46736,188215,0,1,1,1845.04,1605.12,98.3281,-1.36136,0,0,0.629321,-0.777146,180,100,1,0),(46737,188215,0,1,1,1845.04,1605.12,94.6448,-1.36136,0,0,0.629321,-0.777146,180,100,1,0),(46738,188215,0,1,1,1849.13,1584.51,97.2947,1.6057,0,0,0.71934,0.694658,180,100,1,0),(46739,188215,0,1,1,1849.13,1584.51,93.6114,1.6057,0,0,0.71934,0.694658,180,100,1,0),(46740,188215,0,1,1,1849.59,1605.1,98.7158,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(46741,188215,0,1,1,1849.59,1605.1,95.0324,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(46742,188215,0,1,1,1853.34,1584.24,97.0238,1.67552,0,0,0.743145,0.669131,180,100,1,0),(46743,188215,0,1,1,1853.34,1584.24,93.3405,1.67552,0,0,0.743145,0.669131,180,100,1,0),(46744,188215,0,1,1,1854.38,1605.15,99.0795,-1.74533,0,0,0.766044,-0.642788,180,100,1,0),(46745,188215,0,1,1,1854.38,1605.15,95.3961,-1.74533,0,0,0.766044,-0.642788,180,100,1,0),(46746,188215,0,1,1,1857.48,1583.89,96.7362,1.72788,0,0,0.760406,0.649448,180,100,1,0),(46747,188215,0,1,1,1857.48,1583.89,93.0529,1.72788,0,0,0.760406,0.649448,180,100,1,0),(46748,188215,0,1,1,1858.47,1606.61,99.1007,-1.01229,0,0,0.48481,-0.87462,180,100,1,0),(46749,188215,0,1,1,1858.47,1606.61,95.4174,-1.01229,0,0,0.48481,-0.87462,180,100,1,0),(46750,188215,0,1,1,1861.66,1583.77,96.2838,1.78024,0,0,0.777146,0.62932,180,100,1,0),(46751,188215,0,1,1,1861.66,1583.77,92.6004,1.78024,0,0,0.777146,0.62932,180,100,1,0),(46752,188215,0,1,1,1862.45,1608.12,98.89,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(46753,188215,0,1,1,1862.45,1608.12,95.2067,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(46754,188215,0,1,1,1866.6,1608.57,98.5993,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(46755,188215,0,1,1,1866.6,1608.57,94.916,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(46756,188215,0,1,1,1869.63,1583.73,95.2474,1.44862,0,0,0.66262,0.748956,180,100,1,0),(46757,188215,0,1,1,1869.63,1583.73,91.564,1.44862,0,0,0.66262,0.748956,180,100,1,0),(46758,188215,0,1,1,1871.28,1608.02,98.0951,-1.88496,0,0,0.809017,-0.587785,180,100,1,0),(46759,188215,0,1,1,1871.28,1608.02,94.4118,-1.88496,0,0,0.809017,-0.587785,180,100,1,0),(46760,188215,0,1,1,1874.34,1583.65,94.6953,1.51844,0,0,0.688355,0.725374,180,100,1,0),(46761,188215,0,1,1,1874.34,1583.65,91.012,1.51844,0,0,0.688355,0.725374,180,100,1,0),(46762,188215,0,1,1,1875.51,1606.74,97.427,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(46763,188215,0,1,1,1875.51,1606.74,93.7437,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(46764,188215,0,1,1,1878.89,1604.54,96.6582,-2.40855,0,0,0.93358,-0.358368,180,100,1,0),(46765,188215,0,1,1,1878.89,1604.54,92.9749,-2.40855,0,0,0.93358,-0.358368,180,100,1,0),(46766,188215,0,1,1,1879.11,1583.15,94.4049,1.58825,0,0,0.71325,0.700909,180,100,1,0),(46767,188215,0,1,1,1879.11,1583.15,90.7216,1.58825,0,0,0.71325,0.700909,180,100,1,0),(46768,188215,0,1,1,1880.67,1600.91,95.8639,-2.6529,0,0,0.970296,-0.241922,180,100,1,0),(46769,188215,0,1,1,1880.67,1600.91,92.1805,-2.6529,0,0,0.970296,-0.241922,180,100,1,0),(46770,188215,0,1,1,1881.94,1596.48,94.9492,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(46771,188215,0,1,1,1881.94,1596.48,91.2659,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(46772,188215,0,1,1,1892.58,1583.76,92.166,2.82743,0,0,0.987688,0.156434,180,100,1,0),(46773,188215,0,1,1,1892.58,1583.76,88.4827,2.82743,0,0,0.987688,0.156434,180,100,1,0),(46774,188215,0,1,1,1893.62,1587.59,91.9029,3.05433,0,0,0.999048,0.043619,180,100,1,0),(46775,188215,0,1,1,1893.62,1587.59,88.2195,3.05433,0,0,0.999048,0.043619,180,100,1,0),(46776,188215,0,1,1,1894.39,1591.51,91.6185,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(46777,188215,0,1,1,1894.39,1591.51,87.9352,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(46778,188215,0,1,1,2034.28,165.406,33.9506,-0.296706,0,0,0.147809,-0.989016,180,100,1,0),(46779,188215,0,1,1,2234.47,247.96,36.9848,3.08923,0,0,0.999657,0.026177,180,100,1,0),(46780,188215,0,1,1,2234.47,247.96,33.3015,3.08923,0,0,0.999657,0.026177,180,100,1,0),(46781,188215,0,1,1,2234.76,252.124,37.3704,2.93215,0,0,0.994522,0.104528,180,100,1,0),(46782,188215,0,1,1,2234.76,252.124,33.6871,2.93215,0,0,0.994522,0.104528,180,100,1,0),(46783,188215,0,1,1,2235.55,256.273,37.828,2.87979,0,0,0.991445,0.130526,180,100,1,0),(46784,188215,0,1,1,2235.55,256.273,34.1446,2.87979,0,0,0.991445,0.130526,180,100,1,0),(46785,188215,0,1,1,2240.44,289.174,38.9472,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(46786,188215,0,1,1,2240.44,289.174,35.2639,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(46787,188215,0,1,1,2240.62,285.491,38.866,-0.05236,0,0,0.026177,-0.999657,180,100,1,0),(46788,188215,0,1,1,2240.62,285.491,35.1826,-0.05236,0,0,0.026177,-0.999657,180,100,1,0),(46789,188215,0,1,1,2240.78,292.767,38.9558,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(46790,188215,0,1,1,2240.78,292.767,35.2725,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(46791,188215,0,1,1,2241.34,296.581,38.9558,-0.453786,0,0,0.224951,-0.97437,180,100,1,0),(46792,188215,0,1,1,2241.34,296.581,35.2725,-0.453786,0,0,0.224951,-0.97437,180,100,1,0),(46793,188215,0,1,1,2243.16,299.951,38.9558,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(46794,188215,0,1,1,2243.16,299.951,35.2725,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(46795,188215,0,1,1,2244.25,264.65,37.8853,2.02458,0,0,0.848048,0.529919,180,100,1,0),(46796,188215,0,1,1,2244.25,264.65,34.202,2.02458,0,0,0.848048,0.529919,180,100,1,0),(46797,188215,0,1,1,2246.44,303.898,38.9479,-0.785398,0,0,0.382683,-0.92388,180,100,1,0),(46798,188215,0,1,1,2246.44,303.898,35.2646,-0.785398,0,0,0.382683,-0.92388,180,100,1,0),(46799,188215,0,1,1,2247.12,267.583,37.899,2.33874,0,0,0.920505,0.390731,180,100,1,0),(46800,188215,0,1,1,2247.12,267.583,34.2157,2.33874,0,0,0.920505,0.390731,180,100,1,0),(46801,188215,0,1,1,2249.42,306.416,38.9244,-0.925024,0,0,0.446198,-0.894934,180,100,1,0),(46802,188215,0,1,1,2249.42,306.416,35.2411,-0.925024,0,0,0.446198,-0.894934,180,100,1,0),(46803,188215,0,1,1,2249.84,270.683,37.8804,2.67035,0,0,0.97237,0.233445,180,100,1,0),(46804,188215,0,1,1,2249.84,270.683,34.197,2.67035,0,0,0.97237,0.233445,180,100,1,0),(46805,188215,0,1,1,2252.6,273.708,37.8804,2.09439,0,0,0.866025,0.5,180,100,1,0),(46806,188215,0,1,1,2252.6,273.708,34.197,2.09439,0,0,0.866025,0.5,180,100,1,0),(46807,188215,0,1,1,2252.92,308.318,38.765,-1.06465,0,0,0.507538,-0.861629,180,100,1,0),(46808,188215,0,1,1,2252.92,308.318,35.0816,-1.06465,0,0,0.507538,-0.861629,180,100,1,0),(46809,188215,0,1,1,2255.23,276.877,37.8804,2.40855,0,0,0.93358,0.358368,180,100,1,0),(46810,188215,0,1,1,2255.23,276.877,34.197,2.40855,0,0,0.93358,0.358368,180,100,1,0),(46811,188215,0,1,1,2256.61,309.504,38.5242,-1.20428,0,0,0.566406,-0.824126,180,100,1,0),(46812,188215,0,1,1,2256.61,309.504,34.8409,-1.20428,0,0,0.566406,-0.824126,180,100,1,0),(46813,188215,0,1,1,2257.51,280.381,37.8804,2.75762,0,0,0.981627,0.190809,180,100,1,0),(46814,188215,0,1,1,2257.51,280.381,34.197,2.75762,0,0,0.981627,0.190809,180,100,1,0),(46815,188215,0,1,1,2259.86,283.647,37.9061,2.28638,0,0,0.909961,0.414693,180,100,1,0),(46816,188215,0,1,1,2259.86,283.647,34.2228,2.28638,0,0,0.909961,0.414693,180,100,1,0),(46817,188215,0,1,1,2260.3,310.291,38.2392,-1.3439,0,0,0.622515,-0.782608,180,100,1,0),(46818,188215,0,1,1,2260.3,310.291,34.5559,-1.3439,0,0,0.622515,-0.782608,180,100,1,0),(46819,188215,0,1,1,2261.62,287.647,37.9417,2.60054,0,0,0.96363,0.267238,180,100,1,0),(46820,188215,0,1,1,2261.62,287.647,34.2584,2.60054,0,0,0.96363,0.267238,180,100,1,0),(46821,188215,0,1,1,2263.54,291.336,37.9572,2.93215,0,0,0.994522,0.104528,180,100,1,0),(46822,188215,0,1,1,2263.54,291.336,34.2739,2.93215,0,0,0.994522,0.104528,180,100,1,0),(46823,188215,0,1,1,2265.49,295.103,37.9975,2.26893,0,0,0.906308,0.422618,180,100,1,0),(46824,188215,0,1,1,2265.49,295.103,34.3142,2.26893,0,0,0.906308,0.422618,180,100,1,0),(46825,188215,0,1,1,2267.51,299.041,37.9611,2.60054,0,0,0.96363,0.267238,180,100,1,0),(46826,188215,0,1,1,2267.51,299.041,34.2777,2.60054,0,0,0.96363,0.267238,180,100,1,0),(46827,188215,0,1,1,2269.63,302.673,37.8948,2.9147,0,0,0.993572,0.113203,180,100,1,0),(46828,188215,0,1,1,2269.63,302.673,34.2115,2.9147,0,0,0.993572,0.113203,180,100,1,0),(46829,188215,0,1,1,2271.53,306.353,37.8804,2.18166,0,0,0.887011,0.461749,180,100,1,0),(46830,188215,0,1,1,2271.53,306.353,34.197,2.18166,0,0,0.887011,0.461749,180,100,1,0),(46831,188215,0,1,1,2273.61,310.174,37.9399,2.49582,0,0,0.948324,0.317305,180,100,1,0),(46832,188215,0,1,1,2273.61,310.174,34.2566,2.49582,0,0,0.948324,0.317305,180,100,1,0),(46833,188215,0,1,1,2275.6,314.185,37.8885,2.86234,0,0,0.990268,0.139173,180,100,1,0),(46834,188215,0,1,1,2275.6,314.185,34.2052,2.86234,0,0,0.990268,0.139173,180,100,1,0),(46835,188215,0,1,1,2277.56,318.539,37.8922,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(46836,188215,0,1,1,2277.56,318.539,34.2089,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(46837,188215,0,1,1,2279.35,322.9,37.8804,2.28638,0,0,0.909961,0.414693,180,100,1,0),(46838,188215,0,1,1,2279.35,322.9,34.197,2.28638,0,0,0.909961,0.414693,180,100,1,0),(46839,188215,0,1,1,2281.16,327.07,37.8804,2.74017,0,0,0.979925,0.199368,180,100,1,0),(46840,188215,0,1,1,2281.16,327.07,34.197,2.74017,0,0,0.979925,0.199368,180,100,1,0),(46841,188215,0,1,1,2282.7,331.084,37.9177,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(46842,188215,0,1,1,2282.7,331.084,34.2343,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(46843,188215,530,1,1,9280.18,-6960.89,5.4896,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(46844,188215,530,1,1,9481.37,-6798.37,20.2602,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(46845,188215,530,1,1,9481.37,-6798.37,16.5769,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(46846,188215,530,1,1,9481.38,-6802.79,20.2602,0.349066,0,0,0.173648,0.984808,180,100,1,0),(46847,188215,530,1,1,9481.38,-6802.79,16.5769,0.349066,0,0,0.173648,0.984808,180,100,1,0),(46848,188215,530,1,1,9483.99,-6805.93,20.2602,0.715585,0,0,0.350207,0.936672,180,100,1,0),(46849,188215,530,1,1,9483.99,-6805.93,16.5769,0.715585,0,0,0.350207,0.936672,180,100,1,0),(46850,188215,530,1,1,9485.1,-6810.26,20.2602,0.10472,0,0,0.052336,0.99863,180,100,1,0),(46851,188215,530,1,1,9485.1,-6810.26,16.5769,0.10472,0,0,0.052336,0.99863,180,100,1,0),(46852,188215,530,1,1,9485.75,-6814.39,20.2602,0.471239,0,0,0.233445,0.97237,180,100,1,0),(46853,188215,530,1,1,9485.75,-6814.39,16.5769,0.471239,0,0,0.233445,0.97237,180,100,1,0),(46854,188215,530,1,1,9486.57,-6773.35,20.2602,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(46855,188215,530,1,1,9486.57,-6773.35,16.5769,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(46856,188215,530,1,1,9487.75,-6817.6,20.2602,0.785398,0,0,0.382683,0.92388,180,100,1,0),(46857,188215,530,1,1,9487.75,-6817.6,16.5769,0.785398,0,0,0.382683,0.92388,180,100,1,0),(46858,188215,530,1,1,9490.31,-6832.23,20.2602,0.628319,0,0,0.309017,0.951057,180,100,1,0),(46859,188215,530,1,1,9490.31,-6832.23,16.5769,0.628319,0,0,0.309017,0.951057,180,100,1,0),(46860,188215,530,1,1,9490.43,-6771.74,20.2602,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(46861,188215,530,1,1,9490.43,-6771.74,16.5769,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(46862,188215,530,1,1,9493.56,-6835.23,20.2602,0.802851,0,0,0.390731,0.920505,180,100,1,0),(46863,188215,530,1,1,9493.56,-6835.23,16.5769,0.802851,0,0,0.390731,0.920505,180,100,1,0),(46864,188215,530,1,1,9494.93,-6772.12,20.2602,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(46865,188215,530,1,1,9494.93,-6772.12,16.5769,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(46866,188215,530,1,1,9496.39,-6838.44,20.2602,0.959931,0,0,0.461749,0.887011,180,100,1,0),(46867,188215,530,1,1,9496.39,-6838.44,16.5769,0.959931,0,0,0.461749,0.887011,180,100,1,0),(46868,188215,530,1,1,9499.53,-6772.75,20.2599,-1.44862,0,0,0.66262,-0.748956,180,100,1,0),(46869,188215,530,1,1,9499.53,-6772.75,16.5766,-1.44862,0,0,0.66262,-0.748956,180,100,1,0),(46870,188215,530,1,1,9503.36,-6773.53,20.2597,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(46871,188215,530,1,1,9503.36,-6773.53,16.5764,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(46872,188215,530,1,1,9507.46,-6774.56,20.2599,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(46873,188215,530,1,1,9507.46,-6774.56,16.5766,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(46874,188215,530,1,1,9514.43,-7300.57,18.2249,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(46875,188215,530,1,1,9514.43,-7300.57,14.5415,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(46876,188215,530,1,1,9514.48,-7296.24,18.1833,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(46877,188215,530,1,1,9514.48,-7296.24,14.5,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(46878,188215,530,1,1,9514.55,-7304.63,18.229,2.98451,0,0,0.996917,0.078459,180,100,1,0),(46879,188215,530,1,1,9514.55,-7304.63,14.5456,2.98451,0,0,0.996917,0.078459,180,100,1,0),(46880,188215,530,1,1,9518.53,-6775.67,20.2561,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(46881,188215,530,1,1,9518.53,-6775.67,16.5727,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(46882,188215,530,1,1,9522.62,-6774.18,20.1888,-1.01229,0,0,0.48481,-0.87462,180,100,1,0),(46883,188215,530,1,1,9522.62,-6774.18,16.5054,-1.01229,0,0,0.48481,-0.87462,180,100,1,0),(46884,188215,530,1,1,9524.75,-7319.78,17.8859,-0.942478,0,0,0.453991,-0.891006,180,100,1,0),(46885,188215,530,1,1,9524.75,-7319.78,14.2025,-0.942478,0,0,0.453991,-0.891006,180,100,1,0),(46886,188215,530,1,1,9525.61,-7280.67,17.7642,1.29154,0,0,0.601815,0.798636,180,100,1,0),(46887,188215,530,1,1,9525.61,-7280.67,14.0809,1.29154,0,0,0.601815,0.798636,180,100,1,0),(46888,188215,530,1,1,9526.6,-6772.73,19.9603,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(46889,188215,530,1,1,9526.6,-6772.73,16.2769,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(46890,188215,530,1,1,9529.04,-7319.91,17.8889,-1.06465,0,0,0.507538,-0.861629,180,100,1,0),(46891,188215,530,1,1,9529.04,-7319.91,14.2055,-1.06465,0,0,0.507538,-0.861629,180,100,1,0),(46892,188215,530,1,1,9529.76,-7280.84,17.7652,1.5708,0,0,0.707107,0.707107,180,100,1,0),(46893,188215,530,1,1,9529.76,-7280.84,14.0818,1.5708,0,0,0.707107,0.707107,180,100,1,0),(46894,188215,530,1,1,9530.67,-6770.66,19.419,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(46895,188215,530,1,1,9530.67,-6770.66,15.7356,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(46896,188215,530,1,1,9531.15,-6841.11,20.2601,1.76278,0,0,0.771625,0.636078,180,100,1,0),(46897,188215,530,1,1,9531.15,-6841.11,16.5768,1.76278,0,0,0.771625,0.636078,180,100,1,0),(46898,188215,530,1,1,9533.16,-7320.12,17.8914,-1.18682,0,0,0.559193,-0.829037,180,100,1,0),(46899,188215,530,1,1,9533.16,-7320.12,14.208,-1.18682,0,0,0.559193,-0.829037,180,100,1,0),(46900,188215,530,1,1,9534.04,-7280.74,17.7636,1.88496,0,0,0.809017,0.587785,180,100,1,0),(46901,188215,530,1,1,9534.04,-7280.74,14.0802,1.88496,0,0,0.809017,0.587785,180,100,1,0),(46902,188215,530,1,1,9535.18,-6839.05,20.2601,1.97222,0,0,0.833886,0.551937,180,100,1,0),(46903,188215,530,1,1,9535.18,-6839.05,16.5768,1.97222,0,0,0.833886,0.551937,180,100,1,0),(46904,188215,530,1,1,9537.32,-7320.32,17.886,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(46905,188215,530,1,1,9537.32,-7320.32,14.2026,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(46906,188215,530,1,1,9537.87,-6789.84,20.184,2.3911,0,0,0.930418,0.366501,180,100,1,0),(46907,188215,530,1,1,9537.87,-6789.84,16.5007,2.3911,0,0,0.930418,0.366501,180,100,1,0),(46908,188215,530,1,1,9537.96,-7280.78,17.7633,1.27409,0,0,0.594823,0.803857,180,100,1,0),(46909,188215,530,1,1,9537.96,-7280.78,14.08,1.27409,0,0,0.594823,0.803857,180,100,1,0),(46910,188215,530,1,1,9539.04,-6836.32,20.2601,2.19912,0,0,0.891007,0.453991,180,100,1,0),(46911,188215,530,1,1,9539.04,-6836.32,16.5768,2.19912,0,0,0.891007,0.453991,180,100,1,0),(46912,188215,530,1,1,9539.34,-6785.59,19.967,2.74017,0,0,0.979925,0.199368,180,100,1,0),(46913,188215,530,1,1,9539.34,-6785.59,16.2836,2.74017,0,0,0.979925,0.199368,180,100,1,0),(46914,188215,530,1,1,9541.05,-6781.55,19.518,3.08923,0,0,0.999657,0.026177,180,100,1,0),(46915,188215,530,1,1,9541.05,-6781.55,15.8346,3.08923,0,0,0.999657,0.026177,180,100,1,0),(46916,188215,530,1,1,9541.87,-7320.59,17.8879,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(46917,188215,530,1,1,9541.87,-7320.59,14.2045,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(46918,188215,530,1,1,9542.08,-7280.83,17.7636,1.5708,0,0,0.707107,0.707107,180,100,1,0),(46919,188215,530,1,1,9542.08,-7280.83,14.0803,1.5708,0,0,0.707107,0.707107,180,100,1,0),(46920,188215,530,1,1,9542.14,-6833.07,20.2593,2.40855,0,0,0.93358,0.358368,180,100,1,0),(46921,188215,530,1,1,9542.14,-6833.07,16.576,2.40855,0,0,0.93358,0.358368,180,100,1,0),(46922,188215,530,1,1,9544.78,-6829.37,20.2592,2.61799,0,0,0.965926,0.258819,180,100,1,0),(46923,188215,530,1,1,9544.78,-6829.37,16.5759,2.61799,0,0,0.965926,0.258819,180,100,1,0),(46924,188215,530,1,1,9546.12,-7280.99,17.7649,1.8326,0,0,0.793353,0.608761,180,100,1,0),(46925,188215,530,1,1,9546.12,-7280.99,14.0815,1.8326,0,0,0.793353,0.608761,180,100,1,0),(46926,188215,530,1,1,9546.18,-6808.82,20.1791,-2.67035,0,0,0.97237,-0.233445,180,100,1,0),(46927,188215,530,1,1,9546.18,-6808.82,16.4958,-2.67035,0,0,0.97237,-0.233445,180,100,1,0),(46928,188215,530,1,1,9546.56,-6825.37,20.2592,2.82743,0,0,0.987688,0.156434,180,100,1,0),(46929,188215,530,1,1,9546.56,-6825.37,16.5759,2.82743,0,0,0.987688,0.156434,180,100,1,0),(46930,188215,530,1,1,9546.75,-7320.65,17.8913,-1.71042,0,0,0.75471,-0.656059,180,100,1,0),(46931,188215,530,1,1,9546.75,-7320.65,14.208,-1.71042,0,0,0.75471,-0.656059,180,100,1,0),(46932,188215,530,1,1,9547.04,-6812.6,20.2275,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(46933,188215,530,1,1,9547.04,-6812.6,16.5441,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(46934,188215,530,1,1,9547.14,-6821.23,20.2593,3.03687,0,0,0.99863,0.052336,180,100,1,0),(46935,188215,530,1,1,9547.14,-6821.23,16.5759,3.03687,0,0,0.99863,0.052336,180,100,1,0),(46936,188215,530,1,1,9547.34,-6816.89,20.2528,-3.03687,0,0,0.99863,-0.052336,180,100,1,0),(46937,188215,530,1,1,9547.34,-6816.89,16.5695,-3.03687,0,0,0.99863,-0.052336,180,100,1,0),(46938,188215,530,1,1,9550.38,-7281.02,17.7649,1.27409,0,0,0.594823,0.803857,180,100,1,0),(46939,188215,530,1,1,9550.38,-7281.02,14.0816,1.27409,0,0,0.594823,0.803857,180,100,1,0),(46940,188215,530,1,1,9551.52,-7320.85,17.8874,-1.88496,0,0,0.809017,-0.587785,180,100,1,0),(46941,188215,530,1,1,9551.52,-7320.85,14.204,-1.88496,0,0,0.809017,-0.587785,180,100,1,0),(46942,188215,530,1,1,9554.8,-7281.12,17.7656,1.5708,0,0,0.707107,0.707107,180,100,1,0),(46943,188215,530,1,1,9554.8,-7281.12,14.0823,1.5708,0,0,0.707107,0.707107,180,100,1,0),(46944,188215,530,1,1,9556.23,-7320.85,17.8895,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(46945,188215,530,1,1,9556.23,-7320.85,14.2062,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(46946,188215,530,1,1,9559.01,-7281.31,17.7672,1.8675,0,0,0.803857,0.594823,180,100,1,0),(46947,188215,530,1,1,9559.01,-7281.31,14.0838,1.8675,0,0,0.803857,0.594823,180,100,1,0),(46948,188215,530,1,1,9560.71,-7320.98,17.892,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(46949,188215,530,1,1,9560.71,-7320.98,14.2086,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(46950,188215,530,1,1,9563.2,-7281.29,17.7667,1.23918,0,0,0.580703,0.814116,180,100,1,0),(46951,188215,530,1,1,9563.2,-7281.29,14.0834,1.23918,0,0,0.580703,0.814116,180,100,1,0),(46952,188215,530,1,1,9565.17,-7321.02,17.8952,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(46953,188215,530,1,1,9565.17,-7321.02,14.2118,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(46954,188215,530,1,1,9567.51,-7281.38,17.7673,1.53589,0,0,0.694658,0.71934,180,100,1,0),(46955,188215,530,1,1,9567.51,-7281.38,14.084,1.53589,0,0,0.694658,0.71934,180,100,1,0),(46956,188215,530,1,1,9572.19,-7281.35,17.7668,1.8326,0,0,0.793353,0.608761,180,100,1,0),(46957,188215,530,1,1,9572.19,-7281.35,14.0835,1.8326,0,0,0.793353,0.608761,180,100,1,0),(46958,188215,530,1,1,9576.63,-7281.49,17.7678,1.15192,0,0,0.544639,0.838671,180,100,1,0),(46959,188215,530,1,1,9576.63,-7281.49,14.0845,1.15192,0,0,0.544639,0.838671,180,100,1,0),(46960,188215,530,1,1,9581.06,-7281.64,17.769,1.44862,0,0,0.66262,0.748956,180,100,1,0),(46961,188215,530,1,1,9581.06,-7281.64,14.0857,1.44862,0,0,0.66262,0.748956,180,100,1,0),(46962,188215,530,1,1,9585.25,-7281.74,17.7697,1.72788,0,0,0.760406,0.649448,180,100,1,0),(46963,188215,530,1,1,9585.25,-7281.74,14.0864,1.72788,0,0,0.760406,0.649448,180,100,1,0),(46964,188215,530,1,1,9589.66,-7281.58,17.7681,2.00713,0,0,0.843391,0.5373,180,100,1,0),(46965,188215,530,1,1,9589.66,-7281.58,14.0847,2.00713,0,0,0.843391,0.5373,180,100,1,0),(46966,188215,530,1,1,9593.79,-7134.21,14.3742,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(46967,188215,530,1,1,9594,-7281.68,17.7687,1.25664,0,0,0.587785,0.809017,180,100,1,0),(46968,188215,530,1,1,9594,-7281.68,14.0854,1.25664,0,0,0.587785,0.809017,180,100,1,0),(46969,188215,530,1,1,9598.18,-7281.77,17.7694,1.55334,0,0,0.700909,0.71325,180,100,1,0),(46970,188215,530,1,1,9598.18,-7281.77,14.086,1.55334,0,0,0.700909,0.71325,180,100,1,0),(46971,188215,530,1,1,9602.14,-7281.89,17.7703,1.8326,0,0,0.793353,0.608761,180,100,1,0),(46972,188215,530,1,1,9602.14,-7281.89,14.0869,1.8326,0,0,0.793353,0.608761,180,100,1,0),(46973,188215,530,1,1,9816.18,-7267.55,26.312,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(46974,188215,1,1,1,9842.86,1022.19,1309.02,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(46975,188215,1,1,1,9842.86,1022.19,1305.33,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(46976,188215,1,1,1,9843.03,1036.2,1308.6,-0.418879,0,0,0.207912,-0.978148,180,100,1,0),(46977,188215,1,1,1,9843.03,1036.2,1304.92,-0.418879,0,0,0.207912,-0.978148,180,100,1,0),(46978,188215,1,1,1,9843.09,991.019,1309.28,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(46979,188215,1,1,1,9843.09,991.019,1305.6,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(46980,188215,1,1,1,9843.22,1008.91,1309.49,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(46981,188215,1,1,1,9843.22,1008.91,1305.81,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(46982,188215,1,1,1,9843.24,1017.71,1309.36,0.034907,0,0,0.017452,0.999848,180,100,1,0),(46983,188215,1,1,1,9843.24,1017.71,1305.67,0.034907,0,0,0.017452,0.999848,180,100,1,0),(46984,188215,1,1,1,9843.37,1026.84,1308.71,0.488692,0,0,0.241922,0.970296,180,100,1,0),(46985,188215,1,1,1,9843.37,1026.84,1305.03,0.488692,0,0,0.241922,0.970296,180,100,1,0),(46986,188215,1,1,1,9843.38,1013.21,1309.55,0.401426,0,0,0.199368,0.979925,180,100,1,0),(46987,188215,1,1,1,9843.38,1013.21,1305.87,0.401426,0,0,0.199368,0.979925,180,100,1,0),(46988,188215,1,1,1,9843.38,1031.35,1308.6,0.05236,0,0,0.026177,0.999657,180,100,1,0),(46989,188215,1,1,1,9843.38,1031.35,1304.92,0.05236,0,0,0.026177,0.999657,180,100,1,0),(46990,188215,1,1,1,9843.45,1000.51,1309.44,0.418879,0,0,0.207912,0.978148,180,100,1,0),(46991,188215,1,1,1,9843.45,1000.51,1305.76,0.418879,0,0,0.207912,0.978148,180,100,1,0),(46992,188215,1,1,1,9843.5,1004.64,1309.64,0.05236,0,0,0.026177,0.999657,180,100,1,0),(46993,188215,1,1,1,9843.5,1004.64,1305.96,0.05236,0,0,0.026177,0.999657,180,100,1,0),(46994,188215,1,1,1,9843.63,1041.14,1308.61,0.10472,0,0,0.052336,0.99863,180,100,1,0),(46995,188215,1,1,1,9843.63,1041.14,1304.92,0.10472,0,0,0.052336,0.99863,180,100,1,0),(46996,188215,1,1,1,9844.2,967.527,1310.57,0.279253,0,0,0.139173,0.990268,180,100,1,0),(46997,188215,1,1,1,9844.2,967.527,1306.89,0.279253,0,0,0.139173,0.990268,180,100,1,0),(46998,188215,1,1,1,9845.75,963.094,1310.63,0.436332,0,0,0.21644,0.976296,180,100,1,0),(46999,188215,1,1,1,9845.75,963.094,1306.94,0.436332,0,0,0.21644,0.976296,180,100,1,0),(47000,188215,1,1,1,9845.99,1045.91,1308.87,-0.15708,0,0,0.078459,-0.996917,180,100,1,0),(47001,188215,1,1,1,9845.99,1045.91,1305.19,-0.15708,0,0,0.078459,-0.996917,180,100,1,0),(47002,188215,1,1,1,9850.05,1059.94,1310.18,-0.069813,0,0,0.034899,-0.999391,180,100,1,0),(47003,188215,1,1,1,9850.05,1059.94,1306.5,-0.069813,0,0,0.034899,-0.999391,180,100,1,0),(47004,188215,1,1,1,9854.1,1068.35,1310.95,-0.733038,0,0,0.358368,-0.93358,180,100,1,0),(47005,188215,1,1,1,9854.1,1068.35,1307.26,-0.733038,0,0,0.358368,-0.93358,180,100,1,0),(47006,188215,1,1,1,9856.33,954.043,1310.54,0.750492,0,0,0.366501,0.930418,180,100,1,0),(47007,188215,1,1,1,9856.33,954.043,1306.86,0.750492,0,0,0.366501,0.930418,180,100,1,0),(47008,188215,1,1,1,9859.23,950.768,1310.68,0.837758,0,0,0.406737,0.913545,180,100,1,0),(47009,188215,1,1,1,9859.23,950.768,1306.99,0.837758,0,0,0.406737,0.913545,180,100,1,0),(47010,188215,1,1,1,9860.41,2383.86,1316.44,1.44862,0,0,0.66262,0.748956,180,100,1,0),(47011,188215,1,1,1,9862.4,947.614,1311.01,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(47012,188215,1,1,1,9862.4,947.614,1307.33,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(47013,188215,1,1,1,9869.34,941.552,1311.08,0.785398,0,0,0.382683,0.92388,180,100,1,0),(47014,188215,1,1,1,9869.34,941.552,1307.4,0.785398,0,0,0.382683,0.92388,180,100,1,0),(47015,188215,1,1,1,9879.82,927.522,1311.28,0.453786,0,0,0.224951,0.97437,180,100,1,0),(47016,188215,1,1,1,9879.82,927.522,1307.6,0.453786,0,0,0.224951,0.97437,180,100,1,0),(47017,188215,1,1,1,9881.24,923.237,1311.3,0.226893,0,0,0.113203,0.993572,180,100,1,0),(47018,188215,1,1,1,9881.24,923.237,1307.62,0.226893,0,0,0.113203,0.993572,180,100,1,0),(47019,188215,1,1,1,9946.5,2195.42,1331.5,0.10472,0,0,0.052336,0.99863,180,100,1,0),(47020,188215,1,1,1,9946.5,2195.42,1327.81,0.10472,0,0,0.052336,0.99863,180,100,1,0),(47021,188215,1,1,1,9946.51,2171.36,1331.23,0.331613,0,0,0.165048,0.986286,180,100,1,0),(47022,188215,1,1,1,9946.51,2171.36,1327.55,0.331613,0,0,0.165048,0.986286,180,100,1,0),(47023,188215,1,1,1,9946.55,2200.09,1331.89,0.05236,0,0,0.026177,0.999657,180,100,1,0),(47024,188215,1,1,1,9946.55,2200.09,1328.2,0.05236,0,0,0.026177,0.999657,180,100,1,0),(47025,188215,1,1,1,9946.63,2190.64,1327.69,0.15708,0,0,0.078459,0.996917,180,100,1,0),(47026,188215,1,1,1,9946.75,2204.64,1332.43,0,0,0,0,1,180,100,1,0),(47027,188215,1,1,1,9946.75,2204.64,1328.75,0,0,0,0,1,180,100,1,0),(47028,188215,1,1,1,9946.78,2213.88,1333.33,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(47029,188215,1,1,1,9946.78,2213.88,1329.65,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(47030,188215,1,1,1,9946.83,2186.01,1331.46,0.191986,0,0,0.095846,0.995396,180,100,1,0),(47031,188215,1,1,1,9946.83,2186.01,1327.78,0.191986,0,0,0.095846,0.995396,180,100,1,0),(47032,188215,1,1,1,9946.83,2209.25,1332.92,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(47033,188215,1,1,1,9946.83,2209.25,1329.24,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(47034,188215,1,1,1,9946.86,2176.09,1331.33,0.296706,0,0,0.147809,0.989016,180,100,1,0),(47035,188215,1,1,1,9946.86,2176.09,1327.65,0.296706,0,0,0.147809,0.989016,180,100,1,0),(47036,188215,1,1,1,9946.86,2180.83,1331.47,0.244346,0,0,0.121869,0.992546,180,100,1,0),(47037,188215,1,1,1,9946.86,2180.83,1327.79,0.244346,0,0,0.121869,0.992546,180,100,1,0),(47038,188215,1,1,1,9946.87,2248.06,1338.3,-0.418879,0,0,0.207912,-0.978148,180,100,1,0),(47039,188215,1,1,1,9946.87,2248.06,1334.61,-0.418879,0,0,0.207912,-0.978148,180,100,1,0),(47040,188215,1,1,1,9946.91,2239.45,1336.84,-0.349066,0,0,0.173648,-0.984808,180,100,1,0),(47041,188215,1,1,1,9946.91,2239.45,1333.16,-0.349066,0,0,0.173648,-0.984808,180,100,1,0),(47042,188215,1,1,1,9946.91,2218.24,1333.76,-0.139626,0,0,0.069756,-0.997564,180,100,1,0),(47043,188215,1,1,1,9946.91,2218.24,1330.08,-0.139626,0,0,0.069756,-0.997564,180,100,1,0),(47044,188215,1,1,1,9946.96,2251.88,1338.9,-0.453786,0,0,0.224951,-0.97437,180,100,1,0),(47045,188215,1,1,1,9946.96,2251.88,1335.22,-0.453786,0,0,0.224951,-0.97437,180,100,1,0),(47046,188215,1,1,1,9947.01,2222.29,1334.24,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(47047,188215,1,1,1,9947.01,2222.29,1330.55,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(47048,188215,1,1,1,9947.05,2226.66,1334.88,-0.226893,0,0,0.113203,-0.993572,180,100,1,0),(47049,188215,1,1,1,9947.05,2226.66,1331.2,-0.226893,0,0,0.113203,-0.993572,180,100,1,0),(47050,188215,1,1,1,9947.13,2230.98,1335.62,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(47051,188215,1,1,1,9947.13,2230.98,1331.93,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(47052,188215,1,1,1,9947.14,2244.1,1337.62,-0.383972,0,0,0.190809,-0.981627,180,100,1,0),(47053,188215,1,1,1,9947.14,2244.1,1333.93,-0.383972,0,0,0.190809,-0.981627,180,100,1,0),(47054,188215,1,1,1,9947.22,2235.13,1336.26,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(47055,188215,1,1,1,9947.22,2235.13,1332.58,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(47056,188215,1,1,1,9947.89,2282.74,1345.16,-1.0472,0,0,0.5,-0.866025,180,100,1,0),(47057,188215,1,1,1,9947.89,2282.74,1341.48,-1.0472,0,0,0.5,-0.866025,180,100,1,0),(47058,188215,1,1,1,9948.88,2484.54,1316.35,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(47059,188215,1,1,1,9951.88,2282.82,1345.16,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(47060,188215,1,1,1,9951.88,2282.82,1341.48,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(47061,188215,1,1,1,9955.84,2283.01,1345.16,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(47062,188215,1,1,1,9955.84,2283.01,1341.48,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(47063,188215,1,1,1,9963.89,2282.99,1345.16,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(47064,188215,1,1,1,9963.89,2282.99,1341.48,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(47065,188215,1,1,1,9967.38,2282.98,1345.16,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(47066,188215,1,1,1,9967.38,2282.98,1341.48,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(47067,188215,1,1,1,9971.09,2283.12,1345.16,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(47068,188215,1,1,1,9971.09,2283.12,1341.48,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(47069,188215,1,1,1,9974.4,2283.29,1345.16,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(47070,188215,1,1,1,9974.4,2283.29,1341.48,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(47071,188215,1,1,1,9978.35,2283.57,1345.16,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(47072,188215,1,1,1,9978.35,2283.57,1341.48,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(47073,188215,1,1,1,9982.41,2283.94,1345.16,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(47074,188215,1,1,1,9982.41,2283.94,1341.48,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(47075,188215,1,1,1,9984.65,1953.18,1325.76,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(47076,188215,1,1,1,9986.43,2284.39,1345.16,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(47077,188215,1,1,1,9986.43,2284.39,1341.48,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(47078,188215,1,1,1,9990.69,2284.74,1345.16,-1.67552,0,0,0.743145,-0.669131,180,100,1,0),(47079,188215,1,1,1,9990.69,2284.74,1341.48,-1.67552,0,0,0.743145,-0.669131,180,100,1,0),(47080,188215,1,1,1,9994.92,2284.93,1345.16,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(47081,188215,1,1,1,9994.92,2284.93,1341.48,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(47082,188215,1,1,1,9999.29,2285.66,1345.16,-1.78024,0,0,0.777146,-0.62932,180,100,1,0),(47083,188215,1,1,1,9999.29,2285.66,1341.48,-1.78024,0,0,0.777146,-0.62932,180,100,1,0),(47084,188215,530,1,1,10073.4,-6340.78,5.45281,-0.541052,0,0,0.267238,-0.96363,180,100,1,0),(47085,188215,1,1,1,10109.1,1558.65,1324.29,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(47086,188215,1,1,1,10313.3,827.044,1330.17,0.418879,0,0,0.207912,0.978148,180,100,1,0),(47087,188215,1,1,1,10313.3,827.044,1326.48,0.418879,0,0,0.207912,0.978148,180,100,1,0),(47088,188215,1,1,1,10315.7,852.533,1334.57,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(47089,188215,1,1,1,10315.7,852.533,1330.89,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(47090,188215,1,1,1,10317,856.41,1334.92,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(47091,188215,1,1,1,10317,856.41,1331.24,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(47092,188215,1,1,1,10317,824.078,1330.14,1.02974,0,0,0.492424,0.870356,180,100,1,0),(47093,188215,1,1,1,10317,824.078,1326.46,1.02974,0,0,0.492424,0.870356,180,100,1,0),(47094,188215,1,1,1,10321,822.351,1330.14,1.58825,0,0,0.71325,0.700909,180,100,1,0),(47095,188215,1,1,1,10321,822.351,1326.46,1.58825,0,0,0.71325,0.700909,180,100,1,0),(47096,188215,1,1,1,10327.5,865.276,1333.63,-1.16937,0,0,0.551937,-0.833886,180,100,1,0),(47097,188215,1,1,1,10327.5,865.276,1329.94,-1.16937,0,0,0.551937,-0.833886,180,100,1,0),(47098,188215,1,1,1,10331.9,866.841,1332.7,-1.309,0,0,0.608761,-0.793353,180,100,1,0),(47099,188215,1,1,1,10331.9,866.841,1329.01,-1.309,0,0,0.608761,-0.793353,180,100,1,0),(47100,188215,1,1,1,10336.4,867.745,1331.93,-1.44862,0,0,0.66262,-0.748956,180,100,1,0),(47101,188215,1,1,1,10336.4,867.745,1328.24,-1.44862,0,0,0.66262,-0.748956,180,100,1,0),(47102,188215,1,1,1,10338.2,833.167,1329.86,2.04204,0,0,0.85264,0.522499,180,100,1,0),(47103,188215,1,1,1,10338.2,833.167,1326.18,2.04204,0,0,0.85264,0.522499,180,100,1,0),(47104,188215,530,1,1,10339.3,-6412.58,42.2989,-0.05236,0,0,0.026177,-0.999657,180,100,1,0),(47105,188215,530,1,1,10339.3,-6412.58,38.6156,-0.05236,0,0,0.026177,-0.999657,180,100,1,0),(47106,188215,530,1,1,10339.4,-6408.97,42.2989,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(47107,188215,530,1,1,10339.4,-6408.97,38.6156,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(47108,188215,530,1,1,10339.4,-6416.34,42.2989,0.087266,0,0,0.043619,0.999048,180,100,1,0),(47109,188215,530,1,1,10339.4,-6416.34,38.6156,0.087266,0,0,0.043619,0.999048,180,100,1,0),(47110,188215,530,1,1,10340.4,-6405.23,42.2989,-0.331612,0,0,0.165048,-0.986286,180,100,1,0),(47111,188215,530,1,1,10340.4,-6405.23,38.6156,-0.331612,0,0,0.165048,-0.986286,180,100,1,0),(47112,188215,530,1,1,10342,-6401.89,42.2989,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(47113,188215,530,1,1,10342,-6401.89,38.6156,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(47114,188215,1,1,1,10342.2,836.357,1329.75,2.14675,0,0,0.878817,0.477159,180,100,1,0),(47115,188215,1,1,1,10342.2,836.357,1326.07,2.14675,0,0,0.878817,0.477159,180,100,1,0),(47116,188215,530,1,1,10344,-6398.57,42.2989,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(47117,188215,530,1,1,10344,-6398.57,38.6156,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(47118,188215,1,1,1,10345.8,866.887,1330.72,-1.74533,0,0,0.766044,-0.642788,180,100,1,0),(47119,188215,1,1,1,10345.8,866.887,1327.04,-1.74533,0,0,0.766044,-0.642788,180,100,1,0),(47120,188215,530,1,1,10346.3,-6395.76,42.2989,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(47121,188215,530,1,1,10346.3,-6395.76,38.6156,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(47122,188215,1,1,1,10349.5,841.729,1329.33,2.32129,0,0,0.91706,0.398749,180,100,1,0),(47123,188215,1,1,1,10349.5,841.729,1325.64,2.32129,0,0,0.91706,0.398749,180,100,1,0),(47124,188215,530,1,1,10355.8,-6409.77,42.2989,1.53589,0,0,0.694658,0.71934,180,100,1,0),(47125,188215,530,1,1,10355.8,-6409.77,38.6155,1.53589,0,0,0.694658,0.71934,180,100,1,0),(47126,188215,1,1,1,10355.9,847.41,1328.99,2.47837,0,0,0.945519,0.325568,180,100,1,0),(47127,188215,1,1,1,10355.9,847.41,1325.31,2.47837,0,0,0.945519,0.325568,180,100,1,0),(47128,188215,530,1,1,10358.9,-6408.13,42.2982,1.85005,0,0,0.798636,0.601815,180,100,1,0),(47129,188215,530,1,1,10358.9,-6408.13,38.6149,1.85005,0,0,0.798636,0.601815,180,100,1,0),(47130,188215,530,1,1,10362,-6390.17,42.2987,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(47131,188215,530,1,1,10362,-6390.17,38.6154,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(47132,188215,1,1,1,10362.4,854.077,1328.81,2.6529,0,0,0.970296,0.241922,180,100,1,0),(47133,188215,1,1,1,10362.4,854.077,1325.13,2.6529,0,0,0.970296,0.241922,180,100,1,0),(47134,188215,530,1,1,10362.4,-6407.15,42.2989,2.21657,0,0,0.894934,0.446198,180,100,1,0),(47135,188215,530,1,1,10362.4,-6407.15,38.6155,2.21657,0,0,0.894934,0.446198,180,100,1,0),(47136,188215,530,1,1,10365.9,-6391.32,42.2989,-1.98968,0,0,0.838671,-0.544639,180,100,1,0),(47137,188215,530,1,1,10365.9,-6391.32,38.6156,-1.98968,0,0,0.838671,-0.544639,180,100,1,0),(47138,188215,530,1,1,10369.7,-6392.55,42.2989,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(47139,188215,530,1,1,10369.7,-6392.55,38.6156,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(47140,188215,530,1,1,10373.2,-6394.57,42.2989,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(47141,188215,530,1,1,10373.2,-6394.57,38.6156,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(47142,188215,530,1,1,10376,-6396.96,42.2989,-2.40855,0,0,0.93358,-0.358368,180,100,1,0),(47143,188215,530,1,1,10376,-6396.96,38.6156,-2.40855,0,0,0.93358,-0.358368,180,100,1,0),(47144,188215,530,1,1,10376.7,-6403.38,53.4822,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(47145,188215,530,1,1,10376.7,-6403.38,49.7989,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(47146,188215,1,1,1,10377.2,867.459,1328.46,1.93731,0,0,0.824126,0.566406,180,100,1,0),(47147,188215,1,1,1,10377.2,867.459,1324.78,1.93731,0,0,0.824126,0.566406,180,100,1,0),(47148,188215,530,1,1,10377.2,-6406.48,53.4818,0.279253,0,0,0.139173,0.990268,180,100,1,0),(47149,188215,530,1,1,10377.2,-6406.48,49.7985,0.279253,0,0,0.139173,0.990268,180,100,1,0),(47150,188215,530,1,1,10377.4,-6400.49,53.4821,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(47151,188215,530,1,1,10377.4,-6400.49,49.7988,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(47152,188215,530,1,1,10378.1,-6399.95,42.2989,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(47153,188215,530,1,1,10378.1,-6399.95,38.6156,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(47154,188215,530,1,1,10378.2,-6409.42,53.4821,0.593412,0,0,0.292372,0.956305,180,100,1,0),(47155,188215,530,1,1,10378.2,-6409.42,49.7988,0.593412,0,0,0.292372,0.956305,180,100,1,0),(47156,188215,530,1,1,10378.7,-6423.19,42.2989,2.80998,0,0,0.986286,0.165048,180,100,1,0),(47157,188215,530,1,1,10378.7,-6423.19,38.6156,2.80998,0,0,0.986286,0.165048,180,100,1,0),(47158,188215,530,1,1,10379,-6397.45,53.4839,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(47159,188215,530,1,1,10379,-6397.45,49.8006,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(47160,188215,530,1,1,10379.8,-6403.57,42.2989,-2.68781,0,0,0.97437,-0.224951,180,100,1,0),(47161,188215,530,1,1,10379.8,-6403.57,38.6156,-2.68781,0,0,0.97437,-0.224951,180,100,1,0),(47162,188215,530,1,1,10380.4,-6411.47,53.4821,0.872665,0,0,0.422618,0.906308,180,100,1,0),(47163,188215,530,1,1,10380.4,-6411.47,49.7988,0.872665,0,0,0.422618,0.906308,180,100,1,0),(47164,188215,530,1,1,10380.7,-6419.44,42.2989,2.98451,0,0,0.996917,0.078459,180,100,1,0),(47165,188215,530,1,1,10380.7,-6419.44,38.6156,2.98451,0,0,0.996917,0.078459,180,100,1,0),(47166,188215,1,1,1,10380.9,870.1,1328.21,2.11185,0,0,0.870356,0.492424,180,100,1,0),(47167,188215,1,1,1,10380.9,870.1,1324.53,2.11185,0,0,0.870356,0.492424,180,100,1,0),(47168,188215,530,1,1,10381.3,-6407.14,42.2989,-2.82743,0,0,0.987688,-0.156434,180,100,1,0),(47169,188215,530,1,1,10381.3,-6407.14,38.6156,-2.82743,0,0,0.987688,-0.156434,180,100,1,0),(47170,188215,530,1,1,10381.8,-6415.43,42.2989,3.14159,0,0,1,0,180,100,1,0),(47171,188215,530,1,1,10381.8,-6415.43,38.6156,3.14159,0,0,1,0,180,100,1,0),(47172,188215,530,1,1,10381.8,-6411.2,42.2989,-2.98451,0,0,0.996917,-0.078459,180,100,1,0),(47173,188215,530,1,1,10381.8,-6411.2,38.6156,-2.98451,0,0,0.996917,-0.078459,180,100,1,0),(47174,188215,1,1,1,10388.3,874.923,1327.06,2.46091,0,0,0.942641,0.333807,180,100,1,0),(47175,188215,1,1,1,10388.3,874.923,1323.37,2.46091,0,0,0.942641,0.333807,180,100,1,0),(47176,188215,1,1,1,10392,877.285,1326.32,2.61799,0,0,0.965926,0.258819,180,100,1,0),(47177,188215,1,1,1,10392,877.285,1322.63,2.61799,0,0,0.965926,0.258819,180,100,1,0),(47178,188215,1,1,1,10396.1,879.66,1325.47,1.44862,0,0,0.66262,0.748956,180,100,1,0),(47179,188215,1,1,1,10396.1,879.66,1321.78,1.44862,0,0,0.66262,0.748956,180,100,1,0),(47180,188215,530,1,1,10405.9,-6392.93,55.859,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(47181,188215,530,1,1,10405.9,-6392.93,52.1757,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(47182,188215,530,1,1,10408.1,-6401.21,55.859,-3.08923,0,0,0.999657,-0.026177,180,100,1,0),(47183,188215,530,1,1,10408.1,-6401.21,52.1757,-3.08923,0,0,0.999657,-0.026177,180,100,1,0),(47184,188215,1,1,1,10409.5,881.895,1323.68,2.25148,0,0,0.902585,0.430511,180,100,1,0),(47185,188215,1,1,1,10409.5,881.895,1320,2.25148,0,0,0.902585,0.430511,180,100,1,0),(47186,188215,530,1,1,10410,-6393.97,55.859,-2.72271,0,0,0.978148,-0.207912,180,100,1,0),(47187,188215,530,1,1,10410,-6393.97,52.1757,-2.72271,0,0,0.978148,-0.207912,180,100,1,0),(47188,188215,530,1,1,10411,-6397.91,55.859,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(47189,188215,530,1,1,10411,-6397.91,52.1757,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(47190,2066,530,1,1,-1840.05,5235.81,-36.7065,-2.06822,0,0,-0.859407,0.511293,180,100,1,0),(30159,179491,1,1,1,-170.891,2640.21,-51.8494,0.244346,0,0,0.121869,0.992546,180,100,1,0),(30157,179491,1,1,1,-234.329,2541.33,-13.9135,1.0472,0,0,0.5,0.866025,180,100,1,0),(30158,179491,1,1,1,-168.484,2702.7,-68.014,0.087266,0,0,0.043619,0.999048,180,100,1,0),(30156,179491,1,1,1,-186.41,2548.61,-32.3653,0.349066,0,0,0.173648,0.984808,180,100,1,0),(30161,177444,1,1,1,-1423.31,2926.35,135.388,1.67552,0.006485,-0.005839,0.743117,0.669105,900,100,1,0),(47196,187056,530,1,1,-1839.88,5500.6,-12.4279,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(47197,187057,530,1,1,-1833.53,5507.83,-12.4279,-2.21657,0,0,0.894934,-0.446198,180,100,1,0),(47198,187057,530,1,1,-1841.01,5510.28,-12.4279,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(47199,187058,530,1,1,-1839.11,5509.92,-12.4279,1.72788,0,0,0.760406,0.649448,180,100,1,0),(47200,187058,530,1,1,-1835.44,5507.03,-12.4275,-1.76278,0,0,0.771625,-0.636078,180,100,1,0),(47201,187058,530,1,1,-1832.49,5506.05,-12.4278,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(47202,187058,530,1,1,-1841,5510.21,-10.5529,2.05949,0,0,0.857167,0.515038,180,100,1,0),(47203,187058,530,1,1,-1842.97,5509.67,-12.428,-2.23402,0,0,0.898794,-0.438371,180,100,1,0),(47204,187345,530,1,1,-1863.77,5430.1,-9.95547,0.471239,0,0,0.233445,0.97237,180,100,1,0),(47205,187356,530,1,1,-1852.83,5487.56,-11.9906,-1.71042,0,0,0.75471,-0.656059,180,100,1,0),(47206,187357,530,1,1,-1837.31,5484.09,-12.4282,-2.00713,0,0,0.843391,-0.5373,180,100,1,0),(30153,179491,1,1,1,-210.638,2589.55,-32.895,0.436332,0,0,0.21644,0.976296,180,100,1,0),(30152,179491,1,1,1,-223.064,2810.58,-14.2226,0.767945,0,0,0.374607,0.927184,180,100,1,0),(27768,187264,530,1,1,11983.7,-7307.9,-0.44332,4.59643,0,0,0.746893,-0.664944,180,0,1,0),(27767,187264,530,1,1,11910.7,-7345.79,0.0739558,3.72621,0,0,0.957581,-0.288163,180,0,1,0),(27766,187264,530,1,1,11904.5,-7335.4,0.0389657,1.33546,0,0,0.619204,0.78523,180,0,1,0),(27765,187264,530,1,1,11876,-7302.41,0.496499,2.92824,0,0,0.994316,0.106472,180,0,1,0),(27764,187264,530,1,1,11857.3,-7319.35,0.318168,3.75998,0,0,0.952579,-0.304291,180,0,1,0),(27763,187264,530,1,1,11845.3,-7328.02,-0.293482,2.41224,0,0,0.934239,0.356648,180,0,1,0),(27762,187264,530,1,1,11837.2,-7317.23,0.445331,5.85856,0,0,0.210719,-0.977547,180,0,1,0),(27757,187264,530,1,1,11820.6,-7306.59,-0.296268,5.5122,0,0,0.376015,-0.926614,180,0,1,0),(27756,187371,530,1,1,12776.6,-6701.81,9.23255,1.57142,0,0,0.976995,-0.213261,300,0,1,0),(27755,187335,530,1,1,12807.2,-6911.97,41.1164,2.18755,0,0,0.888366,0.459136,300,0,1,0),(27754,188172,530,1,1,12599.3,-6808.31,13.3259,5.32994,0,0,0.458782,-0.888549,180,0,1,0),(27753,188171,530,1,1,12895.5,-7300.07,65.4923,0.100751,0,0,0.0503541,0.998731,180,0,1,0),(27752,187431,530,1,1,12784.5,-6882.47,23.4404,5.37582,0,0,0.438279,-0.898839,180,0,1,0),(27751,187428,530,1,1,12789.5,-6888.58,31.5548,2.1439,0,0,0.878134,0.478414,180,0,1,0),(27750,187345,530,1,1,12940,-6973.13,18.9518,0.872317,0,0,0.422461,0.906381,300,0,1,0),(75570,181556,530,1,1,12795,-6487.54,1.0513,0.375645,0,0,0.18672,0.982413,900,255,1,0),(75571,181570,530,1,1,12795,-6487.54,1.0513,0.375645,0,0,0.18672,0.982413,900,255,1,0),(27743,181281,530,1,1,12669.1,-7420.74,2.88691,0.790224,0,0,0.384912,0.922953,3600,0,1,0),(27742,181281,530,1,1,12330,-7353.95,2.96635,5.98563,0,0,0.148232,-0.988953,3600,0,1,0),(27617,181281,530,1,1,11744.2,-7218.29,9.25358,2.99719,0,0,0.997395,0.0721389,3600,0,1,0),(27592,181280,530,1,1,11621.3,-7061.17,1.39133,1.51908,0,0,0.688587,0.725154,3600,0,1,0),(27591,181281,530,1,1,12588,-6619.87,12.4062,1.5278,0,0,0.691742,0.722145,3600,0,1,0),(23985,181281,530,1,1,12599,-6930.48,5.01902,4.00416,0,0,0.908431,-0.418036,3600,0,1,0),(47241,184740,530,1,1,-100.032,7167.5,19.208,5.16039,0,0,0,0,500,100,1,0),(47240,184740,530,1,1,-114.853,7168.38,23.8405,4.79597,0,0,0,0,500,100,1,0),(47239,184740,530,1,1,-120.267,7268.2,23.1844,2.53087,0,0,0,0,500,100,1,0),(47238,184740,530,1,1,-198.285,7301.59,22.8859,5.80598,0,0,0,0,500,100,1,0),(47237,184740,530,1,1,-211.172,7320.04,57.2251,0.96715,0,0,0,0,500,100,1,0),(99798,188165,585,3,1,138.353,190.139,-16.8306,-2.00713,0,0,-0.843391,0.5373,180,100,1,0),(99799,188166,585,3,1,158.751,190.51,-16.8794,-1.309,0,0,-0.608762,0.793353,180,100,1,0),(99800,188173,585,3,1,148.401,203.443,-11.9579,1.01229,0,0,0.48481,0.87462,180,100,1,0),(99801,188177,585,3,1,-5.48751,0,-0.678789,3.14159,0,0,1,0,180,100,1,0),(99802,187979,585,3,1,254.45,-29.3623,5.57768,-1.5708,0,0,-0.707107,0.707107,180,100,1,0),(99803,187990,585,3,1,3.43601,-448.192,-5.71188,-2.27765,0,0,0.908143,-0.41866,180,100,0,0),(99804,187764,585,3,1,-15.9065,-421.996,-47.1748,3.0456,0,0,0.998848,0.047977,180,100,1,0),(99805,187765,585,3,1,-108.729,-598.276,-6.37283,1.38754,0,0,0.63944,0.768841,180,100,1,0),(99806,187766,585,3,1,72.4223,-587.322,1.59501,2.69653,0,0,0.975342,0.220698,180,100,1,0),(99807,187770,585,3,1,127.101,61.3613,-15.1793,-1.5708,0,0,-0.707107,0.707107,180,100,1,0),(99808,188064,585,3,1,149.927,125.694,-7.26305,1.5708,0,0,0.707107,0.707107,180,100,0,0),(99809,188065,585,3,1,215.131,0.396177,9.41158,0,0,0,0,1,180,100,0,0),(99810,188081,585,3,1,-214.195,-251.216,-72.2626,2.63545,0,0,0.968148,0.25038,180,100,0,0),(99811,187578,585,3,1,231.214,-274.873,-7.39517,1.65806,0,0,0.737278,0.67559,180,100,1,0),(99812,188118,585,3,1,-71.2025,-523.017,0.144581,3.13287,0,0,0.99999,0.004363,180,100,0,0),(99813,187896,585,3,1,231.232,-236.83,0.579835,-1.5708,0,0,-0.707107,0.707107,180,100,1,0),(99814,181270,530,1,1,693.528,1788.73,119.979,-0.349066,0,0,0.173648,-0.984808,60,100,1,0),(99815,181280,530,1,1,882.495,2263.36,297.829,0.226893,0,0,0.113203,0.993572,60,100,1,0),(99816,181280,530,1,1,784.762,2081.11,270.486,1.23918,0,0,0.580703,0.814116,60,100,1,0),(99817,181285,530,1,1,882.495,2263.36,297.829,0.226893,0,0,0.113203,0.993572,180,100,1,0),(99818,181285,530,1,1,784.762,2081.11,270.486,1.23918,0,0,0.580703,0.814116,180,100,1,0),(99819,187084,530,1,1,841.636,2499.28,305.82,1.6057,0,0,0.71934,0.694658,180,100,1,0),(99820,187084,530,1,1,850.759,2526.32,290.563,0.10472,0,0,0.052336,0.99863,180,100,1,0),(99821,187084,530,1,1,846.037,2495.05,293.085,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(30155,179491,1,1,1,-206.382,2561.64,-24.2572,0.663225,0,0,0.325568,0.945519,180,100,1,0),(20524,186152,564,1,1,626.835,305.72,271.649,1.56474,0,0,0.704963,0.709244,180,100,0,0),(20523,185892,564,1,1,752.098,159.738,112.768,3.13554,0,0,0.999995,0.003026,180,100,1,0),(20522,185888,564,1,1,661.76,366.748,271.685,-0.3551,-0.000304,-0.010319,-0.176594,0.98423,180,100,1,0),(20520,185887,564,1,1,650.272,259.861,271.685,0.953897,0.006041,-0.008371,0.45906,0.888346,180,100,1,0),(20516,185886,564,1,1,669.623,231.191,271.685,0.953897,0.006041,-0.008371,0.45906,0.888346,180,100,1,0),(20515,185885,564,1,1,671.103,380.024,271.685,-0.936081,-0.003247,-0.009799,-0.451101,0.892413,180,100,1,0),(20513,185884,564,1,1,650.657,351.639,271.685,-0.971729,-0.00342,-0.00974,-0.466934,0.884232,180,100,1,0),(20510,185883,564,1,1,660.337,244.393,271.685,0.283646,0.002952,-0.009892,0.141356,0.989905,180,100,1,0),(11665,185882,564,1,1,703.891,544.47,112.654,1.56474,0,0,0.704963,0.709244,180,100,1,0),(28294,103680,1,1,1,-4013.3,-3385.15,38.4657,2.38013,0,0,0.181189,0.983448,-600,100,0,0),(28300,186729,530,1,1,3442.94,3107.05,133.446,2.61423,0,0,0.965436,0.260639,600,100,1,0),(28322,186729,530,1,1,3447.23,3108.36,132.629,3.26218,0,0,0.998183,-0.0602566,600,100,1,0),(28323,186729,530,1,1,3594.84,3089.71,124.591,2.39824,0,0,0.93172,0.363177,600,100,1,0),(28324,186729,530,1,1,3500.9,3089.25,137.409,1.24371,0,0,0.582542,0.8128,600,100,1,0),(28328,186729,530,1,1,3613.47,3059.31,124.018,2.94016,0,0,0.994932,0.100545,600,100,1,0),(28330,186729,530,1,1,3466.13,3058.32,143.641,5.31207,0,0,0.466704,-0.884414,600,100,1,0),(47232,186729,530,1,1,3370.01,3057.48,140.398,0.0302625,0,0,0.0151307,0.999885,600,100,1,0),(47233,186729,530,1,1,3638.96,3039.23,125.535,1.64818,0,0,0.733931,0.679224,600,100,1,0),(47234,186729,530,1,1,3338.72,3039.7,139.869,1.56964,0,0,0.706698,0.707515,600,100,1,0),(47235,186729,530,1,1,3627.07,2972.94,145.315,1.12196,0,0,0.532018,0.846733,600,100,1,0),(47236,186729,530,1,1,3561.45,2975.52,146.345,2.82235,0,0,0.987288,0.158943,600,100,1,0),(47347,186729,530,1,1,3482.13,2975.44,143.236,4.35781,0,0,0.820731,-0.571315,600,100,1,0),(47248,186729,530,1,1,3322.33,2973.16,143.744,0.858857,0,0,0.416351,0.909204,600,100,1,0),(47249,186729,530,1,1,3631.96,2893.58,147.866,4.80548,0,0,0.673439,-0.739243,600,100,1,0),(47250,186729,530,1,1,3531.82,2890.7,145.889,2.09979,0,0,0.86737,0.497664,600,100,1,0),(47251,186729,530,1,1,3408.25,2891.47,143.715,1.32617,0,0,0.615551,0.788097,600,100,1,0),(47252,186729,530,1,1,3327.92,2890.38,141.371,4.81334,0,0,0.67053,-0.741883,600,100,1,0),(47253,186729,530,1,1,3502.29,2861.81,146.519,5.42988,0,0,0.413827,-0.910356,600,100,1,0),(47254,186729,530,1,1,3549.45,2810.71,145.608,5.25709,0,0,0.490834,-0.871253,600,100,1,0),(47255,186729,530,1,1,3448.69,2808.93,148.901,4.1379,0,0,0.878467,-0.477804,600,100,1,0),(47256,186729,530,1,1,3502.6,2806.41,146.557,5.94038,0,0,0.170563,-0.985347,600,100,1,0),(47257,186729,530,1,1,3393.41,2813.17,148.863,3.52136,0,0,0.982026,-0.188744,600,100,1,0),(47258,186729,530,1,1,5001.79,3090.9,98.5848,1.86024,0,0,0.801692,0.597738,600,100,1,0),(47259,186729,530,1,1,5034.61,3075.49,94.8813,2.25687,0,0,0.903742,0.428077,600,100,1,0),(47260,186729,530,1,1,4954.57,3072.46,95.0206,4.0947,0,0,0.888581,-0.458719,600,100,1,0),(47261,186729,530,1,1,5010.41,3051.98,96.0948,1.95841,0,0,0.830055,0.557681,600,100,1,0),(47262,186729,530,1,1,5091.24,2980.9,81.0722,2.97944,0,0,0.996715,0.0809875,600,100,1,0),(47263,186729,530,1,1,5060.04,2977.01,88.4138,5.08038,0,0,0.565801,-0.824542,600,100,1,0),(47264,186729,530,1,1,5009.92,2972.42,105.205,0.984525,0,0,0.472621,0.881266,600,100,1,0),(47265,186729,530,1,1,4946.38,2978.13,90.3425,4.59343,0,0,0.747889,-0.663823,600,100,1,0),(47266,186729,530,1,1,5163.74,2963.27,71.5152,5.66943,0,0,0.302084,-0.953281,600,100,1,0),(47267,186729,530,1,1,4899.62,2959.02,152.31,2.18225,0,0,0.887146,0.461489,600,100,1,0),(47268,186729,530,1,1,5135.47,2898.83,73.8903,4.32638,0,0,0.829607,-0.558348,600,100,1,0),(47269,186729,530,1,1,5051.23,2891.96,82.9909,5.77151,0,0,0.253057,-0.967451,600,100,1,0),(47270,186729,530,1,1,5010.6,2887.88,88.1793,6.16812,0,0,0.0575017,-0.998345,600,100,1,0),(47271,186729,530,1,1,4947.13,2889.56,126.967,0.17553,0,0,0.0876525,0.996151,600,100,1,0),(47272,186729,530,1,1,4985.32,2808.74,75.7325,4.24393,0,0,0.851914,-0.523682,600,100,1,0),(47292,184998,530,1,1,3732.02,2437,103.992,3.0559,0,0,0.999082,0.0428344,10,100,1,0),(47293,184423,530,1,1,3732.02,2437,104.169,3.0559,0,0,0.999082,0.0428344,600,100,1,0),(47294,184425,530,1,1,3726.96,2451.69,104.158,4.55601,0,0,0.760178,-0.649714,600,100,1,0),(47295,184426,530,1,1,3726.21,2442.72,104.158,4.63062,0,0,0.735417,-0.677615,600,100,1,0),(47296,184427,530,1,1,3725.34,2432.08,103.697,4.63062,0,0,0.735417,-0.677615,600,100,1,0),(47297,184428,530,1,1,3719.42,2447.69,104.158,6.20298,0,0,0.0400897,-0.999196,600,100,1,0),(47298,184429,530,1,1,3718.31,2437.94,104.132,6.15586,0,0,0.063619,-0.997974,600,100,1,0),(47299,184430,530,1,1,3717.15,2426.95,104.136,6.26974,0,0,0.00672112,-0.999977,600,100,1,0),(47300,184431,530,1,1,3732.95,2447.04,103.977,3.09674,0,0,0.999749,0.0224256,600,100,1,0),(47301,185512,530,1,1,3989.02,6071.38,266.591,3.74302,0,0,0.955126,-0.296201,300,100,1,0),(47302,185460,530,1,1,3989.02,6071.38,266.413,3.72731,0,0,0.957422,-0.288691,10,0,1,0),(47303,185460,530,1,1,3681.98,5977.24,265.765,3.73361,0,0,0.956509,-0.291703,10,0,1,0),(47304,185460,530,1,1,3675.78,5987.85,266.034,3.68788,0,0,0.962927,-0.269761,10,0,1,0),(47305,185460,530,1,1,3669.47,5997.84,265.983,3.67915,0,0,0.964095,-0.265556,10,0,1,0),(47306,185460,530,1,1,3636.56,6168.06,273.405,2.80343,0,0,0.98574,0.168276,10,0,1,0),(47307,185460,530,1,1,3632.35,6158.75,273.42,2.65421,0,0,0.970453,0.241289,10,0,1,0),(47308,185460,530,1,1,3640.78,6177.41,273.443,2.67463,0,0,0.972866,0.231368,10,0,1,0),(47309,185460,530,1,1,3838.96,6161.76,269.906,0.934179,0,0,0.450289,0.892883,10,0,1,0),(47310,185460,530,1,1,3846.19,6157.38,269.905,1.03236,0,0,0.49356,0.869712,10,0,1,0),(47311,184595,530,1,1,3640.78,6177.41,273.619,2.68248,0,0,0.973767,0.227546,600,100,1,0),(47312,185461,530,1,1,3636.56,6168.06,273.58,2.80343,0,0,0.98574,0.168276,600,100,1,0),(47313,185462,530,1,1,3632.35,6158.75,273.596,2.72882,0,0,0.978778,0.204925,600,100,1,0),(47314,185463,530,1,1,3838.96,6161.76,270.082,0.98523,0,0,0.472932,0.881099,600,100,1,0),(47315,185464,530,1,1,3846.19,6157.38,270.082,1.03236,0,0,0.49356,0.869712,600,100,1,0),(47487,181771,530,1,1,-1550.77,-11215.5,67.5755,4.09776,0,0,0,0,240,100,1,0),(47488,181771,530,1,1,-1575.5,-11215.4,67.9508,5.44079,0,0,0,0,240,100,1,0),(47489,181771,530,1,1,-1563.69,-11241.3,68.3406,1.77298,0,0,0,0,240,100,1,0),(47490,181771,530,1,1,-1569.68,-11291.7,65.8338,5.09757,0,0,0,0,240,100,1,0),(47491,181771,530,1,1,-1585.52,-11320.6,63.3017,0.696981,0,0,0,0,240,100,1,0),(47492,181771,530,1,1,-1554.44,-11320.3,67.6148,2.81363,0,0,0,0,240,100,1,0),(47493,181771,530,1,1,-1471.59,-11387.8,67.9608,4.44727,0,0,0,0,240,100,1,0),(47494,181770,530,1,1,-1498.02,-11357.7,68.9774,4.13705,0,0,0,0,240,100,1,0),(47495,181770,530,1,1,-1540.15,-11346.6,67.9345,5.68035,0,0,0,0,240,100,1,0),(47496,181770,530,1,1,-1551.48,-11400.5,64.3662,0.602752,0,0,0,0,240,100,1,0),(47497,181770,530,1,1,-1489.04,-11461.2,67.2498,1.80834,0,0,0,0,240,100,1,0),(47498,181770,530,1,1,-1450.12,-11461.4,68.5324,2.51913,0,0,0,0,240,100,1,0),(47499,181770,530,1,1,-1398.42,-11448,73.8645,2.6448,0,0,0,0,240,100,1,0),(47500,181770,530,1,1,-1398.15,-11435.7,73.0078,3.53231,0,0,0,0,240,100,1,0),(13539,181281,530,1,1,12696.2,-7066.53,19.3097,4.20522,0,0,0.861889,-0.507097,3600,0,1,0),(47483,185054,548,1,1,52.448,-944.825,44,3.48714,0,0,0,0,7200,0,1,0),(47482,185052,548,1,1,52.048,-901.236,44,3.02393,0,0,0,0,7200,0,1,0),(47484,185051,548,1,1,7.81,-945.244,44,5.99871,0,0,0,0,7200,0,1,0),(47485,185053,548,1,1,7.417,-901.109,44,2.29077,0,0,0,0,7200,0,1,0),(1458,12665,1,1,1,-563.016,-4217.51,41.5901,2.78704,0.004741,-0.023011,0.984022,0.176488,900,100,1,0),(1427,2061,1,1,1,351.649,-4854.58,10.4196,3.12414,0,0,0.999962,0.008727,900,100,1,0),(1425,31580,1,1,1,351.649,-4854.58,10.4196,3.12414,0,0,0.999962,0.008727,900,100,1,0),(1424,2061,1,1,1,292.01,-4769.12,11.5029,2.80125,0,0,0.985556,0.16935,900,100,1,0),(1420,31579,1,1,1,292.01,-4769.12,11.5029,2.80125,0,0,0.985556,0.16935,900,100,1,0),(1409,2061,1,1,1,332.333,-4763.42,12.6504,3.14159,-0.056688,-0.013069,0.998306,-0.000742,900,100,1,0),(1382,31576,1,1,1,332.333,-4763.42,12.6504,3.14159,-0.056688,-0.013069,0.998306,-0.000742,900,100,1,0),(27589,180582,0,1,1,-9808.47,1813.63,0,1.53589,0,0,0.694658,0.71934,3600,100,1,0),(47247,180582,0,1,1,-9882.07,1833.48,0,1.11701,0,0,0.529919,0.848048,3600,100,1,0),(47283,180582,0,1,1,-9574.33,1392.54,0,-0.122173,0,0,0.061049,-0.998135,3600,100,1,0),(1379,2061,1,1,1,307.906,-4662.34,16.3877,-3.14159,0.021805,-0.030532,0.999296,0.000666,900,100,1,0),(1365,31574,1,1,1,307.906,-4662.34,16.3877,-3.14159,0.021805,-0.030532,0.999296,0.000666,900,100,1,0),(47318,180900,0,1,1,-13646.9,547.157,0,1.95477,0,0,0.829038,0.559193,3600,100,1,0),(47319,180900,0,1,1,-13853.3,707.847,0,0.436332,0,0,0.21644,0.976296,3600,100,1,0),(47320,180900,0,1,1,-13244,775.253,0,0.767945,0,0,0.374607,0.927184,3600,100,1,0),(47321,180900,0,1,1,-13341.5,808.699,0,-0.541052,0,0,0.267238,-0.96363,3600,100,1,0),(47322,180900,0,1,1,-13290.2,651.097,0,-2.74017,0,0,0.979925,-0.199368,3600,100,1,0),(47323,180900,0,1,1,-13952.5,695.664,0,-1.0821,0,0,0.515038,-0.857167,3600,100,1,0),(47324,180900,0,1,1,-12909.3,506.528,0,-1.6057,0,0,0.71934,-0.694658,3600,100,1,0),(47325,180900,0,1,1,-13150,482.661,0,-1.98968,0,0,0.838671,-0.544639,3600,100,1,0),(47326,180900,0,1,1,-14320.4,529.485,0,-2.67035,0,0,0.97237,-0.233445,3600,100,1,0),(47327,180900,0,1,1,-14659.1,196.393,0,-0.907571,0,0,0.438371,-0.898794,3600,100,1,0),(47328,180900,0,1,1,-14345,481.232,0,-0.191986,0,0,0.095846,-0.995396,3600,100,1,0),(47329,180901,0,1,1,-12968.7,489.778,0,-1.13446,0,0,0.5373,-0.843391,3600,100,1,0),(47330,180901,0,1,1,-13693.8,670.814,0,0.139626,0,0,0.069756,0.997564,3600,100,1,0),(47331,180901,0,1,1,-13952.5,695.664,0,-1.0821,0,0,0.515038,-0.857167,3600,100,1,0),(47332,180901,0,1,1,-13059.8,506.689,0,1.67552,0,0,0.743145,0.669131,3600,100,1,0),(47333,180901,0,1,1,-12771.4,378.642,0,-0.523599,0,0,0.258819,-0.965926,3600,100,1,0),(47334,180901,0,1,1,-12727.5,39.1558,0,-0.331612,0,0,0.165048,-0.986286,3600,100,1,0),(47335,180901,0,1,1,-14424.6,465.557,0,3.12414,0,0,0.999962,0.008727,3600,100,1,0),(47336,180901,0,1,1,-12829.6,440.834,0,2.75762,0,0,0.981627,0.190809,3600,100,1,0),(47337,180901,0,1,1,-13779.9,703.536,0,2.40855,0,0,0.93358,0.358368,3600,100,1,0),(47338,180902,0,1,1,-13059.8,506.689,0,1.67552,0,0,0.743145,0.669131,3600,100,1,0),(47339,180902,0,1,1,-13150,482.661,0,-1.98968,0,0,0.838671,-0.544639,3600,100,1,0),(47340,180902,0,1,1,-12701.7,-21.263,0,-2.11185,0,0,0.870356,-0.492423,3600,100,1,0),(47341,180902,0,1,1,-14012.5,599.186,0,3.07178,0,0,0.999391,0.034899,3600,100,1,0),(47342,180902,0,1,1,-13952.5,695.664,0,-1.0821,0,0,0.515038,-0.857167,3600,100,1,0),(47343,180902,0,1,1,-13779.9,703.536,0,2.40855,0,0,0.93358,0.358368,3600,100,1,0),(47344,180902,0,1,1,-13568.4,766.911,0,-0.401426,0,0,0.199368,-0.979925,3600,100,1,0),(47345,180902,0,1,1,-12771.4,378.642,0,-0.523599,0,0,0.258819,-0.965926,3600,100,1,0),(47346,180902,0,1,1,-13414.4,783.912,0,2.04204,0,0,0.85264,0.522499,3600,100,1,0),(47348,180902,0,1,1,-13235.1,558.615,0,-3.00197,0,0,0.997564,-0.069756,3600,100,1,0),(47349,180902,0,1,1,-14720,448.409,0,1.69297,0,0,0.748956,0.66262,3600,100,1,0),(30151,50961,1,1,1,-82.7896,1692.18,88.7181,-0.994838,0,0,0.477159,-0.878817,2,100,1,0),(47351,180655,0,1,1,-4746.4,-3163.21,297.605,2.86234,0,0,0.990268,0.139173,3600,100,1,0),(47352,180656,0,1,1,-5730.29,-3414.34,297.605,-2.80998,0,0,0.986286,-0.165048,3600,100,1,0),(47353,180656,0,1,1,-5127.44,-3148.62,297.605,-2.98451,0,0,0.996917,-0.078459,3600,100,1,0),(47354,180656,0,1,1,-4912.3,-3581.94,297.605,-0.663225,0,0,0.325568,-0.945519,3600,100,1,0),(47355,180656,0,1,1,-5642.59,-3291.67,297.605,2.14675,0,0,0.878817,0.477159,3600,100,1,0),(47356,180656,0,1,1,-5347.89,-3706.57,297.605,-1.8326,0,0,0.793353,-0.608761,3600,100,1,0),(29233,3856,1,1,1,-411.843,1847.04,128.486,1.58825,0,0,0.71325,0.700909,900,100,1,0),(47358,180656,0,1,1,-4982.37,-3543.38,297.605,1.50098,0,0,0.681998,0.731354,3600,100,1,0),(47359,180656,0,1,1,-4773.38,-3163.92,297.605,-2.18166,0,0,0.887011,-0.461749,3600,100,1,0),(47360,180656,0,1,1,-5202.45,-3145.92,297.605,2.25148,0,0,0.902585,0.430511,3600,100,1,0),(47361,180656,0,1,1,-5167.09,-3142.34,297.605,-0.034907,0,0,0.017452,-0.999848,3600,100,1,0),(30149,3857,1,1,1,-413.766,1872.18,128.514,-0.375245,0,0,-0.186524,0.98245,900,100,1,0),(47363,180656,0,1,1,-5032.86,-3580.12,297.605,-1.93731,0,0,0.824126,-0.566406,3600,100,1,0),(29232,3855,1,1,1,-422.419,1868.29,128.514,-0.610865,0,0,-0.300706,0.953717,900,100,1,0),(29216,2061,1,1,1,-2407.32,2486.28,83.7571,2.80998,0,0,0.986286,0.165048,900,100,1,0),(47366,180657,0,1,1,-1088.09,-773.98,0,2.37365,0,0,0.927184,0.374607,3600,100,1,0),(47367,180657,0,1,1,-991.793,-708.385,0,-2.75762,0,0,0.981627,-0.190809,3600,100,1,0),(47368,180657,0,1,1,-933.148,-568.908,0,-0.05236,0,0,0.026177,-0.999657,3600,100,1,0),(47369,180657,0,1,1,-3707.95,-631.876,0,-0.925024,0,0,0.446198,-0.894934,3600,100,1,0),(29214,2061,1,1,1,-2360.21,2432.05,76.5657,1.28282,0,0,0.598325,0.801254,900,100,1,0),(47371,180657,0,1,1,-931.71,-554.852,0,2.84489,0,0,0.989016,0.147809,3600,100,1,0),(47372,180657,0,1,1,-3353.9,-975.253,0,-0.349066,0,0,0.173648,-0.984808,3600,100,1,0),(47373,180657,0,1,1,-3843.22,-918.727,0,-2.89725,0,0,0.992546,-0.121869,3600,100,1,0),(29213,2061,1,1,1,-2408.39,2418.16,74.8806,1.28282,0,0,0.598325,0.801254,900,100,1,0),(47375,180657,0,1,1,-1108.14,-216.96,0,2.07694,0,0,0.861629,0.507538,3600,100,1,0),(29212,2061,1,1,1,-2358.13,2485.34,70.7527,1.28282,0,0,0.598325,0.801254,900,100,1,0),(29209,2061,1,1,1,-1243.62,1756.25,90.3898,-1.12926,0,0,-0.535105,0.844785,900,100,1,0),(29215,2061,1,1,1,-2297.11,2424.52,68.0497,1.28282,0,0,0.598325,0.801254,900,100,1,0),(47379,180662,0,1,1,-1169.1,-796.219,0,4.71239,0,0,0.707107,-0.707107,3600,100,1,0),(47380,180662,0,1,1,-1474.17,-1098.55,0,2.93215,0,0,0.994522,0.104528,3600,100,1,0),(47381,180662,0,1,1,-1428.6,-1035.49,0,-1.09956,0,0,0.522499,-0.85264,3600,100,1,0),(47382,180662,0,1,1,-3353.9,-975.253,0,-0.349066,0,0,0.173648,-0.984808,3600,100,1,0),(47383,180662,0,1,1,-948.823,-523.381,0,-1.62316,0,0,0.725374,-0.688354,3600,100,1,0),(47384,180662,0,1,1,-991.793,-708.385,0,-2.75762,0,0,0.981627,-0.190809,3600,100,1,0),(47385,180662,0,1,1,-896.287,-696.348,0,-2.68781,0,0,0.97437,-0.224951,3600,100,1,0),(29208,2061,1,1,1,-1227.94,1745.11,90.3898,-1.19035,0,0,-0.560655,0.82805,900,100,1,0),(47387,180662,0,1,1,-931.71,-554.852,0,2.84489,0,0,0.989016,0.147809,3600,100,1,0),(29189,2061,1,1,1,-1232.67,1740.11,90.3898,-1.05945,0,0,-0.505297,0.862946,900,100,1,0),(1364,2061,1,1,1,869.403,-4186.35,-13.9278,-2.31256,0,0,0.915312,-0.402746,900,100,1,0),(47390,180664,0,1,1,-1263.25,-908.322,0,1.5708,0,0,0.707107,0.707107,3600,100,1,0),(47391,180664,0,1,1,-3262.99,-889.309,0,-0.610865,0,0,0.300706,-0.953717,3600,100,1,0),(47392,180664,0,1,1,-1376.06,-1012.95,0,0.122173,0,0,0.061049,0.998135,3600,100,1,0),(47393,180664,0,1,1,-2755.3,-1128.21,0,2.56563,0,0,0.95882,0.284015,3600,100,1,0),(47394,180664,0,1,1,-2904.7,-1007.43,0,-0.418879,0,0,0.207912,-0.978148,3600,100,1,0),(47395,180664,0,1,1,-3843.22,-918.727,0,-2.89725,0,0,0.992546,-0.121869,3600,100,1,0),(47396,180664,0,1,1,-3018.44,-941.133,0,2.51327,0,0,0.951057,0.309017,3600,100,1,0),(47397,180664,0,1,1,-1199.8,-833.747,0,2.46091,0,0,0.942641,0.333807,3600,100,1,0),(47398,180664,0,1,1,-2869.85,-1038.07,0,1.62316,0,0,0.725374,0.688355,3600,100,1,0),(20724,2061,1,1,1,-421.933,1850.12,128.486,-0.148353,0,0,-0.074109,0.99725,900,100,1,0),(47400,180664,0,1,1,-1304.26,-991.073,0,0.558505,0,0,0.275637,0.961262,3600,100,1,0),(47401,180664,0,1,1,-1428.6,-1035.49,0,-1.09956,0,0,0.522499,-0.85264,3600,100,1,0),(20500,3853,1,1,1,-421.933,1850.12,128.486,-0.148353,0,0,-0.074109,0.99725,900,100,1,0),(47403,180664,0,1,1,-3710.44,-673.205,0,2.51327,0,0,0.951057,0.309017,3600,100,1,0),(47404,180664,0,1,1,-3873.45,-634.351,0,-0.837758,0,0,0.406737,-0.913545,3600,100,1,0),(47405,180664,0,1,1,-1068.16,-336.681,0,1.90241,0,0,0.814116,0.580703,3600,100,1,0),(47406,180664,0,1,1,-933.148,-568.908,0,-0.05236,0,0,0.026177,-0.999657,3600,100,1,0),(47407,180682,0,1,1,-12015.2,532.893,-0.255422,3.03687,0,0,0.99863,0.052336,3600,100,1,0),(47408,180682,0,1,1,-12080.1,459.363,0,2.14675,0,0,0.878817,0.477159,3600,100,1,0),(47409,180682,0,1,1,-12011.6,759.599,0,0.855211,0,0,0.414693,0.909961,3600,100,1,0),(47410,180682,0,1,1,-12202.2,351.023,0,-1.67552,0,0,0.743145,-0.669131,3600,100,1,0),(20497,2061,1,1,1,-422.419,1868.29,128.514,-0.610865,0,0,-0.300706,0.953717,900,100,1,0),(47412,180682,0,1,1,-12259.6,344.519,0,1.90241,0,0,0.814116,0.580703,3600,100,1,0),(20331,2061,1,1,1,-401.162,1860,128.514,2.74889,0,0,0.980785,0.19509,900,100,1,0),(47414,180682,0,1,1,-12031.4,593.977,0,-0.680679,0,0,0.333807,-0.942641,3600,100,1,0),(47415,180682,0,1,1,-12001.6,651.077,0,-2.16421,0,0,0.882948,-0.469472,3600,100,1,0),(20330,2061,1,1,1,-413.766,1872.18,128.514,-0.375245,0,0,-0.186524,0.98245,900,100,1,0),(47417,180682,1,1,1,-2591.33,-4100.78,0,-2.89725,0,0,0.992546,-0.121869,3600,100,1,0),(47418,180682,1,1,1,-2693.47,-4182.76,0,-2.79253,0,0,0.984808,-0.173648,3600,100,1,0),(47419,180683,0,1,1,-12202.2,351.023,0,-1.67552,0,0,0.743145,-0.669131,3600,100,1,0),(47420,180683,0,1,1,-11993.8,649.109,-0.949605,-2.16421,0,0,0.882948,-0.469472,3600,100,1,0),(47421,180683,0,1,1,-12043.2,541.762,0,3.03687,0,0,0.99863,0.052336,3600,100,1,0),(47422,180683,0,1,1,-12080.1,459.363,0,2.14675,0,0,0.878817,0.477159,3600,100,1,0),(47423,180683,1,1,1,-2636.08,-4058.32,0,0.593412,0,0,0.292372,0.956305,3600,100,1,0),(47424,180683,1,1,1,-2937.83,-4248.67,0,-0.977384,0,0,0.469472,-0.882948,3600,100,1,0),(47425,180684,0,1,1,1188.74,-247.037,32.9309,-3.12414,0,0,0.999962,-0.008727,3600,100,1,0),(47426,180684,0,1,1,667.415,130.111,32.934,2.49582,0,0,0.948324,0.317305,3600,100,1,0),(47427,180684,0,1,1,1210.71,-235.344,32.9309,-2.94961,0,0,0.995396,-0.095846,3600,100,1,0),(47428,180684,0,1,1,-12036.6,-500.827,10.0699,1.15192,0,0,0.544639,0.838671,3600,100,1,0),(47429,180684,0,1,1,-11856.7,-427.904,10.0699,0.977384,0,0,0.469472,0.882948,3600,100,1,0),(47430,180684,0,1,1,-11447.1,254.103,10.0699,-0.890118,0,0,0.430511,-0.902585,3600,100,1,0),(47431,180684,0,1,1,843.119,-66.724,32.9309,1.48353,0,0,0.67559,0.737277,3600,100,1,0),(47432,180684,0,1,1,994.35,-169.237,32.9309,-2.94961,0,0,0.995396,-0.095846,3600,100,1,0),(47433,180684,0,1,1,-11576.1,-28.4349,10.0699,2.14675,0,0,0.878817,0.477159,3600,100,1,0),(47434,180684,0,1,1,-12472.4,-289.304,10.1106,-2.6529,0,0,0.970296,-0.241922,3600,100,1,0),(47435,180684,0,1,1,-11596.9,-3.87077,10.0699,1.48353,0,0,0.67559,0.737277,3600,100,1,0),(47436,180684,0,1,1,-11538.7,-52.8923,10.0699,-1.74533,0,0,0.766044,-0.642788,3600,100,1,0),(47437,180684,0,1,1,-11542.9,43.4788,10.0699,1.72788,0,0,0.760406,0.649448,3600,100,1,0),(29659,176304,329,1,1,3952.68,-3632.92,133.41,-2.51327,0,0,0.951057,-0.309017,86400,100,1,0),(47439,180684,0,1,1,-11701.4,-331.587,10.0699,-2.87979,0,0,0.991445,-0.130526,3600,100,1,0),(29805,176304,329,1,1,3581.11,-3351,129.513,1.6057,0,0,0.71934,0.694658,86400,100,1,0),(47441,180684,0,1,1,-11568.2,-64.7165,10.0699,-0.191986,0,0,0.095846,-0.995396,3600,100,1,0),(47442,180684,0,1,1,-11498.4,91.6261,10.0699,2.05949,0,0,0.857167,0.515038,3600,100,1,0),(47443,180684,0,1,1,-11614.3,-192.641,10.0699,-2.16421,0,0,0.882948,-0.469472,3600,100,1,0),(27891,175749,329,1,1,3471.25,-3095.42,137.664,1.48353,0,0,0.67559,0.737277,86400,100,1,0),(35836,176307,329,1,1,3638.04,-3534.9,138.45,0,0,0,0,1,86400,100,1,0),(47446,180684,0,1,1,-11594.2,-161.316,10.0699,-0.558505,0,0,0.275637,-0.961262,3600,100,1,0),(29204,176304,329,1,1,3476.95,-3363.85,136.242,-1.98968,0,0,0.838671,-0.544639,86400,100,1,0),(47448,180684,0,1,1,-11668.9,-262.907,10.0699,2.77507,0,0,0.983255,0.182236,3600,100,1,0),(35796,176304,329,1,1,3880.02,-3517.12,139.189,-2.58309,0,0,0.961262,-0.275637,86400,100,1,0),(29193,175762,329,1,1,3479.95,-3088.35,137.664,-2.58309,0,0,0.961262,-0.275637,86400,100,1,0),(35837,176307,329,1,1,3543.4,-3432.62,136.636,1.20428,0,0,0.566406,0.824126,86400,100,1,0),(29194,176304,329,1,1,3599.32,-3460.67,136.472,-2.21657,0,0,0.894934,-0.446198,86400,100,1,0),(47453,180684,0,1,1,-12120.5,-352.027,10.0699,1.5708,0,0,0.707107,0.707107,3600,100,1,0),(20329,2061,1,1,1,-411.843,1847.04,128.486,1.58825,0,0,0.71325,0.700909,900,100,1,0),(35789,176304,329,1,1,3788.89,-3624.55,146.377,0.314159,0,0,0.156434,0.987688,86400,100,1,0),(35835,176304,329,1,1,3630.3,-3469.46,138.793,-0.855212,0,0,0.414693,-0.909961,86400,100,1,0),(31986,176304,329,1,1,4062.22,-3515.15,123.116,-2.04204,0,0,0.85264,-0.522498,86400,100,1,0),(35839,176307,329,1,1,3466.64,-3298.56,132.741,-0.698132,0,0,0.34202,-0.939693,86400,100,1,0),(35840,176307,329,1,1,4011.67,-3518.38,122.346,-0.698132,0,0,0.34202,-0.939693,86400,100,1,0),(35791,176304,329,1,1,3998.96,-3448.72,122.307,0.628319,0,0,0.309017,0.951057,86400,100,1,0),(47461,180685,0,1,1,794.327,-35.3443,32.4959,-1.46608,0,0,0.669131,-0.743145,3600,100,1,0),(47462,180685,0,1,1,1245.56,-204.805,32.2924,0.733038,0,0,0.358368,0.93358,3600,100,1,0),(47463,180685,0,1,1,-11668.9,-262.907,10.0699,2.77507,0,0,0.983255,0.182236,3600,100,1,0),(47464,180685,0,1,1,-11447.1,254.103,10.0699,-0.890118,0,0,0.430511,-0.902585,3600,100,1,0),(35838,176307,329,1,1,4011.06,-3646.39,131.552,0.069813,0,0,0.034899,0.999391,86400,100,1,0),(47466,180685,0,1,1,-11538.7,-52.8923,10.0699,-1.74533,0,0,0.766044,-0.642788,3600,100,1,0),(47467,180685,0,1,1,-11595.8,-30.9914,10.0699,2.70526,0,0,0.976296,0.21644,3600,100,1,0),(27871,153464,329,1,1,3555.39,-3424.3,136.745,2.3911,0,0,0.930418,0.366501,86400,100,1,0),(47469,180685,0,1,1,-11568.2,-64.7165,10.0699,-0.191986,0,0,0.095846,-0.995396,3600,100,1,0),(47470,180685,0,1,1,-11925.3,-322.532,10.085,-2.89725,0,0,0.992546,-0.121869,3600,100,1,0),(47471,180685,0,1,1,-12239.5,-335.31,10.0699,0.698132,0,0,0.34202,0.939693,3600,100,1,0),(47472,180685,0,1,1,-12131.3,369.493,0,-0.942478,0,0,0.453991,-0.891006,3600,100,1,0),(47473,180685,1,1,1,-3548.39,-4378.76,0,1.65806,0,0,0.737277,0.67559,3600,100,1,0),(47474,180712,0,1,1,-13853.3,707.847,0,0.436332,0,0,0.21644,0.976296,3600,100,1,0),(47475,180712,0,1,1,-14597.8,143.019,0,1.46608,0,0,0.669131,0.743145,3600,100,1,0),(47476,180712,0,1,1,-13693.8,670.814,0,0.139626,0,0,0.069756,0.997564,3600,100,1,0),(47477,180712,0,1,1,-13235.1,558.615,0,-3.00197,0,0,0.997564,-0.069756,3600,100,1,0),(47478,180712,0,1,1,-14720,448.409,0,1.69297,0,0,0.748956,0.66262,3600,100,1,0),(47479,180712,0,1,1,-14424.6,465.557,0,3.12414,0,0,0.999962,0.008727,3600,100,1,0),(1360,18085,1,1,1,869.403,-4186.35,-13.9278,-2.31256,0,0,0.915312,-0.402746,900,100,1,0),(1358,18084,1,1,1,-1265.08,-5510.95,5.25557,3.14159,-0.047962,0.026147,0.998506,0.001256,900,100,1,0),(1348,2061,1,1,1,1001.47,-4416.67,14.0263,2.53738,0.008089,-0.061883,0.952408,0.29837,900,100,1,0),(1347,55615,1,1,1,1001.47,-4416.67,14.0263,2.53738,0.008089,-0.061883,0.952408,0.29837,900,100,1,0),(1244,2061,1,1,1,292.934,-4709.42,13.0904,2.34747,0.005062,0.012071,0.922122,0.386678,900,100,1,0),(1222,31578,1,1,1,292.934,-4709.42,13.0904,2.34747,0.005062,0.012071,0.922122,0.386678,900,100,1,0),(1111,2061,1,1,1,1103.72,-4938.1,15.023,3.07543,0.023225,0.042864,0.998296,0.032083,900,100,1,0),(1068,20694,1,1,1,1103.72,-4938.1,15.023,3.07543,0.023225,0.042864,0.998296,0.032083,900,100,1,0),(47505,180900,0,1,1,-13235.1,558.615,0,-3.00197,0,0,0.997564,-0.069756,3600,100,1,0),(47506,180901,0,1,1,-13290.2,651.097,0,-2.74017,0,0,0.979925,-0.199368,3600,100,1,0),(47507,180901,0,1,1,-14012.5,599.186,0,3.07178,0,0,0.999391,0.034899,3600,100,1,0),(47508,180901,0,1,1,-12679.1,154.718,0,-2.96706,0,0,0.996195,-0.087156,3600,100,1,0),(47509,180902,0,1,1,-14141.9,517.923,0,2.72271,0,0,0.978148,0.207912,3600,100,1,0),(47510,180902,0,1,1,-12968.7,489.778,0,-1.13446,0,0,0.5373,-0.843391,3600,100,1,0),(47511,180902,0,1,1,-14424.6,465.557,0,3.12414,0,0,0.999962,0.008727,3600,100,1,0),(47512,180902,0,1,1,-14345,481.232,0,-0.191986,0,0,0.095846,-0.995396,3600,100,1,0),(47513,180902,0,1,1,-13693.8,670.814,0,0.139626,0,0,0.069756,0.997564,3600,100,1,0),(793,3233,1,1,1,-603.055,-4708.28,38.1149,1.75406,0,0,0.768842,0.639439,900,100,1,0),(783,3232,1,1,1,-602.694,-4708.82,38.039,-0.610866,0,0,-0.300706,0.953717,900,100,1,0),(47516,180657,0,1,1,-1169.1,-796.219,0,4.71239,0,0,0.707107,-0.707107,3600,100,1,0),(47517,180657,0,1,1,-2704.53,-1210.83,0,2.14675,0,0,0.878817,0.477159,3600,100,1,0),(47518,180657,0,1,1,-3873.45,-634.351,0,-0.837758,0,0,0.406737,-0.913545,3600,100,1,0),(47519,180657,0,1,1,-2904.7,-1007.43,0,-0.418879,0,0,0.207912,-0.978148,3600,100,1,0),(47520,180662,0,1,1,-1032.62,-405.506,0,-0.174533,0,0,0.087156,-0.996195,3600,100,1,0),(47521,180662,0,1,1,-1101.77,-285.447,0,0.959931,0,0,0.461749,0.887011,3600,100,1,0),(47522,180664,0,1,1,-1474.17,-1098.55,0,2.93215,0,0,0.994522,0.104528,3600,100,1,0),(47523,180664,0,1,1,-896.287,-696.348,0,-2.68781,0,0,0.97437,-0.224951,3600,100,1,0),(47524,180664,0,1,1,-1093.24,-33.4709,0,-0.139626,0,0,0.069756,-0.997564,3600,100,1,0),(47525,180664,0,1,1,-1037.98,-736.12,0,-1.65806,0,0,0.737277,-0.67559,3600,100,1,0),(47526,180664,0,1,1,-3649.69,-665.087,0,0.191986,0,0,0.095846,0.995396,3600,100,1,0),(47527,180682,1,1,1,-2871.48,-4241.04,0,0.314159,0,0,0.156434,0.987688,3600,100,1,0),(47528,180682,0,1,1,-12067.7,871.853,0,2.49582,0,0,0.948324,0.317305,3600,100,1,0),(47529,180682,0,1,1,-11882,876.11,0,1.53589,0,0,0.694658,0.71934,3600,100,1,0),(47530,180682,0,1,1,-11801.6,961.14,0,-0.436333,0,0,0.21644,-0.976296,3600,100,1,0),(47531,180682,0,1,1,-11950.8,847.183,0,2.77507,0,0,0.983255,0.182236,3600,100,1,0),(12609,177673,1,1,1,252.513,2963.7,1.64204,0.907571,0,0,0.438371,0.898794,900,100,1,0),(47533,180682,1,1,1,-2994.52,-4235.53,0,-1.51844,0,0,0.688354,-0.725374,3600,100,1,0),(47534,180682,1,1,1,-3548.39,-4378.76,0,1.65806,0,0,0.737277,0.67559,3600,100,1,0),(47535,180683,1,1,1,-3250.99,-4297.08,0,1.09956,0,0,0.522499,0.85264,3600,100,1,0),(47536,180683,0,1,1,-11958.1,738.97,0,2.94961,0,0,0.995396,0.095846,3600,100,1,0),(47537,180683,0,1,1,-11801.6,961.14,0,-0.436333,0,0,0.21644,-0.976296,3600,100,1,0),(47538,180683,1,1,1,-2591.33,-4100.78,0,-2.89725,0,0,0.992546,-0.121869,3600,100,1,0),(47539,180683,0,1,1,-12349.4,342.822,0,2.26893,0,0,0.906308,0.422618,3600,100,1,0),(47540,180684,0,1,1,-11517.9,141.394,10.0699,1.36136,0,0,0.62932,0.777146,3600,100,1,0),(47541,180684,0,1,1,-11483.7,187.406,10.0699,-2.33874,0,0,0.920505,-0.390731,3600,100,1,0),(18140,180582,1,1,1,-1981.99,-3767.3,0,1.5708,0,0,0.707107,0.707107,180,100,1,0),(47543,180684,0,1,1,-12313.4,-311.831,10.0699,1.79769,0,0,0.782608,0.622515,3600,100,1,0),(47544,180684,0,1,1,-12578.5,-108.159,10.0699,-2.11185,0,0,0.870356,-0.492423,3600,100,1,0),(47545,180685,0,1,1,-11542.9,43.4788,10.0699,1.72788,0,0,0.760406,0.649448,3600,100,1,0),(47546,180685,0,1,1,-11701.4,-331.587,10.0699,-2.87979,0,0,0.991445,-0.130526,3600,100,1,0),(47547,180712,0,1,1,-14012.5,599.186,0,3.07178,0,0,0.999391,0.034899,3600,100,1,0),(47548,180712,0,1,1,-12968.7,489.778,0,-1.13446,0,0,0.5373,-0.843391,3600,100,1,0),(47549,180712,0,1,1,-12771.4,378.642,0,-0.523599,0,0,0.258819,-0.965926,3600,100,1,0),(47550,180712,0,1,1,-13646.9,547.157,0,1.95477,0,0,0.829038,0.559193,3600,100,1,0),(47551,180712,0,1,1,-13150,482.661,0,-1.98968,0,0,0.838671,-0.544639,3600,100,1,0),(18141,180582,1,1,1,5881.34,595.47,0,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(47554,187215,580,1,1,1785.37,479.663,74.0821,2.89133,0,0,0.992181,0.124806,180,100,1,0),(47553,187214,580,1,1,1798.09,487.474,74.0821,1.32053,0,0,0.613327,0.789829,180,100,1,0),(778,3228,1,1,1,306.174,-4741.32,12.8754,1.6057,0,0,0.71934,0.694658,900,100,1,0),(758,3227,1,1,1,305.829,-4741.75,12.8513,-3.10669,0,0,0.999848,-0.017452,900,100,1,0),(678,3226,1,1,1,306.623,-4741.73,12.8672,0.034906,0,0,0.017452,0.999848,900,100,1,0),(440,3224,1,1,1,1303.61,-4397.36,29.1405,-3.11541,0,0,0.999914,-0.01309,900,100,1,0),(425,18077,1,1,1,-782.757,-4903.25,19.52,-2.58309,0.037117,0.028782,0.959991,-0.276064,900,100,1,0),(47561,148418,109,1,1,-435.417,248.872,-90.8275,2.40799,0,0,0.933479,0.358632,86400,100,1,0),(47562,148419,109,1,1,-499.066,248.605,-90.8275,0.659252,0,0,0.323689,0.946163,86400,100,1,0),(47563,148420,109,1,1,-499.108,303.472,-90.8275,5.535,0,0,0.365427,-0.93084,86400,100,1,0),(47564,148421,109,1,1,-434.857,303.821,-90.8264,3.84954,0,0,0.938003,-0.346627,86400,100,1,0),(26110,185224,530,1,1,-2679.23,5403.16,-36.469,2.88231,0,0,0.991608,0.129278,5,100,1,0),(47566,181895,530,1,1,-1989.65,-11918.5,52.6141,1.65738,0,0,0.737048,0.67584,180,100,1,0),(47567,179707,450,1,1,243.102,84.7166,25.8072,1.54101,0,0,0.696499,0.717557,180,100,1,0),(47568,179706,449,1,1,-0.368658,29.2944,2.42959,4.59952,0,0,0.745866,-0.666095,180,100,1,0),(402,2061,1,1,1,317.67,-4671.1,16.1196,2.97579,0.036577,0.018837,0.995784,0.081979,900,100,1,0),(47570,187073,530,1,1,-1503.34,3974.08,218.988,5.06032,0,0,0.574042,-0.818826,120,100,1,0),(47571,187073,530,1,1,-1490.88,4170.82,223.682,5.90619,0,0,0.187381,-0.982287,120,100,1,0),(47572,187073,530,1,1,-1462.56,3867.09,210.337,2.74654,0,0,0.980555,0.196247,120,100,1,0),(47573,187073,530,1,1,-1443.27,4097.03,213.551,5.35956,0,0,0.445574,-0.895245,120,100,1,0),(47574,187073,530,1,1,-1388.01,3790.95,214.597,0.61732,0,0,0.303782,0.952742,120,100,1,0),(47575,187073,530,1,1,-1280.06,4510.42,208.47,4.62442,0,0,0.737514,-0.675332,120,100,1,0),(47576,187073,530,1,1,-1221.5,4608.18,194.851,4.37152,0,0,0.816794,-0.57693,120,100,1,0),(47577,187073,530,1,1,-1201.23,4520.35,203.336,5.41532,0,0,0.420443,-0.907319,120,100,1,0),(47578,173266,0,1,1,-7025.07,-1784.32,265.739,2.13058,0,0,0.874929,0.484251,-300,100,1,0),(99854,187331,530,1,1,12664.6,-6986.06,15.6079,4.85554,0,0,0.654728,-0.755865,25,0,1,0),(99853,186982,530,1,1,12181.2,-7337.85,4.19741,3.34836,0,0,0.99466,-0.103201,25,0,1,0),(99852,186982,530,1,1,12579,-6915.97,4.60172,3.15358,0,0,0.999982,-0.00599564,25,0,1,0),(99851,186982,530,1,1,12776.8,-6701.73,1.25949,3.58398,0,0,0.975636,-0.219396,25,0,1,0),(99850,187232,530,1,1,12579,-6915.97,4.60172,3.15358,0,0,0.999982,-0.00599564,25,0,1,0),(6781,182164,530,1,1,1177.66,8128.57,19.78,1.48833,0,0,0.677358,0.735654,-180,0,1,0),(401,18076,1,1,1,317.67,-4671.1,16.1196,2.97579,0.036577,0.018837,0.995784,0.081979,900,100,1,0),(400,2061,1,1,1,315.727,-4666.47,16.1628,-3.14159,0.008725,-0.021814,0.999724,0.00019,900,100,1,0),(399,18075,1,1,1,315.727,-4666.47,16.1628,-3.14159,0.008725,-0.021814,0.999724,0.00019,900,100,1,0),(398,3276,1,1,1,-603.328,-4708.8,38.0548,-2.85361,0,0,0.989651,-0.143493,900,100,1,0),(84,2061,1,1,1,-1253.94,-5519.79,5.85679,1.46969,0,0,0.670474,0.741933,900,100,1,0),(78,3089,1,1,1,-1253.94,-5519.79,5.85679,1.46969,0,0,0.670474,0.741933,900,100,1,0),(15,2061,1,1,1,-602.425,-4250.57,37.5115,3.14159,0,0,1,0,900,100,1,0),(14,3084,1,1,1,-602.425,-4250.57,37.5115,3.14159,0,0,1,0,900,100,1,0),(10,3314,1,1,1,285.201,-3991.19,36.0398,1.4748,0,0,0.672367,0.740218,900,100,1,0),(47591,19590,1,1,1,1048.91,-440.569,4.021,-2.86234,0,0,0.990268,-0.139173,900,100,1,0),(47592,19590,1,1,1,1168.98,49.815,-3.28093,2.47837,0,0,0.945519,0.325568,900,100,1,0),(47593,181639,1,1,1,2681.93,1487.06,233.917,-1.47994,0,0,-0.674265,0.73849,900,100,1,0),(47594,19591,1,1,1,1166.8,51.1317,-0.971587,-2.46091,0,0,0.942641,-0.333807,900,100,1,0),(47595,177288,1,1,1,-177.737,-328.416,9.59662,3.14159,0,0,1,0,900,100,1,0),(47596,19594,1,1,1,1435.89,-2.28635,23.4277,-1.02974,0,0,0.492424,-0.870356,900,100,1,0),(47597,19594,1,1,1,1435.6,-2.20177,37.6618,0,0,0,0,1,900,100,1,0),(47598,19595,1,1,1,2415.62,1785.69,393.665,-0.680679,0,0,0.333807,-0.942641,2,100,1,0),(47599,19596,1,1,1,2546.77,1998.05,347.693,2.35619,0,0,0.92388,0.382683,2,100,1,0),(47600,19597,1,1,1,2400.82,1802.94,360.375,-1.16937,0,0,0.551937,-0.833886,2,100,1,0),(47601,50830,1,1,1,109.2,-591.928,-1.48484,-2.0944,0,0,0.866026,-0.5,900,100,1,0),(47602,19598,1,1,1,2466.91,1880.6,363.948,-2.84489,0,0,0.989016,-0.147809,2,100,1,0),(47603,50831,1,1,1,112.123,-591.829,-1.6742,-1.58825,0,0,-0.713251,0.700909,900,100,1,0),(47604,19599,1,1,1,2562.67,1947.02,347.03,2.16421,0,0,0.882948,0.469472,2,100,1,0),(47605,19600,1,1,1,1049.96,-442.421,3.39679,0.558505,0,0,0.275637,0.961262,900,100,1,0),(47606,19602,1,1,1,1245.09,18.2578,-4.65858,2.26893,0.159553,0.361134,0.83122,0.391405,2,100,1,0),(47607,19603,1,1,1,985.849,-390.181,9.57425,1.79769,0,0,0.782608,0.622515,2,100,1,0),(47608,176787,1,1,1,76.993,-460.474,12.8305,3.14159,0,0,1,0,900,100,1,0),(47609,176794,1,1,1,930.339,1054.16,107.735,1.64934,0,0,0.734322,0.678801,900,100,1,0),(47610,176795,1,1,1,930.321,1054.17,106.791,1.64934,0,0,0.734322,0.678801,900,100,1,0),(47611,176796,1,1,1,930.02,1056.91,106.819,-1.51844,0,0,-0.688354,0.725374,900,100,1,0),(47612,176797,1,1,1,930.038,1056.9,107.762,-1.51844,0,0,-0.688354,0.725374,900,100,1,0),(47613,176798,1,1,1,704.612,1375.84,13.5887,0.558505,0,0,0.275637,0.961262,900,100,1,0),(47614,176799,1,1,1,913.059,643.425,99.9028,-1.51844,0,0,-0.688354,0.725374,900,100,1,0),(47615,176800,1,1,1,911.736,641.804,99.8028,0.095993,0,0,0.047978,0.998848,900,100,1,0),(47616,176801,1,1,1,914.527,642.2,99.8821,-3.13287,0,0,0.99999,-0.004363,900,100,1,0),(47617,20899,1,1,1,1048.63,-440.455,3.94077,2.1293,0,0,0.87462,0.48481,900,100,1,0),(47618,180661,1,1,1,1487.37,0.364583,11.2851,2.96706,0,0,0.996195,0.087156,900,100,1,0),(47619,180661,1,1,1,1574.21,-85.732,11.2851,-0.855212,0,0,0.414693,-0.909961,900,100,1,0),(47620,180661,1,1,1,1123.77,-314.828,-9.73216,0.715585,0,0,0.350207,0.936672,900,100,1,0),(47621,180661,1,1,1,1201.43,-256.563,-9.73216,-2.30383,0,0,0.913545,-0.406737,900,100,1,0),(47622,180661,1,1,1,1434.25,186.711,11.2755,0.122173,0,0,0.061049,0.998135,900,100,1,0),(47623,180662,1,1,1,1686.51,833.11,122.101,-2.67035,0,0,0.97237,-0.233445,900,100,1,0),(47624,180663,1,1,1,1670.89,921.875,122.101,-2.93215,0,0,0.994522,-0.104529,900,100,1,0),(47625,178104,1,1,1,-90.3116,334.663,102.433,2.94961,0,0,0.995396,0.095846,180,100,1,0),(47626,178104,1,1,1,-78.4804,337.506,101.92,2.54818,0,0,0.956305,0.292372,180,100,1,0),(47627,178104,1,1,1,-53.5342,419.568,104.232,-0.698132,0,0,0.34202,-0.939693,180,100,1,0),(47628,178104,1,1,1,-31.6009,343.79,98.2847,1.41372,0,0,0.649448,0.760406,180,100,1,0),(47629,178104,1,1,1,-36.0511,333.875,94.5704,1.20428,0,0,0.566406,0.824126,180,100,1,0),(47630,178104,1,1,1,-4.27756,441.209,104.228,2.54818,0,0,0.956305,0.292372,180,100,1,0),(47631,178104,1,1,1,-13.4543,312.586,95.9667,2.26893,0,0,0.906308,0.422618,180,100,1,0),(47632,178104,1,1,1,-63.4084,274.304,88.6756,1.48353,0,0,0.67559,0.737277,180,100,1,0),(47633,178104,1,1,1,-39.0437,249.398,85.9696,2.89725,0,0,0.992546,0.121869,180,100,1,0),(47634,178104,1,1,1,-99.8681,361.988,95.7091,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(47635,178104,1,1,1,-44.2909,334.918,119.002,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(47636,178104,1,1,1,-10.9643,354.732,103.357,-2.35619,0,0,0.92388,-0.382683,180,100,1,0),(47637,178104,1,1,1,-100.77,317.247,88.4146,2.1293,0,0,0.87462,0.48481,180,100,1,0),(47638,178104,1,1,1,-123.834,377.4,94.7579,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(47639,178104,1,1,1,-0.137587,357.231,109.81,2.56563,0,0,0.95882,0.284015,180,100,1,0),(47640,178104,1,1,1,-92.4437,306.435,122.651,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(47641,178104,1,1,1,-42.5558,280.483,91.0621,-3.00197,0,0,0.997564,-0.069756,180,100,1,0),(47642,178105,1,1,1,-83.7762,384.115,111.53,-0.994838,0,0,0.477159,-0.878817,300,100,1,0),(47643,178105,1,1,1,-36.1657,378.314,104.588,0.401426,0,0,0.199368,0.979925,300,100,1,0),(50410,185939,530,1,1,-5024.72,504.442,11.34,4.53174,0,0,0.768005,-0.640444,120,100,1,0),(47645,178105,1,1,1,11.8071,448.487,103.12,2.53073,0,0,0.953717,0.300706,300,100,1,0),(47646,178105,1,1,1,-76.7463,316.693,85.8159,2.67035,0,0,0.97237,0.233445,300,100,1,0),(47647,178105,1,1,1,-62.4003,333.943,116.277,-0.122173,0,0,0.061049,-0.998135,300,100,1,0),(47648,178105,1,1,1,-64.9141,347.352,121.193,-0.174533,0,0,0.087156,-0.996195,300,100,1,0),(47649,178105,1,1,1,-7.92567,402.71,101.443,0.558505,0,0,0.275637,0.961262,300,100,1,0),(47650,178105,1,1,1,-13.4543,312.586,95.9667,2.26893,0,0,0.906308,0.422618,300,100,1,0),(47651,178105,1,1,1,-100.368,390.171,95.5482,-2.6529,0,0,0.970296,-0.241922,300,100,1,0),(47652,178105,1,1,1,-93.8035,271.996,94.4738,2.86234,0,0,0.990268,0.139173,300,100,1,0),(47653,178105,1,1,1,-89.3209,256.081,97.3751,-1.16937,0,0,0.551937,-0.833886,300,100,1,0),(47654,178106,1,1,1,-67.5171,313.293,118.042,0.767945,0,0,0.374607,0.927184,300,100,1,0),(47655,178106,1,1,1,-93.8035,271.996,94.4738,2.86234,0,0,0.990268,0.139173,300,100,1,0),(47656,178106,1,1,1,-107.376,328.426,119.415,0.715585,0,0,0.350207,0.936672,300,100,1,0),(47657,178106,1,1,1,-106.029,343.425,93.7598,-0.855212,0,0,0.414693,-0.909961,300,100,1,0),(47658,178106,1,1,1,-72.2178,346.028,113.018,-1.25664,0,0,0.587785,-0.809017,300,100,1,0),(47659,178106,1,1,1,-32.1617,301.727,90.3894,0.15708,0,0,0.078459,0.996917,300,100,1,0),(47660,178106,1,1,1,-52.8023,311.732,89.9642,1.8675,0,0,0.803857,0.594823,300,100,1,0),(47661,178106,1,1,1,-41.3147,368.748,119.611,2.67035,0,0,0.97237,0.233445,300,100,1,0),(47662,178106,1,1,1,-49.0881,246.705,85.9696,1.67552,0,0,0.743145,0.669131,300,100,1,0),(47663,178106,1,1,1,-14.578,452.385,104.226,2.56563,0,0,0.95882,0.284015,300,100,1,0),(47664,1731,1,1,1,175.005,-458.132,34.7948,1.71042,0,0,0.75471,0.656059,900,100,1,0),(47665,1731,1,1,1,1570.61,512.606,180.156,-0.750491,0,0,0.366501,-0.930418,900,100,1,0),(47666,1731,1,1,1,1357.7,1544.49,156.776,-2.1293,0,0,0.87462,-0.48481,900,100,1,0),(47667,1731,1,1,1,198.019,-889.892,20.2088,-3.12414,0,0,0.999962,-0.008727,900,100,1,0),(47668,1731,1,1,1,2282.73,1445.62,281.699,-2.94961,0,0,0.995396,-0.095846,900,100,1,0),(47669,1731,1,1,1,1199.96,-500.415,10.4833,-1.88496,0,0,0.809017,-0.587785,900,100,1,0),(47670,1731,1,1,1,1364.09,615.343,215.96,0.069813,0,0,0.034899,0.999391,900,100,1,0),(47671,1731,1,1,1,1182.49,-112.109,6.31108,-2.37365,0,0,0.927184,-0.374607,900,100,1,0),(47672,1731,1,1,1,1329.93,911.696,189.129,2.84489,0,0,0.989016,0.147809,900,100,1,0),(47673,1731,1,1,1,1237.52,148.234,12.0444,-2.37365,0,0,0.927184,-0.374607,900,100,1,0),(47674,1731,1,1,1,1462.14,-88.5425,36.7921,-0.383972,0,0,0.190809,-0.981627,900,100,1,0),(47675,1731,1,1,1,1578.98,70.4523,-2.32776,-0.314159,0,0,0.156434,-0.987688,900,100,1,0),(47676,1732,1,1,1,995.43,-324.321,1.79314,2.07694,0,0,0.861629,0.507538,900,100,1,0),(47677,1732,1,1,1,926.57,-290.756,18.5812,-2.74017,0,0,0.979925,-0.199368,900,100,1,0),(47678,1732,1,1,1,-72.2598,344.644,113.302,-1.65806,0,0,0.737277,-0.67559,900,100,1,0),(47679,1732,1,1,1,2692.85,1204.99,324.032,-0.698132,0,0,0.34202,-0.939693,900,100,1,0),(47680,1732,1,1,1,1549.73,598.373,162.936,2.25148,0,0,0.902585,0.430511,900,100,1,0),(47681,1732,1,1,1,2623.61,1257.79,292.274,-2.05949,0,0,0.857167,-0.515038,900,100,1,0),(47682,1732,1,1,1,-70.216,310.514,85.7165,-0.034907,0,0,0.017452,-0.999848,900,100,1,0),(47683,1732,1,1,1,164.408,-670.49,40.2843,2.86234,0,0,0.990268,0.139173,900,100,1,0),(47684,1732,1,1,1,1749.93,662.532,201.807,2.42601,0,0,0.936672,0.350207,900,100,1,0),(47685,1732,1,1,1,1187.05,1384.45,107.598,-0.855212,0,0,0.414693,-0.909961,900,100,1,0),(47686,1732,1,1,1,1232.8,-283.63,9.716,-0.558505,0,0,0.275637,-0.961262,900,100,1,0),(47687,1732,1,1,1,2337.9,1283.17,300.478,-2.37365,0,0,0.927184,-0.374607,900,100,1,0),(47688,1733,1,1,1,918.211,-338.124,20.9945,2.04204,0,0,0.85264,0.522499,2700,100,1,0),(47689,1733,1,1,1,471.047,1521.84,31.6324,-0.139626,0,0,0.069756,-0.997564,2700,100,1,0),(47690,1735,1,1,1,2229.49,1354.33,315.216,2.87979,0,0,0.991445,0.130526,1800,100,1,0),(47691,178145,1,1,1,2.79373,432.367,104.308,-1.6057,0,0,0.71934,-0.694658,900,100,1,0),(47692,3301,1,1,1,132.638,-537.883,3.05782,-2.2602,0,0,0.904455,-0.426568,900,100,1,0),(47693,177904,1,1,1,451.498,361.607,51.0175,-2.40855,0,0,0.93358,-0.358368,2,100,1,0),(47694,176113,1,1,1,-180.889,-234.881,8.78675,1.30027,0,0,0.605294,0.796002,900,100,1,0),(47695,2040,1,1,1,758.625,1793.01,-13.7902,0.855211,0,0,0.414693,0.909961,1800,100,1,0),(47696,2040,1,1,1,744.61,1543.04,-18.1738,-0.383972,0,0,0.190809,-0.981627,1800,100,1,0),(47697,2040,1,1,1,733.572,1935.63,30.1618,-0.488692,0,0,0.241922,-0.970296,1800,100,1,0),(47698,175104,1,1,1,2688.84,-374.291,109.995,3.14159,0,0,1,0,900,100,1,0),(47699,93192,1,1,1,3461.31,-118.269,3.70502,1.0472,0,0,0.5,0.866025,2,100,1,0),(47700,178184,1,1,1,4293.06,978.738,-21.3594,-2.80998,0,0,0.986286,-0.165048,300,100,1,0),(47701,178184,1,1,1,4164.8,956.146,-16.2607,-0.418879,0,0,0.207912,-0.978148,300,100,1,0),(47702,178184,1,1,1,4185.8,749.693,-26.1232,-0.907571,0,0,0.438371,-0.898794,300,100,1,0),(47703,178184,1,1,1,4280.48,845.42,-5.77331,2.02458,0,0,0.848048,0.529919,300,100,1,0),(47704,178185,1,1,1,4181.5,929.908,-11.7148,0.872665,0,0,0.422618,0.906308,300,100,1,0),(47705,178185,1,1,1,4308.7,954.32,-20.4886,-1.20428,0,0,0.566406,-0.824126,300,100,1,0),(47706,178185,1,1,1,4234.39,746.67,-22.409,-1.91986,0,0,0.819152,-0.573576,300,100,1,0),(50409,185939,530,1,1,-5028.88,599.486,19.7124,5.1365,0,0,0.542443,-0.840093,120,100,1,0),(47708,178186,1,1,1,4219.62,902.007,-5.77761,1.0472,0,0,0.5,0.866025,300,100,1,0),(47709,178186,1,1,1,4306.23,939.533,-16.4769,-0.226893,0,0,0.113203,-0.993572,300,100,1,0),(47710,178186,1,1,1,4198.19,718.992,-22.5782,-0.593412,0,0,0.292372,-0.956305,300,100,1,0),(47711,178186,1,1,1,4342.96,857.754,-19.0421,-2.14675,0,0,0.878817,-0.477159,300,100,1,0),(47712,21004,1,1,1,1632.57,-3075.2,85.9586,-0.802851,0.001818,-0.029207,-0.390248,0.920245,2,100,1,0),(47713,2061,1,1,1,2371.71,-1190.5,89.1238,-1.7366,0,0,-0.763232,0.646125,900,100,1,0),(47714,2061,1,1,1,3274.43,-589.458,157.637,0.506146,0,0,0.25038,0.968148,900,100,1,0),(47715,2061,1,1,1,2874.13,-569.281,107.089,3.14159,0,0,1,0,900,100,1,0),(47716,2061,1,1,1,2943.09,-2821.35,214.134,-3.02815,0,0,0.998392,-0.056693,900,100,1,0),(47717,2061,1,1,1,3361.12,-479.11,154.218,3.11541,0,0,0.999914,0.01309,900,100,1,0),(47718,2061,1,1,1,2930.07,-109.979,96.9742,1.71042,0.025478,-0.010589,0.754572,0.655637,900,100,1,0),(47719,2061,1,1,1,3181.12,-269.173,120.559,3.14159,0.021802,0.034891,0.999153,-0.000761,900,100,1,0),(47720,2061,1,1,1,2208.02,-1421.51,90.8178,3.14159,0.00436,0.039259,0.99922,-0.000171,900,100,1,0),(47721,2061,1,1,1,2218.27,-1537.09,88.9847,-3.14159,-0.021794,-0.043609,0.99881,-0.000952,900,100,1,0),(47722,2061,1,1,1,2247.52,-1565.23,87.571,3.14159,-0.056691,0.008713,0.998354,0.000495,900,100,1,0),(47723,2061,1,1,1,2602.69,-3598.53,109.897,3.14159,0,0,1,0,900,100,1,0),(47724,2061,1,1,1,3246.78,-3709.06,149.906,2.99324,0,0,0.99725,0.074109,900,100,1,0),(47725,2061,1,1,1,3242.24,-3736.8,149.752,2.99324,0,0,0.99725,0.074109,900,100,1,0),(47726,2061,1,1,1,2437.12,-3408.23,99.6397,3.14159,0,0,1,0,900,100,1,0),(47727,2061,1,1,1,2434.27,-3478.44,92.34,3.14159,0,0,1,0,900,100,1,0),(47728,2061,1,1,1,2455.71,-3450.13,95.3096,3.14159,0,0,1,0,900,100,1,0),(47729,2061,1,1,1,2688.84,-374.291,109.995,3.14159,0,0,1,0,900,100,1,0),(47730,2061,1,1,1,3470.87,848.708,5.38822,3.14159,0,0,1,0,900,100,1,0),(47731,2061,1,1,1,2759.67,-2952.73,142.91,-2.82743,0,0,0.987688,-0.156434,900,100,1,0),(47732,2061,1,1,1,2779.5,-3014.32,153.85,2.46091,0,0,0.942641,0.333807,900,100,1,0),(47733,2061,1,1,1,2952.08,-3216.08,169.205,-0.51668,0,0,-0.255476,0.966815,900,100,1,0),(47734,2061,1,1,1,3011.2,-79.7769,99.8711,-2.66259,0,0,0.971457,-0.237217,900,100,1,0),(47735,2061,1,1,1,3262.54,-364.49,153.103,3.14159,0,0,1,0,900,100,1,0),(47736,2061,1,1,1,3025.1,-174.24,102.979,-0.085618,0,0,-0.042796,0.999084,900,100,1,0),(47737,2061,1,1,1,2918.17,-408.996,107.089,3.14159,0,0,1,0,900,100,1,0),(47738,2061,1,1,1,3027.77,-3299.18,155.13,0.081623,0,0,0.0408,0.999167,900,100,1,0),(47739,2061,1,1,1,2931.64,-342.213,108.038,3.14159,0,0,1,0,900,100,1,0),(47740,2061,1,1,1,2735.6,-2982.38,140.626,-1.94604,0,0,-0.82659,0.562805,900,100,1,0),(47741,2061,1,1,1,2371.39,657.631,153.145,2.69653,-0.003852,-0.017022,0.975194,0.220664,900,100,1,0),(47742,2061,1,1,1,2489.38,-2146.48,200.484,3.14159,0,0,1,0,900,100,1,0),(47743,2061,1,1,1,3349.37,1013.64,3.19711,-2.46669,0,0,0.943602,-0.331081,900,100,1,0),(47744,2061,1,1,1,2306.32,-1427.84,86.8245,3.14159,-0.017452,0,0.999848,0,900,100,1,0),(47745,2061,1,1,1,2466.4,-3458.41,94.6259,3.14159,0,0,1,0,900,100,1,0),(47746,2061,1,1,1,2449.56,-3479.43,92.2099,3.14159,0,0,1,0,900,100,1,0),(47747,2061,1,1,1,2434.8,-3418.61,99.1157,2.69653,0,0,0.975342,0.220697,900,100,1,0),(47748,2061,1,1,1,2456.86,-3413.34,100.858,3.14159,0,0,1,0,900,100,1,0),(47749,2061,1,1,1,2792.72,-2954.37,148.589,1.74533,0,0,0.766044,0.642788,900,100,1,0),(47750,2061,1,1,1,2912.38,-3270.78,160.035,-1.85878,0,0,-0.801254,0.598324,900,100,1,0),(47751,2061,1,1,1,3416.6,-653.602,176.015,-1.75406,0.005015,-0.012854,-0.768732,0.639422,900,100,1,0),(47752,2061,1,1,1,3456.4,-658.21,178.38,0.584685,0.025066,0.007544,0.288097,0.957243,900,100,1,0),(47753,2061,1,1,1,3428.87,-684.23,175.79,0.584685,0.025066,0.007544,0.288097,0.957243,900,100,1,0),(47754,2061,1,1,1,3378.09,-706.384,169.039,-1.74157,0.121808,-0.025566,-0.763746,0.633404,900,100,1,0),(47755,2061,1,1,1,3359.57,-742.809,163.996,-2.75684,-0.089587,0.005206,0.977962,-0.188513,900,100,1,0),(47756,2061,1,1,1,3343.84,-629.726,178.893,-2.76077,-0.015503,-0.030555,0.981242,-0.189708,900,100,1,0),(47757,2061,1,1,1,3353.88,-746.578,163.594,-2.7541,0.019117,0.050137,0.979626,-0.193529,900,100,1,0),(47758,2061,1,1,1,2497.64,-2493.56,111.613,-3.03539,-0.095015,-0.099155,0.988579,-0.06206,900,100,1,0),(47759,2061,1,1,1,2417.58,-2483.76,109.056,0.926495,0.042274,0.024428,0.446193,0.893604,900,100,1,0),(47760,2061,1,1,1,2439.92,-2485.85,109.508,-2.9554,-0.090442,-0.068436,0.98869,-0.09813,900,100,1,0),(47761,2061,1,1,1,2412.86,-2494.73,109.822,-2.61513,0.072812,-0.073324,0.961577,-0.254344,900,100,1,0),(47762,2061,1,1,1,2404.87,-2512.04,111.151,-1.8476,-0.012117,0.07048,-0.794594,0.602914,900,100,1,0),(47763,2061,1,1,1,2436.74,-2516.35,109.309,0.719507,0.04351,0.001601,0.352244,0.934895,900,100,1,0),(47764,2061,1,1,1,2460.6,-2526.63,110.941,-1.6525,-0.080907,0.00721,-0.735192,0.672974,900,100,1,0),(47765,2061,1,1,1,2495.89,-2508.12,110.07,-0.902241,-0.061238,-0.085673,-0.435218,0.894145,900,100,1,0),(47766,2061,1,1,1,2481.31,-2476.89,113.416,-1.41126,-0.01202,-0.122879,-0.638052,0.76003,900,100,1,0),(47767,2061,1,1,1,2492.7,-2469.31,109.466,1.56393,-0.097432,0.119141,0.694646,0.702694,900,100,1,0),(47768,2061,1,1,1,2450.56,-2456.89,112.263,2.74563,0.139062,-0.0929,0.964642,0.203709,900,100,1,0),(47769,2061,1,1,1,2486.19,-2507.24,110,-1.40435,-0.066781,-0.015345,-0.646085,0.760183,900,100,1,0),(47770,2061,1,1,1,2413.37,-2516.36,110.365,-1.59493,-0.062429,0.078994,-0.711213,0.695729,900,100,1,0),(47771,2061,1,1,1,2516.09,-2525.05,109.212,-0.452843,-0.045041,-0.009578,-0.225046,0.97326,900,100,1,0),(47772,2061,1,1,1,2460.29,-2510.13,111.062,0.910228,-0.061963,-0.074258,0.434357,0.895534,900,100,1,0),(47773,2061,1,1,1,2388.82,-2528.41,111.151,-2.8704,-0.031004,-0.01071,0.99026,-0.135313,900,100,1,0),(47774,2061,1,1,1,2427.54,-2488.87,109.857,-1.00852,-0.104644,-0.084406,-0.484356,0.86448,900,100,1,0),(47775,2061,1,1,1,2535.92,-2515.95,108.819,-0.425801,0.129745,0.065718,-0.219263,0.964765,900,100,1,0),(47776,2061,1,1,1,2497.08,-2457.87,107.671,0.171838,0.026712,0.116161,0.081037,0.989559,900,100,1,0),(47777,2061,1,1,1,2432.74,-2476.23,108.835,0.92601,0.047114,-0.049542,0.446768,0.892034,900,100,1,0),(47778,2061,1,1,1,2444.78,-2510.75,110.468,-0.567751,-0.001495,-0.001977,-0.280079,0.959974,900,100,1,0),(47779,2061,1,1,1,2433.65,-2498.42,109.122,-0.974235,-0.01305,0.075665,-0.464169,0.882413,900,100,1,0),(47780,2061,1,1,1,2523.67,-2509.98,109.212,-0.411341,0.002147,0.103475,-0.201221,0.974063,900,100,1,0),(47781,2061,1,1,1,2462.81,-2462.26,109.472,1.3579,0.143647,-0.038133,0.629256,0.762856,900,100,1,0),(47782,2061,1,1,1,2454.18,-2479,113.416,-2.88532,-0.004996,0.016868,0.991654,-0.12772,900,100,1,0),(47783,2061,1,1,1,2531.29,-2495.91,107.559,-1.58432,0.135921,0.020549,-0.711456,0.689154,900,100,1,0),(47784,2061,1,1,1,2419.35,-2471.94,108.198,1.25048,0.036524,0.061728,0.582252,0.809838,900,100,1,0),(47785,2061,1,1,1,2487.29,-2522.76,108.529,-1.25282,-0.032564,-0.012258,-0.586336,0.809321,900,100,1,0),(47786,2061,1,1,1,2475.22,-2459.22,109.365,1.83544,0.062598,-0.070114,0.789707,0.606241,900,100,1,0),(47787,2061,1,1,1,2420.8,-2509.16,108.373,-1.58029,0.028237,0.002513,-0.710448,0.703179,900,100,1,0),(47788,2061,1,1,1,2328.68,-2566.73,102.907,-1.93731,0,0,-0.824126,0.566406,900,100,1,0),(47789,2061,1,1,1,2335.38,-2580.27,102.907,-1.93731,0,0,-0.824126,0.566406,900,100,1,0),(47790,2061,1,1,1,2357.07,-2575.92,102.907,-1.15192,0,0,-0.544639,0.838671,900,100,1,0),(47791,2061,1,1,1,2354.86,-2564.68,102.907,-1.15192,0,0,-0.544639,0.838671,900,100,1,0),(47792,2061,1,1,1,2348.81,-2582.26,102.907,-0.820305,0,0,-0.398749,0.91706,900,100,1,0),(47793,2066,1,1,1,1928.38,-2327.36,92.3993,3.0805,0,0,0.999534,0.030539,900,100,1,0),(47794,2066,1,1,1,1575.93,-2498.76,98.0007,3.14159,0,0,1,0,900,100,1,0),(47795,178195,1,1,1,2476.6,-2155.1,201.777,-2.58309,0,0,0.961262,-0.275637,2,100,1,0),(47796,178195,1,1,1,2487.91,-2132.03,201.998,-1.81514,0,0,0.788011,-0.615661,2,100,1,0),(47797,178195,1,1,1,2952.75,-2808.46,212.702,-2.35619,0,0,0.92388,-0.382683,2,100,1,0),(47798,178195,1,1,1,2493.99,-2165.52,201.521,2.26893,0,0,0.906308,0.422618,2,100,1,0),(47799,178195,1,1,1,2940.47,-2820.19,212.936,3.12414,0,0,0.999962,0.008727,2,100,1,0),(47800,178195,1,1,1,2722.41,-2882.58,147.947,0.959931,0,0,0.461749,0.887011,2,100,1,0),(47801,147742,1,1,1,2388.82,-2528.41,111.151,-2.8704,-0.031004,-0.01071,0.99026,-0.135313,900,100,1,0),(47802,147743,1,1,1,2497.64,-2493.56,111.613,-3.03539,-0.095015,-0.099155,0.988579,-0.06206,900,100,1,0),(47803,179487,1,1,1,4127.8,1288.31,1.7341,-1.36136,0,0,0.629321,-0.777146,30,100,1,0),(47804,179487,1,1,1,3483.46,914.158,5.34739,0.017453,0,0,0.008727,0.999962,30,100,1,0),(47805,179487,1,1,1,4158.51,1055.2,1.27445,2.26893,0,0,0.906308,0.422618,30,100,1,0),(47806,179487,1,1,1,3944.02,799.561,9.05761,1.64061,0,0,0.731354,0.681998,30,100,1,0),(47807,179487,1,1,1,4015.32,830.45,3.50855,2.28638,0,0,0.909961,0.414693,30,100,1,0),(47808,179487,1,1,1,3632.12,927.901,2.67977,-3.12414,0,0,0.999962,-0.008727,30,100,1,0),(47809,179487,1,1,1,4068.43,1004.95,1.45224,-0.593412,0,0,0.292372,-0.956305,30,100,1,0),(47810,147744,1,1,1,2427.54,-2488.87,109.857,-1.00852,-0.104644,-0.084406,-0.484356,0.86448,900,100,1,0),(47811,147745,1,1,1,2419.35,-2471.94,108.198,1.25048,0.036524,0.061728,0.582252,0.809838,900,100,1,0),(47812,179489,1,1,1,4009.84,1083.78,-20.1928,2.40855,0,0,0.93358,0.358368,7200,100,1,0),(47813,2849,1,1,1,4201.29,1293.38,3.48289,3.12414,0,0,0.999962,0.008727,7200,100,1,0),(47814,2849,1,1,1,3458.82,632.948,9.48355,2.30383,0,0,0.913545,0.406737,7200,100,1,0),(47815,147746,1,1,1,2417.58,-2483.76,109.056,0.926495,0.042274,0.024428,0.446193,0.893604,900,100,1,0),(47816,2850,1,1,1,1986.38,-960.815,50.4463,1.36136,0,0,0.62932,0.777146,7200,100,1,0),(47817,2850,1,1,1,3268.57,-345.062,154.452,0.10472,0,0,0.052336,0.99863,7200,100,1,0),(47818,2850,1,1,1,3448.48,-633.859,184.075,0.453786,0,0,0.224951,0.97437,7200,100,1,0),(47819,2850,1,1,1,2322.83,-1419.93,86.7689,0.575959,0,0,0.284015,0.95882,7200,100,1,0),(47820,2850,1,1,1,2076.28,-228.656,97.064,-0.139626,0,0,0.069756,-0.997564,7200,100,1,0),(47821,147747,1,1,1,2432.74,-2476.23,108.835,0.92601,0.047114,-0.049542,0.446768,0.892034,900,100,1,0),(47822,13348,1,1,1,3230.7,233.382,10.2093,-1.5708,0,0,-0.707107,0.707107,900,100,1,0),(47823,147748,1,1,1,2439.92,-2485.85,109.508,-2.9554,-0.090442,-0.068436,0.98869,-0.09813,900,100,1,0),(47824,2852,1,1,1,2766.62,-2265.58,202.595,-1.48353,0,0,0.67559,-0.737277,7200,100,1,0),(47825,2852,1,1,1,2887.95,-2658.59,182.718,-0.279253,0,0,0.139173,-0.990268,7200,100,1,0),(47826,2852,1,1,1,1811.35,-2613.78,61.9954,-0.680679,0,0,0.333807,-0.942641,7200,100,1,0),(47827,2852,1,1,1,2766.66,-2879.07,148.959,-1.55334,0,0,0.700909,-0.71325,7200,100,1,0),(47828,13349,1,1,1,3230.65,233.422,10.2228,1.5708,0,0,0.707107,0.707107,900,100,1,0),(47829,142117,1,1,1,2742.47,-395.144,108.857,2.77507,0,0,0.983255,0.182236,900,100,1,0),(47830,147749,1,1,1,2460.6,-2526.63,110.941,-1.6525,-0.080907,0.00721,-0.735192,0.672974,900,100,1,0),(47831,13350,1,1,1,2834.15,158.17,102.281,2.74017,0,0,0.979925,0.199368,900,100,1,0),(47832,147750,1,1,1,2413.37,-2516.36,110.365,-1.59493,-0.062429,0.078994,-0.711213,0.695729,900,100,1,0),(47833,13351,1,1,1,2834.15,158.123,102.271,-0.401426,0,0,-0.199368,0.979925,900,100,1,0),(47834,147751,1,1,1,2420.8,-2509.16,108.373,-1.58029,0.028237,0.002513,-0.710448,0.703179,900,100,1,0),(47835,50983,1,1,1,2541.93,-3389.39,102.529,-2.42601,0,0,0.936672,-0.350207,900,100,1,0),(47836,13352,1,1,1,2834.15,158.17,102.281,1.16937,0,0,0.551937,0.833886,900,100,1,0),(47837,147752,1,1,1,2412.86,-2494.73,109.822,-2.61513,0.072812,-0.073324,0.961577,-0.254344,900,100,1,0),(47838,13353,1,1,1,3230.65,233.422,9.33445,1.5708,0,0,0.707107,0.707107,900,100,1,0),(47839,147753,1,1,1,2516.09,-2525.05,109.212,-0.452843,-0.045041,-0.009578,-0.225046,0.97326,900,100,1,0),(47840,13354,1,1,1,2797.61,-298.651,107.244,-0.497418,0,0,-0.246153,0.969231,900,100,1,0),(47841,177194,1,1,1,2735.6,-2982.38,140.626,-1.94604,0,0,-0.82659,0.562805,900,100,1,0),(47842,147754,1,1,1,2404.87,-2512.04,111.151,-1.8476,-0.012117,0.07048,-0.794594,0.602914,900,100,1,0),(47843,177195,1,1,1,2759.67,-2952.73,142.91,-2.82743,0,0,0.987688,-0.156434,900,100,1,0),(47844,13355,1,1,1,2797.62,-298.643,106.633,-0.497418,0,0,-0.246153,0.969231,900,100,1,0),(47845,147755,1,1,1,2523.67,-2509.98,109.212,-0.411341,0.002147,0.103475,-0.201221,0.974063,900,100,1,0),(47846,177196,1,1,1,2779.5,-3014.32,153.85,2.46091,0,0,0.942641,0.333807,900,100,1,0),(47847,13356,1,1,1,2667.99,-417.024,107.425,2.19039,0,0,0.889017,0.457874,900,100,1,0),(47848,147756,1,1,1,2433.65,-2498.42,109.122,-0.974235,-0.01305,0.075665,-0.464169,0.882413,900,100,1,0),(47849,13357,1,1,1,2668,-417.037,106.812,2.19039,0,0,0.889017,0.457874,900,100,1,0),(47850,177197,1,1,1,2792.72,-2954.37,148.589,1.74533,0,0,0.766044,0.642788,900,100,1,0),(47851,147757,1,1,1,2444.78,-2510.75,110.468,-0.567751,-0.001495,-0.001977,-0.280079,0.959974,900,100,1,0),(47852,13358,1,1,1,2668.04,-416.99,106.094,2.19039,0,0,0.889017,0.457874,900,100,1,0),(47853,147758,1,1,1,2436.74,-2516.35,109.309,0.719507,0.04351,0.001601,0.352244,0.934895,900,100,1,0),(47854,149038,1,1,1,2343.55,-2568.64,102.769,2.2253,0,0,0.896873,0.442289,900,100,1,0),(47855,147759,1,1,1,2460.29,-2510.13,111.062,0.910228,-0.061963,-0.074258,0.434357,0.895534,900,100,1,0),(47856,147760,1,1,1,2495.89,-2508.12,110.07,-0.902241,-0.061238,-0.085673,-0.435218,0.894145,900,100,1,0),(47857,147761,1,1,1,2486.19,-2507.24,110,-1.40435,-0.066781,-0.015345,-0.646085,0.760183,900,100,1,0),(47858,147762,1,1,1,2487.29,-2522.76,108.529,-1.25282,-0.032564,-0.012258,-0.586336,0.809321,900,100,1,0),(47859,147763,1,1,1,2481.31,-2476.89,113.416,-1.41126,-0.01202,-0.122879,-0.638052,0.76003,900,100,1,0),(47860,147764,1,1,1,2492.7,-2469.31,109.466,1.56393,-0.097432,0.119141,0.694646,0.702694,900,100,1,0),(47861,147765,1,1,1,2475.22,-2459.22,109.365,1.83544,0.062598,-0.070114,0.789707,0.606241,900,100,1,0),(47862,147766,1,1,1,2454.18,-2479,113.416,-2.88532,-0.004996,0.016868,0.991654,-0.12772,900,100,1,0),(47863,147767,1,1,1,2450.56,-2456.89,112.263,2.74563,0.139062,-0.0929,0.964642,0.203709,900,100,1,0),(47864,147768,1,1,1,2462.81,-2462.26,109.472,1.3579,0.143647,-0.038133,0.629256,0.762856,900,100,1,0),(47865,147769,1,1,1,2497.08,-2457.87,107.671,0.171838,0.026712,0.116161,0.081037,0.989559,900,100,1,0),(47866,147770,1,1,1,2531.29,-2495.91,107.559,-1.58432,0.135921,0.020549,-0.711456,0.689154,900,100,1,0),(47867,147771,1,1,1,2535.92,-2515.95,108.819,-0.425801,0.129745,0.065718,-0.219263,0.964765,900,100,1,0),(47868,142140,1,1,1,2510.14,-2177.29,200.129,-1.81514,0,0,0.788011,-0.615661,60,100,1,0),(47869,142140,1,1,1,3040.38,521.228,4.26367,1.76278,0,0,0.771625,0.636078,60,100,1,0),(47870,142140,1,1,1,3202.19,-270.55,122.384,0.855211,0,0,0.414693,0.909961,60,100,1,0),(47871,142145,1,1,1,1704.39,-3483.99,143.631,0.069813,0,0,0.034899,0.999391,60,100,1,0),(47872,20806,1,1,1,1870.43,-1771.57,61.328,3.14159,0,0,1,0,900,100,1,0),(47873,178247,1,1,1,3611.72,1144.3,9.75088,1.43117,0,0,0.656059,0.75471,900,100,1,0),(47874,19015,1,1,1,2908.22,-972.491,201.758,1.39626,0,0,0.642788,0.766044,180,100,1,0),(47875,19015,1,1,1,2906.27,-966.665,201.539,2.26893,0,0,0.906308,0.422618,180,100,1,0),(47876,19015,1,1,1,2894.13,-959.721,199.566,1.06465,0,0,0.507538,0.861629,180,100,1,0),(47877,19015,1,1,1,2883.09,-956.486,197.73,1.13446,0,0,0.5373,0.843391,180,100,1,0),(47878,19015,1,1,1,2869.01,-972.123,197.027,1.01229,0,0,0.48481,0.87462,180,100,1,0),(47879,19015,1,1,1,2869.9,-986.365,196.672,-1.71042,0,0,0.75471,-0.656059,180,100,1,0),(47880,19015,1,1,1,2905.43,-987.226,199.083,2.61799,0,0,0.965926,0.258819,180,100,1,0),(47881,19015,1,1,1,2882.52,-993.012,197.63,0.139626,0,0,0.069756,0.997564,180,100,1,0),(47882,19016,1,1,1,2036.25,-209.533,98.6631,-0.942478,0,0,0.453991,-0.891006,180,100,1,0),(47883,19016,1,1,1,2073.01,-232.022,97.1252,0.628319,0,0,0.309017,0.951057,180,100,1,0),(47884,19016,1,1,1,2060.09,-221.888,97.064,1.309,0,0,0.608761,0.793353,180,100,1,0),(47885,19016,1,1,1,2113.95,-257.077,97.4898,1.18682,0,0,0.559193,0.829038,180,100,1,0),(47886,19016,1,1,1,2042.3,-192.178,97.0669,1.8326,0,0,0.793353,0.608761,180,100,1,0),(47887,19016,1,1,1,2072.58,-270.353,94.0163,1.67552,0,0,0.743145,0.669131,180,100,1,0),(47888,19016,1,1,1,2034.09,-227.392,96.3745,3.10669,0,0,0.999848,0.017452,180,100,1,0),(47889,19016,1,1,1,2089.97,-218.547,97.064,-1.78024,0,0,0.777146,-0.62932,180,100,1,0),(47890,19016,1,1,1,2100.94,-178.591,96.8186,3.05433,0,0,0.999048,0.043619,180,100,1,0),(47891,19016,1,1,1,2045.81,-197.152,97.35,-2.74017,0,0,0.979925,-0.199368,180,100,1,0),(47892,140105,1,1,1,2602.69,-3598.53,109.897,3.14159,0,0,1,0,900,100,1,0),(47893,177225,1,1,1,1575.93,-2498.76,98.0007,3.14159,0,0,1,0,900,100,1,0),(47894,19018,1,1,1,4348.44,851.246,-21.0695,2.6529,0,0,0.970296,0.241922,7200,100,1,0),(47895,175179,1,1,1,2931.64,-342.213,108.038,3.14159,0,0,1,0,900,100,1,0),(47896,3659,1,1,1,2321.68,-1433.86,87.0652,-1.91986,0,0,0.819152,-0.573576,7200,100,1,0),(47897,3659,1,1,1,2941.95,-106.883,96.973,-1.69297,0,0,0.748956,-0.66262,7200,100,1,0),(47898,3659,1,1,1,1768.68,-2032.74,109.836,2.32129,0,0,0.91706,0.398749,7200,100,1,0),(47899,3659,1,1,1,1711.78,-3438.29,144.293,0.820305,0,0,0.398749,0.91706,7200,100,1,0),(47900,3659,1,1,1,2188.77,-3203.47,103.816,2.30383,0,0,0.913545,0.406737,7200,100,1,0),(47901,175180,1,1,1,2918.17,-408.996,107.089,3.14159,0,0,1,0,900,100,1,0),(47902,175181,1,1,1,2874.13,-569.281,107.089,3.14159,0,0,1,0,900,100,1,0),(47903,140109,1,1,1,2434.8,-3418.61,99.1157,2.69653,0,0,0.975342,0.220697,900,100,1,0),(47904,140110,1,1,1,2455.71,-3450.13,95.3096,3.14159,0,0,1,0,900,100,1,0),(47905,19022,1,1,1,3312.35,-1438.02,176.314,0.506145,0,0,0.25038,0.968148,300,100,1,0),(47906,140111,1,1,1,2466.4,-3458.41,94.6259,3.14159,0,0,1,0,900,100,1,0),(47907,19024,1,1,1,2781.92,-1549.56,261.645,1.00356,0,0,0.480989,0.876727,2,100,1,0),(47908,140112,1,1,1,2388.25,-3407.94,110.647,3.14159,0,0,1,0,900,100,1,0),(47909,140113,1,1,1,2260.67,-3451.34,104.874,3.14159,0,0,1,0,900,100,1,0),(47910,19025,1,1,1,3150.38,-1200.59,216.604,0.959931,0.086435,-0.053128,0.463407,0.880318,900,100,1,0),(47911,19027,1,1,1,3168.89,-1211.61,216.959,1.0472,0,0,0.5,0.866025,2,100,1,0),(47912,1620,1,1,1,2227.15,-2295.63,104.684,2.02458,0,0,0.848048,0.529919,60,100,1,0),(47913,1620,1,1,1,2208.3,-3540.27,45.3542,-2.75762,0,0,0.981627,-0.190809,60,100,1,0),(47914,1620,1,1,1,1733.49,-2400.11,104.377,-2.61799,0,0,0.965926,-0.258819,60,100,1,0),(47915,1620,1,1,1,3290.33,727.878,5.54646,-0.122173,0,0,0.061049,-0.998135,60,100,1,0),(47916,1620,1,1,1,2874.86,39.6865,94.6254,-2.80998,0,0,0.986286,-0.165048,60,100,1,0),(47917,1620,1,1,1,2370.87,-1151.9,91.3531,-1.27409,0,0,0.594823,-0.803857,60,100,1,0),(47918,106325,1,1,1,2354.86,-2564.68,102.907,-1.15192,0,0,-0.544639,0.838671,900,100,1,0),(47919,1621,1,1,1,2184.14,105.704,128.408,-2.25148,0,0,0.902585,-0.430511,60,100,1,0),(47920,1621,1,1,1,2969.16,-652.813,183.575,0.314159,0,0,0.156434,0.987688,60,100,1,0),(47921,1621,1,1,1,2951.55,-385.627,107.113,1.11701,0,0,0.529919,0.848048,60,100,1,0),(47922,1621,1,1,1,2330.45,-3540.44,46.882,-1.78024,0,0,0.777146,-0.62932,60,100,1,0),(47923,1621,1,1,1,3462.15,-388.731,138.997,0.10472,0,0,0.052336,0.99863,60,100,1,0),(47924,1621,1,1,1,1756.45,-2200.29,97.3291,0.680678,0,0,0.333807,0.942641,60,100,1,0),(47925,1621,1,1,1,2925.56,-2564.63,224.48,-2.58309,0,0,0.961262,-0.275637,60,100,1,0),(47926,1621,1,1,1,1742.64,-1247.11,145.985,2.21657,0,0,0.894934,0.446198,60,100,1,0),(47927,1621,1,1,1,2007.82,-85.1341,114.968,-0.541052,0,0,0.267238,-0.96363,60,100,1,0),(47928,106326,1,1,1,2335.38,-2580.27,102.907,-1.93731,0,0,-0.824126,0.566406,900,100,1,0),(47929,1622,1,1,1,2368.99,-175.729,97.1835,2.32129,0,0,0.91706,0.398749,60,100,1,0),(47930,1622,1,1,1,2322.27,-2893.05,143.599,0.488692,0,0,0.241922,0.970296,60,100,1,0),(47931,1622,1,1,1,2381.54,-3624.82,47.4074,-2.21657,0,0,0.894934,-0.446198,60,100,1,0),(47932,1622,1,1,1,2286.17,-585.97,117.328,0.680678,0,0,0.333807,0.942641,60,100,1,0),(47933,1622,1,1,1,1662.67,-1584.32,133.698,-0.977384,0,0,0.469472,-0.882948,60,100,1,0),(47934,1622,1,1,1,2596.9,-2138.99,194.331,-0.541052,0,0,0.267238,-0.96363,60,100,1,0),(47935,1622,1,1,1,4242.56,885.907,-8.37192,0.087266,0,0,0.043619,0.999048,60,100,1,0),(47936,1622,1,1,1,1830.78,-2460.02,82.1986,-1.15192,0,0,0.544639,-0.838671,60,100,1,0),(47937,1622,1,1,1,4020.98,584.064,34.1959,1.64061,0,0,0.731354,0.681998,60,100,1,0),(47938,1622,1,1,1,4068.27,767.957,5.82233,1.16937,0,0,0.551937,0.833886,60,100,1,0),(47939,1622,1,1,1,3469.56,402.485,0.028288,-2.67035,0,0,0.97237,-0.233445,60,100,1,0),(47940,106327,1,1,1,2357.07,-2575.92,102.907,-1.15192,0,0,-0.544639,0.838671,900,100,1,0),(47941,1623,1,1,1,2900.9,832.995,129.443,2.63545,0,0,0.968148,0.25038,60,100,1,0),(47942,1623,1,1,1,2440.16,-2515.09,201.35,-3.08923,0,0,0.999657,-0.026177,60,100,1,0),(47943,1623,1,1,1,3048.61,-1017.87,217.139,1.93731,0,0,0.824126,0.566406,60,100,1,0),(47944,1623,1,1,1,1583.23,-3169.4,148.526,-3.07178,0,0,0.999391,-0.034899,60,100,1,0),(47945,1624,1,1,1,2769.78,628.216,93.3106,2.04204,0,0,0.85264,0.522499,60,100,1,0),(47946,1624,1,1,1,3148.13,-189.295,110.024,-2.09439,0,0,0.866025,-0.5,60,100,1,0),(47947,1624,1,1,1,2222.26,-763.702,106.482,-2.30383,0,0,0.913545,-0.406737,60,100,1,0),(47948,1624,1,1,1,2044.28,-3400.71,92.2414,0.855211,0,0,0.414693,0.909961,60,100,1,0),(47949,1624,1,1,1,3380.83,613.615,5.51402,-1.0472,0,0,0.5,-0.866025,60,100,1,0),(47950,1624,1,1,1,2394.2,-305.235,98.3348,1.78024,0,0,0.777146,0.62932,60,100,1,0),(47951,1624,1,1,1,3296.87,-451.888,150.117,1.85005,0,0,0.798636,0.601815,60,100,1,0),(47952,1624,1,1,1,2727.56,-2248.54,198.688,0.244346,0,0,0.121869,0.992546,60,100,1,0),(47953,1624,1,1,1,2583.45,-1983.67,146.993,-3.00197,0,0,0.997564,-0.069756,60,100,1,0),(47954,1624,1,1,1,1864.23,-2486.41,70.0121,-2.42601,0,0,0.936672,-0.350207,60,100,1,0),(47955,1624,1,1,1,3378.6,-1651.11,168.239,-0.10472,0,0,0.052336,-0.99863,60,100,1,0),(47956,1624,1,1,1,2133.65,-688.814,103.906,2.98451,0,0,0.996917,0.078459,60,100,1,0),(47957,177244,1,1,1,3349.37,1013.64,3.19711,-2.46669,0,0,0.943602,-0.331081,900,100,1,0),(47958,13405,1,1,1,2270.18,-1739.42,112.596,-2.92343,0,0,0.994056,-0.108867,900,100,1,0),(47959,13406,1,1,1,2270.15,-1739.35,112.6,0.218166,0,0,0.108867,0.994056,900,100,1,0),(47960,13407,1,1,1,2270.17,-1739.4,112.596,1.78896,0,0,0.779884,0.625924,900,100,1,0),(47961,106335,1,1,1,2328.68,-2566.73,102.907,-1.93731,0,0,-0.824126,0.566406,900,100,1,0),(47962,13408,1,1,1,2270.17,-1739.39,111.986,1.78896,0,0,0.779884,0.625924,900,100,1,0),(47963,106336,1,1,1,2348.81,-2582.26,102.907,-0.820305,0,0,-0.398749,0.91706,900,100,1,0),(47964,13409,1,1,1,1937.49,-2172,94.4651,3.14159,0,0,1,0,900,100,1,0),(47965,13410,1,1,1,1937.48,-2171.9,94.4654,1.5708,0,0,0.707107,0.707107,900,100,1,0),(47966,126050,1,1,1,2352,-2509.57,103.222,-0.767945,0,0,-0.374606,0.927184,900,100,1,0),(47967,13411,1,1,1,1937.5,-2171.93,94.4663,0,0,0,0,1,900,100,1,0),(47968,126051,1,1,1,2349.61,-2507.05,103.222,-0.907571,0,0,-0.438371,0.898794,900,100,1,0),(47969,13412,1,1,1,1937.5,-2171.93,93.8552,0,0,0,0,1,900,100,1,0),(47970,176998,1,1,1,3011.2,-79.7769,99.8711,-2.66259,0,0,0.971457,-0.237217,900,100,1,0),(47971,176999,1,1,1,3025.1,-174.24,102.979,-0.085618,0,0,-0.042796,0.999084,900,100,1,0),(47972,3689,1,1,1,1865.96,-2635.36,57.6073,0.226893,0,0,0.113203,0.993572,7200,100,1,0),(47973,3689,1,1,1,1809.6,-2790.47,82.8923,-0.959931,0,0,0.461749,-0.887011,7200,100,1,0),(47974,175724,1,1,1,2771.48,-291.519,111.108,2.56563,0,0,0.95882,0.284015,900,100,1,0),(47975,175726,1,1,1,2762.15,-308.972,121.352,1.88496,0,0,0.809017,0.587785,900,100,1,0),(47976,3695,1,1,1,2751.67,687.588,104.479,-2.37365,0,0,0.927184,-0.374607,7200,100,1,0),(47977,3695,1,1,1,3179.82,-280.294,121.935,-1.01229,0,0,0.48481,-0.87462,7200,100,1,0),(47978,3695,1,1,1,2506.74,-3429.32,104.121,-2.44346,0,0,0.939693,-0.34202,7200,100,1,0),(47979,3695,1,1,1,3351.38,990.952,4.481,1.44862,0,0,0.66262,0.748956,7200,100,1,0),(47980,3695,1,1,1,3268.22,-601.467,161.684,-1.22173,0,0,0.573576,-0.819152,7200,100,1,0),(47981,3695,1,1,1,2471.38,-2152.43,202.284,2.23402,0,0,0.898794,0.438371,7200,100,1,0),(47982,18036,1,1,1,1908.14,-2643.02,83.6655,-0.767945,0,0,0.374607,-0.927184,15,100,1,0),(47983,18036,1,1,1,1909.85,-2642.83,84.2239,0.174533,0,0,0.087156,0.996195,15,100,1,0),(47984,18036,1,1,1,1896.83,-2641.82,83.8797,1.8326,0,0,0.793353,0.608761,15,100,1,0),(13047,180248,0,1,1,-13054.4,498.112,0,2.18166,0,0,0.887011,0.461749,180,100,1,0),(47986,18036,1,1,1,1913.1,-2640.38,83.0862,-0.418879,0,0,0.207912,-0.978148,15,100,1,0),(47987,18036,1,1,1,1898.27,-2642.36,83.8797,0.069813,0,0,0.034899,0.999391,15,100,1,0),(47988,17783,1,1,1,3879.52,880.966,0.690234,-2.04204,0,0,0.85264,-0.522498,2,100,1,0),(47989,177277,1,1,1,2904.11,-1400.23,206.96,3.14159,0,0,1,0,900,100,1,0),(47990,177278,1,1,1,2904.41,-1398.96,206.901,1.56207,0,0,0.704015,0.710185,900,100,1,0),(47991,177278,1,1,1,2368.05,-1720.32,152.545,1.09956,0,0,0.522498,0.85264,900,100,1,0),(47992,177278,1,1,1,1870.72,-1771.13,61.5062,0.994838,0,0,0.477159,0.878817,900,100,1,0),(47993,20351,1,1,1,2805.8,-3005.47,157.071,-2.82743,0,0,0.987688,-0.156434,900,100,1,0),(47994,20352,1,1,1,2805.86,-3005.34,157.059,3.14159,0,0,1,0,10,100,1,0),(47995,17282,1,1,1,3866.55,-83.8646,6.67093,2.19912,0,0,0.891007,0.453991,180,100,1,0),(47996,17282,1,1,1,3692.97,-55.559,-1.29746,2.67035,0,0,0.97237,0.233445,180,100,1,0),(47997,17282,1,1,1,3769.16,-149.361,2.33554,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(47998,17282,1,1,1,3801.19,-165.122,1.00088,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(47999,17282,1,1,1,3797.38,-67.8559,4.67481,0.977384,0,0,0.469472,0.882948,180,100,1,0),(48000,17282,1,1,1,3729.87,-157.549,6.12507,0.506145,0,0,0.25038,0.968148,180,100,1,0),(48001,17282,1,1,1,3763.18,-68.0798,-0.755102,0.331613,0,0,0.165048,0.986286,180,100,1,0),(48002,17282,1,1,1,3837.68,-155.797,0.376835,0.645772,0,0,0.317305,0.948324,180,100,1,0),(48003,17284,1,1,1,3470.87,848.708,5.38822,3.14159,0,0,1,0,900,100,1,0),(48004,3722,1,1,1,2371.71,-1190.5,89.1238,-1.7366,0,0,-0.763232,0.646125,900,100,1,0),(48005,3723,1,1,1,3274.43,-589.458,157.637,0.506146,0,0,0.25038,0.968148,900,100,1,0),(48006,178828,1,1,1,4075.15,814.207,2.121,1.5708,0,0,0.707107,0.707107,900,100,1,0),(48007,175756,1,1,1,2758.09,-308.752,121.365,1.13446,0,0,0.5373,0.843391,900,100,1,0),(48008,175757,1,1,1,2750.78,-287.66,111.969,-1.01229,0,0,0.48481,-0.87462,900,100,1,0),(48009,6286,1,1,1,3246.78,-3709.06,149.906,2.99324,0,0,0.99725,0.074109,900,100,1,0),(48010,6287,1,1,1,3242.24,-3736.8,149.752,2.99324,0,0,0.99725,0.074109,900,100,1,0),(48011,6288,1,1,1,2489.38,-2146.48,200.484,3.14159,0,0,1,0,900,100,1,0),(48012,6289,1,1,1,2456.86,-3413.34,100.858,3.14159,0,0,1,0,900,100,1,0),(48013,6290,1,1,1,2437.12,-3408.23,99.6397,3.14159,0,0,1,0,900,100,1,0),(48014,6291,1,1,1,2449.56,-3479.43,92.2099,3.14159,0,0,1,0,900,100,1,0),(48015,6292,1,1,1,2434.27,-3478.44,92.34,3.14159,0,0,1,0,900,100,1,0),(48016,3220,1,1,1,2306.32,-1427.84,86.8245,3.14159,-0.017452,0,0.999848,0,900,100,1,0),(48017,176789,1,1,1,2371.39,657.631,153.145,2.69653,-0.003852,-0.017022,0.975194,0.220664,900,100,1,0),(48018,19863,1,1,1,3230.68,233.375,10.2096,3.14159,0,0,1,0,900,100,1,0),(48019,181913,1,1,1,2793.46,-2994.22,153.594,2.33874,0,0,0.920505,0.390731,900,100,1,0),(48020,181916,1,1,1,2740.74,-2986.94,140.794,1.06465,0,0,0.507538,0.861629,180,100,1,0),(48021,181916,1,1,1,2766.35,-2984.25,146.828,-2.35619,0,0,0.92388,-0.382683,180,100,1,0),(48022,181916,1,1,1,2710.46,-3007.98,141.219,0.296706,0,0,0.147809,0.989016,180,100,1,0),(48023,181916,1,1,1,2764.24,-2914.53,146.788,2.3911,0,0,0.930418,0.366501,180,100,1,0),(48024,181916,1,1,1,2784.98,-2960.43,147.208,-0.122173,0,0,0.061049,-0.998135,180,100,1,0),(48025,181916,1,1,1,2768.88,-2943.1,143.501,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(48026,181916,1,1,1,2772.44,-3023.73,154.813,0.017453,0,0,0.008727,0.999962,180,100,1,0),(48027,181916,1,1,1,2790.69,-3030.88,158.207,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(48028,181916,1,1,1,2687.78,-2975.13,141.782,0.959931,0,0,0.461749,0.887011,180,100,1,0),(48029,181916,1,1,1,2699.01,-2958.23,140.519,1.76278,0,0,0.771625,0.636078,180,100,1,0),(48030,181916,1,1,1,2757.15,-2921.62,145.546,2.21657,0,0,0.894934,0.446198,180,100,1,0),(48031,181916,1,1,1,2711.03,-2927.82,140.275,1.65806,0,0,0.737277,0.67559,180,100,1,0),(48032,181916,1,1,1,2822.18,-2994.07,158.009,-1.46608,0,0,0.669131,-0.743145,180,100,1,0),(48033,181916,1,1,1,2814.72,-2963.26,155.928,-0.680679,0,0,0.333807,-0.942641,180,100,1,0),(48034,181916,1,1,1,2825.96,-3011.43,159.926,2.05949,0,0,0.857167,0.515038,180,100,1,0),(48035,18596,1,1,1,1791.6,-1234.65,149.664,3.14159,0,0,1,0,900,100,1,0),(48036,19879,1,1,1,2482.02,-2141.87,201.552,-3.07178,0,0,0.999391,-0.034899,900,100,1,0),(48037,178864,1,1,1,2332.56,-2545.97,101.627,-2.34747,0,0,0.922201,-0.386711,900,100,1,0),(48038,181681,1,1,1,2793.46,-2994.22,153.594,2.33874,0,0,0.920505,0.390731,2,100,1,0),(48039,175284,1,1,1,3027.77,-3299.18,155.13,0.081623,0,0,0.0408,0.999167,900,100,1,0),(48040,175285,1,1,1,2952.08,-3216.08,169.205,-0.51668,0,0,-0.255476,0.966815,900,100,1,0),(48041,175286,1,1,1,2912.38,-3270.78,160.035,-1.85878,0,0,-0.801254,0.598324,900,100,1,0),(48042,181686,1,1,1,2326.93,-3442.23,99.2551,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(48043,181686,1,1,1,2359.19,-3086.81,124.368,2.42601,0,0,0.936672,0.350207,180,100,1,0),(48044,181686,1,1,1,2445.14,-3138.4,125.835,1.55334,0,0,0.700909,0.71325,180,100,1,0),(48045,181686,1,1,1,2668.58,-3358.48,120.03,2.40855,0,0,0.93358,0.358368,180,100,1,0),(48046,181686,1,1,1,2404.46,-3229.97,113.411,2.35619,0,0,0.92388,0.382683,180,100,1,0),(48047,181686,1,1,1,2343.2,-3172.04,118.336,0.698132,0,0,0.34202,0.939693,180,100,1,0),(48048,181686,1,1,1,2542.95,-3374.97,102.275,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(48049,181686,1,1,1,2458.62,-3452.61,95.3785,2.00713,0,0,0.843391,0.5373,180,100,1,0),(48050,181686,1,1,1,2417.05,-3491.19,92.2379,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(48051,181686,1,1,1,2463.75,-3423.16,100.562,-0.890118,0,0,0.430511,-0.902585,180,100,1,0),(48052,181686,1,1,1,2560.24,-3307.61,125.403,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(48053,181686,1,1,1,2471.21,-3183.81,119.55,0.907571,0,0,0.438371,0.898794,180,100,1,0),(48054,181686,1,1,1,2389.21,-3411.21,110.442,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(48055,181686,1,1,1,2402.91,-3127.16,125.248,0.453786,0,0,0.224951,0.97437,180,100,1,0),(48056,181686,1,1,1,2333.19,-3307.22,103.895,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(48057,181686,1,1,1,2325.87,-3311.5,103.27,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(48058,181686,1,1,1,2177.59,-3381.64,94.8656,1.67552,0,0,0.743145,0.669131,180,100,1,0),(48059,180663,1,1,1,2763.26,-493.28,102.761,0.244346,0,0,0.121869,0.992546,900,100,1,0),(48060,180663,1,1,1,1970.66,-880.418,89.6561,-2.46091,0,0,0.942641,-0.333807,900,100,1,0),(48061,180663,1,1,1,2584.03,-341.135,102.761,-1.18682,0,0,0.559193,-0.829037,900,100,1,0),(48062,180663,1,1,1,2109.73,-3206.77,91.4678,0.872665,0,0,0.422618,0.906308,900,100,1,0),(48063,180663,1,1,1,2835.77,-549.966,102.761,-0.226893,0,0,0.113203,-0.993572,900,100,1,0),(48064,180663,1,1,1,2038.68,-983.481,89.6561,-1.48353,0,0,0.67559,-0.737277,900,100,1,0),(48065,180663,1,1,1,2921.18,-2609.78,210.215,-1.02974,0,0,0.492424,-0.870356,900,100,1,0),(48066,180663,1,1,1,2654.1,-585.364,102.761,1.53589,0,0,0.694658,0.71934,900,100,1,0),(48067,180663,1,1,1,2020.53,-1982.26,94.7607,-1.0472,0,0,0.5,-0.866025,900,100,1,0),(48068,181687,1,1,1,2274.8,-3464.14,104.985,-1.01229,0,0,0.48481,-0.87462,300,100,1,0),(48069,181687,1,1,1,2257.98,-3412.15,100.14,0.593412,0,0,0.292372,0.956305,300,100,1,0),(48070,181687,1,1,1,2287.93,-3245.51,108.552,0.10472,0,0,0.052336,0.99863,300,100,1,0),(48071,181687,1,1,1,2460.66,-3147.01,124.209,1.16937,0,0,0.551937,0.833886,300,100,1,0),(48072,181687,1,1,1,2484.91,-3316.05,115.076,-2.46091,0,0,0.942641,-0.333807,300,100,1,0),(48073,181687,1,1,1,2316.64,-3215,111.817,2.40855,0,0,0.93358,0.358368,300,100,1,0),(48074,181687,1,1,1,2554.45,-3392.81,103.466,1.48353,0,0,0.67559,0.737277,300,100,1,0),(48075,181687,1,1,1,2464.93,-3500.12,92.5606,2.75762,0,0,0.981627,0.190809,300,100,1,0),(48076,181687,1,1,1,2475.78,-3479.79,92.5531,-1.22173,0,0,0.573576,-0.819152,300,100,1,0),(48077,181687,1,1,1,2411.95,-3495.13,92.485,1.18682,0,0,0.559193,0.829038,300,100,1,0),(48078,181687,1,1,1,2514.54,-3298.02,120.083,-0.366519,0,0,0.182236,-0.983255,300,100,1,0),(48079,181687,1,1,1,2511.9,-3168.57,130.356,-1.91986,0,0,0.819152,-0.573576,300,100,1,0),(48080,181687,1,1,1,2357.74,-3438.98,110.416,2.61799,0,0,0.965926,0.258819,300,100,1,0),(48081,181687,1,1,1,2494.26,-3364.92,110.413,-0.541052,0,0,0.267238,-0.96363,300,100,1,0),(48082,181687,1,1,1,2221.07,-3321.84,97.6165,1.16937,0,0,0.551937,0.833886,300,100,1,0),(48083,181687,1,1,1,2235.63,-3395.21,92.8758,-2.47837,0,0,0.945519,-0.325568,300,100,1,0),(48084,181687,1,1,1,2281.71,-3395.36,100.592,-1.53589,0,0,0.694658,-0.71934,300,100,1,0),(48085,181690,1,1,1,1999.7,-2936.52,108.135,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(48086,181690,1,1,1,1940.81,-2961.87,100.084,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(48087,181690,1,1,1,1990.74,-3002.88,106.55,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(48088,181690,1,1,1,2065.97,-2958.48,112.389,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(48089,181690,1,1,1,1967.9,-3031.82,104.875,-0.541052,0,0,0.267238,-0.96363,180,100,1,0),(48090,181690,1,1,1,1941.6,-3089.76,104.611,3.10669,0,0,0.999848,0.017452,180,100,1,0),(48091,181690,1,1,1,2000.48,-3107.78,106.421,-0.139626,0,0,0.069756,-0.997564,180,100,1,0),(48092,181690,1,1,1,2074.9,-3153.93,101.419,-2.56563,0,0,0.95882,-0.284015,180,100,1,0),(48093,181690,1,1,1,2123.07,-3126.78,104.993,1.50098,0,0,0.681998,0.731354,180,100,1,0),(48094,181690,1,1,1,2024.87,-3161.16,101.018,1.76278,0,0,0.771625,0.636078,180,100,1,0),(48095,181690,1,1,1,1966.65,-3205.14,99.1257,-0.401426,0,0,0.199368,-0.979925,180,100,1,0),(48096,181690,1,1,1,1937.37,-3173.23,102.694,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(48097,181690,1,1,1,2114.57,-2918.56,114.529,1.22173,0,0,0.573576,0.819152,180,100,1,0),(48098,181690,1,1,1,2186.38,-2918.52,120.821,1.90241,0,0,0.814116,0.580703,180,100,1,0),(48099,181690,1,1,1,2106.5,-2970.95,111.002,-0.453786,0,0,0.224951,-0.97437,180,100,1,0),(48100,181690,1,1,1,2172.65,-3030.6,116.131,1.74533,0,0,0.766044,0.642788,180,100,1,0),(48101,181690,1,1,1,2106.15,-3034.83,109.937,-1.44862,0,0,0.66262,-0.748956,180,100,1,0),(48102,181690,1,1,1,2057.14,-3045.35,107.855,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(48103,181690,1,1,1,2001.98,-3062.33,107.034,2.80998,0,0,0.986286,0.165048,180,100,1,0),(48104,181690,1,1,1,2050.83,-3118.01,101.439,1.62316,0,0,0.725374,0.688355,180,100,1,0),(48105,177084,1,1,1,1928.38,-2327.36,92.3993,3.0805,0,0,0.999534,0.030539,900,100,1,0),(48106,19901,1,1,1,2482.07,-2141.97,201.52,3.14159,0.065298,-0.056571,0.996254,0.003708,10,100,1,0),(48107,176573,1,1,1,2694.21,-340.796,110.728,-1.25664,0,0,0.587785,-0.809017,900,100,1,0),(48108,1731,1,1,1,2480.6,-324.883,115.091,0,0,0,0,1,900,100,1,0),(48109,1731,1,1,1,3944.9,241.402,23.5239,2.87979,0,0,0.991445,0.130526,900,100,1,0),(48110,1731,1,1,1,2728.67,-879.718,160.605,-2.35619,0,0,0.92388,-0.382683,900,100,1,0),(48111,1731,1,1,1,3144.35,-610.987,170.903,-1.78024,0,0,0.777146,-0.62932,900,100,1,0),(48112,1731,1,1,1,2948.33,-697.115,189.46,-0.069813,0,0,0.034899,-0.999391,900,100,1,0),(48113,1731,1,1,1,2605.49,83.8325,99.1653,-1.0821,0,0,0.515038,-0.857167,900,100,1,0),(48114,1731,1,1,1,2421.4,386.887,109.635,2.61799,0,0,0.965926,0.258819,900,100,1,0),(48115,1731,1,1,1,1491.57,-2026.44,117.112,-1.41372,0,0,0.649448,-0.760406,900,100,1,0),(48116,1731,1,1,1,3120.77,-354.15,137.784,-0.645772,0,0,0.317305,-0.948324,900,100,1,0),(48117,1732,1,1,1,2785.9,-1010.1,211.15,0.471239,0,0,0.233445,0.97237,900,100,1,0),(48118,1732,1,1,1,1996.82,-74.7859,127.016,-1.01229,0,0,0.48481,-0.87462,900,100,1,0),(48119,1732,1,1,1,2956.04,836.758,113.883,1.55334,0,0,0.700909,0.71325,900,100,1,0),(48120,1732,1,1,1,4216.33,908.175,32.7775,-2.04204,0,0,0.85264,-0.522498,900,100,1,0),(48121,1732,1,1,1,1723.4,-1294.55,168.293,3.07178,0,0,0.999391,0.034899,900,100,1,0),(48122,1732,1,1,1,3471.35,-651.141,181.027,1.0821,0,0,0.515038,0.857167,900,100,1,0),(48123,1732,1,1,1,2618.98,-1431.62,180.995,-0.122173,0,0,0.061049,-0.998135,900,100,1,0),(48124,1732,1,1,1,3278.46,-654.683,159.349,2.49582,0,0,0.948324,0.317305,900,100,1,0),(48125,1732,1,1,1,4108.63,1381.43,-0.659214,-0.296706,0,0,0.147809,-0.989016,900,100,1,0),(48126,1732,1,1,1,3085.91,-24.839,103.545,-0.034907,0,0,0.017452,-0.999848,900,100,1,0),(48127,1732,1,1,1,3061.82,525.02,-2.00903,-0.10472,0,0,0.052336,-0.99863,900,100,1,0),(48128,1732,1,1,1,1589.52,-2994.15,184.978,-2.37365,0,0,0.927184,-0.374607,900,100,1,0),(48129,1732,1,1,1,2854.9,-2679.75,204.303,0.349066,0,0,0.173648,0.984808,900,100,1,0),(48130,1732,1,1,1,3530.72,-50.1927,22.5148,0.977384,0,0,0.469472,0.882948,900,100,1,0),(48131,1732,1,1,1,2257.06,-2942.26,117.131,-2.93215,0,0,0.994522,-0.104529,900,100,1,0),(48132,1734,1,1,1,2663.34,-2749.27,184.821,1.0472,0,0,0.5,0.866025,2700,100,1,0),(48133,1734,1,1,1,2480.12,-2480.06,183.31,-1.01229,0,0,0.48481,-0.87462,2700,100,1,0),(48134,1735,1,1,1,3474.58,-1661.89,181.845,0.244346,0,0,0.121869,0.992546,1800,100,1,0),(48135,1735,1,1,1,1413.4,-2426.8,137.08,0.10472,0,0,0.052336,0.99863,1800,100,1,0),(48136,1735,1,1,1,3140.42,-1482.89,203.235,-0.575959,0,0,0.284015,-0.95882,1800,100,1,0),(48137,1735,1,1,1,2184.48,-1916.64,85.656,-0.977384,0,0,0.469472,-0.882948,1800,100,1,0),(48138,1735,1,1,1,2014.93,-3308.33,108.054,1.16937,0,0,0.551937,0.833886,1800,100,1,0),(48139,1735,1,1,1,1737.65,-3504.75,144.517,-2.1293,0,0,0.87462,-0.48481,1800,100,1,0),(48140,1735,1,1,1,2183.41,-3042.31,122.952,-1.8326,0,0,0.793353,-0.608761,1800,100,1,0),(48141,31442,1,1,1,2388.25,-3407.94,110.647,3.14159,0,0,1,0,900,100,1,0),(48142,31442,1,1,1,2260.67,-3451.34,104.874,3.14159,0,0,1,0,900,100,1,0),(48143,18643,1,1,1,2208.02,-1421.51,90.8178,3.14159,0.00436,0.039259,0.99922,-0.000171,900,100,1,0),(48144,18644,1,1,1,2218.27,-1537.09,88.9847,-3.14159,-0.021794,-0.043609,0.99881,-0.000952,900,100,1,0),(48145,18645,1,1,1,2247.52,-1565.23,87.571,3.14159,-0.056691,0.008713,0.998354,0.000495,900,100,1,0),(48146,20960,1,1,1,3262.54,-364.49,153.103,3.14159,0,0,1,0,900,100,1,0),(48147,178144,1,1,1,3347.51,-706.088,167.383,2.04204,0,0,0.85264,0.522499,180,100,1,0),(48148,178144,1,1,1,3314.06,-675.867,163.483,2.30383,0,0,0.913545,0.406737,180,100,1,0),(48149,178144,1,1,1,3359.01,-684.061,161.112,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(48150,178144,1,1,1,3300.53,-702.682,161.363,1.69297,0,0,0.748956,0.66262,180,100,1,0),(48151,178144,1,1,1,3432.4,-636.018,166.991,-1.39626,0,0,0.642788,-0.766044,180,100,1,0),(48152,178144,1,1,1,3379.73,-656.311,162.859,2.6529,0,0,0.970296,0.241922,180,100,1,0),(48153,178144,1,1,1,3336.63,-693.937,162.41,1.36136,0,0,0.62932,0.777146,180,100,1,0),(48154,178144,1,1,1,3481.71,-617.877,183.44,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(48155,178144,1,1,1,3458.19,-661.234,178.35,-0.226893,0,0,0.113203,-0.993572,180,100,1,0),(48156,178144,1,1,1,3411.87,-650.551,175.705,1.62316,0,0,0.725374,0.688355,180,100,1,0),(48157,178144,1,1,1,3349.02,-633.107,178.184,-2.05949,0,0,0.857167,-0.515038,180,100,1,0),(48158,178144,1,1,1,3359.49,-599.624,181.772,2.19912,0,0,0.891007,0.453991,180,100,1,0),(48159,178144,1,1,1,3401.35,-604.594,182.974,2.63545,0,0,0.968148,0.25038,180,100,1,0),(48160,178144,1,1,1,3395.35,-629.416,179.277,-1.18682,0,0,0.559193,-0.829037,180,100,1,0),(48161,178144,1,1,1,3406.52,-588.55,188.184,-0.837758,0,0,0.406737,-0.913545,180,100,1,0),(48162,20961,1,1,1,3361.12,-479.11,154.218,3.11541,0,0,0.999914,0.01309,900,100,1,0),(48163,20962,1,1,1,2930.07,-109.979,96.9742,1.71042,0.025478,-0.010589,0.754572,0.655637,900,100,1,0),(48164,178146,1,1,1,1938.05,-2339.55,92.7695,1.85005,0,0,0.798636,0.601815,900,100,1,0),(48165,20963,1,1,1,3181.12,-269.173,120.559,3.14159,0.021802,0.034891,0.999153,-0.000761,900,100,1,0),(48166,178147,1,1,1,3347.26,-694.841,159.843,1.55334,0,0,0.700909,0.71325,900,100,1,0),(48167,20964,1,1,1,2943.09,-2821.35,214.134,-3.02815,0,0,0.998392,-0.056693,900,100,1,0),(48168,175844,1,1,1,3428.87,-684.23,175.79,0.584685,0.025066,0.007544,0.288097,0.957243,900,100,1,0),(48169,175845,1,1,1,3456.4,-658.21,178.38,0.584685,0.025066,0.007544,0.288097,0.957243,900,100,1,0),(48170,175846,1,1,1,3416.6,-653.602,176.015,-1.75406,0.005015,-0.012854,-0.768732,0.639422,900,100,1,0),(48171,175847,1,1,1,3378.09,-706.384,169.039,-1.74157,0.121808,-0.025566,-0.763746,0.633404,900,100,1,0),(48172,175848,1,1,1,3353.88,-746.578,163.594,-2.7541,0.019117,0.050137,0.979626,-0.193529,900,100,1,0),(48173,175849,1,1,1,3359.57,-742.809,163.996,-2.75684,-0.089587,0.005206,0.977962,-0.188513,900,100,1,0),(48174,175850,1,1,1,3343.84,-629.726,178.893,-2.76077,-0.015503,-0.030555,0.981242,-0.189708,900,100,1,0),(48175,20724,1,1,1,1813.94,-2657.88,52.9887,0.733038,0,0,0.358368,0.93358,900,100,1,0),(48176,20725,1,1,1,1814.23,-2657.59,54.4145,0.750492,0,0,0.366501,0.930418,2,100,1,0),(48177,51702,1,1,1,2546.37,-3393.64,104.434,1.76278,0,0,0.771625,0.636078,900,100,1,0),(48178,51703,1,1,1,2539.31,-3382.01,104.703,-0.453785,0,0,-0.224951,0.97437,900,100,1,0),(48179,2041,1,1,1,2710.84,-2596,183.061,3.07178,0,0,0.999391,0.034899,60,100,1,0),(48180,2041,1,1,1,2279.49,-2866.66,132.498,1.0472,0,0,0.5,0.866025,60,100,1,0),(48181,2041,1,1,1,2228.53,-2814.08,123.788,0.366519,0,0,0.182236,0.983255,60,100,1,0),(48182,2041,1,1,1,2367.22,-3630.9,38.5453,0.820305,0,0,0.398749,0.91706,60,100,1,0),(48183,2041,1,1,1,2144.38,-2088.34,98.7159,2.30383,0,0,0.913545,0.406737,60,100,1,0),(48184,2045,1,1,1,2480.47,-2347.46,134.289,-2.96706,0,0,0.996195,-0.087156,60,100,1,0),(48185,2045,1,1,1,4216.95,1396.37,-9.25754,-1.51844,0,0,0.688354,-0.725374,60,100,1,0),(48186,2045,1,1,1,3877.58,950.202,-6.18378,-2.98451,0,0,0.996917,-0.078459,60,100,1,0),(48187,2045,1,1,1,2303.81,-2812.27,123.216,-2.98451,0,0,0.996917,-0.078459,60,100,1,0),(48188,2045,1,1,1,3786.61,983.335,-5.52569,-2.18166,0,0,0.887011,-0.461749,60,100,1,0),(48189,2045,1,1,1,2775.87,-2732.12,191.541,-0.453786,0,0,0.224951,-0.97437,60,100,1,0),(48190,2045,1,1,1,3911.83,889.685,-4.77806,2.79253,0,0,0.984808,0.173648,60,100,1,0),(48191,2045,1,1,1,4333.89,866.904,-20.8352,1.3439,0,0,0.622515,0.782608,60,100,1,0),(48192,2045,1,1,1,1910.71,-1069.01,66.9827,-1.01229,0,0,0.48481,-0.87462,60,100,1,0),(48193,152324,1,1,1,4703.96,-5909.27,109.107,3.14159,0,0,1,0,180,100,1,0),(48194,176904,1,1,1,2792.44,-4451.96,133.467,-2.13803,0,0,0.876727,-0.480989,180,100,1,0),(48195,2061,1,1,1,4591.83,-5577.89,98.1334,-3.14159,0.034888,0.026161,0.999048,-0.000914,180,100,1,0),(48196,2061,1,1,1,4687.8,-5392.43,112.125,3.14159,0,-0.056693,0.998392,0,180,100,1,0),(48197,2061,1,1,1,4491.25,-6363.81,124.255,3.14159,0,0,1,0,180,100,1,0),(48198,2061,1,1,1,3896.5,-5845.14,6.5354,-2.18166,-0.064342,0.000879,0.885971,-0.459255,180,100,1,0),(48199,2061,1,1,1,2211.71,-6377.91,2.68068,3.14159,0,0,1,0,180,100,1,0),(48200,2061,1,1,1,4311.79,-5731.2,101.761,3.03687,0.004586,0.004129,0.998612,0.052316,180,100,1,0),(48201,2061,1,1,1,3586.01,-4382.09,110.553,3.14159,0,0,1,0,180,100,1,0),(48202,2061,1,1,1,3617.23,-4411.15,112.804,3.14159,0.026105,-0.074083,0.996908,0.00194,180,100,1,0),(48203,2061,1,1,1,3618.39,-4429.87,111.361,2.85361,0,0,0.989651,0.143493,180,100,1,0),(48204,2061,1,1,1,3593.64,-4426.62,110.957,-3.14159,-0.021755,-0.074091,0.997013,-0.001617,180,100,1,0),(48205,2061,1,1,1,4135.58,-5086.95,143.026,2.74017,-0.025781,-0.039261,0.978995,0.198402,180,100,1,0),(48206,2061,1,1,1,3801.38,-4906.36,145.742,3.14159,0,0,1,0,180,100,1,0),(48207,2061,1,1,1,4703.96,-5909.27,109.107,3.14159,0,0,1,0,180,100,1,0),(48208,2061,1,1,1,3190.1,-4599.39,181.318,3.14159,0,0,1,0,180,100,1,0),(48209,2061,1,1,1,3199.16,-4627.52,172.147,3.14159,0,0,1,0,180,100,1,0),(48210,2061,1,1,1,3602.19,-4400.14,116.093,-3.14159,-0.043604,-0.026152,0.998706,-0.001142,180,100,1,0),(48211,2061,1,1,1,3183.91,-4248.23,97.1573,3.0456,0,0,0.998848,0.047978,180,100,1,0),(48212,2061,1,1,1,3442.93,-5794.46,2.93029,0.109395,-0.02518,-0.018851,0.054187,0.998035,180,100,1,0),(48213,2061,1,1,1,4382.79,-6253.63,95.2054,3.14159,0,0,1,0,180,100,1,0),(48214,2061,1,1,1,4261.92,-6274.79,90.2382,3.14159,0,0,1,0,180,100,1,0),(48215,2061,1,1,1,3273.03,-4720.06,134.179,-3.12414,0.004172,0.021852,0.999714,-0.00882,180,100,1,0),(48216,2061,1,1,1,3274.19,-4642.63,101.603,3.12414,0,0,0.999962,0.008727,180,100,1,0),(48217,2061,1,1,1,3264.82,-4634.04,101.711,3.14159,0,0,1,0,180,100,1,0),(48218,2061,1,1,1,3271.32,-4671.84,115.339,3.14159,0,0,1,0,180,100,1,0),(48219,2061,1,1,1,2697.63,-3878.66,107.057,-3.14159,0.091376,0.052116,0.99444,-0.004789,180,100,1,0),(48220,2061,1,1,1,3646.53,-4701.58,120.931,3.14159,0,0,1,0,180,100,1,0),(48221,2061,1,1,1,3182.39,-4265.43,98.1628,-3.0805,0,0,0.999534,-0.030539,180,100,1,0),(48222,2061,1,1,1,4024.34,-5412.36,116.293,-3.14159,-0.02178,-0.056679,0.998154,-0.001237,180,100,1,0),(48223,2061,1,1,1,4452.57,-5533.35,108.654,3.14159,-0.017452,-0.004363,0.999838,-0.000076,180,100,1,0),(48224,2061,1,1,1,2792.44,-4451.96,133.467,-2.13803,0,0,0.876727,-0.480989,180,100,1,0),(48225,2061,1,1,1,2242.03,-5804.64,3.26002,-3.14159,-0.052312,0.030497,0.998164,0.001598,180,100,1,0),(48226,2061,1,1,1,4364.06,-6135.31,123.883,-3.14159,0.065129,0.091306,0.993673,-0.005985,180,100,1,0),(48227,2061,1,1,1,4777.12,-6628.49,111.73,3.14159,0,0,1,0,180,100,1,0),(48228,2061,1,1,1,3213.35,-4667.22,160.951,3.14159,0,0,1,0,180,100,1,0),(48229,2061,1,1,1,3172.4,-4571.22,187.699,3.14159,0,0,1,0,180,100,1,0),(48230,180750,1,1,1,3960.55,-5921.98,0,1.97222,0,0,0.833886,0.551937,180,100,1,0),(48231,180751,1,1,1,3453.5,-5820.57,0,1.64061,0,0,0.731354,0.681998,180,100,1,0),(48232,180751,1,1,1,3638.11,-6042.03,0,1.91986,0,0,0.819152,0.573576,180,100,1,0),(48233,180752,1,1,1,3165.24,-5838.86,0,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(48234,148513,1,1,1,3514.1,-5125.1,82.1113,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(48235,148513,1,1,1,3238.67,-5115.98,86.2056,2.23402,0,0,0.898794,0.438371,180,100,1,0),(48236,148513,1,1,1,3290.61,-5174.9,85.6552,-2.42601,0,0,0.936672,-0.350207,180,100,1,0),(48237,148513,1,1,1,3156.25,-5419.23,92.9521,0.855211,0,0,0.414693,0.909961,180,100,1,0),(48238,148513,1,1,1,3535.76,-5219.99,85.5576,-0.575959,0,0,0.284015,-0.95882,180,100,1,0),(48239,152098,1,1,1,4258.43,-6259.35,92.1325,-1.50098,0,0,-0.681998,0.731354,180,100,1,0),(48240,148514,1,1,1,3790.29,-5297.37,85.653,-1.71042,0,0,0.75471,-0.656059,180,100,1,0),(48241,148514,1,1,1,3727.26,-5200.04,86.3502,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(48242,148514,1,1,1,3171.25,-5305.14,89.9827,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(48243,148514,1,1,1,3461.29,-5034.15,88.8936,-1.76278,0,0,0.771625,-0.636078,180,100,1,0),(48244,148514,1,1,1,3430.78,-5087.17,82.9979,0.767945,0,0,0.374607,0.927184,180,100,1,0),(48245,148515,1,1,1,3715.95,-5167.81,88.6082,-2.05949,0,0,0.857167,-0.515038,180,100,1,0),(48246,148515,1,1,1,3142.59,-5381.76,87.959,1.37881,0,0,0.636078,0.771625,180,100,1,0),(48247,153123,1,1,1,4320.38,-6121.56,127.928,0.471239,0,0,0.233445,0.97237,180,100,1,0),(48248,153123,1,1,1,4359.46,-6245.76,96.7805,-1.25664,0,0,0.587785,-0.809017,180,100,1,0),(48249,153123,1,1,1,4384.8,-6168.82,128.815,2.67035,0,0,0.97237,0.233445,180,100,1,0),(48250,153123,1,1,1,4369.16,-6131.61,122.726,2.02458,0,0,0.848048,0.529919,180,100,1,0),(48251,153123,1,1,1,4370.78,-6256.68,96.7301,2.56563,0,0,0.95882,0.284015,180,100,1,0),(48252,153123,1,1,1,4497.24,-6244.04,102.322,1.0472,0,0,0.5,0.866025,180,100,1,0),(48253,153123,1,1,1,4295.74,-6299.57,96.0124,0.715585,0,0,0.350207,0.936672,180,100,1,0),(48254,148515,1,1,1,3295.84,-5160.59,87.8783,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(48255,148515,1,1,1,3494.9,-5233.36,88.0976,0.139626,0,0,0.069756,0.997564,180,100,1,0),(48256,148515,1,1,1,3532.69,-5097.3,84.1975,-2.75762,0,0,0.981627,-0.190809,180,100,1,0),(48257,148516,1,1,1,3166.76,-5281.95,91.9457,0.663225,0,0,0.325568,0.945519,180,100,1,0),(48258,148516,1,1,1,3534.14,-5250.1,95.9873,1.309,0,0,0.608761,0.793353,180,100,1,0),(48259,148516,1,1,1,3713.96,-5284.94,88.0658,3.00197,0,0,0.997564,0.069757,180,100,1,0),(48260,148516,1,1,1,3588,-5156.84,80.7576,0.017453,0,0,0.008727,0.999962,180,100,1,0),(48261,148516,1,1,1,3379.97,-5061.56,89.3242,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(48262,143397,1,1,1,4452.57,-5533.35,108.654,3.14159,-0.017452,-0.004363,0.999838,-0.000076,180,100,1,0),(48263,152614,1,1,1,2263.7,-5565.56,33.9385,-1.09956,0,0,-0.522498,0.85264,180,100,1,0),(48264,142121,1,1,1,2550.87,-6169.25,137.759,3.14159,0,0,1,0,180,100,1,0),(48265,179497,1,1,1,3426.07,-6212.85,-16.0456,-1.76278,0,0,0.771625,-0.636078,180,100,1,0),(48266,179497,1,1,1,2827.69,-6892.04,-1.05952,-0.279253,0,0,0.139173,-0.990268,180,100,1,0),(48267,179497,1,1,1,3823.44,-7230.26,28.0943,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(48268,179497,1,1,1,2936.09,-6382.85,-16.0913,3.12414,0,0,0.999962,0.008727,180,100,1,0),(48269,179497,1,1,1,3884.8,-6277.7,-8.57747,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(48270,179497,1,1,1,3625.54,-6351.85,-68.3725,1.55334,0,0,0.700909,0.71325,180,100,1,0),(48271,179497,1,1,1,3193.52,-5806.12,3.60117,0.959931,0,0,0.461749,0.887011,180,100,1,0),(48272,179497,1,1,1,3890.26,-6230.68,-6.55268,2.19912,0,0,0.891007,0.453991,180,100,1,0),(48273,179497,1,1,1,3709.01,-6072.4,1.40413,2.32129,0,0,0.91706,0.398749,180,100,1,0),(48274,179497,1,1,1,3958.83,-6984.15,-22.5898,0.279253,0,0,0.139173,0.990268,180,100,1,0),(48275,179497,1,1,1,3372.28,-6135.77,-8.11315,-0.296706,0,0,0.147809,-0.989016,180,100,1,0),(48276,179497,1,1,1,3932.79,-5789.89,15.5816,3.07178,0,0,0.999391,0.034899,180,100,1,0),(48277,179497,1,1,1,2444.29,-7258.56,-23.5623,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(48278,179497,1,1,1,3907.04,-5632.14,23.7465,-1.90241,0,0,0.814116,-0.580703,180,100,1,0),(48279,179497,1,1,1,4020.04,-7264.8,-12.5916,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(48280,179497,1,1,1,4303.34,-7461.79,-5.76203,2.21657,0,0,0.894934,0.446198,180,100,1,0),(48281,179497,1,1,1,3329.55,-5945.48,-10.0802,-2.80998,0,0,0.986286,-0.165048,180,100,1,0),(48282,179497,1,1,1,3149.95,-5838.31,-3.82439,-0.10472,0,0,0.052336,-0.99863,180,100,1,0),(48283,142123,1,1,1,4382.79,-6253.63,95.2054,3.14159,0,0,1,0,180,100,1,0),(48284,142124,1,1,1,4364.06,-6135.31,123.883,-3.14159,0.065129,0.091306,0.993673,-0.005985,180,100,1,0),(48285,175404,1,1,1,3259.22,-5155.35,94.4296,-2.25148,0,0,0.902585,-0.430511,2700,100,1,0),(48286,175404,1,1,1,4813.78,-7218.07,101.907,-0.925024,0,0,0.446198,-0.894934,2700,100,1,0),(48287,175404,1,1,1,2419.03,-6999.06,108.771,-2.02458,0,0,0.848048,-0.529919,2700,100,1,0),(48288,175404,1,1,1,4689.64,-5369.46,118.006,-0.279253,0,0,0.139173,-0.990268,2700,100,1,0),(48289,175404,1,1,1,3827.91,-6155.92,4.86859,1.91986,0,0,0.819152,0.573576,2700,100,1,0),(48290,175404,1,1,1,4451.39,-6452.65,138.367,1.8326,0,0,0.793353,0.608761,2700,100,1,0),(48291,152620,1,1,1,2452.77,-5903.56,107.472,-2.05949,0,0,0.857167,-0.515038,180,100,1,0),(48292,152620,1,1,1,2644.68,-6366.55,105.699,0.191986,0,0,0.095846,0.995396,180,100,1,0),(48293,152620,1,1,1,2992.79,-5596.36,149.274,1.27409,0,0,0.594823,0.803857,180,100,1,0),(48294,152620,1,1,1,2524.7,-6099,104.747,-2.49582,0,0,0.948324,-0.317305,180,100,1,0),(48295,152620,1,1,1,2813.64,-6089.12,124.944,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(48296,175404,1,1,1,4702.94,-6731.23,131.381,-1.85005,0,0,0.798635,-0.601815,2700,100,1,0),(48297,175404,1,1,1,4382.33,-6121.17,123.339,2.96706,0,0,0.996195,0.087156,2700,100,1,0),(48298,175404,1,1,1,3217.87,-5454.92,103.901,1.02974,0,0,0.492424,0.870356,2700,100,1,0),(48299,152621,1,1,1,2638.2,-6317.19,93.878,-2.05949,0,0,0.857167,-0.515038,180,100,1,0),(48300,152621,1,1,1,2364.99,-6452.86,104.871,0.15708,0,0,0.078459,0.996917,180,100,1,0),(48301,152621,1,1,1,2286.88,-6286.94,112.171,-2.32129,0,0,0.91706,-0.398749,180,100,1,0),(48302,152621,1,1,1,2455.02,-5932.56,92.7238,0,0,0,0,1,180,100,1,0),(48303,152621,1,1,1,2400.9,-6095.08,104.625,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(48304,152621,1,1,1,2399.31,-5674.11,119.468,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(48305,141870,1,1,1,2242.03,-5804.64,3.26002,-3.14159,-0.052312,0.030497,0.998164,0.001598,180,100,1,0),(48306,152622,1,1,1,2314.11,-5960.15,120.284,2.51327,0,0,0.951057,0.309017,180,100,1,0),(48307,152622,1,1,1,2283.25,-6079.93,108.183,1.5708,0,0,0.707107,0.707107,180,100,1,0),(48308,152622,1,1,1,2851.58,-6082.01,112.405,1.53589,0,0,0.694658,0.71934,180,100,1,0),(48309,152622,1,1,1,2524.26,-6327.23,107.581,1.81514,0,0,0.788011,0.615662,180,100,1,0),(48310,152622,1,1,1,2978.43,-5570.77,153.85,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(48311,152622,1,1,1,2368.67,-6502.16,110.964,-1.46608,0,0,0.669131,-0.743145,180,100,1,0),(48312,152622,1,1,1,2414.94,-6326.1,93.5893,-0.331612,0,0,0.165048,-0.986286,180,100,1,0),(48313,152622,1,1,1,2678.63,-6121.11,105.745,2.74017,0,0,0.979925,0.199368,180,100,1,0),(48314,152622,1,1,1,2294.57,-6258.64,114.547,1.16937,0,0,0.551937,0.833886,180,100,1,0),(48315,152622,1,1,1,2399.99,-6180.49,100.596,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(48316,152622,1,1,1,2441.85,-5797.37,109.119,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(48317,152622,1,1,1,2400.63,-5670.19,121.134,-1.01229,0,0,0.48481,-0.87462,180,100,1,0),(48318,152622,1,1,1,2749.44,-5906.21,100.456,1.79769,0,0,0.782608,0.622515,180,100,1,0),(48319,152622,1,1,1,2393.23,-5822.98,113.654,-2.40855,0,0,0.93358,-0.358368,180,100,1,0),(48320,152622,1,1,1,2568.2,-6044.43,101.809,0.593412,0,0,0.292372,0.956305,180,100,1,0),(48321,152622,1,1,1,2477.72,-5963.47,96.5236,-1.90241,0,0,0.814116,-0.580703,180,100,1,0),(48322,152631,1,1,1,2655.94,-5737.8,112.926,1.8326,0,0,0.793353,0.608761,180,100,1,0),(48323,152631,1,1,1,2438.59,-6459.73,101.949,0.349066,0,0,0.173648,0.984808,180,100,1,0),(48324,152631,1,1,1,2910.19,-5680.45,127.089,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(48325,152631,1,1,1,2633.52,-5833.2,97.2349,1.13446,0,0,0.5373,0.843391,180,100,1,0),(48326,152631,1,1,1,2673.61,-6006.06,99.1625,0.558505,0,0,0.275637,0.961262,180,100,1,0),(48327,152631,1,1,1,2300.2,-6302.26,108.121,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(48328,152631,1,1,1,2841.39,-5739.23,121.976,1.76278,0,0,0.771625,0.636078,180,100,1,0),(48329,152631,1,1,1,2678.63,-6335.86,95.0077,-3.08923,0,0,0.999657,-0.026177,180,100,1,0),(48330,152631,1,1,1,2720.12,-5567.12,121.735,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(48331,142140,1,1,1,3204.89,-4247.93,99.6327,2.80998,0,0,0.986286,0.165048,60,100,1,0),(48332,142140,1,1,1,3675.66,-5029.68,136.467,-0.645772,0,0,0.317305,-0.948324,60,100,1,0),(48333,142140,1,1,1,3315.58,-4962.54,131.164,0.20944,0,0,0.104528,0.994522,60,100,1,0),(48334,142140,1,1,1,3361.59,-5132.17,84.2104,-2.21657,0,0,0.894934,-0.446198,60,100,1,0),(48335,142140,1,1,1,3622.77,-5275.15,89.2145,-0.506145,0,0,0.25038,-0.968148,60,100,1,0),(48336,142140,1,1,1,2610.3,-4881.27,132.716,2.82743,0,0,0.987688,0.156434,60,100,1,0),(48337,142140,1,1,1,3288.32,-4790.74,107.474,2.05949,0,0,0.857167,0.515038,60,100,1,0),(48338,142140,1,1,1,4285.62,-6302.4,95.3237,0.628319,0,0,0.309017,0.951057,60,100,1,0),(48339,142140,1,1,1,3991.29,-5448,123.459,1.5708,0,0,0.707107,0.707107,60,100,1,0),(48340,142140,1,1,1,3759.55,-5411.81,89.4116,-0.174533,0,0,0.087156,-0.996195,60,100,1,0),(48341,142140,1,1,1,2863.35,-3968.87,103.599,0.698132,0,0,0.34202,0.939693,60,100,1,0),(48342,142140,1,1,1,2451.66,-5261.07,121.475,-1.36136,0,0,0.629321,-0.777146,60,100,1,0),(48343,142142,1,1,1,2973.39,-5389.39,135.683,-2.25148,0,0,0.902585,-0.430511,60,100,1,0),(48344,142142,1,1,1,2501.93,-6072.88,98.5135,-1.32645,0,0,0.615661,-0.788011,60,100,1,0),(48345,142142,1,1,1,2524.18,-5040.31,123.574,0.855211,0,0,0.414693,0.909961,60,100,1,0),(48346,142142,1,1,1,2913.16,-5224.49,126.914,2.30383,0,0,0.913545,0.406737,60,100,1,0),(48347,142142,1,1,1,4320.56,-5612.42,126.583,-1.51844,0,0,0.688354,-0.725374,60,100,1,0),(48348,142142,1,1,1,2647.31,-4176.33,128.608,-2.98451,0,0,0.996917,-0.078459,60,100,1,0),(48349,142142,1,1,1,2277.78,-6659.57,118.987,-0.331612,0,0,0.165048,-0.986286,60,100,1,0),(48350,142142,1,1,1,4649.63,-6117.47,101.234,-2.3911,0,0,0.930418,-0.366501,60,100,1,0),(48351,142142,1,1,1,3582.31,-4091.26,103.303,-1.23918,0,0,0.580703,-0.814116,60,100,1,0),(48352,142142,1,1,1,3143.43,-4249.94,101.546,2.61799,0,0,0.965926,0.258819,60,100,1,0),(48353,142142,1,1,1,4410.34,-6980.42,110.771,1.64061,0,0,0.731354,0.681998,60,100,1,0),(48354,142142,1,1,1,2561.05,-6345.83,109.91,-2.77507,0,0,0.983255,-0.182235,60,100,1,0),(48355,140357,1,1,1,3602.19,-4400.14,116.093,-3.14159,-0.043604,-0.026152,0.998706,-0.001142,180,100,1,0),(48356,140358,1,1,1,3183.91,-4248.23,97.1573,3.0456,0,0,0.998848,0.047978,180,100,1,0),(48357,150086,1,1,1,2253.68,-7221.79,10.1571,3.14159,0,0,1,0,180,100,1,0),(48358,140359,1,1,1,3182.39,-4265.43,98.1628,-3.0805,0,0,0.999534,-0.030539,180,100,1,0),(48359,140360,1,1,1,3442.93,-5794.46,2.93029,0.109395,-0.02518,-0.018851,0.054187,0.998035,180,100,1,0),(48360,19536,1,1,1,4687.8,-5392.43,112.125,3.14159,0,-0.056693,0.998392,0,180,100,1,0),(48361,179551,1,1,1,2810.26,-7295.31,-12.4336,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(48362,153451,1,1,1,3011.3,-4169.73,101.559,1.5708,0,0,0.707107,0.707107,180,100,1,0),(48363,153451,1,1,1,3725.06,-5226.18,85.9103,1.0472,0,0,0.5,0.866025,180,100,1,0),(48364,153451,1,1,1,3810.42,-4919.1,146.871,2.05949,0,0,0.857167,0.515038,180,100,1,0),(48365,153451,1,1,1,3600,-4900.19,125.4,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(48366,153453,1,1,1,2741.59,-6620.59,105.229,0.017453,0,0,0.008727,0.999962,180,100,1,0),(48367,153453,1,1,1,3790.53,-7157.24,26.4807,-2.6529,0,0,0.970296,-0.241922,180,100,1,0),(48368,153453,1,1,1,2627.98,-5204.92,112.094,1.71042,0,0,0.75471,0.656059,180,100,1,0),(48369,153453,1,1,1,2175.34,-6428.31,7.65115,-0.959931,0,0,0.461749,-0.887011,180,100,1,0),(48370,153453,1,1,1,4654.68,-5378.01,107.964,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(48371,153453,1,1,1,4495.38,-6402.13,126.72,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(48372,20850,1,1,1,4311.79,-5731.2,101.761,3.03687,0.004586,0.004129,0.998612,0.052316,180,100,1,0),(48373,147065,1,1,1,3646.53,-4701.58,120.931,3.14159,0,0,1,0,180,100,1,0),(48374,150140,1,1,1,4282.6,-6298.72,95.5622,2.33874,0,0,0.920505,0.390731,180,100,1,0),(48375,150140,1,1,1,4275.73,-6296.56,95.5616,0.366519,0,0,0.182236,0.983255,180,100,1,0),(48376,150140,1,1,1,4280.73,-6291,95.5652,-1.74533,0,0,0.766044,-0.642788,180,100,1,0),(48377,20873,1,1,1,3586.01,-4382.09,110.553,3.14159,0,0,1,0,180,100,1,0),(48378,20874,1,1,1,3617.23,-4411.15,112.804,3.14159,0.026105,-0.074083,0.996908,0.00194,180,100,1,0),(48379,20875,1,1,1,3618.39,-4429.87,111.361,2.85361,0,0,0.989651,0.143493,180,100,1,0),(48380,20876,1,1,1,3593.64,-4426.62,110.957,-3.14159,-0.021755,-0.074091,0.997013,-0.001617,180,100,1,0),(48381,20879,1,1,1,4591.83,-5577.89,98.1334,-3.14159,0.034888,0.026161,0.999048,-0.000914,180,100,1,0),(48382,20881,1,1,1,4024.34,-5412.36,116.293,-3.14159,-0.02178,-0.056679,0.998154,-0.001237,180,100,1,0),(48383,176792,1,1,1,2697.63,-3878.66,107.057,-3.14159,0.091376,0.052116,0.99444,-0.004789,180,100,1,0),(48384,20898,1,1,1,4491.25,-6363.81,124.255,3.14159,0,0,1,0,180,100,1,0),(48385,149420,1,1,1,3490.97,-5131.95,85.1316,0.305432,0,0,0.152123,0.988362,180,100,1,0),(48386,88497,1,1,1,4135.58,-5086.95,143.026,2.74017,-0.025781,-0.039261,0.978995,0.198402,180,100,1,0),(48387,88498,1,1,1,3801.38,-4906.36,145.742,3.14159,0,0,1,0,180,100,1,0),(48388,148658,1,1,1,3983.98,-4757.37,304.917,-1.61443,0,0,-0.722364,0.691513,180,100,1,0),(48389,148659,1,1,1,3975.05,-4769.86,280.743,-0.724312,0,0,-0.354291,0.935135,180,100,1,0),(48390,148660,1,1,1,3984.57,-4801.48,304.917,1.52716,0,0,0.691513,0.722364,180,100,1,0),(48391,148661,1,1,1,3982.72,-4801.35,304.917,1.52716,0,0,0.691513,0.722364,180,100,1,0),(48392,20918,1,1,1,3896.5,-5845.14,6.5354,-2.18166,-0.064342,0.000879,0.885971,-0.459255,180,100,1,0),(48393,148662,1,1,1,3985.83,-4757.51,304.917,-1.61443,0,0,-0.722364,0.691513,180,100,1,0),(48394,148663,1,1,1,3995.69,-4794.11,304.898,2.15548,0,0,0.880891,0.47332,180,100,1,0),(48395,148664,1,1,1,3992.43,-4783.59,304.796,1.10828,0,0,0.526214,0.850352,180,100,1,0),(48396,150713,1,1,1,4261.92,-6274.79,90.2382,3.14159,0,0,1,0,180,100,1,0),(48397,148665,1,1,1,3989.48,-4777.6,304.751,0.479966,0,0,0.237686,0.971342,180,100,1,0),(48398,20924,1,1,1,2211.71,-6377.91,2.68068,3.14159,0,0,1,0,180,100,1,0),(48399,148668,1,1,1,3978.57,-4795.19,296.042,1.16937,0,0,0.551937,0.833886,180,100,1,0),(48400,148669,1,1,1,3962.36,-4777.88,304.917,-0.043634,0,0,-0.021815,0.999762,180,100,1,0),(48401,20926,1,1,1,4777.12,-6628.49,111.73,3.14159,0,0,1,0,180,100,1,0),(48402,148670,1,1,1,3986.4,-4795.97,296.042,1.77151,0,0,0.774393,0.632705,180,100,1,0),(48403,148671,1,1,1,3991.39,-4794.61,296.042,1.95477,0,0,0.829038,0.559192,180,100,1,0),(48404,148674,1,1,1,3994.47,-4766.23,296.042,-2.15548,0,0,0.880891,-0.47332,180,100,1,0),(48405,148675,1,1,1,3962.22,-4779.72,304.917,-0.043634,0,0,-0.021815,0.999762,180,100,1,0),(48406,148677,1,1,1,3982.15,-4762.88,296.042,-1.37008,0,0,-0.632705,0.774393,180,100,1,0),(48407,176583,1,1,1,2621.83,-6386.66,109.354,0.785398,0,0,0.382683,0.92388,60,100,1,0),(48408,176583,1,1,1,2964.11,-5780.74,136.449,-0.436333,0,0,0.21644,-0.976296,60,100,1,0),(48409,176583,1,1,1,2698.33,-6281.33,98.2565,-0.20944,0,0,0.104528,-0.994522,60,100,1,0),(48410,176583,1,1,1,3271.39,-5162.53,87.9368,2.98451,0,0,0.996917,0.078459,60,100,1,0),(48411,176583,1,1,1,2591.12,-5946.53,95.5889,0.191986,0,0,0.095846,0.995396,60,100,1,0),(48412,176583,1,1,1,4230.98,-5325.32,123.743,1.43117,0,0,0.656059,0.75471,60,100,1,0),(48413,176583,1,1,1,4451.28,-6437.44,137.982,-1.20428,0,0,0.566406,-0.824126,60,100,1,0),(48414,176583,1,1,1,2858.43,-4037.38,141.505,0.453786,0,0,0.224951,0.97437,60,100,1,0),(48415,176583,1,1,1,4672.03,-5910.41,110.269,1.71042,0,0,0.75471,0.656059,60,100,1,0),(48416,148680,1,1,1,3971.07,-4769.23,296.042,-0.584684,0,0,-0.288196,0.957572,180,100,1,0),(48417,176584,1,1,1,2798.42,-5184.54,110.137,2.19912,0,0,0.891007,0.453991,60,100,1,0),(48418,176584,1,1,1,4121.51,-5536.76,101.921,-1.23918,0,0,0.580703,-0.814116,60,100,1,0),(48419,176584,1,1,1,2848.59,-5696.3,126.175,-0.314159,0,0,0.156434,-0.987688,60,100,1,0),(48420,176584,1,1,1,2485.09,-5689.86,97.827,1.36136,0,0,0.62932,0.777146,60,100,1,0),(48421,176584,1,1,1,2592.36,-3962.94,117.977,-0.017453,0,0,0.008727,-0.999962,60,100,1,0),(48422,176584,1,1,1,4734.83,-6070.69,98.6446,1.6057,0,0,0.71934,0.694658,60,100,1,0),(48423,176584,1,1,1,3674.14,-4525.15,120.568,3.07178,0,0,0.999391,0.034899,60,100,1,0),(48424,176584,1,1,1,4482.1,-7398.38,81.6085,-1.39626,0,0,0.642788,-0.766044,60,100,1,0),(48425,176584,1,1,1,4586.42,-5479.83,105.535,-0.698132,0,0,0.34202,-0.939693,60,100,1,0),(48426,176584,1,1,1,2384.02,-6498.93,104.415,-2.96706,0,0,0.996195,-0.087156,60,100,1,0),(48427,176584,1,1,1,4435.7,-6692.37,97.5533,-2.04204,0,0,0.85264,-0.522498,60,100,1,0),(48428,148682,1,1,1,4006.2,-4780.98,304.917,3.09796,0,0,0.999762,0.021814,180,100,1,0),(48429,176586,1,1,1,4558.33,-6768.02,152.348,2.00713,0,0,0.843391,0.5373,60,100,1,0),(48430,176586,1,1,1,4419.83,-7074.88,159.626,-0.488692,0,0,0.241922,-0.970296,60,100,1,0),(48431,176586,1,1,1,2414.22,-5846.64,133.958,1.0472,0,0,0.5,0.866025,60,100,1,0),(48432,176586,1,1,1,3015.68,-5577.93,154.655,-2.35619,0,0,0.92388,-0.382683,60,100,1,0),(48433,176586,1,1,1,3780.21,-5183.21,140.473,-0.418879,0,0,0.207912,-0.978148,60,100,1,0),(48434,176586,1,1,1,2998.39,-5031.8,165.897,2.1293,0,0,0.87462,0.48481,60,100,1,0),(48435,176586,1,1,1,4479.73,-5381.61,124.362,-2.60054,0,0,0.96363,-0.267238,60,100,1,0),(48436,148683,1,1,1,3982.08,-4771.27,304.796,0.270526,0,0,0.134851,0.990866,180,100,1,0),(48437,148684,1,1,1,3987.07,-4772.78,304.764,1.10828,0,0,0.526214,0.850352,180,100,1,0),(48438,148686,1,1,1,3969.1,-4786.54,296.042,0.383973,0,0,0.190809,0.981627,180,100,1,0),(48439,31442,1,1,1,2550.87,-6169.25,137.759,3.14159,0,0,1,0,180,100,1,0),(48440,148691,1,1,1,4006.33,-4779.13,304.917,3.09796,0,0,0.999762,0.021814,180,100,1,0),(48441,148692,1,1,1,3987.1,-4772.27,270.37,-1.91986,0,0,-0.819152,0.573576,180,100,1,0),(48442,148693,1,1,1,3982.21,-4782.91,270.37,1.15192,0,0,0.544639,0.838671,180,100,1,0),(48443,148694,1,1,1,3988.37,-4792.12,270.37,1.89368,0,0,0.811574,0.58425,180,100,1,0),(48444,148695,1,1,1,3978.35,-4767.4,270.37,-1.213,0,0,-0.569997,0.821647,180,100,1,0),(48445,148696,1,1,1,3972.86,-4772.46,270.37,-0.610864,0,0,-0.300705,0.953717,180,100,1,0),(48446,148697,1,1,1,3972.34,-4793.32,304.863,1.52716,0,0,0.691513,0.722364,180,100,1,0),(48447,185566,1,1,1,3725.26,-3994.23,95.9451,1.85005,0,0,0.798636,0.601815,180,100,1,0),(48448,148707,1,1,1,3998.42,-4767.59,304.869,-2.41728,0,0,0.935135,-0.35429,180,100,1,0),(48449,176356,1,1,1,3565.31,-5382.17,107.714,-3.08923,0,0,0.999657,-0.026177,180,100,1,0),(48450,149480,1,1,1,3642.44,-5283.04,90.2832,3.14159,0,0,1,0,180,100,1,0),(48451,180712,1,1,1,3612.69,-5743.88,0,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(48452,149481,1,1,1,3543.91,-5148.91,82.9136,1.58825,0,0,0.71325,0.70091,180,100,1,0),(48453,149482,1,1,1,3465.71,-5272.91,89.2001,3.14159,0,0,1,0,180,100,1,0),(48454,148714,1,1,1,3997.23,-4766.16,304.869,-2.41728,0,0,0.935135,-0.35429,180,100,1,0),(48455,149483,1,1,1,3172.75,-5426.29,90.5842,1.55334,0,0,0.700909,0.713251,180,100,1,0),(48456,185580,1,1,1,3725.26,-3994.24,94.6611,1.69297,0,0,0.748956,0.66262,180,100,1,0),(48457,176885,1,1,1,3273.03,-4720.06,134.179,-3.12414,0.004172,0.021852,0.999714,-0.00882,180,100,1,0),(48458,148725,1,1,1,3998.34,-4791.52,304.898,2.40855,0,0,0.93358,0.358368,180,100,1,0),(48459,176886,1,1,1,3274.19,-4642.63,101.603,3.12414,0,0,0.999962,0.008727,180,100,1,0),(48460,151286,1,1,1,4283.19,-6294.65,96.5188,0.279253,-0.034258,0.243758,0.134891,0.959798,180,100,1,0),(48461,176887,1,1,1,3264.82,-4634.04,101.711,3.14159,0,0,1,0,180,100,1,0),(48462,176888,1,1,1,3271.32,-4671.84,115.339,3.14159,0,0,1,0,180,100,1,0),(48463,2040,1,1,1,3681.92,-6041.19,9.59359,1.09956,0,0,0.522499,0.85264,1800,100,1,0),(48464,2040,1,1,1,2350.47,-6026.23,36.1732,-2.14675,0,0,0.878817,-0.477159,1800,100,1,0),(48465,2040,1,1,1,4373.93,-6309.83,96.4017,2.18166,0,0,0.887011,0.461749,1800,100,1,0),(48466,2040,1,1,1,4588.05,-6850.55,140.756,-2.40855,0,0,0.93358,-0.358368,1800,100,1,0),(48467,2040,1,1,1,4815.63,-7439.1,100.707,2.75762,0,0,0.981627,0.190809,1800,100,1,0),(48468,2040,1,1,1,5025.34,-6505.18,-8.06637,1.81514,0,0,0.788011,0.615662,1800,100,1,0),(48469,2040,1,1,1,2326.11,-6374.83,107.362,2.30383,0,0,0.913545,0.406737,1800,100,1,0),(48470,2040,1,1,1,2439.83,-5194.75,156.308,2.25148,0,0,0.902585,0.430511,1800,100,1,0),(48471,2040,1,1,1,2248.41,-5766.5,6.41299,2.82743,0,0,0.987688,0.156434,1800,100,1,0),(48472,2040,1,1,1,2828.26,-3994.61,117.324,1.65806,0,0,0.737277,0.67559,1800,100,1,0),(48473,176889,1,1,1,3190.1,-4599.39,181.318,3.14159,0,0,1,0,180,100,1,0),(48474,176890,1,1,1,3213.35,-4667.22,160.951,3.14159,0,0,1,0,180,100,1,0),(48475,176891,1,1,1,3199.16,-4627.52,172.147,3.14159,0,0,1,0,180,100,1,0),(48476,2043,1,1,1,3614.66,-4766.14,113.319,-2.1293,0,0,0.87462,-0.48481,60,100,1,0),(48477,2043,1,1,1,4341.33,-7143.35,123.534,-2.07694,0,0,0.861629,-0.507538,60,100,1,0),(48478,2043,1,1,1,3942.89,-5104.25,120.356,-1.98968,0,0,0.838671,-0.544639,60,100,1,0),(48479,2043,1,1,1,2441.38,-5946.83,86.3413,2.30383,0,0,0.913545,0.406737,60,100,1,0),(48480,176892,1,1,1,3172.4,-4571.22,187.699,3.14159,0,0,1,0,180,100,1,0),(48481,2045,1,1,1,3972.18,-5985.87,-17.1093,2.00713,0,0,0.843391,0.5373,60,100,1,0),(48482,2045,1,1,1,3509.02,-6132.71,-18.5853,2.46091,0,0,0.942641,0.333807,60,100,1,0),(48483,2045,1,1,1,2250.08,-7123.27,-14.9405,-2.87979,0,0,0.991445,-0.130526,60,100,1,0),(48484,2046,1,1,1,3374.89,-4478.69,108.893,0.698132,0,0,0.34202,0.939693,60,100,1,0),(48485,2046,1,1,1,2902.07,-3951.59,113.538,1.32645,0,0,0.615662,0.788011,60,100,1,0),(48486,2047,1,1,1,4684.03,-6503.64,118.027,2.28638,0,0,0.909961,0.414693,1800,100,1,0),(48487,1619,1,1,1,4317.64,-46.5242,90.2155,2.32129,0,0,0.91706,0.398749,60,100,1,0),(48488,1732,1,1,1,4488.4,-4.26991,95.172,1.22173,0,0,0.573576,0.819152,900,100,1,0),(48489,1620,1,1,1,4411.26,56.8261,60.444,2.02458,0,0,0.848048,0.529919,60,100,1,0),(48490,1926,1,1,1,4532.59,12.4357,89.1619,-2.94088,0,0,0.994969,-0.100188,900,100,1,0),(48491,2061,1,1,1,4532.59,12.4357,89.1619,-2.94088,0,0,0.994969,-0.100188,900,100,1,0),(48492,2849,1,1,1,4539.07,9.54525,88.7888,2.74017,0,0,0.979925,0.199368,7200,100,1,0),(48493,1732,1,1,1,4593.95,-2.96897,71.378,0.471239,0,0,0.233445,0.97237,900,100,1,0),(48494,1731,1,1,1,4606.25,-16.0594,72.8562,0.541052,0,0,0.267238,0.96363,900,100,1,0),(48495,1923,1,1,1,4623.67,53.5375,68.5854,3.11541,0.035065,0.012624,0.999226,0.012624,900,100,1,0),(48496,2061,1,1,1,4623.67,53.5375,68.5854,3.11541,0.035065,0.012624,0.999226,0.012624,900,100,1,0),(48497,3705,1,1,1,4615.11,55.1214,69.5783,0.733038,0,0,0.358368,0.93358,7200,100,1,0),(48498,1619,1,1,1,4613.15,85.3189,71.6598,4.71239,0,0,0.707107,-0.707107,60,100,1,0),(48499,1731,1,1,1,4608.91,88.0124,68.9622,-2.14675,0,0,0.878817,-0.477159,900,100,1,0),(48500,1732,1,1,1,4128.12,203.893,11.717,-1.79769,0,0,0.782608,-0.622515,900,100,1,0),(48501,1620,1,1,1,4332.59,559.682,58.0343,-2.33874,0,0,0.920505,-0.390731,60,100,1,0),(48502,1731,1,1,1,4374.9,568.298,58.7022,1.41372,0,0,0.649448,0.760406,900,100,1,0),(48503,61929,1,1,1,4558.7,148.948,59.2164,2.98451,0,0,0.996917,0.078459,900,100,1,0),(48504,2066,1,1,1,4558.7,148.948,59.2164,2.98451,0,0,0.996917,0.078459,900,100,1,0),(48505,1731,1,1,1,4553.72,134.689,61.4659,-1.06465,0,0,0.507538,-0.861629,900,100,1,0),(48506,1922,1,1,1,4651.52,37.9487,65.7395,3.13287,0,0,0.99999,0.004363,900,100,1,0),(48507,2061,1,1,1,4651.52,37.9487,65.7395,3.13287,0,0,0.99999,0.004363,900,100,1,0),(48508,1618,1,1,1,4665.72,117.576,58.3812,1.90241,0,0,0.814116,0.580703,60,100,1,0),(48509,1731,1,1,1,4792.63,33.5088,63.3617,1.74533,0,0,0.766044,0.642788,900,100,1,0),(48510,176634,1,1,1,5001.34,34.4409,50.7119,2.58309,0,0,0.961262,0.275637,2,100,1,0),(48511,12895,1,1,1,4982.93,218.837,38.97,1.58825,0,0,0.71325,0.700909,900,100,1,0),(48512,12896,1,1,1,4983.03,218.735,38.4009,-1.5708,0,0,-0.707107,0.707107,900,100,1,0),(48513,12894,1,1,1,4983.03,218.745,38.9569,-1.5708,0,0,-0.707107,0.707107,900,100,1,0),(48514,12893,1,1,1,4982.94,218.76,38.9663,3.14159,0,0,1,0,900,100,1,0),(48515,61927,1,1,1,4988.28,547.688,5.11441,3.00197,0,0,0.997564,0.069757,900,100,1,0),(48516,2066,1,1,1,4988.28,547.688,5.11441,3.00197,0,0,0.997564,0.069757,900,100,1,0),(48517,3705,1,1,1,5004.29,595.286,-0.009527,-2.04204,0,0,0.85264,-0.522498,7200,100,1,0),(48518,2045,1,1,1,4969.62,732.893,-10.2441,1.91986,0,0,0.819152,0.573576,60,100,1,0),(48519,175227,1,1,1,4805.52,800.445,0.069459,-0.890119,-0.060722,0.014487,-0.430393,0.900481,900,100,1,0),(48520,2045,1,1,1,4800.42,899.741,-13.6434,-1.65806,0,0,0.737277,-0.67559,60,100,1,0),(48521,176191,1,1,1,4595.65,896.41,2.34531,-1.51844,-0.206344,-0.017748,-0.689056,0.694485,900,100,1,0),(48522,176198,1,1,1,4679.33,866.985,1.9593,3.14159,0,0,1,0,900,100,1,0),(48523,3662,1,1,1,4678.39,854.646,0.067275,-0.855212,0,0,0.414693,-0.909961,7200,100,1,0),(48524,2045,1,1,1,4633.67,933.599,-8.19197,2.86234,0,0,0.990268,0.139173,60,100,1,0),(48525,180582,1,1,1,4723.29,727.582,0,-0.506145,0,0,0.25038,-0.968148,900,100,1,0),(48526,175230,1,1,1,4515.08,894.139,4.41478,-2.88852,-0.00598,0.012434,0.991918,-0.12613,900,100,1,0),(48527,178185,1,1,1,4348.42,881.235,-17.8332,2.14675,0,0,0.878817,0.477159,300,100,1,0),(48528,19018,1,1,1,4311.09,949.97,-22.5521,-1.02974,0,0,0.492424,-0.870356,7200,100,1,0),(48529,12666,1,1,1,4575.75,417.029,34.9274,-1.78896,-0.402262,-0.303519,-0.679092,0.533756,2,100,1,0),(48530,12144,1,1,1,4566.1,419.451,34.9651,-1.76278,0.194342,0.171127,-0.743867,0.616124,900,100,1,0),(48531,2849,1,1,1,4544.61,425.187,33.7078,0.733038,0,0,0.358368,0.93358,7200,100,1,0),(48532,1618,1,1,1,4724.49,472.739,34.2072,2.60054,0,0,0.96363,0.267238,60,100,1,0),(48533,1731,1,1,1,4776.8,379.226,46.0786,2.44346,0,0,0.939693,0.34202,900,100,1,0),(48534,1619,1,1,1,4802.9,374.457,49.4757,0.10472,0,0,0.052336,0.99863,60,100,1,0),(48535,61928,1,1,1,4913.14,329.844,36.7678,2.33001,0,0,0.918791,0.394744,900,100,1,0),(48536,2066,1,1,1,4913.14,329.844,36.7678,2.33001,0,0,0.918791,0.394744,900,100,1,0),(48537,106319,1,1,1,4912.58,343.433,36.8126,-2.82743,0,0,0.987688,-0.156434,7200,100,1,0),(48538,17185,1,1,1,4815.38,230.723,49.1618,-1.14319,0.012575,-0.028832,-0.540323,0.840869,2,100,1,0),(48539,180582,1,1,1,5098.13,591.153,-0.757871,1.74533,0,0,0.766044,0.642788,900,100,1,0),(48540,175226,1,1,1,5238.3,583.046,0.267388,-0.881391,-0.099853,0.023096,-0.426298,0.898758,900,100,1,0),(48541,180582,1,1,1,5286.93,587.093,0,-1.51844,0,0,0.688354,-0.725374,900,100,1,0),(48542,2045,1,1,1,5533.31,599.353,-8.5198,-2.1293,0,0,0.87462,-0.48481,60,100,1,0),(48543,17189,1,1,1,5576.07,147.814,28.9071,1.02974,-0.030218,0.017985,0.492583,0.869555,2,100,1,0),(48544,16393,1,1,1,5633.84,166.193,32.2765,3.14159,0,0,1,0,900,100,1,0),(48545,16394,1,1,1,5633.83,166.257,34.0374,0.872665,0,0,0.422618,0.906308,900,100,1,0),(48546,12899,1,1,1,5633.67,324.349,19.3097,1.51844,0,0,0.688355,0.725374,900,100,1,0),(48547,12900,1,1,1,5633.85,324.271,19.2931,-1.62315,0,0,-0.725374,0.688355,900,100,1,0),(48548,12901,1,1,1,5633.85,324.271,19.9598,-1.62315,0,0,-0.725374,0.688355,900,100,1,0),(48549,12898,1,1,1,5633.67,324.349,19.9763,1.51844,0,0,0.688355,0.725374,900,100,1,0),(48550,12897,1,1,1,5633.76,324.24,19.9109,3.08923,0,0,0.999657,0.026177,900,100,1,0),(48551,176190,1,1,1,5618.26,512.222,3.03785,-2.522,0.013961,0.01363,0.952168,-0.304951,2,100,1,0),(48552,3662,1,1,1,5689.33,535.131,-0.138535,-2.94961,0,0,0.995396,-0.095846,7200,100,1,0),(48553,2045,1,1,1,5829.67,603.885,-34.5131,2.44346,0,0,0.939693,0.34202,60,100,1,0),(48554,1732,1,1,1,5889.95,666.349,8.03616,1.29154,0,0,0.601815,0.798636,900,100,1,0),(48555,175207,1,1,1,6109.95,559.668,0.646731,1.19555,-0.058679,0.070741,0.561083,0.822641,2,100,1,0),(48556,180655,1,1,1,6083.96,587.658,0,0.488692,0,0,0.241922,0.970296,900,100,1,0),(48557,17182,1,1,1,6313.35,541.665,13.2845,-1.78896,-0.025917,0.018356,-0.779658,0.6254,2,100,1,0),(48558,1932,1,1,1,5987.99,347.64,21.7655,3.14159,0,0,1,0,900,100,1,0),(48559,2061,1,1,1,5987.99,347.64,21.7655,3.14159,0,0,1,0,900,100,1,0),(48560,3705,1,1,1,5969.26,306.881,21.6972,0.942478,0,0,0.45399,0.891007,7200,100,1,0),(48561,3705,1,1,1,5847,362.63,21.3515,0.261799,0,0,0.130526,0.991445,7200,100,1,0),(48562,12903,1,1,1,6303.99,325.891,23.6697,3.14159,0,0,1,0,900,100,1,0),(48563,12902,1,1,1,6303.99,325.891,24.2252,3.14159,0,0,1,0,900,100,1,0),(48564,12904,1,1,1,6303.93,326.031,24.2229,1.5708,0,0,0.707107,0.707107,900,100,1,0),(48565,177525,1,1,1,6326.02,92.7316,21.9514,1.15192,0,0,0.544639,0.838671,900,100,1,0),(48566,177750,1,1,1,6324.93,100.743,21.8706,-0.122173,0,0,0.061049,-0.998135,180,100,1,0),(48567,177750,1,1,1,6335.26,93.9401,21.7166,0.802851,0,0,0.390731,0.920505,180,100,1,0),(48568,177750,1,1,1,6334.71,111.107,21.7612,2.80998,0,0,0.986286,0.165048,180,100,1,0),(48569,177750,1,1,1,6338.85,-94.3972,27.0504,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(48570,1731,1,1,1,6355.19,-94.2816,28.0781,-3.01942,0,0,0.998135,-0.061048,900,100,1,0),(48571,175524,1,1,1,6207.82,-157.763,80.9614,0.715585,0,0,0.350207,0.936672,2,100,1,0),(48572,1619,1,1,1,6201.02,-154.568,78.4208,-1.91986,0,0,0.819152,-0.573576,60,100,1,0),(48573,177750,1,1,1,6339.93,-120.801,25.7437,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(48574,177750,1,1,1,6328.28,-116.31,26.0125,1.32645,0,0,0.615662,0.788011,180,100,1,0),(48575,1731,1,1,1,6140.56,-124.413,68.1804,-2.47837,0,0,0.945519,-0.325568,900,100,1,0),(48576,177750,1,1,1,6142.73,-67.4937,36.1479,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(48577,177750,1,1,1,6136.07,-51.1174,36.2915,1.48353,0,0,0.67559,0.737277,180,100,1,0),(48578,1731,1,1,1,6140.81,-77.5832,37.688,-1.46608,0,0,0.669131,-0.743145,900,100,1,0),(48579,1620,1,1,1,6193.06,9.49995,43.2606,1.81514,0,0,0.788011,0.615662,60,100,1,0),(48580,1619,1,1,1,6036.65,-134.44,73.0123,2.74017,0,0,0.979925,0.199368,60,100,1,0),(48581,1731,1,1,1,5996.1,-116.554,64.3843,2.25148,0,0,0.902585,0.430511,900,100,1,0),(48582,177750,1,1,1,6008.21,-29.0825,21.0792,1.72788,0,0,0.760406,0.649448,180,100,1,0),(48583,177750,1,1,1,6006.32,-45.768,22.2487,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(48584,177750,1,1,1,6017.09,-40.4235,21.859,1.16937,0,0,0.551937,0.833886,180,100,1,0),(48585,1731,1,1,1,6004.19,-47.5299,23.18,-2.94961,0,0,0.995396,-0.095846,900,100,1,0),(48586,177750,1,1,1,6128.16,60.8413,27.1198,1.36136,0,0,0.62932,0.777146,180,100,1,0),(48587,1732,1,1,1,5831.59,-64.902,78.7412,-2.32129,0,0,0.91706,-0.398749,900,100,1,0),(48588,1617,1,1,1,5837.62,72.4459,31.3255,-2.58309,0,0,0.961262,-0.275637,60,100,1,0),(48589,177750,1,1,1,6046.65,152.957,21.508,-2.44346,0,0,0.939693,-0.34202,180,100,1,0),(48590,177750,1,1,1,6039.14,166.158,21.8054,0.994838,0,0,0.477159,0.878817,180,100,1,0),(48591,177750,1,1,1,6133.3,88.1867,23.8536,1.95477,0,0,0.829038,0.559193,180,100,1,0),(48592,177750,1,1,1,6126.37,71.0321,25.3236,1.71042,0,0,0.75471,0.656059,180,100,1,0),(48593,177750,1,1,1,6140.04,72.4986,24.7886,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(48594,177750,1,1,1,6201.33,96.495,31.1407,-2.80998,0,0,0.986286,-0.165048,180,100,1,0),(48595,177750,1,1,1,6186.37,106.662,31.1037,1.25664,0,0,0.587785,0.809017,180,100,1,0),(48596,177750,1,1,1,6189.27,91.9287,31.6155,-1.85005,0,0,0.798635,-0.601815,180,100,1,0),(48597,1617,1,1,1,5952.66,169.934,28.3482,-0.750491,0,0,0.366501,-0.930418,60,100,1,0),(48598,91738,1,1,1,5775.21,119.462,34.7793,-3.14159,0.013089,-0.008726,0.999876,0.000114,900,100,1,0),(48599,2061,1,1,1,5775.21,119.462,34.7793,-3.14159,0.013089,-0.008726,0.999876,0.000114,900,100,1,0),(48600,17188,1,1,1,5771.17,105.759,35.0185,1.4399,0.707498,0.219083,-0.66383,0.103822,2,100,1,0),(48601,1622,1,1,1,5799.47,111.217,31.7227,-2.23402,0,0,0.898794,-0.438371,60,100,1,0),(48602,106319,1,1,1,5770.34,122.787,35.23,0.872665,0,0,0.422618,0.906308,7200,100,1,0),(48603,1620,1,1,1,5671.89,36.6695,43.404,1.91986,0,0,0.819152,0.573576,60,100,1,0),(48604,1732,1,1,1,6476.76,-211.3,48.4865,-1.309,0,0,0.608761,-0.793353,900,100,1,0),(48605,175331,1,1,1,6807.43,-376.349,39.962,-1.39626,0,0,-0.642788,0.766044,10,100,1,0),(48606,175630,1,1,1,6812.8,-393.757,39.8574,-1.82387,0,0,-0.79069,0.612217,900,100,1,0),(48607,2061,1,1,1,6812.8,-393.757,39.8574,-1.82387,0,0,-0.79069,0.612217,900,100,1,0),(48608,175631,1,1,1,6826.44,-366.98,40.3131,2.63545,0,0,0.968148,0.25038,900,100,1,0),(48609,2061,1,1,1,6826.44,-366.98,40.3131,2.63545,0,0,0.968148,0.25038,900,100,1,0),(48610,1930,1,1,1,6868.69,-513.222,40.1436,3.14159,0,0,1,0,900,100,1,0),(48611,2061,1,1,1,6868.69,-513.222,40.1436,3.14159,0,0,1,0,900,100,1,0),(48612,176705,1,1,1,6875.17,-489.087,40.1436,3.14159,0,0,1,0,900,100,1,0),(48613,2066,1,1,1,6875.17,-489.087,40.1436,3.14159,0,0,1,0,900,100,1,0),(48614,1931,1,1,1,6855.15,-490.13,40.1436,3.14159,0,0,1,0,900,100,1,0),(48615,2061,1,1,1,6855.15,-490.13,40.1436,3.14159,0,0,1,0,900,100,1,0),(48616,175329,1,1,1,6870.7,-453.286,39.9917,-3.0456,0,0,0.998848,-0.047978,10,100,1,0),(48617,3705,1,1,1,6855.48,-519.677,42.0321,2.35619,0,0,0.92388,0.382683,7200,100,1,0),(48618,12907,1,1,1,6817.33,48.4149,16.8365,3.14159,0,0,1,0,900,100,1,0),(48619,12908,1,1,1,6817.33,48.5573,16.8473,0,0,0,0,1,900,100,1,0),(48620,12909,1,1,1,6817.28,48.5405,16.8449,1.5708,0,0,0.707107,0.707107,900,100,1,0),(48621,91737,1,1,1,6679.07,-66.9471,22.7237,-3.02667,0,0,0.99835,-0.057427,900,100,1,0),(48622,2061,1,1,1,6679.07,-66.9471,22.7237,-3.02667,0,0,0.99835,-0.057427,900,100,1,0),(48623,106319,1,1,1,6717.44,-147.585,35.1413,3.03687,0,0,0.99863,0.052336,7200,100,1,0),(48624,1622,1,1,1,6585.26,-38.7114,34.2006,-1.79769,0,0,0.782608,-0.622515,60,100,1,0),(48625,1621,1,1,1,6672.48,77.6357,32.3985,1.6057,0,0,0.71934,0.694658,60,100,1,0),(48626,177187,1,1,1,6437.44,397.496,11.7038,-1.95477,0,0,0.829038,-0.559193,900,100,1,0),(48627,175320,1,1,1,6402.21,503.891,8.12518,-1.85005,0,0,-0.798636,0.601815,900,100,1,0),(48628,177274,1,1,1,6410.44,465.642,7.66751,3.14159,0,0,1,0,900,100,1,0),(48629,142111,1,1,1,6423.62,497.105,7.67082,2.80125,0,0,0.985556,0.16935,900,100,1,0),(48630,177280,1,1,1,6409.28,467.947,7.45344,0.593412,0,0,0.292372,0.956305,900,100,1,0),(48631,3705,1,1,1,6533.32,449.291,7.14775,-1.0472,0,0,0.5,-0.866025,7200,100,1,0),(48632,92490,1,1,1,6542.94,434.286,7.54909,2.17294,0.000202,0.009754,0.884928,0.465626,900,100,1,0),(48633,103687,1,1,1,6513.71,484.541,6.24165,-3.14159,0.004362,-0.026177,0.999648,0.000114,900,100,1,0),(48634,92489,1,1,1,6546.06,438.621,7.62833,1.64061,0,0,0.731354,0.681998,900,100,1,0),(48635,175733,1,1,1,6422.27,545.521,14.6425,1.51844,0,0,0.688355,0.725374,900,100,1,0),(48636,175729,1,1,1,6410.5,546.773,14.6204,-0.20944,0,0,0.104528,-0.994522,900,100,1,0),(48637,86492,1,1,1,6392.69,725.449,-17.9098,2.46091,0,0,0.942641,0.333807,180,100,1,0),(48638,180582,1,1,1,6511.13,757.642,0,-1.44862,0,0,0.66262,-0.748956,900,100,1,0),(48639,86492,1,1,1,6402.14,742.217,-18.8918,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(48640,176365,1,1,1,6509.15,799.073,8.22928,-1.85878,0,0,-0.801254,0.598325,900,100,1,0),(48641,184084,1,1,1,6509.17,799.122,8.25779,-0.253073,0,0,-0.126199,0.992005,900,100,1,0),(48642,176364,1,1,1,6509.15,799.206,8.21766,1.28282,0,0,0.598325,0.801254,900,100,1,0),(48643,86492,1,1,1,6462.69,830.46,-36.9856,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(48644,19017,1,1,1,6666.55,663.491,-3.70557,-2.49582,0,0,0.948324,-0.317305,7200,100,1,0),(48645,2045,1,1,1,6767.09,566.236,-9.5148,0.244346,0,0,0.121869,0.992546,60,100,1,0),(48646,180582,1,1,1,6756.7,515.737,-0.700236,2.80998,0,0,0.986286,0.165048,900,100,1,0),(48647,180655,1,1,1,6845.35,479.494,0,1.71042,0,0,0.75471,0.656059,900,100,1,0),(48648,180582,1,1,1,6965.09,434.654,0,-1.43117,0,0,0.656059,-0.75471,900,100,1,0),(48649,3705,1,1,1,6950.54,451.91,-0.431376,2.1293,0,0,0.87462,0.48481,7200,100,1,0),(48650,180582,1,1,1,6981.46,323.755,0,-0.872665,0,0,0.422618,-0.906308,900,100,1,0),(48651,3660,1,1,1,7050,392.654,-6.14862,-0.872665,0,0,0.422618,-0.906308,7200,100,1,0),(48652,175165,1,1,1,7075.84,437.263,-21.348,-2.35619,0,0,0.92388,-0.382683,2,100,1,0),(48653,175166,1,1,1,7134.26,345.874,-41.9849,-2.89725,0,0,0.992546,-0.121869,2,100,1,0),(48654,1731,1,1,1,7172.98,299.393,-28.7123,3.03687,0,0,0.99863,0.052336,900,100,1,0),(48655,2045,1,1,1,7218.25,378.897,-12.8763,-2.11185,0,0,0.870356,-0.492423,60,100,1,0),(48656,17183,1,1,1,7083.71,193.24,0.820762,-3.01069,-0.03596,0.015122,0.997139,-0.064746,2,100,1,0),(48657,175233,1,1,1,6956.49,195.473,0.460035,-1.26536,-0.014538,0.053895,-0.589159,0.806086,900,100,1,0),(48658,180582,1,1,1,6967.07,182.5,-0.538619,1.25664,0,0,0.587785,0.809017,900,100,1,0),(48659,1733,1,1,1,7142.08,-78.385,15.72,2.94961,0,0,0.995396,0.095846,2700,100,1,0),(48660,1617,1,1,1,7013.95,32.6935,16.7705,1.3439,0,0,0.622515,0.782608,60,100,1,0),(48661,1731,1,1,1,7148.67,45.7817,15.9786,-0.698132,0,0,0.34202,-0.939693,900,100,1,0),(48662,1620,1,1,1,7281.19,112.235,10.0818,0.645772,0,0,0.317305,0.948324,60,100,1,0),(48663,180582,1,1,1,7304.01,224.661,-0.667236,1.32645,0,0,0.615662,0.788011,900,100,1,0),(48664,1617,1,1,1,7212.01,-65.4047,14.2558,0.698132,0,0,0.34202,0.939693,60,100,1,0),(48665,176197,1,1,1,7433.73,47.2668,2.47926,3.14159,0,0,1,0,900,100,1,0),(48666,1731,1,1,1,7358.84,117.991,12.6752,-2.93215,0,0,0.994522,-0.104529,900,100,1,0),(48667,180582,1,1,1,7448.34,-246.666,0,3.03687,0,0,0.99863,0.052336,900,100,1,0),(48668,1731,1,1,1,7427.97,-258,0.78858,1.69297,0,0,0.748956,0.66262,900,100,1,0),(48669,1617,1,1,1,7113.88,-224.026,35.3592,1.11701,0,0,0.529919,0.848048,60,100,1,0),(48670,1618,1,1,1,6985.06,-321.506,36.0836,-0.366519,0,0,0.182236,-0.983255,60,100,1,0),(48671,175330,1,1,1,6874.13,-520.885,39.8104,-2.03331,-0.044504,-0.02754,-0.849187,0.525493,10,100,1,0),(48672,11714,1,1,1,6822.92,-669.145,64.3505,0.471239,0,0,0.233445,0.97237,180,100,1,0),(48673,11714,1,1,1,6831.38,-695.985,64.1903,2.40855,0,0,0.93358,0.358368,180,100,1,0),(48674,11714,1,1,1,6848.88,-679.093,83.3373,-1.44862,0,0,0.66262,-0.748956,180,100,1,0),(48675,11714,1,1,1,6877.56,-663.554,84.1859,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(48676,1731,1,1,1,6827.71,-727.338,61.7001,-2.02458,0,0,0.848048,-0.529919,900,100,1,0),(48677,11714,1,1,1,6818.76,-666.778,86.8468,2.75762,0,0,0.981627,0.190809,180,100,1,0),(48678,11714,1,1,1,6826.27,-709.839,80.9735,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(48679,11714,1,1,1,6779.85,-680.777,89.2358,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(48680,11714,1,1,1,6792.66,-694.19,73.2235,2.19912,0,0,0.891007,0.453991,180,100,1,0),(48681,1731,1,1,1,6780.64,-702.896,73.9283,1.02974,0,0,0.492424,0.870356,900,100,1,0),(48682,11713,1,1,1,6808.75,-745.473,69.8791,-0.523599,0,0,0.258819,-0.965926,2,100,1,0),(48683,11714,1,1,1,6822.92,-753.834,58.9879,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(48684,11714,1,1,1,6778.14,-660.192,67.4547,2.77507,0,0,0.983255,0.182236,180,100,1,0),(48685,11713,1,1,1,6758.94,-698.873,69.731,0.349066,0,0,0.173648,0.984808,2,100,1,0),(48686,1733,1,1,1,6789.46,-749.952,69.6737,1.78024,0,0,0.777146,0.62932,2700,100,1,0),(48687,11713,1,1,1,6794.09,-750.826,69.6737,-2.25148,0,0,0.902585,-0.430511,2,100,1,0),(48688,11714,1,1,1,6735.58,-703.063,69.8868,0.558505,0,0,0.275637,0.961262,180,100,1,0),(48689,11713,1,1,1,6752.75,-709.928,89.8335,2.86234,0,0,0.990268,0.139173,2,100,1,0),(48690,11713,1,1,1,6766.05,-684.705,69.7644,0.994838,0,0,0.477159,0.878817,2,100,1,0),(48691,11713,1,1,1,6750.5,-690.5,89.7645,2.79253,0,0,0.984808,0.173648,2,100,1,0),(48692,11714,1,1,1,6829.69,-766.538,67.8278,2.9147,0,0,0.993572,0.113203,180,100,1,0),(48693,11714,1,1,1,6726.14,-661.745,68.2791,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(48694,11714,1,1,1,6796.66,-769.305,69.6627,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(48695,106319,1,1,1,6796.76,-766.649,69.6736,0.191986,0,0,0.095846,0.995396,7200,100,1,0),(48696,11714,1,1,1,6857.62,-795.148,62.6664,-0.15708,0,0,0.078459,-0.996917,180,100,1,0),(48697,1731,1,1,1,7116.58,-332.782,36.5861,2.16421,0,0,0.882948,0.469472,900,100,1,0),(48698,17184,1,1,1,7260.43,-417.558,26.7562,2.81871,0.176145,0.001784,0.972401,0.152993,2,100,1,0),(48699,176294,1,1,1,7116.19,-660.943,45.8617,-1.62315,0,0,-0.725374,0.688354,900,100,1,0),(48700,2066,1,1,1,7116.19,-660.943,45.8617,-1.62315,0,0,-0.725374,0.688354,900,100,1,0),(48701,176290,1,1,1,7174.69,-679.233,43.0805,1.77151,-0.019653,0.010424,0.774261,0.632475,900,100,1,0),(48702,2061,1,1,1,7174.69,-679.233,43.0805,1.77151,-0.019653,0.010424,0.774261,0.632475,900,100,1,0),(48703,3705,1,1,1,7149.68,-693.176,47.652,1.65806,0,0,0.737277,0.67559,7200,100,1,0),(48704,1731,1,1,1,7087.58,-685.904,65.6651,2.07694,0,0,0.861629,0.507538,900,100,1,0),(48705,176292,1,1,1,7141.83,-758.387,52.5213,0.541051,0.021949,0.051325,0.265354,0.962534,900,100,1,0),(48706,2061,1,1,1,7141.83,-758.387,52.5213,0.541051,0.021949,0.051325,0.265354,0.962534,900,100,1,0),(48707,148659,1,1,1,7187.6,-748.059,70.0622,0.994838,0,0,0.477159,0.878817,900,100,1,0),(48708,148662,1,1,1,7173.79,-739.232,94.2365,0.10472,0,0,0.052336,0.99863,900,100,1,0),(48709,148683,1,1,1,7187.96,-740.906,94.1154,1.98968,0,0,0.83867,0.544639,900,100,1,0),(48710,148674,1,1,1,7181.13,-729.394,85.3605,-0.436332,0,0,-0.21644,0.976296,900,100,1,0),(48711,148677,1,1,1,7179.65,-742.075,85.3605,0.349066,0,0,0.173648,0.984808,900,100,1,0),(48712,148680,1,1,1,7187.57,-752.092,85.3605,1.13446,0,0,0.5373,0.843391,900,100,1,0),(48713,148684,1,1,1,7188.71,-735.74,94.0832,2.82743,0,0,0.987688,0.156435,900,100,1,0),(48714,148658,1,1,1,7173.93,-741.078,94.2365,0.10472,0,0,0.052336,0.99863,900,100,1,0),(48715,148682,1,1,1,7193.99,-715.617,94.2365,-1.46607,0,0,-0.66913,0.743145,900,100,1,0),(48716,148665,1,1,1,7193.12,-732.645,94.07,2.19912,0,0,0.891007,0.45399,900,100,1,0),(48717,148695,1,1,1,7184.68,-745.162,59.6892,0.506146,0,0,0.25038,0.968148,900,100,1,0),(48718,148696,1,1,1,7190.49,-749.842,59.6892,1.10828,0,0,0.526214,0.850352,900,100,1,0),(48719,148707,1,1,1,7181.9,-725.289,94.188,-0.698133,0,0,-0.342021,0.939692,900,100,1,0),(48720,148664,1,1,1,7198.61,-728.848,94.1154,2.82743,0,0,0.987688,0.156435,900,100,1,0),(48721,148691,1,1,1,7192.15,-715.756,94.2365,-1.46607,0,0,-0.66913,0.743145,900,100,1,0),(48722,148669,1,1,1,7197.41,-759.434,94.2365,1.67552,0,0,0.743145,0.669131,900,100,1,0),(48723,148675,1,1,1,7199.25,-759.296,94.2365,1.67552,0,0,0.743145,0.669131,900,100,1,0),(48724,148692,1,1,1,7188.2,-735.794,59.6892,-0.200713,0,0,-0.100188,0.994969,900,100,1,0),(48725,148693,1,1,1,7199.45,-739.051,59.6892,2.87107,0,0,0.990866,0.134851,900,100,1,0),(48726,148714,1,1,1,7180.67,-726.671,94.188,-0.698133,0,0,-0.342021,0.939692,900,100,1,0),(48727,2849,1,1,1,7182.6,-764.209,56.6323,-1.50098,0,0,0.681998,-0.731354,7200,100,1,0),(48728,148668,1,1,1,7212.13,-740.839,85.3605,2.88852,0,0,0.992005,0.126199,900,100,1,0),(48729,148670,1,1,1,7211.75,-732.977,85.3605,-2.79253,0,0,0.984808,-0.173649,900,100,1,0),(48730,148671,1,1,1,7209.66,-728.251,85.3605,-2.60927,0,0,0.964787,-0.263032,900,100,1,0),(48731,148694,1,1,1,7207.65,-731.598,59.6892,-2.67035,0,0,0.97237,-0.233445,900,100,1,0),(48732,148686,1,1,1,7204.98,-751.486,85.3605,2.10312,0,0,0.868199,0.496216,900,100,1,0),(48733,148663,1,1,1,7208.54,-724.071,94.2169,-2.40855,0,0,0.93358,-0.358368,900,100,1,0),(48734,148725,1,1,1,7205.58,-721.824,94.2169,-2.15548,0,0,0.880891,-0.473319,900,100,1,0),(48735,148697,1,1,1,7211.21,-747.278,94.1821,-3.03687,0,0,0.99863,-0.052336,900,100,1,0),(48736,148660,1,1,1,7217.47,-733.973,94.2365,-3.03687,0,0,0.99863,-0.052336,900,100,1,0),(48737,148661,1,1,1,7217.61,-735.82,94.2365,-3.03687,0,0,0.99863,-0.052336,900,100,1,0),(48738,176291,1,1,1,7190.11,-810.628,39.816,0.933753,0,0,0.450099,0.892979,900,100,1,0),(48739,2066,1,1,1,7190.11,-810.628,39.816,0.933753,0,0,0.450099,0.892979,900,100,1,0),(48740,176293,1,1,1,7135.73,-788.492,67.9549,-0.593413,0,0,-0.292372,0.956305,900,100,1,0),(48741,2066,1,1,1,7135.73,-788.492,67.9549,-0.593413,0,0,-0.292372,0.956305,900,100,1,0),(48742,1731,1,1,1,7123.89,-787.781,73.2813,-1.93731,0,0,0.824126,-0.566406,900,100,1,0),(48743,176289,1,1,1,7212.04,-843.033,35.8732,2.28638,0,0,0.909961,0.414693,900,100,1,0),(48744,2066,1,1,1,7212.04,-843.033,35.8732,2.28638,0,0,0.909961,0.414693,900,100,1,0),(48745,13872,1,1,1,7204.22,-859.876,41.3607,1.51844,0,0,0.688355,0.725374,300,100,1,0),(48746,13360,1,1,1,7240.45,-887.029,34.7443,-1.37881,0,0,0.636078,-0.771625,300,100,1,0),(48747,1619,1,1,1,7146.62,-961.387,66.532,-2.84489,0,0,0.989016,-0.147809,60,100,1,0),(48748,1731,1,1,1,7223.21,-1027.89,71.9734,2.51327,0,0,0.951057,0.309017,900,100,1,0),(48749,12654,1,1,1,7319.75,-1041.32,35.4728,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(48750,12654,1,1,1,7284.45,-984.769,34.1708,1.85005,0,0,0.798636,0.601815,180,100,1,0),(48751,13359,1,1,1,7388.81,-1064.92,38.5052,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(48752,13359,1,1,1,7312.25,-954.66,32.2666,1.78024,0,0,0.777146,0.62932,180,100,1,0),(48753,13872,1,1,1,7384.89,-1008.86,31.5059,-3.08923,0,0,0.999657,-0.026177,300,100,1,0),(48754,12654,1,1,1,7506.25,-1025.4,-9.88114,1.0821,0,0,0.515038,0.857167,180,100,1,0),(48755,13872,1,1,1,7502.27,-976.037,-9.83815,0.733038,0,0,0.358368,0.93358,300,100,1,0),(48756,2849,1,1,1,7531.02,-1008.93,-9.88424,1.79769,0,0,0.782608,0.622515,7200,100,1,0),(48757,1732,1,1,1,7614.68,-1101.92,49.7202,-0.820305,0,0,0.398749,-0.91706,900,100,1,0),(48758,1732,1,1,1,7679.59,-987.505,37.6635,-1.65806,0,0,0.737277,-0.67559,900,100,1,0),(48759,13359,1,1,1,7667.91,-994.121,35.5219,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(48760,1732,1,1,1,7793.5,-1120.35,69.1242,0.488692,0,0,0.241922,0.970296,900,100,1,0),(48761,1731,1,1,1,7905.12,-1060.73,37.5217,-0.034907,0,0,0.017452,-0.999848,900,100,1,0),(48762,1731,1,1,1,7925.2,-1176.95,57.2328,2.84489,0,0,0.989016,0.147809,900,100,1,0),(48763,1621,1,1,1,8046.34,-1194.27,43.5508,-1.20428,0,0,0.566406,-0.824126,60,100,1,0),(48764,1731,1,1,1,7959.42,-1006.33,38.6745,-0.226893,0,0,0.113203,-0.993572,900,100,1,0),(48765,3660,1,1,1,7869.38,-918.659,-24.3792,1.58825,0,0,0.71325,0.700909,7200,100,1,0),(48766,1731,1,1,1,7749.07,-955.581,32.851,2.19912,0,0,0.891007,0.453991,900,100,1,0),(48767,1620,1,1,1,7743.73,-881.311,17.0433,-0.244346,0,0,0.121869,-0.992546,60,100,1,0),(48768,3662,1,1,1,7726.56,-759.902,-0.136312,0.610865,0,0,0.300706,0.953717,7200,100,1,0),(48769,19017,1,1,1,7833.32,-712.135,-10.6728,0.820305,0,0,0.398749,0.91706,7200,100,1,0),(48770,1731,1,1,1,7688.81,-814.313,8.07843,-0.698132,0,0,0.34202,-0.939693,900,100,1,0),(48771,1731,1,1,1,7475.87,-686.872,4.20838,2.87979,0,0,0.991445,0.130526,900,100,1,0),(48772,176196,1,1,1,7543.85,-537.257,0.616865,1.89368,0.022097,0.075376,0.807932,0.584018,900,100,1,0),(48773,1731,1,1,1,7518.72,-495.795,-0.740971,2.87979,0,0,0.991445,0.130526,900,100,1,0),(48774,3661,1,1,1,7472.67,-446.01,-0.074509,-0.191986,0,0,0.095846,-0.995396,7200,100,1,0),(48775,1622,1,1,1,7389.33,-833.38,18.2687,0.226893,0,0,0.113203,0.993572,60,100,1,0),(48776,13360,1,1,1,7351.27,-772.621,7.94713,-0.523599,0,0,0.258819,-0.965926,300,100,1,0),(48777,13873,1,1,1,7395.53,-782.862,7.89658,-1.51844,0,0,0.688354,-0.725374,7200,100,1,0),(48778,13872,1,1,1,7299.35,-862.117,29.8426,-1.85005,0,0,0.798635,-0.601815,300,100,1,0),(48779,13360,1,1,1,7378.4,-874.377,21.1998,2.49582,0,0,0.948324,0.317305,300,100,1,0),(48780,13872,1,1,1,7430.48,-864.879,3.55035,-2.1293,0,0,0.87462,-0.48481,300,100,1,0),(48781,12654,1,1,1,7274.62,-892.332,33.2905,0.139626,0,0,0.069756,0.997564,180,100,1,0),(48782,13360,1,1,1,7456.8,-868.262,1.33922,0.523599,0,0,0.258819,0.965926,300,100,1,0),(48783,12654,1,1,1,7490.88,-887.406,16.7593,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(48784,13360,1,1,1,7483.87,-839.69,13.0221,-2.93215,0,0,0.994522,-0.104529,300,100,1,0),(48785,177792,1,1,1,7838.95,-259.246,-26.4806,0.191986,0,0,0.095846,0.995396,50,100,1,0),(18070,180751,1,1,1,-6710.04,-4814.66,0,-1.09956,0,0,0.522499,-0.85264,180,100,1,0),(48788,176189,1,1,1,6311.27,857.436,-14.0184,-2.62672,0.043064,0.024858,0.96569,-0.254894,300,100,1,0),(48789,19017,1,1,1,5811.37,1006.28,-37.1452,1.36136,0,0,0.62932,0.777146,180,100,1,0),(48790,19017,1,1,1,6155.17,857.033,-29.9529,2.30383,0,0,0.913545,0.406737,180,100,1,0),(48791,19017,1,1,1,6806.24,791.261,-31.3644,1.53589,0,0,0.694658,0.71934,180,100,1,0),(48792,2061,1,1,1,6251.44,962.67,1.16594,-2.02458,-0.025425,0.040688,-0.847071,0.529309,180,100,1,0),(48793,86492,1,1,1,6305.36,801.79,-13.8798,-0.942478,0,0,0.453991,-0.891006,180,100,1,0),(48794,86492,1,1,1,6415.27,889.66,-39.7921,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(48795,86492,1,1,1,6384.79,906.778,-36.9819,1.62316,0,0,0.725374,0.688355,180,100,1,0),(48796,86492,1,1,1,6309.78,845.92,-13.5739,0.698132,0,0,0.34202,0.939693,180,100,1,0),(48797,55535,1,1,1,6251.44,962.67,1.16594,-2.02458,-0.025425,0.040688,-0.847071,0.529309,180,100,1,0),(48798,2045,1,1,1,5977.26,984.857,-24.8214,0.750492,0,0,0.366501,0.930418,60,100,1,0),(48787,3637,1,1,1,3630.07,-1136.24,210.633,3.14159,0,0,1,0,180,100,1,0),(48799,2061,1,1,1,3630.07,-1136.24,210.633,3.14159,0,0,1,0,180,100,1,0),(48800,3639,1,1,1,3532.35,-1134.26,221.733,3.14159,0,0,1,0,180,100,1,0),(48801,2061,1,1,1,3532.35,-1134.26,221.733,3.14159,0,0,1,0,180,100,1,0),(48802,3716,1,1,1,6748.91,-1961.38,550.92,3.14159,0,0,1,0,180,100,1,0),(48803,2061,1,1,1,6748.91,-1961.38,550.92,3.14159,0,0,1,0,180,100,1,0),(48804,3718,1,1,1,6850.85,-1888.13,550.92,2.04203,0,0,0.85264,0.522499,180,100,1,0),(48805,2061,1,1,1,6850.85,-1888.13,550.92,2.04203,0,0,0.85264,0.522499,180,100,1,0),(48806,177110,1,1,1,4925.55,-741.613,306.553,-0.017454,0,0,-0.008727,0.999962,180,100,1,0),(48807,177111,1,1,1,6559.18,-1957.39,548.924,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(48808,153516,1,1,1,6822.58,-2086.34,623.41,1.59698,0.00248,0.046283,0.714788,0.697804,180,100,1,0),(48809,2061,1,1,1,6822.58,-2086.34,623.41,1.59698,0.00248,0.046283,0.714788,0.697804,180,100,1,0),(48810,177112,1,1,1,6559.15,-1957.41,548.203,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(48811,177113,1,1,1,6559.17,-1957.31,548.214,0.209439,0,0,0.104528,0.994522,180,100,1,0),(48812,177114,1,1,1,6559.19,-1957.29,548.935,0.209439,0,0,0.104528,0.994522,180,100,1,0),(48813,177115,1,1,1,6559.15,-1957.32,548.909,1.78024,0,0,0.777146,0.62932,180,100,1,0),(48814,177105,1,1,1,3905.86,-1264.31,223.462,-0.671953,0,0,-0.329691,0.944089,180,100,1,0),(48815,177106,1,1,1,3905.89,-1264.29,222.636,-0.671953,0,0,-0.329691,0.944089,180,100,1,0),(48816,177104,1,1,1,3905.77,-1264.39,223.469,2.46964,0,0,0.944089,0.329691,180,100,1,0),(48817,177276,1,1,1,4582.76,-218.373,298.863,2.90597,0,0,0.993068,0.117537,180,100,1,0),(48818,177275,1,1,1,4841.22,-379.217,349.549,3.14159,0,0,1,0,180,100,1,0),(48819,3636,1,1,1,3706.48,-1137.94,207.858,3.14159,0,0,1,0,180,100,1,0),(48820,2061,1,1,1,3706.48,-1137.94,207.858,3.14159,0,0,1,0,180,100,1,0),(48821,152619,1,1,1,5108.47,-358.458,356.974,-1.33738,0,0,-0.61996,0.784633,180,100,1,0),(48822,2061,1,1,1,5108.47,-358.458,356.974,-1.33738,0,0,-0.61996,0.784633,180,100,1,0),(48823,177107,1,1,1,4925.45,-741.677,306.536,1.57952,0,0,0.710185,0.704015,180,100,1,0),(48824,3717,1,1,1,6837.87,-1962.11,551.324,3.14159,0,0,1,0,180,100,1,0),(48825,2061,1,1,1,6837.87,-1962.11,551.324,3.14159,0,0,1,0,180,100,1,0),(48826,177109,1,1,1,4925.6,-741.705,305.747,-1.56207,0,0,-0.704015,0.710185,180,100,1,0),(48827,187260,1,1,1,5103.54,-360.519,357.04,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(48828,177108,1,1,1,4925.57,-741.689,306.577,-1.56207,0,0,-0.704015,0.710185,180,100,1,0),(48829,3638,1,1,1,3626.1,-1181.11,212.055,3.14159,0.030503,0.047956,0.998383,-0.001465,180,100,1,0),(48830,2061,1,1,1,3626.1,-1181.11,212.055,3.14159,0.030503,0.047956,0.998383,-0.001465,180,100,1,0),(48831,176326,1,1,1,5244.1,-657.293,258.79,-2.99324,0,0,0.99725,-0.074109,180,100,1,0),(48832,176157,1,1,1,5437.06,-445.052,274.28,-1.92859,0,0,-0.821647,0.569997,180,100,1,0),(48833,176305,1,1,1,5374.05,-530.644,273.894,-2.67908,0,0,0.973379,-0.229201,180,100,1,0),(48834,175076,1,1,1,5439.03,-437.349,272.516,-0.523599,0,0,-0.258819,0.965926,180,100,1,0),(48835,2061,1,1,1,5439.03,-437.349,272.516,-0.523599,0,0,-0.258819,0.965926,180,100,1,0),(48836,175075,1,1,1,5433.76,-453.637,272.578,0.05236,0,0,0.026177,0.999657,180,100,1,0),(48837,2061,1,1,1,5433.76,-453.637,272.578,0.05236,0,0,0.026177,0.999657,180,100,1,0),(48838,176159,1,1,1,5113.6,-524.67,296.59,-1.92859,0,0,-0.821647,0.569997,180,100,1,0),(48839,176161,1,1,1,5017.8,-456.184,321.928,-0.925024,0,0,-0.446197,0.894935,180,100,1,0),(48840,176306,1,1,1,5007.41,-440.546,318.9,1.53589,0,0,0.694659,0.719339,180,100,1,0),(48841,176158,1,1,1,4975.15,-443.583,316.032,-1.92859,0,0,-0.821647,0.569997,180,100,1,0),(48842,176160,1,1,1,5091.5,-470.309,298.159,-1.92859,0,0,-0.821647,0.569997,180,100,1,0),(48843,174686,1,1,1,4824.34,-316.803,358.791,-2.21657,0,0,0.894934,-0.446198,180,100,1,0),(48844,164888,1,1,1,3866.64,-666.657,329.731,-2.37365,0,0,0.927184,-0.374607,180,100,1,0),(48845,174605,1,1,1,6666.67,-1200,471.328,2.16421,0,0,0.882948,0.469472,180,100,1,0),(48846,174607,1,1,1,5333.33,-833.325,342.732,0.628319,0,0,0.309017,0.951057,180,100,1,0),(48847,174608,1,1,1,6599.99,-800.007,479.249,2.14675,0,0,0.878817,0.477159,180,100,1,0),(48848,164885,1,1,1,4133.31,-700.016,283.633,2.25148,0,0,0.902585,0.430511,180,100,1,0),(48849,173324,1,1,1,5966.68,-1266.65,381.831,2.1293,0,0,0.87462,0.48481,180,100,1,0),(48850,174684,1,1,1,4874.41,-377.052,351.308,2.02458,0,0,0.848048,0.529919,180,100,1,0),(48851,174596,1,1,1,6733.31,-1566.68,477.04,-2.82743,0,0,0.987688,-0.156434,180,100,1,0),(48852,171939,1,1,1,3866.65,-1000.02,244.199,0.942478,0,0,0.45399,0.891007,180,100,1,0),(48853,174708,1,1,1,4757.87,-460.486,337.843,0.226893,0,0,0.113203,0.993572,180,100,1,0),(48854,174600,1,1,1,6366.68,-1666.65,480.265,-1.13446,0,0,0.5373,-0.843391,180,100,1,0),(48855,174603,1,1,1,5266.67,-333.332,325.469,2.23402,0,0,0.898794,0.438371,180,100,1,0),(48856,173327,1,1,1,6233.34,-1533.33,441.796,0,0,0,0,1,180,100,1,0),(48857,174601,1,1,1,6433.33,-966.665,422.408,2.05949,0,0,0.857167,0.515038,180,100,1,0),(48858,174599,1,1,1,6866.66,-1566.67,496.312,-1.23918,0,0,0.580703,-0.814116,180,100,1,0),(48859,176645,1,1,1,6437.08,-857.785,466.358,-1.01229,0,0,0.48481,-0.87462,1800,100,1,0),(48860,176225,1,1,1,5111.2,-534.145,296.677,2.16421,0,0,0.882948,0.469472,180,100,1,0),(48861,176188,1,1,1,5057.5,-528.531,313.221,-1.39626,0,0,0.642788,-0.766044,180,100,1,0),(48862,176188,1,1,1,5059.17,-545.185,313.221,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(48863,176188,1,1,1,5037.69,-551.63,313.221,0.837758,0,0,0.406737,0.913545,180,100,1,0),(48864,176188,1,1,1,5053.61,-549.435,313.221,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(48865,176188,1,1,1,5043.94,-552.86,313.221,-0.383972,0,0,0.190809,-0.981627,180,100,1,0),(48866,176188,1,1,1,5040.44,-524.708,313.221,2.67035,0,0,0.97237,0.233445,180,100,1,0),(48867,176188,1,1,1,5037.85,-526.951,313.221,0.453786,0,0,0.224951,0.97437,180,100,1,0),(48868,176188,1,1,1,5031.54,-545.687,313.221,1.41372,0,0,0.649448,0.760406,180,100,1,0),(48869,176188,1,1,1,5046.98,-523.698,313.221,-0.820305,0,0,0.398749,-0.91706,180,100,1,0),(48870,176188,1,1,1,5059.76,-540.777,313.221,-2.40855,0,0,0.93358,-0.358368,180,100,1,0),(48871,176091,1,1,1,6909.33,-1820.12,570.555,1.46608,0,0,0.669131,0.743145,180,100,1,0),(48872,176184,1,1,1,4841.22,-380.88,349.549,1.06465,0,0,0.507538,0.861629,180,100,1,0),(48873,173325,1,1,1,4874.41,-377.052,351.308,2.02458,0,0,0.848048,0.529919,-180,100,1,0),(48874,174609,1,1,1,5966.68,-1266.65,381.831,2.1293,0,0,0.87462,0.48481,-180,100,1,0),(48875,174685,1,1,1,6599.99,-800.007,479.249,2.14675,0,0,0.878817,0.477159,-180,100,1,0),(268652,192187,571,1,65535,7287.05,-2045.9,761.81,6.21238,0,0,0.0353953,-0.999373,120,100,1,0),(268651,192187,571,1,65535,7288.73,-2071.07,761.679,0.451481,0,0,0.223828,0.974629,120,100,1,0),(48878,164884,1,1,1,4066.66,-1233.34,282.075,-1.15192,0,0,0.544639,-0.838671,-180,100,1,0),(48879,173326,1,1,1,6233.34,-1533.33,441.796,0,0,0,0,1,-180,100,1,0),(48880,174616,1,1,1,6866.66,-1566.67,496.312,-1.23918,0,0,0.580703,-0.814116,-180,100,1,0),(48881,164883,1,1,1,3866.64,-666.657,329.731,-2.37365,0,0,0.927184,-0.374607,-180,100,1,0),(48882,174622,1,1,1,6433.25,-1266.62,383.206,2.23402,0,0,0.898794,0.438371,-180,100,1,0),(48883,174623,1,1,1,6666.67,-1200,471.328,2.16421,0,0,0.882948,0.469472,-180,100,1,0),(48884,174624,1,1,1,6400,-699.992,477.424,2.60054,0,0,0.96363,0.267238,-180,100,1,0),(48885,174625,1,1,1,5333.33,-833.325,342.732,0.628319,0,0,0.309017,0.951057,-180,100,1,0),(48886,174687,1,1,1,4824.34,-316.803,358.791,-2.21657,0,0,0.894934,-0.446198,-180,100,1,0),(48887,174617,1,1,1,6366.68,-1666.65,480.265,-1.13446,0,0,0.5373,-0.843391,-180,100,1,0),(48888,174618,1,1,1,6433.33,-966.665,422.408,2.05949,0,0,0.857167,0.515038,-180,100,1,0),(48889,174619,1,1,1,6292.07,-588.73,467.669,1.09956,0,0,0.522499,0.85264,-180,100,1,0),(48890,174620,1,1,1,5266.67,-333.332,325.469,2.23402,0,0,0.898794,0.438371,-180,100,1,0),(48891,174621,1,1,1,4866.69,-600.011,307.548,0.645772,0,0,0.317305,0.948324,-180,100,1,0),(268649,175746,530,1,1,9556.93,-7210.03,27.1505,5.37153,0,0,0.440206,-0.897897,300,0,1,0),(268880,181096,229,1,1,25.92,-537.7,110.93,0,0,0,0,0,180,0,1,0),(268879,181094,289,1,1,-3.82,141.88,83.9,0,0,0,0,0,180,0,1,0),(268644,192081,571,1,4,7883.11,-3288.4,853.77,2.46995,0,0,0.94414,0.329545,120,100,1,0),(268626,190937,609,1,4,1783.84,-5877.65,109.496,-2.58308,0,0,0,1,180,0,1,0),(48897,174710,1,1,1,4757.87,-460.486,337.843,0.226893,0,0,0.113203,0.993572,-180,100,1,0),(268625,190937,609,1,4,1783.84,-5877.65,109.496,-2.58308,0,0,0,1,180,0,1,0),(48899,174711,1,1,1,5533.32,-933.35,376.883,1.22173,0,0,0.573576,0.819152,-180,100,1,0),(268624,190947,609,1,4,1590.48,-5706.93,124.193,0.418879,0,0,0,1,180,0,1,0),(48901,176643,1,1,1,6470.73,-1670.67,419.546,2.58309,0,0,0.961262,0.275637,2700,100,1,0),(48902,176188,1,1,1,5030.94,-534.871,313.221,1.78024,0,0,0.777146,0.62932,180,100,1,0),(48903,176188,1,1,1,5061.03,-534.442,313.221,0.10472,0,0,0.052336,0.99863,180,100,1,0),(48904,176188,1,1,1,5029.29,-542.443,313.221,-0.890118,0,0,0.430511,-0.902585,180,100,1,0),(48906,176188,1,1,1,5033.62,-531.373,313.221,1.16937,0,0,0.551937,0.833886,180,100,1,0),(48907,176641,1,1,1,3819.17,-781.184,309.96,-0.331612,0,0,0.165048,-0.986286,2700,100,1,0),(48908,176640,1,1,1,6058.16,-1623.83,498.649,2.70526,0,0,0.976296,0.21644,2700,100,1,0),(48909,176645,1,1,1,3763.35,-1716.1,269.617,-1.79769,0,0,0.782608,-0.622515,1800,100,1,0),(48910,176640,1,1,1,5880,-808.634,424.7,2.14675,0,0,0.878817,0.477159,2700,100,1,0),(48911,176641,1,1,1,6180.81,-1159.71,370.023,0.733038,0,0,0.358368,0.93358,2700,100,1,0),(48912,176641,1,1,1,5414.12,-917.214,369.429,-1.55334,0,0,0.700909,-0.71325,2700,100,1,0),(48913,176639,1,1,1,5350.14,-909.026,371.589,3.12414,0,0,0.999962,0.008727,2700,100,1,0),(48914,174602,1,1,1,6292.07,-588.73,467.669,1.09956,0,0,0.522499,0.85264,180,100,1,0),(48915,174606,1,1,1,6400,-699.992,477.424,2.60054,0,0,0.96363,0.267238,180,100,1,0),(48916,176641,1,1,1,3926.56,-1617.91,264.133,-0.680679,0,0,0.333807,-0.942641,2700,100,1,0),(48917,176645,1,1,1,6325.67,-1790.15,421.579,2.32129,0,0,0.91706,0.398749,1800,100,1,0),(48918,176638,1,1,1,6233.26,-1057.02,380.173,-0.087267,0,0,0.04362,-0.999048,2700,100,1,0),(48919,176642,1,1,1,5693.6,-975.517,382.478,-2.56563,0,0,0.95882,-0.284015,2700,100,1,0),(48920,176639,1,1,1,4017.34,-788.968,285.693,-2.09439,0,0,0.866025,-0.5,2700,100,1,0),(48921,176636,1,1,1,6503.98,-1509.01,438.926,2.37365,0,0,0.927184,0.374607,2700,100,1,0),(48922,176640,1,1,1,6504.79,-754.948,487.156,2.30383,0,0,0.913545,0.406737,2700,100,1,0),(48923,176639,1,1,1,6547.23,-821.016,474.854,-1.06465,0,0,0.507538,-0.861629,2700,100,1,0),(48924,171942,1,1,1,4233.32,-1133.32,322.629,1.64061,0,0,0.731354,0.681998,180,100,1,0),(48925,176637,1,1,1,5991.86,-1328.28,414.972,-0.383972,0,0,0.190809,-0.981627,2700,100,1,0),(48926,176642,1,1,1,6583.85,-835.312,474.345,1.91986,0,0,0.819152,0.573576,2700,100,1,0),(48927,176637,1,1,1,4148.58,-697.723,282.085,-2.87979,0,0,0.991445,-0.130526,2700,100,1,0),(48928,164887,1,1,1,4066.66,-1233.34,282.075,-1.15192,0,0,0.544639,-0.838671,180,100,1,0),(48929,174594,1,1,1,6266.67,-2000.02,573.426,-1.02974,0,0,0.492424,-0.870356,180,100,1,0),(48930,176643,1,1,1,6900.49,-1782.53,584.844,-2.86234,0,0,0.990268,-0.139173,2700,100,1,0),(48931,176643,1,1,1,5342.51,-842.086,349.25,-1.11701,0,0,0.529919,-0.848048,2700,100,1,0),(48932,176643,1,1,1,6220.6,-1154.74,383.322,2.82743,0,0,0.987688,0.156434,2700,100,1,0),(48933,176645,1,1,1,5608.74,-473.306,381.546,-1.0472,0,0,0.5,-0.866025,1800,100,1,0),(48934,176645,1,1,1,4753.38,-589.886,283.662,2.56563,0,0,0.95882,0.284015,1800,100,1,0),(48935,173284,1,1,1,6433.25,-1266.62,383.206,2.23402,0,0,0.898794,0.438371,180,100,1,0),(48936,174709,1,1,1,5533.32,-933.35,376.883,1.22173,0,0,0.573576,0.819152,180,100,1,0),(48937,176641,1,1,1,6217.16,-1618.61,475.595,1.65806,0,0,0.737277,0.67559,2700,100,1,0),(48938,176637,1,1,1,6317.09,-1277.11,374.092,-2.05949,0,0,0.857167,-0.515038,2700,100,1,0),(48939,176639,1,1,1,5885.37,-1262.66,405.783,2.00713,0,0,0.843391,0.5373,2700,100,1,0),(48940,176640,1,1,1,6156.16,-1839.16,575.645,0.733038,0,0,0.358368,0.93358,2700,100,1,0),(48941,176637,1,1,1,6410.31,-1664.2,489.088,-0.890118,0,0,0.430511,-0.902585,2700,100,1,0),(48942,174712,1,1,1,4966.66,-666.679,295.082,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(48943,164886,1,1,1,3766.65,-1400,203.65,-0.453786,0,0,0.224951,-0.97437,180,100,1,0),(48944,176637,1,1,1,4498.2,-518.471,298.419,-1.36136,0,0,0.629321,-0.777146,2700,100,1,0),(48945,176640,1,1,1,5344.76,-954.472,390.509,-2.77507,0,0,0.983255,-0.182235,2700,100,1,0),(48946,176642,1,1,1,4192.98,-1108.22,307.553,2.04204,0,0,0.85264,0.522499,2700,100,1,0),(48947,176639,1,1,1,3877.94,-1616.04,250.439,-1.90241,0,0,0.814116,-0.580703,2700,100,1,0),(48948,176638,1,1,1,3895.07,-680.755,326.079,1.90241,0,0,0.814116,0.580703,2700,100,1,0),(48949,176643,1,1,1,4493.9,-439.566,329.082,0.261799,0,0,0.130526,0.991445,2700,100,1,0),(48950,176643,1,1,1,5381.58,-554.62,272.882,-3.08923,0,0,0.999657,-0.026177,2700,100,1,0),(48951,174604,1,1,1,4866.69,-600.011,307.548,0.645772,0,0,0.317305,0.948324,180,100,1,0),(48952,174598,1,1,1,5133.34,-333.352,354.553,-1.41372,0,0,0.649448,-0.760406,180,100,1,0),(48953,176638,1,1,1,5554.45,-987.39,371.665,-0.925024,0,0,0.446198,-0.894934,2700,100,1,0),(48954,176637,1,1,1,6414.88,-783.236,471.604,-2.04204,0,0,0.85264,-0.522498,2700,100,1,0),(48955,174595,1,1,1,6900,-2033.33,583.696,1.81514,0,0,0.788011,0.615662,180,100,1,0),(48956,176636,1,1,1,3844.91,-1660.53,254.576,1.09956,0,0,0.522499,0.85264,2700,100,1,0),(48957,174713,1,1,1,5433.33,-666.653,348.089,1.65806,0,0,0.737277,0.67559,180,100,1,0),(48958,176645,1,1,1,5139.88,-462.869,301.225,-1.3439,0,0,0.622515,-0.782608,1800,100,1,0),(268623,190947,609,1,4,1590.48,-5706.93,124.193,0.418879,0,0,0,1,180,0,1,0),(48960,176636,1,1,1,5064.93,-547.86,334.946,2.89725,0,0,0.992546,0.121869,2700,100,1,0),(48961,176642,1,1,1,4051.31,-745.657,283.103,0.244346,0,0,0.121869,0.992546,2700,100,1,0),(48962,176638,1,1,1,6742.92,-1596.08,477.572,-2.16421,0,0,0.882948,-0.469472,2700,100,1,0),(48963,176641,1,1,1,5644.48,-674.997,343.131,-2.16421,0,0,0.882948,-0.469472,2700,100,1,0),(48964,176639,1,1,1,6384.31,-2048.23,571.964,2.16421,0,0,0.882948,0.469472,2700,100,1,0),(48965,176641,1,1,1,6679.51,-1323.44,467.133,-3.01942,0,0,0.998135,-0.061048,2700,100,1,0),(48966,176643,1,1,1,6276.83,-648.121,489.46,2.46091,0,0,0.942641,0.333807,2700,100,1,0),(48967,176639,1,1,1,4791.07,-500.714,325.658,0.436332,0,0,0.21644,0.976296,2700,100,1,0),(48968,176637,1,1,1,3656.49,-1614.84,209.027,-1.06465,0,0,0.507538,-0.861629,2700,100,1,0),(48969,176645,1,1,1,4729.01,-460.879,350.825,-1.91986,0,0,0.819152,-0.573576,1800,100,1,0),(48970,176641,1,1,1,4493.51,-564.449,289.21,-2.16421,0,0,0.882948,-0.469472,2700,100,1,0),(48971,176643,1,1,1,5010.27,-446.018,321.039,1.91986,0,0,0.819152,0.573576,2700,100,1,0),(48972,176645,1,1,1,3649.17,-1207.23,220.904,0.191986,0,0,0.095846,0.995396,1800,100,1,0),(48973,177152,1,1,1,6652.96,-4557.85,717.088,-0.087266,0,0,-0.043619,0.999048,900,100,1,0),(48974,177153,1,1,1,6652.98,-4557.89,717.691,-1.65806,0,0,-0.737277,0.67559,900,100,1,0),(48975,177154,1,1,1,6674.19,-3655.81,696.534,0,0,0,0,1,900,100,1,0),(48976,177155,1,1,1,6674.21,-3655.83,695.932,0,0,0,0,1,900,100,1,0),(48977,177417,1,1,1,5770.62,-4995.14,810.364,0.820305,0,0,0.398749,0.91706,900,100,1,0),(48978,177417,1,1,1,5607.76,-5028.4,809.056,-1.58825,0,0,0.71325,-0.700909,900,100,1,0),(48979,177417,1,1,1,5629.28,-4890.11,806.031,0.10472,0,0,0.052336,0.99863,900,100,1,0),(48980,177417,1,1,1,5695.09,-5057.97,808.54,-2.56563,0,0,0.95882,-0.284015,900,100,1,0),(48981,177417,1,1,1,5464.57,-4983.42,851.758,-2.09439,0,0,0.866025,-0.5,900,100,1,0),(48982,175628,1,1,1,5658.92,-4676.7,775.991,1.91114,0.549471,0.805749,0.124973,0.182298,2,100,1,0),(48983,2061,1,1,1,6786.5,-2665.45,544.784,3.14159,0,0,1,0,900,100,1,0),(48984,2061,1,1,1,6496.02,-3144.3,571.205,3.14159,-0.065403,0,0.997859,0,900,100,1,0),(48985,175629,1,1,1,5658.78,-4675.59,775.469,3.14159,-0.112419,0.116782,0.986685,0.013306,300,100,1,0),(48986,2061,1,1,1,6838,-5042.41,690.522,3.14159,0,0,1,0,900,100,1,0),(48987,2061,1,1,1,6847.2,-5103.88,692.888,3.14159,0,0,1,0,900,100,1,0),(48988,2061,1,1,1,6777.95,-5056.11,722.833,3.14159,0,0,1,0,900,100,1,0),(48989,2061,1,1,1,6781.98,-5156.25,732.297,3.14159,0,0,1,0,900,100,1,0),(48990,2061,1,1,1,6511.63,-3264.02,573.818,-3.14159,-0.056679,-0.02178,0.998154,-0.001237,900,100,1,0),(48991,2061,1,1,1,6804.18,-4745.66,701.498,3.14159,0.074097,0.017404,0.997098,-0.001293,900,100,1,0),(48992,2061,1,1,1,6704.02,-4707.17,721.478,0.60204,0.003768,-0.013585,0.296459,0.954941,900,100,1,0),(48993,175888,1,1,1,6498.79,-4231.49,659.381,-1.50098,0,0,0.681998,-0.731354,300,100,1,0),(48994,2066,1,1,1,6844.29,-5082.69,690.351,-2.30383,-0.014632,0.022139,0.91327,-0.406489,900,100,1,0),(48995,175891,1,1,1,6558.83,-3929.28,659.249,-0.436333,0,0,0.21644,-0.976296,300,100,1,0),(48996,176404,1,1,1,6705.1,-4667.35,721.6,3.14159,0,0,1,0,900,100,1,0),(48997,177684,1,1,1,8071.29,-3843.42,689.28,-1.43117,0,0,0.656059,-0.75471,900,100,1,0),(48998,175892,1,1,1,6477.24,-4101.61,659.443,-2.1293,0,0,0.87462,-0.48481,300,100,1,0),(48999,175893,1,1,1,6568.88,-4038.71,659.201,1.3439,0,0,0.622515,0.782608,300,100,1,0),(49000,176163,1,1,1,5893.48,-4054.75,596.385,2.9147,0,0,0.993572,0.113203,900,100,1,0),(49001,176164,1,1,1,5893.29,-4054.65,596.309,2.26893,0,0,0.906308,0.422618,900,100,1,0),(49002,176165,1,1,1,6107.64,-4181.67,852.317,-0.802851,0,0,0.390731,-0.920505,900,100,1,0),(49003,176166,1,1,1,6107.66,-4181.53,852.521,-1.93731,0,0,0.824126,-0.566406,900,100,1,0),(49004,175404,1,1,1,4860.99,-4333.66,912.453,-0.855212,0,0,0.414693,-0.909961,2700,100,1,0),(49005,175404,1,1,1,5686.63,-5050.94,808.882,1.50098,0,0,0.681998,0.731354,2700,100,1,0),(18127,180752,1,1,1,-7020.72,-4871.83,0,4.71239,0,0,0.707107,-0.707107,180,100,1,0),(49007,175404,1,1,1,6664.74,-4017.12,666.367,-1.65806,0,0,0.737277,-0.67559,2700,100,1,0),(49008,175404,1,1,1,4858.89,-4540.23,888.01,0.680678,0,0,0.333807,0.942641,2700,100,1,0),(49009,175404,1,1,1,4312.08,-4112.96,951.446,0.663225,0,0,0.325568,0.945519,2700,100,1,0),(49010,175404,1,1,1,5328.29,-4807.32,704.26,-0.244346,0,0,0.121869,-0.992546,2700,100,1,0),(49011,175404,1,1,1,5896.12,-4029.86,597.128,0.872665,0,0,0.422618,0.906308,2700,100,1,0),(49012,175404,1,1,1,8035.92,-4208.95,709.697,-2.04204,0,0,0.85264,-0.522498,2700,100,1,0),(49013,175404,1,1,1,6706.28,-5120.3,744.64,0.523599,0,0,0.258819,0.965926,2700,100,1,0),(49014,175407,1,1,1,6370.13,-2999.56,604.016,-2.49582,0,0,0.948324,-0.317305,180,100,1,0),(49015,175407,1,1,1,6560.97,-3578.79,709.081,1.64061,0,0,0.731354,0.681998,180,100,1,0),(49016,175407,1,1,1,6516.05,-3561.2,662.338,1.95477,0,0,0.829038,0.559193,180,100,1,0),(49017,175407,1,1,1,7893.13,-4353.83,713.596,-2.60054,0,0,0.96363,-0.267238,180,100,1,0),(49018,175407,1,1,1,6140.93,-5056.44,789.064,-1.76278,0,0,0.771625,-0.636078,180,100,1,0),(49019,175407,1,1,1,5949.43,-4952.26,776.945,1.15192,0,0,0.544639,0.838671,180,100,1,0),(49020,175407,1,1,1,6408.47,-3420.4,643.376,0.855211,0,0,0.414693,0.909961,180,100,1,0),(49021,175407,1,1,1,6369.4,-2962.51,603.33,-2.42601,0,0,0.936672,-0.350207,180,100,1,0),(49022,175407,1,1,1,6359.31,-2789.68,582.855,1.95477,0,0,0.829038,0.559193,180,100,1,0),(49023,175407,1,1,1,6438.62,-3524.33,649.41,-0.872665,0,0,0.422618,-0.906308,180,100,1,0),(49024,175407,1,1,1,6416.76,-3504.17,664.152,1.43117,0,0,0.656059,0.75471,180,100,1,0),(49025,175407,1,1,1,7902.28,-4403.21,706.886,0.820305,0,0,0.398749,0.91706,180,100,1,0),(49026,175407,1,1,1,7671.94,-4584.72,667.956,-1.01229,0,0,0.48481,-0.87462,180,100,1,0),(49027,175407,1,1,1,5913.81,-4749.21,762.953,1.50098,0,0,0.681998,0.731354,180,100,1,0),(49028,175407,1,1,1,7850.06,-4293.56,695.921,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(49029,175407,1,1,1,6184.2,-4842.02,739.304,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(49030,175407,1,1,1,6438.38,-3625.51,697.764,2.96706,0,0,0.996195,0.087156,180,100,1,0),(49031,175407,1,1,1,7543.97,-4435.66,604.325,0.645772,0,0,0.317305,0.948324,180,100,1,0),(49032,175407,1,1,1,7716.83,-4455.25,640.43,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(49033,175407,1,1,1,6366.6,-2896.57,606.388,-0.20944,0,0,0.104528,-0.994522,180,100,1,0),(49034,175407,1,1,1,6047.48,-4959.49,769.984,1.43117,0,0,0.656059,0.75471,180,100,1,0),(49035,175407,1,1,1,7790.87,-4490.28,663.959,-1.95477,0,0,0.829038,-0.559193,180,100,1,0),(49036,175407,1,1,1,6401.18,-3720.78,712.462,1.91986,0,0,0.819152,0.573576,180,100,1,0),(49037,175407,1,1,1,6937.15,-4622.89,733.433,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(49038,175407,1,1,1,6464.24,-3562.29,669.043,-2.80998,0,0,0.986286,-0.165048,180,100,1,0),(49039,175407,1,1,1,6451.04,-3553.96,663.442,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(49040,175407,1,1,1,6979.45,-4438.09,722.09,2.21657,0,0,0.894934,0.446198,180,100,1,0),(49041,175407,1,1,1,6717.85,-4814.36,731.411,2.87979,0,0,0.991445,0.130526,180,100,1,0),(49042,175407,1,1,1,6303.67,-4824.15,754.971,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(49043,175407,1,1,1,6307.61,-2513.79,543.317,-1.97222,0,0,0.833886,-0.551937,180,100,1,0),(49044,175407,1,1,1,6324.26,-2402.99,553.211,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(49045,175407,1,1,1,7244.21,-4457.88,627.596,-0.872665,0,0,0.422618,-0.906308,180,100,1,0),(49046,175407,1,1,1,5944.81,-4814.14,756.258,1.22173,0,0,0.573576,0.819152,180,100,1,0),(49047,175407,1,1,1,6483.6,-4958.94,728.934,-2.6529,0,0,0.970296,-0.241922,180,100,1,0),(49048,175407,1,1,1,6294.32,-5006.27,775.647,-2.6529,0,0,0.970296,-0.241922,180,100,1,0),(49049,175407,1,1,1,6421.33,-5100.43,757.142,2.00713,0,0,0.843391,0.5373,180,100,1,0),(49050,175407,1,1,1,6002.91,-5063.72,794.503,-1.44862,0,0,0.66262,-0.748956,180,100,1,0),(49051,175407,1,1,1,7377.28,-4628.07,605.106,1.01229,0,0,0.48481,0.87462,180,100,1,0),(49052,175407,1,1,1,6483.27,-2547.05,579.535,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(49053,175407,1,1,1,6446.97,-3376.66,602.696,2.84489,0,0,0.989016,0.147809,180,100,1,0),(49054,175407,1,1,1,6914.73,-4541.41,710.502,-2.77507,0,0,0.983255,-0.182235,180,100,1,0),(49055,175407,1,1,1,6734.3,-3900.14,687.592,1.71042,0,0,0.75471,0.656059,180,100,1,0),(49056,175407,1,1,1,6687.04,-3123.8,577.556,2.6529,0,0,0.970296,0.241922,180,100,1,0),(49057,175407,1,1,1,6762.6,-3188.19,581.871,1.71042,0,0,0.75471,0.656059,180,100,1,0),(49058,175407,1,1,1,6391.78,-2459.59,546.223,4.71239,0,0,0.707107,-0.707107,180,100,1,0),(49059,175407,1,1,1,6600.26,-3829.53,653.886,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(49060,175407,1,1,1,6547.76,-3376.17,597.164,0.855211,0,0,0.414693,0.909961,180,100,1,0),(49061,175407,1,1,1,6517.62,-3408.48,601.375,-0.349066,0,0,0.173648,-0.984808,180,100,1,0),(49062,175407,1,1,1,6537.07,-3465.81,633.207,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(49063,175407,1,1,1,6399.4,-3061.63,583.107,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(49064,175407,1,1,1,6449.28,-2468.18,562.061,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(49065,175407,1,1,1,6378.06,-2542.62,538.352,-2.80998,0,0,0.986286,-0.165048,180,100,1,0),(49066,175407,1,1,1,6433.75,-2644.12,553.284,1.0821,0,0,0.515038,0.857167,180,100,1,0),(49067,175407,1,1,1,6439.02,-2589.94,563.526,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(49068,175407,1,1,1,6457.9,-2842.83,587.436,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(49069,175407,1,1,1,6488.51,-2790.97,578.171,-2.32129,0,0,0.91706,-0.398749,180,100,1,0),(49070,175407,1,1,1,6450.06,-2665.02,546.88,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(49071,175407,1,1,1,6458.14,-3035.03,573.663,-0.994838,0,0,0.477159,-0.878817,180,100,1,0),(49072,175407,1,1,1,6440.67,-2969.9,575.597,0.663225,0,0,0.325568,0.945519,180,100,1,0),(49073,175407,1,1,1,6509.34,-2979.35,591.862,-1.01229,0,0,0.48481,-0.87462,180,100,1,0),(49074,175927,1,1,1,6696.57,-4648.01,721.942,-2.23402,0,0,0.898794,-0.438371,2,100,1,0),(49075,175929,1,1,1,6786.5,-2665.45,544.784,3.14159,0,0,1,0,900,100,1,0),(49076,175930,1,1,1,6496.02,-3144.3,571.205,3.14159,-0.065403,0,0.997859,0,900,100,1,0),(49077,175931,1,1,1,6804.18,-4745.66,701.498,3.14159,0.074097,0.017404,0.997098,-0.001293,900,100,1,0),(49078,175932,1,1,1,6511.63,-3264.02,573.818,-3.14159,-0.056679,-0.02178,0.998154,-0.001237,900,100,1,0),(49079,324,1,1,1,5256.66,-5014.92,867.899,-2.18166,0,0,0.887011,-0.461749,2700,100,1,0),(49080,324,1,1,1,6650.88,-5297.41,753.44,2.86234,0,0,0.990268,0.139173,2700,100,1,0),(49081,324,1,1,1,6217.66,-4274.55,658.453,3.07178,0,0,0.999391,0.034899,2700,100,1,0),(49082,324,1,1,1,4651.27,-4620.2,888.455,0.750492,0,0,0.366501,0.930418,2700,100,1,0),(49083,324,1,1,1,5641.72,-4419.73,800.441,-2.11185,0,0,0.870356,-0.492423,2700,100,1,0),(49084,324,1,1,1,7781.68,-4619.14,695.573,-1.06465,0,0,0.507538,-0.861629,2700,100,1,0),(49085,324,1,1,1,5102.72,-4388.88,918.337,2.18166,0,0,0.887011,0.461749,2700,100,1,0),(49086,176748,1,1,1,6781.91,-4681.44,723.841,1.59698,0,0,0.716302,0.69779,900,100,1,0),(49087,176749,1,1,1,6776.57,-4681.44,723.841,1.59698,0,0,0.716302,0.69779,900,100,1,0),(49088,153454,1,1,1,6417.92,-4281.62,666.034,-0.750491,0,0,0.366501,-0.930418,7200,100,1,0),(49089,153454,1,1,1,6520.67,-3264.04,574.942,2.93215,0,0,0.994522,0.104528,7200,100,1,0),(49090,153454,1,1,1,6796.87,-2666.08,544.784,2.96706,0,0,0.996195,0.087156,7200,100,1,0),(49091,153454,1,1,1,6796.38,-5150.05,732.103,-2.07694,0,0,0.861629,-0.507538,7200,100,1,0),(49092,179863,1,1,1,6696.5,-4645.01,720.95,-2.92343,0,0,0.994056,-0.108867,900,100,1,0),(49093,179864,1,1,1,6697.86,-4642.63,721.055,-2.6529,0,0,0.970296,-0.241922,900,100,1,0),(49094,177307,1,1,1,4571.62,-3924.89,943.37,0.506217,0.012336,-0.000323,0.250435,0.968055,900,100,1,0),(49095,187299,1,1,1,6781.45,-4661.19,723.892,1.13446,0,0,0.5373,0.843391,900,100,1,0),(49096,176804,1,1,1,6838,-5042.41,690.522,3.14159,0,0,1,0,900,100,1,0),(49097,176805,1,1,1,6844.29,-5082.69,690.351,-2.30383,-0.014632,0.022139,0.91327,-0.406489,900,100,1,0),(49098,176806,1,1,1,6847.2,-5103.88,692.888,3.14159,0,0,1,0,900,100,1,0),(49099,176807,1,1,1,6777.95,-5056.11,722.833,3.14159,0,0,1,0,900,100,1,0),(49100,176808,1,1,1,6781.98,-5156.25,732.297,3.14159,0,0,1,0,900,100,1,0),(49101,179125,1,1,1,6783.92,-4677.42,723.884,-2.89725,0,0,0.992546,-0.121869,900,100,1,0),(49102,175811,1,1,1,6704.02,-4707.17,721.478,0.60204,0.003768,-0.013585,0.296459,0.954941,900,100,1,0),(49103,176586,1,1,1,5235.97,-4352.01,901.981,2.32129,0,0,0.91706,0.398749,60,100,1,0),(49104,176586,1,1,1,6294.66,-3356.88,727.518,0.261799,0,0,0.130526,0.991445,60,100,1,0),(49105,176586,1,1,1,6113.66,-5209.13,885.365,2.74017,0,0,0.979925,0.199368,60,100,1,0),(49106,176586,1,1,1,5946.64,-4288.95,793.852,0.785398,0,0,0.382683,0.92388,60,100,1,0),(49107,176586,1,1,1,6398.49,-2862.23,604.22,-2.72271,0,0,0.978148,-0.207912,60,100,1,0),(49108,176586,1,1,1,6852.85,-3761.42,743.023,2.30383,0,0,0.913545,0.406737,60,100,1,0),(49109,176586,1,1,1,6396.66,-4156.79,704.298,-0.593412,0,0,0.292372,-0.956305,60,100,1,0),(49110,176586,1,1,1,6514.17,-4445.21,722.673,-0.349066,0,0,0.173648,-0.984808,60,100,1,0),(49111,176586,1,1,1,7103.62,-5173.73,760.248,-2.32129,0,0,0.91706,-0.398749,60,100,1,0),(49112,176586,1,1,1,7727.69,-3802.47,724.59,-2.70526,0,0,0.976296,-0.21644,60,100,1,0),(49113,176586,1,1,1,7359.92,-4831.48,712.817,0.226893,0,0,0.113203,0.993572,60,100,1,0),(49114,176586,1,1,1,6885.28,-3090.72,641.857,2.58309,0,0,0.961262,0.275637,60,100,1,0),(49115,176588,1,1,1,5356.97,-5075.92,913.133,-1.79769,0,0,0.782608,-0.622515,60,100,1,0),(49116,176588,1,1,1,7563.06,-5089.49,758.552,1.29154,0,0,0.601815,0.798636,60,100,1,0),(49117,176588,1,1,1,6176.92,-4441.84,662.53,-2.79253,0,0,0.984808,-0.173648,60,100,1,0),(49118,176588,1,1,1,7081.68,-4991.65,718.435,-2.68781,0,0,0.97437,-0.224951,60,100,1,0),(49119,176588,1,1,1,6924.8,-3373.19,754.183,-0.10472,0,0,0.052336,-0.99863,60,100,1,0),(49120,176588,1,1,1,7648.18,-4111.49,741.152,-2.1293,0,0,0.87462,-0.48481,60,100,1,0),(49121,176588,1,1,1,6747.93,-4918.34,771.269,0.20944,0,0,0.104528,0.994522,60,100,1,0),(49122,176588,1,1,1,5107.16,-4919.52,868.767,1.55334,0,0,0.700909,0.71325,60,100,1,0),(49123,176588,1,1,1,5269.84,-4882.82,692.538,0.610865,0,0,0.300706,0.953717,60,100,1,0),(49124,176588,1,1,1,5352.18,-4851.42,815.145,2.49582,0,0,0.948324,0.317305,60,100,1,0),(49125,176588,1,1,1,6168.49,-4340.89,747.002,-0.942478,0,0,0.453991,-0.891006,60,100,1,0),(49126,176588,1,1,1,6409.91,-2754.9,576.526,0.837758,0,0,0.406737,0.913545,60,100,1,0),(49127,176588,1,1,1,6431.63,-4229.8,668.236,-1.11701,0,0,0.529919,-0.848048,60,100,1,0),(49128,176588,1,1,1,7920.34,-4474.76,707.338,1.74533,0,0,0.766044,0.642788,60,100,1,0),(49129,176588,1,1,1,6300.39,-4215.52,722.456,-1.6057,0,0,0.71934,-0.694658,60,100,1,0),(49130,176588,1,1,1,8186,-3821.11,700.152,-2.79253,0,0,0.984808,-0.173648,60,100,1,0),(49131,176588,1,1,1,6269.67,-2525.9,564.303,1.97222,0,0,0.833886,0.551937,60,100,1,0),(49132,176588,1,1,1,6520.99,-3388.28,595.719,-1.36136,0,0,0.629321,-0.777146,60,100,1,0),(49133,176588,1,1,1,6478.81,-3234.72,571.598,1.74533,0,0,0.766044,0.642788,60,100,1,0),(49134,176588,1,1,1,6482.23,-3249.28,571.912,1.51844,0,0,0.688355,0.725374,60,100,1,0),(49135,176588,1,1,1,7375.05,-4576.9,595.875,0.05236,0,0,0.026177,0.999657,60,100,1,0),(49136,176588,1,1,1,5945.41,-5034.55,810.005,1.97222,0,0,0.833886,0.551937,60,100,1,0),(49137,176588,1,1,1,7414.26,-4695.29,630.818,1.78024,0,0,0.777146,0.62932,60,100,1,0),(49138,176588,1,1,1,7242.53,-5166.85,758.353,2.46091,0,0,0.942641,0.333807,60,100,1,0),(49139,176589,1,1,1,6624.31,-4034.23,658.501,-0.069813,0,0,0.034899,-0.999391,60,100,1,0),(49140,175324,1,1,1,5268.94,-4996.19,850.084,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(49141,175324,1,1,1,5108.38,-4886.49,866.567,-2.40855,0,0,0.93358,-0.358368,180,100,1,0),(49142,175324,1,1,1,5391.82,-4897.21,838.205,1.39626,0,0,0.642788,0.766044,180,100,1,0),(49143,175324,1,1,1,5182.09,-4784.35,694.452,2.98451,0,0,0.996917,0.078459,180,100,1,0),(49144,175324,1,1,1,5391.46,-4461.89,847.264,0.191986,0,0,0.095846,0.995396,180,100,1,0),(49145,175324,1,1,1,5440.57,-4606.38,801.418,1.09956,0,0,0.522499,0.85264,180,100,1,0),(49146,175324,1,1,1,5344.03,-4458.46,833.399,0.802851,0,0,0.390731,0.920505,180,100,1,0),(49147,175324,1,1,1,5110.87,-4813.28,853.422,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(49148,175324,1,1,1,5149.33,-4850.02,854.172,-2.94961,0,0,0.995396,-0.095846,180,100,1,0),(49149,175324,1,1,1,5245.25,-4568.61,827.395,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(49150,175324,1,1,1,5343.5,-4682.25,692.467,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(49151,175324,1,1,1,5275.67,-4630.9,702,0.244346,0,0,0.121869,0.992546,180,100,1,0),(49152,175324,1,1,1,5258.66,-4488.03,837.473,2.04204,0,0,0.85264,0.522499,180,100,1,0),(49153,175324,1,1,1,5301.18,-4774.14,697.018,2.42601,0,0,0.936672,0.350207,180,100,1,0),(49154,175324,1,1,1,5366.03,-4609.32,696.676,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(49155,175324,1,1,1,5285.98,-4838.42,693.872,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(49156,175324,1,1,1,5350.95,-4884.03,812.81,0.436332,0,0,0.21644,0.976296,180,100,1,0),(49157,175324,1,1,1,5308.98,-4914.46,698.147,2.04204,0,0,0.85264,0.522499,180,100,1,0),(49158,175324,1,1,1,5305.28,-4879,698.667,1.74533,0,0,0.766044,0.642788,180,100,1,0),(49159,175586,1,1,1,5661.34,-4679.21,775.067,1.45735,-0.148053,-0.12066,0.654865,0.731214,2,100,1,0),(49160,175587,1,1,1,5703.49,-4504.99,762.929,0.392698,0,0,0.19509,0.980785,2,100,1,0),(49161,177131,1,1,1,6500.37,-2444.44,574.968,3.14159,0,0,1,0,900,100,1,0),(49162,177132,1,1,1,6500.39,-2444.46,574.35,3.14159,0,0,1,0,900,100,1,0),(49163,177133,1,1,1,6500.39,-2444.41,573.692,3.14159,0,0,1,0,900,100,1,0),(49164,177134,1,1,1,6500.38,-2444.44,574.966,-1.5708,0,0,-0.707107,0.707107,900,100,1,0),(49165,177135,1,1,1,6500.4,-2444.47,574.35,-1.5708,0,0,-0.707107,0.707107,900,100,1,0),(49166,177136,1,1,1,6674.08,-3655.81,696.485,3.14159,0,0,1,0,900,100,1,0),(49167,177137,1,1,1,6674.1,-3655.84,695.882,3.14159,0,0,1,0,900,100,1,0),(49168,177138,1,1,1,6674.08,-3655.81,696.483,1.5708,0,0,0.707107,0.707107,900,100,1,0),(49169,177139,1,1,1,6915.43,-4129.61,694.543,-1.07338,0,0,-0.511293,0.859406,900,100,1,0),(49170,177140,1,1,1,6915.42,-4129.64,693.94,-1.07338,0,0,-0.511293,0.859406,900,100,1,0),(49171,177141,1,1,1,6915.44,-4129.6,694.541,0.497418,0,0,0.246153,0.969231,900,100,1,0),(49172,177142,1,1,1,6915.43,-4129.63,693.938,0.497418,0,0,0.246153,0.969231,900,100,1,0),(49173,177143,1,1,1,6915.46,-4129.6,693.267,0.497418,0,0,0.246153,0.969231,900,100,1,0),(49174,177144,1,1,1,6915.42,-4129.61,694.54,2.06821,0,0,0.859406,0.511293,900,100,1,0),(49175,2040,1,1,1,6424.74,-3189.21,586.443,-2.79253,0,0,0.984808,-0.173648,1800,100,1,0),(49176,2040,1,1,1,6841.2,-3706.99,735.866,-1.91986,0,0,0.819152,-0.573576,1800,100,1,0),(49177,2040,1,1,1,6435.06,-2795.48,571.563,2.42601,0,0,0.936672,0.350207,1800,100,1,0),(49178,177145,1,1,1,6915.41,-4129.63,693.938,2.06821,0,0,0.859406,0.511293,900,100,1,0),(49179,177146,1,1,1,7167.97,-4150.65,706.979,1.58825,0,0,0.71325,0.700909,900,100,1,0),(49180,177147,1,1,1,7167.95,-4150.67,706.367,1.58825,0,0,0.71325,0.700909,900,100,1,0),(49181,177148,1,1,1,7167.99,-4150.65,706.98,-1.55334,0,0,-0.700909,0.71325,900,100,1,0),(49182,177404,1,1,1,5514.49,-4917.57,845.538,2.3911,0,0,0.930418,0.366501,900,100,1,0),(49183,177149,1,1,1,7167.99,-4150.65,706.98,0.017454,0,0,0.008727,0.999962,900,100,1,0),(49184,177150,1,1,1,6652.97,-4557.89,717.693,3.05433,0,0,0.999048,0.04362,900,100,1,0),(49185,177151,1,1,1,6652.98,-4557.87,717.693,-0.087266,0,0,-0.043619,0.999048,900,100,1,0),(49186,2047,1,1,1,6435.39,-3499.3,648.11,0.15708,0,0,0.078459,0.996917,1800,100,1,0),(49187,2047,1,1,1,7200.86,-5050.07,743.897,0.087266,0,0,0.043619,0.999048,1800,100,1,0),(49188,2047,1,1,1,6654.32,-5345.31,771.254,-0.383972,0,0,0.190809,-0.981627,1800,100,1,0),(49189,177122,1,1,1,7637.18,-2227.68,463.224,-1.69297,0,0,-0.748956,0.66262,900,100,1,0),(49190,177124,1,1,1,7637.1,-2227.71,462.568,-0.122174,0,0,-0.061049,0.998135,900,100,1,0),(49191,177125,1,1,1,7637.14,-2227.65,463.182,-0.122174,0,0,-0.061049,0.998135,900,100,1,0),(49192,177118,1,1,1,7612.83,-2293.33,457.125,-0.671953,0,0,-0.329691,0.944089,900,100,1,0),(49193,177120,1,1,1,7612.75,-2293.33,457.793,0.898844,0,0,0.434445,0.900698,900,100,1,0),(49194,177121,1,1,1,7637.17,-2227.66,462.563,-1.69297,0,0,-0.748956,0.66262,900,100,1,0),(49195,177116,1,1,1,7612.76,-2293.37,457.737,2.46964,0,0,0.944089,0.329691,900,100,1,0),(49196,177273,1,1,1,7793.49,-2446.94,486.7,3.11541,0,0,0.999914,0.01309,900,100,1,0),(49197,177117,1,1,1,7612.83,-2293.32,457.791,-0.671953,0,0,-0.329691,0.944089,900,100,1,0),(49198,177127,1,1,1,7811.78,-2309.92,455.63,-2.08567,0,0,-0.863836,0.503774,900,100,1,0),(49199,177128,1,1,1,7811.72,-2309.84,455.566,1.05592,0,0,0.503774,0.863836,900,100,1,0),(49200,177130,1,1,1,7811.76,-2309.91,454.406,1.05592,0,0,0.503774,0.863836,900,100,1,0),(49201,177126,1,1,1,7811.76,-2309.9,454.961,1.05592,0,0,0.503774,0.863836,900,100,1,0),(49202,177119,1,1,1,7612.75,-2293.34,457.126,0.898844,0,0,0.434445,0.900698,900,100,1,0),(49203,177129,1,1,1,7811.76,-2309.84,455.625,-0.514872,0,0,-0.254602,0.967046,900,100,1,0),(49204,177123,1,1,1,7637.11,-2227.73,463.229,3.01942,0,0,0.998135,0.061049,900,100,1,0),(49205,177278,1,1,1,7984.11,-2504.02,486.661,2.53073,0,0,0.953717,0.300706,900,100,1,0),(49206,177280,1,1,1,7853.31,-2593.1,485.923,0.226893,0,0,0.113203,0.993572,900,100,1,0),(49207,177280,1,1,1,7790.75,-2446.62,486.522,1.20428,0,0,0.566406,0.824126,900,100,1,0),(49208,177785,1,1,1,7634.21,-2634.78,396.328,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(49209,178984,1,1,1,7634.21,-2634.78,396.328,-0.802851,0,0,0.390731,-0.920505,900,100,1,0),(49210,177785,1,1,1,7745.94,-2604.55,387.028,-0.20944,0,0,0.104528,-0.994522,180,100,1,0),(49211,178984,1,1,1,7745.94,-2604.55,387.028,-0.20944,0,0,0.104528,-0.994522,900,100,1,0),(49212,177785,1,1,1,7775.02,-2641.81,405.522,3.03687,0,0,0.99863,0.052336,180,100,1,0),(49213,178984,1,1,1,7775.02,-2641.81,405.522,3.03687,0,0,0.99863,0.052336,900,100,1,0),(49214,177785,1,1,1,7718.84,-2631.14,411.323,1.37881,0,0,0.636078,0.771625,180,100,1,0),(49215,178984,1,1,1,7718.84,-2631.14,411.323,1.37881,0,0,0.636078,0.771625,900,100,1,0),(49216,177524,1,1,1,7675.39,-2659.36,406.346,1.01229,0,0,0.48481,0.87462,900,100,1,0),(49217,177524,1,1,1,7697.36,-2569.16,400.31,-0.767945,0,0,0.374607,-0.927184,900,100,1,0),(49218,185518,1,1,1,7475.25,-3110.08,434.582,0.593412,0,0,0.292372,0.956305,900,100,1,0),(49219,185518,1,1,1,7491.76,-3099.63,434.403,-1.91986,0,0,0.819152,-0.573576,900,100,1,0),(49220,185518,1,1,1,7481.39,-3052.22,432.653,-2.61799,0,0,0.965926,-0.258819,900,100,1,0),(49221,185503,1,1,1,7502.95,-3134.88,436.064,0.698132,0,0,0.34202,0.939693,900,100,1,0),(49222,185475,1,1,1,7459.69,-3123,437.878,2.37365,0,0,0.927184,0.374607,900,100,1,0),(49223,185493,1,1,1,7457.92,-3122.74,437.772,0.226893,0,0,0.113203,0.993572,900,100,1,0),(49224,185476,1,1,1,7456.24,-3128.57,410.409,-2.00713,0,0,0.843391,-0.5373,900,100,1,0),(49225,185493,1,1,1,7459.25,-3121.18,437.642,-2.11185,0,0,0.870356,-0.492423,900,100,1,0),(49226,185493,1,1,1,7460.14,-3124.89,437.761,0.488692,0,0,0.241922,0.970296,900,100,1,0),(49227,185491,1,1,1,7478.91,-3113.33,431.638,1.309,0,0,0.608761,0.793353,900,100,1,0),(49228,185491,1,1,1,7488.74,-3100.76,430.347,-1.74533,0,0,0.766044,-0.642788,900,100,1,0),(49229,185491,1,1,1,7463.45,-3098.88,428.903,-1.41372,0,0,0.649448,-0.760406,900,100,1,0),(49230,185491,1,1,1,7477.13,-3091.68,429.409,0.017453,0,0,0.008727,0.999962,900,100,1,0),(49231,185491,1,1,1,7466.44,-3080.44,428.815,0.698132,0,0,0.34202,0.939693,900,100,1,0),(49232,185504,1,1,1,7463.98,-3103.8,429.407,-2.00713,0,0,0.843391,-0.5373,900,100,1,0),(49233,185504,1,1,1,7491.73,-3099.57,430.347,-0.017453,0,0,0.008727,-0.999962,900,100,1,0),(49234,185504,1,1,1,7477.87,-3078.56,427.465,2.49582,0,0,0.948324,0.317305,900,100,1,0),(49235,185504,1,1,1,7447.63,-3073.51,439.814,-1.90241,0,0,0.814116,-0.580703,900,100,1,0),(49236,185504,1,1,1,7462.54,-3093.72,427.929,-0.10472,0,0,0.052336,-0.99863,900,100,1,0),(49237,185504,1,1,1,7475.13,-3110.42,430.676,-2.30383,0,0,0.913545,-0.406737,900,100,1,0),(49238,185504,1,1,1,7499.49,-3137.99,435.571,0.925024,0,0,0.446198,0.894934,900,100,1,0),(49239,185504,1,1,1,7498.28,-3067.28,437.083,2.11185,0,0,0.870356,0.492424,900,100,1,0),(49240,185504,1,1,1,7481.6,-3052.07,428.653,-3.00197,0,0,0.997564,-0.069756,900,100,1,0),(49241,185494,1,1,1,7492.14,-3116.76,434.449,-1.18682,0,0,0.559193,-0.829037,900,100,1,0),(49242,185494,1,1,1,7483.06,-3099.42,430.872,0.436332,0,0,0.21644,0.976296,900,100,1,0),(49243,185492,1,1,1,7507.91,-3138.29,434.659,0.087266,0,0,0.043619,0.999048,900,100,1,0),(49244,185495,1,1,1,7439.92,-3086.05,438.397,-0.506145,0,0,0.25038,-0.968148,900,100,1,0),(49245,185495,1,1,1,7489.29,-3103.61,430.347,3.03687,0,0,0.99863,0.052336,900,100,1,0),(49246,185494,1,1,1,7458.64,-3082.5,438.853,-1.29154,0,0,0.601815,-0.798635,900,100,1,0),(49247,185494,1,1,1,7440.14,-3088.01,438.91,-1.81514,0,0,0.788011,-0.615661,900,100,1,0),(49248,185494,1,1,1,7481.04,-3088.26,439.802,1.81514,0,0,0.788011,0.615662,900,100,1,0),(49249,185494,1,1,1,7501.88,-3107.42,435.029,2.26893,0,0,0.906308,0.422618,900,100,1,0),(49250,185494,1,1,1,7453.01,-3119.81,439.889,-2.30383,0,0,0.913545,-0.406737,900,100,1,0),(49251,185518,1,1,1,7499.7,-3137.8,439.322,-1.71042,0,0,0.75471,-0.656059,900,100,1,0),(49252,185518,1,1,1,7447.47,-3074.26,444.066,-1.50098,0,0,0.681998,-0.731354,900,100,1,0),(49253,185503,1,1,1,7446.51,-3078.59,440.103,-1.8326,0,0,0.793353,-0.608761,900,100,1,0),(49254,185503,1,1,1,7476.99,-3052.83,429.07,-3.03687,0,0,0.99863,-0.052336,900,100,1,0),(49255,185493,1,1,1,7461.55,-3123.44,437.646,0.034907,0,0,0.017452,0.999848,900,100,1,0),(49256,185492,1,1,1,7492.2,-3074.9,440.748,-1.81514,0,0,0.788011,-0.615661,900,100,1,0),(49257,185492,1,1,1,7461.34,-3092.3,429.12,-1.6057,0,0,0.71934,-0.694658,900,100,1,0),(49258,185492,1,1,1,7512.15,-3069.96,445.019,1.16937,0,0,0.551937,0.833886,900,100,1,0),(49259,185494,1,1,1,7480.4,-3115.72,431.916,-0.366519,0,0,0.182236,-0.983255,900,100,1,0),(49260,185494,1,1,1,7460.73,-3094.76,429.076,-2.49582,0,0,0.948324,-0.317305,900,100,1,0),(49261,185494,1,1,1,7491.17,-3075.81,440.691,-2.25148,0,0,0.902585,-0.430511,900,100,1,0),(49262,185492,1,1,1,7486.76,-3115.49,433.469,-0.279253,0,0,0.139173,-0.990268,900,100,1,0),(49263,185492,1,1,1,7483.03,-3080.75,439.964,0.069813,0,0,0.034899,0.999391,900,100,1,0),(49264,185492,1,1,1,7471.38,-3108.03,430.49,-1.15192,0,0,0.544639,-0.838671,900,100,1,0),(49265,185492,1,1,1,7487.08,-3096.78,430.347,2.44346,0,0,0.939693,0.34202,900,100,1,0),(49266,185495,1,1,1,7476.17,-3088.77,429.065,1.06465,0,0,0.507538,0.861629,900,100,1,0),(49267,185494,1,1,1,7514.32,-3130.9,434.671,1.27409,0,0,0.594823,0.803857,900,100,1,0),(49268,185495,1,1,1,7467.25,-3056.67,427.229,-1.16937,0,0,0.551937,-0.833886,900,100,1,0),(49269,185495,1,1,1,7458.94,-3126.47,436.764,-0.349066,0,0,0.173648,-0.984808,900,100,1,0),(49270,185492,1,1,1,7489.07,-3092.88,439.811,-2.9147,0,0,0.993572,-0.113203,900,100,1,0),(49271,180480,1,1,1,-6246.37,29.44,10.0937,-1.90661,0.044385,0.040612,-0.813599,0.578305,900,100,1,0),(49272,2061,1,1,1,-7568.23,771.082,-18.2331,3.14159,0,0,1,0,900,100,1,0),(49273,2061,1,1,1,-6850.66,765.725,42.3866,-2.57436,0,0,0.96005,-0.279829,900,100,1,0),(49274,2061,1,1,1,-7178.94,1384.41,2.91942,3.14159,0,0,1,0,900,100,1,0),(49275,2061,1,1,1,-8020.06,1112.56,2.73793,-0.28798,0.049354,0.006055,-0.143937,0.988337,900,100,1,0),(49276,2066,1,1,1,-6756.5,1596.81,6.67234,2.21657,0,0,0.894934,0.446198,900,100,1,0),(49277,2066,1,1,1,-6986.95,1212.81,9.09485,1.06465,0,0,0.507538,0.861629,900,100,1,0),(49278,2066,1,1,1,-7037.04,1149.42,6.29843,1.7017,0,0,0.75184,0.659346,900,100,1,0),(49279,2066,1,1,1,-6796.55,1661.36,5.86417,3.13287,0,0,0.99999,0.004363,900,100,1,0),(49280,2066,1,1,1,-6386.38,-310.63,-1.99362,0.253073,0,0,0.126199,0.992005,900,100,1,0),(49281,2066,1,1,1,-7553.39,764.236,-18.5111,3.12414,0,0,0.999962,0.008727,900,100,1,0),(49282,2066,1,1,1,-6348.64,154.418,5.83256,2.86234,0,0,0.990268,0.139173,900,100,1,0),(49283,2066,1,1,1,-6990.71,1122.79,8.93809,-0.855211,0,0,-0.414693,0.909961,900,100,1,0),(49284,2066,1,1,1,-6446.86,209.125,4.05612,1.18682,0,0,0.559193,0.829038,900,100,1,0),(49285,180501,1,1,1,-6140.71,1819.92,39.5031,1.65806,0,0,0.737277,0.67559,300,100,1,0),(49286,180501,1,1,1,-6201.68,1581.94,19.4004,1.22173,0,0,0.573576,0.819152,300,100,1,0),(49287,180501,1,1,1,-6295.14,1770.46,3.08768,-2.00713,0,0,0.843391,-0.5373,300,100,1,0),(49288,180501,1,1,1,-6264.88,1611.38,4.17541,1.98968,0,0,0.838671,0.544639,300,100,1,0),(49289,180501,1,1,1,-6393.28,1762.54,13.0218,0.558505,0,0,0.275637,0.961262,300,100,1,0),(49290,180501,1,1,1,-6198.25,1778.85,17.5402,-2.47837,0,0,0.945519,-0.325568,300,100,1,0),(49291,180501,1,1,1,-6209.36,1789.92,19.2903,1.71042,0,0,0.75471,0.656059,300,100,1,0),(49292,180501,1,1,1,-6183.65,1697.85,14.5047,1.23918,0,0,0.580703,0.814116,300,100,1,0),(49293,180501,1,1,1,-6318.64,1700.38,4.29943,3.00197,0,0,0.997564,0.069757,300,100,1,0),(49294,180501,1,1,1,-6231.62,1687.5,7.06501,0.436332,0,0,0.21644,0.976296,300,100,1,0),(49295,180501,1,1,1,-6276.29,1702.12,3.87638,0.174533,0,0,0.087156,0.996195,300,100,1,0),(49296,180501,1,1,1,-6183.27,1847.86,38.9334,-2.63545,0,0,0.968148,-0.25038,300,100,1,0),(49297,180501,1,1,1,-6378.29,1805.97,2.97902,1.44862,0,0,0.66262,0.748956,300,100,1,0),(49298,180502,1,1,1,-7960,1824.93,4.11511,0,0,0,0,1,900,100,1,0),(49299,180502,1,1,1,-7931.53,1891.82,6.43345,0,0,0,0,1,900,100,1,0),(49300,180502,1,1,1,-7934.66,1877.42,6.81374,0,0,0,0,1,900,100,1,0),(49301,180502,1,1,1,-6998.96,1226.66,10.0931,0,0,0,0,1,900,100,1,0),(49302,180502,1,1,1,-7005.31,1158.44,11.6459,0,0,0,0,1,900,100,1,0),(49303,180502,1,1,1,-6749.14,1647.16,8.87061,0,0,0,0,1,900,100,1,0),(49304,180502,1,1,1,-6717.21,1677.15,9.33745,0,0,0,0,1,900,100,1,0),(49305,180502,1,1,1,-6669.6,1564.38,9.23885,0,0,0,0,1,900,100,1,0),(49306,180502,1,1,1,-7842.95,1902.33,6.26722,0,0,0,0,1,900,100,1,0),(49307,180502,1,1,1,-6794.59,1686.1,8.26884,0,0,0,0,1,900,100,1,0),(49308,180502,1,1,1,-6944.2,1180.51,11.3674,0,0,0,0,1,900,100,1,0),(49309,180502,1,1,1,-7037.55,1203.68,7.13502,0,0,0,0,1,900,100,1,0),(49310,180503,1,1,1,-7010.91,1215.83,8.90081,2.75762,0,0,0.981627,0.190809,180,100,1,0),(49311,180518,1,1,1,-7842.69,1902.4,5.72886,0.837758,0,0,0.406737,0.913545,900,100,1,0),(242656,181332,0,1,1,-8837.04,857.657,98.7763,-2.07694,0,0,0.620629,0.784104,600,100,1,0),(242657,181333,0,1,1,-4700.28,-1224.34,501.659,-2.14675,0,0,-0.878816,0.477161,900,100,1,0),(49314,180529,1,1,1,-6944.11,1180.51,10.766,-2.87979,0,0,0.991445,-0.130526,900,100,1,0),(49315,180788,1,1,1,-8116.83,1582.42,12.4188,2.25148,0,0,0.902585,0.430511,900,100,1,0),(49316,180534,1,1,1,-6998.96,1226.66,9.16291,-2.87979,0,0,0.991445,-0.130526,900,100,1,0),(49317,180539,1,1,1,-7005.53,1158.18,10.9306,-1.27409,0,0,0.594823,-0.803857,900,100,1,0),(49318,142142,1,1,1,-6748.26,1252.42,5.5192,-1.23918,0,0,0.580703,-0.814116,60,100,1,0),(49319,142142,1,1,1,-7750.89,950.673,-0.100626,2.46091,0,0,0.942641,0.333807,60,100,1,0),(49320,142142,1,1,1,-6852.07,19.1105,5.19067,-1.85005,0,0,0.798635,-0.601815,60,100,1,0),(49321,180544,1,1,1,-7037.58,1203.61,6.5139,1.15192,0,0,0.544639,0.838671,900,100,1,0),(49322,324,1,1,1,-7851.56,207.997,12.9926,0.226893,0,0,0.113203,0.993572,2700,100,1,0),(49323,324,1,1,1,-6484.37,1534.94,18.1788,1.39626,0,0,0.642788,0.766044,2700,100,1,0),(49324,324,1,1,1,-6425.44,1448.17,-1.46714,0.331613,0,0,0.165048,0.986286,2700,100,1,0),(49325,324,1,1,1,-6453.39,506.931,0.376089,2.04204,0,0,0.85264,0.522499,2700,100,1,0),(49326,324,1,1,1,-7608.42,1251.54,-1.78993,-0.349066,0,0,0.173648,-0.984808,2700,100,1,0),(49327,324,1,1,1,-8065.33,1130.68,20.2217,1.39626,0,0,0.642788,0.766044,2700,100,1,0),(49328,324,1,1,1,-7725.71,1852.76,22.6919,-0.034907,0,0,0.017452,-0.999848,2700,100,1,0),(49329,324,1,1,1,-6890.71,198.715,-1.48214,1.27409,0,0,0.594823,0.803857,2700,100,1,0),(49330,324,1,1,1,-6927.77,1375.2,0.115259,0.523599,0,0,0.258819,0.965926,2700,100,1,0),(49331,324,1,1,1,-7769.69,998.732,-2.36412,-2.33874,0,0,0.920505,-0.390731,2700,100,1,0),(49332,180549,1,1,1,-6669.6,1564.43,8.63283,-2.87979,0,0,0.991445,-0.130526,900,100,1,0),(49333,180554,1,1,1,-6716.85,1677.28,8.42865,-2.87979,0,0,0.991445,-0.130526,900,100,1,0),(49334,180559,1,1,1,-6749.07,1647.14,8.07055,-2.87979,0,0,0.991445,-0.130526,900,100,1,0),(49335,180564,1,1,1,-6794.58,1686.04,7.67232,1.15192,0,0,0.544639,0.838671,900,100,1,0),(49336,181598,1,1,1,-6999.92,823.196,13.1457,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(49337,181598,1,1,1,-7851.41,1617.03,3.51614,3.07178,0,0,0.999391,0.034899,180,100,1,0),(49338,181598,1,1,1,-7849.86,1811.71,1.97516,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(49339,181598,1,1,1,-7478.8,1447.77,6.12544,2.68781,0,0,0.97437,0.224951,180,100,1,0),(49340,181598,1,1,1,-6477.6,1146.2,2.60009,1.95477,0,0,0.829038,0.559193,180,100,1,0),(49341,181598,1,1,1,-7757.84,1258.98,-2.27307,-0.558505,0,0,0.275637,-0.961262,180,100,1,0),(49342,181598,1,1,1,-7822.73,1879.87,5.44712,3.12414,0,0,0.999962,0.008727,180,100,1,0),(49343,181598,1,1,1,-7135.93,780.037,7.27633,-1.91986,0,0,0.819152,-0.573576,180,100,1,0),(49344,181598,1,1,1,-7836.4,1182.2,-1.61276,-0.523599,0,0,0.258819,-0.965926,180,100,1,0),(49345,181598,1,1,1,-6653.26,1280.47,4.89185,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(49346,181598,1,1,1,-7935.15,836.743,-1.24116,-0.523599,0,0,0.258819,-0.965926,180,100,1,0),(49347,181598,1,1,1,-6849.17,1282.89,-0.140266,-3.03687,0,0,0.99863,-0.052336,180,100,1,0),(49348,181598,1,1,1,-7323.53,473.756,9.38878,0.610865,0,0,0.300706,0.953717,180,100,1,0),(49349,181598,1,1,1,-7604.34,307.644,5.16781,-0.349066,0,0,0.173648,-0.984808,180,100,1,0),(49350,181598,1,1,1,-7421.76,426.214,0.29064,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(49351,181598,1,1,1,-7118.89,514.718,5.04252,0.383972,0,0,0.190809,0.981627,180,100,1,0),(49352,181603,1,1,1,-7142.01,1397.95,4.33425,-0.925024,0,0,0.446198,-0.894934,900,100,1,0),(49353,180583,1,1,1,-6230.4,1548.1,15.1153,1.20428,0,0,0.566406,0.824126,900,100,1,0),(49354,180583,1,1,1,-6327.62,1616.49,23.1831,0.994838,0,0,0.477159,0.878817,900,100,1,0),(49355,180583,1,1,1,-6140.71,1819.92,39.5031,1.65806,0,0,0.737277,0.67559,900,100,1,0),(49356,180583,1,1,1,-6134.29,1789.29,33.9167,1.74533,0,0,0.766044,0.642788,900,100,1,0),(49357,180583,1,1,1,-6201.68,1581.94,19.4004,1.22173,0,0,0.573576,0.819152,900,100,1,0),(49358,180583,1,1,1,-6295.14,1770.46,3.08768,-2.00713,0,0,0.843391,-0.5373,900,100,1,0),(49359,180583,1,1,1,-6264.88,1611.38,4.17541,1.98968,0,0,0.838671,0.544639,900,100,1,0),(49360,180583,1,1,1,-6393.28,1762.54,13.0218,0.558505,0,0,0.275637,0.961262,900,100,1,0),(49361,180583,1,1,1,-6196.44,1815.9,21.6988,-1.51844,0,0,0.688354,-0.725374,900,100,1,0),(49362,180583,1,1,1,-6198.25,1778.85,17.5402,-2.47837,0,0,0.945519,-0.325568,900,100,1,0),(49363,180583,1,1,1,-6209.36,1789.92,19.2903,1.71042,0,0,0.75471,0.656059,900,100,1,0),(49364,180583,1,1,1,-6151.03,1747.77,28.9163,-1.91986,0,0,0.819152,-0.573576,900,100,1,0),(49365,180583,1,1,1,-6183.65,1697.85,14.5047,1.23918,0,0,0.580703,0.814116,900,100,1,0),(49366,180583,1,1,1,-6318.64,1700.38,4.29943,3.00197,0,0,0.997564,0.069757,900,100,1,0),(49367,180583,1,1,1,-6231.62,1687.5,7.06501,0.436332,0,0,0.21644,0.976296,900,100,1,0),(49368,180583,1,1,1,-6276.29,1702.12,3.87638,0.174533,0,0,0.087156,0.996195,900,100,1,0),(49369,180583,1,1,1,-6183.27,1847.86,38.9334,-2.63545,0,0,0.968148,-0.25038,900,100,1,0),(49370,180583,1,1,1,-6378.29,1805.97,2.97902,1.44862,0,0,0.66262,0.748956,900,100,1,0),(49371,180583,1,1,1,-6471.72,1850.61,3.59942,0.645772,0,0,0.317305,0.948324,900,100,1,0),(49372,179565,1,1,1,-7244.06,335.095,46.3382,-0.767945,0,0,0.374607,-0.927184,2,100,1,0),(49373,181617,1,1,1,-7588.78,756.778,-16.4095,2.37365,0,0,0.927184,0.374607,900,100,1,0),(49374,181618,1,1,1,-7141.96,1397.97,4.34255,-2.1293,0,0,0.87462,-0.48481,900,100,1,0),(49375,181619,1,1,1,-7588.6,756.806,-16.4185,-2.1293,0,0,0.87462,-0.48481,900,100,1,0),(49376,178553,1,1,1,-7179.28,435.092,64.374,-1.22173,0,0,0.573576,-0.819152,2,100,1,0),(49377,181633,1,1,1,-7553.39,764.236,-18.5111,3.12414,0,0,0.999962,0.008727,900,100,1,0),(49378,177281,1,1,1,-6832.96,832.052,48.5853,-0.663225,0,0,-0.325568,0.945519,900,100,1,0),(49379,181634,1,1,1,-7568.23,771.082,-18.2331,3.14159,0,0,1,0,900,100,1,0),(49380,180866,1,1,1,-6792.99,816.434,55.7469,-1.71042,0,0,0.75471,-0.656059,900,100,1,0),(49381,181635,1,1,1,-7178.94,1384.41,2.91942,3.14159,0,0,1,0,900,100,1,0),(49382,179344,1,1,1,-6386.38,-310.63,-1.99362,0.253073,0,0,0.126199,0.992005,900,100,1,0),(49383,188048,1,1,1,-6392.08,202.307,2.62744,1.18682,0,0,0.559193,0.829038,900,100,1,0),(49384,188048,1,1,1,-6436.44,218.465,3.59647,2.32129,0,0,0.91706,0.398749,900,100,1,0),(49385,188048,1,1,1,-6426.74,187.17,5.39112,-0.663225,0,0,0.325568,-0.945519,900,100,1,0),(49386,188050,1,1,1,-6436.32,218.692,5.65515,1.29154,0,0,0.601815,0.798636,900,100,1,0),(49387,188050,1,1,1,-6391.86,202.224,4.62114,2.28638,0,0,0.909961,0.414693,900,100,1,0),(49388,188050,1,1,1,-6427.05,186.99,7.37724,0.418879,0,0,0.207912,0.978148,900,100,1,0),(49389,180633,1,1,1,-8028.91,1538.62,2.6094,-0.139626,0,0,0.069756,-0.997564,2,100,1,0),(49390,180898,1,1,1,-8138.68,1525.46,17.3969,-0.017454,0,0,-0.008727,0.999962,900,100,0,0),(49391,180899,1,1,1,-8140.18,1525.19,17.4548,-0.043633,0,0,-0.021815,0.999762,900,100,0,0),(49392,180904,1,1,1,-8138.58,1525.42,17.2999,-0.023624,0,0,-0.011812,0.99993,900,100,0,0),(49393,180913,1,1,1,-6865.66,754.037,42.6567,-2.88852,0,0,0.992005,-0.126199,900,100,1,0),(49394,180914,1,1,1,-6859.37,749.026,42.5261,0.253073,0,0,0.126199,0.992005,900,100,1,0),(49395,180915,1,1,1,-6850.66,765.725,42.3866,-2.57436,0,0,0.96005,-0.279829,900,100,1,0),(49396,180417,1,1,1,-8020.06,1112.56,2.73793,-0.28798,0.049354,0.006055,-0.143937,0.988337,900,100,1,0),(49397,176583,1,1,1,-7631.55,562.08,-51.4681,0.20944,0,0,0.104528,0.994522,60,100,1,0),(49398,176583,1,1,1,-7209.2,407.941,25.052,-1.32645,0,0,0.615661,-0.788011,60,100,1,0),(49399,176583,1,1,1,-6539.54,1413.72,3.62275,0.855211,0,0,0.414693,0.909961,60,100,1,0),(49400,176583,1,1,1,-6672.97,596.309,6.83641,-0.122173,0,0,0.061049,-0.998135,60,100,1,0),(49401,176584,1,1,1,-6640.85,723.98,6.04015,-0.628319,0,0,0.309017,-0.951056,60,100,1,0),(49402,176584,1,1,1,-7441.34,355.08,3.75912,-2.1293,0,0,0.87462,-0.48481,60,100,1,0),(49403,176584,1,1,1,-7320.77,509.581,7.11041,0.680678,0,0,0.333807,0.942641,60,100,1,0),(49404,176584,1,1,1,-7079.04,1473.01,6.3944,2.19912,0,0,0.891007,0.453991,60,100,1,0),(49405,176584,1,1,1,-7880.61,1711.77,-1.10263,3.03687,0,0,0.99863,0.052336,60,100,1,0),(49406,176586,1,1,1,-6548.1,1670.95,36.442,0.610865,0,0,0.300706,0.953717,60,100,1,0),(49407,176586,1,1,1,-7273.3,1926.67,29.2987,2.82743,0,0,0.987688,0.156434,60,100,1,0),(49408,176586,1,1,1,-7773.36,1961.74,28.5963,2.60054,0,0,0.96363,0.267238,60,100,1,0),(49409,176586,1,1,1,-6215.69,381.553,49.5212,-1.62316,0,0,0.725374,-0.688354,60,100,1,0),(49410,176586,1,1,1,-7243.38,284.821,62.2647,-1.85005,0,0,0.798635,-0.601815,60,100,1,0),(49411,176586,1,1,1,-7993.95,247.323,20.0297,0.017453,0,0,0.008727,0.999962,60,100,1,0),(49412,176589,1,1,1,-6501.72,1818.61,3.57448,-0.785398,0,0,0.382683,-0.92388,60,100,1,0),(50393,185939,530,1,1,-5154.33,225.287,-20.1081,0.742976,0,0,0.363002,0.931788,120,100,1,0),(49414,180435,1,1,1,-8080.96,985.235,48.2963,0.907571,0,0,0.438371,0.898794,2,100,1,0); INSERT INTO `gameobject` VALUES (49415,180436,1,1,1,-6230.4,1548.1,15.1153,1.20428,0,0,0.566406,0.824126,180,100,1,0),(49416,180436,1,1,1,-6327.62,1616.49,23.1831,0.994838,0,0,0.477159,0.878817,180,100,1,0),(49417,180436,1,1,1,-6134.29,1789.29,33.9167,1.74533,0,0,0.766044,0.642788,180,100,1,0),(49418,180436,1,1,1,-6196.44,1815.9,21.6988,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(49419,180436,1,1,1,-6151.03,1747.77,28.9163,-1.91986,0,0,0.819152,-0.573576,180,100,1,0),(49420,180436,1,1,1,-6471.72,1850.61,3.59942,0.645772,0,0,0.317305,0.948324,180,100,1,0),(49421,180438,1,1,1,-6796.55,1661.36,5.86417,3.13287,0,0,0.99999,0.004363,900,100,1,0),(49422,180439,1,1,1,-6756.5,1596.81,6.67234,2.21657,0,0,0.894934,0.446198,900,100,1,0),(49423,180440,1,1,1,-6986.95,1212.81,9.09485,1.06465,0,0,0.507538,0.861629,900,100,1,0),(49424,180441,1,1,1,-6990.71,1122.79,8.93809,-0.855211,0,0,-0.414693,0.909961,900,100,1,0),(49425,180442,1,1,1,-7037.04,1149.42,6.29843,1.7017,0,0,0.75184,0.659346,900,100,1,0),(49426,180443,1,1,1,-6446.86,209.125,4.05612,1.18682,0,0,0.559193,0.829038,900,100,1,0),(49427,180444,1,1,1,-6348.64,154.418,5.83256,2.86234,0,0,0.990268,0.139173,900,100,1,0),(49428,180448,1,1,1,-6847.41,748.786,42.5384,0.610865,0,0,0.300706,0.953717,2,100,1,0),(49429,180451,1,1,1,-6840.3,734.942,42.1887,1.27409,0,0,0.594823,0.803857,900,100,1,0),(49430,180453,1,1,1,-8323.09,726.438,-68.781,0.802851,0,0,0.390731,0.920505,900,100,1,0),(49431,180454,1,1,1,-6579.91,765.67,-49.3908,2.42601,0,0,0.936672,0.350207,900,100,1,0),(49432,180455,1,1,1,-7410.13,1239.35,-80.2098,-0.087267,0,0,0.04362,-0.999048,900,100,1,0),(49433,180456,1,1,1,-7959.77,1824.89,3.53474,2.49582,0,0,0.948324,0.317305,900,100,1,0),(49434,185322,1,1,1,-8267.02,1538.32,-4.65283,3.14159,0,0,1,0,900,100,1,0),(49435,177388,1,1,1,-8290.17,564.736,-84.2301,2.6529,0,0,0.970296,0.241922,2700,100,1,0),(49436,177388,1,1,1,-6636.41,945.352,-52.6581,0.069813,0,0,0.034899,0.999391,2700,100,1,0),(49437,177388,1,1,1,-8346.8,690.752,-70.9637,-0.314159,0,0,0.156434,-0.987688,2700,100,1,0),(49438,177388,1,1,1,-7574.74,1924.99,-59.4103,-1.27409,0,0,0.594823,-0.803857,2700,100,1,0),(49439,177388,1,1,1,-6586.51,1060.81,-39.6422,-2.53073,0,0,0.953717,-0.300706,2700,100,1,0),(49440,177388,1,1,1,-6325.73,999.277,-31.9301,1.85005,0,0,0.798636,0.601815,2700,100,1,0),(49441,177388,1,1,1,-7272.44,1700.95,-62.5224,-2.80998,0,0,0.986286,-0.165048,2700,100,1,0),(49442,177388,1,1,1,-7582,1586.19,-67.023,3.01942,0,0,0.998135,0.061049,2700,100,1,0),(49443,177388,1,1,1,-8126.34,784.782,-79.5988,-2.42601,0,0,0.936672,-0.350207,2700,100,1,0),(49444,177388,1,1,1,-7480.34,1851.99,-53.8354,-0.069813,0,0,0.034899,-0.999391,2700,100,1,0),(49445,177388,1,1,1,-7824.6,362.929,-66.6964,-1.97222,0,0,0.833886,-0.551937,2700,100,1,0),(49446,177388,1,1,1,-6335.74,1185.27,-20.9147,-2.49582,0,0,0.948324,-0.317305,2700,100,1,0),(49447,177388,1,1,1,-6325.71,956.071,5.64124,-2.23402,0,0,0.898794,-0.438371,2700,100,1,0),(49448,177388,1,1,1,-7471.04,1287.15,-85.9731,-2.14675,0,0,0.878817,-0.477159,2700,100,1,0),(49449,177388,1,1,1,-7659.53,296.228,-37.8649,-3.05433,0,0,0.999048,-0.043619,2700,100,1,0),(49450,180461,1,1,1,-7928.46,1938.13,5.75729,-2.87979,0,0,0.991445,-0.130526,900,100,1,0),(49451,180718,1,1,1,-8069.05,1641.72,27.03,-1.53589,0,0,0.694658,-0.71934,900,100,1,0),(49452,180466,1,1,1,-7898.39,1891.27,9.22634,-2.87979,0,0,0.991445,-0.130526,900,100,1,0),(49453,188148,1,1,1,-6436.27,218.72,5.61793,1.25664,0,0,0.587785,0.809017,900,100,1,0),(49454,188149,1,1,1,-6427.05,186.916,7.40025,0.10472,0,0,0.052336,0.99863,900,100,1,0),(49455,188150,1,1,1,-6391.75,202.199,4.69183,-1.20428,0,0,0.566406,-0.824126,900,100,1,0),(49456,2040,1,1,1,-7098.66,153.395,12.9174,-0.349066,0,0,0.173648,-0.984808,1800,100,1,0),(49457,2040,1,1,1,-6324.74,1631.31,25.6828,0.680678,0,0,0.333807,0.942641,1800,100,1,0),(49458,2040,1,1,1,-6273.1,791.25,18.3609,2.07694,0,0,0.861629,0.507538,1800,100,1,0),(49459,2040,1,1,1,-8009.26,1984.93,15.7425,-1.79769,0,0,0.782608,-0.622515,1800,100,1,0),(49460,180473,1,1,1,-6317.04,17.1917,6.0711,1.51844,0,0,0.688355,0.725374,900,100,1,0),(49461,180474,1,1,1,-6330.93,-3.34778,6.55126,1.95477,0,0,0.829038,0.559192,900,100,1,0),(49462,180475,1,1,1,-6308.32,5.30829,6.33533,2.4969,-0.069236,-0.066279,0.945327,0.311722,900,100,1,0),(49463,180476,1,1,1,-6237.74,49.1277,15.8064,0.218167,0,0,0.108867,0.994056,900,100,1,0),(49464,180477,1,1,1,-6244.73,33.2799,11.0577,2.31732,0.069319,-0.059729,0.911472,0.401057,900,100,1,0),(49465,180478,1,1,1,-6244.46,65.0301,17.1937,0.680678,0,0,0.333807,0.942642,900,100,1,0),(49466,180479,1,1,1,-6258.04,54.7871,17.1937,1.05592,0,0,0.503774,0.863836,900,100,1,0),(49467,4608,1,1,1,9438.71,756.401,1253.52,0.471239,0,0,0.233445,0.97237,300,100,1,0),(49468,4608,1,1,1,9494.46,676.276,1265.11,1.16937,0,0,0.551937,0.833886,300,100,1,0),(49469,4608,1,1,1,9424.74,721.665,1260.28,0.680678,0,0,0.333807,0.942641,300,100,1,0),(49470,4608,1,1,1,9386.93,1264.87,1251.3,1.53589,0,0,0.694658,0.71934,300,100,1,0),(49471,4608,1,1,1,9359.21,827.195,1264.37,1.95477,0,0,0.829038,0.559193,300,100,1,0),(49472,4608,1,1,1,9508.07,649.094,1271.74,2.05949,0,0,0.857167,0.515038,300,100,1,0),(49473,4608,1,1,1,9347,1196.95,1247.41,0.750492,0,0,0.366501,0.930418,300,100,1,0),(49474,4608,1,1,1,9493.85,1119.84,1252.87,-0.453786,0,0,0.224951,-0.97437,300,100,1,0),(49475,4608,1,1,1,9408.91,1123.34,1249.89,1.76278,0,0,0.771625,0.636078,300,100,1,0),(49476,4608,1,1,1,9464.73,756.767,1254.89,-0.15708,0,0,0.078459,-0.996917,300,100,1,0),(49477,4608,1,1,1,9457.63,699.055,1264.7,3.00197,0,0,0.997564,0.069757,300,100,1,0),(49478,4608,1,1,1,9492.57,1079.29,1250.12,1.51844,0,0,0.688355,0.725374,300,100,1,0),(49479,4608,1,1,1,9440.77,1089.94,1251.58,-1.09956,0,0,0.522499,-0.85264,300,100,1,0),(49480,4608,1,1,1,9366.38,1270.76,1251.89,1.11701,0,0,0.529919,0.848048,300,100,1,0),(49481,4608,1,1,1,9477.68,778.675,1253.19,1.29154,0,0,0.601815,0.798636,300,100,1,0),(49482,4608,1,1,1,9458.01,1010.13,1253.44,-1.64061,0,0,0.731354,-0.681998,300,100,1,0),(49483,4608,1,1,1,9591.29,1007.3,1271.32,1.79769,0,0,0.782608,0.622515,300,100,1,0),(49484,4608,1,1,1,9354.87,1130.44,1253.44,2.80998,0,0,0.986286,0.165048,300,100,1,0),(49485,4608,1,1,1,9483.56,1141.8,1252.26,-2.44346,0,0,0.939693,-0.34202,300,100,1,0),(49486,4608,1,1,1,9383.43,753.562,1261.82,1.18682,0,0,0.559193,0.829038,300,100,1,0),(49487,4608,1,1,1,9446.56,1067.29,1249.51,1.23918,0,0,0.580703,0.814116,300,100,1,0),(49488,4608,1,1,1,9427.97,1221.07,1250.06,-2.42601,0,0,0.936672,-0.350207,300,100,1,0),(49489,4608,1,1,1,9319.93,1150.49,1254.28,-1.36136,0,0,0.629321,-0.777146,300,100,1,0),(49490,4608,1,1,1,9668.24,765.36,1280.41,1.71042,0,0,0.75471,0.656059,300,100,1,0),(49491,4608,1,1,1,9594.89,701.125,1267.78,-1.69297,0,0,0.748956,-0.66262,300,100,1,0),(49492,4608,1,1,1,9375.99,786.278,1262.29,-1.88496,0,0,0.809017,-0.587785,300,100,1,0),(49493,4608,1,1,1,9323.76,1241.87,1253.63,-1.29154,0,0,0.601815,-0.798635,300,100,1,0),(49494,4608,1,1,1,9607.18,895.855,1261.84,-2.63545,0,0,0.968148,-0.25038,300,100,1,0),(49495,4608,1,1,1,9561.51,970.763,1267.12,0.593412,0,0,0.292372,0.956305,300,100,1,0),(49496,4608,1,1,1,9614.88,864.638,1259.62,-3.07178,0,0,0.999391,-0.034899,300,100,1,0),(49497,4608,1,1,1,9644.13,891.584,1268.61,-0.069813,0,0,0.034899,-0.999391,300,100,1,0),(49498,4608,1,1,1,9643.76,856.489,1266,2.25148,0,0,0.902585,0.430511,300,100,1,0),(49499,4608,1,1,1,9638.86,736.849,1270.71,-1.74533,0,0,0.766044,-0.642788,300,100,1,0),(49500,138498,1,1,1,9634.3,2523.75,1333.23,-0.855212,0,0,0.414693,-0.909961,900,100,1,0),(49501,2061,1,1,1,9190.04,1372.69,1315.07,3.11541,0,0,0.999914,0.01309,900,100,1,0),(49502,2061,1,1,1,9705.91,1268.05,1290.85,3.14159,0,0,1,0,900,100,1,0),(49503,2061,1,1,1,10056.5,323.421,1324.87,-3.14159,-0.00872,-0.039258,0.999191,-0.000343,900,100,1,0),(49504,2061,1,1,1,9668.28,460.541,1309.52,3.14159,0,0,1,0,900,100,1,0),(49505,2061,1,1,1,9554.57,1882.64,1314.31,1.46608,0.033072,-0.01718,0.669005,0.742323,900,100,1,0),(49506,2061,1,1,1,9370.49,1712.86,1308.86,3.14159,0.004363,-0.004363,0.999981,0.000019,900,100,1,0),(49507,2061,1,1,1,9110.55,1845.11,1327.5,1.89368,0,0,0.811574,0.58425,900,100,1,0),(49508,2061,1,1,1,9198.2,1415.26,1311.22,3.14159,0.030538,0.004361,0.999524,-0.000133,900,100,1,0),(49509,2061,1,1,1,9122.58,1776.2,1321.5,-2.28638,0.055565,-0.027363,0.908994,-0.412182,900,100,1,0),(49510,2061,1,1,1,9113.14,1676.04,1324.53,3.14159,0.030536,-0.013083,0.999448,0.0004,900,100,1,0),(49511,2061,1,1,1,9566.44,1299.1,1300.54,3.14159,0,0,1,0,900,100,1,0),(49512,2061,1,1,1,10498.3,1054.03,1325.47,3.14159,0,0,1,0,900,100,1,0),(49513,2061,1,1,1,10335.3,1034.1,1339.32,3.14159,0,0,1,0,900,100,1,0),(49514,2061,1,1,1,10405.6,715.279,1321.62,3.11541,0,0,0.999914,0.01309,900,100,1,0),(49515,2061,1,1,1,9268.6,940.655,1311.9,1.66679,0.00646,-0.005867,0.74019,0.672341,900,100,1,0),(49516,2061,1,1,1,9632.87,471.409,1312.78,3.14159,0.017451,0.013088,0.999762,-0.000228,900,100,1,0),(49517,2061,1,1,1,9151.33,1838.82,1327.63,3.14159,-0.043599,0.030509,0.998582,0.001332,900,100,1,0),(49518,2061,1,1,1,9755.68,905.113,1295.52,3.14159,0,0,1,0,900,100,1,0),(49519,2061,1,1,1,10021.8,285.987,1323.02,3.14159,0,0,1,0,900,100,1,0),(49520,2061,1,1,1,10269.9,966.038,1340.88,3.14159,0,0,1,0,900,100,1,0),(49521,92693,1,1,1,9863.03,2229.16,1331.83,-0.34034,0,0,-0.16935,0.985556,900,100,1,0),(49522,92694,1,1,1,9863.43,2230.25,1337.63,0.043631,0,0,0.021814,0.999762,900,100,1,0),(49523,92695,1,1,1,9755.96,2263.14,1331.22,2.33001,0,0,0.918791,0.394744,900,100,1,0),(49524,92696,1,1,1,9772.81,2291.17,1337.12,-0.261799,0,0,-0.130526,0.991445,900,100,1,0),(49525,91672,1,1,1,10066.2,2354.02,1332,-0.916298,0,0,-0.442289,0.896873,900,100,1,0),(49526,91673,1,1,1,10090.9,2425.22,1321.69,-2.77507,0,0,0.983255,-0.182236,900,100,1,0),(49527,92699,1,1,1,10087.5,2233.9,1339.2,0.637045,0,0,0.313164,0.949699,900,100,1,0),(49528,2843,1,1,1,10911.3,848.826,1329.36,2.04204,0,0,0.85264,0.522499,7200,100,1,0),(49529,2843,1,1,1,10328,1033.01,1339.31,1.74533,0,0,0.766044,0.642788,7200,100,1,0),(49530,92700,1,1,1,10087.8,2232.85,1333.18,0.314159,0,0,0.156434,0.987688,900,100,1,0),(49531,142109,1,1,1,9848.28,957.296,1306.79,-2.80125,0,0,0.985556,-0.16935,900,100,1,0),(49532,142110,1,1,1,9943,2497.74,1317.69,-2.6529,0,0,0.970296,-0.241922,900,100,1,0),(49533,152094,1,1,1,10328.4,593.559,1333.13,3.10669,0,0,0.999848,0.017452,300,100,1,0),(49534,152094,1,1,1,10336.7,632.356,1329.06,2.02458,0,0,0.848048,0.529919,300,100,1,0),(49535,152094,1,1,1,10521,1103.35,1335.61,-0.558505,0,0,0.275637,-0.961262,300,100,1,0),(49536,152094,1,1,1,10805.6,713.677,1336.18,-2.61799,0,0,0.965926,-0.258819,300,100,1,0),(49537,152094,1,1,1,10469,1075.79,1336.42,1.69297,0,0,0.748956,0.66262,300,100,1,0),(49538,152094,1,1,1,10678.7,815.351,1324.22,0.506145,0,0,0.25038,0.968148,300,100,1,0),(49539,152094,1,1,1,10416.6,1038.97,1335.62,-0.436333,0,0,0.21644,-0.976296,300,100,1,0),(49540,152094,1,1,1,10380.4,494.978,1334.13,-3.12414,0,0,0.999962,-0.008727,300,100,1,0),(49541,152094,1,1,1,10355.8,617.688,1328.6,1.46608,0,0,0.669131,0.743145,300,100,1,0),(49542,152094,1,1,1,10502.9,1066.79,1326.02,-0.680679,0,0,0.333807,-0.942641,300,100,1,0),(49543,152094,1,1,1,10246.8,733.192,1351.85,-0.226893,0,0,0.113203,-0.993572,300,100,1,0),(49544,152094,1,1,1,10275.8,785.104,1341.64,1.88496,0,0,0.809017,0.587785,300,100,1,0),(49545,152094,1,1,1,10231.6,811.769,1353.23,1.90241,0,0,0.814116,0.580703,300,100,1,0),(49546,152094,1,1,1,10482.6,1045.08,1326.4,1.90241,0,0,0.814116,0.580703,300,100,1,0),(49547,152094,1,1,1,10549,1078.95,1324.49,-0.575959,0,0,0.284015,-0.95882,300,100,1,0),(49548,152094,1,1,1,10473.6,1033.94,1326.3,1.97222,0,0,0.833886,0.551937,300,100,1,0),(49549,152094,1,1,1,10356.7,705.124,1327.86,2.28638,0,0,0.909961,0.414693,300,100,1,0),(49550,152094,1,1,1,10423.7,831.662,1318.99,2.93215,0,0,0.994522,0.104528,300,100,1,0),(49551,152094,1,1,1,10439,570.624,1336.44,2.51327,0,0,0.951057,0.309017,300,100,1,0),(49552,152094,1,1,1,10547.7,1029.52,1324.01,-2.28638,0,0,0.909961,-0.414693,300,100,1,0),(49553,152094,1,1,1,10330.2,742.567,1330.22,-1.85005,0,0,0.798635,-0.601815,300,100,1,0),(49554,152094,1,1,1,10366.7,1042.07,1342.14,-2.63545,0,0,0.968148,-0.25038,300,100,1,0),(49555,152094,1,1,1,10276,892.483,1336.67,0.15708,0,0,0.078459,0.996917,300,100,1,0),(49556,152094,1,1,1,10269.1,771.645,1345.13,0.802851,0,0,0.390731,0.920505,300,100,1,0),(49557,152094,1,1,1,10667.1,682.759,1330.08,-0.034907,0,0,0.017452,-0.999848,300,100,1,0),(49558,152094,1,1,1,10238.9,833.838,1345.72,-0.279253,0,0,0.139173,-0.990268,300,100,1,0),(49559,152094,1,1,1,10544.8,597.507,1334.83,-0.523599,0,0,0.258819,-0.965926,300,100,1,0),(49560,152094,1,1,1,10499.2,946.187,1319.29,-2.26893,0,0,0.906308,-0.422618,300,100,1,0),(49561,152094,1,1,1,10364.6,640.284,1328.36,-0.610865,0,0,0.300706,-0.953717,300,100,1,0),(49562,152094,1,1,1,10557.1,678.682,1322.41,-1.16937,0,0,0.551937,-0.833886,300,100,1,0),(49563,152094,1,1,1,10456.3,637.049,1323.81,2.61799,0,0,0.965926,0.258819,300,100,1,0),(49564,152094,1,1,1,10591.8,881.344,1312.31,2.40855,0,0,0.93358,0.358368,300,100,1,0),(49565,152094,1,1,1,10587.5,985.079,1323.48,1.39626,0,0,0.642788,0.766044,300,100,1,0),(49566,152094,1,1,1,10468.9,519.537,1346.69,2.80998,0,0,0.986286,0.165048,300,100,1,0),(49567,152094,1,1,1,10329.9,1032.04,1339.22,0.488692,0,0,0.241922,0.970296,300,100,1,0),(49568,152094,1,1,1,10328.2,908.165,1328.63,1.13446,0,0,0.5373,0.843391,300,100,1,0),(49569,152094,1,1,1,10600,736.555,1320.19,0.523599,0,0,0.258819,0.965926,300,100,1,0),(49570,152094,1,1,1,10640.9,903.958,1318.73,2.42601,0,0,0.936672,0.350207,300,100,1,0),(49571,152095,1,1,1,10556.1,819.897,1308.99,-1.06465,0,0,0.507538,-0.861629,300,100,1,0),(49572,152095,1,1,1,10556.9,923.95,1314.9,1.0472,0,0,0.5,0.866025,300,100,1,0),(49573,152095,1,1,1,10577.1,915.566,1313.2,-3.01942,0,0,0.998135,-0.061048,300,100,1,0),(49574,152095,1,1,1,10602.6,851.279,1316.24,1.58825,0,0,0.71325,0.700909,300,100,1,0),(49575,152095,1,1,1,10623.2,857.359,1313.07,-1.55334,0,0,0.700909,-0.71325,300,100,1,0),(49576,152095,1,1,1,10608.5,887.885,1312.11,1.11701,0,0,0.529919,0.848048,300,100,1,0),(49577,152095,1,1,1,10594.2,839.119,1309.62,-0.977384,0,0,0.469472,-0.882948,300,100,1,0),(49578,152095,1,1,1,10485,895.09,1311.08,1.97222,0,0,0.833886,0.551937,300,100,1,0),(49579,152095,1,1,1,10587.3,858.92,1308.61,-2.47837,0,0,0.945519,-0.325568,300,100,1,0),(49580,152095,1,1,1,10557.5,874.98,1309.68,-0.314159,0,0,0.156434,-0.987688,300,100,1,0),(49581,152095,1,1,1,10574.6,872.669,1308.19,-0.331612,0,0,0.165048,-0.986286,300,100,1,0),(49582,152095,1,1,1,10535.9,827.381,1310.91,1.64061,0,0,0.731354,0.681998,300,100,1,0),(49583,152095,1,1,1,10526.5,859.305,1308.92,1.02974,0,0,0.492424,0.870356,300,100,1,0),(49584,152095,1,1,1,10563.7,813.337,1309.69,-2.1293,0,0,0.87462,-0.48481,300,100,1,0),(49585,152095,1,1,1,10534.3,863.327,1308.24,2.33874,0,0,0.920505,0.390731,300,100,1,0),(49586,152095,1,1,1,10536.5,922.475,1311.03,-1.46608,0,0,0.669131,-0.743145,300,100,1,0),(49587,152095,1,1,1,10510.7,937.235,1315.91,-1.44862,0,0,0.66262,-0.748956,300,100,1,0),(49588,152095,1,1,1,10504.7,913.548,1310.8,1.27409,0,0,0.594823,0.803857,300,100,1,0),(49589,4406,1,1,1,10932.4,911.63,1337.94,2.94961,0,0,0.995396,0.095846,300,100,1,0),(49590,4406,1,1,1,10929.4,923.083,1339.99,1.51844,0,0,0.688355,0.725374,300,100,1,0),(49591,4406,1,1,1,10932.1,917.925,1339.32,-2.89725,0,0,0.992546,-0.121869,300,100,1,0),(20339,180685,1,1,1,-2937.83,-4248.67,0,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(49593,4406,1,1,1,10933.3,922.297,1340.05,0.15708,0,0,0.078459,0.996917,300,100,1,0),(20337,180664,0,1,1,-3887.51,-837.013,0,2.32129,0,0,0.91706,0.398749,180,100,1,0),(49595,4406,1,1,1,10933.3,929.184,1340.81,1.20428,0,0,0.566406,0.824126,300,100,1,0),(49596,4406,1,1,1,10931.6,926.534,1340.53,-1.88496,0,0,0.809017,-0.587785,300,100,1,0),(49597,12351,1,1,1,10374.6,743.243,1322.15,2.25147,0,0,0.902585,0.430511,900,100,1,0),(49598,12352,1,1,1,10374.6,743.265,1321.53,2.25147,0,0,0.902585,0.430511,900,100,1,0),(49599,12353,1,1,1,9955.03,659.749,1310.21,-2.33001,0,0,0.918791,-0.394744,900,100,1,0),(49600,12354,1,1,1,9955.03,659.749,1309.54,-2.33001,0,0,0.918791,-0.394744,900,100,1,0),(49601,12355,1,1,1,9954.96,659.806,1310.21,2.38238,0,0,0.92881,0.370557,900,100,1,0),(49602,12356,1,1,1,9955.04,659.796,1310.21,0.811578,0,0,0.394744,0.918791,900,100,1,0),(49603,12357,1,1,1,9955.04,659.783,1309.6,0.811578,0,0,0.394744,0.918791,900,100,1,0),(49604,12358,1,1,1,9891.84,919.78,1307.56,-2.81871,0,0,0.986996,-0.160743,900,100,1,0),(49605,12359,1,1,1,9891.84,919.77,1306.89,-2.81871,0,0,0.986996,-0.160743,900,100,1,0),(49606,12360,1,1,1,9891.9,919.854,1306.9,0.322885,0,0,0.160742,0.986996,900,100,1,0),(49607,12361,1,1,1,9891.89,919.883,1307.56,0.322885,0,0,0.160742,0.986996,900,100,1,0),(49608,12362,1,1,1,9891.83,919.75,1306.17,-2.81871,0,0,0.986996,-0.160743,900,100,1,0),(49609,3658,1,1,1,10503.2,1983.78,1326.53,-1.93731,0,0,0.824126,-0.566406,7200,100,1,0),(49610,3658,1,1,1,10747.1,2177.42,1331.39,-1.58825,0,0,0.71325,-0.700909,7200,100,1,0),(49611,3658,1,1,1,9199.46,1402.7,1311.31,-2.67035,0,0,0.97237,-0.233445,7200,100,1,0),(49612,3658,1,1,1,9107.97,1857.2,1328.11,-0.191986,0,0,0.095846,-0.995396,7200,100,1,0),(49613,3658,1,1,1,9554.9,1897.06,1314.51,1.16937,0,0,0.551937,0.833886,7200,100,1,0),(49614,3658,1,1,1,9824.22,447.278,1307.79,-0.558505,0,0,0.275637,-0.961262,7200,100,1,0),(49615,3658,1,1,1,9908.29,985.799,1354.8,2.74017,0,0,0.979925,0.199368,7200,100,1,0),(49616,12363,1,1,1,9891.89,919.882,1306.23,0.322885,0,0,0.160742,0.986996,900,100,1,0),(49617,12364,1,1,1,10019.2,1825.5,1319.69,-2.46091,0,0,0.942641,-0.333807,900,100,1,0),(49618,12365,1,1,1,10019.2,1825.55,1319.68,-0.890118,0,0,-0.430511,0.902585,900,100,1,0),(49619,21581,1,1,1,10144.7,2352.27,1332.66,1.48353,0,0,0.67559,0.737277,900,100,1,0),(49620,12366,1,1,1,10019.2,1825.56,1319.68,0.680678,0,0,0.333807,0.942641,900,100,1,0),(49621,106318,1,1,1,10876.1,2073.31,1328.25,-0.10472,0,0,0.052336,-0.99863,7200,100,1,0),(49622,106318,1,1,1,10066.1,316.005,1324.56,0.401426,0,0,0.199368,0.979925,7200,100,1,0),(49623,106318,1,1,1,10663.3,2073.06,1330.61,2.21657,0,0,0.894934,0.446198,7200,100,1,0),(49624,106318,1,1,1,9695.68,1268.06,1290.39,2.37365,0,0,0.927184,0.374607,7200,100,1,0),(49625,106318,1,1,1,10548,1966.69,1327.98,-2.54818,0,0,0.956305,-0.292372,7200,100,1,0),(49626,106318,1,1,1,9188.62,1410.32,1311.97,1.79769,0,0,0.782608,0.622515,7200,100,1,0),(49627,106318,1,1,1,9755.57,1525.02,1279.5,0.401426,0,0,0.199368,0.979925,7200,100,1,0),(49628,106318,1,1,1,10087.8,1164.73,1300.36,1.46608,0,0,0.669131,0.743145,7200,100,1,0),(49629,1617,1,1,1,9730.25,1797.81,1298.15,1.32645,0,0,0.615662,0.788011,60,100,1,0),(49630,1617,1,1,1,9861.12,373.457,1313.16,0.663225,0,0,0.325568,0.945519,60,100,1,0),(49631,1617,1,1,1,10910.6,1759.3,1323.85,-0.750491,0,0,0.366501,-0.930418,60,100,1,0),(49632,1617,1,1,1,10955.1,1880.54,1331.02,2.35619,0,0,0.92388,0.382683,60,100,1,0),(49633,1617,1,1,1,9851.66,1319.95,1310.04,2.35619,0,0,0.92388,0.382683,60,100,1,0),(49634,1617,1,1,1,10485.3,1441.48,1329.91,0.837758,0,0,0.406737,0.913545,60,100,1,0),(49635,1617,1,1,1,10400,1457.49,1330.87,-2.74017,0,0,0.979925,-0.199368,60,100,1,0),(49636,1617,1,1,1,9161.58,1649.24,1322.22,2.74017,0,0,0.979925,0.199368,60,100,1,0),(49637,1617,1,1,1,10890.8,1502.11,1289.87,-3.08923,0,0,0.999657,-0.026177,60,100,1,0),(49638,1617,1,1,1,9253.42,1450.95,1298.03,-0.628319,0,0,0.309017,-0.951056,60,100,1,0),(49639,1617,1,1,1,9218.67,963.295,1323.9,-0.715585,0,0,0.350207,-0.936672,60,100,1,0),(49640,1617,1,1,1,10254.3,1735.68,1320.57,2.26893,0,0,0.906308,0.422618,60,100,1,0),(49641,1617,1,1,1,10565.6,1949.72,1325.72,1.76278,0,0,0.771625,0.636078,60,100,1,0),(49642,1617,1,1,1,10102.6,442.633,1325.6,-1.09956,0,0,0.522499,-0.85264,60,100,1,0),(49643,1617,1,1,1,9310.79,1457.74,1278.42,2.74017,0,0,0.979925,0.199368,60,100,1,0),(49644,1617,1,1,1,10094.6,312.466,1326.69,-1.98968,0,0,0.838671,-0.544639,60,100,1,0),(49645,1617,1,1,1,9330.76,625.455,1319.32,-1.13446,0,0,0.5373,-0.843391,60,100,1,0),(49646,1617,1,1,1,9454.83,526.045,1322.2,0.733038,0,0,0.358368,0.93358,60,100,1,0),(49647,1617,1,1,1,9700.66,807.928,1293.2,2.47837,0,0,0.945519,0.325568,60,100,1,0),(49648,1617,1,1,1,9974.96,939.731,1325.99,-3.00197,0,0,0.997564,-0.069756,60,100,1,0),(35851,176308,329,1,1,3968.17,-3592.17,129.298,0.558505,0,0,0.275637,0.961262,86400,100,1,0),(49650,1617,1,1,1,9789.72,1101.51,1291.65,1.62316,0,0,0.725374,0.688355,60,100,1,0),(49651,1618,1,1,1,9807.61,400.044,1308.73,-2.47837,0,0,0.945519,-0.325568,60,100,1,0),(49652,1618,1,1,1,10763.5,1524.35,1307.42,-3.05433,0,0,0.999048,-0.043619,60,100,1,0),(49653,1618,1,1,1,9784.03,1750.67,1312.51,-0.10472,0,0,0.052336,-0.99863,60,100,1,0),(49654,1618,1,1,1,10464.7,1914.97,1320.17,-1.48353,0,0,0.67559,-0.737277,60,100,1,0),(49655,1618,1,1,1,10860.5,1691.74,1301.1,2.23402,0,0,0.898794,0.438371,60,100,1,0),(49656,1618,1,1,1,10074.3,478.535,1321.92,-0.366519,0,0,0.182236,-0.983255,60,100,1,0),(49657,1618,1,1,1,9752.45,571.133,1301.97,1.16937,0,0,0.551937,0.833886,60,100,1,0),(49658,1618,1,1,1,9858.45,707.571,1307.02,0.349066,0,0,0.173648,0.984808,60,100,1,0),(49659,1618,1,1,1,10186.7,1720.85,1325.37,-2.32129,0,0,0.91706,-0.398749,60,100,1,0),(49660,1618,1,1,1,10437.5,1470.95,1321.98,0.191986,0,0,0.095846,0.995396,60,100,1,0),(49661,1618,1,1,1,10494.8,1564.35,1302.41,-2.82743,0,0,0.987688,-0.156434,60,100,1,0),(49662,1618,1,1,1,10027,1698.21,1327.99,0.663225,0,0,0.325568,0.945519,60,100,1,0),(49663,1618,1,1,1,9401.23,599.221,1320.75,-1.85005,0,0,0.798635,-0.601815,60,100,1,0),(49664,1618,1,1,1,9629.97,886.949,1267.63,2.19912,0,0,0.891007,0.453991,60,100,1,0),(49665,1618,1,1,1,9565.17,999.28,1265.68,1.98968,0,0,0.838671,0.544639,60,100,1,0),(49666,1618,1,1,1,9713.99,1110.66,1278.7,-1.44862,0,0,0.66262,-0.748956,60,100,1,0),(49667,1618,1,1,1,9952.22,1302.16,1295.14,-2.05949,0,0,0.857167,-0.515038,60,100,1,0),(49668,1619,1,1,1,9554.36,1212.68,1277.54,-1.41372,0,0,0.649448,-0.760406,60,100,1,0),(49669,1619,1,1,1,9814.7,1788.99,1320.24,3.01942,0,0,0.998135,0.061049,60,100,1,0),(49670,1619,1,1,1,9949.36,1517.52,1319.11,1.51844,0,0,0.688355,0.725374,60,100,1,0),(49671,1619,1,1,1,10613.4,1781.43,1328.48,-0.296706,0,0,0.147809,-0.989016,60,100,1,0),(49672,1619,1,1,1,10696.3,1382.2,1332.31,1.98968,0,0,0.838671,0.544639,60,100,1,0),(49673,1619,1,1,1,10930.9,1772.33,1327.66,-2.25148,0,0,0.902585,-0.430511,60,100,1,0),(49674,1619,1,1,1,10007.6,1518.39,1299.62,0.663225,0,0,0.325568,0.945519,60,100,1,0),(49675,1619,1,1,1,10498.1,1537.85,1314.11,-1.09956,0,0,0.522499,-0.85264,60,100,1,0),(49676,1619,1,1,1,10180.8,1557.96,1330.01,2.42601,0,0,0.936672,0.350207,60,100,1,0),(49677,1619,1,1,1,9135.17,1864.75,1338.68,-2.1293,0,0,0.87462,-0.48481,60,100,1,0),(49678,1620,1,1,1,9184.62,1317.09,1317,0.488692,0,0,0.241922,0.970296,60,100,1,0),(49679,1620,1,1,1,10673.5,1686.33,1291.7,2.53073,0,0,0.953717,0.300706,60,100,1,0),(49680,1620,1,1,1,9381.88,1286.8,1253.28,-2.40855,0,0,0.93358,-0.358368,60,100,1,0),(35850,176308,329,1,1,3477.72,-3397.27,138.636,1.41372,0,0,0.649448,0.760406,86400,100,1,0),(49682,1620,1,1,1,10033.7,369.977,1315.24,-0.977384,0,0,0.469472,-0.882948,60,100,1,0),(49683,1620,1,1,1,9582.62,886.097,1255.11,-1.78024,0,0,0.777146,-0.62932,60,100,1,0),(49684,1620,1,1,1,9876.36,1270.87,1294.97,0.802851,0,0,0.390731,0.920505,60,100,1,0),(49685,19545,1,1,1,9988.92,1958.52,1326.17,3.14159,0,0,1,0,900,100,1,0),(49686,19546,1,1,1,9988.91,1958.51,1325.56,3.14159,0,0,1,0,900,100,1,0),(49687,19549,1,1,1,10709.6,762.342,1320.24,3.14159,0,0,1,0,900,100,1,0),(49688,19550,1,1,1,9859.68,587.283,1299.92,3.14159,0,0,1,0,900,100,1,0),(49689,6751,1,1,1,9245.65,1644.85,1303.61,1.6057,0,0,0.71934,0.694658,900,100,1,0),(49690,19552,1,1,1,10675.3,1857.27,1323.36,3.14159,0,0,1,0,900,100,1,0),(49691,6752,1,1,1,10855.3,2052.4,1327.59,2.60054,0,0,0.96363,0.267238,900,100,1,0),(49692,92524,1,1,1,10064,2203.44,1353.7,-1.36136,0,0,-0.62932,0.777146,900,100,1,0),(49693,92525,1,1,1,10082.9,2373.48,1325.63,-2.10312,0,0,0.868199,-0.496217,900,100,1,0),(49694,175725,1,1,1,10067.4,2352.7,1333.17,2.6529,0,0,0.970296,0.241922,900,100,1,0),(49695,142958,1,1,1,8727.45,1002.96,23.5019,-0.750491,0,0,-0.366501,0.930418,900,100,1,0),(49696,92526,1,1,1,10083.5,2372.12,1319.9,-2.40856,0,0,0.933581,-0.358367,900,100,1,0),(49697,32879,1,1,1,10405.6,715.279,1321.62,3.11541,0,0,0.999914,0.01309,900,100,1,0),(49698,92527,1,1,1,9868.65,2265.52,1337.69,-3.02815,0,0,0.998392,-0.056693,900,100,1,0),(49699,175727,1,1,1,10124.6,2419.1,1332.66,1.91986,0,0,0.819152,0.573576,900,100,1,0),(49700,32880,1,1,1,9755.68,905.113,1295.52,3.14159,0,0,1,0,900,100,1,0),(49701,92528,1,1,1,9869.1,2266.21,1331.78,2.87107,0,0,0.990866,0.134851,900,100,1,0),(49702,92529,1,1,1,10115.9,2330.27,1332.65,0.846485,0,0,0.410719,0.911762,900,100,1,0),(49703,92530,1,1,1,10161.6,2299.91,1332.65,-2.18166,0,0,0.887011,-0.461748,900,100,1,0),(49704,175730,1,1,1,10210.2,2343.42,1331.25,2.49582,0,0,0.948324,0.317305,900,100,1,0),(49705,92531,1,1,1,9611.41,2358.19,1330.18,-2.64417,0,0,0.969231,-0.246154,900,100,1,0),(49706,175731,1,1,1,10055.1,2577.36,1283.82,-1.09956,0,0,0.522499,-0.85264,900,100,1,0),(49707,92532,1,1,1,9618.83,2344.52,1330.18,-2.64417,0,0,0.969231,-0.246154,900,100,1,0),(49708,92533,1,1,1,10069.7,2284.09,1339.18,-2.53945,0,0,0.95502,-0.296541,900,100,1,0),(49709,92534,1,1,1,10069.6,2284.99,1333.32,-2.86234,0,0,0.990268,-0.139173,900,100,1,0),(49710,92535,1,1,1,10100.2,2296.36,1332.39,-2.81871,0,0,0.986996,-0.160742,900,100,1,0),(49711,177272,1,1,1,9727.51,962.386,1293.19,-0.148352,0,0,-0.074108,0.99725,900,100,1,0),(49712,92536,1,1,1,10121.3,2271.02,1331.63,-2.60927,0,0,0.964787,-0.263031,900,100,1,0),(49713,92537,1,1,1,10136.4,2384.61,1322.11,-2.79253,0,0,0.984808,-0.173648,900,100,1,0),(49714,92538,1,1,1,10095.9,2409.81,1319.99,-1.31772,0,0,-0.612218,0.790689,900,100,1,0),(49715,92539,1,1,1,9836.77,2276.82,1331.92,-0.28798,0,0,-0.143493,0.989651,900,100,1,0),(49716,92540,1,1,1,9836.27,2275.65,1337.8,0.069813,0,0,0.034899,0.999391,900,100,1,0),(49717,92541,1,1,1,9813.07,2227.17,1338.58,3.00197,0,0,0.997564,0.069756,900,100,1,0),(49718,177278,1,1,1,10675.4,1857.59,1323.61,2.96706,0,0,0.996195,0.087156,900,100,1,0),(49719,177278,1,1,1,10709.1,762.556,1320.65,2.92343,0,0,0.994056,0.108867,900,100,1,0),(49720,92542,1,1,1,9812.34,2226.13,1332.6,2.64418,0,0,0.969231,0.246153,900,100,1,0),(49721,177278,1,1,1,9859.64,588.463,1300.1,1.22173,0,0,0.573576,0.819152,900,100,1,0),(49722,177278,1,1,1,9728.97,961.72,1293.25,-0.235619,0,0,-0.117537,0.993068,900,100,1,0),(49723,92543,1,1,1,9756.98,2263.91,1337.06,2.68781,0,0,0.97437,0.224952,900,100,1,0),(49724,92544,1,1,1,9773.75,2292.04,1331.17,-0.715585,0,0,-0.350207,0.936672,900,100,1,0),(49725,177280,1,1,1,9676.54,1409.48,1402.04,-2.21657,0,0,0.894934,-0.446198,900,100,1,0),(49726,92545,1,1,1,9675.29,2335.09,1331.86,2.05949,0,0,0.857167,0.515038,900,100,1,0),(49727,92546,1,1,1,9676.28,2335.45,1337.59,2.48709,0,0,0.94693,0.321439,900,100,1,0),(49728,92547,1,1,1,9703.56,2352.39,1337.63,-0.759219,0,0,-0.370558,0.928809,900,100,1,0),(49729,92548,1,1,1,9704.57,2352.65,1331.86,-1.18682,0,0,-0.559193,0.829038,900,100,1,0),(49730,92549,1,1,1,9739.85,2330.08,1332.28,-0.933751,0,0,-0.450098,0.892979,900,100,1,0),(49731,92550,1,1,1,9700.54,2375.63,1332.55,-1.00356,0,0,-0.480988,0.876727,900,100,1,0),(49732,92551,1,1,1,9738.89,2329.4,1338.33,2.522,0,0,0.952396,0.304864,900,100,1,0),(49733,3719,1,1,1,9804.29,966.447,1308.77,-1.65806,0,0,0.737277,-0.67559,7200,100,1,0),(49734,3719,1,1,1,9757.14,1577.77,1299.06,-0.645772,0,0,0.317305,-0.948324,7200,100,1,0),(49735,3719,1,1,1,10648.4,2078.58,1332.94,1.20428,0,0,0.566406,0.824126,7200,100,1,0),(49736,3719,1,1,1,10031.4,287.298,1323.28,2.35619,0,0,0.92388,0.382683,7200,100,1,0),(49737,3719,1,1,1,10410.2,1624.57,1288.32,2.58309,0,0,0.961262,0.275637,7200,100,1,0),(49738,92552,1,1,1,9716.33,2278.2,1338.33,-0.593412,0,0,-0.292372,0.956305,900,100,1,0),(49739,1673,1,1,1,9607.42,1053.84,1269.58,0.837758,0,0,0.406737,0.913545,300,100,1,0),(49740,1673,1,1,1,9516.17,1272.43,1297.37,2.72271,0,0,0.978148,0.207912,300,100,1,0),(49741,1673,1,1,1,9551.78,1168.37,1267.01,-1.71042,0,0,0.75471,-0.656059,300,100,1,0),(49742,1673,1,1,1,9751.86,1151.12,1281.73,-1.76278,0,0,0.771625,-0.636078,300,100,1,0),(49743,1673,1,1,1,9299.34,1331.47,1286.07,2.61799,0,0,0.965926,0.258819,300,100,1,0),(49744,1673,1,1,1,9215.11,1379.79,1308.75,-0.122173,0,0,0.061049,-0.998135,300,100,1,0),(49745,1673,1,1,1,9330.11,641.195,1315.31,-0.453786,0,0,0.224951,-0.97437,300,100,1,0),(49746,1673,1,1,1,9303.36,763.68,1311.37,0.314159,0,0,0.156434,0.987688,300,100,1,0),(49747,1673,1,1,1,9490.28,744.065,1256.12,1.37881,0,0,0.636078,0.771625,300,100,1,0),(49748,1673,1,1,1,9196.3,1237.08,1315.23,-0.698132,0,0,0.34202,-0.939693,300,100,1,0),(49749,1673,1,1,1,9143.59,1357.98,1323.15,1.90241,0,0,0.814116,0.580703,300,100,1,0),(49750,1673,1,1,1,9236.33,1168.09,1314.27,2.98451,0,0,0.996917,0.078459,300,100,1,0),(49751,1673,1,1,1,9868.68,321.109,1321.75,1.50098,0,0,0.681998,0.731354,300,100,1,0),(49752,1673,1,1,1,9827.02,1256.3,1295.36,-2.94961,0,0,0.995396,-0.095846,300,100,1,0),(49753,1673,1,1,1,9927.07,808.977,1316.98,-2.40855,0,0,0.93358,-0.358368,300,100,1,0),(49754,1673,1,1,1,9948.04,820.448,1331.09,1.27409,0,0,0.594823,0.803857,300,100,1,0),(49755,1673,1,1,1,9952.19,853.894,1320.45,0.506145,0,0,0.25038,0.968148,300,100,1,0),(49756,1673,1,1,1,9682.39,1866.22,1303.84,-0.855212,0,0,0.414693,-0.909961,300,100,1,0),(49757,1673,1,1,1,9490.06,1695.61,1290.97,-0.610865,0,0,0.300706,-0.953717,300,100,1,0),(49758,1673,1,1,1,10017.8,677.298,1323.01,0.366519,0,0,0.182236,0.983255,300,100,1,0),(49759,1673,1,1,1,10038.3,1515.71,1291.4,-0.925024,0,0,0.446198,-0.894934,300,100,1,0),(49760,1673,1,1,1,10050.3,1391.07,1277.51,-1.15192,0,0,0.544639,-0.838671,300,100,1,0),(49761,1673,1,1,1,9719.25,808.454,1295.91,-0.593412,0,0,0.292372,-0.956305,300,100,1,0),(49762,1673,1,1,1,9752.63,810.283,1299.55,-2.19912,0,0,0.891007,-0.45399,300,100,1,0),(49763,1673,1,1,1,9867.27,1833.8,1319.41,1.76278,0,0,0.771625,0.636078,300,100,1,0),(49764,1673,1,1,1,9999.05,1708.6,1326.85,-0.959931,0,0,0.461749,-0.887011,300,100,1,0),(49765,1673,1,1,1,9928.43,1736.16,1329.72,-3.08923,0,0,0.999657,-0.026177,300,100,1,0),(49766,1673,1,1,1,9343.47,1481.88,1274.27,1.20428,0,0,0.566406,0.824126,300,100,1,0),(49767,1673,1,1,1,9251.32,1542.67,1294,1.16937,0,0,0.551937,0.833886,300,100,1,0),(49768,1673,1,1,1,9809.61,1118.13,1293.34,3.07178,0,0,0.999391,0.034899,300,100,1,0),(49769,1673,1,1,1,9777.62,1165.99,1281.52,2.54818,0,0,0.956305,0.292372,300,100,1,0),(49770,1673,1,1,1,9857.67,1170.56,1300.11,2.58309,0,0,0.961262,0.275637,300,100,1,0),(49771,1673,1,1,1,9243.97,830.677,1322.9,-2.60054,0,0,0.96363,-0.267238,300,100,1,0),(49772,1673,1,1,1,9395.15,1055.1,1277.15,0.785398,0,0,0.382683,0.92388,300,100,1,0),(49773,1673,1,1,1,9110.05,1701.4,1323.66,-2.93215,0,0,0.994522,-0.104529,300,100,1,0),(49774,1673,1,1,1,9123.82,1499.62,1326.69,2.09439,0,0,0.866025,0.5,300,100,1,0),(49775,1673,1,1,1,9157.02,1388.75,1321.45,1.16937,0,0,0.551937,0.833886,300,100,1,0),(49776,1673,1,1,1,9895.17,1242.28,1295.99,1.02974,0,0,0.492424,0.870356,300,100,1,0),(49777,1673,1,1,1,9622.09,1252.71,1280.29,1.39626,0,0,0.642788,0.766044,300,100,1,0),(49778,1673,1,1,1,9610.38,943.221,1272.63,0.820305,0,0,0.398749,0.91706,300,100,1,0),(49779,1673,1,1,1,9615.02,1065.71,1270.84,0.715585,0,0,0.350207,0.936672,300,100,1,0),(49780,1673,1,1,1,9534.79,1081.55,1259.31,2.49582,0,0,0.948324,0.317305,300,100,1,0),(49781,1673,1,1,1,10014.3,417.653,1312.95,2.40855,0,0,0.93358,0.358368,300,100,1,0),(49782,1673,1,1,1,9802.26,299.249,1324.21,-1.81514,0,0,0.788011,-0.615661,300,100,1,0),(49783,1673,1,1,1,10106.9,516.284,1327.84,-2.44346,0,0,0.939693,-0.34202,300,100,1,0),(49784,1673,1,1,1,9438.43,1056.79,1252.81,-0.087267,0,0,0.04362,-0.999048,300,100,1,0),(49785,1673,1,1,1,9730.35,1050.91,1293.92,1.55334,0,0,0.700909,0.71325,300,100,1,0),(49786,1673,1,1,1,9695.74,441.34,1319.54,0.872665,0,0,0.422618,0.906308,300,100,1,0),(49787,1673,1,1,1,9661.66,658.764,1303.08,1.5708,0,0,0.707107,0.707107,300,100,1,0),(49788,1673,1,1,1,9623.77,501.426,1320.41,-2.35619,0,0,0.92388,-0.382683,300,100,1,0),(49789,1673,1,1,1,9717.73,577.355,1307.13,-3.08923,0,0,0.999657,-0.026177,300,100,1,0),(49790,1673,1,1,1,9664.87,917.284,1281.08,0.314159,0,0,0.156434,0.987688,300,100,1,0),(49791,1673,1,1,1,9703.6,901.658,1294.15,-1.29154,0,0,0.601815,-0.798635,300,100,1,0),(49792,1673,1,1,1,9675.48,887.542,1279.44,1.91986,0,0,0.819152,0.573576,300,100,1,0),(49793,1673,1,1,1,9898.82,1258.07,1296.24,-3.10669,0,0,0.999848,-0.017452,300,100,1,0),(49794,1673,1,1,1,9854.3,1305.71,1304.42,-0.488692,0,0,0.241922,-0.970296,300,100,1,0),(49795,1673,1,1,1,9562.97,1318.82,1305.68,-3.08923,0,0,0.999657,-0.026177,300,100,1,0),(49796,1673,1,1,1,9685.58,1245.19,1282.72,1.48353,0,0,0.67559,0.737277,300,100,1,0),(49797,1673,1,1,1,9638.69,1184.3,1269.1,4.71239,0,0,0.707107,-0.707107,300,100,1,0),(49798,1673,1,1,1,9717.98,749.542,1293.46,0.349066,0,0,0.173648,0.984808,300,100,1,0),(49799,1673,1,1,1,9749.63,408.525,1307.15,-1.71042,0,0,0.75471,-0.656059,300,100,1,0),(49800,1673,1,1,1,9726.4,472.332,1308.86,1.69297,0,0,0.748956,0.66262,300,100,1,0),(49801,175759,1,1,1,9697.43,2235.08,1331.86,-0.680679,0,0,0.333807,-0.942641,900,100,1,0),(49802,175760,1,1,1,10120.3,2418.66,1322.84,-1.23918,0,0,0.580703,-0.814116,900,100,1,0),(49803,1685,1,1,1,9916.11,2308.03,1330.79,-0.296706,0,0,0.147809,-0.989016,900,100,1,0),(49804,187296,1,1,1,9931.25,2526.47,1319.59,2.49582,0,0,0.948324,0.317305,900,100,1,0),(49805,19877,1,1,1,9650.52,2279.11,1346.62,0.314159,0,0,0.156434,0.987688,300,100,1,0),(49806,146096,1,1,1,9663.7,2300.64,1340.52,-0.925026,0,0,-0.446198,0.894934,900,100,1,0),(49807,2739,1,1,1,9753.64,1589.44,1300.41,-2.54818,0,0,0.956305,-0.292372,120,100,1,0),(49808,2740,1,1,1,9882,1490.07,1278.75,-0.628319,0,0,0.309017,-0.951056,120,100,1,0),(49809,2741,1,1,1,9712.18,1538.49,1255.21,2.05949,0,0,0.857167,0.515038,120,100,1,0),(49810,2742,1,1,1,9772.44,1553.88,1300.45,-0.383972,0,0,0.190809,-0.981627,120,100,1,0),(49811,176573,1,1,1,9624.99,2522.05,1331.64,-2.23402,0,0,0.898794,-0.438371,900,100,1,0),(49812,1986,1,1,1,9705.91,1268.05,1290.85,3.14159,0,0,1,0,900,100,1,0),(49813,1987,1,1,1,10056.5,323.421,1324.87,-3.14159,-0.00872,-0.039258,0.999191,-0.000343,900,100,1,0),(49814,1988,1,1,1,10021.8,285.987,1323.02,3.14159,0,0,1,0,900,100,1,0),(49815,1989,1,1,1,9668.28,460.541,1309.52,3.14159,0,0,1,0,900,100,1,0),(49816,1990,1,1,1,9632.87,471.409,1312.78,3.14159,0.017451,0.013088,0.999762,-0.000228,900,100,1,0),(49817,1991,1,1,1,9554.57,1882.64,1314.31,1.46608,0.033072,-0.01718,0.669005,0.742323,900,100,1,0),(49818,148423,1,1,1,10132.9,2235.49,1339.2,-2.53073,0,0,0.953717,-0.300705,900,100,1,0),(49819,1992,1,1,1,9370.49,1712.86,1308.86,3.14159,0.004363,-0.004363,0.999981,0.000019,900,100,1,0),(49820,1993,1,1,1,9151.33,1838.82,1327.63,3.14159,-0.043599,0.030509,0.998582,0.001332,900,100,1,0),(49821,187337,1,1,1,9944.14,2513.43,1318.63,3.00197,0,0,0.997564,0.069757,900,100,1,0),(49822,187337,1,1,1,9935.95,2517.15,1318.54,-0.715585,0,0,0.350207,-0.936672,900,100,1,0),(49823,1994,1,1,1,9110.55,1845.11,1327.5,1.89368,0,0,0.811574,0.58425,900,100,1,0),(49824,1995,1,1,1,9122.58,1776.2,1321.5,-2.28638,0.055565,-0.027363,0.908994,-0.412182,900,100,1,0),(49825,1996,1,1,1,9113.14,1676.04,1324.53,3.14159,0.030536,-0.013083,0.999448,0.0004,900,100,1,0),(49826,1997,1,1,1,9566.44,1299.1,1300.54,3.14159,0,0,1,0,900,100,1,0),(49827,1998,1,1,1,9198.2,1415.26,1311.22,3.14159,0.030538,0.004361,0.999524,-0.000133,900,100,1,0),(49828,126158,1,1,1,9806.74,351.422,1308.46,0.453785,0,0,0.224951,0.97437,300,100,1,0),(49829,1999,1,1,1,9190.04,1372.69,1315.07,3.11541,0,0,0.999914,0.01309,900,100,1,0),(49830,2000,1,1,1,9268.6,940.655,1311.9,1.66679,0.00646,-0.005867,0.74019,0.672341,900,100,1,0),(49831,95449,1,1,1,9715.39,2277.49,1332.28,2.23402,0,0,0.898794,0.438371,900,100,1,0),(49832,188123,1,1,1,10122.1,2227.4,1328.19,-2.49582,0,0,0.948324,-0.317305,900,100,1,0),(49833,7923,1,1,1,9502.27,720.536,1255.44,-0.497418,0,0,-0.246153,0.969231,900,100,1,0),(49834,20989,1,1,1,10498.3,1054.03,1325.47,3.14159,0,0,1,0,900,100,1,0),(49835,20990,1,1,1,10335.3,1034.1,1339.32,3.14159,0,0,1,0,900,100,1,0),(49836,20991,1,1,1,10269.9,966.038,1340.88,3.14159,0,0,1,0,900,100,1,0),(49837,152576,1,1,1,-4446.4,2055.31,46.2764,0.401426,0,0,0.199368,0.979925,900,100,1,0),(49838,180480,1,1,1,-3866.36,1624.06,138.192,-2.64837,-0.056086,-0.021764,0.967881,-0.244105,900,100,1,0),(49839,2061,1,1,1,-4142.64,812.203,146.142,-2.71399,0,0,0.977231,-0.212178,180,100,1,0),(49840,152577,1,1,1,-4446.41,2055.24,46.2863,1.97222,0,0,0.833886,0.551937,900,100,1,0),(49841,152578,1,1,1,-4446.41,2055.24,45.6197,1.97222,0,0,0.833886,0.551937,900,100,1,0),(49842,152579,1,1,1,-4446.38,2055.25,44.954,1.97222,0,0,0.833886,0.551937,900,100,1,0),(49843,152580,1,1,1,-4446.32,2055.25,44.9976,-1.20428,0.468413,0.332221,-0.472813,0.668331,900,100,1,0),(49844,40197,1,1,1,-4836.04,180.972,55.5739,1.77151,0,0,0.774393,0.632705,900,100,1,0),(49845,152581,1,1,1,-2481.32,2319.05,117.022,3.14159,0,0,1,0,900,100,1,0),(49846,152582,1,1,1,-2481.34,2319.08,117.023,-1.44862,0,0,-0.66262,0.748956,900,100,1,0),(49847,152584,1,1,1,-4394.5,193.806,27.9585,-1.78024,0,0,-0.777146,0.62932,900,100,1,0),(49848,152585,1,1,1,-4394.48,193.833,27.1208,-1.74533,0,0,-0.766044,0.642788,900,100,1,0),(49849,142090,1,1,1,-3543.8,2307.86,62.277,3.13286,0.021921,0.026075,0.999412,0.00379,900,100,1,0),(49850,152586,1,1,1,-4394.51,193.683,26.249,-1.7366,0,0,-0.763232,0.646124,900,100,1,0),(49851,142091,1,1,1,-3391.35,2497.48,23.3832,-2.24275,0,0,0.900698,-0.434445,900,100,1,0),(49852,152587,1,1,1,-4394.08,191.27,27.9996,1.91114,0,0,0.816642,0.577145,900,100,1,0),(49853,2061,1,1,1,-4439.73,3319.41,13.1726,2.80125,0,0,0.985556,0.16935,900,100,1,0),(49854,2061,1,1,1,-4063.53,424.813,50.6957,2.79253,-0.017691,0.025266,0.984256,0.174034,900,100,1,0),(49855,2061,1,1,1,-4977.81,66.849,106.867,3.14159,0,0,1,0,900,100,1,0),(49856,2061,1,1,1,-5499.22,1197.74,18.9661,1.94604,0.004911,0.007213,0.826558,0.562784,900,100,1,0),(49857,2061,1,1,1,-4874.44,148.861,61.4865,-3.09796,-0.022187,0.016968,0.99938,-0.021426,900,100,1,0),(49858,2061,1,1,1,-4874.95,98.5079,87.4718,1.07338,0,0,0.511293,0.859406,900,100,1,0),(49859,2061,1,1,1,-4414.03,1476.58,126.01,-2.19912,0,0,0.891007,-0.45399,900,100,1,0),(49860,2061,1,1,1,-4980.2,191.3,55.1962,3.14159,0,0,1,0,900,100,1,0),(49861,2061,1,1,1,-4836.04,180.972,55.5739,1.77151,0,0,0.774393,0.632705,900,100,1,0),(49862,141069,1,1,1,-4598.45,114.346,82.0674,3.14159,0,0,1,0,900,100,1,0),(49863,2061,1,1,1,-4598.45,114.346,82.0674,3.14159,0,0,1,0,900,100,1,0),(49864,2061,1,1,1,-4879.21,468.939,19.3326,3.09796,0.012704,-0.017732,0.999519,0.022038,900,100,1,0),(49865,2061,1,1,1,-4835.98,540.722,20.3061,-0.157079,0,0,-0.078459,0.996917,900,100,1,0),(49866,2061,1,1,1,-4727,586.583,35.7375,2.59181,0,0,0.962455,0.271441,900,100,1,0),(49867,2061,1,1,1,-4907.84,272.276,41.2485,-3.12414,0,0,0.999962,-0.008727,900,100,1,0),(49868,2061,1,1,1,-4999.7,71.4162,103.527,1.79769,-0.022651,0.062539,0.779642,0.622683,900,100,1,0),(49869,2061,1,1,1,-4950.27,642.321,42.6647,-2.09439,0,0,-0.866025,0.5,900,100,1,0),(49870,2061,1,1,1,-3741.4,207.09,121.754,3.09796,-0.035358,-0.021035,0.998932,0.021035,900,100,1,0),(49871,2061,1,1,1,-3993.01,-179.923,139.415,3.11541,0,0,0.999914,0.01309,900,100,1,0),(49872,2061,1,1,1,-4599.16,1377.63,107.16,0.750493,0,0,0.366502,0.930417,900,100,1,0),(49873,2061,1,1,1,-4802.78,914.161,133.971,-0.279254,-0.01114,0.014783,-0.13898,0.990122,900,100,1,0),(49874,2061,1,1,1,-3661.65,260.977,143.121,3.11541,0.021926,0.008438,0.999641,0.012896,900,100,1,0),(49875,2061,1,1,1,-4756.43,853.677,142.911,1.85878,0,0,0.801254,0.598325,900,100,1,0),(49876,2061,1,1,1,-4759.15,824.99,140.433,2.01586,0,0,0.845728,0.533615,900,100,1,0),(49877,2061,1,1,1,-4882.82,673.609,42.2994,2.04203,0,0,0.85264,0.522499,900,100,1,0),(49878,2061,1,1,1,-4185.25,387.248,61.0981,-2.14675,0,0,0.878817,-0.477159,900,100,1,0),(49879,2061,1,1,1,-4803.74,878.264,142.795,-1.30027,0,0,-0.605294,0.796002,900,100,1,0),(49880,2061,1,1,1,-4975.32,355.283,23.7766,-3.14159,-0.008716,-0.047976,0.99881,-0.000419,900,100,1,0),(49881,2061,1,1,1,-3131.03,2255.4,39.7844,-2.75762,-0.011063,0.011184,0.981528,-0.190673,900,100,1,0),(49882,2061,1,1,1,-5504.06,1197.65,18.81,1.35263,-0.013611,-0.010924,0.625828,0.779766,900,100,1,0),(49883,2061,1,1,1,-4772.83,905.031,142.843,2.06821,0,0,0.859406,0.511294,900,100,1,0),(49884,2061,1,1,1,-4379.13,2323.67,1.40767,3.14159,0,0,1,0,900,100,1,0),(49885,2061,1,1,1,-4995.5,363.451,23.8795,0.357793,0.013657,-0.001964,0.177983,0.983937,900,100,1,0),(49886,2061,1,1,1,-4879.77,187.634,59.9742,3.14159,0,0.008727,0.999962,0,900,100,1,0),(49887,2061,1,1,1,-4993.05,415.058,16.9711,0.375246,0,0,0.186524,0.98245,900,100,1,0),(49888,2061,1,1,1,-4916.3,197.121,52.2984,-2.74889,0,0,0.980785,-0.19509,900,100,1,0),(49889,179469,1,1,1,-3761.38,1133.88,131.005,1.56207,0,0,0.704015,0.710185,900,100,0,0),(49890,2061,1,1,1,-4169.95,604.078,70.9372,-2.67035,0,0,0.97237,-0.233446,900,100,1,0),(49891,2061,1,1,1,-4165.15,599.144,70.9372,-2.80125,0,0,0.985556,-0.169349,900,100,1,0),(49892,2061,1,1,1,-4153.38,614.367,70.9372,-2.74017,0,0,0.979925,-0.199368,900,100,1,0),(49893,2061,1,1,1,-4349.86,260.709,26.3679,-2.31256,0,0,0.915311,-0.402747,900,100,1,0),(49894,2061,1,1,1,-4334.93,158.692,34.2357,-2.85361,0,0,0.989651,-0.143493,900,100,1,0),(49895,2061,1,1,1,-4331.1,152.966,34.2357,-2.98451,0,0,0.996917,-0.078459,900,100,1,0),(49896,2061,1,1,1,-4316.76,165.79,34.2357,-2.92343,0,0,0.994056,-0.108867,900,100,1,0),(49897,2061,1,1,1,-4448.88,248.14,47.4217,1.0472,0,0,0.5,0.866025,900,100,1,0),(49898,2061,1,1,1,-4463.85,237.63,39.2119,1.9984,0,0,0.841039,0.540975,900,100,1,0),(49899,2061,1,1,1,-4454.72,248.83,39.1981,-0.340339,0,0,-0.169349,0.985556,900,100,1,0),(49900,180750,1,1,1,-4230.19,2460.48,0,-0.314159,0,0,0.156434,-0.987688,900,100,1,0),(49901,180750,1,1,1,-3868.3,3103.87,0,-1.23918,0,0,0.580703,-0.814116,900,100,1,0),(49902,180750,1,1,1,-4722.65,2106.9,0,-0.05236,0,0,0.026177,-0.999657,900,100,1,0),(49903,180750,1,1,1,-4236.73,2361.38,0,2.67035,0,0,0.97237,0.233445,900,100,1,0),(49904,180750,1,1,1,-4798.63,2316.71,0,0.034907,0,0,0.017452,0.999848,900,100,1,0),(49905,180750,1,1,1,-4456.79,2379.52,0,2.82743,0,0,0.987688,0.156434,900,100,1,0),(49906,180751,1,1,1,-4210.63,2542.91,0,-1.55334,0,0,0.700909,-0.71325,900,100,1,0),(49907,180751,1,1,1,-4001.04,3001.31,0,-0.767945,0,0,0.374607,-0.927184,900,100,1,0),(49908,180751,1,1,1,-4825.53,2112.97,0,-0.349066,0,0,0.173648,-0.984808,900,100,1,0),(49909,180752,1,1,1,-4379.91,2368.7,0,-2.68781,0,0,0.97437,-0.224951,900,100,1,0),(49910,180752,1,1,1,-4582.54,2354.77,0,0.750492,0,0,0.366501,0.930418,900,100,1,0),(49911,180752,1,1,1,-4153.15,2618.2,0,2.74017,0,0,0.979925,0.199368,900,100,1,0),(49912,180752,1,1,1,-4859.53,2239.23,0,0.05236,0,0,0.026177,0.999657,900,100,1,0),(49913,180752,1,1,1,-4223.67,2385.48,0,-2.30383,0,0,0.913545,-0.406737,900,100,1,0),(49914,180752,1,1,1,-4295.15,2371.78,0,-2.53073,0,0,0.953717,-0.300706,900,100,1,0),(49915,180752,1,1,1,-4520.65,2367.78,0,-1.37881,0,0,0.636078,-0.771625,900,100,1,0),(49916,180752,1,1,1,-4844.58,2018.63,0,-0.401426,0,0,0.199368,-0.979925,900,100,1,0),(49917,2066,1,1,1,-3391.35,2497.48,23.3832,-2.24275,0,0,0.900698,-0.434445,900,100,1,0),(49918,2066,1,1,1,-4184.9,607.572,70.6163,2.88852,0,0,0.992005,0.126199,900,100,1,0),(27890,175748,329,1,1,3479.83,-3089.39,137.671,2.98451,0,0,0.996917,0.078459,86400,100,1,0),(49920,2066,1,1,1,-4097.92,438.365,51.0712,0.689406,0,0,0.337917,0.941176,900,100,1,0),(49921,2066,1,1,1,-4963.98,472.598,17.188,-2.74889,0,0,0.980785,-0.19509,900,100,1,0),(49922,2066,1,1,1,-3543.8,2307.86,62.277,3.13286,0.021921,0.026075,0.999412,0.00379,900,100,1,0),(49923,2066,1,1,1,-4672.23,1283.07,96.1783,3.02815,0,0,0.998392,0.056693,900,100,1,0),(49924,2066,1,1,1,-4971.36,1210.37,55.4107,3.14159,0,0,1,0,900,100,1,0),(49925,2066,1,1,1,-5763,1131.59,68.4335,-0.80285,0.007426,0.006328,-0.390747,0.920446,900,100,1,0),(49926,2066,1,1,1,-4420.84,1369.71,123.983,0.890118,0,0,0.430511,0.902585,900,100,1,0),(49927,2066,1,1,1,-4517.77,1277.2,126.401,1.37881,0,0,0.636078,0.771625,900,100,1,0),(49928,2066,1,1,1,-4493.77,1385.77,127.292,1.76278,0,0,0.771625,0.636078,900,100,1,0),(49929,2066,1,1,1,-5505.21,1384.23,20.297,1.51844,0,0,0.688355,0.725374,900,100,1,0),(49930,2066,1,1,1,-5289.89,1279.83,50.7445,1.93731,0,0,0.824126,0.566406,900,100,1,0),(49931,2066,1,1,1,-4486.48,1251.33,128.58,1.85878,0,0,0.801254,0.598325,900,100,1,0),(49932,2066,1,1,1,-4418.94,1207.29,126.659,1.71042,0.036917,0.002581,0.754642,0.655092,900,100,1,0),(49933,2066,1,1,1,-3988.24,-134.604,139.801,3.14159,0,0,1,0,900,100,1,0),(49934,2066,1,1,1,-3982.51,-96.9983,150.265,-2.83616,0,0,0.988361,-0.152123,900,100,1,0),(49935,2066,1,1,1,-5540.36,1298.21,20.6948,-2.59181,0,0,0.962455,-0.271441,900,100,1,0),(49936,2066,1,1,1,-5459.89,1223.37,32.568,-3.11541,-0.008264,-0.035009,0.999263,-0.013386,900,100,1,0),(49937,2066,1,1,1,-4475.55,1090.12,126.48,-2.55691,0,0,0.957571,-0.288196,900,100,1,0),(49938,2066,1,1,1,-4422.2,1175.09,126.592,0.209439,0,0,0.104528,0.994522,900,100,1,0),(49939,2066,1,1,1,-4462.74,1544.6,126.768,-2.40855,0.002213,0.042896,0.932473,-0.358677,900,100,1,0),(49940,2066,1,1,1,-4407.4,1374.9,123.983,-1.23918,0,0,-0.580703,0.814116,900,100,1,0),(49941,2066,1,1,1,-5356.57,1313.4,35.3954,-2.83616,0,0,0.988361,-0.152123,900,100,1,0),(49942,153124,1,1,1,-5499.22,1197.74,18.9661,1.94604,0.004911,0.007213,0.826558,0.562784,900,100,1,0),(49943,177188,1,1,1,-3816.05,1250.29,160.278,-0.008726,0,0,-0.004363,0.99999,900,100,1,0),(49944,153125,1,1,1,-5504.06,1197.65,18.81,1.35263,-0.013611,-0.010924,0.625828,0.779766,900,100,1,0),(49945,177189,1,1,1,-3763.5,1249.41,160.278,3.13287,0,0,0.99999,0.004363,900,100,1,0),(49946,153126,1,1,1,-5763,1131.59,68.4335,-0.80285,0.007426,0.006328,-0.390747,0.920446,900,100,1,0),(49947,142119,1,1,1,-4396.27,3269.05,11.9274,3.14159,0,0,1,0,900,100,1,0),(49948,177192,1,1,1,-3520.13,1098.07,161.032,1.56207,0,0,0.704015,0.710185,900,100,1,0),(49949,50986,1,1,1,-5289.89,1279.83,50.7445,1.93731,0,0,0.824126,0.566406,900,100,1,0),(49950,141610,1,1,1,-3988.24,-134.604,139.801,3.14159,0,0,1,0,900,100,1,0),(49951,141611,1,1,1,-3982.51,-96.9983,150.265,-2.83616,0,0,0.988361,-0.152123,900,100,1,0),(49952,50987,1,1,1,-5356.57,1313.4,35.3954,-2.83616,0,0,0.988361,-0.152123,900,100,1,0),(49953,50988,1,1,1,-5540.36,1298.21,20.6948,-2.59181,0,0,0.962455,-0.271441,900,100,1,0),(49954,50989,1,1,1,-5505.21,1384.23,20.297,1.51844,0,0,0.688355,0.725374,900,100,1,0),(49955,164909,1,1,1,-5376.7,2283.4,-2.06862,2.0944,-0.279162,-0.375469,0.779205,0.417051,2,100,1,0),(49956,177198,1,1,1,-4076.42,85.3757,59.7996,-0.488692,0,0,-0.241922,0.970296,900,100,1,0),(268874,178225,1,1,1,-4035.38,1345.59,159.751,4.65349,0,0,0.727621,-0.685979,300,0,1,0),(49958,179507,1,1,1,-3821.49,1253.97,162.378,-1.57952,0,0,-0.710186,0.704015,900,100,1,0),(49959,186419,1,1,1,-5410.53,2259.19,5.08388,-0.296706,0,0,0.147809,-0.989016,900,100,1,0),(49960,179508,1,1,1,-3757.92,1252.95,162.378,-1.57952,0,0,-0.710186,0.704015,900,100,1,0),(49961,179509,1,1,1,-3523.51,1156.89,162.378,-0.008726,0,0,-0.004363,0.99999,900,100,1,0),(49962,179510,1,1,1,-3523.77,1092.09,162.378,-0.008726,0,0,-0.004363,0.99999,900,100,1,0),(49963,2061,1,1,1,-4184.85,793.343,144.983,-1.45735,0,0,-0.665882,0.746058,180,100,1,0),(49964,2061,1,1,1,-4178.55,796.114,144.983,-1.58825,0,0,-0.713251,0.700909,180,100,1,0),(49965,2061,1,1,1,-4188.69,812.463,144.983,-1.52716,0,0,-0.691513,0.722364,180,100,1,0),(49966,2066,1,1,1,-4164.71,816.66,145.187,2.94088,0,0,0.994969,0.100188,180,100,1,0),(49967,179513,1,1,1,-4070.46,84.6031,60.0026,-2.05949,0,0,-0.857167,0.515038,900,100,1,0),(49968,2066,1,1,1,-4221.11,667.142,70.4964,0.977386,0,0,0.469472,0.882948,180,100,1,0),(49969,50803,1,1,1,-4184.85,793.343,144.983,-1.45735,0,0,-0.665882,0.746058,180,100,1,0),(49970,50804,1,1,1,-4178.55,796.114,144.983,-1.58825,0,0,-0.713251,0.700909,180,100,1,0),(49971,50805,1,1,1,-4188.69,812.463,144.983,-1.52716,0,0,-0.691513,0.722364,180,100,1,0),(49972,142140,1,1,1,-4431.82,1535.3,127.198,0.174533,0,0,0.087156,0.996195,60,100,1,0),(49973,142140,1,1,1,-3853.57,963.272,152.17,-2.51327,0,0,0.951057,-0.309017,60,100,1,0),(49974,142140,1,1,1,-4774.86,3676.36,10.6375,-1.51844,0,0,0.688354,-0.725374,60,100,1,0),(49975,142140,1,1,1,-5314.56,3782.17,1.40555,-1.97222,0,0,0.833886,-0.551937,60,100,1,0),(49976,142140,1,1,1,-4925.71,3668.39,12.1591,0.418879,0,0,0.207912,0.978148,60,100,1,0),(49977,142140,1,1,1,-5584.1,1242.7,20.2652,2.37365,0,0,0.927184,0.374607,60,100,1,0),(49978,142140,1,1,1,-3021,2668.67,59.3939,4.71239,0,0,0.707107,-0.707107,60,100,1,0),(49979,142140,1,1,1,-5477.34,1228.05,33.186,-1.72788,0,0,0.760406,-0.649448,60,100,1,0),(49980,142140,1,1,1,-5251.24,1266.2,54.2452,-2.58309,0,0,0.961262,-0.275637,60,100,1,0),(49981,142140,1,1,1,-5560.19,1499.82,20.8032,-0.610865,0,0,0.300706,-0.953717,60,100,1,0),(49982,142140,1,1,1,-2882.45,2666.05,74.0739,-3.05433,0,0,0.999048,-0.043619,60,100,1,0),(49983,142140,1,1,1,-3299.99,1907.3,45.5809,-3.03687,0,0,0.99863,-0.052336,60,100,1,0),(49984,142140,1,1,1,-3119.89,1727.51,42.6959,0.837758,0,0,0.406737,0.913545,60,100,1,0),(49985,142140,1,1,1,-3031.39,2788.93,60.9488,-1.90241,0,0,0.814116,-0.580703,60,100,1,0),(49986,142142,1,1,1,-4142.78,-555.682,-5.34882,1.09956,0,0,0.522499,0.85264,60,100,1,0),(49987,142142,1,1,1,-4474.64,1229.13,125.889,-2.33874,0,0,0.920505,-0.390731,60,100,1,0),(49988,142142,1,1,1,-4519.35,1743.76,94.4294,-2.96706,0,0,0.996195,-0.087156,60,100,1,0),(49989,142142,1,1,1,-4129.28,-33.777,60.904,1.22173,0,0,0.573576,0.819152,60,100,1,0),(49990,142142,1,1,1,-3447.11,1875.71,48.5747,-2.18166,0,0,0.887011,-0.461749,60,100,1,0),(49991,142142,1,1,1,-3442.26,2816.72,83.3689,-0.855212,0,0,0.414693,-0.909961,60,100,1,0),(49992,142142,1,1,1,-4614.11,1285.82,107.237,1.36136,0,0,0.62932,0.777146,60,100,1,0),(49993,142142,1,1,1,-4185.15,514.305,60.8172,-0.907571,0,0,0.438371,-0.898794,60,100,1,0),(49994,142142,1,1,1,-5007.88,674.656,44.6766,-0.610865,0,0,0.300706,-0.953717,60,100,1,0),(49995,142142,1,1,1,-5160.91,437.238,27.8971,0.05236,0,0,0.026177,0.999657,60,100,1,0),(49996,142142,1,1,1,-4139.59,549.51,71.6332,1.65806,0,0,0.737277,0.67559,60,100,1,0),(49997,142142,1,1,1,-4951.59,419.223,10.7939,2.6529,0,0,0.970296,0.241922,60,100,1,0),(49998,142142,1,1,1,-5769.63,1275.29,59.1949,2.05949,0,0,0.857167,0.515038,60,100,1,0),(49999,142142,1,1,1,-5681.78,1666.42,89.5492,2.19912,0,0,0.891007,0.453991,60,100,1,0),(50000,142142,1,1,1,-5270.87,1553.05,54.3162,0.733038,0,0,0.358368,0.93358,60,100,1,0),(50001,142142,1,1,1,-4563.7,1494.91,99.6016,1.18682,0,0,0.559193,0.829038,60,100,1,0),(50002,142142,1,1,1,-5795.07,1569.15,74.455,0.610865,0,0,0.300706,0.953717,60,100,1,0),(50003,142142,1,1,1,-2942.71,2481.39,33.4109,0,0,0,0,1,60,100,1,0),(50004,142142,1,1,1,-3383.44,2411.08,34.5997,2.98451,0,0,0.996917,0.078459,60,100,1,0),(50005,181824,1,1,1,-4514.63,-847.637,-41.9585,-1.39626,0,0,0.642788,-0.766044,900,100,1,0),(50006,181824,1,1,1,-4516.3,-848.038,-41.9179,0.366519,0,0,0.182236,0.983255,900,100,1,0),(50007,181824,1,1,1,-4513.36,-848.67,-42.01,-0.226893,0,0,0.113203,-0.993572,900,100,1,0),(50008,181825,1,1,1,-4514.99,-848.971,-41.7934,-1.72788,0,0,0.760406,-0.649448,900,100,1,0),(50009,324,1,1,1,-5582.61,2287.96,9.67933,0.226893,0,0,0.113203,0.993572,2700,100,1,0),(50010,324,1,1,1,-5575.68,1104.02,17.9483,-1.51844,0,0,0.688354,-0.725374,2700,100,1,0),(50011,49485,1,1,1,-4448.88,248.14,47.4217,1.0472,0,0,0.5,0.866025,900,100,1,0),(50012,49486,1,1,1,-4463.85,237.63,39.2119,1.9984,0,0,0.841039,0.540975,900,100,1,0),(50013,49487,1,1,1,-4454.72,248.83,39.1981,-0.340339,0,0,-0.169349,0.985556,900,100,1,0),(50014,164953,1,1,1,-4975.6,346.066,23.0333,1.42244,0.023919,-0.094328,0.646777,0.756446,2,100,1,0),(50015,164954,1,1,1,-5318.97,433.019,13.0373,-0.802851,0,0,0.390731,-0.920505,2,100,1,0),(50016,142179,1,1,1,-4791.75,3613.3,12.5194,-2.33001,0,0,0.918791,-0.394744,2,100,1,0),(50017,110230,1,1,1,-4164.71,816.66,145.187,2.94088,0,0,0.994969,0.100188,180,100,1,0),(18142,180582,1,1,1,6293.92,590.357,0,-0.418879,0,0,0.207912,-0.978148,180,100,1,0),(50019,148840,1,1,1,-4971.36,1210.37,55.4107,3.14159,0,0,1,0,900,100,1,0),(50020,142185,1,1,1,-3098.4,2765.83,71.9319,3.06305,0.046004,-0.049767,0.996839,0.04147,2,100,1,0),(50021,148841,1,1,1,-5459.89,1223.37,32.568,-3.11541,-0.008264,-0.035009,0.999263,-0.013386,900,100,1,0),(50022,40298,1,1,1,-4063.53,424.813,50.6957,2.79253,-0.017691,0.025266,0.984256,0.174034,900,100,1,0),(50023,142186,1,1,1,-2930.95,2817.98,71.2819,-1.6057,0.029763,-0.062157,-0.716638,0.694032,2,100,1,0),(50024,1735,1,1,1,-4172.12,681.267,84.2283,-1.23918,0,0,0.580703,-0.814116,1800,100,1,0),(50025,3301,1,1,1,-4142.64,812.203,146.142,-2.71399,0,0,0.977231,-0.212178,180,100,1,0),(50026,181099,1,1,1,-4439.73,3319.41,13.1726,2.80125,0,0,0.985556,0.16935,900,100,1,0),(50027,40299,1,1,1,-4977.81,66.849,106.867,3.14159,0,0,1,0,900,100,1,0),(50028,142187,1,1,1,-2803.89,2666.9,73.4469,3.14159,0,0,1,0,2,100,1,0),(50029,143979,1,1,1,-4533.17,808.743,60.2918,-0.890118,0,0,-0.430511,0.902585,900,100,1,0),(50030,141931,1,1,1,-5866.16,1367.64,109.707,1.23918,0,0,0.580703,0.814116,180,100,1,0),(50031,141931,1,1,1,-5920.82,1391.58,137.518,0.139626,0,0,0.069756,0.997564,180,100,1,0),(50032,141931,1,1,1,-5889.6,1556.15,112.748,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(50033,141931,1,1,1,-5990.93,1479.18,149.163,1.58825,0,0,0.71325,0.700909,180,100,1,0),(50034,141931,1,1,1,-5950.36,1458.3,153.293,0.663225,0,0,0.325568,0.945519,180,100,1,0),(50035,141931,1,1,1,-5893.02,1377.45,122.543,1.8326,0,0,0.793353,0.608761,180,100,1,0),(50036,141931,1,1,1,-5882.92,1504.3,120.236,3.01942,0,0,0.998135,0.061049,180,100,1,0),(50037,141931,1,1,1,-5901.82,1412.07,123.821,-2.35619,0,0,0.92388,-0.382683,180,100,1,0),(50038,141931,1,1,1,-5812.36,1712.59,102.252,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(50039,142188,1,1,1,-2953.11,2624.45,69.1637,3.14159,0,0,1,0,2,100,1,0),(50040,143980,1,1,1,-3744.25,219.985,121.832,2.35619,0,0,0.92388,0.382683,2,100,1,0),(50041,143980,1,1,1,-3659.17,262.658,143.235,0.05236,0,0,0.026177,0.999657,2,100,1,0),(50042,143980,1,1,1,-3955.37,-156.741,140.736,0.383972,0,0,0.190809,0.981627,2,100,1,0),(50043,40301,1,1,1,-4980.2,191.3,55.1962,3.14159,0,0,1,0,900,100,1,0),(50044,143986,1,1,1,-4405.37,237.677,26.7678,2.28638,0,0,0.909961,0.414693,900,100,1,0),(50045,50803,1,1,1,-4169.95,604.078,70.9372,-2.67035,0,0,0.97237,-0.233446,900,100,1,0),(50046,50803,1,1,1,-4334.93,158.692,34.2357,-2.85361,0,0,0.989651,-0.143493,900,100,1,0),(50047,142195,1,1,1,-4957.59,463.196,18.9743,-0.10472,0,0,0.052336,-0.99863,2,100,1,0),(50048,50804,1,1,1,-4165.15,599.144,70.9372,-2.80125,0,0,0.985556,-0.169349,900,100,1,0),(50049,50804,1,1,1,-4331.1,152.966,34.2357,-2.98451,0,0,0.996917,-0.078459,900,100,1,0),(50050,175732,1,1,1,-4350.65,3294.21,19.5419,-2.32129,0,0,0.91706,-0.398749,900,100,1,0),(50051,50805,1,1,1,-4153.38,614.367,70.9372,-2.74017,0,0,0.979925,-0.199368,900,100,1,0),(50052,50805,1,1,1,-4316.76,165.79,34.2357,-2.92343,0,0,0.994056,-0.108867,900,100,1,0),(50053,177279,1,1,1,-4512.71,-781.802,-42.6385,2.58301,0,0,0.961252,0.275672,900,100,1,0),(50054,177281,1,1,1,-4509.59,1257.62,126.183,3.01942,0,0,0.998135,0.061049,900,100,1,0),(50055,179846,1,1,1,-4379.13,2323.67,1.40767,3.14159,0,0,1,0,900,100,1,0),(50056,178826,1,1,1,-4427.5,1412.92,132.459,-2.60054,0,0,0.96363,-0.267238,900,100,1,0),(50057,38028,1,1,1,-4874.44,148.861,61.4865,-3.09796,-0.022187,0.016968,0.99938,-0.021426,900,100,1,0),(50058,38029,1,1,1,-4879.77,187.634,59.9742,3.14159,0,0.008727,0.999962,0,900,100,1,0),(50059,38030,1,1,1,-4874.95,98.5079,87.4718,1.07338,0,0,0.511293,0.859406,900,100,1,0),(50060,176278,1,1,1,-4599.16,1377.63,107.16,0.750493,0,0,0.366502,0.930417,900,100,1,0),(50061,110231,1,1,1,-4184.9,607.572,70.6163,2.88852,0,0,0.992005,0.126199,900,100,1,0),(50062,176279,1,1,1,-4486.48,1251.33,128.58,1.85878,0,0,0.801254,0.598325,900,100,1,0),(50063,110232,1,1,1,-4221.11,667.142,70.4964,0.977386,0,0,0.469472,0.882948,900,100,1,0),(50064,176280,1,1,1,-4418.94,1207.29,126.659,1.71042,0.036917,0.002581,0.754642,0.655092,900,100,1,0),(50065,110233,1,1,1,-4097.92,438.365,51.0712,0.689406,0,0,0.337917,0.941176,900,100,1,0),(50066,176281,1,1,1,-4517.77,1277.2,126.401,1.37881,0,0,0.636078,0.771625,900,100,1,0),(50067,110234,1,1,1,-4963.98,472.598,17.188,-2.74889,0,0,0.980785,-0.19509,900,100,1,0),(50068,176282,1,1,1,-4493.77,1385.77,127.292,1.76278,0,0,0.771625,0.636078,900,100,1,0),(50069,110235,1,1,1,-4975.32,355.283,23.7766,-3.14159,-0.008716,-0.047976,0.99881,-0.000419,900,100,1,0),(50070,176283,1,1,1,-4462.74,1544.6,126.768,-2.40855,0.002213,0.042896,0.932473,-0.358677,900,100,1,0),(50071,176284,1,1,1,-4414.03,1476.58,126.01,-2.19912,0,0,0.891007,-0.45399,900,100,1,0),(50072,110236,1,1,1,-4995.5,363.451,23.8795,0.357793,0.013657,-0.001964,0.177983,0.983937,900,100,1,0),(50073,176285,1,1,1,-4407.4,1374.9,123.983,-1.23918,0,0,-0.580703,0.814116,900,100,1,0),(50074,176286,1,1,1,-4420.84,1369.71,123.983,0.890118,0,0,0.430511,0.902585,900,100,1,0),(50075,176287,1,1,1,-4475.55,1090.12,126.48,-2.55691,0,0,0.957571,-0.288196,900,100,1,0),(50076,176288,1,1,1,-4422.2,1175.09,126.592,0.209439,0,0,0.104528,0.994522,900,100,1,0),(50077,123310,1,1,1,-5286.74,-14.0225,21.2351,2.40855,0,0,0.93358,0.358368,1800,100,1,0),(50078,123310,1,1,1,-5275.56,-42.4939,8.31683,-2.53073,0,0,0.953717,-0.300706,1800,100,1,0),(50079,123310,1,1,1,-5353.75,397.499,17.0132,2.96706,0,0,0.996195,0.087156,1800,100,1,0),(50080,144050,1,1,1,-3775.3,191.55,122.38,-1.72788,0,0,0.760406,-0.649448,900,100,1,0),(50081,144050,1,1,1,-3776.47,193.948,122.894,0.977384,0,0,0.469472,0.882948,900,100,1,0),(50082,144050,1,1,1,-3777.7,192.37,123.696,-1.81514,0,0,0.788011,-0.615661,900,100,1,0),(50083,144050,1,1,1,-3923.29,208.35,111.72,2.44346,0,0,0.939693,0.34202,900,100,1,0),(50084,144050,1,1,1,-3927.71,205.875,110.779,2.6529,0,0,0.970296,0.241922,900,100,1,0),(50085,144050,1,1,1,-3922.3,210.77,113.451,1.22173,0,0,0.573576,0.819152,900,100,1,0),(50086,144050,1,1,1,-3926.85,213.172,114.243,-1.93731,0,0,0.824126,-0.566406,900,100,1,0),(50087,144050,1,1,1,-3867.88,224.415,113.012,-2.14675,0,0,0.878817,-0.477159,900,100,1,0),(50088,144050,1,1,1,-3928.43,211.142,112.776,2.6529,0,0,0.970296,0.241922,900,100,1,0),(50089,144050,1,1,1,-3864.37,222.277,113.181,0.296706,0,0,0.147809,0.989016,900,100,1,0),(50090,144050,1,1,1,-3530.31,231.488,149.297,-2.40855,0,0,0.93358,-0.358368,900,100,1,0),(50091,144050,1,1,1,-3870.2,220.446,112.671,1.8326,0,0,0.793353,0.608761,900,100,1,0),(50092,144050,1,1,1,-3599.79,245.016,139.398,2.70526,0,0,0.976296,0.21644,900,100,1,0),(50093,144050,1,1,1,-3534.63,224.825,148.76,-1.32645,0,0,0.615661,-0.788011,900,100,1,0),(50094,144050,1,1,1,-3525.12,239.128,149.915,-2.87979,0,0,0.991445,-0.130526,900,100,1,0),(50095,144050,1,1,1,-3526.82,228.549,150.276,-1.55334,0,0,0.700909,-0.71325,900,100,1,0),(50096,144050,1,1,1,-3872.24,225.123,113.25,-2.14675,0,0,0.878817,-0.477159,900,100,1,0),(50097,144050,1,1,1,-3586.68,200.259,136.552,-1.78024,0,0,0.777146,-0.62932,900,100,1,0),(50098,144050,1,1,1,-3867.41,217.295,112.72,-0.296706,0,0,0.147809,-0.989016,900,100,1,0),(50099,144050,1,1,1,-3588.49,194.535,136.016,0.645772,0,0,0.317305,0.948324,900,100,1,0),(50100,144050,1,1,1,-3991.3,-229.472,139.023,1.91986,0,0,0.819152,0.573576,900,100,1,0),(50101,144050,1,1,1,-3983.44,-229.997,139.392,2.86234,0,0,0.990268,0.139173,900,100,1,0),(50102,144050,1,1,1,-3603.83,244.165,139.593,-1.85005,0,0,0.798635,-0.601815,900,100,1,0),(50103,144050,1,1,1,-3595.57,241.642,140.272,-1.43117,0,0,0.656059,-0.75471,900,100,1,0),(50104,144050,1,1,1,-3602.03,242.39,139.721,-3.05433,0,0,0.999048,-0.043619,900,100,1,0),(50105,144050,1,1,1,-3591.86,207.412,138.169,1.41372,0,0,0.649448,0.760406,900,100,1,0),(50106,144050,1,1,1,-4001.53,-228.527,142.492,-0.680679,0,0,0.333807,-0.942641,900,100,1,0),(50107,144050,1,1,1,-3524.03,234.3,150.126,-0.10472,0,0,0.052336,-0.99863,900,100,1,0),(18139,180582,1,1,1,-1773.84,-3813.52,0,-2.68781,0,0,0.97437,-0.224951,180,100,1,0),(18135,180248,0,1,1,-12966.7,487.359,0,0.488692,0,0,0.241922,0.970296,180,100,1,0),(553,180657,0,1,1,-1176.62,161.262,0,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(18136,180248,0,1,1,-13640.6,619.701,0,2.54818,0,0,0.956305,0.292372,180,100,1,0),(50112,144050,1,1,1,-3671.05,209.943,130.967,-2.74017,0,0,0.979925,-0.199368,900,100,1,0),(18134,180248,0,1,1,-13291.1,658.304,0,1.0821,0,0,0.515038,0.857167,180,100,1,0),(18137,180248,0,1,1,-13983.8,633.474,0,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(50115,144050,1,1,1,-3893.23,135.35,127.204,-0.593412,0,0,0.292372,-0.956305,900,100,1,0),(50116,144050,1,1,1,-3708.03,277.801,138.902,1.29154,0,0,0.601815,0.798636,900,100,1,0),(50117,144050,1,1,1,-3669.9,202.711,132.068,-2.80998,0,0,0.986286,-0.165048,900,100,1,0),(50118,144050,1,1,1,-3713.83,158.744,133.512,-1.90241,0,0,0.814116,-0.580703,900,100,1,0),(50119,144050,1,1,1,-3765.14,260.81,128.749,-1.53589,0,0,0.694658,-0.71934,900,100,1,0),(50120,144050,1,1,1,-3770.82,253.168,128.045,0.715585,0,0,0.350207,0.936672,900,100,1,0),(50121,144050,1,1,1,-3681.94,204.402,128.213,1.09956,0,0,0.522499,0.85264,900,100,1,0),(50122,144050,1,1,1,-3674.72,210.1,129.779,1.71042,0,0,0.75471,0.656059,900,100,1,0),(50123,144050,1,1,1,-3962.71,136.538,111.783,-1.13446,0,0,0.5373,-0.843391,900,100,1,0),(50124,144050,1,1,1,-3675.63,202.604,129.869,2.49582,0,0,0.948324,0.317305,900,100,1,0),(50125,144050,1,1,1,-3941.36,-18.8281,136.989,-0.174533,0,0,0.087156,-0.996195,900,100,1,0),(50126,144050,1,1,1,-3946.34,-17.075,136.599,1.06465,0,0,0.507538,0.861629,900,100,1,0),(50127,144050,1,1,1,-3996.53,57.2076,100.528,-2.49582,0,0,0.948324,-0.317305,900,100,1,0),(50128,144050,1,1,1,-3713.63,162.687,132.473,0.366519,0,0,0.182236,0.983255,900,100,1,0),(50129,144050,1,1,1,-3909.72,87.1987,123.857,1.23918,0,0,0.580703,0.814116,900,100,1,0),(50130,144050,1,1,1,-3986.16,-62.1162,156.959,-1.88496,0,0,0.809017,-0.587785,900,100,1,0),(50131,144050,1,1,1,-3768.53,263.261,130.477,-0.139626,0,0,0.069756,-0.997564,900,100,1,0),(50132,144050,1,1,1,-3981.56,-64.5532,156.959,0.750492,0,0,0.366501,0.930418,900,100,1,0),(50133,144050,1,1,1,-3986.52,-69.9946,155.215,2.87979,0,0,0.991445,0.130526,900,100,1,0),(50134,144050,1,1,1,-3943.52,-13.9025,135.219,-1.20428,0,0,0.566406,-0.824126,900,100,1,0),(50135,144050,1,1,1,-3944.34,-8.39876,133.755,-0.05236,0,0,0.026177,-0.999657,900,100,1,0),(50136,144050,1,1,1,-3707.29,157.879,137.243,0.017453,0,0,0.008727,0.999962,900,100,1,0),(50137,144050,1,1,1,-3996.38,49.6151,100.984,0.610865,0,0,0.300706,0.953717,900,100,1,0),(50138,144050,1,1,1,-4028.69,-144.986,126.656,-2.21657,0,0,0.894934,-0.446198,900,100,1,0),(50139,144050,1,1,1,-3912.64,71.2246,122.333,0.593412,0,0,0.292372,0.956305,900,100,1,0),(50140,144050,1,1,1,-3951.6,-152.97,140.435,0.802851,0,0,0.390731,0.920505,900,100,1,0),(50141,144050,1,1,1,-3716.92,165.628,129.718,0.994838,0,0,0.477159,0.878817,900,100,1,0),(50142,144050,1,1,1,-4032.63,-155.961,128.068,0.087266,0,0,0.043619,0.999048,900,100,1,0),(50143,144050,1,1,1,-4010.89,-183.107,140.335,-1.25664,0,0,0.587785,-0.809017,900,100,1,0),(50144,144050,1,1,1,-3763.98,253.521,127.472,-1.74533,0,0,0.766044,-0.642788,900,100,1,0),(50145,144050,1,1,1,-3901.42,129.953,129.173,-0.383972,0,0,0.190809,-0.981627,900,100,1,0),(50146,144050,1,1,1,-3900.47,133.732,126.762,-2.02458,0,0,0.848048,-0.529919,900,100,1,0),(50147,144050,1,1,1,-3705.32,281.133,141.242,-0.383972,0,0,0.190809,-0.981627,900,100,1,0),(50148,144050,1,1,1,-3932.82,109.82,132.351,-1.13446,0,0,0.5373,-0.843391,900,100,1,0),(50149,144050,1,1,1,-3933.99,116.426,133.891,3.01942,0,0,0.998135,0.061049,900,100,1,0),(50150,144050,1,1,1,-3937.4,109.411,137.052,-0.593412,0,0,0.292372,-0.956305,900,100,1,0),(50151,144050,1,1,1,-3896.7,126.88,130.446,-0.2618,0,0,0.130526,-0.991445,900,100,1,0),(50152,144050,1,1,1,-3958.55,143.808,112.102,2.26893,0,0,0.906308,0.422618,900,100,1,0),(50153,144054,1,1,1,-2843.53,2783.17,94.3958,2.96706,0,0,0.996195,0.087156,2,100,1,0),(50154,176318,1,1,1,-4672.23,1283.07,96.1783,3.02815,0,0,0.998392,0.056693,900,100,1,0),(50155,164798,1,1,1,-2835.85,2345.93,41.8678,-0.296706,0,0,0.147809,-0.989016,2,100,1,0),(50156,164798,1,1,1,-2840.13,2347.59,41.7155,-1.37881,0,0,0.636078,-0.771625,2,100,1,0),(50157,164798,1,1,1,-2838.42,2341.7,41.704,-3.00197,0,0,0.997564,-0.069756,2,100,1,0),(50158,144063,1,1,1,-2976.94,2743.2,53.0054,-2.40855,0,0,0.93358,-0.358368,2,100,1,0),(50159,176583,1,1,1,-4851.86,95.3166,90.2275,-0.628319,0,0,0.309017,-0.951056,60,100,1,0),(50160,176583,1,1,1,-4120.27,-422.528,21.5707,-1.11701,0,0,0.529919,-0.848048,60,100,1,0),(50161,176583,1,1,1,-3475.69,2691.11,84.2298,-1.37881,0,0,0.636078,-0.771625,60,100,1,0),(50162,1735,1,1,1,-4391.7,726.789,115.6,-2.04204,0,0,0.85264,-0.522498,1800,100,1,0),(50163,176583,1,1,1,-4588.53,1415.42,99.9445,2.21657,0,0,0.894934,0.446198,60,100,1,0),(50164,1735,1,1,1,-5062.03,1830.19,78.5687,1.62316,0,0,0.725374,0.688355,1800,100,1,0),(50165,1735,1,1,1,-5040.29,1781.08,71.5072,0,0,0,0,1,1800,100,1,0),(50166,1735,1,1,1,-5052.28,1176.74,61.5778,0.366519,0,0,0.182236,0.983255,1800,100,1,0),(50167,123848,1,1,1,-5320.53,451.727,9.51992,-2.33874,0,0,0.920505,-0.390731,2700,100,1,0),(50168,41185,1,1,1,-4879.21,468.939,19.3326,3.09796,0.012704,-0.017732,0.999519,0.022038,900,100,1,0),(50169,41186,1,1,1,-4835.98,540.722,20.3061,-0.157079,0,0,-0.078459,0.996917,900,100,1,0),(50170,41187,1,1,1,-4727,586.583,35.7375,2.59181,0,0,0.962455,0.271441,900,100,1,0),(50171,41188,1,1,1,-4802.78,914.161,133.971,-0.279254,-0.01114,0.014783,-0.13898,0.990122,900,100,1,0),(50172,41189,1,1,1,-4772.83,905.031,142.843,2.06821,0,0,0.859406,0.511294,900,100,1,0),(50173,3301,1,1,1,-4349.86,260.709,26.3679,-2.31256,0,0,0.915311,-0.402747,900,100,1,0),(50174,41190,1,1,1,-4803.74,878.264,142.795,-1.30027,0,0,-0.605294,0.796002,900,100,1,0),(50175,41191,1,1,1,-4756.43,853.677,142.911,1.85878,0,0,0.801254,0.598325,900,100,1,0),(50176,153576,1,1,1,-3741.4,207.09,121.754,3.09796,-0.035358,-0.021035,0.998932,0.021035,900,100,1,0),(50177,41192,1,1,1,-4759.15,824.99,140.433,2.01586,0,0,0.845728,0.533615,900,100,1,0),(50178,180712,1,1,1,-3950.56,3053.76,0,-0.680679,0,0,0.333807,-0.942641,900,100,1,0),(50179,180712,1,1,1,-4046.58,2884.38,0,-1.78024,0,0,0.777146,-0.62932,900,100,1,0),(50180,180712,1,1,1,-3931.2,2746.97,0,-0.680679,0,0,0.333807,-0.942641,900,100,1,0),(50181,180712,1,1,1,-4091.41,2695.04,0,2.00713,0,0,0.843391,0.5373,900,100,1,0),(50182,180712,1,1,1,-4652.45,2377.74,0,3.08923,0,0,0.999657,0.026177,900,100,1,0),(50183,180712,1,1,1,-4791.43,1995.79,0,1.15192,0,0,0.544639,0.838671,900,100,1,0),(50184,180712,1,1,1,-4731.54,2379.84,0,0.15708,0,0,0.078459,0.996917,900,100,1,0),(50185,153577,1,1,1,-3993.01,-179.923,139.415,3.11541,0,0,0.999914,0.01309,900,100,1,0),(50186,41193,1,1,1,-4882.82,673.609,42.2994,2.04203,0,0,0.85264,0.522499,900,100,1,0),(50187,41194,1,1,1,-4185.25,387.248,61.0981,-2.14675,0,0,0.878817,-0.477159,900,100,1,0),(50188,153579,1,1,1,-3661.65,260.977,143.121,3.11541,0.021926,0.008438,0.999641,0.012896,900,100,1,0),(50189,153580,1,1,1,-4993.05,415.058,16.9711,0.375246,0,0,0.186524,0.98245,900,100,1,0),(50190,153581,1,1,1,-4907.84,272.276,41.2485,-3.12414,0,0,0.999962,-0.008727,900,100,1,0),(50191,153582,1,1,1,-4916.3,197.121,52.2984,-2.74889,0,0,0.980785,-0.19509,900,100,1,0),(50192,153583,1,1,1,-4999.7,71.4162,103.527,1.79769,-0.022651,0.062539,0.779642,0.622683,900,100,1,0),(50193,153584,1,1,1,-4950.27,642.321,42.6647,-2.09439,0,0,-0.866025,0.5,900,100,1,0),(50194,2040,1,1,1,-3517.99,1857.63,74.4841,-1.67552,0,0,0.743145,-0.669131,1800,100,1,0),(50195,2040,1,1,1,-5752.27,3677.47,-8.37481,-0.750491,0,0,0.366501,-0.930418,1800,100,1,0),(50196,2040,1,1,1,-5512.19,3464.31,-5.26021,-1.51844,0,0,0.688354,-0.725374,1800,100,1,0),(50197,2040,1,1,1,-5534.18,3500.93,11.677,0.122173,0,0,0.061049,0.998135,1800,100,1,0),(50198,2040,1,1,1,-4542.68,1448.89,109.07,2.23402,0,0,0.898794,0.438371,1800,100,1,0),(50199,2040,1,1,1,-5558.7,3636.47,-14.6601,-1.6057,0,0,0.71934,-0.694658,1800,100,1,0),(50200,2040,1,1,1,-3924.87,1589.83,126.549,2.28638,0,0,0.909961,0.414693,1800,100,1,0),(50201,2040,1,1,1,-5137.66,1802.66,94.1964,1.48353,0,0,0.67559,0.737277,1800,100,1,0),(50202,2040,1,1,1,-5166.29,1864.39,107.349,0.139626,0,0,0.069756,0.997564,1800,100,1,0),(50203,2040,1,1,1,-3552.21,2369.68,79.8318,2.23402,0,0,0.898794,0.438371,1800,100,1,0),(50204,2040,1,1,1,-4821.13,446.714,5.45126,0.15708,0,0,0.078459,0.996917,1800,100,1,0),(50205,2040,1,1,1,-3315.73,2819.71,81.5505,0.418879,0,0,0.207912,0.978148,1800,100,1,0),(50206,142073,1,1,1,-3131.03,2255.4,39.7844,-2.75762,-0.011063,0.011184,0.981528,-0.190673,900,100,1,0),(50207,180473,1,1,1,-3926.74,1662.77,134.17,0.776672,0,0,0.378649,0.92554,900,100,1,0),(50208,2041,1,1,1,-2801.66,2058.35,28.6504,1.74533,0,0,0.766044,0.642788,60,100,1,0),(50209,2041,1,1,1,-4455.71,1906.7,109.936,-2.28638,0,0,0.909961,-0.414693,60,100,1,0),(50210,2041,1,1,1,-2716.47,1695.31,28.991,1.55334,0,0,0.700909,0.71325,60,100,1,0),(50211,2041,1,1,1,-4614.57,2112.95,1.4487,-0.15708,0,0,0.078459,-0.996917,60,100,1,0),(50212,2041,1,1,1,-3439.51,1963.55,37.9141,-2.53073,0,0,0.953717,-0.300706,60,100,1,0),(50213,2041,1,1,1,-4072.24,324.515,53.2297,1.18682,0,0,0.559193,0.829038,60,100,1,0),(50214,180474,1,1,1,-3950.86,1657.01,134.65,1.213,0,0,0.569997,0.821647,900,100,1,0),(50215,180475,1,1,1,-3928.34,1648.12,134.434,1.75514,-0.08855,-0.036679,0.768072,0.63315,900,100,1,0),(50216,2043,1,1,1,-4396.74,1214.04,128.227,1.16937,0,0,0.551937,0.833886,60,100,1,0),(50217,2043,1,1,1,-4811.92,929.448,134.787,-1.41372,0,0,0.649448,-0.760406,60,100,1,0),(50218,2043,1,1,1,-5327.16,152.21,86.8563,1.90241,0,0,0.814116,0.580703,60,100,1,0),(50219,2043,1,1,1,-4081.59,-473.522,19.9786,-1.67552,0,0,0.743145,-0.669131,60,100,1,0),(50220,2043,1,1,1,-4128.87,-721.157,-24.4313,-2.21657,0,0,0.894934,-0.446198,60,100,1,0),(50221,2043,1,1,1,-4580.59,3655.87,11.9447,0.837758,0,0,0.406737,0.913545,60,100,1,0),(50222,2043,1,1,1,-3840.25,2804.39,13.4874,0.663225,0,0,0.325568,0.945519,60,100,1,0),(50223,2043,1,1,1,-4440.5,-227.748,52.9039,0.314159,0,0,0.156434,0.987688,60,100,1,0),(35846,176307,329,1,1,3862.17,-3610.11,144.137,2.84489,0,0,0.989016,0.147809,86400,100,1,0),(50225,2043,1,1,1,-5764.7,1059.14,89.6179,2.09439,0,0,0.866025,0.5,60,100,1,0),(50226,2043,1,1,1,-5755.8,1048.91,89.1057,1.06465,0,0,0.507538,0.861629,60,100,1,0),(50227,2043,1,1,1,-4748.61,1867.29,23.8998,-0.802851,0,0,0.390731,-0.920505,60,100,1,0),(50228,2043,1,1,1,-3357.84,2559.06,22.8718,0.610865,0,0,0.300706,0.953717,60,100,1,0),(50229,2043,1,1,1,-3468.21,2332.09,58.3387,0.698132,0,0,0.34202,0.939693,60,100,1,0),(50230,180476,1,1,1,-3846.7,1632.75,143.905,-0.523598,0,0,-0.258819,0.965926,900,100,1,0),(50231,180477,1,1,1,-3862.56,1625.79,139.156,1.57555,0.042958,-0.080792,0.70414,0.704141,900,100,1,0),(50232,2045,1,1,1,-5036.87,2280.4,-40.0308,-1.6057,0,0,0.71934,-0.694658,60,100,1,0),(50233,2045,1,1,1,-5056.61,3546.61,-6.59211,0.733038,0,0,0.358368,0.93358,60,100,1,0),(50234,2045,1,1,1,-3949.81,2752.32,-1.79809,0.226893,0,0,0.113203,0.993572,60,100,1,0),(50235,2045,1,1,1,-4240.9,2440.17,-6.63346,2.74017,0,0,0.979925,0.199368,60,100,1,0),(50236,152574,1,1,1,-4446.32,2055.25,46.2946,-1.20428,0,0,-0.566406,0.824126,900,100,1,0),(50237,180478,1,1,1,-3840.91,1649.01,145.292,-0.061087,0,0,-0.030539,0.999534,900,100,1,0),(50238,2046,1,1,1,-4977.94,52.2603,114.296,-0.715585,0,0,0.350207,-0.936672,60,100,1,0),(50239,2046,1,1,1,-4009.18,19.4625,104.317,-2.75762,0,0,0.981627,-0.190809,60,100,1,0),(50240,2046,1,1,1,-4001.88,1937.13,105.72,-0.610865,0,0,0.300706,-0.953717,60,100,1,0),(50241,2046,1,1,1,-5442.28,3826.71,11.2156,1.97222,0,0,0.833886,0.551937,60,100,1,0),(50242,2046,1,1,1,-5369.51,522.507,81.151,1.72788,0,0,0.760406,0.649448,60,100,1,0),(50243,2046,1,1,1,-5479.85,2243.15,19.809,-2.89725,0,0,0.992546,-0.121869,60,100,1,0),(50244,2046,1,1,1,-4682.56,2242.6,14.7921,1.53589,0,0,0.694658,0.71934,60,100,1,0),(50245,2046,1,1,1,-5868.21,1210.25,95.1845,2.46091,0,0,0.942641,0.333807,60,100,1,0),(50246,2046,1,1,1,-4618.66,1237.83,109.347,-2.23402,0,0,0.898794,-0.438371,60,100,1,0),(50247,2046,1,1,1,-3520.99,2593.73,84.508,3.00197,0,0,0.997564,0.069757,60,100,1,0),(50248,2046,1,1,1,-3575.07,2312.49,73.2116,0.10472,0,0,0.052336,0.99863,60,100,1,0),(50249,2046,1,1,1,-3922.86,96.7522,151.26,1.85005,0,0,0.798636,0.601815,60,100,1,0),(50250,2046,1,1,1,-4496.87,804.762,63.6846,2.89725,0,0,0.992546,0.121869,60,100,1,0),(50251,2046,1,1,1,-3781.11,1912.8,81.1958,-0.802851,0,0,0.390731,-0.920505,60,100,1,0),(50252,2046,1,1,1,-5849.93,1498.83,86.9555,1.62316,0,0,0.725374,0.688355,60,100,1,0),(50253,2046,1,1,1,-3306.32,2641.24,45.5557,-2.58309,0,0,0.961262,-0.275637,60,100,1,0),(50254,2046,1,1,1,-3393.22,2726.71,79.0018,-0.471239,0,0,0.233445,-0.97237,60,100,1,0),(50255,2046,1,1,1,-2764.97,2698.98,79.3317,-0.069813,0,0,0.034899,-0.999391,60,100,1,0),(50256,152575,1,1,1,-4446.34,2055.23,45.5724,-1.20428,0,0,-0.566406,0.824126,900,100,1,0),(50257,180479,1,1,1,-3857.84,1650.63,145.292,0.314158,0,0,0.156434,0.987688,900,100,1,0),(50258,2047,1,1,1,-3949.93,1661.53,134.607,1.78024,0,0,0.777146,0.62932,1800,100,1,0),(50259,180750,1,1,1,-4210.63,2542.91,0,-1.55334,0,0,0.700909,-0.71325,3600,100,1,0),(50260,180750,1,1,1,-4001.04,3001.31,0,-0.767945,0,0,0.374607,-0.927184,3600,100,1,0),(50261,180750,1,1,1,-3950.56,3053.76,0,-0.680679,0,0,0.333807,-0.942641,3600,100,1,0),(50262,180750,1,1,1,-7020.72,-4871.83,0,4.71239,0,0,0.707107,-0.707107,3600,100,1,0),(50263,180751,1,1,1,-4223.67,2385.48,0,-2.30383,0,0,0.913545,-0.406737,3600,100,1,0),(50264,180751,1,1,1,-4236.73,2361.38,0,2.67035,0,0,0.97237,0.233445,3600,100,1,0),(50265,180751,1,1,1,-4153.15,2618.2,0,2.74017,0,0,0.979925,0.199368,3600,100,1,0),(50266,180750,1,1,1,-7230.44,-4919.24,0,2.07694,0,0,0.861629,0.507538,3600,100,1,0),(50267,180582,1,1,1,-1199.29,-3823.79,0,-1.32645,0,0,0.615661,-0.788011,3600,100,1,0),(50268,180582,1,1,1,-1001.69,-3733.47,0,2.37365,0,0,0.927184,0.374607,3600,100,1,0),(50269,180582,1,1,1,6528.03,813.211,0,1.95477,0,0,0.829038,0.559193,3600,100,1,0),(50270,180582,1,1,1,6431.71,667.197,0,1.44862,0,0,0.66262,0.748956,3600,100,1,0),(50271,180582,1,1,1,5721.1,592.505,0,-3.05433,0,0,0.999048,-0.043619,3600,100,1,0),(50272,180582,1,1,1,5530.88,568.461,0,1.20428,0,0,0.566406,0.824126,3600,100,1,0),(50273,180655,1,1,1,5632.19,551.868,0,2.80998,0,0,0.986286,0.165048,3600,100,1,0),(50274,180582,1,1,1,5391.52,547.168,0,0.20944,0,0,0.104528,0.994522,3600,100,1,0),(50275,180582,1,1,1,4969.75,598.72,0,0.017453,0,0,0.008727,0.999962,3600,100,1,0),(50276,180682,1,1,1,-2179.12,-3912.34,0,2.3911,0,0,0.930418,0.366501,3600,100,1,0),(50277,180750,1,1,1,-6765.14,-4867.56,0,-2.19912,0,0,0.891007,-0.45399,3600,100,1,0),(50278,180582,1,1,1,-1321.56,-4052.38,0,2.02458,0,0,0.848048,0.529919,3600,100,1,0),(50279,180655,1,1,1,-1001.69,-3733.47,0,2.37365,0,0,0.927184,0.374607,3600,100,1,0),(50280,180655,1,1,1,4723.29,727.582,0,-0.506145,0,0,0.25038,-0.968148,3600,100,1,0),(50281,180582,1,1,1,4838.6,703.922,0,-1.97222,0,0,0.833886,-0.551937,3600,100,1,0),(50282,180663,1,1,1,2008.8,-1013.17,89.6561,3.07178,0,0,0.999391,0.034899,3600,100,1,0),(50283,180655,1,1,1,-1321.56,-4052.38,0,2.02458,0,0,0.848048,0.529919,3600,100,1,0),(50284,180582,1,1,1,-988.858,-3775.46,0,-1.97222,0,0,0.833886,-0.551937,3600,100,1,0),(50285,180663,1,1,1,2891.74,-2735.1,210.215,2.3911,0,0,0.930418,0.366501,3600,100,1,0),(50286,180582,1,1,1,6502.51,881.164,0,-0.034907,0,0,0.017452,-0.999848,3600,100,1,0),(50287,180582,1,1,1,6485.99,679.739,0,1.81514,0,0,0.788011,0.615662,3600,100,1,0),(50288,180582,1,1,1,5837.96,548.35,0,-0.977384,0,0,0.469472,-0.882948,3600,100,1,0),(50289,180582,1,1,1,5205.42,646.524,0,0.401426,0,0,0.199368,0.979925,3600,100,1,0),(50290,180582,1,1,1,4737.25,851.432,-0.790674,2.56563,0,0,0.95882,0.284015,3600,100,1,0),(50291,180655,1,1,1,6485.99,679.739,0,1.81514,0,0,0.788011,0.615662,3600,100,1,0),(50292,180582,1,1,1,6083.96,587.658,0,0.488692,0,0,0.241922,0.970296,3600,100,1,0),(50293,180663,1,1,1,2621.8,-391.939,102.761,2.3911,0,0,0.930418,0.366501,3600,100,1,0),(50294,180582,1,1,1,4754.92,781.582,0,1.88496,0,0,0.809017,0.587785,3600,100,1,0),(50295,180582,1,1,1,4674.38,843.767,0,-2.09439,0,0,0.866025,-0.5,3600,100,1,0),(50296,180683,1,1,1,-270.212,2531.49,0,-3.00197,0,0,0.997564,-0.069756,3600,100,1,0),(50297,180683,1,1,1,-232.931,2502.31,0,-0.872665,0,0,0.422618,-0.906308,3600,100,1,0),(50298,180712,1,1,1,-6710.04,-4814.66,0,-1.09956,0,0,0.522499,-0.85264,3600,100,1,0),(50299,180582,1,1,1,6845.35,479.494,0,1.71042,0,0,0.75471,0.656059,3600,100,1,0),(50300,180663,1,1,1,2047.33,-1119.42,89.6561,0.034907,0,0,0.017452,0.999848,3600,100,1,0),(50301,180712,1,1,1,-4379.91,2368.7,0,-2.68781,0,0,0.97437,-0.224951,3600,100,1,0),(50302,180712,1,1,1,-4295.15,2371.78,0,-2.53073,0,0,0.953717,-0.300706,3600,100,1,0),(50303,180752,1,1,1,-6710.04,-4814.66,0,-1.09956,0,0,0.522499,-0.85264,3600,100,1,0),(50304,180582,1,1,1,6648.43,540.152,0,0.802851,0,0,0.390731,0.920505,3600,100,1,0),(50305,180582,1,1,1,-1925.76,-3760.7,0,1.11701,0,0,0.529919,0.848048,3600,100,1,0),(50306,180655,1,1,1,6486.94,822.047,0,0.994838,0,0,0.477159,0.878817,3600,100,1,0),(50307,180655,1,1,1,-1981.99,-3767.3,0,1.5708,0,0,0.707107,0.707107,3600,100,1,0),(42097,180712,1,1,1,-4001.04,3001.31,0,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(30712,180712,1,1,1,-4825.53,2112.97,0,-0.349066,0,0,0.173648,-0.984808,180,100,1,0),(33285,180712,1,1,1,-4722.65,2106.9,0,-0.05236,0,0,0.026177,-0.999657,180,100,1,0),(17891,180712,1,1,1,-4520.65,2367.78,0,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(50308,180750,1,1,1,-4859.53,2239.23,0,0.05236,0,0,0.026177,0.999657,180,100,1,0),(50309,180750,1,1,1,-4791.43,1995.79,0,1.15192,0,0,0.544639,0.838671,180,100,1,0),(50310,180751,1,1,1,-4844.58,2018.63,0,-0.401426,0,0,0.199368,-0.979925,180,100,1,0),(50311,180751,1,1,1,-3950.56,3053.76,0,-0.680679,0,0,0.333807,-0.942641,180,100,1,0),(50312,180752,1,1,1,-4456.79,2379.52,0,2.82743,0,0,0.987688,0.156434,180,100,1,0),(50313,180582,1,1,1,-833.911,-3919.65,0,0.994838,0,0,0.477159,0.878817,180,100,1,0),(50314,180582,1,1,1,-1302.54,-3916.2,0,1.06465,0,0,0.507538,0.861629,180,100,1,0),(50315,180900,0,1,1,-13779.9,703.536,0,2.40855,0,0,0.93358,0.358368,180,100,1,0),(50316,180900,0,1,1,-14726,353.928,0,-2.96706,0,0,0.996195,-0.087156,180,100,1,0),(50317,180900,0,1,1,-14488.5,67.7705,0,2.70526,0,0,0.976296,0.21644,180,100,1,0),(50318,180900,0,1,1,-14708.2,262.638,0,-1.13446,0,0,0.5373,-0.843391,180,100,1,0),(50319,180901,0,1,1,-14347.4,54.1188,0,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(50320,180901,0,1,1,-14401.4,438.454,0,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(50321,180902,0,1,1,-13853.3,707.847,0,0.436332,0,0,0.21644,0.976296,180,100,1,0),(50322,180656,0,1,1,-4746.4,-3163.21,297.605,2.86234,0,0,0.990268,0.139173,180,100,1,0),(50323,180657,0,1,1,-3758.88,-608.091,0,2.56563,0,0,0.95882,0.284015,180,100,1,0),(50324,180657,0,1,1,-2755.3,-1128.21,0,2.56563,0,0,0.95882,0.284015,180,100,1,0),(50325,180657,0,1,1,-3070.82,-916.696,0,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(50326,180657,0,1,1,-3142.66,-901.367,0,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(50327,180657,0,1,1,-948.823,-523.381,0,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(50328,180662,0,1,1,-1037.98,-736.12,0,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(50329,180662,0,1,1,-1088.09,-773.98,0,2.37365,0,0,0.927184,0.374607,180,100,1,0),(50330,180663,1,1,1,2566.85,-2856.31,158.68,2.40855,0,0,0.93358,0.358368,180,100,1,0),(50331,180663,1,1,1,2848.93,-316.313,102.761,1.01229,0,0,0.48481,0.87462,180,100,1,0),(50332,180664,0,1,1,-2721.1,-1163.18,0,1.97222,0,0,0.833886,0.551937,180,100,1,0),(50333,180682,1,1,1,-2229.07,-3910.16,0,2.87979,0,0,0.991445,0.130526,180,100,1,0),(50334,180682,1,1,1,-2533.09,-4059.57,0,-2.49582,0,0,0.948324,-0.317305,180,100,1,0),(50335,180683,1,1,1,-2295.38,-3893.07,0,-0.994838,0,0,0.477159,-0.878817,180,100,1,0),(50336,180683,1,1,1,-2526.34,-3965.8,0,-1.13446,0,0,0.5373,-0.843391,180,100,1,0),(50337,180683,1,1,1,-2359.54,-3854.49,0,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(50389,185939,530,1,1,-5189.81,627.107,43.5186,3.07167,0,0,0.999389,0.0349535,120,100,1,0),(50339,180683,1,1,1,-2994.52,-4235.53,0,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(50340,180683,1,1,1,-2871.48,-4241.04,0,0.314159,0,0,0.156434,0.987688,180,100,1,0),(50341,180683,1,1,1,-3548.39,-4378.76,0,1.65806,0,0,0.737277,0.67559,180,100,1,0),(50342,180684,0,1,1,1144.03,-244.238,32.9309,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(50343,180684,0,1,1,1055.86,-208.246,32.9309,1.85005,0,0,0.798636,0.601815,180,100,1,0),(50344,180684,0,1,1,-11595.8,-30.9914,10.0699,2.70526,0,0,0.976296,0.21644,180,100,1,0),(50345,180685,0,1,1,744.693,8.48069,32.934,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(50346,180685,0,1,1,-11596.9,-3.87077,10.0699,1.48353,0,0,0.67559,0.737277,180,100,1,0),(50347,184289,530,1,1,147.005,1718.12,35.8016,3.14159,0.06086,-0.078313,0.995058,0.00479,180,100,1,0),(50351,183441,558,3,1,6.70069,-358.095,26.6085,4.75558,0,0,0.691671,-0.722212,120,100,1,0),(50352,183441,558,3,1,6.89282,-416.851,26.5852,2.84235,0,0,0.988828,0.149062,120,100,1,0),(50353,183441,558,3,1,90.9187,41.555,4.26167,4.00553,0,0,0.908143,-0.418659,120,100,1,0),(50355,92388,1,1,1,-770.513,-3720.37,42.461,5.82547,0,0,0.226865,-0.973926,25,100,1,0),(50356,187299,0,1,1,-14416,522.133,5.01989,3.61427,0,0,0.972201,-0.234147,180,100,1,0),(50357,187299,0,1,1,-14429.2,522.181,4.97688,3.00422,0,0,0.997642,0.0686301,180,100,1,0),(50358,174796,1,1,1,-7218.71,-2912.15,6.44067,3.10899,0,0,0,0,120,100,1,0),(50359,19551,1,1,1,9554.97,1655.34,1299.41,5.60498,0,0,0.332642,-0.943053,25,100,1,0),(50360,186730,530,1,1,-1786.98,5158.13,-40.2085,5.62982,0,0,0.320901,-0.947113,120,100,0,0),(50361,186731,530,1,1,-1801.72,5144.35,-40.2086,0.0644994,0,0,0.0322441,0.99948,120,100,0,0),(50362,181291,530,1,1,97.4691,2693.49,86.1358,5.88901,0,0,0.195817,-0.980641,25,0,1,0),(50364,181291,530,1,1,97.1056,2694.76,86.2463,1.0054,0,0,0.481792,0.876285,25,0,1,0),(50365,181291,530,1,1,96.0992,2695.03,86.2372,2.04998,0,0,0.854708,0.519108,25,0,1,0),(50366,178934,1,1,1,16227.8,16403.4,-64.3804,3.13604,0,0,0.999996,0.00277872,25,0,1,0),(50367,101766,1,1,1,16242.1,16304.9,20.899,6.18652,0,0,0.0483126,-0.998832,25,0,1,0),(50368,101768,1,1,1,16243.4,16302.7,20.899,1.45293,0,0,0.66423,0.747528,25,0,1,0),(50369,101773,1,1,1,16245.4,16302.4,20.8991,1.45293,0,0,0.66423,0.747528,25,0,1,0),(50370,101774,1,1,1,16247.4,16304,20.899,2.25718,0,0,0.903809,0.427937,25,0,1,0),(50380,101775,1,1,1,16243.9,16306.8,20.9003,4.59766,0,0,0.746483,-0.665404,25,0,1,0),(50371,101776,1,1,1,16245.8,16306.6,20.8999,4.59766,0,0,0.746483,-0.665404,25,0,1,0),(50372,101769,1,1,1,16231.7,16290.3,31.4273,3.04196,0,0,0.998759,0.0497947,25,0,1,0),(50373,101778,1,1,1,16231.1,16287.2,31.4292,2.75622,0,0,0.981493,0.191496,25,0,1,0),(50374,101767,1,1,1,16229.6,16285.7,31.4294,2.24027,0,0,0.900159,0.435562,25,0,1,0),(50375,101779,1,1,1,16226.9,16285.2,31.4375,1.26938,0,0,0.592929,0.805255,25,0,1,0),(50376,101771,1,1,1,16224.1,16287.3,31.4301,0.596593,0,0,0.293892,0.955839,25,0,1,0),(50377,101772,1,1,1,16223.1,16290.8,31.4297,6.25868,0,0,0.0122543,-0.999925,25,0,1,0),(50378,101777,1,1,1,16236.6,16291.9,22.9307,6.1938,0,0,0.0446771,-0.999002,25,0,1,0),(50379,101770,1,1,1,16244,16291.3,22.9307,3.02786,0,0,0.998384,0.0568344,25,0,1,0),(50348,177388,1,1,1,-8303,401.621,-92.1336,-1.8326,0,0,0.793353,-0.608761,2700,100,1,0),(11140,186881,0,1,1,-5160.81,-564.643,397.175,5.05434,0,0,0.576487,-0.817106,180,100,1,0),(18015,186881,1,1,1,1192.3,-4302.74,21.2859,3.18856,0,0,0.999724,-0.0234794,180,100,1,0),(35854,176308,329,1,1,3704.46,-3168.81,127.617,2.87979,0,0,0.991445,0.130526,86400,100,1,0),(35855,176308,329,1,1,4095.95,-3361.53,117.661,-2.30383,0,0,0.913545,-0.406737,86400,100,1,0),(35856,176308,329,1,1,3695.37,-3301.16,128.532,2.79253,0,0,0.984808,0.173648,86400,100,1,0),(35857,176308,329,1,1,3818.95,-3687.04,144.695,-0.10472,0,0,0.052336,-0.99863,86400,100,1,0),(35858,176308,329,1,1,3973.82,-3419.91,120.918,1.29154,0,0,0.601815,0.798636,86400,100,1,0),(35859,176308,329,1,1,3870.84,-3598.91,143.474,2.61799,0,0,0.965926,0.258819,86400,100,1,0),(35867,176308,329,1,1,3672.29,-3523.02,137.733,2.6529,0,0,0.970296,0.241922,86400,100,1,0),(42059,176309,329,1,1,3615.6,-3535.18,138.505,0.785398,0,0,0.382683,0.92388,86400,100,1,0),(42060,176309,329,1,1,3521.19,-3409.08,134.254,0.785398,0,0,0.382683,0.92388,86400,100,1,0),(42450,176309,329,1,1,4009.57,-3585.86,130.177,-1.91986,0,0,0.819152,-0.573576,86400,100,1,0),(42453,176309,329,1,1,3561.1,-3307.54,130.66,-2.05949,0,0,0.857167,-0.515038,86400,100,1,0),(42455,176309,329,1,1,4065.88,-3548.68,124.621,1.43117,0,0,0.656059,0.75471,86400,100,1,0),(42464,176309,329,1,1,3622.79,-3196.69,131.094,0.855211,0,0,0.414693,0.909961,86400,100,1,0),(42882,176309,329,1,1,3711.94,-3147.64,128.189,-2.94961,0,0,0.995396,-0.095846,86400,100,1,0),(42883,176309,329,1,1,3658.95,-3364.85,126.05,-0.244346,0,0,0.121869,-0.992546,86400,100,1,0),(42884,176309,329,1,1,3862.64,-3663.65,144.775,3.10669,0,0,0.999848,0.017452,86400,100,1,0),(42885,176309,329,1,1,4066.38,-3455.35,120.555,-1.25664,0,0,0.587785,-0.809017,86400,100,1,0),(42886,176309,329,1,1,3838.05,-3553.55,140.413,0.925024,0,0,0.446198,0.894934,86400,100,1,0),(42887,176309,329,1,1,3729.11,-3450.53,130.433,-2.1293,0,0,0.87462,-0.48481,86400,100,1,0),(42888,176325,329,1,1,3585.5,-3000.15,125,2.19912,0,0,0.891007,0.453991,86400,100,1,0),(42959,176327,329,1,1,3818.4,-3693.32,144.242,0.261799,0,0,0.130526,0.991445,86400,100,1,0),(42972,175824,329,1,1,3524.5,-3375.93,132.258,-0.174117,0.034767,0.003042,-0.087103,0.995588,86400,100,1,0),(45054,175825,329,1,1,3557.53,-3320.44,129.254,-1.828,0.003704,-0.045229,-0.790561,0.6107,86400,100,1,0),(45172,181206,329,1,1,3642.07,-3486.78,137.613,2.14675,0,0,0.878817,0.477159,86400,100,1,0),(45220,176346,329,1,1,3690.03,-3405.43,132.838,-1.74533,0,0,0.766044,-0.642788,86400,100,1,0),(47273,176349,329,1,1,3651.28,-3165.66,128.177,2.02458,0,0,0.848048,0.529919,86400,100,1,0),(47274,176350,329,1,1,3659.79,-3476.73,138.381,1.02974,0,0,0.492424,0.870356,86400,100,1,0),(47275,176351,329,1,1,3639.65,-3641.33,138.541,-1.23918,0,0,0.580703,-0.814116,86400,100,1,0),(47276,176352,329,1,1,3564.92,-3353.24,130.67,-0.855212,0,0,0.414693,-0.909961,86400,100,1,0),(47277,176353,329,1,1,3473.59,-3294.16,132.052,2.19912,0,0,0.891007,0.453991,86400,100,1,0),(47278,176112,329,1,1,3617.53,-3130.55,135.665,2.14675,0,0,0.878817,0.477159,86400,100,1,0),(47279,175857,329,1,1,3616.72,-3126.52,135.779,2.40856,0,0,0.93358,0.358368,86400,100,1,0),(47280,175858,329,1,1,3615.18,-3127.7,135.779,2.11185,0,0,0.870355,0.492424,86400,100,1,0),(47281,175350,329,1,1,3621.54,-3335.55,123.501,3.14159,0,0,1,0,86400,100,0,0),(47282,175351,329,1,1,3603.04,-3335.24,125.354,3.14159,0,0,1,0,86400,100,0,0),(47644,176631,329,1,1,4032.77,-3350.6,115.06,1.20428,0,0,0.566406,0.824126,86400,100,1,0),(47707,175352,329,1,1,3571.57,-3451.68,136.357,2.31256,0,0,0.915311,0.402747,86400,100,1,0),(47985,175353,329,1,1,3555.83,-3434.89,136.357,2.31256,0,0,0.915311,0.402747,86400,100,1,0),(48786,175354,329,1,1,3931.2,-3549.38,133.961,2.94961,0,0,0.995396,0.095846,86400,100,0,0),(49006,175355,329,1,1,3908.55,-3545.29,135.908,2.94961,0,0,0.995396,0.095846,86400,100,0,0),(49413,175356,329,1,1,3782.58,-3590.48,143.987,1.94604,0,0,0.82659,0.562805,86400,100,1,0),(49592,175357,329,1,1,3727.29,-3599.08,142.22,-2.76635,0,0,0.98245,-0.186524,86400,100,1,0),(49594,175358,329,1,1,3960.6,-3392.89,119.662,-3.08923,0,0,0.999657,-0.026177,86400,100,1,0),(49649,175359,329,1,1,3908.78,-3320.21,120.904,-1.85878,0,0,-0.801254,0.598324,86400,100,1,0),(49681,187218,580,1,1,1647.77,923.45,15.5044,-1.58412,0,0,-0.711801,0.702381,180,100,1,0),(49919,187219,580,1,1,1640.53,923.576,15.5044,-1.58412,0,0,-0.711801,0.702381,180,100,1,0),(50018,187220,580,1,1,1768.77,934.162,15.5475,-1.58412,0,0,-0.711801,0.702381,180,100,1,0),(50108,187221,580,1,1,1761.53,934.289,15.5475,-1.58412,0,0,-0.711801,0.702381,180,100,1,0),(50109,187222,580,1,1,1615.53,893.875,15.6047,-0.01332,0,0,-0.00666,0.999978,180,100,1,0),(50110,187990,580,1,1,1849.66,597.861,86.105,2.42601,0,0,0.936672,0.350207,180,100,0,0),(50111,187223,580,1,1,1615.41,886.637,15.6047,-0.01332,0,0,-0.00666,0.999978,180,100,1,0),(50113,187224,580,1,1,1793.78,883.553,15.6047,3.12827,0,0,0.999978,0.006661,180,100,1,0),(50114,187225,580,1,1,1793.91,890.791,15.6047,3.12827,0,0,0.999978,0.006661,180,100,1,0),(50224,187226,580,1,1,1740.27,844.774,15.6047,1.55748,0,0,0.702382,0.711801,180,100,1,0),(50338,187227,580,1,1,1747.5,844.648,15.6047,1.55748,0,0,0.702382,0.711801,180,100,1,0),(50435,187228,580,1,1,1657.23,846.224,15.6047,1.55748,0,0,0.702382,0.711801,180,100,1,0),(50436,187229,580,1,1,1664.47,846.097,15.6047,1.55748,0,0,0.702382,0.711801,180,100,1,0),(50437,188523,580,1,1,1704.87,927.791,40.5811,1.55334,0,0,0.700909,0.71325,180,100,0,0),(50438,188524,580,1,1,1705.13,929.505,40.5811,1.55334,0,0,0.700909,0.71325,180,100,0,0),(50439,187764,580,1,1,1876.03,616.974,44.6421,1.46608,0,0,0.669131,0.743144,180,100,0,0),(50440,187765,580,1,1,1700.56,711.332,85.444,-0.191984,0,0,-0.095845,0.995396,180,100,0,0),(50441,187766,580,1,1,1709.94,530.091,93.4119,1.11701,0,0,0.529919,0.848048,180,100,0,0),(50442,188075,580,1,1,1499.91,558.432,39.3304,-2.19912,0,0,0.891006,-0.453991,180,100,1,0),(50443,188081,580,1,1,2047.21,813.722,19.2631,1.06465,0,0,0.507538,0.861629,180,6,0,0),(50444,188118,580,1,1,1775.49,673.15,91.9614,1.55334,0,0,0.700909,0.71325,180,100,1,0),(50445,188119,580,1,1,1641.45,988.08,40.5811,1.55334,0,0,0.700909,0.71325,180,100,0,0),(50446,187116,580,1,1,2008.5,784.198,12.7109,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(50447,188421,580,1,1,1705.53,926.61,32.5616,1.55334,0,0,0.700909,0.71325,180,100,0,0),(50448,188178,580,1,1,2149.05,358.351,67.3815,1.09083,0,0,0.518774,0.854912,180,100,1,0),(50449,187206,580,1,1,1900.34,450.62,32.0322,1.62596,0,0,0.72634,0.687336,180,100,1,0),(50450,187207,580,1,1,1882.51,449.68,32.0322,1.62596,0,0,0.72634,0.687336,180,100,1,0),(45628,190976,571,1,1,2890.73,-298.751,127.992,-1.71042,0,0,-0.71325,0.700909,300,100,1,0),(50452,188081,530,1,1,12783.8,-6882.31,13.3886,0.0266972,0,0,0.0133482,0.999911,25,0,1,0),(50453,177224,1,1,1,7318.7,-1495.01,156.457,4.05009,0,0,0.898591,-0.438787,25,0,1,0),(50454,186451,1,1,1,7511.87,-1528.24,156.71,3.73092,0,0,0.956899,-0.29042,25,0,1,0),(99987,185311,530,1,1,-3418.24,4453.86,-7.96,0,0,0,0,0,180,0,1,0),(99845,172619,1,1,1,-7197.65,-2423.59,-220.456,0,0,0,0,0,180,0,1,0),(99844,178400,1,1,1,-1381.95,2918.69,73.1218,0,0,0,0,0,180,0,1,0),(50455,182071,329,1,1,3687.4,-3644.84,140.638,0.00278044,0,0,0.00139022,0.999999,-1200,0,1,0),(50456,182071,329,1,1,3683.72,-3648.49,140.638,5.38276,0,0,0.435158,-0.900354,-1200,0,1,0),(50457,182071,329,1,1,3671.68,-3643.77,139.943,4.22822,0,0,0.855999,-0.516977,-1200,0,1,0),(50459,182071,329,1,1,3680.14,-3652.72,140.639,4.72695,0,0,0.70194,-0.712236,-1200,0,1,0),(50460,182071,329,1,1,3664.39,-3638.14,140.384,0.987666,0,0,0.474004,0.880522,-1200,0,1,0),(50461,182071,329,1,1,3673.38,-3645.99,150.796,0.394683,0,0,0.196063,0.980591,-1200,0,1,0),(50462,182071,329,1,1,3674.34,-3635.08,154.887,2.17519,0,0,0.885511,0.464618,-1200,0,1,0),(50463,182071,329,1,1,3667.09,-3624.71,148.081,5.26573,0,0,0.487068,-0.873364,-1200,0,1,0),(50464,182071,329,1,1,3674.15,-3635.58,162.46,2.08485,0,0,0.86363,0.504126,-1200,0,1,0),(50465,182071,329,1,1,3671.84,-3631.23,169.458,2.19481,0,0,0.890027,0.455907,-1200,0,1,0),(50466,182071,329,1,1,3681.39,-3623.82,146.995,3.7774,0,0,0.949893,-0.312575,-1200,0,1,0),(50467,182071,329,1,1,3690.96,-3644.84,150.472,4.28791,0,0,0.840193,-0.542287,-1200,0,1,0),(50468,182071,329,1,1,3668.28,-3628.68,139.944,2.94089,0,0,0.994969,0.100182,-1200,0,1,0),(50469,182071,329,1,1,3671.21,-3628.02,139.944,0.172363,0,0,0.0860747,0.996289,-1200,0,1,0),(50470,182072,329,1,1,3670.55,-3629.58,164.292,3.7813,0,0,0.949281,-0.31443,-900,0,1,0),(50471,182072,329,1,1,3680.86,-3644.45,150.394,0.65147,0,0,0.320005,0.947416,-900,0,1,0),(50472,182072,329,1,1,3676.3,-3637.77,150.766,2.21834,0,0,0.895329,0.445406,-900,0,1,0),(50473,180651,1,1,1,-11841.1,-4760.41,6.8,3.34655,0,0,0.994753,-0.102302,300,0,1,0),(50474,180651,1,1,1,-11842.3,-4760.39,6.1,1.57,0,0,0.737767,0.675056,300,0,1,0),(50475,180652,1,1,1,-11841,-4760.32,6.20347,3.76831,0,0,0.951303,-0.308257,300,0,1,0),(12443,184468,565,1,1,99.435,249.472,17.34,3.14767,0,0,0.999735,-0.023035,180,100,1,0),(50479,184662,565,1,1,170.223,369.135,18,4.61647,0,0,0.740194,-0.672393,180,100,0,0),(50966,187708,0,1,1,1837.4,213.158,60.3433,-1.98968,0,0,0.838671,-0.544639,180,100,1,0),(50967,187708,0,1,1,1840.84,216.245,60.074,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(50968,187708,0,1,1,1840.18,222.607,60.2069,0.698132,0,0,0.34202,0.939693,180,100,1,0),(50969,187708,0,1,1,-4683.98,-1232.64,501.659,-1.76278,0,0,0.771625,-0.636078,180,100,1,0),(50970,187708,0,1,1,-4678.69,-1219.43,501.659,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(50971,187708,0,1,1,-8819.46,848.506,98.9483,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(242658,181334,1,1,1,8700.21,931.422,14.823,1.67552,0,0,0.743146,0.669129,900,100,1,0),(242659,181335,0,1,1,1822.27,218.639,59.8924,-0.034907,0,0,0.855093,0.518475,600,100,1,0),(242660,181336,1,1,1,1911.67,-4338.28,21.0705,-0.20944,0,0,0.730581,-0.682826,600,100,1,0),(242661,181337,1,1,1,-1027.8,296.424,135.746,2.82743,0,0,0.116368,-0.993206,600,100,1,0),(242662,188128,530,1,1,-3799.94,-11498.6,-134.796,3.03715,0,0,0.998637,0.0521976,300,100,1,0),(242663,188129,530,1,1,9810.75,-7236.68,26.07,-3.1066,0,0,0.0537805,0.998553,300,100,1,0),(242664,181371,0,1,1,-8837.04,857.657,98.7763,-2.07694,0,0,0.620629,0.784104,600,0,1,0),(242665,181371,0,1,1,-4700.28,-1224.34,501.659,-2.14675,0,0,-0.878816,0.477161,900,0,1,0),(50980,187988,1,1,1,4172.34,1165.87,5.45043,3.12414,0,0,0.999962,0.008727,180,100,1,0),(242678,187708,530,1,1,-3775.55,-11481.9,-134.45,3.61396,0,0,0.972237,-0.233996,300,0,1,0),(50982,187989,1,1,1,4136.73,1076.6,2.7235,1.85005,0,0,0.798636,0.601815,180,100,1,0),(50983,187989,1,1,1,4172.75,1166.26,5.15736,2.9147,0,0,0.993572,0.113203,180,100,1,0),(242679,187708,530,1,1,-3772.38,-11492.3,-134.452,3.343,0,0,0.994934,-0.100535,300,0,1,0),(242680,187708,530,1,1,9800.7,-7260.34,26.2742,4.30118,0,0,0.836577,-0.547849,300,0,1,0),(242681,187708,530,1,1,9805.14,-7262.75,26.2874,5.63635,0,0,0.317807,-0.948155,300,0,1,0),(242682,187708,530,1,1,9810.88,-7262.53,26.2483,0.291716,0,0,0.145342,0.989382,300,0,1,0),(242683,187708,530,1,1,9816.93,-7260.88,26.2029,1.5837,0,0,0.711653,0.702531,300,0,1,0),(50989,181605,0,1,1,1785.06,220.273,59.7146,-2.37365,0,0,0.927184,-0.374607,180,100,1,0),(50990,181605,530,1,1,-1764.21,5319.41,-12.4281,1.90241,0,0,0.814116,0.580703,180,100,1,0),(50991,181605,1,1,1,-6780.28,555.167,3.66191,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(50992,181605,1,1,1,9781.94,1034.6,1298.82,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(50993,181605,1,1,1,-6780.28,555.167,3.66191,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(50994,181605,1,1,1,-7243.9,-3843.01,10.1692,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(50995,181605,1,1,1,-7097.15,-3673.05,11.2808,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(50996,181605,1,1,1,-7097.15,-3673.05,11.2808,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(50997,181605,530,1,1,-2537.01,4277.83,16.4617,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(50998,181605,1,1,1,1990.08,-2339.61,90.1739,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(50999,181605,1,1,1,-56.3741,1236.72,90.9507,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51000,181605,1,1,1,-4592.63,431.532,42.397,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51001,181605,1,1,1,-5511.27,-2275.45,-59.1711,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51002,181605,1,1,1,-307.596,-2662.57,93.1976,1.78024,0,0,0.777146,0.62932,180,100,1,0),(51003,181605,1,1,1,8727.2,965.526,12.4975,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(51004,181605,1,1,1,-1025.2,313.878,135.299,0.331613,0,0,0.165048,0.986286,180,100,1,0),(51005,181605,1,1,1,-3109.66,-2751.58,34.6117,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51006,181605,530,1,1,-508.19,2343.12,38.0219,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51007,181605,530,1,1,26.2127,2608.38,72.0048,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51008,181605,530,1,1,221.157,7680.49,23.1414,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51009,181605,0,1,1,-630.473,-534.379,33.2606,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51010,181605,1,1,1,938.912,800.367,104.18,-0.785398,0,0,0.382683,-0.92388,180,100,1,0),(51011,181605,0,1,1,-14277.4,47.3126,0.731634,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51012,181605,0,1,1,-14392,132.513,0.707579,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51013,181605,0,1,1,-10644.8,1078.66,35.0445,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51014,181605,0,1,1,-1190.49,-2672.88,46.4144,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51015,181605,0,1,1,-10677.1,-1153.98,25.8101,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51016,181605,1,1,1,-6977.8,905.36,8.82449,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51017,181605,1,1,1,-7243.9,-3843.01,10.1692,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51018,181605,0,1,1,-117.576,-823.595,56.3293,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51019,181605,1,1,1,6838.46,-4579.63,708.026,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51020,181605,1,1,1,6841.91,-4747.45,697.944,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51021,181605,1,1,1,2562.5,-461.897,108.831,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51022,181605,1,1,1,6326.01,524.518,16.1784,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51023,181605,1,1,1,-3479.46,-4206.16,12.7271,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51024,181605,1,1,1,-1845.72,3037.15,3.65409,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51025,181605,0,1,1,-10359.5,-3303.73,22.4435,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51026,181605,0,1,1,177.275,-2103.4,107.146,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51027,181605,0,1,1,-3425.28,-961.576,10.3876,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51028,181605,0,1,1,-14277.4,47.3126,0.731634,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51029,181605,0,1,1,-1133.53,-3555.72,51.2537,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51030,181605,0,1,1,-1190.49,-2672.88,46.4144,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51031,181605,0,1,1,-10961.7,-3232.85,41.3475,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51032,181605,0,1,1,-6681.21,-2197.07,248.728,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51033,181605,0,1,1,-7607.64,-2070.42,128.642,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51034,181605,0,1,1,-5435.59,-493.55,396.601,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51035,181605,0,1,1,-5247.34,-2872.93,338.777,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51036,181605,0,1,1,-480.95,-4538.86,11.3489,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51037,181605,530,1,1,-1208.02,7503.86,20.3033,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51038,181605,1,1,1,1940.93,-4322.39,21.1779,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(51039,181605,0,1,1,-9443.22,-2133.36,67.2952,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51040,181605,0,1,1,-9376.28,10.366,62.8967,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51041,181605,0,1,1,601.076,1342.9,88.7406,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51042,181605,0,1,1,-8843.22,845.657,99.0124,3.14159,0,0,1,0,180,100,1,0),(51043,181605,0,1,1,-4703.92,-1237.25,501.659,-2.67035,0,0,0.97237,-0.233445,180,100,1,0),(51044,181354,1,1,1,1505.88,-4204.14,40.0391,0.261799,0,0,0.130526,0.991445,180,100,1,0),(51045,181354,1,1,1,1527.36,-4174.78,40.0391,-0.994838,0,0,0.477159,-0.878817,180,100,1,0),(51046,181354,1,1,1,1993.21,-4673.66,24.5558,2.32129,0,0,0.91706,0.398749,180,100,1,0),(51047,181354,1,1,1,9916.19,2415.84,1313.66,0.645772,0,0,0.317305,0.948324,180,100,1,0),(51048,181354,1,1,1,10016.5,2549.55,1313.66,1.53589,0,0,0.694658,0.71934,180,100,1,0),(51049,181354,1,1,1,9686.7,2619.66,1313.66,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(51050,181354,1,1,1,9982.73,2383.53,1313.66,2.77507,0,0,0.983255,0.182236,180,100,1,0),(51051,181354,530,1,1,-1915.1,5821.89,128.392,0.523599,0,0,0.258819,0.965926,180,100,1,0),(51052,181354,530,1,1,-1653.34,5787.46,128.392,0.925024,0,0,0.446198,0.894934,180,100,1,0),(51053,181354,1,1,1,6408.13,470.86,8.944,0.907571,0,0,0.438371,0.898794,180,100,1,0),(51054,181354,1,1,1,159.738,1193.84,166.897,0.488692,0,0,0.241922,0.970296,180,100,1,0),(51055,181354,1,1,1,-4511.73,-784.716,-41.2609,-1.20428,0,0,0.566406,-0.824126,180,100,1,0),(51056,181354,1,1,1,-4512.69,-779.41,-41.2681,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(51057,181354,1,1,1,-4511.73,-784.716,-41.2609,-1.20428,0,0,0.566406,-0.824126,180,100,1,0),(51058,181354,1,1,1,-4512.69,-779.41,-41.2681,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(51059,181354,1,1,1,-6832.52,828.53,49.8918,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(51060,181354,1,1,1,-6830.11,832.759,49.9057,1.67552,0,0,0.743145,0.669131,180,100,1,0),(51061,181354,1,1,1,3996.72,-1314.6,255.38,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(51062,181354,1,1,1,3996.17,-1309.38,255.38,1.79769,0,0,0.782608,0.622515,180,100,1,0),(51063,181354,0,1,1,-8519.82,680.901,95.4741,-0.069813,0,0,0.034899,-0.999391,180,100,1,0),(51064,181354,0,1,1,-8528.46,661.014,95.4741,4.71239,0,0,0.707107,-0.707107,180,100,1,0),(51065,181354,0,1,1,-8503.91,690.442,95.4741,-1.02974,0,0,0.492424,-0.870356,180,100,1,0),(51066,181354,0,1,1,-8534.7,668.871,95.4741,2.63545,0,0,0.968148,0.25038,180,100,1,0),(51067,181354,0,1,1,1704.93,125.161,-64.4786,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(51068,181354,0,1,1,1720.83,336.018,-64.4786,0.645772,0,0,0.317305,0.948324,180,100,1,0),(51069,181354,0,1,1,1595.46,82.8779,-64.4786,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(51070,181354,0,1,1,1458.7,160.822,-64.4786,-2.42601,0,0,0.936672,-0.350207,180,100,1,0),(51071,181354,0,1,1,1481.61,127.706,-64.4786,1.309,0,0,0.608761,0.793353,180,100,1,0),(51072,181354,0,1,1,1752.5,239.586,-64.4786,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(51073,181354,1,1,1,1452.01,-4164.02,40.0391,-1.69297,0,0,0.748956,-0.66262,180,100,1,0),(51074,181354,1,1,1,9888.75,2392.52,1313.66,1.3439,0,0,0.622515,0.782608,180,100,1,0),(51075,181354,1,1,1,9951.83,2377.67,1313.66,2.40855,0,0,0.93358,0.358368,180,100,1,0),(51076,181354,1,1,1,10020.8,2461.28,1313.66,2.30383,0,0,0.913545,0.406737,180,100,1,0),(51077,181354,1,1,1,9887.99,2548.04,1313.66,-2.72271,0,0,0.978148,-0.207912,180,100,1,0),(51078,181354,1,1,1,9816.98,2516.38,1313.66,1.22173,0,0,0.573576,0.819152,180,100,1,0),(51079,181354,1,1,1,9990.15,2556.42,1313.66,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(51080,181354,1,1,1,9782.26,2386.59,1313.66,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(51081,181354,1,1,1,6407.08,463.929,8.9248,2.6529,0,0,0.970296,0.241922,180,100,1,0),(51082,181354,1,1,1,159.092,1187.27,166.905,3.14159,0,0,1,0,180,100,1,0),(51083,181354,1,1,1,152.898,1191.63,166.911,2.89725,0,0,0.992546,0.121869,180,100,1,0),(51084,181354,1,1,1,-6836.33,833.46,49.947,-0.331612,0,0,0.165048,-0.986286,180,100,1,0),(51085,181354,1,1,1,-6836.33,833.46,49.947,-0.331612,0,0,0.165048,-0.986286,180,100,1,0),(51086,181354,1,1,1,-6832.52,828.53,49.8918,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(51087,181354,1,1,1,-6830.11,832.759,49.9057,1.67552,0,0,0.743145,0.669131,180,100,1,0),(51088,181354,1,1,1,2656.09,1445.61,227.658,-2.32129,0,0,0.91706,-0.398749,180,100,1,0),(51089,181354,1,1,1,2655.81,1451.9,227.601,-0.453786,0,0,0.224951,-0.97437,180,100,1,0),(51090,181354,1,1,1,2661.88,1447,227.637,-0.05236,0,0,0.026177,-0.999657,180,100,1,0),(51091,181354,530,1,1,-1801.58,5805.58,128.392,3.14159,0,0,1,0,180,100,1,0),(51092,181354,0,1,1,-8492.7,700.762,95.4741,-0.523599,0,0,0.258819,-0.965926,180,100,1,0),(51093,181354,0,1,1,-8539.9,675.413,95.4741,-1.71042,0,0,0.75471,-0.656059,180,100,1,0),(51094,181354,0,1,1,-8481.46,710.801,95.4741,-2.67035,0,0,0.97237,-0.233445,180,100,1,0),(51095,181354,0,1,1,-8522.51,686.572,95.4741,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(51096,181354,0,1,1,-8523.59,653.759,95.4741,2.35619,0,0,0.92388,0.382683,180,100,1,0),(51097,181354,1,1,1,-1256.94,101.069,127.886,2.19912,0,0,0.891007,0.453991,180,100,1,0),(51098,181354,1,1,1,9753.91,2584.86,1313.66,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(51099,181354,1,1,1,9791.99,2473.6,1313.66,0.471239,0,0,0.233445,0.97237,180,100,1,0),(51100,181354,1,1,1,9791.98,2452.62,1313.66,-1.27409,0,0,0.594823,-0.803857,180,100,1,0),(51101,181354,1,1,1,9853.22,2517.56,1313.66,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(51102,181354,1,1,1,10017.7,2611.61,1313.66,3.05433,0,0,0.999048,0.043619,180,100,1,0),(51103,181354,1,1,1,10040.2,2582.51,1313.66,-2.14675,0,0,0.878817,-0.477159,180,100,1,0),(51104,181354,1,1,1,6414,466.2,8.93638,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(51105,181354,0,1,1,1582.82,270.919,-64.4786,1.18682,0,0,0.559193,0.829038,180,100,1,0),(51106,181354,0,1,1,1680.95,370.951,-64.4786,0.907571,0,0,0.438371,0.898794,180,100,1,0),(51107,181354,0,1,1,1442.43,201.785,-64.4786,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51108,181354,0,1,1,1596.63,397.226,-64.4786,-0.349066,0,0,0.173648,-0.984808,180,100,1,0),(51109,181354,0,1,1,1634.06,90.87,-64.4786,2.23402,0,0,0.898794,0.438371,180,100,1,0),(51110,181354,0,1,1,1521.35,379.553,-64.4786,0.296706,0,0,0.147809,0.989016,180,100,1,0),(51111,181354,0,1,1,1443.8,285.548,-64.4786,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(51112,181354,0,1,1,1636.53,389.252,-64.4786,0.383972,0,0,0.190809,0.981627,180,100,1,0),(51113,181354,0,1,1,1747.87,199.132,-64.4786,-2.56563,0,0,0.95882,-0.284015,180,100,1,0),(51114,181354,1,1,1,1519.75,-4197.81,40.0391,0.314159,0,0,0.156434,0.987688,180,100,1,0),(51115,181354,1,1,1,9813.96,2555.76,1313.66,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(51116,181354,1,1,1,10040.3,2614.06,1313.66,1.41372,0,0,0.649448,0.760406,180,100,1,0),(51117,181354,1,1,1,9722.1,2587.24,1313.66,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(51118,181354,1,1,1,9884.55,2517.38,1313.66,-2.21657,0,0,0.894934,-0.446198,180,100,1,0),(51119,181354,1,1,1,9923,2450.67,1313.66,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(51120,181354,1,1,1,9817.47,2450.54,1313.66,0.767945,0,0,0.374607,0.927184,180,100,1,0),(51121,181354,1,1,1,10016.9,2522.34,1313.66,0.715585,0,0,0.350207,0.936672,180,100,1,0),(51122,181354,1,1,1,-1266.06,100.961,127.886,-1.18682,0,0,0.559193,-0.829037,180,100,1,0),(51123,181354,1,1,1,1489.18,-4176.73,40.0391,1.0472,0,0,0.5,0.866025,180,100,1,0),(51124,181354,1,1,1,10017,2582.8,1313.66,2.33874,0,0,0.920505,0.390731,180,100,1,0),(51125,181354,1,1,1,9880.62,2653.09,1313.66,2.87979,0,0,0.991445,0.130526,180,100,1,0),(51126,181354,1,1,1,1967.51,-4664.97,24.5558,1.18682,0,0,0.559193,0.829038,180,100,1,0),(51127,181354,1,1,1,9855.78,2612.98,1313.66,2.72271,0,0,0.978148,0.207912,180,100,1,0),(51128,181354,1,1,1,9988.74,2449.6,1313.66,1.15192,0,0,0.544639,0.838671,180,100,1,0),(51129,181354,1,1,1,-1261.52,94.5747,127.886,0.872665,0,0,0.422618,0.906308,180,100,1,0),(51130,181354,1,1,1,1987.8,-4625.01,24.5558,2.44346,0,0,0.939693,0.34202,180,100,1,0),(51131,181354,1,1,1,9849.22,2418.98,1313.66,1.22173,0,0,0.573576,0.819152,180,100,1,0),(51132,181354,1,1,1,10056.5,2424.05,1313.66,2.61799,0,0,0.965926,0.258819,180,100,1,0),(51133,181354,1,1,1,9916.01,2481.23,1313.66,0.541052,0,0,0.267238,0.96363,180,100,1,0),(51134,181354,1,1,1,9816.61,2485.6,1313.66,1.93731,0,0,0.824126,0.566406,180,100,1,0),(51135,181354,1,1,1,10019.5,2649.18,1313.66,-1.23918,0,0,0.580703,-0.814116,180,100,1,0),(51136,181354,1,1,1,9855.38,2594.17,1313.66,0.698132,0,0,0.34202,0.939693,180,100,1,0),(51137,181354,1,1,1,9885.83,2408.99,1313.66,2.6529,0,0,0.970296,0.241922,180,100,1,0),(51138,181354,1,1,1,9713.11,2608.23,1313.66,0.698132,0,0,0.34202,0.939693,180,100,1,0),(51139,181354,0,1,1,-8508.7,665.687,95.4741,1.95477,0,0,0.829038,0.559193,180,100,1,0),(51140,181354,0,1,1,-8508.91,684.543,95.4741,2.30383,0,0,0.913545,0.406737,180,100,1,0),(51141,181354,1,1,1,9785.54,2582.46,1313.66,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(51142,181354,1,1,1,9750.32,2472.94,1313.66,0.942478,0,0,0.45399,0.891007,180,100,1,0),(51143,181354,1,1,1,9854.16,2651.85,1313.66,1.3439,0,0,0.622515,0.782608,180,100,1,0),(51144,181354,1,1,1,9848.24,2479.29,1313.66,0.750492,0,0,0.366501,0.930418,180,100,1,0),(51145,181354,1,1,1,9950.99,2441.91,1313.66,1.32645,0,0,0.615662,0.788011,180,100,1,0),(51146,181354,1,1,1,10050.3,2459.01,1313.66,-1.15192,0,0,0.544639,-0.838671,180,100,1,0),(51147,181354,1,1,1,10015.5,2398.33,1313.66,1.65806,0,0,0.737277,0.67559,180,100,1,0),(51148,181354,1,1,1,9910.92,2589,1313.66,0.680678,0,0,0.333807,0.942641,180,100,1,0),(51149,181354,0,1,1,1609.73,208.739,-64.4786,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(51150,181354,0,1,1,1731.75,160.798,-64.4786,-1.69297,0,0,0.748956,-0.66262,180,100,1,0),(51151,181354,0,1,1,1438,242.31,-64.4786,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(51152,181354,0,1,1,1611.55,269.952,-64.4786,-2.53073,0,0,0.953717,-0.300706,180,100,1,0),(51153,181354,0,1,1,1553.21,89.4006,-64.4786,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(51154,181354,0,1,1,1558.55,393.236,-64.4786,-2.05949,0,0,0.857167,-0.515038,180,100,1,0),(51155,181354,0,1,1,1672.13,101.345,-64.4786,-1.25664,0,0,0.587785,-0.809017,180,100,1,0),(51156,181354,0,1,1,1515.95,104.481,-64.4786,0.453786,0,0,0.224951,0.97437,180,100,1,0),(51157,181354,1,1,1,10043.9,2380.27,1313.66,-1.95477,0,0,0.829038,-0.559193,180,100,1,0),(51158,181354,1,1,1,9791.89,2515.96,1313.66,0.20944,0,0,0.104528,0.994522,180,100,1,0),(51159,181354,1,1,1,9985.42,2477.57,1313.66,2.16421,0,0,0.882948,0.469472,180,100,1,0),(51160,181354,1,1,1,10047.5,2525,1313.66,2.74017,0,0,0.979925,0.199368,180,100,1,0),(51161,181354,1,1,1,9879.48,2611.53,1313.66,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(51162,181354,1,1,1,9814.59,2612.67,1313.66,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(51163,181354,1,1,1,9785.84,2616.44,1313.66,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(51164,181354,1,1,1,9992.48,2419.78,1313.66,1.06465,0,0,0.507538,0.861629,180,100,1,0),(51165,181354,1,1,1,10023,2351.21,1313.66,-2.19912,0,0,0.891007,-0.45399,180,100,1,0),(51166,181354,1,1,1,9820.88,2653.01,1313.66,-1.69297,0,0,0.748956,-0.66262,180,100,1,0),(51167,181354,1,1,1,9987.97,2582.2,1313.66,2.47837,0,0,0.945519,0.325568,180,100,1,0),(51168,181354,1,1,1,9921.48,2386.86,1313.66,2.67035,0,0,0.97237,0.233445,180,100,1,0),(51169,181354,1,1,1,10039.7,2546.71,1313.66,-2.42601,0,0,0.936672,-0.350207,180,100,1,0),(51170,181354,530,1,1,-2123.15,5515.09,48.8095,-0.994838,0,0,0.477159,-0.878817,180,100,1,0),(51171,181354,530,1,1,-2129.13,5527.38,48.872,0.453786,0,0,0.224951,0.97437,180,100,1,0),(51172,181354,530,1,1,-1847.44,5826.24,128.392,0.418879,0,0,0.207912,0.978148,180,100,1,0),(51173,181354,530,1,1,-1746.6,5680.22,128.392,-1.85005,0,0,0.798635,-0.601815,180,100,1,0),(51174,181354,530,1,1,-1806.01,5872.18,128.392,0.628319,0,0,0.309017,0.951057,180,100,1,0),(51175,181354,530,1,1,-1842.35,5869.5,128.392,0.663225,0,0,0.325568,0.945519,180,100,1,0),(51176,181354,0,1,1,-8513.91,672.697,95.4741,-1.41372,0,0,0.649448,-0.760406,180,100,1,0),(51177,181354,0,1,1,1485.2,352.151,-64.4786,1.48353,0,0,0.67559,0.737277,180,100,1,0),(51178,181354,0,1,1,1459.6,319.881,-64.4786,1.29154,0,0,0.601815,0.798636,180,100,1,0),(51179,181354,0,1,1,1581.26,208.777,-64.4786,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(51180,181354,0,1,1,1748.11,280.002,-64.4786,0.802851,0,0,0.390731,0.920505,180,100,1,0),(51181,181354,530,1,1,-2122.91,5522.92,48.7609,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(51182,181354,530,1,1,-1680.33,5852.64,128.392,-2.77507,0,0,0.983255,-0.182235,180,100,1,0),(51183,181354,530,1,1,-1715.05,5696.39,128.392,3.10669,0,0,0.999848,0.017452,180,100,1,0),(51184,181354,530,1,1,-1934.56,5818.96,128.392,0.872665,0,0,0.422618,0.906308,180,100,1,0),(51185,181354,530,1,1,-1876.27,5853.06,128.392,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(51186,181354,530,1,1,-1908.6,5810.32,128.392,2.02458,0,0,0.848048,0.529919,180,100,1,0),(51187,181354,530,1,1,-1695.73,5734.96,128.392,1.55334,0,0,0.700909,0.71325,180,100,1,0),(51188,181354,530,1,1,-1733,5692.91,128.392,0.349066,0,0,0.173648,0.984808,180,100,1,0),(51189,181354,530,1,1,-1818.45,5777.39,128.392,1.11701,0,0,0.529919,0.848048,180,100,1,0),(51190,181354,530,1,1,-1693.72,5760.1,128.392,0.279253,0,0,0.139173,0.990268,180,100,1,0),(51191,181354,530,1,1,-1820,5834.81,128.392,0.349066,0,0,0.173648,0.984808,180,100,1,0),(51192,181354,530,1,1,-1816.2,5733.48,128.392,1.06465,0,0,0.507538,0.861629,180,100,1,0),(51193,181354,530,1,1,-1748.45,5867.35,128.392,-0.20944,0,0,0.104528,-0.994522,180,100,1,0),(51194,181354,530,1,1,-2137.1,5523.46,48.7886,0.994838,0,0,0.477159,0.878817,180,100,1,0),(51195,181354,530,1,1,-2130.38,5510.7,48.7748,-2.35619,0,0,0.92388,-0.382683,180,100,1,0),(51196,181354,530,1,1,-1842.6,5851.38,128.392,2.23402,0,0,0.898794,0.438371,180,100,1,0),(51197,181354,530,1,1,-2137.63,5515.58,48.8234,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(51198,181354,530,1,1,-1677.8,5776.11,128.392,0.174533,0,0,0.087156,0.996195,180,100,1,0),(51199,181354,530,1,1,-1808.21,5727.49,128.392,-1.01229,0,0,0.48481,-0.87462,180,100,1,0),(51200,181354,530,1,1,-1773.5,5867.15,128.392,0.087266,0,0,0.043619,0.999048,180,100,1,0),(51201,181354,530,1,1,-1809.44,5713.65,128.392,-2.56563,0,0,0.95882,-0.284015,180,100,1,0),(51202,181354,530,1,1,-1726.28,5702.68,128.392,1.29154,0,0,0.601815,0.798636,180,100,1,0),(51203,181354,530,1,1,-1707.03,5859.4,128.392,0.488692,0,0,0.241922,0.970296,180,100,1,0),(51204,181354,530,1,1,-1864.09,5831.06,128.392,-0.523599,0,0,0.258819,-0.965926,180,100,1,0),(51205,181355,1,1,1,8644.43,877.828,25.3982,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(51206,181355,1,1,1,1942.36,-4283.51,28.4957,1.0472,0,0,0.5,0.866025,180,100,1,0),(51207,181355,1,1,1,1685.68,-4397.36,22.6889,1.72788,0,0,0.760406,0.649448,180,100,1,0),(51208,181355,1,1,1,1729.1,-4229.57,47.2369,1.309,0,0,0.608761,0.793353,180,100,1,0),(51209,181355,1,1,1,1684.1,-4252.87,52.4333,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(51210,181355,1,1,1,1719.56,-4316.16,29.4982,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(51211,181355,1,1,1,1764.55,-4212.64,40.8687,2.02458,0,0,0.848048,0.529919,180,100,1,0),(51212,181355,1,1,1,-1198.35,129.721,134.871,0.872665,0,0,0.422618,0.906308,180,100,1,0),(51213,181355,1,1,1,-1070.81,255.197,122.435,0.506145,0,0,0.25038,0.968148,180,100,1,0),(51214,181355,1,1,1,7938.27,-2585.32,488.831,0.296706,0,0,0.147809,0.989016,180,100,1,0),(51215,181355,1,1,1,7912.61,-2504.64,489.276,2.70526,0,0,0.976296,0.21644,180,100,1,0),(51216,181355,1,1,1,7868.58,-2573.43,486.946,0.994838,0,0,0.477159,0.878817,180,100,1,0),(51217,181355,1,1,1,7956.29,-2434.9,488.941,0.837758,0,0,0.406737,0.913545,180,100,1,0),(51218,181355,1,1,1,-3113.17,-2713.14,34.9201,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51219,181355,1,1,1,-3106.3,-2742.51,34.5906,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51220,181355,530,1,1,-1695.16,5519.63,-39.9827,0.087266,0,0,0.043619,0.999048,180,100,1,0),(51221,181355,530,1,1,-1690.31,5510,-40.003,0.698132,0,0,0.34202,0.939693,180,100,1,0),(51222,181355,530,1,1,-1964.9,5104.31,7.51465,-2.23402,0,0,0.898794,-0.438371,180,100,1,0),(51223,181355,530,1,1,-1856.03,5128.53,-38.8556,-0.575959,0,0,0.284015,-0.95882,180,100,1,0),(51224,181355,530,1,1,-2050.45,5241.55,-38.8572,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(51225,181355,530,1,1,-1970.11,5267.57,-38.8413,-1.46608,0,0,0.669131,-0.743145,180,100,1,0),(51226,181355,530,1,1,-1745.65,5142.98,-37.2277,1.0472,0,0,0.5,0.866025,180,100,1,0),(51227,181355,1,1,1,-1202.39,25.2032,176.949,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51228,181355,1,1,1,-1290.7,150.55,129.743,1.76278,0,0,0.771625,0.636078,180,100,1,0),(51229,181355,1,1,1,-1190.94,25.9335,176.949,2.35619,0,0,0.92388,0.382683,180,100,1,0),(51230,181355,1,1,1,-1071.91,-32.9583,141.348,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(51231,181355,1,1,1,-1304.97,144.895,131.385,1.41372,0,0,0.649448,0.760406,180,100,1,0),(51232,181355,1,1,1,-1059.13,-7.60406,141.311,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(51233,181355,1,1,1,-1067.54,-18.4063,140.607,-0.523599,0,0,0.258819,-0.965926,180,100,1,0),(51234,181355,1,1,1,-1250.87,27.5822,128.187,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(51235,181355,1,1,1,-1251.77,20.0596,128.187,2.54818,0,0,0.956305,0.292372,180,100,1,0),(51236,181355,1,1,1,-1265.91,26.0747,128.187,-0.226893,0,0,0.113203,-0.993572,180,100,1,0),(51237,181355,1,1,1,-1263.3,18.5099,128.187,0.820305,0,0,0.398749,0.91706,180,100,1,0),(51238,181355,1,1,1,-1021.13,192.48,135.497,0.575959,0,0,0.284015,0.95882,180,100,1,0),(51239,181355,1,1,1,-956.915,267.947,104.957,-2.74017,0,0,0.979925,-0.199368,180,100,1,0),(51240,181355,1,1,1,-1079.05,228.961,112.256,0.488692,0,0,0.241922,0.970296,180,100,1,0),(51241,181355,1,1,1,-998.573,280.934,111.91,0.15708,0,0,0.078459,0.996917,180,100,1,0),(51242,181355,1,1,1,-1292.91,49.4335,129.209,-1.16937,0,0,0.551937,-0.833886,180,100,1,0),(51243,181355,1,1,1,-1287.73,37.0892,129.209,1.97222,0,0,0.833886,0.551937,180,100,1,0),(51244,181355,1,1,1,1642.59,-4372.39,12.7448,-2.86234,0,0,0.990268,-0.139173,180,100,1,0),(51245,181355,1,1,1,1632.28,-4360.02,12.7307,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(51246,181355,1,1,1,1615.25,-4371.44,12.3255,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(51247,181355,1,1,1,1622.07,-4385.72,12.2943,0.872665,0,0,0.422618,0.906308,180,100,1,0),(51248,181355,1,1,1,1643.54,-4444.94,15.4065,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(51249,181355,1,1,1,1638.73,-4450.24,15.4065,1.98968,0,0,0.838671,0.544639,180,100,1,0),(51250,181355,1,1,1,1693.92,-4351.96,61.5084,2.32129,0,0,0.91706,0.398749,180,100,1,0),(51251,181355,1,1,1,9939.09,2585.65,1316.41,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(51252,181355,1,1,1,9662.22,2519.78,1331.62,-2.77507,0,0,0.983255,-0.182235,180,100,1,0),(51253,181355,530,1,1,-2055.19,5638.79,51.2669,1.5708,0,0,0.707107,0.707107,180,100,1,0),(51254,181355,530,1,1,-2167.58,5441.84,51.2669,-2.96706,0,0,0.996195,-0.087156,180,100,1,0),(51255,181355,1,1,1,-1036.73,-3663.8,23.8511,-0.558505,0,0,0.275637,-0.961262,180,100,1,0),(51256,181355,1,1,1,8636.46,849.685,23.0551,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(51257,181355,1,1,1,9686.92,2531.01,1337.3,-2.74017,0,0,0.979925,-0.199368,180,100,1,0),(51258,181355,530,1,1,-2145.28,5497.77,51.2669,1.69297,0,0,0.748956,0.66262,180,100,1,0),(51259,181355,1,1,1,-979.065,-3641.02,19.0544,0.017453,0,0,0.008727,0.999962,180,100,1,0),(51260,181355,1,1,1,-963.595,-3721.69,5.66055,0.942478,0,0,0.45399,0.891007,180,100,1,0),(51261,181355,530,1,1,-1957.02,5267.33,-38.8098,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(51262,181355,0,1,1,-4844.97,-1145.23,502.211,-0.349066,0,0,0.173648,-0.984808,180,100,1,0),(51263,181355,0,1,1,-4756.69,-1170.41,502.202,-1.27409,0,0,0.594823,-0.803857,180,100,1,0),(51264,181355,0,1,1,-4859.77,-1157.24,502.194,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(51265,181355,1,1,1,-374.334,-2675.5,95.8236,-0.331612,0,0,0.165048,-0.986286,180,100,1,0),(51266,181355,1,1,1,-434.275,-2603.82,95.7872,3.01942,0,0,0.998135,0.061049,180,100,1,0),(51267,181355,1,1,1,-467.41,-2693.35,95.878,-1.93731,0,0,0.824126,-0.566406,180,100,1,0),(51268,181355,1,1,1,-440.477,-2586.61,95.7875,-2.37365,0,0,0.927184,-0.374607,180,100,1,0),(51269,181355,1,1,1,-357.401,-2558.71,95.7875,-1.91986,0,0,0.819152,-0.573576,180,100,1,0),(51270,181355,1,1,1,-6152.32,-1118.43,-213.186,0.174533,0,0,0.087156,0.996195,180,100,1,0),(51271,181355,1,1,1,-6198.83,-1123.88,-219.74,2.42601,0,0,0.936672,0.350207,180,100,1,0),(51272,181355,1,1,1,-6119.62,-1138.86,-188.67,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(51273,181355,1,1,1,-6305.18,-1171.37,-268.851,-2.42601,0,0,0.936672,-0.350207,180,100,1,0),(51274,181355,1,1,1,945.853,796.265,103.964,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51275,181355,1,1,1,956.308,772.77,104.954,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51276,181355,1,1,1,942.639,783.253,103.765,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51277,181355,1,1,1,2319.36,-2516.94,103.399,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(51278,181355,1,1,1,2340.49,-2554.26,102.773,-1.11701,0,0,0.529919,-0.848048,180,100,1,0),(51279,181355,1,1,1,2376.65,-2538.29,107.613,2.77507,0,0,0.983255,0.182236,180,100,1,0),(51280,181355,1,1,1,2237.44,-2546.42,87.9718,0.087266,0,0,0.043619,0.999048,180,100,1,0),(51281,181355,1,1,1,3607.33,-4412.41,113.611,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(51282,181355,1,1,1,3671.99,-4390.39,113.055,3.03687,0,0,0.99863,0.052336,180,100,1,0),(51283,181355,1,1,1,2705.99,-3884.95,105.437,0.10472,0,0,0.052336,0.99863,180,100,1,0),(51284,181355,1,1,1,6443.07,372.361,13.941,3.03687,0,0,0.99863,0.052336,180,100,1,0),(51285,181355,1,1,1,-1709.31,3085.11,34.0919,2.05949,0,0,0.857167,0.515038,180,100,1,0),(51286,181355,1,1,1,-1709.96,3201.24,4.45204,-2.53073,0,0,0.953717,-0.300706,180,100,1,0),(51287,181355,1,1,1,259.852,1230.84,192.146,2.56563,0,0,0.95882,0.284015,180,100,1,0),(51288,181355,1,1,1,-1609.45,3159.99,47.0972,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(51289,181355,1,1,1,-1763.11,3268.44,4.696,-1.79769,0,0,0.782608,-0.622515,180,100,1,0),(51290,181355,1,1,1,-1653.42,3191.8,27.6782,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(51291,181355,1,1,1,231.844,1273.99,192.145,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(51292,181355,1,1,1,-1604.56,3125.62,47.2101,-2.33874,0,0,0.920505,-0.390731,180,100,1,0),(51293,181355,1,1,1,-1592.92,3149.78,62.5292,0.994838,0,0,0.477159,0.878817,180,100,1,0),(51294,181355,1,1,1,-4572.14,-3178.51,34.1753,-2.98451,0,0,0.996917,-0.078459,180,100,1,0),(51295,181355,1,1,1,121.366,1260.67,164.847,-0.855212,0,0,0.414693,-0.909961,180,100,1,0),(51296,181355,1,1,1,-4627.18,-3168.31,40.98,-1.76278,0,0,0.771625,-0.636078,180,100,1,0),(51297,181355,1,1,1,-4612.54,-3204.23,34.925,-0.349066,0,0,0.173648,-0.984808,180,100,1,0),(51298,181355,1,1,1,-4602.34,-3157.29,34.925,0.663225,0,0,0.325568,0.945519,180,100,1,0),(51299,181355,1,1,1,-4381.59,214.329,27.6934,2.80998,0,0,0.986286,0.165048,180,100,1,0),(51300,181355,1,1,1,-4000.23,-4702.7,4.60181,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(51301,181355,1,1,1,-3626.21,-4359.01,6.70639,2.28638,0,0,0.909961,0.414693,180,100,1,0),(51302,181355,1,1,1,-3875.16,-4608.8,9.26107,1.09956,0,0,0.522499,0.85264,180,100,1,0),(51303,181355,1,1,1,-3755.93,-4354.49,10.8949,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51304,181355,1,1,1,-3847.51,-4456.9,12.4744,0.034907,0,0,0.017452,0.999848,180,100,1,0),(51305,181355,1,1,1,-4352.96,166.211,33.9422,-1.11701,0,0,0.529919,-0.848048,180,100,1,0),(51306,181355,1,1,1,-3637.8,-4344.83,6.70639,-0.698132,0,0,0.34202,-0.939693,180,100,1,0),(51307,181355,1,1,1,-4527.93,-773.559,-41.324,0.226893,0,0,0.113203,0.993572,180,100,1,0),(51308,181355,1,1,1,-4501.79,-789.034,-42.2546,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(51309,181355,1,1,1,-4527.93,-773.559,-41.324,0.226893,0,0,0.113203,0.993572,180,100,1,0),(51310,181355,1,1,1,-4501.79,-789.034,-42.2546,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(51311,181355,1,1,1,-4447.68,3298.23,12.3739,-1.13446,0,0,0.5373,-0.843391,180,100,1,0),(51312,181355,1,1,1,6747.28,-4659.19,725.279,-1.78024,0,0,0.777146,-0.62932,180,100,1,0),(51313,181355,1,1,1,-4472.52,3216.01,13.7295,0.977384,0,0,0.469472,0.882948,180,100,1,0),(51314,181355,1,1,1,-6863.96,721.329,45.6621,1.74533,0,0,0.766044,0.642788,180,100,1,0),(51315,181355,1,1,1,-6841.45,747.798,42.5787,0.645772,0,0,0.317305,0.948324,180,100,1,0),(51316,181355,1,1,1,-6807.1,810.202,51.2054,-2.72271,0,0,0.978148,-0.207912,180,100,1,0),(51317,181355,1,1,1,-6807.1,810.202,51.2054,-2.72271,0,0,0.978148,-0.207912,180,100,1,0),(51318,181355,1,1,1,-6848.25,781.352,43.5151,1.55334,0,0,0.700909,0.71325,180,100,1,0),(51319,181355,1,1,1,-2330.59,-1971.66,96.2092,-1.15192,0,0,0.544639,-0.838671,180,100,1,0),(51320,181355,1,1,1,-6838.14,740.341,42.402,0.244346,0,0,0.121869,0.992546,180,100,1,0),(51321,181355,1,1,1,-2357.5,-1886.22,95.783,0.890118,0,0,0.430511,0.902585,180,100,1,0),(51322,181355,1,1,1,-2327.16,-1939.61,95.7952,3.01942,0,0,0.998135,0.061049,180,100,1,0),(51323,181355,1,1,1,-6841.45,747.798,42.5787,0.645772,0,0,0.317305,0.948324,180,100,1,0),(51324,181355,1,1,1,2720.09,1472.5,241.894,1.74533,0,0,0.766044,0.642788,180,100,1,0),(51325,181355,1,1,1,2699.29,1420.59,243.061,2.3911,0,0,0.930418,0.366501,180,100,1,0),(51326,181355,1,1,1,2692.63,1508.85,236.819,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51327,181355,1,1,1,2694.1,1492.04,236.819,0.872665,0,0,0.422618,0.906308,180,100,1,0),(51328,181355,1,1,1,3348.56,1000.52,4.10987,0.610865,0,0,0.300706,0.953717,180,100,1,0),(51329,181355,1,1,1,3360.07,1021.36,2.93154,-1.36136,0,0,0.629321,-0.777146,180,100,1,0),(51330,181355,1,1,1,5120.12,-361.039,358.305,1.69297,0,0,0.748956,0.66262,180,100,1,0),(51331,181355,1,1,1,5118.45,-344.709,357.248,0.733038,0,0,0.358368,0.93358,180,100,1,0),(51332,181355,1,1,1,5078.18,-340.517,368.412,1.76278,0,0,0.771625,0.636078,180,100,1,0),(51333,181355,1,1,1,3989.84,-1320.16,253.072,2.53073,0,0,0.953717,0.300706,180,100,1,0),(51334,181355,1,1,1,3995.19,-1281.88,254.08,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(51335,181355,1,1,1,-6767.45,543.997,1.80445,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51336,181355,1,1,1,-6773.06,555.52,3.79172,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51337,181355,1,1,1,9771.6,1026.03,1300.29,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51338,181355,1,1,1,9789.43,1023.6,1299.5,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51339,181355,1,1,1,9774.19,997.932,1298.47,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51340,181355,1,1,1,-6767.45,543.997,1.80445,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51341,181355,1,1,1,-6785.01,552.484,3.00033,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51342,181355,1,1,1,-7225.57,-3846.32,12.3549,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51343,181355,1,1,1,-7234.83,-3838.05,11.3989,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51344,181355,1,1,1,-7098.13,-3662.75,11.6757,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51345,181355,1,1,1,-7129.94,-3659.94,8.95809,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51346,181355,1,1,1,-7225.57,-3846.32,12.3549,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51347,181355,1,1,1,6831.21,-4574.42,709.09,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51348,181355,1,1,1,6834.19,-4560.29,710.465,2.6529,0,0,0.970296,0.241922,180,100,1,0),(51349,181355,1,1,1,-7122.97,-3647.4,8.96134,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51350,181355,1,1,1,-7129.94,-3659.94,8.95809,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51351,181355,1,1,1,6874.23,-4767.61,696.474,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51352,181355,1,1,1,6868.87,-4755.87,696.387,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51353,181355,1,1,1,2557.17,-450.753,109.828,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(51354,181355,1,1,1,2542.88,-482.561,111.91,2.98451,0,0,0.996917,0.078459,180,100,1,0),(51355,181355,1,1,1,2551.11,-489.325,110.344,0.541052,0,0,0.267238,0.96363,180,100,1,0),(51356,181355,1,1,1,920.665,900.506,105.54,-0.349066,0,0,0.173648,-0.984808,180,100,1,0),(51357,181355,1,1,1,2579.94,-485.624,108.193,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51358,181355,1,1,1,926.252,913.414,105.142,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(51359,181355,1,1,1,936.974,829.873,105.981,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(51360,181355,1,1,1,918.996,1055.51,105.596,0.610865,0,0,0.300706,0.953717,180,100,1,0),(51361,181355,1,1,1,920.406,825.935,107.397,-0.925024,0,0,0.446198,-0.894934,180,100,1,0),(51362,181355,1,1,1,1995,-2352.44,89.4418,-0.226893,0,0,0.113203,-0.993572,180,100,1,0),(51363,181355,1,1,1,1994.39,-2330.75,91.8345,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(51364,181355,1,1,1,-60.7537,1281.97,91.3334,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51365,181355,1,1,1,-66.6442,1274.15,91.1883,0.174533,0,0,0.087156,0.996195,180,100,1,0),(51366,181355,1,1,1,-67.6886,1247.57,90.7833,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(51367,181355,1,1,1,-66.8881,1261.1,90.3617,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(51368,181355,1,1,1,-53.5814,1281.55,91.3224,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51369,181355,1,1,1,6328.24,502.962,18.5577,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51370,181355,0,1,1,-8849.93,784.147,96.0792,-1.97222,0,0,0.833886,-0.551937,180,100,1,0),(51371,181355,0,1,1,-8809.08,801.113,98.8651,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(51372,181355,1,1,1,-3459.12,-4213.76,10.174,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51373,181355,1,1,1,-3481.44,-4211.18,12.4925,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(51374,181355,0,1,1,-8838.94,721.098,97.8029,0.645772,0,0,0.317305,0.948324,180,100,1,0),(51375,181355,1,1,1,-4408.2,3453.34,13.9461,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(51376,181355,1,1,1,-3146.65,-2919.05,35.0129,0.767945,0,0,0.374607,0.927184,180,100,1,0),(51377,181355,1,1,1,-3127.5,-2866.74,34.7959,1.67552,0,0,0.743145,0.669131,180,100,1,0),(51378,181355,1,1,1,-3121.79,-2924.78,35.7579,2.54818,0,0,0.956305,0.292372,180,100,1,0),(51379,181355,0,1,1,-9021.94,883.635,29.6206,-0.418879,0,0,0.207912,-0.978148,180,100,1,0),(51380,181355,0,1,1,-8839.07,545.266,96.8377,1.01229,0,0,0.48481,0.87462,180,100,1,0),(51381,181355,1,1,1,-1848.21,3057.43,0.586963,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51382,181355,1,1,1,-4585.36,405.158,41.6428,1.93731,0,0,0.824126,0.566406,180,100,1,0),(51383,181355,1,1,1,-4573.73,425.433,41.5129,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51384,181355,0,1,1,-8861.03,658.585,96.7187,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(51385,181355,0,1,1,-8856.85,661.656,97.1286,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(51386,181355,1,1,1,-5521.56,-2288.93,-58.2118,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51387,181355,1,1,1,-5517.58,-2274.89,-59.3406,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51388,181355,1,1,1,-293.72,-2669.74,93.0764,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51389,181355,1,1,1,-294.768,-2656.4,94.0309,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51390,181355,1,1,1,-264.736,-2663.63,92.845,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51391,181355,1,1,1,1942.54,-4294.49,26.0505,-2.21657,0,0,0.894934,-0.446198,180,100,1,0),(51392,181355,1,1,1,1689.15,-4277.99,32.9,0.017453,0,0,0.008727,0.999962,180,100,1,0),(51393,181355,1,1,1,1849.85,-4252.52,43.0913,-0.20944,0,0,0.104528,-0.994522,180,100,1,0),(51394,181355,1,1,1,1724.54,-4354.79,29.1059,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(51395,181355,1,1,1,1896.41,-4277.8,31.7153,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(51396,181355,1,1,1,-1208.25,142.348,134.143,1.71042,0,0,0.75471,0.656059,180,100,1,0),(51397,181355,1,1,1,-1242.35,76.3979,128.954,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(51398,181355,1,1,1,7942.35,-2570.99,488.751,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51399,181355,1,1,1,7965.54,-2385.6,488.941,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(51400,181355,1,1,1,7926.27,-2635.98,492.578,0.942478,0,0,0.45399,0.891007,180,100,1,0),(51401,181355,1,1,1,7950.37,-2386.92,488.941,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(51402,181355,1,1,1,-3116.11,-2743.83,34.7086,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51403,181355,530,1,1,-1902.35,5293.58,0.857056,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(51404,181355,530,1,1,-1915.55,5296.89,0.817524,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(51405,181355,530,1,1,-1971.56,5543.56,-12.4281,-0.785398,0,0,0.382683,-0.92388,180,100,1,0),(51406,181355,530,1,1,-1994.43,5356.16,-8.06764,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(51407,181355,530,1,1,-1809.99,5404.19,-12.5532,1.95477,0,0,0.829038,0.559193,180,100,1,0),(51408,181355,530,1,1,-1894.68,5582.58,-12.4281,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(51409,181355,530,1,1,-1873.24,5269.36,-12.4281,1.48353,0,0,0.67559,0.737277,180,100,1,0),(51410,181355,530,1,1,-2043.99,5269.15,-39.1957,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(51411,181355,530,1,1,-1990.25,5266.93,-42.2252,-1.95477,0,0,0.829038,-0.559193,180,100,1,0),(51412,181355,530,1,1,-1990.08,5210.79,-44.3673,1.50098,0,0,0.681998,0.731354,180,100,1,0),(51413,181355,530,1,1,-2090.42,5316.59,-37.3235,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(51414,181355,530,1,1,-2061.05,5250.36,-38.4653,-0.226893,0,0,0.113203,-0.993572,180,100,1,0),(51415,181355,0,1,1,-4618.02,-925.12,501.062,0.785398,0,0,0.382683,0.92388,180,100,1,0),(51416,181355,0,1,1,1589.83,245.835,60.1507,-0.785398,0,0,0.382683,-0.92388,180,100,1,0),(51417,181355,530,1,1,-2545.22,4312.68,20.6259,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(51418,181355,530,1,1,-2611.69,4383.33,32.932,2.58309,0,0,0.961262,0.275637,180,100,1,0),(51419,181355,530,1,1,-210.987,5433.49,21.3788,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(51420,181355,530,1,1,-87.5959,5535.55,22.807,0.575959,0,0,0.284015,0.95882,180,100,1,0),(51421,181355,530,1,1,-1296.44,7267.44,34.6165,-2.23402,0,0,0.898794,-0.438371,180,100,1,0),(51422,181355,530,1,1,-1220.26,7388.16,30.7893,0.610865,0,0,0.300706,0.953717,180,100,1,0),(51423,181355,530,1,1,-1198.81,7250.11,35.1543,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(51424,181355,530,1,1,-1392.48,7140.17,33.7389,-2.33874,0,0,0.920505,-0.390731,180,100,1,0),(51425,181355,530,1,1,-1387.22,7134.83,34.0358,-2.40855,0,0,0.93358,-0.358368,180,100,1,0),(51426,181355,530,1,1,-1184.83,7207.81,57.9213,0.541052,0,0,0.267238,0.96363,180,100,1,0),(51427,181355,530,1,1,287.767,7842.64,22.5891,2.44346,0,0,0.939693,0.34202,180,100,1,0),(51428,181355,530,1,1,334.991,7839.56,22.2942,1.65806,0,0,0.737277,0.67559,180,100,1,0),(51429,181355,530,1,1,247.457,7941.14,25.6926,-2.67035,0,0,0.97237,-0.233445,180,100,1,0),(51430,181355,530,1,1,285.159,7952.14,21.5251,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(51431,181355,530,1,1,253.76,7836.7,22.9667,-1.20428,0,0,0.566406,-0.824126,180,100,1,0),(51432,181355,530,1,1,277.296,2769.55,84.6704,0.994838,0,0,0.477159,0.878817,180,100,1,0),(51433,181355,530,1,1,182.249,2695.31,88.7964,-2.80998,0,0,0.986286,-0.165048,180,100,1,0),(51434,181355,530,1,1,211.993,2818.02,129.868,2.9147,0,0,0.993572,0.113203,180,100,1,0),(51435,181355,530,1,1,168.222,2632.73,86.6805,2.60054,0,0,0.96363,0.267238,180,100,1,0),(51436,181355,530,1,1,-661.823,4157.85,66.0003,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(51437,181355,530,1,1,-646.139,4161.18,66.1437,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(51438,181355,530,1,1,-607.19,4092.01,91.5279,1.8675,0,0,0.803857,0.594823,180,100,1,0),(51439,181355,530,1,1,-685.76,4176.18,57.4531,1.93731,0,0,0.824126,0.566406,180,100,1,0),(51440,181355,530,1,1,-614.866,4105.14,90.6122,-0.453786,0,0,0.224951,-0.97437,180,100,1,0),(51441,181355,530,1,1,-597.71,4154.32,65.3473,2.6529,0,0,0.970296,0.241922,180,100,1,0),(51442,181355,530,1,1,-594.825,4161.75,65.7298,2.47837,0,0,0.945519,0.325568,180,100,1,0),(51443,181355,530,1,1,-696.738,4172.8,58.3883,1.90241,0,0,0.814116,0.580703,180,100,1,0),(51444,181355,0,1,1,-4990.29,-853.343,501.659,-2.44346,0,0,0.939693,-0.34202,180,100,1,0),(51445,181355,0,1,1,-4980.03,-865.875,501.659,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(51446,181355,0,1,1,-5008.32,-868.188,501.659,0.767945,0,0,0.374607,0.927184,180,100,1,0),(51447,181355,0,1,1,-4997.85,-880.69,501.659,0.715585,0,0,0.350207,0.936672,180,100,1,0),(51448,181355,0,1,1,-5018.23,-855.977,501.659,0.680678,0,0,0.333807,0.942641,180,100,1,0),(51449,181355,530,1,1,-507.947,2329.74,38.7107,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51450,181355,0,1,1,2294.08,-5290.58,81.9963,1.91986,0,0,0.819152,0.573576,180,100,1,0),(51451,181355,0,1,1,2313.58,-5299.31,81.9963,2.44346,0,0,0.939693,0.34202,180,100,1,0),(51452,181355,0,1,1,2298.28,-5331.19,90.8799,-1.44862,0,0,0.66262,-0.748956,180,100,1,0),(51453,181355,0,1,1,-10345.7,-3292.95,22.7637,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51454,181355,0,1,1,-10341.7,-3306.29,22.9601,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51455,181355,0,1,1,2045.53,168.323,34.4744,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(51456,181355,0,1,1,-926.063,-3535.44,71.0585,2.32129,0,0,0.91706,0.398749,180,100,1,0),(51457,181355,0,1,1,-913.485,-3495.36,70.433,2.33874,0,0,0.920505,0.390731,180,100,1,0),(51458,181355,1,1,1,-1277.25,162.139,131.136,2.68781,0,0,0.97437,0.224951,180,100,1,0),(51459,181355,0,1,1,-9469.38,106.474,57.4206,2.30383,0,0,0.913545,0.406737,180,100,1,0),(51460,181355,0,1,1,-9461.54,46.4045,56.6063,0.925024,0,0,0.446198,0.894934,180,100,1,0),(51461,181355,1,1,1,-1399.61,-48.9439,156.685,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(51462,181355,0,1,1,-9464.54,79.274,57.2264,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(51463,181355,1,1,1,1675.8,-4311.48,61.6065,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(51464,181355,1,1,1,1650.02,-4332.94,61.5018,0,0,0,0,1,180,100,1,0),(51465,181355,1,1,1,1658.49,-4314.09,62.0468,-0.994838,0,0,0.477159,-0.878817,180,100,1,0),(51466,181355,1,1,1,1695.3,-4321.7,61.498,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(51467,181355,530,1,1,28.4964,2591.92,69.6531,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51468,181355,0,1,1,-7502.89,-2179.08,165.575,-2.98451,0,0,0.996917,-0.078459,180,100,1,0),(51469,181355,0,1,1,-1247.64,-2543.75,21.4813,1.3439,0,0,0.622515,0.782608,180,100,1,0),(51470,181355,530,1,1,-1203.39,7490.3,21.7973,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51471,181355,530,1,1,-1218.01,7491.43,20.8666,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51472,181355,0,1,1,-1280.11,-2536.96,21.5735,0.645772,0,0,0.317305,0.948324,180,100,1,0),(51473,181355,0,1,1,-1236.42,-2505.87,22.3525,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(51474,181355,0,1,1,-1286.54,-2520.15,21.5872,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(51475,181355,1,1,1,9952.15,2585.77,1316.13,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(51476,181355,0,1,1,-10960.9,-3443.02,64.9828,2.79253,0,0,0.984808,0.173648,180,100,1,0),(51477,181355,1,1,1,9952.86,2607.13,1316.19,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(51478,181355,1,1,1,9952.37,2593.96,1316.53,3.08923,0,0,0.999657,0.026177,180,100,1,0),(51479,181355,0,1,1,-10986.1,-3452.44,65.0053,2.09439,0,0,0.866025,0.5,180,100,1,0),(51480,181355,1,1,1,9939.42,2606.72,1316.73,-0.05236,0,0,0.026177,-0.999657,180,100,1,0),(51481,181355,0,1,1,-11097.4,-3444.51,64.9543,-2.14675,0,0,0.878817,-0.477159,180,100,1,0),(51482,181355,530,1,1,208.366,7685.89,22.3485,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51483,181355,1,1,1,8667.61,868.788,22.2681,1.65806,0,0,0.737277,0.67559,180,100,1,0),(51484,181355,1,1,1,9658.83,2532.64,1331.52,2.96706,0,0,0.996195,0.087156,180,100,1,0),(51485,181355,530,1,1,-518.875,2349.75,37.4515,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51486,181355,1,1,1,-864.895,-3753.35,19.3753,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(51487,181355,0,1,1,-10565.7,-1214.24,26.5597,-0.069813,0,0,0.034899,-0.999391,180,100,1,0),(51488,181355,0,1,1,-10528.9,-1196.53,26.941,2.23402,0,0,0.898794,0.438371,180,100,1,0),(51489,181355,0,1,1,-10583.3,-1248.73,36.165,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(51490,181355,0,1,1,-10544.2,-1169.38,27.5815,3.08923,0,0,0.999657,0.026177,180,100,1,0),(51491,181355,0,1,1,-6507.06,-1174.38,309.221,1.81514,0,0,0.788011,0.615662,180,100,1,0),(51492,181355,0,1,1,-6459.96,-1108.43,306.738,2.89725,0,0,0.992546,0.121869,180,100,1,0),(51493,181355,0,1,1,513.327,1610.77,125.537,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(51494,181355,0,1,1,492.153,1560.28,127.933,-1.13446,0,0,0.5373,-0.843391,180,100,1,0),(51495,181355,0,1,1,-14282.3,546.645,8.90959,1.95477,0,0,0.829038,0.559193,180,100,1,0),(51496,181355,0,1,1,-5205.98,-3110.21,302.012,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(51497,181355,0,1,1,-5357.79,-2956.84,323.888,0.418879,0,0,0.207912,0.978148,180,100,1,0),(51498,181355,0,1,1,-10465.4,-3252.11,20.1782,-0.05236,0,0,0.026177,-0.999657,180,100,1,0),(51499,181355,0,1,1,-10391,-3266.6,22.3531,1.11701,0,0,0.529919,0.848048,180,100,1,0),(51500,181355,0,1,1,-10476.1,-3262.62,21.0494,1.50098,0,0,0.681998,0.731354,180,100,1,0),(51501,181355,1,1,1,-439.673,-2677.78,96.2705,0.942478,0,0,0.45399,0.891007,180,100,1,0),(51502,181355,1,1,1,-569.961,-2667.44,97.5254,2.53073,0,0,0.953717,0.300706,180,100,1,0),(51503,181355,0,1,1,-11317.5,-185.711,75.0316,-1.20428,0,0,0.566406,-0.824126,180,100,1,0),(51504,181355,0,1,1,-11303.3,-210.201,76.178,1.90241,0,0,0.814116,0.580703,180,100,1,0),(51505,181355,1,1,1,-6119.62,-1138.86,-188.67,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(51506,181355,0,1,1,-11336,-213.995,75.22,2.42601,0,0,0.936672,0.350207,180,100,1,0),(51507,181355,0,1,1,-11298.5,-192.833,75.5637,-2.60054,0,0,0.96363,-0.267238,180,100,1,0),(51508,181355,1,1,1,-6173.32,-1137,-216.933,0.261799,0,0,0.130526,0.991445,180,100,1,0),(51509,181355,1,1,1,-6198.83,-1123.88,-219.74,2.42601,0,0,0.936672,0.350207,180,100,1,0),(51510,181355,0,1,1,292.878,-2004.7,194.126,-2.44346,0,0,0.939693,-0.34202,180,100,1,0),(51511,181355,0,1,1,-10658,1098.28,33.6132,-0.523599,0,0,0.258819,-0.965926,180,100,1,0),(51512,181355,0,1,1,-10501.7,1051.03,67.7619,1.65806,0,0,0.737277,0.67559,180,100,1,0),(51513,181355,0,1,1,-3527.58,-886.202,10.7265,-1.15192,0,0,0.544639,-0.838671,180,100,1,0),(51514,181355,0,1,1,-3865.97,-715.163,8.11382,0.663225,0,0,0.325568,0.945519,180,100,1,0),(51515,181355,0,1,1,-3650.15,-861.073,10.7246,0.122173,0,0,0.061049,0.998135,180,100,1,0),(51516,181355,0,1,1,-3662.96,-776.941,9.91138,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(51517,181355,0,1,1,-3634.68,-831.379,10.724,-1.11701,0,0,0.529919,-0.848048,180,100,1,0),(51518,181355,0,1,1,-3912.7,-614.061,5.09038,-0.837758,0,0,0.406737,-0.913545,180,100,1,0),(51519,181355,0,1,1,-619.787,-530.364,34.8011,1.18682,0,0,0.559193,0.829038,180,100,1,0),(51520,181355,0,1,1,-9419.92,-2120.47,66.6175,1.18682,0,0,0.559193,0.829038,180,100,1,0),(51521,181355,1,1,1,2371.7,-2518,108.461,-2.19912,0,0,0.891007,-0.45399,180,100,1,0),(51522,181355,1,1,1,2330.95,-2561.59,102.773,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(51523,181355,0,1,1,-9444.02,-2104.89,67.7429,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51524,181355,0,1,1,183.701,-2139.85,101.475,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51525,181355,0,1,1,-14280.8,42.4411,0.392212,2.6529,0,0,0.970296,0.241922,180,100,1,0),(51526,181355,0,1,1,-14291,45.2439,0.920394,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51527,181355,0,1,1,195.009,-2136.99,103.57,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51528,181355,0,1,1,-10637.1,1086.35,33.8754,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51529,181355,0,1,1,-14387,135.473,0.770348,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51530,181355,1,1,1,152.311,1322.3,192.688,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(51531,181355,1,1,1,-1582.39,3165.35,47.0972,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(51532,181355,1,1,1,-1581.24,3113.16,56.1613,-2.94961,0,0,0.995396,-0.095846,180,100,1,0),(51533,181355,0,1,1,-10663.4,1040.29,33.8829,1.18682,0,0,0.559193,0.829038,180,100,1,0),(51534,181355,0,1,1,-3450.38,-949.015,8.97805,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(51535,181355,0,1,1,-3425.22,-951.356,9.79314,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51536,181355,1,1,1,193.924,1185.87,167.999,-2.53073,0,0,0.953717,-0.300706,180,100,1,0),(51537,181355,0,1,1,-3455.83,-932.77,10.9016,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51538,181355,1,1,1,-3677.69,-4378.2,10.6549,-1.79769,0,0,0.782608,-0.622515,180,100,1,0),(51539,181355,1,1,1,-4400.7,278.819,25.6522,-2.56563,0,0,0.95882,-0.284015,180,100,1,0),(51540,181355,1,1,1,-4469.02,238.696,39.1075,0.541052,0,0,0.267238,0.96363,180,100,1,0),(51541,181355,1,1,1,-3890.49,-4594.44,9.22391,0.663225,0,0,0.325568,0.945519,180,100,1,0),(51542,181355,1,1,1,-4351.06,20.2735,52.804,-0.488692,0,0,0.241922,-0.970296,180,100,1,0),(51543,181355,1,1,1,-4380.75,105.694,34.0026,-0.05236,0,0,0.026177,-0.999657,180,100,1,0),(51544,181355,1,1,1,-4484.65,238.019,48.3433,-0.907571,0,0,0.438371,-0.898794,180,100,1,0),(51545,181355,0,1,1,-14291,45.2439,0.920394,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51546,181355,1,1,1,6785.19,-4746.64,701.661,1.5708,0,0,0.707107,0.707107,180,100,1,0),(51547,181355,1,1,1,6819.24,-4617.13,710.669,2.32129,0,0,0.91706,0.398749,180,100,1,0),(51548,181355,1,1,1,-4382.32,3216.42,12.6949,1.25664,0,0,0.587785,0.809017,180,100,1,0),(51549,181355,1,1,1,6806.4,-4618,710.669,1.06465,0,0,0.507538,0.861629,180,100,1,0),(51550,181355,1,1,1,6702.87,-4664.87,721.715,-0.296706,0,0,0.147809,-0.989016,180,100,1,0),(51551,181355,0,1,1,-811.97,-550.777,15.5091,1.62316,0,0,0.725374,0.688355,180,100,1,0),(51552,181355,0,1,1,-1213.57,-2656.55,46.2222,0.174533,0,0,0.087156,0.996195,180,100,1,0),(51553,181355,0,1,1,-703.508,-512.517,25.899,-2.44346,0,0,0.939693,-0.34202,180,100,1,0),(51554,181355,0,1,1,-1184.62,-2669,47.1297,1.18682,0,0,0.559193,0.829038,180,100,1,0),(51555,181355,0,1,1,-834.324,-527.053,11.853,2.53073,0,0,0.953717,0.300706,180,100,1,0),(51556,181355,1,1,1,-6803.87,802.201,51.428,-2.77507,0,0,0.983255,-0.182235,180,100,1,0),(51557,181355,0,1,1,-1109.91,-3544.57,50.1678,1.18682,0,0,0.559193,0.829038,180,100,1,0),(51558,181355,0,1,1,-1152.73,-3550.6,52.7308,0.541052,0,0,0.267238,0.96363,180,100,1,0),(51559,181355,1,1,1,-6838.14,740.341,42.402,0.244346,0,0,0.121869,0.992546,180,100,1,0),(51560,181355,1,1,1,-2283.56,-1937.39,95.7939,3.14159,0,0,1,0,180,100,1,0),(51561,181355,1,1,1,-6863.96,721.329,45.6621,1.74533,0,0,0.766044,0.642788,180,100,1,0),(51562,181355,1,1,1,-6803.87,802.201,51.428,-2.77507,0,0,0.983255,-0.182235,180,100,1,0),(51563,181355,1,1,1,-2361.56,-1964.19,96.0866,0.802851,0,0,0.390731,0.920505,180,100,1,0),(51564,181355,1,1,1,2702.96,1432.79,242.87,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(51565,181355,1,1,1,2742.41,1498.08,236.821,2.53073,0,0,0.953717,0.300706,180,100,1,0),(51566,181355,0,1,1,-10669.5,-1160.4,25.8142,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51567,181355,0,1,1,-10718.3,-1151.39,24.6114,0.174533,0,0,0.087156,0.996195,180,100,1,0),(51568,181355,0,1,1,-10690.5,-1173.28,24.2635,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(51569,181355,1,1,1,2785.96,-434.604,116.525,2.77507,0,0,0.983255,0.182236,180,100,1,0),(51570,181355,0,1,1,-10671.1,-1149.32,25.8295,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51571,181355,0,1,1,-10677.3,-1169.67,24.9932,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51572,181355,1,1,1,2728.34,-353.425,108.593,-0.139626,0,0,0.069756,-0.997564,180,100,1,0),(51573,181355,0,1,1,-1189.27,-2658.24,46.3895,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(51574,181355,1,1,1,9782.57,1003.55,1298.93,0.244346,0,0,0.121869,0.992546,180,100,1,0),(51575,181355,1,1,1,-6783.37,540.751,0.052853,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51576,181355,1,1,1,9766.84,1006.87,1298.63,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(51577,181355,0,1,1,-1184.62,-2669,47.1297,1.18682,0,0,0.559193,0.829038,180,100,1,0),(51578,181355,0,1,1,-1217.32,-2685.27,46.2677,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51579,181355,0,1,1,-1190.46,-2690.42,48.7156,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51580,181355,0,1,1,-1220.05,-2675.15,45.4932,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(51581,181355,1,1,1,-7003.61,927.68,8.04952,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51582,181355,1,1,1,-6983.53,918.45,10.1041,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51583,181355,1,1,1,-6993.07,906.965,8.9696,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51584,181355,1,1,1,-7008.07,921.38,9.10044,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51585,181355,0,1,1,-10962.6,-3245.86,41.6845,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51586,181355,1,1,1,-7233.69,-3858.17,10.7256,2.6529,0,0,0.970296,0.241922,180,100,1,0),(51587,181355,0,1,1,-10944.6,-3203.89,41.4424,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(51588,181355,0,1,1,-10930.7,-3224.51,41.3475,1.18682,0,0,0.559193,0.829038,180,100,1,0),(51589,181355,0,1,1,-10954.8,-3208.54,41.3644,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(51590,181355,0,1,1,-10937.3,-3233.48,41.3475,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51591,181355,0,1,1,-9413.28,36.4958,57.8027,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51592,181355,0,1,1,-9392.81,47.6417,59.8681,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51593,181355,0,1,1,-9368.33,16.2569,62.1277,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(51594,181355,1,1,1,-7234.83,-3838.05,11.3989,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51595,181355,1,1,1,-7122.97,-3647.4,8.96134,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51596,181355,1,1,1,-7107.13,-3674.26,10.1381,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51597,181355,0,1,1,-5425.27,-480.859,396.861,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51598,181355,0,1,1,-5430.12,-483.834,396.774,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51599,181355,0,1,1,-7599.52,-2069.26,128.7,0.541052,0,0,0.267238,0.96363,180,100,1,0),(51600,181355,0,1,1,-7603.66,-2093.21,126.94,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51601,181355,0,1,1,-5255.6,-2874.19,339.179,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51602,181355,1,1,1,-7107.13,-3674.26,10.1381,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51603,181355,0,1,1,-5229.33,-2883.41,337.568,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51604,181355,0,1,1,-5253.49,-2897.25,338.355,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51605,181355,0,1,1,-149.026,-811.21,55.9346,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51606,181355,1,1,1,6850.83,-4555.1,709.312,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51607,181355,1,1,1,6848.36,-4582.23,707.321,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(51608,181355,0,1,1,-131.982,-822.341,55.1415,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51609,181355,0,1,1,-123.667,-808.178,55.301,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51610,181355,1,1,1,6869.89,-4773.34,696.276,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51611,181355,1,1,1,2569.44,-452.104,108.548,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(51612,181355,1,1,1,2540.47,-467.151,110.771,0.174533,0,0,0.087156,0.996195,180,100,1,0),(51613,181355,1,1,1,2562.87,-490.023,109.297,1.18682,0,0,0.559193,0.829038,180,100,1,0),(51614,181355,0,1,1,600.565,1358.61,87.9531,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51615,181355,1,1,1,2584.84,-478.815,107.461,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51616,181355,0,1,1,591.008,1350.37,90.336,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51617,181355,0,1,1,-438.838,-4524.08,8.72819,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51618,181355,1,1,1,-5467.61,-2444.78,89.3505,0.802851,0,0,0.390731,0.920505,180,100,1,0),(51619,181355,1,1,1,-5463.07,-2429.32,89.5646,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(51620,181355,1,1,1,932.429,992.446,102.399,-1.18682,0,0,0.559193,-0.829037,180,100,1,0),(51621,181355,1,1,1,900.675,922.28,106.258,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(51622,181355,1,1,1,923.709,990.975,102.406,-0.383972,0,0,0.190809,-0.981627,180,100,1,0),(51623,181355,1,1,1,950.048,930.526,104.918,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(51624,181355,1,1,1,920.69,1072.1,105.839,-1.39626,0,0,0.642788,-0.766044,180,100,1,0),(51625,181355,1,1,1,-46.9502,1273.73,91.4244,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51626,181355,530,1,1,-2034.28,5338.98,-39.5669,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(51627,181355,530,1,1,-1653.31,5205.2,-38.8578,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(51628,181355,530,1,1,-1959.46,5260.69,-38.8396,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(51629,181355,530,1,1,-1546.83,5108.85,-20.8426,-0.20944,0,0,0.104528,-0.994522,180,100,1,0),(51630,181355,530,1,1,-1982.28,5110.88,7.50435,-1.69297,0,0,0.748956,-0.66262,180,100,1,0),(51631,181355,530,1,1,-1776.81,5259.49,-38.8315,-0.20944,0,0,0.104528,-0.994522,180,100,1,0),(51632,181355,530,1,1,-1775.78,5170.78,-40.2092,2.21657,0,0,0.894934,0.446198,180,100,1,0),(51633,181355,530,1,1,-1758.53,5138.59,-37.212,2.80998,0,0,0.986286,0.165048,180,100,1,0),(51634,181355,1,1,1,6319.03,529.546,15.8714,0.244346,0,0,0.121869,0.992546,180,100,1,0),(51635,181355,1,1,1,6332.62,526.133,15.2482,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51636,181355,1,1,1,6339.23,509.235,18.1513,0.174533,0,0,0.087156,0.996195,180,100,1,0),(51637,181355,1,1,1,6340.13,517.546,16.311,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51638,181355,1,1,1,6314.23,503.175,18.0259,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51639,181355,1,1,1,6305.13,523.199,17.0629,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(51640,181355,1,1,1,-3466.95,-4195.67,10.15,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51641,181355,1,1,1,-3470.34,-4212.82,9.69162,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51642,181355,1,1,1,-3456.14,-4199.26,10.3897,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51643,181355,1,1,1,-3145.85,-2828.78,35.1482,-1.36136,0,0,0.629321,-0.777146,180,100,1,0),(51644,181355,1,1,1,-3102.34,-2898.48,34.4398,2.9147,0,0,0.993572,0.113203,180,100,1,0),(51645,181355,1,1,1,-1871.58,3060.43,1.16237,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51646,181355,1,1,1,-1835.97,3047.49,1.16425,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51647,181355,1,1,1,-4591.39,413.997,42.2934,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51648,181355,1,1,1,-4567.66,415.906,41.3292,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51649,181355,1,1,1,1725.88,-4220.82,46.0119,2.82743,0,0,0.987688,0.156434,180,100,1,0),(51650,181355,1,1,1,1729.96,-4312.58,30.0675,-0.680679,0,0,0.333807,-0.942641,180,100,1,0),(51651,181355,1,1,1,1896.37,-4292.11,31.2669,-0.122173,0,0,0.061049,-0.998135,180,100,1,0),(51652,181355,1,1,1,-1056.51,289.218,133.864,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(51653,181355,1,1,1,-1167.45,175.236,144.007,1.37881,0,0,0.636078,0.771625,180,100,1,0),(51654,181355,0,1,1,-9407.07,-2258.57,69.3851,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(51655,181355,0,1,1,-4776.92,-1175.43,502.191,-1.79769,0,0,0.782608,-0.622515,180,100,1,0),(51656,181355,0,1,1,-4728.72,-1214.09,501.659,2.26893,0,0,0.906308,0.422618,180,100,1,0),(51657,181355,0,1,1,-4863.93,-1098.54,502.212,-1.97222,0,0,0.833886,-0.551937,180,100,1,0),(51658,181355,0,1,1,-4834.15,-1154.81,502.207,-2.68781,0,0,0.97437,-0.224951,180,100,1,0),(51659,181355,1,1,1,8035.11,-2677.08,515.06,-1.98968,0,0,0.838671,-0.544639,180,100,1,0),(51660,181355,1,1,1,7790.67,-2422.31,488.341,-0.925024,0,0,0.446198,-0.894934,180,100,1,0),(51661,181355,1,1,1,7942.5,-2639.73,492.394,1.78024,0,0,0.777146,0.62932,180,100,1,0),(51662,181355,1,1,1,7821.1,-2479.85,486.84,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(51663,181355,530,1,1,-2024.57,5470.97,3.92836,-0.296706,0,0,0.147809,-0.989016,180,100,1,0),(51664,181355,530,1,1,-2185.16,5454.92,51.2669,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(51665,181355,530,1,1,-2176.78,5413.22,50.2279,0.418879,0,0,0.207912,0.978148,180,100,1,0),(51666,181355,530,1,1,-1676.31,5430.35,-38.8098,-1.02974,0,0,0.492424,-0.870356,180,100,1,0),(51667,181355,530,1,1,-1694.05,5524.4,-40.3726,1.95477,0,0,0.829038,0.559193,180,100,1,0),(51668,181355,530,1,1,-1798.49,5585.74,3.87814,-1.98968,0,0,0.838671,-0.544639,180,100,1,0),(51669,181355,530,1,1,-1811.72,5600.77,130.812,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(51670,181355,530,1,1,-1743.73,5710.51,129.141,3.01942,0,0,0.998135,0.061049,180,100,1,0),(51671,181355,530,1,1,-1770.18,5653.32,130.298,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(51672,181355,0,1,1,-8839.8,772.621,95.8445,3.08923,0,0,0.999657,0.026177,180,100,1,0),(51673,181355,0,1,1,-8850.92,668.271,97.7651,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(51674,181355,0,1,1,-8861.19,739.929,101.403,0.977384,0,0,0.469472,0.882948,180,100,1,0),(51675,181355,0,1,1,-8817.86,814.784,99.2454,2.53073,0,0,0.953717,0.300706,180,100,1,0),(51676,181355,0,1,1,-8848.75,636.976,95.8979,0.558505,0,0,0.275637,0.961262,180,100,1,0),(51677,181355,1,1,1,1536.37,-4206.44,41.9515,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(51678,181355,1,1,1,8636.49,858.517,22.4537,-0.122173,0,0,0.061049,-0.998135,180,100,1,0),(51679,181355,1,1,1,-897.645,-3782.64,12.1446,0.959931,0,0,0.461749,0.887011,180,100,1,0),(51680,181355,1,1,1,-954.68,-3658.13,10.4672,0.436332,0,0,0.21644,0.976296,180,100,1,0),(51681,181355,1,1,1,-979.065,-3641.02,19.0544,0.017453,0,0,0.008727,0.999962,180,100,1,0),(51682,181355,1,1,1,-952.426,-3624.83,16.8638,0.506145,0,0,0.25038,0.968148,180,100,1,0),(51683,181355,1,1,1,-6227.68,-1045.56,-199.095,-0.401426,0,0,0.199368,-0.979925,180,100,1,0),(51684,181355,1,1,1,-6299.46,-1177.01,-268.811,-2.44346,0,0,0.939693,-0.34202,180,100,1,0),(51685,181355,1,1,1,-405.638,-2607.83,95.7385,2.05949,0,0,0.857167,0.515038,180,100,1,0),(51686,181355,1,1,1,-359.054,-2529.81,95.7875,1.06465,0,0,0.507538,0.861629,180,100,1,0),(51687,181355,1,1,1,-6148.62,-1071.84,-198.228,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(51688,181355,1,1,1,-6106.92,-1148.02,-186.904,2.51327,0,0,0.951057,0.309017,180,100,1,0),(51689,181355,1,1,1,-6227.68,-1045.56,-199.095,-0.401426,0,0,0.199368,-0.979925,180,100,1,0),(51690,181355,1,1,1,-6148.62,-1071.84,-198.228,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(51691,181355,1,1,1,-6305.18,-1171.37,-268.851,-2.42601,0,0,0.936672,-0.350207,180,100,1,0),(51692,181355,530,1,1,-2550.73,4286.13,20.9618,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51693,181355,530,1,1,-2541.93,4268.23,17.6744,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51694,181355,530,1,1,-2533.36,4274.29,15.7096,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51695,181355,1,1,1,6353.85,546.37,15.9529,2.84489,0,0,0.989016,0.147809,180,100,1,0),(51696,181355,1,1,1,6368.94,475.68,18.1209,0.977384,0,0,0.469472,0.882948,180,100,1,0),(51697,181355,1,1,1,248.515,1276.99,192.147,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(51698,181355,1,1,1,106.813,1208.85,163.36,1.91986,0,0,0.819152,0.573576,180,100,1,0),(51699,181355,1,1,1,244.196,1226.41,192.148,1.11701,0,0,0.529919,0.848048,180,100,1,0),(51700,181355,1,1,1,-3668.36,-4389.48,10.6087,3.10669,0,0,0.999848,0.017452,180,100,1,0),(51701,181355,1,1,1,-3618.21,-4458.03,13.6221,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(51702,181355,1,1,1,-3592.48,-4307.58,6.70639,0.244346,0,0,0.121869,0.992546,180,100,1,0),(51703,181355,1,1,1,-3793.05,-4520.67,11.0869,2.58309,0,0,0.961262,0.275637,180,100,1,0),(51704,181355,1,1,1,-4453.26,3290.12,12.3748,-0.279253,0,0,0.139173,-0.990268,180,100,1,0),(51705,181355,1,1,1,-4322.27,3295.04,18.7122,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(51706,181355,1,1,1,-4323.01,3280.12,18.7228,0.20944,0,0,0.104528,0.994522,180,100,1,0),(51707,181355,0,1,1,1769.07,72.6175,-45.2479,-1.20428,0,0,0.566406,-0.824126,180,100,1,0),(51708,181355,1,1,1,6802.95,-4751.3,701.505,1.62316,0,0,0.725374,0.688355,180,100,1,0),(51709,181355,1,1,1,6748.98,-4611.21,720.915,1.64061,0,0,0.731354,0.681998,180,100,1,0),(51710,181355,1,1,1,-2388.45,-1888.2,95.7555,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(51711,181355,1,1,1,-2384.55,-1872.36,95.8502,-0.349066,0,0,0.173648,-0.984808,180,100,1,0),(51712,181355,1,1,1,2579.78,-457.177,107.695,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51713,181355,1,1,1,2546.11,-451.381,110.255,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(51714,181355,1,1,1,-5407.62,-2430.02,89.6892,1.43117,0,0,0.656059,0.75471,180,100,1,0),(51715,181355,1,1,1,-46.2547,1260.42,90.6059,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51716,181355,1,1,1,-46.5317,1246.87,90.7374,0.244346,0,0,0.121869,0.992546,180,100,1,0),(51717,181355,1,1,1,6303.59,512.442,17.3626,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(51718,181355,1,1,1,-3479.23,-4199.04,12.5123,1.18682,0,0,0.559193,0.829038,180,100,1,0),(51719,181355,0,1,1,2277.63,-5342.27,88.287,2.18166,0,0,0.887011,0.461749,180,100,1,0),(51720,181355,1,1,1,-1852.54,3047.63,1.55547,0.541052,0,0,0.267238,0.96363,180,100,1,0),(51721,181355,0,1,1,-5000.16,-841.309,501.659,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(51722,181355,1,1,1,8654.47,866.144,22.6211,1.51844,0,0,0.688355,0.725374,180,100,1,0),(51723,181355,1,1,1,1693.35,-4289.23,31.8615,-2.05949,0,0,0.857167,-0.515038,180,100,1,0),(51724,181355,1,1,1,1679.48,-4244.66,51.6368,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(51725,181355,1,1,1,1698.52,-4383.65,27.5176,2.96706,0,0,0.996195,0.087156,180,100,1,0),(51726,181355,1,1,1,-1064.56,235.532,115.125,-1.309,0,0,0.608761,-0.793353,180,100,1,0),(51727,181355,1,1,1,-1059.58,252.547,122.166,0.977384,0,0,0.469472,0.882948,180,100,1,0),(51728,181355,1,1,1,-1236.63,69.1859,128.767,1.16937,0,0,0.551937,0.833886,180,100,1,0),(51729,181355,1,1,1,-1201.81,105.939,134.565,2.40855,0,0,0.93358,0.358368,180,100,1,0),(51730,181355,1,1,1,-1074.85,237.866,115.946,-0.837758,0,0,0.406737,-0.913545,180,100,1,0),(51731,181355,1,1,1,7867.61,-2562.42,486.946,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(51732,181355,1,1,1,7971.82,-2433.29,488.939,2.23402,0,0,0.898794,0.438371,180,100,1,0),(51733,181355,0,1,1,-6657.58,-2182.62,244.144,-2.53073,0,0,0.953717,-0.300706,180,100,1,0),(51734,181355,0,1,1,-6644.35,-2148.98,245.351,-2.96706,0,0,0.996195,-0.087156,180,100,1,0),(51735,181355,1,1,1,7975.15,-2472.39,486.705,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(51736,181355,0,1,1,-9378.76,-86.2716,63.6306,-2.74017,0,0,0.979925,-0.199368,180,100,1,0),(51737,181355,0,1,1,-1225.37,-2521.81,22.3682,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(51738,181355,0,1,1,-11023.7,-3403.58,65.0967,0.453786,0,0,0.224951,0.97437,180,100,1,0),(51739,181355,0,1,1,-11036.2,-3464.26,64.9543,0.837758,0,0,0.406737,0.913545,180,100,1,0),(51740,181355,0,1,1,-11024.7,-3335.21,64.2872,1.22173,0,0,0.573576,0.819152,180,100,1,0),(51741,181355,0,1,1,-11108.6,-3450.28,64.9543,0.087266,0,0,0.043619,0.999048,180,100,1,0),(51742,181355,0,1,1,-5535.45,-476.932,398.085,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(51743,181355,0,1,1,-5461.15,-479.124,396.7,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(51744,181355,0,1,1,-6554.31,-1161.94,310.649,-1.01229,0,0,0.48481,-0.87462,180,100,1,0),(51745,181355,0,1,1,-6561.41,-1106.39,310.749,0.698132,0,0,0.34202,0.939693,180,100,1,0),(51746,181355,0,1,1,-9528.31,-1220.07,47.512,-1.20428,0,0,0.566406,-0.824126,180,100,1,0),(51747,181355,0,1,1,503.622,1612.43,125.166,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(51748,181355,0,1,1,-9491.95,-1202.64,48.5446,-1.71042,0,0,0.75471,-0.656059,180,100,1,0),(51749,181355,0,1,1,560.79,1570.85,131.883,3.08923,0,0,0.999657,0.026177,180,100,1,0),(51750,181355,0,1,1,-14363,437.632,7.37248,-1.13446,0,0,0.5373,-0.843391,180,100,1,0),(51751,181355,0,1,1,-5342.95,-2963.12,324.107,2.54818,0,0,0.956305,0.292372,180,100,1,0),(51752,181355,0,1,1,-12359.6,211.965,4.00973,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(51753,181355,0,1,1,-10393.4,-3271.25,22.2134,-2.96706,0,0,0.996195,-0.087156,180,100,1,0),(51754,181355,0,1,1,-10469.1,-3269.21,20.2177,-0.331612,0,0,0.165048,-0.986286,180,100,1,0),(51755,181355,0,1,1,-10464.8,-3184.08,20.3059,1.16937,0,0,0.551937,0.833886,180,100,1,0),(51756,181355,0,1,1,-14337.5,396.097,23.3161,-1.13446,0,0,0.5373,-0.843391,180,100,1,0),(51757,181355,0,1,1,-14339,455.98,7.73201,-0.837758,0,0,0.406737,-0.913545,180,100,1,0),(51758,181355,0,1,1,-584.169,-4546.21,9.90844,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(51759,181355,0,1,1,-584.917,-4609.13,9.89951,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(51760,181355,0,1,1,-647.69,-4717.64,5.03787,0.977384,0,0,0.469472,0.882948,180,100,1,0),(51761,181355,0,1,1,-643.153,-4701.28,4.82018,-0.575959,0,0,0.284015,-0.95882,180,100,1,0),(51762,181355,0,1,1,-637.256,-4522.71,11.3868,2.56563,0,0,0.95882,0.284015,180,100,1,0),(51763,181355,0,1,1,328.687,-1969.22,197.652,1.25664,0,0,0.587785,0.809017,180,100,1,0),(51764,181355,0,1,1,249.608,-2135.64,118.576,2.54818,0,0,0.956305,0.292372,180,100,1,0),(51765,181355,530,1,1,-1832.6,5277.45,-12.4281,1.74533,0,0,0.766044,0.642788,180,100,1,0),(51766,181355,530,1,1,-1820.37,5407.07,-12.4281,2.26893,0,0,0.906308,0.422618,180,100,1,0),(51767,181355,530,1,1,-1906.92,5453.42,-12.4281,-0.890118,0,0,0.430511,-0.902585,180,100,1,0),(51768,181355,0,1,1,-10515,1004.96,67.1648,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(51769,181355,0,1,1,-10502.6,1070.96,55.2353,2.60054,0,0,0.96363,0.267238,180,100,1,0),(51770,181355,0,1,1,-10476.5,1020.19,67.1671,-0.296706,0,0,0.147809,-0.989016,180,100,1,0),(51771,181355,0,1,1,-3743.92,-711.294,8.23859,-1.18682,0,0,0.559193,-0.829037,180,100,1,0),(51772,181355,0,1,1,-3542.39,-916.357,10.7274,0.366519,0,0,0.182236,0.983255,180,100,1,0),(51773,181355,0,1,1,-3600.97,-896.232,14.6426,1.0472,0,0,0.5,0.866025,180,100,1,0),(51774,181355,0,1,1,-3782.5,-784.072,8.80204,1.6057,0,0,0.71934,0.694658,180,100,1,0),(51775,181355,0,1,1,-3883.96,-618.031,5.36373,2.11185,0,0,0.870356,0.492424,180,100,1,0),(51776,181355,530,1,1,-2558.32,4305.63,20.7624,-0.523599,0,0,0.258819,-0.965926,180,100,1,0),(51777,181355,0,1,1,-596.03,-546.827,36.5943,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51778,181355,0,1,1,-609.747,-552.408,36.5286,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51779,181355,0,1,1,-625.925,-544.44,34.0299,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51780,181355,0,1,1,-9428.56,-2127.26,64.9741,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51781,181355,0,1,1,-9449.05,-2115.83,69.0585,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51782,181355,0,1,1,-14280.1,57.9584,0.63541,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51783,181355,0,1,1,-9419.6,-2107.79,66.5018,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51784,181355,0,1,1,184.8,-2109.7,106.517,1.18682,0,0,0.559193,0.829038,180,100,1,0),(51785,181355,0,1,1,174.939,-2122.44,103.629,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51786,181355,0,1,1,172.9,-2113.28,104.401,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51787,181355,0,1,1,-10640.3,1061.73,33.4793,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51788,181355,0,1,1,-10672.3,1046.23,34.8938,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(51789,181355,0,1,1,-10657.3,1072.19,34.0577,0.174533,0,0,0.087156,0.996195,180,100,1,0),(51790,181355,0,1,1,-10647.5,1088.35,34.5605,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51791,181355,0,1,1,-14385.6,118.494,2.10011,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51792,181355,0,1,1,-14392.4,125.582,1.4681,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51793,181355,0,1,1,-3438.08,-960.959,8.80049,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51794,181355,0,1,1,-3444.06,-954.489,8.90382,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51795,181355,1,1,1,-1059.88,187.755,107.249,1.58825,0,0,0.71325,0.700909,180,100,1,0),(51796,181355,0,1,1,-37.6348,-900.646,56.287,-0.296706,0,0,0.147809,-0.989016,180,100,1,0),(51797,181355,0,1,1,-14280.8,42.4411,0.392212,2.6529,0,0,0.970296,0.241922,180,100,1,0),(51798,181355,0,1,1,-14273.2,52.4081,1.32835,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51799,181355,0,1,1,-14280.1,57.9584,0.63541,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51800,181355,1,1,1,8652.41,859.318,22.5535,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(51801,181355,1,1,1,1675.11,-4361.82,62.06,1.65806,0,0,0.737277,0.67559,180,100,1,0),(51802,181355,1,1,1,1688.17,-4313.84,61.6555,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(51803,181355,530,1,1,276.127,7957.61,21.5766,-1.95477,0,0,0.829038,-0.559193,180,100,1,0),(51804,181355,0,1,1,-14385.6,118.494,2.10011,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51805,181355,0,1,1,-14375.6,133.359,0.598733,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51806,181355,0,1,1,-824.021,-569.205,15.2167,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(51807,181355,1,1,1,-911.322,-3743.83,9.66594,-2.35619,0,0,0.92388,-0.382683,180,100,1,0),(51808,181355,0,1,1,-804.305,-603.817,15.0128,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(51809,181355,0,1,1,-845.95,-545.974,11.0796,1.65806,0,0,0.737277,0.67559,180,100,1,0),(51810,181355,1,1,1,-854.146,-3760.71,19.3062,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(51811,181355,1,1,1,-1038.23,-3672.26,23.8438,0.087266,0,0,0.043619,0.999048,180,100,1,0),(51812,181355,0,1,1,-1217.32,-2685.27,46.2677,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51813,181355,0,1,1,-1189.27,-2658.24,46.3895,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(51814,181355,0,1,1,-1203.54,-2652.43,46.6333,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(51815,181355,0,1,1,-1220.05,-2675.15,45.4932,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(51816,181355,0,1,1,-10701.3,-1129.38,25.8268,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(51817,181355,0,1,1,-10692.2,-1129.69,25.6155,0.244346,0,0,0.121869,0.992546,180,100,1,0),(51818,181355,0,1,1,-10721.2,-1143.22,25.6492,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(51819,181355,0,1,1,-1113.46,-3538.14,50.7075,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(51820,181355,0,1,1,-1213.57,-2656.55,46.2222,0.174533,0,0,0.087156,0.996195,180,100,1,0),(51821,181355,0,1,1,-1186.1,-2682.98,48.8823,0.541052,0,0,0.267238,0.96363,180,100,1,0),(51822,181355,0,1,1,-1203.54,-2652.43,46.6333,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(51823,181355,530,1,1,41.7532,2675.02,78.9836,0.15708,0,0,0.078459,0.996917,180,100,1,0),(51824,181355,1,1,1,-6152.32,-1118.43,-213.186,0.174533,0,0,0.087156,0.996195,180,100,1,0),(51825,181355,0,1,1,-1110.83,-3564.98,48.2565,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(51826,181355,1,1,1,-431.034,-2646.21,96.0356,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(51827,181355,1,1,1,-412.084,-2706.69,97.1891,0.820305,0,0,0.398749,0.91706,180,100,1,0),(51828,181355,1,1,1,-429.663,-2654.22,95.9606,3.01942,0,0,0.998135,0.061049,180,100,1,0),(51829,181355,530,1,1,202.281,2606.5,87.2835,2.67035,0,0,0.97237,0.233445,180,100,1,0),(51830,181355,530,1,1,223.089,2810.25,129.615,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(51831,181355,1,1,1,-6299.46,-1177.01,-268.811,-2.44346,0,0,0.939693,-0.34202,180,100,1,0),(51832,181355,1,1,1,-6173.32,-1137,-216.933,0.261799,0,0,0.130526,0.991445,180,100,1,0),(51833,181355,0,1,1,-10946,-3238.05,41.5191,0.174533,0,0,0.087156,0.996195,180,100,1,0),(51834,181355,0,1,1,-10974.6,-3232.17,41.9991,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51835,181355,1,1,1,-3980.87,-4722.02,4.52101,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(51836,181355,1,1,1,-3809.4,-4507.4,11.2316,-0.820305,0,0,0.398749,-0.91706,180,100,1,0),(51837,181355,1,1,1,-3805.92,-4428.6,12.8887,2.89725,0,0,0.992546,0.121869,180,100,1,0),(51838,181355,1,1,1,-3580.73,-4321.67,6.70639,1.15192,0,0,0.544639,0.838671,180,100,1,0),(51839,181355,1,1,1,-3739.39,-4354.5,10.8762,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(51840,181355,0,1,1,-9390.52,11.5798,60.2487,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51841,181355,0,1,1,-9383.96,36.7231,60.2731,1.18682,0,0,0.559193,0.829038,180,100,1,0),(51842,181355,1,1,1,6724.5,-4659.66,720.847,1.43117,0,0,0.656059,0.75471,180,100,1,0),(51843,181355,1,1,1,6788.36,-4737.25,701.498,-1.09956,0,0,0.522499,-0.85264,180,100,1,0),(51844,181355,0,1,1,-5433.27,-505.425,397.203,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51845,181355,1,1,1,-2314.99,-1968.81,95.7483,-1.78024,0,0,0.777146,-0.62932,180,100,1,0),(51846,181355,0,1,1,-5396.84,-484.361,395.682,0.244346,0,0,0.121869,0.992546,180,100,1,0),(51847,181355,0,1,1,-5401.91,-481.525,396.579,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(51848,181355,0,1,1,-5407.06,-508.819,392.905,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(51849,181355,0,1,1,-5254.05,-2868.23,337.99,1.18682,0,0,0.559193,0.829038,180,100,1,0),(51850,181355,530,1,1,-518.875,2349.75,37.4515,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51851,181355,530,1,1,-502.723,2347.42,38.4332,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51852,181355,530,1,1,-541.133,2325.78,39.415,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51853,181355,0,1,1,-5246.15,-2866.4,336.9,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(51854,181355,0,1,1,-5256.46,-2892.26,339.323,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51855,181355,0,1,1,-5239.47,-2869.89,337.425,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(51856,181355,0,1,1,586.172,1372.29,90.5163,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51857,181355,1,1,1,1677.7,-4386.64,22.8407,-1.25664,0,0,0.587785,-0.809017,180,100,1,0),(51858,181355,1,1,1,1727.12,-4342.85,29.0717,0.087266,0,0,0.043619,0.999048,180,100,1,0),(51859,181355,1,1,1,1700.56,-4284.04,33.0089,-2.98451,0,0,0.996917,-0.078459,180,100,1,0),(51860,181355,1,1,1,1812.64,-4240.12,41.3496,-0.855212,0,0,0.414693,-0.909961,180,100,1,0),(51861,181355,1,1,1,1914.78,-4292.68,29.2644,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(51862,181355,1,1,1,1761.26,-4222.54,42.797,-3.00197,0,0,0.997564,-0.069756,180,100,1,0),(51863,181355,1,1,1,1736.14,-4340.94,30.5056,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(51864,181355,1,1,1,1817.81,-4230.44,39.8037,2.93215,0,0,0.994522,0.104528,180,100,1,0),(51865,181355,1,1,1,-1212.9,110.249,133.385,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(51866,181355,1,1,1,-1160.66,167.948,144.024,0.191986,0,0,0.095846,0.995396,180,100,1,0),(51867,181355,0,1,1,-471.503,-4527.17,12.3199,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51868,181355,1,1,1,-1047.48,279.202,134.503,1.69297,0,0,0.748956,0.66262,180,100,1,0),(51869,181355,0,1,1,-465.215,-4540.75,9.22225,-2.49582,0,0,0.948324,-0.317305,180,100,1,0),(51870,181355,1,1,1,7915.28,-2562.39,488.284,3.10669,0,0,0.999848,0.017452,180,100,1,0),(51871,181355,1,1,1,7864,-2510.33,489.275,0.925024,0,0,0.446198,0.894934,180,100,1,0),(51872,181355,1,1,1,7911.11,-2575.12,488.51,1.97222,0,0,0.833886,0.551937,180,100,1,0),(51873,181355,1,1,1,7862.29,-2495.23,489.276,-0.733038,0,0,0.358368,-0.93358,180,100,1,0),(51874,181355,0,1,1,-9423.64,-2244.61,68.4526,2.72271,0,0,0.978148,0.207912,180,100,1,0),(51875,181355,0,1,1,-9289.4,-2302.5,69.382,0.279253,0,0,0.139173,0.990268,180,100,1,0),(51876,181355,0,1,1,1617.5,215.654,62.5945,2.30383,0,0,0.913545,0.406737,180,100,1,0),(51877,181355,0,1,1,1617.49,264.553,62.5945,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(51878,181355,530,1,1,45.4838,2579.41,67.9132,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51879,181355,1,1,1,-1000.07,264.762,137.59,-1.90241,0,0,0.814116,-0.580703,180,100,1,0),(51880,181355,1,1,1,-1385.49,-58.1903,158.535,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(51881,181355,530,1,1,42.8511,2597.78,70.1653,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51882,181355,1,1,1,8679.38,904.317,21.5485,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(51883,181355,1,1,1,8666.79,884.054,22.2721,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(51884,181355,1,1,1,1858.83,-4514.74,23.7042,-2.61799,0,0,0.965926,-0.258819,180,100,1,0),(51885,181355,0,1,1,-4880.44,-1131.43,502.212,2.96706,0,0,0.996195,0.087156,180,100,1,0),(51886,181355,0,1,1,-4739.14,-1155.74,502.212,1.95477,0,0,0.829038,0.559193,180,100,1,0),(51887,181355,1,1,1,-963.595,-3721.69,5.66055,0.942478,0,0,0.45399,0.891007,180,100,1,0),(51888,181355,530,1,1,210.922,7698.97,22.6263,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51889,181355,530,1,1,201.234,7695.8,23.255,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51890,181355,530,1,1,-507.947,2329.74,38.7107,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51891,181355,1,1,1,-479.502,-2687.16,95.959,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(51892,181355,1,1,1,-346.751,-2579.45,96.25,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(51893,181355,1,1,1,1691.73,-4372.65,24.775,2.60054,0,0,0.96363,0.267238,180,100,1,0),(51894,181355,1,1,1,1729.08,-4363.2,31.4432,-2.14675,0,0,0.878817,-0.477159,180,100,1,0),(51895,181355,1,1,1,1919.96,-4297.99,27.0064,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(51896,181355,1,1,1,1858.48,-4242.12,41.2795,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(51897,181355,1,1,1,-1031.92,202.67,135.27,0.872665,0,0,0.422618,0.906308,180,100,1,0),(51898,181355,1,1,1,1472.4,-4227.22,58.9938,2.16421,0,0,0.882948,0.469472,180,100,1,0),(51899,181355,1,1,1,1698.88,-4342.24,62.0575,2.74017,0,0,0.979925,0.199368,180,100,1,0),(51900,181355,1,1,1,-1036.73,-3663.8,23.8511,-0.558505,0,0,0.275637,-0.961262,180,100,1,0),(51901,181355,1,1,1,-911.322,-3743.83,9.66594,-2.35619,0,0,0.92388,-0.382683,180,100,1,0),(51902,181355,1,1,1,-903.914,-3770.74,11.8177,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(51903,181355,1,1,1,-976.997,-3781.05,5.07813,-0.541052,0,0,0.267238,-0.96363,180,100,1,0),(51904,181355,0,1,1,-8834.7,646.499,95.5804,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(51905,181355,0,1,1,-8852.77,744.76,101.75,1.74533,0,0,0.766044,0.642788,180,100,1,0),(51906,181355,0,1,1,-8845.18,661.823,97.8532,2.63545,0,0,0.968148,0.25038,180,100,1,0),(51907,181355,0,1,1,-8611.96,774.592,97.1369,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(51908,181355,0,1,1,-8833.52,541.753,96.9853,0.942478,0,0,0.45399,0.891007,180,100,1,0),(51909,181355,530,1,1,-1535.44,5120.41,-20.3192,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(51910,181355,530,1,1,-1671.23,5419.22,-38.8372,1.01229,0,0,0.48481,0.87462,180,100,1,0),(51911,181355,530,1,1,-1873.8,4977.8,-22.3329,-1.18682,0,0,0.559193,-0.829037,180,100,1,0),(51912,181355,530,1,1,-1845.35,5128.06,-38.8549,-2.40855,0,0,0.93358,-0.358368,180,100,1,0),(51913,181355,530,1,1,-1857.2,4976.8,-22.567,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(51914,181355,530,1,1,-1748.06,5178,-40.2092,1.46608,0,0,0.669131,0.743145,180,100,1,0),(51915,181355,1,1,1,-1074.37,218.621,110.217,0.244346,0,0,0.121869,0.992546,180,100,1,0),(51916,181355,1,1,1,-989.995,260.398,137.59,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(51917,181355,1,1,1,-903.914,-3770.74,11.8177,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(51918,181355,0,1,1,1589.55,234.288,60.1507,0.785398,0,0,0.382683,0.92388,180,100,1,0),(51919,181355,1,1,1,-1038.23,-3672.26,23.8438,0.087266,0,0,0.043619,0.999048,180,100,1,0),(51920,181355,1,1,1,-925.044,-3711.47,8.92793,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(51921,181355,0,1,1,-4623.99,-917.633,501.063,0.698132,0,0,0.34202,0.939693,180,100,1,0),(51922,181355,0,1,1,1761.93,64.9711,-45.2479,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(51923,181355,1,1,1,-503.652,-2644.92,95.7915,-1.3439,0,0,0.622515,-0.782608,180,100,1,0),(51924,181355,0,1,1,2273.56,-5319.77,88.0198,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51925,181355,0,1,1,2265.43,-5297.72,82.1673,1.39626,0,0,0.642788,0.766044,180,100,1,0),(51926,181355,0,1,1,2022.71,152.72,34.3879,0.698132,0,0,0.34202,0.939693,180,100,1,0),(51927,181355,1,1,1,8637.42,832.573,23.1649,1.44862,0,0,0.66262,0.748956,180,100,1,0),(51928,181355,1,1,1,9687.26,2518.82,1337.31,2.51327,0,0,0.951057,0.309017,180,100,1,0),(51929,181355,1,1,1,8694.31,904.751,21.662,3.08923,0,0,0.999657,0.026177,180,100,1,0),(51930,181355,1,1,1,-976.997,-3781.05,5.07813,-0.541052,0,0,0.267238,-0.96363,180,100,1,0),(51931,181355,1,1,1,-954.68,-3658.13,10.4672,0.436332,0,0,0.21644,0.976296,180,100,1,0),(51932,181355,1,1,1,-854.146,-3760.71,19.3062,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(51933,181355,1,1,1,-864.895,-3753.35,19.3753,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(51934,181355,0,1,1,-950.796,-3469.76,53.46,-1.69297,0,0,0.748956,-0.66262,180,100,1,0),(51935,181355,0,1,1,-921.525,-3550.71,72.9657,0.907571,0,0,0.438371,0.898794,180,100,1,0),(51936,181355,0,1,1,-912.667,-3482.32,70.479,-2.49582,0,0,0.948324,-0.317305,180,100,1,0),(51937,181355,0,1,1,-6626.13,-2176.82,244.222,-2.94961,0,0,0.995396,-0.095846,180,100,1,0),(51938,181355,0,1,1,-10505,-1260.65,41.0628,2.70526,0,0,0.976296,0.21644,180,100,1,0),(51939,181355,0,1,1,-5588.76,-425.284,397.325,-1.11701,0,0,0.529919,-0.848048,180,100,1,0),(51940,181355,0,1,1,-5605.66,-489.755,397.563,1.79769,0,0,0.782608,0.622515,180,100,1,0),(51941,181355,1,1,1,-1069.76,187.885,107.716,1.06465,0,0,0.507538,0.861629,180,100,1,0),(51942,181355,0,1,1,-10572,-1148.97,26.4383,-0.925024,0,0,0.446198,-0.894934,180,100,1,0),(51943,181355,1,1,1,-925.044,-3711.47,8.92793,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(51944,181355,1,1,1,-885.678,-3771.15,12.3838,-2.49582,0,0,0.948324,-0.317305,180,100,1,0),(51945,181355,1,1,1,-970.376,-3785.63,5.57285,2.47837,0,0,0.945519,0.325568,180,100,1,0),(51946,181355,0,1,1,-9653.36,-1351.62,49.9791,2.19912,0,0,0.891007,0.453991,180,100,1,0),(51947,181355,1,1,1,-989.049,-3822.69,5.7397,-2.23402,0,0,0.898794,-0.438371,180,100,1,0),(51948,181355,1,1,1,-1019.93,-3677.08,22.862,2.35619,0,0,0.92388,0.382683,180,100,1,0),(51949,181355,1,1,1,-897.645,-3782.64,12.1446,0.959931,0,0,0.461749,0.887011,180,100,1,0),(51950,181355,0,1,1,-6521.32,-1109,311.013,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(51951,181355,0,1,1,-6516.16,-1195.87,309.255,1.55334,0,0,0.700909,0.71325,180,100,1,0),(51952,181355,0,1,1,528.47,1650.73,125.682,-1.90241,0,0,0.814116,-0.580703,180,100,1,0),(51953,181355,0,1,1,501.153,1560.73,128.617,-1.93731,0,0,0.824126,-0.566406,180,100,1,0),(51954,181355,530,1,1,-2016.84,5494.01,3.80865,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51955,181355,0,1,1,472.832,1537.91,131.651,-0.05236,0,0,0.026177,-0.999657,180,100,1,0),(51956,181355,530,1,1,-1965.48,5271.96,-38.8098,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(51957,181355,0,1,1,-12429.8,225.64,1.22669,0.383972,0,0,0.190809,0.981627,180,100,1,0),(51958,181355,0,1,1,-14275.7,297.306,32.0678,0.575959,0,0,0.284015,0.95882,180,100,1,0),(51959,181355,0,1,1,-12343,154.528,4.77617,2.63545,0,0,0.968148,0.25038,180,100,1,0),(51960,181355,0,1,1,-14465.9,460.776,30.5326,2.51327,0,0,0.951057,0.309017,180,100,1,0),(51961,181355,0,1,1,-14449.2,514.87,26.56,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(51962,181355,0,1,1,-597.768,-4591.46,9.82312,-0.122173,0,0,0.061049,-0.998135,180,100,1,0),(51963,181355,0,1,1,-524.296,-4531.64,11.2075,-0.226893,0,0,0.113203,-0.993572,180,100,1,0),(51964,181355,0,1,1,288.489,-2000.86,194.126,-2.19912,0,0,0.891007,-0.45399,180,100,1,0),(51965,181355,0,1,1,206.183,-1994.8,145.408,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(51966,181355,0,1,1,-10645,1155.03,33.3267,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(51967,181355,0,1,1,-10644.3,994.063,32.8831,2.04204,0,0,0.85264,0.522499,180,100,1,0),(51968,181355,0,1,1,-10626.4,1039.41,34.2315,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(51969,181355,0,1,1,-3760.64,-751.786,7.89434,2.07694,0,0,0.861629,0.507538,180,100,1,0),(51970,181355,0,1,1,-3730.89,-624.588,7.25361,1.18682,0,0,0.559193,0.829038,180,100,1,0),(51971,181355,0,1,1,-603.116,-535.839,36.9115,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51972,181355,0,1,1,189.792,-2117.67,104.359,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(51973,181355,0,1,1,-10668.9,1041.49,34.277,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(51974,181355,0,1,1,-10642.8,1088.81,34.4287,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51975,181355,0,1,1,-3440.89,-936.594,10.0713,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(51976,181355,0,1,1,-3432.52,-943.668,8.8464,1.18682,0,0,0.559193,0.829038,180,100,1,0),(51977,181355,0,1,1,-892.098,-532.284,8.58027,0.05236,0,0,0.026177,0.999657,180,100,1,0),(51978,181355,0,1,1,-11.0178,-961.052,55.8387,2.25148,0,0,0.902585,0.430511,180,100,1,0),(51979,181355,0,1,1,-9.25792,-950.505,56.3528,-2.19912,0,0,0.891007,-0.45399,180,100,1,0),(51980,181355,0,1,1,11.1673,-862.847,57.8544,3.00197,0,0,0.997564,0.069757,180,100,1,0),(51981,181355,0,1,1,-1186.1,-2682.98,48.8823,0.541052,0,0,0.267238,0.96363,180,100,1,0),(51982,181355,0,1,1,-1190.46,-2690.42,48.7156,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51983,181355,0,1,1,-1158.92,-3542.83,50.4305,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51984,181355,0,1,1,-1139.61,-3524.68,50.2766,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51985,181355,0,1,1,-1213.51,-2694.05,47.7697,0.855211,0,0,0.414693,0.909961,180,100,1,0),(51986,181355,0,1,1,-10964.4,-3219.78,41.3475,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51987,181355,0,1,1,-9372.2,27.2544,61.4232,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(51988,181355,0,1,1,-5428.57,-508.931,395.835,0.174533,0,0,0.087156,0.996195,180,100,1,0),(51989,181355,0,1,1,-5401.68,-506.73,392.959,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(51990,181355,530,1,1,-1904.67,5729.13,131.191,1.02974,0,0,0.492424,0.870356,180,100,1,0),(51991,181355,530,1,1,-1822.77,5593.83,3.89492,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(51992,181355,0,1,1,-9248.94,-2068.15,76.475,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(51993,181355,0,1,1,-4886.51,-1060.58,502.162,0.837758,0,0,0.406737,0.913545,180,100,1,0),(51994,181355,0,1,1,-4782.38,-1159,502.212,1.15192,0,0,0.544639,0.838671,180,100,1,0),(51995,181355,0,1,1,-4860.59,-1122.87,502.211,0.541052,0,0,0.267238,0.96363,180,100,1,0),(51996,181355,0,1,1,-4704.54,-1193.91,501.659,-1.91986,0,0,0.819152,-0.573576,180,100,1,0),(51997,181355,0,1,1,-4813.21,-1175.7,502.2,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(51998,181355,0,1,1,-8829.58,679.432,97.692,1.11701,0,0,0.529919,0.848048,180,100,1,0),(51999,181355,0,1,1,-8834.88,611.218,94.1878,2.89725,0,0,0.992546,0.121869,180,100,1,0),(52000,181355,0,1,1,-8843.62,618.009,93.465,2.05949,0,0,0.857167,0.515038,180,100,1,0),(52001,181355,0,1,1,-9013.6,889.642,29.6206,-1.39626,0,0,0.642788,-0.766044,180,100,1,0),(52002,181355,0,1,1,-8621.19,786.2,97.1391,-2.60054,0,0,0.96363,-0.267238,180,100,1,0),(52003,181355,0,1,1,-8430.99,596.351,94.6203,-2.82743,0,0,0.987688,-0.156434,180,100,1,0),(52004,181355,0,1,1,-8874.09,640.259,96.0894,0.541052,0,0,0.267238,0.96363,180,100,1,0),(52005,181355,0,1,1,-1003.92,-3541.7,57.1203,3.01942,0,0,0.998135,0.061049,180,100,1,0),(52006,181355,0,1,1,-10514.6,-1245.22,41.1169,-0.855212,0,0,0.414693,-0.909961,180,100,1,0),(52007,181355,0,1,1,-10576.2,-1190.16,27.473,0.488692,0,0,0.241922,0.970296,180,100,1,0),(52008,181355,0,1,1,-5420.54,-2935.77,346.834,2.89725,0,0,0.992546,0.121869,180,100,1,0),(52009,181355,0,1,1,-6497.89,-1126.72,307.82,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(52010,181355,0,1,1,-6503.93,-1140.64,307.381,0,0,0,0,1,180,100,1,0),(52011,181355,0,1,1,-14476.6,487.628,14.9041,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(52012,181355,0,1,1,-14465.9,460.776,30.5326,2.51327,0,0,0.951057,0.309017,180,100,1,0),(52013,181355,0,1,1,-12425.1,148.815,2.97293,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(52014,181355,0,1,1,-12421.5,217.085,31.2913,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(52015,181355,0,1,1,-10451.2,-3184.26,20.6653,1.8675,0,0,0.803857,0.594823,180,100,1,0),(52016,181355,0,1,1,-10475.5,-3255.49,21.0479,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(52017,181355,0,1,1,267.016,-2163.75,119.969,1.8326,0,0,0.793353,0.608761,180,100,1,0),(52018,181355,0,1,1,320.482,-1963.07,197.961,0.733038,0,0,0.358368,0.93358,180,100,1,0),(52019,181355,0,1,1,-555.274,-4568.21,10.0461,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(52020,181355,0,1,1,269.261,-2026.36,171.447,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(52021,181355,0,1,1,-594.688,-4617.7,9.52885,0.418879,0,0,0.207912,0.978148,180,100,1,0),(52022,181355,0,1,1,293.269,-2112.53,123.937,-1.36136,0,0,0.629321,-0.777146,180,100,1,0),(52023,181355,0,1,1,318.861,-2105.37,123.228,-2.75762,0,0,0.981627,-0.190809,180,100,1,0),(52024,181355,0,1,1,-10491.4,1002.01,67.1674,-0.907571,0,0,0.438371,-0.898794,180,100,1,0),(52025,181355,0,1,1,-10525.2,1030.73,67.1655,2.86234,0,0,0.990268,0.139173,180,100,1,0),(52026,181355,0,1,1,-3759.52,-643.922,8.27707,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(52027,181355,530,1,1,-1784.33,5411.4,-12.428,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(52028,181355,0,1,1,-3694.83,-870.158,9.91187,2.14675,0,0,0.878817,0.477159,180,100,1,0),(52029,181355,0,1,1,-3793.48,-772.669,8.73583,0.191986,0,0,0.095846,0.995396,180,100,1,0),(52030,181355,530,1,1,-2021.76,5336.42,-9.35095,0.959931,0,0,0.461749,0.887011,180,100,1,0),(52031,181355,530,1,1,-1937.87,5463.27,-12.428,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(52032,181355,0,1,1,-699.977,-528.644,25.5933,2.46091,0,0,0.942641,0.333807,180,100,1,0),(52033,181355,0,1,1,-18.1917,-923.664,55.6915,2.67035,0,0,0.97237,0.233445,180,100,1,0),(52034,181355,0,1,1,-854.428,-504.039,11.2423,-1.44862,0,0,0.66262,-0.748956,180,100,1,0),(52035,181355,0,1,1,-37.0247,-906.391,56.0919,0.191986,0,0,0.095846,0.995396,180,100,1,0),(52036,181355,530,1,1,-1201.72,7206.65,58.5519,0.994838,0,0,0.477159,0.878817,180,100,1,0),(52037,181355,530,1,1,-1454.16,7165.05,44.5657,-1.11701,0,0,0.529919,-0.848048,180,100,1,0),(52038,181355,530,1,1,-1207.97,7386.66,31.4257,2.32129,0,0,0.91706,0.398749,180,100,1,0),(52039,181355,530,1,1,-1271.88,7198,57.8982,2.35619,0,0,0.92388,0.382683,180,100,1,0),(52040,181355,530,1,1,-1173.56,7134.23,58.115,-0.331612,0,0,0.165048,-0.986286,180,100,1,0),(52041,181355,530,1,1,-1221.3,7222.46,59.2589,1.58825,0,0,0.71325,0.700909,180,100,1,0),(52042,181355,530,1,1,-1249.81,7217.76,58.3296,2.14675,0,0,0.878817,0.477159,180,100,1,0),(52043,181355,530,1,1,-1302.75,7271.99,34.4144,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(52044,181355,530,1,1,-1262.08,7107.59,58.8875,-2.33874,0,0,0.920505,-0.390731,180,100,1,0),(52045,181355,530,1,1,226.951,7821.64,23.0631,3.00197,0,0,0.997564,0.069757,180,100,1,0),(52046,181355,530,1,1,238.598,7893.07,21.8082,-0.890118,0,0,0.430511,-0.902585,180,100,1,0),(52047,181355,530,1,1,210.443,7810.77,23.8272,1.09956,0,0,0.522499,0.85264,180,100,1,0),(52048,181355,0,1,1,-4946.98,-1013.48,501.44,-2.49582,0,0,0.948324,-0.317305,180,100,1,0),(52049,181355,0,1,1,-4886.14,-1098.37,502.214,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(52050,181355,530,1,1,215.518,2828.05,130.001,2.63545,0,0,0.968148,0.25038,180,100,1,0),(52051,181355,530,1,1,193.15,2600.05,87.2835,1.5708,0,0,0.707107,0.707107,180,100,1,0),(52052,181355,530,1,1,123.449,2766.59,102.234,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(52053,181355,0,1,1,-8848.42,716.79,97.6476,2.75762,0,0,0.981627,0.190809,180,100,1,0),(52054,181355,0,1,1,-8822.11,682.775,97.6637,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(52055,181355,0,1,1,-8879.18,649.492,96.0198,0.488692,0,0,0.241922,0.970296,180,100,1,0),(52056,181355,0,1,1,-10544.2,-1169.38,27.5815,3.08923,0,0,0.999657,0.026177,180,100,1,0),(52057,181355,0,1,1,-5576.31,-498.891,403.867,2.25148,0,0,0.902585,0.430511,180,100,1,0),(52058,181355,0,1,1,-5643.28,-503.155,396.669,1.5708,0,0,0.707107,0.707107,180,100,1,0),(52059,181355,0,1,1,-10514.6,-1245.22,41.1169,-0.855212,0,0,0.414693,-0.909961,180,100,1,0),(52060,181355,0,1,1,-10565.7,-1214.24,26.5597,-0.069813,0,0,0.034899,-0.999391,180,100,1,0),(52061,181355,0,1,1,-5354.78,-2942.89,323.617,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(52062,181355,0,1,1,-5368.13,-2868.49,340.119,2.26893,0,0,0.906308,0.422618,180,100,1,0),(52063,181355,0,1,1,-14466.2,448.449,30.5951,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(52064,181355,0,1,1,-14282.3,546.645,8.90959,1.95477,0,0,0.829038,0.559193,180,100,1,0),(52065,181355,0,1,1,-14447,419.584,25.0283,-2.68781,0,0,0.97437,-0.224951,180,100,1,0),(52066,181355,0,1,1,-12418.3,134.366,3.76447,1.0472,0,0,0.5,0.866025,180,100,1,0),(52067,181355,0,1,1,-12422.8,223.301,1.32096,1.67552,0,0,0.743145,0.669131,180,100,1,0),(52068,181355,530,1,1,-1211.11,7463.81,23.2384,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(52069,181355,530,1,1,-502.723,2347.42,38.4332,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(52070,181355,0,1,1,286.333,-2049.77,177.513,1.67552,0,0,0.743145,0.669131,180,100,1,0),(52071,181355,0,1,1,-10630.7,1120.51,33.6976,0,0,0,0,1,180,100,1,0),(52072,181355,0,1,1,-10664.9,1006.76,32.938,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(52073,181355,0,1,1,-10611.8,1031.24,34.1244,-3.08923,0,0,0.999657,-0.026177,180,100,1,0),(52074,181355,0,1,1,-3769.22,-860.95,10.246,0.890118,0,0,0.430511,0.902585,180,100,1,0),(52075,181355,0,1,1,-3814.44,-754.409,8.07528,-0.680679,0,0,0.333807,-0.942641,180,100,1,0),(52076,181355,0,1,1,-3755.77,-683.807,8.79328,0.331613,0,0,0.165048,0.986286,180,100,1,0),(52077,181355,0,1,1,-721.003,-508.469,26.4912,-1.22173,0,0,0.573576,-0.819152,180,100,1,0),(52078,181355,0,1,1,-820.159,-509.365,14.602,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(52079,181355,0,1,1,-790.763,-511.988,17.7414,-2.23402,0,0,0.898794,-0.438371,180,100,1,0),(52080,181355,0,1,1,-9409.73,-2292.76,69.385,2.63545,0,0,0.968148,0.25038,180,100,1,0),(52081,181355,0,1,1,-4712.49,-1181.77,501.698,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(52082,181355,0,1,1,-4738.07,-1203.41,501.698,1.25664,0,0,0.587785,0.809017,180,100,1,0),(52083,181355,530,1,1,-1767.46,5264.79,-38.8237,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(52084,181355,530,1,1,-2039,5348.27,-39.6072,-2.42601,0,0,0.936672,-0.350207,180,100,1,0),(52085,181355,530,1,1,-1658.77,5196.1,-38.8613,0.226893,0,0,0.113203,0.993572,180,100,1,0),(52086,181355,0,1,1,-8831.45,814.218,98.6497,-2.23402,0,0,0.898794,-0.438371,180,100,1,0),(52087,181355,530,1,1,-1671.69,5430.75,-38.8296,-0.994838,0,0,0.477159,-0.878817,180,100,1,0),(52088,181355,530,1,1,-1788.93,5253.06,-40.2092,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(52089,181355,0,1,1,-10576.2,-1190.16,27.473,0.488692,0,0,0.241922,0.970296,180,100,1,0),(52090,181355,0,1,1,-10528.9,-1196.53,26.941,2.23402,0,0,0.898794,0.438371,180,100,1,0),(52091,181355,0,1,1,-10505,-1260.65,41.0628,2.70526,0,0,0.976296,0.21644,180,100,1,0),(52092,181355,0,1,1,-5347.17,-2985.97,323.677,1.29154,0,0,0.601815,0.798636,180,100,1,0),(52093,181355,0,1,1,-14421.2,511.856,4.96044,2.04204,0,0,0.85264,0.522499,180,100,1,0),(52094,181355,0,1,1,-14447,419.584,25.0283,-2.68781,0,0,0.97437,-0.224951,180,100,1,0),(52095,181355,0,1,1,-14461.2,454.094,15.1864,2.54818,0,0,0.956305,0.292372,180,100,1,0),(52096,181355,0,1,1,-14421.2,511.856,4.96044,2.04204,0,0,0.85264,0.522499,180,100,1,0),(52097,181355,0,1,1,225.289,-2107.82,117.915,-1.09956,0,0,0.522499,-0.85264,180,100,1,0),(52098,181355,0,1,1,-10517.7,1044.93,67.7619,2.32129,0,0,0.91706,0.398749,180,100,1,0),(52099,181355,0,1,1,-10486.5,1046.04,67.1715,0.994838,0,0,0.477159,0.878817,180,100,1,0),(52100,181355,0,1,1,-10529.7,1059.62,55.2144,1.44862,0,0,0.66262,0.748956,180,100,1,0),(52101,181355,0,1,1,-3880.62,-595.061,5.86222,-1.22173,0,0,0.573576,-0.819152,180,100,1,0),(52102,181355,0,1,1,-9234.27,-2077.68,76.5569,2.67035,0,0,0.97237,0.233445,180,100,1,0),(52103,181355,0,1,1,-9184.45,-2083.87,87.7621,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(52104,181355,0,1,1,-9183.47,-2113,87.7816,1.69297,0,0,0.748956,0.66262,180,100,1,0),(52105,181355,0,1,1,-9426.25,-2231.33,68.5408,-2.42601,0,0,0.936672,-0.350207,180,100,1,0),(52106,181355,530,1,1,-2029.92,5490.48,54.5399,-1.91986,0,0,0.819152,-0.573576,180,100,1,0),(52107,181355,530,1,1,-1676.44,5420.81,-38.8098,-1.71042,0,0,0.75471,-0.656059,180,100,1,0),(52108,181355,0,1,1,-5433.76,-2928.79,347.517,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(52109,181355,0,1,1,-5315.12,-2960.84,333.653,2.51327,0,0,0.951057,0.309017,180,100,1,0),(52110,181355,0,1,1,-5349.71,-2863.36,339.594,1.79769,0,0,0.782608,0.622515,180,100,1,0),(52111,181355,0,1,1,298.721,-2136.08,123.937,1.81514,0,0,0.788011,0.615662,180,100,1,0),(52112,181355,0,1,1,-3767.19,-623.693,8.57985,0.471239,0,0,0.233445,0.97237,180,100,1,0),(52113,181355,0,1,1,-894.953,-544.774,6.87962,0.418879,0,0,0.207912,0.978148,180,100,1,0),(52114,181355,0,1,1,-746.495,-541.341,19.4194,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(52115,181355,530,1,1,-1802.71,5597.75,130.812,2.6529,0,0,0.970296,0.241922,180,100,1,0),(52116,181355,0,1,1,-9346.3,-2213.29,61.8977,1.3439,0,0,0.622515,0.782608,180,100,1,0),(52117,181355,0,1,1,-14303.7,533.712,8.65903,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(52118,181355,0,1,1,-14476.2,461.225,36.5348,0.663225,0,0,0.325568,0.945519,180,100,1,0),(52119,181355,0,1,1,-14449.2,514.87,26.56,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(52120,181355,0,1,1,-14329.5,471.739,8.28834,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(52121,181355,0,1,1,-14476.6,487.628,14.9041,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(52122,181355,0,1,1,243.802,-2011.79,177.514,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(52123,181355,0,1,1,-3837.73,-762.72,8.20215,0.191986,0,0,0.095846,0.995396,180,100,1,0),(52124,181355,0,1,1,-3851.15,-705.537,8.20285,-2.6529,0,0,0.970296,-0.241922,180,100,1,0),(52125,181355,0,1,1,-3717.83,-739.974,10.2762,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(52126,181355,0,1,1,-3577.63,-850.181,14.6426,-2.05949,0,0,0.857167,-0.515038,180,100,1,0),(52127,181355,0,1,1,-14425.6,454.349,15.3409,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(52128,181355,0,1,1,-14337.5,396.097,23.3161,-1.13446,0,0,0.5373,-0.843391,180,100,1,0),(52129,181355,0,1,1,-14466.2,448.449,30.5951,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(52130,181355,0,1,1,-9285.96,-2268.29,69.3834,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(52131,181355,0,1,1,-14425.6,454.349,15.3409,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(52132,181355,0,1,1,-14395.9,401.171,8.88664,0.820305,0,0,0.398749,0.91706,180,100,1,0),(52133,181355,0,1,1,-9246.19,-2136.64,63.9338,-2.67035,0,0,0.97237,-0.233445,180,100,1,0),(52134,181355,0,1,1,-9256.66,-2226.64,63.9334,3.08923,0,0,0.999657,0.026177,180,100,1,0),(52135,181355,0,1,1,-9419,-2066.18,58.9032,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(52136,181355,0,1,1,-14476.2,461.225,36.5348,0.663225,0,0,0.325568,0.945519,180,100,1,0),(52137,181355,0,1,1,-14275.7,297.306,32.0678,0.575959,0,0,0.284015,0.95882,180,100,1,0),(52138,181355,0,1,1,-14317,498.746,8.58845,-0.401426,0,0,0.199368,-0.979925,180,100,1,0),(52139,181355,0,1,1,-14303.7,533.712,8.65903,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(52140,181355,0,1,1,-14339,455.98,7.73201,-0.837758,0,0,0.406737,-0.913545,180,100,1,0),(52141,181355,0,1,1,-14395.9,401.171,8.88664,0.820305,0,0,0.398749,0.91706,180,100,1,0),(52142,181355,0,1,1,-14363,437.632,7.37248,-1.13446,0,0,0.5373,-0.843391,180,100,1,0),(52143,181355,0,1,1,-14461.2,454.094,15.1864,2.54818,0,0,0.956305,0.292372,180,100,1,0),(52144,181355,530,1,1,-1727.31,5487.57,-8.35533,0.959931,0,0,0.461749,0.887011,180,100,1,0),(52145,181355,530,1,1,-1695.61,5498.58,-9.79944,2.75762,0,0,0.981627,0.190809,180,100,1,0),(52146,181355,530,1,1,-1882.4,5350.7,-12.428,1.48353,0,0,0.67559,0.737277,180,100,1,0),(52147,181355,530,1,1,-1804.53,5417.44,-12.4282,-2.75762,0,0,0.981627,-0.190809,180,100,1,0),(52148,181355,530,1,1,-1755.32,5315.89,-12.4281,2.28638,0,0,0.909961,0.414693,180,100,1,0),(52149,181355,530,1,1,-1706.81,5522.74,-9.79946,-2.21657,0,0,0.894934,-0.446198,180,100,1,0),(52150,181355,530,1,1,-2624.52,4467.33,36.1412,2.44346,0,0,0.939693,0.34202,180,100,1,0),(52151,181355,530,1,1,-2617.92,4427.62,36.0933,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(52152,181355,530,1,1,-149.79,5567.25,23.0051,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(52153,181355,530,1,1,-1209.61,7103.71,57.4492,-0.872665,0,0,0.422618,-0.906308,180,100,1,0),(52154,181355,530,1,1,-1176.22,7200.08,58.2138,0.575959,0,0,0.284015,0.95882,180,100,1,0),(52155,181355,530,1,1,-1283.43,7130.82,59.7357,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(52156,181355,530,1,1,-1247.8,7101.98,58.0683,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(52157,181355,530,1,1,-1194.75,7110.28,58.0645,-1.23918,0,0,0.580703,-0.814116,180,100,1,0),(52158,181355,530,1,1,-1273.83,7316.67,33.7791,1.16937,0,0,0.551937,0.833886,180,100,1,0),(52159,181355,530,1,1,-1371.67,7162.8,33.254,0.820305,0,0,0.398749,0.91706,180,100,1,0),(52160,181355,530,1,1,-1265.51,7313.13,34.2153,1.0472,0,0,0.5,0.866025,180,100,1,0),(52161,181355,530,1,1,250.399,7896.93,21.6855,-1.69297,0,0,0.748956,-0.66262,180,100,1,0),(52162,181355,530,1,1,293.306,7831.16,24.933,-1.8675,0,0,0.803857,-0.594823,180,100,1,0),(52163,181355,530,1,1,210.823,7926.41,25.6933,0.331613,0,0,0.165048,0.986286,180,100,1,0),(52164,181355,530,1,1,-2042.06,5233.83,-38.8555,3.14159,0,0,1,0,180,100,1,0),(52165,181355,530,1,1,-2148.99,5544.24,50.5961,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(52166,181355,530,1,1,-2035.2,5336.3,-41.1791,1.43117,0,0,0.656059,0.75471,180,100,1,0),(52167,181355,530,1,1,-1769.64,5268,-38.8098,3.10669,0,0,0.999848,0.017452,180,100,1,0),(52168,181355,530,1,1,-1888.45,5716.59,132.173,1.11701,0,0,0.529919,0.848048,180,100,1,0),(52169,181355,530,1,1,-1918.07,5456.2,-12.5536,-1.18682,0,0,0.559193,-0.829037,180,100,1,0),(52170,181355,530,1,1,-2001.4,5370.28,-8.0344,-2.32129,0,0,0.91706,-0.398749,180,100,1,0),(52171,181355,530,1,1,-1924.12,5442.26,-12.4282,0.191986,0,0,0.095846,0.995396,180,100,1,0),(52172,181355,530,1,1,-1854.36,5590.51,-12.4281,-1.67552,0,0,0.743145,-0.669131,180,100,1,0),(52173,181355,530,1,1,-2631.96,4428.71,36.1024,-1.46608,0,0,0.669131,-0.743145,180,100,1,0),(52174,181355,530,1,1,-145.675,5545.87,22.6677,0.645772,0,0,0.317305,0.948324,180,100,1,0),(52175,181355,530,1,1,-87.0595,5555.92,22.6884,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(52176,181355,530,1,1,-236.224,5387.01,24.6395,-0.872665,0,0,0.422618,-0.906308,180,100,1,0),(52177,181355,530,1,1,-1282.84,7187.43,58.0064,2.3911,0,0,0.930418,0.366501,180,100,1,0),(52178,181355,530,1,1,-2171.62,5399.99,50.2279,0.628319,0,0,0.309017,0.951057,180,100,1,0),(52179,181355,530,1,1,-2134.33,5401.41,51.2669,2.77507,0,0,0.983255,0.182236,180,100,1,0),(52180,181355,530,1,1,-2032.69,5481.47,54.54,1.309,0,0,0.608761,0.793353,180,100,1,0),(52181,181355,530,1,1,-1778.04,5263.37,-38.8098,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(52182,181355,530,1,1,-1685.93,5508.57,-40.3678,-2.6529,0,0,0.970296,-0.241922,180,100,1,0),(52183,181355,530,1,1,-2042.17,5349.12,-41.0618,-0.331612,0,0,0.165048,-0.986286,180,100,1,0),(52184,181355,530,1,1,-1769.01,5784.69,146.44,-1.78024,0,0,0.777146,-0.62932,180,100,1,0),(52185,181355,530,1,1,-1889.71,5376.18,-12.4282,0.523599,0,0,0.258819,0.965926,180,100,1,0),(52186,181355,530,1,1,-1869.86,5379.93,-12.4281,1.65806,0,0,0.737277,0.67559,180,100,1,0),(52187,181355,530,1,1,-2623.64,4378.72,35.2736,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(52188,181355,530,1,1,-2569.44,4420.44,39.1544,0.942478,0,0,0.45399,0.891007,180,100,1,0),(52189,181355,530,1,1,-2667.31,4424.93,37.0604,-0.05236,0,0,0.026177,-0.999657,180,100,1,0),(52190,181355,530,1,1,-2050.71,5478.4,54.0608,0.226893,0,0,0.113203,0.993572,180,100,1,0),(52191,181355,530,1,1,-2160.86,5510.71,50.6184,0.087266,0,0,0.043619,0.999048,180,100,1,0),(52192,181355,530,1,1,-1886.93,5771.14,129.558,-0.401426,0,0,0.199368,-0.979925,180,100,1,0),(52193,181355,530,1,1,-1896.71,5355.26,-12.4279,1.01229,0,0,0.48481,0.87462,180,100,1,0),(52194,181355,530,1,1,-1728.79,5341.39,-12.4281,2.49582,0,0,0.948324,0.317305,180,100,1,0),(52195,181355,530,1,1,-1875.24,5371.81,-12.5657,2.04204,0,0,0.85264,0.522499,180,100,1,0),(52196,181355,530,1,1,-2666.82,4443.57,36.3438,-1.11701,0,0,0.529919,-0.848048,180,100,1,0),(52197,181355,530,1,1,-212.93,5473.04,22.88,2.14675,0,0,0.878817,0.477159,180,100,1,0),(52198,181355,530,1,1,-208.633,5388.65,22.9273,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(52199,181355,530,1,1,-2139.51,5380.51,51.2669,3.00197,0,0,0.997564,0.069757,180,100,1,0),(52200,181355,530,1,1,-2042.6,5503.58,54.0677,-0.698132,0,0,0.34202,-0.939693,180,100,1,0),(52201,181355,530,1,1,-1745.38,5726.96,128.78,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(52202,181355,530,1,1,-1780.28,5739.23,128.791,-1.22173,0,0,0.573576,-0.819152,180,100,1,0),(52203,181355,530,1,1,-1996.99,5518.17,-12.4281,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(52204,181355,530,1,1,-1942.76,5448.9,-12.428,0.034907,0,0,0.017452,0.999848,180,100,1,0),(52205,181355,530,1,1,-1814.98,5422.96,-12.4282,3.10669,0,0,0.999848,0.017452,180,100,1,0),(52206,181355,530,1,1,-1788.91,5397.38,-12.428,2.60054,0,0,0.96363,0.267238,180,100,1,0),(52207,181355,530,1,1,-2614.49,4456.5,36.0935,-1.27409,0,0,0.594823,-0.803857,180,100,1,0),(52208,181355,530,1,1,-2063.06,5662.04,51.2669,-1.15192,0,0,0.544639,-0.838671,180,100,1,0),(52209,181355,530,1,1,-1791.79,5726.31,129.141,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(52210,181355,530,1,1,-1735.26,5502.99,-8.42867,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(52211,181355,530,1,1,-1804.74,5664.92,130.256,-1.22173,0,0,0.573576,-0.819152,180,100,1,0),(52212,181355,530,1,1,-2034,5359.76,-9.35095,-0.279253,0,0,0.139173,-0.990268,180,100,1,0),(52213,181355,530,1,1,-1889.01,5386.24,-12.4282,0.942478,0,0,0.45399,0.891007,180,100,1,0),(52214,181355,530,1,1,-1893.72,5757.05,129.482,0.366519,0,0,0.182236,0.983255,180,100,1,0),(52215,181355,530,1,1,-1864.92,5715.61,132.251,2.19912,0,0,0.891007,0.453991,180,100,1,0),(52216,181355,530,1,1,-1844.5,5746.67,130.798,2.33874,0,0,0.920505,0.390731,180,100,1,0),(52217,181355,530,1,1,-1919.22,5748.13,131.179,0.15708,0,0,0.078459,0.996917,180,100,1,0),(52218,181355,530,1,1,-1846.26,5773.02,131.207,-2.42601,0,0,0.936672,-0.350207,180,100,1,0),(52219,181355,530,1,1,-1726.98,5770.61,146.44,-2.05949,0,0,0.857167,-0.515038,180,100,1,0),(52220,181358,1,1,1,-1297.66,192.871,137.188,1.65806,0,0,0.737277,0.67559,180,100,1,0),(52221,181358,1,1,1,-1028.03,-41.6273,147.165,2.60054,0,0,0.96363,0.267238,180,100,1,0),(52222,181358,1,1,1,-1185.54,27.9683,195.245,-0.296706,0,0,0.147809,-0.989016,180,100,1,0),(52223,181358,1,1,1,1663.45,-4345.16,38.0168,-2.37365,0,0,0.927184,-0.374607,180,100,1,0),(52224,181358,1,1,1,1659.33,-4346.13,67.0861,-2.53073,0,0,0.953717,-0.300706,180,100,1,0),(52225,181358,0,1,1,-9076.73,406.132,98.6196,2.25148,0,0,0.902585,0.430511,180,100,1,0),(52226,181358,0,1,1,-8935.06,522.067,109.389,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(52227,181358,0,1,1,-8948.83,539.007,109.32,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(52228,181358,0,1,1,-9094.66,429.094,99.0901,-0.820305,0,0,0.398749,-0.91706,180,100,1,0),(52229,181358,530,1,1,-1851.91,5256.4,-31.2439,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(52230,181358,1,1,1,-1210.72,34.2156,192.245,2.84489,0,0,0.989016,0.147809,180,100,1,0),(52231,181358,1,1,1,-1123.94,65.1875,158.35,-1.8675,0,0,0.803857,-0.594823,180,100,1,0),(52232,181358,0,1,1,294.93,-2008.58,284.122,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(52233,181358,1,1,1,-4432.11,256.841,56.9382,0.366519,0,0,0.182236,0.983255,180,100,1,0),(52234,181358,530,1,1,-1851.13,5115.18,-20.3448,1.46608,0,0,0.669131,0.743145,180,100,1,0),(52235,181358,0,1,1,-8852.53,539.681,117.809,0.244346,0,0,0.121869,0.992546,180,100,1,0),(52236,181358,1,1,1,-1108.48,-10.3021,157.776,1.78024,0,0,0.777146,0.62932,180,100,1,0),(52237,181358,530,1,1,-1922.03,5479.75,-9.39029,2.9147,0,0,0.993572,0.113203,180,100,1,0),(52238,181358,1,1,1,-1236.53,-90.0243,178.074,0.436332,0,0,0.21644,0.976296,180,100,1,0),(52239,181358,1,1,1,-1180.66,-92.8976,177.532,2.53073,0,0,0.953717,0.300706,180,100,1,0),(52240,181358,1,1,1,-1205,134.352,149.189,-2.42601,0,0,0.936672,-0.350207,180,100,1,0),(52241,181358,530,1,1,-1646.27,5194.14,-18.7777,2.53073,0,0,0.953717,0.300706,180,100,1,0),(52242,181358,530,1,1,-1805.69,5381.32,-10.5112,-0.15708,0,0,0.078459,-0.996917,180,100,1,0),(52243,181358,530,1,1,-1683.75,5519.37,-16.1639,0.453786,0,0,0.224951,0.97437,180,100,1,0),(52244,181358,530,1,1,-1788.14,5434.84,-9.16044,-0.279253,0,0,0.139173,-0.990268,180,100,1,0),(52245,181358,530,1,1,-1939.43,5424.04,-7.21451,2.89725,0,0,0.992546,0.121869,180,100,1,0),(52246,181358,530,1,1,-1799.89,5581.87,70.7193,-0.855212,0,0,0.414693,-0.909961,180,100,1,0),(52247,181358,530,1,1,-1813.67,5487.48,-9.94172,1.13446,0,0,0.5373,0.843391,180,100,1,0),(52248,181358,530,1,1,-1860.15,5353.87,-8.76788,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(52249,181358,530,1,1,-2054.69,5229.55,-21.3585,0.767945,0,0,0.374607,0.927184,180,100,1,0),(52250,181358,530,1,1,-1913.36,5372.71,-8.98531,-2.05949,0,0,0.857167,-0.515038,180,100,1,0),(52251,181358,530,1,1,-2045.59,5339.43,-16.0999,-2.68781,0,0,0.97437,-0.224951,180,100,1,0),(52252,181358,530,1,1,-1868.24,5505.88,-9.41111,1.13446,0,0,0.5373,0.843391,180,100,1,0),(52253,181358,530,1,1,-1823.32,5586.12,70.5835,-2.94961,0,0,0.995396,-0.095846,180,100,1,0),(52254,188020,1,1,1,8651.91,848.205,23.4109,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(52255,188020,1,1,1,-3104.63,-2747.79,33.8656,0.05236,0,0,0.026177,0.999657,180,100,1,0),(52256,188020,1,1,1,-3114.81,-2749.4,34.8024,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(52257,188020,1,1,1,-3107.12,-2715.91,34.8314,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(52258,188020,0,1,1,1622.37,217.389,62.5937,2.28638,0,0,0.909961,0.414693,180,100,1,0),(52259,188020,0,1,1,1732.09,262.627,62.2555,-0.453786,0,0,0.224951,-0.97437,180,100,1,0),(52260,188020,0,1,1,1623.09,262.781,62.5937,-2.37365,0,0,0.927184,-0.374607,180,100,1,0),(52261,188020,0,1,1,-4632.04,-1169.95,501.318,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(52262,188020,0,1,1,-4640.07,-1166.87,501.189,0.767945,0,0,0.374607,0.927184,180,100,1,0),(52263,188020,1,1,1,957.805,776.495,105.681,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(52264,188020,1,1,1,9774.09,1029.45,1299.83,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(52265,188020,1,1,1,9787.26,1027.11,1299.09,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(52266,188020,1,1,1,-6771.78,550.628,3.10804,0.15708,0,0,0.078459,0.996917,180,100,1,0),(52267,188020,1,1,1,-6780.11,523.377,-0.821111,3.12414,0,0,0.999962,0.008727,180,100,1,0),(52268,188020,1,1,1,-6780.11,523.377,-0.821111,3.12414,0,0,0.999962,0.008727,180,100,1,0),(52269,188020,1,1,1,-6760.14,523.993,-1.31883,0.15708,0,0,0.078459,0.996917,180,100,1,0),(52270,188020,1,1,1,-6985.29,902.838,7.92162,0.820305,0,0,0.398749,0.91706,180,100,1,0),(52271,188020,1,1,1,-6975.96,913.127,10.3738,0.802851,0,0,0.390731,0.920505,180,100,1,0),(52272,188020,1,1,1,-7242.01,-3852.45,10.1925,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(52273,188020,1,1,1,-7213.45,-3868.46,11.0758,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(52274,188020,1,1,1,-7103.87,-3672.65,10.613,0.802851,0,0,0.390731,0.920505,180,100,1,0),(52275,188020,1,1,1,-7208.07,-3859.26,11.9584,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(52276,188020,1,1,1,-7097.29,-3665.44,11.7705,0.820305,0,0,0.398749,0.91706,180,100,1,0),(52277,188020,1,1,1,-7127.07,-3649.11,8.93629,0.977384,0,0,0.469472,0.882948,180,100,1,0),(52278,188020,1,1,1,6828.86,-4571.18,709.646,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(52279,188020,1,1,1,-7236.43,-3841.63,11.317,-2.14675,0,0,0.878817,-0.477159,180,100,1,0),(52280,188020,1,1,1,6838.75,-4553,710.859,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(52281,188020,1,1,1,6852.56,-4582.32,707.227,-2.14675,0,0,0.878817,-0.477159,180,100,1,0),(52282,188020,1,1,1,-7127.07,-3649.11,8.93629,0.977384,0,0,0.469472,0.882948,180,100,1,0),(52283,188020,1,1,1,6850.89,-4741.9,697.749,0.977384,0,0,0.469472,0.882948,180,100,1,0),(52284,188020,1,1,1,-7130.67,-3656.14,8.97192,0.994838,0,0,0.477159,0.878817,180,100,1,0),(52285,188020,1,1,1,6840.65,-4756.65,698.011,0.994838,0,0,0.477159,0.878817,180,100,1,0),(52286,188020,1,1,1,6864.07,-4776.24,696.629,0.802851,0,0,0.390731,0.920505,180,100,1,0),(52287,188020,530,1,1,-2529.49,4269.79,15.2373,-2.53073,0,0,0.953717,-0.300706,180,100,1,0),(52288,188020,530,1,1,-2545.97,4288.78,19.3702,0.471239,0,0,0.233445,0.97237,180,100,1,0),(52289,188020,1,1,1,2583.81,-461.247,107.25,-0.15708,0,0,0.078459,-0.996917,180,100,1,0),(52290,188020,1,1,1,2586.52,-473.444,107.12,0.541052,0,0,0.267238,0.96363,180,100,1,0),(52291,188020,1,1,1,2006.19,-2331.18,90.8799,2.94961,0,0,0.995396,0.095846,180,100,1,0),(52292,188020,1,1,1,1988.93,-2329.68,91.3016,2.93215,0,0,0.994522,0.104528,180,100,1,0),(52293,188020,1,1,1,-48.6134,1239.7,90.4667,1.27409,0,0,0.594823,0.803857,180,100,1,0),(52294,188020,1,1,1,-47.8364,1281.82,91.0582,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(52295,188020,1,1,1,6338.77,503.145,19.225,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(52296,188020,1,1,1,6307.86,530.943,15.8596,1.32645,0,0,0.615662,0.788011,180,100,1,0),(52297,188020,1,1,1,-3469.25,-4203.73,10.3842,0.837758,0,0,0.406737,0.913545,180,100,1,0),(52298,188020,1,1,1,-1867.49,3064.28,0.88273,2.86234,0,0,0.990268,0.139173,180,100,1,0),(52299,188020,1,1,1,-1833.98,3053.01,0.742077,2.86234,0,0,0.990268,0.139173,180,100,1,0),(52300,188020,1,1,1,-1836.77,3042.34,2.46949,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(52301,188020,1,1,1,-4582.35,432.136,41.8946,0.523599,0,0,0.258819,0.965926,180,100,1,0),(52302,188020,1,1,1,-4597.74,420.896,43.1347,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(52303,188020,1,1,1,-4578.78,396.143,40.6712,0.541052,0,0,0.267238,0.96363,180,100,1,0),(52304,188020,1,1,1,-5522.88,-2278.97,-58.5733,-3.08923,0,0,0.999657,-0.026177,180,100,1,0),(52305,188020,1,1,1,-302.645,-2657.12,93.7945,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(52306,188020,1,1,1,-302.674,-2669.12,93.0325,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(52307,188020,1,1,1,1944.87,-4349.51,21.2015,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(52308,188020,530,1,1,-506.724,2353.85,38.115,-2.61799,0,0,0.965926,-0.258819,180,100,1,0),(52309,188020,530,1,1,-528.044,2313.42,39.1685,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(52310,188020,530,1,1,-498.535,2340.56,38.9505,-2.67035,0,0,0.97237,-0.233445,180,100,1,0),(52311,188020,0,1,1,-10354.4,-3309.26,22.6872,1.85005,0,0,0.798636,0.601815,180,100,1,0),(52312,188020,0,1,1,-10327.6,-3303.05,22.7122,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(52313,188020,0,1,1,-10357.7,-3297.07,23.0296,1.8675,0,0,0.803857,0.594823,180,100,1,0),(52314,188020,530,1,1,22.6922,2601.19,70.9603,-2.53073,0,0,0.953717,-0.300706,180,100,1,0),(52315,188020,530,1,1,38.8083,2578.52,67.4479,0.471239,0,0,0.233445,0.97237,180,100,1,0),(52316,188020,530,1,1,33.9234,2608.18,71.5639,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(52317,188020,530,1,1,-1204.56,7469.28,22.7781,3.07178,0,0,0.999391,0.034899,180,100,1,0),(52318,188020,530,1,1,209.567,7702.78,21.9378,-2.74017,0,0,0.979925,-0.199368,180,100,1,0),(52319,188020,1,1,1,952.278,772.036,104.547,-0.698132,0,0,0.34202,-0.939693,180,100,1,0),(52320,188020,1,1,1,942.004,803.22,104.561,-1.06465,0,0,0.507538,-0.861629,180,100,1,0),(52321,188020,0,1,1,-593.31,-539.546,36.541,1.02974,0,0,0.492424,0.870356,180,100,1,0),(52322,188020,0,1,1,-9419.74,-2102.77,65.8885,1.3439,0,0,0.622515,0.782608,180,100,1,0),(52323,188020,0,1,1,-9451.76,-2125.86,69.7446,1.3439,0,0,0.622515,0.782608,180,100,1,0),(52324,188020,0,1,1,-9438.18,-2096.43,67.3625,0.925024,0,0,0.446198,0.894934,180,100,1,0),(52325,188020,0,1,1,-14275.1,58.7699,1.25419,2.67035,0,0,0.97237,0.233445,180,100,1,0),(52326,188020,0,1,1,185.676,-2142.3,101.827,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(52327,188020,0,1,1,-10637,1083.12,34.1443,-0.279253,0,0,0.139173,-0.990268,180,100,1,0),(52328,188020,0,1,1,-10650.2,1086.09,34.5996,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(52329,188020,0,1,1,-14361.6,121.429,1.28357,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(52330,188020,0,1,1,-3434.78,-964.27,8.91249,-2.35619,0,0,0.92388,-0.382683,180,100,1,0),(52331,188020,0,1,1,-14304.3,54.2458,1.83875,2.3911,0,0,0.930418,0.366501,180,100,1,0),(52332,188020,0,1,1,-14361.6,121.429,1.28357,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(52333,188020,0,1,1,-14370.8,107.868,2.03765,-0.575959,0,0,0.284015,-0.95882,180,100,1,0),(52334,188020,0,1,1,-14390,121.538,1.96213,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(52335,188020,0,1,1,-1201.78,-2649.42,46.8823,1.37881,0,0,0.636078,0.771625,180,100,1,0),(52336,188020,0,1,1,-1188.08,-2654.51,46.9163,1.36136,0,0,0.62932,0.777146,180,100,1,0),(52337,188020,0,1,1,-1195.71,-2692.89,47.7851,-1.27409,0,0,0.594823,-0.803857,180,100,1,0),(52338,188020,0,1,1,-1152.12,-3529.13,48.4619,2.40855,0,0,0.93358,0.358368,180,100,1,0),(52339,188020,0,1,1,-10685.4,-1175.52,24.3136,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(52340,188020,0,1,1,-10721.4,-1147.5,25.0652,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(52341,188020,0,1,1,-10665.6,-1154.93,25.8321,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(52342,188020,1,1,1,9780.76,1000.02,1298.48,1.22173,0,0,0.573576,0.819152,180,100,1,0),(52343,188020,1,1,1,9769.52,1001.65,1298.62,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(52344,188020,1,1,1,-6787.45,547.919,2.22342,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(52345,188020,1,1,1,-6787.45,547.919,2.22342,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(52346,188020,1,1,1,-7007.36,918.365,9.53365,0.977384,0,0,0.469472,0.882948,180,100,1,0),(52347,188020,1,1,1,-7208.07,-3859.26,11.9584,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(52348,188020,1,1,1,-7236.43,-3841.63,11.317,-2.14675,0,0,0.878817,-0.477159,180,100,1,0),(52349,188020,0,1,1,-9395.51,17.4708,59.6993,-2.35619,0,0,0.92388,-0.382683,180,100,1,0),(52350,188020,1,1,1,-7213.45,-3868.46,11.0758,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(52351,188020,1,1,1,-7242.01,-3852.45,10.1925,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(52352,188020,1,1,1,-7130.67,-3656.14,8.97192,0.994838,0,0,0.477159,0.878817,180,100,1,0),(52353,188020,0,1,1,-5398.17,-481.293,396.192,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(52354,188020,0,1,1,-5431.9,-508.875,396.162,1.32645,0,0,0.615662,0.788011,180,100,1,0),(52355,188020,0,1,1,-5254.91,-2877.89,338.919,0.069813,0,0,0.034899,0.999391,180,100,1,0),(52356,188020,1,1,1,-7103.87,-3672.65,10.613,0.802851,0,0,0.390731,0.920505,180,100,1,0),(52357,188020,1,1,1,-7097.29,-3665.44,11.7705,0.820305,0,0,0.398749,0.91706,180,100,1,0),(52358,188020,0,1,1,-5256.42,-2888.84,339.483,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(52359,188020,1,1,1,6864.57,-4564.52,707.722,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(52360,188020,1,1,1,2540.89,-478.572,111.536,3.14159,0,0,1,0,180,100,1,0),(52361,188020,0,1,1,593.664,1372.29,89.2515,0.488692,0,0,0.241922,0.970296,180,100,1,0),(52362,188020,0,1,1,594.591,1343.23,90.0082,0.593412,0,0,0.292372,0.956305,180,100,1,0),(52363,188020,0,1,1,-443.035,-4520.55,9.73783,1.67552,0,0,0.743145,0.669131,180,100,1,0),(52364,188020,0,1,1,-478.957,-4531.07,12.6211,1.8675,0,0,0.803857,0.594823,180,100,1,0),(52365,188020,0,1,1,-439.959,-4530.23,7.89196,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(52366,188020,1,1,1,-66.0795,1282.36,91.2158,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(52367,188020,1,1,1,-68.0474,1241.7,90.9839,1.32645,0,0,0.615662,0.788011,180,100,1,0),(52368,188020,1,1,1,1988.84,-2351.56,88.5437,2.87979,0,0,0.991445,0.130526,180,100,1,0),(52369,188020,1,1,1,2006.26,-2353.97,89.6081,2.94961,0,0,0.995396,0.095846,180,100,1,0),(52370,188020,1,1,1,6301.91,502.067,17.1744,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(52371,188020,1,1,1,-3462.74,-4223.08,9.97128,-1.85005,0,0,0.798635,-0.601815,180,100,1,0),(52372,188020,1,1,1,-3474.6,-4220.95,9.47354,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(52373,188020,1,1,1,-4400.7,3454.19,12.1376,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(52374,188020,1,1,1,-4564.18,404.986,41.6187,0.471239,0,0,0.233445,0.97237,180,100,1,0),(52375,188020,1,1,1,-5517.33,-2307.03,-57.0332,-2.86234,0,0,0.990268,-0.139173,180,100,1,0),(52376,188020,1,1,1,-267.135,-2655.45,91.6667,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(52377,188020,1,1,1,8775.69,968.601,30.4781,0.191986,0,0,0.095846,0.995396,180,100,1,0),(52378,188020,1,1,1,1919.93,-4356.58,20.5282,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(52379,188020,1,1,1,-1166.05,174.568,144.027,-2.6529,0,0,0.970296,-0.241922,180,100,1,0),(52380,188020,1,1,1,-1079.5,227.729,111.416,-2.23402,0,0,0.898794,-0.438371,180,100,1,0),(52381,188020,1,1,1,-3118.61,-2716.52,34.5001,3.10669,0,0,0.999848,0.017452,180,100,1,0),(52382,188020,530,1,1,-2562.35,4278.2,19.4772,0.453786,0,0,0.224951,0.97437,180,100,1,0),(52383,188020,1,1,1,2542.49,-455.956,109.412,3.08923,0,0,0.999657,0.026177,180,100,1,0),(52384,188020,1,1,1,6341.45,523.517,14.0637,1.27409,0,0,0.594823,0.803857,180,100,1,0),(52385,188020,1,1,1,-3457.91,-4207.08,10.4846,1.20428,0,0,0.566406,0.824126,180,100,1,0),(52386,188020,1,1,1,-1871.35,3055.49,1.84709,2.96706,0,0,0.996195,0.087156,180,100,1,0),(52387,188020,1,1,1,-267.43,-2671.81,93.7948,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(52388,188020,1,1,1,8779.89,958.911,30.227,0.575959,0,0,0.284015,0.95882,180,100,1,0),(52389,188020,1,1,1,-1032.9,199.254,134.965,0.645772,0,0,0.317305,0.948324,180,100,1,0),(52390,188020,0,1,1,-10328.7,-3291.31,21.6518,1.67552,0,0,0.743145,0.669131,180,100,1,0),(52391,188020,0,1,1,-600.637,-555.125,36.7151,-2.05949,0,0,0.857167,-0.515038,180,100,1,0),(52392,188020,0,1,1,-633.147,-541.452,32.6921,-1.90241,0,0,0.814116,-0.580703,180,100,1,0),(52393,188020,0,1,1,-14292.8,70.2163,1.92353,2.51327,0,0,0.951057,0.309017,180,100,1,0),(52394,188020,0,1,1,-9432.05,-2132.25,65.419,-1.88496,0,0,0.809017,-0.587785,180,100,1,0),(52395,188020,0,1,1,-14304.3,54.2458,1.83875,2.3911,0,0,0.930418,0.366501,180,100,1,0),(52396,188020,0,1,1,182.828,-2106.01,107.491,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(52397,188020,0,1,1,-10672.3,1049.23,34.8516,-0.488692,0,0,0.241922,-0.970296,180,100,1,0),(52398,188020,0,1,1,-14390,121.538,1.96213,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(52399,188020,0,1,1,-14381.5,135.954,0.462529,-0.558505,0,0,0.275637,-0.961262,180,100,1,0),(52400,188020,0,1,1,-14370.8,107.868,2.03765,-0.575959,0,0,0.284015,-0.95882,180,100,1,0),(52401,188020,0,1,1,-3458.08,-942.224,8.8657,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(52402,188020,0,1,1,-14292.8,70.2163,1.92353,2.51327,0,0,0.951057,0.309017,180,100,1,0),(52403,188020,0,1,1,-14275.1,58.7699,1.25419,2.67035,0,0,0.97237,0.233445,180,100,1,0),(52404,188020,0,1,1,-14286.7,42.1589,0.534584,-0.558505,0,0,0.275637,-0.961262,180,100,1,0),(52405,188020,0,1,1,-14381.5,135.954,0.462529,-0.558505,0,0,0.275637,-0.961262,180,100,1,0),(52406,188020,0,1,1,-10698,-1125.4,25.8297,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(52407,188020,0,1,1,-1208.49,-2692.83,46.8874,-1.27409,0,0,0.594823,-0.803857,180,100,1,0),(52408,188020,0,1,1,-1109.38,-3562.68,48.3522,0.087266,0,0,0.043619,0.999048,180,100,1,0),(52409,188020,0,1,1,-1188.08,-2654.51,46.9163,1.36136,0,0,0.62932,0.777146,180,100,1,0),(52410,188020,0,1,1,-1208.49,-2692.83,46.8874,-1.27409,0,0,0.594823,-0.803857,180,100,1,0),(52411,188020,0,1,1,-1201.78,-2649.42,46.8823,1.37881,0,0,0.636078,0.771625,180,100,1,0),(52412,188020,0,1,1,-1195.71,-2692.89,47.7851,-1.27409,0,0,0.594823,-0.803857,180,100,1,0),(52413,188020,0,1,1,-1158.16,-3538.43,49.144,2.47837,0,0,0.945519,0.325568,180,100,1,0),(52414,188020,0,1,1,-1108.75,-3547.86,49.8739,-0.20944,0,0,0.104528,-0.994522,180,100,1,0),(52415,188020,0,1,1,-10977.5,-3238.09,42.0362,-2.35619,0,0,0.92388,-0.382683,180,100,1,0),(52416,188020,0,1,1,-10927.5,-3216.47,41.3475,0.733038,0,0,0.358368,0.93358,180,100,1,0),(52417,188020,0,1,1,-9369.81,19.1569,62.0781,0.733038,0,0,0.358368,0.93358,180,100,1,0),(52418,188020,0,1,1,-9383.84,5.59738,60.8533,0.087266,0,0,0.043619,0.999048,180,100,1,0),(52419,188020,0,1,1,-9408.72,30.9777,58.2135,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(52420,188020,0,1,1,-5429,-480.547,397.033,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(52421,188020,0,1,1,-5403.73,-509.215,392.574,1.27409,0,0,0.594823,0.803857,180,100,1,0),(52422,188020,0,1,1,-6685.79,-2188.86,246.975,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(52423,188020,0,1,1,-7581.75,-2079.05,127.102,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(52424,188020,0,1,1,-7605.35,-2061.93,130.411,2.86234,0,0,0.990268,0.139173,180,100,1,0),(52425,188020,0,1,1,-5238.09,-2872.13,338.022,-2.68781,0,0,0.97437,-0.224951,180,100,1,0),(52426,188020,0,1,1,-7594.23,-2093.77,126.059,2.86234,0,0,0.990268,0.139173,180,100,1,0),(52427,188020,530,1,1,-547.467,2337.88,37.9344,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(52428,188020,0,1,1,-116.479,-815.205,56.3628,2.44346,0,0,0.939693,0.34202,180,100,1,0),(52429,188020,0,1,1,-151.913,-808.797,56.0974,2.54818,0,0,0.956305,0.292372,180,100,1,0),(52430,188020,0,1,1,605.727,1349.44,86.8345,0.488692,0,0,0.241922,0.970296,180,100,1,0),(52431,188020,0,1,1,581.606,1368.41,90.9465,0.383972,0,0,0.190809,0.981627,180,100,1,0),(52432,188020,1,1,1,-1113.47,119.971,152.753,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(52433,188020,0,1,1,-473.365,-4542.07,10.1714,1.85005,0,0,0.798636,0.601815,180,100,1,0),(52434,188020,0,1,1,1732.02,215.986,62.2949,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(52435,188020,530,1,1,49.3788,2584.39,68.722,0.453786,0,0,0.224951,0.97437,180,100,1,0),(52436,188020,530,1,1,-1202.53,7498.53,21.0599,2.9147,0,0,0.993572,0.113203,180,100,1,0),(52437,188020,530,1,1,-1216.63,7468.53,22.49,2.93215,0,0,0.994522,0.104528,180,100,1,0),(52438,188020,530,1,1,-1215.68,7501.47,20.3297,3.10669,0,0,0.999848,0.017452,180,100,1,0),(52439,188020,0,1,1,-4807.99,-1281.59,501.868,2.6529,0,0,0.970296,0.241922,180,100,1,0),(52440,188020,0,1,1,-4754.44,-1169.57,502.212,1.90241,0,0,0.814116,0.580703,180,100,1,0),(52441,188020,530,1,1,222.266,7685.1,23.125,0.575959,0,0,0.284015,0.95882,180,100,1,0),(52442,188020,530,1,1,198.918,7698.79,23.0752,-2.72271,0,0,0.978148,-0.207912,180,100,1,0),(52443,188020,1,1,1,1793.28,-4238.86,41.0188,3.08923,0,0,0.999657,0.026177,180,100,1,0),(52444,188020,1,1,1,1793.74,-4222.44,38.7068,-2.94961,0,0,0.995396,-0.095846,180,100,1,0),(52445,188020,0,1,1,-627.55,-525.591,33.2727,1.3439,0,0,0.622515,0.782608,180,100,1,0),(52446,188020,0,1,1,173.733,-2108.17,105.457,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(52447,188020,0,1,1,194.776,-2139.74,103.607,-2.77507,0,0,0.983255,-0.182235,180,100,1,0),(52448,188020,0,1,1,-10659.6,1041.41,33.7152,-0.418879,0,0,0.207912,-0.978148,180,100,1,0),(52449,188020,0,1,1,-3421.39,-954.848,10.7132,0.733038,0,0,0.358368,0.93358,180,100,1,0),(52450,188020,0,1,1,-3448.26,-930.942,9.75558,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(52451,188020,0,1,1,-10940.5,-3203.69,41.3475,-2.68781,0,0,0.97437,-0.224951,180,100,1,0),(52452,188020,0,1,1,-10969.5,-3248.83,42.321,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(52453,188020,0,1,1,-6687.7,-2206.12,249.452,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(52454,188020,0,1,1,-6710.58,-2204.03,249.482,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(52455,188020,0,1,1,-7610.36,-2087.8,126.871,2.96706,0,0,0.996195,0.087156,180,100,1,0),(52456,188020,0,1,1,-142.91,-794.234,55.8893,2.63545,0,0,0.968148,0.25038,180,100,1,0),(52457,188020,0,1,1,-5231.37,-2881.53,338.615,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(52458,188020,0,1,1,-4809.62,-1162.75,502.212,-2.98451,0,0,0.996917,-0.078459,180,100,1,0),(52459,188020,0,1,1,-4806.43,-1270.92,501.868,3.07178,0,0,0.999391,0.034899,180,100,1,0),(52460,188020,0,1,1,-4740.52,-1157.38,502.212,2.33874,0,0,0.920505,0.390731,180,100,1,0),(52461,188020,0,1,1,-8826.6,782.687,95.98,-2.35619,0,0,0.92388,-0.382683,180,100,1,0),(52462,188020,0,1,1,-8835.09,795.337,96.5591,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(52463,188021,1,1,1,-6773.76,537.391,-0.721476,-2.96706,0,0,0.996195,-0.087156,180,100,1,0),(52464,188021,1,1,1,-6992.13,915.109,9.60498,2.51327,0,0,0.951057,0.309017,180,100,1,0),(52465,188021,1,1,1,-6992.13,915.109,9.60498,2.51327,0,0,0.951057,0.309017,180,100,1,0),(52466,188021,1,1,1,-7226.96,-3854.92,11.9296,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(52467,188021,1,1,1,-7114.91,-3662.2,9.42602,2.51327,0,0,0.951057,0.309017,180,100,1,0),(52468,188021,1,1,1,6851.64,-4760.83,697.091,2.51327,0,0,0.951057,0.309017,180,100,1,0),(52469,188021,0,1,1,-8830.17,876.414,98.3099,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(52470,188021,1,1,1,-4578.48,416.081,41.4025,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(52471,188021,1,1,1,-5516.51,-2290.86,-58.8561,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(52472,188021,1,1,1,-3111.19,-2732.07,33.7267,3.10669,0,0,0.999848,0.017452,180,100,1,0),(52473,188021,530,1,1,35.5608,2593.78,69.0226,-2.60054,0,0,0.96363,-0.267238,180,100,1,0),(52474,188021,530,1,1,-1211.58,7484.72,21.3808,3.03687,0,0,0.99863,0.052336,180,100,1,0),(52475,188021,530,1,1,208.823,7690.72,22.8769,-2.72271,0,0,0.978148,-0.207912,180,100,1,0),(52476,188021,1,1,1,948.916,784.29,104.114,-2.42601,0,0,0.936672,-0.350207,180,100,1,0),(52477,188021,0,1,1,184.753,-2124.02,103.361,-2.82743,0,0,0.987688,-0.156434,180,100,1,0),(52478,188021,0,1,1,-14293.6,54.0578,0.975911,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(52479,188021,0,1,1,-10695.6,-1154.46,25.1664,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(52480,188021,0,1,1,-10942.2,-3226.93,41.3475,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(52481,188021,0,1,1,-1213.05,-2664.93,45.3511,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(52482,188021,1,1,1,9776.07,1009.47,1299.27,1.36136,0,0,0.62932,0.777146,180,100,1,0),(52483,188021,1,1,1,-6773.76,537.391,-0.721476,-2.96706,0,0,0.996195,-0.087156,180,100,1,0),(52484,188021,0,1,1,-10942.2,-3226.93,41.3475,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(52485,188021,1,1,1,-7226.96,-3854.92,11.9296,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(52486,188021,0,1,1,-5419.96,-492.847,397.046,3.05433,0,0,0.999048,0.043619,180,100,1,0),(52487,188021,0,1,1,-5241.81,-2895.4,337.946,1.90241,0,0,0.814116,0.580703,180,100,1,0),(52488,188021,1,1,1,-7114.91,-3662.2,9.42602,2.51327,0,0,0.951057,0.309017,180,100,1,0),(52489,188021,1,1,1,6845.89,-4562.44,709.176,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(52490,188021,1,1,1,2571.71,-483.191,108.609,1.69297,0,0,0.748956,0.66262,180,100,1,0),(52491,188021,1,1,1,2571.71,-483.191,108.609,1.69297,0,0,0.748956,0.66262,180,100,1,0),(52492,188021,0,1,1,592.367,1358.94,89.201,0.523599,0,0,0.258819,0.965926,180,100,1,0),(52493,188021,1,1,1,-56.1241,1258.36,90.3675,3.05433,0,0,0.999048,0.043619,180,100,1,0),(52494,188021,1,1,1,2013.09,-2347.33,89.5028,3.01942,0,0,0.998135,0.061049,180,100,1,0),(52495,188021,1,1,1,2013.09,-2347.33,89.5028,3.01942,0,0,0.998135,0.061049,180,100,1,0),(52496,188021,1,1,1,6312.27,511.183,17.4459,1.36136,0,0,0.62932,0.777146,180,100,1,0),(52497,188021,1,1,1,-3444.64,-4220.98,11.8088,2.56563,0,0,0.95882,0.284015,180,100,1,0),(52498,188021,1,1,1,-4403.24,3472.82,12.2067,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(52499,188021,1,1,1,-1853.02,3052.65,0.826276,2.80998,0,0,0.986286,0.165048,180,100,1,0),(52500,188021,1,1,1,-284.074,-2663.65,92.9454,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(52501,188021,1,1,1,8707.12,965.501,12.4303,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(52502,188021,1,1,1,1904.97,-4347.85,20.6055,2.72271,0,0,0.978148,0.207912,180,100,1,0),(52503,188021,530,1,1,-2548.23,4269.66,19.5186,-2.60054,0,0,0.96363,-0.267238,180,100,1,0),(52504,188021,1,1,1,-4578.48,416.081,41.4025,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(52505,188021,1,1,1,-1017.35,302.972,135.746,2.19912,0,0,0.891007,0.453991,180,100,1,0),(52506,188021,0,1,1,-10340.2,-3298.6,23.2041,1.90241,0,0,0.814116,0.580703,180,100,1,0),(52507,188021,0,1,1,-615.548,-542.602,35.3106,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(52508,188021,0,1,1,-615.548,-542.602,35.3106,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(52509,188021,0,1,1,-14293.6,54.0578,0.975911,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(52510,188021,0,1,1,-10648.7,1063.17,32.7385,-0.698132,0,0,0.34202,-0.939693,180,100,1,0),(52511,188021,0,1,1,-14371,123.315,1.16412,2.51327,0,0,0.951057,0.309017,180,100,1,0),(52512,188021,0,1,1,-14371,123.315,1.16412,2.51327,0,0,0.951057,0.309017,180,100,1,0),(52513,188021,0,1,1,-1213.05,-2664.93,45.3511,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(52514,188021,0,1,1,-1123.84,-3535.52,50.6187,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(52515,188021,0,1,1,-10695.6,-1154.46,25.1664,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(52516,188021,0,1,1,-9385.06,26.9296,60.5641,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(52517,188021,0,1,1,-7594.06,-2075.41,126.89,2.80998,0,0,0.986286,0.165048,180,100,1,0),(52518,188021,530,1,1,-520.233,2329.23,38.3287,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(52519,188021,0,1,1,-457.816,-4530.89,8.69254,1.90241,0,0,0.814116,0.580703,180,100,1,0),(52520,188021,0,1,1,-9425.81,-2115.15,66.3963,-1.97222,0,0,0.833886,-0.551937,180,100,1,0),(52521,188021,0,1,1,-3440.87,-944.775,9.97448,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(52522,188021,0,1,1,-6694.03,-2200.61,248.451,1.48353,0,0,0.67559,0.737277,180,100,1,0),(52523,188021,530,1,1,-1742.87,5335.56,-12.4281,2.68781,0,0,0.97437,0.224951,180,100,1,0),(52524,181376,1,1,1,1911.67,-4338.28,21.0705,-0.20944,0,0,-0.104529,0.994522,180,100,1,0),(52525,181376,1,1,1,952.051,777.035,104.564,0.680679,0,0,0.333807,0.942641,180,100,1,0),(52526,181376,1,1,1,-6770.11,525.704,-1.40053,1.98968,0,0,0.838671,0.544639,180,100,1,0),(52527,181376,1,1,1,-7216.54,-3859.86,11.9385,2.49582,0,0,0.948324,0.317305,180,100,1,0),(52528,181376,1,1,1,2558.2,-481.063,109.864,-3.12414,0,0,-0.999962,0.008727,180,100,1,0),(52529,181376,530,1,1,-2551.45,4278.53,21.0671,2.9147,0,0,0.993572,0.113203,180,100,1,0),(52530,181376,1,1,1,6327.62,512.529,17.8455,-0.645772,0,0,-0.317305,0.948324,180,100,1,0),(52531,181376,1,1,1,-3447.78,-4231.99,10.7959,3.10669,0,0,0.999848,0.017452,180,100,1,0),(52532,181376,1,1,1,-1862.61,3057.56,1.02826,1.74533,0,0,0.766044,0.642788,180,100,1,0),(52533,181376,1,1,1,-5514.53,-2299.76,-58.0544,-2.28638,0,0,-0.909961,0.414693,180,100,1,0),(52534,181376,1,1,1,8700.21,931.422,14.823,1.67552,0,0,0.743145,0.669131,180,100,1,0),(52535,181376,1,1,1,-3111.79,-2722.33,33.6734,2.05949,0,0,0.857167,0.515038,180,100,1,0),(52536,181376,530,1,1,-1212.49,7474.22,22.201,0.907571,0,0,0.438371,0.898794,180,100,1,0),(52537,181376,0,1,1,-604.142,-546.304,36.8859,-2.82743,0,0,-0.987688,0.156434,180,100,1,0),(52538,181376,0,1,1,-9434.69,-2112.27,66.1205,2.53073,0,0,0.953717,0.300706,180,100,1,0),(52539,181376,0,1,1,-10656.5,1054.6,32.7096,0.034907,0,0,0.017452,0.999848,180,100,1,0),(52540,181376,0,1,1,-3447.87,-938.649,11.1329,-0.925024,0,0,-0.446198,0.894934,180,100,1,0),(52541,181376,0,1,1,-14287.7,61.6437,0.655115,1.44862,0,0,0.66262,0.748956,180,100,1,0),(52542,181376,0,1,1,-1210.79,-2676.7,45.3282,2.58309,0,0,0.961262,0.275637,180,100,1,0),(52543,181376,0,1,1,-1210.79,-2676.7,45.3282,2.58309,0,0,0.961262,0.275637,180,100,1,0),(52544,181376,1,1,1,-6770.11,525.704,-1.40053,1.98968,0,0,0.838671,0.544639,180,100,1,0),(52545,181376,1,1,1,-7001.24,919.962,9.46301,-2.47837,0,0,-0.945519,0.325568,180,100,1,0),(52546,181376,1,1,1,-7216.54,-3859.86,11.9385,2.49582,0,0,0.948324,0.317305,180,100,1,0),(52547,181376,0,1,1,-6705.19,-2200.87,248.991,-0.942478,0,0,-0.453991,0.891006,180,100,1,0),(52548,181376,1,1,1,-7122.51,-3656.34,8.96796,-0.698132,0,0,-0.34202,0.939693,180,100,1,0),(52549,181376,1,1,1,-7122.51,-3656.34,8.96796,-0.698132,0,0,-0.34202,0.939693,180,100,1,0),(52550,181376,1,1,1,6855.75,-4564.04,708.236,1.76278,0,0,0.771625,0.636078,180,100,1,0),(52551,181376,0,1,1,-136.824,-802.029,55.2402,3.10669,0,0,0.999848,0.017452,180,100,1,0),(52552,181376,1,1,1,6859.69,-4767.05,696.693,-0.139626,0,0,-0.069756,0.997564,180,100,1,0),(52553,181376,1,1,1,-56.1942,1270.76,91.9554,1.43117,0,0,0.656059,0.75471,180,100,1,0),(52554,181376,1,1,1,2013.09,-2337.64,89.5348,1.81514,0,0,0.788011,0.615662,180,100,1,0),(52555,181376,1,1,1,-4573.11,406.873,41.7059,-1.67552,0,0,-0.743145,0.669131,180,100,1,0),(52556,181376,1,1,1,-272.763,-2662.68,91.6904,0.575959,0,0,0.284015,0.95882,180,100,1,0),(52557,181376,1,1,1,9779.08,1019.38,1299.76,2.09439,0,0,0.866025,0.5,180,100,1,0),(52558,181376,0,1,1,-10331.6,-3296.45,22.0657,2.70526,0,0,0.976296,0.21644,180,100,1,0),(52559,181376,0,1,1,-14287.7,61.6437,0.655115,1.44862,0,0,0.66262,0.748956,180,100,1,0),(52560,181376,0,1,1,-14375.5,115.608,1.44278,1.01229,0,0,0.48481,0.87462,180,100,1,0),(52561,181376,0,1,1,-14375.5,115.608,1.44278,1.01229,0,0,0.48481,0.87462,180,100,1,0),(52562,181376,0,1,1,-10704.9,-1147.3,25.261,-2.80998,0,0,-0.986286,0.165048,180,100,1,0),(52563,181376,0,1,1,-1135.58,-3533.07,51.1482,-0.715585,0,0,-0.350207,0.936672,180,100,1,0),(52564,181376,0,1,1,-10952.7,-3217.39,41.3475,0.767945,0,0,0.374607,0.927184,180,100,1,0),(52565,181376,0,1,1,-9395.2,36.6331,60.2707,1.79769,0,0,0.782608,0.622515,180,100,1,0),(52566,181376,0,1,1,-5405.14,-494.358,395.627,-0.331612,0,0,-0.165048,0.986286,180,100,1,0),(52567,181376,0,1,1,-7597.27,-2086.23,125.588,0.087266,0,0,0.043619,0.999048,180,100,1,0),(52568,181376,0,1,1,-5232.72,-2892.51,337.346,1.16937,0,0,0.551937,0.833886,180,100,1,0),(52569,181376,530,1,1,-528.312,2338.85,38.2417,2.49582,0,0,0.948324,0.317305,180,100,1,0),(52570,181376,0,1,1,586.982,1365.71,90.8387,0.069813,0,0,0.034899,0.999391,180,100,1,0),(52571,181376,1,1,1,-1027.8,296.424,135.746,2.82743,0,0,0.987688,0.156434,180,100,1,0),(52572,181376,0,1,1,-448.118,-4527.08,8.87813,0.017453,0,0,0.008727,0.999962,180,100,1,0),(52573,181376,0,1,1,1822.27,218.639,59.8924,-0.034907,0,0,-0.017452,0.999848,180,100,1,0),(52574,181376,530,1,1,40.8918,2587.14,68.6622,-2.80998,0,0,-0.986286,0.165048,180,100,1,0),(52575,181376,0,1,1,-4700.28,-1224.34,501.659,-2.14675,0,0,-0.878817,0.477159,180,100,1,0),(52576,181376,530,1,1,199.966,7687.5,22.409,0.837758,0,0,0.406737,0.913545,180,100,1,0),(52577,181376,0,1,1,-8837.04,857.657,98.7763,-2.07694,0,0,-0.861629,0.507538,180,100,1,0),(52578,181376,0,1,1,187.591,-2133.55,102.582,2.05949,0,0,0.857167,0.515038,180,100,1,0),(52579,181376,530,1,1,-1747.85,5326.29,-12.4281,-3.01942,0,0,-0.998135,0.061049,180,100,1,0),(52580,181388,530,1,1,-1802.65,5309.42,-11.1455,-0.541052,0,0,0.267238,-0.96363,180,100,1,0),(52581,181388,1,1,1,-1290.56,49.203,138.795,-1.76278,0,0,0.771625,-0.636078,180,100,1,0),(52582,181388,1,1,1,1639.59,-4445.7,16.3232,-1.36136,0,0,0.629321,-0.777146,180,100,1,0),(52583,181388,1,1,1,1640.67,-4445.25,16.3232,0.715585,0,0,0.350207,0.936672,180,100,1,0),(52584,181388,1,1,1,10145,2211.82,1331.84,-1.69297,0,0,0.748956,-0.66262,180,100,1,0),(52585,181388,1,1,1,10137.6,2226.17,1330.95,0.279253,0,0,0.139173,0.990268,180,100,1,0),(52586,181388,1,1,1,10139.6,2208.23,1331.84,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(52587,181388,1,1,1,10129.6,2220.79,1330.94,2.94961,0,0,0.995396,0.095846,180,100,1,0),(52588,181388,1,1,1,-1049.29,-3639.55,24.9887,-1.23918,0,0,0.580703,-0.814116,180,100,1,0),(52589,181388,1,1,1,9661.73,2505.73,1334.16,4.71239,0,0,0.707107,-0.707107,180,100,1,0),(52590,181388,530,1,1,-2075.84,5263.78,-36.261,1.76278,0,0,0.771625,0.636078,180,100,1,0),(52591,181388,530,1,1,-1781.08,5132.91,-34.7239,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(52592,181388,530,1,1,-1721.6,5491.37,-8.50778,-2.6529,0,0,0.970296,-0.241922,180,100,1,0),(52593,181388,530,1,1,-1719.89,5141.94,-34.7064,-1.91986,0,0,0.819152,-0.573576,180,100,1,0),(52594,181388,0,1,1,-9215.89,-2145.81,65.4233,1.01229,0,0,0.48481,0.87462,180,100,1,0),(52595,181388,0,1,1,-9221.36,-2160.02,64.8293,2.32129,0,0,0.91706,0.398749,180,100,1,0),(52596,181388,1,1,1,-444.25,-2649.06,97.8503,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(52597,181388,1,1,1,-6104.23,-1141.34,-184.911,0.698132,0,0,0.34202,0.939693,180,100,1,0),(52598,181388,1,1,1,-6165.39,-1115.85,-212.628,0.663225,0,0,0.325568,0.945519,180,100,1,0),(52599,181388,1,1,1,-6107.59,-1138.97,-185.335,-1.27409,0,0,0.594823,-0.803857,180,100,1,0),(52600,181388,1,1,1,-6104.23,-1141.34,-184.911,0.698132,0,0,0.34202,0.939693,180,100,1,0),(52601,181388,1,1,1,2349.08,-2577.25,103.558,0.959931,0,0,0.461749,0.887011,180,100,1,0),(52602,181388,1,1,1,252.293,1259.18,193.428,2.61799,0,0,0.965926,0.258819,180,100,1,0),(52603,181388,1,1,1,-4530.47,-779.77,-39.8633,0.279253,0,0,0.139173,0.990268,180,100,1,0),(52604,181388,1,1,1,-4530.47,-779.77,-39.8633,0.279253,0,0,0.139173,0.990268,180,100,1,0),(52605,181388,1,1,1,6684.68,-4679.01,722.819,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(52606,181388,1,1,1,3353.02,993.033,5.975,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(52607,181388,1,1,1,-5478.75,-2455.65,89.2837,0.15708,0,0,0.078459,0.996917,180,100,1,0),(52608,181388,0,1,1,-8856.15,671.781,98.8406,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(52609,181388,0,1,1,1682.87,232.56,-41.257,2.16421,0,0,0.882948,0.469472,180,100,1,0),(52610,181388,0,1,1,1691.12,232.09,-41.2572,2.44346,0,0,0.939693,0.34202,180,100,1,0),(52611,181388,0,1,1,1702.21,246.72,-41.2573,0.226893,0,0,0.113203,0.993572,180,100,1,0),(52612,181388,0,1,1,1715.13,232.002,-41.266,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(52613,181388,0,1,1,1690.85,246.782,-41.2577,1.09956,0,0,0.522499,0.85264,180,100,1,0),(52614,181388,0,1,1,1682.74,246.803,-41.2577,0.069813,0,0,0.034899,0.999391,180,100,1,0),(52615,181388,0,1,1,1701.38,241.146,-41.5217,1.309,0,0,0.608761,0.793353,180,100,1,0),(52616,181388,530,1,1,-2620.36,4458.41,38.2614,-2.94961,0,0,0.995396,-0.095846,180,100,1,0),(52617,181388,0,1,1,1605.69,276.238,-54.2526,-0.279253,0,0,0.139173,-0.990268,180,100,1,0),(52618,181388,0,1,1,1586.32,277.428,-54.2526,1.13446,0,0,0.5373,0.843391,180,100,1,0),(52619,181388,530,1,1,-2594.65,4471.62,38.0354,1.65806,0,0,0.737277,0.67559,180,100,1,0),(52620,181388,0,1,1,1590.35,206.828,-54.2666,2.9147,0,0,0.993572,0.113203,180,100,1,0),(52621,181388,530,1,1,-141.505,5538.12,32.4887,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(52622,181388,0,1,1,-4846.32,-864.108,502.844,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(52623,181388,0,1,1,-4881.06,-989.323,504.758,-1.02974,0,0,0.492424,-0.870356,180,100,1,0),(52624,181388,0,1,1,-4905.37,-979.254,503.518,-0.541052,0,0,0.267238,-0.96363,180,100,1,0),(52625,181388,0,1,1,-4890.23,-996.799,504.758,0.418879,0,0,0.207912,0.978148,180,100,1,0),(52626,181388,0,1,1,-4877.42,-986.308,504.758,-0.575959,0,0,0.284015,-0.95882,180,100,1,0),(52627,181388,0,1,1,-4895.29,-1001.13,504.758,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(52628,181388,0,1,1,-4886.38,-993.683,504.758,2.32129,0,0,0.91706,0.398749,180,100,1,0),(52629,181388,0,1,1,-4900.67,-975.41,503.491,2.70526,0,0,0.976296,0.21644,180,100,1,0),(52630,181388,0,1,1,2289.23,-5322.93,91.1979,1.5708,0,0,0.707107,0.707107,180,100,1,0),(52631,181388,0,1,1,-6675.52,-2227.77,278.585,0.261799,0,0,0.130526,0.991445,180,100,1,0),(52632,181388,0,1,1,-6673.99,-2174.42,246.237,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(52633,181388,0,1,1,-6648.33,-2144.74,246.538,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(52634,181388,0,1,1,-9457.85,28.5277,57.4864,3.14159,0,0,1,0,180,100,1,0),(52635,181388,1,1,1,-903.291,-3766.62,13.0199,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(52636,181388,1,1,1,-1042.04,-3663.87,24.75,1.44862,0,0,0.66262,0.748956,180,100,1,0),(52637,181388,1,1,1,-1058.84,-3665.57,24.7616,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(52638,181388,1,1,1,-1052.61,-3644.42,25.0929,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(52639,181388,1,1,1,-1044.61,-3669.45,24.718,1.50098,0,0,0.681998,0.731354,180,100,1,0),(52640,181388,0,1,1,-5586.72,-528.231,400.207,3.12414,0,0,0.999962,0.008727,180,100,1,0),(52641,181388,0,1,1,-6549,-1107.56,310.514,2.00713,0,0,0.843391,0.5373,180,100,1,0),(52642,181388,0,1,1,-6552.04,-1175.91,310.345,-0.820305,0,0,0.398749,-0.91706,180,100,1,0),(52643,181388,0,1,1,516.852,1632.28,105.776,1.58825,0,0,0.71325,0.700909,180,100,1,0),(52644,181388,0,1,1,523.949,1650.37,126.95,1.0821,0,0,0.515038,0.857167,180,100,1,0),(52645,181388,0,1,1,-5290.89,-2979.17,342.717,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(52646,181388,0,1,1,-14469,480.851,21.2494,0.087266,0,0,0.043619,0.999048,180,100,1,0),(52647,181388,0,1,1,-12416.6,132.127,4.49966,2.56563,0,0,0.95882,0.284015,180,100,1,0),(52648,181388,1,1,1,-6107.59,-1138.97,-185.335,-1.27409,0,0,0.594823,-0.803857,180,100,1,0),(52649,181388,0,1,1,-611.439,-4588.19,11.6871,-2.14675,0,0,0.878817,-0.477159,180,100,1,0),(52650,181388,0,1,1,-3819.95,-830.828,10.8967,1.67552,0,0,0.743145,0.669131,180,100,1,0),(52651,181388,1,1,1,150.625,1337.05,199.244,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(52652,181388,0,1,1,-20.4999,-929.375,57.5263,0.174533,0,0,0.087156,0.996195,180,100,1,0),(52653,181388,1,1,1,-4380.19,3284.42,14.8357,0.349066,0,0,0.173648,0.984808,180,100,1,0),(52654,181388,1,1,1,-5483.32,-2465.49,89.2837,-1.95477,0,0,0.829038,-0.559193,180,100,1,0),(52655,181388,530,1,1,-1729.21,5431.98,-11.1455,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(52656,181388,530,1,1,-1746.56,5164.54,-35.908,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(52657,181388,530,1,1,-1742.54,5152.64,-35.908,2.16421,0,0,0.882948,0.469472,180,100,1,0),(52658,181388,0,1,1,-9213.04,-2146.22,65.5149,-1.06465,0,0,0.507538,-0.861629,180,100,1,0),(52659,181388,0,1,1,-9234.33,-2161.91,65.4893,-1.39626,0,0,0.642788,-0.766044,180,100,1,0),(52660,181388,530,1,1,-2000.53,5353.68,-8.16344,3.01942,0,0,0.998135,0.061049,180,100,1,0),(52661,181388,530,1,1,-1750.6,5150.05,-36.3091,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(52662,181388,530,1,1,-1745.61,5335.91,-11.4698,-1.95477,0,0,0.829038,-0.559193,180,100,1,0),(52663,181388,0,1,1,-8919.73,636.243,100.627,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(52664,181388,1,1,1,9665.2,2510.76,1334.44,-1.97222,0,0,0.833886,-0.551937,180,100,1,0),(52665,181388,1,1,1,-1063.33,-3649.53,24.5443,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(52666,181388,1,1,1,-1044.61,-3669.45,24.718,1.50098,0,0,0.681998,0.731354,180,100,1,0),(52667,181388,1,1,1,-1054.79,-3658.57,25.0871,2.51327,0,0,0.951057,0.309017,180,100,1,0),(52668,181388,1,1,1,-417.337,-2655.72,97.55,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(52669,181388,1,1,1,-6165.39,-1115.85,-212.628,0.663225,0,0,0.325568,0.945519,180,100,1,0),(52670,181388,1,1,1,217.801,1240.77,198.988,1.64061,0,0,0.731354,0.681998,180,100,1,0),(52671,181388,0,1,1,1701.99,232.31,-41.2565,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(52672,181388,0,1,1,1701.35,237.729,-41.5009,2.1293,0,0,0.87462,0.48481,180,100,1,0),(52673,181388,0,1,1,1715.21,246.746,-41.2577,2.18166,0,0,0.887011,0.461749,180,100,1,0),(52674,181388,1,1,1,-4379.97,3293.85,14.8358,-0.733038,0,0,0.358368,-0.93358,180,100,1,0),(52675,181388,1,1,1,6685.85,-4671.19,722.623,-2.40855,0,0,0.93358,-0.358368,180,100,1,0),(52676,181388,1,1,1,-2376.47,-1990.9,96.7048,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(52677,181388,1,1,1,-5455.5,-2434.98,91.1256,-2.21657,0,0,0.894934,-0.446198,180,100,1,0),(52678,181388,0,1,1,2284.94,-5325.81,91.198,-0.575959,0,0,0.284015,-0.95882,180,100,1,0),(52679,181388,1,1,1,8702.25,964.546,13.658,-0.401426,0,0,0.199368,-0.979925,180,100,1,0),(52680,181388,0,1,1,-4899.35,-1004.48,504.758,-0.680679,0,0,0.333807,-0.942641,180,100,1,0),(52681,181388,1,1,1,-1016.53,300.686,136.663,1.29154,0,0,0.601815,0.798636,180,100,1,0),(52682,181388,0,1,1,-920.357,-3521.26,73.6843,2.94961,0,0,0.995396,0.095846,180,100,1,0),(52683,181388,0,1,1,-9459.09,18.5192,57.4722,2.98451,0,0,0.996917,0.078459,180,100,1,0),(52684,181388,0,1,1,-9458.96,20.6805,57.522,3.03687,0,0,0.99863,0.052336,180,100,1,0),(52685,181388,0,1,1,-5584.55,-533.062,404.42,0.872665,0,0,0.422618,0.906308,180,100,1,0),(52686,181388,0,1,1,-10511.3,-1159.81,29.2652,1.69297,0,0,0.748956,0.66262,180,100,1,0),(52687,181388,0,1,1,-6490.12,-1160.76,310.571,-0.383972,0,0,0.190809,-0.981627,180,100,1,0),(52688,181388,0,1,1,525.753,1632.43,105.706,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(52689,181388,0,1,1,-5391.71,-2954.99,322.928,1.06465,0,0,0.507538,0.861629,180,100,1,0),(52690,181388,0,1,1,-5306.09,-2945.34,335.283,-2.68781,0,0,0.97437,-0.224951,180,100,1,0),(52691,181388,0,1,1,-10501.2,-3263.9,21.9491,2.32129,0,0,0.91706,0.398749,180,100,1,0),(52692,181388,0,1,1,-10498.5,-3248.36,21.9547,-0.855212,0,0,0.414693,-0.909961,180,100,1,0),(52693,181388,0,1,1,-14464.6,485.528,21.2376,0.767945,0,0,0.374607,0.927184,180,100,1,0),(52694,181388,530,1,1,-2678.11,4454.6,38.0572,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(52695,181388,530,1,1,-2599.79,4443.03,37.4386,0.698132,0,0,0.34202,0.939693,180,100,1,0),(52696,181388,530,1,1,-2685.69,4418.35,37.6618,-0.890118,0,0,0.430511,-0.902585,180,100,1,0),(52697,181388,530,1,1,-2645.4,4457.86,37.4375,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(52698,181388,530,1,1,-2623.1,4461.81,38.2549,1.18682,0,0,0.559193,0.829038,180,100,1,0),(52699,181388,0,1,1,-11.5985,-940.376,58.6723,-2.77507,0,0,0.983255,-0.182235,180,100,1,0),(52700,181388,530,1,1,269.388,7849.44,24.4497,0.383972,0,0,0.190809,0.981627,180,100,1,0),(52701,181388,530,1,1,262.777,7854.16,24.1461,-1.78024,0,0,0.777146,-0.62932,180,100,1,0),(52702,181388,1,1,1,-1042.04,-3663.87,24.75,1.44862,0,0,0.66262,0.748956,180,100,1,0),(52703,181388,1,1,1,-1058.84,-3665.57,24.7616,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(52704,181388,1,1,1,-1056.23,-3663.13,24.7595,2.14675,0,0,0.878817,0.477159,180,100,1,0),(52705,181388,1,1,1,-415.872,-2709.62,98.5692,0.680678,0,0,0.333807,0.942641,180,100,1,0),(52706,181388,1,1,1,-396.492,-2659.77,97.3961,-2.96706,0,0,0.996195,-0.087156,180,100,1,0),(52707,181388,1,1,1,6696.89,-4665.74,722.892,-1.95477,0,0,0.829038,-0.559193,180,100,1,0),(52708,181388,1,1,1,-2370.76,-1981.86,96.7048,2.54818,0,0,0.956305,0.292372,180,100,1,0),(52709,181388,1,1,1,-2351.74,-1944.61,97.9292,-1.36136,0,0,0.629321,-0.777146,180,100,1,0),(52710,181388,1,1,1,-1051.15,-3668.03,24.7517,2.51327,0,0,0.951057,0.309017,180,100,1,0),(52711,181388,1,1,1,-1049.29,-3639.55,24.9887,-1.23918,0,0,0.580703,-0.814116,180,100,1,0),(52712,181388,1,1,1,-1061,-3645.97,24.5443,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(52713,181388,1,1,1,-403.975,-2629.13,98.1188,0.314159,0,0,0.156434,0.987688,180,100,1,0),(52714,181388,1,1,1,6685.82,-4669.19,722.595,2.60054,0,0,0.96363,0.267238,180,100,1,0),(52715,181388,1,1,1,-1063.33,-3649.53,24.5443,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(52716,181388,1,1,1,-425.223,-2581.53,98.9579,1.91986,0,0,0.819152,0.573576,180,100,1,0),(52717,181388,1,1,1,-394.663,-2643.33,97.0077,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(52718,181388,0,1,1,-8907.3,613.16,100.627,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(52719,181388,530,1,1,-1937.6,5316.97,-11.1455,-2.74017,0,0,0.979925,-0.199368,180,100,1,0),(52720,181388,530,1,1,-1778.8,5125.13,-34.7327,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(52721,181388,530,1,1,-1720.09,5141.12,-34.8121,-1.11701,0,0,0.529919,-0.848048,180,100,1,0),(52722,181388,530,1,1,-1722.68,5148.51,-34.7169,-0.296706,0,0,0.147809,-0.989016,180,100,1,0),(52723,181388,530,1,1,-1765.84,5145.41,-35.908,1.18682,0,0,0.559193,0.829038,180,100,1,0),(52724,181388,530,1,1,-1780.6,5132.85,-34.74,1.8326,0,0,0.793353,0.608761,180,100,1,0),(52725,181388,530,1,1,-1769.17,5158.03,-35.908,1.69297,0,0,0.748956,0.66262,180,100,1,0),(52726,181388,1,1,1,9666,2517.08,1333.64,0.820305,0,0,0.398749,0.91706,180,100,1,0),(52727,181388,0,1,1,1708.3,231.784,-41.2571,1.67552,0,0,0.743145,0.669131,180,100,1,0),(52728,181388,1,1,1,-1052.61,-3644.42,25.0929,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(52729,181388,1,1,1,-1059.21,-3662.72,24.7594,0.733038,0,0,0.358368,0.93358,180,100,1,0),(52730,181388,1,1,1,-1061.15,-3636.65,24.7179,0.820305,0,0,0.398749,0.91706,180,100,1,0),(52731,181388,1,1,1,-1059.21,-3662.72,24.7594,0.733038,0,0,0.358368,0.93358,180,100,1,0),(52732,181388,1,1,1,-903.291,-3766.62,13.0199,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(52733,181388,1,1,1,-1061.15,-3636.65,24.7179,0.820305,0,0,0.398749,0.91706,180,100,1,0),(52734,181388,1,1,1,-1051.15,-3668.03,24.7517,2.51327,0,0,0.951057,0.309017,180,100,1,0),(52735,181388,0,1,1,-9458.35,26.1867,57.5196,3.07178,0,0,0.999391,0.034899,180,100,1,0),(52736,181388,1,1,1,-1056.23,-3663.13,24.7595,2.14675,0,0,0.878817,0.477159,180,100,1,0),(52737,181388,1,1,1,-1054.79,-3658.57,25.0871,2.51327,0,0,0.951057,0.309017,180,100,1,0),(52738,181388,1,1,1,-1061,-3645.97,24.5443,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(52739,181388,0,1,1,-5380.71,-2963.9,322.919,-2.33874,0,0,0.920505,-0.390731,180,100,1,0),(52740,181388,0,1,1,-5355.94,-2968.55,324.759,-2.00713,0,0,0.843391,-0.5373,180,100,1,0),(52741,181388,0,1,1,-5351.62,-3010.59,327.137,-1.16937,0,0,0.551937,-0.833886,180,100,1,0),(52742,181388,0,1,1,-6507.24,-1196.07,309.971,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(52743,181388,0,1,1,-5330.2,-2991.02,326.176,1.3439,0,0,0.622515,0.782608,180,100,1,0),(52744,181388,0,1,1,530.298,1632.04,105.72,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(52745,181388,530,1,1,-1899.23,5148.15,-37.5036,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(52746,181388,530,1,1,-1722,5148.34,-34.7236,2.19912,0,0,0.891007,0.453991,180,100,1,0),(52747,181388,0,1,1,-14462.7,496.273,15.9521,0.855211,0,0,0.414693,0.909961,180,100,1,0),(52748,181388,0,1,1,-3812.26,-827.435,10.8926,0.855211,0,0,0.414693,0.909961,180,100,1,0),(52749,181388,0,1,1,-861.792,-558.962,12.3999,-1.79769,0,0,0.782608,-0.622515,180,100,1,0),(52750,181388,0,1,1,-8933.17,629.211,100.613,0.017453,0,0,0.008727,0.999962,180,100,1,0),(52751,181388,0,1,1,-910.9,-3521.17,74.0492,2.75762,0,0,0.981627,0.190809,180,100,1,0),(52752,181388,0,1,1,-908.414,-3497.37,71.9048,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(52753,181388,0,1,1,-928.086,-3525.72,72.941,-1.71042,0,0,0.75471,-0.656059,180,100,1,0),(52754,181388,0,1,1,-9457.85,10.693,58.1197,2.98451,0,0,0.996917,0.078459,180,100,1,0),(52755,181388,0,1,1,-949.308,-3534.78,71.867,-1.95477,0,0,0.829038,-0.559193,180,100,1,0),(52756,181388,0,1,1,-10529.2,-1163.1,29.2942,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(52757,181388,0,1,1,-5584.57,-528.398,401.642,0.296706,0,0,0.147809,0.989016,180,100,1,0),(52758,181388,0,1,1,-10511.7,-1154.17,29.2592,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(52759,181388,0,1,1,-10529.2,-1163.1,29.2942,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(52760,181388,0,1,1,-5438.36,-2927.97,348.564,-0.122173,0,0,0.061049,-0.998135,180,100,1,0),(52761,181388,0,1,1,-6511.58,-1150.62,308.748,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(52762,181388,0,1,1,398.6,-2098.24,132.437,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(52763,181388,0,1,1,-616.252,-4593.14,11.6871,-0.680679,0,0,0.333807,-0.942641,180,100,1,0),(52764,181388,0,1,1,-10622.1,1034.77,35.7158,0.401426,0,0,0.199368,0.979925,180,100,1,0),(52765,181388,0,1,1,-3820.03,-827.229,10.9121,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(52766,181388,530,1,1,-2615.61,4417.97,38.0382,0.733038,0,0,0.358368,0.93358,180,100,1,0),(52767,181388,530,1,1,-2617.32,4489.33,38.0447,2.02458,0,0,0.848048,0.529919,180,100,1,0),(52768,181388,530,1,1,230.446,7939.35,41.8973,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(52769,181388,0,1,1,-10528.9,-1166.75,29.3198,2.42601,0,0,0.936672,0.350207,180,100,1,0),(52770,181388,0,1,1,-10528.9,-1166.75,29.3198,2.42601,0,0,0.936672,0.350207,180,100,1,0),(52771,181388,0,1,1,-5215.37,-3103.75,304.076,-1.93731,0,0,0.824126,-0.566406,180,100,1,0),(52772,181388,0,1,1,-5357.49,-2963.3,324.702,0.837758,0,0,0.406737,0.913545,180,100,1,0),(52773,181388,0,1,1,-5386.33,-2965.83,322.919,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(52774,181388,0,1,1,-14462.7,496.273,15.9521,0.855211,0,0,0.414693,0.909961,180,100,1,0),(52775,181388,0,1,1,-14460.8,487.845,15.9519,0.802851,0,0,0.390731,0.920505,180,100,1,0),(52776,181388,0,1,1,-12435.3,219.279,4.25404,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(52777,181388,0,1,1,-12435.9,209.946,3.34432,-2.6529,0,0,0.970296,-0.241922,180,100,1,0),(52778,181388,0,1,1,9.4687,-870.325,58.7902,0.174533,0,0,0.087156,0.996195,180,100,1,0),(52779,181388,0,1,1,-858.528,-553.084,12.7741,2.05949,0,0,0.857167,0.515038,180,100,1,0),(52780,181388,0,1,1,-850.178,-568.419,11.7761,0.750492,0,0,0.366501,0.930418,180,100,1,0),(52781,181388,0,1,1,-9349.25,-2296.82,72.5472,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(52782,181388,530,1,1,-1728.95,5422.56,-11.1455,0.802851,0,0,0.390731,0.920505,180,100,1,0),(52783,181388,530,1,1,-1794.67,5314.32,-11.1455,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(52784,181388,0,1,1,-8920.66,606.056,100.606,1.0472,0,0,0.5,0.866025,180,100,1,0),(52785,181388,0,1,1,-10511.7,-1154.17,29.2592,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(52786,181388,0,1,1,-10511.3,-1159.81,29.2652,1.69297,0,0,0.748956,0.66262,180,100,1,0),(52787,181388,0,1,1,-5385.45,-2956.47,322.958,-0.733038,0,0,0.358368,-0.93358,180,100,1,0),(52788,181388,0,1,1,-14475.2,488.323,21.2422,2.94961,0,0,0.995396,0.095846,180,100,1,0),(52789,181388,0,1,1,-10664.2,1002.03,34.8183,3.00197,0,0,0.997564,0.069757,180,100,1,0),(52790,181388,0,1,1,-3828.61,-833.557,11.2566,3.00197,0,0,0.997564,0.069757,180,100,1,0),(52791,181388,0,1,1,-3796.98,-792.825,12.3271,0.15708,0,0,0.078459,0.996917,180,100,1,0),(52792,181388,0,1,1,-714.825,-508.338,28.123,1.55334,0,0,0.700909,0.71325,180,100,1,0),(52793,181388,0,1,1,-850.527,-581.358,12.8533,1.69297,0,0,0.748956,0.66262,180,100,1,0),(52794,181388,530,1,1,-2203.58,5405.21,53.8401,2.86234,0,0,0.990268,0.139173,180,100,1,0),(52795,181388,530,1,1,-2007.51,5367.37,-8.094,1.76278,0,0,0.771625,0.636078,180,100,1,0),(52796,181388,0,1,1,-14454.1,494.021,16.4246,-1.06465,0,0,0.507538,-0.861629,180,100,1,0),(52797,181388,0,1,1,-14468.6,488.556,21.2623,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(52798,181388,0,1,1,-14475.2,488.323,21.2422,2.94961,0,0,0.995396,0.095846,180,100,1,0),(52799,181388,0,1,1,-14458.7,503.042,15.9638,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(52800,181388,0,1,1,-3805.48,-787.764,10.3873,1.98968,0,0,0.838671,0.544639,180,100,1,0),(52801,181388,0,1,1,-9226.52,-2148.85,64.6001,-0.733038,0,0,0.358368,-0.93358,180,100,1,0),(52802,181388,0,1,1,-14469,480.851,21.2494,0.087266,0,0,0.043619,0.999048,180,100,1,0),(52803,181388,0,1,1,-14465.3,479.088,21.1853,1.64061,0,0,0.731354,0.681998,180,100,1,0),(52804,181388,0,1,1,-14464.6,485.528,21.2376,0.767945,0,0,0.374607,0.927184,180,100,1,0),(52805,181388,0,1,1,-3812.31,-831.06,10.8776,1.11701,0,0,0.529919,0.848048,180,100,1,0),(52806,181388,0,1,1,-14468.6,488.556,21.2623,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(52807,181388,0,1,1,-9229,-2162.65,64.8501,1.0472,0,0,0.5,0.866025,180,100,1,0),(52808,181388,0,1,1,-14458,486.097,15.9397,-3.00197,0,0,0.997564,-0.069756,180,100,1,0),(52809,181388,0,1,1,-14465.3,479.088,21.1853,1.64061,0,0,0.731354,0.681998,180,100,1,0),(52810,181388,0,1,1,-14460.8,487.845,15.9519,0.802851,0,0,0.390731,0.920505,180,100,1,0),(52811,181388,0,1,1,-14458.7,503.042,15.9638,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(52812,181388,0,1,1,-14454.1,494.021,16.4246,-1.06465,0,0,0.507538,-0.861629,180,100,1,0),(52813,181388,530,1,1,-2617.12,4460.9,38.2614,-0.418879,0,0,0.207912,-0.978148,180,100,1,0),(52814,181388,530,1,1,-2595.38,4436.87,37.6848,1.39626,0,0,0.642788,0.766044,180,100,1,0),(52815,181388,530,1,1,-2651.37,4447.32,37.9881,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(52816,181388,530,1,1,271.417,7860.49,24.6396,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(52817,181388,530,1,1,-1929.34,5312.43,-11.1455,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(52818,181388,530,1,1,-1728.32,5505.17,-8.59806,-0.401426,0,0,0.199368,-0.979925,180,100,1,0),(52819,181388,530,1,1,-1753.87,5159.52,-36.2605,1.13446,0,0,0.5373,0.843391,180,100,1,0),(52820,181388,530,1,1,-1902.82,5765.87,132.843,3.12414,0,0,0.999962,0.008727,180,100,1,0),(52821,181388,530,1,1,-2599.33,4475.96,37.7406,0.785398,0,0,0.382683,0.92388,180,100,1,0),(52822,181388,530,1,1,-2569.44,4436.64,40.1641,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(52823,181388,530,1,1,-143.547,5538.29,32.3804,0.750492,0,0,0.366501,0.930418,180,100,1,0),(52824,181388,530,1,1,-1759.77,5151.99,-36.2882,1.46608,0,0,0.669131,0.743145,180,100,1,0),(52825,181388,530,1,1,-2062.13,5316.04,-35.8235,0.541052,0,0,0.267238,0.96363,180,100,1,0),(52826,181388,530,1,1,-1897.72,5765.53,132.226,2.56563,0,0,0.95882,0.284015,180,100,1,0),(52827,181388,530,1,1,-2610.83,4436.56,37.4389,-1.78024,0,0,0.777146,-0.62932,180,100,1,0),(52828,181388,530,1,1,-2183.87,5398.43,53.5129,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(52829,181388,530,1,1,-1779.2,5124.32,-34.7468,-0.331612,0,0,0.165048,-0.986286,180,100,1,0),(52830,181388,530,1,1,-2664.81,4397.5,37.7526,0.15708,0,0,0.078459,0.996917,180,100,1,0),(52831,181388,530,1,1,-2642.75,4478.69,39.0087,2.53073,0,0,0.953717,0.300706,180,100,1,0),(52832,181388,530,1,1,-2655.34,4383.74,38.1268,0.925024,0,0,0.446198,0.894934,180,100,1,0),(52833,181388,530,1,1,-198.731,5473.05,23.8779,0.994838,0,0,0.477159,0.878817,180,100,1,0),(52834,181388,530,1,1,-1907.95,5781.61,132.902,0.383972,0,0,0.190809,0.981627,180,100,1,0),(52835,181388,530,1,1,-2619.65,4464.56,38.2362,1.29154,0,0,0.601815,0.798636,180,100,1,0),(52836,181388,530,1,1,-2612,4376.58,37.3173,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(52837,181389,530,1,1,-2132.69,5479.24,90.53,0.314159,0,0,0.156434,0.987688,180,100,1,0),(52838,181389,530,1,1,-1681.29,5145.89,-15.7896,2.21657,0,0,0.894934,0.446198,180,100,1,0),(52839,181389,530,1,1,-1614.62,5494.62,-17.041,-2.98451,0,0,0.996917,-0.078459,180,100,1,0),(52840,181389,530,1,1,-1604.81,5444.83,-17.9287,-2.96706,0,0,0.996195,-0.087156,180,100,1,0),(52841,181389,530,1,1,-1629.16,5213.76,-17.4348,2.47837,0,0,0.945519,0.325568,180,100,1,0),(52842,181389,0,1,1,-9235.65,-2198.99,81.7134,3.14159,0,0,1,0,180,100,1,0),(52843,181389,530,1,1,-1725.36,5731.83,185.426,1.76278,0,0,0.771625,0.636078,180,100,1,0),(52844,181389,1,1,1,-3684.72,-4550.48,21.4914,0.453786,0,0,0.224951,0.97437,180,100,1,0),(52845,181389,1,1,1,-5437.2,-2429.24,93.3418,-1.09956,0,0,0.522499,-0.85264,180,100,1,0),(52846,181389,0,1,1,-9085.24,418.316,121.565,-2.49582,0,0,0.948324,-0.317305,180,100,1,0),(52847,181389,0,1,1,-5003.48,-983.329,510.498,-0.488692,0,0,0.241922,-0.970296,180,100,1,0),(52848,181389,0,1,1,-4971.15,-937.866,510.349,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(52849,181389,0,1,1,1594.39,52.9281,-50.7143,1.5708,0,0,0.707107,0.707107,180,100,1,0),(52850,181389,0,1,1,1783.2,237.736,-50.6241,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(52851,181389,530,1,1,-621.886,2768.66,82.2401,0.959931,0,0,0.461749,0.887011,180,100,1,0),(52852,181389,530,1,1,187.637,2705.86,98.2402,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(52853,181389,530,1,1,190.789,2675.96,98.2531,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(52854,181389,1,1,1,-3884.88,-4538.85,23.8499,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(52855,181389,1,1,1,-3831.23,-4596.93,23.9426,-2.60054,0,0,0.96363,-0.267238,180,100,1,0),(52856,181389,530,1,1,-1586.88,5351.19,-16.5735,-3.00197,0,0,0.997564,-0.069756,180,100,1,0),(52857,181389,530,1,1,-1888.89,5866.83,174.608,-1.16937,0,0,0.551937,-0.833886,180,100,1,0),(52858,181389,1,1,1,-3703.81,-4511.26,21.8789,0.453786,0,0,0.224951,0.97437,180,100,1,0),(52859,181389,0,1,1,1696.17,524.719,-3.46358,0.767945,0,0,0.374607,0.927184,180,100,1,0),(52860,181389,0,1,1,1702.95,531.196,-3.75742,-2.40855,0,0,0.93358,-0.358368,180,100,1,0),(52861,181389,0,1,1,1719.17,239.088,-24.511,0,0,0,0,1,180,100,1,0),(52862,181389,0,1,1,-4672.9,-992.939,510.192,0.575959,0,0,0.284015,0.95882,180,100,1,0),(52863,181389,0,1,1,-4720.98,-1235.2,510.423,2.1293,0,0,0.87462,0.48481,180,100,1,0),(52864,181389,0,1,1,-3757.12,-809.07,26.3116,2.6529,0,0,0.970296,0.241922,180,100,1,0),(52865,181389,0,1,1,-3725.23,-766.948,26.0786,1.0821,0,0,0.515038,0.857167,180,100,1,0),(52866,181389,1,1,1,9906.45,2306.75,1340.89,1.55334,0,0,0.700909,0.71325,180,100,1,0),(52867,181389,530,1,1,-597.935,2751.37,82.6068,0.959931,0,0,0.461749,0.887011,180,100,1,0),(52868,181389,1,1,1,9995.74,2309.05,1340.94,1.74533,0,0,0.766044,0.642788,180,100,1,0),(52869,181389,0,1,1,-4928.49,-902.764,510.451,-0.994838,0,0,0.477159,-0.878817,180,100,1,0),(52870,181389,0,1,1,-4931.61,-1206.36,509.64,-2.32129,0,0,0.91706,-0.398749,180,100,1,0),(52871,181389,0,1,1,-4878.06,-879.947,510.242,-1.25664,0,0,0.587785,-0.809017,180,100,1,0),(52872,181389,0,1,1,1408.34,241.411,-50.6636,0.017453,0,0,0.008727,0.999962,180,100,1,0),(52873,181389,530,1,1,-1826.15,5109.66,-17.3643,1.43117,0,0,0.656059,0.75471,180,100,1,0),(52874,181389,530,1,1,-1596.01,5391.45,-17.6645,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(52875,181389,0,1,1,-4700.94,-958.901,510.295,0.820305,0,0,0.398749,0.91706,180,100,1,0),(52876,181389,0,1,1,-4959.71,-1172.35,509.83,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(52877,181389,0,1,1,-4684.72,-1205.31,510.45,2.35619,0,0,0.92388,0.382683,180,100,1,0),(52878,181389,0,1,1,-3736.75,-770.748,26.2595,2.6529,0,0,0.970296,0.241922,180,100,1,0),(52879,181389,0,1,1,-38.6813,-946.218,64.4312,1.20428,0,0,0.566406,0.824126,180,100,1,0),(52880,181389,530,1,1,-2665.08,4468.28,49.8341,2.98451,0,0,0.996917,0.078459,180,100,1,0),(52881,181389,530,1,1,-2591.57,4496.9,49.6032,0.925024,0,0,0.446198,0.894934,180,100,1,0),(52882,181389,0,1,1,-3684.41,-798.558,26.1997,-0.488692,0,0,0.241922,-0.970296,180,100,1,0),(52883,181389,0,1,1,-3705.14,-837.566,26.0815,-0.488692,0,0,0.241922,-0.970296,180,100,1,0),(52884,181389,0,1,1,-3659.68,-855.64,12.3937,-0.488692,0,0,0.241922,-0.970296,180,100,1,0),(52885,181389,530,1,1,-1722.74,5122.33,-16.1381,1.90241,0,0,0.814116,0.580703,180,100,1,0),(52886,181389,530,1,1,-1914.49,5119.9,-16.3917,1.3439,0,0,0.622515,0.782608,180,100,1,0),(52887,181389,530,1,1,-2092.96,5273.69,-16.4648,0.488692,0,0,0.241922,0.970296,180,100,1,0),(52888,181389,0,1,1,327.61,-2116.97,121.839,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(52889,181389,0,1,1,-3753.53,-821.631,26.2235,-2.05949,0,0,0.857167,-0.515038,180,100,1,0),(52890,181389,0,1,1,-3716.69,-841.232,26.0287,-2.05949,0,0,0.857167,-0.515038,180,100,1,0),(52891,181389,0,1,1,-3645.15,-829.442,12.2435,-0.523599,0,0,0.258819,-0.965926,180,100,1,0),(52892,181389,0,1,1,-3687.16,-787.194,26.0925,1.0821,0,0,0.515038,0.857167,180,100,1,0),(52893,181389,530,1,1,-2574.93,4454.94,49.4469,-0.122173,0,0,0.061049,-0.998135,180,100,1,0),(52894,181389,530,1,1,-2603.05,4419.24,49.3594,-1.18682,0,0,0.559193,-0.829037,180,100,1,0),(52895,181389,530,1,1,-1778.17,5113.7,-16.2782,1.64061,0,0,0.731354,0.681998,180,100,1,0),(52896,181389,530,1,1,-2109.01,5318.35,-16.8746,0.122173,0,0,0.061049,0.998135,180,100,1,0),(52897,181389,530,1,1,-2076.93,5247.73,-18.1259,0.715585,0,0,0.350207,0.936672,180,100,1,0),(52898,181389,530,1,1,-2649.04,4426.32,49.6385,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(52899,181389,530,1,1,-1880.74,5115.03,-17.3779,1.43117,0,0,0.656059,0.75471,180,100,1,0),(52900,181389,530,1,1,-2001.1,5173.34,-16.6093,0.872665,0,0,0.422618,0.906308,180,100,1,0),(52901,181389,530,1,1,-1607.47,5251.37,-16.2881,2.72271,0,0,0.978148,0.207912,180,100,1,0),(52902,181389,530,1,1,-2038.89,5208.71,-17.9341,0.715585,0,0,0.350207,0.936672,180,100,1,0),(52903,181389,530,1,1,-1661.08,5169.22,-17.297,2.47837,0,0,0.945519,0.325568,180,100,1,0),(52904,181389,530,1,1,-1937.85,5844.37,174.749,-1.16937,0,0,0.551937,-0.833886,180,100,1,0),(52905,181389,530,1,1,-1723.07,5711.83,183.974,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(52906,181389,530,1,1,-2108.51,5552.2,90.3296,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(52907,181389,530,1,1,-1791.87,5754.81,185.447,0.872665,0,0,0.422618,0.906308,180,100,1,0),(52908,181389,530,1,1,-1805.76,5740.25,183.839,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(52909,181389,530,1,1,-1834.12,5884.25,175.515,-1.3439,0,0,0.622515,-0.782608,180,100,1,0),(52910,181390,1,1,1,7902.82,-2485,492.101,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(52911,181390,1,1,1,7945.49,-2394.95,491.892,0.017453,0,0,0.008727,0.999962,180,100,1,0),(52912,181390,1,1,1,-927.979,-3711.3,22.0156,-2.74017,0,0,0.979925,-0.199368,180,100,1,0),(52913,181390,1,1,1,-924.962,-3723.77,22.505,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(52914,181390,1,1,1,10091.1,2264.78,1346.51,0.471239,0,0,0.233445,0.97237,180,100,1,0),(52915,181390,1,1,1,-924.962,-3723.77,22.505,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(52916,181390,1,1,1,-918.484,-3734.15,21.278,-2.75762,0,0,0.981627,-0.190809,180,100,1,0),(52917,181390,1,1,1,-6143.81,-1095.22,-198.253,2.75762,0,0,0.981627,0.190809,180,100,1,0),(52918,181390,1,1,1,-6143.81,-1095.22,-198.253,2.75762,0,0,0.981627,0.190809,180,100,1,0),(52919,181390,1,1,1,2698.79,-3838.18,105.967,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(52920,181390,1,1,1,2699.54,-3900.95,108.357,1.51844,0,0,0.688355,0.725374,180,100,1,0),(52921,181390,1,1,1,2698.79,-3838.18,105.967,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(52922,181390,1,1,1,6397.84,511.329,10.7327,-1.88496,0,0,0.809017,-0.587785,180,100,1,0),(52923,181390,1,1,1,6413.29,508.734,11.4374,1.29154,0,0,0.601815,0.798636,180,100,1,0),(52924,181390,1,1,1,229.3,1265.46,194.758,0.174533,0,0,0.087156,0.996195,180,100,1,0),(52925,181390,1,1,1,-4359.23,3272,16.2406,3.00197,0,0,0.997564,0.069757,180,100,1,0),(52926,181390,1,1,1,-4358.35,3305.18,16.4366,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(52927,181390,1,1,1,-4386.24,3281.04,16.864,-0.05236,0,0,0.026177,-0.999657,180,100,1,0),(52928,181390,1,1,1,2743.48,-418.816,114.023,-0.331612,0,0,0.165048,-0.986286,180,100,1,0),(52929,181390,1,1,1,2751.52,-396.559,114.056,2.54818,0,0,0.956305,0.292372,180,100,1,0),(52930,181390,1,1,1,-5460.99,-2459.12,92.2061,0.20944,0,0,0.104528,0.994522,180,100,1,0),(52931,181390,1,1,1,904.554,928.819,108.48,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(52932,181390,1,1,1,915.703,905.675,108.222,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(52933,181390,1,1,1,921.162,913.809,108.265,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(52934,181390,0,1,1,-8612.71,504.637,115.304,0.575959,0,0,0.284015,0.95882,180,100,1,0),(52935,181390,1,1,1,7975.64,-2417.11,491.864,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(52936,181390,530,1,1,213.939,7927.58,30.981,0.418879,0,0,0.207912,0.978148,180,100,1,0),(52937,181390,0,1,1,2303.66,-5354.37,95.2214,2.18166,0,0,0.887011,0.461749,180,100,1,0),(52938,181390,1,1,1,-1204.61,25.1163,181.123,0.750492,0,0,0.366501,0.930418,180,100,1,0),(52939,181390,0,1,1,-9480.74,20.5973,60.0708,2.98451,0,0,0.996917,0.078459,180,100,1,0),(52940,181390,0,1,1,-1231.58,-2505.85,25.4871,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(52941,181390,0,1,1,-11051.7,-3382.57,71.7589,0.575959,0,0,0.284015,0.95882,180,100,1,0),(52942,181390,0,1,1,-11021.9,-3340.56,72.6192,1.81514,0,0,0.788011,0.615662,180,100,1,0),(52943,181390,0,1,1,-10997.6,-3334.72,72.7626,1.85005,0,0,0.798636,0.601815,180,100,1,0),(52944,181390,0,1,1,-11027.3,-3420.09,71.9022,0.575959,0,0,0.284015,0.95882,180,100,1,0),(52945,181390,1,1,1,9737.77,2294.83,1346.49,-0.698132,0,0,0.34202,-0.939693,180,100,1,0),(52946,181390,1,1,1,-918.484,-3734.15,21.278,-2.75762,0,0,0.981627,-0.190809,180,100,1,0),(52947,181390,0,1,1,-5585.39,-461.506,404.85,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(52948,181390,0,1,1,-10572.3,-1130.3,44.018,-1.39626,0,0,0.642788,-0.766044,180,100,1,0),(52949,181390,0,1,1,-9493.9,-1185.91,54.3465,1.64061,0,0,0.731354,0.681998,180,100,1,0),(52950,181390,0,1,1,-12387,127.134,5.87779,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(52951,181390,0,1,1,-12375,230.694,5.72845,2.51327,0,0,0.951057,0.309017,180,100,1,0),(52952,181390,0,1,1,-12396.3,128.43,5.89285,-0.541052,0,0,0.267238,-0.96363,180,100,1,0),(52953,181390,0,1,1,-10465.7,-3258.41,25.3887,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(52954,181390,1,1,1,-6154.32,-1069.71,-193.003,-1.13446,0,0,0.5373,-0.843391,180,100,1,0),(52955,181390,1,1,1,-6169.52,-1112.25,-207.869,2.77507,0,0,0.983255,0.182236,180,100,1,0),(52956,181390,1,1,1,6411.69,506.964,10.6824,-1.8675,0,0,0.803857,-0.594823,180,100,1,0),(52957,181390,1,1,1,236.95,1233.69,194.749,0.366519,0,0,0.182236,0.983255,180,100,1,0),(52958,181390,0,1,1,-47.1617,-893.575,61.6409,1.69297,0,0,0.748956,0.66262,180,100,1,0),(52959,181390,1,1,1,-4385.32,3313.15,15.6846,2.86234,0,0,0.990268,0.139173,180,100,1,0),(52960,181390,1,1,1,-4385.8,3297.98,16.7664,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(52961,181390,1,1,1,2735.26,-441.959,113.966,3.05433,0,0,0.999048,0.043619,180,100,1,0),(52962,181390,1,1,1,896.867,914.912,108.917,0.977384,0,0,0.469472,0.882948,180,100,1,0),(52963,181390,530,1,1,-1785.04,5286.28,-7.83177,2.09439,0,0,0.866025,0.5,180,100,1,0),(52964,181390,1,1,1,7949.42,-2427.74,491.886,0.244346,0,0,0.121869,0.992546,180,100,1,0),(52965,181390,1,1,1,7870.19,-2488.41,492.335,-1.36136,0,0,0.629321,-0.777146,180,100,1,0),(52966,181390,530,1,1,-1867.04,5666.15,133.531,1.39626,0,0,0.642788,0.766044,180,100,1,0),(52967,181390,530,1,1,-1738.64,5649.23,134.234,1.51844,0,0,0.688355,0.725374,180,100,1,0),(52968,181390,0,1,1,-8656.22,844.977,108.954,-0.855212,0,0,0.414693,-0.909961,180,100,1,0),(52969,181390,0,1,1,-8740.8,579.024,109.82,-0.785398,0,0,0.382683,-0.92388,180,100,1,0),(52970,181390,1,1,1,-1200.74,40.0504,180.859,-1.3439,0,0,0.622515,-0.782608,180,100,1,0),(52971,181390,1,1,1,9821.78,2252.39,1346.21,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(52972,181390,1,1,1,9857.45,2344.73,1334.97,2.89725,0,0,0.992546,0.121869,180,100,1,0),(52973,181390,1,1,1,-927.979,-3711.3,22.0156,-2.74017,0,0,0.979925,-0.199368,180,100,1,0),(52974,181390,1,1,1,-6169.52,-1112.25,-207.869,2.77507,0,0,0.983255,0.182236,180,100,1,0),(52975,181390,1,1,1,6397,513.868,11.225,1.13446,0,0,0.5373,0.843391,180,100,1,0),(52976,181390,1,1,1,261.44,1247.55,194.628,-2.96706,0,0,0.996195,-0.087156,180,100,1,0),(52977,181390,1,1,1,260.15,1253.55,195.555,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(52978,181390,1,1,1,257.541,1263.82,194.533,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(52979,181390,1,1,1,258.928,1258.42,195.461,-2.96706,0,0,0.996195,-0.087156,180,100,1,0),(52980,181390,1,1,1,-4386.4,3264.86,15.5737,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(52981,181390,1,1,1,-5465.35,-2448.56,92.0591,0.471239,0,0,0.233445,0.97237,180,100,1,0),(52982,181390,0,1,1,2308.86,-5350.87,95.3697,2.14675,0,0,0.878817,0.477159,180,100,1,0),(52983,181390,0,1,1,2288.59,-5333.11,106.25,-2.53073,0,0,0.953717,-0.300706,180,100,1,0),(52984,181390,0,1,1,2289.11,-5327.51,99.5715,2.11185,0,0,0.870356,0.492424,180,100,1,0),(52985,181390,0,1,1,-862.367,-3506.7,74.4211,-0.733038,0,0,0.358368,-0.93358,180,100,1,0),(52986,181390,0,1,1,-1044.58,-3546.01,57.1398,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(52987,181390,1,1,1,7889.29,-2513.85,492.001,1.71042,0,0,0.75471,0.656059,180,100,1,0),(52988,181390,0,1,1,-6667.58,-2235.47,281.012,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(52989,181390,0,1,1,-9471.54,40.8966,59.861,1.48353,0,0,0.67559,0.737277,180,100,1,0),(52990,181390,0,1,1,-9479.36,31.945,59.9563,3.07178,0,0,0.999391,0.034899,180,100,1,0),(52991,181390,0,1,1,-10954,-3367.73,71.8739,2.9147,0,0,0.993572,0.113203,180,100,1,0),(52992,181390,0,1,1,-10964,-3410.87,71.8605,2.9147,0,0,0.993572,0.113203,180,100,1,0),(52993,181390,0,1,1,-5580.91,-418.452,400.419,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(52994,181390,0,1,1,-10572.4,-1129.75,53.6562,-1.41372,0,0,0.649448,-0.760406,180,100,1,0),(52995,181390,0,1,1,-12383.3,230.635,5.57705,0.890118,0,0,0.430511,0.902585,180,100,1,0),(52996,181390,530,1,1,244.106,7939.5,31.1358,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(52997,181390,530,1,1,237.049,7913.6,30.7482,1.97222,0,0,0.833886,0.551937,180,100,1,0),(52998,181390,1,1,1,-915.304,-3745.18,21.9903,-2.80998,0,0,0.986286,-0.165048,180,100,1,0),(52999,181390,1,1,1,-6154.32,-1069.71,-193.003,-1.13446,0,0,0.5373,-0.843391,180,100,1,0),(53000,181390,1,1,1,7973.51,-2400.24,491.738,-3.03687,0,0,0.99863,-0.052336,180,100,1,0),(53001,181390,1,1,1,-1175.14,-48.8111,167.614,3.07178,0,0,0.999391,0.034899,180,100,1,0),(53002,181390,1,1,1,9696.47,2532.07,1339.74,0,0,0,0,1,180,100,1,0),(53003,181390,1,1,1,10072.8,2344.4,1335.17,-0.733038,0,0,0.358368,-0.93358,180,100,1,0),(53004,181390,1,1,1,9798.35,2309.28,1330.56,-1.8675,0,0,0.803857,-0.594823,180,100,1,0),(53005,181390,1,1,1,-1146.22,17.2813,150.335,0.488692,0,0,0.241922,0.970296,180,100,1,0),(53006,181390,1,1,1,-1248.75,-62.7547,170.309,0.087266,0,0,0.043619,0.999048,180,100,1,0),(53007,181390,1,1,1,9696.83,2518.31,1339.86,0.05236,0,0,0.026177,0.999657,180,100,1,0),(53008,181390,0,1,1,-8468.74,686.889,110.725,2.21657,0,0,0.894934,0.446198,180,100,1,0),(53009,181390,0,1,1,-8822.07,652.003,95.9321,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(53010,181390,0,1,1,-8842.43,716.519,109.501,2.02458,0,0,0.848048,0.529919,180,100,1,0),(53011,181390,0,1,1,-8511.38,527.79,110.699,0.663225,0,0,0.325568,0.945519,180,100,1,0),(53012,181390,0,1,1,-8588.41,706.813,108.989,2.18166,0,0,0.887011,0.461749,180,100,1,0),(53013,181390,530,1,1,-1948.56,5289.85,-7.48382,1.0472,0,0,0.5,0.866025,180,100,1,0),(53014,181390,530,1,1,-1699.82,5426.39,-7.90853,3.14159,0,0,1,0,180,100,1,0),(53015,181390,1,1,1,9695.81,2338.86,1340.98,2.18166,0,0,0.887011,0.461749,180,100,1,0),(53016,181390,1,1,1,-1189.54,36.9993,180.617,-2.40855,0,0,0.93358,-0.358368,180,100,1,0),(53017,181390,1,1,1,-1085.99,5.73009,147.634,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(53018,181390,0,1,1,2294.69,-5329.12,106.062,0.628319,0,0,0.309017,0.951057,180,100,1,0),(53019,181390,1,1,1,10147.9,2358.49,1341.1,1.309,0,0,0.608761,0.793353,180,100,1,0),(53020,181390,1,1,1,-1192.92,22.2192,181.24,1.90241,0,0,0.814116,0.580703,180,100,1,0),(53021,181390,0,1,1,-862.495,-3516.83,74.7292,-0.05236,0,0,0.026177,-0.999657,180,100,1,0),(53022,181390,1,1,1,-915.304,-3745.18,21.9903,-2.80998,0,0,0.986286,-0.165048,180,100,1,0),(53023,181390,0,1,1,-9453.22,31.2092,59.9894,-0.139626,0,0,0.069756,-0.997564,180,100,1,0),(53024,181390,0,1,1,-9455.24,14.6579,60.0177,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(53025,181390,0,1,1,-6669.01,-2174.73,253.478,-2.19912,0,0,0.891007,-0.45399,180,100,1,0),(53026,181390,0,1,1,-5573.33,-461.346,404.843,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(53027,181390,0,1,1,-5592.18,-532.534,401.91,1.55334,0,0,0.700909,0.71325,180,100,1,0),(53028,181390,1,1,1,-1423.93,-109.049,167.31,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(53029,181390,0,1,1,-9542.78,-1210.2,52.139,2.51327,0,0,0.951057,0.309017,180,100,1,0),(53030,181390,0,1,1,506.051,1630.96,134.84,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(53031,181390,0,1,1,-8743.36,695.376,110.7,0.628319,0,0,0.309017,0.951057,180,100,1,0),(53032,181390,0,1,1,-8883.68,758.493,105.122,-0.907571,0,0,0.438371,-0.898794,180,100,1,0),(53033,181390,0,1,1,-8665.59,741.219,108.801,0.733038,0,0,0.358368,0.93358,180,100,1,0),(53034,181390,0,1,1,-8811.8,808.563,110.495,-2.49582,0,0,0.948324,-0.317305,180,100,1,0),(53035,181390,0,1,1,-1024.36,-3511.44,66.9733,-2.00713,0,0,0.843391,-0.5373,180,100,1,0),(53036,181390,0,1,1,-1044.43,-3555.74,57.3637,2.40855,0,0,0.93358,0.358368,180,100,1,0),(53037,181390,0,1,1,-5576.64,-514.956,405.19,0.069813,0,0,0.034899,0.999391,180,100,1,0),(53038,181390,0,1,1,-10542.9,-1171.71,41.3216,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(53039,181390,0,1,1,-10572.3,-1130.3,44.018,-1.39626,0,0,0.642788,-0.766044,180,100,1,0),(53040,181390,0,1,1,-10542.9,-1171.71,41.3216,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(53041,181390,0,1,1,-10572.6,-1131.64,32.7838,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(53042,181390,0,1,1,-10466.7,-3264.36,25.5861,-0.15708,0,0,0.078459,-0.996917,180,100,1,0),(53043,181390,0,1,1,-8803.75,653.544,97.3249,-1.79769,0,0,0.782608,-0.622515,180,100,1,0),(53044,181390,0,1,1,-8811.44,655.375,97.0114,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(53045,181390,0,1,1,-8719.57,507.913,107.537,2.18166,0,0,0.887011,0.461749,180,100,1,0),(53046,181390,0,1,1,-915.311,-3517.03,77.4884,1.55334,0,0,0.700909,0.71325,180,100,1,0),(53047,181390,0,1,1,-992.819,-3562.01,63.1755,-3.08923,0,0,0.999657,-0.026177,180,100,1,0),(53048,181390,0,1,1,-12329.9,170.303,6.19316,1.18682,0,0,0.559193,0.829038,180,100,1,0),(53049,181390,0,1,1,-24.6954,-931.247,65.3647,2.70526,0,0,0.976296,0.21644,180,100,1,0),(53050,181390,0,1,1,-165.549,-903.134,69.6598,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(53051,181390,0,1,1,-10572.6,-1131.64,32.7838,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(53052,181390,0,1,1,-10572.4,-1129.75,53.6562,-1.41372,0,0,0.649448,-0.760406,180,100,1,0),(53053,181390,0,1,1,-12330.4,178.888,6.39185,-0.575959,0,0,0.284015,-0.95882,180,100,1,0),(53054,181390,530,1,1,-1744.36,5500.14,-5.79974,-1.46608,0,0,0.669131,-0.743145,180,100,1,0),(53055,181390,530,1,1,-1735.22,5482.75,-5.75612,2.33874,0,0,0.920505,0.390731,180,100,1,0),(53056,181390,530,1,1,-1721.56,5649.61,133.669,1.50098,0,0,0.681998,0.731354,180,100,1,0),(53057,181390,530,1,1,-1748.65,5816.41,153.454,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(53058,181390,530,1,1,-1884.1,5668.7,133.853,1.32645,0,0,0.615662,0.788011,180,100,1,0),(53059,181390,530,1,1,-1724.09,5808.1,152.994,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(53060,181391,530,1,1,-1752.88,5158.47,-36.2327,1.5708,0,0,0.707107,0.707107,180,100,1,0),(53061,181391,530,1,1,-1756.48,5159.27,-36.2257,0.767945,0,0,0.374607,0.927184,180,100,1,0),(53062,181391,530,1,1,-1751.15,5152.83,-36.2257,-0.733038,0,0,0.358368,-0.93358,180,100,1,0),(53063,181391,530,1,1,-1759.83,5153.37,-36.2327,-2.35619,0,0,0.92388,-0.382683,180,100,1,0),(53064,181391,530,1,1,-1749.65,5148.88,-36.2257,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(53065,181391,530,1,1,-1752.37,5160.32,-36.2327,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(53066,181391,1,1,1,-1102.7,19.6779,143.861,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(53067,181391,1,1,1,-1193.23,-7.46246,168.891,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(53068,181391,1,1,1,-1186.31,-38.4025,166.354,0.959931,0,0,0.461749,0.887011,180,100,1,0),(53069,181391,1,1,1,-1243.21,137.371,136.048,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(53070,181391,1,1,1,-1063.76,-241.522,162.283,0.558505,0,0,0.275637,0.961262,180,100,1,0),(53071,181391,1,1,1,-1041.59,-213.363,162.632,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(53072,181391,1,1,1,1639.94,-4444.88,16.3301,1.69297,0,0,0.748956,0.66262,180,100,1,0),(53073,181391,1,1,1,1769.25,-4321.72,6.2909,1.55334,0,0,0.700909,0.71325,180,100,1,0),(53074,181391,1,1,1,10127.5,2219.46,1330.95,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(53075,181391,1,1,1,10139.1,2227.24,1330.96,-1.78024,0,0,0.777146,-0.62932,180,100,1,0),(53076,181391,1,1,1,10135.9,2225.01,1330.94,0.855211,0,0,0.414693,0.909961,180,100,1,0),(53077,181391,1,1,1,9936.7,2484,1316.68,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(53078,181391,1,1,1,9906.71,2539.32,1315.74,1.98968,0,0,0.838671,0.544639,180,100,1,0),(53079,181391,1,1,1,9923.26,2493.75,1317.02,3.05433,0,0,0.999048,0.043619,180,100,1,0),(53080,181391,1,1,1,9904.95,2522.02,1315.93,1.25664,0,0,0.587785,0.809017,180,100,1,0),(53081,181391,1,1,1,9986.88,2533.89,1315.75,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(53082,181391,1,1,1,9960.74,2485.68,1316.04,-1.67552,0,0,0.743145,-0.669131,180,100,1,0),(53083,181391,1,1,1,9928.7,2489.73,1317.02,0.261799,0,0,0.130526,0.991445,180,100,1,0),(53084,181391,1,1,1,9955.18,2556.27,1316.17,1.39626,0,0,0.642788,0.766044,180,100,1,0),(53085,181391,1,1,1,9932.14,2487.1,1316.74,2.04204,0,0,0.85264,0.522499,180,100,1,0),(53086,181391,1,1,1,9963.17,2552.34,1315.38,3.14159,0,0,1,0,180,100,1,0),(53087,181391,1,1,1,-1056.33,-3637.57,24.7248,1.6057,0,0,0.71934,0.694658,180,100,1,0),(53088,181391,1,1,1,-1054.64,-3661.83,24.7526,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(53089,181391,530,1,1,-1756.27,5140.76,-36.2613,-0.698132,0,0,0.34202,-0.939693,180,100,1,0),(53090,181391,1,1,1,-431.405,-2642.32,97.9706,-2.80998,0,0,0.986286,-0.165048,180,100,1,0),(53091,181391,1,1,1,-6108.01,-1138.22,-185.361,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(53092,181391,1,1,1,-6102.31,-1140.57,-184.87,-1.18682,0,0,0.559193,-0.829037,180,100,1,0),(53093,181391,530,1,1,-1903.98,5768.57,132.843,0.401426,0,0,0.199368,0.979925,180,100,1,0),(53094,181391,1,1,1,2358.27,-2562.9,104.704,-0.488692,0,0,0.241922,-0.970296,180,100,1,0),(53095,181391,1,1,1,-3723.84,-4543.15,12.5908,2.05949,0,0,0.857167,0.515038,180,100,1,0),(53096,181391,1,1,1,-3616.31,-4458.2,14.3235,-0.10472,0,0,0.052336,-0.99863,180,100,1,0),(53097,181391,1,1,1,6686.76,-4659.4,723.59,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(53098,181391,1,1,1,6692.37,-4672.13,722.679,0.10472,0,0,0.052336,0.99863,180,100,1,0),(53099,181391,1,1,1,6686,-4666.13,722.603,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(53100,181391,1,1,1,-2376.27,-2001.03,96.7048,1.27409,0,0,0.594823,0.803857,180,100,1,0),(53101,181391,1,1,1,-2379.89,-1998.91,96.7048,0.942478,0,0,0.45399,0.891007,180,100,1,0),(53102,181391,1,1,1,3988.71,-1312.45,254.452,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(53103,181391,1,1,1,-5469.53,-2460.34,89.2837,-2.96706,0,0,0.996195,-0.087156,180,100,1,0),(53104,181391,1,1,1,-5471.99,-2454.6,89.2837,0.453786,0,0,0.224951,0.97437,180,100,1,0),(53105,181391,0,1,1,-8861.36,645.959,97.5999,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(53106,181391,0,1,1,-8859.98,649.945,100.919,1.58825,0,0,0.71325,0.700909,180,100,1,0),(53107,181391,0,1,1,-8856.87,651.243,97.6127,-0.959931,0,0,0.461749,-0.887011,180,100,1,0),(53108,181391,0,1,1,-8858.69,647.248,99.5508,-2.53073,0,0,0.953717,-0.300706,180,100,1,0),(53109,181391,0,1,1,-8858.82,645.576,97.6209,-1.09956,0,0,0.522499,-0.85264,180,100,1,0),(53110,181391,0,1,1,-8906.8,613.516,100.627,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(53111,181391,0,1,1,-8856.4,650.419,97.5945,1.85005,0,0,0.798636,0.601815,180,100,1,0),(53112,181391,0,1,1,-8860.32,647.253,99.5508,-1.16937,0,0,0.551937,-0.833886,180,100,1,0),(53113,181391,0,1,1,-8861.11,647.936,99.5508,2.14675,0,0,0.878817,0.477159,180,100,1,0),(53114,181391,0,1,1,1601.56,256.767,60.1515,-0.488692,0,0,0.241922,-0.970296,180,100,1,0),(53115,181391,0,1,1,1590.42,256.867,60.1515,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(53116,181391,0,1,1,1636.74,249.196,-40.836,0.680678,0,0,0.333807,0.942641,180,100,1,0),(53117,181391,0,1,1,1554.6,231.532,-40.7101,2.89725,0,0,0.992546,0.121869,180,100,1,0),(53118,181391,0,1,1,1617.92,205.694,-40.7951,2.42601,0,0,0.936672,0.350207,180,100,1,0),(53119,181391,0,1,1,1562.17,264.058,-40.7658,-0.837758,0,0,0.406737,-0.913545,180,100,1,0),(53120,181391,530,1,1,-2623.27,4459.03,38.2995,0.680678,0,0,0.333807,0.942641,180,100,1,0),(53121,181391,530,1,1,-2606.23,4436.39,38.045,-1.90241,0,0,0.814116,-0.580703,180,100,1,0),(53122,181391,530,1,1,-2617.68,4458.32,38.2967,2.28638,0,0,0.909961,0.414693,180,100,1,0),(53123,181391,0,1,1,1583.94,278.432,-34.8459,2.74017,0,0,0.979925,0.199368,180,100,1,0),(53124,181391,0,1,1,1587.74,281.471,-40.7497,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(53125,181391,0,1,1,1557.67,227.829,-34.807,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(53126,181391,530,1,1,-2647.49,4455.06,37.7601,-2.86234,0,0,0.990268,-0.139173,180,100,1,0),(53127,181391,0,1,1,1772.4,72.1921,-45.2445,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(53128,181391,0,1,1,1765.55,68.7051,-45.2479,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(53129,181391,530,1,1,231.174,7939.26,41.932,-1.98968,0,0,0.838671,-0.544639,180,100,1,0),(53130,181391,0,1,1,-4844.49,-874.748,511.14,1.98968,0,0,0.838671,0.544639,180,100,1,0),(53131,181391,0,1,1,-4835.07,-873.535,511.14,2.05949,0,0,0.857167,0.515038,180,100,1,0),(53132,181391,0,1,1,-4836.3,-873.74,511.14,1.76278,0,0,0.771625,0.636078,180,100,1,0),(53133,181391,0,1,1,-4837.34,-858.78,502.781,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(53134,181391,0,1,1,-4841.93,-874.424,511.14,-1.0472,0,0,0.5,-0.866025,180,100,1,0),(53135,181391,0,1,1,-4840.76,-874.337,511.14,2.96706,0,0,0.996195,0.087156,180,100,1,0),(53136,181391,0,1,1,-4837.73,-873.987,511.14,-2.68781,0,0,0.97437,-0.224951,180,100,1,0),(53137,181391,0,1,1,-4877.75,-999.527,506.958,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(53138,181391,0,1,1,2250.43,-5353.07,87.9284,2.86234,0,0,0.990268,0.139173,180,100,1,0),(53139,181391,0,1,1,-910.914,-3534.05,84.5815,-1.09956,0,0,0.522499,-0.85264,180,100,1,0),(53140,181391,0,1,1,-915.03,-3538.84,73.5656,3.01942,0,0,0.998135,0.061049,180,100,1,0),(53141,181391,0,1,1,-6655.47,-2161.01,245.351,0.959931,0,0,0.461749,0.887011,180,100,1,0),(53142,181391,0,1,1,-9458.66,19.6229,57.4694,3.03687,0,0,0.99863,0.052336,180,100,1,0),(53143,181391,1,1,1,-1174.35,-72.6692,165.661,0.523599,0,0,0.258819,0.965926,180,100,1,0),(53144,181391,1,1,1,-1407.64,-111.458,162.298,2.87979,0,0,0.991445,0.130526,180,100,1,0),(53145,181391,1,1,1,-1256.15,51.2523,129.965,-2.77507,0,0,0.983255,-0.182235,180,100,1,0),(53146,181391,1,1,1,-1292.63,114.803,134.367,0.069813,0,0,0.034899,0.999391,180,100,1,0),(53147,181391,0,1,1,-9457.62,27.3743,57.453,2.96706,0,0,0.996195,0.087156,180,100,1,0),(53148,181391,1,1,1,-1118.3,39.446,144.723,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(53149,181391,1,1,1,1801.78,-4296.74,5.73776,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(53150,181391,1,1,1,1796.43,-4300.88,4.8317,-0.942478,0,0,0.453991,-0.891006,180,100,1,0),(53151,181391,0,1,1,-7456.77,-2200.11,165.271,2.53073,0,0,0.953717,0.300706,180,100,1,0),(53152,181391,0,1,1,-7500.33,-2194.46,167.178,1.48353,0,0,0.67559,0.737277,180,100,1,0),(53153,181391,1,1,1,9941.61,2481.39,1316.35,-1.79769,0,0,0.782608,-0.622515,180,100,1,0),(53154,181391,1,1,1,9973.12,2550.51,1315.55,0.349066,0,0,0.173648,0.984808,180,100,1,0),(53155,181391,1,1,1,9971.63,2499.95,1315.94,2.28638,0,0,0.909961,0.414693,180,100,1,0),(53156,181391,1,1,1,9976.07,2506.44,1316.5,-2.00713,0,0,0.843391,-0.5373,180,100,1,0),(53157,181391,1,1,1,9918.65,2498.42,1316.38,-1.3439,0,0,0.622515,-0.782608,180,100,1,0),(53158,181391,1,1,1,9923.77,2553.71,1316.8,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(53159,181391,1,1,1,9991.68,2525.66,1315.42,-0.331612,0,0,0.165048,-0.986286,180,100,1,0),(53160,181391,1,1,1,9908.24,2510.89,1316.4,2.42601,0,0,0.936672,0.350207,180,100,1,0),(53161,181391,0,1,1,-1227.29,-2516.12,22.4958,0.331613,0,0,0.165048,0.986286,180,100,1,0),(53162,181391,0,1,1,-1283.32,-2530.55,22.7439,0.261799,0,0,0.130526,0.991445,180,100,1,0),(53163,181391,1,1,1,-1045.3,-3670.32,24.7415,1.76278,0,0,0.771625,0.636078,180,100,1,0),(53164,181391,1,1,1,-1043.77,-3663.48,24.7616,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(53165,181391,0,1,1,-6548.33,-1107.89,310.512,2.09439,0,0,0.866025,0.5,180,100,1,0),(53166,181391,0,1,1,523.92,1660.8,128.146,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(53167,181391,0,1,1,-5392.28,-2953.51,322.928,0.20944,0,0,0.104528,0.994522,180,100,1,0),(53168,181391,0,1,1,-5358.48,-2962.96,324.701,-1.02974,0,0,0.492424,-0.870356,180,100,1,0),(53169,181391,0,1,1,-14462.5,486.737,15.9759,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(53170,181391,0,1,1,-10505.2,-3252.56,21.8927,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(53171,181391,1,1,1,-420.214,-2638.38,97.1409,-0.837758,0,0,0.406737,-0.913545,180,100,1,0),(53172,181391,0,1,1,-11292.4,-212.29,76.2525,-2.32129,0,0,0.91706,-0.398749,180,100,1,0),(53173,181391,0,1,1,-11300,-213.955,78.7973,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(53174,181391,0,1,1,-11293.7,-203.022,77.3333,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(53175,181391,1,1,1,-6102.31,-1140.57,-184.87,-1.18682,0,0,0.559193,-0.829037,180,100,1,0),(53176,181391,1,1,1,-6108.01,-1138.22,-185.361,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(53177,181391,0,1,1,-10646.4,1184.33,35.1171,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(53178,181391,0,1,1,-10621.8,1033.02,35.128,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(53179,181391,0,1,1,-10648.3,1181.62,34.9828,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(53180,181391,0,1,1,-10646.3,1167.18,34.7993,2.47837,0,0,0.945519,0.325568,180,100,1,0),(53181,181391,0,1,1,-10639.4,1176.33,35.0247,2.51327,0,0,0.951057,0.309017,180,100,1,0),(53182,181391,1,1,1,-3722.16,-4546.52,12.5908,2.04204,0,0,0.85264,0.522499,180,100,1,0),(53183,181391,1,1,1,-3735.88,-4551.3,28.4347,0.418879,0,0,0.207912,0.978148,180,100,1,0),(53184,181391,0,1,1,-3.39426,-943.227,58.3944,2.98451,0,0,0.996917,0.078459,180,100,1,0),(53185,181391,0,1,1,9.09614,-871.15,58.7987,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(53186,181391,1,1,1,-4380.68,3284.21,14.8355,0.994838,0,0,0.477159,0.878817,180,100,1,0),(53187,181391,1,1,1,6686.06,-4679.24,722.819,-2.68781,0,0,0.97437,-0.224951,180,100,1,0),(53188,181391,0,1,1,-858.653,-571.99,11.9621,1.65806,0,0,0.737277,0.67559,180,100,1,0),(53189,181391,1,1,1,2751,-415.659,112.746,0.296706,0,0,0.147809,0.989016,180,100,1,0),(53190,181391,1,1,1,2747.06,-426.269,112.746,-0.994838,0,0,0.477159,-0.878817,180,100,1,0),(53191,181391,1,1,1,-5481.01,-2467.68,89.2837,0.628319,0,0,0.309017,0.951057,180,100,1,0),(53192,181391,530,1,1,-1751.59,5149.12,-36.2327,1.3439,0,0,0.622515,0.782608,180,100,1,0),(53193,181391,530,1,1,-1758.7,5149.81,-36.2327,2.23402,0,0,0.898794,0.438371,180,100,1,0),(53194,181391,530,1,1,-1749.25,5152.61,-36.2466,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(53195,181391,530,1,1,-1761.68,5152.76,-36.2257,3.12414,0,0,0.999962,0.008727,180,100,1,0),(53196,181391,0,1,1,-9348.36,-2297.73,72.5959,2.86234,0,0,0.990268,0.139173,180,100,1,0),(53197,181391,530,1,1,-1757.28,5138.48,-36.2613,-1.8675,0,0,0.803857,-0.594823,180,100,1,0),(53198,181391,530,1,1,-1758.53,5135.68,-36.2613,-2.33874,0,0,0.920505,-0.390731,180,100,1,0),(53199,181391,530,1,1,-1745.13,5141.43,-36.2613,2.80998,0,0,0.986286,0.165048,180,100,1,0),(53200,181391,530,1,1,-1746.47,5142.29,-36.2613,1.15192,0,0,0.544639,0.838671,180,100,1,0),(53201,181391,0,1,1,-8920.23,606.277,100.627,-1.88496,0,0,0.809017,-0.587785,180,100,1,0),(53202,181391,0,1,1,-8862.92,648.115,97.5961,3.08923,0,0,0.999657,0.026177,180,100,1,0),(53203,181391,0,1,1,-8859.06,647.953,100.919,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(53204,181391,0,1,1,-8859.13,650.743,99.5508,1.46608,0,0,0.669131,0.743145,180,100,1,0),(53205,181391,0,1,1,-8862.32,646.846,97.6005,2.82743,0,0,0.987688,0.156434,180,100,1,0),(53206,181391,0,1,1,-8860.68,652.186,97.5913,-2.80998,0,0,0.986286,-0.165048,180,100,1,0),(53207,181391,0,1,1,-8907.8,612.974,100.613,-2.67035,0,0,0.97237,-0.233445,180,100,1,0),(53208,181391,0,1,1,-8860.49,649.388,100.919,0.017453,0,0,0.008727,0.999962,180,100,1,0),(53209,181391,1,1,1,-1140.31,48.5482,147.17,1.27409,0,0,0.594823,0.803857,180,100,1,0),(53210,181391,1,1,1,-1000.31,230.15,138.291,-0.785398,0,0,0.382683,-0.92388,180,100,1,0),(53211,181391,1,1,1,-1253.88,51.9722,129.965,1.46608,0,0,0.669131,0.743145,180,100,1,0),(53212,181391,1,1,1,-1290.47,132.949,134.571,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(53213,181391,1,1,1,-1277,80.4661,131.839,0.436332,0,0,0.21644,0.976296,180,100,1,0),(53214,181391,1,1,1,9917.05,2550.05,1316.59,-1.85005,0,0,0.798635,-0.601815,180,100,1,0),(53215,181391,1,1,1,9967.18,2493.32,1316.13,-0.575959,0,0,0.284015,-0.95882,180,100,1,0),(53216,181391,1,1,1,9982.1,2542.38,1316.06,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(53217,181391,1,1,1,9911.52,2545.1,1316.08,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(53218,181391,1,1,1,9984.97,2508.03,1316.66,1.36136,0,0,0.62932,0.777146,180,100,1,0),(53219,181391,1,1,1,1764.03,-4325.3,5.91079,0.05236,0,0,0.026177,0.999657,180,100,1,0),(53220,181391,1,1,1,1771.43,-4319.82,6.45918,1.51844,0,0,0.688355,0.725374,180,100,1,0),(53221,181391,1,1,1,-1059.18,-3666.59,24.7418,-0.10472,0,0,0.052336,-0.99863,180,100,1,0),(53222,181391,1,1,1,-1051.9,-3669.14,24.7321,-1.79769,0,0,0.782608,-0.622515,180,100,1,0),(53223,181391,1,1,1,-423.93,-2591.53,96.9822,-1.91986,0,0,0.819152,-0.573576,180,100,1,0),(53224,181391,1,1,1,-3616.38,-4472.9,15.4116,-0.925024,0,0,0.446198,-0.894934,180,100,1,0),(53225,181391,0,1,1,1579.19,245.857,60.1515,1.46608,0,0,0.669131,0.743145,180,100,1,0),(53226,181391,0,1,1,1600.75,223.21,60.1515,-1.74533,0,0,0.766044,-0.642788,180,100,1,0),(53227,181391,0,1,1,1578.87,234.809,60.1515,0.541052,0,0,0.267238,0.96363,180,100,1,0),(53228,181391,0,1,1,1636.01,235.241,-34.8096,-1.27409,0,0,0.594823,-0.803857,180,100,1,0),(53229,181391,0,1,1,1577.56,205.111,-34.8439,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(53230,181391,1,1,1,-4342.04,3293.28,20.4175,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(53231,181391,0,1,1,1630.29,221.499,-34.8128,0.331613,0,0,0.165048,0.986286,180,100,1,0),(53232,181391,0,1,1,1633.82,252.787,-34.8056,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(53233,181391,0,1,1,1560.75,221.971,-34.8116,0.436332,0,0,0.21644,0.976296,180,100,1,0),(53234,181391,0,1,1,1566.17,266.398,-34.8092,-2.94961,0,0,0.995396,-0.095846,180,100,1,0),(53235,181391,0,1,1,1570.24,210.329,-34.8401,-2.49582,0,0,0.948324,-0.317305,180,100,1,0),(53236,181391,0,1,1,1583.37,202.294,-34.8428,-3.00197,0,0,0.997564,-0.069756,180,100,1,0),(53237,181391,0,1,1,1578.06,275.812,-34.8425,1.37881,0,0,0.636078,0.771625,180,100,1,0),(53238,181391,1,1,1,6695.65,-4665.71,722.895,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(53239,181391,1,1,1,-5456.74,-2436.59,91.7194,2.30383,0,0,0.913545,0.406737,180,100,1,0),(53240,181391,0,1,1,-4843.61,-859.587,502.784,-0.890118,0,0,0.430511,-0.902585,180,100,1,0),(53241,181391,0,1,1,-4843.25,-874.554,511.14,-2.49582,0,0,0.948324,-0.317305,180,100,1,0),(53242,181391,0,1,1,-4839.09,-874.047,511.14,2.26893,0,0,0.906308,0.422618,180,100,1,0),(53243,181391,0,1,1,-4885.09,-1005.57,506.958,0.069813,0,0,0.034899,0.999391,180,100,1,0),(53244,181391,0,1,1,-4888.35,-1008.27,506.958,1.88496,0,0,0.809017,0.587785,180,100,1,0),(53245,181391,0,1,1,-4875.53,-997.696,506.958,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(53246,181391,0,1,1,-910.41,-3519.18,74.474,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(53247,181391,0,1,1,-904.229,-3538.13,76.4263,0.05236,0,0,0.026177,0.999657,180,100,1,0),(53248,181391,0,1,1,-923.291,-3544.61,73.7576,0.15708,0,0,0.078459,0.996917,180,100,1,0),(53249,181391,0,1,1,-6677.24,-2228.85,278.585,-2.21657,0,0,0.894934,-0.446198,180,100,1,0),(53250,181391,0,1,1,-6660.45,-2157.86,245.351,-1.3439,0,0,0.622515,-0.782608,180,100,1,0),(53251,181391,0,1,1,-9468.93,30.5604,58.1837,1.44862,0,0,0.66262,0.748956,180,100,1,0),(53252,181391,0,1,1,-9465.44,11.6783,58.128,2.98451,0,0,0.996917,0.078459,180,100,1,0),(53253,181391,0,1,1,-9470.32,19.3046,58.1873,1.41372,0,0,0.649448,0.760406,180,100,1,0),(53254,181391,0,1,1,-1272.74,-2510.56,23.0328,0.907571,0,0,0.438371,0.898794,180,100,1,0),(53255,181391,0,1,1,-10526.5,-1160,28.1777,0.767945,0,0,0.374607,0.927184,180,100,1,0),(53256,181391,0,1,1,-5654.47,-497.96,398.054,-2.14675,0,0,0.878817,-0.477159,180,100,1,0),(53257,181391,0,1,1,-10517.8,-1165.88,29.3242,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(53258,181391,0,1,1,-10518.6,-1170.63,29.6838,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(53259,181391,0,1,1,-6526.36,-1192.47,309.987,0.226893,0,0,0.113203,0.993572,180,100,1,0),(53260,181391,0,1,1,-6551.34,-1176.59,310.345,0.925024,0,0,0.446198,0.894934,180,100,1,0),(53261,181391,0,1,1,515.375,1632.87,105.804,-2.32129,0,0,0.91706,-0.398749,180,100,1,0),(53262,181391,0,1,1,524.172,1632.84,105.824,-1.76278,0,0,0.771625,-0.636078,180,100,1,0),(53263,181391,0,1,1,-5357.31,-2968.97,324.759,1.3439,0,0,0.622515,0.782608,180,100,1,0),(53264,181391,0,1,1,-5387.95,-2973.11,326.842,0.261799,0,0,0.130526,0.991445,180,100,1,0),(53265,181391,0,1,1,-12437.9,214.403,3.95543,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(53266,181391,0,1,1,-5383.8,-2957.7,322.956,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(53267,181391,0,1,1,-14459,485.608,15.9718,2.46091,0,0,0.942641,0.333807,180,100,1,0),(53268,181391,0,1,1,-11302.4,-190.47,77.4705,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(53269,181391,0,1,1,-11308.3,-185.159,76.5171,2.32129,0,0,0.91706,0.398749,180,100,1,0),(53270,181391,0,1,1,-10651.2,1177.6,34.7822,-0.558505,0,0,0.275637,-0.961262,180,100,1,0),(53271,181391,0,1,1,-10658.3,1168.75,34.9456,2.47837,0,0,0.945519,0.325568,180,100,1,0),(53272,181391,0,1,1,-10660.1,995.4,33.8662,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(53273,181391,0,1,1,-3821.74,-827.251,11.3153,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(53274,181391,530,1,1,-2653.91,4446.39,38.2443,-1.44862,0,0,0.66262,-0.748956,180,100,1,0),(53275,181391,530,1,1,-2611.24,4486.73,37.8545,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(53276,181391,1,1,1,-1103.8,21.8106,143.861,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(53277,181391,1,1,1,-1288.88,130.987,134.571,2.04204,0,0,0.85264,0.522499,180,100,1,0),(53278,181391,1,1,1,-1042.26,-215.809,162.632,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(53279,181391,1,1,1,-1234.44,84.6758,133.533,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(53280,181391,530,1,1,-1224.05,7154.1,58.443,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(53281,181391,1,1,1,-1183.16,-54.9835,165.055,0.244346,0,0,0.121869,0.992546,180,100,1,0),(53282,181391,1,1,1,-1292.99,112.323,134.367,0.907571,0,0,0.438371,0.898794,180,100,1,0),(53283,181391,1,1,1,-1139.33,50.6481,147.17,0.05236,0,0,0.026177,0.999657,180,100,1,0),(53284,181391,1,1,1,-993.945,210.491,138.793,-1.93731,0,0,0.824126,-0.566406,180,100,1,0),(53285,181391,0,1,1,-1.76807,-939.937,58.3919,2.68781,0,0,0.97437,0.224951,180,100,1,0),(53286,181391,1,1,1,1806.64,-4293.94,5.75948,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(53287,181391,530,1,1,-1229.27,7157.4,58.4376,2.60054,0,0,0.96363,0.267238,180,100,1,0),(53288,181391,1,1,1,-1054.01,-3655.74,25.1276,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(53289,181391,0,1,1,-861.304,-556.583,12.3861,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(53290,181391,1,1,1,-1053.42,-3647.23,25.1345,0.296706,0,0,0.147809,0.989016,180,100,1,0),(53291,181391,1,1,1,-1054.01,-3655.74,25.1276,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(53292,181391,1,1,1,-395.41,-2641.22,97.0216,-2.77507,0,0,0.983255,-0.182235,180,100,1,0),(53293,181391,1,1,1,-393.828,-2657.53,98.1535,2.28638,0,0,0.909961,0.414693,180,100,1,0),(53294,181391,1,1,1,-427.419,-2657.94,97.7266,2.89725,0,0,0.992546,0.121869,180,100,1,0),(53295,181391,1,1,1,6684.05,-4673.31,722.623,4.71239,0,0,0.707107,-0.707107,180,100,1,0),(53296,181391,1,1,1,-1226.41,45.3912,131.096,-2.75762,0,0,0.981627,-0.190809,180,100,1,0),(53297,181391,1,1,1,-1174.21,-75.0951,165.661,2.84489,0,0,0.989016,0.147809,180,100,1,0),(53298,181391,1,1,1,-1114.43,4.69217,145.233,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(53299,181391,1,1,1,-1160.04,29.3408,149.03,1.20428,0,0,0.566406,0.824126,180,100,1,0),(53300,181391,1,1,1,-1149.42,27.2867,148.415,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(53301,181391,1,1,1,-1213.21,-10.1759,169.181,2.00713,0,0,0.843391,0.5373,180,100,1,0),(53302,181391,1,1,1,1774.14,-4317.93,6.51081,-1.41372,0,0,0.649448,-0.760406,180,100,1,0),(53303,181391,1,1,1,-901.11,-3768.06,13.0066,-0.925024,0,0,0.446198,-0.894934,180,100,1,0),(53304,181391,1,1,1,-1045.3,-3670.32,24.7415,1.76278,0,0,0.771625,0.636078,180,100,1,0),(53305,181391,1,1,1,-1043.77,-3663.48,24.7616,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(53306,181391,1,1,1,-1047.76,-3638.93,24.9887,0.122173,0,0,0.061049,0.998135,180,100,1,0),(53307,181391,1,1,1,-404.886,-2627.53,98.1396,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(53308,181391,1,1,1,-2392.31,-1880.85,97.5714,0.087266,0,0,0.043619,0.999048,180,100,1,0),(53309,181391,1,1,1,-1236.08,82.8995,133.533,-2.74017,0,0,0.979925,-0.199368,180,100,1,0),(53310,181391,1,1,1,-1231.69,-43.6813,167.769,1.97222,0,0,0.833886,0.551937,180,100,1,0),(53311,181391,1,1,1,-1091.37,-1.32107,143.954,0.767945,0,0,0.374607,0.927184,180,100,1,0),(53312,181391,1,1,1,-1091.03,1.14784,143.954,2.61799,0,0,0.965926,0.258819,180,100,1,0),(53313,181391,1,1,1,-1278.87,81.8948,131.839,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(53314,181391,1,1,1,-1406.43,-109.242,162.298,-1.90241,0,0,0.814116,-0.580703,180,100,1,0),(53315,181391,1,1,1,1766.38,-4323.8,6.09742,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(53316,181391,1,1,1,1779.42,-4313.93,5.45587,-0.401426,0,0,0.199368,-0.979925,180,100,1,0),(53317,181391,1,1,1,1776.3,-4316.4,6.11171,2.25148,0,0,0.902585,0.430511,180,100,1,0),(53318,181391,1,1,1,-989.934,-3835.09,7.5486,2.74017,0,0,0.979925,0.199368,180,100,1,0),(53319,181391,1,1,1,-1059.24,-3660.83,24.7605,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(53320,181391,1,1,1,-1053.42,-3647.23,25.1345,0.296706,0,0,0.147809,0.989016,180,100,1,0),(53321,181391,1,1,1,-901.11,-3768.06,13.0066,-0.925024,0,0,0.446198,-0.894934,180,100,1,0),(53322,181391,1,1,1,-443.249,-2649.05,97.8271,0.575959,0,0,0.284015,0.95882,180,100,1,0),(53323,181391,1,1,1,-425.785,-2663.77,97.9489,3.10669,0,0,0.999848,0.017452,180,100,1,0),(53324,181391,0,1,1,-8861.47,648.844,99.5508,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(53325,181391,0,1,1,-8860.27,650.596,99.5508,2.30383,0,0,0.913545,0.406737,180,100,1,0),(53326,181391,0,1,1,-8860.51,648.487,100.919,0.226893,0,0,0.113203,0.993572,180,100,1,0),(53327,181391,0,1,1,-8861.12,649.861,99.5508,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(53328,181391,0,1,1,-8855.97,649.273,97.6137,1.06465,0,0,0.507538,0.861629,180,100,1,0),(53329,181391,0,1,1,-8856.1,648.363,97.6085,0.610865,0,0,0.300706,0.953717,180,100,1,0),(53330,181391,0,1,1,-8919.41,636.825,100.62,0.017453,0,0,0.008727,0.999962,180,100,1,0),(53331,181391,0,1,1,-8860.19,645.501,97.5955,-2.6529,0,0,0.970296,-0.241922,180,100,1,0),(53332,181391,0,1,1,-8862.29,651.178,97.6053,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(53333,181391,530,1,1,-1760.47,5149.25,-36.2119,0.855211,0,0,0.414693,0.909961,180,100,1,0),(53334,181391,530,1,1,-1756.1,5161.15,-36.2396,0.663225,0,0,0.325568,0.945519,180,100,1,0),(53335,181391,1,1,1,-1147.1,26.9074,148.415,0.069813,0,0,0.034899,0.999391,180,100,1,0),(53336,181391,1,1,1,-1183.14,-57.4883,165.055,0.244346,0,0,0.121869,0.992546,180,100,1,0),(53337,181391,1,1,1,-1235.88,-55.7595,166.207,-1.0472,0,0,0.5,-0.866025,180,100,1,0),(53338,181391,1,1,1,-1226.72,80.6411,133.715,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(53339,181391,1,1,1,-1213.46,-12.5487,169.181,-1.02974,0,0,0.492424,-0.870356,180,100,1,0),(53340,181391,1,1,1,-1054.64,-3661.83,24.7526,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(53341,181391,0,1,1,1590.36,223.334,60.1515,-2.61799,0,0,0.965926,-0.258819,180,100,1,0),(53342,181391,0,1,1,1620.63,210.139,-34.8459,-0.20944,0,0,0.104528,-0.994522,180,100,1,0),(53343,181391,0,1,1,1557.83,253.536,-34.8079,3.10669,0,0,0.999848,0.017452,180,100,1,0),(53344,181391,0,1,1,1586.88,199.268,-40.7277,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(53345,181391,0,1,1,1573.4,274.89,-40.7745,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(53346,181391,0,1,1,1603.55,199.13,-40.7256,1.78024,0,0,0.777146,0.62932,180,100,1,0),(53347,181391,1,1,1,-1059.18,-3666.59,24.7418,-0.10472,0,0,0.052336,-0.99863,180,100,1,0),(53348,181391,0,1,1,1625.44,265.981,-34.8108,-0.226893,0,0,0.113203,-0.993572,180,100,1,0),(53349,181391,0,1,1,1633.55,227.21,-34.8064,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(53350,181391,1,1,1,-1051.9,-3669.14,24.7321,-1.79769,0,0,0.782608,-0.622515,180,100,1,0),(53351,181391,0,1,1,1636.11,244.58,-34.8105,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(53352,181391,1,1,1,-416.416,-2708.91,98.5702,0.261799,0,0,0.130526,0.991445,180,100,1,0),(53353,181391,0,1,1,2265.55,-5313.85,84.3355,2.87979,0,0,0.991445,0.130526,180,100,1,0),(53354,181391,0,1,1,2310.91,-5305.96,83.0084,2.87979,0,0,0.991445,0.130526,180,100,1,0),(53355,181391,1,1,1,-1002.32,231.273,138.291,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(53356,181391,1,1,1,-1294.23,97.8879,133.66,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(53357,181391,1,1,1,-1066.19,-241.4,162.283,3.00197,0,0,0.997564,0.069757,180,100,1,0),(53358,181391,1,1,1,-1187.53,-36.2961,166.354,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(53359,181391,1,1,1,-1118.2,37.1479,144.723,-2.68781,0,0,0.97437,-0.224951,180,100,1,0),(53360,181391,1,1,1,-1192.85,-5.08306,168.891,-1.13446,0,0,0.5373,-0.843391,180,100,1,0),(53361,181391,1,1,1,-1162.25,29.9081,149.03,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(53362,181391,1,1,1,-1047.76,-3638.93,24.9887,0.122173,0,0,0.061049,0.998135,180,100,1,0),(53363,181391,0,1,1,-922.149,-3520.38,73.7394,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(53364,181391,0,1,1,-923.134,-3534.99,73.4871,0.087266,0,0,0.043619,0.999048,180,100,1,0),(53365,181391,0,1,1,-9466.73,18.8708,58.2021,1.43117,0,0,0.656059,0.75471,180,100,1,0),(53366,181391,0,1,1,-9465.32,30.0858,58.1569,1.44862,0,0,0.66262,0.748956,180,100,1,0),(53367,181391,0,1,1,-5591.76,-508.474,405.01,3.12414,0,0,0.999962,0.008727,180,100,1,0),(53368,181391,0,1,1,-5606.86,-527.5,402.588,-2.96706,0,0,0.996195,-0.087156,180,100,1,0),(53369,181391,1,1,1,-991.787,211.693,138.793,2.05949,0,0,0.857167,0.515038,180,100,1,0),(53370,181391,0,1,1,-10526.5,-1160,28.1777,0.767945,0,0,0.374607,0.927184,180,100,1,0),(53371,181391,1,1,1,-1236.09,-58.2324,166.207,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(53372,181391,1,1,1,-1056.33,-3637.57,24.7248,1.6057,0,0,0.71934,0.694658,180,100,1,0),(53373,181391,0,1,1,-6515,-1146.03,311.321,-1.13446,0,0,0.5373,-0.843391,180,100,1,0),(53374,181391,0,1,1,-6506.74,-1137.85,309.458,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(53375,181391,0,1,1,-5305.4,-2945.86,335.283,0.401426,0,0,0.199368,0.979925,180,100,1,0),(53376,181391,0,1,1,529.397,1632.91,105.811,0.628319,0,0,0.309017,0.951057,180,100,1,0),(53377,181391,530,1,1,-1756.58,5140,-36.2613,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(53378,181391,530,1,1,-1739.83,5135.79,-36.2611,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(53379,181391,530,1,1,-1747.18,5142.74,-36.2613,-1.25664,0,0,0.587785,-0.809017,180,100,1,0),(53380,181391,0,1,1,-14467.7,489.786,21.6847,0.733038,0,0,0.358368,0.93358,180,100,1,0),(53381,181391,0,1,1,-14457.8,502.391,15.9639,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(53382,181391,530,1,1,-1743.85,5140.63,-36.2613,-1.97222,0,0,0.833886,-0.551937,180,100,1,0),(53383,181391,0,1,1,-12435.7,217.515,3.77487,0.05236,0,0,0.026177,0.999657,180,100,1,0),(53384,181391,0,1,1,-12434.3,209.189,3.42765,-1.74533,0,0,0.766044,-0.642788,180,100,1,0),(53385,181391,0,1,1,-10498.6,-3249.58,22.0016,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(53386,181391,0,1,1,-10656.2,1171.17,34.8895,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(53387,181391,0,1,1,-862.672,-553.068,12.7741,1.50098,0,0,0.681998,0.731354,180,100,1,0),(53388,181391,0,1,1,-845.849,-581.458,12.8479,1.5708,0,0,0.707107,0.707107,180,100,1,0),(53389,181391,0,1,1,-850.604,-571.132,11.7663,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(53390,181391,0,1,1,-9217.58,-2145.58,65.4719,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(53391,181391,0,1,1,-8858.51,649.38,100.919,-0.837758,0,0,0.406737,-0.913545,180,100,1,0),(53392,181391,0,1,1,-8861.33,651.786,97.6117,2.72271,0,0,0.978148,0.207912,180,100,1,0),(53393,181391,0,1,1,-8856.95,646.507,97.6371,0.890118,0,0,0.430511,0.902585,180,100,1,0),(53394,181391,0,1,1,-8859.7,652.545,97.6087,1.62316,0,0,0.725374,0.688355,180,100,1,0),(53395,181391,0,1,1,-8859.47,646.978,99.5508,-1.76278,0,0,0.771625,-0.636078,180,100,1,0),(53396,181391,0,1,1,-8933.73,628.958,100.634,2.00713,0,0,0.843391,0.5373,180,100,1,0),(53397,181391,0,1,1,-8858.01,647.785,99.5508,2.58309,0,0,0.961262,0.275637,180,100,1,0),(53398,181391,0,1,1,-8920.95,605.589,100.62,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(53399,181391,0,1,1,1561.64,217.309,-40.6901,2.68781,0,0,0.97437,0.224951,180,100,1,0),(53400,181391,0,1,1,1621.26,270.278,-34.8406,-1.3439,0,0,0.622515,-0.782608,180,100,1,0),(53401,181391,0,1,1,1636.66,230.875,-40.7105,1.20428,0,0,0.566406,0.824126,180,100,1,0),(53402,181391,0,1,1,1560.98,259.348,-34.8111,2.16421,0,0,0.882948,0.469472,180,100,1,0),(53403,181391,0,1,1,1613.23,204.839,-34.8436,-1.25664,0,0,0.587785,-0.809017,180,100,1,0),(53404,181391,0,1,1,1607.9,278.295,-34.8444,1.41372,0,0,0.649448,0.760406,180,100,1,0),(53405,181391,0,1,1,1604.37,281.328,-40.8098,0.122173,0,0,0.061049,0.998135,180,100,1,0),(53406,181391,0,1,1,1629.16,216.474,-40.702,0.506145,0,0,0.25038,0.968148,180,100,1,0),(53407,181391,0,1,1,1624.88,214.133,-34.8118,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(53408,181391,0,1,1,1565.89,214.636,-34.8104,0.314159,0,0,0.156434,0.987688,180,100,1,0),(53409,181391,0,1,1,1762,61.7351,-45.2445,0.034907,0,0,0.017452,0.999848,180,100,1,0),(53410,181391,0,1,1,-914.884,-3533.63,73.5769,3.12414,0,0,0.999962,0.008727,180,100,1,0),(53411,181391,0,1,1,-5606.69,-532.354,400.522,1.50098,0,0,0.681998,0.731354,180,100,1,0),(53412,181391,0,1,1,-5600.7,-525.18,400.545,-0.069813,0,0,0.034899,-0.999391,180,100,1,0),(53413,181391,0,1,1,-5604.24,-532.394,400.522,1.5708,0,0,0.707107,0.707107,180,100,1,0),(53414,181391,0,1,1,-10518.1,-1162.24,29.3391,-2.98451,0,0,0.996917,-0.078459,180,100,1,0),(53415,181391,0,1,1,-5380.41,-2962.39,322.96,-1.309,0,0,0.608761,-0.793353,180,100,1,0),(53416,181391,0,1,1,-6490.05,-1163.26,313.225,-2.6529,0,0,0.970296,-0.241922,180,100,1,0),(53417,181391,0,1,1,480.633,1527.11,132.053,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(53418,181391,0,1,1,521.656,1650.1,126.962,-1.3439,0,0,0.622515,-0.782608,180,100,1,0),(53419,181391,0,1,1,-14452.2,492.542,16.4234,-2.56563,0,0,0.95882,-0.284015,180,100,1,0),(53420,181391,0,1,1,-14470,481.411,21.2567,0.733038,0,0,0.358368,0.93358,180,100,1,0),(53421,181391,0,1,1,-14457.8,502.391,15.9639,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(53422,181391,0,1,1,-10644.3,1169.92,34.7261,2.47837,0,0,0.945519,0.325568,180,100,1,0),(53423,181391,0,1,1,-10641.5,1173.63,34.8877,2.42601,0,0,0.936672,0.350207,180,100,1,0),(53424,181391,0,1,1,-3795.81,-794.03,11.1495,-1.74533,0,0,0.766044,-0.642788,180,100,1,0),(53425,181391,0,1,1,-3821.81,-830.928,11.3301,3.14159,0,0,1,0,180,100,1,0),(53426,181391,530,1,1,-2632.9,4485.95,37.8864,1.41372,0,0,0.649448,0.760406,180,100,1,0),(53427,181391,530,1,1,-2697.32,4419.76,39.9972,0.401426,0,0,0.199368,0.979925,180,100,1,0),(53428,181391,530,1,1,-1220.82,7159.29,58.4535,-0.541052,0,0,0.267238,-0.96363,180,100,1,0),(53429,181391,0,1,1,-8858.56,648.477,100.919,-3.00197,0,0,0.997564,-0.069756,180,100,1,0),(53430,181391,0,1,1,-8857.41,651.69,97.6205,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(53431,181391,0,1,1,-8859.11,649.941,100.919,1.44862,0,0,0.66262,0.748956,180,100,1,0),(53432,181391,0,1,1,-8932.71,629.542,100.627,-0.331612,0,0,0.165048,-0.986286,180,100,1,0),(53433,181391,0,1,1,-8856.46,647.413,97.6089,2.42601,0,0,0.936672,0.350207,180,100,1,0),(53434,181391,0,1,1,-8858.38,652.086,97.6133,-0.453786,0,0,0.224951,-0.97437,180,100,1,0),(53435,181391,0,1,1,-8862.61,650.263,97.6093,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(53436,181391,0,1,1,-8857.76,645.929,97.5954,-3.00197,0,0,0.997564,-0.069756,180,100,1,0),(53437,181391,0,1,1,-8920.49,636.273,100.627,-2.60054,0,0,0.96363,-0.267238,180,100,1,0),(53438,181391,0,1,1,1572.79,206.157,-40.7758,2.80998,0,0,0.986286,0.165048,180,100,1,0),(53439,181391,0,1,1,1570.76,270.908,-34.8359,1.23918,0,0,0.580703,0.814116,180,100,1,0),(53440,181391,0,1,1,-5594.53,-525.862,400.547,0.034907,0,0,0.017452,0.999848,180,100,1,0),(53441,181391,0,1,1,-10523.6,-1159.51,28.1708,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(53442,181391,0,1,1,-10518.1,-1162.24,29.3391,-2.98451,0,0,0.996917,-0.078459,180,100,1,0),(53443,181391,0,1,1,-10523.6,-1159.51,28.1708,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(53444,181391,0,1,1,-5215.95,-3104.6,304.076,3.00197,0,0,0.997564,0.069757,180,100,1,0),(53445,181391,0,1,1,520.609,1658.47,126.921,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(53446,181391,0,1,1,-14465.7,478.222,21.2486,0.785398,0,0,0.382683,0.92388,180,100,1,0),(53447,181391,0,1,1,399.398,-2102.26,132.458,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(53448,181391,0,1,1,-10653.2,1175.08,34.7472,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(53449,181391,0,1,1,-3810.48,-831.149,11.2849,0,0,0,0,1,180,100,1,0),(53450,181391,0,1,1,-865.595,-570.279,11.8469,0,0,0,0,1,180,100,1,0),(53451,181391,0,1,1,-13.7565,-941.06,58.3806,-2.60054,0,0,0.96363,-0.267238,180,100,1,0),(53452,181391,0,1,1,-9212.98,-2149.86,65.5182,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(53453,181391,0,1,1,-9222.75,-2159.78,64.8154,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(53454,181391,0,1,1,-4708.77,-1229.04,502.632,-1.22173,0,0,0.573576,-0.819152,180,100,1,0),(53455,181391,0,1,1,-8857.6,648.729,99.5508,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(53456,181391,0,1,1,-8858.38,650.422,99.5508,-1.13446,0,0,0.5373,-0.843391,180,100,1,0),(53457,181391,0,1,1,-8857.83,649.636,99.5508,-0.925024,0,0,0.446198,-0.894934,180,100,1,0),(53458,181391,0,1,1,-8863.06,649.095,97.6071,1.23918,0,0,0.580703,0.814116,180,100,1,0),(53459,181391,0,1,1,-8859.86,647.929,100.919,0.977384,0,0,0.469472,0.882948,180,100,1,0),(53460,181391,0,1,1,-5386.48,-2965.02,322.959,0.331613,0,0,0.165048,0.986286,180,100,1,0),(53461,181391,0,1,1,-3810.46,-827.461,11.3116,0.017453,0,0,0.008727,0.999962,180,100,1,0),(53462,181391,0,1,1,-3804.42,-787.288,10.2467,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(53463,181391,0,1,1,-851.413,-480.53,15.8326,-0.15708,0,0,0.078459,-0.996917,180,100,1,0),(53464,181391,530,1,1,-1757.94,5136.98,-36.2613,3.08923,0,0,0.999657,0.026177,180,100,1,0),(53465,181391,530,1,1,-1758.24,5136.33,-36.2613,1.15192,0,0,0.544639,0.838671,180,100,1,0),(53466,181391,530,1,1,-1745.78,5141.87,-36.2613,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(53467,181391,530,1,1,-1757.62,5137.74,-36.2613,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(53468,181391,0,1,1,-10517.8,-1165.88,29.3242,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(53469,181391,0,1,1,-10518.6,-1170.63,29.6838,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(53470,181391,0,1,1,-5350.96,-3010.37,327.137,0.959931,0,0,0.461749,0.887011,180,100,1,0),(53471,181391,0,1,1,-5329.65,-2991.97,326.176,2.35619,0,0,0.92388,0.382683,180,100,1,0),(53472,181391,0,1,1,-14470,481.411,21.2567,0.733038,0,0,0.358368,0.93358,180,100,1,0),(53473,181391,0,1,1,-3828.54,-838.328,11.2522,3.03687,0,0,0.99863,0.052336,180,100,1,0),(53474,181391,0,1,1,-713.097,-508.201,28.112,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(53475,181391,0,1,1,-14452.2,492.542,16.4234,-2.56563,0,0,0.95882,-0.284015,180,100,1,0),(53476,181391,0,1,1,-9226.62,-2150.39,64.6209,1.53589,0,0,0.694658,0.71934,180,100,1,0),(53477,181391,0,1,1,-14463.7,485.722,21.2575,2.49582,0,0,0.948324,0.317305,180,100,1,0),(53478,181391,0,1,1,-14463.9,494.74,15.9798,0.890118,0,0,0.430511,0.902585,180,100,1,0),(53479,181391,0,1,1,-14463.7,485.722,21.2575,2.49582,0,0,0.948324,0.317305,180,100,1,0),(53480,181391,0,1,1,-14474.6,488.765,21.2487,0.785398,0,0,0.382683,0.92388,180,100,1,0),(53481,181391,0,1,1,-14465.7,478.222,21.2486,0.785398,0,0,0.382683,0.92388,180,100,1,0),(53482,181391,0,1,1,-9229.15,-2161.19,64.8848,1.46608,0,0,0.669131,0.743145,180,100,1,0),(53483,181391,0,1,1,-14474.6,488.765,21.2487,0.785398,0,0,0.382683,0.92388,180,100,1,0),(53484,181391,0,1,1,-14459,485.608,15.9718,2.46091,0,0,0.942641,0.333807,180,100,1,0),(53485,181391,0,1,1,-14467.7,489.786,21.6847,0.733038,0,0,0.358368,0.93358,180,100,1,0),(53486,181391,0,1,1,-14462.5,486.737,15.9759,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(53487,181391,530,1,1,-2622.2,4464.63,38.2947,-1.06465,0,0,0.507538,-0.861629,180,100,1,0),(53488,181391,530,1,1,-2594.48,4438.21,38.2363,-0.942478,0,0,0.453991,-0.891006,180,100,1,0),(53489,181391,530,1,1,-1756.95,5139.19,-36.2613,-1.79769,0,0,0.782608,-0.622515,180,100,1,0),(53490,181391,530,1,1,-1758.75,5130.53,-36.2613,-3.03687,0,0,0.99863,-0.052336,180,100,1,0),(53491,181391,530,1,1,-1747.89,5143.17,-36.2613,0.541052,0,0,0.267238,0.96363,180,100,1,0),(53492,181391,530,1,1,-2640.99,4480.1,39.7773,-0.959931,0,0,0.461749,-0.887011,180,100,1,0),(53493,181391,530,1,1,-2617.06,4463.8,38.3106,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(53494,181391,530,1,1,-2697.07,4427.5,38.9744,-0.279253,0,0,0.139173,-0.990268,180,100,1,0),(53495,181391,530,1,1,-140.809,5535.47,32.6045,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(53496,181391,530,1,1,-1743.23,5140.24,-36.2613,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(53497,181391,530,1,1,-1744.47,5141.06,-36.2613,-2.37365,0,0,0.927184,-0.374607,180,100,1,0),(53498,181391,530,1,1,-2666.24,4391.07,37.3664,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(53499,181391,530,1,1,-2648.14,4460.12,39.4894,2.58309,0,0,0.961262,0.275637,180,100,1,0),(53500,181391,530,1,1,-2598.45,4443.44,37.447,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(53501,181391,530,1,1,-2689.1,4417.26,39.9126,1.6057,0,0,0.71934,0.694658,180,100,1,0),(53502,181391,530,1,1,-2676.13,4454.61,38.8312,-1.3439,0,0,0.622515,-0.782608,180,100,1,0),(53503,181391,530,1,1,-2593.86,4472.93,38.0388,2.9147,0,0,0.993572,0.113203,180,100,1,0),(53504,181391,530,1,1,-2659.38,4374.31,37.7804,2.70526,0,0,0.976296,0.21644,180,100,1,0),(53505,181391,530,1,1,-2644.48,4366.88,37.6073,1.50098,0,0,0.681998,0.731354,180,100,1,0),(53506,181391,530,1,1,-140.137,5533.34,32.5609,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(53507,181391,530,1,1,-2671.7,4421.28,39.005,2.82743,0,0,0.987688,0.156434,180,100,1,0),(53508,181391,530,1,1,-2612.79,4376.13,37.3173,2.46091,0,0,0.942641,0.333807,180,100,1,0),(53509,181391,530,1,1,-2635.57,4371.19,37.5992,1.0821,0,0,0.515038,0.857167,180,100,1,0),(53510,181391,530,1,1,-2593.07,4471.4,38.0073,-1.09956,0,0,0.522499,-0.85264,180,100,1,0),(53511,181391,530,1,1,-2672.1,4423.98,40.0571,3.10669,0,0,0.999848,0.017452,180,100,1,0),(53512,181391,530,1,1,-2614.99,4417.69,38.0818,-1.69297,0,0,0.748956,-0.66262,180,100,1,0),(53513,181391,530,1,1,-1896.94,5765.27,132.268,0,0,0,0,1,180,100,1,0),(53514,181392,1,1,1,-1259.44,39.8108,133.912,1.62316,0,0,0.725374,0.688355,180,100,1,0),(53515,181392,1,1,1,-1294.72,40.1545,135.862,-2.67035,0,0,0.97237,-0.233445,180,100,1,0),(53516,181392,1,1,1,-1311.32,32.3073,135.914,0.541052,0,0,0.267238,0.96363,180,100,1,0),(53517,181392,1,1,1,1624.57,-4435.78,25.7124,2.51327,0,0,0.951057,0.309017,180,100,1,0),(53518,181392,1,1,1,1627.62,-4431.78,25.5626,2.54818,0,0,0.956305,0.292372,180,100,1,0),(53519,181392,1,1,1,1621.98,-4439.55,25.8617,2.49582,0,0,0.948324,0.317305,180,100,1,0),(53520,181392,1,1,1,-852.914,-3748.95,30.4225,-2.19912,0,0,0.891007,-0.45399,180,100,1,0),(53521,181392,1,1,1,-1039.74,-3678.45,31.1299,-0.226893,0,0,0.113203,-0.993572,180,100,1,0),(53522,181392,1,1,1,-6165.26,-1118.03,-208.042,-2.49582,0,0,0.948324,-0.317305,180,100,1,0),(53523,181392,1,1,1,-4586.46,-3186.03,40.7139,1.65806,0,0,0.737277,0.67559,180,100,1,0),(53524,181392,1,1,1,-4601.81,-3172.89,46.2638,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(53525,181392,1,1,1,-4357.93,251.706,31.3749,-2.37365,0,0,0.927184,-0.374607,180,100,1,0),(53526,181392,1,1,1,-4395.09,150.437,30.1975,0.977384,0,0,0.469472,0.882948,180,100,1,0),(53527,181392,1,1,1,-4526.74,-781.538,-34.1392,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(53528,181392,1,1,1,-4526.74,-781.538,-34.1392,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(53529,181392,1,1,1,6730.29,-4683.91,726.366,2.1293,0,0,0.87462,0.48481,180,100,1,0),(53530,181392,1,1,1,6725.19,-4614.92,728.672,-1.41372,0,0,0.649448,-0.760406,180,100,1,0),(53531,181392,1,1,1,-6794.58,809.81,61.0732,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(53532,181392,1,1,1,-6794.58,809.81,61.0732,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(53533,181392,1,1,1,3342.51,1004.82,8.43473,0.628319,0,0,0.309017,0.951057,180,100,1,0),(53534,181392,1,1,1,3999.98,-1304.6,259.535,2.40855,0,0,0.93358,0.358368,180,100,1,0),(53535,181392,1,1,1,-5463.21,-2454.17,95.1814,0.401426,0,0,0.199368,0.979925,180,100,1,0),(53536,181392,0,1,1,-8871.9,682.277,102.292,-0.994838,0,0,0.477159,-0.878817,180,100,1,0),(53537,181392,0,1,1,-8841.08,658.815,101.888,-2.61799,0,0,0.965926,-0.258819,180,100,1,0),(53538,181392,0,1,1,-8860.68,662.838,101.16,-0.925024,0,0,0.446198,-0.894934,180,100,1,0),(53539,181392,0,1,1,-4732.77,-1146.49,507.539,2.6529,0,0,0.970296,0.241922,180,100,1,0),(53540,181392,0,1,1,-4707.57,-948.41,509.872,0.907571,0,0,0.438371,0.898794,180,100,1,0),(53541,181392,0,1,1,-4614.04,-1114.48,509.55,-2.94961,0,0,0.995396,-0.095846,180,100,1,0),(53542,181392,0,1,1,-4612.88,-1093.26,509.641,3.05433,0,0,0.999048,0.043619,180,100,1,0),(53543,181392,0,1,1,-4691.64,-1183.9,509.915,-0.733038,0,0,0.358368,-0.93358,180,100,1,0),(53544,181392,0,1,1,-4880.1,-957.773,509.628,1.93731,0,0,0.824126,0.566406,180,100,1,0),(53545,181392,0,1,1,-5017.75,-1125.04,509.957,0.191986,0,0,0.095846,0.995396,180,100,1,0),(53546,181392,530,1,1,-586.822,4153.64,78.0908,2.74017,0,0,0.979925,0.199368,180,100,1,0),(53547,181392,530,1,1,-595.939,4082.91,100.925,2.07694,0,0,0.861629,0.507538,180,100,1,0),(53548,181392,0,1,1,-4849.92,-877.536,506.389,-1.39626,0,0,0.642788,-0.766044,180,100,1,0),(53549,181392,0,1,1,-4840.27,-859.969,506.082,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(53550,181392,0,1,1,-4899.03,-982.314,510.777,2.28638,0,0,0.909961,0.414693,180,100,1,0),(53551,181392,0,1,1,2287.89,-5325.79,95.4735,2.14675,0,0,0.878817,0.477159,180,100,1,0),(53552,181392,0,1,1,-1013.18,-3509.49,66.9384,2.72271,0,0,0.978148,0.207912,180,100,1,0),(53553,181392,0,1,1,-961.246,-3552.72,62.913,1.55334,0,0,0.700909,0.71325,180,100,1,0),(53554,181392,0,1,1,-9382.36,-82.4038,68.335,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(53555,181392,0,1,1,-7478.36,-2187.01,175.014,2.77507,0,0,0.983255,0.182236,180,100,1,0),(53556,181392,0,1,1,-11054.8,-3480.33,68.8072,0.959931,0,0,0.461749,0.887011,180,100,1,0),(53557,181392,0,1,1,-10960.2,-3450.69,70.2589,2.58309,0,0,0.961262,0.275637,180,100,1,0),(53558,181392,1,1,1,-995.313,-3711.13,9.21037,-0.541052,0,0,0.267238,-0.96363,180,100,1,0),(53559,181392,1,1,1,-917.462,-3724.54,13.8281,-2.80998,0,0,0.986286,-0.165048,180,100,1,0),(53560,181392,1,1,1,-990.229,-3650.31,22.7167,-0.855212,0,0,0.414693,-0.909961,180,100,1,0),(53561,181392,0,1,1,-10587.1,-1256.42,41.5012,0.034907,0,0,0.017452,0.999848,180,100,1,0),(53562,181392,0,1,1,-10524.8,-1148.65,34.2651,1.64061,0,0,0.731354,0.681998,180,100,1,0),(53563,181392,0,1,1,-10559,-1135.93,35.5914,-1.41372,0,0,0.649448,-0.760406,180,100,1,0),(53564,181392,0,1,1,-14478,468.192,39.704,-0.680679,0,0,0.333807,-0.942641,180,100,1,0),(53565,181392,0,1,1,-14480.9,465.024,34.6276,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(53566,181392,0,1,1,-5328.31,-2987.61,329.101,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(53567,181392,0,1,1,-14444.7,495.664,20.1124,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(53568,181392,0,1,1,-14459.9,479.14,19.8853,-0.820305,0,0,0.398749,-0.91706,180,100,1,0),(53569,181392,0,1,1,-10468.1,-3260.57,28.0228,2.98451,0,0,0.996917,0.078459,180,100,1,0),(53570,181392,0,1,1,-14377.1,376.658,33.2114,1.22173,0,0,0.573576,0.819152,180,100,1,0),(53571,181392,0,1,1,-10484.5,-3253,26.131,-1.22173,0,0,0.573576,-0.819152,180,100,1,0),(53572,181392,0,1,1,-627.478,-4589.49,24.1062,0.733038,0,0,0.358368,0.93358,180,100,1,0),(53573,181392,0,1,1,-609.756,-4582.46,15.3684,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(53574,181392,0,1,1,-636.119,-4599.01,16.3318,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(53575,181392,0,1,1,-624.136,-4570.4,18.7716,2.40855,0,0,0.93358,0.358368,180,100,1,0),(53576,181392,0,1,1,-615.45,-4576.88,24.271,-2.33874,0,0,0.920505,-0.390731,180,100,1,0),(53577,181392,1,1,1,-6165.26,-1118.03,-208.042,-2.49582,0,0,0.948324,-0.317305,180,100,1,0),(53578,181392,0,1,1,398.087,-2111.54,136.327,1.76278,0,0,0.771625,0.636078,180,100,1,0),(53579,181392,0,1,1,382.845,-2110.43,125.663,-2.94961,0,0,0.995396,-0.095846,180,100,1,0),(53580,181392,0,1,1,294.595,-1998.37,201.568,-2.35619,0,0,0.92388,-0.382683,180,100,1,0),(53581,181392,0,1,1,-3831.59,-822.906,16.0914,3.12414,0,0,0.999962,0.008727,180,100,1,0),(53582,181392,1,1,1,2382.08,-2526.41,115.699,-2.80998,0,0,0.986286,-0.165048,180,100,1,0),(53583,181392,1,1,1,165.085,1334.67,202.412,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(53584,181392,1,1,1,-3733.66,-4424.69,35.4536,0.785398,0,0,0.382683,0.92388,180,100,1,0),(53585,181392,1,1,1,-3781.57,-4370.99,20.4668,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(53586,181392,1,1,1,-4336.27,153.522,39.5271,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(53587,181392,1,1,1,-4438.11,253.947,45.4789,0.453786,0,0,0.224951,0.97437,180,100,1,0),(53588,181392,0,1,1,-861.296,-502.514,19.4743,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(53589,181392,0,1,1,-823.057,-501.382,20.1873,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(53590,181392,1,1,1,-5462.63,-2422.94,94.9862,-0.680679,0,0,0.333807,-0.942641,180,100,1,0),(53591,188048,1,1,1,4231.79,1166.16,6.08855,1.22173,0,0,0.573576,0.819152,180,100,1,0),(53592,181392,530,1,1,-2130.48,5385.97,61.9326,-0.226893,0,0,0.113203,-0.993572,180,100,1,0),(53593,181392,0,1,1,-8906.31,628.792,106.67,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(53594,181392,1,1,1,-1004.45,-3661.52,23.7644,-0.942478,0,0,0.453991,-0.891006,180,100,1,0),(53595,181392,1,1,1,-915.542,-3729.6,13.9625,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(53596,181392,1,1,1,-915.542,-3729.6,13.9625,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(53597,181392,1,1,1,-426.794,-2649.36,102.032,-2.82743,0,0,0.987688,-0.156434,180,100,1,0),(53598,181392,0,1,1,-4798.37,-908.976,503.25,1.5708,0,0,0.707107,0.707107,180,100,1,0),(53599,181392,0,1,1,-4868.57,-1144.73,510.407,0.383972,0,0,0.190809,0.981627,180,100,1,0),(53600,181392,0,1,1,-4989.78,-1117.28,508.186,-2.96706,0,0,0.996195,-0.087156,180,100,1,0),(53601,181392,0,1,1,-4804.96,-1180.35,510.459,1.5708,0,0,0.707107,0.707107,180,100,1,0),(53602,181392,0,1,1,-4927.71,-1279.47,509.796,2.6529,0,0,0.970296,0.241922,180,100,1,0),(53603,181392,0,1,1,-4765.77,-913.387,508.234,1.32645,0,0,0.615662,0.788011,180,100,1,0),(53604,181392,0,1,1,-4847.69,-1162.96,508.747,0.837758,0,0,0.406737,0.913545,180,100,1,0),(53605,181392,1,1,1,6764.99,-4671.2,728.62,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(53606,181392,1,1,1,6700.02,-4663.26,726.117,0.069813,0,0,0.034899,0.999391,180,100,1,0),(53607,181392,1,1,1,-2358.59,-1967.48,104.013,0.977384,0,0,0.469472,0.882948,180,100,1,0),(53608,188048,1,1,1,4204.7,1144.51,6.62583,0.506145,0,0,0.25038,0.968148,180,100,1,0),(53609,188048,1,1,1,4244.62,1142.75,8.27199,1.16937,0,0,0.551937,0.833886,180,100,1,0),(53610,181392,0,1,1,2292.85,-5333.14,97.9789,2.11185,0,0,0.870356,0.492424,180,100,1,0),(53611,181392,0,1,1,-948.646,-3533.39,69.6157,0.034907,0,0,0.017452,0.999848,180,100,1,0),(53612,181392,0,1,1,-9459.15,44.3359,61.1232,1.41372,0,0,0.649448,0.760406,180,100,1,0),(53613,181392,0,1,1,-10990.8,-3465.55,73.5192,1.72788,0,0,0.760406,0.649448,180,100,1,0),(53614,181392,0,1,1,-10507.6,-1149.41,34.1282,1.71042,0,0,0.75471,0.656059,180,100,1,0),(53615,181392,0,1,1,-10522.6,-1176.89,33.9917,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(53616,181392,0,1,1,-14446.9,492.634,32.3268,-0.820305,0,0,0.398749,-0.91706,180,100,1,0),(53617,181392,0,1,1,-14438.4,422.057,11.8795,-0.959931,0,0,0.461749,-0.887011,180,100,1,0),(53618,181392,0,1,1,-14463.7,475.632,19.8548,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(53619,181392,0,1,1,-14435.4,395.711,35.3907,1.98968,0,0,0.838671,0.544639,180,100,1,0),(53620,181392,0,1,1,-5353.26,-3019.32,330.646,0.10472,0,0,0.052336,0.99863,180,100,1,0),(53621,181392,0,1,1,-5212.59,-3101.86,307.047,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(53622,181392,0,1,1,-10500.7,-3255.78,26.4054,0.837758,0,0,0.406737,0.913545,180,100,1,0),(53623,181392,0,1,1,-14383,404.126,12.0949,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(53624,181392,0,1,1,-14446.9,492.634,32.3268,-0.820305,0,0,0.398749,-0.91706,180,100,1,0),(53625,181392,0,1,1,-14480.9,465.024,34.6276,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(53626,181392,0,1,1,-14396.6,410.066,26.5856,1.11701,0,0,0.529919,0.848048,180,100,1,0),(53627,181392,0,1,1,-638.408,-4570.88,16.1013,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(53628,181392,0,1,1,390.238,-2095.6,125.662,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(53629,181392,0,1,1,316.051,-2104.65,127.015,-1.309,0,0,0.608761,-0.793353,180,100,1,0),(53630,181392,0,1,1,269.19,-2026.31,182.611,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(53631,181392,530,1,1,-2659.46,4386.91,39.5223,0.820305,0,0,0.398749,0.91706,180,100,1,0),(53632,181392,0,1,1,-38.5943,-946.292,60.8617,1.27409,0,0,0.594823,0.803857,180,100,1,0),(53633,181392,0,1,1,-15.5267,-901.43,61.3727,-3.03687,0,0,0.99863,-0.052336,180,100,1,0),(53634,181392,530,1,1,223.478,7943.31,30.7614,-1.15192,0,0,0.544639,-0.838671,180,100,1,0),(53635,181392,530,1,1,244.07,7939.39,30.9243,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(53636,181392,1,1,1,-929.579,-3683.8,11.7772,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(53637,181392,1,1,1,-1046.98,-3665.95,29.0352,2.96706,0,0,0.996195,0.087156,180,100,1,0),(53638,181392,1,1,1,-852.914,-3748.95,30.4225,-2.19912,0,0,0.891007,-0.45399,180,100,1,0),(53639,181392,0,1,1,-839.326,-568.902,17.7356,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(53640,181392,1,1,1,-929.579,-3683.8,11.7772,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(53641,181392,0,1,1,-849.182,-548.27,16.4179,1.53589,0,0,0.694658,0.71934,180,100,1,0),(53642,181392,530,1,1,181.426,2624.34,98.5113,2.18166,0,0,0.887011,0.461749,180,100,1,0),(53643,181392,1,1,1,-3615.44,-4440.08,18.9329,1.58825,0,0,0.71325,0.700909,180,100,1,0),(53644,181392,1,1,1,6724.95,-4613.87,728.677,1.62316,0,0,0.725374,0.688355,180,100,1,0),(53645,181392,1,1,1,-2377.85,-1999.76,104.049,1.15192,0,0,0.544639,0.838671,180,100,1,0),(53646,181392,1,1,1,-975.498,-3677.14,12.6074,0.506145,0,0,0.25038,0.968148,180,100,1,0),(53647,181392,1,1,1,-990.229,-3650.31,22.7167,-0.855212,0,0,0.414693,-0.909961,180,100,1,0),(53648,181392,1,1,1,-419.459,-2648.09,101.575,0.261799,0,0,0.130526,0.991445,180,100,1,0),(53649,181392,1,1,1,6710.31,-4637.4,725.087,-0.785398,0,0,0.382683,-0.92388,180,100,1,0),(53650,181392,1,1,1,6700.53,-4670.45,726.238,0.017453,0,0,0.008727,0.999962,180,100,1,0),(53651,181392,1,1,1,-1060.96,-3535.78,67.8981,0.523599,0,0,0.258819,0.965926,180,100,1,0),(53652,181392,1,1,1,-780.037,-3717.93,47.7989,2.87979,0,0,0.991445,0.130526,180,100,1,0),(53653,181392,1,1,1,-1060.96,-3535.78,67.8981,0.523599,0,0,0.258819,0.965926,180,100,1,0),(53654,181392,1,1,1,-975.498,-3677.14,12.6074,0.506145,0,0,0.25038,0.968148,180,100,1,0),(53655,181392,1,1,1,-917.462,-3724.54,13.8281,-2.80998,0,0,0.986286,-0.165048,180,100,1,0),(53656,181392,0,1,1,-5030.98,-1153.9,509.76,-1.27409,0,0,0.594823,-0.803857,180,100,1,0),(53657,181392,0,1,1,-4601.88,-1010.22,509.911,1.81514,0,0,0.788011,0.615662,180,100,1,0),(53658,181392,0,1,1,-5041.65,-1166.19,508.227,0.314159,0,0,0.156434,0.987688,180,100,1,0),(53659,181392,0,1,1,-4591.77,-999.464,508.207,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(53660,181392,1,1,1,-995.313,-3711.13,9.21037,-0.541052,0,0,0.267238,-0.96363,180,100,1,0),(53661,181392,1,1,1,-1046.98,-3665.95,29.0352,2.96706,0,0,0.996195,0.087156,180,100,1,0),(53662,181392,0,1,1,-9464.53,104.367,62.0634,1.58825,0,0,0.71325,0.700909,180,100,1,0),(53663,181392,1,1,1,-1039.74,-3678.45,31.1299,-0.226893,0,0,0.113203,-0.993572,180,100,1,0),(53664,181392,0,1,1,-9459.75,82.9623,62.0673,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(53665,181392,0,1,1,-10519.2,-1294.56,45.3368,2.56563,0,0,0.95882,0.284015,180,100,1,0),(53666,181392,0,1,1,-10583,-1197.7,31.6985,0.174533,0,0,0.087156,0.996195,180,100,1,0),(53667,181392,0,1,1,-10507.6,-1149.41,34.1282,1.71042,0,0,0.75471,0.656059,180,100,1,0),(53668,181392,0,1,1,-10522.6,-1176.89,33.9917,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(53669,181392,0,1,1,-10519.2,-1294.56,45.3368,2.56563,0,0,0.95882,0.284015,180,100,1,0),(53670,181392,0,1,1,-10533.4,-1204.69,31.6826,1.65806,0,0,0.737277,0.67559,180,100,1,0),(53671,181392,0,1,1,-10587.1,-1256.42,41.5012,0.034907,0,0,0.017452,0.999848,180,100,1,0),(53672,181392,0,1,1,-10661.5,-1255.92,34.4552,2.53073,0,0,0.953717,0.300706,180,100,1,0),(53673,181392,1,1,1,-780.037,-3717.93,47.7989,2.87979,0,0,0.991445,0.130526,180,100,1,0),(53674,181392,530,1,1,-2036.9,5584.01,61.2659,2.63545,0,0,0.968148,0.25038,180,100,1,0),(53675,181392,530,1,1,-2035.57,5586.85,61.2448,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(53676,181392,0,1,1,507.903,1649.28,125.561,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(53677,181392,0,1,1,-14471,492.441,18.76,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(53678,181392,0,1,1,-14358.3,377.387,27.1852,1.81514,0,0,0.788011,0.615662,180,100,1,0),(53679,181392,0,1,1,-14459.9,479.14,19.8853,-0.820305,0,0,0.398749,-0.91706,180,100,1,0),(53680,181392,0,1,1,-14408.6,416.471,25.7947,1.25664,0,0,0.587785,0.809017,180,100,1,0),(53681,181392,0,1,1,-14439.5,439.219,19.0236,2.19912,0,0,0.891007,0.453991,180,100,1,0),(53682,181392,0,1,1,-14358.3,377.387,27.1852,1.81514,0,0,0.788011,0.615662,180,100,1,0),(53683,181392,0,1,1,-10436.4,-3202.21,23.8162,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(53684,181392,0,1,1,-14450.9,450.218,23.9318,0.558505,0,0,0.275637,0.961262,180,100,1,0),(53685,181392,0,1,1,-14408.6,416.471,25.7947,1.25664,0,0,0.587785,0.809017,180,100,1,0),(53686,181392,0,1,1,-10492.9,-3262.06,26.3536,1.8326,0,0,0.793353,0.608761,180,100,1,0),(53687,181392,0,1,1,-635.401,-4566.94,16.0823,1.78024,0,0,0.777146,0.62932,180,100,1,0),(53688,181392,0,1,1,396.246,-2090.73,125.63,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(53689,181392,0,1,1,400.681,-2110.17,125.605,1.8326,0,0,0.793353,0.608761,180,100,1,0),(53690,181392,0,1,1,-604.096,-4599.68,16.9652,-0.698132,0,0,0.34202,-0.939693,180,100,1,0),(53691,181392,0,1,1,385.697,-2124.72,135.387,-3.00197,0,0,0.997564,-0.069756,180,100,1,0),(53692,181392,0,1,1,322.53,-2132.8,127.067,1.74533,0,0,0.766044,0.642788,180,100,1,0),(53693,181392,0,1,1,-3816.41,-845.184,16.0608,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(53694,181392,0,1,1,-3742.72,-879.271,14.6908,1.69297,0,0,0.748956,0.66262,180,100,1,0),(53695,181392,0,1,1,-3807.73,-843.088,15.9536,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(53696,181392,0,1,1,-3849.46,-835.113,16.2792,3.08923,0,0,0.999657,0.026177,180,100,1,0),(53697,181392,0,1,1,-3677.09,-740.724,14.5916,-1.93731,0,0,0.824126,-0.566406,180,100,1,0),(53698,181392,530,1,1,-1905.99,5772.01,137.076,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(53699,181392,0,1,1,-9180.75,-2086.24,92.6779,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(53700,181392,0,1,1,-4974.48,-1033.47,510.385,2.77507,0,0,0.983255,0.182236,180,100,1,0),(53701,181392,0,1,1,-4730.89,-1063.31,508.738,-2.61799,0,0,0.965926,-0.258819,180,100,1,0),(53702,181392,0,1,1,-10559,-1135.93,35.5914,-1.41372,0,0,0.649448,-0.760406,180,100,1,0),(53703,181392,0,1,1,-5480.08,-461.806,401.465,-0.279253,0,0,0.139173,-0.990268,180,100,1,0),(53704,181392,0,1,1,-10584.9,-1165.01,33.4423,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(53705,181392,0,1,1,-10584.9,-1165.01,33.4423,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(53706,181392,0,1,1,-10605.1,-1157.45,33.4107,2.56563,0,0,0.95882,0.284015,180,100,1,0),(53707,181392,0,1,1,-5295.91,-2946.49,341.202,-3.08923,0,0,0.999657,-0.026177,180,100,1,0),(53708,181392,0,1,1,522.919,1644.92,111.031,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(53709,181392,0,1,1,563.026,1576.73,136.301,-3.08923,0,0,0.999657,-0.026177,180,100,1,0),(53710,181392,0,1,1,-14461.8,480.806,31.9102,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(53711,181392,0,1,1,-14448.5,457.047,19.2992,0.593412,0,0,0.292372,0.956305,180,100,1,0),(53712,181392,0,1,1,-14448.1,493.436,26.2345,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(53713,181392,0,1,1,-14448.1,493.436,26.2345,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(53714,181392,0,1,1,-12426.8,221.882,6.54878,1.23918,0,0,0.580703,0.814116,180,100,1,0),(53715,181392,0,1,1,-10482.1,-3200.42,23.1951,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(53716,181392,0,1,1,-10490.9,-3250.11,26.1014,0.907571,0,0,0.438371,0.898794,180,100,1,0),(53717,181392,0,1,1,-10486.6,-3261.51,26.2917,0.890118,0,0,0.430511,0.902585,180,100,1,0),(53718,181392,0,1,1,-622.192,-4594.98,15.1447,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(53719,181392,0,1,1,393.324,-2090.91,136.863,-1.3439,0,0,0.622515,-0.782608,180,100,1,0),(53720,181392,0,1,1,392.558,-2087.95,135.318,1.72788,0,0,0.760406,0.649448,180,100,1,0),(53721,181392,0,1,1,-615.334,-4589.27,24.2244,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(53722,181392,0,1,1,-10640.1,1168.91,40.6003,-0.680679,0,0,0.333807,-0.942641,180,100,1,0),(53723,181392,0,1,1,-3796.83,-875.702,15.3076,-2.44346,0,0,0.939693,-0.34202,180,100,1,0),(53724,181392,0,1,1,-841.55,-562.376,17.4683,0.05236,0,0,0.026177,0.999657,180,100,1,0),(53725,181392,0,1,1,-784.941,-512.631,22.1321,-2.21657,0,0,0.894934,-0.446198,180,100,1,0),(53726,181392,0,1,1,-171.224,-905.573,59.6152,0.069813,0,0,0.034899,0.999391,180,100,1,0),(53727,181392,0,1,1,-790.696,-595.682,19.2561,2.26893,0,0,0.906308,0.422618,180,100,1,0),(53728,181392,0,1,1,-39.0231,-903.801,61.0358,0.05236,0,0,0.026177,0.999657,180,100,1,0),(53729,181392,530,1,1,-2587.3,4469.18,40.0873,-3.00197,0,0,0.997564,-0.069756,180,100,1,0),(53730,181392,530,1,1,-2671.88,4457.92,42.8318,-1.01229,0,0,0.48481,-0.87462,180,100,1,0),(53731,181392,530,1,1,237.85,7911.49,30.4785,-1.16937,0,0,0.551937,-0.833886,180,100,1,0),(53732,181392,530,1,1,214.163,7927.68,30.7203,0.401426,0,0,0.199368,0.979925,180,100,1,0),(53733,181392,0,1,1,-9234.07,-2141.21,70.3266,1.50098,0,0,0.681998,0.731354,180,100,1,0),(53734,181392,0,1,1,-9263.48,-2237.09,68.0257,3.07178,0,0,0.999391,0.034899,180,100,1,0),(53735,181392,530,1,1,236.949,7913.63,30.5017,1.97222,0,0,0.833886,0.551937,180,100,1,0),(53736,181392,0,1,1,-10507.6,-1169.3,34.3831,0.087266,0,0,0.043619,0.999048,180,100,1,0),(53737,181392,0,1,1,-10605.1,-1157.45,33.4107,2.56563,0,0,0.95882,0.284015,180,100,1,0),(53738,181392,0,1,1,-5597.3,-532.347,403.071,1.50098,0,0,0.681998,0.731354,180,100,1,0),(53739,181392,0,1,1,-10507.6,-1169.3,34.3831,0.087266,0,0,0.043619,0.999048,180,100,1,0),(53740,181392,0,1,1,-10544.5,-1160.09,32.3532,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(53741,181392,0,1,1,-5379.67,-3003.71,334.484,0.855211,0,0,0.414693,0.909961,180,100,1,0),(53742,181392,0,1,1,-5366.48,-2959.01,332.059,1.85005,0,0,0.798636,0.601815,180,100,1,0),(53743,181392,0,1,1,563.292,1570.72,136.45,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(53744,181392,0,1,1,-14358.5,424.679,15.7415,1.91986,0,0,0.819152,0.573576,180,100,1,0),(53745,181392,0,1,1,-14396.6,410.066,26.5856,1.11701,0,0,0.529919,0.848048,180,100,1,0),(53746,181392,0,1,1,-14438.4,422.057,11.8795,-0.959931,0,0,0.461749,-0.887011,180,100,1,0),(53747,181392,0,1,1,-14461.8,480.806,31.9102,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(53748,181392,0,1,1,-14444.7,495.664,20.1124,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(53749,181392,0,1,1,-14440.8,432.902,23.9117,2.11185,0,0,0.870356,0.492424,180,100,1,0),(53750,181392,0,1,1,-10497.5,-3248.76,26.4176,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(53751,181392,0,1,1,256.371,-2178.92,123.189,1.58825,0,0,0.71325,0.700909,180,100,1,0),(53752,181392,0,1,1,-3695.47,-733.789,14.6362,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(53753,181392,0,1,1,-3763.44,-876.695,14.6474,1.0472,0,0,0.5,0.866025,180,100,1,0),(53754,181392,0,1,1,-815.952,-553.565,19.9757,1.71042,0,0,0.75471,0.656059,180,100,1,0),(53755,181392,0,1,1,-841.436,-586.411,17.5337,0.034907,0,0,0.017452,0.999848,180,100,1,0),(53756,181392,0,1,1,-9225.21,-2139.09,70.2455,1.6057,0,0,0.71934,0.694658,180,100,1,0),(53757,181392,0,1,1,-9246.09,-2148.55,68.1107,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(53758,181392,0,1,1,-10583,-1197.7,31.6985,0.174533,0,0,0.087156,0.996195,180,100,1,0),(53759,181392,0,1,1,-10524.8,-1148.65,34.2651,1.64061,0,0,0.731354,0.681998,180,100,1,0),(53760,181392,0,1,1,-5286.4,-2979,345.613,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(53761,181392,0,1,1,-5384.45,-2944.36,332.596,1.85005,0,0,0.798636,0.601815,180,100,1,0),(53762,181392,0,1,1,-5345.1,-2929.28,328.341,-1.8675,0,0,0.803857,-0.594823,180,100,1,0),(53763,181392,0,1,1,-14450.2,413.526,29.9574,0.610865,0,0,0.300706,0.953717,180,100,1,0),(53764,181392,0,1,1,-14458.5,420.944,28.9705,0.541052,0,0,0.267238,0.96363,180,100,1,0),(53765,181392,0,1,1,-14358.5,424.679,15.7415,1.91986,0,0,0.819152,0.573576,180,100,1,0),(53766,181392,0,1,1,-10506.6,1039.93,66.2996,1.95477,0,0,0.829038,0.559193,180,100,1,0),(53767,181392,0,1,1,-3795.67,-835.688,14.1054,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(53768,181392,0,1,1,-3783.72,-857.931,15.2131,0.698132,0,0,0.34202,0.939693,180,100,1,0),(53769,181392,0,1,1,-841.553,-557.781,17.5034,0.05236,0,0,0.026177,0.999657,180,100,1,0),(53770,181392,0,1,1,-9175.25,-2108.6,92.6612,2.46091,0,0,0.942641,0.333807,180,100,1,0),(53771,181392,0,1,1,-9221.95,-2065.85,81.4747,3.12414,0,0,0.999962,0.008727,180,100,1,0),(53772,181392,0,1,1,-10722.3,-1131.86,31.5413,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(53773,181392,0,1,1,-5378.39,-2942.64,332.658,1.85005,0,0,0.798636,0.601815,180,100,1,0),(53774,181392,0,1,1,-14466.3,497.062,30.2183,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(53775,181392,0,1,1,-14304.7,437.697,36.5736,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(53776,181392,0,1,1,-14474.4,452.342,34.6387,0.506145,0,0,0.25038,0.968148,180,100,1,0),(53777,181392,0,1,1,-14373.5,373.372,27.6464,1.13446,0,0,0.5373,0.843391,180,100,1,0),(53778,181392,0,1,1,-14452.4,440.289,7.80065,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(53779,181392,0,1,1,-14478,468.192,39.704,-0.680679,0,0,0.333807,-0.942641,180,100,1,0),(53780,181392,0,1,1,-14463.7,475.632,19.8548,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(53781,181392,0,1,1,-14399.8,413.275,32.471,1.09956,0,0,0.522499,0.85264,180,100,1,0),(53782,181392,0,1,1,380.051,-2098.3,125.662,-2.94961,0,0,0.995396,-0.095846,180,100,1,0),(53783,181392,0,1,1,212.537,-1982.51,148.874,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(53784,181392,0,1,1,-3816.07,-816.804,15.8673,1.53589,0,0,0.694658,0.71934,180,100,1,0),(53785,181392,0,1,1,-867.686,-568.566,17.525,3.07178,0,0,0.999391,0.034899,180,100,1,0),(53786,181392,0,1,1,-14440,439.426,7.80277,2.11185,0,0,0.870356,0.492424,180,100,1,0),(53787,181392,0,1,1,-14448.5,457.047,19.2992,0.593412,0,0,0.292372,0.956305,180,100,1,0),(53788,181392,0,1,1,-14471,492.441,18.76,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(53789,181392,0,1,1,393.2,-2108.45,125.731,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(53790,181392,0,1,1,-9237.56,-2042.74,81.7569,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(53791,181392,0,1,1,-14439.5,439.219,19.0236,2.19912,0,0,0.891007,0.453991,180,100,1,0),(53792,181392,0,1,1,-14373.5,373.372,27.6464,1.13446,0,0,0.5373,0.843391,180,100,1,0),(53793,181392,0,1,1,-14377.1,376.658,33.2114,1.22173,0,0,0.573576,0.819152,180,100,1,0),(53794,181392,0,1,1,-14448,467.663,7.70628,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(53795,181392,0,1,1,-14448,467.663,7.70628,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(53796,181392,0,1,1,-9243.66,-2211.2,72.0786,3.12414,0,0,0.999962,0.008727,180,100,1,0),(53797,181392,0,1,1,-14441.1,499.917,20.0161,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(53798,181392,0,1,1,-14435.4,395.711,35.3907,1.98968,0,0,0.838671,0.544639,180,100,1,0),(53799,181392,0,1,1,-14450.2,413.526,29.9574,0.610865,0,0,0.300706,0.953717,180,100,1,0),(53800,181392,0,1,1,-14399.8,413.275,32.471,1.09956,0,0,0.522499,0.85264,180,100,1,0),(53801,181392,0,1,1,-14383,404.126,12.0949,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(53802,181392,0,1,1,-14478.7,428.076,37.6125,0.506145,0,0,0.25038,0.968148,180,100,1,0),(53803,181392,0,1,1,-14440,439.426,7.80277,2.11185,0,0,0.870356,0.492424,180,100,1,0),(53804,181392,0,1,1,-14459.3,425.488,34.7531,0.541052,0,0,0.267238,0.96363,180,100,1,0),(53805,181392,0,1,1,-14441.1,499.917,20.0161,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(53806,181392,0,1,1,-14452.4,440.289,7.80065,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(53807,181392,0,1,1,-14304.7,437.697,36.5736,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(53808,181392,0,1,1,-14459.3,425.488,34.7531,0.541052,0,0,0.267238,0.96363,180,100,1,0),(53809,181392,0,1,1,-14478.7,428.076,37.6125,0.506145,0,0,0.25038,0.968148,180,100,1,0),(53810,181392,0,1,1,-14450.9,450.218,23.9318,0.558505,0,0,0.275637,0.961262,180,100,1,0),(53811,181392,0,1,1,-14466.3,497.062,30.2183,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(53812,181392,0,1,1,-14458.5,420.944,28.9705,0.541052,0,0,0.267238,0.96363,180,100,1,0),(53813,181392,530,1,1,-2129.46,5389.03,61.9608,2.89725,0,0,0.992546,0.121869,180,100,1,0),(53814,181392,530,1,1,-2176.67,5405.86,58.4493,0.523599,0,0,0.258819,0.965926,180,100,1,0),(53815,181392,530,1,1,-2648.93,4478.23,39.9304,2.6529,0,0,0.970296,0.241922,180,100,1,0),(53816,181392,530,1,1,-2038.49,5581.26,61.2448,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(53817,181392,530,1,1,-2128.88,5392.15,61.9466,-0.279253,0,0,0.139173,-0.990268,180,100,1,0),(53818,181392,530,1,1,-1892.36,5766.13,137.697,-0.122173,0,0,0.061049,-0.998135,180,100,1,0),(53819,181393,530,1,1,-1767.62,5163.93,-34.2786,-0.890118,0,0,0.430511,-0.902585,180,100,1,0),(53820,181393,1,1,1,1630.14,-4373.75,19.1125,-2.72271,0,0,0.978148,-0.207912,180,100,1,0),(53821,181393,1,1,1,1441.37,-4416.68,37.9758,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(53822,181393,1,1,1,1425.61,-4369.41,38.829,0.907571,0,0,0.438371,0.898794,180,100,1,0),(53823,181393,1,1,1,1434.22,-4358.4,38.2172,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(53824,181393,1,1,1,1432.57,-4427.82,38.966,0.890118,0,0,0.430511,0.902585,180,100,1,0),(53825,181393,1,1,1,1743.51,-4403.31,46.0636,-2.6529,0,0,0.970296,-0.241922,180,100,1,0),(53826,181393,1,1,1,2071.97,-4828.26,27.8896,0.698132,0,0,0.34202,0.939693,180,100,1,0),(53827,181393,1,1,1,1674.43,-4334.04,64.0697,1.11701,0,0,0.529919,0.848048,180,100,1,0),(53828,181393,1,1,1,1907.3,-4315.75,28.5347,0.279253,0,0,0.139173,0.990268,180,100,1,0),(53829,181393,1,1,1,1695.88,-4277.76,41.1063,-2.23402,0,0,0.898794,-0.438371,180,100,1,0),(53830,181393,1,1,1,-1037.15,-3657.89,24.1481,-0.122173,0,0,0.061049,-0.998135,180,100,1,0),(53831,181393,530,1,1,-2032.99,5591.94,58.0987,2.58309,0,0,0.961262,0.275637,180,100,1,0),(53832,181393,0,1,1,-9245.55,-2160.39,77.2992,3.05433,0,0,0.999048,0.043619,180,100,1,0),(53833,181393,1,1,1,2322.34,-2558.75,107.08,2.14675,0,0,0.878817,0.477159,180,100,1,0),(53834,181393,1,1,1,2338.7,-2546.8,107.421,2.09439,0,0,0.866025,0.5,180,100,1,0),(53835,181393,1,1,1,-1581.83,3147.61,52.2286,2.79253,0,0,0.984808,0.173648,180,100,1,0),(53836,181393,1,1,1,-4619.33,-3178.54,40.0166,1.55334,0,0,0.700909,0.71325,180,100,1,0),(53837,181393,1,1,1,-4620.5,-3165.98,40.6146,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(53838,181393,1,1,1,-4424.83,289.202,43.5475,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(53839,181393,1,1,1,-4407.23,213.008,34.9065,-0.925024,0,0,0.446198,-0.894934,180,100,1,0),(53840,181393,1,1,1,-4468.16,294.938,45.7941,2.32129,0,0,0.91706,0.398749,180,100,1,0),(53841,181393,1,1,1,6692.54,-4644.07,724.96,-0.226893,0,0,0.113203,-0.993572,180,100,1,0),(53842,181393,1,1,1,-6845.74,771.714,51.4555,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(53843,181393,1,1,1,-6827.61,786.462,52.2015,-1.98968,0,0,0.838671,-0.544639,180,100,1,0),(53844,181393,1,1,1,-6797.72,722.942,46.8554,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(53845,181393,1,1,1,-6848.75,778.839,51.6178,1.46608,0,0,0.669131,0.743145,180,100,1,0),(53846,181393,1,1,1,-6827.61,786.462,52.2015,-1.98968,0,0,0.838671,-0.544639,180,100,1,0),(53847,181393,1,1,1,-6845.74,771.714,51.4555,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(53848,181393,1,1,1,-6848.75,778.839,51.6178,1.46608,0,0,0.669131,0.743145,180,100,1,0),(53849,181393,1,1,1,-6820.24,718.917,47.5142,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(53850,181393,1,1,1,2702.3,1487.9,239.449,1.64061,0,0,0.731354,0.681998,180,100,1,0),(53851,181393,1,1,1,2734.88,1491.61,239.478,1.71042,0,0,0.75471,0.656059,180,100,1,0),(53852,181393,1,1,1,5104.87,-348.282,360.119,1.98968,0,0,0.838671,0.544639,180,100,1,0),(53853,181393,1,1,1,-5475.12,-2466.45,91.1327,1.95477,0,0,0.829038,0.559193,180,100,1,0),(53854,181393,1,1,1,-3153.35,-2854.33,36.458,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(53855,181393,1,1,1,-3089.68,-2824.13,37.3795,1.22173,0,0,0.573576,0.819152,180,100,1,0),(53856,181393,1,1,1,-3100.42,-2817.37,37.3277,1.25664,0,0,0.587785,0.809017,180,100,1,0),(53857,181393,0,1,1,-8800.71,664.397,97.7356,2.89725,0,0,0.992546,0.121869,180,100,1,0),(53858,181393,0,1,1,-8899.69,616.603,101.596,-2.6529,0,0,0.970296,-0.241922,180,100,1,0),(53859,181393,530,1,1,-1902.04,5477.41,-7.33749,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(53860,181393,530,1,1,-2030.6,5346.62,4.62407,0.471239,0,0,0.233445,0.97237,180,100,1,0),(53861,181393,530,1,1,-2591.77,4457.34,39.3595,3.00197,0,0,0.997564,0.069757,180,100,1,0),(53862,181393,0,1,1,1586.07,250.113,-47.6988,2.35619,0,0,0.92388,0.382683,180,100,1,0),(53863,181393,0,1,1,1605.16,230.557,-47.8257,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(53864,181393,0,1,1,1605.44,249.87,-47.7427,0.802851,0,0,0.390731,0.920505,180,100,1,0),(53865,181393,0,1,1,1585.86,230.646,-47.8969,-2.35619,0,0,0.92388,-0.382683,180,100,1,0),(53866,181393,530,1,1,-1253.01,7158.91,61.7167,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(53867,181393,530,1,1,-1210.01,7182.33,61.392,-2.19912,0,0,0.891007,-0.45399,180,100,1,0),(53868,181393,530,1,1,176.31,2623.16,90.4095,2.1293,0,0,0.87462,0.48481,180,100,1,0),(53869,181393,530,1,1,35.6458,2671.69,84.5496,-2.80998,0,0,0.986286,-0.165048,180,100,1,0),(53870,181393,530,1,1,188.454,2622.03,89.846,-1.11701,0,0,0.529919,-0.848048,180,100,1,0),(53871,181393,0,1,1,-4897.69,-1002.05,510.054,2.07694,0,0,0.861629,0.507538,180,100,1,0),(53872,181393,1,1,1,2011.81,-4645.75,36.5273,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(53873,181393,1,1,1,1956.05,-4361.1,33.1505,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(53874,181393,1,1,1,-1041.35,-3677.52,24.5061,-0.279253,0,0,0.139173,-0.990268,180,100,1,0),(53875,181393,1,1,1,-1048.98,-3636.04,27.1376,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(53876,181393,1,1,1,-1037.15,-3657.89,24.1481,-0.122173,0,0,0.061049,-0.998135,180,100,1,0),(53877,181393,0,1,1,-6586.41,-1031.39,270.661,-2.96706,0,0,0.996195,-0.087156,180,100,1,0),(53878,181393,0,1,1,514.336,1624.92,107.64,1.23918,0,0,0.580703,0.814116,180,100,1,0),(53879,181393,0,1,1,496.758,1564.18,135.881,1.5708,0,0,0.707107,0.707107,180,100,1,0),(53880,181393,0,1,1,-12426.2,191.396,2.60344,-1.23918,0,0,0.580703,-0.814116,180,100,1,0),(53881,181393,0,1,1,-12420.6,219.932,3.25562,1.29154,0,0,0.601815,0.798636,180,100,1,0),(53882,181393,1,1,1,-399.158,-2653.61,101.406,2.42601,0,0,0.936672,0.350207,180,100,1,0),(53883,181393,0,1,1,-523.749,-4511.91,11.9685,0.069813,0,0,0.034899,0.999391,180,100,1,0),(53884,181393,1,1,1,-1597.21,3159.58,52.1664,-0.907571,0,0,0.438371,-0.898794,180,100,1,0),(53885,181393,1,1,1,-1587.39,3158,52.1781,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(53886,181393,1,1,1,-3618.45,-4450.95,14.8035,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(53887,181393,1,1,1,-4437.76,259.749,41.8892,0.506145,0,0,0.25038,0.968148,180,100,1,0),(53888,181393,1,1,1,-4433.43,250.746,41.7631,0.488692,0,0,0.241922,0.970296,180,100,1,0),(53889,181393,1,1,1,-4387.82,3296.44,15.9037,3.07178,0,0,0.999391,0.034899,180,100,1,0),(53890,181393,1,1,1,-6820.24,718.917,47.5142,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(53891,181393,1,1,1,-6797.72,722.942,46.8554,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(53892,181393,1,1,1,-5409.35,-2398.16,91.113,-2.53073,0,0,0.953717,-0.300706,180,100,1,0),(53893,181393,1,1,1,-5409.24,-2439.46,92.732,2.58309,0,0,0.961262,0.275637,180,100,1,0),(53894,181393,1,1,1,-5478.69,-2427.21,91.1138,-0.488692,0,0,0.241922,-0.970296,180,100,1,0),(53895,181393,1,1,1,-5441.29,-2467.74,90.3471,1.5708,0,0,0.707107,0.707107,180,100,1,0),(53896,181393,530,1,1,-1751.6,5168.99,-35.2921,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(53897,181393,530,1,1,-2241.45,5521.86,71.3778,-1.95477,0,0,0.829038,-0.559193,180,100,1,0),(53898,181393,530,1,1,-2041.48,5576.19,58.1513,2.63545,0,0,0.968148,0.25038,180,100,1,0),(53899,181393,530,1,1,-2248.99,5547.68,71.0691,2.21657,0,0,0.894934,0.446198,180,100,1,0),(53900,181393,530,1,1,-2186.24,5397.07,54.493,1.43117,0,0,0.656059,0.75471,180,100,1,0),(53901,181393,1,1,1,1915.48,-4252.46,50.5299,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(53902,181393,1,1,1,1897.01,-4606.08,40.9014,2.9147,0,0,0.993572,0.113203,180,100,1,0),(53903,181393,1,1,1,1928.96,-4584.59,41.3925,3.03687,0,0,0.99863,0.052336,180,100,1,0),(53904,181393,1,1,1,1712.41,-4219.7,55.258,-1.85005,0,0,0.798635,-0.601815,180,100,1,0),(53905,181393,1,1,1,1656.47,-4433.01,28.1114,2.33874,0,0,0.920505,0.390731,180,100,1,0),(53906,181393,1,1,1,-1061.28,-3663.65,25.259,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(53907,181393,1,1,1,-1042.55,-3660.28,35.779,-0.10472,0,0,0.052336,-0.99863,180,100,1,0),(53908,181393,1,1,1,-3718.96,-4542.8,13.5865,0.453786,0,0,0.224951,0.97437,180,100,1,0),(53909,181393,1,1,1,-4388.19,3281.72,15.9663,2.96706,0,0,0.996195,0.087156,180,100,1,0),(53910,181393,1,1,1,-5473.15,-2454.82,91.7347,-0.785398,0,0,0.382683,-0.92388,180,100,1,0),(53911,181393,1,1,1,-5460.34,-2453.11,96.0674,0.383972,0,0,0.190809,0.981627,180,100,1,0),(53912,181393,1,1,1,-5392.98,-2418.71,91.7338,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(53913,181393,0,1,1,-4888.82,-994.738,510.049,2.32129,0,0,0.91706,0.398749,180,100,1,0),(53914,181393,0,1,1,-4879.83,-987.33,509.983,2.14675,0,0,0.878817,0.477159,180,100,1,0),(53915,181393,0,1,1,-12386.6,138.775,4.7903,-3.08923,0,0,0.999657,-0.026177,180,100,1,0),(53916,181393,0,1,1,-12424.7,154.634,4.52882,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(53917,181393,0,1,1,-10373.5,-3253.35,21.4065,0.837758,0,0,0.406737,0.913545,180,100,1,0),(53918,181393,0,1,1,-10378.2,-3246.56,21.4077,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(53919,181393,0,1,1,-10466.4,-3219.28,22.0306,0.942478,0,0,0.45399,0.891007,180,100,1,0),(53920,181393,0,1,1,262.468,-2021.69,174.772,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(53921,181393,530,1,1,-1918.4,5415.82,-5.38689,0.139626,0,0,0.069756,0.997564,180,100,1,0),(53922,181393,0,1,1,-10528.4,1031.42,57.6058,3.05433,0,0,0.999048,0.043619,180,100,1,0),(53923,181393,530,1,1,-1212.33,7133.38,61.5522,2.02458,0,0,0.848048,0.529919,180,100,1,0),(53924,181393,530,1,1,-1240.11,7134.36,61.8164,1.06465,0,0,0.507538,0.861629,180,100,1,0),(53925,181393,530,1,1,-1197.4,7157.67,61.526,3.14159,0,0,1,0,180,100,1,0),(53926,181393,1,1,1,1677.66,-4423.05,28.1319,1.5708,0,0,0.707107,0.707107,180,100,1,0),(53927,181393,1,1,1,2030.91,-4657.26,37.322,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(53928,181393,1,1,1,2052.84,-4818.59,28.2096,1.8675,0,0,0.803857,0.594823,180,100,1,0),(53929,181393,1,1,1,1887.7,-4604.38,41.2229,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(53930,181393,530,1,1,41.807,2658.85,84.3767,-2.82743,0,0,0.987688,-0.156434,180,100,1,0),(53931,181393,530,1,1,181.896,2617.5,89.5808,-0.820305,0,0,0.398749,-0.91706,180,100,1,0),(53932,181393,1,1,1,-2364,-1967.25,100.633,0.959931,0,0,0.461749,0.887011,180,100,1,0),(53933,181393,1,1,1,-2355.69,-1972.15,100.811,1.15192,0,0,0.544639,0.838671,180,100,1,0),(53934,181393,1,1,1,-5424.92,-2457.37,91.0689,2.28638,0,0,0.909961,0.414693,180,100,1,0),(53935,181393,1,1,1,-5470.46,-2461.1,91.7214,1.79769,0,0,0.782608,0.622515,180,100,1,0),(53936,181393,1,1,1,-5480.31,-2454.42,91.3694,-1.02974,0,0,0.492424,-0.870356,180,100,1,0),(53937,181393,1,1,1,-5438.81,-2394.16,90.9017,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(53938,181393,1,1,1,1919.7,-4582.7,41.1832,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(53939,181393,1,1,1,1941.74,-4251.02,50.9597,-1.67552,0,0,0.743145,-0.669131,180,100,1,0),(53940,181393,1,1,1,1724.71,-4416.39,46.0725,0.698132,0,0,0.34202,0.939693,180,100,1,0),(53941,181393,1,1,1,1915.1,-4371.97,32.7758,0.314159,0,0,0.156434,0.987688,180,100,1,0),(53942,181393,1,1,1,-1048.98,-3636.04,27.1376,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(53943,181393,1,1,1,-1044.96,-3672.91,35.8578,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(53944,181393,1,1,1,-413.729,-2640.72,101.467,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(53945,181393,1,1,1,-403.707,-2634.74,101.713,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(53946,181393,1,1,1,-2378.17,-1984.89,98.211,-0.541052,0,0,0.267238,-0.96363,180,100,1,0),(53947,181393,1,1,1,1900.84,-4339.25,26.3603,-0.733038,0,0,0.358368,-0.93358,180,100,1,0),(53948,181393,1,1,1,1498.93,-4223.1,49.3495,0.244346,0,0,0.121869,0.992546,180,100,1,0),(53949,181393,1,1,1,-1043.44,-3666.83,32.4912,-0.15708,0,0,0.078459,-0.996917,180,100,1,0),(53950,181393,1,1,1,-412.073,-2651.01,101.407,0.959931,0,0,0.461749,0.887011,180,100,1,0),(53951,181393,1,1,1,-395.542,-2641.12,101.499,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(53952,181393,1,1,1,-1053.94,-3671.35,25.1827,1.32645,0,0,0.615662,0.788011,180,100,1,0),(53953,181393,1,1,1,-1044.96,-3672.91,35.8578,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(53954,181393,1,1,1,-1043.44,-3666.83,32.4912,-0.15708,0,0,0.078459,-0.996917,180,100,1,0),(53955,181393,1,1,1,-1061.28,-3663.65,25.259,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(53956,181393,1,1,1,-1053.94,-3671.35,25.1827,1.32645,0,0,0.615662,0.788011,180,100,1,0),(53957,181393,1,1,1,-1042.55,-3660.28,35.779,-0.10472,0,0,0.052336,-0.99863,180,100,1,0),(53958,181393,1,1,1,-1041.35,-3677.52,24.5061,-0.279253,0,0,0.139173,-0.990268,180,100,1,0),(53959,181393,0,1,1,-6500.99,-1171.68,321.561,1.91986,0,0,0.819152,0.573576,180,100,1,0),(53960,181393,530,1,1,-2066.62,5515.95,69.0169,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(53961,181393,0,1,1,508.032,1649.85,126.674,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(53962,181393,0,1,1,-12341.8,179.019,4.7031,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(53963,181393,0,1,1,-10518.5,-3317.81,23.24,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(53964,181393,0,1,1,-10403.5,-3293.58,22.265,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(53965,181393,0,1,1,-578.332,-4589.98,11.8291,1.29154,0,0,0.601815,0.798636,180,100,1,0),(53966,181393,0,1,1,-584.311,-4627.52,13.5195,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(53967,181393,0,1,1,-514.545,-4562.39,11.8661,0.191986,0,0,0.095846,0.995396,180,100,1,0),(53968,181393,0,1,1,300.221,-2108.42,126.444,-2.80998,0,0,0.986286,-0.165048,180,100,1,0),(53969,181393,0,1,1,-10640.6,1129.74,38.5564,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(53970,181393,0,1,1,-10659.2,1105.51,38.4204,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(53971,181393,0,1,1,532.317,1625.02,107.717,1.72788,0,0,0.760406,0.649448,180,100,1,0),(53972,181393,0,1,1,-14352.1,408.626,32.1101,-1.16937,0,0,0.551937,-0.833886,180,100,1,0),(53973,181393,0,1,1,-12432.3,223.93,2.90541,1.3439,0,0,0.622515,0.782608,180,100,1,0),(53974,181393,0,1,1,-14456,482.348,20.973,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(53975,181393,0,1,1,-10457.5,-3218.93,22.4027,1.8326,0,0,0.793353,0.608761,180,100,1,0),(53976,181393,0,1,1,-10513.5,-3325.05,22.9521,3.05433,0,0,0.999048,0.043619,180,100,1,0),(53977,181393,0,1,1,-605.514,-4598.37,18.0096,2.46091,0,0,0.942641,0.333807,180,100,1,0),(53978,181393,0,1,1,-10473.4,1019.39,57.6557,-0.139626,0,0,0.069756,-0.997564,180,100,1,0),(53979,181393,530,1,1,-1985.63,5358.4,-5.78986,1.76278,0,0,0.771625,0.636078,180,100,1,0),(53980,181393,530,1,1,-1808.96,5444.12,-5.37707,-2.98451,0,0,0.996917,-0.078459,180,100,1,0),(53981,181393,530,1,1,-1698.84,5512.11,4.84271,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(53982,181393,530,1,1,-1889.24,5354.07,-6.77114,1.29154,0,0,0.601815,0.798636,180,100,1,0),(53983,181393,530,1,1,-2648.26,4465.46,39.4806,-0.20944,0,0,0.104528,-0.994522,180,100,1,0),(53984,181393,530,1,1,183.504,2628.86,90.6394,2.19912,0,0,0.891007,0.453991,180,100,1,0),(53985,181393,0,1,1,496.702,1564.11,135.996,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(53986,181393,0,1,1,-14352.1,408.626,32.1101,-1.16937,0,0,0.551937,-0.833886,180,100,1,0),(53987,181393,0,1,1,-10410.9,-3293.84,21.9546,-0.453786,0,0,0.224951,-0.97437,180,100,1,0),(53988,181393,0,1,1,306.487,-2135.68,126.286,-2.96706,0,0,0.996195,-0.087156,180,100,1,0),(53989,181393,0,1,1,-10490.6,998.916,57.2939,-1.15192,0,0,0.544639,-0.838671,180,100,1,0),(53990,181393,0,1,1,-10517.1,1002.39,57.2562,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(53991,181393,0,1,1,-8913.01,641.138,101.55,-2.61799,0,0,0.965926,-0.258819,180,100,1,0),(53992,181393,0,1,1,-14467.1,489.044,14.9012,-2.33874,0,0,0.920505,-0.390731,180,100,1,0),(53993,181393,0,1,1,299.466,-2001.07,198.562,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(53994,181393,0,1,1,-10484.7,1048.46,56.9732,0.872665,0,0,0.422618,0.906308,180,100,1,0),(53995,181393,530,1,1,-2169.22,5503.56,55.6647,0.226893,0,0,0.113203,0.993572,180,100,1,0),(53996,181393,0,1,1,-14348.7,416.141,31.8332,0.418879,0,0,0.207912,0.978148,180,100,1,0),(53997,181393,0,1,1,-14462.4,505.205,27.1798,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(53998,181393,0,1,1,291.334,-1993.75,198.597,-2.19912,0,0,0.891007,-0.45399,180,100,1,0),(53999,181393,0,1,1,274.559,-2032.56,174.892,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(54000,181393,0,1,1,-14358.9,412.137,31.812,-2.77507,0,0,0.983255,-0.182235,180,100,1,0),(54001,181393,0,1,1,-14468.4,487.744,26.6851,0.872665,0,0,0.422618,0.906308,180,100,1,0),(54002,181393,0,1,1,-14456,482.348,20.973,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(54003,181393,0,1,1,-14468.4,487.744,26.6851,0.872665,0,0,0.422618,0.906308,180,100,1,0),(54004,181393,0,1,1,-14462.4,505.205,27.1798,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(54005,181393,0,1,1,-14358.9,412.137,31.812,-2.77507,0,0,0.983255,-0.182235,180,100,1,0),(54006,181393,0,1,1,-14356,419.693,31.6394,2.07694,0,0,0.861629,0.507538,180,100,1,0),(54007,181393,0,1,1,-14356,419.693,31.6394,2.07694,0,0,0.861629,0.507538,180,100,1,0),(54008,181393,0,1,1,-14467.1,489.044,14.9012,-2.33874,0,0,0.920505,-0.390731,180,100,1,0),(54009,181393,0,1,1,-14348.7,416.141,31.8332,0.418879,0,0,0.207912,0.978148,180,100,1,0),(54010,181393,530,1,1,-1237.8,7183.28,61.0543,-1.0472,0,0,0.5,-0.866025,180,100,1,0),(54011,181393,530,1,1,257.304,7897.24,22.729,-0.855212,0,0,0.414693,-0.909961,180,100,1,0),(54012,181393,530,1,1,233.97,7888.64,21.8598,-0.383972,0,0,0.190809,-0.981627,180,100,1,0),(54013,181393,530,1,1,-2630.89,4487.04,39.3196,-1.16937,0,0,0.551937,-0.833886,180,100,1,0),(54014,181393,530,1,1,-2637.84,4439.5,39.5125,0.907571,0,0,0.438371,0.898794,180,100,1,0),(54015,181393,530,1,1,-2229.14,5527.6,71.4264,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(54016,181393,530,1,1,-2221.15,5584.71,71.5792,1.32645,0,0,0.615662,0.788011,180,100,1,0),(54017,181393,530,1,1,-2213.88,5572.59,71.3411,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(54018,181393,530,1,1,-1939.72,5455.46,-6.78151,-0.366519,0,0,0.182236,-0.983255,180,100,1,0),(54019,181393,530,1,1,-1819.39,5465.01,-5.34651,-2.32129,0,0,0.91706,-0.398749,180,100,1,0),(54020,181393,530,1,1,-2602.19,4483.43,39.4502,-2.32129,0,0,0.91706,-0.398749,180,100,1,0),(54021,181393,530,1,1,-2074.97,5487.17,69.042,0.122173,0,0,0.061049,0.998135,180,100,1,0),(54022,181393,530,1,1,-1994.47,5375.46,-5.8507,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(54023,181393,530,1,1,-2609.11,4435.35,39.2985,1.97222,0,0,0.833886,0.551937,180,100,1,0),(54024,181393,530,1,1,-2152.76,5556.38,56.7827,-0.680679,0,0,0.333807,-0.942641,180,100,1,0),(54025,181393,530,1,1,-2242.01,5567.93,71.0264,-2.86234,0,0,0.990268,-0.139173,180,100,1,0),(54026,181393,530,1,1,-1878.37,5489.22,-7.27279,-1.71042,0,0,0.75471,-0.656059,180,100,1,0),(54027,181393,530,1,1,-1848.54,5370.87,-7.43418,1.55334,0,0,0.700909,0.71325,180,100,1,0),(54028,181393,530,1,1,-1825.73,5382.07,-7.43947,2.33874,0,0,0.920505,0.390731,180,100,1,0),(54029,181393,530,1,1,-1907.78,5394.67,-5.28488,0.802851,0,0,0.390731,0.920505,180,100,1,0),(54030,181393,530,1,1,-1787.64,5404.71,-6.56166,2.86234,0,0,0.990268,0.139173,180,100,1,0),(54031,188049,1,1,1,4204.72,1144.22,8.76059,0.785398,0,0,0.382683,0.92388,180,100,1,0),(54032,188050,1,1,1,4232.07,1165.95,8.0764,2.30383,0,0,0.913545,0.406737,180,100,1,0),(54033,188050,1,1,1,4204.74,1144.18,8.74548,1.6057,0,0,0.71934,0.694658,180,100,1,0),(54034,188050,1,1,1,4244.7,1142.68,10.2735,2.26893,0,0,0.906308,0.422618,180,100,1,0),(54035,181401,1,1,1,8013.66,-2637.12,523.791,1.72788,0,0,0.760406,0.649448,180,100,1,0),(54036,181401,1,1,1,7857.99,-2503.12,496.981,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(54037,181401,1,1,1,7957.18,-2380.08,496.718,1.69297,0,0,0.748956,0.66262,180,100,1,0),(54038,181401,1,1,1,7918.85,-2507.95,496.78,0.05236,0,0,0.026177,0.999657,180,100,1,0),(54039,181401,530,1,1,-1774.86,5267.38,-27.0181,-1.02974,0,0,0.492424,-0.870356,180,100,1,0),(54040,181401,530,1,1,-1645.07,5192.24,-27.4254,2.56563,0,0,0.95882,0.284015,180,100,1,0),(54041,181401,530,1,1,-1552.94,5125.71,-8.69652,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(54042,181401,530,1,1,-1760.91,5171.57,-17.2613,1.8675,0,0,0.803857,0.594823,180,100,1,0),(54043,181401,530,1,1,-1759.38,5167.66,-28.7267,1.90241,0,0,0.814116,0.580703,180,100,1,0),(54044,181401,1,1,1,10119.3,2216.15,1351.82,2.16421,0,0,0.882948,0.469472,180,100,1,0),(54045,181401,1,1,1,10130.9,2224.83,1352.22,2.21657,0,0,0.894934,0.446198,180,100,1,0),(54046,181401,1,1,1,10144.3,2233.66,1352.2,2.16421,0,0,0.882948,0.469472,180,100,1,0),(54047,181401,1,1,1,9996.89,2273.38,1355.08,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(54048,181401,1,1,1,9919.38,2271.49,1355.09,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(54049,181401,1,1,1,9930.41,2271.81,1355.08,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(54050,181401,1,1,1,-1044.43,-3666.5,40.3548,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(54051,181401,1,1,1,-1042.29,-3651.41,38.1868,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(54052,181401,1,1,1,-407.324,-2622.12,107.816,2.07694,0,0,0.861629,0.507538,180,100,1,0),(54053,181401,1,1,1,-394.914,-2624.62,107.54,0.872665,0,0,0.422618,0.906308,180,100,1,0),(54054,181401,1,1,1,-383.771,-2633.65,107.217,0.890118,0,0,0.430511,0.902585,180,100,1,0),(54055,181401,1,1,1,2338.29,-2518.44,108.339,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(54056,181401,1,1,1,2329.67,-2550.33,108.201,2.25148,0,0,0.902585,0.430511,180,100,1,0),(54057,181401,1,1,1,6434.63,603.883,25.3917,-1.8675,0,0,0.803857,-0.594823,180,100,1,0),(54058,181401,1,1,1,6438.27,515.244,16.5496,-0.314159,0,0,0.156434,-0.987688,180,100,1,0),(54059,181401,1,1,1,6521.33,464.942,16.8399,-2.75762,0,0,0.981627,-0.190809,180,100,1,0),(54060,181401,1,1,1,263.833,1226.39,200.204,-1.309,0,0,0.608761,-0.793353,180,100,1,0),(54061,181401,1,1,1,242.084,1221.15,200.202,-1.3439,0,0,0.622515,-0.782608,180,100,1,0),(54062,181401,1,1,1,238.929,1282.07,199.944,1.79769,0,0,0.782608,0.622515,180,100,1,0),(54063,181401,1,1,1,250.032,1284.53,200.14,1.76278,0,0,0.771625,0.636078,180,100,1,0),(54064,181401,1,1,1,-3747.64,-4350.52,17.5358,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(54065,181401,1,1,1,-4451.88,3228.57,21.9861,0.296706,0,0,0.147809,0.989016,180,100,1,0),(54066,181401,1,1,1,-4455.56,3298.07,24.3637,-0.680679,0,0,0.333807,-0.942641,180,100,1,0),(54067,181401,1,1,1,-4382.54,3319.01,21.4429,1.55334,0,0,0.700909,0.71325,180,100,1,0),(54068,181401,1,1,1,-4360.17,3318.4,21.5473,1.53589,0,0,0.694658,0.71934,180,100,1,0),(54069,181401,1,1,1,-2386.59,-1994.56,104.501,2.58309,0,0,0.961262,0.275637,180,100,1,0),(54070,181401,1,1,1,-6848.35,739.762,54.0557,0.488692,0,0,0.241922,0.970296,180,100,1,0),(54071,181401,1,1,1,-2368.96,-2005.71,104.507,-0.523599,0,0,0.258819,-0.965926,180,100,1,0),(54072,181401,1,1,1,2687.15,1499.69,244.284,-3.03687,0,0,0.99863,-0.052336,180,100,1,0),(54073,181401,1,1,1,2714.17,-356.15,118.547,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(54074,181401,1,1,1,2736.19,-416.542,119.777,2.79253,0,0,0.984808,0.173648,180,100,1,0),(54075,181401,1,1,1,2745.54,-451.896,119.853,-1.91986,0,0,0.819152,-0.573576,180,100,1,0),(54076,181401,1,1,1,2760.44,-312.137,118.554,1.5708,0,0,0.707107,0.707107,180,100,1,0),(54077,181401,1,1,1,878.315,936.503,121.709,2.54818,0,0,0.956305,0.292372,180,100,1,0),(54078,181401,1,1,1,-3169.01,-2908.33,43.0948,0.715585,0,0,0.350207,0.936672,180,100,1,0),(54079,181401,0,1,1,-8845.92,468.922,122.352,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(54080,181401,1,1,1,7859.37,-2514.28,496.969,-3.00197,0,0,0.997564,-0.069756,180,100,1,0),(54081,181401,1,1,1,7975.71,-2439.24,496.73,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(54082,181401,1,1,1,7917.81,-2496.79,496.893,0.122173,0,0,0.061049,0.998135,180,100,1,0),(54083,181401,1,1,1,7922.29,-2414.88,502.598,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(54084,181401,530,1,1,-1731.91,5520.3,-1.93907,-1.11701,0,0,0.529919,-0.848048,180,100,1,0),(54085,181401,530,1,1,-1997.6,5338.07,-1.49292,2.00713,0,0,0.843391,0.5373,180,100,1,0),(54086,181401,530,1,1,-222.409,5391.95,40.3267,-1.36136,0,0,0.629321,-0.777146,180,100,1,0),(54087,181401,530,1,1,175.229,2619.42,98.4546,2.18166,0,0,0.887011,0.461749,180,100,1,0),(54088,181401,0,1,1,-925.38,-3533.3,79.0026,0,0,0,0,1,180,100,1,0),(54089,181401,0,1,1,-949.366,-3525.52,69.6821,0.017453,0,0,0.008727,0.999962,180,100,1,0),(54090,181401,0,1,1,-925.246,-3540.75,79.0073,3.14159,0,0,1,0,180,100,1,0),(54091,181401,0,1,1,-925.949,-3497.94,69.2867,3.08923,0,0,0.999657,0.026177,180,100,1,0),(54092,181401,0,1,1,-6664.56,-2236.98,269.9,-0.488692,0,0,0.241922,-0.970296,180,100,1,0),(54093,181401,0,1,1,-6668.64,-2174.63,251.874,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(54094,181401,0,1,1,-6669.28,-2149.88,254.978,3.05433,0,0,0.999048,0.043619,180,100,1,0),(54095,181401,0,1,1,-6682.43,-2226.7,269.902,2.6529,0,0,0.970296,0.241922,180,100,1,0),(54096,181401,0,1,1,-9481.61,26.2059,66.6079,3.01942,0,0,0.998135,0.061049,180,100,1,0),(54097,181401,1,1,1,1588.31,-4108.94,46.2348,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(54098,181401,0,1,1,-1206.78,-2532.43,32.0589,3.12414,0,0,0.999962,0.008727,180,100,1,0),(54099,181401,1,1,1,9985.81,2272.69,1355,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(54100,181401,1,1,1,9908.32,2270.95,1355.09,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(54101,181401,0,1,1,-11046.2,-3406.02,77.368,-2.56563,0,0,0.95882,-0.284015,180,100,1,0),(54102,181401,1,1,1,9973.71,2273.31,1355.09,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(54103,181401,0,1,1,-10515.1,-1176.3,34.0014,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(54104,181401,0,1,1,-10530.2,-1177.49,33.8839,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(54105,181401,0,1,1,-5576.13,-520.752,411.746,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(54106,181401,0,1,1,-5582.83,-503.693,411.74,1.55334,0,0,0.700909,0.71325,180,100,1,0),(54107,181401,0,1,1,-5604.45,-512.76,411.591,1.53589,0,0,0.694658,0.71934,180,100,1,0),(54108,181401,0,1,1,-10515.1,-1150.08,33.9502,1.64061,0,0,0.731354,0.681998,180,100,1,0),(54109,181401,0,1,1,-5373.55,-2951.74,332.339,0.296706,0,0,0.147809,0.989016,180,100,1,0),(54110,181401,0,1,1,-12351.4,195.921,16.8557,2.6529,0,0,0.970296,0.241922,180,100,1,0),(54111,181401,0,1,1,-12342.8,201.376,16.9128,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(54112,181401,0,1,1,-12342.4,180.949,16.885,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(54113,181401,0,1,1,-12425.3,191.557,8.54682,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(54114,181401,0,1,1,-10489.5,-3271.75,30.6857,-1.23918,0,0,0.580703,-0.814116,180,100,1,0),(54115,181401,0,1,1,-10506.9,-3267.97,30.7061,0.820305,0,0,0.398749,0.91706,180,100,1,0),(54116,181401,1,1,1,-491.81,-2613.64,119.872,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(54117,181401,1,1,1,-412.225,-2666.04,107.033,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(54118,181401,1,1,1,-496.726,-2604.32,119.997,3.08923,0,0,0.999657,0.026177,180,100,1,0),(54119,181401,1,1,1,-426.518,-2640.27,107.717,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(54120,181401,0,1,1,-605.532,-4590.8,15.3616,0.942478,0,0,0.45399,0.891007,180,100,1,0),(54121,181401,0,1,1,-10635.1,1175.51,40.7012,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(54122,181401,0,1,1,-10656.3,1162.51,40.5582,-2.21657,0,0,0.894934,-0.446198,180,100,1,0),(54123,181401,0,1,1,-3840.64,-843.026,15.8984,-1.53589,0,0,0.694658,-0.71934,180,100,1,0),(54124,181401,1,1,1,6477.77,732.332,24.5453,1.23918,0,0,0.580703,0.814116,180,100,1,0),(54125,181401,1,1,1,6444.01,632.915,25.4917,1.25664,0,0,0.587785,0.809017,180,100,1,0),(54126,181401,1,1,1,6441.39,525.902,16.6102,-0.296706,0,0,0.147809,-0.989016,180,100,1,0),(54127,181401,1,1,1,252.948,1223.7,200.181,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(54128,181401,1,1,1,228.144,1279.24,199.964,1.8326,0,0,0.793353,0.608761,180,100,1,0),(54129,181401,0,1,1,-8.19569,-948.24,59.941,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(54130,181401,1,1,1,-3841.62,-4402.08,20.5505,-0.802851,0,0,0.390731,-0.920505,180,100,1,0),(54131,181401,1,1,1,-4361.68,3258.56,21.4951,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(54132,181401,1,1,1,-4372.85,3258.68,21.5166,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(54133,181401,1,1,1,-4333.42,3288.06,26.5047,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(54134,181401,0,1,1,-867.686,-560.873,17.4662,3.14159,0,0,1,0,180,100,1,0),(54135,181401,0,1,1,-840.992,-593.922,17.596,0.05236,0,0,0.026177,0.999657,180,100,1,0),(54136,181401,1,1,1,-6848.35,739.762,54.0557,0.488692,0,0,0.241922,0.970296,180,100,1,0),(54137,181401,1,1,1,-6744.6,767.858,102.267,-2.74017,0,0,0.979925,-0.199368,180,100,1,0),(54138,181401,1,1,1,-6744.6,767.858,102.267,-2.74017,0,0,0.979925,-0.199368,180,100,1,0),(54139,181401,1,1,1,2688.58,1488.6,244.246,-3.00197,0,0,0.997564,-0.069756,180,100,1,0),(54140,181401,1,1,1,2686.09,1510.82,244.379,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(54141,181401,1,1,1,2714.17,-356.15,118.547,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(54142,181401,1,1,1,2766.66,-395.711,120.036,1.22173,0,0,0.573576,0.819152,180,100,1,0),(54143,181401,1,1,1,986.706,978.611,114.686,-2.28638,0,0,0.909961,-0.414693,180,100,1,0),(54144,181401,530,1,1,-2056.81,5228.37,-27.3976,0.750492,0,0,0.366501,0.930418,180,100,1,0),(54145,181401,530,1,1,-1864.13,4999.87,-8.7243,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(54146,181401,0,1,1,-9214.25,-2141.55,70.169,1.55334,0,0,0.700909,0.71325,180,100,1,0),(54147,181401,1,1,1,7856.99,-2491.97,497.065,-3.08923,0,0,0.999657,-0.026177,180,100,1,0),(54148,181401,1,1,1,7958.75,-2575.71,501.371,3.12414,0,0,0.999962,0.008727,180,100,1,0),(54149,181401,1,1,1,7916.47,-2485.73,496.947,0.139626,0,0,0.069756,0.997564,180,100,1,0),(54150,181401,1,1,1,7953.25,-2441.07,496.723,-1.46608,0,0,0.669131,-0.743145,180,100,1,0),(54151,181401,530,1,1,-1653.5,5684.1,136.717,2.68781,0,0,0.97437,0.224951,180,100,1,0),(54152,181401,530,1,1,-1729.52,5621.41,133.746,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(54153,181401,1,1,1,1928.31,-4248.18,55.957,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(54154,181401,1,1,1,-1035.33,-3655.5,31.1372,-0.226893,0,0,0.113203,-0.993572,180,100,1,0),(54155,181401,1,1,1,-1033.01,-3642.91,31.0176,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(54156,181401,1,1,1,-381.048,-2643.36,107.128,-0.383972,0,0,0.190809,-0.981627,180,100,1,0),(54157,181401,1,1,1,-422.354,-2659.55,107.263,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(54158,181401,1,1,1,6420.54,559.739,21.327,1.25664,0,0,0.587785,0.809017,180,100,1,0),(54159,181401,1,1,1,6468.23,703.672,24.6131,-1.90241,0,0,0.814116,-0.580703,180,100,1,0),(54160,181401,1,1,1,6434.66,504.66,16.5225,-0.349066,0,0,0.173648,-0.984808,180,100,1,0),(54161,181401,1,1,1,-3836.67,-4444.63,16.0376,0.802851,0,0,0.390731,0.920505,180,100,1,0),(54162,181401,1,1,1,-3706.26,-4339.77,15.0358,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(54163,181401,1,1,1,-3701.42,-4534.23,22.6717,0.453786,0,0,0.224951,0.97437,180,100,1,0),(54164,181401,1,1,1,-4371.31,3318.78,21.5712,1.53589,0,0,0.694658,0.71934,180,100,1,0),(54165,181401,1,1,1,-4384.07,3259.21,21.538,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(54166,181401,1,1,1,-2376.24,-1976.42,104.757,2.63545,0,0,0.968148,0.25038,180,100,1,0),(54167,181401,1,1,1,-2384.12,-2010.97,111.793,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(54168,181401,0,1,1,2300.95,-5345.13,97.9984,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(54169,181401,0,1,1,2297.33,-5338.97,97.9691,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(54170,181401,0,1,1,-6682.21,-2237.32,269.918,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(54171,181401,1,1,1,8013.88,-2676.42,523.229,2.77507,0,0,0.983255,0.182236,180,100,1,0),(54172,181401,1,1,1,7831.7,-2476.79,502.888,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(54173,181401,1,1,1,7964.41,-2439.66,496.665,-1.44862,0,0,0.66262,-0.748956,180,100,1,0),(54174,181401,0,1,1,-6664.69,-2226.46,269.916,0.558505,0,0,0.275637,0.961262,180,100,1,0),(54175,181401,1,1,1,7968.29,-2378.91,496.826,1.65806,0,0,0.737277,0.67559,180,100,1,0),(54176,181401,1,1,1,7861.9,-2568.31,499.149,0.087266,0,0,0.043619,0.999048,180,100,1,0),(54177,181401,1,1,1,7883.59,-2461.34,503.191,1.69297,0,0,0.748956,0.66262,180,100,1,0),(54178,181401,0,1,1,-10950.4,-3390.95,77.247,2.89725,0,0,0.992546,0.121869,180,100,1,0),(54179,181401,0,1,1,-11009,-3342.63,87.0738,1.79769,0,0,0.782608,0.622515,180,100,1,0),(54180,181401,0,1,1,-5578.94,-461.743,409.891,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(54181,181401,0,1,1,-5612.14,-518.682,411.982,3.12414,0,0,0.999962,0.008727,180,100,1,0),(54182,181401,0,1,1,-10515.1,-1176.3,34.0014,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(54183,181401,0,1,1,-10491,-1155.44,33.921,0.087266,0,0,0.043619,0.999048,180,100,1,0),(54184,181401,0,1,1,-9494.06,-1201.46,53.3359,-1.46608,0,0,0.669131,-0.743145,180,100,1,0),(54185,181401,0,1,1,-9530.79,-1220.31,51.7466,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(54186,181401,0,1,1,-12330.1,185.076,17.687,-0.523599,0,0,0.258819,-0.965926,180,100,1,0),(54187,181401,0,1,1,-12415,206.759,8.87249,0.034907,0,0,0.017452,0.999848,180,100,1,0),(54188,181401,0,1,1,-12443.7,197.949,8.84866,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(54189,181401,0,1,1,-10512.3,-3253.08,30.6501,-0.139626,0,0,0.069756,-0.997564,180,100,1,0),(54190,181401,0,1,1,255.719,-2003.95,183.79,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(54191,181401,530,1,1,-1712.13,5480.59,-1.88464,2.04204,0,0,0.85264,0.522499,180,100,1,0),(54192,181401,0,1,1,-3808.09,-816.943,15.8813,1.55334,0,0,0.700909,0.71325,180,100,1,0),(54193,181401,0,1,1,-3824.02,-816.665,15.8994,1.55334,0,0,0.700909,0.71325,180,100,1,0),(54194,181401,530,1,1,-91.7052,5545.66,45.6169,-0.10472,0,0,0.052336,-0.99863,180,100,1,0),(54195,181401,0,1,1,-18.6373,-943.004,59.95,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(54196,181401,1,1,1,-1042.29,-3651.41,38.1868,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(54197,181401,1,1,1,-387.531,-2659.31,107.059,-0.349066,0,0,0.173648,-0.984808,180,100,1,0),(54198,181401,1,1,1,-421.063,-2629.84,107.871,2.05949,0,0,0.857167,0.515038,180,100,1,0),(54199,181401,1,1,1,7830.23,-2446.4,503.081,1.6057,0,0,0.71934,0.694658,180,100,1,0),(54200,181401,1,1,1,7946.01,-2381.58,496.724,1.72788,0,0,0.760406,0.649448,180,100,1,0),(54201,181401,1,1,1,1965.27,-4751.63,70.7718,1.97222,0,0,0.833886,0.551937,180,100,1,0),(54202,181401,1,1,1,-475.92,-2605.15,119.967,-0.05236,0,0,0.026177,-0.999657,180,100,1,0),(54203,181401,1,1,1,-396.547,-2666.66,106.95,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(54204,181401,1,1,1,-481.507,-2614.01,120.002,-1.09956,0,0,0.522499,-0.85264,180,100,1,0),(54205,181401,1,1,1,2126.65,-4732.87,60.9998,2.61799,0,0,0.965926,0.258819,180,100,1,0),(54206,181401,1,1,1,-1035.33,-3655.5,31.1372,-0.226893,0,0,0.113203,-0.993572,180,100,1,0),(54207,181401,1,1,1,-491.169,-2595.57,119.971,2.05949,0,0,0.857167,0.515038,180,100,1,0),(54208,181401,530,1,1,-1852.58,5113.24,-27.4532,1.50098,0,0,0.681998,0.731354,180,100,1,0),(54209,181401,1,1,1,-480.887,-2595.91,119.98,0.994838,0,0,0.477159,0.878817,180,100,1,0),(54210,181401,1,1,1,-1033.01,-3642.91,31.0176,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(54211,181401,1,1,1,-1044.43,-3666.5,40.3548,-0.191986,0,0,0.095846,-0.995396,180,100,1,0),(54212,181401,0,1,1,-925.596,-3521.91,79.0482,0.017453,0,0,0.008727,0.999962,180,100,1,0),(54213,181401,0,1,1,-948.427,-3541.12,69.6123,3.14159,0,0,1,0,180,100,1,0),(54214,181401,0,1,1,-9471.47,42.1477,68.3571,1.48353,0,0,0.67559,0.737277,180,100,1,0),(54215,181401,0,1,1,-10515.1,-1150.08,33.9502,1.64061,0,0,0.731354,0.681998,180,100,1,0),(54216,181401,0,1,1,-5593.03,-509.229,411.614,3.10669,0,0,0.999848,0.017452,180,100,1,0),(54217,181401,0,1,1,-10500.2,-1148.38,33.9002,1.71042,0,0,0.75471,0.656059,180,100,1,0),(54218,181401,0,1,1,-5596.98,-512.899,411.597,1.55334,0,0,0.700909,0.71325,180,100,1,0),(54219,181401,0,1,1,-10500.2,-1148.38,33.9002,1.71042,0,0,0.75471,0.656059,180,100,1,0),(54220,181401,0,1,1,-6488.25,-1191.1,343.957,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(54221,181401,0,1,1,-6486.01,-1180.54,343.689,0.610865,0,0,0.300706,0.953717,180,100,1,0),(54222,181401,0,1,1,-6498.48,-1189.06,343.713,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(54223,181401,0,1,1,-5359.22,-2966.16,332.193,0.279253,0,0,0.139173,0.990268,180,100,1,0),(54224,181401,0,1,1,-12443.2,216.839,8.99457,2.51327,0,0,0.951057,0.309017,180,100,1,0),(54225,181401,0,1,1,-12377.7,126.1,13.2569,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(54226,181401,0,1,1,-10500.9,-3239.66,30.7801,-1.22173,0,0,0.573576,-0.819152,180,100,1,0),(54227,181401,0,1,1,-10483.8,-3242.9,30.719,-2.32129,0,0,0.91706,-0.398749,180,100,1,0),(54228,181401,0,1,1,-612.96,-4598.89,15.0267,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(54229,181401,0,1,1,-10645.2,1192.53,40.5648,2.49582,0,0,0.948324,0.317305,180,100,1,0),(54230,181401,0,1,1,-10660.1,1172.91,40.523,2.46091,0,0,0.942641,0.333807,180,100,1,0),(54231,181401,0,1,1,-3839.06,-827.16,15.9029,1.55334,0,0,0.700909,0.71325,180,100,1,0),(54232,181401,0,1,1,-5.20785,-920.463,59.9466,1.09956,0,0,0.522499,0.85264,180,100,1,0),(54233,181401,0,1,1,-841.549,-578.788,17.503,0,0,0,0,1,180,100,1,0),(54234,181401,530,1,1,-1730.33,5649.34,136.299,1.58825,0,0,0.71325,0.700909,180,100,1,0),(54235,181401,0,1,1,-9451.46,22.5549,72.5988,-0.122173,0,0,0.061049,-0.998135,180,100,1,0),(54236,181401,0,1,1,-5575.94,-509.474,411.792,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(54237,181401,0,1,1,-10538.8,-1170.11,34.1571,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(54238,181401,0,1,1,-10538.8,-1170.11,34.1571,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(54239,181401,0,1,1,-6496.73,-1178.66,343.566,2.18166,0,0,0.887011,0.461749,180,100,1,0),(54240,181401,0,1,1,-6496.61,-1178.53,330.18,2.18166,0,0,0.887011,0.461749,180,100,1,0),(54241,181401,0,1,1,-5367.56,-2976.09,332.28,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(54242,181401,0,1,1,-14423.2,526.542,9.59473,-1.18682,0,0,0.559193,-0.829037,180,100,1,0),(54243,181401,0,1,1,-12367.1,130.978,12.4814,-0.959931,0,0,0.461749,-0.887011,180,100,1,0),(54244,181401,0,1,1,-12368.8,148.372,12.4745,1.15192,0,0,0.544639,0.838671,180,100,1,0),(54245,181401,530,1,1,-1780.94,5402.12,7.49757,-0.296706,0,0,0.147809,-0.989016,180,100,1,0),(54246,181401,0,1,1,-3700.95,-814.647,22.5461,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(54247,181401,530,1,1,-1799.06,5457.25,1.84576,0.471239,0,0,0.233445,0.97237,180,100,1,0),(54248,181401,0,1,1,-867.686,-576.159,17.469,3.14159,0,0,1,0,180,100,1,0),(54249,181401,0,1,1,-21.0875,-934.167,60.5195,2.68781,0,0,0.97437,0.224951,180,100,1,0),(54250,181401,0,1,1,-9233.22,-2167.36,70.2522,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(54251,181401,530,1,1,187.701,2628.47,98.7413,2.16421,0,0,0.882948,0.469472,180,100,1,0),(54252,181401,0,1,1,-8862.35,489.578,122.263,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(54253,181401,0,1,1,-925.259,-3486.37,69.2509,3.08923,0,0,0.999657,0.026177,180,100,1,0),(54254,181401,0,1,1,-10533.7,-1151.55,34.01,1.64061,0,0,0.731354,0.681998,180,100,1,0),(54255,181401,0,1,1,-10530.2,-1177.49,33.8839,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(54256,181401,0,1,1,-14470.8,488.611,32.3965,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(54257,181401,0,1,1,-12333.8,196.467,16.9059,0.558505,0,0,0.275637,0.961262,180,100,1,0),(54258,181401,0,1,1,-12362.8,140.281,12.5022,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(54259,181401,0,1,1,-12426.9,222.16,8.95219,1.23918,0,0,0.580703,0.814116,180,100,1,0),(54260,181401,0,1,1,-10652.5,1182.52,40.4796,2.51327,0,0,0.951057,0.309017,180,100,1,0),(54261,181401,530,1,1,-1960.27,5271.78,-26.9706,-2.05949,0,0,0.857167,-0.515038,180,100,1,0),(54262,181401,530,1,1,-1678.58,5425.51,-27.1223,0.034907,0,0,0.017452,0.999848,180,100,1,0),(54263,181401,0,1,1,-10500.5,-1164.44,34.3681,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(54264,181401,0,1,1,-14423.2,526.542,9.59473,-1.18682,0,0,0.559193,-0.829037,180,100,1,0),(54265,181401,0,1,1,-12351.3,185.754,16.885,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(54266,181401,0,1,1,-12378.9,147.349,12.4606,2.18166,0,0,0.887011,0.461749,180,100,1,0),(54267,181401,0,1,1,-12382.9,138.045,12.4814,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(54268,181401,0,1,1,-10644.9,1162.15,40.7612,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(54269,181401,0,1,1,-10638.1,1107.93,42.1291,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(54270,181401,0,1,1,-859.065,-553.185,17.4666,1.5708,0,0,0.707107,0.707107,180,100,1,0),(54271,181401,0,1,1,-848.737,-602.049,17.5255,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(54272,181401,0,1,1,-10500.5,-1164.44,34.3681,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(54273,181401,0,1,1,-10491,-1155.44,33.921,0.087266,0,0,0.043619,0.999048,180,100,1,0),(54274,181401,0,1,1,-10533.7,-1151.55,34.01,1.64061,0,0,0.731354,0.681998,180,100,1,0),(54275,181401,0,1,1,-3827.5,-842.746,15.8873,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(54276,181401,0,1,1,-3800.41,-825.279,15.9244,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(54277,181401,0,1,1,-9241.35,-2158.48,70.1542,3.12414,0,0,0.999962,0.008727,180,100,1,0),(54278,181401,0,1,1,-9202.23,-2141.32,70.2668,1.6057,0,0,0.71934,0.694658,180,100,1,0),(54279,181401,0,1,1,-14470.8,488.611,32.3965,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(54280,181401,0,1,1,308.876,-2121.24,127.864,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(54281,181401,0,1,1,-3642.64,-725.777,19.28,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(54282,181401,0,1,1,-9221.18,-2167.57,70.2239,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(54283,181401,530,1,1,-1791.01,5407.31,7.59955,-0.383972,0,0,0.190809,-0.981627,180,100,1,0),(54284,181401,530,1,1,-223.14,5396.12,40.3287,1.8675,0,0,0.803857,0.594823,180,100,1,0),(54285,181401,530,1,1,-1260.94,7180.63,63.3937,2.56563,0,0,0.95882,0.284015,180,100,1,0),(54286,181401,530,1,1,-1927.29,5449.41,7.55945,2.80998,0,0,0.986286,0.165048,180,100,1,0),(54287,181401,530,1,1,-1836.34,5366.17,1.70427,-1.15192,0,0,0.544639,-0.838671,180,100,1,0),(54288,181401,530,1,1,-1801.54,5407.85,7.50799,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(54289,181401,530,1,1,-1875.54,5667.1,136.477,1.44862,0,0,0.66262,0.748956,180,100,1,0),(54290,181401,530,1,1,-1935.77,5455.92,7.52349,2.75762,0,0,0.981627,0.190809,180,100,1,0),(54291,181401,530,1,1,-1890.6,5347.04,7.48526,-1.91986,0,0,0.819152,-0.573576,180,100,1,0),(54292,181401,530,1,1,-1803.72,5465.47,1.85631,0.575959,0,0,0.284015,0.95882,180,100,1,0),(54293,181401,530,1,1,-96.0422,5545.81,45.6017,3.08923,0,0,0.999657,0.026177,180,100,1,0),(54294,181401,530,1,1,-1815.83,5572.96,43.6028,-1.91986,0,0,0.819152,-0.573576,180,100,1,0),(54295,181401,530,1,1,-1749.12,5825.38,154.661,-0.296706,0,0,0.147809,-0.989016,180,100,1,0),(54296,181401,530,1,1,-1663.9,5690.38,136.355,2.53073,0,0,0.953717,0.300706,180,100,1,0),(54297,181401,530,1,1,-1835.98,5512.57,7.71273,1.309,0,0,0.608761,0.793353,180,100,1,0),(54298,181401,530,1,1,-2017.71,5378.45,-1.3333,-1.06465,0,0,0.507538,-0.861629,180,100,1,0),(54299,181401,530,1,1,-2625.94,4419.99,42.9947,-1.71042,0,0,0.75471,-0.656059,180,100,1,0),(54300,181401,530,1,1,-1813.81,5580.23,91.5256,-1.90241,0,0,0.814116,-0.580703,180,100,1,0),(54301,181401,530,1,1,-1827.95,5370.52,1.71148,-1.02974,0,0,0.492424,-0.870356,180,100,1,0),(54302,181401,530,1,1,-1924.2,5394.32,1.63551,-2.67035,0,0,0.97237,-0.233445,180,100,1,0),(54303,181401,530,1,1,-1928.54,5402.78,1.63635,-2.67035,0,0,0.97237,-0.233445,180,100,1,0),(54304,181401,530,1,1,-1944.98,5457.33,7.48845,2.79253,0,0,0.984808,0.173648,180,100,1,0),(54305,181401,530,1,1,-1837.67,5500.06,7.75819,1.20428,0,0,0.566406,0.824126,180,100,1,0),(54306,181401,530,1,1,-1889.78,5355.28,7.54016,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(54307,181401,530,1,1,-1899.79,5489.58,1.69476,2.04204,0,0,0.85264,0.522499,180,100,1,0),(54308,181401,530,1,1,-1891.23,5493.7,1.68948,2.00713,0,0,0.843391,0.5373,180,100,1,0),(54309,181401,530,1,1,-1883.6,5366.06,7.45777,-1.88496,0,0,0.809017,-0.587785,180,100,1,0),(54310,181401,530,1,1,-1844.25,5491.67,7.61545,1.25664,0,0,0.587785,0.809017,180,100,1,0),(54311,181401,530,1,1,-1925.78,5878.92,146.755,-1.06465,0,0,0.507538,-0.861629,180,100,1,0),(54312,181401,530,1,1,-1879.47,5639.65,133.58,-1.74533,0,0,0.766044,-0.642788,180,100,1,0),(54313,181401,530,1,1,-1718.13,5815.12,154.798,2.77507,0,0,0.983255,0.182236,180,100,1,0),(54314,181401,530,1,1,-1812.53,5583.48,120.571,-1.85005,0,0,0.798635,-0.601815,180,100,1,0),(242666,181371,1,1,1,8700.21,931.422,14.823,1.67552,0,0,0.743146,0.669129,900,0,1,0),(242667,181371,0,1,1,1822.27,218.639,59.8924,2.05146,0,0,0.855093,0.518475,600,0,1,0),(54317,187572,530,1,1,-2174.43,5403.37,51.4567,0.488692,0,0,0.241922,0.970296,180,100,1,0),(54318,187572,530,1,1,-2177.87,5408.99,51.4561,1.79769,0,0,0.782608,0.622515,180,100,1,0),(54319,187572,530,1,1,-2184.3,5405.82,52.5653,-1.13446,0,0,0.5373,-0.843391,180,100,1,0),(54320,187572,530,1,1,-2104.65,5487.01,54.0518,-0.994838,0,0,0.477159,-0.878817,180,100,1,0),(54321,187572,0,1,1,-9328.28,-2180.22,63.9301,0.453786,0,0,0.224951,0.97437,180,100,1,0),(54322,187572,0,1,1,-9279.07,-2199.75,66.0155,-2.53073,0,0,0.953717,-0.300706,180,100,1,0),(54323,187572,530,1,1,-1890.94,5769.16,130.77,0.401426,0,0,0.199368,0.979925,180,100,1,0),(54324,187572,530,1,1,-1806.24,5635.08,130.812,0.383972,0,0,0.190809,0.981627,180,100,1,0),(54325,187572,0,1,1,-10567.9,-1169.23,29.0139,-2.75762,0,0,0.981627,-0.190809,180,100,1,0),(54326,187572,0,1,1,-10560.9,-1168.1,29.0254,1.69297,0,0,0.748956,0.66262,180,100,1,0),(54327,187572,0,1,1,-10566.2,-1166.87,29.0222,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(54328,187572,0,1,1,-10562.2,-1173.34,29.0296,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(54329,187572,0,1,1,505.133,1640.51,126.497,1.58825,0,0,0.71325,0.700909,180,100,1,0),(54330,187572,0,1,1,-14456,464.3,17.2049,1.67552,0,0,0.743145,0.669131,180,100,1,0),(54331,187572,0,1,1,-5388.12,-2969.47,326.826,0.837758,0,0,0.406737,0.913545,180,100,1,0),(54332,187572,0,1,1,-5382.61,-2972.23,324.048,1.79769,0,0,0.782608,0.622515,180,100,1,0),(54333,187572,0,1,1,-14279.7,419.348,36.7385,2.42601,0,0,0.936672,0.350207,180,100,1,0),(54334,187572,0,1,1,-14279.7,419.348,36.7385,2.42601,0,0,0.936672,0.350207,180,100,1,0),(54335,187572,0,1,1,-14456,464.3,17.2049,1.67552,0,0,0.743145,0.669131,180,100,1,0),(54336,187572,0,1,1,-14457,465.946,17.3248,0.366519,0,0,0.182236,0.983255,180,100,1,0),(54337,187572,0,1,1,-14269.1,404.352,36.8543,2.46091,0,0,0.942641,0.333807,180,100,1,0),(54338,187572,0,1,1,268.027,-2166.09,121.272,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(54339,187572,0,1,1,-9231.14,-2156.84,65.5743,-1.74533,0,0,0.766044,-0.642788,180,100,1,0),(54340,187572,530,1,1,-2097.15,5488.55,54.0518,0.034907,0,0,0.017452,0.999848,180,100,1,0),(54341,187572,1,1,1,-984.196,-3827.46,6.27205,-1.46608,0,0,0.669131,-0.743145,180,100,1,0),(54342,187572,0,1,1,-10565,-1173.84,29.0244,-0.785398,0,0,0.382683,-0.92388,180,100,1,0),(54343,187572,0,1,1,503.764,1626.72,127.68,0.017453,0,0,0.008727,0.999962,180,100,1,0),(54344,187572,0,1,1,-14269.1,404.352,36.8543,2.46091,0,0,0.942641,0.333807,180,100,1,0),(54345,187572,0,1,1,-14452.4,464.867,16.8353,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(54346,187572,0,1,1,-5363.08,-2947.3,325.673,-1.309,0,0,0.608761,-0.793353,180,100,1,0),(54347,187572,0,1,1,-14433.9,508.142,27.6861,2.75762,0,0,0.981627,0.190809,180,100,1,0),(54348,187572,530,1,1,-1698,5507.31,-8.52235,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(54349,187572,530,1,1,-2029.26,5349.91,-8.07386,1.36136,0,0,0.62932,0.777146,180,100,1,0),(54350,187572,0,1,1,-9319.53,-2326.46,63.6598,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(54351,187572,1,1,1,-991.341,-3834.5,6.25068,-2.32129,0,0,0.91706,-0.398749,180,100,1,0),(54352,187572,1,1,1,-984.196,-3827.46,6.27205,-1.46608,0,0,0.669131,-0.743145,180,100,1,0),(54353,187572,1,1,1,-983.106,-3828.39,6.62764,-0.523599,0,0,0.258819,-0.965926,180,100,1,0),(54354,187572,1,1,1,-991.341,-3834.5,6.25068,-2.32129,0,0,0.91706,-0.398749,180,100,1,0),(54355,187572,0,1,1,-10562.2,-1173.34,29.0296,-0.2618,0,0,0.130526,-0.991445,180,100,1,0),(54356,187572,0,1,1,-10560.5,-1171,29.0301,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(54357,187572,0,1,1,-10567.9,-1169.23,29.0139,-2.75762,0,0,0.981627,-0.190809,180,100,1,0),(54358,187572,1,1,1,-998.342,-3813.12,5.98077,4.71239,0,0,0.707107,-0.707107,180,100,1,0),(54359,187572,1,1,1,-983.106,-3828.39,6.62764,-0.523599,0,0,0.258819,-0.965926,180,100,1,0),(54360,187572,1,1,1,-998.342,-3813.12,5.98077,4.71239,0,0,0.707107,-0.707107,180,100,1,0),(54361,187572,0,1,1,-5354.26,-2967.89,325.202,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(54362,187572,0,1,1,-5363.97,-2959.2,327.416,3.01942,0,0,0.998135,0.061049,180,100,1,0),(54363,187572,530,1,1,-2172.58,5411.06,50.2478,-2.60054,0,0,0.96363,-0.267238,180,100,1,0),(54364,187572,530,1,1,-2088.92,5525.04,54.0518,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(54365,187572,0,1,1,-14454.1,463.93,17.0236,1.37881,0,0,0.636078,0.771625,180,100,1,0),(54366,187572,0,1,1,-14285.3,377.716,39.0158,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(54367,187572,0,1,1,-10465.7,-3277.88,22.0507,1.74533,0,0,0.766044,0.642788,180,100,1,0),(54368,187572,0,1,1,261.393,-2030.66,171.447,1.0821,0,0,0.515038,0.857167,180,100,1,0),(54369,187572,0,1,1,-857.069,-563.269,12.9086,0.226893,0,0,0.113203,0.993572,180,100,1,0),(54370,187572,0,1,1,-9301.28,-2318.06,63.9669,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(54371,187572,0,1,1,-9262.08,-2138.8,65.4482,0.785398,0,0,0.382683,0.92388,180,100,1,0),(54372,187572,0,1,1,-9319.78,-2155.06,65.3175,1.11701,0,0,0.529919,0.848048,180,100,1,0),(54373,187572,0,1,1,-9280.17,-2242.72,65.9877,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(54374,187572,0,1,1,-9312.81,-2342.6,63.3528,-0.069813,0,0,0.034899,-0.999391,180,100,1,0),(54375,187572,0,1,1,-9022.28,886.199,29.6207,2.63545,0,0,0.968148,0.25038,180,100,1,0),(54376,187572,0,1,1,-9016.58,890.826,29.6207,0.715585,0,0,0.350207,0.936672,180,100,1,0),(54377,187572,0,1,1,-10566.2,-1166.87,29.0222,-2.16421,0,0,0.882948,-0.469472,180,100,1,0),(54378,187572,0,1,1,-10565,-1173.84,29.0244,-0.785398,0,0,0.382683,-0.92388,180,100,1,0),(54379,187572,0,1,1,-5366.62,-2943.29,326.908,-0.279253,0,0,0.139173,-0.990268,180,100,1,0),(54380,187572,0,1,1,-5355.7,-2962.37,325.153,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(54381,187572,0,1,1,511.011,1640.54,126.498,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(54382,187572,0,1,1,-14446.1,520.885,27.7079,1.53589,0,0,0.694658,0.71934,180,100,1,0),(54383,187572,0,1,1,-14273.2,346.622,32.697,-2.60054,0,0,0.96363,-0.267238,180,100,1,0),(54384,187572,0,1,1,-14453,468.601,16.9414,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(54385,187572,0,1,1,-14455,469.035,17.1356,-2.35619,0,0,0.92388,-0.382683,180,100,1,0),(54386,187572,0,1,1,-14480.9,463.84,38.1898,-0.942478,0,0,0.453991,-0.891006,180,100,1,0),(54387,187572,0,1,1,-10463.8,-3265.82,22.2763,2.60054,0,0,0.96363,0.267238,180,100,1,0),(54388,187572,0,1,1,266.91,-2023.12,184.736,0.488692,0,0,0.241922,0.970296,180,100,1,0),(54389,187572,0,1,1,-853.491,-574.392,12.9276,-1.23918,0,0,0.580703,-0.814116,180,100,1,0),(54390,187572,0,1,1,-9294.36,-2202.67,63.7357,1.8326,0,0,0.793353,0.608761,180,100,1,0),(54391,187572,0,1,1,-9349.94,-2197.53,63.9465,-1.95477,0,0,0.829038,-0.559193,180,100,1,0),(54392,187572,0,1,1,-9331.15,-2349.43,63.043,-2.96706,0,0,0.996195,-0.087156,180,100,1,0),(54393,187572,0,1,1,-9337.41,-2333.8,63.3992,2.25148,0,0,0.902585,0.430511,180,100,1,0),(54394,187572,0,1,1,-9303.14,-2162.91,65.0909,-1.90241,0,0,0.814116,-0.580703,180,100,1,0),(54395,187572,0,1,1,-9219.99,-2153.48,65.5934,2.16421,0,0,0.882948,0.469472,180,100,1,0),(54396,187572,0,1,1,-10560.5,-1171,29.0301,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(54397,187572,0,1,1,-14285.3,377.716,39.0158,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(54398,187572,0,1,1,-14470,469.193,38.1925,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(54399,187572,0,1,1,-14273.2,346.622,32.697,-2.60054,0,0,0.96363,-0.267238,180,100,1,0),(54400,187572,0,1,1,297.859,-2001.89,195.985,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(54401,187572,0,1,1,-857.182,-574.461,12.9128,-1.309,0,0,0.608761,-0.793353,180,100,1,0),(54402,187572,0,1,1,-9335.29,-2216.17,63.8996,-2.37365,0,0,0.927184,-0.374607,180,100,1,0),(54403,187572,0,1,1,-9313.88,-2139.02,65.6573,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(54404,187572,0,1,1,-10560.9,-1168.1,29.0254,1.69297,0,0,0.748956,0.66262,180,100,1,0),(54405,187572,0,1,1,-10563.4,-1166.34,29.0103,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(54406,187572,0,1,1,-5375.73,-2968.02,322.613,0.837758,0,0,0.406737,0.913545,180,100,1,0),(54407,187572,0,1,1,-14452.4,464.867,16.8353,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(54408,187572,0,1,1,235.93,-2128.11,119.399,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(54409,187572,0,1,1,265.851,-2034.53,171.447,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(54410,187572,0,1,1,234.697,-2127.19,119.316,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(54411,187572,0,1,1,-861.741,-573.323,13.2358,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(54412,187572,0,1,1,-853.499,-563.24,12.8828,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(54413,187572,0,1,1,-9297.14,-2147.09,65.2589,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(54414,187572,530,1,1,-2094.71,5475.47,54.0518,2.18166,0,0,0.887011,0.461749,180,100,1,0),(54415,187572,530,1,1,-2107.26,5480.01,54.0518,1.46608,0,0,0.669131,0.743145,180,100,1,0),(54416,187572,0,1,1,-10563.4,-1166.34,29.0103,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(54417,187572,0,1,1,-10567.3,-1172.15,29.0309,1.23918,0,0,0.580703,0.814116,180,100,1,0),(54418,187572,0,1,1,-5388.54,-2950.74,325.056,-1.13446,0,0,0.5373,-0.843391,180,100,1,0),(54419,187572,0,1,1,272.897,-2028.43,184.736,-2.53073,0,0,0.953717,-0.300706,180,100,1,0),(54420,187572,0,1,1,290.688,-1995.51,195.985,-1.46608,0,0,0.669131,-0.743145,180,100,1,0),(54421,187572,530,1,1,-1823.38,5716.83,129.141,0.122173,0,0,0.061049,0.998135,180,100,1,0),(54422,187572,530,1,1,-1789.93,5698.83,128.035,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(54423,187572,0,1,1,-9316.48,-2219.79,63.9114,-2.30383,0,0,0.913545,-0.406737,180,100,1,0),(54424,187572,0,1,1,-9272.79,-2178.32,66.018,-2.74017,0,0,0.979925,-0.199368,180,100,1,0),(54425,187572,0,1,1,-9347.84,-2177.62,64.0386,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(54426,187572,0,1,1,-9220.08,-2157.01,65.5786,-2.94961,0,0,0.995396,-0.095846,180,100,1,0),(54427,187572,0,1,1,-14457,465.946,17.3248,0.366519,0,0,0.182236,0.983255,180,100,1,0),(54428,187572,0,1,1,-14454.1,463.93,17.0236,1.37881,0,0,0.636078,0.771625,180,100,1,0),(54429,187572,0,1,1,208.108,-1992.5,146.079,-2.35619,0,0,0.92388,-0.382683,180,100,1,0),(54430,187572,0,1,1,-9293.89,-2336.2,63.4973,2.33874,0,0,0.920505,0.390731,180,100,1,0),(54431,187572,0,1,1,-14446.1,520.885,27.7079,1.53589,0,0,0.694658,0.71934,180,100,1,0),(54432,187572,0,1,1,-14456.6,467.987,17.2929,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(54433,187572,0,1,1,-14451.9,466.952,16.7943,-2.56563,0,0,0.95882,-0.284015,180,100,1,0),(54434,187572,0,1,1,-9296.45,-2222.25,63.2206,2.42601,0,0,0.936672,0.350207,180,100,1,0),(54435,187572,0,1,1,-9314.51,-2202.37,64.2537,2.84489,0,0,0.989016,0.147809,180,100,1,0),(54436,187572,0,1,1,-9333.21,-2199.37,64.2637,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(54437,187572,0,1,1,-9231.22,-2153.23,65.5485,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(54438,187572,0,1,1,-14451.9,466.952,16.7943,-2.56563,0,0,0.95882,-0.284015,180,100,1,0),(54439,187572,0,1,1,-14453,468.601,16.9414,-2.11185,0,0,0.870356,-0.492423,180,100,1,0),(54440,187572,0,1,1,-14441.2,512.931,27.6747,1.25664,0,0,0.587785,0.809017,180,100,1,0),(54441,187572,0,1,1,-14480.9,463.84,38.1898,-0.942478,0,0,0.453991,-0.891006,180,100,1,0),(54442,187572,0,1,1,-14275.4,384.833,36.0717,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(54443,187572,0,1,1,-14470,469.193,38.1925,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(54444,187572,0,1,1,-14275.4,384.833,36.0717,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(54445,187572,0,1,1,-14456.6,467.987,17.2929,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(54446,187572,0,1,1,-14441.2,512.931,27.6747,1.25664,0,0,0.587785,0.809017,180,100,1,0),(54447,187572,530,1,1,-2075.76,5527.85,54.0518,-3.03687,0,0,0.99863,-0.052336,180,100,1,0),(54448,187572,530,1,1,-2090.44,5532.63,54.0518,1.25664,0,0,0.587785,0.809017,180,100,1,0),(54449,187572,530,1,1,-2077.35,5535.55,54.0518,-1.91986,0,0,0.819152,-0.573576,180,100,1,0),(54450,187572,530,1,1,-1886.79,5762.49,129.559,2.86234,0,0,0.990268,0.139173,180,100,1,0),(54451,187572,530,1,1,-1787.1,5628.81,130.812,2.58309,0,0,0.961262,0.275637,180,100,1,0),(54452,187572,530,1,1,-1895.6,5770.86,132.009,2.60054,0,0,0.96363,0.267238,180,100,1,0),(54453,187572,530,1,1,-2027.26,5345.98,-8.07386,-1.22173,0,0,0.573576,-0.819152,180,100,1,0),(54454,187572,530,1,1,-2181.17,5407.63,52.6567,1.79769,0,0,0.782608,0.622515,180,100,1,0),(54455,187572,530,1,1,-2081.4,5522.8,54.0518,2.53073,0,0,0.953717,0.300706,180,100,1,0),(54456,187572,530,1,1,-2187.56,5405.11,52.6862,2.46091,0,0,0.942641,0.333807,180,100,1,0),(54457,187572,530,1,1,-1808.06,5686.13,129.141,0.087266,0,0,0.043619,0.999048,180,100,1,0),(54458,187572,530,1,1,-1899.42,5772.45,132.004,0.191986,0,0,0.095846,0.995396,180,100,1,0),(54459,187572,530,1,1,-1701.94,5515.29,-8.52237,3.12414,0,0,0.999962,0.008727,180,100,1,0),(54460,187572,530,1,1,-241.837,5429.57,24.3749,-1.3439,0,0,0.622515,-0.782608,180,100,1,0),(54461,187572,530,1,1,-2084.72,5537.93,54.0518,0.139626,0,0,0.069756,0.997564,180,100,1,0),(54462,187572,530,1,1,-1771.99,5665.02,129.137,-1.93731,0,0,0.824126,-0.566406,180,100,1,0),(54463,187572,530,1,1,-1777.09,5652.82,129.692,-0.226893,0,0,0.113203,-0.993572,180,100,1,0),(54464,187572,530,1,1,-1793.24,5685.59,128.603,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(54465,187572,530,1,1,-1782.28,5640.29,130.261,1.67552,0,0,0.743145,0.669131,180,100,1,0),(54466,187572,530,1,1,-2033.97,5350.52,-8.07386,-2.05949,0,0,0.857167,-0.515038,180,100,1,0),(54467,187572,530,1,1,-1701.3,5510.64,-8.52236,1.74533,0,0,0.766044,0.642788,180,100,1,0),(54468,187572,530,1,1,-2102.32,5474.16,54.0518,-2.33874,0,0,0.920505,-0.390731,180,100,1,0),(54469,187572,530,1,1,-2092.09,5482.75,54.0518,1.98968,0,0,0.838671,0.544639,180,100,1,0),(54470,187572,530,1,1,-1766.66,5677.56,128.567,2.70526,0,0,0.976296,0.21644,180,100,1,0),(54471,187572,530,1,1,-2170.17,5407.12,50.2477,1.93731,0,0,0.824126,0.566406,180,100,1,0),(54472,187572,530,1,1,-1796.45,5672.76,129.157,4.71239,0,0,0.707107,-0.707107,180,100,1,0),(54473,187572,530,1,1,-1799.54,5660.09,129.701,-0.890118,0,0,0.430511,-0.902585,180,100,1,0),(54474,187572,530,1,1,-1802.97,5646.85,130.275,2.63545,0,0,0.968148,0.25038,180,100,1,0),(54475,187572,530,1,1,-2029.77,5341.83,-8.07386,-0.15708,0,0,0.078459,-0.996917,180,100,1,0),(54476,187572,530,1,1,-1892.5,5763.02,130.785,-1.0472,0,0,0.5,-0.866025,180,100,1,0),(54477,187572,530,1,1,-1761.49,5689.54,128.035,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(54478,187572,530,1,1,-1885.71,5767.02,129.56,-0.401426,0,0,0.199368,-0.979925,180,100,1,0),(54479,187573,1,1,1,-841.037,-3769.24,18.4194,2.89725,0,0,0.992546,0.121869,180,100,1,0),(54480,187573,530,1,1,-2080.85,5537.51,54.0518,2.89725,0,0,0.992546,0.121869,180,100,1,0),(54481,187573,1,1,1,-982.479,-3827.38,7.56371,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(54482,187573,0,1,1,-9317.91,-2324.74,63.4517,-0.05236,0,0,0.026177,-0.999657,180,100,1,0),(54483,187573,0,1,1,-9278.69,-2185.53,65.7546,0.05236,0,0,0.026177,0.999657,180,100,1,0),(54484,187573,0,1,1,-9310.45,-2343.11,63.9594,0.925024,0,0,0.446198,0.894934,180,100,1,0),(54485,187573,530,1,1,-1889.45,5762.75,130.132,0.314159,0,0,0.156434,0.987688,180,100,1,0),(54486,187573,530,1,1,-2028.02,5348.07,-8.07386,2.47837,0,0,0.945519,0.325568,180,100,1,0),(54487,187573,0,1,1,-10565.2,-1168.37,31.0287,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(54488,187573,0,1,1,-10566.1,-1169.64,31.0287,-0.418879,0,0,0.207912,-0.978148,180,100,1,0),(54489,187573,0,1,1,-10563.1,-1171.81,31.0287,2.18166,0,0,0.887011,0.461749,180,100,1,0),(54490,187573,0,1,1,-14269.1,405.774,36.8277,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(54491,187573,0,1,1,-14447.8,519.316,27.8776,1.22173,0,0,0.573576,0.819152,180,100,1,0),(54492,187573,0,1,1,-14273.1,345.388,32.2558,1.11701,0,0,0.529919,0.848048,180,100,1,0),(54493,187573,0,1,1,-857.166,-565.014,12.4179,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(54494,187573,0,1,1,-9312.12,-2201.07,63.2608,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(54495,187573,530,1,1,-2101.08,5488.77,54.0518,1.69297,0,0,0.748956,0.66262,180,100,1,0),(54496,187573,0,1,1,-9021.07,887.325,29.6207,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(54497,187573,1,1,1,-990.535,-3820.47,6.72352,2.32129,0,0,0.91706,0.398749,180,100,1,0),(54498,187573,0,1,1,-10562.5,-1169.08,31.0287,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(54499,187573,0,1,1,-10564.6,-1172.01,31.0287,1.20428,0,0,0.566406,0.824126,180,100,1,0),(54500,187573,0,1,1,-10565.2,-1168.37,31.0287,-1.0821,0,0,0.515038,-0.857167,180,100,1,0),(54501,187573,0,1,1,504.271,1626.95,127.658,-1.41372,0,0,0.649448,-0.760406,180,100,1,0),(54502,187573,0,1,1,511.066,1642.49,126.497,-1.74533,0,0,0.766044,-0.642788,180,100,1,0),(54503,187573,0,1,1,-14456.3,466.192,18.7434,0.139626,0,0,0.069756,0.997564,180,100,1,0),(54504,187573,0,1,1,-14455.9,467.642,18.7157,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(54505,187573,0,1,1,-14447.8,519.316,27.8776,1.22173,0,0,0.573576,0.819152,180,100,1,0),(54506,187573,0,1,1,-5354.96,-2965.12,325.13,0.296706,0,0,0.147809,0.989016,180,100,1,0),(54507,187573,0,1,1,-14452.2,466.791,18.3228,-2.98451,0,0,0.996917,-0.078459,180,100,1,0),(54508,187573,0,1,1,298.983,-2002.93,195.985,-2.40855,0,0,0.93358,-0.358368,180,100,1,0),(54509,187573,530,1,1,-1700.07,5508.73,-8.52235,2.89725,0,0,0.992546,0.121869,180,100,1,0),(54510,187573,0,1,1,-857.23,-572.71,12.4219,1.65806,0,0,0.737277,0.67559,180,100,1,0),(54511,187573,0,1,1,-853.42,-564.928,12.4711,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(54512,187573,0,1,1,-9351.98,-2214.37,64.249,0.523599,0,0,0.258819,0.965926,180,100,1,0),(54513,187573,0,1,1,-9314.06,-2220.73,63.737,0.314159,0,0,0.156434,0.987688,180,100,1,0),(54514,187573,0,1,1,-9229.47,-2156.89,65.1473,-0.05236,0,0,0.026177,-0.999657,180,100,1,0),(54515,187573,0,1,1,-9221.84,-2157.05,65.1451,3.14159,0,0,1,0,180,100,1,0),(54516,187573,1,1,1,-982.479,-3827.38,7.56371,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(54517,187573,1,1,1,-841.037,-3769.24,18.4194,2.89725,0,0,0.992546,0.121869,180,100,1,0),(54518,187573,1,1,1,-983.63,-3826.47,6.67449,0.506145,0,0,0.25038,0.968148,180,100,1,0),(54519,187573,0,1,1,-10562.2,-1170.6,31.0287,3.01942,0,0,0.998135,0.061049,180,100,1,0),(54520,187573,1,1,1,-990.535,-3820.47,6.72352,2.32129,0,0,0.91706,0.398749,180,100,1,0),(54521,187573,1,1,1,-983.63,-3826.47,6.67449,0.506145,0,0,0.25038,0.968148,180,100,1,0),(54522,187573,0,1,1,-5356.62,-2959.67,325.12,0.139626,0,0,0.069756,0.997564,180,100,1,0),(54523,187573,530,1,1,-2179.74,5408.22,51.7994,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(54524,187573,530,1,1,-2106.63,5483.82,54.0518,0.628319,0,0,0.309017,0.951057,180,100,1,0),(54525,187573,0,1,1,-14435.5,506.565,27.876,1.01229,0,0,0.48481,0.87462,180,100,1,0),(54526,187573,0,1,1,-14474.5,456.22,38.2422,0.226893,0,0,0.113203,0.993572,180,100,1,0),(54527,187573,0,1,1,-14455.5,464.773,18.6427,0.942478,0,0,0.45399,0.891007,180,100,1,0),(54528,187573,530,1,1,-1769.27,5670.97,128.867,-0.401426,0,0,0.199368,-0.979925,180,100,1,0),(54529,187573,0,1,1,-9330.51,-2198.02,66.128,-2.26893,0,0,0.906308,-0.422618,180,100,1,0),(54530,187573,0,1,1,-9279.21,-2225.76,65.375,2.53073,0,0,0.953717,0.300706,180,100,1,0),(54531,187573,0,1,1,-5356.67,-2972.1,325.185,3.14159,0,0,1,0,180,100,1,0),(54532,187573,0,1,1,-5383.03,-2970.12,322.613,1.91986,0,0,0.819152,0.573576,180,100,1,0),(54533,187573,0,1,1,-14439.9,514.207,27.1645,1.15192,0,0,0.544639,0.838671,180,100,1,0),(54534,187573,0,1,1,-14474.5,456.22,38.2422,0.226893,0,0,0.113203,0.993572,180,100,1,0),(54535,187573,0,1,1,-14455.9,467.642,18.7157,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(54536,187573,0,1,1,264.893,-2025.58,171.447,-1.41372,0,0,0.649448,-0.760406,180,100,1,0),(54537,187573,530,1,1,-238.88,5437.08,24.6507,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(54538,187573,530,1,1,-210.973,5419.91,22.7337,2.11185,0,0,0.870356,0.492424,180,100,1,0),(54539,187573,0,1,1,-9221.69,-2153.34,65.1947,3.12414,0,0,0.999962,0.008727,180,100,1,0),(54540,187573,0,1,1,-9017.99,889.756,29.6207,1.22173,0,0,0.573576,0.819152,180,100,1,0),(54541,187573,0,1,1,-10563.7,-1168.17,31.0287,-1.76278,0,0,0.771625,-0.636078,180,100,1,0),(54542,187573,0,1,1,-10563.1,-1171.81,31.0287,2.18166,0,0,0.887011,0.461749,180,100,1,0),(54543,187573,0,1,1,-5364.78,-2945.39,326.154,0.733038,0,0,0.358368,0.93358,180,100,1,0),(54544,187573,0,1,1,504.985,1642.58,126.497,-1.36136,0,0,0.629321,-0.777146,180,100,1,0),(54545,187573,0,1,1,-14453.2,468.114,18.4493,-2.14675,0,0,0.878817,-0.477159,180,100,1,0),(54546,187573,0,1,1,-14452.6,465.257,18.3515,2.49582,0,0,0.948324,0.317305,180,100,1,0),(54547,187573,0,1,1,216.847,-1992.53,146.079,2.35619,0,0,0.92388,0.382683,180,100,1,0),(54548,187573,0,1,1,270.83,-2026.56,184.736,2.75762,0,0,0.981627,0.190809,180,100,1,0),(54549,187573,0,1,1,-9350.05,-2195.41,63.5425,-1.09956,0,0,0.522499,-0.85264,180,100,1,0),(54550,187573,0,1,1,-10565.9,-1171.19,31.0287,0.331613,0,0,0.165048,0.986286,180,100,1,0),(54551,187573,0,1,1,-10565.9,-1171.19,31.0287,0.331613,0,0,0.165048,0.986286,180,100,1,0),(54552,187573,0,1,1,-10562.5,-1169.08,31.0287,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(54553,187573,0,1,1,-10562.2,-1170.6,31.0287,3.01942,0,0,0.998135,0.061049,180,100,1,0),(54554,187573,0,1,1,-5386.92,-2973.47,326.826,0.296706,0,0,0.147809,0.989016,180,100,1,0),(54555,187573,0,1,1,-5365.59,-2959.52,327.416,1.81514,0,0,0.788011,0.615662,180,100,1,0),(54556,187573,0,1,1,-14454.7,468.498,18.5873,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(54557,187573,0,1,1,-14435.5,506.565,27.876,1.01229,0,0,0.48481,0.87462,180,100,1,0),(54558,187573,0,1,1,268.855,-2024.87,184.736,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(54559,187573,0,1,1,289.517,-1994.52,195.985,0.890118,0,0,0.430511,0.902585,180,100,1,0),(54560,187573,0,1,1,-853.43,-572.77,12.4384,1.44862,0,0,0.66262,0.748956,180,100,1,0),(54561,187573,0,1,1,-9333.16,-2217.74,64.2396,0.383972,0,0,0.190809,0.981627,180,100,1,0),(54562,187573,530,1,1,-2075.62,5531.92,54.0518,1.85005,0,0,0.798636,0.601815,180,100,1,0),(54563,187573,530,1,1,-2171.93,5405.56,50.7499,1.64061,0,0,0.731354,0.681998,180,100,1,0),(54564,187573,530,1,1,-2093.99,5486.24,54.0518,1.79769,0,0,0.782608,0.622515,180,100,1,0),(54565,187573,0,1,1,-10564.6,-1172.01,31.0287,1.20428,0,0,0.566406,0.824126,180,100,1,0),(54566,187573,0,1,1,-10563.7,-1168.17,31.0287,-1.76278,0,0,0.771625,-0.636078,180,100,1,0),(54567,187573,0,1,1,-5384.2,-2949.45,325.056,-1.309,0,0,0.608761,-0.793353,180,100,1,0),(54568,187573,0,1,1,-14286.3,379.568,38.86,0.349066,0,0,0.173648,0.984808,180,100,1,0),(54569,187573,0,1,1,-14439.9,514.207,27.1645,1.15192,0,0,0.544639,0.838671,180,100,1,0),(54570,187573,0,1,1,-14280.3,419.758,36.8257,2.18166,0,0,0.887011,0.461749,180,100,1,0),(54571,187573,0,1,1,270.482,-2030.64,171.447,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(54572,187573,530,1,1,-1791.54,5692.31,128.313,2.77507,0,0,0.983255,0.182236,180,100,1,0),(54573,187573,530,1,1,-1893.84,5770.62,131.98,1.50098,0,0,0.681998,0.731354,180,100,1,0),(54574,187573,530,1,1,-1798.07,5666.53,129.427,1.27409,0,0,0.594823,0.803857,180,100,1,0),(54575,187573,0,1,1,-9335.05,-2332.75,63.3186,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(54576,187573,0,1,1,-9304.35,-2161.25,65.6599,0.05236,0,0,0.026177,0.999657,180,100,1,0),(54577,187573,0,1,1,-14453.9,464.405,18.4769,1.71042,0,0,0.75471,0.656059,180,100,1,0),(54578,187573,0,1,1,-14456.3,466.192,18.7434,0.139626,0,0,0.069756,0.997564,180,100,1,0),(54579,187573,0,1,1,266.402,-2174.85,121.31,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(54580,187573,0,1,1,234.424,-2127.69,119.315,2.9147,0,0,0.993572,0.113203,180,100,1,0),(54581,187573,0,1,1,-9263.31,-2161.44,65.1558,2.74017,0,0,0.979925,0.199368,180,100,1,0),(54582,187573,0,1,1,-9297.88,-2144.92,65.3571,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(54583,187573,0,1,1,-9331.21,-2200.94,63.9482,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(54584,187573,0,1,1,-14275.8,383.125,35.8253,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(54585,187573,0,1,1,-14275.8,383.125,35.8253,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(54586,187573,0,1,1,-14473.9,472.456,38.1848,-1.90241,0,0,0.814116,-0.580703,180,100,1,0),(54587,187573,0,1,1,-14455.5,464.773,18.6427,0.942478,0,0,0.45399,0.891007,180,100,1,0),(54588,187573,0,1,1,-9346.77,-2355.69,63.4039,0.837758,0,0,0.406737,0.913545,180,100,1,0),(54589,187573,0,1,1,-9328.76,-2348.29,63.6551,0.785398,0,0,0.382683,0.92388,180,100,1,0),(54590,187573,0,1,1,-9229.49,-2153.15,65.1578,-0.069813,0,0,0.034899,-0.999391,180,100,1,0),(54591,187573,0,1,1,-9353.02,-2340.15,63.0925,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(54592,187573,0,1,1,-14452.2,466.791,18.3228,-2.98451,0,0,0.996917,-0.078459,180,100,1,0),(54593,187573,0,1,1,-14453.2,468.114,18.4493,-2.14675,0,0,0.878817,-0.477159,180,100,1,0),(54594,187573,0,1,1,-14473.9,472.456,38.1848,-1.90241,0,0,0.814116,-0.580703,180,100,1,0),(54595,187573,0,1,1,-14452.6,465.257,18.3515,2.49582,0,0,0.948324,0.317305,180,100,1,0),(54596,187573,0,1,1,-14269.1,405.774,36.8277,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(54597,187573,0,1,1,-14273.1,345.388,32.2558,1.11701,0,0,0.529919,0.848048,180,100,1,0),(54598,187573,0,1,1,-14280.3,419.758,36.8257,2.18166,0,0,0.887011,0.461749,180,100,1,0),(54599,187573,530,1,1,-1699.68,5516.74,-8.52237,0.802851,0,0,0.390731,0.920505,180,100,1,0),(54600,187573,530,1,1,-2085.38,5523.06,54.0518,1.46608,0,0,0.669131,0.743145,180,100,1,0),(54601,187573,530,1,1,-2098.35,5473.87,54.0518,1.39626,0,0,0.642788,0.766044,180,100,1,0),(54602,187573,530,1,1,-2090.4,5528.73,54.0518,2.44346,0,0,0.939693,0.34202,180,100,1,0),(54603,187573,530,1,1,-2105.34,5476.5,54.0518,-2.61799,0,0,0.965926,-0.258819,180,100,1,0),(54604,187573,530,1,1,-2185.94,5405.41,52.6673,1.27409,0,0,0.594823,0.803857,180,100,1,0),(54605,187573,530,1,1,-2176.26,5401.9,51.8583,-2.60054,0,0,0.96363,-0.267238,180,100,1,0),(54606,187573,530,1,1,-1695.38,5508.14,-8.52235,-1.98968,0,0,0.838671,-0.544639,180,100,1,0),(54607,187573,530,1,1,-2027.41,5343.28,-8.07386,2.46091,0,0,0.942641,0.333807,180,100,1,0),(54608,187573,530,1,1,-2182.8,5406.6,52.6503,-0.139626,0,0,0.069756,-0.997564,180,100,1,0),(54609,187573,530,1,1,-2092.56,5478.81,54.0518,-0.698132,0,0,0.34202,-0.939693,180,100,1,0),(54610,187573,530,1,1,-2174.91,5410.17,50.7781,0.610865,0,0,0.300706,0.953717,180,100,1,0),(54611,187573,530,1,1,-2077.93,5524.66,54.0518,2.37365,0,0,0.927184,0.374607,180,100,1,0),(54612,187573,530,1,1,-2088.15,5535.81,54.0518,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(54613,187573,530,1,1,-1774.45,5658.57,129.431,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(54614,187573,530,1,1,-1701.96,5512.67,-8.52236,-2.61799,0,0,0.965926,-0.258819,180,100,1,0),(54615,187573,530,1,1,-1763.87,5683.4,128.303,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(54616,187573,530,1,1,-1779.69,5646.3,129.988,-2.75762,0,0,0.981627,-0.190809,180,100,1,0),(54617,187573,530,1,1,-1900.91,5773.7,132.028,1.93731,0,0,0.824126,0.566406,180,100,1,0),(54618,187573,530,1,1,-1801.27,5653.48,129.988,1.98968,0,0,0.838671,0.544639,180,100,1,0),(54619,187573,530,1,1,-1888.37,5768.13,130.176,-1.25664,0,0,0.587785,-0.809017,180,100,1,0),(54620,187573,530,1,1,-2031.45,5351.36,-8.07386,0.279253,0,0,0.139173,0.990268,180,100,1,0),(54621,187573,530,1,1,-1794.8,5679.29,128.875,1.37881,0,0,0.636078,0.771625,180,100,1,0),(54622,187573,530,1,1,-1804.59,5640.41,130.553,-2.05949,0,0,0.857167,-0.515038,180,100,1,0),(54623,187573,530,1,1,-1897.83,5771.48,131.897,1.20428,0,0,0.566406,0.824126,180,100,1,0),(54624,187573,530,1,1,-1784.86,5633.83,130.555,-1.95477,0,0,0.829038,-0.559193,180,100,1,0),(54625,181431,0,1,1,1693.97,239.468,62.5957,1.5708,0,0,0.707107,0.707107,180,100,1,0),(54626,181431,0,1,1,1526.29,240.466,-62.1777,1.71042,0,0,0.75471,0.656059,180,100,1,0),(54627,181431,0,1,1,1595.8,239.96,-52.1429,-2.05949,0,0,0.857167,-0.515038,180,100,1,0),(54628,181431,0,1,1,1660.9,240.226,-62.1779,0.488692,0,0,0.241922,0.970296,180,100,1,0),(54629,181431,0,1,1,1596.23,307.214,-62.1777,-3.03687,0,0,0.99863,-0.052336,180,100,1,0),(54630,181431,0,1,1,1503.1,334.538,-60.0877,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(54631,181431,0,1,1,1687.98,146.89,-60.4624,-2.72271,0,0,0.978148,-0.207912,180,100,1,0),(54632,181431,0,1,1,1744.01,386.966,-62.2913,2.33874,0,0,0.920505,0.390731,180,100,1,0),(54633,181431,0,1,1,1594.57,176.937,-62.1779,-1.13446,0,0,0.5373,-0.843391,180,100,1,0),(54634,181431,0,1,1,1773.19,237.801,-62.1757,2.84489,0,0,0.989016,0.147809,180,100,1,0),(54635,181431,0,1,1,1569.78,241.011,61.6564,-1.97222,0,0,0.833886,-0.551937,180,100,1,0),(54636,181431,0,1,1,1297.85,331.653,-60.0831,-0.925024,0,0,0.446198,-0.894934,180,100,1,0),(54637,181431,0,1,1,1743.14,90.7159,-62.2755,0.017453,0,0,0.008727,0.999962,180,100,1,0),(54638,181431,0,1,1,1558.89,240.873,-43.1027,-0.401426,0,0,0.199368,-0.979925,180,100,1,0),(54639,181431,0,1,1,1595.57,276.88,-43.1027,3.03687,0,0,0.99863,0.052336,180,100,1,0),(54640,181431,0,1,1,1594.36,204.04,-43.1027,0.244346,0,0,0.121869,0.992546,180,100,1,0),(54641,181431,0,1,1,1805.65,237.711,62.7537,2.89725,0,0,0.992546,0.121869,180,100,1,0),(54642,181431,0,1,1,1633.27,239.368,-43.1027,0.558505,0,0,0.275637,0.961262,180,100,1,0),(54643,181431,0,1,1,1698.62,321.394,-60.4842,-2.70526,0,0,0.976296,-0.21644,180,100,1,0),(54644,181431,0,1,1,1417.78,241.386,-62.1757,0.122173,0,0,0.061049,0.998135,180,100,1,0),(54645,181431,0,1,1,1641.57,240.113,62.5916,2.00713,0,0,0.843391,0.5373,180,100,1,0),(54646,181431,0,1,1,1584.89,63.2274,-62.1757,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(54647,181431,0,1,1,1501.1,146.545,-60.0869,0.820305,0,0,0.398749,0.91706,180,100,1,0),(54648,181431,0,1,1,1434.29,400.923,-85.2619,-0.488692,0,0,0.241922,-0.970296,180,100,1,0),(54649,181431,0,1,1,1442.64,87.9136,-62.283,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(54650,181431,0,1,1,1598.09,414.795,-62.1773,1.98968,0,0,0.838671,0.544639,180,100,1,0),(54651,181431,0,1,1,-8953.48,520.944,96.3566,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(54652,181431,0,1,1,-8713.34,519.887,97.1824,1.41372,0,0,0.649448,0.760406,180,100,1,0),(54653,181431,0,1,1,-8532.75,448.786,104.917,1.6057,0,0,0.71934,0.694658,180,100,1,0),(54654,181431,0,1,1,-8870.88,585.489,92.6893,2.23402,0,0,0.898794,0.438371,180,100,1,0),(54655,181431,0,1,1,-8987.21,869.165,105.691,1.85005,0,0,0.798636,0.601815,180,100,1,0),(54656,181431,0,1,1,-8459.98,637.94,91.8711,-1.71042,0,0,0.75471,-0.656059,180,100,1,0),(54657,181431,0,1,1,-8743.69,712.323,98.1487,-1.01229,0,0,0.48481,-0.87462,180,100,1,0),(54658,181431,0,1,1,-8710.94,611.629,125.079,3.10669,0,0,0.999848,0.017452,180,100,1,0),(54659,181431,0,1,1,-8572.69,753.319,96.6506,2.75762,0,0,0.981627,0.190809,180,100,1,0),(54660,181431,0,1,1,-8870.28,712.3,97.5819,0.436332,0,0,0.21644,0.976296,180,100,1,0),(54661,181431,0,1,1,-8488.67,559.471,97.5893,0.907571,0,0,0.438371,0.898794,180,100,1,0),(54662,181431,0,1,1,-8618.5,833.235,96.6932,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(54663,181431,0,1,1,-8511.75,652.745,100.292,2.79253,0,0,0.984808,0.173648,180,100,1,0),(54664,181431,0,1,1,-8799.97,475.277,95.5325,2.04204,0,0,0.85264,0.522499,180,100,1,0),(54665,181431,0,1,1,-8845.22,837.503,98.7247,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(54666,181431,0,1,1,-8576.73,541.35,101.783,2.67035,0,0,0.97237,0.233445,180,100,1,0),(54667,181431,0,1,1,-8364.16,628.171,95.062,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(54668,181431,0,1,1,-8813.68,572.554,94.4928,1.71042,0,0,0.75471,0.656059,180,100,1,0),(54669,181431,0,1,1,-8673.85,447.711,99.6484,0,0,0,0,1,180,100,1,0),(54670,181431,0,1,1,-8933.02,958.447,117.329,-1.67552,0,0,0.743145,-0.669131,180,100,1,0),(54671,181431,0,1,1,-8613.32,513.735,103.433,-1.81514,0,0,0.788011,-0.615661,180,100,1,0),(54672,181431,0,1,1,-9045.98,448.512,93.0558,1.91986,0,0,0.819152,0.573576,180,100,1,0),(54673,181431,0,1,1,-8921.26,778.87,87.1535,4.71239,0,0,0.707107,-0.707107,180,100,1,0),(54674,181431,0,1,1,-4755.75,-1155.98,502.212,-0.994838,0,0,0.477159,-0.878817,180,100,1,0),(54675,181431,0,1,1,-4980.53,-884.663,501.649,-0.383972,0,0,0.190809,-0.981627,180,100,1,0),(54676,181431,0,1,1,-4790.37,-883.416,501.659,-0.733038,0,0,0.358368,-0.93358,180,100,1,0),(54677,181431,0,1,1,-4824.78,-1073.2,502.197,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(54678,181431,0,1,1,-4971.12,-1210.05,501.839,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(54679,181431,0,1,1,-4776.58,-1027.98,502.212,-1.90241,0,0,0.814116,-0.580703,180,100,1,0),(54680,181431,0,1,1,-4971.04,-972.075,503.137,0.506145,0,0,0.25038,0.968148,180,100,1,0),(54681,181431,0,1,1,-4832.8,-1271.77,501.868,0.087266,0,0,0.043619,0.999048,180,100,1,0),(54682,181431,0,1,1,-4664.53,-954.755,500.377,-2.53073,0,0,0.953717,-0.300706,180,100,1,0),(54683,181431,0,1,1,-5003.65,-1114.23,501.677,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(54684,181431,0,1,1,-4878.74,-1113.32,502.212,1.8675,0,0,0.803857,0.594823,180,100,1,0),(54685,181431,0,1,1,-4627.81,-1083.07,501.215,2.1293,0,0,0.87462,0.48481,180,100,1,0),(54686,181431,0,1,1,-4799.59,-1107.13,498.807,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(54687,181431,0,1,1,-4699.79,-1222.77,501.659,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(54688,181431,1,1,1,1568.88,-4314.68,22.4078,0.593412,0,0,0.292372,0.956305,180,100,1,0),(54689,181431,1,1,1,-1209.1,-71.6904,157.981,1.39626,0,0,0.642788,0.766044,180,100,1,0),(54690,181431,1,1,1,1682.48,-4298.48,4.84644,1.16937,0,0,0.551937,0.833886,180,100,1,0),(54691,181431,1,1,1,-1024.92,201.019,135.315,-0.069813,0,0,0.034899,-0.999391,180,100,1,0),(54692,181431,1,1,1,1726.61,-4072.02,43.6949,2.25148,0,0,0.902585,0.430511,180,100,1,0),(54693,181431,1,1,1,1928.97,-4279.17,29.862,0.20944,0,0,0.104528,0.994522,180,100,1,0),(54694,181431,1,1,1,-1090.93,-63.0738,151.905,-0.488692,0,0,0.241922,-0.970296,180,100,1,0),(54695,181431,1,1,1,1924.25,-4583.65,33.8937,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(54696,181431,1,1,1,-1281.58,130.652,131.33,0.855211,0,0,0.414693,0.909961,180,100,1,0),(54697,181431,1,1,1,-1203.32,0.722928,165.516,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(54698,181431,1,1,1,-1328.23,24.5104,138.505,-2.00713,0,0,0.843391,-0.5373,180,100,1,0),(54699,181431,1,1,1,-1285.22,-116.343,172.316,-0.942478,0,0,0.453991,-0.891006,180,100,1,0),(54700,181431,1,1,1,-1388.65,-128.852,157.164,0.453786,0,0,0.224951,0.97437,180,100,1,0),(54701,181431,1,1,1,1962.86,-4743.28,53.0303,-0.069813,0,0,0.034899,-0.999391,180,100,1,0),(54702,181431,1,1,1,1931.64,-4665.24,26.9095,0.331613,0,0,0.165048,0.986286,180,100,1,0),(54703,181431,1,1,1,1542.07,-4412.53,10.2388,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(54704,181431,1,1,1,-958.499,261.57,135.746,2.49582,0,0,0.948324,0.317305,180,100,1,0),(54705,181431,1,1,1,-1071.42,-245.669,159.03,2.23402,0,0,0.898794,0.438371,180,100,1,0),(54706,181431,1,1,1,-1073.08,-4.91715,140.82,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(54707,181431,1,1,1,1943.9,-4435.26,22.9053,1.71042,0,0,0.75471,0.656059,180,100,1,0),(54708,181431,1,1,1,1436.28,-4421.57,25.2354,0.10472,0,0,0.052336,0.99863,180,100,1,0),(54709,181431,1,1,1,1865.79,-4507.46,24.1635,-0.471239,0,0,0.233445,-0.97237,180,100,1,0),(54710,181431,1,1,1,2046.99,-4694.22,32.0786,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(54711,181431,1,1,1,1710.71,-3931.83,50.1092,-2.72271,0,0,0.978148,-0.207912,180,100,1,0),(54712,181431,1,1,1,2103.28,-4615.66,58.4212,-1.22173,0,0,0.573576,-0.819152,180,100,1,0),(54713,181431,1,1,1,1984.92,-4620.55,23.8024,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(54714,181431,1,1,1,1718.27,-4373.43,29.3622,0.872665,0,0,0.422618,0.906308,180,100,1,0),(54715,181431,1,1,1,1638.53,-4266.72,49.5179,1.36136,0,0,0.62932,0.777146,180,100,1,0),(54716,181431,1,1,1,1453.85,-4199.93,39.1787,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(54717,181431,1,1,1,1750.27,-4517,26.4759,-2.96706,0,0,0.996195,-0.087156,180,100,1,0),(54718,181431,1,1,1,1899.41,-4735.92,35.9949,2.80998,0,0,0.986286,0.165048,180,100,1,0),(54719,181431,1,1,1,-1220.3,54.1701,129.126,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(54720,181431,1,1,1,-1196.99,25.2886,176.949,-1.29154,0,0,0.601815,-0.798635,180,100,1,0),(54721,181431,1,1,1,1616.08,-4116.68,29.466,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(54722,181431,1,1,1,-1144.95,47.5701,144.553,1.39626,0,0,0.642788,0.766044,180,100,1,0),(54723,181431,1,1,1,-1134.83,-124.223,171.786,0.174533,0,0,0.087156,0.996195,180,100,1,0),(54724,181431,1,1,1,1578.97,-4209.47,43.0179,2.74017,0,0,0.979925,0.199368,180,100,1,0),(54725,181431,1,1,1,-1163.67,168.452,143.965,2.05949,0,0,0.857167,0.515038,180,100,1,0),(54726,181431,1,1,1,1780.35,-4290.52,18.2152,0.087266,0,0,0.043619,0.999048,180,100,1,0),(54727,181431,1,1,1,1802.16,-4338.96,-11.2666,1.41372,0,0,0.649448,0.760406,180,100,1,0),(54728,181431,1,1,1,1783.82,-4227.54,39.5197,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(54729,181431,1,1,1,-1417.4,-62.2922,156.886,0.610865,0,0,0.300706,0.953717,180,100,1,0),(54730,181431,1,1,1,1668.13,-4419.98,17.3981,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(54731,181431,1,1,1,1846.51,-4408.01,5.12675,-0.488692,0,0,0.241922,-0.970296,180,100,1,0),(54732,181431,1,1,1,1608.08,-4385.08,10.1315,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(54733,181431,1,1,1,-1034.46,-229.359,160.215,-1.25664,0,0,0.587785,-0.809017,180,100,1,0),(54734,181431,1,1,1,10178.8,2355.7,1328.35,-2.19912,0,0,0.891007,-0.45399,180,100,1,0),(54735,181431,1,1,1,9950.22,2080.89,1327.7,3.03687,0,0,0.99863,0.052336,180,100,1,0),(54736,181431,1,1,1,9815.27,2528.9,1320.81,2.63545,0,0,0.968148,0.25038,180,100,1,0),(54737,181431,1,1,1,10128,2580.78,1325.3,1.20428,0,0,0.566406,0.824126,180,100,1,0),(54738,181431,1,1,1,9951.88,2305.55,1336.55,-0.872665,0,0,0.422618,-0.906308,180,100,1,0),(54739,181431,1,1,1,9659.17,2432.43,1335.68,2.05949,0,0,0.857167,0.515038,180,100,1,0),(54740,181431,1,1,1,9946.16,2592.42,1316.2,-1.64061,0,0,0.731354,-0.681998,180,100,1,0),(54741,181431,1,1,1,9952.4,2176.68,1327.46,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(54742,181431,1,1,1,9820.36,2218.26,1327.76,-2.93215,0,0,0.994522,-0.104529,180,100,1,0),(54743,181431,1,1,1,10122.9,2244.75,1327.52,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(54744,181431,1,1,1,9839.83,2355.76,1316.03,0.401426,0,0,0.199368,0.979925,180,100,1,0),(54745,181431,1,1,1,9706.17,2524.42,1335.69,4.71239,0,0,0.707107,-0.707107,180,100,1,0),(54746,181431,1,1,1,10193.5,2543.76,1338.6,1.95477,0,0,0.829038,0.559193,180,100,1,0),(54747,181431,1,1,1,9948.98,2420.34,1326.38,2.51327,0,0,0.951057,0.309017,180,100,1,0),(54748,181431,1,1,1,8696.91,944.46,13.5097,1.37881,0,0,0.636078,0.771625,180,100,1,0),(54749,181431,1,1,1,9898.6,2530.83,1315.4,1.44862,0,0,0.66262,0.748956,180,100,1,0),(54750,181431,1,1,1,10104.6,2469.82,1317.17,2.96706,0,0,0.996195,0.087156,180,100,1,0),(54751,181431,1,1,1,10031.6,2500.51,1318.42,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(54752,181431,1,1,1,9734.43,2260.26,1327.49,1.62316,0,0,0.725374,0.688355,180,100,1,0),(54753,181431,1,1,1,9952.83,2258.2,1335.57,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(54754,181431,1,1,1,9858.95,2280.49,1327.27,0.785398,0,0,0.382683,0.92388,180,100,1,0),(54755,181431,1,1,1,9607.5,2523.04,1331.64,2.35619,0,0,0.92388,0.382683,180,100,1,0),(54756,181431,1,1,1,9939.26,2502.18,1317.94,1.93731,0,0,0.824126,0.566406,180,100,1,0),(54757,181431,1,1,1,10040.7,2283.16,1328.87,-1.76278,0,0,0.771625,-0.636078,180,100,1,0),(54758,181431,1,1,1,9651.16,2333.63,1327.49,-2.58309,0,0,0.961262,-0.275637,180,100,1,0),(54759,181431,1,1,1,10088.2,2374.62,1314.94,-1.41372,0,0,0.649448,-0.760406,180,100,1,0),(54760,181431,1,1,1,8784.62,966.791,30.2048,2.04204,0,0,0.85264,0.522499,180,100,1,0),(54761,181431,1,1,1,9884.66,2446.58,1316.8,-1.71042,0,0,0.75471,-0.656059,180,100,1,0),(54762,181431,1,1,1,9985.5,1990.21,1327.64,-0.226893,0,0,0.113203,-0.993572,180,100,1,0),(54763,181431,1,1,1,9768.75,2298.74,1327.45,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(54764,187576,1,1,1,-1042.19,-3671.98,25.159,1.27409,0,0,0.594823,0.803857,180,100,1,0),(54765,187576,1,1,1,-6111.11,-1150.63,-186.798,2.60054,0,0,0.96363,0.267238,180,100,1,0),(54766,187576,1,1,1,-6111.11,-1150.63,-186.798,2.60054,0,0,0.96363,0.267238,180,100,1,0),(54767,187576,1,1,1,6436.52,528.038,12.4771,-2.02458,0,0,0.848048,-0.529919,180,100,1,0),(54768,187576,1,1,1,6429.35,505.704,12.7617,1.50098,0,0,0.681998,0.731354,180,100,1,0),(54769,187576,1,1,1,2774.42,-412.949,114.748,2.93215,0,0,0.994522,0.104528,180,100,1,0),(54770,187576,1,1,1,2746.52,-410.95,114.57,-0.401426,0,0,0.199368,-0.979925,180,100,1,0),(54771,187576,1,1,1,2763.33,-443.494,114.795,2.63545,0,0,0.968148,0.25038,180,100,1,0),(54772,187576,530,1,1,-2564.84,4432.06,39.6185,-2.37365,0,0,0.927184,-0.374607,180,100,1,0),(54773,187576,530,1,1,332.287,7829.96,39.4004,-0.069813,0,0,0.034899,-0.999391,180,100,1,0),(54774,187576,530,1,1,241.369,7913.66,27.1416,-1.23918,0,0,0.580703,-0.814116,180,100,1,0),(54775,187576,0,1,1,2308.39,-5340.95,93.1183,-2.56563,0,0,0.95882,-0.284015,180,100,1,0),(54776,187576,0,1,1,2038.43,155.884,36.0196,-0.890118,0,0,0.430511,-0.902585,180,100,1,0),(54777,187576,0,1,1,-6642.27,-2175.37,245.931,-1.46608,0,0,0.669131,-0.743145,180,100,1,0),(54778,187576,0,1,1,-9499.94,66.9415,57.203,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(54779,187576,0,1,1,-7477.69,-2192.74,168.943,0.15708,0,0,0.078459,0.996917,180,100,1,0),(54780,187576,0,1,1,-7479.02,-2191.29,168.971,1.44862,0,0,0.66262,0.748956,180,100,1,0),(54781,187576,0,1,1,-1221.52,-2542.8,25.7959,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(54782,187576,0,1,1,-1216.53,-2521.38,24.6897,2.70526,0,0,0.976296,0.21644,180,100,1,0),(54783,187576,1,1,1,-890.425,-3771.18,12.8452,-2.49582,0,0,0.948324,-0.317305,180,100,1,0),(54784,187576,1,1,1,-953.439,-3760.35,6.53835,1.32645,0,0,0.615662,0.788011,180,100,1,0),(54785,187576,0,1,1,-10523.1,-1175.39,31.0316,1.65806,0,0,0.737277,0.67559,180,100,1,0),(54786,187576,0,1,1,-5593.13,-489.437,398.363,1.53589,0,0,0.694658,0.71934,180,100,1,0),(54787,187576,0,1,1,-5357.04,-528.766,392.575,0.645772,0,0,0.317305,0.948324,180,100,1,0),(54788,187576,0,1,1,-5608.48,-521.513,401.212,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(54789,187576,0,1,1,-10523.1,-1175.39,31.0316,1.65806,0,0,0.737277,0.67559,180,100,1,0),(54790,187576,0,1,1,-9497,-1188.62,50.7243,-1.48353,0,0,0.67559,-0.737277,180,100,1,0),(54791,187576,0,1,1,-6599.94,-1036.08,252.417,1.91986,0,0,0.819152,0.573576,180,100,1,0),(54792,187576,0,1,1,-9536.68,-1208.95,49.4019,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(54793,187576,0,1,1,522.931,1658.99,112.467,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(54794,187576,0,1,1,-14460.8,484.582,16.1547,0.837758,0,0,0.406737,0.913545,180,100,1,0),(54795,187576,1,1,1,-452.303,-2662.49,95.5842,1.32645,0,0,0.615662,0.788011,180,100,1,0),(54796,187576,1,1,1,-6114.17,-1156.72,-187.071,2.30383,0,0,0.913545,0.406737,180,100,1,0),(54797,187576,0,1,1,390.723,-2100.18,132.874,0.244346,0,0,0.121869,0.992546,180,100,1,0),(54798,187576,0,1,1,304.943,-2112.63,124.409,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(54799,187576,0,1,1,-10655.3,1177.72,39.067,-0.680679,0,0,0.333807,-0.942641,180,100,1,0),(54800,187576,1,1,1,6407.31,510.362,12.7691,1.18682,0,0,0.559193,0.829038,180,100,1,0),(54801,187576,1,1,1,6382.03,520.524,12.9657,1.01229,0,0,0.48481,0.87462,180,100,1,0),(54802,187576,1,1,1,6402.88,511.721,12.7966,1.27409,0,0,0.594823,0.803857,180,100,1,0),(54803,187576,1,1,1,6389.4,543.064,12.6777,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(54804,187576,0,1,1,-19.8998,-709.855,70.674,-1.3439,0,0,0.622515,-0.782608,180,100,1,0),(54805,187576,1,1,1,6816.29,-4619.22,711.458,2.07694,0,0,0.861629,0.507538,180,100,1,0),(54806,187576,1,1,1,-2380.68,-1870.94,96.6911,-1.09956,0,0,0.522499,-0.85264,180,100,1,0),(54807,187576,1,1,1,-2287.1,-2169.96,96.1552,0.558505,0,0,0.275637,0.961262,180,100,1,0),(54808,187576,1,1,1,2740.65,-427.079,114.619,-0.331612,0,0,0.165048,-0.986286,180,100,1,0),(54809,187576,1,1,1,-5409.87,-2422.95,90.1097,0.994838,0,0,0.477159,0.878817,180,100,1,0),(54810,187576,0,1,1,-9589.76,-1928.48,64.1741,1.91986,0,0,0.819152,0.573576,180,100,1,0),(54811,187576,1,1,1,-1042.19,-3671.98,25.159,1.27409,0,0,0.594823,0.803857,180,100,1,0),(54812,187576,1,1,1,-436.4,-2589.64,96.3236,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(54813,187576,1,1,1,-6114.17,-1156.72,-187.071,2.30383,0,0,0.913545,0.406737,180,100,1,0),(54814,187576,1,1,1,-2288.14,-2169.88,96.1271,2.61799,0,0,0.965926,0.258819,180,100,1,0),(54815,187576,1,1,1,-2358.52,-1981.28,106.493,2.56563,0,0,0.95882,0.284015,180,100,1,0),(54816,187576,0,1,1,2294.46,-5350.28,93.0342,0.593412,0,0,0.292372,0.956305,180,100,1,0),(54817,187576,0,1,1,2304.59,-5335.3,93.0093,-2.54818,0,0,0.956305,-0.292372,180,100,1,0),(54818,187576,0,1,1,-896.141,-3505.67,72.1901,-1.71042,0,0,0.75471,-0.656059,180,100,1,0),(54819,187576,0,1,1,-924.512,-3536.54,77.1116,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(54820,187576,0,1,1,-1006.65,-3575.4,58.2609,3.00197,0,0,0.997564,0.069757,180,100,1,0),(54821,187576,0,1,1,-6631.9,-2172.07,246.708,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(54822,187576,0,1,1,-9431.16,63.5481,58.1995,3.12414,0,0,0.999962,0.008727,180,100,1,0),(54823,187576,0,1,1,-10541.6,-1181.24,28.4948,-1.85005,0,0,0.798635,-0.601815,180,100,1,0),(54824,187576,0,1,1,-10549,-1113.2,33.6784,-3.00197,0,0,0.997564,-0.069756,180,100,1,0),(54825,187576,0,1,1,-10550.2,-1104.42,33.7316,-2.98451,0,0,0.996917,-0.078459,180,100,1,0),(54826,187576,0,1,1,-10534.2,-1159.23,30.3795,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(54827,187576,0,1,1,-5579.73,-525.05,404.467,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(54828,187576,0,1,1,-10533.3,-1162.61,30.1223,0.087266,0,0,0.043619,0.999048,180,100,1,0),(54829,187576,0,1,1,-6561.48,-1102.74,311.053,0.314159,0,0,0.156434,0.987688,180,100,1,0),(54830,187576,0,1,1,-9648.42,-1336.6,50.6041,2.9147,0,0,0.993572,0.113203,180,100,1,0),(54831,187576,0,1,1,505.534,1656.23,118.286,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(54832,187576,0,1,1,528.155,1643.84,105.854,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(54833,187576,0,1,1,-12429.2,209.502,5.94211,0.890118,0,0,0.430511,0.902585,180,100,1,0),(54834,187576,0,1,1,-12440.4,199.486,5.31841,0.698132,0,0,0.34202,0.939693,180,100,1,0),(54835,187576,0,1,1,-632.737,-4718.25,5.79148,-2.63545,0,0,0.968148,-0.25038,180,100,1,0),(54836,187576,0,1,1,309.079,-2130.54,124.394,-2.94961,0,0,0.995396,-0.095846,180,100,1,0),(54837,187576,0,1,1,-10641.5,1167.82,40.2927,-0.541052,0,0,0.267238,-0.96363,180,100,1,0),(54838,187576,530,1,1,-2620.31,4459.9,39.3192,-1.67552,0,0,0.743145,-0.669131,180,100,1,0),(54839,187576,0,1,1,-36.0071,-947.25,57.4091,1.27409,0,0,0.594823,0.803857,180,100,1,0),(54840,187576,0,1,1,-51.7141,-974.486,60.3425,1.25664,0,0,0.587785,0.809017,180,100,1,0),(54841,187576,530,1,1,233.849,7910.59,27.2114,-1.06465,0,0,0.507538,-0.861629,180,100,1,0),(54842,187576,0,1,1,-843.173,-581.619,13.5102,3.14159,0,0,1,0,180,100,1,0),(54843,187576,1,1,1,6809.78,-4617.86,711.32,1.5708,0,0,0.707107,0.707107,180,100,1,0),(54844,187576,1,1,1,-2348.69,-1912.03,96.1628,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(54845,187576,1,1,1,-2362.39,-1975.67,106.765,-2.07694,0,0,0.861629,-0.507538,180,100,1,0),(54846,187576,1,1,1,-5403.29,-2418.45,89.9686,-3.10669,0,0,0.999848,-0.017452,180,100,1,0),(54847,187576,0,1,1,-9213.55,-2224.49,69.3168,1.5708,0,0,0.707107,0.707107,180,100,1,0),(54848,187576,0,1,1,-9636.21,-2086.49,62.582,1.09956,0,0,0.522499,0.85264,180,100,1,0),(54849,187576,0,1,1,-9435.35,-2228.51,70.0283,-0.925024,0,0,0.446198,-0.894934,180,100,1,0),(54850,187576,1,1,1,-957.686,-3681.65,8.48984,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(54851,187576,1,1,1,-1040.89,-3662.1,25.2646,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(54852,187576,1,1,1,-953.439,-3760.35,6.53835,1.32645,0,0,0.615662,0.788011,180,100,1,0),(54853,187576,1,1,1,-2360.38,-1984.47,106.407,2.63545,0,0,0.968148,0.25038,180,100,1,0),(54854,187576,1,1,1,-1040.89,-3662.1,25.2646,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(54855,187576,1,1,1,-957.686,-3681.65,8.48984,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(54856,187576,1,1,1,-452.288,-2663.83,95.6572,-1.65806,0,0,0.737277,-0.67559,180,100,1,0),(54857,187576,1,1,1,-886.465,-3776.22,12.6686,-2.37365,0,0,0.927184,-0.374607,180,100,1,0),(54858,187576,1,1,1,-890.425,-3771.18,12.8452,-2.49582,0,0,0.948324,-0.317305,180,100,1,0),(54859,187576,1,1,1,-434.472,-2599.76,96.3508,3.07178,0,0,0.999391,0.034899,180,100,1,0),(54860,187576,0,1,1,2290.65,-5344.6,92.9907,0.593412,0,0,0.292372,0.956305,180,100,1,0),(54861,187576,1,1,1,-886.465,-3776.22,12.6686,-2.37365,0,0,0.927184,-0.374607,180,100,1,0),(54862,187576,0,1,1,-9477.87,32.1865,59.23,-0.15708,0,0,0.078459,-0.996917,180,100,1,0),(54863,187576,0,1,1,-9463.9,33.9063,58.7647,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(54864,187576,0,1,1,-10512,-1151.34,29.9757,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(54865,187576,0,1,1,-5590.9,-513.917,405.771,1.65806,0,0,0.737277,0.67559,180,100,1,0),(54866,187576,0,1,1,-6559.29,-1173.51,311.369,1.15192,0,0,0.544639,0.838671,180,100,1,0),(54867,187576,0,1,1,-5362.44,-2968.69,327.632,-2.86234,0,0,0.990268,-0.139173,180,100,1,0),(54868,187576,0,1,1,-14253.9,302.981,28.8038,1.5708,0,0,0.707107,0.707107,180,100,1,0),(54869,187576,0,1,1,-12431.2,133.574,4.21531,1.0821,0,0,0.515038,0.857167,180,100,1,0),(54870,187576,0,1,1,-12425,134.407,4.23034,1.93731,0,0,0.824126,0.566406,180,100,1,0),(54871,187576,0,1,1,329.889,-2137.51,125.919,-1.3439,0,0,0.622515,-0.782608,180,100,1,0),(54872,187576,0,1,1,-10634,1192.44,39.4125,-2.23402,0,0,0.898794,-0.438371,180,100,1,0),(54873,187576,0,1,1,-123.047,-852.387,57.6284,-0.575959,0,0,0.284015,-0.95882,180,100,1,0),(54874,187576,0,1,1,-10.3219,-931.982,58.6903,-2.04204,0,0,0.85264,-0.522498,180,100,1,0),(54875,187576,0,1,1,-17.1319,-930.48,57.5215,2.63545,0,0,0.968148,0.25038,180,100,1,0),(54876,187576,0,1,1,-849.003,-558.577,13.5004,1.5708,0,0,0.707107,0.707107,180,100,1,0),(54877,187576,0,1,1,-4630.1,-928.945,506.122,0.733038,0,0,0.358368,0.93358,180,100,1,0),(54878,187576,0,1,1,-906.867,-3523.45,76.6668,3.07178,0,0,0.999391,0.034899,180,100,1,0),(54879,187576,0,1,1,-9475.58,11.6672,62.0472,1.44862,0,0,0.66262,0.748956,180,100,1,0),(54880,187576,0,1,1,-907.369,-3535.83,76.9519,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(54881,187576,0,1,1,-5608.68,-529.576,401.066,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(54882,187576,0,1,1,-5607.96,-525.5,402.749,0,0,0,0,1,180,100,1,0),(54883,187576,0,1,1,-10534.2,-1159.23,30.3795,-3.07178,0,0,0.999391,-0.034899,180,100,1,0),(54884,187576,0,1,1,-5388.73,-2966.02,324.224,0.261799,0,0,0.130526,0.991445,180,100,1,0),(54885,187576,0,1,1,-6562.58,-1068.19,273.38,2.37365,0,0,0.927184,0.374607,180,100,1,0),(54886,187576,0,1,1,518.378,1643.89,105.912,-1.55334,0,0,0.700909,-0.71325,180,100,1,0),(54887,187576,0,1,1,-12431.5,209.529,4.81289,2.21657,0,0,0.894934,0.446198,180,100,1,0),(54888,187576,0,1,1,-12425.8,195.253,5.48485,1.85005,0,0,0.798636,0.601815,180,100,1,0),(54889,187576,0,1,1,-12418.1,207.554,5.59851,-3.08923,0,0,0.999657,-0.026177,180,100,1,0),(54890,187576,0,1,1,-12433.1,136.545,3.81276,0.244346,0,0,0.121869,0.992546,180,100,1,0),(54891,187576,0,1,1,-10463.5,-3280.34,21.5103,0.122173,0,0,0.061049,0.998135,180,100,1,0),(54892,187576,0,1,1,-10513.7,1025.31,62.1908,-0.017453,0,0,0.008727,-0.999962,180,100,1,0),(54893,187576,0,1,1,-10630.3,1030.28,35.4921,1.01229,0,0,0.48481,0.87462,180,100,1,0),(54894,187576,0,1,1,-45.7437,-976.328,60.4604,1.23918,0,0,0.580703,0.814116,180,100,1,0),(54895,187576,0,1,1,-41.4883,-945.367,57.4987,1.22173,0,0,0.573576,0.819152,180,100,1,0),(54896,187576,0,1,1,-856.233,-492.18,16.321,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(54897,187576,0,1,1,-430.054,-582.755,54.6811,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(54898,187576,530,1,1,221.99,7810.07,23.685,2.23402,0,0,0.898794,0.438371,180,100,1,0),(54899,187576,530,1,1,225.392,7813.88,22.9827,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(54900,187576,0,1,1,-10549,-1113.2,33.6784,-3.00197,0,0,0.997564,-0.069756,180,100,1,0),(54901,187576,0,1,1,-10512,-1151.34,29.9757,-1.50098,0,0,0.681998,-0.731354,180,100,1,0),(54902,187576,0,1,1,-5409.08,-2878.84,343.427,-1.58825,0,0,0.71325,-0.700909,180,100,1,0),(54903,187576,0,1,1,-6586.23,-1035.72,264.182,-3.03687,0,0,0.99863,-0.052336,180,100,1,0),(54904,187576,0,1,1,342.669,1248.86,81.6274,-1.91986,0,0,0.819152,-0.573576,180,100,1,0),(54905,187576,0,1,1,639.631,1291.24,86.392,2.16421,0,0,0.882948,0.469472,180,100,1,0),(54906,187576,0,1,1,-12430.1,140.965,3.53968,-0.750491,0,0,0.366501,-0.930418,180,100,1,0),(54907,187576,0,1,1,-10461.4,-3276.44,21.6193,-0.593412,0,0,0.292372,-0.956305,180,100,1,0),(54908,187576,0,1,1,382.73,-2128.01,123.456,-2.87979,0,0,0.991445,-0.130526,180,100,1,0),(54909,187576,0,1,1,391.608,-2103.98,132.701,0.174533,0,0,0.087156,0.996195,180,100,1,0),(54910,187576,0,1,1,-10634,1177.63,39.5838,2.53073,0,0,0.953717,0.300706,180,100,1,0),(54911,187576,0,1,1,-10655.7,1162.96,39.3237,0.959931,0,0,0.461749,0.887011,180,100,1,0),(54912,187576,0,1,1,-3775.99,-732.065,9.76503,-1.01229,0,0,0.48481,-0.87462,180,100,1,0),(54913,187576,0,1,1,-3816.17,-818.365,11.2636,-1.62316,0,0,0.725374,-0.688354,180,100,1,0),(54914,187576,0,1,1,-373.695,-771.469,55.1236,-2.21657,0,0,0.894934,-0.446198,180,100,1,0),(54915,187576,0,1,1,-875.268,-518.501,13.3671,-0.05236,0,0,0.026177,-0.999657,180,100,1,0),(54916,187576,0,1,1,-9235.77,-2148.47,66.0507,3.08923,0,0,0.999657,0.026177,180,100,1,0),(54917,187576,0,1,1,-10541.6,-1181.24,28.4948,-1.85005,0,0,0.798635,-0.601815,180,100,1,0),(54918,187576,0,1,1,-14449,486.041,17.4141,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(54919,187576,0,1,1,-14449.9,497.04,16.623,-2.37365,0,0,0.927184,-0.374607,180,100,1,0),(54920,187576,0,1,1,-14253.9,302.981,28.8038,1.5708,0,0,0.707107,0.707107,180,100,1,0),(54921,187576,0,1,1,-14460.8,484.582,16.1547,0.837758,0,0,0.406737,0.913545,180,100,1,0),(54922,187576,0,1,1,392.492,-2107.72,132.757,0.174533,0,0,0.087156,0.996195,180,100,1,0),(54923,187576,0,1,1,-10648,1187.87,38.7371,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(54924,187576,0,1,1,-878.069,-518.788,13.2766,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(54925,187576,0,1,1,-9233.31,-2216.29,68.9112,1.5708,0,0,0.707107,0.707107,180,100,1,0),(54926,187576,0,1,1,1980,248.893,37.2832,-2.61799,0,0,0.965926,-0.258819,180,100,1,0),(54927,187576,0,1,1,-10550.2,-1104.42,33.7316,-2.98451,0,0,0.996917,-0.078459,180,100,1,0),(54928,187576,0,1,1,-14442.7,485.205,25.3457,2.40855,0,0,0.93358,0.358368,180,100,1,0),(54929,187576,0,1,1,389.891,-2096.51,132.736,0.226893,0,0,0.113203,0.993572,180,100,1,0),(54930,187576,0,1,1,343.952,-2143.08,124.366,1.81514,0,0,0.788011,0.615662,180,100,1,0),(54931,187576,0,1,1,-9212.75,-2143.26,65.921,-1.6057,0,0,0.71934,-0.694658,180,100,1,0),(54932,187576,0,1,1,-9222.04,-2224.41,69.2314,1.50098,0,0,0.681998,0.731354,180,100,1,0),(54933,187576,0,1,1,-14449,486.041,17.4141,-0.645772,0,0,0.317305,-0.948324,180,100,1,0),(54934,187576,0,1,1,-14465.6,488.715,16.1825,0.837758,0,0,0.406737,0.913545,180,100,1,0),(54935,187576,0,1,1,-14449.9,497.04,16.623,-2.37365,0,0,0.927184,-0.374607,180,100,1,0),(54936,187576,0,1,1,-14465.6,488.715,16.1825,0.837758,0,0,0.406737,0.913545,180,100,1,0),(54937,187576,0,1,1,-14442.7,485.205,25.3457,2.40855,0,0,0.93358,0.358368,180,100,1,0),(54938,187576,530,1,1,-2560.16,4422.9,40.2427,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(54939,187576,530,1,1,342.149,7867.58,45.3008,-2.33874,0,0,0.920505,-0.390731,180,100,1,0),(54940,187576,530,1,1,-2619.96,4463,39.3169,1.44862,0,0,0.66262,0.748956,180,100,1,0),(54941,187576,530,1,1,-2621.61,4461.63,39.3194,2.94961,0,0,0.995396,0.095846,180,100,1,0),(54942,187576,530,1,1,-2618.61,4461.3,39.3317,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(54943,188352,530,1,1,-1747.85,5326.29,-12.4281,-3.01942,0,0,0.998135,-0.061048,180,100,1,0),(54944,188137,1,1,1,4232.24,1165.95,8.13525,0.331613,0,0,0.165048,0.986286,180,100,1,0),(54945,188138,1,1,1,4244.86,1142.61,10.3279,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(54946,186327,189,1,1,1775.85,1348.62,18.1307,6.23924,0,0,0.0219706,-0.999759,86400,0,1,0),(54947,186267,189,1,1,1776.27,1348.74,20.4116,6.27281,0,0,0.00518764,-0.999987,86400,0,1,0),(54948,186314,189,1,1,1765.28,1347.46,17.5514,0.100363,0,0,0.0501604,0.998741,86400,0,1,0),(54949,1723,0,1,1,-923.686,-999.006,30.3479,2.21988,0,0,0.961262,-0.275637,300,100,1,0),(811,180662,0,1,1,-2681.61,-1279.36,0,-2.46091,0,0,0.942641,-0.333807,180,100,1,0),(822,180657,0,1,1,-3884.81,-712.804,0,-0.10472,0,0,0.052336,-0.99863,180,100,1,0),(823,180662,0,1,1,-3884.81,-712.804,0,-0.10472,0,0,0.052336,-0.99863,180,100,1,0),(840,180582,0,1,1,697.501,756.158,32.9329,-0.279253,0,0,0.139173,-0.990268,180,100,1,0),(841,180655,0,1,1,697.501,756.158,32.9329,-0.279253,0,0,0.139173,-0.990268,180,100,1,0),(846,180582,0,1,1,604.853,644.405,32.9334,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(854,180655,0,1,1,604.853,644.405,32.9334,-0.244346,0,0,0.121869,-0.992546,180,100,1,0),(861,180582,0,1,1,1321.13,757.507,32.9309,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(865,180655,0,1,1,1321.13,757.507,32.9309,-2.1293,0,0,0.87462,-0.48481,180,100,1,0),(872,180655,0,1,1,817.672,1896.21,0,2.60054,0,0,0.96363,0.267238,180,100,1,0),(873,180656,0,1,1,817.672,1896.21,0,2.60054,0,0,0.96363,0.267238,180,100,1,0),(874,180655,0,1,1,736.54,1845.57,0,-1.98968,0,0,0.838671,-0.544639,180,100,1,0),(875,180656,0,1,1,736.54,1845.57,0,-1.98968,0,0,0.838671,-0.544639,180,100,1,0),(894,180655,0,1,1,992.979,1958.68,0,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(897,180656,0,1,1,992.979,1958.68,0,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(898,180664,0,1,1,-2704.53,-1210.83,0,2.14675,0,0,0.878817,0.477159,180,100,1,0),(899,180655,1,1,1,-1476.99,-3924.05,0,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(915,180656,1,1,1,-1476.99,-3924.05,0,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(916,180656,1,1,1,6486.94,822.047,0,0.994838,0,0,0.477159,0.878817,180,100,1,0),(919,180656,1,1,1,-1951.5,-3759.95,0,0.663225,0,0,0.325568,0.945519,180,100,1,0),(936,180656,1,1,1,-1011.95,-3808.33,0,-2.3911,0,0,0.930418,-0.366501,180,100,1,0),(952,180656,1,1,1,-1773.84,-3813.52,0,-2.68781,0,0,0.97437,-0.224951,180,100,1,0),(961,180662,0,1,1,-2721.1,-1163.18,0,1.97222,0,0,0.833886,0.551937,180,100,1,0),(964,180662,0,1,1,-3262.99,-889.309,0,-0.610865,0,0,0.300706,-0.953717,180,100,1,0),(965,180657,0,1,1,-2460.01,-1757.19,0,2.51327,0,0,0.951057,0.309017,180,100,1,0),(973,180664,0,1,1,-2460.01,-1757.19,0,2.51327,0,0,0.951057,0.309017,180,100,1,0),(977,180662,0,1,1,-2576.34,-1586.48,0,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(985,180664,0,1,1,-2576.34,-1586.48,0,-1.72788,0,0,0.760406,-0.649448,180,100,1,0),(986,180662,0,1,1,-2625.05,-1536.17,0,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(988,180664,0,1,1,-2625.05,-1536.17,0,-3.12414,0,0,0.999962,-0.008727,180,100,1,0),(989,180657,0,1,1,-2672.18,-1451.32,0,1.81514,0,0,0.788011,0.615662,180,100,1,0),(1012,180662,0,1,1,-2672.18,-1451.32,0,1.81514,0,0,0.788011,0.615662,180,100,1,0),(1048,180656,1,1,1,-1199.29,-3823.79,0,-1.32645,0,0,0.615661,-0.788011,180,100,1,0),(1124,180655,1,1,1,-1608.05,-3954.22,0,2.19912,0,0,0.891007,0.453991,180,100,1,0),(1188,180656,1,1,1,-1608.05,-3954.22,0,2.19912,0,0,0.891007,0.453991,180,100,1,0),(1431,180655,1,1,1,-957.178,-3778.92,0,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(1438,180656,1,1,1,-957.178,-3778.92,0,-0.174533,0,0,0.087156,-0.996195,180,100,1,0),(1441,180655,1,1,1,-872.794,-3814.69,0,-2.86234,0,0,0.990268,-0.139173,180,100,1,0),(1442,180656,1,1,1,-872.794,-3814.69,0,-2.86234,0,0,0.990268,-0.139173,180,100,1,0),(1457,180655,1,1,1,-1586.55,-3948.27,0,-1.25664,0,0,0.587785,-0.809017,180,100,1,0),(1461,180656,1,1,1,-1586.55,-3948.27,0,-1.25664,0,0,0.587785,-0.809017,180,100,1,0),(1465,180582,0,1,1,-5291.58,-3505.29,297.605,2.37365,0,0,0.927184,0.374607,180,100,1,0),(1466,180655,0,1,1,-5291.58,-3505.29,297.605,2.37365,0,0,0.927184,0.374607,180,100,1,0),(1477,180582,0,1,1,-5141.95,-3445.86,297.025,0.872665,0,0,0.422618,0.906308,180,100,1,0),(1489,180655,0,1,1,-5141.95,-3445.86,297.025,0.872665,0,0,0.422618,0.906308,180,100,1,0),(1492,180582,0,1,1,-4845.88,-3409.7,297.605,2.07694,0,0,0.861629,0.507538,180,100,1,0),(1526,180655,0,1,1,-4845.88,-3409.7,297.605,2.07694,0,0,0.861629,0.507538,180,100,1,0),(1604,180582,0,1,1,-5232.57,-3133.11,297.605,-2.00713,0,0,0.843391,-0.5373,180,100,1,0),(1605,180655,0,1,1,-5232.57,-3133.11,297.605,-2.00713,0,0,0.843391,-0.5373,180,100,1,0),(1611,180582,0,1,1,-5120.34,-3561.44,297.615,2.25148,0,0,0.902585,0.430511,180,100,1,0),(1617,180655,0,1,1,-5120.34,-3561.44,297.615,2.25148,0,0,0.902585,0.430511,180,100,1,0),(1618,180582,0,1,1,-5250.53,-3448.45,297.605,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(1619,180655,0,1,1,-5250.53,-3448.45,297.605,-0.436333,0,0,0.21644,-0.976296,180,100,1,0),(1624,180582,0,1,1,-5260.79,-3631.81,297.605,1.64061,0,0,0.731354,0.681998,180,100,1,0),(1635,180655,0,1,1,-5260.79,-3631.81,297.605,1.64061,0,0,0.731354,0.681998,180,100,1,0),(1637,180582,0,1,1,-10790.8,2126.85,0,1.27409,0,0,0.594823,0.803857,180,100,1,0),(1639,180656,0,1,1,-10790.8,2126.85,0,1.27409,0,0,0.594823,0.803857,180,100,1,0),(1645,180655,0,1,1,-9801.39,1766.6,0,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(1646,180656,0,1,1,-9801.39,1766.6,0,-0.087267,0,0,0.04362,-0.999048,180,100,1,0),(1650,180655,0,1,1,-11243.9,2021.24,0,2.23402,0,0,0.898794,0.438371,180,100,1,0),(1655,180656,0,1,1,-11243.9,2021.24,0,2.23402,0,0,0.898794,0.438371,180,100,1,0),(1656,180582,0,1,1,-10549.4,2127.94,0,1.91986,0,0,0.819152,0.573576,180,100,1,0),(1691,180656,0,1,1,-10549.4,2127.94,0,1.91986,0,0,0.819152,0.573576,180,100,1,0),(1699,180655,0,1,1,-10326.1,2091.91,0,2.96706,0,0,0.996195,0.087156,180,100,1,0),(1729,180656,0,1,1,-10326.1,2091.91,0,2.96706,0,0,0.996195,0.087156,180,100,1,0),(1732,180655,0,1,1,-10411.3,2116.25,0,0.506145,0,0,0.25038,0.968148,180,100,1,0),(1734,180656,0,1,1,-10411.3,2116.25,0,0.506145,0,0,0.25038,0.968148,180,100,1,0),(1735,180655,0,1,1,-9808.47,1813.63,0,1.53589,0,0,0.694658,0.71934,180,100,1,0),(1736,180656,0,1,1,-9808.47,1813.63,0,1.53589,0,0,0.694658,0.71934,180,100,1,0),(1744,180655,0,1,1,-9882.07,1833.48,0,1.11701,0,0,0.529919,0.848048,180,100,1,0),(1762,180656,0,1,1,-9882.07,1833.48,0,1.11701,0,0,0.529919,0.848048,180,100,1,0),(1768,180655,0,1,1,-9574.33,1392.54,0,-0.122173,0,0,0.061049,-0.998135,180,100,1,0),(1769,180656,0,1,1,-9574.33,1392.54,0,-0.122173,0,0,0.061049,-0.998135,180,100,1,0),(1770,180582,0,1,1,-4746.4,-3163.21,297.605,2.86234,0,0,0.990268,0.139173,180,100,1,0),(1771,180582,0,1,1,-5730.29,-3414.34,297.605,-2.80998,0,0,0.986286,-0.165048,180,100,1,0),(1773,180655,0,1,1,-5730.29,-3414.34,297.605,-2.80998,0,0,0.986286,-0.165048,180,100,1,0),(1784,180582,0,1,1,-5127.44,-3148.62,297.605,-2.98451,0,0,0.996917,-0.078459,180,100,1,0),(1791,180655,0,1,1,-5127.44,-3148.62,297.605,-2.98451,0,0,0.996917,-0.078459,180,100,1,0),(1805,180582,0,1,1,-4912.3,-3581.94,297.605,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(1839,180655,0,1,1,-4912.3,-3581.94,297.605,-0.663225,0,0,0.325568,-0.945519,180,100,1,0),(1851,180582,0,1,1,-5642.59,-3291.67,297.605,2.14675,0,0,0.878817,0.477159,180,100,1,0),(1858,180655,0,1,1,-5642.59,-3291.67,297.605,2.14675,0,0,0.878817,0.477159,180,100,1,0),(1895,180582,0,1,1,-5347.89,-3706.57,297.605,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(1912,180655,0,1,1,-5347.89,-3706.57,297.605,-1.8326,0,0,0.793353,-0.608761,180,100,1,0),(1929,180582,0,1,1,-4982.37,-3543.38,297.605,1.50098,0,0,0.681998,0.731354,180,100,1,0),(2001,180655,0,1,1,-4982.37,-3543.38,297.605,1.50098,0,0,0.681998,0.731354,180,100,1,0),(2026,180582,0,1,1,-4773.38,-3163.92,297.605,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(2031,180655,0,1,1,-4773.38,-3163.92,297.605,-2.18166,0,0,0.887011,-0.461749,180,100,1,0),(2045,180582,0,1,1,-5202.45,-3145.92,297.605,2.25148,0,0,0.902585,0.430511,180,100,1,0),(2051,180655,0,1,1,-5202.45,-3145.92,297.605,2.25148,0,0,0.902585,0.430511,180,100,1,0),(2208,180582,0,1,1,-5167.09,-3142.34,297.605,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(4561,180655,0,1,1,-5167.09,-3142.34,297.605,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(4562,180582,0,1,1,-5032.86,-3580.12,297.605,-1.93731,0,0,0.824126,-0.566406,180,100,1,0),(4583,180655,0,1,1,-5032.86,-3580.12,297.605,-1.93731,0,0,0.824126,-0.566406,180,100,1,0),(4679,180664,0,1,1,-3353.9,-975.253,0,-0.349066,0,0,0.173648,-0.984808,180,100,1,0),(4773,180662,0,1,1,-3843.22,-918.727,0,-2.89725,0,0,0.992546,-0.121869,180,100,1,0),(4775,180662,0,1,1,-2755.3,-1128.21,0,2.56563,0,0,0.95882,0.284015,180,100,1,0),(4860,180662,0,1,1,-2904.7,-1007.43,0,-0.418879,0,0,0.207912,-0.978148,180,100,1,0),(4993,180657,0,1,1,-3018.44,-941.133,0,2.51327,0,0,0.951057,0.309017,180,100,1,0),(5012,180662,0,1,1,-3018.44,-941.133,0,2.51327,0,0,0.951057,0.309017,180,100,1,0),(5021,180657,0,1,1,-2869.85,-1038.07,0,1.62316,0,0,0.725374,0.688355,180,100,1,0),(5032,180662,0,1,1,-2869.85,-1038.07,0,1.62316,0,0,0.725374,0.688355,180,100,1,0),(5033,180657,0,1,1,-3710.44,-673.205,0,2.51327,0,0,0.951057,0.309017,180,100,1,0),(5071,180662,0,1,1,-3710.44,-673.205,0,2.51327,0,0,0.951057,0.309017,180,100,1,0),(5074,180662,0,1,1,-3873.45,-634.351,0,-0.837758,0,0,0.406737,-0.913545,180,100,1,0),(5097,180657,0,1,1,-3649.69,-665.087,0,0.191986,0,0,0.095846,0.995396,180,100,1,0),(5119,180662,0,1,1,-3649.69,-665.087,0,0.191986,0,0,0.095846,0.995396,180,100,1,0),(5120,180656,1,1,1,-1981.99,-3767.3,0,1.5708,0,0,0.707107,0.707107,180,100,1,0),(5121,180655,1,1,1,5881.34,595.47,0,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(5123,180656,1,1,1,5881.34,595.47,0,-2.51327,0,0,0.951057,-0.309017,180,100,1,0),(5124,180657,1,1,1,1686.51,833.11,122.101,-2.67035,0,0,0.97237,-0.233445,180,100,1,0),(5169,180664,1,1,1,1686.51,833.11,122.101,-2.67035,0,0,0.97237,-0.233445,180,100,1,0),(5178,180656,1,1,1,4723.29,727.582,0,-0.506145,0,0,0.25038,-0.968148,180,100,1,0),(5179,180655,1,1,1,5098.13,591.153,-0.757871,1.74533,0,0,0.766044,0.642788,180,100,1,0),(5181,180656,1,1,1,5098.13,591.153,-0.757871,1.74533,0,0,0.766044,0.642788,180,100,1,0),(5182,180655,1,1,1,5286.93,587.093,0,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(5183,180656,1,1,1,5286.93,587.093,0,-1.51844,0,0,0.688354,-0.725374,180,100,1,0),(5190,180656,1,1,1,6083.96,587.658,0,0.488692,0,0,0.241922,0.970296,180,100,1,0),(5192,180655,1,1,1,6511.13,757.642,0,-1.44862,0,0,0.66262,-0.748956,180,100,1,0),(5322,180656,1,1,1,6511.13,757.642,0,-1.44862,0,0,0.66262,-0.748956,180,100,1,0),(5328,180655,1,1,1,6756.7,515.737,-0.700236,2.80998,0,0,0.986286,0.165048,180,100,1,0),(5340,180656,1,1,1,6756.7,515.737,-0.700236,2.80998,0,0,0.986286,0.165048,180,100,1,0),(5435,180656,1,1,1,6845.35,479.494,0,1.71042,0,0,0.75471,0.656059,180,100,1,0),(5439,180655,1,1,1,6965.09,434.654,0,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(5441,180656,1,1,1,6965.09,434.654,0,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(5442,180655,1,1,1,6981.46,323.755,0,-0.872665,0,0,0.422618,-0.906308,180,100,1,0),(5465,180656,1,1,1,6981.46,323.755,0,-0.872665,0,0,0.422618,-0.906308,180,100,1,0),(5476,180655,1,1,1,6967.07,182.5,-0.538619,1.25664,0,0,0.587785,0.809017,180,100,1,0),(6808,180656,1,1,1,6967.07,182.5,-0.538619,1.25664,0,0,0.587785,0.809017,180,100,1,0),(6843,180655,1,1,1,7304.01,224.661,-0.667236,1.32645,0,0,0.615662,0.788011,180,100,1,0),(6844,180656,1,1,1,7304.01,224.661,-0.667236,1.32645,0,0,0.615662,0.788011,180,100,1,0),(6856,180655,1,1,1,7448.34,-246.666,0,3.03687,0,0,0.99863,0.052336,180,100,1,0),(6864,180656,1,1,1,7448.34,-246.666,0,3.03687,0,0,0.99863,0.052336,180,100,1,0),(10705,180657,0,1,1,-3887.51,-837.013,0,2.32129,0,0,0.91706,0.398749,180,100,1,0),(10949,180662,0,1,1,-3887.51,-837.013,0,2.32129,0,0,0.91706,0.398749,180,100,1,0),(10951,180655,1,1,1,6293.92,590.357,0,-0.418879,0,0,0.207912,-0.978148,180,100,1,0),(10963,180656,1,1,1,6293.92,590.357,0,-0.418879,0,0,0.207912,-0.978148,180,100,1,0),(10964,180656,1,1,1,-1001.69,-3733.47,0,2.37365,0,0,0.927184,0.374607,180,100,1,0),(10966,180655,1,1,1,6528.03,813.211,0,1.95477,0,0,0.829038,0.559193,180,100,1,0),(10967,180656,1,1,1,6528.03,813.211,0,1.95477,0,0,0.829038,0.559193,180,100,1,0),(10969,180655,1,1,1,6431.71,667.197,0,1.44862,0,0,0.66262,0.748956,180,100,1,0),(14085,180656,1,1,1,6431.71,667.197,0,1.44862,0,0,0.66262,0.748956,180,100,1,0),(14086,180655,1,1,1,5721.1,592.505,0,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(14087,180656,1,1,1,5721.1,592.505,0,-3.05433,0,0,0.999048,-0.043619,180,100,1,0),(14088,180655,1,1,1,5530.88,568.461,0,1.20428,0,0,0.566406,0.824126,180,100,1,0),(14089,180656,1,1,1,5530.88,568.461,0,1.20428,0,0,0.566406,0.824126,180,100,1,0),(14096,180582,1,1,1,5632.19,551.868,0,2.80998,0,0,0.986286,0.165048,180,100,1,0),(14097,180656,1,1,1,5632.19,551.868,0,2.80998,0,0,0.986286,0.165048,180,100,1,0),(15110,180655,1,1,1,5391.52,547.168,0,0.20944,0,0,0.104528,0.994522,180,100,1,0),(15111,180656,1,1,1,5391.52,547.168,0,0.20944,0,0,0.104528,0.994522,180,100,1,0),(15199,180655,1,1,1,4969.75,598.72,0,0.017453,0,0,0.008727,0.999962,180,100,1,0),(15200,180656,1,1,1,4969.75,598.72,0,0.017453,0,0,0.008727,0.999962,180,100,1,0),(15202,180656,1,1,1,-1321.56,-4052.38,0,2.02458,0,0,0.848048,0.529919,180,100,1,0),(15203,180655,1,1,1,4838.6,703.922,0,-1.97222,0,0,0.833886,-0.551937,180,100,1,0),(15204,180656,1,1,1,4838.6,703.922,0,-1.97222,0,0,0.833886,-0.551937,180,100,1,0),(15397,180655,1,1,1,-988.858,-3775.46,0,-1.97222,0,0,0.833886,-0.551937,180,100,1,0),(15419,180656,1,1,1,-988.858,-3775.46,0,-1.97222,0,0,0.833886,-0.551937,180,100,1,0),(15420,180655,1,1,1,6502.51,881.164,0,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(15476,180656,1,1,1,6502.51,881.164,0,-0.034907,0,0,0.017452,-0.999848,180,100,1,0),(15497,180656,1,1,1,6485.99,679.739,0,1.81514,0,0,0.788011,0.615662,180,100,1,0),(15505,180655,1,1,1,5837.96,548.35,0,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(15633,180656,1,1,1,5837.96,548.35,0,-0.977384,0,0,0.469472,-0.882948,180,100,1,0),(15634,180655,1,1,1,5205.42,646.524,0,0.401426,0,0,0.199368,0.979925,180,100,1,0),(15763,180656,1,1,1,5205.42,646.524,0,0.401426,0,0,0.199368,0.979925,180,100,1,0),(15764,180655,1,1,1,4737.25,851.432,-0.790674,2.56563,0,0,0.95882,0.284015,180,100,1,0),(15771,180656,1,1,1,4737.25,851.432,-0.790674,2.56563,0,0,0.95882,0.284015,180,100,1,0),(15775,180655,1,1,1,4754.92,781.582,0,1.88496,0,0,0.809017,0.587785,180,100,1,0),(15776,180656,1,1,1,4754.92,781.582,0,1.88496,0,0,0.809017,0.587785,180,100,1,0),(15777,180655,1,1,1,4674.38,843.767,0,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(15779,180656,1,1,1,4674.38,843.767,0,-2.09439,0,0,0.866025,-0.5,180,100,1,0),(15783,180655,1,1,1,6648.43,540.152,0,0.802851,0,0,0.390731,0.920505,180,100,1,0),(16548,180656,1,1,1,6648.43,540.152,0,0.802851,0,0,0.390731,0.920505,180,100,1,0),(16574,180655,1,1,1,-1925.76,-3760.7,0,1.11701,0,0,0.529919,0.848048,180,100,1,0),(16576,180656,1,1,1,-1925.76,-3760.7,0,1.11701,0,0,0.529919,0.848048,180,100,1,0),(16577,180655,1,1,1,-833.911,-3919.65,0,0.994838,0,0,0.477159,0.878817,180,100,1,0),(16578,180656,1,1,1,-833.911,-3919.65,0,0.994838,0,0,0.477159,0.878817,180,100,1,0),(16579,180655,1,1,1,-1302.54,-3916.2,0,1.06465,0,0,0.507538,0.861629,180,100,1,0),(16580,180656,1,1,1,-1302.54,-3916.2,0,1.06465,0,0,0.507538,0.861629,180,100,1,0),(16616,180662,0,1,1,-3758.88,-608.091,0,2.56563,0,0,0.95882,0.284015,180,100,1,0),(16716,180664,0,1,1,-3758.88,-608.091,0,2.56563,0,0,0.95882,0.284015,180,100,1,0),(16734,180662,0,1,1,-3070.82,-916.696,0,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(16744,180664,0,1,1,-3070.82,-916.696,0,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(16766,180662,0,1,1,-3142.66,-901.367,0,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(16773,180664,0,1,1,-3142.66,-901.367,0,-2.79253,0,0,0.984808,-0.173648,180,100,1,0),(16818,184956,548,1,1,40.4058,-417.108,-21.8351,1.6948,0,0,0.749561,0.661935,10,0,1,0),(45629,191488,571,1,1,1978.09,-6154.48,25.152,-2.05076,0,0,0.996566,0.082808,300,100,1,0),(45630,191488,571,1,1,459.911,-4666.43,247.599,-2.86233,0,0,0.882948,0.469472,300,100,1,0),(45631,188416,571,1,1,2742.31,882.441,6.807,2.84488,0,0,0,1,300,100,1,0),(45863,190464,571,1,1,5973.64,-2350.05,299.382,-1.8675,0,0,0,1,30,100,1,0),(54950,177664,571,1,1,6315.2,-2191.68,247.433,2.58308,0,0,0,1,300,100,1,0),(54951,177664,571,1,1,6301.28,-2221.12,245.089,-1.50098,0,0,0,1,300,100,1,0),(54952,177664,571,1,1,6288.1,-2173.93,242.076,-2.04204,0,0,0,1,300,100,1,0),(54953,177664,571,1,1,6331.68,-2233.15,262.619,1.67551,0,0,0,1,300,100,1,0),(54954,190464,571,1,1,5974.23,-2342.08,296.354,-1.6057,0,0,0,1,30,100,1,0),(54955,190464,571,1,1,5950.47,-2347.59,299.362,1.36136,0,0,0,1,30,100,1,0),(54956,190208,571,1,1,3843.83,-1978.63,210.318,-0.279252,0,0,0,1,300,100,1,0),(54957,190464,571,1,1,5973.77,-2352.2,294.868,3.14159,0,0,0,1,30,100,1,0),(268663,190720,571,1,1,6166.79,-1946.3,417.548,3.26012,0,0,0.998244,-0.0592289,120,100,1,0),(268662,190720,571,1,1,6088.22,-2108,422.876,5.32964,0,0,0.458914,-0.888481,120,100,1,0),(268661,190720,571,1,1,6181.22,-2073.81,417.548,0.000716925,0,0,0.000358463,1,120,100,1,0),(54970,190209,571,1,1,6626.83,5185.03,-41.377,1.94604,0,0,0,1,300,100,1,0),(54972,191489,571,1,1,3243.51,-736.53,168.258,-1.96349,0,0,0.5,0.866025,300,100,1,0),(54973,190977,571,1,1,2887.13,-284.526,114.042,1.55334,0,0,-0.71325,0.700909,300,100,1,0),(54974,191489,571,1,1,1967.62,-6139.71,25.152,-0.034906,0,0,0.996566,0.082808,300,100,1,0),(54975,191489,571,1,1,463.42,-4648.67,247.599,-0.846485,0,0,0.882948,0.469472,300,100,1,0),(54976,190465,571,1,1,5901.31,-2332.62,296.284,-1.0821,0,0,0,1,30,100,1,0),(54977,188673,571,1,1,2765.28,-198.073,138.789,-2.61799,0,0,0,1,300,100,1,0),(54978,188673,571,1,1,2747.81,-475.746,122.426,-2.60053,0,0,0,1,300,100,1,0),(54979,188673,571,1,1,2779.06,-143.738,139.792,1.50098,0,0,0,1,300,100,1,0),(54980,188673,571,1,1,2746.74,-116.024,115.451,0.383971,0,0,0,1,300,100,1,0),(54981,188673,571,1,1,2827.36,-146.828,140.654,1.65806,0,0,0,1,300,100,1,0),(54982,188673,571,1,1,2687.3,-284.719,126.987,2.18166,0,0,0,1,300,100,1,0),(54983,188673,571,1,1,2816.73,-330.803,132.711,-0.541051,0,0,0,1,300,100,1,0),(54984,188673,571,1,1,2768.14,-413.363,132.741,0.069812,0,0,0,1,300,100,1,0),(54985,188673,571,1,1,2711.36,-405.025,131.8,-2.32129,0,0,0,1,300,100,1,0),(54986,188673,571,1,1,2807.35,-381.338,132.125,-0.226892,0,0,0,1,300,100,1,0),(54987,188673,571,1,1,3028.61,-472.917,123.423,-0.733038,0,0,0,1,300,100,1,0),(54988,188673,571,1,1,3066.02,-467.227,124.681,-0.942477,0,0,0,1,300,100,1,0),(54989,188673,571,1,1,3004.91,-406.338,126.379,-0.663223,0,0,0,1,300,100,1,0),(54990,188673,571,1,1,2976.59,-451.51,125.28,0.017452,0,0,0,1,300,100,1,0),(54991,188673,571,1,1,2884.72,-437.944,118.346,1.20428,0,0,0,1,300,100,1,0),(54992,188673,571,1,1,2844.67,-366.891,113.658,-0.401425,0,0,0,1,300,100,1,0),(54993,188673,571,1,1,2865.25,-337.339,113.599,-1.53589,0,0,0,1,300,100,1,0),(54994,190210,571,1,1,6622.82,5110.75,-36.9646,2.87979,0,0,0,1,300,100,1,0),(67775,189996,571,1,1,3673.54,-1208.78,102.337,-1.15192,0,0,0,1,180,0,1,0),(54996,192002,571,1,1,5941.72,509.129,650.191,-2.522,0,0,-0.333807,0.942641,300,100,1,0),(54997,191490,571,1,1,3241.14,-740.615,168.258,-2.40855,0,0,0.5,0.866025,300,100,1,0),(54998,190978,571,1,1,2887.16,-281.203,114.042,-1.62315,0,0,-0.71325,0.700909,300,100,1,0),(54999,191490,571,1,1,1972.28,-6140.5,25.152,-0.479966,0,0,0.996566,0.082808,300,100,1,0),(55000,191490,571,1,1,466.051,-4652.59,247.599,-1.29154,0,0,0.882948,0.469472,300,100,1,0),(55001,188418,571,1,1,3834.07,1514.11,95.03,1.62316,0,0,0,1,300,100,1,0),(55003,190466,571,1,1,5964.19,-2334.88,294.938,2.54818,0,0,0,1,30,100,1,0),(55004,190466,571,1,1,5974.24,-2342.96,299.444,-1.83259,0,0,0,1,30,100,1,0),(55005,178434,571,1,1,5831.22,643.921,653.287,-0.209439,0,0,0,1,300,100,1,0),(55006,186370,571,1,1,1851.06,-6137.94,23.4724,-2.86233,0,0,0,1,300,100,1,0),(55007,190466,571,1,1,5973.85,-2351.63,298,-0.122173,0,0,0,1,30,100,1,0),(55008,190466,571,1,1,5950.53,-2347.15,294.891,1.13446,0,0,0,1,30,100,1,0),(55009,190466,571,1,1,5950.59,-2344.74,299.428,1.27409,0,0,0,1,30,100,1,0),(55010,186370,571,1,1,1850.16,-6146.17,23.4202,-2.91469,0,0,0,1,300,100,1,0),(55011,186370,571,1,1,1850.8,-6155.22,23.526,-2.80997,0,0,0,1,300,100,1,0),(55012,190466,571,1,1,5911.2,-2341.78,299.403,2.79252,0,0,0,1,30,100,1,0),(55013,190466,571,1,1,5890.21,-2353.6,299.419,-1.8675,0,0,0,1,30,100,1,0),(55014,190466,571,1,1,5892.32,-2353.51,296.403,0.628317,0,0,0,1,30,100,1,0),(55015,190466,571,1,1,5911.1,-2342.82,294.855,-1.65806,0,0,0,1,30,100,1,0),(55016,190466,571,1,1,5901.24,-2332.62,298.041,-1.36136,0,0,0,1,30,100,1,0),(55017,190466,571,1,1,5965.04,-2334.79,299.457,-2.56563,0,0,0,1,30,100,1,0),(55018,188419,571,1,1,3145.73,1572.03,164.361,-2.41728,0,0,0,1,300,100,1,0),(55019,191235,571,1,1,4066.58,-4386.27,260.491,2.25147,0,0,0,1,300,100,1,0),(55020,190211,571,1,1,6668.66,5135.31,-35.5518,-0.791072,0,0,0,1,300,100,1,0),(67774,189996,571,1,1,3657.26,-1204.55,102.337,-2.72271,0,0,0,1,180,0,1,0),(55022,192003,571,1,1,5942.41,507.121,650.198,3.05428,0,0,-0.333807,0.942641,300,100,1,0),(55023,191491,571,1,1,3223.08,-730.118,168.258,1.1781,0,0,0.5,0.866025,300,100,1,0),(55024,190979,571,1,1,2880.82,-298.646,127.992,-1.58825,0,0,-0.71325,0.700909,300,100,1,0),(55025,191491,571,1,1,1968.77,-6161.09,25.152,3.10665,0,0,0.996566,0.082808,300,100,1,0),(55026,188163,571,1,1,2614.84,5266.78,52.2882,-2.86233,0,0,0,1,300,100,1,0),(55027,188675,571,1,1,2886.74,-283.286,115.132,-2.02458,0,0,0,1,300,100,1,0),(55028,178435,571,1,1,5831.3,643.179,653.356,-2.84488,0,0,0,1,300,100,1,0),(55029,190467,571,1,1,5974.14,-2340.56,297.923,1.69297,0,0,0,1,30,100,1,0),(55030,190467,571,1,1,5911.11,-2341.84,297.848,0.157079,0,0,0,1,30,100,1,0),(55031,190467,571,1,1,5891.12,-2353.48,297.883,0.750491,0,0,0,1,30,100,1,0),(55032,186883,571,1,1,2651.64,-3518.06,161.716,0.418879,0,0,0,1,300,100,1,0),(55033,190467,571,1,1,5902.5,-2332.59,294.778,0.750491,0,0,0,1,30,100,1,0),(55034,190467,571,1,1,5900.14,-2332.56,299.334,-2.02458,0,0,0,1,30,100,1,0),(55035,190467,571,1,1,5950.43,-2346.39,297.925,1.0821,0,0,0,1,30,100,1,0),(55036,190467,571,1,1,5963.91,-2334.54,297.902,2.30383,0,0,0,1,30,100,1,0),(55037,190467,571,1,1,5887.23,-2341.57,299.326,-1.36136,0,0,0,1,30,100,1,0),(55038,190467,571,1,1,5973.86,-2351.96,299.312,0.733038,0,0,0,1,30,100,1,0),(55039,190467,571,1,1,5962.94,-2334.77,296.299,2.00713,0,0,0,1,30,100,1,0),(55040,187908,571,1,1,3684.52,2610.11,107.577,-1.93174,0,0,0,1,300,100,1,0),(55041,191236,571,1,1,4034.95,-4322.22,252.377,3.14159,0,0,0,1,300,100,1,0),(55042,190212,571,1,1,6580.48,5157.32,-45.6483,-1.52233,0,0,0,1,300,100,1,0),(67773,189996,571,1,1,3669.62,-1210.88,102.337,-1.13446,0,0,0,1,180,0,1,0),(55044,192004,571,1,1,5937.46,503.1,650.233,1.50098,0,0,-0.333807,0.942641,300,100,1,0),(55045,191492,571,1,1,3226.77,-723.537,174.926,2.17293,0,0,0.5,0.866025,300,100,1,0),(55046,190980,571,1,1,2813.23,-443.688,119.602,-2.24275,0,0,-0.390731,0.920505,300,100,1,0),(55047,191492,571,1,1,1961.32,-6159.94,31.8206,-2.18166,0,0,0.996566,0.082808,300,100,1,0),(55048,191492,571,1,1,444.403,-4658.02,254.268,-2.99322,0,0,0.882948,0.469472,300,100,1,0),(55076,188164,571,1,1,3035.66,4777.6,0.396206,-2.40855,0,0,0,1,300,100,1,0),(55075,188164,571,1,1,3051.93,4808.58,2.03703,0.820303,0,0,0,1,300,100,1,0),(55051,190468,571,1,1,5887.47,-2339.84,297.903,-0.506145,0,0,0,1,30,100,1,0),(55052,188676,571,1,1,2858.84,-490.568,120.775,-1.76278,0,0,0,1,300,100,1,0),(55074,188164,571,1,1,3133.73,4752.5,8.12196,-0.314158,0,0,0,1,300,100,1,0),(55073,188164,571,1,1,3056.26,4769.32,1.67914,2.54818,0,0,0,1,300,100,1,0),(55072,188164,571,1,1,3099.82,4804.06,1.22049,1.309,0,0,0,1,300,100,1,0),(55071,188164,571,1,1,3027.96,4724.95,0.39621,-0.052359,0,0,0,1,300,100,1,0),(55057,190468,571,1,1,5902.04,-2332.58,296.299,-1.69297,0,0,0,1,30,100,1,0),(55058,190468,571,1,1,5891.43,-2353.3,294.758,1.64061,0,0,0,1,30,100,1,0),(55059,190468,571,1,1,5901.1,-2332.66,294.77,2.46091,0,0,0,1,30,100,1,0),(55060,190468,571,1,1,5911.07,-2343.51,294.751,-3.05433,0,0,0,1,30,100,1,0),(55061,190468,571,1,1,5887.27,-2342.6,296.306,-0.087266,0,0,0,1,30,100,1,0),(55070,188164,571,1,1,3083.98,4848.85,3.17761,0.575957,0,0,0,1,300,100,1,0),(55069,188164,571,1,1,2918.71,4889.01,2.5603,0.90757,0,0,0,1,300,100,1,0),(55068,188164,571,1,1,2879.1,4905.58,2.53965,-2.68781,0,0,0,1,300,100,1,0),(55067,188164,571,1,1,2969.29,4851.23,0.408302,1.74533,0,0,0,1,300,100,1,0),(55066,188164,571,1,1,2890.17,4936.33,1.87172,-1.93731,0,0,0,1,300,100,1,0),(55065,188164,571,1,1,3123.7,4742.73,7.44305,3.07177,0,0,0,1,300,100,1,0),(55064,188164,571,1,1,2929.54,4821.67,-1.11707,2.28638,0,0,0,1,300,100,1,0),(55063,188164,571,1,1,3022.77,4882.04,0.396479,1.98622,0,0,0,1,300,100,1,0),(55062,188164,571,1,1,2878.02,4869.76,-2.43621,-1.76278,0,0,0,1,300,100,1,0),(55056,188164,571,1,1,3093.4,4881.64,-5.18705,-2.58308,0,0,0,1,300,100,1,0),(55055,188164,571,1,1,3000.35,4847.27,0.397131,3.71409,0,0,0,1,300,100,1,0),(55054,188164,571,1,1,2985.65,4617.58,-4.80682,-1.67551,0,0,0,1,300,100,1,0),(55053,188164,571,1,1,3028.04,4697.86,0.396387,5.91434,0,0,0,1,300,100,1,0),(55050,188164,571,1,1,3024.14,4664.19,-5.18239,-2.46091,0,0,0,1,300,100,1,0),(55049,188164,571,1,1,2970.12,4832.7,0.397131,0.168013,0,0,0,1,300,100,1,0),(55077,191749,571,1,1,4897.55,5907,-39.7861,-2.79237,0,0,0,1,300,100,1,0),(55079,191493,571,1,1,3221.54,-732.852,174.926,3.11539,0,0,0.5,0.866025,300,100,1,0),(55080,190981,571,1,1,2810.38,-462.98,119.602,0.750491,0,0,-0.390731,0.920505,300,100,1,0),(55081,191493,571,1,1,1971.87,-6161.57,31.8206,-1.23918,0,0,0.996566,0.082808,300,100,1,0),(55082,187909,571,1,1,3218.18,5551.26,36.948,1.76278,0,0,0,1,300,100,0,0),(55083,187909,571,1,1,3223.83,5608.84,38.4933,-1.22173,0,0,0,1,300,100,0,0),(55084,187909,571,1,1,3241.82,5527.78,41.7125,-0.157079,0,0,0,1,300,100,0,0),(55085,187909,571,1,1,3194.46,5657.84,39.2855,-1.50098,0,0,0,1,300,100,0,0),(55086,187909,571,1,1,3215.79,5642.52,40.4104,-2.77507,0,0,0,1,300,100,0,0),(55087,187909,571,1,1,3169.71,5602.89,35.5727,0.872664,0,0,0,1,300,100,0,0),(55088,187909,571,1,1,3162.77,5658.54,36.1614,1.01229,0,0,0,1,300,100,0,0),(55089,187909,571,1,1,3182.41,5580.06,37.2204,-3.12412,0,0,0,1,300,100,0,0),(55090,192773,571,1,1,3619.42,1143.87,103.595,-1.67551,0,0,0,1,300,100,1,0),(55091,192773,571,1,1,3629.28,1173.36,120.676,-1.69297,0,0,0,1,300,100,1,0),(55092,187909,571,1,1,3187.88,5628.45,35.7651,-2.79252,0,0,0,1,300,100,0,0),(55093,190469,571,1,1,5887.35,-2340.16,296.292,-2.58308,0,0,0,1,30,100,1,0),(55094,190469,571,1,1,5911.15,-2342.5,296.238,0.279252,0,0,0,1,30,100,1,0),(55095,190469,571,1,1,5900.36,-2332.66,294.743,2.94959,0,0,0,1,30,100,1,0),(55096,190469,571,1,1,5889.8,-2353.43,297.903,-2.35619,0,0,0,1,30,100,1,0),(55097,190469,571,1,1,5902.52,-2332.5,297.902,0.802851,0,0,0,1,30,100,1,0),(55098,190469,571,1,1,5892.46,-2353.43,299.341,-0.488691,0,0,0,1,30,100,1,0),(55099,192773,571,1,1,3834.4,707.671,60.5101,-1.74533,0,0,0,1,300,100,1,0),(55100,192773,571,1,1,3627.86,1138.01,100.379,-0.95993,0,0,0,1,300,100,1,0),(55101,192773,571,1,1,3628.37,1198.29,128.624,1.98967,0,0,0,1,300,100,1,0),(55102,192773,571,1,1,3648.83,1167.19,121.814,2.49582,0,0,0,1,300,100,1,0),(55103,192773,571,1,1,3808.96,727.778,60.7337,-1.88495,0,0,0,1,300,100,1,0),(55104,189958,571,1,1,1984.17,-4150.16,216.68,-2.08567,0,0,0,1,300,100,1,0),(55105,191750,571,1,1,4981.88,5846.78,-65.7932,-0.497579,0,0,0,1,300,100,1,0),(55107,191494,571,1,1,3245.05,-733.797,174.926,-0.026179,0,0,0.5,0.866025,300,100,1,0),(55108,190982,571,1,1,2848.06,-449.808,119.602,2.37364,0,0,-0.390731,0.920505,300,100,1,0),(55109,191494,571,1,1,1964.52,-6139.22,31.8206,1.90241,0,0,0.996566,0.082808,300,100,1,0),(55110,191494,571,1,1,461.639,-4646.09,254.268,1.09083,0,0,0.882948,0.469472,300,100,1,0),(55111,188678,571,1,1,3217.37,-693.418,167.172,-0.366518,0,0,0,1,300,100,1,0),(55113,190470,571,1,1,5891.29,-2353.4,296.306,2.14675,0,0,0,1,30,100,1,0),(55114,190470,571,1,1,5962.7,-2334.7,294.771,-1.25664,0,0,0,1,30,100,1,0),(55115,190470,571,1,1,5910.9,-2344.18,294.74,3.14159,0,0,0,1,30,100,1,0),(55116,190470,571,1,1,5887.36,-2340.95,296.299,-1.67551,0,0,0,1,30,100,1,0),(55117,190470,571,1,1,5973.98,-2350.71,297.917,-0.523598,0,0,0,1,30,100,1,0),(55118,190470,571,1,1,5901.56,-2332.43,299.319,0.837757,0,0,0,1,30,100,1,0),(55119,190470,571,1,1,5950.47,-2345.42,299.336,-1.81514,0,0,0,1,30,100,1,0),(55120,190470,571,1,1,5974.24,-2342.92,297.902,3.12412,0,0,0,1,30,100,1,0),(55121,190470,571,1,1,5892.08,-2353.31,294.763,-2.75761,0,0,0,1,30,100,1,0),(55122,190470,571,1,1,5887.29,-2342.53,297.903,-1.20428,0,0,0,1,30,100,1,0),(55123,189959,571,1,1,1940.47,-4115.89,218.657,-2.11185,0,0,0,1,300,100,1,0),(55124,188423,571,1,1,3829.57,1531.81,89.6825,0.524445,0,0,0,1,300,100,1,0),(55125,191751,571,1,1,4952.66,5805.62,-65.1622,1.43675,0,0,0,1,300,100,1,0),(55127,191495,571,1,1,3239.83,-743.112,174.926,-0.968657,0,0,0.5,0.866025,300,100,1,0),(55128,190983,571,1,1,2844.25,-444.045,119.602,-2.19912,0,0,-0.390731,0.920505,300,100,1,0),(55129,191495,571,1,1,1975.08,-6140.86,31.8206,0.95993,0,0,0.996566,0.082808,300,100,1,0),(55130,191495,571,1,1,467.719,-4654.87,254.268,0.14835,0,0,0.882948,0.469472,300,100,1,0),(55131,190471,571,1,1,5973.8,-2350.31,296.305,-2.23402,0,0,0,1,30,100,1,0),(55132,187655,571,1,1,2531.99,6107.64,65.0364,2.37364,0,0,0,1,300,100,1,0),(55133,187655,571,1,1,2795.45,6324.92,98.1129,-2.46091,0,0,0,1,300,100,1,0),(55134,187655,571,1,1,2781.09,6322.69,91.1607,-1.44862,0,0,0,1,300,100,1,0),(55135,187655,571,1,1,2785.09,6320.73,91.1607,-2.96704,0,0,0,1,300,100,1,0),(55136,187655,571,1,1,2827.45,6328.93,104.058,0.017452,0,0,0,1,300,100,1,0),(55137,187655,571,1,1,2683.59,6275.79,47.1791,-2.14675,0,0,0,1,300,100,1,0),(55138,187655,571,1,1,2648.89,6281.94,74.777,2.44346,0,0,0,1,300,100,1,0),(55139,187655,571,1,1,2630.5,6253.07,86.4379,1.32645,0,0,0,1,300,100,1,0),(55140,187655,571,1,1,2652.74,6242.77,62.0776,2.79252,0,0,0,1,300,100,1,0),(55141,187655,571,1,1,2646.92,6282.04,86.3538,-3.12412,0,0,0,1,300,100,1,0),(55142,187655,571,1,1,2677.08,6292.33,75.3364,2.3911,0,0,0,1,300,100,1,0),(55143,187655,571,1,1,2621.13,6241.22,86.4379,1.37881,0,0,0,1,300,100,1,0),(55144,187655,571,1,1,2644.37,6251.9,62.0776,2.05949,0,0,0,1,300,100,1,0),(55145,187655,571,1,1,2582.36,6226.56,78.0253,-1.5708,0,0,0,1,300,100,1,0),(55146,187655,571,1,1,2653.03,6271.98,75.3191,2.56563,0,0,0,1,300,100,1,0),(55147,187655,571,1,1,2782.88,6312.59,85.1682,-3.01941,0,0,0,1,300,100,1,0),(55148,187655,571,1,1,2755.99,6321.31,91.005,1.22173,0,0,0,1,300,100,1,0),(55149,187655,571,1,1,2517.57,6107.76,76.9619,0.314158,0,0,0,1,300,100,1,0),(55150,187655,571,1,1,2524.68,6135.42,77.1324,-1.95477,0,0,0,1,300,100,1,0),(55151,189960,571,1,1,1897.43,-4083.15,213.367,3.14159,0,0,0,1,300,100,1,0),(55152,191752,571,1,1,4884.83,5801.68,-56.3597,1.6462,0,0,0,1,300,100,1,0),(55154,191496,571,1,1,3232.83,-745.079,174.926,-1.59698,0,0,0.5,0.866025,300,100,1,0),(55155,190984,571,1,1,2857.26,-481.646,119.62,-0.811576,0,0,-0.390731,0.920505,300,100,1,0),(55156,191496,571,1,1,1979.37,-6146.72,31.8206,0.331611,0,0,0.996566,0.082808,300,100,1,0),(55157,191496,571,1,1,466.419,-4662.02,254.268,-0.479966,0,0,0.882948,0.469472,300,100,1,0),(55158,190472,571,1,1,5973.39,-2350.84,294.847,1.37881,0,0,0,1,30,100,1,0),(55159,190472,571,1,1,5973.74,-2342.03,294.819,1.32645,0,0,0,1,30,100,1,0),(55160,190472,571,1,1,5963.25,-2334.83,294.812,2.74016,0,0,0,1,30,100,1,0),(55161,190472,571,1,1,5950.58,-2346.11,294.826,1.06465,0,0,0,1,30,100,1,0),(55162,190472,571,1,1,5950.49,-2347.23,296.329,0.942477,0,0,0,1,30,100,1,0),(55163,188424,571,1,1,3829.59,1531.86,90.444,-1.39626,0,0,0,1,300,100,2,0),(55164,186632,571,1,1,1532.51,-3144.1,1.90103,1.27409,0,0,0,1,300,100,1,0),(55165,186632,571,1,1,1480.33,-3082.04,39.1197,-0.90757,0,0,0,1,300,100,1,0),(55166,186632,571,1,1,1524.27,-3191.74,68.5722,-2.28638,0,0,0,1,300,100,1,0),(55168,186632,571,1,1,1497.97,-3251.75,75.5277,0.331611,0,0,0,1,300,100,1,0),(55169,186632,571,1,1,1512.93,-3499.75,57.7753,-1.18682,0,0,0,1,300,100,1,0),(55170,186632,571,1,1,1636.41,-3259.6,3.21344,-2.51327,0,0,0,1,300,100,1,0),(55171,186632,571,1,1,1597.91,-3320.89,6.31156,0.069812,0,0,0,1,300,100,1,0),(55172,186632,571,1,1,1630.67,-3452.69,30.1133,0.820303,0,0,0,1,300,100,1,0),(55173,186632,571,1,1,1631.4,-3495.56,32.0027,0.977383,0,0,0,1,300,100,1,0),(55174,186632,571,1,1,1548.42,-3425.63,59.3454,0.104719,0,0,0,1,300,100,1,0),(55175,186632,571,1,1,1569.66,-3468.72,52.9703,2.23402,0,0,0,1,300,100,1,0),(55176,186632,571,1,1,1591.46,-3548.1,107.999,-1.83259,0,0,0,1,300,100,1,0),(55177,186632,571,1,1,1572.01,-3581.68,112.563,-2.77507,0,0,0,1,300,100,1,0),(55178,186632,571,1,1,1676.25,-3696.39,151.567,1.13446,0,0,0,1,300,100,1,0),(55179,186632,571,1,1,1588.18,-3527.44,163.65,-2.35619,0,0,0,1,300,100,1,0),(55180,186632,571,1,1,1634.46,-3492.48,143.864,-0.925024,0,0,0,1,300,100,1,0),(55181,186632,571,1,1,1637.23,-3593.77,107.395,-1.20428,0,0,0,1,300,100,1,0),(55182,186632,571,1,1,1546.63,-3448.37,101.259,0.715585,0,0,0,1,300,100,1,0),(55183,186632,571,1,1,1647,-3408.93,79.3616,2.56563,0,0,0,1,300,100,1,0),(55184,186632,571,1,1,1548.27,-3515.34,108.142,-0.157079,0,0,0,1,300,100,1,0),(55185,186632,571,1,1,1480.03,-3432.66,88.073,-0.261798,0,0,0,1,300,100,1,0),(55186,186632,571,1,1,1542.13,-3394.98,98.3104,-0.855211,0,0,0,1,300,100,1,0),(55187,186632,571,1,1,1648.27,-3367.13,81.1774,-2.91469,0,0,0,1,300,100,1,0),(55188,186632,571,1,1,1598.43,-3334.34,74.0123,1.0472,0,0,0,1,300,100,1,0),(55189,186632,571,1,1,1650.58,-3252.07,71.1883,-1.67551,0,0,0,1,300,100,1,0),(55190,186632,571,1,1,1717.95,-3336.69,81.3982,0.104719,0,0,0,1,300,100,1,0),(55191,186632,571,1,1,1778.31,-3346.97,81.6886,2.18166,0,0,0,1,300,100,1,0),(55196,191753,571,1,1,4855.57,5826.19,-50.4853,1.95163,0,0,0,1,300,100,1,0),(55198,191497,571,1,1,3223.51,-739.851,174.926,-2.53945,0,0,0.5,0.866025,300,100,1,0),(55199,190985,571,1,1,2866.83,-493.312,119.597,2.33874,0,0,-0.390731,0.920505,300,100,1,0),(55200,191497,571,1,1,1977.74,-6157.28,31.8206,-0.610864,0,0,0.996566,0.082808,300,100,1,0),(55201,191497,571,1,1,457.637,-4668.1,254.268,-1.42244,0,0,0.882948,0.469472,300,100,1,0),(55202,190473,571,1,1,5902.42,-2333.03,294.743,1.76278,0,0,0,1,30,100,1,0),(55203,190473,571,1,1,5951.14,-2345.05,294.682,-2.87979,0,0,0,1,30,100,1,0),(55204,190473,571,1,1,5901.2,-2332.84,299.284,1.72787,0,0,0,1,30,100,1,0),(55205,190473,571,1,1,5910.75,-2342.41,294.7,0.279252,0,0,0,1,30,100,1,0),(55206,190473,571,1,1,5889.37,-2353.18,296.195,-1.13446,0,0,0,1,30,100,1,0),(55207,190473,571,1,1,5972.9,-2353.14,294.75,-0.087266,0,0,0,1,30,100,1,0),(55208,190473,571,1,1,5974.1,-2341.09,296.187,0.383971,0,0,0,1,30,100,1,0),(55209,190473,571,1,1,5887.73,-2341.49,294.757,-2.86233,0,0,0,1,30,100,1,0),(55210,187658,571,1,1,1996.76,5849.41,35.8739,-1.66679,0,0,0,1,300,100,1,0),(55212,192010,571,1,1,5714.26,594.366,648.56,0.76064,0,0,-0.333807,0.942641,300,100,1,0),(55213,190986,571,1,1,2864.23,-484.932,119.62,-2.37364,0,0,-0.390731,0.920505,300,100,1,0),(55214,190474,571,1,1,5887.6,-2341.02,294.792,1.97222,0,0,0,1,30,100,1,0),(55217,190987,571,1,1,2835.18,-480.226,119.62,0.767944,0,0,-0.390731,0.920505,300,100,1,0),(55218,190731,571,1,1,5931.31,-2243.95,239.01,2.61799,0,0,0,1,300,100,1,0),(55219,190731,571,1,1,6255.07,-2083.67,236.684,2.80997,0,0,0,1,300,100,1,0),(55220,190731,571,1,1,6077.26,-2089.19,235.705,-2.32129,0,0,0,1,300,100,1,0),(55221,190731,571,1,1,6037.15,-2195.38,239.482,-2.65289,0,0,0,1,300,100,1,0),(55222,190731,571,1,1,6238.55,-2150.39,235.408,-1.22173,0,0,0,1,300,100,1,0),(55223,190731,571,1,1,6163.11,-2134.25,235.475,2.26892,0,0,0,1,300,100,1,0),(55224,190731,571,1,1,6096.43,-1927.1,235.434,2.49582,0,0,0,1,300,100,1,0),(55225,190731,571,1,1,6200.58,-2240.45,239.915,0.506145,0,0,0,1,300,100,1,0),(55227,190731,571,1,1,6052.2,-1963.25,235.494,-2.18166,0,0,0,1,300,100,1,0),(55228,187659,571,1,1,2768.15,6310.88,77.5799,2.40855,0,0,0,1,300,100,1,0),(55229,187659,571,1,1,2746.01,6288.52,69.8125,3.07177,0,0,0,1,300,100,1,0),(55230,188428,571,1,1,4264.23,-3276.95,336.101,2.73975,0,0,0.999048,0.043619,300,100,1,0),(55233,191244,571,1,1,3726.9,-2286.47,172.099,2.94088,0,0,0,1,300,100,1,0),(55234,190988,571,1,1,2849.6,-469.782,119.62,-2.37364,0,0,-0.390731,0.920505,300,100,1,0),(55235,192012,571,1,1,1233.67,-4860.42,220.692,0.314158,0,0,0.987688,-0.156435,300,100,1,0),(55236,190476,571,1,1,5895.98,-2352.02,293.84,1.06465,0,0,0,1,30,100,1,0),(55237,190476,571,1,1,5968.19,-2333.94,293.84,-0.593412,0,0,0,1,30,100,1,0),(55238,190476,571,1,1,5892.28,-2334.12,293.837,1.29154,0,0,0,1,30,100,1,0),(55239,190476,571,1,1,5957.17,-2334.63,293.841,-1.01229,0,0,0,1,30,100,1,0),(55240,190476,571,1,1,5968.46,-2334.87,295.027,-2.68781,0,0,0,1,30,100,1,0),(55241,190476,571,1,1,5966.92,-2335.53,293.839,-2.49582,0,0,0,1,30,100,1,0),(55242,190476,571,1,1,5968.08,-2335.57,293.84,0.750491,0,0,0,1,30,100,1,0),(55243,190476,571,1,1,5966.87,-2334.13,293.838,1.6057,0,0,0,1,30,100,1,0),(55244,190476,571,1,1,5967.57,-2333.99,295.025,-0.750491,0,0,0,1,30,100,1,0),(55245,190476,571,1,1,5887.51,-2349.85,293.84,-0.349065,0,0,0,1,30,100,1,0),(55246,190476,571,1,1,5896.79,-2351.8,295.035,-1.43117,0,0,0,1,30,100,1,0),(55248,190476,571,1,1,5967.34,-2335.06,295.025,-2.63544,0,0,0,1,30,100,1,0),(55249,190476,571,1,1,5957.44,-2334.19,295.033,2.16421,0,0,0,1,30,100,1,0),(55250,190476,571,1,1,5892.01,-2335.18,293.838,-0.593412,0,0,0,1,30,100,1,0),(55251,190476,571,1,1,5967.83,-2334.78,296.213,-1.64061,0,0,0,1,30,100,1,0),(55252,190476,571,1,1,5968.96,-2334.93,293.84,-0.418879,0,0,0,1,30,100,1,0),(55253,190476,571,1,1,5890.89,-2334.64,293.839,0.069812,0,0,0,1,30,100,1,0),(55254,190476,571,1,1,5896.76,-2351.22,293.84,2.30383,0,0,0,1,30,100,1,0),(55255,190476,571,1,1,5897.28,-2352.13,293.84,-2.51327,0,0,0,1,30,100,1,0),(55256,190476,571,1,1,5958.09,-2334.1,293.839,2.04204,0,0,0,1,30,100,1,0),(55257,187660,571,1,1,2670.04,6257.06,39.7309,-2.04204,0,0,0,1,300,100,1,0),(55258,187660,571,1,1,2652.73,6248.96,39.7309,-0.837757,0,0,0,1,300,100,1,0),(55259,2061,571,1,2,3039.35,6707.81,9.3545,-1.56104,0,0,0,1,300,100,1,0),(55260,2061,571,1,1,2443.67,-5184.62,277.49,3.13286,0,0,0,1,300,100,1,0),(55261,2061,571,1,1,4430.86,5258.75,75.2379,-0.053403,0,0,0,1,300,100,1,0),(55262,2061,571,1,1,3440.8,4130.21,15.4015,-2.8187,0,0,0,1,300,100,1,0),(55263,2061,571,1,1,2347.71,5858.53,135.857,0.098251,0,0,0,1,300,100,1,0),(55264,2061,571,1,1,3526.68,4215.83,12.4754,-3.10665,0,0,0,1,300,100,1,0),(55265,2061,571,1,1,4393.02,5392.51,84.7222,-2.79266,0,0,0,1,300,100,1,0),(55266,2061,571,1,1,3529.09,4201.39,12.4754,2.50454,0,0,0,1,300,100,1,0),(55267,2061,571,1,1,2356.04,5549.53,27.0409,0.688683,0,0,0,1,300,100,1,0),(55268,2061,571,1,1,2526.16,5831.94,141.019,-1.8507,0,0,0,1,300,100,1,0),(55269,2061,571,1,1,2470.21,5840.8,139.941,0.070405,0,0,0,1,300,100,1,0),(55270,2061,571,1,1,2386.74,5823.67,136.064,-2.21862,0,0,0,1,300,100,1,0),(55271,2061,571,1,1,2472.35,6028.69,96.0521,-1.07506,0,0,0,1,300,100,1,0),(55272,2061,571,1,1,2369.23,6037.89,93.5757,0.933562,0,0,0,1,300,100,1,0),(55273,2061,571,1,1,3534.51,4194.52,12.4754,1.75406,0,0,0,1,300,100,1,0),(55274,2061,571,1,1,2503.2,5654.57,49.0221,2.95843,0,0,0,1,300,100,1,0),(55275,2061,571,1,1,3553.98,4189.65,12.4759,-1.33518,0,0,0,1,300,100,1,0),(55276,2061,571,1,1,3773.92,1609.36,86.9914,0.786646,0,0,0,1,300,100,1,0),(55277,2061,571,1,1,3859.77,1584.47,89.6843,-1.40193,0,0,0,1,300,100,1,0),(55278,2061,571,1,1,3854.88,1563.23,89.6787,-2.29774,0,0,0,1,300,100,1,0),(55279,2061,571,1,1,3804.56,1598.31,89.6873,-2.22642,0,0,0,1,300,100,1,0),(55280,2061,571,1,1,3824.62,1550.55,89.6914,-2.28724,0,0,0,1,300,100,1,0),(55281,2061,571,1,1,3805.53,1560.7,89.6259,0.765143,0,0,0,1,300,100,1,0),(55282,2061,571,1,1,4560.39,-4171.36,173.485,3.14159,0,0,0,1,300,100,1,0),(55283,2061,571,1,1,3104.02,3832.83,23.0478,2.40855,0,0,0,1,300,100,1,0),(55284,2061,571,1,1,3086.67,4823.74,1.0484,2.17221,0,0,0,1,300,100,1,0),(55285,2061,571,1,1,3850.34,1604.35,89.6997,0.796453,0,0,0,1,300,100,1,0),(55286,2061,571,1,1,1996.76,5849.41,35.8739,-1.66679,0,0,0,1,300,100,1,0),(55287,2061,571,1,1,3829.72,1611.83,89.6887,-2.07317,0,0,0,1,300,100,1,0),(55288,2061,571,1,1,3510.78,5438.87,54.4685,2.40856,0,0,0,1,300,100,1,0),(55289,2061,571,1,1,3426.42,-1264.37,125.547,2.56563,0,0,0,1,300,100,1,0),(55290,2061,571,1,1,5174.45,-2183.49,236.539,-0.619591,0,0,0,1,300,100,1,0),(55291,2061,571,1,1,5151.06,-2202.2,236.538,-1.53589,0,0,0,1,300,100,1,0),(55292,2061,571,1,1,3311.77,5655.21,53.2051,-0.182261,0,0,0,1,300,100,1,0),(55293,2061,571,1,1,3316.25,5595.68,53.0606,0.878207,0,0,0,1,300,100,1,0),(55294,2061,571,1,1,4547.67,-4213.88,170.496,3.14159,0,0,0,1,300,100,1,0),(55295,2061,571,1,1,3752.54,1542.67,87.3792,-0.673914,0,0,0,1,300,100,1,0),(55296,2061,571,1,1,3766.55,1533.05,86.8217,1.0138,0,0,0,1,300,100,1,0),(55297,2061,571,1,1,2334.3,5269.3,7.54757,1.95477,0,0,0,1,300,100,1,0),(55298,2061,571,1,1,4355.25,5453.45,48.6221,-3.08152,0,0,0,1,300,100,1,0),(55299,2061,571,1,1,2577.91,-3907.13,292.658,-2.88852,0,0,0,1,300,100,1,0),(55300,2061,571,1,1,2521.56,-3930.12,267.909,0.741763,0,0,0,1,300,100,1,0),(55301,2061,571,1,1,2991.47,-1420.09,59.8652,-3.12002,0,0,0,1,300,100,1,0),(55302,2061,571,1,1,5479.95,4733.5,-195.093,-0.772041,0,0,0,1,300,100,1,0),(55303,2061,571,1,1,4893.92,294.056,131.081,1.3439,0,0,0,1,300,100,1,0),(55304,2061,571,1,1,3769.95,1524.99,87.0456,-0.857729,0,0,0,1,300,100,1,0),(55305,2061,571,1,1,4615.23,-5482.16,2.24842,-2.18166,0,0,0,1,300,100,1,0),(55306,2061,571,1,1,4531.44,-5617.97,24.9743,1.32645,0,0,0,1,300,100,1,0),(55307,2061,571,1,1,2736.32,-106.719,114.448,1.98967,0,0,0,1,300,100,1,0),(55308,2061,571,1,1,3137.52,-2970.83,124.577,-2.38237,0,0,0,1,300,100,1,0),(55309,2061,571,1,1,3704.21,696.986,89.2123,2.25147,0,0,0,1,300,100,1,0),(55310,2061,571,1,1,4470.85,-2262.66,180.959,-3.08049,0,0,0,1,300,100,1,0),(55311,2061,571,1,1,4512.64,5708.67,81.5607,3.14159,0,0,0,1,300,100,1,0),(55312,2061,571,1,1,3799.56,1576.98,89.7857,0.136326,0,0,0,1,300,100,1,0),(55313,2061,571,1,1,4536.92,5085.73,60.9272,-0.210483,0,0,0,1,300,100,1,0),(55314,2061,571,1,1,4980.84,5919.66,-57.9667,2.62148,0,0,0,1,300,100,1,0),(55315,2061,571,1,1,1924.75,-6152.44,22.9203,-2.33001,0,0,0,1,300,100,1,0),(55316,2061,571,1,1,1918.54,-6154.67,22.9541,-1.87623,0,0,0,1,300,100,1,0),(55317,2061,571,1,1,1989.08,-6132.35,24.4362,-0.401425,0,0,0,1,300,100,1,0),(55318,2061,571,1,1,4677.24,-5508.53,25.0488,-1.07338,0,0,0,1,300,100,1,0),(55319,2061,571,1,1,670.625,-5474.98,238.559,-2.92342,0,0,0,1,300,100,1,0),(55320,2061,571,1,1,2879.14,-1472.55,63.5054,-1.95099,0,0,0,1,300,100,1,0),(55321,2061,571,1,1,6451.7,5083.78,-64.0535,-0.934374,0,0,0,1,300,100,1,0),(55322,2061,571,1,1,6668.66,5135.31,-35.5518,-0.791072,0,0,0,1,300,100,1,0),(55323,2061,571,1,1,6580.48,5157.32,-45.6483,-1.52233,0,0,0,1,300,100,1,0),(55324,2061,571,1,1,3287.62,1073.52,135.049,0.561928,0,0,0,1,300,100,1,0),(55325,2061,571,1,1,6279.02,-637.929,419.057,1.90241,0,0,0,1,300,100,1,0),(55326,2061,571,1,1,6227.27,-639.526,413.643,2.20784,0,0,0,1,300,100,1,0),(55327,2061,571,1,1,6279.54,-657.286,419.064,2.20784,0,0,0,1,300,100,1,0),(55328,2061,571,1,1,4981.88,5846.78,-65.7932,-0.497579,0,0,0,1,300,100,1,0),(55330,2061,571,1,1,1577,-5568.75,226.617,2.22529,0,0,0,1,300,100,1,0),(55331,2061,571,1,1,3267.53,996.346,130.94,2.13866,0,0,0,1,300,100,1,0),(55332,2061,571,1,1,3854.46,1531.86,89.8281,-2.5528,0,0,0,1,300,100,1,0),(55333,2061,571,1,1,3417.7,-2769.29,200.523,1.81514,0,0,0,1,300,100,1,0),(55334,2061,571,1,1,3805.19,1673.61,115.181,-0.493035,0,0,0,1,300,100,1,0),(55335,2061,571,1,1,4897.55,5907,-39.7861,-2.79237,0,0,0,1,300,100,1,0),(55336,2061,571,1,1,3796.21,1676.07,115.496,-0.68587,0,0,0,1,300,100,1,0),(55337,2061,571,1,1,4522.28,0.116319,72.3394,-1.03847,0,0,0,1,300,100,1,0),(55338,2061,571,1,1,5246.64,4490.58,-84.328,1.85113,0,0,0,1,300,100,1,0),(55339,2061,571,1,1,3841.23,-1959.38,208.486,3.14159,0,0,0,1,300,100,1,0),(55340,2061,571,1,1,7831.14,-2963.71,1259.28,-2.00212,0,0,0,1,300,100,1,0),(55341,2061,571,1,1,7784.74,-2820.07,1216.6,1.77133,0,0,0,1,300,100,1,0),(55342,2061,571,1,1,1929.99,-6156.67,24.0417,-2.39088,0,0,0,1,300,100,1,0),(67764,190236,571,1,1,4926.09,1554.96,222.316,-2.26562,0,0,0.999999,-0.001655,180,0,1,0),(55344,2061,571,1,1,5845.06,467.176,640.262,0.523598,0,0,0,1,300,100,1,0),(55346,2061,571,1,1,5695,719.292,642.939,-0.349065,0,0,0,1,300,100,1,0),(55347,2061,571,1,1,5907.88,486.807,641.627,0.427605,0,0,0,1,300,100,1,0),(55349,2061,571,1,1,5907.62,484.887,641.627,1.71042,0,0,0,1,300,100,1,0),(55350,2061,571,1,1,5906.49,485.844,641.627,0.130899,0,0,0,1,300,100,1,0),(55351,2061,571,1,1,4605.28,-5687.45,117.375,-2.57436,0,0,0,1,300,100,1,0),(55352,2061,571,1,1,3241.14,-740.615,168.258,-2.40855,0,0,0,1,300,100,1,0),(55353,2061,571,1,1,3226.01,-741.164,168.258,2.30383,0,0,0,1,300,100,1,0),(55354,2061,571,1,1,3223.51,-739.851,174.926,-2.53945,0,0,0,1,300,100,1,0),(55355,2061,571,1,1,3221.54,-732.852,174.926,3.11539,0,0,0,1,300,100,1,0),(55356,2061,571,1,1,3230.09,-743.539,168.258,2.74888,0,0,0,1,300,100,1,0),(55357,2061,571,1,1,3225.38,-726.147,168.258,0.741765,0,0,0,1,300,100,1,0),(55358,2061,571,1,1,3243.51,-736.53,168.258,-1.96349,0,0,0,1,300,100,1,0),(55359,2061,571,1,1,3226.77,-723.537,174.926,2.17293,0,0,0,1,300,100,1,0),(55360,2061,571,1,1,3245.05,-733.797,174.926,-0.026179,0,0,0,1,300,100,1,0),(55361,2061,571,1,1,3239.83,-743.112,174.926,-0.968657,0,0,0,1,300,100,1,0),(55362,2061,571,1,1,3232.83,-745.079,174.926,-1.59698,0,0,0,1,300,100,1,0),(55363,2061,571,1,1,3223.08,-730.118,168.258,1.1781,0,0,0,1,300,100,1,0),(55364,2061,571,1,1,2558.54,5820.52,-12.368,-2.79427,0,0,0,1,300,100,1,0),(55365,2061,571,1,1,2539.32,5826.29,-12.3494,-2.79416,0,0,0,1,300,100,1,0),(55366,2061,571,1,1,3003.22,4048.47,26.0439,-1.745,0,0,0,1,300,100,1,0),(55367,2061,571,1,1,2776.42,931.66,22.2143,2.04204,0,0,0,1,300,100,1,0),(55368,2061,571,1,1,2867.59,-286.452,138.103,2.62672,0,0,0,1,300,100,1,0),(55369,2061,571,1,1,2903.74,-286.82,138.103,2.62672,0,0,0,1,300,100,1,0),(55370,2061,571,1,1,2891.11,-288.312,129.223,0.506145,0,0,0,1,300,100,1,0),(55371,2061,571,1,1,2878.37,-339.564,115.975,1.55334,0,0,0,1,300,100,1,0),(55372,2061,571,1,1,2891.27,-339.789,115.975,1.55334,0,0,0,1,300,100,1,0),(55373,2061,571,1,1,2867.41,-308.69,138.103,-2.08566,0,0,0,1,300,100,1,0),(55374,2061,571,1,1,2903.33,-309.389,138.103,-2.60926,0,0,0,1,300,100,1,0),(55375,2061,571,1,1,2880.25,-287.995,129.223,-0.471238,0,0,0,1,300,100,1,0),(55376,190989,571,1,1,2854.95,-475.316,119.62,-2.37364,0,0,-0.390731,0.920505,300,100,1,0),(55377,2061,571,1,1,2293.74,5193.92,12.1984,-1.95477,0,0,0,1,300,100,1,0),(55378,2061,571,1,1,1972.28,-6140.5,25.152,-0.479966,0,0,0,1,300,100,1,0),(55379,2061,571,1,1,1978.09,-6154.48,25.152,-2.05076,0,0,0,1,300,100,1,0),(55380,2061,571,1,1,1977.74,-6157.28,31.8206,-0.610864,0,0,0,1,300,100,1,0),(55381,2061,571,1,1,1971.87,-6161.57,31.8206,-1.23918,0,0,0,1,300,100,1,0),(55382,2061,571,1,1,1978.89,-6149.82,25.152,-1.6057,0,0,0,1,300,100,1,0),(55383,2061,571,1,1,1964.25,-6160.33,25.152,2.67035,0,0,0,1,300,100,1,0),(55384,2061,571,1,1,1967.62,-6139.71,25.152,-0.034906,0,0,0,1,300,100,1,0),(55385,2061,571,1,1,1961.32,-6159.94,31.8206,-2.18166,0,0,0,1,300,100,1,0),(55386,2061,571,1,1,1964.52,-6139.22,31.8206,1.90241,0,0,0,1,300,100,1,0),(55387,2061,571,1,1,1975.08,-6140.86,31.8206,0.95993,0,0,0,1,300,100,1,0),(55388,2061,571,1,1,1979.37,-6146.72,31.8206,0.331611,0,0,0,1,300,100,1,0),(55389,2061,571,1,1,1968.77,-6161.09,25.152,3.10665,0,0,0,1,300,100,1,0),(55390,2061,571,1,1,1448.13,-3275.8,167.005,-2.26892,0,0,0,1,300,100,1,0),(55391,192013,571,1,1,1233.67,-4860.42,220.692,0.314158,0,0,0.987688,-0.156435,300,100,1,0),(55392,2061,571,1,1,820.185,-2907.54,7.23076,0.689404,0,0,0,1,300,100,1,0),(55393,2061,571,1,1,699.815,-2933.84,-3.08986,-2.97577,0,0,0,1,300,100,1,0),(55394,2061,571,1,1,599.926,-4931,18.379,-1.32645,0,0,0,1,300,100,1,0),(55395,2061,571,1,1,466.051,-4652.59,247.599,-1.29154,0,0,0,1,300,100,1,0),(55396,2061,571,1,1,459.911,-4666.43,247.599,-2.86233,0,0,0,1,300,100,1,0),(55397,2061,571,1,1,457.637,-4668.1,254.268,-1.42244,0,0,0,1,300,100,1,0),(55398,2061,571,1,1,463.837,-4663.8,247.599,-2.41728,0,0,0,1,300,100,1,0),(55399,2061,571,1,1,446.138,-4660.42,247.599,1.85877,0,0,0,1,300,100,1,0),(55400,2061,571,1,1,463.42,-4648.67,247.599,-0.846485,0,0,0,1,300,100,1,0),(55401,2061,571,1,1,444.403,-4658.02,254.268,-2.99322,0,0,0,1,300,100,1,0),(55402,2061,571,1,1,461.639,-4646.09,254.268,1.09083,0,0,0,1,300,100,1,0),(55403,2061,571,1,1,467.719,-4654.87,254.268,0.14835,0,0,0,1,300,100,1,0),(55404,2061,571,1,1,466.419,-4662.02,254.268,-0.479966,0,0,0,1,300,100,1,0),(55405,2061,571,1,2,1916.34,5765.59,6.43364,1.29154,0,0,0,1,300,100,1,0),(55406,190477,571,1,1,5973.97,-2350.94,299.347,0.820303,0,0,0,1,30,100,1,0),(55407,2061,571,1,2,1900.13,5980.31,8.13004,-0.157079,0,0,0,1,300,100,1,0),(55408,190477,571,1,1,5886.97,-2342.56,299.354,-1.67551,0,0,0,1,30,100,1,0),(55409,190477,571,1,1,5911.17,-2341.82,296.266,-0.593412,0,0,0,1,30,100,1,0),(55410,190477,571,1,1,5891.78,-2353.66,299.35,0,0,0,0,1,30,100,1,0),(55411,190477,571,1,1,5887.61,-2340.01,294.771,-1.69297,0,0,0,1,30,100,1,0),(55412,190477,571,1,1,5950.59,-2344.85,297.918,1.309,0,0,0,1,30,100,1,0),(55413,190477,571,1,1,5964.44,-2334.62,296.284,2.05949,0,0,0,1,30,100,1,0),(55414,190477,571,1,1,5900.43,-2332.42,296.299,2.9845,0,0,0,1,30,100,1,0),(55415,190477,571,1,1,5911.02,-2344.16,297.878,-0.349065,0,0,0,1,30,100,1,0),(55416,190477,571,1,1,5974.42,-2341.43,296.284,1.83259,0,0,0,1,30,100,1,0),(55417,190477,571,1,1,5965.15,-2334.82,294.826,2.70526,0,0,0,1,30,100,1,0),(55418,187661,571,1,1,2729.44,6309.34,71.7416,-0.90757,0,0,0,1,300,100,1,0),(55419,190222,571,1,1,383.535,-6035.69,327.759,0.453784,0,0,0,1,300,100,1,0),(55421,190990,571,1,1,2849.08,-468.261,126.967,-2.37364,0,0,-0.390731,0.920505,300,100,1,0),(55422,186894,571,1,1,810.159,-5341.74,189.535,2.04204,0,0,0,1,300,100,1,0),(55423,187662,571,1,1,3651.85,5638.88,34.5853,-0.645772,0,0,0,1,300,100,1,0),(55424,190478,571,1,1,5886.56,-2346.43,293.841,0.157079,0,0,0,1,30,100,1,0),(55425,190478,571,1,1,5887.13,-2336.56,293.84,-0.244346,0,0,0,1,30,100,1,0),(55426,190478,571,1,1,5960.41,-2333.97,293.841,-1.90241,0,0,0,1,30,100,1,0),(55427,190478,571,1,1,5951.88,-2339.32,293.841,0,0,0,0,1,30,100,1,0),(55428,191502,571,1,1,5982.21,-729.165,378.463,2.54818,0,0,0,1,300,100,1,0),(55429,191502,571,1,1,5974.51,-712.061,381.818,-1.6057,0,0,0,1,300,100,1,0),(55430,191502,571,1,1,6010.13,-593.95,365.464,-2.86233,0,0,0,1,300,100,1,0),(55431,191502,571,1,1,5977.66,-720.227,381.178,2.23402,0,0,0,1,300,100,1,0),(55432,191502,571,1,1,6102.84,-626.443,381.95,-1.0821,0,0,0,1,300,100,1,0),(55433,191502,571,1,1,6096.03,-682.703,379.182,-0.069812,0,0,0,1,300,100,1,0),(55434,191502,571,1,1,6000.06,-701.035,370.902,0.401425,0,0,0,1,300,100,1,0),(55435,191502,571,1,1,5987.12,-731.786,376.202,0.261798,0,0,0,1,300,100,1,0),(55436,191502,571,1,1,6097.66,-630.674,380.407,-0.506145,0,0,0,1,300,100,1,0),(55437,191502,571,1,1,5986.41,-725.986,377.328,-0.314158,0,0,0,1,300,100,1,0),(55438,191502,571,1,1,5989.75,-705.611,375.155,1.95477,0,0,0,1,300,100,1,0),(55439,191502,571,1,1,5988.51,-708.801,376.381,2.32129,0,0,0,1,300,100,1,0),(55440,191502,571,1,1,6070.4,-622.125,371.417,-0.890117,0,0,0,1,300,100,1,0),(55441,191502,571,1,1,6074.22,-635.719,372.865,3.10665,0,0,0,1,300,100,1,0),(55442,191502,571,1,1,6050.46,-590.752,367.531,-1.83259,0,0,0,1,300,100,1,0),(55443,191502,571,1,1,6005.49,-715.266,371.314,-2.75761,0,0,0,1,300,100,1,0),(55444,191502,571,1,1,5994.69,-703.63,373.105,-1.55334,0,0,0,1,300,100,1,0),(55445,191502,571,1,1,6011.69,-614.255,369.463,-2.9845,0,0,0,1,300,100,1,0),(55446,191502,571,1,1,6051.8,-599.05,368.346,-0.296705,0,0,0,1,300,100,1,0),(55447,191502,571,1,1,6084.1,-625.377,375.909,-0.95993,0,0,0,1,300,100,1,0),(55448,191502,571,1,1,5991.3,-711.234,375.702,0.733038,0,0,0,1,300,100,1,0),(55449,191502,571,1,1,6113.89,-630.526,385.009,0.122173,0,0,0,1,300,100,1,0),(55450,191502,571,1,1,6027.65,-666.049,369.951,1.25664,0,0,0,1,300,100,1,0),(55451,191502,571,1,1,6063.82,-674.658,369.764,1.01229,0,0,0,1,300,100,1,0),(55452,191502,571,1,1,6009.39,-622.203,369.701,0.59341,0,0,0,1,300,100,1,0),(55453,191502,571,1,1,5985.16,-664.707,373.689,0.95993,0,0,0,1,300,100,1,0),(55454,191502,571,1,1,6010.45,-734.981,370.843,-1.6057,0,0,0,1,300,100,1,0),(55455,191502,571,1,1,5978.61,-725.717,380.329,-0.226892,0,0,0,1,300,100,1,0),(55456,191502,571,1,1,5970.38,-702.431,382.017,1.36136,0,0,0,1,300,100,1,0),(55457,191502,571,1,1,5973.8,-717.719,382.353,0.610864,0,0,0,1,300,100,1,0),(55458,191502,571,1,1,6007.81,-638.045,371.385,-1.78023,0,0,0,1,300,100,1,0),(55459,191502,571,1,1,5990.25,-726.564,375.785,-0.069812,0,0,0,1,300,100,1,0),(55460,191502,571,1,1,6091.32,-610.359,377.289,2.61799,0,0,0,1,300,100,1,0),(55461,191502,571,1,1,6033.79,-607.552,367.595,-0.575957,0,0,0,1,300,100,1,0),(55462,191502,571,1,1,6057.15,-641.701,369.588,0.069812,0,0,0,1,300,100,1,0),(55463,191502,571,1,1,6072.12,-616.646,371.612,-2.58308,0,0,0,1,300,100,1,0),(55464,191502,571,1,1,6076.51,-610.307,372.363,-0.401425,0,0,0,1,300,100,1,0),(55465,191502,571,1,1,6116.15,-655.655,383.078,2.07694,0,0,0,1,300,100,1,0),(55466,191502,571,1,1,6120.26,-652.125,384.448,1.09956,0,0,0,1,300,100,1,0),(55467,191502,571,1,1,6091.61,-659.403,376.927,-2.72271,0,0,0,1,300,100,1,0),(55468,191502,571,1,1,6024.63,-657.698,369.574,-2.44346,0,0,0,1,300,100,1,0),(55469,191502,571,1,1,6029.55,-660.757,369.809,-0.802851,0,0,0,1,300,100,1,0),(55470,191502,571,1,1,6028.45,-655.619,369.709,2.51327,0,0,0,1,300,100,1,0),(55471,191502,571,1,1,6009.73,-631.613,370.751,0.191985,0,0,0,1,300,100,1,0),(55472,191502,571,1,1,5996.84,-637.526,372.008,3.01941,0,0,0,1,300,100,1,0),(55473,191502,571,1,1,6040.1,-634.555,368.838,-1.309,0,0,0,1,300,100,1,0),(55474,191502,571,1,1,6038.36,-637.543,368.699,2.86233,0,0,0,1,300,100,1,0),(55475,191502,571,1,1,5994.69,-650.682,371.998,1.23918,0,0,0,1,300,100,1,0),(55476,191502,571,1,1,6081.56,-630.734,375.228,2.23402,0,0,0,1,300,100,1,0),(55477,191502,571,1,1,5973.81,-688.14,378.356,-0.314158,0,0,0,1,300,100,1,0),(55478,191502,571,1,1,6012.97,-671.946,370.26,-2.89724,0,0,0,1,300,100,1,0),(55479,191502,571,1,1,6083.51,-724.523,379.089,3.00195,0,0,0,1,300,100,1,0),(55480,191502,571,1,1,6076.87,-653.111,373.158,1.29154,0,0,0,1,300,100,1,0),(55481,191502,571,1,1,6031.98,-668.456,370.331,-1.71042,0,0,0,1,300,100,1,0),(55482,191502,571,1,1,6004.38,-627.085,370.454,-3.08918,0,0,0,1,300,100,1,0),(55483,191502,571,1,1,6001.57,-603.877,368.34,-2.80997,0,0,0,1,300,100,1,0),(55484,191502,571,1,1,6031.14,-600.116,366.804,-0.453785,0,0,0,1,300,100,1,0),(55485,191502,571,1,1,6027.01,-612.837,368.155,-0.087266,0,0,0,1,300,100,1,0),(55486,191502,571,1,1,6028.23,-618.378,368.549,0.418879,0,0,0,1,300,100,1,0),(55487,191502,571,1,1,6059.15,-592.547,367.642,1.81514,0,0,0,1,300,100,1,0),(55488,191502,571,1,1,6060.67,-595.568,368.033,-3.12412,0,0,0,1,300,100,1,0),(55489,191502,571,1,1,6018.34,-732.717,369.563,-1.5708,0,0,0,1,300,100,1,0),(55490,191502,571,1,1,6081.96,-707.498,376.301,-1.3439,0,0,0,1,300,100,1,0),(55491,191502,571,1,1,6112.7,-700.976,384.528,2.16421,0,0,0,1,300,100,1,0),(55492,191502,571,1,1,6067.35,-640.313,371.059,-1.55334,0,0,0,1,300,100,1,0),(55493,191502,571,1,1,6062.65,-640.693,370.19,2.40855,0,0,0,1,300,100,1,0),(55494,191502,571,1,1,6069.38,-718.413,375.273,3.14159,0,0,0,1,300,100,1,0),(55495,191502,571,1,1,6107.24,-703.122,383.128,-2.35619,0,0,0,1,300,100,1,0),(55496,191502,571,1,1,5973.74,-705.059,380.955,0.977383,0,0,0,1,300,100,1,0),(55497,191502,571,1,1,6006.81,-690.325,369.436,2.82743,0,0,0,1,300,100,1,0),(55498,191502,571,1,1,5986.22,-701.532,375.371,-1.97222,0,0,0,1,300,100,1,0),(55499,191502,571,1,1,6089.35,-627.681,377.87,2.47837,0,0,0,1,300,100,1,0),(55500,191502,571,1,1,6092.56,-626.425,378.825,-1.69297,0,0,0,1,300,100,1,0),(55501,191502,571,1,1,6064.58,-621.071,370.098,-1.81514,0,0,0,1,300,100,1,0),(55502,191502,571,1,1,6054.62,-626.674,369.118,-1.36136,0,0,0,1,300,100,1,0),(55503,191502,571,1,1,6080.62,-712.052,376.596,2.28638,0,0,0,1,300,100,1,0),(55504,191502,571,1,1,6068.24,-683.556,370.602,-2.77507,0,0,0,1,300,100,1,0),(55505,191502,571,1,1,6111.81,-680.946,384.627,1.5708,0,0,0,1,300,100,1,0),(55506,191502,571,1,1,6090.05,-666.023,376.396,-2.02458,0,0,0,1,300,100,1,0),(55507,191502,571,1,1,6101.79,-691.238,381.588,-1.41372,0,0,0,1,300,100,1,0),(55508,191502,571,1,1,6091.5,-614.455,377.764,2.91469,0,0,0,1,300,100,1,0),(55509,191502,571,1,1,6041.03,-641.259,368.855,-0.890117,0,0,0,1,300,100,1,0),(55510,191502,571,1,1,6080.4,-638.705,374.78,-0.977383,0,0,0,1,300,100,1,0),(55511,191502,571,1,1,6085.93,-633.651,376.752,0.104719,0,0,0,1,300,100,1,0),(55512,191502,571,1,1,6082.61,-636.589,375.594,0.663223,0,0,0,1,300,100,1,0),(55513,191502,571,1,1,6059.89,-625.644,369.544,-2.94959,0,0,0,1,300,100,1,0),(55514,191502,571,1,1,6056.28,-621.708,369.046,-0.418879,0,0,0,1,300,100,1,0),(55515,191502,571,1,1,6060.86,-618.234,369.46,2.26892,0,0,0,1,300,100,1,0),(55516,191502,571,1,1,6037.76,-596.634,367.631,3.07177,0,0,0,1,300,100,1,0),(55517,191502,571,1,1,5972.42,-696.594,380.257,-0.122173,0,0,0,1,300,100,1,0),(55518,191502,571,1,1,5996.72,-692.601,370.292,-1.15192,0,0,0,1,300,100,1,0),(55519,191502,571,1,1,6116.84,-685.446,386.138,-1.65806,0,0,0,1,300,100,1,0),(55520,191502,571,1,1,6109.26,-696.38,383.818,2.79252,0,0,0,1,300,100,1,0),(55521,191502,571,1,1,6103.51,-652.88,379.961,1.15192,0,0,0,1,300,100,1,0),(55522,191502,571,1,1,6106.95,-661.359,380.96,2.04204,0,0,0,1,300,100,1,0),(55523,191502,571,1,1,6100.01,-711.146,381.845,1.11701,0,0,0,1,300,100,1,0),(55524,191502,571,1,1,6054.47,-728.087,373.662,-2.49582,0,0,0,1,300,100,1,0),(55525,191502,571,1,1,6027.2,-647.266,369.617,-0.890117,0,0,0,1,300,100,1,0),(55526,191502,571,1,1,6052.29,-614.469,368.724,-0.401425,0,0,0,1,300,100,1,0),(55527,191502,571,1,1,6014.52,-636.22,370.68,-3.10665,0,0,0,1,300,100,1,0),(55528,191502,571,1,1,6032.64,-641.12,368.853,1.48353,0,0,0,1,300,100,1,0),(55529,191502,571,1,1,6004.68,-669.658,370.516,-1.67551,0,0,0,1,300,100,1,0),(55530,191502,571,1,1,6123.49,-670.13,386.462,0.541051,0,0,0,1,300,100,1,0),(55531,191502,571,1,1,6122.89,-637.866,387.049,3.00195,0,0,0,1,300,100,1,0),(55532,191502,571,1,1,6011.04,-715.75,369.655,-0.593412,0,0,0,1,300,100,1,0),(55533,191502,571,1,1,6050.83,-724.792,372.746,-2.32129,0,0,0,1,300,100,1,0),(55534,191502,571,1,1,6109.42,-632.073,383.618,1.39626,0,0,0,1,300,100,1,0),(55535,191502,571,1,1,6051.65,-646.139,369.214,1.43117,0,0,0,1,300,100,1,0),(55536,191502,571,1,1,6035.58,-700.295,369.404,-0.226892,0,0,0,1,300,100,1,0),(55537,191502,571,1,1,6018.72,-617.245,368.894,-0.314158,0,0,0,1,300,100,1,0),(55538,191502,571,1,1,6024.95,-652.326,369.681,3.10665,0,0,0,1,300,100,1,0),(55539,191502,571,1,1,6034.08,-617.856,368.569,2.61799,0,0,0,1,300,100,1,0),(55540,191502,571,1,1,6019.8,-631.271,369.358,-0.488691,0,0,0,1,300,100,1,0),(55541,191502,571,1,1,6058.26,-651.868,369.54,-1.11701,0,0,0,1,300,100,1,0),(55542,191502,571,1,1,6046.72,-653.583,369.226,-0.436332,0,0,0,1,300,100,1,0),(55543,191502,571,1,1,6011.3,-667.151,370.354,1.85005,0,0,0,1,300,100,1,0),(55544,191502,571,1,1,6021.13,-624.929,368.671,0.488691,0,0,0,1,300,100,1,0),(55545,191502,571,1,1,6048.47,-648.479,369.122,2.82743,0,0,0,1,300,100,1,0),(55546,191502,571,1,1,6025.29,-626.111,368.5,-1.44862,0,0,0,1,300,100,1,0),(55547,191502,571,1,1,6008.34,-662.701,370.599,1.79769,0,0,0,1,300,100,1,0),(55548,191502,571,1,1,6054.45,-602.745,368.516,-1.64061,0,0,0,1,300,100,1,0),(55549,191502,571,1,1,6058.03,-609.668,368.983,-2.37364,0,0,0,1,300,100,1,0),(55550,191502,571,1,1,6068.28,-605.918,369.926,-0.174532,0,0,0,1,300,100,1,0),(55551,191502,571,1,1,6099.39,-716.814,382.254,-1.93731,0,0,0,1,300,100,1,0),(55552,191502,571,1,1,5999.48,-685.424,369.712,2.84488,0,0,0,1,300,100,1,0),(55553,191502,571,1,1,6004.53,-685.998,369.688,2.46091,0,0,0,1,300,100,1,0),(55554,191502,571,1,1,6019.7,-709.587,368.103,-1.65806,0,0,0,1,300,100,1,0),(55555,191502,571,1,1,6053.8,-710.451,371.778,-0.261798,0,0,0,1,300,100,1,0),(55556,191502,571,1,1,6052.09,-702.257,371.051,2.19912,0,0,0,1,300,100,1,0),(55557,191502,571,1,1,6076.48,-661.84,372.584,-0.453785,0,0,0,1,300,100,1,0),(55558,191502,571,1,1,6101.84,-671.835,380.574,0.767944,0,0,0,1,300,100,1,0),(55559,191502,571,1,1,6051.49,-681.727,369.64,-1.81514,0,0,0,1,300,100,1,0),(55560,191502,571,1,1,5999.74,-665.41,370.736,-1.29154,0,0,0,1,300,100,1,0),(55561,191502,571,1,1,6010.38,-643.219,371.194,2.49582,0,0,0,1,300,100,1,0),(55562,191502,571,1,1,6022.53,-692.6,369.24,1.02974,0,0,0,1,300,100,1,0),(55563,191502,571,1,1,6016.76,-696.45,368.628,-1.37881,0,0,0,1,300,100,1,0),(55564,191502,571,1,1,6032.16,-685.048,370.56,-0.314158,0,0,0,1,300,100,1,0),(55565,191502,571,1,1,6034.05,-726.271,370.018,-0.785397,0,0,0,1,300,100,1,0),(55566,191502,571,1,1,6036.77,-684.214,370.611,-1.72787,0,0,0,1,300,100,1,0),(55567,191502,571,1,1,6042.56,-682.583,370.323,-1.29154,0,0,0,1,300,100,1,0),(55568,191502,571,1,1,6007.78,-726.635,371.508,-1.22173,0,0,0,1,300,100,1,0),(55569,191502,571,1,1,6050.28,-657.622,369.202,1.85005,0,0,0,1,300,100,1,0),(55570,191502,571,1,1,6046.66,-592.625,367.8,-0.418879,0,0,0,1,300,100,1,0),(55571,191502,571,1,1,6015.73,-607.741,368.601,-2.51327,0,0,0,1,300,100,1,0),(55572,191502,571,1,1,6062.81,-714.536,373.677,-1.62316,0,0,0,1,300,100,1,0),(55573,191502,571,1,1,6018.27,-602.792,367.36,-0.366518,0,0,0,1,300,100,1,0),(55574,191502,571,1,1,6034.24,-664.368,370.106,-2.84488,0,0,0,1,300,100,1,0),(55575,191502,571,1,1,6072.8,-679.028,371.375,-2.84488,0,0,0,1,300,100,1,0),(55576,191502,571,1,1,6066.24,-648.726,370.756,1.55334,0,0,0,1,300,100,1,0),(55577,191502,571,1,1,6095.81,-645.056,378.931,0.453785,0,0,0,1,300,100,1,0),(55578,191502,571,1,1,6099.68,-644.71,379.899,1.46608,0,0,0,1,300,100,1,0),(55579,191502,571,1,1,6047.46,-641.693,369.059,-1.48353,0,0,0,1,300,100,1,0),(55580,191502,571,1,1,6068.51,-670.28,370.494,-0.314158,0,0,0,1,300,100,1,0),(55581,191502,571,1,1,6044.9,-639.121,369.017,-0.523598,0,0,0,1,300,100,1,0),(55582,191502,571,1,1,6078.49,-682.457,372.916,-3.12412,0,0,0,1,300,100,1,0),(55583,191502,571,1,1,6080.71,-685.922,373.739,0.90757,0,0,0,1,300,100,1,0),(55584,191502,571,1,1,6085.21,-671.74,374.864,-0.017452,0,0,0,1,300,100,1,0),(55585,191502,571,1,1,6044.16,-718.483,371.016,-1.95477,0,0,0,1,300,100,1,0),(55586,191502,571,1,1,6069.88,-662.997,370.985,2.16421,0,0,0,1,300,100,1,0),(55587,191502,571,1,1,6034.44,-646.618,369.294,-0.558504,0,0,0,1,300,100,1,0),(55588,191502,571,1,1,6039.93,-645.549,369.026,-0.261798,0,0,0,1,300,100,1,0),(55589,191502,571,1,1,6007.05,-654.755,371.088,0.191985,0,0,0,1,300,100,1,0),(55590,191502,571,1,1,6027.63,-695.929,369.133,1.51844,0,0,0,1,300,100,1,0),(55591,191502,571,1,1,6030.11,-688.599,370.113,-1.36136,0,0,0,1,300,100,1,0),(55592,191502,571,1,1,6008.16,-649.694,371.223,0.366518,0,0,0,1,300,100,1,0),(55593,191502,571,1,1,6029.88,-587.781,365.347,0.314158,0,0,0,1,300,100,1,0),(55594,191502,571,1,1,6001.6,-615.738,369.844,0.279252,0,0,0,1,300,100,1,0),(55595,191502,571,1,1,6028.47,-709.649,368.469,-1.91986,0,0,0,1,300,100,1,0),(55596,191502,571,1,1,6089.45,-702.738,377.774,0.994837,0,0,0,1,300,100,1,0),(55597,191502,571,1,1,6063.13,-700.46,371.857,2.70526,0,0,0,1,300,100,1,0),(55598,191502,571,1,1,6093.65,-704.344,379.272,-2.75761,0,0,0,1,300,100,1,0),(55599,191502,571,1,1,6053.6,-675.818,369.288,2.89724,0,0,0,1,300,100,1,0),(55600,191502,571,1,1,6045.24,-708.793,370.405,2.9845,0,0,0,1,300,100,1,0),(55601,191502,571,1,1,6053.7,-686.366,369.842,-2.00713,0,0,0,1,300,100,1,0),(55602,191502,571,1,1,6055.97,-691.955,370.314,1.91986,0,0,0,1,300,100,1,0),(55603,191502,571,1,1,6089.29,-676.984,376.35,-2.82743,0,0,0,1,300,100,1,0),(55604,191502,571,1,1,6037.68,-709.036,369.49,-2.1293,0,0,0,1,300,100,1,0),(55605,191502,571,1,1,6062.31,-730.931,375.415,-2.19912,0,0,0,1,300,100,1,0),(55606,191502,571,1,1,6049.66,-661.457,369.276,1.95477,0,0,0,1,300,100,1,0),(55607,191502,571,1,1,6050.02,-651.276,369.165,2.44346,0,0,0,1,300,100,1,0),(55608,191502,571,1,1,6016.24,-674.332,370.291,1.78023,0,0,0,1,300,100,1,0),(55609,191502,571,1,1,6052.43,-663.01,369.231,-0.017452,0,0,0,1,300,100,1,0),(55610,191502,571,1,1,6099.2,-656.55,378.875,1.98967,0,0,0,1,300,100,1,0),(55611,191502,571,1,1,6072.82,-641.523,372.432,-1.06465,0,0,0,1,300,100,1,0),(55612,191502,571,1,1,6047.05,-687.339,370.103,-2.94959,0,0,0,1,300,100,1,0),(55613,191502,571,1,1,6081.96,-666.219,373.925,0.767944,0,0,0,1,300,100,1,0),(55614,191502,571,1,1,6112.46,-670.752,383.644,0.209439,0,0,0,1,300,100,1,0),(55615,191502,571,1,1,6079.61,-698.243,374.368,1.50098,0,0,0,1,300,100,1,0),(55616,191502,571,1,1,6075.68,-700.373,373.743,-1.36136,0,0,0,1,300,100,1,0),(55617,191502,571,1,1,6007.16,-697.79,369.146,1.06465,0,0,0,1,300,100,1,0),(55618,191502,571,1,1,6009.96,-704.613,368.924,1.98967,0,0,0,1,300,100,1,0),(55619,191502,571,1,1,6014.77,-690.616,369.306,2.77507,0,0,0,1,300,100,1,0),(55620,191502,571,1,1,6053.74,-667.959,369.193,-3.08918,0,0,0,1,300,100,1,0),(55621,191502,571,1,1,6049.15,-667.138,369.405,-0.645772,0,0,0,1,300,100,1,0),(55622,191502,571,1,1,6049.76,-672.035,369.423,-2.82743,0,0,0,1,300,100,1,0),(55623,191502,571,1,1,6064.71,-695.306,371.252,-0.785397,0,0,0,1,300,100,1,0),(55624,191502,571,1,1,6096.83,-691.748,379.735,0.994837,0,0,0,1,300,100,1,0),(55625,191502,571,1,1,6092.57,-688.045,377.975,0.59341,0,0,0,1,300,100,1,0),(55629,189967,571,1,1,2577.91,-3907.13,292.658,-2.88852,0,0,0,1,300,100,1,0),(55631,190991,571,1,1,2839.38,-485.321,126.967,0.759219,0,0,-0.390731,0.920505,300,100,1,0),(55632,187663,571,1,1,3590.44,5526.64,26.9391,-1.98967,0,0,0,1,300,100,1,0),(55633,186639,571,1,1,2630.08,-4345.86,276.382,-3.07177,0,0,0,1,300,100,1,0),(55634,190223,571,1,1,3876.54,-1934.75,208.894,2.91469,0,0,0,1,300,100,1,0),(55635,190479,571,1,1,5911.24,-2343.37,299.286,1.37881,0,0,0,1,30,100,1,0),(55636,190223,571,1,1,3881.71,-1942.15,209.039,-0.610864,0,0,0,1,300,100,1,0),(55637,190479,571,1,1,5887.36,-2340.46,297.896,0.925024,0,0,0,1,30,100,1,0),(55638,190479,571,1,1,5902.61,-2332.57,299.354,3.03684,0,0,0,1,30,100,1,0),(55639,186895,571,1,1,2696.54,-3498.19,161.717,-2.72271,0,0,0,1,300,100,1,0),(55640,190479,571,1,1,5911.21,-2343.06,297.872,-0.645772,0,0,0,1,30,100,1,0),(55641,190479,571,1,1,5890.12,-2353.45,294.82,-3.08918,0,0,0,1,30,100,1,0),(55642,190479,571,1,1,5974.36,-2342.09,299.277,-1.22173,0,0,0,1,30,100,1,0),(55643,190479,571,1,1,5964.17,-2334.7,299.36,0.087266,0,0,0,1,30,100,1,0),(55644,190479,571,1,1,5950.53,-2346.61,299.328,-2.35619,0,0,0,1,30,100,1,0),(55645,190479,571,1,1,5973.77,-2352.7,296.285,0.698132,0,0,0,1,30,100,1,0),(55646,189968,571,1,1,2521.56,-3930.12,267.909,0.741763,0,0,0,1,300,100,1,0),(67761,2061,571,1,1,4612.2,1442.3,180.949,2.14675,0,0,0,1,180,0,1,0),(55648,190992,571,1,1,2817.91,-450.091,150.826,-0.802851,0,0,-0.390731,0.920505,300,100,1,0),(55649,186896,571,1,1,-99.1335,-3529.73,4.63287,-2.8187,0,0,-0.577145,0.816642,300,100,1,0),(55650,190480,571,1,1,5967.17,-2353.07,293.841,1.93731,0,0,0,1,30,100,1,0),(55651,187664,571,1,1,3701.61,5555.04,35.496,2.60053,0,0,0,1,300,100,1,0),(55652,190480,571,1,1,5891.44,-2332.52,293.84,-1.309,0,0,0,1,30,100,1,0),(55653,190480,571,1,1,5895.43,-2332.37,296.268,-1.44862,0,0,0,1,30,100,1,0),(55654,190480,571,1,1,5896.32,-2332.85,295.055,-1.39626,0,0,0,1,30,100,1,0),(55655,190480,571,1,1,5973.57,-2348.18,293.839,-1.76278,0,0,0,1,30,100,1,0),(55656,190480,571,1,1,5907.91,-2334.76,295.063,-2.40855,0,0,0,1,30,100,1,0),(55657,190480,571,1,1,5893.25,-2332.55,295.055,-1.62316,0,0,0,1,30,100,1,0),(55658,190480,571,1,1,5965.42,-2353.78,295.049,1.69297,0,0,0,1,30,100,1,0),(55659,190480,571,1,1,5891.55,-2332.51,296.268,-1.3439,0,0,0,1,30,100,1,0),(55660,190480,571,1,1,5894.85,-2332.8,293.84,-1.36136,0,0,0,1,30,100,1,0),(55661,190480,571,1,1,5973.67,-2345.26,293.839,-1.29154,0,0,0,1,30,100,1,0),(55662,190480,571,1,1,5897.95,-2333.05,293.84,-2.70526,0,0,0,1,30,100,1,0),(55663,190480,571,1,1,5887.96,-2332.68,293.84,-0.715585,0,0,0,1,30,100,1,0),(55664,190480,571,1,1,5963.51,-2353.31,293.841,1.48353,0,0,0,1,30,100,1,0),(55665,190480,571,1,1,5906.71,-2333.2,293.841,-0.453785,0,0,0,1,30,100,1,0),(55666,190480,571,1,1,5908.35,-2336.38,293.841,1.74533,0,0,0,1,30,100,1,0),(55667,190480,571,1,1,5889.5,-2332.74,295.047,-1.23918,0,0,0,1,30,100,1,0),(55668,190480,571,1,1,5974.05,-2346.73,295.054,-2.94959,0,0,0,1,30,100,1,0),(55669,188432,571,1,1,3710.78,2173.01,39.215,-0.349065,0,0,0,1,300,100,1,0),(55670,188432,571,1,1,3755.75,2138.6,48.8897,-2.72271,0,0,0,1,300,100,1,0),(55671,188432,571,1,1,3723.25,2139.1,53.0272,-0.977383,0,0,0,1,300,100,1,0),(55672,188432,571,1,1,3747.09,2119.31,45.205,-3.01941,0,0,0,1,300,100,1,0),(55673,188432,571,1,1,3811.64,2048.83,9.82006,0.610864,0,0,0,1,300,100,1,0),(55674,188432,571,1,1,3738.66,2143,39.1292,-2.09439,0,0,0,1,300,100,1,0),(55675,188432,571,1,1,3770.73,2092.4,30.5446,2.09439,0,0,0,1,300,100,1,0),(55676,188432,571,1,1,3753.65,2134.93,36.5186,0.820303,0,0,0,1,300,100,1,0),(55677,188432,571,1,1,3722.3,2128.44,41.4329,2.47837,0,0,0,1,300,100,1,0),(55678,188432,571,1,1,3730.58,2154.28,36.4343,-1.43117,0,0,0,1,300,100,1,0),(55679,188432,571,1,1,3788.72,2019.36,10.961,1.46608,0,0,0,1,300,100,1,0),(55680,188432,571,1,1,3824.39,2019.36,9.34319,-0.95993,0,0,0,1,300,100,1,0),(55682,188432,571,1,1,3812.57,2004.86,9.10206,1.43117,0,0,0,1,300,100,1,0),(55683,188432,571,1,1,3755.04,2071.72,26.2409,0.174532,0,0,0,1,300,100,1,0),(55684,188432,571,1,1,3692.99,2174.76,53.0918,1.69297,0,0,0,1,300,100,1,0),(55685,188432,571,1,1,3780.23,2117.39,33.1283,3.05433,0,0,0,1,300,100,1,0),(55688,188432,571,1,1,3676.81,2150.38,35.1695,-2.00713,0,0,0,1,300,100,1,0),(55689,188432,571,1,1,3779.82,2060.23,21.1814,0.558504,0,0,0,1,300,100,1,0),(55690,188432,571,1,1,3696.45,2094.59,30.8953,-2.72271,0,0,0,1,300,100,1,0),(55693,188432,571,1,1,3760.83,2148.25,34.3542,-0.174532,0,0,0,1,300,100,1,0),(55694,188432,571,1,1,3716.41,2164.39,36.4343,-2.70526,0,0,0,1,300,100,1,0),(55697,188432,571,1,1,3733.24,2033.82,23.2041,0.087266,0,0,0,1,300,100,1,0),(55698,188432,571,1,1,3726.52,2102.3,34.694,-2.70526,0,0,0,1,300,100,1,0),(55700,188432,571,1,1,3732.65,2181.29,37.5598,1.25664,0,0,0,1,300,100,1,0),(55701,189969,571,1,1,2676.61,-4381.53,283.961,2.71399,0,0,0,1,300,100,1,0),(55703,190993,571,1,1,2838.98,-453.257,150.798,-2.38237,0,0,-0.390731,0.920505,300,100,1,0),(55704,186897,571,1,1,-94.2632,-3543.85,5.08763,-2.80997,0,0,-0.577145,0.816642,300,100,1,0),(55705,186641,571,1,1,823.064,-4742.63,-96.1444,2.49582,0,0,0,1,300,100,1,0),(55706,190481,571,1,1,5963.63,-2334.68,296.263,0.506145,0,0,0,1,30,100,1,0),(55707,190481,571,1,1,5902.57,-2332.56,296.257,0.418879,0,0,0,1,30,100,1,0),(55708,190481,571,1,1,5911,-2342.59,299.25,0.890117,0,0,0,1,30,100,1,0),(55709,190481,571,1,1,5974.13,-2341.22,299.291,0.645772,0,0,0,1,30,100,1,0),(55710,190481,571,1,1,5887.38,-2341.53,297.875,-2.86233,0,0,0,1,30,100,1,0),(55711,190481,571,1,1,5890.99,-2353.34,299.279,-1.5708,0,0,0,1,30,100,1,0),(55712,190481,571,1,1,5973.58,-2351.5,294.715,-0.593412,0,0,0,1,30,100,1,0),(55713,190481,571,1,1,5950.56,-2345.58,297.876,0.017452,0,0,0,1,30,100,1,0),(55714,190481,571,1,1,5911.02,-2343.16,296.21,-0.139624,0,0,0,1,30,100,1,0),(55715,2066,571,1,1,2123.52,-2980.02,148.652,3.05433,0,0,0,1,300,100,1,0),(55716,2066,571,1,1,1395.6,-3311.35,169.231,0.767944,0,0,0,1,300,100,1,0),(55717,2066,571,1,1,3642.22,-4608.66,191.802,2.46091,0,0,0,1,300,100,1,0),(55718,2066,571,1,1,3212.33,-2254.1,115.006,3.07175,0,0,0,1,300,100,1,0),(55719,2066,571,1,1,3221.41,-2236.12,116.364,3.07173,0,0,0,1,300,100,1,0),(55720,2066,571,1,1,2685.04,-4312.94,290.314,-2.26892,0,0,0,1,300,100,1,0),(55721,2066,571,1,1,4575.68,-4246.58,182.193,3.07175,0,0,0,1,300,100,1,0),(55722,2066,571,1,1,4560.57,-4188.6,173.429,3.14159,0,0,0,1,300,100,1,0),(55723,2066,571,1,1,4537.2,-4232.1,170.492,3.07177,0,0,0,1,300,100,1,0),(55724,2066,571,1,1,3094.2,4802.92,1.22049,2.80125,0,0,0,1,300,100,1,0),(55725,2066,571,1,1,3278.57,-2243.94,114.676,1.9635,0,0,0,1,300,100,1,0),(55726,2066,571,1,1,3298.06,-2258.03,112.004,-3.03684,0,0,0,1,300,100,1,0),(55727,2066,571,1,1,4527.08,-4192.97,173.484,3.14159,0,0,0,1,300,100,1,0),(55728,2066,571,1,1,5217.83,-1313.24,241.776,2.62672,0,0,0,1,300,100,1,0),(55729,2066,571,1,1,1949.9,-5684.07,215.827,1.18682,0,0,0,1,300,100,1,0),(55730,2066,571,1,1,-129.637,-3539.89,3.25401,-3.05433,0,0,0,1,300,100,1,0),(55731,2066,571,1,1,3301.63,-2327.83,107.617,-3.03687,0,0,0,1,300,100,1,0),(55732,2066,571,1,1,4983.44,1251.29,227.464,-1.9984,0,0,0,1,300,100,1,0),(55733,2066,571,1,1,4970.58,1191.19,227.148,-1.84132,0,0,0,1,300,100,1,0),(55735,2066,571,1,1,1968.55,-5312.87,200.927,2.70526,0,0,0,1,300,100,1,0),(55736,2066,571,1,1,738.569,-2938.41,7.38279,2.56563,0,0,0,1,300,100,1,0),(55737,2066,571,1,1,3307.64,-2228.86,115.954,-3.03686,0,0,0,1,300,100,1,0),(55738,2066,571,1,1,3684.52,2610.11,107.577,-1.93174,0,0,0,1,300,100,1,0),(55739,2066,571,1,1,3221.32,-2284.76,107.651,1.96349,0,0,0,1,300,100,1,0),(55740,2066,571,1,1,2814.55,-424.495,118.473,-0.872664,0,0,0,1,300,100,1,0),(55741,2066,571,1,1,3272.16,977.245,129.05,1.93732,0,0,0,1,300,100,1,0),(55742,2066,571,1,1,4985.41,1260.68,227.723,-2.06821,0,0,0,1,300,100,1,0),(55743,2066,571,1,1,4323.45,-4986.49,20.378,2.35619,0,0,0,1,300,100,1,0),(55744,2066,571,1,1,3822.06,2930.89,90.3418,2.19039,0,0,0,1,300,100,1,0),(55745,2066,571,1,1,3773.71,2831.22,90.4676,-0.427603,0,0,0,1,300,100,1,0),(55746,2066,571,1,1,4244.93,-1279.82,150.351,3.06302,0,0,0,1,300,100,1,0),(55747,2066,571,1,1,4185.37,-1117.53,150.463,3.08918,0,0,0,1,300,100,1,0),(55748,2066,571,1,1,4741.47,-327.627,182.353,2.73144,0,0,0,1,300,100,1,0),(55749,2066,571,1,1,4707.88,-429.969,176.755,3.14159,0,0,0,1,300,100,1,0),(55750,2066,571,1,1,4526.81,1237.08,139.241,3.14159,0,0,0,1,300,100,1,0),(55751,2066,571,1,1,4045.25,-1094.53,135.789,3.04558,0,0,0,1,300,100,1,0),(55752,2066,571,1,1,2965.35,4133.11,28.8458,1.16634,0,0,0,1,300,100,1,0),(55753,2066,571,1,1,4593.29,-1075.47,165.497,3.14159,0,0,0,1,300,100,1,0),(55754,2066,571,1,1,2743.64,910.144,6.24621,0.383971,0,0,0,1,300,100,1,0),(55755,2066,571,1,1,4662.78,-5630.09,84.437,1.06465,0,0,0,1,300,100,1,0),(55756,2066,571,1,1,4605.31,-5606.51,32.1144,0.602138,0,0,0,1,300,100,1,0),(55757,2066,571,1,1,4518.09,-5541.49,2.21761,-2.91469,0,0,0,1,300,100,1,0),(55758,2066,571,1,1,4687.67,-5559.81,53.5427,3.14159,0,0,0,1,300,100,1,0),(55759,2066,571,1,1,6668.41,-199.321,950.851,-1.03,0,0,0,1,300,100,1,0),(55760,2066,571,1,1,6703.75,-251.241,948.231,-1.03423,0,0,0,1,300,100,1,0),(55761,2066,571,1,1,761.304,-2911.74,7.16157,3.14159,0,0,0,1,300,100,1,0),(55762,2066,571,1,1,3165.09,-2256.16,114.372,3.07175,0,0,0,1,300,100,1,0),(55763,2066,571,1,1,3164.75,-2234.16,114.216,3.07176,0,0,0,1,300,100,1,0),(55764,2066,571,1,1,3131.15,-2241.11,108.368,-3.11539,0,0,0,1,300,100,1,0),(55765,2066,571,1,1,3132.42,-2253.97,107.961,3.08046,0,0,0,1,300,100,1,0),(55766,2066,571,1,1,3661.11,-4026.02,178.081,-2.93214,0,0,0,1,300,100,1,0),(55767,2066,571,1,1,4112.97,-3675.15,179.141,0.34034,0,0,0,1,300,100,1,0),(55768,2066,571,1,1,730.354,-2900.12,7.16157,3.14159,0,0,0,1,300,100,1,0),(55769,2066,571,1,1,3096.25,-2256.43,97.3095,2.95831,0,0,0,1,300,100,1,0),(55770,2066,571,1,1,2521.36,5586.34,38.6087,1.69271,0,0,0,1,300,100,1,0),(55771,2066,571,1,1,3577.61,-3902.33,197.823,-3.12412,0,0,0,1,300,100,1,0),(55772,2066,571,1,1,3412.08,-4633.41,231.581,-3.0194,0,0,0,1,300,100,1,0),(55773,2066,571,1,1,3410.89,-4473.62,234.912,2.6529,0,0,0,1,300,100,1,0),(55774,2066,571,1,1,3008.37,-455.71,125.329,2.40855,0,0,0,1,300,100,1,0),(55775,2066,571,1,1,2794.45,-319.599,130.055,-0.872664,0,0,0,1,300,100,1,0),(55776,2066,571,1,1,3814.31,-5150.52,119.093,3.14159,0,0,0,1,300,100,1,0),(55777,2066,571,1,1,4199.84,-3893.99,178.563,3.14159,0,0,0,1,300,100,1,0),(55778,2066,571,1,1,4105.48,-3923.36,172.495,1.06465,0,0,0,1,300,100,1,0),(55779,2066,571,1,1,792.73,-2912.89,7.16157,3.14159,0,0,0,1,300,100,1,0),(55780,2066,571,1,1,3100.36,-2269.45,97.1247,2.95832,0,0,0,1,300,100,1,0),(55781,2066,571,1,1,3849.87,-4535.43,209.231,2.33001,0,0,0,1,300,100,1,0),(55782,2066,571,1,1,3405.93,-4576.57,231.698,2.7838,0,0,0,1,300,100,1,0),(55783,2066,571,1,1,4965.51,-2309.95,245.027,-1.213,0,0,0,1,300,100,1,0),(55784,2066,571,1,1,4862.4,-2368.42,234.114,2.89724,0,0,0,1,300,100,1,0),(55785,2066,571,1,1,3645.16,-3854.16,191.173,-2.24274,0,0,0,1,300,100,1,0),(55786,2066,571,1,1,3026.96,-432.487,125.994,-2.27765,0,0,0,1,300,100,1,0),(55787,2066,571,1,1,2873.86,-337.621,114.497,-3.10665,0,0,0,1,300,100,1,0),(55788,2066,571,1,1,3090.7,-489.356,125.502,2.53945,0,0,0,1,300,100,1,0),(55789,2066,571,1,1,2930.28,-461.12,124.865,-3.14159,0,0,0,1,300,100,1,0),(55790,2066,571,1,1,3135.12,-551.325,120.817,2.05076,0,0,0,1,300,100,1,0),(55791,2066,571,1,1,3107.34,-562.613,118.742,1.85005,0,0,0,1,300,100,1,0),(55792,2066,571,1,1,2896.11,-337.982,113.327,3.08918,0,0,0,1,300,100,1,0),(55793,2066,571,1,1,2836.57,-393.988,118.529,-1.98967,0,0,0,1,300,100,1,0),(55794,2066,571,1,1,2855.64,-410.769,118.133,3.13992,0,0,0,1,300,100,1,0),(55795,2066,571,1,1,2846.49,-324.532,114.29,-0.846485,0,0,0,1,300,100,1,0),(55796,2066,571,1,1,3074.51,1594.6,156.236,2.87106,0,0,0,1,300,100,1,0),(55797,2066,571,1,1,4538.66,-4859.92,48.8111,-3.08045,0,0,0,1,300,100,1,0),(55798,2066,571,1,1,4538.93,-4874.36,48.5002,0.069812,0,0,0,1,300,100,1,0),(55799,2066,571,1,1,4952.66,5805.62,-65.1622,1.43675,0,0,0,1,300,100,1,0),(55800,2066,571,1,1,4869.32,5917.31,-40.3328,-2.32442,0,0,0,1,300,100,1,0),(55801,2066,571,1,1,4878.01,5918.23,-40.1703,-1.80083,0,0,0,1,300,100,1,0),(55802,2066,571,1,1,5008.53,5837.81,-71.5806,1.812,0,0,0,1,300,100,1,0),(55803,2066,571,1,1,4927.06,5783.75,-68.1538,1.66365,0,0,0,1,300,100,1,0),(55804,2066,571,1,1,5248.92,4440.56,-89.6379,1.21859,0,0,0,1,300,100,1,0),(55805,2066,571,1,1,4964.01,5917.07,-58.3421,-3.136,0,0,0,1,300,100,1,0),(55806,2066,571,1,1,3604.77,-4513.99,199.775,2.54818,0,0,0,1,300,100,1,0),(55807,2066,571,1,1,6330.7,-3990.39,462.239,-0.872664,0,0,0,1,300,100,1,0),(55808,2066,571,1,1,6307.2,-4013.9,464.334,2.2951,0,0,0,1,300,100,1,0),(55809,2066,571,1,1,6275.82,-3935.9,462.629,-0.767942,0,0,0,1,300,100,1,0),(55810,2066,571,1,1,6253.62,-3958.96,463.665,2.37364,0,0,0,1,300,100,1,0),(55811,2066,571,1,1,4066.58,-4386.27,260.491,2.25147,0,0,0,1,300,100,1,0),(55812,2066,571,1,1,4034.95,-4322.22,252.377,3.14159,0,0,0,1,300,100,1,0),(55813,2066,571,1,1,2826.49,-287.467,138.915,-2.22529,0,0,0,1,300,100,1,0),(55814,2066,571,1,1,3266.45,1090.08,131.443,2.522,0,0,0,1,300,100,1,0),(55815,2066,571,1,1,2888.95,1229.97,143.405,0.90757,0,0,0,1,300,100,1,0),(55816,2066,571,1,1,3009.09,1039.44,105.48,1.92859,0,0,0,1,300,100,1,0),(55817,2066,571,1,1,3106.53,-1420.27,57.4631,1.82387,0,0,0,1,300,100,1,0),(55818,2066,571,1,1,3037.71,-1387.69,57.4837,1.91986,0,0,0,1,300,100,1,0),(55819,2066,571,1,1,2934.88,-1412.46,59.9355,2.25147,0,0,0,1,300,100,1,0),(55820,2066,571,1,1,2862.19,-1457.58,60.7103,2.01585,0,0,0,1,300,100,1,0),(55821,2066,571,1,1,6498.05,-2266.78,293.448,-3.05433,0,0,0,1,300,100,1,0),(55822,2066,571,1,1,6456.33,-2315.48,292.972,3.14159,0,0,0,1,300,100,1,0),(55823,2066,571,1,1,6405.39,-2364.89,294.082,3.14159,0,0,0,1,300,100,1,0),(55824,2066,571,1,1,4873.88,5914.8,-40.4546,1.95162,0,0,0,1,300,100,1,0),(55825,2066,571,1,1,4105.65,-4738.53,100.43,2.35619,0,0,0,1,300,100,1,0),(55826,2066,571,1,1,6341.91,-2385.39,296.653,3.14159,0,0,0,1,300,100,1,0),(55827,2066,571,1,1,4070.44,-4141.01,211.111,2.28638,0,0,0,1,300,100,1,0),(55828,2066,571,1,1,7796.17,22.9878,1009.24,-2.64417,0,0,0,1,300,100,1,0),(55829,2066,571,1,1,6622.82,5110.75,-36.9646,2.87979,0,0,0,1,300,100,1,0),(55830,2066,571,1,1,5385.68,-2617.56,303.919,-3.02813,0,0,0,1,300,100,1,0),(55831,2066,571,1,1,8091.52,-212.005,848.257,3.13931,0,0,0,1,300,100,1,0),(55832,2066,571,1,1,3191.73,1482.1,150.78,2.67908,0,0,0,1,300,100,1,0),(55833,2066,571,1,1,3150.87,1500.52,150.996,2.97577,0,0,0,1,300,100,1,0),(55834,2066,571,1,1,8030.59,-236.609,846.58,-3.14124,0,0,0,1,300,100,1,0),(55835,2066,571,1,1,7996.73,-295.884,847.053,3.13629,0,0,0,1,300,100,1,0),(55836,2066,571,1,1,6363.72,-4069.68,463.034,-0.837757,0,0,0,1,300,100,1,0),(55837,2066,571,1,1,8183.69,75.6944,898.754,-2.66162,0,0,0,1,300,100,1,0),(55838,2066,571,1,1,6131.12,-420.892,413.87,-2.21656,0,0,0,1,300,100,1,0),(55839,2066,571,1,1,7759.26,42.8993,1009.24,-2.87979,0,0,0,1,300,100,1,0),(55840,2066,571,1,1,6387.94,-4046.78,463.113,-0.837757,0,0,0,1,300,100,1,0),(55841,2066,571,1,1,4884.83,5801.68,-56.3597,1.6462,0,0,0,1,300,100,1,0),(55842,2066,571,1,1,4855.57,5826.19,-50.4853,1.95163,0,0,0,1,300,100,1,0),(55843,2066,571,1,1,5011,5905.09,-63.8588,2.37923,0,0,0,1,300,100,1,0),(55844,2066,571,1,1,2831.95,-1420.61,47.2719,1.83259,0,0,0,1,300,100,1,0),(55845,2066,571,1,1,3533.18,3213.95,25.7893,-1.43117,0,0,0,1,300,100,1,0),(55846,2066,571,1,1,4257.2,-2487.38,230.804,2.21656,0,0,0,1,300,100,1,0),(55847,2066,571,1,1,4293.14,-2509.57,239.008,1.16064,0,0,0,1,300,100,1,0),(55848,2066,571,1,1,4338.54,-2541.38,245.227,2.37364,0,0,0,1,300,100,1,0),(55849,2066,571,1,1,2890.96,-2623.69,90.954,-1.01229,0,0,0,1,300,100,1,0),(55850,2066,571,1,1,6626.83,5185.03,-41.377,1.94604,0,0,0,1,300,100,1,0),(55852,2066,571,1,1,2800.62,-362.78,130.348,-0.139624,0,0,0,1,300,100,1,0),(55853,2066,571,1,1,2778.5,-230.392,138.261,-1.0472,0,0,0,1,300,100,1,0),(55854,2066,571,1,1,2786.54,-294.406,134.969,-1.87623,0,0,0,1,300,100,1,0),(55855,2066,571,1,1,2738.42,-252.929,140.562,-0.872664,0,0,0,1,300,100,1,0),(55856,2066,571,1,1,2730.57,-169.146,137.452,-0.628317,0,0,0,1,300,100,1,0),(55857,2066,571,1,1,3372.44,1175.74,138.367,1.28282,0,0,0,1,300,100,1,0),(55858,2066,571,1,1,6428.67,-2277.01,288.652,-3.14077,0,0,0,1,300,100,1,0),(55859,2066,571,1,1,6352.62,-2333.49,290.172,3.1397,0,0,0,1,300,100,1,0),(55860,2066,571,1,1,5260.59,4513.44,-84.672,2.2529,0,0,0,1,300,100,1,0),(55861,2066,571,1,1,7481.11,228.492,774.636,2.522,0,0,0,1,300,100,1,0),(55863,2066,571,1,1,7481.2,175.496,772.552,2.75761,0,0,0,1,300,100,1,0),(55864,2066,571,1,1,7478.82,145.842,772.918,2.96704,0,0,0,1,300,100,1,0),(55865,2066,571,1,1,7447.6,272.145,771.185,2.94088,0,0,0,1,300,100,1,0),(55866,2066,571,1,1,7417.84,275.408,772.233,2.92342,0,0,0,1,300,100,1,0),(55867,2066,571,1,1,7401.83,244.081,771.439,2.88851,0,0,0,1,300,100,1,0),(55868,2066,571,1,1,7396.9,214.846,771.262,2.8187,0,0,0,1,300,100,1,0),(55869,2066,571,1,1,7214.27,-119.668,777.656,-3.08918,0,0,0,1,300,100,1,0),(55870,2066,571,1,1,7183.8,-65.125,776.358,-2.83616,0,0,0,1,300,100,1,0),(55871,2066,571,1,1,6999.4,-1653.93,820,-1.92859,0,0,0,1,300,100,1,0),(55872,2066,571,1,1,6860.36,-1012.4,808.453,-2.53072,0,0,0,1,300,100,1,0),(55873,2066,571,1,1,6821.56,-1053.32,779.199,-1.05592,0,0,0,1,300,100,1,0),(55874,2066,571,1,1,6840.7,-1067.35,804.608,-2.25147,0,0,0,1,300,100,1,0),(55875,2066,571,1,1,6834.78,-1106.48,810.035,-3.07177,0,0,0,1,300,100,1,0),(55876,2066,571,1,1,6820.82,-1067.65,779.444,-1.4399,0,0,0,1,300,100,1,0),(55877,2066,571,1,1,6926.04,-1611.28,820.159,-2.21656,0,0,0,1,300,100,1,0),(55878,2066,571,1,1,6902.59,-1667.04,820.306,-2.47837,0,0,0,1,300,100,1,0),(55879,2066,571,1,1,4223.35,-2461.27,252.989,-1.87623,0,0,0,1,300,100,1,0),(55880,2066,571,1,1,6960.51,-1711.15,818.175,-2.06821,0,0,0,1,300,100,1,0),(55881,2066,571,1,1,4216.08,-2493.62,252.852,-2.30383,0,0,0,1,300,100,1,0),(55882,2066,571,1,1,7483.19,257.53,773.678,-2.93214,0,0,0,1,300,100,1,0),(55883,2066,571,1,1,7428.01,131.942,770.422,2.94959,0,0,0,1,300,100,1,0),(55884,2066,571,1,1,2833.26,-337.92,115.022,2.21656,0,0,0,1,300,100,1,0),(55885,2066,571,1,1,6847.32,-1038.63,803.73,-2.67035,0,0,0,1,300,100,1,0),(55886,2066,571,1,1,6933.04,-4648.81,468.348,2.36492,0,0,0,1,300,100,1,0),(55887,2066,571,1,1,6954.73,-4626.74,468.348,2.36492,0,0,0,1,300,100,1,0),(55888,2066,571,1,1,6969.54,-4432.77,459.078,-2.35619,0,0,0,1,300,100,1,0),(55889,2066,571,1,1,6945.24,-4371.51,478.804,-2.35619,0,0,0,1,300,100,1,0),(55890,2066,571,1,1,7001.83,-4428.1,478.804,-2.35619,0,0,0,1,300,100,1,0),(55891,2066,571,1,1,7036.55,-4393.39,478.804,-2.35619,0,0,0,1,300,100,1,0),(55892,2066,571,1,1,6979.95,-4336.8,478.804,-2.35619,0,0,0,1,300,100,1,0),(55893,2066,571,1,1,6939.9,-4403.13,459.078,-2.35619,0,0,0,1,300,100,1,0),(55894,2066,571,1,1,6726.81,-4691.68,478.795,0.767944,0,0,0,1,300,100,1,0),(55895,2066,571,1,1,6635.9,-4668.21,478.795,0.767944,0,0,0,1,300,100,1,0),(55896,2066,571,1,1,6691.5,-4725.78,478.795,0.767944,0,0,0,1,300,100,1,0),(55897,2066,571,1,1,6732.7,-4660.16,459.068,0.767944,0,0,0,1,300,100,1,0),(55898,2066,571,1,1,5850.04,584.501,623.815,-0.680677,0,0,0,1,300,100,1,0),(55899,2066,571,1,1,5725.06,-2932.93,323.516,2.01585,0,0,0,1,300,100,1,0),(55900,2066,571,1,1,5768.26,-2912.32,323.516,2.01585,0,0,0,1,300,100,1,0),(55901,2066,571,1,1,5855.07,-2905.77,362.361,2.01585,0,0,0,1,300,100,1,0),(55902,2066,571,1,1,5666.66,-2995.63,362.361,2.01585,0,0,0,1,300,100,1,0),(55903,2066,571,1,1,5959.4,-2341.97,340.713,-0.026179,0,0,0,1,300,100,1,0),(55904,2066,571,1,1,5902.43,-2340.43,340.713,-0.026179,0,0,0,1,300,100,1,0),(55905,2066,571,1,1,5406.57,-3363.58,346.422,-2.30383,0,0,0,1,300,100,1,0),(55906,2066,571,1,1,5317.51,-3573.7,410.116,0.837757,0,0,0,1,300,100,1,0),(55907,2066,571,1,1,5279.34,-3616.03,410.116,0.837757,0,0,0,1,300,100,1,0),(55908,2066,571,1,1,4896.1,-4809.26,32.1805,-0.724309,0,0,0,1,300,100,1,0),(55909,2066,571,1,1,3885.39,2893.62,106.538,-2.27765,0,0,0,1,300,100,1,0),(55910,2066,571,1,1,3787.64,2934.07,106.645,-2.41728,0,0,0,1,300,100,1,0),(55911,2066,571,1,1,4041.7,2325.18,168.995,-1.309,0,0,0,1,300,100,1,0),(55912,2066,571,1,1,4190.88,-1871.74,204.546,1.63188,0,0,0,1,300,100,1,0),(55913,2066,571,1,1,3874.05,-4544.81,225.523,2.96704,0,0,0,1,300,100,1,0),(55914,190994,571,1,1,2816.68,-465.05,150.798,-0.794123,0,0,-0.390731,0.920505,300,100,1,0),(55915,190482,571,1,1,5973.75,-2351.71,296.312,-1.23918,0,0,0,1,30,100,1,0),(55916,186641,571,1,1,829.297,-4721.36,-96.1444,3.12412,0,0,0,1,300,100,1,0),(55917,190482,571,1,1,5964.95,-2334.74,297.902,-2.426,0,0,0,1,30,100,1,0),(55918,190482,571,1,1,5887.41,-2340.23,299.34,0.59341,0,0,0,1,30,100,1,0),(55919,190482,571,1,1,5900.29,-2332.48,297.916,-0.558504,0,0,0,1,30,100,1,0),(55920,190482,571,1,1,5974.23,-2342.92,296.312,-1.88495,0,0,0,1,30,100,1,0),(55921,190482,571,1,1,5892.2,-2353.35,297.91,2.00713,0,0,0,1,30,100,1,0),(55922,190482,571,1,1,5911.04,-2344.1,299.303,0.314158,0,0,0,1,30,100,1,0),(55923,190482,571,1,1,5950.47,-2347.27,297.929,-1.0821,0,0,0,1,30,100,1,0),(55924,190482,571,1,1,5974.23,-2340.46,299.333,-2.44346,0,0,0,1,30,100,1,0),(55925,192019,571,1,1,1951.52,-6191.11,24.0483,0.157078,0,0,0,1,300,100,1,0),(67757,187902,571,1,1,2907.86,5425.38,58.7192,0.942477,0,0,0,1,180,0,1,0),(55927,193043,571,1,1,5462.18,-2599.91,306.817,1.48353,0,0,0,1,300,100,1,0),(55928,190995,571,1,1,2806.56,-469.077,126.829,-0.802851,0,0,-0.390731,0.920505,300,100,1,0),(55929,186899,571,1,1,-85.6176,-3542.88,7.6982,0.331613,0,0,-0.577145,0.816642,300,100,1,0),(55930,188691,571,1,1,4025.99,-3826.5,11.2314,-2.54818,0,0,0,1,300,100,1,0),(55931,188691,571,1,1,3996.34,-3837.59,38.4217,0.802851,0,0,0,1,300,100,1,0),(55932,188691,571,1,1,4048.56,-3722.74,25.3847,-2.07694,0,0,0,1,300,100,1,0),(55933,188691,571,1,1,4012.25,-3750.74,1.64791,0.645772,0,0,0,1,300,100,1,0),(55934,186641,571,1,1,813.341,-4697.53,-96.1444,-2.02458,0,0,0,1,300,100,1,0),(55935,188691,571,1,1,4052.26,-3776.41,1.97152,0.401425,0,0,0,1,300,100,1,0),(55936,188691,571,1,1,4082.2,-3817.28,35.3875,-3.01941,0,0,0,1,300,100,1,0),(55937,188691,571,1,1,4064.06,-3801.81,14.0096,-1.11701,0,0,0,1,300,100,1,0),(55938,188691,571,1,1,3960.46,-3757.11,39.5703,-1.8675,0,0,0,1,300,100,1,0),(55939,188691,571,1,1,4094.76,-3772.1,24.0171,0.698132,0,0,0,1,300,100,1,0),(55940,188691,571,1,1,3958.02,-3817.92,39.7661,-1.37881,0,0,0,1,300,100,1,0),(55941,188691,571,1,1,4086.05,-3816.69,34.5203,3.08918,0,0,0,1,300,100,1,0),(55942,188691,571,1,1,4063.88,-3836.23,40.5776,1.93731,0,0,0,1,300,100,1,0),(55943,188691,571,1,1,3972.38,-3734.41,37.0013,-0.261798,0,0,0,1,300,100,1,0),(55944,188691,571,1,1,4083.96,-3738.93,22.1431,-1.11701,0,0,0,1,300,100,1,0),(55945,188691,571,1,1,4197.03,-3797.06,120.007,-0.715585,0,0,0,1,300,100,1,0),(55946,188691,571,1,1,4210.81,-3882.56,178.463,0.471238,0,0,0,1,300,100,1,0),(55947,188691,571,1,1,4200.34,-3925.17,175.058,2.18166,0,0,0,1,300,100,1,0),(55948,188691,571,1,1,4181.22,-3888.27,178.762,-0.471238,0,0,0,1,300,100,1,0),(55949,188691,571,1,1,4186.33,-3782.27,124.754,-0.052359,0,0,0,1,300,100,1,0),(55950,188691,571,1,1,4200.9,-3967.74,172.651,-1.27409,0,0,0,1,300,100,1,0),(55951,188691,571,1,1,4007.56,-3715.48,222.234,-0.157079,0,0,0,1,300,100,1,0),(55952,188691,571,1,1,4101.14,-3917.13,174.196,-2.84488,0,0,0,1,300,100,1,0),(55953,188691,571,1,1,4093.2,-3931.06,173.996,2.37364,0,0,0,1,300,100,1,0),(55954,188691,571,1,1,4224.08,-3781.8,120.179,2.40855,0,0,0,1,300,100,1,0),(55955,188691,571,1,1,4201.08,-3947.84,173.37,2.37364,0,0,0,1,300,100,1,0),(55956,188691,571,1,1,4199.32,-3858.68,179.16,-1.88495,0,0,0,1,300,100,1,0),(55957,188691,571,1,1,4078.99,-3785.29,223.338,-2.65289,0,0,0,1,300,100,1,0),(55958,188691,571,1,1,3977.34,-3835.1,223.741,-1.23918,0,0,0,1,300,100,1,0),(55959,188691,571,1,1,4148.61,-3838.19,181.82,2.91469,0,0,0,1,300,100,1,0),(55960,188691,571,1,1,4023.17,-3844.7,222.841,-2.68781,0,0,0,1,300,100,1,0),(55961,188691,571,1,1,4229,-3805.32,119.108,3.08918,0,0,0,1,300,100,1,0),(55962,188691,571,1,1,4223.33,-3729.33,123.555,2.18166,0,0,0,1,300,100,1,0),(55963,189972,571,1,1,3841.37,-3425.31,294.62,0.104719,0,0,0,1,300,100,1,0),(55964,192020,571,1,1,1954.12,-6190.49,24.1268,1.52716,0,0,0,1,300,100,1,0),(67756,187902,571,1,1,2925.46,5586.5,50.9562,-2.14675,0,0,0,1,180,0,1,0),(55966,193044,571,1,1,5417.15,-2620.26,307.009,-0.087264,0,0,0,1,300,100,1,0),(55967,190996,571,1,1,2816.64,-480.005,126.829,2.35619,0,0,-0.390731,0.920505,300,100,1,0),(55968,186900,571,1,1,-87.145,-3538.43,7.6982,0.331613,0,0,-0.577145,0.816642,300,100,1,0),(55969,186641,571,1,1,807.775,-4695.8,-96.1444,-1.76278,0,0,0,1,300,100,1,0),(55970,188692,571,1,1,2173.3,5198.39,49.9813,-2.9845,0,0,0,1,300,100,1,0),(55971,188692,571,1,1,2334.02,5306.95,50.6327,1.22173,0,0,0,1,300,100,1,0),(55972,191253,571,1,1,3849.87,-4535.43,209.231,2.33001,0,0,0,1,300,100,1,0),(55973,192021,571,1,1,1951.46,-6196.25,23.6867,-2.94959,0,0,0,1,300,100,1,0),(67755,187902,571,1,1,2893.44,5521.45,56.8372,-0.453785,0,0,0,1,180,8,1,0),(55975,193045,571,1,1,5483.01,-2644.76,307.036,-0.017452,0,0,0,1,300,100,1,0),(55976,190997,571,1,1,2804.93,-491.309,126.829,2.35619,0,0,-0.390731,0.920505,300,100,1,0),(55977,186901,571,1,1,-88.7118,-3533.91,7.6982,0.331613,0,0,-0.577145,0.816642,300,100,1,0),(55978,186641,571,1,1,767.966,-4716.8,-96.1444,-0.226892,0,0,0,1,300,100,1,0),(55979,189973,571,1,1,6110.31,5017.04,-96.0614,-2.30383,0,0,0,1,60,100,1,0),(55980,189973,571,1,1,6535.68,4367.78,-41.9772,-0.191985,0,0,0,1,60,100,1,0),(55981,189973,571,1,1,4975.21,5654.09,-81.7152,-2.07694,0,0,0,1,60,100,1,0),(55982,189973,571,1,1,6321.95,4581.75,-72.075,-3.08918,0,0,0,1,60,100,1,0),(55983,189973,571,1,1,6458.25,4819.51,-64.2414,-0.279252,0,0,0,1,60,100,1,0),(55984,189973,571,1,1,6020.55,4873.04,-96.2333,1.18682,0,0,0,1,60,100,1,0),(55985,189973,571,1,1,5853.41,5854.78,-45.4272,1.62316,0,0,0,1,60,100,1,0),(55986,189973,571,1,1,6117.59,5504.88,-72.9239,0.541051,0,0,0,1,60,100,1,0),(55987,189973,571,1,1,6507.31,4587.95,-65.8256,2.89724,0,0,0,1,60,100,1,0),(55988,189973,571,1,1,3215.09,4554.83,27.0792,0.418879,0,0,0,1,60,100,1,0),(55989,189973,571,1,1,47.0133,-3476.37,40.6707,2.9845,0,0,0,1,60,100,1,0),(55990,189973,571,1,1,1500.19,-4926.48,121.708,0.558504,0,0,0,1,60,100,1,0),(55991,189973,571,1,1,3552.95,-5427.33,154.996,-0.453785,0,0,0,1,60,100,1,0),(55992,189973,571,1,1,2784.68,-53.3616,6.76848,0.157079,0,0,0,1,60,100,1,0),(55993,189973,571,1,1,560.203,-3262.71,25.24,-1.11701,0,0,0,1,60,100,1,0),(55994,189973,571,1,1,229.934,-4226.62,246.948,-0.506145,0,0,0,1,60,100,1,0),(55995,189973,571,1,1,588.035,-4342.72,209.357,-2.77507,0,0,0,1,60,100,1,0),(55996,189973,571,1,1,676.354,-4570.38,202.613,2.82743,0,0,0,1,60,100,1,0),(55997,189973,571,1,1,1739.6,-4479.3,174.531,-3.01941,0,0,0,1,60,100,1,0),(55998,189973,571,1,1,97.8165,-5457.1,382.618,0.279252,0,0,0,1,60,100,1,0),(55999,189973,571,1,1,1124.17,-5848.17,256.485,0.994837,0,0,0,1,60,100,1,0),(56000,189973,571,1,1,1310.47,-5877.75,288.416,-1.51844,0,0,0,1,60,100,1,0),(56001,189973,571,1,1,1096.95,-4173.11,155.282,1.79769,0,0,0,1,60,100,1,0),(56002,189973,571,1,1,195.123,-5373.36,328.475,-1.78023,0,0,0,1,60,100,1,0),(56003,189973,571,1,1,1255.25,-3507.65,168.869,0.628317,0,0,0,1,60,100,1,0),(56004,189973,571,1,1,1322.18,-6131,266.69,-1.55334,0,0,0,1,60,100,1,0),(56005,189973,571,1,1,381.217,-6014.47,324.777,-1.79769,0,0,0,1,60,100,1,0),(56006,189973,571,1,1,-158.733,-5051.98,310.221,-1.72787,0,0,0,1,60,100,1,0),(56007,189973,571,1,1,1770.26,-5421.02,193.465,-1.71042,0,0,0,1,60,100,1,0),(56008,189973,571,1,1,2133.49,-5458.84,238.163,1.55334,0,0,0,1,60,100,1,0),(56009,189973,571,1,1,2370.09,-5772.43,258.894,-1.72787,0,0,0,1,60,100,1,0),(56010,189973,571,1,1,4253.82,-4042.41,178.108,1.50098,0,0,0,1,60,100,1,0),(56011,189973,571,1,1,1057.07,-5625.11,221.238,1.91986,0,0,0,1,60,100,1,0),(56012,189973,571,1,1,1737.18,-3920.14,172.336,-1.72787,0,0,0,1,60,100,1,0),(56013,189973,571,1,1,4305.11,-1670.87,175.754,1.29154,0,0,0,1,60,100,1,0),(56014,189973,571,1,1,4296,-4929.02,31.3865,0.139624,0,0,0,1,60,100,1,0),(56015,189973,571,1,1,1850.87,-4194.96,214.796,-0.925024,0,0,0,1,60,100,1,0),(56016,189973,571,1,1,4421.06,-2435.53,243.975,0.453785,0,0,0,1,60,100,1,0),(56017,189973,571,1,1,2262.06,-4343.76,225.921,1.97222,0,0,0,1,60,100,1,0),(56018,189973,571,1,1,4439.94,-4247.46,163.761,-1.0472,0,0,0,1,60,100,1,0),(56019,189973,571,1,1,1833.81,-3177.36,153.982,0.59341,0,0,0,1,60,100,1,0),(56020,189973,571,1,1,3084.82,-1703.83,38.1401,2.67035,0,0,0,1,60,100,1,0),(56021,189973,571,1,1,3916.33,-5095.81,71.2295,-2.61799,0,0,0,1,60,100,1,0),(56022,189973,571,1,1,4426.87,-3512.35,238.082,0.034906,0,0,0,1,60,100,1,0),(56023,189973,571,1,1,3320.46,4003.46,26.6161,-1.50098,0,0,0,1,60,100,1,0),(56024,189973,571,1,1,2639.81,-2923.73,83.3869,-1.58825,0,0,0,1,60,100,1,0),(56025,189973,571,1,1,2388.45,-3126.38,156.902,0.680677,0,0,0,1,60,100,1,0),(56026,189973,571,1,1,4210.97,-2801.14,276.802,1.48353,0,0,0,1,60,100,1,0),(56027,189973,571,1,1,1923.85,-3033.76,146.825,-1.309,0,0,0,1,60,100,1,0),(56028,189973,571,1,1,2288.39,6280.81,52.1577,0.488691,0,0,0,1,60,100,1,0),(56029,189973,571,1,1,2914.64,6573.05,59.3377,3.05433,0,0,0,1,60,100,1,0),(56030,189973,571,1,1,1977.43,5687.39,42.5523,-2.44346,0,0,0,1,60,100,1,0),(56031,189973,571,1,1,1990.47,6090.41,34.9474,1.20428,0,0,0,1,60,100,1,0),(56032,189973,571,1,1,4609.05,5792.36,61.5603,1.09956,0,0,0,1,60,100,1,0),(56033,189973,571,1,1,4061.89,5820.99,75.4197,0.90757,0,0,0,1,60,100,1,0),(56034,189973,571,1,1,2906.82,5113.81,35.7411,2.61799,0,0,0,1,60,100,1,0),(56035,189973,571,1,1,3168.7,6205.48,87.6262,0.139624,0,0,0,1,60,100,1,0),(56036,189973,571,1,1,2425.78,5593.71,42.7016,-1.78023,0,0,0,1,60,100,1,0),(56037,189973,571,1,1,3916.44,5704.9,65.149,-1.83259,0,0,0,1,60,100,1,0),(56038,189973,571,1,1,4380.1,4964.81,25.4264,-2.91469,0,0,0,1,60,100,1,0),(56039,189973,571,1,1,4172.08,-2534.19,231.598,1.23918,0,0,0,1,60,100,1,0),(56040,191254,571,1,1,3642.22,-4608.66,191.802,2.46091,0,0,0,1,300,100,1,0),(56041,192022,571,1,1,1952.68,-6196.28,23.7447,2.38237,0,0,0,1,300,100,1,0),(67754,187902,571,1,1,2882.29,5595.94,51.5399,0.418879,0,0,0,1,180,0,1,0),(56043,190998,571,1,1,2792,-482.365,126.838,-0.741765,0,0,-0.390731,0.920505,300,100,1,0),(56044,186902,571,1,1,-81.8142,-3541.53,7.6982,-2.80997,0,0,-0.577145,0.816642,300,100,1,0),(56045,191766,571,1,1,4875.6,-2345.03,239.906,-1.79769,0,0,0,1,300,100,1,0),(56046,186641,571,1,1,775.867,-4746.29,-96.1444,0.890117,0,0,0,1,300,100,1,0),(56047,187670,571,1,1,3722.36,5673.47,32.2665,-1.74533,0,0,0,1,300,100,1,0),(56048,187670,571,1,1,3713.95,5729.07,62.1727,-2.86233,0,0,0,1,300,100,1,0),(56049,187670,571,1,1,3609.48,5697.26,68.1235,-2.3911,0,0,0,1,300,100,1,0),(56050,187670,571,1,1,3496.44,5676.19,60.7044,0.523598,0,0,0,1,300,100,1,0),(56051,187670,571,1,1,3745.09,5604.41,39.3856,2.26892,0,0,0,1,300,100,1,0),(56052,187670,571,1,1,3544.13,5481.48,28.6225,-1.37881,0,0,0,1,300,100,1,0),(56053,187670,571,1,1,3629.17,5633.74,30.0397,0.541051,0,0,0,1,300,100,1,0),(56054,187670,571,1,1,3659.36,5605.39,34.1367,-0.802851,0,0,0,1,300,100,1,0),(56055,187670,571,1,1,3631.3,5591.45,33.4325,-0.157079,0,0,0,1,300,100,1,0),(56056,187670,571,1,1,3549.14,5524.14,26.9473,2.07694,0,0,0,1,300,100,1,0),(56057,187670,571,1,1,3588,5528.82,26.9454,-0.855211,0,0,0,1,300,100,1,0),(56058,187670,571,1,1,3583.03,5567.06,26.9376,-0.209439,0,0,0,1,300,100,1,0),(56059,187670,571,1,1,3527.24,5482.36,55.6038,-2.54818,0,0,0,1,300,100,1,0),(56060,187670,571,1,1,3541.09,5549.35,64.4567,1.69297,0,0,0,1,300,100,1,0),(56063,187670,571,1,1,3709.9,5705.27,61.5398,-0.994837,0,0,0,1,300,100,1,0),(56064,191510,571,1,1,7724.88,114.99,1010.7,1.79769,0,0,0,1,300,100,1,0),(56065,192023,571,1,1,1924.75,-6152.44,22.9203,-2.33001,0,0,0,1,300,100,1,0),(56066,191511,571,1,1,6344.02,-1176.9,425.885,1.24791,0,0,0,1,300,100,1,0),(56067,191255,571,1,1,3604.77,-4513.99,199.775,2.54818,0,0,0,1,300,100,1,0),(67753,187902,571,1,1,2945.39,5572.96,50.234,-1.13446,0,0,0,1,180,0,1,0),(56069,190999,571,1,1,2862.76,-497.812,126.992,2.33874,0,0,-0.390731,0.920505,300,100,1,0),(56070,186903,571,1,1,-83.3416,-3537.08,7.6982,-2.80997,0,0,-0.577145,0.816642,300,100,1,0),(56071,186641,571,1,1,780.22,-4749.83,-96.1444,1.09956,0,0,0,1,300,100,1,0),(56072,186391,571,1,1,1472.23,-6373.61,6.90711,-0.698132,0,0,0,1,300,100,1,0),(56073,186391,571,1,1,1476.98,-6363.4,8.05179,-0.628317,0,0,0,1,300,100,1,0),(56074,186391,571,1,1,1566.43,-6298.5,8.06182,-1.41372,0,0,0,1,300,100,1,0),(56075,186391,571,1,1,1576.26,-6292.03,8.75268,-1.46608,0,0,0,1,300,100,1,0),(56076,188695,571,1,1,4513.71,1783.26,164.472,2.47837,0,0,0,1,300,100,1,0),(56077,188695,571,1,1,4481.87,1762.82,164.22,2.65289,0,0,0,1,300,100,1,0),(56078,186391,571,1,1,1578.9,-6253.08,15.4127,0.767944,0,0,0,1,300,100,1,0),(56079,186391,571,1,1,1500.28,-6192.93,15.1065,0.401425,0,0,0,1,300,100,1,0),(56080,187671,571,1,1,3657.13,5507.59,33.2869,2.54818,0,0,0,1,300,100,1,0),(56081,187671,571,1,1,3741.54,5524.67,39.6977,1.91986,0,0,0,1,300,100,1,0),(56082,187671,571,1,1,3709.9,5705.27,61.5398,-0.994837,0,0,0,1,300,100,1,0),(56083,187671,571,1,1,3673.29,5716.44,65.1916,-1.95477,0,0,0,1,300,100,1,0),(56084,187671,571,1,1,3562.35,5689.44,68.2825,-0.90757,0,0,0,1,300,100,1,0),(56085,187671,571,1,1,3736.86,5652.5,41.5803,0.139624,0,0,0,1,300,100,1,0),(56086,187671,571,1,1,3696.18,5656.23,32.5482,-0.785397,0,0,0,1,300,100,1,0),(56087,187671,571,1,1,3617.46,5512.38,32.7346,0.314158,0,0,0,1,300,100,1,0),(56088,187671,571,1,1,3668.08,5540.96,32.7895,-1.58825,0,0,0,1,300,100,1,0),(56089,187671,571,1,1,3697.22,5607.52,34.2504,0.226892,0,0,0,1,300,100,1,0),(56090,187671,571,1,1,3696.36,5552.01,36.0668,0.785397,0,0,0,1,300,100,1,0),(56091,187671,571,1,1,3587.46,5490.47,27.9796,-2.9845,0,0,0,1,300,100,1,0),(56092,187671,571,1,1,3616.75,5546.52,27.7214,0.296705,0,0,0,1,300,100,1,0),(56093,187671,571,1,1,3604.29,5553.5,27.0831,2.74016,0,0,0,1,300,100,1,0),(56094,187671,571,1,1,3574.5,5614.42,31.6249,-1.01229,0,0,0,1,300,100,1,0),(56095,187671,571,1,1,3491.78,5641.2,64.3114,-0.279252,0,0,0,1,300,100,1,0),(56096,187671,571,1,1,3508.26,5619.44,64.4238,-2.80997,0,0,0,1,300,100,1,0),(56097,187671,571,1,1,3642.52,5694.04,66.2527,-1.95477,0,0,0,1,300,100,1,0),(56098,192024,571,1,1,1918.54,-6154.67,22.9541,-1.87623,0,0,0,1,300,100,1,0),(56099,191512,571,1,1,6117.89,-709.023,385.571,-0.59341,0,0,0,1,300,100,1,0),(67752,187902,571,1,1,2971.09,5451.03,60.699,1.18682,0,0,0,1,180,0,1,0),(56101,191768,571,1,1,5940.67,613.079,661.579,-1.88367,0,0,-0.333807,0.942641,300,100,1,0),(56102,186904,571,1,1,-84.9083,-3532.57,7.6982,-2.80997,0,0,-0.577145,0.816642,300,100,1,0),(56103,189976,571,1,1,2707.67,-1969.32,5.69805,0.59341,0,0,0,1,300,100,1,0),(56104,189976,571,1,1,2705.28,-1973.4,5.69809,-3.10665,0,0,0,1,300,100,1,0),(56106,191513,571,1,1,6091.64,-735.8,382.087,-1.1781,0,0,0,1,300,100,1,0),(67751,187902,571,1,1,2826.84,5511.11,55.1035,-2.40855,0,0,0,1,180,0,1,0),(56108,192025,571,1,1,1929.99,-6156.67,24.0417,-2.39088,0,0,0,1,300,100,1,0),(56109,191769,571,1,1,5947.44,631.531,661.501,1.25792,0,0,-0.333807,0.942641,300,100,1,0),(56110,191001,571,1,1,2942.59,-345.929,114.655,2.00713,0,0,-0.754709,0.656059,300,100,1,0),(56111,187673,571,1,1,4548.66,5332.87,-30.2016,-2.77507,0,0,0,1,300,100,1,0),(56112,188697,571,1,1,2833.65,-1698.56,18.4688,-2.53072,0,0,0,1,300,100,1,0),(56113,186905,571,1,1,1549.83,-3239.8,70.3448,-1.23918,0,0,0,1,300,100,1,0),(56114,186905,571,1,1,1628.3,-3259.72,69.387,1.65806,0,0,0,1,300,100,1,0),(56115,188697,571,1,1,2710.62,-2320.16,21.211,-1.93731,0,0,0,1,300,100,1,0),(268680,188441,571,1,1,4602.43,751.855,95.8966,1.41784,0,0,0.651014,0.759065,120,100,1,0),(56117,189977,571,1,1,3997.31,-4512.54,197.257,3.08918,0,0,0,1,180,1,1,0),(268679,188441,571,1,1,4469.81,128.57,88.9256,1.13903,0,0,0.539224,0.842163,120,100,1,0),(268678,188441,571,1,1,4491.48,82.59,89.7548,0.153351,0,0,0.0766004,0.997062,120,100,1,0),(268677,188441,571,1,1,4509.16,62.8467,86.6415,3.51486,0,0,0.982634,-0.185552,120,100,1,0),(268676,188441,571,1,1,4502.46,95.6058,89.268,3.14179,0,0,1,-0.0000986298,120,100,1,0),(56122,191258,571,1,1,3405.93,-4576.57,231.698,2.7838,0,0,0,1,300,100,1,0),(56123,192026,571,1,1,1989.08,-6132.35,24.4362,-0.401425,0,0,0,1,300,100,1,0),(56124,191514,571,1,1,6042.87,-748.722,371.112,-1.14319,0,0,0,1,300,100,1,0),(67750,187902,571,1,1,2867.41,5481.69,53.5671,-2.46091,0,0,0,1,180,0,1,0),(56126,191002,571,1,1,2932.66,-344.341,114.655,0.523598,0,0,-0.754709,0.656059,300,100,1,0),(56127,188186,571,1,1,4796.18,-4471.67,199.993,-0.174532,0,0,0,1,300,100,1,0),(160604,189978,571,1,1,3304.73,-1804.23,85.4142,2.82743,0,0,0,1,600,255,1,0),(56129,189978,571,1,1,4007.11,2407.17,156.047,1.39626,0,0,0,1,900,255,1,0),(160027,189978,571,1,1,3137.75,3442.07,3.3502,0.40143,0,0,0,1,900,255,1,0),(160026,189978,571,1,1,3121.68,3765.48,9.0758,-2.80997,0,0,0,1,900,255,1,0),(160025,189978,571,1,1,3112.39,4653.8,7.5872,-1.98967,0,0,0,1,900,255,1,0),(56134,189978,571,1,1,3081.84,-305.744,132.055,-1.95477,0,0,0,1,900,255,1,0),(160024,189978,571,1,1,3099.81,4421.81,27.8759,2.56563,0,0,0,1,900,255,1,0),(56136,189978,571,1,1,3018.09,-843.896,-8.0462,2.91469,0,0,0,1,900,255,1,0),(56137,189978,571,1,1,3842.18,-1525.66,145.319,1.39626,0,0,0,1,900,255,1,0),(161100,189978,571,1,1,4859.57,-2766.92,293.176,1.39626,0,0,0,1,900,255,1,0),(160495,189979,571,1,1,1598.76,-5001.5,144.029,-0.5236,0,0,0,1,900,255,1,0),(56140,189978,571,1,1,3714.63,-472.245,164.65,1.97222,0,0,0,1,900,255,1,0),(160023,189978,571,1,1,3034.25,4541.6,9.2876,-0.68068,0,0,0,1,900,255,1,0),(56142,189978,571,1,1,3467.5,2723.65,75.5844,-0.680679,0,0,0,1,900,255,1,0),(56143,189978,571,1,1,3228.18,2558.42,37.522,1.5708,0,0,0,1,900,255,1,0),(56144,189978,571,1,1,4906.06,674.012,133.451,1.64061,0,0,0,1,900,255,1,0),(56145,189978,571,1,1,4170.08,2215.54,152.682,-0.087266,0,0,0,1,900,255,1,0),(56146,189978,571,1,1,2799.42,1179.38,120.143,-0.541051,0,0,0,1,900,255,1,0),(56147,189978,571,1,1,4831.12,-322.345,241.012,0.977383,0,0,0,1,900,255,1,0),(56148,189978,571,1,1,3086.23,2094.7,24.0527,-2.84488,0,0,0,1,900,255,1,0),(56149,189978,571,1,1,3339.21,1819.4,134.39,0.383971,0,0,0,1,900,255,1,0),(56150,189978,571,1,1,3033.34,466.673,22.5186,-0.628317,0,0,0,1,900,255,1,0),(56151,189978,571,1,1,3400.48,1316.46,94.5094,-1.02974,0,0,0,1,900,255,1,0),(56152,189978,571,1,1,3581.99,1027.94,59.537,-0.785397,0,0,0,1,900,255,1,0),(160494,189979,571,1,1,1541.42,-5149.82,182.17,2.35619,0,0,0,1,900,255,1,0),(160493,189979,571,1,1,1462.34,-5216.2,195.633,-1.6057,0,0,0,1,900,255,1,0),(160492,189979,571,1,1,1339.42,-5826.83,281.06,2.58308,0,0,0,1,900,255,1,0),(160491,189979,571,1,3,1257.94,-6169.47,234.71,-2.72271,0,0,0,1,900,255,1,0),(56157,189978,571,1,1,3443.35,1022.13,140.889,-2.79252,0,0,0,1,900,255,1,0),(160603,189978,571,1,1,3297.32,-4432.25,323.849,-1.71042,0,0,0,1,600,255,1,0),(160490,189979,571,1,1,1257.23,-6054.09,270.87,3.14159,0,0,0,1,900,255,1,0),(160489,189979,571,1,1,1118.23,-3437.52,182.967,2.65289,0,0,0,1,900,255,1,0),(160488,189979,571,1,1,1041.89,-4154.15,152.618,0.94248,0,0,0,1,900,255,1,0),(160487,189979,571,1,1,1016.76,-4291.67,174.077,2.75761,0,0,0,1,900,255,1,0),(160647,189978,571,1,1,4584.81,-4561.06,196.203,0.38397,0,0,0,1,600,255,1,0),(160486,189979,571,1,1,998.078,-5148.79,-57.7402,2.47837,0,0,0,1,900,255,1,0),(160485,189979,571,1,1,997.533,-3464.59,186.659,0.48869,0,0,0,1,900,255,1,0),(160484,189979,571,1,1,985.488,-5351.64,193.897,3.10665,0,0,0,1,900,255,1,0),(160646,189978,571,1,1,4560.34,-4972.12,48.4352,-2.53072,0,0,0,1,600,255,1,0),(160483,189979,571,1,1,937.882,-3032.45,48.7494,0.75049,0,0,0,1,900,255,1,0),(160482,189979,571,1,1,910.239,-3593.45,177.523,2.46091,0,0,0,1,900,255,1,0),(160481,189979,571,1,1,895.472,-4540.75,159.154,0.2618,0,0,0,1,900,255,1,0),(160480,189979,571,1,1,886.931,-4307.35,193.812,-1.72787,0,0,0,1,900,255,1,0),(160702,189979,571,1,1,3278.07,-4631.53,274.235,2.79252,0,0,0,1,600,255,1,0),(160479,189979,571,1,1,875.595,-3690.57,175.653,2.63544,0,0,0,1,900,255,1,0),(160478,189979,571,1,1,854.087,-5928.98,280.452,-1.3439,0,0,0,1,900,255,1,0),(160645,189978,571,1,1,4560.06,-2319.04,181.076,2.02458,0,0,0,1,600,255,1,0),(160644,189978,571,1,1,4448.33,-4800.28,40.7411,-2.33874,0,0,0,1,600,255,1,0),(160724,189979,571,1,1,3806.77,-3351.67,282.097,-1.98967,0,0,0,1,600,255,1,0),(160477,189979,571,1,1,837.785,-3214.38,20.0425,0.66322,0,0,0,1,900,255,1,0),(160643,189978,571,1,1,4408.61,-2408.18,228.998,-2.00713,0,0,0,1,600,255,1,0),(160476,189979,571,1,1,830.549,-5146.02,-89.1197,-2.82743,0,0,0,1,900,255,1,0),(160475,189979,571,1,3,788.804,-5611.92,231.818,2.63544,0,0,0,1,900,255,1,0),(160474,189979,571,1,1,785.268,-4710.47,189.725,0.7854,0,0,0,1,900,255,1,0),(160701,189979,571,1,1,3245.52,-4263.03,346.379,-1.71042,0,0,0,1,600,255,1,0),(161158,189978,571,1,1,5972.12,-3234.96,361.863,0.75049,0,0,0,1,900,255,1,0),(161148,189978,571,1,1,5697.81,-2317.47,288.629,1.13446,0,0,0,1,900,255,1,0),(161183,189978,571,1,1,6537.95,-4141.42,467.04,-0.10472,0,0,0,1,900,255,1,0),(161280,189979,571,1,1,5319.04,-4535.75,415.237,1.18682,0,0,0,1,900,255,1,0),(161267,189979,571,1,1,5138.82,-1427.07,246.807,-1.43117,0,0,0,1,900,255,1,0),(161167,189978,571,1,1,6131.64,-2383.84,301.084,-0.2618,0,0,0,1,900,255,1,0),(161132,189978,571,1,1,5355.56,-2016.31,235.924,2.58308,0,0,0,1,900,255,1,0),(161277,189979,571,1,1,5309.97,-2060.15,241.468,1.62316,0,0,0,1,900,255,1,0),(160208,189979,571,1,1,3735.66,7364.34,221.528,0.08727,0,0,0,1,900,255,1,0),(160207,189979,571,1,1,3679.23,4027.05,25.4779,-0.66322,0,0,0,1,900,255,1,0),(160206,189979,571,1,1,3673.78,5719.62,65.1652,-0.76794,0,0,0,1,900,255,1,0),(160205,189979,571,1,1,3647.92,4760.27,-21.7579,2.96704,0,0,0,1,900,255,1,0),(160204,189979,571,1,1,3641.54,7262.29,224.06,0.33161,0,0,0,1,900,255,1,0),(160203,189979,571,1,1,3637.1,4875.02,-4.4644,1.23918,0,0,0,1,900,255,1,0),(160202,189979,571,1,1,3629.54,3121.82,52.9232,2.04204,0,0,0,1,900,255,1,0),(160201,189979,571,1,1,3602.53,3264.46,29.1279,3.01941,0,0,0,1,900,255,1,0),(160056,189978,571,1,1,3673.78,5719.62,65.1652,-0.76794,0,0,0,1,900,255,1,0),(160022,189978,571,1,1,3027.79,4980.89,12.1247,-1.46608,0,0,0,1,900,255,1,0),(160200,189979,571,1,1,3597.66,7076.43,207.864,-0.80285,0,0,0,1,900,255,1,0),(160199,189979,571,1,1,3589.77,4352.25,-0.0799,0.69813,0,0,0,1,900,255,1,0),(160055,189978,571,1,1,3647.92,4760.27,-21.7579,2.96704,0,0,0,1,900,255,1,0),(56206,191770,571,1,1,6963.41,-703.786,764.838,-3.00195,0,0,0,1,300,100,1,0),(56207,191770,571,1,1,6987.68,-797.273,730.666,1.0821,0,0,0,1,300,100,1,0),(56208,191770,571,1,1,6950.64,-736.866,732.528,-1.58825,0,0,0,1,300,100,1,0),(56209,191770,571,1,1,6955.24,-739.983,732.487,-2.02458,0,0,0,1,300,100,1,0),(56210,191770,571,1,1,6986.32,-797.427,730.426,2.77507,0,0,0,1,300,100,1,0),(161263,189979,571,1,1,5124.54,-2863.14,292.838,-0.43633,0,0,0,1,900,255,1,0),(56212,191770,571,1,1,7103.58,-525.128,738.059,-0.715585,0,0,0,1,300,100,1,0),(160700,189979,571,1,1,3092.01,-3250.75,239.422,0.27925,0,0,0,1,600,255,1,0),(56214,191770,571,1,1,7104.04,-527.089,737.444,0.157079,0,0,0,1,300,100,1,0),(56215,191770,571,1,1,7097.76,-528.099,734.428,-1.74533,0,0,0,1,300,100,1,0),(56216,191770,571,1,1,7007.9,-457.691,776.817,1.43117,0,0,0,1,300,100,1,0),(56217,191770,571,1,1,7047.87,-654.271,733.603,1.71042,0,0,0,1,300,100,1,0),(56218,191770,571,1,1,7105.27,-366.292,784.523,-0.383971,0,0,0,1,300,100,1,0),(56219,191770,571,1,1,7006.75,-461.033,776.99,-2.53072,0,0,0,1,300,100,1,0),(160021,189978,571,1,1,2930.96,5704.17,48.5007,0.61086,0,0,0,1,900,255,1,0),(56221,191770,571,1,1,7021.31,-284.297,787.721,-1.83259,0,0,0,1,300,100,1,0),(56222,191259,571,1,1,3412.08,-4633.41,231.581,-3.0194,0,0,0,1,300,100,1,0),(56223,191515,571,1,1,6000.48,-736.788,372.458,-1.9984,0,0,0,1,300,100,1,0),(56224,191003,571,1,1,2940.09,-333.11,114.655,-0.916297,0,0,-0.754709,0.656059,300,100,1,0),(56225,186907,571,1,1,2777.65,-3537.82,166.415,-0.925024,0,0,0,1,300,100,0,0),(56226,188699,571,1,1,3999.57,-894.071,109.9,1.25664,0,0,0,1,300,100,1,0),(56227,188699,571,1,1,4011.58,-922.843,106.997,-1.32645,0,0,0,1,300,100,1,0),(56228,188699,571,1,1,4008.19,-965.07,106.04,0.837757,0,0,0,1,300,100,1,0),(56229,188699,571,1,1,3996.38,-973.938,105.252,2.32129,0,0,0,1,300,100,1,0),(56230,188699,571,1,1,4017.95,-946.433,104.947,1.98967,0,0,0,1,300,100,1,0),(56231,188699,571,1,1,3986.68,-892.093,119.935,2.49582,0,0,0,1,300,100,1,0),(56232,188699,571,1,1,3957.19,-877.309,121.075,0.628317,0,0,0,1,300,100,1,0),(56233,188699,571,1,1,3968.59,-895.294,119.315,0.087266,0,0,0,1,300,100,1,0),(56234,189978,571,1,1,2830.05,199.098,6.29898,2.93214,0,0,0,1,900,255,1,0),(160473,189979,571,1,1,733.277,-5463.26,245.284,-1.58825,0,0,0,1,900,255,1,0),(160642,189978,571,1,1,4303.79,-4978.64,23.5756,2.75761,0,0,0,1,600,255,1,0),(56237,188443,571,1,1,3846.21,-4532.44,209.548,-1.09956,0,0,0,1,300,100,1,0),(161260,189979,571,1,1,5104.01,-1243.18,252.967,2.25147,0,0,0,1,900,255,1,0),(161253,189979,571,1,1,4914.59,-1231.76,174.732,0.08727,0,0,0,1,900,255,1,0),(160198,189979,571,1,1,3575.17,5582.85,36.2144,1.36136,0,0,0,1,900,255,1,0),(56241,187675,571,1,1,3671.11,5557.07,64.8022,2.91469,0,0,0,1,300,100,1,0),(56242,191260,571,1,1,3410.89,-4473.62,234.912,2.6529,0,0,0,1,300,100,1,0),(56243,191516,571,1,1,6287.88,-1181.47,424.562,1.56207,0,0,0,1,300,100,1,0),(56246,191004,571,1,1,2943.88,-337.584,114.655,-2.94959,0,0,-0.754709,0.656059,300,100,1,0),(56247,186908,571,1,1,2782.73,-3568.71,163.875,0.628317,0,0,0,1,300,100,1,0),(56248,189980,571,1,1,4383.54,1975.39,390.425,0.261798,0,0,0,1,180,100,1,0),(162127,191133,571,1,1,5093.57,4341.18,-82.7253,3.08918,0,0,0,1,600,255,1,0),(162126,191133,571,1,1,5086.37,5098.74,-134.572,2.07694,0,0,0,1,600,255,1,0),(162125,191133,571,1,1,5079.8,5468.13,-88.7503,-0.27925,0,0,0,1,600,255,1,0),(162124,191133,571,1,1,5062.48,5031.56,-131.003,-1.22173,0,0,0,1,600,255,1,0),(162123,191133,571,1,1,5062.38,4526.64,-96.4765,0.20944,0,0,0,1,600,255,1,0),(162122,191133,571,1,1,5056.29,4819.88,-132.884,-2.19912,0,0,0,1,600,255,1,0),(162121,191133,571,1,1,5054.91,4412.61,-92.8146,1.22173,0,0,0,1,600,255,1,0),(162120,191133,571,1,1,5052.43,5887.01,-69.4098,-1.69297,0,0,0,1,600,255,1,0),(162119,191133,571,1,1,5015.7,4691.84,-91.0594,1.43117,0,0,0,1,600,255,1,0),(162118,191133,571,1,1,5013.69,5436.41,-94.5146,-1.0821,0,0,0,1,600,255,1,0),(162117,191133,571,1,1,4993.83,4180.02,-79.1709,0.01745,0,0,0,1,600,255,1,0),(162116,191133,571,1,1,4988.2,5373.05,-94.5907,1.36136,0,0,0,1,600,255,1,0),(162115,191133,571,1,1,4927.28,4328.63,-72.9263,0.59341,0,0,0,1,600,255,1,0),(162114,191133,571,1,1,4884.83,4321.19,-54.8871,-3.00195,0,0,0,1,600,255,1,0),(162113,191133,571,1,1,4866.02,4570.89,-60.3061,2.00713,0,0,0,1,600,255,1,0),(162112,191133,571,1,1,4847.24,5953.83,-15.9588,-1.15192,0,0,0,1,600,255,1,0),(162111,191133,571,1,1,4846.78,5769.55,-57.8889,2.56563,0,0,0,1,600,255,1,0),(162110,191133,571,1,1,4837.23,4160.79,-3.6381,-0.62832,0,0,0,1,600,255,1,0),(162109,191133,571,1,1,4794.45,5895.83,-30.9455,2.44346,0,0,0,1,600,255,1,0),(56268,188444,571,1,1,3846.21,-4534.04,209.404,2.75761,0,0,0,1,300,100,0,0),(56269,187676,571,1,1,3654.99,5558.21,64.1389,-0.610864,0,0,0,1,300,100,1,0),(56270,187676,571,1,1,3670.3,5575.24,65.0104,0.925024,0,0,0,1,300,100,1,0),(56271,187676,571,1,1,3686.95,5561.02,65.0278,-1.48353,0,0,0,1,300,100,1,0),(56272,187676,571,1,1,3666.13,5557.6,55.3273,3.01941,0,0,0,1,300,100,1,0),(56273,187676,571,1,1,3669.95,5550.14,54.613,-2.11185,0,0,0,1,300,100,1,0),(56274,187676,571,1,1,3661.4,5560.14,64.962,1.65806,0,0,0,1,300,100,1,0),(56275,187676,571,1,1,3681.69,5564.71,65.0939,2.54818,0,0,0,1,300,100,1,0),(56276,187676,571,1,1,3680.52,5549.36,65.0731,2.93214,0,0,0,1,300,100,1,0),(56277,187676,571,1,1,3663.64,5541.97,64.8959,-0.139624,0,0,0,1,300,100,1,0),(56278,187676,571,1,1,3671.82,5537.21,65.924,-1.64061,0,0,0,1,300,100,1,0),(56279,187676,571,1,1,3664.62,5555.1,54.6427,3.01941,0,0,0,1,300,100,1,0),(162805,189981,571,1,1,8292.72,-2688.02,1036.62,2.96704,0,0,0,1,900,255,1,0),(162467,189980,571,1,1,6679.29,-1365.29,392.181,2.87979,0,0,0,1,900,255,1,0),(162804,189981,571,1,1,8286.56,-212.827,889.271,0.76794,0,0,0,1,900,255,1,0),(162455,189980,571,1,1,6518.71,-1309.9,407.208,2.21656,0,0,0,1,900,255,1,0),(162803,189981,571,1,1,8239.63,-2988.43,1087.36,0.73304,0,0,0,1,900,255,1,0),(162802,189981,571,1,1,8223.97,-674.648,933.066,2.26892,0,0,0,1,900,255,1,0),(162801,189981,571,1,1,8196.15,-2734.56,1036.62,-2.84488,0,0,0,1,900,255,1,0),(162800,189981,571,1,1,8191.02,-2794.48,1044.14,-2.75761,0,0,0,1,900,255,1,0),(162799,189981,571,1,1,8184.4,-2399.48,1139.64,-0.69813,0,0,0,1,900,255,1,0),(162798,189981,571,1,1,8182.39,-729.494,929.576,1.3439,0,0,0,1,900,255,1,0),(162797,189981,571,1,1,8153.25,-392.846,1020.5,-2.94959,0,0,0,1,900,255,1,0),(162796,189981,571,1,1,8136.27,-286.253,867.359,2.37364,0,0,0,1,900,255,1,0),(162795,189981,571,1,3,8126.96,-1265.3,1018.43,-0.99484,0,0,0,1,900,255,1,0),(162794,189981,571,1,1,8125.98,-218.974,848.504,-1.09956,0,0,0,1,900,255,1,0),(56280,176951,409,1,1,601.672,-1174.61,-196.072,3.14159,0,0,-1,0,120,255,1,0),(67749,187902,571,1,1,2864.47,5502.8,56.5099,-2.77507,0,0,0,1,180,0,1,0),(56297,191005,571,1,1,2938.21,-340.988,112.847,-1.71042,0,0,-0.754709,0.656059,300,100,1,0),(56298,187677,571,1,1,3949.62,4100.64,47.5628,-2.86233,0,0,0,1,300,100,1,0),(56299,187677,571,1,1,3516.71,3548.25,42.8734,1.67551,0,0,0,1,300,100,1,0),(56300,188445,571,1,1,3127.04,2145.01,10.2115,0.855211,0,0,0,1,300,100,1,0),(56302,187677,571,1,1,3544.09,3612.01,38.3831,1.36136,0,0,0,1,300,100,1,0),(56303,187677,571,1,1,3520.42,3614.59,42.445,-2.68781,0,0,0,1,300,100,1,0),(56304,187677,571,1,1,3775.88,4012.05,27.9237,1.09956,0,0,0,1,300,100,1,0),(56305,187677,571,1,1,3574.94,3453.72,49.944,1.29154,0,0,0,1,300,100,1,0),(56306,187677,571,1,1,3528.21,3485.89,48.1985,1.36136,0,0,0,1,300,100,1,0),(56307,187677,571,1,1,3883.93,4084.45,33.321,2.19912,0,0,0,1,300,100,1,0),(56308,187677,571,1,1,3975.55,4021.85,55.8747,0.122173,0,0,0,1,300,100,1,0),(56309,187677,571,1,1,3482.61,3534.62,39.9644,1.16937,0,0,0,1,300,100,1,0),(56311,187677,571,1,1,3799.91,4113.03,27.5639,-2.51327,0,0,0,1,300,100,1,0),(56314,187677,571,1,1,3951.11,4135.89,49.7377,-0.802851,0,0,0,1,300,100,1,0),(56315,187677,571,1,1,3451.58,3628.18,14.4567,0.418879,0,0,0,1,300,100,1,0),(56316,187677,571,1,1,3861.38,4049.81,25.7264,-1.27409,0,0,0,1,300,100,1,0),(56318,187677,571,1,1,3446.6,3596.63,13.1428,1.25664,0,0,0,1,300,100,1,0),(56319,187677,571,1,1,3838.06,4110.5,27.8102,-0.558504,0,0,0,1,300,100,1,0),(56320,187677,571,1,1,3800.16,4059.6,27.2007,-1.16937,0,0,0,1,300,100,1,0),(56321,187677,571,1,1,3837.44,4003.4,28.9161,-2.96704,0,0,0,1,300,100,1,0),(56322,187677,571,1,1,3866.96,3972.5,40.0588,0.488691,0,0,0,1,300,100,1,0),(56323,187677,571,1,1,3807.83,3863.86,47.3019,-0.034906,0,0,0,1,300,100,1,0),(56324,187677,571,1,1,3838.67,3908.2,46.5357,-0.314158,0,0,0,1,300,100,1,0),(162108,191133,571,1,1,4738.39,4691.45,-56.7589,0.50615,0,0,0,1,600,255,1,0),(56327,187677,571,1,1,3808.58,3981.98,26.2411,-0.471238,0,0,0,1,300,100,1,0),(56328,187677,571,1,1,3743.05,3911.1,27.8382,-1.83259,0,0,0,1,300,100,1,0),(56329,187677,571,1,1,3762.83,3946.57,30.0247,2.32129,0,0,0,1,300,100,1,0),(56330,187677,571,1,1,3653.51,3926.07,27.2275,-2.1293,0,0,0,1,300,100,1,0),(56331,187677,571,1,1,3605.1,3955.72,26.0579,-1.20428,0,0,0,1,300,100,1,0),(56332,187677,571,1,1,3745.26,4004.29,28.8294,-1.18682,0,0,0,1,300,100,1,0),(56333,187677,571,1,1,3675.62,3866.67,27.1441,-0.279252,0,0,0,1,300,100,1,0),(56334,187677,571,1,1,3682.46,3965.27,27.2791,-1.58825,0,0,0,1,300,100,1,0),(56335,189980,571,1,1,4012.23,2581.06,358.498,-0.104719,0,0,0,1,180,100,1,0),(56336,187677,571,1,1,3531.61,3866.96,27.4905,0.628317,0,0,0,1,300,100,1,0),(56337,189980,571,1,1,4366.34,1737.62,367.385,-2.11185,0,0,0,1,180,100,1,0),(56338,187677,571,1,1,3604.21,3908.07,26.6716,-1.62316,0,0,0,1,300,100,1,0),(56339,187677,571,1,1,3887.29,4026.16,35.3714,0.244346,0,0,0,1,300,100,1,0),(56340,187677,571,1,1,3599.73,3846.4,35.9402,-0.628317,0,0,0,1,300,100,1,0),(56341,187677,571,1,1,3492.18,3657.29,37.7593,-1.29154,0,0,0,1,300,100,1,0),(56342,187677,571,1,1,3571.05,3710.43,38.175,0.558504,0,0,0,1,300,100,1,0),(56343,187677,571,1,1,3621.09,3776.78,46.0387,2.09439,0,0,0,1,300,100,1,0),(56344,187677,571,1,1,3556.92,3811.41,40.7744,2.07694,0,0,0,1,300,100,1,0),(56345,187677,571,1,1,3522.39,3726.12,40.4531,2.28638,0,0,0,1,300,100,1,0),(162107,191133,571,1,1,4737.14,4847.46,-67.218,1.65806,0,0,0,1,600,255,1,0),(56347,187677,571,1,1,3683.79,3697.1,49.3905,-0.890117,0,0,0,1,300,100,1,0),(56348,187677,571,1,1,3305.13,3788.19,28.6244,2.91469,0,0,0,1,300,100,1,0),(56349,187677,571,1,1,3335.03,3700.5,21.456,0.575957,0,0,0,1,300,100,1,0),(56350,187677,571,1,1,3938.38,3915.77,70.9477,-0.488691,0,0,0,1,300,100,1,0),(56352,187677,571,1,1,3835.08,4206.33,26.2458,-2.75761,0,0,0,1,300,100,1,0),(56353,187677,571,1,1,3652.24,3734.92,47.9076,0.872664,0,0,0,1,300,100,1,0),(56354,187677,571,1,1,3685.46,3771.31,47.9339,2.35619,0,0,0,1,300,100,1,0),(56355,187677,571,1,1,3696.29,3812.38,44.0425,0.418879,0,0,0,1,300,100,1,0),(56357,187677,571,1,1,3653.52,3988.04,26.9184,-2.91469,0,0,0,1,300,100,1,0),(56362,187677,571,1,1,3824.06,4181.26,24.7033,2.80997,0,0,0,1,300,100,1,0),(56369,187677,571,1,1,3824.93,4138.18,28.6601,1.98967,0,0,0,1,300,100,1,0),(56373,186397,571,1,1,1990.72,-3263.86,135.187,-1.22173,0,0,0,1,300,100,1,0),(56378,187677,571,1,1,3635.94,3693.69,37.5278,-0.925024,0,0,0,1,300,100,1,0),(56387,187677,571,1,1,3542.14,3937.08,27.6746,-0.418879,0,0,0,1,300,100,1,0),(56388,186397,571,1,1,2094.02,-3237.64,51.4787,-1.6057,0,0,0,1,300,100,1,0),(56389,187677,571,1,1,3463.53,3923.37,27.3598,2.70526,0,0,0,1,300,100,1,0),(56390,187677,571,1,1,3495.63,3884.85,28.2796,-2.47837,0,0,0,1,300,100,1,0),(56391,187677,571,1,1,3499.12,3820.31,34.8814,1.74533,0,0,0,1,300,100,1,0),(56392,186397,571,1,1,2094.54,-3238.31,147.749,0.610864,0,0,0,1,300,100,1,0),(56393,186397,571,1,1,1986.69,-3264.06,75.1026,1.36136,0,0,0,1,300,100,1,0),(56394,186397,571,1,1,2005.27,-3319.53,99.455,-1.51844,0,0,0,1,300,100,1,0),(56395,186397,571,1,1,1977.61,-3275.69,111.364,1.0821,0,0,0,1,300,100,1,0),(56396,186397,571,1,1,2031.73,-3243.89,68.0008,-1.8675,0,0,0,1,300,100,1,0),(56397,186397,571,1,1,2047.45,-3205.31,61.8836,1.3439,0,0,0,1,300,100,1,0),(56398,186397,571,1,1,1981.29,-3262.77,90.4417,1.79769,0,0,0,1,300,100,1,0),(56399,186397,571,1,1,2048.04,-3333.47,98.5714,-0.436332,0,0,0,1,300,100,1,0),(56400,186397,571,1,1,2003.35,-3240.48,81.1416,-1.0821,0,0,0,1,300,100,1,0),(56401,186397,571,1,1,2034.82,-3266.54,82.0512,1.29154,0,0,0,1,300,100,1,0),(56402,186397,571,1,1,2014.19,-3221.76,75.1411,3.05433,0,0,0,1,300,100,1,0),(56403,186397,571,1,1,2004.92,-3200.01,127.218,-1.48353,0,0,0,1,300,100,1,0),(56404,187677,571,1,1,3575.58,3877.72,28.4936,2.28638,0,0,0,1,300,100,1,0),(56413,187677,571,1,1,3295.42,3748.11,22.9559,-1.83259,0,0,0,1,300,100,1,0),(56414,187677,571,1,1,3350.24,3745.71,22.6475,-2.18166,0,0,0,1,300,100,1,0),(56415,187677,571,1,1,3327.34,3821.91,27.687,-0.506145,0,0,0,1,300,100,1,0),(56416,187677,571,1,1,3377.97,3780.73,27.0338,-0.733038,0,0,0,1,300,100,1,0),(56417,187677,571,1,1,3407.72,3808.59,27.5409,-1.01229,0,0,0,1,300,100,1,0),(56425,187677,571,1,1,3845.85,4135.23,32.3714,-2.32129,0,0,0,1,300,100,1,0),(56427,192541,571,1,1,8274.6,-2770.02,1037.84,-1.5708,0,0,0,1,300,100,1,0),(56428,192541,571,1,1,8238.11,-2746.06,1036.33,-0.785397,0,0,0,1,300,100,1,0),(56430,191773,571,1,1,6965.86,-707.155,766.104,2.21656,0,0,0,1,300,100,1,0),(56431,191773,571,1,1,6962.35,-704.406,765.482,1.36136,0,0,0,1,300,100,1,0),(56437,191773,571,1,1,6963.05,-705.193,765.255,2.74016,0,0,0,1,300,100,1,0),(56440,191773,571,1,1,6988.76,-796.219,730.463,0.104719,0,0,0,1,300,100,1,0),(56441,191773,571,1,1,6987.3,-791.894,730.224,2.00713,0,0,0,1,300,100,1,0),(56442,191773,571,1,1,7052.23,-748.694,734.215,0.174532,0,0,0,1,300,100,1,0),(56443,191773,571,1,1,7007.25,-459.083,776.634,-2.14675,0,0,0,1,300,100,1,0),(56444,191773,571,1,1,7090.46,-536.174,732.302,1.81514,0,0,0,1,300,100,1,0),(56445,192541,571,1,1,8179.06,-2869.05,1139.58,-2.84488,0,0,0,1,300,100,1,0),(162793,189981,571,1,1,8106.1,-2241.15,1167.39,-0.34907,0,0,0,1,900,255,1,0),(56447,191773,571,1,1,7044.24,-659.721,733.516,-0.733038,0,0,0,1,300,100,1,0),(56448,191773,571,1,1,6799.99,-132.345,739.709,2.47837,0,0,0,1,300,100,1,0),(56449,191773,571,1,1,6986.84,-240.747,787.265,-1.65806,0,0,0,1,300,100,1,0),(56450,191773,571,1,1,7095.04,-396.033,776.395,0.977383,0,0,0,1,300,100,1,0),(56451,191773,571,1,1,6836.2,-172.543,746.027,2.91469,0,0,0,1,300,100,1,0),(162792,189981,571,1,1,8069.04,-2777.4,1050.31,-1.23918,0,0,0,1,900,255,1,0),(56456,187677,571,1,1,3583.16,3915.4,28.9214,-1.16937,0,0,0,1,300,100,1,0),(56459,186654,571,1,1,421.714,-4648.43,246.773,-1.48353,0,0,0,1,300,100,1,0),(56462,191774,571,1,1,4677.24,-5508.53,25.0488,-1.07338,0,0,0,1,300,100,1,0),(56463,188446,571,1,1,3482.68,2569.76,202.228,0.174532,0,0,0,1,300,100,1,0),(56465,191006,571,1,1,5706.16,730.102,641.745,-0.820303,0,0,0,1,300,100,1,0),(56466,186910,571,1,1,2753.9,-3527.16,168.576,0.610864,0,0,0,1,300,100,0,0),(56467,188702,571,1,1,4036.56,-2900.59,275.398,1.11701,0,0,0,1,300,100,1,0),(56468,188702,571,1,1,4036.7,-2877.99,276.363,2.67035,0,0,0,1,300,100,1,0),(56469,188702,571,1,1,4006.85,-2819.51,279.612,1.0472,0,0,0,1,300,100,1,0),(56470,188702,571,1,1,4216.53,-3011.08,283.57,-2.72271,0,0,0,1,300,100,1,0),(56471,188702,571,1,1,4219.58,-2975.23,283.166,2.35619,0,0,0,1,300,100,1,0),(56472,188702,571,1,1,4024.58,-2833.62,280.331,2.44346,0,0,0,1,300,100,1,0),(56473,188702,571,1,1,4168.98,-2953.75,283.169,-2.87979,0,0,0,1,300,100,1,0),(56474,188702,571,1,1,4191.68,-2991.18,283.15,-0.069812,0,0,0,1,300,100,1,0),(56475,188702,571,1,1,4073.73,-2885.69,281.546,0.017452,0,0,0,1,300,100,1,0),(56476,192542,571,1,1,8140.1,-2708.32,1030.14,0.244346,0,0,0,1,300,100,1,0),(56477,192542,571,1,1,8116.27,-2705.39,1028.63,2.56563,0,0,0,1,300,100,1,0),(56478,192542,571,1,1,8139.56,-2920.99,1051.06,1.85005,0,0,0,1,300,100,1,0),(56479,192542,571,1,1,8211.02,-2842.72,1139.92,0.157079,0,0,0,1,300,100,1,0),(56480,190495,571,1,1,7793.19,-2950.45,1257.73,0.550021,0,0,0,1,300,100,1,0),(56481,191775,571,1,1,4615.23,-5482.16,2.24842,-2.18166,0,0,0,1,300,100,1,0),(67748,187902,571,1,1,2783.39,5517.33,50.1798,2.91469,0,0,0,1,180,0,1,0),(56484,191519,571,1,1,6035.04,-654.259,369.996,-1.50098,0,0,0,1,300,100,1,0),(56485,191007,571,1,1,5699.58,735.469,641.769,2.02458,0,0,0,1,300,100,1,0),(56486,189983,571,1,1,4248.9,-4074.3,183.659,0,0,0,0,1,300,100,1,0),(56487,189983,571,1,1,4376.02,-3844.09,207.745,-2.40855,0,0,0,1,300,100,1,0),(56488,186911,571,1,1,2775.97,-3511.65,168.577,-2.53072,0,0,0,1,300,100,1,0),(56489,189983,571,1,1,4392.61,-3903.11,187.747,-1.02974,0,0,0,1,300,100,1,0),(56490,189983,571,1,1,4283.73,-3948.21,193.074,0.90757,0,0,0,1,300,100,1,0),(56491,189983,571,1,1,4341.05,-3811.11,224.614,1.01229,0,0,0,1,300,100,1,0),(56492,189983,571,1,1,4243.55,-4009.02,177.023,-2.68781,0,0,0,1,300,100,1,0),(56493,189983,571,1,1,4564.54,-4023.89,190.437,-1.78023,0,0,0,1,300,100,1,0),(56494,189983,571,1,1,4314.54,-4351.65,167.472,-1.29154,0,0,0,1,300,100,1,0),(56495,189983,571,1,1,4364.48,-4344.53,158.723,-2.86233,0,0,0,1,300,100,1,0),(56496,189983,571,1,1,4341.76,-4391.17,155.174,1.5708,0,0,0,1,300,100,1,0),(56497,189983,571,1,1,4387.81,-4408.78,149.274,-0.872664,0,0,0,1,300,100,1,0),(56498,189983,571,1,1,4379.32,-4113.86,184.262,0.750491,0,0,0,1,300,100,1,0),(56499,189983,571,1,1,4350.35,-4076.8,185.575,1.41372,0,0,0,1,300,100,1,0),(56500,189983,571,1,1,4356.78,-4288.35,161.708,-1.79769,0,0,0,1,300,100,1,0),(56501,189983,571,1,1,4525.33,-3988.27,189.033,-2.28638,0,0,0,1,300,100,1,0),(56502,189983,571,1,1,4330.51,-3753.89,249.001,-2.04204,0,0,0,1,300,100,1,0),(56503,189983,571,1,1,4406.1,-4045.81,177.419,-2.49582,0,0,0,1,300,100,1,0),(56504,189983,571,1,1,4349.05,-3915.68,196.498,-0.017452,0,0,0,1,300,100,1,0),(56505,189983,571,1,1,4440.93,-3890.56,191.015,1.5708,0,0,0,1,300,100,1,0),(56506,189983,571,1,1,4290.68,-3798.9,239.45,1.51844,0,0,0,1,300,100,1,0),(56507,189983,571,1,1,4439.57,-4319.01,159.814,2.60053,0,0,0,1,300,100,1,0),(56508,189983,571,1,1,4485.31,-4004.67,184.955,-1.95477,0,0,0,1,300,100,1,0),(56509,189983,571,1,1,4428.95,-3952.07,182.715,-2.26892,0,0,0,1,300,100,1,0),(56510,189983,571,1,1,4396.83,-4019.92,177.945,2.33874,0,0,0,1,300,100,1,0),(56511,189983,571,1,1,4387.61,-3946.63,183.439,1.88495,0,0,0,1,300,100,1,0),(56512,189983,571,1,1,4508.69,-4291.37,166.98,3.00195,0,0,0,1,300,100,1,0),(56513,189983,571,1,1,4415.23,-4379.69,151.691,2.3911,0,0,0,1,300,100,1,0),(56514,189983,571,1,1,4433.49,-4400,149.337,-1.98967,0,0,0,1,300,100,1,0),(56515,189983,571,1,1,4429.29,-3921.38,186.263,-2.25147,0,0,0,1,300,100,1,0),(56516,189983,571,1,1,4457.85,-4354.57,158.337,-2.51327,0,0,0,1,300,100,1,0),(56517,189983,571,1,1,4364.72,-4241.48,162.395,-0.785397,0,0,0,1,300,100,1,0),(56518,189983,571,1,1,4479.03,-4331.76,161.69,-3.08918,0,0,0,1,300,100,1,0),(56519,189983,571,1,1,4537.99,-4109.02,176.223,-2.84488,0,0,0,1,300,100,1,0),(56520,189983,571,1,1,4485.37,-4243.1,164.937,-2.19912,0,0,0,1,300,100,1,0),(56521,189983,571,1,1,4459.25,-4207.4,166.335,0.90757,0,0,0,1,300,100,1,0),(56522,189983,571,1,1,4500.82,-4132.95,173.721,1.48353,0,0,0,1,300,100,1,0),(56523,189983,571,1,1,4464.55,-4301.2,161.342,-1.36136,0,0,0,1,300,100,1,0),(56524,189983,571,1,1,4410.73,-4171.58,171.851,-1.13446,0,0,0,1,300,100,1,0),(56525,189983,571,1,1,4423.38,-4246.53,162.706,-0.610864,0,0,0,1,300,100,1,0),(56531,189983,571,1,1,4502.75,-4057.36,175.196,2.51327,0,0,0,1,300,100,1,0),(56532,189983,571,1,1,4415.14,-4144.11,176.829,1.8675,0,0,0,1,300,100,1,0),(56533,188703,571,1,1,4014.87,-2847.12,277.415,2.23402,0,0,0,1,300,100,1,0),(56534,188703,571,1,1,4043.92,-2822.92,285.786,1.53589,0,0,0,1,300,100,1,0),(56535,188703,571,1,1,4056.85,-2866.76,278.78,-1.91986,0,0,0,1,300,100,1,0),(56536,188703,571,1,1,4128.07,-2860.23,282.827,2.42601,0,0,0,1,300,100,1,0),(56537,188703,571,1,1,4096.56,-2900.13,280.125,1.25664,0,0,0,1,300,100,1,0),(56538,192543,571,1,1,8166.9,-2784.17,1038.16,-0.436332,0,0,0,1,300,100,1,0),(56539,192543,571,1,1,8192.47,-2899.15,1048.63,0.575957,0,0,0,1,300,100,1,0),(56540,192543,571,1,1,8245.5,-2827.62,1050.56,-2.35619,0,0,0,1,300,100,1,0),(56541,192543,571,1,1,8220.58,-2823.43,1048.7,-2.84488,0,0,0,1,300,100,1,0),(56542,192543,571,1,1,8315.75,-2780.6,1040.25,3.10665,0,0,0,1,300,100,1,0),(56543,190496,571,1,1,7796,-2953.44,1257.73,2.93214,0,0,0,1,300,100,1,0),(56544,191776,571,1,1,4531.44,-5617.97,24.9743,1.32645,0,0,0,1,300,100,1,0),(67747,187902,571,1,1,3018.71,5588.94,52.5645,1.58825,0,0,0,1,180,0,1,0),(56548,188448,571,1,1,3322.29,2525.66,197.317,-2.00713,0,0,0,1,300,100,1,0),(56549,188448,571,1,1,3330.35,2501.59,197.317,2.49582,0,0,0,1,300,100,1,0),(56550,188448,571,1,1,3354.73,2510.03,197.317,2.89724,0,0,0,1,300,100,1,0),(56551,186656,571,1,1,434.97,-4640.96,245.911,-2.26892,0,0,0,1,300,100,1,0),(56552,191008,571,1,1,5712.68,724.845,641.736,0.890117,0,0,0,1,300,100,1,0),(56553,188448,571,1,1,3143.92,575.005,60.1857,0.610864,0,0,0,1,300,100,1,0),(56554,188448,571,1,1,3101.32,452.932,75.4006,2.94959,0,0,0,1,300,100,1,0),(56555,192544,571,1,1,8171.86,-2846.69,1034.64,-2.91469,0,0,0,1,300,100,1,0),(56556,186912,571,1,1,694.573,-5213.76,-61.636,-0.261798,0,0,0,1,300,100,1,0),(56557,186912,571,1,1,643.059,-5224.26,-36.0737,1.98967,0,0,0,1,300,100,1,0),(56558,192544,571,1,1,8170.9,-2804.35,1040.49,-1.62316,0,0,0,1,300,100,1,0),(56559,192544,571,1,1,8218.25,-2874.23,1054.1,-0.541051,0,0,0,1,300,100,1,0),(56560,192544,571,1,1,8240.36,-2880.14,1057.87,-2.25147,0,0,0,1,300,100,1,0),(56561,192544,571,1,1,8266.37,-2840.71,1051.46,1.83259,0,0,0,1,300,100,1,0),(56562,186913,571,1,1,-137.998,-3540.92,2.91101,0.270526,0,0,0,1,300,100,1,0),(56563,191521,571,1,1,6126.48,-1070.95,403.103,-1.78023,0,0,0,1,300,100,1,0),(67746,187902,571,1,1,3008.62,5597.17,52.55,0.087266,0,0,0,1,180,0,1,0),(56567,186657,571,1,1,446.616,-4631.5,245.877,0.331611,0,0,0,1,300,100,1,0),(56568,191009,571,1,1,5925.85,593.25,640.563,-1.23918,0,0,0,1,300,100,1,0),(56569,190497,571,1,1,4972.08,4347.71,-64.3379,-1.06465,0,0,0,1,300,100,1,0),(56570,190497,571,1,1,4985.39,4353.42,-61.7973,-1.37881,0,0,0,1,300,100,1,0),(56571,190497,571,1,1,4992.23,4356.61,-70.6224,-1.32645,0,0,0,1,300,100,1,0),(56572,192545,571,1,1,8113.08,-2820.65,1046.78,1.0472,0,0,0,1,300,100,1,0),(56573,188705,571,1,1,3993.8,-2804.26,276.682,-1.83259,0,0,0,1,300,100,1,0),(56574,188705,571,1,1,4038.29,-2852.03,279.254,-1.58825,0,0,0,1,300,100,1,0),(56575,188705,571,1,1,4078.43,-2865.67,283.276,-0.506145,0,0,0,1,300,100,1,0),(56576,188705,571,1,1,4135.11,-2887.07,278.901,-1.79769,0,0,0,1,300,100,1,0),(56577,192545,571,1,1,8195.24,-2711.36,1031.21,0.052359,0,0,0,1,300,100,1,0),(56578,192545,571,1,1,8292.83,-2732.25,1038.89,0.541051,0,0,0,1,300,100,1,0),(56579,192545,571,1,1,8088.57,-2927.56,1134.89,-2.46091,0,0,0,1,300,100,1,0),(56580,186914,571,1,1,-130.753,-3529.8,3.33778,-1.24791,0,0,0,1,300,100,1,0),(67745,187902,571,1,1,2997,5639.11,51.3894,-1.20428,0,0,0,1,180,0,1,0),(56582,192034,571,1,1,3875.36,1514.43,128.255,1.5711,0,0,0.707107,0.707107,300,100,1,0),(56583,192034,571,1,1,3229.4,-2209.96,153.567,-1.96319,0,0,-0.83147,0.55557,300,100,1,0),(56584,188706,571,1,1,4405.27,-2499.55,252.958,1.91986,0,0,0,1,180,1,1,0),(56586,191010,571,1,1,5946.98,568.479,640.573,1.6057,0,0,0,1,300,100,1,0),(56587,190498,571,1,1,5935.22,-2349.08,293.841,-2.37364,0,0,0,1,300,100,1,0),(56588,192546,571,1,1,8084.28,-2791.44,1047.94,0.733038,0,0,0,1,300,100,1,0),(56589,192546,571,1,1,8120.27,-2846,1043.58,0.244346,0,0,0,1,300,100,1,0),(56590,192546,571,1,1,8284.93,-2697.99,1034.41,1.55334,0,0,0,1,300,100,1,0),(56591,192546,571,1,1,8160.04,-2874.23,1143.33,-1.48353,0,0,0,1,300,100,1,0),(56592,186915,571,1,1,-124.601,-3547.02,3.38022,1.9635,0,0,0,1,300,100,1,0),(67744,191485,571,1,1,2609.44,5795.6,46.599,3.11539,0,0,0,1,180,0,1,0),(56594,192035,571,1,1,3808.44,1514.43,128.233,1.5708,0,0,0.707107,0.707107,300,100,1,0),(56595,192035,571,1,1,3291.23,-2235.57,153.545,-1.9635,0,0,-0.83147,0.55557,300,100,1,0),(56596,187683,571,1,2,3008.07,6704.17,13.4093,0.366518,0,0,0,1,300,100,1,0),(56597,188451,571,1,1,5154.35,-3035.39,278.555,2.42601,0,0,0,1,300,100,1,0),(56598,188451,571,1,1,5153.22,-3038.48,278.555,0.942477,0,0,0,1,300,100,1,0),(56599,188451,571,1,1,5151.17,-3036.42,278.555,-1.88495,0,0,0,1,300,100,1,0),(56600,191011,571,1,1,5945.81,577.357,640.574,1.79769,0,0,0,1,300,100,1,0),(56601,186403,571,1,1,1787.43,-3342.43,82.9236,-0.90757,0,0,0,1,300,100,1,0),(56602,186403,571,1,1,1692.05,-3281.44,74.425,2.96704,0,0,0,1,300,100,1,0),(56603,186403,571,1,1,1775.83,-3307.74,87.1527,-1.91986,0,0,0,1,300,100,1,0),(56604,186403,571,1,1,1505.62,-3466.52,78.9162,-1.72787,0,0,0,1,300,100,1,0),(56605,186403,571,1,1,1518.43,-3441.24,75.2905,-0.575957,0,0,0,1,300,100,1,0),(56606,186403,571,1,1,1491.96,-3413.2,92.305,2.16421,0,0,0,1,300,100,1,0),(56607,186403,571,1,1,1497.77,-3438.4,87.3229,1.11701,0,0,0,1,300,100,1,0),(56608,186403,571,1,1,1544.59,-3436.41,100.152,-2.18166,0,0,0,1,300,100,1,0),(56609,186403,571,1,1,1542.51,-3411.31,100.97,2.04204,0,0,0,1,300,100,1,0),(56610,186403,571,1,1,1522.41,-3423.46,96.9833,-1.36136,0,0,0,1,300,100,1,0),(56611,186403,571,1,1,1646.52,-3263.36,3.26638,-0.034906,0,0,0,1,300,100,1,0),(56612,186403,571,1,1,1623.05,-3304.41,6.1923,-0.750491,0,0,0,1,300,100,1,0),(56613,186403,571,1,1,1590.12,-3328.21,6.20305,1.62316,0,0,0,1,300,100,1,0),(56614,186403,571,1,1,1638.64,-3383.84,20.4897,-0.052359,0,0,0,1,300,100,1,0),(56615,186403,571,1,1,1624.95,-3462.66,30.3758,1.91986,0,0,0,1,300,100,1,0),(56616,186403,571,1,1,1670.82,-3302.36,81.2235,-0.383971,0,0,0,1,300,100,1,0),(56617,186403,571,1,1,1685.32,-3299.3,79.5826,-0.785397,0,0,0,1,300,100,1,0),(56618,186403,571,1,1,1728.49,-3345.73,82.0351,0.401425,0,0,0,1,300,100,1,0),(56619,186403,571,1,1,1718.89,-3300.63,80.5078,-2.28638,0,0,0,1,300,100,1,0),(56620,186403,571,1,1,1696.12,-3311.36,81.9264,-2.86233,0,0,0,1,300,100,1,0),(56621,186403,571,1,1,1750.9,-3353.58,82.0005,-2.16421,0,0,0,1,300,100,1,0),(56622,186403,571,1,1,1747.23,-3297.19,81.4195,1.74533,0,0,0,1,300,100,1,0),(56623,186403,571,1,1,1560.68,-3470.61,55.5635,-1.85005,0,0,0,1,300,100,1,0),(56624,186403,571,1,1,1584.46,-3480.6,49.4378,-2.44346,0,0,0,1,300,100,1,0),(56625,186403,571,1,1,1519.58,-3492.66,58.26,2.30383,0,0,0,1,300,100,1,0),(56626,186403,571,1,1,1529.79,-3474.3,60.2963,-2.82743,0,0,0,1,300,100,1,0),(56627,186403,571,1,1,1527.69,-3201.78,68.7656,0.541051,0,0,0,1,300,100,1,0),(56628,186403,571,1,1,1496.19,-3506.01,60.8089,1.67551,0,0,0,1,300,100,1,0),(56629,186403,571,1,1,1535.18,-3605.02,114.14,2.65289,0,0,0,1,300,100,1,0),(56630,186403,571,1,1,1544.62,-3532.54,111.502,-3.07177,0,0,0,1,300,100,1,0),(56631,186403,571,1,1,1584.3,-3541.11,108.563,1.5708,0,0,0,1,300,100,1,0),(56632,186403,571,1,1,1537.04,-3478.21,105.8,2.94959,0,0,0,1,300,100,1,0),(56633,186403,571,1,1,1652.56,-3321.05,81.0227,-0.872664,0,0,0,1,300,100,1,0),(56634,186403,571,1,1,1684.83,-3253.79,73.2603,-0.383971,0,0,0,1,300,100,1,0),(56635,186403,571,1,1,1535.76,-3217.78,68.9628,1.0472,0,0,0,1,300,100,1,0),(56636,186403,571,1,1,1499.84,-3257.44,75.4396,2.47837,0,0,0,1,300,100,1,0),(56637,186403,571,1,1,1482.24,-3322.38,65.4527,3.08918,0,0,0,1,300,100,1,0),(56638,186403,571,1,1,1537.97,-3331.4,57.1755,1.81514,0,0,0,1,300,100,1,0),(56639,186403,571,1,1,1484.95,-3531.71,61.5304,-2.28638,0,0,0,1,300,100,1,0),(56640,186403,571,1,1,1547.03,-3416.83,60.3479,2.77507,0,0,0,1,300,100,1,0),(56641,186403,571,1,1,1507.8,-3529.11,57.7383,-1.79769,0,0,0,1,300,100,1,0),(56642,186403,571,1,1,1527.03,-3513.65,57.9424,-0.750491,0,0,0,1,300,100,1,0),(56643,186403,571,1,1,1630.48,-3445.49,77.0958,2.96704,0,0,0,1,300,100,1,0),(56644,186403,571,1,1,1662.81,-3421.72,79.0674,1.6057,0,0,0,1,300,100,1,0),(56645,186403,571,1,1,1656.06,-3583.05,107.724,-1.18682,0,0,0,1,300,100,1,0),(56646,186403,571,1,1,1608.94,-3426.62,74.6969,-2.44346,0,0,0,1,300,100,1,0),(56647,186403,571,1,1,1649.8,-3377.7,80.6712,-0.122173,0,0,0,1,300,100,1,0),(56648,186403,571,1,1,1611.79,-3355.36,77.2356,-1.25664,0,0,0,1,300,100,1,0),(56649,186659,571,1,1,2294.96,-5236.72,228.123,-3.07177,0,0,0,1,300,100,1,0),(56650,186659,571,1,1,2275.06,-5388.83,222.525,1.71042,0,0,0,1,300,100,1,0),(56651,186659,571,1,1,2244.3,-5355.3,232.733,-2.07694,0,0,0,1,300,100,1,0),(56652,186659,571,1,1,2329.93,-5376.04,230.907,0.855211,0,0,0,1,300,100,1,0),(56653,186916,571,1,1,-117.123,-3536.7,3.51106,-2.84488,0,0,0,1,300,100,1,0),(56654,188452,571,1,1,3309.21,-2341.57,110.914,-1.33518,0,0,0,1,300,100,1,0),(67743,191485,571,1,1,2647.95,5934.26,8.3729,3.02085,0,0,0,1,180,0,1,0),(56656,192036,571,1,1,3809.64,1437.94,128.393,1.55373,0,0,0.707107,0.707107,300,100,1,0),(56657,192036,571,1,1,3319.39,-2164.45,153.705,-1.98055,0,0,-0.83147,0.55557,300,100,1,0),(56658,191012,571,1,1,5934.66,590.688,640.575,-1.6057,0,0,0,1,300,100,1,0),(56659,190500,571,1,1,4831.02,4692.83,-67.9981,0.226892,0,0,0,1,300,100,1,0),(56660,190500,571,1,1,4824.58,4262.67,-36.2068,-1.51844,0,0,0,1,300,100,1,0),(56661,187684,571,1,2,2718.59,6770.34,4.99108,-1.44862,0,0,0,1,300,100,1,0),(56662,190500,571,1,1,4796.59,4224.81,-22.2435,0.680677,0,0,0,1,300,100,1,0),(56663,190500,571,1,1,4866.2,4616.57,-69.0196,0.296705,0,0,0,1,300,100,1,0),(56664,190500,571,1,1,4938.87,4859.63,-94.9213,-0.95993,0,0,0,1,300,100,1,0),(56665,190500,571,1,1,4912.39,4849.36,-101.39,-2.51327,0,0,0,1,300,100,1,0),(56666,190500,571,1,1,4890.12,4826.26,-100.963,-1.51844,0,0,0,1,300,100,1,0),(56667,190500,571,1,1,4877.52,4858.54,-94.0537,-2.89724,0,0,0,1,300,100,1,0),(56668,190500,571,1,1,4850.73,4578.76,-63.2957,0.802851,0,0,0,1,300,100,1,0),(56669,190500,571,1,1,4897.9,4892.41,-110.475,1.20428,0,0,0,1,300,100,1,0),(56670,190500,571,1,1,4921.5,4818.5,-94.1785,-1.90241,0,0,0,1,300,100,1,0),(56671,190500,571,1,1,4892.42,4530.67,-68.5104,-0.890117,0,0,0,1,300,100,1,0),(56672,190500,571,1,1,4795.33,4784.33,-81.6026,-1.72787,0,0,0,1,300,100,1,0),(56673,190500,571,1,1,4910.68,4929.28,-110.838,1.55334,0,0,0,1,300,100,1,0),(56674,190500,571,1,1,4787.96,4267.36,-46.9509,-2.56563,0,0,0,1,300,100,1,0),(56675,190500,571,1,1,4797.01,4300.89,-57.0355,-2.44346,0,0,0,1,300,100,1,0),(56676,190500,571,1,1,4762.41,4241.44,-20.1991,0.209439,0,0,0,1,300,100,1,0),(56677,190500,571,1,1,4740.6,4349.06,-42.8023,-1.15192,0,0,0,1,300,100,1,0),(56678,190500,571,1,1,4762.29,4290.82,-32.64,2.68781,0,0,0,1,300,100,1,0),(56679,190500,571,1,1,4809.12,4290.98,-44.4235,-2.28638,0,0,0,1,300,100,1,0),(56680,190500,571,1,1,4783.72,4449.52,-65.2621,1.41372,0,0,0,1,300,100,1,0),(56681,190500,571,1,1,4801.48,4532.41,-66.3494,1.15192,0,0,0,1,300,100,1,0),(56682,190500,571,1,1,4827.41,4581.93,-61.7725,-1.18682,0,0,0,1,300,100,1,0),(56683,190500,571,1,1,4849.33,4604.23,-67.9236,1.48353,0,0,0,1,300,100,1,0),(56684,190500,571,1,1,4788.75,4740.78,-78.5895,0.680677,0,0,0,1,300,100,1,0),(56685,190500,571,1,1,4750.25,4626.83,-57.7074,-0.052359,0,0,0,1,300,100,1,0),(56686,190500,571,1,1,4790.94,4537.65,-72.3839,-1.15192,0,0,0,1,300,100,1,0),(56687,190500,571,1,1,4833.67,4347.14,-56.8403,-1.32645,0,0,0,1,300,100,1,0),(56688,190500,571,1,1,4768.71,4526.27,-60.0518,0.663223,0,0,0,1,300,100,1,0),(56689,190500,571,1,1,4867.84,4648.72,-68.6589,1.76278,0,0,0,1,300,100,1,0),(56690,186660,571,1,1,2341,-5488.16,241.582,-2.82743,0,0,0,1,300,100,1,0),(56691,186660,571,1,1,2291.82,-5263.22,222.056,2.82743,0,0,0,1,300,100,1,0),(56692,186660,571,1,1,2299.96,-5366.97,222.629,-1.76278,0,0,0,1,300,100,1,0),(56693,186660,571,1,1,2336.26,-5251.7,216.568,-1.44862,0,0,0,1,300,100,1,0),(56694,186660,571,1,1,2296.22,-5292.13,216.405,0.523598,0,0,0,1,300,100,1,0),(56695,191780,571,1,1,5587.94,-1286.04,234.057,-2.51327,0,0,0,1,300,100,1,0),(56696,191780,571,1,1,5662.48,-1300.49,229.783,0.034906,0,0,0,1,300,100,1,0),(56697,191780,571,1,1,5857.47,-1436.08,230.642,-2.02458,0,0,0,1,300,100,1,0),(56698,191780,571,1,1,5583.89,-1377.35,233.864,0.820303,0,0,0,1,300,100,1,0),(56699,191780,571,1,1,5870.03,-1528.45,229.925,-2.14675,0,0,0,1,300,100,1,0),(56700,191780,571,1,1,5806.87,-1410.98,231.843,-3.05433,0,0,0,1,300,100,1,0),(56701,191780,571,1,1,5595.84,-1460.59,230.45,2.21656,0,0,0,1,300,100,1,0),(56702,187684,571,1,2,2896.54,6780.32,12.9679,2.56563,0,0,0,1,300,100,1,0),(56703,187684,571,1,2,2971.75,6721.16,13.974,-2.04204,0,0,0,1,300,100,1,0),(56704,187684,571,1,2,2874.22,6764.17,13.5694,0.95993,0,0,0,1,300,100,1,0),(56705,187684,571,1,2,2853.06,6752.25,13.9106,-2.60053,0,0,0,1,300,100,1,0),(56706,186917,571,1,1,-106.056,-3616.05,1.18001,2.95831,0,0,0,1,300,100,1,0),(56707,188453,571,1,1,3312.17,-2338.18,111.023,-1.37881,0,0,0,1,300,100,1,0),(67742,191485,571,1,1,2583.62,5808.28,-12.4097,-1.25054,0,0,0,1,180,0,1,0),(56709,192037,571,1,1,3875.36,1438.12,128.258,1.57072,0,0,0.707107,0.707107,300,100,1,0),(56710,192037,571,1,1,3258.6,-2139.46,153.57,-1.96357,0,0,-0.83147,0.55557,300,100,1,0),(56711,187685,571,1,2,2693.24,6850.63,-0.430674,0.314158,0,0,0,1,300,100,1,0),(56712,191013,571,1,1,5697.49,744.912,641.819,-0.663223,0,0,0,1,300,100,1,0),(56713,186661,571,1,1,2408.18,-5252,241.204,-3.07177,0,0,0,1,300,100,1,0),(56714,186661,571,1,1,2265.38,-5359.21,222.765,1.36136,0,0,0,1,300,100,1,0),(56715,191781,571,1,1,5592.48,-1346.14,234.131,0.802851,0,0,0,1,300,100,1,0),(56716,191781,571,1,1,5773.73,-1591.52,232.627,-0.872664,0,0,0,1,300,100,1,0),(56717,191781,571,1,1,5649.93,-1511.14,229.306,2.3911,0,0,0,1,300,100,1,0),(56718,187685,571,1,2,2984.51,6707.81,22.4964,-0.226892,0,0,0,1,300,100,1,0),(56719,187685,571,1,2,2820.13,6881.84,-0.801223,0.349065,0,0,0,1,300,100,1,0),(56720,187685,571,1,2,3020.25,6754.09,6.61999,0.087266,0,0,0,1,300,100,1,0),(56721,187685,571,1,2,2841.01,6741.66,17.1168,-0.244346,0,0,0,1,300,100,1,0),(56722,187685,571,1,2,2962.12,6828.7,4.23179,0.087266,0,0,0,1,300,100,1,0),(56723,187685,571,1,2,2953.85,6779.55,9.24787,1.67551,0,0,0,1,300,100,1,0),(56725,186918,571,1,1,-107.528,-3604.75,2.6168,-2.66162,0,0,0,1,300,100,1,0),(56726,188710,571,1,1,442.13,-4555.78,245.471,-2.94088,0,0,0,1,300,100,1,0),(56727,192038,571,1,257,5797.39,-1597.18,234.389,2.10312,0,0,0,1,300,100,1,0),(67741,191485,571,1,1,2576.32,5824,-12.3931,-1.25054,0,0,0,1,180,0,1,0),(56729,188454,571,1,1,4239.98,5259.04,71.5141,2.68781,0,0,0,1,300,100,1,0),(56730,188454,571,1,1,4200.16,5265.49,31.2576,-2.30383,0,0,0,1,300,100,1,0),(56732,186662,571,1,1,1032.58,-5153.86,-51.1602,-1.64061,0,0,0,1,300,100,1,0),(56733,191014,571,1,1,5941.66,584.887,640.574,0.331611,0,0,0,1,300,100,1,0),(56735,191782,571,1,1,5535.81,-1372.14,237.025,1.36136,0,0,0,1,300,100,1,0),(56736,191782,571,1,1,5815.33,-1348,229.957,1.44862,0,0,0,1,300,100,1,0),(56737,191782,571,1,1,5832.86,-1566.26,235.7,-0.767944,0,0,0,1,300,100,1,0),(56738,191782,571,1,1,5684.11,-1299.37,233.074,-2.77507,0,0,0,1,300,100,1,0),(56739,191782,571,1,1,5658.75,-1479.89,232.592,-2.51327,0,0,0,1,300,100,1,0),(56740,187686,571,1,2,2889.72,6867.94,0.653299,0.209439,0,0,0,1,300,100,1,0),(56741,187686,571,1,2,2911.18,6819.97,5.73685,-1.39626,0,0,0,1,300,100,1,0),(56742,187686,571,1,2,2885.68,6794.51,6.53434,0.174532,0,0,0,1,300,100,1,0),(56743,187686,571,1,2,2912.68,6794.05,8.66388,2.04204,0,0,0,1,300,100,1,0),(56744,189991,571,1,1,4332.58,-2945.84,332.013,2.51327,0,0,0.951057,0.309017,300,100,1,0),(56745,186919,571,1,1,-120.299,-3595,2.85126,-1.5708,0,0,0,1,300,100,1,0),(56746,188455,571,1,1,3814.31,-5150.52,119.093,3.14159,0,0,0,1,300,100,1,0),(67740,191485,571,1,1,2553.19,5862.97,29.2471,-1.70613,0,0,0,1,180,0,1,0),(56748,50983,571,1,1,5030.18,1244.78,229.461,-1.26536,0,0,-0.59131,0.806444,300,100,1,0),(56749,191783,571,1,1,5611.24,-1309,232.394,-3.08918,0,0,0,1,300,100,1,0),(56750,191783,571,1,1,5852.3,-1498.82,229.905,-0.820303,0,0,0,1,300,100,1,0),(56751,191783,571,1,1,5776.37,-1374.63,230.446,1.58825,0,0,0,1,300,100,1,0),(56752,191783,571,1,1,5712.93,-1547.14,229.439,-2.00713,0,0,0,1,300,100,1,0),(56753,187687,571,1,2,3098.73,6711.04,2.29729,-0.052359,0,0,0,1,300,100,1,0),(56754,187687,571,1,2,2757.88,6822,0.305025,-1.44862,0,0,0,1,300,100,1,0),(56755,187687,571,1,2,2806.79,6848.26,0.265214,1.48353,0,0,0,1,300,100,1,0),(56756,187687,571,1,2,3078.33,6727.97,2.81489,2.09439,0,0,0,1,300,100,1,0),(56757,187687,571,1,2,3037.48,6772.06,0.373934,-2.26892,0,0,0,1,300,100,1,0),(56758,187687,571,1,2,2989.42,6778.08,7.43388,1.39626,0,0,0,1,300,100,1,0),(56759,187687,571,1,2,2846.46,6805.55,3.9417,-2.00713,0,0,0,1,300,100,1,0),(56760,187687,571,1,2,2926.37,6738.17,13.6298,1.69297,0,0,0,1,300,100,1,0),(56761,187687,571,1,2,2979.66,6743.77,12.0556,1.41372,0,0,0,1,300,100,1,0),(56762,186920,571,1,1,-132.988,-3599.58,2.17193,-1.09083,0,0,0,1,300,100,1,0),(56763,190504,571,1,1,5217.83,-1313.24,241.776,2.62672,0,0,0,1,300,100,1,0),(67739,191485,571,1,1,2625.17,5771.25,44.8499,-1.25054,0,0,0,1,180,0,1,0),(56765,189992,571,1,1,3863.79,953.659,57.0372,0.698132,0,0,0,1,300,100,1,0),(56772,189992,571,1,1,3891.36,974.522,57.355,-2.35619,0,0,0,1,300,100,1,0),(56773,189992,571,1,1,3796.92,947.773,61.5764,-0.034906,0,0,0,1,300,100,1,0),(56774,189992,571,1,1,3848.12,865.352,56.8124,-2.53072,0,0,0,1,300,100,1,0),(56775,189992,571,1,1,3797.78,983.648,59.3593,2.74016,0,0,0,1,300,100,1,0),(56776,189992,571,1,1,3771.34,956.361,69.1555,-0.942477,0,0,0,1,300,100,1,0),(56777,189992,571,1,1,3767.38,971.714,69.9796,1.58825,0,0,0,1,300,100,1,0),(56778,189992,571,1,1,3801.05,995.441,56.438,-1.36136,0,0,0,1,300,100,1,0),(56779,189992,571,1,1,3771.42,932.265,67.9207,-1.69297,0,0,0,1,300,100,1,0),(56780,189992,571,1,1,3749.05,907.771,62.0943,-1.09956,0,0,0,1,300,100,1,0),(56781,189992,571,1,1,3887.97,897.167,56.7736,2.56563,0,0,0,1,300,100,1,0),(56782,189992,571,1,1,3734.15,899.217,58.2914,-1.15192,0,0,0,1,300,100,1,0),(56783,189992,571,1,1,3845.01,1007.26,56.7855,2.18166,0,0,0,1,300,100,1,0),(56784,189992,571,1,1,3755.09,1002.77,67.1819,2.37364,0,0,0,1,300,100,1,0),(56785,189992,571,1,1,3689.07,952.267,60.2225,-0.506145,0,0,0,1,300,100,1,0),(56786,189992,571,1,1,3601.98,1055.91,61.1882,2.91469,0,0,0,1,300,100,1,0),(56787,189992,571,1,1,3747.02,1036.43,55.149,-0.715585,0,0,0,1,300,100,1,0),(56788,189992,571,1,1,3713.14,907.593,58.2014,-2.68781,0,0,0,1,300,100,1,0),(56789,189992,571,1,1,3792.75,1096.22,56.1365,3.03684,0,0,0,1,300,100,1,0),(56796,189992,571,1,1,3706.4,1023.84,56.3844,-0.366518,0,0,0,1,300,100,1,0),(56827,186921,571,1,1,-139.052,-3614.1,1.12189,-0.017452,0,0,0,1,300,100,1,0),(56828,190505,571,1,1,5174.45,-2183.49,236.539,-0.619591,0,0,0,1,300,100,1,0),(67738,191485,571,1,1,2637.8,5941.25,9.69038,-1.25054,0,0,0,1,180,0,1,0),(56830,192553,571,1,1,5959.4,-2341.97,340.713,-0.026179,0,0,-0.01309,0.999914,300,100,1,0),(56831,192553,571,1,1,5317.51,-3573.7,410.116,0.837757,0,0,0.406737,0.913545,300,100,1,0),(56832,186665,571,1,1,2374.69,-5815.59,257.293,1.37881,0,0,0,1,300,100,1,0),(56833,186665,571,1,1,2152.68,-5508.87,239.734,-2.44346,0,0,0,1,300,100,1,0),(56834,186665,571,1,1,2156.34,-5796.37,223.563,0.994837,0,0,0,1,300,100,1,0),(56835,186665,571,1,1,2099.59,-5779.8,223.157,0.890117,0,0,0,1,300,100,1,0),(56836,186665,571,1,1,2148.32,-5455.22,240.527,-1.02974,0,0,0,1,300,100,1,0),(56837,186665,571,1,1,1951.45,-5657.03,212.469,0.628317,0,0,0,1,300,100,1,0),(56838,188457,571,1,1,3098.94,2100.85,15.3925,0.366518,0,0,0,1,300,100,1,0),(56839,188457,571,1,1,3182.1,2280.54,3.66392,0.994837,0,0,0,1,300,100,1,0),(56840,188457,571,1,1,3147.39,2161.73,10.4409,-0.488691,0,0,0,1,300,100,1,0),(56841,188457,571,1,1,3110.33,2132.29,13.2572,-2.56563,0,0,0,1,300,100,1,0),(56842,188457,571,1,1,3146.2,2189.36,8.0295,-2.02458,0,0,0,1,300,100,1,0),(56843,188457,571,1,1,3181.48,2312.61,3.33999,2.04204,0,0,0,1,300,100,1,0),(56844,188457,571,1,1,3151.61,2258.08,4.26358,0.366518,0,0,0,1,300,100,1,0),(56845,188457,571,1,1,3143.99,2222.82,6.44192,-0.087266,0,0,0,1,300,100,1,0),(56846,188457,571,1,1,3105.56,2074.74,22.1608,-0.593412,0,0,0,1,300,100,1,0),(56847,188457,571,1,1,3204.93,2329.9,17.9528,-1.74533,0,0,0,1,300,100,1,0),(56848,187689,571,1,1,4466.98,5402.61,100.076,1.85005,0,0,0,1,300,100,1,0),(56849,187689,571,1,1,4501.18,5292.75,-28.2235,-1.69297,0,0,0,1,300,100,1,0),(56850,187689,571,1,1,4462.61,5447.06,-18.5384,-2.40855,0,0,0,1,300,100,1,0),(56851,188713,571,1,1,2826.99,-461.36,159.657,-1.98967,0,0,0,1,300,100,1,0),(56852,187689,571,1,1,4417.18,5298.74,-23.1834,0.994837,0,0,0,1,300,100,1,0),(56853,186665,571,1,1,2189.57,-5609.9,227.827,-1.09956,0,0,0,1,300,100,1,0),(56854,187689,571,1,1,4421.66,5411.43,80.4578,2.80997,0,0,0,1,300,100,1,0),(56855,187689,571,1,1,4459.97,5435.54,89.3255,1.15192,0,0,0,1,300,100,1,0),(56856,187689,571,1,1,4470.58,5397.59,101.985,-2.46091,0,0,0,1,300,100,1,0),(56857,187689,571,1,1,4278.04,5311.77,54.5637,2.75761,0,0,0,1,300,100,1,0),(56858,187689,571,1,1,4473.87,5434,88.8859,-1.67551,0,0,0,1,300,100,1,0),(56859,187689,571,1,1,4462.37,5484.69,58.8301,0.645772,0,0,0,1,300,100,1,0),(56861,187689,571,1,1,4364.44,5452.59,48.9757,2.87979,0,0,0,1,300,100,1,0),(56862,187689,571,1,1,4353.86,5502.3,49.0939,-2.9845,0,0,0,1,300,100,1,0),(56863,187689,571,1,1,4360.79,5513.49,51.5215,2.94959,0,0,0,1,300,100,1,0),(56864,187689,571,1,1,4377.04,5473.41,48.7386,-1.62316,0,0,0,1,300,100,1,0),(56865,187689,571,1,1,4327.41,5441.56,44.569,-2.53072,0,0,0,1,300,100,1,0),(56866,187689,571,1,1,4307.04,5438.33,42.3059,-1.48353,0,0,0,1,300,100,1,0),(56867,187689,571,1,1,4395.62,5394.39,84.2903,-0.436332,0,0,0,1,300,100,1,0),(56868,187689,571,1,1,4280.33,5378.23,37.581,-2.02458,0,0,0,1,300,100,1,0),(56869,187689,571,1,1,4285.76,5403,33.115,0.314158,0,0,0,1,300,100,1,0),(56870,187689,571,1,1,4315.15,5343.71,45.4179,2.46091,0,0,0,1,300,100,1,0),(56871,187689,571,1,1,4328.26,5390.8,44.2878,-0.95993,0,0,0,1,300,100,1,0),(56872,187689,571,1,1,4401.07,5402.06,83.8751,1.309,0,0,0,1,300,100,1,0),(56873,187689,571,1,1,4350.59,5413.69,87.2175,-1.71042,0,0,0,1,300,100,1,0),(56874,187689,571,1,1,4344.91,5295.7,55.3727,-2.32129,0,0,0,1,300,100,1,0),(56875,187689,571,1,1,4340.95,5209.53,34.9866,-0.558504,0,0,0,1,300,100,1,0),(56876,187689,571,1,1,4397.33,5437.66,-14.2407,0.575957,0,0,0,1,300,100,1,0),(56877,187689,571,1,1,4477.98,5145.97,61.033,2.67035,0,0,0,1,300,100,1,0),(56878,187689,571,1,1,4475.3,5149.03,61.3393,-2.49582,0,0,0,1,300,100,1,0),(56879,187689,571,1,1,4421.78,5123.54,62.5997,1.6057,0,0,0,1,300,100,1,0),(56880,187689,571,1,1,4429.96,5131.61,61.3998,1.83259,0,0,0,1,300,100,1,0),(56881,187689,571,1,1,4500,5418.84,27.8592,-3.12412,0,0,0,1,300,100,1,0),(56882,187689,571,1,1,4503.16,5357.18,20.5125,0.645772,0,0,0,1,300,100,1,0),(56884,187689,571,1,1,4489.01,5347.46,-30.2641,0.069812,0,0,0,1,300,100,1,0),(56885,187689,571,1,1,4506.47,5430.74,-18.5106,-2.19912,0,0,0,1,300,100,1,0),(56886,187689,571,1,1,4527.19,5420.48,-18.4872,1.97222,0,0,0,1,300,100,1,0),(56887,187689,571,1,1,4487.16,5429.77,-18.5314,1.64061,0,0,0,1,300,100,1,0),(56889,187689,571,1,1,4486.47,5062.57,52.8209,-0.034906,0,0,0,1,300,100,1,0),(56890,187689,571,1,1,4475.24,5042.89,51.8454,1.55334,0,0,0,1,300,100,1,0),(56892,187689,571,1,1,4426.11,5143.36,61.0069,-0.977383,0,0,0,1,300,100,1,0),(56893,187689,571,1,1,4440.89,5199.46,76.782,-0.314158,0,0,0,1,300,100,1,0),(56894,187689,571,1,1,4432.57,5206.64,76.8134,2.00713,0,0,0,1,300,100,1,0),(56895,187689,571,1,1,4494.82,5197.03,77.025,-0.733038,0,0,0,1,300,100,1,0),(56896,187689,571,1,1,4479.26,5196.64,79.6281,2.26892,0,0,0,1,300,100,1,0),(56897,187689,571,1,1,4470.06,5325.64,81.3678,3.00195,0,0,0,1,300,100,1,0),(56898,187689,571,1,1,4458.71,5339.88,81.021,2.93214,0,0,0,1,300,100,1,0),(56899,190506,571,1,1,5151.06,-2202.2,236.538,-1.53589,0,0,0,1,300,100,1,0),(56900,188458,571,1,1,4239.78,-2055.94,244.035,1.48353,0,0,0,1,300,100,1,0),(67737,190455,571,1,1,5974.89,5366.68,-91.6946,-1.97222,0,0,0,1,180,0,1,0),(56902,193578,571,1,1,5749.6,717.616,656.903,-0.821978,0,0,-0.333807,0.942641,300,100,1,0),(56903,192554,571,1,1,5902.43,-2340.43,340.713,-0.026179,0,0,-0.01309,0.999914,300,100,1,0),(56904,192554,571,1,1,5406.57,-3363.58,346.422,-2.30383,0,0,0.913545,-0.406737,300,100,1,0),(56905,192554,571,1,1,5279.34,-3616.03,410.116,0.837757,0,0,0.406737,0.913545,300,100,1,0),(56906,190762,571,1,1,2706.17,-1974.18,5.70304,2.16421,0,0,1,0,300,100,1,0),(56907,186922,571,1,1,-96.4267,-3537.31,4.84114,-2.8187,0,0,-0.577145,0.816642,300,100,1,0),(56908,191018,571,1,1,6863.81,-4503.33,442.239,-2.35619,0,0,0,1,300,100,1,0),(56909,191018,571,1,1,6817.31,-4503.45,442.239,-0.767944,0,0,0,1,300,100,1,0),(56910,191018,571,1,1,6817.82,-4549.2,442.239,0.785397,0,0,0,1,300,100,1,0),(56911,191018,571,1,1,6862.64,-4549.96,442.239,2.30383,0,0,0,1,300,100,1,0),(56912,191530,571,1,1,6125.42,-969.566,398.386,-0.628317,0,0,0,1,300,100,1,0),(67736,190455,571,1,1,5964.48,5365.4,-99.2739,2.93214,0,0,0,1,180,0,1,0),(56914,190507,571,1,1,5210.02,5790.89,-71.3845,1.39626,0,0,0,1,300,100,1,0),(56915,186923,571,1,1,2601.71,-3568.01,161.716,-2.1293,0,0,0,1,300,100,1,0),(56916,180779,571,1,1,3825.44,-1985.29,208.292,2.60053,0,0,0,1,300,100,1,0),(56917,191019,571,1,1,5035.44,5771.89,-76.9777,2.1293,0,0,0,1,60,100,1,0),(56918,191019,571,1,1,4877.09,5079.04,-92.827,-0.767944,0,0,0,1,60,100,1,0),(56919,191019,571,1,1,4977.38,4342.97,-34.4147,0.733038,0,0,0,1,60,100,1,0),(56920,191019,571,1,1,6697.3,5149.63,-19.4436,3.07177,0,0,0,1,60,100,1,0),(56921,191019,571,1,1,6577.28,5458.37,56.8357,-0.663223,0,0,0,1,60,100,1,0),(56922,191019,571,1,1,6372.35,5367.27,-44.6305,-3.03684,0,0,0,1,60,100,1,0),(56923,191019,571,1,1,5797.9,5786.29,-64.0593,1.90241,0,0,0,1,60,100,1,0),(56924,191019,571,1,1,5867.35,4842.31,-131.388,2.56563,0,0,0,1,60,100,1,0),(56925,191019,571,1,1,5573.9,5942.99,-48.2308,-1.02974,0,0,0,1,60,100,1,0),(56926,191019,571,1,1,6089.67,4419.8,-84.4491,-1.62316,0,0,0,1,60,100,1,0),(56927,191019,571,1,1,6376.76,4472.31,-61.0496,2.11185,0,0,0,1,60,100,1,0),(56928,191019,571,1,1,5582.98,5385.8,-136.602,-0.506145,0,0,0,1,60,100,1,0),(56929,191019,571,1,1,5950.52,5617.11,-70.3673,3.08918,0,0,0,1,60,100,1,0),(56930,191019,571,1,1,4872.76,4229.07,-42.6503,-2.75761,0,0,0,1,60,100,1,0),(56931,191019,571,1,1,5244.32,4086.71,-74.893,-0.366518,0,0,0,1,60,100,1,0),(56932,191019,571,1,1,6336.21,4188.88,-43.9707,-0.663223,0,0,0,1,60,100,1,0),(56933,191019,571,1,1,5101.03,5130.3,-133.105,1.36136,0,0,0,1,60,100,1,0),(56934,191019,571,1,1,5281.05,3840.59,-50.5051,2.79252,0,0,0,1,60,100,1,0),(56935,191531,571,1,1,6198.58,-880.398,396.132,-0.733038,0,0,0,1,300,100,1,0),(56936,191531,571,1,1,6044.26,-1016.18,408.277,-2.18166,0,0,0,1,300,100,1,0),(56937,191276,571,1,1,4321.39,-2944.08,318.917,2.68845,0,0,0.951057,0.309017,300,100,1,0),(56938,192044,571,1,1,1963.11,-3613.72,164.987,-1.14319,0,0,0,1,300,100,1,0),(56939,190764,571,1,1,5260.59,4513.44,-84.672,2.2529,0,0,0,1,300,100,1,0),(67735,190455,571,1,1,5828.4,5379.13,-67.9777,2.67035,0,0,0,1,180,0,1,0),(56941,190508,571,1,1,6256.69,5786.75,-6.13097,-2.35619,0,0,0,1,300,100,1,0),(56942,186924,571,1,1,2577.29,-3609.46,161.716,1.0472,0,0,0,1,300,100,1,0),(56289,178188,409,1,1,748.839,-985.16,-178.283,3.14159,0,0,-1,0,120,255,1,0),(56288,178187,409,1,1,601.672,-1174.61,-196.072,3.14159,0,0,-1,0,120,255,1,0),(56287,177000,409,1,1,736.663,-1176.57,-119.798,3.14159,0,0,-1,0,120,255,1,0),(56286,176957,409,1,1,897.058,-551.546,-203.953,3.14159,0,0,-1,0,120,255,1,0),(56947,192556,571,1,1,7994.81,-1656.04,911.826,-2.26892,0,0,0,1,300,100,1,0),(56948,192556,571,1,1,8016.81,-1561.3,905.556,-2.56563,0,0,0,1,300,100,1,0),(56949,192556,571,1,1,7940.44,-1645.06,910.425,-0.261798,0,0,0,1,300,100,1,0),(56950,192556,571,1,1,8018.69,-1611.62,905.681,-1.02974,0,0,0,1,300,100,1,0),(56951,192556,571,1,1,8040.88,-1584.19,902.84,-2.35619,0,0,0,1,300,100,1,0),(56952,191532,571,1,1,6073.65,-944.572,386.003,-1.16937,0,0,0,1,300,100,1,0),(56953,192556,571,1,1,7885.25,-1619.82,916.36,-2.77507,0,0,0,1,300,100,1,0),(56954,191277,571,1,1,4328.49,-2956.59,313.968,2.34511,0,0,0.951057,0.309017,300,100,1,0),(56955,190765,571,1,1,5246.64,4490.58,-84.328,1.85113,0,0,0,1,300,100,1,0),(56956,192557,571,1,1,6944.73,-4455.27,450.684,3.01067,0,0,0,1,300,100,1,0),(67734,190455,571,1,1,5958.78,5492.62,-77.8369,-0.733038,0,0,0,1,180,0,1,0),(56958,188461,571,1,1,4879.18,-4752.68,27.2908,0.191985,0,0,0,1,300,100,1,0),(56959,191533,571,1,1,6186.71,-972.001,403.145,-1.18682,0,0,0,1,300,100,1,0),(56960,191533,571,1,1,6173.65,-925.733,394.828,-0.733038,0,0,0,1,300,100,1,0),(56961,191278,571,1,1,4286.82,-3046.09,314.979,2.88616,0,0,0.999048,0.043619,300,100,1,0),(56962,190766,571,1,1,5242.53,4493.23,-84.3435,-2.38925,0,0,0,1,300,100,1,0),(67733,190455,571,1,1,5846.05,5390.54,-80.5497,1.16937,0,0,0,1,180,0,1,0),(56964,192046,571,1,1,3583.31,5630.69,26.79,-2.04204,0,0,0,1,300,100,1,0),(56965,192046,571,1,1,4448.09,5399.14,-15.6305,1.37881,0,0,0,1,300,100,1,0),(56966,192046,571,1,1,3201.34,5721.28,48.816,2.40855,0,0,0,1,300,100,1,0),(56967,192046,571,1,1,3237.28,5645.04,48.816,0.261798,0,0,0,1,300,100,1,0),(56968,192046,571,1,1,3204.78,4285.97,25.7369,0.104719,0,0,0,1,300,100,1,0),(56969,192046,571,1,1,3041.95,5059.93,28.7006,-2.86233,0,0,0,1,300,100,1,0),(56970,192046,571,1,1,2774.05,5074.79,25.7269,-1.62316,0,0,0,1,300,100,1,0),(56971,192046,571,1,1,3240.85,5480.06,48.816,2.32129,0,0,0,1,300,100,1,0),(56972,191534,571,1,1,6098.85,-966.555,391.807,1.67551,0,0,0,1,300,100,1,0),(56973,191534,571,1,1,6111.89,-932.332,388.841,2.56563,0,0,0,1,300,100,1,0),(67732,190455,571,1,1,5923.95,5505.28,-82.1295,1.8675,0,0,0,1,180,0,1,0),(56975,193071,571,1,1,5812.96,508.355,657.383,-1.6057,0,0,-0.333807,0.942641,300,100,1,0),(67731,190455,571,1,1,5930.81,5316.04,-95.541,-2.80997,0,0,0,1,180,0,1,0),(56977,169264,571,1,1,3632.48,5900.61,150.517,-0.90757,0,0,0.876727,0.480989,300,100,1,0),(56978,190768,571,1,1,5666.69,3426.17,300.843,1.74533,0,0,0,1,300,100,1,0),(56979,192048,571,1,1,3796.63,2997.3,90.0466,-2.07694,0,0,0,1,300,100,1,0),(56980,192048,571,1,1,3829.51,2967.48,90.0466,-1.43117,0,0,0,1,300,100,1,0),(56981,188464,571,1,1,4810.38,-4870.22,25.9595,2.40855,0,0,0,1,120,255,1,0),(56982,188464,571,1,1,4805.1,-4876.32,25.8256,2.3911,0,0,0,1,120,255,1,0),(56983,192048,571,1,1,3114.94,1384.77,148.662,-0.733038,0,0,0,1,300,100,1,0),(56984,192048,571,1,1,3067.46,1455.19,148.662,-2.58308,0,0,0,1,300,100,1,0),(56985,192048,571,1,1,2989.19,1278.27,148.662,-0.767944,0,0,0,1,300,100,1,0),(56986,188464,571,1,1,4821.25,-4858,25.9642,2.42601,0,0,0,1,120,255,1,0),(56987,192048,571,1,1,3056.04,-1565.52,13.6423,2.86233,0,0,0,1,300,100,1,0),(56988,188464,571,1,1,4815.79,-4864.21,25.965,2.40855,0,0,0,1,120,255,1,0),(56989,188464,571,1,1,4841.42,-4810.41,25.9682,-2.32129,0,0,0,1,120,255,1,0),(56990,188464,571,1,1,4837.28,-4839.87,25.9686,2.40855,0,0,0,1,120,255,1,0),(56991,188464,571,1,1,4835.2,-4804.99,25.9618,-2.33874,0,0,0,1,120,255,1,0),(56992,188464,571,1,1,4842.74,-4833.7,25.9609,2.3911,0,0,0,1,120,255,1,0),(56993,191793,571,1,1,6451.7,5083.78,-64.0535,-0.934374,0,0,0,1,300,100,1,0),(67730,190455,571,1,1,5809.62,5324.62,-97.6516,2.16421,0,0,0,1,180,0,1,0),(56995,169265,571,1,1,3636.08,5867.79,174.691,1.3439,0,0,0.876727,0.480989,300,100,1,0),(56996,188465,571,1,1,4905.33,-4758.99,27.2331,0.820303,0,0,0,1,300,100,1,0),(56997,192049,571,1,1,1831.63,-4722.26,184.993,2.89724,0,0,0,1,300,100,1,0),(56998,192049,571,1,1,2187.65,-3626.18,159.83,-1.64061,0,0,0,1,300,100,1,0),(56999,192049,571,1,1,1555.23,-5344.15,187.701,-0.383971,0,0,0,1,300,100,1,0),(57000,192049,571,1,1,1423.67,-5366.36,187.701,-2.28638,0,0,0,1,300,100,1,0),(57001,192049,571,1,1,2200.32,-3572.03,148.315,-1.02974,0,0,0,1,300,100,1,0),(57002,192049,571,1,1,1845.97,-5095.31,171.82,-1.71042,0,0,0,1,300,100,1,0),(57003,192049,571,1,1,1917.56,-5201.22,177.317,-2.56563,0,0,0,1,300,100,1,0),(57004,192049,571,1,1,2416.19,-5285.35,248.561,-0.261798,0,0,0,1,300,100,1,0),(57005,192049,571,1,1,2249.85,-5251.88,248.561,0.977383,0,0,0,1,300,100,1,0),(57006,192049,571,1,1,813.242,-5509.64,0.000624,-1.01229,0,0,0,1,300,100,1,0),(57007,192049,571,1,1,1055.35,-4596.41,183.174,1.69297,0,0,0,1,300,100,1,0),(57008,192049,571,1,1,1895.17,-4533.63,184.993,-0.506145,0,0,0,1,300,100,1,0),(57009,192049,571,1,1,2052.45,-3249.55,54.5463,-1.67551,0,0,0,1,300,100,1,0),(57010,192049,571,1,1,1471.4,-4924.26,114.631,0.663223,0,0,0,1,300,100,1,0),(57011,192049,571,1,1,1500.96,-4395.69,114.631,1.55334,0,0,0,1,300,100,1,0),(57012,192049,571,1,1,2073.05,-4199.69,213.583,-2.46091,0,0,0,1,300,100,1,0),(57013,192049,571,1,1,1882.33,-4263.94,200.945,0.767944,0,0,0,1,300,100,1,0),(57014,192049,571,1,1,1326.63,-4726.37,183.174,-2.87979,0,0,0,1,300,100,1,0),(57015,192049,571,1,1,1467.03,-5028.32,114.631,0.977383,0,0,0,1,300,100,1,0),(57016,192049,571,1,1,1688.02,-5018.22,114.631,2.02458,0,0,0,1,300,100,1,0),(57017,192049,571,1,1,1740.95,-4815.69,114.631,2.53072,0,0,0,1,300,100,1,0),(57018,192049,571,1,1,1583.05,-3296.64,0,1.98967,0,0,0,1,300,100,1,0),(57019,192049,571,1,1,1606.02,-3892.88,75.8467,-0.174532,0,0,0,1,300,100,1,0),(57020,192049,571,1,1,2330.41,-3775.83,217.785,1.32645,0,0,0,1,300,100,1,0),(57021,192049,571,1,1,2198.59,-3850.22,217.656,-1.5708,0,0,0,1,300,100,1,0),(57022,192049,571,1,1,2192.45,-4064.44,217.785,-0.331611,0,0,0,1,300,100,1,0),(57023,192049,571,1,1,2252.88,-4141.54,217.785,1.02974,0,0,0,1,300,100,1,0),(57024,192049,571,1,1,2335.84,-4187.02,217.785,-1.29154,0,0,0,1,300,100,1,0),(57025,192049,571,1,1,2415.34,-3983.39,217.785,-2.14675,0,0,0,1,300,100,1,0),(57026,191537,571,1,1,6043.68,-941.235,384.343,-0.541051,0,0,0,1,300,100,1,0),(57027,191537,571,1,1,6100.56,-986.561,399.963,-2.44346,0,0,0,1,300,100,1,0),(57028,190002,571,1,1,4965.51,-2309.95,245.027,-1.213,0,0,0,1,300,100,1,0),(67729,190455,571,1,1,5880.25,5499.4,-69.6982,-2.60053,0,0,0,1,180,0,1,0),(57030,192562,571,1,1,6954.73,-4626.74,468.348,2.36492,0,0,0.925541,0.378649,300,100,1,0),(57031,169266,571,1,1,3634.28,5868.26,174.691,1.3439,0,0,0.876727,0.480989,300,100,1,0),(57032,192050,571,1,1,3661.36,-4537.62,188.88,-0.471238,0,0,0,1,300,100,1,0),(57033,192050,571,1,1,3673.56,-4315.38,181.038,2.1293,0,0,0,1,300,100,1,0),(57034,192050,571,1,1,3859.83,-4868.61,107.808,0.418879,0,0,0,1,300,100,1,0),(57035,192050,571,1,1,3695.6,-3976,176.221,1.20428,0,0,0,1,300,100,1,0),(57036,192050,571,1,1,4128.71,-3980.9,165.843,1.85005,0,0,0,1,300,100,1,0),(57037,192050,571,1,1,3770.85,-4330.59,181.038,-1.81514,0,0,0,1,300,100,1,0),(57038,192050,571,1,1,3919.24,-4706.3,142.224,-2.77507,0,0,0,1,300,100,1,0),(57039,192050,571,1,1,3739.55,-4388.65,181.038,1.71042,0,0,0,1,300,100,1,0),(57040,192050,571,1,1,4181.02,-1597.69,169.503,2.58308,0,0,0,1,300,100,1,0),(57041,192050,571,1,1,4151.99,-1919.69,200.016,-0.453785,0,0,0,1,300,100,1,0),(57042,192050,571,1,1,4390.86,-2987.62,307.419,2.46091,0,0,0,1,300,100,1,0),(57043,192050,571,1,1,4408.63,-3087.73,307.419,-0.191985,0,0,0,1,300,100,1,0),(57044,192050,571,1,1,4304.91,-3301.27,307.419,-1.22173,0,0,0,1,300,100,1,0),(57045,192050,571,1,1,4330.85,-3112.88,307.419,1.36136,0,0,0,1,300,100,1,0),(57046,192050,571,1,1,4318.62,-3190.46,307.419,2.14675,0,0,0,1,300,100,1,0),(57047,192050,571,1,1,2825.29,-2399.11,18.0979,-2.58308,0,0,0,1,300,100,1,0),(57048,192050,571,1,1,3136.04,-2612.24,49.2578,0.680677,0,0,0,1,300,100,1,0),(57049,192050,571,1,1,3404.27,-2562.8,49.2578,2.44346,0,0,0,1,300,100,1,0),(57050,192050,571,1,1,3623.01,-2625.72,130.217,-0.698132,0,0,0,1,300,100,1,0),(57051,192050,571,1,1,3696.64,-2654.11,155.926,-2.46091,0,0,0,1,300,100,1,0),(57052,192050,571,1,1,4170.79,-2863.04,276.558,-0.90757,0,0,0,1,300,100,1,0),(57053,192050,571,1,1,4201.36,-2916.02,276.558,-2.9845,0,0,0,1,300,100,1,0),(57054,192050,571,1,1,4052.41,-2966.7,271.081,0.663223,0,0,0,1,300,100,1,0),(57055,192050,571,1,1,4002.71,-2941.69,271.081,0.139624,0,0,0,1,300,100,1,0),(57056,192050,571,1,1,3927.28,-2746.18,220.302,-1.32645,0,0,0,1,300,100,1,0),(57057,192050,571,1,1,4101.22,-1836.43,199.688,-2.35619,0,0,0,1,300,100,1,0),(57058,192050,571,1,1,4054.8,-2317.25,215.83,-0.401425,0,0,0,1,300,100,1,0),(57059,192818,571,1,1,5722.18,606.049,618.697,1.309,0,0,0,1,300,100,1,0),(57060,192818,571,1,1,5784.16,747.765,618.56,-3.05433,0,0,0,1,300,100,1,0),(57061,192818,571,1,1,5774.67,717.792,599.442,3.00195,0,0,0,1,300,100,1,0),(57062,192818,571,1,1,5917.59,550.485,609.759,0.069812,0,0,0,1,300,100,1,0),(57063,192818,571,1,1,5929.17,584.622,609.718,-1.97222,0,0,0,1,300,100,1,0),(57064,192818,571,1,1,5730.22,662.977,613.243,1.81514,0,0,0,1,300,100,1,0),(57065,192818,571,1,1,5866.38,692.875,611.139,-1.22173,0,0,0,1,300,100,1,0),(57066,192818,571,1,1,5880.8,630.702,615.571,-0.872664,0,0,0,1,300,100,1,0),(57067,192818,571,1,1,5819.39,624.585,609.158,-2.04204,0,0,0,1,300,100,1,0),(57068,192818,571,1,1,5820.95,695.152,609.157,0.471238,0,0,0,1,300,100,1,0),(57069,192050,571,1,1,3256.55,-2511.01,49.2578,-1.81514,0,0,0,1,300,100,1,0),(57070,192050,571,1,1,3413.74,-2598.2,49.2578,3.14159,0,0,0,1,300,100,1,0),(57071,192050,571,1,1,3560.69,-2621.69,111.944,-3.03684,0,0,0,1,300,100,1,0),(57072,192050,571,1,1,4111.45,-2541.15,215.83,1.36136,0,0,0,1,300,100,1,0),(57073,192818,571,1,1,5866.72,644.254,615.584,-1.16937,0,0,0,1,300,100,1,0),(57074,192818,571,1,1,5759.58,601.474,609.699,1.51844,0,0,0,1,300,100,1,0),(57075,192818,571,1,1,5766.3,647.034,617.869,-2.67035,0,0,0,1,300,100,1,0),(57076,190003,571,1,1,4862.4,-2368.42,234.114,2.89724,0,0,0,1,300,100,1,0),(67728,190455,571,1,1,5862.39,5326.66,-91.9614,0.890117,0,0,0,1,180,0,1,0),(57079,192563,571,1,1,6933.04,-4648.81,468.348,2.36492,0,0,0.925541,0.378649,300,100,1,0),(57080,169267,571,1,1,3645.32,5910.8,174.691,-1.79769,0,0,0.876727,0.480989,300,100,1,0),(57081,192051,571,1,1,1959.65,6287.4,0,-1.53589,0,0,0,1,300,100,1,0),(57082,192051,571,1,1,3027.05,3729.9,0,-3.03684,0,0,0,1,300,100,1,0),(57083,192051,571,1,1,3074.67,6767.76,0,-0.733038,0,0,0,1,300,100,1,0),(57084,192051,571,1,1,3113.67,3581.51,0,0.855211,0,0,0,1,300,100,1,0),(57085,192051,571,1,1,2883.53,4010.68,0,2.60053,0,0,0,1,300,100,1,0),(57086,192051,571,1,1,3009.44,4746.11,0,-2.70526,0,0,0,1,300,100,1,0),(57087,192051,571,1,1,4254.42,6047.81,0,3.08918,0,0,0,1,300,100,1,0),(57088,192051,571,1,1,1898.2,6097.22,0,-0.575957,0,0,0,1,300,100,1,0),(57089,187188,571,1,1,2521.36,5586.34,38.6087,1.69271,0,0,0,1,300,100,1,0),(57090,190004,571,1,1,3645.16,-3854.16,191.173,-2.24274,0,0,0,1,300,100,1,0),(57092,192820,571,1,1,6379.98,455.413,512.074,-0.287979,0,0,0,1,300,100,1,0),(57093,191028,571,1,1,5900.01,618.712,650.78,0.890117,0,0,-0.333807,0.942641,300,100,1,0),(57094,169268,571,1,1,3643.53,5911.27,174.691,-1.79769,0,0,0.876727,0.480989,300,100,1,0),(57095,192052,571,1,1,2882.24,-964.425,0,-2.1293,0,0,0,1,300,100,1,0),(57096,192052,571,1,1,1923.18,6225.1,0,0.191985,0,0,0,1,300,100,1,0),(57097,192052,571,1,1,2961.64,2042.56,0,-1.50098,0,0,0,1,300,100,1,0),(57098,192052,571,1,1,411.721,-3728.1,0,1.48353,0,0,0,1,300,100,1,0),(57099,192052,571,1,1,4506.82,-5500.22,0,1.18682,0,0,0,1,300,100,1,0),(57100,192052,571,1,1,4479.79,-5033.13,0,2.00713,0,0,0,1,300,100,1,0),(57101,192052,571,1,1,1474.67,-6414.22,0,0.157079,0,0,0,1,300,100,1,0),(57102,192052,571,1,1,3047.23,2324.12,0,-0.087266,0,0,0,1,300,100,1,0),(57103,192052,571,1,1,3105.93,2492.65,0,-2.11185,0,0,0,1,300,100,1,0),(57104,192052,571,1,1,2850.13,838.197,0,-0.855211,0,0,0,1,300,100,1,0),(57105,192052,571,1,1,4313.49,-5090.97,0,0.628317,0,0,0,1,300,100,1,0),(57106,192052,571,1,1,4218.16,-5178.92,0,2.49582,0,0,0,1,300,100,1,0),(57107,192052,571,1,1,2675.6,-1741.95,0,1.41372,0,0,0,1,300,100,1,0),(57108,192052,571,1,1,2685.56,-1652,0,-1.55334,0,0,0,1,300,100,1,0),(57109,192052,571,1,1,2564.3,-1907.57,0,-1.85005,0,0,0,1,300,100,1,0),(57110,192052,571,1,1,2722.92,-1925.07,0,1.98967,0,0,0,1,300,100,1,0),(57111,192052,571,1,1,2621.94,-2081.48,0,1.3439,0,0,0,1,300,100,1,0),(57112,192052,571,1,1,2515.51,-2145.68,0,1.36136,0,0,0,1,300,100,1,0),(57113,192052,571,1,1,2414.9,-2667.11,0,-1.90241,0,0,0,1,300,100,1,0),(57114,192052,571,1,1,2060.91,-2665.84,0,1.01229,0,0,0,1,300,100,1,0),(57115,192052,571,1,1,2336.4,-2732.56,0,3.10665,0,0,0,1,300,100,1,0),(57116,192052,571,1,1,2228.62,-2631.21,0,-2.05949,0,0,0,1,300,100,1,0),(57117,192052,571,1,1,1656.64,-2831.93,0,1.0472,0,0,0,1,300,100,1,0),(57118,192052,571,1,1,1625.73,-2953.3,0,-3.08918,0,0,0,1,300,100,1,0),(57119,192052,571,1,1,9.06348,-3266.47,0,-2.89724,0,0,0,1,300,100,1,0),(57120,192052,571,1,1,2691.4,919.998,0,-0.785397,0,0,0,1,300,100,1,0),(57121,192052,571,1,1,2061.18,-6181.99,0,-1.36136,0,0,0,1,300,100,1,0),(57122,192052,571,1,1,36.887,-6119.55,0,-0.453785,0,0,0,1,300,100,1,0),(57123,192052,571,1,1,255.719,-3128.97,0,1.79769,0,0,0,1,300,100,1,0),(57124,192052,571,1,1,0.213031,-3652.85,0,1.58825,0,0,0,1,300,100,1,0),(57125,192052,571,1,1,-258.004,-3505.7,0,1.58825,0,0,0,1,300,100,1,0),(57126,192052,571,1,1,657.643,-2816.15,0,0.279252,0,0,0,1,300,100,1,0),(57127,192052,571,1,1,878.696,-2844.48,0,-0.994837,0,0,0,1,300,100,1,0),(57128,192052,571,1,1,1177.68,-3078.47,0,0.226892,0,0,0,1,300,100,1,0),(57129,192052,571,1,1,1446.14,-2983.74,0,-1.55334,0,0,0,1,300,100,1,0),(57130,192052,571,1,1,4406.81,6183.34,0,2.14675,0,0,0,1,300,100,1,0),(57131,192052,571,1,1,2537.89,-2127.87,0,0.383971,0,0,0,1,300,100,1,0),(57132,149045,571,1,1,8123.19,-383.722,966.308,-0.916307,-0.002761,-0.005518,-0.370553,0.928791,300,100,1,0),(57133,149045,571,1,1,8119.4,-242.657,864.625,2.17292,0.005444,-0.002905,0.918772,0.394739,300,100,1,0),(57134,190005,571,1,1,3661.11,-4026.02,178.081,-2.93214,0,0,0,1,300,100,1,0),(57136,191029,571,1,1,5903.64,615.775,650.779,0.890117,0,0,-0.333807,0.942641,300,100,1,0),(57137,169269,571,1,1,3618.53,5895.05,174.691,-0.226891,0,0,0.876727,0.480989,300,100,1,0),(57140,149046,571,1,1,8210.75,-283.989,1027.25,-0.506127,-0.002761,-0.005518,-0.370553,0.928791,300,100,1,0),(57141,149046,571,1,1,8026.74,-337.67,925.569,2.5831,0.005444,-0.002905,0.918772,0.394739,300,100,1,0),(57142,190006,571,1,1,3577.61,-3902.33,197.823,-3.12412,0,0,0,1,300,100,1,0),(57144,191030,571,1,1,5907.27,612.838,650.731,0.890117,0,0,-0.333807,0.942641,300,100,1,0),(57145,191542,571,1,1,6175.19,-2017.27,241.009,2.31256,0,0,0.915311,0.402747,300,100,1,0),(57146,191542,571,1,1,5171.69,-1666.64,242.781,2.88851,0,0,0.992005,0.126199,300,100,1,0),(57147,169270,571,1,1,3618.06,5893.25,174.691,-0.226891,0,0,0.876727,0.480989,300,100,1,0),(57148,186678,571,1,1,2125.07,-5742.04,219.699,2.00713,0,0,0,1,300,100,1,0),(57150,169271,571,1,1,3661.07,5884.01,174.691,2.91469,0,0,0.876727,0.480989,300,100,1,0),(57151,182071,571,1,1,2644.22,5345.52,49.4951,0.715585,0,0,0,1,300,100,1,0),(57152,182071,571,1,1,2575.69,5401.73,41.9806,-0.226892,0,0,0,1,300,100,1,0),(57153,182071,571,1,1,2559.5,5413.06,42.369,-0.139624,0,0,0,1,300,100,1,0),(57154,182071,571,1,1,2559.88,5410.53,42.1885,0.994837,0,0,0,1,300,100,1,0),(57155,182071,571,1,1,2571.89,5402.66,35.0104,-1.25664,0,0,0,1,300,100,1,0),(57156,182071,571,1,1,2653.19,5345.78,35.8798,-0.541051,0,0,0,1,300,100,1,0),(57157,182071,571,1,1,2656.81,5361.46,35.6699,0.715585,0,0,0,1,300,100,1,0),(57158,186679,571,1,1,944.358,-4466.4,151.732,-0.488691,0,0,0,1,300,100,1,0),(57159,188471,571,1,1,4486.66,-4654.01,77.547,0.087266,0,0,0,1,300,100,0,0),(57160,182071,571,1,1,2646.04,5343.15,41.969,-0.628317,0,0,0,1,300,100,1,0),(57161,187703,571,1,2,2951.99,6805.48,6.57666,2.93214,0,0,0,1,300,100,1,0),(57162,192823,571,1,1,5887.42,611.724,664.144,-1.97222,0,0,0,1,300,100,1,0),(57163,192823,571,1,1,5876.31,600.426,650.287,0.296705,0,0,0,1,300,100,1,0),(57164,192823,571,1,1,5889.87,610.666,650.294,2.40855,0,0,0,1,300,100,1,0),(57166,193080,571,1,1,5822.15,586.882,652.707,1.41372,0,0,-0.333807,0.942641,300,100,1,0),(57167,169272,571,1,1,3661.54,5885.8,174.691,2.91469,0,0,0.876727,0.480989,300,100,1,0),(57168,188472,571,1,1,3246.95,-2275.92,108.622,3.00195,0,0,0,1,300,100,1,0),(57169,188472,571,1,1,3243.32,-2275.76,108.618,-3.01941,0,0,0,1,300,100,1,0),(57170,188472,571,1,1,3254.47,-2275.61,108.659,3.14159,0,0,0,1,300,100,1,0),(57171,188472,571,1,1,3258.31,-2275.67,108.619,-3.07177,0,0,0,1,300,100,1,0),(57172,192824,571,1,1,5868.87,469.549,655.691,1.53589,0,0,0,1,300,100,1,0),(57173,182072,571,1,1,2645.97,5346.23,34.9881,1.44862,0,0,0,1,300,100,1,0),(57174,191544,571,1,1,6729.32,-988.559,768.69,-1.09956,0,0,0,1,300,100,1,0),(57175,191544,571,1,1,6716.74,-1122.91,768.995,1.16937,0,0,0,1,300,100,1,0),(57176,191544,571,1,1,6867.15,-1120.16,804.842,1.3439,0,0,0,1,300,100,1,0),(57177,191544,571,1,1,6769.63,-1111.69,776.362,-1.58825,0,0,0,1,300,100,1,0),(57178,191544,571,1,1,6846.97,-1102.9,804.729,0.733038,0,0,0,1,300,100,1,0),(57179,182072,571,1,1,2571.41,5413.51,34.9789,0.401425,0,0,0,1,300,100,1,0),(57180,191544,571,1,1,6913.88,-1056.01,807.964,3.08918,0,0,0,1,300,100,1,0),(57181,191544,571,1,1,6811.53,-1075.89,768.857,-2.94959,0,0,0,1,300,100,1,0),(57182,191544,571,1,1,6812.06,-1050.27,768.971,3.12412,0,0,0,1,300,100,1,0),(57183,191544,571,1,1,6749.09,-951.199,772.334,-0.418879,0,0,0,1,300,100,1,0),(57184,191544,571,1,1,6673.62,-1128.89,762.656,-0.226892,0,0,0,1,300,100,1,0),(57185,188472,571,1,1,4896.86,-4768.72,27.2331,0.209439,0,0,0,1,300,100,1,0),(57186,188472,571,1,1,4875.86,-4810.46,32.5822,-1.48353,0,0,0,1,300,100,1,0),(57187,188472,571,1,1,4908.08,-4754.83,27.2271,1.74533,0,0,0,1,300,100,1,0),(57188,188472,571,1,1,4883.16,-4747.73,27.3023,-2.32129,0,0,0,1,300,100,1,0),(57189,188472,571,1,1,4905.03,-4790.42,32.649,2.63544,0,0,0,1,300,100,1,0),(57190,188472,571,1,1,4897.3,-4829.34,32.535,0.157079,0,0,0,1,300,100,1,0),(57191,188472,571,1,1,4905.42,-4741.63,27.2331,2.44346,0,0,0,1,300,100,1,0),(57192,188472,571,1,1,4895.19,-4735.79,27.2905,3.10665,0,0,0,1,300,100,1,0),(57193,192824,571,1,1,5726.2,515.808,648.447,-3.05433,0,0,0,1,300,100,1,0),(57194,192824,571,1,1,5744.8,700.564,619.141,2.02458,0,0,0,1,300,100,1,0),(57195,192824,571,1,1,5691.61,718.249,635.907,-0.052359,0,0,0,1,300,100,1,0),(57196,192824,571,1,1,5684.89,580.468,653.717,1.41372,0,0,0,1,300,100,1,0),(57197,192824,571,1,1,5754.64,695.588,619.497,-1.18682,0,0,0,1,300,100,1,0),(57198,192824,571,1,1,5872.93,465.101,642.679,1.81514,0,0,0,1,300,100,1,0),(57199,192824,571,1,1,5905.87,481.323,641.643,-2.40855,0,0,0,1,300,100,1,0),(57200,192824,571,1,1,5866.1,496.981,655.691,-0.698132,0,0,0,1,300,100,1,0),(57202,192824,571,1,1,5690.83,722.674,654.969,1.6057,0,0,0,1,300,100,1,0),(57203,192824,571,1,1,5873.84,609.288,651.153,-1.53589,0,0,0,1,300,100,1,0),(57204,192824,571,1,1,5878.04,598.562,651.202,2.07694,0,0,0,1,300,100,1,0),(57205,192824,571,1,1,5849.25,652.039,648.651,1.48353,0,0,0,1,300,100,1,0),(57206,192824,571,1,1,5845.59,663.863,659.532,-2.00713,0,0,0,1,300,100,1,0),(57207,192824,571,1,1,5858.28,658.759,648.755,0.541051,0,0,0,1,300,100,1,0),(57208,192824,571,1,1,5858.11,644.819,648.755,-0.541051,0,0,0,1,300,100,1,0),(57209,192824,571,1,1,5697.18,694.274,654.862,1.16937,0,0,0,1,300,100,1,0),(57210,192824,571,1,1,5707.79,709.05,654.896,-2.84488,0,0,0,1,300,100,1,0),(57212,193081,571,1,1,5823.92,587.84,652.707,2.72271,0,0,-0.333807,0.942641,300,100,1,0),(57213,169273,571,1,1,3625.54,5878.04,174.636,1.3439,0,0,0.876727,0.480989,300,100,1,0),(57214,192057,571,1,1,6184.01,5184.04,-101.038,0.209439,0,0,0,1,300,100,1,0),(57215,192057,571,1,1,5546.21,5855.38,-67.411,-0.663223,0,0,0,1,300,100,1,0),(57216,192057,571,1,1,5598.08,4449.18,-145.493,3.00195,0,0,0,1,300,100,1,0),(57217,192057,571,1,1,4918.47,4888.9,-104.595,1.53589,0,0,0,1,300,100,1,0),(57218,192057,571,1,1,6058.1,3923,-51.2663,-2.07694,0,0,0,1,300,100,1,0),(57219,192057,571,1,1,5923.03,4013.81,-71.7024,1.53589,0,0,0,1,300,100,1,0),(150128,188479,571,1,1,4128.46,-4852.93,73.124,3.49344,0,0,0.984565,-0.175018,300,0,1,0),(57222,191545,571,1,1,6729.28,-988.461,768.681,-1.09956,0,0,0,1,300,100,1,0),(57223,191545,571,1,1,6716.76,-1122.93,768.992,1.16937,0,0,0,1,300,100,1,0),(57224,191545,571,1,1,6867.15,-1120.2,804.839,1.3439,0,0,0,1,300,100,1,0),(57225,191545,571,1,1,6769.76,-1111.66,776.38,-1.6057,0,0,0,1,300,100,1,0),(57226,191545,571,1,1,6846.96,-1102.92,804.972,0.733038,0,0,0,1,300,100,1,0),(57227,192057,571,1,1,5472.82,5649.42,-101.307,2.40855,0,0,0,1,300,100,1,0),(57228,192057,571,1,1,6099.76,5274.02,-101.038,2.1293,0,0,0,1,300,100,1,0),(57229,192057,571,1,1,5520.29,5972.36,-46.8491,0.366518,0,0,0,1,300,100,1,0),(57230,192057,571,1,1,5977.65,4931,-101.036,-2.82743,0,0,0,1,300,100,1,0),(57231,191545,571,1,1,6913.9,-1056.01,807.963,3.08918,0,0,0,1,300,100,1,0),(57232,191545,571,1,1,6811.53,-1075.89,768.857,-2.94959,0,0,0,1,300,100,1,0),(57233,191545,571,1,1,6812.04,-1050.27,768.972,3.12412,0,0,0,1,300,100,1,0),(57234,191545,571,1,1,6749.31,-951.315,772.325,-0.418879,0,0,0,1,300,100,1,0),(57235,191545,571,1,1,6673.17,-1128.8,762.674,-0.226892,0,0,0,1,300,100,1,0),(57236,192057,571,1,1,5806.98,4796.55,-138.798,2.47837,0,0,0,1,300,100,1,0),(57237,192057,571,1,1,4791.76,4735.31,-72.5281,0.95993,0,0,0,1,300,100,1,0),(57238,192057,571,1,1,6088.62,5073.25,-101.038,0.034906,0,0,0,1,300,100,1,0),(57239,192057,571,1,1,5436.06,3752.58,-68.9364,0.401425,0,0,0,1,300,100,1,0),(57240,192057,571,1,1,5517.55,5084.01,-133.083,-0.785397,0,0,0,1,300,100,1,0),(57241,192057,571,1,1,6281.48,5220.45,-101.038,-0.645772,0,0,0,1,300,100,1,0),(57242,192057,571,1,1,5624.33,4402.65,-145.493,1.6057,0,0,0,1,300,100,1,0),(57243,192057,571,1,1,5175.55,4848.42,-135.546,0.401425,0,0,0,1,300,100,1,0),(57244,192057,571,1,1,5407.58,4772.16,-198.92,-2.16421,0,0,0,1,300,100,1,0),(57245,192057,571,1,1,5504.51,4794.9,-198.92,0.174532,0,0,0,1,300,100,1,0),(57246,192057,571,1,1,5461.23,4887.26,-198.92,-2.05949,0,0,0,1,300,100,1,0),(57247,192057,571,1,1,6124.55,5291.01,-101.038,-0.523598,0,0,0,1,300,100,1,0),(57248,192825,571,1,1,5889.29,608.323,662.808,2.56563,0,0,0,1,300,100,1,0),(57249,192825,571,1,1,5878.12,598.71,651.196,-1.78023,0,0,0,1,300,100,1,0),(57251,193082,571,1,1,5787.75,588.553,652.675,0.180235,0,0,-0.333807,0.942641,300,100,1,0),(57252,169274,571,1,1,3655.87,5898.59,174.642,-2.60053,0,0,0.876727,0.480989,300,100,1,0),(57253,188474,571,1,1,2892.81,1816.43,120.628,1.69297,0,0,0,1,300,100,1,0),(57254,186938,571,1,1,345.451,-5375.62,296.77,0.366518,0,0,0,1,300,100,1,0),(57255,186938,571,1,1,412.1,-5423.19,282.134,1.71042,0,0,0,1,300,100,1,0),(57256,186938,571,1,1,54.0483,-5478.83,395.399,2.54818,0,0,0,1,300,100,1,0),(57257,186938,571,1,1,623.959,-5541.74,265.091,0.506145,0,0,0,1,300,100,1,0),(57258,186938,571,1,1,467.208,-5460.07,276.899,-1.23918,0,0,0,1,300,100,1,0),(57259,186938,571,1,1,250.541,-5250.64,300.371,-1.95477,0,0,0,1,300,100,1,0),(57260,186938,571,1,1,416.984,-5375.71,282.218,-1.3439,0,0,0,1,300,100,1,0),(57261,186938,571,1,1,219.579,-5308.99,314.663,-2.07694,0,0,0,1,300,100,1,0),(57262,187194,571,1,1,2482.12,-1838.1,19.1061,-2.35619,0,0,0,1,300,100,1,0),(57263,187194,571,1,1,2493.72,-1840.65,18.1888,-0.767944,0,0,0,1,300,100,1,0),(57264,192058,571,1,1,7728.65,-19.0838,867.685,-1.8675,0,0,0,1,300,100,1,0),(57265,192058,571,1,1,7715.97,-2.23231,867.292,1.23918,0,0,0,1,300,100,1,0),(57266,187194,571,1,1,5779.61,-3647.16,397.079,-1.46608,0,0,0,1,300,100,1,0),(57267,187194,571,1,1,5418.22,-2654.89,310.675,3.12412,0,0,0,1,300,100,1,0),(57268,187194,571,1,1,5427.37,-2617.24,310.786,-1.58825,0,0,0,1,300,100,1,0),(57269,187194,571,1,1,5473.12,-2618.06,310.784,-1.58825,0,0,0,1,300,100,1,0),(57270,187194,571,1,1,5465.98,-2609.94,310.727,3.12412,0,0,0,1,300,100,1,0),(57271,186938,571,1,1,220.478,-5451.73,331.409,-0.261798,0,0,0,1,300,100,1,0),(57272,186938,571,1,1,154.405,-5577.9,381.259,0,0,0,0,1,300,100,1,0),(57273,186938,571,1,1,221.607,-5569.3,338.294,-0.610864,0,0,0,1,300,100,1,0),(57274,186938,571,1,1,147.752,-5636.19,385.669,-0.052359,0,0,0,1,300,100,1,0),(57275,186938,571,1,1,272.781,-5607.85,328.075,-0.418879,0,0,0,1,300,100,1,0),(57276,186938,571,1,1,310.168,-5664.5,316.126,0.331611,0,0,0,1,300,100,1,0),(57277,186938,571,1,1,294.348,-5488.06,330.736,-0.663223,0,0,0,1,300,100,1,0),(57278,186938,571,1,1,362.965,-5566.27,299.752,-2.87979,0,0,0,1,300,100,1,0),(57279,186938,571,1,1,47.113,-5532.9,403.31,-1.53589,0,0,0,1,300,100,1,0),(57280,190522,571,1,1,5121.04,-3225.55,278.554,0.802851,0,0,0,1,300,100,1,0),(57281,190522,571,1,1,5231.11,-3117.97,278.555,-2.35619,0,0,0,1,300,100,1,0),(57282,190522,571,1,1,5258.32,-3262.75,281.085,2.33874,0,0,0,1,300,100,1,0),(57283,188474,571,1,1,3147.7,490.991,8.7065,2.63544,0,0,0,1,300,100,1,0),(57284,187194,571,1,1,5762.13,588.518,618.828,0.890117,0,0,0,1,300,100,1,0),(57285,178746,571,1,1,5815.61,643.229,647.132,2.96704,0,0,0,1,300,100,1,0),(57286,186938,571,1,1,597.354,-5565.9,275.479,1.79769,0,0,0,1,300,100,1,0),(57287,186938,571,1,1,283.464,-5300.97,301.872,-0.453785,0,0,0,1,300,100,1,0),(57288,186938,571,1,1,429.235,-5437.4,280.225,2.77507,0,0,0,1,300,100,1,0),(57289,186938,571,1,1,701.842,-5779.8,281.1,2.91469,0,0,0,1,300,100,1,0),(57290,187194,571,1,1,3351.67,-2245.89,137.426,-3.12412,0,0,0,1,300,100,1,0),(57291,187194,571,1,1,3426.07,-2797.11,207.806,-0.942477,0,0,0,1,300,100,1,0),(57292,187194,571,1,1,2508.89,-1811.16,18.572,0.802851,0,0,0,1,300,100,1,0),(57293,187194,571,1,1,2502.16,-1831.97,18.1828,-0.802851,0,0,0,1,300,100,1,0),(57294,187194,571,1,1,2510.75,-1823.16,18.1675,-0.767944,0,0,0,1,300,100,1,0),(57295,192058,571,1,1,7719.1,-12.2883,866.157,2.05949,0,0,0,1,300,100,1,0),(57296,192058,571,1,1,7772.89,-16.5648,863.703,1.11701,0,0,0,1,300,100,1,0),(57297,187194,571,1,1,5482.35,-2610.53,310.679,-0.017452,0,0,0,1,300,100,1,0),(57298,187194,571,1,1,5418.95,-2609.53,310.775,3.12412,0,0,0,1,300,100,1,0),(57299,187194,571,1,1,5481.42,-2655.85,310.491,0,0,0,0,1,300,100,1,0),(57300,187194,571,1,1,5472.98,-2649.11,310.314,1.62316,0,0,0,1,300,100,1,0),(57301,186938,571,1,1,166.674,-5495.01,373.815,-1.64061,0,0,0,1,300,100,1,0),(57302,186938,571,1,1,198.633,-5526.99,340.206,-0.558504,0,0,0,1,300,100,1,0),(57303,186938,571,1,1,379.082,-5576.07,303.317,-2.00713,0,0,0,1,300,100,1,0),(57304,186938,571,1,1,264.312,-5613.93,330.848,2.09439,0,0,0,1,300,100,1,0),(57305,186938,571,1,1,204.575,-5580.32,339.497,1.65806,0,0,0,1,300,100,1,0),(57306,188474,571,1,1,3100.7,581.021,9.69948,-1.58825,0,0,0,1,300,100,1,0),(57307,186938,571,1,1,100.085,-5633.1,405.998,-0.226892,0,0,0,1,300,100,1,0),(57308,186938,571,1,1,624.665,-5529.06,262.797,2.30383,0,0,0,1,300,100,1,0),(57309,186938,571,1,1,358.367,-5399.98,293.248,-1.36136,0,0,0,1,300,100,1,0),(57310,186938,571,1,1,377.34,-5409.58,288.122,0.558504,0,0,0,1,300,100,1,0),(57311,187194,571,1,1,3415.61,-2804.82,207.875,-0.942477,0,0,0,1,300,100,1,0),(57312,187194,571,1,1,2495.75,-1930.49,18.8909,0.59341,0,0,0,1,300,100,1,0),(57313,187194,571,1,1,5426.54,-2647.55,310.759,1.55334,0,0,0,1,300,100,1,0),(57314,187194,571,1,1,5427.16,-2601.81,310.779,1.55334,0,0,0,1,300,100,1,0),(57315,186938,571,1,1,193.427,-5515.43,353.345,-2.86233,0,0,0,1,300,100,1,0),(57316,186938,571,1,1,82.555,-5564.26,394.96,-1.16937,0,0,0,1,300,100,1,0),(57317,186938,571,1,1,229.734,-5426.84,324.153,0,0,0,0,1,300,100,1,0),(57318,186938,571,1,1,147.503,-5468.91,374.355,3.01941,0,0,0,1,300,100,1,0),(57319,186938,571,1,1,184.564,-5467.84,342.269,-2.93214,0,0,0,1,300,100,1,0),(57320,186938,571,1,1,165.567,-5650.88,375.988,1.18682,0,0,0,1,300,100,1,0),(57321,192058,571,1,1,7760.81,4.82601,865.462,1.39626,0,0,0,1,300,100,1,0),(57322,186938,571,1,1,402.781,-5441.92,286.057,0.139624,0,0,0,1,300,100,1,0),(57323,186938,571,1,1,493.23,-5476.14,274.137,0.331611,0,0,0,1,300,100,1,0),(57324,186938,571,1,1,441.652,-5338.4,270.837,-2.75761,0,0,0,1,300,100,1,0),(57325,186938,571,1,1,40.4601,-5485.98,399.132,-1.48353,0,0,0,1,300,100,1,0),(57326,186938,571,1,1,491.967,-5465.78,274.222,0.069812,0,0,0,1,300,100,1,0),(57327,187194,571,1,1,3191.1,-2279.25,131.501,0.139624,0,0,0,1,300,100,1,0),(57328,187194,571,1,1,3313.64,-2339.26,135.381,2.46091,0,0,0,1,300,100,1,0),(57329,187194,571,1,1,3404.85,-2779.62,207.374,2.21656,0,0,0,1,300,100,1,0),(57330,187194,571,1,1,5474.36,-2602.7,310.691,1.55334,0,0,0,1,300,100,1,0),(57331,187194,571,1,1,5435.42,-2610.14,310.76,-0.017452,0,0,0,1,300,100,1,0),(57332,187194,571,1,1,5659.44,679.328,661.851,-0.418879,0,0,0,1,300,100,1,0),(57333,188474,571,1,1,3047.27,483.13,9.01553,0.645772,0,0,0,1,300,100,1,0),(57334,186938,571,1,1,198.695,-5470.68,340.594,2.72271,0,0,0,1,300,100,1,0),(57335,186938,571,1,1,136.72,-5577.72,385.734,-1.0472,0,0,0,1,300,100,1,0),(57336,186938,571,1,1,186.443,-5487.22,346.743,-2.11185,0,0,0,1,300,100,1,0),(57337,186938,571,1,1,362.971,-5673,304.81,2.49582,0,0,0,1,300,100,1,0),(57338,186938,571,1,1,287.485,-5517.88,330.564,0.034906,0,0,0,1,300,100,1,0),(57339,186938,571,1,1,244.773,-5382.37,313.946,-3.00195,0,0,0,1,300,100,1,0),(57340,186938,571,1,1,458.725,-5473.19,278.244,-0.698132,0,0,0,1,300,100,1,0),(57341,186938,571,1,1,719.806,-5809.21,293.452,-1.97222,0,0,0,1,300,100,1,0),(57342,186938,571,1,1,424.05,-5486.85,285.61,-0.750491,0,0,0,1,300,100,1,0),(57343,186938,571,1,1,370.153,-5323.21,288.641,-1.74533,0,0,0,1,300,100,1,0),(57344,186938,571,1,1,408.759,-5451.69,286.3,1.65806,0,0,0,1,300,100,1,0),(57345,187194,571,1,1,3248.33,-2376.13,125.816,1.5708,0,0,0,1,300,100,1,0),(57346,186938,571,1,1,211.251,-5549.31,338.108,1.93731,0,0,0,1,300,100,1,0),(57347,186938,571,1,1,158.795,-5633.23,378.531,-2.05949,0,0,0,1,300,100,1,0),(57348,186938,571,1,1,167.9,-5478.64,372.979,3.14159,0,0,0,1,300,100,1,0),(57349,186938,571,1,1,121.146,-5542.12,384.774,-0.802851,0,0,0,1,300,100,1,0),(57350,186938,571,1,1,380.315,-5560.15,306.912,-0.104719,0,0,0,1,300,100,1,0),(57353,186938,571,1,1,333.257,-5371.3,299.962,0.90757,0,0,0,1,300,100,1,0),(57354,186938,571,1,1,234.096,-5375.45,315.76,-0.733038,0,0,0,1,300,100,1,0),(57355,186938,571,1,1,288.419,-5438.36,316.024,0.733038,0,0,0,1,300,100,1,0),(57356,186938,571,1,1,323.753,-5446.08,302.766,-2.74016,0,0,0,1,300,100,1,0),(57357,186938,571,1,1,434.621,-5491,284.554,-0.523598,0,0,0,1,300,100,1,0),(57358,186938,571,1,1,441.576,-5351.75,271.048,-0.471238,0,0,0,1,300,100,1,0),(57359,186938,571,1,1,350.866,-5498.29,298.151,0.383971,0,0,0,1,300,100,1,0),(57360,186938,571,1,1,451.603,-5395.29,274.695,2.56563,0,0,0,1,300,100,1,0),(57361,187194,571,1,1,3272.99,-2376.12,126.18,1.5708,0,0,0,1,300,100,1,0),(57362,187194,571,1,1,3207.48,-2339.07,129.039,0.541051,0,0,0,1,300,100,1,0),(57363,187194,571,1,1,3325.68,-2187.14,134.125,-2.49582,0,0,0,1,300,100,1,0),(57364,187194,571,1,1,3342.09,-2281.31,137.68,2.70526,0,0,0,1,300,100,1,0),(57365,187194,571,1,1,3220.81,-2360.82,129.098,0.558504,0,0,0,1,300,100,1,0),(57366,187194,571,1,1,5948.39,621.139,660.809,2.77507,0,0,0,1,300,100,1,0),(57367,186938,571,1,1,169.655,-5632.73,372.652,0.628317,0,0,0,1,300,100,1,0),(57368,186938,571,1,1,29.0296,-5548.93,403.397,-2.09439,0,0,0,1,300,100,1,0),(57369,186938,571,1,1,303.072,-5653.13,317.434,0.226892,0,0,0,1,300,100,1,0),(57370,186938,571,1,1,344.501,-5539.08,303.28,-2.79252,0,0,0,1,300,100,1,0),(57371,186938,571,1,1,180.649,-5507.09,371.397,1.01229,0,0,0,1,300,100,1,0),(57372,186938,571,1,1,198.437,-5480.33,342.147,-2.75761,0,0,0,1,300,100,1,0),(57373,186938,571,1,1,288.58,-5471.42,332.38,3.05433,0,0,0,1,300,100,1,0),(57374,186938,571,1,1,336.113,-5630.54,308.411,-1.13446,0,0,0,1,300,100,1,0),(57376,186938,571,1,1,62.7389,-5465.39,393.514,-3.12412,0,0,0,1,300,100,1,0),(57377,186938,571,1,1,293.361,-5419.69,308.744,2.37364,0,0,0,1,300,100,1,0),(57378,186938,571,1,1,292.567,-5405.53,307.442,-1.13446,0,0,0,1,300,100,1,0),(57379,187194,571,1,1,3331.03,-2305.59,137.538,2.70526,0,0,0,1,300,100,1,0),(57380,187194,571,1,1,3194.92,-2304.8,131.448,0.157079,0,0,0,1,300,100,1,0),(57381,186938,571,1,1,305.325,-5515.57,328.923,-2.70526,0,0,0,1,300,100,1,0),(57382,186938,571,1,1,73.4479,-5532.33,396.547,0.296705,0,0,0,1,300,100,1,0),(57383,186938,571,1,1,57.6493,-5602.02,400.613,0,0,0,0,1,300,100,1,0),(57384,186938,571,1,1,59.279,-5565.99,399.463,-1.13446,0,0,0,1,300,100,1,0),(57385,186938,571,1,1,333.746,-5617.54,309.516,-2.51327,0,0,0,1,300,100,1,0),(57386,186938,571,1,1,293.961,-5333.55,302.827,0.436332,0,0,0,1,300,100,1,0),(57387,186938,571,1,1,305.866,-5335.7,302.207,-1.23918,0,0,0,1,300,100,1,0),(57388,186938,571,1,1,369.88,-5661.77,303.433,0.331611,0,0,0,1,300,100,1,0),(57389,186938,571,1,1,329.61,-5551.04,309.192,2.79252,0,0,0,1,300,100,1,0),(57390,186938,571,1,1,563.993,-5619.1,284.103,0.715585,0,0,0,1,300,100,1,0),(57391,186938,571,1,1,550.101,-5515.11,271.374,1.97222,0,0,0,1,300,100,1,0),(57392,186938,571,1,1,371.866,-5424.21,291.228,-1.95477,0,0,0,1,300,100,1,0),(57393,186938,571,1,1,577.007,-5796.38,290.597,0.977383,0,0,0,1,300,100,1,0),(57394,186938,571,1,1,431.497,-5603.2,293.3,1.37881,0,0,0,1,300,100,1,0),(57395,186938,571,1,1,514.01,-5980.92,314.407,-2.26892,0,0,0,1,300,100,1,0),(57396,186938,571,1,1,418.997,-5549.83,290.155,-0.104719,0,0,0,1,300,100,1,0),(57397,186938,571,1,1,800.389,-5838.02,277.604,0.628317,0,0,0,1,300,100,1,0),(57398,186938,571,1,1,672.588,-5786.12,283.024,2.68781,0,0,0,1,300,100,1,0),(57399,186938,571,1,1,720.583,-5785.9,291.487,-2.68781,0,0,0,1,300,100,1,0),(57400,186938,571,1,1,523.306,-5533.56,276.563,-1.51844,0,0,0,1,300,100,1,0),(57401,186938,571,1,1,465.528,-5963.1,313.397,0.261798,0,0,0,1,300,100,1,0),(57402,186938,571,1,1,608.037,-5904.13,295.803,-2.93214,0,0,0,1,300,100,1,0),(57403,186938,571,1,1,488.368,-6028.54,317.297,-2.70526,0,0,0,1,300,100,1,0),(57404,186938,571,1,1,480.593,-5748.23,303.872,-2.51327,0,0,0,1,300,100,1,0),(57405,186938,571,1,1,470.149,-5728.49,299.936,-0.558504,0,0,0,1,300,100,1,0),(57406,186938,571,1,1,560.908,-5800.54,293.93,-3.03684,0,0,0,1,300,100,1,0),(57407,186938,571,1,1,558.465,-5772.54,293.573,1.79769,0,0,0,1,300,100,1,0),(57408,186938,571,1,1,558.847,-5694.48,286.69,-0.855211,0,0,0,1,300,100,1,0),(57409,186938,571,1,1,547.458,-5714.66,291.17,-0.95993,0,0,0,1,300,100,1,0),(57410,186938,571,1,1,501.623,-5686.14,290.02,-2.60053,0,0,0,1,300,100,1,0),(57411,186938,571,1,1,557.056,-5600.73,282.86,0.90757,0,0,0,1,300,100,1,0),(57412,186938,571,1,1,607.981,-5951.78,300.279,-0.331611,0,0,0,1,300,100,1,0),(57413,186938,571,1,1,634.128,-5911.46,297.998,0.069812,0,0,0,1,300,100,1,0),(57414,186938,571,1,1,647.485,-5911.1,296.375,-3.12412,0,0,0,1,300,100,1,0),(57415,186938,571,1,1,503.786,-5672.49,289.121,-0.471238,0,0,0,1,300,100,1,0),(57416,186938,571,1,1,762.635,-5889.62,285.039,2.07694,0,0,0,1,300,100,1,0),(57417,186938,571,1,1,822.346,-5858.38,278.733,1.0472,0,0,0,1,300,100,1,0),(57418,186938,571,1,1,799.303,-5864.03,280.565,1.44862,0,0,0,1,300,100,1,0),(57419,186938,571,1,1,536.602,-5496.38,273.027,-0.191985,0,0,0,1,300,100,1,0),(57420,186938,571,1,1,440.412,-5558.72,287.707,0.174532,0,0,0,1,300,100,1,0),(57421,186938,571,1,1,762.453,-5875.13,284.56,-2.26892,0,0,0,1,300,100,1,0),(57422,186938,571,1,1,405.565,-5848.45,302.323,1.88495,0,0,0,1,300,100,1,0),(57423,186938,571,1,1,450.487,-5773.25,307.061,0.191985,0,0,0,1,300,100,1,0),(57424,186938,571,1,1,434.267,-5710.88,299.732,-2.80997,0,0,0,1,300,100,1,0),(57425,186938,571,1,1,442.048,-5690.34,295.478,2.09439,0,0,0,1,300,100,1,0),(57426,186938,571,1,1,503.269,-6047.54,321.004,2.9845,0,0,0,1,300,100,1,0),(57427,186938,571,1,1,417.4,-5878.14,307.914,-2.09439,0,0,0,1,300,100,1,0),(57428,186938,571,1,1,440.469,-5877.58,308.855,1.39626,0,0,0,1,300,100,1,0),(57429,192058,571,1,1,7745.19,-32.7508,868.121,-2.54818,0,0,0,1,300,100,1,0),(57430,192058,571,1,1,7739.37,-51.4643,869.626,1.22173,0,0,0,1,300,100,1,0),(57431,192058,571,1,1,7797.85,-39.7012,882.614,1.53589,0,0,0,1,300,100,1,0),(57432,192058,571,1,1,7827.62,-62.3719,882.007,1.48353,0,0,0,1,300,100,1,0),(57433,192058,571,1,1,7807.74,-53.329,883.758,0.366518,0,0,0,1,300,100,1,0),(57434,192058,571,1,1,7839.65,-36.1697,879.903,-2.40855,0,0,0,1,300,100,1,0),(57435,192058,571,1,1,7811.68,-44.7291,878.573,-1.5708,0,0,0,1,300,100,1,0),(57436,192058,571,1,1,7787.32,-36.2046,879.583,0.122173,0,0,0,1,300,100,1,0),(67727,190455,571,1,1,5911.49,5380.92,-98.9058,2.87979,0,0,0,1,180,0,1,0),(57439,193083,571,1,1,5789.24,587.197,652.675,1.48923,0,0,-0.333807,0.942641,300,100,1,0),(57440,169275,571,1,1,3654.96,5900.21,174.642,-2.60053,0,0,0.876727,0.480989,300,100,1,0),(57441,188475,571,1,1,3170.55,2444.55,34.378,-2.00713,0,0,0,1,300,100,1,0),(57442,191547,571,1,1,5950.65,-1851.17,253.482,-0.157079,0,0,0,1,300,100,1,0),(57443,192059,571,1,1,5441.73,123.89,147.409,-1.81514,0,0,0,1,300,100,1,0),(57444,192059,571,1,1,5529.62,391.673,147.409,-2.93214,0,0,0,1,300,100,1,0),(57445,192059,571,1,1,5679.77,545.682,147.409,-0.401425,0,0,0,1,300,100,1,0),(57446,192059,571,1,1,5483.32,86.3569,147.409,0.418879,0,0,0,1,300,100,1,0),(57447,186427,571,1,1,1482.05,-3950.36,126.458,-1.97222,0,0,0,1,300,100,1,0),(81151,190778,571,1,1,5443.53,4867.83,-211.713,1.79184,0,0,0.780784,0.624802,300,0,1,0),(150111,190779,571,1,1,5462.55,4801.58,-213.271,5.69526,0,0,0.289748,-0.957103,300,100,1,0),(150110,190779,571,1,1,5407.87,4829.69,-212.883,4.64677,0,0,0.729923,-0.683529,300,100,1,0),(150109,190779,571,1,1,5431.9,4814.6,-220.366,4.40722,0,0,0.806367,-0.591415,300,100,1,0),(57452,186427,571,1,1,1556.55,-3756.8,145.323,2.07694,0,0,0,1,300,100,1,0),(57453,186427,571,1,1,1215.36,-3816,138.479,-1.3439,0,0,0,1,300,100,1,0),(57454,186427,571,1,1,1484.86,-3881.37,128.44,2.91469,0,0,0,1,300,100,1,0),(57455,186427,571,1,1,1451.82,-3846.81,130.35,0.069812,0,0,0,1,300,100,1,0),(57456,186427,571,1,1,1248.67,-3782.12,135.013,-0.750491,0,0,0,1,300,100,1,0),(57457,186427,571,1,1,1382.96,-3851.81,124.265,-1.74533,0,0,0,1,300,100,1,0),(57458,186427,571,1,1,1358.76,-3882.77,123.337,0.506145,0,0,0,1,300,100,1,0),(57459,186427,571,1,1,1416.22,-3884.86,126.501,1.79769,0,0,0,1,300,100,1,0),(57460,186427,571,1,1,1450.7,-3782.22,131.593,-0.733038,0,0,0,1,300,100,1,0),(57461,186427,571,1,1,1284.14,-3549.51,161.125,2.37364,0,0,0,1,300,100,1,0),(57462,186427,571,1,1,1415.63,-3814.37,127.915,-0.453785,0,0,0,1,300,100,1,0),(57463,186427,571,1,1,1246.95,-3516.41,167.129,1.65806,0,0,0,1,300,100,1,0),(57464,186427,571,1,1,1480.54,-3547.28,161.788,1.06465,0,0,0,1,300,100,1,0),(57465,186427,571,1,1,1485.96,-3814.95,133.073,-2.26892,0,0,0,1,300,100,1,0),(57466,186427,571,1,1,1351.38,-3550.49,157.802,0.90757,0,0,0,1,300,100,1,0),(57467,186427,571,1,1,1516.01,-3783.73,138.058,1.44862,0,0,0,1,300,100,1,0),(57468,186427,571,1,1,1385.32,-3579.68,143.385,-2.74016,0,0,0,1,300,100,1,0),(57469,186427,571,1,1,1381.72,-3925.58,124.77,2.30383,0,0,0,1,300,100,1,0),(268054,193989,615,3,16,3248.62,646.739,85.2939,4.60225,0,0,0.744956,-0.667114,300,0,1,0),(57471,192827,571,1,1,5647.09,735.658,641.706,0.349065,0,0,0,1,300,100,1,0),(57472,192827,571,1,1,5638.42,752.546,641.624,-2.09439,0,0,0,1,300,100,1,0),(57473,192827,571,1,1,5752.28,780.194,640.46,-1.43117,0,0,0,1,300,100,1,0),(57474,192059,571,1,1,5853.48,808.202,147.409,-0.663223,0,0,0,1,300,100,1,0),(57475,192827,571,1,1,5989.67,648.406,642.709,-1.0472,0,0,0,1,300,100,1,0),(57476,192827,571,1,1,5756.24,758.174,642.047,1.88495,0,0,0,1,300,100,1,0),(57477,192827,571,1,1,5865.58,774.619,640.531,-3.08918,0,0,0,1,300,100,1,0),(57478,192827,571,1,1,5824.08,493.728,656.934,-1.55334,0,0,0,1,300,100,1,0),(57479,192827,571,1,1,5797.42,480.681,657.573,0.453785,0,0,0,1,300,100,1,0),(57480,192827,571,1,1,5826.56,738.855,640.351,-1.91986,0,0,0,1,300,100,1,0),(57481,192827,571,1,1,5950.2,696.584,641.106,-1.11701,0,0,0,1,300,100,1,0),(57482,192827,571,1,1,5810.08,620.439,647.71,0.034906,0,0,0,1,300,100,1,0),(57483,192827,571,1,1,5804.64,661.781,647.707,-2.26892,0,0,0,1,300,100,1,0),(57484,192059,571,1,1,5558.36,414.821,147.409,2.18166,0,0,0,1,300,100,1,0),(57485,192059,571,1,1,5693.25,642.27,147.409,0.296705,0,0,0,1,300,100,1,0),(57486,190524,571,1,1,6642.58,-209.403,951.87,2.93214,0,0,0,1,300,100,1,0),(57487,191548,571,1,1,5798.86,-1597.44,234.2,2.10312,0,0,0,1,180,1,1,0),(67726,190455,571,1,1,5898.94,5471.34,-77.3955,3.01941,0,0,0,1,180,0,1,0),(57490,193084,571,1,1,5801.72,583.327,652.716,0.180235,0,0,-0.333807,0.942641,300,100,1,0),(57491,148540,571,1,1,3627.37,5878.4,165.815,0.802851,0,0,0.876727,0.480989,300,100,1,0),(57492,169276,571,1,1,3648.35,5873.01,174.671,1.97222,0,0,0.876727,0.480989,300,100,1,0),(57493,188476,571,1,1,3170.55,2444.55,34.8641,-2.3911,0,0,0,1,300,100,1,0),(57494,180796,571,1,1,5824.71,642.503,647.91,-2.63544,0,0,0,1,300,100,1,0),(57495,192828,571,1,1,5731.1,599.892,156.366,-0.418879,0,0,0,1,300,100,1,0),(57496,192828,571,1,1,5728.15,572.398,156.651,2.80997,0,0,0,1,300,100,1,0),(57497,186684,571,1,1,2176.19,-5481.26,242.196,-0.925024,0,0,0,1,300,100,1,0),(57498,186684,571,1,1,1957.19,-5698.66,215.833,-2.25147,0,0,0,1,300,100,1,0),(57499,186684,571,1,1,2113.1,-5829.53,223.853,3.14159,0,0,0,1,300,100,1,0),(57500,192828,571,1,1,5833.23,614.872,170.357,1.06465,0,0,0,1,300,100,1,0),(57501,192828,571,1,1,5773.89,597.356,158.652,-0.750491,0,0,0,1,300,100,1,0),(57502,192828,571,1,1,5741.95,635.602,157.861,1.79769,0,0,0,1,300,100,1,0),(57503,192828,571,1,1,5822.55,679.121,164.342,2.21656,0,0,0,1,300,100,1,0),(57504,192828,571,1,1,5826.69,691.18,165.094,-2.65289,0,0,0,1,300,100,1,0),(57505,192828,571,1,1,5745.67,729.041,149.345,1.90241,0,0,0,1,300,100,1,0),(57506,192828,571,1,1,5764.73,727.446,153.54,2.60053,0,0,0,1,300,100,1,0),(57507,192828,571,1,1,5728.22,617.236,156.462,0.104719,0,0,0,1,300,100,1,0),(57508,192828,571,1,1,5672.16,683.813,149.34,-2.16421,0,0,0,1,300,100,1,0),(57509,192828,571,1,1,5677.69,658.339,149.134,2.53072,0,0,0,1,300,100,1,0),(57510,192828,571,1,1,5703.71,579.489,148.279,-0.087266,0,0,0,1,300,100,1,0),(57511,192828,571,1,1,5756.19,559.87,158.706,-0.767944,0,0,0,1,300,100,1,0),(57512,190525,571,1,1,6645.19,-205.514,951.685,-2.94088,0,0,0,1,300,100,1,0),(67725,190454,571,1,1,5933.18,5324.18,-95.6989,2.1293,0,0,0,1,180,0,1,0),(57515,193085,571,1,1,5803.21,581.971,652.716,1.48923,0,0,-0.333807,0.942641,300,100,1,0),(57516,169277,571,1,1,3643.77,5895.55,174.538,0.925024,0,0,0.876727,0.480989,300,100,1,0),(57517,180797,571,1,1,5825.13,642.653,647.825,2.1293,0,0,0,1,300,100,1,0),(57518,191549,571,1,1,8363.07,-207.432,846.006,-2.32129,0,0,0,1,300,100,0,0),(57519,191549,571,1,1,8509.87,-196.219,809.436,-0.523598,0,0,0,1,300,100,0,0),(57520,191549,571,1,1,8495.81,197.372,787.667,-2.96704,0,0,0,1,300,100,0,0),(57521,191549,571,1,1,8478.68,-127.892,796.82,-0.575957,0,0,0,1,300,100,0,0),(57522,191549,571,1,1,8486.92,-63.4253,790.363,-1.69297,0,0,0,1,300,100,0,0),(57523,191549,571,1,1,8426.69,-129.014,806.291,-3.00195,0,0,0,1,300,100,0,0),(57524,191549,571,1,1,8399.01,-197.74,830.946,-2.74016,0,0,0,1,300,100,0,0),(57525,191549,571,1,1,8432.63,-213.3,825.563,3.05433,0,0,0,1,300,100,0,0),(57526,191549,571,1,1,8409.28,-79.8145,802.052,0.244346,0,0,0,1,300,100,0,0),(57527,191549,571,1,1,8421.06,-180.158,820.688,1.39626,0,0,0,1,300,100,0,0),(57528,190526,571,1,1,6668.41,-199.321,950.851,-1.03,0,0,0,1,300,100,1,0),(57529,190014,571,1,1,4112.97,-3675.15,179.141,0.34034,0,0,0,1,300,100,1,0),(57531,192830,571,1,1,5623.16,4578.08,-137.623,-1.50098,0,0,0,1,300,100,1,0),(57532,193086,571,1,1,5649.97,707.536,657.636,-1.98852,0,0,-0.333807,0.942641,300,100,1,0),(57533,169278,571,1,1,3645.26,5890.37,174.524,0.296705,0,0,0.876727,0.480989,300,100,1,0),(57534,180798,571,1,1,5822.9,640.832,647.928,-2.25147,0,0,0,1,300,100,1,0),(57535,186687,571,1,1,1887.1,-6172.92,23.7025,1.07338,0,0,0,1,300,100,1,0),(57536,190527,571,1,1,6703.75,-251.241,948.231,-1.03423,0,0,0,1,300,100,1,0),(57537,190015,571,1,1,4199.84,-3893.99,178.563,3.14159,0,0,0,1,300,100,1,0),(57539,192831,571,1,1,5622.48,4572.26,-137.664,2.3911,0,0,0,1,300,100,1,0),(57540,193087,571,1,1,5632.51,667.335,657.653,1.14977,0,0,-0.333807,0.942641,300,100,1,0),(57541,169279,571,1,1,3631.32,5875.07,165.815,0.98611,0,0,0.876727,0.480989,300,100,1,0),(150127,188469,571,1,1,4128.46,-4852.93,73.124,3.49344,0,0,0.984565,-0.175018,300,0,1,0),(150126,188473,571,1,1,4128.46,-4852.93,73.124,3.49344,0,0,0.984565,-0.175018,300,0,1,0),(57544,180799,571,1,1,5823.9,640.188,647.856,-2.23402,0,0,0,1,300,100,1,0),(57545,186431,571,1,1,1482.05,-3950.36,126.458,-1.97222,0,0,0,1,300,100,1,0),(57546,186431,571,1,1,1556.55,-3756.8,145.323,2.07694,0,0,0,1,300,100,1,0),(57547,186431,571,1,1,1215.36,-3816,138.479,-1.3439,0,0,0,1,300,100,1,0),(57548,186431,571,1,1,1484.86,-3881.37,128.44,2.91469,0,0,0,1,300,100,1,0),(57549,186431,571,1,1,1451.82,-3846.81,130.35,0.069812,0,0,0,1,300,100,1,0),(57550,186431,571,1,1,1248.67,-3782.12,135.013,-0.750491,0,0,0,1,300,100,1,0),(57551,186431,571,1,1,1382.96,-3851.81,124.265,-1.74533,0,0,0,1,300,100,1,0),(57552,186431,571,1,1,1358.76,-3882.77,123.337,0.506145,0,0,0,1,300,100,1,0),(57553,186431,571,1,1,1416.22,-3884.86,126.501,1.79769,0,0,0,1,300,100,1,0),(57554,186431,571,1,1,1450.7,-3782.22,131.593,-0.733038,0,0,0,1,300,100,1,0),(57555,186431,571,1,1,1284.14,-3549.51,161.125,2.37364,0,0,0,1,300,100,1,0),(57556,186431,571,1,1,1415.63,-3814.37,127.915,-0.453785,0,0,0,1,300,100,1,0),(57557,186431,571,1,1,1246.95,-3516.41,167.129,1.65806,0,0,0,1,300,100,1,0),(57558,186431,571,1,1,1480.54,-3547.28,161.788,1.06465,0,0,0,1,300,100,1,0),(57559,186431,571,1,1,1485.96,-3814.95,133.073,-2.26892,0,0,0,1,300,100,1,0),(57560,186431,571,1,1,1351.38,-3550.49,157.802,0.90757,0,0,0,1,300,100,1,0),(57561,186431,571,1,1,1516.01,-3783.73,138.058,1.44862,0,0,0,1,300,100,1,0),(57562,186431,571,1,1,1385.32,-3579.68,143.385,-2.74016,0,0,0,1,300,100,1,0),(57563,186431,571,1,1,1381.72,-3925.58,124.77,2.30383,0,0,0,1,300,100,1,0),(57564,190016,571,1,1,4105.48,-3923.36,172.495,1.06465,0,0,0,1,300,100,1,0),(57565,192832,571,1,1,5618.6,4572.68,-137.459,2.96704,0,0,0,1,300,100,1,0),(57567,193088,571,1,1,5974.59,634.285,656.333,-1.93447,0,0,-0.333807,0.942641,300,100,1,0),(57568,148544,571,1,1,3650.93,5877.09,165.815,2.37364,0,0,0.876727,0.480989,300,100,1,0),(57569,169280,571,1,1,3638.88,5872.87,165.815,1.58825,0,0,0.876727,0.480989,300,100,1,0),(57570,191552,571,1,1,8468.4,-68.8392,794.762,-1.88495,0,0,0,1,300,100,0,0),(57571,190784,571,1,1,6558.13,-3904.05,492.327,3.10665,0,0,0,1,180,1,1,0),(57572,188480,571,1,1,4878.81,-4793.73,32.5334,-0.680679,0,0,0,1,180,1,0,0),(57574,186433,571,1,1,1401.93,-3199.86,160.944,-1.58825,0,0,0,1,300,100,1,0),(57576,193089,571,1,1,5959.15,593.502,656.381,1.20711,0,0,-0.333807,0.942641,300,100,1,0),(57577,169281,571,1,1,3652.24,5900.65,165.815,-2.33874,0,0,0.876727,0.480989,300,100,1,0),(57578,191553,571,1,1,6404.5,-1118.93,425.46,-3.00195,0,0,0,1,300,100,1,0),(57579,188481,571,1,1,3271.94,-2194.43,117.373,-1.93731,0,0,0,1,300,100,1,0),(57580,186434,571,1,1,1398.51,-3200.39,160.809,-2.54818,0,0,0,1,300,100,1,0),(57582,190274,571,1,1,3372.44,1175.74,138.367,1.28282,0,0,0,1,300,100,1,0),(67724,190454,571,1,1,5962.36,5484.06,-85.1681,-1.62316,0,0,0,1,180,0,1,0),(57584,169282,571,1,1,3640.73,5906.18,165.815,-1.55334,0,0,0.876727,0.480989,300,100,1,0),(57585,186946,571,1,1,559.972,-6103.84,293.416,-2.74016,0,0,0,1,300,100,1,0),(57586,186946,571,1,1,466.411,-6104.29,249.914,0.628317,0,0,0,1,300,100,1,0),(57587,186946,571,1,1,509.486,-6098.01,291.996,2.14675,0,0,0,1,300,100,1,0),(57588,186946,571,1,1,535.635,-6106.88,251.021,-1.22173,0,0,0,1,300,100,1,0),(57589,186946,571,1,1,522.453,-6164.12,75.9355,0.733038,0,0,0,1,300,100,1,0),(57590,186946,571,1,1,565.645,-6168.58,74.9989,0.191985,0,0,0,1,300,100,1,0),(57591,186946,571,1,1,592.994,-6111.05,239.277,-1.81514,0,0,0,1,300,100,1,0),(57592,186946,571,1,1,533.775,-6132.44,141.247,-2.89724,0,0,0,1,300,100,1,0),(57593,186946,571,1,1,630.775,-6143.76,159.451,-0.680679,0,0,0,1,300,100,1,0),(57594,186946,571,1,1,437.918,-6138.56,170.189,-2.67035,0,0,0,1,300,100,1,0),(57595,186946,571,1,1,490.109,-6141.55,140.869,2.72271,0,0,0,1,300,100,1,0),(57596,186946,571,1,1,352.848,-6034.29,294.848,2.77507,0,0,0,1,300,100,1,0),(57597,186946,571,1,1,366.45,-6065.84,251.256,-0.628317,0,0,0,1,300,100,1,0),(57598,186946,571,1,1,350.966,-6067.79,200.969,2.49582,0,0,0,1,300,100,1,0),(57599,186946,571,1,1,357.015,-6111.49,93.499,2.23402,0,0,0,1,300,100,1,0),(57600,186946,571,1,1,389.857,-6107.33,185.417,-1.91986,0,0,0,1,300,100,1,0),(57601,186946,571,1,1,315.661,-6069.47,81.0082,-1.97222,0,0,0,1,300,100,1,0),(57602,186946,571,1,1,401.569,-6084,291.505,-2.63544,0,0,0,1,300,100,1,0),(57603,186946,571,1,1,407.539,-6107.58,240.968,-1.88495,0,0,0,1,300,100,1,0),(57604,186435,571,1,1,1419.09,-3265.81,165.236,2.54818,0,0,0,1,300,100,1,0),(67723,190454,571,1,1,5934.92,5462.31,-93.6108,1.79769,0,0,0,1,180,0,1,0),(57606,192067,571,1,1,5724.55,666.506,646.323,-1.92004,0,0,-0.333807,0.942641,300,100,1,0),(57607,169283,571,1,1,3623.58,5885.3,165.815,0.200711,0,0,0.876727,0.480989,300,100,1,0),(57608,148547,571,1,1,3648.29,5903.98,165.815,-2.15548,0,0,0.876727,0.480989,300,100,1,0),(57609,188483,571,1,1,4899.48,-4790.13,32.5567,-1.76278,0,0,0,1,300,100,1,0),(57610,188483,571,1,1,4889.94,-4790.71,32.6067,-1.23918,0,0,0,1,300,100,1,0),(57611,188483,571,1,1,4914.15,-4802.85,32.5622,-2.80997,0,0,0,1,300,100,1,0),(57612,188483,571,1,1,4877.46,-4815.66,32.5636,0.331611,0,0,0,1,300,100,1,0),(57613,188483,571,1,1,4892.24,-4828.29,32.5906,1.36136,0,0,0,1,300,100,1,0),(57614,188483,571,1,1,4883.19,-4823.91,32.5645,0.820303,0,0,0,1,300,100,1,0),(57615,188483,571,1,1,4902.26,-4827.49,32.6043,1.93731,0,0,0,1,300,100,1,0),(57616,188483,571,1,1,4908.58,-4794.48,32.5612,-2.30383,0,0,0,1,300,100,1,0),(57617,188227,571,1,1,3842.39,1486.62,92.0606,1.5708,0,0,0,1,300,100,1,0),(57619,190019,571,1,1,3029.31,538.281,70.662,2.87979,0,0,0,1,300,100,1,0),(57620,190019,571,1,1,3101.31,452.951,85.6436,-1.51844,0,0,0,1,300,100,1,0),(57621,188483,571,1,1,4876.78,-4805.65,32.5678,-0.191985,0,0,0,1,300,100,1,0),(57622,188483,571,1,1,4914.84,-4813.22,32.5697,2.93214,0,0,0,1,300,100,1,0),(57623,190019,571,1,1,3143.92,575.075,67.4357,0.95993,0,0,0,1,300,100,1,0),(57627,186436,571,1,1,1388.64,-3465.56,174.62,-1.92859,0,0,0,1,300,100,1,0),(57628,190276,571,1,1,3266.45,1090.08,131.443,2.522,0,0,0,1,300,100,1,0),(67722,190454,571,1,1,5893.36,5319.34,-95.5363,-2.11185,0,0,0,1,180,0,1,0),(57630,192068,571,1,1,5807.21,725.75,640.87,-1.92004,0,0,-0.333807,0.942641,300,100,0,0),(57631,192836,571,1,1,5850.04,584.501,623.815,-0.680677,0,0,-0.333807,0.942641,300,100,1,0),(57632,191300,571,1,1,4896.1,-4809.26,32.1805,-0.724309,0,0,-0.354291,0.935135,300,100,1,0),(57633,169284,571,1,1,3643.88,5896.05,140.144,-2.10312,0,0,0.876727,0.480989,300,100,1,0),(57634,193604,571,1,1,5781.48,841.258,680.379,-0.785397,0,0,0,1,300,100,1,0),(57635,186437,571,1,1,1396.73,-3464.35,174.17,-0.794124,0,0,0,1,300,100,1,0),(57636,190021,571,1,1,1623.44,-4828.78,126.451,3.06302,0,0,0,1,300,100,1,0),(67721,190454,571,1,1,5901.88,5438.01,-91.3293,-1.69297,0,0,0,1,180,0,1,0),(57638,192069,571,1,1,5972.94,675.615,641.887,-2.68504,0,0,-0.333807,0.942641,300,100,1,0),(57639,148549,571,1,1,3635.58,5905.75,165.815,-1.37008,0,0,0.876727,0.480989,300,100,1,0),(57640,169285,571,1,1,3637.14,5886.48,140.144,0.968657,0,0,0.876727,0.480989,300,100,1,0),(57641,188229,571,1,1,4908.34,655.617,132.712,2.11185,0,0,0,1,300,100,1,0),(57642,188229,571,1,1,4823.97,744.799,113.117,1.98967,0,0,0,1,300,100,1,0),(57643,188229,571,1,1,5175.17,615.983,176.563,-0.523598,0,0,0,1,300,100,1,0),(57644,188229,571,1,1,4954.96,831.368,133.027,1.25664,0,0,0,1,300,100,1,0),(57645,190533,571,1,1,5168.02,4917.02,-134.9,-2.9845,0,0,0,1,300,100,1,0),(57646,190533,571,1,1,5151.6,4782.19,-134.47,-2.18166,0,0,0,1,300,100,1,0),(57647,190533,571,1,1,5237.57,4827.95,-136.455,-0.663223,0,0,0,1,300,100,1,0),(57648,190533,571,1,1,5501.14,4902.43,-197.396,2.67035,0,0,0,1,300,100,1,0),(57649,190533,571,1,1,5240.55,4894.19,-130.436,0.575957,0,0,0,1,300,100,1,0),(57650,190533,571,1,1,5312.1,4914.01,-129.987,-1.97222,0,0,0,1,300,100,1,0),(57651,190533,571,1,1,5234.83,4849.06,-128.374,3.05433,0,0,0,1,300,100,1,0),(57652,190533,571,1,1,5008.18,4970.83,-111.764,1.46608,0,0,0,1,300,100,1,0),(57653,190533,571,1,1,5289.04,4928.65,-131.416,2.35619,0,0,0,1,300,100,1,0),(57654,190533,571,1,1,5305.86,4814.67,-135.085,-0.296705,0,0,0,1,300,100,1,0),(57655,190533,571,1,1,5307.76,4851.25,-130.869,-2.75761,0,0,0,1,300,100,1,0),(57656,190533,571,1,1,5174.97,5009.06,-134.124,1.76278,0,0,0,1,300,100,1,0),(57657,190533,571,1,1,5293.39,4780.71,-138.311,1.23918,0,0,0,1,300,100,1,0),(57658,190533,571,1,1,5196.05,4778.4,-133.9,-3.03684,0,0,0,1,300,100,1,0),(57659,190533,571,1,1,5526.47,4862.25,-197.342,-0.767944,0,0,0,1,300,100,1,0),(57660,190533,571,1,1,5411.1,4908.53,-194.152,0.994837,0,0,0,1,300,100,1,0),(57661,190533,571,1,1,5198.1,4833.59,-119.302,-1.62316,0,0,0,1,300,100,1,0),(57662,190533,571,1,1,4953.47,5013.43,-107.751,-3.12412,0,0,0,1,300,100,1,0),(57663,190533,571,1,1,5337.37,4958.92,-131.694,-1.74533,0,0,0,1,300,100,1,0),(57664,190533,571,1,1,5181.48,4868.67,-126.81,2.18166,0,0,0,1,300,100,1,0),(57665,190533,571,1,1,5499.52,4884.82,-198.492,-0.645772,0,0,0,1,300,100,1,0),(57666,190533,571,1,1,5281.83,4876.12,-128.146,-2.86233,0,0,0,1,300,100,1,0),(57667,190533,571,1,1,5550.12,4822.51,-198.363,-0.890117,0,0,0,1,300,100,1,0),(57668,190533,571,1,1,5809.19,4835.21,-138.186,0.157079,0,0,0,1,300,100,1,0),(57669,190533,571,1,1,5841.11,4882.75,-137.842,1.32645,0,0,0,1,300,100,1,0),(57670,190533,571,1,1,5559.08,5133.27,-135.178,1.72787,0,0,0,1,300,100,1,0),(57671,190533,571,1,1,5740.66,5237.31,-132.755,-2.53072,0,0,0,1,300,100,1,0),(57672,190533,571,1,1,5347.99,5060.87,-137.432,-1.16937,0,0,0,1,300,100,1,0),(57673,190533,571,1,1,5557.11,5238.65,-132.038,-1.5708,0,0,0,1,300,100,1,0),(57674,190533,571,1,1,5218.75,4964.77,-130.462,0.59341,0,0,0,1,300,100,1,0),(57675,190533,571,1,1,5283.61,5017.45,-136.105,-0.994837,0,0,0,1,300,100,1,0),(57676,190533,571,1,1,5189.63,4964.87,-134.291,-2.65289,0,0,0,1,300,100,1,0),(57677,190533,571,1,1,5501.02,5642.61,-101.116,1.36136,0,0,0,1,300,100,1,0),(57678,190533,571,1,1,6086.4,5389.74,-94.3473,1.64061,0,0,0,1,300,100,1,0),(57679,190533,571,1,1,5433.96,5643.77,-100.235,2.33874,0,0,0,1,300,100,1,0),(57680,190533,571,1,1,5509.73,5977.73,-47.2112,2.28638,0,0,0,1,300,100,1,0),(57681,190533,571,1,1,5475.89,5775.69,-81.4438,-1.46608,0,0,0,1,300,100,1,0),(57682,190533,571,1,1,5520.04,5767.82,-82.5697,2.9845,0,0,0,1,300,100,1,0),(57683,190533,571,1,1,5521.46,5883.29,-61.6251,-0.069812,0,0,0,1,300,100,1,0),(57684,190533,571,1,1,6081.7,5237.52,-98.0134,-2.16421,0,0,0,1,300,100,1,0),(57686,186949,571,1,1,356.045,-3696.27,-0.161963,2.68781,0,0,0,1,300,100,1,0),(57687,186949,571,1,1,286.212,-3699.2,-0.17475,-0.279252,0,0,0,1,300,100,1,0),(57688,186949,571,1,1,321.139,-3614.9,-0.173673,1.53589,0,0,0,1,300,100,1,0),(57689,186949,571,1,1,192.814,-3534.92,-0.233955,-2.74016,0,0,0,1,300,100,1,0),(57690,186949,571,1,1,198.837,-3678.82,-0.297614,0.261798,0,0,0,1,300,100,1,0),(57691,186949,571,1,1,125.094,-3619.15,-0.249945,0.034906,0,0,0,1,300,100,1,0),(57692,186949,571,1,1,7.07986,-3697.31,-0.226928,-2.40855,0,0,0,1,300,100,1,0),(57693,186949,571,1,1,223.55,-3402.65,-0.17117,-2.32129,0,0,0,1,300,100,1,0),(57694,186949,571,1,1,233.696,-3067.94,-0.123827,0.663223,0,0,0,1,300,100,1,0),(57695,186438,571,1,1,1346.75,-3459.89,175.829,-1.09956,0,0,0,1,300,100,1,0),(57696,188486,571,1,1,570.658,-4935.95,18.4367,-0.785397,0,0,0,1,300,100,1,0),(57697,190278,571,1,1,3272.16,977.245,129.05,1.93732,0,0,0,1,300,100,1,0),(57698,192582,571,1,1,7980.6,7.1632,961.549,-0.421481,0,0,0,1,300,100,1,0),(67720,190454,571,1,1,5961.55,5457.86,-91.025,0.558504,0,0,0,1,180,0,1,0),(57700,192070,571,1,1,5946.41,687.987,640.966,-1.05831,0,0,-0.333807,0.942641,300,100,1,0),(57701,192838,571,1,1,5762.96,712.023,618.52,-2.39032,0,0,-0.333807,0.942641,300,100,1,0),(57702,148550,571,1,1,3625.35,5898.01,165.815,-0.584684,0,0,0.876727,0.480989,300,100,1,0),(57703,186950,571,1,1,1199.48,-6174.22,231.835,-2.07694,0,0,0,1,300,100,1,0),(57704,188230,571,1,1,4954.96,831.368,133.027,1.25664,0,0,0,1,300,100,1,0),(57705,188230,571,1,1,5015.3,737.55,135.296,-0.209439,0,0,0,1,300,100,1,0),(57706,188230,571,1,1,4988.16,781.335,130.599,-0.279252,0,0,0,1,300,100,1,0),(57707,190534,571,1,1,5001.21,-2673.11,287.889,1.309,0,0,0,1,300,100,1,0),(57708,190534,571,1,1,5043,-2633.94,288.021,-1.06465,0,0,0,1,300,100,1,0),(57709,190534,571,1,1,5073.66,-2640.59,287.938,2.09439,0,0,0,1,300,100,1,0),(57710,190534,571,1,1,5053.84,-2647.21,288.016,1.71042,0,0,0,1,300,100,1,0),(57711,190534,571,1,1,5049.6,-2639.03,287.888,2.67035,0,0,0,1,300,100,1,0),(57712,190534,571,1,1,4923.71,-2740.44,287.978,0.401425,0,0,0,1,300,100,1,0),(57713,190534,571,1,1,5020.39,-2655.6,287.958,1.97222,0,0,0,1,300,100,1,0),(57714,190534,571,1,1,5045.16,-2681.54,287.73,-0.558504,0,0,0,1,300,100,1,0),(57715,190534,571,1,1,5073.61,-2663.81,287.988,0.122173,0,0,0,1,300,100,1,0),(57716,190534,571,1,1,5096.28,-2656.7,287.982,-1.51844,0,0,0,1,300,100,1,0),(57717,190534,571,1,1,5077.06,-2704.74,287.831,1.69297,0,0,0,1,300,100,1,0),(57718,190534,571,1,1,5068.15,-2681.94,287.824,2.00713,0,0,0,1,300,100,1,0),(57719,190534,571,1,1,5025.59,-2675.81,287.995,1.91986,0,0,0,1,300,100,1,0),(57720,190534,571,1,1,5030.79,-2655.96,288.022,1.27409,0,0,0,1,300,100,1,0),(57721,190534,571,1,1,4997.95,-2736.48,288.056,1.50098,0,0,0,1,300,100,1,0),(57722,190534,571,1,1,5137.65,-2740.62,288.052,-2.14675,0,0,0,1,300,100,1,0),(57723,190534,571,1,1,5116.41,-2716.05,288.032,2.65289,0,0,0,1,300,100,1,0),(57724,190534,571,1,1,5045.67,-2691.34,287.751,-2.93214,0,0,0,1,300,100,1,0),(57725,190534,571,1,1,4973.78,-2732.25,287.921,-0.087266,0,0,0,1,300,100,1,0),(57726,190534,571,1,1,4945.4,-2759.93,287.989,2.70526,0,0,0,1,300,100,1,0),(57727,190534,571,1,1,4971.83,-2706.09,288.024,-2.91469,0,0,0,1,300,100,1,0),(57728,190534,571,1,1,5076.03,-2838.85,288.021,2.65289,0,0,0,1,300,100,1,0),(268850,192075,571,1,4,7165.47,-3639.53,832.157,0.890117,0,0,0.430511,0.902586,300,100,1,0),(268849,192075,571,1,4,7148.73,-3559.17,830.36,-2.72271,0,0,-0.978147,0.207914,300,100,1,0),(57731,190535,571,1,1,5244.87,-2432.4,289.997,-3.13286,0,0,0,1,300,100,1,0),(57732,190279,571,1,1,2888.95,1229.97,143.405,0.90757,0,0,0,1,300,100,1,0),(57733,192583,571,1,1,7985.85,4.99045,961.557,2.40723,0,0,0,1,300,100,1,0),(67719,190454,571,1,1,5919.45,5447.54,-91.5137,0.610864,0,0,0,1,180,0,1,0),(57735,192839,571,1,1,5761.52,710.097,618.52,0.786179,0,0,-0.333807,0.942641,300,100,1,0),(57736,169287,571,1,1,3651.43,5875.07,174.671,2.22529,0,0,0.876727,0.480989,300,100,1,0),(57737,148551,571,1,1,3623.15,5890.45,165.815,0.017452,0,0,0.876727,0.480989,300,100,1,0),(57738,188231,571,1,1,4553.75,-4213.8,170.02,-0.366518,0,0,0,1,300,100,1,0),(57739,188487,571,1,1,4912.81,-4798,32.6049,2.18166,0,0,0,1,300,100,1,0),(57740,191303,571,1,1,4291.42,5216.67,26.8476,-0.366518,0,0,0,1,60,100,1,0),(57741,191303,571,1,1,3287.25,5143.51,22.1274,2.65289,0,0,0,1,60,100,1,0),(57742,191303,571,1,1,3316.13,4400.48,16.0029,-1.27409,0,0,0,1,60,100,1,0),(57743,191303,571,1,1,4357.35,5065.46,24.2155,-1.06465,0,0,0,1,60,100,1,0),(57744,191303,571,1,1,4304.76,4694.15,27.4378,-2.72271,0,0,0,1,60,100,1,0),(57745,191303,571,1,1,4032.13,4469.05,16.6616,-0.698132,0,0,0,1,60,100,1,0),(268848,192075,571,1,4,7176.21,-3511.2,833.381,1.93731,0,0,0.824125,0.566409,300,100,1,0),(268847,192075,571,1,4,7162.55,-3582.66,830.36,1.11701,0,0,0.529919,0.848048,300,100,1,0),(268846,192075,571,1,4,7131.5,-3584.22,840.195,-1.91986,0,0,-0.819151,0.573577,300,100,1,0),(268851,192071,571,1,8,7213.2,-2649.97,810.6,3.09472,0,0,0.999725,0.0234342,360,0,1,0),(268852,192060,571,1,5,7217.07,-3645.75,819.406,1.79769,0,0,0,1,180,255,1,0),(57751,186440,571,1,1,1331.85,-3448.56,175.142,-3.08045,0,0,0,1,300,100,1,0),(57752,192584,571,1,1,7738.26,68.9618,1009.32,-1.66187,0,0,0,1,300,100,1,0),(67718,190454,571,1,1,5910.69,5383.97,-106.31,2.11185,0,0,0,1,180,0,1,0),(57754,193608,571,1,1,5676.62,482.403,654.092,0.890117,0,0,-0.333807,0.942641,300,100,1,0),(57755,192840,571,1,1,5763.8,715.943,618.52,0.786179,0,0,-0.333807,0.942641,300,100,1,0),(57756,169288,571,1,1,3639.13,5897.95,174.57,0.087266,0,0,0.876727,0.480989,300,100,1,0),(57757,192072,571,1,1,7271.79,130.824,784.625,0.401425,0,0,0,1,300,100,1,0),(57758,191304,571,1,1,4291.42,5216.67,26.8476,-0.366518,0,0,0,1,300,100,1,0),(57759,191304,571,1,1,3712.87,4344.56,14.5311,-2.84488,0,0,0,1,300,100,1,0),(57760,191304,571,1,1,3563.49,4684.05,0.989806,-0.279252,0,0,0,1,300,100,1,0),(57761,191304,571,1,1,3968.16,4324.44,23.8334,1.71042,0,0,0,1,300,100,1,0),(57762,191304,571,1,1,3426.63,4362.45,14.3714,-0.157079,0,0,0,1,300,100,1,0),(57763,191304,571,1,1,3287.25,5143.51,22.1274,2.65289,0,0,0,1,300,100,1,0),(57764,191304,571,1,1,3316.13,4400.48,16.0029,-1.27409,0,0,0,1,300,100,1,0),(57765,191304,571,1,1,4357.35,5065.46,24.2155,-1.06465,0,0,0,1,300,100,1,0),(57766,191304,571,1,1,4304.76,4694.15,27.4378,-2.72271,0,0,0,1,300,100,1,0),(57767,191304,571,1,1,4032.13,4469.05,16.6616,-0.698132,0,0,0,1,300,100,1,0),(57768,190025,571,1,1,3704.21,696.986,89.2123,2.25147,0,0,0,1,300,100,1,0),(67717,190454,571,1,1,5791.52,5325.64,-97.795,-2.37364,0,0,0,1,180,0,1,0),(57770,193609,571,1,1,5676.62,482.403,654.092,0.890117,0,0,-0.333807,0.942641,300,100,1,0),(57771,192841,571,1,1,5765.24,717.869,618.52,-2.39032,0,0,-0.333807,0.942641,300,100,1,0),(57772,169289,571,1,1,3647.06,5883.95,174.57,0.925024,0,0,0.876727,0.480989,300,100,1,0),(57773,175177,571,1,1,3007.39,6701.66,13.7734,-1.58603,-0.015667,0.052891,0.409722,0.910541,300,100,1,0),(57774,190537,571,1,1,5153.61,-3036.31,278.555,1.25664,0,0,0,1,300,100,1,0),(57775,188489,571,1,1,3740.07,952.745,53.4842,-0.750491,0,0,0,1,300,100,1,0),(57776,186953,571,1,1,280.852,-5761.4,268.456,-2.49582,0,0,0,1,300,100,0,0),(57777,186442,571,1,1,1382.41,-3162.3,183.846,0.506145,0,0,0,1,300,100,1,0),(57778,190026,571,1,1,3165.09,-2256.16,114.372,3.07175,0,0,0,1,300,100,1,0),(57779,190282,571,1,1,3009.09,1039.44,105.48,1.92859,0,0,0,1,300,100,1,0),(67716,190454,571,1,1,5872.97,5443.86,-81.2059,-1.11701,0,0,0,1,180,0,1,0),(57781,192842,571,1,1,5801.45,670.223,650.758,-0.113446,0,0,-0.333807,0.942641,300,100,1,0),(57782,148554,571,1,1,3647.19,5888.02,140.144,2.80125,0,0,0.876727,0.480989,300,100,1,0),(57783,169290,571,1,1,3644.03,5873.31,165.815,1.77151,0,0,0.876727,0.480989,300,100,1,0),(57784,175178,571,1,2,3007.39,6698.76,14.0505,1.46831,-0.015667,0.052891,0.409722,0.910541,300,100,1,0),(57785,190538,571,1,1,5532.37,-3013.04,278.392,0.767944,0,0,0,1,300,100,1,0),(57786,186954,571,1,1,897.275,-5489.97,193.766,-0.994837,0,0,0,1,300,100,1,0),(57787,186954,571,1,1,843.621,-5471.16,213.594,0.383971,0,0,0,1,300,100,1,0),(57788,186954,571,1,1,1010.48,-5483.73,186.031,1.78023,0,0,0,1,300,100,1,0),(57789,193610,571,1,1,5745.18,610.667,618.052,3.05433,0,0,0,1,300,100,1,0),(57790,193610,571,1,1,5773.35,700.713,600.861,-1.22173,0,0,0,1,300,100,1,0),(57791,186443,571,1,1,1375.2,-3199.89,183.815,-1.09956,0,0,0,1,300,100,1,0),(57792,190027,571,1,1,3164.75,-2234.16,114.216,3.07176,0,0,0,1,300,100,1,0),(67715,190454,571,1,1,5927.97,5427.65,-93.5595,-1.74533,0,0,0,1,180,0,1,0),(57794,192843,571,1,1,5864.41,739.75,651.214,-1.15223,0,0,-0.333807,0.942641,300,100,1,0),(57795,169291,571,1,1,3628.68,5901.96,165.815,-0.767942,0,0,0.876727,0.480989,300,100,1,0),(57796,186955,571,1,1,1512.39,-5242.12,207.412,-1.23918,0,0,0,1,300,100,1,0),(57797,186955,571,1,1,1465.01,-5312.61,195.978,-1.58825,0,0,0,1,300,100,1,0),(57798,188491,571,1,1,3056.76,1399.7,106.501,1.5708,0,0,0,1,300,100,1,0),(57799,192588,571,1,1,4264.19,-3265.36,321.478,0.878491,0,0,0.999048,0.043619,300,100,1,0),(57800,190028,571,1,1,3131.15,-2241.11,108.368,-3.11539,0,0,0,1,300,100,1,0),(67714,190454,571,1,1,5912.31,5306.45,-95.5363,-2.05949,0,0,0,1,180,0,1,0),(57802,192844,571,1,1,5835.27,720.189,652.655,-2.25147,0,0,-0.333807,0.942641,300,100,1,0),(57803,169292,571,1,1,3636.17,5902.44,140.144,-1.39626,0,0,0.876727,0.480989,300,100,1,0),(57804,148556,571,1,1,3642.31,5882.47,140.144,2.02458,0,0,0.876727,0.480989,300,100,1,0),(57805,188492,571,1,1,4486.45,-4654.08,77.1522,-0.645772,0,0,0,1,300,100,1,0),(57806,187980,571,1,1,2235.06,5256,3.52685,0.488691,0,0,0,1,300,100,1,0),(57807,188492,571,1,1,4318.02,-4880.43,33.159,-0.226892,0,0,0,1,300,100,1,0),(57808,188492,571,1,1,4218.94,-5049.94,5.37774,0,0,0,0,1,300,100,1,0),(57809,188236,571,1,1,3917.4,2809.21,157.336,-2.80997,0,0,0,1,300,100,1,0),(57810,188236,571,1,1,3609.03,2695.26,82.9732,-1.88495,0,0,0,1,300,100,1,0),(57811,188236,571,1,1,3654.4,2714.86,91.3633,-1.43117,0,0,0,1,300,100,1,0),(57812,188236,571,1,1,3711.42,2578.78,119.171,0.698132,0,0,0,1,300,100,1,0),(57813,190540,571,1,1,5055.59,-3681.62,399.167,-1.83259,0,0,0,1,300,100,1,0),(57814,190540,571,1,1,4996.71,-3680.49,324.4,-3.12412,0,0,0,1,300,100,1,0),(57815,190540,571,1,1,5119.93,-3650.02,370.111,1.5708,0,0,0,1,300,100,1,0),(57816,190540,571,1,1,5062.16,-3698.99,394.84,-0.663223,0,0,0,1,300,100,1,0),(57817,190540,571,1,1,5102.41,-3688.95,297.164,-0.593412,0,0,0,1,300,100,1,0),(57818,190540,571,1,1,5015.42,-3669.97,304.882,-2.68781,0,0,0,1,300,100,1,0),(57819,190540,571,1,1,5088.28,-3607.2,307.601,0.488691,0,0,0,1,300,100,1,0),(57820,190540,571,1,1,5083.26,-3591.8,308.6,-0.523598,0,0,0,1,300,100,1,0),(57821,190540,571,1,1,5068.21,-3597.34,311.068,2.44346,0,0,0,1,300,100,1,0),(57822,190540,571,1,1,5054.25,-3605.3,297.205,-0.925024,0,0,0,1,300,100,1,0),(57823,190540,571,1,1,5007.93,-3690.63,322.479,-1.11701,0,0,0,1,300,100,1,0),(57824,190540,571,1,1,5031.3,-3704.89,302.224,0.698132,0,0,0,1,300,100,1,0),(57825,190540,571,1,1,5094.83,-3608.06,306.391,2.14675,0,0,0,1,300,100,1,0),(57826,190540,571,1,1,5061.56,-3603.39,295.795,-2.67035,0,0,0,1,300,100,1,0),(57827,190540,571,1,1,5011.89,-3660.27,305.374,-3.01941,0,0,0,1,300,100,1,0),(57828,190540,571,1,1,5099.66,-3694.08,306.152,3.07177,0,0,0,1,300,100,1,0),(57829,190540,571,1,1,5049.12,-3708.49,299.069,-0.977383,0,0,0,1,300,100,1,0),(57830,190540,571,1,1,5109.29,-3696.29,304.423,-2.30383,0,0,0,1,300,100,1,0),(57831,190540,571,1,1,5028,-3696.27,305.066,-2.67035,0,0,0,1,300,100,1,0),(57832,190540,571,1,1,5039.48,-3598.53,352.042,-0.925024,0,0,0,1,300,100,1,0),(57833,190540,571,1,1,4995.48,-3612.9,338.396,2.51327,0,0,0,1,300,100,1,0),(57834,190540,571,1,1,5050.6,-3660.31,296.145,2.56563,0,0,0,1,300,100,1,0),(57835,190540,571,1,1,5011.8,-3621.55,304.946,2.86233,0,0,0,1,300,100,1,0),(57836,190540,571,1,1,4990.4,-3655.54,325.353,-2.94959,0,0,0,1,300,100,1,0),(57837,190540,571,1,1,5081.89,-3672.79,293.906,-0.139624,0,0,0,1,300,100,1,0),(57838,190540,571,1,1,5088.54,-3671.68,297.351,-1.43117,0,0,0,1,300,100,1,0),(57839,190540,571,1,1,5071.73,-3696.18,294.951,0.925024,0,0,0,1,300,100,1,0),(57840,190540,571,1,1,5119.85,-3628.31,359.215,2.56563,0,0,0,1,300,100,1,0),(57841,190540,571,1,1,5051.5,-3645.69,296.568,-0.349065,0,0,0,1,300,100,1,0),(57842,190540,571,1,1,5086.64,-3626.13,305.505,3.10665,0,0,0,1,300,100,1,0),(57843,190540,571,1,1,5078.71,-3602.29,295.568,0.733038,0,0,0,1,300,100,1,0),(57844,188236,571,1,1,3671.44,2650.37,103.176,1.37881,0,0,0,1,300,100,1,0),(57845,190029,571,1,1,3132.42,-2253.97,107.961,3.08046,0,0,0,1,300,100,1,0),(57846,190285,571,1,1,3267.53,996.346,130.94,2.13866,0,0,0,1,300,100,1,0),(57847,192589,571,1,1,4223.35,-2461.27,252.989,-1.87623,0,0,0,1,300,100,1,0),(67713,190453,571,1,1,5958.83,5389.85,-97.8646,1.02974,0,0,0,1,180,0,1,0),(57849,192845,571,1,1,5858.34,699.66,653.992,-2.25147,0,0,-0.333807,0.942641,300,100,1,0),(57850,148557,571,1,1,3647.4,5889.85,140.144,3.08918,0,0,0.876727,0.480989,300,100,1,0),(57851,169293,571,1,1,3629.86,5898.46,140.144,-0.794123,0,0,0.876727,0.480989,300,100,1,0),(57852,188493,571,1,1,4486.5,-4654.15,77.5689,1.95477,0,0,0,1,300,100,1,0),(57853,188493,571,1,1,4318.16,-4880.71,33.411,-0.244346,0,0,0,1,300,100,1,0),(57854,188493,571,1,1,4218.86,-5050.09,5.62508,-2.89724,0,0,0,1,300,100,1,0),(57855,188237,571,1,1,3621.82,2760.95,79.7677,-1.48353,0,0,0,1,300,100,1,0),(57856,188237,571,1,1,3587.93,2773.31,67.2205,0.698132,0,0,0,1,300,100,1,0),(57857,188237,571,1,1,3680.58,2626.98,105.907,2.77507,0,0,0,1,300,100,1,0),(57859,188237,571,1,1,3645.26,2747.62,86.6792,-1.53589,0,0,0,1,300,100,1,0),(57860,190541,571,1,1,5553.97,-2869.68,274.768,2.67035,0,0,0,1,300,100,1,0),(57861,190541,571,1,1,5617.64,-2702.12,276.583,-1.91986,0,0,0,1,300,100,1,0),(57862,190541,571,1,1,5593.57,-2820.75,273.788,-1.06465,0,0,0,1,300,100,1,0),(57863,190541,571,1,1,5783.52,-2671.31,276.583,-2.18166,0,0,0,1,300,100,1,0),(57864,190541,571,1,1,5766.93,-2834.21,273.742,2.35619,0,0,0,1,300,100,1,0),(57865,190541,571,1,1,5611.39,-2893.36,274.088,0.628317,0,0,0,1,300,100,1,0),(57866,190541,571,1,1,5717.47,-2843.38,274.447,-1.41372,0,0,0,1,300,100,1,0),(57868,190030,571,1,1,3100.36,-2269.45,97.1247,2.95832,0,0,0,1,300,100,1,0),(57869,190286,571,1,1,3287.62,1073.52,135.049,0.561928,0,0,0,1,300,100,1,0),(67712,190453,571,1,1,5953.18,5404.57,-95.4361,-2.68781,0,0,0,1,180,0,1,0),(57871,192590,571,1,1,4216.08,-2493.62,252.852,-2.30383,0,0,0,1,300,100,1,0),(57872,192846,571,1,1,5872.86,725.212,652.303,1.85005,0,0,-0.333807,0.942641,300,100,1,0),(57873,188494,571,1,1,4675.18,909.376,122.037,1.76278,0,0,0,1,300,100,1,0),(57874,188494,571,1,1,4674.18,908.129,121.544,-0.855211,0,0,0,1,300,100,1,0),(57875,188238,571,1,1,3908.63,2730.97,148.555,-2.84488,0,0,0,1,300,100,1,0),(57876,190542,571,1,1,5841.95,-2710.87,276.16,-2.75761,0,0,0,1,300,100,1,0),(57877,188238,571,1,1,3587.93,2773.31,67.2205,0.698132,0,0,0,1,300,100,1,0),(57878,190542,571,1,1,5660.02,-2680.07,276.583,2.05949,0,0,0,1,300,100,1,0),(57879,190542,571,1,1,5682.21,-2682.45,277.01,3.10665,0,0,0,1,300,100,1,0),(57880,190542,571,1,1,5622.47,-2818.68,273.441,0.890117,0,0,0,1,300,100,1,0),(57881,190542,571,1,1,5607.61,-2812.19,274.12,-0.785397,0,0,0,1,300,100,1,0),(57882,190542,571,1,1,5707.92,-2798.36,274.657,-1.79769,0,0,0,1,300,100,1,0),(57883,190542,571,1,1,5775.56,-2753.79,276.583,0.506145,0,0,0,1,300,100,1,0),(57884,190542,571,1,1,5797.03,-2849.39,274.516,-2.37364,0,0,0,1,300,100,1,0),(57885,188238,571,1,1,3708.79,2637.35,119.936,2.91469,0,0,0,1,300,100,1,0),(57886,186447,571,1,1,1330.33,-3189.93,183.827,-2.64417,0,0,0,1,300,100,1,0),(57887,188495,571,1,1,4893.92,294.056,131.081,1.3439,0,0,0,1,300,100,1,0),(57888,190031,571,1,1,3096.25,-2256.43,97.3095,2.95831,0,0,0,1,300,100,1,0),(57889,190287,571,1,1,2292.25,5275.27,12.719,-2.522,0,0,0,1,300,100,1,0),(67711,190453,571,1,1,5860.98,5408.45,-88.7434,-2.37364,0,0,0,1,180,0,1,0),(57891,192591,571,1,1,7483.19,257.53,773.678,-2.93214,0,0,0,1,300,100,1,0),(57892,192847,571,1,1,5904.64,744.241,653.304,-1.81514,0,0,-0.333807,0.942641,300,100,1,0),(57893,190543,571,1,1,5278.07,-2858.5,288.172,0.488691,0,0,0,1,300,100,1,0),(57894,190543,571,1,1,5484.91,-2899.53,275.947,-3.05433,0,0,0,1,300,100,1,0),(57895,190543,571,1,1,5727.04,-2709.84,276.637,-0.925024,0,0,0,1,300,100,1,0),(57896,190543,571,1,1,5710.05,-2665.64,280.768,-3.10665,0,0,0,1,300,100,1,0),(57897,190543,571,1,1,5579.88,-2839.41,274.378,-2.02458,0,0,0,1,300,100,1,0),(57898,190543,571,1,1,5829.35,-2819.36,274.156,-1.41372,0,0,0,1,300,100,1,0),(57899,190543,571,1,1,5722.77,-2815.96,274.295,0.401425,0,0,0,1,300,100,1,0),(57900,190543,571,1,1,5771.16,-2723.26,276.182,2.30383,0,0,0,1,300,100,1,0),(57901,190543,571,1,1,5761.11,-2784.07,274.142,-1.11701,0,0,0,1,300,100,1,0),(57902,191567,571,1,1,6465.34,-1292.15,467.529,-2.79252,0,0,0,1,300,100,1,0),(57903,191567,571,1,1,6464.77,-1283.18,466.654,-2.79252,0,0,0,1,300,100,1,0),(57904,191567,571,1,1,6465.08,-1296.23,468.029,0,0,0,0,1,300,100,1,0),(57905,191567,571,1,1,6468.04,-1289.74,468.523,-1.91986,0,0,0,1,300,100,1,0),(57906,191567,571,1,1,6444.77,-1292.05,459.404,0,0,0,0,1,300,100,1,0),(57907,191567,571,1,1,6446.92,-1300.06,461.476,1.5708,0,0,0,1,300,100,1,0),(57908,186448,571,1,1,1365.99,-3205.25,183.76,-1.05592,0,0,0,1,300,100,1,0),(57909,188496,571,1,1,4681.85,540.597,114.333,2.98451,0,0,0,1,300,100,1,0),(57910,190288,571,1,1,3106.53,-1420.27,57.4631,1.82387,0,0,0,1,300,100,1,0),(57911,192592,571,1,1,7481.11,228.492,774.636,2.522,0,0,0,1,300,100,1,0),(67710,190453,571,1,1,5968.22,5453.81,-91.0107,-2.61799,0,0,0,1,180,0,1,0),(57913,192848,571,1,1,5914.72,710.213,653.99,3.07177,0,0,-0.333807,0.942641,300,100,1,0),(57914,187984,571,1,1,4114.85,5098.89,0.02471,-2.60053,0,0,0,1,300,100,1,0),(57915,186960,571,1,1,278.529,-5758.35,268.456,-2.49582,0,0,0,1,300,100,0,0),(57916,190032,571,1,1,3680.56,-1370.63,131.446,-1.02974,0,0,0,1,300,100,1,0),(57917,190032,571,1,1,3745.34,-1450.68,134.886,-2.23402,0,0,0,1,300,100,1,0),(57918,190032,571,1,1,3749.35,-1387.86,134.009,1.09956,0,0,0,1,300,100,1,0),(57919,190032,571,1,1,3779.39,-1363.16,135.048,-1.67551,0,0,0,1,300,100,1,0),(57920,190032,571,1,1,3783.48,-1423.06,133.984,1.18682,0,0,0,1,300,100,1,0),(57921,190032,571,1,1,3891.87,-1084.36,138.622,1.64061,0,0,0,1,300,100,1,0),(57922,190032,571,1,1,3880.61,-1116.06,134.051,-1.13446,0,0,0,1,300,100,1,0),(57923,190032,571,1,1,3877.27,-995.493,119.724,0.226892,0,0,0,1,300,100,1,0),(57924,190032,571,1,1,3714.09,-1396.33,134.219,0.401425,0,0,0,1,300,100,1,0),(57925,190032,571,1,1,3693.94,-1441.13,136.553,0.698132,0,0,0,1,300,100,1,0),(57926,190032,571,1,1,3816.7,-1305.75,136.293,-0.226892,0,0,0,1,300,100,1,0),(57927,190032,571,1,1,3739.71,-1334.09,134.23,-1.309,0,0,0,1,300,100,1,0),(57928,190032,571,1,1,3639.04,-1412.59,106.851,-0.645772,0,0,0,1,300,100,1,0),(57929,190032,571,1,1,3648.54,-1360.18,111.403,0.855211,0,0,0,1,300,100,1,0),(57930,190032,571,1,1,3577.82,-1417.52,108.842,-1.09956,0,0,0,1,300,100,1,0),(57931,190032,571,1,1,3704.66,-1242.17,116.218,-1.95477,0,0,0,1,300,100,1,0),(57932,190032,571,1,1,3544.25,-1342.23,106.37,-2.18166,0,0,0,1,300,100,1,0),(57933,190032,571,1,1,3593.52,-1370.84,107.604,2.9845,0,0,0,1,300,100,1,0),(57934,190032,571,1,1,3676.2,-1320.83,115.786,-1.23918,0,0,0,1,300,100,1,0),(57935,190032,571,1,1,3591.24,-1304.53,111.601,-0.139624,0,0,0,1,300,100,1,0),(57936,190032,571,1,1,3724.44,-1290.08,120.609,-1.16937,0,0,0,1,300,100,1,0),(57937,190032,571,1,1,3622.76,-1422.54,107.301,2.77507,0,0,0,1,300,100,1,0),(57938,191568,571,1,1,6922.67,-1097.4,804.686,-0.750491,0,0,0,1,300,100,1,0),(57939,191568,571,1,1,6960.26,-1097.18,804.835,-1.11701,0,0,0,1,300,100,1,0),(57940,191568,571,1,1,6672.19,-993.023,766.05,2.61799,0,0,0,1,300,100,1,0),(57941,191568,571,1,1,6724.52,-1151.8,769.805,2.32129,0,0,0,1,300,100,1,0),(57942,191568,571,1,1,6683.19,-1136.84,762.716,0.90757,0,0,0,1,300,100,1,0),(57943,191568,571,1,1,6993.82,-1059.14,804.862,0.226892,0,0,0,1,300,100,1,0),(57944,191568,571,1,1,6968.6,-1027.59,804.837,-1.81514,0,0,0,1,300,100,1,0),(57945,191568,571,1,1,6761.23,-1122.35,775.874,-2.72271,0,0,0,1,300,100,1,0),(57946,191568,571,1,1,6808.8,-1175.19,810.895,3.00195,0,0,0,1,300,100,1,0),(57947,191568,571,1,1,6771.9,-997.262,767.925,-2.09439,0,0,0,1,300,100,1,0),(57948,191568,571,1,1,6781.43,-958.926,767.115,0.942477,0,0,0,1,300,100,1,0),(57949,191568,571,1,1,6758.04,-959.364,767.151,2.47837,0,0,0,1,300,100,1,0),(57950,191568,571,1,1,6844.03,-1089.53,804.651,-0.750491,0,0,0,1,300,100,1,0),(57951,191568,571,1,1,6740.62,-1050.96,769.641,-2.75761,0,0,0,1,300,100,1,0),(57952,191568,571,1,1,6813.31,-1053.46,768.832,1.79769,0,0,0,1,300,100,1,0),(57953,191568,571,1,1,6759.12,-1060.16,769.649,-0.418879,0,0,0,1,300,100,1,0),(57954,191568,571,1,1,6665.59,-1075.62,758.634,-0.715585,0,0,0,1,300,100,1,0),(57955,186449,571,1,1,1335.95,-3458.21,175.459,-1.98095,0,0,0,1,300,100,1,0),(57956,190289,571,1,1,3037.71,-1387.69,57.4837,1.91986,0,0,0,1,300,100,1,0),(57957,191313,571,1,1,6387.94,-4046.78,463.113,-0.837757,0,0,0,1,300,100,1,0),(67709,190453,571,1,1,5948.37,5454.08,-93.6108,-1.46608,0,0,0,1,180,98,1,0),(57959,192593,571,1,1,7481.2,175.496,772.552,2.75761,0,0,0,1,300,100,1,0),(57960,192849,571,1,1,5883.8,741.544,651.859,-1.37881,0,0,-0.333807,0.942641,300,100,1,0),(57961,187985,571,1,1,4225.62,4800.58,-11.673,-2.84488,0,0,0,1,300,100,1,0),(57963,186961,571,1,1,276.169,-5755.25,268.456,-2.47837,0,0,0,1,300,100,0,0),(57964,190290,571,1,1,2934.88,-1412.46,59.9355,2.25147,0,0,0,1,300,100,1,0),(57965,191314,571,1,1,6363.72,-4069.68,463.034,-0.837757,0,0,0,1,300,100,1,0),(57966,192594,571,1,1,7478.82,145.842,772.918,2.96704,0,0,0,1,300,100,1,0),(67708,190453,571,1,1,5892.04,5492.04,-76.9736,-2.84488,0,0,0,1,180,0,1,0),(57968,192850,571,1,1,5840.44,712.271,641.376,-1.75603,0,0,-0.333807,0.942641,300,100,1,0),(57969,190546,571,1,1,3408.24,-2783.02,202.166,2.20784,0,0,0.892979,0.450098,300,100,1,0),(57970,190546,571,1,1,2620.71,5246.05,38.938,-2.37364,0,0,0.927184,-0.374607,300,100,1,0),(57971,187986,571,1,1,4032.6,4900.22,-11.2077,-0.820303,0,0,0,1,300,100,1,0),(57972,186962,571,1,1,158.707,-5823.32,7.00682,-1.51844,0,0,0,1,300,100,0,0),(57973,191315,571,1,1,6330.7,-3990.39,462.239,-0.872664,0,0,0,1,300,100,1,0),(57974,190291,571,1,1,2862.19,-1457.58,60.7103,2.01585,0,0,0,1,300,100,1,0),(57975,192595,571,1,1,7447.6,272.145,771.185,2.94088,0,0,0,1,300,100,1,0),(67707,190453,571,1,1,5936.1,5495.27,-85.2233,-1.309,0,0,0,1,180,0,1,0),(57977,192083,571,1,1,5869.25,611.742,650.502,-1.82661,0,0,-0.333807,0.942641,300,100,1,0),(57978,192851,571,1,1,5851.93,727.463,647.08,-0.617933,0,0,-0.333807,0.942641,300,100,1,0),(57979,190547,571,1,1,3401.24,-2800.18,201.478,0.637045,0,0,0.892979,0.450098,300,100,1,0),(57980,190547,571,1,1,2638.63,5241.35,38.2496,2.33874,0,0,0.927184,-0.374607,300,100,1,0),(57981,190803,571,1,1,6233.8,-2077.53,417.534,-2.54818,0,0,0,1,300,100,1,0),(57982,190803,571,1,1,6220.71,-2094.95,417.595,2.18166,0,0,0,1,300,100,1,0),(57983,190803,571,1,1,6206.19,-1966.41,461.301,-2.21656,0,0,0,1,300,100,1,0),(57984,190803,571,1,1,6143.17,-2069.9,461.301,0.820303,0,0,0,1,300,100,1,0),(57985,190803,571,1,1,6166.02,-1957.8,461.301,-0.977383,0,0,0,1,300,100,1,0),(57986,190803,571,1,1,6208.44,-2094.24,417.577,0.558504,0,0,0,1,300,100,1,0),(57987,190803,571,1,1,6112.64,-2024.89,461.301,0.628317,0,0,0,1,300,100,1,0),(57988,186963,571,1,1,157.202,-5712.16,189.315,-0.226892,0,0,0,1,300,100,0,0),(57989,188499,571,1,1,4750.81,-4841.93,25.9201,-0.785397,0,0,0,1,300,100,1,0),(57990,188499,571,1,1,4833.5,-4800.77,26.1846,2.40855,0,0,0,1,300,100,1,0),(57991,188499,571,1,1,4846.86,-4831.99,26.1788,0.820303,0,0,0,1,300,100,1,0),(57992,186452,571,1,1,1680.11,-5824.42,172.448,-0.759217,0,0,-0.370557,0.92881,300,100,1,0),(57993,186452,571,1,1,951.884,-6071.91,194.777,-1.72787,0,0,-0.760406,0.649448,300,100,1,0),(57994,186452,571,1,1,394.838,-3949.32,183.266,2.31256,0,0,0.915311,0.402747,300,100,1,0),(57995,186452,571,1,1,423.719,-6182.12,229.945,-1.69297,0,0,-0.748956,0.66262,300,100,1,0),(57996,186452,571,1,1,-120.959,-4677.25,174.447,2.95833,0,0,0.995805,0.091502,300,100,1,0),(57997,186708,571,1,1,1395.6,-3311.35,169.231,0.767944,0,0,0,1,300,100,1,0),(57998,188244,571,1,1,4575.68,-4246.58,182.193,3.07175,0,0,0,1,300,100,1,0),(57999,191316,571,1,1,6307.2,-4013.9,464.334,2.2951,0,0,0,1,300,100,1,0),(58000,190292,571,1,1,2831.95,-1420.61,47.2719,1.83259,0,0,0,1,300,100,1,0),(58001,192596,571,1,1,7417.84,275.408,772.233,2.92342,0,0,0,1,300,100,1,0),(67706,190453,571,1,1,5930.28,5381.09,-106.31,1.16937,0,0,0,1,180,0,1,0),(58003,192084,571,1,1,5842.01,579.08,652.149,-1.82661,0,0,-0.333807,0.942641,300,100,1,0),(58004,192852,571,1,1,5873.02,738.803,639.792,-2.66196,0,0,-0.333807,0.942641,300,100,1,0),(58005,190548,571,1,1,3399.76,-2798.18,201.478,0.637045,0,0,0.892979,0.450098,300,100,1,0),(58006,190548,571,1,1,2636.84,5239.62,38.2496,2.33874,0,0,0.927184,-0.374607,300,100,1,0),(58007,188500,571,1,1,4750.81,-4841.93,25.9201,-0.785397,0,0,0,1,300,100,1,0),(58008,188500,571,1,1,4833.5,-4800.77,26.1846,2.40855,0,0,0,1,300,100,1,0),(58009,188500,571,1,1,4846.86,-4831.99,26.1788,0.820303,0,0,0,1,300,100,1,0),(58010,188245,571,1,1,4560.57,-4188.6,173.429,3.14159,0,0,0,1,300,100,1,0),(58011,191317,571,1,1,6275.82,-3935.9,462.629,-0.767942,0,0,0,1,300,100,1,0),(58012,190293,571,1,1,2879.14,-1472.55,63.5054,-1.95099,0,0,0,1,300,100,1,0),(58013,192597,571,1,1,7401.83,244.081,771.439,2.88851,0,0,0,1,300,100,1,0),(67705,190453,571,1,1,5810.23,5339.57,-90.8915,-1.5708,0,0,0,1,180,0,1,0),(58015,192085,571,1,1,5793.99,560.513,650.808,-2.05332,0,0,-0.333807,0.942641,300,100,1,0),(58016,192853,571,1,1,5892.15,677.009,643.68,-1.45252,0,0,-0.333807,0.942641,300,100,1,0),(58017,188501,571,1,1,3336.97,-5148.14,340.976,0.977383,0,0,0,1,300,100,1,0),(58018,188501,571,1,1,3571.9,-5130.03,167.862,1.32645,0,0,0,1,300,100,1,0),(58019,188501,571,1,1,3590.67,-5112.19,167.119,3.08918,0,0,0,1,300,100,1,0),(58020,188501,571,1,1,3372.84,-5054.64,325.823,2.02458,0,0,0,1,300,100,1,0),(58021,188501,571,1,1,3428.82,-5012.9,279.916,-1.20428,0,0,0,1,300,100,1,0),(58022,188501,571,1,1,3328.75,-5120.29,323.299,-1.69297,0,0,0,1,300,100,1,0),(58023,188501,571,1,1,3518.39,-5085,238.021,-2.94959,0,0,0,1,300,100,1,0),(58024,188501,571,1,1,3374.81,-5094.45,326.391,-3.07177,0,0,0,1,300,100,1,0),(58025,188501,571,1,1,3525.44,-5091.15,236.452,-0.733038,0,0,0,1,300,100,1,0),(58026,188501,571,1,1,3333.23,-5111.29,322.619,-2.86233,0,0,0,1,300,100,1,0),(58027,188501,571,1,1,3458.45,-5119.09,237.173,-0.331611,0,0,0,1,300,100,1,0),(58028,188246,571,1,1,4560.39,-4171.36,173.485,3.14159,0,0,0,1,300,100,1,0),(58029,190294,571,1,1,2991.47,-1420.09,59.8652,-3.12002,0,0,0,1,300,100,1,0),(58030,191318,571,1,1,6253.62,-3958.96,463.665,2.37364,0,0,0,1,300,100,1,0),(67704,190453,571,1,1,5865.16,5438.04,-79.8965,2.1293,0,0,0,1,180,0,1,0),(58032,192598,571,1,1,7428.01,131.942,770.422,2.94959,0,0,0,1,300,100,1,0),(58033,192086,571,1,1,5765.97,577.715,650.344,-1.5192,0,0,-0.333807,0.942641,300,100,1,0),(58034,192854,571,1,1,5911.9,719.751,641.51,-1.75603,0,0,-0.333807,0.942641,300,100,1,0),(58035,191574,571,1,3,6314.47,-1763.91,456.869,2.56563,0,0,0,1,300,100,1,0),(29836,184326,550,1,1,654.145,-76.828,48.195,2.53072,0,0,1,-0.0000000437114,7200,255,0,0),(29835,184328,550,1,1,654.129,75.3316,48.195,0.610865,0,0,1,-0.0000000437114,7200,255,0,0),(29834,184327,550,1,1,544.538,-143.139,26.3453,3.4034,0,0,1,-0.0000000437114,7200,255,0,0),(29833,184329,550,1,1,544.626,141.888,26.3453,2.87979,0,0,1,-0.0000000437114,7200,255,0,0),(29832,184597,550,1,1,744.045,42.3536,46.661,3.14159,0,0,1,-0.0000000437114,7200,255,1,0),(29831,184069,550,1,1,743.057,4.63443,137.796,3.14159,0,0,1,-0.0000000437114,7200,255,1,0),(29830,184324,550,1,1,676.698,43.1643,48.2814,0.610865,0,0,1,-0.0000000437114,7200,255,0,0),(29829,184325,550,1,1,676.517,-44.5225,48.2813,2.53072,0,0,1,-0.0000000437114,7200,255,0,0),(58044,188502,571,1,1,3578.01,-5137.01,167.119,0.802851,0,0,0,1,300,100,1,0),(58045,188502,571,1,1,3331.71,-5148.22,322.616,-0.209439,0,0,0,1,300,100,1,0),(58046,188502,571,1,1,3278.57,-5095.11,323.388,1.29154,0,0,0,1,300,100,1,0),(58047,188502,571,1,1,3319.11,-5118.85,322.616,-0.157079,0,0,0,1,300,100,1,0),(58048,188502,571,1,1,3525.67,-5161.22,234.349,0.698132,0,0,0,1,300,100,1,0),(58049,186711,571,1,1,619.363,-5015.56,2.72044,2.99322,0,0,0,1,300,100,1,0),(58050,188247,571,1,1,4537.2,-4232.1,170.492,3.07177,0,0,0,1,300,100,1,0),(58051,192599,571,1,1,7396.9,214.846,771.262,2.8187,0,0,0,1,300,100,1,0),(67703,190453,571,1,1,5982.06,5453.45,-90.1044,-0.820303,0,0,0,1,180,0,1,0),(58053,188503,571,1,1,3288.86,-5088.44,340.976,-2.05949,0,0,0,1,300,100,1,0),(58054,192087,571,1,1,5748.35,591.688,650.344,-0.909962,0,0,-0.333807,0.942641,300,100,1,0),(58055,192855,571,1,1,5913.39,724.711,641.375,-2.9845,0,0,-0.333807,0.942641,300,100,1,0),(58056,148567,571,1,1,3654.26,5881.04,165.815,2.55691,0,0,0.876727,0.480989,300,100,1,0),(58057,188503,571,1,1,3283.75,-5081.83,340.976,-2.1293,0,0,0,1,300,100,1,0),(58058,188503,571,1,1,3347.88,-5161.43,340.976,0.471238,0,0,0,1,300,100,1,0),(58059,188503,571,1,1,3324.14,-5135.82,340.976,-1.8675,0,0,0,1,300,100,1,0),(58060,188503,571,1,1,3596.29,-5136.12,167.862,-2.00713,0,0,0,1,300,100,1,0),(58061,188503,571,1,1,3284.56,-5085.52,322.894,0.575957,0,0,0,1,300,100,1,0),(58062,188503,571,1,1,3316.59,-5096.22,323.314,-1.85005,0,0,0,1,300,100,1,0),(58063,188503,571,1,1,3412.99,-4974.92,285.259,0.314158,0,0,0,1,300,100,1,0),(58064,188503,571,1,1,3443.12,-5145.5,236.455,1.20428,0,0,0,1,300,100,1,0),(151219,194120,571,1,1,5724.54,-3595.7,387.983,-1.62316,0,0,0,0,120,0,1,0),(58077,188248,571,1,1,4547.67,-4213.88,170.496,3.14159,0,0,0,1,300,100,1,0),(58078,192600,571,1,1,7214.27,-119.668,777.656,-3.08918,0,0,0,1,300,100,1,0),(67702,190453,571,1,1,5936.66,5364.58,-98.5956,0.872664,0,0,0,1,180,0,1,0),(58080,192088,571,1,1,5696.09,681.135,645.628,-2.24676,0,0,-0.333807,0.942641,300,100,1,0),(58081,193624,571,1,1,5746.6,720.196,656.903,0.923349,0,0,-0.333807,0.942641,300,100,1,0),(58082,192856,571,1,1,5916.35,728.102,650.958,3.07177,0,0,-0.333807,0.942641,300,100,1,0),(58083,186712,571,1,1,2621.49,-4373.32,276.31,2.58308,0,0,0,1,300,100,1,0),(58084,191576,571,1,1,6291.64,-1367.75,425.255,1.97222,0,0,0,1,300,100,1,0),(58085,188249,571,1,1,4541.85,-4247.87,170.492,0.479964,0,0,0,1,300,100,1,0),(58086,192601,571,1,1,7183.8,-65.125,776.358,-2.83616,0,0,0,1,300,100,1,0),(67701,190453,571,1,1,5903.4,5368.38,-106.31,-0.017452,0,0,0,1,180,0,1,0),(58088,193625,571,1,1,5743.95,723.374,656.903,2.93047,0,0,-0.333807,0.942641,300,100,1,0),(58089,192089,571,1,1,5684.88,629.915,647.184,-2.24676,0,0,-0.333807,0.942641,300,100,1,0),(58090,188505,571,1,1,4317.75,-4880.36,33.3857,-0.698132,0,0,0,1,300,100,0,0),(58091,191833,571,1,1,8189.39,-1255.86,982.37,1.39626,0,0,0,1,300,100,0,0),(58092,191833,571,1,1,8347.44,-1364.42,980.555,1.46608,0,0,0,1,300,100,0,0),(58093,191833,571,1,1,8243.51,-1251.74,980.56,-0.191985,0,0,0,1,300,100,0,0),(58094,191833,571,1,1,8353.08,-1380.67,980.555,0.087266,0,0,0,1,300,100,0,0),(58095,191833,571,1,1,8254.27,-1264.61,980.556,1.46608,0,0,0,1,300,100,0,0),(58096,191833,571,1,1,8336.75,-1589.38,1171.39,-2.77507,0,0,0,1,300,100,0,0),(58097,191833,571,1,1,8430.96,-1469.07,980.682,2.11185,0,0,0,1,300,100,0,0),(58098,191833,571,1,1,8445.35,-1491.5,982.381,0.855211,0,0,0,1,300,100,0,0),(58099,191833,571,1,1,8368.55,-1389.17,980.561,-2.11185,0,0,0,1,300,100,0,0),(58100,191833,571,1,1,8202.6,-1243.99,981.868,2.14675,0,0,0,1,300,100,0,0),(58101,191833,571,1,1,8296.5,-1599.95,1171.39,0.471238,0,0,0,1,300,100,0,0),(58102,191833,571,1,1,8248.11,-1589.92,1171.39,3.00195,0,0,0,1,300,100,0,0),(58103,191833,571,1,1,8313.86,-1597.59,1171.39,1.20428,0,0,0,1,300,100,0,0),(58104,191833,571,1,1,8225.81,-1575.65,1171.23,1.309,0,0,0,1,300,100,0,0),(58105,191833,571,1,1,8465.94,-1508.01,980.721,-1.74533,0,0,0,1,300,100,0,0),(58109,191833,571,1,1,8398.03,-1657.22,1171.39,2.93214,0,0,0,1,300,100,0,0),(58112,191833,571,1,1,8362.7,-1683.07,1171.39,0.767944,0,0,0,1,300,100,0,0),(58113,191833,571,1,1,7850.92,-1929.72,1262.68,-1.09956,0,0,0,1,300,100,0,0),(58114,191833,571,1,1,8280.93,-1586.17,1171.39,1.23918,0,0,0,1,300,100,0,0),(58119,191833,571,1,1,7830.35,-1913.31,1257.87,0.401425,0,0,0,1,300,100,0,0),(58120,191833,571,1,1,7855.98,-1721.92,1275.25,-0.331611,0,0,0,1,300,100,0,0),(58121,191833,571,1,1,7788.04,-1848.09,1257.85,-2.05949,0,0,0,1,300,100,0,0),(58122,191833,571,1,1,7804.06,-1750.72,1275.28,-1.8675,0,0,0,1,300,100,0,0),(58123,191833,571,1,1,8018.96,-2321.19,1157.87,0.977383,0,0,0,1,300,100,0,0),(58124,191833,571,1,1,7744.31,-1898.28,1257.85,-2.19912,0,0,0,1,300,100,0,0),(58125,191833,571,1,1,7712.41,-1871.68,1258.05,-2.37364,0,0,0,1,300,100,0,0),(58126,191833,571,1,1,7780.8,-1819.81,1257.85,-1.81514,0,0,0,1,300,100,0,0),(58127,191833,571,1,1,8141.44,-2314.06,1157.87,0.855211,0,0,0,1,300,100,0,0),(58128,191833,571,1,1,7731.02,-1858.89,1257.9,0.122173,0,0,0,1,300,100,0,0),(58129,191833,571,1,1,7996.94,-2232.33,1157.87,2.16421,0,0,0,1,300,100,0,0),(58130,191833,571,1,1,8069.1,-2287.73,1157.87,1.69297,0,0,0,1,300,100,0,0),(58131,191833,571,1,1,8067.11,-2312.77,1157.87,-2.19912,0,0,0,1,300,100,0,0),(58132,191833,571,1,1,8242.79,-2361.47,1134.83,-0.733038,0,0,0,1,300,100,0,0),(58133,188250,571,1,1,4542.97,-4246.02,170.492,-0.532325,0,0,0,1,300,100,1,0),(67700,190169,571,1,1,3039.51,5503.38,51.5826,0.383971,0,0,0,1,60,0,1,0),(58135,192602,571,1,1,6999.4,-1653.93,820,-1.92859,0,0,0,1,300,100,1,0),(58136,191834,571,1,1,6969.54,-4432.77,459.078,-2.35619,0,0,0.92388,-0.382684,300,100,1,0),(58137,192090,571,1,1,5760.53,657.424,649.718,2.45207,0,0,-0.333807,0.942641,300,100,1,0),(58138,193626,571,1,1,5743.04,726.052,656.903,-2.21824,0,0,-0.333807,0.942641,300,100,1,0),(58139,188506,571,1,1,4218.81,-5050.21,5.70738,-0.506145,0,0,0,1,300,100,0,0),(58140,185434,571,1,1,4894.69,-4735.17,27.4415,-0.733038,0,0,0,1,300,100,1,0),(58141,185434,571,1,1,4904.41,-4740.49,27.3511,2.93214,0,0,0,1,300,100,1,0),(58142,185434,571,1,1,4878.98,-4750.39,27.3802,-0.087266,0,0,0,1,300,100,1,0),(58144,185434,571,1,1,4911.53,-4829.25,32.6945,1.29154,0,0,0,1,300,100,1,0),(58145,185434,571,1,1,4904.88,-4790.09,32.6761,-1.88495,0,0,0,1,300,100,1,0),(58146,188251,571,1,1,4527.08,-4192.97,173.484,3.14159,0,0,0,1,300,100,1,0),(58147,192859,571,1,1,3790.92,-2241.97,184.055,-0.445059,0,0,0,1,300,100,1,0),(67699,187353,571,1,1,3271.64,5275.8,39.4024,-0.863937,0,0,0,1,180,0,1,0),(58149,192603,571,1,1,6960.51,-1711.15,818.175,-2.06821,0,0,0,1,300,100,1,0),(58150,191835,571,1,1,6939.9,-4403.13,459.078,-2.35619,0,0,0.92388,-0.382684,300,100,1,0),(58151,191835,571,1,1,6732.7,-4660.16,459.068,0.767944,0,0,0.374607,0.927184,300,100,1,0),(58152,192091,571,1,1,5778.97,680.198,649.718,2.45207,0,0,-0.333807,0.942641,300,100,1,0),(58153,193627,571,1,1,5752.39,718.055,656.903,-1.95644,0,0,-0.333807,0.942641,300,100,1,0),(58154,185435,571,1,1,4906.74,-4746.6,27.3826,-2.65289,0,0,0,1,300,100,1,0),(58155,185435,571,1,1,4908.67,-4754.38,27.4252,-1.85005,0,0,0,1,300,100,1,0),(58156,185435,571,1,1,4897.37,-4829.79,32.5754,1.23918,0,0,0,1,300,100,1,0),(58157,185435,571,1,1,4894.73,-4768.88,27.2331,1.69297,0,0,0,1,300,100,1,0),(58158,185435,571,1,1,4881.45,-4756.76,27.4169,0.698132,0,0,0,1,300,100,1,0),(58159,185435,571,1,1,4882.88,-4747.21,27.4443,-1.11701,0,0,0,1,300,100,1,0),(58160,190555,571,1,1,5481.89,-3262.18,293.366,-3.05433,0,0,0,1,300,100,1,0),(58161,190555,571,1,1,5382.89,-3266.73,297.432,-0.785397,0,0,0,1,300,100,1,0),(58162,190555,571,1,1,5352.65,-3409.97,299.55,2.42601,0,0,0,1,300,100,1,0),(58163,190555,571,1,1,5337.73,-3273.76,279.55,-1.37881,0,0,0,1,300,100,1,0),(58164,190555,571,1,1,5420.44,-3357.02,299.55,-2.30383,0,0,0,1,300,100,1,0),(58165,190555,571,1,1,5337.17,-3335.23,297.671,0.052359,0,0,0,1,300,100,1,0),(58167,190555,571,1,1,5450.91,-3230.23,293.433,-2.37364,0,0,0,1,300,100,1,0),(58168,190555,571,1,1,5303.06,-3341.42,295.558,0.209439,0,0,0,1,300,100,1,0),(58170,192860,571,1,1,3836.1,-2102.78,217.235,-0.000003,0,0,0,1,300,100,1,0),(67698,187352,571,1,1,3270.95,5275.85,40.6966,0.584684,0,0,0,1,180,0,1,0),(58172,192604,571,1,1,6860.36,-1012.4,808.453,-2.53072,0,0,0,1,300,100,1,0),(58173,191836,571,1,1,6945.24,-4371.51,478.804,-2.35619,0,0,0.92388,-0.382684,300,100,1,0),(58174,191836,571,1,1,6726.81,-4691.68,478.795,0.767944,0,0,0.374607,0.927184,300,100,1,0),(58175,192092,571,1,1,5788.03,693.981,652.409,2.45207,0,0,-0.333807,0.942641,300,100,1,0),(58176,190556,571,1,1,2293.74,5193.92,12.1984,-1.95477,0,0,0.981627,0.190809,300,100,1,0),(58177,190556,571,1,1,1448.13,-3275.8,167.005,-2.26892,0,0,0.939693,0.34202,300,100,1,0),(58178,190556,571,1,1,599.926,-4931,18.379,-1.32645,0,0,0.992546,-0.121869,300,100,1,0),(58179,188252,571,1,1,3767.58,2885.55,92.66,-2.86233,0,0,0,1,300,100,1,0),(58180,188252,571,1,1,3723.01,2893.14,92.026,0.59341,0,0,0,1,300,100,1,0),(58181,188252,571,1,1,3738.11,2885.38,93.2686,-0.872664,0,0,0,1,300,100,1,0),(58182,188252,571,1,1,3765.75,2921.46,90.7377,-1.39626,0,0,0,1,300,100,1,0),(58183,188252,571,1,1,3737.88,2882.84,93.1646,2.33874,0,0,0,1,300,100,1,0),(58184,188252,571,1,1,3783.17,2851.08,90.9536,-2.05949,0,0,0,1,300,100,1,0),(58185,188252,571,1,1,3716.97,2870.89,91.2761,3.00195,0,0,0,1,300,100,1,0),(58186,188252,571,1,1,3785.82,2851.85,90.9843,2.74016,0,0,0,1,300,100,1,0),(58187,188252,571,1,1,3728.99,2905.79,92.4475,-1.01229,0,0,0,1,300,100,1,0),(67697,187338,571,1,1,2953.35,5386.32,60.5336,1.10828,0,0,0,1,180,0,1,0),(58189,192605,571,1,1,6847.32,-1038.63,803.73,-2.67035,0,0,0,1,300,100,1,0),(58190,191837,571,1,1,7001.83,-4428.1,478.804,-2.35619,0,0,0.92388,-0.382684,300,100,1,0),(58191,192093,571,1,1,5815.85,697.074,652.409,0.881278,0,0,-0.333807,0.942641,300,100,1,0),(58192,185437,571,1,1,4907.55,-4823.4,32.5094,-1.27409,0,0,0,1,300,100,1,0),(58193,188253,571,1,1,3781.37,2910.95,92.0753,2.77507,0,0,0,1,300,100,1,0),(58194,188253,571,1,1,3719.25,2872.17,92.2306,2.82743,0,0,0,1,300,100,1,0),(58195,188253,571,1,1,3736.09,2834.95,90.7226,0.087266,0,0,0,1,300,100,1,0),(58196,188253,571,1,1,3743.24,2873.31,92.7313,-2.32129,0,0,0,1,300,100,1,0),(58197,188253,571,1,1,3757.61,2884.84,92.7316,1.39626,0,0,0,1,300,100,1,0),(58198,188253,571,1,1,3781.54,2911.22,93.3979,0.471238,0,0,0,1,300,100,1,0),(58199,188253,571,1,1,3737.71,2835.66,90.7598,-1.01229,0,0,0,1,300,100,1,0),(58200,188253,571,1,1,3737.91,2882.82,94.8756,-2.35619,0,0,0,1,300,100,1,0),(58201,188253,571,1,1,3781.43,2911.15,90.7802,-1.72787,0,0,0,1,300,100,1,0),(58202,185437,571,1,1,4888.19,-4742.73,28.4243,0.349065,0,0,0,1,300,100,1,0),(58203,185437,571,1,1,4898.77,-4767.53,27.2331,1.85005,0,0,0,1,300,100,1,0),(58205,192606,571,1,1,6821.56,-1053.32,779.199,-1.05592,0,0,0,1,300,100,1,0),(58206,191838,571,1,1,7036.55,-4393.39,478.804,-2.35619,0,0,0.92388,-0.382684,300,100,1,0),(58207,191838,571,1,1,6635.9,-4668.21,478.795,0.767944,0,0,0.374607,0.927184,300,100,1,0),(58208,192094,571,1,1,5858.26,663.634,652.409,0.881278,0,0,-0.333807,0.942641,300,100,1,0),(58209,191070,571,1,1,2539.32,5826.29,-12.3494,-2.79416,0,0,0.999914,0.01309,300,100,1,0),(58210,188254,571,1,1,3717.7,2873.38,91.3965,1.22173,0,0,0,1,300,100,1,0),(58211,188254,571,1,1,3731.01,2866.65,93.214,-2.84488,0,0,0,1,300,100,1,0),(58212,188254,571,1,1,3764.65,2862.61,95.0314,1.0472,0,0,0,1,300,100,1,0),(58213,188254,571,1,1,3764.65,2862.66,93.9364,1.97222,0,0,0,1,300,100,1,0),(58214,188254,571,1,1,3767.41,2923.14,90.7254,-0.279252,0,0,0,1,300,100,1,0),(58215,188254,571,1,1,3719.22,2872.29,91.1397,0.139624,0,0,0,1,300,100,1,0),(67695,187324,571,1,1,3271.64,5275.42,40.3705,-0.829032,0,0,0,1,180,0,1,0),(58217,192607,571,1,1,6840.7,-1067.35,804.608,-2.25147,0,0,0,1,300,100,1,0),(58218,191839,571,1,1,6979.95,-4336.8,478.804,-2.35619,0,0,0.92388,-0.382684,300,100,1,0),(58219,191839,571,1,1,6691.5,-4725.78,478.795,0.767944,0,0,0.374607,0.927184,300,100,1,0),(58220,192095,571,1,1,5861.01,636.007,652.409,-0.689519,0,0,-0.333807,0.942641,300,100,1,0),(58221,190559,571,1,1,791.899,-4079.18,205.354,2.58308,0,0,0,1,300,100,1,0),(58222,188256,571,1,1,3862.33,-4548.84,209.453,2.88851,0,0,0,1,300,100,1,0),(58224,192608,571,1,1,6834.78,-1106.48,810.035,-3.07177,0,0,0,1,300,100,1,0),(58225,192096,571,1,1,5816.08,579.655,657.252,-0.776783,0,0,-0.333807,0.942641,300,100,1,0),(58226,191072,571,1,1,2558.54,5820.52,-12.368,-2.79427,0,0,0.999914,0.01309,300,100,1,0),(58227,191840,571,1,1,7418.44,247.352,768.704,-2.18166,0,0,0,1,300,100,1,0),(58228,191840,571,1,1,7416.57,244.929,768.676,0.052359,0,0,0,1,300,100,1,0),(58229,191840,571,1,1,7418.98,245.036,768.644,-0.209439,0,0,0,1,300,100,1,0),(58230,191840,571,1,1,7414.98,244.313,768.588,1.3439,0,0,0,1,300,100,1,0),(58231,191840,571,1,1,7415.12,245.806,768.72,3.01941,0,0,0,1,300,100,1,0),(58232,191840,571,1,1,7416.16,248.413,768.757,1.76278,0,0,0,1,300,100,1,0),(58233,191840,571,1,1,7454.83,251.658,768.739,2.61799,0,0,0,1,300,100,1,0),(58234,191840,571,1,1,7461.05,255.332,768.551,2.23402,0,0,0,1,300,100,1,0),(58235,191840,571,1,1,7458.16,255.188,768.605,-2.11185,0,0,0,1,300,100,1,0),(58236,191840,571,1,1,7461.74,251.577,768.767,0.645772,0,0,0,1,300,100,1,0),(58237,191840,571,1,1,7458.42,251.085,768.815,-2.07694,0,0,0,1,300,100,1,0),(58238,191840,571,1,1,7441.11,170.091,768.744,-0.296705,0,0,0,1,300,100,1,0),(58239,191840,571,1,1,7457.61,156.257,768.527,-2.58308,0,0,0,1,300,100,1,0),(58240,191840,571,1,1,7441.61,176.725,768.696,0.331611,0,0,0,1,300,100,1,0),(58241,191840,571,1,1,7456.65,158.85,768.743,-0.191985,0,0,0,1,300,100,1,0),(58242,191840,571,1,1,7453.7,156.953,768.696,-2.67035,0,0,0,1,300,100,1,0),(58243,191840,571,1,1,7439.45,172.585,768.723,-1.36136,0,0,0,1,300,100,1,0),(58244,191840,571,1,1,7443.47,172.479,768.741,1.309,0,0,0,1,300,100,1,0),(58245,191840,571,1,1,7436.17,169.311,768.888,0.890117,0,0,0,1,300,100,1,0),(58246,191840,571,1,1,7463.31,180.957,768.652,-1.44862,0,0,0,1,300,100,1,0),(58247,191840,571,1,1,7459.87,160.216,768.66,-2.80997,0,0,0,1,300,100,1,0),(58248,191840,571,1,1,7438.4,174.224,768.769,1.98967,0,0,0,1,300,100,1,0),(58249,191840,571,1,1,7457.48,175.778,768.386,0.139624,0,0,0,1,300,100,1,0),(58250,191840,571,1,1,7458.61,180.547,768.417,-0.349065,0,0,0,1,300,100,1,0),(58251,191840,571,1,1,7453.86,160.746,768.889,1.88495,0,0,0,1,300,100,1,0),(58252,191840,571,1,1,7461.33,154.88,768.453,-2.46091,0,0,0,1,300,100,1,0),(58253,191840,571,1,1,7456.8,178.607,768.349,-3.05433,0,0,0,1,300,100,1,0),(58254,191840,571,1,1,7459.54,178.178,768.3,-0.069812,0,0,0,1,300,100,1,0),(58255,191840,571,1,1,7462.94,202.175,768.658,1.36136,0,0,0,1,300,100,1,0),(58256,191840,571,1,1,7464.23,204.781,768.6,-2.07694,0,0,0,1,300,100,1,0),(58257,191840,571,1,1,7452.06,137.275,767.992,1.98967,0,0,0,1,300,100,1,0),(58258,191840,571,1,1,7447.83,142.299,768.27,2.89724,0,0,0,1,300,100,1,0),(58259,191840,571,1,1,7439.79,217.558,768.57,-2.93214,0,0,0,1,300,100,1,0),(58260,191840,571,1,1,7436.07,244.05,768.802,2.61799,0,0,0,1,300,100,1,0),(58261,191840,571,1,1,7442.02,217.029,768.423,-2.11185,0,0,0,1,300,100,1,0),(58262,191840,571,1,1,7460.74,223.527,768.886,-2.79252,0,0,0,1,300,100,1,0),(58263,191840,571,1,1,7460.09,201.557,768.763,-2.40855,0,0,0,1,300,100,1,0),(58264,191840,571,1,1,7448.85,140.595,768.129,1.76278,0,0,0,1,300,100,1,0),(58265,191840,571,1,1,7445.88,142.759,768.351,-2.94959,0,0,0,1,300,100,1,0),(58266,191840,571,1,1,7459.87,226.293,768.902,-2.14675,0,0,0,1,300,100,1,0),(58267,191840,571,1,1,7458.6,228.312,768.925,3.00195,0,0,0,1,300,100,1,0),(58268,191840,571,1,1,7465.38,202.209,768.612,-1.65806,0,0,0,1,300,100,1,0),(58269,191840,571,1,1,7461.12,198.018,768.676,1.55334,0,0,0,1,300,100,1,0),(58270,191840,571,1,1,7448.53,138.556,768.072,2.67035,0,0,0,1,300,100,1,0),(58271,191840,571,1,1,7445.5,214.69,768.264,-0.488691,0,0,0,1,300,100,1,0),(58272,191840,571,1,1,7440.81,239.606,768.276,-2.26892,0,0,0,1,300,100,1,0),(58273,191840,571,1,1,7458.43,204.071,768.654,0.436332,0,0,0,1,300,100,1,0),(58274,191840,571,1,1,7457.62,196.848,768.685,-0.296705,0,0,0,1,300,100,1,0),(58275,191840,571,1,1,7418.49,164.493,768.665,-1.3439,0,0,0,1,300,100,1,0),(58276,191840,571,1,1,7460.55,229.085,768.924,0.733038,0,0,0,1,300,100,1,0),(58277,191840,571,1,1,7434.42,242.018,768.683,1.97222,0,0,0,1,300,100,1,0),(58278,191840,571,1,1,7446.96,139.584,768.137,-2.84488,0,0,0,1,300,100,1,0),(58279,191840,571,1,1,7442.26,137.062,768.382,1.0472,0,0,0,1,300,100,1,0),(58280,191840,571,1,1,7441.43,219.09,768.428,0.977383,0,0,0,1,300,100,1,0),(58281,191840,571,1,1,7435.95,242.512,768.711,1.74533,0,0,0,1,300,100,1,0),(58282,191840,571,1,1,7437.44,240.246,768.509,-1.88495,0,0,0,1,300,100,1,0),(58283,191840,571,1,1,7420.29,199.658,768.256,-0.855211,0,0,0,1,300,100,1,0),(58284,191840,571,1,1,7417.66,203.565,768.401,0.506145,0,0,0,1,300,100,1,0),(58285,191840,571,1,1,7424.59,204.32,768.483,-0.209439,0,0,0,1,300,100,1,0),(58286,191840,571,1,1,7421.54,162.321,768.608,-2.00713,0,0,0,1,300,100,1,0),(58287,191840,571,1,1,7426.93,198.714,768.503,-2.16421,0,0,0,1,300,100,1,0),(58288,191840,571,1,1,7440.07,214.628,768.586,-2.30383,0,0,0,1,300,100,1,0),(58289,191840,571,1,1,7455.31,225.124,768.738,1.13446,0,0,0,1,300,100,1,0),(58290,191840,571,1,1,7418.22,160.101,768.8,-2.1293,0,0,0,1,300,100,1,0),(58291,191840,571,1,1,7424.48,200.588,768.551,-2.86233,0,0,0,1,300,100,1,0),(58292,191840,571,1,1,7443.26,215.048,768.382,-2.47837,0,0,0,1,300,100,1,0),(58293,191840,571,1,1,7463.15,227.037,768.869,0.139624,0,0,0,1,300,100,1,0),(58294,191840,571,1,1,7439.26,242.996,768.695,-0.366518,0,0,0,1,300,100,1,0),(58295,191840,571,1,1,7421.1,201.838,768.478,-0.645772,0,0,0,1,300,100,1,0),(58296,191840,571,1,1,7413.99,168.785,768.502,2.51327,0,0,0,1,300,100,1,0),(58297,191840,571,1,1,7416.15,163.582,768.84,-1.46608,0,0,0,1,300,100,1,0),(58298,191840,571,1,1,7461.33,175.45,768.428,-0.069812,0,0,0,1,300,100,1,0),(58299,191329,571,1,1,4274.22,-3039.09,319.906,3.05433,0,0,0.999048,0.043619,300,100,1,0),(58300,188257,571,1,1,3832.71,-4541.69,209.232,-2.67035,0,0,0,1,300,100,1,0),(58302,192609,571,1,1,6820.82,-1067.65,779.444,-1.4399,0,0,0,1,300,100,1,0),(58303,192097,571,1,1,5801.36,578.324,657.252,-2.08578,0,0,-0.333807,0.942641,300,100,1,0),(58304,188514,571,1,1,4106.03,6760.16,193.304,-0.532325,0,0,-0.263031,0.964787,300,100,1,0),(58305,188514,571,1,1,3978.39,7266.48,200.037,1.09956,0,0,0.522498,0.85264,300,100,1,0),(58306,188514,571,1,1,3562.26,6928,195.304,-2.9845,0,0,0.996917,-0.078459,300,100,1,0),(58307,188258,571,1,1,3832.23,-4538.68,209.504,1.66679,0,0,0,1,300,100,1,0),(58308,192610,571,1,1,6926.04,-1611.28,820.159,-2.21656,0,0,0,1,300,100,1,0),(58309,192098,571,1,1,5819.9,557.661,657.252,1.92827,0,0,-0.333807,0.942641,300,100,1,0),(58310,188515,571,1,1,3328.9,-5131.63,300.231,0.680679,0,0,0.333807,0.942641,300,100,1,0),(58312,192611,571,1,1,6902.59,-1667.04,820.306,-2.47837,0,0,0,1,300,100,1,0),(58313,192099,571,1,1,5813.31,555.657,657.252,1.92827,0,0,-0.333807,0.942641,300,100,1,0),(58314,187235,571,1,1,3237.11,-2271.5,113.917,1.6057,0,0,0,1,300,100,1,0),(58315,187235,571,1,1,3184.46,-2253.97,114.863,2.40855,0,0,0,1,300,100,1,0),(58316,187235,571,1,1,3267.52,-2271.93,114.22,2.19912,0,0,0,1,300,100,1,0),(58317,187235,571,1,1,3294.67,-2261.47,111.928,-2.35619,0,0,0,1,300,100,1,0),(58318,187235,571,1,1,4554.03,-4232.89,170.688,2.74016,0,0,0,1,300,100,1,0),(58319,187235,571,1,1,4578.91,-4263.68,182.026,1.22173,0,0,0,1,300,100,1,0),(58320,187235,571,1,1,4549.18,-4253.71,170.749,2.07694,0,0,0,1,300,100,1,0),(58321,187235,571,1,1,4574.17,-4252.9,182.208,0.191985,0,0,0,1,300,100,1,0),(58322,187235,571,1,1,3413.37,-2812.23,200.458,-1.20428,0,0,0,1,300,100,1,0),(58323,187235,571,1,1,3818.6,-5155.81,119.06,2.25147,0,0,0,1,300,100,1,0),(58324,187235,571,1,1,4313.48,-4990.92,20.4029,0.628317,0,0,0,1,300,100,1,0),(58325,187235,571,1,1,4326.2,-4997.95,20.378,1.88495,0,0,0,1,300,100,1,0),(58326,187235,571,1,1,4330.89,-4986.46,20.378,-3.03684,0,0,0,1,300,100,1,0),(58327,187235,571,1,1,3850.37,-1934.99,208.49,-1.20428,0,0,0,1,300,100,1,0),(58328,187235,571,1,1,3845.83,-1993.44,207.87,-2.53072,0,0,0,1,300,100,1,0),(58329,187235,571,1,1,3846.39,-1965.7,208.498,2.67035,0,0,0,1,300,100,1,0),(58330,187235,571,1,1,2547.8,-1930.67,3.2514,2.56563,0,0,0,1,300,100,1,0),(58331,187235,571,1,1,2546.49,-1837.44,10.5729,1.95477,0,0,0,1,300,100,1,0),(58332,187235,571,1,1,2497.92,-1838.3,10.5522,-0.95993,0,0,0,1,300,100,1,0),(58333,187235,571,1,1,2538.16,-1999.59,8.43957,-0.541051,0,0,0,1,300,100,1,0),(58334,187235,571,1,1,5153.61,-2216.57,236.805,1.91986,0,0,0,1,300,100,1,0),(58335,187235,571,1,1,5170.66,-2175.09,236.524,-2.30383,0,0,0,1,300,100,1,0),(58336,187235,571,1,1,3274.19,-755.222,168.043,2.28638,0,0,0,1,300,100,1,0),(58337,187235,571,1,1,3209.86,-708.029,173.05,0.279252,0,0,0,1,300,100,1,0),(58338,187235,571,1,1,3254.47,-668.788,174.177,-2.49582,0,0,0,1,300,100,1,0),(58339,187235,571,1,1,3266.31,-712.286,172.528,-1.83259,0,0,0,1,300,100,1,0),(58340,187235,571,1,1,3201.65,-673.144,172.288,2.56563,0,0,0,1,300,100,1,0),(58341,187235,571,1,1,3267.8,-689.157,173.758,3.14159,0,0,0,1,300,100,1,0),(58342,187235,571,1,1,3216.76,-730.093,173.64,-2.58308,0,0,0,1,300,100,1,0),(58343,187235,571,1,1,3260.28,-749.495,168.42,1.11701,0,0,0,1,300,100,1,0),(58344,187235,571,1,1,4462.36,1266.48,142.285,-1.27409,0,0,0,1,300,100,1,0),(67691,187307,571,1,1,3271.02,5275.13,40.1592,-3.04558,0,0,0,1,180,0,1,0),(67690,187306,571,1,1,3271.64,5275.62,39.6205,-0.898843,0,0,0,1,180,0,1,0),(58347,187235,571,1,1,5789.34,-3595.79,388.824,2.96704,0,0,0,1,300,100,1,0),(58348,187235,571,1,1,5774.17,-3614.33,387.69,-2.96704,0,0,0,1,300,100,1,0),(58349,187235,571,1,1,5794.01,-3586.31,388.654,2.49582,0,0,0,1,300,100,1,0),(58350,187235,571,1,1,5526.23,-2674.84,303.954,2.51327,0,0,0,1,300,100,1,0),(58351,187235,571,1,1,5436.39,-2618.38,306.551,-0.715585,0,0,0,1,300,100,1,0),(58352,187235,571,1,1,5929.6,639.774,645.56,-2.63544,0,0,0,1,300,100,1,0),(58353,187235,571,1,1,5673.69,687.83,654.33,-1.44862,0,0,0,1,300,100,1,0),(58354,187235,571,1,1,5630.85,705.895,651.98,-1.18682,0,0,0,1,300,100,1,0),(58355,187235,571,1,1,5716.99,723.645,641.683,0.90757,0,0,0,1,300,100,1,0),(58356,187235,571,1,1,5886.96,526.672,642.102,2.14675,0,0,0,1,300,100,1,0),(58357,187235,571,1,1,5668.66,718.72,653.374,0.366518,0,0,0,1,300,100,1,0),(58358,187235,571,1,1,5221.92,-1337.25,241.859,-1.02974,0,0,0,1,300,100,1,0),(58359,187235,571,1,1,5197.74,-1301.54,244.17,-0.680679,0,0,0,1,300,100,1,0),(58360,187235,571,1,1,5209.9,-1336.67,242.607,-1.71042,0,0,0,1,300,100,1,0),(58361,187235,571,1,1,3827.21,1483.95,92.0606,0.052359,0,0,0,1,300,100,1,0),(58362,187235,571,1,1,3847.05,1434.55,90.641,-1.83259,0,0,0,1,300,100,1,0),(58363,187235,571,1,1,3807.62,1601.29,89.7245,2.28638,0,0,0,1,300,100,1,0),(58364,187235,571,1,1,5499.65,4733.1,-194.545,2.46091,0,0,0,1,300,100,1,0),(58365,187235,571,1,1,3866.02,-4531.32,209.726,-2.94959,0,0,0,1,300,100,1,0),(58366,187235,571,1,1,3871.15,-4567.24,207.545,-0.663223,0,0,0,1,300,100,1,0),(58367,187235,571,1,1,5771.89,737.585,641.421,-0.715585,0,0,0,1,300,100,1,0),(58368,187235,571,1,1,5904.52,663.181,643.844,-2.21656,0,0,0,1,300,100,1,0),(58369,187235,571,1,1,5763.88,572.219,649.8,0.942477,0,0,0,1,300,100,1,0),(58370,187235,571,1,1,5797.11,551.847,661.095,0.575957,0,0,0,1,300,100,1,0),(58371,187235,571,1,1,5823.33,760.055,640.327,-2.02458,0,0,0,1,300,100,1,0),(58372,187235,571,1,1,5751.68,681.715,613.247,-0.715585,0,0,0,1,300,100,1,0),(58373,187235,571,1,1,5776.4,530.301,641.559,0.750491,0,0,0,1,300,100,1,0),(58374,187235,571,1,1,5599.73,-657.509,206.548,-2.49582,0,0,0,1,300,100,1,0),(58375,187235,571,1,1,5589.94,-703.343,206.508,0.750491,0,0,0,1,300,100,1,0),(58376,187235,571,1,1,5580.27,-697.32,206.564,0.244346,0,0,0,1,300,100,1,0),(58377,187235,571,1,1,5586.11,-689.245,206.488,-1.11701,0,0,0,1,300,100,1,0),(58378,187235,571,1,1,5588.06,-679.042,206.639,-0.017452,0,0,0,1,300,100,1,0),(58379,187235,571,1,1,5584.25,-629.243,200.834,-0.436332,0,0,0,1,300,100,1,0),(58380,187235,571,1,1,5625.44,-713.15,206.267,3.01941,0,0,0,1,300,100,1,0),(58381,187235,571,1,1,1352.6,-3284.4,174.71,-2.77507,0,0,0,1,300,100,1,0),(58382,187235,571,1,1,1435.89,-3265.06,178.281,0.139624,0,0,0,1,300,100,1,0),(58383,187235,571,1,1,1355.77,-3193.91,162.823,2.02458,0,0,0,1,300,100,1,0),(58384,187235,571,1,1,2142.1,-2984.89,148.917,1.93731,0,0,0,1,300,100,1,0),(58385,187235,571,1,1,2140.4,-2968.4,148.336,-1.85005,0,0,0,1,300,100,1,0),(58386,187235,571,1,1,2117.12,-2965.38,148.617,-2.25147,0,0,0,1,300,100,1,0),(58387,187235,571,1,1,8477.15,-325.823,905.875,-2.26892,0,0,0,1,300,100,1,0),(58388,187235,571,1,1,8436.62,-338.528,906.608,-0.715585,0,0,0,1,300,100,1,0),(58389,187235,571,1,1,8471.39,-348.333,906.932,1.81514,0,0,0,1,300,100,1,0),(58390,187235,571,1,1,8442.05,-343.196,906.608,2.33874,0,0,0,1,300,100,1,0),(58391,187235,571,1,1,7776.34,-2838.65,1217.12,0.977383,0,0,0,1,300,100,1,0),(58392,187235,571,1,1,7816.58,-2769.49,1188.78,2.23402,0,0,0,1,300,100,1,0),(58393,187235,571,1,1,7819.58,-2965.01,1257.75,1.46608,0,0,0,1,300,100,1,0),(58394,187235,571,1,1,7807.44,-2977.43,1258.98,2.72271,0,0,0,1,300,100,1,0),(58395,187235,571,1,1,5073.38,-609.616,219.526,2.56563,0,0,0,1,300,100,1,0),(58396,187235,571,1,1,5074.28,-550.584,219.926,-2.84488,0,0,0,1,300,100,1,0),(58397,187235,571,1,1,5035.1,-526.571,225.686,1.48353,0,0,0,1,300,100,1,0),(58398,187235,571,1,1,5075.98,-598.566,219.971,-3.10665,0,0,0,1,300,100,1,0),(58399,187235,571,1,1,5051.95,-596.067,220.265,0.191985,0,0,0,1,300,100,1,0),(58400,187235,571,1,1,5046.62,-548.362,222.002,1.29154,0,0,0,1,300,100,1,0),(58401,187235,571,1,1,3444.58,4167.64,17.1629,1.46608,0,0,0,1,300,100,1,0),(58402,187235,571,1,1,4188.31,5253.25,26.3767,-2.9845,0,0,0,1,300,100,1,0),(58403,187235,571,1,1,4245.93,5261.75,70.8461,2.67035,0,0,0,1,300,100,1,0),(58404,187235,571,1,1,4133.65,5261.08,25.0436,1.43117,0,0,0,1,300,100,1,0),(58405,187235,571,1,1,731.573,-2945.84,9.65843,0.558504,0,0,0,1,300,100,1,0),(58406,187235,571,1,1,807.627,-2945.67,6.90544,1.67551,0,0,0,1,300,100,1,0),(58407,187235,571,1,1,786.57,-2895.32,7.33188,2.65289,0,0,0,1,300,100,1,0),(58408,187235,571,1,1,784.983,-2956.3,8.62784,-2.11185,0,0,0,1,300,100,1,0),(58409,187235,571,1,1,2620.65,-4361.46,276.49,-0.680679,0,0,0,1,300,100,1,0),(58410,187235,571,1,1,2654.31,-4365.04,277.507,2.49582,0,0,0,1,300,100,1,0),(58411,187235,571,1,1,2681.61,-4385.32,284.434,-1.72787,0,0,0,1,300,100,1,0),(58412,187235,571,1,1,2657.28,-4403.34,283.922,1.50098,0,0,0,1,300,100,1,0),(58413,187235,571,1,1,2681.4,-4378.91,282.961,1.98967,0,0,0,1,300,100,1,0),(58414,187235,571,1,1,2642.45,-4384.39,283.269,-0.244346,0,0,0,1,300,100,1,0),(58415,187235,571,1,1,641.049,-5019.35,4.45939,-3.07177,0,0,0,1,300,100,1,0),(58416,187235,571,1,1,584.046,-4934.74,29.6552,1.02974,0,0,0,1,300,100,1,0),(58417,187235,571,1,1,6675.4,-194.668,951.261,-2.49582,0,0,0,1,300,100,1,0),(58418,187235,571,1,1,6677.51,-203.657,951.258,2.72271,0,0,0,1,300,100,1,0),(58419,187235,571,1,1,6181.41,-1060.37,410.694,1.3439,0,0,0,1,300,100,1,0),(58420,187235,571,1,1,6143.56,-1062.89,402.464,-2.37364,0,0,0,1,300,100,1,0),(58421,187235,571,1,1,6195.85,-1050.23,410.58,2.75761,0,0,0,1,300,100,1,0),(58422,187235,571,1,1,6105.88,-1064.44,403.306,-0.523598,0,0,0,1,300,100,1,0),(58423,187235,571,1,1,3093.77,-2252.84,97.0537,-2.79252,0,0,0,1,300,100,1,0),(58424,187235,571,1,1,3323.3,-2296.87,110.109,2.46091,0,0,0,1,300,100,1,0),(58425,187235,571,1,1,4531.98,-4176.56,173.484,-0.104719,0,0,0,1,300,100,1,0),(58426,187235,571,1,1,4550.19,-4182.84,173.499,1.51844,0,0,0,1,300,100,1,0),(58427,187235,571,1,1,4544.07,-4208.39,170.673,-1.58825,0,0,0,1,300,100,1,0),(58428,187235,571,1,1,3457.13,-2785.36,201.252,0.174532,0,0,0,1,300,100,1,0),(58429,187235,571,1,1,3432.56,-2829.04,201.704,1.97222,0,0,0,1,300,100,1,0),(58430,187235,571,1,1,3428.66,-2766.98,200.368,2.25147,0,0,0,1,300,100,1,0),(58431,187235,571,1,1,3831.81,-1976.49,208.095,0.488691,0,0,0,1,300,100,1,0),(58432,187235,571,1,1,2491.83,-1845.16,10.7064,-0.628317,0,0,0,1,300,100,1,0),(58433,187235,571,1,1,2485.74,-1895.54,10.0225,0.506145,0,0,0,1,300,100,1,0),(58434,187235,571,1,1,2493.73,-1921.88,10.7295,0.191985,0,0,0,1,300,100,1,0),(58435,187235,571,1,1,5135.76,-2204.34,236.544,0.383971,0,0,0,1,300,100,1,0),(58436,187235,571,1,1,5190.79,-2215.08,239.398,2.49582,0,0,0,1,300,100,1,0),(58437,187235,571,1,1,5591.75,5812.31,-69.8521,1.5708,0,0,0,1,300,100,1,0),(58438,187235,571,1,1,5581.77,5765.79,-74.6486,-1.22173,0,0,0,1,300,100,1,0),(58439,187235,571,1,1,5590.33,5779.95,-71.8887,-0.610864,0,0,0,1,300,100,1,0),(58440,187235,571,1,1,3261.05,-755.927,174.29,1.11701,0,0,0,1,300,100,1,0),(58441,187235,571,1,1,3215.15,-685.166,174.839,2.51327,0,0,0,1,300,100,1,0),(58442,187235,571,1,1,3249.68,-674.059,167.325,-3.08918,0,0,0,1,300,100,1,0),(58443,187235,571,1,1,3202.44,-689.521,171.936,0.890117,0,0,0,1,300,100,1,0),(67689,187305,571,1,1,3271.15,5275.75,39.6536,0.584684,0,0,0,1,180,98,1,0),(67688,187304,571,1,1,3270.91,5275.29,39.7431,2.01585,0,0,0,1,180,0,1,0),(58446,187235,571,1,1,4469.09,1267.64,141.896,-1.76278,0,0,0,1,300,100,1,0),(67687,187287,571,1,1,2953.99,5386.3,60.5823,-1.75405,0,0,0,1,180,0,1,0),(67686,187286,571,1,1,2953.3,5386.47,59.2371,1.15192,0,0,0,1,180,0,1,0),(58449,187235,571,1,1,5764.8,-3532.16,388.356,-1.83259,0,0,0,1,300,100,1,0),(58450,187235,571,1,1,5758.55,-3620.2,385.835,0.663223,0,0,0,1,300,100,1,0),(58451,187235,571,1,1,5783.69,-3600.81,387.716,2.35619,0,0,0,1,300,100,1,0),(58452,187235,571,1,1,5527.77,-2637.86,303.954,3.10665,0,0,0,1,300,100,1,0),(58453,187235,571,1,1,5464.56,-2619.05,306.551,-2.56563,0,0,0,1,300,100,1,0),(58454,187235,571,1,1,5406.37,-2612.04,303.954,-3.08918,0,0,0,1,300,100,1,0),(58455,187235,571,1,1,5663,663.572,654.331,0.331611,0,0,0,1,300,100,1,0),(58456,187235,571,1,1,5921.78,619.203,645.996,1.93731,0,0,0,1,300,100,1,0),(58457,187235,571,1,1,5934.44,611.942,652.966,2.00713,0,0,0,1,300,100,1,0),(58458,187235,571,1,1,5740.81,738.609,641.74,-3.12412,0,0,0,1,300,100,1,0),(58459,187235,571,1,1,5890.07,519.492,641.915,-2.09439,0,0,0,1,300,100,1,0),(58460,187235,571,1,1,5677.68,730.468,653.376,-1.90241,0,0,0,1,300,100,1,0),(58461,187235,571,1,1,5704.07,734.105,641.796,0.837757,0,0,0,1,300,100,1,0),(58462,187235,571,1,1,5734.08,690.025,646.537,-3.10665,0,0,0,1,300,100,1,0),(58463,187235,571,1,1,5882.65,517.41,641.906,-0.855211,0,0,0,1,300,100,1,0),(58464,187235,571,1,1,5846.93,644.615,658.404,2.72271,0,0,0,1,300,100,1,0),(58465,187235,571,1,1,5228.02,-1298.78,242.803,0.750491,0,0,0,1,300,100,1,0),(58466,187235,571,1,1,5235.55,-1320.32,242.147,-0.209439,0,0,0,1,300,100,1,0),(58467,187235,571,1,1,5233.94,-1309.33,242.725,0.261798,0,0,0,1,300,100,1,0),(58468,187235,571,1,1,3826.22,1467.97,91.717,1.5708,0,0,0,1,300,100,1,0),(58469,187235,571,1,1,3825.68,1611.22,89.7245,1.5708,0,0,0,1,300,100,1,0),(58470,187235,571,1,1,3838.93,1434.69,90.6411,-0.90757,0,0,0,1,300,100,1,0),(58471,187235,571,1,1,3805.44,1540.33,89.7343,-0.122173,0,0,0,1,300,100,1,0),(58472,187235,571,1,1,3869.43,1563.04,89.7524,2.68781,0,0,0,1,300,100,1,0),(58473,187235,571,1,1,3763.41,1539.3,87.0437,-2.63544,0,0,0,1,300,100,1,0),(58474,187235,571,1,1,5478.02,4730.71,-195.108,0.785397,0,0,0,1,300,100,1,0),(58475,187235,571,1,1,5489.25,4730.63,-194.758,1.18682,0,0,0,1,300,100,1,0),(58476,187235,571,1,1,5480.52,4749.84,-197.17,-0.628317,0,0,0,1,300,100,1,0),(58477,187235,571,1,1,5480.35,4744.16,-196.428,0.087266,0,0,0,1,300,100,1,0),(58478,187235,571,1,1,3844.87,-4517.59,210.505,-0.95993,0,0,0,1,300,100,1,0),(58479,187235,571,1,1,5745.61,586.71,649.31,0.925024,0,0,0,1,300,100,1,0),(58480,187235,571,1,1,5805.41,708.47,641.48,1.67551,0,0,0,1,300,100,1,0),(58481,187235,571,1,1,5892.81,743.408,639.841,-1.55334,0,0,0,1,300,100,1,0),(58482,187235,571,1,1,5826.76,723.259,641.217,-2.30383,0,0,0,1,300,100,1,0),(58483,187235,571,1,1,5803.74,772.431,661.278,-1.81514,0,0,0,1,300,100,1,0),(58484,187235,571,1,1,5796.7,707.461,641.704,1.76278,0,0,0,1,300,100,1,0),(58485,187235,571,1,1,5833.37,645.462,609.157,2.53072,0,0,0,1,300,100,1,0),(58486,187235,571,1,1,5808.24,791.776,632.587,-0.767944,0,0,0,1,300,100,1,0),(58487,187235,571,1,1,5773.91,718.034,618.566,-0.610864,0,0,0,1,300,100,1,0),(58488,187235,571,1,1,5761.89,592.893,613.791,0.890117,0,0,0,1,300,100,1,0),(58489,187235,571,1,1,5756.16,712.499,618.564,-0.698132,0,0,0,1,300,100,1,0),(58490,187235,571,1,1,5750.27,691.287,618.554,-0.90757,0,0,0,1,300,100,1,0),(58491,187235,571,1,1,5606.22,-679.812,206.613,-2.47837,0,0,0,1,300,100,1,0),(58492,187235,571,1,1,5607.55,-712.787,206.22,1.74533,0,0,0,1,300,100,1,0),(58493,187235,571,1,1,5625.55,-686.531,206.707,-2.49582,0,0,0,1,300,100,1,0),(58494,187235,571,1,1,1431.13,-3152.29,164.816,-2.72271,0,0,0,1,300,100,1,0),(58495,187235,571,1,1,1349.47,-3297.91,174.713,2.46091,0,0,0,1,300,100,1,0),(58496,187235,571,1,1,2109.82,-2988.45,148.38,2.18166,0,0,0,1,300,100,1,0),(58497,187235,571,1,1,7791.92,-2804.67,1216.79,-1.62316,0,0,0,1,300,100,1,0),(58498,187235,571,1,1,7784.97,-2964.54,1259,-0.628317,0,0,0,1,300,100,1,0),(58499,187235,571,1,1,5027.92,-522.642,226.937,0.418879,0,0,0,1,300,100,1,0),(58500,187235,571,1,1,5054.52,-617.343,219.314,0.698132,0,0,0,1,300,100,1,0),(58501,187235,571,1,1,5048.66,-524.639,220.05,-0.383971,0,0,0,1,300,100,1,0),(58502,187235,571,1,1,5053.33,-577.403,219.971,-0.157079,0,0,0,1,300,100,1,0),(58503,187235,571,1,1,5034.28,-512.383,225.925,-0.95993,0,0,0,1,300,100,1,0),(58504,187235,571,1,1,5071.92,-583.305,219.986,-2.63544,0,0,0,1,300,100,1,0),(58505,187235,571,1,1,5059.97,-556.709,220.049,-0.174532,0,0,0,1,300,100,1,0),(58506,187235,571,1,1,3469.88,4115.7,16.7066,-2.60053,0,0,0,1,300,100,1,0),(58507,187235,571,1,1,3426.03,4071.89,18.0825,-2.26892,0,0,0,1,300,100,1,0),(58508,187235,571,1,1,3460.45,4186.23,18.2127,-0.139624,0,0,0,1,300,100,1,0),(58509,187235,571,1,1,3473.79,4089.25,17.1301,-2.32129,0,0,0,1,300,100,1,0),(58510,187235,571,1,1,3472.25,4185.59,18.2465,2.77507,0,0,0,1,300,100,1,0),(58511,187235,571,1,1,4166.07,5288.28,26.3767,2.82743,0,0,0,1,300,100,1,0),(58512,187235,571,1,1,775.664,-2854.3,4.6838,-1.67551,0,0,0,1,300,100,1,0),(58513,187235,571,1,1,726.308,-2921.7,7.54804,-0.209439,0,0,0,1,300,100,1,0),(58514,187235,571,1,1,2675.21,-4331.75,289.776,0.820303,0,0,0,1,300,100,1,0),(58515,187235,571,1,1,2462.83,-5023.97,283.714,-0.872664,0,0,0,1,300,100,1,0),(58516,187235,571,1,1,2021.99,-6214.68,7.75091,2.09439,0,0,0,1,300,100,1,0),(58517,187235,571,1,1,1927.33,-6186.84,24.1125,1.72787,0,0,0,1,300,100,1,0),(58518,187235,571,1,1,1882.58,-6170.53,23.8296,0.837757,0,0,0,1,300,100,1,0),(58519,187235,571,1,1,1919.92,-6182.6,24.4769,1.72787,0,0,0,1,300,100,1,0),(58520,187235,571,1,1,540.119,-4999.92,10.5338,-1.50098,0,0,0,1,300,100,1,0),(58521,187235,571,1,1,569.194,-5003.27,11.0998,2.94959,0,0,0,1,300,100,1,0),(58522,187235,571,1,1,434.16,-4539.47,245.803,2.96704,0,0,0,1,300,100,1,0),(58523,187235,571,1,1,446.307,-4559.88,245.503,-1.91986,0,0,0,1,300,100,1,0),(58524,187235,571,1,1,493.699,-4605.01,243.648,-2.96704,0,0,0,1,300,100,1,0),(58525,187235,571,1,1,400.007,-4535.09,246.153,-2.02458,0,0,0,1,300,100,1,0),(58526,187235,571,1,1,404.242,-4538.7,245.821,-2.51327,0,0,0,1,300,100,1,0),(58527,187235,571,1,1,6664.05,-252.192,962.211,-1.85005,0,0,0,1,300,100,1,0),(58528,187235,571,1,1,6104.26,-1076.63,403.506,1.53589,0,0,0,1,300,100,1,0),(58529,187235,571,1,1,3225.83,-2298.4,107.293,0.837757,0,0,0,1,300,100,1,0),(58530,187235,571,1,1,3286.43,-2201.52,117.373,-2.44346,0,0,0,1,300,100,1,0),(58531,187235,571,1,1,3441.72,-2747.26,199.389,-1.48353,0,0,0,1,300,100,1,0),(58532,187235,571,1,1,2600.05,-1802.44,10.6425,1.13446,0,0,0,1,300,100,1,0),(58533,187235,571,1,1,2549.79,-1992.14,8.43957,-1.62316,0,0,0,1,300,100,1,0),(58534,187235,571,1,1,2546.97,-1915.29,2.87147,-2.47837,0,0,0,1,300,100,1,0),(58535,187235,571,1,1,2503.96,-1936.45,10.3956,1.01229,0,0,0,1,300,100,1,0),(58536,187235,571,1,1,2559.23,-1828.4,10.5122,2.32129,0,0,0,1,300,100,1,0),(58537,187235,571,1,1,5135.95,-2183.24,236.837,-0.593412,0,0,0,1,300,100,1,0),(58538,187235,571,1,1,5196.8,-2208.14,239.399,2.93214,0,0,0,1,300,100,1,0),(58539,187235,571,1,1,5609.33,5807.86,-70.499,0.645772,0,0,0,1,300,100,1,0),(58540,187235,571,1,1,5594.93,5715.65,-72.7739,-2.19912,0,0,0,1,300,100,1,0),(58541,187235,571,1,1,3296.6,-736.467,176.119,-2.25147,0,0,0,1,300,100,1,0),(58542,187235,571,1,1,4908.99,1241.12,226.882,1.43117,0,0,0,1,300,100,1,0),(58543,187235,571,1,1,5790.55,-3548.06,387.111,-2.54818,0,0,0,1,300,100,1,0),(58544,187235,571,1,1,5750.8,-3535.45,389.027,-0.750491,0,0,0,1,300,100,1,0),(58545,187235,571,1,1,5382.32,-2632.78,303.954,0.087266,0,0,0,1,300,100,1,0),(58546,187235,571,1,1,5528.21,-2651.13,303.954,2.77507,0,0,0,1,300,100,1,0),(58547,187235,571,1,1,5953.27,610.481,650.627,-0.331611,0,0,0,1,300,100,1,0),(58548,187235,571,1,1,5845.72,435.996,657.626,2.74016,0,0,0,1,300,100,1,0),(58549,187235,571,1,1,5663.51,682.673,651.945,-1.29154,0,0,0,1,300,100,1,0),(58550,187235,571,1,1,5788.18,425.141,657.578,0.750491,0,0,0,1,300,100,1,0),(58551,187235,571,1,1,5958.76,626.161,650.627,-0.296705,0,0,0,1,300,100,1,0),(58552,187235,571,1,1,5845.92,652.176,658.404,-2.72271,0,0,0,1,300,100,1,0),(58553,187235,571,1,1,5642.22,754.711,641.567,-2.32129,0,0,0,1,300,100,1,0),(58554,187235,571,1,1,3857.38,1532.05,95.731,2.00713,0,0,0,1,300,100,1,0),(58555,187235,571,1,1,3828.6,1550.87,89.655,1.44862,0,0,0,1,300,100,1,0),(58556,187235,571,1,1,3826.89,1531.87,95.8132,0.977383,0,0,0,1,300,100,1,0),(58557,187235,571,1,1,3781.23,1617.94,87.1592,-0.994837,0,0,0,1,300,100,1,0),(58558,187235,571,1,1,3772.2,1518.56,87.6002,3.03684,0,0,0,1,300,100,1,0),(58559,187235,571,1,1,3853.1,1601.29,89.7245,0.157079,0,0,0,1,300,100,1,0),(58560,187235,571,1,1,3833.7,1420.33,90.8787,-1.37881,0,0,0,1,300,100,1,0),(58561,187235,571,1,1,3847.25,-4556.36,210.127,0.837757,0,0,0,1,300,100,1,0),(58562,187235,571,1,1,3848,-4506.85,207.786,1.8675,0,0,0,1,300,100,1,0),(58563,187235,571,1,1,3835.15,-4527.15,210.637,-0.541051,0,0,0,1,300,100,1,0),(58564,187235,571,1,1,5694.44,614.216,646.676,0.523598,0,0,0,1,300,100,1,0),(58565,187235,571,1,1,5807.72,654.858,647.425,-0.855211,0,0,0,1,300,100,1,0),(58566,187235,571,1,1,5845.67,696.008,610.693,-2.1293,0,0,0,1,300,100,1,0),(58567,187235,571,1,1,5604.81,-585.718,190.75,-2.51327,0,0,0,1,300,100,1,0),(58568,187235,571,1,1,1351.66,-3457.37,175.925,1.67551,0,0,0,1,300,100,1,0),(58569,187235,571,1,1,1371.3,-3185.65,162.822,2.11185,0,0,0,1,300,100,1,0),(58570,187235,571,1,1,7825.24,-2903.61,1240.89,3.12412,0,0,0,1,300,100,1,0),(58571,187235,571,1,1,7794.88,-2944.56,1257.25,-0.279252,0,0,0,1,300,100,1,0),(58572,187235,571,1,1,3484.92,4176.38,17.193,-1.58825,0,0,0,1,300,100,1,0),(58573,187235,571,1,1,3445,4178.58,17.1582,-1.55334,0,0,0,1,300,100,1,0),(58574,187235,571,1,1,3484.24,4164.79,17.1753,1.48353,0,0,0,1,300,100,1,0),(58575,187235,571,1,1,3429.66,4124.9,16.8286,-1.02974,0,0,0,1,300,100,1,0),(58576,187235,571,1,1,3419,4110.04,17.5577,-0.261798,0,0,0,1,300,100,1,0),(58577,187235,571,1,1,4203.51,5258.5,32.3019,3.10665,0,0,0,1,300,100,1,0),(58578,187235,571,1,1,4174.55,5310.48,25.4746,2.80997,0,0,0,1,300,100,1,0),(58579,187235,571,1,1,765.168,-2962.79,9.95537,-0.261798,0,0,0,1,300,100,1,0),(58580,187235,571,1,1,708.981,-2939.21,-3.25598,2.72271,0,0,0,1,300,100,1,0),(58581,187235,571,1,1,785.866,-2882.15,4.52708,-2.30383,0,0,0,1,300,100,1,0),(58582,187235,571,1,1,785.396,-2856.02,4.484,-1.8675,0,0,0,1,300,100,1,0),(58583,187235,571,1,1,733.017,-2896.65,7.16157,-0.541051,0,0,0,1,300,100,1,0),(58584,187235,571,1,1,706.602,-2924.74,-3.1657,-2.28638,0,0,0,1,300,100,1,0),(58585,187235,571,1,1,738.816,-2917.71,7.83575,-0.506145,0,0,0,1,300,100,1,0),(58586,187235,571,1,1,1899.31,-6178.33,24.0291,1.15192,0,0,0,1,300,100,1,0),(58587,187235,571,1,1,569.714,-4931.64,17.7927,-2.94959,0,0,0,1,300,100,1,0),(58588,187235,571,1,1,577.207,-4954.42,18.2157,3.10665,0,0,0,1,300,100,1,0),(58589,187235,571,1,1,6128.46,-1071.17,402.915,1.58825,0,0,0,1,300,100,1,0),(58590,187235,571,1,1,6132.97,-1080.29,402.548,-3.07177,0,0,0,1,300,100,1,0),(58591,187235,571,1,1,3302.05,-2350.77,108.889,2.07694,0,0,0,1,300,100,1,0),(58592,187235,571,1,1,3452.2,-2755.47,199.395,-2.9845,0,0,0,1,300,100,1,0),(58593,187235,571,1,1,3414.62,-2778.18,201.52,-1.0821,0,0,0,1,300,100,1,0),(58594,187235,571,1,1,2485.41,-1882.31,9.95529,-0.401425,0,0,0,1,300,100,1,0),(58595,187235,571,1,1,2595.78,-1789.13,10.6425,-0.698132,0,0,0,1,300,100,1,0),(58596,187235,571,1,1,2444.65,-1838.69,1.02234,-1.15192,0,0,0,1,300,100,1,0),(58597,187235,571,1,1,2438.88,-1853.44,1.20481,0.244346,0,0,0,1,300,100,1,0),(58598,187235,571,1,1,5174.28,-2190.9,236.54,-3.12412,0,0,0,1,300,100,1,0),(58599,187235,571,1,1,5623.02,5797.69,-71.1531,1.6057,0,0,0,1,300,100,1,0),(58600,187235,571,1,1,5575.63,5710.97,-76.6946,-0.925024,0,0,0,1,300,100,1,0),(58601,187235,571,1,1,3270.01,-719.122,168.855,-2.60053,0,0,0,1,300,100,1,0),(58602,187235,571,1,1,3309.45,-746.707,179.006,-2.3911,0,0,0,1,300,100,1,0),(58603,187235,571,1,1,3216.41,-654.495,173.166,0.820303,0,0,0,1,300,100,1,0),(58604,187235,571,1,1,3257.23,-695.905,167.368,3.03684,0,0,0,1,300,100,1,0),(58605,187235,571,1,1,5408.36,-2679.76,303.954,1.01229,0,0,0,1,300,100,1,0),(58606,187235,571,1,1,5500.09,-2657.2,303.954,-0.157079,0,0,0,1,300,100,1,0),(58607,187235,571,1,1,5685.71,679.831,646.373,-0.890117,0,0,0,1,300,100,1,0),(58608,187235,571,1,1,5676.88,659.645,647.15,0.157079,0,0,0,1,300,100,1,0),(58609,187235,571,1,1,5620.48,681.756,651.992,0.034906,0,0,0,1,300,100,1,0),(58610,187235,571,1,1,5726.91,764.369,644.192,-1.50098,0,0,0,1,300,100,1,0),(58611,187235,571,1,1,5710.43,728.694,641.777,0.855211,0,0,0,1,300,100,1,0),(58612,188259,571,1,1,3844.74,-1973.38,208.412,1.37881,0,0,0,1,300,100,1,0),(58613,187235,571,1,1,3856.72,1587.24,89.6024,0.59341,0,0,0,1,300,100,1,0),(58614,187235,571,1,1,3799.49,1569.15,89.7245,-2.67035,0,0,0,1,300,100,1,0),(58615,187235,571,1,1,3837.25,1460.37,91.843,3.00195,0,0,0,1,300,100,1,0),(58616,187235,571,1,1,3873.58,1603.2,90.1321,-3.12412,0,0,0,1,300,100,1,0),(58617,187235,571,1,1,3883.57,-4522.06,217.378,2.63544,0,0,0,1,300,100,1,0),(58618,187235,571,1,1,5787.01,774.619,661.278,-1.90241,0,0,0,1,300,100,1,0),(58619,187235,571,1,1,5803.46,547.224,661,1.309,0,0,0,1,300,100,1,0),(58620,187235,571,1,1,5748.03,626.062,660.992,0.715585,0,0,0,1,300,100,1,0),(58621,187235,571,1,1,5867.48,689.283,643.112,-2.23402,0,0,0,1,300,100,1,0),(58622,187235,571,1,1,5743.98,624.677,648.481,-2.74016,0,0,0,1,300,100,1,0),(58623,187235,571,1,1,1458.75,-3200.1,165.592,3.05433,0,0,0,1,300,100,1,0),(58624,187235,571,1,1,1428.26,-3256.8,165.615,2.19912,0,0,0,1,300,100,1,0),(58625,187235,571,1,1,1370.04,-3334.96,173.685,-1.43117,0,0,0,1,300,100,1,0),(58626,187235,571,1,1,1394.4,-3307.07,166.792,1.90241,0,0,0,1,300,100,1,0),(58627,187235,571,1,1,3468.71,4138.94,15.2842,-2.00713,0,0,0,1,300,100,1,0),(58628,187235,571,1,1,811.698,-2925.72,7.49117,-2.80997,0,0,0,1,300,100,1,0),(58629,187235,571,1,1,728.253,-2936.78,8.08532,0.977383,0,0,0,1,300,100,1,0),(58630,187235,571,1,1,563.828,-5017.78,11.59,2.07694,0,0,0,1,300,100,1,0),(58631,187235,571,1,1,3248.89,-2223.04,116.83,-1.48353,0,0,0,1,300,100,1,0),(58632,187235,571,1,1,3344.21,-2203.41,119.452,0.331611,0,0,0,1,300,100,1,0),(58633,187235,571,1,1,3352.52,-2221.08,119.452,0.401425,0,0,0,1,300,100,1,0),(58634,187235,571,1,1,3268.59,-2230.66,116.83,-2.47837,0,0,0,1,300,100,1,0),(58635,187235,571,1,1,5547.86,5726.39,-76.0391,-1.78023,0,0,0,1,300,100,1,0),(58636,187235,571,1,1,5584.73,5752.11,-72.0627,-2.67035,0,0,0,1,300,100,1,0),(58637,187235,571,1,1,5565.49,5758.58,-75.2259,-0.488691,0,0,0,1,300,100,1,0),(58638,187235,571,1,1,5538.61,5734.04,-76.7061,-2.96704,0,0,0,1,300,100,1,0),(58639,187235,571,1,1,3235.79,-713.01,167.672,1.11701,0,0,0,1,300,100,1,0),(58640,187235,571,1,1,3281.08,-720.592,175.891,-2.60053,0,0,0,1,300,100,1,0),(58641,187235,571,1,1,5943.55,636.654,652.97,-3.03684,0,0,0,1,300,100,1,0),(58642,187235,571,1,1,5822.23,502.838,657.378,-1.62316,0,0,0,1,300,100,1,0),(58643,187235,571,1,1,5944.35,617.706,650.583,2.11185,0,0,0,1,300,100,1,0),(58644,187235,571,1,1,5659.3,673.91,651.942,0.191985,0,0,0,1,300,100,1,0),(58645,187235,571,1,1,5739.42,737.81,656.824,-2.40855,0,0,0,1,300,100,1,0),(58646,187235,571,1,1,5839.25,641.277,647.512,0.279252,0,0,0,1,300,100,1,0),(58647,187235,571,1,1,3804.34,1618.12,89.3189,-1.15192,0,0,0,1,300,100,1,0),(58648,187235,571,1,1,3847.98,1459.16,91.8402,0.052359,0,0,0,1,300,100,1,0),(58649,187235,571,1,1,3854.53,-4499.98,208.039,2.82743,0,0,0,1,300,100,1,0),(58650,187235,571,1,1,5746.79,636.506,660.992,-0.366518,0,0,0,1,300,100,1,0),(58651,187235,571,1,1,5789.48,641.651,647.444,0.628317,0,0,0,1,300,100,1,0),(58652,187235,571,1,1,5864.82,610.465,650.704,1.74533,0,0,0,1,300,100,1,0),(58653,187235,571,1,1,5825.19,655.973,647.556,-2.05949,0,0,0,1,300,100,1,0),(58654,187235,571,1,1,5914.84,700.721,641.895,2.87979,0,0,0,1,300,100,1,0),(58655,187235,571,1,1,1341.44,-3276.22,174.618,-1.74533,0,0,0,1,300,100,1,0),(58656,187235,571,1,1,1401.35,-3262.33,163.007,2.25147,0,0,0,1,300,100,1,0),(58657,187235,571,1,1,1408.13,-3251.25,162.014,-2.49582,0,0,0,1,300,100,1,0),(58658,187235,571,1,1,1400.16,-3458.59,174.572,2.23402,0,0,0,1,300,100,1,0),(58659,187235,571,1,1,3455.85,4140.36,15.2771,-1.0472,0,0,0,1,300,100,1,0),(58660,187235,571,1,1,3458.69,4082.39,17.3223,0.453785,0,0,0,1,300,100,1,0),(58661,187235,571,1,1,3316.35,-2328.83,111.091,2.56563,0,0,0,1,300,100,1,0),(58662,187235,571,1,1,3308.4,-2221.64,115.808,-0.733038,0,0,0,1,300,100,1,0),(58663,187235,571,1,1,5533.62,5764.57,-78.6415,0.802851,0,0,0,1,300,100,1,0),(58664,187235,571,1,1,5648.3,675.373,651.993,2.67035,0,0,0,1,300,100,1,0),(58665,187235,571,1,1,5654.43,690.008,651.993,2.75761,0,0,0,1,300,100,1,0),(58666,187235,571,1,1,5978.21,595.183,650.615,2.07694,0,0,0,1,300,100,1,0),(58667,187235,571,1,1,3856.73,1468.2,92.0556,1.58825,0,0,0,1,300,100,1,0),(58668,187235,571,1,1,3842.61,1551.83,89.7245,2.19912,0,0,0,1,300,100,1,0),(58669,187235,571,1,1,3852.56,1420.47,90.9134,-2.04204,0,0,0,1,300,100,1,0),(58670,187235,571,1,1,5735.17,606.043,647.939,1.51844,0,0,0,1,300,100,1,0),(58671,187235,571,1,1,5843.04,581.13,651.76,2.77507,0,0,0,1,300,100,1,0),(58672,187235,571,1,1,5898.55,629.497,646.742,0.855211,0,0,0,1,300,100,1,0),(58673,187235,571,1,1,3409.35,4091.08,18.5769,-1.81514,0,0,0,1,300,100,1,0),(58674,187235,571,1,1,3437.82,4086.14,17.0981,1.51844,0,0,0,1,300,100,1,0),(58675,187235,571,1,1,3097.87,-2272.85,96.2536,-2.79252,0,0,0,1,300,100,1,0),(58676,187235,571,1,1,3183.71,-2235.24,114.863,-2.35619,0,0,0,1,300,100,1,0),(58677,187235,571,1,1,5840.91,508.295,657.486,-1.58825,0,0,0,1,300,100,1,0),(58678,187235,571,1,1,5988.1,621.18,650.627,-2.79252,0,0,0,1,300,100,1,0),(58679,187235,571,1,1,5947.68,626.101,650.578,-2.84488,0,0,0,1,300,100,1,0),(58680,187235,571,1,1,2784.24,959.469,22.4984,-0.820303,0,0,0,1,300,100,1,0),(58681,187235,571,1,1,2722.36,888.522,5.18185,0.401425,0,0,0,1,300,100,1,0),(58682,187235,571,1,1,2763.37,862.899,6.27784,-0.506145,0,0,0,1,300,100,1,0),(58683,187235,571,1,1,2771.33,914.004,22.364,-0.663223,0,0,0,1,300,100,1,0),(58684,187235,571,1,1,2731.76,930.222,0.360353,-2.94959,0,0,0,1,300,100,1,0),(58685,187235,571,1,1,2795.23,971.229,22.8473,-2.49582,0,0,0,1,300,100,1,0),(58686,187235,571,1,1,2802.76,890.158,12.8858,-1.309,0,0,0,1,300,100,1,0),(58687,187235,571,1,1,2787.12,905.958,22.1563,1.309,0,0,0,1,300,100,1,0),(58688,187235,571,1,1,2801.71,908.509,22.2906,1.74533,0,0,0,1,300,100,1,0),(58689,187235,571,1,1,2663.84,880.255,4.28179,1.85005,0,0,0,1,300,100,1,0),(58690,187235,571,1,1,2837.89,884.148,15.9367,2.16421,0,0,0,1,300,100,1,0),(58691,187235,571,1,1,2645.36,884.648,4.74845,0.506145,0,0,0,1,300,100,1,0),(58692,187235,571,1,1,2781.2,933.698,22.7825,-2.74016,0,0,0,1,300,100,1,0),(58693,187235,571,1,1,2793.77,931.657,22.357,-0.541051,0,0,0,1,300,100,1,0),(58694,187235,571,1,1,2720.49,904.632,5.697,-0.349065,0,0,0,1,300,100,1,0),(58695,187235,571,1,1,2754.22,894.706,5.90691,-1.51844,0,0,0,1,300,100,1,0),(58696,187235,571,1,1,2659.2,906.399,4.29365,-1.43117,0,0,0,1,300,100,1,0),(58697,187235,571,1,1,2815.47,918.799,20.8878,-2.426,0,0,0,1,300,100,1,0),(58698,187235,571,1,1,2643.08,897.58,4.50105,-0.261798,0,0,0,1,300,100,1,0),(58699,187235,571,1,1,2772.13,928.728,22.7898,0.733038,0,0,0,1,300,100,1,0),(58700,187235,571,1,1,2743.73,851.451,6.69117,-1.98967,0,0,0,1,300,100,1,0),(58708,187235,571,1,1,4948.57,1174.38,239.792,-1.79769,0,0,0,1,300,100,1,0),(67685,187282,571,1,1,2953.96,5386.35,58.638,-1.53589,0,0,0,1,180,0,1,0),(58710,187235,571,1,1,4967.22,1205.66,227.389,2.54818,0,0,0,1,300,100,1,0),(58712,187235,571,1,1,4958.92,1196.35,226.805,1.79769,0,0,0,1,300,100,1,0),(58724,187235,571,1,1,4978.83,1243,227.49,2.94959,0,0,0,1,300,100,1,0),(58725,187235,571,1,1,4956.75,1164.54,239.65,-2.02458,0,0,0,1,300,100,1,0),(58726,187235,571,1,1,4980.45,1205.42,227.707,1.11701,0,0,0,1,300,100,1,0),(58727,187235,571,1,1,4985.38,1269.71,229.346,-3.03684,0,0,0,1,300,100,1,0),(58729,187235,571,1,1,5003.66,1190.19,227.382,2.79252,0,0,0,1,300,100,1,0),(58739,187235,571,1,1,5019.8,1236.83,230.097,-2.32129,0,0,0,1,300,100,1,0),(58740,187235,571,1,1,4986.67,1189.04,227.476,-0.296705,0,0,0,1,300,100,1,0),(58742,187235,571,1,1,3533.27,2028.21,67.8371,0.296705,0,0,0,1,300,100,1,0),(58757,187235,571,1,1,3487.09,1996.39,64.8628,-3.05433,0,0,0,1,300,100,1,0),(58758,187235,571,1,1,3515.83,1981.84,64.8624,2.54818,0,0,0,1,300,100,1,0),(58759,187235,571,1,1,3463.34,1991.17,64.6159,0.191985,0,0,0,1,300,100,1,0),(58764,187235,571,1,1,3503.75,2013.13,64.8623,-2.87979,0,0,0,1,300,100,1,0),(58770,187235,571,1,1,3546.34,351.5,52.2773,-2.91469,0,0,0,1,300,100,1,0),(58771,191843,571,1,1,6269.8,-634.545,418.765,-1.0821,0,0,0,1,300,100,1,0),(58772,191843,571,1,1,6281.19,-631.619,419.729,-2.28638,0,0,0,1,300,100,1,0),(58773,191843,571,1,1,6231.03,-647.194,414.177,1.97222,0,0,0,1,300,100,1,0),(58774,191843,571,1,1,6225.62,-631.314,413.994,-1.41372,0,0,0,1,300,100,1,0),(58775,191843,571,1,1,6219.9,-645.049,413.703,1.5708,0,0,0,1,300,100,1,0),(58776,191843,571,1,1,6248.82,-638.241,416.312,-1.50098,0,0,0,1,300,100,1,0),(58777,191843,571,1,1,6274.9,-662.864,419.267,1.09956,0,0,0,1,300,100,1,0),(58778,191843,571,1,1,6146.41,-408.964,415.747,2.37364,0,0,0,1,300,100,1,0),(58779,191843,571,1,1,6140.18,-430.383,413.659,2.19912,0,0,0,1,300,100,1,0),(58780,191843,571,1,1,6114.06,-413.121,415.449,-0.680679,0,0,0,1,300,100,1,0),(58781,191843,571,1,1,6114.77,-424.144,414.315,0.523598,0,0,0,1,300,100,1,0),(58782,188516,571,1,1,3301.8,-5098.16,300.231,0.680679,0,0,0.333807,0.942641,300,100,1,0),(58783,191332,571,1,1,3008.37,-455.71,125.329,2.40855,0,0,0,1,300,100,1,0),(75533,191845,571,1,1,8560.15,-62.6232,702.348,2.74016,0,0,0,1,120,255,1,0),(67684,187281,571,1,1,2953.76,5386.34,60.8717,-1.76278,0,0,0,1,180,0,1,0),(58786,188260,571,1,1,5180.03,-4914.68,298.901,-1.36136,0,0,0,1,300,100,1,0),(58787,188260,571,1,1,5261.88,-4715.14,296.101,-1.0472,0,0,0,1,300,100,1,0),(58788,188260,571,1,1,5156.68,-4952.53,296.613,-2.53072,0,0,0,1,300,100,1,0),(58789,188260,571,1,1,5064.09,-4534.75,279.945,-0.541051,0,0,0,1,300,100,1,0),(58790,188260,571,1,1,5334.84,-4692.01,304.54,-0.366518,0,0,0,1,300,100,1,0),(58791,188260,571,1,1,5332.64,-4816.87,301.839,-2.61799,0,0,0,1,300,100,1,0),(58792,188260,571,1,1,5349.07,-4798.87,301.506,-1.88495,0,0,0,1,300,100,1,0),(58793,188260,571,1,1,5190.56,-4646.08,288.542,-1.09956,0,0,0,1,300,100,1,0),(58794,188260,571,1,1,5128.08,-4983.46,294.756,-1.76278,0,0,0,1,300,100,1,0),(58795,188260,571,1,1,5174.4,-4985.35,293.977,-0.750491,0,0,0,1,300,100,1,0),(58796,188260,571,1,1,5286.93,-4847.51,301.876,3.03684,0,0,0,1,300,100,1,0),(58797,188260,571,1,1,5119.36,-4534.42,284.006,2.00713,0,0,0,1,300,100,1,0),(58798,188260,571,1,1,5261.33,-4852.13,300.467,0.663223,0,0,0,1,300,100,1,0),(58799,188260,571,1,1,5090.28,-4905.83,306.605,-1.11701,0,0,0,1,300,100,1,0),(58800,188260,571,1,1,5059.91,-4534.22,279.481,1.76278,0,0,0,1,300,100,1,0),(58801,188260,571,1,1,5130.53,-4636.22,285.004,-0.663223,0,0,0,1,300,100,1,0),(58802,188260,571,1,1,5055.62,-4546.14,281.6,-3.10665,0,0,0,1,300,100,1,0),(58803,188260,571,1,1,5034.26,-4581.48,286.776,-0.767944,0,0,0,1,300,100,1,0),(58804,188260,571,1,1,5122.84,-4699.88,289.703,-2.07694,0,0,0,1,300,100,1,0),(58805,188260,571,1,1,5120.96,-4806.23,299.605,2.84488,0,0,0,1,300,100,1,0),(58806,188260,571,1,1,5106.3,-4874.65,301.63,-2.54818,0,0,0,1,300,100,1,0),(58807,188260,571,1,1,5138.1,-4841.62,289.145,-0.855211,0,0,0,1,300,100,1,0),(58808,188260,571,1,1,5145.14,-4901.46,296.627,2.3911,0,0,0,1,300,100,1,0),(58809,188260,571,1,1,5056.28,-4534.29,280.337,2.60053,0,0,0,1,300,100,1,0),(58810,188260,571,1,1,4880.98,-4799.07,280.402,2.84488,0,0,0,1,300,100,1,0),(58811,188260,571,1,1,4870.23,-4719.93,270.401,2.84488,0,0,0,1,300,100,1,0),(58812,188260,571,1,1,5150.78,-4734.35,291.215,1.97222,0,0,0,1,300,100,1,0),(58813,188260,571,1,1,5062.7,-4756.35,295.034,-0.366518,0,0,0,1,300,100,1,0),(58814,188260,571,1,1,5081.14,-4639.83,288.859,0.174532,0,0,0,1,300,100,1,0),(58815,188260,571,1,1,5076.01,-4611.29,285.811,1.25664,0,0,0,1,300,100,1,0),(58816,188260,571,1,1,4978.29,-4844.63,301.337,0.366518,0,0,0,1,300,100,1,0),(58817,188260,571,1,1,4867.33,-4769.4,276.191,1.3439,0,0,0,1,300,100,1,0),(58818,188260,571,1,1,5020.48,-4547.14,282.907,3.14159,0,0,0,1,300,100,1,0),(58819,188260,571,1,1,5084.94,-4651.08,288.154,1.85005,0,0,0,1,300,100,1,0),(58820,188260,571,1,1,5082.92,-4655.32,287.79,-1.11701,0,0,0,1,300,100,1,0),(58821,188260,571,1,1,4870.78,-4755.05,274.369,2.33874,0,0,0,1,300,100,1,0),(75532,191844,571,1,1,8573.36,-92.2202,673.306,4.7822,0,0,0,1,120,255,1,0),(75531,191845,571,1,1,8637.93,-217.261,570.371,0.575957,0,0,0,1,120,255,1,0),(58824,188517,571,1,1,3283.61,-5140.61,300.231,0.680679,0,0,0.333807,0.942641,300,100,1,0),(58826,192613,571,1,1,3669.8,-1269.82,251.255,2.40448,0,0,0.93285,0.360266,300,100,1,0),(58827,188261,571,1,1,4824.81,-4485.91,198.894,-2.77507,0,0,0,1,300,100,1,0),(75530,191844,571,1,1,8546.7,-263.975,807.708,4.88692,0,0,0,1,120,255,1,0),(75529,191844,571,1,1,8535.68,-496.902,823.141,0.401425,0,0,0,1,120,255,1,0),(58830,191334,571,1,1,3090.7,-489.356,125.502,2.53945,0,0,0,1,300,100,1,0),(67682,187280,571,1,1,2953.83,5386.37,60.3124,-1.75405,0,0,0,1,180,0,1,0),(58832,192102,571,1,1,5737.87,544.001,658.377,-2.34778,0,0,-0.333807,0.942641,300,100,1,0),(58833,188518,571,1,1,4831.34,-4751.53,33.5138,-0.715585,0,0,0,1,300,100,1,0),(58834,186470,571,1,1,1787.43,-3342.43,82.9236,-0.90757,0,0,0,1,300,100,1,0),(58835,188262,571,1,1,4625.48,-4586.3,209.539,-1.39626,0,0,0,1,300,100,1,0),(58836,186470,571,1,1,1692.05,-3281.44,74.425,2.96704,0,0,0,1,300,100,1,0),(58837,188262,571,1,1,4588.98,-4383.64,177.221,-1.25664,0,0,0,1,300,100,1,0),(58838,186470,571,1,1,1775.83,-3307.74,87.1527,-1.91986,0,0,0,1,300,100,1,0),(58839,186470,571,1,1,1505.62,-3466.52,78.9162,-1.72787,0,0,0,1,300,100,1,0),(58840,186470,571,1,1,1518.43,-3441.24,75.2905,-0.575957,0,0,0,1,300,100,1,0),(58841,188262,571,1,1,4610.64,-4547.44,204.708,2.49582,0,0,0,1,300,100,1,0),(58842,188262,571,1,1,4654.77,-4612.6,208.776,-2.67035,0,0,0,1,300,100,1,0),(58843,188262,571,1,1,4674.22,-4609.17,209.679,-0.663223,0,0,0,1,300,100,1,0),(58844,186470,571,1,1,1491.96,-3413.2,92.305,2.16421,0,0,0,1,300,100,1,0),(58845,188262,571,1,1,4517.87,-4438.19,186.355,0.558504,0,0,0,1,300,100,1,0),(58846,186470,571,1,1,1497.77,-3438.4,87.3229,1.11701,0,0,0,1,300,100,1,0),(58847,186470,571,1,1,1544.59,-3436.41,100.152,-2.18166,0,0,0,1,300,100,1,0),(58848,186470,571,1,1,1542.51,-3411.31,100.97,2.04204,0,0,0,1,300,100,1,0),(58849,186470,571,1,1,1522.41,-3423.46,96.9833,-1.36136,0,0,0,1,300,100,1,0),(58850,186470,571,1,1,1646.52,-3263.36,3.26638,-0.034906,0,0,0,1,300,100,1,0),(58851,186470,571,1,1,1623.05,-3304.41,6.1923,-0.750491,0,0,0,1,300,100,1,0),(58852,186470,571,1,1,1590.12,-3328.21,6.20305,1.62316,0,0,0,1,300,100,1,0),(58853,186470,571,1,1,1638.64,-3383.84,20.4897,-0.052359,0,0,0,1,300,100,1,0),(58854,186470,571,1,1,1624.95,-3462.66,30.3758,1.91986,0,0,0,1,300,100,1,0),(58855,188262,571,1,1,4711.12,-4604.07,209.767,0.296705,0,0,0,1,300,100,1,0),(58856,188262,571,1,1,4594.4,-4437.59,184.102,1.51844,0,0,0,1,300,100,1,0),(58857,186470,571,1,1,1670.82,-3302.36,81.2235,-0.383971,0,0,0,1,300,100,1,0),(58858,186470,571,1,1,1685.32,-3299.3,79.5826,-0.785397,0,0,0,1,300,100,1,0),(58859,186470,571,1,1,1728.49,-3345.73,82.0351,0.401425,0,0,0,1,300,100,1,0),(58860,186470,571,1,1,1718.89,-3300.63,80.5078,-2.28638,0,0,0,1,300,100,1,0),(58861,186470,571,1,1,1696.12,-3311.36,81.9264,-2.86233,0,0,0,1,300,100,1,0),(58862,186470,571,1,1,1750.9,-3353.58,82.0005,-2.16421,0,0,0,1,300,100,1,0),(58863,186470,571,1,1,1747.23,-3297.19,81.4195,1.74533,0,0,0,1,300,100,1,0),(58864,186470,571,1,1,1560.68,-3470.61,55.5635,-1.85005,0,0,0,1,300,100,1,0),(58865,186470,571,1,1,1584.46,-3480.6,49.4378,-2.44346,0,0,0,1,300,100,1,0),(58866,186470,571,1,1,1519.58,-3492.66,58.26,2.30383,0,0,0,1,300,100,1,0),(58867,186470,571,1,1,1529.79,-3474.3,60.2963,-2.82743,0,0,0,1,300,100,1,0),(58868,186470,571,1,1,1527.69,-3201.78,68.7656,0.541051,0,0,0,1,300,100,1,0),(58869,186470,571,1,1,1496.19,-3506.01,60.8089,1.67551,0,0,0,1,300,100,1,0),(58870,186470,571,1,1,1535.18,-3605.02,114.14,2.65289,0,0,0,1,300,100,1,0),(58871,186470,571,1,1,1544.62,-3532.54,111.502,-3.07177,0,0,0,1,300,100,1,0),(58872,186470,571,1,1,1584.3,-3541.11,108.563,1.5708,0,0,0,1,300,100,1,0),(58873,186470,571,1,1,1537.04,-3478.21,105.8,2.94959,0,0,0,1,300,100,1,0),(58874,188262,571,1,1,4716.14,-4568.78,207.347,-0.017452,0,0,0,1,300,100,1,0),(58875,188262,571,1,1,4656.71,-4413.82,191.496,-2.28638,0,0,0,1,300,100,1,0),(58876,188262,571,1,1,4642.46,-4450.1,190.274,-2.25147,0,0,0,1,300,100,1,0),(58877,186470,571,1,1,1652.56,-3321.05,81.0227,-0.872664,0,0,0,1,300,100,1,0),(58878,186470,571,1,1,1684.83,-3253.79,73.2603,-0.383971,0,0,0,1,300,100,1,0),(58879,186470,571,1,1,1535.76,-3217.78,68.9628,1.0472,0,0,0,1,300,100,1,0),(58880,186470,571,1,1,1499.84,-3257.44,75.4396,2.47837,0,0,0,1,300,100,1,0),(58881,186470,571,1,1,1482.24,-3322.38,65.4527,3.08918,0,0,0,1,300,100,1,0),(58882,186470,571,1,1,1537.97,-3331.4,57.1755,1.81514,0,0,0,1,300,100,1,0),(58883,186470,571,1,1,1484.95,-3531.71,61.5304,-2.28638,0,0,0,1,300,100,1,0),(58884,186470,571,1,1,1547.03,-3416.83,60.3479,2.77507,0,0,0,1,300,100,1,0),(58885,186470,571,1,1,1507.8,-3529.11,57.7383,-1.79769,0,0,0,1,300,100,1,0),(58886,186470,571,1,1,1527.03,-3513.65,57.9424,-0.750491,0,0,0,1,300,100,1,0),(58887,188262,571,1,1,4787.58,-4401.39,199.06,2.65289,0,0,0,1,300,100,1,0),(58888,186470,571,1,1,1630.48,-3445.49,77.0958,2.96704,0,0,0,1,300,100,1,0),(58889,186470,571,1,1,1662.81,-3421.72,79.0674,1.6057,0,0,0,1,300,100,1,0),(58890,186470,571,1,1,1656.06,-3583.05,107.724,-1.18682,0,0,0,1,300,100,1,0),(58891,186470,571,1,1,1608.94,-3426.62,74.6969,-2.44346,0,0,0,1,300,100,1,0),(58892,186470,571,1,1,1649.8,-3377.7,80.6712,-0.122173,0,0,0,1,300,100,1,0),(58893,186470,571,1,1,1611.79,-3355.36,77.2356,-1.25664,0,0,0,1,300,100,1,0),(58894,188262,571,1,1,4713.33,-4495.08,196.889,1.44862,0,0,0,1,300,100,1,0),(58895,188262,571,1,1,4653,-4450.78,190.996,0.157079,0,0,0,1,300,100,1,0),(58896,188262,571,1,1,4730.19,-4470.36,195.616,-2.28638,0,0,0,1,300,100,1,0),(58897,188262,571,1,1,4684.05,-4507.83,196.923,-1.62316,0,0,0,1,300,100,1,0),(58898,188262,571,1,1,4623.28,-4513.01,198.602,-1.41372,0,0,0,1,300,100,1,0),(58899,188262,571,1,1,4810.35,-4451.48,198.814,2.16421,0,0,0,1,300,100,1,0),(58900,188262,571,1,1,4760.48,-4439.18,199.016,-0.575957,0,0,0,1,300,100,1,0),(58901,188262,571,1,1,4820.32,-4487.89,198.911,1.83259,0,0,0,1,300,100,1,0),(58902,188262,571,1,1,4800.16,-4491.85,198.737,1.0472,0,0,0,1,300,100,1,0),(58903,188262,571,1,1,4763.39,-4492.92,196.425,-1.67551,0,0,0,1,300,100,1,0),(58904,188262,571,1,1,4729.77,-4519.05,201.094,1.67551,0,0,0,1,300,100,1,0),(58905,188262,571,1,1,4678.88,-4548.98,207.345,-2.1293,0,0,0,1,300,100,1,0),(58906,187239,571,1,1,2503.2,5654.57,49.0221,2.95843,0,0,0,1,300,100,1,0),(58907,189287,571,1,1,3510.78,5438.87,54.4685,2.40856,0,0,0,1,300,100,1,0),(58908,191335,571,1,1,3135.12,-551.325,120.817,2.05076,0,0,0,1,300,100,1,0),(67681,187279,571,1,1,2953.7,5386.75,60.4816,0.139626,0,0,0,1,180,0,1,0),(58910,192103,571,1,1,5724.21,555.064,657.948,-2.34778,0,0,-0.333807,0.942641,300,100,1,0),(58911,188263,571,1,1,4592.26,-4549.78,203.278,2.65289,0,0,0,1,300,100,1,0),(58912,188263,571,1,1,4601.51,-4528.02,200.86,-2.70526,0,0,0,1,300,100,1,0),(58913,188263,571,1,1,4587.98,-4526.24,199.748,0.069812,0,0,0,1,300,100,1,0),(58914,188263,571,1,1,4656.09,-4571.7,208.057,-3.00195,0,0,0,1,300,100,1,0),(58915,188263,571,1,1,4536.35,-4430.11,186.807,-2.28638,0,0,0,1,300,100,1,0),(58916,188263,571,1,1,4580.58,-4477.77,184.062,-1.02974,0,0,0,1,300,100,1,0),(58917,188263,571,1,1,4669.55,-4368.07,188.318,1.06465,0,0,0,1,300,100,1,0),(58918,188263,571,1,1,4627.13,-4479.02,188.359,-0.994837,0,0,0,1,300,100,1,0),(58919,188263,571,1,1,4770.79,-4405.4,198.805,-0.383971,0,0,0,1,300,100,1,0),(58920,188263,571,1,1,4704.65,-4396.67,193.4,-2.79252,0,0,0,1,300,100,1,0),(58921,188263,571,1,1,4673.06,-4444.71,193.611,-0.698132,0,0,0,1,300,100,1,0),(58922,188263,571,1,1,4663.53,-4520.53,201.881,2.61799,0,0,0,1,300,100,1,0),(58923,188263,571,1,1,4652.47,-4510.66,198.691,-1.309,0,0,0,1,300,100,1,0),(58924,188263,571,1,1,4773.82,-4439.46,199.479,3.14159,0,0,0,1,300,100,1,0),(58925,188263,571,1,1,4747.28,-4421.87,199.021,1.36136,0,0,0,1,300,100,1,0),(58926,188263,571,1,1,4745.27,-4404.65,199.107,-3.12412,0,0,0,1,300,100,1,0),(58927,188263,571,1,1,4827.09,-4506.87,201.162,-0.715585,0,0,0,1,300,100,1,0),(58928,188263,571,1,1,4749.66,-4513.32,200.35,-2.60053,0,0,0,1,300,100,1,0),(58929,187240,571,1,1,2356.04,5549.53,27.0409,0.688683,0,0,0,1,300,100,1,0),(58930,191336,571,1,1,3107.34,-562.613,118.742,1.85005,0,0,0,1,300,100,1,0),(240266,182807,0,1,1,1780.76,215.611,59.7988,0,0,0,0,1,180,100,1,0),(58932,193896,571,1,1,5870.87,475.666,641.563,0.191985,0,0,-0.333807,0.942641,300,100,1,0),(58933,192616,571,1,1,5725.06,-2932.93,323.516,2.01585,0,0,0.845728,0.533615,300,100,1,0),(58934,188264,571,1,1,5011.35,-4732.37,222.524,-2.61799,0,0,0,1,300,100,1,0),(58935,188521,571,1,1,2892.18,6236.34,208.908,-2.39983,0,0,0.932008,-0.362438,300,100,1,0),(58936,191337,571,1,1,2896.11,-337.982,113.327,3.08918,0,0,0,1,300,100,1,0),(58937,193897,571,1,1,5869.94,480.456,641.569,0.191985,0,0,-0.333807,0.942641,300,100,1,0),(58938,192617,571,1,1,5768.26,-2912.32,323.516,2.01585,0,0,0.845728,0.533615,300,100,1,0),(58940,191338,571,1,1,2873.86,-337.621,114.497,-3.10665,0,0,0,1,300,100,1,0),(67680,187243,571,1,1,2975.3,5586,48.4911,-2.44072,0,0,0,1,180,0,1,0),(58942,193898,571,1,1,5874.74,481.484,641.519,-2.94959,0,0,-0.333807,0.942641,300,100,1,0),(58943,191850,571,1,1,4561.17,-2044.23,183.163,3.13286,0,0,0.99999,0.004363,300,100,1,0),(58944,189290,571,1,1,4077.69,-5187.15,-0.170634,0.191985,0,0,0,1,300,100,1,0),(58945,189290,571,1,1,4655.07,-5120.64,0.24273,2.72271,0,0,0,1,300,100,1,0),(58946,189290,571,1,1,4574.95,-5073.17,0.263909,-2.40855,0,0,0,1,300,100,1,0),(58947,189290,571,1,1,4408.36,-5184.14,0.203139,-2.77507,0,0,0,1,300,100,1,0),(58948,189290,571,1,1,4310.57,-5076.05,0.21382,2.14675,0,0,0,1,300,100,1,0),(58949,189290,571,1,1,4375.72,-5049.76,0.150451,1.76278,0,0,0,1,300,100,1,0),(58950,189290,571,1,1,4309.55,-5126.26,0.266593,-1.72787,0,0,0,1,300,100,1,0),(58951,189290,571,1,1,4243.6,-5370.76,0.278927,2.26892,0,0,0,1,300,100,1,0),(58952,189290,571,1,1,4327.34,-5256.11,0.254044,2.60053,0,0,0,1,300,100,1,0),(58953,189290,571,1,1,4248.22,-5298.56,0.30646,-1.20428,0,0,0,1,300,100,1,0),(58954,189290,571,1,1,4527.59,-5288.86,0.194187,-0.488691,0,0,0,1,300,100,1,0),(58955,189290,571,1,1,4161.23,-5315.2,0.190712,1.98967,0,0,0,1,300,100,1,0),(58956,189290,571,1,1,4243.43,-5159.31,0.251652,2.54818,0,0,0,1,300,100,1,0),(58957,189290,571,1,1,4203.32,-5256.86,-0.083461,-1.55334,0,0,0,1,300,100,1,0),(58958,189290,571,1,1,4468.76,-5314.58,0.129306,-0.104719,0,0,0,1,300,100,1,0),(58959,189290,571,1,1,4342.96,-5410.43,0.30829,-1.3439,0,0,0,1,300,100,1,0),(58960,189290,571,1,1,4386.24,-5344.98,0.200251,-2.40855,0,0,0,1,300,100,1,0),(58961,189290,571,1,1,4549.03,-5352.63,0.234687,2.05949,0,0,0,1,300,100,1,0),(58962,191339,571,1,1,2833.26,-337.92,115.022,2.21656,0,0,0,1,300,100,1,0),(58963,193899,571,1,1,5875.75,476.393,641.526,-2.90596,0,0,-0.333807,0.942641,300,100,1,0),(58964,187244,571,1,1,2526.16,5831.94,141.019,-1.8507,0,0,0,1,300,100,1,0),(58965,188012,571,1,1,3311.77,5655.21,53.2051,-0.182261,0,0,0,1,300,100,1,0),(58966,191340,571,1,1,2846.49,-324.532,114.29,-0.846485,0,0,0,1,300,100,1,0),(58967,193900,571,1,1,5867.5,492.475,641.569,0.191985,0,0,-0.333807,0.942641,300,100,1,0),(58968,192620,571,1,1,5855.07,-2905.77,362.361,2.01585,0,0,0.845728,0.533615,300,100,1,0),(58969,190572,571,1,1,5926.13,-2345.7,293.841,-2.44346,0,0,0,1,300,100,1,0),(58970,187245,571,1,1,2470.21,5840.8,139.941,0.070405,0,0,0,1,300,100,1,0),(58971,188013,571,1,1,3316.25,5595.68,53.0606,0.878207,0,0,0,1,300,100,1,0),(58972,191341,571,1,1,3417.7,-2769.29,200.523,1.81514,0,0,0,1,300,100,1,0),(58973,192109,571,1,1,5862.51,577.164,654.202,0.793811,0,0,-0.333807,0.942641,300,100,1,0),(58974,193901,571,1,1,5868.43,487.685,641.563,0.191985,0,0,-0.333807,0.942641,300,100,1,0),(58975,192621,571,1,1,5666.66,-2995.63,362.361,2.01585,0,0,0.845728,0.533615,300,100,1,0),(58976,191085,571,1,1,4605.28,-5687.45,117.375,-2.57436,0,0,0.511293,0.859406,300,100,1,0),(58977,189293,571,1,1,2696.21,-202.4,145.393,-1.0472,0,0,0,1,300,100,1,0),(58978,187246,571,1,1,2386.74,5823.67,136.064,-2.21862,0,0,0,1,300,100,1,0),(67679,191082,571,1,1,2678.38,5852.49,49.6732,3.11027,0,0,0.999914,0.01309,180,0,1,0),(58980,192110,571,1,1,5876.07,593.913,654.202,-2.17324,0,0,-0.333807,0.942641,300,100,1,0),(58981,193902,571,1,1,5872.3,493.503,641.519,-2.94959,0,0,-0.333807,0.942641,300,100,1,0),(58982,191854,571,1,1,4397.72,1617.99,129.106,-1.76278,0,0,0.995396,0.095846,300,100,1,0),(58983,190574,571,1,1,5333.13,-3797.01,371.35,0.785397,0,0,0,1,300,100,1,0),(58984,190574,571,1,1,5309.99,-3772.48,371.351,0.785397,0,0,0,1,300,100,1,0),(58985,187247,571,1,1,2347.71,5858.53,135.857,0.098251,0,0,0,1,300,100,1,0),(67678,187242,571,1,1,2850.34,5678.42,50.5233,0.664026,0,0,0,1,180,0,1,0),(58987,192111,571,1,1,5889.17,582.606,648.419,-2.17324,0,0,-0.333807,0.942641,300,100,1,0),(58988,193903,571,1,1,5873.3,488.412,641.526,-2.90596,0,0,-0.333807,0.942641,300,100,1,0),(58990,189295,571,1,1,3115.4,-1493.72,49.6871,0.698132,0,0,0,1,300,100,1,0),(58991,189295,571,1,1,2807.67,-1472.89,45.8828,1.20428,0,0,0,1,300,100,1,0),(58992,189295,571,1,1,2839.1,-1472.62,61.3286,0.244346,0,0,0,1,300,100,1,0),(58993,189295,571,1,1,2765.82,-1456.65,45.5974,-0.698132,0,0,0,1,300,100,1,0),(58994,189295,571,1,1,2742.91,-1425.45,45.4951,-2.49582,0,0,0,1,300,100,1,0),(58995,189295,571,1,1,2780.55,-1411.89,42.7937,-1.3439,0,0,0,1,300,100,1,0),(58996,189295,571,1,1,2786.96,-1435.12,46.0966,1.48353,0,0,0,1,300,100,1,0),(58997,189295,571,1,1,2817.9,-1437.46,47.2137,-2.47837,0,0,0,1,300,100,1,0),(58998,189295,571,1,1,3010.13,-1337.7,51.3383,-0.139624,0,0,0,1,300,100,1,0),(58999,189295,571,1,1,3183.44,-1360.38,67.4579,3.14159,0,0,0,1,300,100,1,0),(59000,189295,571,1,1,2904.3,-1423.91,59.3471,1.72787,0,0,0,1,300,100,1,0),(59001,189295,571,1,1,3109.88,-1412.23,59.3718,0.715585,0,0,0,1,300,100,1,0),(59002,189295,571,1,1,3081.59,-1471.61,42.9945,0.785397,0,0,0,1,300,100,1,0),(59003,189295,571,1,1,3114,-1378.84,60.4033,0.977383,0,0,0,1,300,100,1,0),(59004,189295,571,1,1,3046.81,-1383.22,58.0551,2.09439,0,0,0,1,300,100,1,0),(59005,189295,571,1,1,3029.84,-1493.58,50.7389,0.122173,0,0,0,1,300,100,1,0),(59008,189295,571,1,1,3069.02,-1414.94,56.2074,-1.78023,0,0,0,1,300,100,1,0),(59010,188015,571,1,1,2723.65,5216.66,29.425,-1.25664,0,0,0,1,300,100,1,0),(59011,188015,571,1,1,2517.59,5119.63,9.02245,2.46091,0,0,0,1,300,100,1,0),(59012,188015,571,1,1,2414.38,5037.59,0.325133,1.29154,0,0,0,1,300,100,1,0),(59013,188015,571,1,1,2569.12,5115.21,8.98266,-2.19912,0,0,0,1,300,100,1,0),(59014,188015,571,1,1,2669.49,5177.62,21.8497,-0.820303,0,0,0,1,300,100,1,0),(59015,193904,571,1,1,5886.82,651.244,642.628,-0.680679,0,0,-0.333807,0.942641,300,100,1,0),(59016,187248,571,1,1,2472.35,6028.69,96.0521,-1.07506,0,0,0,1,300,100,1,0),(59017,188272,571,1,1,2992.22,-2903.12,103.207,1.56207,0,0,0,1,300,100,1,0),(67677,191081,571,1,1,2686.31,5809.98,51.2613,3.10871,0,0,0.999914,0.01309,180,0,1,0),(59019,192112,571,1,1,5881.44,559.122,647.207,-0.078851,0,0,-0.333807,0.942641,300,100,1,0),(59020,22640,571,1,1,2712.06,-215.46,139.686,1.5708,0,0,0.707107,0.707107,300,100,1,0),(59021,191088,571,1,1,3652.5,5639.53,34.5853,2.49582,0,0,0,1,300,100,1,0),(59022,188016,571,1,1,2678.44,5098.28,24.7883,1.62316,0,0,0,1,300,100,1,0),(59023,187249,571,1,1,2369.23,6037.89,93.5757,0.933562,0,0,0,1,300,100,1,0),(59024,188273,571,1,1,2993.09,-2901.96,103.171,0.174532,0,0,0,1,300,100,1,0),(59025,192113,571,1,1,5877.3,543.124,647.052,-0.602449,0,0,-0.333807,0.942641,300,100,1,0),(59027,22641,571,1,1,2709.68,-215.46,139.686,1.5708,0,0,0.707107,0.707107,300,100,1,0),(59028,191089,571,1,1,3589.57,5526.88,26.9399,-1.91986,0,0,0,1,300,100,1,0),(59029,191345,571,1,1,2481.15,-1953.42,10.8832,2.19912,0,0,0,1,300,100,1,0),(59030,188017,571,1,1,2642.71,5166.41,7.81349,3.97007,0,0,0,1,300,100,1,0),(59031,188017,571,1,1,2709.27,5221.65,29.3265,1.44862,0,0,0,1,300,100,1,0),(59032,188017,571,1,1,2642.36,5117.1,14.8046,2.18166,0,0,0,1,300,100,1,0),(59033,188017,571,1,1,2656.23,5092.05,23.3805,-1.93731,0,0,0,1,300,100,1,0),(59034,188274,571,1,1,2994.16,-2903.72,103.295,-2.20784,0,0,0,1,300,100,1,0),(67676,187241,571,1,1,2781.14,5553.26,44.7638,-1.54852,0,0,0,1,180,0,1,0),(59036,192114,571,1,1,5862.58,535.254,646.997,-1.30058,0,0,-0.333807,0.942641,300,100,1,0),(59037,191858,571,1,1,4435.08,1672.25,131.871,-2.37364,0,0,0.995396,0.095846,300,100,1,0),(59038,22642,571,1,1,2708.32,-214.209,139.686,0,0,0,0.707107,0.707107,300,100,1,0),(59039,190834,571,1,1,6568.3,-3897.55,493.396,3.14159,0,0,0,1,300,100,1,0),(59040,188530,571,1,1,4828.67,-4851.31,25.4657,-1.0472,0,0,0,1,300,100,1,0),(59041,191090,571,1,1,3700.99,5554.35,35.5804,-0.715585,0,0,0,1,300,100,1,0),(59042,190578,571,1,1,6721.81,5112.9,-14.3648,2.09439,0,0,0,1,300,100,1,0),(59043,191346,571,1,1,2481.09,-1951.94,10.8832,-0.872664,0,0,0,1,300,100,1,0),(59044,188018,571,1,1,2659.51,5197.03,25.9151,2.46091,0,0,0,1,300,100,1,0),(59045,188531,571,1,1,3225.06,-690.505,167.118,0.069813,0,0,0,1,300,100,1,0),(59046,188275,571,1,1,2994.15,-2903.72,102.429,-2.19911,0,0,0,1,300,100,1,0),(59047,190579,571,1,1,8091.52,-212.005,848.257,3.13931,0,0,0,1,300,100,1,0),(59049,192115,571,1,1,5953.04,554.73,666.769,-2.08598,0,0,-0.333807,0.942641,300,100,1,0),(59050,191859,571,1,1,4537.86,1702.46,158.952,3.06302,0,0,0.995396,0.095846,300,100,1,0),(59051,188276,571,1,1,3514.03,-3129.65,244.616,-2.49582,0,0,0,1,300,100,1,0),(59052,190580,571,1,1,8030.59,-236.609,846.58,-3.14124,0,0,0,1,300,100,1,0),(59053,192116,571,1,1,5866.68,524.911,641.648,-1.39028,0,0,-0.333807,0.942641,300,100,1,0),(59054,192628,571,1,1,5906.17,676.038,643.435,0.837757,0,0,-0.333807,0.942641,300,100,1,0),(59055,22644,571,1,1,2708.32,-212.041,139.686,0,0,0,0.707107,0.707107,300,100,1,0),(59056,190836,571,1,1,6568.81,-4010.2,483.208,1.55334,0,0,0,1,300,100,1,0),(59057,190836,571,1,1,6561.45,-3873.84,492.352,-0.052359,0,0,0,1,300,100,1,0),(59058,190836,571,1,1,6487.53,-3882.24,482.625,-1.58825,0,0,0,1,300,100,1,0),(59059,190836,571,1,1,6519.99,-3867.23,482.698,-0.890117,0,0,0,1,300,100,1,0),(59060,190836,571,1,1,6535.64,-3970.32,482.233,1.51844,0,0,0,1,300,100,1,0),(59061,190836,571,1,1,6532.15,-4003.39,482.539,-2.00713,0,0,0,1,300,100,1,0),(59062,190836,571,1,1,6555.08,-3970.96,482.402,1.51844,0,0,0,1,300,100,1,0),(59063,190836,571,1,1,6451.7,-3959.5,470.716,1.58825,0,0,0,1,300,100,1,0),(59064,190836,571,1,1,6473.43,-3998.53,470.716,0.017452,0,0,0,1,300,100,1,0),(59065,190836,571,1,1,6518.63,-3919,482.282,-0.069812,0,0,0,1,300,100,1,0),(59066,190836,571,1,1,6473.82,-4013.48,470.716,0.017452,0,0,0,1,300,100,1,0),(59067,190836,571,1,1,6516.98,-3975.42,482.263,-1.58825,0,0,0,1,300,100,1,0),(59068,190836,571,1,1,6391.56,-3963.01,471.976,2.86233,0,0,0,1,300,100,1,0),(59069,190836,571,1,1,6450.29,-3914.87,482.8,3.14159,0,0,0,1,300,100,1,0),(59070,190836,571,1,1,6391.13,-3911.95,470.746,3.07177,0,0,0,1,300,100,1,0),(59071,190836,571,1,1,6472.92,-4059.59,468.608,-1.51844,0,0,0,1,300,100,1,0),(59072,190836,571,1,1,6501.48,-3808.67,472.187,-1.51844,0,0,0,1,300,100,1,0),(59073,190836,571,1,1,6553.38,-3999.37,482.254,-0.052359,0,0,0,1,300,100,1,0),(59074,190836,571,1,1,6470.96,-3900.16,482.541,0.034906,0,0,0,1,300,100,1,0),(59075,190836,571,1,1,6519.34,-3890.51,482.59,-0.034906,0,0,0,1,300,100,1,0),(59076,190836,571,1,1,6384.34,-3941.09,471.537,-2.21656,0,0,0,1,300,100,1,0),(59077,190836,571,1,1,6481.25,-3957.63,482.012,-3.08918,0,0,0,1,300,100,1,0),(59078,190836,571,1,1,6553.4,-3897.17,490.945,-0.017452,0,0,0,1,300,100,1,0),(59079,190836,571,1,1,6442.29,-4013.58,471.457,-1.53589,0,0,0,1,300,100,1,0),(59080,190836,571,1,1,6456.84,-3983.22,471.484,0,0,0,0,1,300,100,1,0),(59081,190836,571,1,1,6435.21,-3938.67,470.824,-1.55334,0,0,0,1,300,100,1,0),(59083,186485,571,1,1,542.96,-5002.02,10.193,2.522,0,0,0,1,300,100,1,0),(59084,188277,571,1,1,3513.95,-3127.65,244.431,-0.479964,0,0,0,1,300,100,1,0),(59085,191093,571,1,1,2826.49,-287.467,138.915,-2.22529,0,0,0,1,300,100,1,0),(59086,190837,571,1,1,6498.05,-2266.78,293.448,-3.05433,0,0,0,1,300,100,1,0),(59087,190581,571,1,1,7996.73,-295.884,847.053,3.13629,0,0,0,1,300,100,1,0),(67674,187982,571,1,1,2893.06,5260.72,60.2347,2.07694,0,0,0,1,180,0,1,0),(59089,192117,571,1,1,5891.24,540.321,640.963,-0.255815,0,0,-0.333807,0.942641,300,100,1,0),(59090,193909,571,1,1,5853.62,561.958,652.656,2.42303,0,0,-0.333807,0.942641,300,100,1,0),(59091,192629,571,1,1,5909.94,680.167,643.44,-2.30383,0,0,-0.333807,0.942641,300,100,1,0),(59092,186486,571,1,1,544.495,-4997.93,10.4723,3.00194,0,0,0,1,300,100,1,0),(59093,188534,571,1,1,3474.54,2005.07,64.8327,2.3911,0,0,0,1,300,100,1,0),(59094,188278,571,1,1,3514.07,-3129.67,243.684,-2.53945,0,0,0,1,300,100,1,0),(59095,190838,571,1,1,6456.33,-2315.48,292.972,3.14159,0,0,0,1,300,100,1,0),(59096,191094,571,1,1,2800.62,-362.78,130.348,-0.139624,0,0,0,1,300,100,1,0),(67673,191080,571,1,1,2609.44,5795.6,46.599,3.11539,0,0,0.999914,0.01309,180,0,1,0),(59098,192118,571,1,1,5944.97,558.801,666.769,-2.08598,0,0,-0.333807,0.942641,300,100,1,0),(59099,193910,571,1,1,5856,658.676,647.511,-0.820141,0,0,-0.333807,0.942641,300,100,1,0),(59101,22646,571,1,1,2708.32,-209.976,139.686,0,0,0,0.707107,0.707107,300,100,1,0),(59102,188022,571,1,1,3249.73,5392.39,48.8342,0.802851,0,0,0,1,300,100,0,0),(59103,188535,571,1,1,3591.46,2118.74,78.2009,1.78023,0,0,0,1,300,100,1,0),(59104,187255,571,1,1,4355.25,5453.45,48.6221,-3.08152,0,0,0,1,300,100,1,0),(59105,188279,571,1,1,3684.97,-2307.6,161.082,-1.56207,0,0,0,1,300,100,1,0),(59106,191095,571,1,1,2778.5,-230.392,138.261,-1.0472,0,0,0,1,300,100,1,0),(59107,190839,571,1,1,6428.67,-2277.01,288.652,-3.14077,0,0,0,1,300,100,1,0),(67672,187982,571,1,1,2908.42,5216.1,63.6167,2.84488,0,0,0,1,180,0,1,0),(59109,192119,571,1,1,5906.24,554.403,640.224,-0.866733,0,0,-0.333807,0.942641,300,100,1,0),(59110,193911,571,1,1,5855.6,648.584,647.491,0.109359,0,0,-0.333807,0.942641,300,100,1,0),(67671,191079,571,1,1,2616.05,5778.76,45.3914,3.11514,0,0,0.999914,0.01309,180,0,1,0),(59112,175735,571,1,1,5866.65,497.201,655.67,-0.418879,0,0,0,1,300,100,1,0),(59113,187256,571,1,1,2334.3,5269.3,7.54757,1.95477,0,0,0,1,300,100,1,0),(59114,188280,571,1,1,3683.76,-2306.33,160.911,0.034904,0,0,0,1,300,100,1,0),(59115,190840,571,1,1,6405.39,-2364.89,294.082,3.14159,0,0,0,1,300,100,1,0),(59116,191096,571,1,1,2786.54,-294.406,134.969,-1.87623,0,0,0,1,300,100,1,0),(59117,193912,571,1,1,5855.27,653.353,647.491,-0.055108,0,0,-0.333807,0.942641,300,100,1,0),(67670,187982,571,1,1,2924.14,5295.96,60.5729,0.331611,0,0,0,1,180,0,1,0),(59119,191608,571,1,1,699.815,-2933.84,-3.08986,-2.97577,0,0,0.082808,0.996566,300,100,1,0),(59120,189304,571,1,1,3100.14,-1240.83,10.5,2.02458,0,0,0,1,300,100,1,0),(59122,188022,571,1,1,3325.83,5376.94,42.9975,0.802851,0,0,0,1,300,100,0,0),(59123,192120,571,1,1,8176.14,134.214,897.962,-1.37881,0,0,0,1,300,100,1,0),(59124,191097,571,1,1,2794.45,-319.599,130.055,-0.872664,0,0,0,1,300,100,1,0),(59125,188281,571,1,1,3514.01,-3127.7,243.508,2.68781,0,0,0,1,300,100,1,0),(59126,193913,571,1,1,5855.99,643.913,647.491,0.19977,0,0,-0.333807,0.942641,300,100,1,0),(59127,191865,571,1,1,4379.71,1641.04,131.157,0,0,0,0.995396,0.095846,300,100,1,0),(59128,188022,571,1,1,3340.75,5470.34,59.8785,2.70526,0,0,0,1,300,100,0,0),(59129,192121,571,1,1,7935.43,-19.3935,959.781,0.767944,0,0,0,1,300,100,1,0),(59130,187258,571,1,1,2335.43,5265.62,7.60401,-0.93375,0,0,0,1,300,100,1,0),(59131,188282,571,1,1,3651.38,-2949.6,239.5,-1.93731,0,0,0,1,300,100,1,0),(59132,186490,571,1,1,2658.47,-3567.12,205.25,2.32129,0,0,0,1,300,100,1,0),(59133,191098,571,1,1,2738.42,-252.929,140.562,-0.872664,0,0,0,1,300,100,1,0),(59134,190842,571,1,1,6352.62,-2333.49,290.172,3.1397,0,0,0,1,300,100,1,0),(59135,193914,571,1,1,5857.84,640.177,647.489,0.70322,0,0,-0.333807,0.942641,300,100,1,0),(59137,189306,571,1,1,2791.79,-1220.41,-1.8765,-1.22173,0,0,0,1,300,100,1,0),(59138,188022,571,1,1,3418.34,5463.22,64.1525,1.65806,0,0,0,1,300,100,0,0),(59139,189306,571,1,1,2830.05,-1087.47,-10.4621,-1.0821,0,0,0,1,300,100,1,0),(59140,193402,571,1,1,5657.48,516.152,645.525,0.785397,0,0,0,1,300,100,1,0),(59141,189306,571,1,1,2793.1,-927.635,-7.69136,-1.65806,0,0,0,1,300,100,1,0),(59142,189306,571,1,1,2890.99,-1267.01,-4.2148,1.44862,0,0,0,1,300,100,1,0),(59143,189306,571,1,1,2945.19,-1220.99,-0.005508,0.401425,0,0,0,1,300,100,1,0),(59144,189306,571,1,1,2806.3,-946.16,-18.2365,1.309,0,0,0,1,300,100,1,0),(59145,189306,571,1,1,3000.71,-855.118,-5.36717,-1.15192,0,0,0,1,300,100,1,0),(59146,189306,571,1,1,2848.07,-887.34,-1.16688,1.22173,0,0,0,1,300,100,1,0),(59147,189306,571,1,1,2815.16,-875.618,-13.9815,2.05949,0,0,0,1,300,100,1,0),(59148,189306,571,1,1,2845.85,-943.594,-4.43654,1.27409,0,0,0,1,300,100,1,0),(59149,189306,571,1,1,2869.38,-893.252,5.70871,-0.244346,0,0,0,1,300,100,1,0),(59150,189306,571,1,1,2845.52,-1177.72,-2.03614,-1.27409,0,0,0,1,300,100,1,0),(59151,189306,571,1,1,2979.33,-1094.15,2.82034,0.349065,0,0,0,1,300,100,1,0),(59152,189306,571,1,1,2947.69,-968.002,6.55359,2.37364,0,0,0,1,300,100,1,0),(59153,189306,571,1,1,2825.95,-1024.87,-18.1037,0.750491,0,0,0,1,300,100,1,0),(59154,189306,571,1,1,2888.84,-1145.22,0.646938,1.83259,0,0,0,1,300,100,1,0),(59155,189306,571,1,1,2862.82,-1093.71,-7.49948,-0.855211,0,0,0,1,300,100,1,0),(59156,189306,571,1,1,2812.51,-1159.25,-8.30596,2.28638,0,0,0,1,300,100,1,0),(59157,189306,571,1,1,2826.57,-970.612,-18.5247,2.02458,0,0,0,1,300,100,1,0),(59158,189306,571,1,1,2843.98,-1016.41,-17.1682,-1.65806,0,0,0,1,300,100,1,0),(59159,192122,571,1,1,7900.9,95.6227,1029.87,1.93731,0,0,0,1,300,100,1,0),(59160,190587,571,1,1,700.767,-3823.5,268.267,-3.10342,0,0,0.99999,0.004363,300,100,1,0),(59161,187259,571,1,1,2338.26,5262.83,7.59954,-0.610865,0,0,0,1,300,100,1,0),(59162,188283,571,1,1,3650.35,-2948.44,238.785,0.191985,0,0,0,1,300,100,1,0),(59163,189307,571,1,1,3162.93,1457.76,150.911,2.93214,0,0,0,1,300,100,1,0),(59164,190843,571,1,1,6341.91,-2385.39,296.653,3.14159,0,0,0,1,300,100,1,0),(59165,191099,571,1,1,2730.57,-169.146,137.452,-0.628317,0,0,0,1,300,100,1,0),(59166,192635,571,1,1,6972.36,-4400.34,446.796,0.785397,0,0,0.92388,-0.382684,300,100,1,0),(59167,193915,571,1,1,5757.07,619.116,660.998,0.841039,0,0,-0.333807,0.942641,300,100,1,0),(59169,188022,571,1,1,3419.92,5385.79,48.1577,1.67551,0,0,0,1,300,100,0,0),(59170,186491,571,1,1,2636.04,-3395.08,183.987,-2.26892,0,0,0,1,300,100,1,0),(76846,190353,571,1,1,4839.72,809.833,162.369,1.22173,0,0,0,1,120,255,1,0),(76845,190353,571,1,1,4890.02,970.983,209.451,0,0,0,0,1,120,255,1,0),(76844,190353,571,1,1,4872.04,718.738,165.59,1.90241,0,0,0,1,120,255,1,0),(76843,190353,571,1,1,4896.82,854.478,175.846,2.28638,0,0,0,1,120,255,1,0),(76842,190353,571,1,1,4809.53,874.22,164.067,3.38594,0,0,0,1,120,255,1,0),(76841,190353,571,1,1,4891.16,799.19,169.226,2.1293,0,0,0,1,120,255,1,0),(76840,190353,571,1,1,4878.44,770.699,163.227,1.62316,0,0,0,1,120,255,1,0),(76839,190353,571,1,1,4822.84,801.251,166.3,2.93214,0,0,0,1,120,255,1,0),(76838,190353,571,1,1,4819.18,791.685,167.027,0.942477,0,0,0,1,120,255,1,0),(76837,190353,571,1,1,4822.59,667.078,166.323,2.18166,0,0,0,1,120,255,1,0),(76836,190353,571,1,1,4845.38,722.246,169.393,2.54818,0,0,0,1,120,255,1,0),(76835,188539,571,1,1,4850.29,659.384,162.029,2.58308,0,0,0,1,120,255,1,0),(76834,188539,571,1,1,4842.25,665.081,163.005,2.60053,0,0,0,1,120,255,1,0),(76833,188539,571,1,1,5251.86,1079,220.952,0.087266,0,0,0,1,120,255,1,0),(76832,188539,571,1,1,5222.16,1092.08,219.521,3.90954,0,0,0,1,120,255,1,0),(76831,188539,571,1,1,5179.04,1072.71,221.845,3.35105,0,0,0,1,120,255,1,0),(76830,188539,571,1,1,5189.05,1086.04,220.835,4.2237,0,0,0,1,120,255,1,0),(76829,188539,571,1,1,5152.66,1080.67,223.805,5.02655,0,0,0,1,120,255,1,0),(76828,188539,571,1,1,5107.94,1096.34,225.509,3.6652,0,0,0,1,120,255,1,0),(76827,188539,571,1,1,5113.76,1088.34,227.637,3.75246,0,0,0,1,120,255,1,0),(76826,188539,571,1,1,5122.98,1091.06,226.133,1.98967,0,0,0,1,120,255,1,0),(76825,188539,571,1,1,5135.16,1036.44,225.743,5.34071,0,0,0,1,120,255,1,0),(59198,188284,571,1,1,3695.13,-3481.44,247.261,-2.82743,0,0,0,1,300,100,1,0),(59199,193916,571,1,1,5757.37,649.605,661.072,-0.680679,0,0,-0.333807,0.942641,300,100,1,0),(59200,187772,571,1,1,3398.97,6145.15,82.8656,2.00713,0,0,0,1,300,100,1,0),(59201,187772,571,1,1,3374.42,6163.75,82.5878,-0.157079,0,0,0,1,300,100,1,0),(59202,187772,571,1,1,3404.41,6175.34,82.949,-2.26892,0,0,0,1,300,100,1,0),(59203,187772,571,1,1,3380.76,6146.9,83.0809,0.872664,0,0,0,1,300,100,1,0),(59204,187772,571,1,1,3411.06,6158.67,82.6712,3.01941,0,0,0,1,300,100,1,0),(59205,186236,571,1,1,672.318,-4902.41,30.2459,-0.488691,0,0,0,1,300,100,1,0),(59206,187772,571,1,1,3386.45,6177.32,82.9351,-1.20428,0,0,0,1,300,100,1,0),(59207,186236,571,1,1,691.96,-4940.79,25.8293,0.279252,0,0,0,1,300,100,1,0),(59208,186236,571,1,1,677.547,-5055.89,31.6108,-0.977383,0,0,0,1,300,100,1,0),(59209,186236,571,1,1,701.232,-5038.08,31.5597,-0.087266,0,0,0,1,300,100,1,0),(59210,186236,571,1,1,700.989,-4990.13,31.6073,0.157079,0,0,0,1,300,100,1,0),(59211,186492,571,1,1,2636.78,-3384.18,184.489,2.61799,0,0,0,1,300,100,1,0),(59212,192892,571,1,1,5886.58,457.646,642.678,0.628317,0,0,0,1,300,100,1,0),(59213,187261,571,1,1,4393.02,5392.51,84.7222,-2.79266,0,0,0,1,300,100,1,0),(59214,188541,571,1,1,3400.86,-2811.43,200.455,-1.85877,0,0,0,1,300,100,1,0),(59215,188285,571,1,1,3695.68,-3479.95,247.196,-1.16064,0,0,0,1,300,100,1,0),(59216,193917,571,1,1,5767.81,628.771,650.064,-2.58034,0,0,-0.333807,0.942641,300,100,1,0),(59217,186493,571,1,1,2504.62,-3514.33,185.129,1.55334,0,0,0,1,300,100,1,0),(59218,187773,571,1,1,3392.81,6161.13,76.6642,2.37364,0,0,0,1,300,100,1,0),(59220,192893,571,1,1,5683.73,702.018,654.491,2.9845,0,0,0,1,300,100,1,0),(59221,188286,571,1,1,3695.63,-3479.98,246.336,-1.14319,0,0,0,1,300,100,1,0),(59222,193918,571,1,1,5755.42,634.819,650.111,2.02776,0,0,-0.333807,0.942641,300,100,1,0),(59224,177278,571,1,1,3493.46,1978.83,64.5993,1.72536,0,0,0.759587,0.650405,300,100,1,0),(268622,201889,631,15,1,4374.28,3027.07,360.52,0.00784683,0,0,0.00392341,0.999992,3600,0,1,0),(59226,188022,571,1,1,3426.62,5249.56,35.1018,0.087266,0,0,0,1,300,100,0,0),(59227,192126,571,1,1,8226.53,-410.552,970.427,-1.0472,0,0,0,1,300,100,1,0),(59228,191614,571,1,1,5042.15,-3020.84,293.787,2.26892,0,0,0,1,300,100,1,0),(59229,191614,571,1,1,5048.52,-3052.18,293.992,-0.925024,0,0,0,1,300,100,1,0),(59230,191614,571,1,1,5061.84,-3040.18,294.058,-0.785397,0,0,0,1,300,100,1,0),(59231,191614,571,1,1,5029.91,-3033.24,293.748,2.21656,0,0,0,1,300,100,1,0),(59232,192126,571,1,1,8206.02,-453.847,970.261,0.139624,0,0,0,1,300,100,1,0),(59233,186494,571,1,1,2499.86,-3515.52,184.522,2.05949,0,0,0,1,300,100,1,0),(59234,190590,571,1,1,6102.15,4497.03,-81.3401,-2.63544,0,0,0,1,300,100,1,0),(59235,190590,571,1,1,5988.04,4473.78,-87.3617,1.74533,0,0,0,1,300,100,1,0),(59236,190590,571,1,1,6012.03,4517.3,-86.8614,0.872664,0,0,0,1,300,100,1,0),(59237,190590,571,1,1,6075.99,4523.62,-81.0092,0.698132,0,0,0,1,300,100,1,0),(59238,190590,571,1,1,6073.83,4463.66,-84.9872,-0.820303,0,0,0,1,300,100,1,0),(59239,190590,571,1,1,6130.8,4462.61,-84.544,2.75761,0,0,0,1,300,100,1,0),(59240,190590,571,1,1,6092.64,4425.49,-83.9704,-2.72271,0,0,0,1,300,100,1,0),(59243,188543,571,1,1,4351.38,490.819,-6.58017,3.00195,0,0,0,1,300,100,1,0),(59244,193919,571,1,1,5762.5,637.856,650.12,2.63598,0,0,-0.333807,0.942641,300,100,1,0),(59245,188287,571,1,1,4523.94,-3472.9,227.501,-0.802851,0,0,0,1,300,100,1,0),(59246,188287,571,1,1,3386.26,-1805.32,114.166,1.79769,0,0,0,1,300,100,1,0),(59247,188287,571,1,1,4243.98,-2025.08,237.357,1.43117,0,0,0,1,300,100,1,0),(59248,188287,571,1,1,4599.71,-4876.96,48.0632,-0.034906,0,0,0,1,300,100,1,0),(59249,191615,571,1,1,6053.76,-2597.53,304.823,2.91469,0,0,0,1,300,100,1,0),(59250,191615,571,1,1,6070.25,-2645.58,303.063,-0.052359,0,0,0,1,300,100,1,0),(59251,191615,571,1,1,6070.07,-2597.28,302.553,-3.08918,0,0,0,1,300,100,1,0),(59252,191615,571,1,1,6054.95,-2643.71,304.837,-0.139624,0,0,0,1,300,100,1,0),(59253,188022,571,1,1,3443.12,5312.48,40.5759,-0.523598,0,0,0,1,300,100,0,0),(59254,191615,571,1,1,5900.04,-2626.16,292.419,1.64061,0,0,0,1,300,100,1,0),(59255,191615,571,1,1,5900.92,-2609.08,292.294,1.36136,0,0,0,1,300,100,1,0),(59256,188544,571,1,1,4291.65,493.054,-7.27315,2.60926,0,0,0,1,300,100,1,0),(59257,193920,571,1,1,5774.95,629.177,650.083,-2.69497,0,0,-0.333807,0.942641,300,100,1,0),(59259,177280,571,1,1,3492.51,1978.56,64.1808,1.72787,0,0,0.760406,0.649448,300,100,1,0),(59260,188288,571,1,1,5003.17,-4794.58,222.849,0.733038,0,0,0,1,300,100,1,0),(59261,188022,571,1,1,3510.31,5223.99,31.4129,1.55334,0,0,0,1,300,100,0,0),(59262,193921,571,1,1,5707.96,704.02,645.737,-2.38503,0,0,-0.333807,0.942641,300,100,1,0),(59264,22657,571,1,1,2704.04,-202.983,144.463,-0.314158,0,0,0.707107,0.707107,300,100,1,0),(59265,188022,571,1,1,3553.2,5324.62,31.2812,1.22173,0,0,0,1,300,100,0,0),(59266,188289,571,1,1,4949.58,-4707.53,222.631,0.314158,0,0,0,1,300,100,1,0),(59267,189313,571,1,1,4212.35,-2556.24,238.033,-1.97222,0,0,0,1,300,100,1,0),(59268,189313,571,1,1,4268.08,-2625.2,246.517,1.32645,0,0,0,1,300,100,1,0),(59269,189313,571,1,1,4286.69,-2610.54,248.793,0.226892,0,0,0,1,300,100,1,0),(59270,189313,571,1,1,4371.47,-2631.16,254.471,-1.25664,0,0,0,1,300,100,1,0),(59271,189313,571,1,1,4288.42,-2645.13,254.847,-3.00195,0,0,0,1,300,100,1,0),(59272,189313,571,1,1,4309.4,-2689.75,266.868,2.3911,0,0,0,1,300,100,1,0),(59273,189313,571,1,1,4324.01,-2630.51,254.477,0.506145,0,0,0,1,300,100,1,0),(59274,189313,571,1,1,4271.55,-2682.73,256.585,-0.034906,0,0,0,1,300,100,1,0),(59275,189313,571,1,1,4354.21,-2653.53,259.513,-1.46608,0,0,0,1,300,100,1,0),(59276,189313,571,1,1,4289.31,-2673.92,259.085,-0.506145,0,0,0,1,300,100,1,0),(59277,189313,571,1,1,4269.22,-2392.16,231.086,2.87979,0,0,0,1,300,100,1,0),(59278,189313,571,1,1,4221.19,-2646.62,242.384,0.558504,0,0,0,1,300,100,1,0),(59279,189313,571,1,1,4174.01,-2649.11,237.091,3.14159,0,0,0,1,300,100,1,0),(59280,189313,571,1,1,4199.68,-2649.86,240.99,2.74016,0,0,0,1,300,100,1,0),(59281,189313,571,1,1,4211.19,-2363.36,229.523,0.785397,0,0,0,1,300,100,1,0),(59282,189313,571,1,1,4230.84,-2404.67,230.914,1.13446,0,0,0,1,300,100,1,0),(59283,189313,571,1,1,4186.11,-2398.56,231.397,0.523598,0,0,0,1,300,100,1,0),(59289,189313,571,1,1,4174.34,-2601.43,234.533,2.19912,0,0,0,1,300,100,1,0),(59290,189313,571,1,1,4189.97,-2586.57,236.355,-0.925024,0,0,0,1,300,100,1,0),(59291,189313,571,1,1,4165.32,-2492.82,225.133,-2.79252,0,0,0,1,300,100,1,0),(59292,189313,571,1,1,4145.77,-2546.27,227.063,-2.9845,0,0,0,1,300,100,1,0),(59293,189313,571,1,1,4197.67,-2530.1,232.952,-1.65806,0,0,0,1,300,100,1,0),(59294,189313,571,1,1,4159.58,-2438.43,228.917,-2.33874,0,0,0,1,300,100,1,0),(59295,188546,571,1,1,4252.89,378.627,14.6676,2.95833,0,0,0,1,300,100,1,0),(59296,188290,571,1,1,3695.14,-3481.35,246.418,-2.87979,0,0,0,1,300,100,1,0),(59297,193922,571,1,1,5709.1,701.623,645.737,-3.06445,0,0,-0.333807,0.942641,300,100,1,0),(59299,190594,571,1,1,5510.74,-3414.1,350.528,-0.837757,0,0,0,1,300,100,1,0),(59300,190594,571,1,1,5608.02,-3501.71,350.734,1.11701,0,0,0,1,300,100,1,0),(59301,190594,571,1,1,5548.2,-3469.69,351.005,1.37881,0,0,0,1,300,100,1,0),(59302,186498,571,1,1,2643.13,-3516.63,205.966,-1.27409,0,0,0,1,300,100,1,0),(59303,188022,571,1,1,3610.11,5186.2,28.1311,-0.663223,0,0,0,1,300,100,0,0),(59304,190594,571,1,1,6447.42,-4466.92,451.246,-2.93214,0,0,0,1,300,100,1,0),(59305,190594,571,1,1,6450.78,-4484.62,451.246,-2.11185,0,0,0,1,300,100,1,0),(59306,190594,571,1,1,6440.46,-4474.23,451.246,-1.18682,0,0,0,1,300,100,1,0),(59307,190594,571,1,1,6457.94,-4476.65,451.246,-0.488691,0,0,0,1,300,100,1,0),(59308,188291,571,1,1,2993.05,-2902.04,102.336,0.113445,0,0,0,1,300,100,1,0),(59309,193923,571,1,1,5703.96,695.103,645.737,1.5996,0,0,-0.333807,0.942641,300,100,1,0),(59311,189315,571,1,1,2952.76,4046.6,1.61326,1.88495,0,0,0,1,300,100,1,0),(59312,186499,571,1,1,2636.1,-3526.23,206.33,-0.139624,0,0,0,1,300,100,1,0),(59313,188022,571,1,1,3636.38,5253.87,34.0212,1.95477,0,0,0,1,300,100,0,0),(59314,187268,571,1,1,4166.27,5286.08,26.3592,0.305431,0,0,0,1,300,100,1,0),(59315,188548,571,1,1,4983.44,1251.29,227.464,-1.9984,0,0,0,1,300,100,1,0),(59316,188292,571,1,1,3240.19,-3101.73,163.639,-2.91469,0,0,0,1,300,100,1,0),(59317,189316,571,1,1,4512.64,5708.67,81.5607,3.14159,0,0,0,1,300,100,1,0),(59318,193924,571,1,1,5708.17,698.527,645.737,2.47892,0,0,-0.333807,0.942641,300,100,1,0),(59320,186500,571,1,1,2674.61,-3498.96,205.353,-1.13446,0,0,0,1,300,100,1,0),(59321,188022,571,1,1,3689.93,5151.9,29.6349,-1.44862,0,0,0,1,300,100,0,0),(59322,186757,571,1,1,1727.6,-5388.98,199.509,0.785397,0,0,0,1,300,100,1,0),(59323,188293,571,1,1,3240.19,-3101.74,162.915,-2.9147,0,0,0,1,300,100,1,0),(59324,188549,571,1,1,4985.41,1260.68,227.723,-2.06821,0,0,0,1,300,100,1,0),(59325,189317,571,1,1,4536.92,5085.73,60.9272,-0.210483,0,0,0,1,300,100,1,0),(59326,193925,571,1,1,5706.5,696.49,645.737,2.50058,0,0,-0.333807,0.942641,300,100,1,0),(59327,186501,571,1,1,2696.15,-3515.56,206.653,-2.70526,0,0,0,1,300,100,1,0),(59328,186758,571,1,1,261.114,-5893.02,264.517,1.62696,0,0,0.99999,-0.004363,300,100,1,0),(265492,193378,571,1,2,4722.37,1315.18,153.016,-1.57079,0,0,-0.707105,0.707109,300,255,1,0),(59330,188294,571,1,1,3240.94,-3100.09,163.257,-1.0472,0,0,0,1,300,100,1,0),(59331,190598,571,1,1,7759.26,42.8993,1009.24,-2.87979,0,0,0,1,300,100,1,0),(59332,193926,571,1,1,5837.19,643.326,658.394,2.02779,0,0,-0.333807,0.942641,300,100,1,0),(59333,192134,571,1,1,7528.25,-974.19,467.595,-0.628317,0,0,0,1,300,100,1,0),(59334,186502,571,1,1,2731.89,-3545.44,207.837,2.61799,0,0,0,1,300,100,1,0),(59335,188022,571,1,1,3758.71,5252.59,32.2705,1.48353,0,0,0,1,300,100,0,0),(59336,186759,571,1,1,263.163,-5919.25,167.269,-1.51463,0,0,0.99999,-0.004363,300,100,1,0),(67669,191078,571,1,1,2625.17,5771.25,44.8499,-1.25054,0,0,0.999914,0.01309,180,0,1,0),(59338,188295,571,1,1,3512.3,-3128.69,244.215,1.53589,0,0,0,1,300,100,1,0),(59339,190599,571,1,1,7796.17,22.9878,1009.24,-2.64417,0,0,0,1,300,100,1,0),(59340,193927,571,1,1,5701.22,695.561,645.737,1.30728,0,0,-0.333807,0.942641,300,100,1,0),(59341,188022,571,1,1,3824.48,5360.26,26.7608,-0.855211,0,0,0,1,300,100,0,0),(59342,186503,571,1,1,2686.27,-3603.01,206.835,1.88495,0,0,0,1,300,100,1,0),(59343,186760,571,1,1,135.125,-5765.35,286.049,-2.938,0,0,0.99999,-0.004363,300,100,1,0),(59344,188296,571,1,1,3512.38,-3128.71,243.405,1.53589,0,0,0,1,300,100,1,0),(59345,189320,571,1,1,3137.52,-2970.83,124.577,-2.38237,0,0,0,1,300,100,1,0),(59346,190600,571,1,1,8183.69,75.6944,898.754,-2.66162,0,0,0,1,300,100,1,0),(59347,193928,571,1,1,5835.69,643.487,658.384,1.03745,0,0,-0.333807,0.942641,300,100,1,0),(59348,188022,571,1,1,3715.46,5449.45,40.6442,-0.855211,0,0,0,1,300,100,0,0),(59349,186504,571,1,1,2759.12,-3660.51,222.653,2.02458,0,0,0,1,300,100,1,0),(59350,186761,571,1,1,148.566,-5764.94,40.1294,-1.39093,0,0,0.99999,-0.004363,300,100,1,0),(59351,188297,571,1,1,3766.25,-3467.23,264.194,1.44862,0,0,0,1,300,100,1,0),(59352,193929,571,1,1,5732.84,691.48,646.551,-2.38863,0,0,-0.333807,0.942641,300,100,1,0),(59353,191369,571,1,1,3704.59,-2272.69,172.132,0.226892,0,0,0,1,300,100,1,0),(59354,191369,571,1,1,3724.41,-2253.19,171.729,1.69297,0,0,0,1,300,100,1,0),(59355,191369,571,1,1,3738.73,-2266.93,171.821,-1.01229,0,0,0,1,300,100,1,0),(59356,191369,571,1,1,3722.27,-2284.2,171.729,2.04204,0,0,0,1,300,100,1,0),(59357,188022,571,1,1,3805.74,5502.83,41.3888,1.309,0,0,0,1,300,100,0,0),(59358,186505,571,1,1,2764.76,-3675.34,223.848,-2.44346,0,0,0,1,300,100,1,0),(59359,190857,571,1,1,6568.81,-4010.2,483.208,1.55334,0,0,0,1,300,100,1,0),(59360,190857,571,1,1,6561.45,-3873.84,492.352,-0.052359,0,0,0,1,300,100,1,0),(59361,190857,571,1,1,6487.53,-3882.24,482.625,-1.58825,0,0,0,1,300,100,1,0),(59362,190857,571,1,1,6519.99,-3867.23,482.698,-0.890117,0,0,0,1,300,100,1,0),(59363,190857,571,1,1,6535.64,-3970.32,482.233,1.51844,0,0,0,1,300,100,1,0),(59364,190857,571,1,1,6532.15,-4003.39,482.539,-2.00713,0,0,0,1,300,100,1,0),(59365,190857,571,1,1,6555.08,-3970.96,482.402,1.51844,0,0,0,1,300,100,1,0),(59366,190857,571,1,1,6451.7,-3959.5,470.716,1.58825,0,0,0,1,300,100,1,0),(59367,190857,571,1,1,6473.43,-3998.53,470.716,0.017452,0,0,0,1,300,100,1,0),(59368,190857,571,1,1,6518.63,-3919,482.282,-0.069812,0,0,0,1,300,100,1,0),(59369,190857,571,1,1,6473.82,-4013.48,470.716,0.017452,0,0,0,1,300,100,1,0),(59370,190857,571,1,1,6516.98,-3975.42,482.263,-1.58825,0,0,0,1,300,100,1,0),(59371,190857,571,1,1,6391.56,-3963.01,471.976,2.86233,0,0,0,1,300,100,1,0),(59372,190857,571,1,1,6450.29,-3914.87,482.8,3.14159,0,0,0,1,300,100,1,0),(59373,190857,571,1,1,6391.13,-3911.95,470.746,3.07177,0,0,0,1,300,100,1,0),(59374,190857,571,1,1,6472.92,-4059.59,468.608,-1.51844,0,0,0,1,300,100,1,0),(59375,190857,571,1,1,6501.48,-3808.67,472.187,-1.51844,0,0,0,1,300,100,1,0),(59376,190857,571,1,1,6553.38,-3999.37,482.254,-0.052359,0,0,0,1,300,100,1,0),(59377,190857,571,1,1,6470.96,-3900.16,482.541,0.034906,0,0,0,1,300,100,1,0),(59378,190857,571,1,1,6519.34,-3890.51,482.59,-0.034906,0,0,0,1,300,100,1,0),(59379,190857,571,1,1,6384.34,-3941.09,471.537,-2.21656,0,0,0,1,300,100,1,0),(59380,190857,571,1,1,6481.25,-3957.63,482.012,-3.08918,0,0,0,1,300,100,1,0),(59381,190857,571,1,1,6553.4,-3897.17,490.945,-0.017452,0,0,0,1,300,100,1,0),(59382,190857,571,1,1,6442.29,-4013.58,471.457,-1.53589,0,0,0,1,300,100,1,0),(59383,190857,571,1,1,6456.84,-3983.22,471.484,0,0,0,0,1,300,100,1,0),(59384,190857,571,1,1,6435.21,-3938.67,470.824,-1.55334,0,0,0,1,300,100,1,0),(59386,186762,571,1,1,260.933,-5906.35,256.134,-3.06737,0,0,0.99999,-0.004363,300,100,1,0),(59387,188298,571,1,1,3767.3,-3468.41,264.291,3.1326,0,0,0,1,300,100,1,0),(59388,190602,571,1,1,5764.45,-3573.15,390.237,-1.56207,0,0,0,1,300,100,1,0),(59389,193930,571,1,1,5839.26,656.992,658.396,-1.26602,0,0,-0.333807,0.942641,300,100,1,0),(59393,191370,571,1,1,4537.86,1702.46,158.952,3.06302,0,0,0,1,300,100,1,0),(67668,187982,571,1,1,2955.75,5329.67,63.1111,-0.820303,0,0,0,1,180,0,1,0),(59395,191370,571,1,1,4397.72,1617.99,129.106,-1.76278,0,0,0,1,300,100,1,0),(59400,191370,571,1,1,4379.71,1641.04,131.157,0,0,0,0,1,300,100,1,0),(67667,191077,571,1,1,2647.95,5934.26,8.3729,3.02085,0,0,0.999914,0.01309,180,0,1,0),(59405,191370,571,1,1,4435.08,1672.25,131.871,-2.37364,0,0,0,1,300,100,1,0),(59407,188554,571,1,1,3576.74,-5124.76,166.966,1.11701,0,0,0,1,180,1,1,0),(59408,188554,571,1,1,3379.48,-5103.32,326.294,2.72271,0,0,0,1,180,1,1,0),(59409,188554,571,1,1,3468.19,-5118.64,236.977,-3.05433,0,0,0,1,180,1,1,0),(59410,191370,571,1,1,2571.29,5413.68,34.9626,2.18166,0,0,0,1,300,100,1,0),(59411,191370,571,1,1,2646.04,5346.5,34.9982,1.51844,0,0,0,1,300,100,1,0),(59412,188022,571,1,1,3926.14,5384.69,26.7137,-0.837757,0,0,0,1,300,100,0,0),(59413,189323,571,1,1,1968.55,-5312.87,200.927,2.70526,0,0,0,1,300,100,1,0),(59414,188299,571,1,1,3768.01,-3467.07,264.277,-1.09956,0,0,0,1,300,100,1,0),(59415,187275,571,1,1,2380.82,5575.44,33.3984,-2.2928,0,0,0,1,300,100,1,0),(59416,193931,571,1,1,5804.95,695,647.044,-0.733038,0,0,-0.333807,0.942641,300,100,1,0),(59417,188022,571,1,1,4037.7,5415.11,31.1204,-2.16421,0,0,0,1,300,100,0,0),(59418,191371,571,1,1,6207.09,-2005.39,582.686,-1.8675,0,0,0,1,300,100,1,0),(59419,191371,571,1,1,6210.02,-2057.6,582.93,1.91986,0,0,0,1,300,100,1,0),(59420,191371,571,1,1,6183.14,-1976.01,586.759,-2.426,0,0,0,1,300,100,1,0),(59421,191371,571,1,1,6217.26,-2025.45,586.759,-0.715585,0,0,0,1,300,100,1,0),(59422,191371,571,1,1,6148.51,-1995.11,582.864,1.58825,0,0,0,1,300,100,1,0),(59423,191371,571,1,1,6150.76,-1968.6,582.903,-1.0472,0,0,0,1,300,100,1,0),(59424,191371,571,1,1,6123.78,-2007.68,586.759,-0.837757,0,0,0,1,300,100,1,0),(59425,191371,571,1,1,6133.2,-2009.99,586.759,-2.21656,0,0,0,1,300,100,1,0),(59426,191371,571,1,1,6185.23,-1965.68,586.759,1.76278,0,0,0,1,300,100,1,0),(59427,191371,571,1,1,6197.32,-2050.66,582.699,2.1293,0,0,0,1,300,100,1,0),(59428,191371,571,1,1,6200.73,-2039.52,582.81,0.139624,0,0,0,1,300,100,1,0),(59429,191371,571,1,1,6225.8,-2027.36,586.759,-0.331611,0,0,0,1,300,100,1,0),(59430,191371,571,1,1,6187.12,-2049.09,582.893,1.02974,0,0,0,1,300,100,1,0),(59431,191371,571,1,1,6136.72,-2052.94,582.953,1.81514,0,0,0,1,300,100,1,0),(59432,191371,571,1,1,6198.24,-1991.08,582.846,-0.069812,0,0,0,1,300,100,1,0),(59433,191371,571,1,1,6127.59,-2041.04,582.785,2.67035,0,0,0,1,300,100,1,0),(59434,191371,571,1,1,6197.91,-2068.1,582.964,-0.733038,0,0,0,1,300,100,1,0),(59435,191371,571,1,1,6165.71,-2068.74,586.759,0.855211,0,0,0,1,300,100,1,0),(59436,191371,571,1,1,6142.76,-1970.22,582.755,1.64061,0,0,0,1,300,100,1,0),(59437,191371,571,1,1,6143.28,-2030.33,582.886,-1.50098,0,0,0,1,300,100,1,0),(59438,191371,571,1,1,6162.62,-1986.02,582.881,-0.820303,0,0,0,1,300,100,1,0),(59439,191371,571,1,1,6124.56,-2052.23,582.769,-3.08918,0,0,0,1,300,100,1,0),(59440,191371,571,1,1,6142.33,-2039.92,582.691,0.942477,0,0,0,1,300,100,1,0),(59441,191371,571,1,1,6150.84,-2042.3,582.715,0.279252,0,0,0,1,300,100,1,0),(59442,191371,571,1,1,6208.48,-2066.26,582.759,3.12412,0,0,0,1,300,100,1,0),(59443,191371,571,1,1,6152.75,-1984.77,582.691,-2.63544,0,0,0,1,300,100,1,0),(59444,191371,571,1,1,6167.51,-2059.62,586.759,-1.51844,0,0,0,1,300,100,1,0),(59445,191371,571,1,1,6139.45,-1977.48,582.905,0.802851,0,0,0,1,300,100,1,0),(59446,191371,571,1,1,6208.49,-1995.4,582.693,2.80997,0,0,0,1,300,100,1,0),(59449,191371,571,1,1,6215.55,-1978.18,582.944,-0.191985,0,0,0,1,300,100,1,0),(59450,191371,571,1,1,6225.47,-1995.02,582.797,-0.541051,0,0,0,1,300,100,1,0),(59453,191371,571,1,1,6224.46,-1983.72,582.763,-0.488691,0,0,0,1,300,100,1,0),(59455,188556,571,1,1,3752.53,2876.28,92.1332,2.19912,0,0,0,1,300,100,1,0),(59456,187276,571,1,1,2114.36,6029.03,51.3941,-1.83902,0,0,0,1,300,100,1,0),(59457,188300,571,1,1,3693.88,-3480.17,246.546,1.23918,0,0,0,1,300,100,1,0),(59458,190092,571,1,1,4470.85,-2262.66,180.959,-3.08049,0,0,0,1,300,100,1,0),(59459,193932,571,1,1,5754.61,737.907,641.672,-1.20744,0,0,-0.333807,0.942641,300,100,1,0),(59460,192140,571,1,1,3885.39,2893.62,106.538,-2.27765,0,0,0.908143,-0.418659,300,100,1,0),(59461,192140,571,1,1,3787.64,2934.07,106.645,-2.41728,0,0,0.935135,-0.35429,300,100,1,0),(59462,192140,571,1,1,4041.7,2325.18,168.995,-1.309,0,0,-0.608762,0.793353,300,100,1,0),(59463,192140,571,1,1,3874.05,-4544.81,225.523,2.96704,0.041378,0.000551,0.995356,0.08691,300,100,1,0),(59464,188022,571,1,1,4057.05,5525.45,35.5835,1.23918,0,0,0,1,300,100,0,0),(59465,186508,571,1,1,2729.78,-3749.6,225.215,1.25664,0,0,0,1,300,100,1,0),(59466,192908,571,1,1,5296.73,-637.236,163.091,-1.67551,0,0,0,1,300,100,1,0),(59467,192908,571,1,1,5202.85,-523.486,158.928,1.71042,0,0,0,1,300,100,1,0),(59468,192908,571,1,1,5225.73,-289.268,163.06,-0.95993,0,0,0,1,300,100,1,0),(59469,192908,571,1,1,5271.9,-388.615,172.924,-0.942477,0,0,0,1,300,100,1,0),(59470,192908,571,1,1,5190.21,-550.717,158.294,1.65806,0,0,0,1,300,100,1,0),(59471,192908,571,1,1,5216.55,-376.952,164.346,-1.5708,0,0,0,1,300,100,1,0),(59472,192908,571,1,1,5248.26,-349.006,168.734,-1.90241,0,0,0,1,300,100,1,0),(59473,192908,571,1,1,5208.22,-480.027,165.034,-0.977383,0,0,0,1,300,100,1,0),(59474,192908,571,1,1,5271.92,-290.391,170.297,0.244346,0,0,0,1,300,100,1,0),(59475,192908,571,1,1,5257.4,-244.589,164.89,-0.139624,0,0,0,1,300,100,1,0),(59476,192908,571,1,1,5269.51,-226.242,163.645,-1.09956,0,0,0,1,300,100,1,0),(59477,192908,571,1,1,5311.18,-177.517,161.219,-3.07177,0,0,0,1,300,100,1,0),(59478,192908,571,1,1,5319.35,-147.812,155.163,2.93214,0,0,0,1,300,100,1,0),(59479,192908,571,1,1,5506.18,-729.171,149.03,-2.46091,0,0,0,1,300,100,1,0),(59480,192908,571,1,1,5345.17,-524.656,165.892,2.11185,0,0,0,1,300,100,1,0),(59481,192908,571,1,1,5292.29,-515.026,164.043,1.95477,0,0,0,1,300,100,1,0),(59482,192908,571,1,1,5252.09,-425.733,169.263,-0.296705,0,0,0,1,300,100,1,0),(59483,192908,571,1,1,5340.48,-478.352,171.965,-0.90757,0,0,0,1,300,100,1,0),(59484,192908,571,1,1,5209.88,-424.397,163.288,-3.08918,0,0,0,1,300,100,1,0),(59485,192908,571,1,1,5193.58,-745.836,171.523,2.82743,0,0,0,1,300,100,1,0),(59486,192908,571,1,1,5323.51,-724.955,162.922,-0.750491,0,0,0,1,300,100,1,0),(59487,192908,571,1,1,5534.5,-391.149,164.847,0.087266,0,0,0,1,300,100,1,0),(59488,192908,571,1,1,5539.34,-538.983,159.55,2.44346,0,0,0,1,300,100,1,0),(59489,192908,571,1,1,5255.4,-653.263,161.673,-0.453785,0,0,0,1,300,100,1,0),(59490,192908,571,1,1,5491.9,-516.266,162.587,-1.98967,0,0,0,1,300,100,1,0),(59491,192908,571,1,1,5361.66,-790.075,161.057,2.05949,0,0,0,1,300,100,1,0),(59492,192908,571,1,1,5574.94,-351.466,160.799,1.76278,0,0,0,1,300,100,1,0),(59493,192908,571,1,1,5562.18,-226.566,158.164,-0.994837,0,0,0,1,300,100,1,0),(59494,192908,571,1,1,5545.15,-324.027,164.798,-1.29154,0,0,0,1,300,100,1,0),(59495,192908,571,1,1,5424.16,-135.819,149.693,-2.89724,0,0,0,1,300,100,1,0),(59496,192908,571,1,1,5557.96,-270.712,161.148,-2.54818,0,0,0,1,300,100,1,0),(59497,192908,571,1,1,5484.96,-175.633,156.773,-0.767944,0,0,0,1,300,100,1,0),(59498,192908,571,1,1,5360.88,-182.321,161.842,3.01941,0,0,0,1,300,100,1,0),(59499,192908,571,1,1,5344.52,-141.901,154.852,-1.88495,0,0,0,1,300,100,1,0),(59501,188557,571,1,1,3718.4,2901.91,93.023,0.863937,0,0,0,1,300,100,1,0),(59502,187277,571,1,1,2295.23,5634.02,38.1186,-0.765642,0,0,0,1,300,100,1,0),(59503,189325,571,1,1,1949.9,-5684.07,215.827,1.18682,0,0,0,1,300,100,1,0),(59504,188301,571,1,1,3693.84,-3480.13,247.376,1.23918,0,0,0,1,300,100,1,0),(59505,193933,571,1,1,5756.35,742.144,641.682,-0.680679,0,0,-0.333807,0.942641,300,100,1,0),(59506,186509,571,1,1,2692.91,-3764.18,237.544,0.191985,0,0,0,1,300,100,1,0),(59507,192909,571,1,1,5268.77,-721.292,166.352,-1.29154,0,0,0,1,300,100,1,0),(59508,192909,571,1,1,5465.24,-556.616,157.923,-1.69297,0,0,0,1,300,100,1,0),(59509,192909,571,1,1,5354.96,-812.443,165.435,-1.98967,0,0,0,1,300,100,1,0),(59510,192909,571,1,1,5362.9,-777.92,156.71,-1.01229,0,0,0,1,300,100,1,0),(59511,192909,571,1,1,5426.18,-953.74,163.569,2.11185,0,0,0,1,300,100,1,0),(59513,187278,571,1,1,2380.9,5575.3,34.8236,-2.32129,0,0,0,1,300,100,1,0),(59514,188302,571,1,1,3766.27,-3467.24,263.351,1.37881,0,0,0,1,300,100,1,0),(59515,190350,571,1,1,5479.95,4733.5,-195.093,-0.772041,0,0,0,1,300,100,1,0),(59516,189326,571,1,1,1577,-5568.75,226.617,2.22529,0,0,0,1,300,100,1,0),(59517,191886,571,1,1,5930.46,727.05,642.06,-1.87623,0,0,-0.333807,0.942641,300,100,1,0),(59518,193934,571,1,1,5666.2,650.733,647.989,-1.60951,0,0,-0.333807,0.942641,300,100,1,0),(59519,193422,571,1,1,5834.17,648.352,647.468,-0.799667,0,0,-0.333807,0.942641,300,100,1,0),(59520,193166,571,1,1,3669.73,-1269.68,243.614,2.40448,0,0,0.93285,0.360266,300,100,1,0),(59521,187022,571,1,1,-8.30556,-4885.5,296.634,-2.68781,0,0,0,1,300,100,1,0),(59522,192910,571,1,1,5345.86,-712.587,160.317,0.436332,0,0,0,1,300,100,1,0),(59523,192910,571,1,1,5387.05,-760.033,156.709,-2.68781,0,0,0,1,300,100,1,0),(59524,192910,571,1,1,5495.56,-536.779,159.661,1.98967,0,0,0,1,300,100,1,0),(59525,192910,571,1,1,5529.8,-560.071,157.04,-2.82743,0,0,0,1,300,100,1,0),(59526,192910,571,1,1,5421.2,-957.645,180.381,1.43117,0,0,0,1,300,100,1,0),(59527,188303,571,1,1,3768.16,-3467.02,263.408,-1.0821,0,0,0,1,300,100,1,0),(59528,189327,571,1,1,-129.637,-3539.89,3.25401,-3.05433,0,0,0,1,300,100,1,0),(59529,191887,571,1,1,5841.82,654.362,647.479,-0.296705,0,0,-0.333807,0.942641,300,100,1,0),(59530,193935,571,1,1,5667.53,649.94,647.989,-1.95228,0,0,-0.333807,0.942641,300,100,1,0),(59531,193423,571,1,1,5837.47,643.492,647.468,1.78023,0,0,-0.333807,0.942641,300,100,1,0),(59532,192399,571,1,1,1270.06,-4848.09,215.659,-1.8675,0,0,0.987688,-0.156435,300,100,1,0),(59533,187023,571,1,1,13.656,-4978.7,303.435,-2.56563,0,0,0,1,300,100,1,0),(59534,192911,571,1,1,5247.96,-636.052,160.95,2.79252,0,0,0,1,300,100,1,0),(59535,192911,571,1,1,5457.8,-526.975,163.027,-0.488691,0,0,0,1,300,100,1,0),(59536,192911,571,1,1,5476.53,-804.474,153.135,1.81514,0,0,0,1,300,100,1,0),(59537,192911,571,1,1,5335.54,-854.568,164.709,0.733038,0,0,0,1,300,100,1,0),(59538,192911,571,1,1,5402.05,-749.126,160.736,-0.890117,0,0,0,1,300,100,1,0),(59540,192911,571,1,1,5465.24,-556.616,157.923,-1.69297,0,0,0,1,300,100,1,0),(59541,188560,571,1,1,4516.7,-1319.45,156.586,-0.685535,0,0,0,1,300,100,1,0),(59542,188304,571,1,1,3767.33,-3468.31,263.394,3.08921,0,0,0,1,300,100,1,0),(59543,189328,571,1,1,737.453,-2920.48,7.28045,-0.593412,0,0,0,1,300,100,1,0),(59544,191888,571,1,1,5842.54,657.64,647.479,-0.462512,0,0,-0.333807,0.942641,300,100,1,0),(59545,193936,571,1,1,5657.65,644.291,647.977,0.22839,0,0,-0.333807,0.942641,300,100,1,0),(59547,190352,571,1,1,2128.51,5289.54,24.7612,-0.322884,0,0,-0.160743,0.986996,180,0,0,0),(59548,186512,571,1,1,2680.48,-3680.27,223.083,1.309,0,0,0,1,300,100,1,0),(59549,192912,571,1,1,5421.2,-957.645,180.381,1.43117,0,0,0,1,300,100,1,0),(59550,192912,571,1,1,5361.94,-711.41,164.802,1.25664,0,0,0,1,300,100,1,0),(59551,192912,571,1,1,5416.08,-804.813,158.382,-1.55334,0,0,0,1,300,100,1,0),(59552,192912,571,1,1,5427.77,-911.688,165.856,-1.97222,0,0,0,1,300,100,1,0),(59553,192912,571,1,1,5258.94,-799.221,173.972,0.95993,0,0,0,1,300,100,1,0),(59554,192912,571,1,1,5316.38,-620.863,163.99,0.401425,0,0,0,1,300,100,1,0),(59555,192912,571,1,1,5240.89,-651.594,161.436,-1.01229,0,0,0,1,300,100,1,0),(59556,192912,571,1,1,5285.71,-764.901,163.047,1.02974,0,0,0,1,300,100,1,0),(59557,192912,571,1,1,5311.92,-710.584,162.903,-1.29154,0,0,0,1,300,100,1,0),(59558,192912,571,1,1,5348.51,-838.805,162.783,-2.00713,0,0,0,1,300,100,1,0),(59559,192912,571,1,1,5529.8,-560.071,157.04,-2.82743,0,0,0,1,300,100,1,0),(59560,192912,571,1,1,5495.56,-536.779,159.661,1.98967,0,0,0,1,300,100,1,0),(59562,192912,571,1,1,5436.43,-883.735,164.059,1.3439,0,0,0,1,300,100,1,0),(59563,188305,571,1,1,4028.66,-3402.19,294.86,-2.54817,0,0,0,1,300,100,1,0),(59564,188561,571,1,1,4532.67,-1319.24,156.665,-1.59641,0,0,0,1,300,100,1,0),(59565,189329,571,1,1,4502.22,5716.38,81.4836,-2.97577,0,0,0,1,300,100,1,0),(59566,191889,571,1,1,5845.4,657.417,647.479,-1.41372,0,0,-0.333807,0.942641,300,100,1,0),(59567,186513,571,1,1,2598.8,-3591.01,205.44,0.506145,0,0,0,1,300,100,1,0),(76824,188539,571,1,1,5122.28,1034.12,227.3,2.30383,0,0,0,1,120,255,1,0),(76823,188539,571,1,1,4900.1,1009.84,221.087,1.71042,0,0,0,1,120,255,1,0),(76822,188539,571,1,1,4909.81,998.52,217.531,4.62512,0,0,0,1,120,255,1,0),(76821,188539,571,1,1,4902.95,997.422,217.072,4.17134,0,0,0,1,120,255,1,0),(76820,188539,571,1,1,4928.94,976.366,213.808,3.45576,0,0,0,1,120,255,1,0),(76819,188539,571,1,1,4938,853.88,188.108,4.04917,0,0,0,1,120,255,1,0),(76818,188539,571,1,1,4893.44,709.847,164.757,5.81195,0,0,0,1,120,255,1,0),(76817,188539,571,1,1,4878.45,770.786,163.012,5.18363,0,0,0,1,120,255,1,0),(76816,188539,571,1,1,4890.22,789.971,166.396,5.44543,0,0,0,1,120,255,1,0),(76815,188539,571,1,1,4822.72,801.239,166.113,5.98648,0,0,0,1,120,255,1,0),(76814,188539,571,1,1,4928.49,726.893,178.048,2.72271,0,0,0,1,120,255,1,0),(76813,188539,571,1,1,4819.29,791.739,166.832,4.53786,0,0,0,1,120,255,1,0),(76812,188539,571,1,1,4945.86,839.205,190.655,3.49067,0,0,0,1,120,255,1,0),(76811,188539,571,1,1,4890.05,970.961,209.215,3.78737,0,0,0,1,120,255,1,0),(76810,188539,571,1,1,4871.93,718.883,165.389,1.51844,0,0,0,1,120,255,1,0),(76809,188539,571,1,1,4896.82,854.509,175.638,5.88176,0,0,0,1,120,255,1,0),(76808,188539,571,1,1,4809.47,874.157,163.887,6.19592,0,0,0,1,120,255,1,0),(76807,188539,571,1,1,4891.1,799.213,168.982,4.76475,0,0,0,1,120,255,1,0),(76806,188539,571,1,1,4839.79,809.953,162.174,4.45059,0,0,0,1,120,255,1,0),(76805,188539,571,1,1,4822.57,667.138,166.122,5.23599,0,0,0,1,120,255,1,0),(76804,188539,571,1,1,4845.7,676.941,164.153,1.78023,0,0,0,1,120,255,1,0),(76803,188539,571,1,1,4845.31,722.253,169.17,5.58505,0,0,0,1,120,255,1,0),(59595,188562,571,1,1,4514.07,-1341.72,156.416,-0.519034,0,0,0,1,300,100,1,0),(59596,188306,571,1,1,4027.7,-3400.4,294.726,0.479967,0,0,0,1,300,100,1,0),(59597,191890,571,1,1,5844.58,654.958,647.479,2.11185,0,0,-0.333807,0.942641,300,100,1,0),(59598,187026,571,1,1,-83.8611,-5012.88,307.027,1.50098,0,0,0,1,300,100,1,0),(59599,186770,571,1,1,2331.49,-5262.01,216.763,0.90757,0,0,0,1,300,100,1,0),(59600,186514,571,1,1,2630.61,-3590.3,205.214,2.16421,0,0,0,1,300,100,1,0),(59601,188563,571,1,1,4515.57,-1337.95,156.492,-0.272452,0,0,0,1,300,100,1,0),(59602,187283,571,1,1,2380.58,5576.06,34.7373,1.06465,0,0,0,1,300,100,1,0),(59603,188307,571,1,1,4028.61,-3402.24,295.824,-2.62672,0,0,0,1,300,100,1,0),(59604,191891,571,1,1,5839.25,647.225,647.479,-0.680679,0,0,-0.333807,0.942641,300,100,1,0),(59605,187027,571,1,1,-110.109,-5145.22,324.104,-2.80997,0,0,0,1,300,100,1,0),(59606,186515,571,1,1,2612.34,-3541.64,206.352,-3.00195,0,0,0,1,300,100,1,0),(59607,187284,571,1,1,2131.93,5779.35,57.8085,1.68424,0,0,0,1,300,100,1,0),(59608,188308,571,1,1,4027.82,-3400.4,295.708,0.41015,0,0,0,1,300,100,1,0),(59609,192148,571,1,1,3026.96,-432.487,125.994,-2.27765,0,0,0,1,300,100,1,0),(59612,193172,571,1,1,5848.66,666.121,647.517,-1.64061,0,0,-0.333807,0.942641,300,100,1,0),(59613,191892,571,1,1,5840.42,645.006,647.479,-0.122173,0,0,-0.333807,0.942641,300,100,1,0),(59614,186516,571,1,1,2453.42,-3616.14,231.247,-0.209439,0,0,0,1,300,100,1,0),(59615,1684,571,1,1,5920.57,723.276,642.086,-0.069812,0,0,0,1,300,100,1,0),(59616,1684,571,1,1,2479.27,-1954.39,10.8276,0.541051,0,0,0,1,300,100,1,0),(59617,187285,571,1,1,2131.98,5779.58,57.0172,-0.139624,0,0,0,1,300,100,1,0),(59618,188309,571,1,1,4027.32,-3401.87,295.763,1.9984,0,0,0,1,300,100,1,0),(59621,191893,571,1,1,5842.91,645.309,647.479,2.69653,0,0,-0.333807,0.942641,300,100,1,0),(59622,193173,571,1,1,5637.03,705.308,651.857,-2.00728,0,0,-0.333807,0.942641,300,100,1,0),(59623,1685,571,1,1,5924.44,715.044,642.438,-1.62316,0,0,0,1,300,100,1,0),(59624,1685,571,1,1,2478.99,-1954.66,10.8832,-1.51844,0,0,0,1,300,100,1,0),(59625,188310,571,1,1,3651.42,-2949.73,238.66,-1.90241,0,0,0,1,300,100,1,0),(59627,193174,571,1,1,5657.09,694.537,651.857,2.70911,0,0,-0.333807,0.942641,300,100,1,0),(59628,191894,571,1,1,5841.79,647.82,647.479,-1.7366,0,0,-0.333807,0.942641,300,100,1,0),(59629,193942,571,1,1,5950.41,670.998,641.151,-2.04204,0,0,0,1,300,100,1,0),(59630,188311,571,1,1,3650.27,-2948.48,239.668,0.331611,0,0,0,1,300,100,1,0),(59631,193175,571,1,1,5646.95,671.647,651.857,2.70911,0,0,-0.333807,0.942641,300,100,1,0),(59632,191895,571,1,1,5849.72,640.512,647.479,1.35263,0,0,-0.333807,0.942641,300,100,1,0),(59633,188312,571,1,1,3649.89,-2950.12,239.689,2.40855,0,0,0,1,300,100,1,0),(59634,190616,571,1,1,3686.87,-4245.26,193.287,3.03684,0,0,0,1,300,100,1,0),(59635,191896,571,1,1,5846.65,641.985,647.479,-0.183259,0,0,-0.333807,0.942641,300,100,1,0),(59636,193176,571,1,1,5624.86,678.558,651.857,1.18022,0,0,-0.333807,0.942641,300,100,1,0),(59637,187032,571,1,1,-54.6727,-3352.6,2.21507,2.94959,0,0,0,1,300,100,1,0),(59638,186521,571,1,1,1386.36,-5568.96,217.332,0.122173,0,0,0,1,300,100,1,0),(59639,188313,571,1,1,3630.36,-2880.56,223.929,1.33518,0,0,0,1,300,100,1,0),(59640,190361,571,1,1,4323.45,-4986.49,20.378,2.35619,0,0,0,1,300,100,1,0),(59641,192153,571,1,1,3737.1,1603.13,112.611,2.90596,0,0,0,1,300,100,1,0),(59642,191897,571,1,1,5850.08,643.379,647.479,-2.1293,0,0,-0.333807,0.942641,300,100,1,0),(59643,193177,571,1,1,5951.38,605.944,650.492,-0.377606,0,0,-0.333807,0.942641,300,100,1,0),(59644,188314,571,1,1,3631.84,-2880.03,223.894,-0.64577,0,0,0,1,300,100,1,0),(59645,186522,571,1,1,1383.6,-5572.52,212.363,1.78023,0,0,0,1,300,100,1,0),(59646,192154,571,1,1,3773.85,1548.04,115.236,-1.84132,0,0,0,1,300,100,1,0),(59647,193178,571,1,1,5960.25,629.356,650.492,-0.377606,0,0,-0.333807,0.942641,300,100,1,0),(59648,191898,571,1,1,5847.45,644.486,647.479,-0.261798,0,0,-0.333807,0.942641,300,100,1,0),(59649,190618,571,1,1,5493.28,-3456.93,350.327,0.558504,0,0,0,1,300,100,1,0),(59650,190362,571,1,1,5536.08,5752.39,-79.0741,-0.017452,0,0,0,1,300,100,1,0),(59651,186523,571,1,1,1389.37,-5571.34,217.306,-1.35263,0,0,0,1,300,100,1,0),(59652,188315,571,1,1,3631.59,-2881.58,223.864,-2.7838,0,0,0,1,300,100,1,0),(59653,192155,571,1,1,3787.38,1517.55,116.123,2.72271,0,0,0,1,300,100,1,0),(59654,191899,571,1,1,5848.11,652.434,647.479,-0.680679,0,0,-0.333807,0.942641,300,100,1,0),(59655,193179,571,1,1,5972,596.29,650.492,1.18919,0,0,-0.333807,0.942641,300,100,1,0),(59656,190619,571,1,1,5613.61,-3476.75,350.327,1.98967,0,0,0,1,300,100,1,0),(59657,186524,571,1,1,1387.23,-5574.58,217.389,-2.94088,0,0,0,1,300,100,1,0),(59658,188572,571,1,1,4851.03,-1375.82,168.195,1.66806,0,0,0,1,300,100,1,0),(59659,188316,571,1,1,3631.9,-2880.02,223.023,-0.64577,0,0,0,1,300,100,1,0),(59660,192156,571,1,1,3191.73,1482.1,150.78,2.67908,0,0,0,1,300,100,1,0),(59661,193180,571,1,1,5982.69,623.667,650.492,-1.90649,0,0,-0.333807,0.942641,300,100,1,0),(59662,191900,571,1,1,5850.61,653.761,647.479,-1.7366,0,0,-0.333807,0.942641,300,100,1,0),(59663,190620,571,1,1,5581.16,-3535.22,350.327,-0.733038,0,0,0,1,300,100,1,0),(59664,186525,571,1,1,1389.32,-5571.25,212.624,-1.35263,0,0,0,1,300,100,1,0),(59665,188573,571,1,1,4857.64,-1376.11,168.725,2.54667,0,0,0,1,300,100,1,0),(59666,188317,571,1,1,3405.6,-2019.84,134.108,2.65289,0,0,0,1,300,100,1,0),(59667,192157,571,1,1,3150.87,1500.52,150.996,2.97577,0,0,0,1,300,100,1,0),(59668,191901,571,1,1,5851.24,650.751,647.479,2.05949,0,0,-0.333807,0.942641,300,100,1,0),(59669,193949,571,1,1,5725.08,677.185,646.529,-2.9845,0,0,-0.333807,0.942641,300,100,1,0),(59670,190621,571,1,1,5998.27,4009.28,-31.345,-1.51844,0,0,0,1,300,100,1,0),(59671,190621,571,1,1,6020.06,4041.38,-32.442,-1.32645,0,0,0,1,300,100,1,0),(59672,190621,571,1,1,5989.84,4038.7,-32.2906,1.62316,0,0,0,1,300,100,1,0),(162106,191133,571,1,1,4732.57,5036.2,-54.9473,2.00713,0,0,0,1,600,255,1,0),(59674,188574,571,1,1,4845.04,-1390.92,168.395,2.66303,0,0,0,1,300,100,1,0),(59675,188318,571,1,1,3407.06,-2017.92,134.147,-0.759217,0,0,0,1,300,100,1,0),(59676,192158,571,1,1,3074.51,1594.6,156.236,2.87106,0,0,0,1,300,100,1,0),(59677,193950,571,1,1,5719.94,675.945,646.529,0.296979,0,0,-0.333807,0.942641,300,100,1,0),(59678,191902,571,1,1,5848.87,649.706,647.479,1.35263,0,0,-0.333807,0.942641,300,100,1,0),(59679,190622,571,1,1,5673.72,4650.48,-125.527,-1.09956,0,0,0,1,300,100,1,0),(59680,190622,571,1,1,5149.08,4673.04,-126.673,1.98967,0,0,0,1,300,100,1,0),(59681,190622,571,1,1,5306.32,4679.09,-120.1,2.70526,0,0,0,1,300,100,1,0),(59682,190622,571,1,1,5219.15,4687.22,-126.521,0.872664,0,0,0,1,300,100,1,0),(59683,190622,571,1,1,5395.48,4610.21,-124.649,-0.017452,0,0,0,1,300,100,1,0),(59684,190622,571,1,1,5109.67,4834.09,-124.722,-1.90241,0,0,0,1,300,100,1,0),(59685,190622,571,1,1,5521.69,4615.72,-130.61,-0.925024,0,0,0,1,300,100,1,0),(59686,190622,571,1,1,5136.04,4709.28,-131.32,-0.785397,0,0,0,1,300,100,1,0),(59687,190622,571,1,1,5642.32,4714,-127.601,2.02458,0,0,0,1,300,100,1,0),(59688,190622,571,1,1,5282.47,4975.72,-126.121,0.122173,0,0,0,1,300,100,1,0),(59689,190622,571,1,1,5178.98,4899.49,-122.38,-0.890117,0,0,0,1,300,100,1,0),(59690,190622,571,1,1,5211.48,5013.88,-128.495,-1.8675,0,0,0,1,300,100,1,0),(59691,190622,571,1,1,5352.5,5064.85,-130.04,-1.3439,0,0,0,1,300,100,1,0),(59692,190622,571,1,1,5830.87,4549.44,-120.84,0.750491,0,0,0,1,300,100,1,0),(59693,190622,571,1,1,5854.7,4788.35,-127.529,0.331611,0,0,0,1,300,100,1,0),(59694,190622,571,1,1,5747.28,4497.45,-124.291,-3.03684,0,0,0,1,300,100,1,0),(59695,190622,571,1,1,5586.06,5215.54,-126.595,2.30383,0,0,0,1,300,100,1,0),(59696,190622,571,1,1,5618.62,5052.03,-120.336,1.16937,0,0,0,1,300,100,1,0),(59697,190622,571,1,1,5147.85,5116.4,-121.84,-0.174532,0,0,0,1,300,100,1,0),(59698,190622,571,1,1,5654.27,5186.09,-125.807,-1.3439,0,0,0,1,300,100,1,0),(59699,190622,571,1,1,5672.39,5211.49,-122.175,-0.575957,0,0,0,1,300,100,1,0),(59700,190622,571,1,1,5617.26,4907.95,-125.946,1.27409,0,0,0,1,300,100,1,0),(59701,190622,571,1,1,5692.05,5114.41,-128.62,0.855211,0,0,0,1,300,100,1,0),(59702,190622,571,1,1,5513.51,5523.17,-95.3385,-0.453785,0,0,0,1,300,100,1,0),(59703,186527,571,1,1,1727.43,-5391.83,199.529,2.2602,0,0,0,1,300,100,1,0),(59704,188575,571,1,1,4842.87,-1394.18,168.592,2.68793,0,0,0,1,300,100,1,0),(59705,188319,571,1,1,3406.99,-2017.9,133.297,-0.663223,0,0,0,1,300,100,1,0),(59706,191903,571,1,1,5837.26,653.334,658.399,-0.069812,0,0,-0.333807,0.942641,300,100,1,0),(59707,193951,571,1,1,5721.94,679.388,646.522,-1.38754,0,0,-0.333807,0.942641,300,100,1,0),(151227,196467,571,1,1,3680.62,-1279.77,244.434,5.57904,0,0,0.344844,-0.93866,300,0,1,0),(59709,191647,571,1,1,7453.8,-535.555,1896.85,3.01941,0,0,0,1,300,100,1,0),(59710,191647,571,1,1,8559.51,-576.347,925.558,-0.802851,0,0,0,1,300,100,1,0),(59711,186528,571,1,1,1730.28,-5389.04,201.067,-0.706858,0,0,0,1,300,100,1,0),(59712,188320,571,1,1,3683.03,-2308.24,165.924,2.47837,0,0,0,1,300,100,1,0),(59713,191904,571,1,1,5835.24,651.651,658.362,-0.706858,0,0,-0.333807,0.942641,300,100,1,0),(59714,192672,571,1,1,3658.79,-1259.45,244.598,-0.737105,0,0,0.93285,0.360266,300,100,1,0),(59715,191136,571,1,1,6327.53,5620.27,77.4822,-0.366518,0,0,0,1,300,100,1,0),(59716,191136,571,1,1,6199.53,5815.96,48.8847,0.331611,0,0,0,1,300,100,1,0),(59717,191136,571,1,1,6105.26,5955.27,48.7319,-1.20428,0,0,0,1,300,100,1,0),(59718,191136,571,1,1,6315.55,5886.8,57.3848,2.11185,0,0,0,1,300,100,1,0),(59719,191136,571,1,1,6310.29,5828.61,50.0276,-1.93731,0,0,0,1,300,100,1,0),(59720,191136,571,1,1,6196.78,5899.98,56.5679,-0.820303,0,0,0,1,300,100,1,0),(59721,191136,571,1,1,6145.5,5844.09,51.659,-0.436332,0,0,0,1,300,100,1,0),(59722,191136,571,1,1,5970.96,5974.95,52.143,-0.942477,0,0,0,1,300,100,1,0),(59723,191136,571,1,1,6070.75,5859.63,72.8407,2.40855,0,0,0,1,300,100,1,0),(59724,191136,571,1,1,6238.5,5927.76,58.7149,-2.14675,0,0,0,1,300,100,1,0),(59725,191136,571,1,1,5916.75,6010.75,58.2589,-0.104719,0,0,0,1,300,100,1,0),(59726,191136,571,1,1,6307.42,5708.04,52.7206,0.767944,0,0,0,1,300,100,1,0),(59727,191136,571,1,1,6299.25,5794.42,51.2785,1.91986,0,0,0,1,300,100,1,0),(59728,191136,571,1,1,6460.42,5555.7,57.1508,-0.837757,0,0,0,1,300,100,1,0),(59729,191136,571,1,1,6360.19,5653.42,71.2846,0.855211,0,0,0,1,300,100,1,0),(59730,191136,571,1,1,6398.44,5678.24,57.1584,2.79252,0,0,0,1,300,100,1,0),(59731,191136,571,1,1,6400.42,5651.71,57.4322,0.174532,0,0,0,1,300,100,1,0),(59732,191136,571,1,1,6393.9,5799.78,57.3811,2.94959,0,0,0,1,300,100,1,0),(59733,191136,571,1,1,6150.53,5957.24,51.9363,-1.64061,0,0,0,1,300,100,1,0),(59734,186529,571,1,1,1730.42,-5389.05,198.356,-0.741763,0,0,0,1,300,100,1,0),(59735,187297,571,1,1,3876.79,5455.88,32.5473,-2.59181,0,0,0,1,300,100,1,0),(59736,188321,571,1,1,3683.05,-2308.28,165.055,2.47837,0,0,0,1,300,100,1,0),(59738,192673,571,1,1,3659.76,-1281.07,244.598,0.833688,0,0,0.93285,0.360266,300,100,1,0),(59739,186530,571,1,1,2186.27,-4522.53,220.821,0.410149,0,0,0,1,300,100,1,0),(59740,187298,571,1,1,3876.57,5455.87,32.5524,1.78023,0,0,0,1,300,100,1,0),(59742,188322,571,1,1,3710.49,-4192.36,197.294,-2.38237,0,0,0,1,300,100,1,0),(59743,192674,571,1,1,3680.4,-1258.48,244.598,-2.3079,0,0,0.93285,0.360266,300,100,1,0),(59744,160418,571,1,1,-92.1203,-3552.66,7.78888,-2.8187,0,0,-0.577145,0.816642,300,100,1,0),(59745,186531,571,1,1,2188.64,-4523.48,222.355,-0.951203,0,0,0,1,300,100,1,0),(59747,188323,571,1,1,3710.32,-4190.92,197.222,-0.584684,0,0,0,1,300,100,1,0),(59748,160419,571,1,1,-84.4915,-3545.15,15.9635,-1.23046,0,0,-0.577145,0.816642,300,100,1,0),(59749,187299,571,1,1,5763.23,729.248,620.05,-2.89724,0,0,0,1,300,100,1,0),(59750,187300,571,1,1,3207.51,4992.91,27.5419,1.44862,0,0,0,1,300,100,1,0),(59751,186532,571,1,1,2186.37,-4526.18,223.621,2.77507,0,0,0,1,300,100,1,0),(59753,188324,571,1,1,3709.22,-4192.47,197.168,2.45218,0,0,0,1,300,100,1,0),(59754,160420,571,1,1,-79.5978,-3545.31,15.9,1.82387,0,0,-0.577145,0.816642,300,100,1,0),(59755,186533,571,1,1,2169.51,-4800.32,228.337,-0.549777,0,0,0,1,300,100,1,0),(59756,188581,571,1,1,4570.92,-1387.21,156.849,0.136162,0,0,0,1,300,100,1,0),(59757,187301,571,1,1,3207.85,4992.74,27.5096,-1.74533,0,0,0,1,300,100,1,0),(59759,188325,571,1,1,3710.53,-4192.36,196.536,-2.38237,0,0,0,1,300,100,1,0),(59760,191909,571,1,1,5708.74,710.144,653.679,-2.56563,0,0,-0.333807,0.942641,300,100,1,0),(59761,193189,571,1,1,5758.79,716.753,618.471,-0.961597,0,0,-0.333807,0.942641,300,100,1,0),(59762,190118,571,1,1,1680.11,-5824.42,161.673,-0.759217,0,0,-0.370557,0.92881,300,100,1,0),(59763,190118,571,1,1,951.884,-6071.91,184.002,-1.72787,0,0,-0.760406,0.649448,300,100,1,0),(59764,190118,571,1,1,394.838,-3949.32,172.491,2.31256,0,0,0.915311,0.402747,300,100,1,0),(59765,190118,571,1,1,423.719,-6182.12,219.171,-1.69297,0,0,-0.748956,0.66262,300,100,1,0),(59766,190118,571,1,1,-120.959,-4677.25,163.673,2.95833,0,0,0.995805,0.091502,300,100,1,0),(59767,187558,571,1,1,2299.58,5236.22,11.4287,2.77916,0,0,0,1,300,100,1,0),(59768,188582,571,1,1,4570.24,-1383.69,156.798,0.576037,0,0,0,1,300,100,1,0),(59769,187302,571,1,1,3207.78,4992.96,26.7738,-0.270525,0,0,0,1,300,100,1,0),(59771,188326,571,1,1,3710.36,-4190.94,196.391,-0.584684,0,0,0,1,300,100,1,0),(59772,186534,571,1,1,2169.49,-4803.69,228.228,-2.61799,0,0,0,1,300,100,1,0),(59773,191910,571,1,1,5706.34,710.685,653.621,-1.1781,0,0,-0.333807,0.942641,300,100,1,0),(59774,193190,571,1,1,5752.95,702.072,618.271,2.55691,0,0,-0.333807,0.942641,300,100,1,0),(59775,191142,571,1,1,3003.22,4048.47,26.0439,-1.745,0,0,-0.765939,0.642913,300,100,1,0),(59776,191142,571,1,1,2776.42,931.66,22.2143,2.04204,0,0,0.85264,0.522499,300,100,1,0),(59777,191142,571,1,1,820.185,-2907.54,7.23076,0.689404,0,0,0.337917,0.941176,300,100,1,0),(59778,190630,571,1,1,5527.3,-3380.56,350.327,0.750491,0,0,0,1,300,100,1,0),(59779,190119,571,1,1,1680.11,-5824.42,161.673,-0.759217,0,0,-0.370557,0.92881,300,100,1,0),(59780,190119,571,1,1,951.884,-6071.91,184.002,-1.72787,0,0,-0.760406,0.649448,300,100,1,0),(59781,190119,571,1,1,394.838,-3949.32,172.491,2.31256,0,0,0.915311,0.402747,300,100,1,0),(59782,190119,571,1,1,423.719,-6182.12,219.171,-1.69297,0,0,-0.748956,0.66262,300,100,1,0),(59783,190119,571,1,1,-120.959,-4677.25,163.673,2.95833,0,0,0.995805,0.091502,300,100,1,0),(59784,186535,571,1,1,2167.3,-4803.42,228.286,2.42601,0,0,0,1,300,100,1,0),(59785,188327,571,1,1,3841.38,-4321.76,202.223,-2.69653,0,0,0,1,300,100,1,0),(59786,188583,571,1,1,4568.09,-1380.55,156.837,0.58014,0,0,0,1,300,100,1,0),(59787,187303,571,1,1,3207.9,4992.72,28.2364,-1.78024,0,0,0,1,300,100,1,0),(67666,187982,571,1,1,2950.94,5246.18,60.9143,-1.81514,0,0,0,1,180,0,1,0),(59790,191911,571,1,1,5705.21,707.843,653.646,-0.287979,0,0,-0.333807,0.942641,300,100,1,0),(59791,186536,571,1,1,1962.48,-3615.97,163.558,-2.522,0,0,0,1,300,100,1,0),(59792,188584,571,1,1,4563.68,-1389.2,156.803,-3.08977,0,0,0,1,300,100,1,0),(59794,190120,571,1,1,2736.32,-106.719,114.448,1.98967,0,0,0,1,300,100,1,0),(59795,188328,571,1,1,3841.85,-4320.63,202.313,-1.49225,0,0,0,1,300,100,1,0),(67665,191076,571,1,1,2637.8,5941.25,9.69038,-1.25054,0,0,0.999914,0.01309,180,0,1,0),(59797,191912,571,1,1,5698.68,695.77,653.728,-2.59181,0,0,-0.333807,0.942641,300,100,1,0),(59798,187560,571,1,1,2234.94,5367.32,1.9647,1.65806,0,0,0,1,300,100,1,0),(59799,187560,571,1,1,2259.94,5360.77,1.97478,0.750491,0,0,0,1,300,100,1,0),(59800,187560,571,1,1,2205.99,5334.31,21.6611,1.22173,0,0,0,1,300,100,1,0),(59801,187560,571,1,1,2296.69,5303.54,11.373,1.0821,0,0,0,1,300,100,1,0),(59802,186280,571,1,1,3825.5,-1985.39,209.279,-0.925024,0,0,0,1,300,100,1,0),(59804,186537,571,1,1,1959.64,-3613.67,162.139,1.1781,0,0,0,1,300,100,1,0),(59805,188585,571,1,1,4562.21,-1384.83,156.577,-2.45247,0,0,0,1,300,100,1,0),(59806,188329,571,1,1,3841.39,-4321.73,201.48,-2.63544,0,0,0,1,300,100,1,0),(67664,187982,571,1,1,2997.28,5228.39,62.9658,1.53589,0,0,0,1,180,0,1,0),(59809,191913,571,1,1,5694.22,694.971,653.629,0.087264,0,0,-0.333807,0.942641,300,100,1,0),(59810,187561,571,1,1,3485.32,6115.87,73.2931,2.77507,0,0,0,1,300,100,1,0),(59811,190633,571,1,1,5389.21,-3563.97,362.328,2.30383,0,0,0,1,300,100,1,0),(59812,187561,571,1,1,3393.04,6239.82,77.7484,-1.53589,0,0,0,1,300,100,1,0),(59813,187561,571,1,1,3262.55,6161.63,74.9939,0.104719,0,0,0,1,300,100,1,0),(59814,190633,571,1,1,5086.11,-4016.06,358.738,-1.62316,0,0,0,1,300,100,1,0),(59815,190633,571,1,1,5119.12,-3960.42,363.331,-0.977383,0,0,0,1,300,100,1,0),(59816,190633,571,1,1,5277.59,-3917.18,375.996,-0.610864,0,0,0,1,300,100,1,0),(59817,190633,571,1,1,5055.19,-3896.21,358.805,-1.46608,0,0,0,1,300,100,1,0),(59818,190633,571,1,1,5215.46,-3793.11,374.368,-2.33874,0,0,0,1,300,100,1,0),(59819,190633,571,1,1,5224.99,-3957.67,374.064,-0.279252,0,0,0,1,300,100,1,0),(59820,190633,571,1,1,5217.57,-3917.92,372.877,3.08918,0,0,0,1,300,100,1,0),(59821,190633,571,1,1,5128.87,-3872,366.056,-2.02458,0,0,0,1,300,100,1,0),(59822,190633,571,1,1,5119.7,-3812.41,363.297,0.698132,0,0,0,1,300,100,1,0),(59823,190633,571,1,1,5152.73,-3755.17,363.233,-0.191985,0,0,0,1,300,100,1,0),(59824,190633,571,1,1,5227.42,-3656.72,367.131,-0.680679,0,0,0,1,300,100,1,0),(59825,190633,571,1,1,5201.95,-3768.75,368.306,1.55334,0,0,0,1,300,100,1,0),(59826,190633,571,1,1,5315.11,-3647.54,362.158,0.104719,0,0,0,1,300,100,1,0),(59827,190633,571,1,1,5343.67,-3614.21,364.595,-1.65806,0,0,0,1,300,100,1,0),(59828,190633,571,1,1,5300.28,-3596.81,363.245,-0.733038,0,0,0,1,300,100,1,0),(59829,190633,571,1,1,5341.26,-3578.51,361.966,0.122173,0,0,0,1,300,100,1,0),(59830,190633,571,1,1,5382.58,-3635.08,364.875,2.30383,0,0,0,1,300,100,1,0),(59831,190633,571,1,1,5533.02,-3777.28,362.934,-2.35619,0,0,0,1,300,100,1,0),(59832,190633,571,1,1,5542.69,-3723.53,363.741,-1.65806,0,0,0,1,300,100,1,0),(59833,190633,571,1,1,5317.18,-3742.96,371.603,-1.53589,0,0,0,1,300,100,1,0),(59834,190633,571,1,1,5259.83,-3772.13,370.192,0.750491,0,0,0,1,300,100,1,0),(59835,190633,571,1,1,5222.53,-3775.1,371.561,-0.767944,0,0,0,1,300,100,1,0),(59836,190633,571,1,1,5272.19,-3716.07,371.656,-1.55334,0,0,0,1,300,100,1,0),(59837,190633,571,1,1,5238.53,-3741,374.644,0.785397,0,0,0,1,300,100,1,0),(59838,190633,571,1,1,5474.88,-3724.26,363.68,0.645772,0,0,0,1,300,100,1,0),(59839,190633,571,1,1,5294.39,-3689.4,363.591,0,0,0,0,1,300,100,1,0),(59840,190633,571,1,1,5431.81,-3678.54,362.128,0.820303,0,0,0,1,300,100,1,0),(59841,190633,571,1,1,5404.6,-3697.67,364.117,2.32129,0,0,0,1,300,100,1,0),(59842,190633,571,1,1,5412.96,-3706.66,364.332,-0.820303,0,0,0,1,300,100,1,0),(59843,190633,571,1,1,5489.82,-3671.49,363.384,-2.37364,0,0,0,1,300,100,1,0),(59844,186538,571,1,1,2169.57,-4800.2,224.502,-0.549777,0,0,0,1,300,100,1,0),(59845,188586,571,1,1,4557.73,-1382.28,156.677,-1.70031,0,0,0,1,300,100,1,0),(59847,192170,571,1,1,6972.36,-4400.34,446.796,0.785397,0,0,0.92388,-0.382684,300,100,1,0),(59848,191914,571,1,1,5695.74,697.035,653.713,-0.977383,0,0,-0.333807,0.942641,300,100,1,0),(59849,193962,571,1,1,5877.41,632.316,615.143,2.9845,0,0,0,1,300,100,1,0),(59851,186539,571,1,1,2186.33,-4526.28,220.88,2.8187,0,0,0,1,300,100,1,0),(59852,188587,571,1,1,4535.81,-1389.39,156.768,-0.077759,0,0,0,1,300,100,1,0),(59853,191915,571,1,1,5695,719.292,642.939,-0.349065,0,0,-0.333807,0.942641,300,100,1,0),(59854,192171,571,1,1,8108.98,-212.623,848.93,0.349065,0,0,0,1,300,100,1,0),(59855,190635,571,1,1,5548.6,5768.53,-76.2673,-2.1293,0,0,0,1,300,100,1,0),(151354,180394,530,1,1,-1667.11,5188.3,-41.6863,2.04204,0,0,0,0,120,0,1,0),(59857,186540,571,1,1,1962.51,-3616.08,160.643,-2.50454,0,0,0,1,300,100,1,0),(59858,191660,571,1,1,6374.75,-1190.68,425.918,1.01229,0,0,0,1,300,100,1,0),(59859,191916,571,1,1,5695.61,719.965,642.864,3.00195,0,0,-0.333807,0.942641,300,100,1,0),(59860,186284,571,1,1,4384.98,-3051.13,343.544,-0.890117,0,0,0,1,300,100,1,0),(59861,192172,571,1,1,8025.71,-285.24,849.041,-0.820303,0,0,0,1,300,100,1,0),(59862,186284,571,1,1,3902.03,-1938.37,210.839,2.32129,0,0,0,1,300,100,1,0),(59863,186284,571,1,1,3884.47,-1932.44,209.191,-1.90241,0,0,0,1,300,100,1,0),(59864,186284,571,1,1,3879.01,-1924.43,209.13,0.802851,0,0,0,1,300,100,1,0),(59865,190636,571,1,1,5552.64,5767.81,-78.0219,-3.00195,0,0,0,1,300,100,1,0),(59866,186284,571,1,1,3901.74,-1951.26,210.647,-0.453785,0,0,0,1,300,100,1,0),(59867,186284,571,1,1,3890.07,-1925.18,209.937,-3.01941,0,0,0,1,300,100,1,0),(59868,186284,571,1,1,3899.58,-1930.44,210.767,1.36136,0,0,0,1,300,100,1,0),(59869,186284,571,1,1,3901.1,-1959.51,210.256,2.3911,0,0,0,1,300,100,1,0),(59870,186284,571,1,1,3893.59,-1946.69,210.154,2.32129,0,0,0,1,300,100,1,0),(59871,188333,571,1,1,4457.18,-4314.14,164.128,-0.095992,0,0,0,1,300,100,1,0),(59872,186541,571,1,1,1959.62,-3613.55,164.854,1.10828,0,0,0,1,300,100,1,0),(59873,191661,571,1,1,6316.23,-1173.86,424.986,1.6057,0,0,0,1,300,100,1,0),(59874,191917,571,1,1,5707.38,707.299,653.753,1.88496,0,0,-0.333807,0.942641,300,100,1,0),(59875,187565,571,1,1,3519.76,5421.07,40.9974,-0.523598,0,0,0,1,300,100,1,0),(59876,190637,571,1,1,5545.8,5765.39,-78.0147,-2.05949,0,0,0,1,300,100,1,0),(59877,186542,571,1,1,1422.66,-3719.12,143.735,-1.23046,0,0,0,1,300,100,1,0),(59878,188334,571,1,1,4456.66,-4314.09,164.116,3.04558,0,0,0,1,300,100,1,0),(67663,191075,571,1,1,2606.78,5816.41,-12.3383,-2.79427,0,0,0.999914,0.01309,180,0,1,0),(59880,191918,571,1,1,5696.88,693.249,653.685,1.54462,0,0,-0.333807,0.942641,300,100,1,0),(59881,190638,571,1,1,5549.76,5763.82,-77.9901,-0.191985,0,0,0,1,300,100,1,0),(59882,186543,571,1,1,1422.79,-3719.12,141.02,-1.23918,0,0,0,1,300,100,1,0),(59883,188335,571,1,1,4456.91,-4314.32,164.12,-1.62315,0,0,0,1,300,100,1,0),(59884,191919,571,1,1,5701.3,701.119,653.734,1.85005,0,0,-0.333807,0.942641,300,100,1,0),(59885,149423,571,1,1,2705.99,-202.538,144.463,-2.1293,0,0,0.707107,0.707107,300,100,1,0),(59886,187567,571,1,1,3396.49,-2809.56,207.414,-0.95993,0,0,0,1,300,100,1,0),(59887,187567,571,1,1,3431.65,-2776.44,207.109,0.610864,0,0,0,1,300,100,1,0),(59888,187567,571,1,1,3407.78,-2803.88,205.844,-1.76278,0,0,0,1,300,100,1,0),(59889,187567,571,1,1,5562.84,5767.77,-69.3107,3.03684,0,0,0,1,300,100,1,0),(59890,187567,571,1,1,3212.47,-667.382,175.28,2.61799,0,0,0,1,300,100,1,0),(59891,187567,571,1,1,5885.01,524.233,648.163,1.85005,0,0,0,1,300,100,1,0),(59892,187567,571,1,1,5665.73,718.711,647.951,-2.91469,0,0,0,1,300,100,1,0),(59893,190639,571,1,1,5553.68,5763.75,-78.0059,-2.77507,0,0,0,1,300,100,1,0),(59894,187567,571,1,1,5893.21,706.297,646.81,0.90757,0,0,0,1,300,100,1,0),(59895,187567,571,1,1,5886.49,624.721,653.594,2.44346,0,0,0,1,300,100,1,0),(59896,187567,571,1,1,5753.47,616.655,656.383,-2.26892,0,0,0,1,300,100,1,0),(59897,187567,571,1,1,5873.16,725.083,647.549,1.79769,0,0,0,1,300,100,1,0),(59898,187567,571,1,1,5901.19,684.366,647.594,2.3911,0,0,0,1,300,100,1,0),(59899,187567,571,1,1,5768.05,709.363,623.417,-0.680679,0,0,0,1,300,100,1,0),(59900,187567,571,1,1,1426.49,-3265.44,172.159,2.42601,0,0,0,1,300,100,1,0),(59901,187567,571,1,1,1461.3,-3264.24,183.46,0.837757,0,0,0,1,300,100,1,0),(59902,187567,571,1,1,2122.89,-2959.94,155.281,-2.80997,0,0,0,1,300,100,1,0),(59903,187567,571,1,1,2129.33,-2957.73,155.284,0.366518,0,0,0,1,300,100,1,0),(59904,187567,571,1,1,2132.39,-2996.24,155.843,0.122173,0,0,0,1,300,100,1,0),(59905,187567,571,1,1,2124.93,-2955.56,154.968,1.85005,0,0,0,1,300,100,1,0),(59906,187567,571,1,1,2128.51,-2993.27,155.766,1.71042,0,0,0,1,300,100,1,0),(59907,187567,571,1,1,2127.25,-2962.02,155.308,-1.29154,0,0,0,1,300,100,1,0),(59908,187567,571,1,1,2129.31,-3000.03,155.825,-1.43117,0,0,0,1,300,100,1,0),(59909,187567,571,1,1,7799.63,-2964.87,1264.7,-2.11185,0,0,0,1,300,100,1,0),(59910,187567,571,1,1,4174.37,5270.98,41.0957,-0.645772,0,0,0,1,300,100,1,0),(59911,187567,571,1,1,2673.55,-4383.29,290.492,2.60053,0,0,0,1,300,100,1,0),(59912,187567,571,1,1,2496.86,-5066.93,302.693,-0.122173,0,0,0,1,300,100,1,0),(59913,187567,571,1,1,1971.8,-6102.2,73.7106,0.925024,0,0,0,1,300,100,1,0),(59914,187567,571,1,1,1949.33,-6147.31,31.003,2.86233,0,0,0,1,300,100,1,0),(59915,187567,571,1,1,1933.84,-6188.44,30.4049,1.71042,0,0,0,1,300,100,1,0),(59916,187567,571,1,1,1960.26,-6117.29,41.5203,-2.28638,0,0,0,1,300,100,1,0),(59917,187567,571,1,1,639.275,-5012.34,11.1266,-2.89724,0,0,0,1,300,100,1,0),(59918,187567,571,1,1,587.509,-4945.89,32.4991,-1.39626,0,0,0,1,300,100,1,0),(59919,187567,571,1,1,463.705,-4534.56,254.948,-2.56563,0,0,0,1,300,100,1,0),(59920,187567,571,1,1,454.962,-4528.65,251.844,-1.01229,0,0,0,1,300,100,1,0),(59921,187567,571,1,1,445.42,-4640.56,253.318,2.07694,0,0,0,1,300,100,1,0),(59922,187567,571,1,1,6654.5,-190.976,956.807,0.418879,0,0,0,1,300,100,1,0),(59923,187567,571,1,1,6663.81,-184.67,958.216,-2.33874,0,0,0,1,300,100,1,0),(59924,187567,571,1,1,6676.62,-199.127,954.831,-2.94959,0,0,0,1,300,100,1,0),(59925,187567,571,1,1,6653.6,-203.623,954.689,-0.523598,0,0,0,1,300,100,1,0),(59926,187567,571,1,1,3280.34,-2211.23,127.408,2.70526,0,0,0,1,300,100,1,0),(59927,187567,571,1,1,4551.28,-4238.46,173.689,2.40855,0,0,0,1,300,100,1,0),(59928,187567,571,1,1,3422.46,-2783.03,207.011,-2.47837,0,0,0,1,300,100,1,0),(59929,187567,571,1,1,5585.15,5748.86,-67.787,-3.00195,0,0,0,1,300,100,1,0),(59930,187567,571,1,1,5569.92,5759.86,-69.3229,-1.6057,0,0,0,1,300,100,1,0),(59931,187567,571,1,1,5550.92,5732.03,-72.8947,-0.541051,0,0,0,1,300,100,1,0),(59932,187567,571,1,1,3203.73,-675.955,175.528,2.63544,0,0,0,1,300,100,1,0),(59933,187567,571,1,1,3226.66,-687.491,176.109,-0.488691,0,0,0,1,300,100,1,0),(59934,187567,571,1,1,5668.86,712.508,647.734,-2.26892,0,0,0,1,300,100,1,0),(59935,187567,571,1,1,5872.59,687.641,650.232,-2.30383,0,0,0,1,300,100,1,0),(59936,187567,571,1,1,5817.3,694.851,652.861,0.872664,0,0,0,1,300,100,1,0),(59937,187567,571,1,1,5883.37,741.846,644.404,-1.309,0,0,0,1,300,100,1,0),(59938,187567,571,1,1,5858.5,699.903,647.275,-2.26892,0,0,0,1,300,100,1,0),(59939,187567,571,1,1,2125.53,-2997.12,155.746,-2.94959,0,0,0,1,300,100,1,0),(59940,187567,571,1,1,7801.47,-2961.2,1263.81,1.0821,0,0,0,1,300,100,1,0),(59941,187567,571,1,1,4172.99,5271.84,40.9048,2.56563,0,0,0,1,300,100,1,0),(59942,187567,571,1,1,4165.88,5280.94,31.3693,3.08918,0,0,0,1,300,100,1,0),(59943,187567,571,1,1,4173.98,5280.55,30.6288,-0.069812,0,0,0,1,300,100,1,0),(59944,187567,571,1,1,713.499,-2931.4,2.87618,0.139624,0,0,0,1,300,100,1,0),(59945,187567,571,1,1,2501.51,-5059.52,285.9,-0.122173,0,0,0,1,300,100,1,0),(59946,187567,571,1,1,1872.58,-6219.77,42.4021,1.09956,0,0,0,1,300,100,1,0),(59947,187567,571,1,1,1956,-6111.83,41.5311,-2.19912,0,0,0,1,300,100,1,0),(59948,187567,571,1,1,1966.47,-6119.72,41.5258,-2.21656,0,0,0,1,300,100,1,0),(59949,187567,571,1,1,1881.4,-6201.04,33.845,1.16937,0,0,0,1,300,100,1,0),(59950,187567,571,1,1,486.495,-4520.14,239.766,-2.54818,0,0,0,1,300,100,1,0),(59951,187567,571,1,1,465.882,-4545.66,251.881,2.07694,0,0,0,1,300,100,1,0),(59952,187567,571,1,1,6685.92,-206.638,953.696,-2.40855,0,0,0,1,300,100,1,0),(59953,187567,571,1,1,6122.52,-1074.91,407.385,1.58825,0,0,0,1,300,100,1,0),(59954,187567,571,1,1,3272.26,-2192.75,127.429,-1.98967,0,0,0,1,300,100,1,0),(59955,187567,571,1,1,3388.07,-2808.05,207.094,-2.56563,0,0,0,1,300,100,1,0),(59956,187567,571,1,1,5570.9,5774.64,-69.3968,1.44862,0,0,0,1,300,100,1,0),(59957,187567,571,1,1,5544.89,5730.65,-72.8956,-2.1293,0,0,0,1,300,100,1,0),(59958,187567,571,1,1,3215.22,-748.229,173.981,3.10665,0,0,0,1,300,100,1,0),(59959,187567,571,1,1,5679.62,720.026,647.579,2.47837,0,0,0,1,300,100,1,0),(59960,187567,571,1,1,5881.34,611.054,654.602,2.40855,0,0,0,1,300,100,1,0),(59961,187567,571,1,1,5671.67,646.394,651.88,0.279252,0,0,0,1,300,100,1,0),(59962,187567,571,1,1,5809.25,576.003,657.846,-1.48353,0,0,0,1,300,100,1,0),(59963,187567,571,1,1,5786.86,691.661,652.875,2.40855,0,0,0,1,300,100,1,0),(59964,187567,571,1,1,5864.76,738.819,644.807,-1.20428,0,0,0,1,300,100,1,0),(59965,187567,571,1,1,5802.56,689.866,664.405,1.67551,0,0,0,1,300,100,1,0),(59966,187567,571,1,1,5909.47,661.889,649.234,-2.37364,0,0,0,1,300,100,1,0),(59967,187567,571,1,1,5730.51,607.179,652.456,0.90757,0,0,0,1,300,100,1,0),(59968,187567,571,1,1,1431.55,-3252.89,183.787,2.44346,0,0,0,1,300,100,1,0),(59969,187567,571,1,1,1449.89,-3254.64,183.13,0.90757,0,0,0,1,300,100,1,0),(59970,187567,571,1,1,1425.03,-3316.35,173.511,2.09439,0,0,0,1,300,100,1,0),(59971,187567,571,1,1,2485.3,-5048.4,296.412,1.46608,0,0,0,1,300,100,1,0),(59972,187567,571,1,1,597.412,-5011.14,9.71226,-0.279252,0,0,0,1,300,100,1,0),(59973,187567,571,1,1,3270.23,-2299.02,105.35,1.0472,0,0,0,1,300,100,1,0),(59974,187567,571,1,1,3389.36,-2800.44,207.451,2.18166,0,0,0,1,300,100,1,0),(59975,187567,571,1,1,5543.42,5736.72,-72.8888,2.58308,0,0,0,1,300,100,1,0),(59976,187567,571,1,1,5577.76,5766.71,-69.3401,-0.052359,0,0,0,1,300,100,1,0),(59977,187567,571,1,1,5549.52,5738.06,-72.9351,0.994837,0,0,0,1,300,100,1,0),(59978,187567,571,1,1,3230.02,-756.344,174.019,-0.994837,0,0,0,1,300,100,1,0),(59979,187567,571,1,1,5855.72,664.569,653.62,0.872664,0,0,0,1,300,100,1,0),(59980,187567,571,1,1,5733.01,677.092,652.261,-0.698132,0,0,0,1,300,100,1,0),(59981,187567,571,1,1,5670.65,730.914,647.987,2.23402,0,0,0,1,300,100,1,0),(59982,187567,571,1,1,5677.26,732.935,647.86,1.62316,0,0,0,1,300,100,1,0),(59983,187567,571,1,1,5835.14,720.016,646.191,-2.28638,0,0,0,1,300,100,1,0),(59984,187567,571,1,1,5901.76,746.255,645.268,-1.85005,0,0,0,1,300,100,1,0),(59985,187567,571,1,1,5768.55,732.45,646.004,-0.523598,0,0,0,1,300,100,1,0),(59986,187567,571,1,1,5915.08,710.208,646.606,3.03684,0,0,0,1,300,100,1,0),(59987,187567,571,1,1,5755.33,632.125,667.413,-3.00195,0,0,0,1,300,100,1,0),(59988,187567,571,1,1,1428.77,-3274.5,181.042,-2.26892,0,0,0,1,300,100,1,0),(59989,187567,571,1,1,3403.19,-2797.13,217.555,0.680677,0,0,0,1,300,100,1,0),(59990,187567,571,1,1,3221.05,-666.509,175.286,0.994837,0,0,0,1,300,100,1,0),(59991,187567,571,1,1,3243.01,-716.868,174.061,1.15192,0,0,0,1,300,100,1,0),(59992,187567,571,1,1,5666.31,725.675,647.902,2.68781,0,0,0,1,300,100,1,0),(59993,187567,571,1,1,5679.61,720.015,659.189,2.42601,0,0,0,1,300,100,1,0),(59994,187567,571,1,1,5858.76,634.502,653.559,-0.715585,0,0,0,1,300,100,1,0),(59995,187567,571,1,1,5750.41,646.866,655.895,2.46091,0,0,0,1,300,100,1,0),(59996,187567,571,1,1,5915.95,728.429,646.254,3.07177,0,0,0,1,300,100,1,0),(59997,187567,571,1,1,5783.14,561.596,655.63,0.925024,0,0,0,1,300,100,1,0),(59998,187567,571,1,1,5687.55,619.925,652.364,0.558504,0,0,0,1,300,100,1,0),(59999,187567,571,1,1,5844.14,569.535,656.441,2.54818,0,0,0,1,300,100,1,0),(60000,187567,571,1,1,548.756,-5021.97,17.4747,1.74533,0,0,0,1,300,100,1,0),(60001,187567,571,1,1,578.799,-4942.3,23.3146,-2.87979,0,0,0,1,300,100,1,0),(60002,187567,571,1,1,5760.3,713.877,652.319,-0.610864,0,0,0,1,300,100,1,0),(60003,187567,571,1,1,5675.06,631.267,652.01,0.418879,0,0,0,1,300,100,1,0),(60004,187567,571,1,1,1474.52,-3279.56,178.94,0.820303,0,0,0,1,300,100,1,0),(60005,187567,571,1,1,1465.6,-3290.57,178.728,-2.32129,0,0,0,1,300,100,1,0),(60006,187567,571,1,1,3464.89,4177.21,24.3872,-1.64061,0,0,0,1,300,100,1,0),(60007,187567,571,1,1,3253.43,-2199.93,127.312,-0.349065,0,0,0,1,300,100,1,0),(60009,187567,571,1,1,5006.91,1195.97,235.518,2.44346,0,0,0,1,300,100,1,0),(60010,187567,571,1,1,5027.01,1209.43,233.94,0.977383,0,0,0,1,300,100,1,0),(60011,187567,571,1,1,5027.05,1209.41,240.235,1.0821,0,0,0,1,300,100,1,0),(60016,187567,571,1,1,5013.38,1244.96,238.304,-0.314158,0,0,0,1,300,100,1,0),(60017,187567,571,1,1,4986.64,1237.8,232.518,-1.98967,0,0,0,1,300,100,1,0),(60020,186544,571,1,1,1419.91,-3717.99,141.709,0.471237,0,0,0,1,300,100,1,0),(60021,187312,571,1,1,2261.96,5413.44,4.45267,-0.34034,0,0,0,1,300,100,1,0),(60022,190128,571,1,1,4593.29,-1075.47,165.497,3.14159,0,0,0,1,300,100,1,0),(60023,186545,571,1,1,1419.18,-3720.53,143.833,2.0333,0,0,0,1,300,100,1,0),(60024,187313,571,1,1,2261.32,5414.74,4.03021,1.23046,0,0,0,1,300,100,1,0),(60025,188337,571,1,1,4358.99,-4089.56,187.705,-1.41372,0,0,0,1,300,100,1,0),(60026,191665,571,1,1,5944.51,643.151,645.305,-1.97125,0,0,-0.333807,0.942641,300,100,1,0),(60027,186546,571,1,1,1088.86,-4034.45,157.081,2.33001,0,0,0,1,300,100,1,0),(60028,187314,571,1,1,3094.2,4802.92,1.22049,2.80125,0,0,0,1,300,100,1,0),(60029,188338,571,1,1,4357.09,-4090,188.585,1.87623,0,0,0,1,300,100,1,0),(60030,190130,571,1,1,4244.93,-1279.82,150.351,3.06302,0,0,0,1,300,100,1,0),(60031,188594,571,1,1,3242.25,-723.825,175.674,-2.18166,0,0,0,1,300,100,1,0),(60033,193202,571,1,1,5413.32,632.485,249.122,3.07177,0,0,0,1,300,100,1,0),(60034,193202,571,1,1,5339.45,567.581,221.016,2.56563,0,0,0,1,300,100,1,0),(60035,187315,571,1,1,3086.67,4823.74,1.0484,2.17221,0,0,0,1,300,100,1,0),(60036,188339,571,1,1,4358.34,-4090.78,188.592,-2.91469,0,0,0,1,300,100,1,0),(60037,186547,571,1,1,1088.85,-4034.33,159.475,2.36492,0,0,0,1,300,100,1,0),(60038,190131,571,1,1,4185.37,-1117.53,150.463,3.08918,0,0,0,1,300,100,1,0),(60039,186548,571,1,1,1091.3,-4031.2,157.819,-0.541051,0,0,0,1,300,100,1,0),(60040,187316,571,1,1,2262.99,5196.12,12.0712,1.213,0,0,0,1,300,100,1,0),(60041,193972,571,1,1,8440.74,-329.428,906.506,0.715583,0,0,0,1,300,100,1,0),(60042,191924,571,1,1,5711.17,687.981,645.726,1.84132,0,0,-0.333807,0.942641,300,100,1,0),(60043,188084,571,1,1,2765.38,5294.31,25.0679,0.471238,0,0,0,1,300,100,1,0),(60044,188084,571,1,1,2764.16,5295.27,25.3331,3.10665,0,0,0,1,300,100,1,0),(60046,188596,571,1,1,3404.73,-5394.46,267.362,1.18682,0,0,0,1,300,100,0,0),(60047,190644,571,1,1,5545.82,5765.4,-77.5108,0,0,0,0,1,300,100,1,0),(60048,187317,571,1,1,3534.51,4194.52,12.4754,1.75406,0,0,0,1,300,100,1,0),(60049,190133,571,1,1,4045.25,-1094.53,135.789,3.04558,0,0,0,1,300,100,1,0),(60050,186549,571,1,1,1092.07,-4034.03,157.948,-2.01585,0,0,0,1,300,100,1,0),(60051,191925,571,1,1,5710.14,690.946,645.719,-1.27409,0,0,-0.333807,0.942641,300,100,1,0),(60052,193205,571,1,1,5728.78,807.814,640.398,-2.76979,0,0,-0.333807,0.942641,300,100,1,0),(60053,188085,571,1,1,2762.54,5295.9,25.4802,-2.75761,0,0,0,1,300,100,1,0),(60054,190645,571,1,1,5549.77,5763.79,-77.3449,-2.47837,0,0,0,1,300,100,1,0),(60055,186805,571,1,1,2572.83,-5224.61,374.102,-0.628317,0,0,0,1,300,100,1,0),(60056,192693,571,1,1,6456.14,-1288.22,463.451,0.274813,0,0,0,1,300,100,1,0),(60057,187318,571,1,1,3553.98,4189.65,12.4759,-1.33518,0,0,0,1,300,100,1,0),(60058,186550,571,1,1,1091.95,-4033.95,160.695,-2.01585,0,0,0,1,300,100,1,0),(60059,191414,571,1,1,659.414,-5061.5,1.65101,-0.907569,0,0,0,1,300,100,1,0),(60060,191926,571,1,1,5708.77,688.403,645.824,0.689402,0,0,-0.333807,0.942641,300,100,1,0),(60061,188342,571,1,1,3501.16,2000.56,64.8623,2.67035,0,0,0,1,300,100,1,0),(60062,188342,571,1,1,3846.67,1492.99,91.717,1.44862,0,0,0,1,300,100,1,0),(60064,190646,571,1,1,5553.72,5763.77,-77.5362,-0.593412,0,0,0,1,300,100,1,0),(60065,186551,571,1,1,121.181,-4697.74,294.133,3.09792,0,0,0,1,300,100,1,0),(60066,187319,571,1,1,3529.09,4201.39,12.4754,2.50454,0,0,0,1,300,100,1,0),(60067,191927,571,1,1,5715.91,693.797,645.718,1.88496,0,0,-0.333807,0.942641,300,100,1,0),(60068,192183,571,1,1,4574.13,-1995.46,225.078,3.13286,0,0,0.99999,0.004363,300,100,1,0),(60069,188087,571,1,1,3482.05,4100.65,17.7975,1.65806,0,0,0,1,300,100,1,0),(60072,186552,571,1,1,121.422,-4693.73,295.197,-0.122173,0,0,0,1,300,100,1,0),(60073,187320,571,1,1,3526.68,4215.83,12.4754,-3.10665,0,0,0,1,300,100,1,0),(60074,192952,571,1,1,5563.19,5759.63,-75.2277,-1.5708,0,0,0,1,300,100,1,0),(60075,191928,571,1,1,5716.99,695.954,645.737,-2.32129,0,0,-0.333807,0.942641,300,100,1,0),(60076,192184,571,1,1,4573.29,-2091.63,225.078,3.13286,0,0,0.99999,0.004363,300,100,1,0),(60077,188344,571,1,1,3501.18,2000.58,64.8623,-0.820303,0,0,0,1,300,100,1,0),(60078,188344,571,1,1,3846.68,1492.96,91.717,1.50098,0,0,0,1,300,100,1,0),(60080,188088,571,1,1,3480.77,4100.6,17.2097,2.80997,0,0,0,1,300,100,1,0),(60081,188600,571,1,1,4073.44,-1804.98,206.198,-1.27409,0,0,0,1,300,100,1,0),(60082,188600,571,1,1,4000.98,-1984.6,211.939,-1.71042,0,0,0,1,300,100,1,0),(60083,188600,571,1,1,4145.95,-1775.8,199.239,-0.575957,0,0,0,1,300,100,1,0),(60084,188600,571,1,1,3930.52,-1879.73,215.631,-1.71042,0,0,0,1,300,100,1,0),(60085,188600,571,1,1,3891.5,-1851.14,216.785,-2.19912,0,0,0,1,300,100,1,0),(60086,188600,571,1,1,3940.9,-1984,209.883,1.90241,0,0,0,1,300,100,1,0),(60089,186553,571,1,1,122.905,-4695.77,295.944,-1.65806,0,0,0,1,300,100,1,0),(60090,187321,571,1,1,3440.8,4130.21,15.4015,-2.8187,0,0,0,1,300,100,1,0),(60091,191929,571,1,1,5714.77,696.653,645.719,-1.28282,0,0,-0.333807,0.942641,300,100,1,0),(60092,192697,571,1,1,5919.97,692.543,642.482,2.67735,0,0,-0.333807,0.942641,300,100,1,0),(60093,192185,571,1,1,4581.74,-2043.61,231.804,3.13286,0,0,0.99999,0.004363,300,100,1,0),(60094,187577,571,1,1,3871.9,5712.32,64.8535,-0.715585,0,0,0,1,300,100,1,0),(60095,188089,571,1,1,3480.5,4099.14,17.7629,0,0,0,0,1,300,100,1,0),(60096,188601,571,1,1,4313.43,-1896.22,197.63,-1.83259,0,0,0,1,300,100,1,0),(60097,188601,571,1,1,4225.58,-1774.61,199.604,2.74016,0,0,0,1,300,100,1,0),(60098,188601,571,1,1,4289.21,-1824.84,207.157,-1.29154,0,0,0,1,300,100,1,0),(60099,188601,571,1,1,4134.1,-2026.86,217.202,1.01229,0,0,0,1,300,100,1,0),(60100,188601,571,1,1,4169.63,-2035.28,216.362,2.91469,0,0,0,1,300,100,1,0),(60101,188601,571,1,1,4277.23,-1932.44,201.845,-1.29154,0,0,0,1,300,100,1,0),(60102,188601,571,1,1,4168.36,-1827.57,200.243,2.60053,0,0,0,1,300,100,1,0),(60103,188601,571,1,1,4143.65,-2093.49,220.54,2.40855,0,0,0,1,300,100,1,0),(60104,188601,571,1,1,4320.51,-2003.64,202.354,-2.47837,0,0,0,1,300,100,1,0),(60105,188601,571,1,1,4220.28,-1989.85,210.4,2.14675,0,0,0,1,300,100,1,0),(60106,188601,571,1,1,4216.64,-1947.8,203.951,-1.79769,0,0,0,1,300,100,1,0),(60108,188601,571,1,1,4216.51,-2163.74,218.552,-1.6057,0,0,0,1,300,100,1,0),(60110,186554,571,1,1,121.47,-4693.66,293.035,-0.122173,0,0,0,1,300,100,1,0),(60111,187322,571,1,1,3458.64,4132.49,15.0433,1.56207,0,0,0,1,300,100,1,0),(60112,191930,571,1,1,5719.08,690.738,645.866,0,0,0,-0.333807,0.942641,300,100,1,0),(60113,191674,571,1,1,5672.54,646.539,654.944,0.287979,0,0,-0.333807,0.942641,300,100,1,0),(60114,188346,571,1,1,3844.34,1466.99,137.231,0.209439,0,0,0,1,300,100,1,0),(60115,188346,571,1,1,3848.74,1469.72,137.231,0.785397,0,0,0,1,300,100,1,0),(60117,188346,571,1,1,3851.63,1473.95,137.231,1.25664,0,0,0,1,300,100,1,0),(60118,186555,571,1,1,2443.67,-5184.62,277.49,3.13286,0,0,0,1,300,100,1,0),(60119,191931,571,1,1,5720.81,688.918,645.739,1.72787,0,0,-0.333807,0.942641,300,100,1,0),(60120,191675,571,1,1,5675.73,631.472,655.163,0.506145,0,0,-0.333807,0.942641,300,100,1,0),(60121,188347,571,1,1,3838.73,1467.33,137.231,-0.279252,0,0,0,1,300,100,1,0),(60122,188347,571,1,1,3850,1483.93,137.231,2.32129,0,0,0,1,300,100,1,0),(60123,188347,571,1,1,3851.63,1473.95,137.231,1.25664,0,0,0,1,300,100,1,0),(60125,188347,571,1,1,3845.19,1487.48,137.231,2.86233,0,0,0,1,300,100,1,0),(60127,191163,571,1,1,1537.48,-5626.53,229.058,-0.488691,0,0,0,1,300,100,1,0),(60128,191163,571,1,1,1561.02,-5618.52,231.351,2.75761,0,0,0,1,300,100,1,0),(60129,191163,571,1,1,1527.31,-5634.16,231.982,-3.10665,0,0,0,1,300,100,1,0),(60132,191163,571,1,1,1525.6,-5608.78,225.925,-0.226892,0,0,0,1,300,100,1,0),(60135,191163,571,1,1,1538.37,-5609.16,226.118,-0.296705,0,0,0,1,300,100,1,0),(60138,191163,571,1,1,1522.97,-5621.28,227.207,2.72271,0,0,0,1,300,100,1,0),(60139,191163,571,1,1,1533.73,-5616.92,226.568,2.9845,0,0,0,1,300,100,1,0),(60144,191163,571,1,1,1548.73,-5629.02,232.186,-1.50098,0,0,0,1,300,100,1,0),(60146,191163,571,1,1,1561.99,-6188.58,8.19471,-1.16937,0,0,0,1,300,100,1,0),(60148,191163,571,1,1,1574.23,-6203.96,6.35437,1.65806,0,0,0,1,300,100,1,0),(60149,191163,571,1,1,1559.83,-6200.28,6.5706,0.820303,0,0,0,1,300,100,1,0),(60151,191163,571,1,1,1566.92,-6212.47,6.26184,2.82743,0,0,0,1,300,100,1,0),(60152,191163,571,1,1,1541.13,-6198.02,7.23196,0.122173,0,0,0,1,300,100,1,0),(60153,191163,571,1,1,1562.1,-6220.58,6.43605,2.54818,0,0,0,1,300,100,1,0),(60154,191163,571,1,1,1547.05,-6210.39,7.17243,2.40855,0,0,0,1,300,100,1,0),(60160,191163,571,1,1,1541.72,-6185.33,7.15559,-1.98967,0,0,0,1,300,100,1,0),(60199,191163,571,1,1,3992.86,-4005.7,171.063,-1.20428,0,0,0,1,300,100,1,0),(60200,191163,571,1,1,3957.84,-3975.5,171.668,1.36136,0,0,0,1,300,100,1,0),(60201,191163,571,1,1,4000.31,-4012.83,172.124,0.017452,0,0,0,1,300,100,1,0),(60202,191163,571,1,1,4053.24,-4004.12,167.766,0.802851,0,0,0,1,300,100,1,0),(60203,191163,571,1,1,4056.53,-4014.36,169.107,2.25147,0,0,0,1,300,100,1,0),(60204,191163,571,1,1,4088.6,-3997.64,168.569,1.23918,0,0,0,1,300,100,1,0),(60205,191163,571,1,1,7365.49,68.3656,780.251,1.65282,0,0,0,1,300,100,1,0),(60206,191163,571,1,1,7367.98,80.6508,777.843,1.65282,0,0,0,1,300,100,1,0),(60207,191163,571,1,1,7240.93,-61.3715,767.03,-2.72969,0,0,0,1,300,100,1,0),(60208,179900,571,1,1,619.363,-5015.56,2.72044,2.99322,0,0,0,1,300,100,1,0),(60209,179900,571,1,1,3289.13,-2292.67,109.525,1.9635,0,0,0,1,300,100,1,0),(60210,179900,571,1,1,3752.53,2876.28,92.1332,2.19912,0,0,0,1,300,100,1,0),(60211,179900,571,1,1,3831.43,1580.8,86.5515,2.80997,0,0,0,1,300,100,1,0),(60212,179900,571,1,1,1940.47,-4115.89,218.657,-2.11185,0,0,0,1,300,100,1,0),(60213,179900,571,1,1,1897.43,-4083.15,213.367,3.14159,0,0,0,1,300,100,1,0),(60214,188604,571,1,1,2790.48,917.825,22.4153,-1.16064,0,0,0,1,300,100,1,0),(60215,179900,571,1,1,1984.17,-4150.16,216.68,-2.08567,0,0,0,1,300,100,1,0),(60216,179900,571,1,1,4291.65,493.054,-7.27315,2.60926,0,0,0,1,300,100,1,0),(60217,179900,571,1,1,4252.89,378.627,14.6676,2.95833,0,0,0,1,300,100,1,0),(60218,179900,571,1,1,4351.38,490.819,-6.58017,3.00195,0,0,0,1,300,100,1,0),(60219,179900,571,1,1,3162.93,1457.76,150.911,2.93214,0,0,0,1,300,100,1,0),(60220,179900,571,1,1,3686.87,-4245.26,193.287,3.03684,0,0,0,1,300,100,1,0),(60221,179900,571,1,1,3737.1,1603.13,112.611,2.90596,0,0,0,1,300,100,1,0),(60222,179900,571,1,1,3773.85,1548.04,115.236,-1.84132,0,0,0,1,300,100,1,0),(60223,179900,571,1,1,3787.38,1517.55,116.123,2.72271,0,0,0,1,300,100,1,0),(60224,179900,571,1,1,6251.77,-474.698,414.06,-2.49582,0,0,0,1,300,100,1,0),(60225,179900,571,1,1,1708.37,-4107.84,270.479,-0.069814,0,0,0,1,300,100,1,0),(60226,191932,571,1,1,5719.83,692.67,645.725,-1.16064,0,0,-0.333807,0.942641,300,100,1,0),(60227,191676,571,1,1,5688.2,620.383,656.313,0.628317,0,0,-0.333807,0.942641,300,100,1,0),(60228,179900,571,1,1,3809.64,1437.94,128.393,1.55373,0,0,0,1,300,100,1,0),(60229,179900,571,1,1,3875.36,1514.43,128.255,1.5711,0,0,0,1,300,100,1,0),(60230,179900,571,1,1,3808.44,1514.43,128.233,1.5708,0,0,0,1,300,100,1,0),(60231,179900,571,1,1,3319.39,-2164.45,153.705,-1.98055,0,0,0,1,300,100,1,0),(60232,179900,571,1,1,3229.4,-2209.96,153.567,-1.96319,0,0,0,1,300,100,1,0),(60233,179900,571,1,1,3291.23,-2235.57,153.545,-1.9635,0,0,0,1,300,100,1,0),(60234,179900,571,1,1,3258.6,-2139.46,153.57,-1.96357,0,0,0,1,300,100,1,0),(60235,179900,571,1,1,862.898,-5582.84,8.74653,-1.22173,0,0,0,1,300,100,1,0),(60236,179900,571,1,1,857.872,-5527.12,-3.80139,1.5708,0,0,0,1,300,100,1,0),(60237,188348,571,1,1,3851.98,1479.31,137.231,1.74533,0,0,0,1,300,100,1,0),(60238,188348,571,1,1,3845.19,1487.48,137.231,2.86233,0,0,0,1,300,100,1,0),(60239,188348,571,1,1,3844.34,1466.99,137.231,0.209439,0,0,0,1,300,100,1,0),(60241,187325,571,1,1,3460.66,5364.61,44.3132,-0.077261,0,0,0,1,300,100,1,0),(60242,188605,571,1,1,2743.64,910.144,6.24621,0.383971,0,0,0,1,300,100,1,0),(60243,191933,571,1,1,5717.55,685.303,645.729,-3.08045,0,0,-0.333807,0.942641,300,100,1,0),(60244,191677,571,1,1,5728.24,609.603,655.676,0.881392,0,0,-0.333807,0.942641,300,100,1,0),(60245,193981,571,1,1,2144.87,5253.02,21.1525,-1.64061,0,0,0,1,300,100,1,0),(60246,193981,571,1,1,1939.31,-6198.07,26.4267,2.80997,0,0,0,1,300,100,1,0),(60247,193981,571,1,1,601.57,-4919.52,31.0037,-1.29154,0,0,0,1,300,100,1,0),(60248,193981,571,1,1,5857.46,708.949,645.265,-0.593412,0,0,0,1,300,100,1,0),(60249,188606,571,1,1,2754.9,859.911,6.62226,-0.445058,0,0,0,1,300,100,1,0),(60250,187326,571,1,1,3310.15,4097.59,26.9214,-3.08505,0,0,0,1,300,100,1,0),(60252,191934,571,1,1,5715.4,687.335,645.72,-1.20428,0,0,-0.333807,0.942641,300,100,1,0),(60253,191678,571,1,1,5758.91,612.798,658.328,-2.25147,0,0,-0.333807,0.942641,300,100,1,0),(60254,187327,571,1,1,3310.69,4098.06,26.8088,-1.41919,0,0,0,1,300,100,1,0),(60255,188607,571,1,1,2760.45,853.038,6.70005,1.64934,0,0,0,1,300,100,1,0),(60256,190143,571,1,1,2930.28,-461.12,124.865,-3.14159,0,0,0,1,300,100,1,0),(60257,191935,571,1,1,5714.04,685.478,645.743,0.279252,0,0,-0.333807,0.942641,300,100,1,0),(60258,191679,571,1,1,5783.61,562.388,658.75,0.881392,0,0,-0.333807,0.942641,300,100,1,0),(60259,186559,571,1,1,635.2,-5013.73,4.28072,0.017452,0,0,0,1,300,100,1,0),(60260,190399,571,1,1,5515.83,-3086.97,287.837,1.16937,0,0,0,1,300,100,1,0),(60261,190399,571,1,1,5582.38,-3140.57,288.17,2.1293,0,0,0,1,300,100,1,0),(60262,190399,571,1,1,5889.21,-2840.21,267.163,1.46608,0,0,0,1,300,100,1,0),(60263,190399,571,1,1,5937.39,-2925.27,274.992,-3.03684,0,0,0,1,300,100,1,0),(60264,190399,571,1,1,5910,-2789.97,262.854,-0.610864,0,0,0,1,300,100,1,0),(60265,190399,571,1,1,5916.54,-2864.34,274.349,-0.349065,0,0,0,1,300,100,1,0),(60266,190399,571,1,1,5861.92,-2654.99,285.924,1.01229,0,0,0,1,300,100,1,0),(60267,190399,571,1,1,5552.04,-2902.87,277.25,-0.034906,0,0,0,1,300,100,1,0),(60268,188351,571,1,1,4114.87,-1913.98,187.421,1.09956,0,0,0,1,300,100,1,0),(60269,190399,571,1,1,5541.43,-2918.23,277.631,0.663223,0,0,0,1,300,100,1,0),(60270,190399,571,1,1,5566.07,-3083.94,287.956,-0.698132,0,0,0,1,300,100,1,0),(60271,190399,571,1,1,5583.28,-3045.72,286.801,-0.994837,0,0,0,1,300,100,1,0),(60272,190399,571,1,1,5562.45,-2942.18,276.583,0.698132,0,0,0,1,300,100,1,0),(60273,190399,571,1,1,5649.48,-2696.74,277.8,-1.53589,0,0,0,1,300,100,1,0),(60274,190399,571,1,1,5602.72,-2882.77,274.335,0.418879,0,0,0,1,300,100,1,0),(60275,190399,571,1,1,5601.83,-2994.02,275.291,1.51844,0,0,0,1,300,100,1,0),(60276,190399,571,1,1,5845.36,-2714.51,275.511,-1.78023,0,0,0,1,300,100,1,0),(60277,190399,571,1,1,5496.38,-3031.58,287.401,-1.83259,0,0,0,1,300,100,1,0),(60278,190399,571,1,1,5822.96,-2850.86,274.516,-1.6057,0,0,0,1,300,100,1,0),(60279,190399,571,1,1,5614.53,-3038.7,288.17,0.017452,0,0,0,1,300,100,1,0),(60280,190399,571,1,1,5472.56,-3008.67,288.17,0.052359,0,0,0,1,300,100,1,0),(60281,190399,571,1,1,5312.93,-2865.12,288.293,-0.139624,0,0,0,1,300,100,1,0),(60282,190399,571,1,1,5618.88,-2667.44,276.545,-3.10665,0,0,0,1,300,100,1,0),(60283,190399,571,1,1,5447.09,-3032.79,289.9,1.62316,0,0,0,1,300,100,1,0),(60284,190399,571,1,1,5485.04,-2698,278.733,-0.279252,0,0,0,1,300,100,1,0),(60285,190399,571,1,1,5516.22,-3001.9,276.722,2.21656,0,0,0,1,300,100,1,0),(60286,190399,571,1,1,5271.18,-2836.36,287.124,1.90241,0,0,0,1,300,100,1,0),(60287,190399,571,1,1,5443.13,-2696.15,277.038,-0.802851,0,0,0,1,300,100,1,0),(60288,190399,571,1,1,5561.15,-2691.17,276.104,1.13446,0,0,0,1,300,100,1,0),(60289,190399,571,1,1,5719.09,-2795.68,274.403,-2.47837,0,0,0,1,300,100,1,0),(60290,190399,571,1,1,5510.28,-2900.79,276.124,-0.95993,0,0,0,1,300,100,1,0),(60291,190399,571,1,1,5600.13,-2817.95,274.127,-1.43117,0,0,0,1,300,100,1,0),(60292,190399,571,1,1,5622.13,-2798.95,274.378,1.43117,0,0,0,1,300,100,1,0),(60293,190399,571,1,1,5711.14,-2656.15,281.365,0.122173,0,0,0,1,300,100,1,0),(60294,190399,571,1,1,5764.93,-2749.24,276.233,-2.00713,0,0,0,1,300,100,1,0),(60295,187328,571,1,1,3310.31,4098.26,26.5998,-0.043632,0,0,0,1,300,100,1,0),(60296,188608,571,1,1,792.73,-2912.89,7.16157,3.14159,0,0,0,1,300,100,1,0),(60297,191680,571,1,1,5837.73,562.723,660.563,2.47837,0,0,-0.333807,0.942641,300,100,1,0),(60298,190400,571,1,1,857.872,-5527.12,-3.80139,1.5708,0,0,1,0,300,100,1,0),(60299,188353,571,1,1,3831.43,1580.8,86.5515,2.80997,0,0,0,1,300,100,1,0),(60300,190657,571,1,1,6199.71,-3574.31,387.601,-0.785397,0,0,0,1,300,100,1,0),(60301,188609,571,1,1,761.304,-2911.74,7.16157,3.14159,0,0,0,1,300,100,1,0),(60302,193985,571,1,9,7738.56,69.0447,1010.68,0.834538,0,0,0,1,300,100,1,0),(60303,191681,571,1,1,5890.54,529.092,649.385,0.261796,0,0,-0.333807,0.942641,300,100,1,0),(60304,190401,571,1,1,862.898,-5582.84,8.74653,-1.22173,0,0,1,0,300,100,1,0),(60305,187074,571,1,2,3039.35,6707.81,9.3545,-1.56104,0,0,0,1,300,100,1,0),(60306,186562,571,1,1,2685.04,-4312.94,290.314,-2.26892,0,0,0,1,300,100,1,0),(60307,188354,571,1,1,3813.74,1571.33,86.6407,-3.01941,0,0,0,1,300,100,1,0),(60308,188610,571,1,1,738.569,-2938.41,7.38279,2.56563,0,0,0,1,300,100,1,0),(60309,191682,571,1,1,5880.72,617.984,657.888,-2.26892,0,0,-0.333807,0.942641,300,100,1,0),(60310,188355,571,1,1,3827.81,1533.66,89.6992,1.64061,0,0,0,1,300,100,1,0),(60311,188611,571,1,1,730.354,-2900.12,7.16157,3.14159,0,0,0,1,300,100,1,0),(60312,190147,571,1,1,2836.57,-393.988,118.529,-1.98967,0,0,0,1,300,100,1,0),(60313,191939,571,1,1,5845.06,467.176,640.262,0.523598,0,0,-0.333807,0.942641,300,100,1,0),(60314,191683,571,1,1,5855.47,630.635,656.462,-0.663223,0,0,-0.333807,0.942641,300,100,1,0),(60315,193987,571,1,1,5716.89,597.818,618.598,0.191985,0,0,0,1,300,100,1,0),(60316,193987,571,1,1,5718.02,589.248,618.598,1.67551,0,0,0,1,300,100,1,0),(60317,188356,571,1,1,3819.69,1561.8,86.588,-1.52716,0,0,0,1,300,100,1,0),(60318,188612,571,1,1,2965.35,4133.11,28.8458,1.16634,0,0,0,1,300,100,1,0),(60319,190148,571,1,1,2855.64,-410.769,118.133,3.13992,0,0,0,1,300,100,1,0),(67662,187982,571,1,1,2975.41,5288.84,61.544,0.715585,0,0,0,1,180,0,1,0),(60321,191940,571,1,1,5844.94,468.076,640.187,-2.40855,0,0,-0.333807,0.942641,300,100,1,0),(60322,192196,571,1,1,5731.51,748.285,641.735,-2.24275,0,0,-0.333807,0.942641,300,100,1,0),(60323,191684,571,1,1,5849.67,669.088,654.121,0.898843,0,0,-0.333807,0.942641,300,100,1,0),(60324,190660,571,1,1,6634.78,4519.08,3.2157,-0.663223,0,0,0,1,300,100,1,0),(60325,190660,571,1,1,6701.81,4472.13,43.5519,0.95993,0,0,0,1,300,100,1,0),(60326,190660,571,1,1,6537.28,4295.96,-13.5626,-2.35619,0,0,0,1,300,100,1,0),(60327,190660,571,1,1,6622.74,4504.92,-8.36377,3.07177,0,0,0,1,300,100,1,0),(60328,190660,571,1,1,6597.61,4332.43,47.2932,-1.67551,0,0,0,1,300,100,1,0),(60329,190660,571,1,1,6637.49,4612.48,-3.0629,0.610864,0,0,0,1,300,100,1,0),(60330,190660,571,1,1,6672.06,4610.98,29.9841,-0.820303,0,0,0,1,300,100,1,0),(60331,190660,571,1,1,6658.13,4700.13,3.73683,2.44346,0,0,0,1,300,100,1,0),(60332,190660,571,1,1,6619.61,4585.2,-22.3307,1.50098,0,0,0,1,300,100,1,0),(60333,190660,571,1,1,6575.41,4420.96,-21.5937,2.00713,0,0,0,1,300,100,1,0),(60334,190660,571,1,1,6591.74,4663.28,-29.7824,3.14159,0,0,0,1,300,100,1,0),(60335,190660,571,1,1,6610.36,4445.82,2.1216,-2.40855,0,0,0,1,300,100,1,0),(60336,190660,571,1,1,6548.76,4495.22,-51.7251,-1.02974,0,0,0,1,300,100,1,0),(60337,190660,571,1,1,6533.12,4383.97,-45.3206,-0.750491,0,0,0,1,300,100,1,0),(60338,190660,571,1,1,6346.91,4290.73,-48.6408,-0.663223,0,0,0,1,300,100,1,0),(60339,190660,571,1,1,6477.37,4516.27,-63.127,-0.314158,0,0,0,1,300,100,1,0),(60340,190660,571,1,1,6479.91,4556.75,-65.0261,1.0821,0,0,0,1,300,100,1,0),(60341,190660,571,1,1,6496.2,4663.46,-65.5484,-2.44346,0,0,0,1,300,100,1,0),(60342,190660,571,1,1,6445.37,4419.02,-52.9471,2.11185,0,0,0,1,300,100,1,0),(60343,190660,571,1,1,6515.16,4350.1,-45.133,-1.3439,0,0,0,1,300,100,1,0),(60344,190660,571,1,1,6405.9,4283.05,-46.7324,-1.88495,0,0,0,1,300,100,1,0),(60345,190660,571,1,1,6427.52,4361.32,-49.4156,0.785397,0,0,0,1,300,100,1,0),(60346,190660,571,1,1,6395.35,4343.69,-47.293,1.44862,0,0,0,1,300,100,1,0),(60347,190660,571,1,1,6519.78,4624.88,-65.8817,2.77507,0,0,0,1,300,100,1,0),(60348,190660,571,1,1,6438.85,4466.86,-57.6817,-0.628317,0,0,0,1,300,100,1,0),(60349,190660,571,1,1,6480.72,4476.31,-58.0771,-1.11701,0,0,0,1,300,100,1,0),(60350,190660,571,1,1,6390.87,4297.17,-48.9509,2.87979,0,0,0,1,300,100,1,0),(60351,190660,571,1,1,6596.32,4482.09,-40.2393,-2.47837,0,0,0,1,300,100,1,0),(60352,190660,571,1,1,6561.76,4511.64,-52.0224,1.18682,0,0,0,1,300,100,1,0),(60353,190660,571,1,1,6594.46,4567.35,-48.017,-0.418879,0,0,0,1,300,100,1,0),(60354,190660,571,1,1,6394.99,4230.42,-43.4225,-2.54818,0,0,0,1,300,100,1,0),(60355,188357,571,1,1,3822.45,1561.66,86.6579,3.09792,0,0,0,1,300,100,1,0),(60356,188613,571,1,1,3307.64,-2228.86,115.954,-3.03686,0,0,0,1,300,100,1,0),(67661,191074,571,1,1,2576.32,5824,-12.3931,-1.25054,0,0,0.999914,0.01309,180,0,1,0),(60358,192197,571,1,1,5739.4,741.73,641.735,-2.26892,0,0,-0.333807,0.942641,300,100,1,0),(60359,191941,571,1,1,5779.24,566.684,650.627,0.663225,0,0,-0.333807,0.942641,300,100,1,0),(60360,190661,571,1,1,6634.78,4519.08,3.2157,-0.663223,0,0,0,1,300,100,1,0),(60361,190661,571,1,1,6701.81,4472.13,43.5519,0.95993,0,0,0,1,300,100,1,0),(60362,190661,571,1,1,6537.28,4295.96,-13.5626,-2.35619,0,0,0,1,300,100,1,0),(60363,190661,571,1,1,6622.74,4504.92,-8.36377,3.07177,0,0,0,1,300,100,1,0),(60364,190661,571,1,1,6597.61,4332.43,47.2932,-1.67551,0,0,0,1,300,100,1,0),(60365,190661,571,1,1,6637.49,4612.48,-3.0629,0.610864,0,0,0,1,300,100,1,0),(60366,190661,571,1,1,6672.06,4610.98,29.9841,-0.820303,0,0,0,1,300,100,1,0),(60367,190661,571,1,1,6658.13,4700.13,3.73683,2.44346,0,0,0,1,300,100,1,0),(60368,190661,571,1,1,6619.61,4585.2,-22.3307,1.50098,0,0,0,1,300,100,1,0),(60369,190661,571,1,1,6575.41,4420.96,-21.5937,2.00713,0,0,0,1,300,100,1,0),(60370,190661,571,1,1,6591.74,4663.28,-29.7824,3.14159,0,0,0,1,300,100,1,0),(60371,190661,571,1,1,6610.36,4445.82,2.1216,-2.40855,0,0,0,1,300,100,1,0),(60372,190661,571,1,1,6548.76,4495.22,-51.7251,-1.02974,0,0,0,1,300,100,1,0),(60373,190661,571,1,1,6533.12,4383.97,-45.3206,-0.750491,0,0,0,1,300,100,1,0),(60374,190661,571,1,1,6346.91,4290.73,-48.6408,-0.663223,0,0,0,1,300,100,1,0),(60375,190661,571,1,1,6477.37,4516.27,-63.127,-0.314158,0,0,0,1,300,100,1,0),(60376,190661,571,1,1,6479.91,4556.75,-65.0261,1.0821,0,0,0,1,300,100,1,0),(60377,190661,571,1,1,6496.2,4663.46,-65.5484,-2.44346,0,0,0,1,300,100,1,0),(60378,190661,571,1,1,6445.37,4419.02,-52.9471,2.11185,0,0,0,1,300,100,1,0),(60379,190661,571,1,1,6515.16,4350.1,-45.133,-1.3439,0,0,0,1,300,100,1,0),(60380,190661,571,1,1,6405.9,4283.05,-46.7324,-1.88495,0,0,0,1,300,100,1,0),(60381,190661,571,1,1,6427.52,4361.32,-49.4156,0.785397,0,0,0,1,300,100,1,0),(60382,190661,571,1,1,6395.35,4343.69,-47.293,1.44862,0,0,0,1,300,100,1,0),(60383,190661,571,1,1,6519.78,4624.88,-65.8817,2.77507,0,0,0,1,300,100,1,0),(60384,190661,571,1,1,6438.85,4466.86,-57.6817,-0.628317,0,0,0,1,300,100,1,0),(60385,190661,571,1,1,6480.72,4476.31,-58.0771,-1.11701,0,0,0,1,300,100,1,0),(60386,190661,571,1,1,6390.87,4297.17,-48.9509,2.87979,0,0,0,1,300,100,1,0),(60387,190661,571,1,1,6596.32,4482.09,-40.2393,-2.47837,0,0,0,1,300,100,1,0),(60388,190661,571,1,1,6561.76,4511.64,-52.0224,1.18682,0,0,0,1,300,100,1,0),(60389,190661,571,1,1,6594.46,4567.35,-48.017,-0.418879,0,0,0,1,300,100,1,0),(60390,190661,571,1,1,6394.99,4230.42,-43.4225,-2.54818,0,0,0,1,300,100,1,0),(60391,186565,571,1,1,800.689,-4957.7,-0.183344,2.93214,0,0,0,1,300,100,1,0),(60392,186565,571,1,1,847.206,-4986.69,3.29515,2.96704,0,0,0,1,300,100,1,0),(60393,186565,571,1,1,836.025,-4953.51,4.14482,1.48353,0,0,0,1,300,100,1,0),(60394,186565,571,1,1,851.36,-4968.91,3.42572,-0.733038,0,0,0,1,300,100,1,0),(60395,186565,571,1,1,809.178,-4885.11,1.7252,2.60053,0,0,0,1,300,100,1,0),(60396,186565,571,1,1,883.344,-4954.83,2.15667,-1.37881,0,0,0,1,300,100,1,0),(60397,186565,571,1,1,819.058,-4962.75,1.70408,-1.15192,0,0,0,1,300,100,1,0),(60398,186565,571,1,1,818.438,-4909.03,2.1011,0.942477,0,0,0,1,300,100,1,0),(60399,186565,571,1,1,864.137,-4930.05,4.98225,-0.628317,0,0,0,1,300,100,1,0),(60400,186565,571,1,1,815.722,-4930.46,2.13447,1.97222,0,0,0,1,300,100,1,0),(60401,186565,571,1,1,853.581,-4952.37,3.3733,-1.67551,0,0,0,1,300,100,1,0),(60402,188614,571,1,1,3301.63,-2327.83,107.617,-3.03687,0,0,0,1,300,100,1,0),(60403,190150,571,1,1,2814.55,-424.495,118.473,-0.872664,0,0,0,1,300,100,1,0),(60404,191686,571,1,1,5783.08,686.159,653.203,2.45218,0,0,-0.333807,0.942641,300,100,1,0),(60405,191942,571,1,1,5685.45,625.817,647.156,0.488691,0,0,-0.333807,0.942641,300,100,1,0),(60406,192198,571,1,1,5781.42,687.945,643.611,2.51327,0,0,-0.333807,0.942641,300,100,1,0),(60407,186566,571,1,1,926.592,-4810.1,8.84384,-1.74533,0,0,0,1,180,1,1,0),(60408,188615,571,1,1,3278.57,-2243.94,114.676,1.9635,0,0,0,1,300,100,1,0),(60409,190151,571,1,1,4741.47,-327.627,182.353,2.73144,0,0,0,1,300,100,1,0),(67660,187982,571,1,1,3000.58,5332.9,62.8029,-2.02458,0,0,0,1,180,0,1,0),(60411,191943,571,1,1,5829.36,722.898,640.895,-2.46091,0,0,-0.333807,0.942641,300,100,1,0),(60412,192199,571,1,1,5632.55,725.598,641.641,1.45735,0,0,-0.333807,0.942641,300,100,1,0),(60413,191687,571,1,1,5755.45,652.502,655.967,2.48709,0,0,-0.333807,0.942641,300,100,1,0),(60414,186567,571,1,1,1012.54,-4798.18,-0.893077,-1.44862,0,0,0,1,180,1,1,0),(77209,188359,571,1,1,2572.44,893.88,-58.9869,1.46608,0,0,0,1,120,255,1,0),(77208,188359,571,1,1,2620.61,856.062,-50.2675,4.45059,0,0,0,1,120,255,1,0),(77207,188359,571,1,1,2676.75,1013.4,-40.8568,4.13643,0,0,0,1,120,255,1,0),(77206,188359,571,1,1,2626.21,916.587,-38.966,0.174532,0,0,0,1,120,255,1,0),(77205,188359,571,1,1,2693.32,800.649,-35.4192,4.01426,0,0,0,1,120,255,1,0),(77204,188359,571,1,1,2739.45,1009.87,-15.5055,1.11701,0,0,0,1,120,255,1,0),(60421,188360,571,1,1,596.267,-2893.05,55.9407,3.13286,0,0,0.99999,0.004363,300,100,1,0),(60422,188616,571,1,1,3298.06,-2258.03,112.004,-3.03684,0,0,0,1,300,100,1,0),(60423,190152,571,1,1,4707.88,-429.969,176.755,3.14159,0,0,0,1,300,100,1,0),(60424,191688,571,1,1,5734.4,670.93,653.503,-0.680679,0,0,-0.333807,0.942641,300,100,1,0),(60425,192200,571,1,1,5656.95,715.719,641.457,1.01229,0,0,-0.333807,0.942641,300,100,1,0),(60426,186568,571,1,1,1037.56,-4865.72,8.95244,-2.67035,0,0,0,1,300,100,1,0),(60427,188617,571,1,1,3289.13,-2292.67,109.525,1.9635,0,0,0,1,300,100,1,0),(60428,190153,571,1,1,4603.85,-575.415,153.995,3.14159,0,0,0,1,300,100,1,0),(67659,191073,571,1,1,2583.62,5808.28,-12.4097,-1.25054,0,0,0.999914,0.01309,180,0,1,0),(60430,191945,571,1,1,5880.28,617.933,650.224,2.58226,0,0,-0.333807,0.942641,300,100,1,0),(60431,192201,571,1,1,5648.96,720.085,641.377,1.13446,0,0,-0.333807,0.942641,300,100,1,0),(60432,186569,571,1,1,1048.41,-4896.19,10.5033,-1.20428,0,0,0,1,300,100,1,0),(60433,188618,571,1,1,3240.61,-2236.58,115.106,-3.12412,0,0,0,1,300,100,1,0),(60434,193994,571,1,1,8092.82,-324.216,861.25,2.21656,0,0,0,1,300,100,1,0),(60435,192202,571,1,1,5641.12,723.479,641.498,1.19555,0,0,-0.333807,0.942641,300,100,1,0),(60436,191946,571,1,1,5853.02,669.451,644.257,-1.88495,0,0,-0.333807,0.942641,300,100,1,0),(60437,188106,571,1,1,4114.8,5100.89,0.045543,2.60053,0,0,0,1,300,100,1,0),(60438,186570,571,1,1,966.498,-4891.17,5.03312,1.64061,0,0,0,1,300,100,1,0),(60439,188362,571,1,1,3761.99,1586.69,87.0855,1.79769,0,0,0,1,300,100,1,0),(60441,187849,571,1,1,3392.85,6161.09,79.8313,0,0,0,0,0,300,0,1,0),(60442,187339,571,1,1,2380.67,5575.49,34.6802,2.57436,0,0,0,1,300,100,1,0),(60443,188619,571,1,1,3212.33,-2254.1,115.006,3.07175,0,0,0,1,300,100,1,0),(60444,192203,571,1,1,5670.45,715.962,642.017,1.4748,0,0,-0.333807,0.942641,300,100,1,0),(60445,191947,571,1,1,5862.67,638.684,647.16,-0.36652,0,0,-0.333807,0.942641,300,100,1,0),(60446,188107,571,1,1,4227.16,4799.21,-11.7942,-1.76278,0,0,0,1,300,100,1,0),(60448,186827,571,1,1,886.991,-4975.89,-72.4418,1.48353,0,0,0,1,300,100,1,0),(60449,188363,571,1,1,3761.99,1586.7,86.7313,-2.37364,0,0,0,1,300,100,1,0),(60451,187851,571,1,1,2240.84,5253.13,3.13796,0.95993,0,0,0,1,300,100,1,0),(60452,186571,571,1,1,992.928,-4946.44,5.66795,2.58308,0,0,0,1,300,100,1,0),(60453,188620,571,1,1,3221.41,-2236.12,116.364,3.07173,0,0,0,1,300,100,1,0),(60454,191948,571,1,1,5917.04,616.764,646.294,-0.462512,0,0,-0.333807,0.942641,300,100,1,0),(60455,192204,571,1,1,5672.37,717.723,642.01,2.71399,0,0,-0.333807,0.942641,300,100,1,0),(60456,188108,571,1,1,4033.39,4901.23,-11.2465,0.209439,0,0,0,1,300,100,1,0),(60457,186828,571,1,1,884.34,-4980.61,-72.4419,2.19912,0,0,0,1,300,100,1,0),(60458,188364,571,1,1,2583.79,950.882,-60.8579,0.767944,0,0,0,1,300,100,1,0),(60459,186572,571,1,1,931.65,-4957.12,2.08471,1.71042,0,0,0,1,300,100,1,0),(60460,187852,571,1,2,1916.34,5765.59,6.43364,1.29154,0,0,0,1,300,100,1,0),(60461,187852,571,1,2,1900.13,5980.31,8.13004,-0.157079,0,0,0,1,300,100,1,0),(60462,191180,571,1,1,5911.05,-2344.18,296.251,-0.541051,0,0,0,1,30,100,1,0),(60463,192717,571,1,1,4275.45,-3274.07,310.655,2.96543,0,0,0.999048,0.043619,300,100,1,0),(60464,187341,571,1,1,2131.95,5779.42,57.9107,-2.8536,0,0,0,1,300,100,1,0),(60465,187085,571,1,1,3104.02,3832.83,23.0478,2.40855,0,0,0,1,300,100,1,0),(60466,188621,571,1,1,3221.32,-2284.76,107.651,1.96349,0,0,0,1,300,100,1,0),(67658,187982,571,1,1,3043.9,5318.77,59.8493,-2.3911,0,0,0,1,180,0,1,0),(60468,192205,571,1,1,5674.11,731.169,642.098,-1.39626,0,0,-0.333807,0.942641,300,100,1,0),(60469,191949,571,1,1,5927.67,644.708,645.509,-0.296705,0,0,-0.333807,0.942641,300,100,1,0),(60470,188365,571,1,1,4384.34,-3050.1,344.128,2.40855,0,0,0,1,300,100,1,0),(60471,186573,571,1,1,974.418,-5019.27,7.91702,1.02974,0,0,0,1,300,100,1,0),(60472,191181,571,1,1,5974.02,-2342.89,294.769,-2.82743,0,0,0,1,30,100,1,0),(221003,193997,571,1,15,7155.12,-2096.03,764.428,2.53072,0,0,0,1,3600,100,1,0),(221002,193997,571,1,15,7472.23,-2477.99,760.7,-0.087266,0,0,-0.0436192,0.999048,3600,100,1,0),(60475,188622,571,1,1,3423.05,-2761.23,198.827,2.72271,0,0,0,1,300,100,1,0),(60477,192718,571,1,1,6205.41,5245.17,-98.4442,-3.03685,0,0,0,1,300,100,1,0),(60478,192206,571,1,1,5668.31,716.812,642.034,0.750489,0,0,-0.333807,0.942641,300,100,1,0),(60479,191950,571,1,1,5893.23,528.236,641.395,-1.26536,0,0,-0.333807,0.942641,300,100,1,0),(60480,186830,571,1,1,812.545,-5474.08,212.425,-2.74016,0,0,0,1,300,100,1,0),(60481,188366,571,1,1,3822.12,-1993.74,208.985,3.01941,0,0,0,1,300,100,1,0),(60482,188366,571,1,1,3824.84,-1994.92,209.277,2.16421,0,0,0,1,300,100,1,0),(60483,188366,571,1,1,3822.54,-1995.55,209.198,-1.55334,0,0,0,1,300,100,1,0),(60485,186574,571,1,1,1056.92,-5059.34,10.8449,-2.1293,0,0,0,1,300,100,1,0),(60486,188366,571,1,1,3826.89,-1995.77,209.014,-2.3911,0,0,0,1,300,100,1,0),(60487,188366,571,1,1,3823.22,-1992.13,208.782,-2.11185,0,0,0,1,300,100,1,0),(60489,187854,571,1,1,3097.94,6294.8,94.9317,1.13446,0,0,0,1,300,100,1,0),(60490,188366,571,1,1,3826.35,-2000.22,209.565,-1.01229,0,0,0,1,300,100,1,0),(60491,188366,571,1,1,3825.93,-1991.83,208.693,2.23402,0,0,0,1,300,100,1,0),(60492,188366,571,1,1,3819.45,-1989.47,208.535,0.139624,0,0,0,1,300,100,1,0),(60493,188366,571,1,1,3821.12,-1991.56,208.764,-1.15192,0,0,0,1,300,100,1,0),(60494,188366,571,1,1,3824.39,-1996.22,209.592,0.558504,0,0,0,1,300,100,1,0),(60495,191182,571,1,1,5887.19,-2341.88,296.338,-2.09439,0,0,0,1,30,100,1,0),(60496,188366,571,1,1,3824.23,-1993.99,208.942,0.663223,0,0,0,1,300,100,1,0),(60498,188366,571,1,1,3825.95,-1997.4,209.246,2.35619,0,0,0,1,300,100,1,0),(60501,188366,571,1,1,3822.71,-1987.88,208.513,1.15192,0,0,0,1,300,100,1,0),(60502,188366,571,1,1,3880.95,-1935.17,209.019,-2.63544,0,0,0,1,300,100,1,0),(60503,188366,571,1,1,3827.67,-1996.69,209.083,1.22173,0,0,0,1,300,100,1,0),(60504,188366,571,1,1,3826.02,-1996.34,209.352,1.67551,0,0,0,1,300,100,1,0),(60505,187343,571,1,1,3207.84,4992.99,27.579,-0.331612,0,0,0,1,300,100,1,0),(60506,188623,571,1,1,3420.66,-2759.24,199.238,1.54462,0,0,0,1,300,100,1,0),(67656,187982,571,1,1,3030.97,5270.98,61.4696,-1.78023,0,0,0,1,180,0,1,0),(60508,192207,571,1,1,5641.88,735.185,641.64,2.67908,0,0,-0.333807,0.942641,300,100,1,0),(60509,191951,571,1,1,5690.92,681.939,646.131,-0.541053,0,0,-0.333807,0.942641,300,100,1,0),(60510,187855,571,1,1,3036.93,6289.76,98.5008,0.610864,0,0,0,1,300,100,1,0),(60511,186575,571,1,1,1049.76,-4991.28,10.8771,2.61799,0,0,0,1,300,100,1,0),(60512,188624,571,1,1,3417.53,-2759.07,199.281,0.968657,0,0,0,1,300,100,1,0),(60513,190160,571,1,1,4526.81,1237.08,139.241,3.14159,0,0,0,1,300,100,1,0),(60514,191184,571,1,1,3841.23,-1959.38,208.486,3.14159,0,0,0,1,300,100,1,0),(67655,191071,571,1,1,2553.19,5862.97,29.2471,-1.70613,0,0,0.999914,0.01309,180,0,1,0),(60516,192720,571,1,1,7831.14,-2963.71,1259.28,-2.00212,0,0,0,1,300,100,1,0),(60517,192208,571,1,1,5644.38,739.731,641.633,2.63544,0,0,-0.333807,0.942641,300,100,1,0),(60518,191440,571,1,1,5891.09,633.727,647.865,-1.49834,0,0,-0.333807,0.942641,300,100,1,0),(60519,191952,571,1,1,5740.3,680.889,644.657,-0.497418,0,0,-0.333807,0.942641,300,100,1,0),(60520,186832,571,1,1,995.307,-5565.83,188.56,-3.10665,0,0,0,1,300,100,1,0),(60521,188368,571,1,1,3823.9,-1995.1,208.367,0.401425,0,0,0,1,300,100,1,0),(60522,187856,571,1,1,3083.03,6341.7,91.8157,1.18682,0,0,0,1,300,100,1,0),(60523,188112,571,1,1,2589.81,5311.01,36.738,-2.00713,0,0,0,1,300,100,1,0),(60524,188112,571,1,1,2591.69,5294.9,36.7812,0.506145,0,0,0,1,300,100,1,0),(60525,188112,571,1,1,2566.2,5425.56,33.9818,2.74016,0,0,0,1,300,100,1,0),(60526,188112,571,1,1,2544.54,5374.7,32.8465,-1.22173,0,0,0,1,300,100,1,0),(60527,188112,571,1,1,2598.31,5399.75,32.8465,-0.994837,0,0,0,1,300,100,1,0),(60528,188112,571,1,1,2666.31,5354.94,32.8465,0.610864,0,0,0,1,300,100,1,0),(60529,188112,571,1,1,2514.14,5362.31,32.8465,2.09439,0,0,0,1,300,100,1,0),(60530,188112,571,1,1,2525.64,5348.8,32.8465,2.37364,0,0,0,1,300,100,1,0),(60531,188112,571,1,1,2574.31,5388.07,32.8465,1.37881,0,0,0,1,300,100,1,0),(60532,188112,571,1,1,2529.77,5393.24,32.8465,-3.00195,0,0,0,1,300,100,1,0),(60533,188112,571,1,1,2507.05,5340.96,33.1009,0.209439,0,0,0,1,300,100,1,0),(60534,188112,571,1,1,2567.79,5380.26,32.8465,1.3439,0,0,0,1,300,100,1,0),(60535,188112,571,1,1,2520.08,5326.24,33.0867,0.558504,0,0,0,1,300,100,1,0),(60536,188112,571,1,1,2611.77,5382.44,32.8465,0.767944,0,0,0,1,300,100,1,0),(60537,188112,571,1,1,2625.64,5382.71,32.8465,0.942477,0,0,0,1,300,100,1,0),(60538,186577,571,1,1,1314.86,-4495.31,170.321,2.24275,0,0,0,1,300,100,1,0),(60539,188625,571,1,1,3850.34,1604.35,89.6997,0.796453,0,0,0,1,300,100,1,0),(60540,191697,571,1,1,2796.52,6557.73,50.5749,-2.40855,0,0,0,1,300,100,1,0),(60541,191185,571,1,1,4105.65,-4738.53,100.43,2.35619,0,0,0,1,300,100,1,0),(60542,192721,571,1,1,7784.74,-2820.07,1216.6,1.77133,0,0,0,1,300,100,1,0),(67654,187982,571,1,1,3062.74,5236.79,65.0162,-2.51327,0,0,0,1,180,0,1,0),(60544,192209,571,1,1,5637.79,736.865,641.677,-0.418879,0,0,-0.333807,0.942641,300,100,1,0),(60545,191953,571,1,1,5734.78,744.046,641.735,0.881392,0,0,-0.333807,0.942641,300,100,1,0),(60546,187857,571,1,1,2994.85,6406.29,90.1489,0.279252,0,0,0,1,300,100,1,0),(60547,186578,571,1,1,1317.48,-4495.62,170.774,-2.48709,0,0,0,1,300,100,1,0),(60548,188626,571,1,1,3829.72,1611.83,89.6887,-2.07317,0,0,0,1,300,100,1,0),(60549,187346,571,1,1,2114.07,6029.12,51.3829,2.80355,0,0,0,1,300,100,1,0),(60550,191698,571,1,1,2888.33,6446.99,80.1573,-1.61443,0,0,0,1,300,100,1,0),(60551,191186,571,1,1,5011,5905.09,-63.8588,2.37923,0,0,0,1,300,100,1,0),(60553,192210,571,1,1,5640.16,741.135,641.683,-0.593412,0,0,-0.333807,0.942641,300,100,1,0),(60554,191954,571,1,1,5743.08,626.958,648.404,0.279252,0,0,-0.333807,0.942641,300,100,1,0),(60555,187858,571,1,1,3014.57,6431.05,83.886,2.86233,0,0,0,1,300,100,1,0),(60556,186579,571,1,1,1315.45,-4492.32,171.883,0.453785,0,0,0,1,300,100,1,0),(60557,188371,571,1,1,3643.67,1885.35,82.7572,0.130899,0,0,0,1,300,100,1,0),(60558,188627,571,1,1,3773.92,1609.36,86.9914,0.786646,0,0,0,1,300,100,1,0),(60559,191699,571,1,1,3076.93,6291.55,93.0476,-2.48709,0,0,0,1,300,100,1,0),(60560,191187,571,1,1,670.625,-5474.98,238.559,-2.92342,0,0,0,1,300,100,1,0),(67652,187982,571,1,1,3079.17,5340.4,58.0426,1.36136,0,0,0,1,180,0,1,0),(60562,192211,571,1,1,5652.92,724.235,641.677,1.22173,0,0,-0.333807,0.942641,300,100,1,0),(60563,191955,571,1,1,5886.26,716.328,640.542,0.349065,0,0,-0.333807,0.942641,300,100,1,0),(60564,186835,571,1,1,2273.55,5182.85,20.3304,1.97222,0,0,0.981627,0.190809,300,100,1,0),(60565,186835,571,1,1,1425.51,-3280.09,175.137,1.65806,0,0,0.939693,0.34202,300,100,1,0),(60566,186835,571,1,1,590.097,-4951.82,26.5109,2.60053,0,0,0.992546,-0.121869,300,100,1,0),(60567,187859,571,1,1,3045.21,6447.86,82.6696,1.67551,0,0,0,1,300,100,1,0),(60568,186580,571,1,1,1315.32,-4492.61,169.937,0.584684,0,0,0,1,300,100,1,0),(60569,187348,571,1,1,3876.47,5455.96,33.2428,1.98095,0,0,0,1,300,100,1,0),(60570,188628,571,1,1,3859.77,1584.47,89.6843,-1.40193,0,0,0,1,300,100,1,0),(60571,188372,571,1,1,3642.74,1883.55,82.7677,2.11185,0,0,0,1,300,100,1,0),(60572,191188,571,1,1,4538.66,-4859.92,48.8111,-3.08045,0,0,0,1,300,100,1,0),(60573,191700,571,1,1,6251.77,-474.698,414.06,-2.49582,0,0,0,1,300,100,1,0),(67651,187982,571,1,1,3084.7,5285.15,59.6625,0.087266,0,0,0,1,180,0,1,0),(60575,192212,571,1,1,5648.5,726.296,641.683,1.04719,0,0,-0.333807,0.942641,300,100,1,0),(60576,191956,571,1,1,5800.74,731.102,640.43,-1.56207,0,0,-0.333807,0.942641,300,100,1,0),(60577,191444,571,1,1,5771.73,722.433,641.993,-1.92004,0,0,-0.333807,0.942641,300,100,1,0),(60578,186836,571,1,1,2270.06,5185.21,20.3304,-0.383973,0,0,0.981627,0.190809,300,100,1,0),(60579,186836,571,1,1,1422.92,-3276.76,175.137,-0.698132,0,0,0.939693,0.34202,300,100,1,0),(60580,186836,571,1,1,585.886,-4951.96,26.5109,0.244346,0,0,0.992546,-0.121869,300,100,1,0),(60581,187860,571,1,1,3072.88,6426.79,85.6129,-1.41372,0,0,0,1,300,100,1,0),(60582,188373,571,1,1,3645.16,1883.89,82.7559,-1.68424,0,0,0,1,300,100,1,0),(60583,188629,571,1,1,3854.88,1563.23,89.6787,-2.29774,0,0,0,1,300,100,1,0),(60584,190165,571,1,1,3822.06,2930.89,90.3418,2.19039,0,0,0,1,300,100,1,0),(60585,187349,571,1,1,3876.48,5455.88,31.9967,1.89368,0,0,0,1,300,100,1,0),(60586,191189,571,1,1,4538.93,-4874.36,48.5002,0.069812,0,0,0,1,300,100,1,0),(60587,191701,571,1,1,6131.12,-420.892,413.87,-2.21656,0,0,0,1,300,100,1,0),(67650,187982,571,1,1,3124.71,5314.43,54.2319,1.53589,0,0,0,1,180,0,1,0),(60589,192213,571,1,1,5654.32,728.426,641.64,-1.9635,0,0,-0.333807,0.942641,300,100,1,0),(60590,191445,571,1,1,5745.21,685.86,643.887,-1.92004,0,0,-0.333807,0.942641,300,100,1,0),(60591,191957,571,1,1,5797.91,558.436,650.719,-1.91986,0,0,-0.333807,0.942641,300,100,1,0),(60592,186837,571,1,1,2305.13,5199.96,17.6191,1.97222,0,0,0.981627,0.190809,300,100,1,0),(60593,186837,571,1,1,1460.83,-3273.57,172.426,1.65806,0,0,0.939693,0.34202,300,100,1,0),(60594,186837,571,1,1,605.592,-4919.42,23.7997,2.60053,0,0,0.992546,-0.121869,300,100,1,0),(60595,194005,571,1,1,3142.83,-821.478,48.9192,1.39626,0,0,0,1,300,100,1,0),(60597,187350,571,1,1,3876.89,5456.23,32.597,-1.06465,0,0,0,1,300,100,1,0),(60598,191702,571,1,1,6279.54,-657.286,419.064,2.20784,0,0,0,1,300,100,1,0),(60599,188630,571,1,1,3854.46,1531.86,89.8281,-2.5528,0,0,0,1,300,100,1,0),(67649,187982,571,1,1,3117.05,5249.89,60.5869,2.54818,0,0,0,1,180,0,1,0),(60601,191958,571,1,1,5907.88,486.807,641.627,0.427605,0,0,-0.333807,0.942641,300,100,1,0),(60602,192214,571,1,1,5649.61,730.606,641.633,-2.00713,0,0,-0.333807,0.942641,300,100,1,0),(60603,186838,571,1,1,2308.15,5200.69,17.6191,3.10665,0,0,0.981627,0.190809,300,100,1,0),(60604,186838,571,1,1,1463.92,-3273.81,172.426,2.79252,0,0,0.939693,0.34202,300,100,1,0),(60605,186838,571,1,1,607.599,-4917.05,23.7997,-2.54818,0,0,0.992546,-0.121869,300,100,1,0),(60606,187862,571,1,1,3094.07,6384.63,87.0827,-1.18682,0,0,0,1,300,100,1,0),(60607,187351,571,1,1,3876.94,5456.1,32.0573,-0.855211,0,0,0,1,300,100,1,0),(60608,188375,571,1,1,3593.01,2117.84,78.3692,-3.04558,0,0,0,1,300,100,1,0),(60609,188631,571,1,1,3804.56,1598.31,89.6873,-2.22642,0,0,0,1,300,100,1,0),(60610,190167,571,1,1,3773.71,2831.22,90.4676,-0.427603,0,0,0,1,300,100,1,0),(60611,191703,571,1,1,6279.02,-637.929,419.057,1.90241,0,0,0,1,300,100,1,0),(67648,191304,571,1,1,3397.06,5200.09,23.9848,-0.488691,0,0,0,1,180,0,1,0),(60613,192215,571,1,1,5658.34,736.345,641.64,-2.05076,0,0,-0.333807,0.942641,300,100,1,0),(60614,191959,571,1,1,5907.62,484.887,641.627,1.71042,0,0,-0.333807,0.942641,300,100,1,0),(60615,186839,571,1,1,2292.17,5204.01,11.7188,-0.383973,0,0,0.981627,0.190809,300,100,1,0),(60616,186839,571,1,1,1449.76,-3265.71,166.526,-0.698132,0,0,0.939693,0.34202,300,100,1,0),(60617,186839,571,1,1,592.724,-4923.75,17.8994,0.244346,0,0,0.992546,-0.121869,300,100,1,0),(60618,187863,571,1,1,3042.4,6518.98,82.6325,2.58308,0,0,0,1,300,100,1,0),(60619,188632,571,1,1,3824.62,1550.55,89.6914,-2.28724,0,0,0,1,300,100,1,0),(60620,188376,571,1,1,3610.68,1413.53,94.7009,1.14319,0,0,0,1,300,100,1,0),(60621,191704,571,1,1,6227.27,-639.526,413.643,2.20784,0,0,0,1,300,100,1,0),(67647,187187,571,1,1,2631.19,5671.46,45.847,1.09057,0,0,0,1,180,0,1,0),(60623,192216,571,1,1,5653.84,738.927,641.633,-2.09439,0,0,-0.333807,0.942641,300,100,1,0),(60624,191960,571,1,1,5906.49,485.844,641.627,0.130899,0,0,-0.333807,0.942641,300,100,1,0),(60625,186840,571,1,1,2276.02,5191.16,12.5082,1.27409,0,0,0.981627,0.190809,300,100,1,0),(60626,186840,571,1,1,1430.42,-3272.95,167.315,0.95993,0,0,0.939693,0.34202,300,100,1,0),(60627,186840,571,1,1,587.21,-4943.65,18.6888,1.90241,0,0,0.992546,-0.121869,300,100,1,0),(60628,194008,571,1,1,2973.72,-2541.68,126.615,1.36136,0,0,0,1,300,100,1,0),(60629,194008,571,1,1,2954.78,-2522.77,126.615,0.139624,0,0,0,1,300,100,1,0),(60630,194008,571,1,1,2963.31,-2534.67,146.451,0.750491,0,0,0,1,300,100,1,0),(60631,188120,571,1,1,2656.25,5356.87,34.4308,2.61799,0,0,0,1,300,100,1,0),(60632,187864,571,1,1,2977.8,6513.84,74.7137,1.5708,0,0,0,1,300,100,1,0),(60633,188633,571,1,1,3805.53,1560.7,89.6259,0.765143,0,0,0,1,300,100,1,0),(60634,188377,571,1,1,3613.07,1412.25,94.6353,-2.1293,0,0,0,1,300,100,1,0),(60635,191193,571,1,1,4980.84,5919.66,-57.9667,2.62148,0,0,0,1,300,100,1,0),(67646,187185,571,1,1,2698.51,5686.73,46.7393,-2.15965,0,0,0,1,180,0,1,0),(60637,192217,571,1,1,5652.36,734.73,641.683,0.95993,0,0,-0.333807,0.942641,300,100,1,0),(60638,186841,571,1,1,2280.72,5196.8,12.5082,-2.74016,0,0,0.981627,0.190809,300,100,1,0),(60639,186841,571,1,1,1436.64,-3269.03,167.315,-3.05433,0,0,0.939693,0.34202,300,100,1,0),(60640,186841,571,1,1,587.695,-4936.31,18.6888,-2.11184,0,0,0.992546,-0.121869,300,100,1,0),(60641,187865,571,1,1,2963.95,6580.52,58.1911,1.43117,0,0,0,1,300,100,1,0),(60642,190169,571,1,1,5941.28,4134.33,-84.1921,-2.79252,0,0,0,1,60,100,1,0),(60643,190169,571,1,1,5350.86,3902.86,-70.7608,-1.83259,0,0,0,1,60,100,1,0),(60644,190169,571,1,1,4810.82,4310.41,-50.0582,2.05949,0,0,0,1,60,100,1,0),(60645,190169,571,1,1,4802.06,4552.84,-66.5041,-2.32129,0,0,0,1,60,100,1,0),(60646,190169,571,1,1,4770.55,4473.72,-65.8484,-1.02974,0,0,0,1,60,100,1,0),(60647,190169,571,1,1,5507.03,5941.48,-49.988,1.78023,0,0,0,1,60,100,1,0),(60648,190169,571,1,1,5501.91,5499.87,-99.9575,-2.89724,0,0,0,1,60,100,1,0),(60649,190169,571,1,1,5868.88,4147.73,-92.8955,-2.79252,0,0,0,1,60,100,1,0),(60650,190169,571,1,1,1197.63,-4727.27,183.852,2.9845,0,0,0,1,60,100,1,0),(60651,190169,571,1,1,1596.58,-5035.94,116.372,-2.46091,0,0,0,1,60,100,1,0),(60652,190169,571,1,1,1811.36,-5024.67,173.952,-1.90241,0,0,0,1,60,100,1,0),(60653,190169,571,1,1,787.38,-4696.72,185.689,1.13446,0,0,0,1,60,100,1,0),(60654,190169,571,1,1,2313.64,-3769.69,218.44,-0.541051,0,0,0,1,60,100,1,0),(60655,190169,571,1,1,933.057,-5001.43,0.659373,1.01229,0,0,0,1,60,100,1,0),(60656,190169,571,1,1,2084.56,-3227.96,56.4267,1.69297,0,0,0,1,60,100,1,0),(60657,190169,571,1,1,2163.86,-4045.13,219.345,0.680677,0,0,0,1,60,100,1,0),(60658,190169,571,1,1,4057.61,-2269.2,216.754,1.65806,0,0,0,1,60,100,1,0),(60659,190169,571,1,1,4289.03,-3108.25,308.519,2.54818,0,0,0,1,60,100,1,0),(60660,190169,571,1,1,3764.7,-4405.13,182.557,-2.21656,0,0,0,1,60,100,1,0),(60661,190169,571,1,1,4282.66,-3313.24,308.668,2.72271,0,0,0,1,60,100,1,0),(60662,190169,571,1,1,2070.12,-2738.65,0.357364,2.68781,0,0,0,1,60,100,1,0),(60663,190169,571,1,1,3561.42,-2642.48,113.254,0.401425,0,0,0,1,60,100,1,0),(60664,190169,571,1,1,3304.33,5534.29,49.5857,-1.72787,0,0,0,1,60,100,1,0),(60665,190169,571,1,1,4073.46,-2582.2,216.906,-0.523598,0,0,0,1,60,100,1,0),(60666,190169,571,1,1,4096.96,-2463.53,217.032,-2.28638,0,0,0,1,60,100,1,0),(60667,190169,571,1,1,3353.39,-2555.5,50.4501,2.35619,0,0,0,1,60,100,1,0),(60668,188378,571,1,1,3611.25,1411.77,94.6229,2.60926,0,0,0,1,300,100,1,0),(60669,188634,571,1,1,3799.56,1576.98,89.7857,0.136326,0,0,0,1,300,100,1,0),(60670,191194,571,1,1,4964.01,5917.07,-58.3421,-3.136,0,0,0,1,300,100,1,0),(60671,186586,571,1,1,1708.37,-4107.84,270.479,-0.069814,0,0,0,1,300,100,1,0),(67645,187184,571,1,1,2872.22,5567.15,56.3437,3.05406,0,0,0,1,180,0,1,0),(60673,192218,571,1,1,5656.59,732.292,641.677,1.13446,0,0,-0.333807,0.942641,300,100,1,0),(60674,194010,571,1,1,4574.13,-1995.46,225.078,3.13286,0,0,0,1,300,100,1,0),(60675,194010,571,1,1,4573.29,-2091.63,225.078,3.13286,0,0,0,1,300,100,1,0),(60676,186842,571,1,1,2274.74,5191.67,12.5082,1.27409,0,0,0.981627,0.190809,300,100,1,0),(60677,186842,571,1,1,1429.36,-3272.06,167.315,0.95993,0,0,0.939693,0.34202,300,100,1,0),(60678,186842,571,1,1,585.868,-4943.98,18.6888,1.90241,0,0,0.992546,-0.121869,300,100,1,0),(60679,187866,571,1,1,2933.73,6492.83,79.0831,1.309,0,0,0,1,300,100,1,0),(60680,190170,571,1,1,6001.61,-1690.12,232.994,0.314158,0,0,0,1,60,100,1,0),(60681,190170,571,1,1,4668.43,-1804.21,143.309,2.18166,0,0,0,1,60,100,1,0),(60682,190170,571,1,1,5972.79,-2826.83,290.944,-2.77507,0,0,0,1,60,100,1,0),(60683,190170,571,1,1,5552.92,-2361.34,288.497,2.47837,0,0,0,1,60,100,1,0),(60684,190170,571,1,1,6283.56,-2648.42,302.994,-3.00195,0,0,0,1,60,100,1,0),(60685,190170,571,1,1,6309.73,-2455.13,291.02,-2.80997,0,0,0,1,60,100,1,0),(60686,190170,571,1,1,5109.78,-1951.09,245.862,2.40855,0,0,0,1,60,100,1,0),(60687,190170,571,1,1,6256.54,-2168.43,236.155,-1.81514,0,0,0,1,60,100,1,0),(60688,190170,571,1,1,5718.19,-2458.73,288.055,2.72271,0,0,0,1,60,100,1,0),(60689,190170,571,1,1,4937.37,-2846.71,289.407,2.04204,0,0,0,1,60,100,1,0),(60690,190170,571,1,1,5589.14,-3129.32,288.482,2.42601,0,0,0,1,60,100,1,0),(60691,190170,571,1,1,5169.44,-3229.76,274.359,2.05949,0,0,0,1,60,100,1,0),(60692,190170,571,1,1,5279.63,-2107.79,244.581,-1.6057,0,0,0,1,60,100,1,0),(60693,190170,571,1,1,5488.26,-2264.53,245.552,-1.43117,0,0,0,1,60,100,1,0),(60694,190170,571,1,1,4933.28,-1809.84,248.309,2.53072,0,0,0,1,60,100,1,0),(60695,190170,571,1,1,5238.03,-2524.84,290.155,1.13446,0,0,0,1,60,100,1,0),(60696,190170,571,1,1,6129.54,-2333.45,296.063,-0.436332,0,0,0,1,60,100,1,0),(60697,190170,571,1,1,5795.65,-2134.16,244.13,0.261798,0,0,0,1,60,100,1,0),(60698,190170,571,1,1,6235.23,-2268.43,235.751,-0.593412,0,0,0,1,60,100,1,0),(60699,190170,571,1,1,6112.87,-2774.39,299.641,-1.93731,0,0,0,1,60,100,1,0),(60700,190170,571,1,1,4771.33,-2511.99,226.466,-0.855211,0,0,0,1,60,100,1,0),(60701,188379,571,1,1,3554.42,1828.39,82.8838,-1.18683,0,0,0,1,300,100,1,0),(60702,188635,571,1,1,3769.95,1524.99,87.0456,-0.857729,0,0,0,1,300,100,1,0),(60703,191195,571,1,1,4878.01,5918.23,-40.1703,-1.80083,0,0,0,1,300,100,1,0),(67644,192046,571,1,1,3068.92,5576.55,48.816,-1.0821,0,0,0,1,180,0,1,0),(60705,192219,571,1,1,5805.87,507.076,657.461,-0.733036,0,0,-0.333807,0.942641,300,100,1,0),(60706,186843,571,1,1,2277.68,5197.16,21.9184,-1.6057,0,0,0.981627,0.190809,300,100,1,0),(60707,186843,571,1,1,1433.86,-3267.75,176.725,-1.91986,0,0,0.939693,0.34202,300,100,1,0),(60708,186843,571,1,1,585.029,-4937.82,28.099,-0.977383,0,0,0.992546,-0.121869,300,100,1,0),(60709,194011,571,1,1,5822.35,837.076,680.657,1.83259,0,0,0,1,300,100,1,0),(60710,185563,571,1,1,3740.07,952.745,53.4842,-0.750491,0,0,0,1,300,100,1,0),(60711,190939,571,1,1,6158.31,-2063.39,586.759,-0.541051,0,0,0,1,300,100,1,0),(60712,190939,571,1,1,6181.8,-1965.04,586.759,-0.785397,0,0,0,1,300,100,1,0),(60713,190939,571,1,1,6221.15,-2034.72,586.759,2.94959,0,0,0,1,300,100,1,0),(60714,190939,571,1,1,6099.17,-2071.51,484.782,-1.50098,0,0,0,1,300,100,1,0),(60715,190939,571,1,1,6095.57,-2065.07,484.782,-0.977383,0,0,0,1,300,100,1,0),(60716,190939,571,1,1,6095.52,-2071.23,484.782,2.46091,0,0,0,1,300,100,1,0),(60717,187867,571,1,1,2904.16,6484.63,79.1326,1.55334,0,0,0,1,300,100,1,0),(60718,190939,571,1,1,6226.33,-1983.07,461.301,-2.426,0,0,0,1,300,100,1,0),(60719,190939,571,1,1,6209.73,-2059.1,461.301,-2.00713,0,0,0,1,300,100,1,0),(60720,190939,571,1,1,6226.66,-2032.45,586.759,-0.925024,0,0,0,1,300,100,1,0),(60721,190939,571,1,1,6129.42,-2000.87,586.759,-2.44346,0,0,0,1,300,100,1,0),(60722,190939,571,1,1,6122.4,-2013.77,586.759,-2.60053,0,0,0,1,300,100,1,0),(60723,190939,571,1,1,6159.94,-2068.91,586.759,0.436332,0,0,0,1,300,100,1,0),(60724,186587,571,1,1,762.761,-4675.28,-94.1825,1.69297,0,0,0,1,300,100,1,0),(60725,186587,571,1,1,738.958,-4730.51,-94.1825,1.71042,0,0,0,1,300,100,1,0),(60726,186587,571,1,1,797.136,-4784.97,-94.1825,-1.83259,0,0,0,1,300,100,1,0),(60727,186587,571,1,1,844.073,-4789.01,-94.1286,-2.75761,0,0,0,1,300,100,1,0),(60728,186587,571,1,1,774.225,-4777.95,-94.1825,0.645772,0,0,0,1,300,100,1,0),(60729,186587,571,1,1,872.41,-4980.53,-72.4418,2.1293,0,0,0,1,300,100,1,0),(60730,186587,571,1,1,889.137,-4931.53,-72.4418,3.07177,0,0,0,1,300,100,1,0),(60731,186587,571,1,1,861.48,-4894.51,-72.4418,1.91986,0,0,0,1,300,100,1,0),(60732,186587,571,1,1,819.279,-4855.05,-72.4203,2.30383,0,0,0,1,300,100,1,0),(60733,190939,571,1,1,6151.38,-2029.41,232.324,1.67551,0,0,0,1,300,100,1,0),(60734,190939,571,1,1,6164.51,-1979.12,231.909,-1.36136,0,0,0,1,300,100,1,0),(60735,190939,571,1,1,6147.42,-2041.34,231.482,1.79769,0,0,0,1,300,100,1,0),(60736,190939,571,1,1,6202.3,-2042.37,231.356,-2.67035,0,0,0,1,300,100,1,0),(60737,190939,571,1,1,6239.16,-2025.4,233.832,0.977383,0,0,0,1,300,100,1,0),(60739,190939,571,1,1,6135.41,-1971.28,233.903,-1.43117,0,0,0,1,300,100,1,0),(60741,190939,571,1,1,6150.15,-2073.04,234.681,2.11185,0,0,0,1,300,100,1,0),(60742,190939,571,1,1,6193.92,-2055.64,231.362,2.79252,0,0,0,1,300,100,1,0),(60743,190939,571,1,1,6166.08,-1950.74,234.474,-1.5708,0,0,0,1,300,100,1,0),(60744,190171,571,1,1,7557.26,302.829,840.545,0.506145,0,0,0,1,60,100,1,0),(60745,190171,571,1,1,7774.49,69.1112,1009.76,-1.98967,0,0,0,1,60,100,1,0),(60746,190171,571,1,1,6839.53,-177.504,747.033,2.04204,0,0,0,1,60,100,1,0),(60747,190171,571,1,1,6905.47,-1281.42,819.049,-2.86233,0,0,0,1,60,100,1,0),(60748,190171,571,1,1,7724.34,-3306.85,866.499,1.23918,0,0,0,1,60,100,1,0),(60749,190171,571,1,1,7207.41,-2297.23,754.401,0.122173,0,0,0,1,60,100,1,0),(60750,190171,571,1,1,7257.59,-2381.84,756.778,-1.81514,0,0,0,1,60,100,1,0),(60751,190171,571,1,1,7257.11,-2856.52,782.571,2.60053,0,0,0,1,60,100,1,0),(60752,190171,571,1,1,7411.59,-3120.19,837.452,-0.366518,0,0,0,1,60,100,1,0),(60753,190171,571,1,1,7058.31,-2019.16,766.581,-1.06465,0,0,0,1,60,100,1,0),(60754,190171,571,1,1,7603.21,-1340.32,954.061,-0.139624,0,0,0,1,60,100,1,0),(60755,190171,571,1,1,7351.75,-1462.16,920.284,1.06465,0,0,0,1,60,100,1,0),(60756,188380,571,1,1,3552.56,1828.86,82.9955,0.698127,0,0,0,1,300,100,1,0),(60757,188636,571,1,1,3752.54,1542.67,87.3792,-0.673914,0,0,0,1,300,100,1,0),(60758,191196,571,1,1,4869.32,5917.31,-40.3328,-2.32442,0,0,0,1,300,100,1,0),(67643,192046,571,1,1,2600.87,5866.6,-9.57224,-2.61799,0,0,0,1,180,0,1,0),(60760,191964,571,1,1,5896.55,498.933,641.548,-2.39983,0,0,-0.333807,0.942641,300,100,1,0),(60761,192220,571,1,1,5817.5,507.63,657.24,-1.68424,0,0,-0.333807,0.942641,300,100,1,0),(60762,186844,571,1,1,2280.11,5192.41,21.9184,2.05949,0,0,0.981627,0.190809,300,100,1,0),(60763,186844,571,1,1,1434.7,-3273.01,176.725,1.74533,0,0,0.939693,0.34202,300,100,1,0),(60764,186844,571,1,1,589.78,-4940.23,28.099,2.68781,0,0,0.992546,-0.121869,300,100,1,0),(60765,190940,571,1,1,6222.2,-1978.31,461.301,-1.72787,0,0,0,1,300,100,1,0),(60766,190940,571,1,1,6128.01,-2057.02,461.301,1.97222,0,0,0,1,300,100,1,0),(60767,190940,571,1,1,6209.45,-2068.95,461.301,2.19912,0,0,0,1,300,100,1,0),(60768,190940,571,1,1,6140.84,-1976.21,461.301,1.0472,0,0,0,1,300,100,1,0),(60769,190940,571,1,1,6134.58,-2053.08,461.301,2.44346,0,0,0,1,300,100,1,0),(60770,190940,571,1,1,6189.19,-1966.41,586.759,2.67035,0,0,0,1,300,100,1,0),(60771,190940,571,1,1,6127.44,-2041.94,461.301,-1.15192,0,0,0,1,300,100,1,0),(60772,190940,571,1,1,6136.42,-1971.03,461.301,0,0,0,0,1,300,100,1,0),(60773,190940,571,1,1,6215.88,-1983.59,461.301,-0.314158,0,0,0,1,300,100,1,0),(60774,190940,571,1,1,6140.85,-1966.48,461.301,-1.06465,0,0,0,1,300,100,1,0),(60775,190940,571,1,1,6125.74,-2002.21,586.759,1.48353,0,0,0,1,300,100,1,0),(60776,190940,571,1,1,6092.97,-2058.19,484.782,-2.00713,0,0,0,1,300,100,1,0),(60777,187868,571,1,1,2857.29,6451.8,79.1326,2.09439,0,0,0,1,300,100,1,0),(60778,190940,571,1,1,6174.28,-2066.97,586.759,-1.29154,0,0,0,1,300,100,1,0),(60779,190940,571,1,1,6176.85,-1968.44,586.759,0.331611,0,0,0,1,300,100,1,0),(60780,190940,571,1,1,6200.06,-1995.64,231.427,2.46091,0,0,0,1,300,100,1,0),(60781,190940,571,1,1,6145.17,-1997.69,231.551,-2.54818,0,0,0,1,300,100,1,0),(60782,190940,571,1,1,6113.2,-2033.41,233.457,-1.62316,0,0,0,1,300,100,1,0),(60783,190172,571,1,1,8227.51,21.7023,839.882,1.65806,0,0,0,1,60,100,1,0),(60784,190172,571,1,1,6994.2,-58.6175,806.27,-0.767944,0,0,0,1,60,100,1,0),(60785,190172,571,1,1,6972.59,-230.186,789.657,0.541051,0,0,0,1,60,100,1,0),(60786,190172,571,1,1,6728.58,-50.4156,743.048,2.18166,0,0,0,1,60,100,1,0),(60787,190172,571,1,1,7753.1,-2696.9,1092.73,-3.01941,0,0,0,1,60,100,1,0),(60788,190172,571,1,1,6990.19,-791.915,730.61,0.855211,0,0,0,1,60,100,1,0),(60789,190172,571,1,1,7255.97,102.824,788.535,2.93214,0,0,0,1,60,100,1,0),(60790,190172,571,1,1,7685.61,-3201.28,867.714,1.09956,0,0,0,1,60,100,1,0),(60791,190172,571,1,1,7427.9,-2918.65,826.055,0.820303,0,0,0,1,60,100,1,0),(60792,190172,571,1,1,7634.82,-3157.83,857.59,2.18166,0,0,0,1,60,100,1,0),(60793,190172,571,1,1,7146.04,-2106.15,763.523,-0.994837,0,0,0,1,60,100,1,0),(60794,190172,571,1,1,7367.61,-1526.08,938.774,1.97222,0,0,0,1,60,100,1,0),(60795,190172,571,1,1,7185.09,-1551.73,930.051,-2.80997,0,0,0,1,60,100,1,0),(60796,188381,571,1,1,3554.45,1828.28,81.7875,-1.25664,0,0,0,1,300,100,1,0),(60797,188637,571,1,1,3766.55,1533.05,86.8217,1.0138,0,0,0,1,300,100,1,0),(60798,191197,571,1,1,4873.88,5914.8,-40.4546,1.95162,0,0,0,1,300,100,1,0),(67642,192046,571,1,1,2616.43,5900.79,-9.57224,-1.5708,0,0,0,1,180,0,1,0),(60800,191965,571,1,1,5886.71,491.556,641.547,-1.31772,0,0,-0.333807,0.942641,300,100,1,0),(60801,192221,571,1,1,5688.87,751.222,647.794,2.47837,0,0,-0.333807,0.942641,300,100,1,0),(265491,193279,571,1,2,4860.16,1499.83,209.497,-0.767421,-0.00249577,-0.00319576,-0.374365,0.927273,180,255,1,0),(265490,193278,571,1,2,4856.97,1498.67,210.011,-0.689405,-0.00709391,0.0064373,-0.337871,0.941144,180,255,1,0),(60804,190941,571,1,1,6092.71,-2061.1,484.782,-1.37881,0,0,0,1,300,100,1,0),(265489,193277,571,1,2,4847.49,1488.84,207.99,0.485505,0.10274,0.0691566,0.233692,0.964391,180,255,1,0),(265488,193276,571,1,2,4842.7,1487.74,209.385,-2.69601,0.0610685,-0.00140285,-0.973658,0.219681,180,255,1,0),(265487,193275,571,1,2,4841.35,1488.08,208.314,-2.53391,0.0752997,-0.0983257,-0.948325,0.292132,180,255,1,0),(265486,193274,571,1,2,4847.85,1486.43,209.361,1.1513,-0.0266786,-0.0172901,0.544106,0.838414,180,255,1,0),(60811,190941,571,1,1,6130.51,-2047.9,461.301,1.90241,0,0,0,1,300,100,1,0),(60812,190941,571,1,1,6220.67,-1987.17,461.301,0.366518,0,0,0,1,300,100,1,0),(162105,191133,571,1,1,4732.28,5135.1,-53.4326,-1.51844,0,0,0,1,600,255,1,0),(265485,193273,571,1,2,4844.62,1493.51,209.361,3.11481,-0.000444889,-0.0317888,0.999405,0.0133833,180,255,1,0),(265484,193271,571,1,2,4844.5,1486.14,209.38,1.44315,0.00825453,-0.0623331,0.657885,0.750489,180,255,1,0),(160197,189979,571,1,1,3546.06,5485.13,28.2165,-1.20428,0,0,0,1,900,255,1,0),(60819,190941,571,1,1,6205.05,-2062.54,461.301,1.01229,0,0,0,1,300,100,1,0),(60820,190941,571,1,1,6145.04,-1972.67,461.301,2.51327,0,0,0,1,300,100,1,0),(60821,190941,571,1,1,6100.09,-2064.47,484.782,1.0821,0,0,0,1,300,100,1,0),(60822,190941,571,1,1,6098.9,-2074.01,484.782,-0.157079,0,0,0,1,300,100,1,0),(60826,190173,571,1,1,2819.3,-551.896,97.7859,2.21656,0,0,0,1,60,100,1,0),(60827,190173,571,1,1,2727.98,-1428.71,45.8112,2.91469,0,0,0,1,60,100,1,0),(60828,190173,571,1,1,2994.69,-531.138,111.857,0.95993,0,0,0,1,60,100,1,0),(60829,190173,571,1,1,4493.16,-630.796,136.769,-2.56563,0,0,0,1,60,100,1,0),(60830,190173,571,1,1,3287.79,-1479.01,96.0863,1.0472,0,0,0,1,60,100,1,0),(60831,190173,571,1,1,3690.9,-1491.16,136.92,-2.87979,0,0,0,1,60,100,1,0),(60832,190173,571,1,1,3551.91,2514.74,75.2595,0.90757,0,0,0,1,60,100,1,0),(60833,190173,571,1,1,3500.96,2688.16,80.7647,-1.53589,0,0,0,1,60,100,1,0),(60834,190173,571,1,1,3429.73,-1460.49,105.893,2.74016,0,0,0,1,60,100,1,0),(60835,190173,571,1,1,3205.01,-976.627,70.2371,1.01229,0,0,0,1,60,100,1,0),(60836,190173,571,1,1,4399.79,-1406.19,159.442,1.58825,0,0,0,1,60,100,1,0),(60837,190173,571,1,1,3951.2,-1345.29,158.76,-2.46091,0,0,0,1,60,100,1,0),(60838,190173,571,1,1,3076.4,1636.74,157.061,-1.91986,0,0,0,1,60,100,1,0),(60839,190173,571,1,1,3135.03,1176.62,139.191,-1.53589,0,0,0,1,60,100,1,0),(60840,190173,571,1,1,4750.88,-1153.81,168.459,0.610864,0,0,0,1,60,100,1,0),(60841,190173,571,1,1,4942.23,852.859,187.546,2.58308,0,0,0,1,60,100,1,0),(60842,190173,571,1,1,2822.9,1503.26,158.33,-2.44346,0,0,0,1,60,100,1,0),(60843,190173,571,1,1,3519.35,1212.09,130.809,-0.279252,0,0,0,1,60,100,1,0),(60844,190173,571,1,1,3318.59,1109.4,141.083,-1.91986,0,0,0,1,60,100,1,0),(60845,190173,571,1,1,2914.84,993.991,40.9466,0.802851,0,0,0,1,60,100,1,0),(60846,190173,571,1,1,3286.59,888.934,134.807,-1.93731,0,0,0,1,60,100,1,0),(60847,190173,571,1,1,3563.26,2038.77,72.9166,2.60053,0,0,0,1,60,100,1,0),(60848,190173,571,1,1,2806.72,1226.16,127.349,-2.94959,0,0,0,1,60,100,1,0),(60849,190173,571,1,1,3804.2,1236.04,140.138,-1.67551,0,0,0,1,60,100,1,0),(60850,190173,571,1,1,2969.64,672.823,81.1039,-2.60053,0,0,0,1,60,100,1,0),(60851,190173,571,1,1,4217.41,1154.31,138.956,-0.226892,0,0,0,1,60,100,1,0),(60852,190173,571,1,1,3279.71,-1203.96,86.433,-3.07177,0,0,0,1,60,100,1,0),(60853,190173,571,1,1,3456.88,1275.22,112.085,-0.436332,0,0,0,1,60,100,1,0),(60854,190173,571,1,1,3769.1,2005.83,90.8589,1.85005,0,0,0,1,60,100,1,0),(60855,190173,571,1,1,3983.65,1640.59,109.03,1.0472,0,0,0,1,60,100,1,0),(60856,190173,571,1,1,3523.77,2727.25,60.1349,-2.21656,0,0,0,1,60,100,1,0),(60858,190173,571,1,1,3854.23,1873.35,109.197,2.63544,0,0,0,1,60,100,1,0),(60860,188382,571,1,1,3645.04,1884.01,80.438,-1.64933,0,0,0,1,300,100,1,0),(60861,191198,571,1,1,5008.53,5837.81,-71.5806,1.812,0,0,0,1,300,100,1,0),(60863,192734,571,1,1,6886.62,-4570.62,352.392,-2.35619,0,0,0.92388,-0.382684,180,1,1,0),(60864,191966,571,1,1,5890.37,470.792,641.525,-1.36136,0,0,-0.333807,0.942641,300,100,1,0),(60865,192222,571,1,1,5708.73,775.534,647.797,2.38237,0,0,-0.333807,0.942641,300,100,1,0),(60866,187870,571,1,1,2905.7,6463.04,80.7531,2.47837,0,0,0,1,300,100,1,0),(60867,188383,571,1,1,3645.12,1883.9,81.6042,-1.68424,0,0,0,1,300,100,1,0),(60868,191199,571,1,1,4927.06,5783.75,-68.1538,1.66365,0,0,0,1,300,100,1,0),(60870,192735,571,1,1,6795.86,-4484.21,352.392,-2.35619,0,0,0.92388,-0.382684,180,1,1,0),(60871,192223,571,1,1,5682.69,765.828,647.642,0.968655,0,0,-0.333807,0.942641,300,100,1,0),(60872,187871,571,1,1,2975.61,6369.02,97.5912,0.733038,0,0,0,1,300,100,1,0),(60873,186591,571,1,1,2230.79,-5633.81,233.737,-0.349065,0,0,0,1,300,100,1,0),(60874,190175,571,1,1,4084.58,2657,356.706,-1.48353,0,0,0,1,60,100,1,0),(60875,186591,571,1,1,2285.66,-3608.92,174.227,0.017452,0,0,0,1,300,100,1,0),(60876,190175,571,1,1,5285.9,-4452.94,406.292,2.61799,0,0,0,1,60,100,1,0),(60877,186591,571,1,1,2185.36,-5483.94,245.56,-0.052359,0,0,0,1,300,100,1,0),(60878,186591,571,1,1,2586.37,-5683.3,312.635,-1.58825,0,0,0,1,300,100,1,0),(60879,186591,571,1,1,2180.01,-4379.1,218.693,-2.16421,0,0,0,1,300,100,1,0),(60880,186591,571,1,1,2221.16,-3693.81,189.085,0.471238,0,0,0,1,300,100,1,0),(60881,186591,571,1,1,2221.1,-3615.82,164.555,0.541051,0,0,0,1,300,100,1,0),(60882,186591,571,1,1,2506.83,-4256.16,264.063,-0.331611,0,0,0,1,300,100,1,0),(60883,186591,571,1,1,2192.47,-3496.27,151.1,-2.35619,0,0,0,1,300,100,1,0),(60884,186591,571,1,1,2208.83,-3510.16,159.022,-2.75761,0,0,0,1,300,100,1,0),(60885,186591,571,1,1,2279.97,-3517.52,155.525,2.26892,0,0,0,1,300,100,1,0),(60886,186591,571,1,1,2246.55,-4267.69,229.019,-1.51844,0,0,0,1,300,100,1,0),(60887,186591,571,1,1,2382.26,-4291.94,236.122,-1.01229,0,0,0,1,300,100,1,0),(60888,186591,571,1,1,2167.14,-4120.98,220.846,-0.122173,0,0,0,1,300,100,1,0),(60889,186591,571,1,1,2391.73,-4260.04,235.724,-2.86233,0,0,0,1,300,100,1,0),(60890,186591,571,1,1,2202.79,-4261.38,222.152,-1.71042,0,0,0,1,300,100,1,0),(60891,186591,571,1,1,2303,-4363.02,224.049,-0.977383,0,0,0,1,300,100,1,0),(60892,186591,571,1,1,2221.98,-4173.7,225.382,-2.72271,0,0,0,1,300,100,1,0),(60893,186591,571,1,1,2270.84,-4228.55,222.454,-1.83259,0,0,0,1,300,100,1,0),(60894,186591,571,1,1,2482.37,-4255.14,254.441,0.087266,0,0,0,1,300,100,1,0),(60895,186591,571,1,1,2474.29,-4370.06,248.591,-0.418879,0,0,0,1,300,100,1,0),(60896,186591,571,1,1,2222.18,-4363.81,222.468,-1.01229,0,0,0,1,300,100,1,0),(60897,186591,571,1,1,2320.69,-4270.27,231.948,2.70526,0,0,0,1,300,100,1,0),(60898,186591,571,1,1,2191.96,-4554.03,216.222,-0.977383,0,0,0,1,300,100,1,0),(60899,186591,571,1,1,2476.47,-4773.05,240.374,-2.79252,0,0,0,1,300,100,1,0),(60900,186591,571,1,1,2291.47,-4677.78,221.316,0.471238,0,0,0,1,300,100,1,0),(60901,186591,571,1,1,2224.29,-4742.2,221.639,-1.72787,0,0,0,1,300,100,1,0),(60902,186591,571,1,1,2418.8,-4913.43,265.204,-1.64061,0,0,0,1,300,100,1,0),(60903,186591,571,1,1,2268.27,-4575.78,215.431,1.53589,0,0,0,1,300,100,1,0),(60904,186591,571,1,1,2197.78,-5599.05,229.228,1.97222,0,0,0,1,300,100,1,0),(60905,186591,571,1,1,2259.99,-4845.46,237.132,-1.29154,0,0,0,1,300,100,1,0),(60906,186591,571,1,1,2212.38,-4805.01,222.995,2.18166,0,0,0,1,300,100,1,0),(60907,186591,571,1,1,2183.42,-5541.34,236.724,-2.96704,0,0,0,1,300,100,1,0),(60908,186591,571,1,1,2320.54,-4294.63,231.795,2.60053,0,0,0,1,300,100,1,0),(60909,186591,571,1,1,2451.03,-4416.16,232.493,2.23402,0,0,0,1,300,100,1,0),(60910,186591,571,1,1,2408.24,-4586.65,225.822,-0.767944,0,0,0,1,300,100,1,0),(60911,186591,571,1,1,2570.96,-4505.23,250.5,-2.61799,0,0,0,1,300,100,1,0),(60912,186591,571,1,1,2328.6,-4479.88,219.262,2.70526,0,0,0,1,300,100,1,0),(60913,186591,571,1,1,2238.14,-4853.19,236.956,2.53072,0,0,0,1,300,100,1,0),(60914,186591,571,1,1,2571.21,-4712.26,261.559,0.104719,0,0,0,1,300,100,1,0),(60915,186591,571,1,1,2463.76,-5563.33,305.869,1.62316,0,0,0,1,300,100,1,0),(60916,186591,571,1,1,2387.18,-4449.27,221.488,-0.628317,0,0,0,1,300,100,1,0),(60917,186591,571,1,1,2667.25,-5266.22,376.915,0.471238,0,0,0,1,300,100,1,0),(60918,186591,571,1,1,2205.9,-4928.45,239.973,-3.03684,0,0,0,1,300,100,1,0),(60919,186591,571,1,1,2242.69,-5249.56,248.471,-1.43117,0,0,0,1,300,100,1,0),(60920,186591,571,1,1,2563.28,-5422.96,319.279,-2.89724,0,0,0,1,300,100,1,0),(60921,186591,571,1,1,2628.21,-4483.24,243.783,-1.83259,0,0,0,1,300,100,1,0),(60922,186591,571,1,1,2708.59,-4799.52,285.422,-3.10665,0,0,0,1,300,100,1,0),(60923,186591,571,1,1,2366.31,-4499.39,215.261,-0.95993,0,0,0,1,300,100,1,0),(60924,186591,571,1,1,2265.28,-4810.08,235.626,-2.87979,0,0,0,1,300,100,1,0),(60925,186591,571,1,1,2523.5,-4445.92,235.582,-2.19912,0,0,0,1,300,100,1,0),(60926,186591,571,1,1,2349.17,-4600.8,223.377,2.37364,0,0,0,1,300,100,1,0),(60927,186591,571,1,1,2616.17,-4421.91,239.166,-0.418879,0,0,0,1,300,100,1,0),(60928,190175,571,1,1,6442.33,-2781.12,291.291,2.23402,0,0,0,1,60,100,1,0),(60929,190175,571,1,1,5320.57,-4238.33,368.748,-0.523598,0,0,0,1,60,100,1,0),(60930,190175,571,1,1,6225.7,-4560.13,453.606,2.68781,0,0,0,1,60,100,1,0),(60931,190175,571,1,1,6476.46,-3463.73,388.727,-2.94959,0,0,0,1,60,100,1,0),(60932,190175,571,1,1,6207.22,-4188.46,436.729,1.62316,0,0,0,1,60,100,1,0),(60933,190175,571,1,1,5058.61,-3877.96,358.909,0.733038,0,0,0,1,60,100,1,0),(60934,190175,571,1,1,5803.5,-4131.96,352.317,1.02974,0,0,0,1,60,100,1,0),(60935,190175,571,1,1,6016.39,-4138.95,375.726,2.32129,0,0,0,1,60,100,1,0),(60936,190175,571,1,1,6279.33,-3592.46,385.468,-0.698132,0,0,0,1,60,100,1,0),(60937,190175,571,1,1,5406.34,-3499.3,370.101,-2.9845,0,0,0,1,60,100,1,0),(60938,190175,571,1,1,5328.42,-3721.05,364.123,-2.30383,0,0,0,1,60,100,1,0),(60939,190175,571,1,1,5664.31,-3229.84,364.785,-0.349065,0,0,0,1,60,100,1,0),(60940,190175,571,1,1,6689.13,-4884.14,459.461,0,0,0,0,1,60,100,1,0),(60941,190175,571,1,1,6695.01,-4747.96,451.697,-0.837757,0,0,0,1,60,100,1,0),(60942,190175,571,1,1,5806.94,-3352.12,364.002,2.74016,0,0,0,1,60,100,1,0),(60943,190175,571,1,1,6241.16,-3411.23,362.035,1.98967,0,0,0,1,60,100,1,0),(60944,190175,571,1,1,6583.23,-4733.14,453.272,-1.51844,0,0,0,1,60,100,1,0),(60945,190175,571,1,1,6483.84,-4302.64,454.819,1.64061,0,0,0,1,60,100,1,0),(60946,190175,571,1,1,6661.2,-4247.95,457.652,0.331611,0,0,0,1,60,100,1,0),(60947,190175,571,1,1,6516.16,-4036.37,470.492,1.93731,0,0,0,1,60,100,1,0),(60948,190175,571,1,1,6526.71,-4112.97,463.098,1.91986,0,0,0,1,60,100,1,0),(60949,190688,571,1,1,1653.19,-5381.15,189.941,-2.73144,0,0,0,1,300,100,1,0),(60950,191200,571,1,1,5248.92,4440.56,-89.6379,1.21859,0,0,0,1,300,100,1,0),(67636,189973,571,1,1,2893.79,5242.04,62.2754,-0.541051,0,0,0,1,60,0,1,0),(60952,192736,571,1,1,6783.6,-4583.26,365.944,2.35619,0,0,0.92388,-0.382684,180,1,1,0),(60953,194016,571,1,1,6677.03,-202.757,951.668,-1.15192,0,0,0,1,300,100,1,0),(60954,187872,571,1,1,3048.71,6490.66,82.6696,-2.11185,0,0,0,1,300,100,1,0),(60955,190944,571,1,1,6091.49,-2056.25,484.782,-1.0821,0,0,0,1,300,100,1,0),(60956,190944,571,1,1,6086.44,-2061.25,486.358,0.157079,0,0,0,1,300,100,1,0),(60957,190944,571,1,1,6087.13,-2063.75,484.782,0.506145,0,0,0,1,300,100,1,0),(60958,190944,571,1,1,6092.72,-2075.03,484.782,0.279252,0,0,0,1,300,100,1,0),(60959,190944,571,1,1,6094.69,-2053.61,484.782,-0.017452,0,0,0,1,300,100,1,0),(60960,190944,571,1,1,6095.24,-2078.08,484.782,0.95993,0,0,0,1,300,100,1,0),(60961,190944,571,1,1,6101.15,-2079.21,486.379,2.07694,0,0,0,1,300,100,1,0),(60962,190944,571,1,1,6098.82,-2079.72,484.782,1.43117,0,0,0,1,300,100,1,0),(60963,190944,571,1,1,6103.34,-2078.22,484.782,2.16421,0,0,0,1,300,100,1,0),(60964,190944,571,1,1,6086.15,-2059.18,484.782,-0.069812,0,0,0,1,300,100,1,0),(67635,189973,571,1,1,5858.19,5538.38,-58.1642,-1.0472,0,0,0,1,60,0,1,0),(60966,192737,571,1,1,6841.43,-4525.62,342.229,-2.35619,0,0,0.92388,-0.382684,300,100,1,0),(60967,192225,571,1,1,5938,519.872,650.173,-1.43989,0,0,-0.333807,0.942641,300,100,1,0),(60968,187873,571,1,1,2987.07,6472.87,78.6757,-1.0821,0,0,0,1,300,100,1,0),(60969,191202,571,1,1,4070.44,-4141.01,211.111,2.28638,0,0,0,1,300,100,1,0),(60970,192738,571,1,1,6841.43,-4525.62,342.229,0.785397,0,0,0.92388,-0.382684,300,100,1,0),(60971,191714,571,1,1,1235.07,-4860.1,43.0614,-2.82743,0,0,0.987688,-0.156435,300,100,1,0),(60972,187874,571,1,1,3070.96,6451.74,83.3537,0.820303,0,0,0,1,300,100,1,0),(60973,190946,571,1,1,6090.98,-2061.2,484.782,0.174532,0,0,0,1,300,100,2,0),(60974,190946,571,1,1,6098.33,-2075.3,484.782,1.20428,0,0,0,1,300,100,2,0),(60975,190179,571,1,1,3570.56,3060.87,26.9253,-3.06302,0,0,0,1,300,100,1,0),(60976,192227,571,1,131,6297.07,53.3889,379.443,2.3911,0,0,0,1,300,100,1,0),(60977,192739,571,1,1,6841.43,-4525.62,342.229,-0.785397,0,0,0.92388,-0.382684,300,100,1,0),(60978,194019,571,1,1,5838.46,843.693,843.721,0.393749,0,0,-0.333807,0.942641,300,100,1,0),(60979,191715,571,1,1,1235.07,-4860.1,43.0614,-2.82743,0,0,0.987688,-0.156435,300,100,1,0),(60980,188131,571,1,1,2373.8,5002.74,-37.3344,-2.56563,0,0,0,1,300,100,1,0),(60981,186595,571,1,1,824.556,-4886.32,-115.777,-1.6057,0,0,0,1,300,100,1,0),(60982,186595,571,1,1,848.058,-4753.91,-94.1825,2.1293,0,0,0,1,300,100,1,0),(60983,186595,571,1,1,798.855,-4663.74,-94.1825,0.279252,0,0,0,1,300,100,1,0),(60984,186595,571,1,1,850.263,-4694.67,-94.1825,-2.67035,0,0,0,1,300,100,1,0),(60985,186595,571,1,1,888.588,-4962.87,-69.6392,2.9845,0,0,0,1,300,100,1,0),(60986,186595,571,1,1,801.671,-4796.61,-94.1196,3.14159,0,0,0,1,300,100,1,0),(60987,186595,571,1,1,802.309,-4812.41,-94.13,-2.18166,0,0,0,1,300,100,1,0),(60988,186595,571,1,1,861.551,-4842.36,-72.4336,-2.79252,0,0,0,1,300,100,1,0),(60989,186595,571,1,1,844.541,-4916.55,-69.6392,2.40855,0,0,0,1,300,100,1,0),(60990,186595,571,1,1,843.385,-4961.77,-69.6392,-2.67035,0,0,0,1,300,100,1,0),(60991,186595,571,1,1,881.832,-4942.75,-72.4418,-1.0821,0,0,0,1,300,100,1,0),(60992,186595,571,1,1,822.547,-4869.4,-72.4192,-1.25664,0,0,0,1,300,100,1,0),(60993,186595,571,1,1,833.856,-4884.09,-72.4405,-2.67035,0,0,0,1,300,100,1,0),(60994,187364,571,1,1,4430.86,5258.75,75.2379,-0.053403,0,0,0,1,300,100,1,0),(60995,190180,571,1,1,3569.67,3063.08,30.0559,0.680679,0,0,0,1,300,100,1,0),(60996,192228,571,1,131,6288.48,61.6892,377.903,-2.34746,0,0,0,1,300,100,1,0),(60997,192740,571,1,1,6841.43,-4525.62,342.229,2.35619,0,0,0.92388,-0.382684,300,100,1,0),(60998,191460,571,1,1,4190.88,-1871.74,204.546,1.63188,0,0,0.728371,0.685183,300,100,1,0),(60999,192229,571,1,131,6264.6,84.5799,377.801,0.794123,0,0,0,1,300,100,1,0),(61000,192741,571,1,1,6892.7,-4473.84,359.105,-2.35619,0,0,0.92388,-0.382684,180,1,1,0),(61001,191461,571,1,1,5778.46,598.038,654.3,-2.28649,0,0,-0.333807,0.942641,300,100,1,0),(61002,188390,571,1,1,3234.88,-485.144,141.704,-0.628317,0,0,0,1,300,100,1,0),(61003,190182,571,1,1,4662.78,-5630.09,84.437,1.06465,0,0,0,1,300,100,1,0),(61004,192230,571,1,131,6256.02,92.8802,379.34,-2.37365,0,0,0,1,300,100,1,0),(61005,191974,571,1,1,5772.08,627.45,661.072,3.01067,0,0,-0.333807,0.942641,300,100,1,0),(61006,191462,571,1,1,5769.56,605.17,654.291,-2.28649,0,0,-0.333807,0.942641,300,100,1,0),(61007,190950,571,1,1,2711.44,-372.108,141.251,1.71915,0,0,0.074109,0.99725,300,100,1,0),(61008,188646,571,1,1,2828.02,55.7776,-1.83958,-0.925024,0,0,0,1,300,100,1,0),(61009,188646,571,1,1,2713.34,42.236,-3.54323,1.46608,0,0,0,1,300,100,1,0),(61010,188646,571,1,1,2822.66,36.3722,-1.84124,1.41372,0,0,0,1,300,100,1,0),(61011,188646,571,1,1,2670.69,124.594,0.87103,-1.23918,0,0,0,1,300,100,1,0),(61012,188646,571,1,1,2712.4,121.873,1.39334,0.453785,0,0,0,1,300,100,1,0),(61013,188646,571,1,1,2740.54,125.724,5.24155,-0.087266,0,0,0,1,300,100,1,0),(61014,188646,571,1,1,2885.67,-63.7408,6.18462,-1.93731,0,0,0,1,300,100,1,0),(61015,188646,571,1,1,2927.2,16.8395,5.97195,2.82743,0,0,0,1,300,100,1,0),(61016,188646,571,1,1,2752.42,160.283,6.59085,-2.18166,0,0,0,1,300,100,1,0),(61017,188646,571,1,1,2870.09,157.766,2.77571,2.26892,0,0,0,1,300,100,1,0),(61018,188646,571,1,1,2824.68,132.812,2.00508,2.68781,0,0,0,1,300,100,1,0),(61019,188646,571,1,1,2887.57,3.22629,1.61155,0.366518,0,0,0,1,300,100,1,0),(61020,188646,571,1,1,2861.69,30.0783,1.6673,-2.65289,0,0,0,1,300,100,1,0),(61021,188646,571,1,1,2893.17,125.072,3.38389,-0.052359,0,0,0,1,300,100,1,0),(61024,195022,1,1,1,-7463.77,-1958.04,-272.533,2.14675,0,0,0,1,300,255,1,0),(61023,195022,1,1,1,-7510.21,-1946.84,-270.745,0,0,0,0,1,300,255,1,0),(61022,195022,1,1,1,-7612.83,-1932.13,-271.752,0,0,0,0,1,300,255,1,0),(60857,195022,1,1,1,-7169.06,-1852.64,-273.419,0,0,0,0,1,300,255,1,0),(61026,188391,571,1,1,3234.16,-484,141.579,1.30027,0,0,0,1,300,100,1,0),(61027,192231,571,1,131,6207.34,60.4618,367.394,-1.62315,0,0,0,1,300,100,1,0),(61028,191463,571,1,1,5782.86,620.849,651.598,0.855098,0,0,-0.333807,0.942641,300,100,1,0),(61029,191975,571,1,1,5768.27,624.364,661.069,0.951203,0,0,-0.333807,0.942641,300,100,1,0),(61030,190951,571,1,1,2734.59,-349.019,141.253,0.148352,0,0,0.074109,0.99725,300,100,1,0),(61031,3815,571,1,1,2705.97,-206.145,144.672,1.213,0,0,0.707107,0.707107,300,100,1,0),(61032,187367,571,1,1,4420.18,6207.78,-97.0654,0.767944,0,0,0,1,300,100,1,0),(61033,190695,571,1,1,5920.22,-3807.73,363.319,0.802851,0,0,0,1,300,100,1,0),(61034,187879,571,1,1,4356.13,4261.08,98.3095,-0.087266,0,0,0,1,300,100,1,0),(61035,187367,571,1,1,4362,6156.46,-58.0335,2.68781,0,0,0,1,300,100,1,0),(61036,187367,571,1,1,4348.82,6231.61,-59.8471,0.488691,0,0,0,1,300,100,1,0),(60197,123332,1,1,1,-1454.38,-3971.26,7.5598,2.14675,0,0,0,1,180,255,1,0),(60195,187912,1,1,1,-8769.87,-4470.93,-201.996,3.02813,0,0,0.771625,0.636078,180,255,1,0),(61039,187367,571,1,1,4305.35,6085.51,-32.8083,1.64061,0,0,0,1,300,100,1,0),(61040,187367,571,1,1,4354.77,6187.64,-54.0735,2.70526,0,0,0,1,300,100,1,0),(61041,187367,571,1,1,4268.92,6065.55,-27.1238,2.05949,0,0,0,1,300,100,1,0),(61042,187367,571,1,1,4373.26,6211.73,-125.705,-0.541051,0,0,0,1,300,100,1,0),(61043,187367,571,1,1,4381.52,6180.96,-51.128,2.49582,0,0,0,1,300,100,1,0),(61044,187367,571,1,1,4398.74,6197.71,-55.1444,2.07694,0,0,0,1,300,100,1,0),(61045,187367,571,1,1,4239.15,6078.36,-65.297,0.977383,0,0,0,1,300,100,1,0),(61046,187367,571,1,1,4320.35,6169.69,-26.4453,-0.820303,0,0,0,1,300,100,1,0),(61047,187367,571,1,1,4285.75,6100.47,-117.219,1.5708,0,0,0,1,300,100,1,0),(61048,187367,571,1,1,4276.84,6078.21,-66.4175,1.78023,0,0,0,1,300,100,1,0),(61049,187367,571,1,1,4338.53,6167.51,-57.564,-1.71042,0,0,0,1,300,100,1,0),(61050,187367,571,1,1,4339.4,6132.89,-96.3617,2.25147,0,0,0,1,300,100,1,0),(61051,187367,571,1,1,4245.87,6094.95,-124.506,1.64061,0,0,0,1,300,100,1,0),(61052,187367,571,1,1,4334.33,6193.38,-5.53326,2.67035,0,0,0,1,300,100,1,0),(61053,188136,571,1,1,4284.7,-3034.76,332.984,3.05433,0,0,0.999048,0.043619,300,100,1,0),(61054,188392,571,1,1,3233.05,-484.74,141.846,3.00195,0,0,0,1,300,100,1,0),(61055,190184,571,1,1,4605.31,-5606.51,32.1144,0.602138,0,0,0,1,300,100,1,0),(61056,192232,571,1,131,6219.27,59.9358,368.933,1.59698,0,0,0,1,300,100,1,0),(67634,2066,571,1,1,2872.22,5567.15,56.3437,3.05406,0,0,0,1,180,0,1,0),(61058,191464,571,1,1,5791.74,613.674,651.589,0.855098,0,0,-0.333807,0.942641,300,100,1,0),(61059,190952,571,1,1,2723.09,-350.738,141.253,-2.99322,0,0,0.074109,0.99725,300,100,1,0),(61060,3816,571,1,1,2705.19,-205.604,144.672,-2.87979,0,0,0.707107,0.707107,300,100,1,0),(61061,187880,571,1,1,2460.01,5386.05,27.3027,-2.56563,0,0,0,1,300,100,1,0),(61062,187880,571,1,1,2498.15,5455.02,30.2659,2.1293,0,0,0,1,300,100,1,0),(61063,187880,571,1,1,2578.52,5466.5,36.0413,0.767944,0,0,0,1,300,100,1,0),(61064,193768,571,1,1,5510.87,-3414.42,350.458,-0.994837,0,0,0,1,300,100,1,0),(61065,188393,571,1,1,3311.64,-987.316,125.569,-2.79252,0,0,0,1,300,100,1,0),(61066,192233,571,1,131,6174.83,60.7326,367.395,1.54462,0,0,0,1,300,100,1,0),(61067,191465,571,1,1,5830.99,681.132,648.143,0.84637,0,0,-0.333807,0.942641,300,100,1,0),(61068,190953,571,1,1,2727.99,-344.616,141.253,1.71915,0,0,0.074109,0.99725,300,100,1,0),(61069,3817,571,1,1,2705.83,-206.765,139.755,-1.58825,0,0,0.707107,0.707107,300,100,1,0),(61070,188649,571,1,1,3224.33,-688.864,168.172,0.349065,0,0,0,1,300,100,1,0),(61072,191209,571,1,1,5089.34,5489.4,-93.4327,-3.01941,0,0,0,1,300,100,1,0),(61073,187881,571,1,1,4199.74,4713.12,17.0083,2.91469,0,0,0,1,300,100,1,0),(61074,187881,571,1,1,4170.56,4708.13,16.6844,-2.53072,0,0,0,1,300,100,1,0),(61075,187881,571,1,1,4171.01,4669.13,17.4102,-1.23918,0,0,0,1,300,100,1,0),(61076,186601,571,1,1,803.942,-4767.66,-94.1825,1.62316,0,0,0,1,300,100,1,0),(61080,194025,571,1,1,3798.98,3580.82,50.3783,-2.33874,0,0,0,1,300,100,0,0),(61081,194025,571,1,1,3739.25,3567.27,298.521,0.209439,0,0,0,1,300,100,0,0),(61084,193769,571,1,1,5607.62,-3501.39,350.517,2.32129,0,0,0,1,300,100,1,0),(61087,190186,571,1,1,4518.09,-5541.49,2.21761,-2.91469,0,0,0,1,300,100,1,0),(61088,188394,571,1,1,3313.38,-986.616,125.708,0.462512,0,0,0,1,300,100,1,0),(61089,192234,571,1,131,6162.89,60.9462,368.935,0,0,0,0,1,300,100,1,0),(67633,2066,571,1,1,2631.19,5671.46,45.847,1.09057,0,0,0,1,180,0,1,0),(61091,191466,571,1,1,5839.65,674.149,648.143,0.84637,0,0,-0.333807,0.942641,300,100,1,0),(61092,190954,571,1,1,2729.59,-354.556,141.253,-1.42244,0,0,0.074109,0.99725,300,100,1,0),(61093,3818,571,1,1,2706.18,-206.145,139.755,1.213,0,0,0.707107,0.707107,300,100,1,0),(61094,186602,571,1,1,829.135,-4721.4,-96.1444,3.12412,0,0,0,1,300,100,1,0),(61095,186602,571,1,1,767.898,-4716.77,-96.1444,-0.157079,0,0,0,1,300,100,1,0),(61096,191210,571,1,1,4873.98,5884.18,-39.0242,1.81514,0,0,0,1,300,100,1,0),(61097,186602,571,1,1,803.94,-4767.66,-94.1825,1.64061,0,0,0,1,300,100,1,0),(61098,194026,571,1,1,3739.53,3566.77,290.786,0.279252,0,0,0,1,300,100,0,0),(61100,194026,571,1,1,3787.17,3558.15,473.321,0.855211,0,0,0,1,300,100,0,0),(61101,193770,571,1,1,5548.19,-3469.69,350.306,0.837757,0,0,0,1,300,100,1,0),(61103,186602,571,1,1,813.326,-4697.64,-96.1444,-1.97222,0,0,0,1,300,100,1,0),(61104,186602,571,1,1,823.08,-4742.69,-96.1444,2.56563,0,0,0,1,300,100,1,0),(61105,186602,571,1,1,780.113,-4749.62,-96.1444,1.02974,0,0,0,1,300,100,1,0),(61106,186602,571,1,1,807.795,-4695.89,-96.1444,-1.78023,0,0,0,1,300,100,1,0),(61107,186602,571,1,1,775.989,-4746.39,-96.1444,0.90757,0,0,0,1,300,100,1,0),(61108,188650,571,1,1,2702.05,93.548,-3.04306,2.77507,0,0,0,1,300,100,1,0),(61109,188650,571,1,1,2846.03,20.9189,6.54272,-0.383971,0,0,0,1,300,100,1,0),(61110,188650,571,1,1,2763.46,159.996,3.41763,0.767944,0,0,0,1,300,100,1,0),(61111,188650,571,1,1,2749.34,141.535,6.28699,0.802851,0,0,0,1,300,100,1,0),(61112,188650,571,1,1,2850.43,161.434,3.60322,-2.35619,0,0,0,1,300,100,1,0),(61113,186603,571,1,1,995.872,-5730.76,236.658,1.77151,0,0,0,1,300,100,1,0),(61114,188395,571,1,1,3312.88,-987.856,125.448,-1.23918,0,0,0,1,300,100,1,0),(61115,190187,571,1,1,4687.67,-5559.81,53.5427,3.14159,0,0,0,1,300,100,1,0),(61116,188651,571,1,1,4131.76,5282.39,25.1095,-0.558504,0,0,0,1,300,100,1,0),(61117,191467,571,1,1,5826.69,658.402,650.795,-2.27777,0,0,-0.333807,0.942641,300,100,1,0),(61118,190955,571,1,1,2717.5,-358.913,141.253,0.148352,0,0,0.074109,0.99725,300,100,1,0),(61119,3819,571,1,1,2705.41,-205.604,139.755,-2.87979,0,0,0.707107,0.707107,300,100,1,0),(61120,192491,571,1,1,7761.69,-2837.63,1217.43,-3.01941,0,0,0,1,300,100,1,0),(61121,178667,571,1,1,5824.99,646.891,647.614,-1.18682,0,0,0,1,300,100,1,0),(61122,186604,571,1,1,999.743,-5729.26,236.761,-1.10828,0,0,0,1,300,100,1,0),(61123,188652,571,1,1,4137.44,5286.22,24.858,2.70526,0,0,0,1,300,100,1,0),(61125,188396,571,1,1,3210.12,-635.604,160.149,-2.10312,0,0,0,1,300,100,1,0),(61127,191980,571,1,1,5765.91,618.082,650.06,2.73144,0,0,-0.333807,0.942641,300,100,1,0),(61128,191468,571,1,1,5817.75,665.498,650.786,-2.27777,0,0,-0.333807,0.942641,300,100,1,0),(61129,190956,571,1,1,2715.41,-343.936,141.253,0.148352,0,0,0.074109,0.99725,300,100,1,0),(61130,187884,571,1,1,3211.92,6091.42,142.729,-1.37881,0,0,0,1,300,100,1,0),(61131,190700,571,1,1,6217.21,5485.1,-55.8733,2.86233,0,0,0,1,300,100,1,0),(61132,190444,571,1,1,5934.43,-2345.1,293.841,-1.53589,0,0,0,1,300,100,1,0),(61133,190700,571,1,1,6236.02,5536.28,-35.6706,2.1293,0,0,0,1,300,100,1,0),(61134,190700,571,1,1,6168.08,5565.53,-44.2229,2.16421,0,0,0,1,300,100,1,0),(61135,190700,571,1,1,6152.14,5474.6,-74.7083,3.03684,0,0,0,1,300,100,1,0),(61136,190700,571,1,1,6077.51,5478.87,-80.4582,3.12412,0,0,0,1,300,100,1,0),(61137,190700,571,1,1,6106.04,5581.19,-56.157,2.3911,0,0,0,1,300,100,1,0),(61138,190700,571,1,1,6201.63,5509.87,-60.2683,2.61799,0,0,0,1,300,100,1,0),(61139,186605,571,1,1,2123.52,-2980.02,148.652,3.05433,0,0,0,1,300,100,1,0),(61140,188397,571,1,1,3208.21,-633.846,160.129,1.9635,0,0,0,1,300,100,1,0),(61141,188653,571,1,2,2858.52,6874.83,-0.590438,-0.855211,0,0,0,1,300,100,1,0),(67631,2061,571,1,1,2606.78,5816.41,-12.3383,-2.79427,0,0,0,1,180,0,1,0),(61143,191469,571,1,1,5817.25,620.817,652.349,2.37353,0,0,-0.333807,0.942641,300,100,1,0),(61144,191981,571,1,1,5764.33,617.102,650.06,1.92859,0,0,-0.333807,0.942641,300,100,1,0),(61145,190957,571,1,1,2740.04,-340.064,141.253,-2.99322,0,0,0.074109,0.99725,300,100,1,0),(61146,186861,571,1,1,1237.7,-5315.02,178.114,0.698132,0,0,0,1,300,100,1,0),(61147,190189,571,1,1,4149.17,-1284.5,166.972,-0.767944,0,0,0,1,300,100,1,0),(61148,194029,571,1,1,5886.81,651.285,633.648,-1.6057,0,0,0,1,300,100,0,0),(61149,192493,571,1,1,7807.12,-2839.54,1221.3,0.366518,0,0,0,1,300,100,1,0),(61150,190445,571,1,1,5934.51,-2344.34,295.132,-1.55334,0,0,0,1,300,100,1,0),(61151,187885,571,1,1,3808.99,4032.73,24.5791,-1.22173,0,0,0,1,300,100,1,0),(61154,190701,571,1,1,6113.24,5534.54,-67.2974,3.08918,0,0,0,1,300,100,1,0),(61155,190701,571,1,1,6167.9,5512.85,-61.1094,-2.84488,0,0,0,1,300,100,1,0),(61156,190701,571,1,1,6081.47,5401.3,-93.2998,-1.88495,0,0,0,1,300,100,1,0),(61157,190701,571,1,1,6067.69,5446.03,-87.1471,-1.13446,0,0,0,1,300,100,1,0),(61158,190701,571,1,1,6040.6,5482.14,-82.2333,-2.35619,0,0,0,1,300,100,1,0),(61159,190701,571,1,1,6057.43,5520.84,-72.5559,-2.37364,0,0,0,1,300,100,1,0),(61160,190701,571,1,1,6085.95,5356.05,-92.9449,-1.43117,0,0,0,1,300,100,1,0),(61161,190701,571,1,1,6040.51,5306.28,-92.9462,-1.95477,0,0,0,1,300,100,1,0),(61162,188141,571,1,1,3616.28,3647.78,24.1666,1.78023,0,0,0,1,300,100,1,0),(61164,188398,571,1,1,3432.65,-1112.11,124.704,0.200711,0,0,0,1,300,100,1,0),(67630,2061,571,1,1,2678.38,5852.49,49.6732,3.11027,0,0,0,1,180,0,1,0),(61166,191470,571,1,1,5825.96,631.553,652.349,2.36481,0,0,-0.333807,0.942641,300,100,1,0),(61167,190958,571,1,1,2742.31,-355.241,141.253,-2.99322,0,0,0.074109,0.99725,300,100,1,0),(61168,186862,571,1,1,1237.61,-5315.11,185.192,-0.610864,0,0,0,1,300,100,1,0),(61169,190190,571,1,1,4149.14,-1284.46,165.624,-2.47837,0,0,0,1,300,100,1,0),(61170,192494,571,1,1,7822.25,-2912.6,1242.31,2.65289,0,0,0,1,300,100,1,0),(61171,187886,571,1,1,3346.14,4621.25,28.3405,1.0472,0,0,0,1,300,100,1,0),(61172,190702,571,1,1,5598.32,3693.05,-26.3864,-1.81514,0,0,0,1,300,100,1,0),(61173,190446,571,1,1,5901.45,-2332.62,293.84,-1.58825,0,0,0,1,300,100,1,0),(61174,190446,571,1,1,5964.03,-2334.73,293.84,-1.58825,0,0,0,1,300,100,1,0),(61175,190446,571,1,1,5973.6,-2351.51,293.84,-3.12412,0,0,0,1,300,100,1,0),(61176,190446,571,1,1,5974.17,-2341.74,293.84,3.14159,0,0,0,1,300,100,1,0),(61177,190446,571,1,1,5891.1,-2353.26,293.838,1.5708,0,0,0,1,300,100,1,0),(61178,190446,571,1,1,5887.47,-2341.27,293.84,-0.034906,0,0,0,1,300,100,1,0),(61179,190446,571,1,1,5911.1,-2342.97,293.806,3.10665,0,0,0,1,300,100,1,0),(61180,190446,571,1,1,5950.64,-2346.07,293.861,0.017452,0,0,0,1,300,100,1,0),(61181,190702,571,1,1,5602.63,3649.07,-26.0475,-1.76278,0,0,0,1,300,100,1,0),(61182,190702,571,1,1,5581.4,3741.28,-9.45116,-1.69297,0,0,0,1,300,100,1,0),(61183,190702,571,1,1,5720.31,3939.39,-84.0102,0.244346,0,0,0,1,300,100,1,0),(61184,190702,571,1,1,5678.33,3875.49,-78.2068,-0.680679,0,0,0,1,300,100,1,0),(61185,190702,571,1,1,5718.99,3779.91,-49.0162,-0.628317,0,0,0,1,300,100,1,0),(61186,190702,571,1,1,5658.79,3977.03,-87.6628,0.767944,0,0,0,1,300,100,1,0),(61187,190702,571,1,1,5499.25,3958.17,-53.7141,-3.00195,0,0,0,1,300,100,1,0),(61188,190702,571,1,1,5478.21,3738.07,-60.7316,-2.09439,0,0,0,1,300,100,1,0),(61189,190702,571,1,1,5694.29,3846.43,-63.2332,-0.558504,0,0,0,1,300,100,1,0),(61190,190702,571,1,1,5686.31,3951.17,-88.034,0.226892,0,0,0,1,300,100,1,0),(61191,190702,571,1,1,5753.14,3805.42,-50.952,-0.645772,0,0,0,1,300,100,1,0),(61192,190702,571,1,1,5722.12,3838.14,-60.7598,-0.663223,0,0,0,1,300,100,1,0),(61193,190702,571,1,1,5740.43,3742.29,-36.36,-1.0821,0,0,0,1,300,100,1,0),(61194,190702,571,1,1,5561.81,3654.93,-25.8829,-2.09439,0,0,0,1,300,100,1,0),(61195,190702,571,1,1,5705.24,3706.66,-27.7688,-0.942477,0,0,0,1,300,100,1,0),(61196,190702,571,1,1,5660.4,3655.58,-24.5704,-1.27409,0,0,0,1,300,100,1,0),(61197,190702,571,1,1,5710.94,3650.1,-25.1317,-1.0821,0,0,0,1,300,100,1,0),(61198,190702,571,1,1,5531.28,3938.42,-57.8859,-2.1293,0,0,0,1,300,100,1,0),(61199,190702,571,1,1,5686.67,3747.81,-44.5163,-1.25664,0,0,0,1,300,100,1,0),(61200,190702,571,1,1,5515.26,3776.24,-54.3724,-1.95477,0,0,0,1,300,100,1,0),(61201,190702,571,1,1,5713.46,3815.44,-60.4756,-0.575957,0,0,0,1,300,100,1,0),(61202,190702,571,1,1,5679.4,3917.62,-86.1293,-0.052359,0,0,0,1,300,100,1,0),(61203,186863,571,1,1,1506.59,-5315.75,196.123,3.01067,0,0,0,1,300,100,1,0),(61204,188399,571,1,1,3430.79,-1112.34,124.531,-3.05433,0,0,0,1,300,100,1,0),(61205,188655,571,1,2,3038.33,6796.9,0,-2.53072,0,0,0,1,300,100,1,0),(61206,191983,571,1,1,5750.67,633.977,650.138,0.58134,0,0,-0.333807,0.942641,300,100,1,0),(61207,191471,571,1,1,5843.5,617.367,654.721,-0.768058,0,0,-0.333807,0.942641,300,100,1,0),(61208,190447,571,1,1,5640.34,5243.94,-134.804,0.244346,0,0,0,1,300,100,1,0),(61209,192495,571,1,1,7799.72,-2958.82,1259.91,0.436332,0,0,0,1,300,100,1,0),(61210,186864,571,1,1,-76.5069,-3553.93,5.33996,3.13988,0,0,0,1,300,100,1,0),(61211,188656,571,1,2,3054.55,6764.71,0,-2.02458,0,0,0,1,300,100,1,0),(61212,188400,571,1,1,3417.75,-1193.01,112.664,2.51327,0,0,0,1,300,100,1,0),(61213,191728,571,1,1,5149.4,-2211.31,236.683,1.50098,0,0,0,1,300,100,1,0),(61214,191472,571,1,1,5834.79,606.631,654.721,-0.776783,0,0,-0.333807,0.942641,300,100,1,0),(61215,191984,571,1,1,5749.81,635.346,650.13,0.494073,0,0,-0.333807,0.942641,300,100,1,0),(61216,190192,571,1,1,1341.63,-3173.95,162.919,-1.0821,0,0,-0.515038,0.857167,180,0,1,0),(61217,190960,571,1,1,5719.19,719.681,641.728,0.837757,0,0,0,1,300,100,1,0),(61218,187376,571,1,1,3869.01,2913.48,89.6569,1.74533,0,0,0,1,300,100,1,0),(61219,187376,571,1,1,3852.83,2913.64,89.9293,0.890117,0,0,0,1,300,100,1,0),(61220,187376,571,1,1,3857.02,2911.65,89.8043,1.01229,0,0,0,1,300,100,1,0),(61221,187376,571,1,1,3765.31,2950.72,90.0466,1.85005,0,0,0,1,300,100,1,0),(61223,187376,571,1,1,3758.17,2946.89,89.3961,1.97222,0,0,0,1,300,100,1,0),(61225,187376,571,1,1,3751.19,2942.26,89.5211,-1.37881,0,0,0,1,300,100,1,0),(61226,187376,571,1,1,3743.15,2938.21,90.0466,1.79769,0,0,0,1,300,100,1,0),(61228,187376,571,1,1,3770.84,2954.52,90.0466,-1.85005,0,0,0,1,300,100,1,0),(61230,187376,571,1,1,4368.21,6018.33,0,-2.32129,0,0,0,1,300,100,1,0),(61231,187376,571,1,1,4366.54,6026.35,0,-2.82743,0,0,0,1,300,100,1,0),(61233,188401,571,1,1,3419.38,-1193.93,112.375,-0.23562,0,0,0,1,300,100,1,0),(61234,188657,571,1,2,2517.52,6863.5,-0.461112,-1.30027,0,0,0,1,300,100,1,0),(61235,191217,571,1,1,3805.19,1673.61,115.181,-0.493035,0,0,0,1,300,100,1,0),(61236,191473,571,1,1,5785.58,647.953,650.786,-0.689517,0,0,-0.333807,0.942641,300,100,1,0),(61237,190961,571,1,1,2875.85,-277.571,129.362,-0.034904,0,0,-0.71325,0.700909,300,100,1,0),(61238,190193,571,1,1,2179.94,5343.74,39.225,0.663223,0,0,0,1,300,100,1,0),(61239,187889,571,1,1,2257.63,5173.63,14.1,2.07694,0,0,0,1,300,100,1,0),(61240,188402,571,1,1,3155.68,-684.816,112.505,-1.42244,0,0,0,1,300,100,1,0),(67629,2061,571,1,1,2616.05,5778.76,45.3914,3.11514,0,0,0,1,180,0,1,0),(61242,191474,571,1,1,5793.37,657.548,650.795,-0.689517,0,0,-0.333807,0.942641,300,100,1,0),(61243,191986,571,1,1,5789.26,687.5,658.029,-1.6057,0,0,-0.333807,0.942641,300,100,1,0),(61244,192498,571,1,1,5895.58,699.299,647.953,-0.774707,0,0,-0.333807,0.942641,300,100,1,0),(61245,190962,571,1,1,2891.27,-339.789,115.975,1.55334,0,0,-0.71325,0.700909,300,100,1,0),(61246,188658,571,1,1,2932.86,-484.317,140.77,1.48353,0,0,0,1,300,100,1,0),(61247,188658,571,1,1,2799.98,-386.814,130.026,-2.40855,0,0,0,1,300,100,1,0),(61248,188658,571,1,1,2800.94,-457.92,118.268,0.872664,0,0,0,1,300,100,1,0),(61249,188658,571,1,1,2895.86,-376.467,112.462,-1.32645,0,0,0,1,300,100,1,0),(61250,188658,571,1,1,2840.96,-363.145,114.839,-0.698132,0,0,0,1,300,100,1,0),(61251,188658,571,1,1,2861.63,-442.393,118.196,1.13446,0,0,0,1,300,100,1,0),(61252,188658,571,1,1,2876.27,-293.95,122.856,0.645772,0,0,0,1,300,100,1,0),(61253,188658,571,1,1,2858,-323.371,114.034,0.767944,0,0,0,1,300,100,1,0),(61254,188658,571,1,1,2874.41,-278.264,114.035,-0.034906,0,0,0,1,300,100,1,0),(61255,188658,571,1,1,2907.82,-276.569,122.857,-2.426,0,0,0,1,300,100,1,0),(61256,188658,571,1,1,2903.75,-271.275,114.034,-0.715585,0,0,0,1,300,100,1,0),(61257,188658,571,1,1,2875.11,-313.672,127.958,0.698132,0,0,0,1,300,100,1,0),(61258,188658,571,1,1,2895.36,-314.024,127.958,2.49582,0,0,0,1,300,100,1,0),(61259,188658,571,1,1,2905.8,-319.041,127.063,-2.44346,0,0,0,1,300,100,1,0),(61260,188658,571,1,1,3073.79,-456.048,124.31,-1.16937,0,0,0,1,300,100,1,0),(61261,188658,571,1,1,2932.89,-333.969,114.657,-0.593412,0,0,0,1,300,100,1,0),(61262,188658,571,1,1,2791.41,-225.152,138.778,-1.74533,0,0,0,1,300,100,1,0),(61263,188658,571,1,1,2804.35,-197.386,140.168,-2.23402,0,0,0,1,300,100,1,0),(61264,188658,571,1,1,2745.47,-172.944,138.778,-2.21656,0,0,0,1,300,100,1,0),(61265,188658,571,1,1,2719.91,-192.529,144.458,-2.32129,0,0,0,1,300,100,1,0),(61266,188658,571,1,1,2713.35,-189.02,140.124,2.05949,0,0,0,1,300,100,1,0),(61296,190194,571,1,1,2177.74,5360.45,9.31609,1.0472,0,0,0,1,300,100,1,0),(61292,190194,571,1,1,2190.7,5354.83,27.4536,0.296705,0,0,0,1,300,100,1,0),(61284,190194,571,1,1,2192.27,5354.3,45.8996,0.139624,0,0,0,1,300,100,1,0),(61280,190194,571,1,1,2169.72,5367.75,9.27426,-2.63544,0,0,0,1,300,100,1,0),(61275,190194,571,1,1,2200.57,5345.46,49.417,-2.74016,0,0,0,1,300,100,1,0),(61273,190194,571,1,1,2159.49,5352.53,30.4751,1.27409,0,0,0,1,300,100,1,0),(61271,190194,571,1,1,2168.99,5363.41,26.1033,-0.820303,0,0,0,1,300,100,1,0),(61269,190194,571,1,1,2163.27,5359.34,25.7703,-0.802851,0,0,0,1,300,100,1,0),(61268,190194,571,1,1,2173.69,5367.4,1.54144,-2.07694,0,0,0,1,300,100,1,0),(61267,190194,571,1,1,2177.06,5344.92,39.3679,-2.09439,0,0,0,1,300,100,1,0),(61358,188403,571,1,1,3155.34,-682.979,112.643,1.83259,0,0,0,1,300,100,1,0),(61359,191219,571,1,1,3796.21,1676.07,115.496,-0.68587,0,0,0,1,300,100,1,0),(61361,191475,571,1,1,5800.71,651.379,647.138,-2.21656,0,0,-0.333807,0.942641,300,100,1,0),(61362,191731,571,1,1,5892.9,705.919,643.149,0.890117,0,0,-0.333807,0.942641,300,100,1,0),(61363,191987,571,1,1,5784.57,682.463,657.94,0.078538,0,0,-0.333807,0.942641,300,100,1,0),(61364,190963,571,1,1,2878.37,-339.564,115.975,1.55334,0,0,-0.71325,0.700909,300,100,1,0),(61365,188659,571,1,1,2953.05,-451.505,140.765,-0.488691,0,0,0,1,300,100,1,0),(61366,188659,571,1,1,2832.78,-279.426,136.012,2.42601,0,0,0,1,300,100,1,0),(61367,188659,571,1,1,2741.55,-114.055,115.72,-0.087266,0,0,0,1,300,100,1,0),(61368,188659,571,1,1,2834.83,-531.03,121.356,-1.79769,0,0,0,1,300,100,1,0),(61369,188659,571,1,1,2782.08,-188.334,139.139,-2.70526,0,0,0,1,300,100,1,0),(61370,188659,571,1,1,2809.78,-324.545,130.205,-2.49582,0,0,0,1,300,100,1,0),(61371,188659,571,1,1,2928.76,-353.398,112.462,2.93214,0,0,0,1,300,100,1,0),(61372,188659,571,1,1,2878.56,-431.913,118.368,-2.30383,0,0,0,1,300,100,1,0),(61373,188659,571,1,1,2883.44,-373.797,112.462,-2.30383,0,0,0,1,300,100,1,0),(61374,188659,571,1,1,2858.78,-276.407,114.034,1.55334,0,0,0,1,300,100,1,0),(61375,188659,571,1,1,2864.29,-278.004,122.857,1.5708,0,0,0,1,300,100,1,0),(61376,188659,571,1,1,2883.53,-296.614,114.035,3.07177,0,0,0,1,300,100,1,0),(61377,188659,571,1,1,2891.98,-294.089,122.856,3.10665,0,0,0,1,300,100,1,0),(61378,188659,571,1,1,2889.32,-290.531,106.88,3.10665,0,0,0,1,300,100,1,0),(61379,188659,571,1,1,2901.35,-320.124,114.034,1.53589,0,0,0,1,300,100,1,0),(61380,188659,571,1,1,2912.58,-281.989,138.06,3.12412,0,0,0,1,300,100,1,0),(61381,188659,571,1,1,2968.82,-444.153,125.909,1.78023,0,0,0,1,300,100,1,0),(61382,188659,571,1,1,2942.84,-348.26,114.657,-1.72787,0,0,0,1,300,100,1,0),(61383,188659,571,1,1,2929.4,-332.448,113.431,-1.71042,0,0,0,1,300,100,1,0),(61384,188659,571,1,1,2757.97,-180.419,138.999,0.95993,0,0,0,1,300,100,1,0),(61385,188659,571,1,1,2697.78,-200.249,140.155,1.5708,0,0,0,1,300,100,1,0),(61386,188659,571,1,1,2731.55,-241.892,141.557,2.19912,0,0,0,1,300,100,1,0),(61387,190195,571,1,1,2177.06,5344.92,39.3679,-2.09439,0,0,0,1,300,100,1,0),(61389,190195,571,1,1,2200.57,5345.46,49.417,-2.74016,0,0,0,1,300,100,1,0),(61390,190195,571,1,1,2168.99,5363.41,26.1033,-0.820303,0,0,0,1,300,100,1,0),(61391,190195,571,1,1,2159.49,5352.53,30.4751,1.27409,0,0,0,1,300,100,1,0),(61392,190195,571,1,1,2163.27,5359.34,25.7703,-0.802851,0,0,0,1,300,100,1,0),(61394,190195,571,1,1,2169.72,5367.75,9.27426,-2.63544,0,0,0,1,300,100,1,0),(61397,190195,571,1,1,2173.69,5367.4,1.54144,-2.07694,0,0,0,1,300,100,1,0),(61398,190195,571,1,1,2192.27,5354.3,45.8996,0.139624,0,0,0,1,300,100,1,0),(61406,190195,571,1,1,2190.7,5354.83,27.4536,0.296705,0,0,0,1,300,100,1,0),(61410,190195,571,1,1,2177.74,5360.45,9.31609,1.0472,0,0,0,1,300,100,1,0),(61467,188404,571,1,1,3156.45,-683.712,112.385,0.130899,0,0,0,1,300,100,1,0),(67627,2061,571,1,1,2686.31,5809.98,51.2613,3.10871,0,0,0,1,180,0,1,0),(61469,191732,571,1,1,5771.66,735.08,651.069,-0.087266,0,0,-0.333807,0.942641,300,100,1,0),(61470,191476,571,1,1,5796.62,653.736,647.151,-2.05076,0,0,-0.333807,0.942641,300,100,1,0),(61471,191988,571,1,1,5807.07,682.578,658.029,-1.78023,0,0,-0.333807,0.942641,300,100,1,0),(61472,190964,571,1,1,2867.41,-308.69,138.103,-2.08566,0,0,-0.71325,0.700909,300,100,1,0),(61473,190196,571,1,1,2179.94,5343.74,39.225,0.663223,0,0,0,1,300,100,1,0),(61474,190197,571,1,1,4257.2,-2487.38,230.804,2.21656,0,0,0,1,300,100,1,0),(61476,191733,571,1,1,5821.44,690.979,652.525,0.93375,0,0,-0.333807,0.942641,300,100,1,0),(61477,191477,571,1,1,5805.79,651.728,647.322,-1.06465,0,0,-0.333807,0.942641,300,100,1,0),(61478,191989,571,1,1,5812.91,678.67,658.027,-2.43474,0,0,-0.333807,0.942641,300,100,1,0),(61479,193781,571,1,1,5888.1,481.339,641.543,-1.84132,0,0,-0.333807,0.942641,300,100,1,0),(61480,190965,571,1,1,2903.33,-309.389,138.103,-2.60926,0,0,-0.71325,0.700909,300,100,1,0),(61481,190453,571,1,1,5958.78,5492.62,-77.8369,-0.733038,0,0,0,1,300,100,1,0),(61482,190453,571,1,1,5923.95,5505.28,-82.1295,1.8675,0,0,0,1,300,100,1,0),(61483,190198,571,1,1,4293.14,-2509.57,239.008,1.16064,0,0,0,1,300,100,1,0),(61484,191222,571,1,1,2890.96,-2623.69,90.954,-1.01229,0,0,0,1,300,100,1,0),(67625,2061,571,1,1,2781.14,5553.26,44.7638,-1.54852,0,0,0,1,180,0,1,0),(61486,191734,571,1,1,5659.64,668.777,662.867,-1.93731,0,0,-0.333807,0.942641,300,100,1,0),(61487,191478,571,1,1,5811.15,656.249,647.177,-0.654497,0,0,-0.333807,0.942641,300,100,1,0),(61488,191990,571,1,1,5820.59,686.912,657.943,-3.08918,0,0,-0.333807,0.942641,300,100,1,0),(61489,193782,571,1,1,5935.29,674.132,641.788,0.103153,0,0,-0.333807,0.942641,300,100,1,0),(61490,51702,571,1,1,5035.84,1247.16,231.365,2.92342,0,0,-0.59131,0.806444,300,100,1,0),(61491,190966,571,1,1,2880.25,-287.995,129.223,-0.471238,0,0,-0.71325,0.700909,300,100,1,0),(61492,190454,571,1,1,5936.1,5495.27,-85.2233,-1.309,0,0,0,1,300,100,1,0),(61493,188663,571,1,1,3426.42,-1264.37,125.547,2.56563,0,0,0,1,300,100,1,0),(61494,188407,571,1,1,4461.29,-1416.59,160.974,-0.410153,0,0,0,1,300,100,1,0),(61495,190199,571,1,1,4338.54,-2541.38,245.227,2.37364,0,0,0,1,300,100,1,0),(67624,2061,571,1,1,2975.3,5586,48.4911,-2.44072,0,0,0,1,180,0,1,0),(61497,191735,571,1,1,5667.39,686.839,662.945,1.20428,0,0,-0.333807,0.942641,300,100,1,0),(61498,191991,571,1,1,5807.71,676.427,647.019,0.619591,0,0,-0.333807,0.942641,300,100,1,0),(61499,191479,571,1,1,5792.41,639.627,647.276,0.436332,0,0,-0.333807,0.942641,300,100,1,0),(61500,193783,571,1,1,5957.01,693.576,640.916,-1.69604,0,0,-0.333807,0.942641,300,100,1,0),(61501,51703,571,1,1,5022.37,1245.32,231.635,0.706858,0,0,-0.59131,0.806444,300,100,1,0),(61502,190967,571,1,1,2903.74,-286.82,138.103,2.62672,0,0,-0.71325,0.700909,300,100,1,0),(61503,190455,571,1,1,5962.36,5484.06,-85.1681,-1.62316,0,0,0,1,300,100,1,0),(61504,188408,571,1,1,4459.37,-1415.74,161.198,2.83616,0,0,0,1,300,100,1,0),(61505,190456,571,1,1,5410.47,-2655.21,303.954,2.08701,0,0,0,1,300,100,1,0),(67623,2061,571,1,1,2850.34,5678.42,50.5233,0.664026,0,0,0,1,180,0,1,0),(61507,191992,571,1,1,5805.73,686.743,647.007,0.855208,0,0,-0.333807,0.942641,300,100,1,0),(61508,191480,571,1,1,5788.6,645.111,647.277,0.846483,0,0,-0.333807,0.942641,300,100,1,0),(61509,193784,571,1,1,5936.42,670.835,641.871,0.473145,0,0,-0.333807,0.942641,300,100,1,0),(61510,190968,571,1,1,2867.59,-286.452,138.103,2.62672,0,0,-0.71325,0.700909,300,100,1,0),(61511,186616,571,1,1,2551.93,-4968.26,307.103,-1.0821,0,0,0,1,300,100,1,0),(61512,186616,571,1,1,2513.7,-3934.22,269.538,2.1293,0,0,0,1,300,100,1,0),(61513,186616,571,1,1,2357.07,-4626.74,226.289,-1.09956,0,0,0,1,300,100,1,0),(61514,186616,571,1,1,2538.34,-4428.93,232.199,-2.26892,0,0,0,1,300,100,1,0),(61515,186616,571,1,1,2082.25,-4579.19,216.29,-1.37881,0,0,0,1,300,100,1,0),(61516,186616,571,1,1,2109.54,-4394.78,215.315,-0.349065,0,0,0,1,300,100,1,0),(61517,186616,571,1,1,2014.87,-4786.53,203.106,-2.75761,0,0,0,1,300,100,1,0),(61518,186616,571,1,1,1978.89,-4700.31,203.189,1.39626,0,0,0,1,300,100,1,0),(61519,186616,571,1,1,2407.65,-4213.82,238.645,-0.401425,0,0,0,1,300,100,1,0),(61520,186616,571,1,1,2432.45,-4252.84,241.846,0.820303,0,0,0,1,300,100,1,0),(61521,186616,571,1,1,2195.98,-4161.05,224.044,-0.680679,0,0,0,1,300,100,1,0),(61522,186616,571,1,1,2579.15,-4715,260.338,-2.9845,0,0,0,1,300,100,1,0),(61523,186616,571,1,1,2244.03,-4252.14,229.089,1.23918,0,0,0,1,300,100,1,0),(61524,186616,571,1,1,2278.74,-4355.19,229.188,1.67551,0,0,0,1,300,100,1,0),(61525,186616,571,1,1,2581.31,-4495.6,248.18,2.02458,0,0,0,1,300,100,1,0),(61526,186616,571,1,1,2278.25,-4663.01,220.678,-2.82743,0,0,0,1,300,100,1,0),(61527,186616,571,1,1,2336,-4269.02,233.718,0.95993,0,0,0,1,300,100,1,0),(61528,186616,571,1,1,2172.76,-4207.09,229.358,1.0472,0,0,0,1,300,100,1,0),(61529,186616,571,1,1,2378.51,-4242.56,233.622,-2.47837,0,0,0,1,300,100,1,0),(61530,186616,571,1,1,2243.38,-4202.68,225.091,1.81514,0,0,0,1,300,100,1,0),(61531,186616,571,1,1,2025.19,-4450.76,210.117,-0.942477,0,0,0,1,300,100,1,0),(61532,186616,571,1,1,1939.69,-4537.56,207.011,-1.20428,0,0,0,1,300,100,1,0),(61533,186616,571,1,1,2642.73,-4918.33,304.517,1.67551,0,0,0,1,300,100,1,0),(61534,186616,571,1,1,1988.31,-5019.75,213.006,0.977383,0,0,0,1,300,100,1,0),(61535,186616,571,1,1,2275.67,-4904.09,243.626,-2.46091,0,0,0,1,300,100,1,0),(61536,186616,571,1,1,2048.05,-5067.82,225.171,0.157079,0,0,0,1,300,100,1,0),(61537,188409,571,1,1,4459.89,-1417.18,160.864,-1.89368,0,0,0,1,300,100,1,0),(61538,190457,571,1,1,5409.99,-2662.46,303.933,-0.257478,0,0,0,1,300,100,1,0),(61539,191225,571,1,1,3533.18,3213.95,25.7893,-1.43117,0,0,0,1,300,100,1,0),(61541,191993,571,1,1,5805.19,689.046,647.016,-0.479964,0,0,-0.333807,0.942641,300,100,1,0),(61542,191481,571,1,1,5792.43,634.476,647.246,-0.715583,0,0,-0.333807,0.942641,300,100,1,0),(61543,193785,571,1,1,5937.63,685.529,641.567,-0.476534,0,0,-0.333807,0.942641,300,100,1,0),(61544,190969,571,1,1,2891.11,-288.312,129.223,0.506145,0,0,-0.71325,0.700909,300,100,1,0),(61545,188665,571,1,1,3377.11,-2804.01,199.055,0,0,0,0,1,300,100,1,0),(61546,188665,571,1,1,3498.18,-2836.55,202.182,2.86233,0,0,0,1,300,100,1,0),(61547,188665,571,1,1,3390.72,-2863.66,199.771,1.13446,0,0,0,1,300,100,1,0),(61548,188665,571,1,1,3475.53,-2775.47,200.831,1.01229,0,0,0,1,300,100,1,0),(61549,188665,571,1,1,3459.89,-2903.72,201.021,-1.13446,0,0,0,1,300,100,1,0),(61550,187897,571,1,1,4167.25,5038.52,13.6758,0.488691,0,0,0,1,300,100,1,0),(61551,187897,571,1,1,4094.62,4931.81,-12.9011,-2.79252,0,0,0,1,300,100,1,0),(61552,187897,571,1,1,4154.96,5207.32,13.1572,1.27409,0,0,0,1,300,100,1,0),(61553,187897,571,1,1,4215.06,5149.67,13.0872,0.628317,0,0,0,1,300,100,1,0),(61554,187897,571,1,1,4083.21,5115.43,-1.51001,-3.05433,0,0,0,1,300,100,1,0),(61555,187897,571,1,1,4225.14,5100.71,13.4681,-1.65806,0,0,0,1,300,100,1,0),(61556,187897,571,1,1,4257.16,5105.3,13.5267,0.296705,0,0,0,1,300,100,1,0),(61557,186617,571,1,1,2551.93,-4968.26,307.103,-1.0821,0,0,0,1,300,100,1,0),(61558,186617,571,1,1,2513.7,-3934.22,269.538,2.1293,0,0,0,1,300,100,1,0),(61559,187897,571,1,1,4117.59,4754.77,0.019483,-2.18166,0,0,0,1,300,100,1,0),(61560,186617,571,1,1,2357.07,-4626.74,226.289,-1.09956,0,0,0,1,300,100,1,0),(61561,186617,571,1,1,2538.34,-4428.93,232.199,-2.26892,0,0,0,1,300,100,1,0),(61562,186617,571,1,1,2082.25,-4579.19,216.29,-1.37881,0,0,0,1,300,100,1,0),(61563,186617,571,1,1,2109.54,-4394.78,215.315,-0.349065,0,0,0,1,300,100,1,0),(61564,186617,571,1,1,2014.87,-4786.53,203.106,-2.75761,0,0,0,1,300,100,1,0),(61565,186617,571,1,1,1978.89,-4700.31,203.189,1.39626,0,0,0,1,300,100,1,0),(61566,186617,571,1,1,2407.65,-4213.82,238.645,-0.401425,0,0,0,1,300,100,1,0),(61567,186617,571,1,1,2432.45,-4252.84,241.846,0.820303,0,0,0,1,300,100,1,0),(61568,186617,571,1,1,2195.98,-4161.05,224.044,-0.680679,0,0,0,1,300,100,1,0),(61569,186617,571,1,1,2579.15,-4715,260.338,-2.9845,0,0,0,1,300,100,1,0),(61570,186617,571,1,1,2244.03,-4252.14,229.089,1.23918,0,0,0,1,300,100,1,0),(61571,186617,571,1,1,2278.74,-4355.19,229.188,1.67551,0,0,0,1,300,100,1,0),(61572,186617,571,1,1,2581.31,-4495.6,248.18,2.02458,0,0,0,1,300,100,1,0),(61573,186617,571,1,1,2278.25,-4663.01,220.678,-2.82743,0,0,0,1,300,100,1,0),(61574,186617,571,1,1,2336,-4269.02,233.718,0.95993,0,0,0,1,300,100,1,0),(61575,186617,571,1,1,2172.76,-4207.09,229.358,1.0472,0,0,0,1,300,100,1,0),(61576,186617,571,1,1,2378.51,-4242.56,233.622,-2.47837,0,0,0,1,300,100,1,0),(61577,186617,571,1,1,2243.38,-4202.68,225.091,1.81514,0,0,0,1,300,100,1,0),(61578,186617,571,1,1,2025.19,-4450.76,210.117,-0.942477,0,0,0,1,300,100,1,0),(61579,186617,571,1,1,1939.69,-4537.56,207.011,-1.20428,0,0,0,1,300,100,1,0),(61580,186617,571,1,1,2642.73,-4918.33,304.517,1.67551,0,0,0,1,300,100,1,0),(61581,186617,571,1,1,1988.31,-5019.75,213.006,0.977383,0,0,0,1,300,100,1,0),(61582,186617,571,1,1,2275.67,-4904.09,243.626,-2.46091,0,0,0,1,300,100,1,0),(61583,186617,571,1,1,2048.05,-5067.82,225.171,0.157079,0,0,0,1,300,100,1,0),(61584,187897,571,1,1,4268.03,5029.83,13.2735,2.86233,0,0,0,1,300,100,1,0),(61585,187897,571,1,1,4281.23,5148.94,13.075,2.93214,0,0,0,1,300,100,1,0),(61587,188410,571,1,1,4460.74,-1415.2,160.905,1.37881,0,0,0,1,300,100,1,0),(61588,188666,571,1,1,3455.77,-2801.78,202.171,-2.94088,0,0,0,1,300,100,1,0),(61589,190458,571,1,1,5385.68,-2617.56,303.919,-3.02813,0,0,0,1,300,100,1,0),(61590,191226,571,1,1,4522.28,0.116319,72.3394,-1.03847,0,0,0,1,300,100,1,0),(67622,2061,571,1,1,2698.51,5686.73,46.7393,-2.15965,0,0,0,1,180,0,1,0),(61592,191994,571,1,1,5807.81,689.733,647.025,-2.08567,0,0,-0.333807,0.942641,300,100,1,0),(61593,191482,571,1,1,5790.02,630.806,647.287,-0.549779,0,0,-0.333807,0.942641,300,100,1,0),(61594,193786,571,1,1,5953.21,694.019,640.863,-1.61136,0,0,-0.333807,0.942641,300,100,1,0),(61595,190970,571,1,1,2875.78,-281.598,129.362,-0.034904,0,0,-0.71325,0.700909,300,100,1,0),(61596,186618,571,1,1,997.51,-4764.48,3.27223,3.05433,0,0,0,1,300,100,1,0),(61597,187898,571,1,1,4234.03,4806.98,-12.9956,-0.837757,0,0,0,1,300,100,1,0),(61598,187898,571,1,1,4146.04,5085.88,2.4943,1.88495,0,0,0,1,300,100,1,0),(61599,187898,571,1,1,4138.46,4925.56,-12.994,2.47837,0,0,0,1,300,100,1,0),(61600,187898,571,1,1,4115.41,5182.77,13.1179,2.33874,0,0,0,1,300,100,1,0),(61601,187898,571,1,1,4224.75,4794.11,-12.9956,0.855211,0,0,0,1,300,100,1,0),(61602,187387,571,1,1,3077.1,4824.17,1.1587,-1.59698,0,0,0,1,300,100,1,0),(61603,188411,571,1,1,3418.1,-1194.25,112.254,-1.9984,0,0,0,1,300,100,1,0),(61604,193787,571,1,1,5939.84,688.581,641.158,-0.878628,0,0,-0.333807,0.942641,300,100,1,0),(61605,191995,571,1,1,5808.3,687.41,647.023,2.55691,0,0,-0.333807,0.942641,300,100,1,0),(61606,193019,571,1,1,5688.81,497.206,652.656,0.890117,0,0,-0.333807,0.942641,180,1,1,0),(61607,191227,571,1,1,3686.56,2149.01,34.6824,0.866283,0,0,0.929913,-0.36778,300,100,1,0),(61608,192507,571,1,1,3640.23,2029.06,3.85458,1.18957,0,0,0.929913,-0.36778,300,100,1,0),(61609,190971,571,1,1,2895.79,-277.923,129.362,-3.13286,0,0,-0.71325,0.700909,300,100,1,0),(61610,188667,571,1,1,3432.31,-2779.9,203.25,-2.91469,0,0,0,1,300,100,1,0),(61611,190459,571,1,1,5973.78,-2350.39,294.735,-1.48353,0,0,0,1,30,100,1,0),(61612,190459,571,1,1,5962.66,-2334.59,299.291,-1.46608,0,0,0,1,30,100,1,0),(61613,190459,571,1,1,5974,-2341.36,294.735,-2.44346,0,0,0,1,30,100,1,0),(61614,190459,571,1,1,5950.66,-2345.98,296.226,-1.98967,0,0,0,1,30,100,1,0),(61615,190459,571,1,1,5973.73,-2352.49,297.853,1.39626,0,0,0,1,30,100,1,0),(61616,190459,571,1,1,5962.99,-2334.79,297.881,0.488691,0,0,0,1,30,100,1,0),(61617,190459,571,1,1,5974.26,-2341.75,297.888,-3.07177,0,0,0,1,30,100,1,0),(61618,190459,571,1,1,5950.6,-2344.98,294.73,-0.279252,0,0,0,1,30,100,1,0),(61619,187899,571,1,1,4135.48,5008.85,-10.3291,2.79252,0,0,0,1,300,100,1,0),(61620,187899,571,1,1,4083.16,4884.68,-12.9956,1.85005,0,0,0,1,300,100,1,0),(61621,187899,571,1,1,4152.47,4856.17,-12.9955,2.87979,0,0,0,1,300,100,1,0),(61622,187899,571,1,1,4116.36,4839.37,-12.9956,-2.33874,0,0,0,1,300,100,1,0),(61623,187899,571,1,1,4184.16,4983.25,17.9086,-1.5708,0,0,0,1,300,100,1,0),(61624,187899,571,1,1,4050.99,5082.7,-1.51002,-0.174532,0,0,0,1,300,100,1,0),(61625,187899,571,1,1,4112.35,5102.46,-1.51001,-1.32645,0,0,0,1,300,100,1,0),(61626,187899,571,1,1,4093.08,5033.94,-12.7062,1.39626,0,0,0,1,300,100,1,0),(61627,187899,571,1,1,4084.94,4986.09,-14.5667,1.51844,0,0,0,1,300,100,1,0),(61628,187899,571,1,1,4207.76,4841.65,-12.9956,1.46608,0,0,0,1,300,100,1,0),(61629,187899,571,1,1,4159.74,4788.03,0.003837,-3.12412,0,0,0,1,300,100,1,0),(61630,187899,571,1,1,4225.14,5100.71,13.4681,-1.65806,0,0,0,1,300,100,1,0),(61631,186619,571,1,1,2460.38,-4600.82,233.664,2.26892,0,0,0,1,300,100,1,0),(61632,186619,571,1,1,2438.18,-4459.61,225.383,-1.97222,0,0,0,1,300,100,1,0),(61633,186619,571,1,1,1934,-4609.42,198.994,1.32645,0,0,0,1,300,100,1,0),(61634,186619,571,1,1,2603.17,-4472.66,241.461,-1.64061,0,0,0,1,300,100,1,0),(61635,186619,571,1,1,2389.61,-4574.09,222.496,1.62316,0,0,0,1,300,100,1,0),(61636,186619,571,1,1,2322.13,-4826.65,238.652,2.54818,0,0,0,1,300,100,1,0),(61637,186619,571,1,1,2134.73,-4463.94,217.625,-1.69297,0,0,0,1,300,100,1,0),(61638,186619,571,1,1,2307.73,-4635.34,219.867,-0.087266,0,0,0,1,300,100,1,0),(61639,186619,571,1,1,2284.63,-4756.29,235.005,1.44862,0,0,0,1,300,100,1,0),(61640,186619,571,1,1,2199.65,-4633.7,214.218,-2.09439,0,0,0,1,300,100,1,0),(61641,186619,571,1,1,2307.29,-4496.5,217.177,-1.91986,0,0,0,1,300,100,1,0),(61642,186619,571,1,1,2295.91,-4527.08,220.047,3.07177,0,0,0,1,300,100,1,0),(61643,186619,571,1,1,2155.9,-4289.85,222.679,-3.12412,0,0,0,1,300,100,1,0),(61644,186619,571,1,1,2243.3,-4560.33,214.783,2.9845,0,0,0,1,300,100,1,0),(61645,186619,571,1,1,2265.97,-4279.81,229.291,0.209439,0,0,0,1,300,100,1,0),(61646,186619,571,1,1,2368.09,-4860.51,249.602,0.017452,0,0,0,1,300,100,1,0),(61647,186619,571,1,1,2262.45,-4761.14,233.061,0.226892,0,0,0,1,300,100,1,0),(61648,186619,571,1,1,2233.76,-4481.99,217.464,-3.07177,0,0,0,1,300,100,1,0),(61649,186619,571,1,1,2020.19,-4628.09,211.647,-2.25147,0,0,0,1,300,100,1,0),(61650,186619,571,1,1,2117.04,-4780.54,214.089,1.76278,0,0,0,1,300,100,1,0),(61651,186619,571,1,1,2239.83,-4839,233.964,-0.261798,0,0,0,1,300,100,1,0),(61652,186619,571,1,1,2543.01,-5268.63,317.497,1.53589,0,0,0,1,300,100,1,0),(61653,186619,571,1,1,2401.26,-4832.77,248.091,3.01941,0,0,0,1,300,100,1,0),(61654,186619,571,1,1,2430,-4082.45,232.584,-0.855211,0,0,0,1,300,100,1,0),(61655,186619,571,1,1,1955.77,-5185.17,191.41,-2.96704,0,0,0,1,300,100,1,0),(61656,187899,571,1,1,4289.28,4927.95,19.3729,2.82743,0,0,0,1,300,100,1,0),(61657,187899,571,1,1,4234.03,4806.98,-12.9956,-0.837757,0,0,0,1,300,100,1,0),(61658,187899,571,1,1,4048.19,5157.57,14.1863,-2.65289,0,0,0,1,300,100,1,0),(61659,187899,571,1,1,4327.23,5050.41,13.2735,-2.79252,0,0,0,1,300,100,1,0),(61660,187388,571,1,1,3071.34,4826.25,1.22049,-1.00356,0,0,0,1,300,100,1,0),(61661,188412,571,1,1,3419,-1192.62,112.314,1.37008,0,0,0,1,300,100,1,0),(61662,191228,571,1,1,3000.86,4067.62,26.8954,1.23918,0,0,0,1,300,100,1,0),(67621,187915,571,1,1,3217.35,5275.76,46.7415,-0.497418,0,0,0,1,180,0,1,0),(61664,193020,571,1,1,5678.39,489.66,652.22,0.890117,0,0,-0.333807,0.942641,300,100,1,0),(61665,192508,571,1,1,3640.16,2028.69,3.8354,1.18532,0,0,0.929913,-0.36778,300,100,1,0),(61666,190972,571,1,1,2895.9,-281.949,129.362,-3.13286,0,0,-0.71325,0.700909,300,100,1,0),(61667,188668,571,1,1,3432.44,-2779.76,203.226,0.698132,0,0,0,1,300,100,1,0),(61676,190716,571,1,1,6123.76,-2052.93,461.301,0.925024,0,0,0,1,300,100,1,0),(61677,190716,571,1,1,6221.85,-1992.62,461.301,1.48353,0,0,0,1,300,100,1,0),(61678,190716,571,1,1,6120.29,-2047.41,461.301,-1.15192,0,0,0,1,300,100,1,0),(61679,190716,571,1,1,6146.78,-1964.03,461.301,-1.74533,0,0,0,1,300,100,1,0),(61680,190716,571,1,1,6125.74,-2017.3,586.759,-1.51844,0,0,0,1,300,100,1,0),(61686,190716,571,1,1,6213.08,-2063.91,461.301,-3.07177,0,0,0,1,300,100,1,0),(61687,190716,571,1,1,6150.46,-1969.72,461.301,-3.05433,0,0,0,1,300,100,1,0),(61688,190716,571,1,1,6096.03,-2060.32,484.782,-2.35619,0,0,0,1,300,100,1,0),(61689,190716,571,1,1,6101.65,-2074.99,484.782,1.29154,0,0,0,1,300,100,1,0),(61690,190716,571,1,1,6203.82,-2070.95,461.301,1.36136,0,0,0,1,300,100,1,0),(61691,190716,571,1,1,6200.57,-2064.53,461.301,-0.244346,0,0,0,1,300,100,1,0),(61692,190716,571,1,1,6170.62,-2070.64,586.759,-0.314158,0,0,0,1,300,100,1,0),(61693,190716,571,1,1,6092.44,-2062.89,484.782,2.60053,0,0,0,1,300,100,1,0),(61694,190716,571,1,1,6191.54,-1971.6,586.759,0.750491,0,0,0,1,300,100,1,0),(61695,187900,571,1,1,4194.78,4926.77,-12.6241,0.244346,0,0,0,1,300,100,1,0),(61696,187900,571,1,1,4069.13,4851.03,-11.0368,1.85005,0,0,0,1,300,100,1,0),(61697,187900,571,1,1,4117.49,4943.43,-12.9956,-1.309,0,0,0,1,300,100,1,0),(61698,187900,571,1,1,4216.15,5016.53,13.2736,1.0472,0,0,0,1,300,100,1,0),(61699,187900,571,1,1,4182.25,5182.11,13.5166,-1.02974,0,0,0,1,300,100,1,0),(61700,187900,571,1,1,4082.02,4783.43,-2.16092,1.44862,0,0,0,1,300,100,1,0),(61701,187900,571,1,1,4181.44,4820.79,-11.0433,3.10665,0,0,0,1,300,100,1,0),(61702,187900,571,1,1,4175.3,5105.2,13.7366,-1.20428,0,0,0,1,300,100,1,0),(61703,187900,571,1,1,4257.16,5105.3,13.5267,0.296705,0,0,0,1,300,100,1,0),(61704,186620,571,1,1,2460.38,-4600.82,233.664,2.26892,0,0,0,1,300,100,1,0),(61705,186620,571,1,1,2438.18,-4459.61,225.383,-1.97222,0,0,0,1,300,100,1,0),(61706,186620,571,1,1,1934,-4609.42,198.994,1.32645,0,0,0,1,300,100,1,0),(61707,186620,571,1,1,2603.17,-4472.66,241.461,-1.64061,0,0,0,1,300,100,1,0),(61708,186620,571,1,1,2389.61,-4574.09,222.496,1.62316,0,0,0,1,300,100,1,0),(61709,186620,571,1,1,2322.13,-4826.65,238.652,2.54818,0,0,0,1,300,100,1,0),(61710,186620,571,1,1,2134.73,-4463.94,217.625,-1.69297,0,0,0,1,300,100,1,0),(61711,186620,571,1,1,2307.73,-4635.34,219.867,-0.087266,0,0,0,1,300,100,1,0),(61712,186620,571,1,1,2284.63,-4756.29,235.005,1.44862,0,0,0,1,300,100,1,0),(61713,186620,571,1,1,2199.65,-4633.7,214.218,-2.09439,0,0,0,1,300,100,1,0),(61714,186620,571,1,1,2307.29,-4496.5,217.177,-1.91986,0,0,0,1,300,100,1,0),(61715,186620,571,1,1,2295.91,-4527.08,220.047,3.07177,0,0,0,1,300,100,1,0),(61716,186620,571,1,1,2155.9,-4289.85,222.679,-3.12412,0,0,0,1,300,100,1,0),(61717,186620,571,1,1,2243.3,-4560.33,214.783,2.9845,0,0,0,1,300,100,1,0),(61718,186620,571,1,1,2265.97,-4279.81,229.291,0.209439,0,0,0,1,300,100,1,0),(61719,186620,571,1,1,2368.09,-4860.51,249.602,0.017452,0,0,0,1,300,100,1,0),(61720,186620,571,1,1,2262.45,-4761.14,233.061,0.226892,0,0,0,1,300,100,1,0),(61721,186620,571,1,1,2233.76,-4481.99,217.464,-3.07177,0,0,0,1,300,100,1,0),(61722,186620,571,1,1,2020.19,-4628.09,211.647,-2.25147,0,0,0,1,300,100,1,0),(61723,186620,571,1,1,2117.04,-4780.54,214.089,1.76278,0,0,0,1,300,100,1,0),(61724,186620,571,1,1,2239.83,-4839,233.964,-0.261798,0,0,0,1,300,100,1,0),(61725,186620,571,1,1,2543.01,-5268.63,317.497,1.53589,0,0,0,1,300,100,1,0),(61726,186620,571,1,1,2401.26,-4832.77,248.091,3.01941,0,0,0,1,300,100,1,0),(61727,186620,571,1,1,2430,-4082.45,232.584,-0.855211,0,0,0,1,300,100,1,0),(61728,186620,571,1,1,1955.77,-5185.17,191.41,-2.96704,0,0,0,1,300,100,1,0),(61729,190716,571,1,1,6205.48,-2028.64,231.68,1.18682,0,0,0,1,300,100,1,0),(61730,190716,571,1,1,6136.82,-2044.08,231.609,-0.244346,0,0,0,1,300,100,1,0),(61731,190716,571,1,1,6193.92,-2055.64,231.362,2.79252,0,0,0,1,300,100,1,0),(61732,190716,571,1,1,6189.21,-2072.66,233.603,2.93214,0,0,0,1,300,100,1,0),(61734,190716,571,1,1,6130.4,-1993.24,231.775,-0.191985,0,0,0,1,300,100,1,0),(61735,190716,571,1,1,6193.14,-1976.21,231.461,2.37364,0,0,0,1,300,100,1,0),(61736,190716,571,1,1,6199.99,-1964.74,233.158,1.81514,0,0,0,1,300,100,1,0),(61737,190716,571,1,1,6164.69,-2050.91,231.945,0.366518,0,0,0,1,300,100,1,0),(61738,190716,571,1,1,6213.87,-2060.75,232.611,0.104719,0,0,0,1,300,100,1,0),(61739,187900,571,1,1,4280.3,5075.73,13.2735,-2.25147,0,0,0,1,300,100,1,0),(61740,187900,571,1,1,4245.35,4870.38,-12.9956,-2.96704,0,0,0,1,300,100,1,0),(61741,188413,571,1,1,3431.85,-1113.13,124.325,-1.5708,0,0,0,1,300,100,1,0),(67620,183051,556,1,1,-161.007,157.316,0.010762,-0.785397,0,0,0,1,180,0,1,0),(61743,191741,571,1,1,5887.46,627.395,654.078,2.46091,0,0,-0.333807,0.942641,300,100,1,0),(61744,191997,571,1,1,5799.18,690.25,647.055,-2.79252,0,0,-0.333807,0.942641,300,100,1,0),(61745,192509,571,1,1,3670.94,2173.4,38.0178,-0.730289,0,0,0.929913,-0.36778,300,100,1,0),(61746,190973,571,1,1,2890.16,-276.08,129.362,-1.6057,0,0,-0.71325,0.700909,300,100,1,0),(61747,191229,571,1,1,5807.81,588.249,652.379,1.27409,0,0,0,1,300,100,1,0),(61748,178429,571,1,1,5822.86,639.114,647.861,0.244346,0,0,0,1,300,100,1,0),(61749,178429,571,1,1,5823.25,640.26,649.25,0.698132,0,0,0,1,300,100,1,0),(61750,190461,571,1,1,5973.7,-2350.98,296.291,-2.26892,0,0,0,1,30,100,1,0),(61751,190461,571,1,1,5973.68,-2352.64,299.326,-0.837757,0,0,0,1,30,100,1,0),(61752,190461,571,1,1,5950.63,-2346.77,296.292,-1.55334,0,0,0,1,30,100,1,0),(61753,190461,571,1,1,5973.92,-2340.52,294.77,2.18166,0,0,0,1,30,100,1,0),(61754,190461,571,1,1,5963.32,-2334.78,299.326,-0.994837,0,0,0,1,30,100,1,0),(61755,190461,571,1,1,5965.18,-2334.78,296.291,2.94959,0,0,0,1,30,100,1,0),(61756,187901,571,1,1,4224.75,4794.11,-12.9956,0.855211,0,0,0,1,300,100,1,0),(61757,187901,571,1,1,4036.9,5017.83,-12.9956,2.05949,0,0,0,1,300,100,1,0),(61758,187901,571,1,1,4165.49,4880.7,-12.9917,-3.05433,0,0,0,1,300,100,1,0),(61759,187901,571,1,1,4250.17,5048.29,13.2735,1.46608,0,0,0,1,300,100,1,0),(61760,187901,571,1,1,4250.67,5172.69,13.0751,1.53589,0,0,0,1,300,100,1,0),(61761,187901,571,1,1,4280.3,5075.73,13.2735,-2.25147,0,0,0,1,300,100,1,0),(61762,187901,571,1,1,4215.22,4947.89,14.8235,-1.71042,0,0,0,1,300,100,1,0),(61763,187901,571,1,1,4175.3,5105.2,13.7366,-1.20428,0,0,0,1,300,100,1,0),(61764,187901,571,1,1,4281.23,5148.94,13.075,2.93214,0,0,0,1,300,100,1,0),(61765,187901,571,1,1,4057.03,4946.65,-12.9837,2.16421,0,0,0,1,300,100,1,0),(61766,187901,571,1,1,4040.9,4895.97,-12.778,2.28638,0,0,0,1,300,100,1,0),(61767,187901,571,1,1,4127.26,4894.01,-12.9956,0.90757,0,0,0,1,300,100,1,0),(61769,187901,571,1,1,4146.04,5085.88,2.4943,1.88495,0,0,0,1,300,100,1,0),(61770,187901,571,1,1,4215.06,5149.67,13.0872,0.628317,0,0,0,1,300,100,1,0),(61771,187901,571,1,1,4316.02,4984.05,13.2735,-0.680679,0,0,0,1,300,100,1,0),(61773,188414,571,1,1,3233.67,-485.788,141.387,-1.9984,0,0,0,1,300,100,1,0),(61774,191998,571,1,1,5796.78,692.103,647.047,-2.05076,0,0,-0.333807,0.942641,300,100,1,0),(61775,192510,571,1,1,3670.25,2173.81,37.9765,-0.734539,0,0,0.929913,-0.36778,300,100,1,0),(61776,191486,571,1,1,3225.38,-726.147,168.258,0.741765,0,0,0.5,0.866025,300,100,1,0),(61777,190974,571,1,1,2886.13,-276.009,129.362,-1.6057,0,0,-0.71325,0.700909,300,100,1,0),(61778,191486,571,1,1,1964.25,-6160.33,25.152,2.67035,0,0,0.996566,0.082808,300,100,1,0),(61779,191486,571,1,1,446.138,-4660.42,247.599,1.85877,0,0,0.882948,0.469472,300,100,1,0),(61780,190462,571,1,1,5890.29,-2353.55,296.292,-2.74016,0,0,0,1,30,100,1,0),(61781,187902,571,1,1,2499.93,5633.02,49.0664,1.51844,0,0,0,1,300,100,1,0),(61782,188670,571,1,1,3624.81,-2676.86,142.025,-1.32645,0,0,0,1,300,100,1,0),(61783,188670,571,1,1,3674.29,-2659.48,157.403,1.44862,0,0,0,1,300,100,1,0),(61784,188670,571,1,1,3659.2,-2638.41,155.301,-1.67551,0,0,0,1,300,100,1,0),(61785,188670,571,1,1,3648,-2718.12,159.159,-1.41372,0,0,0,1,300,100,1,0),(61786,188670,571,1,1,3668.95,-2682.18,157.686,-3.05433,0,0,0,1,300,100,1,0),(61787,188670,571,1,1,3442.39,-2653.89,78.6828,2.32129,0,0,0,1,300,100,1,0),(61788,188670,571,1,1,3474.31,-2641.52,87.617,0.401425,0,0,0,1,300,100,1,0),(61789,188670,571,1,1,3607.04,-2637.09,127.46,1.32645,0,0,0,1,300,100,1,0),(61790,188670,571,1,1,3630.91,-2637.21,133.941,0.750491,0,0,0,1,300,100,1,0),(61791,188670,571,1,1,3453.22,-2663.57,78.1837,-2.63544,0,0,0,1,300,100,1,0),(61792,188670,571,1,1,3456.42,-2635.57,80.6225,-1.95477,0,0,0,1,300,100,1,0),(61793,188670,571,1,1,3579.51,-2633.75,118.771,-1.83259,0,0,0,1,300,100,1,0),(61794,187902,571,1,1,2447.82,5610.55,46.1023,-1.01229,0,0,0,1,300,100,1,0),(61795,187902,571,1,1,2450.06,5629.55,47.0226,2.70526,0,0,0,1,300,100,1,0),(61796,187902,571,1,1,2458.74,5526.04,34.5394,-1.85005,0,0,0,1,300,100,1,0),(61797,187902,571,1,1,2442.81,5551.97,36.204,0.296705,0,0,0,1,300,100,1,0),(61798,187902,571,1,1,2516.3,5622.55,47.1111,0.872664,0,0,0,1,300,100,1,0),(61799,187902,571,1,1,2415.89,5580.27,39.126,1.79769,0,0,0,1,300,100,1,0),(61800,187902,571,1,1,2491.61,5597.2,44.1733,-2.63544,0,0,0,1,300,100,1,0),(61801,187902,571,1,1,2552.56,5591.84,39.1213,-2.60053,0,0,0,1,300,100,1,0),(61802,187902,571,1,1,2508.08,5552.33,36.6421,2.09439,0,0,0,1,300,100,1,0),(61803,187902,571,1,1,2548.45,5568.71,35.4684,2.86233,0,0,0,1,300,100,1,0),(61804,187902,571,1,1,2587.83,5578.1,39.3253,1.309,0,0,0,1,300,100,1,0),(61807,188670,571,1,1,3534.13,-2660.02,105.8,-1.88495,0,0,0,1,300,100,1,0),(61808,188670,571,1,1,3474.58,-2592.9,83.8677,-1.27409,0,0,0,1,300,100,1,0),(61810,188670,571,1,1,3562.53,-2640.82,114.281,1.22173,0,0,0,1,300,100,1,0),(61811,188670,571,1,1,3580.37,-2660.81,122.322,-2.80997,0,0,0,1,300,100,1,0),(61813,188670,571,1,1,3553.6,-2667.15,111.663,2.77507,0,0,0,1,300,100,1,0),(61814,188670,571,1,1,3521.85,-2638.75,98.9984,-2.33874,0,0,0,1,300,100,1,0),(61815,188670,571,1,1,3590.34,-2698.25,127.506,-0.820303,0,0,0,1,300,100,1,0),(61816,188670,571,1,1,3553.48,-2635.52,109.696,-0.628317,0,0,0,1,300,100,1,0),(61817,188670,571,1,1,3503.06,-2685.82,101.83,-2.58308,0,0,0,1,300,100,1,0),(61819,193791,571,1,1,7809.58,-2956.83,1257.5,0.942477,0,0,0,1,300,100,1,0),(61820,191999,571,1,1,5799.22,679.751,647.03,2.2602,0,0,-0.333807,0.942641,300,100,1,0),(61821,191487,571,1,1,3230.09,-743.539,168.258,2.74888,0,0,0.5,0.866025,300,100,1,0),(61822,190975,571,1,1,2882.7,-275.949,129.362,-1.6057,0,0,-0.71325,0.700909,300,100,1,0),(61823,191487,571,1,1,1978.89,-6149.82,25.152,-1.6057,0,0,0.996566,0.082808,300,100,1,0),(61824,191487,571,1,1,463.837,-4663.8,247.599,-2.41728,0,0,0.882948,0.469472,300,100,1,0),(61825,188671,571,1,1,3517.24,-1127.65,114.332,-0.942477,0,0,0,1,300,100,1,0),(61826,188671,571,1,1,3626.61,-1390.44,109.751,0.017452,0,0,0,1,300,100,1,0),(61827,188671,571,1,1,3842.71,-1400.78,144.872,0.855211,0,0,0,1,300,100,1,0),(61828,188671,571,1,1,3892.65,-1380.89,145.15,-0.331611,0,0,0,1,300,100,1,0),(61829,188671,571,1,1,3838.97,-1419.85,144.795,-1.79769,0,0,0,1,300,100,1,0),(61830,188671,571,1,1,3854.17,-1418.13,144.868,-1.93731,0,0,0,1,300,100,1,0),(61831,188671,571,1,1,3881.81,-1405.98,143.822,-2.68781,0,0,0,1,300,100,1,0),(61832,190463,571,1,1,5950.59,-2344.87,296.327,-1.15192,0,0,0,1,30,100,1,0),(61833,188671,571,1,1,3739.64,-1322.42,135.359,-2.84488,0,0,0,1,300,100,1,0),(61834,188671,571,1,1,3650.74,-1334.24,113.954,-1.64061,0,0,0,1,300,100,1,0),(61835,188671,571,1,1,3580.73,-1387.89,105.337,3.00195,0,0,0,1,300,100,1,0),(61836,188671,571,1,1,3706.22,-1411.42,134.471,-3.01941,0,0,0,1,300,100,1,0),(61837,188671,571,1,1,3846.66,-1350.71,144.309,0.506145,0,0,0,1,300,100,1,0),(61838,188671,571,1,1,3737.7,-1390.54,135.324,-1.64061,0,0,0,1,300,100,1,0),(61839,188671,571,1,1,3544.43,-1375.33,107.61,1.46608,0,0,0,1,300,100,1,0),(61840,188671,571,1,1,3543.11,-1330.23,105.748,-1.0821,0,0,0,1,300,100,1,0),(61841,188671,571,1,1,3524.34,-1409.83,106.096,2.32129,0,0,0,1,300,100,1,0),(61842,188671,571,1,1,3788.22,-1383.14,135.189,3.10665,0,0,0,1,300,100,1,0),(61843,188671,571,1,1,3825.18,-1430.42,146.669,1.41372,0,0,0,1,300,100,1,0),(61844,188671,571,1,1,3747.23,-1439.89,135.627,3.01941,0,0,0,1,300,100,1,0),(61845,188671,571,1,1,3605.81,-1345.34,110.773,-2.91469,0,0,0,1,300,100,1,0),(61846,188671,571,1,1,3660.89,-1301.95,113.615,-1.02974,0,0,0,1,300,100,1,0),(61847,188671,571,1,1,3578.87,-1203.75,120.228,2.91469,0,0,0,1,300,100,1,0),(61848,188671,571,1,1,3560.92,-1289.85,106.974,0.157079,0,0,0,1,300,100,1,0),(61849,188671,571,1,1,3675.62,-1269.44,111.852,-0.855211,0,0,0,1,300,100,1,0),(54963,23300,0,1,1,-8897.94,909.438,110.7,-1.0821,0,0,0.944089,-0.329691,300,100,1,0),(61850,25350,0,1,1,-8863.89,943.261,114.328,0.506145,0,0,0.944089,-0.329691,300,100,1,0),(61851,25351,0,1,1,-8851.11,920.188,114.328,0.506145,0,0,0.944089,-0.329691,300,100,1,0),(28502,183519,532,1,1,-10943.2,-1973.52,79.9729,3.00815,0,0,0.900698,0.434445,604800,255,1,0),(61853,25354,0,1,1,-8790.71,935.931,112.986,-2.46964,0,0,0.944089,-0.329691,300,100,1,0),(61878,2128,0,1,1,-8843.62,922.392,101.183,-2.64417,0,0,0.944089,-0.329691,300,100,1,0),(61887,24675,0,1,1,-8569.69,887.596,106.523,-2.46964,0,0,0.944089,-0.329691,300,100,1,0),(61889,24677,0,1,1,-8585.14,877.405,106.523,-0.898843,0,0,0.944089,-0.329691,300,100,1,0),(61890,24678,0,1,1,-8585.83,875,106.523,0.67195,0,0,0.944089,-0.329691,300,100,1,0),(61891,24681,0,1,1,-8571.99,887.919,106.523,-0.898843,0,0,0.944089,-0.329691,300,100,1,0),(61892,17259,0,1,1,-8861.44,854.285,99.6084,-0.113445,0,0,0.944089,-0.329691,300,100,1,0),(61893,186475,0,1,1,-8050.04,1418.29,1.44851,1.74533,0,0,0,1,300,100,1,0),(61894,17260,0,1,1,-8858.78,851.648,99.6084,1.57952,0,0,0.944089,-0.329691,300,100,1,0),(10714,2157,0,1,1,-8616.12,872.51,99.485,-0.898843,0,0,0.944089,-0.329691,300,100,1,0),(61907,103794,0,1,1,-8825.4,957.33,99.247,-2.45218,0,0,0.944089,-0.329691,300,100,1,0),(61912,2165,0,1,1,-8899.29,971.617,122.171,3.06302,0,0,0.944089,-0.329691,300,100,1,0),(61914,2171,0,1,1,-8827.23,957.506,99.847,2.2602,0,0,0.944089,-0.329691,300,100,1,0),(61915,24700,0,1,1,-8559.96,902.14,96.6897,-0.898843,0,0,0.944089,-0.329691,300,100,1,0),(61917,24701,0,1,1,-8557.65,901.772,96.6897,-2.46964,0,0,0.944089,-0.329691,300,100,1,0),(61918,24445,0,1,1,-8858.18,856.27,99.6084,-1.68424,0,0,0.944089,-0.329691,300,100,1,0),(61921,2178,0,1,1,-8845.38,922.915,101.783,2.06821,0,0,0.944089,-0.329691,300,100,1,0),(30834,28030,0,1,1,-8506.89,657.75,100.065,-2.53945,0,0,0.95502,-0.296542,180,100,1,0),(61928,28039,0,1,1,-8706.82,865.91,96.1668,2.2602,0,0,0.944089,-0.329691,300,100,1,0),(61930,2186,0,1,1,-8726.22,892.585,100.563,-2.45218,0,0,0.944089,-0.329691,300,100,1,0),(61934,24718,0,1,1,-8706.59,867.792,96.7633,0.689404,0,0,0.944089,-0.329691,300,100,1,0),(61936,191374,0,1,1,-8782.46,430.432,105.238,-0.898843,0,0,0.944089,-0.329691,300,100,1,0),(61938,2191,0,1,1,-8706.76,865.96,97.3634,2.2602,0,0,0.944089,-0.329691,300,100,1,0),(61939,24719,0,1,1,-8727.88,894.594,100.563,0.689404,0,0,0.944089,-0.329691,300,100,1,0),(61940,191375,0,1,1,-8785.74,427.803,105.238,-0.898843,0,0,0.944089,-0.329691,300,100,1,0),(150000,181630,530,1,1,-20.236,3803.41,93.1402,5.24994,0,0,0.493946,-0.869492,25,0,1,0),(61942,191376,0,1,1,-8784.06,429.163,105.238,-0.898843,0,0,0.944089,-0.329691,300,100,1,0),(61943,24721,0,1,1,-8843.1,924.157,101.783,-1.07338,0,0,0.944089,-0.329691,300,100,1,0),(61944,191377,0,1,1,-8777.93,432.35,105.238,-2.46964,0,0,0.944089,-0.329691,300,100,1,0),(61945,191378,0,1,1,-8776.57,430.67,105.238,-2.46964,0,0,0.944089,-0.329691,300,100,1,0),(61946,191379,0,1,1,-8775.3,429.074,105.238,-2.46964,0,0,0.944089,-0.329691,300,100,1,0),(61947,191380,0,1,1,-8785.55,420.868,105.238,0.67195,0,0,0.944089,-0.329691,300,100,1,0),(61949,191381,0,1,1,-8786.91,422.549,105.238,0.67195,0,0,0.944089,-0.329691,300,100,1,0),(61951,191382,0,1,1,-8788.18,424.144,105.238,0.67195,0,0,0.944089,-0.329691,300,100,1,0),(61952,191385,0,1,1,-8777.89,416.19,103.932,2.43474,0,0,0.944089,-0.329691,300,100,1,0),(61967,193981,0,1,1,-8859.2,853.973,101.054,0.645772,0,0,0,1,300,100,1,0),(61986,10207,0,1,1,-8859.67,821.755,98.354,-2.46964,0,0,0.944089,-0.329691,300,100,1,0),(61987,10208,0,1,1,-8861.97,819.85,98.354,0.67195,0,0,0.944089,-0.329691,300,100,1,0),(61990,10221,0,1,1,-8860.13,866.017,99.6229,-0.907568,0,0,0.944089,-0.329691,300,100,1,0),(61991,10222,0,1,1,-8857.95,865.66,99.6506,-2.47836,0,0,0.944089,-0.329691,300,100,1,0),(61993,10224,0,1,1,-8858.18,863.525,99.6414,2.23402,0,0,0.944089,-0.329691,300,100,1,0),(54966,190712,0,1,1,-8739.03,654.5,105.364,-1.26536,0,0,0.944089,-0.329691,180,0,1,0),(61997,190713,0,1,1,-8751.51,659.103,105.019,0.043329,0,0,0.944089,-0.329691,300,100,1,0),(61998,190714,0,1,1,-8750.38,661.053,105.017,-1.34137,0,0,0.944089,-0.329691,300,100,1,0),(61999,179706,0,1,1,-8781.13,424.761,106.629,-0.890117,0,0,0,1,300,100,1,0),(62000,190715,0,1,1,-8748.25,660.109,105.017,-2.74345,0,0,0.944089,-0.329691,300,100,1,0),(42853,193024,571,1,1,7258.16,3641.66,808.934,3.14159,0,0,0,1,300,100,1,0),(42854,193536,571,1,3,7579.91,1400.89,331.329,1.51714,0,0,0,1,300,100,1,0),(50451,193792,571,1,1,6636.86,2320.42,577.953,-2.70526,0,0,0,1,300,100,1,0),(62004,193537,571,1,3,7576.52,1399.52,330.664,-2.527,0,0,0,1,300,100,1,0),(62005,193025,571,1,1,6625.93,3199.03,648.078,-2.05949,0,0,0,1,300,100,1,0),(62006,193793,571,1,1,6520.55,2569.85,577.953,2.00713,0,0,0,1,300,100,1,0),(62007,193538,571,1,1,7615.07,1380.54,335.588,0.496958,0,0,0,1,300,100,1,0),(62008,193539,571,1,1,7610.19,1378.6,335.013,-1.90593,0,0,0,1,300,100,1,0),(62009,193027,571,1,1,7067.65,4300.12,872.169,0.279252,0,0,0,1,300,100,1,0),(62010,193540,571,1,3,7574.31,1384.21,330.459,1.87414,0,0,0,1,300,100,1,0),(62011,193028,571,1,1,7068.63,4308.09,873.306,-1.20428,0,0,0,1,300,100,1,0),(62012,193029,571,1,1,6399.83,404.959,525.692,0.776672,0,0,0,1,300,100,1,0),(62013,193541,571,1,3,7559.11,1392.03,327.219,1.69289,0,0,0,1,300,100,1,0),(62014,193030,571,1,1,6402.08,457.836,511.981,-1.88495,0,0,0,1,300,100,1,0),(62015,193542,571,1,3,7563.44,1362.55,329.132,1.69289,0,0,0,1,300,100,1,0),(62016,192774,571,1,1,7703.27,3476.54,651.8,-0.15789,0,0,0,1,300,100,1,0),(62017,193543,571,1,3,7596.34,1363.15,334.401,1.74526,0,0,0,1,300,100,1,0),(62018,192264,571,1,1,8154.83,1911.41,515.226,-0.494656,0,0,0,1,300,100,1,0),(62019,193544,571,1,3,7598.88,1391.56,333.255,-0.285862,0,0,0,1,300,100,1,0),(62020,193545,571,1,3,7584.52,1401.05,331.797,1.08451,0,0,0,1,300,100,1,0),(62021,192522,571,1,511,6235.24,-10.9921,411.637,-2.41728,0,0,0,1,300,100,1,0),(62022,193546,571,1,3,7582.59,1387.33,331.879,-0.379059,0,0,0,1,300,100,1,0),(62023,191754,571,1,1,8506.13,2582.63,652.433,1.13942,0,0,0.551937,0.833886,300,100,1,0),(62025,193547,571,1,3,7608.73,1389.62,332.862,0.787378,0,0,0,1,300,100,1,0),(62026,191755,571,1,1,8474.3,2612.58,652.433,0.92998,0,0,0.551937,0.833886,300,100,1,0),(62027,192523,571,1,195,6219.46,1.26644,410.165,1.11701,0,0,0,1,300,100,1,0),(62029,193548,571,1,3,7587.27,1409.43,331.765,-0.124647,0,0,0,1,300,100,1,0),(62030,191756,571,1,1,8561.84,2592.02,652.433,1.2965,0,0,0.551937,0.833886,300,100,1,0),(62031,2061,571,1,1,3574.91,6658.26,195.181,2.47564,0,0,0,1,300,100,1,0),(62033,2061,571,1,1,6402.99,429.552,511.271,1.31772,0,0,0,1,300,100,1,0),(62034,193549,571,1,3,7578.62,1387.33,330.944,0.645532,0,0,0,1,300,100,1,0),(62035,191757,571,1,3,8601.33,2632.94,652.433,2.73477,0,0,0.551937,0.833886,300,100,1,0),(62036,191757,571,1,1,6827.48,1651.72,389.112,-1.55873,0,0,0.999962,-0.008726,300,100,1,0),(62037,193550,571,1,3,7578.11,1388.37,330.805,-1.13566,0,0,0,1,300,100,1,0),(62038,191758,571,1,1,8570.63,2732.61,652.433,-1.94873,0,0,0.551937,0.833886,300,100,1,0),(62039,193551,571,1,3,7578.62,1388.33,330.912,-2.65314,0,0,0,1,300,100,1,0),(62040,193552,571,1,3,7558.06,1378.51,326.51,1.68901,0,0,0,1,300,100,1,0),(62041,192784,571,1,1,7632.63,3406.75,656.275,-1.90241,0,0,0,1,300,100,1,0),(62045,193553,571,1,3,7605.04,1342.71,336.273,0.273334,0,0,0,1,300,100,1,0),(62046,193041,571,1,1,3869.78,6984.43,110.192,0.045853,0,0,0.022925,0.999737,300,100,1,0),(62047,192785,571,1,1,7632.5,3407.1,656.298,-2.94959,0,0,0,1,300,100,1,0),(62050,2066,571,1,1,7807.67,4868.28,4.16083,-1.65806,0,0,0,1,300,100,1,0),(62051,2066,571,1,1,8336.88,2793.73,655.092,3.07177,0,0,0,1,300,100,1,0),(62052,2066,571,1,1,7777.56,4848.53,29.3518,0.863937,0,0,0,1,300,100,1,0),(62053,2066,571,1,1,7905.33,4926.07,1.56121,1.05592,0,0,0,1,300,100,1,0),(62054,2066,571,1,1,7822.57,5085.76,1.78688,1.23918,0,0,0,1,300,100,1,0),(62055,2066,571,1,1,7617.28,5125.99,25.2926,-0.270525,0,0,0,1,300,100,1,0),(62056,2066,571,1,1,7661.33,4865.7,4.97524,-3.11539,0,0,0,1,300,100,1,0),(62057,2066,571,1,1,7615.4,4736.51,25.694,2.89724,0,0,0,1,300,100,1,0),(62058,2066,571,1,1,7691.7,4868.03,29.2521,3.14159,0,0,0,1,300,100,1,0),(62059,2066,571,1,1,7692.24,4847.24,29.48,1.5708,0,0,0,1,300,100,1,0),(62060,2066,571,1,1,7777.48,4869.06,29.2643,3.14159,0,0,0,1,300,100,1,0),(62061,2066,571,1,195,6219.94,1.55903,410.232,-1.63637,0,0,0,1,300,100,1,0),(62062,2066,571,1,1,7423.11,4187.73,319.584,-1.19769,0,0,0,1,300,100,1,0),(62063,193554,571,1,1,7615.43,1379.26,335.68,-0.226814,0,0,0,1,300,100,1,0),(62064,2066,571,1,1,7555.87,5057.47,25.4047,-1.07338,0,0,0,1,300,100,1,0),(62065,2066,571,1,1,7812.06,5015.73,2.25373,1.15191,0,0,0,1,300,100,1,0),(62066,2066,571,1,1,7662.19,4847.57,5.28149,1.64934,0,0,0,1,300,100,1,0),(62067,2066,571,1,1,7807.76,4850.11,4.76893,3.07177,0,0,0,1,300,100,1,0),(62068,2066,571,1,1,7557.25,4980.23,25.5459,3.06302,0,0,0,1,300,100,1,0),(62069,193042,571,1,1,3869.78,6984.43,110.192,0.045853,0,0,0.022925,0.999737,300,100,1,0),(62070,193555,571,1,3,7564.66,1332.82,330.691,1.51748,0,0,0,1,300,100,1,0),(62071,192787,571,1,511,6250.72,71.2606,389.722,-1.64934,0,0,0,1,300,100,1,0),(62072,193556,571,1,3,7568.75,1325.18,332.066,1.54784,0,0,0,1,300,100,1,0),(62073,191509,571,1,1,7423.11,4187.73,319.584,-1.19769,0,0,0,1,300,100,1,0),(62074,193557,571,1,3,7577.83,1327.04,332.714,2.27797,0,0,0,1,300,100,1,0),(62075,193558,571,1,3,7605.1,1412.2,334.345,0.264256,0,0,0,1,300,100,1,0),(62076,193559,571,1,3,7603.51,1381,334.566,2.55582,0,0,0,1,300,100,1,0),(62077,193049,571,1,1,6423.45,407.394,506.493,-0.270525,0,0,0,1,300,100,1,0),(62078,193050,571,1,1,6386.14,569.166,500.37,1.67551,0,0,0,1,300,100,1,0),(62079,193562,571,1,1,7824.2,988.588,450.983,-2.37364,0,0,0,1,300,100,1,0),(62080,193562,571,1,1,7886.34,1236.11,445.527,2.77507,0,0,0,1,300,100,1,0),(62081,193562,571,1,1,7722.1,823.16,472.281,0.244346,0,0,0,1,300,100,1,0),(62082,193562,571,1,1,7863.61,1045.55,448.625,2.37364,0,0,0,1,300,100,1,0),(62083,193562,571,1,1,7750.72,1145.54,440.087,-1.3439,0,0,0,1,300,100,1,0),(62084,193562,571,1,1,7897.62,1245.15,450.601,3.05433,0,0,0,1,300,100,1,0),(62085,193562,571,1,1,7620.17,718.412,482.727,2.72271,0,0,0,1,300,100,1,0),(62086,193562,571,1,1,7718.7,816.194,475.625,-2.51327,0,0,0,1,300,100,1,0),(62087,193562,571,1,1,7621.49,719.747,482.714,-0.925024,0,0,0,1,300,100,1,0),(62088,193562,571,1,1,7823.79,1133.33,395.619,3.05433,0,0,0,1,300,100,1,0),(62089,193562,571,1,1,7885.8,1231.35,445.444,-1.11701,0,0,0,1,300,100,1,0),(62090,193562,571,1,1,7750.94,1137.05,440.588,-1.18682,0,0,0,1,300,100,1,0),(62091,193562,571,1,1,7718.63,808.149,478.447,-1.91986,0,0,0,1,300,100,1,0),(62092,193562,571,1,1,7586.67,835.665,484.552,-2.77507,0,0,0,1,300,100,1,0),(62093,193562,571,1,1,7802.48,1021.4,447.643,1.32645,0,0,0,1,300,100,1,0),(62094,193562,571,1,1,7726.53,817.004,466.95,-0.244346,0,0,0,1,300,100,1,0),(62095,193562,571,1,1,7585.21,835.042,485.106,-2.44346,0,0,0,1,300,100,1,0),(62096,193562,571,1,1,7772.91,1042.02,395.619,-3.05433,0,0,0,1,300,100,1,0),(62097,193562,571,1,1,7829.42,991.696,450.757,0.680677,0,0,0,1,300,100,1,0),(62098,193562,571,1,1,7794.68,1147.71,442.14,-0.122173,0,0,0,1,300,100,1,0),(62099,193562,571,1,1,7926.16,1209.43,463.891,1.79769,0,0,0,1,300,100,1,0),(62100,193562,571,1,1,7880.84,1090.71,448.085,-0.680679,0,0,0,1,300,100,1,0),(62101,193562,571,1,1,7528.25,687.728,475.266,1.65806,0,0,0,1,300,100,1,0),(62102,193562,571,1,1,7819.01,1130.5,395.606,2.35619,0,0,0,1,300,100,1,0),(62103,193562,571,1,1,7594.93,989.293,483.975,-2.40855,0,0,0,1,300,100,1,0),(62104,193562,571,1,1,7748.14,1136.04,442.17,1.44862,0,0,0,1,300,100,1,0),(62105,193562,571,1,1,7779.12,1052.2,396.433,2.26892,0,0,0,1,300,100,1,0),(62106,193562,571,1,1,7680.63,1058.69,453.405,2.11185,0,0,0,1,300,100,1,0),(62107,193562,571,1,1,7801.34,1022.63,447.485,-2.11185,0,0,0,1,300,100,1,0),(62108,193562,571,1,1,7719.86,815.115,475.36,-3.08918,0,0,0,1,300,100,1,0),(62109,193562,571,1,1,7622.94,718.648,483.001,-3.05433,0,0,0,1,300,100,1,0),(62110,193562,571,1,1,7871.66,1150.97,444.191,1.39626,0,0,0,1,300,100,1,0),(62111,193562,571,1,1,7805.48,1018.51,448.104,1.25664,0,0,0,1,300,100,1,0),(62112,193562,571,1,1,7730.03,913.536,461.54,0.698132,0,0,0,1,300,100,1,0),(62113,193562,571,1,1,7746.66,1134.97,442.27,2.42601,0,0,0,1,300,100,1,0),(62114,193562,571,1,1,7800.03,1021.11,447.499,-1.16937,0,0,0,1,300,100,1,0),(62115,193562,571,1,1,7751.42,1143.7,440.212,-0.942477,0,0,0,1,300,100,1,0),(62116,193562,571,1,1,7667.85,756.289,482.435,0.349065,0,0,0,1,300,100,1,0),(62117,193562,571,1,1,7522.32,679.826,484.576,-2.21656,0,0,0,1,300,100,1,0),(62118,193562,571,1,1,7776.69,1104.89,396.179,1.37881,0,0,0,1,300,100,1,0),(62119,193562,571,1,1,7575.85,835.831,488.875,-2.3911,0,0,0,1,300,100,1,0),(62120,193562,571,1,1,7596.11,985.773,483.978,-0.820303,0,0,0,1,300,100,1,0),(160196,189979,571,1,1,3500.65,5648.27,61.2663,-1.309,0,0,0,1,900,255,1,0),(160195,189979,571,1,1,3471.36,3949.05,28.4666,1.36136,0,0,0,1,900,255,1,0),(160194,189979,571,1,1,3456.69,4495.23,-14.5277,1.01229,0,0,0,1,900,255,1,0),(160193,189979,571,1,1,3442.73,4790.61,28.0548,-0.76794,0,0,0,1,900,255,1,0),(62125,193563,571,1,1,7720.28,823.349,472.304,-0.157079,0,0,0,1,300,100,1,0),(62126,193563,571,1,1,7936.18,1206.97,466.788,2.04204,0,0,0,1,300,100,1,0),(62127,193563,571,1,1,7746.85,1139.75,440.269,1.37881,0,0,0,1,300,100,1,0),(62128,193563,571,1,1,7855.11,1070.65,395.714,-0.244346,0,0,0,1,300,100,1,0),(62129,193563,571,1,1,7873.95,1148.38,443.175,2.26892,0,0,0,1,300,100,1,0),(62130,193563,571,1,1,7809.04,1151,442.14,1.88495,0,0,0,1,300,100,1,0),(62131,193563,571,1,1,7748.21,1134.5,442.082,0,0,0,0,1,300,100,1,0),(62132,193563,571,1,1,7872.32,1146.83,443.175,0.750491,0,0,0,1,300,100,1,0),(62133,193563,571,1,1,7822.36,1084.26,395.143,-1.46608,0,0,0,1,300,100,1,0),(62134,193563,571,1,1,7927.63,1209.97,464.585,-1.85005,0,0,0,1,300,100,1,0),(62135,193563,571,1,1,7680.11,755.127,484.643,1.29154,0,0,0,1,300,100,1,0),(62136,193563,571,1,1,7688.92,1052.59,446.469,-1.64061,0,0,0,1,300,100,1,0),(62137,193563,571,1,1,7868.4,1046.7,451.267,-0.593412,0,0,0,1,300,100,1,0),(62138,193563,571,1,1,7848.85,1114.72,395.516,-1.02974,0,0,0,1,300,100,1,0),(62139,193563,571,1,1,7595.88,990.578,484.53,0.209439,0,0,0,1,300,100,1,0),(62140,193563,571,1,1,7726.56,815.008,467.179,2.02458,0,0,0,1,300,100,1,0),(62141,193563,571,1,1,7513.15,684.283,485.424,-0.436332,0,0,0,1,300,100,1,0),(62142,193563,571,1,1,7846.31,1108.38,395.583,-0.750491,0,0,0,1,300,100,1,0),(62143,193563,571,1,1,7827.5,991.967,450.448,2.91469,0,0,0,1,300,100,1,0),(62144,193563,571,1,1,7859.93,1044.77,450.145,-1.88495,0,0,0,1,300,100,1,0),(62145,193563,571,1,1,7781.81,1042.53,397.071,2.54818,0,0,0,1,300,100,1,0),(62146,193563,571,1,1,7783.86,1102.04,396.409,0.802851,0,0,0,1,300,100,1,0),(62147,193563,571,1,1,7832.13,1068.94,393.079,-2.19912,0,0,0,1,300,100,1,0),(62148,193563,571,1,1,7815.84,1099.93,391.604,-2.32129,0,0,0,1,300,100,1,0),(62149,193563,571,1,1,7754.41,1048.27,441.666,0.209439,0,0,0,1,300,100,1,0),(62150,193563,571,1,1,7871.21,1148.09,443.175,-0.95993,0,0,0,1,300,100,1,0),(62151,193563,571,1,1,7698.68,986.824,457.293,-1.65806,0,0,0,1,300,100,1,0),(62152,193563,571,1,1,7670.46,746.752,492.626,2.47837,0,0,0,1,300,100,1,0),(62153,193563,571,1,1,7736.75,996.979,447.414,-2.28638,0,0,0,1,300,100,1,0),(62154,193563,571,1,1,7672.08,748.578,491.462,-2.30383,0,0,0,1,300,100,1,0),(62155,193563,571,1,1,7578.25,831.335,487.99,-0.017452,0,0,0,1,300,100,1,0),(62156,193563,571,1,1,7822.82,989.955,450.541,-2.02458,0,0,0,1,300,100,1,0),(62157,193563,571,1,1,7737.87,1001.8,447.042,0.750491,0,0,0,1,300,100,1,0),(62158,193563,571,1,1,7784.27,1045.85,395.619,-1.309,0,0,0,1,300,100,1,0),(62159,193563,571,1,1,7747.4,1133.2,442.121,-2.1293,0,0,0,1,300,100,1,0),(62160,193563,571,1,1,7702.62,980.113,455.71,2.40855,0,0,0,1,300,100,1,0),(62161,193563,571,1,1,7721.47,917.19,466.909,-1.44862,0,0,0,1,300,100,1,0),(62162,193563,571,1,1,7518.52,697.779,473.263,2.42601,0,0,0,1,300,100,1,0),(62163,193563,571,1,1,7513.69,779.775,471.141,2.14675,0,0,0,1,300,100,1,0),(62164,193563,571,1,1,7850.02,1111.1,398.135,-0.366518,0,0,0,1,300,100,1,0),(62165,193563,571,1,1,7824.34,992.585,449.664,-1.79769,0,0,0,1,300,100,1,0),(62166,193563,571,1,1,7824.99,994.548,449.632,-1.93731,0,0,0,1,300,100,1,0),(62167,193563,571,1,1,7806.14,1021.14,448.384,-0.872664,0,0,0,1,300,100,1,0),(62168,193563,571,1,1,7682.53,1066.97,446.544,-3.10665,0,0,0,1,300,100,1,0),(62169,193563,571,1,1,7884.77,1084.23,448.194,-2.37364,0,0,0,1,300,100,1,0),(62170,193563,571,1,1,7743.59,1077.73,441.702,-0.90757,0,0,0,1,300,100,1,0),(62171,193563,571,1,1,7851.06,1066.61,397.835,3.05433,0,0,0,1,300,100,1,0),(62172,193563,571,1,1,7680,1053.09,453.495,0.471238,0,0,0,1,300,100,1,0),(62173,193563,571,1,1,7868.1,1050.02,448.965,-2.11185,0,0,0,1,300,100,1,0),(62174,193563,571,1,1,7700.78,987.204,455.97,1.309,0,0,0,1,300,100,1,0),(62175,193563,571,1,1,7576.27,833.852,489.45,-1.36136,0,0,0,1,300,100,1,0),(62176,193563,571,1,1,7543.9,780.734,476.147,-1.29154,0,0,0,1,300,100,1,0),(163716,189981,571,1,1,7343.43,602.649,615.518,2.42601,0,0,0,1,600,255,1,0),(163235,189980,571,1,1,6514.27,896.626,290.645,1.29154,0,0,0,1,600,255,1,0),(164028,191133,571,1,1,6466.4,648.508,428.804,1.79769,0,0,0,1,600,255,1,0),(164027,191133,571,1,1,6466.15,137.682,444.719,2.35619,0,0,0,1,600,255,1,0),(163715,189981,571,1,1,7330.48,2485.73,392.805,1.11701,0,0,0,1,600,255,1,0),(163714,189981,571,1,1,7330.26,2996.15,434.107,-1.98967,0,0,0,1,600,255,1,0),(163713,189981,571,1,1,7323.18,2252.33,461.426,2.49582,0,0,0,1,600,255,1,0),(163712,189981,571,1,1,7260.71,1512.27,322.274,2.19912,0,0,0,1,600,255,1,0),(163711,189981,571,1,1,7240.89,2399.82,417.679,-2.44346,0,0,0,1,600,255,1,0),(163710,189981,571,1,1,7238.31,785.106,552.417,0.2618,0,0,0,1,600,255,1,0),(163791,189981,571,1,1,7941.5,1706.58,371.817,-0.27925,0,0,0,1,600,255,1,0),(163709,189981,571,1,1,7235.53,1516.76,326.998,-1.93732,0,0,0,1,600,255,1,0),(163708,189981,571,1,1,7235.41,575.545,499.302,3.12412,0,0,0,1,600,255,1,0),(163707,189981,571,1,1,7231.51,2847.63,405.285,-0.27925,0,0,0,1,600,255,1,0),(163706,189981,571,1,1,7215.86,2846.91,408.101,2.89724,0,0,0,1,600,255,1,0),(163705,189981,571,1,1,7185.23,2548.75,397.567,1.55334,0,0,0,1,600,255,1,0),(163704,189981,571,1,1,7164.71,2521.35,402.807,0.27925,0,0,0,1,600,255,1,0),(163202,189980,571,1,1,7980.81,3096.6,635.485,-3.01941,0,0,0,1,600,255,1,0),(163703,189981,571,1,1,7162.5,2547.99,399.183,1.71042,0,0,0,1,600,255,1,0),(163702,189981,571,1,1,7144.4,2507.15,405.91,-1.62316,0,0,0,1,600,255,1,0),(163701,189981,571,1,1,7136.14,1119.96,310.427,-1.09956,0,0,0,1,600,255,1,0),(163700,189981,571,1,1,7115.28,1450.23,315.694,-2.02458,0,0,0,1,600,255,1,0),(163286,189980,571,1,1,6898.43,786.803,405.357,-1.48353,0,0,0,1,600,255,1,0),(62203,192797,571,1,129,6474.19,312.837,423,-0.759217,0,0,0,1,300,100,1,0),(62204,193565,571,1,1,6913.91,2002.7,944.031,2.23402,0,0,0,1,300,100,1,0),(163790,189981,571,1,1,7940.26,3483.75,694.053,-1.65806,0,0,0,1,600,255,1,0),(163699,189981,571,1,1,7102.52,3022.01,446.972,1.79769,0,0,0,1,600,255,1,0),(62207,192798,571,1,129,6467.71,291.965,393.002,-0.759216,0,0,0,1,300,100,1,0),(62208,193566,571,1,1,6909.91,2001.41,940.851,-2.09439,0,0,0,1,300,100,1,0),(62209,193566,571,1,1,6914.94,2006.88,941.02,1.8675,0,0,0,1,300,100,1,0),(62211,192799,571,1,129,6464.34,263.281,398.426,-0.506144,0,0,0,1,300,100,1,0),(62212,192800,571,1,129,6506.25,302.003,395.337,-2.20784,0,0,0,1,300,100,1,0),(62213,192801,571,1,129,6550.56,262.432,432.343,1.72787,0,0,0,1,300,100,1,0),(62214,192802,571,1,129,6577.25,313.137,422.466,-2.6529,0,0,0,1,300,100,1,0),(62215,193058,571,1,1,8391.07,2678.56,658.219,-2.58308,0,0,0,1,300,100,1,0),(62216,193058,571,1,1,8393.47,2675.61,657.91,-1.32645,0,0,0,1,300,100,1,0),(62217,193058,571,1,1,8396.99,2674.19,657.655,-0.314158,0,0,0,1,300,100,1,0),(62218,192803,571,1,129,6540.62,351.219,417.675,2.85361,0,0,0,1,300,100,1,0),(62219,192547,571,1,1,7892.2,3292.44,632.739,-2.33874,0,0,0,1,300,100,1,0),(62220,192547,571,1,1,7928,3328.72,632.739,-2.33874,0,0,0,1,300,100,1,0),(62221,192804,571,1,129,6544.03,284.197,402.327,-1.5708,0,0,0,1,300,100,1,0),(62222,192548,571,1,1,7903.04,3316.72,632.629,2.35619,0,0,0,1,300,100,1,0),(62223,193060,571,1,1,6915.87,3517.55,706.171,2.00713,0,0,0,1,300,100,1,0),(62224,193060,571,1,1,6816.1,3516.66,690.943,-1.85005,0,0,0,1,300,100,1,0),(62225,193060,571,1,1,6941.42,3504.56,705.35,-1.76278,0,0,0,1,300,100,1,0),(62226,193060,571,1,1,6916.75,3457.1,706.229,-2.19912,0,0,0,1,300,100,1,0),(62227,193060,571,1,1,6770.81,3506.98,671.244,1.06465,0,0,0,1,300,100,1,0),(62228,193060,571,1,1,6762.11,3545.14,672.376,2.25147,0,0,0,1,300,100,1,0),(62229,193060,571,1,1,6895.51,3458.54,701.18,2.09439,0,0,0,1,300,100,1,0),(62230,193060,571,1,1,6907.92,3449.02,705.047,1.3439,0,0,0,1,300,100,1,0),(62231,193060,571,1,1,6774.37,3529.02,671.521,-1.0472,0,0,0,1,300,100,1,0),(62232,193060,571,1,1,6870.15,3509.44,696.843,1.95477,0,0,0,1,300,100,1,0),(62233,193060,571,1,1,6865.13,3492.21,695.627,2.49582,0,0,0,1,300,100,1,0),(62234,193060,571,1,1,6840.94,3605.12,736.624,0.349065,0,0,0,1,300,100,1,0),(62235,193060,571,1,1,6790.96,3582.94,736.77,1.81514,0,0,0,1,300,100,1,0),(62236,193060,571,1,1,6820.83,3499.97,690.605,3.00195,0,0,0,1,300,100,1,0),(62237,193060,571,1,1,6807.1,3575.7,736.515,2.30383,0,0,0,1,300,100,1,0),(62238,193060,571,1,1,6850.13,3497.19,694.102,-0.593412,0,0,0,1,300,100,1,0),(62239,193060,571,1,1,6826.97,3519.52,690.93,-2.84488,0,0,0,1,300,100,1,0),(62240,193060,571,1,1,6733.76,3533.04,669.395,-0.733038,0,0,0,1,300,100,1,0),(62241,193060,571,1,1,6869.49,3457.64,698.762,-0.226892,0,0,0,1,300,100,1,0),(62242,193060,571,1,1,6883.44,3444.51,702.555,1.20428,0,0,0,1,300,100,1,0),(62243,193060,571,1,1,6518.92,3254.21,666.45,-1.95477,0,0,0,1,300,100,1,0),(62244,193060,571,1,1,6887.23,3462.49,699.338,-0.174532,0,0,0,1,300,100,1,0),(62245,193060,571,1,1,6784.13,3474.59,674.675,1.95477,0,0,0,1,300,100,1,0),(62246,193060,571,1,1,6508.84,3319.51,665.614,-1.39626,0,0,0,1,300,100,1,0),(62247,193060,571,1,1,6511.91,3226.09,661.566,-1.15192,0,0,0,1,300,100,1,0),(62248,193060,571,1,1,6843.85,3562.39,737.264,2.3911,0,0,0,1,300,100,1,0),(62249,193060,571,1,1,6542.46,3255.58,669.224,0.523598,0,0,0,1,300,100,1,0),(62250,193060,571,1,1,6523.6,3242.9,667.678,2.63544,0,0,0,1,300,100,1,0),(62251,193060,571,1,1,6810.79,3584.12,737.543,-0.104719,0,0,0,1,300,100,1,0),(62252,193060,571,1,1,6797.79,3490.35,679.875,-0.733038,0,0,0,1,300,100,1,0),(62253,193060,571,1,1,6727.38,3439.41,682.204,-1.18682,0,0,0,1,300,100,1,0),(62254,193060,571,1,1,6756.55,3450.74,676.606,2.3911,0,0,0,1,300,100,1,0),(62255,193060,571,1,1,6730.69,3426.26,682.299,-1.46608,0,0,0,1,300,100,1,0),(62256,193060,571,1,1,6668.2,3551.4,670.258,-1.22173,0,0,0,1,300,100,1,0),(62257,193060,571,1,1,6682.31,3546.29,669.669,2.56563,0,0,0,1,300,100,1,0),(62258,193060,571,1,1,6666.62,3564.31,671.103,0.575957,0,0,0,1,300,100,1,0),(62259,193060,571,1,1,6687.12,3528.54,670.906,1.0821,0,0,0,1,300,100,1,0),(62260,193060,571,1,1,6524.12,3284.94,664.974,-1.62316,0,0,0,1,300,100,1,0),(62261,193060,571,1,1,6692.75,3556.58,670.79,2.77507,0,0,0,1,300,100,1,0),(62262,193060,571,1,1,6714.1,3425.57,682.326,-1.20428,0,0,0,1,300,100,1,0),(62263,193060,571,1,1,6764.48,3469.87,673.107,-1.39626,0,0,0,1,300,100,1,0),(62264,193060,571,1,1,6710.66,3500.24,652.577,-2.19912,0,0,0,1,300,100,1,0),(62265,193060,571,1,1,6520.1,3302.59,664.877,-2.77507,0,0,0,1,300,100,1,0),(62266,193060,571,1,1,6662.87,3466.27,632.273,-0.191985,0,0,0,1,300,100,1,0),(62267,193060,571,1,1,6666.75,3447.02,636.337,-1.76278,0,0,0,1,300,100,1,0),(62268,193060,571,1,1,6724,3506.32,659.502,0.698132,0,0,0,1,300,100,1,0),(62269,193060,571,1,1,6436.81,3227.13,642.711,-2.28638,0,0,0,1,300,100,1,0),(62270,193060,571,1,1,6410.68,3231.38,640.847,-0.314158,0,0,0,1,300,100,1,0),(62271,193060,571,1,1,6531.61,3406.09,599.928,1.81514,0,0,0,1,300,100,1,0),(62272,193060,571,1,1,6461.62,3312.32,619.116,2.82743,0,0,0,1,300,100,1,0),(62273,193060,571,1,1,6639.99,3452.69,625.948,-2.47837,0,0,0,1,300,100,1,0),(62274,193060,571,1,1,6585.98,3324.96,667.818,0.349065,0,0,0,1,300,100,1,0),(62275,193060,571,1,1,6452.94,3263.09,639.702,-2.28638,0,0,0,1,300,100,1,0),(62276,192805,571,1,129,6519.44,323.209,426.362,0.610864,0,0,0,1,300,100,1,0),(268835,193701,571,1,1,7902.83,2065.02,600.257,-2.58308,0,0,-0.961261,0.275641,180,255,1,0),(268834,193702,571,1,1,7903.08,2065.35,601.462,-2.97579,0,0,-0.996566,0.0828064,180,255,1,0),(268833,193703,571,1,1,7902.85,2064.88,601.479,2.18166,0,0,0.88701,0.461749,180,255,1,0),(62281,193583,571,1,1,7019.1,2185.72,628.191,-1.309,0,0,0,1,300,100,1,0),(62282,193583,571,1,1,6811.33,1870.44,579.488,1.22173,0,0,0,1,300,100,1,0),(62283,193584,571,1,1,7017.8,2187.58,627.92,3.03684,0,0,0,1,300,100,1,0),(62284,193584,571,1,1,6808.19,1869.1,579.279,-2.87979,0,0,0,1,300,100,1,0),(62285,193585,571,1,1,7018.39,2184.42,628.264,-2.80997,0,0,0,1,300,100,1,0),(62286,193585,571,1,1,6810.78,1871.05,579.505,0.157079,0,0,0,1,300,100,1,0),(62287,193586,571,1,1,6811.26,1868.62,579.499,2.44346,0,0,0,1,300,100,1,0),(62288,193586,571,1,1,7018.37,2184.4,628.893,1.85005,0,0,0,1,300,100,1,0),(62290,192051,571,1,1,4331.88,6206.14,0,2.67035,0,0,0,1,300,100,1,0),(62296,192821,571,1,1,6384.97,438.823,513.573,-2.91469,0,0,0,1,300,100,1,0),(62299,193846,571,1,1,7622.49,1303.24,341.261,1.81537,0,0,0,1,300,100,1,0),(62301,192822,571,1,1,6392.5,465.842,514.073,2.25147,0,0,0,1,300,100,1,0),(62302,193847,571,1,1,7630.12,1307.96,341.85,2.49777,0,0,0,1,300,100,1,0),(62304,186935,571,1,1,7617.63,3394.64,665.541,0.680677,0,0,0.333807,0.942642,300,100,1,0),(62305,191543,571,1,1,7576.99,4916.52,65.8183,-2.3911,0,0,0,1,300,100,1,0),(62306,191543,571,1,1,7563.18,5065.6,14.1095,-1.15192,0,0,0,1,300,100,1,0),(62307,191543,571,1,1,7614.83,5118.76,14.3893,-1.90241,0,0,0,1,300,100,1,0),(62308,191543,571,1,1,7600.41,5085.66,25.8789,-1.48353,0,0,0,1,300,100,1,0),(62309,191543,571,1,1,7776.99,4854.94,18.9932,1.5708,0,0,0,1,300,100,1,0),(62310,191543,571,1,1,7511.52,4886.39,43.5418,2.65289,0,0,0,1,300,100,1,0),(62311,191543,571,1,1,7665.67,5086.51,8.52715,0.209439,0,0,0,1,300,100,1,0),(62312,191543,571,1,1,7584.19,4662.59,0.241548,-0.244346,0,0,0,1,300,100,1,0),(62313,191543,571,1,1,7597.44,4980.11,16.2827,-1.69297,0,0,0,1,300,100,1,0),(62314,191543,571,1,1,7727.89,4840.56,5.96284,1.90241,0,0,0,1,300,100,1,0),(62315,191543,571,1,1,7618.98,4939.71,14.2567,-1.32645,0,0,0,1,300,100,1,0),(62316,191543,571,1,1,7715.47,4999.3,0.911854,1.5708,0,0,0,1,300,100,1,0),(62317,191543,571,1,1,7691.97,5088.43,0.602979,1.72787,0,0,0,1,300,100,1,0),(62318,191543,571,1,1,7679.41,5095.29,13.04,-1.53589,0,0,0,1,300,100,1,0),(62319,191543,571,1,1,7703.76,5003.9,8.18143,3.14159,0,0,0,1,300,100,1,0),(62320,191543,571,1,1,7905.94,5009.62,0.194455,1.46608,0,0,0,1,300,100,1,0),(62321,191543,571,1,1,7719.43,5006.49,8.17998,-3.12412,0,0,0,1,300,100,1,0),(62322,191543,571,1,1,7676.96,4996.17,8.17935,0.017452,0,0,0,1,300,100,1,0),(62323,191543,571,1,1,7679.29,5095.15,7.98736,-1.55334,0,0,0,1,300,100,1,0),(62324,191543,571,1,1,7845.89,5067.53,0.03972,-1.51844,0,0,0,1,300,100,1,0),(62325,191543,571,1,1,7691.3,4861.3,19.2539,-1.53589,0,0,0,1,300,100,1,0),(62326,191543,571,1,1,7829.02,5077.3,3.35309,-3.12412,0,0,0,1,300,100,1,0),(62327,191543,571,1,1,7729.32,4755.78,25.4591,-1.44862,0,0,0,1,300,100,1,0),(62328,191543,571,1,1,7635.05,4778.91,26.1026,2.16421,0,0,0,1,300,100,1,0),(62329,191543,571,1,1,7611.01,4865.4,42.9186,1.6057,0,0,0,1,300,100,1,0),(62330,191543,571,1,1,7616.25,4931.21,25.8693,-1.0472,0,0,0,1,300,100,1,0),(62331,191543,571,1,1,7549.66,4891.61,43.8201,-1.6057,0,0,0,1,300,100,1,0),(62332,191543,571,1,1,7489.22,4810.58,45.9855,-1.58825,0,0,0,1,300,100,1,0),(62333,191543,571,1,1,7718.83,5092.97,7.98736,-3.07177,0,0,0,1,300,100,1,0),(62334,191543,571,1,1,7814.69,5087.14,1.24335,2.91469,0,0,0,1,300,100,1,0),(62335,191543,571,1,1,7520.19,4765.9,47.1347,-3.05433,0,0,0,1,300,100,1,0),(62336,191543,571,1,1,7907.71,4875.42,1.59333,-1.36136,0,0,0,1,300,100,1,0),(62337,191543,571,1,1,7790.24,5063.67,4.38092,1.27409,0,0,0,1,300,100,1,0),(62338,191543,571,1,1,7910.5,4816.75,2.00125,3.10665,0,0,0,1,300,100,1,0),(62339,191543,571,1,1,7789.37,5123.51,0.161119,-1.36136,0,0,0,1,300,100,1,0),(62340,191543,571,1,1,7675.99,4997.1,13.2324,0.034906,0,0,0,1,300,100,1,0),(62341,191543,571,1,1,7847.27,4791.49,14.4049,-2.54818,0,0,0,1,300,100,1,0),(62342,191543,571,1,1,7714.74,5085.72,0.715207,1.6057,0,0,0,1,300,100,1,0),(62344,193848,571,1,3,7545.07,1307.18,329.869,0.604924,0,0,0,1,300,100,1,0),(62346,193849,571,1,3,7553.85,1301.19,331.228,1.19688,0,0,0,1,300,100,1,0),(62348,193850,571,1,3,7541.91,1316.79,328.777,0.115829,0,0,0,1,300,100,1,0),(62350,193851,571,1,1,7636.4,1318.29,339.568,0.664682,0,0,0,1,300,100,1,0),(62352,193852,571,1,1,7640.11,1311.94,341.975,2.31868,0,0,0,1,300,100,1,0),(62353,192061,571,1,195,6219.94,1.55903,410.232,-1.63637,0,0,0,1,300,100,1,0),(62355,193853,571,1,1,7636.55,1314.86,341.242,-0.008036,0,0,0,1,300,100,1,0),(62356,192062,571,1,195,6204.64,-3.63715,410.17,2.16421,0,0,0,1,300,100,1,0),(62358,193854,571,1,1,7628.74,1312.36,340.685,2.4021,0,0,0,1,300,100,1,0),(62359,192063,571,1,195,6201.53,-7.69965,409.965,2.02458,0,0,0,1,300,100,1,0),(62361,192575,571,1,129,6696.14,580.568,424.519,-0.637045,0,0,0,1,300,100,1,0),(62362,193855,571,1,1,7619.72,1306.17,340.336,1.41995,0,0,0,1,300,100,1,0),(62363,192576,571,1,193,6686.48,581.09,424.394,1.06465,0,0,0,1,300,100,1,0),(62364,193856,571,1,1,7611.6,1302.68,339.151,-2.44744,0,0,0,1,300,100,1,0),(62366,193600,571,1,1,3870.28,6984.33,156.361,-0.477744,0,0,0.022925,0.999737,300,100,1,0),(62368,192577,571,1,193,6699.53,572.318,424.704,-0.017452,0,0,0,1,300,100,1,0),(62369,193857,571,1,3,7606.7,1304.27,338.974,2.96475,0,0,0,1,300,100,1,0),(62370,193601,571,1,1,3870.28,6984.33,156.361,-0.477744,0,0,0.022925,0.999737,300,100,1,0),(62371,193602,571,1,1,3787.29,6937.66,104.383,-0.479964,0,0,0,1,300,100,1,0),(62373,192578,571,1,129,6626.83,549.967,462.427,1.16064,0,0,0,1,300,100,1,0),(62374,193858,571,1,1,7616.59,1305.04,340.431,2.75657,0,0,0,1,300,100,1,0),(62375,193859,571,1,1,7624.88,1305.92,341.451,-2.86666,0,0,0,1,300,100,1,0),(62376,193860,571,1,1,7625.18,1303.37,341.807,-2.47671,0,0,0,1,300,100,1,0),(62377,193861,571,1,1,7612.81,1304.74,340.111,-1.19344,0,0,0,1,300,100,1,0),(62378,191813,571,1,1,8426.61,2927.59,606.259,-1.51844,0,0,0,1,300,100,1,0),(62379,193862,571,1,1,7629.14,1311.5,341.391,2.23029,0,0,0,1,300,100,1,0),(62380,193863,571,1,1,7617.96,1302.77,341.168,3.03263,0,0,0,1,300,100,1,0),(268832,193704,571,1,1,7902.36,2065.16,601.459,-2.8873,0,0,-0.991928,0.126804,180,255,1,0),(62382,193864,571,1,3,7606.25,1301.72,339.609,2.30584,0,0,0,1,300,100,1,0),(62383,193865,571,1,1,7633.55,1311.18,341.911,3.04552,0,0,0,1,300,100,1,0),(62384,193866,571,1,1,7630.48,1311.88,341.278,-2.51778,0,0,0,1,300,100,1,0),(62385,193867,571,1,1,7629.57,1312.41,341.308,-1.8051,0,0,0,1,300,100,1,0),(62386,193868,571,1,1,7630.28,1315.98,341.067,2.31682,0,0,0,1,300,100,1,0),(62387,191820,571,1,1,6959.37,4441.43,663.227,2.09439,0,0,0,1,300,100,1,0),(62388,191820,571,1,1,6911.07,4457.78,601.679,-2.77507,0,0,0,1,300,100,1,0),(62389,191820,571,1,1,6941.15,4530.63,601.605,2.00713,0,0,0,1,300,100,1,0),(62390,191820,571,1,1,6930.86,4327.9,661.081,-2.67035,0,0,0,1,300,100,1,0),(62391,191820,571,1,1,7017.93,4551.67,601.57,1.6057,0,0,0,1,300,100,1,0),(62392,191820,571,1,1,7079.58,4502.84,601.494,0.157079,0,0,0,1,300,100,1,0),(62393,191820,571,1,1,7309.96,3813.25,616.748,-0.733038,0,0,0,1,300,100,1,0),(62394,191820,571,1,1,7239.5,4131.84,630.858,-2.91469,0,0,0,1,300,100,1,0),(62395,191820,571,1,1,7040.75,4168.39,666.271,1.36136,0,0,0,1,300,100,1,0),(62396,191820,571,1,1,6998.52,4234.99,666.194,-0.104719,0,0,0,1,300,100,1,0),(62397,191820,571,1,1,7304.08,4180.86,576.44,-0.471238,0,0,0,1,300,100,1,0),(62398,191820,571,1,1,6891.25,4029.65,615.917,-2.68781,0,0,0,1,300,100,1,0),(62399,191820,571,1,1,6900.51,4227.25,535.936,0.174532,0,0,0,1,300,100,1,0),(62400,191820,571,1,1,6882.76,4168.28,535.42,-0.383971,0,0,0,1,300,100,1,0),(62401,191820,571,1,1,6974.65,3957.75,556.052,0.872664,0,0,0,1,300,100,1,0),(62402,191820,571,1,1,6909.99,3902.47,616.213,0.890117,0,0,0,1,300,100,1,0),(62403,191820,571,1,1,8218.62,3665.09,655.304,1.55334,0,0,0,1,300,100,1,0),(62404,191820,571,1,1,8193.74,3433.41,655.237,-0.523598,0,0,0,1,300,100,1,0),(62405,191820,571,1,1,7458.42,3657.53,623.344,-0.90757,0,0,0,1,300,100,1,0),(62406,191820,571,1,1,7437.18,3602.07,644.816,0,0,0,0,1,300,100,1,0),(62407,191820,571,1,1,7095.1,3997.04,581.406,-0.785397,0,0,0,1,300,100,1,0),(62408,191820,571,1,1,7177.16,3937.07,586.599,2.35619,0,0,0,1,300,100,1,0),(62409,191820,571,1,1,7163.5,3986.39,583.005,-1.74533,0,0,0,1,300,100,1,0),(62410,191820,571,1,1,8416.65,3176.07,589.141,2.32129,0,0,0,1,300,100,1,0),(62411,191820,571,1,1,8123.71,3400.73,671.996,0.698132,0,0,0,1,300,100,1,0),(62412,191820,571,1,1,7504.28,3613.37,635.964,1.5708,0,0,0,1,300,100,1,0),(62413,191820,571,1,1,8122.85,3499.94,655.237,2.18166,0,0,0,1,300,100,1,0),(62414,191820,571,1,1,8128.01,3470.32,670.942,-2.3911,0,0,0,1,300,100,1,0),(62415,191820,571,1,1,8298.63,3372.28,644.493,-2.60053,0,0,0,1,300,100,1,0),(62416,191820,571,1,1,7740.91,3484.65,658.363,-1.25664,0,0,0,1,300,100,1,0),(62417,191820,571,1,1,7088.47,4089.29,535.261,-2.61799,0,0,0,1,300,100,1,0),(62418,191820,571,1,1,8303.11,3264.95,655.133,2.14675,0,0,0,1,300,100,1,0),(62419,191820,571,1,1,7966.89,3581.69,630.27,-2.07694,0,0,0,1,300,100,1,0),(62420,193869,571,1,1,7613.81,1299.25,340.927,-3.14114,0,0,0,1,300,100,1,0),(62421,193870,571,1,1,7622.88,1314.43,340.768,3.14056,0,0,0,1,300,100,1,0),(62422,193871,571,1,1,7615.57,1311.77,339.686,3.14155,0,0,0,1,300,100,1,0),(62423,193872,571,1,1,7640.86,1321.24,341.918,-1.4988,0,0,0,1,300,100,1,0),(62424,191824,571,1,1,6904.07,983.457,404.2,0.918578,0,0,0.999962,-0.008727,300,100,1,0),(62425,193616,571,1,1,6879.07,1607.77,388.887,-2.67035,0,0,0,1,300,100,1,0),(62426,193616,571,1,1,6883.11,1600.49,389.033,0.506145,0,0,0,1,300,100,1,0),(62427,193873,571,1,1,7623.49,1308.8,341.037,1.11404,0,0,0,1,300,100,1,0),(62428,191825,571,1,1,6946.86,1095.2,404.2,2.28866,0,0,0.999962,-0.008727,300,100,1,0),(62429,193874,571,1,1,7623.2,1325.82,339.558,1.94973,0,0,0,1,300,100,1,0),(62430,193618,571,1,1,6878.42,1602.44,389.033,0.471238,0,0,0,1,300,100,1,0),(62431,193875,571,1,3,7598.93,1327.2,335.695,3.14078,0,0,0,1,300,100,1,0),(62432,191827,571,1,1,6896.34,1278.91,397.336,-2.57207,0,0,0.999962,-0.008727,300,100,1,0),(62433,193876,571,1,3,7589.54,1314.95,335.276,-3.13938,0,0,0,1,300,100,1,0),(62434,191828,571,1,1,6780.64,1290.41,397.336,2.48064,0,0,0.999962,-0.008727,300,100,1,0),(62435,193620,571,1,1,6881.76,1604.78,388.38,-2.67035,0,0,0,1,300,100,1,0),(62436,193620,571,1,1,6896.31,1609.54,388.339,-2.23402,0,0,0,1,300,100,1,0),(62437,193620,571,1,1,6886.94,1619.73,388.269,2.00713,0,0,0,1,300,100,1,0),(62438,193877,571,1,3,7609.37,1315.16,338.444,1.0589,0,0,0,1,300,100,1,0),(62439,191829,571,1,1,7084.79,1455.73,397.336,2.33229,0,0,0.999962,-0.008727,300,100,1,0),(62440,193878,571,1,3,7559.16,1300.16,330.59,-2.34003,0,0,0,1,300,100,1,0),(62441,193622,571,1,1,7480.83,2593.3,534.671,0.244346,0,0,0,1,300,100,1,0),(62442,193879,571,1,3,7558.07,1295.75,332.081,2.89381,0,0,0,1,300,100,1,0),(62443,193880,571,1,3,7553.7,1307.7,330.937,2.67984,0,0,0,1,300,100,1,0),(62444,193881,571,1,3,7561.24,1303.65,331.802,-1.09455,0,0,0,1,300,100,1,0),(62445,193882,571,1,3,7556.49,1310.05,331.136,1.54081,0,0,0,1,300,100,1,0),(62446,192858,571,1,1,6469.6,3069.42,657.239,0.069812,0,0,0,1,300,100,1,0),(62447,192858,571,1,1,6472.33,3139.54,657.301,1.37881,0,0,0,1,300,100,1,0),(62448,192858,571,1,1,6429.43,3149.38,657.266,-1.93731,0,0,0,1,300,100,1,0),(62449,192858,571,1,1,6434.72,3099.83,657.093,-1.25664,0,0,0,1,300,100,1,0),(62450,193883,571,1,3,7554.31,1314.22,330.619,2.93245,0,0,0,1,300,100,1,0),(62451,193884,571,1,3,7550.19,1316.47,329.593,-1.32715,0,0,0,1,300,100,1,0),(62452,193885,571,1,3,7541.42,1321.74,328.743,-2.91124,0,0,0,1,300,100,1,0),(62453,192861,571,1,1,6821.2,3800.25,625.014,-2.84488,0,0,0,1,300,100,1,0),(62454,193886,571,1,3,7538.45,1320.48,328.689,2.35705,0,0,0,1,300,100,1,0),(62455,192862,571,1,1,6821.63,3800.3,621.07,-0.506145,0,0,0,1,300,100,1,0),(62456,193887,571,1,3,7545.25,1314.86,329.267,2.53693,0,0,0,1,300,100,1,0),(62457,193888,571,1,3,7544.98,1315.67,329.28,-2.44996,0,0,0,1,300,100,1,0),(62458,193889,571,1,3,7543.73,1316.31,329.249,1.34548,0,0,0,1,300,100,1,0),(62462,193890,571,1,3,7553.69,1304.46,330.929,-0.539006,0,0,0,1,300,100,1,0),(62463,193891,571,1,3,7547.55,1318.55,329.564,-3.14115,0,0,0,1,300,100,1,0),(62464,193892,571,1,3,7548.94,1321.16,329.592,3.14078,0,0,0,1,300,100,1,0),(62465,187237,571,1,1,3574.91,6658.26,195.181,2.47564,0,0,0,1,300,100,1,0),(62466,193893,571,1,3,7554.78,1302.99,331.369,1.53445,0,0,0,1,300,100,1,0),(62467,193894,571,1,3,7557.42,1314.43,331.103,1.2506,0,0,0,1,300,100,1,0),(62468,193895,571,1,3,7563.98,1305.55,332.862,-0.105906,0,0,0,1,300,100,1,0),(62469,190567,571,1,1,4004.89,6389.44,29.6338,-1.37881,0,0,0,1,300,100,1,0),(62472,193400,571,1,10,5818.66,2034.46,504.721,-0.541051,0,0,0,1,300,100,1,0),(62473,193401,571,1,10,5819,2035.8,503.318,-0.139624,0,0,0,1,300,100,1,0),(62474,193401,571,1,10,5817.36,2034.88,503.327,1.3439,0,0,0,1,300,100,1,0),(62475,193401,571,1,10,5818.21,2032.99,503.318,-0.383971,0,0,0,1,300,100,1,0),(62476,193401,571,1,10,5819.98,2034.27,503.31,-1.83259,0,0,0,1,300,100,1,0),(62477,192123,571,1,1,8558.85,2734.19,652.353,-1.91986,0,0,0,1,300,100,1,0),(62478,192123,571,1,1,8553.89,2663.6,652.353,2.87979,0,0,0,1,300,100,1,0),(62479,192123,571,1,1,8246.03,2758.93,641.025,3.00195,0,0,0,1,300,100,1,0),(62480,192123,571,1,1,8379.47,2771.06,655.166,-2.11185,0,0,0,1,300,100,1,0),(62481,192123,571,1,1,8433.26,2717.72,655.161,2.79252,0,0,0,1,300,100,1,0),(62482,192123,571,1,1,8374.74,2805.69,717.742,-2.49582,0,0,0,1,300,100,1,0),(62483,192123,571,1,1,8382.52,2704.84,655.095,1.46608,0,0,0,1,300,100,1,0),(62484,192123,571,1,1,8499.03,2593.02,652.353,1.18682,0,0,0,1,300,100,1,0),(62485,192123,571,1,1,8595.71,2626.66,652.353,2.56563,0,0,0,1,300,100,1,0),(62486,192123,571,1,1,8504.33,2684.41,652.353,2.77507,0,0,0,1,300,100,1,0),(62487,192123,571,1,1,8293.42,2757.71,655.894,2.91469,0,0,0,1,300,100,1,0),(62488,192123,571,1,1,8402.01,2786.91,717.701,-1.91986,0,0,0,1,300,100,1,0),(62489,192123,571,1,1,8423.14,2694.22,655.094,2.58308,0,0,0,1,300,100,1,0),(62490,192123,571,1,1,8324.17,2810.98,656.115,-1.09956,0,0,0,1,300,100,1,0),(62491,192123,571,1,1,8296.44,2784.64,655.976,3.08918,0,0,0,1,300,100,1,0),(62492,192123,571,1,1,8368.65,2706.87,655.266,1.0821,0,0,0,1,300,100,1,0),(62493,192123,571,1,1,8258.91,2788.81,641.84,3.07177,0,0,0,1,300,100,1,0),(62494,192123,571,1,1,8323.55,2694.82,689.777,1.3439,0,0,0,1,300,100,1,0),(62495,192123,571,1,1,8545.86,2645.11,652.353,2.74016,0,0,0,1,300,100,1,0),(62496,192123,571,1,1,8579.63,2647.01,652.353,2.79252,0,0,0,1,300,100,1,0),(62497,192123,571,1,1,8523.61,2654.14,652.353,2.75761,0,0,0,1,300,100,1,0),(62498,192123,571,1,1,8531.45,2673.25,652.353,2.77507,0,0,0,1,300,100,1,0),(62499,192123,571,1,1,8602.85,2641.38,652.353,2.79252,0,0,0,1,300,100,1,0),(62500,192123,571,1,1,8292.33,2692.94,689.777,1.85005,0,0,0,1,300,100,1,0),(62501,192123,571,1,1,8521.01,2583.56,652.353,1.15192,0,0,0,1,300,100,1,0),(62502,192123,571,1,1,8255.5,2763.19,641.84,3.01941,0,0,0,1,300,100,1,0),(62503,192123,571,1,1,8362.4,2832.21,717.742,-3.00195,0,0,0,1,300,100,1,0),(62504,192123,571,1,1,8350.26,2681.21,689.777,0.785397,0,0,0,1,300,100,1,0),(62505,192123,571,1,1,8347.9,2814.21,655.228,-2.1293,0,0,0,1,300,100,1,0),(62506,192123,571,1,1,8496.81,2665.84,652.353,2.72271,0,0,0,1,300,100,1,0),(62507,192123,571,1,1,8576.23,2638.71,652.353,2.67035,0,0,0,1,300,100,1,0),(62508,192123,571,1,1,8249.77,2793.54,641.806,3.05433,0,0,0,1,300,100,1,0),(62509,192123,571,1,1,8581.01,2724.78,652.353,-2.00713,0,0,0,1,300,100,1,0),(62510,192135,571,1,1,7752.38,3601.94,664.281,1.06465,0,0,0,1,300,100,1,0),(62511,192135,571,1,1,8005.97,3578.36,631.697,-2.61799,0,0,0,1,300,100,1,0),(62512,192135,571,1,1,7958.52,3630.68,628.83,-2.53072,0,0,0,1,300,100,1,0),(62513,192135,571,1,1,7910.24,3615.36,628.979,0.069812,0,0,0,1,300,100,1,0),(62514,192135,571,1,1,7569.1,3701.93,625.692,-0.942477,0,0,0,1,300,100,1,0),(62515,192135,571,1,1,7519.94,3593.23,625.067,1.20428,0,0,0,1,300,100,1,0),(62516,192135,571,1,1,6946.53,3879.84,615.964,1.46608,0,0,0,1,300,100,1,0),(62517,192135,571,1,1,8210.1,3622.16,657.978,-1.78023,0,0,0,1,300,100,1,0),(62518,192135,571,1,1,7615.06,3595.15,656.265,2.02458,0,0,0,1,300,100,1,0),(62519,192135,571,1,1,7785.7,3596.38,664.319,1.67551,0,0,0,1,300,100,1,0),(62520,192135,571,1,1,7855.81,3580.75,653.039,-2.18166,0,0,0,1,300,100,1,0),(62521,192135,571,1,1,7741.97,3700.6,654.02,0.034906,0,0,0,1,300,100,1,0),(62522,192135,571,1,1,7060.86,4186.2,666.03,2.26892,0,0,0,1,300,100,1,0),(62523,192135,571,1,1,7796.89,3567.59,654.05,-0.785397,0,0,0,1,300,100,1,0),(62524,192135,571,1,1,7509.25,3693.26,623.274,-0.95993,0,0,0,1,300,100,1,0),(62525,192135,571,1,1,7757.78,3425.31,658.404,1.11701,0,0,0,1,300,100,1,0),(62526,192135,571,1,1,7263.19,4174.15,576.209,2.23402,0,0,0,1,300,100,1,0),(62527,192135,571,1,1,7615.41,3536.8,656.554,2.82743,0,0,0,1,300,100,1,0),(62528,192135,571,1,1,7851.3,3519.89,652.967,1.25664,0,0,0,1,300,100,1,0),(62529,192135,571,1,1,7444.2,3644.19,624.917,-0.506145,0,0,0,1,300,100,1,0),(62530,192135,571,1,1,8217.9,3313.97,653.75,-0.593412,0,0,0,1,300,100,1,0),(62531,192135,571,1,1,7715.14,3426.66,658.402,2.70526,0,0,0,1,300,100,1,0),(62532,192135,571,1,1,7615.18,3477.09,655.997,1.71042,0,0,0,1,300,100,1,0),(62533,192135,571,1,1,7107.28,4081.11,535.015,-2.74016,0,0,0,1,300,100,1,0),(62534,192135,571,1,1,8116.48,3523.26,656.625,2.33874,0,0,0,1,300,100,1,0),(62535,192135,571,1,1,7047.31,3979.06,535.308,1.76278,0,0,0,1,300,100,1,0),(62536,192135,571,1,1,7220.87,4113.21,630.409,1.83259,0,0,0,1,300,100,1,0),(62537,192135,571,1,1,7285.17,4225.65,576.362,-2.63544,0,0,0,1,300,100,1,0),(62538,192135,571,1,1,7775.16,3640.62,663.025,-1.81514,0,0,0,1,300,100,1,0),(62539,192135,571,1,1,8284.11,3432.29,658.47,-2.58308,0,0,0,1,300,100,1,0),(62540,192135,571,1,1,6934.74,4247.74,535.91,-2.11185,0,0,0,1,300,100,1,0),(62541,192135,571,1,1,8121.43,3384.19,674.095,0.715585,0,0,0,1,300,100,1,0),(62542,192135,571,1,1,7118.03,3987.85,581.2,-1.55334,0,0,0,1,300,100,1,0),(62543,192135,571,1,1,7837.35,3665.04,653.286,-2.75761,0,0,0,1,300,100,1,0),(62544,192135,571,1,1,6988.64,4116.15,535.205,-2.14675,0,0,0,1,300,100,1,0),(62545,192135,571,1,1,7702.05,3627.95,662.448,2.23402,0,0,0,1,300,100,1,0),(62546,192135,571,1,1,7776.61,3720.88,654.369,-2.04204,0,0,0,1,300,100,1,0),(62547,192135,571,1,1,6789.81,3993.81,615.926,-0.191985,0,0,0,1,300,100,1,0),(62548,192135,571,1,1,7878.57,3499.44,671.919,2.89724,0,0,0,1,300,100,1,0),(62549,192135,571,1,1,7802.29,3458.54,660.248,2.67035,0,0,0,1,300,100,1,0),(62550,192135,571,1,1,7447.33,3604.59,644.719,-1.23918,0,0,0,1,300,100,1,0),(62551,192135,571,1,1,8339.21,3359.11,639.847,-1.23918,0,0,0,1,300,100,1,0),(62552,192135,571,1,1,6916.92,4186.48,534.693,0.104719,0,0,0,1,300,100,1,0),(62553,192135,571,1,1,8069.52,3435.16,675.231,0.855211,0,0,0,1,300,100,1,0),(62554,192135,571,1,1,7768.68,3520.9,658.398,-1.11701,0,0,0,1,300,100,1,0),(62555,192135,571,1,1,7166.02,3953.85,582.272,-2.63544,0,0,0,1,300,100,1,0),(62556,192135,571,1,1,6843.34,4039.79,616.153,-1.0821,0,0,0,1,300,100,1,0),(62557,191625,571,1,1,6619.37,2076.03,651.219,-1.64185,0,0,0.976296,-0.21644,300,100,1,0),(62558,192138,571,1,1,3900.66,6985.52,70.7776,0.045853,0,0,0.022925,0.999737,300,100,1,0),(62559,191627,571,1,1,6637.02,2320,651.328,-2.25271,0,0,0.976296,-0.21644,300,100,1,0),(62560,192139,571,1,1,3900.66,6985.52,70.7776,0.045853,0,0,0.022925,0.999737,300,100,1,0),(62561,191628,571,1,1,6520.92,2569.42,651.595,-2.23526,0,0,0.976296,-0.21644,300,100,1,0),(62562,191629,571,1,1,6537.36,2832.43,651.114,-2.51451,0,0,0.976296,-0.21644,300,100,1,0),(62563,193167,571,1,1,6379.81,465.179,513.691,0.261798,0,0,0,1,300,100,1,0),(62564,193167,571,1,1,6386.86,462.259,513.691,-0.820303,0,0,0,1,300,100,1,0),(62565,193424,571,1,1,6474.81,2041.05,571.464,3.00195,0,0,0,1,300,100,1,0),(62566,192913,571,1,1,6402.99,429.552,511.271,1.31772,0,0,0,1,300,100,1,0),(62567,192914,571,1,1,6475.77,3399.74,596.377,-0.157079,0,0,0,1,300,100,1,0),(62568,192915,571,1,1,6514.73,3273.23,664.836,2.23402,0,0,0,1,300,100,1,0),(62569,193939,571,1,1,8022.17,2072.13,496.16,-2.72271,0,0,0,1,300,100,1,0),(62570,193940,571,1,1,6394.53,594.739,458.814,0.872664,0,0,0,1,300,100,1,0),(62571,192916,571,1,1,6705.73,3529.07,671.094,-1.88495,0,0,0,1,300,100,1,0),(62572,192919,571,1,1,6505.12,480.778,423.007,1.78896,0,0,0,1,300,100,1,0),(62573,193943,571,1,1,8172.78,2277.67,499.737,3.12412,0,0,0,1,300,100,1,0),(62574,192920,571,1,1,6401.02,465.084,511.283,2.96704,0,0,0,1,300,100,1,0),(62575,192921,571,1,1,6400.9,445.234,511.121,2.57436,0,0,0,1,300,100,1,0),(62576,192922,571,1,1,6403.13,452.756,511.068,2.59181,0,0,0,1,300,100,1,0),(62577,191386,571,1,1,7987.19,1926.33,502.242,-0.273571,0,0,0.99999,0.004363,300,100,1,0),(62578,192923,571,1,1,6401.07,442.99,511.291,0.087264,0,0,0,1,300,100,1,0),(62579,191387,571,1,1,7888.66,1981.16,502.443,-0.343382,0,0,0.99999,0.004363,300,100,1,0),(62580,191643,571,1,1,6246.2,2662.01,570.381,-2.23526,0,0,0.976296,-0.21644,300,100,1,0),(62581,192924,571,1,1,6403.08,454.469,511.055,-0.628317,0,0,0,1,300,100,1,0),(62582,191388,571,1,1,7629.28,1983.13,502.148,-0.334657,0,0,0.99999,0.004363,300,100,1,0),(62583,191644,571,1,1,6135.65,2610.46,570.216,-2.23526,0,0,0.976296,-0.21644,300,100,1,0),(62584,192925,571,1,1,6404.13,423.669,511.282,1.05592,0,0,0,1,300,100,1,0),(62585,191389,571,1,1,7530.91,1928.1,501.915,-1.13751,0,0,0.99999,0.004363,300,100,1,0),(163234,189980,571,1,1,6497.03,3510.88,540.232,-2.70526,0,0,0,1,600,255,1,0),(163698,189981,571,1,1,7070.19,574.218,498.368,-0.61086,0,0,0,1,600,255,1,0),(163697,189981,571,1,1,7067.23,1367.88,306.292,2.61799,0,0,0,1,600,255,1,0),(62589,192926,571,1,1,6409.01,418.506,511.281,-2.66162,0,0,0,1,300,100,1,0),(62590,191390,571,1,1,7567.44,2060.78,500.777,1.62784,0,0,0.99999,0.004363,300,100,1,0),(62591,192927,571,1,1,6396.78,484.959,510.301,2.39983,0,0,0,1,300,100,1,0),(62592,191391,571,1,1,7532.62,2193.9,501.967,-1.41661,0,0,0.99999,0.004363,300,100,1,0),(62593,192928,571,1,1,6392.02,477.352,511.29,-0.017452,0,0,0,1,300,100,1,0),(62594,191392,571,1,1,7629.58,2137.16,502.113,0.887772,0,0,0.99999,0.004363,300,100,1,0),(62595,192161,571,1,1,6493.71,299.276,401.643,1.65806,0,0,0,1,300,100,1,0),(62597,192929,571,1,1,6396.53,469.367,511.282,-0.82903,0,0,0,1,300,100,1,0),(62598,191393,571,1,1,7706.95,2059.69,499.827,-1.51005,0,0,0.99999,0.004363,300,100,1,0),(62600,192162,571,1,1,6554.81,300.046,403.109,0.017453,0,0,0,1,300,100,1,0),(62601,192930,571,1,1,6394.4,451.297,535.301,-0.305431,0,0,0,1,300,100,1,0),(62602,191394,571,1,1,7812.2,2058.3,499.88,-2.77107,0,0,0.99999,0.004363,300,100,1,0),(62604,192931,571,1,1,6396.58,432.293,511.291,0.191985,0,0,0,1,300,100,1,0),(62605,191395,571,1,1,7890.43,2135.91,502.085,-2.36415,0,0,0.99999,0.004363,300,100,1,0),(62607,191396,571,1,1,7949.95,2057.32,500.628,-0.81808,0,0,0.99999,0.004363,300,100,1,0),(62608,192932,571,1,1,6677.76,3534.49,669.46,2.89724,0,0,0,1,300,100,1,0),(62609,192932,571,1,1,6714.12,3545.96,669.188,-2.49582,0,0,0,1,300,100,1,0),(62610,192932,571,1,1,6723.99,3425.13,682.883,1.09956,0,0,0,1,300,100,1,0),(62611,192932,571,1,1,6538.35,3470.35,595.983,-2.19912,0,0,0,1,300,100,1,0),(62612,192932,571,1,1,6684.25,3348.74,705.539,1.22173,0,0,0,1,300,100,1,0),(62613,192932,571,1,1,6689.1,3375.42,704.614,-0.488691,0,0,0,1,300,100,1,0),(62614,192932,571,1,1,6522.83,3262.4,664.859,-0.820303,0,0,0,1,300,100,1,0),(62615,192932,571,1,1,6583.44,3337.61,665.797,-2.426,0,0,0,1,300,100,1,0),(62616,192932,571,1,1,6503.98,3309.26,664.927,-0.663223,0,0,0,1,300,100,1,0),(62617,192932,571,1,1,6567.61,3338.52,664.904,1.23918,0,0,0,1,300,100,1,0),(62618,192932,571,1,1,6542.21,3412.32,599.863,-2.56563,0,0,0,1,300,100,1,0),(62619,192932,571,1,1,6514.77,3328.82,664.829,-2.14675,0,0,0,1,300,100,1,0),(62620,192932,571,1,1,6510.41,3277.31,666.516,-1.67551,0,0,0,1,300,100,1,0),(62621,192932,571,1,1,6471.32,3410.16,595.788,-1.72787,0,0,0,1,300,100,1,0),(62622,192932,571,1,1,6475.57,3383.47,599.32,1.27409,0,0,0,1,300,100,1,0),(62623,192932,571,1,1,6464.23,3430.94,595.645,0.366518,0,0,0,1,300,100,1,0),(62624,192932,571,1,1,6468.01,3453.01,597.168,1.91986,0,0,0,1,300,100,1,0),(62625,192932,571,1,1,6493.87,3478,595.483,-2.79252,0,0,0,1,300,100,1,0),(62627,192933,571,1,1,6662.56,3558.36,669.406,2.33874,0,0,0,1,300,100,1,0),(62628,192933,571,1,1,6708.36,3562.53,670.104,-0.383971,0,0,0,1,300,100,1,0),(62629,192933,571,1,1,6647.85,3456.48,629.36,-0.715585,0,0,0,1,300,100,1,0),(62630,192933,571,1,1,6707.31,3432.68,682.196,-2.75761,0,0,0,1,300,100,1,0),(62631,192933,571,1,1,6739.44,3428.86,683.629,-2.21656,0,0,0,1,300,100,1,0),(62632,192933,571,1,1,6671.79,3362.6,704.152,0.261798,0,0,0,1,300,100,1,0),(62633,192933,571,1,1,6564,3433.11,599.705,2.14675,0,0,0,1,300,100,1,0),(62634,192933,571,1,1,6462.63,3443.89,595.538,-1.23918,0,0,0,1,300,100,1,0),(62635,192933,571,1,1,6506.21,3485.82,595.398,0.366518,0,0,0,1,300,100,1,0),(62636,192933,571,1,1,6526.38,3477.14,595.499,-1.98967,0,0,0,1,300,100,1,0),(62637,192933,571,1,1,6497.64,3316.12,664.719,-0.122173,0,0,0,1,300,100,1,0),(62638,192933,571,1,1,6542.8,3333.31,664.754,-0.890117,0,0,0,1,300,100,1,0),(62639,192933,571,1,1,6519.01,3397.38,599.037,-1.29154,0,0,0,1,300,100,1,0),(62640,192933,571,1,1,6562.18,3464.46,598.005,-2.51327,0,0,0,1,300,100,1,0),(62641,192933,571,1,1,6562.99,3306.67,668.439,0.610864,0,0,0,1,300,100,1,0),(62642,192933,571,1,1,6504.88,3268.3,664.719,1.8675,0,0,0,1,300,100,1,0),(62643,192933,571,1,1,6642.18,3255.78,670.301,2.68781,0,0,0,1,300,100,1,0),(62644,192933,571,1,1,6619.47,3216.91,666.944,-1.93731,0,0,0,1,300,100,1,0),(62650,193199,571,1,1,6650.05,1251.18,283.799,2.02458,0,0,0,1,300,100,1,0),(62651,193199,571,1,1,6801.88,967.289,321.511,-3.08918,0,0,0,1,300,100,1,0),(62652,193199,571,1,1,6796.04,1009.16,304.275,2.44346,0,0,0,1,300,100,1,0),(62653,193199,571,1,1,6671.72,1132.24,274.067,0.802851,0,0,0,1,300,100,1,0),(62654,193199,571,1,1,6687.03,1163.97,273.78,-0.942477,0,0,0,1,300,100,1,0),(62655,193199,571,1,1,6708.12,1026.5,285.538,-3.08918,0,0,0,1,300,100,1,0),(62656,193199,571,1,1,6669.17,1086.49,279.219,-1.6057,0,0,0,1,300,100,1,0),(62657,193199,571,1,1,6591.48,1019.76,280.155,3.12412,0,0,0,1,300,100,1,0),(62658,193199,571,1,1,6530.38,1150.47,273.894,-1.32645,0,0,0,1,300,100,1,0),(62659,193199,571,1,1,6759.61,1049.35,289.959,0.261798,0,0,0,1,300,100,1,0),(62660,193199,571,1,1,6843.16,1037.52,300.565,-2.32129,0,0,0,1,300,100,1,0),(62661,193199,571,1,1,6726.86,1156.25,274.83,-2.61799,0,0,0,1,300,100,1,0),(62662,193199,571,1,1,6790.17,1173.2,276.609,0.366518,0,0,0,1,300,100,1,0),(62663,193199,571,1,1,6692.37,1293.81,291.753,-1.83259,0,0,0,1,300,100,1,0),(62664,193199,571,1,1,6723.58,1210.71,276.405,-1.62316,0,0,0,1,300,100,1,0),(62665,193199,571,1,1,6484.11,1214.6,286.928,2.96704,0,0,0,1,300,100,1,0),(62666,193199,571,1,1,6561.15,1180.74,274.212,-2.40855,0,0,0,1,300,100,1,0),(62667,193199,571,1,1,6593.26,1151.79,271.398,2.72271,0,0,0,1,300,100,1,0),(62668,193199,571,1,1,6558.85,1223.52,283.157,2.18166,0,0,0,1,300,100,1,0),(62669,193200,571,1,1,6944.93,1127.42,296.115,-2.93214,0,0,0,1,300,100,1,0),(62670,193200,571,1,1,6549.06,1131.78,275.207,-0.191985,0,0,0,1,300,100,1,0),(62671,193200,571,1,1,6702.08,1038.13,284.185,2.87979,0,0,0,1,300,100,1,0),(62672,193200,571,1,1,6759.65,1025.41,294.841,2.32129,0,0,0,1,300,100,1,0),(62673,193200,571,1,1,6602.65,1035.92,279.594,1.69297,0,0,0,1,300,100,1,0),(62674,193200,571,1,1,6589.42,1242.07,288.133,-1.02974,0,0,0,1,300,100,1,0),(62675,193200,571,1,1,6536.64,1234.36,287.894,-2.74016,0,0,0,1,300,100,1,0),(62676,193200,571,1,1,6567.26,1119.21,275.68,1.3439,0,0,0,1,300,100,1,0),(62677,193200,571,1,1,6821.29,1006.68,307.165,2.32129,0,0,0,1,300,100,1,0),(62678,193200,571,1,1,6730.6,1168.45,274.451,2.1293,0,0,0,1,300,100,1,0),(62679,193200,571,1,1,6542.55,1201.56,280.318,-0.767944,0,0,0,1,300,100,1,0),(62680,193200,571,1,1,6503.95,1170.96,277.744,-0.034906,0,0,0,1,300,100,1,0),(62681,193200,571,1,1,6580.56,1192.36,276.324,-1.06465,0,0,0,1,300,100,1,0),(62682,193201,571,1,1,6485.96,1189.65,283.043,-2.70526,0,0,0,1,300,100,1,0),(62683,193201,571,1,1,6759.52,1011.97,298.309,0.890117,0,0,0,1,300,100,1,0),(62684,193201,571,1,1,6516.86,1140.91,273.197,-2.47837,0,0,0,1,300,100,1,0),(62685,193201,571,1,1,6613.26,1009.73,283.617,0.785397,0,0,0,1,300,100,1,0),(62686,193201,571,1,1,6551.29,1178.23,274.193,1.0472,0,0,0,1,300,100,1,0),(62687,193201,571,1,1,6622.31,1060.49,277.89,2.21656,0,0,0,1,300,100,1,0),(62688,193201,571,1,1,6685.35,1122.79,275.925,1.88495,0,0,0,1,300,100,1,0),(62689,193201,571,1,1,6824.05,974.719,318.298,2.87979,0,0,0,1,300,100,1,0),(62690,193201,571,1,1,6723.57,1041.84,287.952,0.418879,0,0,0,1,300,100,1,0),(62691,193201,571,1,1,6615.46,1113.32,272.751,0.279252,0,0,0,1,300,100,1,0),(62692,191410,571,1,1,8141.8,2347.94,609.491,-1.39472,0,0,0.99999,0.004363,300,100,1,0),(62693,192178,571,1,1,8387.17,2755.89,656.698,2.51327,0,0,0,1,300,100,1,0),(62694,192178,571,1,1,8386.5,2759.56,656.77,-2.09439,0,0,0,1,300,100,1,0),(62695,191672,571,1,1,7428.42,4808.93,18.5608,1.39626,0,0,0,1,300,100,1,0),(62696,191672,571,1,1,7437.89,4837.21,25.6579,-0.820303,0,0,0,1,300,100,1,0),(62697,191672,571,1,1,7441.18,4870.52,11.2046,-2.25147,0,0,0,1,300,100,1,0),(62698,191672,571,1,1,7474.76,4928.04,-1.8094,1.58825,0,0,0,1,300,100,1,0),(62699,191672,571,1,1,7497.23,4771.53,-1.50972,-3.00195,0,0,0,1,300,100,1,0),(62700,191672,571,1,1,7500.03,4871.92,8.8376,-0.977383,0,0,0,1,300,100,1,0),(62701,191672,571,1,1,7495.79,4898.76,0.80071,1.55334,0,0,0,1,300,100,1,0),(62702,191672,571,1,1,7473.3,4910.27,-3.54567,-1.23918,0,0,0,1,300,100,1,0),(62703,191672,571,1,1,7490.14,4807.83,23.2085,-2.91469,0,0,0,1,300,100,1,0),(62704,191672,571,1,1,7476.46,4885.94,-5.86288,0.767944,0,0,0,1,300,100,1,0),(62705,179900,571,1,1,8154.83,1911.41,515.226,-0.494656,0,0,0,1,300,100,1,0),(62706,193468,571,1,3,7603.26,1390.25,333.858,-1.94563,0,0,0,1,300,100,1,0),(62707,179900,571,1,1,8561.84,2592.02,652.433,1.2965,0,0,0,1,300,100,1,0),(62708,179900,571,1,1,8506.13,2582.63,652.433,1.13942,0,0,0,1,300,100,1,0),(62709,179900,571,1,1,8474.3,2612.58,652.433,0.92998,0,0,0,1,300,100,1,0),(62710,179900,571,1,1,7987.19,1926.33,502.242,-0.273571,0,0,0,1,300,100,1,0),(62711,179900,571,1,1,8141.8,2347.94,609.491,-1.39472,0,0,0,1,300,100,1,0),(62712,179900,571,1,1,7949.95,2057.32,500.628,-0.81808,0,0,0,1,300,100,1,0),(62713,179900,571,1,1,7530.91,1928.1,501.915,-1.13751,0,0,0,1,300,100,1,0),(62714,179900,571,1,1,7888.66,1981.16,502.443,-0.343382,0,0,0,1,300,100,1,0),(62715,179900,571,1,1,7629.28,1983.13,502.148,-0.334657,0,0,0,1,300,100,1,0),(62716,179900,571,1,1,7532.62,2193.9,501.967,-1.41661,0,0,0,1,300,100,1,0),(62717,179900,571,1,1,7812.2,2058.3,499.88,-2.77107,0,0,0,1,300,100,1,0),(62718,179900,571,1,1,7890.43,2135.91,502.085,-2.36415,0,0,0,1,300,100,1,0),(62719,179900,571,1,1,7629.58,2137.16,502.113,0.887772,0,0,0,1,300,100,1,0),(62720,179900,571,1,1,7706.95,2059.69,499.827,-1.51005,0,0,0,1,300,100,1,0),(62721,179900,571,1,1,7567.44,2060.78,500.777,1.62784,0,0,0,1,300,100,1,0),(62722,179900,571,1,1,6135.65,2610.46,570.216,-2.23526,0,0,0,1,300,100,1,0),(62723,179900,571,1,1,6537.36,2832.43,651.114,-2.51451,0,0,0,1,300,100,1,0),(62724,179900,571,1,1,6520.92,2569.42,651.595,-2.23526,0,0,0,1,300,100,1,0),(62725,179900,571,1,1,6619.37,2076.03,651.219,-1.64185,0,0,0,1,300,100,1,0),(62726,179900,571,1,1,6637.02,2320,651.328,-2.25271,0,0,0,1,300,100,1,0),(62727,179900,571,1,1,6246.2,2662.01,570.381,-2.23526,0,0,0,1,300,100,1,0),(62728,179900,571,1,1,7084.79,1455.73,397.336,2.33229,0,0,0,1,300,100,1,0),(62729,179900,571,1,1,6904.07,983.457,404.2,0.918578,0,0,0,1,300,100,1,0),(62730,179900,571,1,1,6946.86,1095.2,404.2,2.28866,0,0,0,1,300,100,1,0),(62731,179900,571,1,1,6896.34,1278.91,397.336,-2.57207,0,0,0,1,300,100,1,0),(62732,179900,571,1,1,6780.64,1290.41,397.336,2.48064,0,0,0,1,300,100,1,0),(62733,193469,571,1,1,7611.17,1380.27,334.682,-2.73174,0,0,0,1,300,100,1,0),(62734,193470,571,1,3,7583.86,1359.53,332.123,-0.095992,0,0,0,1,300,100,1,0),(268831,193705,571,1,1,7901.54,2064.54,601.473,0.401427,0,0,0.199369,0.979925,180,255,1,0),(268830,193706,571,1,1,7902.22,2064.3,601.473,-0.56723,0,0,-0.279828,0.96005,180,255,1,0),(62737,193471,571,1,3,7590.3,1390.75,330.823,0.872664,0,0,0,1,300,100,1,0),(62738,193983,571,1,1,7870.36,2063.25,599.628,2.86233,0,0,0,1,300,100,1,0),(62739,193983,571,1,1,7907.01,2063.02,599.587,0.261798,0,0,0,1,300,100,1,0),(62740,193983,571,1,1,7906.95,2053.04,599.626,-0.296705,0,0,0,1,300,100,1,0),(62741,193983,571,1,1,7870.43,2053.35,599.669,-2.87979,0,0,0,1,300,100,1,0),(76745,195346,571,1,1,7772.19,2523.41,397.553,0,0,0,0,1,120,255,1,0),(76744,195344,571,1,1,7772.19,2523.41,397.553,0,0,0,0,1,120,255,1,0),(76743,195346,571,1,1,7879.33,2381.5,395.993,0,0,0,0,1,120,255,1,0),(76742,195344,571,1,1,7879.33,2381.5,395.993,0,0,0,0,1,120,255,1,0),(62746,193476,571,1,3,7564.3,1388.7,328.283,2.72125,0,0,0,1,300,100,1,0),(62747,188100,571,1,1,3803.97,6938.72,107.795,0.034906,0,0,0,1,300,100,1,0),(62748,188101,571,1,1,3550.88,6942.12,174.011,0.698132,0,0,0,1,300,100,1,0),(62749,188101,571,1,1,3556.06,6909.94,174.043,0.017452,0,0,0,1,300,100,1,0),(62750,188102,571,1,1,4107.4,6742.06,172.122,2.84488,0,0,0,1,300,100,1,0),(62751,188102,571,1,1,4122.35,6769.54,172,0.767944,0,0,0,1,300,100,1,0),(62752,188103,571,1,1,3997.89,7266.8,178.765,-0.017452,0,0,0,1,300,100,1,0),(62753,188103,571,1,1,3967.21,7282.14,178.788,0.471238,0,0,0,1,300,100,1,0),(62754,193480,571,1,3,7574.19,1387.21,330.172,-0.730471,0,0,0,1,300,100,1,0),(62755,193481,571,1,3,7572.48,1397.56,329.867,2.04755,0,0,0,1,300,100,1,0),(62756,193482,571,1,3,7583.69,1389.87,331.815,-3.09681,0,0,0,1,300,100,1,0),(62758,193483,571,1,3,7587.47,1381.41,332.516,-3.14088,0,0,0,1,300,100,1,0),(62759,193484,571,1,3,7594.54,1386.77,332.981,-2.31894,0,0,0,1,300,100,1,0),(62760,193485,571,1,3,7592.47,1394.79,332.816,2.50837,0,0,0,1,300,100,1,0),(62761,193486,571,1,3,7562.05,1411.45,327.103,2.25096,0,0,0,1,300,100,1,0),(62762,193487,571,1,3,7559.01,1403.47,326.83,-2.93184,0,0,0,1,300,100,1,0),(62763,193488,571,1,3,7552.46,1413.09,325.214,2.32869,0,0,0,1,300,100,1,0),(62764,193489,571,1,3,7595.23,1387.18,333.181,-0.581977,0,0,0,1,300,100,1,0),(62765,188113,571,1,1,3541.6,6997.97,194.21,-2.07694,0,0,0,1,300,100,1,0),(62766,188113,571,1,1,4053.53,7211.93,183.6,1.309,0,0,0,1,300,100,1,0),(62767,188113,571,1,1,3808.64,7389.54,199.702,-0.698132,0,0,0,1,300,100,1,0),(62768,188113,571,1,1,3781.41,7374.55,205.471,-1.76278,0,0,0,1,300,100,1,0),(62769,188113,571,1,1,3569.4,7224.11,229.467,2.21656,0,0,0,1,300,100,1,0),(62770,188113,571,1,1,3521.35,7211.78,234.455,1.76278,0,0,0,1,300,100,1,0),(62771,188113,571,1,1,3538.48,7126.52,214.772,0.122173,0,0,0,1,300,100,1,0),(62772,188113,571,1,1,3485.01,7091.05,215.107,-0.174532,0,0,0,1,300,100,1,0),(62773,188113,571,1,1,3510.94,7066.3,207.662,2.63544,0,0,0,1,300,100,1,0),(62774,188113,571,1,1,3518.02,7018.85,199.878,-2.30383,0,0,0,1,300,100,1,0),(62775,188113,571,1,1,4087.59,7092.74,169.575,3.00195,0,0,0,1,300,100,1,0),(62776,188113,571,1,1,4107.29,7129.81,170.53,-2.07694,0,0,0,1,300,100,1,0),(62777,188113,571,1,1,4149.61,7072.9,168.207,0.279252,0,0,0,1,300,100,1,0),(62778,188113,571,1,1,4183.44,6950.46,171.157,-1.44862,0,0,0,1,300,100,1,0),(62779,188113,571,1,1,4182.51,7037.17,170.165,-1.98967,0,0,0,1,300,100,1,0),(62780,188113,571,1,1,4156.81,7125.01,171.36,-2.53072,0,0,0,1,300,100,1,0),(62781,188113,571,1,1,4084.78,7200.16,178.302,2.47837,0,0,0,1,300,100,1,0),(62782,188113,571,1,1,3838.3,7326.02,180.732,-1.6057,0,0,0,1,300,100,1,0),(62783,188113,571,1,1,3804.72,6490.76,181.613,1.78023,0,0,0,1,300,100,1,0),(62784,188113,571,1,1,3954.53,6551.21,179.013,-1.97222,0,0,0,1,300,100,1,0),(62785,188113,571,1,1,3880.22,6536.26,176.364,-2.23402,0,0,0,1,300,100,1,0),(62786,188113,571,1,1,3974.05,6619.4,174.109,2.42601,0,0,0,1,300,100,1,0),(62787,188113,571,1,1,4001.59,6583.99,180.85,3.00195,0,0,0,1,300,100,1,0),(62788,188113,571,1,1,3904.1,6616.33,166.529,-2.16421,0,0,0,1,300,100,1,0),(62789,188113,571,1,1,3963.8,6648.05,169.698,-2.74016,0,0,0,1,300,100,1,0),(62790,188113,571,1,1,4021.27,6676.85,175.931,-3.00195,0,0,0,1,300,100,1,0),(62791,188113,571,1,1,3642,7006.8,167.832,-2.47837,0,0,0,1,300,100,1,0),(62792,188113,571,1,1,3601.68,6976.51,173.202,-1.23918,0,0,0,1,300,100,1,0),(62793,188113,571,1,1,3585.99,7018.73,187.728,3.00195,0,0,0,1,300,100,1,0),(62794,193490,571,1,3,7601.54,1367.64,335.121,3.13986,0,0,0,1,300,100,1,0),(62795,193491,571,1,3,7598.83,1377,334.696,0.328488,0,0,0,1,300,100,1,0),(62796,193492,571,1,3,7580.75,1385.87,331.898,0.682043,0,0,0,1,300,100,1,0),(62797,192469,571,1,1,7905.33,4926.07,1.56121,1.05592,0,0,0,1,300,100,1,0),(62798,193493,571,1,3,7588.11,1386.76,332.631,-0.471213,0,0,0,1,300,100,1,0),(62799,192470,571,1,1,7822.57,5085.76,1.78688,1.23918,0,0,0,1,300,100,1,0),(62800,193494,571,1,3,7578.28,1366.33,331.08,-2.87546,0,0,0,1,300,100,1,0),(62801,192471,571,1,1,7812.06,5015.73,2.25373,1.15191,0,0,0,1,300,100,1,0),(62802,193495,571,1,3,7585.02,1347,332.491,-1.64513,0,0,0,1,300,100,1,0),(62803,192472,571,1,1,7617.28,5125.99,25.2926,-0.270525,0,0,0,1,300,100,1,0),(62804,193496,571,1,1,7614.07,1382.24,335.403,2.89607,0,0,0,1,300,100,1,0),(62805,194009,571,1,1,7942.28,3606.53,628.964,-0.209439,0,0,0,1,300,100,1,0),(62806,193497,571,1,3,7605.48,1393.45,334.398,2.71441,0,0,0,1,300,100,1,0),(62807,191705,571,1,1,7484.02,4894.73,-23.1799,-1.64061,0,0,0,1,300,100,1,0),(62808,191705,571,1,1,7441.02,4797.56,7.31928,-0.436332,0,0,0,1,300,100,1,0),(62809,191705,571,1,1,7453.13,4833.31,-18.0461,-1.85005,0,0,0,1,300,100,1,0),(62810,191705,571,1,1,7458.45,4775.97,-15.0987,-1.18682,0,0,0,1,300,100,1,0),(62811,191705,571,1,1,7427.86,4827.63,-17.4786,0.680677,0,0,0,1,300,100,1,0),(62812,191705,571,1,1,7488.21,4941.34,-19.5993,-2.75761,0,0,0,1,300,100,1,0),(62813,191705,571,1,1,7490.78,4860.66,-12.5587,2.11185,0,0,0,1,300,100,1,0),(62814,191705,571,1,1,7491.17,4815.04,8.10006,-1.46608,0,0,0,1,300,100,1,0),(62815,191705,571,1,1,7484.25,4736.27,-12.2141,-1.79769,0,0,0,1,300,100,1,0),(62816,191705,571,1,1,7468.86,4865.13,-4.7659,1.62316,0,0,0,1,300,100,1,0),(62817,191705,571,1,1,7514.6,4899.97,-13.2661,-0.802851,0,0,0,1,300,100,1,0),(62818,191705,571,1,1,7500.93,4794.32,-12.1341,-2.40855,0,0,0,1,300,100,1,0),(62819,191705,571,1,1,7491.45,4791.66,7.76616,2.46091,0,0,0,1,300,100,1,0),(62820,194010,571,1,1,7942.28,3606.53,628.964,-0.209439,0,0,0,1,300,100,1,0),(62821,191706,571,1,1,7506.01,4868.29,-5.64422,3.14159,0,0,0,1,300,100,1,0),(62822,191706,571,1,1,7443.76,4855.87,-11.2205,-3.05433,0,0,0,1,300,100,1,0),(62823,191706,571,1,1,7468.09,4789.3,14.4016,-3.03684,0,0,0,1,300,100,1,0),(62824,191706,571,1,1,7478.78,4807.25,-5.62889,0.209439,0,0,0,1,300,100,1,0),(62825,191706,571,1,1,7456.61,4936.69,-14.5251,-1.25664,0,0,0,1,300,100,1,0),(62826,191706,571,1,1,7493.15,4914.71,-7.27451,3.10665,0,0,0,1,300,100,1,0),(62827,191706,571,1,1,7473.81,4779.12,-5.46029,-2.3911,0,0,0,1,300,100,1,0),(62828,191706,571,1,1,7479.47,4821.89,13.919,-1.65806,0,0,0,1,300,100,1,0),(62829,191706,571,1,1,7468.82,4732.35,-5.79207,2.1293,0,0,0,1,300,100,1,0),(62830,191706,571,1,1,7484.87,4869.41,-5.65956,0.226892,0,0,0,1,300,100,1,0),(62831,191706,571,1,1,7454.16,4846.08,-11.3086,-2.426,0,0,0,1,300,100,1,0),(62832,191706,571,1,1,7415.15,4814.22,12.1154,-2.80997,0,0,0,1,300,100,1,0),(62833,191706,571,1,1,7497.87,4804.31,14.4445,-2.96704,0,0,0,1,300,100,1,0),(62834,191706,571,1,1,7433.51,4813.14,-11.0121,1.11701,0,0,0,1,300,100,1,0),(62835,191706,571,1,1,7476.02,4839.61,-1.61821,2.77507,0,0,0,1,300,100,1,0),(62836,191707,571,1,1,7437.81,4837.07,-17.201,0.418879,0,0,0,1,300,100,1,0),(62837,191707,571,1,1,7469.5,4739.98,-12.4903,-0.174532,0,0,0,1,300,100,1,0),(62838,191707,571,1,1,7476.05,4791.01,-12.6421,0.750491,0,0,0,1,300,100,1,0),(62839,191707,571,1,1,7494.74,4871.69,-12.0669,0.558504,0,0,0,1,300,100,1,0),(62840,191707,571,1,1,7484.48,4804.48,7.35518,2.42601,0,0,0,1,300,100,1,0),(62841,190171,571,1,1,6870.08,1169.3,283.149,-1.13446,0,0,0,1,60,100,1,0),(62842,190171,571,1,1,8012.73,1558.07,471.459,0.977383,0,0,0,1,60,100,1,0),(62843,190171,571,1,1,7839.31,1372.56,399.675,3.01941,0,0,0,1,60,100,1,0),(62844,190171,571,1,1,7841.58,1936.49,366.618,-1.51844,0,0,0,1,60,100,1,0),(62845,190171,571,1,1,7596.49,780.559,480.997,-2.18166,0,0,0,1,60,100,1,0),(62846,190171,571,1,1,7094.99,1108.11,308.587,1.71042,0,0,0,1,60,100,1,0),(62847,190171,571,1,1,6580.08,1060.54,283.587,1.37881,0,0,0,1,60,100,1,0),(62848,190171,571,1,1,7942.54,571.526,602.404,2.14675,0,0,0,1,60,100,1,0),(62849,190171,571,1,1,7393.68,1088.65,397.147,1.74533,0,0,0,1,60,100,1,0),(62850,190171,571,1,1,6819.3,1004.66,307.252,2.18166,0,0,0,1,60,100,1,0),(62851,190171,571,1,1,7951.32,865.565,459.286,-1.98967,0,0,0,1,60,100,1,0),(62852,190171,571,1,1,7105.19,4022.14,536.533,-2.53072,0,0,0,1,60,100,1,0),(62853,190171,571,1,1,7261.64,4136.61,575.782,-1.39626,0,0,0,1,60,100,1,0),(62854,190171,571,1,1,7639.81,3483.23,643.14,-2.16421,0,0,0,1,60,100,1,0),(62855,190171,571,1,1,7428.95,3649.16,625.291,1.91986,0,0,0,1,60,100,1,0),(62856,190171,571,1,1,7818.07,3727.42,653.978,0.541051,0,0,0,1,60,100,1,0),(62857,190171,571,1,1,8010.22,3670.1,617.046,3.07177,0,0,0,1,60,100,1,0),(62858,190171,571,1,1,7918.57,2833.25,479.901,-3.05433,0,0,0,1,60,100,1,0),(62859,190171,571,1,1,6816.84,2716.71,422.674,-2.25147,0,0,0,1,60,100,1,0),(62860,190171,571,1,1,5808.91,2349.22,537.587,0.610864,0,0,0,1,60,100,1,0),(62861,190171,571,1,1,7099.65,2854.1,415.43,3.07177,0,0,0,1,60,100,1,0),(62862,190171,571,1,1,7291.87,2708.03,396.523,2.93214,0,0,0,1,60,100,1,0),(62863,190171,571,1,1,7034.34,2458,416.276,-2.32129,0,0,0,1,60,100,1,0),(62864,190171,571,1,1,7720.63,2831.15,454.756,0.925024,0,0,0,1,60,100,1,0),(62865,190171,571,1,1,6236.07,1760.42,594.564,1.81514,0,0,0,1,60,100,1,0),(62866,190171,571,1,1,7961,3580.86,630.54,1.69297,0,0,0,1,60,100,1,0),(62867,190171,571,1,1,7802.62,3692.47,653.008,2.11185,0,0,0,1,60,100,1,0),(62868,192476,571,1,1,7555.87,5057.47,25.4047,-1.07338,0,0,0,1,300,100,1,0),(62869,190172,571,1,1,6373.79,888.82,167.808,-0.157079,0,0,0,1,60,100,1,0),(62870,190172,571,1,1,7793.08,1094.95,395.619,-1.0472,0,0,0,1,60,100,1,0),(62871,190172,571,1,1,7472.34,1457.09,323.025,0.90757,0,0,0,1,60,100,1,0),(62872,190172,571,1,1,7623.64,835.632,480.212,2.94959,0,0,0,1,60,100,1,0),(62873,190172,571,1,1,8017.59,869.199,463.539,-2.96704,0,0,0,1,60,100,1,0),(62874,190172,571,1,1,7644.03,954.863,487.497,-1.76278,0,0,0,1,60,100,1,0),(62875,190172,571,1,1,7417.63,889.62,467,1.41372,0,0,0,1,60,100,1,0),(62876,190172,571,1,1,7786.14,925.323,454.442,0.872664,0,0,0,1,60,100,1,0),(62877,190172,571,1,1,6375.81,111.238,392.637,-2.33874,0,0,0,1,60,100,1,0),(62878,190172,571,1,1,7454.02,2866.13,428.288,-2.96704,0,0,0,1,60,100,1,0),(62879,190172,571,1,1,7224.38,2587.07,393.444,-3.07177,0,0,0,1,60,100,1,0),(62880,190172,571,1,1,6982.78,2479.93,415.848,1.06465,0,0,0,1,60,100,1,0),(62881,190172,571,1,1,6949.81,1155.93,294.198,2.14675,0,0,0,1,60,100,1,0),(62882,190172,571,1,1,7618.59,3540.73,657.216,1.88495,0,0,0,1,60,100,1,0),(62883,190172,571,1,1,8387.4,3351.9,631.76,2.09439,0,0,0,1,60,100,1,0),(62884,190172,571,1,1,8140.09,2631.26,551.761,-0.436332,0,0,0,1,60,100,1,0),(62885,190172,571,1,1,6359.7,2508.15,487.519,-0.488691,0,0,0,1,60,100,1,0),(62886,190172,571,1,1,7590.08,1689.26,344.06,2.54818,0,0,0,1,60,100,1,0),(62887,190172,571,1,1,7621.81,1942.47,371.774,1.3439,0,0,0,1,60,100,1,0),(62888,190172,571,1,1,6351.87,2196.4,486.881,3.10665,0,0,0,1,60,100,1,0),(62889,192477,571,1,1,7557.25,4980.23,25.5459,3.06302,0,0,0,1,300,100,1,0),(265483,193270,571,1,2,4840.96,1481.42,209.497,-1.2941,-0.0150366,-0.0171528,-0.602707,0.797637,180,255,1,0),(265482,193269,571,1,2,4844.34,1484.12,209.491,-2.39365,-0.126151,0.0901117,-0.923634,0.350524,180,255,1,0),(265481,193268,571,1,2,4841.98,1486.23,209.494,-0.491243,-0.00713873,-0.0216646,-0.243133,0.969725,180,255,1,0),(265480,193267,571,1,2,4847.75,1488.82,209.301,-0.493748,0.0541716,0.0323639,-0.245821,0.967259,180,255,1,0),(265479,193266,571,1,2,4844.97,1489.89,209.336,-2.35081,0.0239267,0.0582066,-0.92025,0.386238,180,255,1,0),(265478,193265,571,1,2,4842.9,1491.01,209.581,-0.323854,0.063242,0.0197554,-0.162605,0.984464,180,255,1,0),(62896,192478,571,1,1,7661.33,4865.7,4.97524,-3.11539,0,0,0,1,300,100,1,0),(62897,192479,571,1,1,7662.19,4847.57,5.28149,1.64934,0,0,0,1,300,100,1,0),(62898,192480,571,1,1,7615.4,4736.51,25.694,2.89724,0,0,0,1,300,100,1,0),(62899,192481,571,1,1,7691.7,4868.03,29.2521,3.14159,0,0,0,1,300,100,1,0),(62900,192482,571,1,1,7692.24,4847.24,29.48,1.5708,0,0,0,1,300,100,1,0),(62902,192483,571,1,1,7777.48,4869.06,29.2643,3.14159,0,0,0,1,300,100,1,0),(62903,192484,571,1,1,7777.56,4848.53,29.3518,0.863937,0,0,0,1,300,100,1,0),(62906,192485,571,1,1,7807.76,4850.11,4.76893,3.07177,0,0,0,1,300,100,1,0),(62907,188133,571,1,1,3790.46,6929.7,104.009,-0.436332,0,0,0,1,300,100,1,0),(62908,188133,571,1,1,3756.01,7014.67,103.175,-2.47837,0,0,0,1,300,100,1,0),(62909,188133,571,1,1,3772.46,6978.29,104.15,0.575957,0,0,0,1,300,100,1,0),(62910,188133,571,1,1,3758.1,6952.05,107.888,2.47837,0,0,0,1,300,100,1,0),(62911,188133,571,1,1,3764.96,6935.17,108.931,2.60053,0,0,0,1,300,100,1,0),(62912,188133,571,1,1,3907.4,6902.92,104.702,1.6057,0,0,0,1,300,100,1,0),(62913,188133,571,1,1,3951.6,6926.54,103.753,-0.785397,0,0,0,1,300,100,1,0),(62914,188133,571,1,1,3972.94,6926.27,105.017,1.309,0,0,0,1,300,100,1,0),(62915,188133,571,1,1,3788.74,6955.19,104.8,1.72787,0,0,0,1,300,100,1,0),(62916,188133,571,1,1,3826.08,6911.31,105.178,3.14159,0,0,0,1,300,100,1,0),(62917,188133,571,1,1,3817.44,6877.6,103.905,-2.18166,0,0,0,1,300,100,1,0),(62918,188133,571,1,1,3967.21,7000.73,103.55,-2.84488,0,0,0,1,300,100,1,0),(62919,188133,571,1,1,3831.61,7083.87,103.561,-1.15192,0,0,0,1,300,100,1,0),(62920,188133,571,1,1,3877.98,6865.35,103.211,1.22173,0,0,0,1,300,100,1,0),(62921,188133,571,1,1,3915.68,6880.61,103.261,-2.65289,0,0,0,1,300,100,1,0),(62922,192486,571,1,1,7807.67,4868.28,4.16083,-1.65806,0,0,0,1,300,100,1,0),(62924,191718,571,1,1,8336.88,2793.73,655.092,3.07177,0,0,0,1,300,100,1,0),(62925,190950,571,1,1,7497.48,4827.8,54.1931,1.59697,0,0,0.013089,0.999914,300,100,1,0),(62927,190951,571,1,1,7523.28,4847.9,54.1955,0.026179,0,0,0.013089,0.999914,300,100,1,0),(62928,193767,571,1,1,6578.62,2445.21,651.11,-2.74016,0,0,0,1,300,100,1,0),(62929,187367,571,1,1,4227.61,6285.96,-0.568174,0.994837,0,0,0,1,300,100,1,0),(62930,187367,571,1,1,4333.35,6359.68,-4.11223,-1.20428,0,0,0,1,300,100,1,0),(62931,187367,571,1,1,4037.78,6465.08,22.3604,1.65806,0,0,0,1,300,100,1,0),(62932,187367,571,1,1,4006.12,6470.9,22.345,1.06465,0,0,0,1,300,100,1,0),(62933,187367,571,1,1,3972.39,6453.61,18.2288,-0.087266,0,0,0,1,300,100,1,0),(62934,187367,571,1,1,3933.06,6387.81,11.1905,0.209439,0,0,0,1,300,100,1,0),(62935,187367,571,1,1,4222.03,6173.42,0.94686,-1.18682,0,0,0,1,300,100,1,0),(62936,187367,571,1,1,3949.11,6365.89,11.3971,1.5708,0,0,0,1,300,100,1,0),(62938,187367,571,1,1,4290.37,6165.61,-13.4047,-2.35619,0,0,0,1,300,100,1,0),(62939,187367,571,1,1,4144.99,6244.42,31.3755,-0.366518,0,0,0,1,300,100,1,0),(62940,187367,571,1,1,4015.32,6280.5,7.76706,2.3911,0,0,0,1,300,100,1,0),(62941,187367,571,1,1,4029.45,6293.54,4.84123,1.3439,0,0,0,1,300,100,1,0),(62942,187367,571,1,1,4030.54,6327.1,9.00297,2.96704,0,0,0,1,300,100,1,0),(62943,187367,571,1,1,3978.56,6303.46,8.0821,0.453785,0,0,0,1,300,100,1,0),(62944,187367,571,1,1,4013.53,6384.44,29.6564,0.488691,0,0,0,1,300,100,1,0),(62945,187367,571,1,1,4051.76,6264.15,21.7071,0.418879,0,0,0,1,300,100,1,0),(62946,187367,571,1,1,4085.07,6270.58,27.5957,1.06465,0,0,0,1,300,100,1,0),(62947,187367,571,1,1,4150.42,6275.48,30.3676,0.296705,0,0,0,1,300,100,1,0),(62948,187367,571,1,1,4219.97,6323.06,6.51617,-0.680679,0,0,0,1,300,100,1,0),(62950,187367,571,1,1,4331.04,6275.84,-4.68537,-1.0821,0,0,0,1,300,100,1,0),(62951,187367,571,1,1,4329.4,6228.96,-2.42232,-1.98967,0,0,0,1,300,100,1,0),(62952,187367,571,1,1,4268.16,6163.88,-4.54776,-1.62316,0,0,0,1,300,100,1,0),(62953,187367,571,1,1,4308.94,6205.72,0.835706,0.314158,0,0,0,1,300,100,1,0),(62954,187367,571,1,1,4292.23,6207.59,0.678283,1.93731,0,0,0,1,300,100,1,0),(62955,187367,571,1,1,4289.75,6361.33,0.566821,2.07694,0,0,0,1,300,100,1,0),(62956,187367,571,1,1,4308.8,6305.34,0.507571,-2.70526,0,0,0,1,300,100,1,0),(62957,187367,571,1,1,4312.84,6376.1,0.587696,2.49582,0,0,0,1,300,100,1,0),(62958,187367,571,1,1,4324.69,6319.17,0.534752,1.5708,0,0,0,1,300,100,1,0),(62959,187367,571,1,1,4275.44,6399.74,0.566822,-0.069812,0,0,0,1,300,100,1,0),(62960,187367,571,1,1,4259.52,6339.59,0.580641,-2.87979,0,0,0,1,300,100,1,0),(62961,187367,571,1,1,4196.38,6315.78,13.2314,-1.39626,0,0,0,1,300,100,1,0),(62962,187367,571,1,1,4185,6310.2,13.2314,0.209439,0,0,0,1,300,100,1,0),(62963,187367,571,1,1,4269.75,6349.2,0.578927,-0.401425,0,0,0,1,300,100,1,0),(62964,187367,571,1,1,4282.17,6409.47,0.567298,-0.942477,0,0,0,1,300,100,1,0),(62965,187367,571,1,1,4236.25,6234.1,0.469448,-0.733038,0,0,0,1,300,100,1,0),(62966,187367,571,1,1,4249.19,6182.83,0.590676,1.81514,0,0,0,1,300,100,1,0),(62967,187367,571,1,1,4229.66,6229.56,0.66685,-2.9845,0,0,0,1,300,100,1,0),(62968,187367,571,1,1,4236.27,6180.64,0.529981,-1.55334,0,0,0,1,300,100,1,0),(62969,187367,571,1,1,4166.32,6181.75,9.25085,0.715585,0,0,0,1,300,100,1,0),(62970,187367,571,1,1,4169.93,6169.8,9.25084,-0.087266,0,0,0,1,300,100,1,0),(62971,187367,571,1,1,4169.22,6200.04,9.25325,-0.802851,0,0,0,1,300,100,1,0),(62972,187367,571,1,1,4196.87,6169.73,1.42428,-0.104719,0,0,0,1,300,100,1,0),(62974,190952,571,1,1,7511.65,4847.59,54.1955,-3.11539,0,0,0.013089,0.999914,300,100,1,0),(62976,190953,571,1,1,7517.26,4853.07,54.1955,1.59697,0,0,0.013089,0.999914,300,100,1,0),(62977,187369,571,1,1,4012.93,6396.19,28.7728,-2.93214,0,0,0,1,300,100,1,0),(62979,190954,571,1,1,7517.64,4843.01,54.1955,-1.54462,0,0,0.013089,0.999914,300,100,1,0),(62980,194027,571,1,1,8415.35,2696.23,655.093,1.79654,0,0,0,1,300,100,1,0),(62981,190955,571,1,1,7505.11,4840.16,54.1955,0.026179,0,0,0.013089,0.999914,300,100,1,0),(62982,193516,571,1,1,7610.66,1382.84,334.971,1.87402,0,0,0,1,300,100,1,0),(62983,190956,571,1,1,7504.86,4855.28,54.1955,0.026179,0,0,0.013089,0.999914,300,100,1,0),(62984,188140,571,1,1,3904.8,6840.68,150.464,-2.61799,0,0,0,1,300,100,1,0),(62985,188140,571,1,1,3955.12,7087.36,161.103,2.96704,0,0,0,1,300,100,1,0),(62986,188140,571,1,1,4029.42,6986.72,163.066,-0.069812,0,0,0,1,300,100,1,0),(62987,188140,571,1,1,3969.44,7150.94,167.182,-1.79769,0,0,0,1,300,100,1,0),(62988,188140,571,1,1,3940.26,7116.11,167.592,1.01229,0,0,0,1,300,100,1,0),(62989,188140,571,1,1,3969.67,7186.6,169.375,-3.12412,0,0,0,1,300,100,1,0),(62990,188140,571,1,1,4158.94,7007,163.966,-0.610864,0,0,0,1,300,100,1,0),(62991,188140,571,1,1,4051.22,6959.95,163.764,-2.80997,0,0,0,1,300,100,1,0),(62992,188140,571,1,1,4134.59,6958.46,164.099,-1.39626,0,0,0,1,300,100,1,0),(62993,188140,571,1,1,4105.96,7036.19,163.387,3.01941,0,0,0,1,300,100,1,0),(62994,188140,571,1,1,4091.08,6960.14,163.262,1.78023,0,0,0,1,300,100,1,0),(62995,188140,571,1,1,4035.65,6943.68,164.395,1.51844,0,0,0,1,300,100,1,0),(62996,188140,571,1,1,4019.55,6895.24,167.717,1.16937,0,0,0,1,300,100,1,0),(62997,188140,571,1,1,4061.49,7012.4,165.17,1.32645,0,0,0,1,300,100,1,0),(62998,188140,571,1,1,4050.21,6850.03,166.414,-1.64061,0,0,0,1,300,100,1,0),(62999,188140,571,1,1,3983.08,6858.61,155.935,-1.01229,0,0,0,1,300,100,1,0),(63000,188140,571,1,1,4023.24,6787.96,166.058,1.83259,0,0,0,1,300,100,1,0),(63001,188140,571,1,1,4007.14,6855.68,163.987,-1.81514,0,0,0,1,300,100,1,0),(63002,188140,571,1,1,3953.37,6887.9,165.726,2.75761,0,0,0,1,300,100,1,0),(63003,188140,571,1,1,4047.25,6805.08,169.009,1.15192,0,0,0,1,300,100,1,0),(63004,188140,571,1,1,3952.1,6856.75,154.379,-2.47837,0,0,0,1,300,100,1,0),(63005,188140,571,1,1,3854.43,6648.31,151.582,-1.32645,0,0,0,1,300,100,1,0),(63006,188140,571,1,1,4069.97,6792.42,170.503,-1.27409,0,0,0,1,300,100,1,0),(63007,188140,571,1,1,3873.87,6697.41,150.756,3.05433,0,0,0,1,300,100,1,0),(63008,188140,571,1,1,3919.93,6853.24,156.741,1.43117,0,0,0,1,300,100,1,0),(63009,188140,571,1,1,3843.67,6756.07,147.669,1.67551,0,0,0,1,300,100,1,0),(63010,188140,571,1,1,3804.08,6715.11,150.681,0.698132,0,0,0,1,300,100,1,0),(63011,188140,571,1,1,4016.49,6818.89,166.733,3.01941,0,0,0,1,300,100,1,0),(63012,188140,571,1,1,3676.29,6941.89,159.802,2.58308,0,0,0,1,300,100,1,0),(63013,188140,571,1,1,3750.36,6909.54,163.118,-1.09956,0,0,0,1,300,100,1,0),(63014,188140,571,1,1,4050.48,6763.71,168.206,-2.82743,0,0,0,1,300,100,1,0),(63015,188140,571,1,1,3650.61,6903.97,161.405,-0.593412,0,0,0,1,300,100,1,0),(63016,188140,571,1,1,3610.09,6946,172.088,1.48353,0,0,0,1,300,100,1,0),(63017,188140,571,1,1,3686.3,6901.34,155.615,1.93731,0,0,0,1,300,100,1,0),(63018,188140,571,1,1,3781.73,7123.95,164.772,2.19912,0,0,0,1,300,100,1,0),(63019,188140,571,1,1,3786.69,6875.65,159.6,2.23402,0,0,0,1,300,100,1,0),(63020,193517,571,1,3,7595.6,1365.09,334.177,0.497241,0,0,0,1,300,100,1,0),(63021,190957,571,1,1,7529.78,4856.12,54.1955,-3.11539,0,0,0.013089,0.999914,300,100,1,0),(63022,187373,571,1,1,3956.9,6367.73,11.2895,0.767944,0,0,0,1,300,100,1,0),(63023,187373,571,1,1,4176.06,6243.41,8.2004,-1.29154,0,0,0,1,300,100,1,0),(63024,187373,571,1,1,4298.07,6206.28,0.487122,-2.28638,0,0,0,1,300,100,1,0),(63025,187373,571,1,1,3932.65,6394.14,11.2002,-1.309,0,0,0,1,300,100,1,0),(63026,187373,571,1,1,4031.3,6332.22,8.90955,1.72787,0,0,0,1,300,100,1,0),(63027,187373,571,1,1,4283.26,6297.99,0.404293,-0.122173,0,0,0,1,300,100,1,0),(63028,187373,571,1,1,4231.63,6183.1,1.05165,1.83259,0,0,0,1,300,100,1,0),(63029,187373,571,1,1,4161.53,6188.07,9.17654,-1.58825,0,0,0,1,300,100,1,0),(63030,187373,571,1,1,4061.56,6254.12,21.8839,0.366518,0,0,0,1,300,100,1,0),(63031,187373,571,1,1,4296.52,6250.31,0.182616,1.0472,0,0,0,1,300,100,1,0),(63032,187373,571,1,1,3984.93,6343.08,7.85525,-1.22173,0,0,0,1,300,100,1,0),(63033,187373,571,1,1,3986.92,6481.15,21.8128,-2.84488,0,0,0,1,300,100,1,0),(63034,187373,571,1,1,4180.65,6308.74,13.0965,-2.1293,0,0,0,1,300,100,1,0),(63035,187373,571,1,1,4225.75,6230.07,0.987369,-2.87979,0,0,0,1,300,100,1,0),(63036,187373,571,1,1,3997.79,6282.02,7.97459,-0.663223,0,0,0,1,300,100,1,0),(63037,187373,571,1,1,4104.5,6300.65,23.2685,2.47837,0,0,0,1,300,100,1,0),(63038,187373,571,1,1,4051.67,6298.44,2.58589,1.76278,0,0,0,1,300,100,1,0),(63039,187373,571,1,1,3830.89,6424.93,21.8597,-2.11185,0,0,0,1,300,100,1,0),(63040,187373,571,1,1,4038.38,6468.67,22.2306,1.5708,0,0,0,1,300,100,1,0),(63041,187373,571,1,1,3973.45,6313.41,7.9676,-1.6057,0,0,0,1,300,100,1,0),(63042,187373,571,1,1,4270.82,6400.72,0.4071,-2.35619,0,0,0,1,300,100,1,0),(63043,193518,571,1,3,7590.8,1389.44,332.79,1.69289,0,0,0,1,300,100,1,0),(63044,190958,571,1,1,7530.18,4840.78,54.1955,-3.11539,0,0,0.013089,0.999914,300,100,1,0),(63045,193519,571,1,3,7579.73,1375.59,331.714,0.273334,0,0,0,1,300,100,1,0),(63046,190959,571,1,1,7455.51,4826.7,54.1931,1.59697,0,0,0.013089,0.999914,300,100,1,0),(63047,193007,571,1,1,6461.92,2037.61,570.655,0.314158,0,0,0,1,300,100,1,0),(63048,193520,571,1,3,7589.05,1376.52,332.961,3.14015,0,0,0,1,300,100,1,0),(63049,193530,571,1,3,7570.08,1379.43,327.606,0.545643,0,0,0,1,300,100,1,0),(63050,193531,571,1,3,7609.17,1383.9,334.457,2.83137,0,0,0,1,300,100,1,0),(63052,193532,571,1,1,7613.14,1382.75,335.138,-1.49966,0,0,0,1,300,100,1,0),(63053,193533,571,1,3,7603.68,1393.3,333.721,1.07074,0,0,0,1,300,100,1,0),(63054,187389,571,1,1,4121.54,6275.26,38.883,0.191985,0,0,0,1,300,100,1,0),(63055,187389,571,1,1,4131.19,6286.76,35.681,-0.558504,0,0,0,1,300,100,1,0),(63056,187389,571,1,1,4129.49,6257.9,37.0597,-0.209439,0,0,0,1,300,100,1,0),(63057,187389,571,1,1,4134.31,6261.75,37.5528,0.191985,0,0,0,1,300,100,1,0),(63058,193789,571,1,1,8210.84,1863.18,514.767,-2.19912,0,0,0,1,300,100,1,0),(63059,193789,571,1,1,8177.28,1858.69,514.899,0.994837,0,0,0,1,300,100,1,0),(63060,193534,571,1,3,7603.27,1394.3,333.803,-0.946238,0,0,0,1,300,100,1,0),(63061,193790,571,1,1,8182.03,1827.41,514.885,1.6057,0,0,0,1,300,100,1,0),(63062,193790,571,1,1,8195.24,1898.32,514.767,2.09439,0,0,0,1,300,100,1,0),(63063,193535,571,1,3,7608.07,1394.31,334.972,1.69276,0,0,0,1,300,100,1,0),(63066,187659,571,1,1,2846.64,6307.17,61.7019,-2.11185,0,0,0,1,300,100,1,0),(63067,187659,571,1,1,2929.31,6278.29,61.4728,2.11185,0,0,0,1,300,100,1,0),(63068,187659,571,1,1,2727.79,6030.07,30.3935,-2.84488,0,0,0,1,300,100,1,0),(63069,187659,571,1,1,2705.23,6039.07,30.6655,-2.23402,0,0,0,1,300,100,1,0),(63070,187659,571,1,1,2702.59,6239.28,39.7309,2.49582,0,0,0,1,300,100,1,0),(63071,187659,571,1,1,2669.86,6056.55,53.9938,1.0821,0,0,0,1,300,100,1,0),(63072,187659,571,1,1,2748.01,6309.96,77.3229,-0.453785,0,0,0,1,300,100,1,0),(63073,187659,571,1,1,2954.21,6227.72,61.0344,-1.6057,0,0,0,1,300,100,1,0),(63074,187660,571,1,1,2721.9,6003.15,31.7093,2.00713,0,0,0,1,300,100,1,0),(63075,187660,571,1,1,2823.82,6309,61.9206,-2.37364,0,0,0,1,300,100,1,0),(63076,187660,571,1,1,2941.6,6145.85,77.6925,-0.767944,0,0,0,1,300,100,1,0),(63077,187660,571,1,1,2710.37,6052.41,40.7394,-1.81514,0,0,0,1,300,100,1,0),(63078,187660,571,1,1,2730.56,6015.37,33.4618,-0.261798,0,0,0,1,300,100,1,0),(63079,187660,571,1,1,2719.16,6040.85,32.1913,2.21656,0,0,0,1,300,100,1,0),(63080,187660,571,1,1,2768.15,6310.88,77.5799,2.40855,0,0,0,1,300,100,1,0),(63082,187660,571,1,1,2694.77,6229.14,39.9317,-3.00195,0,0,0,1,300,100,1,0),(63083,187660,571,1,1,2893.09,6299.45,61.4728,-2.23402,0,0,0,1,300,100,1,0),(63084,187660,571,1,1,2631.32,6044.44,53.9477,-2.54818,0,0,0,1,300,100,1,0),(63085,187660,571,1,1,2685.79,6106.39,39.7316,2.07694,0,0,0,1,300,100,1,0),(63086,187661,571,1,1,2891.05,6167.51,77.6925,-1.15192,0,0,0,1,300,100,1,0),(63087,187661,571,1,1,2831.17,6242.21,77.6925,1.97222,0,0,0,1,300,100,1,0),(63088,187661,571,1,1,2725.62,5979.31,59.8208,1.06465,0,0,0,1,300,100,1,0),(63089,187661,571,1,1,2929.88,6125.94,77.6911,3.00195,0,0,0,1,300,100,1,0),(63090,187661,571,1,1,2746.01,6288.52,69.8125,3.07177,0,0,0,1,300,100,1,0),(63091,187661,571,1,1,2643.21,6009.09,53.9707,0.349065,0,0,0,1,300,100,1,0),(63093,187661,571,1,1,2676.61,6093.86,54.7629,2.75761,0,0,0,1,300,100,1,0),(63094,187661,571,1,1,2655.16,6055.36,54.2356,2.77507,0,0,0,1,300,100,1,0),(63095,187661,571,1,1,2899.91,6241.12,77.9954,1.98967,0,0,0,1,300,100,1,0),(63096,187661,571,1,1,2839.4,6260.75,77.6925,-1.13446,0,0,0,1,300,100,1,0),(63097,187661,571,1,1,2786.43,6283.66,78.3628,-0.174532,0,0,0,1,300,100,1,0),(63098,187661,571,1,1,2899.91,6201.16,77.6925,-1.25664,0,0,0,1,300,100,1,0),(63099,187661,571,1,1,2987.87,6189.56,61.0395,1.97222,0,0,0,1,300,100,1,0),(63100,187661,571,1,1,2669.51,6198.64,39.8697,2.51327,0,0,0,1,300,100,1,0),(63101,187661,571,1,1,2685.97,6143.63,40.0383,-2.60053,0,0,0,1,300,100,1,0),(63102,187661,571,1,1,2662.28,6190.64,42.3697,0.767944,0,0,0,1,300,100,1,0),(63103,187661,571,1,1,2931.46,6163.46,61.8162,-0.628317,0,0,0,1,300,100,1,0),(63104,187661,571,1,1,2990.38,6175.02,64.3632,0.017452,0,0,0,1,300,100,1,0),(63105,187661,571,1,1,2687.29,6112.53,39.7997,1.41372,0,0,0,1,300,100,1,0),(63106,187432,571,1,1,2832.18,6184.36,84.6827,-2.54818,0,0,0,1,300,100,1,0),(63107,187432,571,1,1,2836.38,6181.68,84.6827,-1.76278,0,0,0,1,300,100,1,0),(63108,187432,571,1,1,2830.65,6187.62,84.6827,-2.33874,0,0,0,1,300,100,1,0),(63109,187432,571,1,1,2831.61,6188.9,84.6827,-1.64061,0,0,0,1,300,100,1,0),(63113,187433,571,1,1,2835.96,6180.37,84.6827,1.50098,0,0,0,1,300,100,1,0),(63114,187433,571,1,1,2832.84,6184.45,84.6827,-2.58308,0,0,0,1,300,100,1,0),(63115,187433,571,1,1,2830.12,6188.96,84.6827,-0.855211,0,0,0,1,300,100,1,0),(63116,187433,571,1,1,2831.88,6188.72,84.6827,-1.65806,0,0,0,1,300,100,1,0),(63117,187693,571,1,1,2832.74,6179.62,84.6827,0.890117,0,0,0,1,300,100,1,0),(63118,187693,571,1,1,2832.91,6181.75,84.6794,1.06465,0,0,0,1,300,100,1,0),(63119,187693,571,1,1,2836.67,6180.04,84.6827,2.60053,0,0,0,1,300,100,1,0),(63120,187693,571,1,1,2831.5,6181.41,84.678,1.62316,0,0,0,1,300,100,1,0),(63122,187693,571,1,1,2831.76,6182.85,84.6827,1.76278,0,0,0,1,300,100,1,0),(63123,187693,571,1,1,2834.51,6180.76,84.6827,-0.017452,0,0,0,1,300,100,1,0),(63126,187694,571,1,1,2836.32,6181.38,84.6827,-1.72787,0,0,0,1,300,100,1,0),(63127,187694,571,1,1,2831.59,6188.59,84.6827,-1.6057,0,0,0,1,300,100,1,0),(63128,187695,571,1,1,2830.35,6188.74,84.6827,-0.837757,0,0,0,1,300,100,1,0),(63129,187695,571,1,1,2835.94,6180.12,84.6827,1.46608,0,0,0,1,300,100,1,0),(63130,191287,571,1,1,2760.5,6177.2,83.322,-2.39983,0,0,0.932008,-0.362438,300,100,1,0),(63131,191288,571,1,1,2826.32,6108.43,83.322,-1.58911,0,0,0.932008,-0.362438,300,100,1,0),(63132,192572,571,1,1,2757.91,6203.11,83.322,-2.39983,0,0,0.932008,-0.362438,300,100,1,0),(63133,192573,571,1,1,2851.6,6105.69,83.322,-1.20052,0,0,0.932008,-0.362438,300,100,1,0),(63134,191832,571,1,1,2789.63,6148.12,84.586,0.724311,0,0,0.932008,-0.362438,300,100,1,0),(63138,191635,571,1,1,2755.66,6192.71,83.268,-0.035677,0,0,0.932008,-0.362438,300,100,1,0),(63139,191636,571,1,1,2758.81,6180.85,83.268,0.356613,0,0,0.932008,-0.362438,300,100,1,0),(63140,191637,571,1,1,2758.3,6207.43,83.268,-0.095711,0,0,0.932008,-0.362438,300,100,1,0),(63141,191638,571,1,1,2822.51,6109.72,83.268,1.16732,0,0,0.932008,-0.362438,300,100,1,0),(63142,191639,571,1,1,2847.71,6105.04,83.268,1.58064,0,0,0.932008,-0.362438,300,100,1,0),(63143,188091,571,1,1,2827.66,6128.17,83.6659,-1.97222,0,0,0,1,300,100,1,0),(63144,188092,571,1,1,2836.87,6129.42,84.9763,-1.67551,0,0,0,1,300,100,1,0),(63145,193981,571,1,1,2821.92,6188.1,106.147,0.680677,0,0,0,1,300,100,1,0),(63170,193981,1,1,1,1841.94,-4462.48,48.2316,4.09641,0,0,0.888188,-0.45948,25,0,1,0),(63171,193981,1,1,1,-996.195,209.51,108.851,1.98658,0,0,0.837826,0.545938,25,0,1,0),(63172,193981,0,1,1,1509.99,286.856,-59.5817,3.04359,0,0,0.9988,0.0489811,25,0,1,0),(63173,193981,530,1,1,9956.36,-7250.34,33.8348,1.82177,0,0,0.790046,0.613048,25,0,1,0),(63174,193981,0,1,1,-4805.54,-1195.95,507.362,1.17317,0,0,0.553519,0.832837,25,0,1,0),(63175,193981,1,1,1,10137.1,2312.51,1345.34,1.93731,0,0,0.306798,-0.951775,25,0,1,0),(63176,193981,530,1,1,-3888.4,-11498.2,-133.625,0.443744,0,0,0.220056,0.975487,25,0,1,0),(63177,191746,0,1,1,2493.37,-5642.43,420.863,2.16421,0,0,0.292372,0.956305,180,100,0,0),(63178,191747,0,1,1,2427.28,-5544.45,420.863,-0.983229,0,0,0.292372,0.956305,180,100,0,0),(63179,191748,0,1,1,2509.31,-5560.39,420.863,-2.55402,0,0,0.292372,0.956305,180,100,0,0),(63180,191503,0,1,1,2471.9,-5651.71,420.614,2.55691,0,0,0.292372,0.956305,180,100,0,0); INSERT INTO `gameobject` VALUES (63181,191504,0,1,1,2466.24,-5659.79,420.589,2.46964,0,0,0.292372,0.956305,180,100,0,0),(63182,191505,0,1,1,2453.4,-5659.12,420.567,-1.67387,0,0,0.292372,0.956305,180,100,0,0),(63183,191506,0,1,1,2428.09,-5648.83,420.632,-0.154183,0,0,0.292372,0.956305,180,100,0,0),(63184,191507,0,1,1,2429.86,-5639.13,420.674,-0.241448,0,0,0.292372,0.956305,180,100,0,0),(63185,191508,0,1,1,2438.34,-5655.61,420.543,-1.67387,0,0,0.292372,0.956305,180,100,0,0),(63188,191540,0,1,1,2400.86,-5563.21,420.702,2.35874,0,0,0.292372,0.956305,180,100,0,0),(63189,191541,0,1,1,2404.43,-5559.71,420.702,-1.95786,0,0,0.292372,0.956305,180,100,0,0),(63190,190557,0,1,1,2427.61,-5544.96,420.644,-2.30383,0,0,0,1,180,100,0,0),(63191,190557,0,1,1,2493.01,-5641.83,420.644,1.85005,0,0,0,1,180,100,0,0),(63192,190557,0,1,1,2508.75,-5560.79,420.644,-1.09956,0,0,0,1,180,100,0,0),(63193,190557,0,1,1,2411.87,-5626.11,420.644,0.296705,0,0,0,1,180,100,0,0),(63194,191364,0,1,1,2430.61,-5730.01,157.302,2.55552,0,0,0.938191,0.346117,180,100,0,0),(1801,183043,530,1,1,426.372,7143.61,23.2572,-0.663223,0,0,0,1,60,100,1,0),(1821,183043,530,1,1,565.942,7985.94,21.6704,-0.680679,0,0,0,1,60,100,1,0),(16819,183043,530,1,1,366.143,8161.63,23.1978,-0.628317,0,0,0,1,60,100,1,0),(16820,183043,530,1,1,-593.064,5314.64,22.9118,-0.575957,0,0,0,1,60,100,1,0),(16824,183043,530,1,1,-448.393,5388.17,22.3863,0.837757,0,0,0,1,60,100,1,0),(16825,183043,530,1,1,58.6755,5531.17,23.8776,-1.37881,0,0,0,1,60,100,1,0),(16828,183043,530,1,1,698.649,7816.91,22.2145,-2.56563,0,0,0,1,60,100,1,0),(16829,183043,530,1,1,919.076,7500.88,22.2466,1.74533,0,0,0,1,60,100,1,0),(16831,183043,530,1,1,154.377,8310.03,23.5881,-0.366518,0,0,0,1,60,100,1,0),(16834,183043,530,1,1,-91.6731,5906.3,22.4416,-2.91469,0,0,0,1,60,100,1,0),(16835,183043,530,1,1,-666.829,5724.52,20.9599,-2.28638,0,0,0,1,60,100,1,0),(16836,183043,530,1,1,402.496,8050.45,24.0536,-1.46608,0,0,0,1,60,100,1,0),(16837,183043,530,1,1,-228.201,5812.67,23.5458,-1.69297,0,0,0,1,60,100,1,0),(16839,183043,530,1,1,248.869,5376.13,22.2604,-0.855211,0,0,0,1,60,100,1,0),(16840,183043,530,1,1,705.322,5845.69,27.0197,-0.104719,0,0,0,1,60,100,1,0),(16841,183043,530,1,1,611.324,5518.14,-1.16461,-1.79769,0,0,0,1,60,100,1,0),(16842,183043,530,1,1,393.008,5888.21,22.3804,2.47837,0,0,0,1,60,100,1,0),(16843,183043,530,1,1,458.682,5300.45,-1.45927,-1.5708,0,0,0,1,60,100,1,0),(16847,183043,530,1,1,-211.253,6958.59,20.9092,-1.43117,0,0,0,1,60,100,1,0),(16848,183043,530,1,1,-193.153,7896.41,20.4815,2.19912,0,0,0,1,60,100,1,0),(16850,183043,530,1,1,-1027.54,5276.3,22.8396,1.76278,0,0,0,1,60,100,1,0),(16851,183043,530,1,1,42.8332,7622.71,23.872,0,0,0,0,1,60,100,1,0),(17172,183043,530,1,1,235.551,5897.5,22.0829,1.78023,0,0,0,1,60,100,1,0),(17177,183043,530,1,1,204.353,8169.52,23.3274,0.401425,0,0,0,1,60,100,1,0),(17178,183043,530,1,1,541.682,5959.59,22.2652,2.1293,0,0,0,1,60,100,1,0),(17180,183043,530,1,1,-492.669,5920.06,24.1321,-1.88495,0,0,0,1,60,100,1,0),(17185,183043,530,1,1,568.935,7617.03,21.8145,2.30383,0,0,0,1,60,100,1,0),(17665,183043,530,1,1,-83.7279,8736.5,20.927,-1.79769,0,0,0,1,60,100,1,0),(17779,183043,530,1,1,1000.79,8098.37,22.8685,-2.47837,0,0,0,1,60,100,1,0),(17844,183043,530,1,1,-87.9494,8452.43,22.1782,0.191985,0,0,0,1,60,100,1,0),(17908,183044,530,1,1,406.717,7120.25,23.8139,-2.68781,0,0,0,1,60,100,1,0),(17909,183044,530,1,1,143.688,8267.77,24.0408,-0.296705,0,0,0,1,60,100,1,0),(18138,183044,530,1,1,175.227,7111.79,36.7445,2.37364,0,0,0,1,60,100,1,0),(18515,183044,530,1,1,638.299,7975.31,23.4485,0.750491,0,0,0,1,60,100,1,0),(18516,183044,530,1,1,259.757,6702.26,21.7966,-0.331611,0,0,0,1,60,100,1,0),(18533,183044,530,1,1,-358.342,7237.67,53.0642,0.802851,0,0,0,1,60,100,1,0),(18545,183044,530,1,1,-102.516,6474.08,21.0469,2.26892,0,0,0,1,60,100,1,0),(18546,183044,530,1,1,152.129,8227.68,24.2698,1.95477,0,0,0,1,60,100,1,0),(18548,183044,530,1,1,-79.1946,7128.44,18.6944,2.89724,0,0,0,1,60,100,1,0),(18557,183044,530,1,1,-343.156,6237.8,22.4512,1.41372,0,0,0,1,60,100,1,0),(18563,183044,530,1,1,471.671,7652.17,22.8873,1.91986,0,0,0,1,60,100,1,0),(18573,183044,530,1,1,-153.086,7600.67,23.177,0.733038,0,0,0,1,60,100,1,0),(18581,183044,530,1,1,655.049,5877.04,23.5046,2.37364,0,0,0,1,60,100,1,0),(18584,183044,530,1,1,510.057,5267.46,-6.22912,1.79769,0,0,0,1,60,100,1,0),(18899,183044,530,1,1,19.527,6258.65,23.5913,0.715585,0,0,0,1,60,100,1,0),(18907,183044,530,1,1,497.928,6595.08,24.2643,-0.017452,0,0,0,1,60,100,1,0),(20390,183044,530,1,1,761.276,7713.41,22.8221,-0.401425,0,0,0,1,60,100,1,0),(20409,183044,530,1,1,-1110.94,5683.81,57.6397,-0.453785,0,0,0,1,60,100,1,0),(20411,183044,530,1,1,-254.169,8525.84,22.849,2.84488,0,0,0,1,60,100,1,0),(20417,183044,530,1,1,-266.048,8027.55,21.2469,-0.767944,0,0,0,1,60,100,1,0),(20418,183044,530,1,1,-146.783,5957.64,23.0388,-2.89724,0,0,0,1,60,100,1,0),(20421,183044,530,1,1,748.576,7815.99,22.0431,0.087266,0,0,0,1,60,100,1,0),(20422,183044,530,1,1,48.4971,6051.69,23.0459,-1.01229,0,0,0,1,60,100,1,0),(20424,183044,530,1,1,-949.632,5780.41,23.4733,-1.83259,0,0,0,1,60,100,1,0),(20461,183046,530,1,1,-991.305,5124.14,23.2721,2.82743,0,0,0,1,60,100,1,0),(20975,183046,530,1,1,56.2061,5838.74,22.685,-1.44862,0,0,0,1,60,100,1,0),(20984,183046,530,1,1,459.288,7440.99,24.1723,-0.925024,0,0,0,1,60,100,1,0),(20986,183046,530,1,1,-30.4103,5955.94,24.1322,-2.49582,0,0,0,1,60,100,1,0),(20990,183046,530,1,1,-440.05,5861,22.7254,0.139624,0,0,0,1,60,100,1,0),(20991,183046,530,1,1,118.227,7228.89,22.9663,2.68781,0,0,0,1,60,100,1,0),(20992,183046,530,1,1,114.162,5579.6,22.6179,0.139624,0,0,0,1,60,100,1,0),(20998,183046,530,1,1,113.308,6507.58,23.2963,-2.79252,0,0,0,1,60,100,1,0),(20999,183046,530,1,1,-1017.51,5606.17,23.1498,-2.61799,0,0,0,1,60,100,1,0),(21000,183046,530,1,1,-490.684,5325.19,23.5973,-3.00195,0,0,0,1,60,100,1,0),(21001,183046,530,1,1,757.834,7411.57,24.2565,1.18682,0,0,0,1,60,100,1,0),(21002,183046,530,1,1,-842.699,5968.73,22.77,1.11701,0,0,0,1,60,100,1,0),(21028,183046,530,1,1,-381.527,8212.53,24.9581,-0.95993,0,0,0,1,60,100,1,0),(21033,183046,530,1,1,-105.95,8909.2,20.5756,0.872664,0,0,0,1,60,100,1,0),(21034,183046,530,1,1,1045.45,8017.05,23.3153,-2.30383,0,0,0,1,60,100,1,0),(21035,183046,530,1,1,-499.167,6327.85,21.8403,-2.14675,0,0,0,1,60,100,1,0),(21059,189973,571,1,1,3176.21,5850.79,91.9511,0.191985,0,0,0,1,60,100,1,0),(21064,189973,571,1,1,5504.8,5667.12,-93.9389,0.645772,0,0,0,1,60,100,1,0),(21082,189973,571,1,1,38.1303,-3419.2,34.1911,1.98967,0,0,0,1,60,100,1,0),(21085,189973,571,1,1,-19.6963,-3549.85,34.644,-0.087266,0,0,0,1,60,100,1,0),(21087,189973,571,1,1,6307.31,4479.45,-70.5593,-1.53589,0,0,0,1,60,100,1,0),(21088,189973,571,1,1,6494.3,5187.01,-58.2661,1.6057,0,0,0,1,60,100,1,0),(21089,189973,571,1,1,6288.16,4348.33,-43.3402,2.47837,0,0,0,1,60,100,1,0),(21093,189973,571,1,1,5988.96,4775.28,-96.5488,-2.82743,0,0,0,1,60,100,1,0),(21103,189973,571,1,1,2124.06,-5593.2,220.342,0.453785,0,0,0,1,60,100,1,0),(22655,189973,571,1,1,2363.58,-4829.2,244.903,2.61799,0,0,0,1,60,100,1,0),(22680,189973,571,1,1,3306.62,4971.69,29.0399,-1.83259,0,0,0,1,60,100,1,0),(22988,189973,571,1,1,718.036,-4120.88,205.57,2.91469,0,0,0,1,60,100,1,0),(22989,189973,571,1,1,497.64,-4704.03,203.225,2.25147,0,0,0,1,60,100,1,0),(24323,189973,571,1,1,2397.15,-4561.82,219.977,-1.78023,0,0,0,1,60,100,1,0),(24324,189973,571,1,1,2109.45,-5703.52,220.806,0.209439,0,0,0,1,60,100,1,0),(26264,189973,571,1,1,2797.04,-2994.86,84.4155,1.39626,0,0,0,1,60,100,1,0),(26272,189973,571,1,1,3255.66,6061.03,78.0551,-0.977383,0,0,0,1,60,100,1,0),(26274,189973,571,1,1,3590.83,5282.35,27.2522,-1.71042,0,0,0,1,60,100,1,0),(26284,189973,571,1,1,237.782,-4588.82,242.035,-2.00713,0,0,0,1,60,100,1,0),(26319,189973,571,1,1,2322.83,-4715.88,234.766,2.74016,0,0,0,1,60,100,1,0),(26320,189973,571,1,1,2217.97,-3151.87,141.263,-1.36136,0,0,0,1,60,100,1,0),(26322,189973,571,1,1,1906.48,-4334.98,204.016,0.767944,0,0,0,1,60,100,1,0),(26325,189973,571,1,1,1083.08,-3489.05,184.501,2.44346,0,0,0,1,60,100,1,0),(26330,189973,571,1,1,3380.09,4766.64,29.3245,-2.26892,0,0,0,1,60,100,1,0),(26331,189973,571,1,1,4953,4418.55,-72.5944,-0.488691,0,0,0,1,60,100,1,0),(26332,189973,571,1,1,5204.93,3861.71,-31.0447,1.53589,0,0,0,1,60,100,1,0),(26333,189973,571,1,1,4930.07,4321.79,-74.5351,-0.994837,0,0,0,1,60,100,1,0),(26334,189973,571,1,1,5826.39,5592.56,-66.4009,1.90241,0,0,0,1,60,100,1,0),(26341,189973,571,1,1,5118.54,5750.33,-85.504,-1.72787,0,0,0,1,60,100,1,0),(26342,189973,571,1,1,4974.32,5532.36,-82.0063,-0.453785,0,0,0,1,60,100,1,0),(26343,189973,571,1,1,5233.19,3998.17,-64.9972,0,0,0,0,1,60,100,1,0),(26345,189973,571,1,1,1949.64,-4246.88,209.684,0.296705,0,0,0,1,60,100,1,0),(26346,189973,571,1,1,1776.81,-3289.65,147.335,0.418879,0,0,0,1,60,100,1,0),(26347,189973,571,1,1,-75.5437,-3448.73,32.3717,-1.32645,0,0,0,1,60,100,1,0),(26350,189973,571,1,1,3652.83,-1856.36,173.358,0.59341,0,0,0,1,60,100,1,0),(26351,189973,571,1,1,3038.14,5778.52,87.0275,-2.04204,0,0,0,1,60,100,1,0),(26354,189973,571,1,1,2551,-2835.23,81.4898,0.750491,0,0,0,1,60,100,1,0),(26355,189973,571,1,1,3752.21,-1899.05,203.061,0.977383,0,0,0,1,60,100,1,0),(26356,189973,571,1,1,4559.35,-3589.5,234.755,-0.977383,0,0,0,1,60,100,1,0),(26357,189973,571,1,1,4035.61,5503.13,37.2411,-0.296705,0,0,0,1,60,100,1,0),(26359,189973,571,1,1,4158.72,5488.46,24.4003,2.00713,0,0,0,1,60,100,1,0),(26360,189973,571,1,1,926.729,-4202.67,163.543,-1.97222,0,0,0,1,60,100,1,0),(26361,189973,571,1,1,1305.58,-3636.54,141.624,-0.523598,0,0,0,1,60,100,1,0),(26363,189973,571,1,1,3820.38,1051.39,56.3087,-0.069812,0,0,0,1,60,100,1,0),(26364,189973,571,1,1,2690.14,-6.36186,3.9906,-1.16937,0,0,0,1,60,100,1,0),(26365,189973,571,1,1,326.422,-3209.21,19.715,-1.91986,0,0,0,1,60,100,1,0),(26367,189973,571,1,1,4561.94,-3693.25,231.462,-2.11185,0,0,0,1,60,100,1,0),(26368,189973,571,1,1,730.86,-4297.59,195.056,2.84488,0,0,0,1,60,100,1,0),(26369,189973,571,1,1,662.533,-3015.04,25.3492,0.733038,0,0,0,1,60,100,1,0),(26375,189973,571,1,1,4210.45,-2416.99,231.944,0.977383,0,0,0,1,60,100,1,0),(26376,189973,571,1,1,4589.39,-4505.4,195.469,-0.890117,0,0,0,1,60,100,1,0),(26378,189973,571,1,1,3443.42,-1785.99,103.621,0.855211,0,0,0,1,60,100,1,0),(26379,189973,571,1,1,4763.36,-4708.72,54.1769,-1.3439,0,0,0,1,60,100,1,0),(26380,189973,571,1,1,4698.94,-4986.44,42.6806,-2.70526,0,0,0,1,60,100,1,0),(26381,189973,571,1,1,3097.27,5009.04,32.8357,1.95477,0,0,0,1,60,100,1,0),(26382,189973,571,1,1,2808.93,5402.44,62.6576,3.14159,0,0,0,1,60,100,1,0),(26384,189973,571,1,1,4554.58,-4403.22,178.277,-2.74016,0,0,0,1,60,100,1,0),(26389,189973,571,1,1,4422.51,-4819.73,37.7531,0.767944,0,0,0,1,60,100,1,0),(26390,189973,571,1,1,4175.5,-5093.7,13.4117,-1.02974,0,0,0,1,60,100,1,0),(26392,189973,571,1,1,2446.18,-4431.82,229.611,-0.209439,0,0,0,1,60,100,1,0),(26393,189973,571,1,1,2231.64,-5521.66,253.42,-0.610864,0,0,0,1,60,100,1,0),(26394,189973,571,1,1,3221.63,4160.54,27.412,0.628317,0,0,0,1,60,100,1,0),(26395,189973,571,1,1,3669.04,4146.09,28.5591,-1.22173,0,0,0,1,60,100,1,0),(26396,189973,571,1,1,426.31,-5827.75,303.988,-2.1293,0,0,0,1,60,100,1,0),(26398,189973,571,1,1,4128.87,-1587.25,171.321,1.06465,0,0,0,1,60,100,1,0),(26402,189973,571,1,1,2260.06,-4815.65,236.318,0.802851,0,0,0,1,60,100,1,0),(26409,189973,571,1,1,2199.34,-4932.57,241.897,-1.39626,0,0,0,1,60,100,1,0),(26410,189973,571,1,1,2224.47,-5628.98,232.198,0.942477,0,0,0,1,60,100,1,0),(26411,189973,571,1,1,2344.65,-5616.47,253.574,-3.08918,0,0,0,1,60,100,1,0),(26412,189973,571,1,1,929.622,-3753.27,182.827,0.942477,0,0,0,1,60,100,1,0),(26427,189973,571,1,1,4356.25,-2389.03,231.235,0.942477,0,0,0,1,60,100,1,0),(26444,189973,571,1,1,3921.15,-1787.05,211.536,2.82743,0,0,0,1,60,100,1,0),(26446,189973,571,1,1,3565.07,-1755.45,161.711,1.0821,0,0,0,1,60,100,1,0),(26447,189973,571,1,1,3933.33,-5312,13.1305,-1.20428,0,0,0,1,60,100,1,0),(26448,189973,571,1,1,4026.82,-5213.4,10.4924,-1.0472,0,0,0,1,60,100,1,0),(26451,189973,571,1,1,1802.72,-3371.89,142.223,-1.23918,0,0,0,1,60,100,1,0),(26452,189973,571,1,1,2080.21,-3106.75,142.295,-1.98967,0,0,0,1,60,100,1,0),(26453,189973,571,1,1,2280.68,-3038.69,136.812,2.14675,0,0,0,1,60,100,1,0),(26547,181270,545,3,1,-205.817,-103.243,-7.75556,-2.79252,0,0,0,1,2700,100,1,0),(26558,181270,547,1,1,-196.949,-756.071,40.2413,-0.244346,0,0,0,1,2700,100,1,0),(26559,181270,546,1,1,93.5056,-248.733,-4.49002,-2.25147,0,0,0,1,2700,100,1,0),(26594,181270,547,1,1,-86.5097,-632.706,20.4527,-2.30383,0,0,0,1,2700,100,1,0),(26595,181270,546,1,1,182.117,-143.183,29.97,1.78023,0,0,0,1,2700,100,1,0),(26613,181270,546,1,1,-90.7205,-420.499,36.0739,0.488691,0,0,0,1,2700,100,1,0),(26630,181270,530,1,1,-1916.04,3963.29,-3.00834,1.76278,0,0,0,1,60,100,1,0),(26632,181270,530,1,1,-1195.47,6624.72,65.3418,0.349065,0,0,0,1,60,100,1,0),(55112,181270,530,1,1,-3086.41,2957.29,91.0764,-1.78023,0,0,0,1,60,100,1,0),(55167,181270,530,1,1,-4136.16,1933.42,66.2827,-1.41372,0,0,0,1,60,100,1,0),(55192,181270,530,1,1,-961.425,8965.25,98.468,-0.226892,0,0,0,1,60,100,1,0),(55195,181270,530,1,1,-2081.72,6339.08,45.7887,2.72271,0,0,0,1,60,100,1,0),(55626,181270,530,1,1,-918.34,7891.3,34.7956,-2.23402,0,0,0,1,60,100,1,0),(55627,181270,530,1,1,-2833.81,4755.42,-2.92705,-2.23402,0,0,0,1,60,100,1,0),(55628,181270,530,1,1,-2344.02,6990.22,-8.98703,2.25147,0,0,0,1,60,100,1,0),(55681,181270,530,1,1,-759.155,7420.42,51.9454,0.209439,0,0,0,1,60,100,1,0),(55686,181270,530,1,1,-304.161,1747.31,63.697,-2.58308,0,0,0,1,60,100,1,0),(55687,181270,530,1,1,-354.946,1814.82,76.5859,2.3911,0,0,0,1,60,100,1,0),(55691,181270,530,1,1,-1666.49,6458.83,31.2805,-3.08918,0,0,0,1,60,100,1,0),(55695,181270,530,1,1,-2142.38,4635.95,-8.80594,0.628317,0,0,0,1,60,100,1,0),(55696,181270,530,1,1,292.656,2058.94,39.8281,1.88495,0,0,0,1,60,100,1,0),(55699,181270,530,1,1,-2780.47,3454.06,-30.8132,-2.56563,0,0,0,1,60,100,1,0),(55851,181270,530,1,1,-1531.5,5029.39,-12.0501,2.07694,0,0,0,1,60,100,1,0),(56061,181270,530,1,1,-839.771,7681.68,41.1012,1.90241,0,0,0,1,60,100,1,0),(56062,181270,530,1,1,237.336,2156.4,39.7191,-2.79252,0,0,0,1,60,100,1,0),(56105,181270,530,1,1,-924.55,3247.47,40.1037,-2.28638,0,0,0,1,60,100,1,0),(56184,181270,530,1,1,-815.368,3018.23,-7.41952,2.40855,0,0,0,1,60,100,1,0),(56310,181270,530,1,1,-117.66,3078.81,1.2103,0.785397,0,0,0,1,60,100,1,0),(56313,181270,530,1,1,-400.993,4071,92.8569,2.65289,0,0,0,1,60,100,1,0),(56317,181270,530,1,1,-486.221,4842.07,30.3062,-0.104719,0,0,0,1,60,100,1,0),(56325,181270,530,1,1,-412.801,4322.51,60.9042,2.56563,0,0,0,1,60,100,1,0),(56356,181270,530,1,1,-58.2169,4312.87,81.6632,3.05433,0,0,0,1,60,100,1,0),(56358,181270,530,1,1,-455.3,4582.69,45.1646,-3.10665,0,0,0,1,60,100,1,0),(56360,181270,530,1,1,-616.34,3880.59,29.3715,-2.87979,0,0,0,1,60,100,1,0),(56361,181270,530,1,1,-556.953,3752.59,28.9951,-1.48353,0,0,0,1,60,100,1,0),(56363,181270,530,1,1,11.6712,4854.41,61.1755,1.02974,0,0,0,1,60,100,1,0),(56364,181270,530,1,1,-683.22,7823.02,58.397,-0.977383,0,0,0,1,60,100,1,0),(56365,181270,530,1,1,-2777.16,8551.19,-35.7072,-0.645772,0,0,0,1,60,100,1,0),(56366,181270,530,1,1,-1022.85,7403.57,36.8736,-2.93214,0,0,0,1,60,100,1,0),(56367,181270,530,1,1,-2597.13,6478.23,20.5604,-3.10665,0,0,0,1,60,100,1,0),(56368,181270,530,1,1,-1349.8,7652.87,-1.48806,-2.93214,0,0,0,1,60,100,1,0),(56370,181270,530,1,1,-3809.55,4224.91,4.34368,0.506145,0,0,0,1,60,100,1,0),(56371,181270,530,1,1,-128.208,4496.38,48.1081,2.84488,0,0,0,1,60,100,1,0),(56374,181270,530,1,1,-2953.03,4951.25,-21.6865,-1.23918,0,0,0,1,60,100,1,0),(56375,181270,530,1,1,-3792.98,2348.15,105.58,2.82743,0,0,0,1,60,100,1,0),(56376,181270,530,1,1,-786.811,1962.69,45.672,1.72787,0,0,0,1,60,100,1,0),(56377,181270,530,1,1,-2412.87,6427.53,12.7571,-0.994837,0,0,0,1,60,100,1,0),(56379,181270,530,1,1,-3659.04,2484.96,77.53,-1.11701,0,0,0,1,60,100,1,0),(56380,181270,530,1,1,-1426.3,3440.64,42.4929,-2.26892,0,0,0,1,60,100,1,0),(56381,181270,530,1,1,-340.608,1489.92,31.4402,-1.43117,0,0,0,1,60,100,1,0),(56382,181270,530,1,1,418.792,2484.55,147.03,3.00195,0,0,0,1,60,100,1,0),(56383,181270,530,1,1,-389.293,2375.26,42.1689,2.68781,0,0,0,1,60,100,1,0),(56384,181270,530,1,1,-761.586,4033.17,32.8312,1.46608,0,0,0,1,60,100,1,0),(56385,181270,530,1,1,-884.975,3414.15,85.917,-2.51327,0,0,0,1,60,100,1,0),(56386,181270,530,1,1,-417.352,4749.77,19.6896,1.46608,0,0,0,1,60,100,1,0),(56405,181270,530,1,1,-918.567,2820.39,7.35226,-1.39626,0,0,0,1,60,100,1,0),(56406,181270,530,1,1,455.198,3382.35,70.5771,-0.872664,0,0,0,1,60,100,1,0),(56407,181270,530,1,1,-904.815,2366.7,-5.53098,-0.436332,0,0,0,1,60,100,1,0),(56408,181270,530,1,1,-28.0925,3895.12,85.9538,-1.97222,0,0,0,1,60,100,1,0),(56409,181270,530,1,1,-1245.23,3041.62,22.7654,-1.41372,0,0,0,1,60,100,1,0),(26634,181270,530,1,1,-151.618,4647.76,22.8601,-2.54818,0,0,0,1,60,100,1,0),(26646,181270,530,1,1,71.4501,4017.9,73.6931,1.09956,0,0,0,1,60,100,1,0),(26661,181270,530,1,1,-2565.38,3303.53,-6.21408,0.541051,0,0,0,1,60,100,1,0),(26664,181271,530,1,1,-2874.95,3786.28,3.46804,-2.82743,0,0,0,1,60,100,1,0),(26665,181271,530,1,1,-3897.72,4183.01,3.89481,-3.08918,0,0,0,1,60,100,1,0),(26666,181271,530,1,1,-2746.39,4558.86,3.23794,-1.25664,0,0,0,1,60,100,1,0),(26667,181271,530,1,1,-676.123,7573.7,96.4932,-1.02974,0,0,0,1,60,100,1,0),(26673,181271,530,1,1,-2909.52,7127.2,0.256045,3.05433,0,0,0,1,60,100,1,0),(26674,181271,530,1,1,-1482.76,7659.55,-6.64639,-0.942477,0,0,0,1,60,100,1,0),(26675,181271,530,1,1,-2329.33,4952.69,6.18438,-2.30383,0,0,0,1,60,100,1,0),(26684,181271,530,1,1,-630.753,8318.46,60.3887,-2.82743,0,0,0,1,60,100,1,0),(26687,181271,530,1,1,-2429.18,5457.3,15.9542,-3.01941,0,0,0,1,60,100,1,0),(26689,181271,530,1,1,-1524.45,4926.02,2.1111,0.767944,0,0,0,1,60,100,1,0),(26690,181271,530,1,1,-1871.26,4116.37,28.4382,-1.0472,0,0,0,1,60,100,1,0),(26692,181271,530,1,1,371.649,3587.95,181.071,-3.05433,0,0,0,1,60,100,1,0),(26694,181271,530,1,1,-797.13,8204.2,64.0139,1.43117,0,0,0,1,60,100,1,0),(26697,181271,530,1,1,-1305.79,5122.61,8.73221,-1.29154,0,0,0,1,60,100,1,0),(26698,181271,530,1,1,-2399.14,8687.33,-12.0176,-1.48353,0,0,0,1,60,100,1,0),(26700,181271,530,1,1,-2613.47,8582.86,-14.3174,-0.715585,0,0,0,1,60,100,1,0),(26702,181271,530,1,1,-2009.46,3222.33,-79.4697,0.785397,0,0,0,1,60,100,1,0),(56410,181271,530,1,1,-1851.91,6552.75,23.3894,0.575957,0,0,0,1,60,100,1,0),(56412,181271,530,1,1,-1810.05,4308.5,32.1815,2.16421,0,0,0,1,60,100,1,0),(56418,181271,530,1,1,-311.593,2001.04,120.937,-1.39626,0,0,0,1,60,100,1,0),(56419,181271,530,1,1,-785.387,4700.71,69.3952,-0.610864,0,0,0,1,60,100,1,0),(56420,181271,530,1,1,-1471.14,3544.36,68.1825,-0.418879,0,0,0,1,60,100,1,0),(56421,181271,530,1,1,-1553.84,4346.96,57.3296,-0.872664,0,0,0,1,60,100,1,0),(160641,189978,571,1,1,4220.52,-3803.55,185.478,-1.43117,0,0,0,1,600,255,1,0),(56435,165658,230,1,1,977.641,-316.468,-69.4667,1.79769,0,0,0,1,2700,100,1,0),(56436,165658,230,1,1,291.891,-122.786,-69.1713,1.41372,0,0,0,1,2700,100,1,0),(56438,165658,230,1,1,640.727,28.869,-74.0452,1.8675,0,0,0,1,2700,100,1,0),(160472,189979,571,1,1,714.204,-5995.6,298.353,-1.23918,0,0,0,1,900,255,1,0),(56455,189978,571,1,1,4962.38,633.286,145.366,1.98967,0,0,0,1,900,255,1,0),(56457,165658,0,1,1,-6727.07,-1085.87,185.576,0.994837,0,0,0,1,2700,100,1,0),(56458,165658,0,1,1,-6561.7,-1257.7,136.212,-0.436332,0,0,0,1,2700,100,1,0),(160054,189978,571,1,1,3641.54,7262.29,224.06,0.33161,0,0,0,1,900,255,1,0),(56527,189978,571,1,1,4313.37,599.887,-5.73544,-2.35619,0,0,0,1,900,255,1,0),(161164,189978,571,1,1,6085.92,-1623.47,273.396,-1.41372,0,0,0,1,900,255,1,0),(160192,189979,571,1,1,3432.17,3205.75,28.7276,0.19199,0,0,0,1,900,255,1,0),(56790,165658,0,1,1,-7284.3,-803.928,298.656,-0.95993,0,0,0,1,2700,100,1,0),(160471,189979,571,1,1,667.572,-5772.81,284.274,2.19912,0,0,0,1,900,255,1,0),(160470,189979,571,1,1,635.328,-5190.95,-62.0246,-0.47124,0,0,0,1,900,255,1,0),(160469,189979,571,1,1,589.568,-5148.21,-27.0699,-0.92502,0,0,0,1,900,255,1,0),(160191,189979,571,1,1,3425.06,6250.55,59.3819,-1.02974,0,0,0,1,900,255,1,0),(160190,189979,571,1,1,3373.57,5698.46,59.7515,2.51327,0,0,0,1,900,255,1,0),(160189,189979,571,1,1,3339.99,6077.69,70.5354,3.14159,0,0,0,1,900,255,1,0),(160468,189979,571,1,1,576.522,-5438.03,252.087,2.60053,0,0,0,1,900,255,1,0),(160467,189979,571,1,1,541.476,-4125.02,233.458,1.65806,0,0,0,1,900,255,1,0),(160466,189979,571,1,1,500.158,-5366.89,254.538,-2.47837,0,0,0,1,900,255,1,0),(160465,189979,571,1,1,492.294,-4829.17,197.988,-1.83259,0,0,0,1,900,255,1,0),(160188,189979,571,1,1,3312.17,4442.61,16.263,-2.70526,0,0,0,1,900,255,1,0),(56819,165658,0,1,1,-6718.6,-1252.82,183.493,0.139624,0,0,0,1,2700,100,1,0),(160464,189979,571,1,1,423.793,-4250.21,244.978,2.26892,0,0,0,1,900,255,1,0),(160463,189979,571,1,1,330.22,-3287.7,18.4444,-2.23402,0,0,0,1,900,255,1,0),(160187,189979,571,1,1,3286,3285.2,26.0825,2.30383,0,0,0,1,900,255,1,0),(160462,189979,571,1,1,328.762,-5728,99.5547,-0.95993,0,0,0,1,900,255,1,0),(160053,189978,571,1,1,3637.1,4875.02,-4.4644,1.23918,0,0,0,1,900,255,1,0),(160020,189978,571,1,1,2874.19,5228.35,8.632,-2.9845,0,0,0,1,900,255,1,0),(160052,189978,571,1,1,3629.54,3121.82,52.9232,2.04204,0,0,0,1,900,255,1,0),(160019,189978,571,1,1,2840.9,4952.44,8.9537,2.65289,0,0,0,1,900,255,1,0),(160461,189979,571,1,1,316.353,-5817.65,83.6513,0.92502,0,0,0,1,900,255,1,0),(161296,189980,571,1,1,5566.94,-1860.93,235.266,-1.79769,0,0,0,1,900,255,1,0),(161161,189978,571,1,1,6051.72,-1285.41,503.838,-1.88495,0,0,0,1,900,255,1,0),(161138,189978,571,1,1,5402.13,-1898.59,237.159,1.74533,0,0,0,1,900,255,1,0),(160723,189979,571,1,1,3779.94,-3770.12,179.474,0.85521,0,0,0,1,600,255,1,0),(58117,165658,0,1,1,-6666.01,-884.02,254.61,-3.12412,0,0,0,1,2700,100,1,0),(160018,189978,571,1,1,2790.09,5263.08,20.6015,-1.44862,0,0,0,1,900,255,1,0),(58166,189978,571,1,1,3863.87,2754.61,136.961,2.77507,0,0,0,1,900,255,1,0),(58703,189978,571,1,1,5010.8,754.779,134.656,-2.28638,0,0,0,1,900,255,1,0),(160051,189978,571,1,1,3602.53,3264.46,29.1279,3.01941,0,0,0,1,900,255,1,0),(58711,189978,571,1,1,3745.68,2678.66,128.205,3.05433,0,0,0,1,900,255,1,0),(160722,189979,571,1,1,3776.57,-2395.59,173.369,-0.41888,0,0,0,1,600,255,1,0),(160186,189979,571,1,1,3258.65,6215.42,66.4526,2.05949,0,0,0,1,900,255,1,0),(160050,189978,571,1,1,3597.66,7076.43,207.864,-0.80285,0,0,0,1,900,255,1,0),(160185,189979,571,1,1,3236.34,5552.18,37.9475,2.87979,0,0,0,1,900,255,1,0),(160049,189978,571,1,1,3589.77,4352.25,-0.0799,0.69813,0,0,0,1,900,255,1,0),(58731,189978,571,1,1,3845.97,-1276.88,147.649,2.14675,0,0,0,1,900,255,1,0),(58732,189978,571,1,1,4884.39,719.659,128.511,-0.314158,0,0,0,1,900,255,1,0),(58734,189978,571,1,1,3241.5,2208.17,15.1772,-1.309,0,0,0,1,900,255,1,0),(160460,189979,571,1,1,311.682,-5829.52,198.098,2.58308,0,0,0,1,900,255,1,0),(58737,189978,571,1,1,3194.99,2339.34,31.2858,-3.08918,0,0,0,1,900,255,1,0),(58738,189978,571,1,1,2639.71,-1135.45,-0.308069,-0.139624,0,0,0,1,900,255,1,0),(58745,189978,571,1,1,2903.14,-13.037,5.87809,1.01229,0,0,0,1,900,255,1,0),(58746,189978,571,1,1,3912.76,949.657,61.8795,3.14159,0,0,0,1,900,255,1,0),(58749,189978,571,1,1,2645.53,-520.677,7.65113,-2.79252,0,0,0,1,900,255,1,0),(160017,189978,571,1,1,2770.52,5154.43,30.9665,-2.86233,0,0,0,1,900,255,1,0),(58752,189978,571,1,1,3060.87,812.059,68.5522,-2.21656,0,0,0,1,900,255,1,0),(160459,189979,571,1,1,299.4,-5925.31,169.693,0.89012,0,0,0,1,900,255,1,0),(58754,189978,571,1,1,3401,1284.51,131.904,-0.95993,0,0,0,1,900,255,1,0),(58755,189978,571,1,1,4375.69,-275.747,93.9945,1.74533,0,0,0,1,900,255,1,0),(58760,189978,571,1,1,3988.3,-74.1435,55.9477,0.017452,0,0,0,1,900,255,1,0),(58761,189978,571,1,1,3508.85,-145.034,62.5883,-0.628317,0,0,0,1,900,255,1,0),(160458,189979,571,1,1,229.642,-4166.4,247.483,-0.7854,0,0,0,1,900,255,1,0),(58763,189978,571,1,1,3980.66,-497.785,234.313,1.79769,0,0,0,1,900,255,1,0),(58765,189978,571,1,1,3055.16,568.101,23.2188,0.209439,0,0,0,1,900,255,1,0),(58766,189978,571,1,1,4959.2,781.759,200.16,-1.11701,0,0,0,1,900,255,1,0),(160457,189979,571,1,1,222.143,-4541.69,253.747,0.8203,0,0,0,1,900,255,1,0),(160456,189979,571,1,1,196.368,-5529.42,341.114,1.72787,0,0,0,1,900,255,1,0),(160455,189979,571,1,1,146.113,-5708.52,190.828,-1.25664,0,0,0,1,900,255,1,0),(59009,189978,571,1,1,4927.61,236.746,100.087,-2.63544,0,0,0,1,900,255,1,0),(160454,189979,571,1,1,124.983,-3449.73,11.4041,-2.04204,0,0,0,1,900,255,1,0),(160453,189979,571,1,1,85.848,-4961.88,316.024,-1.74533,0,0,0,1,900,255,1,0),(160640,189978,571,1,1,4208.14,-3133.17,282.33,-1.46608,0,0,0,1,600,255,1,0),(160452,189979,571,1,1,27.324,-3423.65,35.6203,-1.02974,0,0,0,1,900,255,1,0),(160451,189979,571,1,1,-23.354,-3586.67,33.779,3.10665,0,0,0,1,900,255,1,0),(160660,189978,571,1,1,5060.03,-4828.33,212.234,0.85521,0,0,0,1,600,255,1,0),(160639,189978,571,1,1,4196.39,-1995.75,211.092,0.89012,0,0,0,1,600,255,1,0),(160048,189978,571,1,1,3575.17,5582.85,36.2144,1.36136,0,0,0,1,900,255,1,0),(161186,189978,571,1,1,6579.67,-4053.25,487.276,-1.18682,0,0,0,1,900,255,1,0),(59287,189978,571,1,1,3285.01,22.8525,77.0183,-3.08918,0,0,0,1,900,255,1,0),(160450,189979,571,1,1,-144.006,-4989.57,309.673,2.02458,0,0,0,1,900,255,1,0),(160399,189978,571,1,1,2918.13,-3075.25,91.006,1.81514,0,0,0,1,900,255,1,0),(160721,189979,571,1,1,3775.34,-3570.33,235.972,2.3911,0,0,0,1,600,255,1,0),(160720,189979,571,1,1,3689.44,-5363.48,107.937,-2.93214,0,0,0,1,600,255,1,0),(160184,189979,571,1,1,3198.81,4009.43,26.2162,1.11701,0,0,0,1,900,255,1,0),(160183,189979,571,1,1,3185.58,3546.17,7.6564,2.3911,0,0,0,1,900,255,1,0),(161189,189978,571,1,1,6792.44,-4281.66,452.834,0.85521,0,0,0,1,900,255,1,0),(160638,189978,571,1,1,4172.3,-3685.31,186.911,-1.23918,0,0,0,1,600,255,1,0),(160637,189978,571,1,1,4152.13,-1891.69,187.421,-1.41372,0,0,0,1,600,255,1,0),(160398,189978,571,1,1,2869.77,-3186.19,134.01,1.18682,0,0,0,1,900,255,1,0),(160397,189978,571,1,1,2821.7,-3719.72,232.72,1.06465,0,0,0,1,900,255,1,0),(160396,189978,571,1,3,2733.18,-4021.56,378.243,0.10472,0,0,0,1,900,255,1,0),(160395,189978,571,1,1,2731.69,-5583.63,379.214,-2.30383,0,0,0,1,900,255,1,0),(160182,189979,571,1,1,3178.55,4306.8,27.794,-0.40143,0,0,0,1,900,255,1,0),(160394,189978,571,1,1,2700,-3145.57,119.88,1.22173,0,0,0,1,900,255,1,0),(160393,189978,571,1,3,2696.92,-4105.83,365.928,-2.44346,0,0,0,1,900,255,1,0),(160392,189978,571,1,1,2637.77,-3659.38,241.58,-2.72271,0,0,0,1,900,255,1,0),(160391,189978,571,1,1,2616.55,-5791.18,314.388,0.03491,0,0,0,1,900,255,1,0),(60015,189978,571,1,1,3749.59,2570.91,118.323,2.58308,0,0,0,1,900,255,1,0),(60018,189978,571,1,1,3920.11,2734.05,152.974,-2.87979,0,0,0,1,900,255,1,0),(60019,189978,571,1,1,3882.96,1879.55,118.968,2.51327,0,0,0,1,900,255,1,0),(160016,189978,571,1,1,2763.63,5342.76,30.6526,2.84488,0,0,0,1,900,255,1,0),(160047,189978,571,1,1,3546.06,5485.13,28.2165,-1.20428,0,0,0,1,900,255,1,0),(160181,189979,571,1,1,3166.54,4828.21,8.4315,2.47837,0,0,0,1,900,255,1,0),(60116,189978,571,1,1,2699.09,1430.62,139.705,2.33874,0,0,0,1,900,255,1,0),(160180,189979,571,1,1,3151.48,5622.4,31.6321,-0.57596,0,0,0,1,900,255,1,0),(160179,189979,571,1,1,3139.47,3676.51,4.5353,-2.53072,0,0,0,1,900,255,1,0),(160178,189979,571,1,1,3138.65,5762.38,56.1208,0.97738,0,0,0,1,900,255,1,0),(160390,189978,571,1,1,2589.78,-3917.45,296.84,-0.29671,0,0,0,1,900,255,1,0),(160389,189978,571,1,1,2588.11,-3004.66,111.536,-2.19912,0,0,0,1,900,255,1,0),(160388,189978,571,1,1,2583.11,-3123.24,128.719,2.1293,0,0,0,1,900,255,1,0),(160387,189978,571,1,1,2580.79,-4152.53,302.839,0.75049,0,0,0,1,900,255,1,0),(160719,189979,571,1,1,3684.69,-2654.98,152.836,-1.25664,0,0,0,1,600,255,1,0),(60141,189978,571,1,1,4299.58,362.536,-3.34302,-1.3439,0,0,0,1,900,255,1,0),(160386,189978,571,1,3,2570.45,-2766.36,8.7401,-0.48869,0,0,0,1,900,255,1,0),(160718,189979,571,1,1,3683.02,-1787.16,170.38,2.30383,0,0,0,1,600,255,1,0),(160385,189978,571,1,1,2557.9,-4616.65,229.806,0.80285,0,0,0,1,900,255,1,0),(160384,189978,571,1,1,2545.64,-4507.8,230.798,-2.70526,0,0,0,1,900,255,1,0),(160383,189978,571,1,1,2536.78,-3717.47,266.892,1.43117,0,0,0,1,900,255,1,0),(160717,189979,571,1,1,3634.34,-2647.85,137.61,1.13446,0,0,0,1,600,255,1,0),(160659,189978,571,1,1,5018.21,-4794.48,217.757,2.87979,0,0,0,1,600,255,1,0),(160716,189979,571,1,1,3593.7,-3737.76,231.262,-3.12412,0,0,0,1,600,255,1,0),(60159,189978,571,1,1,2974.14,-962.267,12.3432,-2.51327,0,0,0,1,900,255,1,0),(60161,189978,571,1,1,2675.51,-24.8072,5.89287,-1.20428,0,0,0,1,900,255,1,0),(160658,189978,571,1,1,4956.46,-4666.76,214.515,2.79252,0,0,0,1,600,255,1,0),(160636,189978,571,1,1,4151.42,-4614.51,144.271,0.10472,0,0,0,1,600,255,1,0),(160715,189979,571,1,1,3562.72,-5167.09,179.577,-2.75761,0,0,0,1,600,255,1,0),(160015,189978,571,1,1,2761.55,5608.24,45.2715,-0.80285,0,0,0,1,900,255,1,0),(160046,189978,571,1,1,3500.65,5648.27,61.2663,-1.309,0,0,0,1,900,255,1,0),(60170,189978,571,1,1,5231.89,1041.12,226.329,1.78023,0,0,0,1,3600,100,1,0),(161155,189978,571,1,1,5966.88,-4236.39,358.494,-1.43117,0,0,0,1,900,255,1,0),(60173,189978,571,1,1,5174.54,630.202,177.684,-1.44862,0,0,0,1,3600,100,1,0),(160177,189979,571,1,1,3137.75,3442.07,3.3502,0.40143,0,0,0,1,900,255,1,0),(160176,189979,571,1,1,3121.68,3765.48,9.0758,-2.80997,0,0,0,1,900,255,1,0),(160045,189978,571,1,1,3471.36,3949.05,28.4666,1.36136,0,0,0,1,900,255,1,0),(60177,189978,571,1,1,3753.76,2695.34,128.727,-1.02974,0,0,0,1,900,255,1,0),(161173,189978,571,1,1,6280.1,-2592.43,302.372,-1.36136,0,0,0,1,900,255,1,0),(160635,189978,571,1,1,4128.13,-3959.53,160.662,2.44346,0,0,0,1,600,255,1,0),(160634,189978,571,1,1,4109.9,-2432.63,221.093,3.14159,0,0,0,1,600,255,1,0),(160633,189978,571,1,1,4101.43,-2955.46,270.904,1.71042,0,0,0,1,600,255,1,0),(160632,189978,571,1,1,3943.47,-1843.41,217.448,2.60053,0,0,0,1,600,255,1,0),(160631,189978,571,1,3,3932.55,-3970.73,174.807,-1.97222,0,0,0,1,600,255,1,0),(60184,189978,571,1,1,2763.56,-1462.03,45.7314,1.83259,0,0,0,1,900,255,1,0),(60185,189978,571,1,1,2622.93,-293.942,9.24761,-2.19912,0,0,0,1,900,255,1,0),(60186,189978,571,1,1,2741.14,-683.079,83.0871,-1.48353,0,0,0,1,900,255,1,0),(160382,189978,571,1,1,2518.63,-4743.72,246.569,-0.66322,0,0,0,1,900,255,1,0),(60188,189978,571,1,1,3996.79,-1162.93,132.29,0.925024,0,0,0,1,900,255,1,0),(60189,181275,547,1,1,-55.9415,-29.0174,-1.69497,-1.32645,0,0,0,1,2700,100,1,0),(60190,181275,546,1,1,376.429,-453.141,33.1995,-2.25147,0,0,0,1,2700,100,1,0),(60191,181275,547,1,1,-170.84,-779.574,42.7871,-3.03684,0,0,0,1,2700,100,1,0),(60192,181275,547,1,1,-146.687,-255.88,-1.58513,-0.628317,0,0,0,1,2700,100,1,0),(60193,181275,546,1,1,278.916,-236.037,29.1704,2.70526,0,0,0,1,2700,100,1,0),(160381,189978,571,1,1,2508.66,-3015.97,120.783,-1.13446,0,0,0,1,900,255,1,0),(63754,189979,571,1,1,3753.76,2695.34,128.727,-1.02974,0,0,0,1,900,255,1,0),(63753,189979,571,1,1,3882.96,1879.55,118.968,2.51327,0,0,0,1,900,255,1,0),(160175,189979,571,1,1,3112.39,4653.8,7.5872,-1.98967,0,0,0,1,900,255,1,0),(61222,189979,571,1,1,3194.99,2339.34,31.2858,-3.08918,0,0,0,1,900,255,1,0),(61086,189979,571,1,1,3241.5,2208.17,15.1772,-1.309,0,0,0,1,900,255,1,0),(160380,189978,571,1,1,2504.18,-3896.1,263.839,1.76278,0,0,0,1,900,255,1,0),(61082,189979,571,1,1,3745.68,2678.66,128.205,3.05433,0,0,0,1,900,255,1,0),(161135,189978,571,1,1,5374.42,-1755.01,240.063,2.9845,0,0,0,1,900,255,1,0),(60596,189978,571,1,1,2972.8,963.034,89.3641,-0.366518,0,0,0,1,900,255,1,0),(61078,189979,571,1,1,3863.87,2754.61,136.961,2.77507,0,0,0,1,900,255,1,0),(160379,189978,571,1,1,2479.22,-5437.19,299.543,1.74533,0,0,0,1,900,255,1,0),(63752,189979,571,1,1,3920.11,2734.05,152.974,-2.87979,0,0,0,1,900,255,1,0),(61071,189979,571,1,1,3339.21,1819.4,134.39,0.383971,0,0,0,1,900,255,1,0),(60859,189979,571,1,1,3086.23,2094.7,24.0527,-2.84488,0,0,0,1,900,255,1,0),(61077,189978,571,1,1,3211.15,1258.91,165.559,-3.08918,0,0,0,1,900,255,1,0),(60738,189979,571,1,1,4170.08,2215.54,152.682,-0.087266,0,0,0,1,900,255,1,0),(61079,189978,571,1,1,3662.85,832.19,59.157,-2.18166,0,0,0,1,900,255,1,0),(60447,189979,571,1,1,3228.18,2558.42,37.522,1.5708,0,0,0,1,900,255,1,0),(160630,189978,571,1,1,3931.06,-1655.19,190.644,1.37881,0,0,0,1,600,255,1,0),(160629,189978,571,1,1,3892.34,-5151.14,73.8241,-1.53589,0,0,0,1,600,255,1,0),(60251,189979,571,1,1,3467.5,2723.65,75.5844,-0.680679,0,0,0,1,900,255,1,0),(61099,189979,571,1,1,3194.99,2339.34,31.2858,-3.08918,0,0,0,1,900,255,1,0),(61995,189979,571,1,1,3749.59,2570.91,118.323,2.58308,0,0,0,1,900,255,1,0),(160378,189978,571,1,1,2478.63,-3080.53,138.992,0.48869,0,0,0,1,900,255,1,0),(160657,189978,571,1,1,4934.33,-4555.06,220.053,2.49582,0,0,0,1,600,255,1,0),(160628,189978,571,1,1,3887.61,-3704.44,173.585,2.58308,0,0,0,1,600,255,1,0),(160627,189978,571,1,1,3823.79,-1846.02,215.937,1.71042,0,0,0,1,600,255,1,0),(60240,189979,571,1,1,4007.11,2407.17,156.047,1.39626,0,0,0,1,900,255,1,0),(61227,181276,547,1,1,-131.525,-133.744,-1.97161,1.88495,0,0,0,1,2700,100,1,0),(61229,181276,546,1,1,129.433,-137.712,39.7096,-2.3911,0,0,0,1,2700,100,1,0),(162104,191133,571,1,1,4724.21,5107.49,-46.3651,-1.78023,0,0,0,1,600,255,1,0),(162103,191133,571,1,1,4722.86,5246.86,-42.0046,1.18682,0,0,0,1,600,255,1,0),(162102,191133,571,1,1,4716.54,4978.44,-44.2661,1.62316,0,0,0,1,600,255,1,0),(162101,191133,571,1,1,4709.27,4367.73,-31.7133,-0.76794,0,0,0,1,600,255,1,0),(61281,189980,571,1,1,5978.92,559.39,212.441,-2.80997,0,0,0,1,3600,100,1,0),(162100,191133,571,1,1,4704.72,5425.79,-32.3253,1.79769,0,0,0,1,600,255,1,0),(161861,189981,571,1,1,6672.22,4932.34,-17.978,2.94959,0,0,0,1,600,255,1,0),(161860,189981,571,1,1,6659.69,4690.38,0.1829,1.78023,0,0,0,1,600,255,1,0),(161859,189981,571,1,1,6310,3957.29,109.057,-0.76794,0,0,0,1,600,255,1,0),(161858,189981,571,1,1,6302.94,5136.3,-81.6133,-3.01941,0,0,0,1,600,255,1,0),(161857,189981,571,1,1,6277.39,4221.15,-40.3804,0.59341,0,0,0,1,600,255,1,0),(163233,189980,571,1,1,6484.37,294.937,399.821,-1.15192,0,0,0,1,600,255,1,0),(61290,181276,530,1,1,52.3694,5605.33,22.2926,-2.60053,0,0,0,1,60,100,1,0),(61291,181276,530,1,1,-892.03,5322.57,18.6208,-1.74533,0,0,0,1,60,100,1,0),(161856,189981,571,1,1,6229.99,5392.57,-108.99,-2.9845,0,0,0,1,600,255,1,0),(161855,189981,571,1,1,6215.25,5172.35,-97.6636,0.24435,0,0,0,1,600,255,1,0),(161854,189981,571,1,1,6205.15,4325.34,-38.2094,-0.05236,0,0,0,1,600,255,1,0),(163696,189981,571,1,1,7064.83,1379.27,307.581,1.85005,0,0,0,1,600,255,1,0),(161853,189981,571,1,1,6174.17,5636.43,-22.3877,-1.93731,0,0,0,1,600,255,1,0),(161852,189981,571,1,3,6173.29,4609.01,-92.2689,-1.90241,0,0,0,1,600,255,1,0),(161851,189981,571,1,1,6167.44,5256.57,-127.884,0.89012,0,0,0,1,600,255,1,0),(161850,189981,571,1,1,6107,5455.44,-97.4798,2.93214,0,0,0,1,600,255,1,0),(61302,189980,571,1,1,5010.67,1804.19,678.496,-2.86233,0,0,0,1,180,100,1,0),(161849,189981,571,1,1,6096.59,3644.3,143.128,-2.84488,0,0,0,1,600,255,1,0),(61304,181276,530,1,1,117.451,7830.41,21.6144,-1.93731,0,0,0,1,60,100,1,0),(61305,181276,530,1,1,-666.829,5724.52,20.9599,-2.28638,0,0,0,1,60,100,1,0),(163695,189981,571,1,1,7053.12,824.111,537.643,-1.88495,0,0,0,1,600,255,1,0),(163241,189980,571,1,1,6561.43,1050.49,275.174,2.42601,0,0,0,1,600,255,1,0),(163694,189981,571,1,1,7028.88,2508.66,409.558,-0.54105,0,0,0,1,600,255,1,0),(163285,189980,571,1,1,6897.25,819.82,399.82,-2.82743,0,0,0,1,600,255,1,0),(163284,189980,571,1,1,6885.81,2052.91,828.661,0.08727,0,0,0,1,600,255,1,0),(163283,189980,571,1,1,6885.25,2378.06,427.796,2.37364,0,0,0,1,600,255,1,0),(61312,181276,530,1,1,761.521,7509.73,22.9588,2.44346,0,0,0,1,60,100,1,0),(61313,181276,530,1,1,-91.9377,7280.53,22.9762,1.79769,0,0,0,1,60,100,1,0),(161848,189981,571,1,1,6084.56,4079.1,-46.7275,-2.30383,0,0,0,1,600,255,1,0),(61315,181276,530,1,1,986.909,7558.14,23.5988,-2.32129,0,0,0,1,60,100,1,0),(61316,181276,530,1,1,-252.617,6198.28,23.9543,-2.28638,0,0,0,1,60,100,1,0),(61318,189980,571,1,1,5903.81,380.04,220.506,-2.72271,0,0,0,1,3600,100,1,0),(61320,189980,571,1,1,5905.28,334.268,230.584,-2.1293,0,0,0,1,3600,100,1,0),(61321,189980,571,1,1,6035.78,631.157,201.116,0.994837,0,0,0,1,3600,100,1,0),(61322,181277,530,1,1,-2706.65,3485.65,-1.61144,-1.48353,0,0,0,1,60,100,1,0),(61324,181277,530,1,1,-2507.45,4869.1,41.9052,-1.37881,0,0,0,1,60,100,1,0),(61327,181277,530,1,1,-2096.71,4815.59,3.90501,2.32129,0,0,0,1,60,100,1,0),(61328,181277,530,1,1,-2170.06,3335.84,-35.6993,-2.18166,0,0,0,1,60,100,1,0),(61329,181277,530,1,1,-2604.84,3846.82,-5.71031,2.14675,0,0,0,1,60,100,1,0),(61330,181277,530,1,1,-2246.35,4996.96,-2.07144,1.46608,0,0,0,1,60,100,1,0),(163693,189981,571,1,1,7027.86,3066.55,475.031,1.78023,0,0,0,1,600,255,1,0),(61332,181277,530,1,1,-1879.16,4494.66,8.80757,-1.8675,0,0,0,1,60,100,1,0),(161847,189981,571,1,1,6077.97,4860.72,-94.5449,-1.71042,0,0,0,1,600,255,1,0),(161846,189981,571,1,1,6053.3,4795.46,-92.8918,0.8203,0,0,0,1,600,255,1,0),(163692,189981,571,1,1,7010.36,702.436,473.773,3.03684,0,0,0,1,600,255,1,0),(161845,189981,571,1,1,6037.1,4847.04,-93.403,-1.25664,0,0,0,1,600,255,1,0),(61337,181277,530,1,1,-2239.1,4005.9,-24.3986,0.174532,0,0,0,1,60,100,1,0),(61338,181277,530,1,1,-3508.05,5731.95,0.137414,0.191985,0,0,0,1,60,100,1,0),(61339,181277,530,1,1,-3611.81,4015.16,74.6686,1.37881,0,0,0,1,60,100,1,0),(61340,181277,530,1,1,-3351.95,6074.68,0.159937,1.8675,0,0,0,1,60,100,1,0),(61341,181277,530,1,1,-1839.63,4887.16,1.10184,1.95477,0,0,0,1,60,100,1,0),(61342,181277,530,1,1,-1955.42,4449.49,10.3824,-1.41372,0,0,0,1,60,100,1,0),(61343,181277,530,1,1,-1327.36,5086.98,-4.58639,-2.68781,0,0,0,1,60,100,1,0),(61344,181277,530,1,1,-2029.61,4113,1.41137,-1.09956,0,0,0,1,60,100,1,0),(61346,181278,558,1,1,238.11,-21.5713,-0.103546,1.97222,0,0,0,1,2700,100,1,0),(61347,181278,558,1,1,-170.729,-270.22,31.6304,-1.67551,0,0,0,1,2700,100,1,0),(61348,181278,558,1,1,11.4308,-382.646,19.4112,-2.60053,0,0,0,1,2700,100,1,0),(61350,181278,556,1,1,-200.026,351.062,26.6361,-0.663223,0,0,0,1,2700,100,1,0),(61352,181278,545,3,1,-245.752,-163.171,-2.66641,-0.733038,0,0,0,1,2700,100,1,0),(61353,181278,545,3,1,-49.1663,-143.161,-20.2431,1.93731,0,0,0,1,2700,100,1,0),(61354,181278,545,3,1,-238.252,-133.886,-65.1628,0.174532,0,0,0,1,2700,100,1,0),(61355,181278,556,1,1,-279.839,193.427,0.057562,1.88495,0,0,0,1,2700,100,1,0),(61356,181278,556,1,1,-58.4746,314.138,27.3705,-0.942477,0,0,0,1,2700,100,1,0),(61357,181278,556,1,1,7.98955,112.229,0.348708,-1.79769,0,0,0,1,2700,100,1,0),(61388,181278,556,1,1,-175.854,340.07,27.4297,-0.122173,0,0,0,1,2700,100,1,0),(61393,181278,556,1,1,-91.2256,110.526,0.005229,2.63544,0,0,0,1,2700,100,1,0),(61395,181278,546,1,1,77.4358,-75.2255,-2.75669,2.89724,0,0,0,1,2700,100,1,0),(61396,181278,546,1,1,356.161,-519.471,31.7733,-2.72271,0,0,0,1,2700,100,1,0),(61399,181278,557,1,1,-350.483,-60.3347,-0.974565,0.925024,0,0,0,1,2700,100,1,0),(61401,181278,546,1,1,24.3616,-368.393,27.2573,1.37881,0,0,0,1,2700,100,1,0),(61404,181278,547,1,1,-55.6236,13.8905,-1.58162,0.925024,0,0,0,1,2700,100,1,0),(61405,181278,547,1,1,-85.9097,-548.388,-1.58175,0.104719,0,0,0,1,2700,100,1,0),(61407,181278,547,1,1,-9.24667,-186.432,-1.56752,-0.226892,0,0,0,1,2700,100,1,0),(61408,181278,547,1,1,-15.1088,-328.102,-1.58162,0.244346,0,0,0,1,2700,100,1,0),(61409,181278,547,1,1,-9.61051,-69.0904,-1.58162,2.84488,0,0,0,1,2700,100,1,0),(61411,181278,546,1,1,-160.595,-274.614,-4.72734,1.43117,0,0,0,1,2700,100,1,0),(61412,181278,546,1,1,-2.68117,-315.83,30.7248,-1.25664,0,0,0,1,2700,100,1,0),(61413,181278,546,1,1,346.822,-359.794,34.2163,0.296705,0,0,0,1,2700,100,1,0),(61414,181278,546,1,1,33.0805,-170.199,-3.80013,2.87979,0,0,0,1,2700,100,1,0),(61415,181278,555,1,1,-139.072,-443.655,17.0795,0.087266,0,0,0,1,2700,100,1,0),(61416,181278,555,1,1,-457.128,-195.439,12.6891,-1.32645,0,0,0,1,2700,100,1,0),(61417,181278,555,1,1,-269.214,-0.495546,8.07293,2.35619,0,0,0,1,2700,100,1,0),(61418,181278,555,1,1,-34.7484,-90.9532,-1.1283,-3.10665,0,0,0,1,2700,100,1,0),(61419,191019,571,1,1,5675.16,5251.63,-132.465,0.087266,0,0,0,1,60,100,1,0),(61420,191019,571,1,1,5406.26,5296.71,-131.408,-1.97222,0,0,0,1,60,100,1,0),(61421,191019,571,1,1,6349.46,4359.67,-45.11,-0.174532,0,0,0,1,60,100,1,0),(61422,191019,571,1,1,5864.65,4654.4,-134.191,1.06465,0,0,0,1,60,100,1,0),(61423,191019,571,1,1,5657.83,5115.02,-134.677,1.93731,0,0,0,1,60,100,1,0),(61424,191019,571,1,1,5838.46,4507.45,-132.164,-2.23402,0,0,0,1,60,100,1,0),(61425,191019,571,1,1,6429.22,5251.58,-59.6528,-1.83259,0,0,0,1,60,100,1,0),(61426,191019,571,1,1,4851.62,5143.95,-92.8204,1.95477,0,0,0,1,60,100,1,0),(61427,191019,571,1,1,5478.52,5049.37,-133.886,-1.37881,0,0,0,1,60,100,1,0),(61430,191019,571,1,1,4975.24,4092.71,-27.2678,0.890117,0,0,0,1,60,100,1,0),(61431,191019,571,1,1,5147.3,3917.93,-22.7817,2.3911,0,0,0,1,60,100,1,0),(61432,191019,571,1,1,6301.53,4195.41,-44.0761,2.79252,0,0,0,1,60,100,1,0),(61433,191019,571,1,1,5233.16,5377.83,-83.7472,2.09439,0,0,0,1,60,100,1,0),(61434,191019,571,1,1,5173.23,5141.38,-133.735,-0.453785,0,0,0,1,60,100,1,0),(61435,191019,571,1,1,5812.77,5652.21,-69.1659,0.523598,0,0,0,1,60,100,1,0),(61436,191019,571,1,1,4893.09,4163.81,-35.4008,-0.593412,0,0,0,1,60,100,1,0),(61437,191019,571,1,1,5100.76,5687.23,-90.0739,1.50098,0,0,0,1,60,100,1,0),(61438,191019,571,1,1,5107.07,4006.55,-58.7301,-1.43117,0,0,0,1,60,100,1,0),(61439,191019,571,1,1,4864.94,5395.95,-82.9866,-0.95993,0,0,0,1,60,100,1,0),(61440,191019,571,1,1,5169.97,4151,-83.144,2.79252,0,0,0,1,60,100,1,0),(61441,191019,571,1,1,5091.75,4086.21,-56.5069,0.506145,0,0,0,1,60,100,1,0),(61442,191019,571,1,1,5268.04,4053.32,-72.8912,2.47837,0,0,0,1,60,100,1,0),(61443,191019,571,1,1,5607.57,4930.7,-132.603,-0.767944,0,0,0,1,60,100,1,0),(61444,191019,571,1,1,5579.22,5136.08,-131.07,-2.51327,0,0,0,1,60,100,1,0),(74311,324,0,1,1,1960.68,-4019,111.555,3.302,0,0,0,0,900,255,1,0),(61446,175404,1,1,1,2236.38,-6675.25,127.433,1.29154,0,0,0,1,2700,100,1,0),(74310,2040,0,1,1,1960.68,-4019,111.555,3.302,0,0,0,0,900,255,1,0),(74309,2047,0,1,1,2669.38,-4230,86.882,2.375,0,0,0,0,900,255,1,0),(61449,175404,1,1,1,3601.63,-5412.79,118.231,2.02458,0,0,0,1,2700,100,1,0),(61450,2866,0,1,1,-11508.7,-3285.16,7.97583,-1.37881,0,0,0,1,60,100,1,0),(61451,2866,0,1,1,-7095.3,-1517.7,242.911,-2.9845,0,0,0,1,60,100,1,0),(61452,2866,0,1,1,-11317.1,-3146.82,5.7421,1.93731,0,0,0,1,60,100,1,0),(26705,2866,0,1,1,-6587.79,-991.392,245.393,-2.61799,0,0,0,1,60,100,1,0),(27223,181555,545,3,1,86.1048,-183.557,-22.0548,0.95993,0,0,0,1,3600,100,1,0),(27248,181555,545,3,1,-339.412,-196.926,-5.72056,2.54818,0,0,0,1,3600,100,1,0),(28130,181555,530,1,1,-3289.72,4076.61,4.81733,2.18166,0,0,0,1,3600,100,1,0),(28145,181555,530,1,1,-3351.68,2418.38,59.5474,2.25147,0,0,0,1,3600,100,1,0),(28146,181555,530,1,1,-4254.7,1953.3,83.417,2.1293,0,0,0,1,3600,100,1,0),(28147,181555,530,1,1,-973.814,7844.53,43.2238,0.575957,0,0,0,1,3600,100,1,0),(28148,181555,530,1,1,559.266,7330.01,-18.1613,-2.40855,0,0,0,1,3600,100,1,0),(28151,181555,530,1,1,-1666.57,6344.63,58.7638,2.54818,0,0,0,1,3600,100,1,0),(28164,181555,530,1,1,-2611.83,5453.13,13.1311,3.03684,0,0,0,1,3600,100,1,0),(28172,181555,530,1,1,352.205,2258.47,118.163,-0.610864,0,0,0,1,3600,100,1,0),(28174,181555,530,1,1,-1105.91,1957.07,75.8204,-2.54818,0,0,0,1,3600,100,1,0),(28175,181555,530,1,1,-594.649,1784.18,72.2885,2.80997,0,0,0,1,3600,100,1,0),(28192,181555,530,1,1,-468.838,3271.93,4.38121,-1.23918,0,0,0,1,3600,100,1,0),(28193,181555,530,1,1,-1066.6,3233.53,70.4624,2.9845,0,0,0,1,3600,100,1,0),(28194,181555,530,1,1,-499.442,5784.84,-21.3828,-1.85005,0,0,0,1,3600,100,1,0),(28196,181555,530,1,1,-1795.39,3949.19,9.59317,1.97222,0,0,0,1,3600,100,1,0),(28200,181555,530,1,1,236.291,3814.8,178.586,0.994837,0,0,0,1,3600,100,1,0),(28207,181555,530,1,1,366.617,3584.06,180.03,-2.75761,0,0,0,1,3600,100,1,0),(28209,181555,530,1,1,-1030.89,4182.99,20.1927,1.37881,0,0,0,1,3600,100,1,0),(28236,181555,530,1,1,-910.944,4111.33,33.2484,-1.83259,0,0,0,1,3600,100,1,0),(28239,181555,530,1,1,-753.61,3665.93,27.7752,-2.53072,0,0,0,1,3600,100,1,0),(28243,181555,530,1,1,75.5394,3693.81,191.735,-0.680679,0,0,0,1,3600,100,1,0),(28244,181555,530,1,1,-210.594,6502.17,-26.0091,2.70526,0,0,0,1,3600,100,1,0),(28246,181555,530,1,1,322.034,3308.49,74.2656,-1.13446,0,0,0,1,3600,100,1,0),(28247,181555,530,1,1,-814.557,3741.09,121.685,2.94959,0,0,0,1,3600,100,1,0),(28258,181555,530,1,1,-1376.3,3215.31,28.4537,0.925024,0,0,0,1,3600,100,1,0),(28260,181555,530,1,1,-519.61,2812.36,55.9804,-2.94959,0,0,0,1,3600,100,1,0),(28261,181555,530,1,1,-665.69,5649.36,-21.0185,0.139624,0,0,0,1,3600,100,1,0),(28262,181555,530,1,1,-2306.37,8527.35,-24.5403,-2.89724,0,0,0,1,3600,100,1,0),(28493,181555,530,1,1,-165.971,7876.04,22.0891,0.90757,0,0,0,1,3600,100,1,0),(28499,181555,530,1,1,-2580.32,6146.12,23.0755,-1.5708,0,0,0,1,3600,100,1,0),(28500,181555,530,1,1,-720.607,7989.86,64.8657,-0.453785,0,0,0,1,3600,100,1,0),(61453,181555,530,1,1,-1300.72,5765.82,0.580745,-0.191985,0,0,0,1,3600,100,1,0),(61454,181555,530,1,1,-1508.56,7855.61,-106.084,1.41372,0,0,0,1,3600,100,1,0),(61455,181555,530,1,1,377.369,7034.69,-14.7682,2.44346,0,0,0,1,3600,100,1,0),(61456,181555,530,1,1,-200.016,7733.42,24.2927,1.8675,0,0,0,1,3600,100,1,0),(61457,181555,530,1,1,-2438.44,5018.84,27.3259,0.261798,0,0,0,1,3600,100,1,0),(61458,181555,530,1,1,319.509,8325.31,-22.7788,-1.32645,0,0,0,1,3600,100,1,0),(61459,181555,530,1,1,-1301.98,5831.28,9.66961,-2.54818,0,0,0,1,3600,100,1,0),(61460,181555,530,1,1,686.226,7018.52,-26.5834,-1.43117,0,0,0,1,3600,100,1,0),(61463,181555,530,1,1,-2297.56,3161.49,2.68949,-0.279252,0,0,0,1,3600,100,1,0),(61465,181555,530,1,1,-3860,6136.38,-24.8264,-0.139624,0,0,0,1,3600,100,1,0),(61466,181555,530,1,1,-3608.45,4147.7,7.90215,-2.426,0,0,0,1,3600,100,1,0),(61540,181555,530,1,1,-981.757,6003.24,19.5683,0.069812,0,0,0,1,3600,100,1,0),(61586,181555,530,1,1,-1707.45,3829.39,46.6761,-0.279252,0,0,0,1,3600,100,1,0),(61733,181555,530,1,1,-2306.47,5454.43,5.74422,-1.76278,0,0,0,1,3600,100,1,0),(61768,181555,530,1,1,-3205.22,2830.91,115.221,2.42601,0,0,0,1,3600,100,1,0),(61805,181555,530,1,1,-512.144,2157.33,69.081,1.37881,0,0,0,1,3600,100,1,0),(61806,181555,530,1,1,-413.45,1865.57,87.7079,-3.05433,0,0,0,1,3600,100,1,0),(61809,181555,530,1,1,447.691,2780.44,196.542,2.21656,0,0,0,1,3600,100,1,0),(61855,181555,530,1,1,-842.897,2338.84,-19.1807,-1.64061,0,0,0,1,3600,100,1,0),(61856,181555,530,1,1,-1186.19,3005.51,19.6691,-2.09439,0,0,0,1,3600,100,1,0),(61857,181555,530,1,1,-984.849,1870.67,97.0372,-1.39626,0,0,0,1,3600,100,1,0),(61858,181555,530,1,1,-706.551,2143.94,27.9824,-1.8675,0,0,0,1,3600,100,1,0),(61859,181555,530,1,1,-1604.35,3807.27,46.3801,3.00195,0,0,0,1,3600,100,1,0),(61860,181555,530,1,1,-1000.76,3052.22,26.0825,1.85005,0,0,0,1,3600,100,1,0),(61861,181555,530,1,1,-1290.44,3127.06,40.3766,1.58825,0,0,0,1,3600,100,1,0),(61862,181555,530,1,1,-672.305,4746.9,54.0757,-2.11185,0,0,0,1,3600,100,1,0),(61864,181555,530,1,1,-729.096,3772.82,20.3365,-2.61799,0,0,0,1,3600,100,1,0),(61865,181555,530,1,1,-1223.6,4229.35,38.327,-2.28638,0,0,0,1,3600,100,1,0),(61866,181555,530,1,1,-702.407,5793.98,-25.4256,0.436332,0,0,0,1,3600,100,1,0),(61867,181555,530,1,1,-39.0497,4739.21,37.1566,0.610864,0,0,0,1,3600,100,1,0),(61868,181555,530,1,1,-478.153,4399.32,42.9991,-1.91986,0,0,0,1,3600,100,1,0),(61869,181555,530,1,1,-681.455,4445.64,98.1769,-1.98967,0,0,0,1,3600,100,1,0),(61870,181555,530,1,1,-779.104,4360.14,69.8468,-1.81514,0,0,0,1,3600,100,1,0),(61871,181555,530,1,1,-492.498,4547.56,71.1649,0.104719,0,0,0,1,3600,100,1,0),(61872,181555,530,1,1,-638.102,4387.24,71.6864,1.71042,0,0,0,1,3600,100,1,0),(61873,181555,530,1,1,-378.953,4085.3,111.915,-1.29154,0,0,0,1,3600,100,1,0),(61874,181555,530,1,1,-885.352,3273.1,48.1341,-2.11185,0,0,0,1,3600,100,1,0),(61875,181555,530,1,1,-1566.63,3521.33,20.8915,-1.06465,0,0,0,1,3600,100,1,0),(61876,181555,530,1,1,-340.807,4489.76,63.1904,1.51844,0,0,0,1,3600,100,1,0),(61877,181555,530,1,1,-9.49208,3867.02,85.3362,1.6057,0,0,0,1,3600,100,1,0),(61879,181555,530,1,1,-110.865,4614.29,35.0804,1.71042,0,0,0,1,3600,100,1,0),(61880,181555,530,1,1,-218.547,5217.55,87.9868,-1.15192,0,0,0,1,3600,100,1,0),(61881,181555,530,1,1,377.603,3855.3,149.804,2.32129,0,0,0,1,3600,100,1,0),(61882,181555,530,1,1,-563.171,4714.58,39.493,0.052359,0,0,0,1,3600,100,1,0),(61883,181555,530,1,1,-1731.14,4806.19,17.014,-1.11701,0,0,0,1,3600,100,1,0),(61884,181555,530,1,1,-942.856,3587.07,134.604,1.48353,0,0,0,1,3600,100,1,0),(61885,181555,530,1,1,-2225.81,3971.87,-13.8842,2.18166,0,0,0,1,3600,100,1,0),(61886,181556,558,1,1,-153.854,-290.526,24.5789,-0.855211,0,0,0,1,3600,100,1,0),(61888,181556,545,3,1,-364.504,-85.856,-7.75556,0.925024,0,0,0,1,3600,100,1,0),(61896,181556,545,3,1,-388.828,-157.54,-7.75556,-0.95993,0,0,0,1,3600,100,1,0),(61897,181556,545,3,1,-53.296,-175.588,-20.0281,2.61799,0,0,0,1,3600,100,1,0),(61898,181556,556,1,1,-230.139,291.997,32.156,1.65806,0,0,0,1,3600,100,1,0),(61899,181556,556,1,1,-59.9727,84.91,1.11623,2.84488,0,0,0,1,3600,100,1,0),(61900,181556,547,1,1,-136.808,-128.963,-1.69219,1.91986,0,0,0,1,3600,100,1,0),(61901,181556,556,1,1,-194.833,339.823,25.4777,1.95477,0,0,0,1,3600,100,1,0),(61902,181556,557,1,1,-417.15,-166.794,0.833513,0.122173,0,0,0,1,3600,100,1,0),(61903,181556,547,1,1,-78.1511,-601.834,3.77027,2.28638,0,0,0,1,3600,100,1,0),(61904,181556,547,1,1,-70.0015,-481.986,-1.59485,2.35619,0,0,0,1,3600,100,1,0),(61905,181556,546,1,1,-138.401,-285.184,0.821736,-1.20428,0,0,0,1,3600,100,1,0),(61906,181556,546,1,1,345.184,-325.914,26.4721,0.314158,0,0,0,1,3600,100,1,0),(61908,181556,555,1,1,-234.062,-97.6057,15.5083,0.750491,0,0,0,1,3600,100,1,0),(61909,181556,530,1,1,-3419.78,4016.62,64.0385,-0.052359,0,0,0,1,3600,100,1,0),(61910,181556,530,1,1,-3527.52,2159.71,34.6379,-2.426,0,0,0,1,3600,100,1,0),(61913,181556,530,1,1,-694.569,7693.18,88.9717,1.78023,0,0,0,1,3600,100,1,0),(61916,181556,530,1,1,-764.958,8591.3,46.8663,0.191985,0,0,0,1,3600,100,1,0),(61919,181556,530,1,1,-1263.3,6566.59,74.4452,-1.32645,0,0,0,1,3600,100,1,0),(61920,181556,530,1,1,-2099.95,3394.1,-54.6262,-0.488691,0,0,0,1,3600,100,1,0),(61922,181556,530,1,1,-3826.12,2413.45,115.728,-1.53589,0,0,0,1,3600,100,1,0),(61924,181556,530,1,1,-1545.77,4960.53,9.67472,-2.426,0,0,0,1,3600,100,1,0),(61925,181556,530,1,1,-1244.9,5139.6,59.0223,-0.698132,0,0,0,1,3600,100,1,0),(61927,181556,530,1,1,-707.719,8107.07,63.8081,-0.191985,0,0,0,1,3600,100,1,0),(61931,181556,530,1,1,-1747.82,6475.44,46.5353,2.25147,0,0,0,1,3600,100,1,0),(61932,181556,530,1,1,-1317.9,5746.08,33.7836,1.32645,0,0,0,1,3600,100,1,0),(61933,181556,530,1,1,594.199,6674.28,-25.1325,-1.309,0,0,0,1,3600,100,1,0),(61935,181556,530,1,1,-2627.49,6438.49,32.5228,0.034906,0,0,0,1,3600,100,1,0),(61937,181556,530,1,1,-2174.73,3226.15,-26.6028,-3.08918,0,0,0,1,3600,100,1,0),(61948,181556,530,1,1,-3676.22,5622.69,4.24808,0.890117,0,0,0,1,3600,100,1,0),(61950,181556,530,1,1,-3733.05,4194.55,7.56808,0.191985,0,0,0,1,3600,100,1,0),(61953,181556,530,1,1,-3853.31,4533.39,-24.6125,2.77507,0,0,0,1,3600,100,1,0),(61954,181556,530,1,1,465.36,6573.64,-1.72734,-1.62316,0,0,0,1,3600,100,1,0),(61955,181556,530,1,1,-1884.3,4188.52,2.94629,-1.50098,0,0,0,1,3600,100,1,0),(61956,181556,530,1,1,-2081.12,3281.7,-52.453,-0.314158,0,0,0,1,3600,100,1,0),(61957,181556,530,1,1,-1864.72,3976.81,1.80021,-1.0472,0,0,0,1,3600,100,1,0),(61958,181557,556,1,1,24.3,114.706,0.058363,-1.58825,0,0,0,1,3600,100,1,0),(61959,181557,546,1,1,-25.0788,-95.4667,-4.53427,-0.855211,0,0,0,1,3600,100,1,0),(61960,181557,530,1,1,-1623.54,6409.58,36.4217,-0.593412,0,0,0,1,3600,100,1,0),(61961,181557,530,1,1,-708.178,7310.18,76.4781,-2.60053,0,0,0,1,3600,100,1,0),(61962,181557,530,1,1,-1505.07,4593.05,27.4576,-2.07694,0,0,0,1,3600,100,1,0),(61963,181557,530,1,1,-502.934,3103.16,-5.01644,1.25664,0,0,0,1,3600,100,1,0),(61964,181557,530,1,1,625.718,5366.8,-28.5761,0.052359,0,0,0,1,3600,100,1,0),(61965,181557,530,1,1,649.67,6839.56,-30.7147,0.994837,0,0,0,1,3600,100,1,0),(61966,181557,530,1,1,-2877.42,3670.13,-15.4605,0.017452,0,0,0,1,3600,100,1,0),(61969,142140,0,1,1,-11561.6,547.996,50.6297,0,0,0,0,1,60,100,1,0),(61970,142140,0,1,1,-12904.2,-875.625,68.7345,0.925024,0,0,0,1,60,100,1,0),(61971,142140,0,1,1,-12978.9,-610.158,53.2944,3.08918,0,0,0,1,60,100,1,0),(61972,142140,0,1,1,-12469,-182.317,14.5772,-0.715585,0,0,0,1,60,100,1,0),(61973,142140,0,1,1,-13627.4,-333.377,9.63133,0.436332,0,0,0,1,60,100,1,0),(61974,142140,1,1,1,3336.85,-4491.03,97.7367,1.27409,0,0,0,1,60,100,1,0),(61975,142140,1,1,1,2995.56,-4113.16,99.9418,0.715585,0,0,0,1,60,100,1,0),(61976,142140,1,1,1,3580.77,-5089.3,85.0643,-2.86233,0,0,0,1,60,100,1,0),(61979,142141,0,1,1,2097.43,-1873.44,63.6307,0.209439,0,0,0,1,60,100,1,0),(61982,142141,0,1,1,1742.24,-3982.27,129.338,-0.052359,0,0,0,1,60,100,1,0),(61984,142141,0,1,1,2422.45,-1717.29,107.66,-0.837757,0,0,0,1,60,100,1,0),(61985,142141,0,1,1,1728.19,-2407.51,60.5032,-0.890117,0,0,0,1,60,100,1,0),(61988,142141,0,1,1,1270.88,-1507.6,58.8005,2.1293,0,0,0,1,60,100,1,0),(61989,142141,0,1,1,1552.86,-1768.98,61.8234,-1.95477,0,0,0,1,60,100,1,0),(61994,142141,0,1,1,1543.4,-1647.88,69.2486,-1.27409,0,0,0,1,60,100,1,0),(62002,142141,0,1,1,2701.97,-1895.5,68.079,0.715585,0,0,0,1,60,100,1,0),(62003,142141,0,1,1,1607.96,-2178.57,55.0344,1.0821,0,0,0,1,60,100,1,0),(62028,142141,0,1,1,2929.91,-4735.68,91.4919,-1.81514,0,0,0,1,60,100,1,0),(62032,142141,0,1,1,2878.18,-1533.28,145.203,-1.71042,0,0,0,1,60,100,1,0),(62177,142141,0,1,1,2009.31,-1584.37,59.8575,-2.68781,0,0,0,1,60,100,1,0),(62178,142141,0,1,1,1499.3,-3183.54,111.201,0.453785,0,0,0,1,60,100,1,0),(62202,142141,0,1,1,1455.01,-1599.38,67.2372,-2.35619,0,0,0,1,60,100,1,0),(62210,142141,0,1,1,2703.26,-4790.44,79.8637,1.13446,0,0,0,1,60,100,1,0),(62277,142141,0,1,1,1570.34,-1310.87,63.0546,2.42601,0,0,0,1,60,100,1,0),(62289,142141,0,1,1,1922.05,-1480.68,61.1334,-2.37364,0,0,0,1,60,100,1,0),(62291,142141,0,1,1,1986,-4740.94,97.6036,-2.04204,0,0,0,1,60,100,1,0),(62292,142142,1,1,1,2955.92,-5749.22,131.122,-3.12412,0,0,0,1,60,100,1,0),(62293,142142,0,1,1,2748.89,-1676.89,130.522,-0.837757,0,0,0,1,60,100,1,0),(62294,142142,0,1,1,2817.25,-4655.78,88.8269,-1.44862,0,0,0,1,60,100,1,0),(62295,142142,0,1,1,2301.46,-1686.57,100.712,-0.349065,0,0,0,1,60,100,1,0),(62297,142142,0,1,1,2077.56,-1851.23,63.6229,-1.74533,0,0,0,1,60,100,1,0),(62298,142142,0,1,1,2753.51,-3487.63,104.729,2.65289,0,0,0,1,60,100,1,0),(62345,142142,0,1,1,1918.27,-2175.42,75.8794,-1.0472,0,0,0,1,60,100,1,0),(62347,142142,0,1,1,1975.75,-2324.23,59.4981,2.94959,0,0,0,1,60,100,1,0),(62349,142142,0,1,1,1835.37,-2031.33,74.847,-2.96704,0,0,0,1,60,100,1,0),(62351,142142,0,1,1,3052.8,-2893.76,109.784,2.3911,0,0,0,1,60,100,1,0),(62357,142142,0,1,1,-11582.6,-3341.9,8.51584,-0.279252,0,0,0,1,60,100,1,0),(62360,142142,0,1,1,2101.91,-4440.85,73.8504,1.90241,0,0,0,1,60,100,1,0),(62365,142142,0,1,1,1846.9,-3946.46,125.684,-3.05433,0,0,0,1,60,100,1,0),(62367,142142,0,1,1,2745.93,-4982.16,91.3381,1.16937,0,0,0,1,60,100,1,0),(62372,142142,0,1,1,2526.7,-1955.44,99.2084,-2.75761,0,0,0,1,60,100,1,0),(62459,142142,1,1,1,2384.05,-6489.01,102.738,1.71042,0,0,0,1,60,100,1,0),(62460,142142,0,1,1,1799.01,-1646.22,60.0723,1.23918,0,0,0,1,60,100,1,0),(62461,142143,349,1,1,209.111,-181.189,-131.517,-1.16937,0,0,0,1,86400,100,1,0),(62470,142143,349,1,1,-89.0383,-389.406,-189.896,-1.85005,0,0,0,1,86400,100,1,0),(62471,142143,349,1,1,308.052,-88.2435,-131.01,0.942477,0,0,0,1,86400,100,1,0),(71504,2040,0,1,1,-11479,-3273,13.183,3.098,0,0,0,0,900,255,1,0),(62599,142143,0,1,1,-9907.82,-4020.32,21.1241,-0.471238,0,0,0,1,60,100,1,0),(62606,142143,0,1,1,-10189.2,-2615.33,28.1262,-0.820303,0,0,0,1,60,100,1,0),(62626,142143,0,1,1,-10334.2,-3147.92,18.8815,-0.314158,0,0,0,1,60,100,1,0),(62645,142143,0,1,1,-10095.6,-3478.14,19.7837,-0.296705,0,0,0,1,60,100,1,0),(62646,142143,0,1,1,-10744.6,-3949.81,19.419,-1.18682,0,0,0,1,60,100,1,0),(62647,142143,0,1,1,-10171,-3299.99,19.4875,-2.60053,0,0,0,1,60,100,1,0),(62648,142143,0,1,1,-10389.4,-2914.98,20.7448,1.55334,0,0,0,1,60,100,1,0),(62649,142143,0,1,1,-10136.6,-3063.92,21.7756,0.802851,0,0,0,1,60,100,1,0),(62757,142143,0,1,1,-10117.8,-3817.3,19.4778,1.16937,0,0,0,1,60,100,1,0),(62904,142143,0,1,1,-10172.4,-2481.55,26.186,-1.98967,0,0,0,1,60,100,1,0),(62905,142143,0,1,1,-10235.4,-2803.57,20.9111,1.76278,0,0,0,1,60,100,1,0),(62923,142143,0,1,1,-10313.8,-3033.26,19.5618,0.767944,0,0,0,1,60,100,1,0),(62926,142143,0,1,1,-10480.5,-3459.36,20.3456,1.13446,0,0,0,1,60,100,1,0),(71503,2047,0,1,1,-11810,-3080,8.136,6.001,0,0,0,0,900,255,1,0),(62973,142143,0,1,1,-10156.6,-3020.3,19.5942,-0.087266,0,0,0,1,60,100,1,0),(62975,142143,0,1,1,-10214.5,-3286.44,19.6038,-0.628317,0,0,0,1,60,100,1,0),(62978,142143,0,1,1,-10199.6,-3054.29,21.0531,2.40855,0,0,0,1,60,100,1,0),(63051,142143,0,1,1,-10357.6,-2897.18,19.517,1.22173,0,0,0,1,60,100,1,0),(63064,142143,0,1,1,-10357,-3025.39,20.6107,2.77507,0,0,0,1,60,100,1,0),(63110,142143,0,1,1,-10580.5,-2562.1,21.5194,2.21656,0,0,0,1,60,100,1,0),(63111,142143,0,1,1,-10458.4,-2887.71,20.1373,-1.51844,0,0,0,1,60,100,1,0),(63112,142144,349,1,1,937.457,-394.879,-50.2743,1.5708,0,0,0,1,86400,100,1,0),(63135,142144,349,1,1,640.385,-101.812,-56.1699,0.977383,0,0,0,1,86400,100,1,0),(63136,142144,349,1,1,992.133,-1.21648,-62.5453,-0.349065,0,0,0,1,86400,100,1,0),(63137,142144,349,1,1,525.289,230.219,-94.0493,-1.32645,0,0,0,1,86400,100,1,0),(63146,142144,349,1,1,677.736,-382.136,-52.0194,-1.58825,0,0,0,1,86400,100,1,0),(63147,142144,349,1,1,828.923,-370.214,-58.7417,2.74016,0,0,0,1,86400,100,1,0),(63148,142144,1,1,1,-1255.65,2933.59,74.1313,2.05949,0,0,0,1,2700,100,1,0),(63149,142144,0,1,1,339.986,-3752.52,107.354,-1.69297,0,0,0,1,60,100,1,0),(63150,142144,530,1,1,-1222.86,5856.31,5.0028,-2.32129,0,0,0,1,60,100,1,0),(63151,142144,530,1,1,-1186.61,5740.94,52.2586,2.68781,0,0,0,1,60,100,1,0),(63195,142144,530,1,1,-1324.81,5918.39,12.6736,-2.93214,0,0,0,1,60,100,1,0),(63196,181569,558,1,1,213.983,-2.98043,27.1587,0.663223,0,0,0,1,3600,100,1,0),(63197,181569,557,1,1,-269.036,42.9415,30.2597,-0.436332,0,0,0,1,3600,100,1,0),(63198,181569,547,1,1,0.00864,-186.667,-1.55533,-2.33874,0,0,0,1,3600,100,1,0),(63199,181569,547,1,1,-71.3426,-282.686,-1.4015,0.733038,0,0,0,1,3600,100,1,0),(63200,181569,546,1,1,345.184,-325.914,26.4721,0.314158,0,0,0,1,3600,100,1,0),(63201,181569,530,1,1,-3377.13,2221.39,72.7261,-1.3439,0,0,0,1,3600,100,1,0),(63202,142145,0,1,1,-11373.2,-3043.34,-4.55977,-0.541051,0,0,0,1,60,100,1,0),(63203,181570,530,1,1,-979.852,9013.37,92.2983,-3.08918,0,0,0,1,3600,100,1,0),(63204,181570,530,1,1,-2249.86,8276.44,-27.2816,-1.3439,0,0,0,1,3600,100,1,0),(63205,181570,530,1,1,-978.212,7222.24,-8.4652,0.59341,0,0,0,1,3600,100,1,0),(63206,181570,530,1,1,-2627.49,6438.49,32.5228,0.034906,0,0,0,1,3600,100,1,0),(63207,181570,530,1,1,-2649.67,6814.64,-0.153345,-1.6057,0,0,0,1,3600,100,1,0),(63208,181570,530,1,1,-2989,6560.27,101.515,-2.89724,0,0,0,1,3600,100,1,0),(63209,181570,530,1,1,-2344.85,6280.07,44.8715,-2.33874,0,0,0,1,3600,100,1,0),(63210,181570,530,1,1,-857.544,7144.22,17.4743,-0.750491,0,0,0,1,3600,100,1,0),(63212,324,0,1,1,2185.09,-1871.73,72.2382,2.89724,0,0,0,1,2700,100,1,0),(63214,324,0,1,1,2410.72,-1453.93,110.569,3.01941,0,0,0,1,2700,100,1,0),(74308,1734,0,1,1,2669.38,-4230,86.882,2.375,0,0,0,0,900,255,1,0),(63216,324,0,1,1,2266.57,-1614.03,97.5257,-0.715585,0,0,0,1,2700,100,1,0),(63217,324,0,1,1,1861.01,-1916.53,95.6276,-2.32129,0,0,0,1,2700,100,1,0),(72004,2047,0,1,1,-8078,-2229,157.616,3.976,0,0,0,0,900,255,1,0),(74307,175404,0,1,1,2669.38,-4230,86.882,2.375,0,0,0,0,900,255,1,0),(74306,324,0,1,1,2669.38,-4230,86.882,2.375,0,0,0,0,900,255,1,0),(63222,191303,571,1,1,3605.98,5023.93,10.5646,2.11185,0,0,0,1,60,100,1,0),(63224,191303,571,1,1,3688.52,4500.93,3.55703,1.65806,0,0,0,1,60,100,1,0),(63225,191303,571,1,1,4168.24,4756.61,13.8259,2.84488,0,0,0,1,60,100,1,0),(63226,191303,571,1,1,3479.4,4968.47,14.0565,-2.46091,0,0,0,1,60,100,1,0),(63233,1617,0,1,1,-10004.4,-51.3555,30.7996,-0.052359,0,0,0,1,60,100,1,0),(63234,1617,0,1,1,-9785.19,-1567,41.5241,-1.97222,0,0,0,1,60,100,1,0),(63236,1617,0,1,1,-9490.43,-740.377,60.2324,2.23402,0,0,0,1,60,100,1,0),(63238,1617,0,1,1,-9804.8,1572.55,39.433,-1.88495,0,0,0,1,60,100,1,0),(63239,1617,0,1,1,-9023.61,-1263.65,76.5311,-0.575957,0,0,0,1,60,100,1,0),(63240,1617,0,1,1,-9329.45,-801.189,66.006,-1.6057,0,0,0,1,60,100,1,0),(63241,1617,0,1,1,-9896.43,-96.5821,29.1457,-1.16937,0,0,0,1,60,100,1,0),(63242,1617,0,1,1,-11215.1,1846.08,35.4977,-0.645772,0,0,0,1,60,100,1,0),(63243,1617,0,1,1,-10833.7,1991.96,35.7367,-0.610864,0,0,0,1,60,100,1,0),(63244,1617,0,1,1,-9251,-1383.04,81.9087,-2.80997,0,0,0,1,60,100,1,0),(63245,1617,0,1,1,-9757.63,-1501.73,47.7348,0.994837,0,0,0,1,60,100,1,0),(63246,1617,0,1,1,-9787,-297.477,46.8726,-2.09439,0,0,0,1,60,100,1,0),(63247,1617,0,1,1,-9785.34,225.803,44.7786,-0.418879,0,0,0,1,60,100,1,0),(63248,1617,0,1,1,-11255.3,1155.87,89.0312,-1.69297,0,0,0,1,60,100,1,0),(63250,1617,0,1,1,-10009.4,465.371,31.1393,1.25664,0,0,0,1,60,100,1,0),(63251,1617,0,1,1,-9308.64,-208.554,68.0084,0.59341,0,0,0,1,60,100,1,0),(63252,1618,0,1,1,-9748.69,-748.682,41.5984,2.63544,0,0,0,1,60,100,1,0),(63256,1618,0,1,1,-5717.34,-3283.28,308.303,-0.575957,0,0,0,1,60,100,1,0),(63257,1618,0,1,1,-9879.68,-1028.55,30.0751,-0.401425,0,0,0,1,60,100,1,0),(63260,1618,0,1,1,-9738.53,-648.556,43.5726,1.93731,0,0,0,1,60,100,1,0),(63261,1618,0,1,1,-9819.93,-1534.26,38.1285,0.506145,0,0,0,1,60,100,1,0),(63264,1618,0,1,1,-9824.13,-842.282,40.8678,1.64061,0,0,0,1,60,100,1,0),(63265,1618,0,1,1,-9853.78,-952.625,37.3469,-3.03684,0,0,0,1,60,100,1,0),(63266,1618,0,1,1,-9802.5,-386.555,55.1582,3.01941,0,0,0,1,60,100,1,0),(63267,1618,0,1,1,-11136.2,761.5,36.2952,2.00713,0,0,0,1,60,100,1,0),(63268,1618,0,1,1,-9814.99,-562.856,28.7973,1.20428,0,0,0,1,60,100,1,0),(63269,1618,0,1,1,-5605.07,-990.954,393.451,1.72787,0,0,0,1,60,100,1,0),(63271,1618,0,1,1,-5716.99,-1300.76,390.957,-2.65289,0,0,0,1,60,100,1,0),(63272,1618,0,1,1,-5827.05,-481.184,405.621,-0.191985,0,0,0,1,60,100,1,0),(63273,1618,0,1,1,-9681.9,-549.844,49.2377,1.06465,0,0,0,1,60,100,1,0),(63274,1618,0,1,1,2199.56,-92.5553,32.3236,-1.18682,0,0,0,1,60,100,1,0),(63275,1618,0,1,1,2004.82,430.121,36.5727,-2.58308,0,0,0,1,60,100,1,0),(63276,1619,0,1,1,-8964.49,-682.498,87.1403,-2.75761,0,0,0,1,60,100,1,0),(63277,1619,0,1,1,-8728.46,-973.577,99.7805,-3.00195,0,0,0,1,60,100,1,0),(63278,1619,0,1,1,-5469.14,-2707.13,373.47,-0.872664,0,0,0,1,60,100,1,0),(63281,1619,0,1,1,-5630.62,-1352.33,400.876,-0.890117,0,0,0,1,60,100,1,0),(63283,1619,0,1,1,-8753.15,-806.402,100.999,-2.18166,0,0,0,1,60,100,1,0),(63284,1619,0,1,1,-10529.2,2043.47,36.7139,-0.802851,0,0,0,1,60,100,1,0),(63287,1619,0,1,1,-9764.79,-505.546,38.3915,0.383971,0,0,0,1,60,100,1,0),(63288,1619,0,1,1,-9923.33,-223.855,48.9006,2.96704,0,0,0,1,60,100,1,0),(63289,1619,0,1,1,-9761.37,-457.87,41.5615,1.5708,0,0,0,1,60,100,1,0),(63290,1619,0,1,1,-9735.58,-1411.31,57.8482,3.07177,0,0,0,1,60,100,1,0),(63291,1619,0,1,1,-9902.2,-205.827,39.8754,-2.53072,0,0,0,1,60,100,1,0),(63292,1619,0,1,1,-9685,1474.25,44.0197,-2.21656,0,0,0,1,60,100,1,0),(63293,1619,0,1,1,-9910.94,1728.46,30.7695,-1.0472,0,0,0,1,60,100,1,0),(63294,1619,0,1,1,-9699.69,1070.95,24.5274,-2.74016,0,0,0,1,60,100,1,0),(63295,1619,0,1,1,-5768,-1224.3,379.924,1.6057,0,0,0,1,60,100,1,0),(63297,1619,0,1,1,-8993.99,-2544.28,142.519,-1.83259,0,0,0,1,60,100,1,0),(63298,1619,0,1,1,2422.79,-372.752,68.532,1.71042,0,0,0,1,60,100,1,0),(63299,1620,1,1,1,-42.3266,-421.136,-29.0841,-3.08918,0,0,0,1,60,100,1,0),(63300,1620,1,1,1,3633.68,770.675,6.55052,3.07177,0,0,0,1,60,100,1,0),(63305,1620,0,1,1,-10804.1,2060.42,10.0065,2.11185,0,0,0,1,60,100,1,0),(63306,1620,0,1,1,-10380,-916.736,46.281,0.506145,0,0,0,1,60,100,1,0),(63308,1620,0,1,1,-10953.2,255.44,28.4609,1.48353,0,0,0,1,60,100,1,0),(63309,1620,0,1,1,-10147.6,-61.248,29.0283,-2.96704,0,0,0,1,60,100,1,0),(63310,1620,0,1,1,-11040.9,-1344.31,53.8028,-0.645772,0,0,0,1,60,100,1,0),(63311,1620,0,1,1,-11025.7,-145.29,14.9451,-2.79252,0,0,0,1,60,100,1,0),(63313,1620,0,1,1,-10020.2,-883.023,29.7899,2.51327,0,0,0,1,60,100,1,0),(63314,1620,0,1,1,-2713.41,-1618.32,10.448,-3.05433,0,0,0,1,60,100,1,0),(63315,1620,1,1,1,1999.51,-2599.35,93.9171,0.663223,0,0,0,1,60,100,1,0),(63316,1621,1,1,1,830.578,578.432,88.3972,1.41372,0,0,0,1,60,100,1,0),(63317,1621,1,1,1,1475.06,856.463,134.955,0.366518,0,0,0,1,60,100,1,0),(63319,1621,1,1,1,2023.3,-2363.69,91.3253,-2.19912,0,0,0,1,60,100,1,0),(63321,1621,0,1,1,-11052.6,1197.83,44.0466,2.86233,0,0,0,1,60,100,1,0),(63322,1621,0,1,1,-10137.5,1752.56,31.8003,3.03684,0,0,0,1,60,100,1,0),(63323,1621,0,1,1,-10319.7,1886.76,38.4418,0.523598,0,0,0,1,60,100,1,0),(63324,1621,0,1,1,-11254.3,1911.64,36.2096,-0.767944,0,0,0,1,60,100,1,0),(63325,1621,0,1,1,-11211.2,1228.7,90.7387,-2.54818,0,0,0,1,60,100,1,0),(63326,1621,0,1,1,-11056.3,-138.435,23.7818,2.96704,0,0,0,1,60,100,1,0),(63327,1621,0,1,1,-11105.6,-731.904,56.4545,0.820303,0,0,0,1,60,100,1,0),(63328,1621,0,1,1,-10442.3,2009.9,34.8024,-2.00713,0,0,0,1,60,100,1,0),(63331,1621,0,1,1,-10282.3,-948.749,43.6457,-1.39626,0,0,0,1,60,100,1,0),(63332,1621,0,1,1,-11019.6,80.7746,38.6331,2.80997,0,0,0,1,60,100,1,0),(63333,1621,0,1,1,-11081.1,327.136,31.15,1.48353,0,0,0,1,60,100,1,0),(63334,1621,0,1,1,-10386.6,-798.105,52.4095,-2.93214,0,0,0,1,60,100,1,0),(63336,1621,0,1,1,-10685.5,-985.969,70.5648,-1.32645,0,0,0,1,60,100,1,0),(63337,1621,0,1,1,-330.845,-1500.32,66.9755,-0.785397,0,0,0,1,60,100,1,0),(63338,1621,0,1,1,-724.908,-1357.02,67.9433,-1.78023,0,0,0,1,60,100,1,0),(63339,1621,1,1,1,2163.18,-3106.93,110.897,0.104719,0,0,0,1,60,100,1,0),(63341,1622,1,1,1,1530.68,1085.39,163.236,2.82743,0,0,0,1,60,100,1,0),(63342,1622,1,1,1,244.87,358.562,69.6436,3.07177,0,0,0,1,60,100,1,0),(63343,1622,1,1,1,-7.82878,-371.534,1.38996,-3.01941,0,0,0,1,60,100,1,0),(63344,1622,1,1,1,-926.696,1757.49,65.2846,1.16937,0,0,0,1,1800,100,1,0),(63345,1622,1,1,1,759.559,1359.03,0.63534,1.27409,0,0,0,1,60,100,1,0),(63346,1622,0,1,1,-10189.1,-218.919,48.528,1.27409,0,0,0,1,60,100,1,0),(63347,1622,0,1,1,-11307.3,1425.89,94.0528,-1.5708,0,0,0,1,60,100,1,0),(63348,1622,0,1,1,-11209,1943.46,35.8023,-2.35619,0,0,0,1,60,100,1,0),(63349,1622,0,1,1,-10958.3,-47.7831,13.9609,-1.91986,0,0,0,1,60,100,1,0),(63355,1622,0,1,1,-10933.3,-126.225,30.1699,2.75761,0,0,0,1,60,100,1,0),(63356,1622,0,1,1,-10606.9,-1530.92,92.4943,-0.139624,0,0,0,1,60,100,1,0),(63357,1622,0,1,1,-11022.4,-1357.99,51.8596,-0.349065,0,0,0,1,60,100,1,0),(63358,1622,0,1,1,-11095.6,-944.019,64.8161,-0.872664,0,0,0,1,60,100,1,0),(63359,1622,0,1,1,-10776.6,-1383.1,39.0658,-0.261798,0,0,0,1,60,100,1,0),(63360,1622,0,1,1,-11014.1,194.772,27.8686,-2.84488,0,0,0,1,60,100,1,0),(63361,1622,0,1,1,-10831,-564.47,36.8656,0.034906,0,0,0,1,60,100,1,0),(63362,1622,0,1,1,-3831.92,-1310.2,34.3048,-1.0821,0,0,0,1,60,100,1,0),(63364,1622,0,1,1,-574.227,-1478.04,52.4409,0.994837,0,0,0,1,60,100,1,0),(63365,1622,0,1,1,-9175.99,-2392.31,99.8053,-0.296705,0,0,0,1,60,100,1,0),(63366,1622,1,1,1,2688.04,-3632.16,99.4288,-1.74533,0,0,0,1,60,100,1,0),(63368,1622,0,1,1,-3920.28,-1053.16,28.3773,2.70526,0,0,0,1,60,100,1,0),(63369,1623,1,1,1,726.615,1363.71,6.86047,0.925024,0,0,0,1,60,100,1,0),(63370,1623,1,1,1,1171.33,589.286,164.457,-0.767944,0,0,0,1,60,100,1,0),(63371,1623,0,1,1,-11467.9,888.589,65.7861,1.23918,0,0,0,1,60,100,1,0),(63372,1623,0,1,1,-13423.1,-305.521,33.3337,-2.65289,0,0,0,1,60,100,1,0),(63373,1623,0,1,1,-6550.07,-3412.83,283.882,2.35619,0,0,0,1,60,100,1,0),(63374,1623,0,1,1,-10588.8,-702.674,82.2466,2.14675,0,0,0,1,60,100,1,0),(63375,1623,0,1,1,-10537.2,-1533.53,124.838,-2.79252,0,0,0,1,60,100,1,0),(63376,1623,0,1,1,-10760.5,-353.31,95.6839,2.84488,0,0,0,1,60,100,1,0),(63377,1623,0,1,1,-10635.5,-1535.8,102.404,0.488691,0,0,0,1,60,100,1,0),(63378,1623,0,1,1,-13661.5,-56.7511,46.4593,0.733038,0,0,0,1,60,100,1,0),(63379,1623,0,1,1,-11743.4,498.135,72.245,2.3911,0,0,0,1,60,100,1,0),(63380,1623,0,1,1,-11116.7,-1294.3,69.709,-0.366518,0,0,0,1,60,100,1,0),(63381,1623,0,1,1,-10264,-692.957,58.8501,-2.77507,0,0,0,1,60,100,1,0),(63382,1623,0,1,1,-11458.9,382.251,76.9837,0.453785,0,0,0,1,60,100,1,0),(63383,1623,0,1,1,-1431.21,-1182.22,66.7875,2.37364,0,0,0,1,60,100,1,0),(63384,1624,189,1,1,1746.37,1410.68,22.1887,0.226892,0,0,0,1,86400,100,1,0),(63385,1624,1,1,1,932.678,1562.38,-14.8017,1.85005,0,0,0,1,60,100,1,0),(63386,1624,1,1,1,-1155.72,2345.41,91.3485,-1.22173,0,0,0,1,1800,100,1,0),(63388,1624,0,1,1,-6943.05,-3411.7,242.2,2.58308,0,0,0,1,60,100,1,0),(63389,1624,0,1,1,-6948.58,-2952.54,241.874,-2.96704,0,0,0,1,60,100,1,0),(63390,1624,0,1,1,-10628,-49.8506,33.4616,2.37364,0,0,0,1,60,100,1,0),(63391,1624,0,1,1,-11093.2,-866.02,61.4684,1.09956,0,0,0,1,60,100,1,0),(63392,1624,0,1,1,-10544.6,-821.585,53.1926,-2.19912,0,0,0,1,60,100,1,0),(63393,1624,0,1,1,-10525.1,-911.581,46.8991,-0.279252,0,0,0,1,60,100,1,0),(63394,1624,0,1,1,-10257.9,-801.824,44.3731,-2.96704,0,0,0,1,60,100,1,0),(63395,1624,0,1,1,-10098.9,-3126.8,23.5246,0.541051,0,0,0,1,60,100,1,0),(63396,1624,0,1,1,-13038.2,338.762,20.095,-1.8675,0,0,0,1,60,100,1,0),(63398,1624,0,1,1,-9809.94,-3791.36,23.7875,-2.86233,0,0,0,1,60,100,1,0),(63400,1624,0,1,1,-11587.4,375.841,46.8417,0.698132,0,0,0,1,60,100,1,0),(63401,1624,0,1,1,-10570.3,-3629.32,23.0765,-0.488691,0,0,0,1,60,100,1,0),(63402,1624,0,1,1,-13428.5,669.158,9.00704,-1.74533,0,0,0,1,60,100,1,0),(63403,1624,1,1,1,-4961.62,-3774.7,43.3541,-0.139624,0,0,0,1,60,100,1,0),(63404,1624,0,1,1,-10710.7,442.859,41.0738,-2.87979,0,0,0,1,60,100,1,0),(63405,1624,0,1,1,-11801.7,401.433,44.6777,-2.1293,0,0,0,1,60,100,1,0),(63406,1624,1,1,1,-3445.04,-3119.92,39.4034,0.296705,0,0,0,1,60,100,1,0),(63407,1624,0,1,1,1029.87,-311.97,54.6971,-2.46091,0,0,0,1,1800,100,1,0),(63408,1624,0,1,1,-437.022,-322.164,53.886,0.925024,0,0,0,1,60,100,1,0),(63409,1628,189,1,1,1796.03,1417.5,14.4893,-2.68781,0,0,0,1,86400,100,1,0),(63410,1628,1,1,1,-1158.39,2254.16,92.2791,2.56563,0,0,0,1,1800,100,1,0),(63411,1628,0,1,1,-11038.5,-1320,53.6162,0.680677,0,0,0,1,60,100,1,0),(63412,1628,0,1,1,-10971.9,-1321.31,52.3461,2.51327,0,0,0,1,60,100,1,0),(63415,1628,0,1,1,-10539.9,442.972,38.0475,1.22173,0,0,0,1,60,100,1,0),(63419,1628,0,1,1,1602.21,-3239.35,66.8794,-1.81514,0,0,0,1,60,100,1,0),(63420,1628,0,1,1,1619.87,-3271.2,88.1834,-1.41372,0,0,0,1,60,100,1,0),(63421,3724,1,1,1,-415.769,-2054.01,91.667,-1.23918,0,0,0,1,900,100,1,0),(63422,3724,1,1,1,-419.211,-2380.24,91.7137,-2.26892,0,0,0,1,900,100,1,0),(63423,3725,1,1,1,-320.032,-2227.09,96.3361,1.39626,0,0,0,1,900,100,1,0),(63424,3725,1,1,1,549.91,-3523.52,92.9409,0.733038,0,0,0,1,900,100,1,0),(63425,3726,1,1,1,-226.043,-1245.33,93.0938,0.122173,0,0,0,1,900,100,1,0),(63426,3726,1,1,1,-327.506,-1385.88,112.398,0.942477,0,0,0,1,900,100,1,0),(63427,3726,1,1,1,962.542,-3658.51,52.2945,-1.51844,0,0,0,1,900,100,1,0),(63428,3726,1,1,1,538.108,-3613.34,59.7735,2.37364,0,0,0,1,900,100,1,0),(63429,3729,1,1,1,-292.007,-1462.99,91.6702,-2.23402,0,0,0,1,900,100,1,0),(63430,3729,1,1,1,-560.95,-1482.42,92.3816,-3.01941,0,0,0,1,900,100,1,0),(63431,3729,1,1,1,-909.752,-3053.74,92.0618,-1.3439,0,0,0,1,900,100,1,0),(163789,189981,571,1,1,7937.93,1442.64,520.466,2.26892,0,0,0,1,600,255,1,0),(163282,189980,571,1,1,6884.59,645.147,426.572,-0.83776,0,0,0,1,600,255,1,0),(163691,189981,571,1,1,6999.95,849.854,402.02,-0.38397,0,0,0,1,600,255,1,0),(163281,189980,571,1,1,6833.76,2472.19,421.713,0.15708,0,0,0,1,600,255,1,0),(163280,189980,571,1,1,6830.67,762.702,409.857,2.1293,0,0,0,1,600,255,1,0),(63437,189980,571,1,1,4012.23,2581.06,358.498,-0.104719,0,0,0,1,180,100,1,0),(63438,3763,1,1,1,-229.327,-2982.14,92.0946,-2.53072,0,0,0,1,900,100,1,0),(63441,3763,1,1,1,503.881,-3469.48,104.275,-1.76278,0,0,0,1,900,100,1,0),(63442,1731,0,1,1,-11172,1969.6,21.3377,2.3911,0,0,0,1,900,100,1,0),(63443,1731,0,1,1,-11257.2,1054.57,109.002,-0.122173,0,0,0,1,900,100,1,0),(74811,1731,0,1,1,-9799.79,107.987,6.13216,2.53073,0,0,0.953717,0.300706,900,255,1,0),(74810,1731,0,1,1,-9758.44,140.715,21.5286,2.63545,0,0,0.968148,0.25038,900,255,1,0),(75603,1731,0,1,1,-4673.84,-3000.53,320.473,-1.39626,0,0,0.642788,-0.766044,900,255,1,0),(74809,1731,0,1,1,-9723.19,93.0938,48.3514,2.51327,0,0,0.951057,0.309017,900,255,1,0),(74808,1731,0,1,1,-9736.79,87.7491,12.8907,-2.63545,0,0,0.968148,-0.25038,900,255,1,0),(74807,1731,0,1,1,-9763.46,-528.461,39.4358,0.907571,0,0,0.438371,0.898794,900,255,1,0),(63452,1731,0,1,1,-10524.5,1949.69,5.92688,-3.01941,0,0,0,1,900,100,1,0),(63453,1731,0,1,1,-10562.8,2011.39,-6.07262,3.12412,0,0,0,1,900,100,1,0),(63454,1731,1,1,1,56.7158,1562.73,123.846,0.017452,0,0,0,1,900,100,1,0),(73511,1731,0,1,1,-5660.26,178.374,427.587,0.645772,0,0,0.317305,0.948324,900,255,1,0),(63456,3763,1,1,1,682.998,-3525.74,100.477,-0.95993,0,0,0,1,900,100,1,0),(73639,1734,0,1,1,-10717,-587,64.392,2.897,0,0,0,0,900,255,1,0),(74806,1731,0,1,1,-9448.71,-551.097,66.5675,-2.68781,0,0,0.97437,-0.224951,900,255,1,0),(74805,1731,0,1,1,-9248.86,440.654,88.0219,3.00197,0,0,0.997564,0.069757,900,255,1,0),(74804,1731,0,1,1,-9685.88,-1195.68,50.4208,1.02974,0,0,0.492424,0.870356,900,255,1,0),(63461,1731,0,1,1,-9854.38,1380.9,38.568,-2.60053,0,0,0,1,900,100,1,0),(74803,1731,0,1,1,-9652.22,-212.85,50.9247,-0.872665,0,0,0.422618,-0.906308,900,255,1,0),(74802,1731,0,1,1,-9585.05,211.663,50.7004,0.261799,0,0,0.130526,0.991445,900,255,1,0),(73638,1733,0,1,1,-10717,-587,64.392,2.897,0,0,0,0,900,255,1,0),(63466,1731,0,1,1,-10492.3,1913.15,41.5969,-1.67551,0,0,0,1,900,100,1,0),(63467,1731,0,1,1,-11298.1,1636.16,61.5966,0.209439,0,0,0,1,900,100,1,0),(63470,1731,0,1,1,-10544,1994.56,-8.69469,-0.645772,0,0,0,1,900,100,1,0),(73637,1735,0,1,1,-10717,-587,64.392,2.897,0,0,0,0,900,255,1,0),(73636,1732,0,1,1,-10717,-587,64.392,2.897,0,0,0,0,900,255,1,0),(73635,1731,0,1,1,-10717,-587,64.392,2.897,0,0,0,0,900,255,1,0),(73634,1734,0,1,1,-10519.2,677.127,15.6122,2.58308,0,0,0,1,900,255,1,0),(73633,1733,0,1,1,-10519.2,677.127,15.6122,2.58308,0,0,0,1,900,255,1,0),(63478,1731,0,1,1,-2923.04,-1608.39,0.933756,0.925024,0,0,0,1,900,100,1,0),(74801,1731,0,1,1,-9605.88,517.683,42.3721,-1.6057,0,0,0.71934,-0.694658,900,255,1,0),(63481,1731,0,1,1,-3174.07,-1533.11,2.15818,-2.25147,0,0,0,1,900,100,1,0),(63482,1731,0,1,1,-3037.39,-1525.7,0.639823,0.90757,0,0,0,1,900,100,1,0),(63483,1731,1,1,1,4662.22,766.788,30.5175,-2.9845,0,0,0,1,900,100,1,0),(63484,1731,0,1,1,2781.51,-833.163,154.953,2.23402,0,0,0,1,900,100,1,0),(63485,1732,1,1,1,-144.083,-431.061,3.81289,-1.76278,0,0,0,1,900,100,1,0),(63486,1732,0,1,1,-10484.2,1968.27,12.5137,2.56563,0,0,0,1,900,100,1,0),(63487,1732,0,1,1,-11249.5,786.607,49.3313,-2.07694,0,0,0,1,900,100,1,0),(63488,1732,1,1,1,16.5767,1366.56,116.85,1.67551,0,0,0,1,900,100,1,0),(63489,1732,0,1,1,-10488.2,1941.07,10.6379,0.715585,0,0,0,1,900,100,1,0),(63490,1732,0,1,1,-11252,1595.68,34.8681,2.89724,0,0,0,1,900,100,1,0),(73632,1735,0,1,1,-10519.2,677.127,15.6122,2.58308,0,0,0,1,900,255,1,0),(73631,1732,0,1,1,-10519.2,677.127,15.6122,2.58308,0,0,0,1,900,255,1,0),(73630,1731,0,1,1,-10519.2,677.127,15.6122,2.58308,0,0,0,1,900,255,1,0),(73629,1734,0,1,1,-11102,-256,34.241,-1,0,0,0,0,900,255,1,0),(73628,1733,0,1,1,-11102,-256,34.241,-1,0,0,0,0,900,255,1,0),(73627,1735,0,1,1,-11102,-256,34.241,-1,0,0,0,0,900,255,1,0),(73626,1732,0,1,1,-11102,-256,34.241,-1,0,0,0,0,900,255,1,0),(73625,1731,0,1,1,-11102,-256,34.241,-1,0,0,0,0,900,255,1,0),(73624,1734,0,1,1,-10974,73.907,39.412,-1,0,0,0,0,900,255,1,0),(73623,1733,0,1,1,-10974,73.907,39.412,-1,0,0,0,0,900,255,1,0),(68632,1732,0,1,1,-1887.24,-2292.26,61.2686,-0.488692,0,0,0,0,900,255,1,0),(75207,1732,0,1,1,-315.451,-842.828,61.7272,-1.78024,0,0,0.777146,-0.62932,900,255,1,0),(68631,2040,0,1,1,-1887.24,-2292.26,61.2686,-0.488692,0,0,0,0,900,255,1,0),(63507,1733,1,1,1,4216.33,908.175,32.7775,-2.04204,0,0,0,1,2700,100,1,0),(63508,1733,1,1,1,5163.09,716.393,-9.09972,1.67551,0,0,0,1,2700,100,1,0),(73622,1735,0,1,1,-10974,73.907,39.412,-1,0,0,0,0,900,255,1,0),(63510,1733,0,1,1,-10178.6,-2644.38,37.9923,-1.43117,0,0,0,1,2700,100,1,0),(63511,1733,0,1,1,-2372.2,-1556.79,-45.2468,-2.58308,0,0,0,1,2700,100,1,0),(73621,1732,0,1,1,-10974,73.907,39.412,-1,0,0,0,0,900,255,1,0),(70605,1735,0,1,1,-6582,-2753,271.527,6.144,0,0,0,0,900,255,1,0),(63514,1734,1,1,1,-1313.19,2791.93,127.485,0.575957,0,0,0,1,2700,100,1,0),(73620,1731,0,1,1,-10974,73.907,39.412,-1,0,0,0,0,900,255,1,0),(73619,1734,0,1,1,-11125.1,-774.882,59.6363,1.48353,0,0,0,1,900,255,1,0),(68630,1735,0,1,1,-1887.24,-2292.26,61.2686,-0.488692,0,0,0,0,900,255,1,0),(63518,1734,0,1,1,1238.13,-1780.96,68.3152,-0.942477,0,0,0,1,2700,100,1,0),(63519,1734,0,1,1,1387.13,-1723.46,71.8066,-1.01229,0,0,0,1,2700,100,1,0),(63520,1734,0,1,1,-2372.2,-1556.79,-45.2468,-2.58308,0,0,0,1,2700,100,1,0),(63522,1735,0,1,1,-13521.4,646.87,10.4685,0.244346,0,0,0,1,1800,100,1,0),(63523,176583,0,1,1,3395.94,-4870.51,159.395,0.296705,0,0,0,1,60,100,1,0),(63524,1735,1,1,1,-884.113,1800.19,69.0845,-1.74533,0,0,0,1,1800,100,1,0),(63525,1735,1,1,1,-1437.98,2781.71,116.279,0.890117,0,0,0,1,1800,100,1,0),(73618,1733,0,1,1,-11125.1,-774.882,59.6363,1.48353,0,0,0,1,900,255,1,0),(63527,1735,1,1,1,471.83,1693.53,31.8308,-1.67551,0,0,0,1,1800,100,1,0),(73617,1735,0,1,1,-11125.1,-774.882,59.6363,1.48353,0,0,0,1,900,255,1,0),(73616,1732,0,1,1,-11125.1,-774.882,59.6363,1.48353,0,0,0,1,900,255,1,0),(63530,1735,0,1,1,-6662.32,-1800.09,258.574,-1.55334,0,0,0,1,1800,100,1,0),(70604,2047,0,1,1,-6807,-2349,279.901,-3,0,0,0,0,900,255,1,0),(73615,1731,0,1,1,-11125.1,-774.882,59.6363,1.48353,0,0,0,1,900,255,1,0),(73614,1734,0,1,1,-10436,-1012,48.816,-3,0,0,-0.956305,0.292372,900,255,1,0),(63534,176583,530,1,1,22.8646,8272.36,22.9121,3.14159,0,0,0,1,60,100,1,0),(63536,176583,0,1,1,1666.86,-5498.62,99.903,2.42601,0,0,0,1,60,100,1,0),(63537,1735,0,1,1,-10403.8,-2357.67,86.7584,-0.95993,0,0,0,1,1800,100,1,0),(73613,1733,0,1,1,-10436,-1012,48.816,-3,0,0,-0.956305,0.292372,900,255,1,0),(63539,1735,0,1,1,-11822.3,577.765,48.6223,0.90757,0,0,0,1,1800,100,1,0),(63540,1735,0,1,1,-11681.5,317.656,43.8298,-0.418879,0,0,0,1,1800,100,1,0),(63541,1735,0,1,1,-13725.4,346.743,49.9747,0.523598,0,0,0,1,1800,100,1,0),(63542,1735,0,1,1,-13598.4,-379.535,11.0353,1.41372,0,0,0,1,1800,100,1,0),(63543,1735,0,1,1,-13582.2,-201.529,34.3294,-1.44862,0,0,0,1,1800,100,1,0),(63544,1735,0,1,1,-12796.9,-818.581,74.8231,2.65289,0,0,0,1,1800,100,1,0),(63545,1735,0,1,1,-10620.5,-3549.61,36.4316,1.58825,0,0,0,1,1800,100,1,0),(63546,1735,0,1,1,-13404.2,609.748,18.1996,-1.79769,0,0,0,1,1800,100,1,0),(75206,1731,0,1,1,-315.451,-842.828,61.7272,-1.78024,0,0,0.777146,-0.62932,900,255,1,0),(75417,1734,0,1,1,-188.376,-353.486,54.2951,1.0472,0,0,0.5,0.866025,900,255,1,0),(63549,176583,530,1,1,-1248.73,3206.16,54.0366,0.261798,0,0,0,1,60,100,1,0),(73612,1735,0,1,1,-10436,-1012,48.816,-3,0,0,-0.956305,0.292372,900,255,1,0),(68002,1734,0,1,1,533.324,-675,166.534,0.214,0,0,0,0,900,255,1,0),(63554,176583,530,1,1,-184.082,2810.54,25.1664,2.68781,0,0,0,1,60,100,1,0),(75416,2040,0,1,1,-188.376,-353.486,54.2951,1.0472,0,0,0.5,0.866025,900,255,1,0),(63556,176583,530,1,1,546.788,7973.26,22.3447,-1.02974,0,0,0,1,60,100,1,0),(63557,1735,1,1,1,-4381.84,-3001.28,31.054,-3.08918,0,0,0,1,1800,100,1,0),(63558,176583,530,1,1,-1045.42,3293.7,71.7579,-2.72271,0,0,0,1,60,100,1,0),(63559,176583,0,1,1,2957.66,-2888.89,101.571,0.017452,0,0,0,1,60,100,1,0),(63560,176583,0,1,1,605.156,-4074.16,113.456,1.6057,0,0,0,1,60,100,1,0),(63562,176583,530,1,1,-433.285,3074.78,-53.7816,2.67035,0,0,0,1,60,100,1,0),(63563,176583,530,1,1,48.3481,4569.18,61.6221,-2.32129,0,0,0,1,60,100,1,0),(63564,176583,530,1,1,-908.304,3339.05,66.5519,-0.366518,0,0,0,1,60,100,1,0),(63565,176583,530,1,1,-1457.75,3376.69,23.9612,-2.26892,0,0,0,1,60,100,1,0),(63566,176583,530,1,1,345.928,6610.12,23.4638,-1.36136,0,0,0,1,60,100,1,0),(68629,2047,0,1,1,-1849,-1615,45.601,5.866,0,0,0,0,900,255,1,0),(68628,1734,0,1,1,-1849,-1615,45.601,5.866,0,0,0,0,900,255,1,0),(63569,176583,530,1,1,26.5849,7947.14,22.2488,-1.67551,0,0,0,1,60,100,1,0),(63570,176583,1,1,1,3628.94,-5387.71,115.502,-1.48353,0,0,0,1,60,100,1,0),(63571,176583,1,1,1,3525.45,-4839.55,123.035,2.16421,0,0,0,1,60,100,1,0),(63572,176583,530,1,1,85.6934,8099.03,23.3092,1.83259,0,0,0,1,60,100,1,0),(63574,176583,530,1,1,979.957,8274.08,24.0578,1.76278,0,0,0,1,60,100,1,0),(63575,176583,530,1,1,-1139.14,5592.84,56.9752,0.436332,0,0,0,1,60,100,1,0),(63576,176583,530,1,1,-736.906,5502.79,21.9193,-0.052359,0,0,0,1,60,100,1,0),(63577,176583,530,1,1,1071.37,7571.69,22.0917,-2.33874,0,0,0,1,60,100,1,0),(63578,176583,530,1,1,-111.394,8001.06,21.1022,-2.05949,0,0,0,1,60,100,1,0),(63579,176583,530,1,1,-494.506,3600.01,29.0359,2.21656,0,0,0,1,60,100,1,0),(63580,176583,530,1,1,-452.077,3484.92,43.0703,-1.78023,0,0,0,1,60,100,1,0),(63581,176583,530,1,1,-952.004,5942.47,21.2697,-0.314158,0,0,0,1,60,100,1,0),(63582,176583,530,1,1,-834.51,5629.2,22.447,-0.820303,0,0,0,1,60,100,1,0),(63583,176583,530,1,1,881.344,7312.09,22.6463,2.00713,0,0,0,1,60,100,1,0),(63585,176583,530,1,1,-1375.61,3377.39,44.1006,1.18682,0,0,0,1,60,100,1,0),(63586,176583,530,1,1,-1518.88,3468.94,27.0686,-0.715585,0,0,0,1,60,100,1,0),(63587,176583,530,1,1,-1426.27,3204.25,21.1773,3.07177,0,0,0,1,60,100,1,0),(63588,176583,530,1,1,-331.277,1645.99,57.4532,0.506145,0,0,0,1,60,100,1,0),(63589,176583,530,1,1,489.173,2812.77,205.334,-1.18682,0,0,0,1,60,100,1,0),(63590,176583,530,1,1,-1045.32,2122.5,51.8844,-2.46091,0,0,0,1,60,100,1,0),(63591,176583,530,1,1,36.3394,4766.09,57.3899,-2.44346,0,0,0,1,60,100,1,0),(63592,176583,530,1,1,-667.75,3220.27,-0.167495,0.191985,0,0,0,1,60,100,1,0),(63593,176584,1,1,1,2610.61,-5536.26,105.048,-2.74016,0,0,0,1,60,100,1,0),(63594,176584,1,1,1,2903.76,-5402.82,113.29,2.35619,0,0,0,1,60,100,1,0),(63595,176584,530,1,1,-1187.96,2710.75,-4.90954,-1.06465,0,0,0,1,60,100,1,0),(63596,176584,530,1,1,-1004.35,2935.19,3.86591,2.65289,0,0,0,1,60,100,1,0),(63597,176584,530,1,1,-88.6867,1942.2,79.3959,-0.296705,0,0,0,1,60,100,1,0),(63598,176584,530,1,1,-736.062,2964.47,21.3122,-2.11185,0,0,0,1,60,100,1,0),(63599,176584,0,1,1,2778.62,-1485.28,145.787,2.60053,0,0,0,1,60,100,1,0),(63605,176584,0,1,1,2007.94,-4948.45,74.1835,-1.16937,0,0,0,1,60,100,1,0),(63606,176584,0,1,1,2377.23,-4186.74,79.7483,2.46091,0,0,0,1,60,100,1,0),(63608,176584,0,1,1,2080.25,-2486.74,59.6818,0.925024,0,0,0,1,60,100,1,0),(63609,176584,0,1,1,2920.58,-2988.31,107.379,-0.244346,0,0,0,1,60,100,1,0),(63610,176584,530,1,1,-1118.84,3365.98,115.848,0.523598,0,0,0,1,60,100,1,0),(63611,176584,0,1,1,2017.62,-1572.94,60.9312,-1.51844,0,0,0,1,60,100,1,0),(63614,176584,530,1,1,-863.165,4193.71,47.0236,0.610864,0,0,0,1,60,100,1,0),(63615,176584,0,1,1,1773.09,-4107.52,99.4197,1.6057,0,0,0,1,60,100,1,0),(63616,176584,0,1,1,2505.65,-4891.79,77.3231,-0.331611,0,0,0,1,60,100,1,0),(63618,176584,0,1,1,1933.72,-4775.07,97.1779,-0.139624,0,0,0,1,60,100,1,0),(63620,176584,0,1,1,2202.17,-5249.67,81.2344,-2.74016,0,0,0,1,60,100,1,0),(63621,176584,0,1,1,2867.57,-4857.59,99.9184,-1.95477,0,0,0,1,60,100,1,0),(63622,176584,530,1,1,-61.9544,2893.19,33.4421,3.01941,0,0,0,1,60,100,1,0),(63623,176584,0,1,1,2328.65,-4239.03,95.0663,-1.90241,0,0,0,1,60,100,1,0),(63624,176584,0,1,1,3084.88,-4714.11,97.0514,-2.37364,0,0,0,1,60,100,1,0),(63626,176584,0,1,1,2835.95,-1361.33,146.251,2.68781,0,0,0,1,60,100,1,0),(63627,176584,0,1,1,1985.93,-1858.12,69.8165,3.12412,0,0,0,1,60,100,1,0),(63628,176584,0,1,1,2078,-1642.67,63.1557,1.27409,0,0,0,1,60,100,1,0),(63629,176584,1,1,1,2402.95,-6139.04,98.8376,-2.9845,0,0,0,1,60,100,1,0),(63630,176584,530,1,1,-372.913,4640.74,30.7008,-0.366518,0,0,0,1,60,100,1,0),(63631,176584,530,1,1,-346.818,4804.1,18.6518,-0.523598,0,0,0,1,60,100,1,0),(63632,176584,0,1,1,-7887.27,-1978.09,134.917,-2.49582,0,0,0,1,2700,100,1,0),(63633,176584,0,1,1,2282.73,-4875.34,101.072,0.95993,0,0,0,1,60,100,1,0),(63634,176584,0,1,1,2697.22,-4771.53,78.5649,-1.46608,0,0,0,1,60,100,1,0),(63635,176584,0,1,1,1792.39,-2944.86,73.7743,-1.41372,0,0,0,1,60,100,1,0),(63636,176584,0,1,1,1850,-4281.62,86.9686,-2.87979,0,0,0,1,60,100,1,0),(63637,176584,0,1,1,1922.32,-4962.93,76.6725,-2.56563,0,0,0,1,60,100,1,0),(63639,176584,530,1,1,645.318,5300.52,-24.7513,-2.51327,0,0,0,1,60,100,1,0),(63640,176584,530,1,1,-526.154,6033.77,22.0138,2.05949,0,0,0,1,60,100,1,0),(63641,176584,530,1,1,-141.051,7444.92,23.3255,-1.6057,0,0,0,1,60,100,1,0),(63642,176584,530,1,1,364.603,8138.88,23.1626,-2.33874,0,0,0,1,60,100,1,0),(63643,176584,530,1,1,-268.588,7788.8,21.2866,2.49582,0,0,0,1,60,100,1,0),(63644,176584,530,1,1,-751.465,2088.95,26.1755,2.80997,0,0,0,1,60,100,1,0),(63645,176584,530,1,1,-846.303,4089.76,32.9672,2.44346,0,0,0,1,60,100,1,0),(63646,176584,530,1,1,-1090.66,3040.63,16.6848,2.04204,0,0,0,1,60,100,1,0),(63647,176584,530,1,1,-146.11,3708.09,57.396,-1.6057,0,0,0,1,60,100,1,0),(63648,176584,530,1,1,196.289,3946.58,74.8126,1.85005,0,0,0,1,60,100,1,0),(63649,176584,530,1,1,-833.881,3633.48,27.859,-1.51844,0,0,0,1,60,100,1,0),(63650,176584,530,1,1,-148.054,4797.67,28.829,1.39626,0,0,0,1,60,100,1,0),(63651,176584,530,1,1,54.7894,4128.95,65.0947,3.07177,0,0,0,1,60,100,1,0),(63652,176584,530,1,1,-964.292,3165.24,30.2761,-2.16421,0,0,0,1,60,100,1,0),(63653,176586,1,1,1,3197.91,-5175.12,138.237,-0.750491,0,0,0,1,60,100,1,0),(63655,176586,530,1,1,546.538,2846.87,210.402,2.42601,0,0,0,1,60,100,1,0),(63657,176586,0,1,1,1877.12,-5204.1,112.687,0.261798,0,0,0,1,60,100,1,0),(63658,176586,0,1,1,2320,-2046.68,175.221,1.11701,0,0,0,1,60,100,1,0),(63659,176586,530,1,1,326.522,2221.57,116.341,0.506145,0,0,0,1,60,100,1,0),(63660,176586,530,1,1,-1149.05,4075.78,86.7622,-1.39626,0,0,0,1,60,100,1,0),(63661,176586,530,1,1,-1028.52,4101.28,94.4088,-2.02458,0,0,0,1,60,100,1,0),(63662,176586,0,1,1,2223.48,-4782.46,113.655,-1.15192,0,0,0,1,60,100,1,0),(63664,176586,0,1,1,2487.21,-3614.84,188.068,-1.13446,0,0,0,1,60,100,1,0),(63665,176586,0,1,1,1862.28,-1242.78,73.6229,1.01229,0,0,0,1,60,100,1,0),(63666,176586,530,1,1,416.081,3600.06,79.3968,0.785397,0,0,0,1,60,100,1,0),(63667,176586,0,1,1,1980.19,-5361.09,110.172,-0.558504,0,0,0,1,60,100,1,0),(63669,176586,530,1,1,158.511,3640.36,89.3116,-1.98967,0,0,0,1,60,100,1,0),(63670,176586,0,1,1,2577.55,-5107.67,100.779,1.16937,0,0,0,1,60,100,1,0),(63671,176586,0,1,1,2115.36,-5366.65,125.839,2.40855,0,0,0,1,60,100,1,0),(63672,176586,530,1,1,334.63,2515.02,161.64,2.25147,0,0,0,1,60,100,1,0),(63673,176586,530,1,1,-1190.58,2038.75,101.06,-1.79769,0,0,0,1,60,100,1,0),(63674,176586,530,1,1,525.063,2435.26,196.9,-1.309,0,0,0,1,60,100,1,0),(63675,176586,530,1,1,-788.766,3728.18,118.6,-0.663223,0,0,0,1,60,100,1,0),(63676,176586,530,1,1,-936.088,2064.54,82.4635,2.28638,0,0,0,1,60,100,1,0),(63677,176586,530,1,1,-690.874,3979.02,62.8609,-1.74533,0,0,0,1,60,100,1,0),(63678,176586,530,1,1,277.283,3854.94,95.9161,2.53072,0,0,0,1,60,100,1,0),(63679,176586,530,1,1,-632.876,4713.35,81.0672,3.14159,0,0,0,1,60,100,1,0),(63680,176586,530,1,1,-794.998,4003.3,81.0004,2.09439,0,0,0,1,60,100,1,0),(63681,176587,0,1,1,3355.6,-4984.63,159.253,2.04204,0,0,0,1,60,100,1,0),(63683,176587,0,1,1,1890.2,-1756.4,61.7958,2.63544,0,0,0,1,60,100,1,0),(63685,176587,0,1,1,2158.7,-4345.31,75.9694,2.67035,0,0,0,1,60,100,1,0),(63686,176587,0,1,1,1680.81,-3853.04,133.434,0.733038,0,0,0,1,60,100,1,0),(63689,176587,0,1,1,2345.16,-1587.58,109.385,-0.855211,0,0,0,1,60,100,1,0),(63691,176587,0,1,1,2237.28,-1541.57,78.802,1.62316,0,0,0,1,60,100,1,0),(63694,176587,0,1,1,1626.86,-3243.33,85.542,2.00713,0,0,0,1,60,100,1,0),(63696,176587,0,1,1,2350.54,-4982.48,71.2999,-3.08918,0,0,0,1,60,100,1,0),(63697,176587,0,1,1,1834.97,-2172.85,66.8352,-2.33874,0,0,0,1,60,100,1,0),(63699,176587,0,1,1,1707.76,-2348.97,60.3897,-1.6057,0,0,0,1,60,100,1,0),(63701,176587,0,1,1,3120.71,-3058.46,133.354,3.12412,0,0,0,1,60,100,1,0),(63702,176587,0,1,1,2020.2,-3652.82,128.096,2.53072,0,0,0,1,60,100,1,0),(63703,176587,0,1,1,3113.64,-3780.52,130.505,2.79252,0,0,0,1,60,100,1,0),(63704,176587,0,1,1,1810.51,-1249.53,60.7759,-1.69297,0,0,0,1,60,100,1,0),(63706,176587,0,1,1,1600.04,-3050.9,79.4959,-0.95993,0,0,0,1,60,100,1,0),(63708,176587,0,1,1,1887.29,-1580.29,59.4747,-2.426,0,0,0,1,60,100,1,0),(63709,176587,0,1,1,1861.09,-2010.82,83.83,-2.18166,0,0,0,1,60,100,1,0),(63711,176587,0,1,1,1497.6,-1860.78,58.628,2.86233,0,0,0,1,60,100,1,0),(63712,176587,0,1,1,1646.8,-3432.92,136.714,-0.767944,0,0,0,1,60,100,1,0),(63713,176587,0,1,1,1238.8,-2549.02,92.0041,-0.645772,0,0,0,1,60,100,1,0),(63714,176587,0,1,1,1852.03,-3815.96,136.994,1.0821,0,0,0,1,60,100,1,0),(63715,176587,0,1,1,3183.07,-4570.98,108.747,2.21656,0,0,0,1,60,100,1,0),(63716,176587,0,1,1,1649.55,-3722.11,119.535,1.46608,0,0,0,1,60,100,1,0),(63717,176587,0,1,1,2832.67,-4743.53,77.3118,0.471238,0,0,0,1,60,100,1,0),(63718,176587,0,1,1,2716.76,-4691.48,76.8073,0.855211,0,0,0,1,60,100,1,0),(63719,176587,0,1,1,1835.43,-1642.28,60.4431,1.41372,0,0,0,1,60,100,1,0),(63720,176587,0,1,1,1855.35,-4576.7,79.0182,-1.01229,0,0,0,1,60,100,1,0),(63721,176587,0,1,1,1960.5,-5018.98,76.7022,0.663223,0,0,0,1,60,100,1,0),(63722,176587,0,1,1,1769.25,-2311.86,60.0036,-1.41372,0,0,0,1,60,100,1,0),(63723,176587,0,1,1,1711.95,-3935.51,130.9,-1.72787,0,0,0,1,60,100,1,0),(63724,176587,0,1,1,1423.88,-1886.62,59.7396,2.16421,0,0,0,1,60,100,1,0),(63725,176587,0,1,1,1752.43,-1226.08,59.6435,3.00195,0,0,0,1,60,100,1,0),(63726,176587,0,1,1,2815.06,-5441.11,158.186,1.0821,0,0,0,1,60,100,1,0),(63727,176589,0,1,1,1601.52,-3254.44,86.8639,-1.76278,0,0,0,1,60,100,1,0),(63728,176589,0,1,1,2052.08,-4498.23,74.777,-1.76278,0,0,0,1,60,100,1,0),(63729,190169,571,1,1,3731.78,-4056.74,177.658,2.82743,0,0,0,1,60,100,1,0),(63732,190169,571,1,1,5573.2,5829.19,-70.7126,1.88495,0,0,0,1,60,100,1,0),(63733,190169,571,1,1,5512.52,4875.92,-198.065,2.16421,0,0,0,1,60,100,1,0),(63734,190169,571,1,1,5403.35,4893.72,-198.029,1.83259,0,0,0,1,60,100,1,0),(63735,190169,571,1,1,5544.09,4841.76,-197.584,2.93214,0,0,0,1,60,100,1,0),(63736,190169,571,1,1,5663.6,4741.39,-137.923,-1.51844,0,0,0,1,60,100,1,0),(63737,190169,571,1,1,4812.24,4613.73,-67.8196,-0.261798,0,0,0,1,60,100,1,0),(63740,190169,571,1,1,2344.02,-5435.85,249.521,1.88495,0,0,0,1,60,100,1,0),(63742,190169,571,1,1,2353.72,-5504.81,249.646,1.53589,0,0,0,1,60,100,1,0),(63744,190169,571,1,1,5272.87,4771.38,-134.481,1.3439,0,0,0,1,60,100,1,0),(63747,190169,571,1,1,815.805,-4834.87,1.4296,-0.226892,0,0,0,1,60,100,1,0),(63748,190169,571,1,1,4870.57,4425.79,-63.6285,-2.67035,0,0,0,1,60,100,1,0),(63749,190169,571,1,1,4768.09,4597.87,-65.1652,0.750491,0,0,0,1,60,100,1,0),(63750,190169,571,1,1,5100.69,5030.95,-131.753,3.12412,0,0,0,1,60,100,1,0),(63751,190169,571,1,1,5173.99,4916.26,-132.033,2.86233,0,0,0,1,60,100,1,0),(63756,190169,571,1,1,2055.47,-2770.36,0.300643,-1.78023,0,0,0,1,60,100,1,0),(63757,190169,571,1,1,4367.65,-3208.72,309.834,-2.54818,0,0,0,1,60,100,1,0),(63758,190169,571,1,1,3680.61,-2649.35,155.657,-0.785397,0,0,0,1,60,100,1,0),(63759,190169,571,1,1,4093.86,-2166.14,216.471,0.174532,0,0,0,1,60,100,1,0),(63760,190169,571,1,1,3981.46,-2804.48,274.19,1.18682,0,0,0,1,60,100,1,0),(63761,190169,571,1,1,4406.86,-3004.65,308.262,1.39626,0,0,0,1,60,100,1,0),(63762,190169,571,1,1,2216.45,-5457.25,249.383,-2.79252,0,0,0,1,60,100,1,0),(63764,190169,571,1,1,2280.4,-5534.45,249.016,-2.32129,0,0,0,1,60,100,1,0),(63765,190169,571,1,1,872.356,-4625.27,184.942,0.436332,0,0,0,1,60,100,1,0),(63766,190169,571,1,1,866.178,-5006.72,0.466857,-2.19912,0,0,0,1,60,100,1,0),(63767,190169,571,1,1,964.353,-4586.3,183.477,-0.366518,0,0,0,1,60,100,1,0),(63768,190169,571,1,1,4079.68,-1619.64,175.645,1.48353,0,0,0,1,60,100,1,0),(63769,190169,571,1,1,4216.53,-1556.95,155.774,1.95477,0,0,0,1,60,100,1,0),(63770,190169,571,1,1,4173.93,-1922.23,201.225,2.3911,0,0,0,1,60,100,1,0),(63771,190169,571,1,1,1006.28,-5040.45,0.318871,-2.86233,0,0,0,1,60,100,1,0),(63773,190169,571,1,1,3904.26,-2744.6,220.127,-0.977383,0,0,0,1,60,100,1,0),(63774,190169,571,1,1,3966.33,-3956.87,167.25,1.0821,0,0,0,1,60,100,1,0),(63775,190169,571,1,1,3794.29,-4330.64,181.887,-1.18682,0,0,0,1,60,100,1,0),(63776,190169,571,1,1,3827,-3905.1,178.583,-2.33874,0,0,0,1,60,100,1,0),(63777,190169,571,1,1,2075.68,-3369.29,134.549,-1.88495,0,0,0,1,60,100,1,0),(63778,190170,571,1,1,4772.4,-2567.4,232.546,-0.872664,0,0,0,1,60,100,1,0),(63779,190170,571,1,1,5976.38,-2790.71,288.483,0.872664,0,0,0,1,60,100,1,0),(63780,190170,571,1,1,4799.65,-2560.46,223.158,2.07694,0,0,0,1,60,100,1,0),(63781,190170,571,1,1,6212.64,-2593.74,291.123,1.06465,0,0,0,1,60,100,1,0),(63782,190170,571,1,1,5910.23,-2147.99,238.733,1.79769,0,0,0,1,60,100,1,0),(63783,190170,571,1,1,5316.85,-2174.76,240.207,-0.698132,0,0,0,1,60,100,1,0),(63784,190170,571,1,1,5220.43,-2226.74,241.131,-0.680679,0,0,0,1,60,100,1,0),(63787,190170,571,1,1,5504.73,-2815.7,272.036,-0.349065,0,0,0,1,60,100,1,0),(63788,190170,571,1,1,5357.76,-2356.75,288.049,1.11701,0,0,0,1,60,100,1,0),(63789,190170,571,1,1,4824.6,-2153.88,250.056,1.5708,0,0,0,1,60,100,1,0),(63790,190170,571,1,1,4836.74,-1613.3,240.824,-2.33874,0,0,0,1,60,100,1,0),(63791,190170,571,1,1,5148.48,-1930.53,235.713,0.59341,0,0,0,1,60,100,1,0),(63792,190170,571,1,1,5527.38,-2067.14,243.5,0.052359,0,0,0,1,60,100,1,0),(63793,190171,571,1,1,6817.86,1460.06,390.712,-0.575957,0,0,0,1,60,100,1,0),(63794,190171,571,1,1,7274.42,2794.14,399.922,-2.32129,0,0,0,1,60,100,1,0),(63795,190171,571,1,1,6954.76,2576.23,404.558,0.837757,0,0,0,1,60,100,1,0),(63796,190171,571,1,1,7997.29,2529.09,478.747,-1.88495,0,0,0,1,60,100,1,0),(63797,190171,571,1,1,7786.74,3736.05,653.012,-0.698132,0,0,0,1,60,100,1,0),(63798,190171,571,1,1,5806.1,-909.672,269.882,1.37881,0,0,0,1,60,100,1,0),(63799,190172,571,1,1,6848.37,1224.06,280.403,0.261798,0,0,0,1,60,100,1,0),(63800,190172,571,1,1,6836.23,1051.26,295.567,-0.191985,0,0,0,1,60,100,1,0),(63801,190172,571,1,1,6214.81,1782.94,592.07,0.052359,0,0,0,1,60,100,1,0),(63802,190172,571,1,1,6951.88,4197.67,535.653,-1.76278,0,0,0,1,60,100,1,0),(63803,190172,571,1,1,6806.19,3962.21,624.086,1.81514,0,0,0,1,60,100,1,0),(63804,190172,571,1,1,8010.68,2910.12,508.203,-1.02974,0,0,0,1,60,100,1,0),(63805,190172,571,1,1,7568.78,3694.82,623.328,-2.09439,0,0,0,1,60,100,1,0),(63806,190172,571,1,1,8245.93,3243.16,656.015,0.610864,0,0,0,1,60,100,1,0),(63807,190172,571,1,1,7703.42,3685.27,653.098,-2.04204,0,0,0,1,60,100,1,0),(63808,190172,571,1,1,7669.96,3494.04,644.353,-3.08918,0,0,0,1,60,100,1,0),(63809,190172,571,1,1,7772.75,3573.7,664.737,-2.23402,0,0,0,1,60,100,1,0),(63810,190172,571,1,1,7854.73,1784.76,361.798,-0.785397,0,0,0,1,60,100,1,0),(63811,190172,571,1,1,7040.65,2539.09,405.877,0.698132,0,0,0,1,60,100,1,0),(63812,190172,571,1,1,6037.82,197.379,339.773,1.20428,0,0,0,1,60,100,1,0),(63813,190172,571,1,1,6362.6,77.8218,394.364,1.81514,0,0,0,1,60,100,1,0),(63821,190173,571,1,1,3083.19,1107.23,123.952,2.30383,0,0,0,1,60,100,1,0),(63823,190173,571,1,1,3540.65,2103.91,73.4281,1.90241,0,0,0,1,60,100,1,0),(63824,190173,571,1,1,3785.22,2479.98,116.921,-2.75761,0,0,0,1,60,100,1,0),(63836,190173,571,1,1,3057.14,1658.36,152.419,0.314158,0,0,0,1,60,100,1,0),(63837,190173,571,1,1,3159.35,927.438,112.554,1.13446,0,0,0,1,60,100,1,0),(63843,190173,571,1,1,3814.96,1178.22,150.206,-0.104719,0,0,0,1,60,100,1,0),(63844,190173,571,1,1,2778.97,-1447.66,47.0646,-0.401425,0,0,0,1,60,100,1,0),(63845,190173,571,1,1,4816.93,792.077,164.805,-1.51844,0,0,0,1,60,100,1,0),(63850,190173,571,1,1,3015.64,-577.082,100.995,0.59341,0,0,0,1,60,100,1,0),(63853,190173,571,1,1,3386.22,-1249.64,109.058,3.14159,0,0,0,1,60,100,1,0),(63854,190173,571,1,1,3962.2,-1169.46,152.191,2.40855,0,0,0,1,60,100,1,0),(63856,190173,571,1,1,4006.75,-1363.86,152.435,2.63544,0,0,0,1,60,100,1,0),(63857,190173,571,1,1,3366.41,-1181.21,113.432,1.88495,0,0,0,1,60,100,1,0),(63858,190173,571,1,1,3150.18,-888.235,31.6294,-1.18682,0,0,0,1,60,100,1,0),(63859,190173,571,1,1,4093.74,-1013.31,158.562,-0.052359,0,0,0,1,60,100,1,0),(63860,190173,571,1,1,3543.5,2682.39,79.5677,2.21656,0,0,0,1,60,100,1,0),(63861,190173,571,1,1,3723.82,2497.83,109.596,0.645772,0,0,0,1,60,100,1,0),(63863,190173,571,1,1,4810.5,872.729,160.987,2.51327,0,0,0,1,60,100,1,0),(63865,190173,571,1,1,4438.82,-670.53,122.877,1.6057,0,0,0,1,60,100,1,0),(63869,190173,571,1,1,3375.71,1769.06,129.406,-2.14675,0,0,0,1,60,100,1,0),(63871,190173,571,1,1,3221.43,1161.56,135.282,-0.575957,0,0,0,1,60,100,1,0),(63873,190173,571,1,1,3758.72,1157.63,153.404,-1.95477,0,0,0,1,60,100,1,0),(63874,190173,571,1,1,5181.03,1007.7,242.344,2.87979,0,0,0,1,60,100,1,0),(63877,190173,571,1,1,2844.72,1207.19,136.488,-2.9845,0,0,0,1,60,100,1,0),(63878,190173,571,1,1,3120.69,1663.43,152.336,-0.087266,0,0,0,1,60,100,1,0),(63882,190173,571,1,1,2776.79,1578.63,164.74,-1.53589,0,0,0,1,60,100,1,0),(63885,190173,571,1,1,3758.98,1893.01,96.5783,1.51844,0,0,0,1,60,100,1,0),(63886,190173,571,1,1,3335.02,1758.01,135.274,-2.54818,0,0,0,1,60,100,1,0),(63889,190173,571,1,1,3266.26,2303.33,32.0266,0.122173,0,0,0,1,60,100,1,0),(63890,190173,571,1,1,3514.58,2446.24,67.0872,-0.610864,0,0,0,1,60,100,1,0),(63891,190173,571,1,1,3595.97,2224.17,72.5007,-2.00713,0,0,0,1,60,100,1,0),(63892,190173,571,1,1,3356.87,2117.6,61.6723,-1.69297,0,0,0,1,60,100,1,0),(63894,190173,571,1,1,3335.93,1241.24,137.736,-1.95477,0,0,0,1,60,100,1,0),(63896,190173,571,1,1,3731.15,1984.59,88.045,-2.1293,0,0,0,1,60,100,1,0),(63898,190173,571,1,1,3403.95,2269.19,34.6974,1.74533,0,0,0,1,60,100,1,0),(63900,190173,571,1,1,3293.57,2237.69,34.7396,3.08918,0,0,0,1,60,100,1,0),(63901,190173,571,1,1,3304.06,2118.92,74.7964,-0.349065,0,0,0,1,60,100,1,0),(63902,190173,571,1,1,3561.56,1391.47,92.9881,-0.698132,0,0,0,1,60,100,1,0),(63903,190173,571,1,1,3330.7,2079.65,75.3337,-1.309,0,0,0,1,60,100,1,0),(63905,190173,571,1,1,3219.02,846.588,122.132,0.052359,0,0,0,1,60,100,1,0),(63910,190173,571,1,1,4429.01,-935.929,167.325,1.32645,0,0,0,1,60,100,1,0),(63913,190173,571,1,1,3004.88,1120.88,124.685,2.26892,0,0,0,1,60,100,1,0),(63914,190173,571,1,1,3048.5,1732.3,136.428,1.6057,0,0,0,1,60,100,1,0),(63915,190173,571,1,1,3092.93,1209.95,146.79,-2.21656,0,0,0,1,60,100,1,0),(63918,190173,571,1,1,3280.54,1041.73,134.49,3.12412,0,0,0,1,60,100,1,0),(63920,190173,571,1,1,3547.12,2148.35,69.4192,2.07694,0,0,0,1,60,100,1,0),(63921,190173,571,1,1,4839.01,813.602,161.289,2.72271,0,0,0,1,60,100,1,0),(63922,190173,571,1,1,4695.73,-1037.77,168.351,-0.95993,0,0,0,1,60,100,1,0),(63923,190173,571,1,1,3699.52,-1524.05,134.021,-2.21656,0,0,0,1,60,100,1,0),(63925,190173,571,1,1,4257.49,-1196,152.348,-1.23918,0,0,0,1,60,100,1,0),(63926,190173,571,1,1,2910.1,471.962,87.3637,-1.64061,0,0,0,1,60,100,1,0),(63927,190173,571,1,1,3453.44,-1384.2,105.952,2.51327,0,0,0,1,60,100,1,0),(63929,190173,571,1,1,5265.33,1089.27,218.31,1.67551,0,0,0,1,60,100,1,0),(63930,190173,571,1,1,3843.99,2752.65,128.042,2.9845,0,0,0,1,60,100,1,0),(63931,190173,571,1,1,3236.98,890.297,123.033,0.366518,0,0,0,1,60,100,1,0),(63932,190173,571,1,1,2781.75,1173.06,112.826,-0.453785,0,0,0,1,60,100,1,0),(63933,190173,571,1,1,2760.2,-661.721,85.1455,1.20428,0,0,0,1,60,100,1,0),(63934,190173,571,1,1,3447.89,-1438.1,104.653,-1.85005,0,0,0,1,60,100,1,0),(63935,190173,571,1,1,3295.35,-1393.98,100.056,0.331611,0,0,0,1,60,100,1,0),(63936,190173,571,1,1,3414.42,-1538.5,94.1599,2.87979,0,0,0,1,60,100,1,0),(63937,190173,571,1,1,2843.61,988.859,30.3806,-1.0472,0,0,0,1,60,100,1,0),(63938,190173,571,1,1,2995.62,713.734,80.3361,-2.14675,0,0,0,1,60,100,1,0),(63939,190173,571,1,1,3251.41,1155.26,136.565,1.50098,0,0,0,1,60,100,1,0),(63940,190173,571,1,1,3712.01,2699.3,110.15,1.15192,0,0,0,1,60,100,1,0),(63941,190173,571,1,1,3826.51,2513.98,129.794,1.22173,0,0,0,1,60,100,1,0),(63942,190173,571,1,1,4284.89,-1068.2,160.438,0.890117,0,0,0,1,60,100,1,0),(63943,190173,571,1,1,4061.61,-1271.12,131.553,1.27409,0,0,0,1,60,100,1,0),(63944,190173,571,1,1,4353.12,-1354.81,162.23,-0.680679,0,0,0,1,60,100,1,0),(63945,190173,571,1,1,4371.6,-631.227,120.889,-0.680679,0,0,0,1,60,100,1,0),(63946,190173,571,1,1,2879.92,974.115,35.0802,0.506145,0,0,0,1,60,100,1,0),(63947,190173,571,1,1,2816.85,1043.26,32.2251,-1.309,0,0,0,1,60,100,1,0),(63948,190173,571,1,1,3312.71,1264.43,134.266,-2.86233,0,0,0,1,60,100,1,0),(63949,190175,571,1,1,7135.79,-4596.52,451.645,0.628317,0,0,0,1,60,100,1,0),(63950,190175,571,1,1,6183.38,-4349.87,453.641,-2.21656,0,0,0,1,60,100,1,0),(63951,190175,571,1,1,6465.69,-3129.03,388.911,-3.05433,0,0,0,1,60,100,1,0),(63952,190175,571,1,1,6441.69,-2700.69,306.794,-1.11701,0,0,0,1,60,100,1,0),(63953,190175,571,1,1,6368.79,-3509.06,375.688,-2.14675,0,0,0,1,60,100,1,0),(63954,190175,571,1,1,6440.23,-3949.57,471.581,1.309,0,0,0,1,60,100,1,0),(63955,190175,571,1,1,6263.75,-4125.58,447.458,2.61799,0,0,0,1,60,100,1,0),(63956,190175,571,1,1,6910.39,-4477.25,444.569,1.88495,0,0,0,1,60,100,1,0),(63957,190175,571,1,1,6308.05,-4005.3,457.756,1.93731,0,0,0,1,60,100,1,0),(63958,190175,571,1,1,6687.98,-4428.46,441.856,-2.426,0,0,0,1,60,100,1,0),(63959,190175,571,1,1,6483.73,-4269.42,452.891,-0.034906,0,0,0,1,60,100,1,0),(63960,190175,571,1,1,6655.73,-4237.37,457.226,-0.174532,0,0,0,1,60,100,1,0),(63961,190175,571,1,1,6474.66,-4203.88,473.425,2.25147,0,0,0,1,60,100,1,0),(63962,190175,571,1,1,6552.07,-4313.37,452.391,2.89724,0,0,0,1,60,100,1,0),(63963,190175,571,1,1,6540.19,-4614.06,451.907,0.157079,0,0,0,1,60,100,1,0),(63964,190175,571,1,1,5378.38,3322.21,362.531,2.11185,0,0,0,1,60,100,1,0),(63965,2040,349,1,1,225.88,-381.777,-160.314,-0.523598,0,0,0,1,86400,100,1,0),(63966,2040,349,1,1,814.429,-238.968,-74.3798,1.51844,0,0,0,1,86400,100,1,0),(63967,2040,349,1,1,103.565,-257.051,-167.439,-2.47837,0,0,0,1,86400,100,1,0),(63968,2040,349,1,1,719.844,-389.394,-52.0194,-0.191985,0,0,0,1,86400,100,1,0),(63969,2040,349,1,1,-93.9523,-311.759,-170.417,1.23918,0,0,0,1,86400,100,1,0),(63970,2040,1,1,1,-1375.16,2722.34,94.2334,2.86233,0,0,0,1,1800,100,1,0),(63971,2040,1,1,1,-1405.84,2835.96,78.7253,1.48353,0,0,0,1,1800,100,1,0),(63972,2040,1,1,1,663.333,1399.73,21.9571,-1.23918,0,0,0,1,1800,100,1,0),(63973,2040,1,1,1,540.059,1410.33,19.1492,-2.25147,0,0,0,1,1800,100,1,0),(63974,2040,0,1,1,-6599.25,-1432.17,167.379,2.37364,0,0,0,1,1800,100,1,0),(63975,2040,0,1,1,-10375.5,-3730.17,-14.7175,-2.33874,0,0,0,1,1800,100,1,0),(63976,2040,0,1,1,-13214.3,-616.389,4.80742,-0.506145,0,0,0,1,1800,100,1,0),(63977,2040,0,1,1,-12788.7,222.431,18.9157,1.23918,0,0,0,1,1800,100,1,0),(63978,2040,0,1,1,-10068.9,-3040.34,33.9087,2.28638,0,0,0,1,1800,100,1,0),(63979,2040,0,1,1,-12977.2,-542.209,73.2442,1.27409,0,0,0,1,1800,100,1,0),(68627,1733,0,1,1,-1849,-1615,45.601,5.866,0,0,0,0,900,255,1,0),(68626,1732,0,1,1,-1849,-1615,45.601,5.866,0,0,0,0,900,255,1,0),(63988,2040,0,1,1,1163.15,-1867.06,73.9792,0.837757,0,0,0,1,1800,100,1,0),(63989,2040,1,1,1,-4399.6,-3014.34,34.0548,0.802851,0,0,0,1,1800,100,1,0),(63990,2040,1,1,1,-4378.36,-2958.63,27.1648,-2.89724,0,0,0,1,1800,100,1,0),(71502,1734,0,1,1,-11810,-3080,8.136,6.001,0,0,0,0,900,255,1,0),(63992,2040,0,1,1,1264.27,-1297.43,74.5188,0.663223,0,0,0,1,1800,100,1,0),(63994,2040,0,1,1,1387.13,-1723.46,71.8066,-1.01229,0,0,0,1,1800,100,1,0),(63996,2040,0,1,1,2017.45,-1409.1,93.8366,-1.18682,0,0,0,1,1800,100,1,0),(68625,2040,0,1,1,-1849,-1615,45.601,5.866,0,0,0,0,900,255,1,0),(71501,324,0,1,1,-11810,-3080,8.136,6.001,0,0,0,0,900,255,1,0),(71500,2040,0,1,1,-11810,-3080,8.136,6.001,0,0,0,0,900,255,1,0),(64000,2040,0,1,1,1429.4,-1221.99,67.6879,-0.680679,0,0,0,1,1800,100,1,0),(64001,2040,0,1,1,1420.81,-1972.1,69.9208,-1.83259,0,0,0,1,1800,100,1,0),(64002,2041,0,1,1,-11539.7,656.182,60.625,2.04204,0,0,0,1,60,100,1,0),(64003,2041,0,1,1,-13985.5,368.891,29.6164,-0.244346,0,0,0,1,60,100,1,0),(64004,2041,0,1,1,-12059.6,-513.804,11.483,1.18682,0,0,0,1,60,100,1,0),(64005,2041,0,1,1,-13675,599.029,10.4161,-0.488691,0,0,0,1,60,100,1,0),(64006,2041,0,1,1,-12179.3,61.1013,0.958485,0.994837,0,0,0,1,60,100,1,0),(64007,2041,0,1,1,-9924.61,-3873.61,19.4348,-2.68781,0,0,0,1,60,100,1,0),(64008,2041,0,1,1,-10894,-3971.03,20.2261,0.733038,0,0,0,1,60,100,1,0),(64010,2041,0,1,1,-10170.4,-2818.89,19.9475,0.680677,0,0,0,1,60,100,1,0),(64011,2041,0,1,1,-10188.3,-3340.09,19.943,-0.750491,0,0,0,1,60,100,1,0),(64012,2041,0,1,1,-10097,-3010.47,19.1777,-2.28638,0,0,0,1,60,100,1,0),(64014,2041,0,1,1,-2750.8,-1461.47,7.20136,0.715585,0,0,0,1,60,100,1,0),(64015,2041,1,1,1,-4806.29,-3440.59,30.4135,-1.32645,0,0,0,1,60,100,1,0),(64016,2041,1,1,1,-3053.16,-3773.24,30.6329,-1.23918,0,0,0,1,60,100,1,0),(64018,2041,0,1,1,-3147.48,-1439.87,7.53627,2.67035,0,0,0,1,60,100,1,0),(64019,2042,189,1,1,1651.27,-346.265,18.1489,-1.20428,0,0,0,1,86400,100,1,0),(64020,2042,189,1,1,166.831,-253.104,19.0757,-0.593412,0,0,0,1,86400,100,1,0),(64021,2042,1,1,1,-4555.18,-2725.36,40.8813,-0.994837,0,0,0,1,60,100,1,0),(64022,2042,0,1,1,-11669.9,776.653,50.7218,0.95993,0,0,0,1,60,100,1,0),(64023,2042,0,1,1,-11759.6,-784.273,33.6672,-0.855211,0,0,0,1,60,100,1,0),(64025,2042,0,1,1,-11924.6,-177.015,17.2601,2.96704,0,0,0,1,60,100,1,0),(64026,2042,1,1,1,-3109.08,-3700.12,39.3471,-2.72271,0,0,0,1,60,100,1,0),(64027,2043,1,1,1,2967.38,-4074.46,103.338,1.79769,0,0,0,1,60,100,1,0),(64028,2043,0,1,1,-10799.5,-3901.02,21.7152,-2.87979,0,0,0,1,60,100,1,0),(64029,2043,0,1,1,-9919.22,-4132.79,22.7334,0.244346,0,0,0,1,60,100,1,0),(64031,2043,0,1,1,-12004.3,-582.896,14.048,-2.07694,0,0,0,1,60,100,1,0),(64032,2043,0,1,1,-11608.4,-581.081,27.9593,-1.37881,0,0,0,1,60,100,1,0),(64033,2043,0,1,1,-10220.8,-3086.67,22.225,0.750491,0,0,0,1,60,100,1,0),(64034,2043,0,1,1,-13625.3,316.356,44.1129,1.06465,0,0,0,1,60,100,1,0),(64035,2043,0,1,1,-10442.5,-3509.2,23.4964,-0.541051,0,0,0,1,60,100,1,0),(64036,2043,0,1,1,-12841.2,97.749,19.3022,-0.820303,0,0,0,1,60,100,1,0),(64037,2043,0,1,1,-13468.4,345.16,36.1291,0.558504,0,0,0,1,60,100,1,0),(64038,2043,0,1,1,-1256.4,-1633.42,49.7173,-1.23918,0,0,0,1,60,100,1,0),(64039,2043,0,1,1,-10331,-2819.58,24.9289,-1.65806,0,0,0,1,60,100,1,0),(64040,2043,0,1,1,-10338.1,-2849.28,24.6491,2.75761,0,0,0,1,60,100,1,0),(64041,2043,1,1,1,2304.78,-6388.19,117.193,-3.08918,0,0,0,1,60,100,1,0),(64042,2043,1,1,1,-4127.7,-2823.48,39.0979,3.10665,0,0,0,1,60,100,1,0),(64043,2043,1,1,1,-3384.03,-3199.55,36.5296,-2.86233,0,0,0,1,60,100,1,0),(64044,2043,1,1,1,-3316.13,-4017.71,29.0155,0.296705,0,0,0,1,60,100,1,0),(64045,2043,1,1,1,-3531.54,-3056.35,36.5391,0.453785,0,0,0,1,60,100,1,0),(64046,2045,349,1,1,-15.7328,-99.223,-207.312,-0.383971,0,0,0,1,86400,100,1,0),(64047,2045,349,1,1,1.16174,-258.687,-208.415,3.07177,0,0,0,1,86400,100,1,0),(64048,2045,0,1,1,-13138.7,535.828,-26.0268,0.349065,0,0,0,1,60,100,1,0),(64049,2045,1,1,1,5763.34,683.376,-34.9023,0.349065,0,0,0,1,60,100,1,0),(64050,2045,1,1,1,3610.39,897.874,-2.06501,3.00195,0,0,0,1,60,100,1,0),(64051,2045,0,1,1,-12549.2,534.619,-47.1639,-0.855211,0,0,0,1,60,100,1,0),(64053,2045,0,1,1,-3514.47,-597.227,-17.3902,0.610864,0,0,0,1,60,100,1,0),(64054,2045,0,1,1,-14738.2,426.837,-23.7297,-2.18166,0,0,0,1,60,100,1,0),(64055,2045,0,1,1,-2628.22,-1494.79,-10.4608,-2.87979,0,0,0,1,60,100,1,0),(64056,2045,0,1,1,-3346.15,-641.562,-14.7581,-0.453785,0,0,0,1,60,100,1,0),(64057,2045,0,1,1,-13603.6,419.877,-33.2804,2.04204,0,0,0,1,60,100,1,0),(64058,2045,0,1,1,-13887.7,-229.539,-7.185,-1.18682,0,0,0,1,60,100,1,0),(64059,2045,0,1,1,-3812.61,-585.994,-12.5451,-1.64061,0,0,0,1,60,100,1,0),(64060,2045,0,1,1,-14065.4,473.215,-14.4825,0.244346,0,0,0,1,60,100,1,0),(64061,2045,0,1,1,-12617.1,459.617,-57.7316,1.39626,0,0,0,1,60,100,1,0),(64062,2045,0,1,1,-12476.1,573.471,-68.107,0.95993,0,0,0,1,60,100,1,0),(64063,2045,0,1,1,-3612.66,-620.549,-13.8344,0.471238,0,0,0,1,60,100,1,0),(64064,2045,0,1,1,-13659.4,694.493,-16.9346,-3.05433,0,0,0,1,60,100,1,0),(64065,2045,0,1,1,-13897.6,765.022,-21.7174,-1.93731,0,0,0,1,60,100,1,0),(64066,2045,0,1,1,-2517.58,-1485.82,-27.4875,-1.39626,0,0,0,1,60,100,1,0),(64067,2045,0,1,1,1287.22,124.78,-11.3707,-0.034906,0,0,0,1,1800,100,1,0),(64069,2045,1,1,1,4008.57,969.902,-4.52686,1.13446,0,0,0,1,60,100,1,0),(64070,2045,0,1,1,-3756.01,-1219.82,-30.9406,-0.139624,0,0,0,1,60,100,1,0),(64071,2045,1,1,1,2159.04,-3167.43,88.0487,-0.488691,0,0,0,1,60,100,1,0),(64072,2046,189,1,1,944.069,1421.18,18.0233,1.37881,0,0,0,1,86400,100,1,0),(64073,2046,189,1,1,1037.43,1401.24,27.3085,-0.261798,0,0,0,1,86400,100,1,0),(64074,2046,0,1,1,-13804.3,-124.067,25.3866,-0.523598,0,0,0,1,60,100,1,0),(64075,2046,0,1,1,-13655.9,-263.221,8.17556,-0.191985,0,0,0,1,60,100,1,0),(64076,2046,0,1,1,-11003.9,-3980.39,40.4577,1.74533,0,0,0,1,60,100,1,0),(64077,2046,0,1,1,-11684.7,920.657,4.31604,-2.54818,0,0,0,1,60,100,1,0),(64078,2046,0,1,1,-12338.7,-882.249,49.0126,0.925024,0,0,0,1,60,100,1,0),(64079,2046,0,1,1,-13015,-847.127,71.4595,2.60053,0,0,0,1,60,100,1,0),(64080,2046,0,1,1,-12867.8,-742.715,66.5625,-2.63544,0,0,0,1,60,100,1,0),(64081,2046,0,1,1,-10315.6,-2560.88,32.842,-1.62316,0,0,0,1,60,100,1,0),(64082,2046,0,1,1,-10107.6,-2924.88,25.2096,-2.56563,0,0,0,1,60,100,1,0),(64083,2046,0,1,1,-12880.7,-487.855,49.0174,2.37364,0,0,0,1,60,100,1,0),(64084,2046,0,1,1,-12975.2,-572.484,63.2591,-2.04204,0,0,0,1,60,100,1,0),(64085,2046,0,1,1,-12978.1,-737.656,55.4423,-1.81514,0,0,0,1,60,100,1,0),(64086,2046,0,1,1,-12913.3,89.1847,32.6031,1.23918,0,0,0,1,60,100,1,0),(64089,2046,1,1,1,-4297.98,-3019.66,34.9951,2.04204,0,0,0,1,60,100,1,0),(64090,2046,0,1,1,-10613.8,-2827.23,35.4732,-0.872664,0,0,0,1,60,100,1,0),(64091,2046,0,1,1,-1645.62,-1495.3,49.6567,0.453785,0,0,0,1,60,100,1,0),(64092,2046,0,1,1,-1274.86,-1488.95,62.0622,0.680677,0,0,0,1,60,100,1,0),(64093,2046,0,1,1,-1968.88,-2554.31,75.2514,0.802851,0,0,0,1,60,100,1,0),(64094,2046,0,1,1,781.663,-164.077,129.533,0.855211,0,0,0,1,1800,100,1,0),(64095,2047,0,1,1,-13796.6,610.099,43.7884,1.0472,0,0,0,1,1800,100,1,0),(74305,2040,0,1,1,2669.38,-4230,86.882,2.375,0,0,0,0,900,255,1,0),(74304,2047,0,1,1,2528.2,-4356,67.028,3.016,0,0,0,0,900,255,1,0),(64098,2047,0,1,1,1813.05,-2458.89,72.8594,1.53589,0,0,0,1,1800,100,1,0),(64099,2047,1,1,1,2930.96,-4063.48,121.14,-2.26892,0,0,0,1,1800,100,1,0),(164359,184979,530,1,1,-2780.86,2439.46,92.162,1.5708,0,0,0,1,120,255,1,0),(164358,184979,530,1,1,-2749.59,2480.54,92.162,1.58825,0,0,0,1,120,255,1,0),(164357,184979,530,1,1,-2717.29,2449.5,92.162,1.5708,0,0,0,1,120,255,1,0),(164356,184979,530,1,1,-2716.44,2459.64,92.162,1.5708,0,0,0,1,120,255,1,0),(164355,184979,530,1,1,-2779.94,2316.58,92.1619,1.51844,0,0,0,1,120,255,1,0),(164354,184979,530,1,1,-2781.08,2294.76,92.1585,1.51844,0,0,0,1,120,255,1,0),(164353,184979,530,1,1,-2752.94,2340.57,92.1429,1.58825,0,0,0,1,120,255,1,0),(164352,184979,530,1,1,-2781.75,2269.93,92.1345,1.51844,0,0,0,1,120,255,1,0),(164351,184979,530,1,1,-2750.85,2406.1,92.1315,1.5708,0,0,0,1,120,255,1,0),(164350,184979,530,1,1,-2733.24,2428.62,92.1226,1.5708,0,0,0,1,120,255,1,0),(164349,184979,530,1,1,-2752.44,2349.84,92.1186,1.5708,0,0,0,1,120,255,1,0),(164348,184979,530,1,1,-2780.7,2339.66,92.0925,1.51844,0,0,0,1,120,255,1,0),(164347,184979,530,1,1,-2648.44,2550.63,74.9247,1.5708,0,0,0,1,120,255,1,0),(164346,184979,530,1,1,-2680.76,2540.06,74.9247,1.58825,0,0,0,1,120,255,1,0),(164345,184979,530,1,1,-2680.7,2552.48,74.9247,1.58825,0,0,0,1,120,255,1,0),(164344,184979,530,1,1,-2680.42,2595.48,74.9247,1.58825,0,0,0,1,120,255,1,0),(164343,184979,530,1,1,-2680.42,2585.71,74.9247,1.58825,0,0,0,1,120,255,1,0),(164342,184979,530,1,1,-2680.36,2604.46,74.9247,1.58825,0,0,0,1,120,255,1,0),(64119,185233,530,1,1,-2694.46,2630.58,74.6813,0.963157,0,0,0.463179,0.886265,25,100,1,0),(64120,184949,530,1,1,-2698.63,2632.35,74.2567,0.279074,0,0,0.139085,0.990281,25,100,1,0),(64101,188358,571,1,1,4523.94,-3472.9,227.501,-0.802851,0,0,0,1,300,100,1,0),(64121,188358,571,1,1,3386.26,-1805.32,114.166,1.79769,0,0,0,1,300,100,1,0),(64122,188358,571,1,1,4243.98,-2025.08,237.357,1.43117,0,0,0,1,300,100,1,0),(64123,188358,571,1,1,4599.71,-4876.96,48.0632,-0.034906,0,0,0,1,300,100,1,0),(64124,192046,571,1,1,3611.83,5596.91,26.79,2.49582,0,0,0,1,180,100,1,0),(64125,192046,571,1,1,2746.71,5070.88,25.7269,-1.90241,0,0,0,1,180,100,1,0),(64126,192046,571,1,1,4433.62,5366.34,-15.6305,2.63544,0,0,0,1,180,100,1,0),(64127,192046,571,1,1,4451.22,5388.28,-15.6305,2.93214,0,0,0,1,180,100,1,0),(64128,192046,571,1,1,3238.2,4405.11,24.9053,-2.89724,0,0,0,1,180,100,1,0),(64129,192046,571,1,1,3031.91,5076.03,28.7006,1.78023,0,0,0,1,180,100,1,0),(64130,192046,571,1,1,3618.06,5613.43,26.79,-1.50098,0,0,0,1,180,100,1,0),(64131,192046,571,1,1,3594.48,5613.29,26.79,0.767944,0,0,0,1,180,100,1,0),(64132,192048,571,1,1,3101.11,1414.59,148.662,-1.37881,0,0,0,1,180,100,1,0),(64133,192048,571,1,1,3036.86,1528.04,148.662,-0.628317,0,0,0,1,180,100,1,0),(64134,192048,571,1,1,2989.86,1352.46,148.662,0.994837,0,0,0,1,180,100,1,0),(64135,192048,571,1,1,3395.44,-1591.56,80.8306,0.314158,0,0,0,1,180,100,1,0),(64136,192048,571,1,1,3039.36,1450.1,148.662,-0.383971,0,0,0,1,180,100,1,0),(64137,192048,571,1,1,3001.25,1307,148.662,2.60053,0,0,0,1,180,100,1,0),(64138,192048,571,1,1,2993.39,1374.85,148.662,-2.87979,0,0,0,1,180,100,1,0),(64139,192048,571,1,1,3109.57,1354.78,148.662,-2.54818,0,0,0,1,180,100,1,0),(64140,192048,571,1,1,3445.83,-1597.59,80.8306,-0.558504,0,0,0,1,180,100,1,0),(64141,192048,571,1,1,3089.7,-1573.46,13.6423,2.23402,0,0,0,1,180,100,1,0),(64142,192048,571,1,1,3098.29,1454.71,148.662,2.28638,0,0,0,1,180,100,1,0),(64143,192048,571,1,1,3044.39,1292.26,148.662,-1.88495,0,0,0,1,180,100,1,0),(64144,192048,571,1,1,2978.59,1420.27,148.662,0.610864,0,0,0,1,180,100,1,0),(64146,192048,571,1,1,3105.98,-1586.93,13.6423,-1.22173,0,0,0,1,180,100,1,0),(64147,192048,571,1,1,2973.4,1407.6,148.662,2.84488,0,0,0,1,180,100,1,0),(64148,192048,571,1,1,3059.21,1469.56,148.662,-1.71042,0,0,0,1,180,100,1,0),(64149,192048,571,1,1,3014.9,1296.05,148.662,-1.0821,0,0,0,1,180,100,1,0),(64150,192048,571,1,1,4255.85,-1435.25,149.415,-1.5708,0,0,0,1,180,100,1,0),(64151,192048,571,1,1,3783.31,3028.67,90.0466,-0.698132,0,0,0,1,180,100,1,0),(64152,192048,571,1,1,3735.32,2941.7,90.0466,0.610864,0,0,0,1,180,100,1,0),(64153,192048,571,1,1,3858.06,2925.3,90.0466,-1.36136,0,0,0,1,180,100,1,0),(64154,192048,571,1,1,3768.88,2955.21,90.0466,-1.309,0,0,0,1,180,100,1,0),(64155,192048,571,1,1,4163.24,-1416.74,145.954,3.07177,0,0,0,1,180,100,1,0),(64156,192049,571,1,1,1538.4,-3957.79,114.631,-0.855211,0,0,0,1,180,100,1,0),(64157,192049,571,1,1,971.469,-4613.56,183.174,-1.13446,0,0,0,1,180,100,1,0),(64158,192049,571,1,1,2057.11,-3432.77,134.333,-1.46608,0,0,0,1,180,100,1,0),(64159,192049,571,1,1,2317.6,-5090.4,248.561,1.93731,0,0,0,1,180,100,1,0),(64160,192049,571,1,1,1575.79,-3223.73,0,0.226892,0,0,0,1,180,100,1,0),(64161,192049,571,1,1,2231.38,-5448.48,248.561,0.261798,0,0,0,1,180,100,1,0),(64162,192049,571,1,1,2213.3,-5293.34,248.561,2.79252,0,0,0,1,180,100,1,0),(64163,192049,571,1,1,2344.66,-5035.79,248.561,2.05949,0,0,0,1,180,100,1,0),(64164,192049,571,1,1,756.79,-5009.18,0,-2.86233,0,0,0,1,180,100,1,0),(64165,192049,571,1,1,1645.31,-3842.03,75.8467,-0.069812,0,0,0,1,180,100,1,0),(64166,192049,571,1,1,2337.93,-5448.31,248.561,-0.314158,0,0,0,1,180,100,1,0),(64167,192049,571,1,1,2091.26,-3241.44,54.5463,3.01941,0,0,0,1,180,100,1,0),(64168,192049,571,1,1,1878.88,-4298.24,200.945,2.21656,0,0,0,1,180,100,1,0),(64169,192049,571,1,1,2395.47,-5300.36,248.561,1.16937,0,0,0,1,180,100,1,0),(64170,192049,571,1,1,1546.84,-3154.27,0,-1.53589,0,0,0,1,180,100,1,0),(64171,192049,571,1,1,522.474,-5067.89,0,2.86233,0,0,0,1,180,100,1,0),(64172,192049,571,1,1,697,-5073.45,0,1.74533,0,0,0,1,180,100,1,0),(64173,192049,571,1,1,2007.57,-4280.52,210.878,-0.488691,0,0,0,1,180,100,1,0),(64174,192049,571,1,1,842.09,-5500.64,0.000624,0.680677,0,0,0,1,180,100,1,0),(64175,192049,571,1,1,1045.61,-4632.16,183.174,2.23402,0,0,0,1,180,100,1,0),(64176,192049,571,1,1,1153.45,-4621.33,183.174,-0.052359,0,0,0,1,180,100,1,0),(64177,192049,571,1,1,1618.23,-3649.67,75.8467,1.83259,0,0,0,1,180,100,1,0),(64178,192049,571,1,1,2197.65,-3883.69,217.785,-1.6057,0,0,0,1,180,100,1,0),(64179,192049,571,1,1,2295.67,-3822.08,217.785,2.33874,0,0,0,1,180,100,1,0),(64180,192049,571,1,1,555.597,-5054.02,0,-2.87979,0,0,0,1,180,100,1,0),(64181,192049,571,1,1,537.458,-5072.58,0,-1.69297,0,0,0,1,180,100,1,0),(64182,192049,571,1,1,577.356,-5078.14,0,-1.02974,0,0,0,1,180,100,1,0),(64183,192049,571,1,1,531.822,-5065.35,0,0.628317,0,0,0,1,180,100,1,0),(64184,192049,571,1,1,2378.78,-4088.8,217.785,-2.02458,0,0,0,1,180,100,1,0),(64185,192049,571,1,1,2395.19,-3873.54,217.785,-1.06465,0,0,0,1,180,100,1,0),(64186,192049,571,1,1,1618.96,-3682.6,75.8467,-1.69297,0,0,0,1,180,100,1,0),(64187,192049,571,1,1,877.059,-5519.64,0.000624,-0.174532,0,0,0,1,180,100,1,0),(64188,192049,571,1,1,1906.04,-4449.77,196.69,1.76278,0,0,0,1,180,100,1,0),(64189,192049,571,1,1,1443.63,-4986.42,114.631,-1.23918,0,0,0,1,180,100,1,0),(64190,192049,571,1,1,1516.9,-5071.79,114.631,-2.3911,0,0,0,1,180,100,1,0),(64191,192049,571,1,1,1657.33,-5033.36,114.631,-2.63544,0,0,0,1,180,100,1,0),(64192,192049,571,1,1,2361.77,-5120.46,248.561,-0.401425,0,0,0,1,180,100,1,0),(64193,192049,571,1,1,656.629,-5089.68,0,-1.95477,0,0,0,1,180,100,1,0),(64194,192049,571,1,1,2227.78,-5332.08,248.561,0.244346,0,0,0,1,180,100,1,0),(64195,192049,571,1,1,2326.23,-5160.66,248.561,-2.60053,0,0,0,1,180,100,1,0),(64196,192049,571,1,1,828.854,-5508.41,0.000624,-2.84488,0,0,0,1,180,100,1,0),(64197,192049,571,1,1,544.301,-5062.71,0,-2.00713,0,0,0,1,180,100,1,0),(64198,192049,571,1,1,835.295,-5034.86,0,-1.62316,0,0,0,1,180,100,1,0),(64199,192049,571,1,1,2322.21,-5426.78,248.561,-0.314158,0,0,0,1,180,100,1,0),(64200,192049,571,1,1,2280.94,-5214.97,248.561,-0.279252,0,0,0,1,180,100,1,0),(64201,192049,571,1,1,2373.86,-3816.07,217.785,-1.69297,0,0,0,1,180,100,1,0),(64202,192049,571,1,1,1815.59,-5042.85,171.171,-0.925024,0,0,0,1,180,100,1,0),(64203,192049,571,1,1,921.869,-5024.01,0,-0.506145,0,0,0,1,180,100,1,0),(64204,192049,571,1,1,1158.41,-4681.65,183.174,-0.663223,0,0,0,1,180,100,1,0),(64205,192049,571,1,1,1791.59,-5146.55,172.92,0.628317,0,0,0,1,180,100,1,0),(64206,192049,571,1,1,1209.59,-4579.6,183.174,0.977383,0,0,0,1,180,100,1,0),(64207,192049,571,1,1,1555.33,-5058.23,114.631,-1.41372,0,0,0,1,180,100,1,0),(64208,192049,571,1,1,2237.42,-5466.17,248.561,1.06465,0,0,0,1,180,100,1,0),(64209,192049,571,1,1,1114.74,-4621.63,183.174,-1.32645,0,0,0,1,180,100,1,0),(64210,192049,571,1,1,1590.68,-3261.75,0,-2.84488,0,0,0,1,180,100,1,0),(64211,192050,571,1,1,3702.1,-4350.82,181.038,2.53072,0,0,0,1,180,100,1,0),(64212,192050,571,1,1,3720.43,-3951.72,176.221,-2.75761,0,0,0,1,180,100,1,0),(64213,192050,571,1,1,3339.15,-2655.23,49.2578,-2.3911,0,0,0,1,180,100,1,0),(64214,192050,571,1,1,3721.95,-2651.6,159.848,-2.26892,0,0,0,1,180,100,1,0),(64215,192050,571,1,1,4053.19,-3986.33,165.843,-0.436332,0,0,0,1,180,100,1,0),(64216,192050,571,1,1,4136.69,-1931.6,200.369,0.226892,0,0,0,1,180,100,1,0),(64217,192050,571,1,1,3401.09,-2660.95,49.2578,-1.50098,0,0,0,1,180,100,1,0),(64218,192050,571,1,1,4180.69,-3100.23,271.081,-2.426,0,0,0,1,180,100,1,0),(64219,192050,571,1,1,4390.05,-3140.96,307.419,-1.85005,0,0,0,1,180,100,1,0),(64220,192050,571,1,1,4318.73,-3245.27,307.419,0.069812,0,0,0,1,180,100,1,0),(64221,192050,571,1,1,4286.69,-3288.91,307.419,-1.09956,0,0,0,1,180,100,1,0),(64222,192050,571,1,1,3427.09,-2630.17,49.2578,2.60053,0,0,0,1,180,100,1,0),(64223,192050,571,1,1,3604.16,-2657.26,128.275,0.069812,0,0,0,1,180,100,1,0),(64224,192050,571,1,1,3125.22,-2512.35,49.2578,-2.75761,0,0,0,1,180,100,1,0),(64225,192050,571,1,1,4133.11,-1831.33,199.675,-1.06465,0,0,0,1,180,100,1,0),(64226,192050,571,1,1,3217.97,-2593.38,49.2578,-1.76278,0,0,0,1,180,100,1,0),(64227,192050,571,1,1,4064.59,-2358.95,215.83,0.785397,0,0,0,1,180,100,1,0),(64228,192050,571,1,1,4235.17,-2927.75,276.558,-1.83259,0,0,0,1,180,100,1,0),(64229,192050,571,1,1,4149.57,-2817.85,276.111,0.296705,0,0,0,1,180,100,1,0),(64230,192050,571,1,1,4090.46,-2961.71,271.081,0.471238,0,0,0,1,180,100,1,0),(64231,192050,571,1,1,4014.08,-2897.72,271.081,3.12412,0,0,0,1,180,100,1,0),(64232,192050,571,1,1,4173.76,-1840.97,199.697,2.91469,0,0,0,1,180,100,1,0),(64233,192050,571,1,1,4137.37,-3939.51,165.843,0.872664,0,0,0,1,180,100,1,0),(64234,192050,571,1,1,3549.84,-2654.55,108.592,2.26892,0,0,0,1,180,100,1,0),(64235,192050,571,1,1,4122.07,-3957.04,165.843,-0.017452,0,0,0,1,180,100,1,0),(64236,192050,571,1,1,3912.94,-2734.8,218.702,-2.14675,0,0,0,1,180,100,1,0),(64237,192050,571,1,1,3996.57,-2865.12,271.081,0.872664,0,0,0,1,180,100,1,0),(64238,192050,571,1,1,4100.26,-1634.8,177.089,-3.07177,0,0,0,1,180,100,1,0),(64239,192050,571,1,1,4184.01,-1905.24,199.959,3.05433,0,0,0,1,180,100,1,0),(64240,192050,571,1,1,4155.45,-2863.95,276.558,-1.18682,0,0,0,1,180,100,1,0),(64241,192050,571,1,1,4399.13,-3020.62,307.419,0.244346,0,0,0,1,180,100,1,0),(64242,192050,571,1,1,4416.84,-3201.91,307.419,2.19912,0,0,0,1,180,100,1,0),(64243,192050,571,1,1,4309.62,-3208.97,307.419,-0.017452,0,0,0,1,180,100,1,0),(64244,192050,571,1,1,4336.91,-3125.76,307.419,1.55334,0,0,0,1,180,100,1,0),(64245,192050,571,1,1,4060.7,-3094.42,271.081,1.02974,0,0,0,1,180,100,1,0),(64246,192050,571,1,1,4103.14,-2577.51,215.83,-2.58308,0,0,0,1,180,100,1,0),(64247,192050,571,1,1,4047.19,-2331.02,215.83,-2.77507,0,0,0,1,180,100,1,0),(64248,192050,571,1,1,4141.78,-2715.13,221.06,-2.1293,0,0,0,1,180,100,1,0),(64249,192050,571,1,1,4092.11,-3969.9,165.843,-2.74016,0,0,0,1,180,100,1,0),(64250,192050,571,1,1,3074.71,-2487.9,49.2578,-0.558504,0,0,0,1,180,100,1,0),(64251,192051,571,1,1,2939.62,6909.57,0,-1.27409,0,0,0,1,180,100,1,0),(64252,192051,571,1,1,2940.29,4527.36,0,2.65289,0,0,0,1,180,100,1,0),(64253,192051,571,1,1,3058.53,3590.79,0,2.61799,0,0,0,1,180,100,1,0),(64254,192051,571,1,1,3256.05,6467.65,0,-2.60053,0,0,0,1,180,100,1,0),(64255,192051,571,1,1,1962.56,6202.45,0,-1.58825,0,0,0,1,180,100,1,0),(64256,192051,571,1,1,3029.83,3686.07,0,-1.5708,0,0,0,1,180,100,1,0),(64257,192051,571,1,1,2397.53,5025.86,0,-1.22173,0,0,0,1,180,100,1,0),(64258,192051,571,1,1,4208.97,6148.57,0,-0.645772,0,0,0,1,180,100,1,0),(64259,192051,571,1,1,4310.97,6078.1,0,-0.261798,0,0,0,1,180,100,1,0),(64260,192051,571,1,1,2968.88,4816.13,0,-2.1293,0,0,0,1,180,100,1,0),(64261,192051,571,1,1,4360.88,6126.76,0,-2.00713,0,0,0,1,180,100,1,0),(64262,192051,571,1,1,2831.38,4272.38,0,-1.06465,0,0,0,1,180,100,1,0),(64263,192051,571,1,1,4072.7,5941.2,0,0.017452,0,0,0,1,180,100,1,0),(64264,192051,571,1,1,2922.15,3989.09,0,0.994837,0,0,0,1,180,100,1,0),(64265,192051,571,1,1,3008.48,4807.27,0,2.32129,0,0,0,1,180,100,1,0),(64266,192051,571,1,1,2729.51,6938.33,0,-2.37364,0,0,0,1,180,100,1,0),(64267,192051,571,1,1,3022.99,6839.88,0,0.226892,0,0,0,1,180,100,1,0),(64268,192051,571,1,1,3081.45,3551.11,0,-2.54818,0,0,0,1,180,100,1,0),(64269,192051,571,1,1,2856.88,4093.99,0,3.10665,0,0,0,1,180,100,1,0),(64270,192051,571,1,1,2906.36,4008.47,0,1.43117,0,0,0,1,180,100,1,0),(64271,192052,571,1,1,-205.954,-4670.72,0,3.10665,0,0,0,1,180,100,1,0),(64272,192052,571,1,1,3029.83,3686.07,0,-1.5708,0,0,0,1,180,100,1,0),(64273,192052,571,1,1,3019.36,3618.37,0,-2.79252,0,0,0,1,180,100,1,0),(64274,192052,571,1,1,2906.36,4008.47,0,1.43117,0,0,0,1,180,100,1,0),(64275,192052,571,1,1,2298.34,-2724.11,0,0.034906,0,0,0,1,180,100,1,0),(64276,192052,571,1,1,1629.07,-2984.95,0,2.3911,0,0,0,1,180,100,1,0),(64277,192052,571,1,1,2448.25,-2685.43,0,-1.6057,0,0,0,1,180,100,1,0),(64278,192052,571,1,1,1802.1,-2709.11,0,2.25147,0,0,0,1,180,100,1,0),(64279,192052,571,1,1,63.8184,-3981.1,0,-2.21656,0,0,0,1,180,100,1,0),(64280,192052,571,1,1,-187.205,-3648.24,0,-1.27409,0,0,0,1,180,100,1,0),(64281,192052,571,1,1,3108.23,2576.82,0,-1.48353,0,0,0,1,180,100,1,0),(64282,192052,571,1,1,2622.23,1811.79,0,-2.14675,0,0,0,1,180,100,1,0),(64283,192052,571,1,1,3109.73,2384.18,0,1.46608,0,0,0,1,180,100,1,0),(64284,192052,571,1,1,3133.48,2672.66,0,0.785397,0,0,0,1,180,100,1,0),(64285,192052,571,1,1,3236.91,2938.4,0,-1.74533,0,0,0,1,180,100,1,0),(64286,192052,571,1,1,2727.22,-1666.61,0,1.69297,0,0,0,1,180,100,1,0),(64287,192052,571,1,1,2540.82,-220.202,0,2.00713,0,0,0,1,180,100,1,0),(64288,192052,571,1,1,2574.59,-679.489,0,-1.97222,0,0,0,1,180,100,1,0),(64289,192052,571,1,1,3909.33,-5350.75,0,-0.331611,0,0,0,1,180,100,1,0),(64290,192052,571,1,1,2597.44,-1863.41,0,-2.23402,0,0,0,1,180,100,1,0),(64291,192052,571,1,1,2648.71,-2072.57,0,-2.75761,0,0,0,1,180,100,1,0),(64292,192052,571,1,1,3951.36,5879.05,0,2.93214,0,0,0,1,180,100,1,0),(64293,192052,571,1,1,486.64,-3489.17,0,2.07694,0,0,0,1,180,100,1,0),(64294,192052,571,1,1,221.356,-3157.69,0,2.56563,0,0,0,1,180,100,1,0),(64295,192052,571,1,1,2462.12,-2672.54,0,-2.35619,0,0,0,1,180,100,1,0),(64296,192052,571,1,1,902.553,-2863.4,0,-1.44862,0,0,0,1,180,100,1,0),(64297,192052,571,1,1,333.403,-3375.46,0,-1.01229,0,0,0,1,180,100,1,0),(64298,192052,571,1,1,743.157,-2832.58,0,-2.68781,0,0,0,1,180,100,1,0),(64299,192052,571,1,1,3058.53,3590.79,0,2.61799,0,0,0,1,180,100,1,0),(64300,192052,571,1,1,169.944,-3815.69,0,-2.60053,0,0,0,1,180,100,1,0),(64301,192052,571,1,1,-10.6831,-5912.96,0.000502,-0.314158,0,0,0,1,180,100,1,0),(64302,192052,571,1,1,597.158,-3523.41,0,-2.14675,0,0,0,1,180,100,1,0),(64303,192052,571,1,1,2646.74,-1349.1,0,2.96704,0,0,0,1,180,100,1,0),(64304,192052,571,1,1,142.9,-3348.04,0,-1.18682,0,0,0,1,180,100,1,0),(64305,192052,571,1,1,3268.09,2867.93,0,-1.25664,0,0,0,1,180,100,1,0),(64306,192052,571,1,1,3012.47,2295.39,0,0.314158,0,0,0,1,180,100,1,0),(64307,192052,571,1,1,2644.51,-2045.74,0,-0.890117,0,0,0,1,180,100,1,0),(64308,192052,571,1,1,2682.64,-1725.18,0,1.53589,0,0,0,1,180,100,1,0),(64309,192052,571,1,1,2663.53,-1279.5,0,-2.80997,0,0,0,1,180,100,1,0),(64310,192052,571,1,1,2582.51,1630.99,0,-0.942477,0,0,0,1,180,100,1,0),(64311,192052,571,1,1,2646.12,-1365.84,0,-0.453785,0,0,0,1,180,100,1,0),(64312,192052,571,1,1,2766.7,700.827,0,2.74016,0,0,0,1,180,100,1,0),(64313,192052,571,1,1,3202.96,2695.49,0,-0.837757,0,0,0,1,180,100,1,0),(64314,192052,571,1,1,2609.32,-714.332,0,2.40855,0,0,0,1,180,100,1,0),(64315,192052,571,1,1,3638.75,6070.17,0,1.32645,0,0,0,1,180,100,1,0),(64316,192052,571,1,1,2856.88,4093.99,0,3.10665,0,0,0,1,180,100,1,0),(64317,192052,571,1,1,2922.15,3989.09,0,0.994837,0,0,0,1,180,100,1,0),(64318,192052,571,1,1,1484.51,-2990.25,0,2.80997,0,0,0,1,180,100,1,0),(64319,192052,571,1,1,1653.48,-2848.65,0,2.91469,0,0,0,1,180,100,1,0),(64320,192052,571,1,1,971.098,-3315.3,0,-1.37881,0,0,0,1,180,100,1,0),(64321,192052,571,1,1,2767.87,637.469,0,1.46608,0,0,0,1,180,100,1,0),(64322,192052,571,1,1,2644.24,1764.02,0,1.67551,0,0,0,1,180,100,1,0),(64323,192052,571,1,1,2788.49,605.539,0,2.84488,0,0,0,1,180,100,1,0),(64324,192052,571,1,1,3956.58,-5363.88,0,2.94959,0,0,0,1,180,100,1,0),(64325,192052,571,1,1,2568.31,1195.49,0,-1.06465,0,0,0,1,180,100,1,0),(64326,192052,571,1,1,2747.04,-1110.79,0,-1.6057,0,0,0,1,180,100,1,0),(64327,192052,571,1,1,2599.24,1240.62,0,2.40855,0,0,0,1,180,100,1,0),(64328,192052,571,1,1,2588,-1776.21,0,1.39626,0,0,0,1,180,100,1,0),(64329,192052,571,1,1,2997.33,2056.92,0,-2.33874,0,0,0,1,180,100,1,0),(64330,192052,571,1,1,3190.25,2987.79,0,-1.09956,0,0,0,1,180,100,1,0),(64331,192052,571,1,1,-332.417,-4900.85,0,-3.01941,0,0,0,1,180,100,1,0),(64332,192052,571,1,1,-244.975,-3552.52,0,-0.401425,0,0,0,1,180,100,1,0),(64333,192052,571,1,1,49.9621,-6149.3,0,1.67551,0,0,0,1,180,100,1,0),(64334,192052,571,1,1,1637.6,-2879.61,0,-0.925024,0,0,0,1,180,100,1,0),(64335,192052,571,1,1,4556.66,-5455.49,0,-2.68781,0,0,0,1,180,100,1,0),(64336,192052,571,1,1,2653.4,-1799.01,0,-1.23918,0,0,0,1,180,100,1,0),(64337,192052,571,1,1,1553.26,5712.56,0,0.139624,0,0,0,1,180,100,1,0),(64338,192052,571,1,1,1761.9,6078.47,0,0.122173,0,0,0,1,180,100,1,0),(64339,192052,571,1,1,1516.3,-3025.23,0,-0.855211,0,0,0,1,180,100,1,0),(64340,192052,571,1,1,2526.69,-2605.72,0,-1.5708,0,0,0,1,180,100,1,0),(64341,192052,571,1,1,905.713,-2870.7,0,2.04204,0,0,0,1,180,100,1,0),(64342,192052,571,1,1,2578.35,-1943.46,0,2.75761,0,0,0,1,180,100,1,0),(64343,192052,571,1,1,2663.2,-1644.07,0,-1.15192,0,0,0,1,180,100,1,0),(64344,192052,571,1,1,-427.208,-5178.22,0,-2.3911,0,0,0,1,180,100,1,0),(64345,192052,571,1,1,2094.67,-2615.52,0,1.41372,0,0,0,1,180,100,1,0),(64346,192052,571,1,1,1355.98,-2939.95,0,1.90241,0,0,0,1,180,100,1,0),(64347,192052,571,1,1,264.458,-3353.92,0,1.0472,0,0,0,1,180,100,1,0),(64348,192052,571,1,1,643.208,-2827.58,0,1.48353,0,0,0,1,180,100,1,0),(64349,192052,571,1,1,855.334,-3322.76,0,-1.25664,0,0,0,1,180,100,1,0),(64350,192052,571,1,1,890.617,-2854,0,-2.44346,0,0,0,1,180,100,1,0),(64351,192052,571,1,1,2283.68,-2704.46,0,1.79769,0,0,0,1,180,100,1,0),(64352,192052,571,1,1,607.876,-3685.09,0,-3.12412,0,0,0,1,180,100,1,0),(64353,192052,571,1,1,2506.05,-2622.85,0,2.28638,0,0,0,1,180,100,1,0),(64354,192052,571,1,1,1497.35,-2998.43,0,1.67551,0,0,0,1,180,100,1,0),(64355,192052,571,1,1,162.447,-6236.34,0,2.44346,0,0,0,1,180,100,1,0),(64356,192052,571,1,1,-89.3887,-4394.96,0,-1.13446,0,0,0,1,180,100,1,0),(64357,192052,571,1,1,78.9834,-6370.43,0,-0.628317,0,0,0,1,180,100,1,0),(64358,192052,571,1,1,1090.73,-3279.97,0,-2.30383,0,0,0,1,180,100,1,0),(64359,192052,571,1,1,290.074,-3748.73,0,-0.942477,0,0,0,1,180,100,1,0),(64360,192052,571,1,1,-197.884,-4753.19,0,-0.855211,0,0,0,1,180,100,1,0),(64361,192052,571,1,1,71.1923,-3918.68,0,0.244346,0,0,0,1,180,100,1,0),(64362,192052,571,1,1,-195.269,-5541.26,0,0.95993,0,0,0,1,180,100,1,0),(64363,192052,571,1,1,-403.996,-5036.07,0,2.32129,0,0,0,1,180,100,1,0),(64364,192052,571,1,1,-159.839,-5437.8,0,-2.74016,0,0,0,1,180,100,1,0),(64365,192052,571,1,1,-1.93903,-6022.98,0,2.84488,0,0,0,1,180,100,1,0),(64366,192052,571,1,1,2763.27,-1181.91,0,1.51844,0,0,0,1,180,100,1,0),(64367,192052,571,1,1,1310.43,-2973.93,0,-2.84488,0,0,0,1,180,100,1,0),(64368,192052,571,1,1,2315.28,-2709.49,0,-2.47837,0,0,0,1,180,100,1,0),(64369,192052,571,1,1,1610.98,-3025.71,0,-2.54818,0,0,0,1,180,100,1,0),(64370,192052,571,1,1,1045.61,-3288.25,0,1.55334,0,0,0,1,180,100,1,0),(64371,192052,571,1,1,2801.67,784.41,0,-0.890117,0,0,0,1,180,100,1,0),(64372,192052,571,1,1,2692.52,941.421,0,1.88495,0,0,0,1,180,100,1,0),(64373,192052,571,1,1,2503.55,5007.72,0,0.349065,0,0,0,1,180,100,1,0),(64374,192052,571,1,1,2712.81,844.253,0,-2.89724,0,0,0,1,180,100,1,0),(64375,192052,571,1,1,2518.49,1143.66,0,2.09439,0,0,0,1,180,100,1,0),(64376,192052,571,1,1,2709.39,853.587,0,0.506145,0,0,0,1,180,100,1,0),(64377,192052,571,1,1,2968.88,4816.13,0,-2.1293,0,0,0,1,180,100,1,0),(64378,192052,571,1,1,3103.22,2545.77,0,-0.733038,0,0,0,1,180,100,1,0),(64379,192052,571,1,1,-164.726,-3593.11,0,-1.8675,0,0,0,1,180,100,1,0),(64380,192052,571,1,1,-23.966,-3663.03,0,-1.53589,0,0,0,1,180,100,1,0),(64381,192052,571,1,1,2809.46,576.828,0,0.750491,0,0,0,1,180,100,1,0),(64382,192052,571,1,1,513.03,-3706.17,0,-3.05433,0,0,0,1,180,100,1,0),(64383,192052,571,1,1,71.693,-6271.07,0,-1.23918,0,0,0,1,180,100,1,0),(64384,192052,571,1,1,-239.767,-3474.71,0,-0.279252,0,0,0,1,180,100,1,0),(64385,192052,571,1,1,-25.046,-3302.72,0,1.36136,0,0,0,1,180,100,1,0),(64386,192052,571,1,1,2477.34,1133.13,0,-1.3439,0,0,0,1,180,100,1,0),(64387,192052,571,1,1,3009.44,4746.11,0,-2.70526,0,0,0,1,180,100,1,0),(64388,192052,571,1,1,2752.19,820.77,0,-2.89724,0,0,0,1,180,100,1,0),(64389,192052,571,1,1,2883.53,4010.68,0,2.60053,0,0,0,1,180,100,1,0),(64390,192052,571,1,1,106.294,-3259.75,0,-2.60053,0,0,0,1,180,100,1,0),(64391,192052,571,1,1,705.307,-2823.91,0,1.51844,0,0,0,1,180,100,1,0),(64392,192052,571,1,1,2524.1,-248.082,0,0.157079,0,0,0,1,180,100,1,0),(64393,192052,571,1,1,2584.47,-635.953,0,0.157079,0,0,0,1,180,100,1,0),(64394,192052,571,1,1,2719.99,971.384,0,0.610864,0,0,0,1,180,100,1,0),(64395,192052,571,1,1,2489.54,-447.308,0,2.19912,0,0,0,1,180,100,1,0),(64396,192052,571,1,1,2634.74,-709.406,0,1.01229,0,0,0,1,180,100,1,0),(64397,192052,571,1,1,2612.03,-2162.49,0,-2.89724,0,0,0,1,180,100,1,0),(64398,192052,571,1,1,2993.73,2243.78,0,-1.20428,0,0,0,1,180,100,1,0),(64399,192052,571,1,1,2710.89,-1256.66,0,1.72787,0,0,0,1,180,100,1,0),(64400,192052,571,1,1,449.129,-3438.57,0,-0.191985,0,0,0,1,180,100,1,0),(64401,192052,571,1,1,-145.745,-3664.31,0,3.08918,0,0,0,1,180,100,1,0),(64402,192052,571,1,1,2582.44,-1920.23,0,2.82743,0,0,0,1,180,100,1,0),(64403,192052,571,1,1,892.136,-3261.02,0,-0.837757,0,0,0,1,180,100,1,0),(64404,192052,571,1,1,2630.5,1660.46,0,0.052359,0,0,0,1,180,100,1,0),(64405,192052,571,1,1,2607.48,-568.777,0,0.733038,0,0,0,1,180,100,1,0),(64406,192052,571,1,1,3198.78,3143.24,0,0.436332,0,0,0,1,180,100,1,0),(64407,192052,571,1,1,2541.22,-535.269,0,-2.53072,0,0,0,1,180,100,1,0),(64408,192052,571,1,1,2486.02,1236.02,0,-0.366518,0,0,0,1,180,100,1,0),(64409,192052,571,1,1,2553.42,1615.82,0,-0.034906,0,0,0,1,180,100,1,0),(64410,192052,571,1,1,2394.09,1742.41,0,1.41372,0,0,0,1,180,100,1,0),(64411,192052,571,1,1,2407.23,-2701.54,0,0.034906,0,0,0,1,180,100,1,0),(64412,192052,571,1,1,2661.69,-1921.88,0,2.09439,0,0,0,1,180,100,1,0),(64413,192052,571,1,1,2637.01,-1638.17,0,1.25664,0,0,0,1,180,100,1,0),(64414,192052,571,1,1,2677.86,-745.34,0,-1.44862,0,0,0,1,180,100,1,0),(64415,192052,571,1,1,2573.91,-183.107,0,1.6057,0,0,0,1,180,100,1,0),(64416,192052,571,1,1,3113.67,3581.51,0,0.855211,0,0,0,1,180,100,1,0),(64417,192052,571,1,1,2460.48,-346.601,0,-1.58825,0,0,0,1,180,100,1,0),(64418,192052,571,1,1,4196.7,-5225.87,0,-2.70526,0,0,0,1,180,100,1,0),(64419,192052,571,1,1,4275.87,-5147.41,0,0.174532,0,0,0,1,180,100,1,0),(64420,192052,571,1,1,4410.4,-4977.4,0,-0.593412,0,0,0,1,180,100,1,0),(64421,192052,571,1,1,4709.21,-5268.33,0,-0.977383,0,0,0,1,180,100,1,0),(64422,192052,571,1,1,3010.43,3789.44,0,2.23402,0,0,0,1,180,100,1,0),(64423,192052,571,1,1,2562.79,1299.07,0,1.43117,0,0,0,1,180,100,1,0),(64424,192052,571,1,1,2633.97,1702.4,0,1.32645,0,0,0,1,180,100,1,0),(64425,192052,571,1,1,2703.34,-1919.8,0,1.83259,0,0,0,1,180,100,1,0),(64426,192052,571,1,1,4753.12,-5205.79,0,1.88495,0,0,0,1,180,100,1,0),(64427,192052,571,1,1,4302.64,-5056.05,0,1.15192,0,0,0,1,180,100,1,0),(64428,192052,571,1,1,4405.97,-4966.3,0,-1.48353,0,0,0,1,180,100,1,0),(64429,192052,571,1,1,3006.16,4763.55,0,0.872664,0,0,0,1,180,100,1,0),(64430,192052,571,1,1,3008.48,4807.27,0,2.32129,0,0,0,1,180,100,1,0),(64431,192052,571,1,1,2837.15,-877.341,0,-2.00713,0,0,0,1,180,100,1,0),(64432,192053,571,1,1,915.058,-2272.63,0,-2.28638,0,0,0,1,180,100,1,0),(64433,192053,571,1,1,-244.419,-5839.41,0,2.79252,0,0,0,1,180,100,1,0),(64434,192053,571,1,1,2308.41,224.504,0,-3.01941,0,0,0,1,180,100,1,0),(64435,192053,571,1,1,2558.62,3759.74,0,-1.18682,0,0,0,1,180,100,1,0),(64436,192053,571,1,1,2748.5,3867.52,0,-0.802851,0,0,0,1,180,100,1,0),(64437,192053,571,1,1,2696.49,3847.26,0,-1.98967,0,0,0,1,180,100,1,0),(64438,192053,571,1,1,2626.09,3712.71,0,1.71042,0,0,0,1,180,100,1,0),(64439,192053,571,1,1,2671.08,3756.72,0,-1.0821,0,0,0,1,180,100,1,0),(64440,192053,571,1,1,2666.56,3830.04,0,0.139624,0,0,0,1,180,100,1,0),(64441,192053,571,1,1,2702.76,3907.6,0,-0.663223,0,0,0,1,180,100,1,0),(64442,192053,571,1,1,2695.26,3987.86,0,2.09439,0,0,0,1,180,100,1,0),(64443,192053,571,1,1,2595.75,3718.04,0,2.3911,0,0,0,1,180,100,1,0),(64444,192053,571,1,1,2724.42,3894.56,0,-1.27409,0,0,0,1,180,100,1,0),(64445,192053,571,1,1,2653.17,3859.02,0,-1.90241,0,0,0,1,180,100,1,0),(64446,192053,571,1,1,2668.83,3783.88,0,2.18166,0,0,0,1,180,100,1,0),(64447,192053,571,1,1,2406.31,352.849,0,-3.00195,0,0,0,1,180,100,1,0),(64448,192053,571,1,1,2650.54,4023.52,0,-2.84488,0,0,0,1,180,100,1,0),(64449,192053,571,1,1,2684.65,3948.46,0,-0.383971,0,0,0,1,180,100,1,0),(64450,192053,571,1,1,2690.84,3918.42,0,1.71042,0,0,0,1,180,100,1,0),(64451,192053,571,1,1,2656.37,3747.77,0,1.18682,0,0,0,1,180,100,1,0),(64452,192053,571,1,1,2669.19,3814.7,0,-0.750491,0,0,0,1,180,100,1,0),(64453,192053,571,1,1,2684.08,3874,0,-3.08918,0,0,0,1,180,100,1,0),(64454,192053,571,1,1,2658.56,3846.22,0,-1.64061,0,0,0,1,180,100,1,0),(64455,192053,571,1,1,2727.11,3864.42,0,-2.94959,0,0,0,1,180,100,1,0),(64456,192053,571,1,1,2662.3,3994.59,0,-1.62316,0,0,0,1,180,100,1,0),(64457,192053,571,1,1,2693.63,3888.81,0,0.401425,0,0,0,1,180,100,1,0),(64458,192053,571,1,1,2689.16,3839.87,0,-0.575957,0,0,0,1,180,100,1,0),(64459,192053,571,1,1,2667.26,3852.97,0,-2.67035,0,0,0,1,180,100,1,0),(64460,192054,571,1,1,925.246,-2273.78,0,-0.506145,0,0,0,1,180,100,1,0),(64461,192054,571,1,1,2406.31,352.849,0,-3.00195,0,0,0,1,180,100,1,0),(64462,192054,571,1,1,2656.37,3747.77,0,1.18682,0,0,0,1,180,100,1,0),(64463,192054,571,1,1,-239.407,-5939.91,0,1.98967,0,0,0,1,180,100,1,0),(64464,192054,571,1,1,2667.26,3852.97,0,-2.67035,0,0,0,1,180,100,1,0),(64465,192054,571,1,1,2684.65,3948.46,0,-0.383971,0,0,0,1,180,100,1,0),(64466,192054,571,1,1,2671.75,3967.88,0,2.65289,0,0,0,1,180,100,1,0),(64467,192054,571,1,1,2702.76,3907.6,0,-0.663223,0,0,0,1,180,100,1,0),(64468,192054,571,1,1,-246.344,-5860.43,0,1.71042,0,0,0,1,180,100,1,0),(64469,192054,571,1,1,2695.26,3987.86,0,2.09439,0,0,0,1,180,100,1,0),(64470,192054,571,1,1,2684.08,3874,0,-3.08918,0,0,0,1,180,100,1,0),(64471,192054,571,1,1,2738.46,3885.96,0,1.39626,0,0,0,1,180,100,1,0),(64472,192054,571,1,1,2658.56,3846.22,0,-1.64061,0,0,0,1,180,100,1,0),(64473,192054,571,1,1,2674.14,3846.77,0,-0.680679,0,0,0,1,180,100,1,0),(64474,192054,571,1,1,2486.72,3856.51,0,0.890117,0,0,0,1,180,100,1,0),(64475,192054,571,1,1,2727.11,3864.42,0,-2.94959,0,0,0,1,180,100,1,0),(64476,192054,571,1,1,2653.17,3859.02,0,-1.90241,0,0,0,1,180,100,1,0),(64477,192054,571,1,1,2669.19,3814.7,0,-0.750491,0,0,0,1,180,100,1,0),(64478,192054,571,1,1,2724.42,3894.56,0,-1.27409,0,0,0,1,180,100,1,0),(64479,192054,571,1,1,2545.78,3805.58,0,2.19912,0,0,0,1,180,100,1,0),(64480,192054,571,1,1,2689.16,3839.87,0,-0.575957,0,0,0,1,180,100,1,0),(64481,192054,571,1,1,2671.86,3800.69,0,-0.471238,0,0,0,1,180,100,1,0),(64482,192057,571,1,1,5494.16,5287.61,-133.083,1.98967,0,0,0,1,180,100,1,0),(64483,192057,571,1,1,5494.01,5028.13,-133.083,2.35619,0,0,0,1,180,100,1,0),(64484,192057,571,1,1,5553.21,5823.71,-74.2433,0.453785,0,0,0,1,180,100,1,0),(64485,192057,571,1,1,4806.75,4675.5,-69.3905,3.10665,0,0,0,1,180,100,1,0),(64486,192057,571,1,1,5220.29,4804.67,-135.763,-1.51844,0,0,0,1,180,100,1,0),(64487,192057,571,1,1,5426.24,5557.71,-101.307,-1.67551,0,0,0,1,180,100,1,0),(64488,192057,571,1,1,5848.93,4952.96,-138.798,-1.23918,0,0,0,1,180,100,1,0),(64489,192057,571,1,1,5823.05,4851.29,-138.798,1.78023,0,0,0,1,180,100,1,0),(64490,192057,571,1,1,5771.12,4307.16,-113.584,1.95477,0,0,0,1,180,100,1,0),(64491,192057,571,1,1,5448.2,3733.29,-68.9364,0.383971,0,0,0,1,180,100,1,0),(64492,192057,571,1,1,5400.07,4832.68,-198.92,-3.07177,0,0,0,1,180,100,1,0),(64493,192057,571,1,1,5484.3,4865.85,-198.92,-2.3911,0,0,0,1,180,100,1,0),(64494,192057,571,1,1,5392.42,4827.97,-198.92,2.86233,0,0,0,1,180,100,1,0),(64495,192057,571,1,1,5679.59,4404.9,-145.493,-1.58825,0,0,0,1,180,100,1,0),(64496,192057,571,1,1,6142.33,5161.62,-101.038,-2.68781,0,0,0,1,180,100,1,0),(64497,192057,571,1,1,5412.38,3771.16,-68.9364,2.1293,0,0,0,1,180,100,1,0),(64498,192057,571,1,1,5525.69,5932.36,-51.8388,-2.72271,0,0,0,1,180,100,1,0),(64499,192057,571,1,1,6116.48,5397.3,-101.038,1.3439,0,0,0,1,180,100,1,0),(64500,192057,571,1,1,4947.83,4980.78,-109.093,1.43117,0,0,0,1,180,100,1,0),(64501,192057,571,1,1,5131.8,4906.59,-135.546,1.74533,0,0,0,1,180,100,1,0),(64502,192057,571,1,1,5444.47,5254.96,-133.083,-0.820303,0,0,0,1,180,100,1,0),(64503,192057,571,1,1,5518.02,4817.67,-198.92,-1.79769,0,0,0,1,180,100,1,0),(64504,192057,571,1,1,5401.15,4853.24,-198.92,1.72787,0,0,0,1,180,100,1,0),(64505,192057,571,1,1,5261.82,4803.54,-137.781,-2.79252,0,0,0,1,180,100,1,0),(64506,192059,571,1,1,5747.22,764.327,147.409,-2.80997,0,0,0,1,180,100,1,0),(64507,192059,571,1,1,5488.72,297.872,147.409,-0.698132,0,0,0,1,180,100,1,0),(64508,192059,571,1,1,5723.18,737.675,147.409,-1.64061,0,0,0,1,180,100,1,0),(64509,192059,571,1,1,5574.48,438.045,147.409,1.16937,0,0,0,1,180,100,1,0),(64510,192059,571,1,1,5511.95,355.138,147.409,1.53589,0,0,0,1,180,100,1,0),(64511,192059,571,1,1,5656.34,514.695,147.409,2.80997,0,0,0,1,180,100,1,0),(64512,180582,0,1,1,-11117,2055.51,0,0.942477,0,0,0,1,180,100,1,0),(64513,180582,0,1,1,-10942.5,2133.54,0,-1.88495,0,0,0,1,180,100,1,0),(64514,180582,1,1,1,-969.846,-3805.13,0,-0.593412,0,0,0,1,180,100,1,0),(64515,180900,0,1,1,-14678.3,553.845,0,2.54818,0,0,0,1,180,100,1,0),(64516,180901,0,1,1,-13721.4,-320.596,0,3.03684,0,0,0,1,180,100,1,0),(64517,180902,0,1,1,-12829.6,440.834,0,2.75761,0,0,0,1,180,100,1,0),(64518,180902,0,1,1,-13290.2,651.097,0,-2.74016,0,0,0,1,180,100,1,0),(64519,182951,530,1,1,-1047.19,7263.17,32.6575,2.46091,0,0,0,1,180,100,1,0),(64520,182951,530,1,1,-900.335,7292.02,32.6575,0.069812,0,0,0,1,180,100,1,0),(64521,182951,530,1,1,-953.922,7321.22,32.6575,0,0,0,0,1,180,100,1,0),(64522,182951,530,1,1,-1212.71,6941.84,32.6575,-2.23402,0,0,0,1,180,100,1,0),(64523,182951,530,1,1,-1131.89,7100.38,32.6575,0.575957,0,0,0,1,180,100,1,0),(64524,182951,530,1,1,-842.861,7217.62,32.6575,-2.67035,0,0,0,1,180,100,1,0),(64525,182952,530,1,1,549.878,7417.74,18.2676,1.13446,0,0,0,1,180,100,1,0),(64526,182952,530,1,1,251.014,8450.89,18.2676,0.663223,0,0,0,1,180,100,1,0),(64527,182952,530,1,1,481.593,8249.69,18.2676,0.209439,0,0,0,1,180,100,1,0),(64528,182952,530,1,1,447.23,8334.47,18.2676,-2.51327,0,0,0,1,180,100,1,0),(64529,182952,530,1,1,403.149,8546.22,18.3127,1.93731,0,0,0,1,180,100,1,0),(64530,182952,530,1,1,753.496,6805.42,18.2676,-3.03684,0,0,0,1,180,100,1,0),(64531,182952,530,1,1,-84.1098,5846.14,18.2676,2.42601,0,0,0,1,180,100,1,0),(64532,182952,530,1,1,453.7,6451.26,18.2676,0.680677,0,0,0,1,180,100,1,0),(64533,182952,530,1,1,352.065,6668.1,18.2676,-3.05433,0,0,0,1,180,100,1,0),(64534,182952,530,1,1,455.731,7117.47,18.2676,1.18682,0,0,0,1,180,100,1,0),(64535,182952,530,1,1,-719.844,5899.59,18.2966,2.51327,0,0,0,1,180,100,1,0),(64536,182952,530,1,1,263.248,8224.31,18.2676,-3.12412,0,0,0,1,180,100,1,0),(64537,182952,530,1,1,386.974,7137.19,18.2676,2.09439,0,0,0,1,180,100,1,0),(64538,182952,530,1,1,320.849,7180.64,18.2676,-0.488691,0,0,0,1,180,100,1,0),(64539,182952,530,1,1,-562.588,5554.78,18.2966,-2.96704,0,0,0,1,180,100,1,0),(64540,182952,530,1,1,-77.2062,6503.04,18.2676,0.331611,0,0,0,1,180,100,1,0),(64541,182952,530,1,1,-277.578,5576.47,18.3581,-0.104719,0,0,0,1,180,100,1,0),(64542,182953,530,1,1,748.586,6596.62,18.2676,1.37881,0,0,0,1,180,100,1,0),(64543,182953,530,1,1,549.878,7417.74,18.2676,1.13446,0,0,0,1,180,100,1,0),(64544,182953,530,1,1,320.849,7180.64,18.2676,-0.488691,0,0,0,1,180,100,1,0),(64545,182953,530,1,1,809.187,6962.97,18.2676,0.802851,0,0,0,1,180,100,1,0),(64546,182953,530,1,1,381.285,7257.59,18.2676,1.3439,0,0,0,1,180,100,1,0),(64547,182953,530,1,1,326.622,7091.66,18.2676,-2.96704,0,0,0,1,180,100,1,0),(64548,182953,530,1,1,263.248,8224.31,18.2676,-3.12412,0,0,0,1,180,100,1,0),(64549,182953,530,1,1,159.323,8625.3,17.3806,2.11185,0,0,0,1,180,100,1,0),(64550,182953,530,1,1,251.014,8450.89,18.2676,0.663223,0,0,0,1,180,100,1,0),(64551,182953,530,1,1,347.997,6921.48,18.2676,-2.25147,0,0,0,1,180,100,1,0),(64552,182953,530,1,1,741.576,6689.71,18.2676,0.122173,0,0,0,1,180,100,1,0),(64553,182953,530,1,1,778.549,6876.93,18.2676,-1.43117,0,0,0,1,180,100,1,0),(64554,182953,530,1,1,386.974,7137.19,18.2676,2.09439,0,0,0,1,180,100,1,0),(64555,182953,530,1,1,455.731,7117.47,18.2676,1.18682,0,0,0,1,180,100,1,0),(64556,182953,530,1,1,650.323,6491.09,18.2676,-1.5708,0,0,0,1,180,100,1,0),(64557,182953,530,1,1,-274.173,6424.89,18.2676,-1.46608,0,0,0,1,180,100,1,0),(64558,182953,530,1,1,-208.454,6356.56,18.2676,1.69297,0,0,0,1,180,100,1,0),(64559,182953,530,1,1,535.553,6389.43,18.2676,-1.37881,0,0,0,1,180,100,1,0),(64560,182953,530,1,1,588.115,6409.58,18.2676,1.79769,0,0,0,1,180,100,1,0),(64561,182953,530,1,1,336.625,6937.56,18.2676,1.65806,0,0,0,1,180,100,1,0),(64562,182953,530,1,1,374.598,6556,18.2676,1.09956,0,0,0,1,180,100,1,0),(64563,182953,530,1,1,348.484,6748.23,18.2676,0.122173,0,0,0,1,180,100,1,0),(64564,182953,530,1,1,352.065,6668.1,18.2676,-3.05433,0,0,0,1,180,100,1,0),(64565,182953,530,1,1,474.304,6630.67,18.2676,-0.767944,0,0,0,1,180,100,1,0),(64566,182953,530,1,1,-151.762,5911.91,18.2676,-1.93731,0,0,0,1,180,100,1,0),(64567,182953,530,1,1,752.082,7086.81,18.2676,-2.91469,0,0,0,1,180,100,1,0),(64568,182953,530,1,1,-841.026,5810.15,18.2966,-1.76278,0,0,0,1,180,100,1,0),(64569,182953,530,1,1,-277.578,5576.47,18.3581,-0.104719,0,0,0,1,180,100,1,0),(64570,182953,530,1,1,453.7,6451.26,18.2676,0.680677,0,0,0,1,180,100,1,0),(64571,182953,530,1,1,-235.624,5767.12,18.3581,-2.58308,0,0,0,1,180,100,1,0),(64572,182953,530,1,1,-643.554,5853.83,18.2966,-0.715585,0,0,0,1,180,100,1,0),(64573,182953,530,1,1,-605.61,5821.73,18.2966,0.296705,0,0,0,1,180,100,1,0),(64574,182953,530,1,1,-666.672,5908.41,18.2966,-2.9845,0,0,0,1,180,100,1,0),(64575,182953,530,1,1,-84.1098,5846.14,18.2676,2.42601,0,0,0,1,180,100,1,0),(64576,182953,530,1,1,711.134,7297.05,18.2676,1.69297,0,0,0,1,180,100,1,0),(64577,182953,530,1,1,-777.279,5899.57,18.2966,-1.0821,0,0,0,1,180,100,1,0),(64578,182953,530,1,1,-316.94,5549.12,18.3581,-0.157079,0,0,0,1,180,100,1,0),(64579,182954,530,1,1,-2641.66,3380.29,-1.25876,0.767944,0,0,0,1,180,100,1,0),(64580,182954,530,1,1,809.187,6962.97,18.2676,0.802851,0,0,0,1,180,100,1,0),(64581,182954,530,1,1,374.598,6556,18.2676,1.09956,0,0,0,1,180,100,1,0),(64582,182954,530,1,1,-378.474,6526.94,18.2676,-2.49582,0,0,0,1,180,100,1,0),(64583,182954,530,1,1,386.974,7137.19,18.2676,2.09439,0,0,0,1,180,100,1,0),(64584,182954,530,1,1,51.1261,6455.94,18.2676,0.90757,0,0,0,1,180,100,1,0),(64585,182954,530,1,1,326.622,7091.66,18.2676,-2.96704,0,0,0,1,180,100,1,0),(64586,182954,530,1,1,-135.012,6434.65,18.2676,-1.06465,0,0,0,1,180,100,1,0),(64587,182954,530,1,1,-2380.89,3850.67,-1.25876,0.785397,0,0,0,1,180,100,1,0),(64588,182954,530,1,1,-716.083,5551.78,18.2966,2.68781,0,0,0,1,180,100,1,0),(64589,182954,530,1,1,-200.227,5838.39,18.2676,0.820303,0,0,0,1,180,100,1,0),(64590,182954,530,1,1,-316.94,5549.12,18.3581,-0.157079,0,0,0,1,180,100,1,0),(64591,182954,530,1,1,-151.762,5911.91,18.2676,-1.93731,0,0,0,1,180,100,1,0),(64592,182954,530,1,1,-643.554,5853.83,18.2966,-0.715585,0,0,0,1,180,100,1,0),(64593,182954,530,1,1,-777.279,5899.57,18.2966,-1.0821,0,0,0,1,180,100,1,0),(64594,182954,530,1,1,159.323,8625.3,17.3806,2.11185,0,0,0,1,180,100,1,0),(64595,182954,530,1,1,451.159,7411.45,18.2676,1.15192,0,0,0,1,180,100,1,0),(64596,182954,530,1,1,650.323,6491.09,18.2676,-1.5708,0,0,0,1,180,100,1,0),(64597,182954,530,1,1,588.115,6409.58,18.2676,1.79769,0,0,0,1,180,100,1,0),(64598,182954,530,1,1,-719.844,5899.59,18.2966,2.51327,0,0,0,1,180,100,1,0),(64599,182954,530,1,1,-2563.05,3247.15,-1.25876,1.43117,0,0,0,1,180,100,1,0),(64600,182954,530,1,1,-847.395,5734.87,18.2966,0.453785,0,0,0,1,180,100,1,0),(64601,182956,530,1,1,-2776.54,4072.57,-1.25876,0.314158,0,0,0,1,180,100,1,0),(64602,182956,530,1,1,-2366.36,4205.66,-1.25876,-2.84488,0,0,0,1,180,100,1,0),(64603,182956,530,1,1,-2668.91,3690.11,-1.25876,-1.64061,0,0,0,1,180,100,1,0),(64604,182956,530,1,1,-2822.83,3806.39,-1.25876,1.39626,0,0,0,1,180,100,1,0),(64605,182956,530,1,1,-2320.61,3837.37,-1.25876,1.98967,0,0,0,1,180,100,1,0),(64606,182956,530,1,1,-2460.51,3756.84,-1.25876,2.74016,0,0,0,1,180,100,1,0),(64607,182957,530,1,1,-2439.03,4584.36,157.634,1.95477,0,0,0,1,180,100,1,0),(64608,182957,530,1,1,-2457.58,4637.3,157.634,1.5708,0,0,0,1,180,100,1,0),(64609,182957,530,1,1,-2446.62,4494.39,157.598,2.80997,0,0,0,1,180,100,1,0),(64610,182958,530,1,1,-1582.69,7317.95,-2.45494,0.087266,0,0,0,1,180,100,1,0),(64611,182958,530,1,1,-1704.81,8439.35,-23.0465,3.00195,0,0,0,1,180,100,1,0),(64612,182958,530,1,1,-1227.62,6890.08,32.6575,-2.80997,0,0,0,1,180,100,1,0),(64613,182959,530,1,1,-1120.83,7213.97,32.6575,-1.09956,0,0,0,1,180,100,1,0),(64614,182959,530,1,1,-842.414,7117.41,32.6575,-2.47837,0,0,0,1,180,100,1,0),(64615,182959,530,1,1,-1047.19,7263.17,32.6575,2.46091,0,0,0,1,180,100,1,0),(64616,180663,1,1,1,2016.36,-2869.93,101.329,1.62316,0,0,0,1,180,100,1,0),(64617,180664,0,1,1,-2489.85,-1712.92,0,2.40855,0,0,0,1,180,100,1,0),(64618,180682,0,1,1,-11844.9,908.972,0,-1.65806,0,0,0,1,180,100,1,0),(64619,180682,0,1,1,-12508.2,122.857,0,2.82743,0,0,0,1,180,100,1,0),(64620,180683,0,1,1,-11882,876.11,0,1.53589,0,0,0,1,180,100,1,0),(64621,180683,0,1,1,-12011.6,759.599,0,0.855211,0,0,0,1,180,100,1,0),(64622,180684,0,1,1,-11886.7,-455.329,10.0699,1.6057,0,0,0,1,180,100,1,0),(64623,180684,0,1,1,-12239.5,-335.31,10.0699,0.698132,0,0,0,1,180,100,1,0),(64624,180684,0,1,1,-12424.2,-303.625,10.1363,-2.65289,0,0,0,1,180,100,1,0),(64625,180685,0,1,1,-12259.6,344.519,0,1.90241,0,0,0,1,180,100,1,0),(64626,180685,0,1,1,-12313.4,-311.831,10.0699,1.79769,0,0,0,1,180,100,1,0),(64627,180712,0,1,1,-14401.4,438.454,0,-1.29154,0,0,0,1,180,100,1,0),(64628,180712,1,1,1,3063.41,-5897.15,0,-1.37881,0,0,0,1,180,100,1,0),(64629,182954,530,1,1,748.586,6596.62,18.2676,1.37881,0,0,0.636078,0.771625,180,100,1,0),(64630,182954,530,1,1,348.484,6748.23,18.2676,0.122173,0,0,0.061049,0.998135,180,100,1,0),(64631,182954,530,1,1,778.549,6876.93,18.2676,-1.43117,0,0,0.656059,-0.75471,180,100,1,0),(64632,182954,530,1,1,347.997,6921.48,18.2676,-2.25148,0,0,0.902585,-0.430511,180,100,1,0),(64633,182954,530,1,1,336.625,6937.56,18.2676,1.65806,0,0,0.737277,0.67559,180,100,1,0),(64634,182953,530,1,1,451.159,7411.45,18.2676,1.15192,0,0,0.544639,0.838671,180,100,1,0),(64635,182954,530,1,1,752.082,7086.81,18.2676,-2.9147,0,0,0.993572,-0.113203,180,100,1,0),(64636,182953,530,1,1,720.117,7199.5,18.2676,-2.56563,0,0,0.95882,-0.284015,180,100,1,0),(64637,182954,530,1,1,720.117,7199.5,18.2676,-2.56563,0,0,0.95882,-0.284015,180,100,1,0),(64638,182954,530,1,1,711.134,7297.05,18.2676,1.69297,0,0,0.748956,0.66262,180,100,1,0),(64639,182953,530,1,1,219.995,8804.34,18.3511,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(64640,182954,530,1,1,219.995,8804.34,18.3511,-0.715585,0,0,0.350207,-0.936672,180,100,1,0),(64641,182953,530,1,1,319.135,8879.65,18.3511,0.593412,0,0,0.292372,0.956305,180,100,1,0),(64642,182954,530,1,1,319.135,8879.65,18.3511,0.593412,0,0,0.292372,0.956305,180,100,1,0),(64643,182954,530,1,1,474.304,6630.67,18.2676,-0.767945,0,0,0.374607,-0.927184,180,100,1,0),(64644,182952,530,1,1,806.232,8213.21,18.2676,-0.20944,0,0,0.104528,-0.994522,180,100,1,0),(64645,182954,530,1,1,806.232,8213.21,18.2676,-0.20944,0,0,0.104528,-0.994522,180,100,1,0),(64646,182952,530,1,1,443.437,8213.5,18.2676,-0.890118,0,0,0.430511,-0.902585,180,100,1,0),(64647,182954,530,1,1,443.437,8213.5,18.2676,-0.890118,0,0,0.430511,-0.902585,180,100,1,0),(64648,182952,530,1,1,730.992,8469.32,17.3741,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(64649,182954,530,1,1,730.992,8469.32,17.3741,-0.628319,0,0,0.309017,-0.951056,180,100,1,0),(64650,182954,530,1,1,403.149,8546.22,18.3127,1.93731,0,0,0.824126,0.566406,180,100,1,0),(64651,182952,530,1,1,189.167,8728.44,18.3511,1.0821,0,0,0.515038,0.857167,180,100,1,0),(64652,182954,530,1,1,189.167,8728.44,18.3511,1.0821,0,0,0.515038,0.857167,180,100,1,0),(64653,182952,530,1,1,535.553,6389.43,18.2676,-1.37881,0,0,0.636078,-0.771625,180,100,1,0),(64654,182953,530,1,1,753.496,6805.42,18.2676,-3.03687,0,0,0.99863,-0.052336,180,100,1,0),(64655,182952,530,1,1,486.262,8391.75,18.2676,0.418879,0,0,0.207912,0.978148,180,100,1,0),(64656,182953,530,1,1,486.262,8391.75,18.2676,0.418879,0,0,0.207912,0.978148,180,100,1,0),(64657,182952,530,1,1,-2662.4,3506.66,-1.25876,0.191986,0,0,0.095846,0.995396,180,100,1,0),(64658,182953,530,1,1,-2662.4,3506.66,-1.25876,0.191986,0,0,0.095846,0.995396,180,100,1,0),(64659,182952,530,1,1,-2460.51,3756.84,-1.25876,2.74017,0,0,0.979925,0.199368,180,100,1,0),(64660,182953,530,1,1,-2460.51,3756.84,-1.25876,2.74017,0,0,0.979925,0.199368,180,100,1,0),(64661,182952,530,1,1,-2822.83,3806.39,-1.25876,1.39626,0,0,0.642788,0.766044,180,100,1,0),(64662,182953,530,1,1,-2822.83,3806.39,-1.25876,1.39626,0,0,0.642788,0.766044,180,100,1,0),(64663,182952,530,1,1,-2563.05,3247.15,-1.25876,1.43117,0,0,0.656059,0.75471,180,100,1,0),(64664,182953,530,1,1,-2563.05,3247.15,-1.25876,1.43117,0,0,0.656059,0.75471,180,100,1,0),(64665,182952,530,1,1,-2366.36,4205.66,-1.25876,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(64666,182953,530,1,1,-2366.36,4205.66,-1.25876,-2.84489,0,0,0.989016,-0.147809,180,100,1,0),(64667,182952,530,1,1,-2856.28,3947.03,-1.25876,-0.837758,0,0,0.406737,-0.913545,180,100,1,0),(64668,182953,530,1,1,-2856.28,3947.03,-1.25876,-0.837758,0,0,0.406737,-0.913545,180,100,1,0),(64669,182952,530,1,1,-2940.7,3842.5,-1.25876,3.05433,0,0,0.999048,0.043619,180,100,1,0),(64670,182953,530,1,1,-2940.7,3842.5,-1.25876,3.05433,0,0,0.999048,0.043619,180,100,1,0),(64671,182953,530,1,1,-200.227,5838.39,18.2676,0.820305,0,0,0.398749,0.91706,180,100,1,0),(64672,182952,530,1,1,-2776.54,4072.57,-1.25876,0.314159,0,0,0.156434,0.987688,180,100,1,0),(64673,182953,530,1,1,-2776.54,4072.57,-1.25876,0.314159,0,0,0.156434,0.987688,180,100,1,0),(64674,182952,530,1,1,-2756.11,3674.14,-1.25876,-0.349066,0,0,0.173648,-0.984808,180,100,1,0),(64675,182953,530,1,1,-2756.11,3674.14,-1.25876,-0.349066,0,0,0.173648,-0.984808,180,100,1,0),(64676,182952,530,1,1,-156.985,5681.52,18.3581,-1.46608,0,0,0.669131,-0.743145,180,100,1,0),(64677,182954,530,1,1,-156.985,5681.52,18.3581,-1.46608,0,0,0.669131,-0.743145,180,100,1,0),(64678,182952,530,1,1,-77.2732,5764.57,18.3581,1.69297,0,0,0.748956,0.66262,180,100,1,0),(64679,182954,530,1,1,-77.2732,5764.57,18.3581,1.69297,0,0,0.748956,0.66262,180,100,1,0),(64680,182952,545,3,1,809.187,6962.97,18.2676,0.802851,0,0,0.390731,0.920505,180,100,1,0),(64681,182954,545,3,1,809.187,6962.97,18.2676,0.802851,0,0,0.390731,0.920505,180,100,1,0),(64682,180655,0,1,1,-11117,2055.51,0,0.942477,0,0,0,1,180,100,1,0),(64683,180656,0,1,1,-11117,2055.51,0,0.942477,0,0,0,1,180,100,1,0),(64684,180655,0,1,1,-10942.5,2133.54,0,-1.88495,0,0,0,1,180,100,1,0),(64685,180656,0,1,1,-10942.5,2133.54,0,-1.88495,0,0,0,1,180,100,1,0),(64686,180655,1,1,1,-969.846,-3805.13,0,-0.593412,0,0,0,1,180,100,1,0),(64687,180656,1,1,1,-969.846,-3805.13,0,-0.593412,0,0,0,1,180,100,1,0),(64688,182953,530,1,1,481.593,8249.69,18.2676,0.209439,0,0,0,1,180,100,1,0),(64689,182954,530,1,1,481.593,8249.69,18.2676,0.209439,0,0,0,1,180,100,1,0),(64690,182953,530,1,1,447.23,8334.47,18.2676,-2.51327,0,0,0,1,180,100,1,0),(64691,182954,530,1,1,447.23,8334.47,18.2676,-2.51327,0,0,0,1,180,100,1,0),(64692,182954,530,1,1,455.731,7117.47,18.2676,1.18682,0,0,0,1,180,100,1,0),(64693,182953,530,1,1,-719.844,5899.59,18.2966,2.51327,0,0,0,1,180,100,1,0),(64694,182954,530,1,1,263.248,8224.31,18.2676,-3.12412,0,0,0,1,180,100,1,0),(64695,182954,530,1,1,320.849,7180.64,18.2676,-0.488691,0,0,0,1,180,100,1,0),(64696,182953,530,1,1,-562.588,5554.78,18.2966,-2.96704,0,0,0,1,180,100,1,0),(64697,182954,530,1,1,-562.588,5554.78,18.2966,-2.96704,0,0,0,1,180,100,1,0),(64698,182953,530,1,1,-77.2062,6503.04,18.2676,0.331611,0,0,0,1,180,100,1,0),(64699,182954,530,1,1,-77.2062,6503.04,18.2676,0.331611,0,0,0,1,180,100,1,0),(64700,182954,530,1,1,-277.578,5576.47,18.3581,-0.104719,0,0,0,1,180,100,1,0),(64701,182952,530,1,1,809.187,6962.97,18.2676,0.802851,0,0,0,1,180,100,1,0),(64702,182952,530,1,1,381.285,7257.59,18.2676,1.3439,0,0,0,1,180,100,1,0),(64703,182954,530,1,1,381.285,7257.59,18.2676,1.3439,0,0,0,1,180,100,1,0),(64704,182952,530,1,1,326.622,7091.66,18.2676,-2.96704,0,0,0,1,180,100,1,0),(64705,182952,530,1,1,741.576,6689.71,18.2676,0.122173,0,0,0,1,180,100,1,0),(64706,182954,530,1,1,741.576,6689.71,18.2676,0.122173,0,0,0,1,180,100,1,0),(64707,182952,530,1,1,-274.173,6424.89,18.2676,-1.46608,0,0,0,1,180,100,1,0),(64708,182954,530,1,1,-274.173,6424.89,18.2676,-1.46608,0,0,0,1,180,100,1,0),(64709,182952,530,1,1,-208.454,6356.56,18.2676,1.69297,0,0,0,1,180,100,1,0),(64710,182954,530,1,1,-208.454,6356.56,18.2676,1.69297,0,0,0,1,180,100,1,0),(64711,182952,530,1,1,-841.026,5810.15,18.2966,-1.76278,0,0,0,1,180,100,1,0),(64712,182954,530,1,1,-841.026,5810.15,18.2966,-1.76278,0,0,0,1,180,100,1,0),(64713,182952,530,1,1,-235.624,5767.12,18.3581,-2.58308,0,0,0,1,180,100,1,0),(64714,182954,530,1,1,-235.624,5767.12,18.3581,-2.58308,0,0,0,1,180,100,1,0),(64715,182952,530,1,1,-643.554,5853.83,18.2966,-0.715585,0,0,0,1,180,100,1,0),(64716,182952,530,1,1,-605.61,5821.73,18.2966,0.296705,0,0,0,1,180,100,1,0),(64717,182954,530,1,1,-605.61,5821.73,18.2966,0.296705,0,0,0,1,180,100,1,0),(64718,182952,530,1,1,-666.672,5908.41,18.2966,-2.9845,0,0,0,1,180,100,1,0),(64719,182954,530,1,1,-666.672,5908.41,18.2966,-2.9845,0,0,0,1,180,100,1,0),(64720,182952,530,1,1,-777.279,5899.57,18.2966,-1.0821,0,0,0,1,180,100,1,0),(64721,182952,530,1,1,-316.94,5549.12,18.3581,-0.157079,0,0,0,1,180,100,1,0),(64722,182952,530,1,1,-2641.66,3380.29,-1.25876,0.767944,0,0,0,1,180,100,1,0),(64723,182953,530,1,1,-2641.66,3380.29,-1.25876,0.767944,0,0,0,1,180,100,1,0),(64724,182952,530,1,1,-378.474,6526.94,18.2676,-2.49582,0,0,0,1,180,100,1,0),(64725,182953,530,1,1,-378.474,6526.94,18.2676,-2.49582,0,0,0,1,180,100,1,0),(64726,182952,530,1,1,51.1261,6455.94,18.2676,0.90757,0,0,0,1,180,100,1,0),(64727,182953,530,1,1,51.1261,6455.94,18.2676,0.90757,0,0,0,1,180,100,1,0),(64728,182952,530,1,1,-135.012,6434.65,18.2676,-1.06465,0,0,0,1,180,100,1,0),(64729,182953,530,1,1,-135.012,6434.65,18.2676,-1.06465,0,0,0,1,180,100,1,0),(64730,182952,530,1,1,-2380.89,3850.67,-1.25876,0.785397,0,0,0,1,180,100,1,0),(64731,182953,530,1,1,-2380.89,3850.67,-1.25876,0.785397,0,0,0,1,180,100,1,0),(64732,182952,530,1,1,-716.083,5551.78,18.2966,2.68781,0,0,0,1,180,100,1,0),(64733,182953,530,1,1,-716.083,5551.78,18.2966,2.68781,0,0,0,1,180,100,1,0),(64734,182952,530,1,1,-847.395,5734.87,18.2966,0.453785,0,0,0,1,180,100,1,0),(64735,182953,530,1,1,-847.395,5734.87,18.2966,0.453785,0,0,0,1,180,100,1,0),(64736,180657,0,1,1,-2489.85,-1712.92,0,2.40855,0,0,0,1,180,100,1,0),(64737,180662,0,1,1,-2489.85,-1712.92,0,2.40855,0,0,0,1,180,100,1,0),(64738,180752,1,1,1,-7691.51,-4923.28,0,-0.663223,0,0,0,1,180,100,1,0),(64739,180752,1,1,1,-7906.06,-5256.7,0,-2.77507,0,0,0,1,180,100,1,0),(64740,180752,1,1,1,-7892.33,-5235.03,0,0,0,0,0,1,180,100,1,0),(64741,192052,571,1,1,2391.81,5103.86,0,1.53589,0,0,0,1,180,100,1,0),(64742,182952,530,1,1,614.062,8198.55,18.2676,-3.12412,0,0,0,1,180,100,1,0),(64743,182952,530,1,1,524.732,8441.92,18.2676,3.03684,0,0,0,1,180,100,1,0),(64744,182952,530,1,1,8.91873,6645.39,18.2676,0.558504,0,0,0,1,180,100,1,0),(64745,182953,530,1,1,365.859,8367.73,18.2676,-2.23402,0,0,0,1,180,100,1,0),(64746,182953,530,1,1,83.0286,8676.69,18.3511,1.83259,0,0,0,1,180,100,1,0),(64747,182953,530,1,1,53.9625,6605.56,18.2676,1.20428,0,0,0,1,180,100,1,0),(64748,182953,530,1,1,8.91873,6645.39,18.2676,0.558504,0,0,0,1,180,100,1,0),(64749,182953,530,1,1,-554.019,5802.6,18.2988,-1.95477,0,0,0,1,180,100,1,0),(64750,182954,530,1,1,-197.925,6812.38,18.2676,1.46608,0,0,0,1,180,100,1,0),(64751,182956,530,1,1,-2856.28,3947.03,-1.25876,-0.837757,0,0,0,1,180,100,1,0),(64752,182956,530,1,1,-2380.89,3850.67,-1.25876,0.785397,0,0,0,1,180,100,1,0),(64753,180655,0,1,1,-5480.5,-3691.84,297.605,-1.51844,0,0,0,1,180,100,1,0),(64754,180656,0,1,1,-4779.28,-3489.41,297.62,-0.069812,0,0,0,1,180,100,1,0),(64755,180656,0,1,1,-5404.51,-3717.46,297.605,2.51327,0,0,0,1,180,100,1,0),(64756,180682,0,1,1,-11975.9,684.698,0,1.13446,0,0,0,1,180,100,1,0),(64757,180682,0,1,1,-11958.1,738.97,0,2.94959,0,0,0,1,180,100,1,0),(64758,180683,0,1,1,-2285.67,-1896.8,0,-0.017452,0,0,0,1,180,100,1,0),(64759,180683,1,1,1,-3483.83,-4389.5,0,0.767944,0,0,0,1,180,100,1,0),(64760,180685,0,1,1,-12035,804.831,0,2.46091,0,0,0,1,180,100,1,0),(64761,180685,0,1,1,-12015.2,532.893,-0.255422,3.03684,0,0,0,1,180,100,1,0),(64762,182952,530,1,1,-2586.32,4108.43,-1.25876,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(64763,182953,530,1,1,-2586.32,4108.43,-1.25876,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(64764,182954,530,1,1,-2586.32,4108.43,-1.25876,-2.47837,0,0,0.945519,-0.325568,180,100,1,0),(64765,182952,530,1,1,-2668.91,3690.11,-1.25876,-1.64061,0,0,0,1,180,100,1,0),(64766,182953,530,1,1,-2668.91,3690.11,-1.25876,-1.64061,0,0,0,1,180,100,1,0),(64767,182954,530,1,1,-2668.91,3690.11,-1.25876,-1.64061,0,0,0,1,180,100,1,0),(64768,182952,530,1,1,-2320.61,3837.37,-1.25876,1.98967,0,0,0,1,180,100,1,0),(64769,182953,530,1,1,-2320.61,3837.37,-1.25876,1.98967,0,0,0,1,180,100,1,0),(64770,182954,530,1,1,-2320.61,3837.37,-1.25876,1.98967,0,0,0,1,180,100,1,0),(64771,182953,530,1,1,614.062,8198.55,18.2676,-3.12412,0,0,0,1,180,100,1,0),(64772,182954,530,1,1,614.062,8198.55,18.2676,-3.12412,0,0,0,1,180,100,1,0),(64773,182956,530,1,1,614.062,8198.55,18.2676,-3.12412,0,0,0,1,180,100,1,0),(64774,182953,530,1,1,524.732,8441.92,18.2676,3.03684,0,0,0,1,180,100,1,0),(64775,182954,530,1,1,524.732,8441.92,18.2676,3.03684,0,0,0,1,180,100,1,0),(64776,182956,530,1,1,524.732,8441.92,18.2676,3.03684,0,0,0,1,180,100,1,0),(64777,182954,530,1,1,8.91873,6645.39,18.2676,0.558504,0,0,0,1,180,100,1,0),(64778,182956,530,1,1,8.91873,6645.39,18.2676,0.558504,0,0,0,1,180,100,1,0),(64779,182952,530,1,1,365.859,8367.73,18.2676,-2.23402,0,0,0,1,180,100,1,0),(64780,182954,530,1,1,365.859,8367.73,18.2676,-2.23402,0,0,0,1,180,100,1,0),(64781,182956,530,1,1,365.859,8367.73,18.2676,-2.23402,0,0,0,1,180,100,1,0),(64782,182952,530,1,1,83.0286,8676.69,18.3511,1.83259,0,0,0,1,180,100,1,0),(64783,182954,530,1,1,83.0286,8676.69,18.3511,1.83259,0,0,0,1,180,100,1,0),(64784,182956,530,1,1,83.0286,8676.69,18.3511,1.83259,0,0,0,1,180,100,1,0),(64785,182952,530,1,1,53.9625,6605.56,18.2676,1.20428,0,0,0,1,180,100,1,0),(64786,182954,530,1,1,53.9625,6605.56,18.2676,1.20428,0,0,0,1,180,100,1,0),(64787,182956,530,1,1,53.9625,6605.56,18.2676,1.20428,0,0,0,1,180,100,1,0),(64788,182952,530,1,1,-554.019,5802.6,18.2988,-1.95477,0,0,0,1,180,100,1,0),(64789,182954,530,1,1,-554.019,5802.6,18.2988,-1.95477,0,0,0,1,180,100,1,0),(64790,182956,530,1,1,-554.019,5802.6,18.2988,-1.95477,0,0,0,1,180,100,1,0),(64791,182952,530,1,1,-197.925,6812.38,18.2676,1.46608,0,0,0,1,180,100,1,0),(64792,182953,530,1,1,-197.925,6812.38,18.2676,1.46608,0,0,0,1,180,100,1,0),(64793,182956,530,1,1,-197.925,6812.38,18.2676,1.46608,0,0,0,1,180,100,1,0),(64794,180582,0,1,1,-5480.5,-3691.84,297.605,-1.51844,0,0,0,1,180,100,1,0),(64795,180656,0,1,1,-5480.5,-3691.84,297.605,-1.51844,0,0,0,1,180,100,1,0),(64796,180582,0,1,1,-4779.28,-3489.41,297.62,-0.069812,0,0,0,1,180,100,1,0),(64797,180655,0,1,1,-4779.28,-3489.41,297.62,-0.069812,0,0,0,1,180,100,1,0),(64798,180582,0,1,1,-5404.51,-3717.46,297.605,2.51327,0,0,0,1,180,100,1,0),(64799,180655,0,1,1,-5404.51,-3717.46,297.605,2.51327,0,0,0,1,180,100,1,0),(64800,181248,530,1,1,7116.52,-6233.31,20.981,-1.55334,0,0,0,1,180,100,1,0),(64801,181249,530,1,1,7084.4,-6211.62,22.8685,-1.39626,0,0,0,1,180,100,1,0),(64802,183043,530,1,1,243.617,7459.68,23.4179,-2.35619,0,0,0,1,60,100,1,0),(64803,183043,530,1,1,475.503,5950.67,22.8493,0.628317,0,0,0,1,60,100,1,0),(64804,183043,530,1,1,536.559,5434.35,-3.38172,1.71042,0,0,0,1,60,100,1,0),(64805,183043,530,1,1,1003.67,7841.74,23.5655,2.40855,0,0,0,1,60,100,1,0),(64806,183043,530,1,1,-328.464,6013.14,22.2611,1.69297,0,0,0,1,60,100,1,0),(64807,183043,530,1,1,-718.884,5976.53,24.4484,2.75761,0,0,0,1,60,100,1,0),(64808,183043,530,1,1,-147.011,7711.9,23.4578,-0.052359,0,0,0,1,60,100,1,0),(64809,183043,530,1,1,6.31912,8596.54,22.0617,-2.87979,0,0,0,1,60,100,1,0),(64810,183043,530,1,1,62.2853,8524.45,21.7028,1.0821,0,0,0,1,60,100,1,0),(64812,183044,530,1,1,1641.39,8471.79,-15.3602,-1.13446,0,0,0,1,60,100,1,0),(64813,183044,530,1,1,82.9006,6623.56,21.1425,1.44862,0,0,0,1,60,100,1,0),(64814,183044,530,1,1,1696.39,8502.11,-3.7466,1.90241,0,0,0,1,60,100,1,0),(64815,183044,530,1,1,327.147,5491.48,22.0872,0.59341,0,0,0,1,60,100,1,0),(64816,183044,530,1,1,194.828,7491.24,23.5761,-1.51844,0,0,0,1,60,100,1,0),(64817,183044,530,1,1,119.747,6697.34,22.5859,0.471238,0,0,0,1,60,100,1,0),(64818,183044,530,1,1,-633.751,5704.89,24.3107,1.43117,0,0,0,1,60,100,1,0),(64819,183044,530,1,1,-644.698,6069.53,22.7865,0.872664,0,0,0,1,60,100,1,0),(64820,183044,530,1,1,390.808,5687.1,22.5539,-0.139624,0,0,0,1,60,100,1,0),(64821,183044,530,1,1,605.202,5425.54,-14.3271,2.1293,0,0,0,1,60,100,1,0),(64822,183044,530,1,1,-159.488,7313.52,23.2769,0.244346,0,0,0,1,60,100,1,0),(64823,183044,530,1,1,511.42,6221.3,22.0683,0.610864,0,0,0,1,60,100,1,0),(64824,183044,530,1,1,851.326,7843.07,23.1184,3.14159,0,0,0,1,60,100,1,0),(64825,183044,530,1,1,-179.949,7112.65,22.2852,-3.12412,0,0,0,1,60,100,1,0),(64826,183045,530,1,1,356.197,6847.93,50.6674,-0.261798,0,0,0,1,60,100,1,0),(64828,183045,530,1,1,-41.36,8003.33,27.2424,1.09956,0,0,0,1,60,100,1,0),(64829,183045,530,1,1,-981.633,5905.04,23.5975,-3.05433,0,0,0,1,60,100,1,0),(64830,183046,530,1,1,59.7135,8889.65,23.7207,0.418879,0,0,0,1,60,100,1,0),(64831,183046,530,1,1,-11.7741,6735.94,22.7466,-2.67035,0,0,0,1,60,100,1,0),(64832,183046,530,1,1,-123.942,8639.68,24.8196,0.069812,0,0,0,1,60,100,1,0),(64833,183046,530,1,1,809.526,7993.19,23.1978,1.309,0,0,0,1,60,100,1,0),(64834,181270,530,1,1,-2503.51,4157.88,1.29642,2.87979,0,0,0,1,60,100,1,0),(64835,181270,530,1,1,-3135.52,4620.47,-22.6592,-1.18682,0,0,0,1,60,100,1,0),(64836,181270,530,1,1,-188.863,2449.89,23.4102,-0.488691,0,0,0,1,60,100,1,0),(64838,165658,0,1,1,-6463.52,-824.624,336.551,0.994837,0,0,0,1,180,100,1,0),(64839,165658,0,1,1,-6834.01,-988.343,246.864,0.436332,0,0,0,1,180,100,1,0),(72003,1734,0,1,1,-8078,-2229,157.616,3.976,0,0,0,0,900,255,1,0),(64842,165658,0,1,1,-7084.92,-914.239,285.95,0.855211,0,0,0,1,180,100,1,0),(64843,165658,0,1,1,-7079.49,-998.117,243.831,-2.79252,0,0,0,1,180,100,1,0),(72002,2040,0,1,1,-8078,-2229,157.616,3.976,0,0,0,0,900,255,1,0),(72001,175404,0,1,1,-8078,-2229,157.616,3.976,0,0,0,0,900,255,1,0),(64846,181276,530,1,1,1232.02,8670.86,19.2138,0.261798,0,0,0,1,60,100,1,0),(64847,181276,530,1,1,-519.313,6152.96,22.3494,1.76278,0,0,0,1,60,100,1,0),(64848,181276,530,1,1,502.554,7910.94,22.9019,1.8675,0,0,0,1,60,100,1,0),(64849,181276,530,1,1,-375.677,6728.37,22.3378,2.28638,0,0,0,1,60,100,1,0),(64850,181276,530,1,1,512.408,5850.85,23.8378,-1.32645,0,0,0,1,60,100,1,0),(64851,181276,530,1,1,393.008,5888.21,22.3804,2.47837,0,0,0,1,60,100,1,0),(64852,181276,530,1,1,-91.6731,5906.3,22.4416,-2.91469,0,0,0,1,60,100,1,0),(64853,181277,530,1,1,-2448.49,3734.26,0.565117,-3.07177,0,0,0,1,60,100,1,0),(64854,181277,530,1,1,-2298.03,4835.67,-0.934076,0.95993,0,0,0,1,60,100,1,0),(64855,181277,530,1,1,-1951.2,4311.13,2.79367,-0.331611,0,0,0,1,60,100,1,0),(64856,181278,557,1,1,-378.636,-241.698,-0.956422,-2.16421,0,0,0,1,180,100,1,0),(64857,181278,557,1,1,-217.485,-6.14751,16.7275,-0.366518,0,0,0,1,180,100,1,0),(64858,181278,557,1,1,-291.378,-206.457,-2.54264,-2.07694,0,0,0,1,180,100,1,0),(74303,1734,0,1,1,2528.2,-4356,67.028,3.016,0,0,0,0,900,255,1,0),(74302,175404,0,1,1,2528.2,-4356,67.028,3.016,0,0,0,0,900,255,1,0),(64861,2866,0,1,1,-6730.7,-1038.35,240.145,0.925024,0,0,0,1,60,100,1,0),(64862,2866,1,1,1,-8655.95,-4414.97,11.8215,-0.994837,0,0,0,1,60,100,1,0),(64863,181555,530,1,1,1742.69,8648.97,2.85173,-0.750491,0,0,0,1,180,100,1,0),(64864,181555,530,1,1,-453.209,2674.38,61.9322,-0.994837,0,0,0,1,180,100,1,0),(64865,181555,530,1,1,1635.23,8457.02,-56.233,1.5708,0,0,0,1,180,100,1,0),(64866,181555,530,1,1,-194.059,3976.47,112.051,0.802851,0,0,0,1,180,100,1,0),(64867,181555,530,1,1,-378.527,8193.36,28.6074,-3.00195,0,0,0,1,180,100,1,0),(64869,181555,530,1,1,27.0877,3154.21,5.02512,-0.104719,0,0,0,1,180,100,1,0),(64870,181555,530,1,1,-1104.46,5134.89,21.8253,0.977383,0,0,0,1,180,100,1,0),(64871,181555,530,1,1,-767.561,3821.96,20.1006,-0.314158,0,0,0,1,180,100,1,0),(64872,181555,530,1,1,-391.299,6780.85,22.9102,0.191985,0,0,0,1,180,100,1,0),(64873,181555,530,1,1,-337.071,5131.43,115.857,2.61799,0,0,0,1,180,100,1,0),(64874,181555,530,1,1,-541.575,3768.26,29.7481,-2.1293,0,0,0,1,180,100,1,0),(64875,181555,530,1,1,-1225.4,5878.17,34.8992,-1.15192,0,0,0,1,180,100,1,0),(64876,181555,530,1,1,532.937,6754.09,-34.0363,2.70526,0,0,0,1,180,100,1,0),(64877,181555,530,1,1,-335.214,2848.88,-40.0328,-1.65806,0,0,0,1,180,100,1,0),(64878,181555,530,1,1,-1007.11,2618.04,-3.95126,-2.33874,0,0,0,1,180,100,1,0),(64879,181555,530,1,1,-219.238,2995.49,-61.8867,1.8675,0,0,0,1,180,100,1,0),(64880,181555,530,1,1,-1459.01,3399.69,29.7245,2.35619,0,0,0,1,180,100,1,0),(64881,181555,530,1,1,-3078.64,4341.86,-11.3741,-1.09956,0,0,0,1,180,100,1,0),(64882,181555,530,1,1,-2440.12,4091.61,-0.513061,2.11185,0,0,0,1,180,100,1,0),(64883,181556,530,1,1,-519.827,6476.16,22.4864,-1.06465,0,0,0,1,180,100,1,0),(64884,181557,530,1,1,1709.12,8571.63,-44.6902,-2.63544,0,0,0,1,180,100,1,0),(64885,181557,530,1,1,-337.071,5131.43,115.857,2.61799,0,0,0,1,180,100,1,0),(64886,181557,530,1,1,-961.115,5876.23,23.0671,-2.86233,0,0,0,1,180,100,1,0),(64887,181557,530,1,1,-2590.03,4012.44,-1.34592,2.25147,0,0,0,1,180,100,1,0),(64888,142140,0,1,1,-330.517,-3413.43,158.924,-1.53589,0,0,0,1,60,100,1,0),(64889,142140,1,1,1,-9632.66,-2808.55,11.3467,2.42601,0,0,0,1,60,100,1,0),(64890,142140,1,1,1,-6986.26,-4400.95,9.79876,-2.68781,0,0,0,1,60,100,1,0),(64891,142140,1,1,1,-6986.9,-4349.21,9.60038,-2.89724,0,0,0,1,60,100,1,0),(64892,142140,1,1,1,-6835.3,-2926.15,8.88333,2.32129,0,0,0,1,60,100,1,0),(64893,142141,0,1,1,2913.5,-4492.8,91.647,2.56563,0,0,0,1,60,100,1,0),(64895,142141,0,1,1,2059.79,-5247.57,86.0375,-1.02974,0,0,0,1,60,100,1,0),(64896,142142,0,1,1,-223.719,-3525.59,144.542,1.39626,0,0,0,1,60,100,1,0),(64897,142142,0,1,1,134.793,-3656.45,133.251,-2.87979,0,0,0,1,60,100,1,0),(64898,142144,0,1,1,405.047,-3807.52,101.678,-2.426,0,0,0,1,60,100,1,0),(64899,142144,0,1,1,414.474,-3879.82,98.0181,-1.11701,0,0,0,1,60,100,1,0),(64900,142144,530,1,1,1721.13,8475.44,-56.0997,-0.802851,0,0,0,1,60,100,1,0),(64901,142144,530,1,1,1710.36,8564.88,-45.657,-2.05949,0,0,0,1,60,100,1,0),(64902,142144,530,1,1,-1209.81,5775.04,52.5224,2.02458,0,0,0,1,60,100,1,0),(64903,142144,530,1,1,-1267.92,5803.89,49.1705,0.541051,0,0,0,1,60,100,1,0),(64904,181569,557,1,1,-245.643,-3.16959,15.0684,-0.314158,0,0,0,1,180,100,1,0),(74301,324,0,1,1,2528.2,-4356,67.028,3.016,0,0,0,0,900,255,1,0),(72000,324,0,1,1,-8078,-2229,157.616,3.976,0,0,0,0,900,255,1,0),(64907,324,1,1,1,-7896.6,-2350.58,-21.7524,-1.18682,0,0,0,1,180,100,1,0),(64908,1617,530,1,1,6802.53,-7226.2,29.1124,-2.14675,0,0,0,1,60,100,1,0),(64909,1617,0,1,1,-5685.17,-1872.09,400.533,-2.87979,0,0,0,1,60,100,1,0),(64911,1617,0,1,1,-5301.05,284.52,392.798,-0.226892,0,0,0,1,60,100,1,0),(64912,1617,0,1,1,-5682.57,336.39,387.171,-0.575957,0,0,0,1,60,100,1,0),(64913,1617,0,1,1,-5742.28,130.065,368.739,1.53589,0,0,0,1,60,100,1,0),(64914,1617,0,1,1,-9627.64,-1495.21,58.7032,-0.558504,0,0,0,1,60,100,1,0),(64916,1617,0,1,1,-9711.49,-1322.18,50.8747,-0.942477,0,0,0,1,60,100,1,0),(64918,1617,530,1,1,7636.15,-6052.81,10.7062,-0.226892,0,0,0,1,60,100,1,0),(64921,1617,0,1,1,-9403.12,-919.279,60.9487,-0.942477,0,0,0,1,60,100,1,0),(64923,1617,530,1,1,6656.74,-6680.58,44.1546,2.94959,0,0,0,1,60,100,1,0),(64924,1617,530,1,1,9278.97,-6164.54,7.38687,-2.74016,0,0,0,1,60,100,1,0),(64925,1617,530,1,1,8793.04,-7966.59,172.773,1.46608,0,0,0,1,60,100,1,0),(64926,1617,530,1,1,8741.75,-7444.05,103.339,-1.62316,0,0,0,1,60,100,1,0),(64927,1617,530,1,1,8857.86,-6892.42,38.4472,1.44862,0,0,0,1,60,100,1,0),(64928,1617,530,1,1,6685.84,-6642.1,44.1807,-2.96704,0,0,0,1,60,100,1,0),(64929,1617,530,1,1,9193.34,-7771,122.949,2.82743,0,0,0,1,60,100,1,0),(64930,1617,0,1,1,-9127.98,-15.8528,85.698,-0.139624,0,0,0,1,60,100,1,0),(64931,1617,530,1,1,7692.31,-7616.2,147.087,-0.034906,0,0,0,1,60,100,1,0),(64932,1617,0,1,1,-5912.34,-127.995,368.476,0.331611,0,0,0,1,60,100,1,0),(64933,1617,530,1,1,7947.32,-6460.41,50.1804,1.97222,0,0,0,1,60,100,1,0),(64934,1617,530,1,1,7534.86,-6142.36,19.3165,0.471238,0,0,0,1,60,100,1,0),(64935,1617,530,1,1,8945.37,-7206.28,68.1146,-1.50098,0,0,0,1,60,100,1,0),(64936,1617,530,1,1,7332.13,-7551.61,85.6491,2.96704,0,0,0,1,60,100,1,0),(64937,1617,530,1,1,9175.33,-7497.61,69.5724,0.366518,0,0,0,1,60,100,1,0),(64938,1617,530,1,1,8631.52,-7409.71,126.763,-1.71042,0,0,0,1,60,100,1,0),(64939,1617,530,1,1,8295.98,-7256.61,139.812,0.331611,0,0,0,1,60,100,1,0),(64940,1617,530,1,1,8603.75,-7097.45,85.0047,-1.93732,0,0,0,1,60,100,1,0),(64941,1617,0,1,1,-9740.14,-1205.03,45.0785,2.04204,0,0,0,1,60,100,1,0),(64942,1617,0,1,1,-5718.47,-1813.51,399.721,2.96704,0,0,0,1,60,100,1,0),(64943,1617,0,1,1,-5443.69,-2982.44,356.83,-0.418879,0,0,0,1,60,100,1,0),(64944,1617,0,1,1,-10042.4,13.059,30.5839,-2.3911,0,0,0,1,60,100,1,0),(64945,1617,1,1,1,5744.92,242.318,32.4345,-1.01229,0,0,0,1,60,100,1,0),(64946,1617,1,1,1,-2483.28,-920.769,-4.42509,2.86233,0,0,0,1,60,100,1,0),(64947,1618,530,1,1,9248.45,-6121.2,31.1044,1.43117,0,0,0,1,60,100,1,0),(64948,1618,530,1,1,8537.23,-7863.8,154.571,2.46091,0,0,0,1,60,100,1,0),(64949,1618,530,1,1,6677.24,-7226.57,45.3123,-1.51844,0,0,0,1,60,100,1,0),(64950,1618,530,1,1,6796.14,-6292.89,34.1978,2.79252,0,0,0,1,60,100,1,0),(64951,1618,0,1,1,-5413.17,-399.971,398.614,-2.56563,0,0,0,1,60,100,1,0),(64952,1618,0,1,1,-5301.07,366.328,393.95,-0.034906,0,0,0,1,60,100,1,0),(64953,1618,0,1,1,-9724.51,-1535.47,51.8514,0.418879,0,0,0,1,60,100,1,0),(64955,1618,0,1,1,-9910.36,-1381.62,30.7112,0.855211,0,0,0,1,60,100,1,0),(64957,1618,0,1,1,-9401.43,-772.841,63.7403,2.37364,0,0,0,1,60,100,1,0),(64958,1618,530,1,1,9482.28,-8044.45,3.24424,3.07177,0,0,0,1,60,100,1,0),(64959,1618,530,1,1,8651.87,-6054.54,38.0361,-3.10665,0,0,0,1,60,100,1,0),(64960,1618,530,1,1,8885.48,-7477.02,93.873,-1.39626,0,0,0,1,60,100,1,0),(64961,1618,530,1,1,8920.13,-7312.07,78.0141,0.872664,0,0,0,1,60,100,1,0),(64962,1618,530,1,1,8392.16,-5872.95,19.1162,-0.506145,0,0,0,1,60,100,1,0),(64963,1618,530,1,1,8885.12,-6455.08,25.7743,1.95477,0,0,0,1,60,100,1,0),(64964,1618,0,1,1,-5882.81,-116.939,364.699,1.62316,0,0,0,1,60,100,1,0),(64965,1618,530,1,1,7825.93,-6403.61,17.622,-1.71042,0,0,0,1,60,100,1,0),(64966,1618,530,1,1,6948.95,-6395.53,37.0867,-0.488691,0,0,0,1,60,100,1,0),(64967,1618,530,1,1,7312.35,-7420.99,69.8643,2.05949,0,0,0,1,60,100,1,0),(64968,1618,530,1,1,7353.2,-7572.51,92.5386,-0.698132,0,0,0,1,60,100,1,0),(64969,1618,530,1,1,8830.32,-7626.97,121.223,1.16937,0,0,0,1,60,100,1,0),(64970,1618,530,1,1,8249.29,-7342.53,161.373,-1.81514,0,0,0,1,60,100,1,0),(64971,1618,530,1,1,8808.57,-7108.68,39.6849,-1.6057,0,0,0,1,60,100,1,0),(64973,1618,0,1,1,-5644.59,-1456.99,399.917,1.93731,0,0,0,1,60,100,1,0),(64974,1618,0,1,1,-5555.24,-1461.55,403.171,-2.68781,0,0,0,1,60,100,1,0),(64975,1618,0,1,1,-5690.18,-1850.92,399.83,1.43117,0,0,0,1,60,100,1,0),(64976,1618,0,1,1,-5738.69,-1914.39,401.659,1.18682,0,0,0,1,60,100,1,0),(64977,1619,530,1,1,9177.01,-6057.25,102.425,0.261798,0,0,0,1,60,100,1,0),(64978,1619,530,1,1,8631.06,-6702.65,118.631,2.51327,0,0,0,1,60,100,1,0),(64979,1619,0,1,1,-5719.87,-1606.49,384.292,-1.37881,0,0,0,1,60,100,1,0),(64983,1619,0,1,1,-9679.7,-1220.33,46.5051,-1.81514,0,0,0,1,60,100,1,0),(64984,1619,530,1,1,6782.58,-7151.8,44.9719,0.069812,0,0,0,1,60,100,1,0),(64985,1619,0,1,1,-9819.25,-1392.68,53.7644,3.08918,0,0,0,1,60,100,1,0),(64988,1619,0,1,1,-9804.1,-1442.02,43.9482,-0.628317,0,0,0,1,60,100,1,0),(64989,1619,0,1,1,-9785.67,-1340.88,52.0721,-0.802851,0,0,0,1,60,100,1,0),(64990,1619,0,1,1,-9655.55,-2019.22,56.6992,-2.67035,0,0,0,1,60,100,1,0),(64991,1619,530,1,1,7111,-5851.78,24.8521,0.977383,0,0,0,1,60,100,1,0),(64992,1619,530,1,1,8069.74,-7947.57,191.26,2.82743,0,0,0,1,60,100,1,0),(64993,1619,530,1,1,8733.86,-8028.91,190.21,0.471238,0,0,0,1,60,100,1,0),(64994,1619,530,1,1,8423.9,-5896.26,35.8895,-2.18166,0,0,0,1,60,100,1,0),(64995,1619,530,1,1,8080.21,-6306.36,71.77,-2.09439,0,0,0,1,60,100,1,0),(64996,1619,530,1,1,8538.5,-6319.73,84.9434,1.97222,0,0,0,1,60,100,1,0),(64997,1619,530,1,1,8967.45,-7152.78,52.1016,2.40855,0,0,0,1,60,100,1,0),(64998,1619,530,1,1,8783.74,-7397.24,94.7018,-1.48353,0,0,0,1,60,100,1,0),(64999,1619,0,1,1,-5866.18,-1564.39,365.553,-2.426,0,0,0,1,60,100,1,0),(65003,1619,0,1,1,-5838.34,-1653.31,358.806,-2.72271,0,0,0,1,60,100,1,0),(65004,1619,0,1,1,-5745.33,-1616.57,363.214,-0.191985,0,0,0,1,60,100,1,0),(65005,1619,0,1,1,-5733.56,-1774.67,401.658,-1.309,0,0,0,1,60,100,1,0),(65006,1620,530,1,1,7452.1,-5841.48,6.8812,-1.27409,0,0,0,1,60,100,1,0),(65007,1620,0,1,1,-10810.8,-627.807,39.8429,0.209439,0,0,0,1,60,100,1,0),(65008,1620,0,1,1,-2988.7,-2823.87,26.3481,-0.575957,0,0,0,1,60,100,1,0),(65009,1620,0,1,1,-4992.66,-3306.73,299.76,-0.628317,0,0,0,1,60,100,1,0),(65010,1620,0,1,1,-4949.69,-3498.08,304.366,-0.244346,0,0,0,1,60,100,1,0),(65011,1620,0,1,1,-5548.28,-4147.27,376.306,-0.994837,0,0,0,1,60,100,1,0),(65012,1620,0,1,1,-5430.76,-3878.28,332.083,-0.122173,0,0,0,1,60,100,1,0),(65013,1620,0,1,1,-9512.06,-1926.95,76.6898,-1.64061,0,0,0,1,60,100,1,0),(65014,1620,1,1,1,3672.25,633.266,6.47519,-0.890117,0,0,0,1,60,100,1,0),(65015,1620,530,1,1,7622.29,-7521.17,155.27,0.628317,0,0,0,1,60,100,1,0),(65016,1620,0,1,1,-9415.11,-2080.05,61.2199,2.51327,0,0,0,1,60,100,1,0),(65017,1620,0,1,1,-9381.91,-1962.83,58.4079,-0.471238,0,0,0,1,60,100,1,0),(65018,1620,0,1,1,-10024.5,-1190.48,27.327,-1.95477,0,0,0,1,60,100,1,0),(65019,1620,0,1,1,-2807.56,-1419.77,11.2288,1.48353,0,0,0,1,60,100,1,0),(65020,1620,0,1,1,-9688.03,-2101.71,58.5017,-2.26892,0,0,0,1,60,100,1,0),(65021,1620,530,1,1,7700.73,-6540.21,14.0813,2.74016,0,0,0,1,60,100,1,0),(65022,1620,1,1,1,2271.92,-1275.44,76.1553,1.81514,0,0,0,1,60,100,1,0),(65023,1620,0,1,1,-2962.5,-2679.83,13.754,-1.98967,0,0,0,1,60,100,1,0),(65024,1621,530,1,1,6626.04,-7385.56,55.2089,1.50098,0,0,0,1,60,100,1,0),(65025,1621,530,1,1,6844.84,-6193.89,32.7456,1.309,0,0,0,1,60,100,1,0),(65026,1621,0,1,1,-2845.5,-2193.88,30.3731,3.01941,0,0,0,1,60,100,1,0),(65027,1621,0,1,1,-2713.48,-1961.67,17.293,2.30383,0,0,0,1,60,100,1,0),(65028,1621,0,1,1,-3160.43,-1554.23,8.60373,1.53589,0,0,0,1,60,100,1,0),(65029,1621,0,1,1,-5464.19,-3965.31,347.369,2.07694,0,0,0,1,60,100,1,0),(65030,1621,0,1,1,-9770.06,-2221.82,59.8902,-0.314158,0,0,0,1,60,100,1,0),(65031,1621,0,1,1,-5429.04,-3918.93,341.433,-2.80997,0,0,0,1,60,100,1,0),(65032,1621,0,1,1,-9262.77,-1977.89,75.5952,-2.9845,0,0,0,1,60,100,1,0),(65033,1621,0,1,1,-10617.7,-913.665,55.1904,-2.96704,0,0,0,1,60,100,1,0),(65036,1621,0,1,1,-10970.5,-1142.02,39.3726,-0.069812,0,0,0,1,60,100,1,0),(65037,1621,0,1,1,-10435.6,42.7232,44.7757,-1.01229,0,0,0,1,60,100,1,0),(65038,1621,0,1,1,-10265.8,266.94,39.2517,0.785397,0,0,0,1,60,100,1,0),(65040,1621,0,1,1,-10346.4,28.2568,50.1187,-2.56563,0,0,0,1,60,100,1,0),(65041,1621,0,1,1,-3174.86,-1256.82,10.2202,-1.32645,0,0,0,1,60,100,1,0),(65042,1621,0,1,1,-10387.3,-1191.86,43.122,-1.95477,0,0,0,1,60,100,1,0),(65043,1621,0,1,1,-9658.02,-2111.7,60.2108,0.925024,0,0,0,1,60,100,1,0),(65044,1621,0,1,1,-2917.71,-1810.56,8.50937,-1.67551,0,0,0,1,60,100,1,0),(65045,1621,530,1,1,6864.21,-6025.7,43.6682,0.191985,0,0,0,1,60,100,1,0),(65046,1621,0,1,1,-3108,-2187.96,9.23061,-2.23402,0,0,0,1,60,100,1,0),(65047,1621,0,1,1,-3087.76,-2009.68,9.41214,-1.02974,0,0,0,1,60,100,1,0),(65048,1621,0,1,1,-766.645,-956.938,34.0646,1.53589,0,0,0,1,60,100,1,0),(65049,1621,1,1,1,5603.32,241.437,31.5457,-1.69297,0,0,0,1,60,100,1,0),(65051,1621,0,1,1,-10474,-78.0064,45.7854,2.23402,0,0,0,1,60,100,1,0),(65052,1621,0,1,1,-3067.73,-2692.13,16.6828,-0.785397,0,0,0,1,60,100,1,0),(65053,1621,0,1,1,-1053.8,-1368.43,56.3424,1.65806,0,0,0,1,60,100,1,0),(65054,1621,1,1,1,4823.35,275.858,52.1601,1.65806,0,0,0,1,60,100,1,0),(65055,1621,1,1,1,4760.79,137.93,54.6364,-2.23402,0,0,0,1,60,100,1,0),(65056,1622,0,1,1,-5476.34,-3939.22,354.36,2.33874,0,0,0,1,60,100,1,0),(65058,1622,0,1,1,-9744.08,-2407.2,79.0861,-2.70526,0,0,0,1,60,100,1,0),(65059,1622,0,1,1,-5387.01,-4006.79,342.398,2.44346,0,0,0,1,60,100,1,0),(65060,1622,0,1,1,-1759.68,-1525.38,60.9828,2.05949,0,0,0,1,60,100,1,0),(65061,1622,0,1,1,-2859.65,-1473.97,10.1537,-2.84488,0,0,0,1,60,100,1,0),(65062,1622,0,1,1,-11090.1,-103.738,16.2993,2.00713,0,0,0,1,60,100,1,0),(65063,1622,0,1,1,-10650.5,-166.159,36.3386,0.59341,0,0,0,1,60,100,1,0),(65064,1622,530,1,1,6600.1,-7320.83,54.8369,2.54818,0,0,0,1,60,100,1,0),(65065,1622,1,1,1,2231.59,-1551.59,93.0479,0.645772,0,0,0,1,60,100,1,0),(65066,1622,0,1,1,-1084.49,-1062.97,53.508,1.3439,0,0,0,1,60,100,1,0),(65067,1622,0,1,1,-3280.57,-1743.55,16.7819,-3.07177,0,0,0,1,60,100,1,0),(65068,1622,0,1,1,-3737.84,-931.895,7.16821,-0.837757,0,0,0,1,60,100,1,0),(65069,1622,0,1,1,-3886.87,-1078.15,24.5511,2.09439,0,0,0,1,60,100,1,0),(65070,1622,0,1,1,-1032.7,-258.555,24.9987,-2.00713,0,0,0,1,60,100,1,0),(65071,1622,0,1,1,-1075.52,-2794.77,42.197,-2.61799,0,0,0,1,60,100,1,0),(65072,1623,1,1,1,-918.797,839.595,136.834,0.820303,0,0,0,1,180,100,1,0),(65073,1623,0,1,1,-3571.57,-2417.75,75.7175,1.25664,0,0,0,1,60,100,1,0),(65074,1623,0,1,1,-749.011,-3410.89,90.186,-0.558504,0,0,0,1,60,100,1,0),(65076,1623,0,1,1,-1829.14,-2981.23,69.3118,2.40855,0,0,0,1,60,100,1,0),(65077,1623,0,1,1,-1815.8,-1959.13,71.8475,1.0821,0,0,0,1,60,100,1,0),(65078,1623,0,1,1,-3272.46,-1950.03,64.9973,1.29154,0,0,0,1,60,100,1,0),(65079,1623,0,1,1,-918.291,-2640.81,91.7362,0.890117,0,0,0,1,60,100,1,0),(65080,1623,0,1,1,-649.711,-2131.39,79.6602,-2.67035,0,0,0,1,60,100,1,0),(65081,1623,0,1,1,-633.374,-2060.6,67.0973,1.69297,0,0,0,1,60,100,1,0),(65082,1623,0,1,1,-749.577,-3156.14,92.4223,2.23402,0,0,0,1,60,100,1,0),(65083,1623,0,1,1,-1131.15,-1300.78,82.1511,0.418879,0,0,0,1,60,100,1,0),(65084,1623,0,1,1,-1956.44,-3362.97,110.945,2.23402,0,0,0,1,60,100,1,0),(65085,1623,0,1,1,-6456.49,-2473.7,324.2,2.00713,0,0,0,1,60,100,1,0),(65086,1623,0,1,1,-3205.36,-3143.97,70.3773,-1.09956,0,0,0,1,60,100,1,0),(65087,1623,0,1,1,-880.179,-2722.09,70.7413,-1.64061,0,0,0,1,60,100,1,0),(65088,1623,0,1,1,-1756.26,-3523.51,72.5092,-1.23918,0,0,0,1,60,100,1,0),(65089,1623,0,1,1,-820.696,-3109.38,88.8006,-1.81514,0,0,0,1,60,100,1,0),(65090,1623,0,1,1,-755.853,-2290.78,62.4308,0,0,0,0,1,60,100,1,0),(65091,1623,0,1,1,-1946.28,-2989.11,72.2344,-0.506145,0,0,0,1,60,100,1,0),(65092,1624,0,1,1,-3111.52,-1504.16,9.60414,2.56563,0,0,0,1,60,100,1,0),(65093,1624,0,1,1,-3175.66,-952.048,9.59336,0.383971,0,0,0,1,60,100,1,0),(65094,1624,0,1,1,-1215.86,-2982.48,46.8069,2.70526,0,0,0,1,60,100,1,0),(65095,1624,0,1,1,55.5641,-50.3888,99.1906,-1.23918,0,0,0,1,180,100,1,0),(65098,1624,0,1,1,-2977.79,-1225.19,10.514,1.6057,0,0,0,1,60,100,1,0),(65099,1624,1,1,1,3914.34,705.673,7.32464,-0.296705,0,0,0,1,60,100,1,0),(65100,1624,0,1,1,-1264.63,-2279.34,57.1287,-1.11701,0,0,0,1,60,100,1,0),(65101,1624,1,1,1,3160.27,468.336,2.55126,0.296705,0,0,0,1,60,100,1,0),(65102,1624,0,1,1,-10522.5,-27.1364,44.637,2.1293,0,0,0,1,60,100,1,0),(65103,1624,0,1,1,-10340.4,-28.8124,45.1232,0.296705,0,0,0,1,60,100,1,0),(65104,1624,0,1,1,-1163.82,-1529.36,56.8556,-1.79769,0,0,0,1,60,100,1,0),(65105,1624,0,1,1,-1053.47,-1787.58,59.3678,0.750491,0,0,0,1,60,100,1,0),(65106,1624,0,1,1,-984.745,-3346.48,56.8505,-0.523598,0,0,0,1,60,100,1,0),(65107,1624,0,1,1,-1009.44,-1058.56,43.1947,0.575957,0,0,0,1,60,100,1,0),(65108,1624,0,1,1,-1053.47,-1913.41,62.1433,-1.309,0,0,0,1,60,100,1,0),(65110,1624,1,1,1,2289.08,-1279.43,77.6134,2.51327,0,0,0,1,60,100,1,0),(65111,1624,0,1,1,-1546.05,-2410.19,76.3865,-1.16937,0,0,0,1,60,100,1,0),(65112,1624,0,1,1,-12200.6,139.857,18.0954,3.01941,0,0,0,1,60,100,1,0),(65113,1624,0,1,1,-10229.6,-33.3671,32.1215,-0.331611,0,0,0,1,60,100,1,0),(65114,1624,1,1,1,-196.438,1116.59,87.2241,2.05949,0,0,0,1,180,100,1,0),(65115,1624,1,1,1,2343.85,-1231.43,86.3554,2.96704,0,0,0,1,60,100,1,0),(65116,1628,0,1,1,-2815.28,-2228.88,-0.927708,2.9845,0,0,0,1,60,100,1,0),(65117,1628,0,1,1,-2863.84,-2169.54,23.2902,-2.28638,0,0,0,1,60,100,1,0),(65120,1628,0,1,1,-1515.81,-1899.49,68.2952,1.95477,0,0,0,1,60,100,1,0),(65121,3727,1,1,1,-2282.97,-2287.78,91.8577,2.67035,0,0,0,1,180,100,1,0),(65122,3729,1,1,1,-1767.89,-2967.73,91.6667,-0.663223,0,0,0,1,180,100,1,0),(65123,3729,1,1,1,-2239.95,-1597.31,92.7891,0.680677,0,0,0,1,180,100,1,0),(65124,181166,530,1,1,9515.63,-7918.87,13.4497,-0.418879,0,0,0,1,60,100,1,0),(65125,181166,530,1,1,9481.07,-7946.28,11.1778,-2.91469,0,0,0,1,60,100,1,0),(65126,181166,530,1,1,9449.09,-7888.03,21.0499,1.37881,0,0,0,1,60,100,1,0),(65127,181166,530,1,1,9258.88,-6625.81,26.7832,1.09956,0,0,0,1,60,100,1,0),(65128,181166,530,1,1,9174.91,-6217.93,17.9768,1.85005,0,0,0,1,60,100,1,0),(65129,181166,530,1,1,8158.4,-6360.23,70.8225,-1.25664,0,0,0,1,60,100,1,0),(65130,181166,530,1,1,8184.96,-6650.2,85.0394,1.78023,0,0,0,1,60,100,1,0),(65131,181166,530,1,1,8270.51,-6657.1,86.3072,-0.139624,0,0,0,1,60,100,1,0),(65132,181166,530,1,1,8211.71,-6303.67,64.5097,1.78023,0,0,0,1,60,100,1,0),(65133,181166,530,1,1,8277.2,-7269.91,140.453,1.93731,0,0,0,1,60,100,1,0),(65134,181166,530,1,1,8695.06,-6322,55.4206,0.017452,0,0,0,1,60,100,1,0),(65135,181166,530,1,1,8689.57,-7147.63,47.8558,-0.244346,0,0,0,1,60,100,1,0),(65136,3763,1,1,1,-2080.55,-2800.56,97.923,0.837757,0,0,0,1,180,100,1,0),(75008,1733,530,1,1,6948.06,-7521.55,49.5686,-2.46091,0,0,0.942641,-0.333807,900,255,1,0),(73510,1731,0,1,1,-5557.18,188.45,416.896,-1.11701,0,0,0.529919,-0.848048,900,255,1,0),(74944,1731,530,1,1,9153.6,-6066.24,91.2698,0.349065,0,0,0,1,900,255,1,0),(73509,1731,0,1,1,-5629.82,-64.7745,420.671,-1.39626,0,0,0.642788,-0.766044,900,255,1,0),(73508,1731,0,1,1,-5815.37,224.161,393.461,2.18166,0,0,0.887011,0.461749,900,255,1,0),(75602,1733,0,1,1,-5860.61,-3754.48,334.931,-2.93215,0,0,0.994522,-0.104529,900,255,1,0),(75601,1732,0,1,1,-5860.61,-3754.48,334.931,-2.93215,0,0,0.994522,-0.104529,900,255,1,0),(65144,1731,0,1,1,-9519.65,-2103.17,94.1483,-2.58308,0,0,0,1,180,100,1,0),(75205,1733,0,1,1,-893.763,309.781,39.3592,-0.122173,0,0,0.061049,-0.998135,900,255,1,0),(73507,1731,0,1,1,-5671.96,758.951,390.155,0.767945,0,0,0.374607,0.927184,900,255,1,0),(74943,1731,530,1,1,9352.82,-7918.88,15.0909,-0.925024,0,0,0.446198,-0.894934,900,255,1,0),(75007,1732,530,1,1,6948.06,-7521.55,49.5686,-2.46091,0,0,0.942641,-0.333807,900,255,1,0),(65155,1731,0,1,1,-3132.9,-1450.79,-0.29859,0.436332,0,0,0,1,180,100,1,0),(75006,1731,530,1,1,6948.06,-7521.55,49.5686,-2.46091,0,0,0.942641,-0.333807,900,255,1,0),(73611,1732,0,1,1,-10436,-1012,48.816,-3,0,0,-0.956305,0.292372,900,255,1,0),(75005,1733,530,1,1,6354.8,-6358.58,71.9724,-0.20944,0,0,0.104528,-0.994522,900,255,1,0),(74800,1731,0,1,1,-9620.11,-46.3336,47.3641,2.04204,0,0,0.85264,0.522499,900,255,1,0),(74942,1731,530,1,1,8758.19,-6855.44,65.6054,-2.82743,0,0,0.987688,-0.156434,900,255,1,0),(65161,1731,0,1,1,-2899.95,-1715.63,2.10021,-1.64061,0,0,0,1,180,100,1,0),(75004,1732,530,1,1,6354.8,-6358.58,71.9724,-0.20944,0,0,0.104528,-0.994522,900,255,1,0),(74941,1731,530,1,1,8141.18,-7891.01,201.926,-2.54818,0,0,0.956305,-0.292372,900,255,1,0),(74940,1731,530,1,1,8255.45,-6933.31,88.8827,-2.11185,0,0,0.870356,-0.492423,900,255,1,0),(74939,1731,530,1,1,8304.13,-6966.73,93.4246,-2.25148,0,0,0.902585,-0.430511,900,255,1,0),(74938,1731,530,1,1,8296.24,-7134.22,126.994,0.349066,0,0,0.173648,0.984808,900,255,1,0),(74937,1731,530,1,1,8620.28,-7021.36,69.6507,-2.21657,0,0,0.894934,-0.446198,900,255,1,0),(74936,1731,530,1,1,8772,-6848.48,61.0593,1.37881,0,0,0.636078,0.771625,900,255,1,0),(74935,1731,530,1,1,9074.31,-6966.63,18.7819,1.41372,0,0,0.649448,0.760406,900,255,1,0),(74934,1731,530,1,1,9061.54,-7157.18,79.3397,-2.33874,0,0,0.920505,-0.390731,900,255,1,0),(75003,1731,530,1,1,6354.8,-6358.58,71.9724,-0.20944,0,0,0.104528,-0.994522,900,255,1,0),(74933,1731,530,1,1,8957.36,-6504.22,18.1698,2.18166,0,0,0.887011,0.461749,900,255,1,0),(74932,1731,530,1,1,8851.35,-6392.48,32.4433,3.01942,0,0,0.998135,0.061049,900,255,1,0),(74931,1731,530,1,1,9156.25,-5893.79,4.91682,-2.25148,0,0,0.902585,-0.430511,900,255,1,0),(75002,1733,530,1,1,7890.42,-6941.48,79.6466,-0.575959,0,0,0.284015,-0.95882,900,255,1,0),(74930,1731,530,1,1,8978.16,-7247.94,111.609,-0.715585,0,0,0,1,900,255,1,0),(73506,1731,0,1,1,-5579.25,745.874,391.875,1.39626,0,0,0.642788,0.766044,900,255,1,0),(73505,1731,0,1,1,-5557.61,649.328,398.718,0.855211,0,0,0.414693,0.909961,900,255,1,0),(73504,1731,0,1,1,-5018.81,466.14,419.118,0,0,0,0,1,900,255,1,0),(73503,1731,0,1,1,-4827.8,-231.656,406.364,0.366519,0,0,0.182236,0.983255,900,255,1,0),(73502,1731,0,1,1,-4962.52,-169.262,386.505,-0.15708,0,0,0.078459,-0.996917,900,255,1,0),(73501,1731,0,1,1,-5148.34,-324.104,402.391,2.98451,0,0,0.996917,0.078459,900,255,1,0),(73500,1731,0,1,1,-5811.24,-426.122,370.75,0.279253,0,0,0.139173,0.990268,900,255,1,0),(65185,1732,0,1,1,-3333.45,-2346.02,58.0189,0.034906,0,0,0,1,180,100,1,0),(68624,1735,0,1,1,-1849,-1615,45.601,5.866,0,0,0,0,900,255,1,0),(75600,1731,0,1,1,-5860.61,-3754.48,334.931,-2.93215,0,0,0.994522,-0.104529,900,255,1,0),(68001,2040,0,1,1,533.324,-675,166.534,0.214,0,0,0,0,900,255,1,0),(75204,1732,0,1,1,-893.763,309.781,39.3592,-0.122173,0,0,0.061049,-0.998135,900,255,1,0),(65190,1732,0,1,1,-3368.49,-1735.87,68.9991,-0.733038,0,0,0,1,180,100,1,0),(73610,1731,0,1,1,-10436,-1012,48.816,-3,0,0,-0.956305,0.292372,900,255,1,0),(73609,1734,0,1,1,-10174.9,-700.101,44.6107,2.96704,0,0,0,1,900,255,1,0),(73608,1733,0,1,1,-10174.9,-700.101,44.6107,2.96704,0,0,0,1,900,255,1,0),(73607,1735,0,1,1,-10174.9,-700.101,44.6107,2.96704,0,0,0,1,900,255,1,0),(73606,1732,0,1,1,-10174.9,-700.101,44.6107,2.96704,0,0,0,1,900,255,1,0),(73605,1731,0,1,1,-10174.9,-700.101,44.6107,2.96704,0,0,0,1,900,255,1,0),(75203,1731,0,1,1,-893.763,309.781,39.3592,-0.122173,0,0,0.061049,-0.998135,900,255,1,0),(68623,2047,0,1,1,-1179.43,-1668.41,52.748,2.04204,0,0,0,1,900,255,1,0),(65202,1732,1,1,1,2909.78,415.713,103.499,1.309,0,0,0,1,180,100,1,0),(65203,1732,0,1,1,-3017.88,-3254.68,61.5329,0.523598,0,0,0,1,180,100,1,0),(68622,1734,0,1,1,-1179.43,-1668.41,52.748,2.04204,0,0,0,1,900,255,1,0),(68621,1733,0,1,1,-1179.43,-1668.41,52.748,2.04204,0,0,0,1,900,255,1,0),(68620,1732,0,1,1,-1179.43,-1668.41,52.748,2.04204,0,0,0,1,900,255,1,0),(68619,2040,0,1,1,-1179.43,-1668.41,52.748,2.04204,0,0,0,1,900,255,1,0),(65208,1732,0,1,1,-3556.3,-1769.77,76.4529,-1.25664,0,0,0,1,180,100,1,0),(75001,1732,530,1,1,7890.42,-6941.48,79.6466,-0.575959,0,0,0.284015,-0.95882,900,255,1,0),(68000,1735,0,1,1,533.324,-675,166.534,0.214,0,0,0,0,900,255,1,0),(65211,1732,0,1,1,-9179.15,-2442.4,115.091,0.314158,0,0,0,1,180,100,1,0),(68618,1735,0,1,1,-1179.43,-1668.41,52.748,2.04204,0,0,0,1,900,255,1,0),(65213,1732,0,1,1,-3233.39,-3117.34,41.0138,2.51327,0,0,0,1,180,100,1,0),(75202,1733,0,1,1,-644.457,-1361.17,68.5742,2.23402,0,0,0,1,900,255,1,0),(75201,1732,0,1,1,-644.457,-1361.17,68.5742,2.23402,0,0,0,1,900,255,1,0),(68617,2047,0,1,1,-1734,-3104,25.08,2.426,0,0,0,0,900,255,1,0),(73604,1734,0,1,1,-11045.7,-299.893,16.2588,-2.53072,0,0,0,1,900,255,1,0),(75000,1731,530,1,1,7890.42,-6941.48,79.6466,-0.575959,0,0,0.284015,-0.95882,900,255,1,0),(68616,1734,0,1,1,-1734,-3104,25.08,2.426,0,0,0,0,900,255,1,0),(73603,1733,0,1,1,-11045.7,-299.893,16.2588,-2.53072,0,0,0,1,900,255,1,0),(68615,1733,0,1,1,-1734,-3104,25.08,2.426,0,0,0,0,900,255,1,0),(73602,1735,0,1,1,-11045.7,-299.893,16.2588,-2.53072,0,0,0,1,900,255,1,0),(65223,1733,0,1,1,-11822.3,577.765,48.6223,0.90757,0,0,0,1,180,100,1,0),(68614,1732,0,1,1,-1734,-3104,25.08,2.426,0,0,0,0,900,255,1,0),(65225,1734,0,1,1,-190.746,-312.664,73.9734,2.53072,0,0,0,1,180,100,1,0),(65226,1734,0,1,1,-2339.53,-1646.11,-24.6021,0.698132,0,0,0,1,180,100,1,0),(65227,1734,0,1,1,-3085.14,-3260.26,66.2112,-2.46091,0,0,0,1,180,100,1,0),(68613,2040,0,1,1,-1734,-3104,25.08,2.426,0,0,0,0,900,255,1,0),(68612,1735,0,1,1,-1734,-3104,25.08,2.426,0,0,0,0,900,255,1,0),(75415,1735,0,1,1,-188.376,-353.486,54.2951,1.0472,0,0,0.5,0.866025,900,255,1,0),(65231,1734,1,1,1,-9109.86,-4197.31,-30.1479,1.83259,0,0,0,1,180,100,1,0),(65232,1734,1,1,1,-8066.52,-2266.52,15.7821,-2.37364,0,0,0,1,180,100,1,0),(65233,1735,0,1,1,-2372.2,-1556.79,-45.2468,-2.58308,0,0,0,1,180,100,1,0),(65234,1735,0,1,1,-2808.98,-2934.11,52.1863,-2.11185,0,0,0,1,180,100,1,0),(75414,2047,0,1,1,-261.954,-1771.5,128.367,0.418879,0,0,0.207912,0.978148,900,255,1,0),(75200,1731,0,1,1,-644.457,-1361.17,68.5742,2.23402,0,0,0,1,900,255,1,0),(68611,2047,0,1,1,-1215,-2783,55.827,1.588,0,0,0,0,900,255,1,0),(68610,1734,0,1,1,-1215,-2783,55.827,1.588,0,0,0,0,900,255,1,0),(73601,1732,0,1,1,-11045.7,-299.893,16.2588,-2.53072,0,0,0,1,900,255,1,0),(73600,1731,0,1,1,-11045.7,-299.893,16.2588,-2.53072,0,0,0,1,900,255,1,0),(65243,1735,0,1,1,-2940.86,-3273.19,61.9162,1.48353,0,0,0,1,180,100,1,0),(68609,1733,0,1,1,-1215,-2783,55.827,1.588,0,0,0,0,900,255,1,0),(68608,1732,0,1,1,-1215,-2783,55.827,1.588,0,0,0,0,900,255,1,0),(68607,2040,0,1,1,-1215,-2783,55.827,1.588,0,0,0,0,900,255,1,0),(68606,1735,0,1,1,-1215,-2783,55.827,1.588,0,0,0,0,900,255,1,0),(75413,1734,0,1,1,-261.954,-1771.5,128.367,0.418879,0,0,0.207912,0.978148,900,255,1,0),(75412,2040,0,1,1,-261.954,-1771.5,128.367,0.418879,0,0,0.207912,0.978148,900,255,1,0),(70603,1733,0,1,1,-6807,-2349,279.901,-3,0,0,0,0,900,255,1,0),(70602,1734,0,1,1,-6807,-2349,279.901,-3,0,0,0,0,900,255,1,0),(75411,1735,0,1,1,-261.954,-1771.5,128.367,0.418879,0,0,0.207912,0.978148,900,255,1,0),(75410,2047,0,1,1,-268,-279,52.135,0.768,0,0,0.374607,0.927184,900,255,1,0),(65255,1735,0,1,1,-11490.4,276.76,22.9154,-1.78023,0,0,0,1,180,100,1,0),(70601,2040,0,1,1,-6807,-2349,279.901,-3,0,0,0,0,900,255,1,0),(75409,1734,0,1,1,-268,-279,52.135,0.768,0,0,0.374607,0.927184,900,255,1,0),(68605,2047,0,1,1,-1835,-3132,44.299,0,0,0,0,0,900,255,1,0),(68604,1734,0,1,1,-1835,-3132,44.299,0,0,0,0,0,900,255,1,0),(68603,1733,0,1,1,-1835,-3132,44.299,0,0,0,0,0,900,255,1,0),(68602,1732,0,1,1,-1835,-3132,44.299,0,0,0,0,0,900,255,1,0),(65263,1735,1,1,1,-978.96,1433.73,69.1913,2.82743,0,0,0,1,180,100,1,0),(65264,176583,530,1,1,-174.423,4946.23,57.7398,-3.05433,0,0,0,1,60,100,1,0),(65265,176583,530,1,1,194.592,6451.13,22.5768,2.54818,0,0,0,1,60,100,1,0),(65266,176583,530,1,1,99.829,6329.88,22.2657,2.14675,0,0,0,1,60,100,1,0),(65267,176583,530,1,1,-1090.09,5651.94,61.4272,-2.32129,0,0,0,1,60,100,1,0),(65268,176583,530,1,1,973.353,7585.97,23.5498,-2.65289,0,0,0,1,60,100,1,0),(65269,176583,530,1,1,46.6568,5972.86,22.6565,1.83259,0,0,0,1,60,100,1,0),(65270,176584,0,1,1,1878.28,-4879.28,98.8299,2.9845,0,0,0,1,60,100,1,0),(65271,176584,530,1,1,-1124.82,2603.13,27.3606,1.09956,0,0,0,1,60,100,1,0),(65272,176584,530,1,1,-617.104,3310.18,18.6725,2.32129,0,0,0,1,60,100,1,0),(65273,176584,530,1,1,-447.679,3820.29,56.3577,1.22173,0,0,0,1,60,100,1,0),(65274,176584,530,1,1,-410.75,3642.1,44.7345,1.97222,0,0,0,1,60,100,1,0),(65275,176584,530,1,1,-131.061,6067.88,22.2528,-2.19912,0,0,0,1,60,100,1,0),(65276,176584,530,1,1,-716.607,3689.33,28.2092,-0.785397,0,0,0,1,60,100,1,0),(65277,176586,0,1,1,-7896.6,-2558.81,219.946,3.14159,0,0,0,1,180,100,1,0),(65278,176586,530,1,1,202.783,4692.7,99.6541,-2.49582,0,0,0,1,60,100,1,0),(65279,176586,530,1,1,-681.734,3885.03,67.3771,1.69297,0,0,0,1,60,100,1,0),(65280,176587,0,1,1,2016.61,-4694.26,91.7821,-0.837757,0,0,0,1,60,255,1,0),(65281,176587,0,1,1,2016.61,-4694.26,91.7821,-0.837757,0,0,0,1,60,100,1,0),(65282,176587,0,1,1,2115.63,-4873.79,74.8908,1.50098,0,0,0,1,60,100,1,0),(65283,176587,0,1,1,2818.86,-4592.9,90.6468,-1.69297,0,0,0,1,60,100,1,0),(65284,176587,0,1,1,1784.86,-4176.54,86.9041,0.663223,0,0,0,1,60,100,1,0),(65285,176587,0,1,1,1208,-2550.61,73.0816,-1.11701,0,0,0,1,60,100,1,0),(65286,176587,0,1,1,1814.54,-1161.08,60.4921,-2.426,0,0,0,1,60,100,1,0),(65287,176587,0,1,1,1744.66,-4339.93,77.6948,-0.069812,0,0,0,1,60,100,1,0),(65289,176589,0,1,1,-7620.87,-709.08,182.742,1.46608,0,0,0,1,180,100,1,0),(65290,176589,0,1,1,-8238.41,-1756.23,147.111,1.5708,0,0,0,1,180,100,1,0),(65291,2040,0,1,1,-7079.49,-998.117,243.831,-2.79252,0,0,0,1,180,100,1,0),(75408,2040,0,1,1,-268,-279,52.135,0.768,0,0,0.374607,0.927184,900,255,1,0),(74300,2040,0,1,1,2528.2,-4356,67.028,3.016,0,0,0,0,900,255,1,0),(68601,2040,0,1,1,-1835,-3132,44.299,0,0,0,0,0,900,255,1,0),(68600,1735,0,1,1,-1835,-3132,44.299,0,0,0,0,0,900,255,1,0),(75407,1735,0,1,1,-268,-279,52.135,0.768,0,0,0.374607,0.927184,900,255,1,0),(70600,1735,0,1,1,-6807,-2349,279.901,-3,0,0,0,0,900,255,1,0),(65299,2040,1,1,1,-7995.1,-2393.72,-24.7835,1.13446,0,0,0,1,180,100,1,0),(65300,2040,1,1,1,-7106.94,-2582.7,13.6203,-1.78023,0,0,0,1,180,100,1,0),(65301,2040,1,1,1,-7728.64,-2599.35,-58.1333,0.261798,0,0,0,1,180,100,1,0),(65302,2040,1,1,1,-8510.09,-4529.86,21.0271,1.46608,0,0,0,1,180,100,1,0),(65303,2040,1,1,1,-9337.35,-4248.36,31.5042,-1.74533,0,0,0,1,180,100,1,0),(65304,2040,1,1,1,-9437.38,-3994.06,-38.0223,-1.6057,0,0,0,1,180,100,1,0),(65305,2040,1,1,1,-9375.39,-3063.52,17.3809,1.85005,0,0,0,1,180,100,1,0),(65306,2040,1,1,1,-9526.4,-2399.89,45.5343,-2.46091,0,0,0,1,180,100,1,0),(65307,2040,1,1,1,-9317.54,-4210.49,23.3972,-0.680679,0,0,0,1,180,100,1,0),(65308,2041,0,1,1,-2896.75,-1689.91,7.51803,-1.309,0,0,0,1,60,100,1,0),(65309,2041,0,1,1,17.8396,-3752.17,146.476,1.39626,0,0,0,1,60,100,1,0),(65310,2041,0,1,1,466.333,-1472.12,40.626,2.40855,0,0,0,1,180,100,1,0),(65311,2041,0,1,1,-2739.23,-1328.33,7.56998,-0.087266,0,0,0,1,60,100,1,0),(65312,2041,0,1,1,-1739.47,-3243.1,24.8213,2.67035,0,0,0,1,60,100,1,0),(65313,2041,0,1,1,-433.665,-986.09,34.3007,-2.87979,0,0,0,1,60,100,1,0),(65315,2041,0,1,1,-2954.39,-2235.25,7.02462,0.349065,0,0,0,1,60,100,1,0),(65316,2041,0,1,1,-3071.98,-2200.16,7.08711,-2.11185,0,0,0,1,60,100,1,0),(65318,2041,0,1,1,-1455.35,-1925.88,50.5102,-0.139624,0,0,0,1,60,100,1,0),(65319,2041,0,1,1,-12156,-65.9369,10.715,-2.80997,0,0,0,1,60,100,1,0),(65320,2041,0,1,1,-1853.69,-2548.98,54.381,-1.51844,0,0,0,1,60,100,1,0),(65321,2041,0,1,1,-1400.24,-1704.12,48.3906,1.78023,0,0,0,1,60,100,1,0),(65322,2041,0,1,1,-1711.67,-3364.19,29.0055,-2.3911,0,0,0,1,60,100,1,0),(65323,2042,1,1,1,-3240.05,-4140.46,23.6236,-0.977383,0,0,0,1,60,100,1,0),(65325,2042,0,1,1,-914.123,-3341.35,75.6305,2.35619,0,0,0,1,60,100,1,0),(65326,2042,0,1,1,-1820.37,-2332.3,34.2472,-1.39626,0,0,0,1,60,100,1,0),(65327,2042,0,1,1,-996.4,-1638.04,37.1822,1.18682,0,0,0,1,60,100,1,0),(65328,2043,0,1,1,-1811.35,-3218.45,33.4678,1.91986,0,0,0,1,60,100,1,0),(65330,2043,0,1,1,-1005.75,-2761.2,49.9008,2.74016,0,0,0,1,60,100,1,0),(65331,2043,0,1,1,-1874.17,-3108.33,58.5064,-1.09956,0,0,0,1,60,100,1,0),(65332,2043,0,1,1,-873.379,-2402.82,57.2111,-2.63544,0,0,0,1,60,100,1,0),(65333,2043,0,1,1,-1802.22,-3083.24,43.3628,0.785397,0,0,0,1,60,100,1,0),(65334,2043,0,1,1,-1712.81,-3476.88,53.6383,1.44862,0,0,0,1,60,100,1,0),(65335,2045,0,1,1,-2561.2,-1245.48,-42.077,-0.174532,0,0,0,1,60,100,1,0),(65336,2045,0,1,1,-3800.95,-1161.6,-20.5933,-0.785397,0,0,0,1,60,100,1,0),(65337,2045,0,1,1,-4006.72,-785.52,-15.6079,1.36136,0,0,0,1,60,100,1,0),(65338,2045,0,1,1,-2523.04,-1413.89,-34.7353,-1.50098,0,0,0,1,60,100,1,0),(65339,2045,0,1,1,-4040.65,-783.567,-13.2906,0.122173,0,0,0,1,60,100,1,0),(65340,2045,0,1,1,-4022.54,-649.157,-11.3932,0.366518,0,0,0,1,60,100,1,0),(65341,2045,0,1,1,-12476.5,425.215,-21.1171,-1.74533,0,0,0,1,60,100,1,0),(65342,2045,0,1,1,-3585.93,-1118.09,-13.8144,-0.506145,0,0,0,1,60,100,1,0),(65343,2045,0,1,1,-1677.83,-1121.21,-3.60723,-1.11701,0,0,0,1,60,100,1,0),(65344,2045,0,1,1,-2980.53,-857.71,-10.4009,-2.19912,0,0,0,1,60,100,1,0),(65346,2045,0,1,1,-3946.65,-878.974,-13.3966,2.44346,0,0,0,1,60,100,1,0),(65347,2045,0,1,1,-2553.31,-1336.61,-42.1703,-1.29154,0,0,0,1,60,100,1,0),(65349,2045,0,1,1,-4108.78,-749.394,-13.1341,0.663223,0,0,0,1,60,100,1,0),(65350,2045,0,1,1,-3683.3,-1085.2,-45.1089,-1.78023,0,0,0,1,60,100,1,0),(65351,2045,0,1,1,-3481.24,-625.551,-13.8047,0.314158,0,0,0,1,60,100,1,0),(65352,2045,0,1,1,-2743.68,-927.421,-13.5739,0.366518,0,0,0,1,60,100,1,0),(65353,2045,0,1,1,-1153.73,-439.879,-41.0976,-0.942477,0,0,0,1,60,100,1,0),(65354,2045,0,1,1,-1272.66,-446.993,-90.7419,0.925024,0,0,0,1,60,100,1,0),(65355,2045,0,1,1,-2824.33,-910.341,-12.6657,1.81514,0,0,0,1,60,100,1,0),(65357,2045,0,1,1,-3877.74,-960.628,-14.7171,-1.11701,0,0,0,1,60,100,1,0),(65358,2045,0,1,1,-3441.99,-784.958,-9.7096,-0.593412,0,0,0,1,60,100,1,0),(65359,2045,0,1,1,-3746.37,-1147.42,-32.052,-0.104719,0,0,0,1,60,100,1,0),(65360,2045,0,1,1,-2716.56,-1138.35,-6.98731,-0.715585,0,0,0,1,60,100,1,0),(65361,2045,0,1,1,-1229.21,-48.2863,-39.3614,-0.349065,0,0,0,1,60,100,1,0),(65363,2045,0,1,1,-1081.05,-713.958,-3.80395,1.15192,0,0,0,1,60,100,1,0),(65364,2045,0,1,1,-12066.3,726.439,-17.8329,3.10665,0,0,0,1,60,100,1,0),(65365,2045,1,1,1,-7678.88,-4930.34,-7.2694,1.15192,0,0,0,1,60,100,1,0),(65366,2045,1,1,1,-2091.73,-3852.34,-12.8847,1.37881,0,0,0,1,180,100,1,0),(65367,2045,1,1,1,-2135.63,-3901.4,-8.63047,-1.3439,0,0,0,1,180,100,1,0),(65368,2046,0,1,1,-1108.3,-2353.25,50.4907,-1.37881,0,0,0,1,60,100,1,0),(65370,2046,0,1,1,-916.123,-3631.37,86.0909,1.74533,0,0,0,1,60,100,1,0),(65371,2046,0,1,1,-11836.9,48.4786,15.7018,-1.39626,0,0,0,1,60,100,1,0),(65372,2046,0,1,1,-1033.84,-2618.83,57.3154,1.27409,0,0,0,1,60,100,1,0),(65373,2046,0,1,1,-891.027,-3056.27,90.9899,-2.80997,0,0,0,1,60,100,1,0),(65374,2046,0,1,1,-928.493,-1555,57.1926,1.88495,0,0,0,1,60,100,1,0),(65375,2047,0,1,1,1481.64,-867.292,78.0325,0.645772,0,0,0,1,180,100,1,0),(65414,186694,574,3,1,152.178,-156.131,179.377,-1.24791,0,0,0.986996,-0.160743,180,19,1,0),(65415,186695,574,3,1,203.387,231.586,40.783,-1.28244,0,0,0.986996,-0.160743,180,0,1,0),(65416,186696,574,3,1,208.402,233.407,40.783,-1.55204,0,0,0.986996,-0.160743,180,18,1,0),(65417,186697,574,3,1,214.24,231.696,40.783,-1.83068,0,0,0.986996,-0.160743,180,0,1,0),(65418,186698,574,3,1,236.169,191.332,40.783,2.61566,0,0,0.986996,-0.160743,180,0,1,0),(65419,186699,574,3,1,222.684,199.349,40.783,2.43141,0,0,0.986996,-0.160743,180,0,1,0),(65420,186700,574,3,1,217.654,196.576,40.783,2.13979,0,0,0.986996,-0.160743,180,0,1,0),(65421,186701,574,3,1,211.63,193.25,40.783,1.76278,0,0,0.986996,-0.160743,180,0,1,0),(65422,186702,574,3,1,201.521,194.23,40.783,1.23918,0,0,0.986996,-0.160743,180,0,1,0),(65423,186703,574,3,1,196.264,227.372,40.783,-0.855208,0,0,0.986996,-0.160743,180,0,1,0),(65424,186704,574,3,1,233.705,188.139,40.783,2.34227,0,0,0.986996,-0.160743,180,0,1,0),(65425,186705,574,3,1,214.445,248.611,40.783,-1.81588,0,0,0.986996,-0.160743,180,0,1,0),(65426,186706,574,3,1,202.516,177.458,40.783,1.46868,0,0,0.986996,-0.160743,180,18,1,0),(65427,186707,574,3,1,198.593,178.391,40.783,1.19528,0,0,0.986996,-0.160743,180,0,1,0),(65428,186756,574,3,1,205.41,-129.293,6.95065,2.07577,0,0,0.986996,-0.160743,180,0,1,0),(65429,186608,574,3,1,40.0663,28.4071,113.253,-2.2951,0,0,0.986996,-0.160743,180,0,0,0),(65430,186609,574,3,1,363.719,-57.0912,21.3098,2.02458,0,0,0.986996,-0.160743,180,0,1,0),(65431,186610,574,3,1,392.59,5.97504,21.3376,-2.03331,0,0,0.986996,-0.160743,180,0,1,0),(65432,186611,574,3,1,325.84,0.720627,21.3376,-0.855208,0,0,0.986996,-0.160743,180,0,1,0),(65433,186612,574,3,1,168.765,-201.194,179.377,2.10502,0,0,0.986996,-0.160743,180,0,0,0),(65434,191745,575,3,1,296.355,-356.967,91.4652,-1.58825,0,0,-0.71325,0.700909,180,0,0,0),(65435,186452,575,3,1,-771.83,484.016,-163.957,2.31256,0,0,0.915312,0.402747,180,0,1,0),(65436,190587,575,3,1,-465.901,609.835,-78.9554,-3.10342,0,0,0.99999,0.004363,180,0,1,0),(65437,192918,575,3,1,571.511,-321.979,110.142,-0.785397,0,0,0,1,180,0,0,0),(65438,190118,575,3,1,-771.83,484.016,-174.731,2.31256,0,0,0.915312,0.402747,180,0,1,0),(65439,190119,575,3,1,-771.83,484.016,-174.731,2.31256,0,0,0.915312,0.402747,180,0,1,0),(65440,192173,575,3,1,477.496,-477.183,103.064,-1.58825,0,0,-0.71325,0.700909,180,0,1,0),(65441,192941,575,3,1,270.477,-402.989,75.0277,0.174532,0,0,0,1,180,0,1,0),(65442,192941,575,3,1,433.547,-505.49,104.736,-0.802851,0,0,0,1,180,0,1,0),(65443,192941,575,3,1,221.793,-383.481,104.734,-0.541051,0,0,0,1,180,0,1,0),(65444,192941,575,3,1,349.04,-501.73,104.723,-2.60053,0,0,0,1,180,0,1,0),(65445,192941,575,3,1,398.637,-290.056,108.688,2.70526,0,0,0,1,180,0,1,0),(65446,192941,575,3,1,470.033,-472.522,75.2782,0.453785,0,0,0,1,180,0,1,0),(65447,192941,575,3,1,375.769,-503.642,104.891,2.79252,0,0,0,1,180,0,1,0),(65448,192941,575,3,1,513.578,-457.118,104.696,0.523598,0,0,0,1,180,0,1,0),(65449,192941,575,3,1,329.979,-257.417,104.713,-3.10665,0,0,0,1,180,0,1,0),(65450,192941,575,3,1,375.242,-288.411,104.76,-0.593412,0,0,0,1,180,0,1,0),(65451,192941,575,3,1,351.437,-301.561,104.762,1.06465,0,0,0,1,180,0,1,0),(65452,192941,575,3,1,267.046,-319.712,86.4433,-1.88495,0,0,0,1,180,0,1,0),(65453,192941,575,3,1,461.666,-410.144,89.8489,3.07177,0,0,0,1,180,0,1,0),(65454,192941,575,3,1,266.417,-352.146,86.446,2.05949,0,0,0,1,180,0,1,0),(65455,192941,575,3,1,376.762,-523.845,104.726,-1.78023,0,0,0,1,180,0,1,0),(65456,192941,575,3,1,453.919,-462.2,104.707,2.61799,0,0,0,1,180,0,1,0),(65457,192941,575,3,1,365.258,-360.944,104.758,1.25664,0,0,0,1,180,0,1,0),(65458,192941,575,3,1,459.376,-469.364,75.2123,2.56563,0,0,0,1,180,0,1,0),(65459,192941,575,3,1,432.282,-472.973,75.1332,-1.72787,0,0,0,1,180,0,1,0),(65460,192941,575,3,1,372.384,-235.9,104.876,-0.558504,0,0,0,1,180,0,1,0),(65461,192941,575,3,1,277.093,-407.508,75.0536,-3.12412,0,0,0,1,180,0,1,0),(65462,192941,575,3,1,488.829,-238.179,104.726,-1.32645,0,0,0,1,180,0,1,0),(65463,192941,575,3,1,308.047,-288.572,86.3606,1.06465,0,0,0,1,180,0,1,0),(65464,192941,575,3,1,309.131,-234.77,104.718,1.74533,0,0,0,1,180,0,1,0),(65465,192941,575,3,1,454.916,-505.397,104.588,-0.715585,0,0,0,1,180,0,1,0),(65466,192941,575,3,1,278.427,-471.172,104.708,1.41372,0,0,0,1,180,0,1,0),(65467,192941,575,3,1,371.812,-501.915,104.724,1.44862,0,0,0,1,180,0,1,0),(65468,192941,575,3,1,495.588,-418.121,89.8407,2.16421,0,0,0,1,180,0,1,0),(65469,192941,575,3,1,217.308,-465.109,104.707,2.63544,0,0,0,1,180,0,1,0),(65470,192941,575,3,1,243.173,-406.577,75.0761,2.05949,0,0,0,1,180,0,1,0),(65471,192941,575,3,1,265.73,-308.432,86.446,-2.26892,0,0,0,1,180,0,1,0),(65472,192174,575,3,1,445.062,-325.52,100.953,3.12412,0,0,-0.71325,0.700909,180,0,1,0),(65473,192942,575,3,1,227.675,-406.645,75.0751,-0.977383,0,0,0,1,180,0,1,0),(65474,192942,575,3,1,277.447,-374.539,89.9158,-3.03684,0,0,0,1,180,0,1,0),(65475,192942,575,3,1,435.401,-503.018,104.719,2.11185,0,0,0,1,180,0,1,0),(65476,192942,575,3,1,389.795,-242.879,105.25,2.74016,0,0,0,1,180,0,1,0),(65477,192942,575,3,1,489.807,-474.474,105.478,0.977383,0,0,0,1,180,0,1,0),(65478,192942,575,3,1,220.66,-377.249,75.0773,-2.87979,0,0,0,1,180,0,1,0),(65479,192942,575,3,1,411.38,-523.068,104.723,-1.20428,0,0,0,1,180,0,1,0),(65480,192942,575,3,1,261.46,-372.991,75.1092,-2.51327,0,0,0,1,180,0,1,0),(65481,192942,575,3,1,352.731,-246.789,104.457,-2.14675,0,0,0,1,180,0,1,0),(65482,192942,575,3,1,283.456,-374.642,75.0351,2.84488,0,0,0,1,180,0,1,0),(65483,192175,575,3,1,491.494,-508.188,105.877,-0.628317,0,0,-0.71325,0.700909,180,0,1,0),(65484,192943,575,3,1,327.536,-309.362,86.446,-3.03684,0,0,0,1,180,0,1,0),(65485,192943,575,3,1,301.306,-493.661,104.725,-2.00713,0,0,0,1,180,0,1,0),(65486,192943,575,3,1,299.462,-247.232,104.718,-2.33874,0,0,0,1,180,0,1,0),(65487,192943,575,3,1,366.075,-505.422,104.712,0.349065,0,0,0,1,180,0,1,0),(65488,192943,575,3,1,375.189,-503.974,104.814,0.418879,0,0,0,1,180,0,1,0),(65489,192943,575,3,1,243.298,-374.222,75.0875,-2.51327,0,0,0,1,180,0,1,0),(65490,192943,575,3,1,393.109,-502.786,104.89,0.017452,0,0,0,1,180,0,1,0),(65491,192943,575,3,1,323.792,-284.743,104.688,-1.50098,0,0,0,1,180,0,1,0),(65492,192943,575,3,1,219.253,-398.354,75.0898,1.02974,0,0,0,1,180,0,1,0),(65493,192943,575,3,1,253.678,-397.312,75.1029,2.23402,0,0,0,1,180,0,1,0),(65494,192943,575,3,1,287.095,-404.365,89.8925,-0.296705,0,0,0,1,180,0,1,0),(65495,192943,575,3,1,465.601,-475.678,104.699,1.62316,0,0,0,1,180,0,1,0),(65496,192943,575,3,1,345.372,-523.26,104.72,-1.32645,0,0,0,1,180,0,1,0),(65497,192176,575,3,1,488.826,-517.705,105.877,-0.628317,0,0,-0.71325,0.700909,180,0,1,0),(65498,192944,575,3,1,304.497,-237.788,106.788,1.79769,0,0,0,1,180,0,1,0),(65499,192944,575,3,1,413.587,-504.084,106.801,-2.47837,0,0,0,1,180,0,1,0),(65500,192944,575,3,1,441.11,-452.859,104.705,0.017452,0,0,0,1,180,0,1,0),(65501,192944,575,3,1,383.835,-292.572,108.862,-1.88495,0,0,0,1,180,0,1,0),(65502,192944,575,3,1,470.864,-480.477,107.628,1.01229,0,0,0,1,180,0,1,0),(65503,192944,575,3,1,484.133,-480.892,107.59,-2.14675,0,0,0,1,180,0,1,0),(65504,192944,575,3,1,281.868,-282.568,88.2098,-0.541051,0,0,0,1,180,0,1,0),(65505,192944,575,3,1,276.879,-403.912,93.2086,2.93214,0,0,0,1,180,0,1,0),(65506,192944,575,3,1,396.118,-279.992,112.973,-3.12412,0,0,0,1,180,0,1,0),(65507,192944,575,3,1,461.496,-503.484,106.822,0.034906,0,0,0,1,180,0,1,0),(65508,192944,575,3,1,306.023,-291.303,87.6204,1.13446,0,0,0,1,180,0,1,0),(65509,192944,575,3,1,280.826,-294.577,108.748,-1.29154,0,0,0,1,180,0,1,0),(65510,192944,575,3,1,432.131,-348.514,104.762,-0.034906,0,0,0,1,180,0,1,0),(65511,192944,575,3,1,401.366,-296.155,109.271,0.087266,0,0,0,1,180,0,1,0),(65512,192177,575,3,1,480.35,-524.039,105.877,-0.628317,0,0,-0.71325,0.700909,180,0,1,0),(65513,188593,575,3,1,238.518,-460.827,105.476,1.55334,0,0,0,1,180,0,1,0),(65514,192945,575,3,1,244.764,-404.965,78.5313,-1.83259,0,0,0,1,180,0,1,0),(65515,192945,575,3,1,248.021,-374.207,107.292,-0.837757,0,0,0,1,180,0,1,0),(65516,192945,575,3,1,266.855,-289.744,104.679,-0.715585,0,0,0,1,180,0,1,0),(65517,192945,575,3,1,298.489,-471.828,104.751,-2.09439,0,0,0,1,180,0,1,0),(65518,192945,575,3,1,270.274,-355.778,86.4824,2.86233,0,0,0,1,180,0,1,0),(65519,192945,575,3,1,304.406,-276.844,86.3668,-0.244346,0,0,0,1,180,0,1,0),(65520,188360,575,3,1,-570.401,1540.28,-291.281,3.13286,0,0,0.99999,0.004363,180,0,1,0),(65521,192467,575,3,1,590.12,-328.004,112.508,3.12412,0,0,-0.71325,0.700909,180,0,1,0),(65522,192468,575,3,1,590.12,-328.004,112.508,3.12412,0,0,-0.71325,0.700909,180,0,1,0),(65523,190172,575,3,1,356.841,-524.035,105.747,-2.02458,0,0,0,1,180,0,1,0),(65524,190172,575,3,1,446.762,-234.646,106.994,3.10665,0,0,0,1,180,0,1,0),(65525,193587,615,3,1,3228.44,380.163,68.4143,1.54462,0,0,0.999914,-0.01309,180,0,1,0),(65526,193588,615,3,1,3228.44,380.163,68.4143,1.54462,0,0,0.999914,-0.01309,180,0,1,0),(65527,192788,576,3,1,417.639,183.971,-35.0197,-1.20428,0,0,0,1,180,0,1,0),(65528,191016,576,3,1,242.248,-226.154,-8.25408,-2.46091,0,0,0,1,180,0,1,0),(65529,191016,576,3,1,242.636,-212.158,-8.25408,2.16421,0,0,0,1,180,0,1,0),(65530,191016,576,3,1,253.213,-207.445,-8.25408,-0.698132,0,0,0,1,180,0,1,0),(65531,191016,576,3,1,253.895,-254.94,-8.25408,-1.37881,0,0,0,1,180,0,1,0),(65532,191016,576,3,1,266.078,-250.072,-8.25408,-1.93732,0,0,0,1,180,0,1,0),(65533,191016,576,3,1,281.754,-245.486,-8.25408,-1.90241,0,0,0,1,180,0,1,0),(65534,191016,576,3,1,291.234,-224.46,-8.25408,-0.733038,0,0,0,1,180,0,1,0),(65535,191016,576,3,1,284.519,-218.846,-8.25408,-0.279252,0,0,0,1,180,0,1,0),(65536,191016,576,3,1,250.144,-240.091,-8.25408,2.54818,0,0,0,1,180,0,1,0),(65537,191016,576,3,1,232.249,-223.486,-8.25408,-0.191985,0,0,0,1,180,0,1,0),(65538,191016,576,3,1,278.096,-190.07,-6.43417,1.69297,0,0,0,1,180,0,1,0),(65539,191016,576,3,1,286.049,-190.991,-3.74882,-2.87979,0,0,0,1,180,0,1,0),(65540,191016,576,3,1,304.896,-190.961,2.85279,-2.94959,0,0,0,1,180,0,1,0),(65541,191016,576,3,1,291.651,-180.501,3.55757,0.366518,0,0,0,1,180,0,1,0),(65542,191016,576,3,1,323.973,-195.021,4.42393,-2.80997,0,0,0,1,180,0,1,0),(65543,191016,576,3,1,280.646,-199.468,-8.25408,0.174532,0,0,0,1,180,0,1,0),(65544,191016,576,3,1,271.133,-199.666,-8.25408,0.855211,0,0,0,1,180,0,1,0),(65545,191016,576,3,1,331.016,-204.198,7.43432,-0.837757,0,0,0,1,180,0,1,0),(65546,191016,576,3,1,293.258,-187.126,0.711857,2.23402,0,0,0,1,180,0,1,0),(65547,188526,576,3,1,281.923,-25.4521,-16.9398,-1.6057,0,0,0,1,180,0,1,0),(65548,188527,576,3,1,322.153,14.6832,-16.8019,-1.6057,0,0,0,1,180,0,1,0),(65549,188528,576,3,1,281.783,15.2074,-16.621,3.12412,0,0,0,1,180,0,1,0),(65550,192136,576,3,1,146.045,-16.0422,-15.347,1.5708,0,0,1,0,180,0,1,0),(65551,192137,576,3,1,146.045,-16.0422,-15.347,1.5708,0,0,1,0,180,0,1,0),(65552,190174,576,3,1,316.961,-215.548,-14.3496,0.174532,0,0,0,1,180,0,1,0),(65553,190174,576,3,1,387.28,-256.787,-14.4552,0.418879,0,0,0,1,180,0,1,0),(65554,189980,599,3,1,949.208,845.198,186.281,-2.60053,0,0,0,1,3600,0,1,0),(65555,189980,599,3,1,1063.82,714.079,203.998,2.25147,0,0,0,1,3600,0,1,0),(65556,191527,599,3,1,909.745,345.068,203.394,3.14159,0,0,1,0,180,0,1,0),(65557,191292,599,3,1,896.37,666.683,197.879,-1.5708,0,0,1,0,180,0,0,0),(65558,191293,599,3,1,1048.15,527.051,209.189,0,0,0,1,0,180,0,0,0),(65559,191294,599,3,1,1017.82,453.865,209.189,-0.785397,0,0,1,0,180,0,0,0),(65560,191295,599,3,1,1048.15,631.077,209.189,0,0,0,1,0,180,0,0,0),(65561,191296,599,3,1,1206.56,666.977,197.738,-1.5708,0,0,1,0,180,0,1,0),(65562,193906,599,3,1,1314.21,666.193,189.397,3.14159,0,0,1,0,180,0,1,0),(65563,193907,599,3,1,894.825,330.104,203.714,0.829032,0,0,1,0,180,0,1,0),(65564,190586,599,1,1,880.406,345.164,203.706,0,0,0,0,1,180,0,1,0),(65565,192163,599,3,1,1293.96,735.123,196.377,-2.82804,0,0,1,0,180,0,1,0),(65566,192164,599,3,1,1293.96,598.708,196.377,-0.34004,0,0,1,0,180,0,1,0),(65567,191669,599,3,1,888.559,323.302,205.345,0.785397,0,0,1,0,180,0,1,0),(65568,191670,599,3,1,887.285,367.833,205.345,-0.785399,0,0,1,0,180,0,1,0),(65569,191671,599,3,1,930.975,323.753,205.345,2.35619,0,0,1,0,180,0,1,0),(65570,191459,599,3,1,1153.23,720.171,197.738,3.14159,0,0,1,0,180,0,0,0),(65571,192489,599,3,1,1152.8,818.52,198.324,-1.5708,0,0,1,0,180,0,1,0),(65572,192490,599,3,1,1152.8,818.52,198.324,-1.5708,0,0,1,0,180,0,1,0),(65573,191324,602,3,1,1219.26,34.0884,62.2243,-1.5708,0,0,0.707107,0.707107,180,0,1,0),(65574,191325,602,3,1,1277.44,-164.663,53.5171,1.5708,0,0,0.707107,0.707107,180,0,1,0),(65575,191326,602,3,1,1074.3,-232.213,62.5531,0,0,0,0.707107,0.707107,180,0,1,0),(65576,191327,602,3,1,1176.2,-232.487,53.8625,3.14159,0,0,0.707107,0.707107,180,0,0,0),(65577,191328,602,3,1,1074.3,-31.9046,62.5531,0,0,0,0.707107,0.707107,180,0,0,0),(65582,190858,602,3,1,1322.23,-89.2544,61.3288,2.07694,0,0,0,1,180,0,1,0),(65583,192654,602,3,1,1124.02,33.9976,60.5274,1.5708,0,0,0.707107,0.707107,180,0,1,0),(65584,191415,602,3,1,1331.93,176.425,55.1985,0,0,0,0.707107,0.707107,180,0,0,0),(65585,191416,602,3,1,1332.17,-115.781,24.723,3.14159,0,0,0.707107,0.707107,180,0,0,0),(65586,192465,602,3,1,1331.6,276.506,57.1931,-1.5708,0,0,0.707107,0.707107,180,0,1,0),(65587,192466,602,3,1,1331.6,276.506,57.1931,-1.5708,0,0,0.707107,0.707107,180,0,1,0),(65588,192517,604,3,1,1837.86,1873.78,188.544,3.14159,0,0,1,0,180,0,1,0),(65589,192518,604,3,1,1775.29,679.68,129.236,3.14159,0,0,1,0,180,0,1,0),(65590,192519,604,3,1,1772.22,804.963,129.236,3.14159,0,0,1,0,180,0,1,0),(65591,192520,604,3,1,1693.51,743.595,142.788,1.5708,0,0,1,0,180,0,1,0),(65592,191019,604,3,1,1719.71,922.131,115.921,1.67551,0,0,0,1,3600,0,1,0),(65593,191019,604,3,1,1715.83,660.234,132.604,-2.82743,0,0,0,1,3600,0,1,0),(65594,192564,604,3,1,1775.16,743.455,119.073,3.14159,0,0,1,0,180,0,0,0),(65595,192565,604,3,1,1775.16,743.455,119.073,0,0,0,1,0,180,0,0,0),(65596,192566,604,3,1,1775.16,743.455,119.073,-1.5708,0,0,1,0,180,0,1,0),(65597,192567,604,3,1,1775.16,743.455,119.073,1.5708,0,0,1,0,180,0,0,0),(65598,192568,604,3,1,1848.03,743.816,135.949,3.14159,0,0,1,0,180,0,0,0),(65599,192569,604,3,1,1622.89,857.706,108.755,2.2549,0,0,1,0,180,0,1,0),(65600,192826,604,3,1,1898.78,713.32,135.987,0.680677,0,0,0,1,180,0,1,0),(65601,192826,604,3,1,1717.85,839.128,129.468,-2.04204,0,0,0,1,180,0,1,0),(65602,192826,604,3,1,1673,873.65,136.519,-2.54818,0,0,0,1,180,0,1,0),(65603,192826,604,3,1,1965.34,775.519,135.965,2.3911,0,0,0,1,180,0,1,0),(65604,192826,604,3,1,1792.37,825.022,124.493,1.5708,0,0,0,1,180,0,1,0),(65605,192826,604,3,1,1766.62,877.325,124.441,2.93214,0,0,0,1,180,0,1,0),(65606,192826,604,3,1,1726.68,839.27,129.21,-1.23918,0,0,0,1,180,0,1,0),(65607,192826,604,3,1,1775.44,681.744,129.216,1.43117,0,0,0,1,180,0,1,0),(65608,192826,604,3,1,1818.38,651.984,129.213,-2.37364,0,0,0,1,180,0,1,0),(65609,192826,604,3,1,1789.23,877.808,129.225,2.9845,0,0,0,1,180,0,1,0),(65610,192826,604,3,1,1792.56,683.9,129.216,2.79252,0,0,0,1,180,0,1,0),(65611,192826,604,3,1,1782.82,593.745,129.155,0.95993,0,0,0,1,180,0,1,0),(65612,192826,604,3,1,1644.11,874.205,140.811,0.122173,0,0,0,1,180,0,1,0),(65613,192826,604,3,1,1602.52,891.821,148.831,2.47837,0,0,0,1,180,0,1,0),(65614,192826,604,3,1,1755.81,799.068,129.216,1.06465,0,0,0,1,180,0,1,0),(65615,192826,604,3,1,1762.44,671.432,129.216,-2.9845,0,0,0,1,180,0,1,0),(65616,192826,604,3,1,1779.1,798.336,129.216,1.81514,0,0,0,1,180,0,1,0),(65617,192826,604,3,1,1636.82,763.616,142.783,-2.47837,0,0,0,1,180,0,1,0),(65618,192826,604,3,1,1912.43,787.582,135.801,0.349065,0,0,0,1,180,0,1,0),(65619,192826,604,3,1,1937.29,810.421,135.373,-1.15192,0,0,0,1,180,0,1,0),(65620,192826,604,3,1,1726.94,872.242,129.21,-0.872664,0,0,0,1,180,0,1,0),(65621,192826,604,3,1,1934.62,745.348,136.564,3.12412,0,0,0,1,180,0,1,0),(65622,192826,604,3,1,1809.32,857.316,129.198,-1.88495,0,0,0,1,180,0,1,0),(65623,192826,604,3,1,1571.94,715.885,143.859,0.680677,0,0,0,1,180,0,1,0),(65624,192826,604,3,1,1688.02,729.3,142.781,2.70526,0,0,0,1,180,0,1,0),(65625,192826,604,3,1,1713.95,620.922,129.186,2.42601,0,0,0,1,180,0,1,0),(65626,192826,604,3,1,1970.51,683.654,135.209,2.79252,0,0,0,1,180,0,1,0),(65627,192826,604,3,1,1609.19,743.7,142.786,-0.087266,0,0,0,1,180,0,1,0),(65628,192826,604,3,1,1750.67,748.303,119.177,-1.83259,0,0,0,1,180,0,1,0),(65629,192826,604,3,1,1594.54,722.452,142.783,1.51844,0,0,0,1,180,0,1,0),(65630,192632,604,3,1,1772.7,878.415,124.118,-1.5708,0,0,1,0,180,0,1,0),(65631,192633,604,3,1,1775.16,743.455,119.073,1.5708,0,0,1,0,180,0,1,0),(65632,193188,604,3,1,1775.16,743.455,119.073,-1.5708,0,0,1,0,180,0,0,0),(65633,192679,604,3,1,1897.08,825.514,178.066,1.5708,0,0,1,0,180,0,1,0),(65634,192680,604,3,1,1897.08,825.514,178.066,1.5708,0,0,1,0,180,0,1,0),(65635,192681,604,3,1,1899.26,659.248,178.066,-1.5708,0,0,1,0,180,0,1,0),(65636,192682,604,3,1,1899.26,659.248,178.066,-1.5708,0,0,1,0,180,0,1,0),(65637,193208,604,3,1,1947.65,814.002,135.295,-1.5708,0,0,1,0,180,0,1,0),(65638,193209,604,3,1,1947.65,672.852,135.295,-1.5708,0,0,1,0,180,0,1,0),(65639,193212,604,3,1,1913.53,644.975,136.878,0.000002,0,0,1,0,180,0,1,0),(65640,193213,604,3,1,1913.53,644.975,136.878,0.000002,0,0,1,0,180,0,1,0),(65641,190170,604,3,1,1634.81,889.451,143.884,0.069812,0,0,0,1,3600,0,1,0),(65694,189975,600,3,1,-341.934,-576.302,10.9868,-2.35619,0,0,1,0,180,0,0,0),(65695,191019,600,3,1,-536.647,-644.057,30.2464,-2.46091,0,0,0,1,3600,0,1,0),(65696,191019,600,3,1,-556.642,-703.145,30.7545,1.39626,0,0,0,1,3600,0,1,0),(65697,189299,600,3,1,-392.416,-724.865,29.4156,3.14159,0,0,1,0,180,0,0,0),(65698,191347,600,3,1,-239.728,-616.755,116.48,-1.41372,0,0,0,1,180,0,1,0),(65699,191347,600,3,1,-233.764,-616.797,116.48,1.53589,0,0,0,1,180,0,1,0),(65700,189300,600,3,1,-365.279,-751.087,29.4156,3.14159,0,0,1,0,180,0,0,0),(65701,189301,600,3,1,-365.41,-724.865,29.4156,3.14159,0,0,1,0,180,0,0,0),(65702,189302,600,3,1,-392.286,-751.087,29.4156,3.14159,0,0,1,0,180,0,0,0),(65703,192677,600,3,1,-518.575,-478.596,13.6225,-0.785397,0,0,1,0,180,0,1,0),(65704,190629,600,3,1,-236.766,-614.774,116.487,1.5708,0,0,0,1,180,0,1,0),(65705,192678,600,3,1,-518.575,-478.596,13.6225,-0.785397,0,0,1,0,180,0,1,0),(65706,190170,600,3,1,-389.537,-601.704,72.6091,2.42601,0,0,0,1,3600,0,1,0),(65707,181510,533,3,1,2787.26,-3654.13,274.317,-2.74888,0,0,1,0,180,0,1,0),(65708,181511,533,3,1,2782.4,-3660.4,274.315,2.11089,0,0,1,0,180,0,1,0),(65709,181512,533,3,1,2778.43,-3651.31,274.317,-2.74259,0,0,1,0,180,0,1,0),(65710,181513,533,3,1,2774.3,-3660.66,274.317,-0.183933,0,0,1,0,180,0,1,0),(65711,175369,533,3,1,3185.48,-4039.1,107.792,3.12412,0,0,0.999962,0.008726,180,0,1,0),(65712,181514,533,3,1,2757.84,-3659.56,274.317,1.97116,0,0,1,0,180,0,1,0),(65713,175370,533,3,1,3271.52,-4064.31,108.435,-2.8536,0,0,0.999962,0.008726,180,0,1,0),(65714,181515,533,3,1,2755.24,-3649.9,274.317,-2.88634,0,0,1,0,180,0,1,0),(65715,181516,533,3,1,2763.55,-3654.04,274.317,-2.88396,0,0,1,0,180,0,1,0),(65716,181517,533,3,1,2793.24,-3664.13,274.317,0.635802,0,0,1,0,180,0,1,0),(65717,181518,533,3,1,2802.51,-3664.73,274.317,0.635802,0,0,1,0,180,0,1,0),(65718,181519,533,3,1,2812,-3671.98,274.073,-0.473312,0,0,1,0,180,0,1,0),(65719,181520,533,3,1,2810.56,-3680.58,274.317,-3.09646,0,0,1,0,180,0,1,0),(65720,181521,533,3,1,2800.15,-3682.71,274.352,1.03882,0,0,1,0,180,0,1,0),(65721,181522,533,3,1,2805.96,-3691.67,274.317,-1.84881,0,0,1,0,180,0,1,0),(65722,181523,533,3,1,2795.81,-3677.56,274.073,2.85315,0,0,1,0,180,0,1,0),(65723,181524,533,3,1,2792.33,-3684.13,274.317,-1.30703,0,0,1,0,180,0,1,0),(65724,181525,533,3,1,2783.36,-3688.36,274.385,-3.12187,0,0,1,0,180,0,1,0),(65725,181526,533,3,1,2781.56,-3671,274.352,-3.12955,0,0,1,0,180,0,1,0),(65726,181527,533,3,1,2777.41,-3677.64,274.387,0.79134,0,0,1,0,180,0,1,0),(65727,181528,533,3,1,2769.25,-3671.42,274.422,-0.424006,0,0,1,0,180,0,1,0),(65728,181529,533,3,1,2763.33,-3680.53,274.352,-3.13681,0,0,1,0,180,0,1,0),(65729,181530,533,3,1,2758.16,-3667.13,274.352,3.13883,0,0,1,0,180,0,1,0),(65730,181531,533,3,1,2749.34,-3662.21,274.352,-2.64632,0,0,1,0,180,0,1,0),(65731,181532,533,3,1,2743.09,-3671.32,274.317,2.46425,0,0,1,0,180,0,1,0),(65732,181533,533,3,1,2754.01,-3673.77,274.387,0.79134,0,0,1,0,180,0,1,0),(65733,181534,533,3,1,2737.17,-3675.16,274.317,-1.91353,0,0,1,0,180,0,1,0),(65734,181535,533,3,1,2747.13,-3684.35,274.352,3.13243,0,0,1,0,180,0,1,0),(65735,181536,533,3,1,2740.49,-3692.13,274.387,0.792787,0,0,1,0,180,0,1,0),(65736,181537,533,3,1,2738.4,-3703.13,274.385,-0.537079,0,0,1,0,180,0,1,0),(65737,181538,533,3,1,2752.93,-3706.52,274.317,1.04784,0,0,1,0,180,0,1,0),(65738,181539,533,3,1,2746.13,-3700.19,274.317,-0.789904,0,0,1,0,180,0,1,0),(65739,181540,533,3,1,2752.92,-3693.02,274.317,-2.18329,0,0,1,0,180,0,1,0),(65740,181541,533,3,1,2760.58,-3688.31,274.387,0.412781,0,0,1,0,180,0,1,0),(65741,181542,533,3,1,2764.29,-3698.09,274.422,-0.792388,0,0,1,0,180,0,1,0),(65742,181543,533,3,1,2772.08,-3692.15,274.352,-1.26434,0,0,1,0,180,0,1,0),(65743,181544,533,3,1,2774.96,-3701.13,274.317,0.523547,0,0,1,0,180,0,1,0),(65744,181545,533,3,1,2772.29,-3711.44,274.422,-0.260754,0,0,1,0,180,0,1,0),(65745,181546,533,3,1,2761.82,-3711.92,274.315,-2.32171,0,0,1,0,180,0,1,0),(65746,181547,533,3,1,2754.19,-3718.12,274.317,-0.91283,0,0,1,0,180,0,1,0),(65747,181548,533,3,1,2765.76,-3718.73,274.317,-1.4752,0,0,1,0,180,0,1,0),(65748,181549,533,3,1,2776.16,-3721.79,274.387,-2.34582,0,0,1,0,180,0,1,0),(65749,181550,533,3,1,2765.33,-3728.61,274.315,-0.065239,0,0,1,0,180,0,1,0),(65750,181551,533,3,1,2774.99,-3731.79,274.387,-2.35527,0,0,1,0,180,0,1,0),(65751,181552,533,3,1,2784.17,-3724.73,274.385,1.05084,0,0,1,0,180,0,1,0),(268047,181576,533,3,2,3507.95,-2900.4,302.459,0.369949,0,0,0.183921,0.982941,180,0,1,0),(65753,181119,533,3,1,2587.96,-3017.17,241.304,3.14159,0,0,1,0,180,0,1,0),(65754,181120,533,3,1,3339.16,-3100.64,296.813,3.14159,0,0,1,0,180,0,1,0),(65755,181121,533,3,1,3421.86,-3017.51,295.615,3.14159,0,0,1,0,180,0,1,0),(65756,181123,533,3,1,3317.97,-3254.35,293.346,-1.5708,0,0,1,0,180,0,1,0),(65757,181124,533,3,1,2750.49,-3384.36,267.341,0,0,0,1,0,180,0,0,0),(65758,181125,533,3,1,2633.84,-3336.82,267.084,0,0,0,1,0,180,0,1,0),(65759,181126,533,3,1,3202.67,-3475.94,287.034,3.14159,0,0,1,0,180,0,0,0),(65760,192663,533,3,1,3017.35,-3434.25,293.561,3.14159,0,0,1,0,180,0,1,0),(65761,192664,533,3,1,2994.15,-3434.18,293.561,0,0,0,1,0,180,0,1,0),(65762,192665,533,3,1,3005.71,-3445.81,293.561,1.5708,0,0,1,0,180,0,1,0),(65763,192666,533,3,1,3005.79,-3422.62,293.561,-1.5708,0,0,1,0,180,0,1,0),(65764,181676,533,3,1,2771.37,-3681.64,273.667,-0.104719,0,0,0,1,180,0,1,0),(65765,181676,533,3,1,2753.28,-3643.09,273.618,0.436332,0,0,0,1,180,0,1,0),(65766,181676,533,3,1,2766.39,-3642.32,273.853,-2.77507,0,0,0,1,180,0,1,0),(65767,181676,533,3,1,2779.17,-3684.18,273.668,2.67035,0,0,0,1,180,0,1,0),(65768,181676,533,3,1,2765.45,-3663.31,273.667,-1.3439,0,0,0,1,180,0,1,0),(65769,181676,533,3,1,2746.33,-3649.14,273.621,-2.82743,0,0,0,1,180,0,1,0),(65770,181676,533,3,1,2783.05,-3681.86,273.67,-1.44862,0,0,0,1,180,0,1,0),(65771,181676,533,3,1,2771.77,-3652.75,273.658,-0.645772,0,0,0,1,180,0,1,0),(65772,181676,533,3,1,2776.29,-3642.56,273.965,0.017452,0,0,0,1,180,0,1,0),(65773,181676,533,3,1,2746.2,-3658.67,273.619,3.00195,0,0,0,1,180,0,1,0),(65774,181676,533,3,1,2771.85,-3665.62,273.667,3.10665,0,0,0,1,180,0,1,0),(65775,181676,533,3,1,2761.93,-3648.03,273.626,-0.366518,0,0,0,1,180,0,1,0),(65776,181676,533,3,1,2771.63,-3642.94,274.379,-0.733038,0,0,0,1,180,0,1,0),(65777,181676,533,3,1,2762.27,-3672.94,273.667,-2.82743,0,0,0,1,180,0,1,0),(65778,181676,533,3,1,2752.57,-3655.19,273.626,1.46608,0,0,0,1,180,0,1,0),(65779,181676,533,3,1,2782.95,-3641.68,273.594,-0.872664,0,0,0,1,180,0,1,0),(65780,181676,533,3,1,2759.67,-3641.1,273.591,-0.645772,0,0,0,1,180,0,1,0),(65781,181676,533,3,1,2752.82,-3666.02,273.654,2.58308,0,0,0,1,180,0,1,0),(65782,181677,533,3,1,2735.92,-3697.26,273.65,0.523598,0,0,0,1,180,0,1,0),(65783,181677,533,3,1,2778.21,-3694.98,273.638,0.663223,0,0,0,1,180,0,1,0),(65784,181677,533,3,1,2747.86,-3676.92,273.662,0.296705,0,0,0,1,180,0,1,0),(65785,181677,533,3,1,2745.5,-3666.69,273.639,-1.55334,0,0,0,1,180,0,1,0),(65786,181677,533,3,1,2755.71,-3682.96,273.666,-1.27409,0,0,0,1,180,0,1,0),(65787,181677,533,3,1,2768.83,-3701.38,273.665,1.51844,0,0,0,1,180,0,1,0),(65788,181677,533,3,1,2747.2,-3693.01,273.666,-1.85005,0,0,0,1,180,0,1,0),(65789,181677,533,3,1,2734.93,-3688.94,273.628,-0.645772,0,0,0,1,180,0,1,0),(65790,181677,533,3,1,2766.62,-3687.92,273.664,-0.436332,0,0,0,1,180,0,1,0),(65791,181677,533,3,1,2729.2,-3673.43,273.621,-0.157079,0,0,0,1,180,0,1,0),(65792,181677,533,3,1,2729.52,-3697.78,273.625,0.104719,0,0,0,1,180,0,1,0),(65793,181677,533,3,1,2729.02,-3684.86,274.373,-0.034906,0,0,0,1,180,0,1,0),(65794,181677,533,3,1,2734,-3663.36,273.621,-1.91986,0,0,0,1,180,0,1,0),(65795,181677,533,3,1,2740.54,-3681.25,273.644,1.81514,0,0,0,1,180,0,1,0),(65796,181677,533,3,1,2761.62,-3693.18,273.664,2.60053,0,0,0,1,180,0,1,0),(65797,181678,533,3,1,2807.49,-3668.25,273.644,-1.55334,0,0,0,1,180,0,1,0),(65798,181678,533,3,1,2819.54,-3677.43,273.638,1.51844,0,0,0,1,180,0,1,0),(65799,181678,533,3,1,2808.35,-3685.41,273.645,-1.27409,0,0,0,1,180,0,1,0),(65800,181678,533,3,1,2802.32,-3659.69,273.626,1.46608,0,0,0,1,180,0,1,0),(65801,181678,533,3,1,2795.44,-3687.74,273.622,-0.506145,0,0,0,1,180,0,1,0),(65802,181678,533,3,1,2821.09,-3691.97,275.804,2.79252,0,0,0,1,180,0,1,0),(65803,181678,533,3,1,2818.81,-3672.17,273.629,-1.3439,0,0,0,1,180,0,1,0),(65804,181678,533,3,1,2787.77,-3674.88,273.668,0.296705,0,0,0,1,180,0,1,0),(65805,181678,533,3,1,2793.97,-3656.83,273.637,0.663223,0,0,0,1,180,0,1,0),(65806,181678,533,3,1,2789.24,-3668.48,273.669,-0.366518,0,0,0,1,180,0,1,0),(65807,181678,533,3,1,2793,-3646.92,273.62,-0.95993,0,0,0,1,180,0,1,0),(65808,181678,533,3,1,2813.31,-3699.76,273.621,-1.85005,0,0,0,1,180,0,1,0),(65809,181678,533,3,1,2817.4,-3684.56,273.623,-0.820303,0,0,0,1,180,0,1,0),(65810,181678,533,3,1,2786.82,-3647.31,273.635,-0.436332,0,0,0,1,180,0,1,0),(65811,181678,533,3,1,2817.31,-3687.08,273.621,2.60053,0,0,0,1,180,0,1,0),(65812,181678,533,3,1,2803.58,-3675.67,273.666,-2.80997,0,0,0,1,180,0,1,0),(65813,181678,533,3,1,2815.57,-3697.73,273.621,0.994837,0,0,0,1,180,0,1,0),(65814,181678,533,3,1,2811.57,-3663.93,273.623,3.00195,0,0,0,1,180,0,1,0),(65815,181678,533,3,1,2796.98,-3671.73,273.669,2.58308,0,0,0,1,180,0,1,0),(65816,181168,533,3,1,2924.01,-3286.47,305.366,-2.35619,0,0,1,0,180,0,1,0),(65817,181169,533,3,1,2907.85,-3270.72,305.366,-2.35619,0,0,1,0,180,0,1,0),(65818,181170,533,3,1,2692.07,-3360.78,267.504,3.14159,0,0,1,0,180,0,0,0),(65819,181695,533,3,1,2749.96,-3724.48,273.623,0.645772,0,0,0,1,180,0,1,0),(65820,181695,533,3,1,2745.57,-3720.84,273.654,1.8675,0,0,0,1,180,0,1,0),(65821,181695,533,3,1,2771.05,-3717.31,273.67,-0.366518,0,0,0,1,180,0,1,0),(65822,181695,533,3,1,2757.5,-3708.95,273.668,-0.95993,0,0,0,1,180,0,1,0),(65823,181695,533,3,1,2752.93,-3699.58,273.667,0.436332,0,0,0,1,180,0,1,0),(65824,181695,533,3,1,2766.44,-3708.41,273.667,-1.27409,0,0,0,1,180,0,1,0),(65825,181695,533,3,1,2760.5,-3732.28,273.632,-1.18682,0,0,0,1,180,0,1,0),(65826,181695,533,3,1,2791.41,-3726.31,273.622,1.48353,0,0,0,1,180,0,1,0),(65827,181695,533,3,1,2787.4,-3731.16,273.616,-1.09956,0,0,0,1,180,0,1,0),(65828,181695,533,3,1,2779.75,-3728.21,273.644,2.67035,0,0,0,1,180,0,1,0),(65829,181695,533,3,1,2771.59,-3736.93,273.618,1.48353,0,0,0,1,180,0,1,0),(65830,181695,533,3,1,2745.73,-3711.43,273.621,0.767944,0,0,0,1,180,0,1,0),(65831,181695,533,3,1,2759.15,-3718.01,273.669,-2.00713,0,0,0,1,180,0,1,0),(65832,181695,533,3,1,2759.64,-3724.62,273.66,2.1293,0,0,0,1,180,0,1,0),(65833,181695,533,3,1,2771.05,-3727.31,273.67,-0.436332,0,0,0,1,180,0,1,0),(65834,181695,533,3,1,2737.57,-3710.51,273.624,2.96704,0,0,0,1,180,0,1,0),(65835,181695,533,3,1,2781.85,-3735.08,273.62,1.51844,0,0,0,1,180,0,1,0),(65836,181695,533,3,1,2731.62,-3706.18,273.623,-2.77507,0,0,0,1,180,0,1,0),(65837,181695,533,3,1,2755.07,-3728.92,273.626,0.523598,0,0,0,1,180,0,1,0),(65838,181695,533,3,1,2781.35,-3720.31,273.64,2.67035,0,0,0,1,180,0,1,0),(65839,181195,533,3,1,3143.96,-3572.22,287.097,2.35619,0,0,1,0,180,0,1,0),(65840,181197,533,3,1,3452.74,-3863.67,308.341,3.14159,0,0,1,0,180,0,0,0),(65841,181198,533,3,1,2963.16,-3476.83,297.596,-2.35619,0,0,1,0,180,0,0,0),(65842,181199,533,3,1,2847.43,-3489.47,297.839,3.14159,0,0,1,0,180,0,0,0),(65843,181200,533,3,1,2737.66,-3489.72,262.095,3.14159,0,0,1,0,180,0,0,0),(65844,181201,533,3,1,2684.28,-3559.36,261.913,1.5708,0,0,1,0,180,0,1,0),(65845,181202,533,3,1,2822.93,-3685.3,273.541,3.14159,0,0,1,0,180,0,1,0),(65846,181203,533,3,1,2771.5,-3737.34,273.596,-1.5708,0,0,1,0,180,0,1,0),(65847,181209,533,3,1,3427.56,-3846.01,310.369,0.001245,0,0,1,0,180,0,1,0),(65848,181210,533,3,1,2991.71,-3420.18,300.972,3.14159,0,0,1,0,180,0,1,0),(65849,181211,533,3,1,2991.58,-3448.51,300.972,3.14159,0,0,1,0,180,0,1,0),(65850,181212,533,3,1,3020.08,-3448.65,300.972,3.14159,0,0,1,0,180,0,1,0),(65851,181213,533,3,1,3019.93,-3420.31,300.972,3.14159,0,0,1,0,180,0,1,0),(65852,194022,533,3,1,3121.47,-3791.07,273.915,3.14159,0,0,1,0,180,0,1,0),(65853,181229,533,3,1,3005.78,-3434.36,300.328,3.14159,0,0,1,0,180,0,1,0),(65854,181230,533,3,1,2493.02,-2921.78,241.193,3.14159,0,0,1,0,180,0,1,0),(65855,181231,533,3,1,2909,-4025.02,273.475,3.14159,0,0,1,0,180,0,1,0),(65856,181232,533,3,1,3539.02,-2936.82,302.476,3.14159,0,0,1,0,180,0,1,0),(65857,181233,533,3,1,3465.16,-3940.45,308.788,0.441179,0,0,1,0,180,0,1,0),(65858,181234,533,3,1,2904.86,-3286.11,298.527,-0.785397,0,0,1,0,180,0,1,0),(65859,181235,533,3,1,3318.65,-3695.85,259.094,3.14159,0,0,1,0,180,0,0,0),(65860,181496,533,3,1,2909.69,-3818.45,273.553,3.14159,0,0,1,0,180,0,0,0),(65861,181240,533,3,1,2908.99,-4044.1,273.726,-1.5708,0,0,1,0,180,0,1,0),(65862,181241,533,3,1,2909.69,-3947.28,273.553,3.14159,0,0,1,0,180,0,0,0),(65863,181242,533,3,1,2859.62,-3997.85,273.297,1.5708,0,0,1,0,180,0,1,0),(65864,181243,533,3,1,2959.33,-3997.85,273.297,1.5708,0,0,1,0,180,0,1,0),(65865,191746,609,1,1,2493.37,-5642.43,420.863,2.16421,0,0,0.292372,0.956305,180,0,1,0),(65866,191747,609,1,1,2427.28,-5544.45,420.863,-0.983229,0,0,0.292372,0.956305,180,0,1,0),(65867,191748,609,1,1,2509.31,-5560.39,420.863,-2.55402,0,0,0.292372,0.956305,180,0,1,0),(65868,191237,609,1,1,2261.64,-5322.56,81.9226,-1.15192,0,0,0,1,180,0,1,0),(65869,191238,609,1,1,2264.71,-5316.75,81.977,1.55334,0,0,0,1,180,0,1,0),(65870,191239,609,1,1,2258.42,-5338.81,86.544,-3.12412,0,0,0,1,180,0,1,0),(65871,191240,609,1,1,2302.63,-5301.5,81.9662,2.80125,0,0,0,1,180,0,1,0),(65872,2061,609,1,1,2258.42,-5338.81,86.544,-3.12412,0,0,0,1,180,0,1,0),(65873,2061,609,1,1,2302.63,-5301.5,81.9662,2.80125,0,0,0,1,180,0,1,0),(65874,2061,609,1,1,1752.55,-5866.94,116.617,-0.497418,0,0,0,1,180,0,1,0),(65875,2061,609,1,1,1783.98,-5877.77,117.108,3.06302,0,0,0,1,180,0,1,0),(65876,2061,609,1,1,1751.95,-5865.58,116.617,2.05949,0,0,0,1,180,0,1,0),(65877,2061,609,1,1,1751.09,-5866.91,116.617,-1.58825,0,0,0,1,180,0,1,0),(65878,2061,609,1,1,1783.42,-5876.55,117.108,1.65806,0,0,0,1,180,0,1,0),(65879,2061,609,1,1,1754,-5866.49,116.617,2.99322,0,0,0,1,180,0,1,0),(65880,2061,609,1,1,1735.1,-5972.5,117.058,-1.85877,0,0,0,1,180,0,1,0),(65882,191503,609,1,1,2471.9,-5651.71,420.614,2.55691,0,0,0.292372,0.956305,180,0,1,0),(65883,191504,609,1,1,2466.24,-5659.79,420.589,2.46964,0,0,0.292372,0.956305,180,0,1,0),(65884,191505,609,1,1,2453.4,-5659.12,420.566,-1.67387,0,0,0.292372,0.956305,180,0,1,0),(65885,191506,609,1,1,2428.09,-5648.83,420.632,-0.154183,0,0,0.292372,0.956305,180,0,1,0),(65886,191507,609,1,1,2429.86,-5639.13,420.674,-0.241448,0,0,0.292372,0.956305,180,0,1,0),(65887,191508,609,1,1,2438.34,-5655.61,420.542,-1.67387,0,0,0.292372,0.956305,180,0,1,0),(65888,174881,609,1,1,1743.57,-5969.98,117.137,2.59181,0,0,0.962455,0.271441,180,0,1,0),(65889,22831,609,1,1,1783.42,-5876.55,117.108,1.65806,0,0,0.999962,0.008726,180,0,1,0),(65890,190767,609,1,1,2391.74,-5898.79,109.39,0.698132,0,0,0,1,180,0,1,0),(65891,22832,609,1,1,1754,-5866.49,116.617,2.99322,0,0,0.999962,0.008726,180,0,1,0),(65892,22833,609,1,1,1751.95,-5865.58,116.617,2.05949,0,0,0.999962,0.008726,180,0,1,0),(65894,22834,609,1,1,1751.09,-5866.91,116.617,-1.58825,0,0,0.999962,0.008726,180,0,1,0),(65896,22835,609,1,1,1752.55,-5866.94,116.617,-0.497418,0,0,0.999962,0.008726,180,0,1,0),(65897,191540,609,1,1,2400.86,-5563.21,420.701,2.35874,0,0,0.292372,0.956305,180,0,1,0),(65898,22836,609,1,1,1783.98,-5877.77,117.108,3.06302,0,0,0.999962,0.008726,180,0,1,0),(65899,191541,609,1,1,2404.43,-5559.71,420.701,-1.95786,0,0,0.292372,0.956305,180,0,1,0),(65900,149048,609,1,1,1738.14,-5883.76,116.649,-0.008726,0,0,0.999962,0.008726,180,0,1,0),(65901,191554,609,1,1,2348.58,-5695.34,382.24,-0.383971,0,0,0,1,180,0,1,0),(65902,191554,609,1,1,2325.03,-5659.6,382.24,1.71042,0,0,0,1,180,0,1,0),(65903,191555,609,1,1,2348.58,-5695.34,382.24,-0.383971,0,0,0,1,180,0,1,0),(65904,191555,609,1,1,2325.03,-5659.6,382.24,1.71042,0,0,0,1,180,0,1,0),(65905,190789,609,1,51,2366.51,-6037.01,75.3612,2.46091,0,0,0,1,180,0,1,0),(65906,22854,609,1,1,1762.59,-5868.66,116.707,-2.26892,0,0,0.999962,0.008726,180,0,1,0),(65907,22855,609,1,1,1748.88,-5873.01,116.047,-0.916297,0,0,0.999962,0.008726,180,0,1,0),(65908,22856,609,1,1,1748.03,-5883.45,116.077,-0.698132,0,0,0.999962,0.008726,180,0,1,0),(65909,22858,609,1,1,1754.78,-5888.68,123.519,1.67552,0,0,0.999962,0.008726,180,0,1,0),(65910,22860,609,1,1,1764.66,-5874.2,123.641,3.14159,0,0,0.999962,0.008726,180,0,1,0),(65911,190799,609,1,19,2136.86,-5710.58,101.112,0.637043,0,0,0,1,180,0,1,0),(65912,190800,609,1,35,2051.61,-5782.35,100.826,1.12139,0,0,0,1,180,0,1,0),(65913,22864,609,1,1,1751.19,-5888.62,123.519,1.45735,0,0,0.999962,0.008726,180,0,1,0),(65914,22865,609,1,1,1751.35,-5870.35,123.519,-1.92859,0,0,0.999962,0.008726,180,0,1,0),(65915,191577,609,1,1,2463.48,-5569.48,417.094,-1.53589,0,0,0,1,180,0,1,0),(65916,191580,609,1,1,2469.46,-5571.13,417.14,-2.00713,0,0,0,1,180,0,1,0),(65917,190557,609,1,1,2426.39,-5543.21,420.643,-0.994837,0,0,0,1,180,0,1,0),(65918,190557,609,1,1,2493.57,-5642.81,420.643,2.14675,0,0,0,1,180,0,1,0),(65919,190557,609,1,1,2509.47,-5560.17,420.643,-2.54818,0,0,0,1,180,0,1,0),(65920,191581,609,1,1,2476.96,-5575.89,417.187,-2.40855,0,0,0,1,180,0,1,0),(65921,191582,609,1,1,2482.38,-5584.35,417.248,-2.74016,0,0,0,1,180,0,1,0),(65922,22879,609,1,1,1764.65,-5876.15,123.641,3.06302,0,0,0.999962,0.008726,180,0,1,0),(65923,191583,609,1,1,2484.38,-5593.39,417.049,-3.10665,0,0,0,1,180,0,1,0),(65924,22880,609,1,1,1754.71,-5869.82,123.637,-0.017452,0,0,0.999962,0.008726,180,0,1,0),(65925,191584,609,1,1,2482.52,-5602.54,417.144,2.79252,0,0,0,1,180,0,1,0),(65926,191585,609,1,1,2460.66,-5617.43,417.25,1.58825,0,0,0,1,180,0,1,0),(65927,191586,609,1,1,2451.36,-5615.66,417.225,1.18682,0,0,0,1,180,0,1,0),(65928,191587,609,1,1,2443.6,-5610.6,417.3,0.785397,0,0,0,1,180,0,1,0),(65929,191588,609,1,1,2438.15,-5602.68,417.341,0.366518,0,0,0,1,180,0,1,0),(65930,191589,609,1,1,2436.4,-5593.19,417.323,0,0,0,0,1,180,0,1,0),(65931,191590,609,1,1,2438.11,-5584.24,417.375,-0.436332,0,0,0,1,180,0,1,0),(65932,190568,609,1,1,2377.07,-6045.53,61.521,2.44346,0,0,0,1,180,0,1,0),(65933,190569,609,1,1,2518.25,-5605,588.605,-3.00195,0,0,0,1,180,0,1,0),(65934,190569,609,1,1,2510.27,-5660.69,502.375,2.75761,0,0,0,1,180,0,1,0),(65935,190569,609,1,1,2398.81,-5579.34,590.857,0.855211,0,0,0,1,180,0,1,0),(65936,190569,609,1,1,2471.87,-5534.56,590.707,2.94959,0,0,0,1,180,0,1,0),(65937,190569,609,1,1,2334.3,-5544.44,501.461,0.767944,0,0,0,1,180,0,1,0),(65938,190569,609,1,1,2479.56,-5491.1,520.04,-0.855211,0,0,0,1,180,0,1,0),(65939,190569,609,1,1,2418.04,-5736.52,507.9,-1.44862,0,0,0,1,180,0,1,0),(65940,190569,609,1,1,2449.6,-5651.13,587.885,-2.93214,0,0,0,1,180,0,1,0),(65941,190584,609,1,1,2385.21,-5571.25,420.643,0.750491,0,0,0,1,180,0,1,0),(65942,190584,609,1,1,2452.44,-5523.57,420.789,2.63544,0,0,0,1,180,70,1,0),(65943,190584,609,1,1,2381.37,-5586.32,420.643,1.46608,0,0,0,1,180,0,1,0),(65944,190584,609,1,1,2397.91,-5561.49,421.06,0.610864,0,0,0,1,180,8,1,0),(65945,190584,609,1,1,2439.37,-5672.16,420.643,2.1293,0,0,0,1,180,60,1,0),(65946,190584,609,1,1,2455.24,-5522.27,420.761,0.837757,0,0,0,1,180,0,1,0),(65947,190584,609,1,1,2383.19,-5586.12,420.554,2.87979,0,0,0,1,180,108,1,0),(65948,190584,609,1,1,2469.68,-5515.12,420.713,-2.33874,0,0,0,1,180,0,1,0),(65949,190584,609,1,1,2488.18,-5639.51,420.643,1.27409,0,0,0,1,180,1,1,0),(65951,190584,609,1,1,2537.51,-5603.82,420.643,-1.95477,0,0,0,1,180,0,1,0),(65952,190584,609,1,1,2481.82,-5517.91,420.775,2.35619,0,0,0,1,180,149,1,0),(65953,190584,609,1,1,2494.64,-5535.57,420.643,-0.802851,0,0,0,1,180,0,1,0),(65954,190584,609,1,1,2502.87,-5559.19,420.74,2.23402,0,0,0,1,180,105,1,0),(65955,190584,609,1,1,2506.94,-5566.7,420.643,1.20428,0,0,0,1,180,0,1,0),(65957,190584,609,1,1,2537,-5613.14,420.643,3.10665,0,0,0,1,180,0,1,0),(65958,190584,609,1,1,2434.23,-5546.17,420.643,-0.122173,0,0,0,1,180,57,1,0),(65959,190584,609,1,1,2426.32,-5550.05,420.831,-1.93732,0,0,0,1,180,0,1,0),(65960,190584,609,1,1,2493.31,-5636.19,420.643,2.3911,0,0,0,1,180,110,1,0),(65961,191609,609,1,1,2344.52,-5698.26,426.03,2.14675,0,0,0,1,180,0,1,0),(65962,191609,609,1,1,2320.21,-5662.39,426.03,-2.51327,0,0,0,1,180,0,1,0),(65963,191612,609,1,1,2320.16,-5662.34,429.127,0.314158,0,0,0,1,180,0,1,0),(65964,191612,609,1,1,2344.52,-5698.25,429.245,0.209439,0,0,0,1,180,0,1,0),(65965,191613,609,1,1,2344.43,-5698.45,430.995,2.96704,0,0,0,1,180,0,1,0),(65966,191613,609,1,1,2320.03,-5662.26,430.822,0.209439,0,0,0,1,180,0,1,0),(65967,191616,609,1,1,2408.5,-5607.55,421.997,1.58825,0,0,0,1,180,0,1,0),(65968,191616,609,1,1,2447.98,-5583.81,369.45,-0.855211,0,0,0,1,180,0,1,0),(65969,191617,609,1,1,2404.06,-5606.6,422.245,2.30383,0,0,0,1,180,0,1,0),(65970,191617,609,1,1,2458.54,-5580.03,367.441,3.14159,0,0,0,1,180,0,1,0),(65971,191617,609,1,1,2378.33,-5700.66,153.934,2.79252,0,0,0,1,180,0,1,0),(65972,191618,609,1,1,2465.22,-5587.64,367.403,3.00195,0,0,0,1,180,0,1,0),(65973,191364,609,1,1,2430.61,-5730.01,157.302,2.55552,0,0,0.938191,0.346117,180,0,0,0),(65974,190859,609,1,19,2169.18,-5698.67,106.002,2.58897,0,0,0,1,180,0,1,0),(65975,190860,609,1,19,2173.33,-5704.17,105.854,1.03847,0,0,0,1,180,0,1,0),(65976,190861,609,1,19,2175.06,-5703.45,105.77,-3.14088,0,0,0,1,180,0,1,0),(65977,190862,609,1,19,2173.01,-5704.68,105.3,-3.14142,0,0,0,1,180,0,1,0),(65978,190863,609,1,19,2175.07,-5702.19,106.044,2.38237,0,0,0,1,180,0,1,0),(65979,191631,609,1,1,2408.08,-5594.86,420.644,-0.855211,0,0,0,1,180,0,1,0),(65980,191631,609,1,1,2475.92,-5577.54,415.664,-1.76278,0,0,0,1,180,0,1,0),(65981,191631,609,1,1,2462.22,-5600.56,367.402,0.296705,0,0,0,1,180,0,1,0),(65982,190864,609,1,19,2177.18,-5703.08,106.062,2.00713,0,0,0,1,180,0,1,0),(65983,191632,609,1,1,2374.44,-5694.51,153.946,1.3439,0,0,0,1,180,0,1,0),(65984,191632,609,1,1,2453.23,-5593.86,367.402,-0.331611,0,0,0,1,180,0,1,0),(65985,190865,609,1,19,2178.62,-5701.81,106.359,2.37365,0,0,0,1,180,0,1,0),(65986,191633,609,1,1,2444.98,-5610.45,415.664,-0.506145,0,0,0,1,180,0,1,0),(65987,191633,609,1,1,2456.15,-5599.82,367.403,0.610864,0,0,0,1,180,0,1,0),(65988,190866,609,1,19,2178.36,-5704.54,105.888,3.02813,0,0,0,1,180,0,1,0),(65989,191634,609,1,1,2441.61,-5542.74,421.753,-1.25664,0,0,0,1,180,0,1,0),(65990,190867,609,1,19,2175.85,-5704.97,111.051,1.02974,0,0,0,1,180,0,1,0),(65991,190868,609,1,19,2175.71,-5705.19,105.456,2.63544,0,0,0,1,180,0,1,0),(65992,190869,609,1,19,2167.19,-5700.54,107.617,0.821324,0,0,0,1,180,0,1,0),(65993,190870,609,1,19,2171.32,-5700.66,105.886,2.80077,0,0,0,1,180,0,1,0),(65994,190871,609,1,19,2167.32,-5709.37,103.509,2.28335,0,0,0,1,180,0,1,0),(65995,190872,609,1,19,2171.67,-5708.49,106.399,-0.261797,0,0,0,1,180,0,1,0),(65996,190873,609,1,19,2160.28,-5694.75,105.532,2.47836,0,0,0,1,180,0,1,0),(65997,190874,609,1,19,2155.17,-5693.68,104.806,-3.07174,0,0,0,1,180,0,1,0),(65998,190875,609,1,19,2160.43,-5691.89,106.021,2.35619,0,0,0,1,180,0,1,0),(65999,190876,609,1,19,2159.34,-5694.84,105.415,3.14159,0,0,0,1,180,0,1,0),(66000,190877,609,1,19,2159.55,-5695.07,105.455,2.79252,0,0,0,1,180,0,1,0),(66001,190878,609,1,19,2158.66,-5693.46,105.624,3.14156,0,0,0,1,180,0,1,0),(66002,191646,609,1,1,2410.63,-5562.22,421.579,-1.29154,0,0,0,1,180,0,1,0),(66003,190879,609,1,19,2157.1,-5694.98,105.176,-2.60926,0,0,0,1,180,0,1,0),(66004,190880,609,1,19,2164.09,-5691.64,106.916,2.82979,0,0,0,1,180,0,1,0),(66005,191648,609,1,1,2463.47,-5608.97,367.467,1.16937,0,0,0,1,180,0,1,0),(66006,191648,609,1,1,2345.49,-5725.83,155.254,3.14159,0,0,0,1,180,0,1,0),(66007,190881,609,1,19,2163.73,-5694.48,106.263,2.93795,0,0,0,1,180,0,1,0),(66008,191649,609,1,1,2538.72,-5564.81,378.018,3.01941,0,0,0,1,180,0,1,0),(66009,190882,609,1,19,2158.24,-5694.42,106.658,0.95993,0,0,0,1,180,0,1,0),(66010,191650,609,1,1,2519.08,-5590.48,420.647,-1.46608,0,0,0,1,180,0,1,0),(66011,191650,609,1,1,2482.36,-5592.03,415.664,0.034906,0,0,0,1,180,0,1,0),(66012,191650,609,1,1,2329.49,-5706.92,155.076,2.11185,0,0,0,1,180,0,1,0),(66013,190883,609,1,19,2162.91,-5697.05,106.007,1.07415,0,0,0,1,180,0,1,0),(66014,190884,609,1,19,2155.83,-5697.56,105.026,0.925538,0,0,0,1,180,0,1,0),(66015,191652,609,1,1,2426.38,-5653.34,422.693,2.16421,0,0,0,1,180,0,1,0),(66016,191652,609,1,1,2347.89,-5761.32,153.922,0.279252,0,0,0,1,180,0,1,0),(66017,190885,609,1,19,2160.32,-5697.78,105.062,2.94275,0,0,0,1,180,0,1,0),(66018,191653,609,1,1,2260.16,-5803.94,100.936,-0.994837,0,0,0,1,180,0,1,0),(66019,190886,609,1,19,2159.14,-5697.77,104.713,-3.09895,0,0,0,1,180,0,1,0),(66020,191654,609,1,1,2392.78,-5572,420.652,-0.488691,0,0,0,1,180,0,1,0),(66021,191654,609,1,1,2326.2,-5694.2,153.923,2.11185,0,0,0,1,180,0,1,0),(66022,190887,609,1,19,2151.4,-5697.19,103.789,2.22597,0,0,0,1,180,0,1,0),(66023,191655,609,1,1,2381.41,-5699.58,153.922,2.65289,0,0,0,1,180,0,1,0),(66024,191655,609,1,1,2456.8,-5578.51,367.462,-1.91986,0,0,0,1,180,0,1,0),(66025,191655,609,1,1,2438.1,-5586.89,415.664,-0.593412,0,0,0,1,180,0,1,0),(66026,190888,609,1,19,2152.69,-5697.96,104.894,2.58309,0,0,0,1,180,0,1,0),(66027,191656,609,1,1,2399.98,-5559.87,420.653,-2.28638,0,0,0,1,180,0,1,0),(66028,190889,609,1,19,2151.9,-5697.39,105.313,-2.80999,0,0,0,1,180,0,1,0),(66029,191657,609,1,1,2400.66,-5558.1,420.653,2.74016,0,0,0,1,180,0,1,0),(66030,190890,609,1,19,2158.05,-5699.04,106.456,-0.881391,0,0,0,1,180,0,1,0),(66031,191658,609,1,1,2397.97,-5559.73,420.653,-0.104719,0,0,0,1,180,0,1,0),(66032,190891,609,1,19,2162.82,-5701.18,104.716,-2.22071,0,0,0,1,180,0,1,0),(66033,191659,609,1,1,2402.16,-5557.06,420.653,-0.750491,0,0,0,1,180,0,1,0),(66034,190892,609,1,19,2166.22,-5700.03,105.816,1.08086,0,0,0,1,180,0,1,0),(66035,191148,609,1,1,1312.94,-6209.04,8.11525,3.00195,0,0,0,1,180,0,1,0),(66036,190893,609,1,19,2166.32,-5705.36,104.243,-0.562665,0,0,0,1,180,0,1,0),(66037,191662,609,1,1,2408.21,-5607.65,423.294,0.034906,0,0,0,1,180,0,1,0),(66038,191663,609,1,1,2426.3,-5546.84,420.648,-0.593412,0,0,0,1,180,0,1,0),(66039,191664,609,1,1,2372.15,-5694.46,153.946,-0.349065,0,0,0,1,180,0,1,0),(66040,191664,609,1,1,2476.12,-5590.68,367.471,-2.19912,0,0,0,1,180,0,1,0),(66041,190898,609,1,19,2433.6,-5859.15,107.868,2.7213,0,0,0,1,180,0,1,0),(66042,190899,609,1,19,2436.73,-5860.53,108.082,2.30436,0,0,0,1,180,0,1,0),(66043,190900,609,1,19,2438.15,-5858.51,108.601,2.61158,0,0,0,1,180,0,1,0),(66044,190901,609,1,19,2415.88,-5850.19,107.356,2.78838,0,0,0,1,180,0,1,0),(66045,190902,609,1,19,2417.89,-5850.09,106.986,2.41817,0,0,0,1,180,0,1,0),(66046,190903,609,1,19,2414.06,-5847.6,107.475,3.12363,0,0,0,1,180,0,1,0),(66047,176311,609,1,1,2296.65,-5347.82,90.9609,-0.846485,0,0,0.882948,0.469472,180,0,1,0),(66048,190647,609,1,1,2406.45,-5597,421.282,0.087266,0,0,0,1,180,0,1,0),(66049,190904,609,1,19,2420.4,-5847.57,107.539,2.33166,0,0,0,1,180,0,1,0),(66050,176312,609,1,1,2304.76,-5342.29,90.9609,-1.32645,0,0,0.882948,0.469472,180,0,1,0),(66051,190905,609,1,19,2432.42,-5860.41,107.235,2.89723,0,0,0,1,180,0,1,0),(66052,176313,609,1,1,2300.69,-5333.12,90.9609,-2.18166,0,0,0.882948,0.469472,180,0,1,0),(66053,190906,609,1,19,2418.05,-5852.9,106.686,3.13286,0,0,0,1,180,0,1,0),(66054,176314,609,1,1,2301.82,-5336.47,90.9609,-2.36492,0,0,0.882948,0.469472,180,0,1,0),(66055,190907,609,1,19,2418.27,-5853.14,106.696,2.78379,0,0,0,1,180,0,1,0),(66056,176315,609,1,1,2291.29,-5341.37,90.9609,0.36652,0,0,0.882948,0.469472,180,0,1,0),(66057,190908,609,1,19,2415.09,-5849.64,107.44,3.12337,0,0,0,1,180,0,1,0),(66058,176316,609,1,1,2295.02,-5345.41,90.9609,-0.488691,0,0,0.882948,0.469472,180,0,1,0),(66059,190909,609,1,19,2414.57,-5851.82,106.941,2.84099,0,0,0,1,180,0,1,0),(66060,191166,609,1,35,2266.77,-5799.27,97.839,-0.968655,0,0,0,1,180,0,1,0),(66061,190910,609,1,19,2414.01,-5849.2,113.08,0.663223,0,0,0,1,180,0,1,0),(66062,191167,609,1,35,2109.78,-5805.76,96.7227,2.25147,0,0,0,1,180,0,1,0),(66063,190911,609,1,19,2413.8,-5849.36,107.431,2.26892,0,0,0,1,180,0,1,0),(66064,191169,609,1,35,2054.5,-5880.65,101.061,0.532327,0,0,0,1,180,0,1,0),(66065,190914,609,1,1,2113.54,-5796.06,99.7134,0.67195,0,0,0,1,180,0,1,0),(66066,191171,609,1,35,1936.04,-5792.89,96.8256,0.872664,0,0,0,1,180,0,1,0),(66067,191172,609,1,35,1929.23,-5880.05,97.7314,2.36492,0,0,0,1,180,0,1,0),(66068,191173,609,1,35,2108.63,-5888.85,99.7184,-2.67908,0,0,0,1,180,0,1,0),(66069,190917,609,1,1,2113.91,-5795.67,101.4,-0.855211,0,0,0,1,180,0,1,0),(66070,191178,609,1,35,2217.03,-5880.88,100.885,1.5708,0,0,0,1,180,0,1,0),(66071,190930,609,1,19,1998.92,-5831.26,100.576,1.15622,0,0,0,1,180,0,1,0),(66072,190931,609,1,19,1995.35,-5816.76,100.574,-1.03782,0,0,0,1,180,0,1,0),(66073,190932,609,1,19,1995.03,-5824.14,100.632,1.5708,0,0,0,1,180,0,1,0),(66074,190933,609,1,19,1990.25,-5836.27,100.527,1.32113,0,0,0,1,180,0,1,0),(66075,190934,609,1,19,1997.67,-5835.62,100.589,0.153545,0,0,0,1,180,0,1,0),(66076,191191,609,1,35,2091.63,-5680.51,100.29,2.14675,0,0,0,1,180,0,1,0),(66077,3801,609,1,1,1735.1,-5972.5,117.058,-1.85877,0,0,0.962455,0.271441,180,0,1,0),(66078,3802,609,1,1,1735.82,-5973.03,117.058,-0.567232,0,0,0.962455,0.271441,180,0,1,0),(66079,148956,609,1,1,1816.94,-6005.79,117.656,2.17293,0,0,-0.697791,0.716302,180,0,1,0),(66080,148957,609,1,1,1806.88,-6005.86,117.656,0.689404,0,0,-0.697791,0.716302,180,0,1,0),(66081,148958,609,1,1,1812.36,-5993.55,117.656,-0.750491,0,0,-0.697791,0.716302,180,0,1,0),(66082,148959,609,1,1,1816.84,-5997.34,117.656,-2.7838,0,0,-0.697791,0.716302,180,0,1,0),(66084,190687,609,1,1,2136.35,-5778.97,99.0475,1.71377,0,0,0,1,180,0,1,0),(66085,190687,609,1,1,2105.34,-5714.7,100.288,2.75255,0,0,0,1,180,0,1,0),(66086,190687,609,1,1,2146.87,-5796.87,100.298,-0.829899,0,0,0,1,180,0,1,0),(66087,190687,609,1,1,2110.69,-5779.08,98.4745,2.84271,0,0,0,1,180,0,1,0),(66089,190687,609,1,1,2161.76,-5871.73,101.37,1.90114,0,0,0,1,180,108,1,0),(66090,190687,609,1,1,2124.13,-5765.6,98.2656,0.439526,0,0,0,1,180,0,1,0),(66091,190687,609,1,1,2157.06,-5893.38,101.12,-0.754623,0,0,0,1,180,0,1,0),(66092,190687,609,1,1,2155.67,-5874.39,101.37,1.21136,0,0,0,1,180,0,1,0),(66093,190687,609,1,1,2152.04,-5868.64,101.37,1.50298,0,0,0,1,180,0,1,0),(66095,190687,609,1,1,2131.4,-5730.49,100.163,-2.69811,0,0,0,1,180,0,1,0),(66098,190687,609,1,1,2135.19,-5757.49,98.7975,-2.16855,0,0,0,1,180,0,1,0),(66099,190687,609,1,1,2118.03,-5703.32,100.538,2.40571,0,0,0,1,180,114,1,0),(66101,190687,609,1,1,2135.23,-5780.39,99.0475,-2.35605,0,0,0,1,180,0,1,0),(66103,190687,609,1,1,2168.02,-5875.18,101.458,1.20606,0,0,0,1,180,0,1,0),(66104,190687,609,1,1,2135.93,-5755.68,98.9225,1.3884,0,0,0,1,180,0,1,0),(66105,190687,609,1,1,2135.84,-5744.75,99.4225,-2.52613,0,0,0,1,180,108,1,0),(66107,190687,609,1,1,2122.36,-5717.39,100.538,1.24747,0,0,0,1,180,1,1,0),(66109,190687,609,1,1,2122.78,-5766.92,98.2245,-2.03622,0,0,0,1,180,63,1,0),(66110,148960,609,1,1,1811.8,-6001.64,115.848,-1.54462,0,0,-0.697791,0.716302,180,0,1,0),(66111,190691,609,1,1,1986.08,-5871.83,100.727,1.22173,0,0,0,1,180,0,1,0),(66112,190691,609,1,1,1985.02,-5824.09,100.684,0.715585,0,0,0,1,180,0,1,0),(66113,190691,609,1,1,2020.52,-5821.44,100.916,-0.261798,0,0,0,1,180,0,1,0),(66114,190691,609,1,1,2002.12,-5827.67,100.678,-0.471238,0,0,0,1,180,0,1,0),(66115,190691,609,1,1,2004.66,-5868.23,100.554,1.46608,0,0,0,1,180,40,1,0),(66116,190691,609,1,1,2006.9,-5837.73,100.638,-1.06465,0,0,0,1,180,177,1,0),(66117,190691,609,1,1,1996.41,-5842.4,100.736,-2.89724,0,0,0,1,180,0,1,0),(66118,190691,609,1,1,2037.07,-5836.38,100.491,-1.64061,0,0,0,1,180,115,1,0),(66119,190691,609,1,1,2049.24,-5845.33,101.288,-0.645772,0,0,0,1,180,60,1,0),(66120,190691,609,1,1,2034.77,-5849.36,100.381,2.58308,0,0,0,1,180,0,1,0),(66121,190691,609,1,1,2004.31,-5800.87,100.551,-0.802851,0,0,0,1,180,63,1,0),(66122,190691,609,1,1,2101.35,-5875.9,103.528,-2.92171,0,0,0,1,180,0,1,0),(66123,190691,609,1,1,1814.15,-5927.39,114.339,-3.00113,0,0,0,1,180,0,1,0),(66124,190691,609,1,1,2055.06,-5843.17,101.449,3.13681,0,0,0,1,180,181,1,0),(66125,190691,609,1,1,1663.34,-5876.86,117.106,-3.02073,0,0,0,1,180,0,1,0),(66127,190691,609,1,1,1784.02,-5819.64,113.74,-3.13681,0,0,0,1,180,0,1,0),(66128,190691,609,1,1,2021.75,-5757.86,100.501,-3.12092,0,0,0,1,180,0,1,0),(66129,190691,609,1,1,2024.58,-5751.6,99.4096,3.0948,0,0,0,1,180,241,1,0),(66130,190691,609,1,1,1756.34,-5918.83,116.19,2.99632,0,0,0,1,180,0,1,0),(66131,190691,609,1,1,1757.78,-5915.71,116.183,2.97746,0,0,0,1,180,0,1,0),(66132,190691,609,1,1,1671.85,-5832.3,116.421,3.05547,0,0,0,1,180,0,1,0),(66133,190691,609,1,1,1788.33,-5816.79,112.599,3.13054,0,0,0,1,180,108,1,0),(66134,190691,609,1,1,2056.46,-5754.88,98.1389,2.93589,0,0,0,1,180,97,1,0),(66135,190691,609,1,1,1747.85,-5805.82,117.122,-3.13428,0,0,0,1,180,67,1,0),(66136,190691,609,1,1,1731.2,-5905.51,116.247,2.93344,0,0,0,1,180,236,1,0),(66137,190691,609,1,1,1812.69,-5927.73,114.575,-3.06494,0,0,0,1,180,48,1,0),(66138,190691,609,1,1,2011.53,-5757.16,100.795,-3.12092,0,0,0,1,180,57,1,0),(66139,190691,609,1,1,2031.08,-5752.26,99.1358,3.0948,0,0,0,1,180,148,1,0),(66140,190691,609,1,1,2130.61,-5840.53,101.442,2.87215,0,0,0,1,180,100,1,0),(66141,190691,609,1,1,1869.06,-5912.31,104.133,-3.09234,0,0,0,1,180,0,1,0),(66143,190691,609,1,1,1902.85,-5806.24,101.077,-2.53861,0,0,0,1,180,159,1,0),(66144,190691,609,1,1,2102.64,-5781.65,99.1645,2.88177,0,0,0,1,180,0,1,0),(66145,190691,609,1,1,1878.62,-5835.05,101.641,-2.79621,0,0,0,1,180,0,1,0),(66146,190691,609,1,1,1849.87,-5917.74,105.609,-2.99088,0,0,0,1,180,103,1,0),(66147,190691,609,1,1,1766.07,-5917.36,116.204,3.041,0,0,0,1,180,0,1,0),(66148,190691,609,1,1,1850.84,-5817.41,100.334,-3.10558,0,0,0,1,180,0,1,0),(66149,190691,609,1,1,1847.35,-5918.59,106.086,-2.99088,0,0,0,1,180,105,1,0),(66150,190691,609,1,1,1872.98,-5839.43,102.028,-2.75843,0,0,0,1,180,0,1,0),(66151,190691,609,1,1,2105.84,-5873.61,103.223,-2.92171,0,0,0,1,180,63,1,0),(66152,190691,609,1,1,1925.05,-5909.49,101.534,-3.06312,0,0,0,1,180,1,1,0),(66153,190691,609,1,1,1778.93,-5928.95,116.228,3.13202,0,0,0,1,180,0,1,0),(66154,190691,609,1,1,1863.02,-5816.45,100.4,-3.10558,0,0,0,1,180,111,1,0),(66155,190691,609,1,1,1869.76,-5843.39,101.996,-2.79621,0,0,0,1,180,113,1,0),(66156,190691,609,1,1,1917.39,-5847.6,100.456,3.09304,0,0,0,1,180,48,1,0),(66157,190691,609,1,1,1855.53,-5911.96,104.597,-2.48342,0,0,0,1,180,0,1,0),(66158,190691,609,1,1,1771.16,-5920.71,116.209,2.97746,0,0,0,1,180,0,1,0),(66159,190691,609,1,1,1726.27,-5826.24,116.174,-3.02001,0,0,0,1,180,255,1,0),(66160,190691,609,1,1,1740.38,-5879.35,116.668,-2.77046,0,0,0,1,180,114,1,0),(66161,190691,609,1,1,2083.96,-5768.03,99.4227,2.96373,0,0,0,1,180,181,1,0),(66162,190691,609,1,1,2129.73,-5819.98,100.876,-2.15669,0,0,0,1,180,111,1,0),(66163,190691,609,1,1,2052.06,-5754.43,98.4458,2.93589,0,0,0,1,180,0,1,0),(66164,190691,609,1,1,2121.44,-5796.41,99.5064,2.66365,0,0,0,1,180,0,1,0),(66165,190691,609,1,1,2071.52,-5891.17,104.524,-2.92652,0,0,0,1,180,0,1,0),(66166,190691,609,1,1,2081.23,-5769.05,99.4275,2.88062,0,0,0,1,180,243,1,0),(66167,190691,609,1,1,1925.66,-5764.42,103.435,-3.03842,0,0,0,1,180,71,1,0),(66168,190691,609,1,1,2076.06,-5765.47,99.7297,2.50237,0,0,0,1,180,0,1,0),(66169,190691,609,1,1,2030.66,-5904.41,105.011,-2.92073,0,0,0,1,180,130,1,0),(66170,190691,609,1,1,2140.3,-5840.89,101.442,3.02732,0,0,0,1,180,52,1,0),(66171,190691,609,1,1,1837.65,-5818.35,100.771,-3.10453,0,0,0,1,180,0,1,0),(66172,190691,609,1,1,1826.1,-5925.44,111.488,-2.99088,0,0,0,1,180,0,1,0),(66173,190691,609,1,1,1945.86,-5759.13,104.194,-3.03842,0,0,0,1,180,67,1,0),(66174,190691,609,1,1,1839.68,-5819.8,100.647,3.03016,0,0,0,1,180,0,1,0),(66175,190691,609,1,1,1920.55,-5808.88,100.202,3.12074,0,0,0,1,180,0,1,0),(66176,190691,609,1,1,1906.4,-5909.69,101.877,-3.06144,0,0,0,1,180,170,1,0),(66177,190691,609,1,1,2109.8,-5840,102.3,-3.09304,0,0,0,1,180,113,1,0),(66178,190691,609,1,1,1819.15,-5929.33,113.442,-3.00504,0,0,0,1,180,0,1,0),(66179,190691,609,1,1,1786.91,-5929.4,116.228,-3.13542,0,0,0,1,180,0,1,0),(66180,190691,609,1,1,2072.63,-5764.14,99.7344,2.90875,0,0,0,1,180,159,1,0),(66181,190691,609,1,1,2101.94,-5841.27,102.457,-3.13681,0,0,0,1,180,159,1,0),(66182,190691,609,1,1,1792.25,-5928.86,116.112,-3.0641,0,0,0,1,180,48,1,0),(66183,190691,609,1,1,1879.55,-5813.9,101.647,-3.03482,0,0,0,1,180,0,1,0),(66184,190691,609,1,1,1931.11,-5911.16,101.534,-2.8878,0,0,0,1,180,160,1,0),(66185,190691,609,1,1,1805.53,-5817.86,108.036,3.11553,0,0,0,1,180,0,1,0),(66186,190691,609,1,1,1871.42,-5910.4,104.014,-3.13243,0,0,0,1,180,0,1,0),(66187,190691,609,1,1,1785.49,-5819.7,113.434,-3.13681,0,0,0,1,180,0,1,0),(66188,190691,609,1,1,2018.55,-5758.01,100.763,-3.12092,0,0,0,1,180,155,1,0),(66189,190691,609,1,1,1745.32,-5954.11,116.272,-2.81807,0,0,0,1,180,111,1,0),(66190,190691,609,1,1,1686.61,-5875.96,116.254,2.89614,0,0,0,1,180,0,1,0),(66192,190691,609,1,1,1895,-5839.82,101.077,3.0928,0,0,0,1,180,0,1,0),(66193,190691,609,1,1,2001.4,-5893.53,101.451,1.71042,0,0,0,1,180,99,1,0),(66194,190691,609,1,1,2009.02,-5844.73,100.658,3.11184,0,0,0,1,180,0,1,0),(66195,190691,609,1,1,1976.89,-5839.78,100.626,-0.541051,0,0,0,1,180,177,1,0),(66196,190691,609,1,1,1992.38,-5784.01,100.812,2.87979,0,0,0,1,180,0,1,0),(66197,190691,609,1,1,1974.23,-5786.49,100.595,-1.55334,0,0,0,1,180,113,1,0),(66198,190691,609,1,1,1914.67,-5834.22,100.372,1.37881,0,0,0,1,180,0,1,0),(66199,190691,609,1,1,2132.89,-5845.1,101.442,2.65587,0,0,0,1,180,0,1,0),(66200,190691,609,1,1,2044.4,-5821.73,100.859,1.41372,0,0,0,1,180,0,1,0),(66201,190691,609,1,1,2073.74,-5763.12,99.7668,2.93589,0,0,0,1,180,0,1,0),(66202,190691,609,1,1,2144.28,-5853.75,101.535,-2.86354,0,0,0,1,180,100,1,0),(66203,190691,609,1,1,1769.85,-5921.99,116.103,3.0149,0,0,0,1,180,236,1,0),(66204,190691,609,1,1,2015.69,-5844.55,100.607,-3.08095,0,0,0,1,180,0,1,0),(66205,190691,609,1,1,2071.74,-5841.07,103.013,3.13681,0,0,0,1,180,0,1,0),(66206,190691,609,1,1,1730.56,-5872.34,116.479,2.32047,0,0,0,1,180,0,1,0),(66207,190691,609,1,1,1772.94,-5816.98,115.735,3.13054,0,0,0,1,180,71,1,0),(66208,190691,609,1,1,2037.56,-5844.9,100.65,-3.08126,0,0,0,1,180,100,1,0),(66209,190691,609,1,1,2081.5,-5886.03,104.119,-2.9259,0,0,0,1,180,241,1,0),(66210,190691,609,1,1,2117.05,-5843.42,102.578,2.69216,0,0,0,1,180,97,1,0),(66211,190691,609,1,1,2058.19,-5759.83,98.6586,2.94995,0,0,0,1,180,0,1,0),(66212,190691,609,1,1,1901.24,-5812.85,100.936,-2.53861,0,0,0,1,180,105,1,0),(66213,190691,609,1,1,1958.29,-5844.07,100.68,3.13286,0,0,0,1,180,0,1,0),(66214,190691,609,1,1,1980.58,-5843.53,100.691,3.12457,0,0,0,1,180,0,1,0),(66215,190691,609,1,1,2019.49,-5905.63,104.647,3.11735,0,0,0,1,180,1,1,0),(66216,190691,609,1,1,1932.7,-5849.23,100.859,-3.03658,0,0,0,1,180,114,1,0),(66217,190691,609,1,1,1964.07,-5843.21,100.593,3.13286,0,0,0,1,180,51,1,0),(66219,190691,609,1,1,1909.79,-5910.51,101.754,-3.11096,0,0,0,1,180,0,1,0),(66220,190691,609,1,1,2122.62,-5838.64,101.741,-2.54208,0,0,0,1,180,48,1,0),(66221,190691,609,1,1,1900.8,-5814.16,100.934,-2.4371,0,0,0,1,180,0,1,0),(66222,190691,609,1,1,2101.7,-5781.05,99.1669,2.88177,0,0,0,1,180,243,1,0),(66223,190691,609,1,1,1874.17,-5815.55,101.239,-3.10558,0,0,0,1,180,9,1,0),(66224,190691,609,1,1,2039.62,-5753.59,98.8749,2.93729,0,0,0,1,180,103,1,0),(66225,190691,609,1,1,2074.79,-5889.46,104.339,-2.92652,0,0,0,1,180,9,1,0),(66226,190691,609,1,1,2132.22,-5860.02,101.843,-2.92171,0,0,0,1,180,111,1,0),(66227,190691,609,1,1,2107.71,-5872.73,103.074,-2.92171,0,0,0,1,180,214,1,0),(66228,190691,609,1,1,2002.79,-5844.32,100.726,3.11184,0,0,0,1,180,0,1,0),(66229,190691,609,1,1,2125.45,-5788.08,98.8947,2.93489,0,0,0,1,180,9,1,0),(66231,190691,609,1,1,2064.99,-5758.91,98.8705,2.93589,0,0,0,1,180,190,1,0),(66232,190691,609,1,1,2118.69,-5791.86,99.1871,2.88755,0,0,0,1,180,8,1,0),(66233,190691,609,1,1,2208.53,-5802,101.39,3.08889,0,0,0,1,180,60,1,0),(66234,191746,609,1,4,2493.37,-5642.43,420.863,2.16421,0,0,0.292372,0.956305,180,0,1,0),(66235,191747,609,1,4,2427.28,-5544.45,420.863,-0.983229,0,0,0.292372,0.956305,180,0,1,0),(66236,191748,609,1,4,2509.31,-5560.39,420.863,-2.55402,0,0,0.292372,0.956305,180,0,1,0),(66237,191503,609,1,4,2471.9,-5651.71,420.614,2.55691,0,0,0.292372,0.956305,180,0,1,0),(66238,191504,609,1,4,2466.24,-5659.79,420.589,2.46964,0,0,0.292372,0.956305,180,0,1,0),(66239,191505,609,1,4,2453.4,-5659.12,420.566,-1.67387,0,0,0.292372,0.956305,180,0,1,0),(66240,191506,609,1,4,2428.09,-5648.83,420.632,-0.154183,0,0,0.292372,0.956305,180,0,1,0),(66241,191507,609,1,4,2429.86,-5639.13,420.674,-0.241448,0,0,0.292372,0.956305,180,0,1,0),(66242,191508,609,1,4,2438.34,-5655.61,420.542,-1.67387,0,0,0.292372,0.956305,180,0,1,0),(66245,191540,609,1,4,2400.86,-5563.21,420.701,2.35874,0,0,0.292372,0.956305,180,0,1,0),(66246,191541,609,1,4,2404.43,-5559.71,420.701,-1.95786,0,0,0.292372,0.956305,180,0,1,0),(66247,190785,609,1,4,2202.36,-6120.89,3.04244,-2.61799,0,0,0,1,180,0,1,0),(66248,190785,609,1,4,2166.13,-5886.37,101.275,2.42601,0,0,0,1,180,0,1,0),(66249,190785,609,1,4,2360.18,-5896.05,105.366,-1.27409,0,0,0,1,180,0,1,0),(66250,190785,609,1,4,2366.28,-6051.81,78.2411,-2.02458,0,0,0,1,180,0,1,0),(66251,190785,609,1,4,2172.58,-5783.2,101.223,-2.49582,0,0,0,1,180,0,1,0),(66252,190785,609,1,4,1954.46,-5843.76,100.506,3.10665,0,0,0,1,180,0,1,0),(66253,190785,609,1,4,2367.1,-5720.43,153.922,-1.79769,0,0,0,1,180,0,1,0),(66254,191554,609,1,4,2348.58,-5695.34,382.24,-0.383971,0,0,0,1,180,0,1,0),(66255,191554,609,1,4,2325.03,-5659.6,382.24,1.71042,0,0,0,1,180,0,1,0),(66256,191555,609,1,4,2348.58,-5695.34,382.24,-0.383971,0,0,0,1,180,0,1,0),(66257,191555,609,1,4,2325.03,-5659.6,382.24,1.71042,0,0,0,1,180,0,1,0),(66258,190790,609,1,4,2376.28,-6044.97,61.3009,2.44346,0,0,0,1,180,0,1,0),(66259,190791,609,1,12,2350.02,-6031.81,59.9412,0.802849,0,0,0,1,180,0,1,0),(66260,190792,609,1,12,2362.84,-6034.37,61.4894,0.802851,0,0,0,1,180,0,1,0),(66261,190793,609,1,12,2389.26,-6030.65,61.5162,3.0456,0,0,0,1,180,0,1,0),(66262,190795,609,1,4,2422.4,-5909,125.24,-0.977383,0,0,0,1,180,0,1,0),(66263,190795,609,1,4,2105.63,-5671.78,113.995,3.14159,0,0,0,1,180,0,1,0),(66264,190796,609,1,4,2229.94,-5811.85,105.445,0.331611,0,0,0,1,180,0,1,0),(66265,190796,609,1,4,2227.18,-5809.2,104.563,-0.034906,0,0,0,1,180,0,1,0),(66266,190796,609,1,4,2224.79,-5887.67,62.9066,1.55334,0,0,0,1,180,0,1,0),(66267,190796,609,1,4,2241.09,-5859.98,105.078,2.33874,0,0,0,1,180,0,1,0),(66268,190796,609,1,4,2265.51,-5811.3,102.807,2.28638,0,0,0,1,180,0,1,0),(66269,190796,609,1,4,2224.59,-5881.74,62.8938,-0.244346,0,0,0,1,180,0,1,0),(66270,190797,609,1,4,2254.79,-6193.25,7.66611,-3.00195,0,0,0,1,180,0,1,0),(66271,190797,609,1,4,1938.95,-5793.03,109.974,-0.244346,0,0,0,1,180,0,1,0),(66272,190797,609,1,4,2313.27,-6110.63,25.0153,1.88495,0,0,0,1,180,0,1,0),(66273,190797,609,1,4,2191.07,-6029.01,26.2618,0.558504,0,0,0,1,180,0,1,0),(66274,190797,609,1,4,2126.64,-6202.93,13.7074,-2.72271,0,0,0,1,180,0,1,0),(66275,190797,609,1,4,2056.6,-5881.82,114.413,2.80997,0,0,0,1,180,0,1,0),(66276,190797,609,1,4,2217.44,-5878.07,108.602,1.41372,0,0,0,1,180,0,1,0),(66277,190797,609,1,4,2051.72,-5782.36,106.569,2.47837,0,0,0,1,180,0,1,0),(66278,190797,609,1,4,1923.9,-5872.55,113.727,0.890117,0,0,0,1,180,0,1,0),(66279,190797,609,1,4,2236.22,-6208.43,18.4413,-1.39626,0,0,0,1,180,0,1,0),(66280,190797,609,1,4,1940.08,-5869.09,111.665,0.052359,0,0,0,1,180,0,1,0),(66281,190797,609,1,4,2279,-6203.48,13.3712,1.85005,0,0,0,1,180,0,1,0),(66282,190797,609,1,4,2102.87,-5697.35,113.129,-0.174532,0,0,0,1,180,0,1,0),(66283,190797,609,1,4,2099.19,-6183.48,13.0068,2.1293,0,0,0,1,180,0,1,0),(66284,190797,609,1,4,2114.09,-5804.97,109.547,-1.58825,0,0,0,1,180,0,1,0),(66285,190797,609,1,4,2094.8,-5688.16,120.801,0.872664,0,0,0,1,180,0,1,0),(66286,190797,609,1,4,2108.45,-5884.6,112.757,-1.48353,0,0,0,1,180,0,1,0),(66287,190797,609,1,4,2081,-6113.06,24.4226,-0.296705,0,0,0,1,180,0,1,0),(66288,190797,609,1,4,1929.9,-5887.13,116.434,-3.07177,0,0,0,1,180,0,1,0),(66289,190797,609,1,4,2245.81,-6204.57,39.1772,2.72271,0,0,0,1,180,0,1,0),(66290,190797,609,1,4,2265.52,-5799,111.415,-0.017452,0,0,0,1,180,0,1,0),(66291,190801,609,1,204,2137.68,-5709.65,101.247,0.654497,0,0,0,1,180,0,1,0),(66292,190802,609,1,204,2051.85,-5782.08,100.857,1.15192,0,0,0,1,180,0,1,0),(66293,190804,609,1,204,2183.32,-6050.73,6.18564,-1.67552,0,0,0,1,180,0,1,0),(66294,190805,609,1,204,2285.14,-5885.03,99.2143,-1.05593,0,0,0,1,180,0,1,0),(66295,190806,609,1,204,2402.26,-5846.35,108.549,-3.14139,0,0,0,1,180,0,1,0),(66296,190807,609,1,204,2383.96,-5920.02,110.222,3.14138,0,0,0,1,180,0,1,0),(66297,190808,609,1,204,2334.31,-6006.14,56.9248,3.14132,0,0,0,1,180,0,1,0),(66298,190809,609,1,204,2260.99,-5907.33,99.6979,-0.558504,0,0,0,1,180,0,1,0),(66299,190810,609,1,204,2197.86,-6046.28,6.33299,-1.18682,0,0,0,1,180,0,1,0),(66300,190811,609,1,204,2218.42,-6053.75,6.27475,-2.13803,0,0,0,1,180,0,1,0),(66301,190812,609,1,204,2185.77,-6105.3,1.10985,-1.64061,0,0,0,1,180,0,1,0),(66302,190813,609,1,204,2130.88,-6113.84,5.71631,1.09083,0,0,0,1,180,0,1,0),(66303,190557,609,1,4,2426.39,-5543.21,420.643,-0.994837,0,0,0,1,180,0,1,0),(66304,190557,609,1,4,2493.57,-5642.81,420.643,2.14675,0,0,0,1,180,0,1,0),(66305,190557,609,1,4,2509.47,-5560.17,420.643,-2.54818,0,0,0,1,180,0,1,0),(66306,190814,609,1,204,2183.49,-6124.97,1.75166,1.22173,0,0,0,1,180,0,1,0),(66307,190815,609,1,204,2206.55,-6110.24,2.86026,-2.91469,0,0,0,1,180,0,1,0),(66308,191084,609,1,4,1647.26,-6039.83,151.381,1.37881,0,0,0,1,180,0,1,0),(66309,191087,609,1,4,1654.08,-6033.14,127.584,-1.67551,0,0,0,1,180,0,1,0),(66310,191616,609,1,4,2408.5,-5607.55,421.997,1.58825,0,0,0,1,180,0,1,0),(66311,191616,609,1,4,2447.98,-5583.81,369.45,-0.855211,0,0,0,1,180,0,1,0),(66312,191617,609,1,4,2404.06,-5606.6,422.245,2.30383,0,0,0,1,180,0,1,0),(66313,191617,609,1,4,2458.54,-5580.03,367.441,3.14159,0,0,0,1,180,0,1,0),(66314,191617,609,1,4,2378.33,-5700.66,153.934,2.79252,0,0,0,1,180,0,1,0),(66315,191618,609,1,4,2465.22,-5587.64,367.403,3.00195,0,0,0,1,180,0,1,0),(66316,191364,609,1,4,2430.61,-5730.01,157.302,2.55552,0,0,0.938191,0.346117,180,0,0,0),(66317,191631,609,1,4,2408.08,-5594.86,420.644,-0.855211,0,0,0,1,180,0,1,0),(66318,191631,609,1,4,2475.92,-5577.54,415.664,-1.76278,0,0,0,1,180,0,1,0),(66319,191631,609,1,4,2462.22,-5600.56,367.402,0.296705,0,0,0,1,180,0,1,0),(66320,191632,609,1,4,2374.44,-5694.51,153.946,1.3439,0,0,0,1,180,0,1,0),(66321,191632,609,1,4,2453.23,-5593.86,367.402,-0.331611,0,0,0,1,180,0,1,0),(66322,191633,609,1,4,2444.98,-5610.45,415.664,-0.506145,0,0,0,1,180,0,1,0),(66323,191633,609,1,4,2456.15,-5599.82,367.403,0.610864,0,0,0,1,180,0,1,0),(66324,191641,609,1,4,2441.6,-5542.74,421.753,-1.27409,0,0,0,1,180,0,1,0),(66325,191646,609,1,4,2410.63,-5562.22,421.579,-1.29154,0,0,0,1,180,0,1,0),(66326,191648,609,1,4,2463.47,-5608.97,367.467,1.16937,0,0,0,1,180,0,1,0),(66327,191648,609,1,4,2345.49,-5725.83,155.254,3.14159,0,0,0,1,180,0,1,0),(66328,191649,609,1,4,2538.72,-5564.81,378.018,3.01941,0,0,0,1,180,0,1,0),(66329,191650,609,1,4,2519.08,-5590.48,420.647,-1.46608,0,0,0,1,180,0,1,0),(66330,191650,609,1,4,2482.36,-5592.03,415.664,0.034906,0,0,0,1,180,0,1,0),(66331,191650,609,1,4,2329.49,-5706.92,155.076,2.11185,0,0,0,1,180,0,1,0),(66332,191652,609,1,4,2426.38,-5653.34,422.693,2.16421,0,0,0,1,180,0,1,0),(66333,191652,609,1,4,2347.89,-5761.32,153.922,0.279252,0,0,0,1,180,0,1,0),(66334,191653,609,1,4,2260.16,-5803.94,100.936,-0.994837,0,0,0,1,180,0,1,0),(66335,191654,609,1,4,2392.78,-5572,420.652,-0.488691,0,0,0,1,180,0,1,0),(66336,191654,609,1,4,2326.2,-5694.2,153.923,2.11185,0,0,0,1,180,0,1,0),(66337,191655,609,1,4,2381.41,-5699.58,153.922,2.65289,0,0,0,1,180,0,1,0),(66338,191655,609,1,4,2456.8,-5578.51,367.462,-1.91986,0,0,0,1,180,0,1,0),(66339,191655,609,1,4,2438.1,-5586.89,415.664,-0.593412,0,0,0,1,180,0,1,0),(66340,191656,609,1,4,2399.98,-5559.87,420.653,-2.28638,0,0,0,1,180,0,1,0),(66341,191657,609,1,4,2400.66,-5558.1,420.653,2.74016,0,0,0,1,180,0,1,0),(66342,191658,609,1,4,2397.97,-5559.73,420.653,-0.104719,0,0,0,1,180,0,1,0),(66343,191659,609,1,4,2402.16,-5557.06,420.653,-0.750491,0,0,0,1,180,0,1,0),(66344,191148,609,1,4,1312.94,-6209.04,8.11525,3.00195,0,0,0,1,180,0,1,0),(66345,190894,609,1,204,2169.63,-5713.52,103.131,-2.30383,0,0,0,1,180,0,1,0),(66346,191662,609,1,4,2408.21,-5607.65,423.294,0.034906,0,0,0,1,180,0,1,0),(66347,190895,609,1,204,2150.59,-5698.58,103.33,-2.30383,0,0,0,1,180,0,1,0),(66348,191663,609,1,4,2426.3,-5546.84,420.648,-0.593412,0,0,0,1,180,0,1,0),(66349,190896,609,1,204,1892.93,-5798.12,101.027,-1.61443,0,0,0,1,180,0,1,0),(66350,191664,609,1,4,2372.15,-5694.46,153.946,-0.349065,0,0,0,1,180,0,1,0),(66351,191664,609,1,4,2476.12,-5590.68,367.471,-2.19912,0,0,0,1,180,0,1,0),(66352,191165,609,1,204,2266.73,-5799.05,97.9244,-0.942474,0,0,0,1,180,0,1,0),(66353,191168,609,1,204,2109.87,-5805.85,96.7002,2.24275,0,0,0,1,180,0,1,0),(66354,190912,609,1,204,2417.8,-5838.41,113.753,-2.30383,0,0,0,1,180,0,1,0),(66355,190913,609,1,204,2170.67,-5673.2,112.051,1.0821,0,0,0,1,180,0,1,0),(66356,191170,609,1,204,1936.01,-5792.94,96.9045,0.855213,0,0,0,1,180,0,1,0),(66357,190915,609,1,4,2113.59,-5796.02,99.6966,-2.39983,0,0,0,1,180,0,1,0),(66358,190917,609,1,4,2113.91,-5795.67,101.4,-0.855211,0,0,0,1,180,0,1,0),(66359,191174,609,1,204,2108.68,-5888.82,99.7573,-2.70526,0,0,0,1,180,0,1,0),(66360,191175,609,1,204,2054.43,-5880.69,101.059,0.541053,0,0,0,1,180,0,1,0),(66361,190919,609,1,12,2314.42,-5740.34,153.835,-0.837757,0,0,0,1,180,0,1,0),(66362,191176,609,1,204,1929.46,-5879.72,97.8212,2.36492,0,0,0,1,180,0,1,0),(66363,190920,609,1,12,2318.79,-5745.26,153.982,-2.39983,0,0,0,1,180,0,1,0),(66364,190921,609,1,12,2314.33,-5740.21,153.921,-2.3911,0,0,0,1,180,0,1,0),(66365,191177,609,1,204,2217.12,-5880.77,100.842,1.58825,0,0,0,1,180,0,1,0),(66366,190922,609,1,12,2311.47,-5743.68,153.856,0.715584,0,0,0,1,180,0,1,0),(66367,190923,609,1,12,2307.6,-5739.98,163.723,0.741763,0,0,0,1,180,0,1,0),(66368,190924,609,1,12,2308.28,-5740.59,164.612,0.724311,0,0,0,1,180,0,1,0),(66369,190925,609,1,12,2313.55,-5746.84,164.706,0.942479,0,0,0,1,180,0,1,0),(66370,190926,609,1,12,2308.97,-5741.48,165.16,0.794123,0,0,0,1,180,0,1,0),(66371,190927,609,1,12,2314.21,-5747.59,164.131,0.837757,0,0,0,1,180,0,1,0),(66372,190928,609,1,12,2313.11,-5745.45,161.488,0.663223,0,0,0,1,180,0,1,0),(66373,190929,609,1,12,2310.06,-5735.45,153.972,0.741763,0,0,0,1,180,0,1,0),(66374,191190,609,1,204,2091.49,-5680.32,100.272,2.14675,0,0,0,1,180,0,1,0),(66375,190935,609,1,204,1993.21,-5826.24,100.639,2.34747,0,0,0,1,180,0,1,0),(66376,190936,609,1,4,1993.15,-5826.18,100.506,2.35619,0,0,0,1,180,0,1,0),(66377,190937,609,1,4,1783.84,-5877.65,109.496,-2.58308,0,0,0,1,180,0,1,0),(66378,190938,609,1,4,1817.74,-6010.35,119.749,2.30383,0,0,0,1,180,0,1,0),(66379,148956,609,1,4,1816.94,-6005.79,117.656,2.17293,0,0,-0.697791,0.716302,180,0,1,0),(66380,148957,609,1,4,1806.88,-6005.86,117.656,0.689404,0,0,-0.697791,0.716302,180,0,1,0),(66381,148958,609,1,4,1812.36,-5993.55,117.656,-0.750491,0,0,-0.697791,0.716302,180,0,1,0),(66382,148959,609,1,4,1816.84,-5997.34,117.656,-2.7838,0,0,-0.697791,0.716302,180,0,1,0),(66383,148960,609,1,4,1811.8,-6001.64,115.848,-1.54462,0,0,-0.697791,0.716302,180,0,1,0),(66384,190947,609,1,4,1590.48,-5706.93,124.193,0.418879,0,0,0,1,180,0,1,0),(66385,191746,609,1,64,2493.37,-5642.43,420.863,2.16421,0,0,0.292372,0.956305,180,0,1,0),(66386,191746,0,1,64,2493.37,-5642.43,420.863,2.16421,0,0,0.292372,0.956305,180,0,1,0),(66387,191747,609,1,64,2427.28,-5544.45,420.863,-0.983229,0,0,0.292372,0.956305,180,0,1,0),(66388,191747,0,1,64,2427.28,-5544.45,420.863,-0.983229,0,0,0.292372,0.956305,180,0,1,0),(66389,191748,609,1,64,2509.31,-5560.39,420.863,-2.55402,0,0,0.292372,0.956305,180,0,1,0),(66390,191748,0,1,64,2509.31,-5560.39,420.863,-2.55402,0,0,0.292372,0.956305,180,0,1,0),(66391,191503,609,1,64,2471.9,-5651.71,420.614,2.55691,0,0,0.292372,0.956305,180,0,1,0),(66392,191503,0,1,64,2471.9,-5651.71,420.614,2.55691,0,0,0.292372,0.956305,180,0,1,0),(66393,191504,609,1,64,2466.24,-5659.79,420.589,2.46964,0,0,0.292372,0.956305,180,0,1,0),(66394,191504,0,1,64,2466.24,-5659.79,420.589,2.46964,0,0,0.292372,0.956305,180,0,1,0),(66395,191505,609,1,64,2453.4,-5659.12,420.566,-1.67387,0,0,0.292372,0.956305,180,0,1,0),(66396,191505,0,1,64,2453.4,-5659.12,420.567,-1.67387,0,0,0.292372,0.956305,180,0,1,0),(66397,191506,609,1,64,2428.09,-5648.83,420.632,-0.154183,0,0,0.292372,0.956305,180,0,1,0),(66398,191506,0,1,64,2428.09,-5648.83,420.632,-0.154183,0,0,0.292372,0.956305,180,0,1,0),(66399,191507,609,1,64,2429.86,-5639.13,420.674,-0.241448,0,0,0.292372,0.956305,180,0,1,0),(66400,191507,0,1,64,2429.86,-5639.13,420.674,-0.241448,0,0,0.292372,0.956305,180,0,1,0),(66401,191508,609,1,64,2438.34,-5655.61,420.542,-1.67387,0,0,0.292372,0.956305,180,0,1,0),(66402,191508,0,1,64,2438.34,-5655.61,420.543,-1.67387,0,0,0.292372,0.956305,180,0,1,0),(66403,193052,0,1,256,2348.1,-5695.95,382.241,0.680677,0,0,0,1,180,0,1,0),(66404,191261,609,1,128,2817.78,-5453.95,157.975,2.91469,0,0,0,1,180,0,1,0),(66405,193053,0,1,256,2324.41,-5659.86,382.241,0.645772,0,0,0,1,180,0,1,0),(66406,191262,609,1,128,2808.63,-5460.11,159.128,3.14018,0,0,0,1,180,0,1,0),(66407,191263,609,1,128,2814.48,-5448.4,158.223,2.62672,0,0,0,1,180,0,1,0),(66408,191264,609,1,128,2822.79,-5433.88,156.698,-0.25307,0,0,0,1,180,0,1,0),(66409,191265,609,1,128,2798.51,-5459.62,160.154,-1.57952,0,0,0,1,180,0,1,0),(66410,191266,609,1,128,2814.26,-5457.41,167.736,2.30383,0,0,0,1,180,0,1,0),(66411,191267,609,1,128,2821.64,-5452.52,166.387,0.706858,0,0,0,1,180,0,1,0),(66412,191268,609,1,128,2822.74,-5434.36,160.946,-1.97222,0,0,0,1,180,0,1,0),(66413,191269,609,1,128,2825.5,-5456.51,156.866,-2.37365,0,0,0,1,180,0,1,0),(66414,191270,609,1,128,2815.75,-5461,156.867,-2.88851,0,0,0,1,180,0,1,0),(66415,191271,609,1,128,2803.43,-5460.06,159.718,3.14086,0,0,0,1,180,0,1,0),(151238,191538,0,1,65,2390.02,-5640.91,377.093,0.59341,0,0,0.292372,0.956305,180,0,0,0),(151237,191538,609,1,197,2390.02,-5640.91,377.093,0.59341,0,0,0.292372,0.956305,180,0,0,0),(151236,191539,0,1,65,2383.65,-5645.2,420.772,0.59341,0,0,0.292372,0.956305,180,0,0,0),(151235,191539,609,1,197,2383.65,-5645.2,420.772,0.59341,0,0,0.292372,0.956305,180,0,0,0),(66420,191540,609,1,64,2400.86,-5563.21,420.701,2.35874,0,0,0.292372,0.956305,180,0,1,0),(66421,191540,0,1,64,2400.86,-5563.21,420.702,2.35874,0,0,0.292372,0.956305,180,0,1,0),(66422,191541,609,1,64,2404.43,-5559.71,420.701,-1.95786,0,0,0.292372,0.956305,180,0,1,0),(66423,191541,0,1,64,2404.43,-5559.71,420.702,-1.95786,0,0,0.292372,0.956305,180,0,1,0),(66424,190785,609,1,64,2202.36,-6120.89,3.04244,-2.61799,0,0,0,1,180,0,1,0),(66425,190785,609,1,64,2166.13,-5886.37,101.275,2.42601,0,0,0,1,180,0,1,0),(66426,190785,609,1,64,2360.18,-5896.05,105.366,-1.27409,0,0,0,1,180,0,1,0),(66427,190785,609,1,64,2366.28,-6051.81,78.2411,-2.02458,0,0,0,1,180,0,1,0),(66428,190785,609,1,64,2172.58,-5783.2,101.223,-2.49582,0,0,0,1,180,0,1,0),(66429,190785,609,1,64,1954.46,-5843.76,100.506,3.10665,0,0,0,1,180,0,1,0),(66430,190785,609,1,64,2367.1,-5720.43,153.922,-1.79769,0,0,0,1,180,0,1,0),(66431,191554,609,1,64,2348.58,-5695.34,382.24,-0.383971,0,0,0,1,180,0,1,0),(66432,191554,609,1,64,2325.03,-5659.6,382.24,1.71042,0,0,0,1,180,0,1,0),(66433,191555,609,1,64,2348.58,-5695.34,382.24,-0.383971,0,0,0,1,180,0,1,0),(66434,191555,609,1,64,2325.03,-5659.6,382.24,1.71042,0,0,0,1,180,0,1,0),(66435,190790,609,1,64,2376.28,-6044.97,61.3009,2.44346,0,0,0,1,180,0,1,0),(66436,190795,609,1,64,2422.4,-5909,125.24,-0.977383,0,0,0,1,180,0,1,0),(66437,190795,609,1,64,2105.63,-5671.78,113.995,3.14159,0,0,0,1,180,0,1,0),(66438,190796,609,1,64,2229.94,-5811.85,105.445,0.331611,0,0,0,1,180,0,1,0),(66439,190796,609,1,64,2227.18,-5809.2,104.563,-0.034906,0,0,0,1,180,0,1,0),(66440,190796,609,1,64,2224.79,-5887.67,62.9066,1.55334,0,0,0,1,180,0,1,0),(66441,190796,609,1,64,2241.09,-5859.98,105.078,2.33874,0,0,0,1,180,0,1,0),(66442,190796,609,1,64,2265.51,-5811.3,102.807,2.28638,0,0,0,1,180,0,1,0),(66443,190796,609,1,64,2224.59,-5881.74,62.8938,-0.244346,0,0,0,1,180,0,1,0),(66444,190797,609,1,64,1938.95,-5793.03,109.974,-0.244346,0,0,0,1,180,0,1,0),(66445,190797,609,1,64,2313.27,-6110.63,25.0153,1.88495,0,0,0,1,180,0,1,0),(66446,190797,609,1,64,2191.07,-6029.01,26.2618,0.558504,0,0,0,1,180,0,1,0),(66447,190797,609,1,64,2056.6,-5881.82,114.413,2.80997,0,0,0,1,180,0,1,0),(66448,190797,609,1,64,2217.44,-5878.07,108.602,1.41372,0,0,0,1,180,0,1,0),(66449,190797,609,1,64,2051.72,-5782.36,106.569,2.47837,0,0,0,1,180,0,1,0),(66450,190797,609,1,64,1923.9,-5872.55,113.727,0.890117,0,0,0,1,180,0,1,0),(66451,190797,609,1,64,1940.08,-5869.09,111.665,0.052359,0,0,0,1,180,0,1,0),(66452,190797,609,1,64,2102.87,-5697.35,113.129,-0.174532,0,0,0,1,180,0,1,0),(66453,190797,609,1,64,2114.09,-5804.97,109.547,-1.58825,0,0,0,1,180,0,1,0),(66454,190797,609,1,64,2094.8,-5688.16,120.801,0.872664,0,0,0,1,180,0,1,0),(66455,190797,609,1,64,2108.45,-5884.6,112.757,-1.48353,0,0,0,1,180,0,1,0),(66456,190797,609,1,64,2081,-6113.06,24.4226,-0.296705,0,0,0,1,180,0,1,0),(66457,190797,609,1,64,1929.9,-5887.13,116.434,-3.07177,0,0,0,1,180,0,1,0),(66458,190797,609,1,64,2265.52,-5799,111.415,-0.017452,0,0,0,1,180,0,1,0),(75551,191844,571,1,1,8699.4,-518.398,548.735,2.74016,0,0,0,1,120,255,1,0),(75550,191844,571,1,1,8805,-172.79,84.4473,3.47321,0,0,0,1,120,255,1,0),(75549,191845,571,1,1,8789.63,-235.428,51.7611,1.64061,0,0,0,1,120,255,1,0),(75548,191844,571,1,1,8774.31,-173.676,149.987,1.06465,0,0,0,1,120,255,1,0),(75547,191844,571,1,1,8763.86,-67.6681,138.175,4.67748,0,0,0,1,120,255,1,0),(75546,191844,571,1,1,8789.41,71.4016,293.199,3.78737,0,0,0,1,120,255,1,0),(75545,191844,571,1,1,8684.78,359.448,428.737,4.95674,0,0,0,1,120,255,1,0),(75544,191845,571,1,1,8605.19,312.109,579.526,2.25147,0,0,0,1,120,255,1,0),(75543,191845,571,1,1,8621.58,330.788,541.558,5.39307,0,0,0,1,120,255,1,0),(75542,191844,571,1,1,8748.88,312.857,299.133,6.07375,0,0,0,1,120,255,1,0),(75541,191844,571,1,1,8611.64,271.61,615.517,6.24828,0,0,0,1,120,255,1,0),(75540,191844,571,1,1,8607.7,209.408,665.795,4.25861,0,0,0,1,120,255,1,0),(66471,190557,609,1,64,2426.39,-5543.21,420.643,-0.994837,0,0,0,1,180,0,1,0),(66472,190557,609,1,64,2493.57,-5642.81,420.643,2.14675,0,0,0,1,180,0,1,0),(66473,190557,609,1,64,2509.47,-5560.17,420.643,-2.54818,0,0,0,1,180,0,1,0),(66474,190557,0,1,64,2493.01,-5641.83,420.644,1.85005,0,0,0,1,180,0,1,0),(66475,190557,0,1,64,2411.87,-5626.11,420.644,0.296705,0,0,0,1,180,0,1,0),(66476,190557,0,1,64,2427.61,-5544.96,420.644,-2.30383,0,0,0,1,180,0,1,0),(66477,190557,0,1,64,2508.75,-5560.79,420.644,-1.09956,0,0,0,1,180,0,1,0),(75539,191844,571,1,1,8595.69,112.122,662.775,1.72787,0,0,0,1,120,255,1,0),(75538,191845,571,1,1,8547.95,-10.1221,741.013,0.0698117,0,0,0,1,120,255,1,0),(66480,191616,609,1,64,2408.5,-5607.55,421.997,1.58825,0,0,0,1,180,0,1,0),(66481,191616,609,1,64,2447.98,-5583.81,369.45,-0.855211,0,0,0,1,180,0,1,0),(66482,191617,609,1,64,2404.06,-5606.6,422.245,2.30383,0,0,0,1,180,0,1,0),(66483,191617,609,1,64,2458.54,-5580.03,367.441,3.14159,0,0,0,1,180,0,1,0),(66484,191617,609,1,64,2378.33,-5700.66,153.934,2.79252,0,0,0,1,180,0,1,0),(66485,191618,609,1,64,2465.22,-5587.64,367.403,3.00195,0,0,0,1,180,0,1,0),(66486,191364,609,1,64,2430.61,-5730.01,157.302,2.55552,0,0,0.938191,0.346117,180,0,0,0),(66487,191364,0,1,64,2430.61,-5730.01,157.302,2.55552,0,0,0.938191,0.346117,180,0,0,0),(66488,191631,609,1,64,2408.08,-5594.86,420.644,-0.855211,0,0,0,1,180,0,1,0),(66489,191631,609,1,64,2475.92,-5577.54,415.664,-1.76278,0,0,0,1,180,0,1,0),(66490,191631,609,1,64,2462.22,-5600.56,367.402,0.296705,0,0,0,1,180,0,1,0),(66491,191632,609,1,64,2374.44,-5694.51,153.946,1.3439,0,0,0,1,180,0,1,0),(66492,191632,609,1,64,2453.23,-5593.86,367.402,-0.331611,0,0,0,1,180,0,1,0),(66493,191633,609,1,64,2444.98,-5610.45,415.664,-0.506145,0,0,0,1,180,0,1,0),(66494,191633,609,1,64,2456.15,-5599.82,367.403,0.610864,0,0,0,1,180,0,1,0),(66495,191642,609,1,64,2441.59,-5542.72,421.753,-1.25664,0,0,0,1,180,0,1,0),(66496,191645,609,1,64,2441.6,-5542.75,421.753,-1.23918,0,0,0,1,180,0,1,0),(66497,191646,609,1,64,2410.63,-5562.22,421.579,-1.29154,0,0,0,1,180,0,1,0),(66498,191648,609,1,64,2463.47,-5608.97,367.467,1.16937,0,0,0,1,180,0,1,0),(66499,191648,609,1,64,2345.49,-5725.83,155.254,3.14159,0,0,0,1,180,0,1,0),(66500,191649,609,1,64,2538.72,-5564.81,378.018,3.01941,0,0,0,1,180,0,1,0),(66501,191650,609,1,64,2519.08,-5590.48,420.647,-1.46608,0,0,0,1,180,0,1,0),(66502,191650,609,1,64,2482.36,-5592.03,415.664,0.034906,0,0,0,1,180,0,1,0),(66503,191650,609,1,64,2329.49,-5706.92,155.076,2.11185,0,0,0,1,180,0,1,0),(66504,191652,609,1,64,2426.38,-5653.34,422.693,2.16421,0,0,0,1,180,0,1,0),(66505,191652,609,1,64,2347.89,-5761.32,153.922,0.279252,0,0,0,1,180,0,1,0),(66506,191653,609,1,64,2260.16,-5803.94,100.936,-0.994837,0,0,0,1,180,0,1,0),(66507,191654,609,1,64,2392.78,-5572,420.652,-0.488691,0,0,0,1,180,0,1,0),(66508,191654,609,1,64,2326.2,-5694.2,153.923,2.11185,0,0,0,1,180,0,1,0),(66509,191655,609,1,64,2381.41,-5699.58,153.922,2.65289,0,0,0,1,180,0,1,0),(66510,191655,609,1,64,2456.8,-5578.51,367.462,-1.91986,0,0,0,1,180,0,1,0),(66511,191655,609,1,64,2438.1,-5586.89,415.664,-0.593412,0,0,0,1,180,0,1,0),(66512,191656,609,1,64,2399.98,-5559.87,420.653,-2.28638,0,0,0,1,180,0,1,0),(66513,191657,609,1,64,2400.66,-5558.1,420.653,2.74016,0,0,0,1,180,0,1,0),(66514,191658,609,1,64,2397.97,-5559.73,420.653,-0.104719,0,0,0,1,180,0,1,0),(66515,191659,609,1,64,2402.16,-5557.06,420.653,-0.750491,0,0,0,1,180,0,1,0),(75537,191845,571,1,1,8579.57,82.2969,692.71,5.88176,0,0,0,1,120,255,1,0),(66517,191662,609,1,64,2408.21,-5607.65,423.294,0.034906,0,0,0,1,180,0,1,0),(75536,191844,571,1,1,8747.08,9.60688,296.937,2.93214,0,0,0,1,120,255,1,0),(66519,191663,609,1,64,2426.3,-5546.84,420.648,-0.593412,0,0,0,1,180,0,1,0),(75535,191845,571,1,1,8614.6,88.683,637.397,1.83259,0,0,0,1,120,255,1,0),(66521,191664,609,1,64,2372.15,-5694.46,153.946,-0.349065,0,0,0,1,180,0,1,0),(66522,191664,609,1,64,2476.12,-5590.68,367.471,-2.19912,0,0,0,1,180,0,1,0),(66523,191156,609,1,64,1752.42,-5804.37,125.224,-0.994837,0,0,0,1,180,0,1,0),(66524,191156,609,1,64,1382.92,-5698.55,164.484,0.104719,0,0,0,1,180,0,1,0),(66525,191156,609,1,64,1576.73,-5730.42,160.253,-2.94959,0,0,0,1,180,0,1,0),(66526,191156,609,1,64,1753.15,-5779.7,119.746,-2.65289,0,0,0,1,180,0,1,0),(66527,191156,609,1,64,1432.68,-5860.77,143.162,0.558504,0,0,0,1,180,0,1,0),(66528,191156,609,1,64,1558.17,-5724.26,141.546,2.30383,0,0,0,1,180,0,1,0),(66529,191157,609,1,64,1752.15,-5889.95,129.986,-2.32129,0,0,0,1,180,0,1,0),(66530,191157,609,1,64,1742.03,-5889.77,130.536,-2.46091,0,0,0,1,180,0,1,0),(66531,191157,609,1,64,1743.56,-5865.87,117.75,2.60053,0,0,0,1,180,0,1,0),(66532,191157,609,1,64,1762.12,-5890.12,129.955,-2.09439,0,0,0,1,180,0,1,0),(66533,191157,609,1,64,1760.93,-5866.19,117.811,-0.680679,0,0,0,1,180,0,1,0),(66534,191158,609,1,64,1571.77,-5702.19,134.38,2.51327,0,0,0,1,180,0,1,0),(66535,191158,609,1,64,1747.01,-5767.99,125.378,2.11185,0,0,0,1,180,0,1,0),(66536,191158,609,1,64,1676.78,-6055.61,144.972,1.81514,0,0,0,1,180,0,1,0),(66537,191158,609,1,64,1657.59,-6030.67,162.582,-0.90757,0,0,0,1,180,0,1,0),(66538,191158,609,1,64,1741.63,-5965.47,126.85,-2.32129,0,0,0,1,180,0,1,0),(66539,191158,609,1,64,1636.4,-5841.07,129.408,0.942477,0,0,0,1,180,0,1,0),(66540,191158,609,1,64,1335.27,-5750.21,142.93,1.67551,0,0,0,1,180,0,1,0),(66541,191158,609,1,64,1590.1,-5730.11,129.71,-2.426,0,0,0,1,180,0,1,0),(66542,191158,609,1,64,1735.16,-5872.87,123.554,-0.663223,0,0,0,1,180,0,1,0),(66543,191158,609,1,64,1641.05,-6048.83,149.565,-0.488691,0,0,0,1,180,0,1,0),(66544,191158,609,1,64,1778.35,-5877.48,131.321,1.46608,0,0,0,1,180,0,1,0),(66545,191158,609,1,64,1629.89,-5993.86,174.235,1.3439,0,0,0,1,180,0,1,0),(66546,191158,609,1,64,1641.4,-6004.05,149.201,0,0,0,0,1,180,0,1,0),(66547,191158,609,1,64,1804.16,-5766.75,116.122,-0.575957,0,0,0,1,180,0,1,0),(66548,191158,609,1,64,1650.59,-5843.48,122.217,-1.41372,0,0,0,1,180,0,1,0),(66549,191158,609,1,64,1857.53,-5955.48,116.124,-0.261798,0,0,0,1,180,0,1,0),(66550,191158,609,1,64,1676.25,-6018.21,137.932,-1.32645,0,0,0,1,180,0,1,0),(66551,191158,609,1,64,1661.5,-5878.76,124.382,-1.22173,0,0,0,1,180,0,1,0),(66552,191158,609,1,64,1401.16,-5839.47,140.626,2.65289,0,0,0,1,180,0,1,0),(66553,191158,609,1,64,1649.51,-6016.7,133.24,-0.785397,0,0,0,1,180,0,1,0),(66554,191158,609,1,64,1815.9,-5991.64,126.715,0.122173,0,0,0,1,180,0,1,0),(66555,191158,609,1,64,1649.62,-5806.07,125.33,2.54818,0,0,0,1,180,0,1,0),(66556,191158,609,1,64,1470.05,-6131.55,121.651,1.78023,0,0,0,1,180,0,1,0),(66557,191158,609,1,64,1667.4,-5985.74,134.606,1.85005,0,0,0,1,180,0,1,0),(66558,191158,609,1,64,1398.52,-5818.71,143.973,0.453785,0,0,0,1,180,0,1,0),(66559,191158,609,1,64,1813.78,-5872.21,125.749,-2.40855,0,0,0,1,180,0,1,0),(66560,191158,609,1,64,1382.04,-5691.99,139.144,0.314158,0,0,0,1,180,0,1,0),(66561,191158,609,1,64,1374.27,-5698.84,150.684,2.44346,0,0,0,1,180,0,1,0),(66562,191158,609,1,64,1622.07,-6016.45,137.867,1.93731,0,0,0,1,180,0,1,0),(66563,191158,609,1,64,1507.57,-5815.12,140.549,-1.67551,0,0,0,1,180,0,1,0),(66564,191158,609,1,64,1524.03,-6112.21,126.298,2.63544,0,0,0,1,180,0,1,0),(66565,191159,609,1,64,1602.38,-5783.84,116.478,-0.279252,0,0,0,1,180,0,1,0),(66566,191159,609,1,64,1766.23,-5819.84,116.077,-0.087266,0,0,0,1,180,0,1,0),(66567,191159,609,1,64,1656.13,-5949.07,126.076,-1.32645,0,0,0,1,180,0,1,0),(66568,191159,609,1,64,1430.49,-5839.5,131.211,-1.06465,0,0,0,1,180,0,1,0),(66569,191159,609,1,64,1497.71,-6025.89,116.35,3.08918,0,0,0,1,180,0,1,0),(66570,191159,609,1,64,1698.92,-5700.98,101.816,-1.37881,0,0,0,1,180,0,1,0),(66571,191160,609,1,64,1454.43,-5809.95,131.222,-1.97222,0,0,0,1,180,0,1,0),(66572,191160,609,1,64,1883.91,-5876.79,102.219,1.55334,0,0,0,1,180,0,1,0),(66573,191160,609,1,64,1440.56,-5799.35,131.21,2.80997,0,0,0,1,180,0,1,0),(66574,191160,609,1,64,1432.92,-5787.6,131.21,1.83259,0,0,0,1,180,0,1,0),(66575,191160,609,1,64,1467,-5888.96,131.43,-0.139624,0,0,0,1,180,0,1,0),(66576,191160,609,1,64,1915,-5791.78,100.555,-2.07694,0,0,0,1,180,0,1,0),(66577,191160,609,1,64,1482.67,-5897.65,131.996,0.191985,0,0,0,1,180,0,1,0),(66578,191160,609,1,64,1937.38,-5775.69,101.645,-2.02458,0,0,0,1,180,0,1,0),(66579,191160,609,1,64,1580.08,-5811.21,119.372,0.017452,0,0,0,1,180,0,1,0),(66580,191160,609,1,64,1442.03,-5886.28,131.213,-2.09439,0,0,0,1,180,0,1,0),(66581,191160,609,1,64,1459.32,-5871.42,131.232,-1.29154,0,0,0,1,180,0,1,0),(66582,191160,609,1,64,1420.84,-5805.05,131.21,0.174532,0,0,0,1,180,0,1,0),(66583,191160,609,1,64,1468.73,-5911.56,131.479,-3.05433,0,0,0,1,180,0,1,0),(66584,191160,609,1,64,1750.09,-5925.04,116.222,-2.60053,0,0,0,1,180,0,1,0),(66585,191160,609,1,64,1486.28,-5780.89,131.651,-2.40855,0,0,0,1,180,0,1,0),(66586,191160,609,1,64,1432.21,-5819.19,131.216,-2.91469,0,0,0,1,180,0,1,0),(66587,191160,609,1,64,1465.01,-5820.13,131.254,-2.89724,0,0,0,1,180,0,1,0),(66588,191160,609,1,64,1723.57,-5718.35,105.058,-1.81514,0,0,0,1,180,0,1,0),(66589,191160,609,1,64,1662.68,-5731.66,112.494,-1.43117,0,0,0,1,180,0,1,0),(66590,191160,609,1,64,1445.51,-5828.63,131.26,0.488691,0,0,0,1,180,0,1,0),(66591,191160,609,1,64,1455.62,-5899.13,131.305,2.1293,0,0,0,1,180,0,1,0),(66592,191160,609,1,64,1754.02,-5747.16,115.758,-2.28638,0,0,0,1,180,0,1,0),(66593,191160,609,1,64,1546.96,-5743.94,119.881,2.11185,0,0,0,1,180,0,1,0),(66594,191161,609,1,64,1803.3,-5904.64,116.048,2.96704,0,0,0,1,180,0,1,0),(66595,191161,609,1,64,1731.75,-5845.45,117.285,0.052359,0,0,0,1,180,0,1,0),(66596,191162,609,1,64,1651.65,-5748.73,115.544,-1.23918,0,0,0,1,180,0,1,0),(66597,191162,609,1,64,1456.53,-5732.22,131.21,-0.925024,0,0,0,1,180,0,1,0),(66598,191162,609,1,64,1767.79,-5749.65,116.16,2.51327,0,0,0,1,180,0,1,0),(66599,191162,609,1,64,1520.06,-5922.11,131.98,-1.29154,0,0,0,1,180,0,1,0),(75534,191845,571,1,1,8626.09,33.9217,572.91,5.49779,0,0,0,1,120,255,1,0),(77244,188359,571,1,1,2633.85,982.839,-46.5048,0.209439,0,0,0,1,120,255,1,0),(77243,188359,571,1,1,2599.24,1126.64,-24.7489,4.46804,0,0,0,1,120,255,1,0),(77242,188359,571,1,1,2533.47,1092.91,-30.8676,1.51844,0,0,0,1,120,255,1,0),(77241,188359,571,1,1,2520.91,1052.95,-56.9881,5.79449,0,0,0,1,120,255,1,0),(77240,188359,571,1,1,2676.75,1013.4,-40.8568,4.13643,0,0,0,1,120,255,1,0),(77239,188359,571,1,1,2633.85,982.839,-46.5048,0.209439,0,0,0,1,120,255,1,0),(77238,188359,571,1,1,2572.44,893.88,-58.9869,1.46608,0,0,0,1,120,255,1,0),(77237,188359,571,1,1,2581.5,762.32,-61.7693,1.11701,0,0,0,1,120,255,1,0),(77236,188359,571,1,1,2660.82,515.983,-59.0318,2.91469,0,0,0,1,120,255,1,0),(77235,188359,571,1,1,2518.68,539.415,-57.4943,3.14159,0,0,0,1,120,255,1,0),(66611,190936,609,1,64,1993.15,-5826.18,100.506,2.35619,0,0,0,1,180,0,1,0),(66612,148956,609,1,64,1816.94,-6005.79,117.656,2.17293,0,0,-0.697791,0.716302,180,0,1,0),(66613,148957,609,1,64,1806.88,-6005.86,117.656,0.689404,0,0,-0.697791,0.716302,180,0,1,0),(66614,148958,609,1,64,1812.36,-5993.55,117.656,-0.750491,0,0,-0.697791,0.716302,180,0,1,0),(66615,148959,609,1,64,1816.84,-5997.34,117.656,-2.7838,0,0,-0.697791,0.716302,180,0,1,0),(66616,148960,609,1,64,1811.8,-6001.64,115.848,-1.54462,0,0,-0.697791,0.716302,180,0,1,0),(66617,191203,609,1,192,2308.29,-5742.74,153.871,-2.42601,0,0,0,1,180,0,1,0),(66618,191204,609,1,192,2315.46,-5736.66,153.801,-2.43473,0,0,0,1,180,0,1,0),(66619,191205,609,1,192,2308.2,-5727.4,153.901,2.02458,0,0,0,1,180,0,1,0),(66620,191206,609,1,192,2308.23,-5727.4,153.894,3.05431,0,0,0,1,180,0,1,0),(66621,191207,609,1,192,2324.62,-5746.69,153.921,2.01585,0,0,0,1,180,0,1,0),(66622,191208,609,1,192,2324.64,-5746.69,153.913,3.01941,0,0,0,1,180,0,1,0),(66623,193039,571,1,1,3442.03,260.817,-107.825,0.100275,0,0,0.050117,0.998743,180,0,1,0),(66624,193040,571,1,1,3442.03,260.817,-107.825,0.100275,0,0,0.050117,0.998743,180,0,1,0),(66631,192622,571,1,1,3546.17,273.5,-115.817,0.100275,0,0,0.050117,0.998743,180,0,1,0),(66633,188682,571,1,1,3668.74,-703.615,214.527,-1.66679,0,0,0,1,180,0,1,0),(66634,188683,571,1,1,3687,-742.351,213.453,-1.57952,0,0,0,1,180,0,1,0),(66635,188684,571,1,1,3692.61,-740.03,213.461,-2.51327,0,0,0,1,180,0,1,0),(66636,2061,571,1,1,3638.03,-710.065,214.736,1.45735,0,0,0,1,180,0,1,0),(66637,188699,571,1,1,3993.83,-790.007,122.699,-0.331611,0,0,0,1,180,0,1,0),(66638,188699,571,1,1,3965.41,-817.581,126.065,1.20428,0,0,0,1,180,0,1,0),(66639,188711,571,1,1,3882.71,-868.336,111.043,0,0,0,0,1,180,0,1,0),(66640,188712,571,1,1,3904.36,-884.393,119.6,2.9845,0,0,0,1,180,0,0,0),(66641,188712,571,1,1,3904.49,-882.961,121.972,0.296705,0,0,0,1,180,0,0,0),(66642,188712,571,1,1,3904.21,-881.435,119.883,-2.87979,0,0,0,1,180,0,0,0),(66643,188712,571,1,1,3883.11,-870.378,111.509,-2.47837,0,0,0,1,180,0,0,0),(66644,188712,571,1,1,3883.45,-868.684,113.288,-0.994837,0,0,0,1,180,0,0,0),(66645,188712,571,1,1,3884,-867.284,111.14,-0.314158,0,0,0,1,180,0,0,0),(66646,190023,571,1,1,3815.83,-677.54,222.112,2.80997,0,0,0,1,180,0,1,0),(66647,190023,571,1,1,3807.04,-674.203,222.076,-1.97222,0,0,0,1,180,0,1,0),(66648,190023,571,1,1,3809.1,-694.113,221.968,1.18682,0,0,0,1,180,0,1,0),(66649,190023,571,1,1,3807.51,-684.255,222.115,-0.418879,0,0,0,1,180,0,1,0),(66650,190023,571,1,1,3799.64,-691.033,222.006,1.23918,0,0,0,1,180,0,1,0),(66651,190546,571,1,1,3688.53,-816.011,165.323,0.296705,0,0,0.14781,0.989016,180,0,1,0),(66652,190547,571,1,1,3674.69,-803.692,164.635,-1.27409,0,0,0.14781,0.989016,180,0,1,0),(66653,190548,571,1,1,3677.07,-802.965,164.635,-1.27409,0,0,0.14781,0.989016,180,0,1,0),(66654,190556,571,1,1,3638.03,-710.065,214.736,1.45735,0,0,-0.056693,0.998392,180,0,1,0),(66655,189289,571,1,1,3812.81,-813.322,198.376,-2.32129,0,0,0,1,180,0,1,0),(66656,189291,571,1,1,3671.35,-794.588,174.513,-0.733038,0,0,0,1,180,0,1,0),(66657,189292,571,1,1,3812.79,-813.358,199.605,2.35619,0,0,0,1,180,0,1,0),(66658,189311,571,1,1,3619.97,-782.346,148.011,2.84488,0,0,0,1,180,0,1,0),(66659,189312,571,1,1,3621.48,-781.054,148.073,-3.10665,0,0,0,1,180,0,1,0),(66660,190352,571,1,1,3790.6,-690.375,223.095,-0.366518,0,0,-0.182235,0.983255,180,0,0,0),(66661,175544,571,1,1,3798.23,-684.427,213.753,-0.593412,0,0,0,1,180,0,1,0),(66662,190156,571,1,1,3677.87,-875.405,74.9563,-1.6057,0,0,0,1,180,0,1,0),(66663,190156,571,1,1,3688.48,-876.059,74.9542,1.51844,0,0,0,1,180,0,1,0),(66664,186835,571,1,1,3654.53,-694.003,222.868,-0.898843,0,0,-0.056693,0.998392,180,0,1,0),(66665,186836,571,1,1,3658.52,-695.35,222.868,3.02813,0,0,-0.056693,0.998392,180,0,1,0),(66666,186837,571,1,1,3628.67,-718.929,220.157,-0.898843,0,0,-0.056693,0.998392,180,0,1,0),(66667,186838,571,1,1,3625.96,-720.44,220.157,0.235618,0,0,-0.056693,0.998392,180,0,1,0),(66668,186839,571,1,1,3642.24,-719.372,214.256,3.02813,0,0,-0.056693,0.998392,180,0,1,0),(66669,186840,571,1,1,3654.37,-702.668,215.046,-1.59698,0,0,-0.056693,0.998392,180,0,1,0),(66670,186841,571,1,1,3651.35,-709.368,215.046,0.671952,0,0,-0.056693,0.998392,180,0,1,0),(66671,186842,571,1,1,3655.75,-702.824,215.046,-1.59698,0,0,-0.056693,0.998392,180,0,1,0),(66672,186843,571,1,1,3654.37,-708.894,224.456,1.80641,0,0,-0.056693,0.998392,180,0,1,0),(66673,186844,571,1,1,3650.77,-704.974,224.456,-0.811576,0,0,-0.056693,0.998392,180,0,1,0),(77215,188359,571,1,1,2518.6,800.58,-76.5356,2.14675,0,0,0,1,120,255,1,0),(66678,192273,571,1,32,4417.94,2324.81,371.577,3.08051,0,0,0,1,180,0,1,0),(66679,192274,571,1,32,4424.15,3286.54,371.546,3.12412,0,0,0,1,180,0,1,0),(66680,2066,571,1,1,5112.63,3246.9,357.848,-2.24275,0,0,0,1,180,0,1,0),(66681,192277,571,1,64,4572.93,3475.52,363.009,1.42244,0,0,0,1,180,0,1,0),(66682,192278,571,1,64,4433.9,3534.14,360.275,-1.85005,0,0,0,1,180,0,1,0),(66683,188695,571,1,1,4480.71,1892.39,164.042,-2.86233,0,0,0,1,180,0,1,0),(66684,188695,571,1,1,4488.95,1905.37,164.267,0.069812,0,0,0,1,180,0,1,0),(66685,188695,571,1,1,4526.96,1824.79,164.019,-2.51327,0,0,0,1,180,0,1,0),(66686,188695,571,1,1,4522.11,1840.67,164.019,0.349065,0,0,0,1,180,0,1,0),(66687,188695,571,1,1,4441.01,1781.26,164.223,-1.06465,0,0,0,1,180,0,1,0),(66688,188695,571,1,1,4482.2,1734.62,175.294,-1.76278,0,0,0,1,180,0,1,0),(66689,188695,571,1,1,4415.24,1783.63,164.148,1.22173,0,0,0,1,180,0,1,0),(17789,192428,571,1,32,4983.22,2503.27,357.96,-0.436332,0,0,0,0,120,0,1,0),(66691,189978,571,1,1,3974.09,2879.39,213.89,-0.610864,0,0,0,1,900,255,1,0),(17788,192427,571,1,32,5004.35,2486.36,358.449,2.17294,0,0,0,1,180,0,1,0),(66693,192028,571,1,1,5389.64,2978.28,409.677,1.57952,0,0,0,1,180,0,1,0),(74739,192358,571,1,64,5322.23,2899.43,435.808,-1.58825,0,0,0,0,0,0,0,0),(67619,187905,571,1,1,2628.72,5772.33,99.9714,0.95993,0,0,0,1,180,0,1,0),(66696,189980,571,1,1,5170.72,2170.47,418.683,-0.471238,0,0,0,1,180,0,1,0),(66697,189980,571,1,1,5449.99,3279.56,417.628,-0.994837,0,0,0,1,180,0,1,0),(66698,189980,571,1,1,4586.99,2144.87,369.245,3.05433,0,0,0,1,180,0,1,0),(66699,189980,571,1,1,4629.31,2647.54,373.596,0.645772,0,0,0,1,180,0,1,0),(66700,189980,571,1,1,4817.05,1830.32,462.234,-2.25147,0,0,0,1,3600,0,1,0),(66701,189980,571,1,1,4404,1979.09,411.626,3.00195,0,0,0,1,180,0,1,0),(66702,189980,571,1,1,4732.1,2841.06,360.432,-0.95993,0,0,0,1,180,0,1,0),(66703,189980,571,1,1,4858.46,3913.54,380.702,2.44346,0,0,0,1,180,0,1,0),(66704,189980,571,1,1,4405,4150.25,413.217,-2.65289,0,0,0,1,180,0,1,0),(66705,189980,571,1,1,4560.84,3708.44,373.765,1.81514,0,0,0,1,180,0,1,0),(66706,192029,571,1,1,5387.97,2710.79,409.505,1.53589,0,0,0,1,180,0,1,0),(77216,188359,571,1,1,2615.87,802.571,-51.8862,4.90438,0,0,0,1,120,255,1,0),(66708,189980,571,1,1,4566.63,2525.63,361.946,2.28638,0,0,0,1,180,0,1,0),(66709,189980,571,1,1,4824.48,2116.74,344.722,0.279252,0,0,0,1,180,0,1,0),(66710,189980,571,1,1,4049.9,2580.41,359.778,-2.86233,0,0,0,1,180,0,1,0),(66711,192030,571,1,1,4961.61,3380.94,377.364,2.7838,0,0,0,1,180,0,1,0),(66712,192031,571,1,1,4942.26,2392.65,320.607,-0.209439,0,0,0,1,180,0,1,0),(66713,192032,571,1,1,4357.52,3309.53,372.5,-1.78023,0,0,0,1,180,0,1,0),(17787,192426,571,1,32,4805.51,2407.84,357.941,1.77151,0,0,0,0,120,0,1,0),(66715,192033,571,1,1,4360.98,2355.47,376.46,-1.56207,0,0,0,1,180,0,1,0),(17786,192425,571,1,32,4811.44,2441.85,357.982,-2.02458,0,0,0,0,120,0,1,0),(66717,152614,571,1,1,4184.28,5281.59,39.4847,3.08918,0,0,0.999657,0.026177,180,0,1,0),(66727,192048,571,1,1,4021.91,2943.52,214.261,1.62316,0,0,0,1,180,0,1,0),(67867,177808,469,1,1,-7614.83,-1026.62,413.382,4.58959,0,0,0.749162,-0.662387,25,0,1,0),(67866,188671,571,1,1,3768.65,-1105.61,121.778,-2.53072,0,0,0,1,180,0,1,0),(67865,188671,571,1,1,3763.46,-1084.69,119.561,1.85005,0,0,0,1,180,0,1,0),(67863,188671,571,1,1,3737.59,-1233.06,121.76,-0.017452,0,0,0,1,180,0,1,0),(67862,188671,571,1,1,3707.76,-1112.48,121.481,0.890117,0,0,0,1,180,0,1,0),(67861,188671,571,1,1,3722.32,-1102.27,121.952,3.10665,0,0,0,1,180,0,1,0),(67860,188671,571,1,1,3799.65,-1200.62,126.931,-2.9845,0,0,0,1,180,0,1,0),(67859,188671,571,1,1,3734.44,-1145.82,122.2,2.65289,0,0,0,1,180,0,1,0),(67858,188671,571,1,1,3606.14,-1269.56,113.038,3.01941,0,0,0,1,180,0,1,0),(67857,188671,571,1,1,3659.64,-1218.69,114.785,2.72271,0,0,0,1,180,0,1,0),(67856,188671,571,1,1,3676.45,-1234.63,115.792,0.331611,0,0,0,1,180,0,1,0),(67855,188671,571,1,1,3615.94,-1157.86,116.112,2.25147,0,0,0,1,180,0,1,0),(67853,188671,571,1,1,3590.46,-1172.25,115.21,2.40855,0,0,0,1,180,0,1,0),(67852,188671,571,1,1,3815.58,-1014.3,117.921,3.07177,0,0,0,1,180,0,1,0),(67851,188671,571,1,1,3789.01,-1120.39,121.135,0.226892,0,0,0,1,180,0,1,0),(67850,188671,571,1,1,3772.58,-1247.62,133.921,-1.18682,0,0,0,1,180,0,1,0),(67832,190159,571,1,1,4612.2,1442.3,180.949,2.14675,0,0,0,1,180,0,1,0),(67827,193193,571,1,1,4839.82,1400.27,192.951,-0.357791,0,0,0,1,180,0,1,0),(67825,193192,571,1,1,4842.5,1488.86,212.439,2.19676,0,0,0,1,180,0,1,0),(67824,193191,571,1,1,4875.41,1483.89,208.755,-2.81239,0,0,0,1,180,0,1,0),(67802,190032,571,1,1,3750.64,-1113.63,120.289,0.942477,0,0,0,1,180,0,1,0),(67801,190032,571,1,1,3619.65,-1252.93,112.438,-2.67035,0,0,0,1,180,0,1,0),(67800,190032,571,1,1,3640.93,-1290.09,112.434,-2.26892,0,0,0,1,180,0,1,0),(67799,190032,571,1,1,3817.94,-1024.2,117.675,-2.77507,0,0,0,1,180,0,1,0),(67798,190032,571,1,1,3614.92,-1181.74,116.228,-2.21656,0,0,0,1,180,0,1,0),(67796,190032,571,1,1,3743.56,-1215.06,125.715,0.767944,0,0,0,1,180,0,1,0),(67795,190032,571,1,1,3758.79,-1248.23,134.978,-0.069812,0,0,0,1,180,0,1,0),(67794,190032,571,1,1,3674.2,-1106.09,122.805,-2.25147,0,0,0,1,180,0,1,0),(67793,190032,571,1,1,3606.52,-1171.23,116.216,0.418879,0,0,0,1,180,0,1,0),(67792,190032,571,1,1,3716.22,-1056.84,121.001,2.23402,0,0,0,1,180,0,1,0),(67790,190032,571,1,1,3653.34,-1076.88,121.821,2.67035,0,0,0,1,180,0,1,0),(67789,190032,571,1,1,3799,-1081.84,119.327,1.72787,0,0,0,1,180,0,1,0),(67788,190032,571,1,1,3678.44,-1041.21,131.384,-2.04204,0,0,0,1,180,0,1,0),(67787,190032,571,1,1,3782.02,-1108,120.466,1.37881,0,0,0,1,180,0,1,0),(67786,190032,571,1,1,3769.15,-1077.77,119.858,-2.70526,0,0,0,1,180,0,1,0),(67780,190020,571,1,1,3651.67,-710.76,216.714,1.46608,0,0,0,1,180,0,1,0),(99716,194151,571,1,1,4061.98,7109.13,170,0,0,0,0,1,120,255,1,0),(99717,193947,571,1,1,8229.51,2186.97,505.276,3.08487,0,0,0.999598,0.0283578,25,0,1,0),(99718,193788,571,1,1,8039.36,2374.53,484.931,0.387858,0,0,0.192716,0.981255,25,0,1,0),(99719,193788,571,1,1,7989.7,2328.67,484.492,4.89133,0,0,0.641097,-0.76746,25,0,1,0),(99720,193788,571,1,1,7998.15,2366.79,484.193,5.35943,0,0,0.445632,-0.895216,25,0,1,0),(268967,193580,571,1,1,6753.01,1583.78,394.549,0,0,0,0,1,25,0,1,0),(99722,193387,571,1,1,5698.2,605.269,644.306,4.00012,0,0,0.909272,-0.416202,25,0,1,0),(99723,193090,571,1,1,6635.2,3208.97,668.537,0.928934,0,0,0.447946,0.89406,25,0,1,0),(99724,193004,571,1,1,6373.68,1660.33,555.395,5.43099,0,0,0.413319,-0.910586,25,0,1,0),(99725,193004,571,1,1,6317.47,1815.91,509.784,1.2841,0,0,0.598837,0.800871,25,0,1,0),(99726,193004,571,1,1,6426.2,1721.81,510.545,0.75395,0,0,0.36811,0.929782,25,0,1,0),(99727,193004,571,1,1,6473.61,1801.44,527.226,2.78107,0,0,0.983797,0.179287,25,0,1,0),(99728,192560,571,1,1,7845.78,3366.43,652.411,2.20871,0,0,0.893175,0.449709,25,0,1,0),(99729,192535,571,1,1,7091.22,-915.393,1067.69,2.89712,0,0,0.992538,0.121934,25,0,1,0),(99730,192462,571,1,4,7315.35,-2049.31,761.601,3.71002,0,0,0.959882,-0.280404,25,0,1,0),(99731,192165,571,1,4,7389.48,-2726.93,873.565,4.6614,0,0,0.724904,-0.68885,25,0,1,0),(99732,192011,571,1,1,8427.55,2910.11,606.259,1.61609,0,0,0.722938,0.690912,25,0,1,0),(99733,191823,571,1,1,4421.42,1866.74,166.259,4.50845,0,0,0.775413,-0.631455,25,0,1,0),(99734,191578,571,1,1,7458.55,4846.38,54.1596,3.25112,0,0,0.998501,-0.0547347,25,0,1,0),(99735,191522,571,1,1,7428.57,4212.2,314.112,4.04916,0,0,0.898795,-0.438369,25,0,1,0),(99736,191233,571,1,1,5539.14,4088,43.2073,5.55892,0,0,0.354268,-0.935144,25,0,1,0),(99737,191124,571,1,1,6448.36,-4474.83,451.076,5.50786,0,0,0.378027,-0.925795,25,0,1,0),(227,191192,571,1,1,6204.76,4766,221.532,0,0,0,0,0,300,0,1,0),(99739,191141,571,1,1,6211.29,4753.45,225.913,2.22206,0,0,0.896156,0.443739,25,0,1,0),(99740,191141,571,1,1,4979.02,4597.96,153.112,4.99608,0,0,0.600041,-0.799969,25,0,1,0),(99741,191141,571,1,1,5099.32,5344.84,213.451,5.28214,0,0,0.479883,-0.877333,25,0,1,0),(99742,191141,571,1,1,5766.71,5479.06,204.319,4.18657,0,0,0.866579,-0.49904,25,0,1,0),(99743,191122,571,1,1,5766.71,5479.06,204.319,4.18657,0,0,0.866579,-0.49904,25,0,1,0),(99744,190916,571,1,1,6552.98,-3903.92,490.941,3.0778,0,0,0.999491,0.0318894,25,0,1,0),(99745,190781,571,1,1,5209.48,5453.12,-83.5233,4.02456,0,0,0.904118,-0.427283,25,0,1,0),(99746,190782,571,1,1,4874.74,5915.58,-40.0667,1.91186,0,0,0.81685,0.57685,25,0,1,0),(99747,190739,571,1,1,5717.26,-4380.02,385.874,1.48993,0,0,0.677945,0.735113,25,0,1,0),(268484,190545,571,1,1,5444.95,4905.01,-190.871,4.67862,0,0,0.718946,-0.695066,300,0,1,0),(99749,190501,571,1,1,6204.5,4950.26,-95.98,3.86648,0,0,0.935033,-0.354562,25,0,1,0),(99750,190499,571,1,1,5935.22,-2349.04,293.842,4.18828,0,0,0.866153,-0.499779,25,0,1,0),(99751,190224,571,1,1,3824.5,-1994.98,209.915,3.75236,0,0,0.953731,-0.30066,25,0,1,0),(99752,190202,571,1,1,4116.06,-420.929,128.27,5.29809,0,0,0.472871,-0.881132,25,0,1,0),(99753,190033,571,1,1,2642.31,-19.1009,1.43442,0.401426,0,0,0.199368,0.979925,25,0,1,0),(99754,189984,571,1,1,4585.34,-4212.35,178.515,5.28835,0,0,0.477158,-0.878818,25,0,1,0),(99755,188708,571,1,1,3694.82,-736.261,213.219,4.44535,0,0,0.794945,-0.606681,25,0,1,0),(99756,188707,571,1,1,4379.38,1280.39,158.122,1.46024,0,0,0.666961,0.745093,25,0,1,0),(99757,188694,571,1,1,4023.4,-3773.88,115.682,4.3528,0,0,0.822158,-0.569259,25,0,1,0),(99758,188690,571,1,1,2792.72,-203.813,139.203,0.486888,0,0,0.241046,0.970514,25,0,1,0),(99759,188679,571,1,1,3712.43,-698.511,215.283,0.339433,0,0,0.168903,0.985633,25,0,1,0),(99760,188672,571,1,1,2721,425.429,67.0993,2.95387,0,0,0.995598,0.0937234,25,0,1,0),(99761,188664,571,1,1,3260.94,-631.47,165.487,0.000560284,0,0,0.000280142,1,25,0,1,0),(99762,188660,571,1,1,3975.03,-2709.59,165.359,4.17762,0,0,0.868805,-0.495155,25,0,1,0),(99763,188660,571,1,1,3914.74,-2810.88,176.06,5.03458,0,0,0.584533,-0.81137,25,0,1,0),(99764,188660,571,1,1,3604.54,-3263.33,222.618,0.90059,0,0,0.435231,0.900319,25,0,1,0),(17824,181307,0,1,1,-8257.9,-2625.3,134.469,1.65806,0,0,0,1,120,255,1,0),(99766,188510,571,1,1,4655.54,-4859.47,36.5473,6.18932,0,0,0.0469178,-0.998899,25,0,1,0),(99767,188420,571,1,1,4187.33,5321.28,51.1367,1.37553,0,0,0.634813,0.772666,25,0,1,0),(99768,188369,571,1,1,5058.27,-4822.38,219.49,0.982657,0,0,0.471797,0.881707,25,0,1,0),(99769,188175,571,1,1,4038.16,7091.71,168.243,3.69698,0,0,0.96169,-0.274139,25,0,1,0),(99770,188155,571,1,1,4031.15,7326.39,635.972,4.26247,0,0,0.847021,-0.531559,25,0,1,0),(99771,188105,576,3,1,640.319,-320.255,-9.55084,1.69601,0,0,0.749962,0.661481,25,0,1,0),(268603,188086,571,1,1,3855.69,4743.49,-5.76928,1.18255,0,0,0.55742,0.830231,300,0,1,0),(268602,188086,571,1,1,3815.53,4611.2,11.6697,0.114409,0,0,0.0571733,0.998364,300,0,1,0),(268601,188086,571,1,1,3751.68,4549.81,10.8374,1.13857,0,0,0.53903,0.842287,300,0,1,0),(268600,188086,571,1,1,3813.33,4471.39,27.4984,5.91771,0,0,0.181722,-0.98335,300,0,1,0),(99826,188019,571,1,1,3604.6,5065,13.2919,5.39233,0,0,0.430845,-0.902426,25,0,1,0),(99827,188019,571,1,1,3476.66,4918.67,13.8639,4.62499,0,0,0.737321,-0.675542,25,0,1,0),(99828,188019,571,1,1,3355.87,5049.47,14.2951,6.05756,0,0,0.112572,-0.993644,25,0,1,0),(99829,300184,571,1,1,2625.64,5382.71,32.8465,0.942477,0,0,0,1,300,100,1,0),(99830,300184,571,1,1,2611.77,5382.44,32.8465,0.767944,0,0,0,1,300,100,1,0),(99831,300184,571,1,1,2520.08,5326.24,33.0867,0.558504,0,0,0,1,300,100,1,0),(99832,300184,571,1,1,2567.79,5380.26,32.8465,1.3439,0,0,0,1,300,100,1,0),(99833,300184,571,1,1,2507.05,5340.96,33.1009,0.209439,0,0,0,1,300,100,1,0),(99834,300184,571,1,1,2529.77,5393.24,32.8465,-3.00195,0,0,0,1,300,100,1,0),(99835,300184,571,1,1,2574.31,5388.07,32.8465,1.37881,0,0,0,1,300,100,1,0),(99836,300184,571,1,1,2525.64,5348.8,32.8465,2.37364,0,0,0,1,300,100,1,0),(99837,300184,571,1,1,2514.14,5362.31,32.8465,2.09439,0,0,0,1,300,100,1,0),(99838,300184,571,1,1,2666.31,5354.94,32.8465,0.610864,0,0,0,1,300,100,1,0),(99839,300184,571,1,1,2598.31,5399.75,32.8465,-0.994837,0,0,0,1,300,100,1,0),(99840,300184,571,1,1,2544.54,5374.7,32.8465,-1.22173,0,0,0,1,300,100,1,0),(99841,300184,571,1,1,2566.2,5425.56,33.9818,2.74016,0,0,0,1,300,100,1,0),(99842,300184,571,1,1,2591.69,5294.9,36.7812,0.506145,0,0,0,1,300,100,1,0),(99843,300184,571,1,1,2589.81,5311.01,36.738,-2.00713,0,0,0,1,300,100,1,0),(99712,187666,571,1,1,2962.16,6187.47,62.0957,1.85005,0,0,0,0,90,100,1,0),(99713,187666,571,1,1,2877.96,6276.01,60.9446,5.44543,0,0,0,0,90,100,1,0),(99714,187666,571,1,1,2716.02,6020.79,31.2899,1.58825,0,0,0,0,90,100,1,0),(99715,187666,571,1,1,2657.13,6171.35,38.9543,4.81711,0,0,0,0,90,100,1,0),(19328,188104,571,1,1,2797.86,5274.35,21.6988,1.95545,0,0,0.829227,0.558913,45,100,1,0),(18539,186728,568,1,1,120.073,1605.38,62.7175,3.12571,0,0,0.999968,0.00794148,180,100,1,0),(320,188564,571,1,1,3343.8,2502.85,-15.1381,5.74342,0,0,0.266617,-0.963802,300,0,1,0),(67117,188215,571,1,1,4964.89,3383.06,382.911,-0.157079,0,0,0,1,180,0,1,0),(67118,188215,571,1,1,5391.61,2707.72,415.051,-1.72787,0,0,0,1,180,0,1,0),(67119,188215,571,1,1,4939.76,2389.06,326.153,-3.01941,0,0,0,1,180,0,1,0),(18517,191723,608,3,1,1822.59,803.928,44.3647,3.14159,0,0,1,0,180,0,0,0),(18131,191722,608,3,1,1938.43,754.695,28.7801,2.37934,0,0,1,0,180,0,1,0),(67122,188215,571,1,1,5392.91,2975.26,415.223,-1.72787,0,0,0,1,180,0,1,0),(67123,188215,571,1,1,4357.67,2357.99,382.007,1.67551,0,0,0,1,180,0,1,0),(67124,188215,571,1,1,4354.15,3312.82,378.046,1.67551,0,0,0,1,180,0,1,0),(14824,185861,530,1,1,2940.6,7106.65,370.123,0.88561,0,0,0.428475,0.903553,300,0,1,0),(14823,185861,530,1,1,3016.28,6876.11,370.188,3.47791,0,0,0.985895,-0.167365,300,0,1,0),(14822,185861,530,1,1,3022.15,6859.05,369.546,3.44885,0,0,0.988222,-0.153025,300,0,1,0),(14821,185861,530,1,1,3028.3,6824.84,373.591,5.0275,0,0,0.587401,-0.809296,300,0,1,0),(14820,185861,530,1,1,3023.13,6799.74,374.46,1.58666,0,0,0.712695,0.701474,300,0,1,0),(14819,185861,530,1,1,2953.55,6859.3,369.954,6.14433,0,0,0.0693712,-0.997591,300,0,1,0),(74737,192354,571,1,64,5288.41,2861.79,435.721,0.017452,0,0,0,0,0,0,0,0),(77217,188359,571,1,1,2581.5,762.32,-61.7693,1.11701,0,0,0,1,120,255,1,0),(74735,192355,571,1,64,5288.92,2820.22,435.721,0.017452,0,0,0,0,0,0,0,0),(67139,193110,571,1,64,5386.08,3007.86,409.175,2.96704,0,0,0,1,180,0,1,0),(67140,193111,571,1,64,5383.63,3007.96,409.191,3.12412,0,0,0,1,180,0,1,0),(67141,193112,571,1,64,5381.61,3008.06,409.161,3.00195,0,0,0,1,180,0,1,0),(67142,193113,571,1,64,5379.78,3008.04,409.156,3.11539,0,0,0,1,180,0,1,0),(67143,193114,571,1,64,5387.35,3009.91,409.191,-2.86233,0,0,0,1,180,0,1,0),(67144,193115,571,1,64,5376.71,3010.62,409.165,-2.66162,0,0,0,1,180,0,1,0),(67145,193116,571,1,64,5381.16,3010.29,409.151,-2.70526,0,0,0,1,180,0,1,0),(67146,193117,571,1,64,5387.72,3010.1,410.864,-2.69653,0,0,0,1,180,0,1,0),(77218,188359,571,1,1,2535.51,735.682,-77.0593,2.61799,0,0,0,1,120,255,1,0),(74733,192378,571,1,64,5322.02,2781.13,435.811,1.5708,0,0,0,0,0,0,0,0),(67149,193118,571,1,64,5387.08,3009.48,410.864,1.27409,0,0,0,1,180,0,1,0),(77219,188359,571,1,1,2571.57,706.455,-67.8628,1.98967,0,0,0,1,120,255,1,0),(67151,193119,571,1,64,5386.92,3010.09,410.859,-1.38754,0,0,0,1,180,0,1,0),(74731,192379,571,1,64,5363.42,2781.03,435.763,1.5708,0,0,0,0,0,0,0,0),(67153,193120,571,1,64,5385.8,3007.71,410.838,-2.91469,0,0,0,1,180,0,1,0),(77220,188359,571,1,1,2629.17,735.094,-46.2625,1.64061,0,0,0,1,120,255,1,0),(67155,193121,571,1,64,5386.35,3007.95,410.838,2.35619,0,0,0,1,180,0,1,0),(74729,192363,571,1,64,5363.61,2763.39,445.024,-1.54462,0,0,0,0,0,0,0,0),(67157,193122,571,1,64,5383.28,3007.8,410.954,-2.82743,0,0,0,1,180,0,1,0),(67158,193123,571,1,64,5380.94,3007.76,410.912,3.08051,0,0,0,1,180,0,1,0),(75982,192487,571,1,128,5280.89,3064.95,431.976,1.55334,0,0,0,0,120,0,1,0),(75981,192487,571,1,128,5278.43,2613.83,433.294,-1.62316,0,0,0,0,120,0,1,0),(71414,193135,571,1,128,5294.98,2895.34,410.658,-2.73143,0,0,0,0,120,0,1,0),(75980,192487,571,1,128,5262.54,3047.93,431.965,3.12412,0,0,0,0,120,0,1,0),(75979,192487,571,1,128,5260.82,2631.82,433.181,3.12412,0,0,0,0,120,0,1,0),(71413,193134,571,1,128,5295.14,2895.68,410.619,-2.22529,0,0,0,0,120,0,1,0),(71412,193133,571,1,128,5295.39,2895.06,410.669,0.689403,0,0,0,0,120,0,1,0),(75978,192487,571,1,128,5163.85,2729.68,433.328,-1.6057,0,0,0,0,120,0,1,0),(75977,192487,571,1,128,5162.91,2952.6,433.368,1.5708,0,0,0,0,120,0,1,0),(11507,183385,546,3,1,57.5121,-228.652,-4.47403,-1.91986,0,0,0,1,7200,255,1,0),(14811,185861,530,1,1,2825.11,7024.05,369.982,5.69617,0,0,0.289313,-0.957235,300,0,1,0),(75974,192487,571,1,128,5146.04,2747.3,433.527,3.12412,0,0,0,0,120,0,1,0),(75973,192487,571,1,128,5145.11,2934.95,433.255,-3.10665,0,0,0,0,120,0,1,0),(75972,192335,571,1,128,5363.72,2763.25,445.023,-1.54462,0,0,0,0,120,0,1,0),(75971,192334,571,1,128,5322.17,2763.2,444.974,-1.56207,0,0,0,0,120,0,1,0),(67174,191855,571,1,1,4423.21,1815.6,160.358,-1.30027,0,0,0.995396,0.095846,180,0,1,0),(75970,192333,571,1,128,5392.28,2639.84,435.208,1.52716,0,0,0,0,120,0,1,0),(67176,191856,571,1,1,4511.74,1860.29,161.174,-1.30027,0,0,0.995396,0.095846,180,0,1,0),(75969,192332,571,1,128,5350.94,2640.43,435.264,1.56207,0,0,0,0,120,0,1,0),(67178,191857,571,1,1,4299.21,1867.47,160.412,0.026179,0,0,0.995396,0.095846,180,0,1,0),(75968,192331,571,1,128,5289.78,2704.62,435.714,0.00872424,0,0,0,0,120,0,1,0),(71411,193132,571,1,128,5294.53,2895.57,410.659,-1.92859,0,0,0,0,120,0,1,0),(75967,192330,571,1,128,5237.02,2757.36,435.626,1.55334,0,0,0,0,120,0,1,0),(71410,193131,571,1,128,5295.19,2895.38,409.143,-0.349065,0,0,0,0,120,0,1,0),(75966,192329,571,1,128,5235.32,2924.31,434.898,-1.56207,0,0,0,0,120,0,1,0),(67184,191860,571,1,1,4526.79,1801.25,162.913,-3.10665,0,0,0.995396,0.095846,180,0,1,0),(75965,192328,571,1,128,5173.13,2820.96,435.658,0.0261791,0,0,0,0,120,0,1,0),(71409,193130,571,1,128,5294.09,2894.19,409.164,-0.733038,0,0,0,0,120,0,1,0),(71408,193129,571,1,128,5292.91,2895.54,410.42,-0.122171,0,0,0,0,120,0,1,0),(75964,192327,571,1,128,5172.34,2862.58,435.658,0,0,0,0,0,120,0,1,0),(67189,191862,571,1,1,4401.08,1689.47,141.159,1.3439,0,0,0.995396,0.095846,180,0,1,0),(71407,193128,571,1,128,5293.12,2895.23,409.209,-0.98611,0,0,0,0,120,0,1,0),(75963,192326,571,1,128,5392.64,3036.97,433.649,-1.51843,0,0,0,0,120,0,1,0),(71406,193127,571,1,64,5293.35,2923.71,409.845,-1.87623,0,0,0,0,120,0,1,0),(71405,193126,571,1,1,5292.3,2930.51,409.157,-3.06302,0,0,0,0,120,0,1,0),(75962,192325,571,1,128,5352.38,3036.95,435.111,-1.56207,0,0,0,0,120,0,1,0),(71404,193125,571,1,1,5293.28,2932.33,409.065,-2.49582,0,0,0,0,120,0,1,0),(75961,192324,571,1,128,5290.51,2976.56,435.087,0.00872424,0,0,0,0,120,0,1,0),(67197,191866,571,1,1,4408.03,1681.68,131.157,0,0,0,0.995396,0.095846,180,0,1,0),(71403,193124,571,1,128,5293.66,2924.44,409.293,1.20427,0,0,0,0,120,0,1,0),(75960,192323,571,1,128,5364.28,2917.26,445.332,1.58825,0,0,0,0,120,0,1,0),(67200,191867,571,1,1,4360.35,1683.44,131.157,0,0,0,0.995396,0.095846,180,0,1,0),(71402,193109,571,1,128,5379.99,3008.4,410.816,-3.03687,0,0,0,0,120,0,1,0),(71401,193108,571,1,128,5379.83,3007.82,410.816,-2.02458,0,0,0,0,120,0,1,0),(67203,191869,571,1,1,4497.31,1828.28,165.335,2.07694,0,0,0.995396,0.095846,180,0,1,0),(71400,193107,571,1,128,5381.04,3010.44,410.816,-2.05076,0,0,0,0,120,0,1,0),(67205,191870,571,1,1,4424.83,1791.15,163.973,2.07694,0,0,0.995396,0.095846,180,0,1,0),(71399,193106,571,1,128,5381.06,3009.86,410.823,2.66162,0,0,0,0,120,0,1,0),(67207,191871,571,1,1,4509,1900.96,163.289,-2.51327,0,0,0.995396,0.095846,180,0,1,0),(71398,193105,571,1,128,5381.48,3010.25,410.823,-2.80998,0,0,0,0,120,0,1,0),(67209,191872,571,1,1,4473.04,1770.43,163.503,2.07694,0,0,0.995396,0.095846,180,0,1,0),(71397,193104,571,1,128,5376.78,3010.62,409.192,-2.60926,0,0,0,0,120,0,1,0),(67211,191873,571,1,1,4440.64,1835.35,163.503,2.07694,0,0,0.995396,0.095846,180,0,1,0),(71396,193103,571,1,128,5381.1,3007.9,410.823,-3.09792,0,0,0,0,120,0,1,0),(67213,191874,571,1,1,4430.98,1842.38,163.289,2.94959,0,0,0.995396,0.095846,180,0,1,0),(71395,193102,571,1,128,5383.12,3007.91,410.823,-2.53072,0,0,0,0,120,0,1,0),(67215,191875,571,1,1,4434.56,1769.09,163.289,0.689404,0,0,0.995396,0.095846,180,0,1,0),(71394,193101,571,1,128,5381.13,3010.1,409.182,-2.72271,0,0,0,0,120,0,1,0),(67217,191876,571,1,1,4535.18,1772.5,163.289,2.58309,0,0,0.995396,0.095846,180,0,1,0),(71393,193100,571,1,128,5387.35,3009.65,409.182,-1.309,0,0,0,0,120,0,1,0),(71392,193099,571,1,128,5386.25,3007.8,409.182,2.93214,0,0,0,0,120,0,1,0),(71391,193098,571,1,128,5383.67,3008.03,409.182,-3.11539,0,0,0,0,120,0,1,0),(67221,192903,571,1,1,5489.81,2839.92,423.592,3.13286,0,0,0.99999,0.004363,180,0,1,0),(71390,193097,571,1,128,5381.74,3008.15,409.182,2.9845,0,0,0,0,120,0,1,0),(67223,192904,571,1,1,5489.81,2839.92,423.592,3.13286,0,0,0.99999,0.004363,180,0,1,0),(71389,193096,571,1,128,5379.88,3008.09,409.182,-3.12412,0,0,0,0,120,0,1,0),(67225,191370,571,1,1,4299.21,1867.47,160.412,0.026179,0,0,0,1,180,0,1,0),(67226,191370,571,1,1,4497.31,1828.28,165.335,2.07694,0,0,0,1,180,0,1,0),(67227,191370,571,1,1,4511.74,1860.29,161.174,-1.30027,0,0,0,1,180,0,1,0),(67228,191370,571,1,1,4408.03,1681.68,131.157,0,0,0,0,1,180,0,1,0),(67229,191370,571,1,1,4424.83,1791.15,163.973,2.07694,0,0,0,1,180,0,1,0),(67230,191370,571,1,1,4360.35,1683.44,131.157,0,0,0,0,1,180,0,1,0),(67231,191370,571,1,1,4509,1900.96,163.289,-2.51327,0,0,0,1,180,0,1,0),(67232,191370,571,1,1,4535.18,1772.5,163.289,2.58309,0,0,0,1,180,0,1,0),(67233,191370,571,1,1,4526.79,1801.25,162.913,-3.10665,0,0,0,1,180,0,1,0),(67234,191370,571,1,1,4423.21,1815.6,160.358,-1.30027,0,0,0,1,180,0,1,0),(67235,191370,571,1,1,4434.56,1769.09,163.289,0.689404,0,0,0,1,180,0,1,0),(67236,191370,571,1,1,4440.64,1835.35,163.503,2.07694,0,0,0,1,180,0,1,0),(67237,191370,571,1,1,4430.98,1842.38,163.289,2.94959,0,0,0,1,180,0,1,0),(67238,191370,571,1,1,4401.08,1689.47,141.159,1.3439,0,0,0,1,180,0,1,0),(67239,191370,571,1,1,4473.04,1770.43,163.503,2.07694,0,0,0,1,180,0,1,0),(67242,192406,571,1,32,4438.3,3361.08,371.568,-0.017451,0,0,0,1,180,0,1,0),(67244,192407,571,1,32,4448.17,3235.63,370.412,-1.56207,0,0,0,1,180,0,1,0),(67245,189980,571,1,1,4645.42,2396.93,337.234,-0.942477,0,0,0,1,180,0,1,0),(67246,189980,571,1,1,4910.04,3429.39,360.794,2.3911,0,0,0,1,180,0,1,0),(67247,189980,571,1,1,4489.51,3493.71,365.425,2.11185,0,0,0,1,180,0,1,0),(67248,189980,571,1,1,4816.67,3641.68,365.962,-0.575957,0,0,0,1,180,0,1,0),(67249,192414,571,1,64,4387.62,2719.57,389.935,-1.54462,0,0,0,1,180,0,1,0),(67250,192416,571,1,32,4408.57,2422.61,377.179,1.58825,0,0,0,1,180,0,1,0),(14818,185861,530,1,1,2941.56,6827.17,367.3,4.08109,0,0,0.891683,-0.452661,300,0,1,0),(67252,192417,571,1,32,4416.59,2414.08,377.196,0,0,0,0,1,180,0,1,0),(14817,185861,530,1,1,2978.73,6889.19,369.701,0.689745,0,0,0.338077,0.941119,300,0,1,0),(67254,192418,571,1,32,4417.25,2301.14,377.214,0.026179,0,0,0,1,180,0,1,0),(14816,185861,530,1,1,2982,7054.94,368.32,4.99766,0,0,0.599411,-0.800442,300,0,1,0),(14815,185861,530,1,1,2998.57,7043.55,368.539,5.91266,0,0,0.184206,-0.982888,300,0,1,0),(14814,185861,530,1,1,2938.02,7015.59,365.75,3.65778,0,0,0.966879,-0.255237,300,0,1,0),(14813,185861,530,1,1,2924.84,7031.46,367.857,4.26205,0,0,0.847134,-0.53138,300,0,1,0),(14812,185861,530,1,1,2938.26,7094.72,369.413,2.78314,0,0,0.983982,0.178267,300,0,1,0),(67263,192429,571,1,64,4464.12,2855.45,406.111,0.829032,0,0,0,1,180,0,1,0),(67264,192433,571,1,32,4401.63,3377.46,363.365,1.55334,0,0,0,1,180,0,1,0),(17785,192290,571,1,16,4991.04,2525.72,340.366,4.04916,0,0,0,1,180,0,1,0),(17784,192289,571,1,16,4778.19,2438.06,345.644,-2.94088,0,0,0,1,180,0,1,0),(17783,192461,571,1,16,4983.28,2503.09,358.177,-0.427603,0,0,0,1,180,0,1,0),(17782,192460,571,1,16,5004.35,2486.36,358.449,2.17294,0,0,0,1,180,0,1,0),(17781,192459,571,1,16,4805.67,2407.48,358.191,1.78023,0,0,0,1,180,0,1,0),(17780,192458,571,1,16,4811.4,2441.9,358.207,-2.0333,0,0,0,1,180,0,1,0),(67273,190171,571,1,1,4585.8,2613.71,399.615,-1.6057,0,0,0,1,60,0,1,0),(67274,190171,571,1,1,4355.56,2955.06,356.594,0.296705,0,0,0,1,60,0,1,0),(67275,190171,571,1,1,4969.9,2127.63,445.382,-1.13446,0,0,0,1,60,0,1,0),(67276,190171,571,1,1,5111.24,3375.79,360.093,-1.3439,0,0,0,1,60,0,1,0),(67277,190171,571,1,1,5230.35,2450,359.939,2.86233,0,0,0,1,60,0,1,0),(67278,194012,571,1,1,5413.01,2868.18,418.675,1.88495,0,0,0,1,180,0,1,0),(67279,190172,571,1,1,4359.69,2557.51,356.174,1.16937,0,0,0,1,60,0,1,0),(67280,190172,571,1,1,4958.41,2488.03,329.991,-2.32129,0,0,0,1,60,0,1,0),(67281,190172,571,1,1,5025.13,3552.97,357.811,-0.087266,0,0,0,1,60,0,1,0),(265477,193264,571,1,2,4838.37,1493.16,209.39,2.56889,0.0402436,-0.0483112,0.956863,0.283653,180,255,1,0),(265476,193263,571,1,2,4835.05,1490.91,209.291,1.83105,0.0298905,-0.0326824,0.791899,0.609044,180,255,1,0),(265475,193262,571,1,2,4845.39,1486.81,209.472,1.25408,-0.0246377,-0.0620403,0.583806,0.809144,180,255,1,0),(265474,193261,571,1,2,4842.29,1483.19,209.581,0.375941,0.0664639,-0.0326204,0.188945,0.979193,180,255,1,0),(265473,193260,571,1,2,4843.82,1489.11,209.283,-1.09903,0.0436177,0.0427647,-0.522051,0.850724,180,255,1,0),(265472,193259,571,1,2,4839.12,1486.54,209.262,1.97834,-0.0990119,-0.0587473,0.83289,0.541332,180,255,1,0),(265471,193258,571,1,2,4840.61,1484.36,209.581,2.01623,0,0,0.845828,0.533456,180,255,1,0),(265470,193257,571,1,2,4841.2,1489.9,209.581,-0.557789,-0.0387049,-0.120429,-0.273579,0.953495,180,255,1,0),(67290,190175,571,1,1,4435.72,3426.79,357.91,1.69297,0,0,0,1,60,0,1,0),(67291,190175,571,1,1,4790.23,3582,353.774,1.88495,0,0,0,1,60,0,1,0),(67292,190175,571,1,1,4789.69,3721.85,360.38,-1.88495,0,0,0,1,60,0,1,0),(67293,190175,571,1,1,4097.61,2670,355.453,0.069812,0,0,0,1,60,0,1,0),(67294,190175,571,1,1,5070.72,2966.55,377.541,-1.85005,0,0,0,1,60,0,1,0),(67295,190175,571,1,1,4577.7,3922.78,357.41,0.541051,0,0,0,1,60,0,1,0),(67296,190175,571,1,1,5158.28,2277.6,361.42,2.16421,0,0,0,1,60,0,1,0),(67297,190175,571,1,1,5353.79,2336.61,412.902,-2.23402,0,0,0,1,60,0,1,0),(67298,190175,571,1,1,4710.22,2191.32,354.253,0.558504,0,0,0,1,60,0,1,0),(67299,190175,571,1,1,4823.78,2697.13,361.605,-1.76278,0,0,0,1,60,0,1,0),(67300,190175,571,1,1,4363.24,2157.36,359.22,-1.23918,0,0,0,1,60,0,1,0),(67301,190175,571,1,1,4878.73,3137.88,357.404,2.37364,0,0,0,1,60,0,1,0),(67302,190175,571,1,1,4412.45,3649.43,362.76,0.244346,0,0,0,1,60,0,1,0),(67303,190176,571,1,1,4887.36,2550.46,361.426,0.767944,0,0,0,1,60,0,1,0),(67304,190176,571,1,1,4695.78,2982.73,353.302,-2.54818,0,0,0,1,60,0,1,0),(67305,190176,571,1,1,5378.38,3322.21,362.531,2.11185,0,0,0,1,60,0,1,0),(75959,192322,571,1,128,5322.89,2917.14,445.154,1.56207,0,0,0,0,120,0,1,0),(75958,192321,571,1,128,5288.85,2861.82,435.59,0.0261791,0,0,0,0,120,0,1,0),(75957,192320,571,1,128,5289.05,2820.23,435.674,0,0,0,0,0,120,0,1,0),(75956,192319,571,1,128,5364.3,2899.22,435.691,-1.55334,0,0,0,0,120,0,1,0),(75955,192318,571,1,128,5322.25,2898.95,435.643,-1.57952,0,0,0,0,120,0,1,0),(75954,192317,571,1,128,5363.39,2781.28,435.634,1.58825,0,0,0,0,120,0,1,0),(75953,192316,571,1,128,5322.01,2781.13,435.673,1.57952,0,0,0,0,120,0,1,0),(75952,192314,571,1,128,5350.9,2622.48,444.649,-1.56207,0,0,0,0,120,0,1,0),(75951,192313,571,1,128,5271.63,2704.83,445.183,-3.12412,0,0,0,0,120,0,1,0),(67315,192235,571,1,1,5112.63,3246.9,357.848,-2.24275,0,0,0,1,180,0,1,0),(75950,192312,571,1,128,5236.31,2739.22,444.993,-1.6057,0,0,0,0,120,0,1,0),(75949,192310,571,1,128,5352.2,3055.02,444.565,1.57952,0,0,0,0,120,0,1,0),(75948,192309,571,1,128,5272.55,2976.54,444.493,3.13286,0,0,0,0,120,0,1,0),(75947,192308,571,1,128,5235.13,2942.12,444.279,1.58825,0,0,0,0,120,0,1,0),(75946,192307,571,1,128,5271.16,2820.11,445.109,-3.13286,0,0,0,0,120,0,1,0),(75945,192306,571,1,128,5270.55,2861.68,444.917,-3.12412,0,0,0,0,120,0,1,0),(75944,192305,571,1,128,5397.31,2809.26,455.102,3.13286,0,0,0,0,120,0,1,0),(75943,192304,571,1,128,5398.04,2873.01,455.204,3.13286,0,0,0,0,120,0,1,0),(75942,192299,571,1,128,5155.22,2820.63,444.979,-3.11539,0,0,0,0,120,0,1,0),(75941,192292,571,1,128,5154.35,2862.08,445.01,3.14159,0,0,0,0,120,0,1,0),(75940,192287,571,1,128,5372.42,2862.48,409.366,3.14159,0,0,0,0,120,0,1,0),(75939,192286,571,1,128,5371.45,2820.79,409.427,3.12412,0,0,0,0,120,0,1,0),(67328,189973,619,3,1,322.109,-838.387,-72.1601,1.95477,0,0,0,1,3600,0,1,0),(67329,189973,619,3,1,411.429,-1000.11,-72.6222,1.06465,0,0,0,1,3600,0,1,0),(67330,193564,619,3,1,528.005,-846.296,11.2026,3.14159,0,0,1,0,180,0,1,0),(67331,193093,619,3,1,655.729,-719.049,18.0264,3.14159,0,0,1,0,180,0,1,0),(67332,193094,619,3,1,692.465,-783.911,18.0264,3.14159,0,0,1,0,180,0,1,0),(67333,191846,619,3,1,333.535,-1109.94,70.2691,0.606614,0,0,1,0,180,0,1,0),(67334,191847,619,3,1,333.825,-1109.64,70.2906,0.610865,0,0,1,0,180,0,1,0),(67335,190169,619,3,1,372.688,-908.087,-82.0696,0.244346,0,0,0,1,180,0,1,0),(67336,190170,619,3,1,602.793,-918.579,22.5588,-1.97222,0,0,0,1,3600,0,1,0),(67337,192236,619,3,1,550.141,-865.111,11.6117,1.98857,0,0,1,0,180,0,1,0),(67338,189973,601,3,1,578.629,565.931,725.6,0.785397,0,0,0,1,3600,0,1,0),(67339,193051,601,3,1,489.153,563.922,740.094,0.541051,0,0,0,1,180,0,1,0),(67340,193051,601,3,1,556.443,694.491,775.437,-2.63544,0,0,0,1,180,0,1,0),(67341,193051,601,3,1,581.014,568.179,725.066,0.575957,0,0,0,1,180,0,1,0),(18129,191606,608,3,1,1895.07,733.715,57.6715,3.14159,0,0,1,0,180,0,1,0),(67343,193051,601,3,1,545.757,673.861,774.79,3.12412,0,0,0,1,180,0,1,0),(67344,193051,601,3,1,536.106,558.922,646.22,-1.65806,0,0,0,1,180,0,1,0),(67345,193051,601,3,1,510.696,528.885,653.064,2.07694,0,0,0,1,180,0,1,0),(17867,193615,608,3,1,1828.3,797.309,46.1355,1.48353,0,0,0,1,180,0,1,0),(67347,193051,601,3,1,481.469,547.625,741.177,2.47837,0,0,0,1,180,0,1,0),(67348,193051,601,3,1,579.778,591.719,728.172,-0.645772,0,0,0,1,180,0,1,0),(17181,191566,608,3,1,1847.81,752.476,49.3023,2.44346,0,0,1,0,180,0,1,0),(16846,191565,608,3,1,1931.87,859.01,54.923,-0.698129,0,0,1,0,180,0,1,0),(67351,193051,601,3,1,527.479,558.76,646.21,-0.750491,0,0,0,1,180,0,1,0),(67352,193051,601,3,1,571.447,595.039,728.9,2.18166,0,0,0,1,180,0,1,0),(16832,191564,608,3,1,1872.45,868.998,47.6405,0.289969,0,0,1,0,180,0,1,0),(67354,193051,601,3,1,591.721,508.679,694.816,2.05949,0,0,0,1,180,0,1,0),(16826,193611,608,3,1,1917.58,802.5,39,-2.32129,0,0,0,1,180,0,1,0),(16822,193611,608,3,1,1911.34,860.6,48.3596,-2.02458,0,0,0,1,180,0,1,0),(67357,193051,601,3,1,506.314,520.373,655.167,0.401425,0,0,0,1,180,0,1,0),(16821,193611,608,3,1,1846,780.629,40.5764,-0.541051,0,0,0,1,180,0,1,0),(16534,193611,608,3,1,1855,844,40.6313,-1.0821,0,0,0,1,180,0,1,0),(67360,193051,601,3,1,507.566,528.436,652.934,1.5708,0,0,0,1,180,0,1,0),(13215,193611,608,3,1,1940.8,774,53.592,2.49582,0,0,0,1,180,0,1,0),(8964,191563,608,3,1,1892.01,871.239,47.6405,-0.05735,0,0,1,0,180,0,1,0),(67363,193051,601,3,1,532.479,517.108,656.454,-0.314158,0,0,0,1,180,0,1,0),(67364,193051,601,3,1,527.517,617.248,777.9,0.942477,0,0,0,1,180,0,1,0),(7931,191562,608,3,1,1854.57,860.96,47.6405,0.546741,0,0,1,0,180,0,1,0),(7757,191560,608,3,1,1954.31,784.77,57.172,-1.91064,0,0,1,0,180,0,1,0),(7616,191559,608,3,1,1957.5,803.284,57.172,-1.60814,0,0,1,0,180,0,1,0),(7462,191558,608,3,1,1954.73,822.575,57.172,-1.26667,0,0,1,0,180,0,1,0),(67369,193051,601,3,1,553.991,528.401,650.733,0.453785,0,0,0,1,180,0,1,0),(67370,193051,601,3,1,572.967,590.649,728.6,-0.663223,0,0,0,1,180,0,1,0),(6091,191557,608,3,1,1921.51,797.133,41.5831,-1.35222,0,0,1,0,180,0,1,0),(67372,193051,601,3,1,557.236,695.95,775.653,-1.01229,0,0,0,1,180,0,1,0),(5139,191556,608,3,1,1908.06,844.885,41.1377,-0.444615,0,0,1,0,180,0,1,0),(67374,193051,601,3,1,504.891,638.339,777.295,0.872664,0,0,0,1,180,0,1,0),(5099,192529,608,3,1,1799.99,803.646,45.4529,0,0,0,1,0,180,0,1,0),(4524,192528,608,3,1,1799.99,803.646,45.4529,0,0,0,1,0,180,0,1,0),(4402,190172,578,3,1,1208.45,960.853,526.655,0.785397,0,0,0,1,180,0,1,0),(4343,190172,578,3,1,1077.07,1103.43,495.698,-1.6057,0,0,0,1,180,0,1,0),(4314,193995,578,3,1,933.268,1042.21,359.967,1.79769,0,0,0,1,180,0,1,0),(3953,193995,578,3,1,936.102,1063.24,359.967,1.0472,0,0,0,1,180,0,1,0),(3586,193995,578,3,1,945.794,1025.96,359.967,2.65289,0,0,0,1,180,0,1,0),(268068,193603,578,2,1,1015.06,1051.09,605.619,0.017452,0,0,0,1,-608400,0,1,0),(67383,193051,601,3,1,480.885,544.554,740.356,1.83259,0,0,0,1,180,0,1,0),(268067,191349,578,1,1,1015.06,1051.09,605.619,0.017452,0,0,0,1,-608400,0,1,0),(2837,188514,578,3,1,795.597,994.667,195.304,-2.9845,0,0,0.996917,-0.078459,180,0,1,0),(2795,188514,578,3,1,1339.24,830.317,186.819,-0.532325,0,0,-0.263031,0.964787,180,0,1,0),(67387,193051,601,3,1,568.974,592.156,728.911,-2.33874,0,0,0,1,180,0,1,0),(67388,193051,601,3,1,558.701,641.155,777.262,-1.74533,0,0,0,1,180,0,1,0),(67389,193051,601,3,1,559.634,647.505,777.374,-0.663223,0,0,0,1,180,0,1,0),(67390,193051,601,3,1,535.432,566.377,647.935,-1.18682,0,0,0,1,180,0,1,0),(67391,193051,601,3,1,579.179,570.76,725.636,2.00713,0,0,0,1,180,0,1,0),(67392,193051,601,3,1,529.547,705.137,777.17,-0.069812,0,0,0,1,180,0,1,0),(67393,193051,601,3,1,476.299,545.252,741.208,-3.12412,0,0,0,1,180,0,1,0),(67394,193051,601,3,1,574.825,565.536,725.208,2.00713,0,0,0,1,180,0,1,0),(67395,193051,601,3,1,502.62,525.356,654.026,-3.01941,0,0,0,1,180,14,1,0),(67396,193051,601,3,1,519.264,704.847,777.136,-1.71042,0,0,0,1,180,0,1,0),(67397,193051,601,3,1,511.278,674.479,775.616,2.47837,0,0,0,1,180,0,1,0),(67398,193051,601,3,1,562.818,586.951,729.075,1.3439,0,0,0,1,180,0,1,0),(67399,193051,601,3,1,533.045,520.524,655.448,2.77507,0,0,0,1,180,0,1,0),(67400,193051,601,3,1,509.576,674.458,775.586,2.61799,0,0,0,1,180,0,1,0),(67401,193051,601,3,1,482.903,546.681,740.69,-2.87979,0,0,0,1,180,0,1,0),(67402,193051,601,3,1,552.122,527.915,650.037,2.23402,0,0,0,1,180,0,1,0),(67403,193051,601,3,1,481.552,570.944,743.842,0.610864,0,0,0,1,180,0,1,0),(67404,193051,601,3,1,584.233,569.684,725.011,0.157079,0,0,0,1,180,0,1,0),(67405,193051,601,3,1,534.502,517.002,656.52,0.541051,0,0,0,1,180,0,1,0),(67406,193051,601,3,1,550.726,525.998,650.742,-0.226892,0,0,0,1,180,0,1,0),(67407,193051,601,3,1,501.92,520.115,655.959,1.0472,0,0,0,1,180,0,1,0),(67408,193051,601,3,1,533.247,623.125,777.927,1.18682,0,0,0,1,180,0,1,0),(67409,193051,601,3,1,549.729,524.321,651.669,-2.58308,0,0,0,1,180,0,1,0),(67410,193051,601,3,1,501.645,644.68,777.353,1.43117,0,0,0,1,180,0,1,0),(67411,193051,601,3,1,531.005,558.677,646.068,-0.104719,0,0,0,1,180,0,1,0),(67412,193051,601,3,1,591.656,515.967,695.939,-1.5708,0,0,0,1,180,14,1,0),(67413,193051,601,3,1,557.516,648.642,777.351,0.191985,0,0,0,1,180,0,1,0),(67414,193051,601,3,1,513.429,671.875,775.631,-0.191985,0,0,0,1,180,0,1,0),(67415,193051,601,3,1,479.606,563.172,743.062,-2.54818,0,0,0,1,180,14,1,0),(67416,193051,601,3,1,475.726,549.071,742.446,1.55334,0,0,0,1,180,0,1,0),(67417,193051,601,3,1,533.766,611.328,777.914,2.19912,0,0,0,1,180,0,1,0),(67418,193051,601,3,1,546.229,679.186,774.634,-1.69297,0,0,0,1,180,0,1,0),(67419,193051,601,3,1,504.271,642.29,777.403,-3.07177,0,0,0,1,180,0,1,0),(67420,193051,601,3,1,559.076,652.787,777.354,-0.122173,0,0,0,1,180,0,1,0),(67421,193051,601,3,1,505.983,523.406,654.201,1.06465,0,0,0,1,180,0,1,0),(67422,193051,601,3,1,518.809,702.219,776.957,0.750491,0,0,0,1,180,0,1,0),(67423,193051,601,3,1,506.891,639.227,777.27,0.383971,0,0,0,1,180,0,1,0),(67424,193051,601,3,1,578.01,593.714,728.396,-0.226892,0,0,0,1,180,0,1,0),(67425,193051,601,3,1,540.257,540.262,646.267,1.98967,0,0,0,1,180,0,1,0),(67426,193051,601,3,1,559.194,582.618,729.018,-1.81514,0,0,0,1,180,0,1,0),(67427,193051,601,3,1,576.08,568.168,725.499,-0.279252,0,0,0,1,180,14,1,0),(67428,193051,601,3,1,510.495,525.188,653.605,0.418879,0,0,0,1,180,0,1,0),(67429,193051,601,3,1,527.851,706.299,777.014,-1.79769,0,0,0,1,180,0,1,0),(67430,193051,601,3,1,583.688,590.009,727.878,0.349065,0,0,0,1,180,0,1,0),(67431,193051,601,3,1,534.486,563.479,647.093,-0.244346,0,0,0,1,180,0,1,0),(67432,193051,601,3,1,516.016,702.472,776.95,3.14159,0,0,0,1,180,0,1,0),(2568,188514,578,3,1,1209.71,1334.59,192.375,1.10828,0,0,0.526214,0.850352,180,0,1,0),(67434,192395,601,3,1,530.584,628.017,780.981,1.5708,0,0,1,0,180,0,1,0),(2368,188715,578,3,1,1048.27,991.311,361.07,-0.890117,0,0,0,1,180,0,1,0),(67436,192396,601,3,1,550.422,254.681,211.522,3.14159,0,0,1,0,180,0,0,0),(2102,189986,578,3,1,933.268,1042.21,359.967,1.79769,0,0,0,1,180,0,1,0),(67438,192397,601,3,1,550.387,256.197,210.127,3.14159,0,0,1,0,180,0,0,0),(1953,189986,578,3,1,936.102,1063.24,359.967,1.0472,0,0,0,1,180,0,1,0),(67440,192398,601,3,1,551.93,252.178,210.784,3.14159,0,0,1,0,180,0,0,0),(67441,190169,601,3,1,502.358,694.054,774.493,0.034906,0,0,0,1,180,14,1,0),(1507,189986,578,3,1,945.794,1025.96,359.967,2.65289,0,0,0,1,180,0,1,0),(67443,192503,601,3,1,407.639,800.019,832.174,-0.872664,0,0,1,0,180,0,1,0),(1046,189985,578,3,1,1045.57,1104.24,361.07,-1.64061,0,0,0,1,180,0,1,0),(67445,192504,601,3,1,406.908,800.609,832.126,-0.876914,0,0,1,0,180,0,1,0),(67446,192505,601,3,1,407.419,56.0765,252.803,0.436332,0,0,1,0,180,0,1,0),(67447,192506,601,3,1,407.113,55.8535,252.783,0.43208,0,0,1,0,180,0,1,0),(67448,193057,619,3,1,520.858,-353.019,45.3949,-1.55334,0,0,0,1,180,0,1,0),(268039,193960,616,2,1,754.346,1301.27,266.254,3.14159,0,0,0,0,180,0,1,0),(268038,193958,616,1,1,754.346,1301.27,266.254,3.14159,0,0,0,0,180,0,1,0),(67452,175369,595,3,1,1818.82,627.569,107.792,3.12412,0,0,0.999962,0.008726,180,0,1,0),(67453,175370,595,3,1,1904.85,602.359,108.435,-2.8536,0,0,0.999962,0.008726,180,0,1,0),(67454,188685,595,3,1,2349.09,1227.32,130.269,1.87623,0,0,1,0,180,0,1,0),(67455,188686,595,3,1,2473.27,1121.36,149.963,1.78956,0,0,1,0,180,0,1,0),(67456,192526,595,3,1,1427.33,563.926,39.3807,-1.11504,0,0,-0.854912,0.518773,180,0,1,0),(67457,188687,595,3,1,2342.43,1248.43,131.507,1.87623,0,0,1,0,180,0,1,0),(67458,192527,595,3,1,1427.33,563.926,39.3807,-1.11504,0,0,-0.854912,0.518773,180,0,1,0),(67459,192530,595,3,1,2238.48,1474.17,134.196,0.436332,0,0,1,0,180,0,1,0),(67460,192531,595,3,1,2238.48,1474.17,134.196,0.436332,0,0,1,0,180,0,1,0),(67461,191015,595,3,1,1560.28,611.911,99.7785,1.67499,0,0,-0.854912,0.518773,180,0,1,0),(67462,191788,595,3,1,2241.28,1475.46,131.855,0.497418,0,0,1,0,180,0,1,0),(67463,187710,595,3,1,2152.99,1341.79,132.231,2.99559,0,0,1,0,180,0,1,0),(67464,187711,595,3,1,2325.64,1422.77,128.04,-2.67855,0,0,1,0,180,0,0,0),(67465,187712,595,3,1,2256.25,1331.31,124.195,3.14159,0,0,1,0,180,0,1,0),(67466,187713,595,3,1,2328.47,1288.68,135.475,-2.83616,0,0,1,0,180,0,1,0),(67467,187714,595,3,1,2306.79,1286.48,130.455,3.01695,0,0,1,0,180,0,1,0),(67468,187715,595,3,1,2304.01,1333.41,131.264,-3.06302,0,0,1,0,180,0,1,0),(67469,187460,595,3,1,1690.29,1299.42,155.037,-3.05428,0,0,0.642788,0.766044,180,0,1,0),(67470,187460,595,3,1,1698.47,853.909,124.357,-0.244344,0,0,-0.861629,0.507539,180,0,1,0),(67471,187460,595,3,1,1636.68,864.953,119.56,2.99322,0,0,0.548294,0.836286,180,0,1,0),(67472,187460,595,3,1,1610.61,895.874,128.802,-2.7838,0,0,0.740218,0.672367,180,0,1,0),(67473,187460,595,3,1,1612.94,816.432,121.184,2.9845,0,0,0.544639,0.83867,180,0,1,0),(67474,187460,595,3,1,1599.79,749.444,114.669,-3.09792,0,0,0.625924,0.779884,180,0,1,0),(67475,187461,595,3,1,1690.06,1298.56,155.037,-1.76278,0,0,0.642788,0.766044,180,0,1,0),(67476,187461,595,3,1,1698.97,854.654,124.357,1.04719,0,0,-0.861629,0.507539,180,0,1,0),(67477,187461,595,3,1,1636.26,864.164,119.56,-1.9984,0,0,0.548294,0.836286,180,0,1,0),(67478,187461,595,3,1,1610.63,894.979,128.802,-1.49226,0,0,0.740218,0.672367,180,0,1,0),(67479,187461,595,3,1,1612.51,815.647,121.184,-2.00713,0,0,0.544639,0.83867,180,0,1,0),(67480,187461,595,3,1,1599.53,748.589,114.669,-1.80642,0,0,0.625924,0.779884,180,0,1,0),(67481,187462,595,3,1,1604.93,742.246,114.748,1.35263,0,0,0.625924,0.779884,180,0,1,0),(67482,187719,595,3,1,2360.08,1067.78,142.914,-2.76634,0,0,1,0,180,0,1,0),(67483,187463,595,3,1,1641.48,866.026,119.631,-1.94604,0,0,0.548294,0.836286,180,0,1,0),(67484,187720,595,3,1,2315.42,1171.69,141.652,2.23402,0,0,1,0,180,0,1,0),(67485,187464,595,3,1,1643.87,865.037,119.631,-1.96349,0,0,0.548294,0.836286,180,0,1,0),(67486,187721,595,3,1,2359.84,1177.94,137.367,2.30383,0,0,1,0,180,0,1,0),(67487,187465,595,3,1,1646.03,864.07,119.631,-1.98967,0,0,0.548294,0.836286,180,0,1,0),(67488,187722,595,3,1,2242.3,1150.53,141.653,1.16937,0,0,1,0,180,0,1,0),(67489,187466,595,3,1,1640.35,856.907,119.64,1.16064,0,0,0.548294,0.836286,180,0,1,0),(67490,187723,595,3,1,2310.16,1454.54,127.775,-2.70526,0,0,1,0,180,0,0,0),(67491,187467,595,3,1,1646.7,733.268,118.533,-1.8675,0,0,-0.685183,0.728371,180,0,1,0),(67492,187724,595,3,1,2423.7,1186.31,148.062,-3.12074,0,0,1,0,180,0,1,0),(67493,187468,595,3,1,1647.51,732.776,118.533,0.322884,0,0,-0.685183,0.728371,180,0,1,0),(67494,187725,595,3,1,2428.17,1222.3,134.052,-2.52769,0,0,1,0,180,0,1,0),(67495,187469,595,3,1,1646.81,733.896,113.616,1.61443,0,0,-0.685183,0.728371,180,0,1,0),(67496,187726,595,3,1,2419.85,1202.04,134.043,1.55948,0,0,1,0,180,0,1,0),(67497,187470,595,3,1,1646.49,733.255,113.616,-1.8675,0,0,-0.685183,0.728371,180,0,1,0),(67498,187727,595,3,1,2409.83,1199.86,134.052,1.22476,0,0,1,0,180,0,1,0),(67499,187471,595,3,1,1647.3,732.763,113.616,0.322884,0,0,-0.685183,0.728371,180,0,1,0),(67500,187728,595,3,1,2519.31,1122.56,143.679,-3.12074,0,0,1,0,180,0,1,0),(67501,187729,595,3,1,2130.79,1228.54,133.686,1.74533,0,0,1,0,180,0,1,0),(67502,187730,595,3,1,2134.74,1233.79,133.686,1.07338,0,0,1,0,180,0,1,0),(67503,187731,595,3,1,2128.01,1221.9,140.942,1.09083,0,0,1,0,180,0,1,0),(67504,187732,595,3,1,2130.22,1231.01,133.686,-2.0333,0,0,1,0,180,0,1,0),(67505,187733,595,3,1,2125.94,1231.19,133.686,-0.514871,0,0,1,0,180,0,1,0),(67506,187734,595,3,1,2128.6,1227.86,133.686,1.10828,0,0,1,0,180,0,1,0),(67507,187735,595,3,1,2137.14,1234.36,133.686,2.67908,0,0,1,0,180,0,1,0),(67508,187736,595,3,1,2137.04,1238.32,133.686,-2.08567,0,0,1,0,180,0,1,0),(67509,187737,595,3,1,2138.05,1236.35,133.686,2.67908,0,0,1,0,180,0,1,0),(67510,187738,595,3,1,2139.01,1226.39,133.686,-2.05076,0,0,1,0,180,0,1,0),(67511,187739,595,3,1,2128.48,1232.07,133.686,-2.0333,0,0,1,0,180,0,1,0),(67512,187740,595,3,1,2128.9,1242.42,133.686,-2.08567,0,0,1,0,180,0,1,0),(67513,187741,595,3,1,2133.69,1236.11,133.686,-0.46251,0,0,1,0,180,0,1,0),(67514,187742,595,3,1,2128.97,1238.59,133.686,2.67908,0,0,1,0,180,0,1,0),(67515,187743,595,3,1,2129.9,1240.53,133.686,2.67908,0,0,1,0,180,0,1,0),(67516,187744,595,3,1,2123.28,1225.72,140.942,2.62672,0,0,1,0,180,0,1,0),(67517,187745,595,3,1,2134.61,1217.23,140.942,-2.05076,0,0,1,0,180,0,1,0),(67518,187746,595,3,1,2126.58,1238.08,133.686,1.07338,0,0,1,0,180,0,1,0),(67519,187747,595,3,1,2134.55,1237.96,133.686,-0.46251,0,0,1,0,180,0,1,0),(67520,187748,595,3,1,2125.54,1240.25,133.686,-0.46251,0,0,1,0,180,0,1,0),(67521,187749,595,3,1,2130.22,1222.38,140.942,2.62672,0,0,1,0,180,0,1,0),(67522,187750,595,3,1,2136.94,1225.81,133.686,-0.514871,0,0,1,0,180,0,1,0),(67523,187751,595,3,1,2137.64,1223.86,133.686,1.09083,0,0,1,0,180,0,1,0),(67524,187752,595,3,1,2132.38,1216.6,140.942,-0.514871,0,0,1,0,180,0,1,0),(67525,187753,595,3,1,2133.16,1214.46,140.942,1.09083,0,0,1,0,180,0,1,0),(67526,187754,595,3,1,2113.53,1227.9,140.942,-2.05076,0,0,1,0,180,0,1,0),(67527,187498,595,3,1,1644.12,736.948,113.547,-3.08045,0,0,-0.685183,0.728371,180,0,1,0),(67528,187755,595,3,1,2121.02,1225.25,140.942,1.09083,0,0,1,0,180,0,1,0),(67529,187499,595,3,1,1643.86,741.173,113.547,-3.08045,0,0,-0.685183,0.728371,180,0,1,0),(67530,187756,595,3,1,2111.87,1225.11,140.942,1.09083,0,0,1,0,180,0,1,0),(67531,187500,595,3,1,1643.99,739.01,113.547,-3.08045,0,0,-0.685183,0.728371,180,0,1,0),(67532,187757,595,3,1,2114.29,1225.73,140.942,2.62672,0,0,1,0,180,0,1,0),(67533,187501,595,3,1,1642.43,742.339,113.547,-1.50971,0,0,-0.685183,0.728371,180,0,1,0),(67534,187758,595,3,1,2127.42,1223.83,140.942,-0.514871,0,0,1,0,180,0,1,0),(67535,187502,595,3,1,1640.05,742.194,113.547,-1.50971,0,0,-0.685183,0.728371,180,0,1,0),(67536,187759,595,3,1,2120.46,1227.06,140.942,-0.514871,0,0,1,0,180,0,1,0),(67537,187503,595,3,1,1646.9,729.667,118.324,1.07338,0,0,-0.685183,0.728371,180,0,1,0),(67538,187760,595,3,1,2126.51,1242.1,133.686,-0.46251,0,0,1,0,180,0,1,0),(67539,187504,595,3,1,1648.82,730.23,118.324,2.88851,0,0,-0.685183,0.728371,180,0,1,0),(67540,187761,595,3,1,2126.72,1228.75,133.686,1.10828,0,0,1,0,180,0,1,0),(67541,187505,595,3,1,1547.08,573.699,100.256,1.02921,0,0,-0.854912,0.518773,180,0,1,0),(67542,187762,595,3,1,2376.58,1170.94,144.417,-1.0265,0,0,1,0,180,0,1,0),(67543,187506,595,3,1,1548.43,573.654,100.256,-0.375775,0,0,-0.854912,0.518773,180,0,1,0),(67544,187507,595,3,1,1570.56,595.492,99.7284,0.959399,0,0,-0.854912,0.518773,180,0,1,0),(67545,187508,595,3,1,1570.81,596.986,99.7284,-2.53126,0,0,-0.854912,0.518773,180,0,1,0),(67546,187509,595,3,1,1572.29,596.915,99.7284,0.025649,0,0,-0.854912,0.518773,180,0,1,0),(67547,187510,595,3,1,1571.49,598.279,99.7284,2.66109,0,0,-0.854912,0.518773,180,0,1,0),(67548,187511,595,3,1,1568.19,601.47,99.1562,-2.59234,0,0,-0.854912,0.518773,180,0,1,0),(67549,187512,595,3,1,1566.55,602.633,99.1562,-1.97275,0,0,-0.854912,0.518773,180,0,1,0),(67550,187513,595,3,1,1564.52,603.022,99.1562,-1.4666,0,0,-0.854912,0.518773,180,0,1,0),(67551,187514,595,3,1,1566.37,597.473,99.1562,1.86697,0,0,-0.854912,0.518773,180,0,1,0),(67552,187515,595,3,1,1562.49,599.079,99.1562,0.697602,0,0,-0.854912,0.518773,180,0,1,0),(67553,187516,595,3,1,1562.3,615.854,99.7785,-2.44398,0,0,-0.854912,0.518773,180,0,1,0),(67554,187517,595,3,1,1560.53,616.986,99.7785,-2.07747,0,0,-0.854912,0.518773,180,0,1,0),(67555,191102,595,3,1,2110.18,1301.58,143.756,-1.5708,0,0,1,0,180,0,1,0),(67556,187518,595,3,1,1558.42,617.46,99.7785,-1.27462,0,0,-0.854912,0.518773,180,0,1,0),(67557,187519,595,3,1,1556.6,613.462,99.7785,0.549248,0,0,-0.854912,0.518773,180,0,1,0),(67558,187520,595,3,1,1558.24,612.299,99.7785,1.16884,0,0,-0.854912,0.518773,180,0,1,0),(67559,187521,595,3,1,1563.3,592.68,99.7856,-1.37934,0,0,-0.854912,0.518773,180,0,1,0),(67560,191106,595,3,1,2281.72,1170.19,137.635,-1.48353,0,0,1,0,180,0,1,0),(67561,187522,595,3,1,1552.23,607.222,106.643,-0.628846,0,0,-0.854912,0.518773,180,0,1,0),(67562,191107,595,3,1,2279.8,1170.06,137.406,1.65806,0,0,1,0,180,0,1,0),(67563,187523,595,3,1,1553.45,608.264,106.643,-1.33571,0,0,-0.854912,0.518773,180,0,1,0),(67564,191108,595,3,1,2280.89,1169.18,136.947,-3.05433,0,0,1,0,180,0,1,0),(67565,187524,595,3,1,1552.9,603.702,106.643,1.17757,0,0,-0.854912,0.518773,180,0,1,0),(67566,191109,595,3,1,2294.03,1187.31,146.035,-1.48353,0,0,1,0,180,0,1,0),(67567,187525,595,3,1,1551.35,604.583,106.643,0.741235,0,0,-0.854912,0.518773,180,0,1,0),(67568,191110,595,3,1,2522.15,1253.84,144.08,0.536579,0,0,1,0,180,0,1,0),(67569,187526,595,3,1,1554.25,573.109,106.634,-2.05129,0,0,-0.854912,0.518773,180,0,1,0),(67570,191111,595,3,1,2585.69,1166.58,139.188,2.90431,0,0,1,0,180,0,1,0),(67571,187527,595,3,1,1564.26,597.946,99.1562,1.06412,0,0,-0.854912,0.518773,180,0,1,0),(67572,191112,595,3,1,2527.38,1132.53,149.191,0,0,0,1,0,180,0,1,0),(67573,191113,595,3,1,2459.55,1440.45,150.79,-1.89395,0,0,1,0,180,0,1,0),(67574,191114,595,3,1,2499.95,1371.78,144.631,-2.51775,0,0,1,0,180,0,1,0),(67575,191115,595,3,1,2287.38,1342.46,124.912,-1.0472,0,0,1,0,180,0,1,0),(67576,191116,595,3,1,2285.69,1341.53,124.683,2.09439,0,0,1,0,180,0,1,0),(67577,191117,595,3,1,2287.05,1341.2,124.223,-2.61799,0,0,1,0,180,0,1,0),(67578,191118,595,3,1,2336.8,1420.54,128.136,0.698129,0,0,1,0,180,0,1,0),(67579,190094,595,3,1,1570.92,669.933,102.309,-1.64061,0,0,0,1,180,0,1,0),(67580,190094,595,3,1,1579.42,621.446,99.7329,2.9845,0,0,0,1,180,0,1,0),(67581,190094,595,3,1,1674.39,872.307,120.394,-1.11701,0,0,0,1,180,0,1,0),(67582,190094,595,3,1,1629.68,731.367,112.847,-0.837757,0,0,0,1,180,0,1,0),(67583,190094,595,3,1,1628.98,812.142,120.689,0.436332,0,0,0,1,180,0,1,0),(67584,191119,595,3,1,2336.66,1419.13,127.573,2.26892,0,0,1,0,180,0,1,0),(67585,191120,595,3,1,2340.73,1263.61,132.918,0.174532,0,0,1,0,180,0,1,0),(67586,191121,595,3,1,2341.04,1261.75,132.655,-2.96148,0,0,1,0,180,0,1,0),(67587,190117,595,3,1,1629.7,731.351,112.845,0.349065,0,0,0,1,180,0,1,0),(67588,190117,595,3,1,1570.95,669.954,102.314,-2.46091,0,0,0,1,180,0,1,0),(67589,190117,595,3,1,1628.97,812.188,120.695,1.81514,0,0,0,1,180,0,1,0),(67590,190117,595,3,1,1674.41,872.299,120.4,2.04204,0,0,0,1,180,0,1,0),(67591,190117,595,3,1,1579.43,621.444,99.7333,1.27409,0,0,0,1,180,0,1,0),(67592,187579,595,3,1,2235.83,1331.63,126.049,3.14159,0,0,1,0,180,0,1,0),(67593,187580,595,3,1,2142.52,1266.52,135.074,0.25049,0,0,1,0,180,0,1,0),(67594,187581,595,3,1,2115.58,1271.2,138.724,0.100057,0,0,1,0,180,0,1,0),(67595,187582,595,3,1,2162.46,1242.6,136.947,2.08056,0,0,1,0,180,0,1,0),(67596,187584,595,3,1,2120.71,1334.41,131.935,2.99593,0,0,1,0,180,0,1,0),(67597,187586,595,3,1,2136.5,1368.51,132.843,2.41998,0,0,1,0,180,0,1,0),(67598,187587,595,3,1,2110.48,1367.59,132.057,-1.87713,0,0,1,0,180,0,1,0),(67599,187588,595,3,1,2199.16,1313.37,131.366,0.25049,0,0,1,0,180,0,1,0),(67600,187589,595,3,1,2175.28,1356.66,131.129,0.25049,0,0,1,0,180,0,1,0),(67601,187590,595,3,1,2108.53,1367.28,139.116,-1.09083,0,0,1,0,180,0,1,0),(67602,187591,595,3,1,2141.38,1276.24,141.977,1.1354,0,0,1,0,180,0,1,0),(268621,201888,631,15,1,4335.63,3026.42,360.52,3.03556,0,0,0.998595,0.052991,3600,0,1,0),(67604,187592,595,3,1,2183.18,1283.09,136.899,2.96704,0,0,1,0,180,0,1,0),(67605,187593,595,3,1,2156.87,1288.75,132.787,2.96706,0,0,1,0,180,0,1,0),(67606,192714,595,3,1,1771.85,1252.1,138.35,1.86861,0,0,0,1,180,0,1,0),(67607,187594,595,3,1,2081.29,1297.03,141.645,-1.48877,0,0,1,0,180,0,1,0),(67608,192715,595,3,1,1771.94,1252.13,138.346,-1.28281,0,0,0,1,180,0,1,0),(67609,187595,595,3,1,2079.33,1296.77,141.651,1.65806,0,0,1,0,180,0,1,0),(67610,192716,595,3,1,1771.84,1252.13,138.343,0.245454,0,0,0,1,180,0,1,0),(67611,187596,595,3,1,2188.86,1346.02,130.133,2.87979,0,0,1,0,180,0,1,0),(67612,187597,595,3,1,2188.13,1347.21,130.642,1.309,0,0,1,0,180,0,1,0),(67613,187598,595,3,1,2189.99,1346.68,130.637,-1.83259,0,0,1,0,180,0,1,0),(67614,187599,595,3,1,2156.09,1289.88,133.217,1.39626,0,0,1,0,180,0,1,0),(67615,187600,595,3,1,2157.22,1290.68,133.75,-0.174532,0,0,1,0,180,0,1,0),(67616,187601,595,3,1,2156.87,1288.75,133.691,2.96706,0,0,1,0,180,0,1,0),(150443,192864,624,1,1,-515.463,-103.853,159.781,0,0,0,0,0,120,0,1,0),(151157,195141,1,1,1,9661.83,2509.61,1331.63,0,0,0,0,1,180,100,1,0),(268053,193989,615,3,16,3151.2,517.862,90.3389,1.55617,0,0,0.701917,0.712259,300,0,1,0),(67868,181225,533,3,1,3536.81,-5158.41,142.862,-1.77151,-0.774393,0.632705,1,0,604800,0,1,0),(150114,194340,0,1,1,-11025.4,1543.88,44.2503,5.42588,0,0,0.415647,-0.909526,120,100,1,0),(4718,190699,1,1,1,1759.04,-4351.44,-7.61838,-1.44862,0.956305,-0.292372,1,0,180,100,1,0),(4958,190697,1,1,1,1753.89,-4349.35,-7.65388,-2.94088,0.956305,-0.292372,1,0,180,100,1,0),(5136,190698,1,1,1,1755.28,-4343.21,-7.77095,1.97222,0.956305,-0.292372,1,0,180,100,1,0),(5496,190704,0,1,1,1575.12,190.724,-42.7285,-2.0333,-0.004363,0.99999,1,0,180,100,1,0),(46424,2904,1,1,1,-2544.54,-712.088,-9.232,0.767944,0,1,-1,0,180,0,0,0),(46425,2904,1,1,1,-1823.85,-237.555,-9.42485,0.069812,0,1,-1,0,180,0,0,0),(46429,2904,1,1,1,-753.256,-149.158,-29.0568,3.08918,0,1,-1,0,180,0,0,0),(65262,191761,571,1,1,7977.04,-824.196,968.251,6.10662,0,0,0.0881662,-0.996106,25,0,1,0),(67870,179703,409,1,1,751.893,-1184.72,-118.249,2.88729,0,0,0.991927,0.126809,-360,100,1,0),(67871,164869,230,1,1,1215.11,-218.722,-85.6731,0.0494741,0,0,0.0247345,0.999694,-250,0,1,0),(67872,169243,230,1,1,1262.02,-247.914,-78.1535,5.3839,0,0,0.434643,-0.900603,-300,100,1,0),(67873,149045,571,1,1,8123.19,-383.722,966.308,-0.916307,-0.002761,-0.005518,-0.370553,0.928791,180,255,1,0),(67874,149045,571,1,1,8119.4,-242.657,864.625,2.17292,0.005444,-0.002905,0.918772,0.394739,180,255,1,0),(67875,149046,571,1,1,8210.75,-283.989,1027.25,-0.506127,-0.002761,-0.005518,-0.370553,0.928791,180,255,1,0),(67876,149046,571,1,1,8026.74,-337.67,925.569,2.5831,0.005444,-0.002905,0.918772,0.394739,180,255,1,0),(59404,194488,571,1,1,8548.61,937.323,547.293,-2.44346,0,0,0,1,180,255,1,0),(59403,194487,571,1,1,8545.78,934.618,547.293,3.11539,0,0,0,1,180,255,1,0),(59402,194998,571,1,1,8396.32,649.87,550.345,3.07177,0,0,0.939693,-0.34202,180,255,1,0),(59401,195498,571,1,1,8543.43,616.537,547.877,2.38896,0,0,0,1,180,255,1,0),(59399,194982,571,1,1,8488.05,1103.96,554.38,0.640902,0,0,-0.47332,0.880891,180,255,1,0),(59398,194981,571,1,1,8478.4,1106.29,554.421,0.58613,0,0,-0.47332,0.880891,180,255,1,0),(59397,194980,571,1,1,8482.04,1108.54,554.399,0.603586,0,0,-0.47332,0.880891,180,255,1,0),(59396,194979,571,1,1,8484.38,1101.49,554.457,0.623451,0,0,-0.47332,0.880891,180,255,1,0),(59394,194978,571,1,1,8493.22,1096.29,554.377,0.616944,0,0,-0.47332,0.880891,180,255,1,0),(59392,194977,571,1,1,8491.65,1086.76,554.434,0.612312,0,0,-0.47332,0.880891,180,255,1,0),(59391,194976,571,1,1,8495.23,1089.1,554.41,0.629765,0,0,-0.47332,0.880891,180,255,1,0),(59390,194975,571,1,1,8489.62,1094,554.454,0.59949,0,0,-0.47332,0.880891,180,255,1,0),(59337,194974,571,1,1,8456.45,1096.02,554.525,-0.996706,0,0,-0.47332,0.880891,180,255,1,0),(59319,194973,571,1,1,8470.27,1083.04,554.573,2.15227,0,0,-0.47332,0.880891,180,255,1,0),(59310,194972,571,1,1,8465.62,1079.89,554.573,2.18718,0,0,-0.47332,0.880891,180,255,1,0),(59298,194971,571,1,1,8491.23,1095.08,554.395,0.612312,0,0,-0.47332,0.880891,180,255,1,0),(59286,194970,571,1,1,8493.52,1088,554.452,0.582037,0,0,-0.47332,0.880891,180,255,1,0),(59285,194969,571,1,1,8486,1102.75,554.446,0.59486,0,0,-0.47332,0.880891,180,255,1,0),(59263,194968,571,1,1,8480.32,1107.24,554.443,0.614724,0,0,-0.47332,0.880891,180,255,1,0),(59258,194967,571,1,1,8497.16,1090.23,554.348,0.59949,0,0,-0.47332,0.880891,180,255,1,0),(59223,194966,571,1,1,8487.62,1092.8,554.448,0.59486,0,0,-0.47332,0.880891,180,255,1,0),(59219,194965,571,1,1,8483.84,1109.77,554.418,0.614724,0,0,-0.47332,0.880891,180,255,1,0),(59197,194964,571,1,1,8482.38,1100.35,554.414,0.59486,0,0,-0.47332,0.880891,180,255,1,0),(59168,195214,571,1,1,8410.1,755.925,548.771,2.87979,0,0,0,1,180,255,1,0),(59136,195214,571,1,1,8407.86,762.535,549.657,-2.77507,0,0,0,1,180,255,1,0),(163788,189981,571,1,1,7935.66,1579.35,411.484,-1.91986,0,0,0,1,600,255,1,0),(59118,195213,571,1,1,8404.91,767.523,550.424,-2.44346,0,0,0,1,180,255,1,0),(59111,195213,571,1,1,8401.93,771.163,549.79,-3.00195,0,0,0,1,180,255,1,0),(59108,195213,571,1,1,8406.55,770.34,550.845,-3.00195,0,0,0,1,180,255,1,0),(59100,195464,571,1,1,8596.12,1100.11,556.846,0.349065,0,0,0,1,180,255,1,0),(59097,195422,571,1,1,8572.7,850.646,558.17,1.74533,0,0,0,1,180,255,1,0),(59088,195421,571,1,1,8572.7,735.498,558.18,2.62672,0,0,0,1,180,255,1,0),(59048,195420,571,1,1,8459.52,735.215,558.165,2.64417,0,0,0,1,180,255,1,0),(59035,195419,571,1,1,8459.17,850.807,558.166,2.62672,0,0,0,1,180,255,1,0),(59026,186943,571,1,1,8515.47,752.127,573.643,1.5708,0,0,0,1,180,255,1,0),(59018,186943,571,1,1,8515.47,828.036,558.526,1.5708,0,0,0,1,180,255,1,0),(59007,194622,571,1,1,8480.87,921.656,547.293,3.14159,0,0,0,1,180,255,1,0),(58989,194622,571,1,1,8589.61,936.968,548.49,3.14159,0,0,0,1,180,255,1,0),(58986,194622,571,1,1,8481.16,902.557,547.293,3.14159,0,0,0,1,180,255,1,0),(67916,194602,571,1,1,8689.81,737.163,547.556,-2.70526,0,0,0,1,180,255,1,0),(58979,194622,571,1,1,8490.22,870.649,547.017,1.6057,0,0,0,1,180,255,1,0),(58941,194622,571,1,1,8482.75,940.161,547.293,3.14159,0,0,0,1,180,255,1,0),(58939,194622,571,1,1,8434.63,684.795,550.185,-2.44346,0,0,0,1,180,255,1,0),(58909,194622,571,1,1,8440.72,677.53,550.181,-2.44346,0,0,0,1,180,255,1,0),(58831,194618,571,1,1,8598.93,681.582,550.088,0.680677,0,0,0,1,180,255,1,0),(58825,194618,571,1,1,8482.38,943.012,547.293,-1.58825,0,0,0,1,180,255,1,0),(67923,194352,571,1,1,8471.53,451.318,596.072,0,0,0,0,1,180,255,1,0),(58785,194618,571,1,1,8591.73,675.342,550.09,0.715585,0,0,0,1,180,255,1,0),(58768,194618,571,1,1,8597.99,936.333,548.751,1.51844,0,0,0,1,180,255,1,0),(58756,194618,571,1,1,8490.29,878.389,547.017,0.017452,0,0,0,1,180,255,1,0),(67927,194357,571,1,1,8442.67,451.733,596.03,0,0,0,0,1,180,255,1,0),(58750,194618,571,1,1,8480.85,924.364,547.293,-1.5708,0,0,0,1,180,255,1,0),(58748,194618,571,1,1,8481.15,900.138,547.293,-1.5708,0,0,0,1,180,255,1,0),(58747,195129,571,1,1,8572.84,666.719,547.368,1.58825,0,0,0,1,180,255,1,0),(58744,188215,571,1,1,8502.49,707.036,558.621,-0.052359,0,0,0,1,180,255,1,0),(58743,188215,571,1,1,8502.64,710.719,558.621,-0.017452,0,0,0,1,180,255,1,0),(58741,188215,571,1,1,8529.17,722.262,558.612,-3.12412,0,0,0,1,180,255,1,0),(58735,188215,571,1,1,8502.84,724.707,558.607,-0.017452,0,0,0,1,180,255,1,0),(58733,188215,571,1,1,8529.34,724.899,558.607,-3.10665,0,0,0,1,180,255,1,0),(58730,188215,571,1,1,8502.64,721.774,558.613,-0.017452,0,0,0,1,180,255,1,0),(58728,188215,571,1,1,8528.88,710.175,558.621,3.10665,0,0,0,1,180,255,1,0),(58723,188215,571,1,1,8527.99,706.875,558.621,3.08918,0,0,0,1,180,255,1,0),(58720,188215,571,1,1,8598.58,682.099,550.088,0.680677,0,0,0,1,180,255,1,0),(58719,188215,571,1,1,8591.39,675.802,550.09,0.715585,0,0,0,1,180,255,1,0),(58718,188215,571,1,1,8435.02,685.161,550.185,-2.44346,0,0,0,1,180,255,1,0),(58717,188215,571,1,1,8441.2,677.896,550.181,-2.44346,0,0,0,1,180,255,1,0),(58715,194611,571,1,1,8470.94,863.924,547.293,0.34034,0,0,0,1,180,255,1,0),(58709,194610,571,1,1,8447.3,820.587,547.293,-2.57436,0,0,0,1,180,255,1,0),(58707,194609,571,1,1,8416.2,663.514,550.354,3.14159,0,0,0.939693,-0.34202,180,255,1,0),(58705,194608,571,1,1,8369.04,709.113,553.566,2.97577,0,0,0,1,180,255,1,0),(58704,194607,571,1,1,8338.74,687.096,553.701,1.59698,0,0,0,1,180,255,1,0),(58702,194606,571,1,1,8307.43,705.927,553.644,0.253072,0,0,0,1,180,255,1,0),(58701,194605,571,1,1,8319.33,744.352,553.701,-0.98611,0,0,0,1,180,255,1,0),(58448,194604,571,1,1,8357.72,744.694,553.627,-2.30383,0,0,0,1,180,255,1,0),(58447,194603,571,1,1,8670.8,691.931,547.522,2.12057,0,0,0,1,180,255,1,0),(58445,194601,571,1,1,8657.06,756.075,547.519,-1.58825,0,0,0,1,180,255,1,0),(58444,194600,571,1,1,8642.36,695.101,547.522,1.00356,0,0,0,1,180,255,1,0),(58346,194599,571,1,1,8627.3,719.984,548.098,0.104719,0,0,0,1,180,255,1,0),(58345,194598,571,1,1,8399.07,918.488,545.032,-0.008724,0,0,0,1,180,255,1,0),(58311,194597,571,1,1,8399.09,949.63,544.906,0,0,0,0,1,180,255,1,0),(58301,194596,571,1,1,8398.54,976.819,545.125,0.061085,0,0,0,1,180,255,1,0),(58223,194595,571,1,1,8459.95,992.174,544.922,-2.94959,0,0,0,1,180,255,1,0),(58216,194594,571,1,1,8460.08,950.043,545.051,-3.09792,0,0,0,1,180,255,1,0),(58204,194593,571,1,1,8460.36,927.153,544.916,3.14159,0,0,0,1,180,255,1,0),(58188,194592,571,1,1,8459.21,905.564,545.516,2.75761,0,0,0,1,180,255,1,0),(58171,194591,571,1,1,8417.53,892.181,544.697,1.48353,0,0,0,1,180,255,1,0),(58169,194590,571,1,1,8405.68,1001.16,545.489,-0.855211,0,0,0,1,180,255,1,0),(58148,194589,571,1,1,8439.42,1010.37,544.698,-1.50971,0,0,0,1,180,255,1,0),(58143,194588,571,1,1,8533.94,572.795,552.599,-1.92859,0,0,0,1,180,255,1,0),(58134,181273,571,1,1,8530.56,647.24,558.537,0,0,0,0,1,180,255,1,0),(58116,195598,571,1,1,8565.05,791.641,559.99,0,0,0,0.707107,0.707107,180,255,1,0),(67968,193994,571,1,1,8092.82,-324.217,861.25,2.21656,0,0,0,1,180,255,1,0),(58115,195597,571,1,1,8515.01,831.332,558.454,1.5708,0,0,0.707107,0.707107,180,255,1,0),(58111,195596,571,1,1,8515.43,740.562,559.869,-1.5708,0,0,0.707107,0.707107,180,255,1,0),(58106,195595,571,1,1,8515.43,740.562,559.869,-1.5708,0,0,0.707107,0.707107,180,255,1,0),(58087,195594,571,1,1,8515.43,740.562,559.869,1.5708,0,0,0.707107,0.707107,180,255,1,0),(58079,195593,571,1,1,8515.43,740.562,559.869,-1.5708,0,0,0.707107,0.707107,180,255,1,0),(58076,194568,571,1,1,8452.42,1091.97,554.475,-1.70169,0,0,-0.47332,0.880891,180,255,1,0),(58075,195592,571,1,1,8565.05,791.66,560.001,0,0,0,0.707107,0.707107,180,255,1,0),(58074,194567,571,1,1,8444.42,1057.46,554.355,-0.052359,0,0,-0.47332,0.880891,180,255,1,0),(58073,195591,571,1,1,8570.05,792.456,558.338,3.14159,0,0,0.707107,0.707107,180,255,0,0),(58072,195590,571,1,1,8460.33,792.412,558.338,0,0,0,0.707107,0.707107,180,255,1,0),(58071,195589,571,1,1,8515.2,737.408,558.338,1.5708,0,0,0.707107,0.707107,180,255,0,0),(58070,194820,571,1,1,8486.97,1112.14,554.305,-1.91986,0,0,0,1,180,255,1,0),(67981,194537,571,1,1,8461.71,466.628,596.071,1.58825,0,0,0,1,180,255,1,0),(67982,194538,571,1,1,8471.55,449.51,596.072,1.58825,0,0,0,1,180,255,1,0),(67983,194539,571,1,1,8441.34,450.266,596.072,-1.55334,0,0,0,1,180,255,1,0),(29975,183777,532,1,1,-10986.5,-1932.15,78.862,1.0771,0,0,0.900698,0.434445,604800,255,1,0),(29984,181218,532,1,1,-11083.1,-1925.97,74.4687,-0.256461,0,0,0.900698,0.434445,604800,255,1,0),(30003,183522,532,1,1,-10945.8,-1995.74,79.9729,3.06559,0,0,0.900698,0.434445,604800,255,1,0),(30004,183778,532,1,1,-10979.3,-1933.2,78.862,1.10143,0,0,0.900698,0.434445,604800,255,1,0),(30067,181219,532,1,1,-11081.3,-1925.1,74.4687,-2.43812,0,0,0.900698,0.434445,604800,255,1,0),(30077,183523,532,1,1,-10946.4,-1999.03,79.9729,3.02626,0,0,0.900698,0.434445,604800,255,1,0),(30144,183779,532,1,1,-10996.3,-1930.94,78.862,1.95352,0,0,0.900698,0.434445,604800,255,1,0),(30187,181220,532,1,1,-11080.4,-1926.4,74.5346,-2.97917,0,0,0.900698,0.434445,604800,255,1,0),(30193,183780,532,1,1,-11002.3,-1929.72,78.862,1.19343,0,0,0.900698,0.434445,604800,255,1,0),(30377,183524,532,1,1,-10947,-2002.99,79.9729,-2.89151,0,0,0.900698,0.434445,604800,255,1,0),(30432,183781,532,1,1,-11006.3,-1924.05,78.862,-0.900961,0,0,0.900698,0.434445,604800,255,1,0),(30560,181221,532,1,1,-11038.5,-1900.8,247.142,2.24275,0,0,0.900698,0.434445,604800,255,1,0),(30649,183525,532,1,1,-10995.6,-2019.65,79.9729,-0.112887,0,0,0.900698,0.434445,604800,255,1,0),(30833,183526,532,1,1,-10993.2,-1998.82,79.9729,0.166268,0,0,0.900698,0.434445,604800,255,1,0),(31128,183527,532,1,1,-10993.3,-1996.3,79.9729,-0.112887,0,0,0.900698,0.434445,604800,255,1,0),(31355,183528,532,1,1,-10992,-1993.19,79.9729,-0.317216,0,0,0.900698,0.434445,604800,255,1,0),(31904,183529,532,1,1,-10994.9,-2033.19,79.9729,1.45764,0,0,0.900698,0.434445,604800,255,1,0),(32074,183530,532,1,1,-10992.2,-2033.5,79.9729,1.45764,0,0,0.900698,0.434445,604800,255,1,0),(32343,183531,532,1,1,-10988.9,-2033.78,79.9729,1.27973,0,0,0.900698,0.434445,604800,255,1,0),(32355,183532,532,1,1,-10985.8,-2034.23,79.9729,1.65097,0,0,0.900698,0.434445,604800,255,1,0),(32360,185324,532,1,1,-11080.6,-1876.43,219.869,-1.79769,0,0,0,1,604800,255,0,0),(32476,183533,532,1,1,-10980.1,-2035.23,79.9729,1.45764,0,0,0.900698,0.434445,604800,255,1,0),(32493,183534,532,1,1,-10977.8,-2035.39,79.9729,1.45764,0,0,0.900698,0.434445,604800,255,1,0),(32559,183535,532,1,1,-10970.5,-2035.64,79.9729,1.45764,0,0,0.900698,0.434445,604800,255,1,0),(32587,183536,532,1,1,-10966.3,-2035.94,79.9729,1.1386,0,0,0.900698,0.434445,604800,255,1,0),(32660,183537,532,1,1,-10963.5,-2036.92,79.9729,1.45764,0,0,0.900698,0.434445,604800,255,1,0),(32680,183538,532,1,1,-10996.6,-2026.91,79.9729,0.159982,0,0,0.900698,0.434445,604800,255,1,0),(32709,183539,532,1,1,-10954.8,-2037.39,79.9729,1.80095,0,0,0.900698,0.434445,604800,255,1,0),(32840,183540,532,1,1,-10957.6,-2037.34,79.9729,1.36148,0,0,0.900698,0.434445,604800,255,1,0),(33144,183541,532,1,1,-10960.5,-2036.88,79.9729,1.62326,0,0,0.900698,0.434445,604800,255,1,0),(33346,182005,532,1,1,-11237.8,-1706.2,179.238,1.54462,0,0,0.900698,0.434445,604800,255,1,0),(33357,183542,532,1,1,-10945.2,-1986.34,79.9729,3.01749,0,0,0.900698,0.434445,604800,255,1,0),(33378,183543,532,1,1,-10946.9,-2006.31,79.9729,3.02626,0,0,0.900698,0.434445,604800,255,1,0),(33405,183544,532,1,1,-10949.3,-2026.2,79.9729,3.02626,0,0,0.900698,0.434445,604800,255,1,0),(33411,183545,532,1,1,-10949.8,-2030.73,79.9729,3.02626,0,0,0.900698,0.434445,604800,255,1,0),(33494,183546,532,1,1,-10996.1,-2023.1,79.9729,-0.167639,0,0,0.900698,0.434445,604800,255,1,0),(33503,183547,532,1,1,-10947,-1992.18,93.8216,1.16737,0,0,0.900698,0.434445,604800,255,1,0),(33505,183548,532,1,1,-10947,-1989.35,93.8216,-1.50386,0,0,0.900698,0.434445,604800,255,1,0),(33923,183549,532,1,1,-10945.7,-1977.78,93.8216,-2.80742,0,0,0.900698,0.434445,604800,255,1,0),(33924,183550,532,1,1,-10944.8,-1967.32,93.8216,-2.20456,0,0,0.900698,0.434445,604800,255,1,0),(33926,180991,532,1,1,-11111.3,-1911.47,74.3922,2.24275,0,0,0.900698,0.434445,604800,255,1,0),(34035,183551,532,1,1,-10945.1,-1969.73,93.8216,2.13963,0,0,0.900698,0.434445,604800,255,1,0),(276,194253,603,3,17,1631.91,-246.497,417.321,0,0,0,0.0000000874228,1,604800,255,1,0),(34041,194232,603,3,1,1805.63,-23.5203,451.225,0,0,0,0,1,180,255,0,0),(34057,194675,603,3,1,2307,284.632,424.288,0,0,0,0,1,180,255,1,0),(34155,194560,603,3,1,2180.76,-263.021,414.681,0,0,0,0,1,180,255,1,0),(34219,194569,603,3,1,1859.65,-24.9121,448.811,0,0,0,0,1,180,255,1,0),(34223,194569,603,3,1,553.233,-12.3247,409.679,0,0,0,0,1,180,255,0,0),(34281,194569,603,3,1,2086.26,-23.9948,421.316,0,0,0,0,1,180,255,1,0),(34283,194569,603,3,1,-706.122,-92.6024,429.876,0,0,0,0,1,180,255,1,0),(34288,194569,603,3,1,131.248,-35.3802,409.804,0,0,0,0,1,180,255,0,0),(34296,194569,603,3,1,926.292,-11.4635,418.595,-0.017452,0,0,0,1,180,255,1,0),(34923,194569,603,3,1,1854.82,-11.5608,334.175,0,0,0,0,1,180,255,1,0),(34935,194569,603,3,1,1498.05,-24.3509,420.966,0.034906,0,0,0,1,180,255,0,0),(34940,189973,603,3,1,2207.9,-108.052,433.312,0,0,0,0,1,2700,255,1,0),(34945,189973,603,3,1,2270.16,39.4115,426.255,0,0,0,0,1,2700,255,1,0),(34961,189973,603,3,1,2287.75,-83.3646,427.93,0,0,0,0,1,2700,255,1,0),(34968,189973,603,3,1,2373.08,-73.3715,424.234,0,0,0,0,1,2700,255,1,0),(34982,189973,603,3,1,2346.67,-201.668,437.876,0,0,0,0,1,2700,255,1,0),(34984,189973,603,3,1,2265.37,17.7431,424.403,0,0,0,0,1,2700,255,1,0),(35023,189973,603,3,1,2275.72,-167.189,438.211,0,0,0,0,1,2700,255,1,0),(35302,189973,603,3,1,2415.88,77.0503,437.295,0,0,0,0,1,2700,255,1,0),(35303,191019,603,3,1,2356.98,-136.585,433.787,0,0,0,0,1,2700,255,1,0),(35305,191019,603,3,1,2217.84,-81.8108,429.276,0,0,0,0,1,2700,255,1,0),(35341,191019,603,3,1,2330.91,57.059,430.827,0,0,0,0,1,2700,255,1,0),(35342,191019,603,3,1,2144.74,-45.941,421.084,0,0,0,0,1,2700,255,1,0),(35343,191019,603,3,1,2357.63,10.2257,425.17,0,0,0,0,1,2700,255,1,0),(35371,191019,603,3,1,2140.81,-3.33854,421.365,0,0,0,0,1,2700,255,1,0),(35381,194370,603,3,1,82.8628,-394.292,406.853,-0.794123,0,0,0,1,604800,255,1,0),(35393,194371,603,3,1,-79.4028,89.1146,430.436,3.08918,0,0,0,1,604800,255,1,0),(35413,194630,603,3,1,395.062,-13.4878,410.855,3.14159,0,0,0,1,180,255,1,0),(35417,194631,603,3,1,763.883,-11.8925,410.3,3.13286,0,0,0,1,180,255,0,0),(35446,194375,603,3,1,-223.556,-298.557,365.345,3.14159,0,0,0,1,604800,255,1,0),(35462,194377,603,3,1,339.891,318.526,405.776,-2.34746,0,0,0,1,604800,255,1,0),(35467,194634,603,3,1,1997.56,-136.597,432.54,0.175118,0,0,0,1,180,255,1,0),(35497,194635,603,3,1,2033.63,-25.5278,261.296,0,0,0,0,1,180,255,1,0),(35516,194636,603,3,1,1954.82,-69.7339,261.961,-2.14508,0,0,0,1,180,255,1,0),(35517,194637,603,3,1,1962.33,14.217,263.805,-1.09906,0,0,0,1,180,255,1,0),(35524,194904,603,3,1,0.000003,-19.0309,-0.000007,0,0,0,0,1,180,255,1,0),(35529,194907,603,3,1,1847.29,-262.906,418.082,0,0,0,0,1,180,255,1,0),(35533,194907,603,3,1,1921.86,-166.187,415.181,0,0,0,0,1,180,255,1,0),(35543,194907,603,3,1,1883.94,-201.941,413.356,0,0,0,0,1,180,255,1,0),(35548,194907,603,3,1,1940.02,-345.828,422.872,-2.33874,0,0,0,1,180,255,1,0),(35555,194907,603,3,1,1785.66,-348.948,412.566,-2.33874,0,0,0,1,180,255,1,0),(39951,194907,603,3,1,1872.92,-288.36,412.299,0,0,0,0,1,180,255,1,0),(39953,194907,603,3,1,1865.88,-147.393,413.655,0,0,0,0,1,180,255,1,0),(40655,194907,603,3,1,1842.3,-343.967,413.22,0,0,0,0,1,180,255,1,0),(40657,194907,603,3,1,1944.59,-390.706,427.45,-2.33874,0,0,0,1,180,255,1,0),(40659,194907,603,3,1,1866.68,-382.414,412.956,0,0,0,0,1,180,255,1,0),(41918,194907,603,3,1,1892.91,-345.613,412.993,-2.33874,0,0,0,1,180,255,1,0),(42047,194398,603,3,1,235.443,364.5,413.047,-1.54462,0,0,0,1,604800,0,1,0),(274,194148,603,3,17,1632.05,-307.654,417.321,0,0,0,0.0000000874228,1,604800,255,1,0),(42076,194399,603,3,1,108.63,361.274,412.325,-1.55334,0,0,0,1,604800,0,1,0),(271,194716,603,3,17,1632.25,-307.548,416.264,0,0,0,0.0000000874228,1,604800,255,1,0),(42520,194400,603,3,1,82.184,9.73611,412.138,3.13286,0,0,0,1,604800,0,1,0),(42543,194401,603,3,1,84.2587,-80.5104,411.177,3.14159,0,0,0,1,604800,0,1,0),(42649,194402,603,3,1,-17.0642,11.0451,411.999,3.14159,0,0,0,1,604800,0,1,0),(42867,194914,603,3,1,2277.42,298.693,419.246,3.14159,0,0,0,1,180,255,1,0),(42868,194403,603,3,1,-18.0903,-81.3229,411.683,3.13286,0,0,0,1,604800,0,1,0),(42879,194915,603,3,1,2309.04,288.706,372.476,0,0,0,0,1,180,255,1,0),(42916,194404,603,3,1,-114.233,-34.4514,412.352,3.14159,0,0,0,1,604800,0,1,0),(264,194715,603,3,17,1632.05,-307.654,417.321,0,0,0,0.0000000874228,1,604800,255,0,0),(42918,194405,603,3,1,-144.424,-285.087,371.808,1.57952,0,0,0,1,604800,0,1,0),(42919,194406,603,3,1,-199.698,192.858,435.487,-1.54462,0,0,0,1,604800,0,1,0),(42958,194407,603,3,1,-227.686,33.2101,411.343,3.12407,0,0,0,1,604800,0,1,0),(42960,194663,603,3,1,-222.486,-298.472,427.832,3.14159,0,0,0,1,180,255,1,0),(43112,194408,603,3,1,-222.29,-100.594,411.953,-3.13286,0,0,0,1,604800,0,1,0),(43113,194664,603,3,1,-77.0548,92.1175,488.701,3.13286,0,0,0,1,180,255,1,0),(43114,194665,603,3,1,84.7566,-392.88,478.345,-3.09792,0,0,0,1,180,255,1,0),(43115,194409,603,3,1,-311.762,-32.3976,412.407,3.14159,0,0,0,1,604800,0,1,0),(44883,194666,603,3,1,337.669,319.174,471.7,3.14159,0,0,0,1,180,255,1,0),(44885,194410,603,3,1,-305.719,-286.347,372.136,1.57952,0,0,0,1,604800,0,1,0),(45021,194411,603,3,1,-385.627,44.967,411.797,3.12412,0,0,0,1,604800,0,1,0),(45090,194412,603,3,1,-384.313,-99.533,412.075,-3.13286,0,0,0,1,604800,0,1,0),(45094,194413,603,3,1,-482.273,46.1858,412.707,3.14159,0,0,0,1,604800,0,1,0),(45096,194414,603,3,1,-481.045,-29.4479,412.674,3.13286,0,0,0,1,604800,0,1,0),(45097,194415,603,3,1,-483.257,-98.3038,412.477,3.14159,0,0,0,1,604800,0,1,0),(45116,194416,603,3,1,148.176,-36.497,409.804,3.14159,0,0,0,1,180,255,0,0),(268560,194438,603,3,1,2306.99,2589.35,424.382,4.71676,0,0,0.705559,-0.708651,300,0,1,0),(45175,194441,603,3,1,1999.71,-166.259,432.823,0,0,0,0,1,180,255,1,0),(45209,194442,603,3,1,1999.16,-297.793,431.961,0,0,0,0,1,180,255,0,0),(45225,194704,603,3,1,279.946,-153.333,489.479,0.008724,0,0,0,1,180,255,1,0),(45229,194705,603,3,1,241.444,90.1978,504.14,3.11539,0,0,0,1,180,255,1,0),(45230,194706,603,3,1,340.429,93.0752,504.134,3.14159,0,0,0,1,180,255,1,0),(45500,194707,603,3,1,383.947,-141.466,490.091,1.09956,0,0,0,1,180,255,1,0),(262,194910,603,3,17,1632.05,-266.15,438.561,0,0,0,0.0000000874228,1,604800,255,0,0),(256,194911,603,3,17,1632.02,-182.921,408.422,3.14159,0,0,0.0000000874228,1,604800,255,1,0),(48905,195682,603,3,1,-815.071,-201.373,429.842,0,0,0,0,1,180,255,1,0),(50363,194484,603,3,1,-805.097,-78.2313,605.22,-2.65289,0,0,0,1,180,255,1,0),(54961,194235,603,3,1,-926.495,-149.456,489.591,-0.008724,0,0,1,0,180,255,1,0),(54971,194236,603,3,1,-926.495,-145.254,489.591,-0.008724,0,0,1,0,180,255,1,0),(54995,194750,603,3,1,1854.86,31.5341,342.113,0,0,0,0,1,180,255,1,0),(55002,194506,603,3,1,36.566,194.347,432.895,-1.59698,0,0,0,1,604800,0,1,0),(252,194767,603,3,17,1632.02,-182.921,427.668,0,0,0,0.0000000874228,1,604800,255,1,0),(55043,194255,603,3,1,1903.96,252.687,418.044,0,0,0,0,1,180,255,1,0),(55078,194773,603,3,1,1877.86,-24.1376,335.281,1.5708,0,0,0,1,180,255,0,0),(55106,194261,603,3,1,130.553,-128.063,409.804,2.87979,0,0,0,1,180,255,1,0),(55126,194261,603,3,1,138.516,56.1078,409.804,2.87979,0,0,0,1,180,255,1,0),(55153,194262,603,3,1,131.895,-128.264,409.804,0,0,0,0,1,180,255,1,0),(55193,194262,603,3,1,139.857,55.9064,409.804,0,0,0,0,1,180,255,1,0),(55194,194264,603,3,1,2173.27,-252.867,420.146,0.104719,0,0,0,1,180,255,1,0),(55197,190170,603,3,1,2315.56,-62.0451,425.587,0,0,0,0,1,2700,255,1,0),(55211,190170,603,3,1,2298.91,-39.9097,423.497,0,0,0,0,1,2700,255,1,0),(55215,190170,603,3,1,2444.97,31.25,431.876,0,0,0,0,1,2700,255,1,0),(55216,190170,603,3,1,2247.95,-128.849,432.3,0,0,0,0,1,2700,255,1,0),(55226,190170,603,3,1,2376.15,-36.5122,423.918,0,0,0,0,1,2700,255,1,0),(55231,190170,603,3,1,2188.37,-84.1094,432.584,0,0,0,0,1,2700,255,1,0),(55232,190171,603,3,1,2192.25,-14.3125,424.318,0,0,0,0,1,2700,255,1,0),(55247,190171,603,3,1,2384.18,110.411,437.772,0,0,0,0,1,2700,255,1,0),(55329,190171,603,3,1,2182,-39.9705,423.828,0,0,0,0,1,2700,255,1,0),(55343,190171,603,3,1,2288.06,3.9375,424.991,0,0,0,0,1,2700,255,1,0),(55345,190171,603,3,1,2440.17,69.066,441.15,0,0,0,0,1,2700,255,1,0),(55348,190171,603,3,1,2411.63,19.7378,428.232,0,0,0,0,1,2700,255,1,0),(55420,190171,603,3,1,2317.68,9.02257,428.747,0,0,0,0,1,2700,255,1,0),(55630,190176,603,3,1,2229.01,-57.0226,423.6,0,0,0,0,1,2700,255,1,0),(55692,194553,603,3,1,1740.84,-24.0471,450.278,1.5708,0,0,0,1,180,255,0,0),(55702,194554,603,3,1,1671.31,120.698,428.186,1.5708,0,0,0,1,180,255,0,0),(55734,194556,603,3,1,1501.49,119.701,428.697,1.5708,0,0,0,1,180,255,1,0),(55862,194557,603,3,1,2227.69,-413.299,411.988,0,0,0,0,1,180,255,1,0),(55926,194558,603,3,1,2135.08,-417.905,439.998,0,0,0,0,1,180,255,1,0),(55965,194559,603,3,1,2134.98,-216.911,419.093,-1.5708,0,0,0,1,180,255,0,0),(268558,195036,603,3,1,1886.94,55.3576,342.37,0,0,0,0,1,86400,255,1,0),(268565,194565,603,2,1,600,-136,391.5,4.7,0,0,0,1,600,255,1,0),(268564,194565,603,2,1,581,-134.7,391.5,4.7,0,0,0,1,600,255,1,0),(56100,194569,603,3,1,2518.16,2569.03,412.299,0,0,0,0,1,180,255,0,0),(56107,194912,603,3,1,2338.32,2565.08,419.246,0,0,0,0,1,180,255,1,0),(56125,194913,603,3,1,2306.4,2571.85,372.476,0,0,0,0,1,180,255,1,0),(56130,194739,603,3,1,2790.28,2569.54,368.89,3.14159,0,0,0,1,180,255,1,0),(56244,194740,603,3,1,2759.41,2594.22,364.314,-2.09439,0,0,0,1,180,255,1,0),(56245,194741,603,3,1,2704.1,2569.34,364.314,0,0,0,0,1,180,255,1,0),(56295,194742,603,3,1,2715.5,2569.34,364.314,0,0,0,0,1,180,255,1,0),(56296,194743,603,3,1,2726.91,2569.34,364.314,0,0,0,0,1,180,255,1,0),(56301,194744,603,3,1,2753.71,2584.34,364.314,-2.09439,0,0,0,1,180,255,1,0),(56312,194745,603,3,1,2765.33,2534.48,364.314,2.09439,0,0,0,1,180,255,1,0),(56351,194746,603,3,1,2765.11,2604.1,364.314,-2.09439,0,0,0,1,180,255,1,0),(56359,194747,603,3,1,2753.92,2554.24,364.314,2.09439,0,0,0,1,180,255,1,0),(56372,194748,603,3,1,2759.62,2544.36,364.314,2.09439,0,0,0,1,180,255,1,0),(56411,194749,603,3,1,2744.56,2569.35,363.74,3.14159,0,0,0,1,180,255,0,0),(56422,194774,603,3,1,2777.51,2626.16,364.25,-2.09439,0,0,0,1,180,255,0,0),(56424,194775,603,3,1,2776.66,2512.09,364.25,2.09439,0,0,0,1,180,255,0,0),(56426,194776,603,3,1,2677.9,2569.83,364.25,0,0,0,0,1,180,255,0,0),(56429,185119,532,1,1,-11059.3,-1903.08,221.07,5.37878,0,0,0.436949,-0.899486,-86400,255,1,0),(56439,183552,532,1,1,-10948.3,-1999.28,93.8216,2.13963,0,0,0.900698,0.434445,604800,255,1,0),(56454,183553,532,1,1,-10950.8,-2018.55,93.8216,-2.08531,0,0,0.900698,0.434445,604800,255,1,0),(150018,184206,530,1,1,818.37,6946.88,-80.6298,4.7595,0,0,0,0,1,100,0,0),(150019,184207,530,1,1,818.37,6946.88,-80.6298,4.7595,0,0,0,0,1,100,0,0),(150020,184201,545,1,1,-23.7936,4.42258,-2.84397,0,0,0,0,0,1,100,0,0),(150021,184202,545,2,1,-23.7936,4.42258,-2.84397,0,0,0,0,0,1,100,0,0),(150022,184198,530,1,1,737.96,7014.63,-72.3248,3.2923,0,0,0,0,1,100,0,0),(150023,184197,530,1,1,737.96,7014.63,-72.3248,3.2923,0,0,0,0,1,100,0,0),(150024,184211,547,1,1,119.609,-137.113,-0.704,1.4757,0,0,0,0,1,100,0,0),(150025,184210,547,2,1,119.609,-137.113,-0.704,1.4757,0,0,0,0,1,100,0,0),(150026,184188,530,1,1,-3649.83,4943.11,-101.048,0,0,0,0,0,1,100,0,0),(150027,184187,530,1,1,-3649.83,4943.11,-101.048,0,0,0,0,0,1,100,0,0),(150028,184196,555,1,1,7.309,-0.098,-1.128,3.1588,0,0,0,0,1,100,0,0),(150029,184195,555,2,1,7.309,-0.098,-1.128,3.1588,0,0,0,0,1,100,0,0),(150030,184181,530,1,1,-3073.89,4943.17,-101.047,3.1643,0,0,0,0,1,100,0,0),(150031,184182,530,1,1,-3073.89,4943.17,-101.047,3.1643,0,0,0,0,1,100,0,0),(150032,184194,557,1,1,6.657,1.041,-2.005,0,0,0,0,0,1,100,0,0),(150033,184193,557,2,1,6.657,1.041,-2.005,0,0,0,0,0,1,100,0,0),(150034,184190,530,1,1,-3361.93,4655.23,-102.056,-1.5708,0,0,0,0,1,100,0,0),(150035,184189,530,1,1,-3361.93,4655.23,-102.056,-1.5708,0,0,0,0,1,100,0,0),(150036,184190,556,1,1,-7.825,-0.204,0.0062,0.03534,0,0,0,0,1,100,0,0),(150037,184189,556,2,1,-7.825,-0.204,0.0062,0.03534,0,0,0,0,1,100,0,0),(150038,184183,530,1,1,-3362.01,5230.92,-101.049,4.7378,0,0,0,0,1,100,0,0),(150039,184184,530,1,1,-3362.01,5230.92,-101.049,4.7378,0,0,0,0,1,100,0,0),(150040,184183,558,1,1,-28.117,-0.0599,-0.1206,0.03534,0,0,0,0,1,100,0,0),(150041,184184,558,2,1,-28.117,-0.0599,-0.1206,0.03534,0,0,0,0,1,100,0,0),(150042,184221,530,1,1,3415.27,1481.96,182.74,2.4958,0,0,0,0,1,100,0,0),(150043,184222,530,1,1,3415.27,1481.96,182.74,2.4958,0,0,0,0,1,100,0,0),(150044,184215,553,1,1,47.5461,-35.5614,1.41111,2.35619,0,0,0,0,1,100,0,0),(150045,184216,553,2,1,47.5461,-35.5614,1.41111,2.35619,0,0,0,0,1,100,0,0),(150046,184220,530,1,1,3312.93,1329.56,505.56,1.9855,0,0,0,0,1,100,0,0),(150047,184219,530,1,1,3312.93,1329.56,505.56,1.9855,0,0,0,0,1,100,0,0),(150048,184213,552,1,1,-3.77762,0.178076,-1.55146,3.14159,0,0,0,0,1,100,0,0),(150049,184214,552,2,1,-3.77762,0.178076,-1.55146,3.14159,0,0,0,0,1,100,0,0),(150050,184225,530,1,1,2862.44,1546.04,250.16,0.7202,0,0,0,0,1,100,0,0),(150051,184226,530,1,1,2862.44,1546.04,250.16,0.7202,0,0,0,0,1,100,0,0),(150052,184227,554,1,1,-38.3715,0.2876,-1.8128,6.2643,0,0,0,0,1,100,0,0),(150053,184228,554,2,1,-38.3715,0.2876,-1.8128,6.2643,0,0,0,0,1,100,0,0),(150054,186613,571,1,1,1860.18,-6181.96,24.4833,5.32578,0,0,0.460629,-0.887593,25,0,1,0),(150055,186585,571,1,1,2321.67,-5987.85,1.99588,4.28904,0,0,0.839884,-0.542765,25,0,1,0),(150056,187706,571,1,1,2793.27,7018.88,5.02251,0.534826,0,0,0.264237,0.964458,25,0,1,0),(150057,187681,571,1,1,4523,5674.22,81.6489,0.104286,0,0,0.0521193,0.998641,25,0,1,0),(150058,187904,571,1,1,2879.54,5571.47,56.3434,5.37188,0,0,0.44005,-0.897973,25,0,1,0),(150059,187382,571,1,1,-15.7986,-4883.46,296.012,0.0908671,0,0,0.0454179,0.998968,25,0,1,0),(150060,187382,571,1,1,15.0715,-4974.66,302.66,4.67839,0,0,0.719026,-0.694983,25,0,1,0),(150061,187382,571,1,1,-82.2267,-5009.46,307.105,4.61163,0,0,0.741819,-0.6706,25,0,1,0),(150062,187382,571,1,1,-111.803,-5142.49,323.982,5.86041,0,0,0.209818,-0.97774,25,0,1,0),(99711,186599,571,1,1,2968.91,-4562.97,273.824,0.241747,0,0,0.120579,0.992704,25,0,1,0),(67984,7510,1,1,1,9503.46,720.08,1255.94,5.68628,0,0,0.999075,-0.0430092,-600,100,1,0),(42936,7510,1,1,1,9502.75,718.022,1255.94,5.99887,0,0,0.999075,-0.0430092,-600,100,1,0),(21192,190194,571,1,2,1407.31,5973.61,5.99277,4.64827,0,0,0,1,300,100,1,0),(21193,190194,571,1,2,1373.13,5810.28,6.08484,0.238265,0,0,0,1,300,100,1,0),(21194,190194,571,1,2,1305.14,5671.01,12.184,0.666298,0,0,0,1,300,100,1,0),(21195,188422,571,1,1,2452.56,1721.64,59.9526,1.94594,0,0,0,0,600,100,1,0),(21196,188164,571,1,1,3091.62,4835.64,1.77486,4.63695,0,0,0,1,300,100,1,0),(21197,188164,571,1,1,3091.62,4835.64,1.77486,4.63695,0,0,0,1,300,100,1,0),(21198,188164,571,1,1,2850.95,4360.08,2.86494,3.0123,0,0,0,1,300,100,1,0),(21199,188164,571,1,1,2861.54,4319.45,1.57662,2.80809,0,0,0,1,300,100,1,0),(21200,188164,571,1,1,2904.35,4343.52,3.8419,5.66694,0,0,0,1,300,100,1,0),(21201,188164,571,1,1,2916.97,4348.23,3.43156,2.4311,0,0,0,1,300,100,1,0),(5544,188463,571,1,1,4045.56,2193.37,152.017,4.72984,0,0,0,1,120,255,1,0),(56821,195274,571,1,1,10333.4,745.153,73.5497,-0.383971,0,0,0,1,180,255,1,0),(56820,195274,571,1,1,10239.4,734.365,70.1501,-1.71042,0,0,0,1,180,255,1,0),(56818,195274,571,1,1,10095.8,890.672,21.7067,-0.541051,0,0,0,1,180,255,1,0),(56817,201368,571,1,1,10186.5,1181.68,78.6198,0,0,0,0,1,180,255,1,0),(56813,201367,571,1,3,10186.5,1181.68,78.6198,0,0,0,0,1,180,255,1,0),(56811,181650,571,1,1,9572.14,1094.54,9.22515,0,0,0,0,1,180,255,1,0),(56810,181650,571,1,1,9544.07,1080.18,24.4488,0,0,0,0,1,180,255,1,0),(56809,181650,571,1,1,9592.04,1107.02,9.43093,0,0,0,0,1,180,255,1,0),(56808,181650,571,1,1,9609.08,1114.53,13.5869,0,0,0,0,1,180,255,1,0),(56807,195429,571,1,1,9129.04,1198.27,5.8582,-0.872664,0,0,0,1,180,255,1,0),(56803,195429,571,1,1,9068.35,840.512,5.69999,-2.426,0,0,0,1,180,255,1,0),(56802,195353,571,1,1,9015.02,783.076,3.95853,0.418879,0,0,0,1,180,255,1,0),(56801,195353,571,1,1,9034.4,806.682,5.29403,1.64061,0,0,0,1,180,255,1,0),(56799,195353,571,1,1,9006.1,771.031,4.05025,-0.034906,0,0,0,1,180,255,1,0),(56797,195353,571,1,1,9038.55,810.547,5.71589,1.74533,0,0,0,1,180,255,1,0),(56795,195353,571,1,1,9010.71,787.276,3.95831,0.314158,0,0,0,1,180,255,1,0),(56792,195353,571,1,1,8998.93,778.608,4.04445,-0.314158,0,0,0,1,180,255,1,0),(56791,195352,571,1,1,9080.25,1259.28,4.05121,0.855211,0,0,0,1,180,255,1,0),(56771,195352,571,1,1,9097.83,1234.53,5.36842,-2.28638,0,0,0,1,180,255,1,0),(56770,195352,571,1,1,9072.48,1271.51,4.13473,0.90757,0,0,0,1,180,255,1,0),(56769,195352,571,1,1,9075.72,1255.47,4.04853,0.366518,0,0,0,1,180,255,1,0),(56768,195352,571,1,1,9101.6,1229.93,5.80863,-2.25147,0,0,0,1,180,255,1,0),(56767,195352,571,1,1,9064.19,1265.2,4.15015,0,0,0,0,1,180,255,1,0),(99710,187458,571,1,1,3278.64,6595.59,-2.07842,0.697724,0,0,0.341829,0.939762,25,0,1,0),(99709,187458,571,1,1,3797.1,6042.27,-134.122,5.48696,0,0,0.38768,-0.921794,25,0,1,0),(99708,187458,571,1,1,4135.21,6260.55,28.8831,2.49025,0,0,0.947436,0.319946,25,0,1,0),(56766,191842,571,1,1,6509.58,-1752.04,491.032,5.26222,0,0,0.488596,-0.87251,25,0,1,0),(150001,191230,571,1,1,5731.27,1014.83,174.48,0.922466,0,0,0.445053,0.895504,25,0,1,0),(56826,195274,571,1,1,10399.8,746.701,64.8885,-0.383971,0,0,0,1,180,255,1,0),(56829,195274,571,1,1,10419.1,761.528,64.5664,0.59341,0,0,0,1,180,255,1,0),(56860,195274,571,1,1,10311.6,819.424,71.6925,0.59341,0,0,0,1,180,255,1,0),(56888,195274,571,1,1,10138.3,829.047,29.1252,0.59341,0,0,0,1,180,255,1,0),(56891,195274,571,1,1,10155.8,784.715,67.5554,-0.383971,0,0,0,1,180,255,1,0),(56901,195274,571,1,1,10156.1,783.432,67.5324,1.69297,0,0,0,1,180,255,1,0),(56913,195274,571,1,1,10138,829.528,29.0983,3.07177,0,0,0,1,180,255,1,0),(56940,195274,571,1,1,10359.6,830.175,85.9742,-0.383971,0,0,0,1,180,255,1,0),(56957,195274,571,1,1,10307.3,725.625,72.336,-0.383971,0,0,0,1,180,255,1,0),(56963,195274,571,1,1,10248.6,794.156,71.8498,0.59341,0,0,0,1,180,255,1,0),(56974,195274,571,1,1,10334.4,745.965,73.5953,-0.383971,0,0,0,1,180,255,1,0),(56976,195274,571,1,1,10308,726.536,72.4155,2.94959,0,0,0,1,180,255,1,0),(56994,195274,571,1,1,10332.4,746.691,73.6322,1.37881,0,0,0,1,180,255,1,0),(57029,195274,571,1,1,10234.6,760.764,71.4189,0.59341,0,0,0,1,180,255,1,0),(57077,195274,571,1,1,10322.4,758.427,74.0848,-0.383971,0,0,0,1,180,255,1,0),(57078,195274,571,1,1,10398.7,746.193,65.1335,1.98967,0,0,0,1,180,255,1,0),(57091,195274,571,1,1,10131,824.846,27.5747,0.59341,0,0,0,1,180,255,1,0),(57135,195274,571,1,1,10348.7,721.101,73.4049,-0.383971,0,0,0,1,180,255,1,0),(57143,195274,571,1,1,10275.6,806.83,74.4921,0.59341,0,0,0,1,180,255,1,0),(57149,195274,571,1,1,10180.4,740.064,66.5257,0.59341,0,0,0,1,180,255,1,0),(57165,195274,571,1,1,10401.7,943.908,124.51,2.37364,0,0,0,1,180,255,1,0),(57211,195274,571,1,1,10406,935.351,124.784,0.59341,0,0,0,1,180,255,1,0),(57250,195274,571,1,1,10406.7,936.682,124.907,0.59341,0,0,0,1,180,255,1,0),(57351,195274,571,1,1,10399.3,936.005,124.558,1.309,0,0,0,1,180,255,1,0),(57352,195274,571,1,1,10193.2,1188.21,75.7328,3.07177,0,0,0,1,180,255,1,0),(57437,195274,571,1,1,10123.6,1196.09,80.1269,-2.56563,0,0,0,1,180,255,1,0),(57438,195274,571,1,1,10406.4,936.076,124.859,-3.00195,0,0,0,1,180,255,1,0),(57488,195274,571,1,1,10400.6,943.663,124.522,0.59341,0,0,0,1,180,255,1,0),(57489,195274,571,1,1,10194.4,1188.27,75.6314,-2.05949,0,0,0,1,180,255,1,0),(57513,195274,571,1,1,10124.5,1195.72,80.1244,0.59341,0,0,0,1,180,255,1,0),(57514,195274,571,1,1,10195.7,1188.24,75.604,0.59341,0,0,0,1,180,255,1,0),(57530,195274,571,1,1,10239.5,733.319,70.2123,0.59341,0,0,0,1,180,255,1,0),(57538,195274,571,1,1,10270.4,737.559,72.7147,0.59341,0,0,0,1,180,255,1,0),(57566,195274,571,1,1,10137.3,839.734,30.0839,0.59341,0,0,0,1,180,255,1,0),(57575,195274,571,1,1,10138,871.865,33.6588,1.55334,0,0,0,1,180,255,1,0),(57581,195274,571,1,1,10137.2,830.099,29.1164,-0.191985,0,0,0,1,180,255,1,0),(57583,195274,571,1,1,10135,890.696,34.9489,1.55334,0,0,0,1,180,255,1,0),(57605,195274,571,1,1,10270.7,738.67,72.6683,-2.33874,0,0,0,1,180,255,1,0),(57618,195274,571,1,1,10047.5,1226.81,68.692,1.41372,0,0,0,1,180,255,1,0),(57625,195274,571,1,1,10273.5,746.826,72.4371,0.59341,0,0,0,1,180,255,1,0),(57626,195274,571,1,1,10138,872.564,33.5521,0.59341,0,0,0,1,180,255,1,0),(57629,195274,571,1,1,10289.2,740.599,73.7524,0.59341,0,0,0,1,180,255,1,0),(57637,195274,571,1,1,10043.1,945.83,2.91983,0.59341,0,0,0,1,180,255,1,0),(57699,195274,571,1,1,10032.5,922.701,3.38084,-2.56563,0,0,0,1,180,255,1,0),(57734,195274,571,1,1,10044.4,946.21,4.64017,0.59341,0,0,0,1,180,255,1,0),(57753,195274,571,1,1,10110.6,1222.16,80.9198,-1.37881,0,0,0,1,180,255,1,0),(57769,195274,571,1,1,10110,1222.65,80.9198,0.767944,0,0,0,1,180,255,1,0),(57780,195274,571,1,1,10113.3,1219.84,78.9333,1.51844,0,0,0,1,180,255,1,0),(57793,195274,571,1,1,10109.7,1221.94,80.9198,-3.01941,0,0,0,1,180,255,1,0),(57801,195274,571,1,1,10101.3,1193.32,79.549,0.59341,0,0,0,1,180,255,1,0),(57848,195274,571,1,1,10277.4,745.474,72.6017,-0.890117,0,0,0,1,180,255,1,0),(57858,195274,571,1,1,9949.57,1091.61,25.2795,-0.209439,0,0,0,1,180,255,1,0),(57867,195274,571,1,1,9945.98,1200.59,52.6196,0.59341,0,0,0,1,180,255,1,0),(57870,195274,571,1,1,10103.1,1190.67,79.9375,2.94959,0,0,0,1,180,255,1,0),(57890,195274,571,1,1,10044.6,945.556,4.64018,-2.84488,0,0,0,1,180,255,1,0),(57912,195571,571,1,1,10135.8,837.547,29.3272,-2.31256,0,0,0,1,180,255,1,0),(57958,195572,571,1,1,10261.2,745.514,71.6793,-2.69759,0,0,0,1,180,255,1,0),(57967,195573,571,1,1,10403.5,938.571,123.935,-1.44012,0,0,0,1,180,255,1,0),(57976,195574,571,1,1,10123.7,1191.9,80.2511,0.505081,0,0,0,1,180,255,1,0),(58002,195318,571,1,1,10186.6,1181.64,75.826,0,0,0,0,1,180,255,1,0),(58014,195319,571,1,1,10382.6,966.165,122.574,-0.90757,0,0,0,1,180,255,1,0),(58031,195319,571,1,1,10375.7,926.488,123.416,0.366518,0,0,0,1,180,255,1,0),(58052,195319,571,1,1,10137.2,1194.89,79.426,2.67035,0,0,0,1,180,255,1,0),(58066,195319,571,1,1,10425.2,960.189,123.581,-2.32129,0,0,0,1,180,255,1,0),(58067,195319,571,1,1,10427.5,919.79,126.149,2.63544,0,0,0,1,180,255,1,0),(58068,195319,571,1,1,10146.3,1216.84,78.7469,2.68781,0,0,0,1,180,255,1,0),(58069,195319,571,1,1,10191.7,1179.32,75.5383,2.77507,0,0,0,1,180,255,1,0),(59406,194489,571,1,1,8551.05,719.875,547.293,2.61887,0,0,0,1,180,255,1,0),(59448,194490,571,1,1,8472.8,702.521,547.464,0.143617,0,0,0,1,180,255,1,0),(59451,194492,571,1,1,8592.53,693.717,547.292,2.38237,0,0,0,1,180,255,1,0),(59452,194523,571,1,1,8486.03,695.998,547.239,1.23046,0,0,0,1,180,255,1,0),(59546,194524,571,1,1,8464.63,715.943,547.221,-2.30383,0,0,0,1,180,255,1,0),(59561,194525,571,1,1,8480.95,680.797,547.304,2.80997,0,0,0,1,180,255,1,0),(59593,194526,571,1,1,8645.21,684.177,547.492,2.2951,0,0,0,1,180,255,1,0),(59610,194527,571,1,1,8558.96,863.134,547.533,2.12057,0,0,0,1,180,255,1,0),(59619,194528,571,1,1,8554.69,909.194,547.569,1.06465,0,0,0,1,180,255,1,0),(59626,194529,571,1,1,8554.8,956.979,547.391,1.52716,0,0,0,1,180,255,1,0),(59737,194530,571,1,1,8613.62,960.521,547.53,2.17294,0,0,0,1,180,255,1,0),(59741,194531,571,1,1,8636.18,889.821,545.133,2.04203,0,0,0,1,180,255,1,0),(59746,194788,571,1,1,8452.82,683.806,547.283,-2.47837,0,0,0,1,180,255,1,0),(59752,194532,571,1,1,8490.76,965.96,547.293,2.35619,0,0,0,1,180,255,1,0),(59758,194533,571,1,1,8405.68,847.219,547.272,0.253072,0,0,0,1,180,255,1,0),(59770,195302,571,1,1,8468.72,1075.67,554.534,-1.0472,0,0,0,1,180,255,1,0),(59788,195302,571,1,1,8472.45,1077.99,554.549,-1.09956,0,0,0,1,180,255,1,0),(59789,192263,571,1,1,8252.32,2021.71,550.971,-0.826266,0,0,0,1,180,255,1,0),(76741,195346,571,1,1,7890.98,2435.66,407.698,0,0,0,0,1,120,255,1,0),(76740,195344,571,1,1,7890.98,2435.66,407.698,0,0,0,0,1,120,255,1,0),(76739,195346,571,1,1,7888.03,2486.69,412.185,0,0,0,0,1,120,255,1,0),(76738,195344,571,1,1,7888.03,2486.69,412.185,0,0,0,0,1,120,255,1,0),(76737,195346,571,1,1,7845.07,2444.61,400.599,0,0,0,0,1,120,255,1,0),(76736,195344,571,1,1,7845.07,2444.61,400.599,0,0,0,0,1,120,255,1,0),(76735,195346,571,1,1,7796.59,2463.79,393.289,0,0,0,0,1,120,255,1,0),(76734,195344,571,1,1,7796.59,2463.79,393.289,0,0,0,0,1,120,255,1,0),(76733,195346,571,1,1,7830.25,2497.81,402.537,0,0,0,0,1,120,255,1,0),(76732,195344,571,1,1,7830.25,2497.81,402.537,0,0,0,0,1,120,255,1,0),(268870,193772,571,1,1,5923.99,570.509,661.087,5.89636,0,0,0.192208,-0.981354,300,0,1,0),(150394,194291,571,1,1,8432,702.216,547.315,0.900956,0,0,0,0,300,0,1,0),(60087,187690,571,1,1,4022.26,3604.13,104.033,-0.436332,0,0,0,1,180,255,1,0),(60109,187690,571,1,1,4125.65,3637.9,91.7764,-0.994837,0,0,0,1,180,255,1,0),(60124,187690,571,1,1,3746.69,3519.83,69.3417,-1.95477,0,0,0,1,180,255,1,0),(60142,187186,571,1,1,2526.18,5958.67,103.654,-1.86776,0,0,0,1,180,255,1,0),(60164,187189,571,1,1,2782.38,5848.53,60.9153,-2.1771,0,0,0,1,180,255,1,0),(60165,194115,571,1,1,5810.33,674.7,658.029,1.72787,0,0,0,1,180,255,1,0),(60169,190280,571,1,1,2895.01,1198.51,139.109,2.57436,0,0,0,1,180,255,1,0),(60172,191826,571,1,1,6996.4,1210.72,415.064,-1.86522,0,0,0.999962,-0.008727,180,255,1,0),(60196,195427,571,1,1,5674.43,807.681,653.699,-1.71042,0,0,0,1,180,255,1,0),(60320,194147,571,1,1,5763.82,726.929,618.585,0.087266,0,0,0,1,180,255,1,0),(60357,195428,571,1,1,5914.11,554.653,660.493,0.994837,0,0,0,1,180,255,1,0),(60410,188010,571,1,1,3092.16,5693.17,51.4699,-0.757638,0,0,0,1,180,255,1,0),(60429,188014,571,1,1,3168.34,5752.12,51.5536,-0.817182,0,0,0,1,180,255,1,0),(60467,187250,571,1,1,2717.44,5857.09,95.5137,-2.63515,0,0,0,1,180,255,1,0),(60484,195186,571,1,1,8454.07,458.217,596.072,1.58825,0,0,0,1,180,255,1,0),(60488,194677,571,1,1,2317.5,5189.1,12.5012,1.18682,0,0,0.981627,0.190809,180,255,1,0),(60497,194680,571,1,1,2834.12,6191.71,84.765,-2.39983,0,0,0.932008,-0.362438,180,255,1,0),(60499,194937,571,1,1,5882.04,487.217,655.569,0.820303,0,0,-0.333807,0.942641,180,255,1,0),(60500,194681,571,1,1,2825.26,6182.99,84.765,-1.35263,0,0,0.932008,-0.362438,180,255,1,0),(60507,194938,571,1,1,5907.7,462.131,655.735,-1.30368,0,0,-0.333807,0.942641,180,255,1,0),(60515,194682,571,1,1,2833.23,6174.26,84.765,0.305431,0,0,0.932008,-0.362438,180,255,1,0),(60543,194939,571,1,1,5911.43,453.486,641.632,-0.090682,0,0,-0.333807,0.942641,180,255,1,0),(60552,194683,571,1,1,2842.63,6182.37,84.765,-0.479964,0,0,0.932008,-0.362438,180,255,1,0),(60561,189308,571,1,1,2901.12,1488.47,156.774,2.73144,0,0,0,1,180,255,1,0),(60574,194940,571,1,1,5862,496.405,641.527,1.73971,0,0,-0.333807,0.942641,180,255,1,0),(60588,194684,571,1,1,2847.72,6187.82,104.926,-0.479964,0,0,0.932008,-0.362438,180,255,1,0),(60600,194941,571,1,1,5864.28,484.235,641.527,1.78004,0,0,-0.333807,0.942641,180,255,1,0),(60612,194685,571,1,1,2840.36,6196.11,104.926,-0.479964,0,0,0.932008,-0.362438,180,255,1,0),(60622,194942,571,1,1,5903.59,487.845,655.742,0.188571,0,0,-0.333807,0.942641,180,255,1,0),(60636,194686,571,1,1,2816.81,6227.78,104.926,-0.479964,0,0,0.932008,-0.362438,180,255,1,0),(60672,194943,571,1,1,5891.9,515.692,641.662,-0.680677,0,0,-0.333807,0.942641,180,255,1,0),(60704,194687,571,1,1,2799.34,6196.21,105.096,-0.479964,0,0,0.932008,-0.362438,180,255,1,0),(60759,194944,571,1,1,5881.58,503.703,641.662,-0.680677,0,0,-0.333807,0.942641,180,255,1,0),(60799,194688,571,1,1,2844.38,6147.65,105.096,-0.479964,0,0,0.932008,-0.362438,180,255,1,0),(60808,194945,571,1,1,5897.02,506.895,641.662,-0.680677,0,0,-0.333807,0.942641,180,255,1,0),(60810,194689,571,1,1,2877.13,6161.96,104.919,-0.479964,0,0,0.932008,-0.362438,180,255,1,0),(60813,194946,571,1,1,5887.59,465.678,655.569,0.820303,0,0,-0.333807,0.942641,180,255,1,0),(60815,194690,571,1,1,2770.79,6124.51,97.688,-2.39983,0,0,0.932008,-0.362438,180,255,1,0),(60816,194691,571,1,1,2767.19,6131.29,208.182,-2.39983,0,0,0.932008,-0.362438,180,255,1,0),(60818,194692,571,1,1,2749.99,6116.36,208.687,-2.39983,0,0,0.932008,-0.362438,180,255,1,0),(60823,195460,571,1,1,8454.16,460.946,596.072,0,0,0,0,1,180,255,1,0),(60824,194693,571,1,1,2787.14,6148.54,208.224,-2.39983,0,0,0.932008,-0.362438,180,255,1,0),(60825,194694,571,1,1,2797.53,6137.2,208.224,-2.39983,0,0,0.932008,-0.362438,180,255,1,0),(60862,194695,571,1,1,2778.46,6119,208.182,-2.39983,0,0,0.932008,-0.362438,180,255,1,0),(60869,194696,571,1,1,2762.06,6103.55,208.687,-2.39983,0,0,0.932008,-0.362438,180,255,1,0),(60951,194953,571,1,1,2114.56,5315.52,33.9888,1.77151,0,0,-0.160743,0.986996,180,255,1,0),(60965,194954,571,1,1,2109.28,5299.8,33.9888,0.794123,0,0,-0.160743,0.986996,180,255,1,0),(61057,191630,571,1,1,6524.86,2978.39,650.877,-2.98574,0,0,0.976296,-0.21644,180,255,1,0),(221001,193997,571,1,15,7558.2,-3285.41,879.134,2.63544,0,0,0.968147,0.250383,3600,100,1,0),(61126,193945,571,1,1,8182.36,2130.85,499.737,-1.58825,0,0,0,1,180,255,1,0),(61142,193946,571,1,1,8216.51,2120.83,499.737,1.53589,0,0,0,1,180,255,1,0),(61165,192159,571,1,1,2918.35,1508.78,155.478,2.8536,0,0,0,1,180,255,1,0),(61224,192160,571,1,1,2905.34,1462.21,155.478,2.80997,0,0,0,1,180,255,1,0),(61232,194213,571,1,1,6309.96,880.653,149.009,0,0,0,0,1,180,255,1,0),(61241,194213,571,1,1,6405.94,890.353,211.14,0,0,0,0,1,180,255,1,0),(61277,194213,571,1,1,6342.34,860.7,150.862,0,0,0,0,1,180,255,1,0),(61278,194213,571,1,1,6373.17,936.819,203.722,0,0,0,0,1,180,255,1,0),(61279,194213,571,1,1,6369.14,857.544,162.894,0,0,0,0,1,180,255,1,0),(61317,194213,571,1,1,6376.49,911.409,170.493,0,0,0,0,1,180,255,1,0),(61319,194213,571,1,1,6397.84,942.017,235.883,0,0,0,0,1,180,255,1,0),(61323,194213,571,1,1,6316.25,944.254,148.615,0,0,0,0,1,180,255,1,0),(61325,194213,571,1,1,6259.9,996.022,148.676,0,0,0,0,1,180,255,1,0),(61326,194213,571,1,1,6216.97,945.292,150.443,0,0,0,0,1,180,255,1,0),(61345,194213,571,1,1,6283.85,917.289,150.107,0,0,0,0,1,180,255,1,0),(61349,194213,571,1,1,6283.57,974.409,159.569,0,0,0,0,1,180,255,1,0),(61351,191411,571,1,1,8185.43,2423.03,609.699,-0.395745,0,0,0.99999,0.004363,180,255,1,0),(61360,193214,571,1,1,5543.58,926.211,227.884,0.418879,0,0,0,1,180,255,1,0),(61400,195029,571,1,1,2787.95,6155.6,84.3319,-2.39983,0,0,0.932008,-0.362438,180,255,1,0),(61402,195030,571,1,1,2801.65,6140.91,84.3319,-2.39983,0,0,0.932008,-0.362438,180,255,1,0),(61403,195031,571,1,1,2810.39,6146.54,84.5718,-2.39983,0,0,0.932008,-0.362438,180,255,1,0),(61428,195032,571,1,1,2797.03,6164.76,84.6603,-2.39983,0,0,0.932008,-0.362438,180,255,1,0),(61429,195033,571,1,1,3414.88,4138.89,18.102,-0.602138,0,0,-0.296542,0.95502,180,255,1,0),(61461,195034,571,1,1,3400.39,4120.31,18.102,-1.30027,0,0,-0.296542,0.95502,180,255,1,0),(61462,195035,571,1,1,3392.16,4140.76,18.102,-0.427605,0,0,-0.296542,0.95502,180,255,1,0),(61464,192224,571,1,1,5692.96,778.469,647.626,-2.26892,0,0,-0.333807,0.942641,180,255,1,0),(61468,194018,571,1,1,5859.81,855.719,843.721,-1.00535,0,0,-0.333807,0.942641,180,255,1,0),(61475,194020,571,1,1,5754.9,856.822,865.825,2.8382,0,0,-0.333807,0.942641,180,255,1,0),(61485,194021,571,1,1,5769.46,874.475,865.805,0.153178,0,0,-0.333807,0.942641,180,255,1,0),(61496,193772,571,1,1,5686.8,773.175,647.752,1.83259,0,0,0,1,180,255,1,0),(61506,195310,571,1,1,8558.18,1710.99,642.095,-1.72787,0,0,0,1,180,255,1,0),(61591,195310,571,1,1,8520.03,1514.1,642.353,-0.087266,0,0,0,1,180,255,1,0),(61663,195310,571,1,1,8563.05,1491.78,642.469,2.23402,0,0,0,1,180,255,1,0),(61668,195310,571,1,1,8493.34,1419.66,642.645,-0.052359,0,0,0,1,180,255,1,0),(61669,195310,571,1,1,8515.75,1626.26,642.58,0.488691,0,0,0,1,180,255,1,0),(61670,195310,571,1,1,8570.18,1665.36,642.102,2.40855,0,0,0,1,180,255,1,0),(61671,195310,571,1,1,8547.01,1613.31,642.095,-0.226892,0,0,0,1,180,255,1,0),(61672,195310,571,1,1,8574.88,1507.97,642.837,2.65289,0,0,0,1,180,255,1,0),(61673,195310,571,1,1,8458.93,1631.74,671.074,-0.90757,0,0,0,1,180,255,1,0),(61674,195310,571,1,1,8547.07,1382.11,642.179,2.11185,0,0,0,1,180,255,1,0),(61675,195310,571,1,1,8606.23,1604.11,642.769,-3.01941,0,0,0,1,180,255,1,0),(61681,195310,571,1,1,8550.06,1544.07,642.099,-1.53589,0,0,0,1,180,255,1,0),(61682,195310,571,1,1,8545.85,1591.12,642.099,0.331611,0,0,0,1,180,255,1,0),(61683,195310,571,1,1,8569.98,1535.6,642.331,-2.23402,0,0,0,1,180,255,1,0),(61684,195310,571,1,1,8525.64,1569.9,642.613,-0.122173,0,0,0,1,180,255,1,0),(61685,195310,571,1,1,8532.69,1492.4,642.033,1.11701,0,0,0,1,180,255,1,0),(61742,195310,571,1,1,8569.87,1628.74,642.315,-1.37881,0,0,0,1,180,255,1,0),(61772,194544,571,1,1,5261,4541.19,-85.694,0.323903,0,0,0,1,180,255,1,0),(61818,189978,571,1,1,3033.34,466.673,22.5186,-0.628317,0,0,0,1,900,255,1,0),(160174,189979,571,1,1,3099.81,4421.81,27.8759,2.56563,0,0,0,1,900,255,1,0),(160173,189979,571,1,1,3034.25,4541.6,9.2876,-0.68068,0,0,0,1,900,255,1,0),(160172,189979,571,1,1,3027.79,4980.89,12.1247,-1.46608,0,0,0,1,900,255,1,0),(61929,189978,571,1,1,4995.04,303.753,157.933,-1.36136,0,0,0,1,900,255,1,0),(160171,189979,571,1,1,2930.96,5704.17,48.5007,0.61086,0,0,0,1,900,255,1,0),(160044,189978,571,1,1,3456.69,4495.23,-14.5277,1.01229,0,0,0,1,900,255,1,0),(163690,189981,571,1,1,6993.89,681.144,491.214,0.38397,0,0,0,1,600,255,1,0),(161844,189981,571,1,1,6001.92,4160.64,-71.2961,0.83776,0,0,0,1,600,255,1,0),(163279,189980,571,1,1,6824.14,2207.66,654.923,-1.13446,0,0,0,1,600,255,1,0),(163689,189981,571,1,1,6944.92,407.241,513.619,2.49582,0,0,0,1,600,255,1,0),(163278,189980,571,1,1,6818.78,2181.03,660.779,-1.83259,0,0,0,1,600,255,1,0),(163688,189981,571,1,1,6943.63,3630.96,830.104,-1.46608,0,0,0,1,600,255,1,0),(61996,191019,571,1,1,4979.67,5691.98,-80.7125,-2.58308,0,0,0,1,60,255,1,0),(62024,189973,571,1,1,2693.49,5064.27,32.9073,1.6057,0,0,0,1,60,255,1,0),(62042,189973,571,1,1,3479.54,6154.38,69.1323,0.157079,0,0,0,1,60,255,1,0),(62044,189973,571,1,1,3644.73,3965.54,26.6626,2.35619,0,0,0,1,60,255,1,0),(62300,190169,571,1,1,3241.42,5724.64,49.0718,-1.23918,0,0,0,1,60,255,1,0),(62303,190169,571,1,1,3054.06,5535.73,49.7034,0.383971,0,0,0,1,60,255,1,0),(62343,190169,571,1,1,3148.57,5708.36,49.0874,1.55334,0,0,0,1,60,255,1,0),(62354,190171,571,1,1,6848.37,1224.06,280.403,0.261798,0,0,0,1,60,255,1,0),(62603,190171,571,1,1,7436.78,2793.46,410.267,-2.1293,0,0,0,1,60,255,1,0),(62901,190171,571,1,1,6975.51,2811.87,416.915,-2.51327,0,0,0,1,60,255,1,0),(62949,190172,571,1,1,6938.65,1210.18,292.971,2.65289,0,0,0,1,60,255,1,0),(63065,190172,571,1,1,7097.15,1161.4,304.021,-1.06465,0,0,0,1,60,255,1,0),(63081,190172,571,1,1,6794.31,1039.99,294.38,2.14675,0,0,0,1,60,255,1,0),(62049,190172,571,1,1,6731.34,2962.83,494.714,0.418879,0,0,0,1,60,255,1,0),(62048,190173,571,1,1,3805.03,2794.72,114.574,1.67551,0,0,0,1,60,255,1,0),(62043,190173,571,1,1,3304.02,2337.95,33.0727,-1.69297,0,0,0,1,60,255,1,0),(62001,190173,571,1,1,2847.27,1147.59,131.952,-2.21656,0,0,0,1,60,255,1,0),(63092,192046,571,1,1,2618.56,5881.35,-9.57224,-0.90757,0,0,0,1,3600,255,1,0),(63121,192046,571,1,1,2590.6,5884.42,-9.57224,-2.91469,0,0,0,1,3600,255,1,0),(63124,192046,571,1,1,3019.39,5044.96,28.7006,-0.558504,0,0,0,1,3600,255,1,0),(63125,192046,571,1,1,3242.19,5772.72,48.816,-0.872664,0,0,0,1,3600,255,1,0),(63152,192046,571,1,1,3164.96,5691.93,48.816,0.925024,0,0,0,1,3600,255,1,0),(63153,192046,571,1,1,3095.84,5559.86,48.816,3.12412,0,0,0,1,3600,255,1,0),(63154,192052,571,1,1,3574.42,6185.53,0,-2.93214,0,0,0,1,3600,255,1,0),(63155,192052,571,1,2,1797.75,5775.61,0,-1.8675,0,0,0,1,3600,255,1,0),(63156,192052,571,1,1,1867.58,6093.2,0,-2.23402,0,0,0,1,3600,255,1,0),(63157,192052,571,1,1,4372.4,6152.91,0,2.25147,0,0,0,1,3600,255,1,0),(63158,192052,571,1,1,1992.77,5431.8,0,-0.593412,0,0,0,1,3600,255,1,0),(63159,192057,571,1,1,5950.69,3990.87,-71.7024,-1.43117,0,0,0,1,3600,255,1,0),(63160,192057,571,1,1,5113.41,4956.94,-135.546,-1.78023,0,0,0,1,3600,255,1,0),(160014,189978,571,1,1,2748.9,6927.94,-0.4558,0.64577,0,0,0,1,900,255,1,0),(160013,189978,571,1,1,2650.77,5183.58,8.5151,1.5708,0,0,0,1,900,255,1,0),(160012,189978,571,1,1,2599.54,5932.4,-15.0285,1.51844,0,0,0,1,900,255,1,0),(160011,189978,571,1,1,2522.5,5118.6,11.1408,-1.18682,0,0,0,1,900,255,1,0),(160010,189978,571,1,1,2484.08,5877.07,-24.4687,-3.07177,0,0,0,1,900,255,1,0),(160170,189979,571,1,1,2874.19,5228.35,8.632,-2.9845,0,0,0,1,900,255,1,0),(160169,189979,571,1,1,2840.9,4952.44,8.9537,2.65289,0,0,0,1,900,255,1,0),(160168,189979,571,1,1,2790.09,5263.08,20.6015,-1.44862,0,0,0,1,900,255,1,0),(160167,189979,571,1,1,2770.52,5154.43,30.9665,-2.86233,0,0,0,1,900,255,1,0),(160166,189979,571,1,1,2763.63,5342.76,30.6526,2.84488,0,0,0,1,900,255,1,0),(160165,189979,571,1,1,2761.55,5608.24,45.2715,-0.80285,0,0,0,1,900,255,1,0),(160164,189979,571,1,1,2748.9,6927.94,-0.4558,0.64577,0,0,0,1,900,255,1,0),(160163,189979,571,1,1,2650.77,5183.58,8.5151,1.5708,0,0,0,1,900,255,1,0),(160043,189978,571,1,1,3442.73,4790.61,28.0548,-0.76794,0,0,0,1,900,255,1,0),(160009,189978,571,1,1,2479.39,5862.97,123.909,-2.67035,0,0,0,1,900,255,1,0),(160162,189979,571,1,1,2599.54,5932.4,-15.0285,1.51844,0,0,0,1,900,255,1,0),(160161,189979,571,1,1,2522.5,5118.6,11.1408,-1.18682,0,0,0,1,900,255,1,0),(160042,189978,571,1,1,3432.17,3205.75,28.7276,0.19199,0,0,0,1,900,255,1,0),(160008,189978,571,1,1,2440.97,5670.83,55.708,-1.72787,0,0,0,1,900,255,1,0),(160160,189979,571,1,1,2484.08,5877.07,-24.4687,-3.07177,0,0,0,1,900,255,1,0),(160041,189978,571,1,1,3425.06,6250.55,59.3819,-1.02974,0,0,0,1,900,255,1,0),(160159,189979,571,1,1,2479.39,5862.97,123.909,-2.67035,0,0,0,1,900,255,1,0),(160158,189979,571,1,1,2440.97,5670.83,55.708,-1.72787,0,0,0,1,900,255,1,0),(160157,189979,571,1,1,2420.55,5354.25,1.1916,-2.87979,0,0,0,1,900,255,1,0),(160156,189979,571,1,1,2268.48,6553.98,44.841,2.23402,0,0,0,1,900,255,1,0),(160155,189979,571,1,1,2210.39,6140.07,102.586,-1.43117,0,0,0,1,900,255,1,0),(160154,189979,571,1,1,2207.81,5461.62,1.4179,-2.25147,0,0,0,1,900,255,1,0),(160040,189978,571,1,1,3373.57,5698.46,59.7515,2.51327,0,0,0,1,900,255,1,0),(160007,189978,571,1,1,2420.55,5354.25,1.1916,-2.87979,0,0,0,1,900,255,1,0),(160039,189978,571,1,1,3339.99,6077.69,70.5354,3.14159,0,0,0,1,900,255,1,0),(160006,189978,571,1,1,2268.48,6553.98,44.841,2.23402,0,0,0,1,900,255,1,0),(160005,189978,571,1,1,2210.39,6140.07,102.586,-1.43117,0,0,0,1,900,255,1,0),(160038,189978,571,1,1,3312.17,4442.61,16.263,-2.70526,0,0,0,1,900,255,1,0),(160153,189979,571,1,1,2191.4,6179.22,59.8092,0.5585,0,0,0,1,900,255,1,0),(160037,189978,571,1,1,3286,3285.2,26.0825,2.30383,0,0,0,1,900,255,1,0),(160152,189979,571,1,1,2176.16,6465.65,36.7026,-1.91986,0,0,0,1,900,255,1,0),(160036,189978,571,1,1,3258.65,6215.42,66.4526,2.05949,0,0,0,1,900,255,1,0),(160004,189978,571,1,1,2207.81,5461.62,1.4179,-2.25147,0,0,0,1,900,255,1,0),(160035,189978,571,1,1,3236.34,5552.18,37.9475,2.87979,0,0,0,1,900,255,1,0),(160151,189979,571,1,1,2107.07,5567.05,4.329,0.61086,0,0,0,1,900,255,1,0),(160150,189979,571,1,1,2041.02,5487.78,0.6657,-2.72271,0,0,0,1,900,255,1,0),(160090,189978,571,1,1,4541.42,5349.58,-31.6367,1.36136,0,0,0,1,900,255,1,0),(160003,189978,571,1,1,2191.4,6179.22,59.8092,0.5585,0,0,0,1,900,255,1,0),(160034,189978,571,1,1,3198.81,4009.43,26.2162,1.11701,0,0,0,1,900,255,1,0),(160089,189978,571,1,1,4527.51,5433.78,-17.0905,0.45379,0,0,0,1,900,255,1,0),(160088,189978,571,1,1,4510.57,5420.06,28.6437,0.87266,0,0,0,1,900,255,1,0),(160087,189978,571,1,1,4495.7,5196.98,77.0767,-2.49582,0,0,0,1,900,255,1,0),(160086,189978,571,1,1,4489.79,5061.61,53.6446,1.83259,0,0,0,1,900,255,1,0),(160002,189978,571,1,1,2176.16,6465.65,36.7026,-1.91986,0,0,0,1,900,255,1,0),(160033,189978,571,1,1,3185.58,3546.17,7.6564,2.3911,0,0,0,1,900,255,1,0),(160085,189978,571,1,1,4474.03,5326.94,81.2181,0.89012,0,0,0,1,900,255,1,0),(160084,189978,571,1,1,4428.09,4947.54,22.4015,-0.57596,0,0,0,1,900,255,1,0),(160032,189978,571,1,1,3178.55,4306.8,27.794,-0.40143,0,0,0,1,900,255,1,0),(160083,189978,571,1,1,4420.92,5968.57,58.9111,-1.78023,0,0,0,1,900,255,1,0),(160082,189978,571,1,1,4368.08,5342.28,5.1373,-2.77507,0,0,0,1,900,255,1,0),(160081,189978,571,1,1,4367.85,4251.45,97.6535,3.14159,0,0,0,1,900,255,1,0),(160031,189978,571,1,1,3166.54,4828.21,8.4315,2.47837,0,0,0,1,900,255,1,0),(160080,189978,571,1,1,4365.94,6207.04,-125.898,1.06465,0,0,0,1,900,255,1,0),(160079,189978,571,1,1,4290.25,4914.95,24.5063,-0.45379,0,0,0,1,900,255,1,0),(160078,189978,571,1,1,4284.01,6139.8,-124.827,-1.36136,0,0,0,1,900,255,1,0),(160077,189978,571,1,1,4250.45,5738.32,63.6832,3.01941,0,0,0,1,900,255,1,0),(160076,189978,571,1,1,4230.77,4443.92,31.113,3.14159,0,0,0,1,900,255,1,0),(160075,189978,571,1,1,4208.17,6800.44,237.287,2.02458,0,0,0,1,900,255,1,0),(160074,189978,571,1,1,4171.72,5077.17,16.6149,2.18166,0,0,0,1,900,255,1,0),(160377,189978,571,1,1,2467.06,-2824.69,20.6504,-1.09956,0,0,0,1,900,255,1,0),(160376,189978,571,1,1,2407.69,-2824.83,9.7012,-0.85521,0,0,0,1,900,255,1,0),(160375,189978,571,1,1,2357.48,-3706.47,223.214,-2.32129,0,0,0,1,900,255,1,0),(160374,189978,571,1,1,2332.09,-5852.16,251.19,-0.50614,0,0,0,1,900,255,1,0),(160373,189978,571,1,1,2304.78,-2744.87,-0.0415,2.47837,0,0,0,1,900,255,1,0),(160372,189978,571,1,1,2275.29,-2949.5,123.738,2.14675,0,0,0,1,900,255,1,0),(160371,189978,571,1,1,2208.33,-3082.53,132.841,-0.7854,0,0,0,1,900,255,1,0),(160370,189978,571,1,1,2192.97,-2536.35,5.3353,2.49582,0,0,0,1,900,255,1,0),(160369,189978,571,1,1,2192.25,-2648.39,1.1699,-1.55334,0,0,0,1,900,255,1,0),(160368,189978,571,1,1,2183.74,-5265.66,250.068,0.47124,0,0,0,1,900,255,1,0),(160367,189978,571,1,1,2143.75,-5151.33,240.641,2.60053,0,0,0,1,900,255,1,0),(160366,189978,571,1,1,2136.45,-5652.09,224.392,1.46608,0,0,0,1,900,255,1,0),(160365,189978,571,1,1,2063.09,-5004.98,231.037,2.93214,0,0,0,1,900,255,1,0),(160364,189978,571,1,1,2047.48,-5751.41,222.503,-2.74016,0,0,0,1,900,255,1,0),(160363,189978,571,1,1,2022.6,-2729.91,0.3004,0.83776,0,0,0,1,900,255,1,0),(160362,189978,571,1,1,1985.82,-5552.98,217.186,1.43117,0,0,0,1,900,255,1,0),(160361,189978,571,1,1,1963.89,-2986.95,155.574,-2.18166,0,0,0,1,900,255,1,0),(160360,189978,571,1,1,1887.14,-3679.14,153.362,-0.92502,0,0,0,1,900,255,1,0),(160359,189978,571,1,1,1876.11,-4463.47,197.281,2.53072,0,0,0,1,900,255,1,0),(160358,189978,571,1,1,1864.17,-3001.18,144.162,2.77507,0,0,0,1,900,255,1,0),(160357,189978,571,1,1,1836.03,-3927.07,177.571,-1.39626,0,0,0,1,900,255,1,0),(160356,189978,571,1,1,1820.46,-3808.94,151.582,-2.68781,0,0,0,1,900,255,1,0),(160355,189978,571,1,1,1813.38,-5678.04,226.827,0.29671,0,0,0,1,900,255,1,0),(160354,189978,571,1,1,1796.96,-6265.71,-0.9726,-2.14675,0,0,0,1,900,255,1,0),(160353,189978,571,1,1,1742.03,-4378.72,174.192,2.58308,0,0,0,1,900,255,1,0),(160352,189978,571,1,1,1725.58,-4852.21,115.811,-2.00713,0,0,0,1,900,255,1,0),(160351,189978,571,1,1,1691.67,-4586.67,169.362,-1.90241,0,0,0,1,900,255,1,0),(160350,189978,571,1,1,1683.27,-6037.25,7.9892,-3.12412,0,0,0,1,900,255,1,0),(160349,189978,571,1,1,1660.28,-6275.21,-0.2026,-2.9845,0,0,0,1,900,255,1,0),(160348,189978,571,1,1,1653.28,-4680.18,88.7987,1.51844,0,0,0,1,900,255,1,0),(160347,189978,571,1,1,1615.54,-5234.79,181.328,0.27925,0,0,0,1,900,255,1,0),(160346,189978,571,1,1,1599.15,-4322.06,187.596,-1.41372,0,0,0,1,900,255,1,0),(160345,189978,571,1,1,1598.76,-5001.5,144.029,-0.5236,0,0,0,1,900,255,1,0),(160344,189978,571,1,1,1541.42,-5149.82,182.17,2.35619,0,0,0,1,900,255,1,0),(160343,189978,571,1,1,1462.34,-5216.2,195.633,-1.6057,0,0,0,1,900,255,1,0),(160342,189978,571,1,1,1339.42,-5826.83,281.06,2.58308,0,0,0,1,900,255,1,0),(160341,189978,571,1,3,1257.94,-6169.47,234.71,-2.72271,0,0,0,1,900,255,1,0),(160340,189978,571,1,1,1257.23,-6054.09,270.87,3.14159,0,0,0,1,900,255,1,0),(160339,189978,571,1,1,1118.23,-3437.52,182.967,2.65289,0,0,0,1,900,255,1,0),(160338,189978,571,1,1,1041.89,-4154.15,152.618,0.94248,0,0,0,1,900,255,1,0),(160337,189978,571,1,1,1016.76,-4291.67,174.077,2.75761,0,0,0,1,900,255,1,0),(160336,189978,571,1,1,998.078,-5148.79,-57.7402,2.47837,0,0,0,1,900,255,1,0),(160335,189978,571,1,1,997.533,-3464.59,186.659,0.48869,0,0,0,1,900,255,1,0),(160334,189978,571,1,1,985.488,-5351.64,193.897,3.10665,0,0,0,1,900,255,1,0),(160333,189978,571,1,1,937.882,-3032.45,48.7494,0.75049,0,0,0,1,900,255,1,0),(160332,189978,571,1,1,910.239,-3593.45,177.523,2.46091,0,0,0,1,900,255,1,0),(160331,189978,571,1,1,895.472,-4540.75,159.154,0.2618,0,0,0,1,900,255,1,0),(160330,189978,571,1,1,886.931,-4307.35,193.812,-1.72787,0,0,0,1,900,255,1,0),(160329,189978,571,1,1,875.595,-3690.57,175.653,2.63544,0,0,0,1,900,255,1,0),(160328,189978,571,1,1,854.087,-5928.98,280.452,-1.3439,0,0,0,1,900,255,1,0),(160327,189978,571,1,1,837.785,-3214.38,20.0425,0.66322,0,0,0,1,900,255,1,0),(160326,189978,571,1,1,830.549,-5146.02,-89.1197,-2.82743,0,0,0,1,900,255,1,0),(160325,189978,571,1,3,788.804,-5611.92,231.818,2.63544,0,0,0,1,900,255,1,0),(160324,189978,571,1,1,785.268,-4710.47,189.725,0.7854,0,0,0,1,900,255,1,0),(160323,189978,571,1,1,733.277,-5463.26,245.284,-1.58825,0,0,0,1,900,255,1,0),(160322,189978,571,1,1,714.204,-5995.6,298.353,-1.23918,0,0,0,1,900,255,1,0),(63755,189979,571,1,1,3974.09,2879.39,213.89,-0.610864,0,0,0,1,900,255,1,0),(63763,189979,571,1,1,3081.84,-305.744,132.055,-1.95477,0,0,0,1,900,255,1,0),(63772,189979,571,1,1,3018.09,-843.896,-8.0462,2.91469,0,0,0,1,900,255,1,0),(63785,189979,571,1,1,3842.18,-1525.66,145.319,1.39626,0,0,0,1,900,255,1,0),(63786,189979,571,1,1,3714.63,-472.245,164.65,1.97222,0,0,0,1,900,255,1,0),(63814,189979,571,1,1,4906.06,674.012,133.451,1.64061,0,0,0,1,900,255,1,0),(63815,189979,571,1,1,2799.42,1179.38,120.143,-0.541051,0,0,0,1,900,255,1,0),(63816,189979,571,1,1,4831.12,-322.345,241.012,0.977383,0,0,0,1,900,255,1,0),(63817,189979,571,1,1,3033.34,466.673,22.5186,-0.628317,0,0,0,1,900,255,1,0),(63818,189979,571,1,1,3400.48,1316.46,94.5094,-1.02974,0,0,0,1,900,255,1,0),(63819,189979,571,1,1,3581.99,1027.94,59.537,-0.785397,0,0,0,1,900,255,1,0),(63820,189979,571,1,1,3443.35,1022.13,140.889,-2.79252,0,0,0,1,900,255,1,0),(63822,189979,571,1,1,2830.05,199.098,6.29898,2.93214,0,0,0,1,900,255,1,0),(63825,189979,571,1,1,4962.38,633.286,145.366,1.98967,0,0,0,1,900,255,1,0),(63826,189979,571,1,1,4313.37,599.887,-5.73544,-2.35619,0,0,0,1,900,255,1,0),(63827,189979,571,1,1,5010.8,754.779,134.656,-2.28638,0,0,0,1,900,255,1,0),(63828,189979,571,1,1,3845.97,-1276.88,147.649,2.14675,0,0,0,1,900,255,1,0),(63829,189979,571,1,1,4884.39,719.659,128.511,-0.314158,0,0,0,1,900,255,1,0),(63830,189979,571,1,1,2639.71,-1135.45,-0.308069,-0.139624,0,0,0,1,900,255,1,0),(63831,189979,571,1,1,2903.14,-13.037,5.87809,1.01229,0,0,0,1,900,255,1,0),(63832,189979,571,1,1,3912.76,949.657,61.8795,3.14159,0,0,0,1,900,255,1,0),(63833,189979,571,1,1,2645.53,-520.677,7.65113,-2.79252,0,0,0,1,900,255,1,0),(63834,189979,571,1,1,3060.87,812.059,68.5522,-2.21656,0,0,0,1,900,255,1,0),(63835,189979,571,1,1,3401,1284.51,131.904,-0.95993,0,0,0,1,900,255,1,0),(63838,189979,571,1,1,4375.69,-275.747,93.9945,1.74533,0,0,0,1,900,255,1,0),(63839,189979,571,1,1,3988.3,-74.1435,55.9477,0.017452,0,0,0,1,900,255,1,0),(63840,189979,571,1,1,3508.85,-145.034,62.5883,-0.628317,0,0,0,1,900,255,1,0),(63841,189979,571,1,1,3980.66,-497.785,234.313,1.79769,0,0,0,1,900,255,1,0),(63842,189979,571,1,1,3055.16,568.101,23.2188,0.209439,0,0,0,1,900,255,1,0),(63846,189979,571,1,1,4959.2,781.759,200.16,-1.11701,0,0,0,1,900,255,1,0),(63847,189979,571,1,1,4927.61,236.746,100.087,-2.63544,0,0,0,1,900,255,1,0),(63848,189979,571,1,1,3285.01,22.8525,77.0183,-3.08918,0,0,0,1,900,255,1,0),(63849,189979,571,1,1,2699.09,1430.62,139.705,2.33874,0,0,0,1,900,255,1,0),(63851,189979,571,1,1,4299.58,362.536,-3.34302,-1.3439,0,0,0,1,900,255,1,0),(63852,189979,571,1,1,2974.14,-962.267,12.3432,-2.51327,0,0,0,1,900,255,1,0),(63855,189979,571,1,1,2675.51,-24.8072,5.89287,-1.20428,0,0,0,1,900,255,1,0),(63862,189979,571,1,1,2763.56,-1462.03,45.7314,1.83259,0,0,0,1,900,255,1,0),(63864,189979,571,1,1,2622.93,-293.942,9.24761,-2.19912,0,0,0,1,900,255,1,0),(63866,189979,571,1,1,2741.14,-683.079,83.0871,-1.48353,0,0,0,1,900,255,1,0),(63867,189979,571,1,1,3996.79,-1162.93,132.29,0.925024,0,0,0,1,900,255,1,0),(63868,189979,571,1,1,2972.8,963.034,89.3641,-0.366518,0,0,0,1,900,255,1,0),(63870,189979,571,1,1,3211.15,1258.91,165.559,-3.08918,0,0,0,1,900,255,1,0),(63872,189979,571,1,1,3662.85,832.19,59.157,-2.18166,0,0,0,1,900,255,1,0),(63875,189979,571,1,1,3033.34,466.673,22.5186,-0.628317,0,0,0,1,900,255,1,0),(63876,189979,571,1,1,4995.04,303.753,157.933,-1.36136,0,0,0,1,900,255,1,0),(160714,189979,571,1,1,3555.42,-3562.35,242.569,0.19199,0,0,0,1,600,255,1,0),(160626,189978,571,1,1,3819.07,-2721.72,200.338,-0.89012,0,0,0,1,600,255,1,0),(160656,189978,571,1,1,4882.17,-4206.04,253.289,-0.19199,0,0,0,1,600,255,1,0),(160655,189978,571,1,1,4830.86,-4477.09,200.15,1.39626,0,0,0,1,600,255,1,0),(160625,189978,571,1,1,3808.3,-1743.32,203.555,1.65806,0,0,0,1,600,255,1,0),(160713,189979,571,1,1,3546.45,-1799.92,161.373,-0.7854,0,0,0,1,600,255,1,0),(160712,189979,571,1,1,3543.85,-5054.89,234.061,2.80997,0,0,0,1,600,255,1,0),(160654,189978,571,1,1,4823.12,-3888.86,183.019,2.75761,0,0,0,1,600,255,1,0),(160711,189979,571,1,1,3523.27,-2664.51,104.218,-2.18166,0,0,0,1,600,255,1,0),(160710,189979,571,1,1,3505.11,-4140.87,264.156,1.65806,0,0,0,1,600,255,1,0),(160624,189978,571,1,1,3806.77,-3351.67,282.097,-1.98967,0,0,0,1,600,255,1,0),(160709,189979,571,1,1,3504.31,-5246.79,179.139,-0.69813,0,0,0,1,600,255,1,0),(160708,189979,571,1,1,3482.79,-3444.5,267.081,0.66322,0,0,0,1,600,255,1,0),(160707,189979,571,1,1,3402.58,-1772.61,93.7937,1.25664,0,0,0,1,600,255,1,0),(160653,189978,571,1,1,4782.52,-3895.37,187.392,2.60054,0,0,0,1,600,255,1,0),(160706,189979,571,1,1,3374.1,-4776.9,274.439,0.08727,0,0,0,1,600,255,1,0),(160652,189978,571,1,1,4774.96,-4882.75,58.889,-2.3911,0,0,0,1,600,255,1,0),(160623,189978,571,1,1,3779.94,-3770.12,179.474,0.85521,0,0,0,1,600,255,1,0),(160705,189979,571,1,1,3330.48,-4922.17,305.925,-1.76278,0,0,0,1,600,255,1,0),(160622,189978,571,1,1,3776.57,-2395.59,173.369,-0.41888,0,0,0,1,600,255,1,0),(160621,189978,571,1,1,3775.34,-3570.33,235.972,2.3911,0,0,0,1,600,255,1,0),(160620,189978,571,1,1,3689.44,-5363.48,107.937,-2.93214,0,0,0,1,600,255,1,0),(160619,189978,571,1,1,3684.69,-2654.98,152.836,-1.25664,0,0,0,1,600,255,1,0),(160618,189978,571,1,1,3683.02,-1787.16,170.38,2.30383,0,0,0,1,600,255,1,0),(160602,189978,571,1,1,3278.07,-4631.53,274.235,2.79252,0,0,0,1,600,255,1,0),(160617,189978,571,1,1,3634.34,-2647.85,137.61,1.13446,0,0,0,1,600,255,1,0),(160616,189978,571,1,1,3593.7,-3737.76,231.262,-3.12412,0,0,0,1,600,255,1,0),(160615,189978,571,1,1,3562.72,-5167.09,179.577,-2.75761,0,0,0,1,600,255,1,0),(160614,189978,571,1,1,3555.42,-3562.35,242.569,0.19199,0,0,0,1,600,255,1,0),(160613,189978,571,1,1,3546.45,-1799.92,161.373,-0.7854,0,0,0,1,600,255,1,0),(160612,189978,571,1,1,3543.85,-5054.89,234.061,2.80997,0,0,0,1,600,255,1,0),(160601,189978,571,1,1,3245.52,-4263.03,346.379,-1.71042,0,0,0,1,600,255,1,0),(161157,189978,571,1,1,5971.87,-3366.34,363.969,-0.06981,0,0,0,1,900,255,1,0),(161147,189978,571,1,1,5673.48,-3554.34,373.482,0.71558,0,0,0,1,900,255,1,0),(161182,189978,571,1,1,6515.43,-3485.97,389.072,1.64061,0,0,0,1,900,255,1,0),(161279,189979,571,1,1,5311.94,-1202.48,246.599,-1.16937,0,0,0,1,900,255,1,0),(161266,189979,571,1,1,5131.74,-1276.76,248.314,3.07177,0,0,0,1,900,255,1,0),(161166,189978,571,1,1,6106.12,-4426.53,366.153,-0.95993,0,0,0,1,900,255,1,0),(161131,189978,571,1,1,5341.11,-1305.67,238.433,-2.30383,0,0,0,1,900,255,1,0),(161276,189979,571,1,1,5309.28,-3209.4,282.338,-0.57596,0,0,0,1,900,255,1,0),(161262,189979,571,1,1,5118.36,-2138.43,241.056,2.16421,0,0,0,1,900,255,1,0),(161259,189979,571,1,1,5090.21,-1197.57,267.128,-2.60053,0,0,0,1,900,255,1,0),(161252,189979,571,1,1,4865.68,-2458.64,213.651,2.30383,0,0,0,1,900,255,1,0),(161163,189978,571,1,1,6073.87,-2672.15,293.35,0.27925,0,0,0,1,900,255,1,0),(161295,189979,571,1,1,5557.93,-2331.11,287.86,-1.50098,0,0,0,1,900,255,1,0),(161160,189978,571,1,1,6033.01,-4086.71,355.195,1.83259,0,0,0,1,900,255,1,0),(161137,189978,571,1,1,5384.13,-1101.8,185.319,2.58308,0,0,0,1,900,255,1,0),(161185,189978,571,1,1,6572.52,-4193.38,468.78,-1.55334,0,0,0,1,900,255,1,0),(161188,189978,571,1,1,6779.47,-4100.77,470.973,-3.10665,0,0,0,1,900,255,1,0),(161154,189978,571,1,1,5953.86,-2800.04,270.211,-1.0472,0,0,0,1,900,255,1,0),(161172,189978,571,1,1,6278.61,-2746.58,303.185,2.87979,0,0,0,1,900,255,1,0),(161134,189978,571,1,1,5368.4,-3257.87,290.528,1.309,0,0,0,1,900,255,1,0),(64922,189980,571,1,1,4877.31,-3794.38,341.362,1.18682,0,0,0,1,900,255,1,0),(161156,189978,571,1,1,5970.19,-2870.24,287.289,-0.66322,0,0,0,1,900,255,1,0),(161146,189978,571,1,1,5566.94,-1860.93,235.266,-1.79769,0,0,0,1,900,255,1,0),(161181,189978,571,1,1,6512.85,-4255.32,463.819,-0.29671,0,0,0,1,900,255,1,0),(161278,189979,571,1,1,5311.82,-3125.22,280.913,2.84488,0,0,0,1,900,255,1,0),(161265,189979,571,1,1,5131.7,-2155.17,239.002,0.99484,0,0,0,1,900,255,1,0),(161165,189978,571,1,1,6093.19,-4243.17,319.02,0.22689,0,0,0,1,900,255,1,0),(161130,189978,571,1,1,5319.04,-4535.75,415.237,1.18682,0,0,0,1,900,255,1,0),(161275,189979,571,1,1,5272.22,-1614.81,231.302,-0.5585,0,0,0,1,900,255,1,0),(161261,189979,571,1,1,5107.33,-1267.57,262.382,2.28638,0,0,0,1,900,255,1,0),(161258,189979,571,1,1,5086.03,-1155.55,265.341,1.48353,0,0,0,1,900,255,1,0),(161251,189979,571,1,1,4862.15,-3603.41,307.034,1.50098,0,0,0,1,900,255,1,0),(161162,189978,571,1,1,6055.43,-4338.67,378.82,2.60054,0,0,0,1,900,255,1,0),(161294,189979,571,1,1,5546.54,-1721.97,243.669,-2.58308,0,0,0,1,900,255,1,0),(161159,189978,571,1,1,5990.52,-4156.24,377.7,1.72787,0,0,0,1,900,255,1,0),(161136,189978,571,1,1,5380.2,-2170.01,237.136,-1.32645,0,0,0,1,900,255,1,0),(161184,189978,571,1,1,6564.48,-4107.55,464.168,1.76278,0,0,0,1,900,255,1,0),(161187,189978,571,1,1,6700.08,-4231.6,461.299,0.76794,0,0,0,1,900,255,1,0),(161153,189978,571,1,1,5915.27,-1263.34,261.516,-2.87979,0,0,0,1,900,255,1,0),(161171,189978,571,1,1,6265.88,-2931.17,307.012,0.76794,0,0,0,1,900,255,1,0),(161133,189978,571,1,1,5364.51,-2058.92,242.236,2.70526,0,0,0,1,900,255,1,0),(61025,123355,1,1,1,-1454.38,-3971.26,7.5598,2.14675,0,0,0,1,180,255,1,0),(61037,192732,1,1,1,-8757.04,-4462.47,-199.679,1.49944,0,0,0.771625,0.636078,180,255,1,0),(61038,192733,1,1,1,-8757.04,-4462.47,-199.679,1.49944,0,0,0.771625,0.636078,180,255,1,0),(61102,192512,571,1,1,9363.1,-1114.71,1255.47,3.13286,0,0,0.99999,0.004363,180,255,1,0),(61812,194055,571,1,1,857.871,-5527.12,0.322904,1.5708,0,0,1,0,180,255,1,0),(65118,191760,571,1,1,7975.22,-820.413,967.898,0.104719,0,0,0,1,180,255,1,0),(65119,192017,571,1,1,8958.26,-1267.08,1025.43,-0.017451,0,0,0,1,180,255,1,0),(65145,191762,571,1,1,7991.89,-827.66,968.156,-2.33874,0,0,0,1,180,255,1,0),(65146,191763,571,1,1,7991.8,-827.639,968.16,0.90757,0,0,0,1,180,255,1,0),(65147,186390,571,1,1,1702.55,-6275.95,-1.40684,0.575957,0,0,0,1,180,255,1,0),(65148,186390,571,1,1,1705.51,-6246.14,-2.66894,-2.21656,0,0,0,1,180,255,1,0),(65153,186390,571,1,1,1663.53,-6301.37,-14.7241,2.61799,0,0,0,1,180,255,1,0),(65154,186390,571,1,1,1694.29,-6286.38,-8.15319,-0.541051,0,0,0,1,180,255,1,0),(65163,186390,571,1,1,1702.84,-6293.21,-8.4476,-2.26892,0,0,0,1,180,255,1,0),(65191,186390,571,1,1,1668.98,-6297.84,-6.73209,-3.07177,0,0,0,1,180,255,1,0),(65193,186390,571,1,1,1684.36,-6290.1,-7.61425,0.890117,0,0,0,1,180,255,1,0),(65197,186390,571,1,1,1655.8,-6273.97,0.198492,-2.11185,0,0,0,1,180,255,1,0),(65235,186390,571,1,1,1673.39,-6260.75,0.818468,-1.48353,0,0,0,1,180,255,1,0),(65238,186390,571,1,1,1707.46,-6278.97,-8.86752,-0.750491,0,0,0,1,180,255,1,0),(65248,186390,571,1,1,1688.77,-6303.85,-7.57878,-0.733038,0,0,0,1,180,255,1,0),(65288,186390,571,1,1,1662.28,-6307.52,13.3809,-2.77507,0,0,0,1,180,255,1,0),(65294,193560,571,1,1,7756.93,-2372.22,1076.88,-2.63544,0,0,0,1,180,255,1,0),(65314,193561,571,1,1,7701.65,-2410.07,1079.89,-1.02974,0,0,0,1,180,255,1,0),(65317,186651,571,1,1,417.153,-4651.75,246.882,-2.22529,0,0,0,1,180,255,1,0),(65324,186652,571,1,1,418.611,-4650.07,246.903,0.061085,0,0,0,1,180,255,1,0),(65329,186653,571,1,1,413.212,-4655.42,246.584,2.57436,0,0,0,1,180,255,1,0),(65345,186925,571,1,1,479.663,-5929.46,308.665,1.11701,0,0,0,1,180,255,1,0),(65348,186926,571,1,1,483.309,-5926.56,308.664,-2.80997,0,0,0,1,180,255,1,0),(65356,186927,571,1,1,479.295,-5924.84,308.665,-1.0821,0,0,0,1,180,255,1,0),(65362,190513,571,1,1,7789.89,-2401.42,1086.76,2.8023,0,0,0,1,180,255,1,0),(65369,187697,571,1,1,4008.53,4858.27,-12.7826,1.53589,0,0,0,1,180,255,1,0),(65578,190514,571,1,1,7755.91,-2375.89,1076.22,-2.79248,0,0,0,1,180,255,1,0),(65579,190515,571,1,1,7661.1,-2315.93,1019.45,2.48751,0,0,0,1,180,255,1,0),(65580,186933,571,1,1,485.041,-5920.18,308.681,2.54818,0,0,0,1,180,255,1,0),(65581,193589,571,1,1,7860.3,-1382.44,1534.01,-2.89724,0,0,0,1,180,255,1,0),(65642,193589,571,1,1,7854.49,-1408.33,1534.06,0.174532,0,0,0,1,180,255,1,0),(65643,193589,571,1,1,7869.46,-1412.51,1534.06,1.36136,0,0,0,1,180,255,1,0),(65644,193589,571,1,1,7876.79,-1386.38,1534.06,0.890117,0,0,0,1,180,255,1,0),(65645,193589,571,1,1,7880.15,-1401.45,1534.06,-0.471238,0,0,0,1,180,255,1,0),(65646,186934,571,1,1,485.245,-5920.43,308.675,-1.09956,0,0,0,1,180,255,1,0),(65647,186936,571,1,1,499.284,-5947.44,314.211,-2.49582,0,0,0,1,180,255,1,0),(65648,186937,571,1,1,499.28,-5947.42,314.23,-2.47837,0,0,0,1,180,255,1,0),(65649,192570,571,1,1,9190.7,-1390.98,1117.24,2.39768,0,0,0.99863,0.052336,180,255,1,0),(65650,192571,571,1,1,9190.7,-1390.98,1117.24,2.39768,0,0,0.99863,0.052336,180,255,1,0),(65651,193596,571,1,1,7864.36,-1397.27,1532.07,2.84488,0,0,0,1,180,255,1,0),(65652,192833,571,1,1,8138.02,440.703,574.602,2.25147,0,0,0,1,180,255,1,0),(65653,186956,571,1,1,479.057,-5941.52,308.728,2.89724,0,0,0,1,180,255,0,0),(65654,186957,571,1,1,514.503,-5936.93,313.858,3.14153,0,0,0,1,180,255,0,0),(65655,186958,571,1,1,475.427,-5939.63,308.351,-0.855211,0,0,0,1,180,255,1,0),(65656,194126,571,1,1,6512.14,-4583.93,454.07,-0.209439,0,0,0,1,180,255,1,0),(65657,194126,571,1,1,6476.79,-4680.51,452.296,-1.95477,0,0,0,1,180,255,1,0),(65658,194126,571,1,1,6533.72,-4562.45,453.573,-0.453785,0,0,0,1,180,255,1,0),(65659,194126,571,1,1,6305.27,-4370.51,455.292,2.02458,0,0,0,1,180,255,1,0),(65660,194126,571,1,1,6608.87,-4688.05,453.542,-2.40855,0,0,0,1,180,255,1,0),(65661,194126,571,1,1,6545.85,-4597.42,456.959,-2.07694,0,0,0,1,180,255,1,0),(65662,194126,571,1,1,6633.48,-4612.57,453.265,-0.925024,0,0,0,1,180,255,1,0),(65663,194126,571,1,1,6524.96,-4620.76,451.189,0.034906,0,0,0,1,180,255,1,0),(65664,194126,571,1,1,6592.51,-4703.02,457.34,-2.67035,0,0,0,1,180,255,1,0),(65665,194126,571,1,1,6737.47,-4767,453.504,-0.174532,0,0,0,1,180,255,1,0),(65666,194126,571,1,1,6363.47,-4330.8,455.991,1.50098,0,0,0,1,180,255,1,0),(65667,194126,571,1,1,6564.1,-4598.48,451.419,1.46608,0,0,0,1,180,255,1,0),(65668,194126,571,1,1,6654.19,-4879.45,458.334,-2.96704,0,0,0,1,180,255,1,0),(65669,194126,571,1,1,6814.15,-4801.14,453.325,-1.27409,0,0,0,1,180,255,1,0),(65670,194126,571,1,1,6688.3,-4758.15,453.519,2.53072,0,0,0,1,180,255,1,0),(65671,194126,571,1,1,6270.98,-4533.53,453.545,-1.72787,0,0,0,1,180,255,1,0),(65672,194126,571,1,1,6692.28,-4889.78,459.911,0.785397,0,0,0,1,180,255,1,0),(65673,194126,571,1,1,6734.53,-4741.98,451.592,2.07694,0,0,0,1,180,255,1,0),(65674,194126,571,1,1,6629.61,-4595.36,453.398,-0.401425,0,0,0,1,180,255,1,0),(65675,194126,571,1,1,6618.11,-4607.99,451.903,1.15192,0,0,0,1,180,255,1,0),(65676,194126,571,1,1,6570.94,-4681.02,451.325,-1.01229,0,0,0,1,180,255,1,0),(65677,194126,571,1,1,6702.38,-4798.12,451.136,-0.296705,0,0,0,1,180,255,1,0),(65678,194126,571,1,1,6703.5,-4774.28,457.381,-1.23918,0,0,0,1,180,255,1,0),(65679,194126,571,1,1,6604.23,-4729.36,455.644,-1.3439,0,0,0,1,180,255,1,0),(65680,194126,571,1,1,6624.78,-4734.53,451.645,0.820303,0,0,0,1,180,255,1,0),(65681,194126,571,1,1,6986.12,-4203.1,454.625,-0.314158,0,0,0,1,180,255,1,0),(65682,194126,571,1,1,6653.48,-4228.17,455.635,-2.21656,0,0,0,1,180,255,1,0),(65683,194126,571,1,1,6713.7,-4235.05,457.521,1.23918,0,0,0,1,180,255,1,0),(65684,194126,571,1,1,6620.04,-4222.25,452.562,-0.558504,0,0,0,1,180,255,1,0),(65685,194126,571,1,1,6676.93,-4213.51,458.893,0.715585,0,0,0,1,180,255,1,0),(65686,194126,571,1,1,7073.67,-4444.88,453.624,-2.25147,0,0,0,1,180,255,1,0),(65687,194126,571,1,1,7029.04,-4223.31,451.978,0.401425,0,0,0,1,180,255,1,0),(65688,194126,571,1,1,6814.08,-4190.9,461.468,-0.942477,0,0,0,1,180,255,1,0),(65689,194126,571,1,1,7074.46,-4331.72,451.892,-2.9845,0,0,0,1,180,255,1,0),(65690,194126,571,1,1,6991.12,-4282.11,449.152,-2.33874,0,0,0,1,180,255,1,0),(65691,194126,571,1,1,6946.3,-4296.21,457.402,3.07177,0,0,0,1,180,255,1,0),(65692,194126,571,1,1,7007.26,-4197.26,458.691,-1.43117,0,0,0,1,180,255,1,0),(65693,194126,571,1,1,6686.49,-4264.94,456.799,-3.01941,0,0,0,1,180,255,1,0),(65881,194129,571,1,1,6976.37,-4095.07,479.634,-0.593412,0,0,0,1,180,255,1,0),(65950,194129,571,1,1,6980.29,-4098.04,484.373,0.104719,0,0,0,1,180,255,1,0),(65956,194129,571,1,1,6976.95,-4096.45,479.589,-2.79252,0,0,0,1,180,255,1,0),(66083,194129,571,1,1,6976.05,-4096.59,479.536,-1.88495,0,0,0,1,180,255,1,0),(66088,194129,571,1,1,6975.58,-4097.78,480.077,-2.19912,0,0,0,1,180,255,1,0),(66094,194129,571,1,1,6975.45,-4101.31,479.645,-0.90757,0,0,0,1,180,255,1,0),(66096,194129,571,1,1,6978.33,-4102.72,480.034,-1.98967,0,0,0,1,180,255,1,0),(66097,186964,571,1,1,255.534,-5891.36,82.9929,1.6057,0,0,0,1,180,255,0,0),(66100,188507,571,1,1,3985.44,-5250.02,7.05888,-0.174532,0,0,0,1,180,255,0,0),(66102,186718,571,1,1,2405.35,-5728.78,270.104,-2.75761,0,0,0,1,180,255,1,0),(66106,194659,571,1,1,4069.7,-4422.55,261.464,2.41728,0,0,0.763232,0.646124,180,255,1,0),(151798,192710,571,1,1,5812.64,797.223,662.57,-2.86234,0,0,0,0,10800,0,1,0),(66126,186479,571,1,1,676.392,-3974.44,236.091,-0.366518,0,0,0,1,180,255,1,0),(66142,186480,571,1,1,677.45,-3976.76,236.905,-1.88495,0,0,0,1,180,255,1,0),(66191,186481,571,1,1,673.665,-3976.08,238.154,1.50098,0,0,0,1,180,255,1,0),(66218,194676,571,1,1,1436.11,-3334.99,171.292,-2.60926,0,0,0.868199,0.496217,180,255,1,0),(66230,190582,571,1,1,8078.41,-294.453,863.251,1.74815,0,0,0,1,180,255,1,0),(66625,194679,571,1,1,7098.59,-1598.72,820.448,1.77151,0,0,0.774393,0.632705,180,255,1,0),(66626,190841,571,1,1,6422.7,-2408.71,294.708,3.10662,0,0,0,1,180,255,1,0),(66627,188022,571,1,1,3333.38,5265.18,35.5353,0.453785,0,0,0,1,180,255,0,0),(66628,190334,571,1,1,3997.71,4850.9,27.1795,0.052359,0,0,0,1,180,255,1,0),(66629,190335,571,1,1,3999.14,4857.38,25.9711,-0.942477,0,0,0,1,180,255,1,0),(66630,191365,571,1,1,6447.43,-4466.95,451.246,-1.39626,0,0,0,1,180,255,1,0),(66632,191365,571,1,1,6457.77,-4476.68,451.246,2.93214,0,0,0,1,180,255,1,0),(66695,191365,571,1,1,6450.83,-4484.61,451.246,1.71042,0,0,0,1,180,255,1,0),(66734,191365,571,1,1,6440.51,-4474.15,451.246,-0.087266,0,0,0,1,180,255,1,0),(66735,191123,571,1,1,6448.51,-4475.81,451.447,-0.052359,0,0,0,1,180,255,1,0),(66736,164759,571,1,1,894.353,-6631.03,5.36428,-2.16421,0,0,0.988362,-0.152123,180,255,1,0),(66737,164759,571,1,1,889.287,-6763.83,5.25419,-2.06821,0,0,0.979925,-0.199368,180,255,1,0),(66738,164759,571,1,1,807.358,-6573.78,5.72371,-2.21656,0,0,0.992005,-0.126199,180,255,1,0),(66739,164759,571,1,1,764.027,-6713.85,5.27615,-2.13803,0,0,0.986286,-0.165048,180,255,1,0),(66740,164759,571,1,1,751.526,-6831.02,5.54724,-2.21656,0,0,0.992005,-0.126199,180,255,1,0),(66741,164759,571,1,1,690.515,-6647.4,5.71145,-2.19911,0,0,0.990866,-0.134851,180,255,1,0),(66742,164759,571,1,1,596.103,-6766.17,5.2502,-2.12057,0,0,0.984808,-0.173648,180,255,1,0),(66743,164759,571,1,1,570.484,-6871.4,5.17574,-2.40855,0,0,0.999534,-0.030539,180,255,1,0),(66744,164760,571,1,1,893.599,-6632.35,5.36428,1.05593,0,0,0.988362,-0.152123,180,255,1,0),(66745,164760,571,1,1,888.663,-6765.22,5.25419,1.15192,0,0,0.979925,-0.199368,180,255,1,0),(66746,164760,571,1,1,806.536,-6575.06,5.72371,1.00357,0,0,0.992005,-0.126199,180,255,1,0),(66747,164760,571,1,1,763.308,-6715.19,5.27615,1.08211,0,0,0.986286,-0.165048,180,255,1,0),(66748,164760,571,1,1,750.704,-6832.31,5.54724,1.00357,0,0,0.992005,-0.126199,180,255,1,0),(66749,164760,571,1,1,689.715,-6648.7,5.71145,1.02102,0,0,0.990866,-0.134851,180,255,1,0),(66750,164760,571,1,1,595.408,-6767.53,5.2502,1.09956,0,0,0.984808,-0.173648,180,255,1,0),(66751,164760,571,1,1,569.432,-6872.5,5.17574,0.811578,0,0,0.999534,-0.030539,180,255,1,0),(66752,164761,571,1,1,897.374,-6629.98,5.39708,1.05593,0,0,0.988362,-0.152123,180,255,1,0),(66753,164761,571,1,1,892.193,-6762.5,5.28699,1.15192,0,0,0.979925,-0.199368,180,255,1,0),(66754,164761,571,1,1,810.429,-6572.89,5.75651,1.00357,0,0,0.992005,-0.126199,180,255,1,0),(66755,164761,571,1,1,767.019,-6712.72,5.30895,1.08211,0,0,0.986286,-0.165048,180,255,1,0),(66756,164761,571,1,1,754.597,-6830.14,5.58004,1.00357,0,0,0.992005,-0.126199,180,255,1,0),(66757,164761,571,1,1,599.075,-6764.99,5.28301,1.09956,0,0,0.984808,-0.173648,180,255,1,0),(66758,164761,571,1,1,573.668,-6871.11,5.20854,0.811578,0,0,0.999534,-0.030539,180,255,1,0),(66759,164762,571,1,1,898.163,-6628.52,5.39708,-2.16421,0,0,0.988362,-0.152123,180,255,1,0),(66760,164762,571,1,1,892.838,-6760.97,5.28699,-2.06821,0,0,0.979925,-0.199368,180,255,1,0),(66761,164762,571,1,1,811.294,-6571.47,5.75651,-2.21656,0,0,0.992005,-0.126199,180,255,1,0),(66762,164762,571,1,1,767.769,-6711.24,5.30895,-2.13803,0,0,0.986286,-0.165048,180,255,1,0),(66763,164762,571,1,1,755.462,-6828.71,5.58004,-2.21656,0,0,0.992005,-0.126199,180,255,1,0),(66764,164762,571,1,1,599.799,-6763.49,5.28301,-2.12057,0,0,0.984808,-0.173648,180,255,1,0),(66765,164762,571,1,1,574.788,-6869.88,5.20854,-2.40855,0,0,0.999534,-0.030539,180,255,1,0),(66766,164763,571,1,1,901.06,-6632.28,5.39722,1.93732,0,0,0.988362,-0.152123,180,255,1,0),(66767,164763,571,1,1,896.083,-6764.44,5.28713,2.03331,0,0,0.979925,-0.199368,180,255,1,0),(66768,164763,571,1,1,813.99,-6575.38,5.75665,1.88495,0,0,0.992005,-0.126199,180,255,1,0),(66769,164763,571,1,1,770.764,-6714.92,5.30909,1.9635,0,0,0.986286,-0.165048,180,255,1,0),(66770,164763,571,1,1,758.158,-6832.62,5.58018,1.88495,0,0,0.992005,-0.126199,180,255,1,0),(66771,164763,571,1,1,602.858,-6767.13,5.28315,1.98095,0,0,0.984808,-0.173648,180,255,1,0),(66772,164763,571,1,1,576.689,-6874.23,5.20868,1.69297,0,0,0.999534,-0.030539,180,255,1,0),(66773,164764,571,1,1,900.65,-6631.24,5.39722,-1.28281,0,0,0.988362,-0.152123,180,255,1,0),(66774,164764,571,1,1,895.574,-6763.44,5.28713,-1.18682,0,0,0.979925,-0.199368,180,255,1,0),(66775,164764,571,1,1,813.635,-6574.32,5.75665,-1.33517,0,0,0.992005,-0.126199,180,255,1,0),(66776,164764,571,1,1,770.327,-6713.89,5.30909,-1.25663,0,0,0.986286,-0.165048,180,255,1,0),(66777,164764,571,1,1,757.803,-6831.56,5.58018,-1.33517,0,0,0.992005,-0.126199,180,255,1,0),(66778,164764,571,1,1,602.403,-6766.1,5.28315,-1.23918,0,0,0.984808,-0.173648,180,255,1,0),(66779,164764,571,1,1,576.542,-6873.12,5.20868,-1.52716,0,0,0.999534,-0.030539,180,255,1,0),(66780,164765,571,1,1,909.005,-6638.53,5.39961,1.05593,0,0,0.988362,-0.152123,180,255,1,0),(66781,164765,571,1,1,904.59,-6769.89,5.28952,1.15192,0,0,0.979925,-0.199368,180,255,1,0),(66782,164765,571,1,1,821.597,-6582.04,5.75904,1.00357,0,0,0.992005,-0.126199,180,255,1,0),(66783,164765,571,1,1,778.87,-6720.96,5.31149,1.08211,0,0,0.986286,-0.165048,180,255,1,0),(66784,164765,571,1,1,765.765,-6839.28,5.58257,1.00357,0,0,0.992005,-0.126199,180,255,1,0),(66785,164765,571,1,1,611.068,-6773.02,5.28554,1.09956,0,0,0.984808,-0.173648,180,255,1,0),(66786,164765,571,1,1,582.886,-6882.22,5.21108,0.811578,0,0,0.999534,-0.030539,180,255,1,0),(66787,164766,571,1,1,909.759,-6637.2,5.39961,-2.16421,0,0,0.988362,-0.152123,180,255,1,0),(66788,164766,571,1,1,905.213,-6768.5,5.28952,-2.06821,0,0,0.979925,-0.199368,180,255,1,0),(66789,164766,571,1,1,822.419,-6580.75,5.75904,-2.21656,0,0,0.992005,-0.126199,180,255,1,0),(66790,164766,571,1,1,779.588,-6719.61,5.31149,-2.13803,0,0,0.986286,-0.165048,180,255,1,0),(66791,164766,571,1,1,766.587,-6837.99,5.58257,-2.21656,0,0,0.992005,-0.126199,180,255,1,0),(66792,164766,571,1,1,611.763,-6771.66,5.28554,-2.12057,0,0,0.984808,-0.173648,180,255,1,0),(66793,164766,571,1,1,583.938,-6881.11,5.21108,-2.40855,0,0,0.999534,-0.030539,180,255,1,0),(66794,164767,571,1,1,872.856,-6635.95,5.39854,-0.157079,0,0,0.988362,-0.152123,180,255,1,0),(66795,164767,571,1,1,868.36,-6770.79,5.28845,-0.061085,0,0,0.979925,-0.199368,180,255,1,0),(66796,164767,571,1,1,729.8,-6834.81,5.5815,-0.209438,0,0,0.992005,-0.126199,180,255,1,0),(66797,164767,571,1,1,668.859,-6651.57,5.74571,-0.191985,0,0,0.990866,-0.134851,180,255,1,0),(66798,164767,571,1,1,574.841,-6772.02,5.28446,-0.113445,0,0,0.984808,-0.173648,180,255,1,0),(66799,164767,571,1,1,548.435,-6870.97,5.21,-0.401425,0,0,0.999534,-0.030539,180,255,1,0),(66800,190121,571,1,1,2678.95,-467.884,50.5996,3.14159,0,0,0,1,180,255,1,0),(66801,190122,571,1,1,2590.4,-254.866,0.877685,3.00195,0,0,0,1,180,255,1,0),(66802,190123,571,1,1,2587.15,-472.111,0.787454,0.898843,0,0,0,1,180,255,1,0),(66803,190124,571,1,1,2557.57,-307.557,3.86032,3.00197,0,0,0,1,180,255,1,0),(66804,190125,571,1,1,2538.57,-378.128,0.932058,-0.095991,0,0,0,1,180,255,1,0),(66805,190126,571,1,1,2562.46,-389.472,3.14578,-1.39626,0,0,0,1,180,255,1,0),(66806,191667,571,1,1,8882.03,-1355.22,1033.56,-3.04558,0,0,0,1,180,255,1,0),(66807,191413,571,1,1,649.256,-5067.01,0.497284,-1.13446,0,0,0,1,180,255,1,0),(66808,186558,571,1,1,638.342,-5074.33,-0.213227,-1.29154,0,0,0,1,180,255,1,0),(66809,192719,571,1,1,8139.28,439.228,574.603,0.898843,0,0,0,1,180,255,1,0),(66810,191708,571,1,1,7156.99,-722.902,893.338,0.453785,0,0,0,1,180,255,1,0),(66811,194017,571,1,1,480.945,-5927.46,308.776,1.22173,0,0,0,1,180,255,1,0),(66812,194534,571,1,1,7071.34,-1749.13,820.418,-2.02458,0,0,0,1,180,255,1,0),(66813,192742,571,1,1,6827.1,-4448.9,414.267,-2.35619,0,0,0.92388,-0.382683,180,255,1,0),(66814,192743,571,1,1,6827.1,-4448.9,414.267,-2.35619,0,0,0.92388,-0.382683,180,255,1,0),(66815,195308,571,1,1,7326.46,-923.578,914.087,0,0,0,0,1,180,255,1,0),(66816,195308,571,1,1,7320.05,-1242.42,909.002,0,0,0,0,1,180,255,1,0),(66817,195308,571,1,1,7261.76,-1275.06,914.546,0,0,0,0,1,180,255,1,0),(66818,195308,571,1,1,7337.08,-1046.75,907.057,0,0,0,0,1,180,255,1,0),(66819,195308,571,1,1,7293.53,-999.875,914.484,0,0,0,0,1,180,255,1,0),(66820,195308,571,1,1,7346.73,-1392.32,911.173,0,0,0,0,1,180,255,1,0),(66821,195308,571,1,1,7256.35,-876.125,924.237,0,0,0,0,1,180,255,1,0),(66822,195308,571,1,1,7162.58,-1479.2,925.278,0,0,0,0,1,180,255,1,0),(66823,195308,571,1,1,7348.25,-1163.22,913.775,0,0,0,0,1,180,255,1,0),(66824,195308,571,1,1,7352.58,-1112.15,908.569,0,0,0,0,1,180,255,1,0),(66825,195308,571,1,1,7207.87,-1488.51,920.22,0,0,0,0,1,180,255,1,0),(66826,195308,571,1,1,7214.34,-1043.6,934.94,0,0,0,0,1,180,255,1,0),(66827,195308,571,1,1,7304.95,-1307.5,905.533,0,0,0,0,1,180,255,1,0),(66828,195308,571,1,1,7291.75,-901.76,924.944,0,0,0,0,1,180,255,1,0),(66829,195308,571,1,1,7238.52,-1465.82,913.924,0,0,0,0,1,180,255,1,0),(66830,195308,571,1,1,7193.51,-1436.03,917.522,0,0,0,0,1,180,255,1,0),(66831,195308,571,1,1,7425.66,-1194.59,903.687,0,0,0,0,1,180,255,1,0),(66832,195308,571,1,1,7296.8,-1430.41,910.388,0,0,0,0,1,180,255,1,0),(66833,195308,571,1,1,7386.99,-1243.72,903.339,0,0,0,0,1,180,255,1,0),(66834,195308,571,1,1,7260.81,-1369.21,912.281,0,0,0,0,1,180,255,1,0),(66835,186607,571,1,1,962.56,-4822.56,-115.29,-1.32645,0,0,0,1,180,255,1,0),(66836,192499,571,1,1,8922.16,-966.899,1046.28,1.60931,0,0,1,0,180,255,1,0),(66837,192500,571,1,1,8922.16,-966.899,1046.28,1.60931,0,0,1,0,180,255,1,0),(66838,187381,571,1,1,137.356,-6341.78,2.28615,-2.3911,0,0,0,1,180,255,1,0),(66839,192511,571,1,1,9363.1,-1114.71,1255.47,3.13286,0,0,0.99999,0.004363,180,255,1,0),(160651,189978,571,1,1,4734.59,-4548.18,206.814,-0.36652,0,0,0,1,600,255,1,0),(160650,189978,571,1,1,4731.17,-3974.15,202.988,2.87979,0,0,0,1,600,255,1,0),(66841,189978,571,1,1,2489.14,-311.086,5.09189,-2.11185,0,0,0,1,900,255,1,0),(66894,189979,571,1,1,2489.14,-311.086,5.09189,-2.11185,0,0,0,1,900,255,1,0),(161109,189978,571,1,1,5090.21,-1197.57,267.128,-2.60053,0,0,0,1,900,255,1,0),(161108,189978,571,1,1,5086.03,-1155.55,265.341,1.48353,0,0,0,1,900,255,1,0),(161107,189978,571,1,1,5068.39,-1175.99,260.785,2.42601,0,0,0,1,900,255,1,0),(160321,189978,571,1,1,667.572,-5772.81,284.274,2.19912,0,0,0,1,900,255,1,0),(160320,189978,571,1,1,635.328,-5190.95,-62.0246,-0.47124,0,0,0,1,900,255,1,0),(66844,189978,571,1,1,3266.56,2641.96,38.6285,-0.488691,0,0,0,1,900,255,1,0),(66897,189979,571,1,1,3266.56,2641.96,38.6285,-0.488691,0,0,0,1,900,255,1,0),(161284,189979,571,1,1,5368.4,-3257.87,290.528,1.309,0,0,0,1,900,255,1,0),(161283,189979,571,1,1,5364.51,-2058.92,242.236,2.70526,0,0,0,1,900,255,1,0),(161282,189979,571,1,1,5355.56,-2016.31,235.924,2.58308,0,0,0,1,900,255,1,0),(66846,189978,571,1,1,4624.58,-850.423,182.236,-0.855211,0,0,0,1,900,255,1,0),(66899,189979,571,1,1,4624.58,-850.423,182.236,-0.855211,0,0,0,1,900,255,1,0),(161126,189978,571,1,1,5309.28,-3209.4,282.338,-0.57596,0,0,0,1,900,255,1,0),(161125,189978,571,1,1,5272.22,-1614.81,231.302,-0.5585,0,0,0,1,900,255,1,0),(161124,189978,571,1,1,5251.93,-2361.38,286.351,-1.0472,0,0,0,1,900,255,1,0),(66848,189979,571,1,1,5174.54,630.202,177.684,-1.44862,0,0,0,1,900,255,1,0),(66849,189978,571,1,1,4862.84,-602.403,156.907,-3.01941,0,0,0,1,900,255,1,0),(66902,189979,571,1,1,4862.84,-602.403,156.907,-3.01941,0,0,0,1,900,255,1,0),(66850,189978,571,1,1,3389.63,1703.82,134.108,-0.034906,0,0,0,1,900,255,1,0),(66903,189979,571,1,1,3389.63,1703.82,134.108,-0.034906,0,0,0,1,900,255,1,0),(160073,189978,571,1,1,4145.38,6067.06,-125.936,-1.91986,0,0,0,1,900,255,1,0),(160072,189978,571,1,1,4070.48,6434.01,18.6334,-2.3911,0,0,0,1,900,255,1,0),(160030,189978,571,1,1,3151.48,5622.4,31.6321,-0.57596,0,0,0,1,900,255,1,0),(160029,189978,571,1,1,3139.47,3676.51,4.5353,-2.53072,0,0,0,1,900,255,1,0),(161288,189979,571,1,1,5402.13,-1898.59,237.159,1.74533,0,0,0,1,900,255,1,0),(161287,189979,571,1,1,5384.13,-1101.8,185.319,2.58308,0,0,0,1,900,255,1,0),(161286,189979,571,1,1,5380.2,-2170.01,237.136,-1.32645,0,0,0,1,900,255,1,0),(66854,189978,571,1,1,4234.91,-412.915,126.689,-1.53589,0,0,0,1,900,255,1,0),(66907,189979,571,1,1,4234.91,-412.915,126.689,-1.53589,0,0,0,1,900,255,1,0),(66855,189978,571,1,1,3792.46,54.7688,48.5789,2.16421,0,0,0,1,900,255,1,0),(66908,189979,571,1,1,3792.46,54.7688,48.5789,2.16421,0,0,0,1,900,255,1,0),(161270,189979,571,1,1,5179.63,-3603.58,295.863,-0.59341,0,0,0,1,900,255,1,0),(161269,189979,571,1,1,5179.08,-3316.92,283.774,-0.90757,0,0,0,1,900,255,1,0),(161268,189979,571,1,1,5174.09,-1159.02,257.851,2.26892,0,0,0,1,900,255,1,0),(161291,189979,571,1,1,5512.26,-1314.16,238.393,-0.20944,0,0,0,1,900,255,1,0),(161290,189979,571,1,1,5410.57,-2534.09,292.406,2.51327,0,0,0,1,900,255,1,0),(161289,189979,571,1,1,5403.18,-2268.07,243.903,2.40855,0,0,0,1,900,255,1,0),(160319,189978,571,1,1,589.568,-5148.21,-27.0699,-0.92502,0,0,0,1,900,255,1,0),(160318,189978,571,1,1,576.522,-5438.03,252.087,2.60053,0,0,0,1,900,255,1,0),(66859,189978,571,1,1,4541.8,-664.247,176.682,-1.32645,0,0,0,1,900,255,1,0),(66912,189979,571,1,1,4541.8,-664.247,176.682,-1.32645,0,0,0,1,900,255,1,0),(161144,189978,571,1,1,5546.54,-1721.97,243.669,-2.58308,0,0,0,1,900,255,1,0),(161143,189978,571,1,1,5517.87,-1276.3,239.408,2.16421,0,0,0,1,900,255,1,0),(161142,189978,571,1,1,5517.68,-2101.11,239.978,-0.71558,0,0,0,1,900,255,1,0),(161250,189979,571,1,1,4859.57,-2766.92,293.176,1.39626,0,0,0,1,900,255,1,0),(161192,189978,571,1,1,6914.57,-4477.57,444.913,1.55334,0,0,0,1,900,255,1,0),(161191,189978,571,1,1,6845.49,-4442.29,444.483,-0.59341,0,0,0,1,900,255,1,0),(161106,189978,571,1,1,5034.15,-3107.57,281.819,-2.9496,0,0,0,1,900,255,1,0),(161105,189978,571,1,1,4988.3,-3547.63,289.522,3.07177,0,0,0,1,900,255,1,0),(161104,189978,571,1,1,4930.79,-2900.83,290.629,-0.5585,0,0,0,1,900,255,1,0),(161151,189978,571,1,1,5775.91,-3235.52,362.155,-2.74016,0,0,0,1,900,255,1,0),(161150,189978,571,1,1,5714.95,-2415.05,288.185,2.16421,0,0,0,1,900,255,1,0),(161149,189978,571,1,1,5711.41,-3665.91,372.22,-2.75761,0,0,0,1,900,255,1,0),(161120,189978,571,1,1,5179.63,-3603.58,295.863,-0.59341,0,0,0,1,900,255,1,0),(161119,189978,571,1,1,5179.08,-3316.92,283.774,-0.90757,0,0,0,1,900,255,1,0),(161118,189978,571,1,1,5174.09,-1159.02,257.851,2.26892,0,0,0,1,900,255,1,0),(161112,189978,571,1,1,5118.36,-2138.43,241.056,2.16421,0,0,0,1,900,255,1,0),(161111,189978,571,1,1,5107.33,-1267.57,262.382,2.28638,0,0,0,1,900,255,1,0),(161110,189978,571,1,1,5104.01,-1243.18,252.967,2.25147,0,0,0,1,900,255,1,0),(160001,189978,571,1,1,2107.07,5567.05,4.329,0.61086,0,0,0,1,900,255,1,0),(160000,189978,571,1,1,2041.02,5487.78,0.6657,-2.72271,0,0,0,1,900,255,1,0),(160071,189978,571,1,1,4069.31,7227.39,193.963,-0.17453,0,0,0,1,900,255,1,0),(160070,189978,571,1,1,4032.27,4116.91,68.5057,2.30383,0,0,0,1,900,255,1,0),(160317,189978,571,1,1,541.476,-4125.02,233.458,1.65806,0,0,0,1,900,255,1,0),(160316,189978,571,1,1,500.158,-5366.89,254.538,-2.47837,0,0,0,1,900,255,1,0),(160315,189978,571,1,1,492.294,-4829.17,197.988,-1.83259,0,0,0,1,900,255,1,0),(160314,189978,571,1,1,423.793,-4250.21,244.978,2.26892,0,0,0,1,900,255,1,0),(160611,189978,571,1,1,3523.27,-2664.51,104.218,-2.18166,0,0,0,1,600,255,1,0),(160610,189978,571,1,1,3505.11,-4140.87,264.156,1.65806,0,0,0,1,600,255,1,0),(160609,189978,571,1,1,3504.31,-5246.79,179.139,-0.69813,0,0,0,1,600,255,1,0),(160608,189978,571,1,1,3482.79,-3444.5,267.081,0.66322,0,0,0,1,600,255,1,0),(161257,189979,571,1,1,5068.39,-1175.99,260.785,2.42601,0,0,0,1,900,255,1,0),(161256,189979,571,1,1,5034.15,-3107.57,281.819,-2.9496,0,0,0,1,900,255,1,0),(161255,189979,571,1,1,4988.3,-3547.63,289.522,3.07177,0,0,0,1,900,255,1,0),(160069,189978,571,1,1,4027.44,5977.49,-126.068,-1.27409,0,0,0,1,900,255,1,0),(160068,189978,571,1,1,3983.41,5187.21,14.7211,-0.50615,0,0,0,1,900,255,1,0),(161176,189978,571,1,1,6331.42,-2977.62,339.642,1.67551,0,0,0,1,900,255,1,0),(161175,189978,571,1,1,6286.91,-2671.79,304.413,-1.36136,0,0,0,1,900,255,1,0),(161174,189978,571,1,1,6286.33,-2263.17,237.82,-2.37364,0,0,0,1,900,255,1,0),(160313,189978,571,1,1,330.22,-3287.7,18.4444,-2.23402,0,0,0,1,900,255,1,0),(160312,189978,571,1,1,328.762,-5728,99.5547,-0.95993,0,0,0,1,900,255,1,0),(160704,189979,571,1,1,3304.73,-1804.23,85.4142,2.82743,0,0,0,1,600,255,1,0),(160703,189979,571,1,1,3297.32,-4432.25,323.849,-1.71042,0,0,0,1,600,255,1,0),(160649,189978,571,1,1,4641.26,-3944.71,249.82,-1.91986,0,0,0,1,600,255,1,0),(160648,189978,571,1,1,4585.62,-3743.73,233.273,-1.67551,0,0,0,1,600,255,1,0),(66878,189978,571,1,1,4807.29,-648.132,160.405,3.14159,0,0,0,1,900,255,1,0),(66931,189979,571,1,1,4807.29,-648.132,160.405,3.14159,0,0,0,1,900,255,1,0),(66879,189978,571,1,1,4781.06,-964.827,192.94,-2.00713,0,0,0,1,900,255,1,0),(66932,189979,571,1,1,4781.06,-964.827,192.94,-2.00713,0,0,0,1,900,255,1,0),(161152,189978,571,1,1,5840.19,-2309.73,288.201,-1.0821,0,0,0,1,900,255,1,0),(161179,189978,571,1,1,6439.04,-3330.39,404.906,-0.66322,0,0,0,1,900,255,1,0),(161178,189978,571,1,1,6436.63,-3241.96,405.875,-1.01229,0,0,0,1,900,255,1,0),(161177,189978,571,1,1,6365.95,-2193.24,272.601,-0.47124,0,0,0,1,900,255,1,0),(160067,189978,571,1,1,3966.95,4626.57,3.9666,1.48353,0,0,0,1,900,255,1,0),(160066,189978,571,1,1,3917.59,6440.27,12.2326,-2.16421,0,0,0,1,900,255,1,0),(66883,189978,571,1,1,4183.52,549.135,22.1289,-1.43117,0,0,0,1,900,255,1,0),(66936,189979,571,1,1,4183.52,549.135,22.1289,-1.43117,0,0,0,1,900,255,1,0),(161170,189978,571,1,1,6217.74,-2238.07,238.705,-1.97222,0,0,0,1,900,255,1,0),(161169,189978,571,1,1,6176.55,-3235.76,362.947,2.46091,0,0,0,1,900,255,1,0),(161168,189978,571,1,1,6171.83,-3366.97,363.118,0.73304,0,0,0,1,900,255,1,0),(161123,189978,571,1,1,5239.61,-2370.83,286.324,0.33161,0,0,0,1,900,255,1,0),(161122,189978,571,1,1,5213.89,-3377.16,290.401,1.81514,0,0,0,1,900,255,1,0),(161121,189978,571,1,1,5193.19,-3341.85,289.436,-2.65289,0,0,0,1,900,255,1,0),(161129,189978,571,1,1,5311.94,-1202.48,246.599,-1.16937,0,0,0,1,900,255,1,0),(161128,189978,571,1,1,5311.82,-3125.22,280.913,2.84488,0,0,0,1,900,255,1,0),(161127,189978,571,1,1,5309.97,-2060.15,241.468,1.62316,0,0,0,1,900,255,1,0),(160065,189978,571,1,1,3903.8,6724.67,152.868,-0.8203,0,0,0,1,900,255,1,0),(160064,189978,571,1,1,3835.13,4339.37,13.9343,-1.88495,0,0,0,1,900,255,1,0),(160063,189978,571,1,1,3815.14,4009.44,27.9435,-1.6057,0,0,0,1,900,255,1,0),(160062,189978,571,1,1,3806.03,4624.15,-4.2562,2.67035,0,0,0,1,900,255,1,0),(161141,189978,571,1,1,5512.26,-1314.16,238.393,-0.20944,0,0,0,1,900,255,1,0),(161140,189978,571,1,1,5410.57,-2534.09,292.406,2.51327,0,0,0,1,900,255,1,0),(161139,189978,571,1,1,5403.18,-2268.07,243.903,2.40855,0,0,0,1,900,255,1,0),(161116,189978,571,1,1,5131.74,-1276.76,248.314,3.07177,0,0,0,1,900,255,1,0),(161115,189978,571,1,1,5131.7,-2155.17,239.002,0.99484,0,0,0,1,900,255,1,0),(161114,189978,571,1,1,5126.98,-1597.36,236.562,-3.05433,0,0,0,1,900,255,1,0),(161103,189978,571,1,1,4914.59,-1231.76,174.732,0.08727,0,0,0,1,900,255,1,0),(161102,189978,571,1,1,4865.68,-2458.64,213.651,2.30383,0,0,0,1,900,255,1,0),(161101,189978,571,1,1,4862.15,-3603.41,307.034,1.50098,0,0,0,1,900,255,1,0),(160061,189978,571,1,1,3799.72,6641.22,152.917,3.00195,0,0,0,1,900,255,1,0),(160060,189978,571,1,1,3791.72,6400.17,201.611,-0.68068,0,0,0,1,900,255,1,0),(66965,195253,1,1,1,2760.44,-312.137,118.554,1.5708,0,0,0,1,180,255,1,0),(66966,195253,1,1,1,2766.66,-395.711,120.036,1.22173,0,0,0,1,180,255,1,0),(66967,195253,1,1,1,-6848.35,739.762,54.0557,0.488691,0,0,0,1,180,255,1,0),(66968,195253,0,1,1,-10491,-1155.44,33.921,0.087266,0,0,0,1,180,255,1,0),(66969,195253,0,1,1,-10515.1,-1150.08,33.9502,1.64061,0,0,0,1,180,255,1,0),(66970,195253,1,1,1,6521.33,464.942,16.8399,-2.75761,0,0,0,1,180,255,1,0),(66971,195253,1,1,1,6441.39,525.902,16.6102,-0.296705,0,0,0,1,180,255,1,0),(66972,195253,1,1,1,6434.63,603.883,25.3917,-1.8675,0,0,0,1,180,255,1,0),(66973,195253,0,1,1,-9471.47,42.1477,68.3571,1.48353,0,0,0,1,180,255,1,0),(66974,195253,0,1,1,-9481.61,26.2059,66.6079,3.01941,0,0,0,1,180,255,1,0),(66975,195253,0,1,1,-11009,-3342.63,87.0738,1.79769,0,0,0,1,180,255,1,0),(66976,195253,0,1,1,-10950.4,-3390.95,77.247,2.89724,0,0,0,1,180,255,1,0),(66977,195253,1,1,1,2736.19,-416.542,119.777,2.79252,0,0,0,1,180,255,1,0),(66978,195253,1,1,1,2714.17,-356.15,118.547,-0.645772,0,0,0,1,180,255,1,0),(66979,195253,1,1,1,2745.54,-451.896,119.853,-1.91986,0,0,0,1,180,255,1,0),(66980,195253,1,1,1,-6744.6,767.858,102.267,-2.74016,0,0,0,1,180,255,1,0),(66981,195253,0,1,1,-840.992,-593.922,17.596,0.052359,0,0,0,1,180,255,1,0),(66982,195253,0,1,1,-9233.22,-2167.36,70.2522,-1.58825,0,0,0,1,180,255,1,0),(66983,195253,1,1,1,-3841.62,-4402.08,20.5505,-0.802851,0,0,0,1,180,255,1,0),(66984,195253,1,1,1,6420.54,559.739,21.327,1.25664,0,0,0,1,180,255,1,0),(66985,195253,1,1,1,6438.27,515.244,16.5496,-0.314158,0,0,0,1,180,255,1,0),(66986,195253,1,1,1,6434.66,504.66,16.5225,-0.349065,0,0,0,1,180,255,1,0),(66987,195253,0,1,1,-9530.79,-1220.31,51.7466,-0.610864,0,0,0,1,180,255,1,0),(66988,195253,0,1,1,-8845.92,468.922,122.352,-2.47837,0,0,0,1,180,255,1,0),(66989,195253,0,1,1,-10538.8,-1170.11,34.1571,-3.05433,0,0,0,1,180,255,1,0),(66990,195253,0,1,1,-10500.5,-1164.44,34.3681,-1.50098,0,0,0,1,180,255,1,0),(66991,195253,1,1,1,-3836.67,-4444.63,16.0376,0.802851,0,0,0,1,180,255,1,0),(66992,195253,1,1,1,-3747.64,-4350.52,17.5358,-1.58825,0,0,0,1,180,255,1,0),(66993,195253,0,1,1,-11046.2,-3406.02,77.368,-2.56563,0,0,0,1,180,255,1,0),(66994,195253,1,1,1,-3706.26,-4339.77,15.0358,-2.3911,0,0,0,1,180,255,1,0),(66995,195253,0,1,1,-3839.06,-827.16,15.9029,1.55334,0,0,0,1,180,255,1,0),(66996,195253,0,1,1,-848.737,-602.049,17.5255,-1.55334,0,0,0,1,180,255,1,0),(66997,195253,0,1,1,-867.686,-560.873,17.4662,3.14159,0,0,0,1,180,255,1,0),(66998,195253,0,1,1,-9221.18,-2167.57,70.2239,-1.58825,0,0,0,1,180,255,1,0),(66999,195253,0,1,1,-12330.1,185.076,17.687,-0.523598,0,0,0,1,180,255,1,0),(67000,195253,0,1,1,-12333.8,196.467,16.9059,0.558504,0,0,0,1,180,255,1,0),(67001,195253,0,1,1,-8862.35,489.578,122.263,-2.46091,0,0,0,1,180,255,1,0),(67002,195253,0,1,1,-9451.46,22.5549,72.5988,-0.122173,0,0,0,1,180,255,1,0),(67003,195253,0,1,1,-3800.41,-825.279,15.9244,-0.017452,0,0,0,1,180,255,1,0),(67004,195253,0,1,1,-3824.02,-816.665,15.8994,1.55334,0,0,0,1,180,255,1,0),(67005,195253,0,1,1,-3808.09,-816.943,15.8813,1.55334,0,0,0,1,180,255,1,0),(67006,195253,0,1,1,-867.686,-576.159,17.469,3.14159,0,0,0,1,180,255,1,0),(67007,195253,0,1,1,-859.065,-553.185,17.4666,1.5708,0,0,0,1,180,255,1,0),(67008,195253,0,1,1,-9202.23,-2141.32,70.2668,1.6057,0,0,0,1,180,255,1,0),(67009,195253,0,1,1,-9241.35,-2158.48,70.1542,3.12412,0,0,0,1,180,255,1,0),(67010,195253,0,1,1,-9214.25,-2141.55,70.169,1.55334,0,0,0,1,180,255,1,0),(67011,195253,0,1,1,-10515.1,-1176.3,34.0014,-1.50098,0,0,0,1,180,255,1,0),(67012,195253,0,1,1,-10530.2,-1177.49,33.8839,-1.48353,0,0,0,1,180,255,1,0),(67013,195253,0,1,1,-10500.2,-1148.38,33.9002,1.71042,0,0,0,1,180,255,1,0),(67014,195253,0,1,1,-12342.4,180.949,16.885,-1.55334,0,0,0,1,180,255,1,0),(67015,195253,0,1,1,-10533.7,-1151.55,34.01,1.64061,0,0,0,1,180,255,1,0),(67016,195253,0,1,1,-3700.95,-814.647,22.5461,-0.471238,0,0,0,1,180,255,1,0),(67017,195253,0,1,1,-3827.5,-842.746,15.8873,-1.58825,0,0,0,1,180,255,1,0),(67018,195253,0,1,1,-841.549,-578.788,17.503,0,0,0,0,1,180,255,1,0),(67019,195253,0,1,1,-12342.8,201.376,16.9128,-1.53589,0,0,0,1,180,255,1,0),(67020,195253,0,1,1,-3642.64,-725.777,19.28,-2.02458,0,0,0,1,180,255,1,0),(67021,195253,0,1,1,-3840.64,-843.026,15.8984,-1.53589,0,0,0,1,180,255,1,0),(67022,195253,230,1,1,876.175,-218.116,-37.5498,2.09439,0,0,0,1,180,255,1,0),(67023,195253,230,1,1,892.459,-168.132,-37.2257,-2.61799,0,0,0,1,180,255,1,0),(67024,195253,230,1,1,897.07,-206.645,-37.4959,2.07694,0,0,0,1,180,255,1,0),(67025,195253,230,1,1,886.68,-212.39,-37.4664,2.07694,0,0,0,1,180,255,1,0),(67026,195253,230,1,1,855.381,-230.789,-37.2527,2.11185,0,0,0,1,180,255,1,0),(67027,195253,230,1,1,898.565,-178.468,-37.0915,-2.61799,0,0,0,1,180,255,1,0),(67028,195253,230,1,1,843.094,-229.722,-36.9933,0.558504,0,0,0,1,180,255,1,0),(67029,195253,0,1,1,-6486.01,-1180.54,343.689,0.610864,0,0,0,1,180,255,1,0),(67030,195253,0,1,1,-5596.98,-512.899,411.597,1.55334,0,0,0,1,180,255,1,0),(67031,195253,0,1,1,-5578.94,-461.743,409.891,-1.58825,0,0,0,1,180,255,1,0),(67032,195253,0,1,1,-5582.83,-503.693,411.74,1.55334,0,0,0,1,180,255,1,0),(67033,195253,0,1,1,-5604.45,-512.76,411.591,1.53589,0,0,0,1,180,255,1,0),(67034,195253,0,1,1,-6496.61,-1178.53,330.18,2.18166,0,0,0,1,180,255,1,0),(67035,195253,0,1,1,-14470.8,488.611,32.3965,-2.26892,0,0,0,1,180,255,1,0),(67036,195253,0,1,1,-5575.94,-509.474,411.792,-0.017452,0,0,0,1,180,255,1,0),(67037,195253,0,1,1,-6488.25,-1191.1,343.957,-0.977383,0,0,0,1,180,255,1,0),(67038,195253,0,1,1,-6496.73,-1178.66,343.566,2.18166,0,0,0,1,180,255,1,0),(67039,195253,0,1,1,-6498.48,-1189.06,343.713,-2.54818,0,0,0,1,180,255,1,0),(67040,195253,0,1,1,-5593.03,-509.229,411.614,3.10665,0,0,0,1,180,255,1,0),(67041,195253,0,1,1,-5576.13,-520.752,411.746,-0.017452,0,0,0,1,180,255,1,0),(67042,195253,0,1,1,-5612.14,-518.682,411.982,3.12412,0,0,0,1,180,255,1,0),(67043,195253,0,1,1,-14423.2,526.542,9.59473,-1.18682,0,0,0,1,180,255,1,0),(67044,195253,530,1,1,-1678.58,5425.51,-27.1223,0.034906,0,0,0,1,180,255,1,0),(67045,195253,530,1,1,-2056.81,5228.37,-27.3976,0.750491,0,0,0,1,180,255,1,0),(67046,195253,530,1,1,203.049,4333.75,125.161,3.14159,0,0,0,1,180,255,1,0),(67047,195253,530,1,1,-155.342,5529.74,33.9625,0.314158,0,0,0,1,180,255,1,0),(67048,195253,530,1,1,-222.409,5391.95,40.3267,-1.36136,0,0,0,1,180,255,1,0),(67049,195253,530,1,1,-337.41,5481.8,37.9165,-0.122173,0,0,0,1,180,255,1,0),(67050,195253,530,1,1,-717.315,2750.21,100.815,-3.10665,0,0,0,1,180,255,1,0),(67051,195253,530,1,1,-690.676,2732.45,100.917,-0.017452,0,0,0,1,180,255,1,0),(67052,195253,530,1,1,-223.14,5396.12,40.3287,1.8675,0,0,0,1,180,255,1,0),(67053,195253,530,1,1,-159.927,5517.31,33.2424,-1.25664,0,0,0,1,180,255,1,0),(67054,195253,530,1,1,-91.7052,5545.66,45.6169,-0.104719,0,0,0,1,180,255,1,0),(67055,195253,530,1,1,-341.689,5481.86,37.9432,3.05433,0,0,0,1,180,255,1,0),(67056,195253,530,1,1,1044.88,7361.03,45.5654,-2.40855,0,0,0,1,180,255,1,0),(67057,195253,530,1,1,-1960.27,5271.78,-26.9706,-2.05949,0,0,0,1,180,255,1,0),(67058,195253,530,1,1,-166.157,5537.29,33.2269,1.88495,0,0,0,1,180,255,1,0),(67059,195253,530,1,1,-699.26,2709.34,101.099,-1.58825,0,0,0,1,180,255,1,0),(67060,195253,530,1,1,-690.39,2717.36,101.012,0,0,0,0,1,180,255,1,0),(67061,195253,530,1,1,-96.0422,5545.81,45.6017,3.08918,0,0,0,1,180,255,1,0),(67062,195253,530,1,1,-181.545,5532.26,33.2293,1.88495,0,0,0,1,180,255,1,0),(67063,195253,530,1,1,-716.841,2735.05,100.798,3.14159,0,0,0,1,180,255,1,0),(67064,195253,530,1,1,-175.368,5512.14,33.3746,-1.25664,0,0,0,1,180,255,1,0),(67065,195253,530,1,1,-186.249,5519.74,33.7335,-2.82743,0,0,0,1,180,255,1,0),(67066,195253,571,1,1,5762.13,588.518,618.828,0.890117,0,0,0,1,180,255,1,0),(67067,195253,571,1,1,5659.44,679.328,661.851,-0.418879,0,0,0,1,180,255,1,0),(67068,195253,571,1,1,3404.85,-2779.62,207.374,2.21656,0,0,0,1,180,255,1,0),(67069,195253,571,1,1,5427.37,-2617.24,310.786,-1.58825,0,0,0,1,180,255,1,0),(67070,195253,571,1,1,5435.42,-2610.14,310.76,-0.017452,0,0,0,1,180,255,1,0),(67071,195253,571,1,1,5418.95,-2609.53,310.775,3.12412,0,0,0,1,180,255,1,0),(67072,195253,571,1,1,5427.16,-2601.81,310.779,1.55334,0,0,0,1,180,255,1,0),(67073,195253,571,1,1,5948.39,621.139,660.809,2.77507,0,0,0,1,180,255,1,0),(67074,195254,0,1,1,-8852.53,539.681,117.809,0.244346,0,0,0,1,180,255,1,0),(67075,195254,0,1,1,-9094.66,429.094,99.0901,-0.820303,0,0,0,1,180,255,1,0),(67076,195254,0,1,1,-9076.73,406.132,98.6196,2.25147,0,0,0,1,180,255,1,0),(67077,195254,0,1,1,-8935.06,522.067,109.389,-2.47837,0,0,0,1,180,255,1,0),(67078,195254,0,1,1,-8948.83,539.007,109.32,-2.47837,0,0,0,1,180,255,1,0),(67079,195254,571,1,1,5353.1,-2653.16,310.52,-2.426,0,0,0,1,180,255,1,0),(67080,195254,571,1,1,3787.58,1624.98,107.1,0.296705,0,0,0,1,180,255,1,0),(67081,195254,571,1,1,3802.91,1477.59,94.3996,-3.01941,0,0,0,1,180,255,1,0),(67082,195255,1,1,1,-3703.81,-4511.26,21.8789,0.453785,0,0,0,1,180,255,1,0),(67083,195255,0,1,1,-4931.61,-1206.36,509.64,-2.32129,0,0,0,1,180,255,1,0),(67084,195255,0,1,1,-4700.94,-958.901,510.295,0.820303,0,0,0,1,180,255,1,0),(67085,195255,0,1,1,-4720.98,-1235.2,510.423,2.1293,0,0,0,1,180,255,1,0),(67086,195255,0,1,1,-3725.23,-766.948,26.0786,1.0821,0,0,0,1,180,255,1,0),(67087,195255,0,1,1,-3753.53,-821.631,26.2235,-2.05949,0,0,0,1,180,255,1,0),(67088,195255,1,1,1,-3831.23,-4596.93,23.9426,-2.60053,0,0,0,1,180,255,1,0),(67089,195255,0,1,1,-9085.24,418.316,121.565,-2.49582,0,0,0,1,180,255,1,0),(67090,195255,1,1,1,-3884.88,-4538.85,23.8499,-2.07694,0,0,0,1,180,255,1,0),(67091,195255,0,1,1,-4878.06,-879.947,510.242,-1.25664,0,0,0,1,180,255,1,0),(67092,195255,0,1,1,-4928.49,-902.764,510.451,-0.994837,0,0,0,1,180,255,1,0),(67093,195255,0,1,1,-3659.68,-855.64,12.3937,-0.488691,0,0,0,1,180,255,1,0),(67094,195255,0,1,1,-4672.9,-992.939,510.192,0.575957,0,0,0,1,180,255,1,0),(67095,195255,0,1,1,-4684.72,-1205.31,510.45,2.35619,0,0,0,1,180,255,1,0),(67096,195255,0,1,1,-5003.48,-983.329,510.498,-0.488691,0,0,0,1,180,255,1,0),(67097,195255,0,1,1,-3757.12,-809.07,26.3116,2.65289,0,0,0,1,180,255,1,0),(67098,195255,0,1,1,-3684.41,-798.558,26.1997,-0.488691,0,0,0,1,180,255,1,0),(67099,195255,0,1,1,-4971.15,-937.866,510.349,-0.750491,0,0,0,1,180,255,1,0),(67100,195255,0,1,1,-4959.71,-1172.35,509.83,-2.58308,0,0,0,1,180,255,1,0),(67101,195255,0,1,1,-3705.14,-837.566,26.0815,-0.488691,0,0,0,1,180,255,1,0),(67102,195255,0,1,1,-9235.65,-2198.99,81.7134,3.14159,0,0,0,1,180,255,1,0),(67103,195255,0,1,1,-3736.75,-770.748,26.2595,2.65289,0,0,0,1,180,255,1,0),(67104,195255,0,1,1,-3687.16,-787.194,26.0925,1.0821,0,0,0,1,180,255,1,0),(67105,195255,0,1,1,-3645.15,-829.442,12.2435,-0.523598,0,0,0,1,180,255,1,0),(67106,195255,0,1,1,-3716.69,-841.232,26.0287,-2.05949,0,0,0,1,180,255,1,0),(67107,195255,530,1,1,282.604,6088.58,141.444,-1.58825,0,0,0,1,180,255,1,0),(67108,195255,530,1,1,-263.839,5499.67,50.4126,-2.56563,0,0,0,1,180,255,1,0),(67109,195255,530,1,1,-247.461,5509.38,50.5036,0.575957,0,0,0,1,180,255,1,0),(67110,195255,530,1,1,-632.542,2590.2,83.523,-0.977383,0,0,0,1,180,255,1,0),(67111,195255,530,1,1,-761.409,2621.02,118.679,0.558504,0,0,0,1,180,255,1,0),(67112,195255,530,1,1,-597.935,2751.37,82.6068,0.95993,0,0,0,1,180,255,1,0),(67113,195255,530,1,1,-655.451,2575.62,83.5774,-0.994837,0,0,0,1,180,255,1,0),(67114,195255,530,1,1,-784.138,2658.92,119.216,0.541051,0,0,0,1,180,255,1,0),(67115,195255,530,1,1,-621.886,2768.66,82.2401,0.95993,0,0,0,1,180,255,1,0),(67116,195255,530,1,1,-250.339,5496.27,50.5756,-0.977383,0,0,0,1,180,255,1,0),(67120,195255,530,1,1,-260.162,5513.39,50.6323,2.16421,0,0,0,1,180,255,1,0),(67121,195255,571,1,1,3431.32,-2776.56,215.758,0.645772,0,0,0,1,180,255,1,0),(67342,195255,571,1,1,3865.47,1634.12,93.6203,-0.925024,0,0,0,1,180,255,1,0),(67346,195255,571,1,1,3207.17,-2204.59,142.3,-1.02974,0,0,0,1,180,255,1,0),(67349,195255,571,1,1,5422.83,-2574.39,314.518,-1.55334,0,0,0,1,180,255,1,0),(67350,195255,571,1,1,3232.42,-718.924,167.996,2.07694,0,0,0,1,180,255,1,0),(67353,195255,571,1,1,5606.07,-662.393,232.806,-2.94959,0,0,0,1,180,255,1,0),(67355,195255,571,1,1,3191.5,-2233.64,117.811,-1.58825,0,0,0,1,180,255,1,0),(67356,195255,571,1,1,3784.71,1522.59,91.5054,2.00713,0,0,0,1,180,255,1,0),(67358,195255,571,1,1,3635.29,245.635,58.8666,0.069812,0,0,0,1,180,255,1,0),(67359,195255,571,1,1,3187.29,-2198.18,141.946,-2.46091,0,0,0,1,180,255,1,0),(67361,195255,571,1,1,3876.29,1616.89,93.5479,2.05949,0,0,0,1,180,255,1,0),(67362,195255,571,1,1,3775.94,1543.24,90.9749,-1.18682,0,0,0,1,180,255,1,0),(67365,195255,571,1,1,3661.48,303.951,-109.431,-0.017452,0,0,0,1,180,255,1,0),(67366,195255,571,1,1,3193.72,-2178.35,141.741,2.07694,0,0,0,1,180,255,1,0),(67367,195255,571,1,1,3665.19,265.604,-109.372,0.174532,0,0,0,1,180,255,1,0),(67368,195255,571,1,1,3628.32,318.184,59.3189,0.261798,0,0,0,1,180,255,1,0),(67371,195256,1,1,1,2785.96,-434.604,116.525,2.77507,0,0,0,1,180,255,1,0),(67373,195256,1,1,1,2728.34,-353.425,108.593,-0.139624,0,0,0,1,180,255,1,0),(67375,195256,1,1,1,2713.12,-371.908,108.067,-1.0821,0,0,0,1,180,255,1,0),(67376,195256,1,1,1,-6838.14,740.341,42.402,0.244346,0,0,0,1,180,255,1,0),(67377,195256,1,1,1,-6803.87,802.201,51.428,-2.77507,0,0,0,1,180,255,1,0),(67378,195256,1,1,1,-6807.1,810.202,51.2054,-2.72271,0,0,0,1,180,255,1,0),(67379,195256,1,1,1,-6841.45,747.798,42.5787,0.645772,0,0,0,1,180,255,1,0),(67380,195256,1,1,1,-6848.25,781.352,43.5151,1.55334,0,0,0,1,180,255,1,0),(67381,195256,0,1,1,-9013.6,889.642,29.6206,-1.39626,0,0,0,1,180,255,1,0),(67382,195256,0,1,1,-8833.52,541.753,96.9853,0.942477,0,0,0,1,180,255,1,0),(67384,195256,0,1,1,-10544.2,-1169.38,27.5815,3.08918,0,0,0,1,180,255,1,0),(67385,195256,0,1,1,-10572,-1148.97,26.4383,-0.925024,0,0,0,1,180,255,1,0),(67386,195256,0,1,1,-10576.2,-1190.16,27.473,0.488691,0,0,0,1,180,255,1,0),(67433,195256,1,1,1,-3677.69,-4378.2,10.6549,-1.79769,0,0,0,1,180,255,1,0),(67435,195256,1,1,1,-3755.93,-4354.49,10.8949,-1.62316,0,0,0,1,180,255,1,0),(67437,195256,1,1,1,-3618.21,-4458.03,13.6221,-3.12412,0,0,0,1,180,255,1,0),(67439,195256,1,1,1,-3793.05,-4520.67,11.0869,2.58308,0,0,0,1,180,255,1,0),(67442,195256,1,1,1,-3875.16,-4608.8,9.26107,1.09956,0,0,0,1,180,255,1,0),(67444,195256,1,1,1,3995.19,-1281.88,254.08,-2.16421,0,0,0,1,180,255,1,0),(67451,195256,1,1,1,3989.84,-1320.16,253.072,2.53072,0,0,0,1,180,255,1,0),(67626,195256,1,1,1,-3805.92,-4428.6,12.8887,2.89724,0,0,0,1,180,255,1,0),(67628,195256,1,1,1,9662.22,2519.78,1331.62,-2.77507,0,0,0,1,180,255,1,0),(67632,195256,1,1,1,9686.92,2531.01,1337.3,-2.74016,0,0,0,1,180,255,1,0),(67637,195256,571,1,1,5221.92,-1337.25,241.859,-1.02974,0,0,0,1,180,255,1,0),(67638,195256,571,1,1,5197.74,-1301.54,244.17,-0.680679,0,0,0,1,180,255,1,0),(67641,195256,571,1,1,5209.9,-1336.67,242.607,-1.71042,0,0,0,1,180,255,1,0),(67653,195256,571,1,1,5228.02,-1298.78,242.803,0.750491,0,0,0,1,180,255,1,0),(67657,195256,571,1,1,4100.66,-822.054,313.313,3.08918,0,0,0,1,180,255,1,0),(67675,195256,571,1,1,5625.44,-713.15,206.267,3.01941,0,0,0,1,180,255,1,0),(67683,195256,571,1,1,8856.85,-1321.51,1033.44,-0.261798,0,0,0,1,180,255,1,0),(67692,195256,571,1,1,8861.07,-1331.56,1032.67,0.226892,0,0,0,1,180,255,1,0),(67693,195256,571,1,1,8875.35,-1375.63,1034.18,0.925024,0,0,0,1,180,255,1,0),(67694,195256,571,1,1,8894.64,-1370.03,1033.83,2.54818,0,0,0,1,180,255,1,0),(67696,195256,571,1,1,8471.39,-348.333,906.932,1.81514,0,0,0,1,180,255,1,0),(67758,195256,571,1,1,8436.62,-338.528,906.608,-0.715585,0,0,0,1,180,255,1,0),(67759,195256,571,1,1,8477.15,-325.823,905.875,-2.26892,0,0,0,1,180,255,1,0),(67760,195256,571,1,1,8442.05,-343.196,906.608,2.33874,0,0,0,1,180,255,1,0),(67762,195256,571,1,1,6143.56,-1062.89,402.464,-2.37364,0,0,0,1,180,255,1,0),(67763,195256,571,1,1,6104.26,-1076.63,403.506,1.53589,0,0,0,1,180,255,1,0),(67765,195256,571,1,1,6128.46,-1071.17,402.915,1.58825,0,0,0,1,180,255,1,0),(67766,195256,571,1,1,6181.41,-1060.37,410.694,1.3439,0,0,0,1,180,255,1,0),(67767,195256,0,1,1,-9378.76,-86.2716,63.6306,-2.74016,0,0,0,1,180,255,1,0),(67768,195256,0,1,1,-11023.7,-3403.58,65.0967,0.453785,0,0,0,1,180,255,1,0),(67769,195256,0,1,1,-10960.9,-3443.02,64.9828,2.79252,0,0,0,1,180,255,1,0),(67770,195256,0,1,1,-11108.6,-3450.28,64.9543,0.087266,0,0,0,1,180,255,1,0),(67771,195256,1,1,1,2784.63,-351.101,107.519,-2.68781,0,0,0,1,180,255,1,0),(67772,195256,1,1,1,-6863.96,721.329,45.6621,1.74533,0,0,0,1,180,255,1,0),(67776,195256,0,1,1,-5000.16,-841.309,501.659,-2.46091,0,0,0,1,180,255,1,0),(67777,195256,0,1,1,-4980.03,-865.875,501.659,-2.54818,0,0,0,1,180,255,1,0),(67778,195256,0,1,1,-4997.85,-880.69,501.659,0.715585,0,0,0,1,180,255,1,0),(67779,195256,0,1,1,-4990.29,-853.343,501.659,-2.44346,0,0,0,1,180,255,1,0),(67781,195256,0,1,1,-5018.23,-855.977,501.659,0.680677,0,0,0,1,180,255,1,0),(67782,195256,0,1,1,-5008.32,-868.188,501.659,0.767944,0,0,0,1,180,255,1,0),(67783,195256,530,1,1,-1671.23,5419.22,-38.8372,1.01229,0,0,0,1,180,255,1,0),(67784,195256,0,1,1,-3634.68,-831.379,10.724,-1.11701,0,0,0,1,180,255,1,0),(67785,195256,0,1,1,-3527.58,-886.202,10.7265,-1.15192,0,0,0,1,180,255,1,0),(67791,195256,0,1,1,-3717.83,-739.974,10.2762,-1.65806,0,0,0,1,180,255,1,0),(67797,195256,0,1,1,-3883.96,-618.031,5.36373,2.11185,0,0,0,1,180,255,1,0),(67803,195256,0,1,1,-699.977,-528.644,25.5933,2.46091,0,0,0,1,180,255,1,0),(67804,195256,0,1,1,-721.003,-508.469,26.4912,-1.22173,0,0,0,1,180,255,1,0),(67805,195256,0,1,1,-703.508,-512.517,25.899,-2.44346,0,0,0,1,180,255,1,0),(67806,195256,0,1,1,-820.159,-509.365,14.602,-2.54818,0,0,0,1,180,255,1,0),(67807,195256,0,1,1,-9248.94,-2068.15,76.475,-1.55334,0,0,0,1,180,255,1,0),(67808,195256,0,1,1,-9423.64,-2244.61,68.4526,2.72271,0,0,0,1,180,255,1,0),(67809,195256,0,1,1,-9183.47,-2113,87.7816,1.69297,0,0,0,1,180,255,1,0),(67810,195256,1,1,1,-3847.51,-4456.9,12.4744,0.034906,0,0,0,1,180,255,1,0),(67811,195256,1,1,1,6353.85,546.37,15.9529,2.84488,0,0,0,1,180,255,1,0),(67812,195256,1,1,1,6368.94,475.68,18.1209,0.977383,0,0,0,1,180,255,1,0),(67813,195256,1,1,1,9658.83,2532.64,1331.52,2.96704,0,0,0,1,180,255,1,0),(67814,195256,1,1,1,9687.26,2518.82,1337.31,2.51327,0,0,0,1,180,255,1,0),(67815,195256,0,1,1,-9528.31,-1220.07,47.512,-1.20428,0,0,0,1,180,255,1,0),(67816,195256,0,1,1,-9021.94,883.635,29.6206,-0.418879,0,0,0,1,180,255,1,0),(67817,195256,0,1,1,-10505,-1260.65,41.0628,2.70526,0,0,0,1,180,255,1,0),(67818,195256,1,1,1,-3809.4,-4507.4,11.2316,-0.820303,0,0,0,1,180,255,1,0),(67819,195256,1,1,1,-3980.87,-4722.02,4.52101,-2.28638,0,0,0,1,180,255,1,0),(67820,195256,1,1,1,-3890.49,-4594.44,9.22391,0.663223,0,0,0,1,180,255,1,0),(67821,195256,1,1,1,-4000.23,-4702.7,4.60181,-2.30383,0,0,0,1,180,255,1,0),(67822,195256,1,1,1,-3637.8,-4344.83,6.70639,-0.698132,0,0,0,1,180,255,1,0),(67823,195256,1,1,1,-3668.36,-4389.48,10.6087,3.10665,0,0,0,1,180,255,1,0),(67826,195256,0,1,1,-9461.54,46.4045,56.6063,0.925024,0,0,0,1,180,255,1,0),(67828,195256,0,1,1,-11097.4,-3444.51,64.9543,-2.14675,0,0,0,1,180,255,1,0),(67829,195256,0,1,1,-11024.7,-3335.21,64.2872,1.22173,0,0,0,1,180,255,1,0),(67830,195256,0,1,1,-11036.2,-3464.26,64.9543,0.837757,0,0,0,1,180,255,1,0),(67831,195256,0,1,1,-10986.1,-3452.44,65.0053,2.09439,0,0,0,1,180,255,1,0),(67833,195256,1,1,1,-3626.21,-4359.01,6.70639,2.28638,0,0,0,1,180,255,1,0),(67834,195256,1,1,1,-3739.39,-4354.5,10.8762,-1.48353,0,0,0,1,180,255,1,0),(67835,195256,0,1,1,-3782.5,-784.072,8.80204,1.6057,0,0,0,1,180,255,1,0),(67836,195256,0,1,1,-3814.44,-754.409,8.07528,-0.680679,0,0,0,1,180,255,1,0),(67837,195256,0,1,1,-811.97,-550.777,15.5091,1.62316,0,0,0,1,180,255,1,0),(67838,195256,0,1,1,-804.305,-603.817,15.0128,-3.12412,0,0,0,1,180,255,1,0),(67839,195256,0,1,1,-854.428,-504.039,11.2423,-1.44862,0,0,0,1,180,255,1,0),(67840,195256,0,1,1,-9285.96,-2268.29,69.3834,-0.628317,0,0,0,1,180,255,1,0),(67841,195256,0,1,1,-9256.66,-2226.64,63.9334,3.08918,0,0,0,1,180,255,1,0),(67842,195256,571,1,1,6195.85,-1050.23,410.58,2.75761,0,0,0,1,180,255,1,0),(67843,195256,571,1,1,6132.97,-1080.29,402.548,-3.07177,0,0,0,1,180,255,1,0),(67844,195256,530,1,1,-1671.69,5430.75,-38.8296,-0.994837,0,0,0,1,180,255,1,0),(67845,195256,0,1,1,-3577.63,-850.181,14.6426,-2.05949,0,0,0,1,180,255,1,0),(67846,195256,0,1,1,-3720.9,-593.036,5.02881,-3.08918,0,0,0,1,180,255,1,0),(67847,195256,0,1,1,-790.763,-511.988,17.7414,-2.23402,0,0,0,1,180,255,1,0),(67848,195256,0,1,1,-9184.45,-2083.87,87.7621,-2.54818,0,0,0,1,180,255,1,0),(67849,195256,0,1,1,-9289.4,-2302.5,69.382,0.279252,0,0,0,1,180,255,1,0),(67854,195256,0,1,1,-12343,154.528,4.77617,2.63544,0,0,0,1,180,255,1,0),(67864,195256,0,1,1,-9653.36,-1351.62,49.9791,2.19912,0,0,0,1,180,255,1,0),(67877,195256,0,1,1,-10583.3,-1248.73,36.165,-0.610864,0,0,0,1,180,255,1,0),(67878,195256,0,1,1,-10514.6,-1245.22,41.1169,-0.855211,0,0,0,1,180,255,1,0),(67879,195256,0,1,1,-3880.62,-595.061,5.86222,-1.22173,0,0,0,1,180,255,1,0),(67880,195256,0,1,1,-3755.77,-683.807,8.79328,0.331611,0,0,0,1,180,255,1,0),(67881,195256,0,1,1,-3760.64,-751.786,7.89434,2.07694,0,0,0,1,180,255,1,0),(67882,195256,0,1,1,-3769.22,-860.95,10.246,0.890117,0,0,0,1,180,255,1,0),(67883,195256,0,1,1,-3730.96,-625.171,5.90658,1.18682,0,0,0,1,180,255,1,0),(67884,195256,0,1,1,-892.098,-532.284,8.58027,0.052359,0,0,0,1,180,255,1,0),(67885,195256,0,1,1,-834.324,-527.053,11.853,2.53072,0,0,0,1,180,255,1,0),(67886,195256,0,1,1,-9426.25,-2231.33,68.5408,-2.426,0,0,0,1,180,255,1,0),(67887,195256,0,1,1,-9409.73,-2292.76,69.385,2.63544,0,0,0,1,180,255,1,0),(67888,195256,571,1,1,6105.88,-1064.44,403.306,-0.523598,0,0,0,1,180,255,1,0),(67889,195256,0,1,1,-10528.9,-1196.53,26.941,2.23402,0,0,0,1,180,255,1,0),(67890,195256,0,1,1,-10565.7,-1214.24,26.5597,-0.069812,0,0,0,1,180,255,1,0),(67891,195256,0,1,1,-3865.97,-715.163,8.11382,0.663223,0,0,0,1,180,255,1,0),(67892,195256,0,1,1,-3600.97,-896.232,14.6426,1.0472,0,0,0,1,180,255,1,0),(67893,195256,0,1,1,-894.953,-544.774,6.87962,0.418879,0,0,0,1,180,255,1,0),(67894,195256,0,1,1,-824.021,-569.205,15.2167,-2.16421,0,0,0,1,180,255,1,0),(67895,195256,0,1,1,-845.95,-545.974,11.0796,1.65806,0,0,0,1,180,255,1,0),(67896,195256,0,1,1,-746.495,-541.341,19.4194,-2.26892,0,0,0,1,180,255,1,0),(67897,195256,0,1,1,-9419,-2066.18,58.9032,-2.09439,0,0,0,1,180,255,1,0),(67898,195256,0,1,1,-9407.07,-2258.57,69.3851,-2.87979,0,0,0,1,180,255,1,0),(67899,195256,0,1,1,-9246.19,-2136.64,63.9338,-2.67035,0,0,0,1,180,255,1,0),(67900,195256,0,1,1,-8874.09,640.259,96.0894,0.541051,0,0,0,1,180,255,1,0),(67901,195256,0,1,1,-3912.7,-614.061,5.09038,-0.837757,0,0,0,1,180,255,1,0),(67903,195256,0,1,1,-3767.44,-623.788,8.52487,0.471238,0,0,0,1,180,255,1,0),(67904,195256,0,1,1,-3759.36,-643.76,8.27602,-2.16421,0,0,0,1,180,255,1,0),(67905,195256,0,1,1,-9234.27,-2077.68,76.5569,2.67035,0,0,0,1,180,255,1,0),(67906,195256,0,1,1,-3851.15,-705.537,8.20285,-2.65289,0,0,0,1,180,255,1,0),(67907,195256,0,1,1,-3743.92,-711.294,8.23859,-1.18682,0,0,0,1,180,255,1,0),(67908,195256,0,1,1,-3837.73,-762.72,8.20215,0.191985,0,0,0,1,180,255,1,0),(67909,195256,0,1,1,-3694.83,-870.158,9.91187,2.14675,0,0,0,1,180,255,1,0),(67910,195256,0,1,1,-3662.96,-776.941,9.91138,-2.46091,0,0,0,1,180,255,1,0),(67911,195256,0,1,1,-3737.77,-572.985,4.34505,-0.855211,0,0,0,1,180,255,1,0),(67912,195256,0,1,1,-3738.68,-601.949,5.17563,0.942477,0,0,0,1,180,255,1,0),(67913,195256,0,1,1,-3793.48,-772.669,8.73583,0.191985,0,0,0,1,180,255,1,0),(67914,195256,0,1,1,-3650.15,-861.073,10.7246,0.122173,0,0,0,1,180,255,1,0),(67915,195256,230,1,1,855.561,-142.067,-48.0872,-1.11701,0,0,0,1,180,255,1,0),(67917,195256,230,1,1,879.826,-145.935,-49.7594,-1.85005,0,0,0,1,180,255,1,0),(67918,195256,230,1,1,874.269,-182.294,-43.7037,-1.11701,0,0,0,1,180,255,1,0),(67919,195256,230,1,1,870.174,-219.478,-43.7037,2.96704,0,0,0,1,180,255,1,0),(67920,195256,230,1,1,886.752,-156.676,-49.7605,-3.03684,0,0,0,1,180,255,1,0),(67921,195256,230,1,1,848.401,-146.281,-48.0859,-1.11701,0,0,0,1,180,255,1,0),(67922,195256,0,1,1,-11298.5,-192.833,75.5637,-2.60053,0,0,0,1,180,255,1,0),(67924,195256,0,1,1,-11303.3,-210.201,76.178,1.90241,0,0,0,1,180,255,1,0),(67925,195256,0,1,1,-6507.06,-1174.38,309.221,1.81514,0,0,0,1,180,255,1,0),(67926,195256,0,1,1,-6459.26,-1101.01,306.003,-2.74016,0,0,0,1,180,255,1,0),(67928,195256,0,1,1,-6521.32,-1109,311.013,-2.07694,0,0,0,1,180,255,1,0),(67929,195256,0,1,1,-4602.83,-912.786,501.066,-2.49582,0,0,0,1,180,255,1,0),(67930,195256,0,1,1,-4618.02,-925.12,501.062,0.785397,0,0,0,1,180,255,1,0),(67931,195256,0,1,1,-4609.13,-905.392,501.068,-2.37364,0,0,0,1,180,255,1,0),(67932,195256,0,1,1,-4623.99,-917.633,501.063,0.698132,0,0,0,1,180,255,1,0),(67933,195256,0,1,1,-11317.5,-185.711,75.0316,-1.20428,0,0,0,1,180,255,1,0),(67934,195256,0,1,1,-11336,-213.995,75.22,2.42601,0,0,0,1,180,255,1,0),(67935,195256,0,1,1,-6561.41,-1106.39,310.749,0.698132,0,0,0,1,180,255,1,0),(67936,195256,0,1,1,-6503.93,-1140.64,307.381,0,0,0,0,1,180,255,1,0),(67937,195256,0,1,1,-6516.16,-1195.87,309.255,1.55334,0,0,0,1,180,255,1,0),(67938,195256,0,1,1,-6497.89,-1126.72,307.82,-1.29154,0,0,0,1,180,255,1,0),(67939,195256,0,1,1,-14339,455.98,7.73201,-0.837757,0,0,0,1,180,255,1,0),(67940,195256,0,1,1,-14282.3,546.645,8.90959,1.95477,0,0,0,1,180,255,1,0),(67941,195256,0,1,1,-14425.6,454.349,15.3409,-2.3911,0,0,0,1,180,255,1,0),(67942,195256,0,1,1,-14329.5,471.739,8.28834,-0.610864,0,0,0,1,180,255,1,0),(67943,195256,0,1,1,-5483.44,-669.215,392.698,0.226892,0,0,0,1,180,255,1,0),(67944,195256,0,1,1,-5576.31,-498.891,403.867,2.25147,0,0,0,1,180,255,1,0),(67945,195256,0,1,1,-5461.15,-479.124,396.7,-0.471238,0,0,0,1,180,255,1,0),(67946,195256,0,1,1,-5588.76,-425.284,397.325,-1.11701,0,0,0,1,180,255,1,0),(67947,195256,0,1,1,-6459.96,-1108.43,305.911,2.89724,0,0,0,1,180,255,1,0),(67948,195256,0,1,1,-6554.31,-1161.94,310.649,-1.01229,0,0,0,1,180,255,1,0),(67949,195256,0,1,1,-14465.9,460.776,30.5326,2.51327,0,0,0,1,180,255,1,0),(67950,195256,0,1,1,-14363,437.632,7.37248,-1.13446,0,0,0,1,180,255,1,0),(67951,195256,0,1,1,-5643.28,-503.155,396.669,1.5708,0,0,0,1,180,255,1,0),(67952,195256,0,1,1,-5605.66,-489.755,397.563,1.79769,0,0,0,1,180,255,1,0),(67953,195256,0,1,1,-14476.2,461.225,36.5348,0.663223,0,0,0,1,180,255,1,0),(67954,195256,0,1,1,-14317,498.746,8.58845,-0.401425,0,0,0,1,180,255,1,0),(67955,195256,0,1,1,-5535.45,-476.932,398.085,-0.663223,0,0,0,1,180,255,1,0),(67956,195256,0,1,1,-14461.2,454.094,15.1864,2.54818,0,0,0,1,180,255,1,0),(67957,195256,0,1,1,-14466.2,448.449,30.5951,-3.05433,0,0,0,1,180,255,1,0),(67958,195256,0,1,1,-14337.5,396.097,23.3161,-1.13446,0,0,0,1,180,255,1,0),(67959,195256,0,1,1,-14476.6,487.628,14.9041,-0.261798,0,0,0,1,180,255,1,0),(67960,195256,0,1,1,-14449.2,514.87,26.56,-0.802851,0,0,0,1,180,255,1,0),(67961,195256,0,1,1,-14395.9,401.171,8.88664,0.820303,0,0,0,1,180,255,1,0),(67962,195256,0,1,1,-14303.7,533.712,8.65903,-0.191985,0,0,0,1,180,255,1,0),(67963,195256,0,1,1,-14275.7,297.306,32.0678,0.575957,0,0,0,1,180,255,1,0),(67964,195256,0,1,1,-14421.2,511.856,4.96044,2.04204,0,0,0,1,180,255,1,0),(67965,195256,0,1,1,-14447,419.584,25.0283,-2.68781,0,0,0,1,180,255,1,0),(67966,195256,571,1,129,5108.16,2182.29,366.295,-2.80997,0,0,0,1,180,255,1,0),(67967,195256,571,1,129,5091.97,2192.02,365.437,-1.15192,0,0,0,1,180,255,1,0),(67969,195256,571,1,1,3578.23,6633.55,195.178,-0.069812,0,0,0,1,180,255,1,0),(67970,195256,571,1,1,6675.4,-194.668,951.261,-2.49582,0,0,0,1,180,255,1,0),(67971,195256,571,1,1,6677.51,-203.657,951.258,2.72271,0,0,0,1,180,255,1,0),(67972,195256,571,1,1,4245.93,5261.75,70.8461,2.67035,0,0,0,1,180,255,1,0),(67973,195256,571,1,1,4203.51,5258.5,32.3019,3.10665,0,0,0,1,180,255,1,0),(67974,195256,571,1,1,3585.12,6674.99,195.18,-0.767944,0,0,0,1,180,255,1,0),(67975,195256,571,1,1,6664.05,-252.192,962.211,-1.85005,0,0,0,1,180,255,1,0),(67976,195256,530,1,1,-1802.71,5597.75,130.812,2.65289,0,0,0,1,180,255,1,0),(67977,195256,530,1,1,-1993.96,5686.37,117.663,-0.453785,0,0,0,1,180,255,1,0),(67978,195256,530,1,1,-1780.28,5739.23,128.791,-1.22173,0,0,0,1,180,255,1,0),(67979,195256,530,1,1,-1791.79,5726.31,129.141,-0.593412,0,0,0,1,180,255,1,0),(67980,195256,530,1,1,-1798.49,5585.74,3.87814,-1.98967,0,0,0,1,180,255,1,0),(67985,195256,530,1,1,-1888.45,5716.59,132.173,1.11701,0,0,0,1,180,255,1,0),(67987,195256,530,1,1,-1822.77,5593.83,3.89492,-1.72787,0,0,0,1,180,255,1,0),(67988,195256,530,1,1,-2042.06,5233.83,-38.8555,3.14159,0,0,0,1,180,255,1,0),(67989,195256,530,1,1,-1695.16,5519.63,-39.9827,0.087266,0,0,0,1,180,255,1,0),(67990,195256,530,1,1,136.032,4345.66,106.618,-1.48353,0,0,0,1,180,255,1,0),(67991,195256,530,1,1,196.288,4328.14,116.884,2.54818,0,0,0,1,180,255,1,0),(67992,195256,530,1,1,80.4934,4347.6,102.071,-1.09956,0,0,0,1,180,255,1,0),(67993,195256,530,1,1,196.454,4339.53,116.975,-2.49582,0,0,0,1,180,255,1,0),(67994,195256,530,1,1,152.214,4318.47,106.254,2.94959,0,0,0,1,180,255,1,0),(67995,195256,530,1,1,140.73,4269.45,107.421,2.02458,0,0,0,1,180,255,1,0),(67996,195256,530,1,1,181.466,4350.06,119.962,-1.50098,0,0,0,1,180,255,1,0),(67997,195256,530,1,1,181.202,4317.46,119.964,1.67551,0,0,0,1,180,255,1,0),(67998,195256,530,1,1,151.867,4348.41,107.216,3.07177,0,0,0,1,180,255,1,0),(67999,195256,530,1,1,1033.74,7322.61,40.5026,-2.23402,0,0,0,1,180,255,1,0),(80000,195256,530,1,1,1021.34,7392.52,36.3235,-2.79252,0,0,0,1,180,255,1,0),(80001,195256,530,1,1,971.367,7408.7,29.5432,-1.25664,0,0,0,1,180,255,1,0),(80002,195256,530,1,1,957.729,7355.67,29.1519,0.436332,0,0,0,1,180,255,1,0),(80003,195256,530,1,1,1006.33,7322.55,41.0474,-1.15192,0,0,0,1,180,255,1,0),(80004,195256,530,1,1,1003.33,7430,28.0768,-0.925024,0,0,0,1,180,255,1,0),(80005,195256,530,1,1,201.985,8489.73,24.4459,0.645772,0,0,0,1,180,255,1,0),(80006,195256,530,1,1,265.287,8514.35,23.5299,-2.60053,0,0,0,1,180,255,1,0),(80007,195256,530,1,1,258.263,8495.36,23.4081,2.16421,0,0,0,1,180,255,1,0),(80008,195256,530,1,1,276.203,6122.65,142.509,-0.95993,0,0,0,1,180,255,1,0),(80009,195256,530,1,1,-208.633,5388.65,22.9273,-1.72787,0,0,0,1,180,255,1,0),(80010,195256,530,1,1,-87.5959,5535.55,22.807,0.575957,0,0,0,1,180,255,1,0),(80011,195256,530,1,1,-192.623,5531.5,29.4519,-2.51327,0,0,0,1,180,255,1,0),(80012,195256,530,1,1,-702.011,2676.55,93.484,1.72787,0,0,0,1,180,255,1,0),(80013,195256,530,1,1,-684.19,2664.04,90.9786,0.506145,0,0,0,1,180,255,1,0),(80014,195256,530,1,1,-708.662,2640.04,91.8499,-2.14675,0,0,0,1,180,255,1,0),(80015,195256,530,1,1,-714.397,2671.54,93.9279,2.23402,0,0,0,1,180,255,1,0),(80016,195256,530,1,1,-696.738,4172.8,58.3883,1.90241,0,0,0,1,180,255,1,0),(80017,195256,530,1,1,-646.139,4161.18,66.1437,-2.58308,0,0,0,1,180,255,1,0),(80018,195256,530,1,1,-597.076,4097.25,91.2013,2.40855,0,0,0,1,180,255,1,0),(80019,195256,530,1,1,-594.825,4161.75,65.7298,2.47837,0,0,0,1,180,255,1,0),(80020,195256,530,1,1,-661.823,4157.85,66.0003,-0.506145,0,0,0,1,180,255,1,0),(80021,195256,530,1,1,-614.866,4105.14,90.6122,-0.453785,0,0,0,1,180,255,1,0),(80022,195256,530,1,1,-685.76,4176.18,57.4531,1.93731,0,0,0,1,180,255,1,0),(80023,195256,530,1,1,-597.71,4154.32,65.3473,2.65289,0,0,0,1,180,255,1,0),(80024,195256,530,1,1,-2024.57,5470.97,3.92836,-0.296705,0,0,0,1,180,255,1,0),(80025,195256,530,1,1,-1809.99,5404.19,-12.5532,1.95477,0,0,0,1,180,255,1,0),(80026,195256,530,1,1,-2001.4,5370.28,-8.0344,-2.32129,0,0,0,1,180,255,1,0),(80027,195256,530,1,1,-1994.43,5356.16,-8.06764,-2.93214,0,0,0,1,180,255,1,0),(80028,195256,530,1,1,-1896.71,5355.26,-12.4279,1.01229,0,0,0,1,180,255,1,0),(80029,195256,530,1,1,-1942.76,5448.9,-12.428,0.034906,0,0,0,1,180,255,1,0),(80030,195256,530,1,1,-1819.92,5409.16,-12.4281,2.3911,0,0,0,1,180,255,1,0),(80031,195256,530,1,1,-1695.61,5498.58,-9.79944,2.75761,0,0,0,1,180,255,1,0),(80032,195256,530,1,1,-1788.91,5397.38,-12.428,2.60053,0,0,0,1,180,255,1,0),(80033,195256,530,1,1,-1727.31,5487.57,-8.35533,0.95993,0,0,0,1,180,255,1,0),(80034,195256,530,1,1,-2034,5359.76,-9.35095,-0.279252,0,0,0,1,180,255,1,0),(80035,195256,530,1,1,-1886.93,5771.14,129.558,-0.401425,0,0,0,1,180,255,1,0),(80036,195256,530,1,1,-1904.67,5729.13,131.191,1.02974,0,0,0,1,180,255,1,0),(80037,195256,530,1,1,-1864.92,5715.61,132.251,2.19912,0,0,0,1,180,255,1,0),(80038,195256,530,1,1,-1990.12,5678.11,117.663,1.29154,0,0,0,1,180,255,1,0),(80039,195256,530,1,1,-1846.26,5773.02,131.207,-2.426,0,0,0,1,180,255,1,0),(80040,195256,530,1,1,-1745.38,5726.96,128.78,-2.63544,0,0,0,1,180,255,1,0),(80041,195256,530,1,1,-1919.22,5748.13,131.179,0.157079,0,0,0,1,180,255,1,0),(80042,195256,530,1,1,-1844.5,5746.67,130.798,2.33874,0,0,0,1,180,255,1,0),(80043,195256,530,1,1,-2034.28,5338.98,-39.5669,-2.91469,0,0,0,1,180,255,1,0),(80044,195256,530,1,1,-2050.45,5241.55,-38.8572,-1.51844,0,0,0,1,180,255,1,0),(80045,195256,530,1,1,-145.675,5545.87,22.6677,0.645772,0,0,0,1,180,255,1,0),(80046,195256,530,1,1,-690.535,2673.59,92.2039,0.942477,0,0,0,1,180,255,1,0),(80047,195256,530,1,1,-699.388,2717.67,94.7369,-2.46091,0,0,0,1,180,255,1,0),(80048,195256,530,1,1,-685.249,2644.34,90.4667,-0.820303,0,0,0,1,180,255,1,0),(80049,195256,530,1,1,-607.19,4092.01,91.5279,1.8675,0,0,0,1,180,255,1,0),(80050,195256,530,1,1,-2032.69,5481.47,54.54,1.309,0,0,0,1,180,255,1,0),(80051,195256,530,1,1,-2016.84,5494.01,3.80865,-0.436332,0,0,0,1,180,255,1,0),(80052,195256,530,1,1,-2029.92,5490.48,54.5399,-1.91986,0,0,0,1,180,255,1,0),(80053,195256,530,1,1,-1784.33,5411.4,-12.428,-3.12412,0,0,0,1,180,255,1,0),(80054,195256,530,1,1,-1706.81,5522.74,-9.79946,-2.21656,0,0,0,1,180,255,1,0),(80055,195256,530,1,1,-1885.17,5386.2,-12.4282,0.767944,0,0,0,1,180,255,1,0),(80056,195256,530,1,1,-1918.07,5456.2,-12.5536,-1.18682,0,0,0,1,180,255,1,0),(80057,195256,530,1,1,-1735.26,5502.99,-8.42867,-0.087266,0,0,0,1,180,255,1,0),(80058,195256,530,1,1,-1924.12,5442.26,-12.4282,0.191985,0,0,0,1,180,255,1,0),(80059,195256,530,1,1,-1937.87,5463.27,-12.428,-0.610864,0,0,0,1,180,255,1,0),(80060,195256,530,1,1,-1873.54,5382.65,-12.4281,1.72787,0,0,0,1,180,255,1,0),(80061,195256,530,1,1,-1889.71,5376.18,-12.4282,0.523598,0,0,0,1,180,255,1,0),(80062,195256,530,1,1,-1882.4,5350.7,-12.428,1.48353,0,0,0,1,180,255,1,0),(80063,195256,530,1,1,82.6095,4318.78,102.031,0.383971,0,0,0,1,180,255,1,0),(80064,195256,530,1,1,134.995,4319.37,106.754,1.50098,0,0,0,1,180,255,1,0),(80065,195256,530,1,1,147.949,4275.24,107.28,2.42601,0,0,0,1,180,255,1,0),(80066,195256,530,1,1,1036.93,7385.87,40.7262,-1.0821,0,0,0,1,180,255,1,0),(80067,195256,530,1,1,1052.86,7384.01,39.655,-1.81514,0,0,0,1,180,255,1,0),(80068,195256,530,1,1,945.501,7392.22,26.7216,-1.90241,0,0,0,1,180,255,1,0),(80069,195256,530,1,1,1042.45,7348.26,36.6591,2.56563,0,0,0,1,180,255,1,0),(80070,195256,530,1,1,964.828,7387.55,28.5269,-0.890117,0,0,0,1,180,255,1,0),(80071,195256,530,1,1,1058.58,7386.76,39.5833,-2.00713,0,0,0,1,180,255,1,0),(80072,195256,530,1,1,1069.44,7366.63,39.6407,-3.03684,0,0,0,1,180,255,1,0),(80073,195256,530,1,1,937.62,7360.13,26.7473,1.37881,0,0,0,1,180,255,1,0),(80074,195256,530,1,1,993.297,7345.91,35.7708,1.43117,0,0,0,1,180,255,1,0),(80075,195256,530,1,1,275.337,6082.52,131.545,-1.39626,0,0,0,1,180,255,1,0),(80076,195256,530,1,1,208.389,6049.73,148.32,-2.37364,0,0,0,1,180,255,1,0),(80077,195256,530,1,1,280.785,6008.14,144.73,-1.55334,0,0,0,1,180,255,1,0),(80078,195256,530,1,1,-1811.72,5600.77,130.812,-0.471238,0,0,0,1,180,255,1,0),(80079,195256,530,1,1,-1893.72,5757.05,129.482,0.366518,0,0,0,1,180,255,1,0),(80080,195256,530,1,1,-1743.73,5710.51,129.141,3.01941,0,0,0,1,180,255,1,0),(80081,195256,530,1,1,-1690.31,5510,-40.003,0.698132,0,0,0,1,180,255,1,0),(80082,195256,530,1,1,-2039,5348.27,-39.6072,-2.426,0,0,0,1,180,255,1,0),(80083,195256,530,1,1,-212.93,5473.04,22.88,2.14675,0,0,0,1,180,255,1,0),(80084,195256,530,1,1,-192.411,5510.17,22.6708,-2.94959,0,0,0,1,180,255,1,0),(80085,195256,530,1,1,-184.629,5506.41,29.471,3.14159,0,0,0,1,180,255,1,0),(80086,195256,530,1,1,-213.905,5547.44,24.0723,-2.70526,0,0,0,1,180,255,1,0),(80087,195256,530,1,1,-681.77,2653.85,90.5937,-0.174532,0,0,0,1,180,255,1,0),(80088,195256,530,1,1,-717.809,2647.75,93.0563,-2.49582,0,0,0,1,180,255,1,0),(80089,195256,530,1,1,-1911.37,5439.29,-12.4282,0.122173,0,0,0,1,180,255,1,0),(80090,195256,530,1,1,-1875.24,5371.81,-12.5657,2.04204,0,0,0,1,180,255,1,0),(80091,195256,530,1,1,-2021.76,5336.42,-9.35095,0.95993,0,0,0,1,180,255,1,0),(80092,195256,530,1,1,-1907.2,5450.7,-12.4281,-0.802851,0,0,0,1,180,255,1,0),(80093,195256,530,1,1,-1815.92,5420.62,-12.4282,-3.07177,0,0,0,1,180,255,1,0),(80094,195256,530,1,1,-1804.53,5417.44,-12.4282,-2.75761,0,0,0,1,180,255,1,0),(80095,195256,530,1,1,261.417,5980.11,132.956,-2.16421,0,0,0,1,180,255,1,0),(80096,195256,530,1,1,227.559,6070.6,148.312,-3.10665,0,0,0,1,180,255,1,0),(80097,195256,530,1,1,307.166,6055.84,131.572,-2.94959,0,0,0,1,180,255,1,0),(80098,195256,530,1,1,290.418,6083.18,131.547,-1.69297,0,0,0,1,180,255,1,0),(80099,195256,530,1,1,222.136,6049.52,148.313,2.33874,0,0,0,1,180,255,1,0),(80100,195256,530,1,1,217.283,6078.53,148.312,1.71042,0,0,0,1,180,255,1,0),(80101,195256,530,1,1,-149.79,5567.25,23.0051,-0.593412,0,0,0,1,180,255,1,0),(80102,195256,530,1,1,-253.026,5481.03,24.9435,-0.802851,0,0,0,1,180,255,1,0),(80103,195256,530,1,1,-210.987,5433.49,21.3788,-2.46091,0,0,0,1,180,255,1,0),(80104,195256,530,1,1,-306.155,5479.32,22.2888,2.35619,0,0,0,1,180,255,1,0),(80105,195256,530,1,1,-324.456,5466.79,22.6697,1.32645,0,0,0,1,180,255,1,0),(80106,195256,530,1,1,-695.832,2638.75,90.9763,-1.46608,0,0,0,1,180,255,1,0),(80107,195256,530,1,1,-720.93,2658.76,93.7806,3.10665,0,0,0,1,180,255,1,0),(80108,195256,530,1,1,-344.989,5492.37,22.007,-2.70526,0,0,0,1,180,255,1,0),(80109,195256,530,1,1,-87.0595,5555.92,22.6884,-0.593412,0,0,0,1,180,255,1,0),(80110,195256,530,1,1,-236.224,5387.01,24.6395,-0.872664,0,0,0,1,180,255,1,0),(80111,195256,530,1,1,-196.088,5525.09,22.8134,-2.67035,0,0,0,1,180,255,1,0),(80112,195256,571,1,1,3097.87,-2272.85,96.2536,-2.79252,0,0,0,1,180,255,1,0),(80113,195256,571,1,1,3428.66,-2766.98,200.368,2.25147,0,0,0,1,180,255,1,0),(80114,195256,571,1,1,3414.62,-2778.18,201.52,-1.0821,0,0,0,1,180,255,1,0),(80115,195256,571,1,1,3845.83,-1993.44,207.87,-2.53072,0,0,0,1,180,255,1,0),(80116,195256,571,1,1,3846.39,-1965.7,208.498,2.67035,0,0,0,1,180,255,1,0),(80117,195256,571,1,1,3850.37,-1934.99,208.49,-1.20428,0,0,0,1,180,255,1,0),(80118,195256,571,1,1,3831.81,-1976.49,208.095,0.488691,0,0,0,1,180,255,1,0),(80119,195256,571,1,1,5406.37,-2612.04,303.954,-3.08918,0,0,0,1,180,255,1,0),(80120,195256,571,1,1,3281.08,-720.592,175.891,-2.60053,0,0,0,1,180,255,1,0),(80121,195256,571,1,1,3235.79,-713.01,167.672,1.11701,0,0,0,1,180,255,1,0),(80122,195256,571,1,1,3215.15,-685.166,174.839,2.51327,0,0,0,1,180,255,1,0),(80123,195256,571,1,1,3270.01,-719.122,168.855,-2.60053,0,0,0,1,180,255,1,0),(80124,195256,571,1,1,3260.28,-749.495,168.42,1.11701,0,0,0,1,180,255,1,0),(80125,195256,571,1,1,3209.86,-708.029,173.05,0.279252,0,0,0,1,180,255,1,0),(80126,195256,571,1,1,5054.52,-617.343,219.314,0.698132,0,0,0,1,180,255,1,0),(80127,195256,571,1,1,5035.1,-526.571,225.686,1.48353,0,0,0,1,180,255,1,0),(80128,195256,571,1,1,5073.38,-609.616,219.526,2.56563,0,0,0,1,180,255,1,0),(80129,195256,571,1,1,5051.95,-596.067,220.265,0.191985,0,0,0,1,180,255,1,0),(80130,195256,571,1,1,5071.92,-583.305,219.986,-2.63544,0,0,0,1,180,255,1,0),(80131,195256,571,1,1,5027.92,-522.642,226.937,0.418879,0,0,0,1,180,255,1,0),(80132,195256,571,1,1,5048.66,-524.639,220.05,-0.383971,0,0,0,1,180,255,1,0),(80133,195256,571,1,1,5059.97,-556.709,220.049,-0.174532,0,0,0,1,180,255,1,0),(80134,195256,571,1,1,3781.23,1617.94,87.1592,-0.994837,0,0,0,1,180,255,1,0),(80135,195256,571,1,1,3856.72,1587.24,89.6024,0.59341,0,0,0,1,180,255,1,0),(80136,195256,571,1,1,3852.56,1420.47,90.9134,-2.04204,0,0,0,1,180,255,1,0),(80137,195256,571,1,1,3826.22,1467.97,91.717,1.5708,0,0,0,1,180,255,1,0),(80138,195256,571,1,1,3804.34,1618.12,89.3189,-1.15192,0,0,0,1,180,255,1,0),(80139,195256,571,1,1,3853.1,1601.29,89.7245,0.157079,0,0,0,1,180,255,1,0),(80140,195256,571,1,1,3838.93,1434.69,90.6411,-0.90757,0,0,0,1,180,255,1,0),(80141,195256,571,1,1,3563.86,208.534,52.2564,3.10665,0,0,0,1,180,255,1,0),(80142,195256,571,1,1,3630.18,272.411,52.29,1.79769,0,0,0,1,180,255,1,0),(80143,195256,571,1,1,3557.76,230.331,116.79,-3.05433,0,0,0,1,180,255,1,0),(80144,195256,571,1,1,5808.24,791.776,632.587,-0.767944,0,0,0,1,180,255,1,0),(80145,195256,571,1,1,5751.68,681.715,613.247,-0.715585,0,0,0,1,180,255,1,0),(80146,195256,571,1,1,5845.67,696.008,610.693,-2.1293,0,0,0,1,180,255,1,0),(80147,195256,571,1,1,5773.91,718.034,618.566,-0.610864,0,0,0,1,180,255,1,0),(80148,195256,571,1,1,5776.4,530.301,641.559,0.750491,0,0,0,1,180,255,1,0),(80149,195256,571,1,1,5756.16,712.499,618.564,-0.698132,0,0,0,1,180,255,1,0),(80150,195256,571,1,1,5750.27,691.287,618.554,-0.90757,0,0,0,1,180,255,1,0),(80151,195256,571,1,1,5934.44,611.942,652.966,2.00713,0,0,0,1,180,255,1,0),(80152,195256,571,1,1,5944.35,617.706,650.583,2.11185,0,0,0,1,180,255,1,0),(80153,195256,571,1,1,5943.55,636.654,652.97,-3.03684,0,0,0,1,180,255,1,0),(80154,195256,571,1,1,5845.72,435.996,657.626,2.74016,0,0,0,1,180,255,1,0),(80155,195256,571,1,1,5840.91,508.295,657.486,-1.58825,0,0,0,1,180,255,1,0),(80156,195256,571,1,1,5988.1,621.18,650.627,-2.79252,0,0,0,1,180,255,1,0),(80157,195256,571,1,1,5846.93,644.615,658.404,2.72271,0,0,0,1,180,255,1,0),(80158,195256,571,1,1,5890.07,519.492,641.915,-2.09439,0,0,0,1,180,255,1,0),(80159,195256,571,1,1,5704.07,734.105,641.796,0.837757,0,0,0,1,180,255,1,0),(80160,195256,571,1,1,5882.65,517.41,641.906,-0.855211,0,0,0,1,180,255,1,0),(80161,195256,571,1,1,5739.42,737.81,656.824,-2.40855,0,0,0,1,180,255,1,0),(80162,195256,571,1,1,5839.25,641.277,647.512,0.279252,0,0,0,1,180,255,1,0),(80163,195256,571,1,1,5803.74,772.431,661.278,-1.81514,0,0,0,1,180,255,1,0),(80164,195256,571,1,1,5606.22,-679.812,206.613,-2.47837,0,0,0,1,180,255,1,0),(80165,195256,571,1,1,5599.73,-657.509,206.548,-2.49582,0,0,0,1,180,255,1,0),(80166,195256,571,1,1,5586.11,-689.245,206.488,-1.11701,0,0,0,1,180,255,1,0),(80167,195256,571,1,1,5604.81,-585.718,190.75,-2.51327,0,0,0,1,180,255,1,0),(80168,195256,571,1,1,5607.55,-712.787,206.22,1.74533,0,0,0,1,180,255,1,0),(80169,195256,571,1,1,5589.94,-703.343,206.508,0.750491,0,0,0,1,180,255,1,0),(80170,195256,571,1,1,6232.29,-5.16493,410.165,-2.47837,0,0,0,1,180,255,1,0),(80171,195256,571,1,1,6127.74,-26.3874,383.51,0.90757,0,0,0,1,180,255,1,0),(80172,195256,571,1,1,5797.11,551.847,661.095,0.575957,0,0,0,1,180,255,1,0),(80173,195256,571,1,1,5771.89,737.585,641.421,-0.715585,0,0,0,1,180,255,1,0),(80174,195256,571,1,1,5864.82,610.465,650.704,1.74533,0,0,0,1,180,255,1,0),(80175,195256,571,1,1,5825.19,655.973,647.556,-2.05949,0,0,0,1,180,255,1,0),(80176,195256,571,1,1,6193.06,28.8638,380.552,1.76278,0,0,0,1,180,255,1,0),(80177,195256,571,1,1,6198.29,-0.382378,409.916,-0.558504,0,0,0,1,180,255,1,0),(80178,195256,571,1,1,6251.81,1.44455,409.34,-0.925024,0,0,0,1,180,255,1,0),(80179,195256,571,1,1,3441.72,-2747.26,199.389,-1.48353,0,0,0,1,180,255,1,0),(80180,195256,571,1,1,3257.23,-695.905,167.368,3.03684,0,0,0,1,180,255,1,0),(80181,195256,571,1,1,3249.68,-674.059,167.325,-3.08918,0,0,0,1,180,255,1,0),(80182,195256,571,1,1,3261.05,-755.927,174.29,1.11701,0,0,0,1,180,255,1,0),(80183,195256,571,1,1,3216.41,-654.495,173.166,0.820303,0,0,0,1,180,255,1,0),(80184,195256,571,1,1,3216.76,-730.093,173.64,-2.58308,0,0,0,1,180,255,1,0),(80185,195256,571,1,1,3274.19,-755.222,168.043,2.28638,0,0,0,1,180,255,1,0),(80186,195256,571,1,1,5046.62,-548.362,222.002,1.29154,0,0,0,1,180,255,1,0),(80187,195256,571,1,1,5074.28,-550.584,219.926,-2.84488,0,0,0,1,180,255,1,0),(80188,195256,571,1,1,5053.33,-577.403,219.971,-0.157079,0,0,0,1,180,255,1,0),(80189,195256,571,1,1,5034.28,-512.383,225.925,-0.95993,0,0,0,1,180,255,1,0),(80190,195256,571,1,1,5075.98,-598.566,219.971,-3.10665,0,0,0,1,180,255,1,0),(80191,195256,571,1,1,5584.25,-629.243,200.834,-0.436332,0,0,0,1,180,255,1,0),(80192,195256,571,1,1,5625.55,-686.531,206.707,-2.49582,0,0,0,1,180,255,1,0),(80193,195256,571,1,1,5580.27,-697.32,206.564,0.244346,0,0,0,1,180,255,1,0),(80194,195256,571,1,1,5588.06,-679.042,206.639,-0.017452,0,0,0,1,180,255,1,0),(80195,195256,571,1,1,6166.58,-67.5623,388.18,1.0821,0,0,0,1,180,255,1,0),(80196,195256,571,1,1,3847.05,1434.55,90.641,-1.83259,0,0,0,1,180,255,1,0),(80197,195256,571,1,1,3825.68,1611.22,89.7245,1.5708,0,0,0,1,180,255,1,0),(80198,195256,571,1,1,3869.43,1563.04,89.7524,2.68781,0,0,0,1,180,255,1,0),(80199,195256,571,1,1,3565.38,213.089,116.841,-1.67551,0,0,0,1,180,255,1,0),(80200,195256,571,1,1,5761.89,592.893,613.791,0.890117,0,0,0,1,180,255,1,0),(80201,195256,571,1,1,5833.37,645.462,609.157,2.53072,0,0,0,1,180,255,1,0),(80202,195256,571,1,1,5620.48,681.756,651.992,0.034906,0,0,0,1,180,255,1,0),(80203,195256,571,1,1,5663.51,682.673,651.945,-1.29154,0,0,0,1,180,255,1,0),(80204,195256,571,1,1,5788.18,425.141,657.578,0.750491,0,0,0,1,180,255,1,0),(80205,195256,571,1,1,5673.69,687.83,654.33,-1.44862,0,0,0,1,180,255,1,0),(80206,195256,571,1,1,5953.27,610.481,650.627,-0.331611,0,0,0,1,180,255,1,0),(80207,195256,571,1,1,5663,663.572,654.331,0.331611,0,0,0,1,180,255,1,0),(80208,195256,571,1,1,5685.71,679.831,646.373,-0.890117,0,0,0,1,180,255,1,0),(80209,195256,571,1,1,5734.08,690.025,646.537,-3.10665,0,0,0,1,180,255,1,0),(80210,195256,571,1,1,5726.91,764.369,644.192,-1.50098,0,0,0,1,180,255,1,0),(80211,195256,571,1,1,5642.22,754.711,641.567,-2.32129,0,0,0,1,180,255,1,0),(80212,195256,571,1,1,5898.55,629.497,646.742,0.855211,0,0,0,1,180,255,1,0),(80213,195256,571,1,1,5914.84,700.721,641.895,2.87979,0,0,0,1,180,255,1,0),(80214,195256,571,1,1,5807.72,654.858,647.425,-0.855211,0,0,0,1,180,255,1,0),(80215,195256,571,1,1,6212.54,10.8203,410.164,-1.0472,0,0,0,1,180,255,1,0),(80216,195256,571,1,1,6241.69,68.8384,388.581,-1.06465,0,0,0,1,180,255,1,0),(80217,195256,571,1,1,3452.2,-2755.47,199.395,-2.9845,0,0,0,1,180,255,1,0),(80218,195256,571,1,1,5382.32,-2632.78,303.954,0.087266,0,0,0,1,180,255,1,0),(80219,195256,571,1,1,3309.45,-746.707,179.006,-2.3911,0,0,0,1,180,255,1,0),(80220,195256,571,1,1,3266.31,-712.286,172.528,-1.83259,0,0,0,1,180,255,1,0),(80221,195256,571,1,1,3201.65,-673.144,172.288,2.56563,0,0,0,1,180,255,1,0),(80222,195256,571,1,1,3267.8,-689.157,173.758,3.14159,0,0,0,1,180,255,1,0),(80223,195256,571,1,1,3254.47,-668.788,174.177,-2.49582,0,0,0,1,180,255,1,0),(80224,195256,571,1,1,3296.6,-736.467,176.119,-2.25147,0,0,0,1,180,255,1,0),(80225,195256,571,1,1,3826.89,1531.87,95.8132,0.977383,0,0,0,1,180,255,1,0),(80226,195256,571,1,1,3857.38,1532.05,95.731,2.00713,0,0,0,1,180,255,1,0),(80227,195256,571,1,1,3842.61,1551.83,89.7245,2.19912,0,0,0,1,180,255,1,0),(80228,195256,571,1,1,3772.2,1518.56,87.6002,3.03684,0,0,0,1,180,255,1,0),(80229,195256,571,1,1,3856.73,1468.2,92.0556,1.58825,0,0,0,1,180,255,1,0),(80230,195256,571,1,1,3799.49,1569.15,89.7245,-2.67035,0,0,0,1,180,255,1,0),(80231,195256,571,1,1,3656.76,292.713,-120.145,-0.296705,0,0,0,1,180,255,1,0),(80232,195256,571,1,1,5659.3,673.91,651.942,0.191985,0,0,0,1,180,255,1,0),(80233,195256,571,1,1,5822.23,502.838,657.378,-1.62316,0,0,0,1,180,255,1,0),(80234,195256,571,1,1,5654.43,690.008,651.993,2.75761,0,0,0,1,180,255,1,0),(80235,195256,571,1,1,5648.3,675.373,651.993,2.67035,0,0,0,1,180,255,1,0),(80236,195256,571,1,1,5630.85,705.895,651.98,-1.18682,0,0,0,1,180,255,1,0),(80237,195256,571,1,1,5958.76,626.161,650.627,-0.296705,0,0,0,1,180,255,1,0),(80238,195256,571,1,1,5668.66,718.72,653.374,0.366518,0,0,0,1,180,255,1,0),(80239,195256,571,1,1,5710.43,728.694,641.777,0.855211,0,0,0,1,180,255,1,0),(80240,195256,571,1,1,5740.81,738.609,641.74,-3.12412,0,0,0,1,180,255,1,0),(80241,195256,571,1,1,5843.04,581.13,651.76,2.77507,0,0,0,1,180,255,1,0),(80242,195256,571,1,1,5805.41,708.47,641.48,1.67551,0,0,0,1,180,255,1,0),(80243,195256,571,1,1,5763.88,572.219,649.8,0.942477,0,0,0,1,180,255,1,0),(80244,195256,571,1,1,5745.61,586.71,649.31,0.925024,0,0,0,1,180,255,1,0),(80245,195256,571,1,1,5746.79,636.506,660.992,-0.366518,0,0,0,1,180,255,1,0),(80246,195256,571,1,1,5826.76,723.259,641.217,-2.30383,0,0,0,1,180,255,1,0),(80247,195256,571,1,1,3202.44,-689.521,171.936,0.890117,0,0,0,1,180,255,1,0),(80248,195256,571,1,1,3828.6,1550.87,89.655,1.44862,0,0,0,1,180,255,1,0),(80249,195256,571,1,1,3805.44,1540.33,89.7343,-0.122173,0,0,0,1,180,255,1,0),(80250,195256,571,1,1,3807.62,1601.29,89.7245,2.28638,0,0,0,1,180,255,1,0),(80251,195256,571,1,1,3833.7,1420.33,90.8787,-1.37881,0,0,0,1,180,255,1,0),(80252,195256,571,1,1,3873.58,1603.2,90.1321,-3.12412,0,0,0,1,180,255,1,0),(80253,195256,571,1,1,3604.82,221.313,-120.055,2.19912,0,0,0,1,180,255,1,0),(80254,195256,571,1,1,3675.71,259.194,52.2564,-0.157079,0,0,0,1,180,255,1,0),(80255,195256,571,1,1,3628.7,289.401,52.2863,-1.46608,0,0,0,1,180,255,1,0),(80256,195256,571,1,1,3597.31,271.055,-120.153,0.349065,0,0,0,1,180,255,1,0),(80257,195256,571,1,1,5921.78,619.203,645.996,1.93731,0,0,0,1,180,255,1,0),(80258,195256,571,1,1,5978.21,595.183,650.615,2.07694,0,0,0,1,180,255,1,0),(80259,195256,571,1,1,5929.6,639.774,645.56,-2.63544,0,0,0,1,180,255,1,0),(80260,195256,571,1,1,5947.68,626.101,650.578,-2.84488,0,0,0,1,180,255,1,0),(80261,195256,571,1,1,5676.88,659.645,647.15,0.157079,0,0,0,1,180,255,1,0),(80262,195256,571,1,1,5716.99,723.645,641.683,0.90757,0,0,0,1,180,255,1,0),(80263,195256,571,1,1,5845.92,652.176,658.404,-2.72271,0,0,0,1,180,255,1,0),(80264,195256,571,1,1,5677.68,730.468,653.376,-1.90241,0,0,0,1,180,255,1,0),(80265,195256,571,1,1,5886.96,526.672,642.102,2.14675,0,0,0,1,180,255,1,0),(80266,195256,571,1,1,5694.44,614.216,646.676,0.523598,0,0,0,1,180,255,1,0),(80267,195256,571,1,1,5748.03,626.062,660.992,0.715585,0,0,0,1,180,255,1,0),(80268,195256,571,1,1,5904.52,663.181,643.844,-2.21656,0,0,0,1,180,255,1,0),(80269,195256,571,1,1,5789.48,641.651,647.444,0.628317,0,0,0,1,180,255,1,0),(80270,195256,571,1,1,5823.33,760.055,640.327,-2.02458,0,0,0,1,180,255,1,0),(80271,195256,571,1,1,5867.48,689.283,643.112,-2.23402,0,0,0,1,180,255,1,0),(80272,195256,571,1,1,5803.46,547.224,661,1.309,0,0,0,1,180,255,1,0),(80273,195256,571,1,1,3837.25,1460.37,91.843,3.00195,0,0,0,1,180,255,1,0),(80274,195256,571,1,1,3827.21,1483.95,92.0606,0.052359,0,0,0,1,180,255,1,0),(80275,195256,571,1,1,3847.98,1459.16,91.8402,0.052359,0,0,0,1,180,255,1,0),(80276,195256,571,1,1,3658.89,275.309,-120.145,0.90757,0,0,0,1,180,255,1,0),(80277,195256,571,1,1,3613.16,267.112,52.273,1.81514,0,0,0,1,180,255,1,0),(80278,195256,571,1,1,5787.01,774.619,661.278,-1.90241,0,0,0,1,180,255,1,0),(80279,195256,571,1,1,5892.81,743.408,639.841,-1.55334,0,0,0,1,180,255,1,0),(80280,195256,571,1,1,5735.17,606.043,647.939,1.51844,0,0,0,1,180,255,1,0),(80281,195256,571,1,1,5796.7,707.461,641.704,1.76278,0,0,0,1,180,255,1,0),(80282,195256,571,1,1,3183.71,-2235.24,114.863,-2.35619,0,0,0,1,180,255,1,0),(80283,195256,571,1,1,3093.77,-2252.84,97.0537,-2.79252,0,0,0,1,180,255,1,0),(80284,195256,571,1,1,3579.19,264.891,117.131,2.89724,0,0,0,1,180,255,1,0),(80285,195256,571,1,1,3576.01,201.132,-120.133,2.28638,0,0,0,1,180,255,1,0),(80286,195256,571,1,1,3595.92,285.181,-120.153,-0.366518,0,0,0,1,180,255,1,0),(80287,195256,571,1,1,3610.14,292.363,52.2708,-1.58825,0,0,0,1,180,255,1,0),(80288,195256,571,1,1,3646.11,260.887,52.2564,0.680677,0,0,0,1,180,255,1,0),(80289,195256,571,1,1,5743.98,624.677,648.481,-2.74016,0,0,0,1,180,255,1,0),(80290,195256,571,1,1,3639.99,308.415,52.2564,-0.558504,0,0,0,1,180,255,1,0),(80291,195256,571,1,1,3562.13,193.368,52.285,-2.9845,0,0,0,1,180,255,1,0),(80292,195256,571,1,1,3565.65,245.803,117.129,2.18166,0,0,0,1,180,255,1,0),(80293,195256,571,1,1,3575.86,264.262,47.3174,2.84488,0,0,0,1,180,255,1,0),(80294,195257,571,1,1,6124.21,-1076.51,404.624,-1.65806,0,0,0,1,180,255,1,0),(80295,195257,0,1,1,-9228.71,-2144.67,65.5734,-1.46608,0,0,0,1,180,255,1,0),(80296,195257,0,1,1,-3806.52,-832.095,12.2902,-3.10665,0,0,0,1,180,255,1,0),(80297,195257,0,1,1,-9235.25,-2152.22,66.452,0.069812,0,0,0,1,180,255,1,0),(80298,195257,571,1,1,6120.69,-1074.87,405.067,1.41372,0,0,0,1,180,255,1,0),(80299,195257,571,1,1,6124.22,-1074.94,405.057,1.69297,0,0,0,1,180,255,1,0),(80300,195257,571,1,1,6120.37,-1076.48,404.604,-1.39626,0,0,0,1,180,255,1,0),(80301,195257,0,1,1,-812.733,-553.7,17.3394,1.76278,0,0,0,1,180,255,1,0),(80302,195257,0,1,1,-826.136,-500.472,17.4509,-1.55334,0,0,0,1,180,255,1,0),(80303,195257,0,1,1,-866.214,-562.596,13.9192,0.017452,0,0,0,1,180,255,1,0),(80304,195257,0,1,1,-9235.18,-2148.32,66.4477,0.122173,0,0,0,1,180,255,1,0),(80305,195257,0,1,1,-781.123,-513.005,19.7567,-2.14675,0,0,0,1,180,255,1,0),(80306,195257,0,1,1,-848.198,-472.568,17.5747,-3.07177,0,0,0,1,180,255,1,0),(80307,195257,0,1,1,-9221.87,-2144.79,65.6554,-1.53589,0,0,0,1,180,255,1,0),(80308,195257,0,1,1,-852.203,-559.175,13.7715,-1.64061,0,0,0,1,180,255,1,0),(80309,195257,0,1,1,-898.413,-549.363,8.17128,-3.08918,0,0,0,1,180,255,1,0),(80310,195257,0,1,1,-3806.05,-835.631,11.9619,0,0,0,0,1,180,255,1,0),(80311,195257,0,1,1,-3828.99,-841.229,11.8213,1.46608,0,0,0,1,180,255,1,0),(80312,195257,0,1,1,-3806.58,-836.058,12.2938,3.14159,0,0,0,1,180,255,1,0),(80313,195257,0,1,1,-11304.8,-190.674,77.7477,-1.85005,0,0,0,1,180,255,1,0),(80314,195257,0,1,1,-11294.6,-206.135,77.4416,2.91469,0,0,0,1,180,255,1,0),(80315,195257,0,1,1,-11295.3,-209.848,77.5311,2.96704,0,0,0,1,180,255,1,0),(80316,195257,0,1,1,-11308,-188.821,77.8203,-2.30383,0,0,0,1,180,255,1,0),(80317,195257,571,1,1,3576.65,6667.78,197.696,-0.820303,0,0,0,1,180,255,1,0),(80318,195257,571,1,1,3580.08,6671.51,197.776,-0.767944,0,0,0,1,180,255,1,0),(80319,195257,571,1,1,3568.58,6652.05,197.28,0.418879,0,0,0,1,180,255,1,0),(80320,195257,571,1,1,3570.06,6648.11,197.213,0.383971,0,0,0,1,180,255,1,0),(80321,195257,571,1,1,6676.19,-199.181,956.527,-2.91469,0,0,0,1,180,255,1,0),(80322,195257,530,1,1,266.435,6094.36,133.518,1.18682,0,0,0,1,180,255,1,0),(80323,195257,530,1,1,270.995,6092.49,133.565,1.18682,0,0,0,1,180,255,1,0),(80324,195257,530,1,1,276.026,6085.3,135.098,-1.39626,0,0,0,1,180,255,1,0),(80325,195257,530,1,1,261.829,6096.24,133.365,1.11701,0,0,0,1,180,255,1,0),(80326,195257,530,1,1,289.163,6085.79,135.125,-1.53589,0,0,0,1,180,255,1,0),(80327,195257,571,1,1,3205.08,-679.986,170.413,-0.244346,0,0,0,1,180,255,1,0),(80328,195257,571,1,1,3217.36,-685.846,169.899,1.0472,0,0,0,1,180,255,1,0),(80329,195257,571,1,1,5769.93,711.657,619.601,-0.680679,0,0,0,1,180,255,1,0),(80330,195257,571,1,1,5766.1,706.942,619.694,-0.820303,0,0,0,1,180,255,1,0),(80331,195257,571,1,1,3410.07,-2779.7,203.976,-0.95993,0,0,0,1,180,255,1,0),(80332,195257,571,1,1,3219.98,-680.913,169.669,-2.14675,0,0,0,1,180,255,1,0),(80333,195257,571,1,1,5819.29,514.229,659.824,1.09956,0,0,0,1,180,255,1,0),(80334,195257,571,1,1,5838.52,520.354,659.787,2.65289,0,0,0,1,180,255,1,0),(80335,195257,571,1,1,5730.19,682.839,648.423,2.40855,0,0,0,1,180,255,1,0),(80336,195257,571,1,1,5855.43,634.3,649.288,2.28638,0,0,0,1,180,255,1,0),(80337,195257,571,1,1,5726.84,678.699,648.397,2.47837,0,0,0,1,180,255,1,0),(80338,195257,571,1,1,3404.74,-2783.64,203.944,-0.750491,0,0,0,1,180,255,1,0),(80339,195257,571,1,1,3207.44,-675.243,170.436,-0.610864,0,0,0,1,180,255,1,0),(80340,195257,571,1,1,5863.51,473.388,642.992,0.017452,0,0,0,1,180,255,1,0),(80341,195257,571,1,1,5858.51,638.09,649.102,2.47837,0,0,0,1,180,255,1,0),(80342,195257,571,1,1,5906.59,480.675,643.443,-2.89724,0,0,0,1,180,255,1,0),(80343,195257,571,1,1,5904.75,489.82,643.477,-2.82743,0,0,0,1,180,255,1,0),(80344,195257,571,1,1,5864.69,467.374,643.126,0.122173,0,0,0,1,180,255,1,0),(80345,195257,571,1,1,5852.29,664.121,649.153,-2.25147,0,0,0,1,180,255,1,0),(80346,195257,571,1,1,5855.88,661.217,649.201,-2.44346,0,0,0,1,180,255,1,0),(80347,195259,1,1,1,2763.33,-443.494,114.795,2.63544,0,0,0,1,180,255,1,0),(80348,195259,1,1,1,6402.88,511.721,12.7966,1.27409,0,0,0,1,180,255,1,0),(80349,195259,1,1,1,6389.4,543.064,12.6777,-1.62316,0,0,0,1,180,255,1,0),(80350,195259,1,1,1,6436.52,528.038,12.4771,-2.02458,0,0,0,1,180,255,1,0),(80351,195259,571,1,1,8433.88,-362.944,908.565,2.37364,0,0,0,1,180,255,1,0),(80352,195259,571,1,1,8473.58,-342.795,906.404,2.28638,0,0,0,1,180,255,1,0),(80353,195259,571,1,1,8418.45,-349.042,909.33,-0.680679,0,0,0,1,180,255,1,0),(80354,195259,571,1,1,8863.63,-1319.79,1033.38,-1.39626,0,0,0,1,180,255,1,0),(80355,195259,571,1,1,6122.76,-1081.1,406.585,-1.51844,0,0,0,1,180,255,1,0),(80356,195259,571,1,1,6139.99,-1079.81,405.779,0.087266,0,0,0,1,180,255,1,0),(80357,195259,571,1,1,6193.21,-1053.01,410.56,2.49582,0,0,0,1,180,255,1,0),(80358,195259,1,1,1,2774.42,-412.949,114.748,2.93214,0,0,0,1,180,255,1,0),(80359,195259,1,1,1,2746.52,-410.95,114.57,-0.401425,0,0,0,1,180,255,1,0),(80360,195259,1,1,1,2740.65,-427.079,114.619,-0.331611,0,0,0,1,180,255,1,0),(80361,195259,1,1,1,6382.03,520.524,12.9657,1.01229,0,0,0,1,180,255,1,0),(80362,195259,1,1,1,6429.35,505.704,12.7617,1.50098,0,0,0,1,180,255,1,0),(80363,195259,0,1,1,-9536.68,-1208.95,49.4019,-2.18166,0,0,0,1,180,255,1,0),(80364,195259,0,1,1,-10523.1,-1175.39,31.0316,1.65806,0,0,0,1,180,255,1,0),(80365,195259,1,1,1,6407.31,510.362,12.7691,1.18682,0,0,0,1,180,255,1,0),(80366,195259,0,1,1,-9463.9,33.9063,58.7647,-1.72787,0,0,0,1,180,255,1,0),(80367,195259,0,1,1,-9477.87,32.1865,59.23,-0.157079,0,0,0,1,180,255,1,0),(80368,195259,0,1,1,-430.054,-582.755,54.6811,-3.12412,0,0,0,1,180,255,1,0),(80369,195259,0,1,1,-9648.42,-1336.6,50.6041,2.91469,0,0,0,1,180,255,1,0),(80370,195259,571,1,1,6111.22,-1074.6,407.279,1.74533,0,0,0,1,180,255,1,0),(80371,195259,571,1,1,6122.87,-1073.9,407.455,1.64061,0,0,0,1,180,255,1,0),(80372,195259,571,1,1,6133.95,-1074.68,406.682,1.48353,0,0,0,1,180,255,1,0),(80373,195259,571,1,1,6105.76,-1080.91,407.378,-3.05433,0,0,0,1,180,255,1,0),(80374,195259,0,1,1,-10533.3,-1162.61,30.1223,0.087266,0,0,0,1,180,255,1,0),(80375,195259,0,1,1,-10541.6,-1181.24,28.4948,-1.85005,0,0,0,1,180,255,1,0),(80376,195259,0,1,1,-10549,-1113.2,33.6784,-3.00195,0,0,0,1,180,255,1,0),(80377,195259,0,1,1,-9431.16,63.5481,58.1995,3.12412,0,0,0,1,180,255,1,0),(80378,195259,0,1,1,-9475.58,11.6672,62.0472,1.44862,0,0,0,1,180,255,1,0),(80379,195259,0,1,1,-10534.2,-1159.23,30.3795,-3.07177,0,0,0,1,180,255,1,0),(80380,195259,0,1,1,-10512,-1151.34,29.9757,-1.50098,0,0,0,1,180,255,1,0),(80381,195259,0,1,1,-875.268,-518.501,13.3671,-0.052359,0,0,0,1,180,255,1,0),(80382,195259,0,1,1,-878.069,-518.788,13.2766,-3.01941,0,0,0,1,180,255,1,0),(80383,195259,0,1,1,-856.233,-492.18,16.321,-3.12412,0,0,0,1,180,255,1,0),(80384,195259,0,1,1,-9435.35,-2228.51,70.0283,-0.925024,0,0,0,1,180,255,1,0),(80385,195259,0,1,1,-9233.31,-2216.29,68.9112,1.5708,0,0,0,1,180,255,1,0),(80386,195259,0,1,1,-9212.75,-2143.26,65.921,-1.6057,0,0,0,1,180,255,1,0),(80387,195259,571,1,1,6121.73,-1096.7,406.519,1.39626,0,0,0,1,180,255,1,0),(80388,195259,0,1,1,-10550.2,-1104.42,33.7316,-2.9845,0,0,0,1,180,255,1,0),(80389,195259,0,1,1,-9213.55,-2224.49,69.3168,1.5708,0,0,0,1,180,255,1,0),(80390,195259,0,1,1,-9589.76,-1928.48,64.1741,1.91986,0,0,0,1,180,255,1,0),(80391,195259,0,1,1,-9222.04,-2224.41,69.2314,1.50098,0,0,0,1,180,255,1,0),(80392,195259,571,1,1,3096.86,-2049.75,86.2544,-0.034906,0,0,0,1,180,255,1,0),(80393,195259,0,1,1,-3816.17,-818.365,11.2636,-1.62316,0,0,0,1,180,255,1,0),(80394,195259,0,1,1,-843.173,-581.619,13.5102,3.14159,0,0,0,1,180,255,1,0),(80395,195259,0,1,1,-849.003,-558.577,13.5004,1.5708,0,0,0,1,180,255,1,0),(80396,195259,0,1,1,-9636.21,-2086.49,62.582,1.09956,0,0,0,1,180,255,1,0),(80397,195259,0,1,1,-9235.77,-2148.47,66.0507,3.08918,0,0,0,1,180,255,1,0),(80398,195259,0,1,1,-3775.99,-732.065,9.76503,-1.01229,0,0,0,1,180,255,1,0),(80399,195259,571,1,1,3095.98,-2049.74,86.2311,3.08918,0,0,0,1,180,255,1,0),(80400,195259,0,1,1,-6586.23,-1035.72,264.182,-3.03684,0,0,0,1,180,255,1,0),(80401,195259,0,1,1,-6587.02,-1027.18,264.032,-3.10665,0,0,0,1,180,255,1,0),(80402,195259,0,1,1,-6561.48,-1102.74,311.053,0.314158,0,0,0,1,180,255,1,0),(80403,195259,0,1,1,-6562.58,-1068.19,273.38,2.37364,0,0,0,1,180,255,1,0),(80404,195259,0,1,1,-4630.1,-928.945,506.122,0.733038,0,0,0,1,180,255,1,0),(80405,195259,0,1,1,-6599.94,-1036.08,252.417,1.91986,0,0,0,1,180,255,1,0),(80406,195259,0,1,1,-14449.9,497.04,16.623,-2.37364,0,0,0,1,180,255,1,0),(80407,195259,0,1,1,-5357.04,-528.766,392.575,0.645772,0,0,0,1,180,255,1,0),(80408,195259,0,1,1,-5590.9,-513.917,405.771,1.65806,0,0,0,1,180,255,1,0),(80409,195259,0,1,1,-6559.29,-1173.51,311.369,1.15192,0,0,0,1,180,255,1,0),(80410,195259,0,1,1,-5608.68,-529.576,401.066,-0.034906,0,0,0,1,180,255,1,0),(80411,195259,0,1,1,-5608.48,-521.513,401.212,-0.017452,0,0,0,1,180,255,1,0),(80412,195259,0,1,1,-14449,486.041,17.4141,-0.645772,0,0,0,1,180,255,1,0),(80413,195259,0,1,1,-5579.73,-525.05,404.467,-3.10665,0,0,0,1,180,255,1,0),(80414,195259,0,1,1,-5593.13,-489.437,398.363,1.53589,0,0,0,1,180,255,1,0),(80415,195259,0,1,1,-14460.8,484.582,16.1547,0.837757,0,0,0,1,180,255,1,0),(80416,195259,0,1,1,-14465.6,488.715,16.1825,0.837757,0,0,0,1,180,255,1,0),(80417,195259,0,1,1,-5607.96,-525.5,402.749,0,0,0,0,1,180,255,1,0),(80418,195259,0,1,1,-14442.7,485.205,25.3457,2.40855,0,0,0,1,180,255,1,0),(80419,195259,0,1,1,-14253.9,302.981,28.8038,1.5708,0,0,0,1,180,255,1,0),(80420,195259,530,1,1,1052.61,7359.7,42.6296,0.872664,0,0,0,1,180,255,1,0),(80421,195259,530,1,1,1044.72,7368.76,43.1856,0.558504,0,0,0,1,180,255,1,0),(80422,195259,530,1,1,-154.786,5523.65,31.509,-2.80997,0,0,0,1,180,255,1,0),(80423,195259,530,1,1,-158.51,5535.15,31.4724,-2.75761,0,0,0,1,180,255,1,0),(80424,195259,571,1,1,3781.04,1623.46,95.5813,0.436332,0,0,0,1,180,255,1,0),(80425,195259,571,1,1,3827.74,1496.18,95.1065,-0.069812,0,0,0,1,180,255,1,0),(80426,195259,571,1,1,5828.39,518.74,659.42,-1.25664,0,0,0,1,180,255,1,0),(80427,195259,571,1,1,5988.55,613.996,651.679,2.68781,0,0,0,1,180,255,1,0),(80428,195259,571,1,1,5820.16,557.141,653.047,1.91986,0,0,0,1,180,255,1,0),(80429,195259,571,1,1,6161.73,-60.3889,388.701,-0.034906,0,0,0,1,180,255,1,0),(80430,195259,571,1,1,3859.41,1466.08,94.9991,1.69297,0,0,0,1,180,255,1,0),(80431,195259,571,1,1,3825.42,1465.95,95.1025,1.74533,0,0,0,1,180,255,1,0),(80432,195259,571,1,1,3857.14,1496.14,95.1245,3.14159,0,0,0,1,180,255,1,0),(80433,195259,571,1,1,5619.53,688.484,653.262,-0.436332,0,0,0,1,180,255,1,0),(80434,195259,571,1,1,3842.33,1481.94,97.7936,1.64061,0,0,0,1,180,255,1,0),(80435,195259,571,1,1,3827.11,1482.65,95.1289,1.43117,0,0,0,1,180,255,1,0),(80436,195259,571,1,1,5625.89,702.795,653.362,-0.436332,0,0,0,1,180,255,1,0),(80437,195259,571,1,1,5622.71,695.647,653.205,-0.418879,0,0,0,1,180,255,1,0),(80438,195259,571,1,1,5982.96,599.381,651.808,2.77507,0,0,0,1,180,255,1,0),(80439,195259,571,1,1,5813.24,555.01,653.114,1.83259,0,0,0,1,180,255,1,0),(80440,195259,571,1,1,3857.47,1482.77,96.1758,1.62316,0,0,0,1,180,255,1,0),(80441,195259,571,1,1,5985.75,606.698,651.887,2.72271,0,0,0,1,180,255,1,0),(80442,195260,1,1,1,2747.06,-426.269,112.746,-0.994837,0,0,0,1,180,255,1,0),(80443,195260,0,1,1,-8907.8,612.974,100.613,-2.67035,0,0,0,1,180,255,1,0),(80444,195260,0,1,1,-8858.38,650.422,99.5508,-1.13446,0,0,0,1,180,255,1,0),(80445,195260,0,1,1,-8855.97,649.273,97.6137,1.06465,0,0,0,1,180,255,1,0),(80446,195260,0,1,1,-8933.73,628.958,100.634,2.00713,0,0,0,1,180,255,1,0),(80447,195260,0,1,1,-8920.95,605.589,100.62,-1.64061,0,0,0,1,180,255,1,0),(80448,195260,0,1,1,-8857.76,645.929,97.5954,-3.00195,0,0,0,1,180,255,1,0),(80449,195260,0,1,1,-8861.12,649.861,99.5508,-2.1293,0,0,0,1,180,255,1,0),(80450,195260,0,1,1,-8861.11,647.936,99.5508,2.14675,0,0,0,1,180,255,1,0),(80451,195260,0,1,1,-8860.27,650.596,99.5508,2.30383,0,0,0,1,180,255,1,0),(80452,195260,0,1,1,-8856.87,651.243,97.6127,-0.95993,0,0,0,1,180,255,1,0),(80453,195260,0,1,1,-10523.6,-1159.51,28.1708,-1.58825,0,0,0,1,180,255,1,0),(80454,195260,1,1,1,-3616.38,-4472.9,15.4116,-0.925024,0,0,0,1,180,255,1,0),(80455,195260,1,1,1,3988.71,-1312.45,254.452,-1.32645,0,0,0,1,180,255,1,0),(80456,195260,0,1,1,-9458.66,19.6229,57.4694,3.03684,0,0,0,1,180,255,1,0),(80457,195260,0,1,1,-9457.62,27.3743,57.453,2.96704,0,0,0,1,180,255,1,0),(80458,195260,0,1,1,-9465.32,30.0858,58.1569,1.44862,0,0,0,1,180,255,1,0),(80459,195260,0,1,1,-9470.32,19.3046,58.1873,1.41372,0,0,0,1,180,255,1,0),(80460,195260,0,1,1,-9466.73,18.8708,58.2021,1.43117,0,0,0,1,180,255,1,0),(80461,195260,1,1,1,2751,-415.659,112.746,0.296705,0,0,0,1,180,255,1,0),(80462,195260,0,1,1,-4839.09,-874.047,511.14,2.26892,0,0,0,1,180,255,1,0),(80463,195260,0,1,1,-4840.76,-874.337,511.14,2.96704,0,0,0,1,180,255,1,0),(80464,195260,0,1,1,-4837.73,-873.987,511.14,-2.68781,0,0,0,1,180,255,1,0),(80465,195260,0,1,1,-4836.3,-873.74,511.14,1.76278,0,0,0,1,180,255,1,0),(80466,195260,0,1,1,-4843.61,-859.587,502.784,-0.890117,0,0,0,1,180,255,1,0),(80467,195260,0,1,1,-4835.07,-873.535,511.14,2.05949,0,0,0,1,180,255,1,0),(80468,195260,0,1,1,-4841.93,-874.424,511.14,-1.0472,0,0,0,1,180,255,1,0),(80469,195260,0,1,1,-4844.49,-874.748,511.14,1.98967,0,0,0,1,180,255,1,0),(80470,195260,0,1,1,-4888.35,-1008.27,506.958,1.88495,0,0,0,1,180,255,1,0),(80471,195260,0,1,1,-851.413,-480.53,15.8326,-0.157079,0,0,0,1,180,255,1,0),(80472,195260,0,1,1,-9348.36,-2297.73,72.5959,2.86233,0,0,0,1,180,255,1,0),(80473,195260,0,1,1,-9212.98,-2149.86,65.5182,-2.47837,0,0,0,1,180,255,1,0),(80474,195260,1,1,1,-3735.88,-4551.3,28.4347,0.418879,0,0,0,1,180,255,1,0),(80475,195260,1,1,1,-3723.84,-4543.15,12.5908,2.05949,0,0,0,1,180,255,1,0),(80476,195260,0,1,1,-8858.82,645.576,97.6209,-1.09956,0,0,0,1,180,255,1,0),(80477,195260,0,1,1,-8862.32,646.846,97.6005,2.82743,0,0,0,1,180,255,1,0),(80478,195260,0,1,1,-8860.19,645.501,97.5955,-2.65289,0,0,0,1,180,255,1,0),(80479,195260,0,1,1,-8860.68,652.186,97.5913,-2.80997,0,0,0,1,180,255,1,0),(80480,195260,0,1,1,-8861.36,645.959,97.5999,-1.0821,0,0,0,1,180,255,1,0),(80481,195260,0,1,1,-8857.83,649.636,99.5508,-0.925024,0,0,0,1,180,255,1,0),(80482,195260,0,1,1,-8856.46,647.413,97.6089,2.42601,0,0,0,1,180,255,1,0),(80483,195260,0,1,1,-8856.4,650.419,97.5945,1.85005,0,0,0,1,180,255,1,0),(80484,195260,0,1,1,-10526.5,-1160,28.1777,0.767944,0,0,0,1,180,255,1,0),(80485,195260,1,1,1,-3722.16,-4546.52,12.5908,2.04204,0,0,0,1,180,255,1,0),(80486,195260,1,1,1,-3616.31,-4458.2,14.3235,-0.104719,0,0,0,1,180,255,1,0),(80487,195260,0,1,1,-9465.44,11.6783,58.128,2.9845,0,0,0,1,180,255,1,0),(80488,195260,0,1,1,-4843.25,-874.554,511.14,-2.49582,0,0,0,1,180,255,1,0),(80489,195260,0,1,1,-4837.34,-858.78,502.781,-2.07694,0,0,0,1,180,255,1,0),(80490,195260,0,1,1,-4877.75,-999.527,506.958,-3.05433,0,0,0,1,180,255,1,0),(80491,195260,0,1,1,-4885.09,-1005.57,506.958,0.069812,0,0,0,1,180,255,1,0),(80492,195260,0,1,1,-4875.53,-997.696,506.958,-0.471238,0,0,0,1,180,255,1,0),(80493,195260,0,1,1,-3828.54,-838.328,11.2522,3.03684,0,0,0,1,180,255,1,0),(80494,195260,0,1,1,-713.097,-508.201,28.112,-1.48353,0,0,0,1,180,255,1,0),(80495,195260,0,1,1,-850.604,-571.132,11.7663,-3.12412,0,0,0,1,180,255,1,0),(80496,195260,0,1,1,-845.849,-581.458,12.8479,1.5708,0,0,0,1,180,255,1,0),(80497,195260,571,1,1,5625.17,-709.793,208.386,1.36136,0,0,0,1,180,255,1,0),(80498,195260,0,1,1,-8862.61,650.263,97.6093,-3.12412,0,0,0,1,180,255,1,0),(80499,195260,0,1,1,-8857.41,651.69,97.6205,-0.802851,0,0,0,1,180,255,1,0),(80500,195260,0,1,1,-8860.32,647.253,99.5508,-1.16937,0,0,0,1,180,255,1,0),(80501,195260,0,1,1,-8862.92,648.115,97.5961,3.08918,0,0,0,1,180,255,1,0),(80502,195260,0,1,1,-8858.56,648.477,100.919,-3.00195,0,0,0,1,180,255,1,0),(80503,195260,0,1,1,-8863.06,649.095,97.6071,1.23918,0,0,0,1,180,255,1,0),(80504,195260,0,1,1,-8861.47,648.844,99.5508,-2.79252,0,0,0,1,180,255,1,0),(80505,195260,0,1,1,-8920.23,606.277,100.627,-1.88495,0,0,0,1,180,255,1,0),(80506,195260,0,1,1,-8932.71,629.542,100.627,-0.331611,0,0,0,1,180,255,1,0),(80507,195260,0,1,1,-10517.8,-1165.88,29.3242,-3.10665,0,0,0,1,180,255,1,0),(80508,195260,0,1,1,-9468.93,30.5604,58.1837,1.44862,0,0,0,1,180,255,1,0),(80509,195260,0,1,1,-3810.48,-831.149,11.2849,0,0,0,0,1,180,255,1,0),(80510,195260,0,1,1,-3804.42,-787.288,10.2467,-1.32645,0,0,0,1,180,255,1,0),(80511,195260,0,1,1,-3821.74,-827.251,11.3153,-0.017452,0,0,0,1,180,255,1,0),(80512,195260,0,1,1,-8859.47,646.978,99.5508,-1.76278,0,0,0,1,180,255,1,0),(80513,195260,0,1,1,-8856.95,646.507,97.6371,0.890117,0,0,0,1,180,255,1,0),(80514,195260,0,1,1,-8860.51,648.487,100.919,0.226892,0,0,0,1,180,255,1,0),(80515,195260,0,1,1,-8859.7,652.545,97.6087,1.62316,0,0,0,1,180,255,1,0),(80516,195260,0,1,1,-8856.1,648.363,97.6085,0.610864,0,0,0,1,180,255,1,0),(80517,195260,0,1,1,-8906.8,613.516,100.627,-1.32645,0,0,0,1,180,255,1,0),(80518,195260,0,1,1,-8857.6,648.729,99.5508,-1.65806,0,0,0,1,180,255,1,0),(80519,195260,0,1,1,-3810.46,-827.461,11.3116,0.017452,0,0,0,1,180,255,1,0),(80520,195260,0,1,1,-862.672,-553.068,12.7741,1.50098,0,0,0,1,180,255,1,0),(80521,195260,0,1,1,-9217.58,-2145.58,65.4719,-2.07694,0,0,0,1,180,255,1,0),(80522,195260,0,1,1,-9226.62,-2150.39,64.6209,1.53589,0,0,0,1,180,255,1,0),(80523,195260,0,1,1,-8860.49,649.388,100.919,0.017452,0,0,0,1,180,255,1,0),(80524,195260,0,1,1,-8919.41,636.825,100.62,0.017452,0,0,0,1,180,255,1,0),(80525,195260,0,1,1,-8920.49,636.273,100.627,-2.60053,0,0,0,1,180,255,1,0),(80526,195260,0,1,1,-10518.6,-1170.63,29.6838,-3.07177,0,0,0,1,180,255,1,0),(80527,195260,0,1,1,-10518.1,-1162.24,29.3391,-2.9845,0,0,0,1,180,255,1,0),(80528,195260,0,1,1,-8862.29,651.178,97.6053,-2.1293,0,0,0,1,180,255,1,0),(80529,195260,0,1,1,-8859.86,647.929,100.919,0.977383,0,0,0,1,180,255,1,0),(80530,195260,0,1,1,-8858.01,647.785,99.5508,2.58308,0,0,0,1,180,255,1,0),(80531,195260,0,1,1,-8861.33,651.786,97.6117,2.72271,0,0,0,1,180,255,1,0),(80532,195260,0,1,1,-8858.69,647.248,99.5508,-2.53072,0,0,0,1,180,255,1,0),(80533,195260,0,1,1,-858.653,-571.99,11.9621,1.65806,0,0,0,1,180,255,1,0),(80534,195260,0,1,1,-865.595,-570.279,11.8469,0,0,0,0,1,180,255,1,0),(80535,195260,0,1,1,-9222.75,-2159.78,64.8154,-2.93214,0,0,0,1,180,255,1,0),(80536,195260,0,1,1,-8858.51,649.38,100.919,-0.837757,0,0,0,1,180,255,1,0),(80537,195260,0,1,1,-8858.38,652.086,97.6133,-0.453785,0,0,0,1,180,255,1,0),(80538,195260,0,1,1,-8859.06,647.953,100.919,-2.25147,0,0,0,1,180,255,1,0),(80539,195260,0,1,1,-8859.13,650.743,99.5508,1.46608,0,0,0,1,180,255,1,0),(80540,195260,0,1,1,-8859.98,649.945,100.919,1.58825,0,0,0,1,180,255,1,0),(80541,195260,0,1,1,-861.304,-556.583,12.3861,-0.017452,0,0,0,1,180,255,1,0),(80542,195260,0,1,1,-9229.15,-2161.19,64.8848,1.46608,0,0,0,1,180,255,1,0),(80543,195260,0,1,1,-3795.81,-794.03,11.1495,-1.74533,0,0,0,1,180,255,1,0),(80544,195260,0,1,1,-3821.81,-830.928,11.3301,3.14159,0,0,0,1,180,255,1,0),(80545,195260,0,1,1,-11300,-213.955,78.7973,-0.314158,0,0,0,1,180,255,1,0),(80546,195260,0,1,1,-11292.4,-212.29,76.2525,-2.32129,0,0,0,1,180,255,1,0),(80547,195260,0,1,1,-11302.4,-190.47,77.4705,-2.04204,0,0,0,1,180,255,1,0),(80548,195260,0,1,1,-11308.3,-185.159,76.5171,2.32129,0,0,0,1,180,255,1,0),(80549,195260,0,1,1,-11293.7,-203.022,77.3333,-2.26892,0,0,0,1,180,255,1,0),(80550,195260,0,1,1,-6506.74,-1137.85,309.458,-2.93214,0,0,0,1,180,255,1,0),(80551,195260,0,1,1,-6551.34,-1176.59,310.345,0.925024,0,0,0,1,180,255,1,0),(80552,195260,0,1,1,-14463.9,494.74,15.9798,0.890117,0,0,0,1,180,255,1,0),(80553,195260,0,1,1,-14462.5,486.737,15.9759,-0.628317,0,0,0,1,180,255,1,0),(80554,195260,0,1,1,-5654.47,-497.96,398.054,-2.14675,0,0,0,1,180,255,1,0),(80555,195260,0,1,1,-6490.05,-1163.26,313.225,-2.65289,0,0,0,1,180,255,1,0),(80556,195260,0,1,1,-6548.33,-1107.89,310.512,2.09439,0,0,0,1,180,255,1,0),(80557,195260,0,1,1,-6515,-1146.03,311.321,-1.13446,0,0,0,1,180,255,1,0),(80558,195260,0,1,1,-14467.7,489.786,21.6847,0.733038,0,0,0,1,180,255,1,0),(80559,195260,0,1,1,-5604.24,-532.394,400.522,1.5708,0,0,0,1,180,255,1,0),(80560,195260,0,1,1,-6526.36,-1192.47,309.987,0.226892,0,0,0,1,180,255,1,0),(80561,195260,0,1,1,-14459,485.608,15.9718,2.46091,0,0,0,1,180,255,1,0),(80562,195260,0,1,1,-5606.69,-532.354,400.522,1.50098,0,0,0,1,180,255,1,0),(80563,195260,0,1,1,-5591.76,-508.474,405.01,3.12412,0,0,0,1,180,255,1,0),(80564,195260,0,1,1,-5606.86,-527.5,402.588,-2.96704,0,0,0,1,180,255,1,0),(80565,195260,0,1,1,-5600.7,-525.18,400.545,-0.069812,0,0,0,1,180,255,1,0),(80566,195260,0,1,1,-14465.7,478.222,21.2486,0.785397,0,0,0,1,180,255,1,0),(80567,195260,0,1,1,-5594.53,-525.862,400.547,0.034906,0,0,0,1,180,255,1,0),(80568,195260,0,1,1,-14457.8,502.391,15.9639,-2.3911,0,0,0,1,180,255,1,0),(80569,195260,0,1,1,-14470,481.411,21.2567,0.733038,0,0,0,1,180,255,1,0),(80570,195260,0,1,1,-14463.7,485.722,21.2575,2.49582,0,0,0,1,180,255,1,0),(80571,195260,0,1,1,-14474.6,488.765,21.2487,0.785397,0,0,0,1,180,255,1,0),(80572,195260,0,1,1,-14452.2,492.542,16.4234,-2.56563,0,0,0,1,180,255,1,0),(80573,195260,571,1,1,6692.2,-262.143,956.036,3.12412,0,0,0,1,180,255,1,0),(80574,195260,571,1,1,6676.04,-197.873,951.159,-2.94959,0,0,0,1,180,255,1,0),(80575,195260,571,1,1,6676.64,-200.519,951.218,-2.96704,0,0,0,1,180,255,1,0),(80576,195260,571,1,1,6693.97,-261.827,956.406,1.58825,0,0,0,1,180,255,1,0),(80577,195260,530,1,1,-1903.98,5768.57,132.843,0.401425,0,0,0,1,180,255,1,0),(80578,195260,530,1,1,289.802,6098.13,133.365,-2.61799,0,0,0,1,180,255,1,0),(80579,195260,530,1,1,-264.118,5509.56,67.6234,2.02458,0,0,0,1,180,255,1,0),(80580,195260,530,1,1,-1896.94,5765.27,132.268,0,0,0,0,1,180,255,1,0),(80581,195260,530,1,1,-140.809,5535.47,32.6045,-2.79252,0,0,0,1,180,255,1,0),(80582,195260,530,1,1,-247.073,5499.69,67.6151,-1.09956,0,0,0,1,180,255,1,0),(80583,195260,530,1,1,298.225,6094.87,133.042,0.052359,0,0,0,1,180,255,1,0),(80584,195260,530,1,1,285.962,6122.09,143.566,-2.44346,0,0,0,1,180,255,1,0),(80585,195260,530,1,1,270.007,6098.65,133.597,1.53589,0,0,0,1,180,255,1,0),(80586,195260,530,1,1,-140.137,5533.34,32.5609,-2.93214,0,0,0,1,180,255,1,0),(80587,195260,530,1,1,-251.04,5512.97,67.6223,2.46091,0,0,0,1,180,255,1,0),(80588,195260,530,1,1,-264.923,5504.08,67.626,-2.46091,0,0,0,1,180,255,1,0),(80589,195260,530,1,1,-256.592,5514.34,67.6306,2.21656,0,0,0,1,180,255,1,0),(80590,195260,530,1,1,-260.164,5496.43,67.6172,-2.61799,0,0,0,1,180,255,1,0),(80591,195260,530,1,1,-254.768,5494.83,67.6204,-0.890117,0,0,0,1,180,255,1,0),(80592,195260,530,1,1,-246.281,5505.37,67.626,2.21656,0,0,0,1,180,255,1,0),(80593,195260,571,1,1,3411.44,-2783.84,202.933,-0.925024,0,0,0,1,180,255,1,0),(80594,195260,571,1,1,3848.22,-1948.83,210.12,-1.58825,0,0,0,1,180,255,1,0),(80595,195260,571,1,1,3831.51,-1971.27,208.714,0.383971,0,0,0,1,180,255,1,0),(80596,195260,571,1,1,5435.95,-2590.28,304.917,1.5708,0,0,0,1,180,255,1,0),(80597,195260,571,1,1,5587.7,-670.369,206.442,-2.63544,0,0,0,1,180,255,1,0),(80598,195260,571,1,1,5589.27,-675.441,206.749,0.139624,0,0,0,1,180,255,1,0),(80599,195260,571,1,1,6259.27,-27.976,410.822,1.8675,0,0,0,1,180,255,1,0),(80600,195260,571,1,1,6242.62,-48.8147,422.645,0.122173,0,0,0,1,180,255,1,0),(80601,195260,571,1,1,6249.43,-27.5518,410.895,1.22173,0,0,0,1,180,255,1,0),(80602,195260,571,1,1,6170.07,-68.9855,390.381,-0.95993,0,0,0,1,180,255,1,0),(80603,195260,571,1,1,5380.46,-2636.63,304.966,3.10665,0,0,0,1,180,255,1,0),(80604,195260,571,1,1,5465.9,-2590.53,304.917,1.43117,0,0,0,1,180,255,1,0),(80605,195260,571,1,1,5584.32,-666.37,205.885,0.663223,0,0,0,1,180,255,1,0),(80606,195260,571,1,1,5589.94,-687.069,207.794,-2.70526,0,0,0,1,180,255,1,0),(80607,195260,571,1,1,3572.84,265.182,45.7056,2.74016,0,0,0,1,180,255,1,0),(80608,195260,571,1,1,3421.06,-2770.74,201.404,-0.942477,0,0,0,1,180,255,1,0),(80609,195260,571,1,1,3408.68,-2785.9,202.984,-0.95993,0,0,0,1,180,255,1,0),(80610,195260,571,1,1,5407.93,-2617.18,305.281,2.9845,0,0,0,1,180,255,1,0),(80611,195263,1,1,1,2735.26,-441.959,113.966,3.05433,0,0,0,1,180,255,1,0),(80612,195263,1,1,1,2743.48,-418.816,114.023,-0.331611,0,0,0,1,180,255,1,0),(80613,195263,1,1,1,2751.52,-396.559,114.056,2.54818,0,0,0,1,180,255,1,0),(80614,195263,0,1,1,-8883.68,758.493,105.122,-0.90757,0,0,0,1,180,255,1,0),(80615,195263,0,1,1,-8743.36,695.376,110.7,0.628317,0,0,0,1,180,255,1,0),(80616,195263,0,1,1,-10572.6,-1131.64,32.7838,-1.37881,0,0,0,1,180,255,1,0),(80617,195263,0,1,1,-10572.3,-1130.3,44.018,-1.39626,0,0,0,1,180,255,1,0),(80618,195263,1,1,1,6413.29,508.734,11.4374,1.29154,0,0,0,1,180,255,1,0),(80619,195263,1,1,1,6411.69,506.964,10.6824,-1.8675,0,0,0,1,180,255,1,0),(80620,195263,1,1,1,6397.84,511.329,10.7327,-1.88495,0,0,0,1,180,255,1,0),(80621,195263,1,1,1,6397,513.868,11.225,1.13446,0,0,0,1,180,255,1,0),(80622,195263,1,1,1,9696.47,2532.07,1339.74,0,0,0,0,1,180,255,1,0),(80623,195263,0,1,1,-9453.22,31.2092,59.9894,-0.139624,0,0,0,1,180,255,1,0),(80624,195263,0,1,1,-11051.7,-3382.57,71.7589,0.575957,0,0,0,1,180,255,1,0),(80625,195263,0,1,1,-10954,-3367.73,71.8739,2.91469,0,0,0,1,180,255,1,0),(80626,195263,0,1,1,-11027.3,-3420.09,71.9022,0.575957,0,0,0,1,180,255,1,0),(80627,195263,0,1,1,-11021.9,-3340.56,72.6192,1.81514,0,0,0,1,180,255,1,0),(80628,195263,0,1,1,-12329.9,170.303,6.19316,1.18682,0,0,0,1,180,255,1,0),(80629,195263,1,1,1,9696.83,2518.31,1339.86,0.052359,0,0,0,1,180,255,1,0),(80630,195263,0,1,1,-8811.8,808.563,110.495,-2.49582,0,0,0,1,180,255,1,0),(80631,195263,0,1,1,-8803.75,653.544,97.3249,-1.79769,0,0,0,1,180,255,1,0),(80632,195263,0,1,1,-8740.8,579.024,109.82,-0.785397,0,0,0,1,180,255,1,0),(80633,195263,0,1,1,-9471.54,40.8966,59.861,1.48353,0,0,0,1,180,255,1,0),(80634,195263,0,1,1,-9455.24,14.6579,60.0177,-0.087266,0,0,0,1,180,255,1,0),(80635,195263,0,1,1,-10997.6,-3334.72,72.7626,1.85005,0,0,0,1,180,255,1,0),(80636,195263,0,1,1,-10964,-3410.87,71.8605,2.91469,0,0,0,1,180,255,1,0),(80637,195263,0,1,1,-8842.43,716.519,109.501,2.02458,0,0,0,1,180,255,1,0),(80638,195263,0,1,1,-8811.44,655.375,97.0114,-1.81514,0,0,0,1,180,255,1,0),(80639,195263,0,1,1,-8822.07,652.003,95.9321,-1.0821,0,0,0,1,180,255,1,0),(80640,195263,0,1,1,-9480.74,20.5973,60.0708,2.9845,0,0,0,1,180,255,1,0),(80641,195263,0,1,1,-9479.36,31.945,59.9563,3.07177,0,0,0,1,180,255,1,0),(80642,195263,0,1,1,-9542.78,-1210.2,52.139,2.51327,0,0,0,1,180,255,1,0),(80643,195263,0,1,1,-10572.4,-1129.75,53.6562,-1.41372,0,0,0,1,180,255,1,0),(80644,195263,0,1,1,-10542.9,-1171.71,41.3216,-3.05433,0,0,0,1,180,255,1,0),(80645,195263,0,1,1,-12330.4,178.888,6.39185,-0.575957,0,0,0,1,180,255,1,0),(80646,195263,0,1,1,-5592.18,-532.534,401.91,1.55334,0,0,0,1,180,255,1,0),(80647,195263,0,1,1,-5576.64,-514.956,405.19,0.069812,0,0,0,1,180,255,1,0),(80648,195263,0,1,1,-5573.33,-461.346,404.843,-1.58825,0,0,0,1,180,255,1,0),(80649,195263,0,1,1,-5585.39,-461.506,404.85,-1.50098,0,0,0,1,180,255,1,0),(80650,195263,0,1,1,-5580.91,-418.452,400.419,-1.32645,0,0,0,1,180,255,1,0),(80651,195263,530,1,1,-1699.82,5426.39,-7.90853,3.14159,0,0,0,1,180,255,1,0),(80652,195263,530,1,1,-1948.56,5289.85,-7.48382,1.0472,0,0,0,1,180,255,1,0),(80653,195264,0,1,1,-8856.15,671.781,98.8406,-0.314158,0,0,0,1,180,255,1,0),(80654,195264,1,1,1,9661.73,2505.73,1334.16,-1.5708,0,0,0,1,180,255,1,0),(80655,195264,0,1,1,-4846.32,-864.108,502.844,-0.802851,0,0,0,1,180,255,1,0),(80656,195264,0,1,1,-4895.29,-1001.13,504.758,-3.01941,0,0,0,1,180,255,1,0),(80657,195264,0,1,1,-4905.37,-979.254,503.518,-0.541051,0,0,0,1,180,255,1,0),(80658,195264,0,1,1,-4877.42,-986.308,504.758,-0.575957,0,0,0,1,180,255,1,0),(80659,195264,0,1,1,-4886.38,-993.683,504.758,2.32129,0,0,0,1,180,255,1,0),(80660,195264,0,1,1,-4881.06,-989.323,504.758,-1.02974,0,0,0,1,180,255,1,0),(80661,195264,0,1,1,-4899.35,-1004.48,504.758,-0.680679,0,0,0,1,180,255,1,0),(80662,195264,0,1,1,-4890.23,-996.799,504.758,0.418879,0,0,0,1,180,255,1,0),(80663,195264,0,1,1,-4900.67,-975.41,503.491,2.70526,0,0,0,1,180,255,1,0),(80664,195264,0,1,1,-3820.03,-827.229,10.9121,-0.191985,0,0,0,1,180,255,1,0),(80665,195264,0,1,1,-9349.25,-2296.82,72.5472,-0.174532,0,0,0,1,180,255,1,0),(80666,195264,1,1,1,9666,2517.08,1333.64,0.820303,0,0,0,1,180,255,1,0),(80667,195264,1,1,1,9665.2,2510.76,1334.44,-1.97222,0,0,0,1,180,255,1,0),(80668,195264,0,1,1,-8919.73,636.243,100.627,-2.07694,0,0,0,1,180,255,1,0),(80669,195264,0,1,1,-9457.85,28.5277,57.4864,3.14159,0,0,0,1,180,255,1,0),(80670,195264,0,1,1,-9459.09,18.5192,57.4722,2.9845,0,0,0,1,180,255,1,0),(80671,195264,0,1,1,-9457.85,10.693,58.1197,2.9845,0,0,0,1,180,255,1,0),(80672,195264,0,1,1,-4837.51,-865.437,502.851,0.855211,0,0,0,1,180,255,1,0),(80673,195264,0,1,1,-858.528,-553.084,12.7741,2.05949,0,0,0,1,180,255,1,0),(80674,195264,0,1,1,-9213.04,-2146.22,65.5149,-1.06465,0,0,0,1,180,255,1,0),(80675,195264,0,1,1,-9221.36,-2160.02,64.8293,2.32129,0,0,0,1,180,255,1,0),(80676,195264,0,1,1,-9229,-2162.65,64.8501,1.0472,0,0,0,1,180,255,1,0),(80677,195264,0,1,1,-10511.3,-1159.81,29.2652,1.69297,0,0,0,1,180,255,1,0),(80678,195264,0,1,1,-10528.9,-1166.75,29.3198,2.42601,0,0,0,1,180,255,1,0),(80679,195264,0,1,1,-9458.96,20.6805,57.522,3.03684,0,0,0,1,180,255,1,0),(80680,195264,0,1,1,-9458.35,26.1867,57.5196,3.07177,0,0,0,1,180,255,1,0),(80681,195264,0,1,1,-850.178,-568.419,11.7761,0.750491,0,0,0,1,180,255,1,0),(80682,195264,0,1,1,-10529.2,-1163.1,29.2942,-2.46091,0,0,0,1,180,255,1,0),(80683,195264,0,1,1,-3819.95,-830.828,10.8967,1.67551,0,0,0,1,180,255,1,0),(80684,195264,0,1,1,-861.792,-558.962,12.3999,-1.79769,0,0,0,1,180,255,1,0),(80685,195264,0,1,1,-714.825,-508.338,28.123,1.55334,0,0,0,1,180,255,1,0),(80686,195264,0,1,1,-9234.33,-2161.91,65.4893,-1.39626,0,0,0,1,180,255,1,0),(80687,195264,0,1,1,-10511.7,-1154.17,29.2592,-0.366518,0,0,0,1,180,255,1,0),(80688,195264,0,1,1,-8933.17,629.211,100.613,0.017452,0,0,0,1,180,255,1,0),(80689,195264,0,1,1,-3796.98,-792.825,12.3271,0.157079,0,0,0,1,180,255,1,0),(80690,195264,0,1,1,-850.527,-581.358,12.8533,1.69297,0,0,0,1,180,255,1,0),(80691,195264,0,1,1,-9215.89,-2145.81,65.4233,1.01229,0,0,0,1,180,255,1,0),(80692,195264,0,1,1,-8920.66,606.056,100.606,1.0472,0,0,0,1,180,255,1,0),(80693,195264,0,1,1,-3812.31,-831.06,10.8776,1.11701,0,0,0,1,180,255,1,0),(80694,195264,0,1,1,-9226.52,-2148.85,64.6001,-0.733038,0,0,0,1,180,255,1,0),(80695,195264,0,1,1,-3812.26,-827.435,10.8926,0.855211,0,0,0,1,180,255,1,0),(80696,195264,0,1,1,-3828.61,-833.557,11.2566,3.00195,0,0,0,1,180,255,1,0),(80697,195264,0,1,1,-3805.48,-787.764,10.3873,1.98967,0,0,0,1,180,255,1,0),(80698,195264,230,1,1,830.654,-163.978,-48.88,0.628317,0,0,0,1,180,255,1,0),(80699,195264,230,1,1,891.046,-170.57,-42.8332,0.628317,0,0,0,1,180,255,1,0),(80700,195264,230,1,1,821.517,-174.795,-48.8382,0.628317,0,0,0,1,180,255,1,0),(80701,195264,230,1,1,858.851,-172.606,-48.8478,0.628317,0,0,0,1,180,255,1,0),(80702,195264,230,1,1,866.958,-144.804,-48.8856,0.628317,0,0,0,1,180,255,1,0),(80703,195264,230,1,1,877.285,-169.196,-48.8409,0.628317,0,0,0,1,180,255,1,0),(80704,195264,230,1,1,893.253,-198.25,-42.8703,0.628317,0,0,0,1,180,255,1,0),(80705,195264,230,1,1,830.051,-154.908,-48.8725,0.628317,0,0,0,1,180,255,1,0),(80706,195264,230,1,1,845.779,-147.699,-48.8352,-1.16937,0,0,0,1,180,255,1,0),(80707,195264,230,1,1,896.01,-202.806,-42.8655,0.628317,0,0,0,1,180,255,1,0),(80708,195264,230,1,1,821.511,-165.19,-48.8584,0.628317,0,0,0,1,180,255,1,0),(80709,195264,230,1,1,869.124,-163.9,-48.864,0.628317,0,0,0,1,180,255,1,0),(80710,195264,230,1,1,817.588,-180.07,-48.8832,-0.471238,0,0,0,1,180,255,1,0),(80711,195264,230,1,1,842.664,-190.035,-48.9151,0.628317,0,0,0,1,180,255,1,0),(80712,195264,230,1,1,859.877,-164.822,-48.8168,0.628317,0,0,0,1,180,255,1,0),(80713,195264,230,1,1,814.409,-163.35,-48.8338,0.628317,0,0,0,1,180,255,1,0),(80714,195264,230,1,1,874.01,-140.864,-48.8708,0.628317,0,0,0,1,180,255,1,0),(80715,195264,230,1,1,876.237,-144.417,-48.8697,2.93214,0,0,0,1,180,255,1,0),(80716,195264,230,1,1,825.645,-172.156,-48.8906,0.628317,0,0,0,1,180,255,1,0),(80717,195264,230,1,1,863.471,-196.908,-42.7922,0.628317,0,0,0,1,180,255,1,0),(80718,195264,230,1,1,857.5,-201.502,-42.8256,0.628317,0,0,0,1,180,255,1,0),(80719,195264,230,1,1,838.307,-151.834,-48.8711,0.628317,0,0,0,1,180,255,1,0),(80720,195264,230,1,1,813.797,-173.237,-48.8576,0.628317,0,0,0,1,180,255,1,0),(80721,195264,230,1,1,884.739,-164.978,-48.8522,0.628317,0,0,0,1,180,255,1,0),(80722,195264,230,1,1,824.186,-181.403,-48.8683,0.628317,0,0,0,1,180,255,1,0),(80723,195264,230,1,1,859.089,-139.845,-48.8765,0.628317,0,0,0,1,180,255,1,0),(80724,195264,230,1,1,866.536,-176.091,-48.8598,0.628317,0,0,0,1,180,255,1,0),(80725,195264,230,1,1,852.691,-206.595,-42.8749,0.628317,0,0,0,1,180,255,1,0),(80726,195264,230,1,1,878.632,-161.085,-48.8504,0.628317,0,0,0,1,180,255,1,0),(80727,195264,230,1,1,868.826,-132.477,-48.8574,0.628317,0,0,0,1,180,255,1,0),(80728,195264,0,1,1,-14454.1,494.021,16.4246,-1.06465,0,0,0,1,180,255,1,0),(80729,195264,0,1,1,-14475.2,488.323,21.2422,2.94959,0,0,0,1,180,255,1,0),(80730,195264,0,1,1,-5584.57,-528.398,401.642,0.296705,0,0,0,1,180,255,1,0),(80731,195264,0,1,1,-5584.55,-533.062,404.42,0.872664,0,0,0,1,180,255,1,0),(80732,195264,0,1,1,-6507.24,-1196.07,309.971,-1.51844,0,0,0,1,180,255,1,0),(80733,195264,0,1,1,-6511.58,-1150.62,308.748,-0.087266,0,0,0,1,180,255,1,0),(80734,195264,0,1,1,-6552.04,-1175.91,310.345,-0.820303,0,0,0,1,180,255,1,0),(80735,195264,0,1,1,-6549,-1107.56,310.514,2.00713,0,0,0,1,180,255,1,0),(80736,195264,0,1,1,-14465.3,479.088,21.1853,1.64061,0,0,0,1,180,255,1,0),(80737,195264,0,1,1,-14462.7,496.273,15.9521,0.855211,0,0,0,1,180,255,1,0),(80738,195264,0,1,1,-6490.12,-1160.76,310.571,-0.383971,0,0,0,1,180,255,1,0),(80739,195264,0,1,1,-6508.45,-1143.19,308.687,0.209439,0,0,0,1,180,255,1,0),(80740,195264,0,1,1,-14469,480.851,21.2494,0.087266,0,0,0,1,180,255,1,0),(80741,195264,0,1,1,-14460.8,487.845,15.9519,0.802851,0,0,0,1,180,255,1,0),(80742,195264,0,1,1,-14458.7,503.042,15.9638,-1.6057,0,0,0,1,180,255,1,0),(80743,195264,0,1,1,-14464.6,485.528,21.2376,0.767944,0,0,0,1,180,255,1,0),(80744,195264,0,1,1,-5586.72,-528.231,400.207,3.12412,0,0,0,1,180,255,1,0),(80745,195264,0,1,1,-14458,486.097,15.9397,-3.00195,0,0,0,1,180,255,1,0),(80746,195264,0,1,1,-14468.6,488.556,21.2623,-1.65806,0,0,0,1,180,255,1,0),(80747,195264,571,1,1,3572.21,6646.87,197.258,2.56563,0,0,0,1,180,255,1,0),(80748,195264,571,1,1,3572.68,6647.37,197.258,-0.523598,0,0,0,1,180,255,1,0),(80749,195264,571,1,1,3572.13,6647.49,197.258,1.5708,0,0,0,1,180,255,1,0),(80750,195264,530,1,1,-1902.82,5765.87,132.843,3.12412,0,0,0,1,180,255,1,0),(80751,195264,530,1,1,-1897.72,5765.53,132.226,2.56563,0,0,0,1,180,255,1,0),(80752,195264,530,1,1,-1937.6,5316.97,-11.1455,-2.74016,0,0,0,1,180,255,1,0),(80753,195264,530,1,1,-1929.34,5312.43,-11.1455,-1.53589,0,0,0,1,180,255,1,0),(80754,195264,530,1,1,-1802.65,5309.42,-11.1455,-0.541051,0,0,0,1,180,255,1,0),(80755,195264,530,1,1,291.201,6097.8,133.337,2.07694,0,0,0,1,180,255,1,0),(80756,195264,530,1,1,-261.897,5511.05,67.7684,-0.890117,0,0,0,1,180,255,1,0),(80757,195264,530,1,1,-698.785,2728.22,95.1936,1.32645,0,0,0,1,180,255,1,0),(80758,195264,530,1,1,-705.054,2721.34,95.5118,-1.06465,0,0,0,1,180,255,1,0),(80759,195264,530,1,1,-701.292,2728.89,95.5083,0.942477,0,0,0,1,180,255,1,0),(80760,195264,530,1,1,-1907.95,5781.61,132.902,0.383971,0,0,0,1,180,255,1,0),(80761,195264,530,1,1,-1728.95,5422.56,-11.1455,0.802851,0,0,0,1,180,255,1,0),(80762,195264,530,1,1,-1729.21,5431.98,-11.1455,-3.12412,0,0,0,1,180,255,1,0),(80763,195264,530,1,1,-139.329,5531.16,32.3654,-0.052359,0,0,0,1,180,255,1,0),(80764,195264,530,1,1,-249.445,5498.1,67.7722,-0.139624,0,0,0,1,180,255,1,0),(80765,195264,530,1,1,-198.731,5473.05,23.8779,0.994837,0,0,0,1,180,255,1,0),(80766,195264,530,1,1,-695.988,2721.34,95.2422,-0.575957,0,0,0,1,180,255,1,0),(80767,195264,530,1,1,-713.004,2733.56,95.8515,-2.23402,0,0,0,1,180,255,1,0),(80768,195264,530,1,1,-704.938,2728.99,95.5551,-0.017452,0,0,0,1,180,255,1,0),(80769,195264,530,1,1,-701.352,2721.36,95.5117,1.55334,0,0,0,1,180,255,1,0),(80770,195264,530,1,1,267.53,6098.78,133.518,0.069812,0,0,0,1,180,255,1,0),(80771,195264,530,1,1,285.884,6123.67,143.519,-1.16937,0,0,0,1,180,255,1,0),(80772,195264,530,1,1,-1794.67,5314.32,-11.1455,-2.84488,0,0,0,1,180,255,1,0),(80773,195264,530,1,1,-143.547,5538.29,32.3804,0.750491,0,0,0,1,180,255,1,0),(80774,195264,530,1,1,-261.672,5498.67,67.7673,-0.855211,0,0,0,1,180,255,1,0),(80775,195264,530,1,1,-140.735,5529.81,32.376,2.3911,0,0,0,1,180,255,1,0),(80776,195264,530,1,1,-141.505,5538.12,32.4887,-0.663223,0,0,0,1,180,255,1,0),(80777,195264,530,1,1,-252.317,5496.11,67.7704,-3.12412,0,0,0,1,180,255,1,0),(80778,195264,530,1,1,-695.222,2715.15,95.8828,-0.890117,0,0,0,1,180,255,1,0),(80779,195264,530,1,1,-708.12,2724.89,94.9505,3.01941,0,0,0,1,180,255,1,0),(80780,195264,530,1,1,-263.501,5501.79,67.7705,1.27409,0,0,0,1,180,255,1,0),(80781,195264,530,1,1,-247.702,5507.62,67.769,2.56563,0,0,0,1,180,255,1,0),(80782,195264,530,1,1,-249.585,5510.58,67.7728,2.23402,0,0,0,1,180,255,1,0),(80783,195264,530,1,1,-258.934,5512.86,67.7748,0.418879,0,0,0,1,180,255,1,0),(80784,195264,571,1,1,3847.76,-1948.54,210.17,1.15192,0,0,0,1,180,255,1,0),(80785,195264,571,1,1,3831.22,-1971.86,208.669,-2.87979,0,0,0,1,180,255,1,0),(80786,195264,571,1,1,5061.95,-545.069,219.93,-0.401425,0,0,0,1,180,255,1,0),(80787,195264,571,1,1,5071.42,-592.719,221.034,2.58308,0,0,0,1,180,255,1,0),(80788,195264,571,1,1,3412.48,-2783.08,202.997,-2.70526,0,0,0,1,180,255,1,0),(80789,195264,571,1,1,5029.65,-527.373,228.693,-2.47837,0,0,0,1,180,255,1,0),(80790,195264,571,1,1,5058.46,-542.483,219.926,-1.93732,0,0,0,1,180,255,1,0),(80791,195264,571,1,1,5062.77,-549.41,219.956,-2.09439,0,0,0,1,180,255,1,0),(80792,195264,571,1,1,3407.59,-2786.69,202.997,-0.645772,0,0,0,1,180,255,1,0),(80793,195264,571,1,1,3424.17,-2769.67,201.419,0.942477,0,0,0,1,180,255,1,0),(80794,195265,0,1,1,-9046.63,428.583,93.2955,2.30383,0,0,0,1,180,255,1,0),(80795,195265,0,1,1,-8973.18,490.654,97.0779,2.19912,0,0,0,1,180,255,1,0),(80796,195265,0,1,1,-8987.69,509.24,97.0765,-0.890117,0,0,0,1,180,255,1,0),(80797,195265,0,1,1,-9106.58,422.097,93.7786,-2.49582,0,0,0,1,180,255,1,0),(80798,195265,0,1,1,-9060.67,417.703,93.2955,2.28638,0,0,0,1,180,255,1,0),(80799,195265,0,1,1,-8884.23,566.347,92.8298,0.715585,0,0,0,1,180,255,1,0),(80800,195265,0,1,1,-8893.99,578.844,92.8094,0.680677,0,0,0,1,180,255,1,0),(80801,195265,0,1,1,-9085.16,396.496,93.5758,-2.46091,0,0,0,1,180,255,1,0),(80802,195265,0,1,1,-9079.23,442.914,93.2955,-0.90757,0,0,0,1,180,255,1,0),(80803,195265,0,1,1,-9018.08,485.234,97.1197,-0.855211,0,0,0,1,180,255,1,0),(80804,195265,0,1,1,-9066.78,452.947,93.2955,-0.767944,0,0,0,1,180,255,1,0),(80805,195265,0,1,1,-9003.58,466.834,97.1185,2.1293,0,0,0,1,180,255,1,0),(80806,195265,530,1,1,-2037.28,5275.62,-39.587,0.541051,0,0,0,1,180,255,1,0),(80807,195265,530,1,1,-2059.59,5316.22,-37.3235,-1.0472,0,0,0,1,180,255,1,0),(80808,195266,1,1,1,-6794.58,809.81,61.0732,-2.84488,0,0,0,1,180,255,1,0),(80809,195266,0,1,1,-8860.68,662.838,101.16,-0.925024,0,0,0,1,180,255,1,0),(80810,195266,0,1,1,-8871.9,682.277,102.292,-0.994837,0,0,0,1,180,255,1,0),(80811,195266,0,1,1,-10519.2,-1294.56,45.3368,2.56563,0,0,0,1,180,255,1,0),(80812,195266,0,1,1,-10522.6,-1176.89,33.9917,-1.43117,0,0,0,1,180,255,1,0),(80813,195266,1,1,1,-3781.57,-4370.99,20.4668,-0.087266,0,0,0,1,180,255,1,0),(80814,195266,1,1,1,3999.98,-1304.6,259.535,2.40855,0,0,0,1,180,255,1,0),(80815,195266,571,1,1,6122.52,-1074.91,407.385,1.58825,0,0,0,1,180,255,1,0),(80816,195266,0,1,1,-10990.8,-3465.55,73.5192,1.72787,0,0,0,1,180,255,1,0),(80817,195266,0,1,1,-4849.92,-877.536,506.389,-1.39626,0,0,0,1,180,255,1,0),(80818,195266,0,1,1,-4927.71,-1279.47,509.796,2.65289,0,0,0,1,180,255,1,0),(80819,195266,0,1,1,-4880.1,-957.773,509.628,1.93731,0,0,0,1,180,255,1,0),(80820,195266,0,1,1,-5041.65,-1166.19,508.227,0.314158,0,0,0,1,180,255,1,0),(80821,195266,0,1,1,-4614.04,-1114.48,509.55,-2.94959,0,0,0,1,180,255,1,0),(80822,195266,0,1,1,-4691.64,-1183.9,509.915,-0.733038,0,0,0,1,180,255,1,0),(80823,195266,0,1,1,-4591.77,-999.464,508.207,-2.84488,0,0,0,1,180,255,1,0),(80824,195266,0,1,1,-3695.47,-733.789,14.6362,-2.07694,0,0,0,1,180,255,1,0),(80825,195266,0,1,1,-3795.67,-835.688,14.1054,-0.017452,0,0,0,1,180,255,1,0),(80826,195266,0,1,1,-867.686,-568.566,17.525,3.07177,0,0,0,1,180,255,1,0),(80827,195266,0,1,1,-784.941,-512.631,22.1321,-2.21656,0,0,0,1,180,255,1,0),(80828,195266,0,1,1,-841.55,-562.376,17.4683,0.052359,0,0,0,1,180,255,1,0),(80829,195266,0,1,1,-849.182,-548.27,16.4179,1.53589,0,0,0,1,180,255,1,0),(80830,195266,0,1,1,-9234.07,-2141.21,70.3266,1.50098,0,0,0,1,180,255,1,0),(80831,195266,0,1,1,-9263.48,-2237.09,68.0257,3.07177,0,0,0,1,180,255,1,0),(80832,195266,1,1,1,-3733.66,-4424.69,35.4536,0.785397,0,0,0,1,180,255,1,0),(80833,195266,0,1,1,-8906.31,628.792,106.67,-2.63544,0,0,0,1,180,255,1,0),(80834,195266,0,1,1,-10524.8,-1148.65,34.2651,1.64061,0,0,0,1,180,255,1,0),(80835,195266,0,1,1,-10605.1,-1157.45,33.4107,2.56563,0,0,0,1,180,255,1,0),(80836,195266,0,1,1,-10559,-1135.93,35.5914,-1.41372,0,0,0,1,180,255,1,0),(80837,195266,0,1,1,-10507.6,-1169.3,34.3831,0.087266,0,0,0,1,180,255,1,0),(80838,195266,0,1,1,-10533.4,-1204.69,31.6826,1.65806,0,0,0,1,180,255,1,0),(80839,195266,0,1,1,-10960.2,-3450.69,70.2589,2.58308,0,0,0,1,180,255,1,0),(80840,195266,0,1,1,-11054.8,-3480.33,68.8072,0.95993,0,0,0,1,180,255,1,0),(80841,195266,1,1,1,-3615.44,-4440.08,18.9329,1.58825,0,0,0,1,180,255,1,0),(80842,195266,0,1,1,-4840.27,-859.969,506.082,-1.48353,0,0,0,1,180,255,1,0),(80843,195266,0,1,1,-4899.03,-982.314,510.777,2.28638,0,0,0,1,180,255,1,0),(80844,195266,0,1,1,-4765.77,-913.387,508.234,1.32645,0,0,0,1,180,255,1,0),(80845,195266,0,1,1,-4732.77,-1146.49,507.539,2.65289,0,0,0,1,180,255,1,0),(80846,195266,0,1,1,-4707.57,-948.41,509.872,0.90757,0,0,0,1,180,255,1,0),(80847,195266,0,1,1,-5017.75,-1125.04,509.957,0.191985,0,0,0,1,180,255,1,0),(80848,195266,0,1,1,-4612.88,-1093.26,509.641,3.05433,0,0,0,1,180,255,1,0),(80849,195266,0,1,1,-3807.73,-843.088,15.9536,-1.62316,0,0,0,1,180,255,1,0),(80850,195266,0,1,1,-861.296,-502.514,19.4743,-1.6057,0,0,0,1,180,255,1,0),(80851,195266,0,1,1,-9225.21,-2139.09,70.2455,1.6057,0,0,0,1,180,255,1,0),(80852,195266,0,1,1,-9246.09,-2148.55,68.1107,-3.12412,0,0,0,1,180,255,1,0),(80853,195266,0,1,1,-9221.95,-2065.85,81.4747,3.12412,0,0,0,1,180,255,1,0),(80854,195266,0,1,1,-10583,-1197.7,31.6985,0.174532,0,0,0,1,180,255,1,0),(80855,195266,0,1,1,-10507.6,-1149.41,34.1282,1.71042,0,0,0,1,180,255,1,0),(80856,195266,0,1,1,-10587.1,-1256.42,41.5012,0.034906,0,0,0,1,180,255,1,0),(80857,195266,0,1,1,-10722.3,-1131.86,31.5413,-0.802851,0,0,0,1,180,255,1,0),(80858,195266,0,1,1,-5030.98,-1153.9,509.76,-1.27409,0,0,0,1,180,255,1,0),(80859,195266,0,1,1,-4730.89,-1063.31,508.738,-2.61799,0,0,0,1,180,255,1,0),(80860,195266,0,1,1,-4868.57,-1144.73,510.407,0.383971,0,0,0,1,180,255,1,0),(80861,195266,0,1,1,-4974.48,-1033.47,510.385,2.77507,0,0,0,1,180,255,1,0),(80862,195266,0,1,1,-4847.69,-1162.96,508.747,0.837757,0,0,0,1,180,255,1,0),(80863,195266,0,1,1,-4804.96,-1180.35,510.459,1.5708,0,0,0,1,180,255,1,0),(80864,195266,0,1,1,-4798.37,-908.976,503.25,1.5708,0,0,0,1,180,255,1,0),(80865,195266,0,1,1,-3763.44,-876.695,14.6474,1.0472,0,0,0,1,180,255,1,0),(80866,195266,0,1,1,-3831.59,-822.906,16.0914,3.12412,0,0,0,1,180,255,1,0),(80867,195266,0,1,1,-839.326,-568.902,17.7356,-0.017452,0,0,0,1,180,255,1,0),(80868,195266,0,1,1,-841.436,-586.411,17.5337,0.034906,0,0,0,1,180,255,1,0),(80869,195266,0,1,1,-823.057,-501.382,20.1873,-1.64061,0,0,0,1,180,255,1,0),(80870,195266,0,1,1,-9175.25,-2108.6,92.6612,2.46091,0,0,0,1,180,255,1,0),(80871,195266,0,1,1,-9237.56,-2042.74,81.7569,-1.48353,0,0,0,1,180,255,1,0),(80872,195266,0,1,1,-10544.5,-1160.09,32.3532,-3.10665,0,0,0,1,180,255,1,0),(80873,195266,0,1,1,-9459.15,44.3359,61.1232,1.41372,0,0,0,1,180,255,1,0),(80874,195266,0,1,1,-9382.36,-82.4038,68.335,-2.09439,0,0,0,1,180,255,1,0),(80875,195266,0,1,1,-4601.88,-1010.22,509.911,1.81514,0,0,0,1,180,255,1,0),(80876,195266,0,1,1,-4989.78,-1117.28,508.186,-2.96704,0,0,0,1,180,255,1,0),(80877,195266,0,1,1,-10584.9,-1165.01,33.4423,-0.628317,0,0,0,1,180,255,1,0),(80878,195266,0,1,1,-3783.72,-857.931,15.2131,0.698132,0,0,0,1,180,255,1,0),(80879,195266,0,1,1,-3816.07,-816.804,15.8673,1.53589,0,0,0,1,180,255,1,0),(80880,195266,0,1,1,-3816.41,-845.184,16.0608,-1.58825,0,0,0,1,180,255,1,0),(80881,195266,0,1,1,-3742.72,-879.271,14.6908,1.69297,0,0,0,1,180,255,1,0),(80882,195266,0,1,1,-790.696,-595.682,19.2561,2.26892,0,0,0,1,180,255,1,0),(80883,195266,0,1,1,-9243.66,-2211.2,72.0786,3.12412,0,0,0,1,180,255,1,0),(80884,195266,0,1,1,-9180.75,-2086.24,92.6779,-2.84488,0,0,0,1,180,255,1,0),(80885,195266,0,1,1,-3796.83,-875.702,15.3076,-2.44346,0,0,0,1,180,255,1,0),(80886,195266,0,1,1,-3677.09,-740.724,14.5916,-1.93732,0,0,0,1,180,255,1,0),(80887,195266,0,1,1,-841.553,-557.781,17.5034,0.052359,0,0,0,1,180,255,1,0),(80888,195266,0,1,1,-815.952,-553.565,19.9757,1.71042,0,0,0,1,180,255,1,0),(80889,195266,0,1,1,-3849.46,-835.113,16.2792,3.08918,0,0,0,1,180,255,1,0),(80890,195266,230,1,1,904.153,-202.728,-37.4635,2.09439,0,0,0,1,180,255,1,0),(80891,195266,230,1,1,862.141,-226.757,-37.2087,2.16421,0,0,0,1,180,255,1,0),(80892,195266,230,1,1,848.73,-234.751,-37.2759,2.16421,0,0,0,1,180,255,1,0),(80893,195266,230,1,1,907.949,-200.629,-37.4735,2.09439,0,0,0,1,180,255,1,0),(80894,195266,230,1,1,838.715,-222.66,-37.0062,0.575957,0,0,0,1,180,255,1,0),(80895,195266,0,1,1,-14448,467.663,7.70628,-1.0821,0,0,0,1,180,255,1,0),(80896,195266,0,1,1,-14478.7,428.076,37.6125,0.506145,0,0,0,1,180,255,1,0),(80897,195266,0,1,1,-14459.9,479.14,19.8853,-0.820303,0,0,0,1,180,255,1,0),(80898,195266,0,1,1,-14358.5,424.679,15.7415,1.91986,0,0,0,1,180,255,1,0),(80899,195266,0,1,1,-14474.4,452.342,34.6387,0.506145,0,0,0,1,180,255,1,0),(80900,195266,0,1,1,-14377.1,376.658,33.2114,1.22173,0,0,0,1,180,255,1,0),(80901,195266,0,1,1,-5519.26,-663.924,403.042,0.401425,0,0,0,1,180,255,1,0),(80902,195266,0,1,1,-5480.08,-461.806,401.465,-0.279252,0,0,0,1,180,255,1,0),(80903,195266,0,1,1,-14450.2,413.526,29.9574,0.610864,0,0,0,1,180,255,1,0),(80904,195266,0,1,1,-14471,492.441,18.76,-2.26892,0,0,0,1,180,255,1,0),(80905,195266,0,1,1,-14358.3,377.387,27.1852,1.81514,0,0,0,1,180,255,1,0),(80906,195266,0,1,1,-14463.7,475.632,19.8548,-0.802851,0,0,0,1,180,255,1,0),(80907,195266,0,1,1,-14373.5,373.372,27.6464,1.13446,0,0,0,1,180,255,1,0),(80908,195266,0,1,1,-14480.9,465.024,34.6276,-0.645772,0,0,0,1,180,255,1,0),(80909,195266,0,1,1,-14444.7,495.664,20.1124,-0.767944,0,0,0,1,180,255,1,0),(80910,195266,0,1,1,-14399.8,413.275,32.471,1.09956,0,0,0,1,180,255,1,0),(80911,195266,0,1,1,-5496.23,-689.718,398.202,1.02974,0,0,0,1,180,255,1,0),(80912,195266,0,1,1,-14446.9,492.634,32.3268,-0.820303,0,0,0,1,180,255,1,0),(80913,195266,0,1,1,-14450.9,450.218,23.9318,0.558504,0,0,0,1,180,255,1,0),(80914,195266,0,1,1,-5597.3,-532.347,403.071,1.50098,0,0,0,1,180,255,1,0),(80915,195266,0,1,1,-14440.8,432.902,23.9117,2.11185,0,0,0,1,180,255,1,0),(80916,195266,0,1,1,-14452.4,440.289,7.80065,-0.977383,0,0,0,1,180,255,1,0),(80917,195266,0,1,1,-14461.8,480.806,31.9102,-2.26892,0,0,0,1,180,255,1,0),(80918,195266,0,1,1,-14448.5,457.047,19.2992,0.59341,0,0,0,1,180,255,1,0),(80919,195266,0,1,1,-14440,439.426,7.80277,2.11185,0,0,0,1,180,255,1,0),(80920,195266,0,1,1,-14439.5,439.219,19.0236,2.19912,0,0,0,1,180,255,1,0),(80921,195266,0,1,1,-14396.6,410.066,26.5856,1.11701,0,0,0,1,180,255,1,0),(80922,195266,0,1,1,-14448.1,493.436,26.2345,-0.802851,0,0,0,1,180,255,1,0),(80923,195266,0,1,1,-14458.5,420.944,28.9705,0.541051,0,0,0,1,180,255,1,0),(80924,195266,0,1,1,-14478,468.192,39.704,-0.680679,0,0,0,1,180,255,1,0),(80925,195266,0,1,1,-14438.4,422.057,11.8795,-0.95993,0,0,0,1,180,255,1,0),(80926,195266,0,1,1,-14383,404.126,12.0949,-2.84488,0,0,0,1,180,255,1,0),(80927,195266,0,1,1,-14435.4,395.711,35.3907,1.98967,0,0,0,1,180,255,1,0),(80928,195266,0,1,1,-14459.3,425.488,34.7531,0.541051,0,0,0,1,180,255,1,0),(80929,195266,0,1,1,-14408.6,416.471,25.7947,1.25664,0,0,0,1,180,255,1,0),(80930,195266,0,1,1,-14466.3,497.062,30.2183,-2.25147,0,0,0,1,180,255,1,0),(80931,195266,0,1,1,-14441.1,499.917,20.0161,-0.715585,0,0,0,1,180,255,1,0),(80932,195266,0,1,1,-14304.7,437.697,36.5736,-0.366518,0,0,0,1,180,255,1,0),(80933,195266,571,1,129,5100.76,2167.82,369.181,2.32129,0,0,0,1,180,255,1,0),(80934,195266,571,1,129,5083.94,2176.66,369.058,0.90757,0,0,0,1,180,255,1,0),(80935,195266,571,1,1,3578.57,6669.5,200.297,-0.698132,0,0,0,1,180,255,1,0),(80936,195266,571,1,1,3569.43,6650.18,201.205,0.314158,0,0,0,1,180,255,1,0),(80937,195266,571,1,1,6685.92,-206.638,953.696,-2.40855,0,0,0,1,180,255,1,0),(80938,195266,571,1,1,6676.62,-199.127,954.831,-2.94959,0,0,0,1,180,255,1,0),(80939,195266,530,1,1,195.032,8490.55,35.5514,0.663223,0,0,0,1,180,255,1,0),(80940,195266,530,1,1,264.836,8492.75,34.6078,2.1293,0,0,0,1,180,255,1,0),(80941,195266,530,1,1,272.165,8509.44,32.722,-2.58308,0,0,0,1,180,255,1,0),(80942,195266,530,1,1,282.636,6085.98,137.649,-1.53589,0,0,0,1,180,255,1,0),(80943,195266,530,1,1,-595.939,4082.91,100.925,2.07694,0,0,0,1,180,255,1,0),(80944,195266,530,1,1,-586.822,4153.64,78.0908,2.74016,0,0,0,1,180,255,1,0),(80945,195266,530,1,1,-717,2714.82,100.472,3.12412,0,0,0,1,180,255,1,0),(80946,195266,530,1,1,-716.924,2718.47,100.484,3.10665,0,0,0,1,180,255,1,0),(80947,195266,530,1,1,-1892.36,5766.13,137.697,-0.122173,0,0,0,1,180,255,1,0),(80948,195266,530,1,1,-1905.99,5772.01,137.076,-0.977383,0,0,0,1,180,255,1,0),(80949,195266,530,1,1,-709.41,2704.61,99.6289,-1.58825,0,0,0,1,180,255,1,0),(80950,195266,530,1,1,-690.793,2724.94,100.929,-0.017452,0,0,0,1,180,255,1,0),(80951,195266,530,1,1,-716.88,2742.7,100.79,-3.10665,0,0,0,1,180,255,1,0),(80952,195266,530,1,1,-249.921,5495.47,36.7147,-0.95993,0,0,0,1,180,255,1,0),(80953,195266,571,1,1,3431.65,-2776.44,207.109,0.610864,0,0,0,1,180,255,1,0),(80954,195266,571,1,1,3388.07,-2808.05,207.094,-2.56563,0,0,0,1,180,255,1,0),(80955,195266,571,1,1,3389.36,-2800.44,207.451,2.18166,0,0,0,1,180,255,1,0),(80956,195266,571,1,1,3221.05,-666.509,175.286,0.994837,0,0,0,1,180,255,1,0),(80957,195266,571,1,1,3203.73,-675.955,175.528,2.63544,0,0,0,1,180,255,1,0),(80958,195266,571,1,1,5679.62,720.026,647.579,2.47837,0,0,0,1,180,255,1,0),(80959,195266,571,1,1,5885.01,524.233,648.163,1.85005,0,0,0,1,180,255,1,0),(80960,195266,571,1,1,5670.65,730.914,647.987,2.23402,0,0,0,1,180,255,1,0),(80961,195266,571,1,1,5855.72,664.569,653.62,0.872664,0,0,0,1,180,255,1,0),(80962,195266,571,1,1,5750.09,646.967,655.895,2.46091,0,0,0,1,180,255,1,0),(80963,195266,571,1,1,5901.74,746.018,645.268,-1.81514,0,0,0,1,180,255,1,0),(80964,195266,571,1,1,5886.49,624.721,653.594,2.44346,0,0,0,1,180,255,1,0),(80965,195266,571,1,1,5858.5,699.903,647.275,-2.26892,0,0,0,1,180,255,1,0),(80966,195266,571,1,1,5809.25,576.003,657.846,-1.48353,0,0,0,1,180,255,1,0),(80967,195266,571,1,1,3422.46,-2783.03,207.011,-2.47837,0,0,0,1,180,255,1,0),(80968,195266,571,1,1,3230.02,-756.344,174.019,-0.994837,0,0,0,1,180,255,1,0),(80969,195266,571,1,1,5768.05,709.363,623.417,-0.680679,0,0,0,1,180,255,1,0),(80970,195266,571,1,1,5733.01,677.092,652.261,-0.698132,0,0,0,1,180,255,1,0),(80971,195266,571,1,1,5859.04,634.379,653.559,-0.715585,0,0,0,1,180,255,1,0),(80972,195266,571,1,1,5760.3,713.877,652.319,-0.610864,0,0,0,1,180,255,1,0),(80973,195266,571,1,1,5677.26,732.935,647.86,1.62316,0,0,0,1,180,255,1,0),(80974,195266,571,1,1,5783.14,561.596,655.63,0.925024,0,0,0,1,180,255,1,0),(80975,195266,571,1,1,5835.14,720.016,646.191,-2.28638,0,0,0,1,180,255,1,0),(80976,195266,571,1,1,5915.95,728.429,646.254,3.07177,0,0,0,1,180,255,1,0),(80977,195266,571,1,1,5730.58,607.27,652.456,0.90757,0,0,0,1,180,255,1,0),(80978,195266,571,1,1,5675.36,631.402,652.01,0.523598,0,0,0,1,180,255,1,0),(80979,195266,571,1,1,5802.56,689.866,664.405,1.67551,0,0,0,1,180,255,1,0),(80980,195266,571,1,1,5909.33,661.733,649.234,-2.33874,0,0,0,1,180,255,1,0),(80981,195266,571,1,1,3403.19,-2797.13,217.555,0.680677,0,0,0,1,180,255,1,0),(80982,195266,571,1,1,3226.66,-687.491,176.109,-0.488691,0,0,0,1,180,255,1,0),(80983,195266,571,1,1,3212.47,-667.382,175.28,2.61799,0,0,0,1,180,255,1,0),(80984,195266,571,1,1,3243.01,-716.868,174.061,1.15192,0,0,0,1,180,255,1,0),(80985,195266,571,1,1,5679.61,720.015,659.189,2.42601,0,0,0,1,180,255,1,0),(80986,195266,571,1,1,5668.86,712.508,647.734,-2.26892,0,0,0,1,180,255,1,0),(80987,195266,571,1,1,5864.96,738.727,644.807,-1.20428,0,0,0,1,180,255,1,0),(80988,195266,571,1,1,5843.8,569.768,656.441,2.46091,0,0,0,1,180,255,1,0),(80989,195266,571,1,1,5671.87,646.429,651.88,0.279252,0,0,0,1,180,255,1,0),(80990,195266,571,1,1,5893.21,706.297,646.81,0.90757,0,0,0,1,180,255,1,0),(80991,195266,571,1,1,3577.13,249.592,53.5527,2.46091,0,0,0,1,180,255,1,0),(80992,195266,571,1,1,5666.31,725.675,647.902,2.68781,0,0,0,1,180,255,1,0),(80993,195266,571,1,1,5665.73,718.711,647.951,-2.91469,0,0,0,1,180,255,1,0),(80994,195266,571,1,1,5901.19,684.366,647.594,2.3911,0,0,0,1,180,255,1,0),(80995,195266,571,1,1,5687.88,620.089,652.017,0.558504,0,0,0,1,180,255,1,0),(80996,195266,571,1,1,5786.86,691.661,652.875,2.40855,0,0,0,1,180,255,1,0),(80997,195266,571,1,1,5881.26,611.151,654.602,2.40855,0,0,0,1,180,255,1,0),(80998,195266,571,1,1,5873.01,725.319,647.549,1.79769,0,0,0,1,180,255,1,0),(80999,195266,571,1,1,5915.08,710.208,646.606,3.03684,0,0,0,1,180,255,1,0),(81000,195266,571,1,1,5768.55,732.45,646.004,-0.523598,0,0,0,1,180,255,1,0),(81001,195266,571,1,1,5883.44,741.784,644.404,-1.36136,0,0,0,1,180,255,1,0),(81002,195266,571,1,1,5872.59,687.641,650.232,-2.30383,0,0,0,1,180,255,1,0),(81003,195266,571,1,1,5817.45,694.925,652.861,0.872664,0,0,0,1,180,255,1,0),(81004,195266,571,1,1,5755.21,632.169,667.413,-3.00195,0,0,0,1,180,255,1,0),(81005,195266,571,1,1,5753.47,616.655,656.383,-2.26892,0,0,0,1,180,255,1,0),(81006,195273,1,1,1,-6848.75,778.839,51.6178,1.46608,0,0,0,1,180,255,1,0),(81007,195273,1,1,1,-6827.61,786.462,52.2015,-1.98967,0,0,0,1,180,255,1,0),(81008,195273,1,1,1,-6845.74,771.714,51.4555,-0.750491,0,0,0,1,180,255,1,0),(81009,195273,0,1,1,-8800.71,664.397,97.7356,2.89724,0,0,0,1,180,255,1,0),(81010,195273,1,1,1,-3718.96,-4542.8,13.5865,0.453785,0,0,0,1,180,255,1,0),(81011,195273,571,1,1,6197.27,63.934,381.165,1.51844,0,0,0,1,180,255,1,0),(81012,195273,571,1,1,6274.25,79.742,391.813,0.750491,0,0,0,1,180,255,1,0),(81013,195273,571,1,1,6156.5,-76.9187,391.327,-2.79252,0,0,0,1,180,255,1,0),(81014,195273,571,1,1,6113.52,-1046.3,406.589,0.052359,0,0,0,1,180,255,1,0),(81015,195273,571,1,1,5668.45,683.905,655.485,-0.401425,0,0,0,1,180,255,1,0),(81016,195273,571,1,1,5815.43,553.263,653.106,0.174532,0,0,0,1,180,255,1,0),(81017,195273,571,1,1,5944.85,630.399,654.037,2.79252,0,0,0,1,180,255,1,0),(81018,195273,571,1,1,5828.07,508.053,659.316,0.226892,0,0,0,1,180,255,1,0),(81019,195273,571,1,1,5861.55,637.797,649.449,-0.523598,0,0,0,1,180,255,1,0),(81020,195273,1,1,1,-6797.72,722.942,46.8554,-1.51844,0,0,0,1,180,255,1,0),(81021,195273,1,1,1,-6820.24,718.917,47.5142,-0.610864,0,0,0,1,180,255,1,0),(81022,195273,0,1,1,-4888.82,-994.738,510.049,2.32129,0,0,0,1,180,255,1,0),(81023,195273,0,1,1,-14356,419.693,31.6394,2.07694,0,0,0,1,180,255,1,0),(81024,195273,1,1,1,-3618.45,-4450.95,14.8035,-1.50098,0,0,0,1,180,255,1,0),(81025,195273,0,1,1,-4897.69,-1002.05,510.054,2.07694,0,0,0,1,180,255,1,0),(81026,195273,0,1,1,-4879.83,-987.33,509.983,2.14675,0,0,0,1,180,255,1,0),(81027,195273,571,1,1,6258.5,95.349,395.153,0.785397,0,0,0,1,180,255,1,0),(81028,195273,571,1,1,6185.26,63.8069,381.187,1.44862,0,0,0,1,180,255,1,0),(81029,195273,571,1,1,6150.58,-58.698,390.694,-2.89724,0,0,0,1,180,255,1,0),(81030,195273,571,1,1,6162.23,-74.4933,391.391,0.383971,0,0,0,1,180,255,1,0),(81031,195273,571,1,1,6156.79,-57.0425,390.898,0.279252,0,0,0,1,180,255,1,0),(81032,195273,571,1,1,6127.38,-1046.22,405.782,3.12412,0,0,0,1,180,255,1,0),(81033,195273,571,1,1,5939.46,615.952,654.113,2.67035,0,0,0,1,180,255,1,0),(81034,195273,571,1,1,5808.79,548.761,653.104,1.02974,0,0,0,1,180,255,1,0),(81035,195273,571,1,1,5739.49,677.669,646.96,-0.663223,0,0,0,1,180,255,1,0),(81036,195273,571,1,1,5733.87,670.811,646.972,-0.610864,0,0,0,1,180,255,1,0),(81037,195273,571,1,1,5852.14,667.389,649.599,0.802851,0,0,0,1,180,255,1,0),(81038,195273,0,1,1,-8913.01,641.138,101.55,-2.61799,0,0,0,1,180,255,1,0),(81039,195273,0,1,1,-8899.69,616.603,101.596,-2.65289,0,0,0,1,180,255,1,0),(81040,195273,0,1,1,-6500.99,-1171.68,321.561,1.91986,0,0,0,1,180,255,1,0),(81041,195273,0,1,1,-14462.4,505.205,27.1798,-0.715585,0,0,0,1,180,255,1,0),(81042,195273,571,1,1,6283.17,71.0635,391.979,0.855211,0,0,0,1,180,255,1,0),(81043,195273,571,1,1,5812.32,551.391,653.07,-2.30383,0,0,0,1,180,255,1,0),(81044,195273,571,1,1,5819.64,554.377,653.104,-2.84488,0,0,0,1,180,255,1,0),(81045,195273,571,1,1,5834.88,510.333,659.3,-2.70526,0,0,0,1,180,255,1,0),(81046,195273,571,1,1,5827.6,553.823,653.197,3.01941,0,0,0,1,180,255,1,0),(81047,195273,571,1,1,5852.25,653.21,660.205,0.226892,0,0,0,1,180,255,1,0),(81048,195273,571,1,1,5756.84,712.12,642.434,0.785397,0,0,0,1,180,255,1,0),(81049,195273,0,1,1,-14358.9,412.137,31.812,-2.77507,0,0,0,1,180,255,1,0),(81050,195273,0,1,1,-14352.1,408.626,32.1101,-1.16937,0,0,0,1,180,255,1,0),(81051,195273,0,1,1,-14467.1,489.044,14.9012,-2.33874,0,0,0,1,180,255,1,0),(81052,195273,0,1,1,-9245.55,-2160.39,77.2992,3.05433,0,0,0,1,180,255,1,0),(81053,195273,0,1,1,-14468.4,487.744,26.6851,0.872664,0,0,0,1,180,255,1,0),(81054,195273,0,1,1,-14456,482.348,20.973,-0.750491,0,0,0,1,180,255,1,0),(81055,195273,571,1,1,5823.23,554.915,653.124,-0.104719,0,0,0,1,180,255,1,0),(81056,195273,571,1,1,5859.84,660.354,649.338,0.575957,0,0,0,1,180,255,1,0),(81057,195273,571,1,1,5853.16,644.663,660.192,0.087266,0,0,0,1,180,255,1,0),(81058,195273,571,1,1,5879.18,527.603,643.547,1.78023,0,0,0,1,180,255,1,0),(81059,195273,571,1,1,5910.6,572.092,642.006,-1.93732,0,0,0,1,180,255,1,0),(81060,195273,571,1,1,5920.08,557.511,641.926,2.75761,0,0,0,1,180,255,1,0),(81061,195273,571,1,1,5662.25,669.692,655.485,-0.506145,0,0,0,1,180,255,1,0),(81062,195273,571,1,1,5761.33,717.738,642.434,-2.07694,0,0,0,1,180,255,1,0),(81063,195273,571,1,1,5855.68,631.25,649.375,-0.663223,0,0,0,1,180,255,1,0),(81064,195273,571,1,1,5888.8,529.829,643.471,1.79769,0,0,0,1,180,255,1,0),(81065,195273,230,1,1,867.617,-130.514,-45.2255,-1.15192,0,0,0,1,180,255,1,0),(81066,195273,230,1,1,860.128,-134.844,-45.1896,-1.15192,0,0,0,1,180,255,1,0),(81067,195273,230,1,1,839.243,-146.911,-45.1784,-1.15192,0,0,0,1,180,255,1,0),(81068,195273,230,1,1,813.863,-161.558,-45.3045,-1.11701,0,0,0,1,180,255,1,0),(81069,195273,230,1,1,838.528,-216.232,-40.4566,1.91986,0,0,0,1,180,255,1,0),(81070,195273,230,1,1,888.095,-157.43,-45.9001,-2.67035,0,0,0,1,180,255,1,0),(81071,195273,230,1,1,850.869,-209.102,-40.4154,1.91986,0,0,0,1,180,255,1,0),(81072,195273,230,1,1,880.24,-144.102,-45.7563,-2.67035,0,0,0,1,180,255,1,0),(81073,195273,230,1,1,831.004,-151.674,-45.2715,-1.15192,0,0,0,1,180,255,1,0),(81074,195273,230,1,1,825.044,-196.507,-45.1789,0.488691,0,0,0,1,180,255,1,0),(81075,186717,530,1,1,-1756.52,5499.92,-12.4281,-2.07694,0,0,0,1,180,255,1,0),(81076,186717,530,1,1,-1791.72,5550.14,-12.4281,-1.22173,0,0,0,1,180,255,1,0),(81077,186717,530,1,1,-1996.52,5442.87,-12.4281,-1.83259,0,0,0,1,180,255,1,0),(81078,186717,530,1,1,-1884.83,5488.84,-12.4281,-1.309,0,0,0,1,180,255,1,0),(81079,186717,530,1,1,-1869.96,5574.38,-12.4281,-2.05949,0,0,0,1,180,255,1,0),(81080,186717,530,1,1,-1911.65,5571.59,-12.4281,-1.39626,0,0,0,1,180,255,1,0),(81081,186717,530,1,1,-1932.64,5562.31,-12.4281,-1.309,0,0,0,1,180,255,1,0),(81082,194064,571,1,1,5717.42,700.954,645.751,-0.733038,0,0,0,1,180,255,1,0),(81083,194071,571,1,1,5838.1,652.884,647.512,1.25664,0,0,0,1,180,255,1,0),(81084,194072,571,1,1,5751.58,700.566,618.537,-2.35619,0,0,0,1,180,255,1,0),(81085,194081,571,1,1,5902.78,497.684,641.57,-1.3439,0,0,0,1,180,255,1,0),(81086,190034,1,1,1,9800.08,982.901,1313.88,0.610864,0,0,0,1,180,255,1,0),(81087,190035,1,1,1,2779.4,-434.263,116.582,-2.70526,0,0,0.803857,-0.594823,180,100,1,0),(81088,190037,530,1,1,-4125.09,-12473.8,44.5691,-1.74533,0,0,0,1,180,255,1,0),(81089,190038,1,1,1,10125,2224.56,1328.38,-3.12412,0,0,0,1,180,255,1,0),(81090,190039,0,1,1,-4838.04,-858.582,502.782,-0.453785,0,0,0,1,180,255,1,0),(81091,190040,0,1,1,-8868.47,671.55,97.9031,1.36136,0,0,0,1,180,255,1,0),(81092,190041,530,1,1,-3739.82,-11692.4,-105.786,-1.88495,0,0,0,1,180,255,1,0),(81093,190042,1,1,1,6410.36,515.78,9.9353,2.77507,0,0,0,1,180,255,1,0),(81094,190043,0,1,1,-5379.71,-2973.99,323.169,2.91469,0,0,0,1,180,255,1,0),(81095,190044,0,1,1,-3828.87,-837.229,11.2518,2.28638,0,0,0,1,180,255,1,0),(81096,190045,530,1,1,-2062.63,-11892,46.1438,1.15192,0,0,0,1,180,255,1,0),(81097,190046,0,1,1,-9225.34,-2158.93,63.7112,-2.23402,0,0,0,1,180,255,1,0),(81098,190047,0,1,1,-10653.9,1164.76,34.4738,1.50098,0,0,0,1,180,255,1,0),(81099,190048,0,1,1,-10513.2,-1159.21,28.0995,-0.418879,0,0,0,1,180,255,1,0),(81100,190049,0,1,1,-859.345,-569.782,11.0422,2.53072,0,0,0,1,180,255,1,0),(81101,190052,1,1,1,-3617.99,-4471.41,14.2453,-2.68781,0,0,0,1,180,255,1,0),(81102,190055,530,1,1,-711.659,2737.82,95.8952,-0.104719,0,0,0,1,180,255,1,0),(81103,190057,530,1,1,294.863,6098.85,132.057,0.733038,0,0,0,1,180,255,1,0),(81104,190059,530,1,1,-2916.02,4027.2,0.407846,2.11185,0,0,0,1,180,255,1,0),(81105,190061,530,1,1,2103.43,6901.82,183.23,-1.81514,0,0,0,1,180,255,1,0),(81106,190062,530,1,1,1946.05,5533.66,266.482,-3.07177,0,0,0,1,180,255,1,0),(81107,190063,530,1,1,-4085.19,2189.32,107.502,0.994837,0,0,0,1,180,255,1,0),(81108,189303,0,1,1,-9464.76,17.4055,56.9626,-0.890117,0,0,0,1,180,255,1,0),(81109,190081,1,1,1,-5476.96,-2462.54,89.2837,2.40855,0,0,0,1,180,255,1,0),(81110,190100,530,1,1,2224.21,4710.98,161.946,-2.79252,0,0,0,1,180,255,1,0),(81111,190102,1,1,1,-1050.04,-3667.06,23.8903,1.88495,0,0,0,1,180,255,1,0),(81112,190104,1,1,1,-4626.44,-3172.87,41.2522,0.925024,0,0,0,1,180,255,1,0),(81113,190105,1,1,1,-7157.03,-3838.02,8.63536,-2.68781,0,0,0,1,180,255,1,0),(81114,190107,1,1,1,-6868.5,732.159,45.6621,1.44862,0,0,0,1,180,255,1,0),(81115,190108,0,1,1,2300.31,-5347.74,90.8799,-3.00195,0,0,0,1,180,255,1,0),(81116,190110,530,1,1,-1901.48,5766.43,131.212,1.79769,0,0,0,1,180,255,1,0),(81117,190112,530,1,1,3022.12,5433.25,146.617,-2.72271,0,0,0,1,180,255,1,0),(81118,190113,530,1,1,3061.03,3698.17,142.33,-0.122173,0,0,0,1,180,255,1,0),(81119,190116,530,1,1,-4141.28,1124.8,44.5249,1.50098,0,0,0,1,180,255,1,0),(81120,180523,0,1,1,-4839.18,-863.865,510.518,2.86233,0,0,0,1,180,255,1,0),(81121,180523,0,1,1,-9460.02,14.8142,57.5529,-1.29154,0,0,0,1,180,255,1,0),(81122,180523,1,1,1,10139.1,2223.77,1330.25,2.26892,0,0,0,1,180,255,1,0),(81123,180523,571,1,1,5904.7,494.28,641.896,-1.16937,0,0,0,1,180,255,1,0),(81124,180523,571,1,1,5754.65,705.05,619.068,-2.49582,0,0,0,1,180,255,1,0),(81125,180523,571,1,1,5837.03,650.463,647.512,-0.366518,0,0,0,1,180,255,1,0),(81126,180523,571,1,1,5715.1,702.849,646.14,0.750491,0,0,0,1,180,255,1,0),(81127,180523,530,1,1,-169.844,5533.21,29.9076,-0.698132,0,0,0,1,180,255,1,0),(81128,180523,530,1,1,-2053.14,-11895.9,46.5802,-1.72787,0,0,0,1,180,255,1,0),(81129,180523,530,1,1,-1906.53,5775.66,131.212,-1.74533,0,0,0,1,180,255,1,0),(81130,180523,571,1,1,3402.78,-2788.15,201.521,1.67551,0,0,0,1,180,255,1,0),(81131,195022,1,1,1,-7287.08,-2125.1,-272.473,0,0,0,0,1,300,255,1,0),(81132,195022,1,1,1,-7395.05,-1736.63,-280.148,0,0,0,0,1,300,255,1,0),(81133,195022,1,1,1,-7875.1,-1806.24,-271.541,0,0,0,0,1,300,255,1,0),(81134,195022,1,1,1,-7747.96,-1721.79,-272.222,0,0,0,0,1,300,255,1,0),(81135,195022,1,1,1,-7593.4,-1772.26,-273.89,0,0,0,0,1,300,255,1,0),(81136,195022,1,1,1,-7767.55,-1958.03,-272.106,0,0,0,0,1,300,255,1,0),(81137,188442,571,1,1,4412.51,702.771,54.0801,-0.855211,0,0,0,1,300,255,1,0),(81138,188442,571,1,1,4434.24,705.65,53.941,1.78023,0,0,0,1,300,255,1,0),(81139,188442,571,1,1,4388.48,732.4,54.1747,1.58825,0,0,0,1,300,255,1,0),(81140,188442,571,1,1,4393.88,753.41,54.1678,-0.174532,0,0,0,1,300,255,1,0),(81141,188442,571,1,1,4415.67,722.605,53.8887,-0.785397,0,0,0,1,300,255,1,0),(81142,188442,571,1,1,4378.79,297.967,45.7164,2.89724,0,0,0,1,300,255,1,0),(81143,188442,571,1,1,4436.78,689.474,59.0446,-0.942477,0,0,0,1,300,255,1,0),(81144,188442,571,1,1,4172.6,739.74,43.4212,2.16421,0,0,0,1,300,255,1,0),(81145,188442,571,1,1,4153.04,689.897,43.54,-2.46091,0,0,0,1,300,255,1,0),(81146,188442,571,1,1,4130.77,665.688,45.2563,1.20428,0,0,0,1,300,255,1,0),(81147,188442,571,1,1,4109.31,671.335,45.0958,1.79769,0,0,0,1,300,255,1,0),(81148,188442,571,1,1,4171.53,713.072,41.5848,-2.05949,0,0,0,1,300,255,1,0),(81149,188442,571,1,1,4124.53,723.4,41.7324,1.11701,0,0,0,1,300,255,1,0),(81150,188442,571,1,1,4363.59,318.407,47.0072,2.60053,0,0,0,1,300,255,1,0),(150108,190779,571,1,1,5432.41,4840.33,-218.604,1.3363,0,0,0.619536,0.784968,300,100,1,0),(57451,190779,571,1,1,5466.45,4819.92,-222.972,-1.69297,0,0,0,1,300,100,1,0),(57450,190779,571,1,1,5413.83,4782.7,-209.188,-0.069812,0,0,0,1,300,100,1,0),(57449,190779,571,1,1,5442.56,4865.22,-213.488,-0.366518,0,0,0,1,300,100,1,0),(57448,190779,571,1,1,5473.47,4871.98,-213.504,2.53072,0,0,0,1,300,100,1,0),(81156,189288,571,1,1,4030.26,-901.201,108.942,3.10665,0,0,0,1,300,255,1,0),(81157,189288,571,1,1,4029.83,-900.558,108.946,2.26892,0,0,0,1,300,255,1,0),(81158,189288,571,1,1,4030.21,-900.78,108.971,0.95993,0,0,0,1,300,255,1,0),(81159,189288,571,1,1,4029.91,-901.004,108.917,-1.53589,0,0,0,1,300,255,1,0),(81160,189288,571,1,1,4030.1,-900.326,108.996,-1.72787,0,0,0,1,300,255,1,0),(81161,189288,571,1,1,4029.99,-901.463,108.888,-1.23918,0,0,0,1,300,255,1,0),(150103,189298,571,1,1,3232.73,-1945.09,94.0488,3.92894,0,0,0.923506,-0.383584,25,0,1,0),(81163,175245,229,1,1,75.9989,-334.744,91.5107,-0.104719,0,0,0,1,180,255,1,0),(81164,188345,571,1,1,3605.7,-1695.86,152.418,-2.16421,0,0,0,1,300,255,1,0),(81165,188345,571,1,1,3651.08,-1752.91,163.866,0.401425,0,0,0,1,300,255,1,0),(81166,188345,571,1,1,3329.69,-1653.1,92.0993,0.244346,0,0,0,1,300,255,1,0),(81167,188345,571,1,1,3457.43,-1713.85,104.375,-1.0472,0,0,0,1,300,255,1,0),(81168,188345,571,1,1,3446.79,-1688.03,98.7908,-0.698132,0,0,0,1,300,255,1,0),(81169,188345,571,1,1,3352.91,-1691.34,84.73,1.11701,0,0,0,1,300,255,1,0),(81170,188345,571,1,1,3428.57,-1702.9,94.8646,2.94959,0,0,0,1,300,255,1,0),(81171,188345,571,1,1,3359.76,-1689.5,84.4911,-0.977383,0,0,0,1,300,255,1,0),(81172,188345,571,1,1,3296.75,-1669.03,78.8839,-0.122173,0,0,0,1,300,255,1,0),(81173,188345,571,1,1,3273.44,-1663.22,64.2153,-0.663223,0,0,0,1,300,255,1,0),(81174,188345,571,1,1,3274.21,-1690.22,70.3729,2.40855,0,0,0,1,300,255,1,0),(81175,188345,571,1,1,3524.72,-1700.93,147.79,2.77507,0,0,0,1,300,255,1,0),(81176,188345,571,1,1,3557.39,-1724.15,156.793,0.628317,0,0,0,1,300,255,1,0),(81177,188345,571,1,1,3633.48,-1701.84,151.715,-0.698132,0,0,0,1,300,255,1,0),(81178,188345,571,1,1,3549.49,-1701.33,149.725,2.18166,0,0,0,1,300,255,1,0),(81179,188345,571,1,1,3546.23,-1696.57,147.654,2.79252,0,0,0,1,300,255,1,0),(81180,188345,571,1,1,3595.28,-1711.1,156.02,2.72271,0,0,0,1,300,255,1,0),(81181,188345,571,1,1,3637.72,-1702.23,151.051,-0.174532,0,0,0,1,300,255,1,0),(81182,188345,571,1,1,3577.22,-1724.47,157.363,-0.488691,0,0,0,1,300,255,1,0),(81183,188345,571,1,1,3565.5,-1726.61,157.891,1.55334,0,0,0,1,300,255,1,0),(81184,188345,571,1,1,3585.06,-1717.39,156.264,-0.453785,0,0,0,1,300,255,1,0),(81185,188345,571,1,1,3328.98,-1661.19,90.2872,0.90757,0,0,0,1,300,255,1,0),(81186,188345,571,1,1,3456.52,-1721.1,104.246,-0.890117,0,0,0,1,300,255,1,0),(81187,177606,229,1,1,75.9989,-334.744,91.5107,-0.104719,0,0,0,1,180,255,1,0),(68155,1735,0,1,1,629.792,-178,159.202,0.925,0,0,0,0,900,255,1,0),(68156,2040,0,1,1,629.792,-178,159.202,0.925,0,0,0,0,900,255,1,0),(68157,1734,0,1,1,629.792,-178,159.202,0.925,0,0,0,0,900,255,1,0),(68158,1733,0,1,1,629.792,-178,159.202,0.925,0,0,0,0,900,255,1,0),(68159,2047,0,1,1,629.792,-178,159.202,0.925,0,0,0,0,900,255,1,0),(68160,1735,0,1,1,570.612,-742,152.377,3.775,0,0,0,0,900,255,1,0),(68161,2040,0,1,1,570.612,-742,152.377,3.775,0,0,0,0,900,255,1,0),(68162,1734,0,1,1,570.612,-742,152.377,3.775,0,0,0,0,900,255,1,0),(68163,1733,0,1,1,570.612,-742,152.377,3.775,0,0,0,0,900,255,1,0),(68164,2047,0,1,1,570.612,-742,152.377,3.775,0,0,0,0,900,255,1,0),(68165,1735,0,1,1,720.697,-502,171.421,0.518,0,0,0,0,900,255,1,0),(68166,2040,0,1,1,720.697,-502,171.421,0.518,0,0,0,0,900,255,1,0),(68167,1734,0,1,1,720.697,-502,171.421,0.518,0,0,0,0,900,255,1,0),(68168,1733,0,1,1,720.697,-502,171.421,0.518,0,0,0,0,900,255,1,0),(68169,2047,0,1,1,720.697,-502,171.421,0.518,0,0,0,0,900,255,1,0),(68170,1735,0,1,1,658.38,-678,157.141,2.785,0,0,0,0,900,255,1,0),(68171,2040,0,1,1,658.38,-678,157.141,2.785,0,0,0,0,900,255,1,0),(68172,1734,0,1,1,658.38,-678,157.141,2.785,0,0,0,0,900,255,1,0),(68173,1733,0,1,1,658.38,-678,157.141,2.785,0,0,0,0,900,255,1,0),(68174,2047,0,1,1,658.38,-678,157.141,2.785,0,0,0,0,900,255,1,0),(68175,1735,0,1,1,651.139,-687,157.324,3.58,0,0,0,0,900,255,1,0),(68176,2040,0,1,1,651.139,-687,157.324,3.58,0,0,0,0,900,255,1,0),(68177,1734,0,1,1,651.139,-687,157.324,3.58,0,0,0,0,900,255,1,0),(68178,1733,0,1,1,651.139,-687,157.324,3.58,0,0,0,0,900,255,1,0),(68179,2047,0,1,1,651.139,-687,157.324,3.58,0,0,0,0,900,255,1,0),(68180,1735,0,1,1,669.41,-594,164.72,0.768,0,0,0,0,900,255,1,0),(68181,2040,0,1,1,669.41,-594,164.72,0.768,0,0,0,0,900,255,1,0),(68182,1734,0,1,1,669.41,-594,164.72,0.768,0,0,0,0,900,255,1,0),(68183,1733,0,1,1,669.41,-594,164.72,0.768,0,0,0,0,900,255,1,0),(68184,2047,0,1,1,669.41,-594,164.72,0.768,0,0,0,0,900,255,1,0),(68185,1735,0,1,1,548.157,-660,183.973,5.1,0,0,0,0,900,255,1,0),(68186,2040,0,1,1,548.157,-660,183.973,5.1,0,0,0,0,900,255,1,0),(68187,1734,0,1,1,548.157,-660,183.973,5.1,0,0,0,0,900,255,1,0),(68188,1733,0,1,1,548.157,-660,183.973,5.1,0,0,0,0,900,255,1,0),(68189,2047,0,1,1,548.157,-660,183.973,5.1,0,0,0,0,900,255,1,0),(68190,1735,0,1,1,565.72,-727,150.292,1.95,0,0,0,0,900,255,1,0),(68191,2040,0,1,1,565.72,-727,150.292,1.95,0,0,0,0,900,255,1,0),(68192,1734,0,1,1,565.72,-727,150.292,1.95,0,0,0,0,900,255,1,0),(68193,1733,0,1,1,565.72,-727,150.292,1.95,0,0,0,0,900,255,1,0),(68194,2047,0,1,1,565.72,-727,150.292,1.95,0,0,0,0,900,255,1,0),(68195,1735,0,1,1,856.808,-411,146.224,0.641,0,0,0,0,900,255,1,0),(68196,2040,0,1,1,856.808,-411,146.224,0.641,0,0,0,0,900,255,1,0),(68197,1734,0,1,1,856.808,-411,146.224,0.641,0,0,0,0,900,255,1,0),(68198,1733,0,1,1,856.808,-411,146.224,0.641,0,0,0,0,900,255,1,0),(68199,2047,0,1,1,856.808,-411,146.224,0.641,0,0,0,0,900,255,1,0),(68200,1735,0,1,1,728.432,-412,157.298,3.148,0,0,0,0,900,255,1,0),(68201,2040,0,1,1,728.432,-412,157.298,3.148,0,0,0,0,900,255,1,0),(68202,1734,0,1,1,728.432,-412,157.298,3.148,0,0,0,0,900,255,1,0),(68203,1733,0,1,1,728.432,-412,157.298,3.148,0,0,0,0,900,255,1,0),(68204,2047,0,1,1,728.432,-412,157.298,3.148,0,0,0,0,900,255,1,0),(68205,1735,0,1,1,751.471,-426,157.589,1.714,0,0,0,0,900,255,1,0),(68206,2040,0,1,1,751.471,-426,157.589,1.714,0,0,0,0,900,255,1,0),(68207,1734,0,1,1,751.471,-426,157.589,1.714,0,0,0,0,900,255,1,0),(68208,1733,0,1,1,751.471,-426,157.589,1.714,0,0,0,0,900,255,1,0),(68209,2047,0,1,1,751.471,-426,157.589,1.714,0,0,0,0,900,255,1,0),(68210,1735,0,1,1,439.086,-203,159.507,0.552,0,0,0,0,900,255,1,0),(68211,2040,0,1,1,439.086,-203,159.507,0.552,0,0,0,0,900,255,1,0),(68212,1734,0,1,1,439.086,-203,159.507,0.552,0,0,0,0,900,255,1,0),(68213,1733,0,1,1,439.086,-203,159.507,0.552,0,0,0,0,900,255,1,0),(68214,2047,0,1,1,439.086,-203,159.507,0.552,0,0,0,0,900,255,1,0),(68215,1735,0,1,1,640.384,-644,198.353,2.56,0,0,0,0,900,255,1,0),(68216,2040,0,1,1,640.384,-644,198.353,2.56,0,0,0,0,900,255,1,0),(68217,1734,0,1,1,640.384,-644,198.353,2.56,0,0,0,0,900,255,1,0),(68218,1733,0,1,1,640.384,-644,198.353,2.56,0,0,0,0,900,255,1,0),(68219,2047,0,1,1,640.384,-644,198.353,2.56,0,0,0,0,900,255,1,0),(68220,1735,0,1,1,664.348,-609,161.712,3.885,0,0,0,0,900,255,1,0),(68221,2040,0,1,1,664.348,-609,161.712,3.885,0,0,0,0,900,255,1,0),(68222,1734,0,1,1,664.348,-609,161.712,3.885,0,0,0,0,900,255,1,0),(68223,1733,0,1,1,664.348,-609,161.712,3.885,0,0,0,0,900,255,1,0),(68224,2047,0,1,1,664.348,-609,161.712,3.885,0,0,0,0,900,255,1,0),(68225,1735,0,1,1,660.329,-631,158.579,4.096,0,0,0,0,900,255,1,0),(68226,2040,0,1,1,660.329,-631,158.579,4.096,0,0,0,0,900,255,1,0),(68227,1734,0,1,1,660.329,-631,158.579,4.096,0,0,0,0,900,255,1,0),(68228,1733,0,1,1,660.329,-631,158.579,4.096,0,0,0,0,900,255,1,0),(68229,2047,0,1,1,660.329,-631,158.579,4.096,0,0,0,0,900,255,1,0),(68230,1735,0,1,1,607.349,-706,151.673,3.58,0,0,0,0,900,255,1,0),(68231,2040,0,1,1,607.349,-706,151.673,3.58,0,0,0,0,900,255,1,0),(68232,1734,0,1,1,607.349,-706,151.673,3.58,0,0,0,0,900,255,1,0),(68233,1733,0,1,1,607.349,-706,151.673,3.58,0,0,0,0,900,255,1,0),(68234,2047,0,1,1,607.349,-706,151.673,3.58,0,0,0,0,900,255,1,0),(68235,1735,0,1,1,619.752,-694,153.114,3.58,0,0,0,0,900,255,1,0),(68236,2040,0,1,1,619.752,-694,153.114,3.58,0,0,0,0,900,255,1,0),(68237,1734,0,1,1,619.752,-694,153.114,3.58,0,0,0,0,900,255,1,0),(68238,1733,0,1,1,619.752,-694,153.114,3.58,0,0,0,0,900,255,1,0),(68239,2047,0,1,1,619.752,-694,153.114,3.58,0,0,0,0,900,255,1,0),(68240,1735,0,1,1,606.249,-665,153.468,1.94,0,0,0,0,900,255,1,0),(68241,2040,0,1,1,606.249,-665,153.468,1.94,0,0,0,0,900,255,1,0),(68242,1734,0,1,1,606.249,-665,153.468,1.94,0,0,0,0,900,255,1,0),(68243,1733,0,1,1,606.249,-665,153.468,1.94,0,0,0,0,900,255,1,0),(68244,2047,0,1,1,606.249,-665,153.468,1.94,0,0,0,0,900,255,1,0),(68245,1735,0,1,1,767.455,-472,152.586,1.286,0,0,0,0,900,255,1,0),(68246,2040,0,1,1,767.455,-472,152.586,1.286,0,0,0,0,900,255,1,0),(68247,1734,0,1,1,767.455,-472,152.586,1.286,0,0,0,0,900,255,1,0),(68248,1733,0,1,1,767.455,-472,152.586,1.286,0,0,0,0,900,255,1,0),(68249,2047,0,1,1,767.455,-472,152.586,1.286,0,0,0,0,900,255,1,0),(68250,1735,0,1,1,355.875,-130.356,149.666,0.820305,0,0,0,0,900,255,1,0),(68251,2040,0,1,1,355.875,-130.356,149.666,0.820305,0,0,0,0,900,255,1,0),(68252,1734,0,1,1,355.875,-130.356,149.666,0.820305,0,0,0,0,900,255,1,0),(68253,1733,0,1,1,355.875,-130.356,149.666,0.820305,0,0,0,0,900,255,1,0),(68254,2047,0,1,1,355.875,-130.356,149.666,0.820305,0,0,0,0,900,255,1,0),(68255,1735,0,1,1,619.479,-685.931,155.661,1.0472,0,0,0,0,900,255,1,0),(68256,2040,0,1,1,619.479,-685.931,155.661,1.0472,0,0,0,0,900,255,1,0),(68257,1734,0,1,1,619.479,-685.931,155.661,1.0472,0,0,0,0,900,255,1,0),(68258,1733,0,1,1,619.479,-685.931,155.661,1.0472,0,0,0,0,900,255,1,0),(68259,2047,0,1,1,619.479,-685.931,155.661,1.0472,0,0,0,0,900,255,1,0),(68260,1735,0,1,1,643.3,-732.88,155.584,2.53073,0,0,0,0,900,255,1,0),(68261,2040,0,1,1,643.3,-732.88,155.584,2.53073,0,0,0,0,900,255,1,0),(68262,1734,0,1,1,643.3,-732.88,155.584,2.53073,0,0,0,0,900,255,1,0),(68263,1733,0,1,1,643.3,-732.88,155.584,2.53073,0,0,0,0,900,255,1,0),(68264,2047,0,1,1,643.3,-732.88,155.584,2.53073,0,0,0,0,900,255,1,0),(68265,1735,0,1,1,525.345,-378.22,181.558,0.994838,0,0,0,0,900,255,1,0),(68266,2040,0,1,1,525.345,-378.22,181.558,0.994838,0,0,0,0,900,255,1,0),(68267,1734,0,1,1,525.345,-378.22,181.558,0.994838,0,0,0,0,900,255,1,0),(68268,1733,0,1,1,525.345,-378.22,181.558,0.994838,0,0,0,0,900,255,1,0),(68269,2047,0,1,1,525.345,-378.22,181.558,0.994838,0,0,0,0,900,255,1,0),(68270,1735,0,1,1,468.357,-160.365,168.897,-1.39626,0,0,0,0,900,255,1,0),(68271,2040,0,1,1,468.357,-160.365,168.897,-1.39626,0,0,0,0,900,255,1,0),(68272,1734,0,1,1,468.357,-160.365,168.897,-1.39626,0,0,0,0,900,255,1,0),(68273,1733,0,1,1,468.357,-160.365,168.897,-1.39626,0,0,0,0,900,255,1,0),(68274,2047,0,1,1,468.357,-160.365,168.897,-1.39626,0,0,0,0,900,255,1,0),(68275,1735,0,1,1,632.555,-697.682,155.893,1.88496,0,0,0,0,900,255,1,0),(68276,2040,0,1,1,632.555,-697.682,155.893,1.88496,0,0,0,0,900,255,1,0),(68277,1734,0,1,1,632.555,-697.682,155.893,1.88496,0,0,0,0,900,255,1,0),(68278,1733,0,1,1,632.555,-697.682,155.893,1.88496,0,0,0,0,900,255,1,0),(68279,2047,0,1,1,632.555,-697.682,155.893,1.88496,0,0,0,0,900,255,1,0),(68280,1735,0,1,1,645.157,-650.045,156.633,1.93731,0,0,0,0,900,255,1,0),(68281,2040,0,1,1,645.157,-650.045,156.633,1.93731,0,0,0,0,900,255,1,0),(68282,1734,0,1,1,645.157,-650.045,156.633,1.93731,0,0,0,0,900,255,1,0),(68283,1733,0,1,1,645.157,-650.045,156.633,1.93731,0,0,0,0,900,255,1,0),(68284,2047,0,1,1,645.157,-650.045,156.633,1.93731,0,0,0,0,900,255,1,0),(68285,1735,0,1,1,755.703,-136.77,123.389,0.541052,0,0,0,0,900,255,1,0),(68286,2040,0,1,1,755.703,-136.77,123.389,0.541052,0,0,0,0,900,255,1,0),(68287,1734,0,1,1,755.703,-136.77,123.389,0.541052,0,0,0,0,900,255,1,0),(68288,1733,0,1,1,755.703,-136.77,123.389,0.541052,0,0,0,0,900,255,1,0),(68289,2047,0,1,1,755.703,-136.77,123.389,0.541052,0,0,0,0,900,255,1,0),(68290,1735,0,1,1,101.302,-288,183.593,4.433,0,0,0,0,900,255,1,0),(68291,2040,0,1,1,101.302,-288,183.593,4.433,0,0,0,0,900,255,1,0),(68292,1734,0,1,1,101.302,-288,183.593,4.433,0,0,0,0,900,255,1,0),(68293,1733,0,1,1,101.302,-288,183.593,4.433,0,0,0,0,900,255,1,0),(68294,2047,0,1,1,101.302,-288,183.593,4.433,0,0,0,0,900,255,1,0),(68295,1735,0,1,1,225.923,-427,151.982,4.573,0,0,0,0,900,255,1,0),(68296,2040,0,1,1,225.923,-427,151.982,4.573,0,0,0,0,900,255,1,0),(68297,1734,0,1,1,225.923,-427,151.982,4.573,0,0,0,0,900,255,1,0),(68298,1733,0,1,1,225.923,-427,151.982,4.573,0,0,0,0,900,255,1,0),(68299,2047,0,1,1,225.923,-427,151.982,4.573,0,0,0,0,900,255,1,0),(68300,1735,0,1,1,570.11,-703,194.083,2.383,0,0,0,0,900,255,1,0),(68301,2040,0,1,1,570.11,-703,194.083,2.383,0,0,0,0,900,255,1,0),(68302,1734,0,1,1,570.11,-703,194.083,2.383,0,0,0,0,900,255,1,0),(68303,1733,0,1,1,570.11,-703,194.083,2.383,0,0,0,0,900,255,1,0),(68304,2047,0,1,1,570.11,-703,194.083,2.383,0,0,0,0,900,255,1,0),(68305,1735,0,1,1,694.455,-557,165.03,2.963,0,0,0,0,900,255,1,0),(68306,2040,0,1,1,694.455,-557,165.03,2.963,0,0,0,0,900,255,1,0),(68307,1734,0,1,1,694.455,-557,165.03,2.963,0,0,0,0,900,255,1,0),(68308,1733,0,1,1,694.455,-557,165.03,2.963,0,0,0,0,900,255,1,0),(68309,2047,0,1,1,694.455,-557,165.03,2.963,0,0,0,0,900,255,1,0),(68310,1735,0,1,1,157.022,-279,153.718,-3,0,0,0,0,900,255,1,0),(68311,2040,0,1,1,157.022,-279,153.718,-3,0,0,0,0,900,255,1,0),(68312,1734,0,1,1,157.022,-279,153.718,-3,0,0,0,0,900,255,1,0),(68313,1733,0,1,1,157.022,-279,153.718,-3,0,0,0,0,900,255,1,0),(68314,2047,0,1,1,157.022,-279,153.718,-3,0,0,0,0,900,255,1,0),(68315,1735,0,1,1,863.344,-594,152.972,0.414,0,0,0,0,900,255,1,0),(68316,2040,0,1,1,863.344,-594,152.972,0.414,0,0,0,0,900,255,1,0),(68317,1734,0,1,1,863.344,-594,152.972,0.414,0,0,0,0,900,255,1,0),(68318,1733,0,1,1,863.344,-594,152.972,0.414,0,0,0,0,900,255,1,0),(68319,2047,0,1,1,863.344,-594,152.972,0.414,0,0,0,0,900,255,1,0),(68320,1735,0,1,1,814.123,-726,197.41,4.13,0,0,0,0,900,255,1,0),(68321,2040,0,1,1,814.123,-726,197.41,4.13,0,0,0,0,900,255,1,0),(68322,1734,0,1,1,814.123,-726,197.41,4.13,0,0,0,0,900,255,1,0),(68323,1733,0,1,1,814.123,-726,197.41,4.13,0,0,0,0,900,255,1,0),(68324,2047,0,1,1,814.123,-726,197.41,4.13,0,0,0,0,900,255,1,0),(68325,1735,0,1,1,883.513,-371,160.262,2.804,0,0,0,0,900,255,1,0),(68326,2040,0,1,1,883.513,-371,160.262,2.804,0,0,0,0,900,255,1,0),(68327,1734,0,1,1,883.513,-371,160.262,2.804,0,0,0,0,900,255,1,0),(68328,1733,0,1,1,883.513,-371,160.262,2.804,0,0,0,0,900,255,1,0),(68329,2047,0,1,1,883.513,-371,160.262,2.804,0,0,0,0,900,255,1,0),(68330,1735,0,1,1,274.369,-175,161.02,6.188,0,0,0,0,900,255,1,0),(68331,2040,0,1,1,274.369,-175,161.02,6.188,0,0,0,0,900,255,1,0),(68332,1734,0,1,1,274.369,-175,161.02,6.188,0,0,0,0,900,255,1,0),(68333,1733,0,1,1,274.369,-175,161.02,6.188,0,0,0,0,900,255,1,0),(68334,2047,0,1,1,274.369,-175,161.02,6.188,0,0,0,0,900,255,1,0),(68335,1735,0,1,1,881.169,-522,141.365,4.204,0,0,0,0,900,255,1,0),(68336,2040,0,1,1,881.169,-522,141.365,4.204,0,0,0,0,900,255,1,0),(68337,1734,0,1,1,881.169,-522,141.365,4.204,0,0,0,0,900,255,1,0),(68338,1733,0,1,1,881.169,-522,141.365,4.204,0,0,0,0,900,255,1,0),(68339,2047,0,1,1,881.169,-522,141.365,4.204,0,0,0,0,900,255,1,0),(68340,1735,0,1,1,690.83,-296,152.777,1.542,0,0,0,0,900,255,1,0),(68341,2040,0,1,1,690.83,-296,152.777,1.542,0,0,0,0,900,255,1,0),(68342,1734,0,1,1,690.83,-296,152.777,1.542,0,0,0,0,900,255,1,0),(68343,1733,0,1,1,690.83,-296,152.777,1.542,0,0,0,0,900,255,1,0),(68344,2047,0,1,1,690.83,-296,152.777,1.542,0,0,0,0,900,255,1,0),(68345,1735,0,1,1,697.159,-543,163.753,4,0,0,0,0,900,255,1,0),(68346,2040,0,1,1,697.159,-543,163.753,4,0,0,0,0,900,255,1,0),(68347,1734,0,1,1,697.159,-543,163.753,4,0,0,0,0,900,255,1,0),(68348,1733,0,1,1,697.159,-543,163.753,4,0,0,0,0,900,255,1,0),(68349,2047,0,1,1,697.159,-543,163.753,4,0,0,0,0,900,255,1,0),(68350,1735,0,1,1,743.432,-276,135.404,2.252,0,0,0,0,900,255,1,0),(68351,2040,0,1,1,743.432,-276,135.404,2.252,0,0,0,0,900,255,1,0),(68352,1734,0,1,1,743.432,-276,135.404,2.252,0,0,0,0,900,255,1,0),(68353,1733,0,1,1,743.432,-276,135.404,2.252,0,0,0,0,900,255,1,0),(68354,2047,0,1,1,743.432,-276,135.404,2.252,0,0,0,0,900,255,1,0),(68355,1735,0,1,1,698.422,-716,161.769,2.939,0,0,0,0,900,255,1,0),(68356,2040,0,1,1,698.422,-716,161.769,2.939,0,0,0,0,900,255,1,0),(68357,1734,0,1,1,698.422,-716,161.769,2.939,0,0,0,0,900,255,1,0),(68358,1733,0,1,1,698.422,-716,161.769,2.939,0,0,0,0,900,255,1,0),(68359,2047,0,1,1,698.422,-716,161.769,2.939,0,0,0,0,900,255,1,0),(68360,1735,0,1,1,814.015,-672,157.298,4.569,0,0,0,0,900,255,1,0),(68361,2040,0,1,1,814.015,-672,157.298,4.569,0,0,0,0,900,255,1,0),(68362,1734,0,1,1,814.015,-672,157.298,4.569,0,0,0,0,900,255,1,0),(68363,1733,0,1,1,814.015,-672,157.298,4.569,0,0,0,0,900,255,1,0),(68364,2047,0,1,1,814.015,-672,157.298,4.569,0,0,0,0,900,255,1,0),(68365,1735,0,1,1,752.462,-774,190.846,1.498,0,0,0,0,900,255,1,0),(68366,2040,0,1,1,752.462,-774,190.846,1.498,0,0,0,0,900,255,1,0),(68367,1734,0,1,1,752.462,-774,190.846,1.498,0,0,0,0,900,255,1,0),(68368,1733,0,1,1,752.462,-774,190.846,1.498,0,0,0,0,900,255,1,0),(68369,2047,0,1,1,752.462,-774,190.846,1.498,0,0,0,0,900,255,1,0),(68370,1735,0,1,1,259.009,-267,144.71,1.53,0,0,0,0,900,255,1,0),(68371,2040,0,1,1,259.009,-267,144.71,1.53,0,0,0,0,900,255,1,0),(68372,1734,0,1,1,259.009,-267,144.71,1.53,0,0,0,0,900,255,1,0),(68373,1733,0,1,1,259.009,-267,144.71,1.53,0,0,0,0,900,255,1,0),(68374,2047,0,1,1,259.009,-267,144.71,1.53,0,0,0,0,900,255,1,0),(68375,1735,0,1,1,249.943,-293,151.983,1,0,0,0,0,900,255,1,0),(68376,2040,0,1,1,249.943,-293,151.983,1,0,0,0,0,900,255,1,0),(68377,1734,0,1,1,249.943,-293,151.983,1,0,0,0,0,900,255,1,0),(68378,1733,0,1,1,249.943,-293,151.983,1,0,0,0,0,900,255,1,0),(68379,2047,0,1,1,249.943,-293,151.983,1,0,0,0,0,900,255,1,0),(68380,1735,0,1,1,630.294,-717,189.443,2.105,0,0,0,0,900,255,1,0),(68381,2040,0,1,1,630.294,-717,189.443,2.105,0,0,0,0,900,255,1,0),(68382,1734,0,1,1,630.294,-717,189.443,2.105,0,0,0,0,900,255,1,0),(68383,1733,0,1,1,630.294,-717,189.443,2.105,0,0,0,0,900,255,1,0),(68384,2047,0,1,1,630.294,-717,189.443,2.105,0,0,0,0,900,255,1,0),(68385,1735,0,1,1,919.732,-375,138.884,3.27,0,0,0,0,900,255,1,0),(68386,2040,0,1,1,919.732,-375,138.884,3.27,0,0,0,0,900,255,1,0),(68387,1734,0,1,1,919.732,-375,138.884,3.27,0,0,0,0,900,255,1,0),(68388,1733,0,1,1,919.732,-375,138.884,3.27,0,0,0,0,900,255,1,0),(68389,2047,0,1,1,919.732,-375,138.884,3.27,0,0,0,0,900,255,1,0),(68390,1735,0,1,1,573.962,-747,153.078,4.982,0,0,0,0,900,255,1,0),(68391,2040,0,1,1,573.962,-747,153.078,4.982,0,0,0,0,900,255,1,0),(68392,1734,0,1,1,573.962,-747,153.078,4.982,0,0,0,0,900,255,1,0),(68393,1733,0,1,1,573.962,-747,153.078,4.982,0,0,0,0,900,255,1,0),(68394,2047,0,1,1,573.962,-747,153.078,4.982,0,0,0,0,900,255,1,0),(68395,1735,0,1,1,242.668,-224,143.778,0.277,0,0,0,0,900,255,1,0),(68396,2040,0,1,1,242.668,-224,143.778,0.277,0,0,0,0,900,255,1,0),(68397,1734,0,1,1,242.668,-224,143.778,0.277,0,0,0,0,900,255,1,0),(68398,1733,0,1,1,242.668,-224,143.778,0.277,0,0,0,0,900,255,1,0),(68399,2047,0,1,1,242.668,-224,143.778,0.277,0,0,0,0,900,255,1,0),(68400,1735,0,1,1,639.713,-571,165.353,4.243,0,0,0,0,900,255,1,0),(68401,2040,0,1,1,639.713,-571,165.353,4.243,0,0,0,0,900,255,1,0),(68402,1734,0,1,1,639.713,-571,165.353,4.243,0,0,0,0,900,255,1,0),(68403,1733,0,1,1,639.713,-571,165.353,4.243,0,0,0,0,900,255,1,0),(68404,2047,0,1,1,639.713,-571,165.353,4.243,0,0,0,0,900,255,1,0),(68405,1735,0,1,1,639.96,-678.248,156.106,-0.418879,0,0,0,0,900,255,1,0),(68406,2040,0,1,1,639.96,-678.248,156.106,-0.418879,0,0,0,0,900,255,1,0),(68407,1734,0,1,1,639.96,-678.248,156.106,-0.418879,0,0,0,0,900,255,1,0),(68408,1733,0,1,1,639.96,-678.248,156.106,-0.418879,0,0,0,0,900,255,1,0),(68409,2047,0,1,1,639.96,-678.248,156.106,-0.418879,0,0,0,0,900,255,1,0),(68527,1735,0,1,1,333.149,-275,188.905,0.437,0,0,0,0,900,255,1,0),(68528,2040,0,1,1,333.149,-275,188.905,0.437,0,0,0,0,900,255,1,0),(68529,1734,0,1,1,333.149,-275,188.905,0.437,0,0,0,0,900,255,1,0),(68530,1733,0,1,1,333.149,-275,188.905,0.437,0,0,0,0,900,255,1,0),(68531,2047,0,1,1,333.149,-275,188.905,0.437,0,0,0,0,900,255,1,0),(68532,1735,0,1,1,673.73,-410,161.841,0.413,0,0,0,0,900,255,1,0),(68533,2040,0,1,1,673.73,-410,161.841,0.413,0,0,0,0,900,255,1,0),(68534,1734,0,1,1,673.73,-410,161.841,0.413,0,0,0,0,900,255,1,0),(68535,1733,0,1,1,673.73,-410,161.841,0.413,0,0,0,0,900,255,1,0),(68536,2047,0,1,1,673.73,-410,161.841,0.413,0,0,0,0,900,255,1,0),(68537,1735,0,1,1,525.523,-383,185.282,5.697,0,0,0,0,900,255,1,0),(68538,2040,0,1,1,525.523,-383,185.282,5.697,0,0,0,0,900,255,1,0),(68539,1734,0,1,1,525.523,-383,185.282,5.697,0,0,0,0,900,255,1,0),(68540,1733,0,1,1,525.523,-383,185.282,5.697,0,0,0,0,900,255,1,0),(68541,2047,0,1,1,525.523,-383,185.282,5.697,0,0,0,0,900,255,1,0),(68542,1735,0,1,1,763.297,-730,182.29,4.301,0,0,0,0,900,255,1,0),(68543,2040,0,1,1,763.297,-730,182.29,4.301,0,0,0,0,900,255,1,0),(68544,1734,0,1,1,763.297,-730,182.29,4.301,0,0,0,0,900,255,1,0),(68545,1733,0,1,1,763.297,-730,182.29,4.301,0,0,0,0,900,255,1,0),(68546,2047,0,1,1,763.297,-730,182.29,4.301,0,0,0,0,900,255,1,0),(68547,1735,0,1,1,463.051,-160,169.221,1.422,0,0,0,0,900,255,1,0),(68548,2040,0,1,1,463.051,-160,169.221,1.422,0,0,0,0,900,255,1,0),(68549,1734,0,1,1,463.051,-160,169.221,1.422,0,0,0,0,900,255,1,0),(68550,1733,0,1,1,463.051,-160,169.221,1.422,0,0,0,0,900,255,1,0),(68551,2047,0,1,1,463.051,-160,169.221,1.422,0,0,0,0,900,255,1,0),(68552,1735,0,1,1,787.357,-686,163.08,4.301,0,0,0,0,900,255,1,0),(68553,2040,0,1,1,787.357,-686,163.08,4.301,0,0,0,0,900,255,1,0),(68554,1734,0,1,1,787.357,-686,163.08,4.301,0,0,0,0,900,255,1,0),(68555,1733,0,1,1,787.357,-686,163.08,4.301,0,0,0,0,900,255,1,0),(68556,2047,0,1,1,787.357,-686,163.08,4.301,0,0,0,0,900,255,1,0),(68557,1735,0,1,1,799.356,-412,139.594,1.424,0,0,0,0,900,255,1,0),(68558,2040,0,1,1,799.356,-412,139.594,1.424,0,0,0,0,900,255,1,0),(68559,1734,0,1,1,799.356,-412,139.594,1.424,0,0,0,0,900,255,1,0),(68560,1733,0,1,1,799.356,-412,139.594,1.424,0,0,0,0,900,255,1,0),(68561,2047,0,1,1,799.356,-412,139.594,1.424,0,0,0,0,900,255,1,0),(68562,1735,0,1,1,710.201,-675,176.054,1.564,0,0,0,0,900,255,1,0),(68563,2040,0,1,1,710.201,-675,176.054,1.564,0,0,0,0,900,255,1,0),(68564,1734,0,1,1,710.201,-675,176.054,1.564,0,0,0,0,900,255,1,0),(68565,1733,0,1,1,710.201,-675,176.054,1.564,0,0,0,0,900,255,1,0),(68566,2047,0,1,1,710.201,-675,176.054,1.564,0,0,0,0,900,255,1,0),(68567,1735,0,1,1,744.237,-497,166.959,1.286,0,0,0,0,900,255,1,0),(68568,2040,0,1,1,744.237,-497,166.959,1.286,0,0,0,0,900,255,1,0),(68569,1734,0,1,1,744.237,-497,166.959,1.286,0,0,0,0,900,255,1,0),(68570,1733,0,1,1,744.237,-497,166.959,1.286,0,0,0,0,900,255,1,0),(68571,2047,0,1,1,744.237,-497,166.959,1.286,0,0,0,0,900,255,1,0),(68572,1735,0,1,1,334.262,-301,178.559,5.966,0,0,0,0,900,255,1,0),(68573,2040,0,1,1,334.262,-301,178.559,5.966,0,0,0,0,900,255,1,0),(68574,1734,0,1,1,334.262,-301,178.559,5.966,0,0,0,0,900,255,1,0),(68575,1733,0,1,1,334.262,-301,178.559,5.966,0,0,0,0,900,255,1,0),(68576,2047,0,1,1,334.262,-301,178.559,5.966,0,0,0,0,900,255,1,0),(68577,1735,0,1,1,324.99,-308,169.316,5.966,0,0,0,0,900,255,1,0),(68578,2040,0,1,1,324.99,-308,169.316,5.966,0,0,0,0,900,255,1,0),(68579,1734,0,1,1,324.99,-308,169.316,5.966,0,0,0,0,900,255,1,0),(68580,1733,0,1,1,324.99,-308,169.316,5.966,0,0,0,0,900,255,1,0),(68581,2047,0,1,1,324.99,-308,169.316,5.966,0,0,0,0,900,255,1,0),(68582,1735,0,1,1,618.687,-652,153.926,1.915,0,0,0,0,900,255,1,0),(68583,2040,0,1,1,618.687,-652,153.926,1.915,0,0,0,0,900,255,1,0),(68584,1734,0,1,1,618.687,-652,153.926,1.915,0,0,0,0,900,255,1,0),(68585,1733,0,1,1,618.687,-652,153.926,1.915,0,0,0,0,900,255,1,0),(68586,2047,0,1,1,618.687,-652,153.926,1.915,0,0,0,0,900,255,1,0),(68587,1735,0,1,1,628.553,-611,192.035,1.709,0,0,0,0,900,255,1,0),(68588,2040,0,1,1,628.553,-611,192.035,1.709,0,0,0,0,900,255,1,0),(68589,1734,0,1,1,628.553,-611,192.035,1.709,0,0,0,0,900,255,1,0),(68590,1733,0,1,1,628.553,-611,192.035,1.709,0,0,0,0,900,255,1,0),(68591,2047,0,1,1,628.553,-611,192.035,1.709,0,0,0,0,900,255,1,0),(68592,1735,0,1,1,754.489,-454,167.563,2.859,0,0,0,0,900,255,1,0),(68593,2040,0,1,1,754.489,-454,167.563,2.859,0,0,0,0,900,255,1,0),(68594,1734,0,1,1,754.489,-454,167.563,2.859,0,0,0,0,900,255,1,0),(68595,1733,0,1,1,754.489,-454,167.563,2.859,0,0,0,0,900,255,1,0),(68596,2047,0,1,1,754.489,-454,167.563,2.859,0,0,0,0,900,255,1,0),(68410,1735,0,1,1,1102.74,-444,67.487,3.685,0,0,0,0,900,255,1,0),(68411,1734,0,1,1,1102.74,-444,67.487,3.685,0,0,0,0,900,255,1,0),(68412,1733,0,1,1,1102.74,-444,67.487,3.685,0,0,0,0,900,255,1,0),(68413,1735,0,1,1,1226.33,-433,70.443,1.866,0,0,0,0,900,255,1,0),(68414,1734,0,1,1,1226.33,-433,70.443,1.866,0,0,0,0,900,255,1,0),(68415,1733,0,1,1,1226.33,-433,70.443,1.866,0,0,0,0,900,255,1,0),(68416,1735,0,1,1,581.431,-876,158.051,0.169,0,0,0,0,900,255,1,0),(68417,1734,0,1,1,581.431,-876,158.051,0.169,0,0,0,0,900,255,1,0),(68418,1733,0,1,1,581.431,-876,158.051,0.169,0,0,0,0,900,255,1,0),(68419,1735,0,1,1,690.589,-1367,112.308,6.28,0,0,0,0,900,255,1,0),(68420,1734,0,1,1,690.589,-1367,112.308,6.28,0,0,0,0,900,255,1,0),(68421,1733,0,1,1,690.589,-1367,112.308,6.28,0,0,0,0,900,255,1,0),(68422,1735,0,1,1,534.494,-1094,152.541,3.438,0,0,0,0,900,255,1,0),(68423,1734,0,1,1,534.494,-1094,152.541,3.438,0,0,0,0,900,255,1,0),(68424,1733,0,1,1,534.494,-1094,152.541,3.438,0,0,0,0,900,255,1,0),(68425,1735,0,1,1,605.743,-1103,164.088,3.054,0,0,0,0,900,255,1,0),(68426,1734,0,1,1,605.743,-1103,164.088,3.054,0,0,0,0,900,255,1,0),(68427,1733,0,1,1,605.743,-1103,164.088,3.054,0,0,0,0,900,255,1,0),(68428,1735,0,1,1,521.337,-957,145.272,2.22,0,0,0,0,900,255,1,0),(68429,1734,0,1,1,521.337,-957,145.272,2.22,0,0,0,0,900,255,1,0),(68430,1733,0,1,1,521.337,-957,145.272,2.22,0,0,0,0,900,255,1,0),(68431,1735,0,1,1,1076.08,-428,76.807,3.546,0,0,0,0,900,255,1,0),(68432,1734,0,1,1,1076.08,-428,76.807,3.546,0,0,0,0,900,255,1,0),(68433,1733,0,1,1,1076.08,-428,76.807,3.546,0,0,0,0,900,255,1,0),(68434,1735,0,1,1,867.306,-731,137.908,3.183,0,0,0,0,900,255,1,0),(68435,1734,0,1,1,867.306,-731,137.908,3.183,0,0,0,0,900,255,1,0),(68436,1733,0,1,1,867.306,-731,137.908,3.183,0,0,0,0,900,255,1,0),(68437,1735,0,1,1,845.956,-748,159.879,3.953,0,0,0,0,900,255,1,0),(68438,1734,0,1,1,845.956,-748,159.879,3.953,0,0,0,0,900,255,1,0),(68439,1733,0,1,1,845.956,-748,159.879,3.953,0,0,0,0,900,255,1,0),(68440,1735,0,1,1,824.862,-145,77.77,4.431,0,0,0,0,900,255,1,0),(68441,1734,0,1,1,824.862,-145,77.77,4.431,0,0,0,0,900,255,1,0),(68442,1733,0,1,1,824.862,-145,77.77,4.431,0,0,0,0,900,255,1,0),(68443,1735,0,1,1,-13,-212,149.108,6.07,0,0,0,0,900,255,1,0),(68444,1734,0,1,1,-13,-212,149.108,6.07,0,0,0,0,900,255,1,0),(68445,1733,0,1,1,-13,-212,149.108,6.07,0,0,0,0,900,255,1,0),(68446,1735,0,1,1,596.167,-716,194.331,5.413,0,0,0,0,900,255,1,0),(68447,1734,0,1,1,596.167,-716,194.331,5.413,0,0,0,0,900,255,1,0),(68448,1733,0,1,1,596.167,-716,194.331,5.413,0,0,0,0,900,255,1,0),(68449,1735,0,1,1,967.886,-260,71.948,4.956,0,0,0,0,900,255,1,0),(68450,1734,0,1,1,967.886,-260,71.948,4.956,0,0,0,0,900,255,1,0),(68451,1733,0,1,1,967.886,-260,71.948,4.956,0,0,0,0,900,255,1,0),(68452,1735,0,1,1,1302.34,-290.889,67.2381,0.994838,0,0,0,0,900,255,1,0),(68453,1734,0,1,1,1302.34,-290.889,67.2381,0.994838,0,0,0,0,900,255,1,0),(68454,1733,0,1,1,1302.34,-290.889,67.2381,0.994838,0,0,0,0,900,255,1,0),(68455,1735,0,1,1,444.871,-1604.78,68.803,1.8326,0,0,0,0,900,255,1,0),(68456,1734,0,1,1,444.871,-1604.78,68.803,1.8326,0,0,0,0,900,255,1,0),(68457,1733,0,1,1,444.871,-1604.78,68.803,1.8326,0,0,0,0,900,255,1,0),(68458,1735,0,1,1,285.762,-121.496,145.998,0.383972,0,0,0,0,900,255,1,0),(68459,1734,0,1,1,285.762,-121.496,145.998,0.383972,0,0,0,0,900,255,1,0),(68460,1733,0,1,1,285.762,-121.496,145.998,0.383972,0,0,0,0,900,255,1,0),(68461,1735,0,1,1,1037.81,-389.476,69.1144,2.04204,0,0,0,0,900,255,1,0),(68462,1734,0,1,1,1037.81,-389.476,69.1144,2.04204,0,0,0,0,900,255,1,0),(68463,1733,0,1,1,1037.81,-389.476,69.1144,2.04204,0,0,0,0,900,255,1,0),(68464,1735,0,1,1,481.541,-1324.04,79.9635,-0.122173,0,0,0,0,900,255,1,0),(68465,1734,0,1,1,481.541,-1324.04,79.9635,-0.122173,0,0,0,0,900,255,1,0),(68466,1733,0,1,1,481.541,-1324.04,79.9635,-0.122173,0,0,0,0,900,255,1,0),(68467,1735,0,1,1,580.516,-996.459,146.481,-0.872665,0,0,0,0,900,255,1,0),(68468,1734,0,1,1,580.516,-996.459,146.481,-0.872665,0,0,0,0,900,255,1,0),(68469,1733,0,1,1,580.516,-996.459,146.481,-0.872665,0,0,0,0,900,255,1,0),(68470,1735,0,1,1,124.023,-252.108,169.119,-2.93215,0,0,0,0,900,255,1,0),(68471,1734,0,1,1,124.023,-252.108,169.119,-2.93215,0,0,0,0,900,255,1,0),(68472,1733,0,1,1,124.023,-252.108,169.119,-2.93215,0,0,0,0,900,255,1,0),(68473,1735,0,1,1,1202.85,-538,79.109,0.468,0,0,0,0,900,255,1,0),(68474,1734,0,1,1,1202.85,-538,79.109,0.468,0,0,0,0,900,255,1,0),(68475,1733,0,1,1,1202.85,-538,79.109,0.468,0,0,0,0,900,255,1,0),(68476,1735,0,1,1,1149.47,-776,99.412,0.888,0,0,0,0,900,255,1,0),(68477,1734,0,1,1,1149.47,-776,99.412,0.888,0,0,0,0,900,255,1,0),(68478,1733,0,1,1,1149.47,-776,99.412,0.888,0,0,0,0,900,255,1,0),(68479,1735,0,1,1,657.461,-1347,108.983,6.28,0,0,0,0,900,255,1,0),(68480,1734,0,1,1,657.461,-1347,108.983,6.28,0,0,0,0,900,255,1,0),(68481,1733,0,1,1,657.461,-1347,108.983,6.28,0,0,0,0,900,255,1,0),(68482,1735,0,1,1,1206.69,-643,74.744,2.197,0,0,0,0,900,255,1,0),(68483,1734,0,1,1,1206.69,-643,74.744,2.197,0,0,0,0,900,255,1,0),(68484,1733,0,1,1,1206.69,-643,74.744,2.197,0,0,0,0,900,255,1,0),(68485,1735,0,1,1,1027.18,-724,101.263,4.568,0,0,0,0,900,255,1,0),(68486,1734,0,1,1,1027.18,-724,101.263,4.568,0,0,0,0,900,255,1,0),(68487,1733,0,1,1,1027.18,-724,101.263,4.568,0,0,0,0,900,255,1,0),(68488,1735,0,1,1,680.886,-1074,171.256,5.685,0,0,0,0,900,255,1,0),(68489,1734,0,1,1,680.886,-1074,171.256,5.685,0,0,0,0,900,255,1,0),(68490,1733,0,1,1,680.886,-1074,171.256,5.685,0,0,0,0,900,255,1,0),(68491,1735,0,1,1,656.02,-1060,172.687,3.943,0,0,0,0,900,255,1,0),(68492,1734,0,1,1,656.02,-1060,172.687,3.943,0,0,0,0,900,255,1,0),(68493,1733,0,1,1,656.02,-1060,172.687,3.943,0,0,0,0,900,255,1,0),(68494,1735,0,1,1,575.451,-978,151.294,1.802,0,0,0,0,900,255,1,0),(68495,1734,0,1,1,575.451,-978,151.294,1.802,0,0,0,0,900,255,1,0),(68496,1733,0,1,1,575.451,-978,151.294,1.802,0,0,0,0,900,255,1,0),(68497,1735,0,1,1,1235.27,-496,64.968,1.871,0,0,0,0,900,255,1,0),(68498,1734,0,1,1,1235.27,-496,64.968,1.871,0,0,0,0,900,255,1,0),(68499,1733,0,1,1,1235.27,-496,64.968,1.871,0,0,0,0,900,255,1,0),(68500,1735,0,1,1,1158.16,-713,72.326,2.091,0,0,0,0,900,255,1,0),(68501,1734,0,1,1,1158.16,-713,72.326,2.091,0,0,0,0,900,255,1,0),(68502,1733,0,1,1,1158.16,-713,72.326,2.091,0,0,0,0,900,255,1,0),(68503,1735,0,1,1,1065.44,-832,101.823,0.55,0,0,0,0,900,255,1,0),(68504,1734,0,1,1,1065.44,-832,101.823,0.55,0,0,0,0,900,255,1,0),(68505,1733,0,1,1,1065.44,-832,101.823,0.55,0,0,0,0,900,255,1,0),(68506,1735,0,1,1,751.115,-1070,163.62,0.055,0,0,0,0,900,255,1,0),(68507,1734,0,1,1,751.115,-1070,163.62,0.055,0,0,0,0,900,255,1,0),(68508,1733,0,1,1,751.115,-1070,163.62,0.055,0,0,0,0,900,255,1,0),(68509,1735,0,1,1,1245.98,-527,81.256,0.706,0,0,0,0,900,255,1,0),(68510,1734,0,1,1,1245.98,-527,81.256,0.706,0,0,0,0,900,255,1,0),(68511,1733,0,1,1,1245.98,-527,81.256,0.706,0,0,0,0,900,255,1,0),(68512,1735,0,1,1,-186,-204,106.247,3.408,0,0,0,0,900,255,1,0),(68513,1734,0,1,1,-186,-204,106.247,3.408,0,0,0,0,900,255,1,0),(68514,1733,0,1,1,-186,-204,106.247,3.408,0,0,0,0,900,255,1,0),(68515,1735,0,1,1,1050.18,-860.949,104.537,1.65806,0,0,0,0,900,255,1,0),(68516,1734,0,1,1,1050.18,-860.949,104.537,1.65806,0,0,0,0,900,255,1,0),(68517,1733,0,1,1,1050.18,-860.949,104.537,1.65806,0,0,0,0,900,255,1,0),(68518,1735,0,1,1,470.614,-992.025,133.917,3.10669,0,0,0,0,900,255,1,0),(68519,1734,0,1,1,470.614,-992.025,133.917,3.10669,0,0,0,0,900,255,1,0),(68520,1733,0,1,1,470.614,-992.025,133.917,3.10669,0,0,0,0,900,255,1,0),(68521,1735,0,1,1,545.352,-1686.1,57.1031,2.9147,0,0,0,0,900,255,1,0),(68522,1734,0,1,1,545.352,-1686.1,57.1031,2.9147,0,0,0,0,900,255,1,0),(68523,1733,0,1,1,545.352,-1686.1,57.1031,2.9147,0,0,0,0,900,255,1,0),(68524,1735,0,1,1,502.952,-1391.69,72.4759,-0.244346,0,0,0,1,900,255,1,0),(68525,1734,0,1,1,502.952,-1391.69,72.4759,-0.244346,0,0,0,1,900,255,1,0),(68526,1733,0,1,1,502.952,-1391.69,72.4759,-0.244346,0,0,0,1,900,255,1,0),(74200,1735,0,1,1,-79.3546,21.6975,95.3539,1.71042,0,0,0,1,900,255,1,0),(74201,1734,0,1,1,-79.3546,21.6975,95.3539,1.71042,0,0,0,1,900,255,1,0),(74202,1733,0,1,1,-79.3546,21.6975,95.3539,1.71042,0,0,0,1,900,255,1,0),(74203,1735,0,1,1,-158,-37,148.049,1.666,0,0,0,0,900,255,1,0),(74204,1734,0,1,1,-158,-37,148.049,1.666,0,0,0,0,900,255,1,0),(74205,1733,0,1,1,-158,-37,148.049,1.666,0,0,0,0,900,255,1,0),(74206,1735,0,1,1,-23,-47,115.268,5.279,0,0,0,0,900,255,1,0),(74207,1734,0,1,1,-23,-47,115.268,5.279,0,0,0,0,900,255,1,0),(74208,1733,0,1,1,-23,-47,115.268,5.279,0,0,0,0,900,255,1,0),(74209,1735,0,1,1,-122,-219,136.559,5.662,0,0,0,0,900,255,1,0),(74210,1734,0,1,1,-122,-219,136.559,5.662,0,0,0,0,900,255,1,0),(74211,1733,0,1,1,-122,-219,136.559,5.662,0,0,0,0,900,255,1,0),(74212,1735,0,1,1,311.091,-518,168.537,1.544,0,0,0,0,900,255,1,0),(74213,1734,0,1,1,311.091,-518,168.537,1.544,0,0,0,0,900,255,1,0),(74214,1733,0,1,1,311.091,-518,168.537,1.544,0,0,0,0,900,255,1,0),(74215,1735,0,1,1,-128,-15,147.529,0.397,0,0,0,0,900,255,1,0),(74216,1734,0,1,1,-128,-15,147.529,0.397,0,0,0,0,900,255,1,0),(74217,1733,0,1,1,-128,-15,147.529,0.397,0,0,0,0,900,255,1,0),(74218,1735,0,1,1,-94,-13,141.057,5.976,0,0,0,0,900,255,1,0),(74219,1734,0,1,1,-94,-13,141.057,5.976,0,0,0,0,900,255,1,0),(74220,1733,0,1,1,-94,-13,141.057,5.976,0,0,0,0,900,255,1,0),(74221,1735,0,1,1,118.228,-334,150.244,2.365,0,0,0,0,900,255,1,0),(74222,1734,0,1,1,118.228,-334,150.244,2.365,0,0,0,0,900,255,1,0),(74223,1733,0,1,1,118.228,-334,150.244,2.365,0,0,0,0,900,255,1,0),(74224,1735,0,1,1,-158,-74,147.462,1.666,0,0,0,0,900,255,1,0),(74225,1734,0,1,1,-158,-74,147.462,1.666,0,0,0,0,900,255,1,0),(74226,1733,0,1,1,-158,-74,147.462,1.666,0,0,0,0,900,255,1,0),(74227,1735,0,1,1,-152,-259,148.008,1.749,0,0,0,0,900,255,1,0),(74228,1734,0,1,1,-152,-259,148.008,1.749,0,0,0,0,900,255,1,0),(74229,1733,0,1,1,-152,-259,148.008,1.749,0,0,0,0,900,255,1,0),(74230,1735,0,1,1,264.628,-460,163.429,2.748,0,0,0,0,900,255,1,0),(74231,1734,0,1,1,264.628,-460,163.429,2.748,0,0,0,0,900,255,1,0),(74232,1733,0,1,1,264.628,-460,163.429,2.748,0,0,0,0,900,255,1,0),(74233,1735,0,1,1,162.431,-369,163.296,2.365,0,0,0,0,900,255,1,0),(74234,1734,0,1,1,162.431,-369,163.296,2.365,0,0,0,0,900,255,1,0),(74235,1733,0,1,1,162.431,-369,163.296,2.365,0,0,0,0,900,255,1,0),(74236,1735,0,1,1,269.967,-268,146.339,5.686,0,0,0,0,900,255,1,0),(74237,1734,0,1,1,269.967,-268,146.339,5.686,0,0,0,0,900,255,1,0),(74238,1733,0,1,1,269.967,-268,146.339,5.686,0,0,0,0,900,255,1,0),(74239,1735,0,1,1,300.279,-501,179.696,2.003,0,0,0,0,900,255,1,0),(74240,1734,0,1,1,300.279,-501,179.696,2.003,0,0,0,0,900,255,1,0),(74241,1733,0,1,1,300.279,-501,179.696,2.003,0,0,0,0,900,255,1,0),(74242,1735,0,1,1,-137,-237,141.206,0.911,0,0,0,0,900,255,1,0),(74243,1734,0,1,1,-137,-237,141.206,0.911,0,0,0,0,900,255,1,0),(74244,1733,0,1,1,-137,-237,141.206,0.911,0,0,0,0,900,255,1,0),(74245,1735,0,1,1,245.524,-270,145.196,3.216,0,0,0,0,900,255,1,0),(74246,1734,0,1,1,245.524,-270,145.196,3.216,0,0,0,0,900,255,1,0),(74247,1733,0,1,1,245.524,-270,145.196,3.216,0,0,0,0,900,255,1,0),(74248,1735,0,1,1,-254.604,379.709,121.872,-0.05236,0,0,0.026177,-0.999657,900,255,1,0),(74249,1734,0,1,1,-254.604,379.709,121.872,-0.05236,0,0,0.026177,-0.999657,900,255,1,0),(74250,1733,0,1,1,-254.604,379.709,121.872,-0.05236,0,0,0.026177,-0.999657,900,255,1,0),(74251,1735,0,1,1,271.415,-259.615,148.774,2.1293,0,0,0.87462,0.48481,900,255,1,0),(74252,1734,0,1,1,271.415,-259.615,148.774,2.1293,0,0,0.87462,0.48481,900,255,1,0),(74253,1733,0,1,1,271.415,-259.615,148.774,2.1293,0,0,0.87462,0.48481,900,255,1,0),(74254,1735,0,1,1,-19.4989,-33.674,106.887,-0.977384,0,0,0.469472,-0.882948,900,255,1,0),(74255,1734,0,1,1,-19.4989,-33.674,106.887,-0.977384,0,0,0.469472,-0.882948,900,255,1,0),(74256,1733,0,1,1,-19.4989,-33.674,106.887,-0.977384,0,0,0.469472,-0.882948,900,255,1,0),(74257,1735,0,1,1,141.451,-364.934,168.432,-0.2618,0,0,0.130526,-0.991445,900,255,1,0),(74258,1734,0,1,1,141.451,-364.934,168.432,-0.2618,0,0,0.130526,-0.991445,900,255,1,0),(74259,1733,0,1,1,141.451,-364.934,168.432,-0.2618,0,0,0.130526,-0.991445,900,255,1,0),(74260,1735,0,1,1,230.008,-255.811,147.595,0.314159,0,0,0.156434,0.987688,900,255,1,0),(74261,1734,0,1,1,230.008,-255.811,147.595,0.314159,0,0,0.156434,0.987688,900,255,1,0),(74262,1733,0,1,1,230.008,-255.811,147.595,0.314159,0,0,0.156434,0.987688,900,255,1,0),(14736,201873,672,1,1,-45.4489,-0.062003,20.564,0.26977,0,0,0,1,604800,255,1,0),(14735,202179,673,8,1,-19.8726,-14.1748,33.6377,4.71239,0,0,0,1,604800,255,1,0),(268829,193707,571,1,1,7899.48,2067.53,600.657,2.34747,0,0,0.922201,0.38671,180,255,1,0),(74266,1735,0,1,1,62.018,-88,115.28,6.114,0,0,0,0,900,255,1,0),(74267,1734,0,1,1,62.018,-88,115.28,6.114,0,0,0,0,900,255,1,0),(74268,1733,0,1,1,62.018,-88,115.28,6.114,0,0,0,0,900,255,1,0),(74269,1735,0,1,1,-32,-247,145.94,4.068,0,0,0,0,900,255,1,0),(74270,1734,0,1,1,-32,-247,145.94,4.068,0,0,0,0,900,255,1,0),(74271,1733,0,1,1,-32,-247,145.94,4.068,0,0,0,0,900,255,1,0),(74272,1735,0,1,1,-31.1745,-221.648,138.074,-0.628319,0,0,0.309017,-0.951056,900,255,1,0),(74273,1734,0,1,1,-31.1745,-221.648,138.074,-0.628319,0,0,0.309017,-0.951056,900,255,1,0),(74274,1733,0,1,1,-31.1745,-221.648,138.074,-0.628319,0,0,0.309017,-0.951056,900,255,1,0),(74275,1735,0,1,1,75.6466,-78.375,114.581,2.02458,0,0,0,1,900,255,1,0),(74276,1734,0,1,1,75.6466,-78.375,114.581,2.02458,0,0,0,1,900,255,1,0),(74277,1733,0,1,1,75.6466,-78.375,114.581,2.02458,0,0,0,1,900,255,1,0),(74278,1735,0,1,1,12.0793,-148.168,130.97,-2.91469,0,0,0,1,900,255,1,0),(74279,1734,0,1,1,12.0793,-148.168,130.97,-2.91469,0,0,0,1,900,255,1,0),(74280,1733,0,1,1,12.0793,-148.168,130.97,-2.91469,0,0,0,1,900,255,1,0),(68923,2047,0,1,1,-537,-1955,65.588,4.769,0,0,0,0,900,255,1,0),(68924,1735,0,1,1,-1258,-2136,77.125,5.749,0,0,0,0,900,255,1,0),(68925,2040,0,1,1,-1258,-2136,77.125,5.749,0,0,0,0,900,255,1,0),(68926,1732,0,1,1,-1258,-2136,77.125,5.749,0,0,0,0,900,255,1,0),(68927,1733,0,1,1,-1258,-2136,77.125,5.749,0,0,0,0,900,255,1,0),(68928,1734,0,1,1,-1258,-2136,77.125,5.749,0,0,0,0,900,255,1,0),(68929,2047,0,1,1,-1258,-2136,77.125,5.749,0,0,0,0,900,255,1,0),(68930,1735,0,1,1,-918,-2853,68.551,4.774,0,0,0,0,900,255,1,0),(68931,2040,0,1,1,-918,-2853,68.551,4.774,0,0,0,0,900,255,1,0),(68932,1732,0,1,1,-918,-2853,68.551,4.774,0,0,0,0,900,255,1,0),(68933,1733,0,1,1,-918,-2853,68.551,4.774,0,0,0,0,900,255,1,0),(68934,1734,0,1,1,-918,-2853,68.551,4.774,0,0,0,0,900,255,1,0),(68935,2047,0,1,1,-918,-2853,68.551,4.774,0,0,0,0,900,255,1,0),(68936,1735,0,1,1,-1220.4,-2039.04,43.7159,1.71042,0,0,0,1,900,255,1,0),(68937,2040,0,1,1,-1220.4,-2039.04,43.7159,1.71042,0,0,0,1,900,255,1,0),(68938,1732,0,1,1,-1220.4,-2039.04,43.7159,1.71042,0,0,0,1,900,255,1,0),(68939,1733,0,1,1,-1220.4,-2039.04,43.7159,1.71042,0,0,0,1,900,255,1,0),(68940,1734,0,1,1,-1220.4,-2039.04,43.7159,1.71042,0,0,0,1,900,255,1,0),(68941,2047,0,1,1,-1220.4,-2039.04,43.7159,1.71042,0,0,0,1,900,255,1,0),(68942,1735,0,1,1,-1195,-3105,45.754,1.294,0,0,0,0,900,255,1,0),(68943,2040,0,1,1,-1195,-3105,45.754,1.294,0,0,0,0,900,255,1,0),(68944,1732,0,1,1,-1195,-3105,45.754,1.294,0,0,0,0,900,255,1,0),(68945,1733,0,1,1,-1195,-3105,45.754,1.294,0,0,0,0,900,255,1,0),(68946,1734,0,1,1,-1195,-3105,45.754,1.294,0,0,0,0,900,255,1,0),(68947,2047,0,1,1,-1195,-3105,45.754,1.294,0,0,0,0,900,255,1,0),(68948,1735,0,1,1,-1991,-3299,54.8,2.418,0,0,0,0,900,255,1,0),(68949,2040,0,1,1,-1991,-3299,54.8,2.418,0,0,0,0,900,255,1,0),(68950,1732,0,1,1,-1991,-3299,54.8,2.418,0,0,0,0,900,255,1,0),(68951,1733,0,1,1,-1991,-3299,54.8,2.418,0,0,0,0,900,255,1,0),(68952,1734,0,1,1,-1991,-3299,54.8,2.418,0,0,0,0,900,255,1,0),(68953,2047,0,1,1,-1991,-3299,54.8,2.418,0,0,0,0,900,255,1,0),(68954,1735,0,1,1,-1925,-3342,63.596,4.79,0,0,0,0,900,255,1,0),(68955,2040,0,1,1,-1925,-3342,63.596,4.79,0,0,0,0,900,255,1,0),(68956,1732,0,1,1,-1925,-3342,63.596,4.79,0,0,0,0,900,255,1,0),(68957,1733,0,1,1,-1925,-3342,63.596,4.79,0,0,0,0,900,255,1,0),(68958,1734,0,1,1,-1925,-3342,63.596,4.79,0,0,0,0,900,255,1,0),(68959,2047,0,1,1,-1925,-3342,63.596,4.79,0,0,0,0,900,255,1,0),(68960,1735,0,1,1,-1192.32,-1953.69,26.9048,1.36136,0,0,0,1,900,255,1,0),(68961,2040,0,1,1,-1192.32,-1953.69,26.9048,1.36136,0,0,0,1,900,255,1,0),(68962,1732,0,1,1,-1192.32,-1953.69,26.9048,1.36136,0,0,0,1,900,255,1,0),(68963,1733,0,1,1,-1192.32,-1953.69,26.9048,1.36136,0,0,0,1,900,255,1,0),(68964,1734,0,1,1,-1192.32,-1953.69,26.9048,1.36136,0,0,0,1,900,255,1,0),(68965,2047,0,1,1,-1192.32,-1953.69,26.9048,1.36136,0,0,0,1,900,255,1,0),(68966,1735,0,1,1,-1777,-3428,46.669,2.807,0,0,0,0,900,255,1,0),(68967,2040,0,1,1,-1777,-3428,46.669,2.807,0,0,0,0,900,255,1,0),(68968,1732,0,1,1,-1777,-3428,46.669,2.807,0,0,0,0,900,255,1,0),(68969,1733,0,1,1,-1777,-3428,46.669,2.807,0,0,0,0,900,255,1,0),(68970,1734,0,1,1,-1777,-3428,46.669,2.807,0,0,0,0,900,255,1,0),(68971,2047,0,1,1,-1777,-3428,46.669,2.807,0,0,0,0,900,255,1,0),(68972,1735,0,1,1,-870.664,-3417.08,81.2847,0.331611,0,0,0,1,900,255,1,0),(68973,2040,0,1,1,-870.664,-3417.08,81.2847,0.331611,0,0,0,1,900,255,1,0),(68974,1732,0,1,1,-870.664,-3417.08,81.2847,0.331611,0,0,0,1,900,255,1,0),(68975,1733,0,1,1,-870.664,-3417.08,81.2847,0.331611,0,0,0,1,900,255,1,0),(68976,1734,0,1,1,-870.664,-3417.08,81.2847,0.331611,0,0,0,1,900,255,1,0),(68977,2047,0,1,1,-870.664,-3417.08,81.2847,0.331611,0,0,0,1,900,255,1,0),(68978,1735,0,1,1,-1834,-3436,65.39,2.898,0,0,0,0,900,255,1,0),(68979,2040,0,1,1,-1834,-3436,65.39,2.898,0,0,0,0,900,255,1,0),(68980,1732,0,1,1,-1834,-3436,65.39,2.898,0,0,0,0,900,255,1,0),(68981,1733,0,1,1,-1834,-3436,65.39,2.898,0,0,0,0,900,255,1,0),(68982,1734,0,1,1,-1834,-3436,65.39,2.898,0,0,0,0,900,255,1,0),(68983,2047,0,1,1,-1834,-3436,65.39,2.898,0,0,0,0,900,255,1,0),(68984,1735,0,1,1,-2040,-2808,73.677,2.048,0,0,0,0,900,255,1,0),(68985,2040,0,1,1,-2040,-2808,73.677,2.048,0,0,0,0,900,255,1,0),(68986,1732,0,1,1,-2040,-2808,73.677,2.048,0,0,0,0,900,255,1,0),(68987,1733,0,1,1,-2040,-2808,73.677,2.048,0,0,0,0,900,255,1,0),(68988,1734,0,1,1,-2040,-2808,73.677,2.048,0,0,0,0,900,255,1,0),(68989,2047,0,1,1,-2040,-2808,73.677,2.048,0,0,0,0,900,255,1,0),(68990,1735,0,1,1,-1412,-3468,71.965,2.576,0,0,0,0,900,255,1,0),(68991,2040,0,1,1,-1412,-3468,71.965,2.576,0,0,0,0,900,255,1,0),(68992,1732,0,1,1,-1412,-3468,71.965,2.576,0,0,0,0,900,255,1,0),(68993,1733,0,1,1,-1412,-3468,71.965,2.576,0,0,0,0,900,255,1,0),(68994,1734,0,1,1,-1412,-3468,71.965,2.576,0,0,0,0,900,255,1,0),(68995,2047,0,1,1,-1412,-3468,71.965,2.576,0,0,0,0,900,255,1,0),(68996,1735,0,1,1,-1198,-2092,50.14,0.666,0,0,0,0,900,255,1,0),(68997,2040,0,1,1,-1198,-2092,50.14,0.666,0,0,0,0,900,255,1,0),(68998,1732,0,1,1,-1198,-2092,50.14,0.666,0,0,0,0,900,255,1,0),(68999,1733,0,1,1,-1198,-2092,50.14,0.666,0,0,0,0,900,255,1,0),(69000,1734,0,1,1,-1198,-2092,50.14,0.666,0,0,0,0,900,255,1,0),(69001,2047,0,1,1,-1198,-2092,50.14,0.666,0,0,0,0,900,255,1,0),(69002,1735,0,1,1,-1934,-2841,75.451,2.213,0,0,0,0,900,255,1,0),(69003,2040,0,1,1,-1934,-2841,75.451,2.213,0,0,0,0,900,255,1,0),(69004,1732,0,1,1,-1934,-2841,75.451,2.213,0,0,0,0,900,255,1,0),(69005,1733,0,1,1,-1934,-2841,75.451,2.213,0,0,0,0,900,255,1,0),(69006,1734,0,1,1,-1934,-2841,75.451,2.213,0,0,0,0,900,255,1,0),(69007,2047,0,1,1,-1934,-2841,75.451,2.213,0,0,0,0,900,255,1,0),(69008,1735,0,1,1,-1146,-2100,64.173,1.286,0,0,0,0,900,255,1,0),(69009,2040,0,1,1,-1146,-2100,64.173,1.286,0,0,0,0,900,255,1,0),(69010,1732,0,1,1,-1146,-2100,64.173,1.286,0,0,0,0,900,255,1,0),(69011,1733,0,1,1,-1146,-2100,64.173,1.286,0,0,0,0,900,255,1,0),(69012,1734,0,1,1,-1146,-2100,64.173,1.286,0,0,0,0,900,255,1,0),(69013,2047,0,1,1,-1146,-2100,64.173,1.286,0,0,0,0,900,255,1,0),(69014,1735,0,1,1,-1173,-2048,83.547,3.167,0,0,0,0,900,255,1,0),(69015,2040,0,1,1,-1173,-2048,83.547,3.167,0,0,0,0,900,255,1,0),(69016,1732,0,1,1,-1173,-2048,83.547,3.167,0,0,0,0,900,255,1,0),(69017,1733,0,1,1,-1173,-2048,83.547,3.167,0,0,0,0,900,255,1,0),(69018,1734,0,1,1,-1173,-2048,83.547,3.167,0,0,0,0,900,255,1,0),(69019,2047,0,1,1,-1173,-2048,83.547,3.167,0,0,0,0,900,255,1,0),(69020,1735,0,1,1,-2097,-2826,77.379,0.884,0,0,0,0,900,255,1,0),(69021,2040,0,1,1,-2097,-2826,77.379,0.884,0,0,0,0,900,255,1,0),(69022,1732,0,1,1,-2097,-2826,77.379,0.884,0,0,0,0,900,255,1,0),(69023,1733,0,1,1,-2097,-2826,77.379,0.884,0,0,0,0,900,255,1,0),(69024,1734,0,1,1,-2097,-2826,77.379,0.884,0,0,0,0,900,255,1,0),(69025,2047,0,1,1,-2097,-2826,77.379,0.884,0,0,0,0,900,255,1,0),(69026,1735,0,1,1,-1967,-2676,83.34,1.861,0,0,0,0,900,255,1,0),(69027,2040,0,1,1,-1967,-2676,83.34,1.861,0,0,0,0,900,255,1,0),(69028,1732,0,1,1,-1967,-2676,83.34,1.861,0,0,0,0,900,255,1,0),(69029,1733,0,1,1,-1967,-2676,83.34,1.861,0,0,0,0,900,255,1,0),(69030,1734,0,1,1,-1967,-2676,83.34,1.861,0,0,0,0,900,255,1,0),(69031,2047,0,1,1,-1967,-2676,83.34,1.861,0,0,0,0,900,255,1,0),(69032,1735,0,1,1,-1800,-3293,29.263,1.187,0,0,0,0,900,255,1,0),(69033,2040,0,1,1,-1800,-3293,29.263,1.187,0,0,0,0,900,255,1,0),(69034,1732,0,1,1,-1800,-3293,29.263,1.187,0,0,0,0,900,255,1,0),(69035,1733,0,1,1,-1800,-3293,29.263,1.187,0,0,0,0,900,255,1,0),(69036,1734,0,1,1,-1800,-3293,29.263,1.187,0,0,0,0,900,255,1,0),(69037,2047,0,1,1,-1800,-3293,29.263,1.187,0,0,0,0,900,255,1,0),(69038,1735,0,1,1,-497,-1913,65.263,5.384,0,0,0,0,900,255,1,0),(69039,2040,0,1,1,-497,-1913,65.263,5.384,0,0,0,0,900,255,1,0),(69040,1732,0,1,1,-497,-1913,65.263,5.384,0,0,0,0,900,255,1,0),(69041,1733,0,1,1,-497,-1913,65.263,5.384,0,0,0,0,900,255,1,0),(69042,1734,0,1,1,-497,-1913,65.263,5.384,0,0,0,0,900,255,1,0),(69043,2047,0,1,1,-497,-1913,65.263,5.384,0,0,0,0,900,255,1,0),(69044,1735,0,1,1,-1785,-2206,62.397,3.019,0,0,0,0,900,255,1,0),(69045,2040,0,1,1,-1785,-2206,62.397,3.019,0,0,0,0,900,255,1,0),(69046,1732,0,1,1,-1785,-2206,62.397,3.019,0,0,0,0,900,255,1,0),(69047,1733,0,1,1,-1785,-2206,62.397,3.019,0,0,0,0,900,255,1,0),(69048,1734,0,1,1,-1785,-2206,62.397,3.019,0,0,0,0,900,255,1,0),(69049,2047,0,1,1,-1785,-2206,62.397,3.019,0,0,0,0,900,255,1,0),(69050,1735,0,1,1,-1344,-2821,48.051,1.459,0,0,0,0,900,255,1,0),(69051,2040,0,1,1,-1344,-2821,48.051,1.459,0,0,0,0,900,255,1,0),(69052,1732,0,1,1,-1344,-2821,48.051,1.459,0,0,0,0,900,255,1,0),(69053,1733,0,1,1,-1344,-2821,48.051,1.459,0,0,0,0,900,255,1,0),(69054,1734,0,1,1,-1344,-2821,48.051,1.459,0,0,0,0,900,255,1,0),(69055,2047,0,1,1,-1344,-2821,48.051,1.459,0,0,0,0,900,255,1,0),(69056,1735,0,1,1,-1306.28,-2825.75,56.2672,1.58825,0,0,0,1,900,255,1,0),(69057,2040,0,1,1,-1306.28,-2825.75,56.2672,1.58825,0,0,0,1,900,255,1,0),(69058,1732,0,1,1,-1306.28,-2825.75,56.2672,1.58825,0,0,0,1,900,255,1,0),(69059,1733,0,1,1,-1306.28,-2825.75,56.2672,1.58825,0,0,0,1,900,255,1,0),(69060,1734,0,1,1,-1306.28,-2825.75,56.2672,1.58825,0,0,0,1,900,255,1,0),(69061,2047,0,1,1,-1306.28,-2825.75,56.2672,1.58825,0,0,0,1,900,255,1,0),(69062,1735,0,1,1,-1808,-3458,50.804,3.331,0,0,0,0,900,255,1,0),(69063,2040,0,1,1,-1808,-3458,50.804,3.331,0,0,0,0,900,255,1,0),(69064,1732,0,1,1,-1808,-3458,50.804,3.331,0,0,0,0,900,255,1,0),(69065,1733,0,1,1,-1808,-3458,50.804,3.331,0,0,0,0,900,255,1,0),(69066,1734,0,1,1,-1808,-3458,50.804,3.331,0,0,0,0,900,255,1,0),(69067,2047,0,1,1,-1808,-3458,50.804,3.331,0,0,0,0,900,255,1,0),(69068,1735,0,1,1,-2059,-3258,51.761,2.315,0,0,0,0,900,255,1,0),(69069,2040,0,1,1,-2059,-3258,51.761,2.315,0,0,0,0,900,255,1,0),(69070,1732,0,1,1,-2059,-3258,51.761,2.315,0,0,0,0,900,255,1,0),(69071,1733,0,1,1,-2059,-3258,51.761,2.315,0,0,0,0,900,255,1,0),(69072,1734,0,1,1,-2059,-3258,51.761,2.315,0,0,0,0,900,255,1,0),(69073,2047,0,1,1,-2059,-3258,51.761,2.315,0,0,0,0,900,255,1,0),(69074,1735,0,1,1,-1651,-1436,46.905,6.124,0,0,0,0,900,255,1,0),(69075,2040,0,1,1,-1651,-1436,46.905,6.124,0,0,0,0,900,255,1,0),(69076,1732,0,1,1,-1651,-1436,46.905,6.124,0,0,0,0,900,255,1,0),(69077,1733,0,1,1,-1651,-1436,46.905,6.124,0,0,0,0,900,255,1,0),(69078,1734,0,1,1,-1651,-1436,46.905,6.124,0,0,0,0,900,255,1,0),(69079,2047,0,1,1,-1651,-1436,46.905,6.124,0,0,0,0,900,255,1,0),(69080,1735,0,1,1,-1906,-3146,69.363,2.531,0,0,0,0,900,255,1,0),(69081,2040,0,1,1,-1906,-3146,69.363,2.531,0,0,0,0,900,255,1,0),(69082,1732,0,1,1,-1906,-3146,69.363,2.531,0,0,0,0,900,255,1,0),(69083,1733,0,1,1,-1906,-3146,69.363,2.531,0,0,0,0,900,255,1,0),(69084,1734,0,1,1,-1906,-3146,69.363,2.531,0,0,0,0,900,255,1,0),(69085,2047,0,1,1,-1906,-3146,69.363,2.531,0,0,0,0,900,255,1,0),(69086,1735,0,1,1,-1842.88,-2536.53,55.9154,-0.680679,0,0,0,1,900,255,1,0),(69087,2040,0,1,1,-1842.88,-2536.53,55.9154,-0.680679,0,0,0,1,900,255,1,0),(69088,1732,0,1,1,-1842.88,-2536.53,55.9154,-0.680679,0,0,0,1,900,255,1,0),(69089,1733,0,1,1,-1842.88,-2536.53,55.9154,-0.680679,0,0,0,1,900,255,1,0),(69090,1734,0,1,1,-1842.88,-2536.53,55.9154,-0.680679,0,0,0,1,900,255,1,0),(69091,2047,0,1,1,-1842.88,-2536.53,55.9154,-0.680679,0,0,0,1,900,255,1,0),(69092,1735,0,1,1,-1282,-2678,66.122,2.112,0,0,0,0,900,255,1,0),(69093,2040,0,1,1,-1282,-2678,66.122,2.112,0,0,0,0,900,255,1,0),(69094,1732,0,1,1,-1282,-2678,66.122,2.112,0,0,0,0,900,255,1,0),(69095,1733,0,1,1,-1282,-2678,66.122,2.112,0,0,0,0,900,255,1,0),(69096,1734,0,1,1,-1282,-2678,66.122,2.112,0,0,0,0,900,255,1,0),(69097,2047,0,1,1,-1282,-2678,66.122,2.112,0,0,0,0,900,255,1,0),(69098,1735,0,1,1,-1328,-3484,54.843,3.157,0,0,0,0,900,255,1,0),(69099,2040,0,1,1,-1328,-3484,54.843,3.157,0,0,0,0,900,255,1,0),(69100,1732,0,1,1,-1328,-3484,54.843,3.157,0,0,0,0,900,255,1,0),(69101,1733,0,1,1,-1328,-3484,54.843,3.157,0,0,0,0,900,255,1,0),(69102,1734,0,1,1,-1328,-3484,54.843,3.157,0,0,0,0,900,255,1,0),(69103,2047,0,1,1,-1328,-3484,54.843,3.157,0,0,0,0,900,255,1,0),(69104,1735,0,1,1,-2092,-3371,59.468,5.241,0,0,0,0,900,255,1,0),(69105,2040,0,1,1,-2092,-3371,59.468,5.241,0,0,0,0,900,255,1,0),(69106,1732,0,1,1,-2092,-3371,59.468,5.241,0,0,0,0,900,255,1,0),(69107,1733,0,1,1,-2092,-3371,59.468,5.241,0,0,0,0,900,255,1,0),(69108,1734,0,1,1,-2092,-3371,59.468,5.241,0,0,0,0,900,255,1,0),(69109,2047,0,1,1,-2092,-3371,59.468,5.241,0,0,0,0,900,255,1,0),(69110,1735,0,1,1,-940,-1566,51.773,1.148,0,0,0,0,900,255,1,0),(69111,2040,0,1,1,-940,-1566,51.773,1.148,0,0,0,0,900,255,1,0),(69112,1732,0,1,1,-940,-1566,51.773,1.148,0,0,0,0,900,255,1,0),(69113,1733,0,1,1,-940,-1566,51.773,1.148,0,0,0,0,900,255,1,0),(69114,1734,0,1,1,-940,-1566,51.773,1.148,0,0,0,0,900,255,1,0),(69115,2047,0,1,1,-940,-1566,51.773,1.148,0,0,0,0,900,255,1,0),(69116,1735,0,1,1,-997,-1592,43.767,4.343,0,0,0,0,900,255,1,0),(69117,2040,0,1,1,-997,-1592,43.767,4.343,0,0,0,0,900,255,1,0),(69118,1732,0,1,1,-997,-1592,43.767,4.343,0,0,0,0,900,255,1,0),(69119,1733,0,1,1,-997,-1592,43.767,4.343,0,0,0,0,900,255,1,0),(69120,1734,0,1,1,-997,-1592,43.767,4.343,0,0,0,0,900,255,1,0),(69121,2047,0,1,1,-997,-1592,43.767,4.343,0,0,0,0,900,255,1,0),(69122,1735,0,1,1,-929,-3009,88.76,0.369,0,0,0,0,900,255,1,0),(69123,2040,0,1,1,-929,-3009,88.76,0.369,0,0,0,0,900,255,1,0),(69124,1732,0,1,1,-929,-3009,88.76,0.369,0,0,0,0,900,255,1,0),(69125,1733,0,1,1,-929,-3009,88.76,0.369,0,0,0,0,900,255,1,0),(69126,1734,0,1,1,-929,-3009,88.76,0.369,0,0,0,0,900,255,1,0),(69127,2047,0,1,1,-929,-3009,88.76,0.369,0,0,0,0,900,255,1,0),(69128,1735,0,1,1,-1274,-3564,60.707,2.921,0,0,0,0,900,255,1,0),(69129,2040,0,1,1,-1274,-3564,60.707,2.921,0,0,0,0,900,255,1,0),(69130,1732,0,1,1,-1274,-3564,60.707,2.921,0,0,0,0,900,255,1,0),(69131,1733,0,1,1,-1274,-3564,60.707,2.921,0,0,0,0,900,255,1,0),(69132,1734,0,1,1,-1274,-3564,60.707,2.921,0,0,0,0,900,255,1,0),(69133,2047,0,1,1,-1274,-3564,60.707,2.921,0,0,0,0,900,255,1,0),(69134,1735,0,1,1,-566,-2001,68.805,4.021,0,0,0,0,900,255,1,0),(69135,2040,0,1,1,-566,-2001,68.805,4.021,0,0,0,0,900,255,1,0),(69136,1732,0,1,1,-566,-2001,68.805,4.021,0,0,0,0,900,255,1,0),(69137,1733,0,1,1,-566,-2001,68.805,4.021,0,0,0,0,900,255,1,0),(69138,1734,0,1,1,-566,-2001,68.805,4.021,0,0,0,0,900,255,1,0),(69139,2047,0,1,1,-566,-2001,68.805,4.021,0,0,0,0,900,255,1,0),(69140,1735,0,1,1,-1235,-2082,52.868,2.862,0,0,0,0,900,255,1,0),(69141,2040,0,1,1,-1235,-2082,52.868,2.862,0,0,0,0,900,255,1,0),(69142,1732,0,1,1,-1235,-2082,52.868,2.862,0,0,0,0,900,255,1,0),(69143,1733,0,1,1,-1235,-2082,52.868,2.862,0,0,0,0,900,255,1,0),(69144,1734,0,1,1,-1235,-2082,52.868,2.862,0,0,0,0,900,255,1,0),(69145,2047,0,1,1,-1235,-2082,52.868,2.862,0,0,0,0,900,255,1,0),(69146,1735,0,1,1,-1209,-3639,63.201,2.622,0,0,0,0,900,255,1,0),(69147,2040,0,1,1,-1209,-3639,63.201,2.622,0,0,0,0,900,255,1,0),(69148,1732,0,1,1,-1209,-3639,63.201,2.622,0,0,0,0,900,255,1,0),(69149,1733,0,1,1,-1209,-3639,63.201,2.622,0,0,0,0,900,255,1,0),(69150,1734,0,1,1,-1209,-3639,63.201,2.622,0,0,0,0,900,255,1,0),(69151,2047,0,1,1,-1209,-3639,63.201,2.622,0,0,0,0,900,255,1,0),(69152,1735,0,1,1,-1170,-3655,57.662,2.204,0,0,0,0,900,255,1,0),(69153,2040,0,1,1,-1170,-3655,57.662,2.204,0,0,0,0,900,255,1,0),(69154,1732,0,1,1,-1170,-3655,57.662,2.204,0,0,0,0,900,255,1,0),(69155,1733,0,1,1,-1170,-3655,57.662,2.204,0,0,0,0,900,255,1,0),(69156,1734,0,1,1,-1170,-3655,57.662,2.204,0,0,0,0,900,255,1,0),(69157,2047,0,1,1,-1170,-3655,57.662,2.204,0,0,0,0,900,255,1,0),(69158,1735,0,1,1,-1179,-3638,59.162,2.622,0,0,0,0,900,255,1,0),(69159,2040,0,1,1,-1179,-3638,59.162,2.622,0,0,0,0,900,255,1,0),(69160,1732,0,1,1,-1179,-3638,59.162,2.622,0,0,0,0,900,255,1,0),(69161,1733,0,1,1,-1179,-3638,59.162,2.622,0,0,0,0,900,255,1,0),(69162,1734,0,1,1,-1179,-3638,59.162,2.622,0,0,0,0,900,255,1,0),(69163,2047,0,1,1,-1179,-3638,59.162,2.622,0,0,0,0,900,255,1,0),(69164,1735,0,1,1,-1321,-3415,48,1.414,0,0,0,0,900,255,1,0),(69165,2040,0,1,1,-1321,-3415,48,1.414,0,0,0,0,900,255,1,0),(69166,1732,0,1,1,-1321,-3415,48,1.414,0,0,0,0,900,255,1,0),(69167,1733,0,1,1,-1321,-3415,48,1.414,0,0,0,0,900,255,1,0),(69168,1734,0,1,1,-1321,-3415,48,1.414,0,0,0,0,900,255,1,0),(69169,2047,0,1,1,-1321,-3415,48,1.414,0,0,0,0,900,255,1,0),(69170,1735,0,1,1,-1348,-3465,51.904,3.157,0,0,0,0,900,255,1,0),(69171,2040,0,1,1,-1348,-3465,51.904,3.157,0,0,0,0,900,255,1,0),(69172,1732,0,1,1,-1348,-3465,51.904,3.157,0,0,0,0,900,255,1,0),(69173,1733,0,1,1,-1348,-3465,51.904,3.157,0,0,0,0,900,255,1,0),(69174,1734,0,1,1,-1348,-3465,51.904,3.157,0,0,0,0,900,255,1,0),(69175,2047,0,1,1,-1348,-3465,51.904,3.157,0,0,0,0,900,255,1,0),(69176,1735,0,1,1,-1191,-2013,62.614,4.501,0,0,0,0,900,255,1,0),(69177,2040,0,1,1,-1191,-2013,62.614,4.501,0,0,0,0,900,255,1,0),(69178,1732,0,1,1,-1191,-2013,62.614,4.501,0,0,0,0,900,255,1,0),(69179,1733,0,1,1,-1191,-2013,62.614,4.501,0,0,0,0,900,255,1,0),(69180,1734,0,1,1,-1191,-2013,62.614,4.501,0,0,0,0,900,255,1,0),(69181,2047,0,1,1,-1191,-2013,62.614,4.501,0,0,0,0,900,255,1,0),(69182,1735,0,1,1,-1215,-2086,50.858,2.862,0,0,0,0,900,255,1,0),(69183,2040,0,1,1,-1215,-2086,50.858,2.862,0,0,0,0,900,255,1,0),(69184,1732,0,1,1,-1215,-2086,50.858,2.862,0,0,0,0,900,255,1,0),(69185,1733,0,1,1,-1215,-2086,50.858,2.862,0,0,0,0,900,255,1,0),(69186,1734,0,1,1,-1215,-2086,50.858,2.862,0,0,0,0,900,255,1,0),(69187,2047,0,1,1,-1215,-2086,50.858,2.862,0,0,0,0,900,255,1,0),(69188,1735,0,1,1,-1170,-2050,38.389,5.636,0,0,0,0,900,255,1,0),(69189,2040,0,1,1,-1170,-2050,38.389,5.636,0,0,0,0,900,255,1,0),(69190,1732,0,1,1,-1170,-2050,38.389,5.636,0,0,0,0,900,255,1,0),(69191,1733,0,1,1,-1170,-2050,38.389,5.636,0,0,0,0,900,255,1,0),(69192,1734,0,1,1,-1170,-2050,38.389,5.636,0,0,0,0,900,255,1,0),(69193,2047,0,1,1,-1170,-2050,38.389,5.636,0,0,0,0,900,255,1,0),(69194,1735,0,1,1,-1140,-2089,71.331,2.409,0,0,0,0,900,255,1,0),(69195,2040,0,1,1,-1140,-2089,71.331,2.409,0,0,0,0,900,255,1,0),(69196,1732,0,1,1,-1140,-2089,71.331,2.409,0,0,0,0,900,255,1,0),(69197,1733,0,1,1,-1140,-2089,71.331,2.409,0,0,0,0,900,255,1,0),(69198,1734,0,1,1,-1140,-2089,71.331,2.409,0,0,0,0,900,255,1,0),(69199,2047,0,1,1,-1140,-2089,71.331,2.409,0,0,0,0,900,255,1,0),(69200,1735,0,1,1,-1281,-2657,64.217,1.459,0,0,0,0,900,255,1,0),(69201,2040,0,1,1,-1281,-2657,64.217,1.459,0,0,0,0,900,255,1,0),(69202,1732,0,1,1,-1281,-2657,64.217,1.459,0,0,0,0,900,255,1,0),(69203,1733,0,1,1,-1281,-2657,64.217,1.459,0,0,0,0,900,255,1,0),(69204,1734,0,1,1,-1281,-2657,64.217,1.459,0,0,0,0,900,255,1,0),(69205,2047,0,1,1,-1281,-2657,64.217,1.459,0,0,0,0,900,255,1,0),(69206,1735,0,1,1,-1833,-2794,61.561,4.944,0,0,0,0,900,255,1,0),(69207,2040,0,1,1,-1833,-2794,61.561,4.944,0,0,0,0,900,255,1,0),(69208,1732,0,1,1,-1833,-2794,61.561,4.944,0,0,0,0,900,255,1,0),(69209,1733,0,1,1,-1833,-2794,61.561,4.944,0,0,0,0,900,255,1,0),(69210,1734,0,1,1,-1833,-2794,61.561,4.944,0,0,0,0,900,255,1,0),(69211,2047,0,1,1,-1833,-2794,61.561,4.944,0,0,0,0,900,255,1,0),(69212,1735,0,1,1,-930,-2602,75.237,4.546,0,0,0,0,900,255,1,0),(69213,2040,0,1,1,-930,-2602,75.237,4.546,0,0,0,0,900,255,1,0),(69214,1732,0,1,1,-930,-2602,75.237,4.546,0,0,0,0,900,255,1,0),(69215,1733,0,1,1,-930,-2602,75.237,4.546,0,0,0,0,900,255,1,0),(69216,1734,0,1,1,-930,-2602,75.237,4.546,0,0,0,0,900,255,1,0),(69217,2047,0,1,1,-930,-2602,75.237,4.546,0,0,0,0,900,255,1,0),(69218,1735,0,1,1,-2122,-2577,82.815,1.823,0,0,0,0,900,255,1,0),(69219,2040,0,1,1,-2122,-2577,82.815,1.823,0,0,0,0,900,255,1,0),(69220,1732,0,1,1,-2122,-2577,82.815,1.823,0,0,0,0,900,255,1,0),(69221,1733,0,1,1,-2122,-2577,82.815,1.823,0,0,0,0,900,255,1,0),(69222,1734,0,1,1,-2122,-2577,82.815,1.823,0,0,0,0,900,255,1,0),(69223,2047,0,1,1,-2122,-2577,82.815,1.823,0,0,0,0,900,255,1,0),(69224,1735,0,1,1,-1160,-2138,66.624,0.711,0,0,0,0,900,255,1,0),(69225,2040,0,1,1,-1160,-2138,66.624,0.711,0,0,0,0,900,255,1,0),(69226,1732,0,1,1,-1160,-2138,66.624,0.711,0,0,0,0,900,255,1,0),(69227,1733,0,1,1,-1160,-2138,66.624,0.711,0,0,0,0,900,255,1,0),(69228,1734,0,1,1,-1160,-2138,66.624,0.711,0,0,0,0,900,255,1,0),(69229,2047,0,1,1,-1160,-2138,66.624,0.711,0,0,0,0,900,255,1,0),(69230,1735,0,1,1,-2074,-3290,67.253,0.403,0,0,0,0,900,255,1,0),(69231,2040,0,1,1,-2074,-3290,67.253,0.403,0,0,0,0,900,255,1,0),(69232,1732,0,1,1,-2074,-3290,67.253,0.403,0,0,0,0,900,255,1,0),(69233,1733,0,1,1,-2074,-3290,67.253,0.403,0,0,0,0,900,255,1,0),(69234,1734,0,1,1,-2074,-3290,67.253,0.403,0,0,0,0,900,255,1,0),(69235,2047,0,1,1,-2074,-3290,67.253,0.403,0,0,0,0,900,255,1,0),(69236,1735,0,1,1,-656,-2146,85.178,3.761,0,0,0,0,900,255,1,0),(69237,2040,0,1,1,-656,-2146,85.178,3.761,0,0,0,0,900,255,1,0),(69238,1732,0,1,1,-656,-2146,85.178,3.761,0,0,0,0,900,255,1,0),(69239,1733,0,1,1,-656,-2146,85.178,3.761,0,0,0,0,900,255,1,0),(69240,1734,0,1,1,-656,-2146,85.178,3.761,0,0,0,0,900,255,1,0),(69241,2047,0,1,1,-656,-2146,85.178,3.761,0,0,0,0,900,255,1,0),(69242,1735,0,1,1,-1442,-1084,11.779,3.809,0,0,0,0,900,255,1,0),(69243,2040,0,1,1,-1442,-1084,11.779,3.809,0,0,0,0,900,255,1,0),(69244,1732,0,1,1,-1442,-1084,11.779,3.809,0,0,0,0,900,255,1,0),(69245,1733,0,1,1,-1442,-1084,11.779,3.809,0,0,0,0,900,255,1,0),(69246,1734,0,1,1,-1442,-1084,11.779,3.809,0,0,0,0,900,255,1,0),(69247,2047,0,1,1,-1442,-1084,11.779,3.809,0,0,0,0,900,255,1,0),(69248,1735,0,1,1,-1837,-2958,71.126,2.401,0,0,0,0,900,255,1,0),(69249,2040,0,1,1,-1837,-2958,71.126,2.401,0,0,0,0,900,255,1,0),(69250,1732,0,1,1,-1837,-2958,71.126,2.401,0,0,0,0,900,255,1,0),(69251,1733,0,1,1,-1837,-2958,71.126,2.401,0,0,0,0,900,255,1,0),(69252,1734,0,1,1,-1837,-2958,71.126,2.401,0,0,0,0,900,255,1,0),(69253,2047,0,1,1,-1837,-2958,71.126,2.401,0,0,0,0,900,255,1,0),(69254,1735,0,1,1,-1836,-3379,51.105,4.125,0,0,0,0,900,255,1,0),(69255,2040,0,1,1,-1836,-3379,51.105,4.125,0,0,0,0,900,255,1,0),(69256,1732,0,1,1,-1836,-3379,51.105,4.125,0,0,0,0,900,255,1,0),(69257,1733,0,1,1,-1836,-3379,51.105,4.125,0,0,0,0,900,255,1,0),(69258,1734,0,1,1,-1836,-3379,51.105,4.125,0,0,0,0,900,255,1,0),(69259,2047,0,1,1,-1836,-3379,51.105,4.125,0,0,0,0,900,255,1,0),(69260,1735,0,1,1,-2049,-2795,71.256,2.048,0,0,0,0,900,255,1,0),(69261,2040,0,1,1,-2049,-2795,71.256,2.048,0,0,0,0,900,255,1,0),(69262,1732,0,1,1,-2049,-2795,71.256,2.048,0,0,0,0,900,255,1,0),(69263,1733,0,1,1,-2049,-2795,71.256,2.048,0,0,0,0,900,255,1,0),(69264,1734,0,1,1,-2049,-2795,71.256,2.048,0,0,0,0,900,255,1,0),(69265,2047,0,1,1,-2049,-2795,71.256,2.048,0,0,0,0,900,255,1,0),(69266,1735,0,1,1,-1923,-3369,94.759,2.61,0,0,0,0,900,255,1,0),(69267,2040,0,1,1,-1923,-3369,94.759,2.61,0,0,0,0,900,255,1,0),(69268,1732,0,1,1,-1923,-3369,94.759,2.61,0,0,0,0,900,255,1,0),(69269,1733,0,1,1,-1923,-3369,94.759,2.61,0,0,0,0,900,255,1,0),(69270,1734,0,1,1,-1923,-3369,94.759,2.61,0,0,0,0,900,255,1,0),(69271,2047,0,1,1,-1923,-3369,94.759,2.61,0,0,0,0,900,255,1,0),(69272,1735,0,1,1,-1072,-3847,139.257,4.549,0,0,0,0,900,255,1,0),(69273,2040,0,1,1,-1072,-3847,139.257,4.549,0,0,0,0,900,255,1,0),(69274,1732,0,1,1,-1072,-3847,139.257,4.549,0,0,0,0,900,255,1,0),(69275,1733,0,1,1,-1072,-3847,139.257,4.549,0,0,0,0,900,255,1,0),(69276,1734,0,1,1,-1072,-3847,139.257,4.549,0,0,0,0,900,255,1,0),(69277,2047,0,1,1,-1072,-3847,139.257,4.549,0,0,0,0,900,255,1,0),(69278,1735,0,1,1,-742,-2299,71.648,4.191,0,0,0,0,900,255,1,0),(69279,2040,0,1,1,-742,-2299,71.648,4.191,0,0,0,0,900,255,1,0),(69280,1732,0,1,1,-742,-2299,71.648,4.191,0,0,0,0,900,255,1,0),(69281,1733,0,1,1,-742,-2299,71.648,4.191,0,0,0,0,900,255,1,0),(69282,1734,0,1,1,-742,-2299,71.648,4.191,0,0,0,0,900,255,1,0),(69283,2047,0,1,1,-742,-2299,71.648,4.191,0,0,0,0,900,255,1,0),(69284,1735,0,1,1,-632,-2086,72.199,4.975,0,0,0,0,900,255,1,0),(69285,2040,0,1,1,-632,-2086,72.199,4.975,0,0,0,0,900,255,1,0),(69286,1732,0,1,1,-632,-2086,72.199,4.975,0,0,0,0,900,255,1,0),(69287,1733,0,1,1,-632,-2086,72.199,4.975,0,0,0,0,900,255,1,0),(69288,1734,0,1,1,-632,-2086,72.199,4.975,0,0,0,0,900,255,1,0),(69289,2047,0,1,1,-632,-2086,72.199,4.975,0,0,0,0,900,255,1,0),(69290,1735,0,1,1,-2012,-2844,75.807,3.219,0,0,0,0,900,255,1,0),(69291,2040,0,1,1,-2012,-2844,75.807,3.219,0,0,0,0,900,255,1,0),(69292,1732,0,1,1,-2012,-2844,75.807,3.219,0,0,0,0,900,255,1,0),(69293,1733,0,1,1,-2012,-2844,75.807,3.219,0,0,0,0,900,255,1,0),(69294,1734,0,1,1,-2012,-2844,75.807,3.219,0,0,0,0,900,255,1,0),(69295,2047,0,1,1,-2012,-2844,75.807,3.219,0,0,0,0,900,255,1,0),(69296,1735,0,1,1,-1288,-3537,58.24,2.921,0,0,0,0,900,255,1,0),(69297,2040,0,1,1,-1288,-3537,58.24,2.921,0,0,0,0,900,255,1,0),(69298,1732,0,1,1,-1288,-3537,58.24,2.921,0,0,0,0,900,255,1,0),(69299,1733,0,1,1,-1288,-3537,58.24,2.921,0,0,0,0,900,255,1,0),(69300,1734,0,1,1,-1288,-3537,58.24,2.921,0,0,0,0,900,255,1,0),(69301,2047,0,1,1,-1288,-3537,58.24,2.921,0,0,0,0,900,255,1,0),(69302,1735,0,1,1,-893,-1789,47.089,4.831,0,0,0,0,900,255,1,0),(69303,2040,0,1,1,-893,-1789,47.089,4.831,0,0,0,0,900,255,1,0),(69304,1732,0,1,1,-893,-1789,47.089,4.831,0,0,0,0,900,255,1,0),(69305,1733,0,1,1,-893,-1789,47.089,4.831,0,0,0,0,900,255,1,0),(69306,1734,0,1,1,-893,-1789,47.089,4.831,0,0,0,0,900,255,1,0),(69307,2047,0,1,1,-893,-1789,47.089,4.831,0,0,0,0,900,255,1,0),(69308,1735,0,1,1,-1911,-3293,57.446,2.274,0,0,0,0,900,255,1,0),(69309,2040,0,1,1,-1911,-3293,57.446,2.274,0,0,0,0,900,255,1,0),(69310,1732,0,1,1,-1911,-3293,57.446,2.274,0,0,0,0,900,255,1,0),(69311,1733,0,1,1,-1911,-3293,57.446,2.274,0,0,0,0,900,255,1,0),(69312,1734,0,1,1,-1911,-3293,57.446,2.274,0,0,0,0,900,255,1,0),(69313,2047,0,1,1,-1911,-3293,57.446,2.274,0,0,0,0,900,255,1,0),(69314,1735,0,1,1,-905,-2577,68.0537,5.057,0,0,0,0,900,255,1,0),(69315,2040,0,1,1,-905,-2577,68.0537,5.057,0,0,0,0,900,255,1,0),(69316,1732,0,1,1,-905,-2577,68.0537,5.057,0,0,0,0,900,255,1,0),(69317,1733,0,1,1,-905,-2577,68.0537,5.057,0,0,0,0,900,255,1,0),(69318,1734,0,1,1,-905,-2577,68.0537,5.057,0,0,0,0,900,255,1,0),(69319,2047,0,1,1,-905,-2577,68.0537,5.057,0,0,0,0,900,255,1,0),(69320,1735,0,1,1,-1972,-3342,54.388,3.411,0,0,0,0,900,255,1,0),(69321,2040,0,1,1,-1972,-3342,54.388,3.411,0,0,0,0,900,255,1,0),(69322,1732,0,1,1,-1972,-3342,54.388,3.411,0,0,0,0,900,255,1,0),(69323,1733,0,1,1,-1972,-3342,54.388,3.411,0,0,0,0,900,255,1,0),(69324,1734,0,1,1,-1972,-3342,54.388,3.411,0,0,0,0,900,255,1,0),(69325,2047,0,1,1,-1972,-3342,54.388,3.411,0,0,0,0,900,255,1,0),(69326,1735,0,1,1,-1536,-3419,53.015,4.163,0,0,0,0,900,255,1,0),(69327,2040,0,1,1,-1536,-3419,53.015,4.163,0,0,0,0,900,255,1,0),(69328,1732,0,1,1,-1536,-3419,53.015,4.163,0,0,0,0,900,255,1,0),(69329,1733,0,1,1,-1536,-3419,53.015,4.163,0,0,0,0,900,255,1,0),(69330,1734,0,1,1,-1536,-3419,53.015,4.163,0,0,0,0,900,255,1,0),(69331,2047,0,1,1,-1536,-3419,53.015,4.163,0,0,0,0,900,255,1,0),(69332,1735,0,1,1,-846,-3386,77.34,3.983,0,0,0,0,900,255,1,0),(69333,2040,0,1,1,-846,-3386,77.34,3.983,0,0,0,0,900,255,1,0),(69334,1732,0,1,1,-846,-3386,77.34,3.983,0,0,0,0,900,255,1,0),(69335,1733,0,1,1,-846,-3386,77.34,3.983,0,0,0,0,900,255,1,0),(69336,1734,0,1,1,-846,-3386,77.34,3.983,0,0,0,0,900,255,1,0),(69337,2047,0,1,1,-846,-3386,77.34,3.983,0,0,0,0,900,255,1,0),(69338,1735,0,1,1,-858,-1816,44.193,5.46,0,0,0,0,900,255,1,0),(69339,2040,0,1,1,-858,-1816,44.193,5.46,0,0,0,0,900,255,1,0),(69340,1732,0,1,1,-858,-1816,44.193,5.46,0,0,0,0,900,255,1,0),(69341,1733,0,1,1,-858,-1816,44.193,5.46,0,0,0,0,900,255,1,0),(69342,1734,0,1,1,-858,-1816,44.193,5.46,0,0,0,0,900,255,1,0),(69343,2047,0,1,1,-858,-1816,44.193,5.46,0,0,0,0,900,255,1,0),(69344,1735,0,1,1,-1991,-2751,87.39,1.861,0,0,0,0,900,255,1,0),(69345,2040,0,1,1,-1991,-2751,87.39,1.861,0,0,0,0,900,255,1,0),(69346,1732,0,1,1,-1991,-2751,87.39,1.861,0,0,0,0,900,255,1,0),(69347,1733,0,1,1,-1991,-2751,87.39,1.861,0,0,0,0,900,255,1,0),(69348,1734,0,1,1,-1991,-2751,87.39,1.861,0,0,0,0,900,255,1,0),(69349,2047,0,1,1,-1991,-2751,87.39,1.861,0,0,0,0,900,255,1,0),(69350,1735,0,1,1,-2058,-2783,68.292,2.048,0,0,0,0,900,255,1,0),(69351,2040,0,1,1,-2058,-2783,68.292,2.048,0,0,0,0,900,255,1,0),(69352,1732,0,1,1,-2058,-2783,68.292,2.048,0,0,0,0,900,255,1,0),(69353,1733,0,1,1,-2058,-2783,68.292,2.048,0,0,0,0,900,255,1,0),(69354,1734,0,1,1,-2058,-2783,68.292,2.048,0,0,0,0,900,255,1,0),(69355,2047,0,1,1,-2058,-2783,68.292,2.048,0,0,0,0,900,255,1,0),(69356,1735,0,1,1,-2006,-2835,75.266,4.529,0,0,0,0,900,255,1,0),(69357,2040,0,1,1,-2006,-2835,75.266,4.529,0,0,0,0,900,255,1,0),(69358,1732,0,1,1,-2006,-2835,75.266,4.529,0,0,0,0,900,255,1,0),(69359,1733,0,1,1,-2006,-2835,75.266,4.529,0,0,0,0,900,255,1,0),(69360,1734,0,1,1,-2006,-2835,75.266,4.529,0,0,0,0,900,255,1,0),(69361,2047,0,1,1,-2006,-2835,75.266,4.529,0,0,0,0,900,255,1,0),(69362,1735,0,1,1,-2006,-3397,52.128,5.711,0,0,0,0,900,255,1,0),(69363,2040,0,1,1,-2006,-3397,52.128,5.711,0,0,0,0,900,255,1,0),(69364,1732,0,1,1,-2006,-3397,52.128,5.711,0,0,0,0,900,255,1,0),(69365,1733,0,1,1,-2006,-3397,52.128,5.711,0,0,0,0,900,255,1,0),(69366,1734,0,1,1,-2006,-3397,52.128,5.711,0,0,0,0,900,255,1,0),(69367,2047,0,1,1,-2006,-3397,52.128,5.711,0,0,0,0,900,255,1,0),(69368,1735,0,1,1,-1711,-3526,67.391,4.745,0,0,0,0,900,255,1,0),(69369,2040,0,1,1,-1711,-3526,67.391,4.745,0,0,0,0,900,255,1,0),(69370,1732,0,1,1,-1711,-3526,67.391,4.745,0,0,0,0,900,255,1,0),(69371,1733,0,1,1,-1711,-3526,67.391,4.745,0,0,0,0,900,255,1,0),(69372,1734,0,1,1,-1711,-3526,67.391,4.745,0,0,0,0,900,255,1,0),(69373,2047,0,1,1,-1711,-3526,67.391,4.745,0,0,0,0,900,255,1,0),(69374,1735,0,1,1,-924,-1552,53.475,2.321,0,0,0,0,900,255,1,0),(69375,2040,0,1,1,-924,-1552,53.475,2.321,0,0,0,0,900,255,1,0),(69376,1732,0,1,1,-924,-1552,53.475,2.321,0,0,0,0,900,255,1,0),(69377,1733,0,1,1,-924,-1552,53.475,2.321,0,0,0,0,900,255,1,0),(69378,1734,0,1,1,-924,-1552,53.475,2.321,0,0,0,0,900,255,1,0),(69379,2047,0,1,1,-924,-1552,53.475,2.321,0,0,0,0,900,255,1,0),(69380,1735,0,1,1,-2023,-2822,74.181,2.048,0,0,0,0,900,255,1,0),(69381,2040,0,1,1,-2023,-2822,74.181,2.048,0,0,0,0,900,255,1,0),(69382,1732,0,1,1,-2023,-2822,74.181,2.048,0,0,0,0,900,255,1,0),(69383,1733,0,1,1,-2023,-2822,74.181,2.048,0,0,0,0,900,255,1,0),(69384,1734,0,1,1,-2023,-2822,74.181,2.048,0,0,0,0,900,255,1,0),(69385,2047,0,1,1,-2023,-2822,74.181,2.048,0,0,0,0,900,255,1,0),(69386,1735,0,1,1,-1396,-3413,50.91,2.576,0,0,0,0,900,255,1,0),(69387,2040,0,1,1,-1396,-3413,50.91,2.576,0,0,0,0,900,255,1,0),(69388,1732,0,1,1,-1396,-3413,50.91,2.576,0,0,0,0,900,255,1,0),(69389,1733,0,1,1,-1396,-3413,50.91,2.576,0,0,0,0,900,255,1,0),(69390,1734,0,1,1,-1396,-3413,50.91,2.576,0,0,0,0,900,255,1,0),(69391,2047,0,1,1,-1396,-3413,50.91,2.576,0,0,0,0,900,255,1,0),(69392,1735,0,1,1,-2071,-3248,66.315,2.933,0,0,0,0,900,255,1,0),(69393,2040,0,1,1,-2071,-3248,66.315,2.933,0,0,0,0,900,255,1,0),(69394,1732,0,1,1,-2071,-3248,66.315,2.933,0,0,0,0,900,255,1,0),(69395,1733,0,1,1,-2071,-3248,66.315,2.933,0,0,0,0,900,255,1,0),(69396,1734,0,1,1,-2071,-3248,66.315,2.933,0,0,0,0,900,255,1,0),(69397,2047,0,1,1,-2071,-3248,66.315,2.933,0,0,0,0,900,255,1,0),(69398,1735,0,1,1,-925,-2616,80.172,5.281,0,0,0,0,900,255,1,0),(69399,2040,0,1,1,-925,-2616,80.172,5.281,0,0,0,0,900,255,1,0),(69400,1732,0,1,1,-925,-2616,80.172,5.281,0,0,0,0,900,255,1,0),(69401,1733,0,1,1,-925,-2616,80.172,5.281,0,0,0,0,900,255,1,0),(69402,1734,0,1,1,-925,-2616,80.172,5.281,0,0,0,0,900,255,1,0),(69403,2047,0,1,1,-925,-2616,80.172,5.281,0,0,0,0,900,255,1,0),(69404,1735,0,1,1,-1604,-3529,79.992,3.167,0,0,0,0,900,255,1,0),(69405,2040,0,1,1,-1604,-3529,79.992,3.167,0,0,0,0,900,255,1,0),(69406,1732,0,1,1,-1604,-3529,79.992,3.167,0,0,0,0,900,255,1,0),(69407,1733,0,1,1,-1604,-3529,79.992,3.167,0,0,0,0,900,255,1,0),(69408,1734,0,1,1,-1604,-3529,79.992,3.167,0,0,0,0,900,255,1,0),(69409,2047,0,1,1,-1604,-3529,79.992,3.167,0,0,0,0,900,255,1,0),(69410,1735,0,1,1,-1816,-3439,61.538,3.149,0,0,0,0,900,255,1,0),(69411,2040,0,1,1,-1816,-3439,61.538,3.149,0,0,0,0,900,255,1,0),(69412,1732,0,1,1,-1816,-3439,61.538,3.149,0,0,0,0,900,255,1,0),(69413,1733,0,1,1,-1816,-3439,61.538,3.149,0,0,0,0,900,255,1,0),(69414,1734,0,1,1,-1816,-3439,61.538,3.149,0,0,0,0,900,255,1,0),(69415,2047,0,1,1,-1816,-3439,61.538,3.149,0,0,0,0,900,255,1,0),(69416,1735,0,1,1,-1301,-3493,58.291,1.872,0,0,0,0,900,255,1,0),(69417,2040,0,1,1,-1301,-3493,58.291,1.872,0,0,0,0,900,255,1,0),(69418,1732,0,1,1,-1301,-3493,58.291,1.872,0,0,0,0,900,255,1,0),(69419,1733,0,1,1,-1301,-3493,58.291,1.872,0,0,0,0,900,255,1,0),(69420,1734,0,1,1,-1301,-3493,58.291,1.872,0,0,0,0,900,255,1,0),(69421,2047,0,1,1,-1301,-3493,58.291,1.872,0,0,0,0,900,255,1,0),(69422,1735,0,1,1,-1864,-2894,73.228,4.941,0,0,0,0,900,255,1,0),(69423,2040,0,1,1,-1864,-2894,73.228,4.941,0,0,0,0,900,255,1,0),(69424,1732,0,1,1,-1864,-2894,73.228,4.941,0,0,0,0,900,255,1,0),(69425,1733,0,1,1,-1864,-2894,73.228,4.941,0,0,0,0,900,255,1,0),(69426,1734,0,1,1,-1864,-2894,73.228,4.941,0,0,0,0,900,255,1,0),(69427,2047,0,1,1,-1864,-2894,73.228,4.941,0,0,0,0,900,255,1,0),(69428,1735,0,1,1,-942,-2243,44.849,2.821,0,0,0,0,900,255,1,0),(69429,2040,0,1,1,-942,-2243,44.849,2.821,0,0,0,0,900,255,1,0),(69430,1732,0,1,1,-942,-2243,44.849,2.821,0,0,0,0,900,255,1,0),(69431,1733,0,1,1,-942,-2243,44.849,2.821,0,0,0,0,900,255,1,0),(69432,1734,0,1,1,-942,-2243,44.849,2.821,0,0,0,0,900,255,1,0),(69433,2047,0,1,1,-942,-2243,44.849,2.821,0,0,0,0,900,255,1,0),(69434,1735,0,1,1,-1709,-3219,37.56,2.461,0,0,0,0,900,255,1,0),(69435,2040,0,1,1,-1709,-3219,37.56,2.461,0,0,0,0,900,255,1,0),(69436,1732,0,1,1,-1709,-3219,37.56,2.461,0,0,0,0,900,255,1,0),(69437,1733,0,1,1,-1709,-3219,37.56,2.461,0,0,0,0,900,255,1,0),(69438,1734,0,1,1,-1709,-3219,37.56,2.461,0,0,0,0,900,255,1,0),(69439,2047,0,1,1,-1709,-3219,37.56,2.461,0,0,0,0,900,255,1,0),(69440,1735,0,1,1,-986,-2658,66.373,4.661,0,0,0,0,900,255,1,0),(69441,2040,0,1,1,-986,-2658,66.373,4.661,0,0,0,0,900,255,1,0),(69442,1732,0,1,1,-986,-2658,66.373,4.661,0,0,0,0,900,255,1,0),(69443,1733,0,1,1,-986,-2658,66.373,4.661,0,0,0,0,900,255,1,0),(69444,1734,0,1,1,-986,-2658,66.373,4.661,0,0,0,0,900,255,1,0),(69445,2047,0,1,1,-986,-2658,66.373,4.661,0,0,0,0,900,255,1,0),(69446,1735,0,1,1,-970,-2657,67.525,4.653,0,0,0,0,900,255,1,0),(69447,2040,0,1,1,-970,-2657,67.525,4.653,0,0,0,0,900,255,1,0),(69448,1732,0,1,1,-970,-2657,67.525,4.653,0,0,0,0,900,255,1,0),(69449,1733,0,1,1,-970,-2657,67.525,4.653,0,0,0,0,900,255,1,0),(69450,1734,0,1,1,-970,-2657,67.525,4.653,0,0,0,0,900,255,1,0),(69451,2047,0,1,1,-970,-2657,67.525,4.653,0,0,0,0,900,255,1,0),(69452,1735,0,1,1,-1209,-2015,70.1,4.501,0,0,0,0,900,255,1,0),(69453,2040,0,1,1,-1209,-2015,70.1,4.501,0,0,0,0,900,255,1,0),(69454,1732,0,1,1,-1209,-2015,70.1,4.501,0,0,0,0,900,255,1,0),(69455,1733,0,1,1,-1209,-2015,70.1,4.501,0,0,0,0,900,255,1,0),(69456,1734,0,1,1,-1209,-2015,70.1,4.501,0,0,0,0,900,255,1,0),(69457,2047,0,1,1,-1209,-2015,70.1,4.501,0,0,0,0,900,255,1,0),(69458,1735,0,1,1,-1258,-2087,71.462,4.936,0,0,0,0,900,255,1,0),(69459,2040,0,1,1,-1258,-2087,71.462,4.936,0,0,0,0,900,255,1,0),(69460,1732,0,1,1,-1258,-2087,71.462,4.936,0,0,0,0,900,255,1,0),(69461,1733,0,1,1,-1258,-2087,71.462,4.936,0,0,0,0,900,255,1,0),(69462,1734,0,1,1,-1258,-2087,71.462,4.936,0,0,0,0,900,255,1,0),(69463,2047,0,1,1,-1258,-2087,71.462,4.936,0,0,0,0,900,255,1,0),(69464,1735,0,1,1,-1841,-3421,64.016,2.898,0,0,0,0,900,255,1,0),(69465,2040,0,1,1,-1841,-3421,64.016,2.898,0,0,0,0,900,255,1,0),(69466,1732,0,1,1,-1841,-3421,64.016,2.898,0,0,0,0,900,255,1,0),(69467,1733,0,1,1,-1841,-3421,64.016,2.898,0,0,0,0,900,255,1,0),(69468,1734,0,1,1,-1841,-3421,64.016,2.898,0,0,0,0,900,255,1,0),(69469,2047,0,1,1,-1841,-3421,64.016,2.898,0,0,0,0,900,255,1,0),(69470,1735,0,1,1,-996,-2684,63.041,4.661,0,0,0,0,900,255,1,0),(69471,2040,0,1,1,-996,-2684,63.041,4.661,0,0,0,0,900,255,1,0),(69472,1732,0,1,1,-996,-2684,63.041,4.661,0,0,0,0,900,255,1,0),(69473,1733,0,1,1,-996,-2684,63.041,4.661,0,0,0,0,900,255,1,0),(69474,1734,0,1,1,-996,-2684,63.041,4.661,0,0,0,0,900,255,1,0),(69475,2047,0,1,1,-996,-2684,63.041,4.661,0,0,0,0,900,255,1,0),(69476,1735,0,1,1,-1694,-2084,44.494,0.338,0,0,0,0,900,255,1,0),(69477,2040,0,1,1,-1694,-2084,44.494,0.338,0,0,0,0,900,255,1,0),(69478,1732,0,1,1,-1694,-2084,44.494,0.338,0,0,0,0,900,255,1,0),(69479,1733,0,1,1,-1694,-2084,44.494,0.338,0,0,0,0,900,255,1,0),(69480,1734,0,1,1,-1694,-2084,44.494,0.338,0,0,0,0,900,255,1,0),(69481,2047,0,1,1,-1694,-2084,44.494,0.338,0,0,0,0,900,255,1,0),(69482,1735,0,1,1,-1507,-3392,51.27,3.422,0,0,0,0,900,255,1,0),(69483,2040,0,1,1,-1507,-3392,51.27,3.422,0,0,0,0,900,255,1,0),(69484,1732,0,1,1,-1507,-3392,51.27,3.422,0,0,0,0,900,255,1,0),(69485,1733,0,1,1,-1507,-3392,51.27,3.422,0,0,0,0,900,255,1,0),(69486,1734,0,1,1,-1507,-3392,51.27,3.422,0,0,0,0,900,255,1,0),(69487,2047,0,1,1,-1507,-3392,51.27,3.422,0,0,0,0,900,255,1,0),(69488,1735,0,1,1,-1243,-2053,71.811,4.936,0,0,0,0,900,255,1,0),(69489,2040,0,1,1,-1243,-2053,71.811,4.936,0,0,0,0,900,255,1,0),(69490,1732,0,1,1,-1243,-2053,71.811,4.936,0,0,0,0,900,255,1,0),(69491,1733,0,1,1,-1243,-2053,71.811,4.936,0,0,0,0,900,255,1,0),(69492,1734,0,1,1,-1243,-2053,71.811,4.936,0,0,0,0,900,255,1,0),(69493,2047,0,1,1,-1243,-2053,71.811,4.936,0,0,0,0,900,255,1,0),(69494,1735,0,1,1,-935,-3180,53.319,0.049,0,0,0,0,900,255,1,0),(69495,2040,0,1,1,-935,-3180,53.319,0.049,0,0,0,0,900,255,1,0),(69496,1732,0,1,1,-935,-3180,53.319,0.049,0,0,0,0,900,255,1,0),(69497,1733,0,1,1,-935,-3180,53.319,0.049,0,0,0,0,900,255,1,0),(69498,1734,0,1,1,-935,-3180,53.319,0.049,0,0,0,0,900,255,1,0),(69499,2047,0,1,1,-935,-3180,53.319,0.049,0,0,0,0,900,255,1,0),(69500,1735,0,1,1,-2025,-2398,85.168,0.157,0,0,0,0,900,255,1,0),(69501,2040,0,1,1,-2025,-2398,85.168,0.157,0,0,0,0,900,255,1,0),(69502,1732,0,1,1,-2025,-2398,85.168,0.157,0,0,0,0,900,255,1,0),(69503,1733,0,1,1,-2025,-2398,85.168,0.157,0,0,0,0,900,255,1,0),(69504,1734,0,1,1,-2025,-2398,85.168,0.157,0,0,0,0,900,255,1,0),(69505,2047,0,1,1,-2025,-2398,85.168,0.157,0,0,0,0,900,255,1,0),(69506,1735,0,1,1,-919,-2554,70.265,5.057,0,0,0,0,900,255,1,0),(69507,2040,0,1,1,-919,-2554,70.265,5.057,0,0,0,0,900,255,1,0),(69508,1732,0,1,1,-919,-2554,70.265,5.057,0,0,0,0,900,255,1,0),(69509,1733,0,1,1,-919,-2554,70.265,5.057,0,0,0,0,900,255,1,0),(69510,1734,0,1,1,-919,-2554,70.265,5.057,0,0,0,0,900,255,1,0),(69511,2047,0,1,1,-919,-2554,70.265,5.057,0,0,0,0,900,255,1,0),(69512,1735,0,1,1,-1822,-2925,65.05,4.588,0,0,0,0,900,255,1,0),(69513,2040,0,1,1,-1822,-2925,65.05,4.588,0,0,0,0,900,255,1,0),(69514,1732,0,1,1,-1822,-2925,65.05,4.588,0,0,0,0,900,255,1,0),(69515,1733,0,1,1,-1822,-2925,65.05,4.588,0,0,0,0,900,255,1,0),(69516,1734,0,1,1,-1822,-2925,65.05,4.588,0,0,0,0,900,255,1,0),(69517,2047,0,1,1,-1822,-2925,65.05,4.588,0,0,0,0,900,255,1,0),(69518,1735,0,1,1,-1928,-2951,107.673,4.017,0,0,0,0,900,255,1,0),(69519,2040,0,1,1,-1928,-2951,107.673,4.017,0,0,0,0,900,255,1,0),(69520,1732,0,1,1,-1928,-2951,107.673,4.017,0,0,0,0,900,255,1,0),(69521,1733,0,1,1,-1928,-2951,107.673,4.017,0,0,0,0,900,255,1,0),(69522,1734,0,1,1,-1928,-2951,107.673,4.017,0,0,0,0,900,255,1,0),(69523,2047,0,1,1,-1928,-2951,107.673,4.017,0,0,0,0,900,255,1,0),(69524,1735,0,1,1,-2026,-2834,77.161,4.515,0,0,0,0,900,255,1,0),(69525,2040,0,1,1,-2026,-2834,77.161,4.515,0,0,0,0,900,255,1,0),(69526,1732,0,1,1,-2026,-2834,77.161,4.515,0,0,0,0,900,255,1,0),(69527,1733,0,1,1,-2026,-2834,77.161,4.515,0,0,0,0,900,255,1,0),(69528,1734,0,1,1,-2026,-2834,77.161,4.515,0,0,0,0,900,255,1,0),(69529,2047,0,1,1,-2026,-2834,77.161,4.515,0,0,0,0,900,255,1,0),(69530,1735,0,1,1,-610,-2002,69.806,5.499,0,0,0,0,900,255,1,0),(69531,2040,0,1,1,-610,-2002,69.806,5.499,0,0,0,0,900,255,1,0),(69532,1732,0,1,1,-610,-2002,69.806,5.499,0,0,0,0,900,255,1,0),(69533,1733,0,1,1,-610,-2002,69.806,5.499,0,0,0,0,900,255,1,0),(69534,1734,0,1,1,-610,-2002,69.806,5.499,0,0,0,0,900,255,1,0),(69535,2047,0,1,1,-610,-2002,69.806,5.499,0,0,0,0,900,255,1,0),(69536,1735,0,1,1,-1953,-3327,56.753,2.889,0,0,0,0,900,255,1,0),(69537,2040,0,1,1,-1953,-3327,56.753,2.889,0,0,0,0,900,255,1,0),(69538,1732,0,1,1,-1953,-3327,56.753,2.889,0,0,0,0,900,255,1,0),(69539,1733,0,1,1,-1953,-3327,56.753,2.889,0,0,0,0,900,255,1,0),(69540,1734,0,1,1,-1953,-3327,56.753,2.889,0,0,0,0,900,255,1,0),(69541,2047,0,1,1,-1953,-3327,56.753,2.889,0,0,0,0,900,255,1,0),(69542,1735,0,1,1,-1379,-3496,56.838,3.682,0,0,0,0,900,255,1,0),(69543,2040,0,1,1,-1379,-3496,56.838,3.682,0,0,0,0,900,255,1,0),(69544,1732,0,1,1,-1379,-3496,56.838,3.682,0,0,0,0,900,255,1,0),(69545,1733,0,1,1,-1379,-3496,56.838,3.682,0,0,0,0,900,255,1,0),(69546,1734,0,1,1,-1379,-3496,56.838,3.682,0,0,0,0,900,255,1,0),(69547,2047,0,1,1,-1379,-3496,56.838,3.682,0,0,0,0,900,255,1,0),(69548,1735,0,1,1,-1520,-3444,65.877,4.163,0,0,0,0,900,255,1,0),(69549,2040,0,1,1,-1520,-3444,65.877,4.163,0,0,0,0,900,255,1,0),(69550,1732,0,1,1,-1520,-3444,65.877,4.163,0,0,0,0,900,255,1,0),(69551,1733,0,1,1,-1520,-3444,65.877,4.163,0,0,0,0,900,255,1,0),(69552,1734,0,1,1,-1520,-3444,65.877,4.163,0,0,0,0,900,255,1,0),(69553,2047,0,1,1,-1520,-3444,65.877,4.163,0,0,0,0,900,255,1,0),(69554,1735,0,1,1,-1715,-2212,41.687,1.01,0,0,0,0,900,255,1,0),(69555,2040,0,1,1,-1715,-2212,41.687,1.01,0,0,0,0,900,255,1,0),(69556,1732,0,1,1,-1715,-2212,41.687,1.01,0,0,0,0,900,255,1,0),(69557,1733,0,1,1,-1715,-2212,41.687,1.01,0,0,0,0,900,255,1,0),(69558,1734,0,1,1,-1715,-2212,41.687,1.01,0,0,0,0,900,255,1,0),(69559,2047,0,1,1,-1715,-2212,41.687,1.01,0,0,0,0,900,255,1,0),(69560,1735,0,1,1,-780,-3242,87.842,0.706,0,0,0,0,900,255,1,0),(69561,2040,0,1,1,-780,-3242,87.842,0.706,0,0,0,0,900,255,1,0),(69562,1732,0,1,1,-780,-3242,87.842,0.706,0,0,0,0,900,255,1,0),(69563,1733,0,1,1,-780,-3242,87.842,0.706,0,0,0,0,900,255,1,0),(69564,1734,0,1,1,-780,-3242,87.842,0.706,0,0,0,0,900,255,1,0),(69565,2047,0,1,1,-780,-3242,87.842,0.706,0,0,0,0,900,255,1,0),(69566,1735,0,1,1,-2029,-3312,55.22,1.522,0,0,0,0,900,255,1,0),(69567,2040,0,1,1,-2029,-3312,55.22,1.522,0,0,0,0,900,255,1,0),(69568,1732,0,1,1,-2029,-3312,55.22,1.522,0,0,0,0,900,255,1,0),(69569,1733,0,1,1,-2029,-3312,55.22,1.522,0,0,0,0,900,255,1,0),(69570,1734,0,1,1,-2029,-3312,55.22,1.522,0,0,0,0,900,255,1,0),(69571,2047,0,1,1,-2029,-3312,55.22,1.522,0,0,0,0,900,255,1,0),(69572,1735,0,1,1,-2034,-3272,56.833,1.522,0,0,0,0,900,255,1,0),(69573,2040,0,1,1,-2034,-3272,56.833,1.522,0,0,0,0,900,255,1,0),(69574,1732,0,1,1,-2034,-3272,56.833,1.522,0,0,0,0,900,255,1,0),(69575,1733,0,1,1,-2034,-3272,56.833,1.522,0,0,0,0,900,255,1,0),(69576,1734,0,1,1,-2034,-3272,56.833,1.522,0,0,0,0,900,255,1,0),(69577,2047,0,1,1,-2034,-3272,56.833,1.522,0,0,0,0,900,255,1,0),(69578,1735,0,1,1,-2100,-3327,58.42,4.798,0,0,0,0,900,255,1,0),(69579,2040,0,1,1,-2100,-3327,58.42,4.798,0,0,0,0,900,255,1,0),(69580,1732,0,1,1,-2100,-3327,58.42,4.798,0,0,0,0,900,255,1,0),(69581,1733,0,1,1,-2100,-3327,58.42,4.798,0,0,0,0,900,255,1,0),(69582,1734,0,1,1,-2100,-3327,58.42,4.798,0,0,0,0,900,255,1,0),(69583,2047,0,1,1,-2100,-3327,58.42,4.798,0,0,0,0,900,255,1,0),(69584,1735,0,1,1,-2022,-3335,54.376,4.3,0,0,0,0,900,255,1,0),(69585,2040,0,1,1,-2022,-3335,54.376,4.3,0,0,0,0,900,255,1,0),(69586,1732,0,1,1,-2022,-3335,54.376,4.3,0,0,0,0,900,255,1,0),(69587,1733,0,1,1,-2022,-3335,54.376,4.3,0,0,0,0,900,255,1,0),(69588,1734,0,1,1,-2022,-3335,54.376,4.3,0,0,0,0,900,255,1,0),(69589,2047,0,1,1,-2022,-3335,54.376,4.3,0,0,0,0,900,255,1,0),(69590,1735,0,1,1,-1978,-2731,79.698,1.861,0,0,0,0,900,255,1,0),(69591,2040,0,1,1,-1978,-2731,79.698,1.861,0,0,0,0,900,255,1,0),(69592,1732,0,1,1,-1978,-2731,79.698,1.861,0,0,0,0,900,255,1,0),(69593,1733,0,1,1,-1978,-2731,79.698,1.861,0,0,0,0,900,255,1,0),(69594,1734,0,1,1,-1978,-2731,79.698,1.861,0,0,0,0,900,255,1,0),(69595,2047,0,1,1,-1978,-2731,79.698,1.861,0,0,0,0,900,255,1,0),(69596,1735,0,1,1,-1670,-3524,68.333,2.273,0,0,0,0,900,255,1,0),(69597,2040,0,1,1,-1670,-3524,68.333,2.273,0,0,0,0,900,255,1,0),(69598,1732,0,1,1,-1670,-3524,68.333,2.273,0,0,0,0,900,255,1,0),(69599,1733,0,1,1,-1670,-3524,68.333,2.273,0,0,0,0,900,255,1,0),(69600,1734,0,1,1,-1670,-3524,68.333,2.273,0,0,0,0,900,255,1,0),(69601,2047,0,1,1,-1670,-3524,68.333,2.273,0,0,0,0,900,255,1,0),(69602,1735,0,1,1,-1768,-2128,69.193,2.141,0,0,0,0,900,255,1,0),(69603,2040,0,1,1,-1768,-2128,69.193,2.141,0,0,0,0,900,255,1,0),(69604,1732,0,1,1,-1768,-2128,69.193,2.141,0,0,0,0,900,255,1,0),(69605,1733,0,1,1,-1768,-2128,69.193,2.141,0,0,0,0,900,255,1,0),(69606,1734,0,1,1,-1768,-2128,69.193,2.141,0,0,0,0,900,255,1,0),(69607,2047,0,1,1,-1768,-2128,69.193,2.141,0,0,0,0,900,255,1,0),(69608,1735,0,1,1,-1068,-3844,134.8,4.549,0,0,0,0,900,255,1,0),(69609,2040,0,1,1,-1068,-3844,134.8,4.549,0,0,0,0,900,255,1,0),(69610,1732,0,1,1,-1068,-3844,134.8,4.549,0,0,0,0,900,255,1,0),(69611,1733,0,1,1,-1068,-3844,134.8,4.549,0,0,0,0,900,255,1,0),(69612,1734,0,1,1,-1068,-3844,134.8,4.549,0,0,0,0,900,255,1,0),(69613,2047,0,1,1,-1068,-3844,134.8,4.549,0,0,0,0,900,255,1,0),(69614,1735,0,1,1,-1213,-2014,69.924,2.889,0,0,0,0,900,255,1,0),(69615,2040,0,1,1,-1213,-2014,69.924,2.889,0,0,0,0,900,255,1,0),(69616,1732,0,1,1,-1213,-2014,69.924,2.889,0,0,0,0,900,255,1,0),(69617,1733,0,1,1,-1213,-2014,69.924,2.889,0,0,0,0,900,255,1,0),(69618,1734,0,1,1,-1213,-2014,69.924,2.889,0,0,0,0,900,255,1,0),(69619,2047,0,1,1,-1213,-2014,69.924,2.889,0,0,0,0,900,255,1,0),(69620,1735,0,1,1,-2065,-2705,88.66,2.927,0,0,0,0,900,255,1,0),(69621,2040,0,1,1,-2065,-2705,88.66,2.927,0,0,0,0,900,255,1,0),(69622,1732,0,1,1,-2065,-2705,88.66,2.927,0,0,0,0,900,255,1,0),(69623,1733,0,1,1,-2065,-2705,88.66,2.927,0,0,0,0,900,255,1,0),(69624,1734,0,1,1,-2065,-2705,88.66,2.927,0,0,0,0,900,255,1,0),(69625,2047,0,1,1,-2065,-2705,88.66,2.927,0,0,0,0,900,255,1,0),(69626,1735,0,1,1,-1996,-2813,78.114,4.529,0,0,0,0,900,255,1,0),(69627,2040,0,1,1,-1996,-2813,78.114,4.529,0,0,0,0,900,255,1,0),(69628,1732,0,1,1,-1996,-2813,78.114,4.529,0,0,0,0,900,255,1,0),(69629,1733,0,1,1,-1996,-2813,78.114,4.529,0,0,0,0,900,255,1,0),(69630,1734,0,1,1,-1996,-2813,78.114,4.529,0,0,0,0,900,255,1,0),(69631,2047,0,1,1,-1996,-2813,78.114,4.529,0,0,0,0,900,255,1,0),(69632,1735,0,1,1,-1227,-3603,60.836,2.622,0,0,0,0,900,255,1,0),(69633,2040,0,1,1,-1227,-3603,60.836,2.622,0,0,0,0,900,255,1,0),(69634,1732,0,1,1,-1227,-3603,60.836,2.622,0,0,0,0,900,255,1,0),(69635,1733,0,1,1,-1227,-3603,60.836,2.622,0,0,0,0,900,255,1,0),(69636,1734,0,1,1,-1227,-3603,60.836,2.622,0,0,0,0,900,255,1,0),(69637,2047,0,1,1,-1227,-3603,60.836,2.622,0,0,0,0,900,255,1,0),(69638,1735,0,1,1,-698,-2262,75.103,4.362,0,0,0,0,900,255,1,0),(69639,2040,0,1,1,-698,-2262,75.103,4.362,0,0,0,0,900,255,1,0),(69640,1732,0,1,1,-698,-2262,75.103,4.362,0,0,0,0,900,255,1,0),(69641,1733,0,1,1,-698,-2262,75.103,4.362,0,0,0,0,900,255,1,0),(69642,1734,0,1,1,-698,-2262,75.103,4.362,0,0,0,0,900,255,1,0),(69643,2047,0,1,1,-698,-2262,75.103,4.362,0,0,0,0,900,255,1,0),(69644,1735,0,1,1,-683,-2200,68.439,4.492,0,0,0,0,900,255,1,0),(69645,2040,0,1,1,-683,-2200,68.439,4.492,0,0,0,0,900,255,1,0),(69646,1732,0,1,1,-683,-2200,68.439,4.492,0,0,0,0,900,255,1,0),(69647,1733,0,1,1,-683,-2200,68.439,4.492,0,0,0,0,900,255,1,0),(69648,1734,0,1,1,-683,-2200,68.439,4.492,0,0,0,0,900,255,1,0),(69649,2047,0,1,1,-683,-2200,68.439,4.492,0,0,0,0,900,255,1,0),(69650,1735,0,1,1,-2112,-3279,67.289,5.146,0,0,0,0,900,255,1,0),(69651,2040,0,1,1,-2112,-3279,67.289,5.146,0,0,0,0,900,255,1,0),(69652,1732,0,1,1,-2112,-3279,67.289,5.146,0,0,0,0,900,255,1,0),(69653,1733,0,1,1,-2112,-3279,67.289,5.146,0,0,0,0,900,255,1,0),(69654,1734,0,1,1,-2112,-3279,67.289,5.146,0,0,0,0,900,255,1,0),(69655,2047,0,1,1,-2112,-3279,67.289,5.146,0,0,0,0,900,255,1,0),(69656,1735,0,1,1,-1818,-2845,60.573,4.834,0,0,0,0,900,255,1,0),(69657,2040,0,1,1,-1818,-2845,60.573,4.834,0,0,0,0,900,255,1,0),(69658,1732,0,1,1,-1818,-2845,60.573,4.834,0,0,0,0,900,255,1,0),(69659,1733,0,1,1,-1818,-2845,60.573,4.834,0,0,0,0,900,255,1,0),(69660,1734,0,1,1,-1818,-2845,60.573,4.834,0,0,0,0,900,255,1,0),(69661,2047,0,1,1,-1818,-2845,60.573,4.834,0,0,0,0,900,255,1,0),(69662,1735,0,1,1,-1926,-3241,59.213,2.042,0,0,0,0,900,255,1,0),(69663,2040,0,1,1,-1926,-3241,59.213,2.042,0,0,0,0,900,255,1,0),(69664,1732,0,1,1,-1926,-3241,59.213,2.042,0,0,0,0,900,255,1,0),(69665,1733,0,1,1,-1926,-3241,59.213,2.042,0,0,0,0,900,255,1,0),(69666,1734,0,1,1,-1926,-3241,59.213,2.042,0,0,0,0,900,255,1,0),(69667,2047,0,1,1,-1926,-3241,59.213,2.042,0,0,0,0,900,255,1,0),(69668,1735,0,1,1,-1911,-3356,70.707,2.799,0,0,0,0,900,255,1,0),(69669,2040,0,1,1,-1911,-3356,70.707,2.799,0,0,0,0,900,255,1,0),(69670,1732,0,1,1,-1911,-3356,70.707,2.799,0,0,0,0,900,255,1,0),(69671,1733,0,1,1,-1911,-3356,70.707,2.799,0,0,0,0,900,255,1,0),(69672,1734,0,1,1,-1911,-3356,70.707,2.799,0,0,0,0,900,255,1,0),(69673,2047,0,1,1,-1911,-3356,70.707,2.799,0,0,0,0,900,255,1,0),(69674,1735,0,1,1,-1637,-3481,62.152,3.165,0,0,0,0,900,255,1,0),(69675,2040,0,1,1,-1637,-3481,62.152,3.165,0,0,0,0,900,255,1,0),(69676,1732,0,1,1,-1637,-3481,62.152,3.165,0,0,0,0,900,255,1,0),(69677,1733,0,1,1,-1637,-3481,62.152,3.165,0,0,0,0,900,255,1,0),(69678,1734,0,1,1,-1637,-3481,62.152,3.165,0,0,0,0,900,255,1,0),(69679,2047,0,1,1,-1637,-3481,62.152,3.165,0,0,0,0,900,255,1,0),(69680,1735,0,1,1,-1906,-3276,68.135,2.042,0,0,0,0,900,255,1,0),(69681,2040,0,1,1,-1906,-3276,68.135,2.042,0,0,0,0,900,255,1,0),(69682,1732,0,1,1,-1906,-3276,68.135,2.042,0,0,0,0,900,255,1,0),(69683,1733,0,1,1,-1906,-3276,68.135,2.042,0,0,0,0,900,255,1,0),(69684,1734,0,1,1,-1906,-3276,68.135,2.042,0,0,0,0,900,255,1,0),(69685,2047,0,1,1,-1906,-3276,68.135,2.042,0,0,0,0,900,255,1,0),(69686,1735,0,1,1,-1320,-2887,62.175,2.01,0,0,0,0,900,255,1,0),(69687,2040,0,1,1,-1320,-2887,62.175,2.01,0,0,0,0,900,255,1,0),(69688,1732,0,1,1,-1320,-2887,62.175,2.01,0,0,0,0,900,255,1,0),(69689,1733,0,1,1,-1320,-2887,62.175,2.01,0,0,0,0,900,255,1,0),(69690,1734,0,1,1,-1320,-2887,62.175,2.01,0,0,0,0,900,255,1,0),(69691,2047,0,1,1,-1320,-2887,62.175,2.01,0,0,0,0,900,255,1,0),(69692,1735,0,1,1,-2040,-3374,60.02,1.75,0,0,0,0,900,255,1,0),(69693,2040,0,1,1,-2040,-3374,60.02,1.75,0,0,0,0,900,255,1,0),(69694,1732,0,1,1,-2040,-3374,60.02,1.75,0,0,0,0,900,255,1,0),(69695,1733,0,1,1,-2040,-3374,60.02,1.75,0,0,0,0,900,255,1,0),(69696,1734,0,1,1,-2040,-3374,60.02,1.75,0,0,0,0,900,255,1,0),(69697,2047,0,1,1,-2040,-3374,60.02,1.75,0,0,0,0,900,255,1,0),(69698,1735,0,1,1,-1911,-3406,84.174,3.232,0,0,0,0,900,255,1,0),(69699,2040,0,1,1,-1911,-3406,84.174,3.232,0,0,0,0,900,255,1,0),(69700,1732,0,1,1,-1911,-3406,84.174,3.232,0,0,0,0,900,255,1,0),(69701,1733,0,1,1,-1911,-3406,84.174,3.232,0,0,0,0,900,255,1,0),(69702,1734,0,1,1,-1911,-3406,84.174,3.232,0,0,0,0,900,255,1,0),(69703,2047,0,1,1,-1911,-3406,84.174,3.232,0,0,0,0,900,255,1,0),(69704,1735,0,1,1,-1611,-3481,65.642,2.641,0,0,0,0,900,255,1,0),(69705,2040,0,1,1,-1611,-3481,65.642,2.641,0,0,0,0,900,255,1,0),(69706,1732,0,1,1,-1611,-3481,65.642,2.641,0,0,0,0,900,255,1,0),(69707,1733,0,1,1,-1611,-3481,65.642,2.641,0,0,0,0,900,255,1,0),(69708,1734,0,1,1,-1611,-3481,65.642,2.641,0,0,0,0,900,255,1,0),(69709,2047,0,1,1,-1611,-3481,65.642,2.641,0,0,0,0,900,255,1,0),(69710,1735,0,1,1,-1955,-2722,79.358,2.995,0,0,0,0,900,255,1,0),(69711,2040,0,1,1,-1955,-2722,79.358,2.995,0,0,0,0,900,255,1,0),(69712,1732,0,1,1,-1955,-2722,79.358,2.995,0,0,0,0,900,255,1,0),(69713,1733,0,1,1,-1955,-2722,79.358,2.995,0,0,0,0,900,255,1,0),(69714,1734,0,1,1,-1955,-2722,79.358,2.995,0,0,0,0,900,255,1,0),(69715,2047,0,1,1,-1955,-2722,79.358,2.995,0,0,0,0,900,255,1,0),(69716,1735,0,1,1,-1246,-2071,50.241,2.284,0,0,0,0,900,255,1,0),(69717,2040,0,1,1,-1246,-2071,50.241,2.284,0,0,0,0,900,255,1,0),(69718,1732,0,1,1,-1246,-2071,50.241,2.284,0,0,0,0,900,255,1,0),(69719,1733,0,1,1,-1246,-2071,50.241,2.284,0,0,0,0,900,255,1,0),(69720,1734,0,1,1,-1246,-2071,50.241,2.284,0,0,0,0,900,255,1,0),(69721,2047,0,1,1,-1246,-2071,50.241,2.284,0,0,0,0,900,255,1,0),(69722,1735,0,1,1,-971,-2222,51.833,2.821,0,0,0,0,900,255,1,0),(69723,2040,0,1,1,-971,-2222,51.833,2.821,0,0,0,0,900,255,1,0),(69724,1732,0,1,1,-971,-2222,51.833,2.821,0,0,0,0,900,255,1,0),(69725,1733,0,1,1,-971,-2222,51.833,2.821,0,0,0,0,900,255,1,0),(69726,1734,0,1,1,-971,-2222,51.833,2.821,0,0,0,0,900,255,1,0),(69727,2047,0,1,1,-971,-2222,51.833,2.821,0,0,0,0,900,255,1,0),(69728,1735,0,1,1,-1736,-1437,46.743,4.212,0,0,0,0,900,255,1,0),(69729,2040,0,1,1,-1736,-1437,46.743,4.212,0,0,0,0,900,255,1,0),(69730,1732,0,1,1,-1736,-1437,46.743,4.212,0,0,0,0,900,255,1,0),(69731,1733,0,1,1,-1736,-1437,46.743,4.212,0,0,0,0,900,255,1,0),(69732,1734,0,1,1,-1736,-1437,46.743,4.212,0,0,0,0,900,255,1,0),(69733,2047,0,1,1,-1736,-1437,46.743,4.212,0,0,0,0,900,255,1,0),(69734,1735,0,1,1,-921,-3753,102.393,5.469,0,0,0,0,900,255,1,0),(69735,2040,0,1,1,-921,-3753,102.393,5.469,0,0,0,0,900,255,1,0),(69736,1732,0,1,1,-921,-3753,102.393,5.469,0,0,0,0,900,255,1,0),(69737,1733,0,1,1,-921,-3753,102.393,5.469,0,0,0,0,900,255,1,0),(69738,1734,0,1,1,-921,-3753,102.393,5.469,0,0,0,0,900,255,1,0),(69739,2047,0,1,1,-921,-3753,102.393,5.469,0,0,0,0,900,255,1,0),(69740,1735,0,1,1,-1837,-2645,56.721,1.977,0,0,0,0,900,255,1,0),(69741,2040,0,1,1,-1837,-2645,56.721,1.977,0,0,0,0,900,255,1,0),(69742,1732,0,1,1,-1837,-2645,56.721,1.977,0,0,0,0,900,255,1,0),(69743,1733,0,1,1,-1837,-2645,56.721,1.977,0,0,0,0,900,255,1,0),(69744,1734,0,1,1,-1837,-2645,56.721,1.977,0,0,0,0,900,255,1,0),(69745,2047,0,1,1,-1837,-2645,56.721,1.977,0,0,0,0,900,255,1,0),(69746,1735,0,1,1,-1828,-1689,57.379,1.661,0,0,0,0,900,255,1,0),(69747,2040,0,1,1,-1828,-1689,57.379,1.661,0,0,0,0,900,255,1,0),(69748,1732,0,1,1,-1828,-1689,57.379,1.661,0,0,0,0,900,255,1,0),(69749,1733,0,1,1,-1828,-1689,57.379,1.661,0,0,0,0,900,255,1,0),(69750,1734,0,1,1,-1828,-1689,57.379,1.661,0,0,0,0,900,255,1,0),(69751,2047,0,1,1,-1828,-1689,57.379,1.661,0,0,0,0,900,255,1,0),(69752,1735,0,1,1,-2115,-2628,90.659,1.385,0,0,0,0,900,255,1,0),(69753,2040,0,1,1,-2115,-2628,90.659,1.385,0,0,0,0,900,255,1,0),(69754,1732,0,1,1,-2115,-2628,90.659,1.385,0,0,0,0,900,255,1,0),(69755,1733,0,1,1,-2115,-2628,90.659,1.385,0,0,0,0,900,255,1,0),(69756,1734,0,1,1,-2115,-2628,90.659,1.385,0,0,0,0,900,255,1,0),(69757,2047,0,1,1,-2115,-2628,90.659,1.385,0,0,0,0,900,255,1,0),(69758,1735,0,1,1,-1714,-2488,65.691,1.546,0,0,0,0,900,255,1,0),(69759,2040,0,1,1,-1714,-2488,65.691,1.546,0,0,0,0,900,255,1,0),(69760,1732,0,1,1,-1714,-2488,65.691,1.546,0,0,0,0,900,255,1,0),(69761,1733,0,1,1,-1714,-2488,65.691,1.546,0,0,0,0,900,255,1,0),(69762,1734,0,1,1,-1714,-2488,65.691,1.546,0,0,0,0,900,255,1,0),(69763,2047,0,1,1,-1714,-2488,65.691,1.546,0,0,0,0,900,255,1,0),(69764,1735,0,1,1,-1007,-3785,124.068,3.988,0,0,0,0,900,255,1,0),(69765,2040,0,1,1,-1007,-3785,124.068,3.988,0,0,0,0,900,255,1,0),(69766,1732,0,1,1,-1007,-3785,124.068,3.988,0,0,0,0,900,255,1,0),(69767,1733,0,1,1,-1007,-3785,124.068,3.988,0,0,0,0,900,255,1,0),(69768,1734,0,1,1,-1007,-3785,124.068,3.988,0,0,0,0,900,255,1,0),(69769,2047,0,1,1,-1007,-3785,124.068,3.988,0,0,0,0,900,255,1,0),(69770,1735,0,1,1,-1756,-2582,88.265,2.665,0,0,0,0,900,255,1,0),(69771,2040,0,1,1,-1756,-2582,88.265,2.665,0,0,0,0,900,255,1,0),(69772,1732,0,1,1,-1756,-2582,88.265,2.665,0,0,0,0,900,255,1,0),(69773,1733,0,1,1,-1756,-2582,88.265,2.665,0,0,0,0,900,255,1,0),(69774,1734,0,1,1,-1756,-2582,88.265,2.665,0,0,0,0,900,255,1,0),(69775,2047,0,1,1,-1756,-2582,88.265,2.665,0,0,0,0,900,255,1,0),(69776,1735,0,1,1,-1871,-1714,67.111,2.229,0,0,0,0,900,255,1,0),(69777,2040,0,1,1,-1871,-1714,67.111,2.229,0,0,0,0,900,255,1,0),(69778,1732,0,1,1,-1871,-1714,67.111,2.229,0,0,0,0,900,255,1,0),(69779,1733,0,1,1,-1871,-1714,67.111,2.229,0,0,0,0,900,255,1,0),(69780,1734,0,1,1,-1871,-1714,67.111,2.229,0,0,0,0,900,255,1,0),(69781,2047,0,1,1,-1871,-1714,67.111,2.229,0,0,0,0,900,255,1,0),(69782,1735,0,1,1,-1760,-3399,45.713,5.609,0,0,0,0,900,255,1,0),(69783,2040,0,1,1,-1760,-3399,45.713,5.609,0,0,0,0,900,255,1,0),(69784,1732,0,1,1,-1760,-3399,45.713,5.609,0,0,0,0,900,255,1,0),(69785,1733,0,1,1,-1760,-3399,45.713,5.609,0,0,0,0,900,255,1,0),(69786,1734,0,1,1,-1760,-3399,45.713,5.609,0,0,0,0,900,255,1,0),(69787,2047,0,1,1,-1760,-3399,45.713,5.609,0,0,0,0,900,255,1,0),(69788,1735,0,1,1,-1974,-3359,121.113,3.84,0,0,0,0,900,255,1,0),(69789,2040,0,1,1,-1974,-3359,121.113,3.84,0,0,0,0,900,255,1,0),(69790,1732,0,1,1,-1974,-3359,121.113,3.84,0,0,0,0,900,255,1,0),(69791,1733,0,1,1,-1974,-3359,121.113,3.84,0,0,0,0,900,255,1,0),(69792,1734,0,1,1,-1974,-3359,121.113,3.84,0,0,0,0,900,255,1,0),(69793,2047,0,1,1,-1974,-3359,121.113,3.84,0,0,0,0,900,255,1,0),(69794,1735,0,1,1,-1790,-1936,59.35,2.669,0,0,0,0,900,255,1,0),(69795,2040,0,1,1,-1790,-1936,59.35,2.669,0,0,0,0,900,255,1,0),(69796,1732,0,1,1,-1790,-1936,59.35,2.669,0,0,0,0,900,255,1,0),(69797,1733,0,1,1,-1790,-1936,59.35,2.669,0,0,0,0,900,255,1,0),(69798,1734,0,1,1,-1790,-1936,59.35,2.669,0,0,0,0,900,255,1,0),(69799,2047,0,1,1,-1790,-1936,59.35,2.669,0,0,0,0,900,255,1,0),(69800,1735,0,1,1,-1792,-1907,70.071,0.065,0,0,0,0,900,255,1,0),(69801,2040,0,1,1,-1792,-1907,70.071,0.065,0,0,0,0,900,255,1,0),(69802,1732,0,1,1,-1792,-1907,70.071,0.065,0,0,0,0,900,255,1,0),(69803,1733,0,1,1,-1792,-1907,70.071,0.065,0,0,0,0,900,255,1,0),(69804,1734,0,1,1,-1792,-1907,70.071,0.065,0,0,0,0,900,255,1,0),(69805,2047,0,1,1,-1792,-1907,70.071,0.065,0,0,0,0,900,255,1,0),(69806,1735,0,1,1,-1504,-2198,16.569,1.609,0,0,0,0,900,255,1,0),(69807,2040,0,1,1,-1504,-2198,16.569,1.609,0,0,0,0,900,255,1,0),(69808,1732,0,1,1,-1504,-2198,16.569,1.609,0,0,0,0,900,255,1,0),(69809,1733,0,1,1,-1504,-2198,16.569,1.609,0,0,0,0,900,255,1,0),(69810,1734,0,1,1,-1504,-2198,16.569,1.609,0,0,0,0,900,255,1,0),(69811,2047,0,1,1,-1504,-2198,16.569,1.609,0,0,0,0,900,255,1,0),(69812,1735,0,1,1,-2242,-1759,-64,2.562,0,0,0,0,900,255,1,0),(69813,2040,0,1,1,-2242,-1759,-64,2.562,0,0,0,0,900,255,1,0),(69814,1732,0,1,1,-2242,-1759,-64,2.562,0,0,0,0,900,255,1,0),(69815,1733,0,1,1,-2242,-1759,-64,2.562,0,0,0,0,900,255,1,0),(69816,1734,0,1,1,-2242,-1759,-64,2.562,0,0,0,0,900,255,1,0),(69817,2047,0,1,1,-2242,-1759,-64,2.562,0,0,0,0,900,255,1,0),(69818,1735,0,1,1,-1783,-2096,83.425,3.322,0,0,0,0,900,255,1,0),(69819,2040,0,1,1,-1783,-2096,83.425,3.322,0,0,0,0,900,255,1,0),(69820,1732,0,1,1,-1783,-2096,83.425,3.322,0,0,0,0,900,255,1,0),(69821,1733,0,1,1,-1783,-2096,83.425,3.322,0,0,0,0,900,255,1,0),(69822,1734,0,1,1,-1783,-2096,83.425,3.322,0,0,0,0,900,255,1,0),(69823,2047,0,1,1,-1783,-2096,83.425,3.322,0,0,0,0,900,255,1,0),(69824,1735,0,1,1,-1682,-2345,32.692,0.006,0,0,0,0,900,255,1,0),(69825,2040,0,1,1,-1682,-2345,32.692,0.006,0,0,0,0,900,255,1,0),(69826,1732,0,1,1,-1682,-2345,32.692,0.006,0,0,0,0,900,255,1,0),(69827,1733,0,1,1,-1682,-2345,32.692,0.006,0,0,0,0,900,255,1,0),(69828,1734,0,1,1,-1682,-2345,32.692,0.006,0,0,0,0,900,255,1,0),(69829,2047,0,1,1,-1682,-2345,32.692,0.006,0,0,0,0,900,255,1,0),(69830,1735,0,1,1,-1986,-3389,51.698,5.651,0,0,0,0,900,255,1,0),(69831,2040,0,1,1,-1986,-3389,51.698,5.651,0,0,0,0,900,255,1,0),(69832,1732,0,1,1,-1986,-3389,51.698,5.651,0,0,0,0,900,255,1,0),(69833,1733,0,1,1,-1986,-3389,51.698,5.651,0,0,0,0,900,255,1,0),(69834,1734,0,1,1,-1986,-3389,51.698,5.651,0,0,0,0,900,255,1,0),(69835,2047,0,1,1,-1986,-3389,51.698,5.651,0,0,0,0,900,255,1,0),(69836,1735,0,1,1,-1694,-2018,57.786,5.178,0,0,0,0,900,255,1,0),(69837,2040,0,1,1,-1694,-2018,57.786,5.178,0,0,0,0,900,255,1,0),(69838,1732,0,1,1,-1694,-2018,57.786,5.178,0,0,0,0,900,255,1,0),(69839,1733,0,1,1,-1694,-2018,57.786,5.178,0,0,0,0,900,255,1,0),(69840,1734,0,1,1,-1694,-2018,57.786,5.178,0,0,0,0,900,255,1,0),(69841,2047,0,1,1,-1694,-2018,57.786,5.178,0,0,0,0,900,255,1,0),(69842,1735,0,1,1,-1714,-3336,23.719,4.192,0,0,0,0,900,255,1,0),(69843,2040,0,1,1,-1714,-3336,23.719,4.192,0,0,0,0,900,255,1,0),(69844,1732,0,1,1,-1714,-3336,23.719,4.192,0,0,0,0,900,255,1,0),(69845,1733,0,1,1,-1714,-3336,23.719,4.192,0,0,0,0,900,255,1,0),(69846,1734,0,1,1,-1714,-3336,23.719,4.192,0,0,0,0,900,255,1,0),(69847,2047,0,1,1,-1714,-3336,23.719,4.192,0,0,0,0,900,255,1,0),(69848,1735,0,1,1,-2178.65,-1789.86,-41.0136,-1.72787,0,0,0,1,900,255,1,0),(69849,2040,0,1,1,-2178.65,-1789.86,-41.0136,-1.72787,0,0,0,1,900,255,1,0),(69850,1732,0,1,1,-2178.65,-1789.86,-41.0136,-1.72787,0,0,0,1,900,255,1,0),(69851,1733,0,1,1,-2178.65,-1789.86,-41.0136,-1.72787,0,0,0,1,900,255,1,0),(69852,1734,0,1,1,-2178.65,-1789.86,-41.0136,-1.72787,0,0,0,1,900,255,1,0),(69853,2047,0,1,1,-2178.65,-1789.86,-41.0136,-1.72787,0,0,0,1,900,255,1,0),(69854,1735,0,1,1,-2179,-2616,105.403,4.334,0,0,0,0,900,255,1,0),(69855,2040,0,1,1,-2179,-2616,105.403,4.334,0,0,0,0,900,255,1,0),(69856,1732,0,1,1,-2179,-2616,105.403,4.334,0,0,0,0,900,255,1,0),(69857,1733,0,1,1,-2179,-2616,105.403,4.334,0,0,0,0,900,255,1,0),(69858,1734,0,1,1,-2179,-2616,105.403,4.334,0,0,0,0,900,255,1,0),(69859,2047,0,1,1,-2179,-2616,105.403,4.334,0,0,0,0,900,255,1,0),(69860,1735,0,1,1,-1015,-3710,91.264,4.506,0,0,0,0,900,255,1,0),(69861,2040,0,1,1,-1015,-3710,91.264,4.506,0,0,0,0,900,255,1,0),(69862,1732,0,1,1,-1015,-3710,91.264,4.506,0,0,0,0,900,255,1,0),(69863,1733,0,1,1,-1015,-3710,91.264,4.506,0,0,0,0,900,255,1,0),(69864,1734,0,1,1,-1015,-3710,91.264,4.506,0,0,0,0,900,255,1,0),(69865,2047,0,1,1,-1015,-3710,91.264,4.506,0,0,0,0,900,255,1,0),(69866,1735,0,1,1,-1811,-1793,56.261,1.798,0,0,0,0,900,255,1,0),(69867,2040,0,1,1,-1811,-1793,56.261,1.798,0,0,0,0,900,255,1,0),(69868,1732,0,1,1,-1811,-1793,56.261,1.798,0,0,0,0,900,255,1,0),(69869,1733,0,1,1,-1811,-1793,56.261,1.798,0,0,0,0,900,255,1,0),(69870,1734,0,1,1,-1811,-1793,56.261,1.798,0,0,0,0,900,255,1,0),(69871,2047,0,1,1,-1811,-1793,56.261,1.798,0,0,0,0,900,255,1,0),(69872,1735,0,1,1,-2068,-3345,59.018,5.885,0,0,0,0,900,255,1,0),(69873,2040,0,1,1,-2068,-3345,59.018,5.885,0,0,0,0,900,255,1,0),(69874,1732,0,1,1,-2068,-3345,59.018,5.885,0,0,0,0,900,255,1,0),(69875,1733,0,1,1,-2068,-3345,59.018,5.885,0,0,0,0,900,255,1,0),(69876,1734,0,1,1,-2068,-3345,59.018,5.885,0,0,0,0,900,255,1,0),(69877,2047,0,1,1,-2068,-3345,59.018,5.885,0,0,0,0,900,255,1,0),(69878,1735,0,1,1,-1842.88,-2536.53,55.9154,-0.680679,0,0,0,1,900,255,1,0),(69879,2040,0,1,1,-1842.88,-2536.53,55.9154,-0.680679,0,0,0,1,900,255,1,0),(69880,1732,0,1,1,-1842.88,-2536.53,55.9154,-0.680679,0,0,0,1,900,255,1,0),(69881,1733,0,1,1,-1842.88,-2536.53,55.9154,-0.680679,0,0,0,1,900,255,1,0),(69882,1734,0,1,1,-1842.88,-2536.53,55.9154,-0.680679,0,0,0,1,900,255,1,0),(69883,2047,0,1,1,-1842.88,-2536.53,55.9154,-0.680679,0,0,0,1,900,255,1,0),(69884,1735,0,1,1,-1802,-1969,58.86,3.266,0,0,0,0,900,255,1,0),(69885,2040,0,1,1,-1802,-1969,58.86,3.266,0,0,0,0,900,255,1,0),(69886,1732,0,1,1,-1802,-1969,58.86,3.266,0,0,0,0,900,255,1,0),(69887,1733,0,1,1,-1802,-1969,58.86,3.266,0,0,0,0,900,255,1,0),(69888,1734,0,1,1,-1802,-1969,58.86,3.266,0,0,0,0,900,255,1,0),(69889,2047,0,1,1,-1802,-1969,58.86,3.266,0,0,0,0,900,255,1,0),(69890,1735,0,1,1,-2047,-3350,60.99,1.599,0,0,0,0,900,255,1,0),(69891,2040,0,1,1,-2047,-3350,60.99,1.599,0,0,0,0,900,255,1,0),(69892,1732,0,1,1,-2047,-3350,60.99,1.599,0,0,0,0,900,255,1,0),(69893,1733,0,1,1,-2047,-3350,60.99,1.599,0,0,0,0,900,255,1,0),(69894,1734,0,1,1,-2047,-3350,60.99,1.599,0,0,0,0,900,255,1,0),(69895,2047,0,1,1,-2047,-3350,60.99,1.599,0,0,0,0,900,255,1,0),(69896,1735,0,1,1,-1615,-2258,34.724,4.868,0,0,0,0,900,255,1,0),(69897,2040,0,1,1,-1615,-2258,34.724,4.868,0,0,0,0,900,255,1,0),(69898,1732,0,1,1,-1615,-2258,34.724,4.868,0,0,0,0,900,255,1,0),(69899,1733,0,1,1,-1615,-2258,34.724,4.868,0,0,0,0,900,255,1,0),(69900,1734,0,1,1,-1615,-2258,34.724,4.868,0,0,0,0,900,255,1,0),(69901,2047,0,1,1,-1615,-2258,34.724,4.868,0,0,0,0,900,255,1,0),(69902,1735,0,1,1,-1853,-1763,66.073,4.02,0,0,0,0,900,255,1,0),(69903,2040,0,1,1,-1853,-1763,66.073,4.02,0,0,0,0,900,255,1,0),(69904,1732,0,1,1,-1853,-1763,66.073,4.02,0,0,0,0,900,255,1,0),(69905,1733,0,1,1,-1853,-1763,66.073,4.02,0,0,0,0,900,255,1,0),(69906,1734,0,1,1,-1853,-1763,66.073,4.02,0,0,0,0,900,255,1,0),(69907,2047,0,1,1,-1853,-1763,66.073,4.02,0,0,0,0,900,255,1,0),(69908,1735,0,1,1,-1923,-3369,94.759,4.221,0,0,0,0,900,255,1,0),(69909,2040,0,1,1,-1923,-3369,94.759,4.221,0,0,0,0,900,255,1,0),(69910,1732,0,1,1,-1923,-3369,94.759,4.221,0,0,0,0,900,255,1,0),(69911,1733,0,1,1,-1923,-3369,94.759,4.221,0,0,0,0,900,255,1,0),(69912,1734,0,1,1,-1923,-3369,94.759,4.221,0,0,0,0,900,255,1,0),(69913,2047,0,1,1,-1923,-3369,94.759,4.221,0,0,0,0,900,255,1,0),(69914,1735,0,1,1,-2022,-3364,49.636,4.751,0,0,0,0,900,255,1,0),(69915,2040,0,1,1,-2022,-3364,49.636,4.751,0,0,0,0,900,255,1,0),(69916,1732,0,1,1,-2022,-3364,49.636,4.751,0,0,0,0,900,255,1,0),(69917,1733,0,1,1,-2022,-3364,49.636,4.751,0,0,0,0,900,255,1,0),(69918,1734,0,1,1,-2022,-3364,49.636,4.751,0,0,0,0,900,255,1,0),(69919,2047,0,1,1,-2022,-3364,49.636,4.751,0,0,0,0,900,255,1,0),(69920,1735,0,1,1,-2117,-3353,59.18,4.126,0,0,0,0,900,255,1,0),(69921,2040,0,1,1,-2117,-3353,59.18,4.126,0,0,0,0,900,255,1,0),(69922,1732,0,1,1,-2117,-3353,59.18,4.126,0,0,0,0,900,255,1,0),(69923,1733,0,1,1,-2117,-3353,59.18,4.126,0,0,0,0,900,255,1,0),(69924,1734,0,1,1,-2117,-3353,59.18,4.126,0,0,0,0,900,255,1,0),(69925,2047,0,1,1,-2117,-3353,59.18,4.126,0,0,0,0,900,255,1,0),(69926,1735,0,1,1,-2003,-1651,45.839,1.668,0,0,0,0,900,255,1,0),(69927,2040,0,1,1,-2003,-1651,45.839,1.668,0,0,0,0,900,255,1,0),(69928,1732,0,1,1,-2003,-1651,45.839,1.668,0,0,0,0,900,255,1,0),(69929,1733,0,1,1,-2003,-1651,45.839,1.668,0,0,0,0,900,255,1,0),(69930,1734,0,1,1,-2003,-1651,45.839,1.668,0,0,0,0,900,255,1,0),(69931,2047,0,1,1,-2003,-1651,45.839,1.668,0,0,0,0,900,255,1,0),(69932,1735,0,1,1,-1819,-2449,58.818,3.603,0,0,0,0,900,255,1,0),(69933,2040,0,1,1,-1819,-2449,58.818,3.603,0,0,0,0,900,255,1,0),(69934,1732,0,1,1,-1819,-2449,58.818,3.603,0,0,0,0,900,255,1,0),(69935,1733,0,1,1,-1819,-2449,58.818,3.603,0,0,0,0,900,255,1,0),(69936,1734,0,1,1,-1819,-2449,58.818,3.603,0,0,0,0,900,255,1,0),(69937,2047,0,1,1,-1819,-2449,58.818,3.603,0,0,0,0,900,255,1,0),(69938,1735,0,1,1,-1851,-2259,56.059,1.981,0,0,0,0,900,255,1,0),(69939,2040,0,1,1,-1851,-2259,56.059,1.981,0,0,0,0,900,255,1,0),(69940,1732,0,1,1,-1851,-2259,56.059,1.981,0,0,0,0,900,255,1,0),(69941,1733,0,1,1,-1851,-2259,56.059,1.981,0,0,0,0,900,255,1,0),(69942,1734,0,1,1,-1851,-2259,56.059,1.981,0,0,0,0,900,255,1,0),(69943,2047,0,1,1,-1851,-2259,56.059,1.981,0,0,0,0,900,255,1,0),(69944,1735,0,1,1,-883,-3679,114.324,4.155,0,0,0,0,900,255,1,0),(69945,2040,0,1,1,-883,-3679,114.324,4.155,0,0,0,0,900,255,1,0),(69946,1732,0,1,1,-883,-3679,114.324,4.155,0,0,0,0,900,255,1,0),(69947,1733,0,1,1,-883,-3679,114.324,4.155,0,0,0,0,900,255,1,0),(69948,1734,0,1,1,-883,-3679,114.324,4.155,0,0,0,0,900,255,1,0),(69949,2047,0,1,1,-883,-3679,114.324,4.155,0,0,0,0,900,255,1,0),(69950,1735,0,1,1,-2193,-1792,-58,4.526,0,0,0,0,900,255,1,0),(69951,2040,0,1,1,-2193,-1792,-58,4.526,0,0,0,0,900,255,1,0),(69952,1732,0,1,1,-2193,-1792,-58,4.526,0,0,0,0,900,255,1,0),(69953,1733,0,1,1,-2193,-1792,-58,4.526,0,0,0,0,900,255,1,0),(69954,1734,0,1,1,-2193,-1792,-58,4.526,0,0,0,0,900,255,1,0),(69955,2047,0,1,1,-2193,-1792,-58,4.526,0,0,0,0,900,255,1,0),(69956,1735,0,1,1,-822,-3656,97.252,4.792,0,0,0,0,900,255,1,0),(69957,2040,0,1,1,-822,-3656,97.252,4.792,0,0,0,0,900,255,1,0),(69958,1732,0,1,1,-822,-3656,97.252,4.792,0,0,0,0,900,255,1,0),(69959,1733,0,1,1,-822,-3656,97.252,4.792,0,0,0,0,900,255,1,0),(69960,1734,0,1,1,-822,-3656,97.252,4.792,0,0,0,0,900,255,1,0),(69961,2047,0,1,1,-822,-3656,97.252,4.792,0,0,0,0,900,255,1,0),(69962,1735,0,1,1,-1442,-2167,19.343,0.105,0,0,0,0,900,255,1,0),(69963,2040,0,1,1,-1442,-2167,19.343,0.105,0,0,0,0,900,255,1,0),(69964,1732,0,1,1,-1442,-2167,19.343,0.105,0,0,0,0,900,255,1,0),(69965,1733,0,1,1,-1442,-2167,19.343,0.105,0,0,0,0,900,255,1,0),(69966,1734,0,1,1,-1442,-2167,19.343,0.105,0,0,0,0,900,255,1,0),(69967,2047,0,1,1,-1442,-2167,19.343,0.105,0,0,0,0,900,255,1,0),(69968,1735,0,1,1,-1050,-3708,92.07,4.432,0,0,0,0,900,255,1,0),(69969,2040,0,1,1,-1050,-3708,92.07,4.432,0,0,0,0,900,255,1,0),(69970,1732,0,1,1,-1050,-3708,92.07,4.432,0,0,0,0,900,255,1,0),(69971,1733,0,1,1,-1050,-3708,92.07,4.432,0,0,0,0,900,255,1,0),(69972,1734,0,1,1,-1050,-3708,92.07,4.432,0,0,0,0,900,255,1,0),(69973,2047,0,1,1,-1050,-3708,92.07,4.432,0,0,0,0,900,255,1,0),(69974,1735,0,1,1,-1871,-2515,49.271,2.967,0,0,0,0,900,255,1,0),(69975,2040,0,1,1,-1871,-2515,49.271,2.967,0,0,0,0,900,255,1,0),(69976,1732,0,1,1,-1871,-2515,49.271,2.967,0,0,0,0,900,255,1,0),(69977,1733,0,1,1,-1871,-2515,49.271,2.967,0,0,0,0,900,255,1,0),(69978,1734,0,1,1,-1871,-2515,49.271,2.967,0,0,0,0,900,255,1,0),(69979,2047,0,1,1,-1871,-2515,49.271,2.967,0,0,0,0,900,255,1,0),(69980,1735,0,1,1,-1016,-3755,121.157,2.441,0,0,0,0,900,255,1,0),(69981,2040,0,1,1,-1016,-3755,121.157,2.441,0,0,0,0,900,255,1,0),(69982,1732,0,1,1,-1016,-3755,121.157,2.441,0,0,0,0,900,255,1,0),(69983,1733,0,1,1,-1016,-3755,121.157,2.441,0,0,0,0,900,255,1,0),(69984,1734,0,1,1,-1016,-3755,121.157,2.441,0,0,0,0,900,255,1,0),(69985,2047,0,1,1,-1016,-3755,121.157,2.441,0,0,0,0,900,255,1,0),(69986,1735,0,1,1,-1497,-2140,17.31,3.806,0,0,0,0,900,255,1,0),(69987,2040,0,1,1,-1497,-2140,17.31,3.806,0,0,0,0,900,255,1,0),(69988,1732,0,1,1,-1497,-2140,17.31,3.806,0,0,0,0,900,255,1,0),(69989,1733,0,1,1,-1497,-2140,17.31,3.806,0,0,0,0,900,255,1,0),(69990,1734,0,1,1,-1497,-2140,17.31,3.806,0,0,0,0,900,255,1,0),(69991,2047,0,1,1,-1497,-2140,17.31,3.806,0,0,0,0,900,255,1,0),(69992,1735,0,1,1,-2308,-1688,-66,2.266,0,0,0,0,900,255,1,0),(69993,2040,0,1,1,-2308,-1688,-66,2.266,0,0,0,0,900,255,1,0),(69994,1732,0,1,1,-2308,-1688,-66,2.266,0,0,0,0,900,255,1,0),(69995,1733,0,1,1,-2308,-1688,-66,2.266,0,0,0,0,900,255,1,0),(69996,1734,0,1,1,-2308,-1688,-66,2.266,0,0,0,0,900,255,1,0),(69997,2047,0,1,1,-2308,-1688,-66,2.266,0,0,0,0,900,255,1,0),(69998,1735,0,1,1,-1817,-1942,67.373,2.985,0,0,0,0,900,255,1,0),(69999,2040,0,1,1,-1817,-1942,67.373,2.985,0,0,0,0,900,255,1,0),(70000,1732,0,1,1,-1817,-1942,67.373,2.985,0,0,0,0,900,255,1,0),(70001,1733,0,1,1,-1817,-1942,67.373,2.985,0,0,0,0,900,255,1,0),(70002,1734,0,1,1,-1817,-1942,67.373,2.985,0,0,0,0,900,255,1,0),(70003,2047,0,1,1,-1817,-1942,67.373,2.985,0,0,0,0,900,255,1,0),(70004,1735,0,1,1,-1820,-2012,67.847,3.328,0,0,0,0,900,255,1,0),(70005,2040,0,1,1,-1820,-2012,67.847,3.328,0,0,0,0,900,255,1,0),(70006,1732,0,1,1,-1820,-2012,67.847,3.328,0,0,0,0,900,255,1,0),(70007,1733,0,1,1,-1820,-2012,67.847,3.328,0,0,0,0,900,255,1,0),(70008,1734,0,1,1,-1820,-2012,67.847,3.328,0,0,0,0,900,255,1,0),(70009,2047,0,1,1,-1820,-2012,67.847,3.328,0,0,0,0,900,255,1,0),(70010,1735,0,1,1,-693,-3739,219.139,4.093,0,0,0,0,900,255,1,0),(70011,2040,0,1,1,-693,-3739,219.139,4.093,0,0,0,0,900,255,1,0),(70012,1732,0,1,1,-693,-3739,219.139,4.093,0,0,0,0,900,255,1,0),(70013,1733,0,1,1,-693,-3739,219.139,4.093,0,0,0,0,900,255,1,0),(70014,1734,0,1,1,-693,-3739,219.139,4.093,0,0,0,0,900,255,1,0),(70015,2047,0,1,1,-693,-3739,219.139,4.093,0,0,0,0,900,255,1,0),(70016,1735,0,1,1,-2092,-2672,87.052,0.383,0,0,0,0,900,255,1,0),(70017,2040,0,1,1,-2092,-2672,87.052,0.383,0,0,0,0,900,255,1,0),(70018,1732,0,1,1,-2092,-2672,87.052,0.383,0,0,0,0,900,255,1,0),(70019,1733,0,1,1,-2092,-2672,87.052,0.383,0,0,0,0,900,255,1,0),(70020,1734,0,1,1,-2092,-2672,87.052,0.383,0,0,0,0,900,255,1,0),(70021,2047,0,1,1,-2092,-2672,87.052,0.383,0,0,0,0,900,255,1,0),(70022,1735,0,1,1,-629,-3833,233.436,5.114,0,0,0,0,900,255,1,0),(70023,2040,0,1,1,-629,-3833,233.436,5.114,0,0,0,0,900,255,1,0),(70024,1732,0,1,1,-629,-3833,233.436,5.114,0,0,0,0,900,255,1,0),(70025,1733,0,1,1,-629,-3833,233.436,5.114,0,0,0,0,900,255,1,0),(70026,1734,0,1,1,-629,-3833,233.436,5.114,0,0,0,0,900,255,1,0),(70027,2047,0,1,1,-629,-3833,233.436,5.114,0,0,0,0,900,255,1,0),(70028,1735,0,1,1,-1890,-1756,79.641,3.61,0,0,0,0,900,255,1,0),(70029,2040,0,1,1,-1890,-1756,79.641,3.61,0,0,0,0,900,255,1,0),(70030,1732,0,1,1,-1890,-1756,79.641,3.61,0,0,0,0,900,255,1,0),(70031,1733,0,1,1,-1890,-1756,79.641,3.61,0,0,0,0,900,255,1,0),(70032,1734,0,1,1,-1890,-1756,79.641,3.61,0,0,0,0,900,255,1,0),(70033,2047,0,1,1,-1890,-1756,79.641,3.61,0,0,0,0,900,255,1,0),(70034,1735,0,1,1,-1942,-1634,50.424,5.159,0,0,0,0,900,255,1,0),(70035,2040,0,1,1,-1942,-1634,50.424,5.159,0,0,0,0,900,255,1,0),(70036,1732,0,1,1,-1942,-1634,50.424,5.159,0,0,0,0,900,255,1,0),(70037,1733,0,1,1,-1942,-1634,50.424,5.159,0,0,0,0,900,255,1,0),(70038,1734,0,1,1,-1942,-1634,50.424,5.159,0,0,0,0,900,255,1,0),(70039,2047,0,1,1,-1942,-1634,50.424,5.159,0,0,0,0,900,255,1,0),(70040,1735,0,1,1,-2292.2,-1679.02,-62.0117,0.226893,0,0,0,0,900,255,1,0),(70041,2040,0,1,1,-2292.2,-1679.02,-62.0117,0.226893,0,0,0,0,900,255,1,0),(70042,1732,0,1,1,-2292.2,-1679.02,-62.0117,0.226893,0,0,0,0,900,255,1,0),(70043,1733,0,1,1,-2292.2,-1679.02,-62.0117,0.226893,0,0,0,0,900,255,1,0),(70044,1734,0,1,1,-2292.2,-1679.02,-62.0117,0.226893,0,0,0,0,900,255,1,0),(70045,2047,0,1,1,-2292.2,-1679.02,-62.0117,0.226893,0,0,0,0,900,255,1,0),(70046,1735,0,1,1,-2147.86,-1558.83,-47.3161,2.33874,0,0,0,0,900,255,1,0),(70047,2040,0,1,1,-2147.86,-1558.83,-47.3161,2.33874,0,0,0,0,900,255,1,0),(70048,1732,0,1,1,-2147.86,-1558.83,-47.3161,2.33874,0,0,0,0,900,255,1,0),(70049,1733,0,1,1,-2147.86,-1558.83,-47.3161,2.33874,0,0,0,0,900,255,1,0),(70050,1734,0,1,1,-2147.86,-1558.83,-47.3161,2.33874,0,0,0,0,900,255,1,0),(70051,2047,0,1,1,-2147.86,-1558.83,-47.3161,2.33874,0,0,0,0,900,255,1,0),(70052,1735,0,1,1,-1276.44,-3531,55.6855,0.942478,0,0,0,0,900,255,1,0),(70053,2040,0,1,1,-1276.44,-3531,55.6855,0.942478,0,0,0,0,900,255,1,0),(70054,1732,0,1,1,-1276.44,-3531,55.6855,0.942478,0,0,0,0,900,255,1,0),(70055,1733,0,1,1,-1276.44,-3531,55.6855,0.942478,0,0,0,0,900,255,1,0),(70056,1734,0,1,1,-1276.44,-3531,55.6855,0.942478,0,0,0,0,900,255,1,0),(70057,2047,0,1,1,-1276.44,-3531,55.6855,0.942478,0,0,0,0,900,255,1,0),(70058,1735,0,1,1,-1973.45,-2920.69,80.74,0.523599,0,0,0,0,900,255,1,0),(70059,2040,0,1,1,-1973.45,-2920.69,80.74,0.523599,0,0,0,0,900,255,1,0),(70060,1732,0,1,1,-1973.45,-2920.69,80.74,0.523599,0,0,0,0,900,255,1,0),(70061,1733,0,1,1,-1973.45,-2920.69,80.74,0.523599,0,0,0,0,900,255,1,0),(70062,1734,0,1,1,-1973.45,-2920.69,80.74,0.523599,0,0,0,0,900,255,1,0),(70063,2047,0,1,1,-1973.45,-2920.69,80.74,0.523599,0,0,0,0,900,255,1,0),(70064,1735,0,1,1,-1842.88,-2536.53,55.9154,-0.680679,0,0,0,0,900,255,1,0),(70065,2040,0,1,1,-1842.88,-2536.53,55.9154,-0.680679,0,0,0,0,900,255,1,0),(70066,1732,0,1,1,-1842.88,-2536.53,55.9154,-0.680679,0,0,0,0,900,255,1,0),(70067,1733,0,1,1,-1842.88,-2536.53,55.9154,-0.680679,0,0,0,0,900,255,1,0),(70068,1734,0,1,1,-1842.88,-2536.53,55.9154,-0.680679,0,0,0,0,900,255,1,0),(70069,2047,0,1,1,-1842.88,-2536.53,55.9154,-0.680679,0,0,0,0,900,255,1,0),(70070,1735,0,1,1,-1618.13,-2121.86,31.3074,3.01942,0,0,0,0,900,255,1,0),(70071,2040,0,1,1,-1618.13,-2121.86,31.3074,3.01942,0,0,0,0,900,255,1,0),(70072,1732,0,1,1,-1618.13,-2121.86,31.3074,3.01942,0,0,0,0,900,255,1,0),(70073,1733,0,1,1,-1618.13,-2121.86,31.3074,3.01942,0,0,0,0,900,255,1,0),(70074,1734,0,1,1,-1618.13,-2121.86,31.3074,3.01942,0,0,0,0,900,255,1,0),(70075,2047,0,1,1,-1618.13,-2121.86,31.3074,3.01942,0,0,0,0,900,255,1,0),(70076,1735,0,1,1,-1549.49,-3505.43,74.9379,-0.855212,0,0,0,0,900,255,1,0),(70077,2040,0,1,1,-1549.49,-3505.43,74.9379,-0.855212,0,0,0,0,900,255,1,0),(70078,1732,0,1,1,-1549.49,-3505.43,74.9379,-0.855212,0,0,0,0,900,255,1,0),(70079,1733,0,1,1,-1549.49,-3505.43,74.9379,-0.855212,0,0,0,0,900,255,1,0),(70080,1734,0,1,1,-1549.49,-3505.43,74.9379,-0.855212,0,0,0,0,900,255,1,0),(70081,2047,0,1,1,-1549.49,-3505.43,74.9379,-0.855212,0,0,0,0,900,255,1,0),(70082,1735,0,1,1,-1010.44,-1754.39,47.7019,-0.139626,0,0,0,0,900,255,1,0),(70083,2040,0,1,1,-1010.44,-1754.39,47.7019,-0.139626,0,0,0,0,900,255,1,0),(70084,1732,0,1,1,-1010.44,-1754.39,47.7019,-0.139626,0,0,0,0,900,255,1,0),(70085,1733,0,1,1,-1010.44,-1754.39,47.7019,-0.139626,0,0,0,0,900,255,1,0),(70086,1734,0,1,1,-1010.44,-1754.39,47.7019,-0.139626,0,0,0,0,900,255,1,0),(70087,2047,0,1,1,-1010.44,-1754.39,47.7019,-0.139626,0,0,0,0,900,255,1,0),(70088,1735,0,1,1,-2029.64,-3307.34,54.9377,2.02458,0,0,0,0,900,255,1,0),(70089,2040,0,1,1,-2029.64,-3307.34,54.9377,2.02458,0,0,0,0,900,255,1,0),(70090,1732,0,1,1,-2029.64,-3307.34,54.9377,2.02458,0,0,0,0,900,255,1,0),(70091,1733,0,1,1,-2029.64,-3307.34,54.9377,2.02458,0,0,0,0,900,255,1,0),(70092,1734,0,1,1,-2029.64,-3307.34,54.9377,2.02458,0,0,0,0,900,255,1,0),(70093,2047,0,1,1,-2029.64,-3307.34,54.9377,2.02458,0,0,0,0,900,255,1,0),(70094,1735,0,1,1,-887.304,-3083.02,50.8085,1.36136,0,0,0,0,900,255,1,0),(70095,2040,0,1,1,-887.304,-3083.02,50.8085,1.36136,0,0,0,0,900,255,1,0),(70096,1732,0,1,1,-887.304,-3083.02,50.8085,1.36136,0,0,0,0,900,255,1,0),(70097,1733,0,1,1,-887.304,-3083.02,50.8085,1.36136,0,0,0,0,900,255,1,0),(70098,1734,0,1,1,-887.304,-3083.02,50.8085,1.36136,0,0,0,0,900,255,1,0),(70099,2047,0,1,1,-887.304,-3083.02,50.8085,1.36136,0,0,0,0,900,255,1,0),(70100,1735,0,1,1,-578.061,-1840.35,58.6231,1.02974,0,0,0,0,900,255,1,0),(70101,2040,0,1,1,-578.061,-1840.35,58.6231,1.02974,0,0,0,0,900,255,1,0),(70102,1733,0,1,1,-578.061,-1840.35,58.6231,1.02974,0,0,0,0,900,255,1,0),(70103,1735,0,1,1,-578.061,-1840.35,58.6231,1.02974,0,0,0,0,900,255,1,0),(70104,1734,0,1,1,-578.061,-1840.35,58.6231,1.02974,0,0,0,0,900,255,1,0),(70105,2047,0,1,1,-578.061,-1840.35,58.6231,1.02974,0,0,0,0,900,255,1,0),(70106,1735,0,1,1,-1842.59,-3418.07,66.4538,-2.14675,0,0,0,0,900,255,1,0),(70107,2040,0,1,1,-1842.59,-3418.07,66.4538,-2.14675,0,0,0,0,900,255,1,0),(70108,1732,0,1,1,-1842.59,-3418.07,66.4538,-2.14675,0,0,0,0,900,255,1,0),(70109,1733,0,1,1,-1842.59,-3418.07,66.4538,-2.14675,0,0,0,0,900,255,1,0),(70110,1734,0,1,1,-1842.59,-3418.07,66.4538,-2.14675,0,0,0,0,900,255,1,0),(70111,2047,0,1,1,-1842.59,-3418.07,66.4538,-2.14675,0,0,0,0,900,255,1,0),(70112,1735,0,1,1,-2102.87,-2828.6,79.0172,-2.89725,0,0,0,0,900,255,1,0),(70113,2040,0,1,1,-2102.87,-2828.6,79.0172,-2.89725,0,0,0,0,900,255,1,0),(70114,1732,0,1,1,-2102.87,-2828.6,79.0172,-2.89725,0,0,0,0,900,255,1,0),(70115,1733,0,1,1,-2102.87,-2828.6,79.0172,-2.89725,0,0,0,0,900,255,1,0),(70116,1734,0,1,1,-2102.87,-2828.6,79.0172,-2.89725,0,0,0,0,900,255,1,0),(70117,2047,0,1,1,-2102.87,-2828.6,79.0172,-2.89725,0,0,0,0,900,255,1,0),(70118,1735,0,1,1,-2067.97,-2818.12,81.2574,0.994838,0,0,0,0,900,255,1,0),(70119,2040,0,1,1,-2067.97,-2818.12,81.2574,0.994838,0,0,0,0,900,255,1,0),(70120,1732,0,1,1,-2067.97,-2818.12,81.2574,0.994838,0,0,0,0,900,255,1,0),(70121,1733,0,1,1,-2067.97,-2818.12,81.2574,0.994838,0,0,0,0,900,255,1,0),(70122,1734,0,1,1,-2067.97,-2818.12,81.2574,0.994838,0,0,0,0,900,255,1,0),(70123,2047,0,1,1,-2067.97,-2818.12,81.2574,0.994838,0,0,0,0,900,255,1,0),(70124,1735,0,1,1,-1907.28,-3269.03,72.1342,-1.3439,0,0,0,0,900,255,1,0),(70125,2040,0,1,1,-1907.28,-3269.03,72.1342,-1.3439,0,0,0,0,900,255,1,0),(70126,1732,0,1,1,-1907.28,-3269.03,72.1342,-1.3439,0,0,0,0,900,255,1,0),(70127,1733,0,1,1,-1907.28,-3269.03,72.1342,-1.3439,0,0,0,0,900,255,1,0),(70128,1734,0,1,1,-1907.28,-3269.03,72.1342,-1.3439,0,0,0,0,900,255,1,0),(70129,2047,0,1,1,-1907.28,-3269.03,72.1342,-1.3439,0,0,0,0,900,255,1,0),(70130,1735,0,1,1,-2099.46,-3265.8,51.4725,1.93731,0,0,0,0,900,255,1,0),(70131,2040,0,1,1,-2099.46,-3265.8,51.4725,1.93731,0,0,0,0,900,255,1,0),(70132,1732,0,1,1,-2099.46,-3265.8,51.4725,1.93731,0,0,0,0,900,255,1,0),(70133,1733,0,1,1,-2099.46,-3265.8,51.4725,1.93731,0,0,0,0,900,255,1,0),(70134,1734,0,1,1,-2099.46,-3265.8,51.4725,1.93731,0,0,0,0,900,255,1,0),(70135,2047,0,1,1,-2099.46,-3265.8,51.4725,1.93731,0,0,0,0,900,255,1,0),(70136,1735,0,1,1,-2106.72,-3357.28,59.2213,-0.802851,0,0,0,0,900,255,1,0),(70137,2040,0,1,1,-2106.72,-3357.28,59.2213,-0.802851,0,0,0,0,900,255,1,0),(70138,1732,0,1,1,-2106.72,-3357.28,59.2213,-0.802851,0,0,0,0,900,255,1,0),(70139,1733,0,1,1,-2106.72,-3357.28,59.2213,-0.802851,0,0,0,0,900,255,1,0),(70140,1734,0,1,1,-2106.72,-3357.28,59.2213,-0.802851,0,0,0,0,900,255,1,0),(70141,2047,0,1,1,-2106.72,-3357.28,59.2213,-0.802851,0,0,0,0,900,255,1,0),(70142,1735,0,1,1,-1164.86,-3734.62,109.443,-2.44346,0,0,0,0,900,255,1,0),(70143,2040,0,1,1,-1164.86,-3734.62,109.443,-2.44346,0,0,0,0,900,255,1,0),(70144,1732,0,1,1,-1164.86,-3734.62,109.443,-2.44346,0,0,0,0,900,255,1,0),(70145,1733,0,1,1,-1164.86,-3734.62,109.443,-2.44346,0,0,0,0,900,255,1,0),(70146,1734,0,1,1,-1164.86,-3734.62,109.443,-2.44346,0,0,0,0,900,255,1,0),(70147,2047,0,1,1,-1164.86,-3734.62,109.443,-2.44346,0,0,0,0,900,255,1,0),(70148,1735,0,1,1,-1242.73,-2000.77,42.0287,2.04204,0,0,0,0,900,255,1,0),(70149,2040,0,1,1,-1242.73,-2000.77,42.0287,2.04204,0,0,0,0,900,255,1,0),(70150,1732,0,1,1,-1242.73,-2000.77,42.0287,2.04204,0,0,0,0,900,255,1,0),(70151,1733,0,1,1,-1242.73,-2000.77,42.0287,2.04204,0,0,0,0,900,255,1,0),(70152,1734,0,1,1,-1242.73,-2000.77,42.0287,2.04204,0,0,0,0,900,255,1,0),(70153,2047,0,1,1,-1242.73,-2000.77,42.0287,2.04204,0,0,0,0,900,255,1,0),(70154,1735,0,1,1,-1200.78,-2056.92,41.233,2.44346,0,0,0,0,900,255,1,0),(70155,2040,0,1,1,-1200.78,-2056.92,41.233,2.44346,0,0,0,0,900,255,1,0),(70156,1732,0,1,1,-1200.78,-2056.92,41.233,2.44346,0,0,0,0,900,255,1,0),(70157,1733,0,1,1,-1200.78,-2056.92,41.233,2.44346,0,0,0,0,900,255,1,0),(70158,1734,0,1,1,-1200.78,-2056.92,41.233,2.44346,0,0,0,0,900,255,1,0),(70159,2047,0,1,1,-1200.78,-2056.92,41.233,2.44346,0,0,0,0,900,255,1,0),(70160,1735,0,1,1,-1831.79,-1443.18,59.4886,-0.314159,0,0,0,0,900,255,1,0),(70161,2040,0,1,1,-1831.79,-1443.18,59.4886,-0.314159,0,0,0,0,900,255,1,0),(70162,1732,0,1,1,-1831.79,-1443.18,59.4886,-0.314159,0,0,0,0,900,255,1,0),(70163,1733,0,1,1,-1831.79,-1443.18,59.4886,-0.314159,0,0,0,0,900,255,1,0),(70164,1734,0,1,1,-1831.79,-1443.18,59.4886,-0.314159,0,0,0,0,900,255,1,0),(70165,2047,0,1,1,-1831.79,-1443.18,59.4886,-0.314159,0,0,0,0,900,255,1,0),(70166,1735,0,1,1,-861.309,-1812.96,46.9976,-1.71042,0,0,0,0,900,255,1,0),(70167,2040,0,1,1,-861.309,-1812.96,46.9976,-1.71042,0,0,0,0,900,255,1,0),(70168,1732,0,1,1,-861.309,-1812.96,46.9976,-1.71042,0,0,0,0,900,255,1,0),(70169,1733,0,1,1,-861.309,-1812.96,46.9976,-1.71042,0,0,0,0,900,255,1,0),(70170,1734,0,1,1,-861.309,-1812.96,46.9976,-1.71042,0,0,0,0,900,255,1,0),(70171,2047,0,1,1,-861.309,-1812.96,46.9976,-1.71042,0,0,0,0,900,255,1,0),(70172,1735,0,1,1,-890.106,-2366.57,67.8352,0.349066,0,0,0,0,900,255,1,0),(70173,2040,0,1,1,-890.106,-2366.57,67.8352,0.349066,0,0,0,0,900,255,1,0),(70174,1732,0,1,1,-890.106,-2366.57,67.8352,0.349066,0,0,0,0,900,255,1,0),(70175,1733,0,1,1,-890.106,-2366.57,67.8352,0.349066,0,0,0,0,900,255,1,0),(70176,1734,0,1,1,-890.106,-2366.57,67.8352,0.349066,0,0,0,0,900,255,1,0),(70177,2047,0,1,1,-890.106,-2366.57,67.8352,0.349066,0,0,0,0,900,255,1,0),(70178,1735,0,1,1,-870.664,-3417.08,81.2847,0.331613,0,0,0,0,900,255,1,0),(70179,2040,0,1,1,-870.664,-3417.08,81.2847,0.331613,0,0,0,0,900,255,1,0),(70180,1732,0,1,1,-870.664,-3417.08,81.2847,0.331613,0,0,0,0,900,255,1,0),(70181,1733,0,1,1,-870.664,-3417.08,81.2847,0.331613,0,0,0,0,900,255,1,0),(70182,1734,0,1,1,-870.664,-3417.08,81.2847,0.331613,0,0,0,0,900,255,1,0),(70183,2047,0,1,1,-870.664,-3417.08,81.2847,0.331613,0,0,0,0,900,255,1,0),(70184,1735,0,1,1,-2063.44,-2676.59,88.1955,1.62316,0,0,0,0,900,255,1,0),(70185,2040,0,1,1,-2063.44,-2676.59,88.1955,1.62316,0,0,0,0,900,255,1,0),(70186,1732,0,1,1,-2063.44,-2676.59,88.1955,1.62316,0,0,0,0,900,255,1,0),(70187,1733,0,1,1,-2063.44,-2676.59,88.1955,1.62316,0,0,0,0,900,255,1,0),(70188,1734,0,1,1,-2063.44,-2676.59,88.1955,1.62316,0,0,0,0,900,255,1,0),(70189,2047,0,1,1,-2063.44,-2676.59,88.1955,1.62316,0,0,0,0,900,255,1,0),(70190,1735,0,1,1,-1684.47,-2838,43.3192,-1.81514,0,0,0,0,900,255,1,0),(70191,2040,0,1,1,-1684.47,-2838,43.3192,-1.81514,0,0,0,0,900,255,1,0),(70192,1732,0,1,1,-1684.47,-2838,43.3192,-1.81514,0,0,0,0,900,255,1,0),(70193,1733,0,1,1,-1684.47,-2838,43.3192,-1.81514,0,0,0,0,900,255,1,0),(70194,1734,0,1,1,-1684.47,-2838,43.3192,-1.81514,0,0,0,0,900,255,1,0),(70195,2047,0,1,1,-1684.47,-2838,43.3192,-1.81514,0,0,0,0,900,255,1,0),(70196,1735,0,1,1,-1391.31,-3408.41,55.6804,0.558505,0,0,0,0,900,255,1,0),(70197,2040,0,1,1,-1391.31,-3408.41,55.6804,0.558505,0,0,0,0,900,255,1,0),(70198,1732,0,1,1,-1391.31,-3408.41,55.6804,0.558505,0,0,0,0,900,255,1,0),(70199,1733,0,1,1,-1391.31,-3408.41,55.6804,0.558505,0,0,0,0,900,255,1,0),(70200,1734,0,1,1,-1391.31,-3408.41,55.6804,0.558505,0,0,0,0,900,255,1,0),(70201,2047,0,1,1,-1391.31,-3408.41,55.6804,0.558505,0,0,0,0,900,255,1,0),(70202,1735,0,1,1,-2098.44,-2829.28,211.396,0,0,0,0,0,900,255,1,0),(70203,2040,0,1,1,-2098.44,-2829.28,211.396,0,0,0,0,0,900,255,1,0),(70204,1732,0,1,1,-2098.44,-2829.28,211.396,0,0,0,0,0,900,255,1,0),(70205,1733,0,1,1,-2098.44,-2829.28,211.396,0,0,0,0,0,900,255,1,0),(70206,1734,0,1,1,-2098.44,-2829.28,211.396,0,0,0,0,0,900,255,1,0),(70207,2047,0,1,1,-2098.44,-2829.28,211.396,0,0,0,0,0,900,255,1,0),(70208,1735,0,1,1,-2094.03,-2843.83,222.646,0,0,0,0,0,900,255,1,0),(70209,2040,0,1,1,-2094.03,-2843.83,222.646,0,0,0,0,0,900,255,1,0),(70210,1732,0,1,1,-2094.03,-2843.83,222.646,0,0,0,0,0,900,255,1,0),(70211,1733,0,1,1,-2094.03,-2843.83,222.646,0,0,0,0,0,900,255,1,0),(70212,1734,0,1,1,-2094.03,-2843.83,222.646,0,0,0,0,0,900,255,1,0),(70213,2047,0,1,1,-2094.03,-2843.83,222.646,0,0,0,0,0,900,255,1,0),(70214,1735,0,1,1,-671.735,-3811.95,223.037,-2.28638,0,0,0,0,900,255,1,0),(70215,2040,0,1,1,-671.735,-3811.95,223.037,-2.28638,0,0,0,0,900,255,1,0),(70216,1732,0,1,1,-671.735,-3811.95,223.037,-2.28638,0,0,0,0,900,255,1,0),(70217,1733,0,1,1,-671.735,-3811.95,223.037,-2.28638,0,0,0,0,900,255,1,0),(70218,1734,0,1,1,-671.735,-3811.95,223.037,-2.28638,0,0,0,0,900,255,1,0),(70219,2047,0,1,1,-671.735,-3811.95,223.037,-2.28638,0,0,0,0,900,255,1,0),(70220,1735,0,1,1,-2307.24,-1790.67,-22.6112,0.453786,0,0,0,0,900,255,1,0),(70221,2040,0,1,1,-2307.24,-1790.67,-22.6112,0.453786,0,0,0,0,900,255,1,0),(70222,1732,0,1,1,-2307.24,-1790.67,-22.6112,0.453786,0,0,0,0,900,255,1,0),(70223,1733,0,1,1,-2307.24,-1790.67,-22.6112,0.453786,0,0,0,0,900,255,1,0),(70224,1734,0,1,1,-2307.24,-1790.67,-22.6112,0.453786,0,0,0,0,900,255,1,0),(70225,2047,0,1,1,-2307.24,-1790.67,-22.6112,0.453786,0,0,0,0,900,255,1,0),(70226,1735,0,1,1,-1674.69,-1442.03,45.8495,-0.872665,0,0,0,0,900,255,1,0),(70227,2040,0,1,1,-1674.69,-1442.03,45.8495,-0.872665,0,0,0,0,900,255,1,0),(70228,1732,0,1,1,-1674.69,-1442.03,45.8495,-0.872665,0,0,0,0,900,255,1,0),(70229,1733,0,1,1,-1674.69,-1442.03,45.8495,-0.872665,0,0,0,0,900,255,1,0),(70230,1734,0,1,1,-1674.69,-1442.03,45.8495,-0.872665,0,0,0,0,900,255,1,0),(70231,2047,0,1,1,-1674.69,-1442.03,45.8495,-0.872665,0,0,0,0,900,255,1,0),(70232,1735,0,1,1,-1819.15,-2011.03,66.5258,2.02458,0,0,0,0,900,255,1,0),(70233,2040,0,1,1,-1819.15,-2011.03,66.5258,2.02458,0,0,0,0,900,255,1,0),(70234,1732,0,1,1,-1819.15,-2011.03,66.5258,2.02458,0,0,0,0,900,255,1,0),(70235,1733,0,1,1,-1819.15,-2011.03,66.5258,2.02458,0,0,0,0,900,255,1,0),(70236,1734,0,1,1,-1819.15,-2011.03,66.5258,2.02458,0,0,0,0,900,255,1,0),(70237,2047,0,1,1,-1819.15,-2011.03,66.5258,2.02458,0,0,0,0,900,255,1,0),(70238,1735,0,1,1,-1854.6,-1493.8,49.2701,-1.50098,0,0,0,0,900,255,1,0),(70239,2040,0,1,1,-1854.6,-1493.8,49.2701,-1.50098,0,0,0,0,900,255,1,0),(70240,1732,0,1,1,-1854.6,-1493.8,49.2701,-1.50098,0,0,0,0,900,255,1,0),(70241,1733,0,1,1,-1854.6,-1493.8,49.2701,-1.50098,0,0,0,0,900,255,1,0),(70242,1734,0,1,1,-1854.6,-1493.8,49.2701,-1.50098,0,0,0,0,900,255,1,0),(70243,2047,0,1,1,-1854.6,-1493.8,49.2701,-1.50098,0,0,0,0,900,255,1,0),(70244,1735,0,1,1,-2249.11,-1888.32,18.0896,-1.88495,0,0,0,0,900,255,1,0),(70245,2040,0,1,1,-2249.11,-1888.32,18.0896,-1.88495,0,0,0,0,900,255,1,0),(70246,1732,0,1,1,-2249.11,-1888.32,18.0896,-1.88495,0,0,0,0,900,255,1,0),(70247,1733,0,1,1,-2249.11,-1888.32,18.0896,-1.88495,0,0,0,0,900,255,1,0),(70248,1734,0,1,1,-2249.11,-1888.32,18.0896,-1.88495,0,0,0,0,900,255,1,0),(70249,2047,0,1,1,-2249.11,-1888.32,18.0896,-1.88495,0,0,0,0,900,255,1,0),(70250,1735,0,1,1,-1189.47,-3085.4,47.0624,-1.32645,0,0,0,0,900,255,1,0),(70251,2040,0,1,1,-1189.47,-3085.4,47.0624,-1.32645,0,0,0,0,900,255,1,0),(70252,1732,0,1,1,-1189.47,-3085.4,47.0624,-1.32645,0,0,0,0,900,255,1,0),(70253,1733,0,1,1,-1189.47,-3085.4,47.0624,-1.32645,0,0,0,0,900,255,1,0),(70254,1734,0,1,1,-1189.47,-3085.4,47.0624,-1.32645,0,0,0,0,900,255,1,0),(70255,2047,0,1,1,-1189.47,-3085.4,47.0624,-1.32645,0,0,0,0,900,255,1,0),(70256,1735,0,1,1,-1755.99,-1427.99,63.643,1.78023,0,0,0,0,900,255,1,0),(70257,2040,0,1,1,-1755.99,-1427.99,63.643,1.78023,0,0,0,0,900,255,1,0),(70258,1732,0,1,1,-1755.99,-1427.99,63.643,1.78023,0,0,0,0,900,255,1,0),(70259,1733,0,1,1,-1755.99,-1427.99,63.643,1.78023,0,0,0,0,900,255,1,0),(70260,1734,0,1,1,-1755.99,-1427.99,63.643,1.78023,0,0,0,0,900,255,1,0),(70261,2047,0,1,1,-1755.99,-1427.99,63.643,1.78023,0,0,0,0,900,255,1,0),(70262,1735,0,1,1,-2339.53,-1646.11,-24.6021,0.698132,0,0,0,0,900,255,1,0),(70263,2040,0,1,1,-2339.53,-1646.11,-24.6021,0.698132,0,0,0,0,900,255,1,0),(70264,1732,0,1,1,-2339.53,-1646.11,-24.6021,0.698132,0,0,0,0,900,255,1,0),(70265,1733,0,1,1,-2339.53,-1646.11,-24.6021,0.698132,0,0,0,0,900,255,1,0),(70266,1734,0,1,1,-2339.53,-1646.11,-24.6021,0.698132,0,0,0,0,900,255,1,0),(70267,2047,0,1,1,-2339.53,-1646.11,-24.6021,0.698132,0,0,0,0,900,255,1,0),(70268,1735,0,1,1,-1851.72,-1538.44,66.9113,2.19912,0,0,0,0,900,255,1,0),(70269,2040,0,1,1,-1851.72,-1538.44,66.9113,2.19912,0,0,0,0,900,255,1,0),(70270,1732,0,1,1,-1851.72,-1538.44,66.9113,2.19912,0,0,0,0,900,255,1,0),(70271,1733,0,1,1,-1851.72,-1538.44,66.9113,2.19912,0,0,0,0,900,255,1,0),(70272,1734,0,1,1,-1851.72,-1538.44,66.9113,2.19912,0,0,0,0,900,255,1,0),(70273,2047,0,1,1,-1851.72,-1538.44,66.9113,2.19912,0,0,0,0,900,255,1,0),(70274,1735,0,1,1,-1831.79,-1443.18,59.4886,-0.314158,0,0,0,0,900,255,1,0),(70275,2040,0,1,1,-1831.79,-1443.18,59.4886,-0.314158,0,0,0,0,900,255,1,0),(70276,1732,0,1,1,-1831.79,-1443.18,59.4886,-0.314158,0,0,0,0,900,255,1,0),(70277,1733,0,1,1,-1831.79,-1443.18,59.4886,-0.314158,0,0,0,0,900,255,1,0),(70278,1734,0,1,1,-1831.79,-1443.18,59.4886,-0.314158,0,0,0,0,900,255,1,0),(70279,2047,0,1,1,-1831.79,-1443.18,59.4886,-0.314158,0,0,0,0,900,255,1,0),(70280,1735,0,1,1,-570.907,-1973.91,61.6349,1.93731,0,0,0,0,900,255,1,0),(70281,2040,0,1,1,-570.907,-1973.91,61.6349,1.93731,0,0,0,0,900,255,1,0),(70282,1732,0,1,1,-570.907,-1973.91,61.6349,1.93731,0,0,0,0,900,255,1,0),(70283,1733,0,1,1,-570.907,-1973.91,61.6349,1.93731,0,0,0,0,900,255,1,0),(70284,1734,0,1,1,-570.907,-1973.91,61.6349,1.93731,0,0,0,0,900,255,1,0),(70285,2047,0,1,1,-570.907,-1973.91,61.6349,1.93731,0,0,0,0,900,255,1,0),(70286,1735,0,1,1,-870.664,-3417.08,81.2847,0.331611,0,0,0,0,900,255,1,0),(70287,2040,0,1,1,-870.664,-3417.08,81.2847,0.331611,0,0,0,0,900,255,1,0),(70288,1732,0,1,1,-870.664,-3417.08,81.2847,0.331611,0,0,0,0,900,255,1,0),(70289,1733,0,1,1,-870.664,-3417.08,81.2847,0.331611,0,0,0,0,900,255,1,0),(70290,1734,0,1,1,-870.664,-3417.08,81.2847,0.331611,0,0,0,0,900,255,1,0),(70291,2047,0,1,1,-870.664,-3417.08,81.2847,0.331611,0,0,0,0,900,255,1,0),(70292,1735,0,1,1,-1967.31,-3303.95,56.4634,1.6057,0,0,0,0,900,255,1,0),(70293,2040,0,1,1,-1967.31,-3303.95,56.4634,1.6057,0,0,0,0,900,255,1,0),(70294,1732,0,1,1,-1967.31,-3303.95,56.4634,1.6057,0,0,0,0,900,255,1,0),(70295,1733,0,1,1,-1967.31,-3303.95,56.4634,1.6057,0,0,0,0,900,255,1,0),(70296,1734,0,1,1,-1967.31,-3303.95,56.4634,1.6057,0,0,0,0,900,255,1,0),(70297,2047,0,1,1,-1967.31,-3303.95,56.4634,1.6057,0,0,0,0,900,255,1,0),(70298,1735,0,1,1,-936.717,-1556.4,58.4301,2.32129,0,0,0,0,900,255,1,0),(70299,2040,0,1,1,-936.717,-1556.4,58.4301,2.32129,0,0,0,0,900,255,1,0),(70300,1732,0,1,1,-936.717,-1556.4,58.4301,2.32129,0,0,0,0,900,255,1,0),(70301,1733,0,1,1,-936.717,-1556.4,58.4301,2.32129,0,0,0,0,900,255,1,0),(70302,1734,0,1,1,-936.717,-1556.4,58.4301,2.32129,0,0,0,0,900,255,1,0),(70303,2047,0,1,1,-936.717,-1556.4,58.4301,2.32129,0,0,0,0,900,255,1,0),(70304,1735,0,1,1,-1662.89,-3521.96,71.4645,3.01941,0,0,0,0,900,255,1,0),(70305,2040,0,1,1,-1662.89,-3521.96,71.4645,3.01941,0,0,0,0,900,255,1,0),(70306,1732,0,1,1,-1662.89,-3521.96,71.4645,3.01941,0,0,0,0,900,255,1,0),(70307,1733,0,1,1,-1662.89,-3521.96,71.4645,3.01941,0,0,0,0,900,255,1,0),(70308,1734,0,1,1,-1662.89,-3521.96,71.4645,3.01941,0,0,0,0,900,255,1,0),(70309,2047,0,1,1,-1662.89,-3521.96,71.4645,3.01941,0,0,0,0,900,255,1,0),(70310,1735,0,1,1,-795.956,-3359.17,84.0471,-0.750491,0,0,0,0,900,255,1,0),(70311,2040,0,1,1,-795.956,-3359.17,84.0471,-0.750491,0,0,0,0,900,255,1,0),(70312,1732,0,1,1,-795.956,-3359.17,84.0471,-0.750491,0,0,0,0,900,255,1,0),(70313,1733,0,1,1,-795.956,-3359.17,84.0471,-0.750491,0,0,0,0,900,255,1,0),(70314,1734,0,1,1,-795.956,-3359.17,84.0471,-0.750491,0,0,0,0,900,255,1,0),(70315,2047,0,1,1,-795.956,-3359.17,84.0471,-0.750491,0,0,0,0,900,255,1,0),(70316,1735,0,1,1,-1739.74,-3479.38,58.7864,-0.418879,0,0,0,0,900,255,1,0),(70317,2040,0,1,1,-1739.74,-3479.38,58.7864,-0.418879,0,0,0,0,900,255,1,0),(70318,1732,0,1,1,-1739.74,-3479.38,58.7864,-0.418879,0,0,0,0,900,255,1,0),(70319,1733,0,1,1,-1739.74,-3479.38,58.7864,-0.418879,0,0,0,0,900,255,1,0),(70320,1734,0,1,1,-1739.74,-3479.38,58.7864,-0.418879,0,0,0,0,900,255,1,0),(70321,2047,0,1,1,-1739.74,-3479.38,58.7864,-0.418879,0,0,0,0,900,255,1,0),(70322,1735,0,1,1,-961.645,-2236.57,58.6912,-2.80997,0,0,0,0,900,255,1,0),(70323,2040,0,1,1,-961.645,-2236.57,58.6912,-2.80997,0,0,0,0,900,255,1,0),(70324,1732,0,1,1,-961.645,-2236.57,58.6912,-2.80997,0,0,0,0,900,255,1,0),(70325,1733,0,1,1,-961.645,-2236.57,58.6912,-2.80997,0,0,0,0,900,255,1,0),(70326,1734,0,1,1,-961.645,-2236.57,58.6912,-2.80997,0,0,0,0,900,255,1,0),(70327,2047,0,1,1,-961.645,-2236.57,58.6912,-2.80997,0,0,0,0,900,255,1,0),(70328,1735,0,1,1,-824.069,-3644.92,91.11,-1.83259,0,0,0,0,900,255,1,0),(70329,2040,0,1,1,-824.069,-3644.92,91.11,-1.83259,0,0,0,0,900,255,1,0),(70330,1732,0,1,1,-824.069,-3644.92,91.11,-1.83259,0,0,0,0,900,255,1,0),(70331,1733,0,1,1,-824.069,-3644.92,91.11,-1.83259,0,0,0,0,900,255,1,0),(70332,1734,0,1,1,-824.069,-3644.92,91.11,-1.83259,0,0,0,0,900,255,1,0),(70333,2047,0,1,1,-824.069,-3644.92,91.11,-1.83259,0,0,0,0,900,255,1,0),(70334,1735,0,1,1,-1937.67,-3216.95,78.7885,-0.418879,0,0,0,0,900,255,1,0),(70335,2040,0,1,1,-1937.67,-3216.95,78.7885,-0.418879,0,0,0,0,900,255,1,0),(70336,1732,0,1,1,-1937.67,-3216.95,78.7885,-0.418879,0,0,0,0,900,255,1,0),(70337,1733,0,1,1,-1937.67,-3216.95,78.7885,-0.418879,0,0,0,0,900,255,1,0),(70338,1734,0,1,1,-1937.67,-3216.95,78.7885,-0.418879,0,0,0,0,900,255,1,0),(70339,2047,0,1,1,-1937.67,-3216.95,78.7885,-0.418879,0,0,0,0,900,255,1,0),(70340,1735,0,1,1,-688.662,-2243.45,72.0709,2.32129,0,0,0,0,900,255,1,0),(70341,2040,0,1,1,-688.662,-2243.45,72.0709,2.32129,0,0,0,0,900,255,1,0),(70342,1732,0,1,1,-688.662,-2243.45,72.0709,2.32129,0,0,0,0,900,255,1,0),(70343,1733,0,1,1,-688.662,-2243.45,72.0709,2.32129,0,0,0,0,900,255,1,0),(70344,1734,0,1,1,-688.662,-2243.45,72.0709,2.32129,0,0,0,0,900,255,1,0),(70345,2047,0,1,1,-688.662,-2243.45,72.0709,2.32129,0,0,0,0,900,255,1,0),(70346,1735,0,1,1,-990.192,-2587.46,65.2202,1.97222,0,0,0,0,900,255,1,0),(70347,2040,0,1,1,-990.192,-2587.46,65.2202,1.97222,0,0,0,0,900,255,1,0),(70348,1732,0,1,1,-990.192,-2587.46,65.2202,1.97222,0,0,0,0,900,255,1,0),(70349,1733,0,1,1,-990.192,-2587.46,65.2202,1.97222,0,0,0,0,900,255,1,0),(70350,1734,0,1,1,-990.192,-2587.46,65.2202,1.97222,0,0,0,0,900,255,1,0),(70351,2047,0,1,1,-990.192,-2587.46,65.2202,1.97222,0,0,0,0,900,255,1,0),(70352,1735,0,1,1,-2065.41,-3307.87,67.9717,-0.942477,0,0,0,0,900,255,1,0),(70353,2040,0,1,1,-2065.41,-3307.87,67.9717,-0.942477,0,0,0,0,900,255,1,0),(70354,1732,0,1,1,-2065.41,-3307.87,67.9717,-0.942477,0,0,0,0,900,255,1,0),(70355,1733,0,1,1,-2065.41,-3307.87,67.9717,-0.942477,0,0,0,0,900,255,1,0),(70356,1734,0,1,1,-2065.41,-3307.87,67.9717,-0.942477,0,0,0,0,900,255,1,0),(70357,2047,0,1,1,-2065.41,-3307.87,67.9717,-0.942477,0,0,0,0,900,255,1,0),(70358,1735,0,1,1,-1729.78,-3290.1,13.5406,-2.14675,0,0,0,0,900,255,1,0),(70359,2040,0,1,1,-1729.78,-3290.1,13.5406,-2.14675,0,0,0,0,900,255,1,0),(70360,1732,0,1,1,-1729.78,-3290.1,13.5406,-2.14675,0,0,0,0,900,255,1,0),(70361,1733,0,1,1,-1729.78,-3290.1,13.5406,-2.14675,0,0,0,0,900,255,1,0),(70362,1734,0,1,1,-1729.78,-3290.1,13.5406,-2.14675,0,0,0,0,900,255,1,0),(70363,2047,0,1,1,-1729.78,-3290.1,13.5406,-2.14675,0,0,0,0,900,255,1,0),(70364,2040,0,1,1,-986,-3874,149.125,5.489,0,0,0,0,900,255,1,0),(70365,2653,0,1,1,-986,-3874,149.125,5.489,0,0,0,0,900,255,1,0),(70366,1733,0,1,1,-986,-3874,149.125,5.489,0,0,0,0,900,255,1,0),(70367,1734,0,1,1,-986,-3874,149.125,5.489,0,0,0,0,900,255,1,0),(70368,2047,0,1,1,-986,-3874,149.125,5.489,0,0,0,0,900,255,1,0),(70369,2040,0,1,1,-989,-3852,149.946,5.489,0,0,0,0,900,255,1,0),(70370,2653,0,1,1,-989,-3852,149.946,5.489,0,0,0,0,900,255,1,0),(70371,1733,0,1,1,-989,-3852,149.946,5.489,0,0,0,0,900,255,1,0),(70372,1734,0,1,1,-989,-3852,149.946,5.489,0,0,0,0,900,255,1,0),(70373,2047,0,1,1,-989,-3852,149.946,5.489,0,0,0,0,900,255,1,0),(70374,2040,0,1,1,-926,-3857,145.847,0.037,0,0,0,0,900,255,1,0),(70375,2653,0,1,1,-926,-3857,145.847,0.037,0,0,0,0,900,255,1,0),(70376,1733,0,1,1,-926,-3857,145.847,0.037,0,0,0,0,900,255,1,0),(70377,1734,0,1,1,-926,-3857,145.847,0.037,0,0,0,0,900,255,1,0),(70378,2047,0,1,1,-926,-3857,145.847,0.037,0,0,0,0,900,255,1,0),(70379,2040,0,1,1,-817,-3883,144.968,2.956,0,0,0,0,900,255,1,0),(70380,2653,0,1,1,-817,-3883,144.968,2.956,0,0,0,0,900,255,1,0),(70381,1733,0,1,1,-817,-3883,144.968,2.956,0,0,0,0,900,255,1,0),(70382,1734,0,1,1,-817,-3883,144.968,2.956,0,0,0,0,900,255,1,0),(70383,2047,0,1,1,-817,-3883,144.968,2.956,0,0,0,0,900,255,1,0),(70384,2040,0,1,1,-883,-3979.5,139.893,4.69,0,0,0,0,900,255,1,0),(70385,2653,0,1,1,-883,-3979.5,139.893,4.69,0,0,0,0,900,255,1,0),(70386,1733,0,1,1,-883,-3979.5,139.893,4.69,0,0,0,0,900,255,1,0),(70387,1734,0,1,1,-883,-3979.5,139.893,4.69,0,0,0,0,900,255,1,0),(70388,2047,0,1,1,-883,-3979.5,139.893,4.69,0,0,0,0,900,255,1,0),(70389,2040,0,1,1,-884,-3912,134.78,5.318,0,0,0,0,900,255,1,0),(70390,2653,0,1,1,-884,-3912,134.78,5.318,0,0,0,0,900,255,1,0),(70391,1733,0,1,1,-884,-3912,134.78,5.318,0,0,0,0,900,255,1,0),(70392,1734,0,1,1,-884,-3912,134.78,5.318,0,0,0,0,900,255,1,0),(70393,2047,0,1,1,-884,-3912,134.78,5.318,0,0,0,0,900,255,1,0),(70394,2040,0,1,1,-930,-3875,147.403,2.463,0,0,0,0,900,255,1,0),(70395,2653,0,1,1,-930,-3875,147.403,2.463,0,0,0,0,900,255,1,0),(70396,1733,0,1,1,-930,-3875,147.403,2.463,0,0,0,0,900,255,1,0),(70397,1734,0,1,1,-930,-3875,147.403,2.463,0,0,0,0,900,255,1,0),(70398,2047,0,1,1,-930,-3875,147.403,2.463,0,0,0,0,900,255,1,0),(70399,2040,0,1,1,-968,-3890,151.423,5.489,0,0,0,0,900,255,1,0),(70400,2653,0,1,1,-968,-3890,151.423,5.489,0,0,0,0,900,255,1,0),(70401,1733,0,1,1,-968,-3890,151.423,5.489,0,0,0,0,900,255,1,0),(70402,1734,0,1,1,-968,-3890,151.423,5.489,0,0,0,0,900,255,1,0),(70403,2047,0,1,1,-968,-3890,151.423,5.489,0,0,0,0,900,255,1,0),(70404,2040,0,1,1,-798,-3897,144.968,0.587,0,0,0,0,900,255,1,0),(70405,2653,0,1,1,-798,-3897,144.968,0.587,0,0,0,0,900,255,1,0),(70406,1733,0,1,1,-798,-3897,144.968,0.587,0,0,0,0,900,255,1,0),(70407,1734,0,1,1,-798,-3897,144.968,0.587,0,0,0,0,900,255,1,0),(70408,2047,0,1,1,-798,-3897,144.968,0.587,0,0,0,0,900,255,1,0),(70409,2040,0,1,1,-931,-3953,148.85,3.308,0,0,0,0,900,255,1,0),(70410,2653,0,1,1,-931,-3953,148.85,3.308,0,0,0,0,900,255,1,0),(70411,1733,0,1,1,-931,-3953,148.85,3.308,0,0,0,0,900,255,1,0),(70412,1734,0,1,1,-931,-3953,148.85,3.308,0,0,0,0,900,255,1,0),(70413,2047,0,1,1,-931,-3953,148.85,3.308,0,0,0,0,900,255,1,0),(70414,2040,0,1,1,-911,-3946,151.794,5.935,0,0,0,0,900,255,1,0),(70415,2653,0,1,1,-911,-3946,151.794,5.935,0,0,0,0,900,255,1,0),(70416,1733,0,1,1,-911,-3946,151.794,5.935,0,0,0,0,900,255,1,0),(70417,1734,0,1,1,-911,-3946,151.794,5.935,0,0,0,0,900,255,1,0),(70418,2047,0,1,1,-911,-3946,151.794,5.935,0,0,0,0,900,255,1,0),(70419,2040,0,1,1,-897,-3949,138.035,5.191,0,0,0,0,900,255,1,0),(70420,2653,0,1,1,-897,-3949,138.035,5.191,0,0,0,0,900,255,1,0),(70421,1733,0,1,1,-897,-3949,138.035,5.191,0,0,0,0,900,255,1,0),(70422,1734,0,1,1,-897,-3949,138.035,5.191,0,0,0,0,900,255,1,0),(70423,2047,0,1,1,-897,-3949,138.035,5.191,0,0,0,0,900,255,1,0),(70424,2040,0,1,1,-819.6,-3912.4,145.84,0.56,0,0,0,0,900,255,1,0),(70425,2653,0,1,1,-819.6,-3912.4,145.84,0.56,0,0,0,0,900,255,1,0),(70426,1733,0,1,1,-819.6,-3912.4,145.84,0.56,0,0,0,0,900,255,1,0),(70427,1734,0,1,1,-819.6,-3912.4,145.84,0.56,0,0,0,0,900,255,1,0),(70428,2047,0,1,1,-819.6,-3912.4,145.84,0.56,0,0,0,0,900,255,1,0),(70429,2040,0,1,1,-896,-4000,144.195,1.695,0,0,0,0,900,255,1,0),(70430,2653,0,1,1,-896,-4000,144.195,1.695,0,0,0,0,900,255,1,0),(70431,1733,0,1,1,-896,-4000,144.195,1.695,0,0,0,0,900,255,1,0),(70432,1734,0,1,1,-896,-4000,144.195,1.695,0,0,0,0,900,255,1,0),(70433,2047,0,1,1,-896,-4000,144.195,1.695,0,0,0,0,900,255,1,0),(70434,2040,0,1,1,-858,-3999,146.267,5.997,0,0,0,0,900,255,1,0),(70435,2653,0,1,1,-858,-3999,146.267,5.997,0,0,0,0,900,255,1,0),(70436,1733,0,1,1,-858,-3999,146.267,5.997,0,0,0,0,900,255,1,0),(70437,1734,0,1,1,-858,-3999,146.267,5.997,0,0,0,0,900,255,1,0),(70438,2047,0,1,1,-858,-3999,146.267,5.997,0,0,0,0,900,255,1,0),(70439,2040,0,1,1,-925,-3892,144.599,2.709,0,0,0,0,900,255,1,0),(70440,2653,0,1,1,-925,-3892,144.599,2.709,0,0,0,0,900,255,1,0),(70441,1733,0,1,1,-925,-3892,144.599,2.709,0,0,0,0,900,255,1,0),(70442,1734,0,1,1,-925,-3892,144.599,2.709,0,0,0,0,900,255,1,0),(70443,2047,0,1,1,-925,-3892,144.599,2.709,0,0,0,0,900,255,1,0),(70444,2040,0,1,1,-938,-3848,148.087,1.133,0,0,0,0,900,255,1,0),(70445,2653,0,1,1,-938,-3848,148.087,1.133,0,0,0,0,900,255,1,0),(70446,1733,0,1,1,-938,-3848,148.087,1.133,0,0,0,0,900,255,1,0),(70447,1734,0,1,1,-938,-3848,148.087,1.133,0,0,0,0,900,255,1,0),(70448,2047,0,1,1,-938,-3848,148.087,1.133,0,0,0,0,900,255,1,0),(70449,2040,0,1,1,-836,-3929,148.626,0.973,0,0,0,0,900,255,1,0),(70450,2653,0,1,1,-836,-3929,148.626,0.973,0,0,0,0,900,255,1,0),(70451,1733,0,1,1,-836,-3929,148.626,0.973,0,0,0,0,900,255,1,0),(70452,1734,0,1,1,-836,-3929,148.626,0.973,0,0,0,0,900,255,1,0),(70453,2047,0,1,1,-836,-3929,148.626,0.973,0,0,0,0,900,255,1,0),(70454,2040,0,1,1,-946.57,-3893,154.072,5.351,0,0,0,0,900,255,1,0),(70455,2653,0,1,1,-946.57,-3893,154.072,5.351,0,0,0,0,900,255,1,0),(70456,1733,0,1,1,-946.57,-3893,154.072,5.351,0,0,0,0,900,255,1,0),(70457,1734,0,1,1,-946.57,-3893,154.072,5.351,0,0,0,0,900,255,1,0),(70458,2047,0,1,1,-946.57,-3893,154.072,5.351,0,0,0,0,900,255,1,0),(70459,2040,0,1,1,-883,-3885,135.184,5.9,0,0,0,0,900,255,1,0),(70460,2653,0,1,1,-883,-3885,135.184,5.9,0,0,0,0,900,255,1,0),(70461,1733,0,1,1,-883,-3885,135.184,5.9,0,0,0,0,900,255,1,0),(70462,1734,0,1,1,-883,-3885,135.184,5.9,0,0,0,0,900,255,1,0),(70463,2047,0,1,1,-883,-3885,135.184,5.9,0,0,0,0,900,255,1,0),(70464,2040,0,1,1,-854,-3930,148.799,0.317,0,0,0,0,900,255,1,0),(70465,2653,0,1,1,-854,-3930,148.799,0.317,0,0,0,0,900,255,1,0),(70466,1733,0,1,1,-854,-3930,148.799,0.317,0,0,0,0,900,255,1,0),(70467,1734,0,1,1,-854,-3930,148.799,0.317,0,0,0,0,900,255,1,0),(70468,2047,0,1,1,-854,-3930,148.799,0.317,0,0,0,0,900,255,1,0),(70469,2040,0,1,1,-852.465,-3889.12,140.951,2.4,0,0,0,0,900,255,1,0),(70470,2653,0,1,1,-852.465,-3889.12,140.951,2.4,0,0,0,0,900,255,1,0),(70471,1733,0,1,1,-852.465,-3889.12,140.951,2.4,0,0,0,0,900,255,1,0),(70472,1734,0,1,1,-852.465,-3889.12,140.951,2.4,0,0,0,0,900,255,1,0),(70473,2047,0,1,1,-852.465,-3889.12,140.951,2.4,0,0,0,0,900,255,1,0),(70474,2040,0,1,1,-857.528,-3931.43,149.044,-0.20944,0,0,0,0,900,255,1,0),(70475,2653,0,1,1,-857.528,-3931.43,149.044,-0.20944,0,0,0,0,900,255,1,0),(70476,1733,0,1,1,-857.528,-3931.43,149.044,-0.20944,0,0,0,0,900,255,1,0),(70477,1734,0,1,1,-857.528,-3931.43,149.044,-0.20944,0,0,0,0,900,255,1,0),(70478,2047,0,1,1,-857.528,-3931.43,149.044,-0.20944,0,0,0,0,900,255,1,0),(70479,2040,0,1,1,-882.01,-3885.88,135.174,2.98451,0,0,0,0,900,255,1,0),(70480,2653,0,1,1,-882.01,-3885.88,135.174,2.98451,0,0,0,0,900,255,1,0),(70481,1733,0,1,1,-882.01,-3885.88,135.174,2.98451,0,0,0,0,900,255,1,0),(70482,1734,0,1,1,-882.01,-3885.88,135.174,2.98451,0,0,0,0,900,255,1,0),(70483,2047,0,1,1,-882.01,-3885.88,135.174,2.98451,0,0,0,0,900,255,1,0),(70484,2040,0,1,1,-842.014,-3939.07,150.111,1.309,0,0,0,0,900,255,1,0),(70485,2653,0,1,1,-842.014,-3939.07,150.111,1.309,0,0,0,0,900,255,1,0),(70486,1733,0,1,1,-842.014,-3939.07,150.111,1.309,0,0,0,0,900,255,1,0),(70487,1734,0,1,1,-842.014,-3939.07,150.111,1.309,0,0,0,0,900,255,1,0),(70488,2047,0,1,1,-842.014,-3939.07,150.111,1.309,0,0,0,0,900,255,1,0),(70489,2040,0,1,1,-830.497,-3885.8,147.603,0.087266,0,0,0,0,900,255,1,0),(70490,2653,0,1,1,-830.497,-3885.8,147.603,0.087266,0,0,0,0,900,255,1,0),(70491,1733,0,1,1,-830.497,-3885.8,147.603,0.087266,0,0,0,0,900,255,1,0),(70492,1734,0,1,1,-830.497,-3885.8,147.603,0.087266,0,0,0,0,900,255,1,0),(70493,2047,0,1,1,-830.497,-3885.8,147.603,0.087266,0,0,0,0,900,255,1,0),(70494,2040,0,1,1,-947.561,-3927.05,145.284,-2.23402,0,0,0,0,900,255,1,0),(70495,2653,0,1,1,-947.561,-3927.05,145.284,-2.23402,0,0,0,0,900,255,1,0),(70496,1733,0,1,1,-947.561,-3927.05,145.284,-2.23402,0,0,0,0,900,255,1,0),(70497,1734,0,1,1,-947.561,-3927.05,145.284,-2.23402,0,0,0,0,900,255,1,0),(70498,2047,0,1,1,-947.561,-3927.05,145.284,-2.23402,0,0,0,0,900,255,1,0),(70499,2040,0,1,1,-793.146,-3898.25,145.014,0.10472,0,0,0,0,900,255,1,0),(70500,2653,0,1,1,-793.146,-3898.25,145.014,0.10472,0,0,0,0,900,255,1,0),(70501,1733,0,1,1,-793.146,-3898.25,145.014,0.10472,0,0,0,0,900,255,1,0),(70502,1734,0,1,1,-793.146,-3898.25,145.014,0.10472,0,0,0,0,900,255,1,0),(70503,2047,0,1,1,-793.146,-3898.25,145.014,0.10472,0,0,0,0,900,255,1,0),(70504,2040,0,1,1,-874.558,-3911.16,134.068,-0.977384,0,0,0,0,900,255,1,0),(70505,2653,0,1,1,-874.558,-3911.16,134.068,-0.977384,0,0,0,0,900,255,1,0),(70506,1733,0,1,1,-874.558,-3911.16,134.068,-0.977384,0,0,0,0,900,255,1,0),(70507,1734,0,1,1,-874.558,-3911.16,134.068,-0.977384,0,0,0,0,900,255,1,0),(70508,2047,0,1,1,-874.558,-3911.16,134.068,-0.977384,0,0,0,0,900,255,1,0),(70757,1734,0,1,1,-6936,-2709,252.405,2.916,0,0,0,0,900,255,1,0),(70758,1733,0,1,1,-6936,-2709,252.405,2.916,0,0,0,0,900,255,1,0),(70759,2047,0,1,1,-6936,-2709,252.405,2.916,0,0,0,0,900,255,1,0),(70760,1735,0,1,1,-6770.47,-2845.89,246.351,0.523598,0,0,0,0,900,255,1,0),(70761,2040,0,1,1,-6770.47,-2845.89,246.351,0.523598,0,0,0,0,900,255,1,0),(70762,1734,0,1,1,-6770.47,-2845.89,246.351,0.523598,0,0,0,0,900,255,1,0),(70763,1733,0,1,1,-6770.47,-2845.89,246.351,0.523598,0,0,0,0,900,255,1,0),(70764,2047,0,1,1,-6770.47,-2845.89,246.351,0.523598,0,0,0,0,900,255,1,0),(70765,1735,0,1,1,-6740,-3149,247.648,5.845,0,0,0,0,900,255,1,0),(70766,2040,0,1,1,-6740,-3149,247.648,5.845,0,0,0,0,900,255,1,0),(70767,1734,0,1,1,-6740,-3149,247.648,5.845,0,0,0,0,900,255,1,0),(70768,1733,0,1,1,-6740,-3149,247.648,5.845,0,0,0,0,900,255,1,0),(70769,2047,0,1,1,-6740,-3149,247.648,5.845,0,0,0,0,900,255,1,0),(70770,1735,0,1,1,-7110,-3652,263.424,3.794,0,0,0,0,900,255,1,0),(70771,2040,0,1,1,-7110,-3652,263.424,3.794,0,0,0,0,900,255,1,0),(70772,1734,0,1,1,-7110,-3652,263.424,3.794,0,0,0,0,900,255,1,0),(70773,1733,0,1,1,-7110,-3652,263.424,3.794,0,0,0,0,900,255,1,0),(70774,2047,0,1,1,-7110,-3652,263.424,3.794,0,0,0,0,900,255,1,0),(70775,1735,0,1,1,-6629,-3767,265.948,3.796,0,0,0,0,900,255,1,0),(70776,2040,0,1,1,-6629,-3767,265.948,3.796,0,0,0,0,900,255,1,0),(70777,1734,0,1,1,-6629,-3767,265.948,3.796,0,0,0,0,900,255,1,0),(70778,1733,0,1,1,-6629,-3767,265.948,3.796,0,0,0,0,900,255,1,0),(70779,2047,0,1,1,-6629,-3767,265.948,3.796,0,0,0,0,900,255,1,0),(70780,1735,0,1,1,-6637,-3561,250.831,2.19,0,0,0,0,900,255,1,0),(70781,2040,0,1,1,-6637,-3561,250.831,2.19,0,0,0,0,900,255,1,0),(70782,1734,0,1,1,-6637,-3561,250.831,2.19,0,0,0,0,900,255,1,0),(70783,1733,0,1,1,-6637,-3561,250.831,2.19,0,0,0,0,900,255,1,0),(70784,2047,0,1,1,-6637,-3561,250.831,2.19,0,0,0,0,900,255,1,0),(70785,1735,0,1,1,-7223,-3502,316.694,4.118,0,0,0,0,900,255,1,0),(70786,2040,0,1,1,-7223,-3502,316.694,4.118,0,0,0,0,900,255,1,0),(70787,1734,0,1,1,-7223,-3502,316.694,4.118,0,0,0,0,900,255,1,0),(70788,1733,0,1,1,-7223,-3502,316.694,4.118,0,0,0,0,900,255,1,0),(70789,2047,0,1,1,-7223,-3502,316.694,4.118,0,0,0,0,900,255,1,0),(70790,1735,0,1,1,-6681,-3206,260.117,4.142,0,0,0,0,900,255,1,0),(70791,2040,0,1,1,-6681,-3206,260.117,4.142,0,0,0,0,900,255,1,0),(70792,1734,0,1,1,-6681,-3206,260.117,4.142,0,0,0,0,900,255,1,0),(70793,1733,0,1,1,-6681,-3206,260.117,4.142,0,0,0,0,900,255,1,0),(70794,2047,0,1,1,-6681,-3206,260.117,4.142,0,0,0,0,900,255,1,0),(70795,1735,0,1,1,-6743,-3092,280.305,0.733,0,0,0,0,900,255,1,0),(70796,2040,0,1,1,-6743,-3092,280.305,0.733,0,0,0,0,900,255,1,0),(70797,1734,0,1,1,-6743,-3092,280.305,0.733,0,0,0,0,900,255,1,0),(70798,1733,0,1,1,-6743,-3092,280.305,0.733,0,0,0,0,900,255,1,0),(70799,2047,0,1,1,-6743,-3092,280.305,0.733,0,0,0,0,900,255,1,0),(70800,1735,0,1,1,-6696,-3017,261.19,0.545,0,0,0,0,900,255,1,0),(70801,2040,0,1,1,-6696,-3017,261.19,0.545,0,0,0,0,900,255,1,0),(70802,1734,0,1,1,-6696,-3017,261.19,0.545,0,0,0,0,900,255,1,0),(70803,1733,0,1,1,-6696,-3017,261.19,0.545,0,0,0,0,900,255,1,0),(70804,2047,0,1,1,-6696,-3017,261.19,0.545,0,0,0,0,900,255,1,0),(70805,1735,0,1,1,-7028,-3162,252.515,1.531,0,0,0,0,900,255,1,0),(70806,2040,0,1,1,-7028,-3162,252.515,1.531,0,0,0,0,900,255,1,0),(70807,1734,0,1,1,-7028,-3162,252.515,1.531,0,0,0,0,900,255,1,0),(70808,1733,0,1,1,-7028,-3162,252.515,1.531,0,0,0,0,900,255,1,0),(70809,2047,0,1,1,-7028,-3162,252.515,1.531,0,0,0,0,900,255,1,0),(70810,1735,0,1,1,-6787.1,-2965.44,249.699,2.28638,0,0,0,1,900,255,1,0),(70811,2040,0,1,1,-6787.1,-2965.44,249.699,2.28638,0,0,0,1,900,255,1,0),(70812,1734,0,1,1,-6787.1,-2965.44,249.699,2.28638,0,0,0,1,900,255,1,0),(70813,1733,0,1,1,-6787.1,-2965.44,249.699,2.28638,0,0,0,1,900,255,1,0),(70814,2047,0,1,1,-6787.1,-2965.44,249.699,2.28638,0,0,0,1,900,255,1,0),(70815,1735,0,1,1,-6905,-2444,244.787,4.887,0,0,0,0,900,255,1,0),(70816,2040,0,1,1,-6905,-2444,244.787,4.887,0,0,0,0,900,255,1,0),(70817,1734,0,1,1,-6905,-2444,244.787,4.887,0,0,0,0,900,255,1,0),(70818,1733,0,1,1,-6905,-2444,244.787,4.887,0,0,0,0,900,255,1,0),(70819,2047,0,1,1,-6905,-2444,244.787,4.887,0,0,0,0,900,255,1,0),(70820,1735,0,1,1,-6859,-2351,248.475,5.905,0,0,0,0,900,255,1,0),(70821,2040,0,1,1,-6859,-2351,248.475,5.905,0,0,0,0,900,255,1,0),(70822,1734,0,1,1,-6859,-2351,248.475,5.905,0,0,0,0,900,255,1,0),(70823,1733,0,1,1,-6859,-2351,248.475,5.905,0,0,0,0,900,255,1,0),(70824,2047,0,1,1,-6859,-2351,248.475,5.905,0,0,0,0,900,255,1,0),(70825,1735,0,1,1,-6893,-2794,242.472,3.054,0,0,0,0,900,255,1,0),(70826,2040,0,1,1,-6893,-2794,242.472,3.054,0,0,0,0,900,255,1,0),(70827,1734,0,1,1,-6893,-2794,242.472,3.054,0,0,0,0,900,255,1,0),(70828,1733,0,1,1,-6893,-2794,242.472,3.054,0,0,0,0,900,255,1,0),(70829,2047,0,1,1,-6893,-2794,242.472,3.054,0,0,0,0,900,255,1,0),(70830,1735,0,1,1,-6763,-2225,261.688,3.784,0,0,0,0,900,255,1,0),(70831,2040,0,1,1,-6763,-2225,261.688,3.784,0,0,0,0,900,255,1,0),(70832,1734,0,1,1,-6763,-2225,261.688,3.784,0,0,0,0,900,255,1,0),(70833,1733,0,1,1,-6763,-2225,261.688,3.784,0,0,0,0,900,255,1,0),(70834,2047,0,1,1,-6763,-2225,261.688,3.784,0,0,0,0,900,255,1,0),(70835,1735,0,1,1,-6110,-3455,272.738,6.09,0,0,0,0,900,255,1,0),(70836,2040,0,1,1,-6110,-3455,272.738,6.09,0,0,0,0,900,255,1,0),(70837,1734,0,1,1,-6110,-3455,272.738,6.09,0,0,0,0,900,255,1,0),(70838,1733,0,1,1,-6110,-3455,272.738,6.09,0,0,0,0,900,255,1,0),(70839,2047,0,1,1,-6110,-3455,272.738,6.09,0,0,0,0,900,255,1,0),(70840,1735,0,1,1,-7055,-2526,269.941,1.623,0,0,0,0,900,255,1,0),(70841,2040,0,1,1,-7055,-2526,269.941,1.623,0,0,0,0,900,255,1,0),(70842,1734,0,1,1,-7055,-2526,269.941,1.623,0,0,0,0,900,255,1,0),(70843,1733,0,1,1,-7055,-2526,269.941,1.623,0,0,0,0,900,255,1,0),(70844,2047,0,1,1,-7055,-2526,269.941,1.623,0,0,0,0,900,255,1,0),(70845,1735,0,1,1,-6625,-3717,268.736,3.796,0,0,0,0,900,255,1,0),(70846,2040,0,1,1,-6625,-3717,268.736,3.796,0,0,0,0,900,255,1,0),(70847,1734,0,1,1,-6625,-3717,268.736,3.796,0,0,0,0,900,255,1,0),(70848,1733,0,1,1,-6625,-3717,268.736,3.796,0,0,0,0,900,255,1,0),(70849,2047,0,1,1,-6625,-3717,268.736,3.796,0,0,0,0,900,255,1,0),(70850,1735,0,1,1,-7195,-3152,286.589,3.996,0,0,0,0,900,255,1,0),(70851,2040,0,1,1,-7195,-3152,286.589,3.996,0,0,0,0,900,255,1,0),(70852,1734,0,1,1,-7195,-3152,286.589,3.996,0,0,0,0,900,255,1,0),(70853,1733,0,1,1,-7195,-3152,286.589,3.996,0,0,0,0,900,255,1,0),(70854,2047,0,1,1,-7195,-3152,286.589,3.996,0,0,0,0,900,255,1,0),(70855,1735,0,1,1,-6464,-2484,306.148,5.998,0,0,0,0,900,255,1,0),(70856,2040,0,1,1,-6464,-2484,306.148,5.998,0,0,0,0,900,255,1,0),(70857,1734,0,1,1,-6464,-2484,306.148,5.998,0,0,0,0,900,255,1,0),(70858,1733,0,1,1,-6464,-2484,306.148,5.998,0,0,0,0,900,255,1,0),(70859,2047,0,1,1,-6464,-2484,306.148,5.998,0,0,0,0,900,255,1,0),(70860,1735,0,1,1,-6992,-3294,272.311,3.123,0,0,0,0,900,255,1,0),(70861,2040,0,1,1,-6992,-3294,272.311,3.123,0,0,0,0,900,255,1,0),(70862,1734,0,1,1,-6992,-3294,272.311,3.123,0,0,0,0,900,255,1,0),(70863,1733,0,1,1,-6992,-3294,272.311,3.123,0,0,0,0,900,255,1,0),(70864,2047,0,1,1,-6992,-3294,272.311,3.123,0,0,0,0,900,255,1,0),(70865,1735,0,1,1,-6830,-3264,295.518,6.061,0,0,0,0,900,255,1,0),(70866,2040,0,1,1,-6830,-3264,295.518,6.061,0,0,0,0,900,255,1,0),(70867,1734,0,1,1,-6830,-3264,295.518,6.061,0,0,0,0,900,255,1,0),(70868,1733,0,1,1,-6830,-3264,295.518,6.061,0,0,0,0,900,255,1,0),(70869,2047,0,1,1,-6830,-3264,295.518,6.061,0,0,0,0,900,255,1,0),(70870,1735,0,1,1,-6808,-2348,279.528,-3,0,0,0,0,900,255,1,0),(70871,2040,0,1,1,-6808,-2348,279.528,-3,0,0,0,0,900,255,1,0),(70872,1734,0,1,1,-6808,-2348,279.528,-3,0,0,0,0,900,255,1,0),(70873,1733,0,1,1,-6808,-2348,279.528,-3,0,0,0,0,900,255,1,0),(70874,2047,0,1,1,-6808,-2348,279.528,-3,0,0,0,0,900,255,1,0),(70875,1735,0,1,1,-7417,-2464,329.492,2.678,0,0,0,0,900,255,1,0),(70876,2040,0,1,1,-7417,-2464,329.492,2.678,0,0,0,0,900,255,1,0),(70877,1734,0,1,1,-7417,-2464,329.492,2.678,0,0,0,0,900,255,1,0),(70878,1733,0,1,1,-7417,-2464,329.492,2.678,0,0,0,0,900,255,1,0),(70879,2047,0,1,1,-7417,-2464,329.492,2.678,0,0,0,0,900,255,1,0),(70880,1735,0,1,1,-6599,-3458,290.075,0.061,0,0,0,0,900,255,1,0),(70881,2040,0,1,1,-6599,-3458,290.075,0.061,0,0,0,0,900,255,1,0),(70882,1734,0,1,1,-6599,-3458,290.075,0.061,0,0,0,0,900,255,1,0),(70883,1733,0,1,1,-6599,-3458,290.075,0.061,0,0,0,0,900,255,1,0),(70884,2047,0,1,1,-6599,-3458,290.075,0.061,0,0,0,0,900,255,1,0),(70885,1735,0,1,1,-6999,-2745,248.572,-1,0,0,0,0,900,255,1,0),(70886,2040,0,1,1,-6999,-2745,248.572,-1,0,0,0,0,900,255,1,0),(70887,1734,0,1,1,-6999,-2745,248.572,-1,0,0,0,0,900,255,1,0),(70888,1733,0,1,1,-6999,-2745,248.572,-1,0,0,0,0,900,255,1,0),(70889,2047,0,1,1,-6999,-2745,248.572,-1,0,0,0,0,900,255,1,0),(70890,1735,0,1,1,-7072,-3690,256.453,5.968,0,0,0,0,900,255,1,0),(70891,2040,0,1,1,-7072,-3690,256.453,5.968,0,0,0,0,900,255,1,0),(70892,1734,0,1,1,-7072,-3690,256.453,5.968,0,0,0,0,900,255,1,0),(70893,1733,0,1,1,-7072,-3690,256.453,5.968,0,0,0,0,900,255,1,0),(70894,2047,0,1,1,-7072,-3690,256.453,5.968,0,0,0,0,900,255,1,0),(70895,1735,0,1,1,-7079,-3712,274.814,4.492,0,0,0,0,900,255,1,0),(70896,2040,0,1,1,-7079,-3712,274.814,4.492,0,0,0,0,900,255,1,0),(70897,1734,0,1,1,-7079,-3712,274.814,4.492,0,0,0,0,900,255,1,0),(70898,1733,0,1,1,-7079,-3712,274.814,4.492,0,0,0,0,900,255,1,0),(70899,2047,0,1,1,-7079,-3712,274.814,4.492,0,0,0,0,900,255,1,0),(70900,1735,0,1,1,-7149,-2759,265.653,3.195,0,0,0,0,900,255,1,0),(70901,2040,0,1,1,-7149,-2759,265.653,3.195,0,0,0,0,900,255,1,0),(70902,1734,0,1,1,-7149,-2759,265.653,3.195,0,0,0,0,900,255,1,0),(70903,1733,0,1,1,-7149,-2759,265.653,3.195,0,0,0,0,900,255,1,0),(70904,2047,0,1,1,-7149,-2759,265.653,3.195,0,0,0,0,900,255,1,0),(70905,1735,0,1,1,-6709,-3182,267.592,0.524,0,0,0,0,900,255,1,0),(70906,2040,0,1,1,-6709,-3182,267.592,0.524,0,0,0,0,900,255,1,0),(70907,1734,0,1,1,-6709,-3182,267.592,0.524,0,0,0,0,900,255,1,0),(70908,1733,0,1,1,-6709,-3182,267.592,0.524,0,0,0,0,900,255,1,0),(70909,2047,0,1,1,-6709,-3182,267.592,0.524,0,0,0,0,900,255,1,0),(70910,1735,0,1,1,-6776,-3232,247.524,2.756,0,0,0,0,900,255,1,0),(70911,2040,0,1,1,-6776,-3232,247.524,2.756,0,0,0,0,900,255,1,0),(70912,1734,0,1,1,-6776,-3232,247.524,2.756,0,0,0,0,900,255,1,0),(70913,1733,0,1,1,-6776,-3232,247.524,2.756,0,0,0,0,900,255,1,0),(70914,2047,0,1,1,-6776,-3232,247.524,2.756,0,0,0,0,900,255,1,0),(70915,1735,0,1,1,-6875,-3288,279.067,1.899,0,0,0,0,900,255,1,0),(70916,2040,0,1,1,-6875,-3288,279.067,1.899,0,0,0,0,900,255,1,0),(70917,1734,0,1,1,-6875,-3288,279.067,1.899,0,0,0,0,900,255,1,0),(70918,1733,0,1,1,-6875,-3288,279.067,1.899,0,0,0,0,900,255,1,0),(70919,2047,0,1,1,-6875,-3288,279.067,1.899,0,0,0,0,900,255,1,0),(70920,1735,0,1,1,-6119,-3373,262.313,0.401,0,0,0,0,900,255,1,0),(70921,2040,0,1,1,-6119,-3373,262.313,0.401,0,0,0,0,900,255,1,0),(70922,1734,0,1,1,-6119,-3373,262.313,0.401,0,0,0,0,900,255,1,0),(70923,1733,0,1,1,-6119,-3373,262.313,0.401,0,0,0,0,900,255,1,0),(70924,2047,0,1,1,-6119,-3373,262.313,0.401,0,0,0,0,900,255,1,0),(70925,1735,0,1,1,-6401,-3383,232.604,0.17,0,0,0,0,900,255,1,0),(70926,2040,0,1,1,-6401,-3383,232.604,0.17,0,0,0,0,900,255,1,0),(70927,1734,0,1,1,-6401,-3383,232.604,0.17,0,0,0,0,900,255,1,0),(70928,1733,0,1,1,-6401,-3383,232.604,0.17,0,0,0,0,900,255,1,0),(70929,2047,0,1,1,-6401,-3383,232.604,0.17,0,0,0,0,900,255,1,0),(70930,1735,0,1,1,-6185,-3336,269.469,2.766,0,0,0,0,900,255,1,0),(70931,2040,0,1,1,-6185,-3336,269.469,2.766,0,0,0,0,900,255,1,0),(70932,1734,0,1,1,-6185,-3336,269.469,2.766,0,0,0,0,900,255,1,0),(70933,1733,0,1,1,-6185,-3336,269.469,2.766,0,0,0,0,900,255,1,0),(70934,2047,0,1,1,-6185,-3336,269.469,2.766,0,0,0,0,900,255,1,0),(70935,1735,0,1,1,-6951,-2556,253.632,3.989,0,0,0,0,900,255,1,0),(70936,2040,0,1,1,-6951,-2556,253.632,3.989,0,0,0,0,900,255,1,0),(70937,1734,0,1,1,-6951,-2556,253.632,3.989,0,0,0,0,900,255,1,0),(70938,1733,0,1,1,-6951,-2556,253.632,3.989,0,0,0,0,900,255,1,0),(70939,2047,0,1,1,-6951,-2556,253.632,3.989,0,0,0,0,900,255,1,0),(70940,1735,0,1,1,-6258,-3616,265.488,6.115,0,0,0,0,900,255,1,0),(70941,2040,0,1,1,-6258,-3616,265.488,6.115,0,0,0,0,900,255,1,0),(70942,1734,0,1,1,-6258,-3616,265.488,6.115,0,0,0,0,900,255,1,0),(70943,1733,0,1,1,-6258,-3616,265.488,6.115,0,0,0,0,900,255,1,0),(70944,2047,0,1,1,-6258,-3616,265.488,6.115,0,0,0,0,900,255,1,0),(70945,1735,0,1,1,-7118,-3460,243.898,5.968,0,0,0,0,900,255,1,0),(70946,2040,0,1,1,-7118,-3460,243.898,5.968,0,0,0,0,900,255,1,0),(70947,1734,0,1,1,-7118,-3460,243.898,5.968,0,0,0,0,900,255,1,0),(70948,1733,0,1,1,-7118,-3460,243.898,5.968,0,0,0,0,900,255,1,0),(70949,2047,0,1,1,-7118,-3460,243.898,5.968,0,0,0,0,900,255,1,0),(70950,1735,0,1,1,-7078,-2690,257.873,1.926,0,0,0,0,900,255,1,0),(70951,2040,0,1,1,-7078,-2690,257.873,1.926,0,0,0,0,900,255,1,0),(70952,1734,0,1,1,-7078,-2690,257.873,1.926,0,0,0,0,900,255,1,0),(70953,1733,0,1,1,-7078,-2690,257.873,1.926,0,0,0,0,900,255,1,0),(70954,2047,0,1,1,-7078,-2690,257.873,1.926,0,0,0,0,900,255,1,0),(70955,1735,0,1,1,-7314,-3218,297.464,4.33,0,0,0,0,900,255,1,0),(70956,2040,0,1,1,-7314,-3218,297.464,4.33,0,0,0,0,900,255,1,0),(70957,1734,0,1,1,-7314,-3218,297.464,4.33,0,0,0,0,900,255,1,0),(70958,1733,0,1,1,-7314,-3218,297.464,4.33,0,0,0,0,900,255,1,0),(70959,2047,0,1,1,-7314,-3218,297.464,4.33,0,0,0,0,900,255,1,0),(70960,1735,0,1,1,-7250,-2629,276.739,2.79,0,0,0,0,900,255,1,0),(70961,2040,0,1,1,-7250,-2629,276.739,2.79,0,0,0,0,900,255,1,0),(70962,1734,0,1,1,-7250,-2629,276.739,2.79,0,0,0,0,900,255,1,0),(70963,1733,0,1,1,-7250,-2629,276.739,2.79,0,0,0,0,900,255,1,0),(70964,2047,0,1,1,-7250,-2629,276.739,2.79,0,0,0,0,900,255,1,0),(70965,1735,0,1,1,-7011,-2296,260.845,1.178,0,0,0,0,900,255,1,0),(70966,2040,0,1,1,-7011,-2296,260.845,1.178,0,0,0,0,900,255,1,0),(70967,1734,0,1,1,-7011,-2296,260.845,1.178,0,0,0,0,900,255,1,0),(70968,1733,0,1,1,-7011,-2296,260.845,1.178,0,0,0,0,900,255,1,0),(70969,2047,0,1,1,-7011,-2296,260.845,1.178,0,0,0,0,900,255,1,0),(70970,1735,0,1,1,-7097,-2464,262.804,3.02,0,0,0,0,900,255,1,0),(70971,2040,0,1,1,-7097,-2464,262.804,3.02,0,0,0,0,900,255,1,0),(70972,1734,0,1,1,-7097,-2464,262.804,3.02,0,0,0,0,900,255,1,0),(70973,1733,0,1,1,-7097,-2464,262.804,3.02,0,0,0,0,900,255,1,0),(70974,2047,0,1,1,-7097,-2464,262.804,3.02,0,0,0,0,900,255,1,0),(70975,1735,0,1,1,-7005,-3864,294.896,1.082,0,0,0,0,900,255,1,0),(70976,2040,0,1,1,-7005,-3864,294.896,1.082,0,0,0,0,900,255,1,0),(70977,1734,0,1,1,-7005,-3864,294.896,1.082,0,0,0,0,900,255,1,0),(70978,1733,0,1,1,-7005,-3864,294.896,1.082,0,0,0,0,900,255,1,0),(70979,2047,0,1,1,-7005,-3864,294.896,1.082,0,0,0,0,900,255,1,0),(70980,1735,0,1,1,-7319,-2403,282.284,3.102,0,0,0,0,900,255,1,0),(70981,2040,0,1,1,-7319,-2403,282.284,3.102,0,0,0,0,900,255,1,0),(70982,1734,0,1,1,-7319,-2403,282.284,3.102,0,0,0,0,900,255,1,0),(70983,1733,0,1,1,-7319,-2403,282.284,3.102,0,0,0,0,900,255,1,0),(70984,2047,0,1,1,-7319,-2403,282.284,3.102,0,0,0,0,900,255,1,0),(70985,1735,0,1,1,-7177,-3139,276.999,4.63,0,0,0,0,900,255,1,0),(70986,2040,0,1,1,-7177,-3139,276.999,4.63,0,0,0,0,900,255,1,0),(70987,1734,0,1,1,-7177,-3139,276.999,4.63,0,0,0,0,900,255,1,0),(70988,1733,0,1,1,-7177,-3139,276.999,4.63,0,0,0,0,900,255,1,0),(70989,2047,0,1,1,-7177,-3139,276.999,4.63,0,0,0,0,900,255,1,0),(70990,1735,0,1,1,-7354,-2384,303.233,2.352,0,0,0,0,900,255,1,0),(70991,2040,0,1,1,-7354,-2384,303.233,2.352,0,0,0,0,900,255,1,0),(70992,1734,0,1,1,-7354,-2384,303.233,2.352,0,0,0,0,900,255,1,0),(70993,1733,0,1,1,-7354,-2384,303.233,2.352,0,0,0,0,900,255,1,0),(70994,2047,0,1,1,-7354,-2384,303.233,2.352,0,0,0,0,900,255,1,0),(70995,1735,0,1,1,-6768,-3360,250.495,1.518,0,0,0,0,900,255,1,0),(70996,2040,0,1,1,-6768,-3360,250.495,1.518,0,0,0,0,900,255,1,0),(70997,1734,0,1,1,-6768,-3360,250.495,1.518,0,0,0,0,900,255,1,0),(70998,1733,0,1,1,-6768,-3360,250.495,1.518,0,0,0,0,900,255,1,0),(70999,2047,0,1,1,-6768,-3360,250.495,1.518,0,0,0,0,900,255,1,0),(71000,1735,0,1,1,-7094,-2867,242.145,-3,0,0,0,0,900,255,1,0),(71001,2040,0,1,1,-7094,-2867,242.145,-3,0,0,0,0,900,255,1,0),(71002,1734,0,1,1,-7094,-2867,242.145,-3,0,0,0,0,900,255,1,0),(71003,1733,0,1,1,-7094,-2867,242.145,-3,0,0,0,0,900,255,1,0),(71004,2047,0,1,1,-7094,-2867,242.145,-3,0,0,0,0,900,255,1,0),(71005,1735,0,1,1,-7398,-2247,235.488,2.486,0,0,0,0,900,255,1,0),(71006,2040,0,1,1,-7398,-2247,235.488,2.486,0,0,0,0,900,255,1,0),(71007,1734,0,1,1,-7398,-2247,235.488,2.486,0,0,0,0,900,255,1,0),(71008,1733,0,1,1,-7398,-2247,235.488,2.486,0,0,0,0,900,255,1,0),(71009,2047,0,1,1,-7398,-2247,235.488,2.486,0,0,0,0,900,255,1,0),(71010,1735,0,1,1,-6476,-2481,324.215,5.977,0,0,0,0,900,255,1,0),(71011,2040,0,1,1,-6476,-2481,324.215,5.977,0,0,0,0,900,255,1,0),(71012,1734,0,1,1,-6476,-2481,324.215,5.977,0,0,0,0,900,255,1,0),(71013,1733,0,1,1,-6476,-2481,324.215,5.977,0,0,0,0,900,255,1,0),(71014,2047,0,1,1,-6476,-2481,324.215,5.977,0,0,0,0,900,255,1,0),(71015,1735,0,1,1,-7240,-3164,296.507,2.529,0,0,0,0,900,255,1,0),(71016,2040,0,1,1,-7240,-3164,296.507,2.529,0,0,0,0,900,255,1,0),(71017,1734,0,1,1,-7240,-3164,296.507,2.529,0,0,0,0,900,255,1,0),(71018,1733,0,1,1,-7240,-3164,296.507,2.529,0,0,0,0,900,255,1,0),(71019,2047,0,1,1,-7240,-3164,296.507,2.529,0,0,0,0,900,255,1,0),(71020,1735,0,1,1,-6535.81,-2962.19,266.817,-0.366518,0,0,0,1,900,255,1,0),(71021,2040,0,1,1,-6535.81,-2962.19,266.817,-0.366518,0,0,0,1,900,255,1,0),(71022,1734,0,1,1,-6535.81,-2962.19,266.817,-0.366518,0,0,0,1,900,255,1,0),(71023,1733,0,1,1,-6535.81,-2962.19,266.817,-0.366518,0,0,0,1,900,255,1,0),(71024,2047,0,1,1,-6535.81,-2962.19,266.817,-0.366518,0,0,0,1,900,255,1,0),(71025,1735,0,1,1,-6978,-4089,278.294,-1,0,0,0,0,900,255,1,0),(71026,2040,0,1,1,-6978,-4089,278.294,-1,0,0,0,0,900,255,1,0),(71027,1734,0,1,1,-6978,-4089,278.294,-1,0,0,0,0,900,255,1,0),(71028,1733,0,1,1,-6978,-4089,278.294,-1,0,0,0,0,900,255,1,0),(71029,2047,0,1,1,-6978,-4089,278.294,-1,0,0,0,0,900,255,1,0),(71030,1735,0,1,1,-6615,-2485,259.733,5.58,0,0,0,0,900,255,1,0),(71031,2040,0,1,1,-6615,-2485,259.733,5.58,0,0,0,0,900,255,1,0),(71032,1734,0,1,1,-6615,-2485,259.733,5.58,0,0,0,0,900,255,1,0),(71033,1733,0,1,1,-6615,-2485,259.733,5.58,0,0,0,0,900,255,1,0),(71034,2047,0,1,1,-6615,-2485,259.733,5.58,0,0,0,0,900,255,1,0),(71035,1735,0,1,1,-7159,-3096,272.098,6.244,0,0,0,0,900,255,1,0),(71036,2040,0,1,1,-7159,-3096,272.098,6.244,0,0,0,0,900,255,1,0),(71037,1734,0,1,1,-7159,-3096,272.098,6.244,0,0,0,0,900,255,1,0),(71038,1733,0,1,1,-7159,-3096,272.098,6.244,0,0,0,0,900,255,1,0),(71039,2047,0,1,1,-7159,-3096,272.098,6.244,0,0,0,0,900,255,1,0),(71040,1735,0,1,1,-6824,-3647,265.401,0.035,0,0,0,0,900,255,1,0),(71041,2040,0,1,1,-6824,-3647,265.401,0.035,0,0,0,0,900,255,1,0),(71042,1734,0,1,1,-6824,-3647,265.401,0.035,0,0,0,0,900,255,1,0),(71043,1733,0,1,1,-6824,-3647,265.401,0.035,0,0,0,0,900,255,1,0),(71044,2047,0,1,1,-6824,-3647,265.401,0.035,0,0,0,0,900,255,1,0),(71045,1735,0,1,1,-7155,-2267,271.539,2.155,0,0,0,0,900,255,1,0),(71046,2040,0,1,1,-7155,-2267,271.539,2.155,0,0,0,0,900,255,1,0),(71047,1734,0,1,1,-7155,-2267,271.539,2.155,0,0,0,0,900,255,1,0),(71048,1733,0,1,1,-7155,-2267,271.539,2.155,0,0,0,0,900,255,1,0),(71049,2047,0,1,1,-7155,-2267,271.539,2.155,0,0,0,0,900,255,1,0),(71050,1735,0,1,1,-7003,-2713,266.88,1.28,0,0,0,0,900,255,1,0),(71051,2040,0,1,1,-7003,-2713,266.88,1.28,0,0,0,0,900,255,1,0),(71052,1734,0,1,1,-7003,-2713,266.88,1.28,0,0,0,0,900,255,1,0),(71053,1733,0,1,1,-7003,-2713,266.88,1.28,0,0,0,0,900,255,1,0),(71054,2047,0,1,1,-7003,-2713,266.88,1.28,0,0,0,0,900,255,1,0),(71055,1735,0,1,1,-7324,-2312,268.337,3.805,0,0,0,0,900,255,1,0),(71056,2040,0,1,1,-7324,-2312,268.337,3.805,0,0,0,0,900,255,1,0),(71057,1734,0,1,1,-7324,-2312,268.337,3.805,0,0,0,0,900,255,1,0),(71058,1733,0,1,1,-7324,-2312,268.337,3.805,0,0,0,0,900,255,1,0),(71059,2047,0,1,1,-7324,-2312,268.337,3.805,0,0,0,0,900,255,1,0),(71060,1735,0,1,1,-7134,-2440,245.099,5.93,0,0,0,0,900,255,1,0),(71061,2040,0,1,1,-7134,-2440,245.099,5.93,0,0,0,0,900,255,1,0),(71062,1734,0,1,1,-7134,-2440,245.099,5.93,0,0,0,0,900,255,1,0),(71063,1733,0,1,1,-7134,-2440,245.099,5.93,0,0,0,0,900,255,1,0),(71064,2047,0,1,1,-7134,-2440,245.099,5.93,0,0,0,0,900,255,1,0),(71065,1735,0,1,1,-6566,-3009,263.901,2.011,0,0,0,0,900,255,1,0),(71066,2040,0,1,1,-6566,-3009,263.901,2.011,0,0,0,0,900,255,1,0),(71067,1734,0,1,1,-6566,-3009,263.901,2.011,0,0,0,0,900,255,1,0),(71068,1733,0,1,1,-6566,-3009,263.901,2.011,0,0,0,0,900,255,1,0),(71069,2047,0,1,1,-6566,-3009,263.901,2.011,0,0,0,0,900,255,1,0),(71070,1735,0,1,1,-6504,-3044,292.176,5.204,0,0,0,0,900,255,1,0),(71071,2040,0,1,1,-6504,-3044,292.176,5.204,0,0,0,0,900,255,1,0),(71072,1734,0,1,1,-6504,-3044,292.176,5.204,0,0,0,0,900,255,1,0),(71073,1733,0,1,1,-6504,-3044,292.176,5.204,0,0,0,0,900,255,1,0),(71074,2047,0,1,1,-6504,-3044,292.176,5.204,0,0,0,0,900,255,1,0),(71075,1735,0,1,1,-6938,-2673,271.808,0.757,0,0,0,0,900,255,1,0),(71076,2040,0,1,1,-6938,-2673,271.808,0.757,0,0,0,0,900,255,1,0),(71077,1734,0,1,1,-6938,-2673,271.808,0.757,0,0,0,0,900,255,1,0),(71078,1733,0,1,1,-6938,-2673,271.808,0.757,0,0,0,0,900,255,1,0),(71079,2047,0,1,1,-6938,-2673,271.808,0.757,0,0,0,0,900,255,1,0),(71080,1735,0,1,1,-6901,-3875,281.93,1.209,0,0,0,0,900,255,1,0),(71081,2040,0,1,1,-6901,-3875,281.93,1.209,0,0,0,0,900,255,1,0),(71082,1734,0,1,1,-6901,-3875,281.93,1.209,0,0,0,0,900,255,1,0),(71083,1733,0,1,1,-6901,-3875,281.93,1.209,0,0,0,0,900,255,1,0),(71084,2047,0,1,1,-6901,-3875,281.93,1.209,0,0,0,0,900,255,1,0),(71085,1735,0,1,1,-6765,-3331,247.117,4.561,0,0,0,0,900,255,1,0),(71086,2040,0,1,1,-6765,-3331,247.117,4.561,0,0,0,0,900,255,1,0),(71087,1734,0,1,1,-6765,-3331,247.117,4.561,0,0,0,0,900,255,1,0),(71088,1733,0,1,1,-6765,-3331,247.117,4.561,0,0,0,0,900,255,1,0),(71089,2047,0,1,1,-6765,-3331,247.117,4.561,0,0,0,0,900,255,1,0),(71090,1735,0,1,1,-7238,-2462,259.76,0.226,0,0,0,0,900,255,1,0),(71091,2040,0,1,1,-7238,-2462,259.76,0.226,0,0,0,0,900,255,1,0),(71092,1734,0,1,1,-7238,-2462,259.76,0.226,0,0,0,0,900,255,1,0),(71093,1733,0,1,1,-7238,-2462,259.76,0.226,0,0,0,0,900,255,1,0),(71094,2047,0,1,1,-7238,-2462,259.76,0.226,0,0,0,0,900,255,1,0),(71095,1735,0,1,1,-7254,-2575,286.563,3.581,0,0,0,0,900,255,1,0),(71096,2040,0,1,1,-7254,-2575,286.563,3.581,0,0,0,0,900,255,1,0),(71097,1734,0,1,1,-7254,-2575,286.563,3.581,0,0,0,0,900,255,1,0),(71098,1733,0,1,1,-7254,-2575,286.563,3.581,0,0,0,0,900,255,1,0),(71099,2047,0,1,1,-7254,-2575,286.563,3.581,0,0,0,0,900,255,1,0),(71100,1735,0,1,1,-6732,-3319,249.473,0.15,0,0,0,0,900,255,1,0),(71101,2040,0,1,1,-6732,-3319,249.473,0.15,0,0,0,0,900,255,1,0),(71102,1734,0,1,1,-6732,-3319,249.473,0.15,0,0,0,0,900,255,1,0),(71103,1733,0,1,1,-6732,-3319,249.473,0.15,0,0,0,0,900,255,1,0),(71104,2047,0,1,1,-6732,-3319,249.473,0.15,0,0,0,0,900,255,1,0),(71105,1735,0,1,1,-7128,-2338,243.324,5.984,0,0,0,0,900,255,1,0),(71106,2040,0,1,1,-7128,-2338,243.324,5.984,0,0,0,0,900,255,1,0),(71107,1734,0,1,1,-7128,-2338,243.324,5.984,0,0,0,0,900,255,1,0),(71108,1733,0,1,1,-7128,-2338,243.324,5.984,0,0,0,0,900,255,1,0),(71109,2047,0,1,1,-7128,-2338,243.324,5.984,0,0,0,0,900,255,1,0),(71110,1735,0,1,1,-6935,-3656,248.867,4.674,0,0,0,0,900,255,1,0),(71111,2040,0,1,1,-6935,-3656,248.867,4.674,0,0,0,0,900,255,1,0),(71112,1734,0,1,1,-6935,-3656,248.867,4.674,0,0,0,0,900,255,1,0),(71113,1733,0,1,1,-6935,-3656,248.867,4.674,0,0,0,0,900,255,1,0),(71114,2047,0,1,1,-6935,-3656,248.867,4.674,0,0,0,0,900,255,1,0),(71115,1735,0,1,1,-6967,-3662,247.25,3.794,0,0,0,0,900,255,1,0),(71116,2040,0,1,1,-6967,-3662,247.25,3.794,0,0,0,0,900,255,1,0),(71117,1734,0,1,1,-6967,-3662,247.25,3.794,0,0,0,0,900,255,1,0),(71118,1733,0,1,1,-6967,-3662,247.25,3.794,0,0,0,0,900,255,1,0),(71119,2047,0,1,1,-6967,-3662,247.25,3.794,0,0,0,0,900,255,1,0),(71120,1735,0,1,1,-7231,-2462,257.306,2.28,0,0,0,0,900,255,1,0),(71121,2040,0,1,1,-7231,-2462,257.306,2.28,0,0,0,0,900,255,1,0),(71122,1734,0,1,1,-7231,-2462,257.306,2.28,0,0,0,0,900,255,1,0),(71123,1733,0,1,1,-7231,-2462,257.306,2.28,0,0,0,0,900,255,1,0),(71124,2047,0,1,1,-7231,-2462,257.306,2.28,0,0,0,0,900,255,1,0),(71125,1735,0,1,1,-6929,-3618,241.804,1.328,0,0,0,0,900,255,1,0),(71126,2040,0,1,1,-6929,-3618,241.804,1.328,0,0,0,0,900,255,1,0),(71127,1734,0,1,1,-6929,-3618,241.804,1.328,0,0,0,0,900,255,1,0),(71128,1733,0,1,1,-6929,-3618,241.804,1.328,0,0,0,0,900,255,1,0),(71129,2047,0,1,1,-6929,-3618,241.804,1.328,0,0,0,0,900,255,1,0),(71130,1735,0,1,1,-7123,-2267,271.9,2.987,0,0,0,0,900,255,1,0),(71131,2040,0,1,1,-7123,-2267,271.9,2.987,0,0,0,0,900,255,1,0),(71132,1734,0,1,1,-7123,-2267,271.9,2.987,0,0,0,0,900,255,1,0),(71133,1733,0,1,1,-7123,-2267,271.9,2.987,0,0,0,0,900,255,1,0),(71134,2047,0,1,1,-7123,-2267,271.9,2.987,0,0,0,0,900,255,1,0),(71135,1735,0,1,1,-6977,-2293,270.719,0.817,0,0,0,0,900,255,1,0),(71136,2040,0,1,1,-6977,-2293,270.719,0.817,0,0,0,0,900,255,1,0),(71137,1734,0,1,1,-6977,-2293,270.719,0.817,0,0,0,0,900,255,1,0),(71138,1733,0,1,1,-6977,-2293,270.719,0.817,0,0,0,0,900,255,1,0),(71139,2047,0,1,1,-6977,-2293,270.719,0.817,0,0,0,0,900,255,1,0),(71140,1735,0,1,1,-7240,-2471,262.01,0.471,0,0,0,0,900,255,1,0),(71141,2040,0,1,1,-7240,-2471,262.01,0.471,0,0,0,0,900,255,1,0),(71142,1734,0,1,1,-7240,-2471,262.01,0.471,0,0,0,0,900,255,1,0),(71143,1733,0,1,1,-7240,-2471,262.01,0.471,0,0,0,0,900,255,1,0),(71144,2047,0,1,1,-7240,-2471,262.01,0.471,0,0,0,0,900,255,1,0),(71145,1735,0,1,1,-7391,-2261,235.174,1.111,0,0,0,0,900,255,1,0),(71146,2040,0,1,1,-7391,-2261,235.174,1.111,0,0,0,0,900,255,1,0),(71147,1734,0,1,1,-7391,-2261,235.174,1.111,0,0,0,0,900,255,1,0),(71148,1733,0,1,1,-7391,-2261,235.174,1.111,0,0,0,0,900,255,1,0),(71149,2047,0,1,1,-7391,-2261,235.174,1.111,0,0,0,0,900,255,1,0),(71150,1735,0,1,1,-7238,-2455,258.473,3.729,0,0,0,0,900,255,1,0),(71151,2040,0,1,1,-7238,-2455,258.473,3.729,0,0,0,0,900,255,1,0),(71152,1734,0,1,1,-7238,-2455,258.473,3.729,0,0,0,0,900,255,1,0),(71153,1733,0,1,1,-7238,-2455,258.473,3.729,0,0,0,0,900,255,1,0),(71154,2047,0,1,1,-7238,-2455,258.473,3.729,0,0,0,0,900,255,1,0),(71155,1735,0,1,1,-7483,-2278,233.12,3.732,0,0,0,0,900,255,1,0),(71156,2040,0,1,1,-7483,-2278,233.12,3.732,0,0,0,0,900,255,1,0),(71157,1734,0,1,1,-7483,-2278,233.12,3.732,0,0,0,0,900,255,1,0),(71158,1733,0,1,1,-7483,-2278,233.12,3.732,0,0,0,0,900,255,1,0),(71159,2047,0,1,1,-7483,-2278,233.12,3.732,0,0,0,0,900,255,1,0),(71160,1735,0,1,1,-7265,-2557,293.599,2.711,0,0,0,0,900,255,1,0),(71161,2040,0,1,1,-7265,-2557,293.599,2.711,0,0,0,0,900,255,1,0),(71162,1734,0,1,1,-7265,-2557,293.599,2.711,0,0,0,0,900,255,1,0),(71163,1733,0,1,1,-7265,-2557,293.599,2.711,0,0,0,0,900,255,1,0),(71164,2047,0,1,1,-7265,-2557,293.599,2.711,0,0,0,0,900,255,1,0),(71165,1735,0,1,1,-7229,-2234,288.716,3.393,0,0,0,0,900,255,1,0),(71166,2040,0,1,1,-7229,-2234,288.716,3.393,0,0,0,0,900,255,1,0),(71167,1734,0,1,1,-7229,-2234,288.716,3.393,0,0,0,0,900,255,1,0),(71168,1733,0,1,1,-7229,-2234,288.716,3.393,0,0,0,0,900,255,1,0),(71169,2047,0,1,1,-7229,-2234,288.716,3.393,0,0,0,0,900,255,1,0),(71170,1735,0,1,1,-7256,-2596,294.264,4.567,0,0,0,0,900,255,1,0),(71171,2040,0,1,1,-7256,-2596,294.264,4.567,0,0,0,0,900,255,1,0),(71172,1734,0,1,1,-7256,-2596,294.264,4.567,0,0,0,0,900,255,1,0),(71173,1733,0,1,1,-7256,-2596,294.264,4.567,0,0,0,0,900,255,1,0),(71174,2047,0,1,1,-7256,-2596,294.264,4.567,0,0,0,0,900,255,1,0),(71175,1735,0,1,1,-6438,-3856,309.674,5.689,0,0,0,0,900,255,1,0),(71176,2040,0,1,1,-6438,-3856,309.674,5.689,0,0,0,0,900,255,1,0),(71177,1734,0,1,1,-6438,-3856,309.674,5.689,0,0,0,0,900,255,1,0),(71178,1733,0,1,1,-6438,-3856,309.674,5.689,0,0,0,0,900,255,1,0),(71179,2047,0,1,1,-6438,-3856,309.674,5.689,0,0,0,0,900,255,1,0),(71180,1735,0,1,1,-6476,-3836,323.01,2.302,0,0,0,0,900,255,1,0),(71181,2040,0,1,1,-6476,-3836,323.01,2.302,0,0,0,0,900,255,1,0),(71182,1734,0,1,1,-6476,-3836,323.01,2.302,0,0,0,0,900,255,1,0),(71183,1733,0,1,1,-6476,-3836,323.01,2.302,0,0,0,0,900,255,1,0),(71184,2047,0,1,1,-6476,-3836,323.01,2.302,0,0,0,0,900,255,1,0),(71185,1735,0,1,1,-6479,-3868,330.758,4.621,0,0,0,0,900,255,1,0),(71186,2040,0,1,1,-6479,-3868,330.758,4.621,0,0,0,0,900,255,1,0),(71187,1734,0,1,1,-6479,-3868,330.758,4.621,0,0,0,0,900,255,1,0),(71188,1733,0,1,1,-6479,-3868,330.758,4.621,0,0,0,0,900,255,1,0),(71189,2047,0,1,1,-6479,-3868,330.758,4.621,0,0,0,0,900,255,1,0),(71190,1735,0,1,1,-6822,-3623,248.453,5.472,0,0,0,0,900,255,1,0),(71191,2040,0,1,1,-6822,-3623,248.453,5.472,0,0,0,0,900,255,1,0),(71192,1734,0,1,1,-6822,-3623,248.453,5.472,0,0,0,0,900,255,1,0),(71193,1733,0,1,1,-6822,-3623,248.453,5.472,0,0,0,0,900,255,1,0),(71194,2047,0,1,1,-6822,-3623,248.453,5.472,0,0,0,0,900,255,1,0),(71195,1735,0,1,1,-7395,-2415,308.424,2.529,0,0,0,0,900,255,1,0),(71196,2040,0,1,1,-7395,-2415,308.424,2.529,0,0,0,0,900,255,1,0),(71197,1734,0,1,1,-7395,-2415,308.424,2.529,0,0,0,0,900,255,1,0),(71198,1733,0,1,1,-7395,-2415,308.424,2.529,0,0,0,0,900,255,1,0),(71199,2047,0,1,1,-7395,-2415,308.424,2.529,0,0,0,0,900,255,1,0),(71200,1735,0,1,1,-7124,-3174,247.11,2.066,0,0,0,0,900,255,1,0),(71201,2040,0,1,1,-7124,-3174,247.11,2.066,0,0,0,0,900,255,1,0),(71202,1734,0,1,1,-7124,-3174,247.11,2.066,0,0,0,0,900,255,1,0),(71203,1733,0,1,1,-7124,-3174,247.11,2.066,0,0,0,0,900,255,1,0),(71204,2047,0,1,1,-7124,-3174,247.11,2.066,0,0,0,0,900,255,1,0),(71205,1735,0,1,1,-7228,-2470,257.038,0.823,0,0,0,0,900,255,1,0),(71206,2040,0,1,1,-7228,-2470,257.038,0.823,0,0,0,0,900,255,1,0),(71207,1734,0,1,1,-7228,-2470,257.038,0.823,0,0,0,0,900,255,1,0),(71208,1733,0,1,1,-7228,-2470,257.038,0.823,0,0,0,0,900,255,1,0),(71209,2047,0,1,1,-7228,-2470,257.038,0.823,0,0,0,0,900,255,1,0),(71210,1735,0,1,1,-6433.6,-2475.08,328.755,0.244346,0,0,0,0,900,255,1,0),(71211,2040,0,1,1,-6433.6,-2475.08,328.755,0.244346,0,0,0,0,900,255,1,0),(71212,1734,0,1,1,-6433.6,-2475.08,328.755,0.244346,0,0,0,0,900,255,1,0),(71213,1733,0,1,1,-6433.6,-2475.08,328.755,0.244346,0,0,0,0,900,255,1,0),(71214,2047,0,1,1,-6433.6,-2475.08,328.755,0.244346,0,0,0,0,900,255,1,0),(71215,1735,0,1,1,-7374.55,-2333.14,244.369,0.820305,0,0,0,0,900,255,1,0),(71216,2040,0,1,1,-7374.55,-2333.14,244.369,0.820305,0,0,0,0,900,255,1,0),(71217,1734,0,1,1,-7374.55,-2333.14,244.369,0.820305,0,0,0,0,900,255,1,0),(71218,1733,0,1,1,-7374.55,-2333.14,244.369,0.820305,0,0,0,0,900,255,1,0),(71219,2047,0,1,1,-7374.55,-2333.14,244.369,0.820305,0,0,0,0,900,255,1,0),(71220,1735,0,1,1,-7385.72,-2300.61,238.518,-1.44862,0,0,0,0,900,255,1,0),(71221,2040,0,1,1,-7385.72,-2300.61,238.518,-1.44862,0,0,0,0,900,255,1,0),(71222,1734,0,1,1,-7385.72,-2300.61,238.518,-1.44862,0,0,0,0,900,255,1,0),(71223,1733,0,1,1,-7385.72,-2300.61,238.518,-1.44862,0,0,0,0,900,255,1,0),(71224,2047,0,1,1,-7385.72,-2300.61,238.518,-1.44862,0,0,0,0,900,255,1,0),(71225,1735,0,1,1,-6478.42,-2465.06,306.191,3.08923,0,0,0,0,900,255,1,0),(71226,2040,0,1,1,-6478.42,-2465.06,306.191,3.08923,0,0,0,0,900,255,1,0),(71227,1734,0,1,1,-6478.42,-2465.06,306.191,3.08923,0,0,0,0,900,255,1,0),(71228,1733,0,1,1,-6478.42,-2465.06,306.191,3.08923,0,0,0,0,900,255,1,0),(71229,2047,0,1,1,-6478.42,-2465.06,306.191,3.08923,0,0,0,0,900,255,1,0),(71230,1735,0,1,1,-6750.15,-2931.61,249.867,-2.79253,0,0,0,0,900,255,1,0),(71231,2040,0,1,1,-6750.15,-2931.61,249.867,-2.79253,0,0,0,0,900,255,1,0),(71232,1734,0,1,1,-6750.15,-2931.61,249.867,-2.79253,0,0,0,0,900,255,1,0),(71233,1733,0,1,1,-6750.15,-2931.61,249.867,-2.79253,0,0,0,0,900,255,1,0),(71234,1735,0,1,1,-6750.15,-2931.61,249.867,-2.79253,0,0,0,0,900,255,1,0),(71235,1735,0,1,1,-6121.22,-3080.16,251.248,-3.08923,0,0,0,0,900,255,1,0),(71236,2040,0,1,1,-6121.22,-3080.16,251.248,-3.08923,0,0,0,0,900,255,1,0),(71237,1734,0,1,1,-6121.22,-3080.16,251.248,-3.08923,0,0,0,0,900,255,1,0),(71238,1733,0,1,1,-6121.22,-3080.16,251.248,-3.08923,0,0,0,0,900,255,1,0),(71239,2047,0,1,1,-6121.22,-3080.16,251.248,-3.08923,0,0,0,0,900,255,1,0),(71240,1735,0,1,1,-6620.91,-2883.36,256.751,-1.37881,0,0,0,0,900,255,1,0),(71241,2040,0,1,1,-6620.91,-2883.36,256.751,-1.37881,0,0,0,0,900,255,1,0),(71242,1734,0,1,1,-6620.91,-2883.36,256.751,-1.37881,0,0,0,0,900,255,1,0),(71243,1733,0,1,1,-6620.91,-2883.36,256.751,-1.37881,0,0,0,0,900,255,1,0),(71244,1735,0,1,1,-6620.91,-2883.36,256.751,-1.37881,0,0,0,0,900,255,1,0),(71245,1735,0,1,1,-6794.99,-3219.91,265.918,1.41372,0,0,0,0,900,255,1,0),(71246,2040,0,1,1,-6794.99,-3219.91,265.918,1.41372,0,0,0,0,900,255,1,0),(71247,1734,0,1,1,-6794.99,-3219.91,265.918,1.41372,0,0,0,0,900,255,1,0),(71248,1733,0,1,1,-6794.99,-3219.91,265.918,1.41372,0,0,0,0,900,255,1,0),(71249,2047,0,1,1,-6794.99,-3219.91,265.918,1.41372,0,0,0,0,900,255,1,0),(71250,1735,0,1,1,-6958.95,-2579.47,276.992,1.8675,0,0,0,0,900,255,1,0),(71251,2040,0,1,1,-6958.95,-2579.47,276.992,1.8675,0,0,0,0,900,255,1,0),(71252,1734,0,1,1,-6958.95,-2579.47,276.992,1.8675,0,0,0,0,900,255,1,0),(71253,1733,0,1,1,-6958.95,-2579.47,276.992,1.8675,0,0,0,0,900,255,1,0),(71254,2047,0,1,1,-6958.95,-2579.47,276.992,1.8675,0,0,0,0,900,255,1,0),(71255,1735,0,1,1,-7312.08,-2454.8,304.55,-2.56563,0,0,0,0,900,255,1,0),(71256,2040,0,1,1,-7312.08,-2454.8,304.55,-2.56563,0,0,0,0,900,255,1,0),(71257,1734,0,1,1,-7312.08,-2454.8,304.55,-2.56563,0,0,0,0,900,255,1,0),(71258,1733,0,1,1,-7312.08,-2454.8,304.55,-2.56563,0,0,0,0,900,255,1,0),(71259,2047,0,1,1,-7312.08,-2454.8,304.55,-2.56563,0,0,0,0,900,255,1,0),(71260,1735,0,1,1,-6907.07,-2581.97,249.265,2.53073,0,0,0,0,900,255,1,0),(71261,2040,0,1,1,-6907.07,-2581.97,249.265,2.53073,0,0,0,0,900,255,1,0),(71262,1734,0,1,1,-6907.07,-2581.97,249.265,2.53073,0,0,0,0,900,255,1,0),(71263,1733,0,1,1,-6907.07,-2581.97,249.265,2.53073,0,0,0,0,900,255,1,0),(71264,2047,0,1,1,-6907.07,-2581.97,249.265,2.53073,0,0,0,0,900,255,1,0),(71265,1735,0,1,1,-6635,-4134.52,278.097,0.925024,0,0,0,0,900,255,1,0),(71266,2040,0,1,1,-6635,-4134.52,278.097,0.925024,0,0,0,0,900,255,1,0),(71267,1734,0,1,1,-6635,-4134.52,278.097,0.925024,0,0,0,0,900,255,1,0),(71268,1733,0,1,1,-6635,-4134.52,278.097,0.925024,0,0,0,0,900,255,1,0),(71269,2047,0,1,1,-6635,-4134.52,278.097,0.925024,0,0,0,0,900,255,1,0),(71270,2047,0,1,1,-7344.53,-3478.77,335.204,-2.19912,0,0,0,0,900,255,1,0),(71271,2040,0,1,1,-7344.53,-3478.77,335.204,-2.19912,0,0,0,0,900,255,1,0),(71272,1734,0,1,1,-7344.53,-3478.77,335.204,-2.19912,0,0,0,0,900,255,1,0),(71273,1733,0,1,1,-7344.53,-3478.77,335.204,-2.19912,0,0,0,0,900,255,1,0),(71274,2047,0,1,1,-7344.53,-3478.77,335.204,-2.19912,0,0,0,0,900,255,1,0),(71275,1735,0,1,1,-7109.93,-3613.91,256.721,-0.087267,0,0,0,0,900,255,1,0),(71276,2040,0,1,1,-7109.93,-3613.91,256.721,-0.087267,0,0,0,0,900,255,1,0),(71277,1734,0,1,1,-7109.93,-3613.91,256.721,-0.087267,0,0,0,0,900,255,1,0),(71278,1733,0,1,1,-7109.93,-3613.91,256.721,-0.087267,0,0,0,0,900,255,1,0),(71279,2047,0,1,1,-7109.93,-3613.91,256.721,-0.087267,0,0,0,0,900,255,1,0),(71280,1735,0,1,1,-7003.88,-3863.29,295.432,1.0821,0,0,0,0,900,255,1,0),(71281,2040,0,1,1,-7003.88,-3863.29,295.432,1.0821,0,0,0,0,900,255,1,0),(71282,1734,0,1,1,-7003.88,-3863.29,295.432,1.0821,0,0,0,0,900,255,1,0),(71283,1733,0,1,1,-7003.88,-3863.29,295.432,1.0821,0,0,0,0,900,255,1,0),(71284,2047,0,1,1,-7003.88,-3863.29,295.432,1.0821,0,0,0,0,900,255,1,0),(71285,1735,0,1,1,-6951.38,-3601.15,241.667,-1.16937,0,0,0,0,900,255,1,0),(71286,2040,0,1,1,-6951.38,-3601.15,241.667,-1.16937,0,0,0,0,900,255,1,0),(71287,1734,0,1,1,-6951.38,-3601.15,241.667,-1.16937,0,0,0,0,900,255,1,0),(71288,1733,0,1,1,-6951.38,-3601.15,241.667,-1.16937,0,0,0,0,900,255,1,0),(71289,2047,0,1,1,-6951.38,-3601.15,241.667,-1.16937,0,0,0,0,900,255,1,0),(71290,1735,0,1,1,-6605.61,-3705.26,269.629,2.30383,0,0,0,0,900,255,1,0),(71291,2040,0,1,1,-6605.61,-3705.26,269.629,2.30383,0,0,0,0,900,255,1,0),(71292,1734,0,1,1,-6605.61,-3705.26,269.629,2.30383,0,0,0,0,900,255,1,0),(71293,1733,0,1,1,-6605.61,-3705.26,269.629,2.30383,0,0,0,0,900,255,1,0),(71294,2047,0,1,1,-6605.61,-3705.26,269.629,2.30383,0,0,0,0,900,255,1,0),(71295,1735,0,1,1,-6737.73,-3787.54,273.026,2.70526,0,0,0,0,900,255,1,0),(71296,2040,0,1,1,-6737.73,-3787.54,273.026,2.70526,0,0,0,0,900,255,1,0),(71297,1734,0,1,1,-6737.73,-3787.54,273.026,2.70526,0,0,0,0,900,255,1,0),(71298,1733,0,1,1,-6737.73,-3787.54,273.026,2.70526,0,0,0,0,900,255,1,0),(71299,2047,0,1,1,-6737.73,-3787.54,273.026,2.70526,0,0,0,0,900,255,1,0),(71300,1735,0,1,1,-6798.11,-4167.08,269.176,4.71239,0,0,0,0,900,255,1,0),(71301,2040,0,1,1,-6798.11,-4167.08,269.176,4.71239,0,0,0,0,900,255,1,0),(71302,1734,0,1,1,-6798.11,-4167.08,269.176,4.71239,0,0,0,0,900,255,1,0),(71303,1733,0,1,1,-6798.11,-4167.08,269.176,4.71239,0,0,0,0,900,255,1,0),(71304,2047,0,1,1,-6798.11,-4167.08,269.176,4.71239,0,0,0,0,900,255,1,0),(71305,1735,0,1,1,-6234.93,-3475.95,250.017,-1.8326,0,0,0,0,900,255,1,0),(71306,2040,0,1,1,-6234.93,-3475.95,250.017,-1.8326,0,0,0,0,900,255,1,0),(71307,1734,0,1,1,-6234.93,-3475.95,250.017,-1.8326,0,0,0,0,900,255,1,0),(71308,1733,0,1,1,-6234.93,-3475.95,250.017,-1.8326,0,0,0,0,900,255,1,0),(71309,2047,0,1,1,-6234.93,-3475.95,250.017,-1.8326,0,0,0,0,900,255,1,0),(71310,1735,0,1,1,-6094.1,-3095.98,244.567,1.37881,0,0,0,0,900,255,1,0),(71311,2040,0,1,1,-6094.1,-3095.98,244.567,1.37881,0,0,0,0,900,255,1,0),(71312,1734,0,1,1,-6094.1,-3095.98,244.567,1.37881,0,0,0,0,900,255,1,0),(71313,1733,0,1,1,-6094.1,-3095.98,244.567,1.37881,0,0,0,0,900,255,1,0),(71314,2047,0,1,1,-6094.1,-3095.98,244.567,1.37881,0,0,0,0,900,255,1,0),(71315,1735,0,1,1,-6696.16,-2446.62,281.194,-2.49582,0,0,0,0,900,255,1,0),(71316,2040,0,1,1,-6696.16,-2446.62,281.194,-2.49582,0,0,0,0,900,255,1,0),(71317,1734,0,1,1,-6696.16,-2446.62,281.194,-2.49582,0,0,0,0,900,255,1,0),(71318,1733,0,1,1,-6696.16,-2446.62,281.194,-2.49582,0,0,0,0,900,255,1,0),(71319,2047,0,1,1,-6696.16,-2446.62,281.194,-2.49582,0,0,0,0,900,255,1,0),(71320,1735,0,1,1,-7111.74,-3610.82,255.251,0,0,0,0,0,900,255,1,0),(71321,2040,0,1,1,-7111.74,-3610.82,255.251,0,0,0,0,0,900,255,1,0),(71322,1734,0,1,1,-7111.74,-3610.82,255.251,0,0,0,0,0,900,255,1,0),(71323,1733,0,1,1,-7111.74,-3610.82,255.251,0,0,0,0,0,900,255,1,0),(71324,2047,0,1,1,-7111.74,-3610.82,255.251,0,0,0,0,0,900,255,1,0),(71325,1735,0,1,1,-6650.51,-3541.83,248.722,0,0,0,0,0,900,255,1,0),(71326,2040,0,1,1,-6650.51,-3541.83,248.722,0,0,0,0,0,900,255,1,0),(71327,1734,0,1,1,-6650.51,-3541.83,248.722,0,0,0,0,0,900,255,1,0),(71328,1733,0,1,1,-6650.51,-3541.83,248.722,0,0,0,0,0,900,255,1,0),(71329,2047,0,1,1,-6650.51,-3541.83,248.722,0,0,0,0,0,900,255,1,0),(71330,1735,0,1,1,-7148.52,-3493.88,266.099,0,0,0,0,0,900,255,1,0),(71331,2040,0,1,1,-7148.52,-3493.88,266.099,0,0,0,0,0,900,255,1,0),(71332,1734,0,1,1,-7148.52,-3493.88,266.099,0,0,0,0,0,900,255,1,0),(71333,1733,0,1,1,-7148.52,-3493.88,266.099,0,0,0,0,0,900,255,1,0),(71334,2047,0,1,1,-7148.52,-3493.88,266.099,0,0,0,0,0,900,255,1,0),(71335,1735,0,1,1,-6796.77,-3218.12,267.065,0,0,0,0,0,900,255,1,0),(71336,2040,0,1,1,-6796.77,-3218.12,267.065,0,0,0,0,0,900,255,1,0),(71337,1734,0,1,1,-6796.77,-3218.12,267.065,0,0,0,0,0,900,255,1,0),(71338,1733,0,1,1,-6796.77,-3218.12,267.065,0,0,0,0,0,900,255,1,0),(71339,2047,0,1,1,-6796.77,-3218.12,267.065,0,0,0,0,0,900,255,1,0),(71340,1735,0,1,1,-7250.14,-3132.48,314.233,0,0,0,0,0,900,255,1,0),(71341,2040,0,1,1,-7250.14,-3132.48,314.233,0,0,0,0,0,900,255,1,0),(71342,1734,0,1,1,-7250.14,-3132.48,314.233,0,0,0,0,0,900,255,1,0),(71343,1733,0,1,1,-7250.14,-3132.48,314.233,0,0,0,0,0,900,255,1,0),(71344,2047,0,1,1,-7250.14,-3132.48,314.233,0,0,0,0,0,900,255,1,0),(71345,1735,0,1,1,-6893.85,-2792.91,242.547,3.05433,0,0,0,0,900,255,1,0),(71346,2040,0,1,1,-6893.85,-2792.91,242.547,3.05433,0,0,0,0,900,255,1,0),(71347,1734,0,1,1,-6893.85,-2792.91,242.547,3.05433,0,0,0,0,900,255,1,0),(71348,1733,0,1,1,-6893.85,-2792.91,242.547,3.05433,0,0,0,0,900,255,1,0),(71349,2047,0,1,1,-6893.85,-2792.91,242.547,3.05433,0,0,0,0,900,255,1,0),(71350,1735,0,1,1,-6975.78,-3110.13,260.854,0.226892,0,0,0,0,900,255,1,0),(71351,2040,0,1,1,-6975.78,-3110.13,260.854,0.226892,0,0,0,0,900,255,1,0),(71352,1734,0,1,1,-6975.78,-3110.13,260.854,0.226892,0,0,0,0,900,255,1,0),(71353,1733,0,1,1,-6975.78,-3110.13,260.854,0.226892,0,0,0,0,900,255,1,0),(71354,2047,0,1,1,-6975.78,-3110.13,260.854,0.226892,0,0,0,0,900,255,1,0),(71355,1735,0,1,1,-6464.19,-2450.21,311.683,-0.122173,0,0,0,0,900,255,1,0),(71356,2040,0,1,1,-6464.19,-2450.21,311.683,-0.122173,0,0,0,0,900,255,1,0),(71357,1734,0,1,1,-6464.19,-2450.21,311.683,-0.122173,0,0,0,0,900,255,1,0),(71358,1733,0,1,1,-6464.19,-2450.21,311.683,-0.122173,0,0,0,0,900,255,1,0),(71359,2047,0,1,1,-6464.19,-2450.21,311.683,-0.122173,0,0,0,0,900,255,1,0),(71360,1735,0,1,1,-6170.33,-3384.25,244.062,-0.663223,0,0,0,0,900,255,1,0),(71361,2040,0,1,1,-6170.33,-3384.25,244.062,-0.663223,0,0,0,0,900,255,1,0),(71362,1734,0,1,1,-6170.33,-3384.25,244.062,-0.663223,0,0,0,0,900,255,1,0),(71363,1733,0,1,1,-6170.33,-3384.25,244.062,-0.663223,0,0,0,0,900,255,1,0),(71364,2047,0,1,1,-6170.33,-3384.25,244.062,-0.663223,0,0,0,0,900,255,1,0),(71365,1735,0,1,1,-7445.46,-2269.4,231.429,0.733038,0,0,0,0,900,255,1,0),(71366,2040,0,1,1,-7445.46,-2269.4,231.429,0.733038,0,0,0,0,900,255,1,0),(71367,1734,0,1,1,-7445.46,-2269.4,231.429,0.733038,0,0,0,0,900,255,1,0),(71368,1733,0,1,1,-7445.46,-2269.4,231.429,0.733038,0,0,0,0,900,255,1,0),(71369,2047,0,1,1,-7445.46,-2269.4,231.429,0.733038,0,0,0,0,900,255,1,0),(71370,1735,0,1,1,-6518.01,-2460.01,307.32,-2.79252,0,0,0,0,900,255,1,0),(71371,2040,0,1,1,-6518.01,-2460.01,307.32,-2.79252,0,0,0,0,900,255,1,0),(71372,1734,0,1,1,-6518.01,-2460.01,307.32,-2.79252,0,0,0,0,900,255,1,0),(71373,1733,0,1,1,-6518.01,-2460.01,307.32,-2.79252,0,0,0,0,900,255,1,0),(71374,2047,0,1,1,-6518.01,-2460.01,307.32,-2.79252,0,0,0,0,900,255,1,0),(71375,1735,0,1,1,-7230,-2216,296.9,0.75,0,0,0,0,900,255,1,0),(71376,2040,0,1,1,-7230,-2216,296.9,0.75,0,0,0,0,900,255,1,0),(71377,1734,0,1,1,-7230,-2216,296.9,0.75,0,0,0,0,900,255,1,0),(71378,1733,0,1,1,-7230,-2216,296.9,0.75,0,0,0,0,900,255,1,0),(71379,2047,0,1,1,-7230,-2216,296.9,0.75,0,0,0,0,900,255,1,0),(71380,1735,0,1,1,-7277,-2148,308.407,5.407,0,0,0,0,900,255,1,0),(71381,2040,0,1,1,-7277,-2148,308.407,5.407,0,0,0,0,900,255,1,0),(71382,1734,0,1,1,-7277,-2148,308.407,5.407,0,0,0,0,900,255,1,0),(71383,1733,0,1,1,-7277,-2148,308.407,5.407,0,0,0,0,900,255,1,0),(71384,2047,0,1,1,-7277,-2148,308.407,5.407,0,0,0,0,900,255,1,0),(71621,324,0,1,1,-10786,-3132,38.5,6.033,0,0,0,0,900,255,1,0),(71622,1734,0,1,1,-10786,-3132,38.5,6.033,0,0,0,0,900,255,1,0),(71623,2047,0,1,1,-10786,-3132,38.5,6.033,0,0,0,0,900,255,1,0),(71624,2040,0,1,1,-11878,-3263,-26,3.632,0,0,0,0,900,255,1,0),(71625,324,0,1,1,-11878,-3263,-26,3.632,0,0,0,0,900,255,1,0),(71626,1734,0,1,1,-11878,-3263,-26,3.632,0,0,0,0,900,255,1,0),(71627,2047,0,1,1,-11878,-3263,-26,3.632,0,0,0,0,900,255,1,0),(71628,2040,0,1,1,-10860,-3059,48.565,5.962,0,0,0,0,900,255,1,0),(71629,324,0,1,1,-10860,-3059,48.565,5.962,0,0,0,0,900,255,1,0),(71630,1734,0,1,1,-10860,-3059,48.565,5.962,0,0,0,0,900,255,1,0),(71631,2047,0,1,1,-10860,-3059,48.565,5.962,0,0,0,0,900,255,1,0),(71632,2040,0,1,1,-11022,-2802,6.474,4.298,0,0,0,0,900,255,1,0),(71633,324,0,1,1,-11022,-2802,6.474,4.298,0,0,0,0,900,255,1,0),(71634,1734,0,1,1,-11022,-2802,6.474,4.298,0,0,0,0,900,255,1,0),(71635,2047,0,1,1,-11022,-2802,6.474,4.298,0,0,0,0,900,255,1,0),(71636,2040,0,1,1,-11272,-3423,16.655,5.948,0,0,0,0,900,255,1,0),(71637,324,0,1,1,-11272,-3423,16.655,5.948,0,0,0,0,900,255,1,0),(71638,1734,0,1,1,-11272,-3423,16.655,5.948,0,0,0,0,900,255,1,0),(71639,2047,0,1,1,-11272,-3423,16.655,5.948,0,0,0,0,900,255,1,0),(71640,2040,0,1,1,-11540,-3400,16.723,4.747,0,0,0,0,900,255,1,0),(71641,324,0,1,1,-11540,-3400,16.723,4.747,0,0,0,0,900,255,1,0),(71642,1734,0,1,1,-11540,-3400,16.723,4.747,0,0,0,0,900,255,1,0),(71643,2047,0,1,1,-11540,-3400,16.723,4.747,0,0,0,0,900,255,1,0),(71644,2040,0,1,1,-11526,-2675,15.573,0.157,0,0,0,0,900,255,1,0),(71645,324,0,1,1,-11526,-2675,15.573,0.157,0,0,0,0,900,255,1,0),(71646,1734,0,1,1,-11526,-2675,15.573,0.157,0,0,0,0,900,255,1,0),(71647,2047,0,1,1,-11526,-2675,15.573,0.157,0,0,0,0,900,255,1,0),(71648,2040,0,1,1,-10944,-2823,27.19,-2,0,0,0,0,900,255,1,0),(71649,324,0,1,1,-10944,-2823,27.19,-2,0,0,0,0,900,255,1,0),(71650,1734,0,1,1,-10944,-2823,27.19,-2,0,0,0,0,900,255,1,0),(71651,2047,0,1,1,-10944,-2823,27.19,-2,0,0,0,0,900,255,1,0),(71652,2040,0,1,1,-11336,-3429,10.118,4.605,0,0,0,0,900,255,1,0),(71653,324,0,1,1,-11336,-3429,10.118,4.605,0,0,0,0,900,255,1,0),(71654,1734,0,1,1,-11336,-3429,10.118,4.605,0,0,0,0,900,255,1,0),(71655,2047,0,1,1,-11336,-3429,10.118,4.605,0,0,0,0,900,255,1,0),(71656,2040,0,1,1,-11126.9,-3365.38,58.9554,-1.6057,0,0,0,1,900,255,1,0),(71657,324,0,1,1,-11126.9,-3365.38,58.9554,-1.6057,0,0,0,1,900,255,1,0),(71658,1734,0,1,1,-11126.9,-3365.38,58.9554,-1.6057,0,0,0,1,900,255,1,0),(71659,2047,0,1,1,-11126.9,-3365.38,58.9554,-1.6057,0,0,0,1,900,255,1,0),(71660,2040,0,1,1,-10805,-3027,48.645,4.8,0,0,0,0,900,255,1,0),(71661,324,0,1,1,-10805,-3027,48.645,4.8,0,0,0,0,900,255,1,0),(71662,1734,0,1,1,-10805,-3027,48.645,4.8,0,0,0,0,900,255,1,0),(71663,2047,0,1,1,-10805,-3027,48.645,4.8,0,0,0,0,900,255,1,0),(71664,2040,0,1,1,-11734,-3170,-13.6839,-1,0,0,0,0,900,255,1,0),(71665,324,0,1,1,-11734,-3170,-13.6839,-1,0,0,0,0,900,255,1,0),(71666,1734,0,1,1,-11734,-3170,-13.6839,-1,0,0,0,0,900,255,1,0),(71667,2047,0,1,1,-11734,-3170,-13.6839,-1,0,0,0,0,900,255,1,0),(71668,2040,0,1,1,-11251,-3318,19.805,2.606,0,0,0,0,900,255,1,0),(71669,324,0,1,1,-11251,-3318,19.805,2.606,0,0,0,0,900,255,1,0),(71670,1734,0,1,1,-11251,-3318,19.805,2.606,0,0,0,0,900,255,1,0),(71671,2047,0,1,1,-11251,-3318,19.805,2.606,0,0,0,0,900,255,1,0),(71672,2040,0,1,1,-11806,-2934,15.643,2.503,0,0,0,0,900,255,1,0),(71673,324,0,1,1,-11806,-2934,15.643,2.503,0,0,0,0,900,255,1,0),(71674,1734,0,1,1,-11806,-2934,15.643,2.503,0,0,0,0,900,255,1,0),(71675,2047,0,1,1,-11806,-2934,15.643,2.503,0,0,0,0,900,255,1,0),(71676,2040,0,1,1,-11472,-3205,19.138,1.13,0,0,0,0,900,255,1,0),(71677,324,0,1,1,-11472,-3205,19.138,1.13,0,0,0,0,900,255,1,0),(71678,1734,0,1,1,-11472,-3205,19.138,1.13,0,0,0,0,900,255,1,0),(71679,2047,0,1,1,-11472,-3205,19.138,1.13,0,0,0,0,900,255,1,0),(71680,2040,0,1,1,-10895,-3152,48.897,0.225,0,0,0,0,900,255,1,0),(71681,324,0,1,1,-10895,-3152,48.897,0.225,0,0,0,0,900,255,1,0),(71682,1734,0,1,1,-10895,-3152,48.897,0.225,0,0,0,0,900,255,1,0),(71683,2047,0,1,1,-10895,-3152,48.897,0.225,0,0,0,0,900,255,1,0),(71684,2040,0,1,1,-11205,-2688,12.923,1.796,0,0,0,0,900,255,1,0),(71685,324,0,1,1,-11205,-2688,12.923,1.796,0,0,0,0,900,255,1,0),(71686,1734,0,1,1,-11205,-2688,12.923,1.796,0,0,0,0,900,255,1,0),(71687,2047,0,1,1,-11205,-2688,12.923,1.796,0,0,0,0,900,255,1,0),(71688,2040,0,1,1,-11753,-2800,19.839,2.523,0,0,0,0,900,255,1,0),(71689,324,0,1,1,-11753,-2800,19.839,2.523,0,0,0,0,900,255,1,0),(71690,1734,0,1,1,-11753,-2800,19.839,2.523,0,0,0,0,900,255,1,0),(71691,2047,0,1,1,-11753,-2800,19.839,2.523,0,0,0,0,900,255,1,0),(71692,2040,0,1,1,-11723,-3135,8.749,3.352,0,0,0,0,900,255,1,0),(71693,324,0,1,1,-11723,-3135,8.749,3.352,0,0,0,0,900,255,1,0),(71694,1734,0,1,1,-11723,-3135,8.749,3.352,0,0,0,0,900,255,1,0),(71695,2047,0,1,1,-11723,-3135,8.749,3.352,0,0,0,0,900,255,1,0),(71696,2040,0,1,1,-11253.7,-2698.1,15.4379,1.16937,0,0,0,0,900,255,1,0),(71697,324,0,1,1,-11253.7,-2698.1,15.4379,1.16937,0,0,0,0,900,255,1,0),(71698,1734,0,1,1,-11253.7,-2698.1,15.4379,1.16937,0,0,0,0,900,255,1,0),(71699,2047,0,1,1,-11253.7,-2698.1,15.4379,1.16937,0,0,0,0,900,255,1,0),(71700,2040,0,1,1,-11228,-3275,14.513,2.339,0,0,0,0,900,255,1,0),(71701,324,0,1,1,-11228,-3275,14.513,2.339,0,0,0,0,900,255,1,0),(71702,1734,0,1,1,-11228,-3275,14.513,2.339,0,0,0,0,900,255,1,0),(71703,2047,0,1,1,-11228,-3275,14.513,2.339,0,0,0,0,900,255,1,0),(71704,2040,0,1,1,-10737,-3148,32.399,4.768,0,0,0,0,900,255,1,0),(71705,324,0,1,1,-10737,-3148,32.399,4.768,0,0,0,0,900,255,1,0),(71706,1734,0,1,1,-10737,-3148,32.399,4.768,0,0,0,0,900,255,1,0),(71707,2047,0,1,1,-10737,-3148,32.399,4.768,0,0,0,0,900,255,1,0),(71708,2040,0,1,1,-11835,-3290,-19,3.557,0,0,0,0,900,255,1,0),(71709,324,0,1,1,-11835,-3290,-19,3.557,0,0,0,0,900,255,1,0),(71710,1734,0,1,1,-11835,-3290,-19,3.557,0,0,0,0,900,255,1,0),(71711,2047,0,1,1,-11835,-3290,-19,3.557,0,0,0,0,900,255,1,0),(71712,2040,0,1,1,-10765,-3137,36.683,4.623,0,0,0,0,900,255,1,0),(71713,324,0,1,1,-10765,-3137,36.683,4.623,0,0,0,0,900,255,1,0),(71714,1734,0,1,1,-10765,-3137,36.683,4.623,0,0,0,0,900,255,1,0),(71715,2047,0,1,1,-10765,-3137,36.683,4.623,0,0,0,0,900,255,1,0),(71716,2040,0,1,1,-10831,-3178,43.359,4.898,0,0,0,0,900,255,1,0),(71717,324,0,1,1,-10831,-3178,43.359,4.898,0,0,0,0,900,255,1,0),(71718,1734,0,1,1,-10831,-3178,43.359,4.898,0,0,0,0,900,255,1,0),(71719,2047,0,1,1,-10831,-3178,43.359,4.898,0,0,0,0,900,255,1,0),(71720,2040,0,1,1,-11348,-2881,13.043,-2,0,0,0,0,900,255,1,0),(71721,324,0,1,1,-11348,-2881,13.043,-2,0,0,0,0,900,255,1,0),(71722,1734,0,1,1,-11348,-2881,13.043,-2,0,0,0,0,900,255,1,0),(71723,2047,0,1,1,-11348,-2881,13.043,-2,0,0,0,0,900,255,1,0),(71724,2040,0,1,1,-11738,-2752,11.333,1.718,0,0,0,0,900,255,1,0),(71725,324,0,1,1,-11738,-2752,11.333,1.718,0,0,0,0,900,255,1,0),(71726,1734,0,1,1,-11738,-2752,11.333,1.718,0,0,0,0,900,255,1,0),(71727,2047,0,1,1,-11738,-2752,11.333,1.718,0,0,0,0,900,255,1,0),(71728,2040,0,1,1,-11705,-2751,12.527,1.85,0,0,0,0,900,255,1,0),(71729,324,0,1,1,-11705,-2751,12.527,1.85,0,0,0,0,900,255,1,0),(71730,1734,0,1,1,-11705,-2751,12.527,1.85,0,0,0,0,900,255,1,0),(71731,2047,0,1,1,-11705,-2751,12.527,1.85,0,0,0,0,900,255,1,0),(71732,2040,0,1,1,-11544,-2908,10.343,4.734,0,0,0,0,900,255,1,0),(71733,324,0,1,1,-11544,-2908,10.343,4.734,0,0,0,0,900,255,1,0),(71734,1734,0,1,1,-11544,-2908,10.343,4.734,0,0,0,0,900,255,1,0),(71735,2047,0,1,1,-11544,-2908,10.343,4.734,0,0,0,0,900,255,1,0),(71736,2040,0,1,1,-10781,-3016,52.462,5.026,0,0,0,0,900,255,1,0),(71737,324,0,1,1,-10781,-3016,52.462,5.026,0,0,0,0,900,255,1,0),(71738,1734,0,1,1,-10781,-3016,52.462,5.026,0,0,0,0,900,255,1,0),(71739,2047,0,1,1,-10781,-3016,52.462,5.026,0,0,0,0,900,255,1,0),(71740,2040,0,1,1,-11324,-2939,27.927,0.113,0,0,0,0,900,255,1,0),(71741,324,0,1,1,-11324,-2939,27.927,0.113,0,0,0,0,900,255,1,0),(71742,1734,0,1,1,-11324,-2939,27.927,0.113,0,0,0,0,900,255,1,0),(71743,2047,0,1,1,-11324,-2939,27.927,0.113,0,0,0,0,900,255,1,0),(71744,2040,0,1,1,-11869,-3336,8.068,3.7,0,0,0,0,900,255,1,0),(71745,324,0,1,1,-11869,-3336,8.068,3.7,0,0,0,0,900,255,1,0),(71746,1734,0,1,1,-11869,-3336,8.068,3.7,0,0,0,0,900,255,1,0),(71747,2047,0,1,1,-11869,-3336,8.068,3.7,0,0,0,0,900,255,1,0),(71748,2040,0,1,1,-11398,-2654,69.094,4.64,0,0,0,0,900,255,1,0),(71749,324,0,1,1,-11398,-2654,69.094,4.64,0,0,0,0,900,255,1,0),(71750,1734,0,1,1,-11398,-2654,69.094,4.64,0,0,0,0,900,255,1,0),(71751,2047,0,1,1,-11398,-2654,69.094,4.64,0,0,0,0,900,255,1,0),(71752,2040,0,1,1,-10927,-2816,31.254,6.012,0,0,0,0,900,255,1,0),(71753,324,0,1,1,-10927,-2816,31.254,6.012,0,0,0,0,900,255,1,0),(71754,1734,0,1,1,-10927,-2816,31.254,6.012,0,0,0,0,900,255,1,0),(71755,2047,0,1,1,-10927,-2816,31.254,6.012,0,0,0,0,900,255,1,0),(71756,2040,0,1,1,-11211,-2653,46.992,2.428,0,0,0,0,900,255,1,0),(71757,324,0,1,1,-11211,-2653,46.992,2.428,0,0,0,0,900,255,1,0),(71758,1734,0,1,1,-11211,-2653,46.992,2.428,0,0,0,0,900,255,1,0),(71759,2047,0,1,1,-11211,-2653,46.992,2.428,0,0,0,0,900,255,1,0),(71760,2040,0,1,1,-11336,-2931,24.97,0.113,0,0,0,0,900,255,1,0),(71761,324,0,1,1,-11336,-2931,24.97,0.113,0,0,0,0,900,255,1,0),(71762,1734,0,1,1,-11336,-2931,24.97,0.113,0,0,0,0,900,255,1,0),(71763,2047,0,1,1,-11336,-2931,24.97,0.113,0,0,0,0,900,255,1,0),(71764,2040,0,1,1,-11505,-3093,-2,4.404,0,0,0,0,900,255,1,0),(71765,324,0,1,1,-11505,-3093,-2,4.404,0,0,0,0,900,255,1,0),(71766,1734,0,1,1,-11505,-3093,-2,4.404,0,0,0,0,900,255,1,0),(71767,2047,0,1,1,-11505,-3093,-2,4.404,0,0,0,0,900,255,1,0),(71768,2040,0,1,1,-11178,-2665,31.391,0.841,0,0,0,0,900,255,1,0),(71769,324,0,1,1,-11178,-2665,31.391,0.841,0,0,0,0,900,255,1,0),(71770,1734,0,1,1,-11178,-2665,31.391,0.841,0,0,0,0,900,255,1,0),(71771,2047,0,1,1,-11178,-2665,31.391,0.841,0,0,0,0,900,255,1,0),(71772,2040,0,1,1,-11859,-3340,14.467,4.611,0,0,0,0,900,255,1,0),(71773,324,0,1,1,-11859,-3340,14.467,4.611,0,0,0,0,900,255,1,0),(71774,1734,0,1,1,-11859,-3340,14.467,4.611,0,0,0,0,900,255,1,0),(71775,2047,0,1,1,-11859,-3340,14.467,4.611,0,0,0,0,900,255,1,0),(71776,2040,0,1,1,-11391,-2644,69.88,1.825,0,0,0,0,900,255,1,0),(71777,324,0,1,1,-11391,-2644,69.88,1.825,0,0,0,0,900,255,1,0),(71778,1734,0,1,1,-11391,-2644,69.88,1.825,0,0,0,0,900,255,1,0),(71779,2047,0,1,1,-11391,-2644,69.88,1.825,0,0,0,0,900,255,1,0),(71780,2040,0,1,1,-11389,-2652,68.542,0.945,0,0,0,0,900,255,1,0),(71781,324,0,1,1,-11389,-2652,68.542,0.945,0,0,0,0,900,255,1,0),(71782,1734,0,1,1,-11389,-2652,68.542,0.945,0,0,0,0,900,255,1,0),(71783,2047,0,1,1,-11389,-2652,68.542,0.945,0,0,0,0,900,255,1,0),(71784,2040,0,1,1,-11123,-3360,56.416,3.364,0,0,0,0,900,255,1,0),(71785,324,0,1,1,-11123,-3360,56.416,3.364,0,0,0,0,900,255,1,0),(71786,1734,0,1,1,-11123,-3360,56.416,3.364,0,0,0,0,900,255,1,0),(71787,2047,0,1,1,-11123,-3360,56.416,3.364,0,0,0,0,900,255,1,0),(71788,2040,0,1,1,-11477,-3247,16.833,4.677,0,0,0,0,900,255,1,0),(71789,324,0,1,1,-11477,-3247,16.833,4.677,0,0,0,0,900,255,1,0),(71790,1734,0,1,1,-11477,-3247,16.833,4.677,0,0,0,0,900,255,1,0),(71791,2047,0,1,1,-11477,-3247,16.833,4.677,0,0,0,0,900,255,1,0),(71792,2040,0,1,1,-11861,-3357,15.589,4.611,0,0,0,0,900,255,1,0),(71793,324,0,1,1,-11861,-3357,15.589,4.611,0,0,0,0,900,255,1,0),(71794,1734,0,1,1,-11861,-3357,15.589,4.611,0,0,0,0,900,255,1,0),(71795,2047,0,1,1,-11861,-3357,15.589,4.611,0,0,0,0,900,255,1,0),(71796,2040,0,1,1,-11195,-2655,42.092,3.307,0,0,0,0,900,255,1,0),(71797,324,0,1,1,-11195,-2655,42.092,3.307,0,0,0,0,900,255,1,0),(71798,1734,0,1,1,-11195,-2655,42.092,3.307,0,0,0,0,900,255,1,0),(71799,2047,0,1,1,-11195,-2655,42.092,3.307,0,0,0,0,900,255,1,0),(71800,2040,0,1,1,-11338,-2941,21.023,3.631,0,0,0,0,900,255,1,0),(71801,324,0,1,1,-11338,-2941,21.023,3.631,0,0,0,0,900,255,1,0),(71802,1734,0,1,1,-11338,-2941,21.023,3.631,0,0,0,0,900,255,1,0),(71803,2047,0,1,1,-11338,-2941,21.023,3.631,0,0,0,0,900,255,1,0),(71804,2040,0,1,1,-11845,-3373,13.796,5.478,0,0,0,0,900,255,1,0),(71805,324,0,1,1,-11845,-3373,13.796,5.478,0,0,0,0,900,255,1,0),(71806,1734,0,1,1,-11845,-3373,13.796,5.478,0,0,0,0,900,255,1,0),(71807,2047,0,1,1,-11845,-3373,13.796,5.478,0,0,0,0,900,255,1,0),(71808,2040,0,1,1,-11230,-3437,35.421,3.612,0,0,0,0,900,255,1,0),(71809,324,0,1,1,-11230,-3437,35.421,3.612,0,0,0,0,900,255,1,0),(71810,1734,0,1,1,-11230,-3437,35.421,3.612,0,0,0,0,900,255,1,0),(71811,2047,0,1,1,-11230,-3437,35.421,3.612,0,0,0,0,900,255,1,0),(71812,2040,0,1,1,-11254,-3559,8.206,1.498,0,0,0,0,900,255,1,0),(71813,324,0,1,1,-11254,-3559,8.206,1.498,0,0,0,0,900,255,1,0),(71814,1734,0,1,1,-11254,-3559,8.206,1.498,0,0,0,0,900,255,1,0),(71815,2047,0,1,1,-11254,-3559,8.206,1.498,0,0,0,0,900,255,1,0),(71816,2040,0,1,1,-11258,-3537,9.287,0.232,0,0,0,0,900,255,1,0),(71817,324,0,1,1,-11258,-3537,9.287,0.232,0,0,0,0,900,255,1,0),(71818,1734,0,1,1,-11258,-3537,9.287,0.232,0,0,0,0,900,255,1,0),(71819,2047,0,1,1,-11258,-3537,9.287,0.232,0,0,0,0,900,255,1,0),(71820,2040,0,1,1,-11398,-2645,69.65,3.245,0,0,0,0,900,255,1,0),(71821,324,0,1,1,-11398,-2645,69.65,3.245,0,0,0,0,900,255,1,0),(71822,1734,0,1,1,-11398,-2645,69.65,3.245,0,0,0,0,900,255,1,0),(71823,2047,0,1,1,-11398,-2645,69.65,3.245,0,0,0,0,900,255,1,0),(71824,2040,0,1,1,-11209,-2671,27.283,2.305,0,0,0,0,900,255,1,0),(71825,324,0,1,1,-11209,-2671,27.283,2.305,0,0,0,0,900,255,1,0),(71826,1734,0,1,1,-11209,-2671,27.283,2.305,0,0,0,0,900,255,1,0),(71827,2047,0,1,1,-11209,-2671,27.283,2.305,0,0,0,0,900,255,1,0),(71828,2040,0,1,1,-11330,-2934,29.92,0.113,0,0,0,0,900,255,1,0),(71829,324,0,1,1,-11330,-2934,29.92,0.113,0,0,0,0,900,255,1,0),(71830,1734,0,1,1,-11330,-2934,29.92,0.113,0,0,0,0,900,255,1,0),(71831,2047,0,1,1,-11330,-2934,29.92,0.113,0,0,0,0,900,255,1,0),(71832,2040,0,1,1,-11478,-2938,27.04,4.721,0,0,0,0,900,255,1,0),(71833,324,0,1,1,-11478,-2938,27.04,4.721,0,0,0,0,900,255,1,0),(71834,1734,0,1,1,-11478,-2938,27.04,4.721,0,0,0,0,900,255,1,0),(71835,2047,0,1,1,-11478,-2938,27.04,4.721,0,0,0,0,900,255,1,0),(71836,2040,0,1,1,-11241,-3558,7.894,3.142,0,0,0,0,900,255,1,0),(71837,324,0,1,1,-11241,-3558,7.894,3.142,0,0,0,0,900,255,1,0),(71838,1734,0,1,1,-11241,-3558,7.894,3.142,0,0,0,0,900,255,1,0),(71839,2047,0,1,1,-11241,-3558,7.894,3.142,0,0,0,0,900,255,1,0),(71840,2040,0,1,1,-11234.1,-3451.77,8.38004,-1.41372,0,0,0,0,900,255,1,0),(71841,324,0,1,1,-11234.1,-3451.77,8.38004,-1.41372,0,0,0,0,900,255,1,0),(71842,1734,0,1,1,-11234.1,-3451.77,8.38004,-1.41372,0,0,0,0,900,255,1,0),(71843,2047,0,1,1,-11234.1,-3451.77,8.38004,-1.41372,0,0,0,0,900,255,1,0),(71844,2040,0,1,1,-11387.7,-3348.58,11.8879,-1.09956,0,0,0,0,900,255,1,0),(71845,324,0,1,1,-11387.7,-3348.58,11.8879,-1.09956,0,0,0,0,900,255,1,0),(71846,1734,0,1,1,-11387.7,-3348.58,11.8879,-1.09956,0,0,0,0,900,255,1,0),(71847,2047,0,1,1,-11387.7,-3348.58,11.8879,-1.09956,0,0,0,0,900,255,1,0),(71848,2040,0,1,1,-11219.8,-3391.64,22.8582,0.715585,0,0,0,0,900,255,1,0),(71849,324,0,1,1,-11219.8,-3391.64,22.8582,0.715585,0,0,0,0,900,255,1,0),(71850,1734,0,1,1,-11219.8,-3391.64,22.8582,0.715585,0,0,0,0,900,255,1,0),(71851,2047,0,1,1,-11219.8,-3391.64,22.8582,0.715585,0,0,0,0,900,255,1,0),(71852,2040,0,1,1,-10890,-3619.06,15.7217,-0.453786,0,0,0,0,900,255,1,0),(71853,324,0,1,1,-10890,-3619.06,15.7217,-0.453786,0,0,0,0,900,255,1,0),(71854,1734,0,1,1,-10890,-3619.06,15.7217,-0.453786,0,0,0,0,900,255,1,0),(71855,2047,0,1,1,-10890,-3619.06,15.7217,-0.453786,0,0,0,0,900,255,1,0),(71856,2040,0,1,1,-10913.6,-3648.29,9.39929,-1.58825,0,0,0,0,900,255,1,0),(71857,324,0,1,1,-10913.6,-3648.29,9.39929,-1.58825,0,0,0,0,900,255,1,0),(71858,1734,0,1,1,-10913.6,-3648.29,9.39929,-1.58825,0,0,0,0,900,255,1,0),(71859,2047,0,1,1,-10913.6,-3648.29,9.39929,-1.58825,0,0,0,0,900,255,1,0),(71860,2040,0,1,1,-11685.6,-3412.33,18.409,3.08923,0,0,0,0,900,255,1,0),(71861,324,0,1,1,-11685.6,-3412.33,18.409,3.08923,0,0,0,0,900,255,1,0),(71862,1734,0,1,1,-11685.6,-3412.33,18.409,3.08923,0,0,0,0,900,255,1,0),(71863,2047,0,1,1,-11685.6,-3412.33,18.409,3.08923,0,0,0,0,900,255,1,0),(71864,2040,0,1,1,-11387.7,-3348.58,11.8879,-1.09956,0,0,0,0,900,255,1,0),(71865,324,0,1,1,-11387.7,-3348.58,11.8879,-1.09956,0,0,0,0,900,255,1,0),(71866,1734,0,1,1,-11387.7,-3348.58,11.8879,-1.09956,0,0,0,0,900,255,1,0),(71867,2047,0,1,1,-11387.7,-3348.58,11.8879,-1.09956,0,0,0,0,900,255,1,0),(71868,2040,0,1,1,-11853.2,-2944.53,18.2617,-1.74533,0,0,0,0,900,255,1,0),(71869,324,0,1,1,-11853.2,-2944.53,18.2617,-1.74533,0,0,0,0,900,255,1,0),(71870,1734,0,1,1,-11853.2,-2944.53,18.2617,-1.74533,0,0,0,0,900,255,1,0),(71871,2047,0,1,1,-11853.2,-2944.53,18.2617,-1.74533,0,0,0,0,900,255,1,0),(71872,2040,0,1,1,-11270.4,-3305.36,28.3876,0.453786,0,0,0,0,900,255,1,0),(71873,324,0,1,1,-11270.4,-3305.36,28.3876,0.453786,0,0,0,0,900,255,1,0),(71874,1734,0,1,1,-11270.4,-3305.36,28.3876,0.453786,0,0,0,0,900,255,1,0),(71875,2047,0,1,1,-11270.4,-3305.36,28.3876,0.453786,0,0,0,0,900,255,1,0),(71876,2040,0,1,1,-11180.9,-2909.93,39.0139,-1.8675,0,0,0,0,900,255,1,0),(71877,324,0,1,1,-11180.9,-2909.93,39.0139,-1.8675,0,0,0,0,900,255,1,0),(71878,1734,0,1,1,-11180.9,-2909.93,39.0139,-1.8675,0,0,0,0,900,255,1,0),(71879,2047,0,1,1,-11180.9,-2909.93,39.0139,-1.8675,0,0,0,0,900,255,1,0),(71880,2040,0,1,1,-11286.7,-3423.87,10.0321,0.488692,0,0,0,0,900,255,1,0),(71881,324,0,1,1,-11286.7,-3423.87,10.0321,0.488692,0,0,0,0,900,255,1,0),(71882,1734,0,1,1,-11286.7,-3423.87,10.0321,0.488692,0,0,0,0,900,255,1,0),(71883,2047,0,1,1,-11286.7,-3423.87,10.0321,0.488692,0,0,0,0,900,255,1,0),(71884,2040,0,1,1,-11909.2,-3171.1,-18.7142,2.26893,0,0,0,0,900,255,1,0),(71885,324,0,1,1,-11909.2,-3171.1,-18.7142,2.26893,0,0,0,0,900,255,1,0),(71886,1734,0,1,1,-11909.2,-3171.1,-18.7142,2.26893,0,0,0,0,900,255,1,0),(71887,2047,0,1,1,-11909.2,-3171.1,-18.7142,2.26893,0,0,0,0,900,255,1,0),(71888,2040,0,1,1,-11307.5,-2520.43,93.8103,1.15192,0,0,0,0,900,255,1,0),(71889,324,0,1,1,-11307.5,-2520.43,93.8103,1.15192,0,0,0,0,900,255,1,0),(71890,1734,0,1,1,-11307.5,-2520.43,93.8103,1.15192,0,0,0,0,900,255,1,0),(71891,2047,0,1,1,-11307.5,-2520.43,93.8103,1.15192,0,0,0,0,900,255,1,0),(71892,2040,0,1,1,-11203,-2555.16,108.173,-2.46091,0,0,0,0,900,255,1,0),(71893,324,0,1,1,-11203,-2555.16,108.173,-2.46091,0,0,0,0,900,255,1,0),(71894,1734,0,1,1,-11203,-2555.16,108.173,-2.46091,0,0,0,0,900,255,1,0),(71895,2047,0,1,1,-11203,-2555.16,108.173,-2.46091,0,0,0,0,900,255,1,0),(71896,2040,0,1,1,-11280.7,-3478.4,7.66078,2.04204,0,0,0,0,900,255,1,0),(71897,324,0,1,1,-11280.7,-3478.4,7.66078,2.04204,0,0,0,0,900,255,1,0),(71898,1734,0,1,1,-11280.7,-3478.4,7.66078,2.04204,0,0,0,0,900,255,1,0),(71899,2047,0,1,1,-11280.7,-3478.4,7.66078,2.04204,0,0,0,0,900,255,1,0),(71900,2040,0,1,1,-11487.6,-3406.52,18.8567,-1.01229,0,0,0,0,900,255,1,0),(71901,324,0,1,1,-11487.6,-3406.52,18.8567,-1.01229,0,0,0,0,900,255,1,0),(71902,1734,0,1,1,-11487.6,-3406.52,18.8567,-1.01229,0,0,0,0,900,255,1,0),(71903,2047,0,1,1,-11487.6,-3406.52,18.8567,-1.01229,0,0,0,0,900,255,1,0),(71904,2040,0,1,1,-11180.9,-2909.93,39.0139,-1.8675,0,0,0,0,900,255,1,0),(71905,324,0,1,1,-11180.9,-2909.93,39.0139,-1.8675,0,0,0,0,900,255,1,0),(71906,1734,0,1,1,-11180.9,-2909.93,39.0139,-1.8675,0,0,0,0,900,255,1,0),(71907,2047,0,1,1,-11180.9,-2909.93,39.0139,-1.8675,0,0,0,0,900,255,1,0),(71908,2040,0,1,1,-11303.6,-3203.56,30.4578,1.25664,0,0,0,0,900,255,1,0),(71909,324,0,1,1,-11303.6,-3203.56,30.4578,1.25664,0,0,0,0,900,255,1,0),(71910,1734,0,1,1,-11303.6,-3203.56,30.4578,1.25664,0,0,0,0,900,255,1,0),(71911,2047,0,1,1,-11303.6,-3203.56,30.4578,1.25664,0,0,0,0,900,255,1,0),(71912,2040,0,1,1,-11635,-3190.86,14.4105,-1.02974,0,0,0,0,900,255,1,0),(71913,324,0,1,1,-11635,-3190.86,14.4105,-1.02974,0,0,0,0,900,255,1,0),(71914,1734,0,1,1,-11635,-3190.86,14.4105,-1.02974,0,0,0,0,900,255,1,0),(71915,2047,0,1,1,-11635,-3190.86,14.4105,-1.02974,0,0,0,0,900,255,1,0),(71916,2040,0,1,1,-10622,-3298,-6,4.729,0,0,0,0,900,255,1,0),(71917,324,0,1,1,-10622,-3298,-6,4.729,0,0,0,0,900,255,1,0),(71918,1734,0,1,1,-10622,-3298,-6,4.729,0,0,0,0,900,255,1,0),(71919,2047,0,1,1,-10622,-3298,-6,4.729,0,0,0,0,900,255,1,0),(71920,2040,0,1,1,-10619,-3384,-14,4.565,0,0,0,0,900,255,1,0),(71921,324,0,1,1,-10619,-3384,-14,4.565,0,0,0,0,900,255,1,0),(71922,1734,0,1,1,-10619,-3384,-14,4.565,0,0,0,0,900,255,1,0),(71923,2047,0,1,1,-10619,-3384,-14,4.565,0,0,0,0,900,255,1,0),(71924,2040,0,1,1,-10620,-3405,1.236,0.837,0,0,0,0,900,255,1,0),(71925,324,0,1,1,-10620,-3405,1.236,0.837,0,0,0,0,900,255,1,0),(71926,1734,0,1,1,-10620,-3405,1.236,0.837,0,0,0,0,900,255,1,0),(71927,2047,0,1,1,-10620,-3405,1.236,0.837,0,0,0,0,900,255,1,0),(71928,2040,0,1,1,-10622,-3328,-7,-2,0,0,-0.819152,0.573577,900,255,1,0),(71929,324,0,1,1,-10622,-3328,-7,-2,0,0,-0.819152,0.573577,900,255,1,0),(71930,1734,0,1,1,-10622,-3328,-7,-2,0,0,-0.819152,0.573577,900,255,1,0),(71931,2047,0,1,1,-10622,-3328,-7,-2,0,0,-0.819152,0.573577,900,255,1,0),(71932,2040,0,1,1,-10642,-3435,1.24,3.625,0,0,0,0,900,255,1,0),(71933,324,0,1,1,-10642,-3435,1.24,3.625,0,0,0,0,900,255,1,0),(71934,1734,0,1,1,-10642,-3435,1.24,3.625,0,0,0,0,900,255,1,0),(71935,2047,0,1,1,-10642,-3435,1.24,3.625,0,0,0,0,900,255,1,0),(71936,2040,0,1,1,-10710,-3634,-11,-1,0,0,-0.438371,0.898794,900,255,1,0),(71937,324,0,1,1,-10710,-3634,-11,-1,0,0,-0.438371,0.898794,900,255,1,0),(71938,1734,0,1,1,-10710,-3634,-11,-1,0,0,-0.438371,0.898794,900,255,1,0),(71939,2047,0,1,1,-10710,-3634,-11,-1,0,0,-0.438371,0.898794,900,255,1,0),(71940,150079,0,1,1,-10857.4,-3167.36,47.1372,0.331611,0,0,0,1,900,255,1,0),(71941,150080,0,1,1,-10857.4,-3167.36,47.1372,0.331611,0,0,0,1,900,255,1,0),(71942,150081,0,1,1,-10857.4,-3167.36,47.1372,0.331611,0,0,0,1,900,255,1,0),(71943,150082,0,1,1,-10857.4,-3167.36,47.1372,0.331611,0,0,0,1,900,255,1,0),(71944,150079,0,1,1,-10497.4,-3329.15,-4.38601,1.01229,0,0,0.48481,0.87462,900,255,1,0),(71945,150080,0,1,1,-10497.4,-3329.15,-4.38601,1.01229,0,0,0.48481,0.87462,900,255,1,0),(71946,150081,0,1,1,-10497.4,-3329.15,-4.38601,1.01229,0,0,0.48481,0.87462,900,255,1,0),(71947,150082,0,1,1,-10497.4,-3329.15,-4.38601,1.01229,0,0,0.48481,0.87462,900,255,1,0),(71948,150079,0,1,1,-10530.1,-3547.74,-9.48959,3.00197,0,0,0.997564,0.069757,900,255,1,0),(71949,150080,0,1,1,-10530.1,-3547.74,-9.48959,3.00197,0,0,0.997564,0.069757,900,255,1,0),(71950,150081,0,1,1,-10530.1,-3547.74,-9.48959,3.00197,0,0,0.997564,0.069757,900,255,1,0),(71951,150082,0,1,1,-10530.1,-3547.74,-9.48959,3.00197,0,0,0.997564,0.069757,900,255,1,0),(71952,150079,0,1,1,-10625,-3655,-15.6897,-2.63545,0,0,0.968148,-0.25038,900,255,1,0),(71953,150080,0,1,1,-10625,-3655,-15.6897,-2.63545,0,0,0.968148,-0.25038,900,255,1,0),(71954,150081,0,1,1,-10625,-3655,-15.6897,-2.63545,0,0,0.968148,-0.25038,900,255,1,0),(71955,150082,0,1,1,-10625,-3655,-15.6897,-2.63545,0,0,0.968148,-0.25038,900,255,1,0),(71956,150079,0,1,1,-10503.3,-3453.36,-14.0034,-1.65806,0,0,0,1,900,255,1,0),(71957,150080,0,1,1,-10503.3,-3453.36,-14.0034,-1.65806,0,0,0,1,900,255,1,0),(71958,150081,0,1,1,-10503.3,-3453.36,-14.0034,-1.65806,0,0,0,1,900,255,1,0),(71959,150082,0,1,1,-10503.3,-3453.36,-14.0034,-1.65806,0,0,0,1,900,255,1,0),(71960,150079,0,1,1,-10718.5,-3096.47,35.6884,-3.01942,0,0,0.998135,-0.061048,900,255,1,0),(71961,150080,0,1,1,-10718.5,-3096.47,35.6884,-3.01942,0,0,0.998135,-0.061048,900,255,1,0),(71962,150081,0,1,1,-10718.5,-3096.47,35.6884,-3.01942,0,0,0.998135,-0.061048,900,255,1,0),(71963,150082,0,1,1,-10718.5,-3096.47,35.6884,-3.01942,0,0,0.998135,-0.061048,900,255,1,0),(71964,150079,0,1,1,-10613,-3328.92,-7.07186,-1.91986,0,0,0.819152,-0.573576,900,255,1,0),(71965,150080,0,1,1,-10613,-3328.92,-7.07186,-1.91986,0,0,0.819152,-0.573576,900,255,1,0),(71966,150081,0,1,1,-10613,-3328.92,-7.07186,-1.91986,0,0,0.819152,-0.573576,900,255,1,0),(71967,150082,0,1,1,-10613,-3328.92,-7.07186,-1.91986,0,0,0.819152,-0.573576,900,255,1,0),(71968,150079,0,1,1,-10673.9,-3564.52,-33.5804,-1.3439,0,0,0.622515,-0.782608,900,255,1,0),(71969,150080,0,1,1,-10673.9,-3564.52,-33.5804,-1.3439,0,0,0.622515,-0.782608,900,255,1,0),(71970,150081,0,1,1,-10673.9,-3564.52,-33.5804,-1.3439,0,0,0.622515,-0.782608,900,255,1,0),(71971,150082,0,1,1,-10673.9,-3564.52,-33.5804,-1.3439,0,0,0.622515,-0.782608,900,255,1,0),(71972,150079,0,1,1,-10732.7,-3276.7,-10.6695,-0.558505,0,0,0.275637,-0.961262,900,255,1,0),(71973,150080,0,1,1,-10732.7,-3276.7,-10.6695,-0.558505,0,0,0.275637,-0.961262,900,255,1,0),(71974,150081,0,1,1,-10732.7,-3276.7,-10.6695,-0.558505,0,0,0.275637,-0.961262,900,255,1,0),(71975,150082,0,1,1,-10732.7,-3276.7,-10.6695,-0.558505,0,0,0.275637,-0.961262,900,255,1,0),(71976,150079,0,1,1,-10544.9,-3499.9,-10.4198,0.907571,0,0,0.438371,0.898794,900,255,1,0),(71977,150080,0,1,1,-10544.9,-3499.9,-10.4198,0.907571,0,0,0.438371,0.898794,900,255,1,0),(71978,150081,0,1,1,-10544.9,-3499.9,-10.4198,0.907571,0,0,0.438371,0.898794,900,255,1,0),(71979,150082,0,1,1,-10544.9,-3499.9,-10.4198,0.907571,0,0,0.438371,0.898794,900,255,1,0),(71980,150079,0,1,1,-10776.8,-3546.58,-27.8987,-1.88496,0,0,0.809017,-0.587785,900,255,1,0),(71981,150080,0,1,1,-10776.8,-3546.58,-27.8987,-1.88496,0,0,0.809017,-0.587785,900,255,1,0),(71982,150081,0,1,1,-10776.8,-3546.58,-27.8987,-1.88496,0,0,0.809017,-0.587785,900,255,1,0),(71983,150082,0,1,1,-10776.8,-3546.58,-27.8987,-1.88496,0,0,0.809017,-0.587785,900,255,1,0),(72240,324,0,1,1,-8265,-2501,151.812,0.262,0,0,0,0,900,255,1,0),(72241,175404,0,1,1,-8265,-2501,151.812,0.262,0,0,0,0,900,255,1,0),(72242,2040,0,1,1,-8265,-2501,151.812,0.262,0,0,0,0,900,255,1,0),(72243,1734,0,1,1,-8265,-2501,151.812,0.262,0,0,0,0,900,255,1,0),(72244,2047,0,1,1,-8265,-2501,151.812,0.262,0,0,0,0,900,255,1,0),(72245,165658,0,1,1,-8265,-2501,151.812,0.262,0,0,0,0,900,255,1,0),(72246,324,0,1,1,-8226,-2784,139.391,-2,0,0,0,0,900,255,1,0),(72247,175404,0,1,1,-8226,-2784,139.391,-2,0,0,0,0,900,255,1,0),(72248,2040,0,1,1,-8226,-2784,139.391,-2,0,0,0,0,900,255,1,0),(72249,1734,0,1,1,-8226,-2784,139.391,-2,0,0,0,0,900,255,1,0),(72250,2047,0,1,1,-8226,-2784,139.391,-2,0,0,0,0,900,255,1,0),(72251,165658,0,1,1,-8226,-2784,139.391,-2,0,0,0,0,900,255,1,0),(72252,324,0,1,1,-8070,-1794,138.72,-1,0,0,0,0,900,255,1,0),(72253,175404,0,1,1,-8070,-1794,138.72,-1,0,0,0,0,900,255,1,0),(72254,2040,0,1,1,-8070,-1794,138.72,-1,0,0,0,0,900,255,1,0),(72255,1734,0,1,1,-8070,-1794,138.72,-1,0,0,0,0,900,255,1,0),(72256,2047,0,1,1,-8070,-1794,138.72,-1,0,0,0,0,900,255,1,0),(72257,165658,0,1,1,-8070,-1794,138.72,-1,0,0,0,0,900,255,1,0),(72258,324,0,1,1,-7827,-2623,122.232,0,0,0,0,0,900,255,1,0),(72259,175404,0,1,1,-7827,-2623,122.232,0,0,0,0,0,900,255,1,0),(72260,2040,0,1,1,-7827,-2623,122.232,0,0,0,0,0,900,255,1,0),(72261,1734,0,1,1,-7827,-2623,122.232,0,0,0,0,0,900,255,1,0),(72262,2047,0,1,1,-7827,-2623,122.232,0,0,0,0,0,900,255,1,0),(72263,165658,0,1,1,-7827,-2623,122.232,0,0,0,0,0,900,255,1,0),(72264,324,0,1,1,-7892,-2583,122.552,3.142,0,0,0,0,900,255,1,0),(72265,175404,0,1,1,-7892,-2583,122.552,3.142,0,0,0,0,900,255,1,0),(72266,2040,0,1,1,-7892,-2583,122.552,3.142,0,0,0,0,900,255,1,0),(72267,1734,0,1,1,-7892,-2583,122.552,3.142,0,0,0,0,900,255,1,0),(72268,2047,0,1,1,-7892,-2583,122.552,3.142,0,0,0,0,900,255,1,0),(72269,165658,0,1,1,-7892,-2583,122.552,3.142,0,0,0,0,900,255,1,0),(72270,324,0,1,1,-7930,-2714,163.011,-2,0,0,0,0,900,255,1,0),(72271,175404,0,1,1,-7930,-2714,163.011,-2,0,0,0,0,900,255,1,0),(72272,2040,0,1,1,-7930,-2714,163.011,-2,0,0,0,0,900,255,1,0),(72273,1734,0,1,1,-7930,-2714,163.011,-2,0,0,0,0,900,255,1,0),(72274,2047,0,1,1,-7930,-2714,163.011,-2,0,0,0,0,900,255,1,0),(72275,165658,0,1,1,-7930,-2714,163.011,-2,0,0,0,0,900,255,1,0),(72276,324,0,1,1,-7797.94,-2358.84,144.69,-1.95477,0,0,0,1,900,255,1,0),(72277,175404,0,1,1,-7797.94,-2358.84,144.69,-1.95477,0,0,0,1,900,255,1,0),(72278,2040,0,1,1,-7797.94,-2358.84,144.69,-1.95477,0,0,0,1,900,255,1,0),(72279,1734,0,1,1,-7797.94,-2358.84,144.69,-1.95477,0,0,0,1,900,255,1,0),(72280,2047,0,1,1,-7797.94,-2358.84,144.69,-1.95477,0,0,0,1,900,255,1,0),(72281,165658,0,1,1,-7797.94,-2358.84,144.69,-1.95477,0,0,0,1,900,255,1,0),(72282,324,0,1,1,-7843.5,-2715.97,170.357,-2.54818,0,0,0,0,900,255,1,0),(72283,175404,0,1,1,-7843.5,-2715.97,170.357,-2.54818,0,0,0,0,900,255,1,0),(72284,2040,0,1,1,-7843.5,-2715.97,170.357,-2.54818,0,0,0,0,900,255,1,0),(72285,1734,0,1,1,-7843.5,-2715.97,170.357,-2.54818,0,0,0,0,900,255,1,0),(72286,2047,0,1,1,-7843.5,-2715.97,170.357,-2.54818,0,0,0,0,900,255,1,0),(72287,165658,0,1,1,-7843.5,-2715.97,170.357,-2.54818,0,0,0,0,900,255,1,0),(72288,324,0,1,1,-7889.31,-2160.1,131.521,-2.02458,0,0,0,0,900,255,1,0),(72289,175404,0,1,1,-7889.31,-2160.1,131.521,-2.02458,0,0,0,0,900,255,1,0),(72290,2040,0,1,1,-7889.31,-2160.1,131.521,-2.02458,0,0,0,0,900,255,1,0),(72291,1734,0,1,1,-7889.31,-2160.1,131.521,-2.02458,0,0,0,0,900,255,1,0),(72292,2047,0,1,1,-7889.31,-2160.1,131.521,-2.02458,0,0,0,0,900,255,1,0),(72293,165658,0,1,1,-7889.31,-2160.1,131.521,-2.02458,0,0,0,0,900,255,1,0),(72294,324,0,1,1,-7883.55,-1702.45,137.553,-0.733038,0,0,0,0,900,255,1,0),(72295,175404,0,1,1,-7883.55,-1702.45,137.553,-0.733038,0,0,0,0,900,255,1,0),(72296,2040,0,1,1,-7883.55,-1702.45,137.553,-0.733038,0,0,0,0,900,255,1,0),(72297,1734,0,1,1,-7883.55,-1702.45,137.553,-0.733038,0,0,0,0,900,255,1,0),(72298,2047,0,1,1,-7883.55,-1702.45,137.553,-0.733038,0,0,0,0,900,255,1,0),(72299,165658,0,1,1,-7883.55,-1702.45,137.553,-0.733038,0,0,0,0,900,255,1,0),(72300,324,0,1,1,-7916.36,-1989.86,141.389,1.32645,0,0,0,0,900,255,1,0),(72301,175404,0,1,1,-7916.36,-1989.86,141.389,1.32645,0,0,0,0,900,255,1,0),(72302,2040,0,1,1,-7916.36,-1989.86,141.389,1.32645,0,0,0,0,900,255,1,0),(72303,1734,0,1,1,-7916.36,-1989.86,141.389,1.32645,0,0,0,0,900,255,1,0),(72304,2047,0,1,1,-7916.36,-1989.86,141.389,1.32645,0,0,0,0,900,255,1,0),(72305,165658,0,1,1,-7916.36,-1989.86,141.389,1.32645,0,0,0,0,900,255,1,0),(72306,324,0,1,1,-7818.59,-1621.74,143.013,-2.14675,0,0,0,0,900,255,1,0),(72307,175404,0,1,1,-7818.59,-1621.74,143.013,-2.14675,0,0,0,0,900,255,1,0),(72308,2040,0,1,1,-7818.59,-1621.74,143.013,-2.14675,0,0,0,0,900,255,1,0),(72309,1734,0,1,1,-7818.59,-1621.74,143.013,-2.14675,0,0,0,0,900,255,1,0),(72310,2047,0,1,1,-7818.59,-1621.74,143.013,-2.14675,0,0,0,0,900,255,1,0),(72311,165658,0,1,1,-7818.59,-1621.74,143.013,-2.14675,0,0,0,0,900,255,1,0),(72312,324,0,1,1,-8069.67,-1793.36,138.633,-0.610865,0,0,0,0,900,255,1,0),(72313,175404,0,1,1,-8069.67,-1793.36,138.633,-0.610865,0,0,0,0,900,255,1,0),(72314,2040,0,1,1,-8069.67,-1793.36,138.633,-0.610865,0,0,0,0,900,255,1,0),(72315,1734,0,1,1,-8069.67,-1793.36,138.633,-0.610865,0,0,0,0,900,255,1,0),(72316,2047,0,1,1,-8069.67,-1793.36,138.633,-0.610865,0,0,0,0,900,255,1,0),(72317,165658,0,1,1,-8069.67,-1793.36,138.633,-0.610865,0,0,0,0,900,255,1,0),(72318,324,0,1,1,-8415.71,-1184.7,189.696,1.16937,0,0,0,0,900,255,1,0),(72319,175404,0,1,1,-8415.71,-1184.7,189.696,1.16937,0,0,0,0,900,255,1,0),(72320,2040,0,1,1,-8415.71,-1184.7,189.696,1.16937,0,0,0,0,900,255,1,0),(72321,1734,0,1,1,-8415.71,-1184.7,189.696,1.16937,0,0,0,0,900,255,1,0),(72322,2047,0,1,1,-8415.71,-1184.7,189.696,1.16937,0,0,0,0,900,255,1,0),(72323,165658,0,1,1,-8415.71,-1184.7,189.696,1.16937,0,0,0,0,900,255,1,0),(72324,324,0,1,1,-8205.27,-1519.18,148.616,-0.680679,0,0,0,0,900,255,1,0),(72325,175404,0,1,1,-8205.27,-1519.18,148.616,-0.680679,0,0,0,0,900,255,1,0),(72326,2040,0,1,1,-8205.27,-1519.18,148.616,-0.680679,0,0,0,0,900,255,1,0),(72327,1734,0,1,1,-8205.27,-1519.18,148.616,-0.680679,0,0,0,0,900,255,1,0),(72328,2047,0,1,1,-8205.27,-1519.18,148.616,-0.680679,0,0,0,0,900,255,1,0),(72329,165658,0,1,1,-8205.27,-1519.18,148.616,-0.680679,0,0,0,0,900,255,1,0),(72330,324,0,1,1,-8188.76,-1926.49,148.641,-0.680679,0,0,0,0,900,255,1,0),(72331,175404,0,1,1,-8188.76,-1926.49,148.641,-0.680679,0,0,0,0,900,255,1,0),(72332,2040,0,1,1,-8188.76,-1926.49,148.641,-0.680679,0,0,0,0,900,255,1,0),(72333,1734,0,1,1,-8188.76,-1926.49,148.641,-0.680679,0,0,0,0,900,255,1,0),(72334,2047,0,1,1,-8188.76,-1926.49,148.641,-0.680679,0,0,0,0,900,255,1,0),(72335,165658,0,1,1,-8188.76,-1926.49,148.641,-0.680679,0,0,0,0,900,255,1,0),(72336,324,0,1,1,-8266,-2305,156.538,0.838,0,0,0,0,900,255,1,0),(72337,175404,0,1,1,-8266,-2305,156.538,0.838,0,0,0,0,900,255,1,0),(72338,2040,0,1,1,-8266,-2305,156.538,0.838,0,0,0,0,900,255,1,0),(72339,1734,0,1,1,-8266,-2305,156.538,0.838,0,0,0,0,900,255,1,0),(72340,2047,0,1,1,-8266,-2305,156.538,0.838,0,0,0,0,900,255,1,0),(72341,165658,0,1,1,-8266,-2305,156.538,0.838,0,0,0,0,900,255,1,0),(72342,324,0,1,1,-7800,-2704,173.452,1.222,0,0,0,0,900,255,1,0),(72343,175404,0,1,1,-7800,-2704,173.452,1.222,0,0,0,0,900,255,1,0),(72344,2040,0,1,1,-7800,-2704,173.452,1.222,0,0,0,0,900,255,1,0),(72345,1734,0,1,1,-7800,-2704,173.452,1.222,0,0,0,0,900,255,1,0),(72346,2047,0,1,1,-7800,-2704,173.452,1.222,0,0,0,0,900,255,1,0),(72347,165658,0,1,1,-7800,-2704,173.452,1.222,0,0,0,0,900,255,1,0),(72348,324,0,1,1,-7984,-2752,166.119,3.089,0,0,0,0,900,255,1,0),(72349,175404,0,1,1,-7984,-2752,166.119,3.089,0,0,0,0,900,255,1,0),(72350,2040,0,1,1,-7984,-2752,166.119,3.089,0,0,0,0,900,255,1,0),(72351,1734,0,1,1,-7984,-2752,166.119,3.089,0,0,0,0,900,255,1,0),(72352,2047,0,1,1,-7984,-2752,166.119,3.089,0,0,0,0,900,255,1,0),(72353,165658,0,1,1,-7984,-2752,166.119,3.089,0,0,0,0,900,255,1,0),(72354,324,0,1,1,-8264,-2500,151.501,0.262,0,0,0,0,900,255,1,0),(72355,175404,0,1,1,-8264,-2500,151.501,0.262,0,0,0,0,900,255,1,0),(72356,2040,0,1,1,-8264,-2500,151.501,0.262,0,0,0,0,900,255,1,0),(72357,1734,0,1,1,-8264,-2500,151.501,0.262,0,0,0,0,900,255,1,0),(72358,2047,0,1,1,-8264,-2500,151.501,0.262,0,0,0,0,900,255,1,0),(72359,165658,0,1,1,-8264,-2500,151.501,0.262,0,0,0,0,900,255,1,0),(72360,324,0,1,1,-7871,-2523,152.686,1.955,0,0,0,0,900,255,1,0),(72361,175404,0,1,1,-7871,-2523,152.686,1.955,0,0,0,0,900,255,1,0),(72362,2040,0,1,1,-7871,-2523,152.686,1.955,0,0,0,0,900,255,1,0),(72363,1734,0,1,1,-7871,-2523,152.686,1.955,0,0,0,0,900,255,1,0),(72364,2047,0,1,1,-7871,-2523,152.686,1.955,0,0,0,0,900,255,1,0),(72365,165658,0,1,1,-7871,-2523,152.686,1.955,0,0,0,0,900,255,1,0),(72366,324,0,1,1,-7919,-2037,143.159,2.158,0,0,0,0,900,255,1,0),(72367,175404,0,1,1,-7919,-2037,143.159,2.158,0,0,0,0,900,255,1,0),(72368,2040,0,1,1,-7919,-2037,143.159,2.158,0,0,0,0,900,255,1,0),(72369,1734,0,1,1,-7919,-2037,143.159,2.158,0,0,0,0,900,255,1,0),(72370,2047,0,1,1,-7919,-2037,143.159,2.158,0,0,0,0,900,255,1,0),(72371,165658,0,1,1,-7919,-2037,143.159,2.158,0,0,0,0,900,255,1,0),(72372,324,0,1,1,-8257,-2286,158.174,1.278,0,0,0,0,900,255,1,0),(72373,175404,0,1,1,-8257,-2286,158.174,1.278,0,0,0,0,900,255,1,0),(72374,2040,0,1,1,-8257,-2286,158.174,1.278,0,0,0,0,900,255,1,0),(72375,1734,0,1,1,-8257,-2286,158.174,1.278,0,0,0,0,900,255,1,0),(72376,2047,0,1,1,-8257,-2286,158.174,1.278,0,0,0,0,900,255,1,0),(72377,165658,0,1,1,-8257,-2286,158.174,1.278,0,0,0,0,900,255,1,0),(72378,324,0,1,1,-8214,-2068,149.437,4.589,0,0,0,0,900,255,1,0),(72379,175404,0,1,1,-8214,-2068,149.437,4.589,0,0,0,0,900,255,1,0),(72380,2040,0,1,1,-8214,-2068,149.437,4.589,0,0,0,0,900,255,1,0),(72381,1734,0,1,1,-8214,-2068,149.437,4.589,0,0,0,0,900,255,1,0),(72382,2047,0,1,1,-8214,-2068,149.437,4.589,0,0,0,0,900,255,1,0),(72383,165658,0,1,1,-8214,-2068,149.437,4.589,0,0,0,0,900,255,1,0),(72384,324,0,1,1,-7644,-3060,132.633,5.876,0,0,0,0,900,255,1,0),(72385,175404,0,1,1,-7644,-3060,132.633,5.876,0,0,0,0,900,255,1,0),(72386,2040,0,1,1,-7644,-3060,132.633,5.876,0,0,0,0,900,255,1,0),(72387,1734,0,1,1,-7644,-3060,132.633,5.876,0,0,0,0,900,255,1,0),(72388,2047,0,1,1,-7644,-3060,132.633,5.876,0,0,0,0,900,255,1,0),(72389,165658,0,1,1,-7644,-3060,132.633,5.876,0,0,0,0,900,255,1,0),(72390,324,0,1,1,-7934,-2706,156.186,1.84,0,0,0,0,900,255,1,0),(72391,175404,0,1,1,-7934,-2706,156.186,1.84,0,0,0,0,900,255,1,0),(72392,2040,0,1,1,-7934,-2706,156.186,1.84,0,0,0,0,900,255,1,0),(72393,1734,0,1,1,-7934,-2706,156.186,1.84,0,0,0,0,900,255,1,0),(72394,2047,0,1,1,-7934,-2706,156.186,1.84,0,0,0,0,900,255,1,0),(72395,165658,0,1,1,-7934,-2706,156.186,1.84,0,0,0,0,900,255,1,0),(72396,324,0,1,1,-7482,-2498,188.612,0.775,0,0,0,0,900,255,1,0),(72397,175404,0,1,1,-7482,-2498,188.612,0.775,0,0,0,0,900,255,1,0),(72398,2040,0,1,1,-7482,-2498,188.612,0.775,0,0,0,0,900,255,1,0),(72399,1734,0,1,1,-7482,-2498,188.612,0.775,0,0,0,0,900,255,1,0),(72400,2047,0,1,1,-7482,-2498,188.612,0.775,0,0,0,0,900,255,1,0),(72401,165658,0,1,1,-7482,-2498,188.612,0.775,0,0,0,0,900,255,1,0),(72402,324,0,1,1,-8183,-2037,147.863,0.436,0,0,0,0,900,255,1,0),(72403,175404,0,1,1,-8183,-2037,147.863,0.436,0,0,0,0,900,255,1,0),(72404,2040,0,1,1,-8183,-2037,147.863,0.436,0,0,0,0,900,255,1,0),(72405,1734,0,1,1,-8183,-2037,147.863,0.436,0,0,0,0,900,255,1,0),(72406,2047,0,1,1,-8183,-2037,147.863,0.436,0,0,0,0,900,255,1,0),(72407,165658,0,1,1,-8183,-2037,147.863,0.436,0,0,0,0,900,255,1,0),(72408,324,0,1,1,-7885,-2596,221.168,0.989,0,0,0,0,900,255,1,0),(72409,175404,0,1,1,-7885,-2596,221.168,0.989,0,0,0,0,900,255,1,0),(72410,2040,0,1,1,-7885,-2596,221.168,0.989,0,0,0,0,900,255,1,0),(72411,1734,0,1,1,-7885,-2596,221.168,0.989,0,0,0,0,900,255,1,0),(72412,2047,0,1,1,-7885,-2596,221.168,0.989,0,0,0,0,900,255,1,0),(72413,165658,0,1,1,-7885,-2596,221.168,0.989,0,0,0,0,900,255,1,0),(72414,324,0,1,1,-8421,-999,195.857,2.82,0,0,0,0,900,255,1,0),(72415,175404,0,1,1,-8421,-999,195.857,2.82,0,0,0,0,900,255,1,0),(72416,2040,0,1,1,-8421,-999,195.857,2.82,0,0,0,0,900,255,1,0),(72417,1734,0,1,1,-8421,-999,195.857,2.82,0,0,0,0,900,255,1,0),(72418,2047,0,1,1,-8421,-999,195.857,2.82,0,0,0,0,900,255,1,0),(72419,165658,0,1,1,-8421,-999,195.857,2.82,0,0,0,0,900,255,1,0),(72420,324,0,1,1,-7927,-2053,138.208,1.313,0,0,0,0,900,255,1,0),(72421,175404,0,1,1,-7927,-2053,138.208,1.313,0,0,0,0,900,255,1,0),(72422,2040,0,1,1,-7927,-2053,138.208,1.313,0,0,0,0,900,255,1,0),(72423,1734,0,1,1,-7927,-2053,138.208,1.313,0,0,0,0,900,255,1,0),(72424,2047,0,1,1,-7927,-2053,138.208,1.313,0,0,0,0,900,255,1,0),(72425,165658,0,1,1,-7927,-2053,138.208,1.313,0,0,0,0,900,255,1,0),(72426,324,0,1,1,-7614,-2357,137.363,2.006,0,0,0,0,900,255,1,0),(72427,175404,0,1,1,-7614,-2357,137.363,2.006,0,0,0,0,900,255,1,0),(72428,2040,0,1,1,-7614,-2357,137.363,2.006,0,0,0,0,900,255,1,0),(72429,1734,0,1,1,-7614,-2357,137.363,2.006,0,0,0,0,900,255,1,0),(72430,2047,0,1,1,-7614,-2357,137.363,2.006,0,0,0,0,900,255,1,0),(72431,165658,0,1,1,-7614,-2357,137.363,2.006,0,0,0,0,900,255,1,0),(72432,324,0,1,1,-7855,-2547,179.647,0.561,0,0,0,0,900,255,1,0),(72433,175404,0,1,1,-7855,-2547,179.647,0.561,0,0,0,0,900,255,1,0),(72434,2040,0,1,1,-7855,-2547,179.647,0.561,0,0,0,0,900,255,1,0),(72435,1734,0,1,1,-7855,-2547,179.647,0.561,0,0,0,0,900,255,1,0),(72436,2047,0,1,1,-7855,-2547,179.647,0.561,0,0,0,0,900,255,1,0),(72437,165658,0,1,1,-7855,-2547,179.647,0.561,0,0,0,0,900,255,1,0),(72438,324,0,1,1,-7727,-2296,144.234,4.243,0,0,0,0,900,255,1,0),(72439,175404,0,1,1,-7727,-2296,144.234,4.243,0,0,0,0,900,255,1,0),(72440,2040,0,1,1,-7727,-2296,144.234,4.243,0,0,0,0,900,255,1,0),(72441,1734,0,1,1,-7727,-2296,144.234,4.243,0,0,0,0,900,255,1,0),(72442,2047,0,1,1,-7727,-2296,144.234,4.243,0,0,0,0,900,255,1,0),(72443,165658,0,1,1,-7727,-2296,144.234,4.243,0,0,0,0,900,255,1,0),(72444,324,0,1,1,-7448,-2274,231.238,2.808,0,0,0,0,900,255,1,0),(72445,175404,0,1,1,-7448,-2274,231.238,2.808,0,0,0,0,900,255,1,0),(72446,2040,0,1,1,-7448,-2274,231.238,2.808,0,0,0,0,900,255,1,0),(72447,1734,0,1,1,-7448,-2274,231.238,2.808,0,0,0,0,900,255,1,0),(72448,2047,0,1,1,-7448,-2274,231.238,2.808,0,0,0,0,900,255,1,0),(72449,165658,0,1,1,-7448,-2274,231.238,2.808,0,0,0,0,900,255,1,0),(72450,324,0,1,1,-7683,-1870,139.187,1.269,0,0,0,0,900,255,1,0),(72451,175404,0,1,1,-7683,-1870,139.187,1.269,0,0,0,0,900,255,1,0),(72452,2040,0,1,1,-7683,-1870,139.187,1.269,0,0,0,0,900,255,1,0),(72453,1734,0,1,1,-7683,-1870,139.187,1.269,0,0,0,0,900,255,1,0),(72454,2047,0,1,1,-7683,-1870,139.187,1.269,0,0,0,0,900,255,1,0),(72455,165658,0,1,1,-7683,-1870,139.187,1.269,0,0,0,0,900,255,1,0),(72456,324,0,1,1,-7835,-1370,160.585,1.395,0,0,0,0,900,255,1,0),(72457,175404,0,1,1,-7835,-1370,160.585,1.395,0,0,0,0,900,255,1,0),(72458,2040,0,1,1,-7835,-1370,160.585,1.395,0,0,0,0,900,255,1,0),(72459,1734,0,1,1,-7835,-1370,160.585,1.395,0,0,0,0,900,255,1,0),(72460,2047,0,1,1,-7835,-1370,160.585,1.395,0,0,0,0,900,255,1,0),(72461,165658,0,1,1,-7835,-1370,160.585,1.395,0,0,0,0,900,255,1,0),(72462,324,0,1,1,-7933,-2656,218.023,2.461,0,0,0,0,900,255,1,0),(72463,175404,0,1,1,-7933,-2656,218.023,2.461,0,0,0,0,900,255,1,0),(72464,2040,0,1,1,-7933,-2656,218.023,2.461,0,0,0,0,900,255,1,0),(72465,1734,0,1,1,-7933,-2656,218.023,2.461,0,0,0,0,900,255,1,0),(72466,2047,0,1,1,-7933,-2656,218.023,2.461,0,0,0,0,900,255,1,0),(72467,165658,0,1,1,-7933,-2656,218.023,2.461,0,0,0,0,900,255,1,0),(72468,324,0,1,1,-7909,-2493,140.651,4.416,0,0,0,0,900,255,1,0),(72469,175404,0,1,1,-7909,-2493,140.651,4.416,0,0,0,0,900,255,1,0),(72470,2040,0,1,1,-7909,-2493,140.651,4.416,0,0,0,0,900,255,1,0),(72471,1734,0,1,1,-7909,-2493,140.651,4.416,0,0,0,0,900,255,1,0),(72472,2047,0,1,1,-7909,-2493,140.651,4.416,0,0,0,0,900,255,1,0),(72473,165658,0,1,1,-7909,-2493,140.651,4.416,0,0,0,0,900,255,1,0),(72474,324,0,1,1,-8279,-1694,160.584,4.117,0,0,0,0,900,255,1,0),(72475,175404,0,1,1,-8279,-1694,160.584,4.117,0,0,0,0,900,255,1,0),(72476,2040,0,1,1,-8279,-1694,160.584,4.117,0,0,0,0,900,255,1,0),(72477,1734,0,1,1,-8279,-1694,160.584,4.117,0,0,0,0,900,255,1,0),(72478,2047,0,1,1,-8279,-1694,160.584,4.117,0,0,0,0,900,255,1,0),(72479,165658,0,1,1,-8279,-1694,160.584,4.117,0,0,0,0,900,255,1,0),(72480,324,0,1,1,-7416,-2274,234.823,3.16,0,0,0,0,900,255,1,0),(72481,175404,0,1,1,-7416,-2274,234.823,3.16,0,0,0,0,900,255,1,0),(72482,2040,0,1,1,-7416,-2274,234.823,3.16,0,0,0,0,900,255,1,0),(72483,1734,0,1,1,-7416,-2274,234.823,3.16,0,0,0,0,900,255,1,0),(72484,2047,0,1,1,-7416,-2274,234.823,3.16,0,0,0,0,900,255,1,0),(72485,165658,0,1,1,-7416,-2274,234.823,3.16,0,0,0,0,900,255,1,0),(72486,324,0,1,1,-7404,-2268,233.452,3.499,0,0,0,0,900,255,1,0),(72487,175404,0,1,1,-7404,-2268,233.452,3.499,0,0,0,0,900,255,1,0),(72488,2040,0,1,1,-7404,-2268,233.452,3.499,0,0,0,0,900,255,1,0),(72489,1734,0,1,1,-7404,-2268,233.452,3.499,0,0,0,0,900,255,1,0),(72490,2047,0,1,1,-7404,-2268,233.452,3.499,0,0,0,0,900,255,1,0),(72491,165658,0,1,1,-7404,-2268,233.452,3.499,0,0,0,0,900,255,1,0),(72492,324,0,1,1,-8267,-1517,150.454,4.802,0,0,0,0,900,255,1,0),(72493,175404,0,1,1,-8267,-1517,150.454,4.802,0,0,0,0,900,255,1,0),(72494,2040,0,1,1,-8267,-1517,150.454,4.802,0,0,0,0,900,255,1,0),(72495,1734,0,1,1,-8267,-1517,150.454,4.802,0,0,0,0,900,255,1,0),(72496,2047,0,1,1,-8267,-1517,150.454,4.802,0,0,0,0,900,255,1,0),(72497,165658,0,1,1,-8267,-1517,150.454,4.802,0,0,0,0,900,255,1,0),(72498,324,0,1,1,-7512,-2383,178.903,0.423,0,0,0,0,900,255,1,0),(72499,175404,0,1,1,-7512,-2383,178.903,0.423,0,0,0,0,900,255,1,0),(72500,2040,0,1,1,-7512,-2383,178.903,0.423,0,0,0,0,900,255,1,0),(72501,1734,0,1,1,-7512,-2383,178.903,0.423,0,0,0,0,900,255,1,0),(72502,2047,0,1,1,-7512,-2383,178.903,0.423,0,0,0,0,900,255,1,0),(72503,165658,0,1,1,-7512,-2383,178.903,0.423,0,0,0,0,900,255,1,0),(72504,324,0,1,1,-7622,-2370,137.322,5.324,0,0,0,0,900,255,1,0),(72505,175404,0,1,1,-7622,-2370,137.322,5.324,0,0,0,0,900,255,1,0),(72506,2040,0,1,1,-7622,-2370,137.322,5.324,0,0,0,0,900,255,1,0),(72507,1734,0,1,1,-7622,-2370,137.322,5.324,0,0,0,0,900,255,1,0),(72508,2047,0,1,1,-7622,-2370,137.322,5.324,0,0,0,0,900,255,1,0),(72509,165658,0,1,1,-7622,-2370,137.322,5.324,0,0,0,0,900,255,1,0),(72510,324,0,1,1,-8254,-2307,155.82,4.533,0,0,0,0,900,255,1,0),(72511,175404,0,1,1,-8254,-2307,155.82,4.533,0,0,0,0,900,255,1,0),(72512,2040,0,1,1,-8254,-2307,155.82,4.533,0,0,0,0,900,255,1,0),(72513,1734,0,1,1,-8254,-2307,155.82,4.533,0,0,0,0,900,255,1,0),(72514,2047,0,1,1,-8254,-2307,155.82,4.533,0,0,0,0,900,255,1,0),(72515,165658,0,1,1,-8254,-2307,155.82,4.533,0,0,0,0,900,255,1,0),(72516,324,0,1,1,-7620,-624,205.752,0.349,0,0,0,0,900,255,1,0),(72517,175404,0,1,1,-7620,-624,205.752,0.349,0,0,0,0,900,255,1,0),(72518,2040,0,1,1,-7620,-624,205.752,0.349,0,0,0,0,900,255,1,0),(72519,1734,0,1,1,-7620,-624,205.752,0.349,0,0,0,0,900,255,1,0),(72520,2047,0,1,1,-7620,-624,205.752,0.349,0,0,0,0,900,255,1,0),(72521,165658,0,1,1,-7620,-624,205.752,0.349,0,0,0,0,900,255,1,0),(72522,324,0,1,1,-7901,-2178,133.304,1.605,0,0,0,0,900,255,1,0),(72523,175404,0,1,1,-7901,-2178,133.304,1.605,0,0,0,0,900,255,1,0),(72524,2040,0,1,1,-7901,-2178,133.304,1.605,0,0,0,0,900,255,1,0),(72525,1734,0,1,1,-7901,-2178,133.304,1.605,0,0,0,0,900,255,1,0),(72526,2047,0,1,1,-7901,-2178,133.304,1.605,0,0,0,0,900,255,1,0),(72527,165658,0,1,1,-7901,-2178,133.304,1.605,0,0,0,0,900,255,1,0),(72528,324,0,1,1,-7972,-2685,156.626,1.865,0,0,0,0,900,255,1,0),(72529,175404,0,1,1,-7972,-2685,156.626,1.865,0,0,0,0,900,255,1,0),(72530,2040,0,1,1,-7972,-2685,156.626,1.865,0,0,0,0,900,255,1,0),(72531,1734,0,1,1,-7972,-2685,156.626,1.865,0,0,0,0,900,255,1,0),(72532,2047,0,1,1,-7972,-2685,156.626,1.865,0,0,0,0,900,255,1,0),(72533,165658,0,1,1,-7972,-2685,156.626,1.865,0,0,0,0,900,255,1,0),(72534,324,0,1,1,-7882,-2542,127.615,0.759,0,0,0,0,900,255,1,0),(72535,175404,0,1,1,-7882,-2542,127.615,0.759,0,0,0,0,900,255,1,0),(72536,2040,0,1,1,-7882,-2542,127.615,0.759,0,0,0,0,900,255,1,0),(72537,1734,0,1,1,-7882,-2542,127.615,0.759,0,0,0,0,900,255,1,0),(72538,2047,0,1,1,-7882,-2542,127.615,0.759,0,0,0,0,900,255,1,0),(72539,165658,0,1,1,-7882,-2542,127.615,0.759,0,0,0,0,900,255,1,0),(72540,324,0,1,1,-8070,-2657,145.269,0.756,0,0,0,0,900,255,1,0),(72541,175404,0,1,1,-8070,-2657,145.269,0.756,0,0,0,0,900,255,1,0),(72542,2040,0,1,1,-8070,-2657,145.269,0.756,0,0,0,0,900,255,1,0),(72543,1734,0,1,1,-8070,-2657,145.269,0.756,0,0,0,0,900,255,1,0),(72544,2047,0,1,1,-8070,-2657,145.269,0.756,0,0,0,0,900,255,1,0),(72545,165658,0,1,1,-8070,-2657,145.269,0.756,0,0,0,0,900,255,1,0),(72546,324,0,1,1,-7691,-1571,131.433,5.115,0,0,0,0,900,255,1,0),(72547,175404,0,1,1,-7691,-1571,131.433,5.115,0,0,0,0,900,255,1,0),(72548,2040,0,1,1,-7691,-1571,131.433,5.115,0,0,0,0,900,255,1,0),(72549,1734,0,1,1,-7691,-1571,131.433,5.115,0,0,0,0,900,255,1,0),(72550,2047,0,1,1,-7691,-1571,131.433,5.115,0,0,0,0,900,255,1,0),(72551,165658,0,1,1,-7691,-1571,131.433,5.115,0,0,0,0,900,255,1,0),(72552,324,0,1,1,-7887,-1654,133.404,3.824,0,0,0,0,900,255,1,0),(72553,175404,0,1,1,-7887,-1654,133.404,3.824,0,0,0,0,900,255,1,0),(72554,2040,0,1,1,-7887,-1654,133.404,3.824,0,0,0,0,900,255,1,0),(72555,1734,0,1,1,-7887,-1654,133.404,3.824,0,0,0,0,900,255,1,0),(72556,2047,0,1,1,-7887,-1654,133.404,3.824,0,0,0,0,900,255,1,0),(72557,165658,0,1,1,-7887,-1654,133.404,3.824,0,0,0,0,900,255,1,0),(72558,324,0,1,1,-8265,-1347,158.406,3.024,0,0,0,0,900,255,1,0),(72559,175404,0,1,1,-8265,-1347,158.406,3.024,0,0,0,0,900,255,1,0),(72560,2040,0,1,1,-8265,-1347,158.406,3.024,0,0,0,0,900,255,1,0),(72561,1734,0,1,1,-8265,-1347,158.406,3.024,0,0,0,0,900,255,1,0),(72562,2047,0,1,1,-8265,-1347,158.406,3.024,0,0,0,0,900,255,1,0),(72563,165658,0,1,1,-8265,-1347,158.406,3.024,0,0,0,0,900,255,1,0),(72564,324,0,1,1,-7775,-1518,132.603,1.112,0,0,0,0,900,255,1,0),(72565,175404,0,1,1,-7775,-1518,132.603,1.112,0,0,0,0,900,255,1,0),(72566,2040,0,1,1,-7775,-1518,132.603,1.112,0,0,0,0,900,255,1,0),(72567,1734,0,1,1,-7775,-1518,132.603,1.112,0,0,0,0,900,255,1,0),(72568,2047,0,1,1,-7775,-1518,132.603,1.112,0,0,0,0,900,255,1,0),(72569,165658,0,1,1,-7775,-1518,132.603,1.112,0,0,0,0,900,255,1,0),(72570,324,0,1,1,-8274,-1333,165.977,2.144,0,0,0,0,900,255,1,0),(72571,175404,0,1,1,-8274,-1333,165.977,2.144,0,0,0,0,900,255,1,0),(72572,2040,0,1,1,-8274,-1333,165.977,2.144,0,0,0,0,900,255,1,0),(72573,1734,0,1,1,-8274,-1333,165.977,2.144,0,0,0,0,900,255,1,0),(72574,2047,0,1,1,-8274,-1333,165.977,2.144,0,0,0,0,900,255,1,0),(72575,165658,0,1,1,-8274,-1333,165.977,2.144,0,0,0,0,900,255,1,0),(72576,324,0,1,1,-7871,-2691,173.287,3.313,0,0,0,0,900,255,1,0),(72577,175404,0,1,1,-7871,-2691,173.287,3.313,0,0,0,0,900,255,1,0),(72578,2040,0,1,1,-7871,-2691,173.287,3.313,0,0,0,0,900,255,1,0),(72579,1734,0,1,1,-7871,-2691,173.287,3.313,0,0,0,0,900,255,1,0),(72580,2047,0,1,1,-7871,-2691,173.287,3.313,0,0,0,0,900,255,1,0),(72581,165658,0,1,1,-7871,-2691,173.287,3.313,0,0,0,0,900,255,1,0),(72582,324,0,1,1,-8025,-771,134.05,0.265,0,0,0,0,900,255,1,0),(72583,175404,0,1,1,-8025,-771,134.05,0.265,0,0,0,0,900,255,1,0),(72584,2040,0,1,1,-8025,-771,134.05,0.265,0,0,0,0,900,255,1,0),(72585,1734,0,1,1,-8025,-771,134.05,0.265,0,0,0,0,900,255,1,0),(72586,2047,0,1,1,-8025,-771,134.05,0.265,0,0,0,0,900,255,1,0),(72587,165658,0,1,1,-8025,-771,134.05,0.265,0,0,0,0,900,255,1,0),(72588,324,0,1,1,-7826,-1619,139.564,4.819,0,0,0,0,900,255,1,0),(72589,175404,0,1,1,-7826,-1619,139.564,4.819,0,0,0,0,900,255,1,0),(72590,2040,0,1,1,-7826,-1619,139.564,4.819,0,0,0,0,900,255,1,0),(72591,1734,0,1,1,-7826,-1619,139.564,4.819,0,0,0,0,900,255,1,0),(72592,2047,0,1,1,-7826,-1619,139.564,4.819,0,0,0,0,900,255,1,0),(72593,165658,0,1,1,-7826,-1619,139.564,4.819,0,0,0,0,900,255,1,0),(72594,324,0,1,1,-7692,-1882,135.235,4.058,0,0,0,0,900,255,1,0),(72595,175404,0,1,1,-7692,-1882,135.235,4.058,0,0,0,0,900,255,1,0),(72596,2040,0,1,1,-7692,-1882,135.235,4.058,0,0,0,0,900,255,1,0),(72597,1734,0,1,1,-7692,-1882,135.235,4.058,0,0,0,0,900,255,1,0),(72598,2047,0,1,1,-7692,-1882,135.235,4.058,0,0,0,0,900,255,1,0),(72599,165658,0,1,1,-7692,-1882,135.235,4.058,0,0,0,0,900,255,1,0),(72600,324,0,1,1,-7923,-2040,144.371,3.729,0,0,0,0,900,255,1,0),(72601,175404,0,1,1,-7923,-2040,144.371,3.729,0,0,0,0,900,255,1,0),(72602,2040,0,1,1,-7923,-2040,144.371,3.729,0,0,0,0,900,255,1,0),(72603,1734,0,1,1,-7923,-2040,144.371,3.729,0,0,0,0,900,255,1,0),(72604,2047,0,1,1,-7923,-2040,144.371,3.729,0,0,0,0,900,255,1,0),(72605,165658,0,1,1,-7923,-2040,144.371,3.729,0,0,0,0,900,255,1,0),(72606,324,0,1,1,-8079,-1826,137.574,1.488,0,0,0,0,900,255,1,0),(72607,175404,0,1,1,-8079,-1826,137.574,1.488,0,0,0,0,900,255,1,0),(72608,2040,0,1,1,-8079,-1826,137.574,1.488,0,0,0,0,900,255,1,0),(72609,1734,0,1,1,-8079,-1826,137.574,1.488,0,0,0,0,900,255,1,0),(72610,2047,0,1,1,-8079,-1826,137.574,1.488,0,0,0,0,900,255,1,0),(72611,165658,0,1,1,-8079,-1826,137.574,1.488,0,0,0,0,900,255,1,0),(72612,324,0,1,1,-8078,-1809,140.129,1.488,0,0,0,0,900,255,1,0),(72613,175404,0,1,1,-8078,-1809,140.129,1.488,0,0,0,0,900,255,1,0),(72614,2040,0,1,1,-8078,-1809,140.129,1.488,0,0,0,0,900,255,1,0),(72615,1734,0,1,1,-8078,-1809,140.129,1.488,0,0,0,0,900,255,1,0),(72616,2047,0,1,1,-8078,-1809,140.129,1.488,0,0,0,0,900,255,1,0),(72617,165658,0,1,1,-8078,-1809,140.129,1.488,0,0,0,0,900,255,1,0),(72618,324,0,1,1,-7847,-2547,130.423,5.845,0,0,0,0,900,255,1,0),(72619,175404,0,1,1,-7847,-2547,130.423,5.845,0,0,0,0,900,255,1,0),(72620,2040,0,1,1,-7847,-2547,130.423,5.845,0,0,0,0,900,255,1,0),(72621,1734,0,1,1,-7847,-2547,130.423,5.845,0,0,0,0,900,255,1,0),(72622,2047,0,1,1,-7847,-2547,130.423,5.845,0,0,0,0,900,255,1,0),(72623,165658,0,1,1,-7847,-2547,130.423,5.845,0,0,0,0,900,255,1,0),(72624,324,0,1,1,-8288,-2436,174.182,2.425,0,0,0,0,900,255,1,0),(72625,175404,0,1,1,-8288,-2436,174.182,2.425,0,0,0,0,900,255,1,0),(72626,2040,0,1,1,-8288,-2436,174.182,2.425,0,0,0,0,900,255,1,0),(72627,1734,0,1,1,-8288,-2436,174.182,2.425,0,0,0,0,900,255,1,0),(72628,2047,0,1,1,-8288,-2436,174.182,2.425,0,0,0,0,900,255,1,0),(72629,165658,0,1,1,-8288,-2436,174.182,2.425,0,0,0,0,900,255,1,0),(72630,324,0,1,1,-7888,-1602,131.301,3.202,0,0,0,0,900,255,1,0),(72631,175404,0,1,1,-7888,-1602,131.301,3.202,0,0,0,0,900,255,1,0),(72632,2040,0,1,1,-7888,-1602,131.301,3.202,0,0,0,0,900,255,1,0),(72633,1734,0,1,1,-7888,-1602,131.301,3.202,0,0,0,0,900,255,1,0),(72634,2047,0,1,1,-7888,-1602,131.301,3.202,0,0,0,0,900,255,1,0),(72635,165658,0,1,1,-7888,-1602,131.301,3.202,0,0,0,0,900,255,1,0),(72636,324,0,1,1,-8253,-1350,152.768,4.092,0,0,0,0,900,255,1,0),(72637,175404,0,1,1,-8253,-1350,152.768,4.092,0,0,0,0,900,255,1,0),(72638,2040,0,1,1,-8253,-1350,152.768,4.092,0,0,0,0,900,255,1,0),(72639,1734,0,1,1,-8253,-1350,152.768,4.092,0,0,0,0,900,255,1,0),(72640,2047,0,1,1,-8253,-1350,152.768,4.092,0,0,0,0,900,255,1,0),(72641,165658,0,1,1,-8253,-1350,152.768,4.092,0,0,0,0,900,255,1,0),(72642,324,0,1,1,-7477,-2548,188.304,5.704,0,0,0,0,900,255,1,0),(72643,175404,0,1,1,-7477,-2548,188.304,5.704,0,0,0,0,900,255,1,0),(72644,2040,0,1,1,-7477,-2548,188.304,5.704,0,0,0,0,900,255,1,0),(72645,1734,0,1,1,-7477,-2548,188.304,5.704,0,0,0,0,900,255,1,0),(72646,2047,0,1,1,-7477,-2548,188.304,5.704,0,0,0,0,900,255,1,0),(72647,165658,0,1,1,-7477,-2548,188.304,5.704,0,0,0,0,900,255,1,0),(72648,324,0,1,1,-8266,-1509,151.604,1.123,0,0,0,0,900,255,1,0),(72649,175404,0,1,1,-8266,-1509,151.604,1.123,0,0,0,0,900,255,1,0),(72650,2040,0,1,1,-8266,-1509,151.604,1.123,0,0,0,0,900,255,1,0),(72651,1734,0,1,1,-8266,-1509,151.604,1.123,0,0,0,0,900,255,1,0),(72652,2047,0,1,1,-8266,-1509,151.604,1.123,0,0,0,0,900,255,1,0),(72653,165658,0,1,1,-8266,-1509,151.604,1.123,0,0,0,0,900,255,1,0),(72654,324,0,1,1,-8408,-2705,189.393,1.225,0,0,0,0,900,255,1,0),(72655,175404,0,1,1,-8408,-2705,189.393,1.225,0,0,0,0,900,255,1,0),(72656,2040,0,1,1,-8408,-2705,189.393,1.225,0,0,0,0,900,255,1,0),(72657,1734,0,1,1,-8408,-2705,189.393,1.225,0,0,0,0,900,255,1,0),(72658,2047,0,1,1,-8408,-2705,189.393,1.225,0,0,0,0,900,255,1,0),(72659,165658,0,1,1,-8408,-2705,189.393,1.225,0,0,0,0,900,255,1,0),(72660,324,0,1,1,-7957,-2503,134.178,6.04,0,0,0,0,900,255,1,0),(72661,175404,0,1,1,-7957,-2503,134.178,6.04,0,0,0,0,900,255,1,0),(72662,2040,0,1,1,-7957,-2503,134.178,6.04,0,0,0,0,900,255,1,0),(72663,1734,0,1,1,-7957,-2503,134.178,6.04,0,0,0,0,900,255,1,0),(72664,2047,0,1,1,-7957,-2503,134.178,6.04,0,0,0,0,900,255,1,0),(72665,165658,0,1,1,-7957,-2503,134.178,6.04,0,0,0,0,900,255,1,0),(72666,324,0,1,1,-7770,-2510,140.817,2.707,0,0,0,0,900,255,1,0),(72667,175404,0,1,1,-7770,-2510,140.817,2.707,0,0,0,0,900,255,1,0),(72668,2040,0,1,1,-7770,-2510,140.817,2.707,0,0,0,0,900,255,1,0),(72669,1734,0,1,1,-7770,-2510,140.817,2.707,0,0,0,0,900,255,1,0),(72670,2047,0,1,1,-7770,-2510,140.817,2.707,0,0,0,0,900,255,1,0),(72671,165658,0,1,1,-7770,-2510,140.817,2.707,0,0,0,0,900,255,1,0),(72672,324,0,1,1,-7874,-2703,170.94,4.322,0,0,0,0,900,255,1,0),(72673,175404,0,1,1,-7874,-2703,170.94,4.322,0,0,0,0,900,255,1,0),(72674,2040,0,1,1,-7874,-2703,170.94,4.322,0,0,0,0,900,255,1,0),(72675,1734,0,1,1,-7874,-2703,170.94,4.322,0,0,0,0,900,255,1,0),(72676,2047,0,1,1,-7874,-2703,170.94,4.322,0,0,0,0,900,255,1,0),(72677,165658,0,1,1,-7874,-2703,170.94,4.322,0,0,0,0,900,255,1,0),(72678,324,0,1,1,-7877,-2151,129.612,4.586,0,0,0,0,900,255,1,0),(72679,175404,0,1,1,-7877,-2151,129.612,4.586,0,0,0,0,900,255,1,0),(72680,2040,0,1,1,-7877,-2151,129.612,4.586,0,0,0,0,900,255,1,0),(72681,1734,0,1,1,-7877,-2151,129.612,4.586,0,0,0,0,900,255,1,0),(72682,2047,0,1,1,-7877,-2151,129.612,4.586,0,0,0,0,900,255,1,0),(72683,165658,0,1,1,-7877,-2151,129.612,4.586,0,0,0,0,900,255,1,0),(72684,324,0,1,1,-7856,-2670,173.405,3.049,0,0,0,0,900,255,1,0),(72685,175404,0,1,1,-7856,-2670,173.405,3.049,0,0,0,0,900,255,1,0),(72686,2040,0,1,1,-7856,-2670,173.405,3.049,0,0,0,0,900,255,1,0),(72687,1734,0,1,1,-7856,-2670,173.405,3.049,0,0,0,0,900,255,1,0),(72688,2047,0,1,1,-7856,-2670,173.405,3.049,0,0,0,0,900,255,1,0),(72689,165658,0,1,1,-7856,-2670,173.405,3.049,0,0,0,0,900,255,1,0),(72690,324,0,1,1,-8295,-1096,158.082,2.729,0,0,0,0,900,255,1,0),(72691,175404,0,1,1,-8295,-1096,158.082,2.729,0,0,0,0,900,255,1,0),(72692,2040,0,1,1,-8295,-1096,158.082,2.729,0,0,0,0,900,255,1,0),(72693,1734,0,1,1,-8295,-1096,158.082,2.729,0,0,0,0,900,255,1,0),(72694,2047,0,1,1,-8295,-1096,158.082,2.729,0,0,0,0,900,255,1,0),(72695,165658,0,1,1,-8295,-1096,158.082,2.729,0,0,0,0,900,255,1,0),(72696,324,0,1,1,-8043,-2659,166.082,4.284,0,0,0,0,900,255,1,0),(72697,175404,0,1,1,-8043,-2659,166.082,4.284,0,0,0,0,900,255,1,0),(72698,2040,0,1,1,-8043,-2659,166.082,4.284,0,0,0,0,900,255,1,0),(72699,1734,0,1,1,-8043,-2659,166.082,4.284,0,0,0,0,900,255,1,0),(72700,2047,0,1,1,-8043,-2659,166.082,4.284,0,0,0,0,900,255,1,0),(72701,165658,0,1,1,-8043,-2659,166.082,4.284,0,0,0,0,900,255,1,0),(72702,324,0,1,1,-8349,-1296,207.191,1.8,0,0,0,0,900,255,1,0),(72703,175404,0,1,1,-8349,-1296,207.191,1.8,0,0,0,0,900,255,1,0),(72704,2040,0,1,1,-8349,-1296,207.191,1.8,0,0,0,0,900,255,1,0),(72705,1734,0,1,1,-8349,-1296,207.191,1.8,0,0,0,0,900,255,1,0),(72706,2047,0,1,1,-8349,-1296,207.191,1.8,0,0,0,0,900,255,1,0),(72707,165658,0,1,1,-8349,-1296,207.191,1.8,0,0,0,0,900,255,1,0),(72708,324,0,1,1,-7886,-2580,222.176,2.396,0,0,0,0,900,255,1,0),(72709,175404,0,1,1,-7886,-2580,222.176,2.396,0,0,0,0,900,255,1,0),(72710,2040,0,1,1,-7886,-2580,222.176,2.396,0,0,0,0,900,255,1,0),(72711,1734,0,1,1,-7886,-2580,222.176,2.396,0,0,0,0,900,255,1,0),(72712,2047,0,1,1,-7886,-2580,222.176,2.396,0,0,0,0,900,255,1,0),(72713,165658,0,1,1,-7886,-2580,222.176,2.396,0,0,0,0,900,255,1,0),(72714,324,0,1,1,-7768,-1653,137.731,4.172,0,0,0,0,900,255,1,0),(72715,175404,0,1,1,-7768,-1653,137.731,4.172,0,0,0,0,900,255,1,0),(72716,2040,0,1,1,-7768,-1653,137.731,4.172,0,0,0,0,900,255,1,0),(72717,1734,0,1,1,-7768,-1653,137.731,4.172,0,0,0,0,900,255,1,0),(72718,2047,0,1,1,-7768,-1653,137.731,4.172,0,0,0,0,900,255,1,0),(72719,165658,0,1,1,-7768,-1653,137.731,4.172,0,0,0,0,900,255,1,0),(72720,324,0,1,1,-8206,-1858,141.497,-1,0,0,0,0,900,255,1,0),(72721,175404,0,1,1,-8206,-1858,141.497,-1,0,0,0,0,900,255,1,0),(72722,2040,0,1,1,-8206,-1858,141.497,-1,0,0,0,0,900,255,1,0),(72723,1734,0,1,1,-8206,-1858,141.497,-1,0,0,0,0,900,255,1,0),(72724,2047,0,1,1,-8206,-1858,141.497,-1,0,0,0,0,900,255,1,0),(72725,165658,0,1,1,-8206,-1858,141.497,-1,0,0,0,0,900,255,1,0),(72726,324,0,1,1,-7757,-2638,140.108,3.128,0,0,0,0,900,255,1,0),(72727,175404,0,1,1,-7757,-2638,140.108,3.128,0,0,0,0,900,255,1,0),(72728,2040,0,1,1,-7757,-2638,140.108,3.128,0,0,0,0,900,255,1,0),(72729,1734,0,1,1,-7757,-2638,140.108,3.128,0,0,0,0,900,255,1,0),(72730,2047,0,1,1,-7757,-2638,140.108,3.128,0,0,0,0,900,255,1,0),(72731,165658,0,1,1,-7757,-2638,140.108,3.128,0,0,0,0,900,255,1,0),(72732,324,0,1,1,-7741,-2650,140.108,4.522,0,0,0,0,900,255,1,0),(72733,175404,0,1,1,-7741,-2650,140.108,4.522,0,0,0,0,900,255,1,0),(72734,2040,0,1,1,-7741,-2650,140.108,4.522,0,0,0,0,900,255,1,0),(72735,1734,0,1,1,-7741,-2650,140.108,4.522,0,0,0,0,900,255,1,0),(72736,2047,0,1,1,-7741,-2650,140.108,4.522,0,0,0,0,900,255,1,0),(72737,165658,0,1,1,-7741,-2650,140.108,4.522,0,0,0,0,900,255,1,0),(72738,324,0,1,1,-7651,-3063,134.225,3.753,0,0,0,0,900,255,1,0),(72739,175404,0,1,1,-7651,-3063,134.225,3.753,0,0,0,0,900,255,1,0),(72740,2040,0,1,1,-7651,-3063,134.225,3.753,0,0,0,0,900,255,1,0),(72741,1734,0,1,1,-7651,-3063,134.225,3.753,0,0,0,0,900,255,1,0),(72742,2047,0,1,1,-7651,-3063,134.225,3.753,0,0,0,0,900,255,1,0),(72743,165658,0,1,1,-7651,-3063,134.225,3.753,0,0,0,0,900,255,1,0),(72744,324,0,1,1,-7886,-1675,134.448,3.07,0,0,0,0,900,255,1,0),(72745,175404,0,1,1,-7886,-1675,134.448,3.07,0,0,0,0,900,255,1,0),(72746,2040,0,1,1,-7886,-1675,134.448,3.07,0,0,0,0,900,255,1,0),(72747,1734,0,1,1,-7886,-1675,134.448,3.07,0,0,0,0,900,255,1,0),(72748,2047,0,1,1,-7886,-1675,134.448,3.07,0,0,0,0,900,255,1,0),(72749,165658,0,1,1,-7886,-1675,134.448,3.07,0,0,0,0,900,255,1,0),(72750,324,0,1,1,-8015,-3010,155.434,4.47,0,0,0,0,900,255,1,0),(72751,175404,0,1,1,-8015,-3010,155.434,4.47,0,0,0,0,900,255,1,0),(72752,2040,0,1,1,-8015,-3010,155.434,4.47,0,0,0,0,900,255,1,0),(72753,1734,0,1,1,-8015,-3010,155.434,4.47,0,0,0,0,900,255,1,0),(72754,2047,0,1,1,-8015,-3010,155.434,4.47,0,0,0,0,900,255,1,0),(72755,165658,0,1,1,-8015,-3010,155.434,4.47,0,0,0,0,900,255,1,0),(72756,324,0,1,1,-8063,-2999,141.077,5.943,0,0,0,0,900,255,1,0),(72757,175404,0,1,1,-8063,-2999,141.077,5.943,0,0,0,0,900,255,1,0),(72758,2040,0,1,1,-8063,-2999,141.077,5.943,0,0,0,0,900,255,1,0),(72759,1734,0,1,1,-8063,-2999,141.077,5.943,0,0,0,0,900,255,1,0),(72760,2047,0,1,1,-8063,-2999,141.077,5.943,0,0,0,0,900,255,1,0),(72761,165658,0,1,1,-8063,-2999,141.077,5.943,0,0,0,0,900,255,1,0),(72762,324,0,1,1,-7454,-2204,166.263,5.633,0,0,0,0,900,255,1,0),(72763,175404,0,1,1,-7454,-2204,166.263,5.633,0,0,0,0,900,255,1,0),(72764,2040,0,1,1,-7454,-2204,166.263,5.633,0,0,0,0,900,255,1,0),(72765,1734,0,1,1,-7454,-2204,166.263,5.633,0,0,0,0,900,255,1,0),(72766,2047,0,1,1,-7454,-2204,166.263,5.633,0,0,0,0,900,255,1,0),(72767,165658,0,1,1,-7454,-2204,166.263,5.633,0,0,0,0,900,255,1,0),(72768,324,0,1,1,-7881,-2615,221.168,2.943,0,0,0,0,900,255,1,0),(72769,175404,0,1,1,-7881,-2615,221.168,2.943,0,0,0,0,900,255,1,0),(72770,2040,0,1,1,-7881,-2615,221.168,2.943,0,0,0,0,900,255,1,0),(72771,1734,0,1,1,-7881,-2615,221.168,2.943,0,0,0,0,900,255,1,0),(72772,2047,0,1,1,-7881,-2615,221.168,2.943,0,0,0,0,900,255,1,0),(72773,165658,0,1,1,-7881,-2615,221.168,2.943,0,0,0,0,900,255,1,0),(72774,324,0,1,1,-7456,-2807,209.436,2.986,0,0,0,0,900,255,1,0),(72775,175404,0,1,1,-7456,-2807,209.436,2.986,0,0,0,0,900,255,1,0),(72776,2040,0,1,1,-7456,-2807,209.436,2.986,0,0,0,0,900,255,1,0),(72777,1734,0,1,1,-7456,-2807,209.436,2.986,0,0,0,0,900,255,1,0),(72778,2047,0,1,1,-7456,-2807,209.436,2.986,0,0,0,0,900,255,1,0),(72779,165658,0,1,1,-7456,-2807,209.436,2.986,0,0,0,0,900,255,1,0),(72780,324,0,1,1,-7859,-911,123.126,5.886,0,0,0,0,900,255,1,0),(72781,175404,0,1,1,-7859,-911,123.126,5.886,0,0,0,0,900,255,1,0),(72782,2040,0,1,1,-7859,-911,123.126,5.886,0,0,0,0,900,255,1,0),(72783,1734,0,1,1,-7859,-911,123.126,5.886,0,0,0,0,900,255,1,0),(72784,2047,0,1,1,-7859,-911,123.126,5.886,0,0,0,0,900,255,1,0),(72785,165658,0,1,1,-7859,-911,123.126,5.886,0,0,0,0,900,255,1,0),(72786,324,0,1,1,-7840,-2648,225.727,1.529,0,0,0,0,900,255,1,0),(72787,175404,0,1,1,-7840,-2648,225.727,1.529,0,0,0,0,900,255,1,0),(72788,2040,0,1,1,-7840,-2648,225.727,1.529,0,0,0,0,900,255,1,0),(72789,1734,0,1,1,-7840,-2648,225.727,1.529,0,0,0,0,900,255,1,0),(72790,2047,0,1,1,-7840,-2648,225.727,1.529,0,0,0,0,900,255,1,0),(72791,165658,0,1,1,-7840,-2648,225.727,1.529,0,0,0,0,900,255,1,0),(72792,324,0,1,1,-7630,-2359,136.395,3.225,0,0,0,0,900,255,1,0),(72793,175404,0,1,1,-7630,-2359,136.395,3.225,0,0,0,0,900,255,1,0),(72794,2040,0,1,1,-7630,-2359,136.395,3.225,0,0,0,0,900,255,1,0),(72795,1734,0,1,1,-7630,-2359,136.395,3.225,0,0,0,0,900,255,1,0),(72796,2047,0,1,1,-7630,-2359,136.395,3.225,0,0,0,0,900,255,1,0),(72797,165658,0,1,1,-7630,-2359,136.395,3.225,0,0,0,0,900,255,1,0),(72798,324,0,1,1,-8213,-1839,141.843,5.176,0,0,0,0,900,255,1,0),(72799,175404,0,1,1,-8213,-1839,141.843,5.176,0,0,0,0,900,255,1,0),(72800,2040,0,1,1,-8213,-1839,141.843,5.176,0,0,0,0,900,255,1,0),(72801,1734,0,1,1,-8213,-1839,141.843,5.176,0,0,0,0,900,255,1,0),(72802,2047,0,1,1,-8213,-1839,141.843,5.176,0,0,0,0,900,255,1,0),(72803,165658,0,1,1,-8213,-1839,141.843,5.176,0,0,0,0,900,255,1,0),(72804,324,0,1,1,-7903,-2584,123.061,4.548,0,0,0,0,900,255,1,0),(72805,175404,0,1,1,-7903,-2584,123.061,4.548,0,0,0,0,900,255,1,0),(72806,2040,0,1,1,-7903,-2584,123.061,4.548,0,0,0,0,900,255,1,0),(72807,1734,0,1,1,-7903,-2584,123.061,4.548,0,0,0,0,900,255,1,0),(72808,2047,0,1,1,-7903,-2584,123.061,4.548,0,0,0,0,900,255,1,0),(72809,165658,0,1,1,-7903,-2584,123.061,4.548,0,0,0,0,900,255,1,0),(72810,324,0,1,1,-7505,-2528,182.126,2.389,0,0,0,0,900,255,1,0),(72811,175404,0,1,1,-7505,-2528,182.126,2.389,0,0,0,0,900,255,1,0),(72812,2040,0,1,1,-7505,-2528,182.126,2.389,0,0,0,0,900,255,1,0),(72813,1734,0,1,1,-7505,-2528,182.126,2.389,0,0,0,0,900,255,1,0),(72814,2047,0,1,1,-7505,-2528,182.126,2.389,0,0,0,0,900,255,1,0),(72815,165658,0,1,1,-7505,-2528,182.126,2.389,0,0,0,0,900,255,1,0),(72816,324,0,1,1,-8290,-1086,148.607,1.862,0,0,0,0,900,255,1,0),(72817,175404,0,1,1,-8290,-1086,148.607,1.862,0,0,0,0,900,255,1,0),(72818,2040,0,1,1,-8290,-1086,148.607,1.862,0,0,0,0,900,255,1,0),(72819,1734,0,1,1,-8290,-1086,148.607,1.862,0,0,0,0,900,255,1,0),(72820,2047,0,1,1,-8290,-1086,148.607,1.862,0,0,0,0,900,255,1,0),(72821,165658,0,1,1,-8290,-1086,148.607,1.862,0,0,0,0,900,255,1,0),(72822,324,0,1,1,-7766,-2596,140.108,2.477,0,0,0,0,900,255,1,0),(72823,175404,0,1,1,-7766,-2596,140.108,2.477,0,0,0,0,900,255,1,0),(72824,2040,0,1,1,-7766,-2596,140.108,2.477,0,0,0,0,900,255,1,0),(72825,1734,0,1,1,-7766,-2596,140.108,2.477,0,0,0,0,900,255,1,0),(72826,2047,0,1,1,-7766,-2596,140.108,2.477,0,0,0,0,900,255,1,0),(72827,165658,0,1,1,-7766,-2596,140.108,2.477,0,0,0,0,900,255,1,0),(72828,324,0,1,1,-8248,-1688,152.149,3.03,0,0,0,0,900,255,1,0),(72829,175404,0,1,1,-8248,-1688,152.149,3.03,0,0,0,0,900,255,1,0),(72830,2040,0,1,1,-8248,-1688,152.149,3.03,0,0,0,0,900,255,1,0),(72831,1734,0,1,1,-8248,-1688,152.149,3.03,0,0,0,0,900,255,1,0),(72832,2047,0,1,1,-8248,-1688,152.149,3.03,0,0,0,0,900,255,1,0),(72833,165658,0,1,1,-8248,-1688,152.149,3.03,0,0,0,0,900,255,1,0),(72834,324,0,1,1,-8342,-1301,208.557,4.576,0,0,0,0,900,255,1,0),(72835,175404,0,1,1,-8342,-1301,208.557,4.576,0,0,0,0,900,255,1,0),(72836,2040,0,1,1,-8342,-1301,208.557,4.576,0,0,0,0,900,255,1,0),(72837,1734,0,1,1,-8342,-1301,208.557,4.576,0,0,0,0,900,255,1,0),(72838,2047,0,1,1,-8342,-1301,208.557,4.576,0,0,0,0,900,255,1,0),(72839,165658,0,1,1,-8342,-1301,208.557,4.576,0,0,0,0,900,255,1,0),(72840,324,0,1,1,-7501,-2382,188.594,4.727,0,0,0,0,900,255,1,0),(72841,175404,0,1,1,-7501,-2382,188.594,4.727,0,0,0,0,900,255,1,0),(72842,2040,0,1,1,-7501,-2382,188.594,4.727,0,0,0,0,900,255,1,0),(72843,1734,0,1,1,-7501,-2382,188.594,4.727,0,0,0,0,900,255,1,0),(72844,2047,0,1,1,-7501,-2382,188.594,4.727,0,0,0,0,900,255,1,0),(72845,165658,0,1,1,-7501,-2382,188.594,4.727,0,0,0,0,900,255,1,0),(72846,324,0,1,1,-7689,-2160,131.883,1.855,0,0,0,0,900,255,1,0),(72847,175404,0,1,1,-7689,-2160,131.883,1.855,0,0,0,0,900,255,1,0),(72848,2040,0,1,1,-7689,-2160,131.883,1.855,0,0,0,0,900,255,1,0),(72849,1734,0,1,1,-7689,-2160,131.883,1.855,0,0,0,0,900,255,1,0),(72850,2047,0,1,1,-7689,-2160,131.883,1.855,0,0,0,0,900,255,1,0),(72851,165658,0,1,1,-7689,-2160,131.883,1.855,0,0,0,0,900,255,1,0),(72852,324,0,1,1,-7480,-2277,232.692,5.394,0,0,0,0,900,255,1,0),(72853,175404,0,1,1,-7480,-2277,232.692,5.394,0,0,0,0,900,255,1,0),(72854,2040,0,1,1,-7480,-2277,232.692,5.394,0,0,0,0,900,255,1,0),(72855,1734,0,1,1,-7480,-2277,232.692,5.394,0,0,0,0,900,255,1,0),(72856,2047,0,1,1,-7480,-2277,232.692,5.394,0,0,0,0,900,255,1,0),(72857,165658,0,1,1,-7480,-2277,232.692,5.394,0,0,0,0,900,255,1,0),(72858,324,0,1,1,-7658,-621,201.75,3.446,0,0,0,0,900,255,1,0),(72859,175404,0,1,1,-7658,-621,201.75,3.446,0,0,0,0,900,255,1,0),(72860,2040,0,1,1,-7658,-621,201.75,3.446,0,0,0,0,900,255,1,0),(72861,1734,0,1,1,-7658,-621,201.75,3.446,0,0,0,0,900,255,1,0),(72862,2047,0,1,1,-7658,-621,201.75,3.446,0,0,0,0,900,255,1,0),(72863,165658,0,1,1,-7658,-621,201.75,3.446,0,0,0,0,900,255,1,0),(72864,324,0,1,1,-7803,-2342,146.236,3.47,0,0,0,0,900,255,1,0),(72865,175404,0,1,1,-7803,-2342,146.236,3.47,0,0,0,0,900,255,1,0),(72866,2040,0,1,1,-7803,-2342,146.236,3.47,0,0,0,0,900,255,1,0),(72867,1734,0,1,1,-7803,-2342,146.236,3.47,0,0,0,0,900,255,1,0),(72868,2047,0,1,1,-7803,-2342,146.236,3.47,0,0,0,0,900,255,1,0),(72869,165658,0,1,1,-7803,-2342,146.236,3.47,0,0,0,0,900,255,1,0),(72870,324,0,1,1,-8075,-1597,139.574,0,0,0,0,0,900,255,1,0),(72871,175404,0,1,1,-8075,-1597,139.574,0,0,0,0,0,900,255,1,0),(72872,2040,0,1,1,-8075,-1597,139.574,0,0,0,0,0,900,255,1,0),(72873,1734,0,1,1,-8075,-1597,139.574,0,0,0,0,0,900,255,1,0),(72874,2047,0,1,1,-8075,-1597,139.574,0,0,0,0,0,900,255,1,0),(72875,165658,0,1,1,-8075,-1597,139.574,0,0,0,0,0,900,255,1,0),(72876,324,0,1,1,-7455,-2194,165.309,0.549,0,0,0,0,900,255,1,0),(72877,175404,0,1,1,-7455,-2194,165.309,0.549,0,0,0,0,900,255,1,0),(72878,2040,0,1,1,-7455,-2194,165.309,0.549,0,0,0,0,900,255,1,0),(72879,1734,0,1,1,-7455,-2194,165.309,0.549,0,0,0,0,900,255,1,0),(72880,2047,0,1,1,-7455,-2194,165.309,0.549,0,0,0,0,900,255,1,0),(72881,165658,0,1,1,-7455,-2194,165.309,0.549,0,0,0,0,900,255,1,0),(72882,324,0,1,1,-7695,-2708,154.955,1.425,0,0,0,0,900,255,1,0),(72883,175404,0,1,1,-7695,-2708,154.955,1.425,0,0,0,0,900,255,1,0),(72884,2040,0,1,1,-7695,-2708,154.955,1.425,0,0,0,0,900,255,1,0),(72885,1734,0,1,1,-7695,-2708,154.955,1.425,0,0,0,0,900,255,1,0),(72886,2047,0,1,1,-7695,-2708,154.955,1.425,0,0,0,0,900,255,1,0),(72887,165658,0,1,1,-7695,-2708,154.955,1.425,0,0,0,0,900,255,1,0),(72888,324,0,1,1,-8257,-1687,154.007,3.03,0,0,0,0,900,255,1,0),(72889,175404,0,1,1,-8257,-1687,154.007,3.03,0,0,0,0,900,255,1,0),(72890,2040,0,1,1,-8257,-1687,154.007,3.03,0,0,0,0,900,255,1,0),(72891,1734,0,1,1,-8257,-1687,154.007,3.03,0,0,0,0,900,255,1,0),(72892,2047,0,1,1,-8257,-1687,154.007,3.03,0,0,0,0,900,255,1,0),(72893,165658,0,1,1,-8257,-1687,154.007,3.03,0,0,0,0,900,255,1,0),(72894,324,0,1,1,-7852,-2632,121.141,4.202,0,0,0,0,900,255,1,0),(72895,175404,0,1,1,-7852,-2632,121.141,4.202,0,0,0,0,900,255,1,0),(72896,2040,0,1,1,-7852,-2632,121.141,4.202,0,0,0,0,900,255,1,0),(72897,1734,0,1,1,-7852,-2632,121.141,4.202,0,0,0,0,900,255,1,0),(72898,2047,0,1,1,-7852,-2632,121.141,4.202,0,0,0,0,900,255,1,0),(72899,165658,0,1,1,-7852,-2632,121.141,4.202,0,0,0,0,900,255,1,0),(72900,324,0,1,1,-8384,-1019,195.406,0.193,0,0,0,0,900,255,1,0),(72901,175404,0,1,1,-8384,-1019,195.406,0.193,0,0,0,0,900,255,1,0),(72902,2040,0,1,1,-8384,-1019,195.406,0.193,0,0,0,0,900,255,1,0),(72903,1734,0,1,1,-8384,-1019,195.406,0.193,0,0,0,0,900,255,1,0),(72904,2047,0,1,1,-8384,-1019,195.406,0.193,0,0,0,0,900,255,1,0),(72905,165658,0,1,1,-8384,-1019,195.406,0.193,0,0,0,0,900,255,1,0),(72906,324,0,1,1,-7604,-2153,148.532,4.61,0,0,0,0,900,255,1,0),(72907,175404,0,1,1,-7604,-2153,148.532,4.61,0,0,0,0,900,255,1,0),(72908,2040,0,1,1,-7604,-2153,148.532,4.61,0,0,0,0,900,255,1,0),(72909,1734,0,1,1,-7604,-2153,148.532,4.61,0,0,0,0,900,255,1,0),(72910,2047,0,1,1,-7604,-2153,148.532,4.61,0,0,0,0,900,255,1,0),(72911,165658,0,1,1,-7604,-2153,148.532,4.61,0,0,0,0,900,255,1,0),(72912,324,0,1,1,-7462,-2821,206.48,3.03,0,0,0,0,900,255,1,0),(72913,175404,0,1,1,-7462,-2821,206.48,3.03,0,0,0,0,900,255,1,0),(72914,2040,0,1,1,-7462,-2821,206.48,3.03,0,0,0,0,900,255,1,0),(72915,1734,0,1,1,-7462,-2821,206.48,3.03,0,0,0,0,900,255,1,0),(72916,2047,0,1,1,-7462,-2821,206.48,3.03,0,0,0,0,900,255,1,0),(72917,165658,0,1,1,-7462,-2821,206.48,3.03,0,0,0,0,900,255,1,0),(72918,324,0,1,1,-7514,-2827,179.796,3.564,0,0,0,0,900,255,1,0),(72919,175404,0,1,1,-7514,-2827,179.796,3.564,0,0,0,0,900,255,1,0),(72920,2040,0,1,1,-7514,-2827,179.796,3.564,0,0,0,0,900,255,1,0),(72921,1734,0,1,1,-7514,-2827,179.796,3.564,0,0,0,0,900,255,1,0),(72922,2047,0,1,1,-7514,-2827,179.796,3.564,0,0,0,0,900,255,1,0),(72923,165658,0,1,1,-7514,-2827,179.796,3.564,0,0,0,0,900,255,1,0),(72924,324,0,1,1,-8190,-2065,148.062,3.816,0,0,0,0,900,255,1,0),(72925,175404,0,1,1,-8190,-2065,148.062,3.816,0,0,0,0,900,255,1,0),(72926,2040,0,1,1,-8190,-2065,148.062,3.816,0,0,0,0,900,255,1,0),(72927,1734,0,1,1,-8190,-2065,148.062,3.816,0,0,0,0,900,255,1,0),(72928,2047,0,1,1,-8190,-2065,148.062,3.816,0,0,0,0,900,255,1,0),(72929,165658,0,1,1,-8190,-2065,148.062,3.816,0,0,0,0,900,255,1,0),(72930,324,0,1,1,-8248,-2293,157.328,4.658,0,0,0,0,900,255,1,0),(72931,175404,0,1,1,-8248,-2293,157.328,4.658,0,0,0,0,900,255,1,0),(72932,2040,0,1,1,-8248,-2293,157.328,4.658,0,0,0,0,900,255,1,0),(72933,1734,0,1,1,-8248,-2293,157.328,4.658,0,0,0,0,900,255,1,0),(72934,2047,0,1,1,-8248,-2293,157.328,4.658,0,0,0,0,900,255,1,0),(72935,165658,0,1,1,-8248,-2293,157.328,4.658,0,0,0,0,900,255,1,0),(72936,324,0,1,1,-7707,-2164,129.058,4.224,0,0,0,0,900,255,1,0),(72937,175404,0,1,1,-7707,-2164,129.058,4.224,0,0,0,0,900,255,1,0),(72938,2040,0,1,1,-7707,-2164,129.058,4.224,0,0,0,0,900,255,1,0),(72939,1734,0,1,1,-7707,-2164,129.058,4.224,0,0,0,0,900,255,1,0),(72940,2047,0,1,1,-7707,-2164,129.058,4.224,0,0,0,0,900,255,1,0),(72941,165658,0,1,1,-7707,-2164,129.058,4.224,0,0,0,0,900,255,1,0),(72942,324,0,1,1,-7755,-1592,133.151,3.871,0,0,0,0,900,255,1,0),(72943,175404,0,1,1,-7755,-1592,133.151,3.871,0,0,0,0,900,255,1,0),(72944,2040,0,1,1,-7755,-1592,133.151,3.871,0,0,0,0,900,255,1,0),(72945,1734,0,1,1,-7755,-1592,133.151,3.871,0,0,0,0,900,255,1,0),(72946,2047,0,1,1,-7755,-1592,133.151,3.871,0,0,0,0,900,255,1,0),(72947,165658,0,1,1,-7755,-1592,133.151,3.871,0,0,0,0,900,255,1,0),(72948,324,0,1,1,-8044,-2571,153.868,4.127,0,0,0,0,900,255,1,0),(72949,175404,0,1,1,-8044,-2571,153.868,4.127,0,0,0,0,900,255,1,0),(72950,2040,0,1,1,-8044,-2571,153.868,4.127,0,0,0,0,900,255,1,0),(72951,1734,0,1,1,-8044,-2571,153.868,4.127,0,0,0,0,900,255,1,0),(72952,2047,0,1,1,-8044,-2571,153.868,4.127,0,0,0,0,900,255,1,0),(72953,165658,0,1,1,-8044,-2571,153.868,4.127,0,0,0,0,900,255,1,0),(72954,324,0,1,1,-7462,-2193,166.396,1.278,0,0,0,0,900,255,1,0),(72955,175404,0,1,1,-7462,-2193,166.396,1.278,0,0,0,0,900,255,1,0),(72956,2040,0,1,1,-7462,-2193,166.396,1.278,0,0,0,0,900,255,1,0),(72957,1734,0,1,1,-7462,-2193,166.396,1.278,0,0,0,0,900,255,1,0),(72958,2047,0,1,1,-7462,-2193,166.396,1.278,0,0,0,0,900,255,1,0),(72959,165658,0,1,1,-7462,-2193,166.396,1.278,0,0,0,0,900,255,1,0),(72960,324,0,1,1,-8419,-1021,192.626,4.189,0,0,0,0,900,255,1,0),(72961,175404,0,1,1,-8419,-1021,192.626,4.189,0,0,0,0,900,255,1,0),(72962,2040,0,1,1,-8419,-1021,192.626,4.189,0,0,0,0,900,255,1,0),(72963,1734,0,1,1,-8419,-1021,192.626,4.189,0,0,0,0,900,255,1,0),(72964,2047,0,1,1,-8419,-1021,192.626,4.189,0,0,0,0,900,255,1,0),(72965,165658,0,1,1,-8419,-1021,192.626,4.189,0,0,0,0,900,255,1,0),(72966,324,0,1,1,-7860,-1365,159.123,1.989,0,0,0,0,900,255,1,0),(72967,175404,0,1,1,-7860,-1365,159.123,1.989,0,0,0,0,900,255,1,0),(72968,2040,0,1,1,-7860,-1365,159.123,1.989,0,0,0,0,900,255,1,0),(72969,1734,0,1,1,-7860,-1365,159.123,1.989,0,0,0,0,900,255,1,0),(72970,2047,0,1,1,-7860,-1365,159.123,1.989,0,0,0,0,900,255,1,0),(72971,165658,0,1,1,-7860,-1365,159.123,1.989,0,0,0,0,900,255,1,0),(72972,324,0,1,1,-7694,-2171,133.02,3.401,0,0,0,0,900,255,1,0),(72973,175404,0,1,1,-7694,-2171,133.02,3.401,0,0,0,0,900,255,1,0),(72974,2040,0,1,1,-7694,-2171,133.02,3.401,0,0,0,0,900,255,1,0),(72975,1734,0,1,1,-7694,-2171,133.02,3.401,0,0,0,0,900,255,1,0),(72976,2047,0,1,1,-7694,-2171,133.02,3.401,0,0,0,0,900,255,1,0),(72977,165658,0,1,1,-7694,-2171,133.02,3.401,0,0,0,0,900,255,1,0),(72978,324,0,1,1,-7708,-2725,159.916,2.704,0,0,0,0,900,255,1,0),(72979,175404,0,1,1,-7708,-2725,159.916,2.704,0,0,0,0,900,255,1,0),(72980,2040,0,1,1,-7708,-2725,159.916,2.704,0,0,0,0,900,255,1,0),(72981,1734,0,1,1,-7708,-2725,159.916,2.704,0,0,0,0,900,255,1,0),(72982,2047,0,1,1,-7708,-2725,159.916,2.704,0,0,0,0,900,255,1,0),(72983,165658,0,1,1,-7708,-2725,159.916,2.704,0,0,0,0,900,255,1,0),(72984,324,0,1,1,-7402,-2410,316.205,0.889,0,0,0,0,900,255,1,0),(72985,175404,0,1,1,-7402,-2410,316.205,0.889,0,0,0,0,900,255,1,0),(72986,2040,0,1,1,-7402,-2410,316.205,0.889,0,0,0,0,900,255,1,0),(72987,1734,0,1,1,-7402,-2410,316.205,0.889,0,0,0,0,900,255,1,0),(72988,2047,0,1,1,-7402,-2410,316.205,0.889,0,0,0,0,900,255,1,0),(72989,165658,0,1,1,-7402,-2410,316.205,0.889,0,0,0,0,900,255,1,0),(72990,324,0,1,1,-7786,-2368,138.989,4.68,0,0,0,0,900,255,1,0),(72991,175404,0,1,1,-7786,-2368,138.989,4.68,0,0,0,0,900,255,1,0),(72992,2040,0,1,1,-7786,-2368,138.989,4.68,0,0,0,0,900,255,1,0),(72993,1734,0,1,1,-7786,-2368,138.989,4.68,0,0,0,0,900,255,1,0),(72994,2047,0,1,1,-7786,-2368,138.989,4.68,0,0,0,0,900,255,1,0),(72995,165658,0,1,1,-7786,-2368,138.989,4.68,0,0,0,0,900,255,1,0),(72996,324,0,1,1,-8271,-1505,158.765,1.815,0,0,0,0,900,255,1,0),(72997,175404,0,1,1,-8271,-1505,158.765,1.815,0,0,0,0,900,255,1,0),(72998,2040,0,1,1,-8271,-1505,158.765,1.815,0,0,0,0,900,255,1,0),(72999,1734,0,1,1,-8271,-1505,158.765,1.815,0,0,0,0,900,255,1,0),(73000,2047,0,1,1,-8271,-1505,158.765,1.815,0,0,0,0,900,255,1,0),(73001,165658,0,1,1,-8271,-1505,158.765,1.815,0,0,0,0,900,255,1,0),(73002,324,0,1,1,-8285,-1364,183.833,2.88,0,0,0,0,900,255,1,0),(73003,175404,0,1,1,-8285,-1364,183.833,2.88,0,0,0,0,900,255,1,0),(73004,2040,0,1,1,-8285,-1364,183.833,2.88,0,0,0,0,900,255,1,0),(73005,1734,0,1,1,-8285,-1364,183.833,2.88,0,0,0,0,900,255,1,0),(73006,2047,0,1,1,-8285,-1364,183.833,2.88,0,0,0,0,900,255,1,0),(73007,165658,0,1,1,-8285,-1364,183.833,2.88,0,0,0,0,900,255,1,0),(73008,324,0,1,1,-7829,-2309,158.83,2.311,0,0,0,0,900,255,1,0),(73009,175404,0,1,1,-7829,-2309,158.83,2.311,0,0,0,0,900,255,1,0),(73010,2040,0,1,1,-7829,-2309,158.83,2.311,0,0,0,0,900,255,1,0),(73011,1734,0,1,1,-7829,-2309,158.83,2.311,0,0,0,0,900,255,1,0),(73012,2047,0,1,1,-7829,-2309,158.83,2.311,0,0,0,0,900,255,1,0),(73013,165658,0,1,1,-7829,-2309,158.83,2.311,0,0,0,0,900,255,1,0),(73014,324,0,1,1,-8029,-2562,152.674,3.741,0,0,0,0,900,255,1,0),(73015,175404,0,1,1,-8029,-2562,152.674,3.741,0,0,0,0,900,255,1,0),(73016,2040,0,1,1,-8029,-2562,152.674,3.741,0,0,0,0,900,255,1,0),(73017,1734,0,1,1,-8029,-2562,152.674,3.741,0,0,0,0,900,255,1,0),(73018,2047,0,1,1,-8029,-2562,152.674,3.741,0,0,0,0,900,255,1,0),(73019,165658,0,1,1,-8029,-2562,152.674,3.741,0,0,0,0,900,255,1,0),(73020,324,0,1,1,-7504,-2372,185.293,0.027,0,0,0,0,900,255,1,0),(73021,175404,0,1,1,-7504,-2372,185.293,0.027,0,0,0,0,900,255,1,0),(73022,2040,0,1,1,-7504,-2372,185.293,0.027,0,0,0,0,900,255,1,0),(73023,1734,0,1,1,-7504,-2372,185.293,0.027,0,0,0,0,900,255,1,0),(73024,2047,0,1,1,-7504,-2372,185.293,0.027,0,0,0,0,900,255,1,0),(73025,165658,0,1,1,-7504,-2372,185.293,0.027,0,0,0,0,900,255,1,0),(73026,324,0,1,1,-8433,-2747,197.502,3.044,0,0,0,0,900,255,1,0),(73027,175404,0,1,1,-8433,-2747,197.502,3.044,0,0,0,0,900,255,1,0),(73028,2040,0,1,1,-8433,-2747,197.502,3.044,0,0,0,0,900,255,1,0),(73029,1734,0,1,1,-8433,-2747,197.502,3.044,0,0,0,0,900,255,1,0),(73030,2047,0,1,1,-8433,-2747,197.502,3.044,0,0,0,0,900,255,1,0),(73031,165658,0,1,1,-8433,-2747,197.502,3.044,0,0,0,0,900,255,1,0),(73032,324,0,1,1,-7766,-2714,176.03,5.855,0,0,0,0,900,255,1,0),(73033,175404,0,1,1,-7766,-2714,176.03,5.855,0,0,0,0,900,255,1,0),(73034,2040,0,1,1,-7766,-2714,176.03,5.855,0,0,0,0,900,255,1,0),(73035,1734,0,1,1,-7766,-2714,176.03,5.855,0,0,0,0,900,255,1,0),(73036,2047,0,1,1,-7766,-2714,176.03,5.855,0,0,0,0,900,255,1,0),(73037,165658,0,1,1,-7766,-2714,176.03,5.855,0,0,0,0,900,255,1,0),(73038,324,0,1,1,-7883,-2504,149.66,5.242,0,0,0,0,900,255,1,0),(73039,175404,0,1,1,-7883,-2504,149.66,5.242,0,0,0,0,900,255,1,0),(73040,2040,0,1,1,-7883,-2504,149.66,5.242,0,0,0,0,900,255,1,0),(73041,1734,0,1,1,-7883,-2504,149.66,5.242,0,0,0,0,900,255,1,0),(73042,2047,0,1,1,-7883,-2504,149.66,5.242,0,0,0,0,900,255,1,0),(73043,165658,0,1,1,-7883,-2504,149.66,5.242,0,0,0,0,900,255,1,0),(73044,324,0,1,1,-7632,-701,181.679,5.231,0,0,0,0,900,255,1,0),(73045,175404,0,1,1,-7632,-701,181.679,5.231,0,0,0,0,900,255,1,0),(73046,2040,0,1,1,-7632,-701,181.679,5.231,0,0,0,0,900,255,1,0),(73047,1734,0,1,1,-7632,-701,181.679,5.231,0,0,0,0,900,255,1,0),(73048,2047,0,1,1,-7632,-701,181.679,5.231,0,0,0,0,900,255,1,0),(73049,165658,0,1,1,-7632,-701,181.679,5.231,0,0,0,0,900,255,1,0),(73050,324,0,1,1,-8050,-3002,149.221,5.943,0,0,0,0,900,255,1,0),(73051,175404,0,1,1,-8050,-3002,149.221,5.943,0,0,0,0,900,255,1,0),(73052,2040,0,1,1,-8050,-3002,149.221,5.943,0,0,0,0,900,255,1,0),(73053,1734,0,1,1,-8050,-3002,149.221,5.943,0,0,0,0,900,255,1,0),(73054,2047,0,1,1,-8050,-3002,149.221,5.943,0,0,0,0,900,255,1,0),(73055,165658,0,1,1,-8050,-3002,149.221,5.943,0,0,0,0,900,255,1,0),(73056,324,0,1,1,-7840,-2669,172.936,4.62,0,0,0,0,900,255,1,0),(73057,175404,0,1,1,-7840,-2669,172.936,4.62,0,0,0,0,900,255,1,0),(73058,2040,0,1,1,-7840,-2669,172.936,4.62,0,0,0,0,900,255,1,0),(73059,1734,0,1,1,-7840,-2669,172.936,4.62,0,0,0,0,900,255,1,0),(73060,2047,0,1,1,-7840,-2669,172.936,4.62,0,0,0,0,900,255,1,0),(73061,165658,0,1,1,-7840,-2669,172.936,4.62,0,0,0,0,900,255,1,0),(73062,324,0,1,1,-8067,-813,138.956,4.805,0,0,0,0,900,255,1,0),(73063,175404,0,1,1,-8067,-813,138.956,4.805,0,0,0,0,900,255,1,0),(73064,2040,0,1,1,-8067,-813,138.956,4.805,0,0,0,0,900,255,1,0),(73065,1734,0,1,1,-8067,-813,138.956,4.805,0,0,0,0,900,255,1,0),(73066,2047,0,1,1,-8067,-813,138.956,4.805,0,0,0,0,900,255,1,0),(73067,165658,0,1,1,-8067,-813,138.956,4.805,0,0,0,0,900,255,1,0),(73068,324,0,1,1,-8015,-723,156.049,1.66,0,0,0,0,900,255,1,0),(73069,175404,0,1,1,-8015,-723,156.049,1.66,0,0,0,0,900,255,1,0),(73070,2040,0,1,1,-8015,-723,156.049,1.66,0,0,0,0,900,255,1,0),(73071,1734,0,1,1,-8015,-723,156.049,1.66,0,0,0,0,900,255,1,0),(73072,2047,0,1,1,-8015,-723,156.049,1.66,0,0,0,0,900,255,1,0),(73073,165658,0,1,1,-8015,-723,156.049,1.66,0,0,0,0,900,255,1,0),(73074,324,0,1,1,-8373,-1856,196.327,4.039,0,0,0,0,900,255,1,0),(73075,175404,0,1,1,-8373,-1856,196.327,4.039,0,0,0,0,900,255,1,0),(73076,2040,0,1,1,-8373,-1856,196.327,4.039,0,0,0,0,900,255,1,0),(73077,1734,0,1,1,-8373,-1856,196.327,4.039,0,0,0,0,900,255,1,0),(73078,2047,0,1,1,-8373,-1856,196.327,4.039,0,0,0,0,900,255,1,0),(73079,165658,0,1,1,-8373,-1856,196.327,4.039,0,0,0,0,900,255,1,0),(73080,324,0,1,1,-7801,-1636,142.871,5.347,0,0,0,0,900,255,1,0),(73081,175404,0,1,1,-7801,-1636,142.871,5.347,0,0,0,0,900,255,1,0),(73082,2040,0,1,1,-7801,-1636,142.871,5.347,0,0,0,0,900,255,1,0),(73083,1734,0,1,1,-7801,-1636,142.871,5.347,0,0,0,0,900,255,1,0),(73084,2047,0,1,1,-7801,-1636,142.871,5.347,0,0,0,0,900,255,1,0),(73085,165658,0,1,1,-7801,-1636,142.871,5.347,0,0,0,0,900,255,1,0),(73086,324,0,1,1,-8101,-2087,141.367,3.826,0,0,0,0,900,255,1,0),(73087,175404,0,1,1,-8101,-2087,141.367,3.826,0,0,0,0,900,255,1,0),(73088,2040,0,1,1,-8101,-2087,141.367,3.826,0,0,0,0,900,255,1,0),(73089,1734,0,1,1,-8101,-2087,141.367,3.826,0,0,0,0,900,255,1,0),(73090,2047,0,1,1,-8101,-2087,141.367,3.826,0,0,0,0,900,255,1,0),(73091,165658,0,1,1,-8101,-2087,141.367,3.826,0,0,0,0,900,255,1,0),(73092,324,0,1,1,-7449,-2256,235.266,0.172,0,0,0,0,900,255,1,0),(73093,175404,0,1,1,-7449,-2256,235.266,0.172,0,0,0,0,900,255,1,0),(73094,2040,0,1,1,-7449,-2256,235.266,0.172,0,0,0,0,900,255,1,0),(73095,1734,0,1,1,-7449,-2256,235.266,0.172,0,0,0,0,900,255,1,0),(73096,2047,0,1,1,-7449,-2256,235.266,0.172,0,0,0,0,900,255,1,0),(73097,165658,0,1,1,-7449,-2256,235.266,0.172,0,0,0,0,900,255,1,0),(73098,324,0,1,1,-8355,-1280,212.328,0.975,0,0,0,0,900,255,1,0),(73099,175404,0,1,1,-8355,-1280,212.328,0.975,0,0,0,0,900,255,1,0),(73100,2040,0,1,1,-8355,-1280,212.328,0.975,0,0,0,0,900,255,1,0),(73101,1734,0,1,1,-8355,-1280,212.328,0.975,0,0,0,0,900,255,1,0),(73102,2047,0,1,1,-8355,-1280,212.328,0.975,0,0,0,0,900,255,1,0),(73103,165658,0,1,1,-8355,-1280,212.328,0.975,0,0,0,0,900,255,1,0),(73104,324,0,1,1,-8177,-3044,163.25,5.24,0,0,0,0,900,255,1,0),(73105,175404,0,1,1,-8177,-3044,163.25,5.24,0,0,0,0,900,255,1,0),(73106,2040,0,1,1,-8177,-3044,163.25,5.24,0,0,0,0,900,255,1,0),(73107,1734,0,1,1,-8177,-3044,163.25,5.24,0,0,0,0,900,255,1,0),(73108,2047,0,1,1,-8177,-3044,163.25,5.24,0,0,0,0,900,255,1,0),(73109,165658,0,1,1,-8177,-3044,163.25,5.24,0,0,0,0,900,255,1,0),(73110,324,0,1,1,-7913,-1446,155.93,3.255,0,0,0,0,900,255,1,0),(73111,175404,0,1,1,-7913,-1446,155.93,3.255,0,0,0,0,900,255,1,0),(73112,2040,0,1,1,-7913,-1446,155.93,3.255,0,0,0,0,900,255,1,0),(73113,1734,0,1,1,-7913,-1446,155.93,3.255,0,0,0,0,900,255,1,0),(73114,2047,0,1,1,-7913,-1446,155.93,3.255,0,0,0,0,900,255,1,0),(73115,165658,0,1,1,-7913,-1446,155.93,3.255,0,0,0,0,900,255,1,0),(73116,324,0,1,1,-7899,-1435,151.336,3.17,0,0,0,0,900,255,1,0),(73117,175404,0,1,1,-7899,-1435,151.336,3.17,0,0,0,0,900,255,1,0),(73118,2040,0,1,1,-7899,-1435,151.336,3.17,0,0,0,0,900,255,1,0),(73119,1734,0,1,1,-7899,-1435,151.336,3.17,0,0,0,0,900,255,1,0),(73120,2047,0,1,1,-7899,-1435,151.336,3.17,0,0,0,0,900,255,1,0),(73121,165658,0,1,1,-7899,-1435,151.336,3.17,0,0,0,0,900,255,1,0),(73122,324,0,1,1,-7839,-2656,171.018,3.577,0,0,0,0,900,255,1,0),(73123,175404,0,1,1,-7839,-2656,171.018,3.577,0,0,0,0,900,255,1,0),(73124,2040,0,1,1,-7839,-2656,171.018,3.577,0,0,0,0,900,255,1,0),(73125,1734,0,1,1,-7839,-2656,171.018,3.577,0,0,0,0,900,255,1,0),(73126,2047,0,1,1,-7839,-2656,171.018,3.577,0,0,0,0,900,255,1,0),(73127,165658,0,1,1,-7839,-2656,171.018,3.577,0,0,0,0,900,255,1,0),(73128,324,0,1,1,-7889,-2654,220.018,5.073,0,0,0,0,900,255,1,0),(73129,175404,0,1,1,-7889,-2654,220.018,5.073,0,0,0,0,900,255,1,0),(73130,2040,0,1,1,-7889,-2654,220.018,5.073,0,0,0,0,900,255,1,0),(73131,1734,0,1,1,-7889,-2654,220.018,5.073,0,0,0,0,900,255,1,0),(73132,2047,0,1,1,-7889,-2654,220.018,5.073,0,0,0,0,900,255,1,0),(73133,165658,0,1,1,-7889,-2654,220.018,5.073,0,0,0,0,900,255,1,0),(73134,324,0,1,1,-7449.41,-2197.73,166.477,-0.593412,0,0,0,0,900,255,1,0),(73135,175404,0,1,1,-7449.41,-2197.73,166.477,-0.593412,0,0,0,0,900,255,1,0),(73136,2040,0,1,1,-7449.41,-2197.73,166.477,-0.593412,0,0,0,0,900,255,1,0),(73137,1734,0,1,1,-7449.41,-2197.73,166.477,-0.593412,0,0,0,0,900,255,1,0),(73138,2047,0,1,1,-7449.41,-2197.73,166.477,-0.593412,0,0,0,0,900,255,1,0),(73139,165658,0,1,1,-7449.41,-2197.73,166.477,-0.593412,0,0,0,0,900,255,1,0),(73140,324,0,1,1,-7429.8,-2329.72,240.872,1.16937,0,0,0,0,900,255,1,0),(73141,175404,0,1,1,-7429.8,-2329.72,240.872,1.16937,0,0,0,0,900,255,1,0),(73142,2040,0,1,1,-7429.8,-2329.72,240.872,1.16937,0,0,0,0,900,255,1,0),(73143,1734,0,1,1,-7429.8,-2329.72,240.872,1.16937,0,0,0,0,900,255,1,0),(73144,2047,0,1,1,-7429.8,-2329.72,240.872,1.16937,0,0,0,0,900,255,1,0),(73145,165658,0,1,1,-7429.8,-2329.72,240.872,1.16937,0,0,0,0,900,255,1,0),(73146,324,0,1,1,-8283,-938,168.414,3.536,0,0,0,0,900,255,1,0),(73147,175404,0,1,1,-8283,-938,168.414,3.536,0,0,0,0,900,255,1,0),(73148,2040,0,1,1,-8283,-938,168.414,3.536,0,0,0,0,900,255,1,0),(73149,1734,0,1,1,-8283,-938,168.414,3.536,0,0,0,0,900,255,1,0),(73150,2047,0,1,1,-8283,-938,168.414,3.536,0,0,0,0,900,255,1,0),(73151,165658,0,1,1,-8283,-938,168.414,3.536,0,0,0,0,900,255,1,0),(73152,324,0,1,1,-7619,-1433,144.374,6.022,0,0,0,0,900,255,1,0),(73153,175404,0,1,1,-7619,-1433,144.374,6.022,0,0,0,0,900,255,1,0),(73154,2040,0,1,1,-7619,-1433,144.374,6.022,0,0,0,0,900,255,1,0),(73155,1734,0,1,1,-7619,-1433,144.374,6.022,0,0,0,0,900,255,1,0),(73156,2047,0,1,1,-7619,-1433,144.374,6.022,0,0,0,0,900,255,1,0),(73157,165658,0,1,1,-7619,-1433,144.374,6.022,0,0,0,0,900,255,1,0),(73158,324,0,1,1,-8301,-1020,169.532,4.29,0,0,0,0,900,255,1,0),(73159,175404,0,1,1,-8301,-1020,169.532,4.29,0,0,0,0,900,255,1,0),(73160,2040,0,1,1,-8301,-1020,169.532,4.29,0,0,0,0,900,255,1,0),(73161,1734,0,1,1,-8301,-1020,169.532,4.29,0,0,0,0,900,255,1,0),(73162,2047,0,1,1,-8301,-1020,169.532,4.29,0,0,0,0,900,255,1,0),(73163,165658,0,1,1,-8301,-1020,169.532,4.29,0,0,0,0,900,255,1,0),(73164,324,0,1,1,-7523,-1980,190.506,0.21,0,0,0,0,900,255,1,0),(73165,175404,0,1,1,-7523,-1980,190.506,0.21,0,0,0,0,900,255,1,0),(73166,2040,0,1,1,-7523,-1980,190.506,0.21,0,0,0,0,900,255,1,0),(73167,1734,0,1,1,-7523,-1980,190.506,0.21,0,0,0,0,900,255,1,0),(73168,2047,0,1,1,-7523,-1980,190.506,0.21,0,0,0,0,900,255,1,0),(73169,165658,0,1,1,-7523,-1980,190.506,0.21,0,0,0,0,900,255,1,0),(73170,324,0,1,1,-8253,-1696,157.937,-1,0,0,0,0,900,255,1,0),(73171,175404,0,1,1,-8253,-1696,157.937,-1,0,0,0,0,900,255,1,0),(73172,2040,0,1,1,-8253,-1696,157.937,-1,0,0,0,0,900,255,1,0),(73173,1734,0,1,1,-8253,-1696,157.937,-1,0,0,0,0,900,255,1,0),(73174,2047,0,1,1,-8253,-1696,157.937,-1,0,0,0,0,900,255,1,0),(73175,165658,0,1,1,-8253,-1696,157.937,-1,0,0,0,0,900,255,1,0),(73176,324,0,1,1,-7686,-1651,144.924,0.297,0,0,0,0,900,255,1,0),(73177,175404,0,1,1,-7686,-1651,144.924,0.297,0,0,0,0,900,255,1,0),(73178,2040,0,1,1,-7686,-1651,144.924,0.297,0,0,0,0,900,255,1,0),(73179,1734,0,1,1,-7686,-1651,144.924,0.297,0,0,0,0,900,255,1,0),(73180,2047,0,1,1,-7686,-1651,144.924,0.297,0,0,0,0,900,255,1,0),(73181,165658,0,1,1,-7686,-1651,144.924,0.297,0,0,0,0,900,255,1,0),(73182,324,0,1,1,-8395,-904,226.44,4.017,0,0,0,0,900,255,1,0),(73183,175404,0,1,1,-8395,-904,226.44,4.017,0,0,0,0,900,255,1,0),(73184,2040,0,1,1,-8395,-904,226.44,4.017,0,0,0,0,900,255,1,0),(73185,1734,0,1,1,-8395,-904,226.44,4.017,0,0,0,0,900,255,1,0),(73186,2047,0,1,1,-8395,-904,226.44,4.017,0,0,0,0,900,255,1,0),(73187,165658,0,1,1,-8395,-904,226.44,4.017,0,0,0,0,900,255,1,0),(73188,324,0,1,1,-7617,-1882,150.716,2.204,0,0,0,0,900,255,1,0),(73189,175404,0,1,1,-7617,-1882,150.716,2.204,0,0,0,0,900,255,1,0),(73190,2040,0,1,1,-7617,-1882,150.716,2.204,0,0,0,0,900,255,1,0),(73191,1734,0,1,1,-7617,-1882,150.716,2.204,0,0,0,0,900,255,1,0),(73192,2047,0,1,1,-7617,-1882,150.716,2.204,0,0,0,0,900,255,1,0),(73193,165658,0,1,1,-7617,-1882,150.716,2.204,0,0,0,0,900,255,1,0),(73194,324,0,1,1,-8408,-1149,189.524,1.711,0,0,0,0,900,255,1,0),(73195,175404,0,1,1,-8408,-1149,189.524,1.711,0,0,0,0,900,255,1,0),(73196,2040,0,1,1,-8408,-1149,189.524,1.711,0,0,0,0,900,255,1,0),(73197,1734,0,1,1,-8408,-1149,189.524,1.711,0,0,0,0,900,255,1,0),(73198,2047,0,1,1,-8408,-1149,189.524,1.711,0,0,0,0,900,255,1,0),(73199,165658,0,1,1,-8408,-1149,189.524,1.711,0,0,0,0,900,255,1,0),(73200,324,0,1,1,-7925,-1032,135.583,5.296,0,0,0,0,900,255,1,0),(73201,175404,0,1,1,-7925,-1032,135.583,5.296,0,0,0,0,900,255,1,0),(73202,2040,0,1,1,-7925,-1032,135.583,5.296,0,0,0,0,900,255,1,0),(73203,1734,0,1,1,-7925,-1032,135.583,5.296,0,0,0,0,900,255,1,0),(73204,2047,0,1,1,-7925,-1032,135.583,5.296,0,0,0,0,900,255,1,0),(73205,165658,0,1,1,-7925,-1032,135.583,5.296,0,0,0,0,900,255,1,0),(73206,324,0,1,1,-7837,-1429,149.231,3.251,0,0,0,0,900,255,1,0),(73207,175404,0,1,1,-7837,-1429,149.231,3.251,0,0,0,0,900,255,1,0),(73208,2040,0,1,1,-7837,-1429,149.231,3.251,0,0,0,0,900,255,1,0),(73209,1734,0,1,1,-7837,-1429,149.231,3.251,0,0,0,0,900,255,1,0),(73210,2047,0,1,1,-7837,-1429,149.231,3.251,0,0,0,0,900,255,1,0),(73211,165658,0,1,1,-7837,-1429,149.231,3.251,0,0,0,0,900,255,1,0),(73212,324,0,1,1,-7779,-1412,145.943,3.251,0,0,0,0,900,255,1,0),(73213,175404,0,1,1,-7779,-1412,145.943,3.251,0,0,0,0,900,255,1,0),(73214,2040,0,1,1,-7779,-1412,145.943,3.251,0,0,0,0,900,255,1,0),(73215,1734,0,1,1,-7779,-1412,145.943,3.251,0,0,0,0,900,255,1,0),(73216,2047,0,1,1,-7779,-1412,145.943,3.251,0,0,0,0,900,255,1,0),(73217,165658,0,1,1,-7779,-1412,145.943,3.251,0,0,0,0,900,255,1,0),(73218,324,0,1,1,-7898,-2251,130.633,2.799,0,0,0,0,900,255,1,0),(73219,175404,0,1,1,-7898,-2251,130.633,2.799,0,0,0,0,900,255,1,0),(73220,2040,0,1,1,-7898,-2251,130.633,2.799,0,0,0,0,900,255,1,0),(73221,1734,0,1,1,-7898,-2251,130.633,2.799,0,0,0,0,900,255,1,0),(73222,2047,0,1,1,-7898,-2251,130.633,2.799,0,0,0,0,900,255,1,0),(73223,165658,0,1,1,-7898,-2251,130.633,2.799,0,0,0,0,900,255,1,0),(73224,324,0,1,1,-8244,-1502,143.712,3.53,0,0,0,0,900,255,1,0),(73225,175404,0,1,1,-8244,-1502,143.712,3.53,0,0,0,0,900,255,1,0),(73226,2040,0,1,1,-8244,-1502,143.712,3.53,0,0,0,0,900,255,1,0),(73227,1734,0,1,1,-8244,-1502,143.712,3.53,0,0,0,0,900,255,1,0),(73228,2047,0,1,1,-8244,-1502,143.712,3.53,0,0,0,0,900,255,1,0),(73229,165658,0,1,1,-8244,-1502,143.712,3.53,0,0,0,0,900,255,1,0),(73230,324,0,1,1,-7749,-2147,130.838,5.287,0,0,0,0,900,255,1,0),(73231,175404,0,1,1,-7749,-2147,130.838,5.287,0,0,0,0,900,255,1,0),(73232,2040,0,1,1,-7749,-2147,130.838,5.287,0,0,0,0,900,255,1,0),(73233,1734,0,1,1,-7749,-2147,130.838,5.287,0,0,0,0,900,255,1,0),(73234,2047,0,1,1,-7749,-2147,130.838,5.287,0,0,0,0,900,255,1,0),(73235,165658,0,1,1,-7749,-2147,130.838,5.287,0,0,0,0,900,255,1,0),(73236,324,0,1,1,-7588,-1434,167.053,1.001,0,0,0,0,900,255,1,0),(73237,175404,0,1,1,-7588,-1434,167.053,1.001,0,0,0,0,900,255,1,0),(73238,2040,0,1,1,-7588,-1434,167.053,1.001,0,0,0,0,900,255,1,0),(73239,1734,0,1,1,-7588,-1434,167.053,1.001,0,0,0,0,900,255,1,0),(73240,2047,0,1,1,-7588,-1434,167.053,1.001,0,0,0,0,900,255,1,0),(73241,165658,0,1,1,-7588,-1434,167.053,1.001,0,0,0,0,900,255,1,0),(73242,324,0,1,1,-7873,-1506,142.387,4.268,0,0,0,0,900,255,1,0),(73243,175404,0,1,1,-7873,-1506,142.387,4.268,0,0,0,0,900,255,1,0),(73244,2040,0,1,1,-7873,-1506,142.387,4.268,0,0,0,0,900,255,1,0),(73245,1734,0,1,1,-7873,-1506,142.387,4.268,0,0,0,0,900,255,1,0),(73246,2047,0,1,1,-7873,-1506,142.387,4.268,0,0,0,0,900,255,1,0),(73247,165658,0,1,1,-7873,-1506,142.387,4.268,0,0,0,0,900,255,1,0),(73248,324,0,1,1,-8176,-1155,145.782,-1,0,0,0,0,900,255,1,0),(73249,175404,0,1,1,-8176,-1155,145.782,-1,0,0,0,0,900,255,1,0),(73250,2040,0,1,1,-8176,-1155,145.782,-1,0,0,0,0,900,255,1,0),(73251,1734,0,1,1,-8176,-1155,145.782,-1,0,0,0,0,900,255,1,0),(73252,2047,0,1,1,-8176,-1155,145.782,-1,0,0,0,0,900,255,1,0),(73253,165658,0,1,1,-8176,-1155,145.782,-1,0,0,0,0,900,255,1,0),(73254,324,0,1,1,-7474,-2193,165.399,0.514,0,0,0,0,900,255,1,0),(73255,175404,0,1,1,-7474,-2193,165.399,0.514,0,0,0,0,900,255,1,0),(73256,2040,0,1,1,-7474,-2193,165.399,0.514,0,0,0,0,900,255,1,0),(73257,1734,0,1,1,-7474,-2193,165.399,0.514,0,0,0,0,900,255,1,0),(73258,2047,0,1,1,-7474,-2193,165.399,0.514,0,0,0,0,900,255,1,0),(73259,165658,0,1,1,-7474,-2193,165.399,0.514,0,0,0,0,900,255,1,0),(73260,324,0,1,1,-7585,-1413,166.112,0.574,0,0,0,0,900,255,1,0),(73261,175404,0,1,1,-7585,-1413,166.112,0.574,0,0,0,0,900,255,1,0),(73262,2040,0,1,1,-7585,-1413,166.112,0.574,0,0,0,0,900,255,1,0),(73263,1734,0,1,1,-7585,-1413,166.112,0.574,0,0,0,0,900,255,1,0),(73264,2047,0,1,1,-7585,-1413,166.112,0.574,0,0,0,0,900,255,1,0),(73265,165658,0,1,1,-7585,-1413,166.112,0.574,0,0,0,0,900,255,1,0),(73266,324,0,1,1,-8390,-1300,226.345,4.689,0,0,0,0,900,255,1,0),(73267,175404,0,1,1,-8390,-1300,226.345,4.689,0,0,0,0,900,255,1,0),(73268,2040,0,1,1,-8390,-1300,226.345,4.689,0,0,0,0,900,255,1,0),(73269,1734,0,1,1,-8390,-1300,226.345,4.689,0,0,0,0,900,255,1,0),(73270,2047,0,1,1,-8390,-1300,226.345,4.689,0,0,0,0,900,255,1,0),(73271,165658,0,1,1,-8390,-1300,226.345,4.689,0,0,0,0,900,255,1,0),(73272,324,0,1,1,-7619,-1397,139.907,6.022,0,0,0,0,900,255,1,0),(73273,175404,0,1,1,-7619,-1397,139.907,6.022,0,0,0,0,900,255,1,0),(73274,2040,0,1,1,-7619,-1397,139.907,6.022,0,0,0,0,900,255,1,0),(73275,1734,0,1,1,-7619,-1397,139.907,6.022,0,0,0,0,900,255,1,0),(73276,2047,0,1,1,-7619,-1397,139.907,6.022,0,0,0,0,900,255,1,0),(73277,165658,0,1,1,-7619,-1397,139.907,6.022,0,0,0,0,900,255,1,0),(73278,324,0,1,1,-8340,-952,192.988,2.283,0,0,0,0,900,255,1,0),(73279,175404,0,1,1,-8340,-952,192.988,2.283,0,0,0,0,900,255,1,0),(73280,2040,0,1,1,-8340,-952,192.988,2.283,0,0,0,0,900,255,1,0),(73281,1734,0,1,1,-8340,-952,192.988,2.283,0,0,0,0,900,255,1,0),(73282,2047,0,1,1,-8340,-952,192.988,2.283,0,0,0,0,900,255,1,0),(73283,165658,0,1,1,-8340,-952,192.988,2.283,0,0,0,0,900,255,1,0),(73284,324,0,1,1,-7819,-1623,143.502,-2,0,0,0,0,900,255,1,0),(73285,175404,0,1,1,-7819,-1623,143.502,-2,0,0,0,0,900,255,1,0),(73286,2040,0,1,1,-7819,-1623,143.502,-2,0,0,0,0,900,255,1,0),(73287,1734,0,1,1,-7819,-1623,143.502,-2,0,0,0,0,900,255,1,0),(73288,2047,0,1,1,-7819,-1623,143.502,-2,0,0,0,0,900,255,1,0),(73289,165658,0,1,1,-7819,-1623,143.502,-2,0,0,0,0,900,255,1,0),(73290,324,0,1,1,-7509,-2105,130.276,2.409,0,0,0,0,900,255,1,0),(73291,175404,0,1,1,-7509,-2105,130.276,2.409,0,0,0,0,900,255,1,0),(73292,2040,0,1,1,-7509,-2105,130.276,2.409,0,0,0,0,900,255,1,0),(73293,1734,0,1,1,-7509,-2105,130.276,2.409,0,0,0,0,900,255,1,0),(73294,2047,0,1,1,-7509,-2105,130.276,2.409,0,0,0,0,900,255,1,0),(73295,165658,0,1,1,-7509,-2105,130.276,2.409,0,0,0,0,900,255,1,0),(73296,324,0,1,1,-8145,-2009,129.835,5.286,0,0,0,0,900,255,1,0),(73297,175404,0,1,1,-8145,-2009,129.835,5.286,0,0,0,0,900,255,1,0),(73298,2040,0,1,1,-8145,-2009,129.835,5.286,0,0,0,0,900,255,1,0),(73299,1734,0,1,1,-8145,-2009,129.835,5.286,0,0,0,0,900,255,1,0),(73300,2047,0,1,1,-8145,-2009,129.835,5.286,0,0,0,0,900,255,1,0),(73301,165658,0,1,1,-8145,-2009,129.835,5.286,0,0,0,0,900,255,1,0),(73302,324,0,1,1,-7565,-2388,145.91,1.152,0,0,0,0,900,255,1,0),(73303,175404,0,1,1,-7565,-2388,145.91,1.152,0,0,0,0,900,255,1,0),(73304,2040,0,1,1,-7565,-2388,145.91,1.152,0,0,0,0,900,255,1,0),(73305,1734,0,1,1,-7565,-2388,145.91,1.152,0,0,0,0,900,255,1,0),(73306,2047,0,1,1,-7565,-2388,145.91,1.152,0,0,0,0,900,255,1,0),(73307,165658,0,1,1,-7565,-2388,145.91,1.152,0,0,0,0,900,255,1,0),(73308,324,0,1,1,-7816,-2376,148.039,2.799,0,0,0,0,900,255,1,0),(73309,175404,0,1,1,-7816,-2376,148.039,2.799,0,0,0,0,900,255,1,0),(73310,2040,0,1,1,-7816,-2376,148.039,2.799,0,0,0,0,900,255,1,0),(73311,1734,0,1,1,-7816,-2376,148.039,2.799,0,0,0,0,900,255,1,0),(73312,2047,0,1,1,-7816,-2376,148.039,2.799,0,0,0,0,900,255,1,0),(73313,165658,0,1,1,-7816,-2376,148.039,2.799,0,0,0,0,900,255,1,0),(73314,324,0,1,1,-7809,-2059,134.034,4.457,0,0,0,0,900,255,1,0),(73315,175404,0,1,1,-7809,-2059,134.034,4.457,0,0,0,0,900,255,1,0),(73316,2040,0,1,1,-7809,-2059,134.034,4.457,0,0,0,0,900,255,1,0),(73317,1734,0,1,1,-7809,-2059,134.034,4.457,0,0,0,0,900,255,1,0),(73318,2047,0,1,1,-7809,-2059,134.034,4.457,0,0,0,0,900,255,1,0),(73319,165658,0,1,1,-7809,-2059,134.034,4.457,0,0,0,0,900,255,1,0),(73320,324,0,1,1,-7905,-1491,155.858,0.227,0,0,0,0,900,255,1,0),(73321,175404,0,1,1,-7905,-1491,155.858,0.227,0,0,0,0,900,255,1,0),(73322,2040,0,1,1,-7905,-1491,155.858,0.227,0,0,0,0,900,255,1,0),(73323,1734,0,1,1,-7905,-1491,155.858,0.227,0,0,0,0,900,255,1,0),(73324,2047,0,1,1,-7905,-1491,155.858,0.227,0,0,0,0,900,255,1,0),(73325,165658,0,1,1,-7905,-1491,155.858,0.227,0,0,0,0,900,255,1,0),(73326,324,0,1,1,-7806,-2044,132.982,5.717,0,0,0,0,900,255,1,0),(73327,175404,0,1,1,-7806,-2044,132.982,5.717,0,0,0,0,900,255,1,0),(73328,2040,0,1,1,-7806,-2044,132.982,5.717,0,0,0,0,900,255,1,0),(73329,1734,0,1,1,-7806,-2044,132.982,5.717,0,0,0,0,900,255,1,0),(73330,2047,0,1,1,-7806,-2044,132.982,5.717,0,0,0,0,900,255,1,0),(73331,165658,0,1,1,-7806,-2044,132.982,5.717,0,0,0,0,900,255,1,0),(73332,324,0,1,1,-8167,-1331,136.796,-2,0,0,0,0,900,255,1,0),(73333,175404,0,1,1,-8167,-1331,136.796,-2,0,0,0,0,900,255,1,0),(73334,2040,0,1,1,-8167,-1331,136.796,-2,0,0,0,0,900,255,1,0),(73335,1734,0,1,1,-8167,-1331,136.796,-2,0,0,0,0,900,255,1,0),(73336,2047,0,1,1,-8167,-1331,136.796,-2,0,0,0,0,900,255,1,0),(73337,165658,0,1,1,-8167,-1331,136.796,-2,0,0,0,0,900,255,1,0),(73338,324,0,1,1,-7728,-2132,131.229,0.009,0,0,0,0,900,255,1,0),(73339,175404,0,1,1,-7728,-2132,131.229,0.009,0,0,0,0,900,255,1,0),(73340,2040,0,1,1,-7728,-2132,131.229,0.009,0,0,0,0,900,255,1,0),(73341,1734,0,1,1,-7728,-2132,131.229,0.009,0,0,0,0,900,255,1,0),(73342,2047,0,1,1,-7728,-2132,131.229,0.009,0,0,0,0,900,255,1,0),(73343,165658,0,1,1,-7728,-2132,131.229,0.009,0,0,0,0,900,255,1,0),(73344,324,0,1,1,-8460,-940,228.085,4.017,0,0,0,0,900,255,1,0),(73345,175404,0,1,1,-8460,-940,228.085,4.017,0,0,0,0,900,255,1,0),(73346,2040,0,1,1,-8460,-940,228.085,4.017,0,0,0,0,900,255,1,0),(73347,1734,0,1,1,-8460,-940,228.085,4.017,0,0,0,0,900,255,1,0),(73348,2047,0,1,1,-8460,-940,228.085,4.017,0,0,0,0,900,255,1,0),(73349,165658,0,1,1,-8460,-940,228.085,4.017,0,0,0,0,900,255,1,0),(73350,324,0,1,1,-7730,-1637,135.96,1.403,0,0,0,0,900,255,1,0),(73351,175404,0,1,1,-7730,-1637,135.96,1.403,0,0,0,0,900,255,1,0),(73352,2040,0,1,1,-7730,-1637,135.96,1.403,0,0,0,0,900,255,1,0),(73353,1734,0,1,1,-7730,-1637,135.96,1.403,0,0,0,0,900,255,1,0),(73354,2047,0,1,1,-7730,-1637,135.96,1.403,0,0,0,0,900,255,1,0),(73355,165658,0,1,1,-7730,-1637,135.96,1.403,0,0,0,0,900,255,1,0),(73356,324,0,1,1,-8098,-1037,136.065,5.377,0,0,0,0,900,255,1,0),(73357,175404,0,1,1,-8098,-1037,136.065,5.377,0,0,0,0,900,255,1,0),(73358,2040,0,1,1,-8098,-1037,136.065,5.377,0,0,0,0,900,255,1,0),(73359,1734,0,1,1,-8098,-1037,136.065,5.377,0,0,0,0,900,255,1,0),(73360,2047,0,1,1,-8098,-1037,136.065,5.377,0,0,0,0,900,255,1,0),(73361,165658,0,1,1,-8098,-1037,136.065,5.377,0,0,0,0,900,255,1,0),(73362,324,0,1,1,-8195,-1543,135.283,5.99,0,0,0,0,900,255,1,0),(73363,175404,0,1,1,-8195,-1543,135.283,5.99,0,0,0,0,900,255,1,0),(73364,2040,0,1,1,-8195,-1543,135.283,5.99,0,0,0,0,900,255,1,0),(73365,1734,0,1,1,-8195,-1543,135.283,5.99,0,0,0,0,900,255,1,0),(73366,2047,0,1,1,-8195,-1543,135.283,5.99,0,0,0,0,900,255,1,0),(73367,165658,0,1,1,-8195,-1543,135.283,5.99,0,0,0,0,900,255,1,0),(73368,324,0,1,1,-8329,-912,206.618,6.05,0,0,0,0,900,255,1,0),(73369,175404,0,1,1,-8329,-912,206.618,6.05,0,0,0,0,900,255,1,0),(73370,2040,0,1,1,-8329,-912,206.618,6.05,0,0,0,0,900,255,1,0),(73371,1734,0,1,1,-8329,-912,206.618,6.05,0,0,0,0,900,255,1,0),(73372,2047,0,1,1,-8329,-912,206.618,6.05,0,0,0,0,900,255,1,0),(73373,165658,0,1,1,-8329,-912,206.618,6.05,0,0,0,0,900,255,1,0),(73374,324,0,1,1,-8019.87,-743.805,142.527,2.04204,0,0,0,1,900,255,1,0),(73375,175404,0,1,1,-8019.87,-743.805,142.527,2.04204,0,0,0,1,900,255,1,0),(73376,2040,0,1,1,-8019.87,-743.805,142.527,2.04204,0,0,0,1,900,255,1,0),(73377,1734,0,1,1,-8019.87,-743.805,142.527,2.04204,0,0,0,1,900,255,1,0),(73378,2047,0,1,1,-8019.87,-743.805,142.527,2.04204,0,0,0,1,900,255,1,0),(73379,165658,0,1,1,-8019.87,-743.805,142.527,2.04204,0,0,0,1,900,255,1,0),(73380,324,0,1,1,-8251,-925,147.468,3.536,0,0,0,0,900,255,1,0),(73381,175404,0,1,1,-8251,-925,147.468,3.536,0,0,0,0,900,255,1,0),(73382,2040,0,1,1,-8251,-925,147.468,3.536,0,0,0,0,900,255,1,0),(73383,1734,0,1,1,-8251,-925,147.468,3.536,0,0,0,0,900,255,1,0),(73384,2047,0,1,1,-8251,-925,147.468,3.536,0,0,0,0,900,255,1,0),(73385,165658,0,1,1,-8251,-925,147.468,3.536,0,0,0,0,900,255,1,0),(73386,324,0,1,1,-8102.72,-2087.92,141.207,2.82743,0,0,0,0,900,255,1,0),(73387,175404,0,1,1,-8102.72,-2087.92,141.207,2.82743,0,0,0,0,900,255,1,0),(73388,2040,0,1,1,-8102.72,-2087.92,141.207,2.82743,0,0,0,0,900,255,1,0),(73389,1734,0,1,1,-8102.72,-2087.92,141.207,2.82743,0,0,0,0,900,255,1,0),(73390,2047,0,1,1,-8102.72,-2087.92,141.207,2.82743,0,0,0,0,900,255,1,0),(73391,165658,0,1,1,-8102.72,-2087.92,141.207,2.82743,0,0,0,0,900,255,1,0),(73392,324,0,1,1,-7616.39,-705.041,181.31,0.977384,0,0,0,0,900,255,1,0),(73393,175404,0,1,1,-7616.39,-705.041,181.31,0.977384,0,0,0,0,900,255,1,0),(73394,2040,0,1,1,-7616.39,-705.041,181.31,0.977384,0,0,0,0,900,255,1,0),(73395,1734,0,1,1,-7616.39,-705.041,181.31,0.977384,0,0,0,0,900,255,1,0),(73396,2047,0,1,1,-7616.39,-705.041,181.31,0.977384,0,0,0,0,900,255,1,0),(73397,165658,0,1,1,-7616.39,-705.041,181.31,0.977384,0,0,0,0,900,255,1,0),(73398,324,0,1,1,-7916.36,-1989.86,141.389,1.32645,0,0,0,0,900,255,1,0),(73399,175404,0,1,1,-7916.36,-1989.86,141.389,1.32645,0,0,0,0,900,255,1,0),(73400,2040,0,1,1,-7916.36,-1989.86,141.389,1.32645,0,0,0,0,900,255,1,0),(73401,1734,0,1,1,-7916.36,-1989.86,141.389,1.32645,0,0,0,0,900,255,1,0),(73402,2047,0,1,1,-7916.36,-1989.86,141.389,1.32645,0,0,0,0,900,255,1,0),(73403,165658,0,1,1,-7916.36,-1989.86,141.389,1.32645,0,0,0,0,900,255,1,0),(73404,324,0,1,1,-8102.72,-2087.92,141.207,2.82743,0,0,0,0,900,255,1,0),(73405,175404,0,1,1,-8102.72,-2087.92,141.207,2.82743,0,0,0,0,900,255,1,0),(73406,2040,0,1,1,-8102.72,-2087.92,141.207,2.82743,0,0,0,0,900,255,1,0),(73407,1734,0,1,1,-8102.72,-2087.92,141.207,2.82743,0,0,0,0,900,255,1,0),(73408,2047,0,1,1,-8102.72,-2087.92,141.207,2.82743,0,0,0,0,900,255,1,0),(73409,165658,0,1,1,-8102.72,-2087.92,141.207,2.82743,0,0,0,0,900,255,1,0),(73410,324,0,1,1,-8124.25,-2463.32,149.642,2.80997,0,0,0,0,900,255,1,0),(73411,175404,0,1,1,-8124.25,-2463.32,149.642,2.80997,0,0,0,0,900,255,1,0),(73412,2040,0,1,1,-8124.25,-2463.32,149.642,2.80997,0,0,0,0,900,255,1,0),(73413,1734,0,1,1,-8124.25,-2463.32,149.642,2.80997,0,0,0,0,900,255,1,0),(73414,2047,0,1,1,-8124.25,-2463.32,149.642,2.80997,0,0,0,0,900,255,1,0),(73415,165658,0,1,1,-8124.25,-2463.32,149.642,2.80997,0,0,0,0,900,255,1,0),(73416,324,0,1,1,-7864.27,-874.889,150.601,2.70526,0,0,0,0,900,255,1,0),(73417,175404,0,1,1,-7864.27,-874.889,150.601,2.70526,0,0,0,0,900,255,1,0),(73418,2040,0,1,1,-7864.27,-874.889,150.601,2.70526,0,0,0,0,900,255,1,0),(73419,1734,0,1,1,-7864.27,-874.889,150.601,2.70526,0,0,0,0,900,255,1,0),(73420,2047,0,1,1,-7864.27,-874.889,150.601,2.70526,0,0,0,0,900,255,1,0),(73421,165658,0,1,1,-7864.27,-874.889,150.601,2.70526,0,0,0,0,900,255,1,0),(73422,324,0,1,1,-7890.75,-2537.32,129.288,1.53589,0,0,0,0,900,255,1,0),(73423,175404,0,1,1,-7890.75,-2537.32,129.288,1.53589,0,0,0,0,900,255,1,0),(73424,2040,0,1,1,-7890.75,-2537.32,129.288,1.53589,0,0,0,0,900,255,1,0),(73425,1734,0,1,1,-7890.75,-2537.32,129.288,1.53589,0,0,0,0,900,255,1,0),(73426,2047,0,1,1,-7890.75,-2537.32,129.288,1.53589,0,0,0,0,900,255,1,0),(73427,165658,0,1,1,-7890.75,-2537.32,129.288,1.53589,0,0,0,0,900,255,1,0),(73428,324,0,1,1,-7681.69,-1883.48,137.159,-1.39626,0,0,0,0,900,255,1,0),(73429,175404,0,1,1,-7681.69,-1883.48,137.159,-1.39626,0,0,0,0,900,255,1,0),(73430,2040,0,1,1,-7681.69,-1883.48,137.159,-1.39626,0,0,0,0,900,255,1,0),(73431,1734,0,1,1,-7681.69,-1883.48,137.159,-1.39626,0,0,0,0,900,255,1,0),(73432,2047,0,1,1,-7681.69,-1883.48,137.159,-1.39626,0,0,0,0,900,255,1,0),(73433,165658,0,1,1,-7681.69,-1883.48,137.159,-1.39626,0,0,0,0,900,255,1,0),(73434,324,0,1,1,-7771.45,-1950.79,133.599,-2.25147,0,0,0,0,900,255,1,0),(73435,175404,0,1,1,-7771.45,-1950.79,133.599,-2.25147,0,0,0,0,900,255,1,0),(73436,2040,0,1,1,-7771.45,-1950.79,133.599,-2.25147,0,0,0,0,900,255,1,0),(73437,1734,0,1,1,-7771.45,-1950.79,133.599,-2.25147,0,0,0,0,900,255,1,0),(73438,2047,0,1,1,-7771.45,-1950.79,133.599,-2.25147,0,0,0,0,900,255,1,0),(73439,165658,0,1,1,-7771.45,-1950.79,133.599,-2.25147,0,0,0,0,900,255,1,0),(73713,1733,0,1,1,-11087.5,12.5553,44.3524,-1.81514,0,0,0.788011,-0.615661,900,255,1,0),(73714,1734,0,1,1,-11087.5,12.5553,44.3524,-1.81514,0,0,0.788011,-0.615661,900,255,1,0),(73715,1731,0,1,1,-10600.2,-1486.5,94.3496,-1.29154,0,0,0.601815,-0.798635,900,255,1,0),(73716,1732,0,1,1,-10600.2,-1486.5,94.3496,-1.29154,0,0,0.601815,-0.798635,900,255,1,0),(73717,1735,0,1,1,-10600.2,-1486.5,94.3496,-1.29154,0,0,0.601815,-0.798635,900,255,1,0),(73718,1733,0,1,1,-10600.2,-1486.5,94.3496,-1.29154,0,0,0.601815,-0.798635,900,255,1,0),(73719,1734,0,1,1,-10600.2,-1486.5,94.3496,-1.29154,0,0,0.601815,-0.798635,900,255,1,0),(73720,1731,0,1,1,-10848.7,-1375.08,63.6493,-2.60054,0,0,0.96363,-0.267238,900,255,1,0),(73721,1732,0,1,1,-10848.7,-1375.08,63.6493,-2.60054,0,0,0.96363,-0.267238,900,255,1,0),(73722,1735,0,1,1,-10848.7,-1375.08,63.6493,-2.60054,0,0,0.96363,-0.267238,900,255,1,0),(73723,1733,0,1,1,-10848.7,-1375.08,63.6493,-2.60054,0,0,0.96363,-0.267238,900,255,1,0),(73724,1734,0,1,1,-10848.7,-1375.08,63.6493,-2.60054,0,0,0.96363,-0.267238,900,255,1,0),(73725,1731,0,1,1,-11044.9,-53.2851,18.2922,-1.43117,0,0,0.656059,-0.75471,900,255,1,0),(73726,1732,0,1,1,-11044.9,-53.2851,18.2922,-1.43117,0,0,0.656059,-0.75471,900,255,1,0),(73727,1735,0,1,1,-11044.9,-53.2851,18.2922,-1.43117,0,0,0.656059,-0.75471,900,255,1,0),(73728,1733,0,1,1,-11044.9,-53.2851,18.2922,-1.43117,0,0,0.656059,-0.75471,900,255,1,0),(73729,1734,0,1,1,-11044.9,-53.2851,18.2922,-1.43117,0,0,0.656059,-0.75471,900,255,1,0),(73730,1731,0,1,1,-11100,-195.819,28.6323,-1.41372,0,0,0.649448,-0.760406,900,255,1,0),(73731,1732,0,1,1,-11100,-195.819,28.6323,-1.41372,0,0,0.649448,-0.760406,900,255,1,0),(73732,1735,0,1,1,-11100,-195.819,28.6323,-1.41372,0,0,0.649448,-0.760406,900,255,1,0),(73733,1733,0,1,1,-11100,-195.819,28.6323,-1.41372,0,0,0.649448,-0.760406,900,255,1,0),(73734,1734,0,1,1,-11100,-195.819,28.6323,-1.41372,0,0,0.649448,-0.760406,900,255,1,0),(73735,1731,0,1,1,-10436.5,-780.711,58.56,-0.244346,0,0,0.121869,-0.992546,900,255,1,0),(73736,1732,0,1,1,-10436.5,-780.711,58.56,-0.244346,0,0,0.121869,-0.992546,900,255,1,0),(73737,1735,0,1,1,-10436.5,-780.711,58.56,-0.244346,0,0,0.121869,-0.992546,900,255,1,0),(73738,1733,0,1,1,-10436.5,-780.711,58.56,-0.244346,0,0,0.121869,-0.992546,900,255,1,0),(73739,1734,0,1,1,-10436.5,-780.711,58.56,-0.244346,0,0,0.121869,-0.992546,900,255,1,0),(73740,1731,0,1,1,-10290.9,-137.715,41.327,-2.11185,0,0,0.870356,-0.492423,900,255,1,0),(73741,1732,0,1,1,-10290.9,-137.715,41.327,-2.11185,0,0,0.870356,-0.492423,900,255,1,0),(73742,1735,0,1,1,-10290.9,-137.715,41.327,-2.11185,0,0,0.870356,-0.492423,900,255,1,0),(73743,1733,0,1,1,-10290.9,-137.715,41.327,-2.11185,0,0,0.870356,-0.492423,900,255,1,0),(73744,1734,0,1,1,-10290.9,-137.715,41.327,-2.11185,0,0,0.870356,-0.492423,900,255,1,0),(73745,1731,0,1,1,-10395.6,-748.918,72.097,-1.09956,0,0,0.522499,-0.85264,900,255,1,0),(73746,1732,0,1,1,-10395.6,-748.918,72.097,-1.09956,0,0,0.522499,-0.85264,900,255,1,0),(73747,1735,0,1,1,-10395.6,-748.918,72.097,-1.09956,0,0,0.522499,-0.85264,900,255,1,0),(73748,1733,0,1,1,-10395.6,-748.918,72.097,-1.09956,0,0,0.522499,-0.85264,900,255,1,0),(73749,1734,0,1,1,-10395.6,-748.918,72.097,-1.09956,0,0,0.522499,-0.85264,900,255,1,0),(73750,1731,0,1,1,-10481.8,41.4525,42.5627,1.98968,0,0,0.838671,0.544639,900,255,1,0),(73751,1732,0,1,1,-10481.8,41.4525,42.5627,1.98968,0,0,0.838671,0.544639,900,255,1,0),(73752,1735,0,1,1,-10481.8,41.4525,42.5627,1.98968,0,0,0.838671,0.544639,900,255,1,0),(73753,1733,0,1,1,-10481.8,41.4525,42.5627,1.98968,0,0,0.838671,0.544639,900,255,1,0),(73754,1734,0,1,1,-10481.8,41.4525,42.5627,1.98968,0,0,0.838671,0.544639,900,255,1,0),(73755,1731,0,1,1,-11129.1,-1153.68,45.1154,1.0821,0,0,0.515038,0.857167,900,255,1,0),(73756,1732,0,1,1,-11129.1,-1153.68,45.1154,1.0821,0,0,0.515038,0.857167,900,255,1,0),(73757,1735,0,1,1,-11129.1,-1153.68,45.1154,1.0821,0,0,0.515038,0.857167,900,255,1,0),(73758,1733,0,1,1,-11129.1,-1153.68,45.1154,1.0821,0,0,0.515038,0.857167,900,255,1,0),(73759,1734,0,1,1,-11129.1,-1153.68,45.1154,1.0821,0,0,0.515038,0.857167,900,255,1,0),(73760,1731,0,1,1,-10513.9,-74.5481,45.2932,3.07178,0,0,0.999391,0.034899,900,255,1,0),(73761,1732,0,1,1,-10513.9,-74.5481,45.2932,3.07178,0,0,0.999391,0.034899,900,255,1,0),(73762,1735,0,1,1,-10513.9,-74.5481,45.2932,3.07178,0,0,0.999391,0.034899,900,255,1,0),(73763,1733,0,1,1,-10513.9,-74.5481,45.2932,3.07178,0,0,0.999391,0.034899,900,255,1,0),(73764,1734,0,1,1,-10513.9,-74.5481,45.2932,3.07178,0,0,0.999391,0.034899,900,255,1,0),(73765,1731,0,1,1,-10643.7,-985.37,68.1491,-0.314159,0,0,0.156434,-0.987688,900,255,1,0),(73766,1732,0,1,1,-10643.7,-985.37,68.1491,-0.314159,0,0,0.156434,-0.987688,900,255,1,0),(73767,1735,0,1,1,-10643.7,-985.37,68.1491,-0.314159,0,0,0.156434,-0.987688,900,255,1,0),(73768,1733,0,1,1,-10643.7,-985.37,68.1491,-0.314159,0,0,0.156434,-0.987688,900,255,1,0),(73769,1734,0,1,1,-10643.7,-985.37,68.1491,-0.314159,0,0,0.156434,-0.987688,900,255,1,0),(73770,1731,0,1,1,-11160.1,290.516,41.1961,2.00713,0,0,0.843391,0.5373,900,255,1,0),(73771,1732,0,1,1,-11160.1,290.516,41.1961,2.00713,0,0,0.843391,0.5373,900,255,1,0),(73772,1735,0,1,1,-11160.1,290.516,41.1961,2.00713,0,0,0.843391,0.5373,900,255,1,0),(73773,1733,0,1,1,-11160.1,290.516,41.1961,2.00713,0,0,0.843391,0.5373,900,255,1,0),(73774,1734,0,1,1,-11160.1,290.516,41.1961,2.00713,0,0,0.843391,0.5373,900,255,1,0),(73775,1731,0,1,1,-11125,-253.782,45.8497,-0.541052,0,0,0.267238,-0.96363,900,255,1,0),(73776,1732,0,1,1,-11125,-253.782,45.8497,-0.541052,0,0,0.267238,-0.96363,900,255,1,0),(73777,1735,0,1,1,-11125,-253.782,45.8497,-0.541052,0,0,0.267238,-0.96363,900,255,1,0),(73778,1733,0,1,1,-11125,-253.782,45.8497,-0.541052,0,0,0.267238,-0.96363,900,255,1,0),(73779,1734,0,1,1,-11125,-253.782,45.8497,-0.541052,0,0,0.267238,-0.96363,900,255,1,0),(73780,1731,0,1,1,-11137.5,-843.614,76.8614,-0.418879,0,0,0.207912,-0.978148,900,255,1,0),(73781,1732,0,1,1,-11137.5,-843.614,76.8614,-0.418879,0,0,0.207912,-0.978148,900,255,1,0),(73782,1735,0,1,1,-11137.5,-843.614,76.8614,-0.418879,0,0,0.207912,-0.978148,900,255,1,0),(73783,1733,0,1,1,-11137.5,-843.614,76.8614,-0.418879,0,0,0.207912,-0.978148,900,255,1,0),(73784,1734,0,1,1,-11137.5,-843.614,76.8614,-0.418879,0,0,0.207912,-0.978148,900,255,1,0),(73785,1731,0,1,1,-10638.4,-1390.38,60.8947,2.05949,0,0,0.857167,0.515038,900,255,1,0),(73786,1732,0,1,1,-10638.4,-1390.38,60.8947,2.05949,0,0,0.857167,0.515038,900,255,1,0),(73787,1735,0,1,1,-10638.4,-1390.38,60.8947,2.05949,0,0,0.857167,0.515038,900,255,1,0),(73788,1733,0,1,1,-10638.4,-1390.38,60.8947,2.05949,0,0,0.857167,0.515038,900,255,1,0),(73789,1734,0,1,1,-10638.4,-1390.38,60.8947,2.05949,0,0,0.857167,0.515038,900,255,1,0),(73790,1731,0,1,1,-10415.6,-1253.79,52.5802,-2.79253,0,0,0.984808,-0.173648,900,255,1,0),(73791,1732,0,1,1,-10415.6,-1253.79,52.5802,-2.79253,0,0,0.984808,-0.173648,900,255,1,0),(73792,1735,0,1,1,-10415.6,-1253.79,52.5802,-2.79253,0,0,0.984808,-0.173648,900,255,1,0),(73793,1733,0,1,1,-10415.6,-1253.79,52.5802,-2.79253,0,0,0.984808,-0.173648,900,255,1,0),(73794,1734,0,1,1,-10415.6,-1253.79,52.5802,-2.79253,0,0,0.984808,-0.173648,900,255,1,0),(73795,1731,0,1,1,-11050,-1033.27,72.4054,0.244346,0,0,0.121869,0.992546,900,255,1,0),(73796,1732,0,1,1,-11050,-1033.27,72.4054,0.244346,0,0,0.121869,0.992546,900,255,1,0),(73797,1735,0,1,1,-11050,-1033.27,72.4054,0.244346,0,0,0.121869,0.992546,900,255,1,0),(73798,1733,0,1,1,-11050,-1033.27,72.4054,0.244346,0,0,0.121869,0.992546,900,255,1,0),(73799,1734,0,1,1,-11050,-1033.27,72.4054,0.244346,0,0,0.121869,0.992546,900,255,1,0),(73800,1731,0,1,1,-10359,-790.396,61.1401,2.32129,0,0,0.91706,0.398749,900,255,1,0),(73801,1732,0,1,1,-10359,-790.396,61.1401,2.32129,0,0,0.91706,0.398749,900,255,1,0),(73802,1735,0,1,1,-10359,-790.396,61.1401,2.32129,0,0,0.91706,0.398749,900,255,1,0),(73803,1733,0,1,1,-10359,-790.396,61.1401,2.32129,0,0,0.91706,0.398749,900,255,1,0),(73804,1734,0,1,1,-10359,-790.396,61.1401,2.32129,0,0,0.91706,0.398749,900,255,1,0),(73805,1731,0,1,1,-10483.2,-999.957,47.3942,0.331613,0,0,0.165048,0.986286,900,255,1,0),(73806,1732,0,1,1,-10483.2,-999.957,47.3942,0.331613,0,0,0.165048,0.986286,900,255,1,0),(73807,1735,0,1,1,-10483.2,-999.957,47.3942,0.331613,0,0,0.165048,0.986286,900,255,1,0),(73808,1733,0,1,1,-10483.2,-999.957,47.3942,0.331613,0,0,0.165048,0.986286,900,255,1,0),(73809,1734,0,1,1,-10483.2,-999.957,47.3942,0.331613,0,0,0.165048,0.986286,900,255,1,0),(73810,1731,0,1,1,-11014.4,-1079.73,51.1815,-2.96706,0,0,0.996195,-0.087156,900,255,1,0),(73811,1732,0,1,1,-11014.4,-1079.73,51.1815,-2.96706,0,0,0.996195,-0.087156,900,255,1,0),(73812,1735,0,1,1,-11014.4,-1079.73,51.1815,-2.96706,0,0,0.996195,-0.087156,900,255,1,0),(73813,1733,0,1,1,-11014.4,-1079.73,51.1815,-2.96706,0,0,0.996195,-0.087156,900,255,1,0),(73814,1734,0,1,1,-11014.4,-1079.73,51.1815,-2.96706,0,0,0.996195,-0.087156,900,255,1,0),(73815,1731,0,1,1,-10341.1,83.216,36.8964,-1.53589,0,0,0.694658,-0.71934,900,255,1,0),(73816,1732,0,1,1,-10341.1,83.216,36.8964,-1.53589,0,0,0.694658,-0.71934,900,255,1,0),(73817,1735,0,1,1,-10341.1,83.216,36.8964,-1.53589,0,0,0.694658,-0.71934,900,255,1,0),(73818,1733,0,1,1,-10341.1,83.216,36.8964,-1.53589,0,0,0.694658,-0.71934,900,255,1,0),(73819,1734,0,1,1,-10341.1,83.216,36.8964,-1.53589,0,0,0.694658,-0.71934,900,255,1,0),(73820,1731,0,1,1,-10726.6,-965.106,70.1185,1.67552,0,0,0.743145,0.669131,900,255,1,0),(73821,1732,0,1,1,-10726.6,-965.106,70.1185,1.67552,0,0,0.743145,0.669131,900,255,1,0),(73822,1735,0,1,1,-10726.6,-965.106,70.1185,1.67552,0,0,0.743145,0.669131,900,255,1,0),(73823,1733,0,1,1,-10726.6,-965.106,70.1185,1.67552,0,0,0.743145,0.669131,900,255,1,0),(73824,1734,0,1,1,-10726.6,-965.106,70.1185,1.67552,0,0,0.743145,0.669131,900,255,1,0),(73825,1731,0,1,1,-11039.1,-420.595,36.0661,-0.087267,0,0,0.04362,-0.999048,900,255,1,0),(73826,1732,0,1,1,-11039.1,-420.595,36.0661,-0.087267,0,0,0.04362,-0.999048,900,255,1,0),(73827,1735,0,1,1,-11039.1,-420.595,36.0661,-0.087267,0,0,0.04362,-0.999048,900,255,1,0),(73828,1733,0,1,1,-11039.1,-420.595,36.0661,-0.087267,0,0,0.04362,-0.999048,900,255,1,0),(73829,1734,0,1,1,-11039.1,-420.595,36.0661,-0.087267,0,0,0.04362,-0.999048,900,255,1,0),(73830,1731,0,1,1,-10467.1,-948.977,49.8306,-2.54818,0,0,0.956305,-0.292372,900,255,1,0),(73831,1732,0,1,1,-10467.1,-948.977,49.8306,-2.54818,0,0,0.956305,-0.292372,900,255,1,0),(73832,1735,0,1,1,-10467.1,-948.977,49.8306,-2.54818,0,0,0.956305,-0.292372,900,255,1,0),(73833,1733,0,1,1,-10467.1,-948.977,49.8306,-2.54818,0,0,0.956305,-0.292372,900,255,1,0),(73834,1734,0,1,1,-10467.1,-948.977,49.8306,-2.54818,0,0,0.956305,-0.292372,900,255,1,0),(73835,1731,0,1,1,-11105.8,-1170.61,42.2928,-0.349066,0,0,0.173648,-0.984808,900,255,1,0),(73836,1732,0,1,1,-11105.8,-1170.61,42.2928,-0.349066,0,0,0.173648,-0.984808,900,255,1,0),(73837,1735,0,1,1,-11105.8,-1170.61,42.2928,-0.349066,0,0,0.173648,-0.984808,900,255,1,0),(73838,1733,0,1,1,-11105.8,-1170.61,42.2928,-0.349066,0,0,0.173648,-0.984808,900,255,1,0),(73839,1734,0,1,1,-11105.8,-1170.61,42.2928,-0.349066,0,0,0.173648,-0.984808,900,255,1,0),(73840,1731,0,1,1,-10854.2,-533.286,39.3664,-2.46091,0,0,0.942641,-0.333807,900,255,1,0),(73841,1732,0,1,1,-10854.2,-533.286,39.3664,-2.46091,0,0,0.942641,-0.333807,900,255,1,0),(73842,1735,0,1,1,-10854.2,-533.286,39.3664,-2.46091,0,0,0.942641,-0.333807,900,255,1,0),(73843,1733,0,1,1,-10854.2,-533.286,39.3664,-2.46091,0,0,0.942641,-0.333807,900,255,1,0),(73844,1734,0,1,1,-10854.2,-533.286,39.3664,-2.46091,0,0,0.942641,-0.333807,900,255,1,0),(73845,1731,0,1,1,-10557.2,-760.492,60.5833,-1.0472,0,0,0.5,-0.866025,900,255,1,0),(73846,1732,0,1,1,-10557.2,-760.492,60.5833,-1.0472,0,0,0.5,-0.866025,900,255,1,0),(73847,1735,0,1,1,-10557.2,-760.492,60.5833,-1.0472,0,0,0.5,-0.866025,900,255,1,0),(73848,1733,0,1,1,-10557.2,-760.492,60.5833,-1.0472,0,0,0.5,-0.866025,900,255,1,0),(73849,1734,0,1,1,-10557.2,-760.492,60.5833,-1.0472,0,0,0.5,-0.866025,900,255,1,0),(73850,1731,0,1,1,-10395.8,113.076,34.8874,1.81514,0,0,0.788011,0.615662,900,255,1,0),(73851,1732,0,1,1,-10395.8,113.076,34.8874,1.81514,0,0,0.788011,0.615662,900,255,1,0),(73852,1735,0,1,1,-10395.8,113.076,34.8874,1.81514,0,0,0.788011,0.615662,900,255,1,0),(73853,1733,0,1,1,-10395.8,113.076,34.8874,1.81514,0,0,0.788011,0.615662,900,255,1,0),(73854,1734,0,1,1,-10395.8,113.076,34.8874,1.81514,0,0,0.788011,0.615662,900,255,1,0),(73855,1731,0,1,1,-10329.5,134.72,35.5812,2.54818,0,0,0.956305,0.292372,900,255,1,0),(73856,1732,0,1,1,-10329.5,134.72,35.5812,2.54818,0,0,0.956305,0.292372,900,255,1,0),(73857,1735,0,1,1,-10329.5,134.72,35.5812,2.54818,0,0,0.956305,0.292372,900,255,1,0),(73858,1733,0,1,1,-10329.5,134.72,35.5812,2.54818,0,0,0.956305,0.292372,900,255,1,0),(73859,1734,0,1,1,-10329.5,134.72,35.5812,2.54818,0,0,0.956305,0.292372,900,255,1,0),(73860,1731,0,1,1,-10800.4,-424.663,59.9856,-0.383972,0,0,0.190809,-0.981627,900,255,1,0),(73861,1732,0,1,1,-10800.4,-424.663,59.9856,-0.383972,0,0,0.190809,-0.981627,900,255,1,0),(73862,1735,0,1,1,-10800.4,-424.663,59.9856,-0.383972,0,0,0.190809,-0.981627,900,255,1,0),(73863,1733,0,1,1,-10800.4,-424.663,59.9856,-0.383972,0,0,0.190809,-0.981627,900,255,1,0),(73864,1734,0,1,1,-10800.4,-424.663,59.9856,-0.383972,0,0,0.190809,-0.981627,900,255,1,0),(73865,1731,0,1,1,-10633.3,-1458.44,91.035,-2.77507,0,0,0.983255,-0.182235,900,255,1,0),(73866,1732,0,1,1,-10633.3,-1458.44,91.035,-2.77507,0,0,0.983255,-0.182235,900,255,1,0),(73867,1735,0,1,1,-10633.3,-1458.44,91.035,-2.77507,0,0,0.983255,-0.182235,900,255,1,0),(73868,1733,0,1,1,-10633.3,-1458.44,91.035,-2.77507,0,0,0.983255,-0.182235,900,255,1,0),(73869,1734,0,1,1,-10633.3,-1458.44,91.035,-2.77507,0,0,0.983255,-0.182235,900,255,1,0),(73870,1731,0,1,1,-11104.1,-1087.41,63.1955,0,0,0,0,0,900,255,1,0),(73871,1732,0,1,1,-11104.1,-1087.41,63.1955,0,0,0,0,0,900,255,1,0),(73872,1735,0,1,1,-11104.1,-1087.41,63.1955,0,0,0,0,0,900,255,1,0),(73873,1733,0,1,1,-11104.1,-1087.41,63.1955,0,0,0,0,0,900,255,1,0),(73874,1734,0,1,1,-11104.1,-1087.41,63.1955,0,0,0,0,0,900,255,1,0),(73875,1731,0,1,1,-11114.4,-1016.67,80.772,0,0,0,0,0,900,255,1,0),(73876,1732,0,1,1,-11114.4,-1016.67,80.772,0,0,0,0,0,900,255,1,0),(73877,1735,0,1,1,-11114.4,-1016.67,80.772,0,0,0,0,0,900,255,1,0),(73878,1733,0,1,1,-11114.4,-1016.67,80.772,0,0,0,0,0,900,255,1,0),(73879,1734,0,1,1,-11114.4,-1016.67,80.772,0,0,0,0,0,900,255,1,0),(73880,1731,0,1,1,-10122.7,-342.507,51.9179,0,0,0,0,0,900,255,1,0),(73881,1732,0,1,1,-10122.7,-342.507,51.9179,0,0,0,0,0,900,255,1,0),(73882,1735,0,1,1,-10122.7,-342.507,51.9179,0,0,0,0,0,900,255,1,0),(73883,1733,0,1,1,-10122.7,-342.507,51.9179,0,0,0,0,0,900,255,1,0),(73884,1734,0,1,1,-10122.7,-342.507,51.9179,0,0,0,0,0,900,255,1,0),(73885,1731,0,1,1,-11155.2,-1167.31,87.6797,0,0,0,0,0,900,255,1,0),(73886,1732,0,1,1,-11155.2,-1167.31,87.6797,0,0,0,0,0,900,255,1,0),(73887,1735,0,1,1,-11155.2,-1167.31,87.6797,0,0,0,0,0,900,255,1,0),(73888,1733,0,1,1,-11155.2,-1167.31,87.6797,0,0,0,0,0,900,255,1,0),(73889,1734,0,1,1,-11155.2,-1167.31,87.6797,0,0,0,0,0,900,255,1,0),(73890,1731,0,1,1,-11180.8,-135.495,80.4793,0,0,0,0,0,900,255,1,0),(73891,1732,0,1,1,-11180.8,-135.495,80.4793,0,0,0,0,0,900,255,1,0),(73892,1735,0,1,1,-11180.8,-135.495,80.4793,0,0,0,0,0,900,255,1,0),(73893,1733,0,1,1,-11180.8,-135.495,80.4793,0,0,0,0,0,900,255,1,0),(73894,1734,0,1,1,-11180.8,-135.495,80.4793,0,0,0,0,0,900,255,1,0),(73895,1731,0,1,1,-10662.4,-894.27,58.8167,0.994837,0,0,0,1,900,255,1,0),(73896,1732,0,1,1,-10662.4,-894.27,58.8167,0.994837,0,0,0,1,900,255,1,0),(73897,1735,0,1,1,-10662.4,-894.27,58.8167,0.994837,0,0,0,1,900,255,1,0),(73898,1733,0,1,1,-10662.4,-894.27,58.8167,0.994837,0,0,0,1,900,255,1,0),(73899,1734,0,1,1,-10662.4,-894.27,58.8167,0.994837,0,0,0,1,900,255,1,0),(73900,1731,0,1,1,-10677,-912.576,63.6344,0,0,0,0,0,900,255,1,0),(73901,1732,0,1,1,-10677,-912.576,63.6344,0,0,0,0,0,900,255,1,0),(73902,1735,0,1,1,-10677,-912.576,63.6344,0,0,0,0,0,900,255,1,0),(73903,1733,0,1,1,-10677,-912.576,63.6344,0,0,0,0,0,900,255,1,0),(73904,1734,0,1,1,-10677,-912.576,63.6344,0,0,0,0,0,900,255,1,0),(73905,1731,0,1,1,-11221.5,-886.7,107.681,0,0,0,0,0,900,255,1,0),(73906,1732,0,1,1,-11221.5,-886.7,107.681,0,0,0,0,0,900,255,1,0),(73907,1735,0,1,1,-11221.5,-886.7,107.681,0,0,0,0,0,900,255,1,0),(73908,1733,0,1,1,-11221.5,-886.7,107.681,0,0,0,0,0,900,255,1,0),(73909,1734,0,1,1,-11221.5,-886.7,107.681,0,0,0,0,0,900,255,1,0),(73910,1731,0,1,1,-11181.6,-153.58,83.9906,0,0,0,0,0,900,255,1,0),(73911,1732,0,1,1,-11181.6,-153.58,83.9906,0,0,0,0,0,900,255,1,0),(73912,1735,0,1,1,-11181.6,-153.58,83.9906,0,0,0,0,0,900,255,1,0),(73913,1733,0,1,1,-11181.6,-153.58,83.9906,0,0,0,0,0,900,255,1,0),(73914,1734,0,1,1,-11181.6,-153.58,83.9906,0,0,0,0,0,900,255,1,0),(73915,1731,0,1,1,-11001.5,8.73486,30.7184,-0.907571,0,0,0.438371,-0.898794,900,255,1,0),(73916,1732,0,1,1,-11001.5,8.73486,30.7184,-0.907571,0,0,0.438371,-0.898794,900,255,1,0),(73917,1735,0,1,1,-11001.5,8.73486,30.7184,-0.907571,0,0,0.438371,-0.898794,900,255,1,0),(73918,1733,0,1,1,-11001.5,8.73486,30.7184,-0.907571,0,0,0.438371,-0.898794,900,255,1,0),(73919,1734,0,1,1,-11001.5,8.73486,30.7184,-0.907571,0,0,0.438371,-0.898794,900,255,1,0),(73920,1731,0,1,1,-11234.2,-878.234,109.259,0,0,0,0,0,900,255,1,0),(73921,1732,0,1,1,-11234.2,-878.234,109.259,0,0,0,0,0,900,255,1,0),(73922,1735,0,1,1,-11234.2,-878.234,109.259,0,0,0,0,0,900,255,1,0),(73923,1733,0,1,1,-11234.2,-878.234,109.259,0,0,0,0,0,900,255,1,0),(73924,1734,0,1,1,-11234.2,-878.234,109.259,0,0,0,0,0,900,255,1,0),(73925,1731,0,1,1,-10121.2,-553.419,72.1722,0,0,0,0,0,900,255,1,0),(73926,1732,0,1,1,-10121.2,-553.419,72.1722,0,0,0,0,0,900,255,1,0),(73927,1735,0,1,1,-10121.2,-553.419,72.1722,0,0,0,0,0,900,255,1,0),(73928,1733,0,1,1,-10121.2,-553.419,72.1722,0,0,0,0,0,900,255,1,0),(73929,1734,0,1,1,-10121.2,-553.419,72.1722,0,0,0,0,0,900,255,1,0),(73930,1731,0,1,1,-11095.2,-72.7349,14.6408,0,0,0,0,0,900,255,1,0),(73931,1732,0,1,1,-11095.2,-72.7349,14.6408,0,0,0,0,0,900,255,1,0),(73932,1735,0,1,1,-11095.2,-72.7349,14.6408,0,0,0,0,0,900,255,1,0),(73933,1733,0,1,1,-11095.2,-72.7349,14.6408,0,0,0,0,0,900,255,1,0),(73934,1734,0,1,1,-11095.2,-72.7349,14.6408,0,0,0,0,0,900,255,1,0),(73935,1731,0,1,1,-11093.4,-30.2541,28.7652,0,0,0,0,0,900,255,1,0),(73936,1732,0,1,1,-11093.4,-30.2541,28.7652,0,0,0,0,0,900,255,1,0),(73937,1735,0,1,1,-11093.4,-30.2541,28.7652,0,0,0,0,0,900,255,1,0),(73938,1733,0,1,1,-11093.4,-30.2541,28.7652,0,0,0,0,0,900,255,1,0),(73939,1734,0,1,1,-11093.4,-30.2541,28.7652,0,0,0,0,0,900,255,1,0),(73940,1731,0,1,1,-11099.1,-1155.55,42.4416,0.331611,0,0,0,1,900,255,1,0),(73941,1732,0,1,1,-11099.1,-1155.55,42.4416,0.331611,0,0,0,1,900,255,1,0),(73942,1735,0,1,1,-11099.1,-1155.55,42.4416,0.331611,0,0,0,1,900,255,1,0),(73943,1733,0,1,1,-11099.1,-1155.55,42.4416,0.331611,0,0,0,1,900,255,1,0),(73944,1734,0,1,1,-11099.1,-1155.55,42.4416,0.331611,0,0,0,1,900,255,1,0),(73945,1731,0,1,1,-11212.6,-174.63,4.63508,-0.366519,0,0,0.182236,-0.983255,900,255,1,0),(73946,1732,0,1,1,-11212.6,-174.63,4.63508,-0.366519,0,0,0.182236,-0.983255,900,255,1,0),(73947,1735,0,1,1,-11212.6,-174.63,4.63508,-0.366519,0,0,0.182236,-0.983255,900,255,1,0),(73948,1733,0,1,1,-11212.6,-174.63,4.63508,-0.366519,0,0,0.182236,-0.983255,900,255,1,0),(73949,1734,0,1,1,-11212.6,-174.63,4.63508,-0.366519,0,0,0.182236,-0.983255,900,255,1,0),(73950,1731,0,1,1,-10714.9,-1436.62,63.2028,-1.90241,0,0,0.814116,-0.580703,900,255,1,0),(73951,1732,0,1,1,-10714.9,-1436.62,63.2028,-1.90241,0,0,0.814116,-0.580703,900,255,1,0),(73952,1735,0,1,1,-10714.9,-1436.62,63.2028,-1.90241,0,0,0.814116,-0.580703,900,255,1,0),(73953,1733,0,1,1,-10714.9,-1436.62,63.2028,-1.90241,0,0,0.814116,-0.580703,900,255,1,0),(73954,1734,0,1,1,-10714.9,-1436.62,63.2028,-1.90241,0,0,0.814116,-0.580703,900,255,1,0),(73955,1731,0,1,1,-11178.4,-153.236,6.88822,-1.0821,0,0,0.515038,-0.857167,900,255,1,0),(73956,1732,0,1,1,-11178.4,-153.236,6.88822,-1.0821,0,0,0.515038,-0.857167,900,255,1,0),(73957,1735,0,1,1,-11178.4,-153.236,6.88822,-1.0821,0,0,0.515038,-0.857167,900,255,1,0),(73958,1733,0,1,1,-11178.4,-153.236,6.88822,-1.0821,0,0,0.515038,-0.857167,900,255,1,0),(73959,1734,0,1,1,-11178.4,-153.236,6.88822,-1.0821,0,0,0.515038,-0.857167,900,255,1,0),(73960,1731,0,1,1,-10699.3,-187.865,39.9624,-2.84488,0,0,0,1,900,255,1,0),(73961,1732,0,1,1,-10699.3,-187.865,39.9624,-2.84488,0,0,0,1,900,255,1,0),(73962,1735,0,1,1,-10699.3,-187.865,39.9624,-2.84488,0,0,0,1,900,255,1,0),(73963,1733,0,1,1,-10699.3,-187.865,39.9624,-2.84488,0,0,0,1,900,255,1,0),(73964,1734,0,1,1,-10699.3,-187.865,39.9624,-2.84488,0,0,0,1,900,255,1,0),(73965,1731,0,1,1,-10856.6,-1283.99,62.4551,0.296705,0,0,0,1,900,255,1,0),(73966,1732,0,1,1,-10856.6,-1283.99,62.4551,0.296705,0,0,0,1,900,255,1,0),(73967,1735,0,1,1,-10856.6,-1283.99,62.4551,0.296705,0,0,0,1,900,255,1,0),(73968,1733,0,1,1,-10856.6,-1283.99,62.4551,0.296705,0,0,0,1,900,255,1,0),(73969,1734,0,1,1,-10856.6,-1283.99,62.4551,0.296705,0,0,0,1,900,255,1,0),(73970,1731,0,1,1,-10088,-450.424,65.3588,2.28638,0,0,0,1,900,255,1,0),(73971,1732,0,1,1,-10088,-450.424,65.3588,2.28638,0,0,0,1,900,255,1,0),(73972,1735,0,1,1,-10088,-450.424,65.3588,2.28638,0,0,0,1,900,255,1,0),(73973,1733,0,1,1,-10088,-450.424,65.3588,2.28638,0,0,0,1,900,255,1,0),(73974,1734,0,1,1,-10088,-450.424,65.3588,2.28638,0,0,0,1,900,255,1,0),(73975,1731,0,1,1,-10966.5,-183.177,17.1386,2.56563,0,0,0,1,900,255,1,0),(73976,1732,0,1,1,-10966.5,-183.177,17.1386,2.56563,0,0,0,1,900,255,1,0),(73977,1735,0,1,1,-10966.5,-183.177,17.1386,2.56563,0,0,0,1,900,255,1,0),(73978,1733,0,1,1,-10966.5,-183.177,17.1386,2.56563,0,0,0,1,900,255,1,0),(73979,1734,0,1,1,-10966.5,-183.177,17.1386,2.56563,0,0,0,1,900,255,1,0),(73980,1731,0,1,1,-11118.3,-578.917,46.1832,-0.802851,0,0,0,1,900,255,1,0),(73981,1732,0,1,1,-11118.3,-578.917,46.1832,-0.802851,0,0,0,1,900,255,1,0),(73982,1735,0,1,1,-11118.3,-578.917,46.1832,-0.802851,0,0,0,1,900,255,1,0),(73983,1733,0,1,1,-11118.3,-578.917,46.1832,-0.802851,0,0,0,1,900,255,1,0),(73984,1734,0,1,1,-11118.3,-578.917,46.1832,-0.802851,0,0,0,1,900,255,1,0),(73985,1731,0,1,1,-11072.4,-1385.5,72.7384,-0.366518,0,0,0,1,900,255,1,0),(73986,1732,0,1,1,-11072.4,-1385.5,72.7384,-0.366518,0,0,0,1,900,255,1,0),(73987,1735,0,1,1,-11072.4,-1385.5,72.7384,-0.366518,0,0,0,1,900,255,1,0),(73988,1733,0,1,1,-11072.4,-1385.5,72.7384,-0.366518,0,0,0,1,900,255,1,0),(73989,1734,0,1,1,-11072.4,-1385.5,72.7384,-0.366518,0,0,0,1,900,255,1,0),(73990,1731,0,1,1,-11062.5,-729.195,59.6658,-1.65806,0,0,0,1,900,255,1,0),(73991,1732,0,1,1,-11062.5,-729.195,59.6658,-1.65806,0,0,0,1,900,255,1,0),(73992,1735,0,1,1,-11062.5,-729.195,59.6658,-1.65806,0,0,0,1,900,255,1,0),(73993,1733,0,1,1,-11062.5,-729.195,59.6658,-1.65806,0,0,0,1,900,255,1,0),(73994,1734,0,1,1,-11062.5,-729.195,59.6658,-1.65806,0,0,0,1,900,255,1,0),(73995,1731,0,1,1,-10160.4,-288.859,47.7796,-0.349065,0,0,0,1,900,255,1,0),(73996,1732,0,1,1,-10160.4,-288.859,47.7796,-0.349065,0,0,0,1,900,255,1,0),(73997,1735,0,1,1,-10160.4,-288.859,47.7796,-0.349065,0,0,0,1,900,255,1,0),(73998,1733,0,1,1,-10160.4,-288.859,47.7796,-0.349065,0,0,0,1,900,255,1,0),(73999,1734,0,1,1,-10160.4,-288.859,47.7796,-0.349065,0,0,0,1,900,255,1,0),(74000,1731,0,1,1,-11166.5,154.265,35.092,-0.575957,0,0,0,1,900,255,1,0),(74001,1732,0,1,1,-11166.5,154.265,35.092,-0.575957,0,0,0,1,900,255,1,0),(74002,1735,0,1,1,-11166.5,154.265,35.092,-0.575957,0,0,0,1,900,255,1,0),(74003,1733,0,1,1,-11166.5,154.265,35.092,-0.575957,0,0,0,1,900,255,1,0),(74004,1734,0,1,1,-11166.5,154.265,35.092,-0.575957,0,0,0,1,900,255,1,0),(74005,1731,0,1,1,-10575.1,-1008.32,55.5346,0.034906,0,0,0,1,900,255,1,0),(74006,1732,0,1,1,-10575.1,-1008.32,55.5346,0.034906,0,0,0,1,900,255,1,0),(74007,1735,0,1,1,-10575.1,-1008.32,55.5346,0.034906,0,0,0,1,900,255,1,0),(74008,1733,0,1,1,-10575.1,-1008.32,55.5346,0.034906,0,0,0,1,900,255,1,0),(74009,1734,0,1,1,-10575.1,-1008.32,55.5346,0.034906,0,0,0,1,900,255,1,0),(74010,1731,0,1,1,-10766.7,-1437.56,71.3134,-1.0821,0,0,0,1,900,255,1,0),(74011,1732,0,1,1,-10766.7,-1437.56,71.3134,-1.0821,0,0,0,1,900,255,1,0),(74012,1735,0,1,1,-10766.7,-1437.56,71.3134,-1.0821,0,0,0,1,900,255,1,0),(74013,1733,0,1,1,-10766.7,-1437.56,71.3134,-1.0821,0,0,0,1,900,255,1,0),(74014,1734,0,1,1,-10766.7,-1437.56,71.3134,-1.0821,0,0,0,1,900,255,1,0),(74015,1731,0,1,1,-11109.5,63.564,41.8177,-2.96704,0,0,0,1,900,255,1,0),(74016,1732,0,1,1,-11109.5,63.564,41.8177,-2.96704,0,0,0,1,900,255,1,0),(74017,1735,0,1,1,-11109.5,63.564,41.8177,-2.96704,0,0,0,1,900,255,1,0),(74018,1733,0,1,1,-11109.5,63.564,41.8177,-2.96704,0,0,0,1,900,255,1,0),(74019,1734,0,1,1,-11109.5,63.564,41.8177,-2.96704,0,0,0,1,900,255,1,0),(74020,1731,0,1,1,-11154.1,116.377,39.0482,2.51327,0,0,0,1,900,255,1,0),(74021,1732,0,1,1,-11154.1,116.377,39.0482,2.51327,0,0,0,1,900,255,1,0),(74022,1735,0,1,1,-11154.1,116.377,39.0482,2.51327,0,0,0,1,900,255,1,0),(74023,1733,0,1,1,-11154.1,116.377,39.0482,2.51327,0,0,0,1,900,255,1,0),(74024,1734,0,1,1,-11154.1,116.377,39.0482,2.51327,0,0,0,1,900,255,1,0),(74025,1731,0,1,1,-11029.2,-1266.67,53.8279,-2.77507,0,0,0,1,900,255,1,0),(74026,1732,0,1,1,-11029.2,-1266.67,53.8279,-2.77507,0,0,0,1,900,255,1,0),(74027,1735,0,1,1,-11029.2,-1266.67,53.8279,-2.77507,0,0,0,1,900,255,1,0),(74028,1733,0,1,1,-11029.2,-1266.67,53.8279,-2.77507,0,0,0,1,900,255,1,0),(74029,1734,0,1,1,-11029.2,-1266.67,53.8279,-2.77507,0,0,0,1,900,255,1,0),(74030,1731,0,1,1,-11101.3,-74.5433,14.5994,-2.11185,0,0,0,1,900,255,1,0),(74031,1732,0,1,1,-11101.3,-74.5433,14.5994,-2.11185,0,0,0,1,900,255,1,0),(74032,1735,0,1,1,-11101.3,-74.5433,14.5994,-2.11185,0,0,0,1,900,255,1,0),(74033,1733,0,1,1,-11101.3,-74.5433,14.5994,-2.11185,0,0,0,1,900,255,1,0),(74034,1734,0,1,1,-11101.3,-74.5433,14.5994,-2.11185,0,0,0,1,900,255,1,0),(74035,1731,0,1,1,-11091.6,-257.724,32.2351,2.56563,0,0,0,1,900,255,1,0),(74036,1732,0,1,1,-11091.6,-257.724,32.2351,2.56563,0,0,0,1,900,255,1,0),(74037,1735,0,1,1,-11091.6,-257.724,32.2351,2.56563,0,0,0,1,900,255,1,0),(74038,1733,0,1,1,-11091.6,-257.724,32.2351,2.56563,0,0,0,1,900,255,1,0),(74039,1734,0,1,1,-11091.6,-257.724,32.2351,2.56563,0,0,0,1,900,255,1,0),(74040,1731,0,1,1,-11099.4,-696.347,54.7799,1.58825,0,0,0,1,900,255,1,0),(74041,1732,0,1,1,-11099.4,-696.347,54.7799,1.58825,0,0,0,1,900,255,1,0),(74042,1735,0,1,1,-11099.4,-696.347,54.7799,1.58825,0,0,0,1,900,255,1,0),(74043,1733,0,1,1,-11099.4,-696.347,54.7799,1.58825,0,0,0,1,900,255,1,0),(74044,1734,0,1,1,-11099.4,-696.347,54.7799,1.58825,0,0,0,1,900,255,1,0),(74045,1731,0,1,1,-11099.4,-696.347,54.7799,1.58825,0,0,0,1,900,255,1,0),(74046,1732,0,1,1,-11099.4,-696.347,54.7799,1.58825,0,0,0,1,900,255,1,0),(74047,1735,0,1,1,-11099.4,-696.347,54.7799,1.58825,0,0,0,1,900,255,1,0),(74048,1733,0,1,1,-11099.4,-696.347,54.7799,1.58825,0,0,0,1,900,255,1,0),(74049,1734,0,1,1,-11099.4,-696.347,54.7799,1.58825,0,0,0,1,900,255,1,0),(74050,1731,0,1,1,-10662.4,-894.27,58.8167,0.994837,0,0,0,1,900,255,1,0),(74051,1732,0,1,1,-10662.4,-894.27,58.8167,0.994837,0,0,0,1,900,255,1,0),(74052,1735,0,1,1,-10662.4,-894.27,58.8167,0.994837,0,0,0,1,900,255,1,0),(74053,1733,0,1,1,-10662.4,-894.27,58.8167,0.994837,0,0,0,1,900,255,1,0),(74054,1734,0,1,1,-10662.4,-894.27,58.8167,0.994837,0,0,0,1,900,255,1,0),(74055,1731,0,1,1,-10563.4,-1486.63,95.4168,0.034906,0,0,0,1,900,255,1,0),(74056,1732,0,1,1,-10563.4,-1486.63,95.4168,0.034906,0,0,0,1,900,255,1,0),(74057,1735,0,1,1,-10563.4,-1486.63,95.4168,0.034906,0,0,0,1,900,255,1,0),(74058,1733,0,1,1,-10563.4,-1486.63,95.4168,0.034906,0,0,0,1,900,255,1,0),(74059,1734,0,1,1,-10563.4,-1486.63,95.4168,0.034906,0,0,0,1,900,255,1,0),(74060,1731,0,1,1,-11183.7,-135.158,8.11372,2.09439,0,0,0,1,900,255,1,0),(74061,1732,0,1,1,-11183.7,-135.158,8.11372,2.09439,0,0,0,1,900,255,1,0),(74062,1735,0,1,1,-11183.7,-135.158,8.11372,2.09439,0,0,0,1,900,255,1,0),(74063,1733,0,1,1,-11183.7,-135.158,8.11372,2.09439,0,0,0,1,900,255,1,0),(74064,1734,0,1,1,-11183.7,-135.158,8.11372,2.09439,0,0,0,1,900,255,1,0),(74065,1731,0,1,1,-10237.8,-1291.58,46.9721,-1.22173,0,0,0,1,900,255,1,0),(74066,1732,0,1,1,-10237.8,-1291.58,46.9721,-1.22173,0,0,0,1,900,255,1,0),(74067,1735,0,1,1,-10237.8,-1291.58,46.9721,-1.22173,0,0,0,1,900,255,1,0),(74068,1733,0,1,1,-10237.8,-1291.58,46.9721,-1.22173,0,0,0,1,900,255,1,0),(74069,1734,0,1,1,-10237.8,-1291.58,46.9721,-1.22173,0,0,0,1,900,255,1,0),(74070,1731,0,1,1,-10678.7,-908.818,68.4815,2.65289,0,0,0,1,900,255,1,0),(74071,1732,0,1,1,-10678.7,-908.818,68.4815,2.65289,0,0,0,1,900,255,1,0),(74072,1735,0,1,1,-10678.7,-908.818,68.4815,2.65289,0,0,0,1,900,255,1,0),(74073,1733,0,1,1,-10678.7,-908.818,68.4815,2.65289,0,0,0,1,900,255,1,0),(74074,1734,0,1,1,-10678.7,-908.818,68.4815,2.65289,0,0,0,1,900,255,1,0),(74075,1731,0,1,1,-11183.7,-135.158,8.11372,2.09439,0,0,0,1,900,255,1,0),(74076,1732,0,1,1,-11183.7,-135.158,8.11372,2.09439,0,0,0,1,900,255,1,0),(74077,1735,0,1,1,-11183.7,-135.158,8.11372,2.09439,0,0,0,1,900,255,1,0),(74078,1733,0,1,1,-11183.7,-135.158,8.11372,2.09439,0,0,0,1,900,255,1,0),(74079,1734,0,1,1,-11183.7,-135.158,8.11372,2.09439,0,0,0,1,900,255,1,0),(74080,1731,0,1,1,-11123.5,-1165.56,44.413,-1.09956,0,0,0,1,900,255,1,0),(74081,1732,0,1,1,-11123.5,-1165.56,44.413,-1.09956,0,0,0,1,900,255,1,0),(74082,1735,0,1,1,-11123.5,-1165.56,44.413,-1.09956,0,0,0,1,900,255,1,0),(74083,1733,0,1,1,-11123.5,-1165.56,44.413,-1.09956,0,0,0,1,900,255,1,0),(74084,1734,0,1,1,-11123.5,-1165.56,44.413,-1.09956,0,0,0,1,900,255,1,0),(74085,1731,0,1,1,-10559.6,-724.451,76.4627,-0.785397,0,0,0,1,900,255,1,0),(74086,1732,0,1,1,-10559.6,-724.451,76.4627,-0.785397,0,0,0,1,900,255,1,0),(74087,1735,0,1,1,-10559.6,-724.451,76.4627,-0.785397,0,0,0,1,900,255,1,0),(74088,1733,0,1,1,-10559.6,-724.451,76.4627,-0.785397,0,0,0,1,900,255,1,0),(74089,1734,0,1,1,-10559.6,-724.451,76.4627,-0.785397,0,0,0,1,900,255,1,0),(74090,1731,0,1,1,-11137.7,-1174.23,43.9495,2.47837,0,0,0,1,900,255,1,0),(74091,1732,0,1,1,-11137.7,-1174.23,43.9495,2.47837,0,0,0,1,900,255,1,0),(74092,1735,0,1,1,-11137.7,-1174.23,43.9495,2.47837,0,0,0,1,900,255,1,0),(74093,1733,0,1,1,-11137.7,-1174.23,43.9495,2.47837,0,0,0,1,900,255,1,0),(74094,1734,0,1,1,-11137.7,-1174.23,43.9495,2.47837,0,0,0,1,900,255,1,0),(74095,1731,0,1,1,-10301.6,-1467.02,90.2184,-0.366518,0,0,0,1,900,255,1,0),(74096,1732,0,1,1,-10301.6,-1467.02,90.2184,-0.366518,0,0,0,1,900,255,1,0),(74097,1735,0,1,1,-10301.6,-1467.02,90.2184,-0.366518,0,0,0,1,900,255,1,0),(74098,1733,0,1,1,-10301.6,-1467.02,90.2184,-0.366518,0,0,0,1,900,255,1,0),(74099,1734,0,1,1,-10301.6,-1467.02,90.2184,-0.366518,0,0,0,1,900,255,1,0),(74100,1731,0,1,1,-11016.6,-1180.58,46.4404,2.93214,0,0,0,1,900,255,1,0),(74101,1732,0,1,1,-11016.6,-1180.58,46.4404,2.93214,0,0,0,1,900,255,1,0),(74102,1735,0,1,1,-11016.6,-1180.58,46.4404,2.93214,0,0,0,1,900,255,1,0),(74103,1733,0,1,1,-11016.6,-1180.58,46.4404,2.93214,0,0,0,1,900,255,1,0),(74104,1734,0,1,1,-11016.6,-1180.58,46.4404,2.93214,0,0,0,1,900,255,1,0),(74105,1731,0,1,1,-11162.2,-182.4,12.8593,1.48353,0,0,0,1,900,255,1,0),(74106,1732,0,1,1,-11162.2,-182.4,12.8593,1.48353,0,0,0,1,900,255,1,0),(74107,1735,0,1,1,-11162.2,-182.4,12.8593,1.48353,0,0,0,1,900,255,1,0),(74108,1733,0,1,1,-11162.2,-182.4,12.8593,1.48353,0,0,0,1,900,255,1,0),(74109,1734,0,1,1,-11162.2,-182.4,12.8593,1.48353,0,0,0,1,900,255,1,0),(74110,1731,0,1,1,-11137.3,-166.128,11.467,2.96704,0,0,0,1,900,255,1,0),(74111,1732,0,1,1,-11137.3,-166.128,11.467,2.96704,0,0,0,1,900,255,1,0),(74112,1735,0,1,1,-11137.3,-166.128,11.467,2.96704,0,0,0,1,900,255,1,0),(74113,1733,0,1,1,-11137.3,-166.128,11.467,2.96704,0,0,0,1,900,255,1,0),(74114,1734,0,1,1,-11137.3,-166.128,11.467,2.96704,0,0,0,1,900,255,1,0),(74115,1731,0,1,1,-11099.9,-159.898,13.3211,2.14675,0,0,0,1,900,255,1,0),(74116,1732,0,1,1,-11099.9,-159.898,13.3211,2.14675,0,0,0,1,900,255,1,0),(74117,1735,0,1,1,-11099.9,-159.898,13.3211,2.14675,0,0,0,1,900,255,1,0),(74118,1733,0,1,1,-11099.9,-159.898,13.3211,2.14675,0,0,0,1,900,255,1,0),(74119,1734,0,1,1,-11099.9,-159.898,13.3211,2.14675,0,0,0,1,900,255,1,0),(74120,1731,0,1,1,-11096.3,-135.736,39.7418,1.46608,0,0,0,1,900,255,1,0),(74121,1732,0,1,1,-11096.3,-135.736,39.7418,1.46608,0,0,0,1,900,255,1,0),(74122,1735,0,1,1,-11096.3,-135.736,39.7418,1.46608,0,0,0,1,900,255,1,0),(74123,1733,0,1,1,-11096.3,-135.736,39.7418,1.46608,0,0,0,1,900,255,1,0),(74124,1734,0,1,1,-11096.3,-135.736,39.7418,1.46608,0,0,0,1,900,255,1,0),(74125,1731,0,1,1,-11092.8,-1157.22,55.1905,1.09956,0,0,0,1,900,255,1,0),(74126,1732,0,1,1,-11092.8,-1157.22,55.1905,1.09956,0,0,0,1,900,255,1,0),(74127,1735,0,1,1,-11092.8,-1157.22,55.1905,1.09956,0,0,0,1,900,255,1,0),(74128,1733,0,1,1,-11092.8,-1157.22,55.1905,1.09956,0,0,0,1,900,255,1,0),(74129,1734,0,1,1,-11092.8,-1157.22,55.1905,1.09956,0,0,0,1,900,255,1,0),(74130,1731,0,1,1,-10997.8,-542.823,34.96,-0.95993,0,0,0,1,900,255,1,0),(74131,1732,0,1,1,-10997.8,-542.823,34.96,-0.95993,0,0,0,1,900,255,1,0),(74132,1735,0,1,1,-10997.8,-542.823,34.96,-0.95993,0,0,0,1,900,255,1,0),(74133,1733,0,1,1,-10997.8,-542.823,34.96,-0.95993,0,0,0,1,900,255,1,0),(74134,1734,0,1,1,-10997.8,-542.823,34.96,-0.95993,0,0,0,1,900,255,1,0),(74135,1731,0,1,1,-10997.8,-542.823,34.96,-0.95993,0,0,0,1,900,255,1,0),(74136,1732,0,1,1,-10997.8,-542.823,34.96,-0.95993,0,0,0,1,900,255,1,0),(74137,1735,0,1,1,-10997.8,-542.823,34.96,-0.95993,0,0,0,1,900,255,1,0),(74138,1733,0,1,1,-10997.8,-542.823,34.96,-0.95993,0,0,0,1,900,255,1,0),(74139,1734,0,1,1,-10997.8,-542.823,34.96,-0.95993,0,0,0,1,900,255,1,0),(74140,1731,0,1,1,-11092.8,-1157.22,55.1905,1.09956,0,0,0,1,900,255,1,0),(74141,1732,0,1,1,-11092.8,-1157.22,55.1905,1.09956,0,0,0,1,900,255,1,0),(74142,1735,0,1,1,-11092.8,-1157.22,55.1905,1.09956,0,0,0,1,900,255,1,0),(74143,1733,0,1,1,-11092.8,-1157.22,55.1905,1.09956,0,0,0,1,900,255,1,0),(74144,1734,0,1,1,-11092.8,-1157.22,55.1905,1.09956,0,0,0,1,900,255,1,0),(74145,1731,0,1,1,-10716.4,-587.625,64.6095,2.89724,0,0,0,1,900,255,1,0),(74146,1732,0,1,1,-10716.4,-587.625,64.6095,2.89724,0,0,0,1,900,255,1,0),(74147,1735,0,1,1,-10716.4,-587.625,64.6095,2.89724,0,0,0,1,900,255,1,0),(74148,1733,0,1,1,-10716.4,-587.625,64.6095,2.89724,0,0,0,1,900,255,1,0),(74149,1734,0,1,1,-10716.4,-587.625,64.6095,2.89724,0,0,0,1,900,255,1,0),(74150,1731,0,1,1,-11080.6,-1109.6,45.5113,-1.51844,0,0,0,1,900,255,1,0),(74151,1732,0,1,1,-11080.6,-1109.6,45.5113,-1.51844,0,0,0,1,900,255,1,0),(74152,1735,0,1,1,-11080.6,-1109.6,45.5113,-1.51844,0,0,0,1,900,255,1,0),(74153,1733,0,1,1,-11080.6,-1109.6,45.5113,-1.51844,0,0,0,1,900,255,1,0),(74154,1734,0,1,1,-11080.6,-1109.6,45.5113,-1.51844,0,0,0,1,900,255,1,0),(74155,1731,0,1,1,-10446.1,-1312.74,63.4724,-0.418879,0,0,0,1,900,255,1,0),(74156,1732,0,1,1,-10446.1,-1312.74,63.4724,-0.418879,0,0,0,1,900,255,1,0),(74157,1735,0,1,1,-10446.1,-1312.74,63.4724,-0.418879,0,0,0,1,900,255,1,0),(74158,1733,0,1,1,-10446.1,-1312.74,63.4724,-0.418879,0,0,0,1,900,255,1,0),(74159,1734,0,1,1,-10446.1,-1312.74,63.4724,-0.418879,0,0,0,1,900,255,1,0),(74160,1731,0,1,1,-11246,-173.352,5.11785,0.383971,0,0,0,1,900,255,1,0),(74161,1732,0,1,1,-11246,-173.352,5.11785,0.383971,0,0,0,1,900,255,1,0),(74162,1735,0,1,1,-11246,-173.352,5.11785,0.383971,0,0,0,1,900,255,1,0),(74163,1733,0,1,1,-11246,-173.352,5.11785,0.383971,0,0,0,1,900,255,1,0),(74164,1734,0,1,1,-11246,-173.352,5.11785,0.383971,0,0,0,1,900,255,1,0),(74377,175404,0,1,1,2159.68,-5137,54.815,0.722,0,0,0,0,900,255,1,0),(74378,1734,0,1,1,2159.68,-5137,54.815,0.722,0,0,0,0,900,255,1,0),(74379,2047,0,1,1,2159.68,-5137,54.815,0.722,0,0,0,0,900,255,1,0),(74380,2040,0,1,1,3027.08,-4531,116.217,5.947,0,0,0,0,900,255,1,0),(74381,324,0,1,1,3027.08,-4531,116.217,5.947,0,0,0,0,900,255,1,0),(74382,175404,0,1,1,3027.08,-4531,116.217,5.947,0,0,0,0,900,255,1,0),(74383,1734,0,1,1,3027.08,-4531,116.217,5.947,0,0,0,0,900,255,1,0),(74384,2047,0,1,1,3027.08,-4531,116.217,5.947,0,0,0,0,900,255,1,0),(74385,2040,0,1,1,1616.61,-3494,129.673,0.957,0,0,0,0,900,255,1,0),(74386,324,0,1,1,1616.61,-3494,129.673,0.957,0,0,0,0,900,255,1,0),(74387,175404,0,1,1,1616.61,-3494,129.673,0.957,0,0,0,0,900,255,1,0),(74388,1734,0,1,1,1616.61,-3494,129.673,0.957,0,0,0,0,900,255,1,0),(74389,2047,0,1,1,1616.61,-3494,129.673,0.957,0,0,0,0,900,255,1,0),(74390,2040,0,1,1,2334.35,-5133,53.872,4.411,0,0,0,0,900,255,1,0),(74391,324,0,1,1,2334.35,-5133,53.872,4.411,0,0,0,0,900,255,1,0),(74392,175404,0,1,1,2334.35,-5133,53.872,4.411,0,0,0,0,900,255,1,0),(74393,1734,0,1,1,2334.35,-5133,53.872,4.411,0,0,0,0,900,255,1,0),(74394,2047,0,1,1,2334.35,-5133,53.872,4.411,0,0,0,0,900,255,1,0),(74395,2040,0,1,1,2531.15,-5100,87.635,0.122,0,0,0,0,900,255,1,0),(74396,324,0,1,1,2531.15,-5100,87.635,0.122,0,0,0,0,900,255,1,0),(74397,175404,0,1,1,2531.15,-5100,87.635,0.122,0,0,0,0,900,255,1,0),(74398,1734,0,1,1,2531.15,-5100,87.635,0.122,0,0,0,0,900,255,1,0),(74399,2047,0,1,1,2531.15,-5100,87.635,0.122,0,0,0,0,900,255,1,0),(74400,2040,0,1,1,2539.48,-5113,81.652,1.464,0,0,0,0,900,255,1,0),(74401,324,0,1,1,2539.48,-5113,81.652,1.464,0,0,0,0,900,255,1,0),(74402,175404,0,1,1,2539.48,-5113,81.652,1.464,0,0,0,0,900,255,1,0),(74403,1734,0,1,1,2539.48,-5113,81.652,1.464,0,0,0,0,900,255,1,0),(74404,2047,0,1,1,2539.48,-5113,81.652,1.464,0,0,0,0,900,255,1,0),(74405,2040,0,1,1,2524.03,-5076,92.806,0.176,0,0,0,0,900,255,1,0),(74406,324,0,1,1,2524.03,-5076,92.806,0.176,0,0,0,0,900,255,1,0),(74407,175404,0,1,1,2524.03,-5076,92.806,0.176,0,0,0,0,900,255,1,0),(74408,1734,0,1,1,2524.03,-5076,92.806,0.176,0,0,0,0,900,255,1,0),(74409,2047,0,1,1,2524.03,-5076,92.806,0.176,0,0,0,0,900,255,1,0),(74410,2040,0,1,1,2054.49,-4325,13.221,2.73,0,0,0,0,900,255,1,0),(74411,324,0,1,1,2054.49,-4325,13.221,2.73,0,0,0,0,900,255,1,0),(74412,175404,0,1,1,2054.49,-4325,13.221,2.73,0,0,0,0,900,255,1,0),(74413,1734,0,1,1,2054.49,-4325,13.221,2.73,0,0,0,0,900,255,1,0),(74414,2047,0,1,1,2054.49,-4325,13.221,2.73,0,0,0,0,900,255,1,0),(74415,2040,0,1,1,1946.64,-4270,83.735,4.627,0,0,0,0,900,255,1,0),(74416,324,0,1,1,1946.64,-4270,83.735,4.627,0,0,0,0,900,255,1,0),(74417,175404,0,1,1,1946.64,-4270,83.735,4.627,0,0,0,0,900,255,1,0),(74418,1734,0,1,1,1946.64,-4270,83.735,4.627,0,0,0,0,900,255,1,0),(74419,2047,0,1,1,1946.64,-4270,83.735,4.627,0,0,0,0,900,255,1,0),(74420,2040,0,1,1,1980.23,-4361,79.581,4.583,0,0,0,0,900,255,1,0),(74421,324,0,1,1,1980.23,-4361,79.581,4.583,0,0,0,0,900,255,1,0),(74422,175404,0,1,1,1980.23,-4361,79.581,4.583,0,0,0,0,900,255,1,0),(74423,1734,0,1,1,1980.23,-4361,79.581,4.583,0,0,0,0,900,255,1,0),(74424,2047,0,1,1,1980.23,-4361,79.581,4.583,0,0,0,0,900,255,1,0),(74425,2040,0,1,1,3063.69,-5007,100.441,4.727,0,0,0,0,900,255,1,0),(74426,324,0,1,1,3063.69,-5007,100.441,4.727,0,0,0,0,900,255,1,0),(74427,175404,0,1,1,3063.69,-5007,100.441,4.727,0,0,0,0,900,255,1,0),(74428,1734,0,1,1,3063.69,-5007,100.441,4.727,0,0,0,0,900,255,1,0),(74429,2047,0,1,1,3063.69,-5007,100.441,4.727,0,0,0,0,900,255,1,0),(74430,2040,0,1,1,3084.9,-4285,110.143,4.667,0,0,0,0,900,255,1,0),(74431,324,0,1,1,3084.9,-4285,110.143,4.667,0,0,0,0,900,255,1,0),(74432,175404,0,1,1,3084.9,-4285,110.143,4.667,0,0,0,0,900,255,1,0),(74433,1734,0,1,1,3084.9,-4285,110.143,4.667,0,0,0,0,900,255,1,0),(74434,2047,0,1,1,3084.9,-4285,110.143,4.667,0,0,0,0,900,255,1,0),(74435,2040,0,1,1,2066.22,-4357,14.418,0.118,0,0,0,0,900,255,1,0),(74436,324,0,1,1,2066.22,-4357,14.418,0.118,0,0,0,0,900,255,1,0),(74437,175404,0,1,1,2066.22,-4357,14.418,0.118,0,0,0,0,900,255,1,0),(74438,1734,0,1,1,2066.22,-4357,14.418,0.118,0,0,0,0,900,255,1,0),(74439,2047,0,1,1,2066.22,-4357,14.418,0.118,0,0,0,0,900,255,1,0),(74440,2040,0,1,1,2020.61,-4387,28.204,5.933,0,0,0,0,900,255,1,0),(74441,324,0,1,1,2020.61,-4387,28.204,5.933,0,0,0,0,900,255,1,0),(74442,175404,0,1,1,2020.61,-4387,28.204,5.933,0,0,0,0,900,255,1,0),(74443,1734,0,1,1,2020.61,-4387,28.204,5.933,0,0,0,0,900,255,1,0),(74444,2047,0,1,1,2020.61,-4387,28.204,5.933,0,0,0,0,900,255,1,0),(74445,2040,0,1,1,3229.56,-4845,187.63,4.705,0,0,0,0,900,255,1,0),(74446,324,0,1,1,3229.56,-4845,187.63,4.705,0,0,0,0,900,255,1,0),(74447,175404,0,1,1,3229.56,-4845,187.63,4.705,0,0,0,0,900,255,1,0),(74448,1734,0,1,1,3229.56,-4845,187.63,4.705,0,0,0,0,900,255,1,0),(74449,2047,0,1,1,3229.56,-4845,187.63,4.705,0,0,0,0,900,255,1,0),(74450,2040,0,1,1,2139.89,-5152.19,59.9362,1.43117,0,0,0,1,900,255,1,0),(74451,324,0,1,1,2139.89,-5152.19,59.9362,1.43117,0,0,0,1,900,255,1,0),(74452,175404,0,1,1,2139.89,-5152.19,59.9362,1.43117,0,0,0,1,900,255,1,0),(74453,1734,0,1,1,2139.89,-5152.19,59.9362,1.43117,0,0,0,1,900,255,1,0),(74454,2047,0,1,1,2139.89,-5152.19,59.9362,1.43117,0,0,0,1,900,255,1,0),(74455,2040,0,1,1,2100.48,-5042,50.667,2.594,0,0,0,0,900,255,1,0),(74456,324,0,1,1,2100.48,-5042,50.667,2.594,0,0,0,0,900,255,1,0),(74457,175404,0,1,1,2100.48,-5042,50.667,2.594,0,0,0,0,900,255,1,0),(74458,1734,0,1,1,2100.48,-5042,50.667,2.594,0,0,0,0,900,255,1,0),(74459,2047,0,1,1,2100.48,-5042,50.667,2.594,0,0,0,0,900,255,1,0),(74460,2040,0,1,1,2538.26,-4956,92.761,4.202,0,0,0,0,900,255,1,0),(74461,324,0,1,1,2538.26,-4956,92.761,4.202,0,0,0,0,900,255,1,0),(74462,175404,0,1,1,2538.26,-4956,92.761,4.202,0,0,0,0,900,255,1,0),(74463,1734,0,1,1,2538.26,-4956,92.761,4.202,0,0,0,0,900,255,1,0),(74464,2047,0,1,1,2538.26,-4956,92.761,4.202,0,0,0,0,900,255,1,0),(74465,2040,0,1,1,2637.88,-5343,160.707,3.787,0,0,0,0,900,255,1,0),(74466,324,0,1,1,2637.88,-5343,160.707,3.787,0,0,0,0,900,255,1,0),(74467,175404,0,1,1,2637.88,-5343,160.707,3.787,0,0,0,0,900,255,1,0),(74468,1734,0,1,1,2637.88,-5343,160.707,3.787,0,0,0,0,900,255,1,0),(74469,2047,0,1,1,2637.88,-5343,160.707,3.787,0,0,0,0,900,255,1,0),(74470,2040,0,1,1,3238.17,-4762,167.673,2.786,0,0,0,0,900,255,1,0),(74471,324,0,1,1,3238.17,-4762,167.673,2.786,0,0,0,0,900,255,1,0),(74472,175404,0,1,1,3238.17,-4762,167.673,2.786,0,0,0,0,900,255,1,0),(74473,1734,0,1,1,3238.17,-4762,167.673,2.786,0,0,0,0,900,255,1,0),(74474,2047,0,1,1,3238.17,-4762,167.673,2.786,0,0,0,0,900,255,1,0),(74475,2040,0,1,1,3195.56,-4706,115.458,0.272,0,0,0,0,900,255,1,0),(74476,324,0,1,1,3195.56,-4706,115.458,0.272,0,0,0,0,900,255,1,0),(74477,175404,0,1,1,3195.56,-4706,115.458,0.272,0,0,0,0,900,255,1,0),(74478,1734,0,1,1,3195.56,-4706,115.458,0.272,0,0,0,0,900,255,1,0),(74479,2047,0,1,1,3195.56,-4706,115.458,0.272,0,0,0,0,900,255,1,0),(74480,2040,0,1,1,3475.26,-4889,178.533,2.534,0,0,0,0,900,255,1,0),(74481,324,0,1,1,3475.26,-4889,178.533,2.534,0,0,0,0,900,255,1,0),(74482,175404,0,1,1,3475.26,-4889,178.533,2.534,0,0,0,0,900,255,1,0),(74483,1734,0,1,1,3475.26,-4889,178.533,2.534,0,0,0,0,900,255,1,0),(74484,2047,0,1,1,3475.26,-4889,178.533,2.534,0,0,0,0,900,255,1,0),(74485,2040,0,1,1,3337.24,-5032,180.539,4.039,0,0,0,0,900,255,1,0),(74486,324,0,1,1,3337.24,-5032,180.539,4.039,0,0,0,0,900,255,1,0),(74487,175404,0,1,1,3337.24,-5032,180.539,4.039,0,0,0,0,900,255,1,0),(74488,1734,0,1,1,3337.24,-5032,180.539,4.039,0,0,0,0,900,255,1,0),(74489,2047,0,1,1,3337.24,-5032,180.539,4.039,0,0,0,0,900,255,1,0),(74490,2040,0,1,1,2518.35,-5008,84.315,4.833,0,0,0,0,900,255,1,0),(74491,324,0,1,1,2518.35,-5008,84.315,4.833,0,0,0,0,900,255,1,0),(74492,175404,0,1,1,2518.35,-5008,84.315,4.833,0,0,0,0,900,255,1,0),(74493,1734,0,1,1,2518.35,-5008,84.315,4.833,0,0,0,0,900,255,1,0),(74494,2047,0,1,1,2518.35,-5008,84.315,4.833,0,0,0,0,900,255,1,0),(74495,2040,0,1,1,3257.45,-4868,189.238,5.547,0,0,0,0,900,255,1,0),(74496,324,0,1,1,3257.45,-4868,189.238,5.547,0,0,0,0,900,255,1,0),(74497,175404,0,1,1,3257.45,-4868,189.238,5.547,0,0,0,0,900,255,1,0),(74498,1734,0,1,1,3257.45,-4868,189.238,5.547,0,0,0,0,900,255,1,0),(74499,2047,0,1,1,3257.45,-4868,189.238,5.547,0,0,0,0,900,255,1,0),(74500,2040,0,1,1,3025.51,-4654,102.757,3.272,0,0,0,0,900,255,1,0),(74501,324,0,1,1,3025.51,-4654,102.757,3.272,0,0,0,0,900,255,1,0),(74502,175404,0,1,1,3025.51,-4654,102.757,3.272,0,0,0,0,900,255,1,0),(74503,1734,0,1,1,3025.51,-4654,102.757,3.272,0,0,0,0,900,255,1,0),(74504,2047,0,1,1,3025.51,-4654,102.757,3.272,0,0,0,0,900,255,1,0),(74505,2040,0,1,1,3079.61,-4495,109.571,4.667,0,0,0,0,900,255,1,0),(74506,324,0,1,1,3079.61,-4495,109.571,4.667,0,0,0,0,900,255,1,0),(74507,175404,0,1,1,3079.61,-4495,109.571,4.667,0,0,0,0,900,255,1,0),(74508,1734,0,1,1,3079.61,-4495,109.571,4.667,0,0,0,0,900,255,1,0),(74509,2047,0,1,1,3079.61,-4495,109.571,4.667,0,0,0,0,900,255,1,0),(74510,2040,0,1,1,3004.66,-4556,104.206,1.796,0,0,0,0,900,255,1,0),(74511,324,0,1,1,3004.66,-4556,104.206,1.796,0,0,0,0,900,255,1,0),(74512,175404,0,1,1,3004.66,-4556,104.206,1.796,0,0,0,0,900,255,1,0),(74513,1734,0,1,1,3004.66,-4556,104.206,1.796,0,0,0,0,900,255,1,0),(74514,2047,0,1,1,3004.66,-4556,104.206,1.796,0,0,0,0,900,255,1,0),(74515,2040,0,1,1,1797,-4342.57,101.442,1.11701,0,0,0.529919,0.848048,900,255,1,0),(74516,324,0,1,1,1797,-4342.57,101.442,1.11701,0,0,0.529919,0.848048,900,255,1,0),(74517,175404,0,1,1,1797,-4342.57,101.442,1.11701,0,0,0.529919,0.848048,900,255,1,0),(74518,1734,0,1,1,1797,-4342.57,101.442,1.11701,0,0,0.529919,0.848048,900,255,1,0),(74519,2047,0,1,1,1797,-4342.57,101.442,1.11701,0,0,0.529919,0.848048,900,255,1,0),(74520,2040,0,1,1,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,900,255,1,0),(74521,324,0,1,1,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,900,255,1,0),(74522,175404,0,1,1,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,900,255,1,0),(74523,1734,0,1,1,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,900,255,1,0),(74524,2047,0,1,1,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,900,255,1,0),(74525,2040,0,1,1,2581.64,-5454.68,167.821,0,0,0,0,0,900,255,1,0),(74526,324,0,1,1,2581.64,-5454.68,167.821,0,0,0,0,0,900,255,1,0),(74527,175404,0,1,1,2581.64,-5454.68,167.821,0,0,0,0,0,900,255,1,0),(74528,1734,0,1,1,2581.64,-5454.68,167.821,0,0,0,0,0,900,255,1,0),(74529,2047,0,1,1,2581.64,-5454.68,167.821,0,0,0,0,0,900,255,1,0),(74530,2040,0,1,1,2689.7,-3443,111.633,-1.72788,0,0,0.760406,-0.649448,900,255,1,0),(74531,324,0,1,1,2689.7,-3443,111.633,-1.72788,0,0,0.760406,-0.649448,900,255,1,0),(74532,175404,0,1,1,2689.7,-3443,111.633,-1.72788,0,0,0.760406,-0.649448,900,255,1,0),(74533,1734,0,1,1,2689.7,-3443,111.633,-1.72788,0,0,0.760406,-0.649448,900,255,1,0),(74534,2047,0,1,1,2689.7,-3443,111.633,-1.72788,0,0,0.760406,-0.649448,900,255,1,0),(74535,2040,0,1,1,3026.88,-3283.43,147.889,-1.78024,0,0,0.777146,-0.62932,900,255,1,0),(74536,324,0,1,1,3026.88,-3283.43,147.889,-1.78024,0,0,0.777146,-0.62932,900,255,1,0),(74537,175404,0,1,1,3026.88,-3283.43,147.889,-1.78024,0,0,0.777146,-0.62932,900,255,1,0),(74538,1734,0,1,1,3026.88,-3283.43,147.889,-1.78024,0,0,0.777146,-0.62932,900,255,1,0),(74539,2047,0,1,1,3026.88,-3283.43,147.889,-1.78024,0,0,0.777146,-0.62932,900,255,1,0),(74540,2040,0,1,1,3145.16,-4577.05,122.343,0.034907,0,0,0.017452,0.999848,900,255,1,0),(74541,324,0,1,1,3145.16,-4577.05,122.343,0.034907,0,0,0.017452,0.999848,900,255,1,0),(74542,175404,0,1,1,3145.16,-4577.05,122.343,0.034907,0,0,0.017452,0.999848,900,255,1,0),(74543,1734,0,1,1,3145.16,-4577.05,122.343,0.034907,0,0,0.017452,0.999848,900,255,1,0),(74544,2047,0,1,1,3145.16,-4577.05,122.343,0.034907,0,0,0.017452,0.999848,900,255,1,0),(74545,2040,0,1,1,3333.25,-5021.9,182.399,-1.23918,0,0,0.580703,-0.814116,900,255,1,0),(74546,324,0,1,1,3333.25,-5021.9,182.399,-1.23918,0,0,0.580703,-0.814116,900,255,1,0),(74547,175404,0,1,1,3333.25,-5021.9,182.399,-1.23918,0,0,0.580703,-0.814116,900,255,1,0),(74548,1734,0,1,1,3333.25,-5021.9,182.399,-1.23918,0,0,0.580703,-0.814116,900,255,1,0),(74549,2047,0,1,1,3333.25,-5021.9,182.399,-1.23918,0,0,0.580703,-0.814116,900,255,1,0),(74550,2040,0,1,1,2626.81,-4947.16,94.3404,0.296706,0,0,0.147809,0.989016,900,255,1,0),(74551,324,0,1,1,2626.81,-4947.16,94.3404,0.296706,0,0,0.147809,0.989016,900,255,1,0),(74552,175404,0,1,1,2626.81,-4947.16,94.3404,0.296706,0,0,0.147809,0.989016,900,255,1,0),(74553,1734,0,1,1,2626.81,-4947.16,94.3404,0.296706,0,0,0.147809,0.989016,900,255,1,0),(74554,2047,0,1,1,2626.81,-4947.16,94.3404,0.296706,0,0,0.147809,0.989016,900,255,1,0),(74555,2040,0,1,1,2525.59,-4421.11,91.7682,-0.872665,0,0,0.422618,-0.906308,900,255,1,0),(74556,324,0,1,1,2525.59,-4421.11,91.7682,-0.872665,0,0,0.422618,-0.906308,900,255,1,0),(74557,175404,0,1,1,2525.59,-4421.11,91.7682,-0.872665,0,0,0.422618,-0.906308,900,255,1,0),(74558,1734,0,1,1,2525.59,-4421.11,91.7682,-0.872665,0,0,0.422618,-0.906308,900,255,1,0),(74559,2047,0,1,1,2525.59,-4421.11,91.7682,-0.872665,0,0,0.422618,-0.906308,900,255,1,0),(74560,2040,0,1,1,2071.16,-2985.42,91.1268,1.36136,0,0,0.62932,0.777146,900,255,1,0),(74561,324,0,1,1,2071.16,-2985.42,91.1268,1.36136,0,0,0.62932,0.777146,900,255,1,0),(74562,175404,0,1,1,2071.16,-2985.42,91.1268,1.36136,0,0,0.62932,0.777146,900,255,1,0),(74563,1734,0,1,1,2071.16,-2985.42,91.1268,1.36136,0,0,0.62932,0.777146,900,255,1,0),(74564,2047,0,1,1,2071.16,-2985.42,91.1268,1.36136,0,0,0.62932,0.777146,900,255,1,0),(74565,2040,0,1,1,2525.59,-4421.11,91.7682,-0.872665,0,0,0.422618,-0.906308,900,255,1,0),(74566,324,0,1,1,2525.59,-4421.11,91.7682,-0.872665,0,0,0.422618,-0.906308,900,255,1,0),(74567,175404,0,1,1,2525.59,-4421.11,91.7682,-0.872665,0,0,0.422618,-0.906308,900,255,1,0),(74568,1734,0,1,1,2525.59,-4421.11,91.7682,-0.872665,0,0,0.422618,-0.906308,900,255,1,0),(74569,2047,0,1,1,2525.59,-4421.11,91.7682,-0.872665,0,0,0.422618,-0.906308,900,255,1,0),(74570,2040,0,1,1,1853.97,-3791.3,144.32,0.523599,0,0,0.258819,0.965926,900,255,1,0),(74571,324,0,1,1,1853.97,-3791.3,144.32,0.523599,0,0,0.258819,0.965926,900,255,1,0),(74572,175404,0,1,1,1853.97,-3791.3,144.32,0.523599,0,0,0.258819,0.965926,900,255,1,0),(74573,1734,0,1,1,1853.97,-3791.3,144.32,0.523599,0,0,0.258819,0.965926,900,255,1,0),(74574,2047,0,1,1,1853.97,-3791.3,144.32,0.523599,0,0,0.258819,0.965926,900,255,1,0),(74575,2040,0,1,1,2667.06,-5584.07,166.33,1.16937,0,0,0.551937,0.833886,900,255,1,0),(74576,324,0,1,1,2667.06,-5584.07,166.33,1.16937,0,0,0.551937,0.833886,900,255,1,0),(74577,175404,0,1,1,2667.06,-5584.07,166.33,1.16937,0,0,0.551937,0.833886,900,255,1,0),(74578,1734,0,1,1,2667.06,-5584.07,166.33,1.16937,0,0,0.551937,0.833886,900,255,1,0),(74579,2047,0,1,1,2667.06,-5584.07,166.33,1.16937,0,0,0.551937,0.833886,900,255,1,0),(74580,2040,0,1,1,1622.84,-3992.93,145.296,-1.58825,0,0,0.71325,-0.700909,900,255,1,0),(74581,324,0,1,1,1622.84,-3992.93,145.296,-1.58825,0,0,0.71325,-0.700909,900,255,1,0),(74582,175404,0,1,1,1622.84,-3992.93,145.296,-1.58825,0,0,0.71325,-0.700909,900,255,1,0),(74583,1734,0,1,1,1622.84,-3992.93,145.296,-1.58825,0,0,0.71325,-0.700909,900,255,1,0),(74584,2047,0,1,1,1622.84,-3992.93,145.296,-1.58825,0,0,0.71325,-0.700909,900,255,1,0),(74585,2040,0,1,1,1730.36,-5110.25,83.807,-2.33874,0,0,0.920505,-0.390731,900,255,1,0),(74586,324,0,1,1,1730.36,-5110.25,83.807,-2.33874,0,0,0.920505,-0.390731,900,255,1,0),(74587,175404,0,1,1,1730.36,-5110.25,83.807,-2.33874,0,0,0.920505,-0.390731,900,255,1,0),(74588,1734,0,1,1,1730.36,-5110.25,83.807,-2.33874,0,0,0.920505,-0.390731,900,255,1,0),(74589,2047,0,1,1,1730.36,-5110.25,83.807,-2.33874,0,0,0.920505,-0.390731,900,255,1,0),(74590,2040,0,1,1,2129.13,-4399.78,28.4801,-2.9147,0,0,0.993572,-0.113203,900,255,1,0),(74591,324,0,1,1,2129.13,-4399.78,28.4801,-2.9147,0,0,0.993572,-0.113203,900,255,1,0),(74592,175404,0,1,1,2129.13,-4399.78,28.4801,-2.9147,0,0,0.993572,-0.113203,900,255,1,0),(74593,1734,0,1,1,2129.13,-4399.78,28.4801,-2.9147,0,0,0.993572,-0.113203,900,255,1,0),(74594,2047,0,1,1,2129.13,-4399.78,28.4801,-2.9147,0,0,0.993572,-0.113203,900,255,1,0),(74595,2040,0,1,1,1590.52,-5458.26,104.959,1.16937,0,0,0.551937,0.833886,900,255,1,0),(74596,324,0,1,1,1590.52,-5458.26,104.959,1.16937,0,0,0.551937,0.833886,900,255,1,0),(74597,175404,0,1,1,1590.52,-5458.26,104.959,1.16937,0,0,0.551937,0.833886,900,255,1,0),(74598,1734,0,1,1,1590.52,-5458.26,104.959,1.16937,0,0,0.551937,0.833886,900,255,1,0),(74599,2047,0,1,1,1590.52,-5458.26,104.959,1.16937,0,0,0.551937,0.833886,900,255,1,0),(74600,2040,0,1,1,2581.59,-3742.31,185.101,2.87979,0,0,0.991445,0.130526,900,255,1,0),(74601,324,0,1,1,2581.59,-3742.31,185.101,2.87979,0,0,0.991445,0.130526,900,255,1,0),(74602,175404,0,1,1,2581.59,-3742.31,185.101,2.87979,0,0,0.991445,0.130526,900,255,1,0),(74603,1734,0,1,1,2581.59,-3742.31,185.101,2.87979,0,0,0.991445,0.130526,900,255,1,0),(74604,2047,0,1,1,2581.59,-3742.31,185.101,2.87979,0,0,0.991445,0.130526,900,255,1,0),(74605,2040,0,1,1,2145.79,-4311.39,23.1987,2.46091,0,0,0.942641,0.333807,900,255,1,0),(74606,324,0,1,1,2145.79,-4311.39,23.1987,2.46091,0,0,0.942641,0.333807,900,255,1,0),(74607,175404,0,1,1,2145.79,-4311.39,23.1987,2.46091,0,0,0.942641,0.333807,900,255,1,0),(74608,1734,0,1,1,2145.79,-4311.39,23.1987,2.46091,0,0,0.942641,0.333807,900,255,1,0),(74609,2047,0,1,1,2145.79,-4311.39,23.1987,2.46091,0,0,0.942641,0.333807,900,255,1,0),(74610,2040,0,1,1,1614.08,-4747.79,97.7026,-0.750491,0,0,0.366501,-0.930418,900,255,1,0),(74611,324,0,1,1,1614.08,-4747.79,97.7026,-0.750491,0,0,0.366501,-0.930418,900,255,1,0),(74612,175404,0,1,1,1614.08,-4747.79,97.7026,-0.750491,0,0,0.366501,-0.930418,900,255,1,0),(74613,1734,0,1,1,1614.08,-4747.79,97.7026,-0.750491,0,0,0.366501,-0.930418,900,255,1,0),(74614,2047,0,1,1,1614.08,-4747.79,97.7026,-0.750491,0,0,0.366501,-0.930418,900,255,1,0),(74615,2040,0,1,1,2143.88,-3365.99,135.058,-2.3911,0,0,0.930418,-0.366501,900,255,1,0),(74616,324,0,1,1,2143.88,-3365.99,135.058,-2.3911,0,0,0.930418,-0.366501,900,255,1,0),(74617,175404,0,1,1,2143.88,-3365.99,135.058,-2.3911,0,0,0.930418,-0.366501,900,255,1,0),(74618,1734,0,1,1,2143.88,-3365.99,135.058,-2.3911,0,0,0.930418,-0.366501,900,255,1,0),(74619,2047,0,1,1,2143.88,-3365.99,135.058,-2.3911,0,0,0.930418,-0.366501,900,255,1,0),(74620,2040,0,1,1,2748.38,-4846.44,87.5709,0.977383,0,0,0,1,900,255,1,0),(74621,324,0,1,1,2748.38,-4846.44,87.5709,0.977383,0,0,0,1,900,255,1,0),(74622,175404,0,1,1,2748.38,-4846.44,87.5709,0.977383,0,0,0,1,900,255,1,0),(74623,1734,0,1,1,2748.38,-4846.44,87.5709,0.977383,0,0,0,1,900,255,1,0),(74624,2047,0,1,1,2748.38,-4846.44,87.5709,0.977383,0,0,0,1,900,255,1,0),(74625,2040,0,1,1,2974.5,-4683.66,109.494,1.44862,0,0,0,1,900,255,1,0),(74626,324,0,1,1,2974.5,-4683.66,109.494,1.44862,0,0,0,1,900,255,1,0),(74627,175404,0,1,1,2974.5,-4683.66,109.494,1.44862,0,0,0,1,900,255,1,0),(74628,1734,0,1,1,2974.5,-4683.66,109.494,1.44862,0,0,0,1,900,255,1,0),(74629,2047,0,1,1,2974.5,-4683.66,109.494,1.44862,0,0,0,1,900,255,1,0),(74630,2040,0,1,1,1958.6,-4320.36,24.7932,-0.331611,0,0,0,1,900,255,1,0),(74631,324,0,1,1,1958.6,-4320.36,24.7932,-0.331611,0,0,0,1,900,255,1,0),(74632,175404,0,1,1,1958.6,-4320.36,24.7932,-0.331611,0,0,0,1,900,255,1,0),(74633,1734,0,1,1,1958.6,-4320.36,24.7932,-0.331611,0,0,0,1,900,255,1,0),(74634,2047,0,1,1,1958.6,-4320.36,24.7932,-0.331611,0,0,0,1,900,255,1,0),(74635,2040,0,1,1,2224.84,-4789.01,116.323,-1.37881,0,0,0,1,900,255,1,0),(74636,324,0,1,1,2224.84,-4789.01,116.323,-1.37881,0,0,0,1,900,255,1,0),(74637,175404,0,1,1,2224.84,-4789.01,116.323,-1.37881,0,0,0,1,900,255,1,0),(74638,1734,0,1,1,2224.84,-4789.01,116.323,-1.37881,0,0,0,1,900,255,1,0),(74639,2047,0,1,1,2224.84,-4789.01,116.323,-1.37881,0,0,0,1,900,255,1,0),(74640,2040,0,1,1,1956.73,-4855.31,104.564,3.08918,0,0,0,1,900,255,1,0),(74641,324,0,1,1,1956.73,-4855.31,104.564,3.08918,0,0,0,1,900,255,1,0),(74642,175404,0,1,1,1956.73,-4855.31,104.564,3.08918,0,0,0,1,900,255,1,0),(74643,1734,0,1,1,1956.73,-4855.31,104.564,3.08918,0,0,0,1,900,255,1,0),(74644,2047,0,1,1,1956.73,-4855.31,104.564,3.08918,0,0,0,1,900,255,1,0),(74645,2040,0,1,1,1995.39,-5110.2,98.9908,1.37881,0,0,0,1,900,255,1,0),(74646,324,0,1,1,1995.39,-5110.2,98.9908,1.37881,0,0,0,1,900,255,1,0),(74647,175404,0,1,1,1995.39,-5110.2,98.9908,1.37881,0,0,0,1,900,255,1,0),(74648,1734,0,1,1,1995.39,-5110.2,98.9908,1.37881,0,0,0,1,900,255,1,0),(74649,2047,0,1,1,1995.39,-5110.2,98.9908,1.37881,0,0,0,1,900,255,1,0),(74650,2040,0,1,1,2300.42,-5140.93,56.7484,-0.401425,0,0,0,1,900,255,1,0),(74651,324,0,1,1,2300.42,-5140.93,56.7484,-0.401425,0,0,0,1,900,255,1,0),(74652,175404,0,1,1,2300.42,-5140.93,56.7484,-0.401425,0,0,0,1,900,255,1,0),(74653,1734,0,1,1,2300.42,-5140.93,56.7484,-0.401425,0,0,0,1,900,255,1,0),(74654,2047,0,1,1,2300.42,-5140.93,56.7484,-0.401425,0,0,0,1,900,255,1,0),(74655,2040,0,1,1,2974.5,-4683.66,109.494,1.44862,0,0,0,1,900,255,1,0),(74656,324,0,1,1,2974.5,-4683.66,109.494,1.44862,0,0,0,1,900,255,1,0),(74657,175404,0,1,1,2974.5,-4683.66,109.494,1.44862,0,0,0,1,900,255,1,0),(74658,1734,0,1,1,2974.5,-4683.66,109.494,1.44862,0,0,0,1,900,255,1,0),(74659,2047,0,1,1,2974.5,-4683.66,109.494,1.44862,0,0,0,1,900,255,1,0),(74660,2040,0,1,1,2166.58,-4987.38,56.6599,-2.1293,0,0,0,1,900,255,1,0),(74661,324,0,1,1,2166.58,-4987.38,56.6599,-2.1293,0,0,0,1,900,255,1,0),(74662,175404,0,1,1,2166.58,-4987.38,56.6599,-2.1293,0,0,0,1,900,255,1,0),(74663,1734,0,1,1,2166.58,-4987.38,56.6599,-2.1293,0,0,0,1,900,255,1,0),(74664,2047,0,1,1,2166.58,-4987.38,56.6599,-2.1293,0,0,0,1,900,255,1,0),(74665,2040,0,1,1,2509.19,-5086.59,91.7197,-3.08918,0,0,0,1,900,255,1,0),(74666,324,0,1,1,2509.19,-5086.59,91.7197,-3.08918,0,0,0,1,900,255,1,0),(74667,175404,0,1,1,2509.19,-5086.59,91.7197,-3.08918,0,0,0,1,900,255,1,0),(74668,1734,0,1,1,2509.19,-5086.59,91.7197,-3.08918,0,0,0,1,900,255,1,0),(74669,2047,0,1,1,2509.19,-5086.59,91.7197,-3.08918,0,0,0,1,900,255,1,0),(74670,2040,0,1,1,1679.37,-4469.86,87.2107,-0.523598,0,0,0,1,900,255,1,0),(74671,324,0,1,1,1679.37,-4469.86,87.2107,-0.523598,0,0,0,1,900,255,1,0),(74672,175404,0,1,1,1679.37,-4469.86,87.2107,-0.523598,0,0,0,1,900,255,1,0),(74673,1734,0,1,1,1679.37,-4469.86,87.2107,-0.523598,0,0,0,1,900,255,1,0),(74674,2047,0,1,1,1679.37,-4469.86,87.2107,-0.523598,0,0,0,1,900,255,1,0),(74675,2040,0,1,1,1651.95,-3570.09,130.989,-2.33874,0,0,0,1,900,255,1,0),(74676,324,0,1,1,1651.95,-3570.09,130.989,-2.33874,0,0,0,1,900,255,1,0),(74677,175404,0,1,1,1651.95,-3570.09,130.989,-2.33874,0,0,0,1,900,255,1,0),(74678,1734,0,1,1,1651.95,-3570.09,130.989,-2.33874,0,0,0,1,900,255,1,0),(74679,2047,0,1,1,1651.95,-3570.09,130.989,-2.33874,0,0,0,1,900,255,1,0),(74680,2040,0,1,1,1630.61,-2992.62,86.3098,2.86234,0,0,0.990268,0.139173,900,255,1,0),(74681,324,0,1,1,1630.61,-2992.62,86.3098,2.86234,0,0,0.990268,0.139173,900,255,1,0),(74682,175404,0,1,1,1630.61,-2992.62,86.3098,2.86234,0,0,0.990268,0.139173,900,255,1,0),(74683,1734,0,1,1,1630.61,-2992.62,86.3098,2.86234,0,0,0.990268,0.139173,900,255,1,0),(74684,2047,0,1,1,1630.61,-2992.62,86.3098,2.86234,0,0,0.990268,0.139173,900,255,1,0),(75040,1732,530,1,1,8005.6,-7867.93,192.507,2.77507,0,0,0,1,900,255,1,0),(75041,1733,530,1,1,8005.6,-7867.93,192.507,2.77507,0,0,0,1,900,255,1,0),(75042,1731,530,1,1,7430.31,-6559.54,11.2087,-3.07177,0,0,0,1,900,255,1,0),(75043,1732,530,1,1,7430.31,-6559.54,11.2087,-3.07177,0,0,0,1,900,255,1,0),(75044,1733,530,1,1,7430.31,-6559.54,11.2087,-3.07177,0,0,0,1,900,255,1,0),(75045,1731,530,1,1,7084.87,-7166.42,51.4525,-1.13446,0,0,0,1,900,255,1,0),(75046,1732,530,1,1,7084.87,-7166.42,51.4525,-1.13446,0,0,0,1,900,255,1,0),(75047,1733,530,1,1,7084.87,-7166.42,51.4525,-1.13446,0,0,0,1,900,255,1,0),(75048,1731,530,1,1,7213.27,-6609.58,55.7905,1.22173,0,0,0.573576,0.819152,900,255,1,0),(75049,1732,530,1,1,7213.27,-6609.58,55.7905,1.22173,0,0,0.573576,0.819152,900,255,1,0),(75050,1733,530,1,1,7213.27,-6609.58,55.7905,1.22173,0,0,0.573576,0.819152,900,255,1,0),(75051,181248,530,1,1,7235.42,-6315.06,25.745,-1.11701,0,0,0.529919,-0.848048,900,255,1,0),(75052,181249,530,1,1,7235.42,-6315.06,25.745,-1.11701,0,0,0.529919,-0.848048,900,255,1,0),(75053,1733,530,1,1,7235.42,-6315.06,25.745,-1.11701,0,0,0.529919,-0.848048,900,255,1,0),(75054,1731,530,1,1,7787.24,-6298.68,23.9224,-1.37881,0,0,0.636078,-0.771625,900,255,1,0),(75055,1732,530,1,1,7787.24,-6298.68,23.9224,-1.37881,0,0,0.636078,-0.771625,900,255,1,0),(75056,1733,530,1,1,7787.24,-6298.68,23.9224,-1.37881,0,0,0.636078,-0.771625,900,255,1,0),(75057,1731,530,1,1,7870.94,-6696.52,19.3749,0.785398,0,0,0.382683,0.92388,900,255,1,0),(75058,1732,530,1,1,7870.94,-6696.52,19.3749,0.785398,0,0,0.382683,0.92388,900,255,1,0),(75059,1733,530,1,1,7870.94,-6696.52,19.3749,0.785398,0,0,0.382683,0.92388,900,255,1,0),(75060,1731,530,1,1,7939.39,-6423.14,59.7752,-1.65806,0,0,0.737277,-0.67559,900,255,1,0),(75061,1732,530,1,1,7939.39,-6423.14,59.7752,-1.65806,0,0,0.737277,-0.67559,900,255,1,0),(75062,1733,530,1,1,7939.39,-6423.14,59.7752,-1.65806,0,0,0.737277,-0.67559,900,255,1,0),(75063,1731,530,1,1,7517.04,-7870.55,157.273,-2.09439,0,0,0.866025,-0.5,900,255,1,0),(75064,1732,530,1,1,7517.04,-7870.55,157.273,-2.09439,0,0,0.866025,-0.5,900,255,1,0),(75065,1733,530,1,1,7517.04,-7870.55,157.273,-2.09439,0,0,0.866025,-0.5,900,255,1,0),(75066,1731,530,1,1,7970.28,-6264.19,24.6026,0.959931,0,0,0.461749,0.887011,900,255,1,0),(75067,1732,530,1,1,7970.28,-6264.19,24.6026,0.959931,0,0,0.461749,0.887011,900,255,1,0),(75068,1733,530,1,1,7970.28,-6264.19,24.6026,0.959931,0,0,0.461749,0.887011,900,255,1,0),(75069,1731,530,1,1,8048.01,-5940.32,4.73735,0.959931,0,0,0.461749,0.887011,900,255,1,0),(75070,1732,530,1,1,8048.01,-5940.32,4.73735,0.959931,0,0,0.461749,0.887011,900,255,1,0),(75071,1733,530,1,1,8048.01,-5940.32,4.73735,0.959931,0,0,0.461749,0.887011,900,255,1,0),(75072,1731,530,1,1,7479.82,-7592.04,124.83,1.8326,0,0,0.793353,0.608761,900,255,1,0),(75073,1732,530,1,1,7479.82,-7592.04,124.83,1.8326,0,0,0.793353,0.608761,900,255,1,0),(75074,1733,530,1,1,7479.82,-7592.04,124.83,1.8326,0,0,0.793353,0.608761,900,255,1,0),(75075,1731,530,1,1,7773.21,-7819.7,160.805,-0.087267,0,0,0.04362,-0.999048,900,255,1,0),(75076,1732,530,1,1,7773.21,-7819.7,160.805,-0.087267,0,0,0.04362,-0.999048,900,255,1,0),(75077,1733,530,1,1,7773.21,-7819.7,160.805,-0.087267,0,0,0.04362,-0.999048,900,255,1,0),(75078,1731,530,1,1,7866.6,-7938.18,176.191,-2.60054,0,0,0.96363,-0.267238,900,255,1,0),(75079,1732,530,1,1,7866.6,-7938.18,176.191,-2.60054,0,0,0.96363,-0.267238,900,255,1,0),(75080,1733,530,1,1,7866.6,-7938.18,176.191,-2.60054,0,0,0.96363,-0.267238,900,255,1,0),(75081,1731,530,1,1,7834.53,-5983.14,4.11614,0.261799,0,0,0.130526,0.991445,900,255,1,0),(75082,1732,530,1,1,7834.53,-5983.14,4.11614,0.261799,0,0,0.130526,0.991445,900,255,1,0),(75083,1733,530,1,1,7834.53,-5983.14,4.11614,0.261799,0,0,0.130526,0.991445,900,255,1,0),(75084,1731,530,1,1,7209.66,-5844.62,15.5623,2.42601,0,0,0.936672,0.350207,900,255,1,0),(75085,1732,530,1,1,7209.66,-5844.62,15.5623,2.42601,0,0,0.936672,0.350207,900,255,1,0),(75086,1733,530,1,1,7209.66,-5844.62,15.5623,2.42601,0,0,0.936672,0.350207,900,255,1,0),(75087,1731,530,1,1,7683.54,-6087.25,19.2903,-1.3439,0,0,0.622515,-0.782608,900,255,1,0),(75088,1732,530,1,1,7683.54,-6087.25,19.2903,-1.3439,0,0,0.622515,-0.782608,900,255,1,0),(75089,1733,530,1,1,7683.54,-6087.25,19.2903,-1.3439,0,0,0.622515,-0.782608,900,255,1,0),(75090,181248,530,1,1,7081.05,-6264.08,19.0276,2.82743,0,0,0.987688,0.156434,900,255,1,0),(75091,181249,530,1,1,7081.05,-6264.08,19.0276,2.82743,0,0,0.987688,0.156434,900,255,1,0),(75092,1733,530,1,1,7081.05,-6264.08,19.0276,2.82743,0,0,0.987688,0.156434,900,255,1,0),(75093,1731,530,1,1,7795.77,-7253.04,168.994,1.55334,0,0,0.700909,0.71325,900,255,1,0),(75094,1732,530,1,1,7795.77,-7253.04,168.994,1.55334,0,0,0.700909,0.71325,900,255,1,0),(75095,1733,530,1,1,7795.77,-7253.04,168.994,1.55334,0,0,0.700909,0.71325,900,255,1,0),(75096,1731,530,1,1,6977.29,-6562.71,11.2095,-0.366518,0,0,0,1,900,255,1,0),(75097,1732,530,1,1,6977.29,-6562.71,11.2095,-0.366518,0,0,0,1,900,255,1,0),(75098,1733,530,1,1,6977.29,-6562.71,11.2095,-0.366518,0,0,0,1,900,255,1,0),(75099,181248,530,1,1,7142.39,-6211.11,24.2601,-1.55334,0,0,0.700909,-0.71325,900,255,1,0),(75100,181249,530,1,1,7142.39,-6211.11,24.2601,-1.55334,0,0,0.700909,-0.71325,900,255,1,0),(75101,1733,530,1,1,7142.39,-6211.11,24.2601,-1.55334,0,0,0.700909,-0.71325,900,255,1,0),(75102,1731,530,1,1,7105.41,-6559.61,11.4982,2.23402,0,0,0.898794,0.438371,900,255,1,0),(75103,1732,530,1,1,7105.41,-6559.61,11.4982,2.23402,0,0,0.898794,0.438371,900,255,1,0),(75104,1733,530,1,1,7105.41,-6559.61,11.4982,2.23402,0,0,0.898794,0.438371,900,255,1,0),(75105,181248,530,1,1,7064.71,-6243.39,18.7586,1.3439,0,0,0.622515,0.782608,900,255,1,0),(75106,181249,530,1,1,7064.71,-6243.39,18.7586,1.3439,0,0,0.622515,0.782608,900,255,1,0),(75107,1733,530,1,1,7064.71,-6243.39,18.7586,1.3439,0,0,0.622515,0.782608,900,255,1,0),(75108,1731,530,1,1,7241.18,-6447.52,48.1141,0.453786,0,0,0.224951,0.97437,900,255,1,0),(75109,1732,530,1,1,7241.18,-6447.52,48.1141,0.453786,0,0,0.224951,0.97437,900,255,1,0),(75110,1733,530,1,1,7241.18,-6447.52,48.1141,0.453786,0,0,0.224951,0.97437,900,255,1,0),(75111,1731,530,1,1,7379.89,-7913.66,158.573,-0.802851,0,0,0.390731,-0.920505,900,255,1,0),(75112,1732,530,1,1,7379.89,-7913.66,158.573,-0.802851,0,0,0.390731,-0.920505,900,255,1,0),(75113,1733,530,1,1,7379.89,-7913.66,158.573,-0.802851,0,0,0.390731,-0.920505,900,255,1,0),(75114,1731,530,1,1,6830.76,-6491.14,18.6179,-1.16937,0,0,0.551937,-0.833886,900,255,1,0),(75115,1732,530,1,1,6830.76,-6491.14,18.6179,-1.16937,0,0,0.551937,-0.833886,900,255,1,0),(75116,1733,530,1,1,6830.76,-6491.14,18.6179,-1.16937,0,0,0.551937,-0.833886,900,255,1,0),(75117,1731,530,1,1,6873.19,-6164.61,35.753,1.3439,0,0,0,1,900,255,1,0),(75118,1732,530,1,1,6873.19,-6164.61,35.753,1.3439,0,0,0,1,900,255,1,0),(75119,1733,530,1,1,6873.19,-6164.61,35.753,1.3439,0,0,0,1,900,255,1,0),(75269,1731,0,1,1,-196.854,-1457.59,113.475,1.3439,0,0,0.622515,0.782608,900,255,1,0),(75270,1732,0,1,1,-196.854,-1457.59,113.475,1.3439,0,0,0.622515,0.782608,900,255,1,0),(75271,1733,0,1,1,-196.854,-1457.59,113.475,1.3439,0,0,0.622515,0.782608,900,255,1,0),(75272,1731,0,1,1,-703.013,-980.705,46.6122,1.41372,0,0,0.649448,0.760406,900,255,1,0),(75273,1732,0,1,1,-703.013,-980.705,46.6122,1.41372,0,0,0.649448,0.760406,900,255,1,0),(75274,1733,0,1,1,-703.013,-980.705,46.6122,1.41372,0,0,0.649448,0.760406,900,255,1,0),(75275,1731,0,1,1,-416.469,-1170.29,59.894,1.29154,0,0,0.601815,0.798636,900,255,1,0),(75276,1732,0,1,1,-416.469,-1170.29,59.894,1.29154,0,0,0.601815,0.798636,900,255,1,0),(75277,1733,0,1,1,-416.469,-1170.29,59.894,1.29154,0,0,0.601815,0.798636,900,255,1,0),(75278,1731,0,1,1,218.196,-755.703,109.082,-0.506145,0,0,0.25038,-0.968148,900,255,1,0),(75279,1732,0,1,1,218.196,-755.703,109.082,-0.506145,0,0,0.25038,-0.968148,900,255,1,0),(75280,1733,0,1,1,218.196,-755.703,109.082,-0.506145,0,0,0.25038,-0.968148,900,255,1,0),(75281,1731,0,1,1,-90.0451,-1361.99,123.778,-2.91469,0,0,0,1,900,255,1,0),(75282,1732,0,1,1,-90.0451,-1361.99,123.778,-2.91469,0,0,0,1,900,255,1,0),(75283,1733,0,1,1,-90.0451,-1361.99,123.778,-2.91469,0,0,0,1,900,255,1,0),(75284,1731,0,1,1,115.795,-639.137,97.0621,-0.314158,0,0,0,1,900,255,1,0),(75285,1732,0,1,1,115.795,-639.137,97.0621,-0.314158,0,0,0,1,900,255,1,0),(75286,1733,0,1,1,115.795,-639.137,97.0621,-0.314158,0,0,0,1,900,255,1,0),(75287,1731,0,1,1,-304.803,-1240.07,72.5146,0.209439,0,0,0,1,900,255,1,0),(75288,1732,0,1,1,-304.803,-1240.07,72.5146,0.209439,0,0,0,1,900,255,1,0),(75289,1733,0,1,1,-304.803,-1240.07,72.5146,0.209439,0,0,0,1,900,255,1,0),(75290,1731,0,1,1,143.441,-925.821,79.4433,-0.575959,0,0,0.284015,-0.95882,900,255,1,0),(75291,1732,0,1,1,143.441,-925.821,79.4433,-0.575959,0,0,0.284015,-0.95882,900,255,1,0),(75292,1733,0,1,1,143.441,-925.821,79.4433,-0.575959,0,0,0.284015,-0.95882,900,255,1,0),(75293,1731,0,1,1,-817.62,-1210.97,57.0243,1.53589,0,0,0,1,900,255,1,0),(75294,1732,0,1,1,-817.62,-1210.97,57.0243,1.53589,0,0,0,1,900,255,1,0),(75295,1733,0,1,1,-817.62,-1210.97,57.0243,1.53589,0,0,0,1,900,255,1,0),(75296,1731,0,1,1,-999.126,-1117.26,53.2347,-2.80997,0,0,0,1,900,255,1,0),(75297,1732,0,1,1,-999.126,-1117.26,53.2347,-2.80997,0,0,0,1,900,255,1,0),(75298,1733,0,1,1,-999.126,-1117.26,53.2347,-2.80997,0,0,0,1,900,255,1,0),(75299,1731,0,1,1,-1000.52,30.5843,43.3942,3.14159,0,0,1,0,900,255,1,0),(75300,1732,0,1,1,-1000.52,30.5843,43.3942,3.14159,0,0,1,0,900,255,1,0),(75301,1733,0,1,1,-1000.52,30.5843,43.3942,3.14159,0,0,1,0,900,255,1,0),(75302,1731,0,1,1,47.3426,-642.852,94.4918,-0.314159,0,0,0.156434,-0.987688,900,255,1,0),(75303,1732,0,1,1,47.3426,-642.852,94.4918,-0.314159,0,0,0.156434,-0.987688,900,255,1,0),(75304,1733,0,1,1,47.3426,-642.852,94.4918,-0.314159,0,0,0.156434,-0.987688,900,255,1,0),(75305,1731,0,1,1,-778.224,-984.915,36.6733,-0.506145,0,0,0.25038,-0.968148,900,255,1,0),(75306,1732,0,1,1,-778.224,-984.915,36.6733,-0.506145,0,0,0.25038,-0.968148,900,255,1,0),(75307,1733,0,1,1,-778.224,-984.915,36.6733,-0.506145,0,0,0.25038,-0.968148,900,255,1,0),(75308,1731,0,1,1,-298.249,-1197.99,67.9911,3.14159,0,0,1,0,900,255,1,0),(75309,1732,0,1,1,-298.249,-1197.99,67.9911,3.14159,0,0,1,0,900,255,1,0),(75310,1733,0,1,1,-298.249,-1197.99,67.9911,3.14159,0,0,1,0,900,255,1,0),(75311,1731,0,1,1,-1093,-1064,49.459,0.314,0,0,0.156434,0.987688,900,255,1,0),(75312,1732,0,1,1,-1093,-1064,49.459,0.314,0,0,0.156434,0.987688,900,255,1,0),(75313,1733,0,1,1,-1093,-1064,49.459,0.314,0,0,0.156434,0.987688,900,255,1,0),(75314,1731,0,1,1,-688.964,168.78,18.368,3.05433,0,0,0,1,900,255,1,0),(75315,1732,0,1,1,-688.964,168.78,18.368,3.05433,0,0,0,1,900,255,1,0),(75316,1733,0,1,1,-688.964,168.78,18.368,3.05433,0,0,0,1,900,255,1,0),(75317,1731,0,1,1,-49,683.216,78.239,1.361,0,0,0.62932,0.777146,900,255,1,0),(75318,1732,0,1,1,-49,683.216,78.239,1.361,0,0,0.62932,0.777146,900,255,1,0),(75319,1733,0,1,1,-49,683.216,78.239,1.361,0,0,0.62932,0.777146,900,255,1,0),(75320,1731,0,1,1,-150,-996,60.481,0,0,0,-0.061049,0.998135,900,255,1,0),(75321,1732,0,1,1,-150,-996,60.481,0,0,0,-0.061049,0.998135,900,255,1,0),(75322,1733,0,1,1,-150,-996,60.481,0,0,0,-0.061049,0.998135,900,255,1,0),(75323,1731,0,1,1,-322,-367,67.164,1.274,0,0,0.594823,0.803857,900,255,1,0),(75324,1732,0,1,1,-322,-367,67.164,1.274,0,0,0.594823,0.803857,900,255,1,0),(75325,1733,0,1,1,-322,-367,67.164,1.274,0,0,0.594823,0.803857,900,255,1,0),(75326,1731,0,1,1,188.658,-1064,73.208,1.03,0,0,0.492423,0.870356,900,255,1,0),(75327,1732,0,1,1,188.658,-1064,73.208,1.03,0,0,0.492423,0.870356,900,255,1,0),(75328,1733,0,1,1,188.658,-1064,73.208,1.03,0,0,0.492423,0.870356,900,255,1,0),(75329,1731,0,1,1,52.3908,-1232.24,71.2689,0.59341,0,0,0,1,900,255,1,0),(75330,1732,0,1,1,52.3908,-1232.24,71.2689,0.59341,0,0,0,1,900,255,1,0),(75331,1733,0,1,1,52.3908,-1232.24,71.2689,0.59341,0,0,0,1,900,255,1,0),(75332,1731,0,1,1,-106,-690,73.804,-3,0,0,-0.987688,0.156435,900,255,1,0),(75333,1732,0,1,1,-106,-690,73.804,-3,0,0,-0.987688,0.156435,900,255,1,0),(75334,1733,0,1,1,-106,-690,73.804,-3,0,0,-0.987688,0.156435,900,255,1,0),(75335,1731,0,1,1,-619.142,-1014.93,61.8551,0.733038,0,0,0,1,900,255,1,0),(75336,1732,0,1,1,-619.142,-1014.93,61.8551,0.733038,0,0,0,1,900,255,1,0),(75337,1733,0,1,1,-619.142,-1014.93,61.8551,0.733038,0,0,0,1,900,255,1,0),(75338,1731,0,1,1,-531,-1178,60.577,0.18,0,0,0.089795,0.99596,900,255,1,0),(75339,1732,0,1,1,-531,-1178,60.577,0.18,0,0,0.089795,0.99596,900,255,1,0),(75340,1733,0,1,1,-531,-1178,60.577,0.18,0,0,0.089795,0.99596,900,255,1,0),(75341,1731,0,1,1,-845,86.353,3.217,-1,0,0,-0.642787,0.766045,900,255,1,0),(75342,1732,0,1,1,-845,86.353,3.217,-1,0,0,-0.642787,0.766045,900,255,1,0),(75343,1733,0,1,1,-845,86.353,3.217,-1,0,0,-0.642787,0.766045,900,255,1,0),(75344,1731,0,1,1,-922.306,-1453.78,59.1559,1.97222,0,0,0,1,900,255,1,0),(75345,1732,0,1,1,-922.306,-1453.78,59.1559,1.97222,0,0,0,1,900,255,1,0),(75346,1733,0,1,1,-922.306,-1453.78,59.1559,1.97222,0,0,0,1,900,255,1,0),(75347,1731,0,1,1,-22,-679,76.608,2.129,0,0,0.87462,0.48481,900,255,1,0),(75348,1732,0,1,1,-22,-679,76.608,2.129,0,0,0.87462,0.48481,900,255,1,0),(75349,1733,0,1,1,-22,-679,76.608,2.129,0,0,0.87462,0.48481,900,255,1,0),(75350,1731,0,1,1,-269,-216,84.475,-3,0,0,-0.994522,0.104529,900,255,1,0),(75351,1732,0,1,1,-269,-216,84.475,-3,0,0,-0.994522,0.104529,900,255,1,0),(75352,1733,0,1,1,-269,-216,84.475,-3,0,0,-0.994522,0.104529,900,255,1,0),(75353,1731,0,1,1,-197,-655,66.45,1.239,0,0,0.580703,0.814115,900,255,1,0),(75354,1732,0,1,1,-197,-655,66.45,1.239,0,0,0.580703,0.814115,900,255,1,0),(75355,1733,0,1,1,-197,-655,66.45,1.239,0,0,0.580703,0.814115,900,255,1,0),(75356,1731,0,1,1,85.923,-1065,58.682,-1,0,0,-0.309017,0.951056,900,255,1,0),(75357,1732,0,1,1,85.923,-1065,58.682,-1,0,0,-0.309017,0.951056,900,255,1,0),(75358,1733,0,1,1,85.923,-1065,58.682,-1,0,0,-0.309017,0.951056,900,255,1,0),(75359,1731,0,1,1,-567,813.895,90.855,1.833,0,0,0.793353,0.608761,900,255,1,0),(75360,1732,0,1,1,-567,813.895,90.855,1.833,0,0,0.793353,0.608761,900,255,1,0),(75361,1733,0,1,1,-567,813.895,90.855,1.833,0,0,0.793353,0.608761,900,255,1,0),(75362,1731,0,1,1,-150,-997,60.232,0,0,0,-0.061049,0.998135,900,255,1,0),(75363,1732,0,1,1,-150,-997,60.232,0,0,0,-0.061049,0.998135,900,255,1,0),(75364,1733,0,1,1,-150,-997,60.232,0,0,0,-0.061049,0.998135,900,255,1,0),(75365,1731,0,1,1,-961,-166,51.674,0.8,0,0,0.389245,0.921134,900,255,1,0),(75366,1732,0,1,1,-961,-166,51.674,0.8,0,0,0.389245,0.921134,900,255,1,0),(75367,1733,0,1,1,-961,-166,51.674,0.8,0,0,0.389245,0.921134,900,255,1,0),(75368,1731,0,1,1,73.2704,-1002.17,59.4981,0.139626,0,0,0.069756,0.997564,900,255,1,0),(75369,1732,0,1,1,73.2704,-1002.17,59.4981,0.139626,0,0,0.069756,0.997564,900,255,1,0),(75370,1733,0,1,1,73.2704,-1002.17,59.4981,0.139626,0,0,0.069756,0.997564,900,255,1,0),(75371,1731,0,1,1,-1289.16,635.334,54.1088,0.174533,0,0,0.087156,0.996195,900,255,1,0),(75372,1732,0,1,1,-1289.16,635.334,54.1088,0.174533,0,0,0.087156,0.996195,900,255,1,0),(75373,1733,0,1,1,-1289.16,635.334,54.1088,0.174533,0,0,0.087156,0.996195,900,255,1,0),(75374,1731,0,1,1,-770,-1192,69.22,2.133,0,0,0,0,900,255,1,0),(75375,1732,0,1,1,-770,-1192,69.22,2.133,0,0,0,0,900,255,1,0),(75376,1733,0,1,1,-770,-1192,69.22,2.133,0,0,0,0,900,255,1,0),(75377,1731,0,1,1,-582,-1643,74.985,5.733,0,0,0,0,900,255,1,0),(75378,1732,0,1,1,-582,-1643,74.985,5.733,0,0,0,0,900,255,1,0),(75379,1733,0,1,1,-582,-1643,74.985,5.733,0,0,0,0,900,255,1,0),(75380,1731,0,1,1,-492,-1665,81.768,3.893,0,0,0,0,900,255,1,0),(75381,1732,0,1,1,-492,-1665,81.768,3.893,0,0,0,0,900,255,1,0),(75382,1733,0,1,1,-492,-1665,81.768,3.893,0,0,0,0,900,255,1,0),(75383,1731,0,1,1,-1195,-947,31.334,5.132,0,0,0,0,900,255,1,0),(75384,1732,0,1,1,-1195,-947,31.334,5.132,0,0,0,0,900,255,1,0),(75385,1733,0,1,1,-1195,-947,31.334,5.132,0,0,0,0,900,255,1,0),(75386,1731,0,1,1,-498.583,-1658.01,84.0551,2.37364,0,0,0,1,900,255,1,0),(75387,1732,0,1,1,-498.583,-1658.01,84.0551,2.37364,0,0,0,1,900,255,1,0),(75388,1733,0,1,1,-498.583,-1658.01,84.0551,2.37364,0,0,0,1,900,255,1,0),(75389,1731,0,1,1,-392,-1775,113.071,5.827,0,0,0,0,900,255,1,0),(75390,1732,0,1,1,-392,-1775,113.071,5.827,0,0,0,0,900,255,1,0),(75391,1733,0,1,1,-392,-1775,113.071,5.827,0,0,0,0,900,255,1,0),(75392,1731,0,1,1,-164.338,-497.122,80.3264,-2.51327,0,0,0.951057,-0.309017,900,255,1,0),(75393,1732,0,1,1,-164.338,-497.122,80.3264,-2.51327,0,0,0.951057,-0.309017,900,255,1,0),(75394,1733,0,1,1,-164.338,-497.122,80.3264,-2.51327,0,0,0.951057,-0.309017,900,255,1,0),(75395,1731,0,1,1,-152,-134,116.106,1.223,0,0,0,0,900,255,1,0),(75396,1732,0,1,1,-152,-134,116.106,1.223,0,0,0,0,900,255,1,0),(75397,1733,0,1,1,-152,-134,116.106,1.223,0,0,0,0,900,255,1,0),(75398,1731,0,1,1,-1012.89,-1185.04,65.5292,1.65806,0,0,0,1,900,255,1,0),(75399,1732,0,1,1,-1012.89,-1185.04,65.5292,1.65806,0,0,0,1,900,255,1,0),(75400,1733,0,1,1,-1012.89,-1185.04,65.5292,1.65806,0,0,0,1,900,255,1,0),(75401,1731,0,1,1,-1171.69,-1305.33,86.2144,1.8326,0,0,0.793353,0.608761,900,255,1,0),(75402,1732,0,1,1,-1171.69,-1305.33,86.2144,1.8326,0,0,0.793353,0.608761,900,255,1,0),(75403,1733,0,1,1,-1171.69,-1305.33,86.2144,1.8326,0,0,0.793353,0.608761,900,255,1,0),(75404,1731,0,1,1,-1236.35,-986.903,16.5418,-1.32645,0,0,0,1,900,255,1,0),(75405,1732,0,1,1,-1236.35,-986.903,16.5418,-1.32645,0,0,0,1,900,255,1,0),(75406,1733,0,1,1,-1236.35,-986.903,16.5418,-1.32645,0,0,0,1,900,255,1,0),(75437,1734,0,1,1,-256.987,-1494.96,100.147,-0.122173,0,0,0,1,900,255,1,0),(75438,2047,0,1,1,-256.987,-1494.96,100.147,-0.122173,0,0,0,1,900,255,1,0),(75439,1735,0,1,1,-156.596,-312.964,53.5226,2.67035,0,0,0,1,900,255,1,0),(75440,2040,0,1,1,-156.596,-312.964,53.5226,2.67035,0,0,0,1,900,255,1,0),(75441,1734,0,1,1,-156.596,-312.964,53.5226,2.67035,0,0,0,1,900,255,1,0),(75442,2047,0,1,1,-156.596,-312.964,53.5226,2.67035,0,0,0,1,900,255,1,0),(75443,1735,0,1,1,-203.769,-338.907,55.2152,0.925024,0,0,0,1,900,255,1,0),(75444,2040,0,1,1,-203.769,-338.907,55.2152,0.925024,0,0,0,1,900,255,1,0),(75445,1734,0,1,1,-203.769,-338.907,55.2152,0.925024,0,0,0,1,900,255,1,0),(75446,2047,0,1,1,-203.769,-338.907,55.2152,0.925024,0,0,0,1,900,255,1,0),(75447,1735,0,1,1,-241.383,-330.625,46.4368,0.122173,0,0,0,1,900,255,1,0),(75448,2040,0,1,1,-241.383,-330.625,46.4368,0.122173,0,0,0,1,900,255,1,0),(75449,1734,0,1,1,-241.383,-330.625,46.4368,0.122173,0,0,0,1,900,255,1,0),(75450,2047,0,1,1,-241.383,-330.625,46.4368,0.122173,0,0,0,1,900,255,1,0),(75451,1735,0,1,1,-1179.44,-1261.21,50.4825,-0.575957,0,0,0,1,900,255,1,0),(75452,2040,0,1,1,-1179.44,-1261.21,50.4825,-0.575957,0,0,0,1,900,255,1,0),(75453,1734,0,1,1,-1179.44,-1261.21,50.4825,-0.575957,0,0,0,1,900,255,1,0),(75454,2047,0,1,1,-1179.44,-1261.21,50.4825,-0.575957,0,0,0,1,900,255,1,0),(75455,1735,0,1,1,-1110.85,-1301.28,60.684,-2.53072,0,0,0,1,900,255,1,0),(75456,2040,0,1,1,-1110.85,-1301.28,60.684,-2.53072,0,0,0,1,900,255,1,0),(75457,1734,0,1,1,-1110.85,-1301.28,60.684,-2.53072,0,0,0,1,900,255,1,0),(75458,2047,0,1,1,-1110.85,-1301.28,60.684,-2.53072,0,0,0,1,900,255,1,0),(75459,1735,0,1,1,-1155.32,-1349.64,58.0543,-2.86233,0,0,0,1,900,255,1,0),(75460,2040,0,1,1,-1155.32,-1349.64,58.0543,-2.86233,0,0,0,1,900,255,1,0),(75461,1734,0,1,1,-1155.32,-1349.64,58.0543,-2.86233,0,0,0,1,900,255,1,0),(75462,2047,0,1,1,-1155.32,-1349.64,58.0543,-2.86233,0,0,0,1,900,255,1,0),(75463,1735,0,1,1,-284,-1592,97.234,-3,0,0,-0.97437,0.224951,900,255,1,0),(75464,2040,0,1,1,-284,-1592,97.234,-3,0,0,-0.97437,0.224951,900,255,1,0),(75465,1734,0,1,1,-284,-1592,97.234,-3,0,0,-0.97437,0.224951,900,255,1,0),(75466,2047,0,1,1,-284,-1592,97.234,-3,0,0,-0.97437,0.224951,900,255,1,0),(75467,1735,0,1,1,-1356,-1090,36.526,3.809,0,0,0,0,900,255,1,0),(75468,2040,0,1,1,-1356,-1090,36.526,3.809,0,0,0,0,900,255,1,0),(75469,1734,0,1,1,-1356,-1090,36.526,3.809,0,0,0,0,900,255,1,0),(75470,2047,0,1,1,-1356,-1090,36.526,3.809,0,0,0,0,900,255,1,0),(75471,1735,0,1,1,-1171.69,-1305.33,86.2144,1.8326,0,0,0.793353,0.608761,900,255,1,0),(75472,2040,0,1,1,-1171.69,-1305.33,86.2144,1.8326,0,0,0.793353,0.608761,900,255,1,0),(75473,1734,0,1,1,-1171.69,-1305.33,86.2144,1.8326,0,0,0.793353,0.608761,900,255,1,0),(75474,2047,0,1,1,-1171.69,-1305.33,86.2144,1.8326,0,0,0.793353,0.608761,900,255,1,0),(75475,1735,0,1,1,-263,-280,52.265,0.768,0,0,0.374607,0.927184,900,255,1,0),(75476,2040,0,1,1,-263,-280,52.265,0.768,0,0,0.374607,0.927184,900,255,1,0),(75477,1734,0,1,1,-263,-280,52.265,0.768,0,0,0.374607,0.927184,900,255,1,0),(75478,2047,0,1,1,-263,-280,52.265,0.768,0,0,0.374607,0.927184,900,255,1,0),(75479,1735,0,1,1,-403.738,-1772.86,103.414,-0.244346,0,0,0.121869,-0.992546,900,255,1,0),(75480,2040,0,1,1,-403.738,-1772.86,103.414,-0.244346,0,0,0.121869,-0.992546,900,255,1,0),(75481,1734,0,1,1,-403.738,-1772.86,103.414,-0.244346,0,0,0.121869,-0.992546,900,255,1,0),(75482,2047,0,1,1,-403.738,-1772.86,103.414,-0.244346,0,0,0.121869,-0.992546,900,255,1,0),(75483,1735,0,1,1,-352,-1768,103.559,5.623,0,0,0,0,900,255,1,0),(75484,2040,0,1,1,-352,-1768,103.559,5.623,0,0,0,0,900,255,1,0),(75485,1734,0,1,1,-352,-1768,103.559,5.623,0,0,0,0,900,255,1,0),(75486,2047,0,1,1,-352,-1768,103.559,5.623,0,0,0,0,900,255,1,0),(75487,1735,0,1,1,-260,-1753,125.66,0.521,0,0,0,0,900,255,1,0),(75488,2040,0,1,1,-260,-1753,125.66,0.521,0,0,0,0,900,255,1,0),(75489,1734,0,1,1,-260,-1753,125.66,0.521,0,0,0,0,900,255,1,0),(75490,2047,0,1,1,-260,-1753,125.66,0.521,0,0,0,0,900,255,1,0),(75491,1735,0,1,1,-154.448,-345.575,50.5997,1.27409,0,0,0,1,900,255,1,0),(75492,2040,0,1,1,-154.448,-345.575,50.5997,1.27409,0,0,0,1,900,255,1,0),(75493,1734,0,1,1,-154.448,-345.575,50.5997,1.27409,0,0,0,1,900,255,1,0),(75494,2047,0,1,1,-154.448,-345.575,50.5997,1.27409,0,0,0,1,900,255,1,0),(75495,1735,0,1,1,-272,-385,66.158,1.937,0,0,0.824126,0.566406,900,255,1,0),(75496,2040,0,1,1,-272,-385,66.158,1.937,0,0,0.824126,0.566406,900,255,1,0),(75497,1734,0,1,1,-272,-385,66.158,1.937,0,0,0.824126,0.566406,900,255,1,0),(75498,2047,0,1,1,-272,-385,66.158,1.937,0,0,0.824126,0.566406,900,255,1,0),(75499,1735,0,1,1,-291.373,-291.808,44.137,1.97222,0,0,0,1,900,255,1,0),(75500,2040,0,1,1,-291.373,-291.808,44.137,1.97222,0,0,0,1,900,255,1,0),(75501,1734,0,1,1,-291.373,-291.808,44.137,1.97222,0,0,0,1,900,255,1,0),(75502,2047,0,1,1,-291.373,-291.808,44.137,1.97222,0,0,0,1,900,255,1,0),(75503,1735,0,1,1,-121.89,-364.606,53.3096,-1.18682,0,0,0.559193,-0.829037,900,255,1,0),(75504,2040,0,1,1,-121.89,-364.606,53.3096,-1.18682,0,0,0.559193,-0.829037,900,255,1,0),(75505,1734,0,1,1,-121.89,-364.606,53.3096,-1.18682,0,0,0.559193,-0.829037,900,255,1,0),(75506,2047,0,1,1,-121.89,-364.606,53.3096,-1.18682,0,0,0.559193,-0.829037,900,255,1,0),(75507,1735,0,1,1,-128,-346,53.066,6.141,0,0,0,0,900,255,1,0),(75508,2040,0,1,1,-128,-346,53.066,6.141,0,0,0,0,900,255,1,0),(75509,1734,0,1,1,-128,-346,53.066,6.141,0,0,0,0,900,255,1,0),(75510,2047,0,1,1,-128,-346,53.066,6.141,0,0,0,0,900,255,1,0),(75511,1735,0,1,1,-170,-326,52.763,1.925,0,0,0,0,900,255,1,0),(75512,2040,0,1,1,-170,-326,52.763,1.925,0,0,0,0,900,255,1,0),(75513,1734,0,1,1,-170,-326,52.763,1.925,0,0,0,0,900,255,1,0),(75514,2047,0,1,1,-170,-326,52.763,1.925,0,0,0,0,900,255,1,0),(75515,1735,0,1,1,-250,-371,47.652,4.313,0,0,0,0,900,255,1,0),(75516,2040,0,1,1,-250,-371,47.652,4.313,0,0,0,0,900,255,1,0),(75517,1734,0,1,1,-250,-371,47.652,4.313,0,0,0,0,900,255,1,0),(75518,2047,0,1,1,-250,-371,47.652,4.313,0,0,0,0,900,255,1,0),(75519,1735,0,1,1,-189,-374,50.792,5.755,0,0,0,0,900,255,1,0),(75520,2040,0,1,1,-189,-374,50.792,5.755,0,0,0,0,900,255,1,0),(75521,1734,0,1,1,-189,-374,50.792,5.755,0,0,0,0,900,255,1,0),(75522,2047,0,1,1,-189,-374,50.792,5.755,0,0,0,0,900,255,1,0),(75572,181557,530,1,1,12795,-6487.54,1.0513,0.375645,0,0,0.18672,0.982413,900,255,1,0),(75573,181556,530,1,1,12780.9,-6613.19,2.01411,0.760489,0,0,0.371148,0.928574,900,255,1,0),(75574,181570,530,1,1,12780.9,-6613.19,2.01411,0.760489,0,0,0.371148,0.928574,900,255,1,0),(75575,181557,530,1,1,12780.9,-6613.19,2.01411,0.760489,0,0,0.371148,0.928574,900,255,1,0),(75576,181556,530,1,1,11671.7,-7131.43,15.3502,0.000231274,0,0,0.000115637,1,900,255,1,0),(75577,181570,530,1,1,11671.7,-7131.43,15.3502,0.000231274,0,0,0.000115637,1,900,255,1,0),(75578,181557,530,1,1,11671.7,-7131.43,15.3502,0.000231274,0,0,0.000115637,1,900,255,1,0),(75579,181556,530,1,1,12157.2,-7279.08,2.82552,0.607345,0,0,0.299027,0.954245,900,255,1,0),(75580,181570,530,1,1,12157.2,-7279.08,2.82552,0.607345,0,0,0.299027,0.954245,900,255,1,0),(75581,181557,530,1,1,12157.2,-7279.08,2.82552,0.607345,0,0,0.299027,0.954245,900,255,1,0),(75582,181556,530,1,1,12529.2,-6950.3,18.7393,3.27601,0,0,0.997742,-0.067158,900,255,1,0),(75583,181570,530,1,1,12529.2,-6950.3,18.7393,3.27601,0,0,0.997742,-0.067158,900,255,1,0),(75584,181557,530,1,1,12529.2,-6950.3,18.7393,3.27601,0,0,0.997742,-0.067158,900,255,1,0),(75585,181556,530,1,1,12682.9,-7329.17,5.70932,0.157973,0,0,0.0789045,0.996882,900,255,1,0),(75586,181570,530,1,1,12682.9,-7329.17,5.70932,0.157973,0,0,0.0789045,0.996882,900,255,1,0),(75587,181557,530,1,1,12682.9,-7329.17,5.70932,0.157973,0,0,0.0789045,0.996882,900,255,1,0),(75713,1733,0,1,1,-4728.93,-3142.43,302.941,3.10669,0,0,0.999848,0.017452,900,255,1,0),(75714,1731,0,1,1,-4651.34,-3121.1,301.035,-0.401426,0,0,0.199368,-0.979925,900,255,1,0),(75715,1732,0,1,1,-4651.34,-3121.1,301.035,-0.401426,0,0,0.199368,-0.979925,900,255,1,0),(75716,1733,0,1,1,-4651.34,-3121.1,301.035,-0.401426,0,0,0.199368,-0.979925,900,255,1,0),(75717,1731,0,1,1,-4834.88,-2986.44,323.039,2.33874,0,0,0.920505,0.390731,900,255,1,0),(75718,1732,0,1,1,-4834.88,-2986.44,323.039,2.33874,0,0,0.920505,0.390731,900,255,1,0),(75719,1733,0,1,1,-4834.88,-2986.44,323.039,2.33874,0,0,0.920505,0.390731,900,255,1,0),(75720,1731,0,1,1,-4923.44,-2971.1,317.558,-2.07694,0,0,0.861629,-0.507538,900,255,1,0),(75721,1732,0,1,1,-4923.44,-2971.1,317.558,-2.07694,0,0,0.861629,-0.507538,900,255,1,0),(75722,1733,0,1,1,-4923.44,-2971.1,317.558,-2.07694,0,0,0.861629,-0.507538,900,255,1,0),(75723,1731,0,1,1,-4968.39,-2911.64,338.077,1.53589,0,0,0.694658,0.71934,900,255,1,0),(75724,1732,0,1,1,-4968.39,-2911.64,338.077,1.53589,0,0,0.694658,0.71934,900,255,1,0),(75725,1733,0,1,1,-4968.39,-2911.64,338.077,1.53589,0,0,0.694658,0.71934,900,255,1,0),(75726,1731,0,1,1,-5362.56,-3552.67,280.771,-1.64061,0,0,0.731354,-0.681998,900,255,1,0),(75727,1732,0,1,1,-5362.56,-3552.67,280.771,-1.64061,0,0,0.731354,-0.681998,900,255,1,0),(75728,1733,0,1,1,-5362.56,-3552.67,280.771,-1.64061,0,0,0.731354,-0.681998,900,255,1,0),(75729,1731,0,1,1,-5306.52,-3564.57,287.213,-2.37365,0,0,0.927184,-0.374607,900,255,1,0),(75730,1732,0,1,1,-5306.52,-3564.57,287.213,-2.37365,0,0,0.927184,-0.374607,900,255,1,0),(75731,1733,0,1,1,-5306.52,-3564.57,287.213,-2.37365,0,0,0.927184,-0.374607,900,255,1,0),(75732,1731,0,1,1,-5748.61,-3936.8,331.427,2.87979,0,0,0.991445,0.130526,900,255,1,0),(75733,1732,0,1,1,-5748.61,-3936.8,331.427,2.87979,0,0,0.991445,0.130526,900,255,1,0),(75734,1733,0,1,1,-5748.61,-3936.8,331.427,2.87979,0,0,0.991445,0.130526,900,255,1,0),(75735,1731,0,1,1,-5538.97,-4016.46,382.358,-1.06465,0,0,0.507538,-0.861629,900,255,1,0),(75736,1732,0,1,1,-5538.97,-4016.46,382.358,-1.06465,0,0,0.507538,-0.861629,900,255,1,0),(75737,1733,0,1,1,-5538.97,-4016.46,382.358,-1.06465,0,0,0.507538,-0.861629,900,255,1,0),(75738,1731,0,1,1,-5791.16,-2947.83,376.026,-2.98451,0,0,0.996917,-0.078459,900,255,1,0),(75739,1732,0,1,1,-5791.16,-2947.83,376.026,-2.98451,0,0,0.996917,-0.078459,900,255,1,0),(75740,1733,0,1,1,-5791.16,-2947.83,376.026,-2.98451,0,0,0.996917,-0.078459,900,255,1,0),(75741,1731,0,1,1,-5541.88,-4316.9,399.572,2.23402,0,0,0,1,900,255,1,0),(75742,1732,0,1,1,-5541.88,-4316.9,399.572,2.23402,0,0,0,1,900,255,1,0),(75743,1733,0,1,1,-5541.88,-4316.9,399.572,2.23402,0,0,0,1,900,255,1,0),(75744,1731,0,1,1,-5869.6,-4071.64,398.154,-1.16937,0,0,0.551937,-0.833886,900,255,1,0),(75745,1732,0,1,1,-5869.6,-4071.64,398.154,-1.16937,0,0,0.551937,-0.833886,900,255,1,0),(75746,1733,0,1,1,-5869.6,-4071.64,398.154,-1.16937,0,0,0.551937,-0.833886,900,255,1,0),(75747,1731,0,1,1,-5593,-3257,289.07,-1,0,0,-0.5373,0.843391,900,255,1,0),(75748,1732,0,1,1,-5593,-3257,289.07,-1,0,0,-0.5373,0.843391,900,255,1,0),(75749,1733,0,1,1,-5593,-3257,289.07,-1,0,0,-0.5373,0.843391,900,255,1,0),(75750,1731,0,1,1,-4928,-3765,323.991,0.506,0,0,0.25038,0.968148,900,255,1,0),(75751,1732,0,1,1,-4928,-3765,323.991,0.506,0,0,0.25038,0.968148,900,255,1,0),(75752,1733,0,1,1,-4928,-3765,323.991,0.506,0,0,0.25038,0.968148,900,255,1,0),(75753,1731,0,1,1,-5750,-3940,328.844,4.389,0,0,0.811768,-0.58398,900,255,1,0),(75754,1732,0,1,1,-5750,-3940,328.844,4.389,0,0,0.811768,-0.58398,900,255,1,0),(75755,1733,0,1,1,-5750,-3940,328.844,4.389,0,0,0.811768,-0.58398,900,255,1,0),(75756,1731,0,1,1,-5846,-3040,330.966,1.399,0,0,0.643664,0.765308,900,255,1,0),(75757,1732,0,1,1,-5846,-3040,330.966,1.399,0,0,0.643664,0.765308,900,255,1,0),(75758,1733,0,1,1,-5846,-3040,330.966,1.399,0,0,0.643664,0.765308,900,255,1,0),(75759,1731,0,1,1,-4943,-2974,321.613,0,0,0,-0.069756,0.997564,900,255,1,0),(75760,1732,0,1,1,-4943,-2974,321.613,0,0,0,-0.069756,0.997564,900,255,1,0),(75761,1733,0,1,1,-4943,-2974,321.613,0,0,0,-0.069756,0.997564,900,255,1,0),(75762,1731,0,1,1,-5534.53,-2711.2,369.837,0.261798,0,0,0,1,900,255,1,0),(75763,1732,0,1,1,-5534.53,-2711.2,369.837,0.261798,0,0,0,1,900,255,1,0),(75764,1733,0,1,1,-5534.53,-2711.2,369.837,0.261798,0,0,0,1,900,255,1,0),(75765,1731,0,1,1,-5896,-2848,383.134,1.871,0,0,0.804971,0.593315,900,255,1,0),(75766,1732,0,1,1,-5896,-2848,383.134,1.871,0,0,0.804971,0.593315,900,255,1,0),(75767,1733,0,1,1,-5896,-2848,383.134,1.871,0,0,0.804971,0.593315,900,255,1,0),(75768,1731,0,1,1,-5359,-3894,341.694,0.507,0,0,0.250971,0.967995,900,255,1,0),(75769,1732,0,1,1,-5359,-3894,341.694,0.507,0,0,0.250971,0.967995,900,255,1,0),(75770,1733,0,1,1,-5359,-3894,341.694,0.507,0,0,0.250971,0.967995,900,255,1,0),(75771,1731,0,1,1,-5912,-3855,353.174,4.247,0,0,0.851183,-0.524869,900,255,1,0),(75772,1732,0,1,1,-5912,-3855,353.174,4.247,0,0,0.851183,-0.524869,900,255,1,0),(75773,1733,0,1,1,-5912,-3855,353.174,4.247,0,0,0.851183,-0.524869,900,255,1,0),(75774,1731,0,1,1,-5091.8,-3324.24,280.257,-2.49582,0,0,0,1,900,255,1,0),(75775,1732,0,1,1,-5091.8,-3324.24,280.257,-2.49582,0,0,0,1,900,255,1,0),(75776,1733,0,1,1,-5091.8,-3324.24,280.257,-2.49582,0,0,0,1,900,255,1,0),(75777,1731,0,1,1,-4838.35,-3140.2,318.547,-1.36136,0,0,0,1,900,255,1,0),(75778,1732,0,1,1,-4838.35,-3140.2,318.547,-1.36136,0,0,0,1,900,255,1,0),(75779,1733,0,1,1,-4838.35,-3140.2,318.547,-1.36136,0,0,0,1,900,255,1,0),(75780,1731,0,1,1,-4985,-3873,317.697,2.653,0,0,0.970296,0.241922,900,255,1,0),(75781,1732,0,1,1,-4985,-3873,317.697,2.653,0,0,0.970296,0.241922,900,255,1,0),(75782,1733,0,1,1,-4985,-3873,317.697,2.653,0,0,0.970296,0.241922,900,255,1,0),(75783,1731,0,1,1,-4829,-2988,321.079,2.339,0,0,0,0,900,255,1,0),(75784,1732,0,1,1,-4829,-2988,321.079,2.339,0,0,0,0,900,255,1,0),(75785,1733,0,1,1,-4829,-2988,321.079,2.339,0,0,0,0,900,255,1,0),(75786,1731,0,1,1,-5804,-3134,342.026,3.506,0,0,0.983404,-0.181432,900,255,1,0),(75787,1732,0,1,1,-5804,-3134,342.026,3.506,0,0,0.983404,-0.181432,900,255,1,0),(75788,1733,0,1,1,-5804,-3134,342.026,3.506,0,0,0.983404,-0.181432,900,255,1,0),(75789,1731,0,1,1,-5849,-3600,351.124,5.819,0,0,0.230151,-0.973155,900,255,1,0),(75790,1732,0,1,1,-5849,-3600,351.124,5.819,0,0,0.230151,-0.973155,900,255,1,0),(75791,1733,0,1,1,-5849,-3600,351.124,5.819,0,0,0.230151,-0.973155,900,255,1,0),(75792,1731,0,1,1,-5538,-3116,342.941,3.977,0,0,0.914032,-0.405643,900,255,1,0),(75793,1732,0,1,1,-5538,-3116,342.941,3.977,0,0,0.914032,-0.405643,900,255,1,0),(75794,1733,0,1,1,-5538,-3116,342.941,3.977,0,0,0.914032,-0.405643,900,255,1,0),(75795,1731,0,1,1,-5900,-2973,371.701,-2,0,0,-0.75471,0.656059,900,255,1,0),(75796,1732,0,1,1,-5900,-2973,371.701,-2,0,0,-0.75471,0.656059,900,255,1,0),(75797,1733,0,1,1,-5900,-2973,371.701,-2,0,0,-0.75471,0.656059,900,255,1,0),(75798,1731,0,1,1,-5464,-3190,335.219,1.222,0,0,0.573576,0.819152,900,255,1,0),(75799,1732,0,1,1,-5464,-3190,335.219,1.222,0,0,0.573576,0.819152,900,255,1,0),(75800,1733,0,1,1,-5464,-3190,335.219,1.222,0,0,0.573576,0.819152,900,255,1,0),(75801,1731,0,1,1,-5109,-3122,313.269,-2,0,0,-0.939693,0.34202,900,255,1,0),(75802,1732,0,1,1,-5109,-3122,313.269,-2,0,0,-0.939693,0.34202,900,255,1,0),(75803,1733,0,1,1,-5109,-3122,313.269,-2,0,0,-0.939693,0.34202,900,255,1,0),(75804,1731,0,1,1,-6119.89,-2964.38,398.496,-2.82743,0,0,0.987688,-0.156434,900,255,1,0),(75805,1732,0,1,1,-6119.89,-2964.38,398.496,-2.82743,0,0,0.987688,-0.156434,900,255,1,0),(75806,1733,0,1,1,-6119.89,-2964.38,398.496,-2.82743,0,0,0.987688,-0.156434,900,255,1,0),(75807,1731,0,1,1,-5090.62,-4145.23,336.802,0.959931,0,0,0.461749,0.887011,900,255,1,0),(75808,1732,0,1,1,-5090.62,-4145.23,336.802,0.959931,0,0,0.461749,0.887011,900,255,1,0),(75809,1733,0,1,1,-5090.62,-4145.23,336.802,0.959931,0,0,0.461749,0.887011,900,255,1,0),(75810,1731,0,1,1,-4895.64,-4037.91,325.167,1.43117,0,0,0.656059,0.75471,900,255,1,0),(75811,1732,0,1,1,-4895.64,-4037.91,325.167,1.43117,0,0,0.656059,0.75471,900,255,1,0),(75812,1733,0,1,1,-4895.64,-4037.91,325.167,1.43117,0,0,0.656059,0.75471,900,255,1,0),(75813,1731,0,1,1,-5711,-3176,321.194,-1,0,0,-0.25038,0.968148,900,255,1,0),(75814,1732,0,1,1,-5711,-3176,321.194,-1,0,0,-0.25038,0.968148,900,255,1,0),(75815,1733,0,1,1,-5711,-3176,321.194,-1,0,0,-0.25038,0.968148,900,255,1,0),(75816,1731,0,1,1,-5477.28,-4141.59,392.58,1.85005,0,0,0.798636,0.601815,900,255,1,0),(75817,1732,0,1,1,-5477.28,-4141.59,392.58,1.85005,0,0,0.798636,0.601815,900,255,1,0),(75818,1733,0,1,1,-5477.28,-4141.59,392.58,1.85005,0,0,0.798636,0.601815,900,255,1,0),(75819,1731,0,1,1,-4826.3,-3957.94,336.999,0.575959,0,0,0.284015,0.95882,900,255,1,0),(75820,1732,0,1,1,-4826.3,-3957.94,336.999,0.575959,0,0,0.284015,0.95882,900,255,1,0),(75821,1733,0,1,1,-4826.3,-3957.94,336.999,0.575959,0,0,0.284015,0.95882,900,255,1,0),(75822,1731,0,1,1,-5358,-2720,363.231,0.942,0,0,0.453991,0.891006,900,255,1,0),(75823,1732,0,1,1,-5358,-2720,363.231,0.942,0,0,0.453991,0.891006,900,255,1,0),(75824,1733,0,1,1,-5358,-2720,363.231,0.942,0,0,0.453991,0.891006,900,255,1,0),(75825,1731,0,1,1,-5522.71,-4161.74,383.012,-0.837758,0,0,0.406737,-0.913545,900,255,1,0),(75826,1732,0,1,1,-5522.71,-4161.74,383.012,-0.837758,0,0,0.406737,-0.913545,900,255,1,0),(75827,1733,0,1,1,-5522.71,-4161.74,383.012,-0.837758,0,0,0.406737,-0.913545,900,255,1,0),(75828,1731,0,1,1,-5407.56,-3421.51,285.106,1.88496,0,0,0.809017,0.587785,900,255,1,0),(75829,1732,0,1,1,-5407.56,-3421.51,285.106,1.88496,0,0,0.809017,0.587785,900,255,1,0),(75830,1733,0,1,1,-5407.56,-3421.51,285.106,1.88496,0,0,0.809017,0.587785,900,255,1,0),(75831,1731,0,1,1,-5547.15,-2933.8,374.021,3.10665,0,0,0,1,900,255,1,0),(75832,1732,0,1,1,-5547.15,-2933.8,374.021,3.10665,0,0,0,1,900,255,1,0),(75833,1733,0,1,1,-5547.15,-2933.8,374.021,3.10665,0,0,0,1,900,255,1,0),(75834,1731,0,1,1,-6120.49,-3021.54,396.495,-1.25664,0,0,0.587785,-0.809017,900,255,1,0),(75835,1732,0,1,1,-6120.49,-3021.54,396.495,-1.25664,0,0,0.587785,-0.809017,900,255,1,0),(75836,1733,0,1,1,-6120.49,-3021.54,396.495,-1.25664,0,0,0.587785,-0.809017,900,255,1,0),(75837,1731,0,1,1,-5361.94,-3235.94,286.772,0.942478,0,0,0.45399,0.891007,900,255,1,0),(75838,1732,0,1,1,-5361.94,-3235.94,286.772,0.942478,0,0,0.45399,0.891007,900,255,1,0),(75839,1733,0,1,1,-5361.94,-3235.94,286.772,0.942478,0,0,0.45399,0.891007,900,255,1,0),(75840,1731,0,1,1,-5721.44,-3713.94,312.301,-2.53072,0,0,0,1,900,255,1,0),(75841,1732,0,1,1,-5721.44,-3713.94,312.301,-2.53072,0,0,0,1,900,255,1,0),(75842,1733,0,1,1,-5721.44,-3713.94,312.301,-2.53072,0,0,0,1,900,255,1,0),(75843,1731,0,1,1,-4946,-2901,352.869,4.391,0,0,0.811015,-0.585025,900,255,1,0),(75844,1732,0,1,1,-4946,-2901,352.869,4.391,0,0,0.811015,-0.585025,900,255,1,0),(75845,1733,0,1,1,-4946,-2901,352.869,4.391,0,0,0.811015,-0.585025,900,255,1,0),(75846,1731,0,1,1,-5606,-4105,390.494,3.054,0,0,0.999048,0.04362,900,255,1,0),(75847,1732,0,1,1,-5606,-4105,390.494,3.054,0,0,0.999048,0.04362,900,255,1,0),(75848,1733,0,1,1,-5606,-4105,390.494,3.054,0,0,0.999048,0.04362,900,255,1,0),(75849,1731,0,1,1,-5626,-3152,323.433,1.396,0,0,0.642787,0.766045,900,255,1,0),(75850,1732,0,1,1,-5626,-3152,323.433,1.396,0,0,0.642787,0.766045,900,255,1,0),(75851,1733,0,1,1,-5626,-3152,323.433,1.396,0,0,0.642787,0.766045,900,255,1,0),(75852,1731,0,1,1,-5284.12,-3306.02,254.845,1.13446,0,0,0.5373,0.843391,900,255,1,0),(75853,1732,0,1,1,-5284.12,-3306.02,254.845,1.13446,0,0,0.5373,0.843391,900,255,1,0),(75854,1733,0,1,1,-5284.12,-3306.02,254.845,1.13446,0,0,0.5373,0.843391,900,255,1,0),(75855,1731,0,1,1,-5773,-2917,365.51,0.731,0,0,0.35732,0.933982,900,255,1,0),(75856,1732,0,1,1,-5773,-2917,365.51,0.731,0,0,0.35732,0.933982,900,255,1,0),(75857,1733,0,1,1,-5773,-2917,365.51,0.731,0,0,0.35732,0.933982,900,255,1,0),(75858,1731,0,1,1,-5179.53,-3290.78,276.421,-2.89725,0,0,0.992546,-0.121869,900,255,1,0),(75859,1732,0,1,1,-5179.53,-3290.78,276.421,-2.89725,0,0,0.992546,-0.121869,900,255,1,0),(75860,1733,0,1,1,-5179.53,-3290.78,276.421,-2.89725,0,0,0.992546,-0.121869,900,255,1,0),(75861,1731,0,1,1,-4939,-2632,331.85,0.873,0,0,0.422618,0.906308,900,255,1,0),(75862,1732,0,1,1,-4939,-2632,331.85,0.873,0,0,0.422618,0.906308,900,255,1,0),(75863,1733,0,1,1,-4939,-2632,331.85,0.873,0,0,0.422618,0.906308,900,255,1,0),(75864,1731,0,1,1,-5349.29,-4168.89,336.427,-2.58309,0,0,0.961262,-0.275637,900,255,1,0),(75865,1732,0,1,1,-5349.29,-4168.89,336.427,-2.58309,0,0,0.961262,-0.275637,900,255,1,0),(75866,1733,0,1,1,-5349.29,-4168.89,336.427,-2.58309,0,0,0.961262,-0.275637,900,255,1,0),(75867,1731,0,1,1,-5575.64,-2751.37,370.087,-0.977384,0,0,0.469472,-0.882948,900,255,1,0),(75868,1732,0,1,1,-5575.64,-2751.37,370.087,-0.977384,0,0,0.469472,-0.882948,900,255,1,0),(75869,1733,0,1,1,-5575.64,-2751.37,370.087,-0.977384,0,0,0.469472,-0.882948,900,255,1,0),(75870,1731,0,1,1,-6194.21,-2996.44,387.533,-0.05236,0,0,0.026177,-0.999657,900,255,1,0),(75871,1732,0,1,1,-6194.21,-2996.44,387.533,-0.05236,0,0,0.026177,-0.999657,900,255,1,0),(75872,1733,0,1,1,-6194.21,-2996.44,387.533,-0.05236,0,0,0.026177,-0.999657,900,255,1,0),(75873,1731,0,1,1,-6225.2,-2998.35,386.989,2.60054,0,0,0.96363,0.267238,900,255,1,0),(75874,1732,0,1,1,-6225.2,-2998.35,386.989,2.60054,0,0,0.96363,0.267238,900,255,1,0),(75875,1733,0,1,1,-6225.2,-2998.35,386.989,2.60054,0,0,0.96363,0.267238,900,255,1,0),(75876,1731,0,1,1,-5691.15,-4099.24,397.565,-1.309,0,0,0,1,900,255,1,0),(75877,1732,0,1,1,-5691.15,-4099.24,397.565,-1.309,0,0,0,1,900,255,1,0),(75878,1733,0,1,1,-5691.15,-4099.24,397.565,-1.309,0,0,0,1,900,255,1,0),(75879,1731,0,1,1,-6097.9,-2814.65,420.024,2.47837,0,0,0.945519,0.325568,900,255,1,0),(75880,1732,0,1,1,-6097.9,-2814.65,420.024,2.47837,0,0,0.945519,0.325568,900,255,1,0),(75881,1733,0,1,1,-6097.9,-2814.65,420.024,2.47837,0,0,0.945519,0.325568,900,255,1,0),(75882,1731,0,1,1,-5802.45,-3740.06,325.453,-0.069813,0,0,0.034899,-0.999391,900,255,1,0),(75883,1732,0,1,1,-5802.45,-3740.06,325.453,-0.069813,0,0,0.034899,-0.999391,900,255,1,0),(75884,1733,0,1,1,-5802.45,-3740.06,325.453,-0.069813,0,0,0.034899,-0.999391,900,255,1,0),(75885,1731,0,1,1,-5067.35,-2619.15,373.198,0.017453,0,0,0.008727,0.999962,900,255,1,0),(75886,1732,0,1,1,-5067.35,-2619.15,373.198,0.017453,0,0,0.008727,0.999962,900,255,1,0),(75887,1733,0,1,1,-5067.35,-2619.15,373.198,0.017453,0,0,0.008727,0.999962,900,255,1,0),(75888,1731,0,1,1,-5344.7,-3897.95,334.121,1.41372,0,0,0.649448,0.760406,900,255,1,0),(75889,1732,0,1,1,-5344.7,-3897.95,334.121,1.41372,0,0,0.649448,0.760406,900,255,1,0),(75890,1733,0,1,1,-5344.7,-3897.95,334.121,1.41372,0,0,0.649448,0.760406,900,255,1,0),(75891,1731,0,1,1,-4827.34,-3870.07,308.506,1.06465,0,0,0.507538,0.861629,900,255,1,0),(75892,1732,0,1,1,-4827.34,-3870.07,308.506,1.06465,0,0,0.507538,0.861629,900,255,1,0),(75893,1733,0,1,1,-4827.34,-3870.07,308.506,1.06465,0,0,0.507538,0.861629,900,255,1,0),(75894,1731,0,1,1,-4991.61,-4149.51,312.482,0.383972,0,0,0.190809,0.981627,900,255,1,0),(75895,1732,0,1,1,-4991.61,-4149.51,312.482,0.383972,0,0,0.190809,0.981627,900,255,1,0),(75896,1733,0,1,1,-4991.61,-4149.51,312.482,0.383972,0,0,0.190809,0.981627,900,255,1,0),(75897,1731,0,1,1,-4787.7,-4173.91,305.719,-0.575959,0,0,0.284015,-0.95882,900,255,1,0),(75898,1732,0,1,1,-4787.7,-4173.91,305.719,-0.575959,0,0,0.284015,-0.95882,900,255,1,0),(75899,1733,0,1,1,-4787.7,-4173.91,305.719,-0.575959,0,0,0.284015,-0.95882,900,255,1,0),(75900,1731,0,1,1,-5003.64,-3982.49,302.199,0.715585,0,0,0.350207,0.936672,900,255,1,0),(75901,1732,0,1,1,-5003.64,-3982.49,302.199,0.715585,0,0,0.350207,0.936672,900,255,1,0),(75902,1733,0,1,1,-5003.64,-3982.49,302.199,0.715585,0,0,0.350207,0.936672,900,255,1,0),(75903,1731,0,1,1,-6062.61,-2740.13,422.309,-0.20944,0,0,0.104528,-0.994522,900,255,1,0),(75904,1732,0,1,1,-6062.61,-2740.13,422.309,-0.20944,0,0,0.104528,-0.994522,900,255,1,0),(75905,1733,0,1,1,-6062.61,-2740.13,422.309,-0.20944,0,0,0.104528,-0.994522,900,255,1,0),(75906,1731,0,1,1,-5821,-2801,381.365,1.833,0,0,0.793353,0.608761,900,255,1,0),(75907,1732,0,1,1,-5821,-2801,381.365,1.833,0,0,0.793353,0.608761,900,255,1,0),(75908,1733,0,1,1,-5821,-2801,381.365,1.833,0,0,0.793353,0.608761,900,255,1,0),(75909,1731,0,1,1,-5879,-3948,357.137,5.669,0,0,0.302264,-0.953224,900,255,1,0),(75910,1732,0,1,1,-5879,-3948,357.137,5.669,0,0,0.302264,-0.953224,900,255,1,0),(75911,1733,0,1,1,-5879,-3948,357.137,5.669,0,0,0.302264,-0.953224,900,255,1,0),(75912,1731,0,1,1,-4843,-3956,319.805,1.765,0,0,0.7722,0.635379,900,255,1,0),(75913,1732,0,1,1,-4843,-3956,319.805,1.765,0,0,0.7722,0.635379,900,255,1,0),(75914,1733,0,1,1,-4843,-3956,319.805,1.765,0,0,0.7722,0.635379,900,255,1,0),(75915,1731,0,1,1,-4739.3,-4114.37,311.837,-1.25664,0,0,0.587785,-0.809017,900,255,1,0),(75916,1732,0,1,1,-4739.3,-4114.37,311.837,-1.25664,0,0,0.587785,-0.809017,900,255,1,0),(75917,1733,0,1,1,-4739.3,-4114.37,311.837,-1.25664,0,0,0.587785,-0.809017,900,255,1,0),(75918,1731,0,1,1,-4779.18,-4055.91,311.679,0.15708,0,0,0.078459,0.996917,900,255,1,0),(75919,1732,0,1,1,-4779.18,-4055.91,311.679,0.15708,0,0,0.078459,0.996917,900,255,1,0),(75920,1733,0,1,1,-4779.18,-4055.91,311.679,0.15708,0,0,0.078459,0.996917,900,255,1,0),(75921,1731,0,1,1,-4939.38,-4077.81,302.542,-0.122173,0,0,0.061049,-0.998135,900,255,1,0),(75922,1732,0,1,1,-4939.38,-4077.81,302.542,-0.122173,0,0,0.061049,-0.998135,900,255,1,0),(75923,1733,0,1,1,-4939.38,-4077.81,302.542,-0.122173,0,0,0.061049,-0.998135,900,255,1,0),(75924,1731,0,1,1,-5639.08,-3903.59,325.725,1.3439,0,0,0.622515,0.782608,900,255,1,0),(75925,1732,0,1,1,-5639.08,-3903.59,325.725,1.3439,0,0,0.622515,0.782608,900,255,1,0),(75926,1733,0,1,1,-5639.08,-3903.59,325.725,1.3439,0,0,0.622515,0.782608,900,255,1,0),(75927,1731,0,1,1,-5736,-3879,334.654,1.838,0,0,0.794947,0.606679,900,255,1,0),(75928,1732,0,1,1,-5736,-3879,334.654,1.838,0,0,0.794947,0.606679,900,255,1,0),(75929,1733,0,1,1,-5736,-3879,334.654,1.838,0,0,0.794947,0.606679,900,255,1,0),(75930,1731,0,1,1,-5653.57,-3924.1,328.478,0.20944,0,0,0.104528,0.994522,900,255,1,0),(75931,1732,0,1,1,-5653.57,-3924.1,328.478,0.20944,0,0,0.104528,0.994522,900,255,1,0),(75932,1733,0,1,1,-5653.57,-3924.1,328.478,0.20944,0,0,0.104528,0.994522,900,255,1,0),(75933,1731,0,1,1,-4939.38,-4077.81,302.542,-0.122173,0,0,0.061049,-0.998135,900,255,1,0),(75934,1732,0,1,1,-4939.38,-4077.81,302.542,-0.122173,0,0,0.061049,-0.998135,900,255,1,0),(75935,1733,0,1,1,-4939.38,-4077.81,302.542,-0.122173,0,0,0.061049,-0.998135,900,255,1,0),(75936,1731,0,1,1,-5842.29,-4205.48,417.789,-2.44346,0,0,0.939693,-0.34202,900,255,1,0),(75937,1732,0,1,1,-5842.29,-4205.48,417.789,-2.44346,0,0,0.939693,-0.34202,900,255,1,0),(75938,1733,0,1,1,-5842.29,-4205.48,417.789,-2.44346,0,0,0.939693,-0.34202,900,255,1,0),(6552,162024,1,1,1,-901.311,-3758.08,11.3853,0,0,0,0,0,-600,0,1,0),(6579,162024,1,1,1,858.997,-2346.59,92.5888,0,0,0,0,0,-600,0,1,0),(150104,193403,571,1,1,8022.29,2991.09,565.201,3.29633,0,0,0.997009,-0.0772905,300,100,1,0),(150105,193404,571,1,1,7887.31,2982.18,519.181,5.51508,0,0,0.374682,-0.927153,300,100,1,0),(150106,193405,571,1,1,7779.92,3022.13,519.573,4.52389,0,0,0.770514,-0.637424,300,100,1,0),(150107,193406,571,1,1,7687.57,3109.39,558.589,3.21621,0,0,0.999304,-0.037299,300,100,1,0),(150122,188370,571,1,1,2650.44,1007.69,-24.8103,1.148,0,0,0.542997,0.839735,25,0,1,0),(81152,190778,571,1,1,5438.22,4824.9,-220.352,4.37186,0,0,0.816696,-0.577068,300,0,1,0),(81153,190778,571,1,1,5446.87,4796.41,-217.331,4.97269,0,0,0.609357,-0.792896,300,0,1,0),(81154,190778,571,1,1,5482.05,4816.4,-217.098,5.93873,0,0,0.171376,-0.985206,300,0,1,0),(150112,185919,530,1,1,1474.1,7256.4,375.19,2.66241,0,0,0.971435,0.237307,0,0,1,0),(150113,185919,530,1,1,2948.5,7076,370.826,1.94403,0,0,0.826024,0.563636,0,0,1,0),(150101,179976,571,1,1,5796.86,668.769,613.883,5.69224,0,0,0.291191,-0.956665,25,0,1,0),(150102,179976,571,1,1,5795.29,666.623,613.883,5.71342,0,0,0.281045,-0.959695,25,0,1,0),(150066,196398,650,3,1,692.127,610.575,412.347,1.85005,0,0,0,0,0,0,0,0),(150065,196398,650,3,1,710.325,660.708,412.387,0.698132,0,0,0,0,0,0,0,0),(150064,196398,650,3,1,784.533,660.238,412.389,-0.715585,0,0,0,0,0,0,0,0),(150063,196398,650,3,1,801.663,624.806,412.344,-1.3439,0,0,0,0,0,0,0,0),(150067,195477,650,3,1,813.13,617.632,413.039,0,0,0,0,0,0,0,0,0),(150068,195486,650,3,1,813.12,617.59,413.031,0,0,0,0,0,0,0,0,0),(150069,195481,650,3,1,746.156,549.464,412.881,1.5708,0,0,0,0,0,0,0,0),(150070,195480,650,3,1,746.156,549.464,412.881,1.5708,0,0,0,0,0,0,0,0),(150071,195479,650,3,1,746.156,549.464,412.881,1.5708,0,0,0,0,0,0,0,0),(150072,195478,650,3,1,746.156,549.464,412.881,1.5708,0,0,0,0,0,0,0,0),(150074,195649,650,3,1,685.51,618.055,412.412,3.14159,0,0,0,0,0,0,0,0),(150073,195648,650,3,1,746.646,556.925,412.412,1.5708,0,0,0,0,0,0,0,0),(150075,195485,650,3,1,844.685,623.408,159.109,0,0,0,0,0,0,0,0,0),(150076,195650,650,3,1,807.839,618.055,412.412,3.14159,0,0,0,0,0,0,0,0),(150077,195647,650,3,1,746.698,677.469,412.339,1.5708,0,0,0,0,0,0,0,0),(150078,180723,650,3,1,779.951,655.656,421.818,-2.35619,0,0,0,0,0,0,0,0),(150079,180723,650,3,1,782.309,582.892,421.546,2.25147,0,0,0,0,0,0,0,0),(11506,183385,546,3,1,52.3858,-188.325,-4.27433,-2.47837,0,0,0,1,7200,255,1,0),(150082,180708,650,3,1,712.521,655.648,424.593,-0.767944,0,0,0,0,0,0,0,0),(150083,180708,650,3,1,704.793,600.736,429.519,0.436332,0,0,0,0,0,0,0,0),(150084,180708,650,3,1,704.302,636.326,425.136,-0.418879,0,0,0,0,0,0,0,0),(150085,180703,650,3,1,712.521,655.648,424.593,-0.767944,0,0,0,0,0,0,0,0),(150086,180703,650,3,1,714.158,585.533,425.579,0.715585,0,0,0,0,0,0,0,0),(150087,180703,650,3,1,704.793,600.736,429.519,0.436332,0,0,0,0,0,0,0,0),(150088,180730,650,3,1,714.158,585.533,425.579,0.715585,0,0,0,0,0,0,0,0),(150089,180730,650,3,1,704.793,600.736,429.519,0.436332,0,0,0,0,0,0,0,0),(150090,180736,650,3,1,792.309,598.457,424.636,2.70526,0,0,0,0,0,0,0,0),(150091,180736,650,3,1,794.441,638.306,425.7,-2.77507,0,0,0,0,0,0,0,0),(150092,180736,650,3,1,779.951,655.656,421.818,-2.35619,0,0,0,0,0,0,0,0),(150093,180736,650,3,1,782.309,582.892,421.546,2.25147,0,0,0,0,0,0,0,0),(150094,180720,650,3,1,779.951,655.656,421.818,-2.35619,0,0,0,0,0,0,0,0),(150095,180720,650,3,1,782.309,582.892,421.546,2.25147,0,0,0,0,0,0,0,0),(150096,180738,650,3,1,794.441,638.306,425.7,-2.77507,0,0,0,0,0,0,0,0),(150097,180738,650,3,1,782.309,582.892,421.546,2.25147,0,0,0,0,0,0,0,0),(150098,180728,650,3,1,704.302,636.326,425.136,-0.418879,0,0,0,0,0,0,0,0),(150099,180728,650,3,1,714.158,585.533,425.579,0.715585,0,0,0,0,0,0,0,0),(150100,180728,650,3,1,712.521,655.648,424.593,-0.767944,0,0,0,0,0,0,0,0),(150116,191529,571,1,1,4773.17,-2046.1,229.416,3.22755,0,0,0.999077,-0.0429651,25,0,1,0),(150117,187705,571,1,2,2876.36,6856.74,0.67632,4.01352,0,0,0.906464,-0.422283,1200,0,1,0),(150118,187705,571,1,2,3018.81,6781.08,3.3237,3.95853,0,0,0.917729,-0.397207,1200,0,1,0),(150119,187705,571,1,2,3042.41,6741.77,3.71398,0.384971,0,0,0.191299,0.981532,1200,0,1,0),(150120,187705,571,1,2,2523.4,6837.86,0.78411,1.66831,0,0,0.74073,0.671803,1200,0,1,0),(150121,187763,571,1,1,3633.9,5900,150.421,2.32062,0,0,0.916927,0.399054,25,0,1,0),(150123,187033,571,1,1,501.014,-3530.57,0.370485,6.21848,0,0,0.0323477,-0.999477,25,0,1,0),(150124,186464,571,1,1,1498.65,-6193.97,15.6769,3.43613,0,0,0.989175,-0.146738,25,0,1,0),(150125,186464,571,1,1,1576.89,-6252.19,15.7494,2.96725,0,0,0.996203,0.0870613,25,0,1,0),(150145,188241,571,1,1,4600.57,-4235.31,178.654,2.02458,0,0,0,0,120,0,1,0),(150146,188242,571,1,1,4594.89,-4216.73,178.639,-3.11539,0,0,0,0,120,0,1,0),(150147,188243,571,1,1,4593.36,-4235.11,178.654,-2.07694,0,0,0,0,120,0,1,0),(150155,181402,533,3,1,3732.65,-5027.98,151.95,4.39633,0,0,0,0,25,0,1,0),(150156,181403,533,3,1,3783.3,-5062.34,151.82,3.5934,0,0,0,0,25,0,1,0),(150157,181404,533,3,1,3760.52,-5173.59,151.81,2.13021,0,0,0,0,25,0,1,0),(150158,181405,533,3,1,3699.93,-5185.8,151.956,1.3436,0,0,0,0,25,0,1,0),(150159,181228,533,3,1,3637.4,-5090.35,143.231,4.52682,0,0,0,0,25,0,0,0),(150160,181444,533,3,1,3715.99,-5106.7,141.3,3.31536,0,0,0,0,25,0,1,0),(150161,181640,533,3,1,3763.44,-5115.88,146,2.94,0,0,0,0,25,0,1,0),(150129,1731,0,1,1,-8801.88,-883.678,82.6097,-2.93214,0,0,0,0,120,0,1,0),(150130,1731,0,1,1,-9025.47,-595.008,56.6837,0.767944,0,0,0,0,120,0,1,0),(150131,1731,0,1,1,-9101.61,76.0012,93.6697,1.39626,0,0,0,0,120,0,1,0),(150132,1731,0,1,1,-9191.63,-598.046,60.6417,-3.00195,0,0,0,0,120,0,1,0),(150133,1731,0,1,1,-9254.93,-452.93,82.6758,2.47837,0,0,0,0,120,0,1,0),(150134,1731,0,1,1,-9296.18,-1008.83,55.8491,-0.122173,0,0,0,0,120,0,1,0),(150135,1731,0,1,1,-9401.4,422.391,37.7848,0.122173,0,0,0,0,120,0,1,0),(150136,1731,0,1,1,-9403.04,-1049.86,61.608,1.51844,0,0,0,0,120,0,1,0),(150137,1731,0,1,1,-9471.69,560.812,58.0184,0.383971,0,0,0,0,120,0,1,0),(150138,1731,0,1,1,-9505.85,-1566.84,71.6791,-2.19911,0,0,0,0,120,0,1,0),(150139,1731,0,1,1,-9541.09,652.099,49.707,0.226892,0,0,0,0,120,0,1,0),(150140,1731,0,1,1,-9775.81,-420.04,49.1723,-2.80998,0,0,0,0,120,0,1,0),(150141,1731,0,1,1,-9817.66,205.771,16.6964,-0.872664,0,0,0,0,120,0,1,0),(150142,1731,0,1,1,-9841.58,-340.996,46.2621,2.25147,0,0,0,0,120,0,1,0),(150143,1732,0,1,1,-10588.5,2009.49,-3.73039,1.46608,0,0,0,0,120,0,1,0),(150144,1732,0,1,1,-10995,1979.65,34.9596,0.314158,0,0,0,0,120,0,1,0),(151165,202239,631,1,1,-489.72,2172.07,539.289,2.65289,0,0,0,0,604800,0,1,0),(150164,201374,631,15,17,4112.66,2484.49,366.303,3.14159,0,0,1,0,6000,100,1,0),(151786,194291,571,1,1,8421.63,707.685,547.37,4.31917,0,0,0.831614,-0.555354,300,0,1,0),(150166,201814,631,15,1,-176.599,2201.98,35.2335,5.94144,0,0,0.170043,-0.985437,3600,0,1,0),(150167,202220,631,15,1,-644.396,2211.56,51.8975,3.14159,0,0,1,0,6000,100,1,0),(150168,201825,631,15,1,-469.618,2211.3,541.142,3.14159,0,0,1,0,6000,100,1,0),(150169,201911,631,15,1,-407.348,2147.88,42.8454,0.916297,0,0,1,0,6000,100,1,0),(150170,201774,631,15,1,-61.4184,2234.42,27.9025,1.23918,0,0,0,1,6000,100,1,0),(150172,201583,631,15,1,-6.12859,2211.46,28.3505,0,0,0,1,0,6000,100,0,0),(150173,202244,631,15,1,-549.073,2211.29,539.223,3.14159,0,0,1,0,6000,100,0,0),(100066,2712,0,1,1,-2165.82,-1741.98,-52.3526,2.80998,0,0,0,0,120,0,1,0),(151787,194291,571,1,1,8488.82,920.117,547.293,5.78943,0,0,0.244376,-0.969681,300,0,1,0),(150176,201772,631,15,1,-61.3385,2201.13,27.9025,-1.3439,0,0,0,1,6000,100,1,0),(150177,201771,631,15,1,-58.5347,2196.64,27.487,2.04204,0,0,0,1,6000,100,1,0),(150178,202245,631,15,1,-503.593,2211.47,62.7621,0,0,0,1,0,6000,100,0,0),(150179,201774,631,15,1,-60.7569,2192.49,27.9025,-1.0472,0,0,0,1,6000,100,1,0),(14734,202177,673,4,1,-19.8726,-14.1748,33.6377,4.71239,0,0,0,1,604800,255,1,0),(150181,201774,631,15,1,-60.7569,2192.49,27.9025,-1.0472,0,0,0,1,6000,100,1,0),(151785,194291,571,1,1,8409.89,707.879,547.314,3.5212,0,0,0.982041,-0.188668,300,0,1,0),(150183,201777,631,15,1,-73.309,2199.16,27.9025,0,0,0,0,1,6000,100,1,0),(151784,194291,571,1,1,8569.74,658.995,547.453,6.07846,0,0,0.102183,-0.994766,300,0,1,0),(14733,202180,673,2,1,-19.8726,-14.1748,33.6377,4.71239,0,0,0,1,604800,255,1,0),(150186,201777,631,15,1,-69.4149,2202.41,27.9025,-0.802851,0,0,0,1,6000,100,1,0),(150187,201742,631,15,1,-59.4583,2157.47,30.6542,2.75761,0,0,0,1,6000,100,1,0),(150188,201777,631,15,1,-64.1667,2219.3,27.9025,0.558504,0,0,0,1,6000,100,1,0),(150189,202243,631,15,1,-615.146,2211.47,199.909,3.14159,0,0,1,0,6000,100,0,0),(100065,181645,0,1,1,-257.609,-2810.08,115.943,1.06465,0,0,0,0,120,0,1,0),(243002,180690,531,1,1,-8685.79,1598.99,-87.4981,4.51524,0,0,0,0,10800,100,1,0),(150192,201816,631,15,1,-288.013,2219.52,42.4658,5.91351,0,0,0.183785,-0.982966,3600,0,1,0),(150193,201777,631,15,1,-75.0052,2202.78,27.9025,0.558504,0,0,0,1,6000,100,1,0),(243001,180690,531,1,1,-8588.39,1300.25,-68.7304,2.09776,0,0,0,0,10800,100,1,0),(150195,201592,658,3,1,724.438,-140.052,512.621,0,0,0,0,1,6000,100,1,0),(150196,201593,658,3,1,755.774,-119.53,512.688,0,0,0,0,1,6000,100,1,0),(150197,201969,658,3,1,592.08,-22.4306,512.605,-3.01941,0,0,0,1,86400,100,1,0),(150198,201969,658,3,1,637.587,-70.7083,512.642,1.91986,0,0,0,1,86400,100,1,0),(150199,201592,658,3,1,839.693,85.4531,510.398,0,0,0,0,1,6000,100,1,0),(150200,201593,658,3,1,569.375,192.802,509.854,0,0,0,0,1,6000,100,1,0),(150201,201969,658,3,1,575.352,248.378,509.007,-2.70526,0,0,0,1,86400,100,1,0),(150202,201969,658,3,1,548.127,90.8594,525.021,-2.63544,0,0,0,1,86400,100,1,0),(150203,201592,658,3,1,554.149,264.531,509.007,0,0,0,0,1,6000,100,1,0),(150204,201593,658,3,1,718.997,125.872,501.708,0,0,0,0,1,6000,100,1,0),(150205,201969,658,3,1,546.736,78.5799,527.68,-2.79252,0,0,0,1,86400,100,1,0),(150206,202302,668,3,1,5309.36,2006.55,709.341,-2.33874,0,0,0,1,6000,100,1,0),(150207,196392,632,3,1,4925.1,2170.29,641.944,2.04489,0,0,-0.325568,0.945519,6000,100,1,0),(150208,201592,658,3,1,468.238,173.26,528.706,0,0,0,0,1,6000,100,1,0),(150209,201593,658,3,1,863.717,99.6094,510.408,0,0,0,0,1,6000,100,1,0),(150210,197342,668,3,1,5520.77,2229.04,733.04,0.810935,0,0,-0.370856,0.928691,6000,100,0,0),(150211,201969,658,3,1,855.941,-16.5764,509.491,-2.33874,0,0,0,1,86400,100,1,0),(150212,201593,658,3,1,582.837,196.997,510.922,0,0,0,0,1,6000,100,1,0),(150213,201592,658,3,1,837.733,141.722,509.508,-1.0821,0,0,0,1,6000,100,1,0),(150214,201593,658,3,1,686.017,175.748,508.175,0,0,0,0,1,6000,100,1,0),(150215,201969,658,3,1,752.821,-94.8229,512.716,-1.36136,0,0,0,1,86400,100,1,0),(150216,201969,658,3,1,752.497,-81.316,512.603,-0.523598,0,0,0,1,86400,100,1,0),(150217,201593,658,3,1,861.462,138.559,510.187,-2.72271,0,0,0,1,6000,100,1,0),(150218,201593,658,3,1,630,268.547,507.359,0,0,0,0,1,6000,100,1,0),(150219,201969,658,3,1,550.918,265.731,509.007,3.08918,0,0,0,1,86400,100,1,0),(150220,201969,658,3,1,758.177,-62.0313,511.524,0.017452,0,0,0,1,86400,100,1,0),(150221,197343,668,3,1,5582.81,2230.62,733.04,-0.75986,0,0,-0.370856,0.928691,6000,100,0,0),(150222,201592,658,3,1,447.21,262.74,528.709,0,0,0,0,1,6000,100,1,0),(150223,201593,658,3,1,893.722,119.649,508.609,0,0,0,0,1,6000,100,1,0),(150224,201961,632,3,1,5684.1,2536.37,716.859,-2.23116,0,0,-0.325568,0.945519,6000,100,1,0),(150225,201969,658,3,1,655.58,144.47,507.822,2.33874,0,0,0,1,86400,100,1,0),(150226,201969,658,3,1,646.318,-97.9375,512.605,-2.91469,0,0,0,1,86400,100,1,0),(150227,201593,658,3,1,887.139,112.799,508.72,1.25664,0,0,0,1,6000,100,1,0),(150228,201969,658,3,1,648.649,-112.335,513.084,1.58825,0,0,0,1,86400,100,1,0),(150229,202236,668,3,1,5309.34,2006.52,709.316,-0.75986,0,0,-0.370856,0.928691,6000,100,1,0),(150230,201593,658,3,1,850.455,-23.4201,509.15,0,0,0,0,1,6000,100,1,0),(150231,201747,668,3,1,5231.04,1923.79,707.044,0.810935,0,0,-0.370856,0.928691,6000,100,1,0),(150232,201592,658,3,1,472.552,136.938,530.262,0,0,0,0,1,6000,100,1,0),(150233,201593,658,3,1,844.215,92.8108,510.385,1.67551,0,0,0,1,6000,100,1,0),(150234,201969,658,3,1,833.667,-16.2899,509.484,-2.32129,0,0,0,1,86400,100,1,0),(150235,201848,658,3,1,1106.11,251.749,627.814,-2.28516,0,0,0.936672,0.350207,6000,100,1,0),(150236,201592,658,3,1,815.474,137.865,509.377,0,0,0,0,1,6000,100,1,0),(150237,201593,658,3,1,748.467,147.703,511.183,0,0,0,0,1,6000,100,1,0),(150238,201960,632,3,1,5684.1,2536.37,716.859,-2.23116,0,0,-0.325568,0.945519,6000,100,1,0),(150239,201969,658,3,1,749.285,-107.773,512.901,-0.715585,0,0,0,1,86400,100,1,0),(150240,201592,658,3,1,671.543,-116.234,512.695,0,0,0,0,1,6000,100,1,0),(150241,201969,658,3,1,588.804,199.064,509.48,2.65289,0,0,0,1,86400,100,1,0),(150242,201969,658,3,1,630.884,275.889,507.606,1.18682,0,0,0,1,86400,100,1,0),(150243,201756,668,3,1,5231.04,1923.79,707.044,0.810935,0,0,-0.370856,0.928691,6000,100,1,0),(150244,201592,658,3,1,631.854,294.524,507.514,0,0,0,0,1,6000,100,1,0),(150245,201593,658,3,1,724.438,-140.052,512.621,0,0,0,0,1,6000,100,1,0),(150246,201969,658,3,1,582.547,-17.8663,512.617,1.18682,0,0,0,1,86400,100,1,0),(150247,201969,658,3,1,699.583,190.753,510.857,2.30383,0,0,0,1,86400,100,1,0),(150248,201592,658,3,1,655.708,-137.531,512.588,0,0,0,0,1,6000,100,1,0),(150249,201593,658,3,1,839.693,85.4531,510.398,0,0,0,0,1,6000,100,1,0),(150250,201969,658,3,1,587.677,5.81597,512.588,1.18682,0,0,0,1,86400,100,1,0),(150251,202392,658,3,1,878.24,24.6997,498.52,1.55334,0,0,0,1,6000,100,1,0),(150252,201592,658,3,1,564.207,178.653,509.93,0,0,0,0,1,6000,100,1,0),(150253,201593,658,3,1,554.149,264.531,509.007,0,0,0,0,1,6000,100,1,0),(150254,201969,658,3,1,636.401,182.17,507.123,-0.977383,0,0,0,1,86400,100,1,0),(150255,196391,632,3,1,4925.1,2170.29,641.944,2.04489,0,0,-0.325568,0.945519,6000,100,1,0),(150256,202209,658,3,1,423.349,212.451,531.064,0,0,0,0,1,6000,100,1,0),(150257,201592,658,3,1,630,268.547,507.359,0,0,0,0,1,6000,100,1,0),(150258,201593,658,3,1,468.238,173.26,528.706,0,0,0,0,1,6000,100,1,0),(150259,201969,658,3,1,676.191,167.217,507.966,0.663223,0,0,0,1,86400,100,1,0),(150260,201592,658,3,1,755.774,-119.53,512.688,0,0,0,0,1,6000,100,1,0),(150261,201969,658,3,1,864.655,-11.4358,509.657,-1.18682,0,0,0,1,86400,100,1,0),(150262,201592,658,3,1,569.375,192.802,509.854,0,0,0,0,1,6000,100,1,0),(150263,201593,658,3,1,837.733,141.722,509.508,-1.0821,0,0,0,1,6000,100,1,0),(150264,201969,658,3,1,883.674,5.69097,509.652,-0.191985,0,0,0,1,86400,100,1,0),(150265,201969,658,3,1,682.894,220.568,511.024,-0.855211,0,0,0,1,86400,100,1,0),(150266,201592,658,3,1,718.997,125.872,501.708,0,0,0,0,1,6000,100,1,0),(150267,201969,658,3,1,560.273,64.6684,524.846,2.42601,0,0,0,1,86400,100,1,0),(150268,201592,658,3,1,863.717,99.6094,510.408,0,0,0,0,1,6000,100,1,0),(150269,201593,658,3,1,447.21,262.74,528.709,0,0,0,0,1,6000,100,1,0),(150270,201969,658,3,1,814.389,-12.2188,509.484,-1.18682,0,0,0,1,86400,100,1,0),(150271,201969,658,3,1,661.503,211.88,507.633,-2.68781,0,0,0,1,86400,100,1,0),(150272,201592,658,3,1,582.837,196.997,510.922,0,0,0,0,1,6000,100,1,0),(150273,201592,658,3,1,686.017,175.748,508.175,0,0,0,0,1,6000,100,1,0),(150274,201969,658,3,1,633.323,-60.6597,512.589,1.18682,0,0,0,1,86400,100,1,0),(150275,202393,658,3,1,728,-122.156,491.926,1.53589,0,0,0,1,6000,100,1,0),(150276,201592,658,3,1,861.462,138.559,510.187,-2.72271,0,0,0,1,6000,100,1,0),(150277,201593,658,3,1,472.552,136.938,530.262,0,0,0,0,1,6000,100,1,0),(150278,202210,658,3,1,423.349,212.451,531.064,0,0,0,0,1,6000,100,1,0),(150279,201969,658,3,1,582.417,-6.21354,512.597,1.18682,0,0,0,1,86400,100,1,0),(150280,201592,658,3,1,893.722,119.649,508.609,0,0,0,0,1,6000,100,1,0),(150281,202391,658,3,1,855.278,68.934,498.539,1.30027,0,0,0,1,6000,100,1,0),(150282,201969,658,3,1,608.422,-13.6319,512.602,2.32129,0,0,0,1,86400,100,1,0),(150283,202394,658,3,1,661.2,-121.932,491.615,1.53589,0,0,0,1,6000,100,1,0),(150284,201592,658,3,1,887.139,112.799,508.72,1.25664,0,0,0,1,6000,100,1,0),(150285,201593,658,3,1,815.474,137.865,509.377,0,0,0,0,1,6000,100,1,0),(150286,201969,658,3,1,573.201,168.451,509.855,2.67035,0,0,0,1,86400,100,1,0),(150287,201969,658,3,1,631.651,110.535,510.694,1.309,0,0,0,1,86400,100,1,0),(150288,201592,658,3,1,850.455,-23.4201,509.15,0,0,0,0,1,6000,100,1,0),(150289,201593,658,3,1,671.543,-116.234,512.695,0,0,0,0,1,6000,100,1,0),(150290,201969,658,3,1,641.556,-83.934,512.588,1.71042,0,0,0,1,86400,100,1,0),(150291,201976,668,3,1,5264.61,1959.44,707.724,0.810935,0,0,-0.370856,0.928691,6000,100,0,0),(150292,201600,632,3,1,5672.2,2520.55,709.108,-0.610864,0,0,0,1,6000,100,1,0),(150293,201969,658,3,1,593.021,28.6684,512.291,1.18682,0,0,0,1,86400,100,1,0),(150294,197341,668,3,1,5358.96,2058.75,707.724,0.810935,0,0,-0.370856,0.928691,6000,100,1,0),(150295,201592,658,3,1,844.215,92.8108,510.385,1.67551,0,0,0,1,6000,100,1,0),(150296,201593,658,3,1,631.854,294.524,507.514,0,0,0,0,1,6000,100,1,0),(150297,201969,658,3,1,590.087,19.8438,512.596,1.18682,0,0,0,1,86400,100,1,0),(150298,201593,658,3,1,655.708,-137.531,512.588,0,0,0,0,1,6000,100,1,0),(150299,201592,658,3,1,748.467,147.703,511.183,0,0,0,0,1,6000,100,1,0),(150300,201593,658,3,1,564.207,178.653,509.93,0,0,0,0,1,6000,100,1,0),(150301,190236,668,3,1,4926.09,1554.96,163.292,-2.26562,0,0,0.999999,-0.001655,6000,100,1,0),(150302,201969,658,3,1,648.74,191.651,507.575,1.81514,0,0,0,1,86400,100,1,0),(150303,201596,668,3,1,5275.91,1693.72,786.151,4.05956,0,0,0.896503,-0.443037,25,0,0,0),(150304,201771,631,15,1,-60.8481,2222.24,27.9027,1.60583,0,0,0.719384,0.694613,25,0,1,0),(150305,185879,631,15,1,-583.619,2215.21,49.4767,3.03283,0,0,0,1,6000,100,1,0),(150306,185879,631,15,1,-516.039,2206.61,62.8232,-2.8317,0,0,0,1,6000,100,1,0),(150307,201910,631,15,1,-412.97,2285.24,42.0103,-0.654497,0,0,1,0,6000,100,1,0),(151783,194291,571,1,1,8569.54,670.423,547.397,5.96851,0,0,0.156691,-0.987648,300,0,1,0),(150309,201846,631,15,1,4389.44,3159.79,390.752,1.13446,0,0,1,0,6000,100,1,0),(150326,202315,631,10,1,82.1685,2211.82,33.0959,3.14159,0,0,1,0,6000,100,1,0),(150311,201584,631,15,1,4356.6,3269.24,390.941,-1.5708,0,0,1,0,6000,100,1,0),(150312,202182,631,15,1,4357.07,2823.39,347.406,3.14159,0,0,1,0,6000,255,0,0),(150313,201383,631,15,17,4166.02,2419.49,364.87,-1.5708,0,0,1,0,6000,100,1,0),(150314,201381,631,15,17,4241.35,2549.49,364.87,-1.5708,0,0,1,0,6000,100,1,0),(150315,201777,631,15,1,-69.4149,2202.41,27.9025,-0.802851,0,0,0,1,6000,100,1,0),(150316,201771,631,15,1,-58.5347,2196.64,27.487,2.04204,0,0,0,1,6000,100,1,0),(150317,201773,631,15,1,-61.5104,2201.13,28.6059,-0.95993,0,0,0,1,6000,100,1,0),(150318,201772,631,15,1,-61.3385,2201.13,27.9025,-1.3439,0,0,0,1,6000,100,1,0),(150319,201613,631,15,1,4357.06,3071.33,354.362,-1.5708,0,0,1,0,6000,100,0,0),(150320,201615,631,15,1,4432.27,3090.88,362.253,1.5708,0,0,1,0,6000,100,1,0),(150321,202317,631,5,1,82.1685,2211.82,33.0959,3.14159,0,0,1,0,6000,100,1,0),(150322,201618,631,15,1,4400.8,3043.07,355.308,3.14159,0,0,1,0,6000,100,1,0),(150323,201741,631,15,1,4573.8,2854.84,384.684,1.93731,0,0,0,1,1209600,100,1,0),(150324,201777,631,15,1,-73.309,2199.16,27.9025,0,0,0,0,1,6000,100,1,0),(150325,201773,631,15,1,-61.4878,2226.76,28.5969,-2.14675,0,0,0,1,6000,100,1,0),(150310,202316,631,10,1,82.1685,2211.82,33.0959,3.14159,0,0,1,0,6000,100,1,0),(150327,201777,631,15,1,-72.5451,2213.09,27.9025,-0.698132,0,0,0,1,6000,100,1,0),(150328,202242,631,15,1,-17.0711,2211.47,30.0546,0,0,0,1,0,6000,100,0,0),(150329,196840,631,15,1,4356.58,2366.63,220.139,3.14159,0,0,1,0,6000,100,1,0),(150330,201817,631,15,1,-304.027,2199.08,41.9851,0.309349,0,0,0.154059,0.988062,3600,0,1,0),(150331,201774,631,15,1,-61.4184,2234.42,27.9025,1.23918,0,0,0,1,6000,100,1,0),(150332,201376,631,15,1,4581.03,2769.33,361.206,3.14159,0,0,1,0,6000,100,1,0),(150333,201372,631,15,1,4356.76,3155.91,388.31,-1.5708,0,0,1,0,6000,100,1,0),(150334,201755,631,15,1,4522.51,2769.28,403.645,3.14159,0,0,1,0,6000,255,1,0),(150335,202079,631,15,1,-72.7031,2282.45,32.8673,-1.5708,0,0,0,1,6000,100,1,0),(150336,201772,631,15,1,-61.434,2226.63,27.9025,-1.48353,0,0,0,1,6000,100,1,0),(150337,201777,631,15,1,-71.8472,2222.18,27.9025,0.558504,0,0,0,1,6000,100,1,0),(150338,202223,631,15,1,4356.93,2769.41,355.955,-2.35619,0,0,1,0,6000,100,1,0),(150339,201377,631,15,1,4658.27,2709.65,361.221,-1.5708,0,0,1,0,6000,100,1,0),(150340,201379,631,15,1,4356.76,2438.04,357.835,-1.5708,0,0,1,0,6000,100,1,0),(150341,201375,631,15,17,4292.61,2484.49,366.303,3.14159,0,0,1,0,6000,100,1,0),(150343,185879,631,15,1,4621.46,2770.94,361.163,0.025214,0,0,0,1,6000,100,1,0),(150344,201370,631,15,1,4445.72,3085.06,359.455,-1.5708,0,0,1,0,6000,100,0,0),(150345,201616,631,15,1,4280.84,3090.88,362.335,1.5708,0,0,1,0,6000,100,1,0),(150346,201373,631,15,1,4274.2,2484.56,210.458,3.14159,0,0,1,0,6000,100,1,0),(150347,201741,631,15,1,4522.76,2769.22,351.101,-3.10665,0,0,0,1,1209600,100,1,0),(243000,180690,531,1,1,-8130.23,1136.69,-88.93,0.857524,0,0,0,0,10800,100,1,0),(150349,201614,631,15,1,4357.06,3071.33,354.362,-1.5708,0,0,1,0,6000,100,0,0),(150350,201847,631,15,1,4324.7,3160.28,390.688,1.74533,0,0,1,0,6000,100,1,0),(150308,202318,631,5,1,82.1685,2211.82,33.0959,3.14159,0,0,1,0,6000,100,1,0),(150352,201919,631,15,1,4356.45,2653.27,350.888,-1.5708,0,0,1,0,6000,255,0,0),(150353,202235,631,15,1,4199.35,2769.42,350.977,3.14159,0,0,1,0,6000,100,0,0),(150354,201382,631,15,17,4241.35,2419.49,364.87,-1.5708,0,0,1,0,6000,100,1,0),(150355,201857,631,15,1,-338.094,2211.47,42.9668,3.14159,0,0,1,0,6000,100,0,0),(150356,201741,631,15,1,4574.18,2683.47,384.684,-0.593412,0,0,0,1,1209600,100,1,0),(150357,201815,631,15,1,-209.571,2250.19,37.9852,0.764353,0,0,0.372941,0.927855,3600,0,1,0),(150358,201378,631,15,1,4658.27,2828.9,361.221,-1.5708,0,0,1,0,6000,100,1,0),(150359,201777,631,15,1,-75.0052,2202.78,27.9025,0.558504,0,0,0,1,6000,100,1,0),(150360,201612,631,15,1,4357.06,3071.33,354.362,-1.5708,0,0,1,0,6000,100,1,0),(14732,202178,673,1,1,-19.8726,-14.1748,33.6377,4.71239,0,0,0,1,604800,255,1,0),(150362,202234,631,15,1,4051.85,2484.49,210.709,3.14159,0,0,1,0,6000,100,1,0),(150363,201746,631,15,1,4534.99,2769.85,403.652,3.14159,0,0,1,0,6000,100,0,0),(150364,201563,631,15,1,-520.443,2211.47,63.1378,3.14159,0,0,1,0,6000,100,1,0),(150365,201771,631,15,1,-59.9757,2231.04,27.4819,1.18682,0,0,0,1,6000,100,1,0),(150366,202246,631,15,1,4356.58,2565.75,220.402,-1.5708,0,0,1,0,6000,100,0,0),(150367,201380,631,15,17,4166.02,2549.49,364.87,-1.5708,0,0,1,0,6000,100,1,0),(150368,201617,631,15,1,4313.16,3041.35,356.594,3.14159,0,0,1,0,6000,100,1,0),(150369,202181,631,15,1,4357.07,2714.72,347.406,3.14159,0,0,1,0,6000,255,0,0),(150370,201369,631,15,1,4356.76,2394.81,219.599,-1.5708,0,0,1,0,6000,100,1,0),(150371,201371,631,15,1,4267.71,3085.06,359.455,-1.5708,0,0,1,0,6000,100,0,0),(150372,201920,631,15,1,4476.2,2769.85,350.75,5.29042,0,0,0.476249,-0.87931,0,255,0,0),(150373,201777,631,15,1,-72.533,2227.48,27.9025,-0.523598,0,0,0,1,6000,100,1,0),(150374,202183,631,15,1,4412.03,2769.33,347.406,3.14159,0,0,1,0,6000,255,0,0),(150375,201776,631,15,1,-57.1493,2202.03,27.9025,-0.925024,0,0,0,1,6000,100,1,0),(268620,190557,631,15,1,-59.4583,2157.47,30.6542,2.75761,0,0,0,1,6000,100,1,0),(264458,186952,571,1,1,476.923,-5941.13,308.753,1.56029,0,0,0.703383,0.710811,300,0,1,0),(150378,186650,571,1,1,3036.78,-5091.59,722.371,0.191985,0,0,0,0,120,0,1,0),(150379,188492,571,1,1,3985.62,-5249.81,6.77149,-0.401425,0,0,0,0,300,0,1,0),(150380,188493,571,1,1,3985.49,-5249.98,7.01247,0.698131,0,0,0,0,300,0,1,0),(150381,175544,571,1,1,1406.46,-3106.1,166.06,-2.37364,0,0,0,0,600,100,1,0),(150382,175544,571,1,1,1407.67,-3107.79,166.078,1.27409,0,0,0,0,600,100,1,0),(150383,194237,571,1,1,4582.47,-1599.54,156.656,0,0,0,0,0,120,0,1,0),(150384,194237,571,1,1,4586.6,-1613.42,156.656,0,0,0,0,0,120,0,1,0),(150385,194237,571,1,1,4587.77,-1586.85,156.656,0,0,0,0,0,120,0,1,0),(150386,194237,571,1,1,4599.42,-1619.39,156.656,0,0,0,0,0,120,0,1,0),(150387,194237,571,1,1,4599.9,-1582.31,156.656,0,0,0,0,0,120,0,1,0),(150388,194237,571,1,1,4611.93,-1613.46,156.656,0,0,0,0,0,120,0,1,0),(150389,194237,571,1,1,4613.43,-1587.35,156.656,0,0,0,0,0,120,0,1,0),(150390,194237,571,1,1,4618.28,-1600,156.656,0,0,0,0,0,120,0,1,0),(14990,202081,1,1,1,1036.85,-3404.15,91.67,0,0,0,0,0,3600,0,1,0),(150395,194291,571,1,1,8480.85,924.364,547.293,-1.5708,0,0,0,0,300,0,1,0),(150396,194291,571,1,1,8481.15,900.138,547.293,-1.5708,0,0,0,0,300,0,1,0),(150397,194291,571,1,1,8481.56,903.669,547.293,1.70287,0,0,0,0,300,0,1,0),(150398,194291,571,1,1,8482.38,943.012,547.293,-1.58825,0,0,0,0,300,0,1,0),(150399,194291,571,1,1,8490.46,882.45,547.293,-0.0349063,0,0,0,0,300,0,1,0),(150400,194291,571,1,1,8575.6,677.852,547.374,1.92826,0,0,0,0,300,0,1,0),(150401,194291,571,1,1,8589.45,937.076,548.657,3.0332,0,0,0,0,300,0,1,0),(150402,194291,571,1,1,8592.27,675.204,550.098,0.767944,0,0,0,0,300,0,1,0),(150403,194291,571,1,1,8597.99,936.333,548.751,1.51844,0,0,0,0,300,0,1,0),(150404,194291,571,1,1,8599,681.084,550.094,0.750491,0,0,0,0,300,0,1,0),(150445,176511,249,3,1,-74.6337,-262.796,-94.4129,-1.90241,0,0,-0.814116,0.580703,60,0,1,0),(150444,176511,249,3,1,-113.549,-198.287,-92.5772,-2.60054,0,0,-0.96363,0.267241,60,0,1,0),(150412,200294,1,1,1,-4751.97,-3754.08,48.5708,0.317681,0,0,0.158174,0.987411,25,0,1,0),(150413,200295,1,1,1,-4751.97,-3754.08,48.5708,0.317681,0,0,0.158174,0.987411,25,0,1,0),(150406,186885,571,1,1,-334.936,-3643,-104.966,3.46716,0,0,0.98678,-0.162065,300,0,1,0),(150407,186886,571,1,1,-299.396,-3683.89,-80.061,1.57985,0,0,0.7103,0.703899,300,0,1,0),(150408,195328,571,1,1,10403.6,939.429,127.881,5.80327,0,0,0.237659,-0.971349,300,0,1,0),(150409,195330,571,1,1,10004.1,645.329,10.2152,0.986387,0,0,0.473441,0.880826,300,0,1,0),(150423,182116,530,1,1,325.828,5952.85,17.3753,3.15814,0,0,0.999966,-0.00827546,600,100,1,0),(150424,182116,530,1,1,332.982,6016.73,19.5682,3.15814,0,0,0.999966,-0.00827546,600,100,1,0),(150425,182116,530,1,1,249.319,5919.53,22.4495,3.15814,0,0,0.999966,-0.00827546,600,100,1,0),(150426,182116,530,1,1,204.448,5898.54,22.6313,3.15814,0,0,0.999966,-0.00827546,600,100,1,0),(150427,182116,530,1,1,128.444,5907.25,20.9534,3.15621,0,0,0.999973,-0.00730632,600,100,1,0),(150428,182116,530,1,1,135.342,6020.44,22.4116,1.55007,0,0,0.69974,0.714398,600,100,1,0),(150429,182116,530,1,1,438.921,6042.85,21.7156,6.27424,0,0,0.00447454,-0.99999,600,100,1,0),(150430,182116,530,1,1,363.155,6124.24,17.4074,3.12872,0,0,0.999979,0.00643781,600,100,1,0),(150431,182116,530,1,1,326.252,6128.92,17.3743,3.12872,0,0,0.999979,0.00643781,600,100,1,0),(150432,182116,530,1,1,419.458,6315.29,22.0998,1.59774,0,0,0.716567,0.697518,600,100,1,0),(150433,182116,530,1,1,321.355,6279.13,19.994,3.16461,0,0,0.999934,-0.0115066,600,100,1,0),(150434,182116,530,1,1,278.868,6219.63,17.3742,3.16461,0,0,0.999934,-0.0115066,600,100,1,0),(150435,182116,530,1,1,234.489,6176.48,23.4255,3.16461,0,0,0.999934,-0.0115066,600,100,1,0),(150436,182116,530,1,1,249.613,6100.88,18.552,3.16461,0,0,0.999934,-0.0115066,600,100,1,0),(150437,182116,530,1,1,188.956,6138.53,21.1819,3.16461,0,0,0.999934,-0.0115066,600,100,1,0),(150438,182116,530,1,1,222.239,6257.14,19.3002,1.55847,0,0,0.702734,0.711453,600,100,1,0),(150439,182116,530,1,1,165.303,6356.42,23.0248,1.55847,0,0,0.702734,0.711453,600,100,1,0),(150440,182116,530,1,1,58.0339,6383.01,18.0577,1.55847,0,0,0.702734,0.711453,600,100,1,0),(32637,182116,530,1,1,-46.8744,6341.98,18.017,3.16068,0,0,0.999954,-0.0095426,600,100,1,0),(32640,182116,530,1,1,-171.184,6178.07,18.0052,0.0568309,0,0,0.0284116,0.999596,600,100,1,0),(32720,182116,530,1,1,135.98,6211.44,19.3961,6.23006,0,0,0.0265588,-0.999647,600,100,1,0),(150441,181982,542,3,1,456.555,54.3522,9.61573,4.70899,0,0,0.708307,-0.705905,600,100,1,0),(150446,176511,249,3,1,-51.2772,-165.257,-93.2615,2.35619,0,0,0.92388,0.382683,60,0,1,0),(150447,176511,249,3,1,-111.68,-241.218,-92.8957,1.46608,0,0,0.66913,0.743145,60,0,1,0),(150448,176511,249,3,1,-49.5906,-150.509,-92.4396,0.925024,0,0,0.446198,0.894935,60,0,1,0),(150449,176511,249,3,1,-109.3,-192.893,-93.648,1.62316,0,0,0.725374,0.688355,60,0,1,0),(150450,176511,249,3,1,-66.8605,-262.532,-94.4959,0.925024,0,0,0.446198,0.894935,60,0,1,0),(150451,176511,249,3,1,-44.6409,-262.822,-91.7046,0.366518,0,0,0.182235,0.983255,60,0,1,0),(150452,176511,249,3,1,-86.038,-247.12,-93.7162,-2.63544,0,0,-0.968147,0.250381,60,0,1,0),(150453,176511,249,3,1,-91.717,-267.4,-92.7929,2.91469,0,0,0.993571,0.113208,60,0,1,0),(150454,176511,249,3,1,-114.866,-197.405,-92.714,-3.10665,0,0,-0.999847,0.0174693,60,0,1,0),(150455,176511,249,3,1,-113.473,-181.242,-92.5385,2.14675,0,0,0.878817,0.47716,60,0,1,0),(150456,176511,249,3,1,-103.471,-199.919,-93.8398,-1.0821,0,0,-0.515038,0.857168,60,0,1,0),(150457,176511,249,3,1,-96.2669,-191.546,-93.7112,1.46608,0,0,0.66913,0.743145,60,0,1,0),(150458,176511,249,3,1,-47.6633,-165.894,-91.9484,0.506145,0,0,0.25038,0.968148,60,0,1,0),(150459,176511,249,3,1,-109.672,-176.396,-92.3824,-3.05433,0,0,-0.999048,0.0436192,60,0,1,0),(150460,176511,249,3,1,-104.51,-218.292,-95.9924,0.95993,0,0,0.461748,0.887011,60,0,1,0),(150461,176511,249,3,1,-37.4504,-159.241,-91.3623,-0.139624,0,0,-0.0697556,0.997564,60,0,1,0),(150462,176511,249,3,1,-40.6709,-271.109,-91.7795,-1.309,0,0,-0.608761,0.793354,60,0,1,0),(150463,176511,249,3,1,-52.4708,-263.242,-93.5507,0.90757,0,0,0.438371,0.898794,60,0,1,0),(150464,176511,249,3,1,-90.6963,-181.785,-93.9151,0.209439,0,0,0.104528,0.994522,60,0,1,0),(150465,176511,249,3,1,-79.7331,-165.826,-94.2637,0.872664,0,0,0.422618,0.906308,60,0,1,0),(150466,176511,249,3,1,-51.989,-149.852,-92.4877,-2.18166,0,0,-0.887011,0.461749,60,0,1,0),(150467,176511,249,3,1,-63.397,-270.089,-93.9065,-1.88495,0,0,-0.809016,0.587786,60,0,1,0),(150468,176511,249,3,1,-111.575,-243.442,-92.8365,-1.32645,0,0,-0.615661,0.788011,60,0,1,0),(150469,176511,249,3,1,-29.4053,-162.407,-89.9302,-1.01229,0,0,-0.484809,0.87462,60,0,1,0),(150470,176511,249,3,1,-87.5961,-249.819,-93.9075,-1.25664,0,0,-0.587785,0.809017,60,0,1,0),(150471,176511,249,3,1,-98.7962,-246.976,-93.9981,0.855211,0,0,0.414693,0.909961,60,0,1,0),(150472,176511,249,3,1,-106.513,-179.027,-93.3376,-0.645772,0,0,-0.317305,0.948324,60,0,1,0),(150473,176511,249,3,1,-115.037,-181.69,-92.3133,-3.12412,0,0,-0.999962,0.00873467,60,0,1,0),(150474,176511,249,3,1,-45.7833,-165.022,-91.9364,-0.767944,0,0,-0.374606,0.927184,60,0,1,0),(150475,176511,249,3,1,-95.201,-182.384,-93.6637,-1.02974,0,0,-0.492423,0.870356,60,0,1,0),(150476,176511,249,3,1,-106.301,-253.522,-92.4453,0.715585,0,0,0.350207,0.936672,60,0,1,0),(150477,176511,249,3,1,-111.482,-182.822,-92.7533,-2.05949,0,0,-0.857167,0.515038,60,0,1,0),(150478,176511,249,3,1,-54.0655,-265.427,-93.939,1.43117,0,0,0.656058,0.75471,60,0,1,0),(150479,176511,249,3,1,-53.8375,-150.039,-92.7003,-2.72271,0,0,-0.978148,0.207912,60,0,1,0),(150480,176511,249,3,1,-37.8847,-153.093,-91.4679,-3.07177,0,0,-0.999391,0.0349062,60,0,1,0),(150481,176511,249,3,1,-113.011,-239.265,-92.5883,-1.55334,0,0,-0.700909,0.713251,60,0,1,0),(150482,176511,249,3,1,-103.253,-185.857,-94.1001,-1.01229,0,0,-0.484809,0.87462,60,0,1,0),(150483,176511,249,3,1,-95.5697,-189.903,-93.5909,-0.610864,0,0,-0.300705,0.953717,60,0,1,0),(150484,176511,249,3,1,-70.196,-171.583,-94.1259,0.95993,0,0,0.461748,0.887011,60,0,1,0),(150485,176511,249,3,1,-67.1603,-160.194,-93.5402,0.331611,0,0,0.165047,0.986286,60,0,1,0),(150486,176511,249,3,1,-45.7571,-151.807,-92.0807,-0.453785,0,0,-0.224951,0.97437,60,0,1,0),(150487,176511,249,3,1,-108.456,-243.108,-93.6305,-1.309,0,0,-0.608761,0.793354,60,0,1,0),(150488,176511,249,3,1,-112.76,-232.204,-92.7439,1.20428,0,0,0.566406,0.824126,60,0,1,0),(150489,176511,249,3,1,-106.513,-181.398,-93.8598,2.86234,0,0,0.990268,0.139175,60,0,1,0),(150490,176511,249,3,1,-50.1314,-157.125,-93.4149,2.9845,0,0,0.996917,0.0784665,60,0,1,0),(150491,176511,249,3,1,-107.777,-253.579,-92.3206,-2.35619,0,0,-0.923879,0.382686,60,0,1,0),(150492,176511,249,3,1,-106.774,-227.096,-94.1074,-0.0698117,0,0,-0.0348988,0.999391,60,0,1,0),(150493,176511,249,3,1,-61.4536,-273.77,-93.5671,-1.02974,0,0,-0.492423,0.870356,60,0,1,0),(150494,176511,249,3,1,-87.3717,-262.375,-93.468,1.309,0,0,0.608761,0.793354,60,0,1,0),(150495,176511,249,3,1,-71.0221,-162.055,-93.7708,-0.855211,0,0,-0.414693,0.909961,60,0,1,0),(150496,176511,249,3,1,-92.7397,-173.777,-93.7896,-3.01941,0,0,-0.998135,0.0610517,60,0,1,0),(150497,176511,249,3,1,-94.0791,-166.547,-93.3145,-2.9496,0,0,-0.995396,0.0958512,60,0,1,0),(150498,176511,249,3,1,-38.6821,-274.131,-91.449,-1.18682,0,0,-0.559193,0.829038,60,0,1,0),(150499,176511,249,3,1,-45.5103,-274.021,-92.4277,-0.610864,0,0,-0.300705,0.953717,60,0,1,0),(150500,176511,249,3,1,-112.989,-208.054,-93.2037,-0.314158,0,0,-0.156434,0.987688,60,0,1,0),(150501,176511,249,3,1,-100.31,-179.594,-94.0001,-0.0698117,0,0,-0.0348988,0.999391,60,0,1,0),(150502,176511,249,3,1,-88.0213,-181.019,-93.8623,0.890117,0,0,0.430511,0.902586,60,0,1,0),(150503,176511,249,3,1,-86.2324,-253.441,-93.8641,-2.77507,0,0,-0.983254,0.182238,60,0,1,0),(150504,176511,249,3,1,-90.3045,-268.137,-92.6464,-0.802851,0,0,-0.390731,0.920505,60,0,1,0),(150505,176511,249,3,1,-99.0315,-232.903,-93.8821,0.575957,0,0,0.284015,0.95882,60,0,1,0),(150506,176511,249,3,1,-104.578,-211.165,-96.1757,-3.00195,0,0,-0.997563,0.0697661,60,0,1,0),(150507,176511,249,3,1,-59.2068,-166.133,-94.0845,0.715585,0,0,0.350207,0.936672,60,0,1,0),(150508,176511,249,3,1,-88.6535,-248.14,-93.9176,1.65806,0,0,0.737277,0.675591,60,0,1,0),(150509,176511,249,3,1,-85.7268,-166.618,-93.7028,-2.05949,0,0,-0.857167,0.515038,60,0,1,0),(150510,176511,249,3,1,-93.1516,-180.838,-93.7367,0.680677,0,0,0.333806,0.942642,60,0,1,0),(150511,176511,249,3,1,-67.8154,-260.002,-94.4454,-0.750491,0,0,-0.366501,0.930418,60,0,1,0),(150512,176511,249,3,1,-35.6781,-274.806,-91.542,2.05949,0,0,0.857167,0.515038,60,0,1,0),(150513,176511,249,3,1,-95.9989,-256.291,-92.8816,1.01229,0,0,0.484809,0.87462,60,0,1,0),(150514,176511,249,3,1,-45.6929,-276.807,-92.1201,-2.96704,0,0,-0.996194,0.0871651,60,0,1,0),(150515,176511,249,3,1,-114.179,-189.911,-92.3961,-0.575957,0,0,-0.284015,0.95882,60,0,1,0),(150516,176511,249,3,1,-110.212,-220.17,-94.5324,1.79769,0,0,0.782608,0.622515,60,0,1,0),(150517,176511,249,3,1,-85.6779,-161.272,-92.7821,1.309,0,0,0.608761,0.793354,60,0,1,0),(150518,176511,249,3,1,-107.68,-206.48,-94.6221,-0.855211,0,0,-0.414693,0.909961,60,0,1,0),(150519,176511,249,3,1,-54.8459,-262.636,-93.696,-0.139624,0,0,-0.0697556,0.997564,60,0,1,0),(150520,176511,249,3,1,-83.4607,-171.184,-94.2168,-1.8675,0,0,-0.803857,0.594823,60,0,1,0),(150521,176511,249,3,1,-59.6926,-155.839,-93.7256,-3.08918,0,0,-0.999657,0.0262017,60,0,1,0),(150522,176511,249,3,1,-91.3062,-179.959,-93.8679,-0.0523589,0,0,-0.0261765,0.999657,60,0,1,0),(150523,176511,249,3,1,-87.8552,-269.151,-92.4986,0.226892,0,0,0.113203,0.993572,60,0,1,0),(150524,176511,249,3,1,-65.2628,-157.384,-93.6179,0.191985,0,0,0.0958452,0.995396,60,0,1,0),(150525,176511,249,3,1,-44.8102,-159.351,-92.5613,-0.087266,0,0,-0.0436192,0.999048,60,0,1,0),(150526,176511,249,3,1,-106.704,-235.043,-94.3291,-2.89725,0,0,-0.992546,0.12187,60,0,1,0),(150527,176511,249,3,1,-110.463,-210.574,-95.0231,-2.51327,0,0,-0.951056,0.309017,60,0,1,0),(150528,176511,249,3,1,-30.9589,-271.528,-90.776,-2.77507,0,0,-0.983254,0.182238,60,0,1,0),(150529,176511,249,3,1,-99.1198,-235.404,-93.9986,-2.60054,0,0,-0.96363,0.267241,60,0,1,0),(150530,176511,249,3,1,-111.548,-199.276,-92.7356,2.56563,0,0,0.958819,0.284016,60,0,1,0),(150531,176511,249,3,1,-106.747,-213.256,-96.4219,-2.54818,0,0,-0.956305,0.292372,60,0,1,0),(150532,176511,249,3,1,-107.174,-221.764,-95.0417,-1.44862,0,0,-0.66262,0.748956,60,0,1,0),(150533,176511,249,3,1,-87.0724,-164.259,-93.194,1.23918,0,0,0.580703,0.814116,60,0,1,0),(150534,176511,249,3,1,-101.612,-178.335,-93.7528,2.53072,0,0,0.953716,0.300708,60,0,1,0),(150535,176511,249,3,1,-99.4653,-231.539,-93.7484,-0.680679,0,0,-0.333807,0.942641,60,0,1,0),(150536,176511,249,3,1,-54.7384,-158.798,-94.216,1.23918,0,0,0.580703,0.814116,60,0,1,0),(150537,176511,249,3,1,-98.9627,-192.996,-93.9977,-1.90241,0,0,-0.814116,0.580703,60,0,1,0),(150538,176511,249,3,1,-50.4296,-165.573,-92.9916,1.83259,0,0,0.793353,0.608762,60,0,1,0),(150539,176511,249,3,1,-42.0689,-275.035,-91.5219,-0.331611,0,0,-0.165047,0.986286,60,0,1,0),(150540,176511,249,3,1,-47.5397,-152.736,-92.5478,-1.51844,0,0,-0.688354,0.725374,60,0,1,0),(150541,176511,249,3,1,-29.779,-158.272,-90.436,-1.01229,0,0,-0.484809,0.87462,60,0,1,0),(150542,176511,249,3,1,-37.4862,-169.345,-90.3578,1.15192,0,0,0.544639,0.838671,60,0,1,0),(150543,176511,249,3,1,-80.2411,-267.274,-93.4431,-1.97222,0,0,-0.833885,0.551938,60,0,1,0),(150544,176511,249,3,1,-44.0785,-267.144,-92.2422,1.15192,0,0,0.544639,0.838671,60,0,1,0),(150545,176511,249,3,1,-50.0996,-276.138,-92.8722,0.104719,0,0,0.0523357,0.99863,60,0,1,0),(150546,176511,249,3,1,-86.5817,-162.188,-92.9143,1.37881,0,0,0.636078,0.771625,60,0,1,0),(150547,176511,249,3,1,-74.5684,-166.841,-94.4562,2.9496,0,0,0.995396,0.0958512,60,0,1,0),(150548,176511,249,3,1,-103.507,-254.765,-92.4439,3.01941,0,0,0.998135,0.0610517,60,0,1,0),(150549,176511,249,3,1,-104.113,-179.037,-93.7109,0.785397,0,0,0.382683,0.92388,60,0,1,0),(150550,176511,249,3,1,-111.415,-246.122,-92.7656,1.50098,0,0,0.681998,0.731354,60,0,1,0),(150551,176511,249,3,1,-43.3735,-165.818,-91.6861,-0.104719,0,0,-0.0523357,0.99863,60,0,1,0),(150552,176511,249,3,1,-59.5468,-274.641,-93.5779,-2.80998,0,0,-0.986285,0.16505,60,0,1,0),(150553,176511,249,3,1,-50.3012,-263.668,-92.9696,-2.37364,0,0,-0.927183,0.374608,60,0,1,0),(150554,176511,249,3,1,-68.2031,-161.518,-93.9692,-2.19911,0,0,-0.891006,0.453991,60,0,1,0),(150555,176511,249,3,1,-94.0342,-181.739,-93.6615,0.820303,0,0,0.398748,0.91706,60,0,1,0),(150556,176511,249,3,1,-111.047,-201.01,-92.6798,1.5708,0,0,0.707107,0.707107,60,0,1,0),(150557,176511,249,3,1,-53.4205,-157.888,-94.0279,-2.426,0,0,-0.936671,0.35021,60,0,1,0),(150558,176511,249,3,1,-39.5905,-153.217,-91.394,2.05949,0,0,0.857167,0.515038,60,0,1,0),(150559,176511,249,3,1,-64.9187,-264.948,-94.5168,2.53072,0,0,0.953716,0.300708,60,0,1,0),(150560,176511,249,3,1,-35.4725,-267.161,-91.1384,1.55334,0,0,0.700909,0.713251,60,0,1,0),(150561,176511,249,3,1,-98.2849,-191.193,-93.9694,-0.942477,0,0,-0.45399,0.891007,60,0,1,0),(150562,176511,249,3,1,-103.341,-249.645,-93.7727,1.72787,0,0,0.760406,0.649449,60,0,1,0),(150563,176513,249,3,1,24.2333,-235.508,-84.9566,-2.53072,0,0,-0.953716,0.300708,604800,0,1,0),(150564,176514,249,3,1,14.4175,-233.453,-86.0326,-0.436332,0,0,-0.216439,0.976296,604800,0,1,0),(150565,176515,249,3,1,17.3921,-245.044,-86.1595,1.309,0,0,0.608761,0.793354,604800,0,1,0),(150566,176809,249,3,1,16.8415,-225.106,-86.2168,2.61799,0,0,0.965925,0.258821,604800,0,1,0),(150567,176810,249,3,1,-28.1006,-190.667,-89.6964,-0.0872641,0,0,-0.0436182,0.999048,604800,0,1,0),(150568,176811,249,3,1,-26.3963,-199.616,-88.82,1.83259,0,0,0.793353,0.608762,604800,0,1,0),(150569,176812,249,3,1,8.23697,-253.584,-86.6082,-2.35619,0,0,-0.92388,0.382683,604800,0,1,0),(150570,176813,249,3,1,7.06976,-243.991,-86.9945,-2.70526,0,0,-0.976295,0.216442,604800,0,1,0),(150571,176814,249,3,1,-3.98491,-248.954,-85.9318,0.95993,0,0,0.461748,0.887011,604800,0,1,0),(150572,176815,249,3,1,-0.638085,-239.839,-87.3523,1.39626,0,0,0.642788,0.766044,604800,0,1,0),(150573,176816,249,3,1,-15.3872,-232.509,-89.0988,-1.0472,0,0,-0.499999,0.866026,604800,0,1,0),(150574,176817,249,3,1,-12.8884,-245.332,-87.9905,-0.0872641,0,0,-0.0436182,0.999048,604800,0,1,0),(150575,176818,249,3,1,-20.9761,-254.701,-87.7823,-2.61799,0,0,-0.965925,0.258821,604800,0,1,0),(150576,176819,249,3,1,3.20326,-230.379,-87.0469,-1.48353,0,0,-0.67559,0.737278,604800,0,1,0),(150577,176820,249,3,1,-37.4064,-244.92,-89.0483,3.05433,0,0,0.999048,0.0436192,604800,0,1,0),(150578,176821,249,3,1,-26.0913,-229.619,-88.82,-1.83259,0,0,-0.793353,0.608762,604800,0,1,0),(150579,176822,249,3,1,-28.124,-238.209,-89.6964,0.0872641,0,0,0.0436182,0.999048,604800,0,1,0),(150580,176823,249,3,1,29.1885,-206.772,-84.5641,0.785399,0,0,0.382684,0.923879,604800,0,1,0),(150581,176824,249,3,1,31.1672,-218.99,-83.8272,-1.74533,0,0,-0.766044,0.642789,604800,0,1,0),(150582,176825,249,3,1,13.1918,-214.436,-86.484,0.872664,0,0,0.422618,0.906308,604800,0,1,0),(150583,176826,249,3,1,-37.3837,-184.484,-89.0483,-3.05433,0,0,-0.999048,0.0436192,604800,0,1,0),(150584,176827,249,3,1,-1.66729,-217.144,-85.672,0.785397,0,0,0.382683,0.92388,604800,0,1,0),(150585,176828,249,3,1,-9.80653,-212.031,-88.1401,-0.261798,0,0,-0.130526,0.991445,604800,0,1,0),(150586,176829,249,3,1,-19.3983,-219.854,-88.4829,-2.79252,0,0,-0.984807,0.173652,604800,0,1,0),(150587,176830,249,3,1,-19.6951,-209.639,-88.5545,-0.43633,0,0,-0.216438,0.976296,604800,0,1,0),(150588,176831,249,3,1,24.0513,-193.897,-84.9566,2.53072,0,0,0.953716,0.300708,604800,0,1,0),(150589,176832,249,3,1,14.2998,-195.44,-86.0326,0.436332,0,0,0.216439,0.976296,604800,0,1,0),(150590,176833,249,3,1,17.0001,-204.313,-86.2168,-2.61799,0,0,-0.965925,0.258821,604800,0,1,0),(150591,176834,249,3,1,17.6418,-184.034,-86.1595,-1.309,0,0,-0.608761,0.793354,604800,0,1,0),(150592,176835,249,3,1,2.9536,-198.744,-87.0469,1.48353,0,0,0.67559,0.737278,604800,0,1,0),(150593,176836,249,3,1,-0.404226,-189.264,-87.3524,-1.39626,0,0,-0.642787,0.766045,604800,0,1,0),(150594,176837,249,3,1,6.95027,-185.41,-86.9946,2.70526,0,0,0.976295,0.216442,604800,0,1,0),(150595,176838,249,3,1,8.01259,-175.786,-86.6082,2.35619,0,0,0.92388,0.382683,604800,0,1,0),(150596,176839,249,3,1,-3.72498,-180.009,-85.9318,-0.95993,0,0,-0.461748,0.887011,604800,0,1,0),(150597,176840,249,3,1,-12.9119,-183.545,-87.9905,0.087266,0,0,0.0436192,0.999048,604800,0,1,0),(150598,176841,249,3,1,-21.129,-174.709,-87.7823,2.61799,0,0,0.965925,0.258821,604800,0,1,0),(150599,176842,249,3,1,-15.6717,-196.472,-89.0988,1.0472,0,0,0.5,0.866025,604800,0,1,0),(150600,176843,249,3,1,-51.6297,-214.403,-7.16564,-2.70526,0,0,-0.976295,0.216442,604800,100,1,0),(150601,176844,249,3,1,-43.8754,-238.325,-14.7946,2.70526,0,0,0.976295,0.216442,604800,100,1,0),(150602,176845,249,3,1,-2.48133,-249.761,-17.7952,2.61799,0,0,0.965925,0.258821,604800,100,1,0),(150603,176846,249,3,1,27.5426,-247.756,-23.0949,-2.26893,0,0,-0.906307,0.422619,604800,100,1,0),(150604,176847,249,3,1,13.0761,-225.391,-19.2567,-2.79252,0,0,-0.984807,0.173652,604800,100,1,0),(150605,176848,249,3,1,-5.14033,-214.414,-11.1815,3.14159,0,0,1,-0.0000000437,604800,100,1,0),(150606,176849,249,3,1,-3.17108,-189.864,-15.1422,2.09439,0,0,0.866025,0.500001,604800,100,1,0),(150607,176850,249,3,1,-29.1501,-173.658,-23.2926,-2.53072,0,0,-0.953716,0.300708,604800,100,1,0),(150608,176851,249,3,1,16.0041,-177.041,-21.1756,-2.70526,0,0,-0.976295,0.216442,604800,100,1,0),(150609,176852,249,3,1,-33.7261,-200.163,-10.4158,2.26893,0,0,0.906307,0.422619,604800,100,1,0),(150610,176853,249,3,1,21.8353,-202.084,-17.2387,2.53072,0,0,0.953716,0.300708,604800,100,1,0),(150611,176854,249,3,1,37.2406,-214.403,-19.6757,2.18166,0,0,0.887011,0.461749,604800,100,1,0),(150612,176855,249,3,1,-18.973,-232.403,-15.5299,2.44346,0,0,0.939692,0.34202,604800,100,1,0),(150613,176908,249,3,1,-47.9515,-193.888,-86.0046,-0.610865,0,0,-0.300706,0.953717,604800,0,1,0),(150614,176909,249,3,1,-54.9718,-199.119,-85.4988,1.5708,0,0,0.707107,0.707107,604800,0,1,0),(150615,176910,249,3,1,-64.1589,-196.123,-85.1125,1.91986,0,0,0.819151,0.573578,604800,0,1,0),(150616,176911,249,3,1,-54.7977,-187.003,-85.6277,-1.0472,0,0,-0.5,0.866025,604800,0,1,0),(150617,176912,249,3,1,-62.8772,-213.235,-85.1575,2.00712,0,0,0.84339,0.537301,604800,0,1,0),(150618,176913,249,3,1,-51.6644,-214.436,-86.1782,-2.53072,0,0,-0.953716,0.300708,604800,0,1,0),(150619,176914,249,3,1,-45.1242,-220.161,-86.5697,0.698129,0,0,0.342019,0.939693,604800,0,1,0),(150620,176915,249,3,1,-39.1131,-212.133,-87.1607,-1.39626,0,0,-0.642788,0.766044,604800,0,1,0),(150621,176916,249,3,1,-78.5539,-210.417,-83.4326,2.87979,0,0,0.991445,0.130528,604800,0,1,0),(150622,176917,249,3,1,-72.938,-201.879,-83.6438,-1.0472,0,0,-0.5,0.866025,604800,0,1,0),(150623,176918,249,3,1,-75.138,-224.652,-83.4944,0.436332,0,0,0.216439,0.976296,604800,0,1,0),(150624,176919,249,3,1,-54.6915,-229.819,-85.889,-1.5708,0,0,-0.707107,0.707107,604800,0,1,0),(150625,176920,249,3,1,-48.0902,-234.856,-86.2826,0.610865,0,0,0.300706,0.953717,604800,0,1,0),(150626,176921,249,3,1,-55.075,-241.777,-85.3179,1.0472,0,0,0.5,0.866025,604800,0,1,0),(150627,176922,249,3,1,-63.8632,-232.924,-85.1124,-1.91986,0,0,-0.819152,0.573577,604800,0,1,0),(150628,177984,249,3,1,16.8415,-225.106,-86.2168,2.61799,0,0,0.965925,0.258821,604800,100,1,0),(150629,177985,249,3,1,-28.1006,-190.667,-89.6964,-0.0872641,0,0,-0.0436182,0.999048,604800,100,1,0),(150630,177986,249,3,1,-26.3963,-199.616,-88.82,1.83259,0,0,0.793353,0.608762,604800,100,1,0),(150631,177987,249,3,1,24.2333,-235.508,-84.9566,-2.53072,0,0,-0.953716,0.300708,604800,100,1,0),(150632,177988,249,3,1,14.4175,-233.453,-86.0326,-0.436332,0,0,-0.216439,0.976296,604800,100,1,0),(150633,177989,249,3,1,17.3921,-245.044,-86.1595,1.309,0,0,0.608761,0.793354,604800,100,1,0),(150634,177990,249,3,1,8.23697,-253.584,-86.6082,-2.35619,0,0,-0.92388,0.382683,604800,100,1,0),(150635,177991,249,3,1,7.06976,-243.991,-86.9945,-2.70526,0,0,-0.976295,0.216442,604800,100,1,0),(150636,177992,249,3,1,-3.98491,-248.954,-85.9318,0.95993,0,0,0.461748,0.887011,604800,100,1,0),(150637,177993,249,3,1,-0.638085,-239.839,-87.3523,1.39626,0,0,0.642788,0.766044,604800,100,1,0),(150638,177994,249,3,1,-15.3872,-232.509,-89.0988,-1.0472,0,0,-0.499999,0.866026,604800,100,1,0),(150639,177995,249,3,1,-12.8884,-245.332,-87.9905,-0.0872641,0,0,-0.0436182,0.999048,604800,100,1,0),(150640,177996,249,3,1,-20.9761,-254.701,-87.7823,-2.61799,0,0,-0.965925,0.258821,604800,100,1,0),(150641,177997,249,3,1,3.20326,-230.379,-87.0469,-1.48353,0,0,-0.67559,0.737278,604800,100,1,0),(150642,177998,249,3,1,-37.4064,-244.92,-89.0483,3.05433,0,0,0.999048,0.0436192,604800,100,1,0),(150643,177999,249,3,1,-26.0913,-229.619,-88.82,-1.83259,0,0,-0.793353,0.608762,604800,100,1,0),(150644,178000,249,3,1,-28.124,-238.209,-89.6964,0.0872641,0,0,0.0436182,0.999048,604800,100,1,0),(150645,178001,249,3,1,29.1885,-206.772,-84.5641,0.785399,0,0,0.382684,0.923879,604800,100,1,0),(150646,178002,249,3,1,31.1672,-218.99,-83.8272,-1.74533,0,0,-0.766044,0.642789,604800,100,1,0),(150647,178003,249,3,1,13.1918,-214.436,-86.484,0.872664,0,0,0.422618,0.906308,604800,100,1,0),(150648,178004,249,3,1,-37.3837,-184.484,-89.0483,-3.05433,0,0,-0.999048,0.0436192,604800,100,1,0),(150649,178005,249,3,1,-1.66729,-217.144,-85.672,0.785397,0,0,0.382683,0.92388,604800,100,1,0),(150650,178006,249,3,1,-9.80653,-212.031,-88.1401,-0.261798,0,0,-0.130526,0.991445,604800,100,1,0),(150651,178007,249,3,1,-19.3983,-219.854,-88.4829,-2.79252,0,0,-0.984807,0.173652,604800,100,1,0),(150652,178008,249,3,1,-19.6951,-209.639,-88.5545,-0.43633,0,0,-0.216438,0.976296,604800,100,1,0),(150653,178009,249,3,1,24.0513,-193.897,-84.9566,2.53072,0,0,0.953716,0.300708,604800,100,1,0),(150654,178010,249,3,1,14.2998,-195.44,-86.0326,0.436332,0,0,0.216439,0.976296,604800,100,1,0),(150655,178011,249,3,1,17.0001,-204.313,-86.2168,-2.61799,0,0,-0.965925,0.258821,604800,100,1,0),(150656,178012,249,3,1,17.6418,-184.034,-86.1595,-1.309,0,0,-0.608761,0.793354,604800,100,1,0),(150657,178013,249,3,1,2.9536,-198.744,-87.0469,1.48353,0,0,0.67559,0.737278,604800,100,1,0),(150658,178014,249,3,1,-0.404226,-189.264,-87.3524,-1.39626,0,0,-0.642787,0.766045,604800,100,1,0),(150659,178015,249,3,1,6.95027,-185.41,-86.9946,2.70526,0,0,0.976295,0.216442,604800,100,1,0),(150660,178016,249,3,1,8.01259,-175.786,-86.6082,2.35619,0,0,0.92388,0.382683,604800,100,1,0),(150661,178017,249,3,1,-3.72498,-180.009,-85.9318,-0.95993,0,0,-0.461748,0.887011,604800,100,1,0),(150662,178018,249,3,1,-12.9119,-183.545,-87.9905,0.087266,0,0,0.0436192,0.999048,604800,100,1,0),(150663,178019,249,3,1,-21.129,-174.709,-87.7823,2.61799,0,0,0.965925,0.258821,604800,100,1,0),(150664,178020,249,3,1,-15.6717,-196.472,-89.0988,1.0472,0,0,0.5,0.866025,604800,100,1,0),(150665,178021,249,3,1,-51.6297,-214.403,-7.16564,-2.70526,0,0,-0.976295,0.216442,604800,100,1,0),(150666,178022,249,3,1,-43.8754,-238.325,-14.7946,2.70526,0,0,0.976295,0.216442,604800,100,1,0),(150667,178023,249,3,1,-2.48133,-249.761,-17.7952,2.61799,0,0,0.965925,0.258821,604800,100,1,0),(150668,178024,249,3,1,27.5426,-247.756,-23.0949,-2.26893,0,0,-0.906307,0.422619,604800,100,1,0),(150669,178025,249,3,1,13.0761,-225.391,-19.2567,-2.79252,0,0,-0.984807,0.173652,604800,100,1,0),(150670,178026,249,3,1,-5.14033,-214.414,-11.1815,3.14159,0,0,1,-0.0000000437,604800,100,1,0),(150671,178027,249,3,1,-3.17108,-189.864,-15.1422,2.09439,0,0,0.866025,0.500001,604800,100,1,0),(150672,178028,249,3,1,-29.1501,-173.658,-23.2926,-2.53072,0,0,-0.953716,0.300708,604800,100,1,0),(150673,178029,249,3,1,16.0041,-177.041,-21.1756,-2.70526,0,0,-0.976295,0.216442,604800,100,1,0),(150674,178030,249,3,1,-33.7261,-200.163,-10.4158,2.26893,0,0,0.906307,0.422619,604800,100,1,0),(150675,178031,249,3,1,21.8353,-202.084,-17.2387,2.53072,0,0,0.953716,0.300708,604800,100,1,0),(150676,178032,249,3,1,37.2406,-214.403,-19.6757,2.18166,0,0,0.887011,0.461749,604800,100,1,0),(150677,178033,249,3,1,-18.973,-232.403,-15.5299,2.44346,0,0,0.939692,0.34202,604800,100,1,0),(150678,178034,249,3,1,-47.9515,-193.888,-86.0046,-0.610865,0,0,-0.300706,0.953717,604800,100,1,0),(150679,178035,249,3,1,-54.9718,-199.119,-85.4988,1.5708,0,0,0.707107,0.707107,604800,100,1,0),(150680,178036,249,3,1,-64.1589,-196.123,-85.1125,1.91986,0,0,0.819151,0.573578,604800,100,1,0),(150681,178037,249,3,1,-54.7977,-187.003,-85.6277,-1.0472,0,0,-0.5,0.866025,604800,100,1,0),(150682,178038,249,3,1,-62.8772,-213.235,-85.1575,2.00712,0,0,0.84339,0.537301,604800,100,1,0),(150683,178039,249,3,1,-51.6644,-214.436,-86.1782,-2.53072,0,0,-0.953716,0.300708,604800,100,1,0),(150684,178040,249,3,1,-45.1242,-220.161,-86.5697,0.698129,0,0,0.342019,0.939693,604800,100,1,0),(150685,178041,249,3,1,-39.1131,-212.133,-87.1607,-1.39626,0,0,-0.642788,0.766044,604800,100,1,0),(150686,178042,249,3,1,-78.5539,-210.417,-83.4326,2.87979,0,0,0.991445,0.130528,604800,100,1,0),(150687,178043,249,3,1,-72.938,-201.879,-83.6438,-1.0472,0,0,-0.5,0.866025,604800,100,1,0),(150688,178044,249,3,1,-75.138,-224.652,-83.4944,0.436332,0,0,0.216439,0.976296,604800,100,1,0),(150689,178045,249,3,1,-54.6915,-229.819,-85.889,-1.5708,0,0,-0.707107,0.707107,604800,100,1,0),(150690,178046,249,3,1,-48.0902,-234.856,-86.2826,0.610865,0,0,0.300706,0.953717,604800,100,1,0),(150691,178047,249,3,1,-55.075,-241.777,-85.3179,1.0472,0,0,0.5,0.866025,604800,100,1,0),(150692,178048,249,3,1,-63.8632,-232.924,-85.1124,-1.91986,0,0,-0.819152,0.573577,604800,100,1,0),(150693,200292,249,3,1,31.2081,-49.8496,-4.6301,4.65461,0,0,0.727236,-0.686387,25,0,1,0),(150694,200293,249,3,1,31.2081,-49.8496,-4.6301,4.65461,0,0,0.727236,-0.686387,25,0,1,0),(268563,194565,603,3,1,589.923,-133.622,391.897,-2.9845,0,0,0,1,600,255,1,0),(268562,194565,603,3,1,571.947,-136.012,391.517,2.28638,0,0,0,1,600,255,1,0),(150695,188021,1,1,1,136.533,-4718.35,18.1626,-1.11701,0,0,0,0,120,0,1,0),(150696,188020,1,1,1,126.439,-4719.48,18.597,-1.1868,0,0,0,0,120,0,1,0),(150697,188020,1,1,1,133.287,-4736.94,15.482,-1.1519,0,0,0,0,120,0,1,0),(150698,188020,1,1,1,149.441,-4707.21,18.601,-1.0646,0,0,0,0,120,0,1,0),(150699,188020,1,1,1,158.157,-4725.68,16.704,-1.0646,0,0,0,0,120,0,1,0),(150700,187667,1,1,1,-562.237,-4225.54,45.523,-2.40852,0,0,0,0,120,0,1,0),(150701,187667,1,1,1,-570.694,-4219.17,44.88,-1.972,0,0,0,0,120,0,1,0),(150702,187667,1,1,1,-599.053,-4198.67,43.87,-1.553,0,0,0,0,120,0,1,0),(150703,187667,1,1,1,-608.36,-4198.47,43.99,-1.431,0,0,0,0,120,0,1,0),(150704,187667,1,1,1,-630.429,-4228.71,41.244,-0.157,0,0,0,0,120,0,1,0),(150705,187667,1,1,1,-640.144,-4234.3,41.356,-0.61,0,0,0,0,120,0,1,0),(242668,181371,1,1,1,1911.67,-4338.28,21.0705,-0.20944,0,0,0.730581,-0.682826,600,0,1,0),(150707,181605,1,1,1,146.607,-4735.15,14.989,-0.5061,0,0,0,0,120,0,1,0),(150708,181389,1,1,1,291.366,-4773.56,16.6302,1.6755,0,0,0,0,120,0,1,0),(150709,181389,1,1,1,321.361,-4770.15,16.4676,1.658,0,0,0,0,120,0,1,0),(150710,181388,1,1,1,347.83,-4676.29,17.228,0.7679,0,0,0,0,120,0,1,0),(150711,181376,1,1,1,145.916,-4714.69,18.298,2.391,0,0,0,0,120,0,1,0),(150712,181355,1,1,1,127.956,-4728.55,17.641,-0.436,0,0,0,0,120,0,1,0),(150713,181355,1,1,1,137.727,-4710.29,18.601,0.855,0,0,0,0,120,0,1,0),(150714,181355,1,1,1,1474.71,-4216.8,59.22,-2.687,0,0,0,0,120,0,1,0),(150715,181355,1,1,1,154.996,-4715.29,18.587,-1.623,0,0,0,0,120,0,1,0),(150716,181355,1,1,1,1571.72,-4215.1,45.275,1.518,0,0,0,0,120,0,1,0),(150717,181355,1,1,1,351.824,-4714.07,14.508,-1.85,0,0,0,0,120,0,1,0),(150718,181355,1,1,1,354.421,-4680,16.457,-2.687,0,0,0,0,120,0,1,0),(150719,181355,1,1,1,-571.69,-4214.87,41.476,-1.658,0,0,0,0,120,0,1,0),(150720,181355,1,1,1,-599.829,-4200.81,40.0648,-1.605,0,0,0,0,120,0,1,0),(150721,181355,1,1,1,-607.785,-4200.11,39.909,-1.675,0,0,0,0,120,0,1,0),(150722,181355,1,1,1,-626.497,-4221.01,38.133,-0.593,0,0,0,0,120,0,1,0),(150723,181355,1,1,1,277.615,-4642.55,17.137,-2.164,0,0,0,0,120,0,1,0),(150724,181355,1,1,1,278.545,-4688.89,13.828,0.593,0,0,0,0,120,0,1,0),(150725,181355,1,1,1,312.613,-4680.74,16.026,-2.583,0,0,0,0,120,0,1,0),(150726,181355,1,1,1,328.201,-4677.91,16.457,-0.296,0,0,0,0,120,0,1,0),(150727,181355,1,1,1,335.967,-4760.07,12.698,2.286,0,0,0,0,120,0,1,0),(150728,181355,1,1,1,246.389,-4751.75,12.45,1.483,0,0,0,0,120,0,1,0),(150729,181355,1,1,1,249.5,-4719.77,15.101,-1.605,0,0,0,0,120,0,1,0),(150730,181355,1,1,1,256.874,-4659.21,14.231,0.872,0,0,0,0,120,0,1,0),(150731,181307,1,1,1,135.014,-4720.46,19.143,0.593,0,0,0,0,120,0,1,0),(150732,181306,1,1,1,133.39,-4716.15,18.43,-1.326,0,0,0,0,120,0,1,0),(150733,181305,1,1,1,134.535,-4719.63,18.146,0.523,0,0,0,0,120,0,1,0),(150734,181302,1,1,1,134.806,-4713.88,18.522,-1.5,0,0,0,0,120,0,1,0),(150735,181302,1,1,1,135.466,-4715.69,18.409,0.104,0,0,0,0,120,0,1,0),(150736,195467,0,1,1,-8291.49,1196.08,5.59666,1.6057,0,0,0,0,120,0,1,0),(150737,195606,0,1,1,-8744.58,407.272,98.2072,-2.87106,0,0,0,0,120,0,1,0),(150738,195607,0,1,1,-8424.05,599.517,94.6947,3.14159,0,0,0,0,120,0,1,0),(150739,195608,0,1,1,-8797.54,463.519,95.8165,-1.9635,0,0,0,0,120,0,1,0),(150740,195609,0,1,1,-8662.74,774.29,97.0101,2.25147,0,0,0,0,120,0,1,0),(150741,195611,0,1,1,-8712.93,1013.34,96.3616,-2.40855,0,0,0,0,120,0,1,0),(150742,195612,0,1,1,-8620.95,929.647,99.5196,-2.41728,0,0,0,0,120,0,1,0),(150743,195613,0,1,1,-8393.65,1064.36,31.6302,3.08918,0,0,0,0,120,0,1,0),(150744,195616,0,1,1,-8724.32,773.501,98.5085,2.55691,0,0,0,0,120,0,1,0),(150745,195617,0,1,1,-8581.62,669.014,97.9201,1.25664,0,0,0,0,120,0,1,0),(150746,195619,0,1,1,-8498.18,654.276,100.527,2.72271,0,0,0,0,120,0,1,0),(150747,195554,1,1,1,1657.87,-4433.03,17.4818,-0.698131,0,0,0,0,120,0,1,0),(150748,195555,1,1,1,1574.02,-4215.53,45.1696,-2.23402,0,0,0,0,120,0,1,0),(150749,195556,1,1,1,2076.42,-4824.21,23.6692,-1.32645,0,0,0,0,120,0,1,0),(150750,195557,1,1,1,1919.06,-4359.27,20.7393,-2.43473,0,0,0,0,120,0,1,0),(150751,195558,1,1,1,1720.13,-4406.98,35.8406,1.25664,0,0,0,0,120,0,1,0),(150752,195559,1,1,1,1754.65,-4534.03,29.0359,-1.46608,0,0,0,0,120,0,1,0),(150753,195560,1,1,1,1768,-4320.85,6.55173,-1.87623,0,0,0,0,120,0,1,0),(150754,195561,1,1,1,1834.35,-4407.34,5.34062,3.14159,0,0,0,0,120,0,1,0),(150755,195562,1,1,1,1607.49,-4374.26,9.76904,-2.99322,0,0,0,0,120,0,1,0),(150756,190671,1,1,1,1341.47,-4359.06,29.093,1.352,0,0,0,0,120,0,1,0),(150757,181354,571,1,1,5718.8,654.348,612.213,0.8901,0,0,0,0,120,0,1,0),(150758,181354,571,1,1,5720.55,681.97,612.213,2.9321,0,0,0,0,120,0,1,0),(150759,181354,571,1,1,5734.72,656.96,612.213,-1.117,0,0,0,0,120,0,1,0),(150760,181354,571,1,1,5740.35,662.566,612.213,0.0349,0,0,0,0,120,0,1,0),(150761,181354,571,1,1,5753.04,707.038,612.213,2.2165,0,0,0,0,120,0,1,0),(150762,181354,571,1,1,5768.59,693.108,612.213,-0.349,0,0,0,0,120,0,1,0),(150763,181354,571,1,1,5787.94,719.615,612.213,-1.1693,0,0,0,0,120,0,1,0),(150764,181354,571,1,1,5792.6,725.456,612.213,-1.7802,0,0,0,0,120,0,1,0),(150765,187572,571,1,1,5795.18,444.135,658.773,-1.0122,0,0,0,0,120,0,1,0),(150766,187572,571,1,1,5795.72,456.079,658.773,-2.0943,0,0,0,0,120,0,1,0),(150767,187572,571,1,1,5801.6,433.968,658.773,-0.0872,0,0,0,0,120,0,1,0),(150768,187572,571,1,1,5803.38,465.529,658.773,2.8099,0,0,0,0,120,0,1,0),(150769,187572,571,1,1,5812.92,429.649,658.773,2.9495,0,0,0,0,120,0,1,0),(150770,187572,571,1,1,5815.05,468.584,658.774,-1.6929,0,0,0,0,120,0,1,0),(150771,187572,571,1,1,5824.56,432.812,658.774,3.0368,0,0,0,0,120,0,1,0),(150772,187572,571,1,1,5826.28,464.213,658.774,1.85,0,0,0,0,120,0,1,0),(150773,187572,571,1,1,5832.1,442.166,658.774,0.2268,0,0,0,0,120,0,1,0),(150774,187572,571,1,1,5832.86,454.191,658.774,0.541,0,0,0,0,120,0,1,0),(150775,187573,571,1,1,5794.56,450.268,658.773,1.5184,0,0,0,0,120,0,1,0),(150776,187573,571,1,1,5797.57,438.693,658.773,-3.0368,0,0,0,0,120,0,1,0),(150777,187573,571,1,1,5798.88,461.427,658.773,0.0349,0,0,0,0,120,0,1,0),(150778,187573,571,1,1,5807.08,430.98,658.773,0.8901,0,0,0,0,120,0,1,0),(150779,187573,571,1,1,5808.97,467.901,658.773,0.1221,0,0,0,0,120,0,1,0),(150780,187573,571,1,1,5818.92,430.548,658.773,1.0122,0,0,0,0,120,0,1,0),(150781,187573,571,1,1,5820.88,467.443,658.774,-0.6632,0,0,0,0,120,0,1,0),(150782,187573,571,1,1,5829.12,436.788,658.774,-1.5009,0,0,0,0,120,0,1,0),(150783,187573,571,1,1,5830.31,459.822,658.774,-0.1221,0,0,0,0,120,0,1,0),(150784,187573,571,1,1,5833.46,448.188,658.774,-1.5184,0,0,0,0,120,0,1,0),(150785,181393,571,1,1,5662.25,669.691,655.485,-0.5061,0,0,0,0,120,0,1,0),(150786,181393,571,1,1,5668.45,683.904,655.485,-0.4014,0,0,0,0,120,0,1,0),(150787,181393,571,1,1,5733.87,670.81,646.972,-0.6108,0,0,0,0,120,0,1,0),(150788,181393,571,1,1,5739.49,677.668,646.96,-0.6632,0,0,0,0,120,0,1,0),(150789,181393,571,1,1,5756.84,712.12,642.433,0.7853,0,0,0,0,120,0,1,0),(150790,181393,571,1,1,5761.33,717.737,642.433,-2.0769,0,0,0,0,120,0,1,0),(150791,181393,571,1,1,5808.79,548.76,653.104,1.0297,0,0,0,0,120,0,1,0),(150792,181393,571,1,1,5812.32,551.391,653.069,-2.3038,0,0,0,0,120,0,1,0),(150793,181393,571,1,1,5815.43,553.263,653.105,0.1745,0,0,0,0,120,0,1,0),(150794,181393,571,1,1,5819.64,554.377,653.103,-2.8448,0,0,0,0,120,0,1,0),(150795,181393,571,1,1,5823.23,554.914,653.123,-0.1047,0,0,0,0,120,0,1,0),(150796,181393,571,1,1,5827.6,553.823,653.196,3.0194,0,0,0,0,120,0,1,0),(150797,181393,571,1,1,5828.07,508.053,659.315,0.2268,0,0,0,0,120,0,1,0),(150798,181393,571,1,1,5834.88,510.333,659.3,-2.7052,0,0,0,0,120,0,1,0),(150799,181393,571,1,1,5852.14,667.388,649.599,0.8028,0,0,0,0,120,0,1,0),(150800,181393,571,1,1,5852.25,653.21,660.205,0.2268,0,0,0,0,120,0,1,0),(150801,181393,571,1,1,5853.16,644.663,660.191,0.0872,0,0,0,0,120,0,1,0),(150802,181393,571,1,1,5855.68,631.25,649.374,-0.6632,0,0,0,0,120,0,1,0),(150803,181393,571,1,1,5859.84,660.354,649.337,0.5759,0,0,0,0,120,0,1,0),(150804,181393,571,1,1,5861.55,637.797,649.449,-0.5235,0,0,0,0,120,0,1,0),(150805,181393,571,1,1,5879.18,527.602,643.547,1.7802,0,0,0,0,120,0,1,0),(150806,181393,571,1,1,5888.8,529.829,643.47,1.7976,0,0,0,0,120,0,1,0),(150807,181393,571,1,1,5910.6,572.091,642.006,-1.9373,0,0,0,0,120,0,1,0),(150808,181393,571,1,1,5920.08,557.511,641.926,2.7576,0,0,0,0,120,0,1,0),(150809,181393,571,1,1,5939.46,615.952,654.112,2.6703,0,0,0,0,120,0,1,0),(150810,181393,571,1,1,5944.85,630.399,654.037,2.7925,0,0,0,0,120,0,1,0),(150811,181401,571,1,1,5659.44,679.328,661.85,-0.4188,0,0,0,0,120,0,1,0),(150812,181401,571,1,1,5762.13,588.517,618.828,0.8901,0,0,0,0,120,0,1,0),(150813,181401,571,1,1,5948.38,621.138,660.808,2.775,0,0,0,0,120,0,1,0),(242684,187708,530,1,1,9819.6,-7256.97,26.1681,1.9921,0,0,0.839331,0.54362,300,0,1,0),(150814,181392,571,1,1,5666.31,725.675,647.902,2.6878,0,0,0,0,120,0,1,0),(150815,181392,571,1,1,5668.86,712.507,647.733,-2.2689,0,0,0,0,120,0,1,0),(150816,181392,571,1,1,5670.65,730.913,647.986,2.234,0,0,0,0,120,0,1,0),(150817,181392,571,1,1,5671.87,646.428,651.88,0.2792,0,0,0,0,120,0,1,0),(150818,181392,571,1,1,5675.36,631.401,652.009,0.5235,0,0,0,0,120,0,1,0),(150819,181392,571,1,1,5677.25,732.935,647.86,1.6231,0,0,0,0,120,0,1,0),(150820,181392,571,1,1,5679.61,720.015,659.189,2.426,0,0,0,0,120,0,1,0),(150821,181392,571,1,1,5679.62,720.026,647.579,2.4783,0,0,0,0,120,0,1,0),(150822,181392,571,1,1,5687.88,620.088,652.017,0.5585,0,0,0,0,120,0,1,0),(150823,181392,571,1,1,5730.58,607.269,652.456,0.9075,0,0,0,0,120,0,1,0),(150824,181392,571,1,1,5733.01,677.092,652.261,-0.6981,0,0,0,0,120,0,1,0),(150825,181392,571,1,1,5750.09,646.966,655.894,2.4609,0,0,0,0,120,0,1,0),(150826,181392,571,1,1,5753.47,616.654,656.382,-2.2689,0,0,0,0,120,0,1,0),(150827,181392,571,1,1,5755.21,632.168,667.412,-3.00194,0,0,0,0,120,0,1,0),(150828,181392,571,1,1,5760.3,713.876,652.318,-0.6108,0,0,0,0,120,0,1,0),(150829,181392,571,1,1,5768.05,709.362,623.417,-0.6806,0,0,0,0,120,0,1,0),(150830,181392,571,1,1,5768.55,732.449,646.004,-0.5235,0,0,0,0,120,0,1,0),(150831,181392,571,1,1,5783.14,561.595,655.63,0.925,0,0,0,0,120,0,1,0),(150832,181392,571,1,1,5786.86,691.661,652.874,2.4085,0,0,0,0,120,0,1,0),(150833,181392,571,1,1,5802.56,689.865,664.405,1.6755,0,0,0,0,120,0,1,0),(150834,181392,571,1,1,5809.25,576.002,657.846,-1.4835,0,0,0,0,120,0,1,0),(150835,181392,571,1,1,5817.45,694.924,652.86,0.8726,0,0,0,0,120,0,1,0),(150836,181392,571,1,1,5835.14,720.015,646.19,-2.2863,0,0,0,0,120,0,1,0),(150837,181392,571,1,1,5843.8,569.767,656.441,2.4609,0,0,0,0,120,0,1,0),(150838,181392,571,1,1,5855.72,664.569,653.619,0.8726,0,0,0,0,120,0,1,0),(150839,181392,571,1,1,5858.5,699.902,647.275,-2.2689,0,0,0,0,120,0,1,0),(150840,181392,571,1,1,5859.04,634.379,653.559,-0.7155,0,0,0,0,120,0,1,0),(150841,181392,571,1,1,5864.96,738.727,644.807,-1.2042,0,0,0,0,120,0,1,0),(150842,181392,571,1,1,5872.59,687.64,650.232,-2.3038,0,0,0,0,120,0,1,0),(150843,181392,571,1,1,5873.01,725.319,647.549,1.7976,0,0,0,0,120,0,1,0),(150844,181392,571,1,1,5881.26,611.15,654.602,2.4085,0,0,0,0,120,0,1,0),(150845,181392,571,1,1,5883.44,741.784,644.404,-1.3613,0,0,0,0,120,0,1,0),(150846,181392,571,1,1,5885.01,524.232,648.163,1.85,0,0,0,0,120,0,1,0),(150847,181392,571,1,1,5886.48,624.72,653.593,2.4434,0,0,0,0,120,0,1,0),(150848,181392,571,1,1,5893.21,706.297,646.81,0.9075,0,0,0,0,120,0,1,0),(150849,181392,571,1,1,5901.19,684.366,647.593,2.391,0,0,0,0,120,0,1,0),(150850,181392,571,1,1,5901.74,746.018,645.267,-1.8151,0,0,0,0,120,0,1,0),(150851,181392,571,1,1,5909.33,661.732,649.233,-2.3387,0,0,0,0,120,0,1,0),(150866,181302,530,1,1,9376.72,-6766.87,15.2,0.1047,0,0,0,0,120,0,1,0),(150865,181302,530,1,1,9375.37,-6767.38,15.071,-1.5009,0,0,0,0,120,0,1,0),(150864,181305,530,1,1,9376.24,-6771.01,13.82,-1.7278,0,0,0,0,120,0,1,0),(150863,181307,530,1,1,9376.18,-6771.91,14.776,0.5934,0,0,0,0,120,0,1,0),(150862,181355,530,1,1,9391.55,-6789.76,14.165,-1.623,0,0,0,0,120,0,1,0),(150861,181355,530,1,1,9372.46,-6769.78,14.487,-0.4363,0,0,0,0,120,0,1,0),(150860,181355,530,1,1,9371.23,-6790.38,15.222,0.8552,0,0,0,0,120,0,1,0),(150859,181605,530,1,1,9379.9,-6791.63,15.013,-0.5061,0,0,0,0,120,0,1,0),(150858,188021,530,1,1,9378.46,-6767.86,14.351,-1.6929,0,0,0,0,120,0,1,0),(242669,181371,1,1,1,-1027.8,296.424,135.746,6.04992,0,0,0.116368,-0.993206,600,0,1,0),(150856,181306,530,1,1,9376.6,-6768.23,14.833,-1.3264,0,0,0,0,120,0,1,0),(150855,188020,530,1,1,9392.29,-6775.31,13.87,-0.3839,0,0,0,0,120,0,1,0),(150854,188020,530,1,1,9391.85,-6783.79,13.737,0.2094,0,0,0,0,120,0,1,0),(150853,188020,530,1,1,9371.64,-6773.2,14.01,-3.1241,0,0,0,0,120,0,1,0),(150852,188020,530,1,1,9371.35,-6782.55,14.0686,3.0891,0,0,0,0,120,0,1,0),(150950,181355,530,1,1,9699.61,-7414.83,13.698,1.448,0,0,0,0,120,0,1,0),(150949,181355,530,1,1,9689.57,-7286.36,14.274,2.391,0,0,0,0,120,0,1,0),(150948,181355,530,1,1,9688.68,-7243.62,14.213,-2.4783,0,0,0,0,120,0,1,0),(150947,181355,530,1,1,9687.74,-7206.66,14.31,1.6929,0,0,0,0,120,0,1,0),(150946,181355,530,1,1,9685.96,-7394.53,11.604,-2.4783,0,0,0,0,120,0,1,0),(150945,181355,530,1,1,9685.11,-7288.71,14.064,-2.6005,0,0,0,0,120,0,1,0),(150944,181355,530,1,1,9684.93,-7318.87,13.8432,2.54817,0,0,0,0,120,0,1,0),(150943,181355,530,1,1,9679.71,-7394.5,11.604,-1.8849,0,0,0,0,120,0,1,0),(150942,181355,530,1,1,9667.84,-7318.55,13.897,-2.8623,0,0,0,0,120,0,1,0),(150941,181355,530,1,1,9667.57,-7289.19,14.1,3.1241,0,0,0,0,120,0,1,0),(150940,181355,530,1,1,9667.49,-7205.58,14.315,-1.5882,0,0,0,0,120,0,1,0),(150939,181355,530,1,1,9665.25,-7413.47,13.61,0.05235,0,0,0,0,120,0,1,0),(150938,181355,530,1,1,9662.47,-7240.89,14.3636,-1.117,0,0,0,0,120,0,1,0),(150937,181355,530,1,1,9661.09,-7265.48,14.204,2.3561,0,0,0,0,120,0,1,0),(150936,181355,530,1,1,9659.63,-7284.59,14.348,-2.5656,0,0,0,0,120,0,1,0),(150935,181355,530,1,1,9658.9,-7492.71,13.522,-0.733,0,0,0,0,120,0,1,0),(150934,181355,530,1,1,9644.85,-7399.78,15.698,1.2915,0,0,0,0,120,0,1,0),(150933,181355,530,1,1,9632.24,-7285.19,14.354,-1.3962,0,0,0,0,120,0,1,0),(150932,181355,530,1,1,9631.82,-7399.67,15.695,1.466,0,0,0,0,120,0,1,0),(150931,181355,530,1,1,9630.88,-7265.24,14.28,-1.0471,0,0,0,0,120,0,1,0),(150930,181355,530,1,1,9628.29,-7254.45,16.495,-1.2566,0,0,0,0,120,0,1,0),(150929,181355,530,1,1,9614.28,-7254.57,16.49,0.5759,0,0,0,0,120,0,1,0),(150928,181355,530,1,1,9604.38,-7358.5,13.728,-0.2617,0,0,0,0,120,0,1,0),(150927,181355,530,1,1,9600.94,-7285.03,14.355,-2.8448,0,0,0,0,120,0,1,0),(150926,181355,530,1,1,9600.29,-7264.87,14.213,-0.9948,0,0,0,0,120,0,1,0),(150925,181355,530,1,1,9586.68,-7358.11,13.698,2.8972,0,0,0,0,120,0,1,0),(150924,181355,530,1,1,9583.93,-7474,13.5073,0.4188,0,0,0,0,120,0,1,0),(150923,181355,530,1,1,9583.84,-7455.04,13.5,-2.1991,0,0,0,0,120,0,1,0),(150922,181355,530,1,1,9583.69,-7425.88,13.51,-1.8151,0,0,0,0,120,0,1,0),(150921,181355,530,1,1,9583.66,-7444.98,13.506,-1.6406,0,0,0,0,120,0,1,0),(150920,181355,530,1,1,9557.44,-7264.57,14.214,-0.157,0,0,0,0,120,0,1,0),(150919,181355,530,1,1,9556.41,-7178.68,14.253,0.2617,0,0,0,0,120,0,1,0),(150918,181355,530,1,1,9556.02,-7285.5,14.374,-1.1344,0,0,0,0,120,0,1,0),(150917,181355,530,1,1,9543.13,-7261.28,14.362,-0.2792,0,0,0,0,120,0,1,0),(150916,181355,530,1,1,9542.46,-7251.2,16.402,-0.10471,0,0,0,0,120,0,1,0),(150915,181355,530,1,1,9538,-7348.09,14.336,2.2514,0,0,0,0,120,0,1,0),(150914,181355,530,1,1,9535.34,-7241.6,16.3983,-2.9146,0,0,0,0,120,0,1,0),(150913,181355,530,1,1,9529.36,-7241.44,16.405,3.1066,0,0,0,0,120,0,1,0),(150912,181355,530,1,1,9521.83,-7251.04,16.402,1.3089,0,0,0,0,120,0,1,0),(150911,181355,530,1,1,9521.31,-7284.11,14.33,0.6283,0,0,0,0,120,0,1,0),(150910,181355,530,1,1,9520.94,-7261.12,14.363,1.4835,0,0,0,0,120,0,1,0),(150909,181355,530,1,1,9520.53,-7415.2,14.314,-1.937,0,0,0,0,120,0,1,0),(150908,181355,530,1,1,9520.46,-7378.73,14.302,1.466,0,0,0,0,120,0,1,0),(150907,181355,530,1,1,9518.1,-7290.62,14.385,-2.652,0,0,0,0,120,0,1,0),(150906,181355,530,1,1,9517.86,-7309.91,14.455,0.89011,0,0,0,0,120,0,1,0),(150905,181355,530,1,1,9517.54,-7265.54,14.336,0.2443,0,0,0,0,120,0,1,0),(150904,181355,530,1,1,9495.4,-7337.35,14.37,-1.4137,0,0,0,0,120,0,1,0),(150903,181355,530,1,1,9495.33,-7353.62,14.363,-1.3089,0,0,0,0,120,0,1,0),(150902,181355,530,1,1,9491.39,-7265.12,14.326,-1.4311,0,0,0,0,120,0,1,0),(150901,181355,530,1,1,9490.13,-7324.17,14.365,0.3316,0,0,0,0,120,0,1,0),(150900,181355,530,1,1,9488.02,-7427.11,14.273,0.4712,0,0,0,0,120,0,1,0),(150899,181355,530,1,1,9486.74,-7367.53,14.359,0.1919,0,0,0,0,120,0,1,0),(150898,181355,530,1,1,9477.57,-7303.16,14.369,1.0471,0,0,0,0,120,0,1,0),(150897,181388,530,1,1,9794.21,-7251.35,27.114,2.3038,0,0,0,0,120,0,1,0),(150896,181388,530,1,1,9615.7,-7235.05,16.328,-0.8552,0,0,0,0,120,0,1,0),(150895,181388,530,1,1,9587.12,-7206.62,17.411,2.3387,0,0,0,0,120,0,1,0),(150894,181388,530,1,1,9578.92,-7208.43,17.41,-2.8448,0,0,0,0,120,0,1,0),(150893,181388,530,1,1,9535.97,-7219.35,17.296,1.2217,0,0,0,0,120,0,1,0),(150892,181388,530,1,1,9533.52,-7219.31,17.296,-3.0543,0,0,0,0,120,0,1,0),(150891,181388,530,1,1,9526.42,-7219.32,17.296,3.0019,0,0,0,0,120,0,1,0),(150890,181388,530,1,1,9524.03,-7219.3,17.296,-2.1642,0,0,0,0,120,0,1,0),(150889,181388,530,1,1,9516.95,-7219.28,17.269,2.792,0,0,0,0,120,0,1,0),(150888,181388,530,1,1,9514.54,-7219.23,17.278,-1.7627,0,0,0,0,120,0,1,0),(150887,181388,530,1,1,9489.04,-7309.97,16.71,1.3439,0,0,0,0,120,0,1,0),(150886,181388,530,1,1,9488.99,-7311.45,16.71,-1.1519,0,0,0,0,120,0,1,0),(150885,181388,530,1,1,9488.38,-7312.96,16.71,2.7052,0,0,0,0,120,0,1,0),(150884,181388,530,1,1,9488.36,-7308.64,16.709,-2.2165,0,0,0,0,120,0,1,0),(150883,181388,530,1,1,9487.18,-7307.67,16.709,0.1047,0,0,0,0,120,0,1,0),(150882,181388,530,1,1,9485.89,-7307.27,16.709,-1.919,0,0,0,0,120,0,1,0),(150867,188021,530,1,1,9789.21,-7249.1,26.0722,-0.90757,0,0,0,0,120,0,1,0),(150881,181388,530,1,1,9484.29,-7307.54,16.709,-0.9948,0,0,0,0,120,0,1,0),(150880,181389,530,1,1,9863.33,-7454.57,22.945,1.8151,0,0,0,0,120,0,1,0),(150879,181389,530,1,1,9838.11,-7454.22,23.0067,1.5533,0,0,0,0,120,0,1,0),(150878,181389,530,1,1,9691.53,-7289.64,19.61,1.5358,0,0,0,0,120,0,1,0),(150877,181389,530,1,1,9677.25,-7226.38,28.188,-1.5009,0,0,0,0,120,0,1,0),(150876,181389,530,1,1,9677.21,-7221.69,27.429,1.5533,0,0,0,0,120,0,1,0),(150875,181389,530,1,1,9661.73,-7289.44,20.1413,1.5358,0,0,0,0,120,0,1,0),(150874,181389,530,1,1,9455.93,-7278.58,27.5555,0,0,0,0,0,120,0,1,0),(150873,181605,530,1,1,9805.37,-7255.5,26.233,-0.06981,0,0,0,0,120,0,1,0),(150872,188020,530,1,1,9859.48,-7312.02,26.283,-2.05948,0,0,0,0,120,0,1,0),(150871,188020,530,1,1,9841.14,-7312.7,26.281,-1.1519,0,0,0,0,120,0,1,0),(150870,188020,530,1,1,9786.4,-7302.63,24.755,-2.9321,0,0,0,0,120,0,1,0),(150869,188020,530,1,1,9775.93,-7287.86,24.781,-2.4085,0,0,0,0,120,0,1,0),(150951,181355,530,1,1,9700.3,-7321.61,11.622,0.7155,0,0,0,0,120,0,1,0),(150952,181355,530,1,1,9701.56,-7334.52,11.784,-1.692,0,0,0,0,120,0,1,0),(150953,181355,530,1,1,9708.06,-7493.28,13.523,-1.2391,0,0,0,0,120,0,1,0),(150954,181355,530,1,1,9729.43,-7314.13,24.73,2.5656,0,0,0,0,120,0,1,0),(150955,181355,530,1,1,9734.25,-7330.14,24.727,-1.4311,0,0,0,0,120,0,1,0),(150956,181355,530,1,1,9737.57,-7311.25,24.731,2.3038,0,0,0,0,120,0,1,0),(150957,181355,530,1,1,9742.05,-7327.47,24.727,0.2792,0,0,0,0,120,0,1,0),(150958,181355,530,1,1,9742.11,-7191.63,14.323,-2.583,0,0,0,0,120,0,1,0),(150959,181355,530,1,1,9746.09,-7307.12,24.732,2.635,0,0,0,0,120,0,1,0),(150960,181355,530,1,1,9746.57,-7174.86,14.323,-3.0194,0,0,0,0,120,0,1,0),(150961,181355,530,1,1,9752.18,-7323.44,24.728,-0.5759,0,0,0,0,120,0,1,0),(150962,181355,530,1,1,9760.96,-7298.79,24.731,-1.7976,0,0,0,0,120,0,1,0),(150963,181355,530,1,1,9765.88,-7295.04,24.736,-2.6354,0,0,0,0,120,0,1,0),(150964,181355,530,1,1,9770.45,-7313.02,24.73,-0.2094,0,0,0,0,120,0,1,0),(150965,181355,530,1,1,9775.09,-7288.95,24.736,-2.844,0,0,0,0,120,0,1,0),(150966,181355,530,1,1,9775.45,-7309.85,24.7318,1.605,0,0,0,0,120,0,1,0),(150967,181355,530,1,1,9784.87,-7302.95,24.727,0.4712,0,0,0,0,120,0,1,0),(150968,181355,530,1,1,9797.02,-7275.4,26.387,1.2915,0,0,0,0,120,0,1,0),(150969,181355,530,1,1,9804.57,-7286.89,26.373,1.518,0,0,0,0,120,0,1,0),(150970,181355,530,1,1,9806.04,-7431.57,13.618,-0.7679,0,0,0,0,120,0,1,0),(150971,181355,530,1,1,9806.77,-7407.16,13.626,0.6108,0,0,0,0,120,0,1,0),(150972,181355,530,1,1,9812.85,-7410.42,13.624,1.884,0,0,0,0,120,0,1,0),(150973,181355,530,1,1,9812.97,-7428.58,13.6163,1.71,0,0,0,0,120,0,1,0),(150974,181355,530,1,1,9821.52,-7255.11,26.146,-2.617,0,0,0,0,120,0,1,0),(150975,181355,530,1,1,9825.06,-7428.28,13.618,-2.583,0,0,0,0,120,0,1,0),(150976,181355,530,1,1,9825.43,-7410.53,13.625,0.837,0,0,0,0,120,0,1,0),(150977,181355,530,1,1,9828.29,-7261.11,26.145,-1.9722,0,0,0,0,120,0,1,0),(150978,181355,530,1,1,9839.54,-7451.33,13.645,0.2443,0,0,0,0,120,0,1,0),(150979,181355,530,1,1,9850.01,-7382.79,18.61,-1.6057,0,0,0,0,120,0,1,0),(150980,181355,530,1,1,9862.43,-7450.9,13.645,-0.13962,0,0,0,0,120,0,1,0),(150981,181355,530,1,1,9866.91,-7124.32,30.877,-2.8623,0,0,0,0,120,0,1,0),(150982,181355,530,1,1,9875.02,-7410.74,13.58,2.0245,0,0,0,0,120,0,1,0),(150983,181355,530,1,1,9875.17,-7428.63,13.588,2.251,0,0,0,0,120,0,1,0),(150984,181355,530,1,1,9880.78,-7153.58,30.95,-2.53,0,0,0,0,120,0,1,0),(150985,181355,530,1,1,9913.19,-7182.16,31.009,-1.9547,0,0,0,0,120,0,1,0),(150986,181355,530,1,1,9943.32,-7191.94,30.875,-1.6929,0,0,0,0,120,0,1,0),(150987,181355,530,1,1,9982.97,-7098.83,47.704,-0.226,0,0,0,0,120,0,1,0),(150988,181355,530,1,1,9987.12,-7093.6,47.7049,-1.0297,0,0,0,0,120,0,1,0),(150989,181307,530,1,1,9792.12,-7253.43,27.138,-2.2514,0,0,0,0,120,0,1,0),(150990,181305,530,1,1,9793.02,-7251.94,26.128,2.0943,0,0,0,0,120,0,1,0),(150991,181302,530,1,1,9788.27,-7253.78,26.126,-1.413,0,0,0,0,120,0,1,0),(150992,181302,530,1,1,9794.48,-7248.72,26.094,-0.8028,0,0,0,0,120,0,1,0),(150993,181302,530,1,1,9794.49,-7248.68,27.331,-1.0646,0,0,0,0,120,0,1,0),(150994,181306,530,1,1,7683.74,-6838.74,79.044,-1.3264,0,0,0,0,120,0,1,0),(242670,181371,530,1,1,-3799.94,-11498.6,-134.796,3.03715,0,0,0.998637,0.0521976,300,0,1,0),(150996,188021,530,1,1,7685.18,-6835.93,78.579,1.6755,0,0,0,0,120,0,1,0),(150997,188020,530,1,1,7671.89,-6844.07,80.865,1.5358,0,0,0,0,120,0,1,0),(150998,188020,530,1,1,7671.9,-6824.11,77.708,1.4835,0,0,0,0,120,0,1,0),(150999,188020,530,1,1,7696.48,-6825.59,75.606,1.658,0,0,0,0,120,0,1,0),(151000,188020,530,1,1,7697.74,-6842.14,78.069,1.6406,0,0,0,0,120,0,1,0),(151001,181605,530,1,1,7670.44,-6836.25,79.686,-0.506,0,0,0,0,120,0,1,0),(151002,181355,530,1,1,7675.05,-6844.03,80.206,1.93731,0,0,0,0,120,0,1,0),(151003,181355,530,1,1,7675.13,-6823.38,77.358,0.85521,0,0,0,0,120,0,1,0),(151004,181355,530,1,1,7690.66,-6843.26,78.862,-0.4363,0,0,0,0,120,0,1,0),(151005,181355,530,1,1,7691.9,-6824.57,76.102,-1.6231,0,0,0,0,120,0,1,0),(151006,181307,530,1,1,7682.49,-6835.73,79.963,0.5934,0,0,0,0,120,0,1,0),(151007,181305,530,1,1,7682.28,-6835.94,78.996,-1.7278,0,0,0,0,120,0,1,0),(151008,181302,530,1,1,7682.02,-6838.89,79.09,-1.5009,0,0,0,0,120,0,1,0),(151009,181302,530,1,1,7684.65,-6840.83,79.142,0.10471,0,0,0,0,120,0,1,0),(151010,188020,0,1,1,2272.3,460.901,33.865,-2.7925,0,0,0,0,120,0,1,0),(151011,188020,0,1,1,2280.54,423.329,33.875,-2.7925,0,0,0,0,120,0,1,0),(151012,188020,0,1,1,2282.74,463.806,33.768,0.349,0,0,0,0,120,0,1,0),(151013,188020,0,1,1,2292.08,424.978,34.751,-2.9146,0,0,0,0,120,0,1,0),(151014,181306,0,1,1,2280.96,443.046,34.202,-1.3264,0,0,0,0,120,0,1,0),(242671,181371,530,1,1,9810.75,-7236.68,26.068,0.107613,0,0,0.0537805,0.998553,300,0,1,0),(151016,188021,0,1,1,2281.64,445.855,34.214,-3.0891,0,0,0,0,120,0,1,0),(151017,181605,0,1,1,2288.63,422.085,34.113,-0.5061,0,0,0,0,120,0,1,0),(151018,181355,0,1,1,2277.75,465.947,33.799,1.1868,0,0,0,0,120,0,1,0),(151019,181355,0,1,1,2278.27,432.591,34.016,-0.4363,0,0,0,0,120,0,1,0),(151020,181355,0,1,1,2289.87,434.361,35.089,-1.6231,0,0,0,0,120,0,1,0),(151021,181355,0,1,1,2334.93,403.952,33.805,-0.8552,0,0,0,0,120,0,1,0),(151022,181307,0,1,1,2285.37,444.476,35.439,0.5934,0,0,0,0,120,0,1,0),(151023,181305,0,1,1,2284.57,444.181,34.461,0.1396,0,0,0,0,120,0,1,0),(151024,181302,0,1,1,2279.25,443.731,34.121,-1.5009,0,0,0,0,120,0,1,0),(151025,181302,0,1,1,2279.26,442.134,34.129,0.5759,0,0,0,0,120,0,1,0),(151026,181792,530,1,1,-4228.22,-11493.6,13.909,-0.157,0,0,0,0,120,0,1,0),(151027,181358,530,1,1,-3785.23,-11420.6,-122.395,-2.0594,0,0,0,0,120,0,1,0),(151028,181358,530,1,1,-3866.91,-11587.1,-96.376,1.2217,0,0,0,0,120,0,1,0),(151029,181358,530,1,1,-3868.66,-11590.5,-95.288,-2.0594,0,0,0,0,120,0,1,0),(151030,181358,530,1,1,-3991.59,-11552.5,-122.168,-0.9424,0,0,0,0,120,0,1,0),(151031,181358,530,1,1,-4022.1,-11517.6,-123.535,2.1293,0,0,0,0,120,0,1,0),(151032,181388,530,1,1,-3794.18,-11519.9,-133.968,-3.001,0,0,0,0,120,0,1,0),(151033,181389,530,1,1,-3802.61,-11620.2,-92.715,-1.5358,0,0,0,0,120,0,1,0),(151034,181389,530,1,1,-3822.29,-11521.8,-128.501,1.466,0,0,0,0,120,0,1,0),(151035,181389,530,1,1,-3848.6,-11508.4,-128.93,0.733,0,0,0,0,120,0,1,0),(151036,181389,530,1,1,-3905.57,-11457.8,-112.98,1.117,0,0,0,0,120,0,1,0),(151037,181389,530,1,1,-3915.05,-11411.2,-111.862,-0.1919,0,0,0,0,120,0,1,0),(151038,181389,530,1,1,-4066.7,-11607.9,-129.408,-2.1816,0,0,0,0,120,0,1,0),(151039,181389,530,1,1,-4091.52,-11339.2,-129.597,-1.0122,0,0,0,0,120,0,1,0),(151040,181389,530,1,1,-4097.35,-11552.9,-124.005,1.884,0,0,0,0,120,0,1,0),(151041,181389,530,1,1,-4141.86,-11371.3,-129.852,-0.925,0,0,0,0,120,0,1,0),(151042,181389,530,1,1,-4142.5,-11540,-124.575,0.8377,0,0,0,0,120,0,1,0),(151043,181605,530,1,1,-3821.98,-11508.3,-138.624,0.9075,0,0,0,0,120,0,1,0),(151044,188020,530,1,1,-3867.67,-11611.9,-136.213,-2.1293,0,0,0,0,120,0,1,0),(151045,188020,530,1,1,-3969.1,-11447.7,-136.751,-2.8972,0,0,0,0,120,0,1,0),(151046,188020,530,1,1,-3970.71,-11431.7,-136.721,-3.0194,0,0,0,0,120,0,1,0),(151047,188021,530,1,1,-3796.17,-11517.2,-134.898,-0.0872,0,0,0,0,120,0,1,0),(151048,181354,530,1,1,-3745.38,-11403.9,-138.167,2.3212,0,0,0,0,120,0,1,0),(151049,181354,530,1,1,-3754.07,-11431.4,-138.373,2.0943,0,0,0,0,120,0,1,0),(151050,181354,530,1,1,-3756.68,-11382.5,-138.218,0.3141,0,0,0,0,120,0,1,0),(151051,181354,530,1,1,-3769.16,-11443.2,-138.595,1.466,0,0,0,0,120,0,1,0),(151052,181354,530,1,1,-3774.08,-11374,-138.391,-1.727,0,0,0,0,120,0,1,0),(151053,181354,530,1,1,-3788.14,-11452.6,-138.854,1.0297,0,0,0,0,120,0,1,0),(151054,181354,530,1,1,-3794.8,-11366.1,-138.604,-0.3141,0,0,0,0,120,0,1,0),(151055,181354,530,1,1,-3807.17,-11439.6,-139.028,1.4311,0,0,0,0,120,0,1,0),(151056,181354,530,1,1,-3816.79,-11421.2,-139.071,-1.0122,0,0,0,0,120,0,1,0),(151057,181354,530,1,1,-3822.31,-11399.6,-139.054,-2.9844,0,0,0,0,120,0,1,0),(151058,187572,530,1,1,-4042.41,-11561.7,-136.822,0.76794,0,0,0,0,120,0,1,0),(151059,187573,530,1,1,-4042.87,-11561.1,-136.809,-2.4783,0,0,0,0,120,0,1,0),(151060,181355,530,1,1,-3732.54,-11501,-134.029,2.373,0,0,0,0,120,0,1,0),(151061,181355,530,1,1,-3753.63,-11517.7,-134.326,2.0943,0,0,0,0,120,0,1,0),(151062,181355,530,1,1,-3810.93,-11566.8,-135.161,-1.3439,0,0,0,0,120,0,1,0),(151063,181355,530,1,1,-3819.72,-11624.6,-125.707,1.1868,0,0,0,0,120,0,1,0),(151064,181355,530,1,1,-3821.2,-11515.7,-138.644,1.5184,0,0,0,0,120,0,1,0),(151065,181355,530,1,1,-3822.68,-11553.7,-135.248,3.0543,0,0,0,0,120,0,1,0),(151066,181355,530,1,1,-3836.54,-11592.7,-132.633,1.6755,0,0,0,0,120,0,1,0),(151067,181355,530,1,1,-3843.45,-11503.5,-139.097,0.7853,0,0,0,0,120,0,1,0),(151068,181355,530,1,1,-3844.53,-11583.1,-132.767,-0.349,0,0,0,0,120,0,1,0),(151069,181355,530,1,1,-3858.56,-11607.6,-134.762,-0.8203,0,0,0,0,120,0,1,0),(151070,181355,530,1,1,-3862,-11617.4,-136.832,-1.3439,0,0,0,0,120,0,1,0),(151071,181355,530,1,1,-3898.61,-11445.4,-132.852,0.1047,0,0,0,0,120,0,1,0),(151072,181355,530,1,1,-3903.45,-11420.8,-132.773,0.1919,0,0,0,0,120,0,1,0),(151073,181355,530,1,1,-3968.96,-11453.9,-136.772,1.6929,0,0,0,0,120,0,1,0),(151074,181355,530,1,1,-3973.86,-11427.1,-136.736,-2.4434,0,0,0,0,120,0,1,0),(151075,181355,530,1,1,-3979.76,-11500.8,-137.077,-0.0349,0,0,0,0,120,0,1,0),(151076,181355,530,1,1,-3979.87,-11369.4,-122.542,1.3788,0,0,0,0,120,0,1,0),(151077,181355,530,1,1,-3987.21,-11495.5,-137.143,2.2514,0,0,0,0,120,0,1,0),(151078,181355,530,1,1,-3988.78,-11386.5,-122.711,-0.9773,0,0,0,0,120,0,1,0),(151079,181355,530,1,1,-3990.31,-11353.1,-122.603,-0.8028,0,0,0,0,120,0,1,0),(151080,181355,530,1,1,-4000.54,-11392.8,-123.377,-3.1241,0,0,0,0,120,0,1,0),(151081,181355,530,1,1,-4006.57,-11572.7,-138.041,2.6703,0,0,0,0,120,0,1,0),(151082,181355,530,1,1,-4008.93,-11351,-122.813,-2.0769,0,0,0,0,120,0,1,0),(151083,181355,530,1,1,-4016.02,-11510.5,-141.069,2.8797,0,0,0,0,120,0,1,0),(151084,181355,530,1,1,-4019.3,-11367.6,-123.678,-1.7278,0,0,0,0,120,0,1,0),(151085,181355,530,1,1,-4025.33,-11590.4,-138.327,1.7627,0,0,0,0,120,0,1,0),(151086,181355,530,1,1,-4030.15,-11520.6,-141.262,1.658,0,0,0,0,120,0,1,0),(151087,181355,530,1,1,-4048.41,-11568.9,-138.499,-0.2094,0,0,0,0,120,0,1,0),(151088,181355,530,1,1,-4070.25,-11542.5,-138.655,-1.7278,0,0,0,0,120,0,1,0),(151089,181355,530,1,1,-4072.73,-11547.7,-138.704,0.9773,0,0,0,0,120,0,1,0),(151090,181355,530,1,1,-4105.22,-11544.5,-135.781,1.6057,0,0,0,0,120,0,1,0),(151091,181355,530,1,1,-4120.5,-11437.1,-130.379,-1.448,0,0,0,0,120,0,1,0),(151093,181355,530,1,1,-4127.21,-11534.9,-136.012,0.6283,0,0,0,0,120,0,1,0),(151094,181355,530,1,1,-4129.01,-11606.8,-139.12,-2.0769,0,0,0,0,120,0,1,0),(151095,181355,530,1,1,-4144.75,-11423.6,-130.672,-2.8099,0,0,0,0,120,0,1,0),(151096,181355,530,1,1,-4149.01,-11480.6,-130.894,-0.3839,0,0,0,0,120,0,1,0),(151097,181355,530,1,1,-4150.39,-11469.8,-130.922,2.7052,0,0,0,0,120,0,1,0),(151098,181355,530,1,1,-4158,-11597.3,-138.91,-1.4486,0,0,0,0,120,0,1,0),(151099,181355,530,1,1,-4180.39,-11587,-123.979,-0.6632,0,0,0,0,120,0,1,0),(151100,195142,0,1,1,1768.77,55.3697,-46.319,0,0,0,0,0,120,0,1,0),(87580,190509,571,1,1,5751.16,3048.88,287.986,1.67551,0,0,0,1,180,255,1,0),(87581,194356,571,1,129,5452.71,2855.02,418.675,0.698132,0,0,0,1,180,255,1,0),(87582,193952,571,1,1,5795.88,2070.87,-344.046,2.82743,0,0,0,1,180,255,1,0),(87583,193195,571,1,1,5777.78,2058.68,-358.483,-2.53072,0,0,0,1,180,255,1,0),(268888,186649,571,1,1,3035.8,-5092.26,722.618,5.31334,0,0,0.46614,-0.884711,250,100,1,0),(87585,186650,571,1,1,3035.99,-5092.22,722.615,0.771381,0,0,0,1,180,255,1,0),(99704,187382,571,1,1,-17.7478,-4882.87,302.562,3.4486,0,0,0.988242,-0.1529,25,0,1,0),(99705,187382,571,1,1,19.5309,-4980.99,309.745,6.03569,0,0,0.123431,-0.992353,25,0,1,0),(99706,187382,571,1,1,-82.0927,-5006.82,308.251,4.00779,0,0,0.907669,-0.419687,25,0,1,0),(99707,187382,571,1,1,-107.437,-5146.37,329.494,5.81184,0,0,0.233498,-0.972357,25,0,1,0),(85653,2843,0,1,1,-9060.95,-463.424,72.5782,1.53589,0,0,0,1,7200,255,1,0),(85654,2849,1,1,1,3276.38,406.608,3.4269,1.91986,0,0,0,1,7200,255,1,0),(85655,2849,1,1,1,4617.29,662.068,14.514,-2.05949,0,0,0,1,7200,255,1,0),(85656,2849,1,1,1,7389.93,-1117.46,41.8591,0.541051,0,0,0,1,7200,255,1,0),(85657,2849,1,1,1,7487.28,-1088.5,36.0964,0.767944,0,0,0,1,7200,255,1,0),(85658,2849,1,1,1,7562.19,-879.454,17.5976,2.84488,0,0,0,1,7200,255,1,0),(85659,2849,1,1,1,7461.66,-861.202,1.05914,2.11185,0,0,0,1,7200,255,1,0),(85660,2850,0,1,1,-427.76,-1408.39,99.0212,3.07177,0,0,0,1,7200,255,1,0),(85661,2850,0,1,1,-11015.3,240.348,27.0152,1.309,0,0,0,1,7200,255,1,0),(85662,2850,0,1,1,-10205.6,476.661,27.0559,-0.925024,0,0,0,1,7200,255,1,0),(85663,2850,0,1,1,-10178.6,-1023.05,27.6378,-2.14675,0,0,0,1,7200,255,1,0),(85664,2850,0,1,1,-404.319,-1339.46,64.8823,2.9845,0,0,0,1,7200,255,1,0),(85665,2850,0,1,1,-10431.6,-22.1773,47.5033,-1.65806,0,0,0,1,7200,255,1,0),(85666,2850,0,1,1,-10205.7,170.329,27.2421,2.89724,0,0,0,1,7200,255,1,0),(85667,2850,0,1,1,-10577,-53.3292,36.7983,0.628317,0,0,0,1,7200,255,1,0),(85668,2850,1,1,1,898.908,1559.58,-16.3545,2.51327,0,0,0,1,7200,255,1,0),(85669,2852,0,1,1,-11110.8,-498.81,32.8518,2.26892,0,0,0,1,7200,255,1,0),(85670,2852,1,1,1,-4604.5,-1285.01,-50.5238,2.75761,0,0,0,1,7200,255,1,0),(85671,2852,0,1,1,-10299.7,-1291.57,43.431,-2.21656,0,0,0,1,7200,255,1,0),(85672,2852,0,1,1,-10647.3,-903.599,50.2875,-2.58308,0,0,0,1,7200,255,1,0),(85673,2852,0,1,1,-10324.5,489.261,12.8491,-0.453785,0,0,0,1,7200,255,1,0),(85674,2852,0,1,1,-10235.8,392.371,10.4135,-1.78023,0,0,0,1,7200,255,1,0),(85675,2852,0,1,1,-11076.6,-253.918,16.1559,-0.820303,0,0,0,1,7200,255,1,0),(85676,2852,0,1,1,-966.952,323.832,3.57871,2.58308,0,0,0,1,7200,255,1,0),(85677,181798,530,1,1,-2192.32,4181.54,12.139,0.017452,0,0,0,1,7200,255,1,0),(85678,181798,530,1,1,-2162.13,4265.88,4.56925,-1.20428,0,0,0,1,7200,255,1,0),(85679,181798,530,1,1,-1258.32,2740.19,-16.7736,-1.6057,0,0,0,1,7200,255,1,0),(85680,181798,530,1,1,-831.683,2015.38,39.0155,-0.558504,0,0,0,1,7200,255,1,0),(85681,181798,530,1,1,-282.544,2433.02,44.4638,-2.426,0,0,0,1,7200,255,1,0),(85682,181798,530,1,1,-314.37,2697.34,27.6415,-3.08918,0,0,0,1,7200,255,1,0),(85683,181798,530,1,1,-509.791,3123.73,-2.99063,-2.49582,0,0,0,1,7200,255,1,0),(85684,181798,530,1,1,678.397,6319.73,21.5409,3.14159,0,0,0,1,7200,255,1,0),(85685,181798,530,1,1,85.4915,3213.54,32.5583,-2.35619,0,0,0,1,7200,255,1,0),(85686,181798,530,1,1,-821.493,5789.43,22.9029,-2.46091,0,0,0,1,7200,255,1,0),(85687,181798,530,1,1,-651.029,3246.61,7.83497,0.785397,0,0,0,1,7200,255,1,0),(85688,181798,530,1,1,-960.516,3369.01,81.6009,1.51844,0,0,0,1,7200,255,1,0),(85689,181798,530,1,1,-1695.47,4381.82,53.3876,3.07177,0,0,0,1,7200,255,1,0),(85690,181798,530,1,1,-934.135,1922.81,69.23,2.60053,0,0,0,1,7200,255,1,0),(85691,181798,530,1,1,-1066.73,1997.34,67.2247,-0.610864,0,0,0,1,7200,255,1,0),(85692,2855,0,1,1,-274.94,-293.013,51.4281,1.65806,0,0,0,1,7200,255,1,0),(85693,2855,0,1,1,-11828.7,86.4582,17.4597,-2.51327,0,0,0,1,7200,255,1,0),(85694,2855,0,1,1,-12012.6,309.553,4.12253,1.27409,0,0,0,1,7200,255,1,0),(85695,2855,0,1,1,-12423.7,580.5,-104.112,-2.35619,0,0,0,1,7200,255,1,0),(85696,2855,0,1,1,-11966.2,-501.725,17.0796,-0.314158,0,0,0,1,7200,255,1,0),(85697,2855,1,1,1,-447.218,1754.23,153.488,-2.56563,0,0,0,1,7200,255,1,0),(85698,181800,530,1,1,-2002.34,6186.68,79.7126,0.59341,0,0,0,1,7200,255,1,0),(85699,181800,530,1,1,-1124.78,4196.2,44.0054,-0.802851,0,0,0,1,7200,255,1,0),(85700,181800,530,1,1,-2917.01,3605.68,-8.32954,-1.51844,0,0,0,1,7200,255,1,0),(85701,181800,530,1,1,-527.328,4869.17,34.1629,2.9845,0,0,0,1,7200,255,1,0),(85702,181800,530,1,1,-1140.62,4272.34,14.0517,-1.67551,0,0,0,1,7200,255,1,0),(85703,181800,530,1,1,1470.81,6577.31,-10.3136,1.88495,0,0,0,1,7200,255,1,0),(85704,181800,530,1,1,-218.971,2888.61,-48.4963,0.488691,0,0,0,1,7200,255,1,0),(85705,181800,530,1,1,-224.77,2720.96,-19.1562,-0.139624,0,0,0,1,7200,255,1,0),(85706,2857,1,1,1,-2359.31,-4278.73,0.512181,-0.575957,0,0,0,1,7200,255,1,0),(85707,2857,0,1,1,-10477.4,-2541.66,19.6449,-2.26892,0,0,0,1,7200,255,1,0),(85708,2857,0,1,1,-12140.4,-187.807,31.6856,2.04204,0,0,0,1,7200,255,1,0),(85709,2857,1,1,1,-2699.24,-4286.74,3.67091,0.610864,0,0,0,1,7200,255,1,0),(85710,2857,0,1,1,-2230.21,-1469.4,-46.3219,-2.426,0,0,0,1,7200,255,1,0),(85711,2857,0,1,1,-11667.2,919.916,3.42246,1.88495,0,0,0,1,7200,255,1,0),(85712,2857,1,1,1,-2384.47,2408.75,76.4762,-2.53072,0,0,0,1,7200,255,1,0),(85713,2857,1,1,1,-1757.97,911.563,92.4926,2.49582,0,0,0,1,7200,255,1,0),(85714,2857,1,1,1,-2562.67,-3982.02,8.77391,1.41372,0,0,0,1,7200,255,1,0),(85715,181802,530,1,1,-3732.66,2567.54,90.2306,2.47837,0,0,0,1,7200,255,1,0),(85716,181804,530,1,1,-3920.03,375.76,120.118,2.51327,0,0,0,1,7200,255,1,0),(85717,4149,1,1,1,-6912.34,-3128.72,8.79548,-2.86233,0,0,0,1,7200,255,1,0),(85718,4149,1,1,1,-3651.22,-4063.5,-17.7203,2.79252,0,0,0,1,7200,255,1,0),(85719,4149,0,1,1,-41.2321,-2810.77,122.291,-2.77507,0,0,0,1,7200,255,1,0),(85720,4149,1,1,1,-7193.02,-2980.91,8.79554,-2.63544,0,0,0,1,7200,255,1,0),(85721,4149,1,1,1,-4269.59,-3892.14,-6.99016,2.42601,0,0,0,1,7200,255,1,0),(85722,4149,1,1,1,-4414.13,-4070.89,-0.783428,2.86233,0,0,0,1,7200,255,1,0),(85723,4149,0,1,1,-13664.5,-280.413,8.12,-1.85005,0,0,0,1,7200,255,1,0),(85724,4149,0,1,1,-12345.7,-1082.26,5.56533,2.60053,0,0,0,1,7200,255,1,0),(85725,4149,0,1,1,-13876.5,430.319,92.1166,-1.11701,0,0,0,1,7200,255,1,0),(85726,4149,0,1,1,-14126.5,477.396,1.27591,-2.33874,0,0,0,1,7200,255,1,0),(85727,4149,0,1,1,-6873.67,-1321.84,243.05,2.68781,0,0,0,1,7200,255,1,0),(85728,4149,0,1,1,-6469.35,-962.396,335.602,2.72271,0,0,0,1,7200,255,1,0),(85729,4149,1,1,1,-7384.69,-4731.94,9.16363,2.35619,0,0,0,1,7200,255,1,0),(85730,4149,0,1,1,-14978.5,342.927,0.260496,0.296705,0,0,0,1,7200,255,1,0),(85731,4149,1,1,1,-7720.31,-4632.25,8.8768,0.383971,0,0,0,1,7200,255,1,0),(85732,4149,0,1,1,-12991.2,-701.092,54.6397,-1.58825,0,0,0,1,7200,255,1,0),(85733,4149,1,1,1,-7550.48,-4734.68,9.45221,1.79769,0,0,0,1,7200,255,1,0),(85734,4149,1,1,1,-4466.14,-3984.56,28.7321,0.541051,0,0,0,1,7200,255,1,0),(85735,4149,1,1,1,-4323.05,-3337.13,35.764,1.85005,0,0,0,1,7200,255,1,0),(85736,4149,1,1,1,-6992.11,-2808.41,10.7516,-0.95993,0,0,0,1,7200,255,1,0),(85737,4149,1,1,1,-7675.42,-4410.94,8.95528,1.0472,0,0,0,1,7200,255,1,0),(85738,4149,1,1,1,-7212.92,-4623.56,8.8849,3.05433,0,0,0,1,7200,255,1,0),(85739,106318,1,1,1,915.269,-4714.02,22.9547,-1.27409,0,0,0,1,7200,255,1,0),(85740,106318,1,1,1,32.9945,-4298.72,69.4004,1.58825,0,0,0,1,7200,255,1,0),(85741,106318,1,1,1,-159.58,-5246.65,-4.271,-2.23402,0,0,0,1,7200,255,1,0),(85742,106318,1,1,1,-173.708,-5116.12,22.1168,0.837757,0,0,0,1,7200,255,1,0),(85743,106318,1,1,1,426.053,-4280.53,29.4294,-1.0821,0,0,0,1,7200,255,1,0),(85744,106318,1,1,1,975.26,-4667.09,27.3499,0.90757,0,0,0,1,7200,255,1,0),(85745,106318,0,1,1,-9739.5,-934.509,38.9182,1.51844,0,0,0,1,7200,255,1,0),(85746,106318,0,1,1,-9940.88,-116.771,24.9764,2.23402,0,0,0,1,7200,255,1,0),(85747,106318,0,1,1,-10071.6,631.747,39.3654,0,0,0,0,1,7200,255,1,0),(85748,106318,1,1,1,856.534,-4209.93,-11.351,-0.977383,0,0,0,1,7200,255,1,0),(85749,106318,1,1,1,51.3314,-4452.3,48.4894,0.331611,0,0,0,1,7200,255,1,0),(85750,106318,1,1,1,116.43,-4557.85,59.7943,-2.86233,0,0,0,1,7200,255,1,0),(85751,106318,0,1,1,-9085.66,-591.503,58.4178,2.00713,0,0,0,1,7200,255,1,0),(85752,106318,0,1,1,-9436.06,468.587,53.3748,0,0,0,0,1,7200,255,1,0),(85753,106318,1,1,1,-1190.53,-5575.84,9.2806,0.174532,0,0,0,1,7200,255,1,0),(85754,106318,1,1,1,440.375,-4213.46,25.2133,-1.74533,0,0,0,1,7200,255,1,0),(85755,106318,1,1,1,-1121.77,-5429.07,11.677,1.88495,0,0,0,1,7200,255,1,0),(85756,106318,0,1,1,-9796.16,-929.679,39.1327,-0.401425,0,0,0,1,7200,255,1,0),(85757,106318,1,1,1,1458.29,-4683.8,6.25522,-0.261798,0,0,0,1,7200,255,1,0),(85758,106318,1,1,1,852.074,-4187.02,-10.9082,-0.157079,0,0,0,1,7200,255,1,0),(85759,106318,0,1,1,-9216.05,-1228.15,72.4841,0.034906,0,0,0,1,7200,255,1,0),(85760,106318,1,1,1,1068.7,-4671.96,13.7875,-0.383971,0,0,0,1,7200,255,1,0),(85761,106318,0,1,1,-9303.33,-282.874,71.1022,-2.23402,0,0,0,1,7200,255,1,0),(85762,106318,0,1,1,-9924.49,-1114.88,24.6533,-0.523598,0,0,0,1,7200,255,1,0),(85763,106318,0,1,1,-9913.4,-1086.03,25.0252,1.0821,0,0,0,1,7200,255,1,0),(85764,106318,0,1,1,-5834.26,-1493.21,359.328,-1.8675,0,0,0,1,7200,255,1,0); -INSERT INTO `gameobject` VALUES (85765,106318,0,1,1,2036.27,-455.528,35.8657,2.25147,0,0,0,1,7200,255,1,0),(85766,106318,0,1,1,-5671.38,-2125.01,400.913,2.40855,0,0,0,1,7200,255,1,0),(85767,106318,1,1,1,-2750.03,-430.934,-2.93079,2.94959,0,0,0,1,7200,255,1,0),(85768,106318,1,1,1,1428.39,-4682.05,-0.566509,0.418879,0,0,0,1,7200,255,1,0),(85769,106318,1,1,1,962.886,-4295.42,-6.3294,1.43117,0,0,0,1,7200,255,1,0),(85770,106318,0,1,1,-9838.12,207.45,14.054,1.06465,0,0,0,1,7200,255,1,0),(85771,106318,0,1,1,-9732.97,136.739,18.6676,-2.82743,0,0,0,1,7200,255,1,0),(85772,106318,1,1,1,-1057.63,465.598,23.5053,2.02458,0,0,0,1,7200,255,1,0),(85773,106319,0,1,1,-10995,1477.86,50.5872,0.610864,0,0,0,1,7200,255,1,0),(85774,106319,0,1,1,-9872.5,1327.28,43.0347,-1.8675,0,0,0,1,7200,255,1,0),(85775,106319,0,1,1,1054.63,1601.91,29.0636,-1.25664,0,0,0,1,7200,255,1,0),(85776,106319,0,1,1,134.839,1506.64,114.412,-2.51327,0,0,0,1,7200,255,1,0),(85777,106319,1,1,1,-1581.39,-3894.96,13.6611,0.994837,0,0,0,1,7200,255,1,0),(85778,153451,1,1,1,4129.42,-5078.69,144.178,-3.01941,0,0,0,1,7200,255,1,0),(85779,105579,0,1,1,58.7195,276.344,41.9076,-1.15192,0,0,0,1,7200,255,1,0),(85780,153451,0,1,1,-200.11,-4048.97,177.774,1.27409,0,0,0,1,7200,255,1,0),(85781,153451,1,1,1,-8490.85,-2888.62,8.66692,0.331611,0,0,0,1,7200,255,1,0),(85782,153451,1,1,1,-8023.66,-5228.58,0.592669,-0.698132,0,0,0,1,7200,255,1,0),(85783,153451,1,1,1,-7977.4,-5127,5.78821,0.069812,0,0,0,1,7200,255,1,0),(85784,153451,1,1,1,-8079.38,-5251.62,0.680218,0,0,0,0,1,7200,255,1,0),(85785,153451,1,1,1,2869.88,-4038.23,142.5,0.122173,0,0,0,1,7200,255,1,0),(85786,153451,1,1,1,3264.44,-4590.36,98.1213,-0.261798,0,0,0,1,7200,255,1,0),(85787,153451,1,1,1,3448.36,-4623.76,103.711,2.26892,0,0,0,1,7200,255,1,0),(85788,153451,1,1,1,3969.52,-5034.33,136.582,1.95477,0,0,0,1,7200,255,1,0),(85789,153453,0,1,1,1497.01,-1522.51,56.3196,2.07694,0,0,0,1,7200,255,1,0),(85790,153453,0,1,1,-7985.18,-2630.35,166.192,1.309,0,0,0,1,7200,255,1,0),(85791,153453,0,1,1,3027.25,-3230.02,146.529,0.209439,0,0,0,1,7200,255,1,0),(85792,153453,0,1,1,2068.44,-4474.16,75.8982,0.506145,0,0,0,1,7200,255,1,0),(85793,153453,0,1,1,1602.33,-3233.98,67.0181,-2.35619,0,0,0,1,7200,255,1,0),(85794,153453,0,1,1,-8068.42,-1762.72,138.351,1.88495,0,0,0,1,7200,255,1,0),(85795,153453,0,1,1,1964.44,-4475.61,74.2907,-2.14675,0,0,0,1,7200,255,1,0),(85796,153454,1,1,1,6491.73,-3132.61,570.651,-1.16937,0,0,0,1,7200,255,1,0),(85797,153454,0,1,1,1599.41,-5315.48,91.1041,2.23402,0,0,0,1,7200,255,1,0),(85798,153454,1,1,1,6863.55,-5118.35,695.735,-2.33874,0,0,0,1,7200,255,1,0),(85799,153454,1,1,1,6779,-5047.81,722.833,-0.90757,0,0,0,1,7200,255,1,0),(85800,153454,1,1,1,6830.53,-3584.34,718.537,0.95993,0,0,0,1,7200,255,1,0),(85801,153454,1,1,1,6843.18,-2482.17,561.01,-1.98967,0,0,0,1,7200,255,1,0),(85802,153454,1,1,1,6617.37,-4081.4,662.525,1.50098,0,0,0,1,7200,255,1,0),(85803,153454,1,1,1,6834.71,-5028.53,691.339,-1.67551,0,0,0,1,7200,255,1,0),(85804,3715,0,1,1,-553.313,-101.599,45.8161,2.96704,0,0,0,1,7200,255,1,0),(85805,3715,1,1,1,2416.15,1760.86,347.275,1.11701,0,0,0,1,7200,255,1,0),(85806,111095,0,1,1,-105.879,810.486,63.712,0.087266,0,0,0,1,7200,255,1,0),(85807,2850,0,1,1,-10759.3,-587.221,36.8814,1.01229,0,0,0,1,7200,255,1,0),(85808,2850,0,1,1,-10698,-104.122,37.9923,-0.541051,0,0,0,1,7200,255,1,0),(85809,2850,0,1,1,-10792.3,-1377.22,39.027,1.5708,0,0,0,1,7200,255,1,0),(85810,2850,0,1,1,-10819.8,-1384.35,44.2552,-0.95993,0,0,0,1,7200,255,1,0),(85811,181802,530,1,1,-3479.98,2008.74,96.86,-0.034906,0,0,0,1,7200,255,1,0),(85812,2849,1,1,1,7050.3,426.994,-5.42405,-0.314158,0,0,0,1,7200,255,1,0),(85813,106319,1,1,1,7137.15,537.865,0.242076,2.30383,0,0,0,1,7200,255,1,0),(85814,2844,530,1,1,-4755.04,-11546.2,-7.89114,-2.44346,0,0,0,1,7200,255,1,0),(85815,106318,1,1,1,1106.89,-4706.9,17.5527,-0.244346,0,0,0,1,7200,255,1,0),(85816,2843,0,1,1,-6507.27,688.761,387.274,-0.314158,0,0,0,1,7200,255,1,0),(85817,2843,0,1,1,-6524.63,362.427,388.329,-2.75761,0,0,0,1,7200,255,1,0),(85818,2843,0,1,1,1965.06,1617.98,88.2024,-1.36136,0,0,0,1,7200,255,1,0),(85819,106319,0,1,1,-338.33,1597.92,17.0153,-0.593412,0,0,0,1,7200,255,1,0),(85820,2849,0,1,1,-9494.6,-1939.51,79.0554,-0.95993,0,0,0,1,7200,255,1,0),(85821,2849,0,1,1,-9779.8,-2270.56,59.3705,2.65289,0,0,0,1,7200,255,1,0),(85822,2849,0,1,1,-8949.61,-2309.69,132.443,2.72271,0,0,0,1,7200,255,1,0),(85823,2849,0,1,1,-9251.55,-2707.21,88.8043,1.93731,0,0,0,1,7200,255,1,0),(85824,2850,0,1,1,-4245.12,-2329.4,206.53,-2.70526,0,0,0,1,7200,255,1,0),(85825,2850,0,1,1,-3050.79,-973.153,9.12081,0.837757,0,0,0,1,7200,255,1,0),(85826,2850,0,1,1,-9444.99,-3073.69,136.687,0.069812,0,0,0,1,7200,255,1,0),(85827,2850,0,1,1,-8726.45,-2472.4,134.603,2.84488,0,0,0,1,7200,255,1,0),(85828,106319,0,1,1,-10853.5,1158.33,37.1684,-2.56563,0,0,0,1,7200,255,1,0),(85829,106318,1,1,1,952.369,-4586.2,19.6132,-1.41372,0,0,0,1,7200,255,1,0),(85830,4096,0,1,1,-1314.03,-1267.86,39.3462,-2.18166,0,0,0,1,7200,255,1,0),(85831,4096,0,1,1,-722.055,131.321,21.1245,-1.97222,0,0,0,1,7200,255,1,0),(85832,2843,0,1,1,1963.66,1383.45,64.1756,-1.29154,0,0,0,1,7200,255,1,0),(85833,2849,0,1,1,-5117.36,-3315.32,250.467,-1.18682,0,0,0,1,7200,255,1,0),(85834,2849,0,1,1,-5700.12,-3867.4,331.614,-1.27409,0,0,0,1,7200,255,1,0),(85835,2849,0,1,1,-9503.47,-1896.73,79.2749,0.174532,0,0,0,1,7200,255,1,0),(85836,2849,1,1,1,-1921.44,-2706.81,92.7856,2.00713,0,0,0,1,7200,255,1,0),(85837,2849,1,1,1,-2009.46,-2134.78,91.6725,0.314158,0,0,0,1,7200,255,1,0),(85838,2850,0,1,1,-3145.96,-1059.43,8.08108,0.575957,0,0,0,1,7200,255,1,0),(85839,2850,0,1,1,-10173.1,-831.417,41.9193,-0.802851,0,0,0,1,7200,255,1,0),(85840,2850,0,1,1,-2800.48,-1002.4,-13.2592,-2.79252,0,0,0,1,7200,255,1,0),(85841,2850,0,1,1,-3969.95,-2338.92,18.2082,0.052359,0,0,0,1,7200,255,1,0),(85842,2850,1,1,1,-3984.97,-1867.27,92.1764,1.41372,0,0,0,1,7200,255,1,0),(85843,2850,1,1,1,767.892,1653.52,-32.6456,-2.18166,0,0,0,1,7200,255,1,0),(85844,2852,0,1,1,-10966.5,-65.8315,15.5488,-0.610864,0,0,0,1,7200,255,1,0),(85845,2852,0,1,1,-10931.8,-943.108,76.8906,1.01229,0,0,0,1,7200,255,1,0),(85846,2852,0,1,1,-917.275,-1003.38,30.3479,0.715585,0,0,0,1,7200,255,1,0),(85847,2852,0,1,1,-3416.58,-2428.37,51.9087,-1.64061,0,0,0,1,7200,255,1,0),(85848,2852,0,1,1,-10451.8,-797.432,52.3191,1.74533,0,0,0,1,7200,255,1,0),(85849,2852,0,1,1,-1171.09,110.701,0.876851,1.71042,0,0,0,1,7200,255,1,0),(85850,181798,530,1,1,669.234,8196.15,21.8844,-1.6057,0,0,0,1,7200,255,1,0),(85851,2855,0,1,1,-1072.23,-236.136,2.41571,0.610864,0,0,0,1,7200,255,1,0),(85852,2855,1,1,1,-84.2788,762.965,132.892,3.08918,0,0,0,1,7200,255,1,0),(85853,2855,1,1,1,-330.01,1768.85,139.514,-2.74016,0,0,0,1,7200,255,1,0),(85854,181800,530,1,1,3288.5,5307.25,148.892,2.91469,0,0,0,1,7200,255,1,0),(85855,181800,530,1,1,2678.23,6489.25,3.46981,-1.53589,0,0,0,1,7200,255,1,0),(85856,181800,530,1,1,1144.83,8653.5,22.2037,-1.16937,0,0,0,1,7200,255,1,0),(85857,181800,530,1,1,1571.42,6276.4,4.22414,0.191985,0,0,0,1,7200,255,1,0),(85858,181800,530,1,1,-263.164,2503.71,15.1262,0.95993,0,0,0,1,7200,255,1,0),(85859,2857,0,1,1,-9957.83,-3600.77,22.7541,-2.96704,0,0,0,1,7200,255,1,0),(85860,2857,0,1,1,-11535.5,547.522,50.7442,1.81514,0,0,0,1,7200,255,1,0),(85861,2857,1,1,1,-1287.23,2903.94,113.557,-1.79769,0,0,0,1,7200,255,1,0),(85862,2857,1,1,1,-1696.59,1021.16,89.2987,-2.61799,0,0,0,1,7200,255,1,0),(85863,2857,1,1,1,-2308.99,2626.03,60.2422,2.05949,0,0,0,1,7200,255,1,0),(85864,2857,1,1,1,-2372.9,-4076.46,6.72439,-2.16421,0,0,0,1,7200,255,1,0),(85865,181802,530,1,1,2276.72,2851.44,131.69,-0.610864,0,0,0,1,7200,255,1,0),(85866,181802,530,1,1,3814.97,3838.12,103.495,0.541051,0,0,0,1,7200,255,1,0),(85867,181802,530,1,1,2795,3932.92,144.186,2.21656,0,0,0,1,7200,255,1,0),(85868,181802,530,1,1,3458.08,3696.63,148.641,2.58308,0,0,0,1,7200,255,1,0),(85869,181802,530,1,1,-768.507,7964.64,60.6156,-0.837757,0,0,0,1,7200,255,1,0),(85870,181802,530,1,1,3109.74,2283.86,150.655,-0.628317,0,0,0,1,7200,255,1,0),(85871,181802,530,1,1,-669.518,8833.17,200.023,-1.43117,0,0,0,1,7200,255,1,0),(85872,181802,530,1,1,-1586.23,8452.37,-9.95628,-2.19912,0,0,0,1,7200,255,1,0),(85873,4149,0,1,1,-13328,-26.3568,21.8891,1.88495,0,0,0,1,7200,255,1,0),(85874,4149,0,1,1,-7031.12,-1712.23,241.667,0.436332,0,0,0,1,7200,255,1,0),(85875,4149,0,1,1,-12372.2,-1144.35,3.84041,1.0472,0,0,0,1,7200,255,1,0),(85876,4149,0,1,1,-57.3702,-3162.79,95.2744,-1.81514,0,0,0,1,7200,255,1,0),(85877,106318,0,1,1,2603.06,1464.46,-10.673,2.53072,0,0,0,1,7200,255,1,0),(85878,106318,0,1,1,2550.12,783.427,110.544,3.07177,0,0,0,1,7200,255,1,0),(85879,106318,0,1,1,-9804.66,-934.958,39.8556,0.994837,0,0,0,1,7200,255,1,0),(85880,106318,0,1,1,-9203.29,-1218.71,70.0484,-1.16937,0,0,0,1,7200,255,1,0),(85881,106318,1,1,1,1442.9,-4722.87,-16.5671,-0.855211,0,0,0,1,7200,255,1,0),(85882,106318,1,1,1,-826.253,-36.7276,-13.1952,-2.35619,0,0,0,1,7200,255,1,0),(85883,106318,1,1,1,-1734.92,420.683,97.2078,0.279252,0,0,0,1,7200,255,1,0),(85884,106319,0,1,1,1298.63,665.104,32.3069,0.855211,0,0,0,1,7200,255,1,0),(85885,106319,0,1,1,-4978.75,-2963.04,316.422,1.62316,0,0,0,1,7200,255,1,0),(85886,106319,0,1,1,-4717.31,-3088.1,306.458,3.00195,0,0,0,1,7200,255,1,0),(85887,106319,0,1,1,-9909,1443.03,38.9455,-3.07177,0,0,0,1,7200,255,1,0),(85888,106319,0,1,1,1115.22,1107.16,41.4903,-1.90241,0,0,0,1,7200,255,1,0),(85889,106319,0,1,1,-11006.6,1538.17,44.07,-1.53589,0,0,0,1,7200,255,1,0),(85890,106319,1,1,1,1021.24,-3091.91,91.7103,2.61799,0,0,0,1,7200,255,1,0),(85891,106319,1,1,1,389.084,-2100.03,132.591,-0.453785,0,0,0,1,7200,255,1,0),(85892,106319,1,1,1,-1051.13,-2027.63,64.2893,0.977383,0,0,0,1,7200,255,1,0),(85893,105578,0,1,1,-1487.69,-3124.46,13.3643,-0.802851,0,0,0,1,7200,255,1,0),(85894,153451,0,1,1,-355.508,-4077.57,177.515,-0.052359,0,0,0,1,7200,255,1,0),(85895,153451,1,1,1,-8092.79,-5307.67,0.861935,-2.84488,0,0,0,1,7200,255,1,0),(85896,153451,1,1,1,-7960.2,-5245.88,1.51478,-0.663223,0,0,0,1,7200,255,1,0),(85897,153453,0,1,1,-7702.62,-1460.46,140.932,1.29154,0,0,0,1,7200,255,1,0),(85898,153453,0,1,1,-8122.53,-2498.15,139.938,2.42601,0,0,0,1,7200,255,1,0),(85899,153453,0,1,1,2389.43,-1526.34,102.669,1.27409,0,0,0,1,7200,255,1,0),(85900,153453,0,1,1,1877.16,-1337.25,60.108,-2.80997,0,0,0,1,7200,255,1,0),(85901,3715,1,1,1,-4065.35,-2417.5,126.133,-2.70526,0,0,0,1,7200,255,1,0),(87379,2850,0,1,1,-3036.7,-2156.59,9.97567,-1.43117,0,0,0,1,7200,255,1,0),(87380,2850,0,1,1,-3240.3,-1146.19,9.08437,2.67035,0,0,0,1,7200,255,1,0),(87381,2852,1,1,1,-4648.06,-1265.94,-52.0322,-2.53072,0,0,0,1,7200,255,1,0),(87382,181798,530,1,1,-1333.64,2702.8,-15.0226,-1.44862,0,0,0,1,7200,255,1,0),(87383,181800,530,1,1,704.859,6452.58,21.2668,3.08918,0,0,0,1,7200,255,1,0),(87384,2857,0,1,1,-12520.1,-729.142,39.9971,2.89724,0,0,0,1,7200,255,1,0),(87385,2857,0,1,1,-2283.33,-1611.53,-66.2569,-0.069812,0,0,0,1,7200,255,1,0),(87386,2857,1,1,1,-2987.63,-4292.42,0.062737,-0.174532,0,0,0,1,7200,255,1,0),(87387,4149,0,1,1,-268.738,-2792.09,111.674,1.16937,0,0,0,1,7200,255,1,0),(87388,4149,0,1,1,-12964.6,-433.236,42.8737,2.72271,0,0,0,1,7200,255,1,0),(87389,4149,0,1,1,-305.712,-3402.4,165.572,-0.122173,0,0,0,1,7200,255,1,0),(87390,106318,0,1,1,-9973.6,-155.299,24.4805,1.23918,0,0,0,1,7200,255,1,0),(87391,106319,0,1,1,-10646.8,1381,41.2197,-1.27409,0,0,0,1,7200,255,1,0),(87392,153451,0,1,1,-517.781,-4180.18,215.861,1.36136,0,0,0,1,7200,255,1,0),(87393,153454,1,1,1,6313.62,-2395.13,556.702,-2.75761,0,0,0,1,7200,255,1,0),(85902,176640,1,1,1,6180.62,-1422.32,406.45,-1.32645,0,0,0,1,3600,255,1,0),(85903,176640,1,1,1,6723.06,-1801.05,595.175,0.279252,0,0,0,1,3600,255,1,0),(85904,176640,1,1,1,5426.05,-809.724,386.836,2.9845,0,0,0,1,3600,255,1,0),(85905,176641,1,1,1,6852.51,-1816.94,563.876,0.401425,0,0,0,1,3600,255,1,0),(85906,176641,1,1,1,6585.48,-1452.25,453.583,2.9845,0,0,0,1,3600,255,1,0),(85907,176641,1,1,1,5222.93,-781.834,345.815,0.837757,0,0,0,1,3600,255,1,0),(85908,176641,1,1,1,5691.41,-717.777,376.673,0.680677,0,0,0,1,3600,255,1,0),(85909,176641,1,1,1,4513.95,-767.927,262.422,-0.523598,0,0,0,1,3600,255,1,0),(85910,176641,1,1,1,6263.24,-1076.29,373.896,-2.23402,0,0,0,1,3600,255,1,0),(85911,176641,1,1,1,3751.09,-1572.76,215.054,2.42601,0,0,0,1,3600,255,1,0),(85912,176641,1,1,1,6146.19,-1916.72,575.18,0.523598,0,0,0,1,3600,255,1,0),(85913,176641,1,1,1,4886.47,-781,296.668,1.48353,0,0,0,1,3600,255,1,0),(85914,176641,1,1,1,5490.02,-846.46,360.329,-0.226892,0,0,0,1,3600,255,1,0),(85915,176642,1,1,1,6526.05,-1016.26,433.901,-0.698132,0,0,0,1,3600,255,1,0),(85916,183043,530,1,1,565.138,7758.17,23.9002,1.5708,0,0,0,1,60,255,1,0),(85917,183043,530,1,1,-815.432,5197.01,19.116,-1.44862,0,0,0,1,60,255,1,0),(85918,183043,530,1,1,-516.086,5520.76,23.8181,-0.523598,0,0,0,1,60,255,1,0),(85919,183043,530,1,1,-201.136,8703.23,20.4438,-0.506145,0,0,0,1,60,255,1,0),(85920,183043,530,1,1,-753.006,5149.84,21.7425,2.23402,0,0,0,1,60,255,1,0),(85921,183044,530,1,1,-559.956,5839.79,22.2477,-1.27409,0,0,0,1,60,255,1,0),(85922,183044,530,1,1,772.77,6651.39,21.4402,2.28638,0,0,0,1,60,255,1,0),(85923,183044,530,1,1,-87.3155,8390.23,22.3368,-2.53072,0,0,0,1,60,255,1,0),(85924,183044,530,1,1,-641.092,5427.96,23.4402,-0.471238,0,0,0,1,60,255,1,0),(85925,183044,530,1,1,-153.524,6277.64,23.4854,2.67035,0,0,0,1,60,255,1,0),(85926,183044,530,1,1,721.318,5051.68,8.10227,0.90757,0,0,0,1,60,255,1,0),(85927,183044,530,1,1,233.681,5173.15,25.0649,2.33874,0,0,0,1,60,255,1,0),(85928,183044,530,1,1,827.323,6854.74,22.4411,-2.82743,0,0,0,1,60,255,1,0),(85929,183044,530,1,1,-174.226,8367.76,21.8792,-0.401425,0,0,0,1,60,255,1,0),(85930,183044,530,1,1,1007.71,7645.8,22.8247,-3.08918,0,0,0,1,60,255,1,0),(85931,183046,530,1,1,916.091,7196.76,22.7511,0.733038,0,0,0,1,60,255,1,0),(85932,183046,530,1,1,-307.319,7909.79,21.2943,-0.994837,0,0,0,1,60,255,1,0),(85933,183046,530,1,1,-320.663,6771.47,25.76,-2.70526,0,0,0,1,60,255,1,0),(85934,189973,571,1,1,6053.32,4683.32,-94.5728,-0.610864,0,0,0,1,60,255,1,0),(85935,189973,571,1,1,3785.44,4213.19,25.9314,-1.06465,0,0,0,1,60,255,1,0),(85936,189973,571,1,1,1409.16,-4362.35,139.837,2.47837,0,0,0,1,60,255,1,0),(85937,189973,571,1,1,3722.63,5176.64,23.9765,-1.55334,0,0,0,1,60,255,1,0),(85938,189973,571,1,1,1429.79,-4484.81,161.115,-2.63544,0,0,0,1,60,255,1,0),(85939,189973,571,1,1,6064.63,4989.4,-95.5202,-2.58308,0,0,0,1,60,255,1,0),(85940,189973,571,1,1,6156.1,4996.97,-96.5966,-2.04204,0,0,0,1,60,255,1,0),(85941,189973,571,1,1,4863.62,5501.07,-56.0379,-0.506145,0,0,0,1,60,255,1,0),(85942,189973,571,1,1,3216.33,5415.04,54.2641,2.82743,0,0,0,1,60,255,1,0),(85943,189973,571,1,1,5275.57,3824.87,-40.7414,0.174532,0,0,0,1,60,255,1,0),(85944,189973,571,1,1,4454.4,4840.89,23.6722,0.977383,0,0,0,1,60,255,1,0),(85945,189973,571,1,1,3079.41,5496.23,55.0582,-0.575957,0,0,0,1,60,255,1,0),(85946,189973,571,1,1,4245.74,-1748.34,190.287,-2.74016,0,0,0,1,60,255,1,0),(85947,189973,571,1,1,4079.15,5673.86,52.882,2.51327,0,0,0,1,60,255,1,0),(85948,189973,571,1,1,1999.58,-3940.89,208.051,-3.12412,0,0,0,1,60,255,1,0),(85949,189973,571,1,1,1917.55,-4095.94,214.058,-2.75761,0,0,0,1,60,255,1,0),(85950,189973,571,1,1,1088.36,-4974.57,31.7501,-1.98967,0,0,0,1,60,255,1,0),(85951,189973,571,1,1,4351.04,4796.37,24.1806,1.06465,0,0,0,1,60,255,1,0),(85952,189973,571,1,1,5080.25,4446.59,-94.2855,2.86233,0,0,0,1,60,255,1,0),(85953,189973,571,1,1,3731.48,5355.91,35.9423,-1.78023,0,0,0,1,60,255,1,0),(85954,189973,571,1,1,3368.47,-1884.5,116.544,2.18166,0,0,0,1,60,255,1,0),(85955,189973,571,1,1,2748.15,-3095.83,111.853,-1.74533,0,0,0,1,60,255,1,0),(85956,189973,571,1,1,6043.41,4739.56,-94.644,0,0,0,0,1,60,255,1,0),(85957,189973,571,1,1,2631.62,-3161.23,135.554,-1.48353,0,0,0,1,60,255,1,0),(85958,189973,571,1,1,4532.66,-2379,218.29,0,0,0,0,1,60,255,1,0),(85959,189973,571,1,1,4108.81,4396.39,27.4068,-1.48353,0,0,0,1,60,255,1,0),(85960,189973,571,1,1,3083.56,5239.43,63.9224,1.3439,0,0,0,1,60,255,1,0),(85961,181270,530,1,1,4025.72,3161.22,148.675,1.85005,0,0,0,1,60,255,1,0),(85962,181270,530,1,1,-876.445,4231.71,39.6496,0.436332,0,0,0,1,60,255,1,0),(85963,181270,530,1,1,-3343.44,2364.9,63.7362,0.261798,0,0,0,1,60,255,1,0),(85964,181270,530,1,1,-1890.38,6603.7,3.97598,-2.49582,0,0,0,1,60,255,1,0),(85965,181270,530,1,1,-417.726,2080.68,91.4538,-2.77507,0,0,0,1,60,255,1,0),(85966,181270,530,1,1,-942.854,2276.76,3.09293,-2.91469,0,0,0,1,60,255,1,0),(85967,181270,530,1,1,-3149.93,3045.95,102.596,2.30383,0,0,0,1,60,255,1,0),(85968,181270,530,1,1,-1481.32,6340.96,36.1969,-1.16937,0,0,0,1,60,255,1,0),(85969,181270,530,1,1,1681.96,5146.22,265.13,0.750491,0,0,0,1,60,255,1,0),(85970,181270,530,1,1,-492.379,4723.05,28.0931,1.71042,0,0,0,1,60,255,1,0),(85971,181270,530,1,1,-487.513,2126.37,77.2458,0.733038,0,0,0,1,60,255,1,0),(85972,181270,530,1,1,-280.783,3358.78,-48.7614,1.79769,0,0,0,1,60,255,1,0),(85973,181270,530,1,1,-463.741,2913.23,26,-2.82743,0,0,0,1,60,255,1,0),(85974,181270,530,1,1,259.73,3740.48,179.279,-2.67035,0,0,0,1,60,255,1,0),(85975,181270,530,1,1,178.801,2946.3,23.6427,-2.28638,0,0,0,1,60,255,1,0),(85976,181270,530,1,1,-578.483,3983.76,29.3869,1.37881,0,0,0,1,60,255,1,0),(85977,181270,530,1,1,1551.97,6363.31,2.8339,-0.802851,0,0,0,1,60,255,1,0),(85978,181270,530,1,1,-323.394,2872.39,-49.1472,-1.83259,0,0,0,1,60,255,1,0),(85979,181271,530,1,1,2019.3,4915.15,139.841,-1.71042,0,0,0,1,60,255,1,0),(85980,181271,530,1,1,-4829.55,480.343,49.2413,3.12412,0,0,0,1,60,255,1,0),(85981,181271,530,1,1,-5029.9,404.466,174.086,0.977383,0,0,0,1,60,255,1,0),(85982,181271,530,1,1,-2256.41,6139.93,71.3229,-2.26892,0,0,0,1,60,255,1,0),(85983,181271,530,1,1,-1587.92,6434.57,32.8362,1.55334,0,0,0,1,60,255,1,0),(85984,181271,530,1,1,-158.334,2694.87,41.2048,-2.26892,0,0,0,1,60,255,1,0),(85985,181271,530,1,1,-581.283,3667.28,51.9562,-0.890117,0,0,0,1,60,255,1,0),(85986,181271,530,1,1,-946.735,3852.83,151.426,2.75761,0,0,0,1,60,255,1,0),(85987,181271,530,1,1,-1004.02,4316.05,68.0652,2.46091,0,0,0,1,60,255,1,0),(85988,181271,530,1,1,2228.98,5200.52,262.719,0.366518,0,0,0,1,60,255,1,0),(85989,181271,530,1,1,1722.89,5953.78,145.867,2.60053,0,0,0,1,60,255,1,0),(85990,181271,530,1,1,-788.363,3594.17,119.445,-2.65289,0,0,0,1,60,255,1,0),(85991,181271,530,1,1,-865.052,1986.42,93.4709,0.157079,0,0,0,1,60,255,1,0),(85992,181272,530,1,1,-1304.43,5655.92,199.003,2.33874,0,0,0,1,3600,255,1,0),(85993,181272,530,1,1,-1176.51,5526.43,57.2623,-0.191985,0,0,0,1,3600,255,1,0),(85994,181272,530,1,1,-1056.95,5742.21,29.5228,0.645772,0,0,0,1,3600,255,1,0),(85995,181272,530,1,1,-289.296,7279.96,37.0047,1.0821,0,0,0,1,3600,255,1,0),(85996,181272,530,1,1,-272.63,7048.91,33.5699,-2.37364,0,0,0,1,3600,255,1,0),(85997,181272,530,1,1,-701.989,5161.71,26.6799,-1.58825,0,0,0,1,3600,255,1,0),(85998,185881,530,1,1,-5122.02,122.325,129.771,3.07177,0,0,0,1,60,255,1,0),(85999,185881,530,1,1,-5089.35,160.339,129.451,-1.78023,0,0,0,1,60,255,1,0),(86000,185881,530,1,1,-4194.29,270.925,123.405,-1.93732,0,0,0,1,60,255,1,0),(86001,185881,530,1,1,-4988.35,830.277,37.5357,0.95993,0,0,0,1,60,255,1,0),(86002,185881,530,1,1,-5109.26,783.399,58.1317,1.0472,0,0,0,1,60,255,1,0),(86003,185881,530,1,1,-5205.73,262.022,71.0352,1.3439,0,0,0,1,60,255,1,0),(86004,185881,530,1,1,-5208.73,168.256,69.8622,-1.71042,0,0,0,1,60,255,1,0),(86005,185881,530,1,1,-5192.02,85.9395,69.8052,1.37881,0,0,0,1,60,255,1,0),(86006,185881,530,1,1,-5294.84,139.849,49.7378,-2.75761,0,0,0,1,60,255,1,0),(86007,185881,530,1,1,-5158.48,-121.623,65.6004,-0.645772,0,0,0,1,60,255,1,0),(86008,185881,530,1,1,-5187.12,475.829,75.8003,-0.122173,0,0,0,1,60,255,1,0),(86009,185881,530,1,1,-5276.86,694.728,39.7565,1.36136,0,0,0,1,60,255,1,0),(86010,185881,530,1,1,-4844.98,494.166,53.2687,0.226892,0,0,0,1,60,255,1,0),(86011,185881,530,1,1,-5236.03,75.3729,63.297,0.279252,0,0,0,1,60,255,1,0),(86012,185881,530,1,1,-4943.54,601.093,72.1413,-0.418879,0,0,0,1,60,255,1,0),(86013,185881,530,1,1,-5014.66,-70.1501,67.2902,-1.09956,0,0,0,1,60,255,1,0),(86014,181277,530,1,1,-3068.66,3262.44,6.00242,2.58308,0,0,0,1,60,255,1,0),(86015,181280,530,1,1,-3691.33,255.727,90.989,-0.261798,0,0,0,1,60,255,1,0),(86016,181280,530,1,1,2207.86,5393.08,148.705,-1.91986,0,0,0,1,60,255,1,0),(86017,181280,530,1,1,1665.16,7387.73,370.489,2.86233,0,0,0,1,60,255,1,0),(86018,181280,530,1,1,1765.98,5326.78,154.68,-1.0821,0,0,0,1,60,255,1,0),(86019,181280,530,1,1,1313.71,7184.94,375.112,-2.60053,0,0,0,1,60,255,1,0),(86020,181281,530,1,1,-1405.15,5826.38,187.814,-1.53589,0,0,0,1,60,255,1,0),(86021,191019,571,1,1,5760.06,4716.53,-133.105,-1.36136,0,0,0,1,60,255,1,0),(86022,191019,571,1,1,5184.95,4350.03,-94.1517,-0.994837,0,0,0,1,60,255,1,0),(86023,191019,571,1,1,5084.21,4359.04,-80.2412,0.994837,0,0,0,1,60,255,1,0),(86024,191019,571,1,1,4736.48,5155.9,-52.8686,3.07177,0,0,0,1,60,255,1,0),(86025,191019,571,1,1,5022.24,5049.92,-110.099,-2.65289,0,0,0,1,60,255,1,0),(86026,191019,571,1,1,6248.73,5202.43,-99.1635,0.191985,0,0,0,1,60,255,1,0),(86027,191019,571,1,1,5862.13,4903.47,-131.186,-0.558504,0,0,0,1,60,255,1,0),(86028,191019,571,1,1,5079.28,5565.1,-97.1507,2.68781,0,0,0,1,60,255,1,0),(86029,191019,571,1,1,5572.24,5279.17,-132.452,-2.35619,0,0,0,1,60,255,1,0),(86030,191019,571,1,1,5246.58,3833.23,-37.209,-1.8675,0,0,0,1,60,255,1,0),(86031,191019,571,1,1,5707.61,4465.07,-133.804,-1.32645,0,0,0,1,60,255,1,0),(86032,191019,571,1,1,5714.81,4730.84,-136.111,0.296705,0,0,0,1,60,255,1,0),(86033,191019,571,1,1,5067.95,5183.34,-93.5209,-1.41372,0,0,0,1,60,255,1,0),(86034,191019,571,1,1,5187.02,5115.03,-135.608,2.79252,0,0,0,1,60,255,1,0),(86035,191019,571,1,1,5347.65,5122.71,-135.681,2.93214,0,0,0,1,60,255,1,0),(86036,191019,571,1,1,4837.27,5403.67,-76.6065,2.68781,0,0,0,1,60,255,1,0),(86037,191019,571,1,1,5117.32,4314.6,-100.987,-0.837757,0,0,0,1,60,255,1,0),(86038,191019,571,1,1,5250.66,3960.22,-65.5569,0.488691,0,0,0,1,60,255,1,0),(86039,191019,571,1,1,5757.74,4472.2,-132.476,-1.3439,0,0,0,1,60,255,1,0),(86040,191019,571,1,1,5222.35,4253.78,-100.822,0.558504,0,0,0,1,60,255,1,0),(86041,191019,571,1,1,5713.37,4849.43,-134.212,0.349065,0,0,0,1,60,255,1,0),(86042,191019,571,1,1,5777.2,4892.99,-132.329,-2.61799,0,0,0,1,60,255,1,0),(86043,2866,1,1,1,-8551.42,-4275.46,12.493,-1.18682,0,0,0,1,60,255,1,0),(86044,2866,0,1,1,-6846.84,-1140.55,240.004,-2.80997,0,0,0,1,60,255,1,0),(86045,2866,0,1,1,-7091.08,-1143.13,270.494,-2.93214,0,0,0,1,60,255,1,0),(86046,2866,0,1,1,-7319.13,-934.882,244.218,-3.08918,0,0,0,1,60,255,1,0),(86047,2866,1,1,1,-10016.3,-3712.83,5.8713,-2.47837,0,0,0,1,60,255,1,0),(86048,2866,1,1,1,-7615.36,-3785.46,12.4705,2.93214,0,0,0,1,60,255,1,0),(86049,2866,1,1,1,-8219.37,-4343.52,13.023,-0.680679,0,0,0,1,60,255,1,0),(86050,2866,1,1,1,-7247.31,-4475.61,9.24286,2.18166,0,0,0,1,60,255,1,0),(86051,2866,1,1,1,-7953.55,-5186.19,3.77604,1.97222,0,0,0,1,60,255,1,0),(86052,2866,1,1,1,-7578.92,-4414.79,11.0501,-0.750491,0,0,0,1,60,255,1,0),(86053,2866,1,1,1,-7713.99,-4318.98,11.0923,-1.309,0,0,0,1,60,255,1,0),(86054,142140,1,1,1,-3100.92,1824.06,42.6913,2.14675,0,0,0,1,60,255,1,0),(86055,142140,1,1,1,-3153.04,1919.11,45.3751,2.11185,0,0,0,1,60,255,1,0),(86056,142140,0,1,1,-414.097,-2969.14,95.1376,0.017452,0,0,0,1,60,255,1,0),(86057,142140,1,1,1,-8839.33,-3354.38,9.368,-1.37881,0,0,0,1,60,255,1,0),(86058,142140,1,1,1,-8962.61,-3482.48,20.1249,2.14675,0,0,0,1,60,255,1,0),(86059,142140,1,1,1,-5614.67,1307.63,35.5387,0.296705,0,0,0,1,60,255,1,0),(86060,142140,1,1,1,-7936.81,-3902.71,9.61212,-1.76278,0,0,0,1,60,255,1,0),(86061,142140,1,1,1,-3158.66,1872.15,45.1368,1.64061,0,0,0,1,60,255,1,0),(86062,142140,1,1,1,-4865.61,3626.88,14.1378,-1.67551,0,0,0,1,60,255,1,0),(86063,142140,1,1,1,-5474.59,3656.6,-2.29504,2.00713,0,0,0,1,60,255,1,0),(86064,142140,1,1,1,-2938.85,2588.07,52.3408,-0.122173,0,0,0,1,60,255,1,0),(86065,142140,1,1,1,-2803.22,2565.98,58.5688,-0.331611,0,0,0,1,60,255,1,0),(86066,142140,1,1,1,-3081.53,2785.44,72.6654,-0.279252,0,0,0,1,60,255,1,0),(86067,142140,0,1,1,-12929,-592.18,54.1034,0.069812,0,0,0,1,60,255,1,0),(86068,142140,0,1,1,-12832.5,-756.565,76.742,-0.436332,0,0,0,1,60,255,1,0),(86069,142140,0,1,1,-12704.1,-490.987,30.4305,1.64061,0,0,0,1,60,255,1,0),(86070,142140,1,1,1,-8306.15,-4601.28,8.87698,-1.41372,0,0,0,1,60,255,1,0),(86071,142140,0,1,1,330.611,-3794.22,164.849,0.750491,0,0,0,1,60,255,1,0),(86072,142140,1,1,1,-5478.73,1138.19,48.0808,-0.052359,0,0,0,1,60,255,1,0),(86073,142140,1,1,1,3797.78,-5155.82,142.267,0.191985,0,0,0,1,60,255,1,0),(86074,142140,1,1,1,-8057.83,-3926.48,10.0293,0.157079,0,0,0,1,60,255,1,0),(86075,142140,1,1,1,3566.69,-5040.05,84.6414,-1.65806,0,0,0,1,60,255,1,0),(86076,142140,1,1,1,-5741.64,1168.35,64.9306,2.21656,0,0,0,1,60,255,1,0),(86077,142140,1,1,1,-6964.21,-4412.08,10.5654,0.017452,0,0,0,1,60,255,1,0),(86078,142140,1,1,1,2861.47,-4010.64,141.192,-2.35619,0,0,0,1,60,255,1,0),(86079,142141,0,1,1,1434.88,-1542.22,55.5123,1.25664,0,0,0,1,60,255,1,0),(86080,142141,0,1,1,3305.3,-3724.89,156.091,2.21656,0,0,0,1,60,255,1,0),(86081,142141,0,1,1,1955.09,-2288.2,60.9163,-2.19912,0,0,0,1,60,255,1,0),(86082,142141,0,1,1,2648.07,-4149.05,82.2208,2.47837,0,0,0,1,60,255,1,0),(86083,142141,0,1,1,1949.96,-3962.64,133.924,1.58825,0,0,0,1,60,255,1,0),(86084,142141,0,1,1,1075.39,-1688.27,62.45,-2.54818,0,0,0,1,60,255,1,0),(86085,142141,0,1,1,2205.75,-4157.82,85.6112,-1.64061,0,0,0,1,60,255,1,0),(86086,142141,0,1,1,3122.05,-4285.86,112.994,-2.00713,0,0,0,1,60,255,1,0),(86087,142141,0,1,1,2468.48,-4835.2,73.8452,-0.314158,0,0,0,1,60,255,1,0),(86088,142141,0,1,1,1748.99,-909.477,66.7775,-2.426,0,0,0,1,60,255,1,0),(86089,142142,0,1,1,1596,-4032.47,149.646,3.08918,0,0,0,1,60,255,1,0),(86090,142142,1,1,1,-7736.79,-1046.92,-271.153,-1.0472,0,0,0,1,60,255,1,0),(86091,142142,1,1,1,-6682.94,-111.977,3.70413,0.418879,0,0,0,1,60,255,1,0),(86092,142142,1,1,1,-5168.84,1370.13,42.1852,-2.74016,0,0,0,1,60,255,1,0),(86093,142142,1,1,1,-5204.04,1462.39,46.935,-0.139624,0,0,0,1,60,255,1,0),(86094,142142,0,1,1,157.583,-3357.76,116.646,-1.11701,0,0,0,1,60,255,1,0),(86095,142142,0,1,1,126.82,-3811.6,125.848,1.98967,0,0,0,1,60,255,1,0),(86096,142142,1,1,1,-4219.56,468.836,50.3814,0.645772,0,0,0,1,60,255,1,0),(86097,142142,1,1,1,-7551.09,-1314.93,-271.389,2.30383,0,0,0,1,60,255,1,0),(86098,142142,0,1,1,72.6079,-2282.54,107.053,0.994837,0,0,0,1,60,255,1,0),(86099,142142,1,1,1,-4771.66,1382.84,106.601,-1.6057,0,0,0,1,60,255,1,0),(86100,142142,1,1,1,-5210.45,531.914,53.0045,-0.017452,0,0,0,1,60,255,1,0),(86101,142142,1,1,1,-4542.05,551.276,61.0015,-1.01229,0,0,0,1,60,255,1,0),(86102,142142,1,1,1,-4721.07,1237.54,104.924,1.39626,0,0,0,1,60,255,1,0),(86103,142142,1,1,1,-3113.52,2545.8,49.0441,-1.8675,0,0,0,1,60,255,1,0),(86104,142142,1,1,1,-3510.86,2515.86,54.4166,3.08918,0,0,0,1,60,255,1,0),(86105,142142,0,1,1,2191.87,-4578.98,73.6903,-1.6057,0,0,0,1,60,255,1,0),(86106,142142,0,1,1,48.7941,-2583.62,113.303,0.261798,0,0,0,1,60,255,1,0),(86107,142142,1,1,1,-6856.67,-2181.42,-269.856,-2.426,0,0,0,1,60,255,1,0),(86108,142142,0,1,1,84.1852,-4108.34,158.736,0.453785,0,0,0,1,60,255,1,0),(86109,142142,0,1,1,312.959,-3978.31,125.032,1.51844,0,0,0,1,60,255,1,0),(86110,142142,1,1,1,-4396.3,598.634,62.9732,1.76278,0,0,0,1,60,255,1,0),(86111,142142,1,1,1,-4587.29,724.25,48.3546,-0.785397,0,0,0,1,60,255,1,0),(86112,142142,0,1,1,1982.18,-4091.15,86.3628,-2.40855,0,0,0,1,60,255,1,0),(86113,142142,1,1,1,-4378.7,473.177,55.3617,2.82743,0,0,0,1,60,255,1,0),(86114,142142,1,1,1,-4180.1,-116.857,59.4741,0.925024,0,0,0,1,60,255,1,0),(86115,142142,1,1,1,-4940.68,1379.55,51.1686,-2.86233,0,0,0,1,60,255,1,0),(86116,142142,1,1,1,-3785.27,1951.63,66.5355,-0.541051,0,0,0,1,60,255,1,0),(86117,142142,1,1,1,-4862.91,222.42,47.9531,-1.25664,0,0,0,1,60,255,1,0),(86118,142142,1,1,1,-5089.1,237.204,43.834,-1.78023,0,0,0,1,60,255,1,0),(86119,142142,1,1,1,-4664.02,1593.6,116.131,-0.890117,0,0,0,1,60,255,1,0),(86120,142142,1,1,1,-5394.21,1486.27,26.0908,-1.29154,0,0,0,1,60,255,1,0),(86121,142142,1,1,1,-5380.1,1480.28,25.6769,-1.29154,0,0,0,1,60,255,1,0),(86122,142142,1,1,1,-5468.4,1682.59,60.2407,-0.401425,0,0,0,1,60,255,1,0),(86123,142142,1,1,1,-3488.37,2192.53,28.3378,2.46091,0,0,0,1,60,255,1,0),(86124,142142,1,1,1,-4220.13,114.092,58.0438,2.25147,0,0,0,1,60,255,1,0),(86125,142142,1,1,1,-4312.9,480.826,54.8414,-2.426,0,0,0,1,60,255,1,0),(86126,142142,1,1,1,3513.71,-4175.21,102.224,0.523598,0,0,0,1,60,255,1,0),(86127,142143,1,1,1,-6785.18,-1242.31,-270.824,-0.750491,0,0,0,1,60,255,1,0),(86128,142143,0,1,1,-10641.8,-2588.92,22.8873,0.279252,0,0,0,1,60,255,1,0),(86129,142143,0,1,1,-10122.4,-3323.38,20.8346,0.279252,0,0,0,1,60,255,1,0),(86130,142143,0,1,1,-10222.1,-2547.43,28.302,-0.837757,0,0,0,1,60,255,1,0),(86131,142143,0,1,1,-10441.7,-2949.74,20.4125,-2.37364,0,0,0,1,60,255,1,0),(86132,142143,0,1,1,-10208.6,-3183.85,18.7951,2.70526,0,0,0,1,60,255,1,0),(86133,142143,0,1,1,-10232.6,-3237.06,20.4871,0.680677,0,0,0,1,60,255,1,0),(86134,142143,0,1,1,-10191.9,-2867.31,20.7899,-0.593412,0,0,0,1,60,255,1,0),(86135,142144,530,1,1,-1286.59,5754.04,0.920114,-2.65289,0,0,0,1,60,255,1,0),(86136,142144,530,1,1,-1178.48,5866.07,36.3808,-0.942477,0,0,0,1,60,255,1,0),(86137,142144,530,1,1,-1341.05,5793.17,25.494,-2.1293,0,0,0,1,60,255,1,0),(86138,142144,0,1,1,394.02,-3754.01,126.82,1.0472,0,0,0,1,60,255,1,0),(86139,142144,0,1,1,378.476,-3758.72,103.351,2.14675,0,0,0,1,60,255,1,0),(86140,142144,0,1,1,357.638,-3789.23,126.82,1.41372,0,0,0,1,60,255,1,0),(86141,142144,530,1,1,-1247.58,5802.57,2.21337,0.663223,0,0,0,1,60,255,1,0),(86142,142144,530,1,1,-1365.73,5842,16.9061,-2.23402,0,0,0,1,60,255,1,0),(86143,142145,1,1,1,-1988.43,1979.86,63.384,2.70526,0,0,0,1,3600,255,1,0),(86144,191303,571,1,1,3756.12,4547.41,5.00086,-2.91469,0,0,0,1,60,255,1,0),(86145,191303,571,1,1,3799.21,4413.4,13.9357,-0.052359,0,0,0,1,60,255,1,0),(86146,191303,571,1,1,3867.94,4974.44,2.59567,-2.89724,0,0,0,1,60,255,1,0),(86147,191303,571,1,1,3799.88,5184.95,15.4718,-0.488691,0,0,0,1,60,255,1,0),(86148,191303,571,1,1,3486.68,4787.27,5.86665,3.12412,0,0,0,1,60,255,1,0),(86149,191303,571,1,1,3583.06,4433.15,1.20377,-1.15192,0,0,0,1,60,255,1,0),(86150,191303,571,1,1,3481.46,4302.52,18.3572,-1.88495,0,0,0,1,60,255,1,0),(86151,191303,571,1,1,3713.55,5093.49,8.76521,1.97222,0,0,0,1,60,255,1,0),(86152,191303,571,1,1,3366.21,4248.86,18.7026,2.96704,0,0,0,1,60,255,1,0),(86153,191303,571,1,1,3338.28,4990.92,25.3345,-1.29154,0,0,0,1,60,255,1,0),(86154,191303,571,1,1,4285.13,4836.44,27.5438,2.93214,0,0,0,1,60,255,1,0),(86155,191304,571,1,1,4180.59,4973.35,20.829,2.3911,0,0,0,1,3600,255,1,0),(86156,191304,571,1,1,3423.73,4613.63,24.9693,1.79769,0,0,0,1,3600,255,1,0),(86157,191304,571,1,1,3989.01,4634.25,4.21982,-3.08918,0,0,0,1,3600,255,1,0),(86158,191304,571,1,1,3607.8,4479.17,0.942869,-2.09439,0,0,0,1,3600,255,1,0),(86159,1617,1,1,1,-690.432,-5610.89,26.6571,2.1293,0,0,0,1,60,255,1,0),(86160,1617,0,1,1,-10044.4,907.009,30.8313,-0.418879,0,0,0,1,60,255,1,0),(86161,1617,530,1,1,-3507.2,-11922.5,2.58766,-2.51327,0,0,0,1,60,255,1,0),(86162,1617,1,1,1,654.603,-4906.94,25.1601,-1.64061,0,0,0,1,60,255,1,0),(86163,1617,1,1,1,-109.584,-4607.25,46.3883,-0.942477,0,0,0,1,60,255,1,0),(86164,1617,0,1,1,-9737.88,727.222,27.5254,1.69297,0,0,0,1,60,255,1,0),(86165,1617,1,1,1,-62.4103,-5153.83,9.28289,0.820303,0,0,0,1,60,255,1,0),(86166,1617,1,1,1,332.682,-4996.81,19.5713,0.034906,0,0,0,1,60,255,1,0),(86167,1617,1,1,1,-168.535,-5166.67,24.9761,0,0,0,0,1,60,255,1,0),(86168,1617,1,1,1,794.438,-4269.78,18.8703,2.14675,0,0,0,1,60,255,1,0),(86169,1617,1,1,1,92.4622,-4616.65,49.7868,-1.23918,0,0,0,1,60,255,1,0),(86170,1617,0,1,1,-9198.81,-1258.92,77.0887,0.314158,0,0,0,1,60,255,1,0),(86171,1617,1,1,1,-293.877,-4903.56,31.5329,-1.27409,0,0,0,1,60,255,1,0),(86172,1617,0,1,1,-10128.5,1001.42,37.3444,0.279252,0,0,0,1,60,255,1,0),(86173,1617,530,1,1,-3625.52,-12075.3,22.2671,-2.28638,0,0,0,1,60,255,1,0),(86174,1617,1,1,1,1292.54,-4168.69,27.7662,0.226892,0,0,0,1,60,255,1,0),(86175,1617,1,1,1,1358.3,-4569.46,37.8919,-0.314158,0,0,0,1,60,255,1,0),(86176,1617,1,1,1,1056.99,-5000.04,17.4907,-1.36136,0,0,0,1,60,255,1,0),(86177,1617,1,1,1,821.031,-4890.18,35.3849,1.0472,0,0,0,1,60,255,1,0),(86178,1617,0,1,1,-5576.14,-1609.03,394.671,-0.855211,0,0,0,1,60,255,1,0),(86179,1617,530,1,1,-2423.83,-12068.6,32.706,2.87979,0,0,0,1,3600,255,1,0),(86180,1617,530,1,1,-3908.42,-12345.5,2.12792,2.21656,0,0,0,1,60,255,1,0),(86181,1617,1,1,1,-2257.43,235.841,81.6378,-2.426,0,0,0,1,60,255,1,0),(86182,1617,0,1,1,992.227,1595.33,30.3211,-2.56563,0,0,0,1,60,255,1,0),(86183,1617,0,1,1,1129.89,1426.89,37.3946,-2.70526,0,0,0,1,60,255,1,0),(86184,1617,0,1,1,2196.37,-359.505,75.1928,0.279252,0,0,0,1,60,255,1,0),(86185,1617,1,1,1,-890.855,389.65,32.1049,-2.33874,0,0,0,1,60,255,1,0),(86186,1617,1,1,1,-1521.66,118.448,-2.23671,-2.82743,0,0,0,1,60,255,1,0),(86187,1617,1,1,1,1053.77,-4301.23,17.4971,1.27409,0,0,0,1,60,255,1,0),(86188,1617,1,1,1,-1165.96,-981.61,2.30113,1.91986,0,0,0,1,60,255,1,0),(86189,1617,0,1,1,1966.1,-593.648,56.9309,2.42601,0,0,0,1,60,255,1,0),(86190,1617,1,1,1,9996.68,1737.04,1332.69,2.68781,0,0,0,1,60,255,1,0),(86191,1617,530,1,1,-4215.53,-11785.2,11.3831,-1.13446,0,0,0,1,60,255,1,0),(86192,1617,530,1,1,-2441.68,-11796.7,17.4486,0.994837,0,0,0,1,3600,255,1,0),(86193,1617,530,1,1,-4338.12,-11691.6,7.28691,-0.034906,0,0,0,1,60,255,1,0),(86194,1617,530,1,1,-4387.86,-11883.3,10.5695,2.47837,0,0,0,1,60,255,1,0),(86195,1617,1,1,1,7353.12,119.21,12.8687,-1.81514,0,0,0,1,60,255,1,0),(86196,1618,1,1,1,-721.236,-5611.31,25.5613,-1.58825,0,0,0,1,60,255,1,0),(86197,1618,530,1,1,-3807.18,-11925.7,4.44405,0.837757,0,0,0,1,60,255,1,0),(86198,1618,1,1,1,-2692.53,-1177.1,10.5903,2.32129,0,0,0,1,60,255,1,0),(86199,1618,1,1,1,115.578,-4686.57,27.4204,1.18682,0,0,0,1,60,255,1,0),(86200,1618,1,1,1,81.6812,-4855.03,16.2339,-1.71042,0,0,0,1,60,255,1,0),(86201,1618,1,1,1,188.786,-5087.78,10.8326,-0.401425,0,0,0,1,60,255,1,0),(86202,1618,1,1,1,-55.2088,-5059.32,10.3872,1.22173,0,0,0,1,60,255,1,0),(86203,1618,0,1,1,-5249.26,-432.63,387.018,2.82743,0,0,0,1,60,255,1,0),(86204,1618,1,1,1,-726.661,-4810.64,25.4452,2.93214,0,0,0,1,60,255,1,0),(86205,1618,1,1,1,552.922,-4382.99,25.6746,-1.8675,0,0,0,1,60,255,1,0),(86206,1618,1,1,1,621.033,-4322.41,18.9057,1.23918,0,0,0,1,60,255,1,0),(86207,1618,1,1,1,1123.47,-4109.11,18.9393,-2.74016,0,0,0,1,60,255,1,0),(86208,1618,1,1,1,1192.58,-4006.66,17.0034,-2.00713,0,0,0,1,60,255,1,0),(86209,1618,1,1,1,950.419,-4981.33,9.41513,-0.767944,0,0,0,1,60,255,1,0),(86210,1618,1,1,1,-17.5935,-4018.54,59.2235,2.60053,0,0,0,1,60,255,1,0),(86211,1618,1,1,1,122.605,-4414.1,37.6684,0.209439,0,0,0,1,60,255,1,0),(86212,1618,1,1,1,4926.66,381.136,38.894,0.680677,0,0,0,1,60,255,1,0),(86213,1618,530,1,1,-2125.26,-11984.9,33.3093,-2.74016,0,0,0,1,3600,255,1,0),(86214,1618,1,1,1,-1518.6,-283.123,-26.0325,-1.32645,0,0,0,1,60,255,1,0),(86215,1618,1,1,1,7649.51,-832.593,15.436,0.261798,0,0,0,1,60,255,1,0),(86216,1618,0,1,1,-5519.1,-434.05,405.842,-2.14675,0,0,0,1,60,255,1,0),(86217,1618,1,1,1,-2544.55,-1180.8,-3.04812,1.6057,0,0,0,1,60,255,1,0),(86218,1618,530,1,1,-4297.78,-12042,1.56154,1.88495,0,0,0,1,60,255,1,0),(86219,1618,1,1,1,481.166,-3884.93,20.6758,2.58308,0,0,0,1,60,255,1,0),(86220,1619,1,1,1,-1004.58,-4805.93,12.8968,-1.3439,0,0,0,1,60,255,1,0),(86221,1619,530,1,1,-3505.93,-11809.1,6.61314,1.97222,0,0,0,1,60,255,1,0),(86222,1619,1,1,1,-114.458,-3897.58,44.0153,0.785397,0,0,0,1,60,255,1,0),(86223,1619,0,1,1,-9242.07,-500.695,72.2388,2.58308,0,0,0,1,60,255,1,0),(86224,1619,1,1,1,191.52,-4436.94,33.9087,1.02974,0,0,0,1,60,255,1,0),(86225,1619,1,1,1,-61.418,-4616.06,42.8898,-1.18682,0,0,0,1,60,255,1,0),(86226,1619,1,1,1,-734.752,-4977.03,22.2292,-0.209439,0,0,0,1,60,255,1,0),(86227,1619,1,1,1,159.863,-3927.96,45.6035,1.43117,0,0,0,1,60,255,1,0),(86228,1619,1,1,1,225.312,-4230.02,41.828,-1.74533,0,0,0,1,60,255,1,0),(86229,1619,0,1,1,-9125.45,-647.984,83.9311,1.37881,0,0,0,1,60,255,1,0),(86230,1619,0,1,1,-9194.63,-1313.42,94.5443,-1.90241,0,0,0,1,60,255,1,0),(86231,1619,1,1,1,912.638,-4033.78,-11.5388,-2.93214,0,0,0,1,60,255,1,0),(86232,1619,0,1,1,-9105.53,-1322.45,109.184,0.488691,0,0,0,1,60,255,1,0),(86233,1619,1,1,1,1313.98,-4928.83,9.16377,1.91986,0,0,0,1,60,255,1,0),(86234,1619,1,1,1,944.376,-4231.94,-6.23417,1.36136,0,0,0,1,60,255,1,0),(86235,1619,1,1,1,934.805,-3918.83,19.6192,1.65806,0,0,0,1,60,255,1,0),(86236,1619,1,1,1,-460.157,-4712.15,37.342,-0.610864,0,0,0,1,60,255,1,0),(86237,1619,530,1,1,-2540.3,-11824.2,19.3858,1.48353,0,0,0,1,3600,255,1,0),(86238,1619,0,1,1,275.478,1292.72,79.5945,-1.5708,0,0,0,1,60,255,1,0),(86239,1619,0,1,1,1892.15,-682.06,50.8038,2.75761,0,0,0,1,60,255,1,0),(86240,1619,1,1,1,10245.8,1532.83,1332.78,-3.07177,0,0,0,1,60,255,1,0),(86241,1619,1,1,1,-1281.1,-1042.77,48.7105,2.14675,0,0,0,1,60,255,1,0),(86242,1619,530,1,1,-3978.03,-12384.4,7.06595,1.41372,0,0,0,1,60,255,1,0),(86243,1619,530,1,1,-2994.8,-12192,15.3652,-2.3911,0,0,0,1,60,255,1,0),(86244,1619,530,1,1,-3299.94,-12133.3,44.041,0.523598,0,0,0,1,60,255,1,0),(86245,1620,0,1,1,-11076.5,1616.98,43.6395,3.12412,0,0,0,1,60,255,1,0),(86246,1620,1,1,1,-628.346,-2029.38,64.2924,0.59341,0,0,0,1,3600,255,1,0),(86247,1620,1,1,1,7588.91,-803.94,15.4576,2.96704,0,0,0,1,60,255,1,0),(86248,1620,1,1,1,931.2,-4038.23,-13.3467,-2.30383,0,0,0,1,60,255,1,0),(86249,1620,1,1,1,12.6286,-4112.04,68.9858,-1.90241,0,0,0,1,60,255,1,0),(86250,1620,1,1,1,2960.09,537.748,5.89731,0.90757,0,0,0,1,60,255,1,0),(86251,1620,1,1,1,7518.13,-999.679,-9.88135,1.36136,0,0,0,1,60,255,1,0),(86252,1620,530,1,1,-2516.52,-12175.1,28.0866,-2.14675,0,0,0,1,3600,255,1,0),(86253,1620,0,1,1,626.599,1114.28,63.7859,2.14675,0,0,0,1,60,255,1,0),(86254,1620,0,1,1,-293.199,1221.4,47.9139,-2.49582,0,0,0,1,60,255,1,0),(86255,1620,0,1,1,664.761,1137.47,57.2768,3.00195,0,0,0,1,60,255,1,0),(86256,1620,0,1,1,-699.789,266.887,48.9128,1.88495,0,0,0,1,60,255,1,0),(86257,1620,0,1,1,-10156.3,273.428,22.5262,-1.81514,0,0,0,1,60,255,1,0),(86258,1620,0,1,1,-3556.89,-1394.49,9.70738,2.30383,0,0,0,1,60,255,1,0),(86259,1620,1,1,1,6741.07,452.357,19.4953,-1.91986,0,0,0,1,60,255,1,0),(86260,1620,1,1,1,2576.27,1677.75,294.842,0.157079,0,0,0,1,60,255,1,0),(86261,1620,1,1,1,7549.78,-934.65,12.8812,-2.1293,0,0,0,1,60,255,1,0),(86262,1621,0,1,1,-1185.91,-1002.09,54.4282,-0.575957,0,0,0,1,60,255,1,0),(86263,1621,0,1,1,-9567.76,-2131.51,74.0443,0.890117,0,0,0,1,60,255,1,0),(86264,1621,0,1,1,-3494.52,-1487.17,9.14602,1.32645,0,0,0,1,60,255,1,0),(86265,1621,0,1,1,-3558.61,-1292.08,10.0193,-1.65806,0,0,0,1,60,255,1,0),(86266,1621,1,1,1,3281.95,405.828,3.70566,1.72787,0,0,0,1,60,255,1,0),(86267,1621,530,1,1,-2638.05,-12250.8,13.4452,-1.55334,0,0,0,1,3600,255,1,0),(86268,1621,0,1,1,-1058.08,-1048.58,48.0192,1.83259,0,0,0,1,60,255,1,0),(86269,1621,0,1,1,-510.528,1345.62,42.9607,-0.95993,0,0,0,1,60,255,1,0),(86270,1621,0,1,1,-952.438,185.32,39.5891,1.27409,0,0,0,1,60,255,1,0),(86271,1621,0,1,1,-10724.6,431.879,39.0428,0.977383,0,0,0,1,60,255,1,0),(86272,1621,1,1,1,2570.96,1726.28,314.527,0.226892,0,0,0,1,60,255,1,0),(86273,1621,1,1,1,1897.15,946.018,167.142,2.58308,0,0,0,1,60,255,1,0),(86274,1621,1,1,1,206.765,90.7655,51.4756,-1.83259,0,0,0,1,60,255,1,0),(86275,1621,1,1,1,2903.98,-987.834,199.138,1.98967,0,0,0,1,60,255,1,0),(86276,1621,1,1,1,7457.85,-1146.68,44.8022,0.244346,0,0,0,1,60,255,1,0),(86277,1622,1,1,1,2267.7,1446.69,288.195,-1.81514,0,0,0,1,60,255,1,0),(86278,1622,1,1,1,2207.85,1457.16,298.49,-3.00195,0,0,0,1,60,255,1,0),(86279,1622,0,1,1,-326.226,-354.014,80.6472,2.67035,0,0,0,1,60,255,1,0),(86280,1622,0,1,1,-465.653,-1409.62,89.7087,-0.558504,0,0,0,1,60,255,1,0),(86281,1622,1,1,1,-772.777,-2009.33,77.1303,2.21656,0,0,0,1,3600,255,1,0),(86282,1622,1,1,1,-735.582,-2128.8,66.6035,-2.82743,0,0,0,1,3600,255,1,0),(86283,1622,1,1,1,-5186.26,-2464.78,-50.7728,-2.05949,0,0,0,1,60,255,1,0),(86284,1622,1,1,1,-6059.98,-3502.83,-51.4185,-2.14675,0,0,0,1,60,255,1,0),(86285,1622,1,1,1,-4652.88,-1281.84,-45.4742,1.90241,0,0,0,1,60,255,1,0),(86286,1622,0,1,1,87.021,-1039.61,87.1876,0.767944,0,0,0,1,60,255,1,0),(86287,1622,0,1,1,227.415,1478.35,142.382,2.72271,0,0,0,1,60,255,1,0),(86288,1622,1,1,1,-1406.87,2479.42,89.5196,1.58825,0,0,0,1,3600,255,1,0),(86289,1622,0,1,1,-212.187,961.788,72.1722,-2.18166,0,0,0,1,60,255,1,0),(86290,1622,0,1,1,-753.954,-1005.48,49.0006,1.78023,0,0,0,1,60,255,1,0),(86291,1622,0,1,1,-2842.83,-2212.49,30.8977,1.8675,0,0,0,1,60,255,1,0),(86292,1622,0,1,1,-3390.06,-1649.96,24.1359,-0.977383,0,0,0,1,60,255,1,0),(86293,1622,1,1,1,1494.71,1292.89,181.399,2.63544,0,0,0,1,60,255,1,0),(86294,1622,1,1,1,748.818,1542.47,-16.4499,-1.23918,0,0,0,1,60,255,1,0),(86295,1622,1,1,1,-150.817,-588.083,0.593653,-1.02974,0,0,0,1,60,255,1,0),(86296,1622,1,1,1,4326.1,921.623,-16.6916,-1.69297,0,0,0,1,60,255,1,0),(86297,1622,1,1,1,7371.6,-964.426,32.2543,-0.645772,0,0,0,1,60,255,1,0),(86298,1623,1,1,1,-5466.03,-3213.86,-16.943,0.279252,0,0,0,1,60,255,1,0),(86299,1623,1,1,1,-5395.51,-1994.2,-44.7428,-0.471238,0,0,0,1,60,255,1,0),(86300,1623,0,1,1,-13744.2,514.59,62.0928,1.95477,0,0,0,1,60,255,1,0),(86301,1623,1,1,1,-4638.27,-1335.26,-29.6609,-1.93732,0,0,0,1,60,255,1,0),(86302,1623,0,1,1,-11924.1,433.183,49.4204,2.26892,0,0,0,1,60,255,1,0),(86303,1623,1,1,1,3556.59,-1425.08,192.132,-2.80997,0,0,0,1,60,255,1,0),(86304,1623,1,1,1,1055.79,1644.41,17.822,-1.88495,0,0,0,1,60,255,1,0),(86305,1623,1,1,1,2198.55,1377.93,285.3,1.22173,0,0,0,1,60,255,1,0),(86306,1623,0,1,1,-13398.4,551.578,43.4367,-0.610864,0,0,0,1,60,255,1,0),(86307,1623,0,1,1,-11842.5,-717.021,42.0561,-0.314158,0,0,0,1,60,255,1,0),(86308,1623,0,1,1,-13787.4,422.404,89.6641,1.71042,0,0,0,1,60,255,1,0),(86309,1623,0,1,1,-1200.07,-2025,65.1737,1.43117,0,0,0,1,60,255,1,0),(86310,1623,1,1,1,2622.2,1778.37,337.445,1.98967,0,0,0,1,60,255,1,0),(86311,1623,1,1,1,2236.75,1352.26,313.724,-2.19912,0,0,0,1,60,255,1,0),(86312,1623,1,1,1,-5111.26,-1633.1,-27.9921,2.53072,0,0,0,1,60,255,1,0),(86313,1624,1,1,1,-5022.25,-2211.85,-54.0231,2.80997,0,0,0,1,60,255,1,0),(86314,1624,1,1,1,-5429.14,-2040.26,-64.7291,0.488691,0,0,0,1,60,255,1,0),(86315,1624,1,1,1,-5361.9,-3237.28,-43.1254,-0.174532,0,0,0,1,60,255,1,0),(86316,1624,1,1,1,-3783.09,-2183.34,93.6768,1.48353,0,0,0,1,3600,255,1,0),(86317,1624,1,1,1,-1646.38,2346.47,88.3708,0.418879,0,0,0,1,3600,255,1,0),(86318,1624,1,1,1,718.89,1533.58,-22.989,0.925024,0,0,0,1,60,255,1,0),(86319,1624,0,1,1,-1081.28,-3111.25,48.0621,-1.22173,0,0,0,1,60,255,1,0),(86320,1624,0,1,1,-13677.6,160.625,19.4787,2.37364,0,0,0,1,60,255,1,0),(86321,1624,0,1,1,-10943.8,243.869,28.5117,1.18682,0,0,0,1,60,255,1,0),(86322,1624,1,1,1,-2381.14,-2293.68,91.6667,2.25147,0,0,0,1,3600,255,1,0),(86323,1624,0,1,1,311.558,-826.1,136.664,0.750491,0,0,0,1,3600,255,1,0),(86324,1624,1,1,1,-3564.58,-3356.95,39.8302,-1.65806,0,0,0,1,60,255,1,0),(86325,1624,1,1,1,2370.62,1459.79,277.939,1.0472,0,0,0,1,60,255,1,0),(86326,1624,1,1,1,-366.88,1950.63,111.301,0.174532,0,0,0,1,3600,255,1,0),(86327,1624,0,1,1,-10598.5,-952.971,53.2791,-2.11185,0,0,0,1,60,255,1,0),(86328,1624,0,1,1,-14667.3,-362.328,8.27847,0.820303,0,0,0,1,60,255,1,0),(86329,1624,0,1,1,-13621.2,-66.93,35.9177,2.60053,0,0,0,1,60,255,1,0),(86330,1624,0,1,1,-11893.3,-679.452,16.3839,-2.21656,0,0,0,1,60,255,1,0),(86331,1624,0,1,1,-11865,-549.116,14.4704,2.75761,0,0,0,1,60,255,1,0),(86332,1624,1,1,1,-3661.01,-3444,37.2395,-1.98967,0,0,0,1,60,255,1,0),(86333,1624,0,1,1,-2985.19,-1553.93,9.27713,2.84488,0,0,0,1,60,255,1,0),(86334,1624,1,1,1,3219.43,479.263,-1.44214,-1.36136,0,0,0,1,60,255,1,0),(86335,1624,0,1,1,-1052.49,-1983.44,67.8225,-2.49582,0,0,0,1,60,255,1,0),(86336,1624,0,1,1,192.174,-601.28,126.948,2.9845,0,0,0,1,3600,255,1,0),(86337,1624,1,1,1,-3754.5,-2373.85,94.315,1.74533,0,0,0,1,3600,255,1,0),(86338,1624,0,1,1,-12735.8,-793.108,61.9712,-2.75761,0,0,0,1,60,255,1,0),(86339,1624,0,1,1,-11871.1,-181.152,16.7947,1.23918,0,0,0,1,60,255,1,0),(86340,1624,1,1,1,2352.08,1573.53,281.966,-1.20428,0,0,0,1,60,255,1,0),(86341,1624,0,1,1,-1686.45,-2779.43,46.748,2.72271,0,0,0,1,60,255,1,0),(86342,1624,1,1,1,-4628.61,-3736.39,40.7212,-0.383971,0,0,0,1,60,255,1,0),(86343,1624,0,1,1,-1193.48,-3173.99,42.3659,0.401425,0,0,0,1,60,255,1,0),(86344,1624,0,1,1,-823.311,-1380.93,66.2461,-2.77507,0,0,0,1,60,255,1,0),(86345,1624,1,1,1,1364.02,880.856,155.208,2.96704,0,0,0,1,60,255,1,0),(86346,1624,1,1,1,3357.22,592.805,3.73639,0.523598,0,0,0,1,60,255,1,0),(86347,1624,1,1,1,3152.67,-1811.98,175.534,-0.069812,0,0,0,1,60,255,1,0),(86348,1628,1,1,1,-1825.41,2496.97,63.0604,2.16421,0,0,0,1,3600,255,1,0),(86349,1628,0,1,1,-10547,269.901,28.4756,-1.69297,0,0,0,1,60,255,1,0),(86350,1628,1,1,1,-1251.02,1900.7,50.1459,-1.5708,0,0,0,1,3600,255,1,0),(86351,3724,1,1,1,-524.746,-3453.84,94.4237,-1.15192,0,0,0,1,3600,255,1,0),(86352,3724,1,1,1,-2319,-2417.43,95.6567,-2.58308,0,0,0,1,3600,255,1,0),(86353,3724,1,1,1,-848.241,-2378.59,91.7192,-0.279252,0,0,0,1,3600,255,1,0),(86354,3724,1,1,1,384.82,-2749.18,92.7778,-3.12412,0,0,0,1,3600,255,1,0),(86355,3724,1,1,1,-1652.84,-3576.2,94.1403,-0.890117,0,0,0,1,3600,255,1,0),(86356,3725,1,1,1,224.484,-3345.04,46.9378,-1.01229,0,0,0,1,3600,255,1,0),(86357,3726,1,1,1,-4152.02,-2279.53,95.8744,-1.25664,0,0,0,1,3600,255,1,0),(86358,3726,1,1,1,-450.492,-3692.4,48.0801,-1.25664,0,0,0,1,3600,255,1,0),(86359,3726,1,1,1,384.268,-3543.53,46.8668,0.855211,0,0,0,1,3600,255,1,0),(86360,3726,1,1,1,-3992.42,-2315.7,96.0613,2.26892,0,0,0,1,3600,255,1,0),(86361,3726,1,1,1,-396.659,-1586.49,103.695,0.244346,0,0,0,1,3600,255,1,0),(86362,3726,1,1,1,-863.505,-1595.69,107.602,-1.20428,0,0,0,1,3600,255,1,0),(86363,3727,1,1,1,-2483.53,-2248.7,95.6184,2.67035,0,0,0,1,3600,255,1,0),(86364,3727,1,1,1,-3813,-2215.8,93.1443,0.715585,0,0,0,1,3600,255,1,0),(86365,3727,1,1,1,-956.404,-1660.48,93.9018,1.74533,0,0,0,1,3600,255,1,0),(86366,3729,1,1,1,-2093.66,-2420.5,93.0188,1.01229,0,0,0,1,3600,255,1,0),(86367,3729,1,1,1,-2666.17,-2219.72,92.0802,-1.69297,0,0,0,1,3600,255,1,0),(86368,3729,1,1,1,-640.457,-3877.07,28.5433,1.79769,0,0,0,1,3600,255,1,0),(86369,3729,1,1,1,848.745,-3571.26,90.2722,1.51844,0,0,0,1,3600,255,1,0),(86370,3729,1,1,1,-3570.05,-2433.25,94.5956,-1.06465,0,0,0,1,3600,255,1,0),(86371,3729,1,1,1,-3903.93,-2290.84,91.6683,-1.6057,0,0,0,1,3600,255,1,0),(86372,3729,1,1,1,-442.708,-3739.55,27.1674,-0.226892,0,0,0,1,3600,255,1,0),(86373,3729,1,1,1,-3457.7,-2337.88,91.6667,-0.750491,0,0,0,1,3600,255,1,0),(86374,3729,1,1,1,-431.804,-1316.55,97.6229,1.48353,0,0,0,1,3600,255,1,0),(86375,3729,1,1,1,-1593.21,-3592.77,91.8447,2.58308,0,0,0,1,3600,255,1,0),(86376,3729,1,1,1,-34.3888,-3565.08,27.2031,0.191985,0,0,0,1,3600,255,1,0),(86377,3729,1,1,1,-233.344,-3726.62,29.8465,-0.872664,0,0,0,1,3600,255,1,0),(86378,3730,1,1,1,-3201.34,-2307.78,109.676,-2.28638,0,0,0,1,3600,255,1,0),(86379,3730,1,1,1,-4057.03,-2319.09,131.904,0.506145,0,0,0,1,3600,255,1,0),(86380,3730,1,1,1,-605.449,-2073.85,170.753,3.01941,0,0,0,1,3600,255,1,0),(86381,3730,1,1,1,-1462.52,-3666.71,92.5161,1.22173,0,0,0,1,3600,255,1,0),(86382,176583,1,1,1,-7821.75,-1319.65,-271.669,0.820303,0,0,0,1,60,255,1,0),(86383,176583,0,1,1,-31.2875,-2533.09,119.018,-0.645772,0,0,0,1,60,255,1,0),(86384,176583,1,1,1,-5335.2,1423.61,27.8609,2.49582,0,0,0,1,60,255,1,0),(86385,176583,1,1,1,-6564.64,-701.637,-268.937,-0.453785,0,0,0,1,60,255,1,0),(86386,176583,1,1,1,-3876.53,1975.75,72.5063,-2.09439,0,0,0,1,60,255,1,0),(86387,176583,1,1,1,-6475.13,-1707.52,-275.624,0.226892,0,0,0,1,60,255,1,0),(86388,176583,0,1,1,3321.01,-4947.1,168.989,-0.314158,0,0,0,1,60,255,1,0),(86389,176583,0,1,1,1823.56,-3750.1,158.251,-2.82743,0,0,0,1,60,255,1,0),(86390,176583,0,1,1,2933.23,-4004.29,104.741,1.22173,0,0,0,1,60,255,1,0),(86391,176583,530,1,1,-339.74,6112.62,22.9751,-3.03684,0,0,0,1,60,255,1,0),(86392,176583,0,1,1,320.651,-3068.27,119.442,-2.82743,0,0,0,1,60,255,1,0),(86393,176583,1,1,1,3744.09,-4797.82,136.26,1.67551,0,0,0,1,60,255,1,0),(86394,176583,0,1,1,51.3171,-3625.82,122.411,-0.942477,0,0,0,1,60,255,1,0),(86395,176583,1,1,1,3423.77,-4651.64,102.226,-1.72787,0,0,0,1,60,255,1,0),(86396,176583,530,1,1,-313.694,2390.82,45.5924,1.36136,0,0,0,1,60,255,1,0),(86397,176583,530,1,1,-313.694,2390.82,45.5924,1.36136,0,0,0,1,60,255,1,0),(86398,176583,530,1,1,3989.17,2877.99,125.22,0.523598,0,0,0,1,60,255,1,0),(86399,176583,530,1,1,-646.649,4024.41,29.1898,-0.925024,0,0,0,1,60,255,1,0),(86400,176583,530,1,1,-177.555,3472.09,40.9797,-1.58825,0,0,0,1,60,255,1,0),(86401,176583,530,1,1,-315.253,3634.01,31.6653,0.488691,0,0,0,1,60,255,1,0),(86402,176583,530,1,1,-1087.16,5739.82,57.4741,-1.88495,0,0,0,1,60,255,1,0),(86403,176583,530,1,1,-987.849,5660.09,23.4805,2.3911,0,0,0,1,60,255,1,0),(86404,176583,530,1,1,-398.855,3007.92,-56.6375,-0.767944,0,0,0,1,60,255,1,0),(86405,176584,1,1,1,-7382.57,-1981.48,-270.47,0.855211,0,0,0,1,60,255,1,0),(86406,176584,1,1,1,-7076.98,-650.943,-269.642,-0.052359,0,0,0,1,60,255,1,0),(86407,176584,1,1,1,-6449.84,1330.59,1.34675,-1.62316,0,0,0,1,60,255,1,0),(86408,176584,1,1,1,-7412.39,-1424.75,-271.369,-1.5708,0,0,0,1,60,255,1,0),(86409,176584,1,1,1,-7633.23,-1917.64,-268.372,-2.54818,0,0,0,1,60,255,1,0),(86410,176584,0,1,1,2386.19,-5174.74,74.0617,0.349065,0,0,0,1,60,255,1,0),(86411,176584,0,1,1,2114.44,-3315.56,120.031,2.30383,0,0,0,1,60,255,1,0),(86412,176584,0,1,1,1675.74,-4981.45,79.0261,-3.00195,0,0,0,1,60,255,1,0),(86413,176584,0,1,1,2789.93,-4104.28,99.2775,1.3439,0,0,0,1,60,255,1,0),(86414,176584,0,1,1,1857.36,-2116.71,68.6316,-2.96704,0,0,0,1,60,255,1,0),(86415,176584,0,1,1,1515.73,-1079.51,74.4867,-2.86233,0,0,0,1,60,255,1,0),(86416,176584,0,1,1,-8208.66,-932.638,133.372,0.488691,0,0,0,1,3600,255,1,0),(86417,176584,0,1,1,2155.74,-2417.66,60.7121,-0.90757,0,0,0,1,60,255,1,0),(86418,176584,0,1,1,1950.77,-3732.88,127.524,-1.09956,0,0,0,1,60,255,1,0),(86419,176584,0,1,1,2798.28,-3348.45,96.2219,1.32645,0,0,0,1,60,255,1,0),(86420,176584,0,1,1,1648.37,-3419.78,133.083,0.453785,0,0,0,1,60,255,1,0),(86421,176584,0,1,1,2768.47,-4124.76,94.0685,-1.01229,0,0,0,1,60,255,1,0),(86422,176584,0,1,1,2089.32,-4781.44,74.7134,-2.70526,0,0,0,1,60,255,1,0),(86423,176584,1,1,1,3373.61,-4798.87,110.855,2.02458,0,0,0,1,60,255,1,0),(86424,176584,1,1,1,-6840.39,1052.12,2.4004,-3.12412,0,0,0,1,60,255,1,0),(86425,176584,1,1,1,3797.72,-4948.68,145.915,-2.30383,0,0,0,1,60,255,1,0),(86426,176584,1,1,1,3525.2,-4661.24,101.48,-2.87979,0,0,0,1,60,255,1,0),(86427,176584,530,1,1,-619.672,3916.96,28.9951,0.244346,0,0,0,1,60,255,1,0),(86428,176584,1,1,1,3320.06,-4643.19,97.123,-1.65806,0,0,0,1,60,255,1,0),(86429,176584,530,1,1,205.129,3022.03,-1.2225,0.314158,0,0,0,1,60,255,1,0),(86430,176584,530,1,1,-99.1356,4858.78,52.0323,1.44862,0,0,0,1,60,255,1,0),(86431,176584,530,1,1,-616.57,3484.79,66.5308,-0.017452,0,0,0,1,60,255,1,0),(86432,176584,530,1,1,-483.831,2816.72,45.0211,1.41372,0,0,0,1,60,255,1,0),(86433,176584,530,1,1,-538.766,3107.73,0.122882,2.19912,0,0,0,1,60,255,1,0),(86434,176584,530,1,1,-604.181,2123.58,68.4872,-2.25147,0,0,0,1,60,255,1,0),(86435,176586,1,1,1,-7147.22,-1173.04,-243.574,-1.81514,0,0,0,1,60,255,1,0),(86436,176586,1,1,1,6021.43,-4708.45,788.153,-0.820303,0,0,0,1,60,255,1,0),(86437,176586,0,1,1,2245.04,-3049.81,123.527,-0.488691,0,0,0,1,60,255,1,0),(86438,176586,1,1,1,-6960.87,-2322.74,-224.537,-3.05433,0,0,0,1,60,255,1,0),(86439,176586,1,1,1,4010.14,-5017.9,149.252,2.40855,0,0,0,1,60,255,1,0),(86440,176586,0,1,1,2871.31,-2871.03,104.928,2.04204,0,0,0,1,60,255,1,0),(86441,176586,0,1,1,2225.33,-2463.55,90.5105,-3.01941,0,0,0,1,60,255,1,0),(86442,176586,1,1,1,7526.94,-3923.2,717.491,2.70526,0,0,0,1,60,255,1,0),(86443,176586,1,1,1,6983.7,-4332.11,775.726,0.174532,0,0,0,1,60,255,1,0),(86444,176586,1,1,1,7262.21,-4041.76,715.86,-0.698132,0,0,0,1,60,255,1,0),(86445,176586,1,1,1,6852.75,-2989.41,601.534,-2.72271,0,0,0,1,60,255,1,0),(86446,176586,0,1,1,3132.67,-4361.14,139.667,-2.14675,0,0,0,1,60,255,1,0),(86447,176586,1,1,1,6789.77,-4042.01,708.498,-1.02974,0,0,0,1,60,255,1,0),(86448,176586,0,1,1,2249.72,-4420.42,132.854,-1.78023,0,0,0,1,60,255,1,0),(86449,176586,1,1,1,7010.93,-4831.64,717.759,-1.72787,0,0,0,1,60,255,1,0),(86450,176586,1,1,1,3873.34,-4893.83,173.628,1.88495,0,0,0,1,60,255,1,0),(86451,176586,1,1,1,6384.57,-3255.25,618.608,-0.506145,0,0,0,1,60,255,1,0),(86452,176586,1,1,1,6672.38,-5135.28,784.418,-1.83259,0,0,0,1,60,255,1,0),(86453,176586,1,1,1,5355.13,-4446.39,843.834,2.28638,0,0,0,1,60,255,1,0),(86454,176586,1,1,1,6775.71,-5208.24,764.705,2.28638,0,0,0,1,60,255,1,0),(86455,176586,530,1,1,631.23,2778.51,229.101,1.23918,0,0,0,1,60,255,1,0),(86456,176586,530,1,1,13.3478,3787.04,120.657,-2.21656,0,0,0,1,60,255,1,0),(86457,176586,530,1,1,363.741,2109.55,118.131,2.87979,0,0,0,1,60,255,1,0),(86458,176586,530,1,1,-835.878,4296.72,80.479,1.91986,0,0,0,1,60,255,1,0),(86459,176586,530,1,1,81.9968,3429.71,88.2421,-2.68781,0,0,0,1,60,255,1,0),(86460,176586,530,1,1,499.747,3346.77,109.89,-1.76278,0,0,0,1,60,255,1,0),(86461,176586,530,1,1,-911.488,3645.63,114.376,0.59341,0,0,0,1,60,255,1,0),(86462,176586,530,1,1,-1312.13,4102.39,120.727,-2.9845,0,0,0,1,60,255,1,0),(86463,176586,530,1,1,-850.489,3313.62,75.7251,1.0821,0,0,0,1,60,255,1,0),(86464,176586,530,1,1,-32.8365,4439.55,114.306,1.23918,0,0,0,1,60,255,1,0),(86465,176586,530,1,1,-663.747,3816.28,51.0768,-2.68781,0,0,0,1,60,255,1,0),(86466,176587,0,1,1,2793.07,-4211.21,90.0861,-3.10665,0,0,0,1,60,255,1,0),(86467,176587,0,1,1,1673.49,-2277.09,59.161,-0.855211,0,0,0,1,60,255,1,0),(86468,176587,0,1,1,2165.87,-3193.97,104.805,2.14675,0,0,0,1,60,255,1,0),(86469,176587,0,1,1,2011.32,-3304.11,104.193,-0.523598,0,0,0,1,60,255,1,0),(86470,176587,0,1,1,3136.98,-3255.85,154.399,-0.942477,0,0,0,1,60,255,1,0),(86471,176587,0,1,1,1825.87,-5056.87,84.4563,2.32129,0,0,0,1,60,255,1,0),(86472,176587,0,1,1,1878.36,-4847.95,107.496,-2.54818,0,0,0,1,60,255,1,0),(86473,176587,0,1,1,1943.64,-1904.94,75.7893,-0.977383,0,0,0,1,60,255,1,0),(86474,176587,0,1,1,1095.73,-2526.41,61.4232,-0.034906,0,0,0,1,60,255,1,0),(86475,176587,0,1,1,3140.44,-3679.26,133.914,2.33874,0,0,0,1,60,255,1,0),(86476,176587,0,1,1,2665.35,-4087.51,85.4097,1.91986,0,0,0,1,60,255,1,0),(86477,176587,0,1,1,2483.69,-4265.49,74.3489,1.62316,0,0,0,1,60,255,1,0),(86478,176587,0,1,1,3104.87,-3972.7,110.676,0.488691,0,0,0,1,60,255,1,0),(86479,176588,1,1,1,5121.67,-4969.84,877.953,0.95993,0,0,0,1,60,255,1,0),(86480,176588,1,1,1,5299.71,-4791.05,692.076,0.977383,0,0,0,1,60,255,1,0),(86481,176588,1,1,1,5935.55,-4583.15,717.809,3.05433,0,0,0,1,60,255,1,0),(86482,176588,1,1,1,7507.19,-3946.16,721.172,-1.32645,0,0,0,1,60,255,1,0),(86483,176588,1,1,1,7169.13,-4930.43,713.605,-1.65806,0,0,0,1,60,255,1,0),(86484,176588,1,1,1,5418.08,-4628.64,803.636,-0.471238,0,0,0,1,60,255,1,0),(86485,176588,1,1,1,7202.93,-4495.66,612.221,-3.07177,0,0,0,1,60,255,1,0),(86486,176588,1,1,1,6754.1,-3469.91,680.081,-3.03684,0,0,0,1,60,255,1,0),(86487,176588,1,1,1,7113.89,-4231.54,691.835,-0.506145,0,0,0,1,60,255,1,0),(86488,176588,1,1,1,6454.25,-2619.77,565.284,0.558504,0,0,0,1,60,255,1,0),(86489,176588,1,1,1,7917.05,-4217.55,690.981,0.244346,0,0,0,1,60,255,1,0),(86490,176588,1,1,1,7277.05,-4973.89,727.433,2.91469,0,0,0,1,60,255,1,0),(86491,176588,1,1,1,6828.07,-3437.83,706.807,-1.67551,0,0,0,1,60,255,1,0),(86492,176588,1,1,1,6452.4,-3043.28,573.872,-1.62316,0,0,0,1,60,255,1,0),(86493,176588,1,1,1,5446.56,-4891.5,868.237,0.244346,0,0,0,1,60,255,1,0),(86494,176588,1,1,1,6786.35,-3076.26,577.885,-2.11185,0,0,0,1,60,255,1,0),(86495,176588,1,1,1,6578.92,-4341.99,691.947,0.017452,0,0,0,1,60,255,1,0),(86496,176588,1,1,1,5336.3,-4551.51,694.994,-2.26892,0,0,0,1,60,255,1,0),(86497,176588,1,1,1,6781.84,-3670.45,732.095,2.46091,0,0,0,1,60,255,1,0),(86498,176588,1,1,1,7158.97,-4899.96,704.893,-0.837757,0,0,0,1,60,255,1,0),(86499,176588,1,1,1,7418.42,-4684.81,630.092,0.977383,0,0,0,1,60,255,1,0),(86500,176588,1,1,1,6874.46,-3068.54,620.449,-2.67035,0,0,0,1,60,255,1,0),(86501,176588,1,1,1,6781.86,-3677.09,731.957,-0.349065,0,0,0,1,60,255,1,0),(86502,176588,1,1,1,5202.73,-4798.3,692.044,1.98967,0,0,0,1,60,255,1,0),(86503,176589,0,1,1,3151.6,-3727.88,-61.2898,0.541051,0,0,0,1,60,255,1,0),(86504,176589,1,1,1,6571.79,-5104.69,769.397,2.86233,0,0,0,1,60,255,1,0),(86505,190169,571,1,1,1447.66,-4252.2,117.534,-1.43117,0,0,0,1,60,255,1,0),(86506,190169,571,1,1,5787.84,4815.88,-137.03,2.54818,0,0,0,1,60,255,1,0),(86507,190169,571,1,1,5398.15,4743.83,-198.335,2.23402,0,0,0,1,60,255,1,0),(86508,190169,571,1,1,5378.09,4770.32,-198.815,0.715585,0,0,0,1,60,255,1,0),(86509,190169,571,1,1,5353.56,3938.9,-70.3501,1.50098,0,0,0,1,60,255,1,0),(86510,190169,571,1,1,5384.21,4884.84,-196.389,2.67035,0,0,0,1,60,255,1,0),(86511,190169,571,1,1,3660.13,-4309.04,182.113,2.84488,0,0,0,1,60,255,1,0),(86512,190169,571,1,1,1303.32,-4591.65,184.598,2.72271,0,0,0,1,60,255,1,0),(86513,190169,571,1,1,1511.71,-3961.38,117.03,1.81514,0,0,0,1,60,255,1,0),(86514,190169,571,1,1,2080.31,-3313.88,99.63,-2.16421,0,0,0,1,60,255,1,0),(86515,190169,571,1,1,3202.27,5499.15,50.7181,-2.63544,0,0,0,1,60,255,1,0),(86516,190169,571,1,1,3120.87,5562.68,50.6395,-0.767944,0,0,0,1,60,255,1,0),(86517,190169,571,1,1,1100.09,-4569.95,184.8,0.90757,0,0,0,1,60,255,1,0),(86518,190169,571,1,1,4155.84,-1652.85,182.172,3.14159,0,0,0,1,60,255,1,0),(86519,190169,571,1,1,3129,5553.3,49.724,-1.09956,0,0,0,1,60,255,1,0),(86520,190169,571,1,1,5523.45,4774.72,-197.199,1.41372,0,0,0,1,60,255,1,0),(86521,190169,571,1,1,5470.05,4730.39,-197.549,2.40855,0,0,0,1,60,255,1,0),(86522,190169,571,1,1,3008.23,-2428.08,51.0382,2.53072,0,0,0,1,60,255,1,0),(86523,190169,571,1,1,4078.09,-1843.95,201.622,1.11701,0,0,0,1,60,255,1,0),(86524,190169,571,1,1,4292.99,-1568.26,151.455,2.70526,0,0,0,1,60,255,1,0),(86525,190169,571,1,1,3305.52,5525.64,49.7493,0.90757,0,0,0,1,60,255,1,0),(86526,190169,571,1,1,5122.59,4876.67,-133.187,-1.06465,0,0,0,1,60,255,1,0),(86527,190169,571,1,1,5289.33,4820.33,-134.866,-1.37881,0,0,0,1,60,255,1,0),(86528,190169,571,1,1,5240.97,4834.94,-132.213,-2.68781,0,0,0,1,60,255,1,0),(86529,190169,571,1,1,5535.16,4807.31,-202.513,2.42601,0,0,0,1,60,255,1,0),(86530,190169,571,1,1,5455.71,4915.69,-196.064,2.32129,0,0,0,1,60,255,1,0),(86531,190169,571,1,1,3153.67,5711.85,49.5229,1.01229,0,0,0,1,60,255,1,0),(86532,190169,571,1,1,3266.28,5464.21,49.2089,-3.03684,0,0,0,1,60,255,1,0),(86533,190169,571,1,1,3135.54,5558.23,50.5331,-2.00713,0,0,0,1,60,255,1,0),(86534,190169,571,1,1,3121.27,5567.17,50.8466,1.41372,0,0,0,1,60,255,1,0),(86535,190169,571,1,1,3108.73,5451.12,52.1922,-0.925024,0,0,0,1,60,255,1,0),(86536,190169,571,1,1,5420.95,4741.08,-196.649,-3.03684,0,0,0,1,60,255,1,0),(86537,190169,571,1,1,5222.37,4775.68,-133.006,-2.21656,0,0,0,1,60,255,1,0),(86538,190169,571,1,1,5552.37,4819.4,-196.988,-0.872664,0,0,0,1,60,255,1,0),(86539,190169,571,1,1,3173.68,5485.56,49.4479,0.488691,0,0,0,1,60,255,1,0),(86540,190169,571,1,1,3215.32,-2547.65,50.7545,1.41372,0,0,0,1,60,255,1,0),(86541,190169,571,1,1,1208.41,-4751.82,187.54,2.9845,0,0,0,1,60,255,1,0),(86542,190169,571,1,1,2154.84,-3519.37,148.927,1.48353,0,0,0,1,60,255,1,0),(86543,190169,571,1,1,3783.97,-4401.96,181.853,-1.5708,0,0,0,1,60,255,1,0),(86544,190169,571,1,1,4779.36,4328.58,-52.0615,-2.40855,0,0,0,1,60,255,1,0),(86545,190169,571,1,1,1494.26,-4379.15,115.011,0.279252,0,0,0,1,60,255,1,0),(86546,190169,571,1,1,5300.92,3910.62,-68.7779,-0.593412,0,0,0,1,60,255,1,0),(86547,190169,571,1,1,2239.49,-3833.66,218.024,-2.67035,0,0,0,1,60,255,1,0),(86548,190169,571,1,1,3456.05,-2636.26,80.4223,1.29154,0,0,0,1,60,255,1,0),(86549,190169,571,1,1,3330.88,-2643.63,50.7848,2.86233,0,0,0,1,60,255,1,0),(86550,190169,571,1,1,3260.21,5457.82,49.3598,-2.14675,0,0,0,1,60,255,1,0),(86551,190169,571,1,1,3236.64,5730.77,49.6809,-1.29154,0,0,0,1,60,255,1,0),(86552,190169,571,1,1,4031.76,-2920.06,272.445,2.16421,0,0,0,1,60,255,1,0),(86553,190169,571,1,1,3119.21,5449.24,51.764,-0.663223,0,0,0,1,60,255,1,0),(86554,190169,571,1,1,5433.37,4906.32,-195.606,-2.58308,0,0,0,1,60,255,1,0),(86555,190169,571,1,1,3181.25,5506.53,49.3441,0.174532,0,0,0,1,60,255,1,0),(86556,190169,571,1,1,3675.64,-4414,181.632,1.53589,0,0,0,1,60,255,1,0),(86557,190169,571,1,1,4141.41,-1730.03,190.446,0.645772,0,0,0,1,60,255,1,0),(86558,190169,571,1,1,5738.03,4812.82,-135.685,-0.191985,0,0,0,1,60,255,1,0),(86559,190169,571,1,1,5847.72,4856.37,-136.323,0.802851,0,0,0,1,60,255,1,0),(86560,190170,571,1,1,5514.39,-3074.55,288.729,0.034906,0,0,0,1,60,255,1,0),(86561,190170,571,1,1,4569.49,-2146.37,160.842,-1.41372,0,0,0,1,60,255,1,0),(86562,190170,571,1,1,5400.62,-2156.59,239.928,-0.174532,0,0,0,1,60,255,1,0),(86563,190170,571,1,1,5547.08,-2560.81,287.529,1.50098,0,0,0,1,60,255,1,0),(86564,190170,571,1,1,5629.3,-2731.78,276.416,0.209439,0,0,0,1,60,255,1,0),(86565,190170,571,1,1,5541.2,-2495.72,287.831,0.488691,0,0,0,1,60,255,1,0),(86566,190170,571,1,1,5222.92,-3507.79,290.388,-0.139624,0,0,0,1,60,255,1,0),(86567,190170,571,1,1,5659.84,-2587.87,288.753,-2.1293,0,0,0,1,60,255,1,0),(86568,190170,571,1,1,6092.05,-2311.46,291.9,-2.14675,0,0,0,1,60,255,1,0),(86569,190170,571,1,1,6184.16,-2586.47,293.127,0.383971,0,0,0,1,60,255,1,0),(86570,190170,571,1,1,5620.47,-3040.05,288.17,-1.51844,0,0,0,1,60,255,1,0),(86571,190170,571,1,1,5943.31,-2818.21,263.425,2.87979,0,0,0,1,60,255,1,0),(86572,190170,571,1,1,5917.88,-2084.03,242.739,0.785397,0,0,0,1,60,255,1,0),(86573,190170,571,1,1,5189.09,-3176.02,269.032,0.733038,0,0,0,1,60,255,1,0),(86574,190170,571,1,1,6114.97,-2702.02,294.59,0.645772,0,0,0,1,60,255,1,0),(86575,190170,571,1,1,4835.36,-2094.61,244.908,-0.366518,0,0,0,1,60,255,1,0),(86576,190170,571,1,1,5129.01,-3401.4,290.756,1.43117,0,0,0,1,60,255,1,0),(86577,190170,571,1,1,6065.93,-2271.42,236.922,-2.35619,0,0,0,1,60,255,1,0),(86578,190170,571,1,1,5976.25,-1885.27,244.378,2.61799,0,0,0,1,60,255,1,0),(86579,190170,571,1,1,5769.39,-2082.43,243.174,1.309,0,0,0,1,60,255,1,0),(86580,190170,571,1,1,6091.38,-1749.04,238.251,-3.12412,0,0,0,1,60,255,1,0),(86581,190170,571,1,1,5047.25,-1729.38,234.624,-0.698132,0,0,0,1,60,255,1,0),(86582,190170,571,1,1,5251.22,-2735.34,291.897,-2.44346,0,0,0,1,60,255,1,0),(86583,190170,571,1,1,6094.35,-2269.32,236.645,1.43117,0,0,0,1,60,255,1,0),(86584,190170,571,1,1,5566.55,-3054.42,287.678,-2.79252,0,0,0,1,60,255,1,0),(86585,190170,571,1,1,6161.33,-2317.43,293.344,-2.21656,0,0,0,1,60,255,1,0),(86586,190171,571,1,1,7606.04,1489.36,329.466,-0.506145,0,0,0,1,60,255,1,0),(86587,190171,571,1,1,7685.58,801.331,479.31,-2.74016,0,0,0,1,60,255,1,0),(86588,190171,571,1,1,7676.67,788.734,480.233,-2.65289,0,0,0,1,60,255,1,0),(86589,190171,571,1,1,8042.69,734.433,483.312,0.209439,0,0,0,1,60,255,1,0),(86590,190171,571,1,4,7178.92,-2825.45,827.357,-2.61799,0,0,0,1,60,255,1,0),(86591,190171,571,1,4,7833.52,-3421.88,867.524,-2.9845,0,0,0,1,60,255,1,0),(86592,190171,571,1,4,7411.36,-2784.95,771.104,-2.53072,0,0,0,1,60,255,1,0),(86593,190171,571,1,1,7591.48,721.631,481.439,2.70526,0,0,0,1,60,255,1,0),(86594,190171,571,1,1,8225.18,-179.044,860.348,3.05433,0,0,0,1,60,255,1,0),(86595,190171,571,1,1,7572.28,137.891,863.986,2.04204,0,0,0,1,60,255,1,0),(86596,190171,571,1,1,6173.37,185.487,376.619,-0.820303,0,0,0,1,60,255,1,0),(86597,190171,571,1,1,6314.95,234.718,392.042,-1.91986,0,0,0,1,60,255,1,0),(86598,190171,571,1,1,7613.28,1568.99,337.188,0.174532,0,0,0,1,60,255,1,0),(86599,190171,571,1,65,4781.7,2100.41,424.172,0.226892,0,0,0,1,60,255,1,0),(86600,190171,571,1,1,8458.22,259.851,783.266,-2.14675,0,0,0,1,60,255,1,0),(86601,190171,571,1,257,6703.31,2378.88,446.488,-2.44346,0,0,0,1,60,255,1,0),(86602,190171,571,1,4,7035,-2060.74,757.475,-1.6057,0,0,0,1,60,255,1,0),(86603,190171,571,1,65,4893.09,2195.61,356.849,-1.41372,0,0,0,1,60,255,1,0),(86604,190171,571,1,257,6333.8,2268.83,479.33,-2.44346,0,0,0,1,60,255,1,0),(86605,190171,571,1,4,6226.58,1747.47,627.615,-1.93732,0,0,0,1,60,255,1,0),(86606,190171,571,1,65,4979.71,2929.78,371.5,0.122173,0,0,0,1,60,255,1,0),(86607,190171,571,1,1,7552.07,711.662,477.206,-3.08918,0,0,0,1,60,255,1,0),(86608,190171,571,1,1,7263.13,589.681,500.152,1.53589,0,0,0,1,60,255,1,0),(86609,190171,571,1,1,7213.97,1002.73,431.911,0.331611,0,0,0,1,60,255,1,0),(86610,190171,571,1,1,7586.84,211.888,841.179,3.03684,0,0,0,1,60,255,1,0),(86611,190171,571,1,1,6294.62,-1003.22,411.494,-2.65289,0,0,0,1,60,255,1,0),(86612,190171,571,1,1,8382.42,-874.127,888.2,0.087266,0,0,0,1,60,255,1,0),(86613,190171,571,1,4,7268.71,-2918.3,824.448,-3.01941,0,0,0,1,60,255,1,0),(86614,190171,571,1,4,7279.18,-2432.95,757.786,2.94959,0,0,0,1,60,255,1,0),(86615,190171,571,1,1,6545.56,-1263.18,516.596,-0.785397,0,0,0,1,60,255,1,0),(86616,190171,571,1,1,6478.44,-1184.65,457.48,-2.426,0,0,0,1,60,255,1,0),(86617,190171,571,1,1,6551.62,-876.379,586.561,-0.314158,0,0,0,1,60,255,1,0),(86618,190171,571,1,1,7857.08,946.719,451.236,2.05949,0,0,0,1,60,255,1,0),(86619,190171,571,1,1,7810.71,1053.76,395.844,1.46608,0,0,0,1,60,255,1,0),(86620,190171,571,1,1,6277.7,-499.489,415.582,2.63544,0,0,0,1,60,255,1,0),(86621,190171,571,1,1,6307.44,-634.534,424.29,2.96704,0,0,0,1,60,255,1,0),(86622,190171,571,1,65,4795.04,1912.14,447.901,-1.27409,0,0,0,1,60,255,1,0),(86623,190171,571,1,1,6309.36,-248.119,552.849,-2.11185,0,0,0,1,60,255,1,0),(86624,190171,571,1,1,7880.74,-95.2904,886.948,-0.855211,0,0,0,1,60,255,1,0),(86625,190171,571,1,1,6636.66,-923.067,621.166,0.767944,0,0,0,1,60,255,1,0),(86626,190171,571,1,1,6709.84,-668.609,910.388,-0.890117,0,0,0,1,60,255,1,0),(86627,190171,571,1,1,7800.41,-388.201,907.601,-2.16421,0,0,0,1,60,255,1,0),(86628,190171,571,1,1,7716.83,868.221,468.283,-2.26892,0,0,0,1,60,255,1,0),(86629,190171,571,1,1,7213.15,914.167,470.656,-1.83259,0,0,0,1,60,255,1,0),(86630,190171,571,1,1,7501.78,-1435.25,954.127,-0.663223,0,0,0,1,60,255,1,0),(86631,190171,571,1,1,8204.22,-1284.64,995.43,-1.71042,0,0,0,1,60,255,1,0),(86632,190171,571,1,1,8144.53,-1192.59,944.461,1.01229,0,0,0,1,60,255,1,0),(86633,190171,571,1,1,6946,1061.63,306.999,-0.942477,0,0,0,1,60,255,1,0),(86634,190171,571,1,1,6753.62,2121.63,582.977,-0.645772,0,0,0,1,60,255,1,0),(86635,190171,571,1,1,7884.9,737.802,518.818,2.23402,0,0,0,1,60,255,1,0),(86636,190171,571,1,1,7177.44,475.318,546.581,-0.663223,0,0,0,1,60,255,1,0),(86637,190171,571,1,1,6693.75,-3891.63,565.246,0.837757,0,0,0,1,60,255,1,0),(86638,190171,571,1,1,8147.67,735.527,491.966,0.610864,0,0,0,1,60,255,1,0),(86639,190171,571,1,1,6530.15,-1319.53,513.957,-1.02974,0,0,0,1,60,255,1,0),(86640,190171,571,1,1,5747.65,-502.889,228.242,3.14159,0,0,0,1,60,255,1,0),(86641,190171,571,1,1,6114.73,-774.22,387.194,0.383971,0,0,0,1,60,255,1,0),(86642,190171,571,1,1,8426.85,-229.069,831.22,2.23402,0,0,0,1,60,255,1,0),(86643,190171,571,1,1,7011.35,-15.242,808.785,-1.13446,0,0,0,1,60,255,1,0),(86644,190171,571,1,1,7020.88,-292.799,790.273,2.80997,0,0,0,1,60,255,1,0),(86645,190171,571,1,257,6253.61,2412.15,492.654,1.22173,0,0,0,1,60,255,1,0),(86646,190171,571,1,1,6142.6,195.027,374.565,2.72271,0,0,0,1,60,255,1,0),(86647,190171,571,1,1,7049.84,-657.287,733.301,2.91469,0,0,0,1,60,255,1,0),(86648,190171,571,1,1,6849.81,-378.018,1009.44,-2.51327,0,0,0,1,60,255,1,0),(86649,190171,571,1,1,7148.89,-774.899,890.19,-3.00195,0,0,0,1,60,255,1,0),(86650,190171,571,1,1,7009.92,12.2283,808.279,1.3439,0,0,0,1,60,255,1,0),(86651,190171,571,1,1,7549.42,-65.7339,847.063,1.88495,0,0,0,1,60,255,1,0),(86652,190171,571,1,1,6837.99,2426.47,430.905,2.67035,0,0,0,1,60,255,1,0),(86653,190171,571,1,1,7960.5,2964.68,509.341,-3.00195,0,0,0,1,60,255,1,0),(86654,190171,571,1,1,7530.47,1652.22,356.434,-1.79769,0,0,0,1,60,255,1,0),(86655,190171,571,1,1,7626.1,2234.61,371.81,2.05949,0,0,0,1,60,255,1,0),(86656,190171,571,1,1,7846.33,1089.92,393.908,-1.23918,0,0,0,1,60,255,1,0),(86657,190171,571,1,1,6782.02,2753.82,437.364,-0.95993,0,0,0,1,60,255,1,0),(86658,190171,571,1,1,7897.32,1915.84,368.23,-2.04204,0,0,0,1,60,255,1,0),(86659,190171,571,1,1,7845.4,1613.98,366.972,-3.05433,0,0,0,1,60,255,1,0),(86660,190171,571,1,1,7803.24,1127.76,391.586,1.13446,0,0,0,1,60,255,1,0),(86661,190171,571,1,1,7839.07,845.36,456.28,-1.83259,0,0,0,1,60,255,1,0),(86662,190171,571,1,1,7254.87,2897.4,415.382,-2.67035,0,0,0,1,60,255,1,0),(86663,190171,571,1,1,7502.73,1339.4,321.933,-0.069812,0,0,0,1,60,255,1,0),(86664,190171,571,1,257,6492.07,2206.91,491.835,2.72271,0,0,0,1,60,255,1,0),(86665,190171,571,1,1,8121.94,871.798,491.271,2.68781,0,0,0,1,60,255,1,0),(86666,190171,571,1,1,7683.95,593.884,655.911,-2.77507,0,0,0,1,60,255,1,0),(86667,190171,571,1,1,6364.97,240.361,396.218,2.49582,0,0,0,1,60,255,1,0),(86668,190171,571,1,1,7358.24,2671.12,395.01,-0.436332,0,0,0,1,60,255,1,0),(86669,190171,571,1,1,6611.26,2555.64,444.767,1.46608,0,0,0,1,60,255,1,0),(86670,190171,571,1,1,6853.15,2503.04,417.276,1.65806,0,0,0,1,60,255,1,0),(86671,190171,571,1,1,7044.44,2664.91,398.564,-0.174532,0,0,0,1,60,255,1,0),(86672,190171,571,1,1,7293.72,2603.55,393.816,1.93731,0,0,0,1,60,255,1,0),(86673,190171,571,1,1,6774.65,2400.91,437.956,-0.767944,0,0,0,1,60,255,1,0),(86674,190171,571,1,1,7567.96,2322.32,377.339,1.6057,0,0,0,1,60,255,1,0),(86675,190171,571,1,1,6326.14,-735.966,436.503,-1.0472,0,0,0,1,60,255,1,0),(86676,190171,571,1,1,6442.65,-961.862,447.902,1.78023,0,0,0,1,60,255,1,0),(86677,190171,571,1,1,8211.69,802.568,501.383,0.174532,0,0,0,1,60,255,1,0),(86678,190171,571,1,1,7553.51,751.535,477.917,2.51327,0,0,0,1,60,255,1,0),(86679,190172,571,1,1,7721.72,900.137,467.229,1.91986,0,0,0,1,60,255,1,0),(86680,190172,571,1,4,7161.55,-3244.97,855.872,2.44346,0,0,0,1,60,255,1,0),(86681,190172,571,1,8,7292.32,-3632.08,832.593,-2.60053,0,0,0,1,60,255,1,0),(86682,190172,571,1,4,7622.1,-3284.85,869.742,-0.261798,0,0,0,1,60,255,1,0),(86683,190172,571,1,1,8248.19,432.9,659.2,-1.88495,0,0,0,1,60,255,1,0),(86684,190172,571,1,1,5952.88,-536.098,351.057,1.06465,0,0,0,1,60,255,1,0),(86685,190172,571,1,1,5993.58,-691.531,371.009,-0.069812,0,0,0,1,60,255,1,0),(86686,190172,571,1,1,6328,1086.56,238.485,1.8675,0,0,0,1,60,255,1,0),(86687,190172,571,1,1,6943.42,2450.06,419.718,-0.925024,0,0,0,1,60,255,1,0),(86688,190172,571,1,1,6187.29,247.655,381.81,2.40855,0,0,0,1,60,255,1,0),(86689,190172,571,1,32,4951.62,2342.06,327.608,-0.069812,0,0,0,1,60,255,1,0),(86690,190172,571,1,1,7885.14,843.726,463.284,2.30383,0,0,0,1,60,255,1,0),(86691,190172,571,1,1,8031.84,2565.84,503.111,2.09439,0,0,0,1,60,255,1,0),(86692,190172,571,1,1,7720.45,1596.82,345.107,-0.244346,0,0,0,1,60,255,1,0),(86693,190172,571,1,1,7966.03,-440.577,898.175,1.78023,0,0,0,1,60,255,1,0),(86694,190172,571,1,4,7256.56,-2221.02,763.032,-1.83259,0,0,0,1,60,255,1,0),(86695,190172,571,1,4,7147.13,-2275.39,766.302,1.20428,0,0,0,1,60,255,1,0),(86696,190172,571,1,1,7025.03,-495.624,740.371,-2.16421,0,0,0,1,60,255,1,0),(86697,190172,571,1,1,7766.7,-146.478,878.768,1.27409,0,0,0,1,60,255,1,0),(86698,190172,571,1,1,7160.71,-711.971,890.765,2.47837,0,0,0,1,60,255,1,0),(86699,190172,571,1,1,6911.6,22.628,791.64,2.96704,0,0,0,1,60,255,1,0),(86700,190172,571,1,1,6737.99,9.14355,739.596,1.6057,0,0,0,1,60,255,1,0),(86701,190172,571,1,65,5369.25,2499.68,379.853,-2.3911,0,0,0,1,60,255,1,0),(86702,190172,571,1,1,5722.6,-841.723,236.289,2.3911,0,0,0,1,60,255,1,0),(86703,190172,571,1,1,8131.56,-586.537,960.45,-0.872664,0,0,0,1,60,255,1,0),(86704,190172,571,1,1,7955.64,1003.38,470.564,1.6057,0,0,0,1,60,255,1,0),(86705,190172,571,1,1,7939.31,1520.02,452.773,0.383971,0,0,0,1,60,255,1,0),(86706,190172,571,1,1,7589.81,-1377,957.649,-1.91986,0,0,0,1,60,255,1,0),(86707,190172,571,1,1,7311.13,-822.788,934.387,-0.994837,0,0,0,1,60,255,1,0),(86708,190172,571,1,1,8276.51,-667.607,918.975,2.70526,0,0,0,1,60,255,1,0),(86709,190172,571,1,1,8071.88,-974.711,942.093,2.65289,0,0,0,1,60,255,1,0),(86710,190172,571,1,1,7707.01,1869.19,357.579,-2.30383,0,0,0,1,60,255,1,0),(86711,190172,571,1,1,8087.24,-1123.66,957.091,-2.60053,0,0,0,1,60,255,1,0),(86712,190172,571,1,1,7121.92,-1424.51,926.229,-1.50098,0,0,0,1,60,255,1,0),(86713,190172,571,1,1,7948.76,1806.31,380.326,-1.01229,0,0,0,1,60,255,1,0),(86714,190172,571,1,1,7924.44,1588.83,407.014,2.19912,0,0,0,1,60,255,1,0),(86715,190172,571,1,1,6688.12,-4014.15,515.785,-1.71042,0,0,0,1,60,255,1,0),(86716,190172,571,1,1,6896.37,-94.8467,771.631,-1.01229,0,0,0,1,60,255,1,0),(86717,190172,571,1,1,7329.9,-1568.9,945.736,-1.15192,0,0,0,1,60,255,1,0),(86718,190172,571,1,1,7431.68,-101.477,794.544,-2.67035,0,0,0,1,60,255,1,0),(86719,190172,571,1,1,7004.26,3126.87,533.681,-2.49582,0,0,0,1,60,255,1,0),(86720,190172,571,1,1,6796.13,3024.49,529.321,0.575957,0,0,0,1,60,255,1,0),(86721,190172,571,1,1,6879.99,1103.94,291.683,0.366518,0,0,0,1,60,255,1,0),(86722,190172,571,1,1,7225.64,1020.03,409.266,1.98967,0,0,0,1,60,255,1,0),(86723,190172,571,1,1,8039.18,408.5,684.414,0.95993,0,0,0,1,60,255,1,0),(86724,190172,571,1,1,6738.05,2638.2,429.298,-1.18682,0,0,0,1,60,255,1,0),(86725,190172,571,1,1,7317.25,2906.03,418.704,1.27409,0,0,0,1,60,255,1,0),(86726,190172,571,1,4,6225.27,1720.56,610.997,0.174532,0,0,0,1,60,255,1,0),(86727,190172,571,1,257,6445,2527.26,484.512,-0.802851,0,0,0,1,60,255,1,0),(86728,190172,571,1,1,7854.96,-390.216,893.536,2.14675,0,0,0,1,60,255,1,0),(86729,190172,571,1,1,4916.51,1936.1,435.077,-2.40855,0,0,0,1,60,255,1,0),(86730,190173,571,1,1,5119.1,1061.23,223.894,1.64061,0,0,0,1,60,255,1,0),(86731,190173,571,1,1,4389.32,-1431.87,161.724,-0.942477,0,0,0,1,60,255,1,0),(86732,190173,571,1,1,3824.72,-1480.22,144.421,2.74016,0,0,0,1,60,255,1,0),(86733,190173,571,1,1,5185.34,1089.87,217.527,-1.25664,0,0,0,1,60,255,1,0),(86734,190173,571,1,1,4255.75,1111.36,140.905,0.052359,0,0,0,1,60,255,1,0),(86735,190173,571,1,1,3144.47,-954.085,38.8983,-2.32129,0,0,0,1,60,255,1,0),(86736,190173,571,1,1,4593.87,-1231.19,156.134,0.767944,0,0,0,1,60,255,1,0),(86737,190173,571,1,1,3371.88,2779.59,52.4136,-0.174532,0,0,0,1,60,255,1,0),(86738,190173,571,1,1,3558.52,2450.46,77.4158,-2.47837,0,0,0,1,60,255,1,0),(86739,190173,571,1,1,4606.72,-948.224,173.08,0.139624,0,0,0,1,60,255,1,0),(86740,190173,571,1,1,3356.51,-1100.51,121.758,-0.925024,0,0,0,1,60,255,1,0),(86741,190173,571,1,1,3864.17,-1477.27,144.141,1.16937,0,0,0,1,60,255,1,0),(86742,190173,571,1,1,3755.76,2736.53,115.621,1.3439,0,0,0,1,60,255,1,0),(86743,190173,571,1,1,4818.2,-1217.38,168.531,-1.88495,0,0,0,1,60,255,1,0),(86744,190173,571,1,1,3440.29,2823.72,29.5193,-0.872664,0,0,0,1,60,255,1,0),(86745,190173,571,1,1,3938.4,1734.09,144.227,0.471238,0,0,0,1,60,255,1,0),(86746,190173,571,1,1,4439.81,-610.23,129.749,-2.26892,0,0,0,1,60,255,1,0),(86747,190173,571,1,1,4201.3,1241.37,140.937,0.855211,0,0,0,1,60,255,1,0),(86748,190173,571,1,1,3418,2776.11,51.625,0.942477,0,0,0,1,60,255,1,0),(86749,190173,571,1,1,3516.99,2528.61,69.033,0.174532,0,0,0,1,60,255,1,0),(86750,190175,571,1,1,6462.31,-3076.75,388.864,-1.309,0,0,0,1,60,255,1,0),(86751,190175,571,1,1,6436.28,-2796.29,290.63,-2.58308,0,0,0,1,60,255,1,0),(86752,190175,571,1,1,7044.94,-4484.07,452.282,2.18166,0,0,0,1,60,255,1,0),(86753,190175,571,1,129,4233.11,2808.84,358.817,-2.09439,0,0,0,1,60,255,1,0),(86754,190175,571,1,129,5092.17,2678.25,373.694,-2.26892,0,0,0,1,60,255,1,0),(86755,190175,571,1,65,5323.25,3191.39,375.114,-0.436332,0,0,0,1,60,255,1,0),(86756,190175,571,1,65,5025.56,3627.16,360.555,1.58825,0,0,0,1,60,255,1,0),(86757,190175,571,1,1,6811.75,-4440.45,441.771,1.16937,0,0,0,1,60,255,1,0),(86758,190175,571,1,1,6657.82,-4220.85,455.151,0.698132,0,0,0,1,60,255,1,0),(86759,190175,571,1,1,6464.25,-3407.02,388.714,2.19912,0,0,0,1,60,255,1,0),(86760,190175,571,1,1,6863.46,-4433.28,441.712,1.15192,0,0,0,1,60,255,1,0),(86761,190175,571,1,65,4875.86,2729.91,360.769,-0.069812,0,0,0,1,60,255,1,0),(86762,190175,571,1,32,5044.05,2202.59,357.439,0.59341,0,0,0,1,60,255,1,0),(86763,190175,571,1,1,5731.44,-3293.36,365.204,-2.47837,0,0,0,1,60,255,1,0),(86764,190175,571,1,1,6691.44,-4263.42,454.589,-2.72271,0,0,0,1,60,255,1,0),(86765,190175,571,1,1,6467.93,-4100.13,467.419,0.331611,0,0,0,1,60,255,1,0),(86766,190175,571,1,65,5262.65,2352.37,376.587,0.418879,0,0,0,1,60,255,1,0),(86767,190175,571,1,1,6452.94,-3836.01,470.715,-1.79769,0,0,0,1,60,255,1,0),(86768,190175,571,1,1,6526.49,-3219.45,405.588,-2.82743,0,0,0,1,60,255,1,0),(86769,190175,571,1,1,6470.06,-3350.71,405.078,-3.07177,0,0,0,1,60,255,1,0),(86770,190175,571,1,1,6280.83,-3946.71,458.732,-1.06465,0,0,0,1,60,255,1,0),(86771,190175,571,1,1,6793.3,-4151.58,463.318,2.84488,0,0,0,1,60,255,1,0),(86772,190175,571,1,1,6775.2,-4178.46,459.755,0.383971,0,0,0,1,60,255,1,0),(86773,190175,571,1,1,7024.46,-4189.1,454.023,1.58825,0,0,0,1,60,255,1,0),(86774,190175,571,1,129,4842.72,3652.61,356.688,-2.67035,0,0,0,1,60,255,1,0),(86775,190175,571,1,1,5756.91,-4270.11,374.292,1.06465,0,0,0,1,60,255,1,0),(86776,190175,571,1,1,6291.59,-4347.32,449.739,1.29154,0,0,0,1,60,255,1,0),(86777,190175,571,1,1,6528.71,-4002.12,482.578,-1.3439,0,0,0,1,60,255,1,0),(86778,190175,571,1,1,6566.27,-4691.29,453.075,-1.97222,0,0,0,1,60,255,1,0),(86779,190175,571,1,1,6557.15,-3286.04,408.58,2.70526,0,0,0,1,60,255,1,0),(86780,190175,571,1,1,6624.95,-4216.16,452.824,-0.523598,0,0,0,1,60,255,1,0),(86781,190175,571,1,1,6626.22,-4717.27,453.084,-1.41372,0,0,0,1,60,255,1,0),(86782,190175,571,1,1,6546.39,-4564.76,453.061,-2.61799,0,0,0,1,60,255,1,0),(86783,190175,571,1,1,6446.76,-4307.18,450.936,2.32129,0,0,0,1,60,255,1,0),(86784,190175,571,1,1,6381.46,-4045.83,459.199,-0.767944,0,0,0,1,60,255,1,0),(86785,190175,571,1,1,5737.95,-4105.49,353.161,-3.05433,0,0,0,1,60,255,1,0),(86786,190175,571,1,1,5625.94,-4101.15,353.826,0.837757,0,0,0,1,60,255,1,0),(86787,190175,571,1,1,6823.67,-4185.85,461.295,-0.663223,0,0,0,1,60,255,1,0),(86788,190175,571,1,1,7011.3,-4166.29,453.849,-1.88495,0,0,0,1,60,255,1,0),(86789,190175,571,1,1,6920.81,-4538.93,443.193,-0.209439,0,0,0,1,60,255,1,0),(86790,190175,571,1,1,7075.19,-4357.41,453.73,-2.65289,0,0,0,1,60,255,1,0),(86791,190175,571,1,1,6023.2,-3844.25,384.121,2.91469,0,0,0,1,60,255,1,0),(86792,190175,571,1,1,6218.49,-3490.26,385.385,-1.67551,0,0,0,1,60,255,1,0),(86793,190175,571,1,1,6257.67,-3534.7,384.505,-3.00195,0,0,0,1,60,255,1,0),(86794,190175,571,1,1,6437.65,-3852.32,471.227,1.88495,0,0,0,1,60,255,1,0),(86795,190175,571,1,1,6688.67,-4214.4,458.506,3.01941,0,0,0,1,60,255,1,0),(86796,190175,571,1,1,5644.13,-3185.29,364.303,2.04204,0,0,0,1,60,255,1,0),(86797,190175,571,1,65,4439.86,2152.54,358.576,0.349065,0,0,0,1,60,255,1,0),(86798,190175,571,1,1,6505.05,-3463.43,388.718,2.04204,0,0,0,1,60,255,1,0),(86799,2041,1,1,1,-2876.87,1688.79,28.9256,-0.663223,0,0,0,1,60,255,1,0),(86800,2041,1,1,1,-2596.53,2040.23,28.3366,-2.89724,0,0,0,1,60,255,1,0),(86801,2041,0,1,1,335.301,-1352.17,40.368,-1.29154,0,0,0,1,3600,255,1,0),(86802,2041,1,1,1,-3615.72,-3069.87,30.6471,2.04204,0,0,0,1,60,255,1,0),(86803,2041,1,1,1,-3557.42,-3318.69,30.4225,2.72271,0,0,0,1,60,255,1,0),(86804,2041,1,1,1,-3092.95,1749.66,28.2648,-2.96704,0,0,0,1,60,255,1,0),(86805,2041,1,1,1,-3871.89,-3656.06,31.251,0,0,0,0,1,60,255,1,0),(86806,2041,1,1,1,-3731.32,-3187.41,32.0722,-0.680679,0,0,0,1,60,255,1,0),(86807,2041,0,1,1,-12198.1,-58.1796,1.09586,2.25147,0,0,0,1,60,255,1,0),(86808,2041,0,1,1,352.731,-1452.43,39.5358,2.58308,0,0,0,1,3600,255,1,0),(86809,2041,1,1,1,-4662.81,1144.55,87.1693,2.54818,0,0,0,1,60,255,1,0),(86810,2041,1,1,1,-4237.53,219.173,52.6707,2.04204,0,0,0,1,60,255,1,0),(86811,2041,1,1,1,-4792.35,1106.09,84.0014,1.18682,0,0,0,1,60,255,1,0),(86812,2041,1,1,1,-4831.58,2214.34,4.00695,-3.10665,0,0,0,1,60,255,1,0),(86813,2041,0,1,1,-13349.2,745.215,4.4602,0.90757,0,0,0,1,60,255,1,0),(86814,2041,0,1,1,-14034.1,485.111,5.65399,-0.122173,0,0,0,1,60,255,1,0),(86815,2041,0,1,1,-10156.2,-2534.16,26.2465,-0.314158,0,0,0,1,60,255,1,0),(86816,2041,0,1,1,-10330.6,-2957.37,19.5952,-2.87979,0,0,0,1,60,255,1,0),(86817,2041,0,1,1,-10097.8,-3224.53,19.3825,1.0821,0,0,0,1,60,255,1,0),(86818,2041,1,1,1,-3760,-3381.81,30.9896,-2.74016,0,0,0,1,60,255,1,0),(86819,2041,0,1,1,-13674.1,449.951,41.3601,2.37364,0,0,0,1,60,255,1,0),(86820,2041,0,1,1,500.766,-3791.9,102.439,0.314158,0,0,0,1,60,255,1,0),(86821,2041,1,1,1,-4716.59,2077.56,2.63233,-2.80997,0,0,0,1,60,255,1,0),(86822,2041,1,1,1,-3520.12,2025.65,38.5188,2.77507,0,0,0,1,60,255,1,0),(86823,2041,1,1,1,-3775.09,-2953.29,31.872,-0.837757,0,0,0,1,60,255,1,0),(86824,2041,1,1,1,-4630.46,-3365.78,30.9744,-1.67551,0,0,0,1,60,255,1,0),(86825,2041,0,1,1,-11821.7,872.976,6.03503,0.349065,0,0,0,1,60,255,1,0),(86826,2041,0,1,1,-11652.8,1017.66,2.37706,2.40855,0,0,0,1,60,255,1,0),(86827,2041,1,1,1,-2015.13,2275.88,53.7174,2.70526,0,0,0,1,3600,255,1,0),(86828,2041,1,1,1,-3032.17,2091.52,28.1324,0.331611,0,0,0,1,60,255,1,0),(86829,2041,1,1,1,-4633.45,-66.6649,91.9696,-0.541051,0,0,0,1,60,255,1,0),(86830,2041,1,1,1,-4541.49,-3057.2,30.645,-1.01229,0,0,0,1,60,255,1,0),(86831,2041,1,1,1,-3623.66,-3275.27,31.6351,-1.72787,0,0,0,1,60,255,1,0),(86832,2041,1,1,1,-4200.37,-3329.22,30.2588,3.07177,0,0,0,1,60,255,1,0),(86833,2041,1,1,1,-4212.56,-3291.74,30.8613,-0.541051,0,0,0,1,60,255,1,0),(86834,2041,1,1,1,-3676.5,-2814.39,31.8353,-0.698132,0,0,0,1,60,255,1,0),(86835,2041,1,1,1,-1999.58,2393.52,53.7464,2.40855,0,0,0,1,3600,255,1,0),(86836,2042,0,1,1,11.9988,179.588,45.3398,-2.89724,0,0,0,1,3600,255,1,0),(86837,2042,0,1,1,73.3306,-2575.64,110.622,3.10665,0,0,0,1,60,255,1,0),(86838,2042,0,1,1,-13597.7,-111.13,42.1737,-2.18166,0,0,0,1,60,255,1,0),(86839,2042,0,1,1,-12317.7,-116.954,21.0686,1.29154,0,0,0,1,60,255,1,0),(86840,2042,0,1,1,62.7072,-4282.95,116.939,1.15192,0,0,0,1,60,255,1,0),(86841,2042,0,1,1,130.193,-3739.45,125.82,-0.523598,0,0,0,1,60,255,1,0),(86842,2043,1,1,1,-3644.71,-2894.66,36.3016,-2.18166,0,0,0,1,60,255,1,0),(86843,2043,1,1,1,-3794.42,1760.53,159.905,0.820303,0,0,0,1,60,255,1,0),(86844,2043,1,1,1,-4442.9,648.624,66.5648,1.93731,0,0,0,1,60,255,1,0),(86845,2043,1,1,1,-4651.69,1035.05,108.29,-0.855211,0,0,0,1,60,255,1,0),(86846,2043,1,1,1,-3886.59,-3546.01,37.314,2.35619,0,0,0,1,60,255,1,0),(86847,2043,1,1,1,-4182.84,263.658,53.623,-2.93214,0,0,0,1,60,255,1,0),(86848,2043,1,1,1,-4191.15,-295.62,47.9873,-2.53072,0,0,0,1,60,255,1,0),(86849,2043,1,1,1,-4963.32,334.988,23.8516,-2.44346,0,0,0,1,60,255,1,0),(86850,2043,0,1,1,-12194.6,-895.55,40.0078,0.383971,0,0,0,1,60,255,1,0),(86851,2043,0,1,1,-10054.7,-3291.11,23.8859,-2.72271,0,0,0,1,60,255,1,0),(86852,2043,1,1,1,3213.58,-5146.55,140.037,0.942477,0,0,0,1,60,255,1,0),(86853,2043,1,1,1,-4151.86,181.619,60.0951,-0.698132,0,0,0,1,60,255,1,0),(86854,2043,0,1,1,-1025.81,-2997.91,54.5303,-0.383971,0,0,0,1,60,255,1,0),(86855,2043,1,1,1,-4451.57,-3576.23,44.9064,-1.01229,0,0,0,1,60,255,1,0),(86856,2043,1,1,1,-3651.61,-2773.03,35.1337,0.558504,0,0,0,1,60,255,1,0),(86857,2043,1,1,1,-3940.15,-3543.23,41.0601,-0.401425,0,0,0,1,60,255,1,0),(86858,2043,0,1,1,-12874.8,-24.5285,16.543,-1.23918,0,0,0,1,60,255,1,0),(86859,2043,0,1,1,-13853.2,541.307,46.7172,-1.15192,0,0,0,1,60,255,1,0),(86860,2043,1,1,1,-5331.3,418.459,59.2886,1.83259,0,0,0,1,60,255,1,0),(86861,2043,1,1,1,-5071.13,1282.02,41.5515,-0.279252,0,0,0,1,60,255,1,0),(86862,2043,1,1,1,-3369.18,-3299.47,36.9247,-2.30383,0,0,0,1,60,255,1,0),(86863,2043,1,1,1,-5024.87,1576.07,59.1374,3.10665,0,0,0,1,60,255,1,0),(86864,2043,1,1,1,3482.29,-4117.89,101.778,-0.942477,0,0,0,1,60,255,1,0),(86865,176636,1,1,1,5969.22,-616.162,399.796,-3.10665,0,0,0,1,3600,255,1,0),(86866,176636,1,1,1,5627.3,-520.709,372.392,-0.610864,0,0,0,1,3600,255,1,0),(86867,176636,1,1,1,6154.25,-1490.27,439.412,-2.56563,0,0,0,1,3600,255,1,0),(86868,176636,1,1,1,5851.77,-1181.76,403.348,2.60053,0,0,0,1,3600,255,1,0),(86869,2045,1,1,1,-7289.61,-4952.4,-20.1355,0.733038,0,0,0,1,60,255,1,0),(86870,2045,1,1,1,-5357.67,2407.81,-40.4736,-1.64061,0,0,0,1,60,255,1,0),(86871,2045,1,1,1,-5234.63,2232.68,-5.89968,1.58825,0,0,0,1,60,255,1,0),(86872,2045,1,1,1,4132.87,1466.82,-24.9285,0.383971,0,0,0,1,60,255,1,0),(86873,2045,1,1,1,-3512.89,-3544.94,-5.14054,1.69297,0,0,0,1,60,255,1,0),(86874,2045,1,1,1,6813.39,729.232,-34.9023,3.00195,0,0,0,1,60,255,1,0),(86875,2045,1,1,1,-5051.09,3747.41,-13.16,1.29154,0,0,0,1,60,255,1,0),(86876,2045,1,1,1,5553.85,743.396,-14.222,2.94959,0,0,0,1,60,255,1,0),(86877,2045,1,1,1,-8904.25,-4764.42,-56.8974,-0.698132,0,0,0,1,60,255,1,0),(86878,2045,1,1,1,-5208.81,3613.68,-33.2727,-2.77507,0,0,0,1,60,255,1,0),(86879,2045,1,1,1,-4651.65,2486.65,-39.4714,-2.89724,0,0,0,1,60,255,1,0),(86880,2045,1,1,1,7161.17,332.907,-42.5429,1.58825,0,0,0,1,60,255,1,0),(86881,2045,0,1,1,-1323.75,-478.575,-48.8598,-2.33874,0,0,0,1,60,255,1,0),(86882,2045,1,1,1,-4854.1,2430.44,-38.6081,-3.07177,0,0,0,1,60,255,1,0),(86883,2045,1,1,1,7161.86,618.004,-15.1351,-0.680679,0,0,0,1,60,255,1,0),(86884,2045,1,1,1,7083.13,548.048,-15.6958,1.13446,0,0,0,1,60,255,1,0),(86885,2045,1,1,1,7649.13,-442.55,-25.3444,-1.0821,0,0,0,1,60,255,1,0),(86886,2045,1,1,1,-4084.1,2883.71,-20.2978,-0.488691,0,0,0,1,60,255,1,0),(86887,2045,1,1,1,-4548.84,2390.94,-7.69914,1.65806,0,0,0,1,60,255,1,0),(86888,2045,1,1,1,-4107.81,2753.19,-35.5572,-1.3439,0,0,0,1,60,255,1,0),(86889,2045,1,1,1,-5028.92,3222.56,-3.39981,0.226892,0,0,0,1,60,255,1,0),(86890,2045,1,1,1,-5044.58,3049.64,-36.145,-1.06465,0,0,0,1,60,255,1,0),(86891,2045,1,1,1,3051.1,512.591,-5.92066,-0.750491,0,0,0,1,60,255,1,0),(86892,2045,0,1,1,-1217.24,-532.671,-90.8633,-2.1293,0,0,0,1,60,255,1,0),(86893,2045,0,1,1,-1141.71,-545.092,-41.2592,-2.72271,0,0,0,1,60,255,1,0),(86894,2045,0,1,1,-1109.09,-484.259,-42.2045,2.07694,0,0,0,1,60,255,1,0),(86895,2045,0,1,1,-3317.57,-688.273,-11.7266,-0.418879,0,0,0,1,60,255,1,0),(86896,2045,0,1,1,-1216.22,-648.269,-43.7294,2.1293,0,0,0,1,60,255,1,0),(86897,2045,1,1,1,-3620.14,-4055.11,-3.78779,0.523598,0,0,0,1,60,255,1,0),(86898,2045,0,1,1,-3463.25,-700.851,-11.9855,-0.052359,0,0,0,1,60,255,1,0),(86899,2045,1,1,1,-4381.42,2387.58,-14.8299,-3.12412,0,0,0,1,60,255,1,0),(86900,2045,0,1,1,-12320.9,438.169,-30.6961,0.069812,0,0,0,1,60,255,1,0),(86901,2045,0,1,1,-3988.16,-702.845,-11.7058,-0.645772,0,0,0,1,60,255,1,0),(86902,2045,0,1,1,-3526.34,-678.785,-12.1328,0.174532,0,0,0,1,60,255,1,0),(86903,2045,1,1,1,6615.66,601.808,-13.2324,1.13446,0,0,0,1,60,255,1,0),(86904,2045,1,1,1,-4133.59,-4133.38,-3.81712,0.226892,0,0,0,1,60,255,1,0),(86905,2045,1,1,1,7634.67,-636.812,-3.24825,0.715585,0,0,0,1,60,255,1,0),(86906,176637,1,1,1,4713.48,-880.975,333.382,1.55334,0,0,0,1,3600,255,1,0),(86907,2045,1,1,1,-868.215,-3953.02,-30.572,-2.61799,0,0,0,1,3600,255,1,0),(86908,176637,1,1,1,6858.76,-1927.15,550.92,2.04204,0,0,0,1,3600,255,1,0),(86909,2045,1,1,1,-1092.08,-3926.1,-66.4876,-1.0821,0,0,0,1,3600,255,1,0),(86910,2045,1,1,1,-1197.13,-3962.99,-13.6481,-0.244346,0,0,0,1,3600,255,1,0),(86911,2045,0,1,1,-12712.3,199.339,-11.1717,0.017452,0,0,0,1,60,255,1,0),(86912,2045,1,1,1,-940.056,-3951.62,-50.5944,0.855211,0,0,0,1,3600,255,1,0),(86913,2045,0,1,1,-14685.5,201.541,-18.1998,-2.25147,0,0,0,1,60,255,1,0),(86914,2045,0,1,1,-4089.89,-634.874,-12.8446,-0.191985,0,0,0,1,60,255,1,0),(86915,2045,0,1,1,-13824.5,756.112,-20.9001,1.36136,0,0,0,1,60,255,1,0),(86916,2045,1,1,1,6942.93,514.999,-8.91144,-2.05949,0,0,0,1,60,255,1,0),(86917,2045,1,1,1,4719.94,734.034,-4.43692,-0.977383,0,0,0,1,60,255,1,0),(86918,2045,1,1,1,-4187.1,2592.7,-7.59936,0.209439,0,0,0,1,60,255,1,0),(86919,2045,1,1,1,-4028.73,3024.21,-2.06751,0.541051,0,0,0,1,60,255,1,0),(86920,2045,1,1,1,5223.18,701.084,-17.0087,-0.471238,0,0,0,1,60,255,1,0),(86921,176637,1,1,1,6157.02,-1978.65,585.869,-2.49582,0,0,0,1,3600,255,1,0),(86922,176637,1,1,1,6004.83,-1181.92,376.221,-2.33874,0,0,0,1,3600,255,1,0),(86923,2045,1,1,1,4812.9,833.845,-7.73045,-2.67035,0,0,0,1,60,255,1,0),(86924,2045,0,1,1,-14156.2,-116.809,-10.5092,-0.523598,0,0,0,1,60,255,1,0),(86925,2045,0,1,1,-14248.8,-67.0717,-8.99623,-2.94959,0,0,0,1,60,255,1,0),(86926,2045,0,1,1,-12234.2,875.091,-15.3099,1.02974,0,0,0,1,60,255,1,0),(86927,2045,1,1,1,-1583.17,-3992.43,-4.22765,-3.07177,0,0,0,1,3600,255,1,0),(86928,2045,0,1,1,-14457.9,-42.2473,-14.1078,-1.62316,0,0,0,1,60,255,1,0),(86929,2045,0,1,1,-14866.2,48.6583,-9.68805,0.436332,0,0,0,1,60,255,1,0),(86930,2045,0,1,1,-14745.1,181.902,-20.5436,-1.0472,0,0,0,1,60,255,1,0),(86931,2045,530,1,1,-2862.34,-11784.7,-16.0519,2.96704,0,0,0,1,3600,255,1,0),(86932,2045,0,1,1,-3859.09,-992.411,-16.97,-0.104719,0,0,0,1,60,255,1,0),(86933,2045,0,1,1,-3425.11,-768.991,-10.2332,-1.29154,0,0,0,1,60,255,1,0),(86934,2045,1,1,1,5096.73,635.616,-14.2902,-2.79252,0,0,0,1,60,255,1,0),(86935,2045,1,1,1,-2499.76,-4033.33,-8.77919,-3.08918,0,0,0,1,60,255,1,0),(86936,2045,1,1,1,7412.52,232.225,-11.4238,-0.628317,0,0,0,1,60,255,1,0),(86937,2045,1,1,1,-7770.63,-5169.9,-8.89128,2.9845,0,0,0,1,60,255,1,0),(86938,2045,1,1,1,4075.7,941.426,-1.48411,1.6057,0,0,0,1,60,255,1,0),(86939,2045,1,1,1,3007.8,529.126,-5.22786,-0.698132,0,0,0,1,60,255,1,0),(86940,2045,1,1,1,3045,551.364,-1.96567,0.575957,0,0,0,1,60,255,1,0),(86941,2045,1,1,1,7549.06,-76.5579,-19.7629,2.05949,0,0,0,1,60,255,1,0),(86942,2045,1,1,1,-1674.97,-4166.33,-1.18867,1.67551,0,0,0,1,3600,255,1,0),(86943,2045,1,1,1,-1283.71,-3921.82,-9.34849,-2.19912,0,0,0,1,3600,255,1,0),(86944,176637,1,1,1,6306.58,-1927.08,551.318,-0.453785,0,0,0,1,3600,255,1,0),(86945,176637,1,1,1,6076.05,-1433.45,421.994,2.72271,0,0,0,1,3600,255,1,0),(86946,2045,1,1,1,-1793.49,-3918.55,-6.77385,0.994837,0,0,0,1,3600,255,1,0),(86947,2045,1,1,1,-1016.73,-4092.58,-38.4459,2.30383,0,0,0,1,3600,255,1,0),(86948,2045,1,1,1,-1153.03,-4052.26,-79.2146,-0.401425,0,0,0,1,3600,255,1,0),(86949,2045,1,1,1,-1831.07,-3862.04,-8.43423,-1.01229,0,0,0,1,3600,255,1,0),(86950,2045,1,1,1,-1873.83,-3822.75,-8.72529,-2.05949,0,0,0,1,3600,255,1,0),(86951,2045,1,1,1,-1402.41,-4051.17,-11.1311,1.29154,0,0,0,1,3600,255,1,0),(86952,2046,1,1,1,-3927.61,-3896.96,63.9424,-2.21656,0,0,0,1,60,255,1,0),(86953,2046,1,1,1,-2877.14,2099.61,53.0593,-2.49582,0,0,0,1,60,255,1,0),(86954,2046,1,1,1,-3987.5,1982.65,98.1448,0.820303,0,0,0,1,60,255,1,0),(86955,2046,1,1,1,-3700.95,-3616.7,62.1052,-0.244346,0,0,0,1,60,255,1,0),(86956,2046,1,1,1,-5393.44,3554.36,29.7673,-2.68781,0,0,0,1,60,255,1,0),(86957,2046,1,1,1,-3046.96,-3380.2,44.9054,1.65806,0,0,0,1,60,255,1,0),(86958,2046,1,1,1,-3549.99,1917.53,72.6504,-2.60053,0,0,0,1,60,255,1,0),(86959,2046,1,1,1,-4970.48,2107.56,21.2235,2.89724,0,0,0,1,60,255,1,0),(86960,2046,0,1,1,-13360.6,-16.135,22.3618,-0.837757,0,0,0,1,60,255,1,0),(86961,2046,0,1,1,-843.388,-1725.92,58.0707,2.54818,0,0,0,1,60,255,1,0),(86962,176638,1,1,1,3810.86,-1607.13,220.173,2.46091,0,0,0,1,3600,255,1,0),(86963,2046,1,1,1,-3999.66,219.765,75.7146,-1.98967,0,0,0,1,60,255,1,0),(86964,2046,0,1,1,-57.5888,-4553.34,16.4739,1.93731,0,0,0,1,60,255,1,0),(86965,2046,1,1,1,-5590.67,1535.51,65.283,-2.86233,0,0,0,1,60,255,1,0),(86966,2046,1,1,1,-5002.72,1486.77,57.9891,0.663223,0,0,0,1,60,255,1,0),(86967,176638,1,1,1,4090.04,-1119.42,277.589,2.60053,0,0,0,1,3600,255,1,0),(86968,2046,1,1,1,-3611.08,2022.71,81.4454,1.58825,0,0,0,1,60,255,1,0),(86969,2046,1,1,1,-5117.77,1161.25,89.4788,-0.087266,0,0,0,1,60,255,1,0),(86970,2046,1,1,1,-3519.39,1858.88,73.0516,-3.12412,0,0,0,1,60,255,1,0),(86971,2046,0,1,1,-13458.5,-137.11,50.4728,1.27409,0,0,0,1,60,255,1,0),(86972,2046,0,1,1,-11898.2,-729.803,25.1154,1.72787,0,0,0,1,60,255,1,0),(86973,2046,0,1,1,-13487.6,258.03,32.0391,-0.034906,0,0,0,1,60,255,1,0),(86974,2046,0,1,1,-1854.84,-1542.01,64.4842,2.80997,0,0,0,1,60,255,1,0),(86975,2046,1,1,1,-3762.33,-3713.02,51.6349,0,0,0,0,1,60,255,1,0),(86976,2046,0,1,1,-1789.37,-2527.05,59.8264,1.29154,0,0,0,1,60,255,1,0),(86977,2046,0,1,1,-1299.32,-2316.38,61.1865,-0.506145,0,0,0,1,60,255,1,0),(86978,2046,1,1,1,-4042.41,-3858.29,49.0787,2.53072,0,0,0,1,60,255,1,0),(86979,2046,0,1,1,-12756.6,-642.138,67.7099,-3.03684,0,0,0,1,60,255,1,0),(86980,2046,0,1,1,-12608.8,-793.786,56.192,1.25664,0,0,0,1,60,255,1,0),(86981,2046,0,1,1,-12684.8,-448.53,32.1358,-1.06465,0,0,0,1,60,255,1,0),(86982,2046,0,1,1,-12165.6,-532.823,31.4166,2.26892,0,0,0,1,60,255,1,0),(86983,2046,0,1,1,-1960.76,-2669.37,85.4559,1.78023,0,0,0,1,60,255,1,0),(86984,2046,1,1,1,-4738.59,823.524,141.484,-2.86233,0,0,0,1,60,255,1,0),(86985,2046,0,1,1,455.576,-3751.14,130.958,-1.62316,0,0,0,1,60,255,1,0),(86986,2046,1,1,1,-4951.97,172.805,67.5288,-0.95993,0,0,0,1,60,255,1,0),(86987,2046,1,1,1,-5102.07,1494.4,58.2682,2.94959,0,0,0,1,60,255,1,0),(86988,2046,1,1,1,-4782.09,1235.58,115.628,0.349065,0,0,0,1,60,255,1,0),(86989,176638,1,1,1,6216.36,-1397.76,375.794,-2.09439,0,0,0,1,3600,255,1,0),(86990,176638,1,1,1,4350.72,-951.657,307.27,-2.37364,0,0,0,1,3600,255,1,0),(86991,176639,1,1,1,6644.92,-1244.1,455.831,2.46091,0,0,0,1,3600,255,1,0),(86992,176639,1,1,1,6210.37,-1035.32,386.014,1.72787,0,0,0,1,3600,255,1,0),(86993,176639,1,1,1,5612.15,-1024.02,376.038,0.436332,0,0,0,1,3600,255,1,0),(86994,176639,1,1,1,6440.84,-1691.32,502.469,0.837757,0,0,0,1,3600,255,1,0),(86995,176639,1,1,1,6521.35,-1473.55,439.164,-0.610864,0,0,0,1,3600,255,1,0),(86996,176639,1,1,1,4468.12,-926.952,314.772,-2.60053,0,0,0,1,3600,255,1,0),(86997,176639,1,1,1,5188.97,-596.913,326.422,-1.29154,0,0,0,1,3600,255,1,0),(86998,176639,1,1,1,5820.31,-727.122,381.453,0.279252,0,0,0,1,3600,255,1,0),(86999,176639,1,1,1,4953.82,-647.138,295.787,-2.74016,0,0,0,1,3600,255,1,0),(87000,2866,1,1,1,-9381.58,-3555.23,12.5591,-3.03684,0,0,0,1,60,255,1,0),(87001,142140,1,1,1,-9225.46,-2990.06,17.4505,2.02458,0,0,0,1,60,255,1,0),(87002,142140,1,1,1,-6921.26,-4414.95,11.598,0.610864,0,0,0,1,60,255,1,0),(87003,142140,1,1,1,-6948.93,-4308.28,9.77953,-2.96704,0,0,0,1,60,255,1,0),(87004,176583,1,1,1,-7207.93,-1824.62,-274.809,1.67551,0,0,0,1,60,255,1,0),(87005,176583,1,1,1,-6743.61,-1848,-272.222,-1.88495,0,0,0,1,60,255,1,0),(87006,2045,1,1,1,-1456.03,-3980.45,-5.35221,2.30383,0,0,0,1,3600,255,1,0),(87007,189973,571,1,1,1812.16,-5657.05,223.786,1.90241,0,0,0,1,60,255,1,0),(87008,189973,571,1,1,878.382,-4962.49,2.64494,2.65289,0,0,0,1,60,255,1,0),(87009,189973,571,1,1,669.735,-5962.19,296.896,3.12412,0,0,0,1,60,255,1,0),(87010,189973,571,1,1,2891.53,-21.8905,2.3814,-2.84488,0,0,0,1,60,255,1,0),(87011,191304,571,1,1,4118.71,5154.81,16.5911,-0.418879,0,0,0,1,3600,255,1,0),(87012,190170,571,1,1,4920.11,-3240.69,289.907,-1.09956,0,0,0,1,60,255,1,0),(87013,190170,571,1,1,6288.08,-2088.33,238.753,0.226892,0,0,0,1,60,255,1,0),(87014,190171,571,1,1,7915,-1795.64,1273.18,2.14675,0,0,0,1,60,255,1,0),(87015,190171,571,1,1,7719.55,-2163,1097.19,-0.715585,0,0,0,1,60,255,1,0),(87016,190171,571,1,1,8178.41,-2281.97,1137.59,1.13446,0,0,0,1,60,255,1,0),(87017,190171,571,1,1,8222.19,-2649.69,1144.78,-1.36136,0,0,0,1,60,255,1,0),(87018,190171,571,1,1,7380.03,278.377,771.141,1.41372,0,0,0,1,60,255,1,0),(87019,190171,571,1,1,7240.09,-808.677,926.906,-1.55334,0,0,0,1,60,255,1,0),(87020,190171,571,1,3,7400.39,-2264.25,768.865,0.191985,0,0,0,1,60,255,1,0),(87021,190171,571,1,3,7138.58,-2216.08,758.233,2.49582,0,0,0,1,60,255,1,0),(87022,190172,571,1,1,7785.4,-2141.83,1134.82,0.174532,0,0,0,1,60,255,1,0),(87023,190172,571,1,1,8056.03,-2781.38,1133.58,1.51844,0,0,0,1,60,255,1,0),(87024,190172,571,1,1,7846.76,-2410.07,1114.34,-0.785397,0,0,0,1,60,255,1,0),(87025,190172,571,1,1,7907.83,-2932.21,1139.64,-1.51844,0,0,0,1,60,255,1,0),(87026,190172,571,1,1,8282.52,-622.168,918.687,2.74016,0,0,0,1,60,255,1,0),(87027,190172,571,1,1,8077.39,-786.88,971.301,-0.837757,0,0,0,1,60,255,1,0),(87028,190172,571,1,1,8515.3,-1354.95,821.458,0.366518,0,0,0,1,60,255,1,0),(87029,190172,571,1,1,8353.09,-577.73,909.749,-0.418879,0,0,0,1,60,255,1,0),(87030,190172,571,1,3,7426.29,-2881.68,801.304,1.3439,0,0,0,1,60,255,1,0),(87031,190172,571,1,1,6666.66,1065.17,279.391,-1.32645,0,0,0,1,60,255,1,0),(87032,190173,571,1,1,2879.48,-1389.11,50.5802,-0.523598,0,0,0,1,60,255,1,0),(87033,190175,571,1,65,4285.42,3387.49,356.584,-0.314158,0,0,0,1,60,255,1,0),(87034,190175,571,1,1,6979.02,-4605.01,455.476,1.41372,0,0,0,1,60,255,1,0),(87035,190175,571,1,1,5338.03,-4131.21,367.486,-2.14675,0,0,0,1,60,255,1,0),(87036,190175,571,1,1,5221.96,-3678.7,362.853,1.27409,0,0,0,1,60,255,1,0),(87037,190175,571,1,1,5640.34,-4505.95,387.323,-1.32645,0,0,0,1,60,255,1,0),(87038,190175,571,1,1,6525.32,-3422.09,391.045,1.41372,0,0,0,1,60,255,1,0),(87039,190175,571,1,1,7006.5,-4215.3,453.382,2.26892,0,0,0,1,60,255,1,0),(87040,190175,571,1,1,7062.13,-4251.8,453.17,-0.715585,0,0,0,1,60,255,1,0),(87041,176584,1,1,1,-7526.1,940.236,4.11149,-2.93214,0,0,0,1,60,255,1,0),(87042,1619,0,1,1,-9339.2,-3063.91,136.63,1.97222,0,0,0,1,60,255,1,0),(87043,1622,0,1,1,-10817.4,-1384.31,44.162,-1.39626,0,0,0,1,60,255,1,0),(87044,1628,0,1,1,-10344.9,227.065,32.6557,-2.1293,0,0,0,1,60,255,1,0),(87045,183043,530,1,1,185.444,5653.2,23.4787,0.418879,0,0,0,1,60,255,1,0),(87046,183046,530,1,1,-773.403,5541,23.1688,2.47837,0,0,0,1,60,255,1,0),(87047,181270,530,1,1,3283.77,5129.91,251.131,-2.00713,0,0,0,1,60,255,1,0),(87048,181270,530,1,1,3561.45,5180.4,-5.18557,-0.523598,0,0,0,1,60,255,1,0),(87049,181270,530,1,1,-3694.49,1790.62,68.2702,3.10665,0,0,0,1,60,255,1,0),(87050,181270,530,1,1,2619.49,5160.42,264.159,0.767944,0,0,0,1,60,255,1,0),(87051,181270,530,1,1,1959.18,5316.3,154.077,-2.23402,0,0,0,1,60,255,1,0),(87052,181271,530,1,1,-1308.85,5406.76,36.2982,2.93214,0,0,0,1,60,255,1,0),(87053,181271,530,1,1,-811.208,4254.43,71.8061,-1.98967,0,0,0,1,60,255,1,0),(87054,181280,530,1,1,-3198.94,2370.37,62.6519,-0.95993,0,0,0,1,60,255,1,0),(87055,176583,530,1,1,-274.867,3167.74,-69.4212,-1.65806,0,0,0,1,60,255,1,0),(87056,176584,530,1,1,948.127,5525.61,-6.57213,-1.65806,0,0,0,1,60,255,1,0),(87057,176584,530,1,1,-613.325,5494.29,22.1268,0.349065,0,0,0,1,60,255,1,0),(87058,1617,530,1,1,-2645.56,-11931.9,14.5141,2.61799,0,0,0,1,3600,255,1,0),(87059,1619,530,1,1,-4281.44,-12716.9,25.5493,1.98967,0,0,0,1,60,255,1,0),(87060,176588,1,1,1,6705.65,-3951.55,699.948,2.02458,0,0,0,1,60,255,1,0),(87061,2045,1,1,1,7110.75,426.176,-43.0759,-0.314158,0,0,0,1,60,255,1,0),(87062,2045,1,1,1,-2344.36,-4349.2,-10.3857,-0.994837,0,0,0,1,60,255,1,0),(87063,2045,1,1,1,-1094.5,-4025.29,-84.8971,-0.715585,0,0,0,1,3600,255,1,0),(87064,142140,1,1,1,-3624.59,958.019,147.893,-0.523598,0,0,0,1,60,255,1,0),(87065,1617,1,1,1,-2911.91,228.381,76.5499,0.977383,0,0,0,1,60,255,1,0),(87066,1617,1,1,1,-1952.61,-242.826,-5.01756,0.802851,0,0,0,1,60,255,1,0),(87067,1617,1,1,1,-2049.12,-291.195,-7.16006,1.43117,0,0,0,1,60,255,1,0),(87068,1617,0,1,1,2414.88,311.561,37.561,-0.575957,0,0,0,1,60,255,1,0),(87069,1617,1,1,1,10043.9,446.943,1315.5,0.314158,0,0,0,1,60,255,1,0),(87070,1618,0,1,1,-5876.23,-10.789,360.485,-1.32645,0,0,0,1,60,255,1,0),(87071,1618,1,1,1,-727.394,-4670.9,36.8098,-2.35619,0,0,0,1,60,255,1,0),(87072,1618,0,1,1,2205.07,438.51,62.0898,-0.017452,0,0,0,1,60,255,1,0),(87073,1618,1,1,1,10074.5,355.456,1323.17,-2.75761,0,0,0,1,60,255,1,0),(87074,1618,1,1,1,9572.13,1011.37,1265.13,0.645772,0,0,0,1,60,255,1,0),(87075,1619,1,1,1,-2790.54,-404.294,13.6166,1.25664,0,0,0,1,60,255,1,0),(87076,1619,1,1,1,-2735.74,-321.652,13.0835,1.27409,0,0,0,1,60,255,1,0),(87077,1620,1,1,1,10019.4,483.16,1314.04,2.19912,0,0,0,1,60,255,1,0),(87078,189973,571,1,3,4619.75,-2262.32,168.616,1.90241,0,0,0,1,60,255,1,0),(87079,189973,571,1,3,1113.46,-6183.4,260.114,-1.39626,0,0,0,1,60,255,1,0),(87080,189973,571,1,3,5902.14,5876.43,-23.4338,2.87979,0,0,0,1,60,255,1,0),(87081,189973,571,1,3,5851.5,5568.43,-63.9165,-2.28638,0,0,0,1,60,255,1,0),(87082,189973,571,1,3,4302.87,-2700.71,267.724,1.3439,0,0,0,1,60,255,1,0),(87083,191019,571,1,3,5287.08,5562.21,-96.0938,-0.279252,0,0,0,1,60,255,1,0),(87084,191019,571,1,3,5840.35,5369.45,-88.2102,-0.855211,0,0,0,1,60,255,1,0),(87085,191019,571,1,3,5623.46,5865.81,-60.9089,1.90241,0,0,0,1,60,255,1,0),(87086,191019,571,1,3,5912.35,5651.31,-69.2854,0.331611,0,0,0,1,60,255,1,0),(87087,191019,571,1,3,4759.95,5203.51,-55.9805,-0.296705,0,0,0,1,60,255,1,0),(87088,190169,571,1,3,3667.9,-4516.37,189.77,1.50098,0,0,0,1,60,255,1,0),(87089,190169,571,1,3,4060.94,-3060.89,271.404,-0.680679,0,0,0,1,60,255,1,0),(87090,190169,571,1,3,5135.54,5028.51,-133.111,1.0821,0,0,0,1,60,255,1,0),(87091,190169,571,1,3,5414.07,5504.51,-100.753,-0.645772,0,0,0,1,60,255,1,0),(87092,190170,571,1,3,4980.44,-3304.6,290.667,2.47837,0,0,0,1,60,255,1,0),(87093,190170,571,1,3,5198.09,-2391.98,289.338,-1.11701,0,0,0,1,60,255,1,0),(87094,190170,571,1,3,5594.45,-2450.61,288.035,-0.523598,0,0,0,1,60,255,1,0),(87095,190171,571,1,3,6851.48,2847.84,441.1,-1.97222,0,0,0,1,60,255,1,0),(87096,190171,571,1,3,8135.39,2472.42,522.2,0.541051,0,0,0,1,60,255,1,0),(87097,190171,571,1,3,6763.69,-81.9264,741.738,-2.1293,0,0,0,1,60,255,1,0),(87098,190171,571,1,3,7609.59,-2600.01,884.978,2.1293,0,0,0,1,60,255,1,0),(87099,190171,571,1,3,7088.52,-1678.18,820.807,0.890117,0,0,0,1,60,255,1,0),(87100,190171,571,1,3,7363.97,-3258.61,852.694,-0.226892,0,0,0,1,60,255,1,0),(87101,190172,571,1,3,7849.87,-2724.55,1135.85,2.94959,0,0,0,1,60,255,1,0),(87102,190172,571,1,3,8123.8,-1160.42,936.741,-1.53589,0,0,0,1,60,255,1,0),(87103,190172,571,1,3,7056.48,2868.52,421.251,3.12412,0,0,0,1,60,255,1,0),(87104,190172,571,1,3,6805.76,-66.969,746.235,0.104719,0,0,0,1,60,255,1,0),(87105,190172,571,1,3,7170.52,-932.253,1023.61,-1.36136,0,0,0,1,60,255,1,0),(87106,190172,571,1,3,7629.64,-1144.77,914.491,1.18682,0,0,0,1,60,255,1,0),(87107,190172,571,1,3,7122.57,-3500.92,856.764,-2.46091,0,0,0,1,60,255,1,0),(87108,190172,571,1,3,7123.1,-3565.76,836.716,-2.61799,0,0,0,1,60,255,1,0),(87109,190172,571,1,3,7933.01,-2407.39,1153.42,0.087266,0,0,0,1,60,255,1,0),(87110,190172,571,1,3,7832.73,-3136.21,867.366,-0.331611,0,0,0,1,60,255,1,0),(87111,190173,571,1,3,4351.95,-964.296,167.907,-1.27409,0,0,0,1,60,255,1,0),(87112,190175,571,1,3,5123.34,-3823.3,362.517,1.22173,0,0,0,1,60,255,1,0),(87113,190175,571,1,3,7088.65,-4380.97,453.098,0.698132,0,0,0,1,60,255,1,0),(87114,190175,571,1,3,6450.82,-4037.47,466.455,-2.18166,0,0,0,1,60,255,1,0),(87115,190175,571,1,3,5623.15,-3312.79,372.218,1.23918,0,0,0,1,60,255,1,0),(87116,190175,571,1,3,5835.96,-3536.31,387.215,-1.65806,0,0,0,1,60,255,1,0),(87117,189973,571,1,1,2935.74,62.2987,6.47628,1.11701,0,0,0,1,60,255,1,0),(87118,1617,0,1,1,-408.202,923.671,121.549,2.63544,0,0,0,1,60,255,1,0),(87119,1621,0,1,1,-2833.1,-1328.37,8.95405,-0.418879,0,0,0,1,60,255,1,0),(87120,1621,0,1,1,-523.583,434.796,85.6967,-2.00713,0,0,0,1,60,255,1,0),(87121,1621,0,1,1,-446.982,847.415,96.9973,0.314158,0,0,0,1,60,255,1,0),(87122,1621,0,1,1,-491.957,1211.93,51.9617,-0.994837,0,0,0,1,60,255,1,0),(87123,176640,1,1,1,6347.34,-755.314,486.933,-2.93214,0,0,0,1,3600,255,1,0),(87124,176642,1,1,1,3783.99,-1016.47,233.301,0.506145,0,0,0,1,3600,255,1,0),(87125,183043,530,1,1,693.756,8193.58,23.2953,1.32645,0,0,0,1,60,255,1,0),(87126,183043,530,1,1,-316.197,8583.64,20.1746,1.36136,0,0,0,1,60,255,1,0),(87127,183043,530,1,1,-274.252,7682.1,21.2547,-0.837757,0,0,0,1,60,255,1,0),(87128,183043,530,1,1,1140.83,8699.95,18.7153,-2.49582,0,0,0,1,60,255,1,0),(87129,183044,530,1,1,450.32,8706.11,23.5782,-2.3911,0,0,0,1,60,255,1,0),(87130,183044,530,1,1,1347.79,8452.73,17.3762,-0.139624,0,0,0,1,60,255,1,0),(87131,183044,530,1,1,-462.815,6420.1,22.7552,0.785397,0,0,0,1,60,255,1,0),(87132,183044,530,1,1,-391.044,6378.4,23.8637,1.90241,0,0,0,1,60,255,1,0),(87133,183046,530,1,1,218.475,8772.74,23.458,0.698132,0,0,0,1,60,255,1,0),(87134,183046,530,1,1,-36.6614,7358.73,23.1146,-0.122173,0,0,0,1,60,255,1,0),(87135,189973,571,1,1,865.311,-4856.31,3.3121,-1.93732,0,0,0,1,60,255,1,0),(87136,189973,571,1,1,409.744,-4841.07,227.901,-0.453785,0,0,0,1,60,255,1,0),(87137,189973,571,1,1,2035.11,-5375.67,221.661,0.191985,0,0,0,1,60,255,1,0),(87138,189973,571,1,1,2811.08,5162.6,72.503,0.994837,0,0,0,1,60,255,1,0),(87139,189973,571,1,1,1391.03,-6009.02,284.338,2.30383,0,0,0,1,60,255,1,0),(87140,189973,571,1,1,1068.62,-5957.92,275.96,3.05433,0,0,0,1,60,255,1,0),(87141,189973,571,1,1,554.575,-3405.66,19.3528,-0.890117,0,0,0,1,60,255,1,0),(87142,189973,571,1,1,1038.93,-4996.34,10.7783,-2.26892,0,0,0,1,60,255,1,0),(87143,189973,571,1,1,2529.1,-3022.17,119.313,0.994837,0,0,0,1,60,255,1,0),(87144,181270,530,1,1,-2045.2,4654.84,-5.04274,2.93214,0,0,0,1,60,255,1,0),(87145,181270,530,1,1,-723.837,8749.43,185.707,-0.541051,0,0,0,1,60,255,1,0),(87146,181270,530,1,1,-2343,3554.46,-10.6955,-1.11701,0,0,0,1,60,255,1,0),(87147,181270,530,1,1,-972.591,1973.4,69.0956,-1.46608,0,0,0,1,60,255,1,0),(87148,181270,530,1,1,2771.8,6077.14,-8.17688,-1.62316,0,0,0,1,60,255,1,0),(87149,181271,530,1,1,2891.72,5712.92,143.035,-0.226892,0,0,0,1,60,255,1,0),(87150,181271,530,1,1,-665.046,8778.89,200.236,-0.244346,0,0,0,1,60,255,1,0),(87151,181271,530,1,1,3856.57,2543.18,87.3824,-1.16937,0,0,0,1,60,255,1,0),(87152,181271,530,1,1,4395.89,3050,135.329,-0.628317,0,0,0,1,60,255,1,0),(87153,181271,530,1,1,3181.23,5549.02,142.135,-2.68781,0,0,0,1,60,255,1,0),(87154,181271,530,1,1,-802.504,4465.43,118.814,2.93214,0,0,0,1,60,255,1,0),(87155,181272,530,1,1,425.951,5079.77,36.2486,-1.32645,0,0,0,1,3600,255,1,0),(87156,181272,530,1,1,1037.25,5097.53,-24.6376,1.62316,0,0,0,1,3600,255,1,0),(87157,181277,530,1,1,-2405.88,4994.07,30.2375,2.9845,0,0,0,1,60,255,1,0),(87158,181279,530,1,1,3792.85,2459.95,116.729,-2.30383,0,0,0,1,60,255,1,0),(87159,181279,530,1,1,3614.22,2342.14,87.3628,-3.05433,0,0,0,1,60,255,1,0),(87160,181279,530,1,1,2998.82,4255.35,161.266,2.96704,0,0,0,1,60,255,1,0),(87161,181281,530,1,1,-3953.6,3177.48,314.938,2.61799,0,0,0,1,60,255,1,0),(87162,2866,0,1,1,-6814.45,-1554.32,193.158,-0.261798,0,0,0,1,60,255,1,0),(87163,2866,1,1,1,-7540.94,-3116.9,17.5761,0.314158,0,0,0,1,60,255,1,0),(87164,142140,0,1,1,-11553.6,736.776,60.7313,0.90757,0,0,0,1,60,255,1,0),(87165,142140,1,1,1,-5027.81,1298,90.7511,3.08918,0,0,0,1,60,255,1,0),(87166,142140,1,1,1,-5358.88,1241.68,22.1054,0.610864,0,0,0,1,60,255,1,0),(87167,142140,0,1,1,-316.936,-4234.65,138.125,0.628317,0,0,0,1,60,255,1,0),(87168,142140,0,1,1,-371.908,-4127,173.995,1.79769,0,0,0,1,60,255,1,0),(87169,142140,0,1,1,-329.511,-4207.55,152.009,1.53589,0,0,0,1,60,255,1,0),(87170,142140,1,1,1,3548.76,-4767.67,111.289,-2.44346,0,0,0,1,60,255,1,0),(87171,142140,1,1,1,-5449.09,1327.84,20.0258,2.44346,0,0,0,1,60,255,1,0),(87172,142140,1,1,1,3596.8,-4589.69,104.494,-2.67035,0,0,0,1,60,255,1,0),(87173,142140,1,1,1,-5002.79,1201.35,54.0045,-0.226892,0,0,0,1,60,255,1,0),(87174,142141,0,1,1,2999.7,-1564.12,147.003,-1.37881,0,0,0,1,60,255,1,0),(87175,142141,0,1,1,1821.96,-2044.74,75.4277,0.715585,0,0,0,1,60,255,1,0),(87176,142142,0,1,1,2920.11,-1610.7,147.766,-0.471238,0,0,0,1,60,255,1,0),(87177,142142,0,1,1,-7750.7,-2421.27,140.446,-2.74016,0,0,0,1,3600,255,1,0),(87178,142142,0,1,1,2779.7,-4005.54,99.1068,0.977383,0,0,0,1,60,255,1,0),(87179,142142,1,1,1,-6536.36,409.216,5.08667,-2.47837,0,0,0,1,60,255,1,0),(87180,142142,1,1,1,-7749.81,1486.97,0.788001,-3.03684,0,0,0,1,60,255,1,0),(87181,142142,1,1,1,-4421.08,-281.654,32.5452,-0.017452,0,0,0,1,60,255,1,0),(87182,142142,1,1,1,-4292.6,587.599,60.3928,-2.47837,0,0,0,1,60,255,1,0),(87183,142142,1,1,1,-6385.42,219.859,3.23839,-2.16421,0,0,0,1,60,255,1,0),(87184,142142,1,1,1,-5606.37,1107.94,63.6876,1.25664,0,0,0,1,60,255,1,0),(87185,142143,0,1,1,-10288,-2913.33,19.7969,-1.0821,0,0,0,1,60,255,1,0),(87186,142143,0,1,1,-10138.9,-3363.5,20.8903,0.104719,0,0,0,1,60,255,1,0),(87187,142143,0,1,1,-10222.2,-3035.99,20.7879,3.10665,0,0,0,1,60,255,1,0),(87188,142143,0,1,1,-10124.2,-3547.14,21.207,-2.93214,0,0,0,1,60,255,1,0),(87189,142143,0,1,1,-10384.2,-3003.25,19.8948,-2.33874,0,0,0,1,60,255,1,0),(87190,142144,530,1,1,1664.42,8605.02,-35.4275,-2.426,0,0,0,1,60,255,1,0),(87191,1617,0,1,1,-4884.1,-3106.54,322.733,2.1293,0,0,0,1,60,255,1,0),(87192,1617,0,1,1,-9394.66,-1293.73,54.1131,2.25147,0,0,0,1,60,255,1,0),(87193,1617,0,1,1,2363.91,822.782,47.6087,-1.13446,0,0,0,1,60,255,1,0),(87194,1617,0,1,1,2254.86,623.59,34.8548,-0.279252,0,0,0,1,60,255,1,0),(87195,1617,0,1,1,2594.16,1270.24,56.4382,-1.11701,0,0,0,1,60,255,1,0),(87196,1617,0,1,1,2590.68,540.587,16.2911,2.30383,0,0,0,1,60,255,1,0),(87197,1617,0,1,1,2532.51,625.952,33.2541,0.977383,0,0,0,1,60,255,1,0),(87198,1617,0,1,1,2521.1,953.773,90.1524,-2.11185,0,0,0,1,60,255,1,0),(87199,1617,1,1,1,-909.978,-990.789,23.0142,0.890117,0,0,0,1,60,255,1,0),(87200,1617,1,1,1,1429.07,-4813.38,24.6158,-2.51327,0,0,0,1,60,255,1,0),(87201,1617,1,1,1,-1664.08,269.539,35.6687,0.104719,0,0,0,1,60,255,1,0),(87202,1617,530,1,1,8891.63,-6787.54,32.2687,-1.29154,0,0,0,1,60,255,1,0),(87203,1618,0,1,1,1631.95,-654.718,47.0466,1.39626,0,0,0,1,60,255,1,0),(87204,1618,0,1,1,2585.57,280.206,46.6648,0.785397,0,0,0,1,60,255,1,0),(87205,1618,0,1,1,2314.62,1553.87,33.5216,-2.30383,0,0,0,1,60,255,1,0),(87206,1618,0,1,1,2568.17,916.615,100.373,-2.18166,0,0,0,1,60,255,1,0),(87207,1618,0,1,1,1233.81,933.051,36.8226,-1.41372,0,0,0,1,60,255,1,0),(87208,1618,1,1,1,-1944.83,283.872,87.9508,0.087266,0,0,0,1,60,255,1,0),(87209,1618,1,1,1,-1003.55,-983.244,7.90341,2.70526,0,0,0,1,60,255,1,0),(87210,1618,1,1,1,1153.6,-4530.12,19.5377,1.74533,0,0,0,1,60,255,1,0),(87211,1619,0,1,1,2386.79,822.591,46.8164,-1.309,0,0,0,1,60,255,1,0),(87212,1619,0,1,1,889.81,1172.7,49.8807,-2.67035,0,0,0,1,60,255,1,0),(87213,1619,0,1,1,-8844.8,-1293.87,111.635,-3.07177,0,0,0,1,60,255,1,0),(87214,1619,0,1,1,-8802.97,-1242.1,95.1466,2.40855,0,0,0,1,60,255,1,0),(87215,1619,1,1,1,-998.674,-1065.87,46.8172,-1.71042,0,0,0,1,60,255,1,0),(87216,1619,1,1,1,-1664.08,368.102,111.681,-1.39626,0,0,0,1,60,255,1,0),(87217,1620,0,1,1,958.84,1069.46,36.558,-0.069812,0,0,0,1,60,255,1,0),(87218,1620,0,1,1,-5005.27,-3419.37,303.401,3.07177,0,0,0,1,60,255,1,0),(87219,1620,0,1,1,-5072.19,-3795.14,310.585,2.40855,0,0,0,1,60,255,1,0),(87220,1620,0,1,1,-5856.29,-3448.97,318.345,-2.56563,0,0,0,1,60,255,1,0),(87221,1620,0,1,1,-9657.54,1504.9,11.0599,1.78023,0,0,0,1,60,255,1,0),(87222,1620,0,1,1,-2980.93,-1986.43,9.31201,1.62316,0,0,0,1,60,255,1,0),(87223,1620,0,1,1,-3139.51,-2545.52,9.23924,2.30383,0,0,0,1,60,255,1,0),(87224,1620,0,1,1,1123.37,1095.89,40.1016,-2.37364,0,0,0,1,60,255,1,0),(87225,1620,1,1,1,1131.9,-4685.81,20.0887,-2.05949,0,0,0,1,60,255,1,0),(87226,1620,1,1,1,2448.9,1512.97,262.881,-2.40855,0,0,0,1,60,255,1,0),(87227,1620,1,1,1,1269.18,-11.3787,-5.88981,-0.314158,0,0,0,1,60,255,1,0),(87228,1620,1,1,1,40.5508,-735.211,-18.9994,2.19912,0,0,0,1,60,255,1,0),(87229,1620,1,1,1,-545.644,-2245.66,42.6309,2.96704,0,0,0,1,3600,255,1,0),(87230,1621,0,1,1,-633.39,-1566.65,64.1649,0.418879,0,0,0,1,60,255,1,0),(87231,1621,0,1,1,-10982.5,1119.15,40.2986,2.30383,0,0,0,1,60,255,1,0),(87232,1621,0,1,1,-10092.6,1601.71,41.0102,0.104719,0,0,0,1,60,255,1,0),(87233,1621,0,1,1,-5147.11,-3496.26,304.571,2.35619,0,0,0,1,60,255,1,0),(87234,1621,0,1,1,-3482.48,-2876.22,9.41632,-0.244346,0,0,0,1,60,255,1,0),(87235,1621,0,1,1,-4154.25,-2961.75,12.0112,-2.11185,0,0,0,1,60,255,1,0),(87236,1621,1,1,1,2128.42,1074.31,238.538,1.41372,0,0,0,1,60,255,1,0),(87237,1621,1,1,1,163.633,-713.723,-0.409156,-0.296705,0,0,0,1,60,255,1,0),(87238,1621,1,1,1,574.272,266.641,56.5523,2.47837,0,0,0,1,60,255,1,0),(87239,1621,1,1,1,381.768,388.748,53.0068,1.67551,0,0,0,1,60,255,1,0),(87240,1621,1,1,1,862.329,691.778,96.6315,-1.64061,0,0,0,1,60,255,1,0),(87241,1621,1,1,1,3228.99,-562.044,153.91,-2.84488,0,0,0,1,60,255,1,0),(87242,1622,0,1,1,-10508.1,1579,47.3024,0.750491,0,0,0,1,60,255,1,0),(87243,1622,0,1,1,-4212.26,-2354.89,204.552,-1.95477,0,0,0,1,60,255,1,0),(87244,1622,0,1,1,-10140.3,1215.31,36.7652,-2.93214,0,0,0,1,60,255,1,0),(87245,1622,0,1,1,-1723.8,-1832.74,81.1296,-2.33874,0,0,0,1,60,255,1,0),(87246,1622,0,1,1,-5021.06,-3924.3,324.104,-0.383971,0,0,0,1,60,255,1,0),(87247,1622,0,1,1,-796.592,-1170.49,68.9588,-0.785397,0,0,0,1,60,255,1,0),(87248,1622,0,1,1,-2788.31,-2227.67,50.4004,-1.41372,0,0,0,1,60,255,1,0),(87249,1622,0,1,1,-56.5404,293.34,53.3134,1.09956,0,0,0,1,3600,255,1,0),(87250,1622,1,1,1,-391.862,1841.03,126.799,2.70526,0,0,0,1,3600,255,1,0),(87251,1622,1,1,1,574.627,1869.33,0.097795,-2.18166,0,0,0,1,60,255,1,0),(87252,1622,1,1,1,3458.32,-129.015,6.99813,0.733038,0,0,0,1,60,255,1,0),(87253,1622,1,1,1,859.194,149.806,36.5573,0.575957,0,0,0,1,60,255,1,0),(87254,1622,1,1,1,1757.32,846.001,148.717,2.25147,0,0,0,1,60,255,1,0),(87255,1622,1,1,1,1332.29,52.235,13.952,2.96704,0,0,0,1,60,255,1,0),(87256,1622,1,1,1,-4679.05,-1474.73,-48.2578,-0.663223,0,0,0,1,60,255,1,0),(87257,1622,1,1,1,681.608,1882.77,-1.26325,-1.48353,0,0,0,1,60,255,1,0),(87258,1623,0,1,1,-11513.2,507.041,82.1076,1.27409,0,0,0,1,60,255,1,0),(87259,1623,0,1,1,-749.624,-980.945,54.2288,-0.575957,0,0,0,1,60,255,1,0),(87260,1623,1,1,1,471.506,1698.63,32.7717,0.750491,0,0,0,1,60,255,1,0),(87261,1623,1,1,1,98.1569,-686.456,22.3247,-2.32129,0,0,0,1,60,255,1,0),(87262,1623,1,1,1,1588.58,1417.84,197.676,2.44346,0,0,0,1,60,255,1,0),(87263,1623,1,1,1,-5156.76,-1226.03,49.1134,1.58825,0,0,0,1,60,255,1,0),(87264,1624,0,1,1,-10799.6,-666.59,40.8933,0.174532,0,0,0,1,60,255,1,0),(87265,1624,0,1,1,-443.955,218.854,80.0781,1.83259,0,0,0,1,60,255,1,0),(87266,1624,0,1,1,-1816.56,-2881.86,61.0276,1.91986,0,0,0,1,60,255,1,0),(87267,1624,0,1,1,-3673.22,-2901.01,12.9926,-0.349065,0,0,0,1,60,255,1,0),(87268,1624,0,1,1,-3484.03,-2444.53,47.452,1.02974,0,0,0,1,60,255,1,0),(87269,1624,0,1,1,-2824.47,-1857.98,10.5835,-2.75761,0,0,0,1,60,255,1,0),(87270,1624,0,1,1,-3357.61,-2803.33,17.5986,2.67035,0,0,0,1,60,255,1,0),(87271,1624,0,1,1,-6718.24,-3248.64,240.744,1.41372,0,0,0,1,60,255,1,0),(87272,1624,1,1,1,-1228.87,2200.36,91.8946,-1.16937,0,0,0,1,3600,255,1,0),(87273,1624,1,1,1,2583.93,-1248.1,145.21,-2.05949,0,0,0,1,60,255,1,0),(87274,1624,1,1,1,-333.244,2384.28,37.4758,-1.69297,0,0,0,1,3600,255,1,0),(87275,1624,1,1,1,732.953,1809.55,-13.8562,-0.383971,0,0,0,1,60,255,1,0),(87276,1624,1,1,1,795.638,1849.68,-4.61363,1.8675,0,0,0,1,60,255,1,0),(87277,1624,1,1,1,3151.14,-545.542,147.4,-2.67035,0,0,0,1,60,255,1,0),(87278,1624,1,1,1,3548.91,-144.068,0.071218,-2.426,0,0,0,1,60,255,1,0),(87279,1624,1,1,1,2852.96,-785.46,156.364,-1.46608,0,0,0,1,60,255,1,0),(87280,1624,1,1,1,-5052.68,-1181.93,-56.282,-0.645772,0,0,0,1,60,255,1,0),(87281,1624,1,1,1,-3254.12,-1900.28,96.5674,1.41372,0,0,0,1,3600,255,1,0),(87282,1628,1,1,1,-1599.25,1376.42,61.2987,2.19912,0,0,0,1,3600,255,1,0),(87283,3726,1,1,1,-3931.37,-1850.23,96.5837,1.29154,0,0,0,1,3600,255,1,0),(87284,3727,1,1,1,-2585.05,-2050.21,91.6667,-1.50098,0,0,0,1,3600,255,1,0),(87285,3727,1,1,1,-4112.9,-1905.92,93.1088,-0.436332,0,0,0,1,3600,255,1,0),(87286,3727,1,1,1,-2416.2,-2524.77,91.6667,0.034906,0,0,0,1,3600,255,1,0),(87287,3727,1,1,1,-115.113,-1718.67,94.2968,-2.07694,0,0,0,1,3600,255,1,0),(87288,3727,1,1,1,-1820.1,-1859.38,97.1059,1.02974,0,0,0,1,3600,255,1,0),(87289,3727,1,1,1,-1518.44,-2788.13,93.8622,-2.44346,0,0,0,1,3600,255,1,0),(87290,3729,1,1,1,-1422.33,-2892.46,93.5401,0.750491,0,0,0,1,3600,255,1,0),(87291,3729,1,1,1,-4046.88,-1782.21,95.1955,-2.14675,0,0,0,1,3600,255,1,0),(87292,3729,1,1,1,1042.02,-2987.69,91.6673,1.36136,0,0,0,1,3600,255,1,0),(87293,3730,1,1,1,-4217.95,-1984.49,100.462,0.401425,0,0,0,1,3600,255,1,0),(87294,3730,1,1,1,-4202.47,-2087.11,100.523,1.46608,0,0,0,1,3600,255,1,0),(87295,3730,1,1,1,-3972.73,-1639.11,97.5111,1.27409,0,0,0,1,3600,255,1,0),(87296,3730,1,1,1,314.383,-2233.26,232.258,1.25664,0,0,0,1,3600,255,1,0),(87297,176583,1,1,1,-4491.8,-568.489,4.83053,1.02974,0,0,0,1,60,255,1,0),(87298,176583,0,1,1,2764.43,-3797.11,111.373,3.12412,0,0,0,1,60,255,1,0),(87299,176583,530,1,1,4075.08,3166.37,165.826,1.46608,0,0,0,1,60,255,1,0),(87300,176583,530,1,1,1260.17,8333.59,20.1106,-0.296705,0,0,0,1,60,255,1,0),(87301,176583,530,1,1,-1153.83,2006.12,69.487,-0.767944,0,0,0,1,60,255,1,0),(87302,176583,530,1,1,-1026.5,5512.22,22.6564,-1.51844,0,0,0,1,60,255,1,0),(87303,176583,530,1,1,-1275.31,2610.97,18.5796,-0.226892,0,0,0,1,60,255,1,0),(87304,176583,530,1,1,-226.905,3023.12,-63.6684,0.872664,0,0,0,1,60,255,1,0),(87305,176584,0,1,1,-7959.27,-1379.52,133.373,1.18682,0,0,0,1,3600,255,1,0),(87306,176584,1,1,1,-7418.48,719.633,-6.51437,-2.74016,0,0,0,1,60,255,1,0),(87307,176584,530,1,1,-114.65,3297.32,17.5288,-1.62316,0,0,0,1,60,255,1,0),(87308,176586,1,1,1,5232.98,-5020.01,874.759,-0.279252,0,0,0,1,60,255,1,0),(87309,176586,1,1,1,7592.79,-4782.64,744.513,-0.942477,0,0,0,1,60,255,1,0),(87310,176586,1,1,1,4114.49,-5077.12,147.331,1.06465,0,0,0,1,60,255,1,0),(87311,176586,0,1,1,2421.2,-3861.51,206.033,-3.05433,0,0,0,1,60,255,1,0),(87312,176587,0,1,1,2453.53,-3656.75,177.802,-0.925024,0,0,0,1,60,255,1,0),(87313,176587,0,1,1,2388.11,-4093.08,77.0275,2.19912,0,0,0,1,60,255,1,0),(87314,176587,0,1,1,1738.81,-1142.23,60.915,-1.91986,0,0,0,1,60,255,1,0),(87315,176587,0,1,1,2803.09,-3926.93,101.182,0.890117,0,0,0,1,60,255,1,0),(87316,176589,0,1,1,2495.06,-3827.97,179.112,3.07177,0,0,0,1,60,255,1,0),(87317,190169,571,1,1,2137.1,-3935.31,218.199,-1.48353,0,0,0,1,60,255,1,0),(87318,190169,571,1,1,4129.2,-2696.36,222.509,2.60053,0,0,0,1,60,255,1,0),(87319,190169,571,1,1,4095.66,-1993.43,208.606,-2.67035,0,0,0,1,60,255,1,0),(87320,190169,571,1,1,3074.15,-2559.21,50.3904,1.62316,0,0,0,1,60,255,1,0),(87321,190170,571,1,1,5379.75,-2030.11,248.126,2.04204,0,0,0,1,60,255,1,0),(87322,190171,571,1,1,6897.92,-602.182,924.71,0.994837,0,0,0,1,60,255,1,0),(87323,190171,571,1,1,7717.55,1490.8,350.92,0.279252,0,0,0,1,60,255,1,0),(87324,190171,571,1,1,6614.84,-1190.33,570.467,0.95993,0,0,0,1,60,255,1,0),(87325,190172,571,1,1,6398.19,2307.73,474.595,-2.23402,0,0,0,1,60,255,1,0),(87326,190172,571,1,1,8048.02,63.8864,946.718,1.29154,0,0,0,1,60,255,1,0),(87327,190172,571,1,1,6825.85,-2232.1,660.305,-2.56563,0,0,0,1,60,255,1,0),(87328,190172,571,1,1,7354.31,-134.59,784.488,-0.226892,0,0,0,1,60,255,1,0),(87329,190173,571,1,1,3338.73,-407.557,171.824,2.68781,0,0,0,1,60,255,1,0),(87330,190175,571,1,1,5694.23,-4269.15,374.891,-1.90241,0,0,0,1,60,255,1,0),(87331,190175,571,1,1,6196.1,-4339.37,447.49,2.32129,0,0,0,1,60,255,1,0),(87332,190175,571,1,1,5621.1,-4172.12,360.172,-1.09956,0,0,0,1,60,255,1,0),(87333,190175,571,1,1,6484.5,-3198.3,404.346,-1.67551,0,0,0,1,60,255,1,0),(87334,190175,571,1,1,6531.26,-3844.66,484.251,-2.53072,0,0,0,1,60,255,1,0),(87335,190175,571,1,1,6540.48,-4191.4,474.64,-2.60053,0,0,0,1,60,255,1,0),(87336,2041,0,1,1,-10423.9,-2979.65,18.9497,-2.89724,0,0,0,1,60,255,1,0),(87337,2041,0,1,1,-1667.67,-3433.21,44.3018,2.53072,0,0,0,1,60,255,1,0),(87338,2041,0,1,1,-12270.6,-355.563,17.0246,2.23402,0,0,0,1,60,255,1,0),(87339,2041,0,1,1,-12423.7,-335.87,15.0724,-1.43117,0,0,0,1,60,255,1,0),(87340,2041,0,1,1,-2837.91,-1775.33,7.82989,0.331611,0,0,0,1,60,255,1,0),(87341,2041,0,1,1,-3013.65,-2502.55,8.11191,-2.40855,0,0,0,1,60,255,1,0),(87342,2041,0,1,1,-3077.74,-1994.21,7.12134,-1.48353,0,0,0,1,60,255,1,0),(87343,2041,1,1,1,2203.34,-3562.25,39.4123,-1.64061,0,0,0,1,60,255,1,0),(87344,2041,1,1,1,-3101.98,-4054.79,23.703,-1.5708,0,0,0,1,60,255,1,0),(87345,2041,1,1,1,-2792.61,-3489.66,31.1472,0.226892,0,0,0,1,60,255,1,0),(87346,2042,0,1,1,-1740.71,-2982.65,34.2299,-0.541051,0,0,0,1,60,255,1,0),(87347,2042,0,1,1,29.2546,-3312.49,116.929,0.715585,0,0,0,1,60,255,1,0),(87348,2042,0,1,1,121.778,-3088.08,129.892,2.70526,0,0,0,1,60,255,1,0),(87349,2042,1,1,1,-2987.04,-3287.98,37.2054,0.750491,0,0,0,1,60,255,1,0),(87350,2043,0,1,1,-11548.4,843.898,23.3085,2.47837,0,0,0,1,60,255,1,0),(87351,2043,0,1,1,-10201.5,-3447.1,22.3132,-0.488691,0,0,0,1,60,255,1,0),(87352,2043,0,1,1,-11956.2,158.976,17.6716,3.03684,0,0,0,1,60,255,1,0),(87353,2043,0,1,1,-1337.62,-3171.37,36.8362,0.575957,0,0,0,1,60,255,1,0),(87354,2043,1,1,1,-4211.01,617.553,66.1571,2.96704,0,0,0,1,60,255,1,0),(87355,2043,1,1,1,-4478.4,-317.536,49.9968,1.65806,0,0,0,1,60,255,1,0),(87356,2043,1,1,1,-4879.28,694.649,47.5938,1.50098,0,0,0,1,60,255,1,0),(87357,2045,0,1,1,-777.527,-4570.92,-23.8076,-0.593412,0,0,0,1,60,255,1,0),(87358,2045,1,1,1,3395.54,1185.15,-37.8039,2.00713,0,0,0,1,60,255,1,0),(87359,2045,0,1,1,-1051.87,-408.556,-4.19282,-2.89724,0,0,0,1,60,255,1,0),(87360,2045,0,1,1,-12700.3,33.8601,-15.6602,-0.680679,0,0,0,1,60,255,1,0),(87361,2045,0,1,1,-12503.6,231.236,-11.8243,0.645772,0,0,0,1,60,255,1,0),(87362,2045,1,1,1,3331.54,1187.5,-15.7325,-2.32129,0,0,0,1,60,255,1,0),(87363,176637,1,1,1,3829.71,-1018.73,239.014,1.58825,0,0,0,1,3600,255,1,0),(87364,2045,1,1,1,2159.15,-2863.49,105.558,0.715585,0,0,0,1,60,255,1,0),(87365,2046,1,1,1,-4307.46,651.262,80.2853,-1.76278,0,0,0,1,60,255,1,0),(87366,2046,0,1,1,-11599.7,724.194,61.3601,-2.84488,0,0,0,1,60,255,1,0),(87367,2046,1,1,1,-5031.07,1242.96,59.0136,1.74533,0,0,0,1,60,255,1,0),(87368,2046,0,1,1,-806.16,-3584.53,81.9184,2.67035,0,0,0,1,60,255,1,0),(87369,2046,0,1,1,-12974.2,-809.106,71.4965,-1.51844,0,0,0,1,60,255,1,0),(87370,2046,0,1,1,-10264.7,-2575.17,40.6938,-1.83259,0,0,0,1,60,255,1,0),(87371,2046,0,1,1,-12034.3,138.011,18.8933,-1.78023,0,0,0,1,60,255,1,0),(87372,2046,0,1,1,-2069.82,-2537.25,80.8448,-2.26892,0,0,0,1,60,255,1,0),(87373,2046,1,1,1,-5420.75,1183.68,66.5455,-2.05949,0,0,0,1,60,255,1,0),(87374,2046,1,1,1,-2558.18,-3757.4,36.4821,1.46608,0,0,0,1,60,255,1,0),(87375,2046,1,1,1,-5543.7,1106.71,69.3718,1.53589,0,0,0,1,60,255,1,0),(87376,176639,1,1,1,4521.6,-661.612,259.686,-1.8675,0,0,0,1,3600,255,1,0),(87377,176639,1,1,1,4140.46,-700.01,282.675,2.28638,0,0,0,1,3600,255,1,0),(87378,176639,1,1,1,3881.28,-988.969,246.243,1.39626,0,0,0,1,3600,255,1,0),(87394,176640,1,1,1,6178.8,-1065.77,385.206,-1.41372,0,0,0,1,3600,255,1,0),(87395,176640,1,1,1,6291.3,-2068.77,595.53,2.65289,0,0,0,1,3600,255,1,0),(87396,176641,1,1,1,4452.15,-933.014,310.124,-0.349065,0,0,0,1,3600,255,1,0),(87397,176641,1,1,1,5883.98,-1280.45,408.559,1.32645,0,0,0,1,3600,255,1,0),(87398,183043,530,1,1,-987.62,5225.53,22.5514,0.226892,0,0,0,1,60,255,1,0),(87399,183043,530,1,1,-942.452,5153.56,23.3949,-0.314158,0,0,0,1,60,255,1,0),(87400,183044,530,1,1,-14.6456,6330.68,22.5381,-2.30383,0,0,0,1,60,255,1,0),(87401,183044,530,1,1,-770.653,5239.58,19.2918,2.30383,0,0,0,1,60,255,1,0),(87402,183044,530,1,1,24.1495,6383.34,22.8483,-0.506145,0,0,0,1,60,255,1,0),(87403,183046,530,1,1,-597.871,5533.49,23.0455,-0.523598,0,0,0,1,60,255,1,0),(87404,189973,571,1,1,455.918,-5666.87,290.223,-0.366518,0,0,0,1,60,255,1,0),(87405,189973,571,1,1,310.628,-5613.61,315.306,-0.523598,0,0,0,1,60,255,1,0),(87406,189973,571,1,1,1743.15,-3505.01,153.33,2.51327,0,0,0,1,60,255,1,0),(87407,189973,571,1,1,3372.01,5497.53,64.4835,-2.91469,0,0,0,1,60,255,1,0),(87408,189973,571,1,1,215.004,-5634.92,354.207,1.83259,0,0,0,1,60,255,1,0),(87409,189973,571,1,1,3916.54,4257.29,24.478,-2.86233,0,0,0,1,60,255,1,0),(87410,181270,530,1,1,-349.854,2358.08,45.406,2.3911,0,0,0,1,60,255,1,0),(87411,181270,530,1,1,-883.681,1934.28,67.2361,-3.00195,0,0,0,1,60,255,1,0),(87412,181270,530,1,1,-989.555,2048.3,67.0449,-0.90757,0,0,0,1,60,255,1,0),(87413,181270,530,1,1,-2739.26,6585.96,28.075,0.680677,0,0,0,1,60,255,1,0),(87414,181270,530,1,1,-2914.34,4501.69,-15.2011,-1.71042,0,0,0,1,60,255,1,0),(87415,181270,530,1,1,-289.009,2641.91,-6.38429,-2.16421,0,0,0,1,60,255,1,0),(87416,181270,530,1,1,-1696.62,7288.72,2.31641,1.23918,0,0,0,1,60,255,1,0),(87417,181270,530,1,1,-1625.62,6640.58,-6.10122,-1.72787,0,0,0,1,60,255,1,0),(87418,181270,530,1,1,-3223.25,5288.85,-19.2395,-1.69297,0,0,0,1,60,255,1,0),(87419,181270,530,1,1,-2778.95,5048.31,-8.9825,-2.96704,0,0,0,1,60,255,1,0),(87420,181270,530,1,1,-648.216,2049.62,57.4187,-0.837757,0,0,0,1,60,255,1,0),(87421,181270,530,1,1,-879.465,3145.91,16.1608,-2.37364,0,0,0,1,60,255,1,0),(87422,181270,530,1,1,449.901,2141.55,117.451,-1.48353,0,0,0,1,60,255,1,0),(87423,181270,530,1,1,518.188,3146.17,18.0198,2.33874,0,0,0,1,60,255,1,0),(87424,181270,530,1,1,-743.475,1615.95,56.0541,-1.32645,0,0,0,1,60,255,1,0),(87425,181270,530,1,1,140.773,4169.72,65.3722,0.750491,0,0,0,1,60,255,1,0),(87426,181270,530,1,1,288.731,3421.04,69.5576,-1.88495,0,0,0,1,60,255,1,0),(87427,181271,530,1,1,-2813.26,6422.05,66.1187,-2.94959,0,0,0,1,60,255,1,0),(87428,181271,530,1,1,-1074.41,1964.15,85.0584,1.25664,0,0,0,1,60,255,1,0),(87429,181271,530,1,1,-1983.75,6326.5,50.0981,-2.49582,0,0,0,1,60,255,1,0),(87430,181271,530,1,1,-2929.73,6314.31,94.1783,-1.62316,0,0,0,1,60,255,1,0),(87431,181271,530,1,1,-2039.1,8077.47,-16.8341,-2.93214,0,0,0,1,60,255,1,0),(87432,181271,530,1,1,-2704.32,6929.31,3.31441,0.698132,0,0,0,1,60,255,1,0),(87433,181271,530,1,1,-945.486,1620.43,93.4792,2.49582,0,0,0,1,60,255,1,0),(87434,181271,530,1,1,-1015.85,3059.9,25.172,2.49582,0,0,0,1,60,255,1,0),(87435,181271,530,1,1,-998.474,3584.42,160.825,1.15192,0,0,0,1,60,255,1,0),(87436,181271,530,1,1,243.085,3817.57,179.888,-1.81514,0,0,0,1,60,255,1,0),(87437,191019,571,1,1,5640.44,4652.26,-136.234,1.46608,0,0,0,1,60,255,1,0),(87438,191019,571,1,1,5225.88,5022.28,-135.622,-2.53072,0,0,0,1,60,255,1,0),(87439,191019,571,1,1,5364.21,5286.29,-132.572,0.279252,0,0,0,1,60,255,1,0),(87440,191019,571,1,1,5348.29,5420.7,-101.105,2.93214,0,0,0,1,60,255,1,0),(87441,2866,0,1,1,-7316.47,-1566.92,316.095,1.25664,0,0,0,1,60,255,1,0),(87442,2866,1,1,1,-7741.32,-3611.67,44.6915,-0.541051,0,0,0,1,60,255,1,0),(87443,142140,0,1,1,126.473,-3501.29,107.241,1.25664,0,0,0,1,60,255,1,0),(87444,142140,0,1,1,-376.088,-4090.41,174.874,-2.86233,0,0,0,1,60,255,1,0),(87445,142140,0,1,1,-437.401,-4189.53,195.066,-2.47837,0,0,0,1,60,255,1,0),(87446,142140,0,1,1,-281.208,-4107.5,138.673,-2.04204,0,0,0,1,60,255,1,0),(87447,142140,0,1,1,-195.593,-4092.25,152.112,0.610864,0,0,0,1,60,255,1,0),(87448,142140,0,1,1,-418.711,-2793.62,80.5266,-1.15192,0,0,0,1,60,255,1,0),(87449,142142,0,1,1,182.627,-3593.6,126.181,-2.07694,0,0,0,1,60,255,1,0),(87450,142142,0,1,1,185.703,-3148.8,121.978,0.017452,0,0,0,1,60,255,1,0),(87451,142142,0,1,1,-42.7587,-2993.42,122.968,0.523598,0,0,0,1,60,255,1,0),(87452,142142,0,1,1,158.747,-4206.66,118.182,0.715585,0,0,0,1,60,255,1,0),(87453,142142,0,1,1,-192.009,-4346.85,120.757,-1.74533,0,0,0,1,60,255,1,0),(87454,142142,0,1,1,-110.992,-2903.27,122.513,-2.58308,0,0,0,1,60,255,1,0),(87455,142142,0,1,1,254.182,-3485.79,161.809,-1.76278,0,0,0,1,60,255,1,0),(87456,142142,0,1,1,2317.71,-4236.85,98.6486,0.052359,0,0,0,1,60,255,1,0),(87457,142142,0,1,1,1721.82,-1016.11,71.0081,0.244346,0,0,0,1,60,255,1,0),(87458,142142,1,1,1,-6793.38,-908.425,-270.122,0.767944,0,0,0,1,60,255,1,0),(87459,142142,1,1,1,-7746.36,-680.292,-259.149,-2.35619,0,0,0,1,60,255,1,0),(87460,142144,0,1,1,368.381,-3860.87,106.184,-0.645772,0,0,0,1,60,255,1,0),(87461,1619,0,1,1,-11053.9,1954.27,30.9819,-2.65289,0,0,0,1,60,255,1,0),(87462,1619,1,1,1,5189.79,343.254,41.3473,1.79769,0,0,0,1,60,255,1,0),(87463,1620,1,1,1,2525.04,-3616.79,58.6529,0.925024,0,0,0,1,60,255,1,0),(87464,1620,0,1,1,-10770.6,1265,31.3255,1.53589,0,0,0,1,60,255,1,0),(87465,1621,1,1,1,3032.72,-911.838,194.145,0.017452,0,0,0,1,60,255,1,0),(87466,1621,0,1,1,-10213.5,441.273,37.4833,1.78023,0,0,0,1,3600,255,1,0),(87467,1621,0,1,1,-11008.7,1678.96,41.2772,-2.07694,0,0,0,1,60,255,1,0),(87468,1621,1,1,1,2759.72,-3136.69,168.858,0,0,0,0,1,60,255,1,0),(87469,1621,1,1,1,2764.2,-2492.12,192.814,2.96704,0,0,0,1,60,255,1,0),(87470,1622,0,1,1,-11415.7,1939.45,11.272,-1.67551,0,0,0,1,60,255,1,0),(87471,1622,1,1,1,-4652.41,-942.781,-45.128,-1.6057,0,0,0,1,60,255,1,0),(87472,1623,0,1,1,-13727.1,350.058,52.7766,0.209439,0,0,0,1,3600,255,1,0),(87473,1623,0,1,1,-13391.8,294.645,52.2135,-0.104719,0,0,0,1,3600,255,1,0),(87474,1623,0,1,1,-402.397,-1151.77,74.8978,1.97222,0,0,0,1,60,255,1,0),(87475,1623,0,1,1,87.1907,-1252.31,82.3047,0.698132,0,0,0,1,60,255,1,0),(87476,1624,0,1,1,-13338.1,-279.632,14.3143,-1.39626,0,0,0,1,3600,255,1,0),(87477,1624,1,1,1,2720.5,-2319.67,202.394,-0.855211,0,0,0,1,60,255,1,0),(87478,1624,1,1,1,2552.5,-1973.38,143.599,2.33874,0,0,0,1,60,255,1,0),(87479,1624,0,1,1,-12081.5,-745.165,12.3231,2.54818,0,0,0,1,3600,255,1,0),(87480,1624,1,1,1,-3619.13,-2838.4,36.2724,2.74016,0,0,0,1,3600,255,1,0),(87481,1624,1,1,1,853.732,1600.79,-24.0878,2.9845,0,0,0,1,60,255,1,0),(87482,1628,0,1,1,-2851.66,-2234.82,16.3133,-0.418879,0,0,0,1,3600,255,1,0),(87483,1628,1,1,1,-1402.27,1831.51,50.1442,-2.09439,0,0,0,1,3600,255,1,0),(87484,3724,1,1,1,-1212.77,-3520.31,91.6667,-2.84488,0,0,0,1,3600,255,1,0),(87485,176583,0,1,1,231.767,-4179.73,117.157,-2.61799,0,0,0,1,60,255,1,0),(87486,176583,0,1,1,336.581,-4032.55,118.385,-1.5708,0,0,0,1,60,255,1,0),(87487,176583,1,1,1,-8236.15,-1083.52,-204.848,-0.925024,0,0,0,1,60,255,1,0),(87488,176583,1,1,1,-7001.82,-670.431,-272.165,2.86233,0,0,0,1,60,255,1,0),(87489,176583,1,1,1,-7947.82,-1716.3,-275.69,2.3911,0,0,0,1,60,255,1,0),(87490,176583,530,1,1,-974.625,1875.91,94.8035,-1.3439,0,0,0,1,60,255,1,0),(87491,176583,530,1,1,-832.952,2021.16,39.1472,1.55334,0,0,0,1,60,255,1,0),(87492,176583,530,1,1,-904.356,2544.48,14.3917,-0.610864,0,0,0,1,60,255,1,0),(87493,176584,1,1,1,-7901.05,-1131.63,-272.205,-1.74533,0,0,0,1,60,255,1,0),(87494,176584,1,1,1,-7794.81,-1975.55,-270.681,2.87979,0,0,0,1,60,255,1,0),(87495,176584,1,1,1,-7581.58,-511.841,-267.643,1.53589,0,0,0,1,60,255,1,0),(87496,176584,530,1,1,-1099.89,2378.75,22.9108,-1.51844,0,0,0,1,60,255,1,0),(87497,176584,530,1,1,57.9099,4642.19,56.4305,2.23402,0,0,0,1,60,255,1,0),(87498,176584,530,1,1,336.033,2594.7,133.243,0.052359,0,0,0,1,60,255,1,0),(87499,176584,530,1,1,501.72,6283.55,24.1567,1.8675,0,0,0,1,60,255,1,0),(87500,176586,0,1,1,2670.15,-3283.07,128.611,-0.506145,0,0,0,1,60,255,1,0),(87501,176586,1,1,1,7253.81,-4350.75,661.104,-2.07694,0,0,0,1,60,255,1,0),(87502,176586,1,1,1,4689.2,-5365.06,119.033,-0.855211,0,0,0,1,3600,255,1,0),(87503,176586,1,1,1,5658.23,-4443.14,792.11,0.890117,0,0,0,1,60,255,1,0),(87504,176586,530,1,1,-1020.84,1910.83,105.649,0.279252,0,0,0,1,60,255,1,0),(87505,176586,530,1,1,567.093,2512.02,216.398,-1.71042,0,0,0,1,60,255,1,0),(87506,176587,0,1,1,2815.12,-4047.62,99.6001,1.44862,0,0,0,1,60,255,1,0),(87507,176587,0,1,1,2777.31,-3226.03,105.933,2.46091,0,0,0,1,60,255,1,0),(87508,176587,0,1,1,2937.81,-4292.18,90.3692,-1.02974,0,0,0,1,60,255,1,0),(87509,176587,0,1,1,2813.84,-3678,104.815,0.017452,0,0,0,1,60,255,1,0),(87510,176587,0,1,1,2537.37,-4499.34,78.3478,-3.12412,0,0,0,1,60,255,1,0),(87511,176587,0,1,1,2274.09,-4297.45,74.1448,-0.698132,0,0,0,1,60,255,1,0),(87512,176587,0,1,1,1933.45,-3818.12,131.68,-2.21656,0,0,0,1,60,255,1,0),(87513,176588,1,1,1,6665.75,-4946.65,720.42,0.750491,0,0,0,1,60,255,1,0),(87514,176588,1,1,1,5768.84,-4603.85,764.253,-1.39626,0,0,0,1,60,255,1,0),(87515,176588,1,1,1,7358.68,-4435.67,646.256,-0.558504,0,0,0,1,60,255,1,0),(87516,176588,1,1,1,6784.3,-2776.45,576.472,-1.76278,0,0,0,1,60,255,1,0),(87517,190169,571,1,1,2013.05,-2996.7,141.994,-2.77507,0,0,0,1,60,255,1,0),(87518,190169,571,1,1,5404.55,5590.8,-99.7555,1.0821,0,0,0,1,60,255,1,0),(87519,190169,571,1,1,3145.56,5483.41,50.8958,-0.017452,0,0,0,1,60,255,1,0),(87520,190169,571,1,1,4824.03,4477.18,-66.745,-2.33874,0,0,0,1,60,255,1,0),(87521,190170,571,1,1,4867.61,-1888.42,236.185,2.02458,0,0,0,1,60,255,1,0),(87522,190170,571,1,1,5069.4,-1698.97,233.852,0,0,0,0,1,60,255,1,0),(87523,190171,571,1,1,6926.97,1259.23,292.282,3.14159,0,0,0,1,60,255,1,0),(87524,190171,571,1,1,4486.73,2513.19,357.513,1.95477,0,0,0,1,60,255,1,0),(87525,190171,571,1,1,4845.38,3709.73,352.309,1.06465,0,0,0,1,60,255,1,0),(87526,190171,571,1,1,4984.91,2363.45,327.609,1.309,0,0,0,1,60,255,1,0),(87527,190171,571,1,1,6897.39,26.0061,792.332,0.90757,0,0,0,1,60,255,1,0),(87528,190171,571,1,1,8008,2841.89,497.999,1.0821,0,0,0,1,60,255,1,0),(87529,190171,571,1,1,7738.29,3706.09,653.643,0.436332,0,0,0,1,60,255,1,0),(87530,190171,571,1,1,8313.93,3381.07,642.278,2.16421,0,0,0,1,60,255,1,0),(87531,190171,571,1,1,7813.45,3628.78,655.145,2.07694,0,0,0,1,60,255,1,0),(87532,190171,571,1,1,7940.08,-106.71,881.35,-2.94959,0,0,0,1,60,255,1,0),(87533,190172,571,1,1,6568.73,1041.23,277.35,-1.16937,0,0,0,1,60,255,1,0),(87534,190172,571,1,1,4693.41,3144.87,361.167,-0.436332,0,0,0,1,60,255,1,0),(87535,190172,571,1,1,6762.39,93.0181,705.305,-0.977383,0,0,0,1,60,255,1,0),(87536,190172,571,1,1,7639.74,3513.11,643.282,-0.261798,0,0,0,1,60,255,1,0),(87537,190172,571,1,1,8326.23,3450.39,656.664,2.00713,0,0,0,1,60,255,1,0),(87538,190172,571,1,1,7773.2,2414.73,383.082,-1.36136,0,0,0,1,60,255,1,0),(87539,190172,571,1,1,7836.35,776.35,528.706,-2.46091,0,0,0,1,60,255,1,0),(87540,190173,571,1,1,3719,1896.97,89.4168,1.01229,0,0,0,1,60,255,1,0),(87541,190173,571,1,1,3226.21,-1518.03,58.5238,-2.44346,0,0,0,1,60,255,1,0),(87542,190173,571,1,1,4499.71,-955.425,171.431,-1.29154,0,0,0,1,60,255,1,0),(87543,190173,571,1,1,4023.69,1515.22,114.076,0.541051,0,0,0,1,60,255,1,0),(87544,190173,571,1,1,3175.16,-1507.17,49.117,1.91986,0,0,0,1,60,255,1,0),(87545,190175,571,1,1,5086.32,2484.2,357.764,1.309,0,0,0,1,60,255,1,0),(87546,190175,571,1,1,4974.67,3044.25,360.348,-0.244346,0,0,0,1,60,255,1,0),(87547,2041,0,1,1,-3102.63,-1299.36,7.84485,-2.61799,0,0,0,1,3600,255,1,0),(87548,2041,0,1,1,-2923.68,-1244.04,7.05653,2.80997,0,0,0,1,3600,255,1,0),(87549,2041,1,1,1,-4649.62,232.225,6.14846,2.07694,0,0,0,1,60,255,1,0),(87550,2041,1,1,1,-3772.63,-3295.04,30.3823,-2.61799,0,0,0,1,3600,255,1,0),(87551,2042,0,1,1,264.196,-3832.07,143.696,0.872664,0,0,0,1,60,255,1,0),(87552,2042,0,1,1,-13602,-30.4481,40.0262,0.383971,0,0,0,1,3600,255,1,0),(87553,2042,1,1,1,-2949.28,-3553.61,41.7896,1.97222,0,0,0,1,3600,255,1,0),(87554,2043,0,1,1,-13419.6,250.341,22.6322,-1.15192,0,0,0,1,3600,255,1,0),(87555,2043,0,1,1,-12472.2,-656.677,38.4287,1.01229,0,0,0,1,3600,255,1,0),(87556,2043,0,1,1,-12909.8,-309.647,14.1951,-3.12412,0,0,0,1,3600,255,1,0),(87557,2043,0,1,1,281.061,-4074.91,125.109,-2.11185,0,0,0,1,60,255,1,0),(87558,2043,0,1,1,-12713,-241.92,38.4442,2.54818,0,0,0,1,3600,255,1,0),(87559,2043,1,1,1,-4001.19,-3699.22,45.9126,1.18682,0,0,0,1,3600,255,1,0),(87560,2043,1,1,1,-4422.45,-75.8642,56.9736,1.309,0,0,0,1,60,255,1,0),(87561,2045,1,1,1,2443.87,-2849.66,137.224,-2.84488,0,0,0,1,60,255,1,0),(87562,2045,0,1,1,-11453.1,1813.91,-4.72884,-0.837757,0,0,0,1,60,255,1,0),(87563,2045,0,1,1,-11421.5,2014.61,-22.1962,2.28638,0,0,0,1,60,255,1,0),(87564,2045,0,1,1,-12221.4,589.087,-54.8489,-1.95477,0,0,0,1,3600,255,1,0),(87565,2045,0,1,1,-2641.34,-1442.62,-12.4426,0.244346,0,0,0,1,3600,255,1,0),(87566,2045,0,1,1,-1174.06,-777.817,-5.35076,-3.12412,0,0,0,1,60,255,1,0),(87567,2045,1,1,1,2715.93,-2572.03,176.359,-2.16421,0,0,0,1,60,255,1,0),(87568,2045,0,1,1,-13599.8,498.125,-35.318,1.71042,0,0,0,1,3600,255,1,0),(87569,176637,1,1,1,5750.68,-972.514,399.036,1.93731,0,0,0,1,3600,255,1,0),(87570,2045,1,1,1,-2666.74,-4205.86,-0.785061,-1.44862,0,0,0,1,3600,255,1,0),(87571,176637,1,1,1,4170.61,-1039.69,290.399,1.06465,0,0,0,1,3600,255,1,0),(87572,2045,1,1,1,-1024.96,-4009.38,-70.7427,-0.610864,0,0,0,1,3600,255,1,0),(87573,2046,1,1,1,-3516.12,-3373.27,48.2468,-1.64061,0,0,0,1,3600,255,1,0),(87574,2046,0,1,1,213.36,-3447.47,152.571,-2.67035,0,0,0,1,60,255,1,0),(87575,2046,0,1,1,397.232,-4102.64,119.983,-0.541051,0,0,0,1,60,255,1,0),(87576,2046,0,1,1,-155.668,-4041.4,122.494,1.58825,0,0,0,1,60,255,1,0),(87577,2046,0,1,1,-459.057,-2887.48,104.367,1.69297,0,0,0,1,60,255,1,0),(87578,2046,1,1,1,-3475.12,-3394.15,54.3003,1.58825,0,0,0,1,3600,255,1,0),(87579,176639,1,1,1,6258.18,-1411.12,370.846,-0.942477,0,0,0,1,3600,255,1,0),(120000,176643,1,1,1,6871.38,-1885.74,555.55,1.27409,0,0,0,1,3600,255,1,0),(120001,176643,1,1,1,5552.85,-852.081,369.011,1.37881,0,0,0,1,3600,255,1,0),(120002,176643,1,1,1,6835.33,-1990.14,558.56,-1.85005,0,0,0,1,3600,255,1,0),(120003,176643,1,1,1,5315.99,-588.572,247.057,2.72271,0,0,0,1,3600,255,1,0),(120004,176643,1,1,1,6387.9,-1762,421.541,-2.44346,0,0,0,1,3600,255,1,0),(120005,176643,1,1,1,6741.89,-1987.19,555.268,-1.93732,0,0,0,1,3600,255,1,0),(120006,176645,1,1,1,6271.37,-1665.22,432.302,-1.32645,0,0,0,1,3600,255,1,0),(120007,176645,1,1,1,5966.71,-1401.46,434.909,0.209439,0,0,0,1,3600,255,1,0),(120008,176645,1,1,1,5278.41,-541.085,273.116,-2.61799,0,0,0,1,3600,255,1,0),(120009,176645,1,1,1,6401.62,-1674.39,419.268,-2.33874,0,0,0,1,3600,255,1,0),(161190,189978,571,1,1,6818.13,-4627.39,442.225,1.3439,0,0,0,1,900,255,1,0),(161264,189979,571,1,1,5126.98,-1597.36,236.562,-3.05433,0,0,0,1,900,255,1,0),(161843,189981,571,1,1,5945.59,4566.13,-99.452,1.69297,0,0,0,1,600,255,1,0),(120013,189980,571,1,129,4562.71,2070.25,398.907,-2.09439,0,0,0,1,180,255,1,0),(162791,189981,571,1,1,8016.46,-2395.76,1161.83,-0.66322,0,0,0,1,900,255,1,0),(162790,189981,571,1,1,7923.45,-2642.3,1139.84,0.41888,0,0,0,1,900,255,1,0),(162789,189981,571,1,1,7908.77,124.441,1030.64,-0.75049,0,0,0,1,900,255,1,0),(162788,189981,571,1,1,7854.36,49.873,1010.96,2.02458,0,0,0,1,900,255,1,0),(162787,189981,571,1,1,7828.84,-115.694,886.169,-1.25664,0,0,0,1,900,255,1,0),(163232,189980,571,1,1,6483.74,1237.93,286.932,1.37881,0,0,0,1,600,255,1,0),(120020,189980,571,1,129,4272.68,2298.29,345.954,1.8675,0,0,0,1,180,255,1,0),(163231,189980,571,1,1,6482.54,2462.87,468.117,-1.91986,0,0,0,1,600,255,1,0),(163687,189981,571,1,1,6901.68,2352.56,428.566,0.48869,0,0,0,1,600,255,1,0),(163686,189981,571,1,1,6898.43,786.803,405.357,-1.48353,0,0,0,1,600,255,1,0),(163685,189981,571,1,1,6897.25,819.82,399.82,-2.82743,0,0,0,1,600,255,1,0),(120025,189980,571,1,65,4730.45,2162.48,373.443,0.558504,0,0,0,1,180,255,1,0),(161842,189981,571,1,1,5882.23,5916.37,-25.0905,-1.6057,0,0,0,1,600,255,1,0),(120027,189980,571,1,1,6185.18,718.735,196,2.09439,0,0,0,1,3600,255,1,0),(161841,189981,571,1,3,5861.32,4419.11,-89.7436,-3.07177,0,0,0,1,600,255,1,0),(161840,189981,571,1,1,5859.75,4020.99,-68.8248,0.10472,0,0,0,1,600,255,1,0),(161839,189981,571,1,1,5834,5370.13,-87.9156,-0.06981,0,0,0,1,600,255,1,0),(163787,189981,571,1,1,7930.31,2802.01,499.503,-2.44346,0,0,0,1,600,255,1,0),(163786,189981,571,1,1,7926.21,2439.34,411.385,2.67035,0,0,0,1,600,255,1,0),(164026,191133,571,1,1,6448.21,1897.02,515.36,0.36652,0,0,0,1,600,255,1,0),(120034,189980,571,1,1,5112.76,1896.37,712.176,-2.47837,0,0,0,1,180,255,1,0),(120035,189980,571,1,65,4894.2,2171.45,362.681,1.62316,0,0,0,1,180,255,1,0),(161838,189981,571,1,1,5827.04,4457.58,-130.453,1.64061,0,0,0,1,600,255,1,0),(161837,189981,571,1,1,5762.14,3502.19,8.5711,-0.5236,0,0,0,1,600,255,1,0),(120038,189980,571,1,65,5016.65,2941.86,375.215,-2.21656,0,0,0,1,180,255,1,0),(161836,189981,571,1,1,5740.39,5960.09,-36.3629,0.5236,0,0,0,1,600,255,1,0),(163684,189981,571,1,1,6885.81,2052.91,828.661,0.08727,0,0,0,1,600,255,1,0),(163683,189981,571,1,1,6885.25,2378.06,427.796,2.37364,0,0,0,1,600,255,1,0),(163682,189981,571,1,1,6884.59,645.147,426.572,-0.83776,0,0,0,1,600,255,1,0),(163681,189981,571,1,1,6833.76,2472.19,421.713,0.15708,0,0,0,1,600,255,1,0),(163680,189981,571,1,1,6830.67,762.702,409.857,2.1293,0,0,0,1,600,255,1,0),(163679,189981,571,1,1,6824.14,2207.66,654.923,-1.13446,0,0,0,1,600,255,1,0),(164025,191133,571,1,1,6171.92,2015.67,531.432,-1.43117,0,0,0,1,600,255,1,0),(164024,191133,571,1,1,6038.56,2326.35,514.513,1.69297,0,0,0,1,600,255,1,0),(164023,191133,571,1,1,5967.89,1850.52,630.557,-0.5236,0,0,0,1,600,255,1,0),(162786,189981,571,1,1,7808.35,-82.079,880.268,1.55334,0,0,0,1,900,255,1,0),(162785,189981,571,1,1,7776.04,-3094.28,917.448,0.97738,0,0,0,1,900,255,1,0),(162784,189981,571,1,1,7751.97,-268.932,919.118,-2.19912,0,0,0,1,900,255,1,0),(162783,189981,571,1,1,7705.49,-3346.28,889.608,-0.06981,0,0,0,1,900,255,1,0),(164022,191133,571,1,1,5961.09,2412.07,519.922,2.51327,0,0,0,1,600,255,1,0),(120054,189980,571,1,65,5073.55,1900.11,672.424,1.18682,0,0,0,1,180,255,1,0),(162782,189981,571,1,1,7610.48,-1368.06,958.4,-1.50098,0,0,0,1,900,255,1,0),(161835,189981,571,1,1,5735.86,5612.5,-67.5912,-2.58308,0,0,0,1,600,255,1,0),(161834,189981,571,1,1,5721.06,3655.52,-25.2488,0.27925,0,0,0,1,600,255,1,0),(120058,189980,571,1,129,5382.98,2588.29,413.491,-0.645772,0,0,0,1,180,255,1,0),(162781,189981,571,1,2,7471.3,-2436.7,759.912,-2.72271,0,0,0,1,900,255,1,0),(163230,189980,571,1,1,6481.97,540.381,438.703,0.47124,0,0,0,1,600,255,1,0),(162454,189980,571,1,1,6394.66,-876.401,409.343,1.27409,0,0,0,1,900,255,1,0),(161833,189981,571,1,1,5721.06,3655.52,-25.2488,0.27925,0,0,0,1,600,255,1,0),(162780,189981,571,1,4,7440.67,-2350.95,758.854,-2.58308,0,0,0,1,900,255,1,0),(162779,189981,571,1,1,7425.51,-124.863,794.245,-1.06465,0,0,0,1,900,255,1,0),(161832,189981,571,1,1,5704.43,3884.6,-72.5278,1.8675,0,0,0,1,600,255,1,0),(163678,189981,571,1,1,6818.78,2181.03,660.779,-1.83259,0,0,0,1,600,255,1,0),(161831,189981,571,1,1,5684.08,5541.49,-72.1058,-1.64061,0,0,0,1,600,255,1,0),(162778,189981,571,1,4,7407.63,-3292.64,865.917,1.25664,0,0,0,1,900,255,1,0),(163785,189981,571,1,1,7915.38,2484.85,405.524,0.73304,0,0,0,1,600,255,1,0),(164021,191133,571,1,1,5957.89,2517.91,537.277,1.09956,0,0,0,1,600,255,1,0),(161830,189981,571,1,1,5682.74,3538.94,-8.8133,-2.35619,0,0,0,1,600,255,1,0),(161829,189981,571,1,1,5679.05,5598.78,-73.9954,-0.97738,0,0,0,1,600,255,1,0),(162777,189981,571,1,1,7402.41,-2801.71,771.389,2.68781,0,0,0,1,900,255,1,0),(163784,189981,571,1,1,7894.1,1533.87,396.862,-3.07177,0,0,0,1,600,255,1,0),(163677,189981,571,1,1,6817.34,453.798,470.45,-3.03684,0,0,0,1,600,255,1,0),(164020,191133,571,1,1,5941.55,1912.96,567.54,0.97738,0,0,0,1,600,255,1,0),(163783,189981,571,1,1,7867.16,1550.81,378.174,0.27925,0,0,0,1,600,255,1,0),(163782,189981,571,1,1,7857.74,1414.6,439.167,-2.25147,0,0,0,1,600,255,1,0),(164019,191133,571,1,1,5914.5,2015.98,516.339,2.93214,0,0,0,1,600,255,1,0),(164018,191133,571,1,1,5894.7,1913.14,-345.937,-2.07694,0,0,0,1,600,255,1,0),(163676,189981,571,1,1,6804.51,1294.23,281.189,0.50615,0,0,0,1,600,255,1,0),(163675,189981,571,1,1,6797.17,2369.82,435.432,-0.38397,0,0,0,1,600,255,1,0),(163277,189980,571,1,1,6817.34,453.798,470.45,-3.03684,0,0,0,1,600,255,1,0),(163674,189981,571,1,1,6793.87,924.565,348.841,0.85521,0,0,0,1,600,255,1,0),(163276,189980,571,1,1,6804.51,1294.23,281.189,0.50615,0,0,0,1,600,255,1,0),(164017,191133,571,1,1,5890.5,1915.92,-345.982,-1.76278,0,0,0,1,600,255,1,0),(164016,191133,571,1,1,5890.5,1915.92,-345.982,-1.76278,0,0,0,1,600,255,1,0),(120088,189980,571,1,1,4859.01,1843.17,465.764,2.79252,0,0,0,1,180,255,1,0),(163673,189981,571,1,1,6790.11,449.812,411.493,-1.09956,0,0,0,1,600,255,1,0),(120090,189980,571,1,1,6125.19,761.549,183.29,0.331611,0,0,0,1,3600,255,1,0),(163229,189980,571,1,1,6477.44,2487.12,475.981,-0.27925,0,0,0,1,600,255,1,0),(163781,189981,571,1,1,7854.1,1125.91,395.619,1.88495,0,0,0,1,600,255,1,0),(162776,189981,571,1,4,7375.28,-2741.83,755.017,1.23918,0,0,0,1,900,255,1,0),(162775,189981,571,1,8,7343.63,-3631.95,827.068,2.86233,0,0,0,1,900,255,1,0),(162774,189981,571,1,4,7310.65,-2244.92,759.653,2.79252,0,0,0,1,900,255,1,0),(162773,189981,571,1,4,7308.59,-2918.88,829.274,2.18166,0,0,0,1,900,255,1,0),(163228,189980,571,1,1,6466.4,648.508,428.804,1.79769,0,0,0,1,600,255,1,0),(161271,189979,571,1,1,5193.19,-3341.85,289.436,-2.65289,0,0,0,1,900,255,1,0),(163672,189981,571,1,1,6789,1141.31,277.163,-1.81514,0,0,0,1,600,255,1,0),(163671,189981,571,1,1,6781.04,1131.43,278.614,2.04204,0,0,0,1,600,255,1,0),(163670,189981,571,1,1,6774.69,499.547,410.733,-0.97738,0,0,0,1,600,255,1,0),(161828,189981,571,1,1,5671.01,4389.62,-137.554,-1.46608,0,0,0,1,600,255,1,0),(120103,189980,571,1,1,3972.69,2032.2,354.518,2.35619,0,0,0,1,180,255,1,0),(164015,191133,571,1,1,5857.44,1936.72,510.884,0.17453,0,0,0,1,600,255,1,0),(162772,189981,571,1,1,7301.97,-1076.27,922.833,2.77507,0,0,0,1,900,255,1,0),(162771,189981,571,1,1,7290.68,-158.387,791.699,0.97738,0,0,0,1,900,255,1,0),(162770,189981,571,1,3,7263.25,-2858.31,784.963,3.05433,0,0,0,1,900,255,1,0),(163669,189981,571,1,1,6766.01,2936.86,456.135,-2.00713,0,0,0,1,600,255,1,0),(163668,189981,571,1,1,6758.73,585.806,425.657,0.2618,0,0,0,1,600,255,1,0),(162769,189981,571,1,4,7253.56,-2213.5,765.619,0.20944,0,0,0,1,900,255,1,0),(161827,189981,571,1,3,5669.97,5463.91,-68.9469,2.89724,0,0,0,1,600,255,1,0),(161826,189981,571,1,1,5668.26,4118.6,-90.1961,2.37364,0,0,0,1,600,255,1,0),(162479,189980,571,1,1,6900.31,-1523,359.912,-0.24435,0,0,0,1,900,255,1,0),(162478,189980,571,1,1,6879.43,-1237.15,810.259,1.39626,0,0,0,1,900,255,1,0),(163667,189981,571,1,1,6756.57,2694.84,427.835,-2.80998,0,0,0,1,600,255,1,0),(163666,189981,571,1,1,6755.39,974.467,312.33,-2.19912,0,0,0,1,600,255,1,0),(163665,189981,571,1,1,6755.16,1224.16,276.844,0.34907,0,0,0,1,600,255,1,0),(163664,189981,571,1,1,6754.8,575.615,425.39,-1.41372,0,0,0,1,600,255,1,0),(163663,189981,571,1,1,6754.17,2342.52,442.688,-2.09439,0,0,0,1,600,255,1,0),(163662,189981,571,1,1,6753.93,328.981,442.229,0.92502,0,0,0,1,600,255,1,0),(164014,191133,571,1,1,5843.15,2256.14,520.155,-1.06465,0,0,0,1,600,255,1,0),(164013,191133,571,1,1,5842.43,1858.81,-345.3,-2.68781,0,0,0,1,600,255,1,0),(163780,189981,571,1,1,7848.73,1108.21,395.61,2.74016,0,0,0,1,600,255,1,0),(163779,189981,571,1,1,7845.01,3354.72,736.624,0.8203,0,0,0,1,600,255,1,0),(163661,189981,571,1,1,6751.8,1325.14,285.589,-1.6057,0,0,0,1,600,255,1,0),(163660,189981,571,1,1,6748.57,2727.22,435.554,1.22173,0,0,0,1,600,255,1,0),(163659,189981,571,1,1,6737.77,586.034,425.384,1.48353,0,0,0,1,600,255,1,0),(164012,191133,571,1,1,5826.98,1863.07,-345.809,1.90241,0,0,0,1,600,255,1,0),(164011,191133,571,1,1,5808.93,2268.29,523.321,2.53072,0,0,0,1,600,255,1,0),(163658,189981,571,1,1,6734.88,1458.5,403.872,0.31416,0,0,0,1,600,255,1,0),(163657,189981,571,1,1,6725.16,570.259,424.529,-2.46091,0,0,0,1,600,255,1,0),(163656,189981,571,1,1,6717.32,1228.8,275.079,-2.86234,0,0,0,1,600,255,1,0),(163655,189981,571,1,1,6710.98,644.3,412.474,-1.29154,0,0,0,1,600,255,1,0),(163654,189981,571,1,1,6696.4,743.905,396.964,-0.12217,0,0,0,1,600,255,1,0),(164010,191133,571,1,1,5790.74,2214.07,515.154,1.309,0,0,0,1,600,255,1,0),(164009,191133,571,1,1,5775.48,2081.83,-342.742,0.71559,0,0,0,1,600,255,1,0),(163778,189981,571,1,1,7834.56,818.007,501.709,-0.92502,0,0,0,1,600,255,1,0),(163653,189981,571,1,1,6691.89,1520.67,466.38,-2.07694,0,0,0,1,600,255,1,0),(163652,189981,571,1,1,6672.16,1189.57,273.26,-2.49582,0,0,0,1,600,255,1,0),(163651,189981,571,1,1,6664.98,615.527,410.019,-2.86233,0,0,0,1,600,255,1,0),(163650,189981,571,1,1,6662.22,573.318,406.858,-0.41888,0,0,0,1,600,255,1,0),(163649,189981,571,1,1,6658.34,688.135,410.438,2.14675,0,0,0,1,600,255,1,0),(163777,189981,571,1,1,7833.48,3008.13,536.272,-1.20428,0,0,0,1,600,255,1,0),(164008,191133,571,1,1,5753.73,2282.75,533.972,-1.53589,0,0,0,1,600,255,1,0),(164007,191133,571,1,1,5749.15,2086.66,-343.52,-2.09439,0,0,0,1,600,255,1,0),(120146,189980,571,1,65,4207.41,1765.97,356.537,0.977383,0,0,0,1,180,255,1,0),(162768,189981,571,1,1,7247.44,-1258.09,922.469,0.12217,0,0,0,1,900,255,1,0),(162767,189981,571,1,2,7233.57,-3542.98,834.774,1.64061,0,0,0,1,900,255,1,0),(162766,189981,571,1,1,7224.43,-993.775,926.922,-2.53072,0,0,0,1,900,255,1,0),(163776,189981,571,1,1,7822.42,696.106,554,1.01229,0,0,0,1,600,255,1,0),(163775,189981,571,1,1,7819.7,1132.74,395.619,-3.07177,0,0,0,1,600,255,1,0),(161825,189981,571,1,1,5660.41,3699.91,-13.5126,-2.37364,0,0,0,1,600,255,1,0),(161824,189981,571,1,3,5656.22,6023.45,-28.9304,-1.88495,0,0,0,1,600,255,1,0),(161823,189981,571,1,1,5652.2,3981.09,-83.0324,-1.13446,0,0,0,1,600,255,1,0),(161822,189981,571,1,3,5608.65,3865.18,-99.3376,-1.91986,0,0,0,1,600,255,1,0),(161821,189981,571,1,1,5553.28,3666.73,-28.5651,-1.79769,0,0,0,1,600,255,1,0),(161820,189981,571,1,1,5537.92,4315.39,-130.214,-1.88495,0,0,0,1,600,255,1,0),(161819,189981,571,1,1,5529.63,4501.9,-132.392,-2.33874,0,0,0,1,600,255,1,0),(164006,191133,571,1,1,5711.61,2071.07,-340.74,-1.15192,0,0,0,1,600,255,1,0),(120160,189980,571,1,129,4426.43,1803.09,369.678,0.157079,0,0,0,1,180,255,1,0),(120161,189980,571,1,129,5097.4,2734.82,391.208,-1.65806,0,0,0,1,180,255,1,0),(161818,189981,571,1,1,5528.73,4681.65,-127.088,0.43633,0,0,0,1,600,255,1,0),(163648,189981,571,1,1,6640.88,3346.68,677.41,-0.76794,0,0,0,1,600,255,1,0),(161817,189981,571,1,1,5522.84,3836.81,-62.7052,2.04204,0,0,0,1,600,255,1,0),(163647,189981,571,1,1,6636.6,3176.86,648.813,1.15192,0,0,0,1,600,255,1,0),(120166,189980,571,1,1,5467.79,3264.6,431.625,-2.11185,0,0,0,1,180,255,1,0),(120167,189980,571,1,65,4108.6,1969.11,360.346,1.39626,0,0,0,1,180,255,1,0),(162765,189981,571,1,8,7216.89,-3691.29,822.22,1.95477,0,0,0,1,900,255,1,0),(163275,189980,571,1,1,6797.17,2369.82,435.432,-0.38397,0,0,0,1,600,255,1,0),(163227,189980,571,1,1,6466.15,137.682,444.719,2.35619,0,0,0,1,600,255,1,0),(163646,189981,571,1,1,6622.9,1252.62,282.503,1.71042,0,0,0,1,600,255,1,0),(164005,191133,571,1,1,5706.65,2046.59,-339.659,-2.3911,0,0,0,1,600,255,1,0),(120173,189980,571,1,65,4361.93,3678.48,393.914,-1.39626,0,0,0,1,180,255,1,0),(162764,189981,571,1,4,7201.29,-1976.74,771.915,2.70526,0,0,0,1,900,255,1,0),(163645,189981,571,1,1,6618.75,356.354,453.156,0.68068,0,0,0,1,600,255,1,0),(163644,189981,571,1,1,6608.89,990.28,284.73,-2.77507,0,0,0,1,600,255,1,0),(161816,189981,571,1,1,5521.06,4926.98,-192.771,2.56563,0,0,0,1,600,255,1,0),(163274,189980,571,1,1,6793.87,924.565,348.841,0.85521,0,0,0,1,600,255,1,0),(163226,189980,571,1,1,6448.21,1897.02,515.36,0.36652,0,0,0,1,600,255,1,0),(120180,103711,1,1,1,-4133.86,-2145.77,51.8004,2.25147,0,0,0,1,3600,255,1,0),(120181,103711,1,1,1,-4060.03,-2183.86,54.3944,2.32129,0,0,0,1,3600,255,1,0),(120182,175404,1,1,1,-7152.67,-1368.11,-179.953,-1.41372,0,0,0,1,3600,255,1,0),(120183,175404,0,1,1,2069.04,-4418.17,22.5642,0.541051,0,0,0,1,3600,255,1,0),(120184,175404,0,1,1,2013.31,-4387.05,29.4598,-3.01941,0,0,0,1,3600,255,1,0),(120185,175404,1,1,1,6756.85,-5040.41,730.882,-1.5708,0,0,0,1,3600,255,1,0),(120186,175404,1,1,1,6710.13,-5246.41,780.909,1.85005,0,0,0,1,180,255,0,0),(120187,175404,0,1,1,2216.45,-5171.12,55.044,-1.43117,0,0,0,1,3600,255,1,0),(120188,175404,1,1,1,6849.58,-5146.53,703.295,-2.09439,0,0,0,1,3600,255,1,0),(120189,175404,1,1,1,8116.08,-3739.32,722.633,1.309,0,0,0,1,3600,255,1,0),(120190,175404,1,1,1,5199.74,-4899.9,698.408,-0.802851,0,0,0,1,3600,255,1,0),(120191,175404,1,1,1,5622.91,-5026.54,809.525,-1.15192,0,0,0,1,3600,255,1,0),(120192,175404,1,1,1,7855.66,-3815.99,702.602,3.07177,0,0,0,1,3600,255,1,0),(120193,175404,1,1,1,5312.3,-4914.64,701.231,2.42601,0,0,0,1,3600,255,1,0),(120194,181555,530,1,1,-1355.5,5926.95,8.96778,-1.18682,0,0,0,1,3600,255,1,0),(120195,181555,530,1,1,-2703.58,3918.18,-10.0312,-1.91986,0,0,0,1,3600,255,1,0),(120196,181555,530,1,1,-3699.99,230.233,94.9599,-1.64061,0,0,0,1,3600,255,1,0),(120197,181555,530,1,1,-3737.24,1467.47,51.3692,-1.97222,0,0,0,1,3600,255,1,0),(120198,181555,530,1,1,2740.47,5432.78,139.524,2.9845,0,0,0,1,3600,255,1,0),(120199,181555,530,1,1,-699.32,2052.46,41.1222,-1.91986,0,0,0,1,3600,255,1,0),(120200,181555,530,1,1,146.34,2377.6,53.6751,1.309,0,0,0,1,3600,255,1,0),(120201,181555,530,1,1,-191.189,2424.95,27.982,0.645772,0,0,0,1,3600,255,1,0),(120202,181555,530,1,1,2079.53,4938.72,145.839,0.488691,0,0,0,1,3600,255,1,0),(120203,181555,530,1,1,-722.189,2254.43,13.2958,-0.715585,0,0,0,1,3600,255,1,0),(120204,181555,530,1,1,-961.27,3100.33,24.1396,-1.11701,0,0,0,1,3600,255,1,0),(120205,181555,530,1,1,15.2913,4605.28,52.1974,0.506145,0,0,0,1,3600,255,1,0),(120206,181555,530,1,1,-1548.33,6454.15,37.0603,-2.19912,0,0,0,1,3600,255,1,0),(120207,181555,530,1,1,-3352.94,2756.03,129.291,1.25664,0,0,0,1,3600,255,1,0),(120208,181555,530,1,1,-315.722,2689.44,29.2153,1.09956,0,0,0,1,3600,255,1,0),(120209,181555,530,1,1,-340.204,7886.73,25.3635,1.69297,0,0,0,1,3600,255,1,0),(120210,181555,530,1,1,-540.073,4913.38,38.92,-0.925024,0,0,0,1,3600,255,1,0),(120211,181555,530,1,1,-1279.76,3332.99,76.704,-2.16421,0,0,0,1,3600,255,1,0),(120212,181555,530,1,1,165.968,3552.82,72.1962,2.3911,0,0,0,1,3600,255,1,0),(120213,181555,530,1,1,-1304.69,4089.04,109.21,1.88495,0,0,0,1,3600,255,1,0),(120214,181555,530,1,1,-71.2834,4369.35,82.4477,-0.331611,0,0,0,1,3600,255,1,0),(120215,181555,530,1,1,-473.095,3062.3,-47.803,0.244346,0,0,0,1,3600,255,1,0),(120216,181555,530,1,1,-1401.76,2985.19,-25.812,-1.3439,0,0,0,1,3600,255,1,0),(120217,181555,530,1,1,-623.43,4294.95,48.2484,1.15192,0,0,0,1,3600,255,1,0),(120218,181555,530,1,1,-868.515,4304.86,49.619,-1.76278,0,0,0,1,3600,255,1,0),(120219,181555,530,1,1,-176.824,3609.23,40.2551,-0.383971,0,0,0,1,3600,255,1,0),(120220,181555,530,1,1,-166.345,4980.85,64.0407,0.366518,0,0,0,1,3600,255,1,0),(120221,181555,530,1,1,-581.675,3976.33,29.8187,-2.86233,0,0,0,1,3600,255,1,0),(120222,181555,530,1,1,-373.313,3403.72,-24.7577,-2.84488,0,0,0,1,3600,255,1,0),(120223,181555,530,1,1,2481.48,5212.79,271.878,-1.98967,0,0,0,1,3600,255,1,0),(120224,181555,530,1,1,965.01,6930.53,18.4847,-2.04204,0,0,0,1,3600,255,1,0),(120225,181555,530,1,1,-1316.37,5294.51,51.2865,1.6057,0,0,0,1,3600,255,1,0),(120226,181555,530,1,1,-1732.45,4371.08,27.7362,3.07177,0,0,0,1,3600,255,1,0),(120227,181555,530,1,1,-774.661,3031.31,9.82194,2.23402,0,0,0,1,3600,255,1,0),(120228,181555,530,1,1,-593.876,3642.77,33.7989,-0.628317,0,0,0,1,3600,255,1,0),(120229,181555,530,1,1,-205.703,2902.27,-47.3819,0.802851,0,0,0,1,3600,255,1,0),(120230,181555,530,1,1,-585.741,3882.64,37.022,1.37881,0,0,0,1,3600,255,1,0),(120231,181555,530,1,1,-866.193,1992.91,94.8726,-1.79769,0,0,0,1,3600,255,1,0),(120232,181556,530,1,1,-1396.09,5812.91,194.035,-1.78023,0,0,0,1,3600,255,1,0),(120233,181556,530,1,1,-1318.16,5739.56,186.249,-2.72271,0,0,0,1,3600,255,1,0),(120234,181556,530,1,1,-1609.02,6241.5,76.096,-1.0472,0,0,0,1,3600,255,1,0),(120235,181556,530,1,1,-5045.7,335.335,171.108,-0.366518,0,0,0,1,3600,255,1,0),(120236,181556,530,1,1,-3145.33,2964.74,105.582,-2.25147,0,0,0,1,3600,255,1,0),(120237,181556,530,1,1,3615.78,3514.31,111.561,2.49582,0,0,0,1,3600,255,1,0),(120238,181556,530,1,1,-2992.61,3639,-5.8666,1.65806,0,0,0,1,3600,255,1,0),(120239,181556,530,1,1,1971.7,6432.35,4.29793,1.55334,0,0,0,1,3600,255,1,0),(120240,181556,530,1,1,-5237.22,362.792,71.0905,-3.00195,0,0,0,1,3600,255,1,0),(120241,181556,530,1,1,2834.61,5484.87,147.329,-3.12412,0,0,0,1,3600,255,1,0),(120242,181556,530,1,1,1763.75,5040.27,171.475,2.67035,0,0,0,1,3600,255,1,0),(120243,181556,530,1,1,1315,6710.26,-19.3589,1.18682,0,0,0,1,3600,255,1,0),(120244,181556,530,1,1,-302.274,7121.35,39.1867,-0.977383,0,0,0,1,3600,255,1,0),(120245,181557,530,1,1,-196.131,6635.11,-21.1744,-0.855211,0,0,0,1,3600,255,1,0),(120246,150079,0,1,1,-10678,-3063.91,19.3301,1.16937,0,0,0,1,3600,255,1,0),(120247,181570,530,1,1,-2130.76,6048.69,69.8872,2.44346,0,0,0,1,3600,255,1,0),(120248,324,1,1,1,-6303.35,-1918.32,-272.502,1.11701,0,0,0,1,3600,255,1,0),(120249,324,1,1,1,-6358.96,-2003.23,-275.88,2.86233,0,0,0,1,3600,255,1,0),(120250,324,1,1,1,-6838.09,-864.837,-265.727,1.48353,0,0,0,1,3600,255,1,0),(120251,324,0,1,1,2579.35,-1876.94,109.885,0.541051,0,0,0,1,3600,255,1,0),(120252,324,0,1,1,2009.89,-1503.28,82.854,0.715585,0,0,0,1,3600,255,1,0),(120253,324,0,1,1,-6502.38,-1040.03,344.818,2.63544,0,0,0,1,3600,255,1,0),(120254,324,0,1,1,2225.85,-4448.13,122.931,-0.244346,0,0,0,1,3600,255,1,0),(120255,324,1,1,1,-6351.02,-2027.32,-259.247,-2.86233,0,0,0,1,3600,255,1,0),(120256,324,0,1,1,2411.21,-2236.75,53.7,2.60053,0,0,0,1,3600,255,1,0),(120257,324,1,1,1,-6439.42,-2047.52,-244.063,0.837757,0,0,0,1,3600,255,1,0),(120258,324,1,1,1,-7974.58,-2353.84,-24.0715,2.80997,0,0,0,1,3600,255,1,0),(120259,324,1,1,1,-5030.43,2119.41,33.1578,0.733038,0,0,0,1,3600,255,1,0),(120260,324,1,1,1,6978.94,-4386.25,750.311,-1.48353,0,0,0,1,3600,255,1,0),(120261,324,0,1,1,2965.36,-3464.78,158.931,1.48353,0,0,0,1,3600,255,1,0),(120262,324,1,1,1,-8280,-4738.14,19.2667,3.03684,0,0,0,1,3600,255,1,0),(120263,324,1,1,1,-6943.51,-2251.56,-268.389,-2.61799,0,0,0,1,3600,255,1,0),(120264,324,1,1,1,-6843.3,580.553,-1.48054,2.30383,0,0,0,1,3600,255,1,0),(120265,324,1,1,1,6897.81,-4905.29,711.166,0.366518,0,0,0,1,3600,255,1,0),(120266,324,1,1,1,7126.63,-4905.99,708.732,1.6057,0,0,0,1,3600,255,1,0),(120267,324,1,1,1,6567.14,-5122.41,770.087,1.22173,0,0,0,1,3600,255,1,0),(120268,181108,1,1,1,5022.09,-595.304,311.172,1.91986,0,0,0,1,3600,255,1,0),(120269,181108,1,1,1,6420.11,-1376.15,389.619,2.56563,0,0,0,1,3600,255,1,0),(162477,189980,571,1,1,6867.1,-3428.81,629.143,-1.44862,0,0,0,1,900,255,1,0),(162763,189981,571,1,4,7191.42,-2963.44,863.347,0.71558,0,0,0,1,900,255,1,0),(120272,189980,571,1,129,5351.96,3172.97,383.045,-1.69297,0,0,0,1,180,255,1,0),(120273,189980,571,1,65,5374.9,3447.72,387.202,-0.366518,0,0,0,1,180,255,1,0),(161815,189981,571,1,1,5509.58,3579.71,-12.9631,1.43117,0,0,0,1,600,255,1,0),(162470,189980,571,1,1,6799.45,-1602.82,354.439,1.55334,0,0,0,1,900,255,1,0),(163643,189981,571,1,1,6604.23,1248.47,282.491,2.04204,0,0,0,1,600,255,1,0),(120277,189980,571,1,65,4583.53,1972.15,412.869,0.261798,0,0,0,1,180,255,1,0),(163642,189981,571,1,1,6583.15,1267.12,286.026,0.92502,0,0,0,1,600,255,1,0),(163225,189980,571,1,1,6171.92,2015.67,531.432,-1.43117,0,0,0,1,600,255,1,0),(162761,189981,571,1,1,7187.29,-1305.36,946.459,0.10472,0,0,0,1,900,255,1,0),(162466,189980,571,1,1,6677.08,-1207.99,398.83,-1.90241,0,0,0,1,900,255,1,0),(163774,189981,571,1,1,7805.9,943.421,451.621,-1.09956,0,0,0,1,600,255,1,0),(162465,189980,571,1,1,6675.33,-1195.82,398.54,-2.51327,0,0,0,1,900,255,1,0),(120284,189980,571,1,1,4889.06,1872.17,457.047,-2.65289,0,0,0,1,180,255,1,0),(120285,123309,1,1,1,-8118.19,-1238.8,-339.222,-1.98967,0,0,0,1,3600,255,1,0),(120286,123310,1,1,1,-5362.42,297.726,22.0798,1.32645,0,0,0,1,3600,255,1,0),(120287,3763,1,1,1,-66.0833,-3381.52,93.0802,-2.32129,0,0,0,1,3600,255,1,0),(120288,3764,1,1,1,-1015.49,-2083.8,63.6469,-0.925024,0,0,0,1,3600,255,1,0),(120289,3764,1,1,1,91.9908,-1923.08,80.8534,-1.43117,0,0,0,1,3600,255,1,0),(120290,1731,1,1,1,1041.65,-4731.42,17.7684,-1.01229,0,0,0,1,3600,255,1,0),(120291,1731,530,1,1,-3584.34,-11828.8,11.2678,2.30383,0,0,0,1,3600,255,1,0),(120292,1731,1,1,1,850.867,-4766.13,38.2993,-1.0472,0,0,0,1,3600,255,1,0),(120293,1731,1,1,1,931.159,-4703.13,23.2867,0.733038,0,0,0,1,3600,255,1,0),(120294,1731,1,1,1,-150.154,-5160.85,25.5989,0.279252,0,0,0,1,3600,255,1,0),(120295,1731,1,1,1,11.737,-4641.79,49.2284,3.05433,0,0,0,1,3600,255,1,0),(120296,1731,1,1,1,-5.93815,-4229.33,97.8519,2.25147,0,0,0,1,3600,255,1,0),(120297,1731,1,1,1,842.223,-4749.95,12.749,-1.91986,0,0,0,1,3600,255,1,0),(120298,1731,1,1,1,72.8817,-4528.48,61.0341,-3.00195,0,0,0,1,3600,255,1,0),(120299,1731,1,1,1,535.034,-4936.4,37.0527,-0.820303,0,0,0,1,3600,255,1,0),(120300,1731,1,1,1,847.784,-4206.12,-10.5332,0.95993,0,0,0,1,3600,255,1,0),(120301,1731,1,1,1,149.417,-5075.54,16.1375,0.034906,0,0,0,1,3600,255,1,0),(120302,1731,1,1,1,598.039,-4543.84,17.8262,0.733038,0,0,0,1,3600,255,1,0),(120303,1731,1,1,1,35.3273,-4101.95,63.2919,-2.26892,0,0,0,1,3600,255,1,0),(120304,1731,1,1,1,-717.853,-4696.23,37.8685,2.42601,0,0,0,1,3600,255,1,0),(120305,1731,1,1,1,-982.906,-4436.19,34.2814,0.418879,0,0,0,1,3600,255,1,0),(120306,1731,0,1,1,-9403.04,-1049.86,61.608,1.51844,0,0,0,1,3600,255,1,0),(120307,1731,1,1,1,832.711,-4756.26,38.3843,2.42601,0,0,0,1,3600,255,1,0),(120308,1731,1,1,1,873.399,-4743.74,30.9023,0.942477,0,0,0,1,3600,255,1,0),(120309,1731,0,1,1,-9296.18,-1008.83,55.8491,-0.122173,0,0,0,1,3600,255,1,0),(120310,1731,1,1,1,908.307,-4224.11,26.1928,-3.03684,0,0,0,1,3600,255,1,0),(120311,1731,1,1,1,73.9236,-4487.36,50.8945,0.802851,0,0,0,1,3600,255,1,0),(120312,1731,1,1,1,1114.85,-4224.99,28.0452,0.541051,0,0,0,1,3600,255,1,0),(120313,1731,1,1,1,894.402,-4080.42,26.5511,0.366518,0,0,0,1,3600,255,1,0),(120314,1731,1,1,1,901.996,-4036.53,-11.3043,0.645772,0,0,0,1,3600,255,1,0),(120315,1731,1,1,1,947.336,-4220.51,-6.28864,-1.71042,0,0,0,1,3600,255,1,0),(120316,1731,0,1,1,-9758.25,-460.59,43.6968,-0.575957,0,0,0,1,3600,255,1,0),(120317,1731,1,1,1,798.026,-4046.3,-1.21654,3.03684,0,0,0,1,3600,255,1,0),(120318,1731,0,1,1,-9471.69,560.812,58.0184,0.383971,0,0,0,1,3600,255,1,0),(120319,1731,1,1,1,7342.31,-1098.23,47.9114,0.558504,0,0,0,1,3600,255,1,0),(120320,1731,1,1,1,-2266.06,324.555,114.628,2.44346,0,0,0,1,3600,255,1,0),(120321,1731,1,1,1,-2316.38,421.633,49.3617,-3.12412,0,0,0,1,3600,255,1,0),(120322,1731,1,1,1,-5291.4,-1551.58,-47.6369,-3.00195,0,0,0,1,3600,255,1,0),(120323,1731,1,1,1,-5140.26,-1305.46,-45.5541,1.85005,0,0,0,1,3600,255,1,0),(120324,1731,530,1,1,-2411.3,-11965,13.399,0.90757,0,0,0,1,3600,255,1,0),(120325,1731,530,1,1,-2614.69,-12192.1,28.0703,-0.610864,0,0,0,1,3600,255,1,0),(120326,1731,1,1,1,7686.48,-446.749,-21.1478,0.645772,0,0,0,1,3600,255,1,0),(120327,1731,1,1,1,1071.53,-3948.96,24.9357,-2.75761,0,0,0,1,3600,255,1,0),(120328,1731,1,1,1,1213.05,-4591.97,23.571,2.05949,0,0,0,1,3600,255,1,0),(120329,1731,1,1,1,1200.46,-4646.21,23.5411,3.01941,0,0,0,1,3600,255,1,0),(120330,1731,1,1,1,966.096,-4906.56,28.7647,-2.00713,0,0,0,1,3600,255,1,0),(120331,1731,1,1,1,-520.767,-3323.54,94.2695,-1.76278,0,0,0,1,3600,255,1,0),(120332,1731,1,1,1,955.784,-4045.23,-11.4768,-2.35619,0,0,0,1,3600,255,1,0),(120333,1731,1,1,1,-370.268,-3674.13,46.1044,-2.05949,0,0,0,1,3600,255,1,0),(120334,1731,1,1,1,-4678.42,-1576.62,-28.2,-0.506145,0,0,0,1,3600,255,1,0),(120335,1731,1,1,1,-4571.58,-1204.01,-45.4149,2.86233,0,0,0,1,3600,255,1,0),(120336,103713,1,1,1,-4146.65,-2297.34,105.493,0.296705,0,0,0,1,3600,255,1,0),(120337,1731,1,1,1,7513.76,-580.116,0.446005,0.401425,0,0,0,1,3600,255,1,0),(120338,1731,0,1,1,-3220.77,-1333.22,1.52318,3.12412,0,0,0,1,3600,255,1,0),(120339,1731,1,1,1,-511.093,-3651.16,101.68,-0.471238,0,0,0,1,3600,255,1,0),(120340,1731,530,1,1,-2997.91,-12274.1,17.2133,0.191985,0,0,0,1,3600,255,1,0),(120341,1731,1,1,1,-3576.84,-2404.6,99.1772,-1.3439,0,0,0,1,3600,255,1,0),(120342,1731,0,1,1,1086.69,1964.56,8.29545,-1.62316,0,0,0,1,3600,255,1,0),(120343,1731,0,1,1,360.693,1067.62,105.336,0.872664,0,0,0,1,3600,255,1,0),(120344,1731,0,1,1,-745.488,-98.0213,57.8578,1.81514,0,0,0,1,3600,255,1,0),(120345,1731,0,1,1,1292.67,1379.22,53.7565,2.51327,0,0,0,1,3600,255,1,0),(120346,1731,0,1,1,1193.68,1263.56,49.0877,1.74533,0,0,0,1,3600,255,1,0),(120347,1731,1,1,1,-1084.01,-1189.03,74.0368,-2.02458,0,0,0,1,3600,255,1,0),(120348,1731,1,1,1,-759.502,-750.369,19.4819,2.51327,0,0,0,1,3600,255,1,0),(120349,1731,0,1,1,2196.57,-500.417,86.2787,-0.488691,0,0,0,1,3600,255,1,0),(120350,1731,1,1,1,-2745.81,-1099.56,34.6196,-2.68781,0,0,0,1,3600,255,1,0),(120351,1731,1,1,1,-845.568,-1614.51,92.8366,-2.44346,0,0,0,1,3600,255,1,0),(120352,1731,1,1,1,1242.78,-4948.08,16.0424,-2.67035,0,0,0,1,3600,255,1,0),(120353,1731,1,1,1,2985.02,467.96,21.9406,1.13446,0,0,0,1,3600,255,1,0),(120354,1731,0,1,1,2673.29,-772.678,85.4531,-0.418879,0,0,0,1,3600,255,1,0),(120355,1731,1,1,1,2445.04,1097.22,338.232,0.698132,0,0,0,1,3600,255,1,0),(120356,1731,1,1,1,5153.76,458.863,26.0669,1.43117,0,0,0,1,3600,255,1,0),(120357,1731,1,1,1,-1488.98,-3509.48,179.095,-1.22173,0,0,0,1,3600,255,1,0),(120358,1731,1,1,1,-1459.06,-3604.05,93.9616,2.96704,0,0,0,1,3600,255,1,0),(120359,1731,1,1,1,-577.007,-3096.23,93.9835,2.14675,0,0,0,1,3600,255,1,0),(120360,1731,1,1,1,-1706.42,-3703.33,33.6647,2.35619,0,0,0,1,3600,255,1,0),(120361,1731,1,1,1,7517.69,-725.736,3.49451,2.00713,0,0,0,1,3600,255,1,0),(120362,1731,530,1,1,-3208.36,-12254.1,57.0038,-0.680679,0,0,0,1,3600,255,1,0),(120363,1731,530,1,1,-2623.13,-11772.2,9.2479,2.60053,0,0,0,1,3600,255,1,0),(120364,1732,0,1,1,-175.762,21.1603,82.2342,-1.0821,0,0,0,1,3600,255,1,0),(120365,1732,1,1,1,7248.41,412.611,-2.72741,-1.71042,0,0,0,1,3600,255,1,0),(120366,1732,1,1,1,-2895.26,-2238.97,103.375,1.6057,0,0,0,1,3600,255,1,0),(120367,1732,0,1,1,146.455,-789.081,96.4316,-0.122173,0,0,0,1,3600,255,1,0),(120368,1732,1,1,1,3525.08,495.375,9.41899,-0.191985,0,0,0,1,3600,255,1,0),(120369,1732,0,1,1,-11447.7,-321.118,59.8395,2.53072,0,0,0,1,3600,255,1,0),(120370,1732,1,1,1,7555.8,54.8934,-2.61125,0.575957,0,0,0,1,3600,255,1,0),(120371,1732,1,1,1,-5281.81,-1940.02,-40.8085,-0.401425,0,0,0,1,3600,255,1,0),(120372,1732,1,1,1,-5532.87,-3203.78,-26.6375,-2.53072,0,0,0,1,3600,255,1,0),(120373,1732,1,1,1,-5819.69,-3387.3,-47.8351,1.51844,0,0,0,1,3600,255,1,0),(120374,1732,1,1,1,2230.46,1374.31,297.579,1.97222,0,0,0,1,3600,255,1,0),(120375,1732,1,1,1,-5121.02,-2374.72,-51.7483,0,0,0,0,1,3600,255,1,0),(120376,1732,1,1,1,-5172.77,-2214.85,-28.0028,1.0472,0,0,0,1,3600,255,1,0),(120377,1732,0,1,1,-11713,-645.439,49.3283,1.93731,0,0,0,1,3600,255,1,0),(120378,1732,0,1,1,-10936.2,-129.304,29.9737,-2.11185,0,0,0,1,3600,255,1,0),(120379,1732,0,1,1,-915.045,-1890.88,72.8949,2.91469,0,0,0,1,3600,255,1,0),(120380,1732,1,1,1,-5136.27,-1594.52,-45.4162,2.96704,0,0,0,1,3600,255,1,0),(120381,1732,1,1,1,-4638.31,-1229.49,-52.2849,0.750491,0,0,0,1,3600,255,1,0),(120382,1732,0,1,1,-11755.9,-176.016,23.3022,2.47837,0,0,0,1,3600,255,1,0),(120383,1732,0,1,1,-223.61,-1172.77,60.582,1.95477,0,0,0,1,3600,255,1,0),(120384,1732,0,1,1,-277.789,-1020.47,66.2642,-2.75761,0,0,0,1,3600,255,1,0),(120385,1732,1,1,1,-1517.24,2332.61,97.4107,-2.86233,0,0,0,1,3600,255,1,0),(120386,1732,1,1,1,2290.5,1648.7,325.965,2.75761,0,0,0,1,3600,255,1,0),(120387,1732,1,1,1,890.925,1651.49,-5.28425,-2.74016,0,0,0,1,3600,255,1,0),(120388,1732,1,1,1,830.059,-2537.27,93.8005,-2.86233,0,0,0,1,3600,255,1,0),(120389,1732,1,1,1,3104.31,397.07,14.2702,-3.07177,0,0,0,1,3600,255,1,0),(120390,1732,1,1,1,-3608.11,-3567.09,44.7214,0.506145,0,0,0,1,3600,255,1,0),(120391,1732,1,1,1,295.198,1856.66,111.337,1.46608,0,0,0,1,3600,255,1,0),(120392,1732,1,1,1,7508.31,-1102.54,50.2059,-1.90241,0,0,0,1,3600,255,1,0),(120393,1732,1,1,1,7447.99,-140.624,3.34259,1.81514,0,0,0,1,3600,255,1,0),(120394,1732,1,1,1,7441.33,-1006.91,-5.89542,2.44346,0,0,0,1,3600,255,1,0),(120395,1732,1,1,1,7432.04,-1000.82,4.36965,1.46608,0,0,0,1,3600,255,1,0),(120396,1732,1,1,1,2116.88,-3558.51,60.8862,1.79769,0,0,0,1,3600,255,1,0),(120397,1733,1,1,1,-4936.29,-967.483,-3.93577,-2.91469,0,0,0,1,3600,255,1,0),(120398,1733,1,1,1,-5220.91,-2716.44,-48.0373,-0.558504,0,0,0,1,3600,255,1,0),(120399,1733,0,1,1,-12363.8,-1154.71,1.2719,1.65806,0,0,0,1,3600,255,1,0),(120400,1733,0,1,1,-11228.9,-194.435,6.59889,-0.942477,0,0,0,1,3600,255,1,0),(120401,1733,0,1,1,-10362.5,-1404.4,81.8085,1.22173,0,0,0,1,3600,255,1,0),(120402,1733,1,1,1,7392.54,-1088.89,42.2422,-0.663223,0,0,0,1,3600,255,1,0),(120403,1733,1,1,1,-3279.71,-3840.21,52.5267,2.51327,0,0,0,1,3600,255,1,0),(120404,1734,0,1,1,-14641.5,-301.463,27.0929,-2.44346,0,0,0,1,3600,255,1,0),(120405,1734,1,1,1,-5326.44,-2796.01,-47.6895,1.71042,0,0,0,1,3600,255,1,0),(120406,1734,0,1,1,-13615.8,-211.779,30.41,0.209439,0,0,0,1,3600,255,1,0),(120407,1734,0,1,1,-12337.2,-987.296,14.0245,-1.23918,0,0,0,1,3600,255,1,0),(120408,1734,1,1,1,-5183.34,1769.67,94.8643,-2.26892,0,0,0,1,3600,255,1,0),(120409,1734,0,1,1,-11221.6,-146.11,10.6937,-1.01229,0,0,0,1,3600,255,1,0),(120410,1734,1,1,1,-8783.8,-4489.43,44.7562,2.58308,0,0,0,1,3600,255,1,0),(120411,1734,0,1,1,963.838,-3804.26,120.842,0.506145,0,0,0,1,3600,255,1,0),(120412,1734,1,1,1,6691.43,-2944.9,577.266,-1.43117,0,0,0,1,3600,255,1,0),(120413,1734,1,1,1,4004.27,-5020.26,144.709,3.14159,0,0,0,1,3600,255,1,0),(120414,1735,1,1,1,-3661.02,-3836.26,6.66474,-2.40855,0,0,0,1,3600,255,1,0),(120415,1735,1,1,1,-2694.8,-4296.36,8.22171,2.46091,0,0,0,1,3600,255,1,0),(120416,1735,1,1,1,2616.56,1516.24,257.183,2.11185,0,0,0,1,3600,255,1,0),(120417,1735,1,1,1,-3684.18,-3627.3,56.7816,-1.29154,0,0,0,1,3600,255,1,0),(120418,1735,0,1,1,-2183.83,-1728.47,-63.0671,1.46608,0,0,0,1,3600,255,1,0),(120419,1735,1,1,1,-7255.52,-4241.1,18.2609,1.13446,0,0,0,1,3600,255,1,0),(120420,1735,1,1,1,-5548.84,-1636.24,24.4084,-0.663223,0,0,0,1,3600,255,1,0),(120421,1735,1,1,1,-5508.33,-1564.48,27.1426,2.25147,0,0,0,1,3600,255,1,0),(120422,1735,0,1,1,-11934,458.191,44.5061,-0.087266,0,0,0,1,3600,255,1,0),(120423,1735,1,1,1,-5092.58,1902.77,89.6925,-2.02458,0,0,0,1,3600,255,1,0),(120424,1735,0,1,1,224.513,-1487.89,64.2197,-0.785397,0,0,0,1,3600,255,1,0),(120425,1735,0,1,1,-11771.9,35.4992,17.5232,1.3439,0,0,0,1,3600,255,1,0),(120426,1735,1,1,1,-4947.92,-2297.38,-67.5671,-0.785397,0,0,0,1,3600,255,1,0),(120427,1735,1,1,1,-5112.55,-2418.23,-49.4608,-0.942477,0,0,0,1,3600,255,1,0),(120428,1735,1,1,1,-7591.08,-4094.75,11.661,0.59341,0,0,0,1,3600,255,1,0),(120429,1735,1,1,1,-5997.79,-3502.85,-55.509,0.541051,0,0,0,1,3600,255,1,0),(120430,1735,1,1,1,-5024.05,-1225.72,-43.9318,-0.383971,0,0,0,1,3600,255,1,0),(120431,1735,1,1,1,-5049.19,-1018.44,-3.38531,0.453785,0,0,0,1,3600,255,1,0),(120432,1735,1,1,1,2743.31,1578.79,299.965,-2.426,0,0,0,1,3600,255,1,0),(120433,1735,1,1,1,2503.89,-3679.43,63.2847,1.65806,0,0,0,1,3600,255,1,0),(120434,1735,0,1,1,-12128.2,-777.814,23.5145,-2.51327,0,0,0,1,3600,255,1,0),(120435,1735,0,1,1,-12327.2,-990.796,19.8739,-2.1293,0,0,0,1,3600,255,1,0),(120436,1735,0,1,1,-10618.9,-2629.92,52.7337,0.087266,0,0,0,1,3600,255,1,0),(120437,1735,0,1,1,-10055.2,-3113.76,32.0439,-1.22173,0,0,0,1,3600,255,1,0),(120438,1735,1,1,1,-894.552,1317.25,91.781,-1.72787,0,0,0,1,3600,255,1,0),(120439,1735,1,1,1,-5113.68,1772.99,79.8078,-2.49582,0,0,0,1,3600,255,1,0),(120440,1735,1,1,1,-7963.95,-2809.08,32.9922,0.628317,0,0,0,1,3600,255,1,0),(120441,1735,0,1,1,-972.981,-3184.12,52.1261,-0.785397,0,0,0,1,3600,255,1,0),(120442,1735,0,1,1,-1844.39,-2797.95,63.7121,-0.890117,0,0,0,1,3600,255,1,0),(120443,1735,1,1,1,-4521.09,-1129.81,-52.7595,-0.244346,0,0,0,1,3600,255,1,0),(120444,1735,0,1,1,-13168.8,-480.454,6.74536,2.60053,0,0,0,1,3600,255,1,0),(120445,1735,0,1,1,-12354.7,-992.975,12.0588,1.53589,0,0,0,1,3600,255,1,0),(120446,1735,0,1,1,-11935,543.475,33.0384,2.47837,0,0,0,1,3600,255,1,0),(120447,1735,1,1,1,2463.74,1770.67,374.254,-2.93214,0,0,0,1,3600,255,1,0),(120448,1735,0,1,1,-1259.59,-2936.51,39.8619,-2.1293,0,0,0,1,3600,255,1,0),(120449,1735,1,1,1,-7825.65,-4809.04,12.0139,-3.10665,0,0,0,1,3600,255,1,0),(120450,1735,1,1,1,2772.39,-3572.61,119.582,-2.9845,0,0,0,1,3600,255,1,0),(120451,123848,1,1,1,-5229.71,287.215,9.80464,-2.21656,0,0,0,1,3600,255,1,0),(120452,123848,1,1,1,-5394.11,263.011,21.0198,-3.00195,0,0,0,1,3600,255,1,0),(120453,177388,1,1,1,-6600.76,759.011,-51.7008,-0.628317,0,0,0,1,3600,255,1,0),(120454,177388,1,1,1,-6658.89,1069.41,-28.0512,-2.80997,0,0,0,1,3600,255,1,0),(120455,177388,1,1,1,-6591.9,1132.68,-46.9159,1.8675,0,0,0,1,3600,255,1,0),(120456,177388,1,1,1,-6487.64,859.258,17.6826,-2.56563,0,0,0,1,3600,255,1,0),(120457,2040,1,1,1,-5519.6,3571.31,22.6286,-0.453785,0,0,0,1,3600,255,1,0),(120458,2040,1,1,1,-3847.84,1737.33,143.018,3.07177,0,0,0,1,3600,255,1,0),(120459,2040,1,1,1,-4652.36,-3061.9,51.5853,1.65806,0,0,0,1,3600,255,1,0),(120460,2040,0,1,1,322.24,-3778.69,161.759,-2.54818,0,0,0,1,3600,255,1,0),(120461,2040,0,1,1,872.22,-3845.8,130.5,-2.80997,0,0,0,1,3600,255,1,0),(120462,2040,0,1,1,552.948,-3753.24,128.218,-3.01941,0,0,0,1,3600,255,1,0),(120463,2040,0,1,1,395.458,-3830.24,117.181,1.58825,0,0,0,1,3600,255,1,0),(120464,2040,0,1,1,-13258.2,-211.438,35.7719,2.1293,0,0,0,1,3600,255,1,0),(120465,2040,0,1,1,-433.382,-4637.36,-6.58656,0.977383,0,0,0,1,3600,255,1,0),(120466,2040,0,1,1,-13734.4,588.942,28.3662,0.366518,0,0,0,1,3600,255,1,0),(120467,2040,1,1,1,-5801.94,1311.5,66.8884,2.23402,0,0,0,1,3600,255,1,0),(120468,2040,0,1,1,55.5584,-2734.18,143.136,2.74016,0,0,0,1,3600,255,1,0),(120469,2040,1,1,1,-6240.55,354.44,33.4529,2.51327,0,0,0,1,3600,255,1,0),(120470,2040,1,1,1,-6725.38,362.288,5.95882,0.226892,0,0,0,1,3600,255,1,0),(120471,2040,1,1,1,-6828.59,-1685.69,-264.789,0.59341,0,0,0,1,3600,255,1,0),(120472,2040,1,1,1,-6353.36,-1076.58,-271.628,2.77507,0,0,0,1,3600,255,1,0),(120473,2040,1,1,1,-7598.37,-1725.01,-268.873,1.93731,0,0,0,1,3600,255,1,0),(120474,2040,0,1,1,1575.01,-1502.7,69.3272,-2.53072,0,0,0,1,3600,255,1,0),(120475,2040,1,1,1,-8349.22,-4346.75,15.8852,-2.14675,0,0,0,1,3600,255,1,0),(120476,2040,0,1,1,-12374.3,-1146.68,3.52509,-0.785397,0,0,0,1,3600,255,1,0),(120477,2040,0,1,1,-7891.38,-2502.69,130.051,-0.157079,0,0,0,1,3600,255,1,0),(120478,2040,0,1,1,-6473.71,-1195.53,183.154,1.29154,0,0,0,1,3600,255,1,0),(120479,2040,1,1,1,-5089.99,1786.59,79.4946,0.157079,0,0,0,1,3600,255,1,0),(120480,2040,0,1,1,1537.2,-1700.27,78.4948,-0.279252,0,0,0,1,3600,255,1,0),(120481,2040,1,1,1,-8333.65,-2166.85,15.0293,-1.8675,0,0,0,1,3600,255,1,0),(120482,2040,1,1,1,-7242.14,-3437.92,13.3299,1.0472,0,0,0,1,3600,255,1,0),(120483,2040,0,1,1,376.613,-3756.64,103.484,-1.20428,0,0,0,1,3600,255,1,0),(120484,2040,1,1,1,-7001.47,-2450.71,-215.175,-1.32645,0,0,0,1,3600,255,1,0),(120485,2040,1,1,1,-8590.12,-4568.85,9.00052,-1.25664,0,0,0,1,3600,255,1,0),(120486,2040,0,1,1,-7956.23,-2514.58,134.91,-2.1293,0,0,0,1,3600,255,1,0),(120487,2040,1,1,1,-9568.28,-2611.01,31.4629,0.488691,0,0,0,1,3600,255,1,0),(120488,2040,1,1,1,-6569.29,-2116.72,-257.257,-2.70526,0,0,0,1,3600,255,1,0),(120489,2040,0,1,1,122.431,-4356.28,121.259,2.40855,0,0,0,1,3600,255,1,0),(120490,2040,0,1,1,195.373,-3811.23,133.341,1.50098,0,0,0,1,3600,255,1,0),(120491,2040,0,1,1,-14089.4,-102.481,6.93426,1.20428,0,0,0,1,3600,255,1,0),(120492,2040,0,1,1,-13102,-670.346,79.2665,1.97222,0,0,0,1,3600,255,1,0),(120493,2040,1,1,1,6809.32,-4122.53,718.508,-2.72271,0,0,0,1,3600,255,1,0),(120494,2040,1,1,1,7252.51,-4223.3,732.848,1.02974,0,0,0,1,3600,255,1,0),(120495,2040,1,1,1,-4949.25,173.447,67.5708,1.37881,0,0,0,1,3600,255,1,0),(120496,2040,0,1,1,314.887,-3711.68,107.684,-0.383971,0,0,0,1,3600,255,1,0),(120497,2040,1,1,1,516.378,1829.76,12.888,-3.12412,0,0,0,1,3600,255,1,0),(120498,2040,1,1,1,-3839.05,1647.65,145.326,-2.33874,0,0,0,1,3600,255,1,0),(120499,2040,0,1,1,1321.86,-898.632,73.3145,-0.401425,0,0,0,1,3600,255,1,0),(120500,2040,1,1,1,-2015.01,1972.72,76.5862,2.18166,0,0,0,1,3600,255,1,0),(120501,2040,1,1,1,6809.59,-3184.82,598.276,-2.80997,0,0,0,1,3600,255,1,0),(120502,2040,1,1,1,6743.8,-3450.22,677.85,-1.16937,0,0,0,1,3600,255,1,0),(120503,2047,0,1,1,-1827.82,-2643.53,59.8704,-0.052359,0,0,0,1,3600,255,1,0),(120504,2047,1,1,1,-6316,262.785,11.233,-2.25147,0,0,0,1,3600,255,1,0),(120505,2047,0,1,1,3215.79,-4715.01,154.944,-0.226892,0,0,0,1,3600,255,1,0),(120506,2047,0,1,1,2806.29,-4762.35,88.8857,-0.837757,0,0,0,1,3600,255,1,0),(120507,2047,1,1,1,6647.44,-5225.18,758.182,0.401425,0,0,0,1,3600,255,1,0),(120508,2047,0,1,1,2102.24,-4264.88,25.1001,-2.56563,0,0,0,1,3600,255,1,0),(120509,2047,1,1,1,6801.23,-2694.93,553.018,-1.09956,0,0,0,1,3600,255,1,0),(120510,2047,1,1,1,6433.16,-4100.37,669.295,-1.51844,0,0,0,1,3600,255,1,0),(120511,324,1,1,1,-9233.19,-4113.35,-41.294,1.32645,0,0,0,1,3600,255,1,0),(120512,2040,1,1,1,-9013.94,-4161.08,8.55525,-2.91469,0,0,0,1,3600,255,1,0),(120513,2040,1,1,1,-9183.13,-4206.48,-44.1234,-2.72271,0,0,0,1,3600,255,1,0),(160607,189978,571,1,1,3402.58,-1772.61,93.7937,1.25664,0,0,0,1,600,255,1,0),(161145,189978,571,1,1,5557.93,-2331.11,287.86,-1.50098,0,0,0,1,900,255,1,0),(161113,189978,571,1,1,5124.54,-2863.14,292.838,-0.43633,0,0,0,1,900,255,1,0),(161297,189980,571,1,1,5673.48,-3554.34,373.482,0.71558,0,0,0,1,900,255,1,0),(162760,189981,571,1,4,7177.67,-2048.25,768.82,-2.05949,0,0,0,1,900,255,1,0),(162759,189981,571,1,1,7171.05,-232.757,808.581,-0.92502,0,0,0,1,900,255,1,0),(162758,189981,571,1,4,7170.76,-2087.91,771.997,-2.07694,0,0,0,1,900,255,1,0),(162757,189981,571,1,1,7169.14,-1110.03,933.994,2.56563,0,0,0,1,900,255,1,0),(162756,189981,571,1,4,7160.35,-2126.89,762.291,-1.309,0,0,0,1,900,255,1,0),(162755,189981,571,1,8,7142.31,-3636.81,841.763,2.72271,0,0,0,1,900,255,1,0),(162754,189981,571,1,4,7134.02,-2760.25,786.906,0.22689,0,0,0,1,900,255,1,0),(162753,189981,571,1,1,7122.95,-1096.95,928.457,0.61086,0,0,0,1,900,255,1,0),(163773,189981,571,1,1,7793.37,1526.29,363.607,0.48869,0,0,0,1,600,255,1,0),(163772,189981,571,1,1,7784.99,1043.74,395.619,1.88495,0,0,0,1,600,255,1,0),(163771,189981,571,1,1,7781.56,1106.51,395.667,2.54818,0,0,0,1,600,255,1,0),(162752,189981,571,1,1,7110.42,-543.947,739.837,-0.73304,0,0,0,1,900,255,1,0),(120530,191133,571,1,1,3940.99,3177.93,402.245,1.67551,0,0,0,1,3600,255,1,0),(120531,176643,1,1,1,6317.94,-1882.6,432.896,2.19912,0,0,0,1,3600,255,1,0),(120532,176643,1,1,1,3909.28,-819.98,326.803,0.506145,0,0,0,1,3600,255,1,0),(120533,176645,1,1,1,4760.73,-579.275,281.063,2.93214,0,0,0,1,3600,255,1,0),(120534,165658,0,1,1,-8333.37,-1286.25,211.485,1.44862,0,0,0,1,3600,255,1,0),(120535,165658,0,1,1,-6989.5,-1754.34,234.098,-1.3439,0,0,0,1,3600,255,1,0),(160311,189978,571,1,1,316.353,-5817.65,83.6513,0.92502,0,0,0,1,900,255,1,0),(160600,189978,571,1,1,3092.01,-3250.75,239.422,0.27925,0,0,0,1,600,255,1,0),(120538,189978,571,1,1,3505.23,-364.256,83.2001,2.86233,0,0,0,1,3600,255,1,0),(120539,189978,571,1,1,3747.5,-180.62,80.074,-1.01229,0,0,0,1,3600,255,1,0),(160310,189978,571,1,1,311.682,-5829.52,198.098,2.58308,0,0,0,1,900,255,1,0),(161117,189978,571,1,1,5138.82,-1427.07,246.807,-1.43117,0,0,0,1,900,255,1,0),(160606,189978,571,1,1,3374.1,-4776.9,274.439,0.08727,0,0,0,1,600,255,1,0),(160309,189978,571,1,1,299.4,-5925.31,169.693,0.89012,0,0,0,1,900,255,1,0),(160059,189978,571,1,1,3773.74,4124.64,26.3959,2.19912,0,0,0,1,900,255,1,0),(160308,189978,571,1,1,229.642,-4166.4,247.483,-0.7854,0,0,0,1,900,255,1,0),(162751,189981,571,1,2,7109.33,-2248.94,760.053,2.18166,0,0,0,1,900,255,1,0),(163641,189981,571,1,1,6561.43,1050.49,275.174,2.42601,0,0,0,1,600,255,1,0),(162750,189981,571,1,1,7108.71,-390.674,785.422,-2.60054,0,0,0,1,900,255,1,0),(162749,189981,571,1,4,7080.04,-2724.64,756.814,-2.00713,0,0,0,1,900,255,1,0),(163770,189981,571,1,1,7779.62,1830.56,356.359,-2.53072,0,0,0,1,600,255,1,0),(120551,103711,0,1,1,-736.823,43.7604,12.0023,0.453785,0,0,0,1,3600,255,1,0),(120552,103711,1,1,1,-4064.47,-2151.67,50.9367,-2.74016,0,0,0,1,3600,255,1,0),(120553,175404,0,1,1,3047.89,-1518.56,161.842,1.98967,0,0,0,1,3600,255,1,0),(120554,175404,0,1,1,3079.41,-1533.49,150.627,-2.9845,0,0,0,1,3600,255,1,0),(120555,175404,0,1,1,2372.42,-3797.15,187.376,-2.37364,0,0,0,1,3600,255,1,0),(120556,175404,0,1,1,-7737.77,-2306.15,141.825,-2.56563,0,0,0,1,3600,255,1,0),(120557,181555,530,1,1,1441.27,7735.46,23.6986,1.46608,0,0,0,1,3600,255,1,0),(120558,181555,530,1,1,3053.21,5720.23,147.219,2.91469,0,0,0,1,3600,255,1,0),(120559,181555,530,1,1,2349.54,6627.94,13.8545,1.01229,0,0,0,1,3600,255,1,0),(120560,181555,530,1,1,3393.07,3948.66,200.18,2.18166,0,0,0,1,3600,255,1,0),(120561,181555,530,1,1,-572.933,6129.8,33.678,1.79769,0,0,0,1,3600,255,1,0),(120562,181555,530,1,1,-203.551,3344.23,-34.7894,-2.3911,0,0,0,1,3600,255,1,0),(120563,181555,530,1,1,70.6335,3043.45,-0.683014,-0.837757,0,0,0,1,3600,255,1,0),(120564,181555,530,1,1,-936.388,4386.66,76.3951,2.33874,0,0,0,1,3600,255,1,0),(120565,181555,530,1,1,-703.119,3840.01,84.9607,3.08918,0,0,0,1,3600,255,1,0),(120566,181555,530,1,1,3769.18,2337.11,113.092,1.44862,0,0,0,1,3600,255,1,0),(120567,181556,530,1,1,2731.76,6290.43,1.62716,-3.05433,0,0,0,1,3600,255,1,0),(120568,181556,530,1,1,1629.62,5154.36,268.101,-0.139624,0,0,0,1,3600,255,1,0),(120569,181556,530,1,1,206.439,5110.37,26.0722,2.21656,0,0,0,1,3600,255,1,0),(120570,181556,530,1,1,4000.81,3891.19,193.496,2.18166,0,0,0,1,3600,255,1,0),(120571,181556,530,1,1,3034.92,5021.65,258.328,2.32129,0,0,0,1,3600,255,1,0),(120572,181556,530,1,1,2650.93,5556.47,4.94728,-0.95993,0,0,0,1,3600,255,1,0),(120573,181556,530,1,1,3949.63,4072.21,122.184,0.994837,0,0,0,1,3600,255,1,0),(120574,181556,530,1,1,-2818.32,6359.24,65.9559,-0.488691,0,0,0,1,3600,255,1,0),(120575,181556,530,1,1,-2320.37,3069.62,22.4952,-0.994837,0,0,0,1,3600,255,1,0),(120576,181556,530,1,1,2725.74,3125.3,154.519,2.68781,0,0,0,1,3600,255,1,0),(120577,181557,530,1,1,3447.72,4474.24,158.988,-0.767944,0,0,0,1,3600,255,1,0),(120578,181569,530,1,1,2533.39,2139.27,97.4857,-0.471238,0,0,0,1,3600,255,1,0),(120579,150082,0,1,1,-10552.4,-3171.3,5.98372,2.86233,0,0,0,1,3600,255,1,0),(120580,181570,530,1,1,-1584.5,8118.52,-98.6396,-1.98967,0,0,0,1,3600,255,1,0),(120581,181570,530,1,1,-646.408,8781.49,202.061,-2.26892,0,0,0,1,3600,255,1,0),(120582,324,1,1,1,-5580.26,1134.28,23.2439,0.90757,0,0,0,1,3600,255,1,0),(120583,324,0,1,1,-10908.3,-2637.55,14.5878,0.244346,0,0,0,1,3600,255,1,0),(120584,324,0,1,1,2408.59,-1759.78,103.076,1.81514,0,0,0,1,3600,255,1,0),(120585,324,0,1,1,-10805,-2666.73,12.1114,0.925024,0,0,0,1,3600,255,1,0),(120586,324,0,1,1,-10872.9,-2727.42,9.55622,-0.750491,0,0,0,1,3600,255,1,0),(120587,3763,1,1,1,-2241.22,-2552.48,92.1614,-2.18166,0,0,0,1,3600,255,1,0),(120588,3763,1,1,1,-3956.45,-1863.94,97.3946,-1.81514,0,0,0,1,3600,255,1,0),(120589,3763,1,1,1,-3885.71,-1617.31,91.6667,2.91469,0,0,0,1,3600,255,1,0),(120590,3764,1,1,1,-2085.87,-2587.43,92.311,-1.15192,0,0,0,1,3600,255,1,0),(120591,3764,1,1,1,-3696.46,-1520.11,133.283,0.925024,0,0,0,1,3600,255,1,0),(120592,3764,1,1,1,-3814.16,-1466.68,138.992,2.1293,0,0,0,1,3600,255,1,0),(120593,3764,1,1,1,-2312.55,-2499.89,94.7379,-3.10665,0,0,0,1,3600,255,1,0),(120594,1731,0,1,1,-4950.32,-2971.38,322.214,-0.139624,0,0,0,1,3600,255,1,0),(120595,1731,0,1,1,-9892.91,1420.05,41.3209,1.36136,0,0,0,1,3600,255,1,0),(120596,1731,0,1,1,-4218.17,-2474.73,282.472,2.93214,0,0,0,1,3600,255,1,0),(120597,1731,0,1,1,-9211.76,-1331.8,101.91,1.15192,0,0,0,1,3600,255,1,0),(120598,1731,0,1,1,-9833.92,1408.46,38.2337,-2.82743,0,0,0,1,3600,255,1,0),(120599,1731,0,1,1,2202.98,-65.3898,30.8705,-2.75761,0,0,0,1,3600,255,1,0),(120600,1731,0,1,1,-5127.31,-3926.78,325.466,-3.08918,0,0,0,1,3600,255,1,0),(120601,1731,0,1,1,2646.08,1350.02,9.43725,-1.67551,0,0,0,1,3600,255,1,0),(120602,1731,0,1,1,1727.84,808.579,68.0469,-1.55334,0,0,0,1,3600,255,1,0),(120603,1731,0,1,1,-4733.4,-3428.12,287.19,0.90757,0,0,0,1,3600,255,1,0),(120604,1731,0,1,1,-4855.06,-2882.53,336.653,1.97222,0,0,0,1,3600,255,1,0),(120605,1731,0,1,1,-1004.35,-339.056,13.7319,0.226892,0,0,0,1,3600,255,1,0),(120606,1731,1,1,1,3457.16,-345.804,136.905,-1.15192,0,0,0,1,3600,255,1,0),(120607,1731,1,1,1,-864.57,-1157.19,118.865,-1.37881,0,0,0,1,3600,255,1,0),(120608,1731,1,1,1,-5183.99,-2413.04,-41.9981,-2.58308,0,0,0,1,3600,255,1,0),(120609,1731,1,1,1,-4651.72,-1381.44,-42.4803,-3.10665,0,0,0,1,3600,255,1,0),(120610,1731,1,1,1,1794.04,1073.96,175.753,2.63544,0,0,0,1,3600,255,1,0),(120611,1731,1,1,1,3049.16,-221.964,124.717,1.22173,0,0,0,1,3600,255,1,0),(120612,1731,1,1,1,1459.55,-4745.43,-0.996877,-2.00713,0,0,0,1,3600,255,1,0),(120613,1731,1,1,1,1562.55,-4769.49,15.478,-0.279252,0,0,0,1,3600,255,1,0),(120614,1731,1,1,1,1464.22,-4891.54,14.0545,0.296705,0,0,0,1,3600,255,1,0),(120615,1731,1,1,1,1488.58,-4816.56,9.27292,1.0821,0,0,0,1,3600,255,1,0),(120616,1731,1,1,1,-1731.5,446.03,104.992,1.50098,0,0,0,1,3600,255,1,0),(120617,1731,1,1,1,388.236,-2245.49,196.681,0.087266,0,0,0,1,3600,255,1,0),(120618,1731,530,1,1,8764.94,-7016,40.6887,0.890117,0,0,0,1,3600,255,1,0),(120619,1732,0,1,1,192.598,601.971,50.1232,2.40855,0,0,0,1,3600,255,1,0),(120620,1732,0,1,1,-4763.16,-2960.69,323.212,0.471238,0,0,0,1,3600,255,1,0),(120621,1732,0,1,1,-4300.05,-2679.25,70.5852,-1.95477,0,0,0,1,3600,255,1,0),(120622,1732,0,1,1,-5697.35,-3950.6,327.836,1.83259,0,0,0,1,3600,255,1,0),(120623,1732,0,1,1,-185.258,375.062,116.572,1.02974,0,0,0,1,3600,255,1,0),(120624,1732,0,1,1,-3993.14,-2598.76,59.9468,-2.11185,0,0,0,1,3600,255,1,0),(120625,1732,0,1,1,-161.117,398.667,105.474,-2.19912,0,0,0,1,3600,255,1,0),(120626,1732,0,1,1,-10729.1,-783.827,49.1737,-2.89724,0,0,0,1,3600,255,1,0),(120627,1732,1,1,1,-5368.9,-2900.7,-56.4231,-0.994837,0,0,0,1,3600,255,1,0),(120628,1732,1,1,1,-3641.16,-1643.57,92.7791,-2.84488,0,0,0,1,3600,255,1,0),(120629,1732,1,1,1,-5453.83,-1982.42,-51.407,1.46608,0,0,0,1,3600,255,1,0),(120630,1732,1,1,1,-5043.71,-2271.26,-49.626,2.35619,0,0,0,1,3600,255,1,0),(120631,1732,1,1,1,-4595.86,-924.888,-50.1135,1.81514,0,0,0,1,3600,255,1,0),(120632,1732,1,1,1,-1942.31,2602.81,72.7339,-2.9845,0,0,0,1,3600,255,1,0),(120633,1732,1,1,1,2309.56,1059.54,290.873,-1.79769,0,0,0,1,3600,255,1,0),(120634,1732,1,1,1,2186.04,-2180.25,117.121,-3.01941,0,0,0,1,3600,255,1,0),(120635,1732,1,1,1,611.802,-2297.8,106.212,1.91986,0,0,0,1,3600,255,1,0),(120636,1732,1,1,1,-3424.42,-1774.99,92.4047,2.26892,0,0,0,1,3600,255,1,0),(120637,1733,0,1,1,-1207.98,-2092.81,51.3807,1.65806,0,0,0,1,3600,255,1,0),(120638,1733,0,1,1,392.47,707.618,45.5647,-3.03684,0,0,0,1,3600,255,1,0),(120639,1734,0,1,1,-911.687,-3877.76,141.116,2.51327,0,0,0,1,3600,255,1,0),(120640,1734,0,1,1,-6549.7,-2434.55,296.762,-1.29154,0,0,0,1,3600,255,1,0),(120641,1734,1,1,1,824.478,1724.76,-15.1428,-1.39626,0,0,0,1,3600,255,1,0),(120642,1735,0,1,1,-12369.8,-1055.09,4.36752,1.83259,0,0,0,1,3600,255,1,0),(120643,1735,0,1,1,-13946.2,220.203,18.3835,-1.18682,0,0,0,1,3600,255,1,0),(120644,1735,0,1,1,-942.624,-3954.16,146.634,-0.244346,0,0,0,1,3600,255,1,0),(120645,1735,0,1,1,-3420.22,-2121.09,94.6608,-2.77507,0,0,0,1,3600,255,1,0),(120646,1735,0,1,1,-6681.36,-3014.65,260.138,-2.72271,0,0,0,1,3600,255,1,0),(120647,1735,1,1,1,-5477.76,-1635.42,28.3788,0.034906,0,0,0,1,3600,255,1,0),(120648,1735,1,1,1,-5587.33,-1566.82,11.8091,-2.02458,0,0,0,1,3600,255,1,0),(120649,1735,1,1,1,-5404.91,-1701.34,-40.4254,3.00195,0,0,0,1,3600,255,1,0),(120650,1735,1,1,1,-4974.84,-1079.21,-37.8522,-3.01941,0,0,0,1,3600,255,1,0),(120651,1735,1,1,1,2690.09,-2019.96,169.427,2.25147,0,0,0,1,3600,255,1,0),(120652,1735,1,1,1,-428.722,2051.48,104.144,1.62316,0,0,0,1,3600,255,1,0),(120653,2040,1,1,1,-4014.75,1942.18,104.728,1.3439,0,0,0,1,3600,255,1,0),(120654,2040,0,1,1,-1941.89,-1648.68,48.6327,0.157079,0,0,0,1,3600,255,1,0),(120655,2040,0,1,1,-10028.4,-3339.57,39.6986,-0.820303,0,0,0,1,3600,255,1,0),(120656,2040,0,1,1,-311.54,-3532.09,163.262,-2.75761,0,0,0,1,3600,255,1,0),(120657,2040,1,1,1,-8409.17,-3354.81,17.3865,0.575957,0,0,0,1,3600,255,1,0),(120658,2040,1,1,1,-2078.25,1179.16,126.976,1.11701,0,0,0,1,3600,255,1,0),(120659,2040,1,1,1,-7723.87,1732.58,12.2933,-0.767944,0,0,0,1,3600,255,1,0),(120660,2040,1,1,1,-7037.16,615.484,9.91324,-0.698132,0,0,0,1,3600,255,1,0),(120661,2040,1,1,1,6395.65,-2627.46,588.774,-2.18166,0,0,0,1,3600,255,1,0),(120662,324,1,1,1,-7484.7,-2271.44,-261.415,0,0,0,0,1,3600,255,1,0),(120663,181555,530,1,1,-3324.02,2073.86,80.1291,-1.69297,0,0,0,1,3600,255,1,0),(120664,181555,530,1,1,-3892.28,1141.52,29.5354,-2.37364,0,0,0,1,3600,255,1,0),(120665,181555,530,1,1,3492.9,5269.84,-19.3589,0.506145,0,0,0,1,3600,255,1,0),(120666,181556,530,1,1,2008.26,5424.48,156.761,-2.87979,0,0,0,1,3600,255,1,0),(163640,189981,571,1,1,6559.55,659.112,408.146,-2.67035,0,0,0,1,600,255,1,0),(163639,189981,571,1,1,6557.07,284.192,401.789,0.73304,0,0,0,1,600,255,1,0),(163638,189981,571,1,1,6554.23,332.83,411.567,0.13962,0,0,0,1,600,255,1,0),(120670,1732,0,1,1,-11085.5,-1327.1,61.2213,-2.1293,0,0,0,1,3600,255,1,0),(120671,1733,0,1,1,-9354.13,-2989.31,135.666,-1.97222,0,0,0,1,3600,255,1,0),(120672,1731,0,1,1,-6113.85,-155.679,438.348,0.453785,0,0,0,1,3600,255,1,0),(160307,189978,571,1,1,222.143,-4541.69,253.747,0.8203,0,0,0,1,900,255,1,0),(160306,189978,571,1,1,196.368,-5529.42,341.114,1.72787,0,0,0,1,900,255,1,0),(160305,189978,571,1,1,146.113,-5708.52,190.828,-1.25664,0,0,0,1,900,255,1,0),(161298,189979,571,1,1,5697.81,-2317.47,288.629,1.13446,0,0,0,1,900,255,1,0),(160605,189978,571,1,1,3330.48,-4922.17,305.925,-1.76278,0,0,0,1,600,255,1,0),(161254,189979,571,1,1,4930.79,-2900.83,290.629,-0.5585,0,0,0,1,900,255,1,0),(160304,189978,571,1,1,124.983,-3449.73,11.4041,-2.04204,0,0,0,1,900,255,1,0),(160303,189978,571,1,1,85.848,-4961.88,316.024,-1.74533,0,0,0,1,900,255,1,0),(161292,189979,571,1,1,5517.68,-2101.11,239.978,-0.71558,0,0,0,1,900,255,1,0),(162748,189981,571,1,1,7075.71,-1920.55,774.867,0.89012,0,0,0,1,900,255,1,0),(163637,189981,571,1,1,6541.25,1011.67,276.952,0.08727,0,0,0,1,600,255,1,0),(120684,189980,571,1,3,5391.04,2478.3,413.997,-1.55334,0,0,0,1,180,255,1,0),(161814,189981,571,1,1,5494.62,5677.87,-97.2142,1.93731,0,0,0,1,600,255,1,0),(161813,189981,571,1,1,5483.64,4688.75,-122.003,0.8203,0,0,0,1,600,255,1,0),(161812,189981,571,1,1,5482.81,3505.6,7.2101,-2.68781,0,0,0,1,600,255,1,0),(161811,189981,571,1,1,5479.19,4193.7,-97.0735,0.80285,0,0,0,1,600,255,1,0),(161810,189981,571,1,1,5461.79,4916.51,-197.193,-0.62832,0,0,0,1,600,255,1,0),(161809,189981,571,1,1,5456.09,4679.77,-173.517,1.93731,0,0,0,1,600,255,1,0),(162747,189981,571,1,1,7075.71,-1920.55,774.867,0.89012,0,0,0,1,900,255,1,0),(163273,189980,571,1,1,6790.11,449.812,411.493,-1.09956,0,0,0,1,600,255,1,0),(163636,189981,571,1,1,6533.5,907.337,294.892,0.17453,0,0,0,1,600,255,1,0),(120694,189980,571,1,3,5296.4,2187.28,509.532,-0.174532,0,0,0,1,180,255,1,0),(162746,189981,571,1,3,7052.57,-1106.91,934.503,0.48869,0,0,0,1,900,255,1,0),(120696,189978,571,1,1,2904.41,44.2299,3.35415,2.94959,0,0,0,1,3600,255,1,0),(160302,189978,571,1,1,27.324,-3423.65,35.6203,-1.02974,0,0,0,1,900,255,1,0),(120698,189979,571,1,1,2477.93,-490.846,-11.7411,-2.80997,0,0,0,1,3600,255,1,0),(120699,1731,0,1,1,-476.366,1585.88,17.7124,-0.157079,0,0,0,1,3600,255,1,0),(120700,1731,0,1,1,-472.812,368.856,106.055,2.67035,0,0,0,1,3600,255,1,0),(120701,176643,1,1,1,5897.76,-550.083,409.429,-0.279252,0,0,0,1,3600,255,1,0),(120702,176645,1,1,1,5272.41,-899.104,368.881,-3.01941,0,0,0,1,3600,255,1,0),(120703,176645,1,1,1,4356.84,-1061.1,337.485,1.65806,0,0,0,1,3600,255,1,0),(160301,189978,571,1,1,-23.354,-3586.67,33.779,3.10665,0,0,0,1,900,255,1,0),(161273,189979,571,1,1,5239.61,-2370.83,286.324,0.33161,0,0,0,1,900,255,1,0),(160058,189978,571,1,1,3735.66,7364.34,221.528,0.08727,0,0,0,1,900,255,1,0),(120707,189978,571,1,1,4719.08,-439.314,180.821,1.55334,0,0,0,1,3600,255,1,0),(160057,189978,571,1,1,3679.23,4027.05,25.4779,-0.66322,0,0,0,1,900,255,1,0),(161180,189978,571,1,1,6462.37,-3474.22,388.903,-0.22689,0,0,0,1,900,255,1,0),(161293,189979,571,1,1,5517.87,-1276.3,239.408,2.16421,0,0,0,1,900,255,1,0),(161281,189979,571,1,1,5341.11,-1305.67,238.433,-2.30383,0,0,0,1,900,255,1,0),(161285,189979,571,1,1,5374.42,-1755.01,240.063,2.9845,0,0,0,1,900,255,1,0),(160300,189978,571,1,1,-144.006,-4989.57,309.673,2.02458,0,0,0,1,900,255,1,0),(160028,189978,571,1,1,3138.65,5762.38,56.1208,0.97738,0,0,0,1,900,255,1,0),(161272,189980,571,1,1,5213.89,-3377.16,290.401,1.81514,0,0,0,1,900,255,1,0),(161274,189979,571,1,1,5251.93,-2361.38,286.351,-1.0472,0,0,0,1,900,255,1,0),(163635,189981,571,1,1,6514.27,896.626,290.645,1.29154,0,0,0,1,600,255,1,0),(163634,189981,571,1,1,6497.03,3510.88,540.232,-2.70526,0,0,0,1,600,255,1,0),(163769,189981,571,1,1,7774.56,2665.08,405.825,-0.66322,0,0,0,1,600,255,1,0),(163633,189981,571,1,1,6484.37,294.937,399.821,-1.15192,0,0,0,1,600,255,1,0),(120721,189980,571,1,1,6145.68,658.17,215.264,-1.41372,0,0,0,1,180,255,1,0),(120722,189980,571,1,1,4559.61,2833.05,359.045,-2.74016,0,0,0,1,180,255,1,0),(163632,189981,571,1,1,6483.74,1237.93,286.932,1.37881,0,0,0,1,600,255,1,0),(161808,189981,571,1,1,5455.97,5712.2,-102.766,-0.59341,0,0,0,1,600,255,1,0),(163631,189981,571,1,1,6482.54,2462.87,468.117,-1.91986,0,0,0,1,600,255,1,0),(163630,189981,571,1,1,6481.97,540.381,438.703,0.47124,0,0,0,1,600,255,1,0),(162745,189981,571,1,1,7051.36,-2016.77,769.801,-0.7854,0,0,0,1,900,255,1,0),(120728,189980,571,1,1,4362.57,1976.07,360.856,-2.58308,0,0,0,1,180,255,1,0),(161807,189981,571,1,3,5451.86,5532.25,-101.77,0.22689,0,0,0,1,600,255,1,0),(163272,189980,571,1,1,6789,1141.31,277.163,-1.81514,0,0,0,1,600,255,1,0),(163240,189980,571,1,1,6559.55,659.112,408.146,-2.67035,0,0,0,1,600,255,1,0),(163629,189981,571,1,1,6477.44,2487.12,475.981,-0.27925,0,0,0,1,600,255,1,0),(161806,189981,571,1,1,5449.87,4089.35,-91.0623,1.88495,0,0,0,1,600,255,1,0),(162464,189980,571,1,1,6666.78,-1032.98,413.802,-0.08727,0,0,0,1,900,255,1,0),(163768,189981,571,1,1,7774.56,2665.08,405.825,-0.66322,0,0,0,1,600,255,1,0),(120736,189980,571,1,1,4161.99,1967.17,354.405,-0.523598,0,0,0,1,180,255,1,0),(120737,189980,571,1,1,4342.11,2426,350.083,0.506145,0,0,0,1,180,255,1,0),(120738,189980,571,1,1,4383.28,2008.55,369.844,2.18166,0,0,0,1,180,255,1,0),(162744,189981,571,1,3,7032.89,-1319.14,820.829,0.5236,0,0,0,1,900,255,1,0),(163767,189981,571,1,1,7773.79,1499.62,360.298,-2.21657,0,0,0,1,600,255,1,0),(120741,175404,0,1,1,2066.89,-5049.99,54.2746,-0.017452,0,0,0,1,3600,255,1,0),(120742,175404,1,1,1,6768.02,-5337.8,744.37,0.296705,0,0,0,1,3600,255,1,0),(120743,175404,1,1,1,-7702.88,-491.83,-264.906,0,0,0,0,1,3600,255,1,0),(120744,175404,1,1,1,-7962.94,-1832.25,-267.207,0,0,0,0,1,3600,255,1,0),(120745,175404,1,1,1,-6365.63,-1700.44,-269.357,0,0,0,0,1,3600,255,1,0),(120746,175404,1,1,1,-6283.81,-1314.25,-255.088,0,0,0,0,1,3600,255,1,0),(120747,175404,1,1,1,-8105.24,-1286.48,-266.778,0,0,0,0,1,3600,255,1,0),(120748,175404,1,1,1,-7619.46,-433.045,-264.883,0,0,0,0,1,3600,255,1,0),(120749,175404,1,1,1,-7878.35,-906.545,-272.803,0,0,0,0,1,3600,255,1,0),(120750,181555,530,1,1,-1593.51,4261.74,67.7468,-2.09439,0,0,0,1,3600,255,1,0),(120751,181555,530,1,1,-559.553,1987.44,96.3802,2.77507,0,0,0,1,3600,255,1,0),(120752,181555,530,1,1,-922.363,2892.01,3.82162,-0.471238,0,0,0,1,3600,255,1,0),(120753,181555,530,1,1,-1397.36,3471.09,54.3677,-1.78023,0,0,0,1,3600,255,1,0),(120754,181555,530,1,1,-509.66,1825.48,63.7777,0.174532,0,0,0,1,3600,255,1,0),(120755,181555,530,1,1,-107.311,2431.11,54.6949,-1.11701,0,0,0,1,3600,255,1,0),(120756,181555,530,1,1,-815.427,2254.09,3.31931,0.226892,0,0,0,1,3600,255,1,0),(120757,181555,530,1,1,-812.086,2048.77,40.0752,-2.25147,0,0,0,1,3600,255,1,0),(120758,181555,530,1,1,-445.374,2153.05,85.3596,-2.44346,0,0,0,1,3600,255,1,0),(120759,181555,530,1,1,-1350.99,5802.54,24.7131,1.46608,0,0,0,1,3600,255,1,0),(120760,181555,530,1,1,-327.815,2518.92,41.0388,2.79252,0,0,0,1,3600,255,1,0),(120761,181555,530,1,1,-1028.08,3968.82,111.831,-1.85005,0,0,0,1,3600,255,1,0),(120762,181555,530,1,1,-1162.33,3361.92,124.377,-1.01229,0,0,0,1,3600,255,1,0),(120763,181556,530,1,1,-2094.4,7381.48,-100.942,2.16421,0,0,0,1,3600,255,1,0),(120764,181556,530,1,1,-1557.71,5954.88,204.339,3.08918,0,0,0,1,3600,255,1,0),(120765,324,0,1,1,2673,-3923.74,123.806,-2.74016,0,0,0,1,3600,255,1,0),(120766,324,0,1,1,2272.24,-4186.96,116.365,-1.83259,0,0,0,1,3600,255,1,0),(120767,324,1,1,1,7320.12,-4313.58,699.424,-1.79769,0,0,0,1,3600,255,1,0),(120768,324,1,1,1,-6743.17,-478.345,-267.468,0,0,0,0,1,3600,255,1,0),(120769,324,1,1,1,-6445.69,-1011.39,-272.151,0,0,0,0,1,3600,255,1,0),(120770,324,1,1,1,-6933.57,-2264.46,-267.542,0,0,0,0,1,3600,255,1,0),(120771,324,1,1,1,-7672.2,-2221.12,-264.92,0,0,0,0,1,3600,255,1,0),(120772,324,1,1,1,-6732.94,-2210.52,-261.75,0,0,0,0,1,3600,255,1,0),(120773,324,1,1,1,-6297.59,-1516.2,-252.338,0,0,0,0,1,3600,255,1,0),(120774,324,1,1,1,-7473.73,-388.203,-260.856,0,0,0,0,1,3600,255,1,0),(120775,324,1,1,1,-6777.46,-2241.49,-255.917,0,0,0,0,1,3600,255,1,0),(120776,324,1,1,1,-7701.99,-2178.28,-264.963,0,0,0,0,1,3600,255,1,0),(120777,324,1,1,1,-6457.11,-818.884,-269.005,0,0,0,0,1,3600,255,1,0),(120778,324,1,1,1,-8033.26,-1752.32,-265.265,0,0,0,0,1,3600,255,1,0),(120779,324,1,1,1,-8082.47,-1603.34,-257.449,0,0,0,0,1,3600,255,1,0),(120780,324,1,1,1,-8055.6,-1025.24,-261.376,0,0,0,0,1,3600,255,1,0),(120781,324,1,1,1,-7362.06,-363.951,-265.792,0,0,0,0,1,3600,255,1,0),(120782,324,1,1,1,-7195.26,-379.167,-268.345,0,0,0,0,1,3600,255,1,0),(120783,324,1,1,1,-7361.36,-2301.01,-267.221,0,0,0,0,1,3600,255,1,0),(120784,324,1,1,1,-7453.74,-2254.73,-268.139,0,0,0,0,1,3600,255,1,0),(120785,1731,0,1,1,-11557.6,1578.82,-14.9868,-0.017452,0,0,0,1,3600,255,1,0),(120786,1731,0,1,1,-11446.9,1718.49,13.7341,2.30383,0,0,0,1,3600,255,1,0),(120787,1731,0,1,1,-11217.4,1538.02,35.4237,-0.139624,0,0,0,1,3600,255,1,0),(120788,1731,0,1,1,-5727.6,-1662.49,363.751,1.48353,0,0,0,1,3600,255,1,0),(120789,1731,1,1,1,-4913.51,-1285.78,-32.4988,0.628317,0,0,0,1,3600,255,1,0),(120790,1731,1,1,1,-4620.59,-1715.87,-22.4819,-0.523598,0,0,0,1,3600,255,1,0),(120791,1731,530,1,1,-4095.92,-11588.5,19.9823,-1.78023,0,0,0,1,3600,255,1,0),(120792,1732,0,1,1,-403.761,-1124.34,56.1819,2.40855,0,0,0,1,3600,255,1,0),(120793,1732,1,1,1,4600.01,333.36,32.1979,2.21656,0,0,0,1,3600,255,1,0),(120794,1732,0,1,1,15.0196,-1247.4,67.825,2.02458,0,0,0,1,3600,255,1,0),(120795,1732,1,1,1,2912.34,-1019.34,188.138,-3.05433,0,0,0,1,3600,255,1,0),(120796,1732,1,1,1,-499.658,1782.47,112.706,-0.680679,0,0,0,1,3600,255,1,0),(120797,1733,0,1,1,-39.0903,-2395.62,152.759,-2.61799,0,0,0,1,3600,255,1,0),(120798,1733,1,1,1,-5145.4,-2558.24,-46.5695,-2.18166,0,0,0,1,3600,255,1,0),(120799,1734,0,1,1,423.703,-3795.01,101.592,0.191985,0,0,0,1,3600,255,1,0),(120800,1734,0,1,1,-2241.74,-1640.24,-21.8187,0.558504,0,0,0,1,3600,255,1,0),(120801,1734,1,1,1,-840.317,2114.2,73.7164,-2.49582,0,0,0,1,3600,255,1,0),(120802,1734,1,1,1,3033.79,-1933.04,190.559,2.54818,0,0,0,1,3600,255,1,0),(120803,1735,1,1,1,-3428.62,-3691.37,10.3782,0.436332,0,0,0,1,3600,255,1,0),(120804,1735,1,1,1,-3782.45,-2723.36,63.6209,-1.74533,0,0,0,1,3600,255,1,0),(120805,1735,0,1,1,-12995.4,-435.998,51.0958,-2.19912,0,0,0,1,3600,255,1,0),(120806,1735,0,1,1,187.713,-3077.86,138.235,0.802851,0,0,0,1,3600,255,1,0),(120807,1735,0,1,1,-356.236,-1705.29,96.5566,-0.785397,0,0,0,1,3600,255,1,0),(120808,1735,0,1,1,-1373.79,-1072.68,19.7061,2.21656,0,0,0,1,3600,255,1,0),(120809,1735,1,1,1,-4789.91,-1668.89,-41.3834,-2.58308,0,0,0,1,3600,255,1,0),(120810,1735,0,1,1,-12352.9,-1021.89,7.57272,-1.25664,0,0,0,1,3600,255,1,0),(120811,1735,1,1,1,-2819.24,-4116.35,45.4726,-2.11185,0,0,0,1,3600,255,1,0),(120812,1735,1,1,1,-5418.67,-3033.57,-33.8258,0.017452,0,0,0,1,3600,255,1,0),(120813,1735,1,1,1,-4933.02,-2261.19,-65.3333,2.61799,0,0,0,1,3600,255,1,0),(120814,1735,1,1,1,-3051.64,-3319.91,52.5062,2.09439,0,0,0,1,3600,255,1,0),(120815,123848,1,1,1,-8026.95,-1132.66,-318.218,2.04204,0,0,0,1,3600,255,1,0),(120816,2040,0,1,1,1528.01,-3881.09,157.042,-2.77507,0,0,0,1,3600,255,1,0),(120817,2040,0,1,1,1082.01,-1647.78,67.9516,2.14675,0,0,0,1,3600,255,1,0),(120818,2040,0,1,1,584.298,-3912.17,135.986,-2.23402,0,0,0,1,3600,255,1,0),(120819,2040,0,1,1,-19.1472,-3913.21,163.854,-3.07177,0,0,0,1,3600,255,1,0),(120820,2040,0,1,1,-454.09,-2943.15,97.862,2.21656,0,0,0,1,3600,255,1,0),(120821,2040,0,1,1,346.52,-4015.32,121.662,2.07694,0,0,0,1,3600,255,1,0),(120822,2040,0,1,1,410.249,-3890.34,99.0566,0.645772,0,0,0,1,3600,255,1,0),(120823,2040,0,1,1,-284.299,-3014.73,126.572,2.93214,0,0,0,1,3600,255,1,0),(120824,2040,1,1,1,999.73,1653.85,11.5945,-2.84488,0,0,0,1,3600,255,1,0),(120825,2040,1,1,1,6694.52,-2552.11,533.295,0.820303,0,0,0,1,3600,255,1,0),(120826,2040,1,1,1,3932.33,-4933.86,159.605,-0.453785,0,0,0,1,3600,255,1,0),(120827,2040,1,1,1,6864.97,-2973.88,605.116,-1.32645,0,0,0,1,3600,255,1,0),(120828,2040,1,1,1,-6836.58,-980.387,-262.594,1.309,0,0,0,1,3600,255,1,0),(120829,2040,1,1,1,-6346.85,-1587.08,-268.273,1.32645,0,0,0,1,3600,255,1,0),(120830,2040,1,1,1,-7967.46,-866.854,-265.65,0.994837,0,0,0,1,3600,255,1,0),(120831,2047,0,1,1,-222.086,-3605.74,231.848,-2.3911,0,0,0,1,3600,255,1,0),(161805,189981,571,1,1,5447.93,4519.89,-135.988,-1.67551,0,0,0,1,600,255,1,0),(161804,189981,571,1,1,5446.75,5166.05,-133.793,-3.07177,0,0,0,1,600,255,1,0),(161803,189981,571,1,1,5443.15,4694.67,-187.941,2.44346,0,0,0,1,600,255,1,0),(161802,189981,571,1,1,5434.91,3826.25,-65.5299,1.09956,0,0,0,1,600,255,1,0),(161801,189981,571,1,1,5418.62,4371.29,-137.676,1.55334,0,0,0,1,600,255,1,0),(161800,189981,571,1,1,5388.27,4753.33,-198.798,2.30383,0,0,0,1,600,255,1,0),(161799,189981,571,1,1,5385.53,4913.98,-195.354,1.83259,0,0,0,1,600,255,1,0),(161798,189981,571,1,1,5358.9,4514.82,-127.633,2.07694,0,0,0,1,600,255,1,0),(161797,189981,571,1,1,5354.23,4820.88,-198.88,1.6057,0,0,0,1,600,255,1,0),(161796,189981,571,1,1,5341.82,5396.05,-106.745,2.00713,0,0,0,1,600,255,1,0),(161795,189981,571,1,1,5338.95,4182.07,-94.2039,-2.93214,0,0,0,1,600,255,1,0),(161794,189981,571,1,1,5333.07,4300.51,-148.082,0.68068,0,0,0,1,600,255,1,0),(161793,189981,571,1,1,5331.86,4405.6,-126.997,-1.51844,0,0,0,1,600,255,1,0),(161792,189981,571,1,1,5325.52,6025.47,-16.2582,-0.83776,0,0,0,1,600,255,1,0),(161791,189981,571,1,1,5324.95,5368.98,-123.416,-1.37881,0,0,0,1,600,255,1,0),(161790,189981,571,1,1,5309.02,4437.11,-101.209,2.9845,0,0,0,1,600,255,1,0),(161789,189981,571,1,1,5277.8,3702.89,12.7941,1.76278,0,0,0,1,600,255,1,0),(161788,189981,571,1,1,5271.99,5251.52,-124.859,1.5708,0,0,0,1,600,255,1,0),(161787,189981,571,1,1,5232.45,4195.25,-93.5727,1.67551,0,0,0,1,600,255,1,0),(161786,189981,571,1,1,5226.19,4826.15,-132.704,-2.77507,0,0,0,1,600,255,1,0),(161785,189981,571,1,1,5199.74,5436.71,-81.6717,-0.69813,0,0,0,1,600,255,1,0),(161784,189981,571,1,1,5190.18,6023.39,-37.9963,-0.76794,0,0,0,1,600,255,1,0),(161783,189981,571,1,1,5171.4,3794.75,-12.2962,2.00713,0,0,0,1,600,255,1,0),(161782,189981,571,1,1,5159.02,5454.54,-88.2909,3.03684,0,0,0,1,600,255,1,0),(161781,189981,571,1,1,5128.38,4215.86,-83.4258,1.6057,0,0,0,1,600,255,1,0),(161780,189981,571,1,1,5125.49,6015.81,-50.0045,2.26892,0,0,0,1,600,255,1,0),(161779,189981,571,1,1,5105.15,4639.76,-135.884,-1.02974,0,0,0,1,600,255,1,0),(161778,189981,571,1,1,5094.27,5217.79,-88.322,-2.21656,0,0,0,1,600,255,1,0),(161777,189981,571,1,1,5093.57,4341.18,-82.7253,3.08918,0,0,0,1,600,255,1,0),(161776,189981,571,1,1,5086.37,5098.74,-134.572,2.07694,0,0,0,1,600,255,1,0),(161775,189981,571,1,1,5079.8,5468.13,-88.7503,-0.27925,0,0,0,1,600,255,1,0),(161774,189981,571,1,1,5062.48,5031.56,-131.003,-1.22173,0,0,0,1,600,255,1,0),(161773,189981,571,1,1,5062.38,4526.64,-96.4765,0.20944,0,0,0,1,600,255,1,0),(161772,189981,571,1,1,5056.29,4819.88,-132.884,-2.19912,0,0,0,1,600,255,1,0),(161771,189981,571,1,1,5054.91,4412.61,-92.8146,1.22173,0,0,0,1,600,255,1,0),(161770,189981,571,1,1,5052.43,5887.01,-69.4098,-1.69297,0,0,0,1,600,255,1,0),(161769,189981,571,1,1,5015.7,4691.84,-91.0594,1.43117,0,0,0,1,600,255,1,0),(161768,189981,571,1,1,5013.69,5436.41,-94.5146,-1.0821,0,0,0,1,600,255,1,0),(161767,189981,571,1,1,4993.83,4180.02,-79.1709,0.01745,0,0,0,1,600,255,1,0),(161766,189981,571,1,1,4988.2,5373.05,-94.5907,1.36136,0,0,0,1,600,255,1,0),(161765,189981,571,1,1,4927.28,4328.63,-72.9263,0.59341,0,0,0,1,600,255,1,0),(161764,189981,571,1,1,4884.83,4321.19,-54.8871,-3.00195,0,0,0,1,600,255,1,0),(161763,189981,571,1,1,4866.02,4570.89,-60.3061,2.00713,0,0,0,1,600,255,1,0),(161762,189981,571,1,1,4847.24,5953.83,-15.9588,-1.15192,0,0,0,1,600,255,1,0),(161761,189981,571,1,1,4846.78,5769.55,-57.8889,2.56563,0,0,0,1,600,255,1,0),(161760,189981,571,1,1,4837.23,4160.79,-3.6381,-0.62832,0,0,0,1,600,255,1,0),(161759,189981,571,1,1,4794.45,5895.83,-30.9455,2.44346,0,0,0,1,600,255,1,0),(161758,189981,571,1,1,4738.39,4691.45,-56.7589,0.50615,0,0,0,1,600,255,1,0),(161757,189981,571,1,1,4737.14,4847.46,-67.218,1.65806,0,0,0,1,600,255,1,0),(161756,189981,571,1,1,4732.57,5036.2,-54.9473,2.00713,0,0,0,1,600,255,1,0),(161755,189981,571,1,1,4732.28,5135.1,-53.4326,-1.51844,0,0,0,1,600,255,1,0),(161754,189981,571,1,1,4724.21,5107.49,-46.3651,-1.78023,0,0,0,1,600,255,1,0),(161753,189981,571,1,1,4722.86,5246.86,-42.0046,1.18682,0,0,0,1,600,255,1,0),(161752,189981,571,1,1,4716.54,4978.44,-44.2661,1.62316,0,0,0,1,600,255,1,0),(161751,189981,571,1,1,4709.27,4367.73,-31.7133,-0.76794,0,0,0,1,600,255,1,0),(161750,189981,571,1,1,4704.72,5425.79,-32.3253,1.79769,0,0,0,1,600,255,1,0),(161511,189980,571,1,1,6672.22,4932.34,-17.978,2.94959,0,0,0,1,600,255,1,0),(161510,189980,571,1,1,6659.69,4690.38,0.1829,1.78023,0,0,0,1,600,255,1,0),(161509,189980,571,1,1,6310,3957.29,109.057,-0.76794,0,0,0,1,600,255,1,0),(161508,189980,571,1,1,6302.94,5136.3,-81.6133,-3.01941,0,0,0,1,600,255,1,0),(161507,189980,571,1,1,6277.39,4221.15,-40.3804,0.59341,0,0,0,1,600,255,1,0),(161506,189980,571,1,1,6229.99,5392.57,-108.99,-2.9845,0,0,0,1,600,255,1,0),(161505,189980,571,1,1,6215.25,5172.35,-97.6636,0.24435,0,0,0,1,600,255,1,0),(161504,189980,571,1,1,6205.15,4325.34,-38.2094,-0.05236,0,0,0,1,600,255,1,0),(161503,189980,571,1,1,6174.17,5636.43,-22.3877,-1.93731,0,0,0,1,600,255,1,0),(161502,189980,571,1,3,6173.29,4609.01,-92.2689,-1.90241,0,0,0,1,600,255,1,0),(161501,189980,571,1,1,6167.44,5256.57,-127.884,0.89012,0,0,0,1,600,255,1,0),(161500,189980,571,1,1,6107,5455.44,-97.4798,2.93214,0,0,0,1,600,255,1,0),(161499,189980,571,1,1,6096.59,3644.3,143.128,-2.84488,0,0,0,1,600,255,1,0),(161498,189980,571,1,1,6084.56,4079.1,-46.7275,-2.30383,0,0,0,1,600,255,1,0),(161497,189980,571,1,1,6077.97,4860.72,-94.5449,-1.71042,0,0,0,1,600,255,1,0),(161496,189980,571,1,1,6053.3,4795.46,-92.8918,0.8203,0,0,0,1,600,255,1,0),(161495,189980,571,1,1,6037.1,4847.04,-93.403,-1.25664,0,0,0,1,600,255,1,0),(161494,189980,571,1,1,6001.92,4160.64,-71.2961,0.83776,0,0,0,1,600,255,1,0),(161493,189980,571,1,1,5945.59,4566.13,-99.452,1.69297,0,0,0,1,600,255,1,0),(161492,189980,571,1,1,5882.23,5916.37,-25.0905,-1.6057,0,0,0,1,600,255,1,0),(161491,189980,571,1,3,5861.32,4419.11,-89.7436,-3.07177,0,0,0,1,600,255,1,0),(161490,189980,571,1,1,5859.75,4020.99,-68.8248,0.10472,0,0,0,1,600,255,1,0),(161489,189980,571,1,1,5834,5370.13,-87.9156,-0.06981,0,0,0,1,600,255,1,0),(161488,189980,571,1,1,5827.04,4457.58,-130.453,1.64061,0,0,0,1,600,255,1,0),(161487,189980,571,1,1,5762.14,3502.19,8.5711,-0.5236,0,0,0,1,600,255,1,0),(161486,189980,571,1,1,5740.39,5960.09,-36.3629,0.5236,0,0,0,1,600,255,1,0),(161485,189980,571,1,1,5735.86,5612.5,-67.5912,-2.58308,0,0,0,1,600,255,1,0),(161484,189980,571,1,1,5721.06,3655.52,-25.2488,0.27925,0,0,0,1,600,255,1,0),(161483,189980,571,1,1,5721.06,3655.52,-25.2488,0.27925,0,0,0,1,600,255,1,0),(161482,189980,571,1,1,5704.43,3884.6,-72.5278,1.8675,0,0,0,1,600,255,1,0),(161481,189980,571,1,1,5684.08,5541.49,-72.1058,-1.64061,0,0,0,1,600,255,1,0),(161480,189980,571,1,1,5682.74,3538.94,-8.8133,-2.35619,0,0,0,1,600,255,1,0),(161479,189980,571,1,1,5679.05,5598.78,-73.9954,-0.97738,0,0,0,1,600,255,1,0),(161478,189980,571,1,1,5671.01,4389.62,-137.554,-1.46608,0,0,0,1,600,255,1,0),(161477,189980,571,1,3,5669.97,5463.91,-68.9469,2.89724,0,0,0,1,600,255,1,0),(161476,189980,571,1,1,5668.26,4118.6,-90.1961,2.37364,0,0,0,1,600,255,1,0),(161475,189980,571,1,1,5660.41,3699.91,-13.5126,-2.37364,0,0,0,1,600,255,1,0),(161474,189980,571,1,3,5656.22,6023.45,-28.9304,-1.88495,0,0,0,1,600,255,1,0),(161473,189980,571,1,1,5652.2,3981.09,-83.0324,-1.13446,0,0,0,1,600,255,1,0),(161472,189980,571,1,3,5608.65,3865.18,-99.3376,-1.91986,0,0,0,1,600,255,1,0),(161471,189980,571,1,1,5553.28,3666.73,-28.5651,-1.79769,0,0,0,1,600,255,1,0),(161470,189980,571,1,1,5537.92,4315.39,-130.214,-1.88495,0,0,0,1,600,255,1,0),(161469,189980,571,1,1,5529.63,4501.9,-132.392,-2.33874,0,0,0,1,600,255,1,0),(161468,189980,571,1,1,5528.73,4681.65,-127.088,0.43633,0,0,0,1,600,255,1,0),(161467,189980,571,1,1,5522.84,3836.81,-62.7052,2.04204,0,0,0,1,600,255,1,0),(161466,189980,571,1,1,5521.06,4926.98,-192.771,2.56563,0,0,0,1,600,255,1,0),(161465,189980,571,1,1,5509.58,3579.71,-12.9631,1.43117,0,0,0,1,600,255,1,0),(161464,189980,571,1,1,5494.62,5677.87,-97.2142,1.93731,0,0,0,1,600,255,1,0),(161463,189980,571,1,1,5483.64,4688.75,-122.003,0.8203,0,0,0,1,600,255,1,0),(161462,189980,571,1,1,5482.81,3505.6,7.2101,-2.68781,0,0,0,1,600,255,1,0),(161461,189980,571,1,1,5479.19,4193.7,-97.0735,0.80285,0,0,0,1,600,255,1,0),(161460,189980,571,1,1,5461.79,4916.51,-197.193,-0.62832,0,0,0,1,600,255,1,0),(161459,189980,571,1,1,5456.09,4679.77,-173.517,1.93731,0,0,0,1,600,255,1,0),(161458,189980,571,1,1,5455.97,5712.2,-102.766,-0.59341,0,0,0,1,600,255,1,0),(161457,189980,571,1,3,5451.86,5532.25,-101.77,0.22689,0,0,0,1,600,255,1,0),(161456,189980,571,1,1,5449.87,4089.35,-91.0623,1.88495,0,0,0,1,600,255,1,0),(161455,189980,571,1,1,5447.93,4519.89,-135.988,-1.67551,0,0,0,1,600,255,1,0),(161454,189980,571,1,1,5446.75,5166.05,-133.793,-3.07177,0,0,0,1,600,255,1,0),(161453,189980,571,1,1,5443.15,4694.67,-187.941,2.44346,0,0,0,1,600,255,1,0),(161452,189980,571,1,1,5434.91,3826.25,-65.5299,1.09956,0,0,0,1,600,255,1,0),(161451,189980,571,1,1,5418.62,4371.29,-137.676,1.55334,0,0,0,1,600,255,1,0),(161450,189980,571,1,1,5388.27,4753.33,-198.798,2.30383,0,0,0,1,600,255,1,0),(161449,189980,571,1,1,5385.53,4913.98,-195.354,1.83259,0,0,0,1,600,255,1,0),(161448,189980,571,1,1,5358.9,4514.82,-127.633,2.07694,0,0,0,1,600,255,1,0),(161447,189980,571,1,1,5354.23,4820.88,-198.88,1.6057,0,0,0,1,600,255,1,0),(161446,189980,571,1,1,5341.82,5396.05,-106.745,2.00713,0,0,0,1,600,255,1,0),(161445,189980,571,1,1,5338.95,4182.07,-94.2039,-2.93214,0,0,0,1,600,255,1,0),(161444,189980,571,1,1,5333.07,4300.51,-148.082,0.68068,0,0,0,1,600,255,1,0),(161443,189980,571,1,1,5331.86,4405.6,-126.997,-1.51844,0,0,0,1,600,255,1,0),(161442,189980,571,1,1,5325.52,6025.47,-16.2582,-0.83776,0,0,0,1,600,255,1,0),(161441,189980,571,1,1,5324.95,5368.98,-123.416,-1.37881,0,0,0,1,600,255,1,0),(161440,189980,571,1,1,5309.02,4437.11,-101.209,2.9845,0,0,0,1,600,255,1,0),(161439,189980,571,1,1,5277.8,3702.89,12.7941,1.76278,0,0,0,1,600,255,1,0),(161438,189980,571,1,1,5271.99,5251.52,-124.859,1.5708,0,0,0,1,600,255,1,0),(161437,189980,571,1,1,5232.45,4195.25,-93.5727,1.67551,0,0,0,1,600,255,1,0),(161436,189980,571,1,1,5226.19,4826.15,-132.704,-2.77507,0,0,0,1,600,255,1,0),(161435,189980,571,1,1,5199.74,5436.71,-81.6717,-0.69813,0,0,0,1,600,255,1,0),(161434,189980,571,1,1,5190.18,6023.39,-37.9963,-0.76794,0,0,0,1,600,255,1,0),(161433,189980,571,1,1,5171.4,3794.75,-12.2962,2.00713,0,0,0,1,600,255,1,0),(161432,189980,571,1,1,5159.02,5454.54,-88.2909,3.03684,0,0,0,1,600,255,1,0),(161431,189980,571,1,1,5128.38,4215.86,-83.4258,1.6057,0,0,0,1,600,255,1,0),(161430,189980,571,1,1,5125.49,6015.81,-50.0045,2.26892,0,0,0,1,600,255,1,0),(161429,189980,571,1,1,5105.15,4639.76,-135.884,-1.02974,0,0,0,1,600,255,1,0),(161428,189980,571,1,1,5094.27,5217.79,-88.322,-2.21656,0,0,0,1,600,255,1,0),(161427,189980,571,1,1,5093.57,4341.18,-82.7253,3.08918,0,0,0,1,600,255,1,0),(161426,189980,571,1,1,5086.37,5098.74,-134.572,2.07694,0,0,0,1,600,255,1,0),(161425,189980,571,1,1,5079.8,5468.13,-88.7503,-0.27925,0,0,0,1,600,255,1,0),(161424,189980,571,1,1,5062.48,5031.56,-131.003,-1.22173,0,0,0,1,600,255,1,0),(161423,189980,571,1,1,5062.38,4526.64,-96.4765,0.20944,0,0,0,1,600,255,1,0),(161422,189980,571,1,1,5056.29,4819.88,-132.884,-2.19912,0,0,0,1,600,255,1,0),(161421,189980,571,1,1,5054.91,4412.61,-92.8146,1.22173,0,0,0,1,600,255,1,0),(161420,189980,571,1,1,5052.43,5887.01,-69.4098,-1.69297,0,0,0,1,600,255,1,0),(161419,189980,571,1,1,5015.7,4691.84,-91.0594,1.43117,0,0,0,1,600,255,1,0),(161418,189980,571,1,1,5013.69,5436.41,-94.5146,-1.0821,0,0,0,1,600,255,1,0),(161417,189980,571,1,1,4993.83,4180.02,-79.1709,0.01745,0,0,0,1,600,255,1,0),(161416,189980,571,1,1,4988.2,5373.05,-94.5907,1.36136,0,0,0,1,600,255,1,0),(161415,189980,571,1,1,4927.28,4328.63,-72.9263,0.59341,0,0,0,1,600,255,1,0),(161414,189980,571,1,1,4884.83,4321.19,-54.8871,-3.00195,0,0,0,1,600,255,1,0),(161413,189980,571,1,1,4866.02,4570.89,-60.3061,2.00713,0,0,0,1,600,255,1,0),(161412,189980,571,1,1,4847.24,5953.83,-15.9588,-1.15192,0,0,0,1,600,255,1,0),(161411,189980,571,1,1,4846.78,5769.55,-57.8889,2.56563,0,0,0,1,600,255,1,0),(161410,189980,571,1,1,4837.23,4160.79,-3.6381,-0.62832,0,0,0,1,600,255,1,0),(161409,189980,571,1,1,4794.45,5895.83,-30.9455,2.44346,0,0,0,1,600,255,1,0),(161408,189980,571,1,1,4738.39,4691.45,-56.7589,0.50615,0,0,0,1,600,255,1,0),(161407,189980,571,1,1,4737.14,4847.46,-67.218,1.65806,0,0,0,1,600,255,1,0),(161406,189980,571,1,1,4732.57,5036.2,-54.9473,2.00713,0,0,0,1,600,255,1,0),(161405,189980,571,1,1,4732.28,5135.1,-53.4326,-1.51844,0,0,0,1,600,255,1,0),(161404,189980,571,1,1,4724.21,5107.49,-46.3651,-1.78023,0,0,0,1,600,255,1,0),(161403,189980,571,1,1,4722.86,5246.86,-42.0046,1.18682,0,0,0,1,600,255,1,0),(161402,189980,571,1,1,4716.54,4978.44,-44.2661,1.62316,0,0,0,1,600,255,1,0),(161401,189980,571,1,1,4709.27,4367.73,-31.7133,-0.76794,0,0,0,1,600,255,1,0),(161400,189980,571,1,1,4704.72,5425.79,-32.3253,1.79769,0,0,0,1,600,255,1,0),(162743,189981,571,1,1,7019.82,-1357.06,833.007,-0.68068,0,0,0,1,900,255,1,0),(162742,189981,571,1,1,7019.15,-776.146,732.361,-3.00195,0,0,0,1,900,255,1,0),(162463,189980,571,1,1,6657.53,-1251.14,397.563,-2.70526,0,0,0,1,900,255,1,0),(162462,189980,571,1,1,6646.55,-876.419,685.517,2.87979,0,0,0,1,900,255,1,0),(162741,189981,571,1,1,7010.06,90.342,814.849,0.34907,0,0,0,1,900,255,1,0),(162740,189981,571,1,1,7008.1,-503.726,745.189,-0.13962,0,0,0,1,900,255,1,0),(162453,189980,571,1,1,6344.36,-785.474,408.019,-1.8675,0,0,0,1,900,255,1,0),(162452,189980,571,1,1,5990.99,-621.435,374.311,-2.84488,0,0,0,1,900,255,1,0),(162739,189981,571,1,1,7005.42,-367.084,788.1,-0.83776,0,0,0,1,900,255,1,0),(162738,189981,571,1,1,7002.33,-19.649,811.049,-1.97222,0,0,0,1,900,255,1,0),(162737,189981,571,1,1,6996.86,34.22,810.485,2.60054,0,0,0,1,900,255,1,0),(162736,189981,571,1,1,6994.69,-804.125,736.488,-2.47837,0,0,0,1,900,255,1,0),(162735,189981,571,1,1,6986.34,-1293.41,820.291,-1.79769,0,0,0,1,900,255,1,0),(162734,189981,571,1,1,6983.3,-1221.08,809.737,2.96704,0,0,0,1,900,255,1,0),(162733,189981,571,1,1,6981.89,-1205.51,810.173,2.44346,0,0,0,1,900,255,1,0),(162732,189981,571,1,1,6979.51,-658.492,770.486,-2.94959,0,0,0,1,900,255,1,0),(162731,189981,571,1,1,6961.17,-6.584,809.179,-2.72271,0,0,0,1,900,255,1,0),(162730,189981,571,1,1,6927.97,-28.98,805.172,0.38397,0,0,0,1,900,255,1,0),(162729,189981,571,1,1,6900.31,-1523,359.912,-0.24435,0,0,0,1,900,255,1,0),(162728,189981,571,1,1,6879.43,-1237.15,810.259,1.39626,0,0,0,1,900,255,1,0),(162727,189981,571,1,1,6867.1,-3428.81,629.143,-1.44862,0,0,0,1,900,255,1,0),(162726,189981,571,1,1,6866.66,-1725.76,827.24,2.33874,0,0,0,1,900,255,1,0),(162725,189981,571,1,1,6847.58,-1230.78,806.654,2.04204,0,0,0,1,900,255,1,0),(162724,189981,571,1,1,6836.44,-1338.51,819.752,-3.07177,0,0,0,1,900,255,1,0),(162723,189981,571,1,1,6831.78,-1599.01,352.369,1.6057,0,0,0,1,900,255,1,0),(162722,189981,571,1,1,6821.42,-607.278,982.429,3.10665,0,0,0,1,900,255,1,0),(162721,189981,571,1,1,6816.01,-1364.55,819.675,1.46608,0,0,0,1,900,255,1,0),(162720,189981,571,1,1,6799.45,-1602.82,354.439,1.55334,0,0,0,1,900,255,1,0),(162719,189981,571,1,1,6756.1,-1530.5,369.068,0.48869,0,0,0,1,900,255,1,0),(162718,189981,571,1,1,6688.5,-1112.26,397.346,-0.76794,0,0,0,1,900,255,1,0),(162717,189981,571,1,1,6679.29,-1365.29,392.181,2.87979,0,0,0,1,900,255,1,0),(162716,189981,571,1,1,6677.08,-1207.99,398.83,-1.90241,0,0,0,1,900,255,1,0),(162715,189981,571,1,1,6675.33,-1195.82,398.54,-2.51327,0,0,0,1,900,255,1,0),(162714,189981,571,1,1,6666.78,-1032.98,413.802,-0.08727,0,0,0,1,900,255,1,0),(162713,189981,571,1,1,6657.53,-1251.14,397.563,-2.70526,0,0,0,1,900,255,1,0),(162712,189981,571,1,1,6646.55,-876.419,685.517,2.87979,0,0,0,1,900,255,1,0),(162711,189981,571,1,1,6600.02,-977.058,430.956,1.06465,0,0,0,1,900,255,1,0),(162710,189981,571,1,1,6596.6,-1356.01,410.087,1.25664,0,0,0,1,900,255,1,0),(162709,189981,571,1,1,6571,-1230.15,404.367,1.78023,0,0,0,1,900,255,1,0),(162708,189981,571,1,1,6571,-1230.15,404.367,1.78023,0,0,0,1,900,255,1,0),(162707,189981,571,1,1,6570.89,-1050.82,432.531,-1.36136,0,0,0,1,900,255,1,0),(162706,189981,571,1,1,6523.62,-1265.09,405.482,-1.58825,0,0,0,1,900,255,1,0),(162705,189981,571,1,1,6518.71,-1309.9,407.208,2.21656,0,0,0,1,900,255,1,0),(162704,189981,571,1,1,6394.66,-876.401,409.343,1.27409,0,0,0,1,900,255,1,0),(162703,189981,571,1,1,6344.36,-785.474,408.019,-1.8675,0,0,0,1,900,255,1,0),(162702,189981,571,1,1,5990.99,-621.435,374.311,-2.84488,0,0,0,1,900,255,1,0),(162701,189981,571,1,1,5990.06,-1015.17,446.638,2.19911,0,0,0,1,900,255,1,0),(162700,189981,571,1,1,5973.13,-678.799,384.303,-1.01229,0,0,0,1,900,255,1,0),(162559,189980,571,1,1,8636.96,-1181.42,539.129,-1.32645,0,0,0,1,900,255,1,0),(162558,189980,571,1,1,8569.77,-1292.15,544.906,1.43117,0,0,0,1,900,255,1,0),(162557,189980,571,1,1,8443.6,-1578.12,1038.25,0.15708,0,0,0,1,900,255,1,0),(162556,189980,571,1,1,8297.32,-1323.16,989.223,3.10665,0,0,0,1,900,255,1,0),(162555,189980,571,1,1,8292.72,-2688.02,1036.62,2.96704,0,0,0,1,900,255,1,0),(162554,189980,571,1,1,8286.56,-212.827,889.271,0.76794,0,0,0,1,900,255,1,0),(162451,189980,571,1,1,5990.06,-1015.17,446.638,2.19911,0,0,0,1,900,255,1,0),(162450,189980,571,1,1,5973.13,-678.799,384.303,-1.01229,0,0,0,1,900,255,1,0),(162553,189980,571,1,1,8239.63,-2988.43,1087.36,0.73304,0,0,0,1,900,255,1,0),(162552,189980,571,1,1,8223.97,-674.648,933.066,2.26892,0,0,0,1,900,255,1,0),(162551,189980,571,1,1,8196.15,-2734.56,1036.62,-2.84488,0,0,0,1,900,255,1,0),(162550,189980,571,1,1,8191.02,-2794.48,1044.14,-2.75761,0,0,0,1,900,255,1,0),(162549,189980,571,1,1,8184.4,-2399.48,1139.64,-0.69813,0,0,0,1,900,255,1,0),(162548,189980,571,1,1,8182.39,-729.494,929.576,1.3439,0,0,0,1,900,255,1,0),(162547,189980,571,1,1,8153.25,-392.846,1020.5,-2.94959,0,0,0,1,900,255,1,0),(162546,189980,571,1,1,8136.27,-286.253,867.359,2.37364,0,0,0,1,900,255,1,0),(162545,189980,571,1,3,8126.96,-1265.3,1018.43,-0.99484,0,0,0,1,900,255,1,0),(162544,189980,571,1,1,8125.98,-218.974,848.504,-1.09956,0,0,0,1,900,255,1,0),(162543,189980,571,1,1,8106.1,-2241.15,1167.39,-0.34907,0,0,0,1,900,255,1,0),(162542,189980,571,1,1,8069.04,-2777.4,1050.31,-1.23918,0,0,0,1,900,255,1,0),(162541,189980,571,1,1,8016.46,-2395.76,1161.83,-0.66322,0,0,0,1,900,255,1,0),(162540,189980,571,1,1,7923.45,-2642.3,1139.84,0.41888,0,0,0,1,900,255,1,0),(162539,189980,571,1,1,7908.77,124.441,1030.64,-0.75049,0,0,0,1,900,255,1,0),(162538,189980,571,1,1,7854.36,49.873,1010.96,2.02458,0,0,0,1,900,255,1,0),(162537,189980,571,1,1,7828.84,-115.694,886.169,-1.25664,0,0,0,1,900,255,1,0),(162536,189980,571,1,1,7808.35,-82.079,880.268,1.55334,0,0,0,1,900,255,1,0),(162535,189980,571,1,1,7776.04,-3094.28,917.448,0.97738,0,0,0,1,900,255,1,0),(162534,189980,571,1,1,7751.97,-268.932,919.118,-2.19912,0,0,0,1,900,255,1,0),(162533,189980,571,1,1,7705.49,-3346.28,889.608,-0.06981,0,0,0,1,900,255,1,0),(162532,189980,571,1,1,7610.48,-1368.06,958.4,-1.50098,0,0,0,1,900,255,1,0),(162531,189980,571,1,2,7471.3,-2436.7,759.912,-2.72271,0,0,0,1,900,255,1,0),(162530,189980,571,1,4,7440.67,-2350.95,758.854,-2.58308,0,0,0,1,900,255,1,0),(162476,189980,571,1,1,6866.66,-1725.76,827.24,2.33874,0,0,0,1,900,255,1,0),(162475,189980,571,1,1,6847.58,-1230.78,806.654,2.04204,0,0,0,1,900,255,1,0),(162474,189980,571,1,1,6836.44,-1338.51,819.752,-3.07177,0,0,0,1,900,255,1,0),(162473,189980,571,1,1,6831.78,-1599.01,352.369,1.6057,0,0,0,1,900,255,1,0),(162529,189980,571,1,1,7425.51,-124.863,794.245,-1.06465,0,0,0,1,900,255,1,0),(162528,189980,571,1,4,7407.63,-3292.64,865.917,1.25664,0,0,0,1,900,255,1,0),(162527,189980,571,1,1,7402.41,-2801.71,771.389,2.68781,0,0,0,1,900,255,1,0),(162526,189980,571,1,4,7375.28,-2741.83,755.017,1.23918,0,0,0,1,900,255,1,0),(162525,189980,571,1,8,7343.63,-3631.95,827.068,2.86233,0,0,0,1,900,255,1,0),(162524,189980,571,1,4,7310.65,-2244.92,759.653,2.79252,0,0,0,1,900,255,1,0),(162523,189980,571,1,4,7308.59,-2918.88,829.274,2.18166,0,0,0,1,900,255,1,0),(162522,189980,571,1,1,7301.97,-1076.27,922.833,2.77507,0,0,0,1,900,255,1,0),(162521,189980,571,1,1,7290.68,-158.387,791.699,0.97738,0,0,0,1,900,255,1,0),(162520,189980,571,1,3,7263.25,-2858.31,784.963,3.05433,0,0,0,1,900,255,1,0),(162472,189980,571,1,1,6821.42,-607.278,982.429,3.10665,0,0,0,1,900,255,1,0),(162471,189980,571,1,1,6816.01,-1364.55,819.675,1.46608,0,0,0,1,900,255,1,0),(162519,189980,571,1,4,7253.56,-2213.5,765.619,0.20944,0,0,0,1,900,255,1,0),(162518,189980,571,1,1,7247.44,-1258.09,922.469,0.12217,0,0,0,1,900,255,1,0),(162469,189980,571,1,1,6756.1,-1530.5,369.068,0.48869,0,0,0,1,900,255,1,0),(162468,189980,571,1,1,6688.5,-1112.26,397.346,-0.76794,0,0,0,1,900,255,1,0),(162517,189980,571,1,2,7233.57,-3542.98,834.774,1.64061,0,0,0,1,900,255,1,0),(162516,189980,571,1,1,7224.43,-993.775,926.922,-2.53072,0,0,0,1,900,255,1,0),(162515,189980,571,1,8,7216.89,-3691.29,822.22,1.95477,0,0,0,1,900,255,1,0),(162514,189980,571,1,4,7201.29,-1976.74,771.915,2.70526,0,0,0,1,900,255,1,0),(162461,189980,571,1,1,6600.02,-977.058,430.956,1.06465,0,0,0,1,900,255,1,0),(162460,189980,571,1,1,6596.6,-1356.01,410.087,1.25664,0,0,0,1,900,255,1,0),(162459,189980,571,1,1,6571,-1230.15,404.367,1.78023,0,0,0,1,900,255,1,0),(162458,189980,571,1,1,6571,-1230.15,404.367,1.78023,0,0,0,1,900,255,1,0),(162513,189980,571,1,4,7191.42,-2963.44,863.347,0.71558,0,0,0,1,900,255,1,0),(163224,189980,571,1,1,6038.56,2326.35,514.513,1.69297,0,0,0,1,600,255,1,0),(162511,189980,571,1,1,7187.29,-1305.36,946.459,0.10472,0,0,0,1,900,255,1,0),(162510,189980,571,1,4,7177.67,-2048.25,768.82,-2.05949,0,0,0,1,900,255,1,0),(162509,189980,571,1,1,7171.05,-232.757,808.581,-0.92502,0,0,0,1,900,255,1,0),(162508,189980,571,1,4,7170.76,-2087.91,771.997,-2.07694,0,0,0,1,900,255,1,0),(162507,189980,571,1,1,7169.14,-1110.03,933.994,2.56563,0,0,0,1,900,255,1,0),(162506,189980,571,1,4,7160.35,-2126.89,762.291,-1.309,0,0,0,1,900,255,1,0),(162505,189980,571,1,8,7142.31,-3636.81,841.763,2.72271,0,0,0,1,900,255,1,0),(162504,189980,571,1,4,7134.02,-2760.25,786.906,0.22689,0,0,0,1,900,255,1,0),(162503,189980,571,1,1,7122.95,-1096.95,928.457,0.61086,0,0,0,1,900,255,1,0),(162502,189980,571,1,1,7110.42,-543.947,739.837,-0.73304,0,0,0,1,900,255,1,0),(162501,189980,571,1,2,7109.33,-2248.94,760.053,2.18166,0,0,0,1,900,255,1,0),(162500,189980,571,1,1,7108.71,-390.674,785.422,-2.60054,0,0,0,1,900,255,1,0),(162499,189980,571,1,4,7080.04,-2724.64,756.814,-2.00713,0,0,0,1,900,255,1,0),(162498,189980,571,1,1,7075.71,-1920.55,774.867,0.89012,0,0,0,1,900,255,1,0),(162497,189980,571,1,1,7075.71,-1920.55,774.867,0.89012,0,0,0,1,900,255,1,0),(162496,189980,571,1,3,7052.57,-1106.91,934.503,0.48869,0,0,0,1,900,255,1,0),(162495,189980,571,1,1,7051.36,-2016.77,769.801,-0.7854,0,0,0,1,900,255,1,0),(162494,189980,571,1,3,7032.89,-1319.14,820.829,0.5236,0,0,0,1,900,255,1,0),(162493,189980,571,1,1,7019.82,-1357.06,833.007,-0.68068,0,0,0,1,900,255,1,0),(162492,189980,571,1,1,7019.15,-776.146,732.361,-3.00195,0,0,0,1,900,255,1,0),(162491,189980,571,1,1,7010.06,90.342,814.849,0.34907,0,0,0,1,900,255,1,0),(162490,189980,571,1,1,7008.1,-503.726,745.189,-0.13962,0,0,0,1,900,255,1,0),(162489,189980,571,1,1,7005.42,-367.084,788.1,-0.83776,0,0,0,1,900,255,1,0),(162488,189980,571,1,1,7002.33,-19.649,811.049,-1.97222,0,0,0,1,900,255,1,0),(162487,189980,571,1,1,6996.86,34.22,810.485,2.60054,0,0,0,1,900,255,1,0),(162486,189980,571,1,1,6994.69,-804.125,736.488,-2.47837,0,0,0,1,900,255,1,0),(162485,189980,571,1,1,6986.34,-1293.41,820.291,-1.79769,0,0,0,1,900,255,1,0),(162484,189980,571,1,1,6983.3,-1221.08,809.737,2.96704,0,0,0,1,900,255,1,0),(162483,189980,571,1,1,6981.89,-1205.51,810.173,2.44346,0,0,0,1,900,255,1,0),(162482,189980,571,1,1,6979.51,-658.492,770.486,-2.94959,0,0,0,1,900,255,1,0),(162457,189980,571,1,1,6570.89,-1050.82,432.531,-1.36136,0,0,0,1,900,255,1,0),(162456,189980,571,1,1,6523.62,-1265.09,405.482,-1.58825,0,0,0,1,900,255,1,0),(162481,189980,571,1,1,6961.17,-6.584,809.179,-2.72271,0,0,0,1,900,255,1,0),(162480,189980,571,1,1,6927.97,-28.98,805.172,0.38397,0,0,0,1,900,255,1,0),(163223,189980,571,1,1,5967.89,1850.52,630.557,-0.5236,0,0,0,1,600,255,1,0),(163222,189980,571,1,1,5961.09,2412.07,519.922,2.51327,0,0,0,1,600,255,1,0),(163628,189981,571,1,1,6466.4,648.508,428.804,1.79769,0,0,0,1,600,255,1,0),(163627,189981,571,1,1,6466.15,137.682,444.719,2.35619,0,0,0,1,600,255,1,0),(121148,189981,571,1,1,5010.67,1804.19,678.496,-2.86233,0,0,0,1,180,100,1,0),(121149,191133,571,1,1,5010.67,1804.19,678.496,-2.86233,0,0,0,1,180,100,1,0),(163626,189981,571,1,1,6448.21,1897.02,515.36,0.36652,0,0,0,1,600,255,1,0),(163625,189981,571,1,1,6171.92,2015.67,531.432,-1.43117,0,0,0,1,600,255,1,0),(163239,189980,571,1,1,6557.07,284.192,401.789,0.73304,0,0,0,1,600,255,1,0),(163238,189980,571,1,1,6554.23,332.83,411.567,0.13962,0,0,0,1,600,255,1,0),(163624,189981,571,1,1,6038.56,2326.35,514.513,1.69297,0,0,0,1,600,255,1,0),(163623,189981,571,1,1,5967.89,1850.52,630.557,-0.5236,0,0,0,1,600,255,1,0),(163271,189980,571,1,1,6781.04,1131.43,278.614,2.04204,0,0,0,1,600,255,1,0),(163270,189980,571,1,1,6774.69,499.547,410.733,-0.97738,0,0,0,1,600,255,1,0),(163269,189980,571,1,1,6766.01,2936.86,456.135,-2.00713,0,0,0,1,600,255,1,0),(163268,189980,571,1,1,6758.73,585.806,425.657,0.2618,0,0,0,1,600,255,1,0),(163267,189980,571,1,1,6756.57,2694.84,427.835,-2.80998,0,0,0,1,600,255,1,0),(163266,189980,571,1,1,6755.39,974.467,312.33,-2.19912,0,0,0,1,600,255,1,0),(163622,189981,571,1,1,5961.09,2412.07,519.922,2.51327,0,0,0,1,600,255,1,0),(163621,189981,571,1,1,5957.89,2517.91,537.277,1.09956,0,0,0,1,600,255,1,0),(163620,189981,571,1,1,5941.55,1912.96,567.54,0.97738,0,0,0,1,600,255,1,0),(163619,189981,571,1,1,5914.5,2015.98,516.339,2.93214,0,0,0,1,600,255,1,0),(163618,189981,571,1,1,5894.7,1913.14,-345.937,-2.07694,0,0,0,1,600,255,1,0),(163617,189981,571,1,1,5890.5,1915.92,-345.982,-1.76278,0,0,0,1,600,255,1,0),(163616,189981,571,1,1,5890.5,1915.92,-345.982,-1.76278,0,0,0,1,600,255,1,0),(163615,189981,571,1,1,5857.44,1936.72,510.884,0.17453,0,0,0,1,600,255,1,0),(163265,189980,571,1,1,6755.16,1224.16,276.844,0.34907,0,0,0,1,600,255,1,0),(163264,189980,571,1,1,6754.8,575.615,425.39,-1.41372,0,0,0,1,600,255,1,0),(163614,189981,571,1,1,5843.15,2256.14,520.155,-1.06465,0,0,0,1,600,255,1,0),(163613,189981,571,1,1,5842.43,1858.81,-345.3,-2.68781,0,0,0,1,600,255,1,0),(163263,189980,571,1,1,6754.17,2342.52,442.688,-2.09439,0,0,0,1,600,255,1,0),(163262,189980,571,1,1,6753.93,328.981,442.229,0.92502,0,0,0,1,600,255,1,0),(163612,189981,571,1,1,5826.98,1863.07,-345.809,1.90241,0,0,0,1,600,255,1,0),(163611,189981,571,1,1,5808.93,2268.29,523.321,2.53072,0,0,0,1,600,255,1,0),(163221,189980,571,1,1,5957.89,2517.91,537.277,1.09956,0,0,0,1,600,255,1,0),(163220,189980,571,1,1,5941.55,1912.96,567.54,0.97738,0,0,0,1,600,255,1,0),(164004,191133,571,1,1,5665.19,1897.49,519.675,2.93214,0,0,0,1,600,255,1,0),(164003,191133,571,1,1,5636.89,1931.16,517.353,-1.50098,0,0,0,1,600,255,1,0),(164002,191133,571,1,1,7980.81,3096.6,635.485,-3.01941,0,0,0,1,600,255,1,0),(164001,191133,571,1,1,6939.15,2862.69,435.141,1.5708,0,0,0,1,600,255,1,0),(163610,189981,571,1,1,5790.74,2214.07,515.154,1.309,0,0,0,1,600,255,1,0),(163609,189981,571,1,1,5775.48,2081.83,-342.742,0.71559,0,0,0,1,600,255,1,0),(163608,189981,571,1,1,5753.73,2282.75,533.972,-1.53589,0,0,0,1,600,255,1,0),(163607,189981,571,1,1,5749.15,2086.66,-343.52,-2.09439,0,0,0,1,600,255,1,0),(163606,189981,571,1,1,5711.61,2071.07,-340.74,-1.15192,0,0,0,1,600,255,1,0),(163605,189981,571,1,1,5706.65,2046.59,-339.659,-2.3911,0,0,0,1,600,255,1,0),(163604,189981,571,1,1,5665.19,1897.49,519.675,2.93214,0,0,0,1,600,255,1,0),(163603,189981,571,1,1,5636.89,1931.16,517.353,-1.50098,0,0,0,1,600,255,1,0),(163602,189981,571,1,1,7980.81,3096.6,635.485,-3.01941,0,0,0,1,600,255,1,0),(163601,189981,571,1,1,6939.15,2862.69,435.141,1.5708,0,0,0,1,600,255,1,0),(163600,189981,571,1,1,6674.63,1332.35,299.6,-1.3439,0,0,0,1,600,255,1,0),(163434,189980,571,1,256,6831.54,2201.45,663.294,2.9845,0,0,0,1,600,255,1,0),(163766,189981,571,1,1,7772.45,796.567,517.569,0.41888,0,0,0,1,600,255,1,0),(163765,189981,571,1,1,7765.6,2713.19,409.25,2.68781,0,0,0,1,600,255,1,0),(163433,189980,571,1,256,6522.39,2173.17,509.07,-3.10665,0,0,0,1,600,255,1,0),(163432,189980,571,1,256,6166.92,2004.08,541.962,1.79769,0,0,0,1,600,255,1,0),(163431,189980,571,1,64,7070.15,3508.67,733.436,-1.22173,0,0,0,1,600,255,1,0),(163430,189980,571,1,64,6803.91,3634.24,743.453,-0.33161,0,0,0,1,600,255,1,0),(163429,189980,571,1,5,5966.52,1908.87,580.817,0.71559,0,0,0,1,600,255,1,0),(163428,189980,571,1,5,5889.07,2160.36,515.002,-2.47837,0,0,0,1,600,255,1,0),(163427,189980,571,1,5,5877.63,1942.75,518.37,-0.27925,0,0,0,1,600,255,1,0),(163426,189980,571,1,4,7828.47,1809.7,348.065,0.43633,0,0,0,1,600,255,1,0),(163425,189980,571,1,4,7566.93,1642.53,348.215,1.09956,0,0,0,1,600,255,1,0),(163424,189980,571,1,3,8149.28,2384.14,510.609,2.51327,0,0,0,1,600,255,1,0),(163423,189980,571,1,3,7332.59,3024.4,440.859,-1.22173,0,0,0,1,600,255,1,0),(163422,189980,571,1,3,5715.87,2059.13,-340.391,-2.25147,0,0,0,1,600,255,1,0),(163201,189980,571,1,1,6939.15,2862.69,435.141,1.5708,0,0,0,1,600,255,1,0),(163200,189980,571,1,1,6674.63,1332.35,299.6,-1.3439,0,0,0,1,600,255,1,0),(163421,189980,571,1,2,6691.89,1520.67,466.38,-2.07694,0,0,0,1,600,255,1,0),(163420,189980,571,1,2,6367.61,1682.05,548.518,-0.83776,0,0,0,1,600,255,1,0),(163419,189980,571,1,2,5996.65,2335.77,518.032,-0.5585,0,0,0,1,600,255,1,0),(163418,189980,571,1,2,5915.75,1990.67,518.82,-2.9845,0,0,0,1,600,255,1,0),(163417,189980,571,1,1,8707.63,1008.05,443.877,0.89012,0,0,0,1,600,255,1,0),(163416,189980,571,1,1,8698.68,909.67,496.371,-0.71559,0,0,0,1,600,255,1,0),(163415,189980,571,1,1,8579.11,1431.44,615.512,2.37364,0,0,0,1,600,255,1,0),(163414,189980,571,1,1,8523.81,1290.22,623.783,-3.00195,0,0,0,1,600,255,1,0),(163261,189980,571,1,1,6751.8,1325.14,285.589,-1.6057,0,0,0,1,600,255,1,0),(163260,189980,571,1,1,6748.57,2727.22,435.554,1.22173,0,0,0,1,600,255,1,0),(163764,189981,571,1,1,7764.36,1088.72,395.619,-0.61086,0,0,0,1,600,255,1,0),(163763,189981,571,1,1,7744.65,1779.4,338.061,3.03684,0,0,0,1,600,255,1,0),(163413,189980,571,1,1,8478.73,1445.28,650.455,1.25664,0,0,0,1,600,255,1,0),(163412,189980,571,1,1,8478.73,1445.28,641.201,1.25664,0,0,0,1,600,255,1,0),(163219,189980,571,1,1,5914.5,2015.98,516.339,2.93214,0,0,0,1,600,255,1,0),(163218,189980,571,1,1,5894.7,1913.14,-345.937,-2.07694,0,0,0,1,600,255,1,0),(163411,189980,571,1,1,8450.06,1675.78,701.855,-2.04204,0,0,0,1,600,255,1,0),(163410,189980,571,1,1,8308.63,3014.36,679.283,1.44862,0,0,0,1,600,255,1,0),(163409,189980,571,1,1,8292.69,2611.04,718.001,-2.93214,0,0,0,1,600,255,1,0),(163408,189980,571,1,1,8266.34,1755.56,580.521,-2.91469,0,0,0,1,600,255,1,0),(163762,189981,571,1,1,7733.94,1814.48,349.628,-1.88495,0,0,0,1,600,255,1,0),(163761,189981,571,1,1,7726.39,1305.62,341.838,-2.96704,0,0,0,1,600,255,1,0),(163259,189980,571,1,1,6737.77,586.034,425.384,1.48353,0,0,0,1,600,255,1,0),(163258,189980,571,1,1,6734.88,1458.5,403.872,0.31416,0,0,0,1,600,255,1,0),(163407,189980,571,1,1,8253.71,1842.5,563.077,1.44862,0,0,0,1,600,255,1,0),(163406,189980,571,1,1,8242.54,1257.54,741.177,-1.37881,0,0,0,1,600,255,1,0),(163257,189980,571,1,1,6725.16,570.259,424.529,-2.46091,0,0,0,1,600,255,1,0),(163256,189980,571,1,1,6717.32,1228.8,275.079,-2.86234,0,0,0,1,600,255,1,0),(163255,189980,571,1,1,6710.98,644.3,412.474,-1.29154,0,0,0,1,600,255,1,0),(163254,189980,571,1,1,6696.4,743.905,396.964,-0.12217,0,0,0,1,600,255,1,0),(163760,189981,571,1,1,7720.6,1424.71,353.361,-1.62316,0,0,0,1,600,255,1,0),(163759,189981,571,1,1,7712.26,1282.21,339.281,1.83259,0,0,0,1,600,255,1,0),(163217,189980,571,1,1,5890.5,1915.92,-345.982,-1.76278,0,0,0,1,600,255,1,0),(163216,189980,571,1,1,5890.5,1915.92,-345.982,-1.76278,0,0,0,1,600,255,1,0),(163215,189980,571,1,1,5857.44,1936.72,510.884,0.17453,0,0,0,1,600,255,1,0),(163214,189980,571,1,1,5843.15,2256.14,520.155,-1.06465,0,0,0,1,600,255,1,0),(163405,189980,571,1,1,8207.79,1281.01,775.651,-0.87266,0,0,0,1,600,255,1,0),(163404,189980,571,1,1,8168.02,1303.41,793.594,0.15708,0,0,0,1,600,255,1,0),(163403,189980,571,1,1,8162.18,1286.7,785.962,2.33874,0,0,0,1,600,255,1,0),(163402,189980,571,1,1,8161.5,1561.79,613.813,2.05949,0,0,0,1,600,255,1,0),(163401,189980,571,1,1,8160.79,1539.71,630.592,0.76794,0,0,0,1,600,255,1,0),(163400,189980,571,1,1,8150.7,1169.64,687.532,-0.83776,0,0,0,1,600,255,1,0),(163758,189981,571,1,1,7689.89,553.471,698.62,0.68068,0,0,0,1,600,255,1,0),(163757,189981,571,1,1,7689.33,3181.03,578.833,0.40143,0,0,0,1,600,255,1,0),(163756,189981,571,1,1,7688.26,1386.79,347.29,-1.91986,0,0,0,1,600,255,1,0),(163755,189981,571,1,1,7687.9,3554.85,736.615,1.01229,0,0,0,1,600,255,1,0),(164000,191133,571,1,1,6674.63,1332.35,299.6,-1.3439,0,0,0,1,600,255,1,0),(163834,189981,571,1,256,6831.54,2201.45,663.294,2.9845,0,0,0,1,600,255,1,0),(121260,189981,571,1,1,5112.76,1896.37,712.176,-2.47837,0,0,0,1,180,255,1,0),(121261,191133,571,1,1,5112.76,1896.37,712.176,-2.47837,0,0,0,1,180,255,1,0),(163399,189980,571,1,1,8128.21,1460.34,698.17,0.20944,0,0,0,1,600,255,1,0),(163398,189980,571,1,1,8078.37,1646.49,553.938,1.97222,0,0,0,1,600,255,1,0),(163397,189980,571,1,1,8050.09,2858.94,510.469,-1.65806,0,0,0,1,600,255,1,0),(163396,189980,571,1,1,8044.05,1805.05,409.034,2.09439,0,0,0,1,600,255,1,0),(163395,189980,571,1,1,8006.93,1907.34,380.708,-1.13446,0,0,0,1,600,255,1,0),(163394,189980,571,1,1,7980.9,1539.41,467.71,1.46608,0,0,0,1,600,255,1,0),(163393,189980,571,1,1,7963.19,2787.48,525.188,-1.83259,0,0,0,1,600,255,1,0),(163392,189980,571,1,1,7958.13,1927.86,367.054,3.05433,0,0,0,1,600,255,1,0),(163391,189980,571,1,1,7941.5,1706.58,371.817,-0.27925,0,0,0,1,600,255,1,0),(163390,189980,571,1,1,7940.26,3483.75,694.053,-1.65806,0,0,0,1,600,255,1,0),(163389,189980,571,1,1,7937.93,1442.64,520.466,2.26892,0,0,0,1,600,255,1,0),(163388,189980,571,1,1,7935.66,1579.35,411.484,-1.91986,0,0,0,1,600,255,1,0),(163833,189981,571,1,256,6522.39,2173.17,509.07,-3.10665,0,0,0,1,600,255,1,0),(163832,189981,571,1,256,6166.92,2004.08,541.962,1.79769,0,0,0,1,600,255,1,0),(163831,189981,571,1,64,7070.15,3508.67,733.436,-1.22173,0,0,0,1,600,255,1,0),(163830,189981,571,1,64,6803.91,3634.24,743.453,-0.33161,0,0,0,1,600,255,1,0),(163829,189981,571,1,5,5966.52,1908.87,580.817,0.71559,0,0,0,1,600,255,1,0),(163828,189981,571,1,5,5889.07,2160.36,515.002,-2.47837,0,0,0,1,600,255,1,0),(163827,189981,571,1,5,5877.63,1942.75,518.37,-0.27925,0,0,0,1,600,255,1,0),(163826,189981,571,1,4,7828.47,1809.7,348.065,0.43633,0,0,0,1,600,255,1,0),(121282,189981,571,1,65,5073.55,1900.11,672.424,1.18682,0,0,0,1,180,255,1,0),(121283,191133,571,1,65,5073.55,1900.11,672.424,1.18682,0,0,0,1,180,255,1,0),(163213,189980,571,1,1,5842.43,1858.81,-345.3,-2.68781,0,0,0,1,600,255,1,0),(163212,189980,571,1,1,5826.98,1863.07,-345.809,1.90241,0,0,0,1,600,255,1,0),(163387,189980,571,1,1,7930.31,2802.01,499.503,-2.44346,0,0,0,1,600,255,1,0),(163386,189980,571,1,1,7926.21,2439.34,411.385,2.67035,0,0,0,1,600,255,1,0),(163754,189981,571,1,1,7685.3,1256.03,341.566,-2.30383,0,0,0,1,600,255,1,0),(163753,189981,571,1,1,7679.02,1021.26,471.182,1.83259,0,0,0,1,600,255,1,0),(163825,189981,571,1,4,7566.93,1642.53,348.215,1.09956,0,0,0,1,600,255,1,0),(163824,189981,571,1,3,8149.28,2384.14,510.609,2.51327,0,0,0,1,600,255,1,0),(163752,189981,571,1,1,7678.12,2818.93,444.879,2.42601,0,0,0,1,600,255,1,0),(163751,189981,571,1,1,7664.28,1709.21,333.701,1.85005,0,0,0,1,600,255,1,0),(163385,189980,571,1,1,7915.38,2484.85,405.524,0.73304,0,0,0,1,600,255,1,0),(163384,189980,571,1,1,7894.1,1533.87,396.862,-3.07177,0,0,0,1,600,255,1,0),(163823,189981,571,1,3,7332.59,3024.4,440.859,-1.22173,0,0,0,1,600,255,1,0),(163822,189981,571,1,3,5715.87,2059.13,-340.391,-2.25147,0,0,0,1,600,255,1,0),(163750,189981,571,1,1,7656.88,1786.75,350.272,-2.51327,0,0,0,1,600,255,1,0),(163749,189981,571,1,1,7656.88,1786.75,350.272,-2.51327,0,0,0,1,600,255,1,0),(163748,189981,571,1,1,7653.1,2792.67,414.985,0.12217,0,0,0,1,600,255,1,0),(163747,189981,571,1,1,7633.18,716.693,484.584,1.88495,0,0,0,1,600,255,1,0),(163821,189981,571,1,2,6691.89,1520.67,466.38,-2.07694,0,0,0,1,600,255,1,0),(163820,189981,571,1,2,6367.61,1682.05,548.518,-0.83776,0,0,0,1,600,255,1,0),(163819,189981,571,1,2,5996.65,2335.77,518.032,-0.5585,0,0,0,1,600,255,1,0),(163818,189981,571,1,2,5915.75,1990.67,518.82,-2.9845,0,0,0,1,600,255,1,0),(163383,189980,571,1,1,7867.16,1550.81,378.174,0.27925,0,0,0,1,600,255,1,0),(163382,189980,571,1,1,7857.74,1414.6,439.167,-2.25147,0,0,0,1,600,255,1,0),(163381,189980,571,1,1,7854.1,1125.91,395.619,1.88495,0,0,0,1,600,255,1,0),(163380,189980,571,1,1,7848.73,1108.21,395.61,2.74016,0,0,0,1,600,255,1,0),(163253,189980,571,1,1,6691.89,1520.67,466.38,-2.07694,0,0,0,1,600,255,1,0),(163252,189980,571,1,1,6672.16,1189.57,273.26,-2.49582,0,0,0,1,600,255,1,0),(163379,189980,571,1,1,7845.01,3354.72,736.624,0.8203,0,0,0,1,600,255,1,0),(163378,189980,571,1,1,7834.56,818.007,501.709,-0.92502,0,0,0,1,600,255,1,0),(163251,189980,571,1,1,6664.98,615.527,410.019,-2.86233,0,0,0,1,600,255,1,0),(163250,189980,571,1,1,6662.22,573.318,406.858,-0.41888,0,0,0,1,600,255,1,0),(163817,189981,571,1,1,8707.63,1008.05,443.877,0.89012,0,0,0,1,600,255,1,0),(163816,189981,571,1,1,8698.68,909.67,496.371,-0.71559,0,0,0,1,600,255,1,0),(163815,189981,571,1,1,8579.11,1431.44,615.512,2.37364,0,0,0,1,600,255,1,0),(163814,189981,571,1,1,8523.81,1290.22,623.783,-3.00195,0,0,0,1,600,255,1,0),(163377,189980,571,1,1,7833.48,3008.13,536.272,-1.20428,0,0,0,1,600,255,1,0),(163376,189980,571,1,1,7822.42,696.106,554,1.01229,0,0,0,1,600,255,1,0),(163211,189980,571,1,1,5808.93,2268.29,523.321,2.53072,0,0,0,1,600,255,1,0),(163210,189980,571,1,1,5790.74,2214.07,515.154,1.309,0,0,0,1,600,255,1,0),(163746,189981,571,1,1,7607.16,1752.61,339.957,0.15708,0,0,0,1,600,255,1,0),(163745,189981,571,1,1,7595.12,1891.1,371.232,-2.72271,0,0,0,1,600,255,1,0),(163209,189980,571,1,1,5775.48,2081.83,-342.742,0.71559,0,0,0,1,600,255,1,0),(163208,189980,571,1,1,5753.73,2282.75,533.972,-1.53589,0,0,0,1,600,255,1,0),(163375,189980,571,1,1,7819.7,1132.74,395.619,-3.07177,0,0,0,1,600,255,1,0),(163374,189980,571,1,1,7805.9,943.421,451.621,-1.09956,0,0,0,1,600,255,1,0),(163373,189980,571,1,1,7793.37,1526.29,363.607,0.48869,0,0,0,1,600,255,1,0),(163372,189980,571,1,1,7784.99,1043.74,395.619,1.88495,0,0,0,1,600,255,1,0),(163371,189980,571,1,1,7781.56,1106.51,395.667,2.54818,0,0,0,1,600,255,1,0),(163370,189980,571,1,1,7779.62,1830.56,356.359,-2.53072,0,0,0,1,600,255,1,0),(163813,189981,571,1,1,8478.73,1445.28,650.455,1.25664,0,0,0,1,600,255,1,0),(163812,189981,571,1,1,8478.73,1445.28,641.201,1.25664,0,0,0,1,600,255,1,0),(163369,189980,571,1,1,7774.56,2665.08,405.825,-0.66322,0,0,0,1,600,255,1,0),(163368,189980,571,1,1,7774.56,2665.08,405.825,-0.66322,0,0,0,1,600,255,1,0),(163367,189980,571,1,1,7773.79,1499.62,360.298,-2.21657,0,0,0,1,600,255,1,0),(163366,189980,571,1,1,7772.45,796.567,517.569,0.41888,0,0,0,1,600,255,1,0),(163365,189980,571,1,1,7765.6,2713.19,409.25,2.68781,0,0,0,1,600,255,1,0),(163364,189980,571,1,1,7764.36,1088.72,395.619,-0.61086,0,0,0,1,600,255,1,0),(163363,189980,571,1,1,7744.65,1779.4,338.061,3.03684,0,0,0,1,600,255,1,0),(163362,189980,571,1,1,7733.94,1814.48,349.628,-1.88495,0,0,0,1,600,255,1,0),(163361,189980,571,1,1,7726.39,1305.62,341.838,-2.96704,0,0,0,1,600,255,1,0),(163360,189980,571,1,1,7720.6,1424.71,353.361,-1.62316,0,0,0,1,600,255,1,0),(163359,189980,571,1,1,7712.26,1282.21,339.281,1.83259,0,0,0,1,600,255,1,0),(163358,189980,571,1,1,7689.89,553.471,698.62,0.68068,0,0,0,1,600,255,1,0),(163357,189980,571,1,1,7689.33,3181.03,578.833,0.40143,0,0,0,1,600,255,1,0),(163356,189980,571,1,1,7688.26,1386.79,347.29,-1.91986,0,0,0,1,600,255,1,0),(163355,189980,571,1,1,7687.9,3554.85,736.615,1.01229,0,0,0,1,600,255,1,0),(163354,189980,571,1,1,7685.3,1256.03,341.566,-2.30383,0,0,0,1,600,255,1,0),(163811,189981,571,1,1,8450.06,1675.78,701.855,-2.04204,0,0,0,1,600,255,1,0),(163810,189981,571,1,1,8308.63,3014.36,679.283,1.44862,0,0,0,1,600,255,1,0),(163809,189981,571,1,1,8292.69,2611.04,718.001,-2.93214,0,0,0,1,600,255,1,0),(163808,189981,571,1,1,8266.34,1755.56,580.521,-2.91469,0,0,0,1,600,255,1,0),(163744,189981,571,1,1,7576.46,1972.39,369.59,-0.87266,0,0,0,1,600,255,1,0),(163743,189981,571,1,1,7554.6,1864.65,367.274,0.24435,0,0,0,1,600,255,1,0),(163742,189981,571,1,1,7549.75,982.975,483.232,0.76794,0,0,0,1,600,255,1,0),(163741,189981,571,1,1,7542.46,2870.1,429.917,1.85005,0,0,0,1,600,255,1,0),(163353,189980,571,1,1,7679.02,1021.26,471.182,1.83259,0,0,0,1,600,255,1,0),(163352,189980,571,1,1,7678.12,2818.93,444.879,2.42601,0,0,0,1,600,255,1,0),(163351,189980,571,1,1,7664.28,1709.21,333.701,1.85005,0,0,0,1,600,255,1,0),(163350,189980,571,1,1,7656.88,1786.75,350.272,-2.51327,0,0,0,1,600,255,1,0),(163349,189980,571,1,1,7656.88,1786.75,350.272,-2.51327,0,0,0,1,600,255,1,0),(163348,189980,571,1,1,7653.1,2792.67,414.985,0.12217,0,0,0,1,600,255,1,0),(163807,189981,571,1,1,8253.71,1842.5,563.077,1.44862,0,0,0,1,600,255,1,0),(163806,189981,571,1,1,8242.54,1257.54,741.177,-1.37881,0,0,0,1,600,255,1,0),(163805,189981,571,1,1,8207.79,1281.01,775.651,-0.87266,0,0,0,1,600,255,1,0),(163804,189981,571,1,1,8168.02,1303.41,793.594,0.15708,0,0,0,1,600,255,1,0),(163347,189980,571,1,1,7633.18,716.693,484.584,1.88495,0,0,0,1,600,255,1,0),(163346,189980,571,1,1,7607.16,1752.61,339.957,0.15708,0,0,0,1,600,255,1,0),(163345,189980,571,1,1,7595.12,1891.1,371.232,-2.72271,0,0,0,1,600,255,1,0),(163344,189980,571,1,1,7576.46,1972.39,369.59,-0.87266,0,0,0,1,600,255,1,0),(163343,189980,571,1,1,7554.6,1864.65,367.274,0.24435,0,0,0,1,600,255,1,0),(163342,189980,571,1,1,7549.75,982.975,483.232,0.76794,0,0,0,1,600,255,1,0),(163341,189980,571,1,1,7542.46,2870.1,429.917,1.85005,0,0,0,1,600,255,1,0),(163340,189980,571,1,1,7541.84,896.319,489.338,0.95993,0,0,0,1,600,255,1,0),(163339,189980,571,1,1,7529.28,639.333,494.954,-2.02458,0,0,0,1,600,255,1,0),(163338,189980,571,1,1,7526.18,970.248,533.525,0.75049,0,0,0,1,600,255,1,0),(163803,189981,571,1,1,8162.18,1286.7,785.962,2.33874,0,0,0,1,600,255,1,0),(163802,189981,571,1,1,8161.5,1561.79,613.813,2.05949,0,0,0,1,600,255,1,0),(163801,189981,571,1,1,8160.79,1539.71,630.592,0.76794,0,0,0,1,600,255,1,0),(163800,189981,571,1,1,8150.7,1169.64,687.532,-0.83776,0,0,0,1,600,255,1,0),(163740,189981,571,1,1,7541.84,896.319,489.338,0.95993,0,0,0,1,600,255,1,0),(163739,189981,571,1,1,7529.28,639.333,494.954,-2.02458,0,0,0,1,600,255,1,0),(163337,189980,571,1,1,7523.6,2698.61,409.932,2.96704,0,0,0,1,600,255,1,0),(163336,189980,571,1,1,7521.31,2268.77,391.406,-1.0472,0,0,0,1,600,255,1,0),(163335,189980,571,1,1,7517.87,1846.08,360.256,0.15708,0,0,0,1,600,255,1,0),(163334,189980,571,1,1,7512.87,1172.61,344.485,-1.32645,0,0,0,1,600,255,1,0),(163333,189980,571,1,1,7490.42,2678.97,433.078,-1.15192,0,0,0,1,600,255,1,0),(163332,189980,571,1,1,7488.8,1813.89,361.498,-2.65289,0,0,0,1,600,255,1,0),(163331,189980,571,1,1,7488.8,1813.89,361.498,-2.65289,0,0,0,1,600,255,1,0),(163330,189980,571,1,1,7476.56,1295.25,322.15,-0.5585,0,0,0,1,600,255,1,0),(163329,189980,571,1,1,7476.56,1295.25,322.15,-0.5585,0,0,0,1,600,255,1,0),(163328,189980,571,1,1,7472.37,1305.69,320.085,-2.28638,0,0,0,1,600,255,1,0),(163738,189981,571,1,1,7526.18,970.248,533.525,0.75049,0,0,0,1,600,255,1,0),(163737,189981,571,1,1,7523.6,2698.61,409.932,2.96704,0,0,0,1,600,255,1,0),(163799,189981,571,1,1,8128.21,1460.34,698.17,0.20944,0,0,0,1,600,255,1,0),(163798,189981,571,1,1,8078.37,1646.49,553.938,1.97222,0,0,0,1,600,255,1,0),(163797,189981,571,1,1,8050.09,2858.94,510.469,-1.65806,0,0,0,1,600,255,1,0),(163796,189981,571,1,1,8044.05,1805.05,409.034,2.09439,0,0,0,1,600,255,1,0),(163736,189981,571,1,1,7521.31,2268.77,391.406,-1.0472,0,0,0,1,600,255,1,0),(163735,189981,571,1,1,7517.87,1846.08,360.256,0.15708,0,0,0,1,600,255,1,0),(163734,189981,571,1,1,7512.87,1172.61,344.485,-1.32645,0,0,0,1,600,255,1,0),(163733,189981,571,1,1,7490.42,2678.97,433.078,-1.15192,0,0,0,1,600,255,1,0),(163795,189981,571,1,1,8006.93,1907.34,380.708,-1.13446,0,0,0,1,600,255,1,0),(163794,189981,571,1,1,7980.9,1539.41,467.71,1.46608,0,0,0,1,600,255,1,0),(163327,189980,571,1,1,7471.17,2497.17,390.409,-1.3439,0,0,0,1,600,255,1,0),(163326,189980,571,1,1,7466.79,2726.01,412.288,-0.24435,0,0,0,1,600,255,1,0),(163325,189980,571,1,1,7431.12,3330.44,693.012,1.0821,0,0,0,1,600,255,1,0),(163324,189980,571,1,1,7427.84,1463.89,324.152,2.33874,0,0,0,1,600,255,1,0),(163249,189980,571,1,1,6658.34,688.135,410.438,2.14675,0,0,0,1,600,255,1,0),(163248,189980,571,1,1,6640.88,3346.68,677.41,-0.76794,0,0,0,1,600,255,1,0),(163207,189980,571,1,1,5749.15,2086.66,-343.52,-2.09439,0,0,0,1,600,255,1,0),(163206,189980,571,1,1,5711.61,2071.07,-340.74,-1.15192,0,0,0,1,600,255,1,0),(163323,189980,571,1,1,7420.45,632.061,497.291,-1.79769,0,0,0,1,600,255,1,0),(163322,189980,571,1,1,7420.41,3083.89,586.887,-2.35619,0,0,0,1,600,255,1,0),(163793,189981,571,1,1,7963.19,2787.48,525.188,-1.83259,0,0,0,1,600,255,1,0),(163792,189981,571,1,1,7958.13,1927.86,367.054,3.05433,0,0,0,1,600,255,1,0),(163321,189980,571,1,1,7399.73,2867.12,417.685,-2.28638,0,0,0,1,600,255,1,0),(163320,189980,571,1,1,7391.31,568.383,577.861,-1.25664,0,0,0,1,600,255,1,0),(163319,189980,571,1,1,7382.99,2443.48,387.429,-2.37364,0,0,0,1,600,255,1,0),(163318,189980,571,1,1,7362.55,614.322,580.014,-3.01941,0,0,0,1,600,255,1,0),(163247,189980,571,1,1,6636.6,3176.86,648.813,1.15192,0,0,0,1,600,255,1,0),(163246,189980,571,1,1,6622.9,1252.62,282.503,1.71042,0,0,0,1,600,255,1,0),(163205,189980,571,1,1,5706.65,2046.59,-339.659,-2.3911,0,0,0,1,600,255,1,0),(163204,189980,571,1,1,5665.19,1897.49,519.675,2.93214,0,0,0,1,600,255,1,0),(163317,189980,571,1,1,7347.47,561.248,613.055,-0.5585,0,0,0,1,600,255,1,0),(163316,189980,571,1,1,7343.43,602.649,615.518,2.42601,0,0,0,1,600,255,1,0),(163315,189980,571,1,1,7330.48,2485.73,392.805,1.11701,0,0,0,1,600,255,1,0),(163314,189980,571,1,1,7330.26,2996.15,434.107,-1.98967,0,0,0,1,600,255,1,0),(163732,189981,571,1,1,7488.8,1813.89,361.498,-2.65289,0,0,0,1,600,255,1,0),(163731,189981,571,1,1,7488.8,1813.89,361.498,-2.65289,0,0,0,1,600,255,1,0),(163730,189981,571,1,1,7476.56,1295.25,322.15,-0.5585,0,0,0,1,600,255,1,0),(163729,189981,571,1,1,7476.56,1295.25,322.15,-0.5585,0,0,0,1,600,255,1,0),(163728,189981,571,1,1,7472.37,1305.69,320.085,-2.28638,0,0,0,1,600,255,1,0),(163727,189981,571,1,1,7471.17,2497.17,390.409,-1.3439,0,0,0,1,600,255,1,0),(163726,189981,571,1,1,7466.79,2726.01,412.288,-0.24435,0,0,0,1,600,255,1,0),(163725,189981,571,1,1,7431.12,3330.44,693.012,1.0821,0,0,0,1,600,255,1,0),(163313,189980,571,1,1,7323.18,2252.33,461.426,2.49582,0,0,0,1,600,255,1,0),(163312,189980,571,1,1,7260.71,1512.27,322.274,2.19912,0,0,0,1,600,255,1,0),(163724,189981,571,1,1,7427.84,1463.89,324.152,2.33874,0,0,0,1,600,255,1,0),(163723,189981,571,1,1,7420.45,632.061,497.291,-1.79769,0,0,0,1,600,255,1,0),(163311,189980,571,1,1,7240.89,2399.82,417.679,-2.44346,0,0,0,1,600,255,1,0),(163310,189980,571,1,1,7238.31,785.106,552.417,0.2618,0,0,0,1,600,255,1,0),(163309,189980,571,1,1,7235.53,1516.76,326.998,-1.93732,0,0,0,1,600,255,1,0),(163308,189980,571,1,1,7235.41,575.545,499.302,3.12412,0,0,0,1,600,255,1,0),(163307,189980,571,1,1,7231.51,2847.63,405.285,-0.27925,0,0,0,1,600,255,1,0),(163306,189980,571,1,1,7215.86,2846.91,408.101,2.89724,0,0,0,1,600,255,1,0),(163305,189980,571,1,1,7185.23,2548.75,397.567,1.55334,0,0,0,1,600,255,1,0),(163304,189980,571,1,1,7164.71,2521.35,402.807,0.27925,0,0,0,1,600,255,1,0),(163245,189980,571,1,1,6618.75,356.354,453.156,0.68068,0,0,0,1,600,255,1,0),(163244,189980,571,1,1,6608.89,990.28,284.73,-2.77507,0,0,0,1,600,255,1,0),(163303,189980,571,1,1,7162.5,2547.99,399.183,1.71042,0,0,0,1,600,255,1,0),(163302,189980,571,1,1,7144.4,2507.15,405.91,-1.62316,0,0,0,1,600,255,1,0),(163301,189980,571,1,1,7136.14,1119.96,310.427,-1.09956,0,0,0,1,600,255,1,0),(163300,189980,571,1,1,7115.28,1450.23,315.694,-2.02458,0,0,0,1,600,255,1,0),(163299,189980,571,1,1,7102.52,3022.01,446.972,1.79769,0,0,0,1,600,255,1,0),(163298,189980,571,1,1,7070.19,574.218,498.368,-0.61086,0,0,0,1,600,255,1,0),(163722,189981,571,1,1,7420.41,3083.89,586.887,-2.35619,0,0,0,1,600,255,1,0),(163721,189981,571,1,1,7399.73,2867.12,417.685,-2.28638,0,0,0,1,600,255,1,0),(163297,189980,571,1,1,7067.23,1367.88,306.292,2.61799,0,0,0,1,600,255,1,0),(163296,189980,571,1,1,7064.83,1379.27,307.581,1.85005,0,0,0,1,600,255,1,0),(121464,189981,571,1,1,6145.68,658.17,215.264,-1.41372,0,0,0,1,180,255,1,0),(121465,191133,571,1,1,6145.68,658.17,215.264,-1.41372,0,0,0,1,180,255,1,0),(163295,189980,571,1,1,7053.12,824.111,537.643,-1.88495,0,0,0,1,600,255,1,0),(163294,189980,571,1,1,7028.88,2508.66,409.558,-0.54105,0,0,0,1,600,255,1,0),(163293,189980,571,1,1,7027.86,3066.55,475.031,1.78023,0,0,0,1,600,255,1,0),(163292,189980,571,1,1,7010.36,702.436,473.773,3.03684,0,0,0,1,600,255,1,0),(163291,189980,571,1,1,6999.95,849.854,402.02,-0.38397,0,0,0,1,600,255,1,0),(163290,189980,571,1,1,6993.89,681.144,491.214,0.38397,0,0,0,1,600,255,1,0),(163243,189980,571,1,1,6604.23,1248.47,282.491,2.04204,0,0,0,1,600,255,1,0),(163242,189980,571,1,1,6583.15,1267.12,286.026,0.92502,0,0,0,1,600,255,1,0),(163237,189980,571,1,1,6541.25,1011.67,276.952,0.08727,0,0,0,1,600,255,1,0),(163236,189980,571,1,1,6533.5,907.337,294.892,0.17453,0,0,0,1,600,255,1,0),(163289,189980,571,1,1,6944.92,407.241,513.619,2.49582,0,0,0,1,600,255,1,0),(163288,189980,571,1,1,6943.63,3630.96,830.104,-1.46608,0,0,0,1,600,255,1,0),(163720,189981,571,1,1,7391.31,568.383,577.861,-1.25664,0,0,0,1,600,255,1,0),(163719,189981,571,1,1,7382.99,2443.48,387.429,-2.37364,0,0,0,1,600,255,1,0),(163718,189981,571,1,1,7362.55,614.322,580.014,-3.01941,0,0,0,1,600,255,1,0),(163717,189981,571,1,1,7347.47,561.248,613.055,-0.5585,0,0,0,1,600,255,1,0),(121482,189981,571,1,1,4383.54,1975.39,390.425,0.261798,0,0,0,1,180,100,1,0),(121483,191133,571,1,1,4383.54,1975.39,390.425,0.261798,0,0,0,1,180,100,1,0),(121484,189981,571,1,1,4012.23,2581.06,358.498,-0.104719,0,0,0,1,180,100,1,0),(121485,191133,571,1,1,4012.23,2581.06,358.498,-0.104719,0,0,0,1,180,100,1,0),(121486,189981,571,1,1,4366.34,1737.62,367.385,-2.11185,0,0,0,1,180,100,1,0),(121487,191133,571,1,1,4366.34,1737.62,367.385,-2.11185,0,0,0,1,180,100,1,0),(121488,189981,571,1,1,4012.23,2581.06,358.498,-0.104719,0,0,0,1,180,100,1,0),(121489,191133,571,1,1,4012.23,2581.06,358.498,-0.104719,0,0,0,1,180,100,1,0),(121490,189981,571,1,1,5170.72,2170.47,418.683,-0.471238,0,0,0,1,180,0,1,0),(121491,191133,571,1,1,5170.72,2170.47,418.683,-0.471238,0,0,0,1,180,0,1,0),(121492,189981,571,1,1,5449.99,3279.56,417.628,-0.994837,0,0,0,1,180,0,1,0),(121493,191133,571,1,1,5449.99,3279.56,417.628,-0.994837,0,0,0,1,180,0,1,0),(121494,189981,571,1,1,4586.99,2144.87,369.245,3.05433,0,0,0,1,180,0,1,0),(121495,191133,571,1,1,4586.99,2144.87,369.245,3.05433,0,0,0,1,180,0,1,0),(121496,189981,571,1,1,4629.31,2647.54,373.596,0.645772,0,0,0,1,180,0,1,0),(121497,191133,571,1,1,4629.31,2647.54,373.596,0.645772,0,0,0,1,180,0,1,0),(121498,189981,571,1,1,4404,1979.09,411.626,3.00195,0,0,0,1,180,0,1,0),(121499,191133,571,1,1,4404,1979.09,411.626,3.00195,0,0,0,1,180,0,1,0),(121500,189981,571,1,1,4732.1,2841.06,360.432,-0.95993,0,0,0,1,180,0,1,0),(121501,191133,571,1,1,4732.1,2841.06,360.432,-0.95993,0,0,0,1,180,0,1,0),(121502,189981,571,1,1,4858.46,3913.54,380.702,2.44346,0,0,0,1,180,0,1,0),(121503,191133,571,1,1,4858.46,3913.54,380.702,2.44346,0,0,0,1,180,0,1,0),(121504,189981,571,1,1,4405,4150.25,413.217,-2.65289,0,0,0,1,180,0,1,0),(121505,191133,571,1,1,4405,4150.25,413.217,-2.65289,0,0,0,1,180,0,1,0),(121506,189981,571,1,1,4560.84,3708.44,373.765,1.81514,0,0,0,1,180,0,1,0),(121507,191133,571,1,1,4560.84,3708.44,373.765,1.81514,0,0,0,1,180,0,1,0),(121508,189981,571,1,1,4566.63,2525.63,361.946,2.28638,0,0,0,1,180,0,1,0),(121509,191133,571,1,1,4566.63,2525.63,361.946,2.28638,0,0,0,1,180,0,1,0),(121510,189981,571,1,1,4824.48,2116.74,344.722,0.279252,0,0,0,1,180,0,1,0),(121511,191133,571,1,1,4824.48,2116.74,344.722,0.279252,0,0,0,1,180,0,1,0),(121512,189981,571,1,1,4049.9,2580.41,359.778,-2.86233,0,0,0,1,180,0,1,0),(121513,191133,571,1,1,4049.9,2580.41,359.778,-2.86233,0,0,0,1,180,0,1,0),(121514,189981,571,1,1,4645.42,2396.93,337.234,-0.942477,0,0,0,1,180,0,1,0),(121515,191133,571,1,1,4645.42,2396.93,337.234,-0.942477,0,0,0,1,180,0,1,0),(121516,189981,571,1,1,4910.04,3429.39,360.794,2.3911,0,0,0,1,180,0,1,0),(121517,191133,571,1,1,4910.04,3429.39,360.794,2.3911,0,0,0,1,180,0,1,0),(121518,189981,571,1,1,4489.51,3493.71,365.425,2.11185,0,0,0,1,180,0,1,0),(121519,191133,571,1,1,4489.51,3493.71,365.425,2.11185,0,0,0,1,180,0,1,0),(121520,189981,571,1,1,4816.67,3641.68,365.962,-0.575957,0,0,0,1,180,0,1,0),(121521,191133,571,1,1,4816.67,3641.68,365.962,-0.575957,0,0,0,1,180,0,1,0),(121522,189981,571,1,129,4562.71,2070.25,398.907,-2.09439,0,0,0,1,180,255,1,0),(121523,191133,571,1,129,4562.71,2070.25,398.907,-2.09439,0,0,0,1,180,255,1,0),(121524,189981,571,1,129,4272.68,2298.29,345.954,1.8675,0,0,0,1,180,255,1,0),(121525,191133,571,1,129,4272.68,2298.29,345.954,1.8675,0,0,0,1,180,255,1,0),(121526,189981,571,1,65,4730.45,2162.48,373.443,0.558504,0,0,0,1,180,255,1,0),(121527,191133,571,1,65,4730.45,2162.48,373.443,0.558504,0,0,0,1,180,255,1,0),(121528,189981,571,1,65,4894.2,2171.45,362.681,1.62316,0,0,0,1,180,255,1,0),(121529,191133,571,1,65,4894.2,2171.45,362.681,1.62316,0,0,0,1,180,255,1,0),(121530,189981,571,1,65,5016.65,2941.86,375.215,-2.21656,0,0,0,1,180,255,1,0),(121531,191133,571,1,65,5016.65,2941.86,375.215,-2.21656,0,0,0,1,180,255,1,0),(121532,189981,571,1,129,5382.98,2588.29,413.491,-0.645772,0,0,0,1,180,255,1,0),(121533,191133,571,1,129,5382.98,2588.29,413.491,-0.645772,0,0,0,1,180,255,1,0),(121534,189981,571,1,1,4859.01,1843.17,465.764,2.79252,0,0,0,1,180,255,1,0),(121535,191133,571,1,1,4859.01,1843.17,465.764,2.79252,0,0,0,1,180,255,1,0),(121536,189981,571,1,1,3972.69,2032.2,354.518,2.35619,0,0,0,1,180,255,1,0),(121537,191133,571,1,1,3972.69,2032.2,354.518,2.35619,0,0,0,1,180,255,1,0),(121538,189981,571,1,65,4207.41,1765.97,356.537,0.977383,0,0,0,1,180,255,1,0),(121539,191133,571,1,65,4207.41,1765.97,356.537,0.977383,0,0,0,1,180,255,1,0),(121540,189981,571,1,129,4426.43,1803.09,369.678,0.157079,0,0,0,1,180,255,1,0),(121541,191133,571,1,129,4426.43,1803.09,369.678,0.157079,0,0,0,1,180,255,1,0),(121542,189981,571,1,129,5097.4,2734.82,391.208,-1.65806,0,0,0,1,180,255,1,0),(121543,191133,571,1,129,5097.4,2734.82,391.208,-1.65806,0,0,0,1,180,255,1,0),(121544,189981,571,1,1,5467.79,3264.6,431.625,-2.11185,0,0,0,1,180,255,1,0),(121545,191133,571,1,1,5467.79,3264.6,431.625,-2.11185,0,0,0,1,180,255,1,0),(121546,189981,571,1,65,4108.6,1969.11,360.346,1.39626,0,0,0,1,180,255,1,0),(121547,191133,571,1,65,4108.6,1969.11,360.346,1.39626,0,0,0,1,180,255,1,0),(121548,189981,571,1,65,4361.93,3678.48,393.914,-1.39626,0,0,0,1,180,255,1,0),(121549,191133,571,1,65,4361.93,3678.48,393.914,-1.39626,0,0,0,1,180,255,1,0),(121550,189981,571,1,129,5351.96,3172.97,383.045,-1.69297,0,0,0,1,180,255,1,0),(121551,191133,571,1,129,5351.96,3172.97,383.045,-1.69297,0,0,0,1,180,255,1,0),(121552,189981,571,1,65,5374.9,3447.72,387.202,-0.366518,0,0,0,1,180,255,1,0),(121553,191133,571,1,65,5374.9,3447.72,387.202,-0.366518,0,0,0,1,180,255,1,0),(121554,189981,571,1,65,4583.53,1972.15,412.869,0.261798,0,0,0,1,180,255,1,0),(121555,191133,571,1,65,4583.53,1972.15,412.869,0.261798,0,0,0,1,180,255,1,0),(121556,189981,571,1,1,4889.06,1872.17,457.047,-2.65289,0,0,0,1,180,255,1,0),(121557,191133,571,1,1,4889.06,1872.17,457.047,-2.65289,0,0,0,1,180,255,1,0),(121558,189981,571,1,3,5391.04,2478.3,413.997,-1.55334,0,0,0,1,180,255,1,0),(121559,191133,571,1,3,5391.04,2478.3,413.997,-1.55334,0,0,0,1,180,255,1,0),(121560,189981,571,1,3,5296.4,2187.28,509.532,-0.174532,0,0,0,1,180,255,1,0),(121561,191133,571,1,3,5296.4,2187.28,509.532,-0.174532,0,0,0,1,180,255,1,0),(121562,189981,571,1,1,4559.61,2833.05,359.045,-2.74016,0,0,0,1,180,255,1,0),(121563,191133,571,1,1,4559.61,2833.05,359.045,-2.74016,0,0,0,1,180,255,1,0),(121564,189981,571,1,1,4362.57,1976.07,360.856,-2.58308,0,0,0,1,180,255,1,0),(121565,191133,571,1,1,4362.57,1976.07,360.856,-2.58308,0,0,0,1,180,255,1,0),(121566,189981,571,1,1,4161.99,1967.17,354.405,-0.523598,0,0,0,1,180,255,1,0),(121567,191133,571,1,1,4161.99,1967.17,354.405,-0.523598,0,0,0,1,180,255,1,0),(121568,189981,571,1,1,4342.11,2426,350.083,0.506145,0,0,0,1,180,255,1,0),(121569,191133,571,1,1,4342.11,2426,350.083,0.506145,0,0,0,1,180,255,1,0),(121570,189981,571,1,1,4383.28,2008.55,369.844,2.18166,0,0,0,1,180,255,1,0),(121571,191133,571,1,1,4383.28,2008.55,369.844,2.18166,0,0,0,1,180,255,1,0),(85302,1617,530,1,1,-4440.35,-11826.6,10.0191,2.3911,0,0,0,1,60,255,1,0),(85303,1617,530,1,1,-4321.04,-12547.3,26.8173,-0.820303,0,0,0,1,60,255,1,0),(85304,1617,530,1,1,-4553.48,-12286.4,17.0104,-2.33874,0,0,0,1,60,255,1,0),(85305,1617,530,1,1,-3833.19,-12778.5,8.89262,-1.44862,0,0,0,1,60,255,1,0),(85306,1617,530,1,1,-4728.24,-12257.2,9.2629,0.977383,0,0,0,1,60,255,1,0),(85307,1617,530,1,1,-4563.28,-11627.5,18.2939,-3.01941,0,0,0,1,60,255,1,0),(85308,1617,530,1,1,-4475.47,-11629.1,11.5813,2.94959,0,0,0,1,60,255,1,0),(85309,1617,530,1,1,-4225.27,-12095.3,6.78638,-2.77507,0,0,0,1,60,255,1,0),(85310,1617,530,1,1,-4325.19,-12090.9,7.34206,-0.698132,0,0,0,1,60,255,1,0),(85311,1617,530,1,1,-4969.33,-11266.4,26.7661,1.13446,0,0,0,1,60,255,1,0),(85312,1618,530,1,1,-4516.61,-11562.7,16.7148,0.541051,0,0,0,1,60,255,1,0),(85313,1618,530,1,1,-4456.53,-12040.6,20.2935,-0.890117,0,0,0,1,60,255,1,0),(85314,1618,530,1,1,-4554.9,-12318.7,19.5644,2.67035,0,0,0,1,60,255,1,0),(85315,1618,530,1,1,-4705.27,-11584.4,26.3765,-1.98967,0,0,0,1,60,255,1,0),(85316,1618,530,1,1,-4452.81,-11887.3,14.5355,0.087266,0,0,0,1,60,255,1,0),(85317,1618,530,1,1,-4353.18,-12250.8,7.59713,-2.37364,0,0,0,1,60,255,1,0),(85318,1618,530,1,1,-4419.76,-11646.8,7.29847,2.33874,0,0,0,1,60,255,1,0),(85319,1619,530,1,1,-4985.8,-10981.5,20.7943,-0.296705,0,0,0,1,60,255,1,0),(85320,1619,530,1,1,-4793.52,-12273.3,3.84495,2.75761,0,0,0,1,60,255,1,0),(85321,1619,530,1,1,-3996.94,-12731.7,19.4022,1.55334,0,0,0,1,60,255,1,0),(85323,1619,530,1,1,-4780.23,-11437.1,6.16672,-1.46608,0,0,0,1,60,255,1,0),(85324,1619,530,1,1,-4409.37,-11519.9,15.7371,-2.72271,0,0,0,1,60,255,1,0),(85325,1619,530,1,1,-5226.13,-11224.4,38.4356,-1.16937,0,0,0,1,60,255,1,0),(85326,1619,530,1,1,-4102.36,-12695.5,13.7054,2.28638,0,0,0,1,60,255,1,0),(85329,1617,530,1,1,-3595.86,-11863.9,6.7286,-0.523598,0,0,0,1,60,255,1,0),(85332,1617,530,1,1,-3800.11,-11847,3.00253,-2.72271,0,0,0,1,60,255,1,0),(85333,1617,530,1,1,-3644.42,-12599.9,14.4675,-2.67035,0,0,0,1,60,255,1,0),(85338,1617,530,1,1,-4616.37,-12116.4,39.8854,-0.104719,0,0,0,1,60,255,1,0),(85348,1617,530,1,1,-4532.82,-12531.3,6.59207,1.74533,0,0,0,1,60,255,1,0),(85352,1617,530,1,1,-4357.98,-12012.7,7.51916,-1.32645,0,0,0,1,60,255,1,0),(85356,1617,530,1,1,-4406.96,-12192.7,7.10283,2.25147,0,0,0,1,60,255,1,0),(85364,1618,530,1,1,-3640.67,-11911.2,10.386,0.488691,0,0,0,1,60,255,1,0),(85369,1618,530,1,1,-3603.87,-12708.9,9.11045,1.36136,0,0,0,1,60,255,1,0),(85372,1618,530,1,1,-4407.08,-12575.8,10.3858,-2.44346,0,0,0,1,60,255,1,0),(85376,1617,0,1,1,-5605.18,-1705.6,398.696,-2.67035,0,0,0,1,60,255,1,0),(85387,1619,530,1,1,-3864.88,-12538.9,37.1232,-0.541051,0,0,0,1,60,255,1,0),(85388,1619,530,1,1,-3789.32,-11808.1,15.0198,1.22173,0,0,0,1,60,255,1,0),(85389,1619,530,1,1,-3301.15,-11950.4,15.1225,3.08918,0,0,0,1,60,255,1,0),(85435,1617,0,1,1,-5693.27,-1248.39,389.542,1.53589,0,0,0,1,60,255,1,0),(85436,1617,0,1,1,-5120.14,-2750.12,341.391,1.93731,0,0,0,1,60,255,1,0),(85437,1617,0,1,1,-5229.47,-2761.29,340.098,1.97222,0,0,0,1,60,255,1,0),(85439,1617,0,1,1,-4916.39,-2793.79,327.134,-0.122173,0,0,0,1,60,255,1,0),(85440,1618,0,1,1,-5335.43,-2800.35,350.679,2.93214,0,0,0,1,60,255,1,0),(85441,1618,0,1,1,-9965.29,188.475,32.6272,-2.51327,0,0,0,1,60,255,1,0),(85443,1619,0,1,1,-5678.3,-1469.82,405.582,2.58308,0,0,0,1,60,255,1,0),(85444,1619,0,1,1,-9803.82,-2286.89,63.6404,0.890117,0,0,0,1,60,255,1,0),(85445,1619,0,1,1,-8878.36,-2197.7,143.024,-2.84488,0,0,0,1,60,255,1,0),(85446,1619,0,1,1,-9430.68,-1904.9,93.3589,-1.13446,0,0,0,1,60,255,1,0),(85447,1619,0,1,1,-9125.74,-3186.11,113.986,2.3911,0,0,0,1,60,255,1,0),(85448,1619,0,1,1,-8784.66,-2475.44,136.705,-0.104719,0,0,0,1,60,255,1,0),(85449,1619,0,1,1,-9319.15,-3281.53,99.8038,1.98967,0,0,0,1,60,255,1,0),(85450,1619,0,1,1,-9614.35,-2156.73,73.633,-2.54818,0,0,0,1,60,255,1,0),(85451,1620,0,1,1,-8929.93,-2214.44,136.017,-1.78023,0,0,0,1,60,255,1,0),(85452,1620,0,1,1,-9090.56,-2716.7,93.1088,0.925024,0,0,0,1,60,255,1,0),(85453,1620,0,1,1,-10355.7,117.561,30.0454,2.51327,0,0,0,1,60,255,1,0),(85454,1620,0,1,1,-8976.07,-2171.74,132.628,0.069812,0,0,0,1,60,255,1,0),(85455,1620,0,1,1,-8744.09,-2456.23,138.914,1.79769,0,0,0,1,60,255,1,0),(85456,1620,0,1,1,-10901.2,1166.75,35.9096,2.68781,0,0,0,1,60,255,1,0),(85457,1621,0,1,1,-9904.38,-1880.45,37.9255,-2.47837,0,0,0,1,60,255,1,0),(85458,1621,0,1,1,-9282.73,-1880.83,85.4043,-1.36136,0,0,0,1,60,255,1,0),(85459,1621,0,1,1,-10656.5,-858.591,54.3311,-1.23918,0,0,0,1,60,255,1,0),(85460,1621,0,1,1,-9083.6,-2206.59,130.86,1.93731,0,0,0,1,60,255,1,0),(85461,1621,0,1,1,-9496.37,-3203.11,62.4749,2.11185,0,0,0,1,60,255,1,0),(85462,1622,0,1,1,-9378.38,-3038.53,136.687,-0.593412,0,0,0,1,60,255,1,0),(85463,1622,0,1,1,-8910.15,-2643.76,136.301,-0.610864,0,0,0,1,60,255,1,0),(85464,1622,0,1,1,-9503.31,-2082.8,100.905,1.25664,0,0,0,1,60,255,1,0),(85465,1622,0,1,1,-9499.42,-3054.76,110.48,0.436332,0,0,0,1,60,255,1,0),(85466,1622,0,1,1,-9174.59,-3245.7,102.285,3.05433,0,0,0,1,60,255,1,0),(85467,1623,0,1,1,-10693.7,-601.31,80.3573,-2.77507,0,0,0,1,60,255,1,0),(85468,1624,0,1,1,-3985.61,-2900.04,12.3601,-1.06465,0,0,0,1,60,255,1,0),(85469,2045,0,1,1,-3281.69,-889.824,-11.5435,0.349065,0,0,0,1,60,255,1,0),(151101,195695,571,1,1,5633.55,2029.53,798.499,4.51539,0,0,0.976296,-0.21644,25,0,1,0),(151102,202184,571,1,1,5842.83,2218.62,636.288,5.32719,0,0,0.976296,-0.21644,7200,0,1,0),(151103,202347,571,1,1,5779.44,2066.59,636.065,0.417346,0,0,0.207162,0.978307,25,0,1,0),(151104,202348,571,1,1,5779.44,2066.59,636.065,0.417346,0,0,0.207162,0.978307,25,0,1,0),(151105,202349,571,1,1,5779.44,2066.59,636.065,0.417346,0,0,0.207162,0.978307,25,0,1,0),(151106,202350,571,1,1,5779.44,2066.59,636.065,0.417346,0,0,0.207162,0.978307,25,0,1,0),(151107,201759,571,1,1,5672.19,2002.05,798.182,2.2541,0,0,0.90315,0.429325,7200,0,1,0),(151108,196391,571,1,1,5673.97,1999.95,798.182,2.32866,0,0,0.918523,0.395367,25,0,1,0),(151109,196392,571,1,1,5673.97,1999.95,798.182,2.32866,0,0,0.918523,0.395367,25,0,1,0),(151110,196391,571,1,1,5588.71,2007.31,798.182,0.721988,0,0,0.353205,0.935546,7200,0,1,0),(151111,196392,571,1,1,5588.71,2007.31,798.182,0.721988,0,0,0.353205,0.935546,7200,0,1,0),(151112,201761,571,1,1,5590.68,2009.12,798.182,0.695061,0,0,0.340577,0.940217,7200,0,1,0),(151113,196392,571,1,1,5628.25,1968.23,803.021,1.56083,0,0,0.703573,0.710623,7200,0,1,0),(151114,196391,571,1,1,5628.25,1968.23,803.021,1.56083,0,0,0.703573,0.710623,7200,0,1,0),(151115,201760,571,1,1,5628.6,1971.78,803.021,1.46869,0,0,0.670099,0.742271,7200,0,1,0),(151116,2169,0,1,1,-9036.7,842.991,109.076,0.410153,0,0,0.944089,-0.329691,900,100,1,0),(151117,196871,571,1,1,8113.58,795.451,481.054,-1.53589,0,0,0,0,120,0,1,0),(151118,196872,571,1,1,8122.23,766.632,482.293,1.98967,0,0,0,0,120,0,1,0),(151119,196872,571,1,1,8128.96,770.571,482.474,2.33874,0,0,0,0,120,0,1,0),(151120,181355,571,1,1,7856.44,-742.139,1177.69,-0.174532,0,0,0,0,120,0,1,0),(151121,181355,571,1,1,7879.5,-759.57,1175.37,2.46091,0,0,0,0,120,0,1,0),(151122,187576,571,1,1,7856.08,-735.816,1178.39,0.122173,0,0,0,0,120,0,1,0),(151123,193598,571,1,1,7874.97,-750.595,1176.1,-3.13962,0,0,0,0,120,0,1,0),(151124,193599,571,1,1,7848.2,-804.335,1184.76,-2.73144,0,0,0,0,120,0,1,0),(151125,181355,571,1,1,7850.47,-793.33,1183.96,3.10665,0,0,0,0,120,0,1,0),(151126,203003,724,15,1,2989.27,510.571,89.2323,0,0,0,0,0,120,0,1,0),(151127,203003,724,15,1,2999.36,512.318,89.3987,0.767944,0,0,0,0,120,0,1,0),(151128,203003,724,15,1,3002.57,523.172,89.7422,0,0,0,0,0,120,0,1,0),(151129,203003,724,15,1,3003.67,567.446,88.1658,0,0,0,0,0,120,0,1,0),(151130,203003,724,15,1,3005,562.764,88.4441,0,0,0,0,0,120,0,1,0),(151131,203003,724,15,1,3005.73,551.46,88.675,0,0,0,0,0,120,0,1,0),(151132,203003,724,15,1,3007.11,534.125,89.0511,0,0,0,0,0,120,0,1,0),(151133,203004,724,15,1,2989.91,513.512,89.333,0,0,0,0,0,120,0,1,0),(151134,203004,724,15,1,2999.33,500.231,89.8997,0,0,0,0,0,120,0,1,0),(151135,203004,724,15,1,3004.08,529.141,89.0446,0,0,0,0,0,120,0,1,0),(151136,203004,724,15,1,3010.46,482.59,89.4921,0,0,0,0,0,120,0,1,0),(151137,203005,724,15,1,3153.27,380.47,86.3611,1.79769,0,0,0,0,120,0,1,0),(151138,203006,724,15,1,3050.36,526.101,88.4061,-0.130899,0,0,0,0,120,0,1,0),(151139,203007,724,15,1,3154.99,535.637,72.8887,3.14159,0,0,0,0,120,0,0,0),(151140,203034,724,15,1,3187.96,586.766,73.563,-3.09303,0,0,0,0,120,0,1,0),(151141,203035,724,15,1,3190.34,486.561,71.1216,1.62702,0,0,0,0,120,0,1,0),(151142,203036,724,15,1,3117.12,589.134,71.3221,2.26086,0,0,0,0,120,0,1,0),(151143,203037,724,15,1,3108.75,484.34,71.6583,-2.23909,0,0,0,0,120,0,1,0),(151144,203079,724,15,1,2997.28,513.005,89.3956,-0.733038,0,0,0,0,120,0,1,0),(151145,203079,724,15,1,2998.76,509.885,89.451,0,0,0,0,0,120,0,1,0),(151146,203079,724,15,1,3006.14,564.894,88.3262,-0.733038,0,0,0,0,120,0,1,0),(151147,203079,724,15,1,3006.78,554.552,89.0212,-0.733038,0,0,0,0,120,0,1,0),(151148,203080,724,15,1,3005.88,547.24,88.7651,-1.01229,0,0,0,0,120,0,1,0),(151149,204051,724,1,1,3285.26,533.114,92.2294,3.11539,0,0,0,0,120,0,1,0),(151150,204052,724,4,1,3285.26,533.114,92.2294,3.11539,0,0,0,0,120,0,1,0),(151151,204053,724,2,1,3285.26,533.114,92.2294,3.11539,0,0,0,0,120,0,1,0),(151152,204054,724,8,1,3285.26,533.114,92.2294,3.11539,0,0,0,0,120,0,1,0),(151153,203959,571,1,1,3608.59,186.097,-107.931,2.19488,0,0,0,0,120,0,1,0),(151154,203960,571,1,1,3608.59,186.097,-107.931,2.19488,0,0,0,0,120,0,1,0),(151155,203961,571,1,1,3608.59,186.097,-107.931,2.19488,0,0,0,0,120,0,1,0),(151156,203962,571,1,1,3608.59,186.097,-107.931,2.19488,0,0,0,0,120,0,1,0),(151164,202616,571,1,1,5804.72,640.837,647.627,-0.680677,0,0,-0.333807,0.942641,180,255,1,0),(151158,195141,0,1,1,-9007.58,871.87,129.692,0,0,0,0,1,180,100,1,0),(151159,195141,0,1,1,-4606.44,-928.997,501.07,0,0,0,0,1,180,100,1,0),(151160,195142,1,1,1,-944.064,274.859,111.71,0,0,0,0,1,180,100,1,0),(151161,195142,1,1,1,1472.55,-4215.7,59.221,4.28022,0,0,0.842271,-0.539054,180,100,1,0),(151162,195142,530,1,1,9984.3,-7107.59,47.7048,6.21199,0,0,0.293205,0.95605,180,100,1,0),(151163,195141,530,1,1,-4037.81,-11555.5,-138.324,5.24994,0,0,0.493946,-0.869493,180,100,1,0),(31334,1770,0,1,1,263.437,-267.687,145.032,3.10669,0,0,0.999848,0.017452,1,100,1,0),(151166,202240,631,2,1,-489.72,2172.07,539.289,2.65289,0,0,0,0,604800,0,1,0),(151167,202238,631,4,1,-489.72,2172.07,539.289,2.65289,0,0,0,0,604800,0,1,0),(151168,202241,631,8,1,-489.72,2172.07,539.289,2.65289,0,0,0,0,604800,0,1,0),(151169,195477,649,15,65535,630.043,138.953,395.852,0,0,0,0,0,120,0,1,0),(151170,195478,649,15,65535,563.62,75.025,395.205,1.58193,0,0,0.711033,0.703159,25,0,1,0),(151171,195479,649,15,65535,563.62,75.025,395.205,1.58193,0,0,0.711033,0.703159,25,0,1,0),(151172,195480,649,15,65535,563.62,75.025,395.205,1.58193,0,0,0.711033,0.703159,25,0,1,0),(151173,195481,649,15,65535,563.069,70.7846,395.695,1.5708,0,0,0,0,120,0,1,0),(151174,195486,649,15,65535,630.033,138.91,395.844,0,0,0,0,0,120,0,1,0),(151175,195527,649,15,65535,563.535,177.309,398.572,1.5708,0,0,0,0,120,0,1,0),(151176,195648,649,15,35535,563.495,78.1971,395.23,1.57079,0,0,0,0,120,0,1,0),(151177,195649,649,15,65535,502.359,139.327,395.23,3.14159,0,0,0,0,120,0,1,0),(151178,195650,649,15,65535,624.688,139.327,395.23,3.14159,0,0,0,0,120,0,0,0),(151183,195647,649,15,65535,563.547,198.741,395.157,1.57079,0,0,0,0,120,0,1,0),(268559,194437,603,3,1,2306.87,274.237,424.288,1.52255,0,0,0.689847,0.723956,300,0,1,0),(151192,195485,649,15,65535,661.598,144.728,141.923,0,0,0,0,0,120,0,0,0),(151193,186912,571,1,1,680.408,-5152.58,-60.7453,-3.00195,0,0,0,0,120,0,1,0),(151194,186912,571,1,1,741.606,-5210.36,-52.78,2.49582,0,0,0,0,120,0,1,0),(151195,186912,571,1,1,750.615,-5203.07,-52.3679,-1.15192,0,0,0,0,120,0,1,0),(151196,186912,571,1,1,762.681,-5116.4,-63.3523,0.628317,0,0,0,0,120,0,1,0),(151197,186912,571,1,1,762.939,-5133.14,-79.463,1.79769,0,0,0,0,120,0,1,0),(151198,186912,571,1,1,779.922,-5180.76,-68.1816,-1.13446,0,0,0,0,120,0,1,0),(151199,186912,571,1,1,804.847,-5189.23,-46.0825,1.81514,0,0,0,0,120,0,1,0),(151200,186912,571,1,1,814.708,-5150.04,-65.457,2.1293,0,0,0,0,120,0,1,0),(151201,186912,571,1,1,844.488,-5104.13,-62.4031,-3.12412,0,0,0,0,120,0,1,0),(151202,186912,571,1,1,873.326,-5132.9,-70.0483,-2.74016,0,0,0,0,120,0,1,0),(151203,188473,571,1,1,3969.73,-5000.23,72.2324,-1.71042,0,0,0,0,120,0,1,0),(151204,188469,571,1,1,3967.76,-4999.08,72.8074,1.0472,0,0,0,0,120,0,1,0),(151205,188473,571,1,1,4118.19,-5251.46,7.18585,2.40855,0,0,0,0,120,0,1,0),(151206,188469,571,1,1,4116.89,-5251.95,7.25879,2.05949,0,0,0,0,120,0,1,0),(151207,186506,571,1,1,2476.55,-5075.71,282.772,2.99322,0,0,0,0,120,0,1,0),(151208,186556,571,1,1,2426.83,-5083.96,272.943,0.270525,0,0,0,0,120,0,1,0),(151209,186557,571,1,1,2425.51,-5075.06,272.402,1.25664,0,0,0,0,120,0,1,0),(151210,186712,571,1,1,2420.81,-5162.43,277.448,2.82743,0,0,0,0,120,0,1,0),(151211,194676,571,1,1,2416.52,-5186.09,278.853,2.69653,0,0,0,0,120,0,1,0),(151212,194658,571,1,1,2482.96,-5076.44,285.618,-0.0959917,0,0,0,0,120,0,1,0),(151213,186444,571,1,1,1347.91,-3141.16,183.802,1.1781,0,0,0,0,120,0,1,0),(151214,186445,571,1,1,1338.87,-3143.16,183.785,2.05949,0,0,0,0,120,0,1,0),(151215,186446,571,1,1,1332.45,-3148.8,183.816,-3.11539,0,0,0,0,120,0,1,0),(163287,189980,571,1,1,6901.68,2352.56,428.566,0.48869,0,0,0,1,600,255,1,0),(151217,193991,571,1,1,5824.06,1933.23,-349.597,-1.0472,0,0,0,0,120,0,1,0),(151218,194678,571,1,1,5449.84,-2653.91,304.499,-1.58825,0,0,0,0,120,0,1,0),(151220,194121,571,1,1,5740.07,-3601.77,386.878,-0.628317,0,0,0,0,120,0,1,0),(151221,180700,571,1,1,6045.58,-2606.18,303.616,-0.087266,0,0,0,0,120,0,1,0),(151222,1684,571,1,1,5271.17,-3509.1,291.279,1.44862,0,0,0,0,120,0,1,0),(151223,182012,530,1,1,-1937.6,-11847.1,50.6868,2.68781,0,0,0,0,120,0,1,0),(151224,193202,571,1,1,5451.08,814.348,247.546,-3.03684,0,0,0,0,120,0,1,0),(151243,194012,571,1,1,5847.25,867.271,843.754,0.820303,0,0,0,0,120,0,1,0),(6120,192585,571,1,1,4774.53,-2020.72,232.311,-1.57952,0,0,0.999991,0.00436324,120,255,1,0),(151226,192511,624,1,1,-511.689,-103.248,157,3.1573,0,0,0.999969,-0.00785442,300,0,1,0),(151228,192671,571,1,1,3680.62,-1279.77,244.434,5.57904,0,0,0.352207,-0.935922,300,0,1,0),(151229,192671,571,1,1,3659.57,-1280.97,244.434,4.00824,0,0,0.907575,-0.419889,300,0,1,0),(151230,196467,571,1,1,3659.57,-1280.97,244.434,4.00824,0,0,0.907575,-0.419889,300,0,1,0),(151231,192671,571,1,1,3658.92,-1259.47,244.434,2.43745,0,0,0.933127,0.359547,300,0,1,0),(151232,196467,571,1,1,3658.92,-1259.47,244.434,2.43745,0,0,0.933127,0.359547,300,0,1,0),(151233,192671,571,1,1,3680.62,-1258.41,244.434,0.866651,0,0,0.403068,0.91517,300,0,1,0),(151234,196467,571,1,1,3680.62,-1258.41,244.434,0.866651,0,0,0.403068,0.91517,300,0,1,0),(151240,195457,0,1,1,2054.01,246.924,103.1,2.9,0,0,-0.688354,0.725375,900,100,1,0),(151241,195458,0,1,1,2070.64,280.513,100.31,6.04,0,0,-0.688354,0.725375,900,100,1,0),(151242,195459,0,1,1,2068.04,354.245,85.71,0.332,0,0,-0.688354,0.725375,900,100,1,0),(151244,202713,0,1,1,-5389.46,-604.698,393.345,1.29154,0,0,0,0,120,0,1,0),(151245,202713,0,1,1,-5391.94,-609.545,393.589,1.29154,0,0,0,0,120,0,1,0),(151246,202713,0,1,1,-5393.62,-612.368,393.799,1.29154,0,0,0,0,120,0,1,0),(151247,202713,0,1,1,-5396.01,-617.333,393.741,1.29154,0,0,0,0,120,0,1,0),(151248,202713,0,1,1,-5410.24,-654.898,393.749,1.29154,0,0,0,0,120,0,1,0),(151249,202713,0,1,1,-5412.61,-659.821,393.915,1.29154,0,0,0,0,120,0,1,0),(151250,202713,0,1,1,-5414.69,-662.712,394.14,1.29154,0,0,0,0,120,0,1,0),(151251,202713,0,1,1,-5417.49,-667.495,394.616,1.29154,0,0,0,0,120,0,1,0),(151252,202713,0,1,1,-5428.03,-692.396,394.648,1.29154,0,0,0,0,120,0,1,0),(151253,202713,0,1,1,-5430.65,-697.174,394.863,1.29154,0,0,0,0,120,0,1,0),(151254,202713,0,1,1,-5432.19,-700.075,395.037,1.29154,0,0,0,0,120,0,1,0),(151255,202713,0,1,1,-5434.78,-704.911,395.076,1.29154,0,0,0,0,120,0,1,0),(151256,179968,0,1,1,-5454.36,-698.79,397.88,0.436332,0,0,0,0,120,0,1,0),(151257,179968,0,1,1,-5454.94,-697.398,397.884,0.436332,0,0,0,0,120,0,1,0),(151258,179968,0,1,1,-5455.61,-696.066,397.884,0.436332,0,0,0,0,120,0,1,0),(151259,179968,0,1,1,-5455.69,-698.634,398.054,0.436332,0,0,0,0,120,0,1,0),(151260,179968,0,1,1,-5456.32,-697.286,398.051,0.436332,0,0,0,0,120,0,1,0),(151261,179968,0,1,1,-5456.35,-694.816,397.742,0.436332,0,0,0,0,120,0,1,0),(151262,179968,0,1,1,-5457.02,-695.948,398.041,0.436332,0,0,0,0,120,0,1,0),(151263,179968,0,1,1,-5457.15,-693.556,397.536,0.436332,0,0,0,0,120,0,1,0),(151264,179968,0,1,1,-5457.79,-694.566,397.834,0.436332,0,0,0,0,120,0,1,0),(151265,180038,0,1,1,-5456.34,-701.299,398.256,1.8675,0,0,0,0,120,0,1,0),(151266,180038,0,1,1,-5457.88,-698.608,398.395,0.0698117,0,0,0,0,120,0,1,0),(151267,180038,0,1,1,-5459.62,-693.854,398.018,2.9496,0,0,0,0,120,0,1,0),(151268,180038,0,1,1,-5459.81,-696.358,398.621,1.18682,0,0,0,0,120,0,1,0),(151269,187254,0,1,1,-5463.87,-626.441,394.501,0,0,0,0,0,120,0,1,0),(151270,187254,0,1,1,-5464.38,-626.821,394.505,0.261798,0,0,0,0,120,0,1,0),(151271,194498,0,1,1,-5388.81,-603.155,392.115,-0.436332,0,0,0,0,120,0,1,0),(151272,194498,0,1,1,-5399.83,-627.458,392.37,-0.436332,0,0,0,0,120,0,1,0),(151273,194498,0,1,1,-5409.43,-654.052,392.521,-0.314158,0,0,0,0,120,0,1,0),(151274,194498,0,1,1,-5435.58,-706.25,393.914,-0.523598,0,0,0,0,120,0,1,0),(151275,194498,0,1,1,-5456.86,-702.988,398.34,0.506145,0,0,0,0,120,0,1,0),(151276,194498,0,1,1,-5462.33,-692.325,398.116,0.506145,0,0,0,0,120,0,1,0),(151277,194498,0,1,1,-5468,-679.295,392.318,1.29154,0,0,0,0,120,0,1,0),(151278,192676,1,1,2,7819.75,-2130.67,487.305,-2.56563,0,0,0,0,120,0,1,0),(151279,192676,1,1,2,7853.05,-2180.57,477.609,-0.314158,0,0,0,0,120,0,1,0),(151280,192676,1,1,2,7861.47,-2227.77,465.81,2.65289,0,0,0,0,120,0,1,0),(151281,192676,1,1,2,7870.76,-2124.23,489.407,-0.575957,0,0,0,0,120,0,1,0),(151282,192676,1,1,2,7889.84,-2165.81,483.64,-1.58825,0,0,0,0,120,0,1,0),(151283,192676,1,1,2,7901.09,-2199.59,483.264,-0.820303,0,0,0,0,120,0,1,0),(201,21583,1,1,1,-8165.58,-4862.22,-25.8531,0.59341,0,0,0,0,120,0,1,0),(87586,194080,571,1,1,7799.18,-2970.92,1259,0.118661,0,0,0.0592958,0.99824,300,0,1,0),(87587,194063,571,1,1,6674.62,-205.505,950.089,1.27084,0,0,0.593517,0.804821,300,0,1,0),(87588,194070,571,1,1,8435.04,-359.272,906.402,0.391197,0,0,0.194354,0.980932,300,0,1,0),(87589,194069,571,1,1,6127.09,-1078.27,403.96,1.45541,0,0,0.665158,0.746703,300,0,1,0),(87590,194079,571,1,1,3217.49,-680.655,167.536,1.82428,0,0,0.790815,0.612055,300,0,1,0),(87591,194061,571,1,1,3474.77,2002.38,64.8625,4.93995,0,0,0.622255,-0.782815,300,0,1,0),(87592,194067,571,1,1,2781.92,930.436,22.5388,2.82408,0,0,0.987425,0.158089,300,0,1,0),(87593,194062,571,1,1,3648.29,-720.879,215.033,5.78524,0,0,0.246407,-0.969166,300,0,1,0),(87594,194066,571,1,1,3573.57,254.726,47.288,0.748473,0,0,0.365562,0.930787,300,0,1,0),(87595,194078,571,1,1,3837.51,1505.4,92.0613,6.19914,0,0,0.0420117,-0.999117,300,0,1,0),(87596,194059,571,1,1,2289.64,5197.55,11.703,5.64376,0,0,0.314292,-0.949326,300,0,1,0),(87597,194060,571,1,1,4174.85,5278.33,26.6931,5.60564,0,0,0.332328,-0.943164,300,0,1,0),(87598,194068,571,1,1,3008.25,4048.31,26.6159,0.0222444,0,0,0.011122,0.999938,300,0,1,0),(87599,194076,571,1,1,3471.5,4175.09,17.193,5.69911,0,0,0.287906,-0.957659,300,0,1,0),(87600,194077,571,1,1,2814.43,6156.97,85.3594,1.80361,0,0,0.784448,0.620194,300,0,1,0),(87601,194084,571,1,1,4506.17,5710.09,81.5123,4.77926,0,0,0.683074,-0.730349,300,0,1,0),(121573,195528,1,1,1,9734.64,2253.09,1327.35,-2.47837,0,0,0,0,120,0,1,0),(121574,195529,1,1,1,9850.22,2307.11,1318.54,1.55334,0,0,0,0,120,0,1,0),(121575,195530,1,1,1,9916.29,2348.2,1330.7,-3.09792,0,0,0,0,120,0,1,0),(121670,180037,1,1,1,-1621.6,84.8822,-17.608,0.383971,0,0,0,0,120,0,1,0),(121671,180037,1,1,1,-1626.32,122.444,-17.6143,3.03684,0,0,0,0,120,0,1,0),(121672,180038,1,1,1,-1629.65,84.6767,-17.608,-2.96704,0,0,0,0,120,0,1,0),(121673,180038,1,1,1,-1637.48,114.358,-17.608,-1.3439,0,0,0,0,120,0,1,0),(121674,180038,1,1,1,-1637.57,99.8562,-17.9482,0.296705,0,0,0,0,120,0,1,0),(121675,180039,1,1,1,-1636.01,120.007,-17.4274,-3.10665,0,0,0,0,120,0,1,0),(121676,180040,1,1,1,-1617.41,107.094,-17.9482,1.0472,0,0,0,0,120,0,1,0),(121677,180040,1,1,1,-1622.79,99.1203,-17.9482,1.91986,0,0,0,0,120,0,1,0),(121678,180040,1,1,1,-1634.01,92.4223,-17.9482,-1.09956,0,0,0,0,120,0,1,0),(121679,180041,1,1,1,-1623.49,103.253,-17.9482,0.314158,0,0,0,0,120,0,1,0),(121680,180042,1,1,1,-1552.2,140.262,-7.78816,3.00195,0,0,0,0,120,0,1,0),(121681,180043,1,1,1,-1539.42,175.948,-7.74087,-0.715585,0,0,0,0,120,0,1,0),(121682,180043,1,1,1,-1548.43,147.636,-7.78623,-1.64061,0,0,0,0,120,0,1,0),(121683,180043,1,1,1,-1561.08,133.646,-7.79281,2.56563,0,0,0,0,120,0,1,0),(121684,180043,1,1,1,-1567.97,156.141,-7.79281,-2.23402,0,0,0,0,120,0,1,0),(121685,180043,1,1,1,-1568.99,128.849,-7.8061,-0.820303,0,0,0,0,120,0,1,0),(121686,180043,1,1,1,-1570.36,178.349,-7.79281,-2.89725,0,0,0,0,120,0,1,0),(121687,180043,1,1,1,-1581.15,171.485,-7.79281,0.855211,0,0,0,0,120,0,1,0),(121688,180043,1,1,1,-1585,148.296,-7.4022,-1.27409,0,0,0,0,120,0,1,0),(121689,180043,1,1,1,-1587.49,155.283,-7.65067,2.72271,0,0,0,0,120,0,1,0),(121690,180043,1,1,1,-1595.11,122.629,-12.663,-1.98967,0,0,0,0,120,0,1,0),(121691,180043,1,1,1,-1611.67,125.546,-16.6683,-1.18682,0,0,0,0,120,0,1,0),(121692,180043,1,1,1,-1621.26,96.0627,-17.9482,-3.12412,0,0,0,0,120,0,1,0),(121693,180043,1,1,1,-1630.45,120.031,-17.9482,2.05949,0,0,0,0,120,0,1,0),(121694,180043,1,1,1,-1635.22,95.9483,-17.9482,-2.91469,0,0,0,0,120,0,1,0),(121695,180044,1,1,1,-1562.33,158.394,-8.70947,-3.05433,0,0,0,0,120,0,1,0),(121696,180045,1,1,1,-1468.2,195.75,-7.7928,1.13446,0,0,0,0,120,0,1,0),(121697,180045,1,1,1,-1475,206.091,-7.7928,3.07177,0,0,0,0,120,0,1,0),(121698,180045,1,1,1,-1480.7,194.74,-7.7928,-0.994837,0,0,0,0,120,0,1,0),(121699,180046,1,1,1,-1472.15,197.684,-7.7928,2.72271,0,0,0,0,120,0,1,0),(121700,180046,1,1,1,-1474.17,201.193,-7.7928,-1.76278,0,0,0,0,120,0,1,0),(121701,180046,1,1,1,-1475.91,201.198,-7.7928,-1.32645,0,0,0,0,120,0,1,0),(121702,180046,1,1,1,-1477.01,197.78,-7.7928,0.436332,0,0,0,0,120,0,1,0),(121703,180047,1,1,1,-1472.44,196.713,-7.7928,2.72271,0,0,0,0,120,0,1,0),(121704,180047,1,1,1,-1475.06,201.665,-7.7928,-1.71042,0,0,0,0,120,0,1,0),(121705,180047,1,1,1,-1476.58,196.844,-7.7928,0.663223,0,0,0,0,120,0,1,0),(121706,180048,1,1,1,-1472.38,196.724,-7.2928,2.60054,0,0,0,0,120,0,1,0),(121707,180048,1,1,1,-1474.98,201.706,-7.28586,0.663223,0,0,0,0,120,0,1,0),(121708,180049,1,1,1,-1475.23,201.589,-7.27891,-0.942477,0,0,0,0,120,0,1,0),(121709,180049,1,1,1,-1476.65,196.78,-7.28586,-2.58308,0,0,0,0,120,0,1,0),(121710,180053,1,1,1,-1474.75,198.769,-7.9178,1.22173,0,0,0,0,120,0,1,0),(121711,180452,1,1,1,-1324.73,87.0376,129.707,-2.77507,0,0,0,0,120,0,1,0),(100000,178666,1,1,1,9977.52,2190.41,1328.93,0.0523589,0,0,0,0,120,0,1,0),(100001,178666,1,1,1,9985.63,2205.99,1328.43,1.5708,0,0,0,0,120,0,1,0),(100002,186221,1,1,1,9970.78,2223.27,1329.55,-1.91986,0,0,0,0,120,0,1,0),(100003,186257,1,1,1,9970.73,2219.56,1329.53,0.820303,0,0,0,0,120,0,1,0),(100004,186259,1,1,1,9984.51,2199.9,1328.52,-0.418879,0,0,0,0,120,0,1,0),(100005,186260,1,1,1,9971.86,2190.39,1328.98,-1.62316,0,0,0,0,120,0,1,0),(100006,195253,1,1,1,10119.3,2216.15,1351.82,2.16421,0,0,0,0,120,0,1,0),(100007,195253,1,1,1,10130.9,2224.83,1352.22,2.21657,0,0,0,0,120,0,1,0),(100008,195253,1,1,1,10144.3,2233.66,1352.2,2.16421,0,0,0,0,120,0,1,0),(100009,195253,1,1,1,9908.32,2270.95,1355.09,-1.55334,0,0,0,0,120,0,1,0),(100010,195253,1,1,1,9919.38,2271.49,1355.09,-1.53589,0,0,0,0,120,0,1,0),(100011,195253,1,1,1,9930.41,2271.81,1355.08,-1.55334,0,0,0,0,120,0,1,0),(100012,195253,1,1,1,9973.71,2273.31,1355.09,-1.53589,0,0,0,0,120,0,1,0),(100013,195253,1,1,1,9985.81,2272.69,1355,-1.58825,0,0,0,0,120,0,1,0),(100014,195253,1,1,1,9996.89,2273.38,1355.08,-1.55334,0,0,0,0,120,0,1,0),(100015,195263,1,1,1,10072.8,2344.4,1335.17,-0.733038,0,0,0,0,120,0,1,0),(100016,195263,1,1,1,10091.1,2264.78,1346.51,0.471238,0,0,0,0,120,0,1,0),(100017,195263,1,1,1,10147.9,2358.49,1341.1,1.309,0,0,0,0,120,0,1,0),(100018,195263,1,1,1,9695.81,2338.86,1340.98,2.18166,0,0,0,0,120,0,1,0),(100019,195263,1,1,1,9737.77,2294.83,1346.49,-0.698132,0,0,0,0,120,0,1,0),(100020,195263,1,1,1,9798.35,2309.28,1330.56,-1.8675,0,0,0,0,120,0,1,0),(100021,195263,1,1,1,9821.78,2252.39,1346.21,-0.244346,0,0,0,0,120,0,1,0),(100022,195263,1,1,1,9857.45,2344.73,1334.97,2.89725,0,0,0,0,120,0,1,0),(100023,195264,1,1,1,9666,2517.08,1333.64,0.820303,0,0,0,0,120,0,1,0),(100024,185295,530,1,1,3605.76,7186.07,138.901,2.30383,0,0,0.913545,0.406737,181,100,1,0),(259239,401007,1,1,1,5086.19,-5116.32,931.162,4.78877,0,0,0.679593,-0.733589,150,0,1,0),(100026,202080,1,1,1,-2539.28,-3493.19,43.0161,2.17591,0,0,0.88568,0.464296,3600,0,1,0),(100027,202080,1,1,1,-2634.25,-3412.18,36.369,1.4773,0,0,0.673291,0.739378,3600,0,1,0),(100028,202080,1,1,1,-2644.25,-3560.39,35.17,4.86433,0,0,0.651399,-0.758736,3600,0,1,0),(100029,202080,1,1,1,-2694.75,-3490.86,35.7071,3.86295,0,0,0.935658,-0.352908,3600,0,1,0),(100030,195037,1,1,1,-7935.43,-2779.69,12.6429,0,0,0,0,0,120,0,1,0),(100031,195037,1,1,1,-7963.35,-2788.04,12.0859,0,0,0,0,0,120,0,1,0),(100032,195037,1,1,1,-7999.91,-2638.71,-44.393,0,0,0,0,0,120,0,1,0),(100033,195037,1,1,1,-8004.03,-2598.6,9.51035,0,0,0,0,0,120,0,1,0),(100034,195037,1,1,1,-8007.31,-2701.95,10.5176,0,0,0,0,0,120,0,1,0),(100035,195037,1,1,1,-8013.09,-2633.86,9.43958,0,0,0,0,0,120,0,1,0),(100036,195037,1,1,1,-8017.94,-2780.25,11.9417,0,0,0,0,0,120,0,1,0),(100037,195037,1,1,1,-8050.88,-2741.29,10.4296,0,0,0,0,0,120,0,1,0),(100038,195037,1,1,1,-8054.43,-2577.63,9.10508,0,0,0,0,0,120,0,1,0),(100039,195037,1,1,1,-8085.03,-2661.69,9.30822,0,0,0,0,0,120,0,1,0),(100040,195037,1,1,1,-8107.44,-2583.98,11.3339,0,0,0,0,0,120,0,1,0),(100041,195037,1,1,1,-8107.86,-2722.9,10.3382,0,0,0,0,0,120,0,1,0),(100042,195037,1,1,1,-8148.46,-2662.33,9.31215,0,0,0,0,0,120,0,1,0),(100043,195037,1,1,1,-8170.2,-2551.16,11.1808,0,0,0,0,0,120,0,1,0),(100044,195037,1,1,1,-8187.18,-2590.54,9.21522,0,0,0,0,0,120,0,1,0),(100045,195037,1,1,1,-8194.86,-2422.63,9.89169,0,0,0,0,0,120,0,1,0),(100046,195037,1,1,1,-8208.9,-2503.29,9.73857,0,0,0,0,0,120,0,1,0),(100047,195037,1,1,1,-8231,-2423.77,9.98842,0,0,0,0,0,120,0,1,0),(100048,195037,1,1,1,-8231.29,-2519.54,8.99892,0,0,0,0,0,120,0,1,0),(100049,195037,1,1,1,-8248.71,-2483.66,9.36911,0,0,0,0,0,120,0,1,0),(100050,195037,1,1,1,-8258.06,-2534.28,9.15517,0,0,0,0,0,120,0,1,0),(100051,195037,1,1,1,-8264.43,-2376.82,8.79964,0,0,0,0,0,120,0,1,0),(100052,195037,1,1,1,-8265.19,-2577.07,11.0042,0,0,0,0,0,120,0,1,0),(100053,195037,1,1,1,-8279.36,-2450.8,10.726,0,0,0,0,0,120,0,1,0),(100055,187117,571,1,1,97.5201,-3684.33,2.94387,-2.02458,0,0,0,0,120,0,1,0),(100056,202078,631,15,1,503.62,-2124.65,836.607,3.14159,0,0,0,1,604800,255,1,0),(100057,202141,631,15,1,473.748,-2096.48,840.857,3.14159,0,0,1,0,604800,255,1,0),(100058,202142,631,15,1,473.748,-2152.83,840.857,-1.5708,0,0,1,0,604800,255,1,0),(100059,202143,631,15,1,533.56,-2152.83,840.857,0,0,0,1,0,604800,255,1,0),(100060,202144,631,15,1,533.56,-2096.48,840.857,1.5708,0,0,1,0,604800,255,1,0),(100061,202161,631,15,1,503.62,-2124.66,836.607,3.14159,0,0,0,1,604800,255,1,0),(100062,202190,631,15,1,503.62,-2124.65,840.522,3.14159,0,0,1,0,604800,255,1,0),(100063,202436,631,15,1,426.561,-2123.86,864.889,-3.12412,0,0,0,1,-604800,255,1,0),(100064,202437,631,15,1,425.089,-2123.31,858.675,0,0,0,0,1,604800,255,1,0),(100067,2855,0,1,1,-1697.28,-3524.51,61.3946,0.541051,0,0,0,0,120,0,1,0),(100068,2855,0,1,1,-878.108,-2069.24,35.637,0.383971,0,0,0,0,120,0,1,0),(100069,2855,0,1,1,-11567.4,-574.548,28.9122,2.42601,0,0,0,0,120,0,1,0),(100070,2857,0,1,1,-1749.69,-1682.1,52.7428,-1.53589,0,0,0,0,120,0,1,0),(100071,3659,0,1,1,-514.694,-1367.44,52.4409,1.16937,0,0,0,0,120,0,1,0),(100072,3706,0,1,1,-11677.3,564.691,50.607,0.122173,0,0,0,0,120,0,1,0),(100073,3707,0,1,1,-12029.3,-995.559,49.8936,3.07177,0,0,0,0,120,0,1,0),(100074,3707,0,1,1,-11501.2,-612.834,36.314,-0.733038,0,0,0,0,120,0,1,0),(100075,3707,0,1,1,-1046.3,-2823.23,42.1361,-2.18166,0,0,0,0,120,0,1,0),(100076,3719,0,1,1,-5316.5,-1053.26,393.347,-1.79769,0,0,0,0,120,0,1,0),(100077,3797,0,1,1,1511.39,-5812.93,132.385,1.77151,0,0,0,0,120,0,1,0),(100078,3798,0,1,1,1511.51,-5813.82,132.385,0.479964,0,0,0,0,120,0,1,0),(100079,19018,0,1,1,-2646.41,-1246.57,-14.4196,0.0698117,0,0,0,0,120,0,1,0),(100080,19018,0,1,1,-2517.14,-1307.27,-42.1596,1.23918,0,0,0,0,120,0,1,0),(100081,22223,0,1,1,-4033.19,-1488.53,166.848,-0.698157,0,0,0,0,120,0,1,0),(100082,29741,0,1,1,-4598.46,-1716.81,503.483,2.80998,0,0,0,0,120,0,1,0),(100083,29742,0,1,1,-4590.05,-1724.01,510.353,-1.07338,0,0,0,0,120,0,1,0),(100084,29744,0,1,1,-4592.08,-1725.09,510.353,-0.026181,0,0,0,0,120,0,1,0),(100085,29747,0,1,1,-4600.95,-1716.9,503.483,0.628319,0,0,0,0,120,0,1,0),(100086,153454,0,1,1,1608.74,-5415.46,76.3989,0.663223,0,0,0,0,120,0,1,0),(100087,153470,0,1,1,332.637,-2122.37,104.618,0.628317,0,0,0,0,120,0,1,0),(100088,179488,0,1,1,-535.313,-1338.79,64.8361,-0.733038,0,0,0,0,120,0,1,0),(100089,180685,0,1,1,-2098.93,-1977.7,0,-3.12412,0,0,0,0,120,0,1,0),(100090,190399,571,1,1,5663.61,-2899.61,274.378,2.74016,0,0,0,0,120,0,1,0),(100091,190402,578,1,1,1158.63,1165.1,527.322,1.95106,0,0,0,0,120,0,1,0),(100092,190402,578,1,1,1151.58,1177.87,526.812,-0.910457,0,0,0,0,120,0,1,0),(100093,190542,571,1,1,5682.4,-2818.2,273.714,-0.436332,0,0,0,0,120,0,1,0),(100094,190542,571,1,1,5674.29,-2872.01,274.378,2.11185,0,0,0,0,120,0,1,0),(100095,190836,571,1,1,6417.69,-3946.6,471.102,1.58825,0,0,0,0,120,0,1,0),(100096,190836,571,1,1,6494.58,-4023.28,470.664,1.58825,0,0,0,0,120,0,1,0),(17823,181306,0,1,1,-8262.33,-2628.3,134.266,2.00713,0,0,0,1,120,255,1,0),(17822,181305,0,1,1,-8258.54,-2624.8,133.5,5.98648,0,0,0,1,120,255,1,0),(100099,192166,571,1,66,6505.96,295.849,405.547,-2.71398,0,0,0,0,120,0,1,0),(100100,192239,571,1,1,5852.04,-3111.91,345.308,-1.12574,0,0,0,0,120,0,1,0),(17821,181302,0,1,1,-8263.3,-2627.12,134.568,2.94959,0,0,0,1,120,255,1,0),(100102,192579,571,1,66,6697.83,583.688,424.279,2.50454,0,0,0,0,120,0,1,0),(100103,192618,571,1,1,5931.29,-3036.54,393.402,2.01585,0,0,0,0,120,0,1,0),(17820,181302,0,1,1,-8265.07,-2627.14,135.054,1.98967,0,0,0,1,120,255,1,0),(100105,192806,571,1,66,6544.9,360.017,430.199,1.35263,0,0,0,0,120,0,1,0),(100106,192807,571,1,66,6546.53,349.591,426.611,-1.98095,0,0,0,0,120,0,1,0),(100107,192808,571,1,66,6553.61,365.798,484.115,-2.39983,0,0,0,0,120,0,1,0),(100108,192809,571,1,66,6542.4,310.59,407.45,1.50098,0,0,0,0,120,0,1,0),(100109,192810,571,1,66,6543.75,319.347,435.594,-1.50098,0,0,0,0,120,0,1,0),(100110,192811,571,1,66,6548.49,295.183,465.685,-2.26893,0,0,0,0,120,0,1,0),(100111,192812,571,1,66,6502.74,304.816,427.362,1.32645,0,0,0,0,120,0,1,0),(100112,192813,571,1,66,6531.8,290.431,449.948,0.514871,0,0,0,0,120,0,1,0),(100113,192814,571,1,66,6517.35,288.731,438.022,0.139624,0,0,0,0,120,0,1,0),(100114,192815,571,1,66,6505.7,288.696,412.523,3.06302,0,0,0,0,120,0,1,0),(100115,192816,571,1,66,6530.58,293.439,420.612,0.165805,0,0,0,0,120,0,1,0),(100116,192817,571,1,66,6475.61,272.531,417.847,-2.17294,0,0,0,0,120,0,1,0),(100117,192818,571,1,1,5843.26,578.521,625.168,-2.58308,0,0,0,0,120,0,1,0),(100118,192823,571,1,1,5872.77,606.129,650.324,0.104719,0,0,0,0,120,0,1,0),(100119,192824,571,1,1,5852.09,658.57,659.553,1.18682,0,0,0,0,120,0,1,0),(100120,192825,571,1,1,5886.42,612.686,651.19,0.349065,0,0,0,0,120,0,1,0),(100121,192827,571,1,1,5985.08,664.723,642.371,-1.48353,0,0,0,0,120,0,1,0),(100122,192828,571,1,1,5798.44,678.912,160.892,1.62316,0,0,0,0,120,0,1,0),(100123,192828,571,1,1,5754.5,576.896,158.428,2.86234,0,0,0,0,120,0,1,0),(100124,192828,571,1,1,5654.83,675.39,153.071,2.84488,0,0,0,0,120,0,1,0),(100125,192828,571,1,1,5716.18,690.063,149.764,-2.02458,0,0,0,0,120,0,1,0),(151797,192905,571,1,1,5814.52,582.112,652.751,0.244346,0,0,0,0,10800,0,1,0),(100127,192936,571,1,198,6425.97,407.079,507.842,-0.366518,0,0,0,0,120,0,1,0),(100128,192937,571,1,198,6386.48,571.164,501.697,1.58825,0,0,0,0,120,0,1,0),(100129,192938,571,1,198,6406.38,431.123,511.174,0.532325,0,0,0,0,120,0,1,0),(100130,192953,571,1,198,6374.75,444.729,511.289,-0.314159,0,0,0,0,120,0,1,0),(100131,192954,571,1,198,6366.97,457.694,511.291,1.43989,0,0,0,0,120,0,1,0),(100132,192955,571,1,198,6390.6,478.139,510.292,-0.82903,0,0,0,0,120,0,1,0),(100133,192956,571,1,198,6374.09,449.968,511.292,0.130899,0,0,0,0,120,0,1,0),(100134,192957,571,1,198,6393.23,422.639,511.202,1.37881,0,0,0,0,120,0,1,0),(100135,192982,571,1,510,6366.62,450.197,511.291,-1.51844,0,0,0,0,120,0,1,0),(100136,192992,571,1,510,6502.52,477.211,431.808,-2.66163,0,0,0,0,120,0,1,0),(100137,192993,571,1,510,6506.52,480.656,425.953,0.479966,0,0,0,0,120,0,1,0),(100138,192995,571,1,510,6406.13,463.06,530.913,0.165805,0,0,0,0,120,0,1,0),(100139,192996,571,1,510,6505.05,453.483,447.724,-0.0174525,0,0,0,0,120,0,1,0),(100140,192997,571,1,510,6499.02,452.644,442.692,0.14835,0,0,0,0,120,0,1,0),(100141,192999,571,1,510,6504.49,433.452,457.43,2.69648,0,0,0,0,120,0,1,0),(100142,193000,571,1,510,6522.98,430.228,457.063,-0.200713,0,0,0,0,120,0,1,0),(100143,193001,571,1,510,6512.24,432.347,461.362,0.741763,0,0,0,0,120,0,1,0),(100144,193002,571,1,510,6495.35,471.472,430.421,-2.45216,0,0,0,0,120,0,1,0),(100145,193003,571,1,194,6418.32,423.006,511.121,0.802851,0,0,0,0,120,0,1,0),(100146,193610,571,1,1,5742.82,693.094,618.549,-0.610865,0,0,0,0,120,0,1,0),(100147,194126,571,1,1,6548.86,-4301.58,453.312,-0.663223,0,0,0,0,120,0,1,0),(100148,194126,571,1,1,6468.72,-4288.45,456.842,2.61799,0,0,0,0,120,0,1,0),(100149,194126,571,1,1,6494.62,-4280.69,451.369,1.43117,0,0,0,0,120,0,1,0),(100150,194126,571,1,1,6528.77,-4303.96,453.37,0.977383,0,0,0,0,120,0,1,0),(100151,194126,571,1,1,6540.09,-4320.39,450.542,3.03684,0,0,0,0,120,0,1,0),(100152,194126,571,1,1,6965.46,-4270.26,452.758,-1.69297,0,0,0,0,120,0,1,0),(100153,194126,571,1,1,7053.26,-4253.89,453.405,2.44346,0,0,0,0,120,0,1,0),(100154,194126,571,1,1,7078.56,-4263.66,451.157,1.18682,0,0,0,0,120,0,1,0),(100155,194126,571,1,1,6442.18,-4265.57,451.821,-0.401425,0,0,0,0,120,0,1,0),(100156,195603,0,1,1,-8815.17,652.927,94.8966,-1.40499,0,0,0,0,120,0,1,0),(100157,195604,0,1,1,-8861.5,636.744,96.1785,1.91113,0,0,0,0,120,0,1,0),(100158,195614,0,1,1,-8811.28,838.164,99.0288,-0.122173,0,0,0,0,120,0,1,0),(100159,195615,0,1,1,-8826.53,725.576,98.6769,-1.15192,0,0,0,0,120,0,1,0),(100160,202218,571,1,1,8105,772.726,481.245,0.680677,0,0,0,0,120,0,1,0),(100161,181798,530,1,1,-109.077,6966.76,19.5727,1.62316,0,0,0,0,120,0,1,0),(100162,181798,530,1,1,-197.019,6242.23,22.0115,-2.61799,0,0,0,0,120,0,1,0),(100163,181871,530,1,1,682.745,5346.45,-24.7876,-3.10665,0,0,0,0,120,0,1,0),(100164,181871,530,1,1,583.882,5246.76,-10.7379,-3.08918,0,0,0,0,120,0,1,0),(100165,181871,530,1,1,522.54,5315.25,-24.469,-2.04204,0,0,0,0,120,0,1,0),(100166,181872,530,1,1,350.368,5348.52,20.721,-0.95993,0,0,0,0,120,0,1,0),(100167,181872,530,1,1,682.958,5414.77,-27.3941,-1.95477,0,0,0,0,120,0,1,0),(100168,181873,530,1,1,450.495,5315.73,-1.43849,-0.261798,0,0,0,0,120,0,1,0),(100169,181873,530,1,1,484.165,5284.42,-2.87916,-0.90757,0,0,0,0,120,0,1,0),(100170,181874,530,1,1,684.896,5281.9,-10.5123,2.58308,0,0,0,0,120,0,1,0),(100171,181874,530,1,1,646.842,5448.71,-26.7155,1.09956,0,0,0,0,120,0,1,0),(100172,181874,530,1,1,487.207,5345.97,-5.20887,-0.139624,0,0,0,0,120,0,1,0),(100173,181874,530,1,1,457.729,5252.07,1.61714,3.14159,0,0,0,0,120,0,1,0),(100174,181875,530,1,1,749.578,5283.99,-0.066215,0.506145,0,0,0,0,120,0,1,0),(100175,181875,530,1,1,649.538,5248.65,-6.79209,-3.08918,0,0,0,0,120,0,1,0),(100176,181875,530,1,1,648.729,5382.64,-24.2999,0.645772,0,0,0,0,120,0,1,0),(100177,181875,530,1,1,617.66,5346.63,-29.6865,2.87979,0,0,0,0,120,0,1,0),(100178,181875,530,1,1,579.552,5315.64,-27.9692,2.26893,0,0,0,0,120,0,1,0),(100179,181876,530,1,1,548.359,5280.79,-15.6397,0.366518,0,0,0,0,120,0,1,0),(100180,181876,530,1,1,549.276,5349.8,-26.9845,-2.04204,0,0,0,0,120,0,1,0),(100181,182116,530,1,1,414.635,6311.32,23.4579,0.90757,0,0,0,0,120,0,1,0),(100182,182116,530,1,1,329.319,6124.44,17.3741,-1.67551,0,0,0,0,120,0,1,0),(100183,182116,530,1,1,317.885,6271.54,19.5117,-0.104719,0,0,0,0,120,0,1,0),(100184,182116,530,1,1,106.252,6025.12,17.6529,1.62316,0,0,0,0,120,0,1,0),(100185,182119,530,1,1,784.868,5345.26,0.509756,-0.925024,0,0,0,0,120,0,1,0),(100186,182119,530,1,1,671.271,5426.03,-24.4541,-0.104719,0,0,0,0,120,0,1,0),(100187,182119,530,1,1,631.984,5390.83,-24.4512,-0.0698117,0,0,0,0,120,0,1,0),(100188,182119,530,1,1,483.693,5260.94,-0.468056,2.61799,0,0,0,0,120,0,1,0),(100189,182139,530,1,1,-233.861,7032.65,18.4706,1.43117,0,0,0,0,120,0,1,0),(100190,182139,530,1,1,-216.573,7067.33,18.9056,-2.26893,0,0,0,0,120,0,1,0),(100191,182139,530,1,1,-199.924,7315.18,56.7761,1.97222,0,0,0,0,120,0,1,0),(100192,182139,530,1,1,-135.537,7087.72,17.4921,1.79769,0,0,0,0,120,0,1,0),(100193,182139,530,1,1,-134.533,7020.82,23.6492,-0.925024,0,0,0,0,120,0,1,0),(100194,182139,530,1,1,-118.233,7007.3,18.6213,-0.0174525,0,0,0,0,120,0,1,0),(100195,182139,530,1,1,-112.642,6976.46,17.7378,2.02458,0,0,0,0,120,0,1,0),(100196,182400,530,1,1,-572.066,5843.36,20.695,0.320558,0,0,0,0,120,0,1,0),(100197,182952,530,1,1,-270.127,6586.88,18.2676,-2.51327,0,0,0,0,120,0,1,0),(100198,183043,530,1,1,627.611,5326.46,-25.0848,2.21657,0,0,0,0,120,0,1,0),(100199,184740,530,1,1,-85.7509,7135.09,18.83,-1.53589,0,0,0,0,120,0,1,0),(100200,184740,530,1,1,-193.21,7317.55,57.2283,-0.820303,0,0,0,0,120,0,1,0),(100201,184740,530,1,1,-184.306,7243.5,23.5373,-0.890117,0,0,0,0,120,0,1,0),(100202,184740,530,1,1,-172.914,7281.72,23.6016,0.436332,0,0,0,0,120,0,1,0),(100203,184740,530,1,1,-168.957,7252.73,30.0708,2.68781,0,0,0,0,120,0,1,0),(100204,184740,530,1,1,-150.863,7260.74,23.3839,-1.48353,0,0,0,0,120,0,1,0),(100205,184740,530,1,1,-114.782,6970.4,19.3841,-0.087266,0,0,0,0,120,0,1,0),(100206,185497,530,1,1,-428.853,5378.44,158.249,2.18166,0,0,0,0,120,0,1,0),(100207,185497,530,1,1,-432.423,5448.58,110.553,-1.98967,0,0,0,0,120,0,1,0),(100208,185497,530,1,1,463.437,6138.85,55.1744,-1.5708,0,0,0,0,120,0,1,0),(100209,185497,530,1,1,-50.5574,6870.62,107.188,-1.23918,0,0,0,0,120,0,1,0),(100210,185497,530,1,1,-51.5966,6280.62,81.7391,0.209439,0,0,0,0,120,0,1,0),(100211,185497,530,1,1,-659.168,5406.11,100.273,2.3911,0,0,0,0,120,0,1,0),(100212,185497,530,1,1,-78.0924,6205.81,53.9633,-0.104719,0,0,0,0,120,0,1,0),(100213,185497,530,1,1,79.2718,6978.63,52.6167,-1.25664,0,0,0,0,120,0,1,0),(100214,185497,530,1,1,-97.4168,6992.39,107.046,2.07694,0,0,0,0,120,0,1,0),(100215,185497,530,1,1,-329.04,6718.05,133.938,-2.80998,0,0,0,0,120,0,1,0),(100216,185497,530,1,1,301.916,6228.06,185.873,-2.32129,0,0,0,0,120,0,1,0),(100217,185497,530,1,1,-1048.23,5528.17,170.484,-0.506145,0,0,0,0,120,0,1,0),(100218,185497,530,1,1,164.787,6665.86,102.888,-0.087266,0,0,0,0,120,0,1,0),(100219,185497,530,1,1,-172.577,7134.71,104.247,-2.91469,0,0,0,0,120,0,1,0),(100220,185497,530,1,1,-195.785,7038.14,60.0669,2.79252,0,0,0,0,120,0,1,0),(100221,185497,530,1,1,-205.154,6845.81,105.134,0.0698117,0,0,0,0,120,0,1,0),(100222,185497,530,1,1,240.789,6555.64,64.7314,3.14159,0,0,0,0,120,0,1,0),(100223,185497,530,1,1,-256.675,6638.41,50.4431,-2.30383,0,0,0,0,120,0,1,0),(100224,185497,530,1,1,-276.353,6977.62,144.298,-1.95477,0,0,0,0,120,0,1,0),(100225,185497,530,1,1,-278.043,7090.24,101.544,0.785397,0,0,0,0,120,0,1,0),(100226,185500,530,1,1,-40.9954,7046.84,95.3652,-2.426,0,0,0,0,120,0,1,0),(100227,185500,530,1,1,-557.794,5427.27,114.762,-1.5708,0,0,0,0,120,0,1,0),(100228,185500,530,1,1,70.854,6976.38,135.507,-0.680679,0,0,0,0,120,0,1,0),(100229,185500,530,1,1,-256.556,6361.54,49.9783,2.09439,0,0,0,0,120,0,1,0),(100230,185500,530,1,1,-18.2486,5745.34,93.5659,-0.104719,0,0,0,0,120,0,1,0),(100231,185500,530,1,1,-143.589,6285.01,103.927,-1.74533,0,0,0,0,120,0,1,0),(100232,185500,530,1,1,-137.235,6213.91,98.8816,-2.9845,0,0,0,0,120,0,1,0),(100233,185500,530,1,1,-127.401,7000.71,63.4882,0.122173,0,0,0,0,120,0,1,0),(100234,185967,530,1,1,-1883.88,5436.72,-12.7662,-0.322882,0,0,0,0,120,0,1,0),(100235,185997,530,1,1,-1846.91,5569.79,-7.04897,-1.28282,0,0,0,0,120,0,1,0),(100236,187370,530,1,1,-1614.86,5328.14,-40.296,-1.10828,0,0,0,0,120,0,1,0),(100237,192818,571,1,1,5921.76,571.95,594.558,-0.436332,0,0,0,0,120,0,1,0),(100238,192818,571,1,1,5800.64,690.35,619.03,2.05949,0,0,0,0,120,0,1,0),(100239,192818,571,1,1,5797.83,587.322,611.262,-3.12412,0,0,0,0,120,0,1,0),(100240,192818,571,1,1,5773.21,627.914,609.708,-1.36136,0,0,0,0,120,0,1,0),(100241,192823,571,1,1,5901.89,600.055,658.191,0.471238,0,0,0,0,120,0,1,0),(100242,192824,571,1,1,5892.73,587.291,659.425,-0.610864,0,0,0,0,120,0,1,0),(100243,192824,571,1,1,5700.62,539.499,648.704,0.296705,0,0,0,0,120,0,1,0),(100244,192827,571,1,1,5934.06,660.366,642.925,-0.593412,0,0,0,0,120,0,1,0),(100245,192827,571,1,1,5846.49,490.765,657.256,-0.767944,0,0,0,0,120,0,1,0),(100246,192827,571,1,1,5831.6,763.82,640.302,1.76278,0,0,0,0,120,0,1,0),(100247,192827,571,1,1,5767.65,770.375,640.46,-1.74533,0,0,0,0,120,0,1,0),(100248,192827,571,1,1,5675.63,737.063,641.646,-0.0174525,0,0,0,0,120,0,1,0),(100249,192827,571,1,1,5666.19,708.823,641.726,-2.14675,0,0,0,0,120,0,1,0),(100250,192828,571,1,1,5788.99,698.462,158.895,2.61799,0,0,0,0,120,0,1,0),(100251,192828,571,1,1,5768.54,745.891,148.569,2.21657,0,0,0,0,120,0,1,0),(100252,192828,571,1,1,5676.83,711.471,149.566,-1.88495,0,0,0,0,120,0,1,0),(100253,192828,571,1,1,5645.96,702.321,154.506,2.91469,0,0,0,0,120,0,1,0),(151796,192871,571,1,1,5814.52,582.112,652.751,0.244346,0,0,0,0,10800,0,1,0),(100255,193610,571,1,1,5720.55,676.02,612.315,-0.261798,0,0,0,0,120,0,1,0),(100256,193610,571,1,1,5937.33,562.231,609.913,0.174532,0,0,0,0,120,0,1,0),(100257,193981,530,1,1,-1855.42,5656.15,129.312,2.26893,0,0,0,0,120,0,1,0),(100258,200296,571,1,1,5797.04,694.071,657.949,-1.44862,0,0,0,0,120,0,1,0),(100259,200297,571,1,1,5801.5,689.701,663.191,1.18682,0,0,0,0,120,0,1,0),(100260,181875,530,1,1,412.341,5416.81,19.1704,-2.37364,0,0,0,0,120,0,1,0),(100261,181872,530,1,1,584.347,5448.97,-9.98813,1.39626,0,0,0,0,120,0,1,0),(100262,181873,530,1,1,385.344,5450.5,22.0013,-2.21657,0,0,0,0,120,0,1,0),(100263,181873,530,1,1,385.344,5450.5,22.0013,-2.21657,0,0,0,0,120,0,1,0),(100264,181876,530,1,1,516.473,5517.89,15.7617,0.523598,0,0,0,0,120,0,1,0),(100265,181876,530,1,1,512.716,5448.47,0.12878,-0.733038,0,0,0,0,120,0,1,0),(100266,181876,530,1,1,479.906,5481.69,15.1163,1.58825,0,0,0,0,120,0,1,0),(100267,182116,530,1,1,101.439,6092.91,17.3741,2.00713,0,0,0,0,120,0,1,0),(100268,182116,530,1,1,130.03,6208.4,21.3329,2.75761,0,0,0,0,120,0,1,0),(100269,182116,530,1,1,144.04,6073.34,23.3788,2.30383,0,0,0,0,120,0,1,0),(100270,182116,530,1,1,302.283,6191.51,22.8614,0.349065,0,0,0,0,120,0,1,0),(100271,182116,530,1,1,351.892,5896.4,17.8888,-2.21657,0,0,0,0,120,0,1,0),(100272,182116,530,1,1,366.759,5796.13,21.7268,0.261798,0,0,0,0,120,0,1,0),(100273,182116,530,1,1,377.377,6155.25,22.3952,-2.56563,0,0,0,0,120,0,1,0),(100274,182116,530,1,1,411.45,5877.96,23.8915,2.05949,0,0,0,0,120,0,1,0),(100275,182116,530,1,1,411.45,5877.96,23.8915,2.05949,0,0,0,0,120,0,1,0),(100276,182116,530,1,1,101.439,6092.91,17.3741,2.00713,0,0,0,0,120,0,1,0),(100277,182116,530,1,1,130.03,6208.4,21.3329,2.75761,0,0,0,0,120,0,1,0),(100278,182116,530,1,1,135.496,6045.47,22.3512,-1.46608,0,0,0,0,120,0,1,0),(100279,182116,530,1,1,144.04,6073.34,23.3788,2.30383,0,0,0,0,120,0,1,0),(100280,182116,530,1,1,255.13,6094.23,17.3741,1.36136,0,0,0,0,120,0,1,0),(100281,182116,530,1,1,302.283,6191.51,22.8614,0.349065,0,0,0,0,120,0,1,0),(100282,182116,530,1,1,331.684,5944.51,17.3741,0.785397,0,0,0,0,120,0,1,0),(100283,182116,530,1,1,347.531,6164.19,19.2127,0.872664,0,0,0,0,120,0,1,0),(100284,182116,530,1,1,351.892,5896.4,17.8888,-2.21657,0,0,0,0,120,0,1,0),(100285,182116,530,1,1,366.759,5796.13,21.7268,0.261798,0,0,0,0,120,0,1,0),(100286,182116,530,1,1,377.377,6155.25,22.3952,-2.56563,0,0,0,0,120,0,1,0),(100287,182119,530,1,1,478.806,5419.97,2.13749,-0.785397,0,0,0,0,120,0,1,0),(100288,182119,530,1,1,525.37,5456.01,-0.68419,1.15192,0,0,0,0,120,0,1,0),(100289,182139,530,1,1,-361.882,7242.5,52.6647,0.59341,0,0,0,0,120,0,1,0),(100290,182139,530,1,1,-310.054,7228,30.5561,1.74533,0,0,0,0,120,0,1,0),(100291,182139,530,1,1,-293.075,7218.43,24.5668,0.366518,0,0,0,0,120,0,1,0),(100292,182271,530,1,1,-209.975,5425.8,21.1276,-2.74889,0,0,0,0,120,0,1,0),(100293,182314,530,1,1,-49.7271,5548.37,26.3178,2.48709,0,0,0,0,120,0,1,0),(100294,182402,530,1,1,-824.189,5787.44,22.9454,-1.18777,0,0,0,0,120,0,1,0),(100295,182952,530,1,1,-156.585,5752.54,18.3581,1.06465,0,0,0,0,120,0,1,0),(100296,183418,530,1,1,-1045.73,5243.11,22.333,-1.5708,0,0,0,0,120,0,1,0),(100297,183441,558,1,1,62.6931,-398.407,29.6639,-0.95993,0,0,0,0,120,0,1,0),(100298,184740,530,1,1,-216.55,7323.26,31.9661,-2.56563,0,0,0,0,120,0,1,0),(100299,185497,530,1,1,-770.9,5357.92,47.7945,-2.11185,0,0,0,0,120,0,1,0),(100300,185497,530,1,1,-745.1,5522.61,89.5085,-1.23918,0,0,0,0,120,0,1,0),(100301,185497,530,1,1,-96.1777,5696.83,177.037,-2.91469,0,0,0,0,120,0,1,0),(100302,185497,530,1,1,-300.081,7228.4,93.4519,1.22173,0,0,0,0,120,0,1,0),(100303,185497,530,1,1,-281.489,7292.75,120.224,2.00713,0,0,0,0,120,0,1,0),(100304,185500,530,1,1,-951.425,5336.33,48.0389,2.44346,0,0,0,0,120,0,1,0),(100305,185500,530,1,1,259.399,5602.71,126.351,-2.54818,0,0,0,0,120,0,1,0),(100306,185500,530,1,1,-356.765,5528.44,84.9729,0.942477,0,0,0,0,120,0,1,0),(100307,185500,530,1,1,-40.9521,5435.14,146.693,-2.79252,0,0,0,0,120,0,1,0),(100308,185500,530,1,1,259.399,5602.71,126.351,-2.54818,0,0,0,0,120,0,1,0),(100309,185500,530,1,1,-356.765,5528.44,84.9729,0.942477,0,0,0,0,120,0,1,0),(100310,185500,530,1,1,-40.9521,5435.14,146.693,-2.79252,0,0,0,0,120,0,1,0),(100311,185500,530,1,1,-401.713,5529.69,153.98,2.32129,0,0,0,0,120,0,1,0),(100312,177281,530,1,1,-1848.85,4646.06,9.16091,1.41372,0,0,0,0,120,0,1,0),(100313,180700,530,1,1,-2931.09,4020.17,-1.08229,-2.68781,0,0,0,0,120,0,1,0),(100314,181800,530,1,1,-2525.11,5412.03,0.047578,0.436332,0,0,0,0,120,0,1,0),(100315,181804,530,1,1,-2931.91,1358.39,8.38911,-2.60054,0,0,0,0,120,0,1,0),(100316,182031,530,1,1,-251.326,7922.38,18.1305,0,0,0,0,0,120,0,1,0),(100317,182031,530,1,1,-325.574,7910.28,19.8975,0.628317,0,0,0,0,120,0,1,0),(100318,182031,530,1,1,-287.799,7956.72,21.7445,1.01229,0,0,0,0,120,0,1,0),(100319,182031,530,1,1,-253.632,7844.44,19.4037,-2.79252,0,0,0,0,120,0,1,0),(100320,182053,530,1,1,-311.907,7982.55,20.4984,0.174532,0,0,0,0,120,0,1,0),(100321,182053,530,1,1,-194.458,7662.86,19.8046,-0.750491,0,0,0,0,120,0,1,0),(100322,182053,530,1,1,-177.218,7613.65,23.8111,-2.11185,0,0,0,0,120,0,1,0),(100323,182116,530,1,1,52.5587,6378.69,18.4287,-1.51844,0,0,0,0,120,0,1,0),(100324,182116,530,1,1,160.823,6333.73,22.6947,0.541051,0,0,0,0,120,0,1,0),(100325,182139,530,1,1,-0.602159,7158.36,17.3827,1.93731,0,0,0,0,120,0,1,0),(100326,182256,530,1,1,-285.4,7875.44,22.0821,0.628317,0,0,0,0,120,0,1,0),(100327,182256,530,1,1,-190.236,7916.32,18.9437,1.18682,0,0,0,0,120,0,1,0),(100328,182256,530,1,1,-257.565,8043.37,18.5077,0.104719,0,0,0,0,120,0,1,0),(100329,182256,530,1,1,-259.638,7789.75,20.0951,-2.70526,0,0,0,0,120,0,1,0),(100330,182256,530,1,1,-281.351,8015.34,19.7486,-0.488691,0,0,0,0,120,0,1,0),(100331,182265,530,1,1,-1010.15,8118.69,-94.1044,-2.86234,0,0,0,0,120,0,1,0),(100332,182265,530,1,1,-1034.77,8148,-90.493,-2.60054,0,0,0,0,120,0,1,0),(100333,182265,530,1,1,-1046.71,8137.8,-86.5917,2.80998,0,0,0,0,120,0,1,0),(100334,182265,530,1,1,-1050.05,8154.15,-85.6808,0.855211,0,0,0,0,120,0,1,0),(100335,182265,530,1,1,-969.208,8106.52,-91.9154,2.25147,0,0,0,0,120,0,1,0),(100336,182265,530,1,1,-972.437,8142.92,-90.923,-1.53589,0,0,0,0,120,0,1,0),(100337,182265,530,1,1,-982.99,8131.84,-95.0107,2.46091,0,0,0,0,120,0,1,0),(100338,182265,530,1,1,-991.468,8111.45,-96.1689,2.67035,0,0,0,0,120,0,1,0),(100339,182265,530,1,1,-997.881,8120.69,-95.4711,-1.74533,0,0,0,0,120,0,1,0),(100340,182265,530,1,1,-991.848,8098.1,-91.9325,1.27409,0,0,0,0,120,0,1,0),(100341,182272,530,1,1,-1517.45,8140.24,-20.1754,-2.80998,0,0,0,0,120,0,1,0),(100342,182273,530,1,1,-1389.53,7782.51,-11.6257,-1.51844,0,0,0,0,120,0,1,0),(100343,182274,530,1,1,-1662.28,7735,-15.9663,1.88495,0,0,0,0,120,0,1,0),(100344,182524,530,1,1,-1829.2,4699.35,9.89957,0.122173,0,0,0,0,120,0,1,0),(100345,182524,530,1,1,-1800.13,4735.68,39.2013,-2.58308,0,0,0,0,120,0,1,0),(100346,182541,530,1,1,-2153.05,4010.7,2.22239,0.209439,0,0,0,0,120,0,1,0),(100347,182541,530,1,1,-2135.93,3993.24,0.771635,1.23918,0,0,0,0,120,0,1,0),(100348,182541,530,1,1,-2298.56,3367.02,-10.3225,-2.11185,0,0,0,0,120,0,1,0),(100349,182541,530,1,1,-2228.63,5284.2,-7.62894,2.49582,0,0,0,0,120,0,1,0),(100350,182541,530,1,1,-2291.62,5301.37,-10.059,-1.98967,0,0,0,0,120,0,1,0),(100351,182541,530,1,1,-2352.31,5202.65,-1.94095,-2.33874,0,0,0,0,120,0,1,0),(100352,182601,530,1,1,-2328.86,5295.93,-8.94606,0.401425,0,0,0,0,120,0,1,0),(100353,182951,530,1,1,-1757.87,7660.78,-14.6918,1.32645,0,0,0,0,120,0,1,0),(100354,182958,530,1,1,-1581.94,8249.16,-23.0465,2.51327,0,0,0,0,120,0,1,0),(100355,183441,558,1,1,-110.03,-269.693,34.9605,-1.55334,0,0,0,0,120,0,1,0),(100356,183441,558,1,1,40.8714,12.5752,4.04008,2.80998,0,0,0,0,120,0,1,0),(100357,184716,530,1,1,-2984.56,1711.87,75.3937,2.25147,0,0,0,0,120,0,1,0),(100358,184716,530,1,1,-3012.27,1654.83,69.5433,2.04204,0,0,0,0,120,0,1,0),(100359,184716,530,1,1,-3032.44,1770.34,77.3924,3.03684,0,0,0,0,120,0,1,0),(100360,184716,530,1,1,-3020.69,1657.22,69.0071,0.226892,0,0,0,0,120,0,1,0),(100361,184716,530,1,1,-2975.93,1722.21,76.2882,2.09439,0,0,0,0,120,0,1,0),(100362,184716,530,1,1,-2903.04,1655.57,58.6814,2.82743,0,0,0,0,120,0,1,0),(100363,184716,530,1,1,-2895.69,1685.15,59.4039,-0.575957,0,0,0,0,120,0,1,0),(100364,184716,530,1,1,-2924.64,1709.81,67.4804,1.15192,0,0,0,0,120,0,1,0),(100365,184716,530,1,1,-2879.01,1675.96,59.1885,1.91986,0,0,0,0,120,0,1,0),(100366,184716,530,1,1,-2933.24,1655.71,58.1599,-0.994837,0,0,0,0,120,0,1,0),(100367,184716,530,1,1,-2962.65,1303.57,8.06647,0.628317,0,0,0,0,120,0,1,0),(100368,184740,530,1,1,-139.275,7287.59,23.339,0.663223,0,0,0,0,120,0,1,0),(100369,184740,530,1,1,-124.533,7284.02,33.5671,-0.575957,0,0,0,0,120,0,1,0),(100370,184869,530,1,1,-3289.82,928.622,38.1706,-0.174532,0,0,0,0,120,0,1,0),(100371,184869,530,1,1,-3256.03,933.555,45.1199,2.79252,0,0,0,0,120,0,1,0),(100372,184869,530,1,1,-3258.88,1008.32,58.1371,1.32645,0,0,0,0,120,0,1,0),(100373,184870,530,1,1,-3235.58,1020.94,61.6388,-1.6057,0,0,0,0,120,0,1,0),(100374,184948,530,1,1,-3177.23,2372.84,61.9757,-2.96704,0,0,0,0,120,0,1,0),(100375,185497,530,1,1,-64.0187,7638.27,118.514,2.79252,0,0,0,0,120,0,1,0),(100376,185497,530,1,1,6.47369,6343.11,115.794,2.72271,0,0,0,0,120,0,1,0),(100377,185497,530,1,1,-441.606,8389.59,74.2868,2.07694,0,0,0,0,120,0,1,0),(100378,185497,530,1,1,71.6643,6539.77,88.4487,-3.05433,0,0,0,0,120,0,1,0),(100379,185497,530,1,1,74.3626,7149.38,104.988,1.65806,0,0,0,0,120,0,1,0),(100380,185497,530,1,1,-782.503,5557.06,169.081,-2.74016,0,0,0,0,120,0,1,0),(100381,185497,530,1,1,80.4603,6329.96,207.996,-0.314158,0,0,0,0,120,0,1,0),(100382,185497,530,1,1,-83.9539,7249.71,147.388,-2.23402,0,0,0,0,120,0,1,0),(100383,185497,530,1,1,92.8589,7248.92,109.975,-0.383971,0,0,0,0,120,0,1,0),(100384,185497,530,1,1,-4.18142,7248.99,112.445,-1.20428,0,0,0,0,120,0,1,0),(100385,185497,530,1,1,-396.277,8432.98,85.6501,1.37881,0,0,0,0,120,0,1,0),(100386,185497,530,1,1,-149.104,7705.06,144.704,1.72787,0,0,0,0,120,0,1,0),(100387,185497,530,1,1,137.659,6567.93,94.6724,-0.506145,0,0,0,0,120,0,1,0),(100388,185497,530,1,1,-136.4,7467.23,158.476,-2.09439,0,0,0,0,120,0,1,0),(100389,185497,530,1,1,-128.515,7809.57,57.9952,1.3439,0,0,0,0,120,0,1,0),(100390,185497,530,1,1,-108.784,7564.46,124.77,-2.74016,0,0,0,0,120,0,1,0),(100391,185497,530,1,1,152.311,6297.69,101.521,-1.44862,0,0,0,0,120,0,1,0),(100392,185497,530,1,1,-159.742,7745.25,156.699,-1.72787,0,0,0,0,120,0,1,0),(100393,185497,530,1,1,-362.383,8333.47,96.6193,-1.6057,0,0,0,0,120,0,1,0),(100394,185497,530,1,1,-313.232,7984.2,220.995,0.209439,0,0,0,0,120,0,1,0),(100395,185497,530,1,1,3.45409,7516.57,190.503,1.11701,0,0,0,0,120,0,1,0),(100396,185497,530,1,1,293.091,6965.65,56.2594,0.750491,0,0,0,0,120,0,1,0),(100397,185497,530,1,1,271.005,6909.95,50.4887,-0.226892,0,0,0,0,120,0,1,0),(100398,185497,530,1,1,-25.5586,7378.9,127.369,-0.628317,0,0,0,0,120,0,1,0),(100399,185497,530,1,1,10.9504,7349.26,85.6701,1.309,0,0,0,0,120,0,1,0),(100400,185500,530,1,1,4.10373,7324.04,86.5268,-2.21657,0,0,0,0,120,0,1,0),(100401,185500,530,1,1,-331.489,7876.77,163.617,-2.35619,0,0,0,0,120,0,1,0),(100402,185500,530,1,1,-322.764,8469.02,96.942,0.837757,0,0,0,0,120,0,1,0),(100403,185500,530,1,1,120.967,6364.15,212.3,1.22173,0,0,0,0,120,0,1,0),(44719,187372,556,3,1,65.8832,286.698,25.0402,0,0,0,0,1,86400,255,1,12340),(100405,192059,571,1,1,5647.94,500.683,147.409,2.93214,0,0,0,0,120,0,1,0),(100406,192824,571,1,1,5678.96,711.913,655.032,-1.37881,0,0,0,0,120,0,1,0),(100407,192824,571,1,1,5852.19,468.392,640.732,-2.35619,0,0,0,0,120,0,1,0),(100408,192824,571,1,1,5892.92,594.19,651.203,2.89725,0,0,0,0,120,0,1,0),(100409,192824,571,1,1,5890.13,607.538,662.819,-0.750491,0,0,0,0,120,0,1,0),(100410,192825,571,1,1,5893.05,600.164,651.169,0.314158,0,0,0,0,120,0,1,0),(100411,192827,571,1,1,5781.64,755.595,640.61,2.47837,0,0,0,0,120,0,1,0),(100412,192827,571,1,1,5852.45,453.084,657.542,-1.32645,0,0,0,0,120,0,1,0),(100413,192828,571,1,1,5818.84,657.678,163.937,-1.02974,0,0,0,0,120,0,1,0),(100414,192828,571,1,1,5810.25,615.915,166.266,0.314158,0,0,0,0,120,0,1,0),(100415,192828,571,1,1,5806.31,582.424,167.347,2.79252,0,0,0,0,120,0,1,0),(100416,192828,571,1,1,5791.81,738.427,156.866,-2.28638,0,0,0,0,120,0,1,0),(100417,192828,571,1,1,5719.11,585.155,152.199,3.01941,0,0,0,0,120,0,1,0),(100418,192828,571,1,1,5638.77,668.592,155.531,-2.93214,0,0,0,0,120,0,1,0),(151795,192706,571,1,1,5814.52,582.112,652.751,0.244346,0,0,0,0,10800,0,1,0),(151794,192708,571,1,1,5814.52,582.112,652.751,0.244346,0,0,0,0,10800,0,1,0),(100421,193610,571,1,1,5931.93,579.563,594.558,-1.15192,0,0,0,0,120,0,1,0),(100422,193610,571,1,1,5861.59,654.403,615.658,-1.95477,0,0,0,0,120,0,1,0),(100423,193610,571,1,1,5854.01,618.303,617.672,0.663223,0,0,0,0,120,0,1,0),(100424,193610,571,1,1,5818.08,617.019,609.158,1.8675,0,0,0,0,120,0,1,0),(100425,193610,571,1,1,5795.99,663.191,609.158,1.20428,0,0,0,0,120,0,1,0),(100426,193610,571,1,1,5785.33,724.838,599.445,-3.03684,0,0,0,0,120,0,1,0),(100427,193610,571,1,1,5745.1,706.951,620.286,-0.331611,0,0,0,0,120,0,1,0),(100428,193610,571,1,1,5735.51,677.774,599.418,1.3439,0,0,0,0,120,0,1,0),(100429,193610,571,1,1,5802.49,605.884,609.158,-3.12412,0,0,0,0,120,0,1,0),(100430,193610,571,1,1,5837.36,642.332,609.158,0.453785,0,0,0,0,120,0,1,0),(100431,194468,530,1,1,-2133.08,5371.85,53.8077,2.28638,0,0,0,0,120,0,1,0),(325,188448,571,1,1,3346.4,2534.09,197.317,2.82743,0,0,0.987688,0.156436,180,255,1,0),(268647,180667,469,1,1,-7526.18,-924.875,458.823,0.444532,0,0,0.22044,0.9754,600,100,1,0),(100434,192227,571,1,64,6297.07,53.3889,379.443,2.3911,0,0,0,0,120,0,1,0),(100435,192228,571,1,64,6288.48,61.6892,377.903,-2.34746,0,0,0,0,120,0,1,0),(100436,192229,571,1,64,6264.6,84.5799,377.801,0.794123,0,0,0,0,120,0,1,0),(100437,192230,571,1,64,6256.02,92.8802,379.34,-2.37365,0,0,0,0,120,0,1,0),(100438,192231,571,1,64,6207.34,60.4618,367.394,-1.62315,0,0,0,0,120,0,1,0),(100439,192232,571,1,64,6219.27,59.9358,368.933,1.59698,0,0,0,0,120,0,1,0),(100440,192233,571,1,64,6174.83,60.7326,367.395,1.54462,0,0,0,0,120,0,1,0),(100441,192234,571,1,64,6162.89,60.9462,368.935,0,0,0,0,0,120,0,1,0),(100442,192244,571,1,64,6264.6,84.5799,377.801,0.794123,0,0,0,0,120,0,1,0),(100443,192245,571,1,64,6288.48,61.6892,377.903,-2.34746,0,0,0,0,120,0,1,0),(100444,192246,571,1,64,6297.07,53.3889,379.443,2.3911,0,0,0,0,120,0,1,0),(100445,192247,571,1,64,6256.02,92.8802,379.34,-2.37365,0,0,0,0,120,0,1,0),(100446,192248,571,1,64,6219.27,59.9358,368.933,1.59698,0,0,0,0,120,0,1,0),(100447,192249,571,1,64,6162.89,60.9462,368.935,0,0,0,0,0,120,0,1,0),(100448,192250,571,1,64,6174.83,60.7326,367.395,1.54462,0,0,0,0,120,0,1,0),(100449,192251,571,1,64,6207.34,60.4618,367.394,-1.62315,0,0,0,0,120,0,1,0),(100450,192958,571,1,510,6396.72,440.785,511.292,-0.193385,0,0,0,0,120,0,1,0),(100451,192959,571,1,510,6396.09,463.281,511.282,1.72077,0,0,0,0,120,0,1,0),(100452,192960,571,1,510,6401.24,464.467,511.284,-2.67325,0,0,0,0,120,0,1,0),(100453,192961,571,1,510,6396.8,460.417,511.285,-0.0589623,0,0,0,0,120,0,1,0),(100454,192962,571,1,510,6401.34,462.53,511.285,-0.389499,0,0,0,0,120,0,1,0),(100455,192963,571,1,510,6397.71,462,511.285,-2.61713,0,0,0,0,120,0,1,0),(100456,192964,571,1,510,6398.38,465.801,511.282,-2.1855,0,0,0,0,120,0,1,0),(100457,192965,571,1,510,6392.24,440.565,511.292,-0.102764,0,0,0,0,120,0,1,0),(100458,192966,571,1,510,6394.23,464.809,511.284,-1.49701,0,0,0,0,120,0,1,0),(100459,192967,571,1,510,6383.98,466.536,511.282,0.370232,0,0,0,0,120,0,1,0),(100460,192968,571,1,510,6392.79,468.093,511.282,0.0116959,0,0,0,0,120,0,1,0),(100461,192969,571,1,510,6385.33,467.589,511.245,0.150597,0,0,0,0,120,0,1,0),(100462,192970,571,1,510,6384.93,462.007,511.284,-0.849183,0,0,0,0,120,0,1,0),(100463,192971,571,1,510,6384.11,465.433,511.282,1.53543,0,0,0,0,120,0,1,0),(100464,192972,571,1,510,6390.23,464.844,511.282,-2.79031,0,0,0,0,120,0,1,0),(100465,192973,571,1,510,6386.31,466.401,511.282,-0.482453,0,0,0,0,120,0,1,0),(100466,192974,571,1,510,6391.75,470.443,511.282,-0.968316,0,0,0,0,120,0,1,0),(100467,192975,571,1,510,6388.19,463.026,511.282,-0.0610658,0,0,0,0,120,0,1,0),(100468,192976,571,1,510,6385.99,441.426,511.256,0.264044,0,0,0,0,120,0,1,0),(100469,192977,571,1,510,6385.03,439.147,511.292,1.64888,0,0,0,0,120,0,1,0),(100470,192978,571,1,510,6387.1,440.356,511.292,-0.369009,0,0,0,0,120,0,1,0),(100471,192979,571,1,510,6389.35,437.216,511.292,0.0523801,0,0,0,0,120,0,1,0),(100472,192980,571,1,510,6392.84,437.939,511.291,0.0116959,0,0,0,0,120,0,1,0),(100473,192981,571,1,198,6397.43,438.504,511.291,-2.1855,0,0,0,0,120,0,1,0),(100474,192983,571,1,510,6388.55,450.99,511.292,-0.698129,0,0,0,0,120,0,1,0),(100475,192985,571,1,510,6402.2,438.052,528.443,-0.619591,0,0,0,0,120,0,1,0),(100476,192986,571,1,510,6400.74,436.745,528.815,-1.13447,0,0,0,0,120,0,1,0),(100477,192987,571,1,510,6402.81,438.966,532.583,-0.296703,0,0,0,0,120,0,1,0),(100478,192988,571,1,510,6409.27,461.103,535.641,-0.453785,0,0,0,0,120,0,1,0),(100479,192989,571,1,510,6398.8,435.003,531.123,3.14159,0,0,0,0,120,0,1,0),(100480,192990,571,1,510,6403.76,439.631,533.06,-0.130899,0,0,0,0,120,0,1,0),(100481,192991,571,1,510,6405.78,440.991,534.741,3.14159,0,0,0,0,120,0,1,0),(100482,192994,571,1,510,6408.92,461.538,535.438,3.14159,0,0,0,0,120,0,1,0),(100483,190172,571,1,2,6142.6,195.027,374.565,2.72271,0,0,0,0,120,0,1,0),(268646,180666,0,1,1,1628.82,130.74,-60.9707,0.120107,0,0,0.0600174,0.998197,600,100,1,0),(268645,180665,0,1,1,-8358.35,383.357,124.479,6.16137,0,0,0.0608701,-0.998146,600,100,1,0),(100486,192934,571,1,198,6389.84,451.177,511.181,3.14159,0,0,0,0,120,0,1,0),(100487,192935,571,1,198,6389.74,451.181,511.182,3.14159,0,0,0,0,120,0,1,0),(151474,180399,530,1,1,-1910.95,5434.9,-12.4907,0.436332,0,0,0,0,120,0,1,0),(151475,180399,530,1,1,-1913.3,5494.24,-12.4281,1.97222,0,0,0,0,120,0,1,0),(151476,180399,530,1,1,-1925.68,5379.22,-12.4281,-2.19911,0,0,0,0,120,0,1,0),(151477,180399,530,1,1,-1951.99,5251.26,-42.7769,-2.44346,0,0,0,0,120,0,1,0),(151478,180399,530,1,1,-2038.02,5329.29,-40.1177,-3.00195,0,0,0,0,120,0,1,0),(151479,180399,530,1,1,-2057.13,5247.49,-38.8846,0.401425,0,0,0,0,120,0,1,0),(151480,180395,530,1,1,-1648.13,5217.74,-42.6674,3.07177,0,0,0,0,120,0,1,0),(151481,180395,530,1,1,-1669.15,5412.66,-40.5241,0.0174525,0,0,0,0,120,0,1,0),(151482,180395,530,1,1,-1679.29,5503.42,-40.498,0.837757,0,0,0,0,120,0,1,0),(151483,180395,530,1,1,-1782.78,5252.72,-40.3064,-0.837757,0,0,0,0,120,0,1,0),(151484,180395,530,1,1,-1785.7,5453.39,-12.5254,0.261798,0,0,0,0,120,0,1,0),(151485,180395,530,1,1,-1815.18,5433.53,-12.4561,-2.9845,0,0,0,0,120,0,1,0),(151486,180395,530,1,1,-1837.35,5146.71,-42.902,2.77507,0,0,0,0,120,0,1,0),(151487,180395,530,1,1,-1848.8,5349.16,-12.5184,-1.41372,0,0,0,0,120,0,1,0),(151488,180395,530,1,1,-1882.48,5509.64,-12.5392,1.93731,0,0,0,0,120,0,1,0),(151489,180395,530,1,1,-1941.75,5409.94,-12.4698,-3.12412,0,0,0,0,120,0,1,0),(151490,180395,530,1,1,-2032.08,5222.2,-40.845,1.51844,0,0,0,0,120,0,1,0),(151491,180395,530,1,1,-2047.22,5349.4,-41.0873,-2.04204,0,0,0,0,120,0,1,0),(151492,195532,571,1,1,5664.81,791.002,653.698,-0.663223,0,0,0,0,120,0,1,0),(151493,195532,571,1,1,5674.5,807.814,654.413,-1.78023,0,0,0,0,120,0,1,0),(151494,195533,571,1,1,5914.19,554.681,661.245,0.994837,0,0,0,0,120,0,1,0),(151495,195533,571,1,1,5916.1,566.209,639.625,-2.72271,0,0,0,0,120,0,1,0),(151496,180400,571,1,1,5664.81,791.002,653.698,-0.663223,0,0,0,0,120,0,1,0),(151497,180400,571,1,1,5674.5,807.814,654.413,-1.78023,0,0,0,0,120,0,1,0),(151498,180394,571,1,1,5914.19,554.681,661.245,0.994837,0,0,0,0,120,0,1,0),(151499,180394,571,1,1,5916.1,566.209,639.625,-2.72271,0,0,0,0,120,0,1,0),(151500,192686,571,1,1,5664.81,791.002,653.698,-0.663223,0,0,0,0,120,0,1,0),(151501,192686,571,1,1,5674.5,807.814,654.413,-1.78023,0,0,0,0,120,0,1,0),(151502,192688,571,1,1,5914.19,554.681,661.245,0.994837,0,0,0,0,120,0,1,0),(151503,192688,571,1,1,5916.1,566.209,639.625,-2.72271,0,0,0,0,120,0,1,0),(151504,180395,571,1,1,5664.81,791.002,653.698,-0.663223,0,0,0,0,120,0,1,0),(151505,180395,571,1,1,5674.5,807.814,654.413,-1.78023,0,0,0,0,120,0,1,0),(151506,180399,571,1,1,5914.19,554.681,661.245,0.994837,0,0,0,0,120,0,1,0),(151507,180399,571,1,1,5916.1,566.209,639.625,-2.72271,0,0,0,0,120,0,1,0),(151508,180396,571,1,1,5664.81,791.002,653.698,-0.663223,0,0,0,0,120,0,1,0),(151509,180396,571,1,1,5674.5,807.814,654.413,-1.78023,0,0,0,0,120,0,1,0),(151510,180398,571,1,1,5914.19,554.681,661.245,0.994837,0,0,0,0,120,0,1,0),(151511,180398,571,1,1,5916.1,566.209,639.625,-2.72271,0,0,0,0,120,0,1,0),(151512,185107,571,1,1,5664.81,791.002,653.698,-0.663223,0,0,0,0,120,0,1,0),(151513,185107,571,1,1,5674.5,807.814,654.413,-1.78023,0,0,0,0,120,0,1,0),(151514,185106,571,1,1,5914.19,554.681,661.245,0.994837,0,0,0,0,120,0,1,0),(151515,185106,571,1,1,5916.1,566.209,639.625,-2.72271,0,0,0,0,120,0,1,0),(151516,185107,1,1,1,9720.18,2545.46,1335.68,-0.977383,0,0,0,0,120,0,1,0),(151517,185107,1,1,1,9963.93,2490.04,1316.05,0,0,0,0,0,120,0,1,0),(151518,185107,1,1,1,9965.64,2179.93,1328.07,-2.54818,0,0,0,0,120,0,1,0),(151519,185107,1,1,1,9985.21,2342.41,1330.79,0,0,0,0,0,120,0,1,0),(151520,195532,1,1,1,9720.18,2545.46,1335.68,-0.977383,0,0,0,0,120,0,1,0),(151521,195532,1,1,1,9963.93,2490.04,1316.05,0,0,0,0,0,120,0,1,0),(151522,195532,1,1,1,9965.64,2179.93,1328.07,-2.54818,0,0,0,0,120,0,1,0),(151523,195532,1,1,1,9985.21,2342.41,1330.79,0,0,0,0,0,120,0,1,0),(151524,180398,1,1,1,9720.18,2545.46,1335.68,-0.977383,0,0,0,0,120,0,1,0),(151525,180398,1,1,1,9963.93,2490.04,1316.05,0,0,0,0,0,120,0,1,0),(151526,180398,1,1,1,9965.64,2179.93,1328.07,-2.54818,0,0,0,0,120,0,1,0),(151527,180398,1,1,1,9985.21,2342.41,1330.79,0,0,0,0,0,120,0,1,0),(151528,180399,1,1,1,9720.18,2545.46,1335.68,-0.977383,0,0,0,0,120,0,1,0),(151529,180399,1,1,1,9963.93,2490.04,1316.05,0,0,0,0,0,120,0,1,0),(151530,180399,1,1,1,9965.64,2179.93,1328.07,-2.54818,0,0,0,0,120,0,1,0),(151531,180399,1,1,1,9985.21,2342.41,1330.79,0,0,0,0,0,120,0,1,0),(151532,192686,1,1,1,9720.18,2545.46,1335.68,-0.977383,0,0,0,0,120,0,1,0),(151533,192686,1,1,1,9963.93,2490.04,1316.05,0,0,0,0,0,120,0,1,0),(151534,192686,1,1,1,9965.64,2179.93,1328.07,-2.54818,0,0,0,0,120,0,1,0),(151535,192686,1,1,1,9985.21,2342.41,1330.79,0,0,0,0,0,120,0,1,0),(151536,180400,1,1,1,9720.18,2545.46,1335.68,-0.977383,0,0,0,0,120,0,1,0),(151537,180400,1,1,1,9963.93,2490.04,1316.05,0,0,0,0,0,120,0,1,0),(151538,180400,1,1,1,9965.64,2179.93,1328.07,-2.54818,0,0,0,0,120,0,1,0),(151539,180400,1,1,1,9985.21,2342.41,1330.79,0,0,0,0,0,120,0,1,0),(151540,195532,530,1,1,-3828.2,-11728,-106.773,2.18166,0,0,0,0,120,0,1,0),(151541,195532,530,1,1,-3842.18,-11419.3,-132.054,-2.46091,0,0,0,0,120,0,1,0),(151542,195532,530,1,1,-3909.89,-11632.4,-138.081,1.62316,0,0,0,0,120,0,1,0),(151543,195532,530,1,1,-3948.02,-11696.9,-138.765,-2.75761,0,0,0,0,120,0,1,0),(151544,195532,530,1,1,-4161.39,-11451.6,-131.007,0.506145,0,0,0,0,120,0,1,0),(151545,180399,530,1,1,-3828.2,-11728,-106.773,2.18166,0,0,0,0,120,0,1,0),(151546,180399,530,1,1,-3842.18,-11419.3,-132.054,-2.46091,0,0,0,0,120,0,1,0),(151547,180399,530,1,1,-3909.89,-11632.4,-138.081,1.62316,0,0,0,0,120,0,1,0),(151548,180399,530,1,1,-3948.02,-11696.9,-138.765,-2.75761,0,0,0,0,120,0,1,0),(151549,180399,530,1,1,-4161.39,-11451.6,-131.007,0.506145,0,0,0,0,120,0,1,0),(151550,192686,530,1,1,-3828.2,-11728,-106.773,2.18166,0,0,0,0,120,0,1,0),(151551,192686,530,1,1,-3842.18,-11419.3,-132.054,-2.46091,0,0,0,0,120,0,1,0),(151552,192686,530,1,1,-3909.89,-11632.4,-138.081,1.62316,0,0,0,0,120,0,1,0),(151553,192686,530,1,1,-3948.02,-11696.9,-138.765,-2.75761,0,0,0,0,120,0,1,0),(151554,192686,530,1,1,-4161.39,-11451.6,-131.007,0.506145,0,0,0,0,120,0,1,0),(151555,185107,530,1,1,-3828.2,-11728,-106.773,2.18166,0,0,0,0,120,0,1,0),(151556,185107,530,1,1,-3842.18,-11419.3,-132.054,-2.46091,0,0,0,0,120,0,1,0),(151557,185107,530,1,1,-3909.89,-11632.4,-138.081,1.62316,0,0,0,0,120,0,1,0),(151558,185107,530,1,1,-3948.02,-11696.9,-138.765,-2.75761,0,0,0,0,120,0,1,0),(151559,185107,530,1,1,-4161.39,-11451.6,-131.007,0.506145,0,0,0,0,120,0,1,0),(151560,180400,530,1,1,-3828.2,-11728,-106.773,2.18166,0,0,0,0,120,0,1,0),(151561,180400,530,1,1,-3842.18,-11419.3,-132.054,-2.46091,0,0,0,0,120,0,1,0),(151562,180400,530,1,1,-3909.89,-11632.4,-138.081,1.62316,0,0,0,0,120,0,1,0),(151563,180400,530,1,1,-3948.02,-11696.9,-138.765,-2.75761,0,0,0,0,120,0,1,0),(151564,180400,530,1,1,-4161.39,-11451.6,-131.007,0.506145,0,0,0,0,120,0,1,0),(151565,180398,530,1,1,-3828.2,-11728,-106.773,2.18166,0,0,0,0,120,0,1,0),(151566,180398,530,1,1,-3842.18,-11419.3,-132.054,-2.46091,0,0,0,0,120,0,1,0),(151567,180398,530,1,1,-3909.89,-11632.4,-138.081,1.62316,0,0,0,0,120,0,1,0),(151568,180398,530,1,1,-3948.02,-11696.9,-138.765,-2.75761,0,0,0,0,120,0,1,0),(151569,180398,530,1,1,-4161.39,-11451.6,-131.007,0.506145,0,0,0,0,120,0,1,0),(151570,180399,0,1,1,-4675.3,-985.274,501.659,1.37881,0,0,0,0,120,0,1,0),(151571,180399,0,1,1,-4833.52,-1171.66,502.195,1.25664,0,0,0,0,120,0,1,0),(151572,180399,0,1,1,-4917.68,-844.409,501.661,-2.46091,0,0,0,0,120,0,1,0),(151573,180399,0,1,1,-5035.22,-921.683,501.659,0,0,0,0,0,120,0,1,0),(151574,180399,0,1,1,-5038.93,-1258.81,505.3,0.715585,0,0,0,0,120,0,1,0),(151575,195532,0,1,1,-4675.3,-985.274,501.659,1.37881,0,0,0,0,120,0,1,0),(151576,195532,0,1,1,-4833.52,-1171.66,502.195,1.25664,0,0,0,0,120,0,1,0),(151577,195532,0,1,1,-4917.68,-844.409,501.661,-2.46091,0,0,0,0,120,0,1,0),(151578,195532,0,1,1,-5035.22,-921.683,501.659,0,0,0,0,0,120,0,1,0),(151579,195532,0,1,1,-5038.93,-1258.81,505.3,0.715585,0,0,0,0,120,0,1,0),(151580,185107,0,1,1,-4675.3,-985.274,501.659,1.37881,0,0,0,0,120,0,1,0),(151581,185107,0,1,1,-4833.52,-1171.66,502.195,1.25664,0,0,0,0,120,0,1,0),(151582,185107,0,1,1,-4917.68,-844.409,501.661,-2.46091,0,0,0,0,120,0,1,0),(151583,185107,0,1,1,-5035.22,-921.683,501.659,0,0,0,0,0,120,0,1,0),(151584,185107,0,1,1,-5038.93,-1258.81,505.3,0.715585,0,0,0,0,120,0,1,0),(151585,180398,0,1,1,-4675.3,-985.274,501.659,1.37881,0,0,0,0,120,0,1,0),(151586,180398,0,1,1,-4833.52,-1171.66,502.195,1.25664,0,0,0,0,120,0,1,0),(151587,180398,0,1,1,-4917.68,-844.409,501.661,-2.46091,0,0,0,0,120,0,1,0),(151588,180398,0,1,1,-5035.22,-921.683,501.659,0,0,0,0,0,120,0,1,0),(151589,180398,0,1,1,-5038.93,-1258.81,505.3,0.715585,0,0,0,0,120,0,1,0),(151590,192686,0,1,1,-4675.3,-985.274,501.659,1.37881,0,0,0,0,120,0,1,0),(151591,192686,0,1,1,-4833.52,-1171.66,502.195,1.25664,0,0,0,0,120,0,1,0),(151592,192686,0,1,1,-4917.68,-844.409,501.661,-2.46091,0,0,0,0,120,0,1,0),(151593,192686,0,1,1,-5035.22,-921.683,501.659,0,0,0,0,0,120,0,1,0),(151594,192686,0,1,1,-5038.93,-1258.81,505.3,0.715585,0,0,0,0,120,0,1,0),(151595,180400,0,1,1,-4675.3,-985.274,501.659,1.37881,0,0,0,0,120,0,1,0),(151596,180400,0,1,1,-4833.52,-1171.66,502.195,1.25664,0,0,0,0,120,0,1,0),(151597,180400,0,1,1,-4917.68,-844.409,501.661,-2.46091,0,0,0,0,120,0,1,0),(151598,180400,0,1,1,-5035.22,-921.683,501.659,0,0,0,0,0,120,0,1,0),(151599,180400,0,1,1,-5038.93,-1258.81,505.3,0.715585,0,0,0,0,120,0,1,0),(151600,195532,0,1,1,-8386.73,288.405,120.886,-2.47837,0,0,0,0,120,0,1,0),(151601,195532,0,1,1,-8404.05,577.197,91.9778,-0.994837,0,0,0,0,120,0,1,0),(151602,195532,0,1,1,-8842.86,654.543,97.2775,-2.47837,0,0,0,0,120,0,1,0),(151603,195532,0,1,1,-8847.53,594.128,93.4274,2.42601,0,0,0,0,120,0,1,0),(151604,195532,0,1,1,-8870.4,544.658,106.284,-1.22173,0,0,0,0,120,0,1,0),(151605,192686,0,1,1,-8386.73,288.405,120.886,-2.47837,0,0,0,0,120,0,1,0),(151606,192686,0,1,1,-8404.05,577.197,91.9778,-0.994837,0,0,0,0,120,0,1,0),(151607,192686,0,1,1,-8842.86,654.543,97.2775,-2.47837,0,0,0,0,120,0,1,0),(151608,192686,0,1,1,-8847.53,594.128,93.4274,2.42601,0,0,0,0,120,0,1,0),(151609,192686,0,1,1,-8870.4,544.658,106.284,-1.22173,0,0,0,0,120,0,1,0),(151610,180399,0,1,1,-8386.73,288.405,120.886,-2.47837,0,0,0,0,120,0,1,0),(151611,180399,0,1,1,-8404.05,577.197,91.9778,-0.994837,0,0,0,0,120,0,1,0),(151612,180399,0,1,1,-8842.86,654.543,97.2775,-2.47837,0,0,0,0,120,0,1,0),(151613,180399,0,1,1,-8847.53,594.128,93.4274,2.42601,0,0,0,0,120,0,1,0),(151614,180399,0,1,1,-8870.4,544.658,106.284,-1.22173,0,0,0,0,120,0,1,0),(151615,180398,0,1,1,-8386.73,288.405,120.886,-2.47837,0,0,0,0,120,0,1,0),(151616,180398,0,1,1,-8404.05,577.197,91.9778,-0.994837,0,0,0,0,120,0,1,0),(151617,180398,0,1,1,-8842.86,654.543,97.2775,-2.47837,0,0,0,0,120,0,1,0),(151618,180398,0,1,1,-8847.53,594.128,93.4274,2.42601,0,0,0,0,120,0,1,0),(151619,180398,0,1,1,-8870.4,544.658,106.284,-1.22173,0,0,0,0,120,0,1,0),(151620,185107,0,1,1,-8386.73,288.405,120.886,-2.47837,0,0,0,0,120,0,1,0),(151621,185107,0,1,1,-8404.05,577.197,91.9778,-0.994837,0,0,0,0,120,0,1,0),(151622,185107,0,1,1,-8842.86,654.543,97.2775,-2.47837,0,0,0,0,120,0,1,0),(151623,185107,0,1,1,-8847.53,594.128,93.4274,2.42601,0,0,0,0,120,0,1,0),(151624,185107,0,1,1,-8870.4,544.658,106.284,-1.22173,0,0,0,0,120,0,1,0),(151625,180398,0,1,1,-8386.73,288.405,120.886,-2.47837,0,0,0,0,120,0,1,0),(151626,180398,0,1,1,-8404.05,577.197,91.9778,-0.994837,0,0,0,0,120,0,1,0),(151627,180398,0,1,1,-8842.86,654.543,97.2775,-2.47837,0,0,0,0,120,0,1,0),(151628,180398,0,1,1,-8847.53,594.128,93.4274,2.42601,0,0,0,0,120,0,1,0),(151629,180398,0,1,1,-8870.4,544.658,106.284,-1.22173,0,0,0,0,120,0,1,0),(151630,192688,1,1,1,1663.59,-4343.19,61.4731,0.750491,0,0,0,0,120,0,1,0),(151631,192688,1,1,1,1657.46,-4385.4,23.8067,-1.01229,0,0,0,0,120,0,1,0),(151632,192688,1,1,1,1749.5,-3963.36,49.7743,-2.87979,0,0,0,0,120,0,1,0),(151633,192688,1,1,1,1933.51,-4709.62,36.9714,1.62316,0,0,0,0,120,0,1,0),(151634,180394,1,1,1,1663.59,-4343.19,61.4731,0.750491,0,0,0,0,120,0,1,0),(151635,180394,1,1,1,1657.46,-4385.4,23.8067,-1.01229,0,0,0,0,120,0,1,0),(151636,180394,1,1,1,1749.5,-3963.36,49.7743,-2.87979,0,0,0,0,120,0,1,0),(151637,180394,1,1,1,1933.51,-4709.62,36.9714,1.62316,0,0,0,0,120,0,1,0),(151638,195533,1,1,1,1663.59,-4343.19,61.4731,0.750491,0,0,0,0,120,0,1,0),(151639,195533,1,1,1,1657.46,-4385.4,23.8067,-1.01229,0,0,0,0,120,0,1,0),(151640,195533,1,1,1,1749.5,-3963.36,49.7743,-2.87979,0,0,0,0,120,0,1,0),(151641,195533,1,1,1,1933.51,-4709.62,36.9714,1.62316,0,0,0,0,120,0,1,0),(151642,185106,1,1,1,1663.59,-4343.19,61.4731,0.750491,0,0,0,0,120,0,1,0),(151643,185106,1,1,1,1657.46,-4385.4,23.8067,-1.01229,0,0,0,0,120,0,1,0),(151644,185106,1,1,1,1749.5,-3963.36,49.7743,-2.87979,0,0,0,0,120,0,1,0),(151645,185106,1,1,1,1933.51,-4709.62,36.9714,1.62316,0,0,0,0,120,0,1,0),(151646,180396,1,1,1,1663.59,-4343.19,61.4731,0.750491,0,0,0,0,120,0,1,0),(151647,180396,1,1,1,1657.46,-4385.4,23.8067,-1.01229,0,0,0,0,120,0,1,0),(151648,180396,1,1,1,1749.5,-3963.36,49.7743,-2.87979,0,0,0,0,120,0,1,0),(151649,180396,1,1,1,1933.51,-4709.62,36.9714,1.62316,0,0,0,0,120,0,1,0),(151650,180395,1,1,1,1663.59,-4343.19,61.4731,0.750491,0,0,0,0,120,0,1,0),(151651,180395,1,1,1,1657.46,-4385.4,23.8067,-1.01229,0,0,0,0,120,0,1,0),(151652,180395,1,1,1,1749.5,-3963.36,49.7743,-2.87979,0,0,0,0,120,0,1,0),(151653,180395,1,1,1,1933.51,-4709.62,36.9714,1.62316,0,0,0,0,120,0,1,0),(151654,195533,530,1,1,9516.67,-7300.51,14.4416,-3.10665,0,0,0,0,120,0,1,0),(151655,195533,530,1,1,9589.49,-7185.62,14.243,0.977383,0,0,0,0,120,0,1,0),(151656,195533,530,1,1,9652.13,-7413.59,13.6096,-1.83259,0,0,0,0,120,0,1,0),(151657,195533,530,1,1,9796.97,-7265.09,26.3169,-0.244346,0,0,0,0,120,0,1,0),(151658,195533,530,1,1,9826.11,-7393.76,13.6034,-1.27409,0,0,0,0,120,0,1,0),(151659,192688,530,1,1,9516.67,-7300.51,14.4416,-3.10665,0,0,0,0,120,0,1,0),(151660,192688,530,1,1,9589.49,-7185.62,14.243,0.977383,0,0,0,0,120,0,1,0),(151661,192688,530,1,1,9652.13,-7413.59,13.6096,-1.83259,0,0,0,0,120,0,1,0),(151662,192688,530,1,1,9796.97,-7265.09,26.3169,-0.244346,0,0,0,0,120,0,1,0),(151663,192688,530,1,1,9826.11,-7393.76,13.6034,-1.27409,0,0,0,0,120,0,1,0),(151664,180395,530,1,1,9516.67,-7300.51,14.4416,-3.10665,0,0,0,0,120,0,1,0),(151665,180395,530,1,1,9589.49,-7185.62,14.243,0.977383,0,0,0,0,120,0,1,0),(151666,180395,530,1,1,9652.13,-7413.59,13.6096,-1.83259,0,0,0,0,120,0,1,0),(151667,180395,530,1,1,9796.97,-7265.09,26.3169,-0.244346,0,0,0,0,120,0,1,0),(151668,180395,530,1,1,9826.11,-7393.76,13.6034,-1.27409,0,0,0,0,120,0,1,0),(151669,180394,530,1,1,9516.67,-7300.51,14.4416,-3.10665,0,0,0,0,120,0,1,0),(151670,180394,530,1,1,9589.49,-7185.62,14.243,0.977383,0,0,0,0,120,0,1,0),(151671,180394,530,1,1,9652.13,-7413.59,13.6096,-1.83259,0,0,0,0,120,0,1,0),(151672,180394,530,1,1,9796.97,-7265.09,26.3169,-0.244346,0,0,0,0,120,0,1,0),(151673,180394,530,1,1,9826.11,-7393.76,13.6034,-1.27409,0,0,0,0,120,0,1,0),(151674,185106,530,1,1,9516.67,-7300.51,14.4416,-3.10665,0,0,0,0,120,0,1,0),(151675,185106,530,1,1,9589.49,-7185.62,14.243,0.977383,0,0,0,0,120,0,1,0),(151676,185106,530,1,1,9652.13,-7413.59,13.6096,-1.83259,0,0,0,0,120,0,1,0),(151677,185106,530,1,1,9796.97,-7265.09,26.3169,-0.244346,0,0,0,0,120,0,1,0),(151678,185106,530,1,1,9826.11,-7393.76,13.6034,-1.27409,0,0,0,0,120,0,1,0),(151679,180396,530,1,1,9516.67,-7300.51,14.4416,-3.10665,0,0,0,0,120,0,1,0),(151680,180396,530,1,1,9589.49,-7185.62,14.243,0.977383,0,0,0,0,120,0,1,0),(151681,180396,530,1,1,9652.13,-7413.59,13.6096,-1.83259,0,0,0,0,120,0,1,0),(151682,180396,530,1,1,9796.97,-7265.09,26.3169,-0.244346,0,0,0,0,120,0,1,0),(151683,180396,530,1,1,9826.11,-7393.76,13.6034,-1.27409,0,0,0,0,120,0,1,0),(151684,195533,1,1,1,-1091.86,-20.8769,140.129,0.279252,0,0,0,0,120,0,1,0),(151685,195533,1,1,1,-1249.68,52.4457,127.18,1.90241,0,0,0,0,120,0,1,0),(151686,195533,1,1,1,-1273.51,134.157,132.078,-2.35619,0,0,0,0,120,0,1,0),(151687,195533,1,1,1,-1377.53,-58.1542,158.909,-3.01941,0,0,0,0,120,0,1,0),(151688,195533,1,1,1,-1383.05,-85.3854,159.173,3.03684,0,0,0,0,120,0,1,0),(151689,195533,1,1,1,-1051.4,234.505,134.557,0.785397,0,0,0,0,120,0,1,0),(151690,192688,1,1,1,-1091.86,-20.8769,140.129,0.279252,0,0,0,0,120,0,1,0),(151691,192688,1,1,1,-1249.68,52.4457,127.18,1.90241,0,0,0,0,120,0,1,0),(151692,192688,1,1,1,-1273.51,134.157,132.078,-2.35619,0,0,0,0,120,0,1,0),(151693,192688,1,1,1,-1377.53,-58.1542,158.909,-3.01941,0,0,0,0,120,0,1,0),(151694,192688,1,1,1,-1383.05,-85.3854,159.173,3.03684,0,0,0,0,120,0,1,0),(151695,192688,1,1,1,-1051.4,234.505,134.557,0.785397,0,0,0,0,120,0,1,0),(151696,180395,1,1,1,-1091.86,-20.8769,140.129,0.279252,0,0,0,0,120,0,1,0),(151697,180395,1,1,1,-1249.68,52.4457,127.18,1.90241,0,0,0,0,120,0,1,0),(151698,180395,1,1,1,-1273.51,134.157,132.078,-2.35619,0,0,0,0,120,0,1,0),(151699,180395,1,1,1,-1377.53,-58.1542,158.909,-3.01941,0,0,0,0,120,0,1,0),(151700,180395,1,1,1,-1383.05,-85.3854,159.173,3.03684,0,0,0,0,120,0,1,0),(151701,180395,1,1,1,-1051.4,234.505,134.557,0.785397,0,0,0,0,120,0,1,0),(151702,185106,1,1,1,-1091.86,-20.8769,140.129,0.279252,0,0,0,0,120,0,1,0),(151703,185106,1,1,1,-1249.68,52.4457,127.18,1.90241,0,0,0,0,120,0,1,0),(151704,185106,1,1,1,-1273.51,134.157,132.078,-2.35619,0,0,0,0,120,0,1,0),(151705,185106,1,1,1,-1377.53,-58.1542,158.909,-3.01941,0,0,0,0,120,0,1,0),(151706,185106,1,1,1,-1383.05,-85.3854,159.173,3.03684,0,0,0,0,120,0,1,0),(151707,185106,1,1,1,-1051.4,234.505,134.557,0.785397,0,0,0,0,120,0,1,0),(151708,180394,1,1,1,-1091.86,-20.8769,140.129,0.279252,0,0,0,0,120,0,1,0),(151709,180394,1,1,1,-1249.68,52.4457,127.18,1.90241,0,0,0,0,120,0,1,0),(151710,180394,1,1,1,-1273.51,134.157,132.078,-2.35619,0,0,0,0,120,0,1,0),(151711,180394,1,1,1,-1377.53,-58.1542,158.909,-3.01941,0,0,0,0,120,0,1,0),(151712,180394,1,1,1,-1383.05,-85.3854,159.173,3.03684,0,0,0,0,120,0,1,0),(151713,180394,1,1,1,-1051.4,234.505,134.557,0.785397,0,0,0,0,120,0,1,0),(151714,180396,1,1,1,-1091.86,-20.8769,140.129,0.279252,0,0,0,0,120,0,1,0),(151715,180396,1,1,1,-1249.68,52.4457,127.18,1.90241,0,0,0,0,120,0,1,0),(151716,180396,1,1,1,-1273.51,134.157,132.078,-2.35619,0,0,0,0,120,0,1,0),(151717,180396,1,1,1,-1377.53,-58.1542,158.909,-3.01941,0,0,0,0,120,0,1,0),(151718,180396,1,1,1,-1383.05,-85.3854,159.173,3.03684,0,0,0,0,120,0,1,0),(151719,180396,1,1,1,-1051.4,234.505,134.557,0.785397,0,0,0,0,120,0,1,0),(151720,192688,0,1,1,1262.53,353.83,-63.6909,-0.802851,0,0,0,0,120,0,1,0),(151721,192688,0,1,1,1332.82,334.003,-64.2348,-2.91469,0,0,0,0,120,0,1,0),(151722,192688,0,1,1,1524.69,243.914,-41.3899,-1.55334,0,0,0,0,120,0,1,0),(151723,192688,0,1,1,1592.2,168.617,-41.4244,0,0,0,0,0,120,0,1,0),(151724,192688,0,1,1,1599,311.549,-41.4244,-3.12412,0,0,0,0,120,0,1,0),(151725,180394,0,1,1,1262.53,353.83,-63.6909,-0.802851,0,0,0,0,120,0,1,0),(151726,180394,0,1,1,1332.82,334.003,-64.2348,-2.91469,0,0,0,0,120,0,1,0),(151727,180394,0,1,1,1524.69,243.914,-41.3899,-1.55334,0,0,0,0,120,0,1,0),(151728,180394,0,1,1,1592.2,168.617,-41.4244,0,0,0,0,0,120,0,1,0),(151729,180394,0,1,1,1599,311.549,-41.4244,-3.12412,0,0,0,0,120,0,1,0),(151730,195533,0,1,1,1262.53,353.83,-63.6909,-0.802851,0,0,0,0,120,0,1,0),(151731,195533,0,1,1,1332.82,334.003,-64.2348,-2.91469,0,0,0,0,120,0,1,0),(151732,195533,0,1,1,1524.69,243.914,-41.3899,-1.55334,0,0,0,0,120,0,1,0),(151733,195533,0,1,1,1592.2,168.617,-41.4244,0,0,0,0,0,120,0,1,0),(151734,195533,0,1,1,1599,311.549,-41.4244,-3.12412,0,0,0,0,120,0,1,0),(151735,185106,0,1,1,1262.53,353.83,-63.6909,-0.802851,0,0,0,0,120,0,1,0),(151736,185106,0,1,1,1332.82,334.003,-64.2348,-2.91469,0,0,0,0,120,0,1,0),(151737,185106,0,1,1,1524.69,243.914,-41.3899,-1.55334,0,0,0,0,120,0,1,0),(151738,185106,0,1,1,1592.2,168.617,-41.4244,0,0,0,0,0,120,0,1,0),(151739,185106,0,1,1,1599,311.549,-41.4244,-3.12412,0,0,0,0,120,0,1,0),(151740,180396,0,1,1,1262.53,353.83,-63.6909,-0.802851,0,0,0,0,120,0,1,0),(151741,180396,0,1,1,1332.82,334.003,-64.2348,-2.91469,0,0,0,0,120,0,1,0),(151742,180396,0,1,1,1524.69,243.914,-41.3899,-1.55334,0,0,0,0,120,0,1,0),(151743,180396,0,1,1,1592.2,168.617,-41.4244,0,0,0,0,0,120,0,1,0),(151744,180396,0,1,1,1599,311.549,-41.4244,-3.12412,0,0,0,0,120,0,1,0),(151745,180395,0,1,1,1262.53,353.83,-63.6909,-0.802851,0,0,0,0,120,0,1,0),(151746,180395,0,1,1,1332.82,334.003,-64.2348,-2.91469,0,0,0,0,120,0,1,0),(151747,180395,0,1,1,1524.69,243.914,-41.3899,-1.55334,0,0,0,0,120,0,1,0),(151748,180395,0,1,1,1592.2,168.617,-41.4244,0,0,0,0,0,120,0,1,0),(151749,180395,0,1,1,1599,311.549,-41.4244,-3.12412,0,0,0,0,120,0,1,0),(151750,180719,1,1,1,-8089.22,-5275.14,1.23688,1.75167,0,0,0.768079,0.640355,300,0,1,0),(151751,180742,0,1,1,-6606.33,-1860.82,244.459,6.27864,0,0,0.00227228,-0.999997,300,0,1,0),(151752,180742,0,1,1,-6606.36,-1857.85,244.382,6.2433,0,0,0.0199423,-0.999801,300,0,1,0),(151753,180742,0,1,1,-6609.29,-1854.76,244.234,1.58196,0,0,0.711042,0.703149,300,0,1,0),(151754,180742,0,1,1,-6606.33,-1854.91,244.308,1.55211,0,0,0.700471,0.713681,300,0,1,0),(151755,180742,0,1,1,-6612.22,-1854.84,244.179,3.15825,0,0,0.999965,-0.00832624,300,0,1,0),(151756,180742,0,1,1,-6612.16,-1857.78,244.212,3.15432,0,0,0.99998,-0.00636482,300,0,1,0),(151757,180742,0,1,1,-6612.09,-1860.72,244.247,4.69763,0,0,0.712307,-0.701868,300,0,1,0),(151758,180742,0,1,1,-6609.11,-1860.79,244.347,4.73297,0,0,0.699791,-0.714347,300,0,1,0),(151759,193944,571,1,1,8145.19,2131.56,499.737,1.5708,0,0,0,1,300,100,1,0),(151761,180747,0,1,1,-4919.58,-980.674,501.46,2.15958,0,0,0,0,300,0,1,0),(151762,180747,1,1,1,1626.71,-4414.16,15.8292,2.2784,0,0,0,0,300,0,1,0),(151763,180748,1,1,1,1625.77,-4413.86,16.0883,4.80049,0,0,0,0,300,0,1,0),(151764,180748,0,1,1,-4921.04,-981.624,501.464,1.81635,0,0,0,0,300,0,1,0),(151765,180793,0,1,1,-4916.73,-982.109,501.884,1.72839,0,0,0,0,300,0,1,0),(151766,180793,1,1,1,1625.46,-4415.83,15.4469,2.11818,0,0,0,0,300,0,1,0),(151767,180743,0,1,1,-4915.83,-981.304,501.759,1.99149,0,0,0,0,300,0,1,0),(151768,180743,1,1,1,1623.6,-4415.36,15.1169,0.75159,0,0,0,0,300,0,1,0),(151769,180746,0,1,1,-4915.18,-978.104,501.451,5.56505,0,0,0,0,300,0,1,0),(151770,180746,1,1,1,1624.53,-4414.58,15.9044,1.30844,0,0,0,0,300,0,1,0),(129,194424,571,1,1,9066.08,2050.84,68.2984,-1.69297,0,0,0,0,120,0,1,0),(130,194423,571,1,1,9065.02,2052.79,68.1964,0,0,0,0,0,120,0,1,0),(151284,194844,571,1,256,6434.54,2381.1,465.788,1.61443,0,0,0,0,120,0,1,0),(151285,194845,571,1,256,6423.43,2380.51,466.78,2.46964,0,0,0,0,120,0,1,0),(151286,194846,571,1,256,6442.53,2381.28,465.059,1.51844,0,0,0,0,120,0,1,0),(151287,194847,571,1,256,6445.94,2384.37,464.758,2.35619,0,0,0,0,120,0,1,0),(151288,194848,571,1,256,6430.97,2383.06,466.173,0.855211,0,0,0,0,120,0,1,0),(151289,194849,571,1,256,6417.18,2378.78,467.307,2.50454,0,0,0,0,120,0,1,0),(151290,194850,571,1,256,6415.7,2352.91,467.895,-2.97577,0,0,0,0,120,0,1,0),(151291,194851,571,1,256,6405.02,2366.53,469.007,3.03687,0,0,0,0,120,0,1,0),(151292,194852,571,1,256,6458.01,2352.15,463.778,0.401425,0,0,0,0,120,0,1,0),(151293,194853,571,1,256,6424.62,2348.76,466.7,-0.095993,0,0,0,0,120,0,1,0),(151294,194854,571,1,256,6448.42,2346.35,464.938,2.44346,0,0,0,0,120,0,1,0),(151295,194855,571,1,256,6463.17,2354.16,463.371,2.27765,0,0,0,0,120,0,1,0),(151296,194856,571,1,256,6416.64,2371.32,467.41,-2.90596,0,0,0,0,120,0,1,0),(151297,194857,571,1,256,6417.65,2360.11,467.553,2.10312,0,0,0,0,120,0,1,0),(151298,194858,571,1,256,6435.18,2352.64,465.745,2.36492,0,0,0,0,120,0,1,0),(151299,194859,571,1,256,6454.76,2352.79,463.779,2.79252,0,0,0,0,120,0,1,0),(151300,194860,571,1,256,6460.14,2386.95,463.377,2.3911,0,0,0,0,120,0,1,0),(151301,194861,571,1,256,6430.59,2378.55,466.102,2.72271,0,0,0,0,120,0,1,0),(151302,194862,571,1,256,6440.47,2378.63,465.184,-3.1404,0,0,0,0,120,0,1,0),(151303,194863,571,1,256,6428.53,2382.1,466.293,2.03331,0,0,0,0,120,0,1,0),(151304,194864,571,1,256,6438.88,2383.29,465.521,1.56207,0,0,0,0,120,0,1,0),(151305,194865,571,1,256,6450,2388.13,464.398,1.97222,0,0,0,0,120,0,1,0),(151306,194866,571,1,256,6458.2,2389.74,463.745,1.43117,0,0,0,0,120,0,1,0),(151307,194867,571,1,256,6452.3,2350.73,464.228,2.30383,0,0,0,0,120,0,1,0),(151308,194868,571,1,256,6425.77,2353.87,466.558,1.0472,0,0,0,0,120,0,1,0),(151309,194869,571,1,256,6426.49,2354.79,466.49,1.02102,0,0,0,0,120,0,1,0),(151310,194870,571,1,256,6451.39,2351.73,464.313,-0.881391,0,0,0,0,120,0,1,0),(151311,194871,571,1,256,6450.67,2387.25,464.352,-0.863937,0,0,0,0,120,0,1,0),(151312,194872,571,1,256,6458.05,2388.36,463.775,1.35263,0,0,0,0,120,0,1,0),(151313,194873,571,1,256,6431.62,2347.66,465.994,2.43473,0,0,0,0,120,0,1,0),(151314,194874,571,1,256,6442.98,2345.65,465.908,2.67908,0,0,0,0,120,0,1,0),(151315,194875,571,1,256,6443.12,2345.45,466.547,1.309,0,0,0,0,120,0,1,0),(151316,194876,571,1,256,6442.92,2345.59,467.11,-2.06821,0,0,0,0,120,0,1,0),(151317,194877,571,1,256,6452.79,2390.36,464.175,0.706858,0,0,0,0,120,0,1,0),(151318,194878,571,1,256,6452.8,2390.17,464.771,-0.0349043,0,0,0,0,120,0,1,0),(151319,194879,571,1,256,6454.32,2388.7,464.053,-2.69653,0,0,0,0,120,0,1,0),(151320,194880,571,1,256,6452.83,2390.21,465.336,-2.9496,0,0,0,0,120,0,1,0),(151321,194881,571,1,256,6453.83,2392.38,464.085,-0.488691,0,0,0,0,120,0,1,0),(151322,194882,571,1,256,6431.87,2349.92,465.995,-2.46091,0,0,0,0,120,0,1,0),(151323,194883,571,1,256,6431.92,2349.99,466.568,-2.77507,0,0,0,0,120,0,1,0),(151324,194884,571,1,256,6442.18,2348.04,465.995,1.66679,0,0,0,0,120,0,1,0),(151325,194885,571,1,256,6438.87,2343.74,465.995,3.14159,0,0,0,0,120,0,1,0),(151326,194886,571,1,256,6440.11,2352.33,465.992,3.14159,0,0,0,0,120,0,1,0),(151327,194887,571,1,256,6436.07,2347.15,465.995,-1.57952,0,0,0,0,120,0,1,0),(151328,194888,571,1,256,6435.22,2346.87,466.758,2.23402,0,0,0,0,120,0,1,0),(151329,194889,571,1,256,6436.66,2347.53,466.758,-1.0821,0,0,0,0,120,0,1,0),(151330,194890,571,1,256,6434.73,2347.73,466.758,-0.0174525,0,0,0,0,120,0,1,0),(151331,194891,571,1,256,6439.56,2344.75,465.995,2.18166,0,0,0,0,120,0,1,0),(151332,194892,571,1,256,6437.67,2343.79,465.995,-2.08567,0,0,0,0,120,0,1,0),(151333,194893,571,1,256,6436.73,2347.05,466.758,2.48709,0,0,0,0,120,0,1,0),(151334,194894,571,1,256,6435.53,2347.72,466.758,-2.2602,0,0,0,0,120,0,1,0),(151335,194895,571,1,256,6435.72,2347.52,466.758,-2.03331,0,0,0,0,120,0,1,0),(151336,194896,571,1,256,6434.81,2346.3,466.758,-2.8187,0,0,0,0,120,0,1,0),(151337,194897,571,1,256,6461.48,2388.09,463.472,-0.209438,0,0,0,0,120,0,1,0),(151338,194898,571,1,256,6465.86,2355.19,463.168,0.497418,0,0,0,0,120,0,1,0),(151339,194899,571,1,256,6441.62,2352.85,465.991,1.7017,0,0,0,0,120,0,1,0),(151340,194900,571,1,256,6407.33,2366.35,472.72,3.10665,0,0,0,0,120,0,1,0),(151341,194901,571,1,256,6424.55,2349.83,467.898,-3.14067,0,0,0,0,120,0,1,0),(151342,194908,571,1,256,6420.92,2378.43,466.991,0.977383,0,0,0,0,120,0,1,0),(151343,194909,571,1,256,6447.81,2385.59,464.588,-0.785397,0,0,0,0,120,0,1,0),(151344,194827,571,1,256,6455.69,2380.63,463.943,3.14159,0,0,0,0,120,0,1,0),(151345,194839,571,1,256,6437.25,2347.37,465.994,1.56207,0,0,0,0,120,0,1,0),(151346,194840,571,1,256,6426.4,2354.48,466.492,1.06465,0,0,0,0,120,0,1,0),(151347,194841,571,1,256,6451.81,2351.38,464.265,2.35619,0,0,0,0,120,0,1,0),(151348,194842,571,1,256,6450.61,2387.77,464.348,-0.820303,0,0,0,0,120,0,1,0),(151349,194843,571,1,256,6458.34,2389.42,463.734,-1.81514,0,0,0,0,120,0,1,0),(151350,194291,571,1,256,6431.52,2379.34,466.171,1.22173,0,0,0,0,300,0,1,0),(151351,194291,571,1,256,6441.54,2381.17,465.167,4.63037,0,0,0,0,300,0,1,0),(151352,194291,571,1,256,6445.29,2383.51,464.835,5.49823,0,0,0,0,300,0,1,0),(151353,194291,571,1,256,6424.2,2381.53,466.719,5.54928,0,0,0,0,300,0,1,0),(121712,202396,631,15,1,4309.69,2491.27,211.171,0.209439,0,0,0,0,120,0,0,0),(241228,181060,0,1,1,-8862.32,646.846,97.6005,2.82743,0,0,0.987688,0.156436,180,100,1,0),(241227,181060,0,1,1,-8860.27,650.596,99.5508,2.30383,0,0,0.913544,0.406739,180,100,1,0),(241226,181060,0,1,1,-8858.38,652.086,97.6133,-0.453786,0,0,-0.224951,0.97437,180,100,1,0),(241225,181060,0,1,1,-8861.12,649.861,99.5508,-2.1293,0,0,-0.874619,0.48481,180,100,1,0),(241224,181060,0,1,1,-8856.87,651.243,97.6127,-0.959931,0,0,-0.461749,0.887011,180,100,1,0),(241223,181019,0,1,1,-8933.17,629.211,100.613,0.017453,0,0,0.00872639,0.999962,180,100,1,0),(241222,181017,0,1,1,-8906.31,628.792,106.67,-2.63545,0,0,-0.968148,0.250379,180,100,1,0),(241221,181016,0,1,1,-8833.52,541.753,96.9853,0.942478,0,0,0.453991,0.891006,180,100,1,0),(241220,181055,0,1,1,-8862.35,489.578,122.263,-2.46091,0,0,-0.942641,0.333809,180,100,1,0),(241219,181020,0,1,1,-8811.8,808.563,110.495,-2.49582,0,0,-0.948324,0.317305,180,100,1,0),(241218,181020,0,1,1,-8822.07,652.003,95.9321,-1.0821,0,0,-0.515036,0.857168,180,100,1,0),(241217,181017,0,1,1,-4765.77,-913.387,508.234,1.32645,0,0,0.615661,0.788011,180,100,1,0),(151788,194291,571,1,1,8486.61,935.808,547.293,5.73289,0,0,0.271691,-0.962385,300,0,1,0),(151789,194291,571,1,1,8490.55,953.448,547.293,4.61212,0,0,0.741653,-0.670784,300,0,1,0),(151802,192895,571,1,1,5812.64,797.223,662.57,-2.86234,0,0,0,0,10800,0,1,0),(151803,192713,571,1,1,5808.22,691.076,658.715,2.17947,0,0,0,0,10800,0,1,0),(151804,192889,571,1,1,5808.22,691.076,658.715,2.17947,0,0,0,0,10800,0,1,0),(151805,192890,571,1,1,5808.22,691.076,658.715,2.17947,0,0,0,0,10800,0,1,0),(151806,192894,571,1,1,5808.22,691.076,658.715,2.17947,0,0,0,0,10800,0,1,0),(151807,192884,571,1,1,5808.22,691.076,658.715,2.17947,0,0,0,0,10800,0,1,0),(151808,192866,571,1,1,5850.57,664.754,659.569,-1.93732,0,0,0,0,10800,0,1,0),(151809,192891,571,1,1,5850.57,664.754,659.569,-1.93732,0,0,0,0,10800,0,1,0),(151810,192872,571,1,1,5850.57,664.754,659.569,-1.93732,0,0,0,0,10800,0,1,0),(151811,192881,571,1,1,5850.57,664.754,659.569,-1.93732,0,0,0,0,10800,0,1,0),(151812,192709,571,1,1,5763.5,618.08,650.092,3.49199,0,0,0,0,10800,0,1,0),(151813,192883,571,1,1,5763.5,618.08,650.092,3.49199,0,0,0,0,10800,0,1,0),(151814,192651,571,1,1,5763.5,618.08,650.092,3.49199,0,0,0,0,10800,0,1,0),(151815,192888,571,1,1,5763.5,618.08,650.092,3.49199,0,0,0,0,10800,0,1,0),(151816,192711,571,1,1,5778.18,832.302,680.268,0.0283899,0,0,0,0,10800,0,1,0),(151817,192653,571,1,1,5778.18,832.302,680.268,0.0283899,0,0,0,0,10800,0,1,0),(151818,192887,571,1,1,5778.18,832.302,680.268,0.0283899,0,0,0,0,10800,0,1,0),(151819,192652,571,1,1,5778.18,832.302,680.268,0.0283899,0,0,0,0,10800,0,1,0),(151820,192865,571,1,1,5776.88,517.79,653.911,0.401425,0,0,0,0,10800,0,1,0),(151821,192874,571,1,1,5776.88,517.79,653.911,0.401425,0,0,0,0,10800,0,1,0),(151822,192868,571,1,1,5776.88,517.79,653.911,0.401425,0,0,0,0,10800,0,1,0),(151823,192870,571,1,1,5776.88,517.79,653.911,0.401425,0,0,0,0,10800,0,1,0),(151824,192885,571,1,1,5776.88,517.79,653.911,0.401425,0,0,0,0,10800,0,1,0),(151825,192867,571,1,1,5844.61,664.541,649.373,-0.331611,0,0,0,0,10800,0,1,0),(151826,192882,571,1,1,5844.61,664.541,649.373,-0.331611,0,0,0,0,10800,0,1,0),(151827,192707,571,1,1,5844.61,664.541,649.373,-0.331611,0,0,0,0,10800,0,1,0),(151828,192896,571,1,1,5844.61,664.541,649.373,-0.331611,0,0,0,0,10800,0,1,0),(151829,202833,1,1,1,-839.142,-4978.34,14.5841,-2.9496,0,0,0,0,120,0,1,0),(151830,202834,1,1,1,-833.628,-4980.71,14.8236,-2.70526,0,0,0,0,120,0,1,0),(151831,202835,1,1,1,-827.066,-4983.64,15.5187,-3.07177,0,0,0,0,120,0,1,0),(151832,202835,1,1,1,-829.596,-4978.01,15.6438,-2.44346,0,0,0,0,120,0,1,0),(151833,202839,1,1,1,-831.792,-4975.61,15.8534,-2.40855,0,0,0,0,120,0,1,0),(151834,202879,1,1,1,-797.477,-4972.7,17.805,-2.1293,0,0,0,0,120,0,1,0),(151835,202880,1,1,1,-789.609,-4979.13,18.0358,-2.54818,0,0,0,0,120,0,1,0),(151836,202881,1,1,1,-806.458,-4993.28,16.5454,0,0,0,0,0,120,0,1,0),(151837,202882,1,1,1,-799.101,-4987.36,17.6378,0.279252,0,0,0,0,120,0,1,0),(151838,202882,1,1,1,-811.53,-4988.21,17.1198,-1.0821,0,0,0,0,120,0,1,0),(151839,202883,1,1,1,-799.788,-4986.07,17.4875,0.279252,0,0,0,0,120,0,1,0),(151840,202883,1,1,1,-810.488,-4987.17,17.1009,-1.0821,0,0,0,0,120,0,1,0),(151841,202885,1,1,1,-747.271,-4998.53,20.1927,-2.37364,0,0,0,0,120,0,1,0),(151842,202885,1,1,1,-755.016,-4990.88,20.3326,-2.32129,0,0,0,0,120,0,1,0),(151843,202885,1,1,1,-763.58,-4919.82,20.1779,-0.122173,0,0,0,0,120,0,1,0),(151844,202885,1,1,1,-764.842,-4936.16,21.0983,-0.209439,0,0,0,0,120,0,1,0),(151845,202885,1,1,1,-775.443,-4895.8,19.8776,0.733038,0,0,0,0,120,0,1,0),(151846,202885,1,1,1,-789.144,-4880.58,19.149,0.750491,0,0,0,0,120,0,1,0),(151847,202885,1,1,1,-834.109,-4873.15,20.0068,1.16937,0,0,0,0,120,0,1,0),(151848,202885,1,1,1,-857.832,-4945.31,20.622,2.70526,0,0,0,0,120,0,1,0),(151849,202885,1,1,1,-863.601,-4916.26,19.7372,-2.28638,0,0,0,0,120,0,1,0),(151850,202886,1,1,1,-736.057,-5025.13,16.793,2.75761,0,0,0,0,120,0,1,0),(151851,202886,1,1,1,-738.672,-4956.73,22.8236,2.75761,0,0,0,0,120,0,1,0),(151852,202888,1,1,1,-736.443,-5024.76,16.5447,0,0,0,0,0,120,0,1,0),(151853,202888,1,1,1,-739.438,-4957.4,22.8181,0,0,0,0,0,120,0,1,0),(151854,202889,1,1,1,-735.807,-5024.64,17.6407,-0.663223,0,0,0,0,120,0,1,0),(151855,202889,1,1,1,-737.083,-5024.98,17.585,-3.10665,0,0,0,0,120,0,1,0),(151856,202889,1,1,1,-739.153,-4958.62,23.8722,-1.23918,0,0,0,0,120,0,1,0),(151857,202890,1,1,1,-736.214,-5025.76,17.592,-1.25664,0,0,0,0,120,0,1,0),(151858,202890,1,1,1,-739.194,-4957.16,23.8564,0.994837,0,0,0,0,120,0,1,0),(151859,202890,1,1,1,-740.059,-4958.03,23.8348,-2.84488,0,0,0,0,120,0,1,0),(151860,202891,1,1,1,-740.734,-5022.95,16.8129,1.32645,0,0,0,0,120,0,1,0),(151861,202891,1,1,1,-740.846,-5023.08,17.3481,1.79769,0,0,0,0,120,0,1,0),(151862,202891,1,1,1,-742.066,-4997.03,20.3148,-0.0523589,0,0,0,0,120,0,1,0),(151863,202891,1,1,1,-742.099,-4997.07,20.8563,-0.733038,0,0,0,0,120,0,1,0),(151864,202891,1,1,1,-743.295,-4954.14,22.784,1.32645,0,0,0,0,120,0,1,0),(151865,202891,1,1,1,-743.312,-4954.19,23.3492,2.86234,0,0,0,0,120,0,1,0),(151866,202891,1,1,1,-806.215,-4925.3,19.9985,1.32645,0,0,0,0,120,0,1,0),(151867,202891,1,1,1,-806.248,-4925.2,19.4074,-2.23402,0,0,0,0,120,0,1,0),(151868,202891,1,1,1,-819.259,-4934.97,21.0809,-1.0472,0,0,0,0,120,0,1,0),(151869,202891,1,1,1,-819.332,-4935,20.4718,-1.58825,0,0,0,0,120,0,1,0),(151870,202892,1,1,1,-740.932,-5023.3,17.8915,-2.51327,0,0,0,0,120,0,1,0),(151871,202892,1,1,1,-742.083,-4997.01,21.4263,-2.51327,0,0,0,0,120,0,1,0),(151872,202892,1,1,1,-743.264,-4954.29,23.9839,2.30383,0,0,0,0,120,0,1,0),(151873,202892,1,1,1,-819.382,-4934.98,21.645,-0.366518,0,0,0,0,120,0,1,0),(151874,202893,1,1,1,-729.474,-5019.74,27.5369,2.40855,0,0,0,0,120,0,1,0),(151875,202893,1,1,1,-732.104,-4951.34,33.5953,2.40855,0,0,0,0,120,0,1,0),(151876,202893,1,1,1,-735.278,-5033.16,27.6115,2.40855,0,0,0,0,120,0,1,0),(151877,202893,1,1,1,-736.495,-5024.74,32.8764,2.40855,0,0,0,0,120,0,1,0),(151878,202893,1,1,1,-737.885,-4964.8,33.6576,2.40855,0,0,0,0,120,0,1,0),(151879,202893,1,1,1,-739.062,-4956.29,39.0746,2.40855,0,0,0,0,120,0,1,0),(151880,202893,1,1,1,-744.319,-5021.38,27.2135,2.40855,0,0,0,0,120,0,1,0),(151881,202893,1,1,1,-746.889,-4953.03,33.6573,2.40855,0,0,0,0,120,0,1,0),(151882,202893,1,1,1,-775.29,-4910.69,32.3446,2.40855,0,0,0,0,120,0,1,0),(151883,202893,1,1,1,-784.771,-4942.92,55.8152,2.40855,0,0,0,0,120,0,1,0),(151884,202893,1,1,1,-802.771,-4915.74,29.8922,2.40855,0,0,0,0,120,0,1,0),(151885,202893,1,1,1,-802.799,-4896.54,30.4031,2.40855,0,0,0,0,120,0,1,0),(151886,202893,1,1,1,-835.04,-4898.43,30.9499,2.40855,0,0,0,0,120,0,1,0),(151887,202893,1,1,1,-842.766,-4939.9,33.5918,2.40855,0,0,0,0,120,0,1,0),(151888,202564,0,1,1,-5463.99,-626.967,393.529,0,0,0,0,0,120,0,1,0),(151889,185915,530,1,1,-4244.83,325.004,134.417,0.139625,0,0,0.0697555,0.997564,1600,100,1,0),(151890,185915,530,1,1,-4221.47,370.147,136.232,2.11185,0,0,0.870356,0.492424,1600,100,1,0),(151891,185915,530,1,1,-5103.11,707.979,85.0428,0.279252,0,0,0.139173,0.990268,1600,100,1,0),(151892,192129,571,1,1,6601.13,-1285.09,394.554,-0.951203,0,0,-0.951203,0.889017,0,0,0,0),(151893,192130,571,1,1,6606.31,-1273.52,394.595,-0.854712,0.0864091,0.0250797,-0.416438,0.904701,0,0,0,0),(151894,192131,571,1,1,6562.62,-1285.12,394.856,-0.95405,-0.0144057,0.0048542,-0.459116,0.888246,0,0,0,0),(151895,187987,571,1,1,3791.7,4808.97,-11.5618,1.48353,0,0,0.67559,0.737278,300,100,1,0),(151,202189,631,15,1,503.62,-2124.66,836.607,3.14159,0,0,0,1,6000,255,1,0),(153,202188,631,15,1,503.62,-2124.66,836.607,3.14159,0,0,0,1,6000,255,0,0),(152117,191779,571,1,2,8594.72,2627.14,652.353,1.15192,0,0,0.54464,0.83867,300,100,1,0),(6,179545,429,1,1,116.135,638.836,-48.467,-0.785397,0,0,0,1,86400,255,1,0),(159,179485,429,1,1,558.806,550.065,-25.4008,3.14159,0,0,0,1,86400,255,1,0),(164,195140,530,1,1,-161.318,965.41,54.2904,0,0,0,0,0,200,0,1,0),(170,195139,530,1,1,-337.492,962.619,54.2885,0,0,0,0,0,200,0,1,0),(173,192262,571,1,8,8497.22,-90.901,789.287,0.139625,0,0,0.0697555,0.997564,0,0,0,0),(177,192125,571,1,1,8262.05,-430.288,968.272,0,0,0,-0.861628,0.507539,120,0,1,0),(183,192125,571,1,1,8231.72,-451.453,968.369,-3.10665,0,0,0,0,120,0,1,0),(181,192128,571,1,1,8281.36,-432.069,970.723,-2.84488,0,0,-0.989016,0.147811,120,0,1,0),(188,192128,571,1,1,8234,-434.379,970.723,-2.07694,0,0,0,0,120,0,1,0),(190,192128,571,1,1,8243.93,-429.881,970.723,-1.0821,0,0,0,0,120,0,1,0),(194,192128,571,1,1,8246.78,-424.707,970.723,-1.16937,0,0,0,0,120,0,1,0),(197,192128,571,1,1,8264.21,-432.403,975.779,1.13446,0,0,0,0,120,0,1,0),(100488,202438,631,15,1,425.089,-2123.31,858.675,0,0,0,0,1,-604800,255,1,0),(203,179707,1,1,1,1655.29,-4213.86,56.469,1.95064,0,0,0.696499,0.717557,180,100,1,0),(215,201590,658,3,1,726.268,-237.654,534.13,5.5732,0,0,0.347582,-0.93765,300,0,1,0),(207,201590,658,3,1,637.954,-209.544,533.269,3.53903,0,0,0.980321,-0.197413,300,0,1,0),(160209,189979,571,1,1,3773.74,4124.64,26.3959,2.19912,0,0,0,1,900,255,1,0),(160210,189979,571,1,1,3791.72,6400.17,201.611,-0.68068,0,0,0,1,900,255,1,0),(160211,189979,571,1,1,3799.72,6641.22,152.917,3.00195,0,0,0,1,900,255,1,0),(160212,189979,571,1,1,3806.03,4624.15,-4.2562,2.67035,0,0,0,1,900,255,1,0),(160213,189979,571,1,1,3815.14,4009.44,27.9435,-1.6057,0,0,0,1,900,255,1,0),(160214,189979,571,1,1,3835.13,4339.37,13.9343,-1.88495,0,0,0,1,900,255,1,0),(160215,189979,571,1,1,3903.8,6724.67,152.868,-0.8203,0,0,0,1,900,255,1,0),(160216,189979,571,1,1,3917.59,6440.27,12.2326,-2.16421,0,0,0,1,900,255,1,0),(160217,189979,571,1,1,3966.95,4626.57,3.9666,1.48353,0,0,0,1,900,255,1,0),(160218,189979,571,1,1,3983.41,5187.21,14.7211,-0.50615,0,0,0,1,900,255,1,0),(160219,189979,571,1,1,4027.44,5977.49,-126.068,-1.27409,0,0,0,1,900,255,1,0),(160220,189979,571,1,1,4032.27,4116.91,68.5057,2.30383,0,0,0,1,900,255,1,0),(160221,189979,571,1,1,4069.31,7227.39,193.963,-0.17453,0,0,0,1,900,255,1,0),(160222,189979,571,1,1,4070.48,6434.01,18.6334,-2.3911,0,0,0,1,900,255,1,0),(160223,189979,571,1,1,4145.38,6067.06,-125.936,-1.91986,0,0,0,1,900,255,1,0),(160224,189979,571,1,1,4171.72,5077.17,16.6149,2.18166,0,0,0,1,900,255,1,0),(160225,189979,571,1,1,4208.17,6800.44,237.287,2.02458,0,0,0,1,900,255,1,0),(160226,189979,571,1,1,4230.77,4443.92,31.113,3.14159,0,0,0,1,900,255,1,0),(160227,189979,571,1,1,4250.45,5738.32,63.6832,3.01941,0,0,0,1,900,255,1,0),(160228,189979,571,1,1,4284.01,6139.8,-124.827,-1.36136,0,0,0,1,900,255,1,0),(160229,189979,571,1,1,4290.25,4914.95,24.5063,-0.45379,0,0,0,1,900,255,1,0),(160230,189979,571,1,1,4365.94,6207.04,-125.898,1.06465,0,0,0,1,900,255,1,0),(160231,189979,571,1,1,4367.85,4251.45,97.6535,3.14159,0,0,0,1,900,255,1,0),(160232,189979,571,1,1,4368.08,5342.28,5.1373,-2.77507,0,0,0,1,900,255,1,0),(160233,189979,571,1,1,4420.92,5968.57,58.9111,-1.78023,0,0,0,1,900,255,1,0),(160234,189979,571,1,1,4428.09,4947.54,22.4015,-0.57596,0,0,0,1,900,255,1,0),(160235,189979,571,1,1,4474.03,5326.94,81.2181,0.89012,0,0,0,1,900,255,1,0),(160236,189979,571,1,1,4489.79,5061.61,53.6446,1.83259,0,0,0,1,900,255,1,0),(160237,189979,571,1,1,4495.7,5196.98,77.0767,-2.49582,0,0,0,1,900,255,1,0),(160238,189979,571,1,1,4510.57,5420.06,28.6437,0.87266,0,0,0,1,900,255,1,0),(160239,189979,571,1,1,4527.51,5433.78,-17.0905,0.45379,0,0,0,1,900,255,1,0),(160240,189979,571,1,1,4541.42,5349.58,-31.6367,1.36136,0,0,0,1,900,255,1,0),(160496,189979,571,1,1,1599.15,-4322.06,187.596,-1.41372,0,0,0,1,900,255,1,0),(160497,189979,571,1,1,1615.54,-5234.79,181.328,0.27925,0,0,0,1,900,255,1,0),(160498,189979,571,1,1,1653.28,-4680.18,88.7987,1.51844,0,0,0,1,900,255,1,0),(160499,189979,571,1,1,1660.28,-6275.21,-0.2026,-2.9845,0,0,0,1,900,255,1,0),(160500,189979,571,1,1,1683.27,-6037.25,7.9892,-3.12412,0,0,0,1,900,255,1,0),(160501,189979,571,1,1,1691.67,-4586.67,169.362,-1.90241,0,0,0,1,900,255,1,0),(160502,189979,571,1,1,1725.58,-4852.21,115.811,-2.00713,0,0,0,1,900,255,1,0),(160503,189979,571,1,1,1742.03,-4378.72,174.192,2.58308,0,0,0,1,900,255,1,0),(160504,189979,571,1,1,1796.96,-6265.71,-0.9726,-2.14675,0,0,0,1,900,255,1,0),(160505,189979,571,1,1,1813.38,-5678.04,226.827,0.29671,0,0,0,1,900,255,1,0),(160506,189979,571,1,1,1820.46,-3808.94,151.582,-2.68781,0,0,0,1,900,255,1,0),(160507,189979,571,1,1,1836.03,-3927.07,177.571,-1.39626,0,0,0,1,900,255,1,0),(160508,189979,571,1,1,1864.17,-3001.18,144.162,2.77507,0,0,0,1,900,255,1,0),(160509,189979,571,1,1,1876.11,-4463.47,197.281,2.53072,0,0,0,1,900,255,1,0),(160510,189979,571,1,1,1887.14,-3679.14,153.362,-0.92502,0,0,0,1,900,255,1,0),(160511,189979,571,1,1,1963.89,-2986.95,155.574,-2.18166,0,0,0,1,900,255,1,0),(160512,189979,571,1,1,1985.82,-5552.98,217.186,1.43117,0,0,0,1,900,255,1,0),(160513,189979,571,1,1,2022.6,-2729.91,0.3004,0.83776,0,0,0,1,900,255,1,0),(160514,189979,571,1,1,2047.48,-5751.41,222.503,-2.74016,0,0,0,1,900,255,1,0),(160515,189979,571,1,1,2063.09,-5004.98,231.037,2.93214,0,0,0,1,900,255,1,0),(160516,189979,571,1,1,2136.45,-5652.09,224.392,1.46608,0,0,0,1,900,255,1,0),(160517,189979,571,1,1,2143.75,-5151.33,240.641,2.60053,0,0,0,1,900,255,1,0),(160518,189979,571,1,1,2183.74,-5265.66,250.068,0.47124,0,0,0,1,900,255,1,0),(160519,189979,571,1,1,2192.25,-2648.39,1.1699,-1.55334,0,0,0,1,900,255,1,0),(160520,189979,571,1,1,2192.97,-2536.35,5.3353,2.49582,0,0,0,1,900,255,1,0),(160521,189979,571,1,1,2208.33,-3082.53,132.841,-0.7854,0,0,0,1,900,255,1,0),(160522,189979,571,1,1,2275.29,-2949.5,123.738,2.14675,0,0,0,1,900,255,1,0),(160523,189979,571,1,1,2304.78,-2744.87,-0.0415,2.47837,0,0,0,1,900,255,1,0),(160524,189979,571,1,1,2332.09,-5852.16,251.19,-0.50614,0,0,0,1,900,255,1,0),(160525,189979,571,1,1,2357.48,-3706.47,223.214,-2.32129,0,0,0,1,900,255,1,0),(160526,189979,571,1,1,2407.69,-2824.83,9.7012,-0.85521,0,0,0,1,900,255,1,0),(160527,189979,571,1,1,2467.06,-2824.69,20.6504,-1.09956,0,0,0,1,900,255,1,0),(160528,189979,571,1,1,2478.63,-3080.53,138.992,0.48869,0,0,0,1,900,255,1,0),(160529,189979,571,1,1,2479.22,-5437.19,299.543,1.74533,0,0,0,1,900,255,1,0),(160530,189979,571,1,1,2504.18,-3896.1,263.839,1.76278,0,0,0,1,900,255,1,0),(160531,189979,571,1,1,2508.66,-3015.97,120.783,-1.13446,0,0,0,1,900,255,1,0),(160532,189979,571,1,1,2518.63,-4743.72,246.569,-0.66322,0,0,0,1,900,255,1,0),(160533,189979,571,1,1,2536.78,-3717.47,266.892,1.43117,0,0,0,1,900,255,1,0),(160534,189979,571,1,1,2545.64,-4507.8,230.798,-2.70526,0,0,0,1,900,255,1,0),(160535,189979,571,1,1,2557.9,-4616.65,229.806,0.80285,0,0,0,1,900,255,1,0),(160536,189979,571,1,3,2570.45,-2766.36,8.7401,-0.48869,0,0,0,1,900,255,1,0),(160537,189979,571,1,1,2580.79,-4152.53,302.839,0.75049,0,0,0,1,900,255,1,0),(160538,189979,571,1,1,2583.11,-3123.24,128.719,2.1293,0,0,0,1,900,255,1,0),(160539,189979,571,1,1,2588.11,-3004.66,111.536,-2.19912,0,0,0,1,900,255,1,0),(160540,189979,571,1,1,2589.78,-3917.45,296.84,-0.29671,0,0,0,1,900,255,1,0),(160541,189979,571,1,1,2616.55,-5791.18,314.388,0.03491,0,0,0,1,900,255,1,0),(160542,189979,571,1,1,2637.77,-3659.38,241.58,-2.72271,0,0,0,1,900,255,1,0),(160543,189979,571,1,3,2696.92,-4105.83,365.928,-2.44346,0,0,0,1,900,255,1,0),(160544,189979,571,1,1,2700,-3145.57,119.88,1.22173,0,0,0,1,900,255,1,0),(160545,189979,571,1,1,2731.69,-5583.63,379.214,-2.30383,0,0,0,1,900,255,1,0),(160546,189979,571,1,3,2733.18,-4021.56,378.243,0.10472,0,0,0,1,900,255,1,0),(160547,189979,571,1,1,2821.7,-3719.72,232.72,1.06465,0,0,0,1,900,255,1,0),(160548,189979,571,1,1,2869.77,-3186.19,134.01,1.18682,0,0,0,1,900,255,1,0),(160549,189979,571,1,1,2918.13,-3075.25,91.006,1.81514,0,0,0,1,900,255,1,0),(160725,189979,571,1,1,3808.3,-1743.32,203.555,1.65806,0,0,0,1,600,255,1,0),(160726,189979,571,1,1,3819.07,-2721.72,200.338,-0.89012,0,0,0,1,600,255,1,0),(160727,189979,571,1,1,3823.79,-1846.02,215.937,1.71042,0,0,0,1,600,255,1,0),(160728,189979,571,1,1,3887.61,-3704.44,173.585,2.58308,0,0,0,1,600,255,1,0),(160729,189979,571,1,1,3892.34,-5151.14,73.8241,-1.53589,0,0,0,1,600,255,1,0),(160730,189979,571,1,1,3931.06,-1655.19,190.644,1.37881,0,0,0,1,600,255,1,0),(160731,189979,571,1,3,3932.55,-3970.73,174.807,-1.97222,0,0,0,1,600,255,1,0),(160732,189979,571,1,1,3943.47,-1843.41,217.448,2.60053,0,0,0,1,600,255,1,0),(160733,189979,571,1,1,4101.43,-2955.46,270.904,1.71042,0,0,0,1,600,255,1,0),(160734,189979,571,1,1,4109.9,-2432.63,221.093,3.14159,0,0,0,1,600,255,1,0),(160735,189979,571,1,1,4128.13,-3959.53,160.662,2.44346,0,0,0,1,600,255,1,0),(160736,189979,571,1,1,4151.42,-4614.51,144.271,0.10472,0,0,0,1,600,255,1,0),(160737,189979,571,1,1,4152.13,-1891.69,187.421,-1.41372,0,0,0,1,600,255,1,0),(160738,189979,571,1,1,4172.3,-3685.31,186.911,-1.23918,0,0,0,1,600,255,1,0),(160739,189979,571,1,1,4196.39,-1995.75,211.092,0.89012,0,0,0,1,600,255,1,0),(160740,189979,571,1,1,4208.14,-3133.17,282.33,-1.46608,0,0,0,1,600,255,1,0),(160741,189979,571,1,1,4220.52,-3803.55,185.478,-1.43117,0,0,0,1,600,255,1,0),(160742,189979,571,1,1,4303.79,-4978.64,23.5756,2.75761,0,0,0,1,600,255,1,0),(160743,189979,571,1,1,4408.61,-2408.18,228.998,-2.00713,0,0,0,1,600,255,1,0),(160744,189979,571,1,1,4448.33,-4800.28,40.7411,-2.33874,0,0,0,1,600,255,1,0),(160745,189979,571,1,1,4560.06,-2319.04,181.076,2.02458,0,0,0,1,600,255,1,0),(160746,189979,571,1,1,4560.34,-4972.12,48.4352,-2.53072,0,0,0,1,600,255,1,0),(160747,189979,571,1,1,4584.81,-4561.06,196.203,0.38397,0,0,0,1,600,255,1,0),(160748,189979,571,1,1,4585.62,-3743.73,233.273,-1.67551,0,0,0,1,600,255,1,0),(160749,189979,571,1,1,4641.26,-3944.71,249.82,-1.91986,0,0,0,1,600,255,1,0),(160750,189979,571,1,1,4731.17,-3974.15,202.988,2.87979,0,0,0,1,600,255,1,0),(160751,189979,571,1,1,4734.59,-4548.18,206.814,-0.36652,0,0,0,1,600,255,1,0),(160752,189979,571,1,1,4774.96,-4882.75,58.889,-2.3911,0,0,0,1,600,255,1,0),(160753,189979,571,1,1,4782.52,-3895.37,187.392,2.60054,0,0,0,1,600,255,1,0),(160754,189979,571,1,1,4823.12,-3888.86,183.019,2.75761,0,0,0,1,600,255,1,0),(160755,189979,571,1,1,4830.86,-4477.09,200.15,1.39626,0,0,0,1,600,255,1,0),(160756,189979,571,1,1,4882.17,-4206.04,253.289,-0.19199,0,0,0,1,600,255,1,0),(160757,189979,571,1,1,4934.33,-4555.06,220.053,2.49582,0,0,0,1,600,255,1,0),(160758,189979,571,1,1,4956.46,-4666.76,214.515,2.79252,0,0,0,1,600,255,1,0),(160759,189979,571,1,1,5018.21,-4794.48,217.757,2.87979,0,0,0,1,600,255,1,0),(160760,189979,571,1,1,5060.03,-4828.33,212.234,0.85521,0,0,0,1,600,255,1,0),(161299,189979,571,1,1,5711.41,-3665.91,372.22,-2.75761,0,0,0,1,900,255,1,0),(161300,189979,571,1,1,5714.95,-2415.05,288.185,2.16421,0,0,0,1,900,255,1,0),(161301,189979,571,1,1,5775.91,-3235.52,362.155,-2.74016,0,0,0,1,900,255,1,0),(161302,189979,571,1,1,5840.19,-2309.73,288.201,-1.0821,0,0,0,1,900,255,1,0),(161303,189979,571,1,1,5915.27,-1263.34,261.516,-2.87979,0,0,0,1,900,255,1,0),(161304,189979,571,1,1,5953.86,-2800.04,270.211,-1.0472,0,0,0,1,900,255,1,0),(161305,189979,571,1,1,5966.88,-4236.39,358.494,-1.43117,0,0,0,1,900,255,1,0),(161306,189979,571,1,1,5970.19,-2870.24,287.289,-0.66322,0,0,0,1,900,255,1,0),(161307,189979,571,1,1,5971.87,-3366.34,363.969,-0.06981,0,0,0,1,900,255,1,0),(161308,189979,571,1,1,5972.12,-3234.96,361.863,0.75049,0,0,0,1,900,255,1,0),(161309,189979,571,1,1,5990.52,-4156.24,377.7,1.72787,0,0,0,1,900,255,1,0),(161310,189979,571,1,1,6033.01,-4086.71,355.195,1.83259,0,0,0,1,900,255,1,0),(161311,189979,571,1,1,6051.72,-1285.41,503.838,-1.88495,0,0,0,1,900,255,1,0),(161312,189980,571,1,1,6055.43,-4338.67,378.82,2.60054,0,0,0,1,900,255,1,0),(161313,189979,571,1,1,6073.87,-2672.15,293.35,0.27925,0,0,0,1,900,255,1,0),(161314,189979,571,1,1,6085.92,-1623.47,273.396,-1.41372,0,0,0,1,900,255,1,0),(161315,189979,571,1,1,6093.19,-4243.17,319.02,0.22689,0,0,0,1,900,255,1,0),(161316,189979,571,1,1,6106.12,-4426.53,366.153,-0.95993,0,0,0,1,900,255,1,0),(161317,189979,571,1,1,6131.64,-2383.84,301.084,-0.2618,0,0,0,1,900,255,1,0),(161318,189979,571,1,1,6171.83,-3366.97,363.118,0.73304,0,0,0,1,900,255,1,0),(161319,189979,571,1,1,6176.55,-3235.76,362.947,2.46091,0,0,0,1,900,255,1,0),(161320,189979,571,1,1,6217.74,-2238.07,238.705,-1.97222,0,0,0,1,900,255,1,0),(161321,189980,571,1,1,6265.88,-2931.17,307.012,0.76794,0,0,0,1,900,255,1,0),(161322,189979,571,1,1,6278.61,-2746.58,303.185,2.87979,0,0,0,1,900,255,1,0),(161323,189979,571,1,1,6280.1,-2592.43,302.372,-1.36136,0,0,0,1,900,255,1,0),(161324,189980,571,1,1,6286.33,-2263.17,237.82,-2.37364,0,0,0,1,900,255,1,0),(161325,189979,571,1,1,6286.91,-2671.79,304.413,-1.36136,0,0,0,1,900,255,1,0),(161326,189979,571,1,1,6331.42,-2977.62,339.642,1.67551,0,0,0,1,900,255,1,0),(161327,189979,571,1,1,6365.95,-2193.24,272.601,-0.47124,0,0,0,1,900,255,1,0),(161328,189979,571,1,1,6436.63,-3241.96,405.875,-1.01229,0,0,0,1,900,255,1,0),(161329,189979,571,1,1,6439.04,-3330.39,404.906,-0.66322,0,0,0,1,900,255,1,0),(161330,189979,571,1,1,6462.37,-3474.22,388.903,-0.22689,0,0,0,1,900,255,1,0),(161331,189979,571,1,1,6512.85,-4255.32,463.819,-0.29671,0,0,0,1,900,255,1,0),(161332,189979,571,1,1,6515.43,-3485.97,389.072,1.64061,0,0,0,1,900,255,1,0),(161333,189979,571,1,1,6537.95,-4141.42,467.04,-0.10472,0,0,0,1,900,255,1,0),(161334,189979,571,1,1,6564.48,-4107.55,464.168,1.76278,0,0,0,1,900,255,1,0),(161335,189979,571,1,1,6572.52,-4193.38,468.78,-1.55334,0,0,0,1,900,255,1,0),(161336,189979,571,1,1,6579.67,-4053.25,487.276,-1.18682,0,0,0,1,900,255,1,0),(161337,189979,571,1,1,6700.08,-4231.6,461.299,0.76794,0,0,0,1,900,255,1,0),(161338,189979,571,1,1,6779.47,-4100.77,470.973,-3.10665,0,0,0,1,900,255,1,0),(161339,189979,571,1,1,6792.44,-4281.66,452.834,0.85521,0,0,0,1,900,255,1,0),(161340,189979,571,1,1,6818.13,-4627.39,442.225,1.3439,0,0,0,1,900,255,1,0),(161341,189979,571,1,1,6845.49,-4442.29,444.483,-0.59341,0,0,0,1,900,255,1,0),(161342,189979,571,1,1,6914.57,-4477.57,444.913,1.55334,0,0,0,1,900,255,1,0),(162128,191133,571,1,1,5094.27,5217.79,-88.322,-2.21656,0,0,0,1,600,255,1,0),(162129,191133,571,1,1,5105.15,4639.76,-135.884,-1.02974,0,0,0,1,600,255,1,0),(162130,191133,571,1,1,5125.49,6015.81,-50.0045,2.26892,0,0,0,1,600,255,1,0),(162131,191133,571,1,1,5128.38,4215.86,-83.4258,1.6057,0,0,0,1,600,255,1,0),(162132,191133,571,1,1,5159.02,5454.54,-88.2909,3.03684,0,0,0,1,600,255,1,0),(162133,191133,571,1,1,5171.4,3794.75,-12.2962,2.00713,0,0,0,1,600,255,1,0),(162134,191133,571,1,1,5190.18,6023.39,-37.9963,-0.76794,0,0,0,1,600,255,1,0),(162135,191133,571,1,1,5199.74,5436.71,-81.6717,-0.69813,0,0,0,1,600,255,1,0),(162136,191133,571,1,1,5226.19,4826.15,-132.704,-2.77507,0,0,0,1,600,255,1,0),(162137,191133,571,1,1,5232.45,4195.25,-93.5727,1.67551,0,0,0,1,600,255,1,0),(162138,191133,571,1,1,5271.99,5251.52,-124.859,1.5708,0,0,0,1,600,255,1,0),(162139,191133,571,1,1,5277.8,3702.89,12.7941,1.76278,0,0,0,1,600,255,1,0),(162140,191133,571,1,1,5309.02,4437.11,-101.209,2.9845,0,0,0,1,600,255,1,0),(162141,191133,571,1,1,5324.95,5368.98,-123.416,-1.37881,0,0,0,1,600,255,1,0),(162142,191133,571,1,1,5325.52,6025.47,-16.2582,-0.83776,0,0,0,1,600,255,1,0),(162143,191133,571,1,1,5331.86,4405.6,-126.997,-1.51844,0,0,0,1,600,255,1,0),(162144,191133,571,1,1,5333.07,4300.51,-148.082,0.68068,0,0,0,1,600,255,1,0),(162145,191133,571,1,1,5338.95,4182.07,-94.2039,-2.93214,0,0,0,1,600,255,1,0),(162146,191133,571,1,1,5341.82,5396.05,-106.745,2.00713,0,0,0,1,600,255,1,0),(162147,191133,571,1,1,5354.23,4820.88,-198.88,1.6057,0,0,0,1,600,255,1,0),(162148,191133,571,1,1,5358.9,4514.82,-127.633,2.07694,0,0,0,1,600,255,1,0),(162149,191133,571,1,1,5385.53,4913.98,-195.354,1.83259,0,0,0,1,600,255,1,0),(162150,191133,571,1,1,5388.27,4753.33,-198.798,2.30383,0,0,0,1,600,255,1,0),(162151,191133,571,1,1,5418.62,4371.29,-137.676,1.55334,0,0,0,1,600,255,1,0),(162152,191133,571,1,1,5434.91,3826.25,-65.5299,1.09956,0,0,0,1,600,255,1,0),(162153,191133,571,1,1,5443.15,4694.67,-187.941,2.44346,0,0,0,1,600,255,1,0),(162154,191133,571,1,1,5446.75,5166.05,-133.793,-3.07177,0,0,0,1,600,255,1,0),(162155,191133,571,1,1,5447.93,4519.89,-135.988,-1.67551,0,0,0,1,600,255,1,0),(162156,191133,571,1,1,5449.87,4089.35,-91.0623,1.88495,0,0,0,1,600,255,1,0),(162157,191133,571,1,3,5451.86,5532.25,-101.77,0.22689,0,0,0,1,600,255,1,0),(162158,191133,571,1,1,5455.97,5712.2,-102.766,-0.59341,0,0,0,1,600,255,1,0),(162159,191133,571,1,1,5456.09,4679.77,-173.517,1.93731,0,0,0,1,600,255,1,0),(162160,191133,571,1,1,5461.79,4916.51,-197.193,-0.62832,0,0,0,1,600,255,1,0),(162161,191133,571,1,1,5479.19,4193.7,-97.0735,0.80285,0,0,0,1,600,255,1,0),(162162,191133,571,1,1,5482.81,3505.6,7.2101,-2.68781,0,0,0,1,600,255,1,0),(162163,191133,571,1,1,5483.64,4688.75,-122.003,0.8203,0,0,0,1,600,255,1,0),(162164,191133,571,1,1,5494.62,5677.87,-97.2142,1.93731,0,0,0,1,600,255,1,0),(162165,191133,571,1,1,5509.58,3579.71,-12.9631,1.43117,0,0,0,1,600,255,1,0),(162166,191133,571,1,1,5521.06,4926.98,-192.771,2.56563,0,0,0,1,600,255,1,0),(162167,191133,571,1,1,5522.84,3836.81,-62.7052,2.04204,0,0,0,1,600,255,1,0),(162168,191133,571,1,1,5528.73,4681.65,-127.088,0.43633,0,0,0,1,600,255,1,0),(162169,191133,571,1,1,5529.63,4501.9,-132.392,-2.33874,0,0,0,1,600,255,1,0),(162170,191133,571,1,1,5537.92,4315.39,-130.214,-1.88495,0,0,0,1,600,255,1,0),(162171,191133,571,1,1,5553.28,3666.73,-28.5651,-1.79769,0,0,0,1,600,255,1,0),(162172,191133,571,1,3,5608.65,3865.18,-99.3376,-1.91986,0,0,0,1,600,255,1,0),(162173,191133,571,1,1,5652.2,3981.09,-83.0324,-1.13446,0,0,0,1,600,255,1,0),(162174,191133,571,1,3,5656.22,6023.45,-28.9304,-1.88495,0,0,0,1,600,255,1,0),(162175,191133,571,1,1,5660.41,3699.91,-13.5126,-2.37364,0,0,0,1,600,255,1,0),(162176,191133,571,1,1,5668.26,4118.6,-90.1961,2.37364,0,0,0,1,600,255,1,0),(162177,191133,571,1,3,5669.97,5463.91,-68.9469,2.89724,0,0,0,1,600,255,1,0),(162178,191133,571,1,1,5671.01,4389.62,-137.554,-1.46608,0,0,0,1,600,255,1,0),(162179,191133,571,1,1,5679.05,5598.78,-73.9954,-0.97738,0,0,0,1,600,255,1,0),(162180,191133,571,1,1,5682.74,3538.94,-8.8133,-2.35619,0,0,0,1,600,255,1,0),(162181,191133,571,1,1,5684.08,5541.49,-72.1058,-1.64061,0,0,0,1,600,255,1,0),(162182,191133,571,1,1,5704.43,3884.6,-72.5278,1.8675,0,0,0,1,600,255,1,0),(162183,191133,571,1,1,5721.06,3655.52,-25.2488,0.27925,0,0,0,1,600,255,1,0),(162184,191133,571,1,1,5721.06,3655.52,-25.2488,0.27925,0,0,0,1,600,255,1,0),(162185,191133,571,1,1,5735.86,5612.5,-67.5912,-2.58308,0,0,0,1,600,255,1,0),(162186,191133,571,1,1,5740.39,5960.09,-36.3629,0.5236,0,0,0,1,600,255,1,0),(162187,191133,571,1,1,5762.14,3502.19,8.5711,-0.5236,0,0,0,1,600,255,1,0),(162188,191133,571,1,1,5827.04,4457.58,-130.453,1.64061,0,0,0,1,600,255,1,0),(162189,191133,571,1,1,5834,5370.13,-87.9156,-0.06981,0,0,0,1,600,255,1,0),(162190,191133,571,1,1,5859.75,4020.99,-68.8248,0.10472,0,0,0,1,600,255,1,0),(162191,191133,571,1,3,5861.32,4419.11,-89.7436,-3.07177,0,0,0,1,600,255,1,0),(162192,191133,571,1,1,5882.23,5916.37,-25.0905,-1.6057,0,0,0,1,600,255,1,0),(162193,191133,571,1,1,5945.59,4566.13,-99.452,1.69297,0,0,0,1,600,255,1,0),(162194,191133,571,1,1,6001.92,4160.64,-71.2961,0.83776,0,0,0,1,600,255,1,0),(162195,191133,571,1,1,6037.1,4847.04,-93.403,-1.25664,0,0,0,1,600,255,1,0),(162196,191133,571,1,1,6053.3,4795.46,-92.8918,0.8203,0,0,0,1,600,255,1,0),(162197,191133,571,1,1,6077.97,4860.72,-94.5449,-1.71042,0,0,0,1,600,255,1,0),(162198,191133,571,1,1,6084.56,4079.1,-46.7275,-2.30383,0,0,0,1,600,255,1,0),(162199,191133,571,1,1,6096.59,3644.3,143.128,-2.84488,0,0,0,1,600,255,1,0),(162200,191133,571,1,1,6107,5455.44,-97.4798,2.93214,0,0,0,1,600,255,1,0),(162201,191133,571,1,1,6167.44,5256.57,-127.884,0.89012,0,0,0,1,600,255,1,0),(162202,191133,571,1,3,6173.29,4609.01,-92.2689,-1.90241,0,0,0,1,600,255,1,0),(162203,191133,571,1,1,6174.17,5636.43,-22.3877,-1.93731,0,0,0,1,600,255,1,0),(162204,191133,571,1,1,6205.15,4325.34,-38.2094,-0.05236,0,0,0,1,600,255,1,0),(162205,191133,571,1,1,6215.25,5172.35,-97.6636,0.24435,0,0,0,1,600,255,1,0),(162206,191133,571,1,1,6229.99,5392.57,-108.99,-2.9845,0,0,0,1,600,255,1,0),(162207,191133,571,1,1,6277.39,4221.15,-40.3804,0.59341,0,0,0,1,600,255,1,0),(162208,191133,571,1,1,6302.94,5136.3,-81.6133,-3.01941,0,0,0,1,600,255,1,0),(162209,191133,571,1,1,6310,3957.29,109.057,-0.76794,0,0,0,1,600,255,1,0),(162210,191133,571,1,1,6659.69,4690.38,0.1829,1.78023,0,0,0,1,600,255,1,0),(162211,191133,571,1,1,6672.22,4932.34,-17.978,2.94959,0,0,0,1,600,255,1,0),(162806,189981,571,1,1,8297.32,-1323.16,989.223,3.10665,0,0,0,1,900,255,1,0),(162807,189981,571,1,1,8443.6,-1578.12,1038.25,0.15708,0,0,0,1,900,255,1,0),(162808,189981,571,1,1,8569.77,-1292.15,544.906,1.43117,0,0,0,1,900,255,1,0),(162809,189981,571,1,1,8636.96,-1181.42,539.129,-1.32645,0,0,0,1,900,255,1,0),(162950,191133,571,1,1,5973.13,-678.799,384.303,-1.01229,0,0,0,1,900,255,1,0),(162951,191133,571,1,1,5990.06,-1015.17,446.638,2.19911,0,0,0,1,900,255,1,0),(162952,191133,571,1,1,5990.99,-621.435,374.311,-2.84488,0,0,0,1,900,255,1,0),(162953,191133,571,1,1,6344.36,-785.474,408.019,-1.8675,0,0,0,1,900,255,1,0),(162954,191133,571,1,1,6394.66,-876.401,409.343,1.27409,0,0,0,1,900,255,1,0),(162955,191133,571,1,1,6518.71,-1309.9,407.208,2.21656,0,0,0,1,900,255,1,0),(162956,191133,571,1,1,6523.62,-1265.09,405.482,-1.58825,0,0,0,1,900,255,1,0),(162957,191133,571,1,1,6570.89,-1050.82,432.531,-1.36136,0,0,0,1,900,255,1,0),(162958,191133,571,1,1,6571,-1230.15,404.367,1.78023,0,0,0,1,900,255,1,0),(162959,191133,571,1,1,6571,-1230.15,404.367,1.78023,0,0,0,1,900,255,1,0),(162960,191133,571,1,1,6596.6,-1356.01,410.087,1.25664,0,0,0,1,900,255,1,0),(162961,191133,571,1,1,6600.02,-977.058,430.956,1.06465,0,0,0,1,900,255,1,0),(162962,191133,571,1,1,6646.55,-876.419,685.517,2.87979,0,0,0,1,900,255,1,0),(162963,191133,571,1,1,6657.53,-1251.14,397.563,-2.70526,0,0,0,1,900,255,1,0),(162964,191133,571,1,1,6666.78,-1032.98,413.802,-0.08727,0,0,0,1,900,255,1,0),(162965,191133,571,1,1,6675.33,-1195.82,398.54,-2.51327,0,0,0,1,900,255,1,0),(162966,191133,571,1,1,6677.08,-1207.99,398.83,-1.90241,0,0,0,1,900,255,1,0),(162967,191133,571,1,1,6679.29,-1365.29,392.181,2.87979,0,0,0,1,900,255,1,0),(162968,191133,571,1,1,6688.5,-1112.26,397.346,-0.76794,0,0,0,1,900,255,1,0),(162969,191133,571,1,1,6756.1,-1530.5,369.068,0.48869,0,0,0,1,900,255,1,0),(162970,191133,571,1,1,6799.45,-1602.82,354.439,1.55334,0,0,0,1,900,255,1,0),(162971,191133,571,1,1,6816.01,-1364.55,819.675,1.46608,0,0,0,1,900,255,1,0),(162972,191133,571,1,1,6821.42,-607.278,982.429,3.10665,0,0,0,1,900,255,1,0),(162973,191133,571,1,1,6831.78,-1599.01,352.369,1.6057,0,0,0,1,900,255,1,0),(162974,191133,571,1,1,6836.44,-1338.51,819.752,-3.07177,0,0,0,1,900,255,1,0),(162975,191133,571,1,1,6847.58,-1230.78,806.654,2.04204,0,0,0,1,900,255,1,0),(162976,191133,571,1,1,6866.66,-1725.76,827.24,2.33874,0,0,0,1,900,255,1,0),(162977,191133,571,1,1,6867.1,-3428.81,629.143,-1.44862,0,0,0,1,900,255,1,0),(162978,191133,571,1,1,6879.43,-1237.15,810.259,1.39626,0,0,0,1,900,255,1,0),(162979,191133,571,1,1,6900.31,-1523,359.912,-0.24435,0,0,0,1,900,255,1,0),(162980,191133,571,1,1,6927.97,-28.98,805.172,0.38397,0,0,0,1,900,255,1,0),(162981,191133,571,1,1,6961.17,-6.584,809.179,-2.72271,0,0,0,1,900,255,1,0),(162982,191133,571,1,1,6979.51,-658.492,770.486,-2.94959,0,0,0,1,900,255,1,0),(162983,191133,571,1,1,6981.89,-1205.51,810.173,2.44346,0,0,0,1,900,255,1,0),(162984,191133,571,1,1,6983.3,-1221.08,809.737,2.96704,0,0,0,1,900,255,1,0),(162985,191133,571,1,1,6986.34,-1293.41,820.291,-1.79769,0,0,0,1,900,255,1,0),(162986,191133,571,1,1,6994.69,-804.125,736.488,-2.47837,0,0,0,1,900,255,1,0),(162987,191133,571,1,1,6996.86,34.22,810.485,2.60054,0,0,0,1,900,255,1,0),(162988,191133,571,1,1,7002.33,-19.649,811.049,-1.97222,0,0,0,1,900,255,1,0),(162989,191133,571,1,1,7005.42,-367.084,788.1,-0.83776,0,0,0,1,900,255,1,0),(162990,191133,571,1,1,7008.1,-503.726,745.189,-0.13962,0,0,0,1,900,255,1,0),(162991,191133,571,1,1,7010.06,90.342,814.849,0.34907,0,0,0,1,900,255,1,0),(162992,191133,571,1,1,7019.15,-776.146,732.361,-3.00195,0,0,0,1,900,255,1,0),(162993,191133,571,1,1,7019.82,-1357.06,833.007,-0.68068,0,0,0,1,900,255,1,0),(162994,191133,571,1,3,7032.89,-1319.14,820.829,0.5236,0,0,0,1,900,255,1,0),(162995,191133,571,1,1,7051.36,-2016.77,769.801,-0.7854,0,0,0,1,900,255,1,0),(162996,191133,571,1,3,7052.57,-1106.91,934.503,0.48869,0,0,0,1,900,255,1,0),(162997,191133,571,1,1,7075.71,-1920.55,774.867,0.89012,0,0,0,1,900,255,1,0),(162998,191133,571,1,1,7075.71,-1920.55,774.867,0.89012,0,0,0,1,900,255,1,0),(162999,191133,571,1,4,7080.04,-2724.64,756.814,-2.00713,0,0,0,1,900,255,1,0),(163000,191133,571,1,1,7108.71,-390.674,785.422,-2.60054,0,0,0,1,900,255,1,0),(163001,191133,571,1,2,7109.33,-2248.94,760.053,2.18166,0,0,0,1,900,255,1,0),(163002,191133,571,1,1,7110.42,-543.947,739.837,-0.73304,0,0,0,1,900,255,1,0),(163003,191133,571,1,1,7122.95,-1096.95,928.457,0.61086,0,0,0,1,900,255,1,0),(163004,191133,571,1,4,7134.02,-2760.25,786.906,0.22689,0,0,0,1,900,255,1,0),(163005,191133,571,1,8,7142.31,-3636.81,841.763,2.72271,0,0,0,1,900,255,1,0),(163006,191133,571,1,4,7160.35,-2126.89,762.291,-1.309,0,0,0,1,900,255,1,0),(163007,191133,571,1,1,7169.14,-1110.03,933.994,2.56563,0,0,0,1,900,255,1,0),(163008,191133,571,1,4,7170.76,-2087.91,771.997,-2.07694,0,0,0,1,900,255,1,0),(163009,191133,571,1,1,7171.05,-232.757,808.581,-0.92502,0,0,0,1,900,255,1,0),(163010,191133,571,1,4,7177.67,-2048.25,768.82,-2.05949,0,0,0,1,900,255,1,0),(163011,191133,571,1,1,7187.29,-1305.36,946.459,0.10472,0,0,0,1,900,255,1,0),(163203,189980,571,1,1,5636.89,1931.16,517.353,-1.50098,0,0,0,1,600,255,1,0),(163013,191133,571,1,4,7191.42,-2963.44,863.347,0.71558,0,0,0,1,900,255,1,0),(163014,191133,571,1,4,7201.29,-1976.74,771.915,2.70526,0,0,0,1,900,255,1,0),(163015,191133,571,1,8,7216.89,-3691.29,822.22,1.95477,0,0,0,1,900,255,1,0),(163016,191133,571,1,1,7224.43,-993.775,926.922,-2.53072,0,0,0,1,900,255,1,0),(163017,191133,571,1,2,7233.57,-3542.98,834.774,1.64061,0,0,0,1,900,255,1,0),(163018,191133,571,1,1,7247.44,-1258.09,922.469,0.12217,0,0,0,1,900,255,1,0),(163019,191133,571,1,4,7253.56,-2213.5,765.619,0.20944,0,0,0,1,900,255,1,0),(163020,191133,571,1,3,7263.25,-2858.31,784.963,3.05433,0,0,0,1,900,255,1,0),(163021,191133,571,1,1,7290.68,-158.387,791.699,0.97738,0,0,0,1,900,255,1,0),(163022,191133,571,1,1,7301.97,-1076.27,922.833,2.77507,0,0,0,1,900,255,1,0),(163023,191133,571,1,4,7308.59,-2918.88,829.274,2.18166,0,0,0,1,900,255,1,0),(163024,191133,571,1,4,7310.65,-2244.92,759.653,2.79252,0,0,0,1,900,255,1,0),(163025,191133,571,1,8,7343.63,-3631.95,827.068,2.86233,0,0,0,1,900,255,1,0),(163026,191133,571,1,4,7375.28,-2741.83,755.017,1.23918,0,0,0,1,900,255,1,0),(163027,191133,571,1,1,7402.41,-2801.71,771.389,2.68781,0,0,0,1,900,255,1,0),(163028,191133,571,1,4,7407.63,-3292.64,865.917,1.25664,0,0,0,1,900,255,1,0),(163029,191133,571,1,1,7425.51,-124.863,794.245,-1.06465,0,0,0,1,900,255,1,0),(163030,191133,571,1,4,7440.67,-2350.95,758.854,-2.58308,0,0,0,1,900,255,1,0),(163031,191133,571,1,2,7471.3,-2436.7,759.912,-2.72271,0,0,0,1,900,255,1,0),(163032,191133,571,1,1,7610.48,-1368.06,958.4,-1.50098,0,0,0,1,900,255,1,0),(163033,191133,571,1,1,7705.49,-3346.28,889.608,-0.06981,0,0,0,1,900,255,1,0),(163034,191133,571,1,1,7751.97,-268.932,919.118,-2.19912,0,0,0,1,900,255,1,0),(163035,191133,571,1,1,7776.04,-3094.28,917.448,0.97738,0,0,0,1,900,255,1,0),(163036,191133,571,1,1,7808.35,-82.079,880.268,1.55334,0,0,0,1,900,255,1,0),(163037,191133,571,1,1,7828.84,-115.694,886.169,-1.25664,0,0,0,1,900,255,1,0),(163038,191133,571,1,1,7854.36,49.873,1010.96,2.02458,0,0,0,1,900,255,1,0),(163039,191133,571,1,1,7908.77,124.441,1030.64,-0.75049,0,0,0,1,900,255,1,0),(163040,191133,571,1,1,7923.45,-2642.3,1139.84,0.41888,0,0,0,1,900,255,1,0),(163041,191133,571,1,1,8016.46,-2395.76,1161.83,-0.66322,0,0,0,1,900,255,1,0),(163042,191133,571,1,1,8069.04,-2777.4,1050.31,-1.23918,0,0,0,1,900,255,1,0),(163043,191133,571,1,1,8106.1,-2241.15,1167.39,-0.34907,0,0,0,1,900,255,1,0),(163044,191133,571,1,1,8125.98,-218.974,848.504,-1.09956,0,0,0,1,900,255,1,0),(163045,191133,571,1,3,8126.96,-1265.3,1018.43,-0.99484,0,0,0,1,900,255,1,0),(163046,191133,571,1,1,8136.27,-286.253,867.359,2.37364,0,0,0,1,900,255,1,0),(163047,191133,571,1,1,8153.25,-392.846,1020.5,-2.94959,0,0,0,1,900,255,1,0),(163048,191133,571,1,1,8182.39,-729.494,929.576,1.3439,0,0,0,1,900,255,1,0),(163049,191133,571,1,1,8184.4,-2399.48,1139.64,-0.69813,0,0,0,1,900,255,1,0),(163050,191133,571,1,1,8191.02,-2794.48,1044.14,-2.75761,0,0,0,1,900,255,1,0),(163051,191133,571,1,1,8196.15,-2734.56,1036.62,-2.84488,0,0,0,1,900,255,1,0),(163052,191133,571,1,1,8223.97,-674.648,933.066,2.26892,0,0,0,1,900,255,1,0),(163053,191133,571,1,1,8239.63,-2988.43,1087.36,0.73304,0,0,0,1,900,255,1,0),(163054,191133,571,1,1,8286.56,-212.827,889.271,0.76794,0,0,0,1,900,255,1,0),(163055,191133,571,1,1,8292.72,-2688.02,1036.62,2.96704,0,0,0,1,900,255,1,0),(163056,191133,571,1,1,8297.32,-1323.16,989.223,3.10665,0,0,0,1,900,255,1,0),(163057,191133,571,1,1,8443.6,-1578.12,1038.25,0.15708,0,0,0,1,900,255,1,0),(163058,191133,571,1,1,8569.77,-1292.15,544.906,1.43117,0,0,0,1,900,255,1,0),(163059,191133,571,1,1,8636.96,-1181.42,539.129,-1.32645,0,0,0,1,900,255,1,0),(162689,189978,571,1,1,6749.4,-3469.02,563.549,-1.309,0,0,0,1,900,255,1,0),(162939,189979,571,1,1,6749.4,-3469.02,563.549,-1.309,0,0,0,1,900,255,1,0),(164029,191133,571,1,1,6477.44,2487.12,475.981,-0.27925,0,0,0,1,600,255,1,0),(164030,191133,571,1,1,6481.97,540.381,438.703,0.47124,0,0,0,1,600,255,1,0),(164031,191133,571,1,1,6482.54,2462.87,468.117,-1.91986,0,0,0,1,600,255,1,0),(164032,191133,571,1,1,6483.74,1237.93,286.932,1.37881,0,0,0,1,600,255,1,0),(164033,191133,571,1,1,6484.37,294.937,399.821,-1.15192,0,0,0,1,600,255,1,0),(164034,191133,571,1,1,6497.03,3510.88,540.232,-2.70526,0,0,0,1,600,255,1,0),(164035,191133,571,1,1,6514.27,896.626,290.645,1.29154,0,0,0,1,600,255,1,0),(164036,191133,571,1,1,6533.5,907.337,294.892,0.17453,0,0,0,1,600,255,1,0),(164037,191133,571,1,1,6541.25,1011.67,276.952,0.08727,0,0,0,1,600,255,1,0),(164038,191133,571,1,1,6554.23,332.83,411.567,0.13962,0,0,0,1,600,255,1,0),(164039,191133,571,1,1,6557.07,284.192,401.789,0.73304,0,0,0,1,600,255,1,0),(164040,191133,571,1,1,6559.55,659.112,408.146,-2.67035,0,0,0,1,600,255,1,0),(164041,191133,571,1,1,6561.43,1050.49,275.174,2.42601,0,0,0,1,600,255,1,0),(164042,191133,571,1,1,6583.15,1267.12,286.026,0.92502,0,0,0,1,600,255,1,0),(164043,191133,571,1,1,6604.23,1248.47,282.491,2.04204,0,0,0,1,600,255,1,0),(164044,191133,571,1,1,6608.89,990.28,284.73,-2.77507,0,0,0,1,600,255,1,0),(164045,191133,571,1,1,6618.75,356.354,453.156,0.68068,0,0,0,1,600,255,1,0),(164046,191133,571,1,1,6622.9,1252.62,282.503,1.71042,0,0,0,1,600,255,1,0),(164047,191133,571,1,1,6636.6,3176.86,648.813,1.15192,0,0,0,1,600,255,1,0),(164048,191133,571,1,1,6640.88,3346.68,677.41,-0.76794,0,0,0,1,600,255,1,0),(164049,191133,571,1,1,6658.34,688.135,410.438,2.14675,0,0,0,1,600,255,1,0),(164050,191133,571,1,1,6662.22,573.318,406.858,-0.41888,0,0,0,1,600,255,1,0),(164051,191133,571,1,1,6664.98,615.527,410.019,-2.86233,0,0,0,1,600,255,1,0),(164052,191133,571,1,1,6672.16,1189.57,273.26,-2.49582,0,0,0,1,600,255,1,0),(164053,191133,571,1,1,6691.89,1520.67,466.38,-2.07694,0,0,0,1,600,255,1,0),(164054,191133,571,1,1,6696.4,743.905,396.964,-0.12217,0,0,0,1,600,255,1,0),(164055,191133,571,1,1,6710.98,644.3,412.474,-1.29154,0,0,0,1,600,255,1,0),(164056,191133,571,1,1,6717.32,1228.8,275.079,-2.86234,0,0,0,1,600,255,1,0),(164057,191133,571,1,1,6725.16,570.259,424.529,-2.46091,0,0,0,1,600,255,1,0),(164058,191133,571,1,1,6734.88,1458.5,403.872,0.31416,0,0,0,1,600,255,1,0),(164059,191133,571,1,1,6737.77,586.034,425.384,1.48353,0,0,0,1,600,255,1,0),(164060,191133,571,1,1,6748.57,2727.22,435.554,1.22173,0,0,0,1,600,255,1,0),(164061,191133,571,1,1,6751.8,1325.14,285.589,-1.6057,0,0,0,1,600,255,1,0),(164062,191133,571,1,1,6753.93,328.981,442.229,0.92502,0,0,0,1,600,255,1,0),(164063,191133,571,1,1,6754.17,2342.52,442.688,-2.09439,0,0,0,1,600,255,1,0),(164064,191133,571,1,1,6754.8,575.615,425.39,-1.41372,0,0,0,1,600,255,1,0),(164065,191133,571,1,1,6755.16,1224.16,276.844,0.34907,0,0,0,1,600,255,1,0),(164066,191133,571,1,1,6755.39,974.467,312.33,-2.19912,0,0,0,1,600,255,1,0),(164067,191133,571,1,1,6756.57,2694.84,427.835,-2.80998,0,0,0,1,600,255,1,0),(164068,191133,571,1,1,6758.73,585.806,425.657,0.2618,0,0,0,1,600,255,1,0),(164069,191133,571,1,1,6766.01,2936.86,456.135,-2.00713,0,0,0,1,600,255,1,0),(164070,191133,571,1,1,6774.69,499.547,410.733,-0.97738,0,0,0,1,600,255,1,0),(164071,191133,571,1,1,6781.04,1131.43,278.614,2.04204,0,0,0,1,600,255,1,0),(164072,191133,571,1,1,6789,1141.31,277.163,-1.81514,0,0,0,1,600,255,1,0),(164073,191133,571,1,1,6790.11,449.812,411.493,-1.09956,0,0,0,1,600,255,1,0),(164074,191133,571,1,1,6793.87,924.565,348.841,0.85521,0,0,0,1,600,255,1,0),(164075,191133,571,1,1,6797.17,2369.82,435.432,-0.38397,0,0,0,1,600,255,1,0),(164076,191133,571,1,1,6804.51,1294.23,281.189,0.50615,0,0,0,1,600,255,1,0),(164077,191133,571,1,1,6817.34,453.798,470.45,-3.03684,0,0,0,1,600,255,1,0),(164078,191133,571,1,1,6818.78,2181.03,660.779,-1.83259,0,0,0,1,600,255,1,0),(164079,191133,571,1,1,6824.14,2207.66,654.923,-1.13446,0,0,0,1,600,255,1,0),(164080,191133,571,1,1,6830.67,762.702,409.857,2.1293,0,0,0,1,600,255,1,0),(164081,191133,571,1,1,6833.76,2472.19,421.713,0.15708,0,0,0,1,600,255,1,0),(164082,191133,571,1,1,6884.59,645.147,426.572,-0.83776,0,0,0,1,600,255,1,0),(164083,191133,571,1,1,6885.25,2378.06,427.796,2.37364,0,0,0,1,600,255,1,0),(164084,191133,571,1,1,6885.81,2052.91,828.661,0.08727,0,0,0,1,600,255,1,0),(164085,191133,571,1,1,6897.25,819.82,399.82,-2.82743,0,0,0,1,600,255,1,0),(164086,191133,571,1,1,6898.43,786.803,405.357,-1.48353,0,0,0,1,600,255,1,0),(164087,191133,571,1,1,6901.68,2352.56,428.566,0.48869,0,0,0,1,600,255,1,0),(164088,191133,571,1,1,6943.63,3630.96,830.104,-1.46608,0,0,0,1,600,255,1,0),(164089,191133,571,1,1,6944.92,407.241,513.619,2.49582,0,0,0,1,600,255,1,0),(164090,191133,571,1,1,6993.89,681.144,491.214,0.38397,0,0,0,1,600,255,1,0),(164091,191133,571,1,1,6999.95,849.854,402.02,-0.38397,0,0,0,1,600,255,1,0),(164092,191133,571,1,1,7010.36,702.436,473.773,3.03684,0,0,0,1,600,255,1,0),(164093,191133,571,1,1,7027.86,3066.55,475.031,1.78023,0,0,0,1,600,255,1,0),(164094,191133,571,1,1,7028.88,2508.66,409.558,-0.54105,0,0,0,1,600,255,1,0),(164095,191133,571,1,1,7053.12,824.111,537.643,-1.88495,0,0,0,1,600,255,1,0),(164096,191133,571,1,1,7064.83,1379.27,307.581,1.85005,0,0,0,1,600,255,1,0),(164097,191133,571,1,1,7067.23,1367.88,306.292,2.61799,0,0,0,1,600,255,1,0),(164098,191133,571,1,1,7070.19,574.218,498.368,-0.61086,0,0,0,1,600,255,1,0),(164099,191133,571,1,1,7102.52,3022.01,446.972,1.79769,0,0,0,1,600,255,1,0),(164100,191133,571,1,1,7115.28,1450.23,315.694,-2.02458,0,0,0,1,600,255,1,0),(164101,191133,571,1,1,7136.14,1119.96,310.427,-1.09956,0,0,0,1,600,255,1,0),(164102,191133,571,1,1,7144.4,2507.15,405.91,-1.62316,0,0,0,1,600,255,1,0),(164103,191133,571,1,1,7162.5,2547.99,399.183,1.71042,0,0,0,1,600,255,1,0),(164104,191133,571,1,1,7164.71,2521.35,402.807,0.27925,0,0,0,1,600,255,1,0),(164105,191133,571,1,1,7185.23,2548.75,397.567,1.55334,0,0,0,1,600,255,1,0),(164106,191133,571,1,1,7215.86,2846.91,408.101,2.89724,0,0,0,1,600,255,1,0),(164107,191133,571,1,1,7231.51,2847.63,405.285,-0.27925,0,0,0,1,600,255,1,0),(164108,191133,571,1,1,7235.41,575.545,499.302,3.12412,0,0,0,1,600,255,1,0),(164109,191133,571,1,1,7235.53,1516.76,326.998,-1.93732,0,0,0,1,600,255,1,0),(164110,191133,571,1,1,7238.31,785.106,552.417,0.2618,0,0,0,1,600,255,1,0),(164111,191133,571,1,1,7240.89,2399.82,417.679,-2.44346,0,0,0,1,600,255,1,0),(164112,191133,571,1,1,7260.71,1512.27,322.274,2.19912,0,0,0,1,600,255,1,0),(164113,191133,571,1,1,7323.18,2252.33,461.426,2.49582,0,0,0,1,600,255,1,0),(164114,191133,571,1,1,7330.26,2996.15,434.107,-1.98967,0,0,0,1,600,255,1,0),(164115,191133,571,1,1,7330.48,2485.73,392.805,1.11701,0,0,0,1,600,255,1,0),(164116,191133,571,1,1,7343.43,602.649,615.518,2.42601,0,0,0,1,600,255,1,0),(164117,191133,571,1,1,7347.47,561.248,613.055,-0.5585,0,0,0,1,600,255,1,0),(164118,191133,571,1,1,7362.55,614.322,580.014,-3.01941,0,0,0,1,600,255,1,0),(164119,191133,571,1,1,7382.99,2443.48,387.429,-2.37364,0,0,0,1,600,255,1,0),(164120,191133,571,1,1,7391.31,568.383,577.861,-1.25664,0,0,0,1,600,255,1,0),(164121,191133,571,1,1,7399.73,2867.12,417.685,-2.28638,0,0,0,1,600,255,1,0),(164122,191133,571,1,1,7420.41,3083.89,586.887,-2.35619,0,0,0,1,600,255,1,0),(164123,191133,571,1,1,7420.45,632.061,497.291,-1.79769,0,0,0,1,600,255,1,0),(164124,191133,571,1,1,7427.84,1463.89,324.152,2.33874,0,0,0,1,600,255,1,0),(164125,191133,571,1,1,7431.12,3330.44,693.012,1.0821,0,0,0,1,600,255,1,0),(164126,191133,571,1,1,7466.79,2726.01,412.288,-0.24435,0,0,0,1,600,255,1,0),(164127,191133,571,1,1,7471.17,2497.17,390.409,-1.3439,0,0,0,1,600,255,1,0),(164128,191133,571,1,1,7472.37,1305.69,320.085,-2.28638,0,0,0,1,600,255,1,0),(164129,191133,571,1,1,7476.56,1295.25,322.15,-0.5585,0,0,0,1,600,255,1,0),(164130,191133,571,1,1,7476.56,1295.25,322.15,-0.5585,0,0,0,1,600,255,1,0),(164131,191133,571,1,1,7488.8,1813.89,361.498,-2.65289,0,0,0,1,600,255,1,0),(164132,191133,571,1,1,7488.8,1813.89,361.498,-2.65289,0,0,0,1,600,255,1,0),(164133,191133,571,1,1,7490.42,2678.97,433.078,-1.15192,0,0,0,1,600,255,1,0),(164134,191133,571,1,1,7512.87,1172.61,344.485,-1.32645,0,0,0,1,600,255,1,0),(164135,191133,571,1,1,7517.87,1846.08,360.256,0.15708,0,0,0,1,600,255,1,0),(164136,191133,571,1,1,7521.31,2268.77,391.406,-1.0472,0,0,0,1,600,255,1,0),(164137,191133,571,1,1,7523.6,2698.61,409.932,2.96704,0,0,0,1,600,255,1,0),(164138,191133,571,1,1,7526.18,970.248,533.525,0.75049,0,0,0,1,600,255,1,0),(164139,191133,571,1,1,7529.28,639.333,494.954,-2.02458,0,0,0,1,600,255,1,0),(164140,191133,571,1,1,7541.84,896.319,489.338,0.95993,0,0,0,1,600,255,1,0),(164141,191133,571,1,1,7542.46,2870.1,429.917,1.85005,0,0,0,1,600,255,1,0),(164142,191133,571,1,1,7549.75,982.975,483.232,0.76794,0,0,0,1,600,255,1,0),(164143,191133,571,1,1,7554.6,1864.65,367.274,0.24435,0,0,0,1,600,255,1,0),(164144,191133,571,1,1,7576.46,1972.39,369.59,-0.87266,0,0,0,1,600,255,1,0),(164145,191133,571,1,1,7595.12,1891.1,371.232,-2.72271,0,0,0,1,600,255,1,0),(164146,191133,571,1,1,7607.16,1752.61,339.957,0.15708,0,0,0,1,600,255,1,0),(164147,191133,571,1,1,7633.18,716.693,484.584,1.88495,0,0,0,1,600,255,1,0),(164148,191133,571,1,1,7653.1,2792.67,414.985,0.12217,0,0,0,1,600,255,1,0),(164149,191133,571,1,1,7656.88,1786.75,350.272,-2.51327,0,0,0,1,600,255,1,0),(164150,191133,571,1,1,7656.88,1786.75,350.272,-2.51327,0,0,0,1,600,255,1,0),(164151,191133,571,1,1,7664.28,1709.21,333.701,1.85005,0,0,0,1,600,255,1,0),(164152,191133,571,1,1,7678.12,2818.93,444.879,2.42601,0,0,0,1,600,255,1,0),(164153,191133,571,1,1,7679.02,1021.26,471.182,1.83259,0,0,0,1,600,255,1,0),(164154,191133,571,1,1,7685.3,1256.03,341.566,-2.30383,0,0,0,1,600,255,1,0),(164155,191133,571,1,1,7687.9,3554.85,736.615,1.01229,0,0,0,1,600,255,1,0),(164156,191133,571,1,1,7688.26,1386.79,347.29,-1.91986,0,0,0,1,600,255,1,0),(164157,191133,571,1,1,7689.33,3181.03,578.833,0.40143,0,0,0,1,600,255,1,0),(164158,191133,571,1,1,7689.89,553.471,698.62,0.68068,0,0,0,1,600,255,1,0),(164159,191133,571,1,1,7712.26,1282.21,339.281,1.83259,0,0,0,1,600,255,1,0),(164160,191133,571,1,1,7720.6,1424.71,353.361,-1.62316,0,0,0,1,600,255,1,0),(164161,191133,571,1,1,7726.39,1305.62,341.838,-2.96704,0,0,0,1,600,255,1,0),(164162,191133,571,1,1,7733.94,1814.48,349.628,-1.88495,0,0,0,1,600,255,1,0),(164163,191133,571,1,1,7744.65,1779.4,338.061,3.03684,0,0,0,1,600,255,1,0),(164164,191133,571,1,1,7764.36,1088.72,395.619,-0.61086,0,0,0,1,600,255,1,0),(164165,191133,571,1,1,7765.6,2713.19,409.25,2.68781,0,0,0,1,600,255,1,0),(164166,191133,571,1,1,7772.45,796.567,517.569,0.41888,0,0,0,1,600,255,1,0),(164167,191133,571,1,1,7773.79,1499.62,360.298,-2.21657,0,0,0,1,600,255,1,0),(164168,191133,571,1,1,7774.56,2665.08,405.825,-0.66322,0,0,0,1,600,255,1,0),(164169,191133,571,1,1,7774.56,2665.08,405.825,-0.66322,0,0,0,1,600,255,1,0),(164170,191133,571,1,1,7779.62,1830.56,356.359,-2.53072,0,0,0,1,600,255,1,0),(164171,191133,571,1,1,7781.56,1106.51,395.667,2.54818,0,0,0,1,600,255,1,0),(164172,191133,571,1,1,7784.99,1043.74,395.619,1.88495,0,0,0,1,600,255,1,0),(164173,191133,571,1,1,7793.37,1526.29,363.607,0.48869,0,0,0,1,600,255,1,0),(164174,191133,571,1,1,7805.9,943.421,451.621,-1.09956,0,0,0,1,600,255,1,0),(164175,191133,571,1,1,7819.7,1132.74,395.619,-3.07177,0,0,0,1,600,255,1,0),(164176,191133,571,1,1,7822.42,696.106,554,1.01229,0,0,0,1,600,255,1,0),(164177,191133,571,1,1,7833.48,3008.13,536.272,-1.20428,0,0,0,1,600,255,1,0),(164178,191133,571,1,1,7834.56,818.007,501.709,-0.92502,0,0,0,1,600,255,1,0),(164179,191133,571,1,1,7845.01,3354.72,736.624,0.8203,0,0,0,1,600,255,1,0),(164180,191133,571,1,1,7848.73,1108.21,395.61,2.74016,0,0,0,1,600,255,1,0),(164181,191133,571,1,1,7854.1,1125.91,395.619,1.88495,0,0,0,1,600,255,1,0),(164182,191133,571,1,1,7857.74,1414.6,439.167,-2.25147,0,0,0,1,600,255,1,0),(164183,191133,571,1,1,7867.16,1550.81,378.174,0.27925,0,0,0,1,600,255,1,0),(164184,191133,571,1,1,7894.1,1533.87,396.862,-3.07177,0,0,0,1,600,255,1,0),(164185,191133,571,1,1,7915.38,2484.85,405.524,0.73304,0,0,0,1,600,255,1,0),(164186,191133,571,1,1,7926.21,2439.34,411.385,2.67035,0,0,0,1,600,255,1,0),(164187,191133,571,1,1,7930.31,2802.01,499.503,-2.44346,0,0,0,1,600,255,1,0),(164188,191133,571,1,1,7935.66,1579.35,411.484,-1.91986,0,0,0,1,600,255,1,0),(164189,191133,571,1,1,7937.93,1442.64,520.466,2.26892,0,0,0,1,600,255,1,0),(164190,191133,571,1,1,7940.26,3483.75,694.053,-1.65806,0,0,0,1,600,255,1,0),(164191,191133,571,1,1,7941.5,1706.58,371.817,-0.27925,0,0,0,1,600,255,1,0),(164192,191133,571,1,1,7958.13,1927.86,367.054,3.05433,0,0,0,1,600,255,1,0),(164193,191133,571,1,1,7963.19,2787.48,525.188,-1.83259,0,0,0,1,600,255,1,0),(164194,191133,571,1,1,7980.9,1539.41,467.71,1.46608,0,0,0,1,600,255,1,0),(164195,191133,571,1,1,8006.93,1907.34,380.708,-1.13446,0,0,0,1,600,255,1,0),(164196,191133,571,1,1,8044.05,1805.05,409.034,2.09439,0,0,0,1,600,255,1,0),(164197,191133,571,1,1,8050.09,2858.94,510.469,-1.65806,0,0,0,1,600,255,1,0),(164198,191133,571,1,1,8078.37,1646.49,553.938,1.97222,0,0,0,1,600,255,1,0),(164199,191133,571,1,1,8128.21,1460.34,698.17,0.20944,0,0,0,1,600,255,1,0),(164200,191133,571,1,1,8150.7,1169.64,687.532,-0.83776,0,0,0,1,600,255,1,0),(164201,191133,571,1,1,8160.79,1539.71,630.592,0.76794,0,0,0,1,600,255,1,0),(164202,191133,571,1,1,8161.5,1561.79,613.813,2.05949,0,0,0,1,600,255,1,0),(164203,191133,571,1,1,8162.18,1286.7,785.962,2.33874,0,0,0,1,600,255,1,0),(164204,191133,571,1,1,8168.02,1303.41,793.594,0.15708,0,0,0,1,600,255,1,0),(164205,191133,571,1,1,8207.79,1281.01,775.651,-0.87266,0,0,0,1,600,255,1,0),(164206,191133,571,1,1,8242.54,1257.54,741.177,-1.37881,0,0,0,1,600,255,1,0),(164207,191133,571,1,1,8253.71,1842.5,563.077,1.44862,0,0,0,1,600,255,1,0),(164208,191133,571,1,1,8266.34,1755.56,580.521,-2.91469,0,0,0,1,600,255,1,0),(164209,191133,571,1,1,8292.69,2611.04,718.001,-2.93214,0,0,0,1,600,255,1,0),(164210,191133,571,1,1,8308.63,3014.36,679.283,1.44862,0,0,0,1,600,255,1,0),(164211,191133,571,1,1,8450.06,1675.78,701.855,-2.04204,0,0,0,1,600,255,1,0),(164212,191133,571,1,1,8478.73,1445.28,641.201,1.25664,0,0,0,1,600,255,1,0),(164213,191133,571,1,1,8478.73,1445.28,650.455,1.25664,0,0,0,1,600,255,1,0),(164214,191133,571,1,1,8523.81,1290.22,623.783,-3.00195,0,0,0,1,600,255,1,0),(164215,191133,571,1,1,8579.11,1431.44,615.512,2.37364,0,0,0,1,600,255,1,0),(164216,191133,571,1,1,8698.68,909.67,496.371,-0.71559,0,0,0,1,600,255,1,0),(164217,191133,571,1,1,8707.63,1008.05,443.877,0.89012,0,0,0,1,600,255,1,0),(164218,191133,571,1,2,5915.75,1990.67,518.82,-2.9845,0,0,0,1,600,255,1,0),(164219,191133,571,1,2,5996.65,2335.77,518.032,-0.5585,0,0,0,1,600,255,1,0),(164220,191133,571,1,2,6367.61,1682.05,548.518,-0.83776,0,0,0,1,600,255,1,0),(164221,191133,571,1,2,6691.89,1520.67,466.38,-2.07694,0,0,0,1,600,255,1,0),(164222,191133,571,1,3,5715.87,2059.13,-340.391,-2.25147,0,0,0,1,600,255,1,0),(164223,191133,571,1,3,7332.59,3024.4,440.859,-1.22173,0,0,0,1,600,255,1,0),(164224,191133,571,1,3,8149.28,2384.14,510.609,2.51327,0,0,0,1,600,255,1,0),(164225,191133,571,1,4,7566.93,1642.53,348.215,1.09956,0,0,0,1,600,255,1,0),(164226,191133,571,1,4,7828.47,1809.7,348.065,0.43633,0,0,0,1,600,255,1,0),(164227,191133,571,1,5,5877.63,1942.75,518.37,-0.27925,0,0,0,1,600,255,1,0),(164228,191133,571,1,5,5889.07,2160.36,515.002,-2.47837,0,0,0,1,600,255,1,0),(164229,191133,571,1,5,5966.52,1908.87,580.817,0.71559,0,0,0,1,600,255,1,0),(164230,191133,571,1,64,6803.91,3634.24,743.453,-0.33161,0,0,0,1,600,255,1,0),(164231,191133,571,1,64,7070.15,3508.67,733.436,-1.22173,0,0,0,1,600,255,1,0),(164232,191133,571,1,256,6166.92,2004.08,541.962,1.79769,0,0,0,1,600,255,1,0),(164233,191133,571,1,256,6522.39,2173.17,509.07,-3.10665,0,0,0,1,600,255,1,0),(164234,191133,571,1,256,6831.54,2201.45,663.294,2.9845,0,0,0,1,600,255,1,0),(87627,175124,229,1,1,189.08,-388.611,110.863,-0.296705,0,0,0,0,120,0,1,0),(87628,175124,229,1,1,189.834,-451.31,110.863,-2.86234,0,0,0,0,120,0,1,0),(87629,175124,229,1,1,197.826,-407.93,110.885,-2.16421,0,0,0,0,120,0,1,0),(87630,175124,229,1,1,197.889,-409.417,110.885,-1.51844,0,0,0,0,120,0,1,0),(87631,175124,229,1,1,198.346,-432.692,110.885,-2.05949,0,0,0,0,120,0,1,0),(87632,175124,229,1,1,199.281,-431.434,110.885,-2.44346,0,0,0,0,120,0,1,0),(87633,175124,229,1,1,199.588,-433.807,110.885,1.11701,0,0,0,0,120,0,1,0),(87634,175124,229,1,1,199.616,-410.272,110.886,-2.93214,0,0,0,0,120,0,1,0),(87635,175124,229,1,1,200.125,-407.846,110.885,2.87979,0,0,0,0,120,0,1,0),(87636,175124,229,1,1,200.72,-431.708,110.885,1.78023,0,0,0,0,120,0,1,0),(87637,175124,229,1,1,200.743,-409.406,110.885,-1.37881,0,0,0,0,120,0,1,0),(87638,175124,229,1,1,201.847,-432.209,110.885,1.44862,0,0,0,0,120,0,1,0),(87639,175124,229,1,1,202.572,-392.328,111.154,-1.36136,0,0,0,0,120,0,1,0),(87640,175124,229,1,1,202.891,-394.925,111.134,-2.80998,0,0,0,0,120,0,1,0),(87641,175124,229,1,1,203.082,-401.453,111.087,-1.06465,0,0,0,0,120,0,1,0),(87642,175124,229,1,1,203.281,-398.872,111.105,2.86234,0,0,0,0,120,0,1,0),(87643,175124,229,1,1,203.856,-403.369,111.071,-1.15192,0,0,0,0,120,0,1,0),(87644,175124,229,1,1,204.115,-393.598,111.142,-0.645772,0,0,0,0,120,0,1,0),(87645,175124,229,1,1,204.39,-395.495,111.127,-1.29154,0,0,0,0,120,0,1,0),(87646,175124,229,1,1,204.402,-400.307,111.092,-2.19911,0,0,0,0,120,0,1,0),(87647,175124,229,1,1,205.199,-401.573,111.082,0.261798,0,0,0,0,120,0,1,0),(87648,175124,229,1,1,206.904,-419.79,110.925,-0.750491,0,0,0,0,120,0,1,0),(87649,175124,229,1,1,207.267,-434.716,110.887,0.226892,0,0,0,0,120,0,1,0),(87650,175124,229,1,1,207.935,-420.02,110.93,-0.174532,0,0,0,0,120,0,1,0),(87651,175124,229,1,1,208.006,-422.069,110.929,-1.51844,0,0,0,0,120,0,1,0),(87652,175124,229,1,1,208.166,-418.361,110.933,2.21657,0,0,0,0,120,0,1,0),(87653,175124,229,1,1,208.798,-433.633,110.888,-2.82743,0,0,0,0,120,0,1,0),(87654,175124,229,1,1,209.072,-435.188,110.885,-2.9496,0,0,0,0,120,0,1,0),(87655,175124,229,1,1,209.286,-391.27,111.149,-2.9496,0,0,0,0,120,0,1,0),(87656,175124,229,1,1,209.563,-419.84,110.939,-0.541051,0,0,0,0,120,0,1,0),(87657,175124,229,1,1,210.485,-393.288,111.132,-0.122173,0,0,0,0,120,0,1,0),(87658,175124,229,1,1,210.654,-391.83,111.142,1.91986,0,0,0,0,120,0,1,0),(87659,175124,229,1,1,211.617,-434.677,110.888,-1.55334,0,0,0,0,120,0,1,0),(87660,175124,229,1,1,211.907,-420.136,110.945,1.93731,0,0,0,0,120,0,1,0),(87661,175124,229,1,1,212.067,-392.173,111.137,-0.558504,0,0,0,0,120,0,1,0),(87662,175124,229,1,1,212.459,-418.521,110.953,2.9845,0,0,0,0,120,0,1,0),(87663,175124,229,1,1,212.636,-432.306,110.892,-0.174532,0,0,0,0,120,0,1,0),(87664,175124,229,1,1,213.311,-410.503,110.963,2.14675,0,0,0,0,120,0,1,0),(87665,175124,229,1,1,213.577,-419.533,110.95,0.628317,0,0,0,0,120,0,1,0),(87666,175124,229,1,1,214.32,-408.951,110.968,2.96704,0,0,0,0,120,0,1,0),(87667,175124,229,1,1,217.875,-392.087,111.127,0.90757,0,0,0,0,120,0,1,0),(87668,175124,229,1,1,218.954,-392.579,111.121,1.91986,0,0,0,0,120,0,1,0),(87669,175124,229,1,1,219.679,-393.405,111.114,-1.98967,0,0,0,0,120,0,1,0),(87670,175124,229,1,1,219.995,-399.617,111.068,-2.61799,0,0,0,0,120,0,1,0),(87671,175124,229,1,1,220.162,-421.225,110.948,-1.76278,0,0,0,0,120,0,1,0),(87672,175124,229,1,1,220.173,-391.63,111.126,1.36136,0,0,0,0,120,0,1,0),(87673,175124,229,1,1,220.181,-401.405,111.055,-1.98967,0,0,0,0,120,0,1,0),(87674,175124,229,1,1,220.602,-418.447,110.961,-1.22173,0,0,0,0,120,0,1,0),(87675,175124,229,1,1,220.824,-398.357,111.076,1.98967,0,0,0,0,120,0,1,0),(87676,175124,229,1,1,220.836,-393.649,111.11,-1.97222,0,0,0,0,120,0,1,0),(87677,175124,229,1,1,220.87,-411.346,110.993,-2.47837,0,0,0,0,120,0,1,0),(87678,175124,229,1,1,221.281,-400.066,111.063,0.977383,0,0,0,0,120,0,1,0),(87679,175124,229,1,1,221.348,-409.122,111.003,-2.07694,0,0,0,0,120,0,1,0),(87680,175124,229,1,1,221.701,-420.444,110.953,1.64061,0,0,0,0,120,0,1,0),(87681,175124,229,1,1,222.093,-432.25,110.901,0,0,0,0,0,120,0,1,0),(87682,175124,229,1,1,222.152,-411.776,110.992,-3.07177,0,0,0,0,120,0,1,0),(87683,175124,229,1,1,222.219,-428.908,110.916,2.79252,0,0,0,0,120,0,1,0),(87684,175124,229,1,1,222.736,-410.477,110.998,-1.20428,0,0,0,0,120,0,1,0),(87685,175124,229,1,1,222.816,-430.971,110.907,-0.261798,0,0,0,0,120,0,1,0),(87686,175124,229,1,1,223.579,-419.323,110.959,-1.88495,0,0,0,0,120,0,1,0),(87687,175124,229,1,1,223.817,-429.41,110.914,-0.174532,0,0,0,0,120,0,1,0),(87688,175124,229,1,1,223.978,-432.85,110.899,1.88495,0,0,0,0,120,0,1,0),(87689,175124,229,1,1,224.213,-412.157,110.991,1.58825,0,0,0,0,120,0,1,0),(87690,175124,229,1,1,48.8127,-337.076,91.5302,2.26892,0,0,0,0,120,0,1,0),(87691,175124,229,1,1,50.1711,-316.652,91.5303,-2.426,0,0,0,0,120,0,1,0),(87692,175124,229,1,1,51.2665,-338.088,91.5419,-1.98967,0,0,0,0,120,0,1,0),(87693,175124,229,1,1,51.5754,-315.042,91.5225,2.14675,0,0,0,0,120,0,1,0),(87694,175124,229,1,1,51.8635,-316.614,91.5209,-0.593412,0,0,0,0,120,0,1,0),(87695,175124,229,1,1,54.2656,-255.435,96.8589,1.3439,0,0,0,0,120,0,1,0),(87696,175124,229,1,1,54.5722,-336.735,91.5293,-1.13446,0,0,0,0,120,0,1,0),(87697,175124,229,1,1,55.3531,-249.984,97.0487,-2.65289,0,0,0,0,120,0,1,0),(87698,175124,229,1,1,55.442,-254.351,97.1978,0.541051,0,0,0,0,120,0,1,0),(87699,175124,229,1,1,56.7615,-332.325,91.4652,-1.06465,0,0,0,0,120,0,1,0),(87700,175124,229,1,1,56.8515,-253.343,96.9626,-0.087266,0,0,0,0,120,0,1,0),(87701,175124,229,1,1,56.876,-255.377,96.9689,0.261798,0,0,0,0,120,0,1,0),(87702,175124,229,1,1,57.859,-336.093,91.5233,-2.23402,0,0,0,0,120,0,1,0),(87703,175124,229,1,1,57.8603,-256.662,96.7394,-1.01229,0,0,0,0,120,0,1,0),(87704,175124,229,1,1,58.1175,-253.946,96.881,0.506145,0,0,0,0,120,0,1,0),(87705,175124,229,1,1,58.8178,-334.107,91.5048,0.977383,0,0,0,0,120,0,1,0),(87706,175124,229,1,1,59.0256,-271.14,93.6363,-2.49582,0,0,0,0,120,0,1,0),(87707,175124,229,1,1,59.1689,-255.103,96.8158,1.0821,0,0,0,0,120,0,1,0),(87708,175124,229,1,1,59.1922,-317.294,91.4801,-0.191985,0,0,0,0,120,0,1,0),(87709,175124,229,1,1,59.331,-332.23,91.4729,-1.64061,0,0,0,0,120,0,1,0),(87710,175124,229,1,1,59.4191,-337.406,91.5356,-0.471239,0,0,0,0,120,0,1,0),(87711,175124,229,1,1,60.1851,-270.196,93.6818,-2.26892,0,0,0,0,120,0,1,0),(87712,175124,229,1,1,60.3514,-312.297,91.5221,1.13446,0,0,0,0,120,0,1,0),(87713,175124,229,1,1,60.665,-268.136,93.6019,2.35619,0,0,0,0,120,0,1,0),(87714,175124,229,1,1,61.0127,-315.653,91.4848,0.733038,0,0,0,0,120,0,1,0),(87715,175124,229,1,1,61.0567,-313.922,91.505,-0.680679,0,0,0,0,120,0,1,0),(87716,175124,229,1,1,61.3216,-272.013,93.6009,-1.15192,0,0,0,0,120,0,1,0),(87717,175124,229,1,1,62.4955,-334.331,91.5069,-0.349065,0,0,0,0,120,0,1,0),(87718,175124,229,1,1,63.3079,-317.114,91.4715,-3.08918,0,0,0,0,120,0,1,0),(87719,175124,229,1,1,63.5717,-336.638,91.5284,0.069812,0,0,0,0,120,0,1,0),(87720,175124,229,1,1,64.204,-268.474,93.2454,-1.5708,0,0,0,0,120,0,1,0),(87721,175124,229,1,1,64.926,-317.059,91.461,1.78023,0,0,0,0,120,0,1,0),(87722,175124,229,1,1,65.2965,-267.93,93.0764,0.349065,0,0,0,0,120,0,1,0),(87723,175124,229,1,1,65.5835,-305.105,91.4853,1.09956,0,0,0,0,120,0,1,0),(87724,175124,229,1,1,65.9878,-303.634,91.4694,-2.61799,0,0,0,0,120,0,1,0),(87725,175124,229,1,1,66.8018,-302.481,91.4515,3.14159,0,0,0,0,120,0,1,0),(87726,175124,229,1,1,68.1218,-302.416,91.4389,3.12412,0,0,0,0,120,0,1,0),(87727,175124,229,1,1,68.2518,-314.875,91.4335,1.36136,0,0,0,0,120,0,1,0),(87728,175124,229,1,1,68.7284,-307.073,91.4505,0.994837,0,0,0,0,120,0,1,0),(87729,175124,229,1,1,69.4599,-303.627,91.438,-1.39626,0,0,0,0,120,0,1,0),(87730,175124,229,1,1,69.6914,-332.161,91.4867,1.13446,0,0,0,0,120,0,1,0),(87731,175124,229,1,1,69.9306,-326.64,91.4588,2.89724,0,0,0,0,120,0,1,0),(87732,175124,229,1,1,69.9912,-329.339,91.4658,-0.401425,0,0,0,0,120,0,1,0),(87733,175124,229,1,1,70.5072,-334.149,91.5052,0.610864,0,0,0,0,120,0,1,0),(87734,175124,229,1,1,70.9291,-304.97,91.4315,3.03684,0,0,0,0,120,0,1,0),(87735,175124,229,1,1,71.7115,-306.066,91.4182,-1.51844,0,0,0,0,120,0,1,0),(87736,175124,229,1,1,71.7949,-278.165,92.4567,2.23402,0,0,0,0,120,0,1,0),(87737,175124,229,1,1,72.0026,-328.392,91.461,-1.43117,0,0,0,0,120,0,1,0),(87738,175124,229,1,1,72.026,-331.225,91.4723,-2.68781,0,0,0,0,120,0,1,0),(87739,175124,229,1,1,72.0531,-325.809,91.4542,1.43117,0,0,0,0,120,0,1,0),(87740,175124,229,1,1,72.069,-276.632,92.2983,2.61799,0,0,0,0,120,0,1,0),(87741,175124,229,1,1,72.141,-285.906,91.9452,-1.01229,0,0,0,0,120,0,1,0),(87742,175124,229,1,1,73.1332,-306.736,91.4127,-0.645772,0,0,0,0,120,0,1,0),(87743,175124,229,1,1,73.5452,-324.156,91.4481,0.453785,0,0,0,0,120,0,1,0),(87744,175124,229,1,1,74.0389,-287.331,91.4488,-1.01229,0,0,0,0,120,0,1,0),(87745,175124,229,1,1,74.1004,-291.837,91.442,-0.401425,0,0,0,0,120,0,1,0),(87746,175124,229,1,1,74.2068,-273.591,91.6428,-1.39626,0,0,0,0,120,0,1,0),(87747,175124,229,1,1,74.4491,-307.403,91.4144,-0.733038,0,0,0,0,120,0,1,0),(87748,175124,229,1,1,74.7522,-275.849,91.6503,0.95993,0,0,0,0,120,0,1,0),(87749,175124,229,1,1,75.1779,-292.906,91.4446,1.98967,0,0,0,0,120,0,1,0),(87750,175124,229,1,1,76.2422,-277.381,91.4738,-0.785397,0,0,0,0,120,0,1,0),(87751,175124,229,1,1,76.6499,-263.575,91.4803,0.767944,0,0,0,0,120,0,1,0),(87752,175124,229,1,1,76.8647,-275.632,91.4778,2.32129,0,0,0,0,120,0,1,0),(87753,175124,229,1,1,77.2751,-262.143,91.4799,-1.25664,0,0,0,0,120,0,1,0),(87754,175124,229,1,1,77.4822,-292.28,91.447,-0.087266,0,0,0,0,120,0,1,0),(87755,175124,229,1,1,77.7013,-295.117,91.4437,-1.11701,0,0,0,0,120,0,1,0),(87756,175124,229,1,1,78.59,-266.496,91.4746,2.00713,0,0,0,0,120,0,1,0),(87757,175124,229,1,1,79.0012,-331.653,91.471,-2.33874,0,0,0,0,120,0,1,0),(87758,175124,229,1,1,79.072,-328.433,91.4529,-0.541051,0,0,0,0,120,0,1,0),(87759,175124,229,1,1,79.2062,-262.497,91.4758,-2.1293,0,0,0,0,120,0,1,0),(87760,175124,229,1,1,79.5689,-291.474,91.4493,-0.174532,0,0,0,0,120,0,1,0),(87761,175124,229,1,1,79.7866,-325.953,91.4456,1.6057,0,0,0,0,120,0,1,0),(87762,175124,229,1,1,80.4842,-316.636,91.438,-0.855211,0,0,0,0,120,0,1,0),(87763,175124,229,1,1,80.7881,-253.589,91.4755,-2.14675,0,0,0,0,120,0,1,0),(87764,175124,229,1,1,80.9162,-328.544,91.4511,-2.09439,0,0,0,0,120,0,1,0),(87765,175124,229,1,1,81.0063,-332.454,91.4814,-2.51327,0,0,0,0,120,0,1,0),(87766,175124,229,1,1,81.0104,-264.958,91.4705,2.75761,0,0,0,0,120,0,1,0),(87767,175124,229,1,1,81.0718,-330.129,91.4551,-1.02974,0,0,0,0,120,0,1,0),(87768,175124,229,1,1,81.7656,-326.14,91.4455,2.46091,0,0,0,0,120,0,1,0),(87769,175124,229,1,1,81.8175,-317.4,91.4399,0.174532,0,0,0,0,120,0,1,0),(87770,175124,229,1,1,81.9745,-335.984,91.5223,-1.50098,0,0,0,0,120,0,1,0),(87771,175124,229,1,1,82.0751,-251.81,91.4727,-1.69297,0,0,0,0,120,0,1,0),(87772,175124,229,1,1,82.5312,-315.925,91.4361,1.71042,0,0,0,0,120,0,1,0),(87773,175124,229,1,1,82.7643,-267.748,91.4651,-3.01941,0,0,0,0,120,0,1,0),(87774,175124,229,1,1,82.9415,-330.608,91.4542,0.698132,0,0,0,0,120,0,1,0),(87775,175124,229,1,1,82.9601,-249.989,91.4709,-1.64061,0,0,0,0,120,0,1,0),(87776,175124,229,1,1,83.0306,-333.103,91.4893,-0.209439,0,0,0,0,120,0,1,0),(87777,175124,229,1,1,83.2161,-327.69,91.4462,-0.296705,0,0,0,0,120,0,1,0),(87778,175124,229,1,1,83.6532,-252.415,91.4694,1.95477,0,0,0,0,120,0,1,0),(87779,175124,229,1,1,83.9509,-325.865,91.4455,-2.96704,0,0,0,0,120,0,1,0),(87780,175124,229,1,1,83.9541,-315.109,91.4341,-0.541051,0,0,0,0,120,0,1,0),(87781,175124,229,1,1,84.112,-268.795,91.4617,-2.87979,0,0,0,0,120,0,1,0),(87782,175124,229,1,1,84.5061,-248.377,91.4676,1.78023,0,0,0,0,120,0,1,0),(87783,175124,229,1,1,84.6573,-301.761,91.4432,0.157079,0,0,0,0,120,0,1,0),(87784,175124,229,1,1,85.5635,-293.523,91.4479,1.309,0,0,0,0,120,0,1,0),(87785,175124,229,1,1,85.6677,-314.024,91.436,-2.07694,0,0,0,0,120,0,1,0),(87786,175124,229,1,1,85.834,-295.414,91.4477,2.77507,0,0,0,0,120,0,1,0),(87787,175124,229,1,1,85.9751,-250.81,91.4645,-2.93214,0,0,0,0,120,0,1,0),(87788,175124,229,1,1,86.1129,-302.506,91.4437,0.767944,0,0,0,0,120,0,1,0),(87789,175124,229,1,1,86.3671,-246.965,91.4637,1.81514,0,0,0,0,120,0,1,0),(87790,175124,229,1,1,87.2261,-252.472,91.4619,-0.942477,0,0,0,0,120,0,1,0),(87791,175124,229,1,1,87.2811,-254.392,91.4618,0.034906,0,0,0,0,120,0,1,0),(87792,175124,229,1,1,87.411,-278.121,91.4532,-2.56563,0,0,0,0,120,0,1,0),(87793,175124,229,1,1,87.8127,-314.716,91.4443,3.01941,0,0,0,0,120,0,1,0),(87794,175124,229,1,1,87.8612,-303.152,91.4444,-1.79769,0,0,0,0,120,0,1,0),(87795,175124,229,1,1,87.9231,-280.001,91.4471,-2.70526,0,0,0,0,120,0,1,0),(87796,175124,229,1,1,88.0984,-333.163,91.4844,1.43117,0,0,0,0,120,0,1,0),(87797,175124,229,1,1,88.3432,-248.339,91.4596,2.28638,0,0,0,0,120,0,1,0),(87798,175124,229,1,1,88.6913,-301.07,91.4447,0.366518,0,0,0,0,120,0,1,0),(87799,175124,229,1,1,88.8089,-316.134,91.4447,-0.698132,0,0,0,0,120,0,1,0),(87800,175124,229,1,1,89.0041,-251.208,91.4582,2.94959,0,0,0,0,120,0,1,0),(87801,175124,229,1,1,89.0992,-290.133,91.4463,1.53589,0,0,0,0,120,0,1,0),(87802,175124,229,1,1,89.9268,-301.831,91.4451,0.541051,0,0,0,0,120,0,1,0),(87803,175124,229,1,1,89.9589,-318.159,91.4443,-0.872664,0,0,0,0,120,0,1,0),(87804,175124,229,1,1,90.3071,-332.646,91.4737,2.61799,0,0,0,0,120,0,1,0),(87805,175124,229,1,1,90.5754,-320.019,91.4455,1.20428,0,0,0,0,120,0,1,0),(87806,175124,229,1,1,91.8307,-291.349,91.4455,-3.08918,0,0,0,0,120,0,1,0),(87807,175124,229,1,1,91.8609,-301.935,91.4455,0.733038,0,0,0,0,120,0,1,0),(87808,175124,229,1,1,92.1155,-334.861,91.5066,0.453785,0,0,0,0,120,0,1,0),(87809,175124,229,1,1,92.1251,-279.851,91.4455,-1.67551,0,0,0,0,120,0,1,0),(87810,175124,229,1,1,92.6002,-288.176,91.4455,0.436332,0,0,0,0,120,0,1,0),(87811,175124,229,1,1,92.6442,-304.447,91.4455,2.44346,0,0,0,0,120,0,1,0),(87812,175124,229,1,1,93.6733,-290.12,91.4455,-0.750491,0,0,0,0,120,0,1,0),(87813,175124,229,1,1,93.8115,-305.536,91.4455,1.02974,0,0,0,0,120,0,1,0),(87814,175124,229,1,1,93.8904,-288.281,91.4455,2.35619,0,0,0,0,120,0,1,0),(87815,175124,229,1,1,94.5641,-281.093,91.4455,2.51327,0,0,0,0,120,0,1,0),(87816,175124,229,1,1,94.9171,-288.644,91.4455,2.96704,0,0,0,0,120,0,1,0),(87817,175124,229,1,1,95.4615,-313.584,91.4455,0.855211,0,0,0,0,120,0,1,0),(87818,175124,229,1,1,96.0628,-287.47,91.4455,1.71042,0,0,0,0,120,0,1,0),(87819,175124,229,1,1,96.3418,-280.518,91.4455,0.139624,0,0,0,0,120,0,1,0),(87820,175124,229,1,1,97.1258,-281.949,91.4455,-1.27409,0,0,0,0,120,0,1,0),(87821,175124,229,1,1,97.1963,-310.891,91.4455,-3.03684,0,0,0,0,120,0,1,0),(87822,175124,229,1,1,97.3405,-313.43,91.4455,2.67035,0,0,0,0,120,0,1,0),(87823,175124,229,1,1,98.8559,-313.049,91.4455,-1.01229,0,0,0,0,120,0,1,0),(87824,175194,229,1,1,192.74,-258.394,76.8603,0,0,0,0,0,120,0,0,0),(87825,175195,229,1,1,124.779,-298.037,70.8526,0.785397,0,0,0,0,120,0,0,0),(87826,175196,229,1,1,228.803,-301.542,76.8812,-1.5708,0,0,0,0,120,0,0,0),(87827,175197,229,1,1,125.358,-340.465,70.8752,2.35619,0,0,0,0,120,0,0,0),(87828,175198,229,1,1,215.157,-334.733,76.8124,-2.35619,0,0,0,0,120,0,0,0),(87829,175199,229,1,1,155.334,-353.045,70.8337,3.14159,0,0,0,0,120,0,0,0),(87830,175200,229,1,1,155.321,-286.074,70.8763,0,0,0,0,0,120,0,0,0),(87831,175266,229,1,1,144.375,-240.826,91.4713,0,0,0,0,0,120,0,0,0),(87832,175267,229,1,1,126.354,-240.77,91.4701,0,0,0,0,0,120,0,0,0),(87833,175268,229,1,1,162.466,-240.765,91.4688,0,0,0,0,0,120,0,0,0),(87834,175269,229,1,1,126.295,-258.732,91.4701,0,0,0,0,0,120,0,0,0),(87835,175270,229,1,1,162.443,-258.904,91.4701,0,0,0,0,0,120,0,0,0),(87836,175271,229,1,1,126.402,-276.79,91.4701,0,0,0,0,0,120,0,0,0),(87837,175272,229,1,1,162.401,-276.824,91.4701,0,0,0,0,0,120,0,0,0),(87838,175706,229,1,1,144.445,-280.941,91.5476,1.58825,0,0,0,0,120,0,0,0),(87839,175244,229,1,1,216.443,-286.135,76.9406,3.14159,0,0,0,0,120,0,0,0),(87840,175187,229,1,1,144.37,-299.198,91.4701,0,0,0,0,0,120,0,1,0),(87841,175153,229,1,1,113.751,-258.945,91.5603,0,0,0,0,0,120,0,1,0),(87842,175705,229,1,1,175.127,-258.945,91.5603,0,0,0,0,0,120,0,0,0),(87843,175185,229,1,1,194.235,-420.225,110.761,3.14159,0,0,0,0,120,0,1,0),(87844,175186,229,1,1,92.9595,-435.59,110.954,-1.5708,0,0,0,0,120,0,0,0),(87845,164726,229,1,1,108.036,-420.331,110.954,3.14159,0,0,0,0,120,0,0,0),(87846,175382,229,1,1,67.1283,-297.421,91.4255,-0.0349063,0,0,0,0,120,0,1,0),(87847,175385,229,1,1,65.4179,-280.416,94.0465,0.0698117,0,0,0,0,120,0,1,0),(87848,175528,229,1,1,100.257,-313.14,66.5453,3.14159,0,0,0,0,120,0,0,0),(87849,175529,229,1,1,100.257,-324.88,66.5453,3.14159,0,0,0,0,120,0,0,0),(87850,175530,229,1,1,110.215,-324.88,68.0355,3.14159,0,0,0,0,120,0,0,0),(87851,175531,229,1,1,110.215,-313.14,68.0355,3.14159,0,0,0,0,120,0,0,0),(87852,175532,229,1,1,120.462,-324.88,73.5331,3.14159,0,0,0,0,120,0,0,0),(87853,175533,229,1,1,120.462,-313.14,73.5331,3.14159,0,0,0,0,120,0,0,0),(87854,175946,229,1,1,45.1933,-259.712,106.533,3.14159,0,0,0,0,120,0,1,0),(87855,175947,229,1,1,45.1933,-312.52,106.533,3.14159,0,0,0,0,120,0,1,0),(87856,175970,229,1,1,147.228,-240.436,112.205,-1.64933,0,0,0,0,120,0,1,0),(87857,176447,229,1,1,35.2499,-505.634,110.914,-3.13874,0,0,0,0,120,0,1,0),(87858,176448,229,1,1,31.283,-505.634,110.914,1.57142,0,0,0,0,120,0,1,0),(87859,176449,229,1,1,27.4453,-505.634,110.914,-0.261172,0,0,0,0,120,0,1,0),(87860,176450,229,1,1,21.5668,-506.581,110.914,-1.57017,0,0,0,0,120,0,1,0),(87861,176451,229,1,1,18.0824,-505.634,110.914,-3.13874,0,0,0,0,120,0,1,0),(87862,176452,229,1,1,24.542,-504.736,110.914,-2.35556,0,0,0,0,120,0,1,0),(87863,136950,229,1,1,72.8373,-265.63,60.7365,3.14159,0,0,0,0,120,0,1,0),(87864,136952,229,1,1,69.9731,-329.868,55.8721,3.14159,0,0,0,0,120,0,1,0),(87865,136955,229,1,1,56.3641,-306.158,54.0157,3.14159,0,0,0,0,120,0,1,0),(87866,176459,229,1,1,68.6479,-270.903,60.7375,3.14159,0,0,0,0,120,0,1,0),(87867,176460,229,1,1,70.5435,-257.169,60.7401,3.12412,0,0,0,0,120,0,1,0),(87868,176461,229,1,1,69.3254,-265.102,60.6044,3.14159,0,0,0,0,120,0,1,0),(87869,176462,229,1,1,90.4803,-283.217,60.7002,3.14159,0,0,0,0,120,0,1,0),(87870,176463,229,1,1,91.6333,-262.053,60.7002,3.14159,0,0,0,0,120,0,1,0),(87871,136922,229,1,1,88.2152,-415.1,110.957,2.72271,0,0,0,0,120,0,1,0),(87872,136923,229,1,1,87.4498,-468.454,116.887,2.72271,0,0,0,0,120,0,1,0),(87873,136925,229,1,1,40.7229,-586.71,30.6817,1.74533,0,0,0,0,120,0,1,0),(87874,136926,229,1,1,43.3149,-572.476,30.6817,1.74533,0,0,0,0,120,0,1,0),(87875,136927,229,1,1,4.75705,-567.073,29.2222,1.74533,0,0,0,0,120,0,1,0),(87876,136928,229,1,1,8.39204,-583.677,29.2222,1.74533,0,0,0,0,120,0,1,0),(87877,136929,229,1,1,152.587,-396.408,121.964,-1.5708,0,0,0,0,120,0,1,0),(87878,136930,229,1,1,147.161,-389.954,121.964,-1.5708,0,0,0,0,120,0,1,0),(87879,136931,229,1,1,149.676,-386.148,121.964,-1.5708,0,0,0,0,120,0,1,0),(87880,136932,229,1,1,157.778,-389.954,121.964,-1.5708,0,0,0,0,120,0,1,0),(87881,136933,229,1,1,150.609,-396.408,121.964,-1.5708,0,0,0,0,120,0,1,0),(87882,136934,229,1,1,155.816,-390.035,121.964,-1.5708,0,0,0,0,120,0,1,0),(87883,136935,229,1,1,145.176,-390.035,121.964,-1.5708,0,0,0,0,120,0,1,0),(87884,136936,229,1,1,153.36,-386.169,121.964,-1.5708,0,0,0,0,120,0,1,0),(87885,136937,229,1,1,149.569,-454.687,121.964,1.5708,0,0,0,0,120,0,1,0),(87886,136938,229,1,1,153.253,-454.707,121.964,1.5708,0,0,0,0,120,0,1,0),(87887,136939,229,1,1,157.753,-450.158,121.964,1.5708,0,0,0,0,120,0,1,0),(87888,136940,229,1,1,155.768,-450.239,121.964,1.5708,0,0,0,0,120,0,1,0),(87889,136941,229,1,1,152.32,-444.305,121.964,1.5708,0,0,0,0,120,0,1,0),(87890,136942,229,1,1,150.342,-444.305,121.964,1.5708,0,0,0,0,120,0,1,0),(87891,136943,229,1,1,147.113,-450.158,121.964,1.5708,0,0,0,0,120,0,1,0),(87892,136944,229,1,1,145.151,-450.239,121.964,1.5708,0,0,0,0,120,0,1,0),(87893,136945,229,1,1,-174.134,-342.773,64.3939,3.14159,0,0,0,0,120,0,1,0),(87894,136946,229,1,1,-172.352,-462.842,87.3983,-1.6057,0,0,0,0,120,0,1,0),(87895,136947,229,1,1,16.9937,-253.821,65.4498,3.14159,0,0,0,0,120,0,1,0),(87896,136948,229,1,1,8.17041,-268.98,65.4498,3.14159,0,0,0,0,120,0,1,0),(87897,136949,229,1,1,51.2451,-274.133,65.4498,3.14159,0,0,0,0,120,0,1,0),(87898,136951,229,1,1,68.8802,-283.794,60.7365,3.14159,0,0,0,0,120,0,1,0),(87899,136954,229,1,1,16.1674,-280.865,9.61726,3.14159,0,0,0,0,120,0,1,0),(87900,136957,229,1,1,117.454,-254.291,91.5711,2.72271,0,0,0,0,120,0,1,0),(87901,136959,229,1,1,125.656,-280.808,91.5711,2.72271,0,0,0,0,120,0,1,0),(87902,136961,229,1,1,46.4689,-309.649,91.5711,2.72271,0,0,0,0,120,0,1,0),(87903,136962,229,1,1,106.177,-265.953,91.5711,-1.46608,0,0,0,0,120,0,1,0),(87904,136963,229,1,1,107.69,-253.095,91.5711,2.72271,0,0,0,0,120,0,1,0),(87905,136964,229,1,1,82.5879,-364.586,116.859,2.72271,0,0,0,0,120,0,1,0),(87906,153464,229,1,1,-36.1176,-583.828,-18.8201,1.97222,0,0,0,0,120,0,1,0),(87907,153469,229,1,1,-73.9985,-453.335,-18.935,-3.08918,0,0,0,0,120,0,1,0),(87908,153469,229,1,1,-84.2677,-350.104,70.9524,1.91986,0,0,0,0,120,0,1,0),(87909,153469,229,1,1,86.8551,-587.501,30.6085,2.63544,0,0,0,0,120,0,1,0),(87910,164725,229,1,1,126.879,-319.109,70.935,3.14159,0,0,0,0,120,0,0,0),(87911,175334,229,1,1,33.7166,-466.067,-18.4651,-1.53589,0,0,0,0,120,0,1,0),(56186,20920,47,1,1,2159.43,1687.49,57.5433,3.66079,0,0,0.966493,-0.256693,-43200,100,1,0),(87913,175588,229,1,1,-139.523,-525.879,6.36398,-2.426,0,0,0,0,120,0,1,0),(87914,175606,229,1,1,-100.23,-529.537,-5.77381,-0.436332,0,0,0,0,120,0,1,0),(87915,175606,229,1,1,-100.325,-523.847,10.7029,2.11185,0,0,0,0,120,0,1,0),(87916,175606,229,1,1,-101.886,-521.985,-7.84199,-0.0349063,0,0,0,0,120,0,1,0),(87917,175606,229,1,1,-102.465,-575.651,9.90089,2.47837,0,0,0,0,120,0,1,0),(87918,175606,229,1,1,-112.21,-569.506,10.1992,2.18166,0,0,0,0,120,0,1,0),(87919,175606,229,1,1,-125.229,-576.664,13.7726,-0.296705,0,0,0,0,120,0,1,0),(87920,175606,229,1,1,-126.746,-514.164,-12.147,3.10665,0,0,0,0,120,0,1,0),(87921,175606,229,1,1,-129.514,-441.7,24.4328,0.977383,0,0,0,0,120,0,1,0),(87922,175606,229,1,1,-131.57,-439.602,22.8934,-1.13446,0,0,0,0,120,0,1,0),(87923,175606,229,1,1,-131.805,-526.784,6.55651,-2.28638,0,0,0,0,120,0,1,0),(87924,175606,229,1,1,-132.261,-474.848,9.82244,-2.82743,0,0,0,0,120,0,1,0),(87925,175606,229,1,1,-132.404,-514.961,-15.9374,-1.79769,0,0,0,0,120,0,1,0),(87926,175606,229,1,1,-138.894,-439.497,24.8088,1.76278,0,0,0,0,120,0,1,0),(87927,175606,229,1,1,-139.153,-434.738,23.1123,-2.74016,0,0,0,0,120,0,1,0),(87928,175606,229,1,1,-144.505,-441.603,23.1016,0.331611,0,0,0,0,120,0,1,0),(87929,175606,229,1,1,-146.907,-441.463,22.4744,-0.802851,0,0,0,0,120,0,1,0),(87930,175606,229,1,1,-147.881,-448.549,20.0911,1.32645,0,0,0,0,120,0,1,0),(87931,175606,229,1,1,-150.104,-470.008,16.2278,1.76278,0,0,0,0,120,0,1,0),(87932,175606,229,1,1,-153.788,-515.227,-15.9504,-0.95993,0,0,0,0,120,0,1,0),(87933,175606,229,1,1,-154.378,-552.234,9.91885,-2.05949,0,0,0,0,120,0,1,0),(87934,175606,229,1,1,-154.592,-525.219,8.16182,2.04204,0,0,0,0,120,0,1,0),(87935,175606,229,1,1,-154.77,-541.317,9.02217,-0.104719,0,0,0,0,120,0,1,0),(87936,175606,229,1,1,-154.889,-570.339,10.0172,2.47837,0,0,0,0,120,0,1,0),(87937,175607,229,1,1,20.4895,-438.857,-18.7827,-2.26893,0,0,0,0,120,0,1,0),(87938,175608,229,1,1,23.8203,-440.806,-18.7587,1.43117,0,0,0,0,120,0,1,0),(87939,175609,229,1,1,20.9914,-443.119,-18.9183,1.0821,0,0,0,0,120,0,1,0),(87940,175609,229,1,1,23.7352,-445.173,-18.935,2.11185,0,0,0,0,120,0,1,0),(87941,175609,229,1,1,25.9651,-443.545,-18.9203,-2.75761,0,0,0,0,120,0,1,0),(87942,175886,229,1,1,-34.5386,-589.635,30.9964,-0.593412,0,0,0,0,120,0,1,0),(87943,175886,229,1,1,-34.7324,-589.615,30.9339,1.62316,0,0,0,0,120,0,1,0),(87944,175886,229,1,1,-35.6387,-589.632,30.9825,-1.97222,0,0,0,0,120,0,1,0),(87945,175886,229,1,1,-36.2977,-589.617,31.0103,1.09956,0,0,0,0,120,0,1,0),(87946,175886,229,1,1,-37.7856,-589.639,30.9964,-3.08918,0,0,0,0,120,0,1,0),(87947,175949,229,1,1,-128.234,-482.381,25.4535,-0.0174525,0,0,0,0,120,0,1,0),(87948,175950,229,1,1,-11.1345,-466.205,-16.8553,-1.55334,0,0,0,0,120,0,1,0),(87949,176089,229,1,1,-18.8626,-360.394,-31.4268,2.51327,0,0,0,0,120,0,1,0),(87950,176090,229,1,1,-19.0726,-361.991,-31.5237,-0.349065,0,0,0,0,120,0,1,0),(87951,176425,229,1,1,60.0724,-511.967,29.2143,-3.13874,0,0,0,0,120,0,1,0),(87952,176426,229,1,1,56.9335,-556.048,30.6604,-3.13874,0,0,0,0,120,0,1,0),(87953,176427,229,1,1,53.1921,-461.07,24.3897,-3.1415,0,0,0,0,120,0,1,0),(87954,176428,229,1,1,-63.2568,-581.483,29.2934,-3.1415,0,0,0,0,120,0,1,0),(87955,176429,229,1,1,-37.6863,-551.822,16.2163,3.14159,0,0,0,0,120,0,1,0),(87956,176430,229,1,1,-25.3349,-478.438,17.2504,3.14159,0,0,0,0,120,0,1,0),(87957,176431,229,1,1,-46.3865,-448.61,-18.5644,3.14159,0,0,0,0,120,0,1,0),(87958,176432,229,1,1,-2.64242,-579.144,-18.7609,3.14159,0,0,0,0,120,0,1,0),(87959,176433,229,1,1,26.982,-583.365,-18.5153,3.14159,0,0,0,0,120,0,1,0),(87960,176434,229,1,1,35.6424,-550.73,-18.411,3.14159,0,0,0,0,120,0,1,0),(87961,176435,229,1,1,33.1643,-471.047,-18.5059,3.14159,0,0,0,0,120,0,1,0),(87962,176436,229,1,1,31.9839,-495.349,-18.8984,-3.13874,0,0,0,0,120,0,1,0),(87963,176437,229,1,1,-39.3852,-424.878,-18.8471,3.14159,0,0,0,0,120,0,1,0),(87964,176438,229,1,1,-23.2051,-410.609,-18.8984,3.14159,0,0,0,0,120,0,1,0),(87965,176439,229,1,1,-76.0975,-418.801,-18.9234,-1.83259,0,0,0,0,120,0,1,0),(87966,176440,229,1,1,-59.9712,-409.641,-18.8443,3.14159,0,0,0,0,120,0,1,0),(87967,176441,229,1,1,-79.5309,-453.927,-18.8332,3.14159,0,0,0,0,120,0,1,0),(87968,176442,229,1,1,-15.4378,-368.781,49.4936,3.14085,0,0,0,0,120,0,1,0),(87969,176443,229,1,1,-121.137,-296.445,71.0397,3.14159,0,0,0,0,120,0,1,0),(87970,176444,229,1,1,-137.264,-305.605,70.9606,-1.83259,0,0,0,0,120,0,1,0),(87971,176445,229,1,1,-59.1198,-339.829,70.9606,-1.83259,0,0,0,0,120,0,1,0),(87972,176446,229,1,1,-87.3357,-348.37,71.0397,3.14159,0,0,0,0,120,0,1,0),(87973,176454,229,1,1,60.5715,-562.501,30.4811,3.14159,0,0,0,0,120,0,1,0),(87974,176455,229,1,1,52.2037,-470.448,25.1121,3.14148,0,0,0,0,120,0,1,0),(87975,176456,229,1,1,-60.6476,-584.383,29.1115,3.14159,0,0,0,0,120,0,1,0),(87976,176457,229,1,1,-115.273,-428.518,-18.701,3.14159,0,0,0,0,120,0,1,0),(87977,176458,229,1,1,-114.982,-421.897,-18.9179,3.14159,0,0,0,0,120,0,1,0),(100489,194357,571,1,1,9070.32,2050.73,67.2176,0,0,0,0,1,0,0,0,0),(100490,194357,571,1,1,9073.76,2050.12,68.1572,0,0,0,0,1,0,0,0,0),(100491,194357,571,1,1,9074.7,2050.71,68.1705,0,0,0,0,1,0,0,0,0),(100492,194357,571,1,1,9069.59,2050.35,67.2176,0,0,0,0,1,0,0,0,0),(100493,194357,571,1,1,9069.96,2050.54,67.2176,0,0,0,0,1,0,0,0,0),(100494,194357,571,1,1,9072.08,2049.29,67.7896,0,0,0,0,1,0,0,0,0),(100495,194357,571,1,1,9065.68,2052.62,67.2864,0,0,0,0,1,0,0,0,0),(100496,194394,571,1,1,9083.58,2041.7,67.8181,0,0,0,0,1,0,0,0,0),(100497,195011,571,1,1,9078.47,2057.55,67.2161,0,0,0,0.998135,0.0610518,0,0,0,0),(100498,194425,571,1,1,8523.51,566.994,552.841,2.1518,0,0,0.880019,0.474938,300,0,1,0),(216,186831,571,1,1,957.102,-5308.23,189.353,2.60053,0,0,0.96363,0.267241,300,100,1,0),(318,188677,571,1,1,2567.45,-388.712,3.57346,-2.87979,0,0,0.639778,0.76856,1200,100,1,0),(221,188109,571,1,1,3792.77,4808.87,-11.5607,1.48353,0,0,0.67559,0.737278,300,100,1,0),(226,185863,530,1,1,-2466.6,4700.12,155.715,1.81514,0,0,0,0,120,0,1,0),(5259,192536,571,1,4,7033.89,-1391.53,983.461,0.0523589,0,0,0.0261765,0.999657,120,255,1,0),(5260,192536,571,1,4,6985.81,-1278.63,1101.34,1.309,0,0,0.608761,0.793354,120,255,1,0),(5261,192536,571,1,4,7006.56,-1260.26,1099.34,1.58825,0,0,0.71325,0.70091,120,255,1,0),(5262,192536,571,1,4,7029.7,-1372.38,983.261,-2.70526,0,0,-0.976295,0.216442,120,255,1,0),(5263,192536,571,1,4,7011.06,-1270.61,1099,3.12412,0,0,0.999962,0.00873464,120,255,1,0),(5264,192536,571,1,4,7013.27,-1395.64,985.526,-1.32645,0,0,-0.615661,0.788011,120,255,1,0),(5265,192536,571,1,129,7013.27,-1395.64,985.526,-1.32645,0,0,-0.615661,0.788011,120,255,1,0),(5266,192536,571,1,129,6985.81,-1278.63,1101.34,1.309,0,0,0.608761,0.793354,120,255,1,0),(5267,192536,571,1,129,7006.56,-1260.26,1099.34,1.58825,0,0,0.71325,0.70091,120,255,1,0),(5268,192536,571,1,129,7029.7,-1372.38,983.261,-2.70526,0,0,-0.976295,0.216442,120,255,1,0),(5269,192536,571,1,129,7011.06,-1270.61,1099,3.12412,0,0,0.999962,0.00873464,120,255,1,0),(5270,192536,571,1,129,7033.89,-1391.53,983.461,0.0523589,0,0,0.0261765,0.999657,120,255,1,0),(5271,192538,571,1,4,7081.91,-906.408,1065.91,0.95993,0,0,0.461748,0.887011,120,255,1,0),(5272,192538,571,1,4,7080.19,-912.123,1066.74,-0.541051,0,0,-0.267238,0.963631,120,255,1,0),(5273,192538,571,1,4,7085.54,-912.668,1066.48,1.81514,0,0,0.788011,0.615662,120,255,1,0),(5274,192538,571,1,4,7090.95,-908.667,1065.04,-0.994837,0,0,-0.477158,0.878817,120,255,1,0),(5275,192538,571,1,4,7082.19,-916.648,1068.39,2.23402,0,0,0.898793,0.438373,120,255,1,0),(230,180874,1,1,1,7531.66,-2851.23,458.917,0,0,0,0,0,0,0,0,0),(231,180874,1,1,1,7561.15,-2872.45,461.1,0,0,0,0,0,0,0,0,0),(233,184222,553,1,1,158.952,391.653,-35.5291,0.0494656,0,0,0.0247303,0.999694,300,0,1,0),(236,184222,554,1,1,71.1997,149.657,25.5811,3.17222,0,0,0.999883,-0.0153126,300,0,1,0),(237,184221,553,1,1,158.952,391.653,-35.5291,0.0494656,0,0,0.0247303,0.999694,300,0,1,0),(242,184221,554,1,1,71.1997,149.657,25.5811,3.17222,0,0,0.999883,-0.0153126,300,0,1,0),(241216,181017,0,1,1,-4927.71,-1279.47,509.796,2.6529,0,0,0.970296,0.241922,180,100,1,0),(241215,181017,0,1,1,-4707.57,-948.41,509.872,0.907571,0,0,0.438371,0.898794,180,100,1,0),(241214,181025,0,1,1,-4720.98,-1235.2,510.423,2.1293,0,0,0.874619,0.48481,180,100,1,0),(241213,181025,0,1,1,-4959.71,-1172.35,509.83,-2.58309,0,0,-0.961262,0.275636,180,100,1,0),(241212,181025,0,1,1,-4672.9,-992.939,510.192,0.575959,0,0,0.284016,0.95882,180,100,1,0),(241211,181017,0,1,1,-4591.77,-999.464,508.207,-2.84489,0,0,-0.989016,0.147808,180,100,1,0),(241210,181025,0,1,1,-5003.48,-983.329,510.498,-0.488692,0,0,-0.241922,0.970296,180,100,1,0),(241209,181017,0,1,1,-4798.37,-908.976,503.25,1.5708,0,0,0.707108,0.707106,180,100,1,0),(241208,181017,0,1,1,-4847.69,-1162.96,508.747,0.837758,0,0,0.406737,0.913545,180,100,1,0),(241207,181017,0,1,1,-4601.88,-1010.22,509.911,1.81514,0,0,0.78801,0.615662,180,100,1,0),(241206,181017,0,1,1,-5017.75,-1125.04,509.957,0.191986,0,0,0.0958456,0.995396,180,100,1,0),(241205,181017,0,1,1,-4612.88,-1093.26,509.641,3.05433,0,0,0.999048,0.0436174,180,100,1,0),(241204,181017,0,1,1,-5030.98,-1153.9,509.76,-1.27409,0,0,-0.594823,0.803857,180,100,1,0),(241203,181025,0,1,1,-4971.15,-937.866,510.349,-0.750491,0,0,-0.366501,0.930418,180,100,1,0),(241202,181017,0,1,1,-4880.1,-957.773,509.628,1.93731,0,0,0.824125,0.566409,180,100,1,0),(241201,181017,0,1,1,-5041.65,-1166.19,508.227,0.314159,0,0,0.156434,0.987688,180,100,1,0),(241200,181017,0,1,1,-4989.78,-1117.28,508.186,-2.96706,0,0,-0.996195,0.0871556,180,100,1,0),(4522,187893,571,1,1,3488.48,4515.98,-20.7394,5.34436,0,0,0.452361,-0.891835,300,0,1,0),(241199,181025,0,1,1,-4931.61,-1206.36,509.64,-2.32129,0,0,-0.91706,0.398748,180,100,1,0),(241198,181017,0,1,1,-4732.77,-1146.49,507.539,2.6529,0,0,0.970296,0.241922,180,100,1,0),(241197,181060,0,1,1,-4875.53,-997.696,506.958,-0.471239,0,0,-0.233445,0.97237,180,100,1,0),(241196,181060,0,1,1,-4885.09,-1005.57,506.958,0.069813,0,0,0.0348994,0.999391,180,100,1,0),(241195,181060,0,1,1,-4888.35,-1008.27,506.958,1.88496,0,0,0.809018,0.587783,180,100,1,0),(241194,181019,0,1,1,-4900.67,-975.41,503.491,2.70526,0,0,0.976296,0.21644,180,100,1,0),(241193,181019,0,1,1,-4890.23,-996.799,504.758,0.418879,0,0,0.207912,0.978148,180,100,1,0),(241192,181019,0,1,1,-4895.29,-1001.13,504.758,-3.01942,0,0,-0.998135,0.0610484,180,100,1,0),(241191,181060,0,1,1,-4837.73,-873.987,511.14,-2.68781,0,0,-0.97437,0.22495,180,100,1,0),(241190,181060,0,1,1,-4840.76,-874.337,511.14,2.96706,0,0,0.996195,0.0871556,180,100,1,0),(241189,181021,0,1,1,-5003.33,-874.714,524.838,0.680678,0,0,0.333807,0.942642,180,100,1,0),(241188,181016,0,1,1,-5018.23,-855.977,501.659,0.680678,0,0,0.333807,0.942642,180,100,1,0),(241187,181014,0,1,1,-9075.37,407.018,98.6196,2.25148,0,0,0.902586,0.430509,180,100,1,0),(241186,181015,0,1,1,-9018.08,485.234,97.1197,-0.855212,0,0,-0.414694,0.909961,180,100,1,0),(241185,181014,0,1,1,-8935.14,522.536,109.389,-2.47837,0,0,-0.945519,0.325567,180,100,1,0),(241184,181015,0,1,1,-8884.23,566.347,92.8298,0.715585,0,0,0.350207,0.936672,180,100,1,0),(241183,181014,0,1,1,-8948.45,539.271,109.32,-2.47837,0,0,-0.945519,0.325567,180,100,1,0),(241182,181015,0,1,1,-9085.16,396.496,93.5758,-2.46091,0,0,-0.942641,0.333809,180,100,1,0),(241181,181015,0,1,1,-8893.99,578.844,92.8094,0.680678,0,0,0.333807,0.942642,180,100,1,0),(241180,181060,0,1,1,-8855.97,649.273,97.6137,1.06465,0,0,0.507538,0.861629,180,100,1,0),(241179,181060,0,1,1,-8861.36,645.959,97.5999,-1.0821,0,0,-0.515036,0.857168,180,100,1,0),(241178,181060,0,1,1,-8860.49,649.388,100.919,0.017453,0,0,0.00872639,0.999962,180,100,1,0),(241177,181060,0,1,1,-8862.61,650.263,97.6093,-3.12414,0,0,-0.999962,0.0087262,180,100,1,0),(241176,181018,0,1,1,-8910.36,636.253,101.55,-2.61799,0,0,-0.965925,0.258821,180,100,1,0),(245,188488,571,1,1,1237.3,-4948.27,36.0206,2.49582,0,0,0.948323,0.317306,300,0,1,0),(270,192080,571,1,4,7390.14,-2725.38,874.256,-3.08918,0,0,-0.999657,0.0262017,600,255,1,0),(77221,188359,571,1,1,2613.99,677.934,-56.064,6.23083,0,0,0,1,120,255,1,0),(74727,192362,571,1,64,5322.12,2763.61,444.974,-1.55334,0,0,0,0,0,0,0,0),(77222,188359,571,1,1,2681.45,736.799,-33.3134,0.90757,0,0,0,1,120,255,1,0),(74725,192368,571,1,64,5289.46,2704.68,435.875,-0.01745,0,0,0,0,0,0,0,0),(77223,188359,571,1,1,2645.69,650.776,-48.873,2.79252,0,0,0,1,120,255,1,0),(74723,192369,571,1,64,5350.95,2640.36,435.408,1.5708,0,0,0,0,0,0,0,0),(77224,188359,571,1,1,2711.27,1039.04,-16.4229,5.72468,0,0,0,1,120,255,1,0),(74721,192370,571,1,64,5392.27,2639.74,435.331,1.50971,0,0,0,0,0,0,0,0),(77225,188359,571,1,1,2644.71,1073.23,-23.4366,3.927,0,0,0,1,120,255,1,0),(74719,192364,571,1,64,5350.88,2622.72,444.686,-1.5708,0,0,0,0,0,0,0,0),(74718,192501,571,1,128,5278.38,2613.83,433.409,-1.58825,0,0,0,0,0,0,0,0),(74717,192488,571,1,64,5278.38,2613.83,433.409,-1.58825,0,0,0,0,0,0,0,0),(74716,192501,571,1,128,5260.82,2631.8,433.324,3.05433,0,0,0,0,0,0,0,0),(74715,192488,571,1,64,5260.82,2631.8,433.324,3.05433,0,0,0,0,0,0,0,0),(77226,188359,571,1,1,2647.36,1045.39,-30.6016,2.00713,0,0,0,1,120,255,1,0),(74713,192367,571,1,64,5271.8,2704.87,445.183,-3.13286,0,0,0,0,0,0,0,0),(77227,188359,571,1,1,2633.85,982.839,-46.5048,0.209439,0,0,0,1,120,255,1,0),(74711,192366,571,1,64,5236.27,2739.46,444.992,-1.59698,0,0,0,0,0,0,0,0),(74710,192501,571,1,128,5163.78,2729.68,433.394,-1.58825,0,0,0,0,0,0,0,0),(76014,192376,571,1,64,5352.15,3054.77,444.61,1.57952,0,0,0,0,120,0,1,0),(76015,192377,571,1,64,5414.19,3069.8,415.187,1.64061,0,0,0,1,180,0,1,0),(74709,192488,571,1,64,5163.78,2729.68,433.394,-1.58825,0,0,0,0,0,0,0,0),(74708,192501,571,1,128,5146.04,2747.21,433.584,3.07177,0,0,0,0,0,0,0,0),(74707,192488,571,1,64,5146.04,2747.21,433.584,3.07177,0,0,0,0,0,0,0,0),(77228,188359,571,1,1,2590.61,1085.63,-34.9085,6.26573,0,0,0,1,120,255,1,0),(74705,192488,571,1,64,5160.34,2798.61,430.769,3.14159,0,0,0,0,0,0,0,0),(11505,183385,546,3,1,144.881,-69.8086,27.4349,0.994837,0,0,0,1,7200,255,1,0),(268257,194092,532,1,1,-11107.8,-1879.43,91.47,0,0,0,0.931636,-0.363393,604800,0,1,0),(77229,188359,571,1,1,2609.9,625.918,-57.3669,4.50295,0,0,0,1,120,255,1,0),(74703,192349,571,1,64,5155.31,2820.74,444.979,-3.13286,0,0,0,0,0,0,0,0),(77230,188359,571,1,1,2549.81,657.297,-71.8885,6.0912,0,0,0,1,120,255,1,0),(74701,192254,571,1,64,5154.46,2828.94,409.189,3.14159,0,0,0,0,0,0,0,0),(74700,192269,571,1,64,4526.46,2810.18,391.2,3.28995,0,0,0,0,0,0,0,0),(74699,192255,571,1,64,5154.52,2853.31,409.183,3.14159,0,0,0,0,0,0,0,0),(77231,188359,571,1,1,2638.91,576.846,-54.1928,1.81514,0,0,0,1,120,255,1,0),(74697,192336,571,1,64,5154.49,2862.15,445.012,3.14159,0,0,0,0,0,0,0,0),(77232,188359,571,1,1,2701.92,570.991,-38.3619,1.23918,0,0,0,1,120,255,1,0),(74695,192488,571,1,64,5158.81,2883.13,431.618,3.14159,0,0,0,0,0,0,0,0),(74694,192501,571,1,128,5145.11,2935,433.386,3.14159,0,0,0,0,0,0,0,0),(74693,192488,571,1,64,5145.11,2935,433.386,3.14159,0,0,0,0,0,0,0,0),(74692,192501,571,1,128,5163.13,2952.59,433.503,1.53589,0,0,0,0,0,0,0,0),(74691,192488,571,1,64,5163.13,2952.59,433.503,1.53589,0,0,0,0,0,0,0,0),(77233,188359,571,1,1,2575.97,561.18,-57.5302,5.13127,0,0,0,1,120,255,1,0),(74689,192375,571,1,64,5235.19,2941.9,444.278,1.58825,0,0,0,0,0,0,0,0),(77234,188359,571,1,1,2532.79,599.179,-67.7423,5.95157,0,0,0,1,120,255,1,0),(74687,192374,571,1,64,5272.94,2976.55,444.492,3.12412,0,0,0,0,0,0,0,0),(74686,192501,571,1,128,5262.54,3047.95,432.055,3.10665,0,0,0,0,0,0,0,0),(74685,192488,571,1,64,5262.54,3047.95,432.055,3.10665,0,0,0,0,0,0,0,0),(76043,192502,571,1,128,4398.82,2804.7,429.792,-1.58825,0,0,0,1,180,0,1,0),(76044,192502,571,1,128,4416,2822.67,429.851,-0.017452,0,0,0,1,180,0,1,0),(76045,192502,571,1,128,4559.11,3606.22,419.999,-1.48353,0,0,0,1,180,0,1,0),(76046,192502,571,1,128,4539.42,3622.49,420.034,-3.07177,0,0,0,1,180,0,1,0),(76047,192502,571,1,128,4555.26,3641.65,419.974,1.67551,0,0,0,1,180,0,1,0),(76048,192502,571,1,128,4574.87,3625.91,420.079,0.087266,0,0,0,1,180,0,1,0),(76049,192502,571,1,128,4466.79,1960.42,459.144,1.15192,0,0,0,1,180,0,1,0),(76050,192502,571,1,128,4475.35,1937.03,459.07,-0.436332,0,0,0,1,180,0,1,0),(76051,192502,571,1,128,4451.76,1928.1,459.076,-2.00713,0,0,0,1,180,0,1,0),(76052,192502,571,1,128,4442.99,1951.9,459.093,2.74016,0,0,0,1,180,0,1,0),(76053,192502,571,1,128,4380.36,2822.38,429.882,-3.10665,0,0,0,0,120,0,1,0),(76054,192502,571,1,128,4397.66,2840.3,429.922,1.58825,0,0,0,0,120,0,1,0),(17790,192288,571,1,32,4778.06,2438.02,345.706,-2.93214,0,0,0,0,120,0,1,0),(17791,192291,571,1,32,4991.08,2525.76,340.918,4.04044,0,0,0,0,120,0,1,0),(17792,192434,571,1,16,5041.61,3294.4,382.15,-1.63188,0,0,0,1,180,0,1,0),(17793,192435,571,1,16,4855.63,3297.62,376.739,-3.13286,0,0,0,1,180,0,1,0),(17794,192280,571,1,16,4857.97,3335.44,368.881,-2.94959,0,0,0,1,180,0,1,0),(17795,192283,571,1,16,5006.34,3280.4,371.163,2.22529,0,0,0,1,180,0,1,0),(17796,192400,571,1,32,5041.65,3294.32,381.92,-1.6057,0,0,0,1,180,0,1,0),(17797,192401,571,1,32,4855.44,3297.6,376.496,-3.11539,0,0,0,1,180,0,1,0),(17798,192281,571,1,32,4857.97,3335.42,369.292,-2.88851,0,0,0,1,180,0,1,0),(17799,192282,571,1,32,5006.32,3280.36,371.242,2.24275,0,0,0,1,180,0,1,0),(247,178164,409,1,1,736.653,-1176.32,-118.097,-0.680679,0,0,0,1,120,255,1,0),(285,194752,603,2,1,1646.18,-174.688,427.254,1.55334,0,0,0,1,604800,255,1,0),(5276,176213,0,1,1,1529.1,-1427.07,65.4905,-3.00195,0,0,-0.997563,0.0697661,7200,100,1,0),(5277,176213,0,1,1,1705.87,-4690.14,48.9742,-3.08918,0,0,-0.999657,0.0262017,7200,100,1,0),(5278,176213,0,1,1,1846.79,-3825.26,135.516,1.83259,0,0,0.793353,0.608762,7200,100,1,0),(5279,176213,0,1,1,1748.16,-4453.14,74.2627,-2.05949,0,0,0,0,7200,100,1,0),(5280,176213,0,1,1,2159.83,-2442.75,62.0804,-0.488691,0,0,-0.241921,0.970296,7200,100,1,0),(5281,176213,0,1,1,1342.56,-1382.57,46.8919,2.77507,0,0,0.983254,0.182238,7200,100,1,0),(303,181648,530,1,1,-720.803,4162.77,50.7916,4.61029,0,0,0.742267,-0.670104,300,0,1,0),(305,201885,658,3,1,932.267,-80.6684,591.676,2.28638,0,0,0,0,300,100,1,0),(370,188711,571,1,1,3898.18,-881.748,119.533,0.421023,0,0,0.20896,0.977924,300,0,1,0),(219,175759,530,1,1,9636.44,-7231.27,16.7335,-2.82743,0,0,-0.987688,0.156436,900,100,1,0),(17825,181355,0,1,1,-8260.89,-2601.41,133.149,0.85521,0,0,0,1,120,255,1,0),(17826,181355,0,1,1,-8262.45,-2606.5,133.414,0.244346,0,0,0,1,120,255,1,0),(17827,181355,0,1,1,-8245.15,-2606.87,133.154,0.85521,0,0,0,1,120,255,1,0),(17828,181355,0,1,1,-8264.14,-2611.29,133.463,5.20108,0,0,0,1,120,255,1,0),(17829,181355,0,1,1,-8246.27,-2611.94,133.155,4.66003,0,0,0,1,120,255,1,0),(17830,181355,0,1,1,-8247.43,-2616.65,133.155,5.84685,0,0,0,1,120,255,1,0),(17831,181355,0,1,1,-8267.19,-2635.67,134.424,0.174532,0,0,0,1,120,255,1,0),(17832,181355,0,1,1,-8252.99,-2636.58,133.155,3.21142,0,0,0,1,120,255,1,0),(17833,181605,0,1,1,-8261.67,-2638.05,133.397,5.77704,0,0,0,1,120,255,1,0),(242672,187708,0,1,1,-8824.67,852.899,99.1583,5.92068,0,0,0.18026,-0.983619,180,100,1,0),(17835,188020,0,1,1,-8267.53,-2642.82,133.944,4.55531,0,0,0,1,120,255,1,0),(17836,188020,0,1,1,-8256.43,-2643.72,133.187,4.46804,0,0,0,1,120,255,1,0),(17837,188020,0,1,1,-8258.07,-2601.52,133.149,1.27409,0,0,0,1,120,255,1,0),(17838,188020,0,1,1,-8247.38,-2604.63,133.15,1.32645,0,0,0,1,120,255,1,0),(17839,188021,0,1,1,-8261.99,-2623.61,133.495,1.36136,0,0,0,1,120,255,1,0),(17845,181300,0,1,1,945.108,-1435.98,62.9142,5.28835,0,0,0,1,120,255,1,0),(17846,181302,0,1,1,1004.43,-1443.67,62.283,2.94959,0,0,0,1,120,255,1,0),(17847,181302,0,1,1,1004.1,-1446.27,61.9835,1.98967,0,0,0,1,120,255,1,0),(17848,181305,0,1,1,1009.87,-1446.95,62.3152,3.49067,0,0,0,1,120,255,1,0),(17849,181306,0,1,1,1002.77,-1445.21,62.0995,2.00713,0,0,0,1,120,255,1,0),(17850,181307,0,1,1,1009.09,-1446.9,63.2482,1.65806,0,0,0,1,120,255,1,0),(17851,181355,0,1,1,995.897,-1439.06,63.6682,0.85521,0,0,0,1,120,255,1,0),(17852,181355,0,1,1,1010.99,-1450.93,62.0636,4.66003,0,0,0,1,120,255,1,0),(17853,181355,0,1,1,988.331,-1455.52,60.6986,5.84685,0,0,0,1,120,255,1,0),(17854,181355,0,1,1,934.776,-1439.97,63.4671,2.25147,0,0,0,1,120,255,1,0),(17855,181605,0,1,1,1002.28,-1432.47,64.0573,5.77704,0,0,0,1,120,255,1,0),(17856,187576,0,1,1,973.33,-1430.87,67.1534,3.14159,0,0,0,1,120,255,1,0),(242673,187708,0,1,1,-8823.43,860.628,99.0081,4.64048,0,0,0.732068,-0.681231,180,100,1,0),(17858,188020,0,1,1,1011.99,-1434.02,63.9887,6.23083,0,0,0,1,120,255,1,0),(17859,188020,0,1,1,1017.41,-1450.23,62.4181,5.16618,0,0,0,1,120,255,1,0),(17860,188020,0,1,1,987.117,-1451.32,61.763,3.71755,0,0,0,1,120,255,1,0),(17861,188020,0,1,1,990.588,-1460.2,60.6304,3.59538,0,0,0,1,120,255,1,0),(17862,188021,0,1,1,1006.96,-1448.08,62.1907,5.14872,0,0,0,1,120,255,1,0),(21003,188021,1,1,1,-4398.08,2187.37,12.2512,6.03884,0,0,0,1,120,255,1,0),(21004,181302,1,1,1,-4396.9,2188.48,12.7121,2.94959,0,0,0,1,120,255,1,0),(21005,181302,1,1,1,-4392.19,2182.86,12.3688,4.69494,0,0,0,1,120,255,1,0),(21006,181305,1,1,1,-4396.21,2185.56,12.8802,2.26892,0,0,0,1,120,255,1,0),(21007,181306,1,1,1,-4396.39,2190.13,12.4567,2.00713,0,0,0,1,120,255,1,0),(21008,181307,1,1,1,-4397.2,2185.57,13.8537,1.65806,0,0,0,1,120,255,1,0),(21009,181388,1,1,1,-4273.38,2246.32,10.7598,5.63741,0,0,0,1,120,255,1,0),(21010,181355,1,1,1,-4399.59,2167.16,11.2014,5.20108,0,0,0,1,120,255,1,0),(21011,181355,1,1,1,-4405.21,2185.21,12.1788,0.85521,0,0,0,1,120,255,1,0),(21012,181355,1,1,1,-4402.66,2193.13,11.8976,5.84685,0,0,0,1,120,255,1,0),(21013,181355,1,1,1,-4387.45,2180.2,11.9132,4.66003,0,0,0,1,120,255,1,0),(21014,181355,1,1,1,-4385.78,2188.76,11.1823,0.85521,0,0,0,1,120,255,1,0),(21015,181355,1,1,1,-4388.71,2208.04,10.4108,1.18682,0,0,0,1,120,255,1,0),(21016,181355,1,1,1,-4289.17,2237.73,9.40999,1.67551,0,0,0,1,120,255,1,0),(21017,181605,1,1,1,-4399.5,2171.79,11.8212,5.77704,0,0,0,1,120,255,1,0),(242674,187708,0,1,1,-8819.07,856.909,99.0216,4.21637,0,0,0.859049,-0.511892,180,100,1,0),(21019,188020,1,1,1,-4408.8,2171.87,12.7153,2.82743,0,0,0,1,120,255,1,0),(21020,188020,1,1,1,-4392.1,2168.01,13.4062,6.0912,0,0,0,1,120,255,1,0),(21021,188020,1,1,1,-4396.5,2207.89,9.43056,2.77507,0,0,0,1,120,255,1,0),(21022,188020,1,1,1,-4382.58,2200.81,9.9566,5.8294,0,0,0,1,120,255,1,0),(70509,181355,530,1,1,-4196.21,-11595.3,-125.408,1.23918,0,0,0,1,120,255,1,0),(70510,181355,530,1,1,-4155.24,-11635.5,-98.1756,5.37562,0,0,0,1,120,255,1,0),(70511,181355,530,1,1,-4200.81,-11604.3,-125.62,0.471238,0,0,0,1,120,255,1,0),(70512,181355,530,1,1,-4167.56,-11641.1,-98.394,1.13446,0,0,0,1,120,255,1,0),(70513,181355,530,1,1,-4229.96,-11608.4,-126.283,0.837758,0,0,0,1,120,255,1,0),(70514,181355,530,1,1,-4207.49,-11645,-143.677,0.104719,0,0,0,1,120,255,1,0),(70515,181355,530,1,1,-4185.57,-11653.1,-143.449,5.044,0,0,0,1,120,255,1,0),(70516,181355,530,1,1,-4225.97,-11648.1,-143.864,5.88176,0,0,0,1,120,255,1,0),(70517,181355,530,1,1,-4244.82,-11658,-143.625,1.72787,0,0,0,1,120,255,1,0),(70518,181355,530,1,1,-4209.64,-11675.4,-143.244,5.89921,0,0,0,1,120,255,1,0),(70519,181355,530,1,1,-4204.82,-11678.5,-143.192,0.401425,0,0,0,1,120,255,1,0),(70520,181355,530,1,1,-4163.96,-11666.7,-143.258,4.67748,0,0,0,1,120,255,1,0),(70521,181355,530,1,1,-4253.19,-11675.3,-143.765,4.67748,0,0,0,1,120,255,1,0),(70522,181355,530,1,1,-4178.04,-11713.5,-143.602,0.785397,0,0,0,1,120,255,1,0),(70523,181355,530,1,1,-4154.53,-11704.8,-143.319,5.98648,0,0,0,1,120,255,1,0),(70524,181355,530,1,1,-4194.73,-11728.5,-143.452,3.24635,0,0,0,1,120,255,1,0),(70525,181355,530,1,1,-4186.29,-11803,-133.174,0.610863,0,0,0,1,120,255,1,0),(70526,181355,530,1,1,-4228.95,-11818.9,-115.935,0.802851,0,0,0,1,120,255,1,0),(70527,181355,530,1,1,-4210.18,-11796.2,-133.245,1.5708,0,0,0,1,120,255,1,0),(70528,181355,530,1,1,-4185.52,-11746,-132.273,3.03684,0,0,0,1,120,255,1,0),(70529,181355,530,1,1,-4221.81,-11830.9,-115.896,5.3058,0,0,0,1,120,255,1,0),(70530,181355,530,1,1,-4161.4,-11800.6,-132.195,4.55531,0,0,0,1,120,255,1,0),(70531,181355,530,1,1,-4217.3,-12296.4,2.797,4.66003,0,0,0,1,120,255,1,0),(70532,181355,530,1,1,-4208.98,-12291.5,1.56401,0.85521,0,0,0,1,120,255,1,0),(70533,181355,530,1,1,-4231.34,-12311.9,4.43091,4.69494,0,0,0,1,120,255,1,0),(70534,181355,530,1,1,-4236.27,-12322,3.52447,0.541051,0,0,0,1,120,255,1,0),(70535,181355,530,1,1,-4191.35,-12302.2,0.068963,3.21142,0,0,0,1,120,255,1,0),(70536,181355,530,1,1,-4196.02,-12313.6,0.370297,0.174532,0,0,0,1,120,255,1,0),(70537,181355,530,1,1,-4215.69,-12343.2,5.16444,1.18682,0,0,0,1,120,255,1,0),(70538,181355,530,1,1,-4234.85,-12332.2,4.62762,5.84685,0,0,0,1,120,255,1,0),(70539,181355,530,1,1,-4207.03,-12336.1,2.90029,5.20108,0,0,0,1,120,255,1,0),(70540,181355,530,1,1,-4214.63,-12476,45.0741,5.49779,0,0,0,1,120,255,1,0),(70541,181302,530,1,1,-4224.03,-12301.6,4.06688,6.24828,0,0,0,1,120,255,1,0),(70542,181302,530,1,1,-4225.6,-12301.5,4.27346,1.93731,0,0,0,1,120,255,1,0),(70543,181305,530,1,1,-4219.09,-12304.9,2.68953,0.139625,0,0,0,1,120,255,1,0),(70544,181306,530,1,1,-4224.28,-12299.6,4.22307,2.47837,0,0,0,1,120,255,1,0),(70545,181307,530,1,1,-4219.07,-12304.1,3.6375,0.0174525,0,0,0,1,120,255,1,0),(70546,181605,530,1,1,-4204.67,-12321.1,2.19882,5.77704,0,0,0,1,120,255,1,0),(242675,187708,530,1,1,-3783.24,-11481.1,-134.536,5.39681,0,0,0.42882,-0.90339,300,0,1,0),(70548,188020,530,1,1,-4205.28,-12290.9,1.31726,0.733038,0,0,0,1,120,255,1,0),(70549,188020,530,1,1,-4193.06,-12298.3,0.561426,0.90757,0,0,0,1,120,255,1,0),(70550,188020,530,1,1,-4218.46,-12342.4,5.18283,1.36136,0,0,0,1,120,255,1,0),(70551,188020,530,1,1,-4231.88,-12334.9,4.32997,1.37881,0,0,0,1,120,255,1,0),(70552,188021,530,1,1,-4221.67,-12306.1,2.29576,5.65487,0,0,0,1,120,255,1,0),(70553,187667,530,1,1,-4216.92,-12483.9,48.3932,6.23083,0,0,0,1,120,255,1,0),(70554,187667,530,1,1,-4216.5,-12480.6,48.9863,6.21337,0,0,0,1,120,255,1,0),(70555,181392,530,1,1,-4213.73,-11685.4,-130.823,0.942477,0,0,0,1,120,255,1,0),(70556,181392,530,1,1,-4145.8,-11745.6,-124.153,2.02458,0,0,0,1,120,255,1,0),(70557,187576,530,1,1,1989.31,6784.46,167.916,4.53786,0,0,0,1,120,255,1,0),(70558,181391,530,1,1,1989.55,6785.71,165.752,4.60767,0,0,0,1,120,255,1,0),(70559,181392,530,1,1,1955.62,6885.82,167.13,4.46804,0,0,0,1,120,255,1,0),(70560,181392,530,1,1,2032.21,6819.37,181.512,3.87463,0,0,0,1,120,255,1,0),(70561,181392,530,1,1,2031.96,6825.55,181.533,2.42601,0,0,0,1,120,255,1,0),(70562,181392,530,1,1,2038.56,6819.84,181.488,5.55015,0,0,0,1,120,255,1,0),(70563,181392,530,1,1,2038.03,6826.09,181.482,0.837758,0,0,0,1,120,255,1,0),(70564,181392,530,1,1,2063.3,6759.9,173.268,4.69494,0,0,0,1,120,255,1,0),(70565,181392,530,1,1,2062.02,6825.85,184.783,4.72984,0,0,0,1,120,255,1,0),(70566,181393,530,1,1,2051.89,6831.64,177.036,1.58825,0,0,0,1,120,255,1,0),(70567,181393,530,1,1,2072.19,6832.03,176.98,1.58825,0,0,0,1,120,255,1,0),(70568,181401,530,1,1,2055.83,6759.79,173.274,4.72984,0,0,0,1,120,255,1,0),(70569,181401,530,1,1,2066.26,6730.64,181.517,1.51844,0,0,0,1,120,255,1,0),(70570,181401,530,1,1,2070.8,6759.67,173.274,4.69494,0,0,0,1,120,255,1,0),(70571,181401,530,1,1,2066.15,6726.27,181.553,4.7473,0,0,0,1,120,255,1,0),(70572,181401,530,1,1,1937.43,6838.64,177.442,3.194,0,0,0,1,120,255,1,0),(70573,181401,530,1,1,1941.4,6838.66,177.477,0.0174525,0,0,0,1,120,255,1,0),(70574,181302,530,1,1,2023.8,6594.57,135.501,2.94959,0,0,0,1,120,255,1,0),(70575,181302,530,1,1,2021.78,6590.52,135.279,1.98967,0,0,0,1,120,255,1,0),(70576,181305,530,1,1,2018.9,6592.33,135.514,6.12611,0,0,0,1,120,255,1,0),(70577,181306,530,1,1,2022.45,6595.77,135.644,2.00713,0,0,0,1,120,255,1,0),(70578,181307,530,1,1,2018.83,6591.42,136.486,1.65806,0,0,0,1,120,255,1,0),(70579,181355,530,1,1,2021.77,6603.31,136.619,0.174532,0,0,0,1,120,255,1,0),(70580,181355,530,1,1,2030.02,6607.95,137.79,3.21142,0,0,0,1,120,255,1,0),(70581,181355,530,1,1,2049.48,6600.25,137.544,1.18682,0,0,0,1,120,255,1,0),(70582,181355,530,1,1,2017.95,6573.73,135.307,4.66003,0,0,0,1,120,255,1,0),(70583,181355,530,1,1,2051.81,6590.62,136.702,5.20108,0,0,0,1,120,255,1,0),(70584,181355,530,1,1,2022.7,6566.99,133.542,0.85521,0,0,0,1,120,255,1,0),(70585,181355,530,1,1,2049.96,6570.62,135.499,0.541051,0,0,0,1,120,255,1,0),(70586,181355,530,1,1,2046.62,6564.63,134.171,5.84685,0,0,0,1,120,255,1,0),(70587,181355,530,1,1,2046.62,6564.63,134.171,5.84685,0,0,0,1,120,255,1,0),(70588,188020,530,1,1,2035.18,6608.05,137.95,0.733038,0,0,0,1,120,255,1,0),(70589,188020,530,1,1,2045.67,6604.81,137.874,1.51844,0,0,0,1,120,255,1,0),(70590,188020,530,1,1,2024.83,6565.63,133.425,1.37881,0,0,0,1,120,255,1,0),(70591,188020,530,1,1,2042.71,6563.49,133.439,1.36136,0,0,0,1,120,255,1,0),(70592,188021,530,1,1,2021.06,6593.52,135.15,6.03884,0,0,0,1,120,255,1,0),(70593,181605,530,1,1,2046.23,6579.71,135.248,5.77704,0,0,0,1,120,255,1,0),(242676,187708,530,1,1,-3779.75,-11489.2,-134.528,3.15451,0,0,0.999979,-0.00645697,300,0,1,0),(21478,181302,530,1,1,2286.95,6131.72,135.884,0.104719,0,0,0,1,120,255,1,0),(21479,181302,530,1,1,2286.06,6134.23,136.07,4.7822,0,0,0,1,120,255,1,0),(21480,181305,530,1,1,2290.53,6135.19,135.977,4.59022,0,0,0,1,120,255,1,0),(21481,181306,530,1,1,2289.73,6131.18,135.68,4.95674,0,0,0,1,120,255,1,0),(21482,181307,530,1,1,2286.54,6131.37,135.887,0.59341,0,0,0,1,120,255,1,0),(21483,181355,530,1,1,2258.8,6129.35,137.746,0.85521,0,0,0,1,120,255,1,0),(21484,181355,530,1,1,2268.3,6125.96,137.222,4.66003,0,0,0,1,120,255,1,0),(21485,181355,530,1,1,2255.94,6152,139.28,5.84685,0,0,0,1,120,255,1,0),(21486,181355,530,1,1,2266.46,6158.56,138.469,0.541051,0,0,0,1,120,255,1,0),(21487,181355,530,1,1,2277.7,6161.83,137.912,0.59341,0,0,0,1,120,255,1,0),(21488,181355,530,1,1,2298.38,6131.03,135.555,5.20108,0,0,0,1,120,255,1,0),(21489,181355,530,1,1,2303.75,6135.78,135.061,1.18682,0,0,0,1,120,255,1,0),(21490,181355,530,1,1,2293.31,6163.85,136.162,0.174532,0,0,0,1,120,255,1,0),(21491,181355,530,1,1,2302.23,6162.1,135.212,3.21142,0,0,0,1,120,255,1,0),(21492,188020,530,1,1,2258.11,6132.87,137.344,3.29869,0,0,0,1,120,255,1,0),(21493,188020,530,1,1,2255.47,6148.87,138.393,3.71755,0,0,0,1,120,255,1,0),(21494,188020,530,1,1,2304.15,6139.79,134.467,0.0523589,0,0,0,1,120,255,1,0),(21495,188020,530,1,1,2303.35,6158.67,134.465,6.12611,0,0,0,1,120,255,1,0),(21496,188021,530,1,1,2289.12,6132.53,135.839,1.64061,0,0,0,1,120,255,1,0),(21497,181605,530,1,1,2285.15,6157.91,136.281,5.77704,0,0,0,1,120,255,1,0),(242677,187708,530,1,1,-3776.01,-11497.6,-134.515,3.30373,0,0,0.996716,-0.080981,300,0,1,0),(329,142189,1,1,1,-10154.2,-3948.64,7.74473,2.65289,0,0,0.970295,0.241925,900,100,1,0),(71385,190475,571,1,1,4949.34,2432.59,320.177,1.38621,0,0,0,0,0,0,0,0),(71386,190487,571,1,1,4948.52,3342.34,376.875,4.40057,0,0,0,0,0,0,0,0),(71387,194959,571,1,1,4398.08,2356.5,376.19,0.525406,0,0,0,0,0,0,0,0),(71388,194962,571,1,1,4390.78,3304.09,372.429,6.09702,0,0,0,0,0,0,0,0),(71415,193136,571,1,128,5293.23,2895.46,410.413,-0.802851,0,0,0,0,120,0,1,0),(71416,193137,571,1,128,5295.56,2895.24,410.628,-2.11185,0,0,0,0,120,0,1,0),(71417,193138,571,1,128,5293.74,2894.48,409.183,-2.72271,0,0,0,0,120,0,1,0),(71418,193139,571,1,64,5294.6,2786.85,409.888,-2.35619,0,0,0,0,120,0,1,0),(71419,193140,571,1,64,5294.38,2785.04,409.175,-2.33874,0,0,0,0,120,0,1,0),(71420,193141,571,1,64,5293.21,2787.03,409.219,3.03687,0,0,0,0,120,0,1,0),(71421,193142,571,1,64,5294.24,2786.42,409.174,0.0174525,0,0,0,0,120,0,1,0),(71422,193143,571,1,64,5291.71,2785.87,409.282,-2.03331,0,0,0,0,120,0,1,0),(71423,193144,571,1,64,5293.03,2785.63,409.225,-1.29154,0,0,0,0,120,0,1,0),(71424,193145,571,1,64,5295.87,2787.77,409.192,2.15548,0,0,0,0,120,0,1,0),(71425,193146,571,1,64,5293.56,2787.31,410.56,0.261798,0,0,0,0,120,0,1,0),(71426,193147,571,1,128,5233.12,2920.36,409.164,-0.724311,0,0,0,0,120,0,1,0),(71427,193148,571,1,128,5238.28,2920.67,409.256,-0.418879,0,0,0,0,120,0,1,0),(71428,193149,571,1,128,5235.9,2920.75,409.224,-0.951203,0,0,0,0,120,0,1,0),(71429,193150,571,1,128,5237.37,2919.9,409.557,0.820298,0,0,0,0,120,0,1,0),(71430,193151,571,1,128,5234.2,2919,409.323,-2.33874,0,0,0,0,120,0,1,0),(71431,193152,571,1,128,5234.52,2921.76,409.176,-2.21657,0,0,0,0,120,0,1,0),(71432,193153,571,1,128,5234.12,2918.94,409.134,-3.09804,0,0,0,0,120,0,1,0),(71433,193154,571,1,128,5234.27,2919.4,409.503,-2.18166,0,0,0,0,120,0,1,0),(71434,193155,571,1,128,5293.38,2746.06,409.221,-0.0698117,0,0,0,0,120,0,1,0),(71435,193156,571,1,128,5293.65,2755.68,409.191,-0.436332,0,0,0,0,120,0,1,0),(71436,193157,571,1,128,5292.24,2753.59,409.087,-0.35779,0,0,0,0,120,0,1,0),(71437,193158,571,1,128,5292.43,2748.62,409.131,0.253072,0,0,0,0,120,0,1,0),(71438,193159,571,1,128,5293.38,2750.9,409.235,-0.0610866,0,0,0,0,120,0,1,0),(71439,193160,571,1,64,5371.9,2805.48,409.307,0.0610866,0,0,0,0,120,0,1,0),(71440,193161,571,1,64,5376.62,2875.1,409.255,1.59698,0,0,0,0,120,0,1,0),(71441,193162,571,1,128,5377.55,2870.92,409.239,-0.549777,0,0,0,0,120,0,1,0),(71442,193163,571,1,128,5378.07,2813.62,409.239,1.55334,0,0,0,0,120,0,1,0),(71443,193164,571,1,128,5378.92,2805.44,409.239,1.53589,0,0,0,0,120,0,1,0),(71444,193165,571,1,128,5378.45,2876.67,409.239,1.54462,0,0,0,0,120,0,1,0),(240265,182807,0,1,1,1780.18,214.781,59.8534,0,0,0,0,1,180,100,1,0),(240264,182807,530,1,1,9672.12,-7346.44,11.9311,-0.244346,0,0,-0.121869,0.992546,180,100,1,0),(240263,182807,1,1,1,1184.02,-4469.83,21.2852,0,0,0,0,1,180,100,1,0),(240262,195063,1,1,1,-980.212,-80.2552,20.0676,0,0,0,0,1,180,100,1,0),(240261,195063,1,1,1,-984.149,-77.3333,20.7527,0,0,0,0,1,180,100,1,0),(240260,195063,1,1,1,-982.13,-68.0764,20.8836,0,0,0,0,1,180,100,1,0),(240259,195063,1,1,1,-983.493,-72.6302,20.6698,0,0,0,0,1,180,100,1,0),(240258,195063,1,1,1,-980.41,-71.3438,20.7185,0,0,0,0,1,180,100,1,0),(240257,195063,1,1,1,1174.72,-4455.49,21.5368,0,0,0,0,1,180,100,1,0),(240256,195063,1,1,1,1177.63,-4467.96,21.307,0,0,0,0,1,180,100,1,0),(240255,195063,1,1,1,1176.77,-4463.59,22.4735,0,0,0,0,1,180,100,1,0),(240254,195063,0,1,1,-9340.66,187.524,61.5517,0,0,0,0,1,180,100,1,0),(240253,195063,0,1,1,-9334.96,176.014,63.3874,0,0,0,0,1,180,100,1,0),(240252,195063,0,1,1,-9331.52,182.493,61.6,0,0,0,0,1,180,100,1,0),(240251,195063,0,1,1,-9330.93,172.332,61.6442,0,0,0,0,1,180,100,1,0),(240250,195063,0,1,1,-9323.89,179.863,64.6421,0,0,0,0,1,180,100,1,0),(240249,195063,0,1,1,-5149.59,-854.429,509.499,0,0,0,0,1,180,100,1,0),(240248,195063,0,1,1,-5162.1,-870.601,507.185,0,0,0,0,1,180,100,1,0),(240247,195063,0,1,1,-5149.86,-882.234,508.225,0,0,0,0,1,180,100,1,0),(240246,195063,0,1,1,-5161.04,-868.969,507.233,0,0,0,0,1,180,100,1,0),(240245,195063,0,1,1,-5160.05,-871.753,507.315,0,0,0,0,1,180,100,1,0),(240244,195063,0,1,1,-5158.94,-869.955,507.357,0,0,0,0,1,180,100,1,0),(240243,195063,1,1,1,10055,2111.28,1329.65,0,0,0,0,1,180,100,1,0),(240242,195063,1,1,1,10063.6,2112.16,1329.66,0,0,0,0,1,180,100,1,0),(240241,195063,1,1,1,10050.3,2118.57,1331.05,0,0,0,0,1,180,100,1,0),(240240,195063,1,1,1,10046.7,2110.08,1329.65,0,0,0,0,1,180,100,1,0),(240239,195063,1,1,1,10066.4,2120.48,1329.66,0,0,0,0,1,180,100,1,0),(240238,195063,0,1,1,1779.51,268.924,59.893,0,0,0,0,1,180,100,1,0),(240237,195063,0,1,1,1781.6,252.318,59.5262,0,0,0,0,1,180,100,1,0),(240236,195063,0,1,1,1776.35,223.174,59.5078,0,0,0,0,1,180,100,1,0),(240235,195063,0,1,1,1782.6,260.549,59.42,0,0,0,0,1,180,100,1,0),(240234,195063,0,1,1,1776.75,250.743,59.8824,0,0,0,0,1,180,100,1,0),(240233,195063,1,1,1,1185.15,-4469.57,21.3318,0,0,0,0,1,180,100,1,0),(240232,195063,1,1,1,1176.06,-4456.3,21.5271,0,0,0,0,1,180,100,1,0),(240231,195063,1,1,1,1191.1,-4465.38,21.489,0,0,0,0,1,180,100,1,0),(240230,195067,1,1,1,-980.892,-79.2656,20.1022,0,0,0,0,1,180,100,1,0),(240229,195067,1,1,1,-983.566,-73.3247,20.6424,0,0,0,0,1,180,100,1,0),(240228,195067,1,1,1,1179.27,-4468.45,21.2471,0,0,0,0,1,180,100,1,0),(240227,195067,1,1,1,1185.36,-4460.86,21.102,0,0,0,0,1,180,100,1,0),(240226,195067,1,1,1,1175.47,-4455.32,21.5219,0,0,0,0,1,180,100,1,0),(240225,195067,0,1,1,-9352.43,172.927,61.5748,0,0,0,0,1,180,100,1,0),(240224,195067,0,1,1,-5161.69,-869.67,507.202,0,0,0,0,1,180,100,1,0),(240223,195067,1,1,1,10059.8,2122.52,1329.67,0,0,0,0,1,180,100,1,0),(240222,195067,1,1,1,10047.4,2110.17,1329.65,0,0,0,0,1,180,100,1,0),(240221,195067,1,1,1,10054.1,2124.82,1329.7,0,0,0,0,1,180,100,1,0),(240220,195067,0,1,1,1778.85,260.073,59.498,0,0,0,0,1,180,100,1,0),(240219,195068,1,1,1,-984.92,-75.1719,20.9388,0,0,0,0,1,180,100,1,0),(240218,195068,1,1,1,-984.639,-76.1319,20.8549,0,0,0,0,1,180,100,1,0),(240217,195068,1,1,1,-983.009,-70.0955,20.7835,0,0,0,0,1,180,100,1,0),(240216,195068,1,1,1,1172.28,-4463.25,21.2866,0,0,0,0,1,180,100,1,0),(240215,195068,1,1,1,1186.07,-4471.15,21.3707,0,0,0,0,1,180,100,1,0),(240214,195068,1,1,1,1180.13,-4457.48,21.4889,0,0,0,0,1,180,100,1,0),(240213,195068,0,1,1,-9327.13,181.863,61.6551,0,0,0,0,1,180,100,1,0),(240212,195068,0,1,1,-9328.37,170.188,61.6268,0,0,0,0,1,180,100,1,0),(240211,195068,0,1,1,-5159.92,-870.566,507.307,0,0,0,0,1,180,100,1,0),(240210,195068,0,1,1,-5160.02,-869.03,507.29,0,0,0,0,1,180,100,1,0),(240209,195068,1,1,1,10053.4,2128.55,1329.66,0,0,0,0,1,180,100,1,0),(240208,195068,1,1,1,10065,2118.72,1329.66,0,0,0,0,1,180,100,1,0),(240207,195068,1,1,1,10053.6,2109.59,1329.65,0,0,0,0,1,180,100,1,0),(240206,195068,0,1,1,1777.31,220.538,59.5768,0,0,0,0,1,180,100,1,0),(240205,195068,0,1,1,1780.14,269.759,59.8725,0,0,0,0,1,180,100,1,0),(240204,195307,1,1,1,-979.977,-71.342,20.7172,-2.30383,0,0,-0.913544,0.406739,180,100,1,0),(240203,195307,1,1,1,-984.535,-75.8281,20.8642,3.00195,0,0,0.997563,0.0697646,180,100,1,0),(240202,195307,1,1,1,1177.22,-4464.5,22.4542,-2.30383,0,0,-0.913544,0.406739,180,100,1,0),(240201,195307,1,1,1,1171.94,-4462.66,21.3171,3.00195,0,0,0.997563,0.0697646,180,100,1,0),(240200,195307,0,1,1,-9351.13,177.262,62.7149,-2.30383,0,0,-0.913544,0.406739,180,100,1,0),(240199,195307,0,1,1,-9328.34,171.941,62.8343,3.00195,0,0,0.997563,0.0697646,180,100,1,0),(240198,195307,0,1,1,-5160.8,-869.684,507.251,-2.30383,0,0,-0.913544,0.406739,180,100,1,0),(240197,195307,0,1,1,-5159.66,-869.708,507.315,3.00195,0,0,0.997563,0.0697646,180,100,1,0),(240196,195307,1,1,1,10062.8,2129.42,1329.66,-2.30383,0,0,-0.913544,0.406739,180,100,1,0),(240195,195307,1,1,1,10054.6,2131.96,1329.66,-2.75761,0,0,-0.981626,0.190814,180,100,1,0),(240194,195090,0,1,1,-5157.78,-856.092,507.248,0.475003,0,0,0.235275,0.971929,300,0,1,0),(240193,195090,0,1,1,-5160.59,-857.539,506.642,0.475003,0,0,0.235275,0.971929,300,0,1,0),(240192,195090,0,1,1,-5163.08,-858.823,506.659,0.475003,0,0,0.235275,0.971929,300,0,1,0),(240191,195090,0,1,1,-5165.58,-860.107,506.446,0.475003,0,0,0.235275,0.971929,300,0,1,0),(240190,195090,0,1,1,-5167.77,-861.231,506.701,0.420025,0,0,0.208472,0.978028,300,0,1,0),(240189,195090,0,1,1,-5164.94,-867.229,506.913,1.14652,0,0,0.542374,0.840137,300,0,1,0),(240188,195090,0,1,1,-5166.83,-871.411,506.884,1.14652,0,0,0.542374,0.840137,300,0,1,0),(240187,195090,0,1,1,-5166.94,-874.019,507.083,2.13612,0,0,0.876267,0.481825,300,0,1,0),(240186,195090,0,1,1,-5163.62,-875.984,507.254,4.18994,0,0,0.865738,-0.500498,300,0,1,0),(240185,195090,0,1,1,-5158.06,-875.801,507.508,4.08391,0,0,0.891043,-0.453919,300,0,1,0),(240184,195090,0,1,1,-5162.21,-871.414,507.192,3.93861,0,0,0.921641,-0.388044,300,0,1,0),(240183,195090,0,1,1,-5157.25,-865.505,507.488,4.03286,0,0,0.902338,-0.43103,300,0,1,0),(240182,195090,0,1,1,-5151.12,-850.78,510.203,2.82334,0,0,0.987366,0.158456,300,0,1,0),(240181,195090,0,1,1,-5154.23,-851.792,509.604,3.80116,0,0,0.946112,-0.323838,300,0,1,0),(240180,195090,0,1,1,-5148.88,-848.813,510.175,3.96217,0,0,0.917006,-0.398874,300,0,1,0),(240179,195090,0,1,1,-5146.92,-846.795,509.814,4.73578,0,0,0.698789,-0.715328,300,0,1,0),(240178,195090,530,1,1,-1792.22,4911.42,-21.4162,5.16829,0,0,0.529022,-0.848608,300,0,1,0),(240177,195090,530,1,1,-1798.26,4902.69,-21.4127,5.45889,0,0,0.400578,-0.916263,300,0,1,0),(240176,195090,530,1,1,-1835.24,4924,-21.3785,4.00983,0,0,0.907241,-0.420611,300,0,1,0),(240175,195090,530,1,1,-1829.25,4920.79,-21.671,4.42216,0,0,0.801926,-0.597423,300,0,1,0),(240174,195090,530,1,1,-1783.82,4935.44,-22.5892,5.4471,0,0,0.405972,-0.913885,300,0,1,0),(240173,195090,530,1,1,-1799.12,4928.21,-22.2813,0.707226,0,0,0.34629,0.938128,300,0,1,0),(240172,195090,530,1,1,-1796.32,4931.29,-22.3174,0.129173,0,0,0.0645416,0.997915,300,0,1,0),(240171,195090,530,1,1,-1795.43,4927.2,-22.1493,0.270544,0,0,0.13486,0.990865,300,0,1,0),(240170,195090,530,1,1,-1812.06,4920.92,-21.9526,0.945987,0,0,0.455553,0.890209,300,0,1,0),(240169,195090,530,1,1,-1810.52,4926.39,-21.734,1.05202,0,0,0.502087,0.864817,300,0,1,0),(240168,195090,530,1,1,-1808.63,4922.35,-21.8564,1.05594,0,0,0.503781,0.863832,300,0,1,0),(240167,195090,530,1,1,-1814.82,4912.82,-21.4843,3.71452,0,0,0.959249,-0.282562,300,0,1,0),(240166,195090,530,1,1,-1806.29,4914.21,-22.0573,3.90301,0,0,0.928402,-0.371578,300,0,1,0),(240165,195090,530,1,1,-1786.08,4925.63,-21.1386,0.243056,0,0,0.121229,0.992625,300,0,1,0),(240164,195090,530,1,1,-1788.82,4923.25,-21.0863,1.01275,0,0,0.48501,0.874508,300,0,1,0),(240163,195090,530,1,1,-1792.12,4916.53,-21.0244,1.24837,0,0,0.584436,0.81144,300,0,1,0),(240162,195090,530,1,1,-1796.61,4911.2,-21.382,0.113465,0,0,0.0567021,0.998391,300,0,1,0),(240161,195090,530,1,1,-1801.49,4910.65,-21.3903,5.6034,0,0,0.333386,-0.942791,300,0,1,0),(240160,195090,530,1,1,-4310.89,-12440.6,17.2147,1.05941,0,0,0.505279,0.862956,300,0,1,0),(240159,195090,530,1,1,-4316.32,-12444.3,17.1922,0.88662,0,0,0.428932,0.903337,300,0,1,0),(240158,195090,530,1,1,-4311.21,-12446.3,17.4275,1.0869,0,0,0.517092,0.85593,300,0,1,0),(240157,195090,530,1,1,-4314.66,-12447.8,17.3873,1.00836,0,0,0.48309,0.875571,300,0,1,0),(240156,195090,530,1,1,-4320.01,-12449.5,17.0817,0.800226,0,0,0.389522,0.921017,300,0,1,0),(240155,195090,530,1,1,-4321.35,-12454.2,17.2013,0.914109,0,0,0.441307,0.897356,300,0,1,0),(240154,195090,530,1,1,-4320.52,-12456.9,17.3025,0.721686,0,0,0.353063,0.9356,300,0,1,0),(240153,195090,530,1,1,-4326.17,-12455.4,16.9729,0.509629,0,0,0.252066,0.96771,300,0,1,0),(240152,195090,530,1,1,-4325.9,-12451.6,16.6623,0.839496,0,0,0.40753,0.913192,300,0,1,0),(240151,195090,530,1,1,-4331.11,-12443.6,18.6114,2.34746,0,0,0.922199,0.386715,300,0,1,0),(240150,195090,530,1,1,-4320.99,-12432.3,18.6806,3.9536,0,0,0.918706,-0.394941,300,0,1,0),(240149,195090,530,1,1,-4319.45,-12430.9,18.6806,2.09613,0,0,0.866459,0.499249,300,0,1,0),(240148,195090,1,1,1,-981.153,-66.7737,20.9042,2.28788,0,0,0.910272,0.414011,300,0,1,0),(240147,195090,1,1,1,-985.178,-75.001,21.0173,3.12433,0,0,0.999963,0.0086312,300,0,1,0),(240146,195090,1,1,1,-981.652,-79.1964,20.249,3.91758,0,0,0.92567,-0.378332,300,0,1,0),(240145,195090,1,1,1,-976.6,-74.4185,18.8465,3.47776,0,0,0.985907,-0.167293,300,0,1,0),(240144,195090,1,1,1,-979.359,-76.7106,19.6107,3.13611,0,0,0.999996,0.00274129,300,0,1,0),(240143,195090,1,1,1,-979.763,-72.5159,19.6852,3.24999,0,0,0.998532,-0.0541721,300,0,1,0),(240142,195090,1,1,1,-977.555,-56.5706,26.7082,5.00143,0,0,0.597899,-0.801571,300,0,1,0),(240141,195090,1,1,1,-988.152,-59.1082,27.5232,5.15851,0,0,0.533165,-0.846011,300,0,1,0),(240140,195090,1,1,1,10052.2,2104.91,1330.92,3.28727,0,0,0.997348,-0.0727743,300,0,1,0),(240139,195090,1,1,1,10066.4,2132.16,1332.09,2.49402,0,0,0.948038,0.318158,300,0,1,0),(240138,195090,1,1,1,10059.9,2135.05,1330.75,1.53583,0,0,0.694637,0.719361,300,0,1,0),(240137,195090,1,1,1,10060.3,2124.09,1330.01,4.74418,0,0,0.695778,-0.718257,300,0,1,0),(240136,195090,1,1,1,10054,2130.84,1330.02,1.00961,0,0,0.483637,0.875269,300,0,1,0),(344,331,0,1,1,-3563.83,-1767.35,79.1001,4.26498,0,0,0.846355,-0.53262,300,0,1,0),(5286,203624,724,15,32,3157.37,533.995,72.8887,1.03489,0,0,0.494662,0.869085,120,0,0,0),(74741,192359,571,1,64,5364.35,2899.4,435.839,-1.5708,0,0,0,0,0,0,0,0),(77214,188359,571,1,1,2563.08,823.255,-61.7121,3.12412,0,0,0,1,120,255,1,0),(74743,192338,571,1,64,5397.76,2873.08,455.461,3.10665,0,0,0,0,0,0,0,0),(77213,188359,571,1,1,2509.64,873.288,-75.6281,1.65806,0,0,0,1,120,255,1,0),(74745,192339,571,1,64,5397.39,2809.33,455.344,3.10665,0,0,0,0,0,0,0,0),(77212,188359,571,1,1,2534.08,989.476,-71.604,1.46608,0,0,0,1,120,255,1,0),(74747,192284,571,1,64,5372.48,2862.5,409.049,3.14159,0,0,0,0,0,0,0,0),(77211,188359,571,1,1,2575.66,1030.06,-53.2269,2.26892,0,0,0,1,120,255,1,0),(74749,192285,571,1,64,5371.49,2820.8,409.177,3.14159,0,0,0,0,0,0,0,0),(77210,188359,571,1,1,2529.14,934.554,-72.8147,0.785397,0,0,0,1,120,255,1,0),(74751,192371,571,1,64,5364.29,2916.94,445.331,1.57952,0,0,0,0,0,0,0,0),(5479,186177,530,1,1,-1537.95,9728.84,202.396,3.14159,0,0,0,1,120,255,1,0),(74753,192372,571,1,64,5322.86,2916.95,445.154,1.56207,0,0,0,0,0,0,0,0),(5417,178404,1,1,1,-1382.07,2918.79,73.2073,2.80997,0,0,0,1,120,255,1,0),(74755,192373,571,1,64,5290.35,2976.56,435.221,0.017452,0,0,0,0,0,0,0,0),(100506,195610,0,1,1,-9003.5,860.55,105.877,-1.213,0,0,0.944089,-0.329691,120,255,1,0),(74757,192360,571,1,64,5352.37,3037.09,435.252,-1.5708,0,0,0,0,0,0,0,0),(100505,195618,0,1,1,-8572.36,552.684,102.004,-2.61799,0,0,0.944089,-0.329691,120,255,1,0),(74759,192361,571,1,64,5392.65,3037.11,433.713,-1.52716,0,0,0,0,0,0,0,0),(100504,195629,0,1,1,1554.97,235.108,-43.201,0.252436,0,0,-0.0043634,0.999991,120,255,1,0),(74761,192356,571,1,64,5237.07,2757.03,435.796,1.51844,0,0,0,0,0,0,0,0),(100503,195625,0,1,1,1547.06,204.549,-62.2808,0.776035,0,0,-0.0043634,0.999991,120,255,1,0),(74763,192352,571,1,64,5173.02,2820.93,435.72,0.017452,0,0,0,0,0,0,0,0),(100502,195627,0,1,1,1644.84,276.18,-62.2799,0.828395,0,0,-0.0043634,0.999991,120,255,1,0),(74765,192353,571,1,64,5172.11,2862.57,435.721,0.017452,0,0,0,0,0,0,0,0),(100501,195628,0,1,1,1644.32,204.033,-62.28,-0.147865,0,0,-0.0043634,0.999991,120,255,1,0),(74767,192357,571,1,64,5235.34,2924.34,435.04,-1.5708,0,0,0,0,0,0,0,0),(100500,195626,0,1,1,1547.33,276.828,-62.2803,-1.62654,0,0,-0.0043634,0.999991,120,255,1,0),(74769,192350,571,1,64,5270.69,2861.78,445.058,-3.11539,0,0,0,0,0,0,0,0),(100499,195624,0,1,1,1483.64,187.967,-62.2915,-1.17873,0,0,-0.0043634,0.999991,120,255,1,0),(74771,192351,571,1,64,5271.28,2820.16,445.201,-3.13286,0,0,0,0,0,0,0,0),(5414,179345,369,1,1,57.4358,1206.98,-121.589,-2.65289,0,0,0,1,7200,255,1,0),(268962,192772,571,1,64,6162.77,60.7431,397.814,-0.026177,0,0,-0.0130881,0.999914,300,100,1,0),(268961,192771,571,1,64,6162.77,60.7344,392.436,-0.017452,0,0,-0.00872589,0.999962,300,100,1,0),(268960,192770,571,1,64,6219.2,59.875,397.924,-0.008724,0,0,-0.00436199,0.99999,300,100,1,0),(268959,192769,571,1,64,6219.21,59.8681,392.513,-0.000002,0,0,-0.000001,1,300,100,1,0),(268958,192768,571,1,64,6297.23,53.4045,408.413,-0.759217,0,0,-0.370557,0.92881,300,100,1,0),(268957,192767,571,1,64,6297.22,53.3958,402.997,-0.750493,0,0,-0.366502,0.930417,300,100,1,0),(268956,192658,571,1,64,6255.96,93.0642,408.47,-0.837755,0,0,-0.406735,0.913546,300,100,1,0),(268955,192657,571,1,64,6255.96,93.0556,403.037,-0.829032,0,0,-0.402747,0.915311,300,100,1,0),(347,1684,1,1,1,1524.93,-4371.18,17.9437,1.62046,0,0,0,1,300,100,1,0),(356,187879,571,1,1,4207.37,4056.89,91.6208,2.79252,0,0,0.984807,0.173652,300,100,1,0),(5681,188600,571,1,1,3980.72,-1956.35,210.662,1.16937,0,0,0,1,120,255,1,0),(5682,188600,571,1,1,3957.19,-1908.3,209.97,0.890117,0,0,0,1,120,255,1,0),(5683,188600,571,1,1,3964.76,-1884.52,208.274,1.69297,0,0,0,1,120,255,1,0),(268037,193070,616,3,1,754.346,1300.87,256.249,3.14159,0,0,0,1,180,0,1,0),(261804,192181,571,1,1,7308.94,-727.916,791.608,1.53589,0,0,0.694658,0.71934,30,100,1,0),(380,188358,600,3,1,-236.766,-614.774,116.487,1.5708,0,0,0,1,180,0,1,0),(365,195329,571,1,1,10184.8,1184.6,75.892,2.7989,0,0,0.985356,0.170509,300,0,1,0),(240135,195090,1,1,1,10053.1,2126.22,1330.07,1.08422,0,0,0.515945,0.856622,300,0,1,0),(240134,195090,1,1,1,10046.4,2109.25,1329.96,4.10408,0,0,0.88642,-0.462882,300,0,1,0),(240133,195090,1,1,1,10049.1,2112.98,1330.03,2.00314,0,0,0.842318,0.538981,300,0,1,0),(240132,195090,1,1,1,10054.1,2110.63,1329.93,3.8449,0,0,0.938804,-0.344451,300,0,1,0),(240131,195090,1,1,1,10063.4,2113.77,1330.06,4.01769,0,0,0.905581,-0.424173,300,0,1,0),(240130,195090,1,1,1,10064.8,2117.6,1330.03,4.56746,0,0,0.756446,-0.654056,300,0,1,0),(240129,195090,1,1,1,10065.9,2121.66,1330.2,4.78738,0,0,0.680103,-0.733117,300,0,1,0),(240128,195090,1,1,1,10066.2,2127.23,1329.66,4.62637,0,0,0.736856,-0.67605,300,0,1,0),(240127,195090,1,1,1,10062.7,2128.29,1329.77,1.94816,0,0,0.827185,0.561929,300,0,1,0),(240126,195090,530,1,1,9418.64,-6852.18,14.9737,5.72205,0,0,0.276901,-0.960898,300,0,1,0),(240125,195090,530,1,1,9416.75,-6856.38,14.8519,5.80845,0,0,0.235145,-0.97196,300,0,1,0),(240124,195090,530,1,1,9412.52,-6861.73,14.6487,5.88699,0,0,0.196805,-0.980443,300,0,1,0),(240123,195090,530,1,1,9405.72,-6861.46,14.9588,4.79136,0,0,0.678642,-0.734469,300,0,1,0),(240122,195090,530,1,1,9410.57,-6853.66,14.9713,3.57007,0,0,0.977139,-0.212604,300,0,1,0),(240121,195090,530,1,1,9414.82,-6851.42,15.0296,5.58069,0,0,0.34407,-0.938944,300,0,1,0),(240120,195090,530,1,1,9412.52,-6848.4,15.3197,0.703365,0,0,0.344478,0.938794,300,0,1,0),(240119,195090,530,1,1,9407.83,-6850.31,15.4148,6.05585,0,0,0.113423,-0.993547,300,0,1,0),(240118,195090,0,1,1,1814.67,217.597,60.2211,3.50306,0,0,0.983712,-0.179751,300,0,1,0),(240117,195090,0,1,1,1834.79,220.5,60.2436,1.11937,0,0,0.530919,0.847422,300,0,1,0),(240116,195090,0,1,1,1832.1,217.303,60.342,6.21268,0,0,0.0352454,-0.999379,300,0,1,0),(240115,195090,0,1,1,1827.52,217.594,60.5054,4.65367,0,0,0.727559,-0.686045,300,0,1,0),(240114,195090,0,1,1,1827.77,222.032,60.6016,4.97961,0,0,0.606609,-0.795001,300,0,1,0),(240113,195090,0,1,1,1823.03,229.093,60.4377,2.72944,0,0,0.978841,0.204621,300,0,1,0),(240112,195090,0,1,1,1841.8,219.772,60.7409,1.28038,0,0,0.597348,0.801982,300,0,1,0),(240111,195090,0,1,1,1840.85,213.082,61.3837,5.26628,0,0,0.486826,-0.873499,300,0,1,0),(240110,195090,0,1,1,1830.63,211.165,60.3098,4.80682,0,0,0.672945,-0.739693,300,0,1,0),(240109,195090,571,1,65535,5846.75,758.117,640.939,6.14616,0,0,0.068459,-0.997654,300,0,1,0),(240108,195090,571,1,65535,5811.39,757.19,640.324,2.50977,0,0,0.950514,0.310683,300,0,1,0),(240107,195090,571,1,65535,5822.29,758.23,640.365,1.61049,0,0,0.721,0.692935,300,0,1,0),(240106,195090,571,1,65535,5809.37,743.705,640.998,3.12238,0,0,0.999954,0.00960617,300,0,1,0),(240105,195090,571,1,65535,5827.74,742.946,642.332,0.687646,0,0,0.337089,0.941473,300,0,1,0),(240104,195090,571,1,65535,5835.35,751.259,641.084,0.400976,0,0,0.199148,0.97997,300,0,1,0),(240103,195090,571,1,65535,5828.7,749.25,641.164,4.17874,0,0,0.868527,-0.495642,300,0,1,0),(240102,195090,571,1,65535,5832.79,754.608,640.935,4.05308,0,0,0.897934,-0.44013,300,0,1,0),(240101,195090,571,1,65535,5843.35,763.212,640.647,3.49938,0,0,0.984041,-0.177941,300,0,1,0),(240100,195090,571,1,65535,5849.36,771.084,640.573,1.31204,0,0,0.609968,0.792426,300,0,1,0),(240099,195090,571,1,65535,5851.3,769.624,640.886,1.09213,0,0,0.519328,0.854575,300,0,1,0),(240098,195090,571,1,65535,5851.19,767.209,640.997,0.597328,0,0,0.294244,0.95573,300,0,1,0),(240097,195090,571,1,65535,5853.92,767.065,641.349,0.656233,0,0,0.322261,0.946651,300,0,1,0),(240096,195090,571,1,65535,5855.51,765.516,641.483,0.212483,0,0,0.106042,0.994362,300,0,1,0),(240095,195090,571,1,65535,5853.87,762.992,641.211,6.18229,0,0,0.0504262,-0.998728,300,0,1,0),(240094,195090,0,1,1,-9329.47,179.114,61.7075,1.27741,0,0,0.596156,0.802868,300,0,1,0),(240093,195090,0,1,1,-9335.44,175.283,61.6076,2.62044,0,0,0.966242,0.257637,300,0,1,0),(240092,195090,0,1,1,-9333.31,174.06,61.6475,2.60866,0,0,0.964707,0.263324,300,0,1,0),(240091,195090,0,1,1,-9330.76,172.21,61.6444,2.42016,0,0,0.935644,0.352945,300,0,1,0),(240090,195090,0,1,1,-9327.99,170.234,61.6257,2.49478,0,0,0.948158,0.317798,300,0,1,0),(240089,195090,0,1,1,-9324.64,167.678,61.5815,2.66756,0,0,0.972043,0.234803,300,0,1,0),(240088,195090,0,1,1,-9328.38,163.069,62.1162,5.656,0,0,0.308478,-0.951231,300,0,1,0),(240087,195090,0,1,1,-9352.79,169.484,61.5833,4.19909,0,0,0.863439,-0.504453,300,0,1,0),(240086,195090,0,1,1,-9351.22,172.514,61.5657,4.2737,0,0,0.844024,-0.536306,300,0,1,0),(240085,195090,0,1,1,-9349.37,175.371,61.7816,4.06557,0,0,0.895168,-0.445729,300,0,1,0),(240084,195090,0,1,1,-9347.4,178.086,61.558,4.29726,0,0,0.837648,-0.546211,300,0,1,0),(240083,195090,0,1,1,-9340.96,187.22,61.5554,0.865071,0,0,0.419174,0.907906,300,0,1,0),(240082,195090,0,1,1,-9336.77,184.723,61.5328,1.08891,0,0,0.517952,0.85541,300,0,1,0),(240081,195090,0,1,1,-9332.5,185.014,61.5442,5.69527,0,0,0.289742,-0.957105,300,0,1,0),(240080,195090,0,1,1,-9329.68,183.137,61.6151,5.69527,0,0,0.289742,-0.957105,300,0,1,0),(240079,195090,0,1,1,-9327.35,181.579,61.6579,5.76203,0,0,0.257639,-0.966241,300,0,1,0),(240078,195090,0,1,1,-9324.42,178.952,61.9249,5.64422,0,0,0.314075,-0.949398,300,0,1,0),(240077,195090,0,1,1,-9321.89,177.068,61.6465,5.64422,0,0,0.314075,-0.949398,300,0,1,0),(240076,195090,0,1,1,-9319.35,175.184,61.6322,5.94267,0,0,0.169436,-0.985541,300,0,1,0),(240075,195090,1,1,1,1183.11,-4462.38,21.173,0.457849,0,0,0.22693,0.973911,300,0,1,0),(240074,195090,1,1,1,1178.38,-4459.37,21.4634,6.03418,0,0,0.124181,-0.99226,300,0,1,0),(240073,195090,1,1,1,1174.56,-4459.12,21.5159,1.31393,0,0,0.610716,0.791849,300,0,1,0),(240072,195090,1,1,1,1173.45,-4463.9,21.2566,2.95934,0,0,0.995851,0.0910002,300,0,1,0),(240071,195090,1,1,1,1178.71,-4465.61,21.3464,2.50381,0,0,0.949584,0.313514,300,0,1,0),(240070,195090,1,1,1,1184.69,-4469.05,21.3202,3.92145,0,0,0.924936,-0.380122,300,0,1,0),(240069,195090,1,1,1,1187.46,-4465.48,21.3276,5.08777,0,0,0.562749,-0.826628,300,0,1,0),(240068,195090,0,1,1,-5153.07,-855.424,508.469,2.04894,0,0,0.854439,0.519552,300,0,1,0),(240067,195067,0,1,1,-5153.67,-856.503,508.317,1.38528,0,0,0.638571,0.769563,300,0,1,0),(240066,195067,0,1,1,-5159.9,-868.605,507.293,4.7782,0,0,0.68346,-0.729988,300,0,1,0),(240065,195067,0,1,1,-5168.31,-872.67,506.918,4.71929,0,0,0.704663,-0.709542,300,0,1,0),(240064,195067,0,1,1,-5162.53,-877.151,507.269,3.8475,0,0,0.938356,-0.345671,300,0,1,0),(240063,195067,0,1,1,-5157.02,-875.2,507.717,5.59108,0,0,0.339187,-0.940719,300,0,1,0),(240062,195067,530,1,1,-1804.87,4922.87,-21.9285,0.341232,0,0,0.169789,0.98548,300,0,1,0),(240061,195067,530,1,1,-1811.06,4914.83,-21.8399,3.80091,0,0,0.946153,-0.32372,300,0,1,0),(240060,195067,530,1,1,-1799.03,4911.63,-21.3716,4.9201,0,0,0.629992,-0.776602,300,0,1,0),(240059,195067,530,1,1,-1784.66,4926.07,-21.1388,0.521876,0,0,0.257987,0.966148,300,0,1,0),(240058,195067,530,1,1,-1789.47,4922.28,-21.0992,1.01275,0,0,0.48501,0.874508,300,0,1,0),(240057,195067,530,1,1,-1791.77,4917.77,-21.025,1.42901,0,0,0.655244,0.755418,300,0,1,0),(240056,195067,530,1,1,-4311.45,-12442.3,17.3037,0.772738,0,0,0.376828,0.926283,300,0,1,0),(240055,195067,530,1,1,-4323.07,-12450.7,16.8485,5.33983,0,0,0.454381,-0.890807,300,0,1,0),(240054,195067,530,1,1,-4322.19,-12440.2,17.4944,3.02291,0,0,0.99824,0.0593064,300,0,1,0),(240053,195067,530,1,1,-4318.44,-12430.1,18.6801,3.84757,0,0,0.938344,-0.345704,300,0,1,0),(240052,195067,530,1,1,-4320.15,-12431.6,18.6801,3.86328,0,0,0.935599,-0.353064,300,0,1,0),(240051,195067,530,1,1,-4331.79,-12444.3,18.6116,1.10261,0,0,0.523799,0.851842,300,0,1,0),(240050,195067,530,1,1,-4330.57,-12441.9,18.6116,1.10261,0,0,0.523799,0.851842,300,0,1,0),(240049,195067,1,1,1,-985.891,-59.0171,27.1512,2.98923,0,0,0.9971,0.0761077,300,0,1,0),(240048,195067,1,1,1,-979.741,-82.5911,20.4482,2.84001,0,0,0.988653,0.150221,300,0,1,0),(240047,195067,1,1,1,-982.861,-78.1374,20.4409,2.76147,0,0,0.981993,0.188919,300,0,1,0),(240046,195067,1,1,1,-981.572,-70.544,20.3174,2.24703,0,0,0.901626,0.432516,300,0,1,0),(240045,195067,1,1,1,10048.2,2118.42,1329.87,6.00475,0,0,0.138768,-0.990325,300,0,1,0),(240044,195067,1,1,1,10064.3,2124.92,1329.66,5.938,0,0,0.171737,-0.985143,300,0,1,0),(240043,195067,1,1,1,10054.5,2128.79,1329.66,0.15354,0,0,0.0766946,0.997055,300,0,1,0),(240042,195067,1,1,1,10040.1,2118.35,1329.71,6.16969,0,0,0.0567171,-0.99839,300,0,1,0),(240041,195067,530,1,1,9406.18,-6848.78,15.7346,4.10414,0,0,0.886406,-0.462908,300,0,1,0),(240040,195067,530,1,1,9414.83,-6847.96,15.2124,0.302815,0,0,0.15083,0.98856,300,0,1,0),(240039,195067,530,1,1,9408.5,-6861.43,14.8097,5.18014,0,0,0.523985,-0.851728,300,0,1,0),(240038,195067,0,1,1,1834.25,227.476,60.3832,0.0394494,0,0,0.0197234,0.999805,300,0,1,0),(240037,195067,0,1,1,1826.85,224.597,60.3819,1.15864,0,0,0.547455,0.836835,300,0,1,0),(240036,195067,0,1,1,1824.56,214.048,60.2184,2.55272,0,0,0.956966,0.2902,300,0,1,0),(240035,195067,0,1,1,1838.15,218.056,60.1301,6.04382,0,0,0.119397,-0.992847,300,0,1,0),(240034,195067,0,1,1,-9333.49,166.771,61.5731,4.50147,0,0,0.777611,-0.628745,300,0,1,0),(240033,195067,0,1,1,-9349.4,172.027,61.5583,3.72,0,0,0.958471,-0.285189,300,0,1,0),(240032,195067,0,1,1,-9341.6,186.007,61.5588,0.590182,0,0,0.290827,0.956776,300,0,1,0),(240031,195067,0,1,1,-9339.4,177.75,61.5578,2.84035,0,0,0.988678,0.150053,300,0,1,0),(240030,195067,0,1,1,-9325.85,176.738,61.6842,4.03415,0,0,0.902059,-0.431612,300,0,1,0),(240029,195067,571,1,65535,5838.49,754.714,640.99,5.00419,0,0,0.596792,-0.802396,300,0,1,0),(240028,195067,571,1,65535,5833.05,758.772,640.632,6.22548,0,0,0.0288486,-0.999584,300,0,1,0),(240027,195067,571,1,65535,5826.98,742.899,642.182,0.40961,0,0,0.203376,0.979101,300,0,1,0),(240026,195067,571,1,65535,5848.67,757.932,640.765,0.331072,0,0,0.164781,0.98633,300,0,1,0),(240025,195067,571,1,65535,5842.99,757.208,641.032,3.23312,0,0,0.998953,-0.0457477,300,0,1,0),(240024,195087,0,1,1,-5167.15,-868.97,506.692,3.55298,0,0,0.97892,-0.204246,300,0,1,0),(240023,195087,530,1,1,-1795.3,4913.74,-21.6189,5.79582,0,0,0.241278,-0.970456,300,0,1,0),(240022,195087,530,1,1,-4320.88,-12435.8,17.794,2.95615,0,0,0.995704,0.0925885,300,0,1,0),(240021,195087,1,1,1,-978.502,-68.0701,19.8816,2.48265,0,0,0.946214,0.323543,300,0,1,0),(240020,195087,1,1,1,10051.5,2108.48,1329.65,5.63954,0,0,0.316296,-0.948661,300,0,1,0),(240019,195087,530,1,1,9410.84,-6856.04,14.8094,5.30187,0,0,0.471206,-0.882023,300,0,1,0),(240018,195087,0,1,1,1831.24,213.873,60.339,4.59476,0,0,0.747448,-0.66432,300,0,1,0),(240017,195087,571,1,65535,5851.71,759.739,640.824,0.177921,0,0,0.0888432,0.996046,300,0,1,0),(240016,195067,1,1,1,1186.5,-4461.7,21.136,1.23932,0,0,0.580758,0.814076,300,0,1,0),(240015,195067,1,1,1,1174.65,-4455.39,21.539,1.12543,0,0,0.533485,0.84581,300,0,1,0),(240014,195067,1,1,1,1179.08,-4469.52,21.5266,1.0194,0,0,0.487915,0.872891,300,0,1,0),(240013,195087,1,1,1,1177.92,-4467.1,21.3191,1.02726,0,0,0.491342,0.870967,300,0,1,0),(240012,195087,0,1,1,-9333.99,181.712,61.5651,4.14018,0,0,0.877921,-0.478806,300,0,1,0),(240011,195307,1,1,1,10049.7,2113.11,1329.68,-2.79252,0,0,-0.984807,0.173652,180,100,1,0),(240010,195307,1,1,1,10053.8,2127.78,1329.67,-2.30383,0,0,-0.913544,0.406739,180,100,1,0),(240009,195307,0,1,1,1792.51,241.774,60.5867,-2.30383,0,0,-0.913544,0.406739,180,100,1,0),(240008,195307,1,1,1,10054.2,2129.03,1329.66,-2.30383,0,0,-0.913544,0.406739,180,100,1,0),(240007,195090,0,1,1,-5155.34,-862.141,507.655,4.22449,0,0,0.856963,-0.515378,300,0,1,0),(240006,195307,0,1,1,1780.5,269.08,59.8237,3.00195,0,0,0.997563,0.0697646,180,100,1,0),(240005,182807,530,1,1,9672.12,-7346.44,11.9311,-0.244346,0,0,-0.121869,0.992546,180,100,1,0),(240004,195069,0,1,1,-9330.98,181.918,62.7222,2.54818,0,0,0.956305,0.292372,180,100,1,0),(240991,195164,530,1,1,9285.87,-7208.02,17.2357,4.89415,0,0,0.640015,-0.768362,300,0,1,0),(240990,195164,530,1,1,9287.29,-7207.67,17.2622,4.92164,0,0,0.629394,-0.777087,300,0,1,0),(240989,195164,530,1,1,9291.36,-7207.04,17.2164,4.88237,0,0,0.644529,-0.764579,300,0,1,0),(240988,195164,530,1,1,9293.13,-7206.97,17.1583,4.741,0,0,0.696919,-0.71715,300,0,1,0),(240987,195164,530,1,1,9296.39,-7206.61,17.0586,4.77242,0,0,0.685567,-0.728009,300,0,1,0),(240986,195164,530,1,1,9298.14,-7206.38,16.9784,4.81562,0,0,0.669684,-0.742647,300,0,1,0),(240985,195164,530,1,1,9302.7,-7212.36,16.8081,3.26838,0,0,0.997991,-0.0633512,300,0,1,0),(240984,195164,530,1,1,9302.46,-7210.65,16.7734,3.27231,0,0,0.997865,-0.0653122,300,0,1,0),(240983,195164,530,1,1,9307.03,-7209.21,16.5859,2.57331,0,0,0.959903,0.280333,300,0,1,0),(240982,195164,530,1,1,9305.22,-7213.43,16.7041,2.90317,0,0,0.992903,0.118929,300,0,1,0),(240981,195164,530,1,1,9303.32,-7222.57,17.197,3.05633,0,0,0.999091,0.0426184,300,0,1,0),(240980,195164,530,1,1,9302.9,-7224.07,17.1636,3.09952,0,0,0.999779,0.0210348,300,0,1,0),(240979,195164,530,1,1,9300.33,-7229.86,17.1223,1.54051,0,0,0.696318,0.717733,300,0,1,0),(240978,195164,530,1,1,9298.31,-7229.87,17.3376,1.67402,0,0,0.742644,0.669686,300,0,1,0),(240977,195164,530,1,1,9294.49,-7230.15,17.5487,1.61119,0,0,0.721243,0.692682,300,0,1,0),(240976,195164,530,1,1,9292.8,-7230.59,17.5657,1.64653,0,0,0.733369,0.67983,300,0,1,0),(240975,195164,530,1,1,9289.82,-7230.78,17.5293,1.8154,0,0,0.78809,0.61556,300,0,1,0),(240974,195164,530,1,1,9287.91,-7231.42,17.4998,1.74471,0,0,0.765845,0.643025,300,0,1,0),(240973,195164,530,1,1,9284.4,-7226.69,17.0374,0.495927,0,0,0.24543,0.969414,300,0,1,0),(240972,195164,530,1,1,9283.49,-7225.2,16.934,0.668714,0,0,0.328162,0.944622,300,0,1,0),(240971,195164,530,1,1,9282.76,-7222.2,16.8376,0.307431,0,0,0.153111,0.988209,300,0,1,0),(240970,195164,530,1,1,9282.72,-7220.66,16.8067,0.169986,0,0,0.0848907,0.99639,300,0,1,0),(240969,195164,530,1,1,9281.47,-7216.43,16.8154,0.653006,0,0,0.320733,0.94717,300,0,1,0),(240968,195164,530,1,1,9280.83,-7214.95,16.8446,0.287796,0,0,0.143402,0.989665,300,0,1,0),(240967,195164,530,1,1,9275.34,-7208.59,16.8732,2.23558,0,0,0.899135,0.437671,300,0,1,0),(240966,179968,530,1,1,9285.93,-7208.03,16.53,4.83132,0,0,0.663833,-0.747881,300,0,1,0),(240965,179968,530,1,1,9287.17,-7207.68,16.5565,4.91379,0,0,0.632439,-0.77461,300,0,1,0),(240964,179968,530,1,1,9291.38,-7207.12,16.5108,4.84703,0,0,0.657938,-0.753072,300,0,1,0),(240963,179968,530,1,1,9293.1,-7206.86,16.4519,4.85331,0,0,0.65557,-0.755134,300,0,1,0),(240962,179968,530,1,1,9296.25,-7206.56,16.3527,4.85331,0,0,0.65557,-0.755134,300,0,1,0),(240961,179968,530,1,1,9298.13,-7206.27,16.2716,4.76692,0,0,0.687567,-0.726121,300,0,1,0),(240960,179968,530,1,1,9302.88,-7212.35,16.1022,3.40818,0,0,0.99113,-0.132899,300,0,1,0),(240959,179968,530,1,1,9302.54,-7210.81,16.0667,3.32964,0,0,0.995583,-0.0938852,300,0,1,0),(240958,179968,530,1,1,9303.3,-7222.68,16.4909,2.99977,0,0,0.997487,0.070852,300,0,1,0),(240957,179968,530,1,1,9302.88,-7224.19,16.4577,2.9173,0,0,0.993718,0.111911,300,0,1,0),(240956,179968,530,1,1,9300.41,-7229.9,16.4162,1.64103,0,0,0.731497,0.681845,300,0,1,0),(240955,179968,530,1,1,9298.32,-7229.79,16.6317,1.53108,0,0,0.692926,0.721008,300,0,1,0),(240954,179968,530,1,1,9294.52,-7230.09,16.842,1.77455,0,0,0.775354,0.631527,300,0,1,0),(240953,179968,530,1,1,9292.94,-7230.5,16.8598,1.6214,0,0,0.72477,0.688991,300,0,1,0),(240952,179968,530,1,1,9289.7,-7230.64,16.8237,1.73528,0,0,0.762805,0.646629,300,0,1,0),(240951,179968,530,1,1,9287.94,-7231.05,16.794,1.66459,0,0,0.739478,0.67318,300,0,1,0),(240950,179968,530,1,1,9284.43,-7226.71,16.3315,0.404029,0,0,0.200643,0.979664,300,0,1,0),(240949,179968,530,1,1,9283.53,-7225.25,16.2282,0.553255,0,0,0.273113,0.961982,300,0,1,0),(240948,179968,530,1,1,9282.9,-7222.09,16.1318,0.352978,0,0,0.175574,0.984466,300,0,1,0),(240947,179968,530,1,1,9282.59,-7220.71,16.0999,0.309781,0,0,0.154272,0.988028,300,0,1,0),(240946,179968,530,1,1,9281.43,-7216.52,16.1099,0.490423,0,0,0.242762,0.970086,300,0,1,0),(240945,179968,530,1,1,9280.72,-7215.14,16.1388,0.368687,0,0,0.183301,0.983057,300,0,1,0),(240944,179968,530,1,1,9274.96,-7208.85,16.233,3.30608,0,0,0.99662,-0.082151,300,0,1,0),(240943,179968,530,1,1,9274.35,-7207.81,17.0197,0.160557,0,0,0.0801923,0.996779,300,0,1,0),(240942,179968,530,1,1,9274.35,-7207.81,16.313,0.160557,0,0,0.0801923,0.996779,300,0,1,0),(240941,179968,530,1,1,9275.02,-7207.7,16.313,0.160557,0,0,0.0801923,0.996779,300,0,1,0),(240940,180353,530,1,1,9297.13,-7206.5,16.3099,0.117361,0,0,0.0586468,0.998279,300,0,1,0),(240939,180353,530,1,1,9292.12,-7207.09,16.4871,0.117361,0,0,0.0586468,0.998279,300,0,1,0),(240938,180353,530,1,1,9286.53,-7207.75,16.5461,0.117361,0,0,0.0586468,0.998279,300,0,1,0),(240937,180353,530,1,1,9281.12,-7215.74,16.1288,1.83346,0,0,0.793616,0.608419,300,0,1,0),(240936,180353,530,1,1,9282.67,-7221.53,16.1109,1.83346,0,0,0.793616,0.608419,300,0,1,0),(240935,180353,530,1,1,9283.86,-7225.95,16.2737,1.83346,0,0,0.793616,0.608419,300,0,1,0),(240934,180353,530,1,1,9288.71,-7230.16,16.7451,3.16078,0,0,0.999954,-0.0095935,300,0,1,0),(240933,180353,530,1,1,9293.58,-7230.07,16.8357,3.16078,0,0,0.999954,-0.0095935,300,0,1,0),(240932,180353,530,1,1,9299.34,-7229.96,16.5578,3.149,0,0,0.999993,-0.00370363,300,0,1,0),(240931,180353,530,1,1,9303.11,-7223.44,16.4783,4.7355,0,0,0.698889,-0.71523,300,0,1,0),(240930,180353,530,1,1,9302.77,-7211.58,16.0804,3.41211,0,0,0.990866,-0.134847,300,0,1,0),(240929,180353,530,1,1,9305.3,-7212.38,15.9549,6.14922,0,0,0.0669326,-0.997757,300,0,1,0),(240928,180353,530,1,1,9306.54,-7210.01,16.0835,5.78401,0,0,0.247004,-0.969014,300,0,1,0),(240927,180353,530,1,1,9280.55,-7202.27,16.9974,0.957736,0,0,0.460775,0.887517,300,0,1,0),(240926,180353,530,1,1,9278.21,-7205.61,16.6083,0.957736,0,0,0.460775,0.887517,300,0,1,0),(240925,195303,530,1,1,9279.83,-7207.33,16.9276,6.00392,0,0,0.139179,-0.990267,300,0,1,0),(240924,195303,530,1,1,9282.95,-7202.64,17.0309,5.42273,0,0,0.417078,-0.908871,300,0,1,0),(240923,195199,530,1,1,9280.95,-7200.67,17.17,1.21299,0,0,0.569991,0.821651,300,0,1,0),(240922,195199,530,1,1,9275.5,-7205.98,16.4592,5.67013,0,0,0.30175,-0.953387,300,0,1,0),(240921,195212,530,1,1,9277.92,-7202.53,16.8511,5.67405,0,0,0.299881,-0.953977,300,0,1,0),(240920,195212,530,1,1,9278.68,-7200.5,17.0822,5.58766,0,0,0.340795,-0.940138,300,0,1,0),(240919,195212,530,1,1,9276.6,-7204.24,16.638,5.61908,0,0,0.325984,-0.945375,300,0,1,0),(240918,195197,530,1,1,9277.64,-7209.89,16.2857,2.34789,0,0,0.922283,0.386516,300,0,1,0),(240917,195197,530,1,1,9286.75,-7200.71,17.2161,1.58213,0,0,0.711102,0.703088,300,0,1,0),(240916,195194,530,1,1,9283.41,-7205.43,16.7583,1.28368,0,0,0.59867,0.800996,300,0,1,0),(240915,195196,530,1,1,9279.56,-7209.09,16.4021,6.25525,0,0,0.0139672,-0.999902,300,0,1,0),(240914,195198,530,1,1,9277.36,-7207.52,16.424,6.09424,0,0,0.0943321,-0.995541,300,0,1,0),(240913,195200,530,1,1,9284.67,-7200.88,17.2278,5.11643,0,0,0.550846,-0.834607,300,0,1,0),(240912,195215,530,1,1,9280.06,-7205.31,17.623,4.23678,0,0,0.85378,-0.520634,300,0,1,0),(240911,195192,530,1,1,9280.84,-7205.99,17.6245,4.04436,0,0,0.899844,-0.436211,300,0,1,0),(240910,195195,530,1,1,9282.63,-7203.82,17.6235,3.74591,0,0,0.954696,-0.297582,300,0,1,0),(240909,195164,530,1,1,9281.03,-7204.93,17.6235,4.91223,0,0,0.633043,-0.774117,300,0,1,0),(240908,195191,530,1,1,9281.03,-7204.93,16.7354,5.63479,0,0,0.318548,-0.947907,300,0,1,0),(240907,179968,530,1,1,9307.05,-7209.16,15.8791,5.57197,0,0,0.34816,-0.937435,300,0,1,0),(240906,179968,530,1,1,9305.18,-7213.52,15.9982,6.0864,0,0,0.098234,-0.995163,300,0,1,0),(240905,179968,530,1,1,9305.97,-7211.26,15.9125,5.77224,0,0,0.252703,-0.967544,300,0,1,0),(240904,195164,0,1,1,1835.64,214.253,60.9162,4.61567,0,0,0.740462,-0.672098,300,0,1,0),(240903,195164,0,1,1,1833.41,214.108,60.941,4.6196,0,0,0.73914,-0.673552,300,0,1,0),(240902,195164,0,1,1,1829.93,214.463,61.1252,4.60389,0,0,0.744408,-0.667725,300,0,1,0),(240901,195164,0,1,1,1828.14,214.635,61.1607,4.56698,0,0,0.756603,-0.653874,300,0,1,0),(240900,195164,0,1,1,1824,215.095,60.9274,4.51986,0,0,0.771797,-0.635869,300,0,1,0),(240899,195164,0,1,1,1822.35,215.198,60.8831,4.55912,0,0,0.759167,-0.650896,300,0,1,0),(240898,195164,0,1,1,1824.26,228.147,60.7457,4.61018,0,0,0.742304,-0.670063,300,0,1,0),(240897,195164,0,1,1,1826.36,228.105,60.835,4.52064,0,0,0.771549,-0.63617,300,0,1,0),(240896,195164,0,1,1,1834.26,226.399,61.0765,4.39891,0,0,0.808817,-0.58806,300,0,1,0),(240895,195164,0,1,1,1836.37,227.114,60.9472,4.59683,0,0,0.74676,-0.665093,300,0,1,0),(240894,195164,0,1,1,1834.14,247.916,60.545,4.74212,0,0,0.696518,-0.71754,300,0,1,0),(240893,195164,0,1,1,1832,248.018,60.582,4.7594,0,0,0.690292,-0.723531,300,0,1,0),(240892,195164,0,1,1,1823.47,250.206,60.7687,4.52222,0,0,0.771046,-0.636779,300,0,1,0),(240891,195164,0,1,1,1821.67,250.916,60.7537,4.36199,0,0,0.819534,-0.57303,300,0,1,0),(240890,195164,0,1,1,1836.31,258.493,60.5252,4.12245,0,0,0.882131,-0.471004,300,0,1,0),(240889,195164,0,1,1,1834.49,259.129,60.4603,4.47588,0,0,0.785592,-0.618745,300,0,1,0),(240888,195164,0,1,1,1830.29,260.989,60.3037,4.40519,0,0,0.806967,-0.590597,300,0,1,0),(240887,195164,0,1,1,1828.41,261.179,60.3789,4.55834,0,0,0.759421,-0.6506,300,0,1,0),(240886,195164,0,1,1,1824.72,262.287,60.5945,4.60154,0,0,0.745192,-0.66685,300,0,1,0),(240885,195164,0,1,1,1822.88,262.575,60.6064,4.39341,0,0,0.810431,-0.585834,300,0,1,0),(240884,195164,0,1,1,1817.36,272.251,60.8931,5.44584,0,0,0.406548,-0.913629,300,0,1,0),(240883,179968,0,1,1,1817.36,272.251,60.1876,5.44584,0,0,0.406548,-0.913629,300,0,1,0),(240882,179968,0,1,1,1816.72,272.957,60.2132,5.44584,0,0,0.406548,-0.913629,300,0,1,0),(240881,179968,0,1,1,1815.39,271.969,60.9403,5.37986,0,0,0.436462,-0.899723,300,0,1,0),(240880,179968,0,1,1,1815.39,271.969,60.2347,5.37986,0,0,0.436462,-0.899723,300,0,1,0),(240879,179968,0,1,1,1815.95,271.259,60.2131,5.37594,0,0,0.438225,-0.898865,300,0,1,0),(240878,179968,0,1,1,1836.16,258.179,59.8198,1.14264,0,0,0.540743,0.841188,300,0,1,0),(240877,179968,0,1,1,1834.58,258.927,59.7548,1.2526,0,0,0.586151,0.810202,300,0,1,0),(240876,179968,0,1,1,1830.13,261.054,59.5981,1.33899,0,0,0.62059,0.784135,300,0,1,0),(240875,179968,0,1,1,1828.37,261.229,59.6733,1.41753,0,0,0.650897,0.759166,300,0,1,0),(240874,179968,0,1,1,1824.7,262.186,59.8891,1.37041,0,0,0.632832,0.774289,300,0,1,0),(240873,179968,0,1,1,1822.89,262.578,59.9009,1.3115,0,0,0.609754,0.792591,300,0,1,0),(240872,179968,0,1,1,1821.45,250.783,60.0482,1.22511,0,0,0.57496,0.818182,300,0,1,0),(240871,179968,0,1,1,1823.6,250.277,60.0631,1.31936,0,0,0.612864,0.790188,300,0,1,0),(240870,179968,0,1,1,1832.03,247.781,59.8763,1.60603,0,0,0.719453,0.694541,300,0,1,0),(240869,179968,0,1,1,1834.21,247.981,59.8394,1.55105,0,0,0.700091,0.714054,300,0,1,0),(240868,179968,0,1,1,1824.26,228.134,60.0401,1.36255,0,0,0.629784,0.77677,300,0,1,0),(240867,179968,0,1,1,1826.45,228.143,60.1295,1.44109,0,0,0.659794,0.751446,300,0,1,0),(240866,179968,0,1,1,1834.29,226.723,60.3708,1.33114,0,0,0.617508,0.786565,300,0,1,0),(240865,179968,0,1,1,1836.62,226.776,60.2415,1.5,0,0,0.681639,0.731689,300,0,1,0),(240864,179968,0,1,1,1835.43,214.118,60.2106,1.59424,0,0,0.715347,0.69877,300,0,1,0),(240863,179968,0,1,1,1833.54,214.099,60.2353,1.51963,0,0,0.688787,0.724963,300,0,1,0),(240862,179968,0,1,1,1829.91,214.581,60.4197,1.56676,0,0,0.705678,0.708532,300,0,1,0),(240861,179968,0,1,1,1828.2,214.485,60.4552,1.51492,0,0,0.687078,0.726584,300,0,1,0),(240860,179968,0,1,1,1823.8,214.992,60.2217,1.40104,0,0,0.644615,0.764507,300,0,1,0),(240859,179968,0,1,1,1822.69,215.403,60.1776,1.39318,0,0,0.641606,0.767035,300,0,1,0),(240858,180353,0,1,1,1823.25,215.279,60.2116,3.0111,0,0,0.997872,0.0652,300,0,1,0),(240857,180353,0,1,1,1828.95,214.53,60.503,3.0111,0,0,0.997872,0.0652,300,0,1,0),(240856,180353,0,1,1,1834.41,213.818,60.216,3.02289,0,0,0.998239,0.0593164,300,0,1,0),(240855,180353,0,1,1,1835.52,226.764,60.2553,6.12128,0,0,0.0808642,-0.996725,300,0,1,0),(240854,180353,0,1,1,1825.45,228.409,60.0708,6.12128,0,0,0.0808642,-0.996725,300,0,1,0),(240853,180353,0,1,1,1822.7,250.93,60.0502,2.89722,0,0,0.992545,0.121883,300,0,1,0),(240852,180353,0,1,1,1833.15,248.323,59.8227,2.89722,0,0,0.992545,0.121883,300,0,1,0),(240851,180353,0,1,1,1835.55,259.054,59.7994,6.00347,0,0,0.139402,-0.990236,300,0,1,0),(240850,180353,0,1,1,1829.26,260.862,59.6116,6.00347,0,0,0.139402,-0.990236,300,0,1,0),(240849,180353,0,1,1,1823.87,262.408,59.9219,6.00347,0,0,0.139402,-0.990236,300,0,1,0),(240848,180353,0,1,1,1815.67,258.419,60.0141,4.9314,0,0,0.625594,-0.780149,300,0,1,0),(240847,180353,0,1,1,1813.1,257.35,59.9493,4.88428,0,0,0.643799,-0.765195,300,0,1,0),(240846,180353,0,1,1,1821.17,270.063,60.1725,3.23101,0,0,0.999001,-0.0446938,300,0,1,0),(240845,180353,0,1,1,1824.92,270.391,60.2257,3.20353,0,0,0.99952,-0.0309638,300,0,1,0),(240844,195303,0,1,1,1819.84,268.611,60.1151,5.10419,0,0,0.555944,-0.83122,300,0,1,0),(240843,195303,0,1,1,1825.46,268.729,60.3853,4.50336,0,0,0.777017,-0.62948,300,0,1,0),(240842,195199,0,1,1,1825.5,270.99,60.189,0.678472,0,0,0.332767,0.943009,300,0,1,0),(240841,195199,0,1,1,1818.4,269.984,60.1338,5.27305,0,0,0.483867,-0.875142,300,0,1,0),(240840,195212,0,1,1,1823.45,271.665,60.2191,4.73506,0,0,0.699046,-0.715077,300,0,1,0),(240839,195212,0,1,1,1819.78,271.369,60.1539,4.83323,0,0,0.663119,-0.748514,300,0,1,0),(240838,195197,0,1,1,1819.25,266.187,59.9856,2.08434,0,0,0.863501,0.504348,300,0,1,0),(240837,195197,0,1,1,1828.05,264.454,59.8784,5.85425,0,0,0.212827,-0.97709,300,0,1,0),(240836,195194,0,1,1,1822.93,266.659,60.1207,0.144402,0,0,0.0721383,0.997395,300,0,1,0),(240835,195196,0,1,1,1818.48,267.871,60.1517,5.31233,0,0,0.466587,-0.884475,300,0,1,0),(240834,195198,0,1,1,1817.06,270.329,60.2343,5.35552,0,0,0.447379,-0.894344,300,0,1,0),(240833,179968,0,1,1,1817.01,258.573,60.0155,4.94319,0,0,0.620984,-0.783823,300,0,1,0),(240832,179968,0,1,1,1814.57,257.68,59.9798,4.93927,0,0,0.622519,-0.782605,300,0,1,0),(240831,179968,0,1,1,1811.88,256.913,59.9234,4.88429,0,0,0.643795,-0.765198,300,0,1,0),(240830,195200,0,1,1,1827.23,267.982,60.0917,6.10166,0,0,0.0906382,-0.995884,300,0,1,0),(240829,195215,0,1,1,1821.85,269.152,61.0774,3.13678,0,0,0.999997,0.00240631,300,0,1,0),(240828,195192,0,1,1,1821.87,267.983,61.0774,3.23496,0,0,0.99891,-0.0466668,300,0,1,0),(240827,195195,0,1,1,1824.44,268.244,61.0773,3.00719,0,0,0.997743,0.0671508,300,0,1,0),(240826,195164,0,1,1,1822.65,268.486,61.0773,3.01112,0,0,0.997873,0.06519,300,0,1,0),(240825,195191,0,1,1,1822.65,268.486,60.1895,4.68401,0,0,0.717069,-0.697002,300,0,1,0),(240824,195164,1,1,1,-1314.3,187.375,60.1235,2.71662,0,0,0.97751,0.210891,300,0,1,0),(240823,195164,1,1,1,-1310.59,194.661,59.7653,5.88963,0,0,0.19551,-0.980702,300,0,1,0),(240822,195164,1,1,1,-1317.29,197.153,59.6975,3.52558,0,0,0.981626,-0.190816,300,0,1,0),(240821,195164,1,1,1,-1317.92,199.34,59.6527,3.40777,0,0,0.991157,-0.132696,300,0,1,0),(240820,195164,1,1,1,-1308.14,203.883,59.5734,4.30313,0,0,0.836041,-0.548667,300,0,1,0),(240819,195164,1,1,1,-1309.5,203.196,59.5706,5.45373,0,0,0.402941,-0.915226,300,0,1,0),(240818,195164,1,1,1,-1310.25,202.407,59.5709,6.03493,0,0,0.123809,-0.992306,300,0,1,0),(240817,195164,1,1,1,-1325.23,204.052,59.7642,4.75473,0,0,0.69198,-0.721917,300,0,1,0),(240816,195164,1,1,1,-1327.13,203.723,59.8431,5.04532,0,0,0.580166,-0.814498,300,0,1,0),(240815,195164,1,1,1,-1332.57,201.932,60.1899,4.97071,0,0,0.61014,-0.792293,300,0,1,0),(240814,195164,1,1,1,-1334.29,201.632,60.2797,0.332934,0,0,0.165699,0.986176,300,0,1,0),(240813,195164,1,1,1,-1337.46,196.912,61.0769,0.120877,0,0,0.0604017,0.998174,300,0,1,0),(240812,195164,1,1,1,-1337.35,195.259,61.3292,0.171928,0,0,0.0858582,0.996307,300,0,1,0),(240811,195164,1,1,1,-1335.26,187.819,61.2746,0.152293,0,0,0.0760729,0.997102,300,0,1,0),(240810,195164,1,1,1,-1334.83,185.873,61.0245,0.348642,0,0,0.173439,0.984845,300,0,1,0),(268914,182263,530,1,1,-2474.44,6111.16,91.7629,3.66388,0,0,0.966096,-0.258184,181,100,1,0),(268913,182263,530,1,1,-2532.99,6306.9,14.028,2.81871,0,0,0.986996,0.160743,181,100,1,0),(387,1685,1,1,1,1523.78,-4368.24,18.2141,6.07367,0,0,0,1,300,100,1,0),(17868,180432,0,1,1,1749.28,507.611,39.2312,1.49635,0,0,0.680301,0.732933,300,0,1,0),(17869,180432,0,1,1,1712.63,507.05,38.2495,1.58824,0,0,0.713246,0.700914,300,0,1,0),(17870,180433,0,1,1,1734.04,504.05,42.2861,1.4131,0,0,0.649213,0.760607,300,0,0,0),(17871,180434,0,1,1,1758.89,513.276,35.8655,1.28897,0,0,0.600788,0.799409,300,0,1,0),(17872,180434,0,1,1,1704.48,518.689,35.4045,1.30704,0,0,0.607984,0.793949,300,0,1,0),(17873,180434,0,1,1,1739.78,473.238,61.6565,1.59371,0,0,0.71516,0.698961,300,0,1,0),(17874,180434,0,1,1,1717.32,472.723,61.6566,1.59371,0,0,0.71516,0.698961,300,0,1,0),(17875,180437,0,1,1,1744.62,504.954,40.8518,1.23403,0,0,0.578603,0.81561,300,0,1,0),(17876,180437,0,1,1,1729.13,510.378,40.8719,1.23403,0,0,0.578603,0.81561,300,0,1,0),(17877,180437,0,1,1,1721.77,503.938,41.1381,1.23403,0,0,0.578603,0.81561,300,0,1,0),(17878,180437,0,1,1,1744.96,496.25,41.44,1.24581,0,0,0.583397,0.812187,300,0,1,0),(17879,180405,0,1,1,1746.07,517.066,38.936,2.83466,0,0,0.988247,0.152864,300,0,1,0),(17880,180405,0,1,1,1728,475.099,63.6779,3.08363,0,0,0.99958,0.0289791,300,0,1,0),(17881,180406,0,1,1,1719.67,522.979,36.8828,2.93283,0,0,0.994557,0.10419,300,0,1,0),(240809,179968,1,1,1,-1334.83,185.873,60.319,0.348642,0,0,0.173439,0.984845,300,0,1,0),(240808,179968,1,1,1,-1335.37,187.803,60.5692,0.329007,0,0,0.163763,0.9865,300,0,1,0),(240807,179968,1,1,1,-1337.12,195.238,60.6238,0.187635,0,0,0.0936799,0.995602,300,0,1,0),(240806,179968,1,1,1,-1337.15,196.971,60.3714,0.199416,0,0,0.0995429,0.995033,300,0,1,0),(240805,179968,1,1,1,-1334.27,201.832,59.5742,4.9982,0,0,0.599193,-0.800605,300,0,1,0),(240804,179968,1,1,1,-1332.88,202.025,59.4843,5.00213,0,0,0.597619,-0.801781,300,0,1,0),(240803,179968,1,1,1,-1326.97,203.733,59.1374,5.02176,0,0,0.58972,-0.807607,300,0,1,0),(240802,179968,1,1,1,-1325.17,203.847,59.0586,4.95893,0,0,0.614796,-0.788686,300,0,1,0),(240801,179968,1,1,1,-1308.25,203.731,58.8678,4.49554,0,0,0.779472,-0.626437,300,0,1,0),(240800,179968,1,1,1,-1307.76,202.375,58.8758,2.74018,0,0,0.979926,0.199362,300,0,1,0),(240799,179968,1,1,1,-1309.39,203.087,58.8651,5.99173,0,0,0.145212,-0.989401,300,0,1,0),(240798,179968,1,1,1,-1310.23,200.817,58.8769,2.77552,0,0,0.983296,0.182016,300,0,1,0),(240797,179968,1,1,1,-1308.66,202.545,59.6401,2.74803,0,0,0.980701,0.195514,300,0,1,0),(240796,179968,1,1,1,-1309.49,201.749,59.5804,2.74803,0,0,0.980701,0.195514,300,0,1,0),(240795,179968,1,1,1,-1309.49,201.749,58.875,2.74803,0,0,0.980701,0.195514,300,0,1,0),(240794,179968,1,1,1,-1310.51,202.173,58.8655,2.74018,0,0,0.979926,0.199362,300,0,1,0),(240793,179968,1,1,1,-1317.89,199.355,58.9472,3.51773,0,0,0.982367,-0.186962,300,0,1,0),(240792,179968,1,1,1,-1317.25,197.073,58.992,3.47846,0,0,0.985849,-0.167638,300,0,1,0),(240791,180353,1,1,1,-1317.57,198.279,58.9668,1.782,0,0,0.777701,0.628635,300,0,1,0),(240790,180353,1,1,1,-1334.99,186.726,60.4348,4.95108,0,0,0.617887,-0.786267,300,0,1,0),(240789,180353,1,1,1,-1337.23,195.937,60.5344,4.95108,0,0,0.617887,-0.786267,300,0,1,0),(240788,180353,1,1,1,-1333.43,201.997,59.5005,3.39598,0,0,0.991922,-0.126851,300,0,1,0),(240787,180353,1,1,1,-1326.04,203.805,59.0962,3.37635,0,0,0.993119,-0.117109,300,0,1,0),(240786,180353,1,1,1,-1310.8,207.802,58.8649,1.57386,0,0,0.708189,0.706023,300,0,1,0),(240785,180353,1,1,1,-1310.79,203.753,58.8658,1.51888,0,0,0.688515,0.725222,300,0,1,0),(240784,180353,1,1,1,-1314.19,188.785,59.3004,2.63022,0,0,0.96749,0.25291,300,0,1,0),(240783,180353,1,1,1,-1312.52,191.397,59.1709,2.68127,0,0,0.97363,0.228135,300,0,1,0),(240782,180353,1,1,1,-1310.87,193.496,59.0985,2.40246,0,0,0.932484,0.361211,300,0,1,0),(240781,195303,1,1,1,-1315.66,184.701,59.5959,1.69952,0,0,0.751122,0.660163,300,0,1,0),(240780,195303,1,1,1,-1313.19,208.798,58.8649,3.89079,0,0,0.930655,-0.365899,300,0,1,0),(240779,195212,1,1,1,-1309.82,205.756,58.8648,2.88548,0,0,0.991812,0.127707,300,0,1,0),(240778,195212,1,1,1,-1311.93,209.505,58.8648,3.53343,0,0,0.980869,-0.194668,300,0,1,0),(240777,195212,1,1,1,-1314.91,183.793,59.5933,2.07652,0,0,0.861522,0.50772,300,0,1,0),(240776,195197,1,1,1,-1312.5,187.357,59.3122,1.54245,0,0,0.697014,0.717057,300,0,1,0),(240775,195197,1,1,1,-1317.79,185.104,59.7552,4.73116,0,0,0.700439,-0.713712,300,0,1,0),(240774,195197,1,1,1,-1317.97,210.447,58.8648,5.32807,0,0,0.459611,-0.88812,300,0,1,0),(240773,195194,1,1,1,-1315.17,204.322,58.8654,5.38304,0,0,0.435031,-0.900415,300,0,1,0),(240772,195196,1,1,1,-1314.67,209.519,58.8661,3.94969,0,0,0.919477,-0.393144,300,0,1,0),(240771,195198,1,1,1,-1316.18,210.677,58.8661,1.71916,0,0,0.757568,0.652756,300,0,1,0),(240770,179968,1,1,1,-1310.59,194.635,59.0592,2.70876,0,0,0.976673,0.214731,300,0,1,0),(240769,179968,1,1,1,-1314.58,187.54,59.418,2.54383,0,0,0.955666,0.294451,300,0,1,0),(240768,179968,1,1,1,-1313.24,190.02,59.2281,2.57524,0,0,0.960173,0.279407,300,0,1,0),(240767,179968,1,1,1,-1311.94,192.52,59.1312,2.59095,0,0,0.962338,0.271856,300,0,1,0),(240766,195200,1,1,1,-1313.53,201.289,58.8654,5.48121,0,0,0.390328,-0.920676,300,0,1,0),(240765,195215,1,1,1,-1313.14,204.888,59.754,1.51888,0,0,0.688515,0.725222,300,0,1,0),(240764,195192,1,1,1,-1313.04,206.69,59.754,1.49925,0,0,0.681364,0.731944,300,0,1,0),(240763,195195,1,1,1,-1313.19,203.883,59.7541,1.3618,0,0,0.629493,0.777007,300,0,1,0),(240762,195164,1,1,1,-1312.7,205.607,59.7541,6.27447,0,0,0.00435771,-0.999991,300,0,1,0),(240761,195191,1,1,1,-1312.7,205.607,58.866,6.27839,0,0,0.00239769,-0.999997,300,0,1,0),(240760,179968,0,1,1,-5068.53,-787.239,494.916,3.63621,0,0,0.969575,-0.244795,300,0,1,0),(240759,179968,0,1,1,-5069.18,-786.172,495.537,3.57338,0,0,0.976785,-0.21422,300,0,1,0),(240758,179968,0,1,1,-5069.18,-786.172,494.83,3.57338,0,0,0.976785,-0.21422,300,0,1,0),(240757,179968,0,1,1,-5070,-786.548,494.868,3.54589,0,0,0.979637,-0.200775,300,0,1,0),(240756,179968,0,1,1,-5076.66,-808.073,495.127,1.98294,0,0,0.836832,0.54746,300,0,1,0),(240755,179968,0,1,1,-5079.31,-809.352,495.128,1.52349,0,0,0.690185,0.723633,300,0,1,0),(240754,179968,0,1,1,-5084.24,-808.46,495.127,0.96978,0,0,0.466111,0.884726,300,0,1,0),(240753,195164,0,1,1,-9121.72,348.977,94.6714,6.2246,0,0,0.0292885,-0.999571,300,0,1,0),(240752,195164,0,1,1,-9122.66,346.034,94.8427,6.24031,0,0,0.0214359,-0.99977,300,0,1,0),(240751,195164,0,1,1,-9122.17,342.507,94.8786,6.08323,0,0,0.0998112,-0.995006,300,0,1,0),(240750,195164,0,1,1,-9122.21,336.358,94.4494,6.06753,0,0,0.107619,-0.994192,300,0,1,0),(240749,195164,0,1,1,-9122.56,333.536,94.1602,6.00077,0,0,0.140739,-0.990047,300,0,1,0),(240748,195164,0,1,1,-9123.43,331.097,94.041,6.01255,0,0,0.134905,-0.990858,300,0,1,0),(240747,195164,0,1,1,-9124.07,325.098,94.118,6.2678,0,0,0.00769265,-0.99997,300,0,1,0),(240746,195164,0,1,1,-9124.86,322.295,94.1734,6.20576,0,0,0.038703,-0.999251,300,0,1,0),(240745,195164,0,1,1,-9124.06,318.765,94.1735,6.26388,0,0,0.00965262,-0.999953,300,0,1,0),(240744,195164,0,1,1,-9123.84,313.691,94.1064,6.19477,0,0,0.0441933,-0.999023,300,0,1,0),(240743,195164,0,1,1,-9123.57,311.178,93.9648,6.25838,0,0,0.0124024,-0.999923,300,0,1,0),(240742,195164,0,1,1,-9123.52,308.78,93.8595,0.0435288,0,0,0.0217627,0.999763,300,0,1,0),(240741,195164,0,1,1,-9108.7,306.836,94.6029,2.92201,0,0,0.993979,0.109571,300,0,1,0),(240740,195164,0,1,1,-9108,309.563,94.524,3.16706,0,0,0.999919,-0.0127333,300,0,1,0),(240739,195164,0,1,1,-9108.34,311.514,94.3619,3.04532,0,0,0.998842,0.0481177,300,0,1,0),(240738,195164,0,1,1,-9106.6,319.258,94.1514,3.21418,0,0,0.999341,-0.0362857,300,0,1,0),(240737,195164,0,1,1,-9106.92,321.9,94.0888,3.17098,0,0,0.999892,-0.0146931,300,0,1,0),(240736,195164,0,1,1,-9106.91,324.458,94.084,3.17491,0,0,0.999861,-0.0166579,300,0,1,0),(240735,195164,0,1,1,-9106.12,331.509,94.2891,3.13957,0,0,0.999999,0.00101133,300,0,1,0),(240734,195164,0,1,1,-9106.44,333.544,94.3332,3.13564,0,0,0.999996,0.00297637,300,0,1,0),(240733,195164,0,1,1,-9106.7,336.98,94.3685,3.23774,0,0,0.998845,-0.0480552,300,0,1,0),(240732,195164,0,1,1,-9106.66,342.347,94.2784,3.10423,0,0,0.999826,0.0186803,300,0,1,0),(240731,195164,0,1,1,-9106.61,345.589,94.1377,3.09637,0,0,0.999744,0.0226094,300,0,1,0),(240730,195164,0,1,1,-9106.82,348.979,94.044,3.21811,0,0,0.999268,-0.0382494,300,0,1,0),(240729,179968,0,1,1,-9105.53,358.184,93.17,2.49947,0,0,0.948901,0.315574,300,0,1,0),(240728,179968,0,1,1,-9104.89,359.163,93.854,2.55445,0,0,0.957217,0.289373,300,0,1,0),(240727,179968,0,1,1,-9104.89,359.163,93.1483,2.55445,0,0,0.957217,0.289373,300,0,1,0),(240726,179968,0,1,1,-9105.81,359.775,94.2564,2.55445,0,0,0.957217,0.289373,300,0,1,0),(240725,179968,0,1,1,-9105.81,359.775,93.5506,2.48376,0,0,0.946393,0.323018,300,0,1,0),(240724,179968,0,1,1,-9106.57,360.255,93.5506,2.58194,0,0,0.961103,0.276189,300,0,1,0),(240723,179968,0,1,1,-9104.09,360.604,94.441,2.61335,0,0,0.965322,0.261061,300,0,1,0),(240722,179968,0,1,1,-9104.09,360.604,93.7354,2.61335,0,0,0.965322,0.261061,300,0,1,0),(240721,179968,0,1,1,-9104.09,360.604,93.0295,2.61335,0,0,0.965322,0.261061,300,0,1,0),(240720,179968,0,1,1,-9105,361.2,94.1356,2.58586,0,0,0.961643,0.274304,300,0,1,0),(240719,179968,0,1,1,-9105,361.2,93.4297,2.58586,0,0,0.961643,0.274304,300,0,1,0),(240718,179968,0,1,1,-9105.76,361.675,93.4297,2.58586,0,0,0.961643,0.274304,300,0,1,0),(240717,179968,0,1,1,-9107.08,348.925,93.3381,3.25345,0,0,0.998436,-0.0558995,300,0,1,0),(240716,179968,0,1,1,-9106.88,345.568,93.432,3.18669,0,0,0.999746,-0.0225468,300,0,1,0),(240715,179968,0,1,1,-9106.71,342.403,93.5723,3.20083,0,0,0.999561,-0.0296143,300,0,1,0),(240714,179968,0,1,1,-9106.58,336.794,93.6628,3.26759,0,0,0.998016,-0.062957,300,0,1,0),(268893,186813,571,1,1,1596.3,-3904.79,79.5351,-2.67035,0,0,0,0,5,0,1,0),(268892,186814,571,1,1,1597.4,-3903.79,79.702,0,0,0,0,0,60,100,1,0),(268891,190283,571,1,1,1597.4,-3903.79,79.702,0,0,0,0,0,60,100,1,0),(268890,190284,571,1,1,1595.69,-3905.33,79.7439,0.610864,0,0,0,0,5,0,1,0),(71445,190719,571,1,2,5597.87,-4155.73,362.601,0.872664,0,0,0,1,300,100,1,0),(71446,190719,571,1,2,5632.15,-4150.1,352.302,4.38078,0,0,0,1,300,100,1,0),(268513,190717,571,1,2,5627.08,-4116.07,353.162,6.26427,0,0,0.0094576,-0.999955,120,100,1,0),(71448,190719,571,1,2,5610.38,-4115.93,353.498,1.06465,0,0,0,1,300,100,1,0),(268512,190717,571,1,2,5814.9,-4117.41,353.163,3.02751,0,0,0.998374,0.0570104,120,100,1,0),(71450,190719,571,1,2,5726.85,-4062.07,354.3,1.43117,0,0,0,1,300,100,1,0),(71451,190719,571,1,2,5768.68,-4106.52,352.674,5.14872,0,0,0,1,300,100,1,0),(71452,190719,571,1,2,5797.8,-4286.92,378.677,4.17134,0,0,0,1,300,100,1,0),(71453,190718,571,1,2,5680.48,-4381.06,386.085,4.88692,0,0,0,1,300,100,1,0),(71454,190718,571,1,2,5676.56,-4325.77,375.95,3.56047,0,0,0,1,300,100,1,0),(268511,190717,571,1,2,5784.72,-4068.95,352.63,6.20248,0,0,0.0403418,-0.999186,120,100,1,0),(71456,190719,571,1,2,5637,-4287.62,378.203,5.79449,0,0,0,1,300,100,1,0),(268510,190717,571,1,2,5767.57,-4068.78,352.693,6.13787,0,0,0.0725938,-0.997362,120,100,1,0),(268509,190717,571,1,2,5752.44,-4104.06,352.569,6.11926,0,0,0.081871,-0.996643,120,100,1,0),(71459,190719,571,1,2,5765.82,-4451.79,386.148,3.4034,0,0,0,1,300,100,1,0),(71460,190719,571,1,2,5800.23,-4396.26,388.124,5.14872,0,0,0,1,300,100,1,0),(71461,190719,571,1,2,5598.75,-4345.66,377.589,4.93928,0,0,0,1,300,100,1,0),(71462,190718,571,1,2,5591.68,-4510.6,377.572,3.71755,0,0,0,1,300,100,1,0),(71463,190719,571,1,2,5644.19,-4501.06,387.469,3.71755,0,0,0,1,300,100,1,0),(268508,190717,571,1,2,5771.09,-4103.79,352.434,0.00636768,0,0,0.00318383,0.999995,120,100,1,0),(71465,190718,571,1,2,5850.17,-4351.83,374.004,2.51327,0,0,0,1,300,100,1,0),(71466,190718,571,1,2,5787.08,-4166.18,352.49,2.65289,0,0,0,1,300,100,1,0),(71467,190719,571,1,2,5706.36,-4183.55,353.066,5.55015,0,0,0,1,300,100,1,0),(268507,190717,571,1,2,5787.65,-4104.49,352.464,0.0181494,0,0,0.00907458,0.999959,120,100,1,0),(268506,190717,571,1,2,5790.12,-4129.02,353.044,6.24363,0,0,0.0197764,-0.999804,120,100,1,0),(268505,190717,571,1,2,5770.42,-4128.87,352.527,0.0538505,0,0,0.026922,0.999638,120,100,1,0),(71471,190718,571,1,2,5783.6,-4199.38,363.926,1.36136,0,0,0,1,300,100,1,0),(71472,190718,571,1,2,5788.46,-4028.86,364.612,3.31614,0,0,0,1,300,100,1,0),(71473,190718,571,1,2,5679.8,-4084.76,354.015,2.16421,0,0,0,1,300,100,1,0),(268504,190717,571,1,2,5752.56,-4129.18,353.174,6.069,0,0,0.106888,-0.994271,120,100,1,0),(268503,190717,571,1,2,5786.82,-4164.42,352.414,0.0110331,0,0,0.00551652,0.999985,120,100,1,0),(71476,190719,571,1,2,5596.24,-4084.59,362.36,1.15192,0,0,0,1,300,100,1,0),(71477,190718,571,1,2,5631.85,-4079.6,352.287,3.08918,0,0,0,1,300,100,1,0),(71478,190718,571,1,2,5647.27,-4030,365.437,1.5708,0,0,0,1,300,100,1,0),(268502,190717,571,1,2,5763.38,-4163.95,352.882,6.06646,0,0,0.108151,-0.994135,120,100,1,0),(71480,190718,571,1,2,5843.09,-4513.48,376.239,1.98967,0,0,0,1,300,100,1,0),(71481,190707,571,1,2,5664.06,-4146.63,351.373,1.5708,0,0,0,1,300,255,1,0),(71482,190707,571,1,2,5664.21,-4086.19,352.179,4.7473,0,0,0,1,300,255,1,0),(71483,190707,571,1,2,5716.83,-4226.65,362.748,1.5708,0,0,0,1,300,255,1,0),(71484,190707,571,1,2,5769.08,-4147.87,352.085,1.55334,0,0,0,1,300,255,1,0),(71485,190707,571,1,2,5689.84,-4294.94,373.995,4.67748,0,0,0,1,300,255,1,0),(71486,190707,571,1,2,5742.69,-4293.65,373.995,4.72984,0,0,0,1,300,255,1,0),(71487,190707,571,1,2,5820.35,-4211.72,362.248,4.69494,0,0,0,1,300,255,1,0),(71488,190707,571,1,2,5825.47,-4297.78,374.009,3.194,0,0,0,1,300,255,1,0),(71489,190707,571,1,2,5784.29,-4449.72,385.802,1.6057,0,0,0,1,300,255,1,0),(71490,190707,571,1,2,5649.91,-4447.96,385.802,1.55334,0,0,0,1,300,255,1,0),(71491,190707,571,1,2,5582.35,-4435.27,373.996,6.26573,0,0,0,1,300,255,1,0),(71492,190707,571,1,2,5613.98,-4286.6,373.961,5.37562,0,0,0,1,300,255,1,0),(71493,190707,571,1,2,5616.11,-4236.37,363.709,1.6057,0,0,0,1,300,255,1,0),(71494,190707,571,1,2,5769.05,-4085.8,352.087,4.69494,0,0,0,1,300,255,1,0),(71495,190707,571,1,2,5848.81,-4433.85,373.995,3.14159,0,0,0,1,300,255,1,0),(14991,202081,1,1,1,929.03,-3483.34,91.67,0,0,0,0,0,3600,0,1,0),(14992,202081,1,1,1,708.62,-3527.6,91.76,0,0,0,0,0,3600,0,1,0),(14993,202081,1,1,1,844.24,-3573.38,91.74,0,0,0,0,0,3600,0,1,0),(14994,202082,1,1,1,-7522.43,-1797.43,-271.79,0,0,0,0,0,3600,0,1,0),(14995,202082,1,1,1,-7594.88,-1800.48,-265.33,0,0,0,0,0,3600,0,1,0),(14996,202082,1,1,1,-7426.77,-2018.86,-271.69,0,0,0,0,0,3600,0,1,0),(14997,202082,1,1,1,-7668.27,-1966.72,-271.96,0,0,0,0,0,3600,0,1,0),(14998,202082,1,1,1,-7824.72,-1590.05,-265.07,0,0,0,0,0,3600,0,1,0),(14999,202083,0,1,1,-2944.48,-3277.68,62.27,0,0,0,0,0,18000,100,1,0),(73440,179526,429,1,1,-7.83484,-199.983,-4.12879,-0.453785,0,0,0,1,86400,255,1,0),(73441,179526,429,1,1,102.549,-246.011,-56.3647,0.785397,0,0,0,1,86400,255,1,0),(73442,179526,429,1,1,134.767,-262.46,-4.14639,-0.488691,0,0,0,1,86400,255,1,0),(73443,179526,429,1,1,-114.736,-199.653,-4.1244,0,0,0,0,1,86400,255,1,0),(73444,179526,429,1,1,-112.021,-258.887,-56.2501,0,0,0,0,1,86400,255,1,0),(73445,179526,429,1,1,-61.5861,-306.311,-55.7067,2.33874,0,0,0,1,86400,255,1,0),(73446,179526,429,1,1,-5.54965,-393.198,-58.6137,-0.209439,0,0,0,1,86400,255,1,0),(73447,179526,429,1,1,21.9326,-409.795,-58.6142,0,0,0,0,1,86400,255,1,0),(73448,179526,429,1,1,117.148,-408.461,-3.27357,2.32129,0,0,0,1,86400,255,1,0),(73449,179526,429,1,1,36.7152,-467.008,-4.24876,1.58825,0,0,0,1,86400,255,1,0),(73450,179526,429,1,1,353.105,-447.005,-90.0577,0,0,0,0,1,86400,255,1,0),(73451,179526,429,1,1,66.2358,-633.758,-25.163,3.05433,0,0,0,1,86400,255,1,0),(73452,179528,429,1,1,-22.3061,-349.882,-4.07224,-2.02458,0,0,0,0,86400,0,1,0),(73453,179528,429,1,1,423.649,-94.0369,-3.88739,-0.453785,0,0,0,0,86400,0,1,0),(73454,179528,429,1,1,509.725,523.927,-25.4027,-2.80998,0,0,0,0,86400,0,1,0),(73455,179528,429,1,1,101.961,-247.727,-4.01977,2.84488,0,0,0,1,86400,255,1,0),(73456,179528,429,1,1,127.199,-272.801,-4.14639,-1.93732,0,0,0,1,86400,255,1,0),(73457,179528,429,1,1,-168.656,-271.912,-4.12082,-0.750491,0,0,0,1,86400,255,1,0),(73458,179528,429,1,1,-156.299,-321.1,-4.14717,1.25664,0,0,0,1,86400,255,1,0),(73459,179528,429,1,1,-99.5965,-395.866,-4.2207,-2.86233,0,0,0,1,86400,255,1,0),(73460,179528,429,1,1,-109.888,-404.549,-4.21786,-2.07694,0,0,0,1,86400,255,1,0),(73461,179528,429,1,1,-42.6484,-341.5,-52.6547,0.244346,0,0,0,1,86400,255,1,0),(73462,179528,429,1,1,-27.0036,-404.283,-58.614,0.226893,0,0,0,1,86400,255,1,0),(73463,179528,429,1,1,-10.2151,-349.267,-53.8632,2.05949,0,0,0,1,86400,255,1,0),(73464,179528,429,1,1,34.9096,-365.079,-4.14052,0.314158,0,0,0,1,86400,255,1,0),(73465,179528,429,1,1,34.5069,-391.211,-58.6113,-2.16421,0,0,0,1,86400,255,1,0),(73466,179528,429,1,1,47.8125,-334.275,-52.0553,-0.506145,0,0,0,1,86400,255,1,0),(73467,179528,429,1,1,71.7209,-409.745,-4.21656,3.12412,0,0,0,1,86400,255,1,0),(73468,179528,429,1,1,64.8074,-400.448,-58.6044,-0.628317,0,0,0,1,86400,255,1,0),(73469,179528,429,1,1,71.7946,-437.261,-58.5956,0.872664,0,0,0,1,86400,255,1,0),(73470,179528,429,1,1,263.393,-568.436,-111.976,-2.67035,0,0,0,1,86400,255,1,0),(73471,179528,429,1,1,59.0392,-760.028,-25.0955,-1.23918,0,0,0,1,86400,255,1,0),(73472,179528,429,1,1,32.7576,-775.236,-25.1416,-1.309,0,0,0,1,86400,255,1,0),(73473,179532,429,1,1,2.64945,-210.379,-52.3845,-0.95993,0,0,0,1,86400,255,1,0),(73474,179532,429,1,1,50.4484,-241.885,-53.2931,1.8675,0,0,0,1,86400,255,1,0),(73475,179532,429,1,1,-148.661,-210.009,-4.1514,0.418879,0,0,0,1,86400,255,1,0),(73476,179532,429,1,1,-131.851,-319.414,-56.7906,0.244346,0,0,0,1,86400,255,1,0),(73477,179532,429,1,1,-22.3061,-349.883,-4.07224,-2.02458,0,0,0,1,86400,255,1,0),(73478,179532,429,1,1,-6.16094,-433.403,-4.22212,0,0,0,0,1,86400,255,1,0),(73479,179532,429,1,1,55.8777,-438.434,-58.5981,-0.85521,0,0,0,1,86400,255,1,0),(73480,179532,429,1,1,126.758,-296.279,-4.14639,-1.95477,0,0,0,1,86400,255,1,0),(73481,179532,429,1,1,4.90084,-450.306,-58.6295,0,0,0,0,1,86400,255,1,0),(73482,179532,429,1,1,189.484,-482.115,-100.601,1.93731,0,0,0,1,86400,255,1,0),(73483,179532,429,1,1,44.9141,-626.477,-25.1061,-2.47837,0,0,0,1,86400,255,1,0),(73484,179532,429,1,1,31.0736,-681.584,-25.1616,0,0,0,0,1,86400,255,1,0),(73485,179533,429,1,1,-124.622,-234.072,-55.1133,-0.314158,0,0,0,1,86400,255,1,0),(73486,179533,429,1,1,-75.923,-358.893,-4.14481,2.87979,0,0,0,1,86400,255,1,0),(73487,179533,429,1,1,-51.4662,-358.168,-4.13823,1.81514,0,0,0,1,86400,255,1,0),(73488,179533,429,1,1,-94.2365,-406.708,-58.6073,0,0,0,0,1,86400,255,1,0),(73489,179533,429,1,1,-14.44,-309.911,-52.1458,0,0,0,0,1,86400,255,1,0),(73490,179533,429,1,1,36.7851,-402.629,-4.21849,-2.49582,0,0,0,1,86400,255,1,0),(73491,179533,429,1,1,119.36,-336.64,-4.14986,-1.44862,0,0,0,1,86400,255,1,0),(73492,179533,429,1,1,66.1826,-315.416,-54.2518,0,0,0,0,1,86400,255,1,0),(73493,179533,429,1,1,-32.8264,-463.171,-58.6176,0.488691,0,0,0,1,86400,255,1,0),(73494,179533,429,1,1,242.178,-420.788,-119.962,-0.0698117,0,0,0,1,86400,255,1,0),(73495,179533,429,1,1,17.3334,-704.192,-12.6426,-2.19912,0,0,0,1,86400,255,1,0),(73496,179533,429,1,1,41.8712,-744.931,-25.1339,0.104719,0,0,0,1,86400,255,1,0),(16966,190738,571,1,1,5332.68,-3770.14,371.518,1.81514,0,0,0.788011,0.615662,-30,255,0,0),(16967,190738,571,1,1,5336.71,-3774.07,371.429,4.41568,0,0,-0.803857,0.594823,-30,255,0,0),(16968,190737,571,1,1,5335.8,-3777.73,371.345,2.56563,0,0,0.958819,0.284016,-30,255,0,0),(16969,190738,571,1,1,5711.15,-4361.73,385.802,1.76278,0,0,0.771625,0.636078,-30,255,0,0),(16970,190737,571,1,1,5725.95,-4372.56,386.233,0.122173,0,0,0.0610485,0.998135,-30,255,0,0),(16971,190736,571,1,1,5707.2,-4371.69,385.802,2.67035,0,0,0.972369,0.233448,-30,255,0,0),(16972,190737,571,1,1,5721.95,-4361.92,385.799,1.15192,0,0,0.544639,0.838671,-30,255,0,0),(16973,190737,571,1,1,5717.05,-4378.75,385.802,0.0523589,0,0,0.0261765,0.999657,-30,255,0,0),(6032,184632,554,3,1,236.46,52.3636,1.65354,3.14159,0,0,-1,0,120,0,1,0),(6033,184322,554,3,1,242.874,52.3148,1.59633,3.14159,0,0,-1,0,120,0,1,0),(6034,184449,554,3,1,267.928,52.3148,27.0425,3.14159,0,0,-1,0,120,0,1,0),(3552,190708,571,1,1,5505.58,4748.35,-194.434,0,0,0,0,0,300,0,1,0),(221000,193997,571,1,15,7338.53,-2323.91,750.689,2.51327,0,0,0.951056,0.309019,3600,100,1,0),(6072,194241,571,1,1,4602.78,-1600.05,156.658,4.08564,0,0,0.890651,-0.454688,300,0,1,0),(24440,188464,571,1,1,4781.31,-4865.81,26.5301,0.837758,0,0,0.406736,0.913545,120,255,1,0),(24441,188464,571,1,1,4753.35,-4830.31,26.0406,5.53269,0,0,-0.366501,0.930418,120,255,1,0),(24442,188464,571,1,1,4758.61,-4824.15,25.961,5.55015,0,0,-0.358368,0.933581,120,255,1,0),(24443,188464,571,1,1,4764.17,-4818.16,25.8827,5.55015,0,0,-0.358368,0.933581,120,255,1,0),(24444,188464,571,1,1,4785.61,-4793.26,26.1214,5.55015,0,0,-0.358368,0.933581,120,255,1,0),(24445,188464,571,1,1,4848.13,-4827.71,25.9615,2.40855,0,0,0.93358,0.358368,120,255,1,0),(24446,188464,571,1,1,4790.92,-4787.03,26.1966,5.55015,0,0,-0.358368,0.933581,120,255,1,0),(24447,188464,571,1,1,4796.21,-4780.99,26.1983,5.5676,0,0,-0.350207,0.936672,120,255,1,0),(24448,188464,571,1,1,4829.17,-4799.65,25.9629,3.9619,0,0,-0.91706,0.39875,120,255,1,0),(24449,188464,571,1,1,4775.31,-4860.43,26.525,0.837758,0,0,0.406736,0.913545,120,255,1,0),(24450,188499,571,1,1,4783.06,-4870.04,26.6344,5.5676,0,0,-0.350207,0.936672,300,255,1,0),(24451,188499,571,1,1,4777,-4864.7,26.7653,5.67232,0,0,-0.300706,0.953717,300,255,1,0),(24452,188499,571,1,1,4804.49,-4880.46,25.9502,0.925024,0,0,0.446198,0.894934,300,255,1,0),(24453,188499,571,1,1,4754.44,-4825.91,26.1786,4.01426,0,0,-0.906307,0.422619,300,255,1,0),(24454,188499,571,1,1,4797.43,-4776.76,26.2836,3.97936,0,0,-0.913545,0.406738,300,255,1,0),(24455,188499,571,1,1,4792.05,-4782.72,26.4163,4.04917,0,0,-0.898793,0.438373,300,255,1,0),(24456,188499,571,1,1,4806.47,-4775.94,26.3071,2.37364,0,0,0.927183,0.374608,300,255,1,0),(24457,188499,571,1,1,4809.33,-4874.77,26.0656,0.837758,0,0,0.406736,0.913545,300,255,1,0),(24458,188499,571,1,1,4819.94,-4862.52,26.0557,0.820303,0,0,0.398748,0.91706,300,255,1,0),(24459,188499,571,1,1,4786.89,-4788.97,26.3336,4.04917,0,0,-0.898793,0.438373,300,255,1,0),(24460,188499,571,1,1,4852.34,-4826.06,26.0664,0.85521,0,0,0.414693,0.909962,300,255,1,0),(24461,188499,571,1,1,4845.62,-4811.59,26.179,2.3911,0,0,0.930417,0.366502,300,255,1,0),(14972,188695,571,1,1,4495.53,1747.34,175.075,0.733038,0,0,0.358368,0.933581,300,100,1,0),(14973,188695,571,1,1,4544.45,1739.19,167.594,-1.15192,0,0,-0.544639,0.838671,300,100,1,0),(14974,188695,571,1,1,4573.88,1708.47,171.659,-2.26892,0,0,-0.906307,0.422619,300,100,1,0),(14975,188695,571,1,1,4604.58,1727.41,170.604,-0.191985,0,0,-0.0958452,0.995396,300,100,1,0),(14976,188695,571,1,1,4601.98,1700.36,171.911,-0.401425,0,0,-0.199367,0.979925,300,100,1,0),(14977,188695,571,1,1,4576.48,1755.04,167.775,-0.279252,0,0,-0.139173,0.990268,300,100,1,0),(14978,188695,571,1,1,4625.86,1754.51,182.245,-0.733038,0,0,-0.358368,0.933581,300,100,1,0),(14979,188695,571,1,1,4561.23,1731.2,166.636,-0.610864,0,0,-0.300705,0.953717,300,100,1,0),(14980,188695,571,1,1,4497.56,1880.61,164.279,0.837757,0,0,0.406736,0.913545,300,100,1,0),(9650,177415,1,1,1,5515.71,-4905.82,846.322,4.62478,0,0,0.737392,-0.675466,-600,255,1,0),(9651,177415,1,1,1,5505.09,-4909.36,848.961,5.63402,0,0,0.318914,-0.947784,-600,255,1,0),(9652,177415,1,1,1,5501.69,-4920.04,848.791,0.155868,0,0,0.0778553,0.996965,-600,255,1,0),(9653,177415,1,1,1,5510.28,-4929.31,845.214,1.62064,0,0,0.724507,0.689267,-600,255,1,0),(9654,177415,1,1,1,5520.35,-4925.22,843.644,2.13507,0,0,0.876015,0.482283,-600,255,1,0),(9655,177415,1,1,1,5526.7,-4916.41,843.452,3.01865,0,0,0.998111,0.0614331,-600,255,1,0),(9656,177414,1,1,1,5514.49,-4917.57,850.538,2.3911,0,0,0.930417,0.366502,-900,100,1,0),(6040,1622,1,1,1,1559.65,-2812.19,181.536,0,0,0,0,1,120,255,1,0),(6041,1623,1,1,1,1599.65,-3088.06,89.474,0,0,0,0,1,120,255,1,0),(6042,1732,1,1,1,1619.24,-3106.81,90.9107,0,0,0,0,1,120,255,1,0),(6043,176784,1,1,1,1550.69,-2862.28,181.754,3.14159,0,0,0,1,120,255,1,0),(4598,190501,571,1,1,6206.71,4951.67,-98.9126,3.84683,0,0,0.938472,-0.345355,300,0,1,0),(4599,190502,571,1,1,6206.71,4951.67,-98.9126,3.84683,0,0,0.938472,-0.345355,-5000,0,1,0),(268568,194625,603,3,1,1998.42,-59.8531,244.331,5.75993,0,0,0.258651,-0.965971,300,0,1,0),(268567,194625,603,3,1,1943.06,-23.5098,244.228,3.14063,0,0,1,0.000479654,300,0,1,0),(268566,194625,603,3,1,2000.65,5.7939,243.411,0.855124,0,0,0.414653,0.909979,300,0,1,0),(268569,194462,603,3,1,2104.57,-25.2984,242.648,6.25409,0,0,0,0,10,0,1,0),(17804,194338,603,2,1,2178.25,-24.1533,248.345,3.14159,0,0,-1,0,604800,0,0,0),(17805,194339,603,1,1,2178.25,-24.1533,248.345,3.14159,0,0,-1,0,604800,0,0,0),(17806,194360,603,3,1,1954.7,91.8725,239.624,5.98995,0,0,-0.146092,0.989271,604800,0,0,0),(17807,194361,603,3,1,1961.83,65.2316,239.647,3.68612,0,0,-0.963165,0.26891,604800,0,0,0),(17808,194362,603,3,1,1886.63,72.2114,239.624,1.71389,0,0,0.755847,0.654748,604800,0,0,0),(17809,194363,603,3,1,1944.33,106.158,239.647,3.68612,0,0,-0.963165,0.26891,604800,0,0,0),(17810,194364,603,3,1,1899.23,45.5829,239.647,1.41718,0,0,0.650765,0.759279,604800,0,0,0),(17811,194365,603,3,1,1923.47,28.1641,239.647,2.28985,0,0,0.910679,0.413115,604800,0,0,0),(76647,193813,571,1,2,7541.28,1320.4,328.912,-1.50098,0,0,0,1,120,255,1,0),(76648,193814,571,1,2,7543.63,1320.44,329.055,2.77507,0,0,0,1,120,255,1,0),(76649,193816,571,1,2,7545.14,1315.04,329.446,-3.01067,0,0,0,1,120,255,1,0),(76650,193817,571,1,2,7543,1315.06,329.227,0.130899,0,0,0,1,120,255,1,0),(76651,193818,571,1,2,7540.65,1315.59,328.977,1.7017,0,0,0,1,120,255,1,0),(76652,193819,571,1,2,7560.57,1300.76,333.208,1.80641,0,0,0,1,120,255,1,0),(76653,193820,571,1,2,7554.93,1309.58,330.944,-1.77151,0,0,0,1,120,255,1,0),(76654,193807,571,1,2,7559.17,1301.4,332.965,2.01586,0,0,0,1,120,255,1,0),(76655,193808,571,1,2,7561.4,1303.66,332.185,1.37008,0,0,0,1,120,255,1,0),(76656,193809,571,1,2,7557.44,1303.1,331.589,1.30027,0,0,0,1,120,255,1,0),(76657,193815,571,1,2,7542.43,1320.44,329.636,1.91113,0,0,0,1,120,255,1,0),(76658,193800,571,1,2,7554.2,1314.12,330.683,2.33874,0,0,0,1,120,255,1,0),(76659,193801,571,1,2,7545.63,1307.18,329.913,0.724311,0,0,0,1,120,255,1,0),(76660,193802,571,1,2,7541.9,1316.62,328.908,0.113445,0,0,0,1,120,255,1,0),(76661,193810,571,1,2,7557.45,1303.4,332.967,-1.83259,0,0,0,1,120,255,1,0),(76662,193821,571,1,2,7550.28,1316.34,329.959,2.83615,0,0,0,1,120,255,1,0),(76663,193822,571,1,2,7553.37,1304.98,331.067,-2.27765,0,0,0,1,120,255,1,0),(76664,193823,571,1,2,7551.5,1304.4,330.718,1.59698,0,0,0,1,120,255,1,0),(76665,193824,571,1,2,7553.54,1304.76,331.108,0.942476,0,0,0,1,120,255,1,0),(76666,193825,571,1,2,7550.23,1316.46,330.613,-2.33001,0,0,0,1,120,255,1,0),(76667,193826,571,1,2,7556.11,1309.79,331.702,1.02102,0,0,0,1,120,255,1,0),(76668,193827,571,1,2,7540.02,1320.73,329.428,1.59697,0,0,0,1,120,255,1,0),(76669,193805,571,1,2,7560.4,1300.32,332.094,-1.33518,0,0,0,1,120,255,1,0),(76670,193811,571,1,2,7616.36,1305.62,341.753,-1.55334,0,0,0,1,120,255,1,0),(76671,193829,571,1,2,7628.7,1313.04,341.731,2.51076,0,0,0,1,120,255,1,0),(76672,193836,571,1,2,7623.7,1306.83,341.28,-1.30463,0,0,0,1,120,255,1,0),(76673,193837,571,1,2,7623.35,1306.82,341.664,0.303597,0,0,0,1,120,255,1,0),(76674,193812,571,1,2,7616.43,1305.33,340.404,1.57952,0,0,0,1,120,255,1,0),(76675,193839,571,1,2,7620.77,1303.79,341.359,1.7767,0,0,0,1,120,255,1,0),(76676,193840,571,1,2,7619.12,1305.52,340.815,-1.29245,0,0,0,1,120,255,1,0),(76677,193833,571,1,2,7611.56,1304.1,341.69,2.46209,0,0,0,1,120,255,1,0),(76678,193834,571,1,2,7611.44,1305.62,341.875,2.38594,0,0,0,1,120,255,1,0),(76679,193828,571,1,2,7628.8,1312.44,341.181,-0.599511,0,0,0,1,120,255,1,0),(76680,193830,571,1,2,7631.09,1311.51,341.532,2.19911,0,0,0,1,120,255,1,0),(76681,193838,571,1,2,7628.43,1307.57,341.727,2.48184,0,0,0,1,120,255,1,0),(76682,193831,571,1,2,7630.33,1312.19,341.389,1.4748,0,0,0,1,120,255,1,0),(76683,193832,571,1,2,7631.08,1312.43,341.409,1.21079,0,0,0,1,120,255,1,0),(76684,193845,571,1,2,7625.17,1305.66,341.532,2.27417,0,0,0,1,120,255,1,0),(76685,193803,571,1,2,7634.98,1315.54,341.334,0.383972,0,0,0,1,120,255,1,0),(76686,193804,571,1,2,7612.72,1303.83,340.103,2.40346,0,0,0,1,120,255,1,0),(76687,193799,571,1,2,7629.83,1308.38,341.498,2.49582,0,0,0,1,120,255,1,0),(76688,193474,571,1,2,7594.46,1387.24,335.49,1.50971,0,0,0,1,120,255,1,0),(76689,193477,571,1,2,7565.28,1388.17,328.302,2.64674,0,0,0,1,120,255,1,0),(76690,193478,571,1,2,7574,1396.27,329.352,1.90322,0,0,0,1,120,255,1,0),(76691,193479,571,1,2,7574.19,1387.19,330.173,-0.721683,0,0,0,1,120,255,1,0),(76692,193515,571,1,2,7572.92,1386.13,330.098,-0.194316,0,0,0,1,120,255,1,0),(76693,193475,571,1,2,7594.46,1387.61,334.23,-1.59698,0,0,0,1,120,255,1,0),(76694,193511,571,1,2,7572.46,1387.35,329.995,-2.31044,0,0,0,1,120,255,1,0),(76695,193523,571,1,2,7569.05,1379.31,329.638,0.26714,0,0,0,1,120,255,1,0),(76696,193524,571,1,2,7569.59,1378.76,331.618,0.288443,0,0,0,1,120,255,1,0),(76697,193525,571,1,2,7569.94,1380.11,331.807,0.288443,0,0,0,1,120,255,1,0),(76698,193526,571,1,2,7578.94,1388.34,331.19,2.51015,0,0,0,1,120,255,1,0),(76699,193527,571,1,2,7578.06,1388.37,330.858,0.952802,0,0,0,1,120,255,1,0),(76700,193528,571,1,2,7578.36,1387.9,331.377,2.9961,0,0,0,1,120,255,1,0),(76701,193514,571,1,2,7587.76,1391.35,333.901,3.10851,0,0,0,1,120,255,1,0),(76702,193472,571,1,2,7584.51,1387.77,335.294,1.52716,0,0,0,1,120,255,1,0),(76703,193473,571,1,2,7584.51,1388.14,334.035,-1.57952,0,0,0,1,120,255,1,0),(76704,193510,571,1,2,7585.27,1391.08,333.903,-2.3825,0,0,0,1,120,255,1,0),(76705,193529,571,1,2,7611.42,1384.34,335.702,0.411517,0,0,0,1,120,255,1,0),(76706,193498,571,1,2,7608.75,1388.73,335.816,-3.03121,0,0,0,1,120,255,1,0),(76707,193512,571,1,2,7607.57,1380.69,334.606,-2.61531,0,0,0,1,120,255,1,0),(76708,193513,571,1,2,7602.88,1392.21,333.848,2.86819,0,0,0,1,120,255,1,0),(76709,193499,571,1,2,7607.8,1387.9,334.551,1.18188,0,0,0,1,120,255,1,0),(76710,193500,571,1,2,7607.76,1388.98,335.697,2.75249,0,0,0,1,120,255,1,0),(76711,193501,571,1,2,7608.07,1387.85,335.689,1.57918,0,0,0,1,120,255,1,0),(76712,193502,571,1,2,7606.78,1387.01,335.462,0.440669,0,0,0,1,120,255,1,0),(76713,193507,571,1,2,7603.44,1393.47,333.864,0.820591,0,0,0,1,120,255,1,0),(76714,193508,571,1,2,7604.21,1394.05,334.012,0.553567,0,0,0,1,120,255,1,0),(76715,193521,571,1,2,7603.4,1381.2,334.513,1.02824,0,0,0,1,120,255,1,0),(76716,193522,571,1,2,7609.95,1383.47,334.845,2.07127,0,0,0,1,120,255,1,0),(76717,193505,571,1,2,7614.04,1383.11,335.336,-1.19928,0,0,0,1,120,255,1,0),(76718,193506,571,1,2,7604.29,1393.07,334.032,-0.00174688,0,0,0,1,120,255,1,0),(76719,193466,571,1,2,7603.32,1390.26,333.631,-1.94422,0,0,0,1,120,255,1,0),(76720,193467,571,1,2,7611.13,1380.28,334.909,-2.72954,0,0,0,1,120,255,1,0),(76721,193503,571,1,2,7613.5,1382.34,335.279,0.381168,0,0,0,1,120,255,1,0),(76722,193504,571,1,2,7613.35,1382.99,335.625,0.834132,0,0,0,1,120,255,1,0),(76723,193509,571,1,2,7600.53,1392.64,333.349,1.35132,0,0,0,1,120,255,1,0),(76724,193806,571,1,2,7559.96,1299.04,333.119,2.80997,0,0,0,1,120,255,1,0),(76725,193798,571,1,2,7554.07,1301.21,331.218,1.19555,0,0,0,1,120,255,1,0),(76726,193841,571,1,2,7625.24,1304.63,341.662,2.19261,0,0,0,1,120,255,1,0),(76727,193843,571,1,2,7626.08,1302.19,342.053,1.93999,0,0,0,1,120,255,1,0),(76728,193842,571,1,2,7625.74,1303.09,341.893,2.15754,0,0,0,1,120,255,1,0),(76729,193835,571,1,2,7621.55,1301.87,341.721,-1.39036,0,0,0,1,120,255,1,0),(76730,193797,571,1,2,7622.56,1303.29,341.144,1.82387,0,0,0,1,120,255,1,0),(76731,193844,571,1,2,7626.62,1302.82,342.019,1.37313,0,0,0,1,120,255,1,0),(268887,192066,571,1,1,4816.64,-582.227,163.187,-1.24098,0,0,-0.581434,0.813594,180,255,1,0),(268886,192065,571,1,1,4816.55,-581.285,163.062,1.04309,0,0,0.49822,0.86705,180,255,1,0),(268885,192064,571,1,1,4823.09,-581.729,164.163,2.40835,0,0,0.933544,0.358463,180,255,1,0),(268884,190191,571,1,1,4819.28,-583.566,163.564,1.3439,0,0,0.622513,0.782609,180,255,1,0),(268883,190332,571,1,1,4819.37,-583.699,163.506,1.50098,0,0,0.681997,0.731355,180,255,1,0),(7095,192615,571,1,1,5770.06,-3076.52,307.922,2.01585,0,0,0.845727,0.533616,120,0,1,0),(7096,192237,571,1,1,5865.14,-3066.9,326.895,0.445059,0,0,0.220697,0.975342,120,0,1,0),(7097,192240,571,1,1,5827.6,-3123.57,345.308,-1.12574,0,0,-0.533614,0.845728,120,0,1,0),(268878,181096,329,1,1,3423.57,-3055.67,136.498,5.25036,0,0,0,0,300,0,1,0),(7227,185483,469,1,1,-7455.08,-1051.84,476.556,2.17155,0,0,0.884665,0.466227,300,0,1,0),(7228,180424,469,1,1,-7565.34,-1029.19,449.142,3.75568,0,0,0.953231,-0.302244,300,0,1,0),(7229,175185,469,1,1,-7520.27,-972.05,423.429,5.32599,0,0,0.460536,-0.887641,300,0,1,0),(7230,175946,469,1,1,-7552.26,-1022.92,408.491,3.75109,0,0,0.953922,-0.300053,300,0,1,0),(56158,179121,469,1,1,-7683.71,-1052.78,440.643,3.75246,0,0,0.953717,-0.300706,7200,255,1,0),(56159,179122,469,1,1,-7691.45,-1040.23,440.685,3.75246,0,0,0.953717,-0.300706,7200,255,1,0),(56160,153723,469,1,1,-7752.4,-1155.65,396.696,3.33359,0,0,0.953717,-0.300706,7200,255,1,0),(56161,179148,469,1,1,-7510.98,-1094.69,476.555,5.34071,0,0,0,1,7200,255,1,0),(56162,149045,469,1,1,-6904.81,-1206.78,178.512,2.9845,0,0,1,-0.0000000437114,7200,255,1,0),(56163,149046,469,1,1,-6900.42,-1339.33,239.652,3.39467,0,0,1,-0.0000000437114,7200,255,1,0),(56164,161536,469,1,1,-6756.73,-1166.7,187.042,1.31772,0,0,0.996917,-0.0784592,7200,255,1,0),(56165,179113,469,1,1,-7629.54,-1017.33,413.382,6.06502,0,0,0.953717,-0.300706,7200,255,1,0),(56166,179112,469,1,1,-7628.56,-1012.67,413.382,5.75086,0,0,0.953717,-0.300706,7200,255,1,0),(56167,179114,469,1,1,-7627.56,-1009.03,413.382,5.36689,0,0,0.953717,-0.300706,7200,255,1,0),(56168,179111,469,1,1,-7623.49,-1009.64,413.382,4.89565,0,0,0.953717,-0.300706,7200,255,1,0),(56169,179110,469,1,1,-7618.74,-1009.88,413.382,4.6513,0,0,0.953717,-0.300706,7200,255,1,0),(56170,180632,469,1,1,-7554.89,-1039.86,449.213,2.96704,0,0,0.953717,-0.300706,7200,255,1,0),(56171,180631,469,1,1,-7545.93,-978.483,449.213,2.96704,0,0,0.953717,-0.300706,7200,255,1,0),(56172,179106,469,1,1,-7468.11,-1047.16,411.971,0.610865,0,0,0.953717,-0.300706,7200,255,1,0),(56173,179105,469,1,1,-7466.62,-1042.56,411.971,2.18166,0,0,0.953717,-0.300706,7200,255,1,0),(56174,179104,469,1,1,-7464.98,-1041.42,411.971,2.18166,0,0,0.953717,-0.300706,7200,255,1,0),(56175,179108,469,1,1,-7464.79,-1048.65,411.971,2.18166,0,0,0.953717,-0.300706,7200,255,1,0),(56176,179107,469,1,1,-7459.67,-1041.25,411.971,3.75246,0,0,0.953717,-0.300706,7200,255,1,0),(56177,179109,469,1,1,-7459.43,-1044.9,411.971,2.18166,0,0,0.953717,-0.300706,7200,255,1,0),(74165,177807,469,1,1,-7549.48,-1069.96,408.49,5.75959,0,0,0,1,7200,255,1,0),(74166,177807,469,1,1,-7554.42,-1061.5,408.49,3.99681,0,0,0,1,7200,255,1,0),(74167,177807,469,1,1,-7563.15,-1088.7,413.381,5.8294,0,0,0,1,7200,255,1,0),(74168,177807,469,1,1,-7564.89,-1058.87,408.49,2.28638,0,0,0,1,7200,255,1,0),(74169,177807,469,1,1,-7566,-1045.93,408.49,3.05433,0,0,0,1,7200,255,1,0),(74170,177807,469,1,1,-7568.27,-1097.68,413.381,2.79252,0,0,0,1,7200,255,1,0),(74171,177807,469,1,1,-7568.62,-1086.58,413.381,0.85521,0,0,0,1,7200,255,1,0),(74172,177807,469,1,1,-7569.38,-1079.73,413.381,3.59538,0,0,0,1,7200,255,1,0),(74173,177807,469,1,1,-7572.49,-1095.03,413.381,3.42085,0,0,0,1,7200,255,1,0),(74174,177807,469,1,1,-7576.92,-1083.69,413.381,3.38594,0,0,0,1,7200,255,1,0),(74175,177807,469,1,1,-7577.84,-1035.97,408.49,5.16618,0,0,0,1,7200,255,1,0),(74176,177807,469,1,1,-7578.64,-1089.95,413.381,2.21656,0,0,0,1,7200,255,1,0),(74177,177807,469,1,1,-7579.49,-1051.48,408.157,0.523598,0,0,0,1,7200,255,1,0),(74178,177807,469,1,1,-7580.8,-1067.29,408.49,3.29869,0,0,0,1,7200,255,1,0),(74179,177807,469,1,1,-7584.68,-1075.84,408.49,3.01941,0,0,0,1,7200,255,1,0),(74180,177807,469,1,1,-7586.37,-1024.43,408.49,3.35105,0,0,0,1,7200,255,1,0),(74181,177807,469,1,1,-7588.84,-1053.79,408.157,4.55531,0,0,0,1,7200,255,1,0),(74182,177807,469,1,1,-7592.35,-1010.84,408.49,3.73501,0,0,0,1,7200,255,1,0),(74183,177807,469,1,1,-7592.38,-1035.68,408.157,1.62316,0,0,0,1,7200,255,1,0),(74184,177807,469,1,1,-7594.37,-1102.9,408.49,5.37562,0,0,0,1,7200,255,1,0),(74185,177807,469,1,1,-7597.53,-1094.54,408.49,2.37364,0,0,0,1,7200,255,1,0),(74186,177807,469,1,1,-7599,-1044.77,408.157,5.25344,0,0,0,1,7200,255,1,0),(74187,177807,469,1,1,-7601.14,-1077.11,408.218,5.0091,0,0,0,1,7200,255,1,0),(74188,177807,469,1,1,-7604.36,-1060.24,408.157,3.50812,0,0,0,1,7200,255,1,0),(74189,177807,469,1,1,-7609.94,-1035.11,408.49,4.34587,0,0,0,1,7200,255,1,0),(74190,177807,469,1,1,-7611.6,-1020.32,413.381,3.08918,0,0,0,1,7200,255,1,0),(74191,177807,469,1,1,-7618.1,-1069.33,408.49,4.95674,0,0,0,1,7200,255,1,0),(74192,177807,469,1,1,-7619.76,-1058.94,408.49,1.81514,0,0,0,1,7200,255,1,0),(74193,177807,469,1,1,-7626.69,-1011.71,413.381,0.226893,0,0,0,1,7200,255,1,0),(74194,177807,469,1,1,-7628.32,-1044.57,408.49,6.10865,0,0,0,1,7200,255,1,0),(75120,179784,469,1,1,-7572.59,-1062.57,449.164,0.541051,0,0,0,1,7200,255,1,0),(75121,179784,469,1,1,-7593.77,-1063.45,449.164,0.471238,0,0,0,1,7200,255,1,0),(75122,179784,469,1,1,-7595.27,-1030.42,449.164,0.314158,0,0,0,1,7200,255,1,0),(75123,179784,469,1,1,-7595.77,-1080,449.164,0.558504,0,0,0,1,7200,255,1,0),(75124,179784,469,1,1,-7605.95,-1045.06,449.164,0.645772,0,0,0,1,7200,255,1,0),(75125,179784,469,1,1,-7609.89,-1061.46,449.164,0.418879,0,0,0,1,7200,255,1,0),(75126,179784,469,1,1,-7616.21,-997.084,440.282,0.209439,0,0,0,1,7200,255,1,0),(75127,179784,469,1,1,-7619.15,-1047.15,449.164,0.506145,0,0,0,1,7200,255,1,0),(75128,179784,469,1,1,-7620.09,-1075.73,449.164,0.471238,0,0,0,1,7200,255,1,0),(75129,179784,469,1,1,-7626.95,-981.359,440.023,0.157079,0,0,0,1,7200,255,1,0),(75130,179784,469,1,1,-7627.98,-1095.31,449.164,0.541051,0,0,0,1,7200,255,1,0),(75131,179784,469,1,1,-7629.78,-1061.48,449.164,0.628317,0,0,0,1,7200,255,1,0),(75132,179784,469,1,1,-7630.29,-1005.49,440.262,0.401425,0,0,0,1,7200,255,1,0),(75133,179784,469,1,1,-7637.64,-965.023,440.275,0.0174525,0,0,0,1,7200,255,1,0),(75134,179784,469,1,1,-7637.93,-1081.13,449.164,0.453785,0,0,0,1,7200,255,1,0),(75135,179784,469,1,1,-7640.29,-991.302,440.263,0.453785,0,0,0,1,7200,255,1,0),(75136,179784,469,1,1,-7642.73,-1015.65,440.245,0.471238,0,0,0,1,7200,255,1,0),(75137,179784,469,1,1,-7647.78,-1066.97,449.164,0.558504,0,0,0,1,7200,255,1,0),(75138,179784,469,1,1,-7650.9,-975.792,440.263,0.226893,0,0,0,1,7200,255,1,0),(75139,179784,469,1,1,-7651.32,-1103.53,449.164,0.523598,0,0,0,1,7200,255,1,0),(75140,179784,469,1,1,-7653.69,-999.919,439.986,0.506145,0,0,0,1,7200,255,1,0),(75141,179784,469,1,1,-7656.67,-1024.32,440.257,0.506145,0,0,0,1,7200,255,1,0),(75142,179784,469,1,1,-7663.99,-1084.89,449.164,0.628317,0,0,0,1,7200,255,1,0),(75143,179784,469,1,1,-7664.82,-984.057,440.247,0.314158,0,0,0,1,7200,255,1,0),(75144,179784,469,1,1,-7665.26,-1113.61,449.164,0.523598,0,0,0,1,7200,255,1,0),(75145,179784,469,1,1,-7667.54,-1008.34,440.259,0.523598,0,0,0,1,7200,255,1,0),(75146,179784,469,1,1,-7669.46,-1034.2,440.244,0.541051,0,0,0,1,7200,255,1,0),(75147,179784,469,1,1,-7677.63,-994.426,440.259,0.383971,0,0,0,1,7200,255,1,0),(75148,179784,469,1,1,-7677.68,-1095.24,449.135,0.628317,0,0,0,1,7200,255,1,0),(75149,179784,469,1,1,-7680.11,-1123.29,449.105,0.523598,0,0,0,1,7200,255,1,0),(75150,179784,469,1,1,-7680.51,-1018.7,439.983,0.558504,0,0,0,1,7200,255,1,0),(75151,179784,469,1,1,-7686.85,-1047.04,440.371,0.558504,0,0,0,1,7200,255,1,0),(75152,179784,469,1,1,-7691.26,-1002.38,440.244,0.418879,0,0,0,1,7200,255,1,0),(75153,179784,469,1,1,-7691.97,-1105.41,449.13,0.628317,0,0,0,1,7200,255,1,0),(75154,179784,469,1,1,-7699.2,-1030.98,440.588,0.558504,0,0,0,1,7200,255,1,0),(75155,179784,469,1,1,-7709.17,-1017.01,440.446,0.471238,0,0,0,1,7200,255,1,0),(75156,179784,469,1,1,-7713.14,-1060.04,445.176,5.09636,0,0,0,1,7200,255,1,0),(75157,179784,469,1,1,-7716.1,-1077.45,445.176,0.872664,0,0,0,1,7200,255,1,0),(75158,176964,469,1,1,-7639.43,-1083.94,408.528,3.75246,0,0,0.953717,-0.300706,7200,255,0,0),(75159,179365,469,1,1,-7568.43,-1031.59,449.109,3.75246,0,0,0.953717,-0.300706,7200,255,1,0),(75160,176965,469,1,1,-7552.37,-1022.98,408.528,3.75246,0,0,0.953717,-0.300706,7200,255,1,0),(75161,179116,469,1,1,-7506.29,-1043.16,480.03,0.610865,0,0,0.953717,-0.300706,7200,255,1,0),(268877,181094,429,1,1,263.38,-452.69,-119.96,0,0,0,0,0,180,0,1,0),(75163,179364,469,1,1,-7531.22,-956.411,428.252,5.32326,0,0,0.953717,-0.300706,7200,255,1,0),(75164,179117,469,1,1,-7464,-1103.55,480.03,0.610865,0,0,0.953717,-0.300706,7200,255,1,0),(75165,179115,469,1,1,-7455.24,-1051.71,480.03,2.18166,0,0,0.953717,-0.300706,7200,255,0,0),(268966,193580,571,1,1,6777.45,1539.3,391.944,0,0,0,0,1,25,0,1,0),(56187,20920,47,1,1,2080.89,1703.36,56.6447,0.553757,0,0,0.273354,0.961913,-43200,100,1,0),(56188,20920,47,1,1,2055.28,1767.7,58.4559,2.98378,0,0,0.996889,0.0788245,-43200,100,1,0),(56189,20920,47,1,1,2196.64,1827.96,61.4706,2.11277,0,0,0.870583,0.492022,-43200,100,1,0),(56190,20920,47,1,1,2030.32,1867.61,56.2866,5.6777,0,0,0.298139,-0.954522,-43200,100,1,0),(56191,20920,47,1,1,2091.33,1861.73,51.0341,1.25355,0,0,0.586536,0.809923,-43200,100,1,0),(56192,20920,47,1,1,2200.15,1897.64,71.3191,2.6492,0,0,0.969846,0.243717,-43200,100,1,0),(56193,20920,47,1,1,2075.75,1742.04,76.7184,1.33994,0,0,0.620962,0.78384,-43200,100,1,0),(56194,20920,47,1,1,2126,1661.15,82.4824,0.0220437,0,0,0.0110216,0.999939,-43200,100,1,0),(56195,20920,47,1,1,2207.92,1596.91,80.7375,3.60582,0,0,0.973182,-0.230035,-43200,100,1,0),(56196,20920,47,1,1,2156.98,1542.26,72.849,2.43086,0,0,0.937519,0.347934,-43200,100,1,0),(56197,20920,47,1,1,2179.95,1514.06,69.0709,0.778385,0,0,0.379441,0.925216,-43200,100,1,0),(56198,20920,47,1,1,2000.85,1533.93,80.3971,4.919,0,0,0.630419,-0.776255,-43200,100,1,0),(56199,20920,47,1,1,1991.49,1608.53,81.1601,1.1004,0,0,0.522858,0.85242,-43200,100,1,0),(29727,20919,47,1,1,2082.74,1671.82,61.2396,3.66079,0,0,0.966493,-0.256693,-43200,100,1,0),(268845,192075,571,1,4,7121.83,-3542.56,835.008,-0.750491,0,0,-0.366501,0.930418,300,100,1,0),(268844,192075,571,1,4,7169.6,-3615.71,830.249,-2.89724,0,0,-0.992546,0.121873,300,100,1,0),(268843,192075,571,1,4,7230.44,-3555.63,841.772,1.85005,0,0,0.798636,0.601815,300,100,1,0),(268842,192075,571,1,4,7201.17,-3556.13,828.03,2.18166,0,0,0.88701,0.461749,300,100,1,0),(268841,192075,571,1,4,7218.64,-3529.71,828.539,-1.93732,0,0,-0.824127,0.566404,300,100,1,0),(268853,192079,571,1,4,7309.3,-2782.45,869.824,-0.610864,0,0,-0.300705,0.953717,180,255,1,0),(268855,192524,571,1,4,7355.87,-2962.37,912.502,1.74533,0,0,0.766045,0.642787,180,255,1,0),(268854,192078,571,1,4,7142.23,-2723.25,787.769,-2.63544,0,0,-0.968147,0.250383,180,255,1,0),(268907,193993,571,1,4,7161.85,-2229.08,759.091,0.838255,0,0,0.406964,0.913444,300,0,1,0),(21081,191815,571,1,1,7229.83,-3560.51,840.158,4.97419,0,0,0,1,120,255,1,0),(21097,191815,571,1,1,7170.09,-3644.12,830.197,3.99681,0,0,0,1,120,255,1,0),(21098,191815,571,1,1,7273.54,-3632.39,829.721,0.453785,0,0,0,1,120,255,1,0),(21099,191815,571,1,1,7464.85,-3014.68,851.467,5.25344,0,0,0,1,120,255,1,0),(268650,192187,571,1,65535,7307.46,-2072.95,762.321,2.53279,0,0,0.954027,0.299722,120,100,1,0),(20919,192188,571,1,4,7313.11,-2054.22,760.599,2.81615,0,0,0.98679,0.162004,180,255,1,0),(20920,192189,571,1,4,7313.61,-2054.12,761.261,0.711686,0,0,0.348381,0.937353,180,255,1,0),(20921,192190,571,1,4,7309.42,-2060.01,761.261,0.504564,0,0,0.249614,0.968345,180,255,1,0),(20922,192191,571,1,4,7320.77,-2041.83,760.599,2.81615,0,0,0.98679,0.162004,180,255,1,0),(20923,192192,571,1,4,7314.04,-2044.86,759.983,1.09942,0,0,0.52244,0.852676,180,255,1,0),(20924,192193,571,1,4,7325.57,-2044.47,760.737,-0.80439,0,0,-0.391439,0.920204,180,255,1,0),(20925,192194,571,1,4,7320.69,-2053.65,761.339,-0.80439,0,0,-0.391439,0.920204,180,255,1,0),(20926,192195,571,1,4,7321,-2054.29,760.9,-1.40123,0,0,-0.644688,0.764446,180,255,1,0),(20927,191814,571,1,1,7337.65,-3049.82,841.367,1.22173,0,0,0,1,120,255,1,0),(20928,191814,571,1,1,7254.24,-3021.71,846.695,0.488691,0,0,0,1,120,255,1,0),(20929,191814,571,1,1,7330,-3292.08,859.143,5.55015,0,0,0,1,120,255,1,0),(20930,191814,571,1,1,7241.13,-3344.77,852.541,1.69297,0,0,0,1,120,255,1,0),(20931,191814,571,1,1,7158.73,-3356.5,860.18,4.43314,0,0,0,1,120,255,1,0),(20932,191814,571,1,1,7239.15,-3403.61,849.801,2.35619,0,0,0,1,120,255,1,0),(20933,191814,571,1,1,7160.92,-3487.59,857.127,1.62316,0,0,0,1,120,255,1,0),(20934,191814,571,1,1,7207.49,-3539.53,827.261,2.40855,0,0,0,1,120,255,1,0),(4658,182060,534,1,1,4270.96,-4143.03,870.723,6.02072,0,0,0.882948,-0.469472,7200,255,1,0),(4695,182061,534,1,1,4204.48,-4112.28,877.913,4.98538,0,0,0.882948,-0.469472,7200,255,1,0),(4700,182539,540,3,1,141.516,266.366,-11.5682,3.14159,0,0,1,0,7200,255,1,0),(4712,182540,540,3,1,214.488,266.167,-11.5181,0,0,0,1,0,7200,255,1,0),(268110,188114,580,1,1,1653,635.798,28.0941,6.28277,0,0,0.000206145,-1,300,0,1,0),(268109,187869,580,1,1,1695.93,675.326,28.0503,4.73554,0,0,0.698873,-0.715246,300,0,1,0),(268876,181052,229,1,1,-23.97,-451.98,-18.64,0,0,0,0,0,180,0,1,0),(268648,178685,1,1,1,9905.61,2310.47,1330.79,1.5705,0,0,0,0,900,100,1,0),(4756,181671,540,3,1,330.751,74.2059,1.07924,3.15906,0,0,0,1,7200,255,1,0),(4779,181671,540,3,1,330.795,41.0261,1.0704,0.0174525,0,0,0,1,7200,255,1,0),(4796,181439,540,3,1,260.319,-79.3166,-6.41893,5.84685,0,0,1,0,7200,255,1,0),(4806,181438,540,3,1,257.006,-102.191,-5.66889,4.45059,0,0,1,0,7200,255,1,0),(4842,181435,540,3,1,242.159,-75.0628,-9.3041,4.88692,0,0,1,0,7200,255,1,0),(4853,181436,540,3,1,232.833,-98.3243,-11.7617,0.698129,0,0,1,0,7200,255,1,0),(4857,181441,540,3,1,220.309,-54.908,-6.4563,2.00712,0,0,1,0,7200,255,1,0),(4932,181437,540,3,1,222.686,-78.6362,-11.1251,3.75246,0,0,1,0,7200,255,1,0),(4940,181440,540,3,1,215.421,-112.643,-6.4563,2.00712,0,0,1,0,7200,255,1,0),(4944,181442,540,3,1,197.259,-84.1902,-7.34571,2.00712,0,0,1,0,7200,255,1,0),(268643,192081,571,1,4,7873.97,-3230.72,849.804,0.286546,0,0,0.142783,0.989754,120,100,1,0),(268642,192081,571,1,4,7852.99,-3255.5,851.472,3.00795,0,0,0.997768,0.0667716,120,100,1,0),(268641,192081,571,1,4,7904.75,-3264.32,851.442,1.73168,0,0,0.76164,0.648001,120,100,1,0),(268640,192081,571,1,4,7939.08,-3282.58,857.487,1.38611,0,0,0.63889,0.769298,120,100,1,0),(268639,192081,571,1,4,7923.6,-3307.25,857.07,0.812764,0,0,0.395289,0.918557,120,100,1,0),(268638,192081,571,1,4,7905.56,-3320.09,857.02,0.427919,0,0,0.212331,0.977198,120,100,1,0),(268637,192081,571,1,4,7876.24,-3325.45,857.828,6.25557,0,0,0.0138072,-0.999905,120,100,1,0),(268636,192081,571,1,4,7850.69,-3319.63,859.898,5.76863,0,0,0.254449,-0.967086,120,100,1,0),(268635,192081,571,1,4,7831.15,-3305.42,860.812,5.48981,0,0,0.386365,-0.922346,120,100,1,0),(268634,192081,571,1,4,7812.31,-3286.12,860.228,4.85364,0,0,0.655446,-0.755242,120,100,1,0),(268633,192081,571,1,4,7801.85,-3253.95,858.841,4.75546,0,0,0.691716,-0.722169,120,100,1,0),(268632,192081,571,1,4,7810.85,-3225.37,858.131,3.96614,0,0,0.916212,-0.400694,120,100,1,0),(268631,192081,571,1,4,7834.13,-3203.41,857.778,3.67947,0,0,0.964053,-0.265708,120,100,1,0),(268630,192081,571,1,4,7859.57,-3192.8,857.114,3.05508,0,0,0.999065,0.0432429,120,100,1,0),(268629,192081,571,1,4,7886.72,-3194.93,857.323,2.74092,0,0,0.98,0.198999,120,100,1,0),(268628,192081,571,1,4,7923.83,-3211.46,857.913,2.46603,0,0,0.943492,0.331395,120,100,1,0),(268627,192081,571,1,4,7935.95,-3236.77,857.424,0.958063,0,0,0.46092,0.887442,120,100,1,0),(5216,202277,533,3,1,3495.97,-5357.84,144.964,0.541051,0,0,0,1,7200,255,1,0),(268048,202278,533,3,1,3498.3,-5349.49,144.968,1.36891,0,0,0.632249,0.774765,300,0,1,0),(6121,192776,571,1,1,4774.53,-2020.72,232.311,-1.57952,0,0,0.999991,0.00436324,120,255,1,0),(6122,192775,571,1,1,4774.53,-2020.72,232.311,-1.57952,0,0,0.999991,0.00436324,120,255,1,0),(5287,192635,571,1,1,6700.19,-4662.38,446.786,3.90954,0,0,0.374607,0.927184,120,255,1,0),(5288,192170,571,1,1,6700.19,-4662.38,446.786,3.90954,0,0,0.374607,0.927184,120,255,1,0),(76746,195344,571,1,1,7792.49,2552.29,404.737,0,0,0,0,1,120,255,1,0),(76747,195346,571,1,1,7792.49,2552.29,404.737,0,0,0,0,1,120,255,1,0),(76748,195344,571,1,1,7813.52,2376.7,383.758,0,0,0,0,1,120,255,1,0),(76749,195346,571,1,1,7813.52,2376.7,383.758,0,0,0,0,1,120,255,1,0),(76750,195344,571,1,1,7912.72,2361.58,403.348,0,0,0,0,1,120,255,1,0),(76751,195346,571,1,1,7912.72,2361.58,403.348,0,0,0,0,1,120,255,1,0),(76752,195344,571,1,1,7887.58,2323.53,389.297,0,0,0,0,1,120,255,1,0),(76753,195346,571,1,1,7887.58,2323.53,389.297,0,0,0,0,1,120,255,1,0),(76754,195344,571,1,1,7779.92,2417.38,384.435,0,0,0,0,1,120,255,1,0),(76755,195346,571,1,1,7779.92,2417.38,384.435,0,0,0,0,1,120,255,1,0),(76756,195344,571,1,1,7912.48,2277.05,387.872,0,0,0,0,1,120,255,1,0),(76757,195346,571,1,1,7912.48,2277.05,387.872,0,0,0,0,1,120,255,1,0),(76758,195344,571,1,1,7843.85,2334.66,382.39,0,0,0,0,1,120,255,1,0),(76759,195346,571,1,1,7843.85,2334.66,382.39,0,0,0,0,1,120,255,1,0),(76760,195344,571,1,1,7863.5,2231.65,375.172,0,0,0,0,1,120,255,1,0),(76761,195346,571,1,1,7863.5,2231.65,375.172,0,0,0,0,1,120,255,1,0),(76762,195344,571,1,1,7829.74,2296.03,378.059,0,0,0,0,1,120,255,1,0),(76763,195346,571,1,1,7829.74,2296.03,378.059,0,0,0,0,1,120,255,1,0),(76764,195344,571,1,1,7746.05,2373,376.394,0,0,0,0,1,120,255,1,0),(76765,195346,571,1,1,7746.05,2373,376.394,0,0,0,0,1,120,255,1,0),(76766,195344,571,1,1,7760.77,2331.15,374.805,0,0,0,0,1,120,255,1,0),(76767,195346,571,1,1,7760.77,2331.15,374.805,0,0,0,0,1,120,255,1,0),(76768,195344,571,1,1,7788.99,2255.3,371.706,0,0,0,0,1,120,255,1,0),(76769,195346,571,1,1,7788.99,2255.3,371.706,0,0,0,0,1,120,255,1,0),(76770,195344,571,1,1,7820.73,2238.01,372.776,0,0,0,0,1,120,255,1,0),(76771,195346,571,1,1,7820.73,2238.01,372.776,0,0,0,0,1,120,255,1,0),(268828,193708,571,1,1,7896.18,2071.19,601.443,-2.86232,0,0,-0.990267,0.139183,180,255,1,0),(76773,195344,571,1,1,7745.68,2289.91,371.991,0,0,0,0,1,120,255,1,0),(76774,195346,571,1,1,7745.68,2289.91,371.991,0,0,0,0,1,120,255,1,0),(76775,195344,571,1,1,7696.85,2372.09,374.579,0,0,0,0,1,120,255,1,0),(76776,195346,571,1,1,7696.85,2372.09,374.579,0,0,0,0,1,120,255,1,0),(76777,195344,571,1,1,7710.98,2338.5,373.022,0,0,0,0,1,120,255,1,0),(76778,195346,571,1,1,7710.98,2338.5,373.022,0,0,0,0,1,120,255,1,0),(76779,195344,571,1,1,7750.77,2420.46,380.734,0,0,0,0,1,120,255,1,0),(76780,195346,571,1,1,7750.77,2420.46,380.734,0,0,0,0,1,120,255,1,0),(76781,195344,571,1,1,7651.21,2394.11,374.719,0,0,0,0,1,120,255,1,0),(76782,195346,571,1,1,7651.21,2394.11,374.719,0,0,0,0,1,120,255,1,0),(76783,195344,571,1,1,7694.1,2306.05,370.416,0,0,0,0,1,120,255,1,0),(76784,195346,571,1,1,7694.1,2306.05,370.416,0,0,0,0,1,120,255,1,0),(76785,195344,571,1,1,7603.73,2402.67,377.199,0,0,0,0,1,120,255,1,0),(76786,195346,571,1,1,7603.73,2402.67,377.199,0,0,0,0,1,120,255,1,0),(76787,195344,571,1,1,7632.56,2369.05,376.192,0,0,0,0,1,120,255,1,0),(76788,195346,571,1,1,7632.56,2369.05,376.192,0,0,0,0,1,120,255,1,0),(76789,195346,571,1,1,7569,2373.52,377.072,0,0,0,0,1,120,255,1,0),(76790,195344,571,1,1,7569,2373.52,377.072,0,0,0,0,1,120,255,1,0),(76791,195344,571,1,1,7628.76,2434.55,377.868,0,0,0,0,1,120,255,1,0),(76792,195346,571,1,1,7628.76,2434.55,377.868,0,0,0,0,1,120,255,1,0),(76793,195346,571,1,1,7569.21,2434.03,382.951,0,0,0,0,1,120,255,1,0),(76794,195344,571,1,1,7569.21,2434.03,382.951,0,0,0,0,1,120,255,1,0),(76795,195344,571,1,1,7590.31,2308.01,376.749,0,0,0,0,1,120,255,1,0),(76796,195346,571,1,1,7590.31,2308.01,376.749,0,0,0,0,1,120,255,1,0),(76797,195344,571,1,1,7542.19,2323.88,378.223,0,0,0,0,1,120,255,1,0),(76798,195346,571,1,1,7542.19,2323.88,378.223,0,0,0,0,1,120,255,1,0),(76799,195344,571,1,1,7505.33,2363.4,378.051,0,0,0,0,1,120,255,1,0),(76800,195346,571,1,1,7505.33,2363.4,378.051,0,0,0,0,1,120,255,1,0),(76801,195344,571,1,1,7453.91,2355.88,380.035,0,0,0,0,1,120,255,1,0),(76802,195346,571,1,1,7453.91,2355.88,380.035,0,0,0,0,1,120,255,1,0),(76848,190353,571,1,1,4893.49,709.834,164.952,2.68781,0,0,0,1,120,255,1,0),(76849,190353,571,1,1,4890.26,789.901,166.38,1.90241,0,0,0,1,120,255,1,0),(76850,190353,571,1,1,4937.97,853.856,188.295,1.20428,0,0,0,1,120,255,1,0),(76851,190353,571,1,1,4928.85,976.412,213.989,0,0,0,0,1,120,255,1,0),(76852,190353,571,1,1,4902.88,997.414,217.287,0.837758,0,0,0,1,120,255,1,0),(76853,190353,571,1,1,4909.73,998.464,217.725,1.29154,0,0,0,1,120,255,1,0),(76854,190353,571,1,1,4900.08,1009.66,221.288,1.55334,0,0,0,1,120,255,1,0),(76855,190353,571,1,1,5122.18,1034.08,227.48,0,0,0,0,1,120,255,1,0),(76857,190353,571,1,1,5135.04,1036.4,225.9,0,0,0,0,1,120,255,1,0),(76858,190353,571,1,1,5122.98,1091.04,226.307,1.6057,0,0,0,1,120,255,1,0),(76859,190353,571,1,1,5113.69,1088.28,227.836,0.715585,0,0,0,1,120,255,1,0),(76860,190353,571,1,1,5107.82,1096.33,225.725,0.331611,0,0,0,1,120,255,1,0),(76861,190353,571,1,1,5152.61,1080.62,224.02,1.85005,0,0,0,1,120,255,1,0),(76862,190353,571,1,1,5189.12,1085.91,221.009,1.27409,0,0,0,1,120,255,1,0),(76863,190353,571,1,1,5179,1072.72,222.027,0,0,0,0,1,120,255,1,0),(76864,190353,571,1,1,5222.18,1092.03,219.728,1.27409,0,0,0,1,120,255,1,0),(76865,190353,571,1,1,5251.75,1079.05,221.122,0,0,0,0,1,120,255,1,0),(76866,190353,571,1,1,4945.76,839.31,190.655,0,0,0,0,1,120,255,1,0),(76867,190353,571,1,1,4845.71,676.88,164.334,1.69297,0,0,0,1,120,255,1,0),(76868,190353,571,1,1,4842.21,665.113,163.197,5.74214,0,0,0,1,120,255,1,0),(76869,190353,571,1,1,4850.36,659.361,162.251,2.56563,0,0,0,1,120,255,1,0),(268881,186299,1,1,1,-2453.24,-3153.89,35.8593,1.97643,0,0,0.835045,0.550181,180,0,1,0),(268660,190720,571,1,1,6207.94,-2097.64,417.594,5.28645,0,0,0.477992,-0.878364,120,100,1,0),(268659,190720,571,1,1,6137.17,-1932.44,417.639,1.9328,0,0,0.822845,0.568265,120,100,1,0),(268515,190949,571,1,1,6260.49,-1960.04,484.782,-2.49582,0,0,-0.948324,0.317305,300,0,1,0),(268514,190948,571,1,1,6260.48,-1960.04,484.782,-2.49582,0,0,-0.948324,0.317305,300,0,1,0),(268964,193092,571,1,1,6598.86,3145.67,667.008,4.00902,0,0,0.907411,-0.420245,300,0,1,0),(268963,193091,571,1,1,6636.1,3211.47,668.52,1.39995,0,0,0.644197,0.764859,300,0,1,0),(99849,15885,1,1,1,7853.95,-2212.3,456.397,3.14,0,0,0,0,0,0,1,0),(268872,181632,1,1,1,-4512.47,-782.202,-41.5776,0.56852,0,0,0.280447,0.959869,300,0,1,0),(268561,194905,603,3,1,401.308,-13.8236,409.524,3.14159,0,0,0,1,180,255,1,0),(5927,188698,571,1,1,4379.31,-2921.89,309.674,2.54818,0,0,0.439743,0.898124,300,0,1,0),(5928,188698,571,1,1,3991.77,-3186.28,281.448,0.069813,0,0,0.94445,-0.328654,300,0,1,0),(265656,185952,548,1,1,448.374,-544.713,-7.54634,4.71681,0,0,0.7,-0.7,300,0,1,0),(268941,184568,548,1,1,47.8436,-582.298,4.2,3.1415,0,0,0.998959,0.0456278,300,0,1,0),(268940,184205,548,1,1,26,-654.668,15.5,3.1415,0,0,0.712986,-0.701178,300,0,1,0),(268939,184204,548,1,1,26,-654.668,15.5,3.1415,0,0,0.712986,-0.701178,300,0,1,0),(268938,184203,548,1,1,26,-654.668,15.5,3.1415,0,0,0.712986,-0.701178,300,0,1,0),(265651,185952,548,1,1,448.374,-544.713,-7.54634,4.71681,0,0,0.7,-0.7,300,0,1,0),(268873,178224,1,1,1,-4035.38,1345.59,159.751,4.65349,0,0,0.727621,-0.685979,120,0,1,0),(220100,187882,547,3,1,-69.8564,-160.171,-2.14926,4.34429,0,0,0.824573,-0.565756,300,0,1,0),(220107,188142,547,3,1,-69.8564,-160.171,-4.14925,6.00542,0,0,0.138435,-0.990372,300,0,1,0),(220106,188142,547,3,1,-117.9,-167.091,-1.42756,4.99807,0,0,0.599246,-0.800565,300,0,1,0),(220105,188142,547,3,1,-72.0313,-185.713,-3.10467,0.102854,0,0,0.0514044,0.998678,300,0,1,0),(220104,188142,547,3,1,-119,-204.702,-1.505,0.749238,0,0,0.365918,0.930647,300,0,1,0),(220103,188142,547,3,1,-75.7,-221.039,-2.8907,6.2797,0,0,0.00174061,-0.999999,300,0,1,0),(220102,188142,547,3,1,-103.8,-245.022,-1.38009,5.94198,0,0,0.169777,-0.985483,300,0,1,0),(220101,188142,547,3,1,-74.4,-243.278,-3.44864,6.24435,0,0,0.0194145,-0.999812,300,0,1,0),(220112,188067,547,3,1,-81.8403,-169.35,-3.52671,5.12947,0,0,0.545391,-0.838182,300,0,1,0),(220111,188067,547,3,1,-54.45,-170.917,-2.58238,4.93313,0,0,0.62492,-0.780689,300,0,1,0),(240000,186331,0,1,1,-5505.47,-522.894,398.064,3.26363,0,0,0.998139,-0.0609795,300,0,1,0),(240003,180433,0,1,1,1732.03,506.873,41.7939,1.38659,0,0,0.639074,0.769145,300,0,1,0),(240002,186234,0,1,1,-9435.38,62.4,56.516,5.818,0,0,0.230221,-0.973138,300,0,1,0),(241175,181060,0,1,1,-8933.73,628.958,100.634,2.00713,0,0,0.843392,0.537299,180,100,1,0),(241174,181060,0,1,1,-8857.6,648.729,99.5508,-1.65806,0,0,-0.737276,0.675591,180,100,1,0),(241173,181060,0,1,1,-8858.01,647.785,99.5508,2.58309,0,0,0.961262,0.275636,180,100,1,0),(241172,181060,0,1,1,-8907.8,612.974,100.613,-2.67035,0,0,-0.972369,0.233447,180,100,1,0),(241171,181060,0,1,1,-8859.7,652.545,97.6087,1.62316,0,0,0.725376,0.688353,180,100,1,0),(241170,181020,0,1,1,-8740.8,579.024,109.82,-0.785398,0,0,-0.382683,0.92388,180,100,1,0),(241169,181020,0,1,1,-8743.36,695.376,110.7,0.628319,0,0,0.309017,0.951056,180,100,1,0),(241168,181020,0,1,1,-8842.43,716.519,109.501,2.02458,0,0,0.848048,0.52992,180,100,1,0),(241167,181014,0,1,1,-8852.53,539.681,117.809,0.244346,0,0,0.121869,0.992546,180,100,1,0),(241166,181020,0,1,1,-8803.75,653.544,97.3249,-1.79769,0,0,-0.782608,0.622514,180,100,1,0),(241165,181017,0,1,1,-4614.04,-1114.48,509.55,-2.94961,0,0,-0.995396,0.095844,180,100,1,0),(241164,181025,0,1,1,-4878.06,-879.947,510.242,-1.25664,0,0,-0.587786,0.809016,180,100,1,0),(241163,181017,0,1,1,-4974.48,-1033.47,510.385,2.77507,0,0,0.983255,0.182237,180,100,1,0),(241162,181025,0,1,1,-4684.72,-1205.31,510.45,2.35619,0,0,0.923879,0.382686,180,100,1,0),(241161,181017,0,1,1,-4730.89,-1063.31,508.738,-2.61799,0,0,-0.965925,0.258821,180,100,1,0),(241160,181021,0,1,1,-4634.71,-1025.57,514.933,1.8675,0,0,0.803856,0.594824,180,100,1,0),(241159,181025,0,1,1,-4928.49,-902.764,510.451,-0.994838,0,0,-0.477159,0.878817,180,100,1,0),(241158,181017,0,1,1,-4804.96,-1180.35,510.459,1.5708,0,0,0.707108,0.707106,180,100,1,0),(241157,181017,0,1,1,-4868.57,-1144.73,510.407,0.383972,0,0,0.190809,0.981627,180,100,1,0),(241156,181025,0,1,1,-4700.94,-958.901,510.295,0.820305,0,0,0.398749,0.91706,180,100,1,0),(241155,181019,0,1,1,-4886.38,-993.683,504.758,2.32129,0,0,0.91706,0.398748,180,100,1,0),(241154,181019,0,1,1,-4905.37,-979.254,503.518,-0.541052,0,0,-0.267238,0.96363,180,100,1,0),(241153,181019,0,1,1,-4881.06,-989.323,504.758,-1.02974,0,0,-0.492422,0.870357,180,100,1,0),(241152,181018,0,1,1,-4879.83,-987.33,509.983,2.14675,0,0,0.878816,0.477161,180,100,1,0),(241151,181019,0,1,1,-4899.35,-1004.48,504.758,-0.680679,0,0,-0.333807,0.942641,180,100,1,0),(241150,181019,0,1,1,-4877.42,-986.308,504.758,-0.575959,0,0,-0.284016,0.95882,180,100,1,0),(241149,181018,0,1,1,-4888.82,-994.738,510.049,2.32129,0,0,0.91706,0.398748,180,100,1,0),(241148,181060,0,1,1,-4877.75,-999.527,506.958,-3.05433,0,0,-0.999048,0.0436174,180,100,1,0),(241147,181017,0,1,1,-4899.03,-982.314,510.777,2.28638,0,0,0.909961,0.414694,180,100,1,0),(241146,181018,0,1,1,-4897.69,-1002.05,510.054,2.07694,0,0,0.861629,0.507539,180,100,1,0),(241145,181060,0,1,1,-4841.93,-874.424,511.14,-1.0472,0,0,-0.500001,0.866025,180,100,1,0),(241144,181060,0,1,1,-4844.49,-874.748,511.14,1.98968,0,0,0.838672,0.544637,180,100,1,0),(241143,181017,0,1,1,-4849.92,-877.536,506.389,-1.39626,0,0,-0.642786,0.766046,180,100,1,0),(241142,181060,0,1,1,-4843.25,-874.554,511.14,-2.49582,0,0,-0.948324,0.317305,180,100,1,0),(241141,181019,0,1,1,-4846.32,-864.108,502.844,-0.802851,0,0,-0.390731,0.920505,180,100,1,0),(241140,181060,0,1,1,-4839.09,-874.047,511.14,2.26893,0,0,0.906308,0.422617,180,100,1,0),(241139,181021,0,1,1,-4993.28,-886.917,524.6,0.680678,0,0,0.333807,0.942642,180,100,1,0),(241138,181016,0,1,1,-5008.32,-868.188,501.659,0.767945,0,0,0.374607,0.927184,180,100,1,0),(241137,181016,0,1,1,-5000.16,-841.309,501.659,-2.46091,0,0,-0.942641,0.333809,180,100,1,0),(241136,181016,0,1,1,-4990.29,-853.343,501.659,-2.44346,0,0,-0.939692,0.342021,180,100,1,0),(241135,181016,0,1,1,-4980.03,-865.875,501.659,-2.54818,0,0,-0.956305,0.292372,180,100,1,0),(241134,181021,0,1,1,-5013.39,-862.519,524.679,0.698132,0,0,0.34202,0.939693,180,100,1,0),(241133,181021,0,1,1,-4994.78,-847.123,524.522,-2.46091,0,0,-0.942641,0.333809,180,100,1,0),(241132,181021,0,1,1,-4974.65,-871.542,524.529,-2.44346,0,0,-0.939692,0.342021,180,100,1,0),(241131,181016,0,1,1,-4997.85,-880.69,501.659,0.715585,0,0,0.350207,0.936672,180,100,1,0),(241130,181021,0,1,1,-4984.71,-859.337,524.799,-2.46091,0,0,-0.942641,0.333809,180,100,1,0),(241129,181016,0,1,1,-8856.85,661.656,97.1286,-0.977384,0,0,-0.469471,0.882948,180,100,1,0),(241128,181019,0,1,1,-8856.15,671.781,98.8406,-0.314159,0,0,-0.156434,0.987688,180,100,1,0),(241127,181017,0,1,1,-8871.9,682.277,102.292,-0.994838,0,0,-0.477159,0.878817,180,100,1,0),(241126,181017,0,1,1,-8841.08,658.815,101.888,-2.61799,0,0,-0.965925,0.258821,180,100,1,0),(241125,181017,0,1,1,-8860.68,662.838,101.16,-0.925024,0,0,-0.446198,0.894934,180,100,1,0),(241124,181016,0,1,1,-8861.03,658.585,96.7187,-0.802851,0,0,-0.390731,0.920505,180,100,1,0),(241123,181015,0,1,1,-9106.58,422.097,93.7786,-2.49582,0,0,-0.948324,0.317305,180,100,1,0),(241122,181015,0,1,1,-8973.18,490.654,97.0779,2.19912,0,0,0.891008,0.453988,180,100,1,0),(241121,181015,0,1,1,-9003.58,466.834,97.1185,2.1293,0,0,0.874619,0.48481,180,100,1,0),(241120,181015,0,1,1,-9062.69,415.789,93.2961,2.21282,0,0,0.894097,0.447874,180,100,1,0),(241119,181015,0,1,1,-9081.59,440.823,93.2959,5.35912,0,0,0.445769,-0.895148,180,100,1,0),(241118,181015,530,1,1,-2035.19,5275.62,-38.9744,0.541052,0,0,0.267238,0.96363,180,100,1,0),(241117,181015,530,1,1,-2059.59,5316.22,-37.3235,-1.0472,0,0,-0.500001,0.866025,180,100,1,0),(241116,181015,0,1,1,1595.84,240.163,-52.1429,0.890118,0,0,0.430511,0.902585,180,100,1,0),(241115,181014,0,1,1,-9094.49,429.216,99.0901,-0.820305,0,0,-0.398749,0.91706,180,100,1,0),(241114,181025,0,1,1,-9085.24,418.316,121.565,-2.49582,0,0,-0.948324,0.317305,180,100,1,0),(241113,181060,0,1,1,-8920.49,636.273,100.627,-2.60054,0,0,-0.96363,0.267239,180,100,1,0),(241112,181060,0,1,1,-8856.1,648.363,97.6085,0.610865,0,0,0.300706,0.953717,180,100,1,0),(241111,181060,0,1,1,-8857.76,645.929,97.5954,-3.00197,0,0,-0.997564,0.0697546,180,100,1,0),(241110,181060,0,1,1,-8858.56,648.477,100.919,-3.00197,0,0,-0.997564,0.0697546,180,100,1,0),(241109,181018,0,1,1,-8902.26,621.338,101.596,-2.6529,0,0,-0.970296,0.241922,180,100,1,0),(241108,181060,0,1,1,-8857.41,651.69,97.6205,-0.802851,0,0,-0.390731,0.920505,180,100,1,0),(241107,181016,0,1,1,-8879.18,649.492,96.0198,0.488692,0,0,0.241922,0.970296,180,100,1,0),(241106,181060,0,1,1,-8863.06,649.095,97.6071,1.23918,0,0,0.580701,0.814117,180,100,1,0),(241105,181019,0,1,1,-8919.73,636.243,100.627,-2.07694,0,0,-0.861629,0.507539,180,100,1,0),(241104,181060,0,1,1,-8859.98,649.945,100.919,1.58825,0,0,0.713251,0.700909,180,100,1,0),(241103,181020,0,1,1,-8883.68,758.493,105.122,-0.907571,0,0,-0.438371,0.898794,180,100,1,0),(241102,181016,0,1,1,-8839.07,545.266,96.8377,1.01229,0,0,0.484809,0.87462,180,100,1,0),(241101,181020,0,1,1,-8805.12,868.183,109.955,2.18166,0,0,0.88701,0.461749,180,100,1,0),(241100,181018,0,1,1,-8800.71,664.397,97.7356,2.89725,0,0,0.992546,0.121868,180,100,1,0),(241009,180867,530,1,1,-4008.01,-11839.2,0.175498,4.57102,0,0,0.755281,-0.655401,300,0,1,0),(241008,180867,530,1,1,9478.25,-7298.36,14.3593,0.871978,0,0,0.422307,0.906453,300,0,1,0),(241007,180867,571,1,1,5787.11,637.776,647.874,0.537298,0,0,0.265429,0.96413,300,0,1,0),(241006,180867,0,1,1,-8748.9,1074.2,90.5,4.97556,0,0,0.608217,-0.793771,300,0,1,0),(241005,180867,1,1,1,-1031,-230,160,5.52695,0,0,0.369172,-0.929361,300,0,1,0),(241004,180867,1,1,1,1983,-4255,32,3.4316,0,0,0.989505,-0.144496,300,0,1,0),(241003,180867,0,1,1,1647,243,62,3.08161,0,0,0.99955,0.0299868,300,0,1,0),(241002,180867,1,1,1,10148.4,2600.6,1330.83,1.43674,0,0,0.658158,0.75288,300,0,1,0),(241001,180867,1,1,1,7581.01,-2225.35,472.64,1.80877,0,0,0.786045,0.618169,300,0,1,0),(241000,180867,0,1,1,-4663,-956,500,4.93299,0,0,0.624974,-0.780646,300,0,1,0),(242616,181371,1,1,1,-3110.59,-2722.41,33.4626,0.226893,0,0,0,0,300,0,1,0),(242615,181371,1,1,1,-1862.36,3055.71,0.744157,2.49582,0,0,0,0,300,0,1,0),(242614,181371,0,1,1,-7596.42,-2086.6,125.17,-0.942478,0,0,0,0,300,0,1,0),(242613,181371,0,1,1,-6704.48,-2200.91,248.609,0.017453,0,0,0,0,300,0,1,0),(242612,181371,1,1,1,6855.99,-4564.4,708.51,0.855211,0,0,0,0,300,0,1,0),(242611,181371,1,1,1,-7122.51,-3657.11,8.82202,-1.74533,0,0,0,0,300,0,1,0),(242610,181371,1,1,1,-4395.96,3481.54,11.0626,0.104316,0,0,0,0,300,0,1,0),(242609,181371,0,1,1,-14376.7,115.921,1.4532,2.11185,0,0,0,0,300,0,1,0),(242608,181371,1,1,1,2014.65,-2337.84,89.5211,2.37365,0,0,0,0,300,0,1,0),(242607,181371,0,1,1,-1134.84,-3531.81,51.0719,-0.820305,0,0,0,0,300,0,1,0),(242606,181371,1,1,1,6860.03,-4767.11,696.833,-2.63545,0,0,0,0,300,0,1,0),(242605,181371,0,1,1,2273.88,453.352,33.9364,3.35914,0,0,0,0,300,0,1,0),(242604,181371,1,1,1,-7216.68,-3859.39,11.4943,-2.72271,0,0,0,0,300,0,1,0),(242603,181371,0,1,1,-8241.63,-2624.58,133.184,2.53448,0,0,0,0,300,0,1,0),(242602,181371,0,1,1,-14288.1,61.8062,0.68836,1.37881,0,0,0,0,300,0,1,0),(242601,181371,0,1,1,-3448.2,-938.102,10.6583,0.034907,0,0,0,0,300,0,1,0),(242600,181371,0,1,1,188.243,-2132.53,102.674,-1.37881,0,0,0,0,300,0,1,0),(242599,181371,1,1,1,9778.64,1019.38,1299.79,0.261799,0,0,0,0,300,0,1,0),(242598,181371,0,1,1,-9434.3,-2110.36,65.8038,0.349066,0,0,0,0,300,0,1,0),(242597,181371,0,1,1,-5233.16,-2893.37,337.286,-0.226893,0,0,0,0,300,0,1,0),(242596,181371,0,1,1,-604.148,-545.813,36.579,0.698132,0,0,0,0,300,0,1,0),(242595,181371,530,1,1,-528.509,2339.11,38.7252,2.14675,0,0,0,0,300,0,1,0),(242594,181371,0,1,1,-9394.21,37.5017,59.882,1.15192,0,0,0,0,300,0,1,0),(242593,181371,1,1,1,-3447.55,-4231.67,10.6645,0.802851,0,0,0,0,300,0,1,0),(242592,181371,0,1,1,-10704.8,-1146.38,24.7909,2.09439,0,0,0,0,300,0,1,0),(242591,181371,0,1,1,-5404.93,-492.299,395.597,-0.506145,0,0,0,0,300,0,1,0),(242590,181371,1,1,1,-55.5039,1271.35,91.9489,1.5708,0,0,0,0,300,0,1,0),(242589,181371,1,1,1,6327.68,512.61,17.4723,0.034907,0,0,0,0,300,0,1,0),(242588,181371,0,1,1,-10951.5,-3218.1,41.3475,1.91986,0,0,0,0,300,0,1,0),(242587,181371,1,1,1,2558.73,-481.666,109.821,-2.47837,0,0,0,0,300,0,1,0),(242586,181371,0,1,1,-1211.6,-2676.88,45.3612,-0.645772,0,0,0,0,300,0,1,0),(242585,181371,1,1,1,-7000.75,918.851,8.93831,-2.23402,0,0,0,0,300,0,1,0),(242584,181371,1,1,1,-6769.7,526.854,-1.60197,0.087266,0,0,0,0,300,0,1,0),(242583,181371,530,1,1,-3946.07,2041.28,95.0669,0.00549316,0,0,0,0,300,0,1,0),(242582,181371,1,1,1,-2331.29,-633.621,-8.33476,5.79781,0,0,0,0,300,0,1,0),(242581,181371,530,1,1,7696.83,-6834.27,77.4663,1.37997,0,0,0,0,300,0,1,0),(242580,181371,530,1,1,-2529.23,7555.4,-1.74901,6.22584,0,0,0,0,300,0,1,0),(242579,181371,530,1,1,182.189,6026.17,22.1537,0.743754,0,0,0,0,300,0,1,0),(242578,181371,530,1,1,2931.39,3698.96,143.537,2.23621,0,0,0,0,300,0,1,0),(242577,194038,571,1,1,2483.96,-4886.47,265.271,6.27404,0,0,0.00457253,-0.99999,300,0,1,0),(242576,194039,571,1,1,2572.61,-4330.26,276.656,0.222526,0,0,0.111034,0.993817,300,0,1,0),(242575,194042,571,1,1,3360.71,-2113.31,124.059,0.175442,0,0,0.0876085,0.996155,300,0,1,0),(242574,194040,571,1,1,3399.05,-2911.26,202.028,6.21516,0,0,0.0340061,-0.999422,300,0,1,0),(242573,194048,571,1,1,5288.52,-2757.12,292.418,6.27408,0,0,0.00455274,-0.99999,300,0,1,0),(242572,194049,571,1,1,5641.3,-2622.27,292.419,0.0655074,0,0,0.0327478,0.999464,300,0,1,0),(242571,194044,571,1,1,6072.67,-1103.21,419.456,6.23874,0,0,0.0222208,-0.999753,300,0,1,0),(242570,194043,571,1,1,6139.2,-1024.37,409.239,0.132262,0,0,0.0660828,0.997814,300,0,1,0),(242569,194034,571,1,1,5504.33,4864.31,-197.319,0.273637,0,0,0.136392,0.990655,300,0,1,0),(242568,194035,571,1,1,5370.74,4842.57,-197.512,0.00267172,0,0,0.00133586,0.999999,300,0,1,0),(242567,194033,571,1,1,4440.61,5624.95,56.0681,6.28193,0,0,0.000627669,-1,300,0,1,0),(242566,194032,571,1,1,4121.36,5394.75,28.3803,0.0458794,0,0,0.0229377,0.999737,300,0,1,0),(242565,194037,571,1,1,3768.95,1462.02,92.6355,0.0301769,0,0,0.0150879,0.999886,300,0,1,0),(242564,194036,571,1,1,3940.62,-584.935,240.743,0.163699,0,0,0.0817581,0.996652,300,0,1,0),(242563,194045,571,1,1,5141.08,-663.877,170.145,6.2769,0,0,0.00314274,-0.999995,300,0,1,0),(242562,194046,571,1,1,5540.38,-748.132,151.854,6.03735,0,0,0.122608,-0.992455,300,0,1,0),(242561,187942,530,1,1,3122.3,3755.28,141.82,0.0329792,0,0,0.0164889,0.999864,300,0,1,0),(242560,187919,530,1,1,2025.02,6577.95,134.195,4.76893,0,0,0.686837,-0.726812,300,0,1,0),(242559,187921,530,1,1,-2248.27,-11902,26.3641,5.16557,0,0,0.530176,-0.847888,300,0,1,0),(242558,187937,530,1,1,-3008.76,4156.66,3.76291,0.225413,0,0,0.112468,0.993655,300,0,1,0),(242557,187939,0,1,1,1001.7,-1457.95,61.0382,3.15495,0,0,0.999978,-0.00667858,300,0,1,0),(242556,187917,530,1,1,-4219.05,-12319.5,2.33427,6.06485,0,0,0.108951,-0.994047,300,0,1,0),(242555,187958,1,1,1,151.481,-4711.98,18.5644,3.07253,0,0,0.999404,0.0345244,300,0,1,0),(242554,187960,530,1,1,9383.5,-6777.43,13.7903,0.0251532,0,0,0.0125763,0.999921,300,0,1,0),(242553,187967,530,1,1,-3053.71,2398.05,60.883,4.43274,0,0,0.798755,-0.601657,300,0,1,0),(242552,187955,530,1,1,2274.45,6133.53,136.905,1.61654,0,0,0.723093,0.69075,300,0,1,0),(242551,187564,0,1,1,-10657.1,1054.63,32.6733,2.47837,0,0,0.945519,0.325567,180,100,1,0),(242550,187559,0,1,1,587.056,1365.02,90.4778,2.6529,0,0,0.970296,0.241922,180,100,1,0),(242549,187975,530,1,1,200.9,7686.96,22.508,-0.506145,0,0,-0.25038,0.968148,180,100,1,0),(242548,187973,1,1,1,-5513.93,-2299.73,-58.0752,2.44346,0,0,0.939692,0.342021,180,100,1,0),(242547,187972,0,1,1,-447.95,-4527.65,8.59595,1.53589,0,0,0.694658,0.71934,180,100,1,0),(242546,187971,1,1,1,-273.242,-2662.82,91.695,-1.8675,0,0,-0.803856,0.594824,180,100,1,0),(242545,187970,530,1,1,-2553.32,4277.61,20.614,-1.36136,0,0,-0.629322,0.777145,180,100,1,0),(242544,187969,0,1,1,-10331.4,-3297.73,21.9992,-2.89725,0,0,-0.992546,0.121868,180,100,1,0),(242543,187968,1,1,1,952.992,776.968,104.474,-1.55334,0,0,-0.700908,0.713252,180,100,1,0),(242542,187966,530,1,1,-1211.01,7474.44,21.9953,-2.02458,0,0,-0.848048,0.52992,180,100,1,0),(242541,187964,0,1,1,-134.688,-802.767,55.0147,-1.62316,0,0,-0.725376,0.688353,180,100,1,0),(242540,187963,530,1,1,41.2448,2587.44,68.3453,-2.28638,0,0,-0.909961,0.414694,180,100,1,0),(242539,187961,1,1,1,-4573.22,407.388,41.5461,2.46091,0,0,0.942641,0.333809,180,100,1,0),(242538,187959,1,1,1,-3110.59,-2722.41,33.4626,0.226893,0,0,0.113203,0.993572,180,100,1,0),(242537,187957,1,1,1,-1862.36,3055.71,0.744157,2.49582,0,0,0.948324,0.317305,180,100,1,0),(242536,187956,0,1,1,-7596.42,-2086.6,125.17,-0.942478,0,0,-0.453991,0.891006,180,100,1,0),(242535,187954,0,1,1,-6704.48,-2200.91,248.609,0.017453,0,0,0.00872639,0.999962,180,100,1,0),(242534,187953,1,1,1,6855.99,-4564.4,708.51,0.855211,0,0,0.414693,0.909961,180,100,1,0),(242533,187952,1,1,1,-7122.51,-3657.11,8.82202,-1.74533,0,0,-0.766045,0.642787,180,100,1,0),(242532,187929,1,1,1,-4395.96,3481.54,11.0626,0.104316,0,0,0.0521344,0.99864,300,0,1,0),(242531,187951,0,1,1,-14376.7,115.921,1.4532,2.11185,0,0,0.870356,0.492423,180,100,1,0),(242530,187948,1,1,1,2014.65,-2337.84,89.5211,2.37365,0,0,0.927184,0.374606,180,100,1,0),(242529,187947,0,1,1,-1134.84,-3531.81,51.0719,-0.820305,0,0,-0.398749,0.91706,180,100,1,0),(242528,187946,1,1,1,6860.03,-4767.11,696.833,-2.63545,0,0,-0.968148,0.250379,180,100,1,0),(242527,187974,0,1,1,2273.88,453.352,33.9364,3.35914,0,0,0.99409,-0.108559,300,0,1,0),(242526,187945,1,1,1,-7216.68,-3859.39,11.4943,-2.72271,0,0,-0.978147,0.207914,180,100,1,0),(242525,187922,0,1,1,-8241.63,-2624.58,133.184,2.53448,0,0,0.954279,0.298916,300,0,1,0),(242524,187944,0,1,1,-14288.1,61.8062,0.68836,1.37881,0,0,0.636078,0.771625,180,100,1,0),(242523,187940,0,1,1,-3448.2,-938.102,10.6583,0.034907,0,0,0.0174526,0.999848,180,100,1,0),(242522,187938,0,1,1,188.243,-2132.53,102.674,-1.37881,0,0,-0.636078,0.771625,180,100,1,0),(242521,187936,1,1,1,9778.64,1019.38,1299.79,0.261799,0,0,0.130526,0.991445,180,100,1,0),(242520,187934,0,1,1,-9434.3,-2110.36,65.8038,0.349066,0,0,0.173648,0.984808,180,100,1,0),(242519,187932,0,1,1,-5233.16,-2893.37,337.286,-0.226893,0,0,-0.113203,0.993572,180,100,1,0),(242518,187931,0,1,1,-604.148,-545.813,36.579,0.698132,0,0,0.34202,0.939693,180,100,1,0),(242517,187930,530,1,1,-528.509,2339.11,38.7252,2.14675,0,0,0.878816,0.477161,180,100,1,0),(242516,187928,0,1,1,-9394.21,37.5017,59.882,1.15192,0,0,0.54464,0.83867,180,100,1,0),(242515,187927,1,1,1,-3447.55,-4231.67,10.6645,0.802851,0,0,0.390731,0.920505,180,100,1,0),(242514,187926,0,1,1,-10704.8,-1146.38,24.7909,2.09439,0,0,0.866024,0.500002,180,100,1,0),(242513,187925,0,1,1,-5404.93,-492.299,395.597,-0.506145,0,0,-0.25038,0.968148,180,100,1,0),(242512,187924,1,1,1,-55.5039,1271.35,91.9489,1.5708,0,0,0.707108,0.707106,180,100,1,0),(242511,187923,1,1,1,6327.68,512.61,17.4723,0.034907,0,0,0.0174526,0.999848,180,100,1,0),(242510,187920,0,1,1,-10951.5,-3218.1,41.3475,1.91986,0,0,0.819151,0.573577,180,100,1,0),(242509,187916,1,1,1,2558.73,-481.666,109.821,-2.47837,0,0,-0.945519,0.325567,180,100,1,0),(242508,187914,0,1,1,-1211.6,-2676.88,45.3612,-0.645772,0,0,-0.317305,0.948324,180,100,1,0),(242507,187950,1,1,1,-7000.75,918.851,8.93831,-2.23402,0,0,-0.898794,0.438372,900,100,1,0),(242506,187943,1,1,1,-6769.7,526.854,-1.60197,0.087266,0,0,0.0436192,0.999048,900,100,1,0),(242505,187935,530,1,1,-3946.07,2041.28,95.0669,0.00549316,0,0,0.00274658,0.999996,300,0,1,0),(242504,187965,1,1,1,-2331.29,-633.621,-8.33476,5.79781,0,0,0.240312,-0.970696,300,0,1,0),(242503,187962,530,1,1,7696.83,-6834.27,77.4663,1.37997,0,0,0.636526,0.771256,300,0,1,0),(242502,187933,530,1,1,-2529.23,7555.4,-1.74901,6.22584,0,0,0.0286687,-0.999589,300,0,1,0),(242501,187941,530,1,1,182.189,6026.17,22.1537,0.743754,0,0,0.363365,0.931647,300,0,1,0),(242500,187949,530,1,1,2931.39,3698.96,143.537,2.23621,0,0,0.899273,0.437387,300,0,1,0),(240713,179968,0,1,1,-9106.34,333.725,93.6275,3.2401,0,0,0.998787,-0.0492337,300,0,1,0),(240712,179968,0,1,1,-9106,331.289,93.583,3.2833,0,0,0.997491,-0.0707944,300,0,1,0),(240711,179968,0,1,1,-9106.96,324.388,93.3783,3.26366,0,0,0.998138,-0.0609958,300,0,1,0),(240710,179968,0,1,1,-9106.91,321.71,93.3826,3.26366,0,0,0.998138,-0.0609958,300,0,1,0),(240709,179968,0,1,1,-9106.75,319.206,93.4457,3.18591,0,0,0.999754,-0.0221569,300,0,1,0),(240708,179968,0,1,1,-9108.47,311.573,93.6563,3.00919,0,0,0.997809,0.0661529,300,0,1,0),(240707,179968,0,1,1,-9108.12,309.489,93.8183,3.13486,0,0,0.999994,0.0033663,300,0,1,0),(240706,179968,0,1,1,-9108.65,306.666,93.8969,2.91887,0,0,0.993806,0.111131,300,0,1,0),(240705,179968,0,1,1,-9123.45,308.836,93.1538,0.0128972,0,0,0.00644856,0.999979,300,0,1,0),(240704,179968,0,1,1,-9123.56,311.213,93.2591,0.00504327,0,0,0.00252163,0.999997,300,0,1,0),(240703,179968,0,1,1,-9123.73,313.696,93.4004,0.00504303,0,0,0.00252151,0.999997,300,0,1,0),(240702,179968,0,1,1,-9124,318.81,93.4679,0.0796561,0,0,0.0398175,0.999207,300,0,1,0),(240701,179968,0,1,1,-9124.62,322.257,93.4678,6.26074,0,0,0.0112225,-0.999937,300,0,1,0),(240700,179968,0,1,1,-9124.3,325.218,93.4123,6.25681,0,0,0.0131872,-0.999913,300,0,1,0),(240699,179968,0,1,1,-9123.52,331.044,93.3352,6.06832,0,0,0.107226,-0.994235,300,0,1,0),(240698,179968,0,1,1,-9122.77,333.542,93.4547,6.10759,0,0,0.0876848,-0.996148,300,0,1,0),(240697,179968,0,1,1,-9122.38,336.465,93.7437,6.15864,0,0,0.0622325,-0.998062,300,0,1,0),(240696,179968,0,1,1,-9122.08,342.306,94.1731,0.0325353,0,0,0.0162669,0.999868,300,0,1,0),(240695,179968,0,1,1,-9122.27,346.012,94.1675,6.20969,0,0,0.0367393,-0.999325,300,0,1,0),(240694,179968,0,1,1,-9121.57,348.944,93.9659,6.15864,0,0,0.0622325,-0.998062,300,0,1,0),(240693,179968,0,1,1,-9127.56,351.404,93.5273,2.13741,0,0,0.876578,0.48126,300,0,1,0),(240692,179968,0,1,1,-9125.02,352.824,93.5288,2.1217,0,0,0.872771,0.48813,300,0,1,0),(240691,195164,1,1,1,10002.5,2216.61,1329.55,3.16415,0,0,0.999936,-0.0112784,300,0,1,0),(240690,195164,1,1,1,10002.7,2213.92,1329.17,3.20342,0,0,0.999522,-0.0309087,300,0,1,0),(240689,195164,1,1,1,10003.1,2210.9,1328.82,3.01492,0,0,0.997995,0.063294,300,0,1,0),(240688,195164,1,1,1,10003.1,2207.89,1328.54,3.28196,0,0,0.997538,-0.0701261,300,0,1,0),(240687,195164,1,1,1,10003.4,2205.32,1328.47,3.14059,0,0,1,0.000501351,300,0,1,0),(240686,195164,1,1,1,10004,2201.64,1328.57,3.10917,0,0,0.999869,0.0162106,300,0,1,0),(240685,195164,1,1,1,9997.38,2194.07,1328.44,1.45591,0,0,0.665344,0.746537,300,0,1,0),(240684,195164,1,1,1,9994.25,2194.27,1328.45,1.45591,0,0,0.665344,0.746537,300,0,1,0),(240683,195164,1,1,1,9991.7,2193.93,1328.59,1.71116,0,0,0.754951,0.655781,300,0,1,0),(240682,195164,1,1,1,9986.32,2193.11,1329.18,1.48339,0,0,0.675539,0.737325,300,0,1,0),(240681,195164,1,1,1,9983.48,2192.95,1329.43,1.40407,0,0,0.645773,0.76353,300,0,1,0),(240680,195164,1,1,1,9980.82,2192.39,1329.6,1.42763,0,0,0.654722,0.75587,300,0,1,0),(240679,195164,1,1,1,9974.65,2196.08,1329.65,0.00213314,0,0,0.00106657,0.999999,300,0,1,0),(240678,195164,1,1,1,9975.09,2198.93,1329.62,0.0217681,0,0,0.0108838,0.999941,300,0,1,0),(240677,195164,1,1,1,9974.75,2201.51,1329.62,6.06541,0,0,0.108673,-0.994078,300,0,1,0),(240676,195164,1,1,1,9974.41,2207.01,1329.86,0.0610387,0,0,0.0305146,0.999534,300,0,1,0),(240675,195164,1,1,1,9973.8,2209.13,1329.99,0.0846007,0,0,0.0422877,0.999105,300,0,1,0),(240674,195164,1,1,1,9973.21,2211.7,1330.09,0.0877428,0,0,0.0438573,0.999038,300,0,1,0),(240673,195164,1,1,1,9975.8,2216.83,1330,4.82369,0,0,0.666682,-0.745343,300,0,1,0),(240672,195164,1,1,1,9979.05,2217.06,1329.61,4.82212,0,0,0.667266,-0.744819,300,0,1,0),(240671,195164,1,1,1,9981.98,2217.51,1329.43,4.68468,0,0,0.716835,-0.697243,300,0,1,0),(240670,195164,1,1,1,9989.01,2219.09,1329.28,4.64148,0,0,0.731727,-0.681598,300,0,1,0),(240669,195164,1,1,1,9991.99,2219.15,1329.31,4.66897,0,0,0.72229,-0.69159,300,0,1,0),(240668,195164,1,1,1,9994.93,2219.04,1329.48,4.65326,0,0,0.7277,-0.685896,300,0,1,0),(240667,195164,1,1,1,9999.51,2234.51,1330.59,1.43313,0,0,0.656798,0.754066,300,0,1,0),(240666,179968,1,1,1,9994.95,2218.91,1328.77,4.66897,0,0,0.72229,-0.69159,300,0,1,0),(240665,179968,1,1,1,9991.92,2218.84,1328.61,4.82213,0,0,0.667263,-0.744823,300,0,1,0),(240664,179968,1,1,1,9988.83,2218.95,1328.58,4.75929,0,0,0.690332,-0.723493,300,0,1,0),(240663,179968,1,1,1,9981.93,2217.48,1328.73,4.84961,0,0,0.656966,-0.75392,300,0,1,0),(240662,179968,1,1,1,9975.86,2216.51,1329.29,4.82998,0,0,0.664334,-0.747436,300,0,1,0),(240661,179968,1,1,1,9979.24,2216.92,1328.91,4.88889,0,0,0.642034,-0.766677,300,0,1,0),(240660,179968,1,1,1,9973.39,2211.61,1329.39,0.156859,0,0,0.0783491,0.996926,300,0,1,0),(240659,179968,1,1,1,9973.79,2209.18,1329.29,0.0311947,0,0,0.0155967,0.999878,300,0,1,0),(240658,179968,1,1,1,9974.23,2207.13,1329.15,0.0508296,0,0,0.0254121,0.999677,300,0,1,0),(240657,179968,1,1,1,9975.13,2201.37,1328.94,6.1573,0,0,0.0629011,-0.99802,300,0,1,0),(240656,179968,1,1,1,9975.06,2198.89,1328.92,6.25155,0,0,0.0158169,-0.999875,300,0,1,0),(240655,179968,1,1,1,9974.98,2195.81,1328.95,0.0233379,0,0,0.0116687,0.999932,300,0,1,0),(240654,179968,1,1,1,9980.77,2192.63,1328.9,1.51167,0,0,0.685897,0.727699,300,0,1,0),(240653,179968,1,1,1,9983.56,2193.02,1328.73,1.55879,0,0,0.702849,0.711339,300,0,1,0),(240652,179968,1,1,1,9986.12,2193.36,1328.47,1.60199,0,0,0.718049,0.695993,300,0,1,0),(240651,179968,1,1,1,9991.63,2194.14,1327.89,1.41742,0,0,0.650855,0.759202,300,0,1,0),(240650,179968,1,1,1,9994.37,2194.29,1327.74,1.48811,0,0,0.677277,0.735728,300,0,1,0),(240649,179968,1,1,1,9997.22,2194.31,1327.73,1.54701,0,0,0.698647,0.715466,300,0,1,0),(240648,179968,1,1,1,10003.9,2201.66,1327.86,3.21205,0,0,0.99938,-0.0352214,300,0,1,0),(240647,179968,1,1,1,10003.3,2205.14,1327.77,3.22776,0,0,0.999072,-0.0430704,300,0,1,0),(240646,179968,1,1,1,10003.1,2207.82,1327.83,3.33441,0,0,0.995356,-0.0962594,300,0,1,0),(240645,179968,1,1,1,10003.2,2210.99,1328.12,3.17734,0,0,0.99984,-0.0178727,300,0,1,0),(240644,179968,1,1,1,10002.9,2213.91,1328.47,3.31085,0,0,0.996421,-0.0845276,300,0,1,0),(240643,179968,1,1,1,10002.5,2216.51,1328.84,3.28336,0,0,0.997489,-0.0708243,300,0,1,0),(240642,179968,1,1,1,9998.76,2235.77,1329.83,4.28475,0,0,0.841048,-0.54096,300,0,1,0),(240641,179968,1,1,1,9999.9,2235.24,1330.44,4.31224,0,0,0.833533,-0.552469,300,0,1,0),(240640,179968,1,1,1,9999.9,2235.24,1329.73,4.31224,0,0,0.833533,-0.552469,300,0,1,0),(240639,179968,1,1,1,9999.55,2234.41,1329.88,4.31224,0,0,0.833533,-0.552469,300,0,1,0),(240638,179968,1,1,1,9982.08,2243.54,1331.84,3.02026,0,0,0.99816,0.0606291,300,0,1,0),(240637,179968,1,1,1,9982.13,2246.34,1332.02,3.13021,0,0,0.999984,0.00569133,300,0,1,0),(240636,179968,530,1,1,-3963.57,-11858.9,0.625538,4.59711,0,0,0.746667,-0.665198,300,0,1,0),(240635,179968,530,1,1,-3963.3,-11858,0.622251,4.49893,0,0,0.778409,-0.627757,300,0,1,0),(240634,179968,530,1,1,-3962.17,-11858.3,1.35331,4.65994,0,0,0.725405,-0.688322,300,0,1,0),(240633,179968,530,1,1,-3962.17,-11858.3,0.647246,4.65994,0,0,0.725405,-0.688322,300,0,1,0),(240632,179968,530,1,1,-3962.22,-11859.2,0.655255,4.65994,0,0,0.725405,-0.688322,300,0,1,0),(240631,179968,530,1,1,-3979.42,-11860.7,0.432217,4.23975,0,0,0.853006,-0.521901,300,0,1,0),(240630,179968,530,1,1,-3980.04,-11861.9,0.426034,4.23975,0,0,0.853006,-0.521901,300,0,1,0),(240629,179968,530,1,1,-3980.44,-11860.2,0.423322,4.16513,0,0,0.87188,-0.48972,300,0,1,0),(240628,179968,530,1,1,-3981.01,-11861.1,0.416226,4.16906,0,0,0.870916,-0.491432,300,0,1,0),(240627,195164,1,1,1,1301.82,-4406.53,27.2368,5.4744,0,0,0.39346,-0.919342,300,0,1,0),(240626,195164,1,1,1,1296.44,-4403.09,27.7315,1.25681,0,0,0.587855,0.808966,300,0,1,0),(240625,195164,1,1,1,1301.94,-4411.23,27.444,0.311978,0,0,0.155357,0.987858,300,0,1,0),(240624,195164,1,1,1,1296.35,-4419.28,27.3242,5.7705,0,0,0.253544,-0.967324,300,0,1,0),(240623,195164,1,1,1,1280.97,-4412.84,27.1556,5.51917,0,0,0.372784,-0.927918,300,0,1,0),(240622,195164,1,1,1,1279.75,-4413.7,27.158,5.26392,0,0,0.487857,-0.872924,300,0,1,0),(240621,195164,1,1,1,1276.21,-4416.05,27.1098,5.34638,0,0,0.451461,-0.892291,300,0,1,0),(240620,195164,1,1,1,1274.69,-4417.34,27.0869,5.35424,0,0,0.447951,-0.894058,300,0,1,0),(240619,195164,1,1,1,1271.25,-4420.36,26.9449,5.87653,0,0,0.201929,-0.9794,300,0,1,0),(240618,195164,1,1,1,1270.24,-4422.24,27.0815,5.81762,0,0,0.230686,-0.973028,300,0,1,0),(240617,195164,1,1,1,1267.88,-4428.73,27.3586,0.606505,0,0,0.298626,0.95437,300,0,1,0),(240616,195164,1,1,1,1268.61,-4430.38,27.3632,0.563308,0,0,0.277945,0.960597,300,0,1,0),(240615,195164,1,1,1,1270.69,-4432.51,27.4082,0.835841,0,0,0.405861,0.913935,300,0,1,0),(240614,195164,1,1,1,1271.66,-4433.78,27.4488,0.906527,0,0,0.437902,0.899023,300,0,1,0),(240613,195164,1,1,1,1274.15,-4437.9,27.605,0.741593,0,0,0.362358,0.932039,300,0,1,0),(240612,195164,1,1,1,1275.56,-4439.34,27.6864,0.753374,0,0,0.367842,0.929888,300,0,1,0),(240611,195164,1,1,1,1284.02,-4438.77,28.2456,2.09248,0,0,0.865546,0.500829,300,0,1,0),(240610,195164,1,1,1,1285.61,-4437.76,28.2396,2.19065,0,0,0.889077,0.457758,300,0,1,0),(240609,195164,1,1,1,1288.56,-4436.14,28.0923,1.99823,0,0,0.840993,0.541047,300,0,1,0),(240608,195164,1,1,1,1290.11,-4435.29,28.0071,2.10033,0,0,0.867505,0.497428,300,0,1,0),(240607,195164,1,1,1,1295.88,-4431.63,27.6582,2.21029,0,0,0.893529,0.449005,300,0,1,0),(240606,195164,1,1,1,1297.52,-4430.13,27.5555,2.40664,0,0,0.933237,0.359261,300,0,1,0),(240605,179968,1,1,1,1297.16,-4430.09,26.8497,2.30061,0,0,0.912889,0.408209,300,0,1,0),(240604,179968,1,1,1,1295.79,-4431.59,26.952,2.24563,0,0,0.901323,0.433147,300,0,1,0),(240603,179968,1,1,1,1289.92,-4435.09,27.3016,2.15138,0,0,0.879918,0.475125,300,0,1,0),(240602,179968,1,1,1,1288.37,-4435.9,27.3867,2.11604,0,0,0.871386,0.490598,300,0,1,0),(240601,179968,1,1,1,1285.38,-4437.76,27.534,2.10426,0,0,0.868481,0.495722,300,0,1,0),(240600,179968,1,1,1,1283.83,-4438.68,27.54,2.0807,0,0,0.862581,0.505918,300,0,1,0),(240599,179968,1,1,1,1275.57,-4439.37,26.9804,0.741593,0,0,0.362358,0.932039,300,0,1,0),(240598,179968,1,1,1,1274.36,-4437.81,26.8996,0.752588,0,0,0.367476,0.930033,300,0,1,0),(240597,179968,1,1,1,1271.64,-4433.71,26.7426,0.897887,0,0,0.434014,0.900906,300,0,1,0),(240596,179968,1,1,1,1270.65,-4432.46,26.7018,0.842909,0,0,0.409088,0.912495,300,0,1,0),(240595,179968,1,1,1,1268.77,-4430.44,26.6577,0.591582,0,0,0.291497,0.956572,300,0,1,0),(240594,179968,1,1,1,1267.92,-4428.64,26.6532,0.520896,0,0,0.257513,0.966275,300,0,1,0),(240593,179968,1,1,1,1270.17,-4422.24,26.376,5.87731,0,0,0.201548,-0.979479,300,0,1,0),(240592,179968,1,1,1,1271.26,-4420.47,26.2395,5.9048,0,0,0.188066,-0.982156,300,0,1,0),(240591,179968,1,1,1,1274.84,-4417.44,26.3812,5.3511,0,0,0.449355,-0.893354,300,0,1,0),(240590,179968,1,1,1,1276.3,-4416.39,26.4036,5.32361,0,0,0.461591,-0.887093,300,0,1,0),(240589,179968,1,1,1,1279.71,-4413.85,26.4523,5.50817,0,0,0.377882,-0.925854,300,0,1,0),(240588,179968,1,1,1,1281.13,-4412.77,26.4501,5.42178,0,0,0.417509,-0.908673,300,0,1,0),(240587,180353,1,1,1,1290.06,-4404.73,26.3184,4.42826,0,0,0.800101,-0.599866,300,0,1,0),(240586,180353,1,1,1,1295.63,-4406.77,26.4567,4.16907,0,0,0.870913,-0.491437,300,0,1,0),(240585,180353,1,1,1,1304.41,-4408.99,26.2925,1.52621,0,0,0.691169,0.722693,300,0,1,0),(240584,180353,1,1,1,1304.26,-4412.35,26.4077,1.50657,0,0,0.684039,0.729446,300,0,1,0),(240583,180353,1,1,1,1296.54,-4430.96,26.9027,0.697614,0,0,0.341777,0.939781,300,0,1,0),(240582,180353,1,1,1,1289.41,-4435.53,27.3442,0.528753,0,0,0.261307,0.965256,300,0,1,0),(240581,180353,1,1,1,1284.69,-4438.29,27.5673,0.528753,0,0,0.261307,0.965256,300,0,1,0),(240580,180353,1,1,1,1275.02,-4438.74,26.9386,5.32361,0,0,0.461591,-0.887093,300,0,1,0),(240579,180353,1,1,1,1271.09,-4433.14,26.7162,5.32361,0,0,0.461591,-0.887093,300,0,1,0),(240578,180353,1,1,1,1268.6,-4429.59,26.6604,5.32754,0,0,0.459847,-0.887998,300,0,1,0),(240577,180353,1,1,1,1270.68,-4421.41,26.2863,3.85492,0,0,0.937067,-0.34915,300,0,1,0),(240576,180353,1,1,1,1275.71,-4417.02,26.4,3.85884,0,0,0.936381,-0.350986,300,0,1,0),(240575,180353,1,1,1,1280.23,-4413.12,26.4446,3.85884,0,0,0.936381,-0.350986,300,0,1,0),(240574,195303,1,1,1,1298.76,-4419.4,26.6275,1.69507,0,0,0.749651,0.661833,300,0,1,0),(240573,195303,1,1,1,1305.29,-4413.29,26.1647,2.67289,0,0,0.972665,0.232212,300,0,1,0),(240572,195212,1,1,1,1306.55,-4410.74,25.8364,2.8496,0,0,0.989361,0.145478,300,0,1,0),(240571,195212,1,1,1,1304.73,-4408.7,26.2159,2.90065,0,0,0.992752,0.12018,300,0,1,0),(240570,195197,1,1,1,1297.9,-4420.87,26.6368,2.72394,0,0,0.978275,0.207312,300,0,1,0),(240569,195197,1,1,1,1301.52,-4403.95,26.3724,3.72139,0,0,0.958273,-0.285855,300,0,1,0),(240568,195194,1,1,1,1299.46,-4405.2,26.4748,3.85491,0,0,0.937069,-0.349145,300,0,1,0),(240567,195196,1,1,1,1304.8,-4406.37,26.1649,3.24623,0,0,0.998632,-0.0522948,300,0,1,0),(240566,195198,1,1,1,1303.12,-4403.25,26.295,3.58788,0,0,0.975207,-0.221296,300,0,1,0),(240565,179968,1,1,1,1302.34,-4407.39,26.4339,0.260935,0,0,0.130098,0.991501,300,0,1,0),(240564,179968,1,1,1,1301.09,-4405.5,26.478,0.245226,0,0,0.122306,0.992492,300,0,1,0),(240563,179968,1,1,1,1301.68,-4406.42,26.4589,0.292349,0,0,0.145655,0.989336,300,0,1,0),(240562,179968,1,1,1,1302.51,-4406.17,27.1129,0.292349,0,0,0.145655,0.989336,300,0,1,0),(240561,179968,1,1,1,1302.51,-4406.17,26.4073,0.339473,0,0,0.168923,0.985629,300,0,1,0),(240560,179968,1,1,1,1296.37,-4403.09,27.026,1.14843,0,0,0.543176,0.839619,300,0,1,0),(240559,179968,1,1,1,1296.37,-4403.09,26.3204,1.14843,0,0,0.543176,0.839619,300,0,1,0),(240558,179968,1,1,1,1295.94,-4404.05,26.3415,1.14843,0,0,0.543176,0.839619,300,0,1,0),(240557,179968,1,1,1,1294.65,-4403.47,26.3195,1.14843,0,0,0.543176,0.839619,300,0,1,0),(240556,179968,1,1,1,1295.12,-4402.44,26.3123,1.1288,0,0,0.534909,0.84491,300,0,1,0),(240555,179968,1,1,1,1294.66,-4419.7,26.5909,5.64091,0,0,0.315646,-0.948877,300,0,1,0),(240554,179968,1,1,1,1295.64,-4420.43,26.6132,5.64091,0,0,0.315646,-0.948877,300,0,1,0),(240553,179968,1,1,1,1295.43,-4418.55,26.6254,5.65662,0,0,0.308183,-0.951327,300,0,1,0),(240552,179968,1,1,1,1296.53,-4419.34,26.6187,5.66447,0,0,0.304447,-0.952529,300,0,1,0),(240551,179968,1,1,1,1296.58,-4417.67,26.6345,5.57808,0,0,0.345295,-0.938494,300,0,1,0),(240550,179968,1,1,1,1297.44,-4418.41,26.6135,5.58986,0,0,0.339761,-0.940512,300,0,1,0),(240549,195200,1,1,1,1300.88,-4415.43,26.6914,0.150977,0,0,0.0754168,0.997152,300,0,1,0),(240548,195215,1,1,1,1303.2,-4410.26,27.444,1.65501,0,0,0.736245,0.676715,300,0,1,0),(240547,195192,1,1,1,1302.1,-4409.68,27.444,1.65109,0,0,0.734918,0.678157,300,0,1,0),(240546,195195,1,1,1,1302,-4412.47,27.4441,1.11702,0,0,0.529923,0.848046,300,0,1,0),(240545,195191,1,1,1,1302.52,-4410.94,26.5561,3.19832,0,0,0.999598,-0.0283598,300,0,1,0),(240544,180353,530,1,1,-3981.4,-11869.1,0.40929,1.43509,0,0,0.657537,0.753422,300,0,1,0),(240543,180353,530,1,1,-3981.39,-11874.6,0.447613,1.34869,0,0,0.624386,0.781116,300,0,1,0),(240542,180353,530,1,1,-3982.69,-11880.4,0.446558,1.34869,0,0,0.624386,0.781116,300,0,1,0),(240541,180353,530,1,1,-3977.27,-11885.7,0.550238,2.99803,0,0,0.997425,0.0717197,300,0,1,0),(240540,180353,530,1,1,-3972.96,-11886.6,0.632589,2.86059,0,0,0.990146,0.14004,300,0,1,0),(240539,180353,530,1,1,-3969.7,-11887.5,0.697352,2.84095,0,0,0.988723,0.149756,300,0,1,0),(240538,180353,530,1,1,-3963.99,-11882.9,0.794779,4.0701,0,0,0.894156,-0.447756,300,0,1,0),(240537,180353,530,1,1,-3961.29,-11876.7,0.829859,4.26252,0,0,0.847009,-0.531579,300,0,1,0),(240536,180353,530,1,1,-3958.77,-11871.5,0.842487,4.22718,0,0,0.856269,-0.51653,300,0,1,0),(240535,180353,530,1,1,-3965.14,-11863.3,0.639776,6.25743,0,0,0.0128773,-0.999917,300,0,1,0),(240534,180353,530,1,1,-3970.8,-11863.2,0.532856,6.25743,0,0,0.0128773,-0.999917,300,0,1,0),(240533,180353,530,1,1,-3974.81,-11863.1,0.483395,6.25743,0,0,0.0128773,-0.999917,300,0,1,0),(240532,180353,530,1,1,-3976.57,-11861.8,0.465867,4.09759,0,0,0.887917,-0.460003,300,0,1,0),(240531,180353,530,1,1,-3980.7,-11859.3,0.420101,4.24681,0,0,0.851158,-0.524909,300,0,1,0),(240530,180353,530,1,1,-3978.55,-11860.6,0.446388,3.98763,0,0,0.911854,-0.410515,300,0,1,0),(240529,180353,530,1,1,-3952.77,-11864.2,0.892707,3.59886,0,0,0.973977,-0.226647,300,0,1,0),(240528,180353,530,1,1,-3954.67,-11860.3,0.817822,3.70882,0,0,0.96005,-0.279827,300,0,1,0),(240527,195303,530,1,1,-3957.48,-11861.1,0.769591,4.15257,0,0,0.874938,-0.484235,300,0,1,0),(240526,195303,530,1,1,-3958.59,-11860.3,1.02229,4.30965,0,0,0.834248,-0.551389,300,0,1,0),(240525,195212,530,1,1,-3959,-11857.7,0.705579,3.79521,0,0,0.947072,-0.321022,300,0,1,0),(240524,195212,530,1,1,-3956.95,-11858.9,0.758281,3.66955,0,0,0.96536,-0.260923,300,0,1,0),(240523,195212,530,1,1,-3953.9,-11859.5,0.824961,3.48498,0,0,0.985297,-0.170851,300,0,1,0),(240522,195212,530,1,1,-3953.94,-11866.2,0.8877,3.1237,0,0,0.99996,0.00894626,300,0,1,0),(240521,195197,530,1,1,-3954.63,-11867.9,0.891499,3.11192,0,0,0.99989,0.0148357,300,0,1,0),(240520,195194,530,1,1,-3957.05,-11866.4,0.827674,3.32397,0,0,0.995845,-0.0910624,300,0,1,0),(240519,195196,530,1,1,-3959.87,-11860,0.710028,3.96408,0,0,0.916624,-0.39975,300,0,1,0),(240518,195198,530,1,1,-3955.82,-11857.2,0.764875,3.7206,0,0,0.958386,-0.285477,300,0,1,0),(240517,195200,530,1,1,-3951.67,-11868.6,0.949688,3.61065,0,0,0.972624,-0.232385,300,0,1,0),(240516,195215,530,1,1,-3955.13,-11864.2,1.97205,2.12624,0,0,0.873877,0.486148,300,0,1,0),(240515,195192,530,1,1,-3956.34,-11862.3,1.71989,2.16551,0,0,0.883253,0.468897,300,0,1,0),(240514,195195,530,1,1,-3954.82,-11864.6,1.71971,1.88277,0,0,0.808374,0.588669,300,0,1,0),(240513,195164,530,1,1,-3955.34,-11863.2,1.71971,3.52818,0,0,0.981377,-0.192092,300,0,1,0),(240512,195191,530,1,1,-3955.34,-11863.2,0.830986,3.63028,0,0,0.970296,-0.24192,300,0,1,0),(240511,180353,1,1,1,9993.38,2218.72,1328.65,0.0553825,0,0,0.0276877,0.999617,300,0,1,0),(240510,180353,1,1,1,9990.4,2218.56,1328.55,0.0553825,0,0,0.0276877,0.999617,300,0,1,0),(240509,180353,1,1,1,9980.82,2217.15,1328.8,0.122141,0,0,0.0610325,0.998136,300,0,1,0),(240508,180353,1,1,1,9976.81,2216.66,1329.18,0.122141,0,0,0.0610325,0.998136,300,0,1,0),(240507,180353,1,1,1,9973.67,2210.56,1329.33,1.62225,0,0,0.725062,0.688683,300,0,1,0),(240506,180353,1,1,1,9973.8,2207.95,1329.23,1.61832,0,0,0.723708,0.690107,300,0,1,0),(240505,180353,1,1,1,9975.25,2200.06,1328.91,1.54371,0,0,0.697466,0.716618,300,0,1,0),(240504,180353,1,1,1,9975.17,2197.07,1328.93,1.54371,0,0,0.697466,0.716618,300,0,1,0),(240503,180353,1,1,1,9982.1,2192.81,1328.84,3.25588,0,0,0.998368,-0.0571126,300,0,1,0),(240502,180353,1,1,1,9985.05,2193.15,1328.59,3.25588,0,0,0.998368,-0.0571126,300,0,1,0),(240501,180353,1,1,1,9992.76,2194.03,1327.82,3.25588,0,0,0.998368,-0.0571126,300,0,1,0),(240500,180353,1,1,1,9996.26,2194.43,1327.7,3.25588,0,0,0.998368,-0.0571126,300,0,1,0),(240499,180353,1,1,1,10002.8,2203.31,1327.76,3.25195,0,0,0.998478,-0.0551507,300,0,1,0),(240498,180353,1,1,1,10002.2,2207.07,1327.79,3.14985,0,0,0.999991,-0.00412861,300,0,1,0),(240497,180353,1,1,1,10002.7,2212.55,1328.26,3.16163,0,0,0.99995,-0.0100185,300,0,1,0),(240496,180353,1,1,1,10002.6,2215.54,1328.7,3.11451,0,0,0.999908,0.0135409,300,0,1,0),(240495,180353,1,1,1,10007,2223.84,1330.01,4.69316,0,0,0.713872,-0.700276,300,0,1,0),(240494,180353,1,1,1,10006.4,2229.73,1329.97,4.63818,0,0,0.732851,-0.680389,300,0,1,0),(240493,180353,1,1,1,9983.18,2245.02,1331.84,3.23231,0,0,0.998971,-0.0453431,300,0,1,0),(240492,195303,1,1,1,9989.61,2240.32,1331.01,5.05444,0,0,0.576446,-0.817135,300,0,1,0),(240491,195303,1,1,1,10004,2231.16,1329.87,3.58575,0,0,0.975442,-0.220258,300,0,1,0),(240490,195303,1,1,1,10004.3,2229.67,1330.11,3.55041,0,0,0.979181,-0.202988,300,0,1,0),(240489,195303,1,1,1,10005.2,2222.65,1329.86,2.71003,0,0,0.976809,0.214111,300,0,1,0),(240488,195199,1,1,1,10009.2,2223.82,1329.94,2.84355,0,0,0.988917,0.14847,300,0,1,0),(240487,195199,1,1,1,10007,2235.34,1328.77,4.29653,0,0,0.837847,-0.545905,300,0,1,0),(240486,195199,1,1,1,9990.57,2243.64,1330.71,3.1577,0,0,0.999968,-0.00805362,300,0,1,0),(240485,195212,1,1,1,9990.62,2240.48,1330.86,3.06346,0,0,0.999237,0.0390563,300,0,1,0),(240484,195212,1,1,1,10005.7,2221.27,1329.69,2.71788,0,0,0.977642,0.210275,300,0,1,0),(240483,195212,1,1,1,10008.6,2228.53,1329.99,3.45616,0,0,0.987656,-0.156636,300,0,1,0),(240482,195212,1,1,1,10009.6,2230.83,1329.41,3.54648,0,0,0.979578,-0.201064,300,0,1,0),(240481,195212,1,1,1,10005.8,2231.28,1329.7,3.66821,0,0,0.965534,-0.260277,300,0,1,0),(240480,195197,1,1,1,10001.7,2234.57,1329.54,4.3358,0,0,0.826967,-0.56225,300,0,1,0),(240479,195197,1,1,1,9987.62,2239.49,1331.19,3.04774,0,0,0.998899,0.0469091,300,0,1,0),(240478,195194,1,1,1,10001.2,2225.46,1329.96,2.88281,0,0,0.991641,0.129031,300,0,1,0),(240477,195196,1,1,1,9988.36,2241.36,1331.18,3.12236,0,0,0.999954,0.00961618,300,0,1,0),(240476,195196,1,1,1,10002.5,2232.19,1329.84,3.7978,0,0,0.946655,-0.322248,300,0,1,0),(240475,195198,1,1,1,10003.1,2234.87,1329.32,3.79387,0,0,0.947287,-0.320388,300,0,1,0),(240474,195198,1,1,1,9985.81,2241.07,1331.4,3.28336,0,0,0.997489,-0.0708243,300,0,1,0),(240473,195200,1,1,1,10001.9,2221.9,1329.61,4.41433,0,0,0.804259,-0.594279,300,0,1,0),(240472,195215,1,1,1,10004.4,2226.69,1331.01,1.67722,0,0,0.743715,0.668497,300,0,1,0),(240471,195192,1,1,1,10004.3,2227.59,1331.01,1.67329,0,0,0.7424,0.669957,300,0,1,0),(240470,195195,1,1,1,10004.7,2224.82,1331.01,1.51229,0,0,0.686122,0.727486,300,0,1,0),(240469,195164,1,1,1,10004.8,2226.39,1331.01,1.59868,0,0,0.716896,0.69718,300,0,1,0),(240468,195191,1,1,1,10004.8,2226.45,1330.13,3.13414,0,0,0.999993,0.00372631,300,0,1,0),(240467,180353,0,1,1,-9126.2,352.023,93.5502,2.16569,0,0,0.883295,0.468817,300,0,1,0),(240466,180353,0,1,1,-9129.1,350.316,93.5324,2.05966,0,0,0.857211,0.514965,300,0,1,0),(240465,180353,0,1,1,-9124.05,353.904,93.4149,2.01096,0,0,0.844419,0.535683,300,0,1,0),(240464,180353,0,1,1,-9120.34,357.919,93.1309,2.03924,0,0,0.851909,0.52369,300,0,1,0),(240463,180353,0,1,1,-9121.66,347.84,94.0413,1.4816,0,0,0.674878,0.737929,300,0,1,0),(240462,195191,0,1,1,-5074.44,-782.17,495.119,4.20169,0,0,0.862782,-0.505575,300,0,1,0),(240461,195164,0,1,1,-5073.87,-782.25,496.007,3.03145,0,0,0.998484,0.0550435,300,0,1,0),(240460,195195,0,1,1,-5073.04,-783.32,496.007,2.21464,0,0,0.894504,0.44706,300,0,1,0),(240459,195192,0,1,1,-5075.63,-782.225,496.007,2.68195,0,0,0.973707,0.227804,300,0,1,0),(240458,195215,0,1,1,-5074.51,-782.057,496.007,3.29063,0,0,0.997225,-0.0744498,300,0,1,0),(240457,195198,0,1,1,-5078.52,-780.332,495.148,1.81016,0,0,0.786475,0.617623,300,0,1,0),(240456,195196,0,1,1,-5081.48,-809.468,495.127,5.09312,0,0,0.560536,-0.82813,300,0,1,0),(240455,195194,0,1,1,-5074.6,-805.472,495.127,5.17166,0,0,0.527591,-0.849498,300,0,1,0),(240454,180353,0,1,1,-5069.62,-790.932,495.128,6.07878,0,0,0.102025,-0.994782,300,0,1,0),(240453,195191,0,1,1,-9108.9,364.276,93.9704,2.74217,0,0,0.980124,0.198386,300,0,1,0),(240452,195164,0,1,1,-9108.9,364.276,94.8585,1.14389,0,0,0.541269,0.84085,300,0,1,0),(240451,195195,0,1,1,-9110.3,362.797,94.8585,0.814019,0,0,0.395865,0.918309,300,0,1,0),(240450,195192,0,1,1,-9108.85,365.595,94.8591,1.20672,0,0,0.567412,0.823434,300,0,1,0),(240449,195215,0,1,1,-9109.13,364.867,94.8591,1.20672,0,0,0.567412,0.823434,300,0,1,0),(240448,195200,0,1,1,-9114.88,360.066,93.5696,5.88769,0,0,0.196461,-0.980512,300,0,1,0),(240447,195198,0,1,1,-9109.01,368.778,94.0214,0.342777,0,0,0.170551,0.985349,300,0,1,0),(240446,195198,0,1,1,-9114.53,354.438,93.4013,5.24366,0,0,0.496674,-0.867937,300,0,1,0),(240445,195196,0,1,1,-9113.92,363.176,93.8391,5.46357,0,0,0.398433,-0.917198,300,0,1,0),(240444,195194,0,1,1,-9119.82,359.342,93.1893,5.08265,0,0,0.564863,-0.825185,300,0,1,0),(240443,195197,0,1,1,-9111.72,368.989,94.1376,6.2529,0,0,0.015142,-0.999885,300,0,1,0),(240442,195197,0,1,1,-9109.75,353.516,93.3842,5.47535,0,0,0.393024,-0.919528,300,0,1,0),(240441,195199,0,1,1,-9105.29,367.059,93.0555,6.15472,0,0,0.0641886,-0.997938,300,0,1,0),(240440,195199,0,1,1,-9111.07,351.772,93.4565,2.0039,0,0,0.842523,0.53866,300,0,1,0),(240439,195199,0,1,1,-9118.75,357.285,93.2502,1.69366,0,0,0.749184,0.662361,300,0,1,0),(240438,195212,0,1,1,-9111.16,360.718,93.8337,2.31413,0,0,0.915627,0.402029,300,0,1,0),(240437,195212,0,1,1,-9111.21,356.638,93.3919,2.32591,0,0,0.917979,0.396629,300,0,1,0),(240436,195212,0,1,1,-9109.4,358.181,93.6363,2.58509,0,0,0.961537,0.274675,300,0,1,0),(240435,195212,0,1,1,-9105.45,364.199,93.3237,3.12702,0,0,0.999973,0.00728632,300,0,1,0),(240434,195212,0,1,1,-9106.28,369.586,93.3838,3.6336,0,0,0.969893,-0.24353,300,0,1,0),(240433,195303,0,1,1,-9108.46,370.797,93.9633,3.30373,0,0,0.996716,-0.0809799,300,0,1,0),(240432,195303,0,1,1,-9107.36,367.547,93.7091,3.25661,0,0,0.998347,-0.0574769,300,0,1,0),(240431,195303,0,1,1,-9111.39,362.091,93.8947,2.0628,0,0,0.858019,0.513618,300,0,1,0),(240430,180353,0,1,1,-9106.44,366.297,93.4249,5.97015,0,0,0.155879,-0.987776,300,0,1,0),(240429,180353,0,1,1,-9107.49,361.434,93.7582,4.30904,0,0,0.834416,-0.551135,300,0,1,0),(240428,180353,0,1,1,-9107.88,355.021,93.3263,2.12956,0,0,0.874682,0.484697,300,0,1,0),(240427,180353,0,1,1,-9106.72,347.759,93.3323,4.69388,0,0,0.71362,-0.700533,300,0,1,0),(240426,180353,0,1,1,-9106.8,343.546,93.5129,4.69388,0,0,0.71362,-0.700533,300,0,1,0),(240425,180353,0,1,1,-9106.46,335.828,93.6541,4.75279,0,0,0.69268,-0.721245,300,0,1,0),(240424,180353,0,1,1,-9106.32,332.317,93.5889,4.75279,0,0,0.69268,-0.721245,300,0,1,0),(240423,180353,0,1,1,-9106.95,323.154,93.3763,4.79991,0,0,0.675496,-0.737363,300,0,1,0),(240422,180353,0,1,1,-9106.67,320.002,93.4244,4.79991,0,0,0.675496,-0.737363,300,0,1,0),(240421,180353,0,1,1,-9108.21,310.725,93.7368,4.61534,0,0,0.740573,-0.671976,300,0,1,0),(240420,180353,0,1,1,-9108.5,307.8,93.8631,4.61534,0,0,0.740573,-0.671976,300,0,1,0),(240419,180353,0,1,1,-9123.38,309.698,93.1581,1.61119,0,0,0.721243,0.692682,300,0,1,0),(240418,180353,0,1,1,-9123.5,312.509,93.314,1.61119,0,0,0.721243,0.692682,300,0,1,0),(240417,180353,0,1,1,-9123.81,320.224,93.4622,1.61119,0,0,0.721243,0.692682,300,0,1,0),(240416,180353,0,1,1,-9123.96,324.078,93.4462,1.61119,0,0,0.721243,0.692682,300,0,1,0),(240415,180353,0,1,1,-9123.28,332.133,93.3779,1.4816,0,0,0.674878,0.737929,300,0,1,0),(240414,180353,0,1,1,-9122.97,335.626,93.6704,1.4816,0,0,0.674878,0.737929,300,0,1,0),(240413,180353,0,1,1,-9122.03,343.65,94.1882,1.4816,0,0,0.674878,0.737929,300,0,1,0),(240412,195197,0,1,1,-5071.19,-788.535,495.001,0.561371,0,0,0.277014,0.960866,300,0,1,0),(240411,195212,0,1,1,-5071.77,-785.649,495.013,0.698816,0,0,0.342342,0.939576,300,0,1,0),(240410,195303,0,1,1,-5079.17,-811.633,495.128,4.6101,0,0,0.742331,-0.670033,300,0,1,0),(240409,195303,0,1,1,-5078.82,-811.385,495.128,1.35069,0,0,0.625167,0.780491,300,0,1,0),(240408,195303,0,1,1,-5077.27,-781.108,495.129,4.67293,0,0,0.720919,-0.693019,300,0,1,0),(240407,180353,0,1,1,-5084.4,-786.175,495.73,3.2435,0,0,0.998702,-0.0509316,300,0,1,0),(240406,180353,0,1,1,-5095.12,-790.328,495.205,3.48698,0,0,0.985125,-0.171837,300,0,1,0),(240405,180353,0,1,1,-5092.54,-808.978,495.1,6.22801,0,0,0.0275841,-0.999619,300,0,1,0),(240404,180353,0,1,1,-5076.06,-806.492,495.126,5.89029,0,0,0.195187,-0.980766,300,0,1,0),(240403,180353,0,1,1,-5085.47,-807.597,495.124,4.16634,0,0,0.871583,-0.490247,300,0,1,0),(240402,180353,0,1,1,-5076.27,-780.06,495.307,1.17397,0,0,0.553853,0.832614,300,0,1,0),(240401,180353,0,1,1,-5071.41,-783.176,494.957,0.702734,0,0,0.344182,0.938903,300,0,1,0),(240400,180353,0,1,1,-5072.26,-803.167,495.128,6.17696,0,0,0.0530877,-0.99859,300,0,1,0),(268599,188086,571,1,1,3850.5,4884.73,-4.55864,3.9046,0,0,0.928106,-0.372316,300,0,1,0),(268598,188086,571,1,1,3649.06,4197.95,16.817,0.492043,0,0,0.243547,0.969889,300,0,1,0),(268597,188086,571,1,1,4241.54,5153.61,13.0754,2.20814,0,0,0.893046,0.449965,300,0,1,0),(268604,187894,571,1,1,2945.04,5385.66,60.5319,4.5464,0,0,0.76329,-0.646056,300,0,1,0),(265564,189331,571,1,1,3707.19,-1182.16,120.805,4.22377,0,0,0.85715,-0.515068,300,0,1,0),(268875,181048,329,1,1,3423.57,-3055.67,136.498,5.25036,0,0,0,0,300,0,1,0),(264464,186959,571,1,1,157.202,-5712.16,189.315,-0.226892,0,0,0.703383,0.710811,300,0,1,0),(264463,186959,571,1,1,158.707,-5823.32,7.00682,-1.51844,0,0,0.703383,0.710811,300,0,1,0),(264462,186959,571,1,1,276.169,-5755.25,268.456,-2.47837,0,0,0.703383,0.710811,300,0,1,0),(264461,186959,571,1,1,278.529,-5758.35,268.456,-2.49582,0,0,0.703383,0.710811,300,0,1,0),(264460,186959,571,1,1,280.852,-5761.4,268.456,-2.49582,0,0,0.703383,0.710811,300,0,1,0),(264459,186959,571,1,1,476.923,-5941.13,308.753,1.56029,0,0,0.703383,0.710811,300,0,1,0),(268889,186487,571,1,1,2821.75,-3603.67,245.555,3.49556,0,0,0.984379,-0.176061,300,0,1,0),(268965,193580,571,1,1,6776.68,1628.61,391.945,0,0,0,0,1,25,0,1,0),(59569,184820,530,1,1,1544.21,6321.05,2.36069,0.593412,0,0,0,1,120,255,1,0),(59568,184820,530,1,1,1506.37,6367.81,0.62336,4.5204,0,0,0,1,120,255,1,0),(268911,185215,530,1,1,4697.5,3298.68,178.892,2.02823,0,0,0.849013,0.528372,600,0,1,0),(268910,185215,530,1,1,4673.28,3126.67,166.725,5.42979,0,0,0.413867,-0.910337,300,0,1,0),(268909,185215,530,1,1,4734.71,3193.67,161.48,0.386745,0,0,0.19217,0.981362,300,0,1,0),(268912,185519,557,2,1,-107.662,-102.516,-0.420004,0.707648,0,0,0.346487,0.938055,300,100,1,0),(164341,184979,530,1,1,-2680.09,2564.96,74.9247,1.58825,0,0,0,1,120,255,1,0),(164340,184979,530,1,1,-2666.68,2551.4,74.9247,1.5708,0,0,0,1,120,255,1,0),(164339,184979,530,1,1,-2666.38,2539.36,74.9247,1.58825,0,0,0,1,120,255,1,0),(164338,184979,530,1,1,-2648.91,2575.67,74.9247,1.5708,0,0,0,1,120,255,1,0),(164337,184979,530,1,1,-2648.91,2539.1,74.9247,1.58825,0,0,0,1,120,255,1,0),(164336,184979,530,1,1,-2648.8,2528.1,74.9247,1.58825,0,0,0,1,120,255,1,0),(164335,184979,530,1,1,-2633.67,2527.57,74.9247,1.58825,0,0,0,1,120,255,1,0),(164334,184979,530,1,1,-2633.51,2538.87,74.9247,1.58825,0,0,0,1,120,255,1,0),(164333,184979,530,1,1,-2633.19,2575.3,74.9247,1.5708,0,0,0,1,120,255,1,0),(164332,184979,530,1,1,-2632.78,2564.51,74.9247,1.5708,0,0,0,1,120,255,1,0),(164331,184979,530,1,1,-2632.58,2550.56,74.9247,1.5708,0,0,0,1,120,255,1,0),(164330,184979,530,1,1,-2632.54,2598.43,74.9247,1.5708,0,0,0,1,120,255,1,0),(164329,184979,530,1,1,-2618.21,2553.41,74.9247,1.55334,0,0,0,1,120,255,1,0),(164328,184979,530,1,1,-2617.22,2598.45,74.9247,1.55334,0,0,0,1,120,255,1,0),(164327,184979,530,1,1,-2617.01,2587.36,74.9247,1.55334,0,0,0,1,120,255,1,0),(164326,184979,530,1,1,-2679.73,2575.56,74.9247,1.58825,0,0,0,1,120,255,1,0),(164325,184979,530,1,1,-2649.32,2607.47,74.9247,1.5708,0,0,0,1,120,255,1,0),(164324,184979,530,1,1,-2649.26,2618.3,74.9247,1.5708,0,0,0,1,120,255,1,0),(164323,184979,530,1,1,-2666.69,2586.43,74.9247,1.5708,0,0,0,1,120,255,1,0),(164322,184979,530,1,1,-2648.77,2586.72,74.9247,1.5708,0,0,0,1,120,255,1,0),(164321,184979,530,1,1,-2681.59,2648.71,74.9247,1.58825,0,0,0,1,120,255,1,0),(164320,184979,530,1,1,-2680.63,2637.09,74.9247,1.5708,0,0,0,1,120,255,1,0),(164319,184979,530,1,1,-2666.61,2650.02,74.9247,1.5708,0,0,0,1,120,255,1,0),(164318,184979,530,1,1,-2666.59,2596.14,74.9247,1.5708,0,0,0,1,120,255,1,0),(164317,184979,530,1,1,-2666.56,2616.49,74.9247,1.5708,0,0,0,1,120,255,1,0),(164316,184979,530,1,1,-2666.43,2605.87,74.9247,1.5708,0,0,0,1,120,255,1,0),(164315,184979,530,1,1,-2666.32,2627.34,74.9247,1.5708,0,0,0,1,120,255,1,0),(164314,184979,530,1,1,-2666.26,2637.5,74.9247,1.5708,0,0,0,1,120,255,1,0),(164313,184979,530,1,1,-2649.28,2639.93,74.9247,1.5708,0,0,0,1,120,255,1,0),(164312,184979,530,1,1,-2649.16,2629.34,74.9247,1.5708,0,0,0,1,120,255,1,0),(164311,184979,530,1,1,-2649.16,2596.55,74.9247,1.5708,0,0,0,1,120,255,1,0),(164310,184979,530,1,1,-2632.7,2609.45,74.9247,1.5708,0,0,0,1,120,255,1,0),(164309,184979,530,1,1,-2632.56,2640.99,74.9247,1.5708,0,0,0,1,120,255,1,0),(164308,184979,530,1,1,-2632.5,2630.54,74.9247,1.5708,0,0,0,1,120,255,1,0),(164307,184979,530,1,1,-2617.84,2618.62,74.9247,1.55334,0,0,0,1,120,255,1,0),(164306,184979,530,1,1,-2617.43,2629.57,74.9247,1.55334,0,0,0,1,120,255,1,0),(164305,184979,530,1,1,-2649.29,2650.26,74.9244,1.5708,0,0,0,1,120,255,1,0),(164304,184979,530,1,1,-2666.36,2576.1,74.924,1.5708,0,0,0,1,120,255,1,0),(164303,184979,530,1,1,-2666.46,2564.75,74.8552,1.5708,0,0,0,1,120,255,1,0),(164302,184979,530,1,1,-2617.63,2576.12,74.764,1.55334,0,0,0,1,120,255,1,0),(164301,184979,530,1,1,-2618.02,2564.75,74.7387,1.55334,0,0,0,1,120,255,1,0),(164300,184979,530,1,1,-2680.59,2615.58,74.5754,1.58825,0,0,0,1,120,255,1,0),(164299,184979,530,1,1,-2632.86,2586.7,74.434,1.5708,0,0,0,1,120,255,1,0),(164298,184979,530,1,1,-2617.55,2640.47,74.2456,1.53589,0,0,0,1,120,255,1,0),(164297,184979,530,1,1,-2666.67,2528.7,74.2222,1.58825,0,0,0,1,120,255,1,0),(164296,184979,530,1,1,-2633.57,2515.61,74.2063,1.5708,0,0,0,1,120,255,1,0),(164295,184979,530,1,1,-2680.23,2626.32,74.2042,1.5708,0,0,0,1,120,255,1,0),(164294,184979,530,1,1,-2649.58,2517.05,74.1979,1.58825,0,0,0,1,120,255,1,0),(164293,184979,530,1,1,-2649.33,2563.91,74.1974,1.5708,0,0,0,1,120,255,1,0),(164292,184979,530,1,1,-2632.63,2618.96,74.1973,1.5708,0,0,0,1,120,255,1,0),(164291,184979,530,1,1,-2633.12,2650.88,74.1957,1.55334,0,0,0,1,120,255,1,0),(164290,184979,530,1,1,-2617.12,2607.38,74.0963,1.55334,0,0,0,1,120,255,1,0),(164289,184979,530,1,1,-2618.45,2539.72,74.0835,1.58825,0,0,0,1,120,255,1,0),(164288,184979,530,1,1,-2617.67,2650.46,74.037,1.53589,0,0,0,1,120,255,1,0),(164287,184979,530,1,1,-2684.39,2039.61,117.448,1.5708,0,0,0,1,120,255,1,0),(164286,184979,530,1,1,-2733.28,2139.11,117.238,1.55334,0,0,0,1,120,255,1,0),(164285,184979,530,1,1,-2717.17,2117.92,117.235,1.50098,0,0,0,1,120,255,1,0),(164284,184979,530,1,1,-2766.6,2137.39,117.226,1.5708,0,0,0,1,120,255,1,0),(164283,184979,530,1,1,-2766.73,2129.12,117.225,1.5708,0,0,0,1,120,255,1,0),(164282,184979,530,1,1,-2766.6,2104.41,117.225,1.5708,0,0,0,1,120,255,1,0),(164281,184979,530,1,1,-2766.46,2116.61,117.225,1.5708,0,0,0,1,120,255,1,0),(164280,184979,530,1,1,-2750.42,2094.66,117.225,1.5708,0,0,0,1,120,255,1,0),(164279,184979,530,1,1,-2750.01,2049.44,117.225,1.5708,0,0,0,1,120,255,1,0),(164278,184979,530,1,1,-2749.85,2128.43,117.225,1.5708,0,0,0,1,120,255,1,0),(164277,184979,530,1,1,-2733.57,2072.26,117.225,1.5708,0,0,0,1,120,255,1,0),(164276,184979,530,1,1,-2733.51,2094.51,117.225,1.5708,0,0,0,1,120,255,1,0),(164275,184979,530,1,1,-2733.44,2116.1,117.225,1.5708,0,0,0,1,120,255,1,0),(164274,184979,530,1,1,-2733.37,2128.4,117.225,1.5708,0,0,0,1,120,255,1,0),(164273,184979,530,1,1,-2733.32,2038.49,117.225,1.5708,0,0,0,1,120,255,1,0),(164272,184979,530,1,1,-2733.23,2104.24,117.225,1.5708,0,0,0,1,120,255,1,0),(164271,184979,530,1,1,-2718.27,2072.28,117.225,1.53589,0,0,0,1,120,255,1,0),(164270,184979,530,1,1,-2718.27,2083.31,117.225,1.51844,0,0,0,1,120,255,1,0),(164269,184979,530,1,1,-2718.23,2051.14,117.225,1.53589,0,0,0,1,120,255,1,0),(164268,184979,530,1,1,-2717.98,2060.81,117.225,1.53589,0,0,0,1,120,255,1,0),(164267,184979,530,1,1,-2717.54,2094.53,117.225,1.53589,0,0,0,1,120,255,1,0),(164266,184979,530,1,1,-2717.52,2039.22,117.225,1.55334,0,0,0,1,120,255,1,0),(164265,184979,530,1,1,-2716.63,2129.81,117.225,1.48353,0,0,0,1,120,255,1,0),(164264,184979,530,1,1,-2716.22,2139.36,117.225,1.43117,0,0,0,1,120,255,1,0),(164263,184979,530,1,1,-2700.18,2038.58,117.225,1.5708,0,0,0,1,120,255,1,0),(164262,184979,530,1,1,-2700.14,2108.18,117.225,1.5708,0,0,0,1,120,255,1,0),(164261,184979,530,1,1,-2700.02,2060.66,117.225,1.5708,0,0,0,1,120,255,1,0),(164260,184979,530,1,1,-2699.99,2082.91,117.225,1.5708,0,0,0,1,120,255,1,0),(164259,184979,530,1,1,-2699.98,2094.06,117.225,1.5708,0,0,0,1,120,255,1,0),(164258,184979,530,1,1,-2699.98,2130.45,117.225,1.5708,0,0,0,1,120,255,1,0),(164257,184979,530,1,1,-2699.97,2071.41,117.225,1.5708,0,0,0,1,120,255,1,0),(164256,184979,530,1,1,-2699.94,2049.93,117.225,1.5708,0,0,0,1,120,255,1,0),(164255,184979,530,1,1,-2684.98,2050.07,117.225,1.55334,0,0,0,1,120,255,1,0),(164254,184979,530,1,1,-2684.38,2071.9,117.225,1.5708,0,0,0,1,120,255,1,0),(164253,184979,530,1,1,-2684.32,2060.45,117.225,1.5708,0,0,0,1,120,255,1,0),(164252,184979,530,1,1,-2684.27,2082.26,117.225,1.5708,0,0,0,1,120,255,1,0),(164251,184979,530,1,1,-2683.98,2117.69,117.225,1.55334,0,0,0,1,120,255,1,0),(164250,184979,530,1,1,-2683.94,2108.3,117.225,1.55334,0,0,0,1,120,255,1,0),(164249,184979,530,1,1,-2700.19,2118.86,117.192,1.5708,0,0,0,1,120,255,1,0),(164248,184979,530,1,1,-2750.22,2104.64,117.114,1.5708,0,0,0,1,120,255,1,0),(164247,184979,530,1,1,-2683.53,2093.5,116.787,1.5708,0,0,0,1,120,255,1,0),(164246,184979,530,1,1,-2749.49,2039.4,116.755,1.5708,0,0,0,1,120,255,1,0),(164245,184979,530,1,1,-2733.29,2059.86,116.51,1.5708,0,0,0,1,120,255,1,0),(164244,184979,530,1,1,-2733.45,2049.27,116.327,1.5708,0,0,0,1,120,255,1,0),(164243,184979,530,1,1,-2749.76,2072.12,116.185,1.5708,0,0,0,1,120,255,1,0),(164242,184979,530,1,1,-2766.51,2093.34,116.127,1.5708,0,0,0,1,120,255,1,0),(164241,184979,530,1,1,-2766.64,2082.37,116.126,1.5708,0,0,0,1,120,255,1,0),(164240,184979,530,1,1,-2749.91,2083.2,116.121,1.5708,0,0,0,1,120,255,1,0),(164239,184979,530,1,1,-2733.55,2083.09,116.121,1.5708,0,0,0,1,120,255,1,0),(164238,184979,530,1,1,-2749.15,2061.39,116.113,1.5708,0,0,0,1,120,255,1,0),(164237,184979,530,1,1,-2715.97,2106.96,116.113,1.55334,0,0,0,1,120,255,1,0),(164236,184979,530,1,1,-2749.67,2117.25,116.094,1.5708,0,0,0,1,120,255,1,0),(164235,184979,530,1,1,-2750.14,2138.42,116.052,1.5708,0,0,0,1,120,255,1,0),(268491,194955,571,1,1,6092.64,4425.49,-83.9704,-2.72271,0,0,0,1,300,100,1,0),(268490,194955,571,1,1,6130.8,4462.61,-84.544,2.75761,0,0,0,1,300,100,1,0),(268489,194955,571,1,1,6073.83,4463.66,-84.9872,-0.820303,0,0,0,1,300,100,1,0),(268488,194955,571,1,1,6075.99,4523.62,-81.0092,0.698132,0,0,0,1,300,100,1,0),(268487,194955,571,1,1,6012.03,4517.3,-86.8614,0.872664,0,0,0,1,300,100,1,0),(268486,194955,571,1,1,5988.04,4473.78,-87.3617,1.74533,0,0,0,1,300,100,1,0),(268485,194955,571,1,1,6102.15,4497.03,-81.3401,-2.63544,0,0,0,1,300,100,1,0),(268927,201933,571,1,1,5806.04,697.517,658.282,1.69691,0,0,0.750261,0.661142,300,0,1,0),(268926,201297,571,1,1,5806,697.65,657.95,3.43308,0,0,0.989398,-0.145228,300,0,1,0),(268925,201931,571,1,1,5806.44,693.699,658.447,3.22124,0,0,0.999207,-0.039813,300,0,1,0),(268924,201295,571,1,1,5806.32,693.684,657.949,1.65332,0,0,0.735675,0.677335,300,0,1,0),(268923,201932,571,1,1,5806.9,692.681,658.365,1.74948,0,0,0.767376,0.641198,300,0,1,0),(268922,201296,571,1,1,5806.8,692.833,657.95,3.34514,0,0,0.994825,-0.1016,300,0,1,0),(268921,201299,571,1,1,5805.9,697.858,658.282,0.233185,0,0,0.116329,0.993211,300,0,1,0),(268920,201299,571,1,1,5805.96,697.469,658.282,1.80376,0,0,0.784495,0.620135,300,0,1,0),(268919,201301,571,1,1,5806.62,693.616,658.447,3.12345,0,0,0.999959,0.00907178,300,0,1,0),(268918,201855,571,1,1,5806.75,691.274,657.951,4.17217,0,0,0.87015,-0.492787,300,0,1,0),(268917,201300,571,1,1,5806.83,692.873,658.366,1.67373,0,0,0.742547,0.669794,300,0,1,0),(268916,201298,571,1,1,5807.28,690.745,659.15,3.269,0,0,0.997971,-0.0636625,300,0,1,0),(268928,185579,530,1,2048,11781.6,-7068.48,24.9352,3.43394,0,0,0.989336,-0.145654,300,0,1,0),(268930,195682,580,1,2048,1732.62,594.658,28.0503,2.27643,0,0,0.907888,0.419214,300,0,1,0),(268929,195682,580,1,2048,1666.13,662.584,28.0504,5.44551,0,0,0.916432,-0.400191,300,0,1,0),(268827,193709,571,1,1,7905.86,2057.76,601.122,-1.64058,0,0,-0.731344,0.682009,180,255,1,0),(268501,190717,571,1,2,5675.39,-4163.33,352.486,0.137434,0,0,0.0686629,0.99764,120,100,1,0),(268500,190717,571,1,2,5655.2,-4163.65,352.459,6.24483,0,0,0.0191764,-0.999816,120,100,1,0),(268499,190717,571,1,2,5672.43,-4128.94,352.414,0.10302,0,0,0.0514872,0.998674,120,100,1,0),(268498,190717,571,1,2,5659.26,-4128.18,352.592,6.08383,0,0,0.0995127,-0.995036,120,100,1,0),(268497,190717,571,1,2,5640.38,-4128.02,352.559,6.00936,0,0,0.136485,-0.990642,120,100,1,0),(268496,190717,571,1,2,5674.33,-4103.09,352.463,0.15133,0,0,0.0755928,0.997139,120,100,1,0),(268495,190717,571,1,2,5658.44,-4103.1,352.523,6.23424,0,0,0.0244702,-0.999701,120,100,1,0),(268494,190717,571,1,2,5639.93,-4102.82,352.579,0.0254741,0,0,0.0127367,0.999919,120,100,1,0),(268493,190717,571,1,2,5640.36,-4067.2,352.51,3.29666,0,0,0.996996,-0.077456,120,100,1,0),(268492,190717,571,1,2,5658.46,-4065.84,353.109,3.2456,0,0,0.998648,-0.0519802,120,100,1,0),(268826,193710,571,1,1,7905.79,2056.77,600.253,-1.03847,0,0,-0.496216,0.868199,180,255,1,0),(268825,193711,571,1,1,7905.84,2058.81,600.253,-2.43473,0,0,-0.938191,0.346119,180,255,1,0),(268824,193712,571,1,1,7902.72,2049.29,600.261,1.71042,0,0,0.754709,0.65606,180,255,1,0),(268823,193713,571,1,1,7902.54,2049.58,600.25,1.84476,0,0,0.797041,0.603925,180,255,1,0),(268822,193714,571,1,1,7902.29,2049.42,600.264,-1.42244,0,0,-0.652758,0.757566,180,255,1,0),(268821,193715,571,1,1,7902.14,2049.52,600.262,-0.93375,0,0,-0.450098,0.892979,180,255,1,0),(268820,193716,571,1,1,7902.39,2049.29,600.24,-2.64417,0,0,-0.96923,0.246155,180,255,1,0),(268819,193717,571,1,1,7902.18,2049.3,600.461,-1.10828,0,0,-0.526212,0.850353,180,255,1,0),(268818,193718,571,1,1,7901.95,2049.21,600.24,2.92342,0,0,0.994056,0.10887,180,255,1,0),(268817,193719,571,1,1,7902.19,2063.95,601.511,-1.96349,0,0,-0.831468,0.555572,180,255,1,0),(268816,193720,571,1,1,7899.41,2047.68,600.681,0.750491,0,0,0.366501,0.930418,180,255,1,0),(268815,193721,571,1,1,7896.48,2044.01,600.13,2.09439,0,0,0.866024,0.500002,180,255,1,0),(268814,193722,571,1,1,7894.41,2047.29,601.309,3.01067,0,0,0.997858,0.0654146,180,255,1,0),(268813,193723,571,1,1,7896.35,2044,601.35,0.575958,0,0,0.284015,0.95882,180,255,1,0),(268812,193724,571,1,1,7904.04,2050.09,600.233,0.706858,0,0,0.346117,0.938191,180,255,1,0),(268811,193725,571,1,1,7904.38,2050.16,600.238,-1.68424,0,0,-0.746056,0.665883,180,255,1,0),(268810,193726,571,1,1,7904.18,2049.76,600.239,2.08567,0,0,0.863836,0.503773,180,255,1,0),(268809,193727,571,1,1,7889.88,2074.63,600.247,0.584686,0,0,0.288197,0.957571,180,255,1,0),(268808,193728,571,1,1,7888.88,2074.65,601.116,-0.017419,0,0,-0.00870939,0.999962,180,255,1,0),(268807,193729,571,1,1,7887.84,2074.57,600.247,-0.811576,0,0,-0.394743,0.918792,180,255,1,0),(268806,193730,571,1,1,7873.63,2065.22,600.23,2.80997,0,0,0.986285,0.165053,180,255,1,0),(268805,193731,571,1,1,7873.7,2064.57,600.339,-0.549681,0,0,-0.271393,0.962469,180,255,1,0),(268804,193732,571,1,1,7873.58,2065.55,600.361,0.759044,0,0,0.370477,0.928842,180,255,1,0),(268803,193733,571,1,1,7874.12,2066.33,600.244,2.86233,0,0,0.990267,0.139178,180,255,1,0),(268802,193734,571,1,1,7874.18,2066.85,600.269,2.27762,0,0,0.908136,0.418675,180,255,1,0),(268801,193735,571,1,1,7873.96,2066.1,600.263,-0.872663,0,0,-0.422618,0.906308,180,255,1,0),(268800,193736,571,1,1,7878.23,2068.07,600.557,-2.3911,0,0,-0.930417,0.366502,180,255,1,0),(268799,193737,571,1,1,7880.95,2071.65,600.217,-1.02974,0,0,-0.492422,0.870357,180,255,1,0),(268798,193738,571,1,1,7881.41,2070.34,601.433,1.95477,0,0,0.829038,0.559192,180,255,1,0),(268797,193739,571,1,1,7881.29,2071.99,601.419,0.157079,0,0,0.0784588,0.996917,180,255,1,0),(268796,193740,571,1,1,7880.1,2072.08,601.421,-0.270523,0,0,-0.134849,0.990866,180,255,1,0),(268795,193741,571,1,1,7888.47,2041.05,601.082,3.09799,0,0,0.999762,0.0217996,180,255,1,0),(268794,193742,571,1,1,7887.47,2041.1,600.216,-2.58308,0,0,-0.961261,0.275641,180,255,1,0),(268793,193743,571,1,1,7889.51,2041.1,600.216,2.30383,0,0,0.913544,0.406739,180,255,1,0),(268792,193744,571,1,1,7871.47,2057.94,601.099,1.47483,0,0,0.672377,0.740209,180,255,1,0),(268791,193745,571,1,1,7871.44,2059.16,600.23,2.07694,0,0,0.861629,0.507539,180,255,1,0),(268790,193746,571,1,1,7871.34,2057.12,600.23,0.680679,0,0,0.333807,0.942641,180,255,1,0),(268789,193747,571,1,1,7879.74,2044.7,600.14,-2.15548,0,0,-0.88089,0.47332,180,255,1,0),(268788,193748,571,1,1,7881.17,2045.81,600.035,-3.08918,0,0,-0.999657,0.0262033,180,255,1,0),(268787,193749,571,1,1,7881.34,2043.52,600.008,-0.418879,0,0,-0.207912,0.978148,180,255,1,0),(268786,193750,571,1,1,7874.78,2050.18,600.129,0.759219,0,0,0.370558,0.928809,180,255,1,0),(268785,193751,571,1,1,7874.74,2050.31,601.349,-0.759215,0,0,-0.370556,0.92881,180,255,1,0),(268784,193752,571,1,1,7874.64,2050.93,601.321,-2.1293,0,0,-0.874619,0.48481,180,255,1,0),(268783,193753,571,1,1,7875,2050.97,601.319,-1.44862,0,0,-0.662619,0.748957,180,255,1,0),(268782,193754,571,1,1,7890.59,2057.9,600.165,0.017454,0,0,0.00872689,0.999962,180,255,1,0),(268781,193755,571,1,1,7877.74,2047.84,600.669,-0.802851,0,0,-0.390731,0.920505,180,255,1,0),(268780,193756,571,1,1,7888.6,2057.9,598.534,-0.139624,0,0,-0.0697553,0.997564,180,255,1,0),(268779,193758,571,1,1,7888.88,2057.81,600.495,-1.56207,0,0,-0.704015,0.710185,180,255,1,0),(268778,193759,571,1,1,7889.98,2059.47,600.244,-2.93214,0,0,-0.994521,0.104535,180,255,1,0),(268777,193760,571,1,1,7890.54,2060.25,600.248,-2.0333,0,0,-0.85035,0.526218,180,255,1,0),(268776,193761,571,1,1,7889.73,2060.41,600.258,2.95833,0,0,0.995805,0.0915032,180,255,1,0),(268775,193677,571,1,1,7885.66,2057.74,604.195,-3.05428,0,0,-0.999047,0.0436424,180,255,1,0),(268774,193763,571,1,1,7885.77,2057.76,600.887,0.063894,0,0,0.0319416,0.99949,180,255,1,0),(268773,193691,571,1,1,7885.87,2057.75,604.27,0.07854,0,0,0.0392599,0.999229,180,255,1,0),(268772,193693,571,1,1,7895.56,2044.42,601.668,1.26947,0,0,0.592964,0.805229,180,255,1,0),(266056,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(262680,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(261970,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(261410,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(260066,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(258233,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(256036,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(257787,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(260579,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(263207,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(263653,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(265211,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(267263,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(267510,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(267905,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(268771,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(268770,193796,571,1,1,7888.96,2058.19,586.427,-2.57972,0,0,-0.960796,0.277255,180,255,1,0),(268769,193607,571,1,1,7888.51,2057.61,600.259,-1.41372,0,0,-0.649449,0.760405,300,100,1,0),(268768,193982,571,1,1,7888.73,2057.92,599.815,0,0,0,0,1,300,0,1,0),(268767,193579,571,1,1,7889.04,2057.88,599.815,-0.698131,0,0,-0.34202,0.939693,300,0,1,0),(268766,193696,571,1,1,7637.64,2074.04,600.272,2.60926,0,0,0.964786,0.263035,180,255,1,0),(255513,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(268765,193697,571,1,1,7635.76,2074.88,600.27,-2.94959,0,0,-0.995395,0.0958539,180,255,1,0),(268764,193698,571,1,1,7636.03,2073.45,600.233,-1.92896,0,0,-0.821753,0.569844,180,255,1,0),(268763,193699,571,1,1,7637.21,2073.31,601.419,-1.93571,0,0,-0.823671,0.567068,180,255,1,0),(268762,193700,571,1,1,7638.75,2073.49,600.251,1.24791,0,0,0.584249,0.811574,180,255,1,0),(268761,193701,571,1,1,7642.83,2067.32,600.257,-2.58308,0,0,-0.961261,0.275641,180,255,1,0),(268760,193702,571,1,1,7643.08,2067.65,601.462,-2.97579,0,0,-0.996566,0.0828064,180,255,1,0),(268759,193703,571,1,1,7642.85,2067.18,601.479,2.18166,0,0,0.88701,0.461749,180,255,1,0),(268758,193704,571,1,1,7642.36,2067.46,601.459,-2.8873,0,0,-0.991928,0.126804,180,255,1,0),(268757,193705,571,1,1,7641.54,2066.84,601.473,0.401427,0,0,0.199369,0.979925,180,255,1,0),(268756,193706,571,1,1,7642.22,2066.7,601.473,-0.56723,0,0,-0.279828,0.96005,180,255,1,0),(268755,193707,571,1,1,7639.48,2069.83,600.657,2.34747,0,0,0.922201,0.38671,180,255,1,0),(268754,193708,571,1,1,7636.18,2073.49,601.443,-2.86232,0,0,-0.990267,0.139183,180,255,1,0),(268753,193709,571,1,1,7645.86,2060.06,601.122,-1.64058,0,0,-0.731344,0.682009,180,255,1,0),(268752,193710,571,1,1,7645.79,2059.07,600.253,-1.03847,0,0,-0.496216,0.868199,180,255,1,0),(268751,193711,571,1,1,7645.84,2061.11,600.253,-2.43473,0,0,-0.938191,0.346119,180,255,1,0),(268750,193712,571,1,1,7642.72,2051.59,600.261,1.71042,0,0,0.754709,0.65606,180,255,1,0),(268749,193713,571,1,1,7642.54,2051.88,600.25,1.84476,0,0,0.797041,0.603925,180,255,1,0),(268748,193714,571,1,1,7642.29,2051.72,600.264,-1.42244,0,0,-0.652758,0.757566,180,255,1,0),(268747,193715,571,1,1,7642.14,2051.82,600.262,-0.93375,0,0,-0.450098,0.892979,180,255,1,0),(268746,193716,571,1,1,7642.39,2051.59,600.24,-2.64417,0,0,-0.96923,0.246155,180,255,1,0),(268745,193717,571,1,1,7642.18,2051.6,600.461,-1.10828,0,0,-0.526212,0.850353,180,255,1,0),(268744,193718,571,1,1,7641.95,2051.51,600.24,2.92342,0,0,0.994056,0.10887,180,255,1,0),(268743,193719,571,1,1,7642.19,2066.25,601.511,-1.96349,0,0,-0.831468,0.555572,180,255,1,0),(268742,193720,571,1,1,7639.41,2049.98,600.681,0.750491,0,0,0.366501,0.930418,180,255,1,0),(268741,193721,571,1,1,7636.48,2046.31,600.13,2.09439,0,0,0.866024,0.500002,180,255,1,0),(268740,193722,571,1,1,7636.71,2047.29,601.309,3.01067,0,0,0.997858,0.0654146,180,255,1,0),(268739,193723,571,1,1,7636.35,2046.3,601.35,0.575958,0,0,0.284015,0.95882,180,255,1,0),(268738,193724,571,1,1,7644.04,2052.39,600.233,0.706858,0,0,0.346117,0.938191,180,255,1,0),(268737,193725,571,1,1,7644.38,2052.46,600.238,-1.68424,0,0,-0.746056,0.665883,180,255,1,0),(268736,193726,571,1,1,7644.18,2052.06,600.239,2.08567,0,0,0.863836,0.503773,180,255,1,0),(268735,193727,571,1,1,7629.88,2076.93,600.247,0.584686,0,0,0.288197,0.957571,180,255,1,0),(268734,193728,571,1,1,7628.88,2076.95,601.116,-0.017419,0,0,-0.00870939,0.999962,180,255,1,0),(268733,193729,571,1,1,7627.84,2076.87,600.247,-0.811576,0,0,-0.394743,0.918792,180,255,1,0),(268732,193730,571,1,1,7613.63,2067.52,600.23,2.80997,0,0,0.986285,0.165053,180,255,1,0),(268731,193731,571,1,1,7613.7,2066.87,600.339,-0.549681,0,0,-0.271393,0.962469,180,255,1,0),(268730,193732,571,1,1,7613.58,2067.85,600.361,0.759044,0,0,0.370477,0.928842,180,255,1,0),(268729,193733,571,1,1,7614.12,2068.63,600.244,2.86233,0,0,0.990267,0.139178,180,255,1,0),(268728,193734,571,1,1,7614.18,2069.15,600.269,2.27762,0,0,0.908136,0.418675,180,255,1,0),(268727,193735,571,1,1,7613.96,2068.4,600.263,-0.872663,0,0,-0.422618,0.906308,180,255,1,0),(268726,193736,571,1,1,7618.23,2070.37,600.557,-2.3911,0,0,-0.930417,0.366502,180,255,1,0),(268725,193737,571,1,1,7620.95,2073.95,600.217,-1.02974,0,0,-0.492422,0.870357,180,255,1,0),(268724,193738,571,1,1,7621.41,2072.64,601.433,1.95477,0,0,0.829038,0.559192,180,255,1,0),(268723,193739,571,1,1,7621.29,2074.29,601.419,0.157079,0,0,0.0784588,0.996917,180,255,1,0),(268722,193740,571,1,1,7620.1,2074.38,601.421,-0.270523,0,0,-0.134849,0.990866,180,255,1,0),(268721,193741,571,1,1,7628.47,2043.35,601.082,3.09799,0,0,0.999762,0.0217996,180,255,1,0),(268720,193742,571,1,1,7627.47,2043.4,600.216,-2.58308,0,0,-0.961261,0.275641,180,255,1,0),(268719,193743,571,1,1,7629.51,2043.4,600.216,2.30383,0,0,0.913544,0.406739,180,255,1,0),(268718,193744,571,1,1,7611.47,2060.24,601.099,1.47483,0,0,0.672377,0.740209,180,255,1,0),(268717,193745,571,1,1,7611.44,2061.46,600.23,2.07694,0,0,0.861629,0.507539,180,255,1,0),(268716,193746,571,1,1,7611.34,2059.42,600.23,0.680679,0,0,0.333807,0.942641,180,255,1,0),(268715,193747,571,1,1,7619.74,2047,600.14,-2.15548,0,0,-0.88089,0.47332,180,255,1,0),(268714,193748,571,1,1,7621.17,2048.11,600.035,-3.08918,0,0,-0.999657,0.0262033,180,255,1,0),(268713,193749,571,1,1,7621.34,2045.82,600.008,-0.418879,0,0,-0.207912,0.978148,180,255,1,0),(268712,193750,571,1,1,7614.78,2052.48,600.129,0.759219,0,0,0.370558,0.928809,180,255,1,0),(268711,193751,571,1,1,7614.74,2052.61,601.349,-0.759215,0,0,-0.370556,0.92881,180,255,1,0),(268710,193752,571,1,1,7614.64,2053.23,601.321,-2.1293,0,0,-0.874619,0.48481,180,255,1,0),(268709,193753,571,1,1,7615,2053.27,601.319,-1.44862,0,0,-0.662619,0.748957,180,255,1,0),(268708,193754,571,1,1,7630.59,2060.2,600.165,0.017454,0,0,0.00872689,0.999962,180,255,1,0),(268707,193755,571,1,1,7617.74,2050.14,600.669,-0.802851,0,0,-0.390731,0.920505,180,255,1,0),(268706,193756,571,1,1,7628.6,2060.2,598.534,-0.139624,0,0,-0.0697553,0.997564,180,255,1,0),(268705,193757,571,1,1,7628.6,2060.2,599.632,-1.66679,0,0,-0.740218,0.672367,180,255,1,0),(268704,193758,571,1,1,7628.88,2060.11,600.495,-1.56207,0,0,-0.704015,0.710185,180,255,1,0),(268703,193759,571,1,1,7629.98,2061.77,600.244,-2.93214,0,0,-0.994521,0.104535,180,255,1,0),(268702,193760,571,1,1,7630.54,2062.55,600.248,-2.0333,0,0,-0.85035,0.526218,180,255,1,0),(268701,193761,571,1,1,7629.73,2062.71,600.258,2.95833,0,0,0.995805,0.0915032,180,255,1,0),(268700,193762,571,1,1,7625.66,2060.04,604.195,-3.05428,0,0,-0.999047,0.0436424,180,255,1,0),(268699,193763,571,1,1,7625.77,2060.06,600.887,0.063894,0,0,0.0319416,0.99949,180,255,1,0),(268698,193764,571,1,1,7625.87,2060.05,604.27,0.07854,0,0,0.0392599,0.999229,180,255,1,0),(268697,193765,571,1,1,7635.56,2046.72,601.668,1.26947,0,0,0.592964,0.805229,180,255,1,0),(268658,190720,571,1,1,6097.63,-2086.47,417.622,3.75493,0,0,0.953345,-0.301884,120,100,1,0),(268657,190720,571,1,1,6239.11,-2082.16,417.515,5.56134,0,0,0.353138,-0.935571,120,100,1,0),(268656,190720,571,1,1,6261.99,-1975.28,417.612,0.703654,0,0,0.344613,0.938745,120,100,1,0),(268675,188441,571,1,1,4487.72,113.749,88.7867,4.46518,0,0,0.788891,-0.614533,120,100,1,0),(268674,188441,571,1,1,4524.34,212.839,91.674,0.919109,0,0,0.443549,0.89625,120,100,1,0),(268673,188441,571,1,1,4531.09,227.589,91.8334,4.38665,0,0,0.812407,-0.583091,120,100,1,0),(268672,188441,571,1,1,4563.57,256.655,90.39,4.81076,0,0,0.671486,-0.741017,120,100,1,0),(268671,188441,571,1,1,4580.6,269.071,94.0463,4.8461,0,0,0.658288,-0.752766,120,100,1,0),(268670,188441,571,1,1,4644.63,641.427,107.293,1.12018,0,0,0.531262,0.847207,120,100,1,0),(268669,188441,571,1,1,4619.31,647.6,100.316,0.240532,0,0,0.119976,0.992777,120,100,1,0),(268668,188441,571,1,1,4581.01,646.25,96.2041,0.1777,0,0,0.0887331,0.996055,120,100,1,0),(268667,188441,571,1,1,4594.89,660.31,97.3038,4.53666,0,0,0.766429,-0.642329,120,100,1,0),(268666,188441,571,1,1,4614.43,661.181,99.1374,4.82726,0,0,0.66535,-0.746531,120,100,1,0),(268665,188441,571,1,1,4592.46,751.803,95.5605,0.432947,0,0,0.214787,0.976661,120,100,1,0),(268664,188441,571,1,1,4574.53,737.473,93.1492,4.11647,0,0,0.883535,-0.468364,120,100,1,0),(265469,193256,571,1,2,4841.35,1482.23,209.58,1.85005,0,0,0.798635,0.601815,180,255,1,0),(265468,193255,571,1,2,4835.9,1488.72,209.581,-2.86628,0,0,-0.990541,0.137221,180,255,1,0),(265467,193254,571,1,2,4849.16,1504.78,210.42,-2.21657,0.0236607,0.0528755,-0.892694,0.446924,180,255,1,0),(265466,193253,571,1,2,4853.51,1504.26,209.705,1.99892,-0.0350347,-0.007514,0.840987,0.539867,180,255,1,0),(265465,193252,571,1,2,4865.18,1507.22,210.338,-1.23866,0.105379,0.0258522,-0.58182,0.806047,180,255,1,0),(265464,193251,571,1,2,4862.13,1509.54,210.274,-1.51791,0.104919,0.0612249,-0.685961,0.717427,180,255,1,0),(265463,193250,571,1,2,4863.5,1511.99,211.007,-0.85521,0.0903859,-0.0419741,-0.412563,0.905461,180,255,1,0),(265462,193249,571,1,2,4866.13,1454.38,209.254,2.90649,-0.0570979,0.0217075,0.99114,0.117938,180,255,1,0),(265461,193248,571,1,2,4872.97,1463.78,208.817,0.328427,0.107849,0.0608816,0.157308,0.979753,180,255,1,0),(265460,193247,571,1,2,4870.53,1463.09,209.254,2.98503,-0.0579057,0.0194483,0.995007,0.0789345,180,255,1,0),(265459,193246,571,1,2,4867.43,1463.25,208.182,-2.90042,0.0561199,-0.110401,-0.985682,0.114429,180,255,1,0),(265458,193245,571,1,2,4873.67,1463.75,209.945,1.69297,-0.0216947,-0.022048,0.748631,0.662265,180,255,1,0),(265457,193244,571,1,2,4870.41,1485.93,208.815,2.01267,0.0263929,0.121001,0.8357,0.53504,180,255,1,0),(265456,193243,571,1,2,4866.88,1497.61,209.219,-0.701316,0.176649,-0.0290623,-0.343566,0.921907,180,255,1,0),(265455,193242,571,1,2,4868.92,1496.63,210.149,-3.06303,0.0470619,0.0384197,-0.997312,0.040972,180,255,1,0),(265454,193241,571,1,2,4868.57,1498.98,210.52,0.139625,0.00607967,-0.0487633,0.0698023,0.99635,180,255,1,0),(265453,193240,571,1,2,4871.93,1485.22,209.394,1.45787,-0.0808988,0.00173664,0.666332,0.741251,180,255,1,0),(265452,193239,571,1,2,4877.1,1484.66,209.186,2.26945,-0.0474277,0.038497,0.904352,0.422393,180,255,1,0),(265451,193238,571,1,2,4876.32,1484.97,208.314,2.23083,0.013063,0.123156,0.888981,0.44088,180,255,1,0),(265450,193237,571,1,2,4879.97,1484.75,209.851,-1.7812,0.119032,-0.042861,-0.775682,0.618313,180,255,1,0),(265449,193236,571,1,2,4877.15,1482.28,209.508,-0.063639,-0.0574636,-0.0339718,-0.0337629,0.997198,180,255,1,0),(265448,193235,571,1,2,4874.73,1480.06,209.581,-2.80542,-0.0137296,0.00334263,-0.985821,0.167206,180,255,1,0),(265447,193234,571,1,2,4874.57,1482.12,209.581,-0.461814,0.0474486,-0.0568333,-0.225662,0.971388,180,255,1,0),(265446,193233,571,1,2,4878.03,1483.45,209.367,-2.55639,0.121423,0.0109167,-0.951202,0.283463,180,255,1,0),(265445,193232,571,1,2,4873.68,1479.37,209.262,-0.23823,-0.0967536,0.0623951,-0.112823,0.986923,180,255,1,0),(265444,193231,571,1,2,4875.17,1482.73,209.581,-2.38393,-0.146883,0.106271,-0.919187,0.349611,180,255,1,0),(265443,193230,571,1,2,4875.33,1483.97,209.321,1.09993,-0.10428,0.0728397,0.523499,0.842478,180,255,1,0),(265442,193229,571,1,2,4899.05,1500.03,213.776,-2.00159,0.175502,-0.0696192,-0.835915,0.515363,180,255,1,0),(265441,193228,571,1,2,4867.92,1513.52,211.374,-2.05897,0.117878,0.0288877,-0.852855,0.507847,180,255,1,0),(265440,193227,571,1,2,4872.97,1514.59,212.331,-1.3972,0.0600896,-0.0089817,-0.643221,0.763266,180,255,1,0),(265439,193226,571,1,2,4868.83,1515.05,210.583,1.56761,0.0488257,0.0519066,0.704068,0.706548,180,255,1,0),(265438,193225,571,1,2,4869.89,1498.14,209.975,2.07747,-0.0715327,-0.0109978,0.860805,0.503763,180,255,1,0),(265437,193224,571,1,2,4867.23,1510.34,210.818,2.48454,-0.00913286,-0.0617018,0.944452,0.322675,180,255,1,0),(265436,193223,571,1,2,4867.68,1501.42,209.79,0.969179,-0.000017643,0.000310898,0.465845,0.884866,180,255,1,0),(265435,193222,571,1,2,4867.97,1505.21,209.196,1.82941,0.0258098,0.0587788,0.790161,0.609528,180,255,1,0),(265434,193221,571,1,2,4899.95,1499.17,214.908,-0.863936,0.0790286,-0.017458,-0.418527,0.904591,180,255,1,0),(265433,193220,571,1,2,4901.71,1501.57,214.897,0.000524,0.0796647,0.0144062,-0.000888824,0.996717,180,255,1,0),(265432,193198,571,1,3,4875.97,1487.23,209.624,-0.575957,0.529439,-0.0826683,-0.282406,0.79568,180,255,1,0),(265431,193197,571,1,3,4875.42,1486.99,209.577,2.12058,0.0638885,-0.00834465,0.871384,0.486353,180,255,1,0),(265430,193196,571,1,3,4840.93,1494.97,209.604,2.10312,0.301799,0.559454,0.663756,0.394152,180,255,1,0),(265429,188551,571,1,3,4924.04,1250.61,226.742,-0.637045,0,0,-0.313164,0.949699,180,255,1,0),(265428,193399,571,1,2,4859.43,1457.76,209.344,-3.11508,0.0951447,-0.0871191,-0.991632,0.00477168,180,255,1,0),(265427,193398,571,1,2,4848.95,1412.98,192.951,-1.81514,0.0362058,0.120889,-0.777025,0.61669,180,255,1,0),(265426,193397,571,1,2,4733.94,1315.56,156.368,-1.27409,0.104968,0.15615,-0.58289,0.790467,180,255,1,0),(265425,193396,571,1,2,4794.69,1457.07,192.588,2.64417,0.00961256,0.117995,0.961841,0.246673,180,255,1,0),(265424,193395,571,1,2,4770.16,1370.93,176.38,2.80998,-0.0802469,0.152781,0.968978,0.176919,180,255,1,0),(265423,193394,571,1,2,4822.11,1385.17,190.846,0.593409,0.0792899,0.0916252,0.283839,0.951185,180,255,1,0),(265422,193393,571,1,2,4866.13,1504.92,209.61,-2.69653,0,0,-0.975342,0.2207,180,255,1,0),(265421,193392,571,1,2,4809.1,1418.01,192.892,1.75406,0.0107517,0.0785532,0.764607,0.639601,180,255,1,0),(265420,193391,571,1,2,4806.32,1418.54,192.729,-2.28638,0.0979347,-0.0203876,-0.907374,0.408246,180,255,1,0),(265419,193390,571,1,2,4867.81,1503.07,209.884,-1.88495,0.107347,-0.11599,-0.80059,0.577996,180,255,1,0),(265418,193389,571,1,2,4854.66,1501.16,209.481,2.34746,0.014946,0.0937176,0.917232,0.386885,180,255,1,0),(265417,193388,571,1,2,4841.91,1491.07,209.581,-1.25664,0,0,-0.587785,0.809017,180,255,1,0),(265416,193386,571,1,2,4760.75,1331.36,166.73,1.48353,0.089571,-0.177974,0.654187,0.729617,180,255,1,0),(265415,193385,571,1,2,4819.64,1494.38,197.898,3.14159,0,0,-1,0,180,255,1,0),(265414,193383,571,1,2,4885.88,1446.4,197.241,3.14159,0,0,-1,0,180,255,1,0),(265413,193382,571,1,2,4767.65,1414.14,182.959,3.14159,0,0,-1,0,180,255,1,0),(265412,193381,571,1,2,4828.91,1364.96,187.765,3.14159,0,0,-1,0,180,255,1,0),(265411,193380,571,1,2,4721.96,1313.02,155.378,-2.01585,0.0360966,-0.0301628,-0.845136,0.532478,180,255,1,0),(265410,193379,571,1,2,4722.19,1312.74,151.818,2.20784,0.0871139,0.0415649,0.890839,0.443948,180,255,1,0),(265409,193377,571,1,2,4724.68,1339.09,165.636,0.951202,0.0167489,-0.000976563,0.457918,0.888836,180,255,1,0),(265408,193376,571,1,2,4729.66,1338.75,165.712,1.48353,-0.0274987,0.0110216,0.675546,0.736723,180,255,1,0),(265407,193375,571,1,2,4747.37,1376.69,177.142,-2.04203,0.0435467,-0.011776,-0.852303,0.5211,180,255,1,0),(265406,193374,571,1,2,4739.77,1375.46,175.041,-0.383972,-0.0255208,0.0302401,-0.189908,0.981004,180,255,1,0),(265405,193373,571,1,2,4748.8,1370.48,177.21,1.12574,-0.00724554,-0.0421524,0.532355,0.84544,180,255,1,0),(265404,193372,571,1,2,4745.65,1372.85,180.619,0.287977,-0.00719595,-0.0719738,0.1419,0.987235,180,255,1,0),(265403,193371,571,1,2,4747.05,1371.73,174.606,-3.01067,-0.0171127,-0.0166779,-0.997555,0.065677,180,255,1,0),(265402,193370,571,1,2,4771.53,1370.23,177.676,-2.80997,-0.0161185,0.160583,-0.973068,0.164595,180,255,1,0),(265401,193369,571,1,2,4733.99,1316.14,156.382,-2.06821,-0.0450306,0.244809,-0.821506,0.513,180,255,1,0),(265400,193368,571,1,2,4843.11,1399.61,192.974,-2.24275,0,0,-0.900698,0.434446,180,255,1,0),(265399,193367,571,1,2,4877.77,1484.81,209.625,0.986112,0,0,0.47332,0.880891,180,255,1,0),(265398,193366,571,1,2,4873.99,1482.95,209.581,2.32129,0,0,0.91706,0.39875,180,255,1,0),(265397,193365,571,1,2,4845.42,1487.39,209.58,-2.66162,0,0,-0.971341,0.23769,180,255,1,0),(265396,193364,571,1,2,4730.52,1317.27,156.226,2.56615,-0.0221047,-0.302703,0.907742,0.289634,180,255,1,0),(265395,193363,571,1,2,4730.31,1318.99,155.544,-1.98413,0.254753,0.0382614,-0.822841,0.506528,180,255,1,0),(265394,193362,571,1,2,4729.61,1321.64,157.56,-2.51327,0.206481,0.0967264,-0.923958,0.307102,180,255,1,0),(265393,193361,571,1,2,4734.48,1318.53,157.136,1.85057,0.100191,-0.175282,0.773164,0.601212,180,255,1,0),(265392,193360,571,1,2,4751.15,1340.32,166.607,-1.18128,0.329918,-0.0781288,-0.556777,0.75832,180,255,1,0),(265391,193359,571,1,2,4756.42,1343.86,170.246,1.7633,-0.0618968,-0.172729,0.751708,0.633458,180,255,1,0),(265390,193358,571,1,2,4753.62,1343.34,168.952,0.489215,0.111181,-0.132936,0.250117,0.95258,180,255,1,0),(265389,193357,571,1,2,4755.62,1346.56,169.796,1.34944,0.0850377,-0.117254,0.617311,0.773271,180,255,1,0),(265388,193356,571,1,2,4748.54,1338.94,166.382,-0.288919,0.207263,-0.123673,-0.118627,0.963159,180,255,1,0),(265387,193355,571,1,2,4755.79,1348.84,171.924,2.46091,-0.0991616,-0.199687,0.920929,0.319659,180,255,1,0),(265386,193354,571,1,2,4753.28,1340.75,168.824,-0.340338,0.151325,-0.118515,-0.150674,0.969718,180,255,1,0),(265385,193353,571,1,2,4769.21,1371.89,177.57,-2.31575,0.0844626,-0.139417,-0.905103,0.392706,180,255,1,0),(265384,193352,571,1,2,4773.03,1368.72,178.45,-0.099176,0.0950837,0.0810518,-0.0570211,0.990524,180,255,1,0),(265383,193351,571,1,2,4768.81,1368.81,178.492,0.140151,0.030128,0.027483,0.0691519,0.996772,180,255,1,0),(265382,193350,571,1,2,4768.76,1368.18,178.913,1.44467,0.0170288,0.0472221,0.659506,0.750021,180,255,1,0),(265381,193349,571,1,2,4772.31,1368.96,179.386,0.811575,-0.00587082,-0.0157957,0.394556,0.918717,180,255,1,0),(265380,193348,571,1,2,4774.14,1431.06,192.541,-0.461988,0.0518498,0.0100574,-0.229643,0.971841,180,255,1,0),(265379,193347,571,1,2,4772.64,1435.92,192.81,-0.342891,0.00594473,-0.00461292,-0.170579,0.985315,180,255,1,0),(265378,193346,571,1,2,4778.76,1431.17,191.47,-1.06783,0.150003,-0.0637999,-0.505119,0.847516,180,255,1,0),(265377,193345,571,1,2,4796.17,1458.01,192.827,-1.31867,-0.0164309,0.0143499,-0.612422,0.79023,180,255,1,0),(265376,193344,571,1,2,4791.81,1461.45,192.632,2.45271,-0.0507507,0.0339947,0.939208,0.337871,180,255,1,0),(265375,193343,571,1,2,4790.44,1461.15,192.981,-1.13446,-0.0251698,0.0179787,-0.537,0.843015,180,255,1,0),(265374,193342,571,1,2,4796.26,1462.71,192.967,-0.238171,-0.0043478,-0.0223913,-0.118811,0.992655,180,255,1,0),(265373,193341,571,1,2,4775.1,1434.28,192.541,-2.24222,0.0460067,0.0250292,-0.89929,0.434205,180,255,1,0),(265372,193340,571,1,2,4774.9,1439.74,192.737,-2.55785,0.0501857,-0.00143909,-0.956716,0.286661,180,255,1,0),(265371,193339,571,1,2,4772.66,1434.78,193.232,-2.59181,0.0433717,0.0282393,-0.960958,0.271813,180,255,1,0),(265370,193338,571,1,2,4784.48,1470.89,192.576,0.925548,-0.0131526,0.0596514,0.444809,0.89354,180,255,1,0),(265369,193337,571,1,2,4784.45,1470.94,192.955,-2.15548,-0.013176,0.0279846,-0.880445,0.473139,180,255,1,0),(265368,193336,571,1,2,4796.58,1468.24,192.169,-0.505621,0.0292087,0.0536489,-0.250513,0.966184,180,255,1,0),(265367,193335,571,1,2,4790.18,1467.85,192.762,-1.36083,0.0488267,0.036706,-0.628628,0.775304,180,255,1,0),(265366,193334,571,1,2,4794.4,1474.76,192.763,-1.32593,0.0481787,0.0375519,-0.615001,0.786157,180,255,1,0),(265365,193333,571,1,2,4792.14,1470.66,193.065,-0.122172,-0.00286865,0.0480499,-0.0607004,0.996995,180,255,1,0),(265364,193332,571,1,2,4800,1468.61,191.452,2.56245,-0.00744295,0.123623,0.949555,0.288109,180,255,1,0),(265363,193331,571,1,2,4822.26,1387.09,192.195,-3.06622,0.0467849,-0.11467,-0.991772,0.0324174,180,255,1,0),(265362,193330,571,1,2,4823.99,1380.99,192.632,-0.121651,0.018436,0.0582361,-0.0615549,0.996233,180,255,1,0),(265361,193329,571,1,2,4822.14,1389.37,192.632,-2.45166,0.0607848,0.00604916,-0.939628,0.336702,180,255,1,0),(265360,193328,571,1,2,4824.36,1383.82,192.632,-1.39574,0.0494599,0.0358477,-0.642063,0.764214,180,255,1,0),(265359,193327,571,1,2,4826.81,1380.91,191.56,-0.535509,0.123432,0.0101376,-0.267324,0.955615,180,255,1,0),(265358,193326,571,1,2,4821.84,1389.48,192.828,1.34296,0,0,0.622146,0.782902,180,255,1,0),(265357,193325,571,1,2,4822.01,1384.94,193.216,-2.2253,-0.012002,0.00661659,-0.896828,0.442168,180,255,1,0),(265356,193324,571,1,2,4806.89,1426.84,192.971,0.323407,0.00512791,0.0608683,0.159828,0.985253,180,255,1,0),(265355,193323,571,1,2,4807.36,1428.16,193.922,3.0194,-0.00352192,-0.0307302,0.99766,0.0609785,180,255,1,0),(265354,193322,571,1,2,4810.12,1419.19,193.325,-2.63492,0.0610828,0.000462532,-0.966495,0.249313,180,255,1,0),(265353,193321,571,1,2,4813.19,1424.82,193.442,2.79305,-0.0557747,0.02491,0.982861,0.173936,180,255,1,0),(265352,193320,571,1,2,4816.8,1417.59,192.543,2.82795,-0.056201,0.0239315,0.985746,0.156757,180,255,1,0),(265351,193319,571,1,2,4818.46,1416.96,192.304,0.171346,0.112294,0.0522327,0.0799513,0.989075,180,255,1,0),(265350,193318,571,1,2,4814.53,1421.68,193.837,-2.25147,-0.0227056,-0.00477314,-0.902395,0.430284,180,255,1,0),(265349,193317,571,1,2,4800.96,1415.84,192.196,-2.09758,0.0947957,-0.0796976,-0.862617,0.490464,180,255,1,0),(265348,193316,571,1,2,4806.97,1413.82,192.537,0.847006,-0.0108008,0.0601225,0.409385,0.910315,180,255,1,0),(265347,193315,571,1,2,4805.6,1422.39,192.522,-2.36747,-0.0216928,-0.00705242,-0.925796,0.377336,180,255,1,0),(265346,193314,571,1,2,4808.63,1416.1,191.672,0.433147,0.104515,0.0664425,0.208368,0.970178,180,255,1,0),(265345,193313,571,1,2,4802.59,1414.42,193.217,-1.25664,-0.0240259,0.0194817,-0.587462,0.80866,180,255,1,0),(265344,193312,571,1,2,4818.94,1434.29,194.937,-0.182735,0.0202045,0.0576458,-0.0919485,0.993888,180,255,1,0),(265343,193311,571,1,2,4818.63,1432.59,195.619,0.793182,0,0,0.386276,0.922383,180,255,1,0),(265342,193310,571,1,2,4804.28,1462.24,192.195,0.03172,0.115664,0.0442724,0.0107622,0.992243,180,255,1,0),(265341,193309,571,1,2,4838.38,1400.66,192.974,0.165805,0,0,0.0828075,0.996566,180,255,1,0),(265340,193308,571,1,2,4802.32,1465.61,192.524,1.70222,-0.0347595,0.0502291,0.750026,0.658582,180,255,1,0),(265339,193307,571,1,2,4804.62,1464.39,193.214,0.872664,-0.0286865,-0.0115671,0.422462,0.905853,180,255,1,0),(265338,193306,571,1,2,4818.49,1434.95,194.986,-0.055544,0.117485,0.0391846,-0.0325279,0.991768,180,255,1,0),(265337,193305,571,1,2,4816.83,1438.48,195.423,1.61495,-0.0325356,0.0516987,0.720584,0.690672,180,255,1,0),(265336,193304,571,1,2,4814.79,1441.68,193.932,2.47518,-0.00204277,0.12383,0.936084,0.329255,180,255,1,0),(265335,193303,571,1,2,4819.02,1437.06,195.957,0.785397,-0.00862169,-0.0253086,0.382218,0.923685,180,255,1,0),(265334,193302,571,1,2,4844.58,1399.3,191.368,-0.40461,0.122504,0.0181885,-0.204252,0.971053,180,255,1,0),(265333,193301,571,1,2,4840.95,1399.46,192.763,2.99375,-0.0579896,0.0191956,0.995341,0.0745953,180,255,1,0),(265332,193300,571,1,2,4839.51,1398.62,192.874,-1.08466,-0.0131607,-0.018631,-0.516029,0.856267,180,255,1,0),(265331,193299,571,1,2,4844.03,1397.34,192.679,-1.54967,0.0630999,0.000666618,-0.699629,0.711714,180,255,1,0),(265330,193298,571,1,2,4844.04,1399.98,192.714,-2.94421,0.0398989,0.0486679,-0.992964,0.100311,180,255,1,0),(265329,193297,571,1,2,4842.66,1397.18,192.854,0.660672,-0.0417008,-0.0521269,0.321725,0.944477,180,255,1,0),(265328,193296,571,1,2,4842.65,1399.97,192.661,-1.69244,0.054215,0.0281439,-0.747968,0.660918,180,255,1,0),(265327,193295,571,1,2,4838.96,1398.37,192.959,1.92896,0,0,0.821754,0.569843,180,255,1,0),(265326,193294,571,1,2,4856.42,1416.3,192.763,1.70222,-0.0347595,0.0502291,0.750026,0.658582,180,255,1,0),(265325,193293,571,1,2,4852.32,1415.81,192.763,2.88903,-0.0569057,0.0222044,0.990073,0.126585,180,255,1,0),(265324,193292,571,1,2,4848.66,1414.78,191.692,-2.53391,0.0752997,-0.0983257,-0.948325,0.292132,180,255,1,0),(265323,193291,571,1,2,4854.31,1417.49,193.454,2.05949,-0.017314,-0.0256319,0.856783,0.514749,180,255,1,0),(265322,193290,571,1,2,4840.02,1400.5,191.692,-3.12655,0.0432615,-0.116046,-0.992298,0.00248976,180,255,1,0),(265321,193289,571,1,2,4836.49,1403.3,192.874,2.46708,0.0209198,-0.00909042,0.943409,0.330846,180,255,1,0),(265320,193288,571,1,2,4842.94,1402.06,192.959,-0.917266,0.0662546,0.000401497,-0.44333,0.893906,180,255,1,0),(265319,193287,571,1,2,4837.32,1400.47,192.64,1.38492,-0.111862,-0.0272312,0.638226,0.761192,180,255,1,0),(265318,193286,571,1,2,4840.91,1402.09,192.959,-1.1512,-0.0722237,-0.103849,-0.5404,0.831846,180,255,1,0),(265317,193285,571,1,2,4865.48,1453.68,209.711,-0.314158,-0.030252,0.00645065,-0.156309,0.987224,180,255,1,0),(265316,193284,571,1,2,4865.37,1460.49,209.116,0.314681,0.00539398,0.0608454,0.155528,0.985941,180,255,1,0),(265315,193283,571,1,2,4861.29,1455.55,209.385,-0.540529,0.0301409,0.0531301,-0.267338,0.961665,180,255,1,0),(265314,193282,571,1,2,4859.12,1463.35,209.385,-0.505621,0.0292087,0.0536489,-0.250513,0.966184,180,255,1,0),(265313,193281,571,1,2,4862.76,1457.97,209.944,0.453785,-0.0304646,-0.00535011,0.224893,0.973893,180,255,1,0),(265312,193280,571,1,2,4862.28,1462.6,209.365,-2.2453,-0.0212216,-0.00836372,-0.901033,0.43315,180,255,1,0),(265311,194013,571,1,7,4438.24,1866.11,158.756,-2.61799,0,0,-0.965925,0.258821,180,0,1,0),(265310,194013,571,1,7,4510.53,1861.12,158.869,-2.51327,0,0,-0.951056,0.309017,180,0,1,0),(265309,194013,571,1,7,4369.15,1649.83,129.233,-1.01229,0,0,-0.484809,0.87462,180,0,1,0),(265308,194013,571,1,7,4474.16,1804.7,157.9,-0.069812,0,0,-0.0348988,0.999391,180,0,1,0),(265307,194013,571,1,7,4367.46,1654.66,129.184,-0.401425,0,0,-0.199368,0.979925,180,0,1,0),(265306,194013,571,1,7,4408.23,1870.93,170.414,-1.06465,0,0,-0.507538,0.861629,180,0,1,0),(265305,194013,571,1,7,4464.31,1896.94,162.575,-2.19912,0,0,-0.891006,0.453991,180,0,1,0),(265304,194013,571,1,7,4365.29,1664.35,129.262,1.97222,0,0,0.833885,0.551938,180,0,1,0),(265303,194013,571,1,7,4459.63,1631.42,123.62,-2.28638,0,0,-0.909961,0.414694,300,100,1,0),(265302,194013,571,1,7,4508.75,1660.04,123.587,0.349065,0,0,0.173648,0.984808,300,100,1,0),(265301,194013,571,1,7,4372.44,1644.99,129.22,-0.191985,0,0,-0.0958451,0.995396,300,100,1,0),(265300,194013,571,1,7,4460.78,1648.18,123.532,1.36136,0,0,0.629322,0.777145,300,100,1,0),(265299,194013,571,1,7,4458.9,1673.69,123.373,0.226892,0,0,0.113203,0.993572,300,100,1,0),(265298,194013,571,1,7,4480.75,1677,123.813,-2.86233,0,0,-0.990267,0.139178,300,100,1,0),(265297,188550,571,1,3,4970.58,1191.19,227.148,-1.84132,0,0,-0.796001,0.605295,300,100,1,0),(265296,193384,571,1,3,4967.42,1382.58,280.678,3.14159,0,0,-1,0,300,100,1,0),(268869,193219,1,1,128,1370.57,-4405.97,29.6971,3.05433,0,0,0.999048,0.0436174,300,255,1,0),(268868,193219,1,1,128,1371.21,-4416.96,29.6913,3.14159,0,0,1,1,300,255,1,0),(268867,193219,1,1,128,1589.77,-4423.56,8.23726,1.93731,0,0,0.824125,0.566409,300,255,1,0),(268866,193218,1,1,128,1438.47,-4431.58,25.2354,0.034906,0,0,0.0174521,0.999848,300,255,1,0),(268865,193218,1,1,128,1374.88,-4354.89,26.2083,2.60053,0,0,0.963629,0.267244,300,255,1,0),(268864,193218,1,1,128,1438.4,-4363.5,25.8465,-1.46608,0,0,-0.669132,0.743144,300,255,1,0),(268863,193217,1,1,128,1327.95,-4357.13,27.4334,-1.39626,0,0,-0.642786,0.766046,300,255,1,0),(268862,193217,1,1,128,1428.25,-4422.29,25.1243,-2.9845,0,0,-0.996917,0.0784656,300,255,1,0),(268861,193217,1,1,128,1427.4,-4355.75,25.0687,-1.41372,0,0,-0.649449,0.760405,300,255,1,0),(268860,193216,1,1,128,1289.21,-4424.8,26.6752,-1.02974,0,0,-0.492422,0.870357,300,255,1,0),(268859,193216,1,1,128,1347.04,-4345.92,27.2229,-0.418879,0,0,-0.207912,0.978148,300,255,1,0),(268858,193216,1,1,128,1505.29,-4396.68,21.197,-0.244346,0,0,-0.121869,0.992546,300,255,1,0),(268857,193215,1,1,128,1510.65,-4434.43,19.5072,0.279252,0,0,0.139173,0.990268,300,255,1,0),(268856,193215,1,1,128,1342.05,-4422.28,27.1199,2.89724,0,0,0.992546,0.121873,300,255,1,0),(268046,181578,533,3,2,2504.5,-2934.66,241.278,5.43577,0,0,0.411143,-0.911571,180,0,1,0),(268045,181575,533,3,2,3506.49,-3916.63,297.202,2.19599,0,0,0.890296,0.455383,180,0,1,0),(268044,181577,533,3,2,2909,-4025.02,273.475,3.14159,0,0,1,0,180,0,1,0),(268050,181477,533,3,1,3527.34,-2951.56,318.75,0,0,0,0,0,25,0,1,0),(268049,181477,533,3,1,3487.04,-2911.68,318.75,0,0,0,0,0,25,0,1,0),(268052,193989,615,3,16,3247.29,529.804,58.9595,1.45581,0,0,0.665309,0.746568,300,0,1,0),(268051,193989,615,3,16,3351.78,517.138,99.162,1.12686,0,0,0.534089,0.845428,300,0,1,0),(268696,193766,571,1,1,7637.41,2072.36,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(6071,194241,571,1,1,4608.33,-1592.98,156.658,0.162569,0,0,0.0811951,0.996698,300,0,1,0),(6070,194241,571,1,1,4597.1,-1594.08,156.658,1.53702,0,0,0.695063,0.718949,300,0,1,0),(6069,194241,571,1,1,4596.78,-1606.69,156.659,1.5488,0,0,0.699286,0.714842,300,0,1,0),(6068,194241,571,1,1,4606.72,-1606.91,156.659,1.62734,0,0,0.726811,0.686837,300,0,1,0),(76871,1719,451,1,1,16414.1,-16126,40.3909,3.14159,0,0,1,0,0,0,0,0),(76872,3221,451,1,1,16793.2,-15833.5,9.4385,0.944966,-0.010054,-0.038938,-0.453318,0.890441,0,0,0,0),(76873,17148,451,1,1,16450.5,-16070.6,40.4495,3.14159,0,0,1,0,0,0,0,0),(76874,17149,451,1,1,16452.5,-16073.1,40.0628,3.14159,0,0,1,0,0,0,0,0),(76875,17150,451,1,1,16454,-16075.3,39.9315,3.14159,0,0,1,0,0,0,0,0),(76876,17151,451,1,1,16455.9,-16077.7,39.8546,3.14159,0,0,1,0,0,0,0,0),(76877,17152,451,1,1,16458.1,-16081,39.3589,3.14159,0,0,1,0,0,0,0,0),(76878,21270,451,1,1,16345.4,-16159.3,39.5883,3.14159,0,0,1,0,0,0,0,0),(76879,21271,451,1,1,16346.3,-16165.1,39.6982,3.14159,0,0,1,0,0,0,0,0),(76880,21752,451,1,1,16352.4,-16161.9,39.9598,3.14159,0,0,1,0,0,0,0,0),(76881,37100,451,1,1,16808.8,-15792,0.088224,3.15141,0.030141,0.160668,0.986536,-0.004909,0,0,0,0),(76882,42080,451,1,1,16284.8,-16145.6,40.3762,3.14159,0,0,1,0,0,0,0,0),(76883,42081,451,1,1,16269.9,-16144.9,40.3762,3.14159,0,0,1,0,0,0,0,0),(76884,42082,451,1,1,16276.8,-16145.2,40.3762,3.14159,0,0,1,0,0,0,0,0),(76885,42083,451,1,1,16285.2,-16135.9,40.3762,3.14159,0,0,1,0,0,0,0,0),(76886,42084,451,1,1,16277.2,-16135.5,40.3772,3.14159,0,0,1,0,0,0,0,0),(76887,42085,451,1,1,16270.2,-16135.2,40.3772,3.14159,0,0,1,0,0,0,0,0),(76888,42086,451,1,1,16285,-16126.7,40.2095,3.13287,0,0,0.99999,0.004362,0,0,0,0),(76889,42087,451,1,1,16276.9,-16125.3,40.3772,3.13287,0,0,0.99999,0.004362,0,0,0,0),(76890,42088,451,1,1,16270.4,-16125.3,40.3772,3.13287,0,0,0.99999,0.004362,0,0,0,0),(76891,42089,451,1,1,16284.8,-16117.5,40.2095,3.13287,0,0,0.99999,0.004362,0,0,0,0),(76892,42090,451,1,1,16277.2,-16116.5,40.3772,3.13287,0,0,0.99999,0.004362,0,0,0,0),(76893,42091,451,1,1,16270.2,-16116.1,40.3772,3.13287,0,0,0.99999,0.004362,0,0,0,0),(76894,42092,451,1,1,16285.2,-16107.7,40.3762,3.13287,0,0,0.99999,0.004362,0,0,0,0),(76895,42093,451,1,1,16277.2,-16107.2,40.3772,3.13287,0,0,0.99999,0.004362,0,0,0,0),(76896,42094,451,1,1,16270.3,-16106.8,40.3772,3.13287,0,0,0.99999,0.004362,0,0,0,0),(76897,174824,451,1,1,16359.8,-16164.9,39.7311,3.14159,0,0,1,0,0,0,0,0),(76898,174825,451,1,1,16358.9,-16162.1,39.5136,3.14159,0,0,1,0,0,0,0,0),(76899,176512,451,1,1,16353.7,-16166.4,40.3349,3.14159,0,0,1,0,0,0,0,0),(76900,177232,451,1,1,16359.6,-16153.9,40.9088,0.157088,0,0,0.07846,0.996917,0,0,0,0),(76901,178544,451,1,1,16620.4,16622.5,36.1094,1.79061,0.032675,0.015042,-0.77957,0.625281,0,0,0,0),(76902,184352,451,1,1,15630,16355.7,48.6109,3.14159,0,0,1,0,0,0,0,0),(76903,184353,451,1,1,15678.9,16335.1,49.1129,3.14159,0,0,1,0,0,0,0,0),(76904,184363,451,1,1,15613.5,16416.7,48.6111,3.14159,0,0,1,0,0,0,0,0),(76905,186715,451,1,1,16444.5,-16174.2,44.9624,4.18006,0,0,0.868199,-0.496216,0,0,0,0),(76906,186716,451,1,1,16213.2,-15183.2,3.24086,3.26377,0,0,0.998135,-0.061049,0,0,0,0),(76907,186732,451,1,1,-8905.75,4573.31,23.6448,3.14159,0,0,1,0,0,0,0,0),(76908,186751,451,1,1,16415.8,-16164.9,40.5649,2.40855,0,0,0.93358,0.358368,0,0,0,0),(76909,186752,451,1,1,16415.2,-16170.4,40.5657,2.40855,0,0,0.93358,0.358368,0,0,0,0),(76910,187347,451,1,1,15148.9,15223.4,0,3.14159,0,0,1,0,0,0,0,0),(76911,187895,451,1,1,16833.7,16939.7,20.3052,3.16777,0,0,0.999914,-0.0130896,0,0,0,0),(76912,190382,451,1,1,16745.8,16982.7,5.50431,3.14159,0,0,1,0,0,0,0,0),(76913,190383,451,1,1,16718.1,16982.6,4.95189,3.14159,0,0,1,0,0,0,0,0),(76914,190384,451,1,1,16689.6,16983,6.84496,3.14159,0,0,1,0,0,0,0,0),(76915,190397,451,1,1,16667.4,16953,6.65992,0,0,0,0,1,0,0,0,0),(76916,190398,451,1,1,16666.5,16927.1,15.5871,0.061059,0,0,0.030539,0.999534,0,0,0,0),(76917,190443,451,1,1,16667.1,16978.3,4.25776,0.017442,0,0,-0.00872711,0.999962,0,0,0,0),(76918,194348,451,1,1,4520.27,-190.178,268.137,3.14159,0,0,1,0,0,0,0,0),(76919,194951,451,1,1,4503.77,-196.116,269.88,3.14159,0,0,1,0,0,0,0,0),(76920,194984,451,1,1,-15345.1,-10695.5,-0.000004,3.14159,0,0,1,0,0,0,0,0),(268871,180659,1,1,1,5086.19,-5116.32,931.162,4.78877,0,0,0.679593,-0.733589,150,0,1,0),(268931,201796,580,1,2048,1689.47,622.197,27.8568,3.69591,0,0,0.961836,-0.273625,300,0,1,0),(268695,193796,571,1,1,7628.96,2060.49,586.427,-2.57972,0,0,-0.960796,0.277255,180,255,1,0),(243004,180690,531,1,1,-9094.5,1515.3,-98.3694,5.289,0,0,0,0,10800,100,1,0),(243005,180690,531,1,1,-9205.27,1489.21,-94.1664,0.800427,0,0,0,0,10800,100,1,0),(243006,180690,531,1,1,-9239.01,1569.97,-77.0984,5.92124,0,0,0,0,10800,100,1,0),(243007,180690,531,1,1,-9162,1584.01,-79.2622,2.81987,0,0,0,0,10800,100,1,0),(243008,180690,531,1,1,-9203.49,1967.8,-51.9398,1.50826,0,0,0,0,10800,100,1,0),(243009,180690,531,1,1,-8923.83,1826.97,-20.9053,1.04094,0,0,0,0,10800,100,1,0),(243010,180690,531,1,1,-8561.85,1988.22,-3.11313,4.49368,0,0,0,0,10800,100,1,0),(243011,180690,531,1,1,-8507.55,2018.03,104.527,3.54062,0,0,0,0,10800,100,1,0),(243050,180691,509,1,1,-8698.91,1560.89,32.0139,2.38514,0,0,0,0,10800,100,1,0),(243051,180691,509,1,1,-9117.9,1511.65,21.4144,1.78037,0,0,0,0,10800,100,1,0),(243052,180691,509,1,1,-8775.22,2003.48,21.4031,3.06055,0,0,0,0,10800,100,1,0),(243053,180691,509,1,1,-9009.27,1989.09,33.0442,0.115302,0,0,0,0,10800,100,1,0),(243054,180691,509,1,1,-9130.29,2188.15,25.8251,0.872438,0,0,0,0,10800,100,1,0),(243055,180691,509,1,1,-9544.47,2010.56,105.25,0.864585,0,0,0,0,10800,100,1,0),(243056,180691,509,1,1,-9701.87,1619.06,27.1916,0.042328,0,0,0,0,10800,100,1,0),(243057,180691,509,1,1,-9552.09,1567.65,23.153,2.19739,0,0,0,0,10800,100,1,0),(243058,180691,509,1,1,-9335.51,1214.5,21.3854,0.709061,0,0,0,0,10800,100,1,0),(268694,193582,571,1,1,7628.51,2059.91,600.259,-1.41372,0,0,-0.649449,0.760405,300,100,1,0),(268185,195682,712,3,1,-3.86,11.99,20.44,1.68,0,0,0.514372,0.857567,86400,0,1,0),(268184,202336,712,2,1,-14.99,11.43,20.41,1.46,0,0,0.386597,0.922249,86400,0,1,0),(268183,201710,712,1,1,-14.99,11.43,20.41,1.46,0,0,0.386597,0.922249,86400,0,1,0),(268188,195682,713,3,1,22.28,20.47,35.53,1.88,0,0,0.70357,0.710626,86400,0,1,0),(268187,202336,713,2,1,7.43,19.12,34.78,1.14,0,0,0.376252,0.926518,86400,0,1,0),(268186,201710,713,1,1,7.43,19.12,34.78,1.14,0,0,0.376252,0.926518,86400,0,1,0),(268693,193982,571,1,1,7628.73,2060.22,599.815,0,0,0,0,1,300,0,1,0),(268692,193579,571,1,1,7629.04,2060.18,599.815,-0.698131,0,0,-0.34202,0.939693,300,0,1,0),(246068,180227,529,1,64,844.047,827.609,-57.8357,2.16421,0,0,0,1,7200,255,1,0),(246078,180222,529,1,64,816.998,851.552,-57.3722,2.33874,0,0,0,1,7200,255,1,0),(246066,180223,529,1,64,845.461,882.717,-58.5138,3.03684,0,0,0,1,7200,255,1,0),(246048,180218,529,1,32,842.301,827.672,-57.747,0.191985,0,0,0,1,7200,255,1,0),(246075,180223,529,1,64,831.149,856.946,-57.9999,5.5676,0,0,0,1,7200,255,1,0),(246024,180226,529,1,64,826.021,814.397,-57.8523,0.59341,0,0,0,1,7200,255,1,0),(246073,180224,529,1,64,845.539,854.315,-57.6762,6.12611,0,0,0,1,7200,255,1,0),(246034,180218,529,1,32,841.295,858.492,-57.8125,4.34587,0,0,0,1,7200,255,1,0),(246026,180220,529,1,64,825.954,823.076,-57.8157,5.60251,0,0,0,1,7200,255,1,0),(246043,180218,529,1,32,839.221,828.745,-57.591,0.366518,0,0,0,1,7200,255,1,0),(246021,180227,529,1,64,819.573,873.308,-58.2632,6.02139,0,0,0,1,7200,255,1,0),(246082,180222,529,1,64,811.643,800.111,-57.959,2.72271,0,0,0,1,7200,255,1,0),(246049,180219,529,1,32,833.724,823.595,-58.031,1.309,0,0,0,1,7200,255,1,0),(246022,180227,529,1,64,846.775,842.62,-58.2415,2.94959,0,0,0,1,7200,255,1,0),(246059,180218,529,1,32,817.27,819.281,-57.7797,3.17653,0,0,0,1,7200,255,1,0),(246067,180224,529,1,64,822.15,864.645,-57.7939,0.261798,0,0,0,1,7200,255,1,0),(246013,180224,529,1,64,839.844,846.052,-58.1728,2.75761,0,0,0,1,7200,255,1,0),(246016,180220,529,1,64,794.964,850.482,-56.0751,0.157079,0,0,0,1,7200,255,1,0),(246006,180224,529,1,64,828.632,812.08,-57.8347,1.23918,0,0,0,1,7200,255,1,0),(246052,180218,529,1,32,819.957,865.327,-57.5317,4.64258,0,0,0,1,7200,255,1,0),(246062,180218,529,1,32,806.112,793.431,-58.1486,6.24828,0,0,0,1,7200,255,1,0),(246011,180226,529,1,64,830.495,826.901,-58.0094,5.21854,0,0,0,1,7200,255,1,0),(246031,180225,529,1,64,854.253,861.604,-58.5657,2.54818,0,0,0,1,7200,255,1,0),(246035,180219,529,1,32,846.167,841.721,-58.3017,1.25664,0,0,0,1,7200,255,1,0),(246076,180224,529,1,64,851.503,847.161,-57.9231,2.91469,0,0,0,1,7200,255,1,0),(246056,180219,529,1,32,833.548,820.18,-57.9918,2.63544,0,0,0,1,7200,255,1,0),(246065,180222,529,1,64,826.045,846.452,-57.7163,0.785397,0,0,0,1,7200,255,1,0),(246057,180218,529,1,32,826.195,860.879,-57.8156,5.32326,0,0,0,1,7200,255,1,0),(246041,180218,529,1,32,839.577,855.204,-57.8964,6.07375,0,0,0,1,7200,255,1,0),(246047,180218,529,1,32,826.672,873.83,-58.1679,3.42085,0,0,0,1,7200,255,1,0),(246053,180219,529,1,32,854.962,825.815,-57.5597,0.349065,0,0,0,1,7200,255,1,0),(246010,180222,529,1,64,838.469,869.584,-57.8706,1.46608,0,0,0,1,7200,255,1,0),(246002,180224,529,1,64,811.678,790.265,-57.9249,0.349065,0,0,0,1,7200,255,1,0),(246046,180218,529,1,32,811.218,861.737,-57.8359,5.46288,0,0,0,1,7200,255,1,0),(246003,180226,529,1,64,834.017,839.465,-58.286,3.87463,0,0,0,1,7200,255,1,0),(246044,180218,529,1,32,836.963,843.832,-58.2549,3.87463,0,0,0,1,7200,255,1,0),(246050,180218,529,1,32,819.136,876.383,-58.4074,5.55015,0,0,0,1,7200,255,1,0),(246061,180218,529,1,32,816.931,793.236,-57.9357,4.39823,0,0,0,1,7200,255,1,0),(246074,180220,529,1,64,816.998,851.552,-57.3722,2.33874,0,0,0,1,7200,255,1,0),(246040,180218,529,1,32,845.042,879.826,-58.4152,1.83259,0,0,0,1,7200,255,1,0),(246039,180218,529,1,32,854.632,857.68,-58.5175,4.29351,0,0,0,1,7200,255,1,0),(246014,180224,529,1,64,809.782,833.842,-57.0651,4.64258,0,0,0,1,7200,255,1,0),(246037,180218,529,1,32,854.695,861.679,-58.5732,5.39307,0,0,0,1,7200,255,1,0),(246019,180222,529,1,64,835.381,821.814,-57.9953,0.296705,0,0,0,1,7200,255,1,0),(246064,180223,529,1,64,802.771,841.938,-57.4145,4.86947,0,0,0,1,7200,255,1,0),(246009,180226,529,1,64,844.153,874.653,-58.1478,5.34071,0,0,0,1,7200,255,1,0),(246060,180218,529,1,32,817.42,790.555,-57.9141,0.139625,0,0,0,1,7200,255,1,0),(246001,180222,529,1,64,803.941,826.62,-57.4124,2.05949,0,0,0,1,7200,255,1,0),(246027,180222,529,1,64,837.829,828.637,-57.5969,5.96903,0,0,0,1,7200,255,1,0),(246030,180220,529,1,64,816.18,820.578,-57.735,4.34587,0,0,0,1,7200,255,1,0),(246072,180227,529,1,64,837.201,862.352,-57.461,2.18166,0,0,0,1,7200,255,1,0),(246028,180220,529,1,64,845.916,880.218,-58.4203,5.58505,0,0,0,1,7200,255,1,0),(246054,180218,529,1,32,830.999,821.705,-57.9708,1.06465,0,0,0,1,7200,255,1,0),(246070,180227,529,1,64,817.102,794.594,-58.0055,5.48033,0,0,0,1,7200,255,1,0),(246000,180223,529,1,64,811.987,861.662,-57.8103,1.309,0,0,0,1,7200,255,1,0),(246023,180226,529,1,64,805.43,792.625,-58.1898,4.85202,0,0,0,1,7200,255,1,0),(246063,180218,529,1,32,809.455,800.194,-58.0184,1.01229,0,0,0,1,7200,255,1,0),(246012,180222,529,1,64,825.452,875.528,-58.1246,3.94445,0,0,0,1,7200,255,1,0),(246071,180225,529,1,64,857.871,828.833,-57.8815,1.79769,0,0,0,1,7200,255,1,0),(246042,180218,529,1,32,836.371,845.542,-58.2662,1.02974,0,0,0,1,7200,255,1,0),(246077,180226,529,1,64,844.229,873.405,-58.0143,0.733038,0,0,0,1,7200,255,1,0),(246018,180225,529,1,64,840.211,844.91,-58.1869,1.09956,0,0,0,1,7200,255,1,0),(246017,180222,529,1,64,855.921,843.101,-57.8557,5.55015,0,0,0,1,7200,255,1,0),(246033,180219,529,1,32,846.689,878.15,-58.3168,0.680677,0,0,0,1,7200,255,1,0),(246045,180218,529,1,32,828.236,812.372,-57.8446,5.61996,0,0,0,1,7200,255,1,0),(246004,180224,529,1,64,823.58,875.868,-58.1679,5.81195,0,0,0,1,7200,255,1,0),(246055,180218,529,1,32,812.468,863.412,-57.8908,2.61799,0,0,0,1,7200,255,1,0),(246029,180225,529,1,64,825.284,818.208,-57.7442,6.24828,0,0,0,1,7200,255,1,0),(246051,180219,529,1,32,827.689,862.08,-57.8395,5.44543,0,0,0,1,7200,255,1,0),(246008,180220,529,1,64,802.771,841.938,-57.4145,4.86947,0,0,0,1,7200,255,1,0),(246032,180219,529,1,32,856.244,859.265,-58.5607,5.49779,0,0,0,1,7200,255,1,0),(246069,180220,529,1,64,852.552,820.99,-57.8172,2.82743,0,0,0,1,7200,255,1,0),(246005,180226,529,1,64,814.638,859.498,-57.709,4.50295,0,0,0,1,7200,255,1,0),(246025,180226,529,1,64,857.92,853.466,-58.5591,4.79966,0,0,0,1,7200,255,1,0),(246007,180226,529,1,64,860.246,831.615,-57.9775,0.59341,0,0,0,1,7200,255,1,0),(246058,180218,529,1,32,838.38,845.352,-58.1822,0.715585,0,0,0,1,7200,255,1,0),(246079,180224,529,1,64,821.977,813.516,-58.0313,3.54302,0,0,0,1,7200,255,1,0),(246015,180222,529,1,64,808.805,797.434,-57.973,2.63544,0,0,0,1,7200,255,1,0),(246038,180218,529,1,32,858.298,849.064,-58.4833,3.3685,0,0,0,1,7200,255,1,0),(246036,180218,529,1,32,840.427,872.116,-58.0577,2.91469,0,0,0,1,7200,255,1,0),(50458,182094,547,3,1,-192.297,-799.308,43.8083,5.98648,0,0,0,1,7200,255,1,0),(6100,191849,619,3,1,523.512,-301.122,68.8495,-1.5708,-0.00462866,0.00318146,-0.7086,0.705588,7200,255,1,0),(6101,191848,619,3,1,523.432,-300.711,68.8281,-1.57504,0,0,-0.707107,0.707107,7200,255,1,0),(76921,186519,571,1,1,2017.64,-4887.93,214.699,5.24471,0,0,0,1,120,255,1,15595),(76922,186520,571,1,1,2014.79,-4890.3,214.607,2.43473,0,0,0,1,120,255,1,15595),(76923,186526,571,1,1,2017.78,-4887.68,211.924,5.21854,0,0,0,1,120,255,1,15595),(76924,186666,571,1,1,2978.3,-4561.27,265.791,1.09083,0,0,0,1,120,255,1,17658),(76925,186798,571,1,1,2597.17,-3735.53,244.667,3.76991,0,0,0,1,120,255,1,17658),(76926,187106,571,1,1,1916.92,5820.15,8.1112,2.30383,0,0,0,1,120,255,1,15595),(76927,187251,571,1,1,2853.87,5838.52,100.913,4.69907,0,0,0,1,120,255,1,17658),(76928,187453,571,1,1,3489.6,6303.19,-125.575,6.26304,0,0,0,1,120,255,1,17658),(76929,187454,571,1,1,3830.72,5984.78,-126.78,0.796601,0,0,0,1,120,255,1,17658),(76930,187455,571,1,1,4007.94,6009.37,-125.091,0.161728,0,0,0,1,120,255,1,17658),(76931,188265,571,1,1,3095.94,-2048.81,89.0255,0.523598,0,0,0,1,120,255,1,15595),(76932,188266,571,1,1,3183.27,-1991.39,90.7047,2.02458,0,0,0,1,120,255,1,15595),(76933,188267,571,1,1,3183.29,-1991.38,89.8263,2.02458,0,0,0,1,120,255,1,15595),(76934,188268,571,1,1,3185.45,-1990.87,90.6527,4.72112,0,0,0,1,120,255,1,15595),(76935,188269,571,1,1,3184.38,-1989.68,90.6201,6.17847,0,0,0,1,120,255,1,15595),(76936,188270,571,1,1,3096.18,-2050.73,89.6805,2.95833,0,0,0,1,120,255,1,15595),(76937,188271,571,1,1,3096.27,-2050.63,88.8285,2.97577,0,0,0,1,120,255,1,15595),(76938,188330,571,1,1,3785.57,-4975.32,119.4,2.74889,0,0,0,1,120,255,1,15595),(76939,188331,571,1,1,3785.99,-4975.52,119.341,5.91667,0,0,0,1,120,255,1,15595),(76940,188332,571,1,1,3785.9,-4975.27,119.398,1.16064,0,0,0,1,120,255,1,15595),(76941,188336,571,1,1,4359.02,-4089.58,188.519,4.86947,0,0,0,1,120,255,1,15595),(76942,188387,571,1,1,4460.03,-1060.6,169.36,4.8782,0,0,0,1,120,255,1,15595),(76943,188388,571,1,1,4459.66,-1058.77,169.479,1.85005,0,0,0,1,120,255,1,15595),(76944,188389,571,1,1,4460.79,-1059.48,169.241,0.14835,0,0,0,1,120,255,1,15595),(76945,188405,571,1,1,4458.94,-1059.85,169.153,3.15033,0,0,0,1,120,255,1,15595),(76946,188406,571,1,1,4460.75,-1059.49,168.869,0.0872641,0,0,0,1,120,255,1,15595),(76947,188542,571,1,1,4319.17,580.998,-6.63773,2.8536,0,0,0,1,120,255,1,15595),(76948,188545,571,1,1,4295.25,376.521,-6.53172,2.89724,0,0,0,1,120,255,1,15595),(76949,188547,571,1,1,4222.61,514.587,11.4781,2.49582,0,0,0,1,120,255,1,15595),(76950,188551,571,1,1,4924.04,1250.61,226.742,5.64614,0,0,0,1,120,255,1,15595),(76951,188565,571,1,1,4872.2,-1268.83,168.122,4.04781,0,0,0,1,120,255,1,15595),(76952,188566,571,1,1,4869.08,-1266.7,168.124,4.0532,0,0,0,1,120,255,1,15595),(76953,188567,571,1,1,4887.12,-1319.99,169.883,2.7634,0,0,0,1,120,255,1,15595),(76954,188568,571,1,1,4843.48,-1238.39,168.135,3.18912,0,0,0,1,120,255,1,15595),(76955,188569,571,1,1,4843.25,-1234.77,168.083,3.00113,0,0,0,1,120,255,1,15595),(76956,188570,571,1,1,4834.09,-1278.82,168.029,1.95314,0,0,0,1,120,255,1,15595),(76957,188571,571,1,1,4839.02,-1277.87,168.099,1.88234,0,0,0,1,120,255,1,15595),(76958,188576,571,1,1,4830.73,-1281.58,168.052,3.00143,0,0,0,1,120,255,1,15595),(76959,188577,571,1,1,4813.87,-1379.15,168.244,1.57541,0,0,0,1,120,255,1,15595),(76960,188578,571,1,1,4759.16,-1324.04,168.046,0.981496,0,0,0,1,120,255,1,15595),(76961,188579,571,1,1,4756.25,-1322.12,167.996,0.973544,0,0,0,1,120,255,1,15595),(76962,188580,571,1,1,4594.68,-1384.54,157.177,3.21899,0,0,0,1,120,255,1,15595),(76963,189294,571,1,1,3471.48,940.93,153.827,1.72787,0,0,0,1,120,255,1,15595),(76964,189324,571,1,1,1946.17,-5494.58,206.815,4.31969,0,0,0,1,120,255,1,15595),(76965,189961,571,1,1,2734.85,-3931.6,374.55,3.00195,0,0,0,1,120,255,1,17658),(76966,189962,571,1,1,2710.61,-3917.27,375.024,3.14159,0,0,0,1,120,255,1,17658),(76967,189963,571,1,1,2687.6,-3977.96,375.688,2.91469,0,0,0,1,120,255,1,17658),(76968,189964,571,1,1,2674.4,-4011.54,374.087,3.14159,0,0,0,1,120,255,1,15595),(76969,189965,571,1,1,2640.5,-4069.88,352.783,3.31614,0,0,0,1,120,255,1,15595),(76970,189966,571,1,1,2652.04,-4094.35,352.714,2.69653,0,0,0,1,120,255,1,15595),(76971,190017,571,1,1,3886.4,-3854.78,178.64,3.29869,0,0,0,1,120,255,1,15595),(76972,190018,571,1,1,3879.93,-3898.14,177.304,3.29869,0,0,0,1,120,255,1,15595),(76973,190129,571,1,1,4093.27,-814.531,312.854,3.14159,0,0,0,1,120,255,1,17658),(76974,190132,571,1,1,4067.97,-1217.1,129.871,2.33874,0,0,0,1,120,255,1,17658),(76975,190134,571,1,1,4039.47,-1295.79,130.364,3.194,0,0,0,1,120,255,1,17658),(76976,190136,571,1,1,2901.71,-4730.74,322.427,0.0698117,0,0,0,1,120,255,1,15595),(76977,190137,571,1,1,2916.55,-4763.38,324.672,1.48353,0,0,0,1,120,255,1,15595),(76978,190138,571,1,1,2929.89,-4738.27,322.289,0.296705,0,0,0,1,120,255,1,15595),(76979,190275,571,1,1,3285.18,1227,137.643,2.05076,0,0,0,1,120,255,1,15595),(76980,190281,571,1,1,3167.2,977.758,113.95,1.84132,0,0,0,1,120,255,1,17658),(76981,190662,571,1,1,2014,-4888.31,211.874,1.41372,0,0,0,1,120,255,1,15595),(76982,191201,571,1,1,4352.99,-4139.9,183.254,0.925024,0,0,0,1,120,255,1,15595),(76983,191223,571,1,1,3395.61,3933.19,28.7084,0.331611,0,0,0,1,120,255,1,15595),(76984,191224,571,1,1,3396.68,3930.76,28.6561,3.47321,0,0,0,1,120,255,1,15595),(76985,191241,571,1,1,3200.34,-1976.02,85.2089,3.03688,0,0,0,1,120,255,1,15595),(76986,191242,571,1,1,3201.7,-1965.06,85.9617,1.43117,0,0,0,1,120,255,1,15595),(76987,191243,571,1,1,3210.14,-1984.84,85.7245,5.47161,0,0,0,1,120,255,1,15595),(76988,191245,571,1,1,3192.13,-1984.08,85.7116,3.85718,0,0,0,1,120,255,1,15595),(76989,191256,571,1,1,3501.22,-4490.94,225.887,2.89724,0,0,0,1,120,255,1,17658),(76990,191257,571,1,1,3510.46,-4590.85,221.04,2.56563,0,0,0,1,120,255,1,17658),(76991,191333,571,1,1,3072.52,-512.835,124.269,0.820303,0,0,0,1,120,255,1,15595),(76992,191791,571,1,256,5798.88,-1597.49,234.203,2.10312,0,0,0,1,120,255,0,15595),(76993,192256,571,1,1,9025.68,-1178.62,1058.11,3.14159,0,0,0,1,120,255,1,17658),(76994,192555,571,1,1,6137.67,-322.448,436.245,0.141423,0,0,0,1,120,255,1,17658),(76995,192722,571,1,4,7355.99,-2967.41,906.308,1.72787,0,0,0,1,120,255,1,17658),(76996,192723,571,1,4,7352.72,-2973.6,938.753,2.03331,0,0,0,1,120,255,1,17658),(76997,192724,571,1,4,7354.64,-2973.12,921.201,5.0091,0,0,0,1,120,255,1,17658),(76998,192725,571,1,4,7348.13,-2967.44,911.306,0.741765,0,0,0,1,120,255,1,17658),(76999,192726,571,1,4,7355.15,-2969.91,920.315,3.28123,0,0,0,1,120,255,1,17658),(77000,192727,571,1,4,7360.08,-2966.74,911.498,0.401424,0,0,0,1,120,255,1,17658),(77001,192728,571,1,4,7360.63,-2971.28,912.292,2.55691,0,0,0,1,120,255,1,17658),(77002,192729,571,1,4,7347.27,-2971.48,912.035,0.148353,0,0,0,1,120,255,1,17658),(77003,192730,571,1,4,7347.16,-2963.17,907.718,2.80125,0,0,0,1,120,255,1,17658),(77004,192731,571,1,4,7362.76,-2961.67,907.799,3.42085,0,0,0,1,120,255,1,17658),(77005,193196,571,1,2,4840.93,1494.97,209.604,2.10312,0,0,0,1,120,255,1,17658),(77006,193197,571,1,2,4875.42,1486.99,209.577,2.12058,0,0,0,1,120,255,1,17658),(77007,193198,571,1,2,4875.97,1487.23,209.624,5.70723,0,0,0,1,120,255,1,17658),(77008,193220,571,1,2,4901.71,1501.57,214.897,0.000523737,0,0,0,1,120,255,1,17658),(77009,193221,571,1,2,4899.95,1499.17,214.908,5.41925,0,0,0,1,120,255,1,17658),(77010,193222,571,1,2,4867.97,1505.21,209.197,1.82941,0,0,0,1,120,255,1,17658),(77011,193223,571,1,2,4867.68,1501.42,209.79,0.969179,0,0,0,1,120,255,1,17658),(77012,193224,571,1,2,4867.23,1510.34,210.818,2.48454,0,0,0,1,120,255,1,17658),(77013,193225,571,1,2,4869.89,1498.14,209.975,2.07747,0,0,0,1,120,255,1,17658),(77014,193226,571,1,2,4868.83,1515.05,210.583,1.56761,0,0,0,1,120,255,1,17658),(77015,193227,571,1,2,4872.97,1514.59,212.331,4.88598,0,0,0,1,120,255,1,17658),(77016,193228,571,1,2,4867.92,1513.52,211.374,4.22422,0,0,0,1,120,255,1,17658),(77017,193229,571,1,2,4899.05,1500.03,213.776,4.2816,0,0,0,1,120,255,1,17658),(77018,193230,571,1,2,4875.33,1483.97,209.321,1.09993,0,0,0,1,120,255,1,17658),(77019,193231,571,1,2,4875.17,1482.73,209.581,3.89926,0,0,0,1,120,255,1,17658),(77020,193232,571,1,2,4873.68,1479.37,209.262,6.04496,0,0,0,1,120,255,1,17658),(77021,193233,571,1,2,4878.03,1483.45,209.367,3.7268,0,0,0,1,120,255,1,17658),(77022,193234,571,1,2,4874.57,1482.12,209.581,5.82137,0,0,0,1,120,255,1,17658),(77023,193235,571,1,2,4874.73,1480.06,209.581,3.47776,0,0,0,1,120,255,1,17658),(77024,193236,571,1,2,4877.15,1482.28,209.508,6.21955,0,0,0,1,120,255,1,17658),(77025,193237,571,1,2,4879.97,1484.75,209.85,4.50198,0,0,0,1,120,255,1,17658),(77026,193238,571,1,2,4876.32,1484.97,208.314,2.23083,0,0,0,1,120,255,1,17658),(77027,193239,571,1,2,4877.1,1484.66,209.186,2.26945,0,0,0,1,120,255,1,17658),(77028,193240,571,1,2,4871.93,1485.22,209.394,1.45787,0,0,0,1,120,255,1,17658),(77029,193241,571,1,2,4868.57,1498.98,210.52,0.139626,0,0,0,1,120,255,1,17658),(77030,193242,571,1,2,4868.92,1496.63,210.149,3.22015,0,0,0,1,120,255,1,17658),(77031,193243,571,1,2,4866.88,1497.61,209.219,5.58187,0,0,0,1,120,255,1,17658),(77032,193244,571,1,2,4870.41,1485.93,208.815,2.01267,0,0,0,1,120,255,1,17658),(77033,193245,571,1,2,4873.67,1463.75,209.945,1.69297,0,0,0,1,120,255,1,17658),(77034,193246,571,1,2,4867.43,1463.25,208.182,3.38277,0,0,0,1,120,255,1,17658),(77035,193247,571,1,2,4870.53,1463.09,209.254,2.98503,0,0,0,1,120,255,1,17658),(77036,193248,571,1,2,4872.96,1463.78,208.817,0.328427,0,0,0,1,120,255,1,17658),(77037,193249,571,1,2,4866.13,1454.38,209.254,2.90649,0,0,0,1,120,255,1,17658),(77038,193250,571,1,2,4863.5,1511.99,211.007,5.42798,0,0,0,1,120,255,1,17658),(77039,193251,571,1,2,4862.13,1509.54,210.274,4.76527,0,0,0,1,120,255,1,17658),(77040,193252,571,1,2,4865.18,1507.22,210.338,5.04453,0,0,0,1,120,255,1,17658),(77041,193253,571,1,2,4853.51,1504.26,209.705,1.99892,0,0,0,1,120,255,1,17658),(77042,193254,571,1,2,4849.16,1504.78,210.421,4.06662,0,0,0,1,120,255,1,17658),(77043,193255,571,1,2,4835.9,1488.72,209.581,3.4169,0,0,0,1,120,255,1,17658),(77044,193256,571,1,2,4841.35,1482.23,209.581,1.85005,0,0,0,1,120,255,1,17658),(77045,193257,571,1,2,4841.2,1489.9,209.581,5.7254,0,0,0,1,120,255,1,17658),(77046,193258,571,1,2,4840.61,1484.36,209.581,2.01623,0,0,0,1,120,255,1,17658),(77047,193259,571,1,2,4839.12,1486.54,209.262,1.97834,0,0,0,1,120,255,1,17658),(77048,193260,571,1,2,4843.82,1489.11,209.283,5.18415,0,0,0,1,120,255,1,17658),(77049,193261,571,1,2,4842.29,1483.19,209.581,0.375941,0,0,0,1,120,255,1,17658),(77050,193262,571,1,2,4845.39,1486.81,209.473,1.25408,0,0,0,1,120,255,1,17658),(77051,193263,571,1,2,4835.05,1490.91,209.291,1.83105,0,0,0,1,120,255,1,17658),(77052,193264,571,1,2,4838.37,1493.17,209.39,2.56889,0,0,0,1,120,255,1,17658),(77053,193265,571,1,2,4842.9,1491.01,209.581,5.95933,0,0,0,1,120,255,1,17658),(77054,193266,571,1,2,4844.97,1489.89,209.336,3.93238,0,0,0,1,120,255,1,17658),(77055,193267,571,1,2,4847.75,1488.82,209.301,5.78944,0,0,0,1,120,255,1,17658),(77056,193268,571,1,2,4841.98,1486.23,209.494,5.79194,0,0,0,1,120,255,1,17658),(77057,193269,571,1,2,4844.34,1484.12,209.491,3.88953,0,0,0,1,120,255,1,17658),(77058,193270,571,1,2,4840.96,1481.42,209.497,4.98909,0,0,0,1,120,255,1,17658),(77059,193271,571,1,2,4844.5,1486.14,209.38,1.44315,0,0,0,1,120,255,1,17658),(77060,193272,571,1,2,4836.85,1488.43,209.497,3.0605,0,0,0,1,120,255,1,17658),(77061,193273,571,1,2,4844.62,1493.51,209.361,3.11481,0,0,0,1,120,255,1,17658),(77062,193274,571,1,2,4847.85,1486.43,209.361,1.1513,0,0,0,1,120,255,1,17658),(77063,193275,571,1,2,4841.35,1488.08,208.314,3.74927,0,0,0,1,120,255,1,17658),(77064,193276,571,1,2,4842.7,1487.74,209.385,3.58718,0,0,0,1,120,255,1,17658),(77065,193277,571,1,2,4847.48,1488.83,207.99,0.485505,0,0,0,1,120,255,1,17658),(77066,193278,571,1,2,4856.97,1498.67,210.011,5.59378,0,0,0,1,120,255,1,17658),(77067,193279,571,1,2,4860.16,1499.83,209.497,5.51576,0,0,0,1,120,255,1,17658),(77068,193280,571,1,2,4862.29,1462.6,209.365,4.03789,0,0,0,1,120,255,1,17658),(77069,193281,571,1,2,4862.76,1457.96,209.945,0.453785,0,0,0,1,120,255,1,17658),(77070,193282,571,1,2,4859.12,1463.34,209.385,5.77757,0,0,0,1,120,255,1,17658),(77071,193283,571,1,2,4861.29,1455.55,209.385,5.74266,0,0,0,1,120,255,1,17658),(77072,193284,571,1,2,4865.37,1460.49,209.116,0.314681,0,0,0,1,120,255,1,17658),(77073,193285,571,1,2,4865.48,1453.68,209.711,5.96903,0,0,0,1,120,255,1,17658),(77074,193286,571,1,2,4840.91,1402.09,192.959,5.13199,0,0,0,1,120,255,1,17658),(77075,193287,571,1,2,4837.32,1400.46,192.64,1.38492,0,0,0,1,120,255,1,17658),(77076,193288,571,1,2,4842.94,1402.06,192.959,5.36592,0,0,0,1,120,255,1,17658),(77077,193289,571,1,2,4836.49,1403.3,192.874,2.46708,0,0,0,1,120,255,1,17658),(77078,193290,571,1,2,4840.02,1400.5,191.692,3.15663,0,0,0,1,120,255,1,17658),(77079,193291,571,1,2,4854.31,1417.49,193.454,2.05949,0,0,0,1,120,255,1,17658),(77080,193292,571,1,2,4848.66,1414.79,191.692,3.74927,0,0,0,1,120,255,1,17658),(77081,193293,571,1,2,4852.32,1415.81,192.763,2.88903,0,0,0,1,120,255,1,17658),(77082,193294,571,1,2,4856.42,1416.3,192.763,1.70222,0,0,0,1,120,255,1,17658),(77083,193295,571,1,2,4838.96,1398.37,192.959,1.92896,0,0,0,1,120,255,1,17658),(77084,193296,571,1,2,4842.65,1399.97,192.661,4.59074,0,0,0,1,120,255,1,17658),(77085,193297,571,1,2,4842.65,1397.18,192.854,0.660672,0,0,0,1,120,255,1,17658),(77086,193298,571,1,2,4844.04,1399.98,192.714,3.33898,0,0,0,1,120,255,1,17658),(77087,193299,571,1,2,4844.03,1397.33,192.679,4.73351,0,0,0,1,120,255,1,17658),(77088,193300,571,1,2,4839.51,1398.62,192.874,5.19853,0,0,0,1,120,255,1,17658),(77089,193301,571,1,2,4840.95,1399.46,192.763,2.99375,0,0,0,1,120,255,1,17658),(77090,193302,571,1,2,4844.58,1399.3,191.368,5.87858,0,0,0,1,120,255,1,17658),(77091,193303,571,1,2,4819.02,1437.06,195.957,0.785397,0,0,0,1,120,255,1,17658),(77092,193304,571,1,2,4814.79,1441.68,193.932,2.47518,0,0,0,1,120,255,1,17658),(77093,193305,571,1,2,4816.83,1438.48,195.423,1.61495,0,0,0,1,120,255,1,17658),(77094,193306,571,1,2,4818.49,1434.95,194.986,6.22764,0,0,0,1,120,255,1,17658),(77095,193307,571,1,2,4804.62,1464.39,193.214,0.872664,0,0,0,1,120,255,1,17658),(77096,193308,571,1,2,4802.32,1465.61,192.524,1.70222,0,0,0,1,120,255,1,17658),(77097,193309,571,1,2,4838.38,1400.67,192.974,0.165805,0,0,0,1,120,255,1,17658),(77098,193310,571,1,2,4804.27,1462.24,192.195,0.03172,0,0,0,1,120,255,1,17658),(77099,193311,571,1,2,4818.63,1432.58,195.619,0.793182,0,0,0,1,120,255,1,17658),(77100,193312,571,1,2,4818.94,1434.29,194.938,6.10045,0,0,0,1,120,255,1,17658),(77101,193313,571,1,2,4802.6,1414.42,193.217,5.02655,0,0,0,1,120,255,1,17658),(77102,193314,571,1,2,4808.63,1416.1,191.672,0.433147,0,0,0,1,120,255,1,17658),(77103,193315,571,1,2,4805.6,1422.39,192.522,3.91572,0,0,0,1,120,255,1,17658),(77104,193316,571,1,2,4806.97,1413.82,192.537,0.847006,0,0,0,1,120,255,1,17658),(77105,193317,571,1,2,4800.96,1415.84,192.196,4.18561,0,0,0,1,120,255,1,17658),(77106,193318,571,1,2,4814.53,1421.68,193.837,4.03171,0,0,0,1,120,255,1,17658),(77107,193319,571,1,2,4818.46,1416.96,192.303,0.171346,0,0,0,1,120,255,1,17658),(77108,193320,571,1,2,4816.8,1417.59,192.543,2.82795,0,0,0,1,120,255,1,17658),(77109,193321,571,1,2,4813.19,1424.82,193.442,2.79305,0,0,0,1,120,255,1,17658),(77110,193322,571,1,2,4810.12,1419.19,193.325,3.64826,0,0,0,1,120,255,1,17658),(77111,193323,571,1,2,4807.36,1428.16,193.922,3.0194,0,0,0,1,120,255,1,17658),(77112,193324,571,1,2,4806.89,1426.84,192.971,0.323406,0,0,0,1,120,255,1,17658),(77113,193325,571,1,2,4822.01,1384.94,193.216,4.05789,0,0,0,1,120,255,1,17658),(77114,193326,571,1,2,4821.84,1389.48,192.828,1.34296,0,0,0,1,120,255,1,17658),(77115,193327,571,1,2,4826.81,1380.92,191.56,5.74768,0,0,0,1,120,255,1,17658),(77116,193328,571,1,2,4824.36,1383.82,192.632,4.88744,0,0,0,1,120,255,1,17658),(77117,193329,571,1,2,4822.13,1389.37,192.632,3.83152,0,0,0,1,120,255,1,17658),(77118,193330,571,1,2,4824,1380.99,192.632,6.16153,0,0,0,1,120,255,1,17658),(77119,193331,571,1,2,4822.26,1387.09,192.195,3.21697,0,0,0,1,120,255,1,17658),(77120,193332,571,1,2,4800,1468.61,191.452,2.56245,0,0,0,1,120,255,1,17658),(77121,193333,571,1,2,4792.14,1470.66,193.065,6.16101,0,0,0,1,120,255,1,17658),(77122,193334,571,1,2,4794.4,1474.76,192.763,4.95726,0,0,0,1,120,255,1,17658),(77123,193335,571,1,2,4790.18,1467.85,192.762,4.92235,0,0,0,1,120,255,1,17658),(77124,193336,571,1,2,4796.58,1468.24,192.169,5.77757,0,0,0,1,120,255,1,17658),(77125,193337,571,1,2,4784.45,1470.94,192.955,4.12771,0,0,0,1,120,255,1,17658),(77126,193338,571,1,2,4784.48,1470.89,192.576,0.925548,0,0,0,1,120,255,1,17658),(77127,193339,571,1,2,4772.66,1434.78,193.232,3.69138,0,0,0,1,120,255,1,17658),(77128,193340,571,1,2,4774.9,1439.74,192.737,3.72534,0,0,0,1,120,255,1,17658),(77129,193341,571,1,2,4775.1,1434.28,192.541,4.04096,0,0,0,1,120,255,1,17658),(77130,193342,571,1,2,4796.26,1462.71,192.967,6.04501,0,0,0,1,120,255,1,17658),(77131,193343,571,1,2,4790.44,1461.15,192.981,5.14872,0,0,0,1,120,255,1,17658),(77132,193344,571,1,2,4791.81,1461.45,192.632,2.45271,0,0,0,1,120,255,1,17658),(77133,193345,571,1,2,4796.17,1458.01,192.827,4.96452,0,0,0,1,120,255,1,17658),(77134,193346,571,1,2,4778.76,1431.17,191.47,5.21535,0,0,0,1,120,255,1,17658),(77135,193347,571,1,2,4772.64,1435.92,192.81,5.94029,0,0,0,1,120,255,1,17658),(77136,193348,571,1,2,4774.13,1431.06,192.541,5.8212,0,0,0,1,120,255,1,17658),(77137,193349,571,1,2,4772.31,1368.96,179.386,0.811575,0,0,0,1,120,255,1,17658),(77138,193350,571,1,2,4768.76,1368.18,178.913,1.44467,0,0,0,1,120,255,1,17658),(77139,193351,571,1,2,4768.81,1368.81,178.492,0.140151,0,0,0,1,120,255,1,17658),(77140,193352,571,1,2,4773.03,1368.72,178.45,6.18401,0,0,0,1,120,255,1,17658),(77141,193353,571,1,2,4769.21,1371.89,177.57,3.96744,0,0,0,1,120,255,1,17658),(77142,193354,571,1,2,4753.28,1340.75,168.824,5.94285,0,0,0,1,120,255,1,17658),(77143,193355,571,1,2,4755.79,1348.84,171.924,2.46091,0,0,0,1,120,255,1,17658),(77144,193356,571,1,2,4748.54,1338.94,166.382,5.99427,0,0,0,1,120,255,1,17658),(77145,193357,571,1,2,4755.62,1346.56,169.796,1.34944,0,0,0,1,120,255,1,17658),(77146,193358,571,1,2,4753.62,1343.33,168.952,0.489215,0,0,0,1,120,255,1,17658),(77147,193359,571,1,2,4756.42,1343.86,170.246,1.7633,0,0,0,1,120,255,1,17658),(77148,193360,571,1,2,4751.15,1340.32,166.607,5.1019,0,0,0,1,120,255,1,17658),(77149,193361,571,1,2,4734.48,1318.53,157.136,1.85057,0,0,0,1,120,255,1,17658),(77150,193362,571,1,2,4729.61,1321.64,157.56,3.76992,0,0,0,1,120,255,1,17658),(77151,193363,571,1,2,4730.31,1318.99,155.544,4.29905,0,0,0,1,120,255,1,17658),(77152,193364,571,1,2,4730.52,1317.27,156.226,2.56615,0,0,0,1,120,255,1,17658),(77153,193365,571,1,2,4845.42,1487.39,209.58,3.62157,0,0,0,1,120,255,1,17658),(77154,193366,571,1,2,4873.99,1482.95,209.581,2.32129,0,0,0,1,120,255,1,17658),(77155,193367,571,1,2,4877.77,1484.81,209.625,0.986112,0,0,0,1,120,255,1,17658),(77156,193368,571,1,2,4843.11,1399.61,192.974,4.04044,0,0,0,1,120,255,1,17658),(77157,193369,571,1,2,4733.99,1316.14,156.382,4.21497,0,0,0,1,120,255,1,17658),(77158,193370,571,1,2,4771.53,1370.23,177.676,3.47322,0,0,0,1,120,255,1,17658),(77159,193371,571,1,2,4747.05,1371.73,174.606,3.27252,0,0,0,1,120,255,1,17658),(77160,193372,571,1,2,4745.65,1372.85,180.619,0.287977,0,0,0,1,120,255,1,17658),(77161,193373,571,1,2,4748.8,1370.48,177.21,1.12574,0,0,0,1,120,255,1,17658),(77162,193374,571,1,2,4739.77,1375.46,175.041,5.89921,0,0,0,1,120,255,1,17658),(77163,193375,571,1,2,4747.37,1376.69,177.142,4.24115,0,0,0,1,120,255,1,17658),(77164,193376,571,1,2,4729.66,1338.75,165.712,1.48353,0,0,0,1,120,255,1,17658),(77165,193377,571,1,2,4724.68,1339.09,165.636,0.951202,0,0,0,1,120,255,1,17658),(77166,193378,571,1,2,4722.37,1315.18,153.016,4.71239,0,0,0,1,120,255,1,15595),(77167,193379,571,1,2,4722.19,1312.74,151.818,2.20784,0,0,0,1,120,255,1,17658),(77168,193380,571,1,2,4721.96,1313.02,155.378,4.26733,0,0,0,1,120,255,1,17658),(77169,193381,571,1,2,4828.91,1364.96,187.765,3.14159,0,0,0,1,120,255,1,17658),(77170,193382,571,1,2,4767.65,1414.14,182.959,3.14159,0,0,0,1,120,255,1,17658),(77171,193383,571,1,2,4885.88,1446.4,197.241,3.14159,0,0,0,1,120,255,1,17658),(77172,193384,571,1,2,4967.42,1382.58,280.678,3.14159,0,0,0,1,120,255,1,17658),(77173,193385,571,1,2,4819.64,1494.38,197.898,3.14159,0,0,0,1,120,255,1,17658),(77174,193386,571,1,2,4760.75,1331.36,166.73,1.48353,0,0,0,1,120,255,1,17658),(77175,193388,571,1,2,4841.91,1491.07,209.581,5.02655,0,0,0,1,120,255,1,17658),(77176,193389,571,1,2,4854.66,1501.16,209.481,2.34746,0,0,0,1,120,255,1,17658),(77177,193390,571,1,2,4867.81,1503.07,209.885,4.39823,0,0,0,1,120,255,1,17658),(77178,193391,571,1,2,4806.32,1418.54,192.729,3.99681,0,0,0,1,120,255,1,17658),(77179,193392,571,1,2,4809.1,1418.02,192.892,1.75406,0,0,0,1,120,255,1,17658),(77180,193393,571,1,2,4866.13,1504.92,209.61,3.58666,0,0,0,1,120,255,1,17658),(77181,193394,571,1,2,4822.11,1385.17,190.846,0.593409,0,0,0,1,120,255,1,17658),(77182,193395,571,1,2,4770.15,1370.93,176.38,2.80998,0,0,0,1,120,255,1,17658),(77183,193396,571,1,2,4794.69,1457.06,192.588,2.64417,0,0,0,1,120,255,1,17658),(77184,193397,571,1,2,4733.94,1315.56,156.368,5.0091,0,0,0,1,120,255,1,17658),(77185,193398,571,1,2,4848.95,1412.98,192.951,4.46804,0,0,0,1,120,255,1,17658),(77186,193399,571,1,2,4859.43,1457.76,209.344,3.16811,0,0,0,1,120,255,1,17658),(77187,193986,571,1,1,7917.55,-2461.02,1135.94,3.07177,0,0,0,1,120,255,1,15595),(77188,194127,571,1,1,6099.22,-1077.97,404.227,2.94897,0,0,0,1,120,255,1,17658),(77189,194128,571,1,1,6096.17,-1074.01,404.558,0.514872,0,0,0,1,120,255,1,17658),(77190,194155,571,1,1,3848.47,-4069.61,200.835,6.0586,0,0,0,1,120,255,1,15595),(77191,194535,571,1,1,4957.07,1291.01,234.806,4.06662,0,0,0,1,120,255,1,15595),(77192,194540,571,1,1,6219.55,1.6977,410.164,0.698129,0,0,0,1,120,255,1,17658),(77193,194545,571,1,1,3833.44,1629.64,89.7569,3.02813,0,0,0,1,120,255,1,17658),(77194,194546,571,1,1,3823.04,1623.94,89.761,3.86591,0,0,0,1,120,255,1,17658),(77195,194547,571,1,1,3887.41,1585.24,90.919,1.20428,0,0,0,1,120,255,1,17658),(77196,194548,571,1,1,3887.19,1596.44,90.9632,2.10312,0,0,0,1,120,255,1,17658),(77197,194832,571,1,1,6452.79,2345.03,464.254,4.49768,0,0,0,1,120,255,1,15595),(77198,194833,571,1,1,6454.82,2346.19,464.109,6.16574,0,0,0,1,120,255,1,15595),(77199,194834,571,1,1,6424.47,2383.73,466.714,6.26008,0,0,0,1,120,255,1,15595),(77200,194835,571,1,1,6422.7,2385.57,466.904,4.59892,0,0,0,1,120,255,1,15595),(77201,194836,571,1,1,6429.28,2385.77,466.573,3.50593,0,0,0,1,120,255,1,15595),(77202,194837,571,1,1,6425.83,2383.57,466.594,3.12028,0,0,0,1,120,255,1,15595),(77203,194838,571,1,1,6425.67,2386.11,465.908,5.98233,0,0,0,1,120,255,1,15595),(6134,202192,571,1,1,5628.95,2079.64,798.054,0.645772,0,0,0,1,120,255,1,0),(6135,202192,571,1,1,5630.61,2096.25,798.054,5.88176,0,0,0,1,120,255,1,0),(75166,192252,571,1,128,5154.37,2853.23,409.183,3.14159,0,0,1,0,0,0,0,0),(75167,192253,571,1,128,5154.42,2828.93,409.189,3.14159,0,0,1,0,0,0,0,0),(75168,192266,571,1,64,4452.8,2639,358.552,1.4748,0,0,-0.672366,0.740219,0,0,0,0),(75169,192267,571,1,128,4452.76,2639.14,358.444,1.67552,0,0,0.743145,0.66913,0,0,0,0),(75170,192268,571,1,128,4526.51,2810.18,390.986,3.26377,0,0,0.998135,-0.061049,0,0,0,0),(75171,192270,571,1,64,4424.71,2975.6,367.387,1.69297,0,0,0.748955,0.662621,0,0,0,0),(75172,192271,571,1,128,4424.74,2975.6,367.227,1.7017,0,0,0.75184,0.659346,0,0,0,0),(75173,192272,571,1,16,4417.93,2324.81,371.219,3.09796,0,0,0.999762,0.021815,0,0,0,0),(75174,192275,571,1,16,4424.03,3286.61,371.418,3.14159,0,0,1,0,0,0,0,0),(75175,192276,571,1,128,4572.94,3475.42,362.805,1.37881,0,0,0.636078,0.771625,0,0,0,0),(75176,192279,571,1,128,4433.92,3534.2,359.942,1.91113,0,0,-0.816641,0.577146,0,0,0,0),(75177,192408,571,1,16,4399.64,3231.54,368.898,1.49226,0,0,0.678801,0.734322,0,0,0,0),(75178,192409,571,1,32,4399.59,3231.43,369.216,1.67552,0,0,-0.743145,0.66913,0,0,0,0),(75179,192415,571,1,64,4517.79,2716.99,387.57,1.53589,0,0,-0.694658,0.71934,0,0,0,0),(75180,192423,571,1,64,4563.73,2171.15,367.68,1.30027,0,0,0.605294,0.796002,0,0,0,0),(75181,192424,571,1,128,4563.7,2171.03,367.607,1.82387,0,0,-0.79069,0.612217,0,0,0,0),(75182,192430,571,1,64,4434.56,2883.45,406.025,0.759216,0,0,0.370557,0.92881,0,0,0,0),(75183,192431,571,1,64,4349.9,2885.56,406.105,1.6057,0,0,0.71934,0.694658,0,0,0,0),(75184,192432,571,1,16,4401.62,3377.48,363.12,1.53589,0,0,0.694658,0.71934,0,0,0,0),(75185,192440,571,1,128,4438.38,3361.01,371.814,0.0348707,0,0,-0.017452,0.999848,0,0,0,0),(75186,192441,571,1,16,4448.15,3235.61,370.617,1.56207,0,0,-0.704015,0.710185,0,0,0,0),(75187,192442,571,1,128,4350.04,2885.61,406.329,1.58825,0,0,0.713251,0.700909,0,0,0,0),(75188,192443,571,1,128,4434.33,2883.24,406.346,0.767944,0,0,0.374607,0.927184,0,0,0,0),(75189,192444,571,1,128,4464.17,2855.32,406.391,0.802851,0,0,0.390731,0.920505,0,0,0,0),(75190,192449,571,1,128,4517.75,2717.23,387.812,1.53589,0,0,-0.694658,0.71934,0,0,0,0),(75191,192450,571,1,128,4387.59,2719.9,390.201,1.51843,0,0,-0.688354,0.725375,0,0,0,0),(75192,192451,571,1,16,4408.65,2422.67,377.454,1.58825,0,0,0.713251,0.700909,0,0,0,0),(75193,192452,571,1,128,4416.8,2414.04,377.487,0.00895035,0,0,0.004363,0.99999,0,0,0,0),(75194,192453,571,1,16,4417.56,2301.07,377.43,0.017442,0,0,0.008727,0.999962,0,0,0,0),(75552,191844,571,1,1,8576.84,-359.999,752.739,5.67232,0,0,0,1,120,255,1,0),(75553,191844,571,1,1,8814.7,129.815,148.014,3.54302,0,0,0,1,120,255,1,0),(75554,191845,571,1,1,8843.2,133.346,85.0244,6.12611,0,0,0,1,120,255,1,0),(75555,191844,571,1,1,8804.18,280.464,290.479,0.436332,0,0,0,1,120,255,1,0),(75556,191844,571,1,1,8626.09,33.9217,572.91,5.49779,0,0,0,1,120,255,1,0),(75557,191845,571,1,1,8670.65,-96.9744,480.403,4.76475,0,0,0,1,120,255,1,0),(75558,191844,571,1,1,8532.54,68.4176,725.706,0.209439,0,0,0,1,120,255,1,0),(75559,191845,571,1,1,8533.34,-67.053,737.922,3.76991,0,0,0,1,120,255,1,0),(75560,191845,571,1,1,8578.23,145.186,697.394,0.977383,0,0,0,1,120,255,1,0),(75561,191844,571,1,1,8549.12,307.624,663.94,0.575957,0,0,0,1,120,255,1,0),(75562,191845,571,1,1,8562.43,317.504,614.556,6.24828,0,0,0,1,120,255,1,0),(75563,191844,571,1,1,8518.98,314.519,762.044,0.506145,0,0,0,1,120,255,1,0),(75564,191844,571,1,1,8748.88,312.857,299.133,6.07375,0,0,0,1,120,255,1,0),(75565,191845,571,1,1,8632.46,-147.118,579.812,3.6652,0,0,0,1,120,255,1,0),(75566,191845,571,1,1,8685.32,-255.619,550.637,4.41568,0,0,0,1,120,255,1,0),(75567,191844,571,1,1,8558.69,-286.853,704.254,2.14675,0,0,0,1,120,255,1,0),(21037,185927,530,1,1,2988.61,7129.96,368.975,1.02974,0,0,0,1,120,255,1,0),(21038,185927,530,1,1,3080.93,6914.94,369.326,4.32842,0,0,0,1,120,255,1,0),(21039,185927,530,1,1,2810.34,7006.05,376.088,1.15192,0,0,0,1,120,255,1,0),(21040,185927,530,1,1,1385.93,7392.29,371.121,0.558504,0,0,0,1,120,255,1,0),(21041,185927,530,1,1,1280.61,7164.5,377.179,5.58505,0,0,0,1,120,255,1,0),(21042,185927,530,1,1,1616.64,7207.05,375.48,5.13127,0,0,0,1,120,255,1,0),(21045,185927,530,1,1,1673.49,7377.36,375.558,1.309,0,0,0,1,120,255,1,0),(59579,184820,530,1,1,2700.19,6514.47,2.13838,2.11185,0,0,0,1,120,255,1,0),(59580,184820,530,1,1,2597.69,6505.88,1.66538,1.09956,0,0,0,1,120,255,1,0),(59581,184820,530,1,1,2635.83,6463.89,1.86259,1.85005,0,0,0,1,120,255,1,0),(59582,184820,530,1,1,2462.47,6544.21,1.93072,0.541052,0,0,0,1,120,255,1,0),(59583,184820,530,1,1,2382.94,6498.44,3.00535,1.98968,0,0,0,1,120,255,1,0),(59584,184820,530,1,1,2332.92,6567.22,3.77855,0.453786,0,0,0,1,120,255,1,0),(75983,181898,530,1,1,-2128.94,-11347.8,63.1824,5.84685,0,0,0,1,120,255,1,0),(75984,181898,530,1,1,-2090.86,-11338,62.1044,0.872664,0,0,0,1,120,255,1,0),(75985,181898,530,1,1,-2114.61,-11316.9,63.3112,2.63544,0,0,0,1,120,255,1,0),(75986,181898,530,1,1,-2102.47,-11289.8,63.2743,5.46288,0,0,0,1,120,255,1,0),(75987,181898,530,1,1,-2094.64,-11376.9,63.561,2.58308,0,0,0,1,120,255,1,0),(75988,181898,530,1,1,-2158.83,-11376.7,65.9939,4.36332,0,0,0,1,120,255,1,0),(75989,181898,530,1,1,-2144.11,-11395.2,68.0003,1.37881,0,0,0,1,120,255,1,0),(75990,181898,530,1,1,-2108.11,-11325.4,63.2868,3.01941,0,0,0,1,120,255,1,0),(75991,181898,530,1,1,-2055.86,-11367.6,63.9101,1.43117,0,0,0,1,120,255,1,0),(75992,181898,530,1,1,-2074.02,-11286.2,65.4094,5.23599,0,0,0,1,120,255,1,0),(75993,181898,530,1,1,-2050.69,-11285,67.2437,2.16421,0,0,0,1,120,255,1,0),(75994,181898,530,1,1,-2092.11,-11241.7,68.3309,3.05433,0,0,0,1,120,255,1,0),(75995,181898,530,1,1,-2047.77,-11247.6,78.1543,3.45576,0,0,0,1,120,255,1,0),(75996,181898,530,1,1,-2093.05,-11278.7,64.9558,2.82743,0,0,0,1,120,255,1,0),(75997,181898,530,1,1,-2072.34,-11255.3,68.5893,6.02139,0,0,0,1,120,255,1,0),(75998,181898,530,1,1,-2136.23,-11360.7,63.3872,3.4034,0,0,0,1,120,255,1,0),(75999,181898,530,1,1,-2005.52,-11315.5,62.9678,2.32129,0,0,0,1,120,255,1,0),(76000,181898,530,1,1,-2014.98,-11348.5,65.6022,3.89209,0,0,0,1,120,255,1,0),(76001,181898,530,1,1,-2090.29,-11311.2,63.2956,1.22173,0,0,0,1,120,255,1,0),(76002,181898,530,1,1,-2075.02,-11327,62.1804,0.401425,0,0,0,1,120,255,1,0),(76003,181898,530,1,1,-2072.56,-11347.1,62.1168,0.925024,0,0,0,1,120,255,1,0),(76004,181898,530,1,1,-2036.57,-11329.7,66.3521,0.95993,0,0,0,1,120,255,1,0),(76005,181898,530,1,1,-2106.36,-11361.4,63.5015,2.84488,0,0,0,1,120,255,1,0),(76006,181898,530,1,1,-2057.14,-11409.9,57.8194,4.60767,0,0,0,1,120,255,1,0),(76007,181898,530,1,1,-2116.33,-11416.3,66.4483,2.65289,0,0,0,1,120,255,1,0),(76008,181898,530,1,1,-2126.77,-11243.8,66.185,5.48033,0,0,0,1,120,255,1,0),(76009,181898,530,1,1,-2108.32,-11212,78.0577,1.69297,0,0,0,1,120,255,1,0),(76010,181898,530,1,1,-2121.75,-11306.3,63.2741,4.92183,0,0,0,1,120,255,1,0),(76011,181898,530,1,1,-2073.55,-11372.2,63.8179,3.12412,0,0,0,1,120,255,1,0),(76012,181898,530,1,1,-2103.41,-11396.3,63.3343,6.12611,0,0,0,1,120,255,1,0),(164410,184979,530,1,1,-2749.89,2452.25,93.2806,1.58825,0,0,0,1,120,255,1,0),(164411,184979,530,1,1,-2750.34,2470.91,93.2806,1.58825,0,0,0,1,120,255,1,0),(164412,184979,530,1,1,-2751.1,2371.38,93.2806,1.53589,0,0,0,1,120,255,1,0),(164413,184979,530,1,1,-2751.12,2213.45,93.2806,1.58825,0,0,0,1,120,255,1,0),(164414,184979,530,1,1,-2766,2260.54,93.2806,1.58825,0,0,0,1,120,255,1,0),(164415,184979,530,1,1,-2766,2469.92,93.2806,1.5708,0,0,0,1,120,255,1,0),(164416,184979,530,1,1,-2766.19,2461.51,93.2806,1.5708,0,0,0,1,120,255,1,0),(164417,184979,530,1,1,-2766.46,2451.75,93.2806,1.5708,0,0,0,1,120,255,1,0),(164418,184979,530,1,1,-2766.52,2328.73,93.2806,1.5708,0,0,0,1,120,255,1,0),(164419,184979,530,1,1,-2766.55,2316.41,93.2806,1.5708,0,0,0,1,120,255,1,0),(164420,184979,530,1,1,-2766.56,2440.59,93.2806,1.5708,0,0,0,1,120,255,1,0),(164421,184979,530,1,1,-2766.6,2429.2,93.2806,1.5708,0,0,0,1,120,255,1,0),(164422,184979,530,1,1,-2766.61,2372.1,93.2806,1.6057,0,0,0,1,120,255,1,0),(164423,184979,530,1,1,-2766.62,2395.76,93.2806,1.5708,0,0,0,1,120,255,1,0),(164424,184979,530,1,1,-2766.65,2226.79,93.2806,1.58825,0,0,0,1,120,255,1,0),(164425,184979,530,1,1,-2766.68,2270.36,93.2806,1.5708,0,0,0,1,120,255,1,0),(164426,184979,530,1,1,-2766.69,2362.64,93.2806,1.58825,0,0,0,1,120,255,1,0),(164427,184979,530,1,1,-2766.69,2305.76,93.2806,1.5708,0,0,0,1,120,255,1,0),(164428,184979,530,1,1,-2766.72,2341.02,93.2806,1.5708,0,0,0,1,120,255,1,0),(164429,184979,530,1,1,-2766.73,2383.82,93.2806,1.5708,0,0,0,1,120,255,1,0),(164430,184979,530,1,1,-2766.75,2282.8,93.2806,1.5708,0,0,0,1,120,255,1,0),(164431,184979,530,1,1,-2766.8,2250.72,93.2806,1.58825,0,0,0,1,120,255,1,0),(164432,184979,530,1,1,-2766.81,2295.31,93.2806,1.5708,0,0,0,1,120,255,1,0),(164433,184979,530,1,1,-2766.82,2407.71,93.2806,1.5708,0,0,0,1,120,255,1,0),(164434,184979,530,1,1,-2767,2351.3,93.2806,1.5708,0,0,0,1,120,255,1,0),(164435,184979,530,1,1,-2780.18,2395.6,93.2806,1.5708,0,0,0,1,120,255,1,0),(164436,184979,530,1,1,-2781.08,2259.36,93.2806,1.55334,0,0,0,1,120,255,1,0),(164437,184979,530,1,1,-2781.24,2362.49,93.2806,1.5708,0,0,0,1,120,255,1,0),(164438,184979,530,1,1,-2781.39,2250.28,93.2806,1.55334,0,0,0,1,120,255,1,0),(164439,184979,530,1,1,-2799.27,2249.67,93.2806,1.58825,0,0,0,1,120,255,1,0),(164440,184979,530,1,1,-2799.78,2216.63,93.2806,1.5708,0,0,0,1,120,255,1,0),(164441,184979,530,1,1,-2799.86,2238.58,93.2806,1.5708,0,0,0,1,120,255,1,0),(164442,184979,530,1,1,-2799.89,2260.72,93.2806,1.5708,0,0,0,1,120,255,1,0),(164443,184979,530,1,1,-2799.9,2226.72,93.2806,1.5708,0,0,0,1,120,255,1,0),(164444,184979,530,1,1,-2799.92,2204.2,93.2806,1.5708,0,0,0,1,120,255,1,0),(7087,195705,641,3,1,16.4811,-0.00539,20.4162,3.03684,0,0,0,1,7200,255,0,0),(7088,195371,641,3,1,16.4763,0.018369,20.4162,3.03684,0,0,0,1,7200,255,1,0),(7089,195706,642,3,1,12.2894,0.081029,34.6497,3.15906,0,0,0,1,7200,255,0,0),(7090,196413,642,3,1,12.3199,0.096332,34.6508,3.15906,0,0,0,1,7200,255,1,0),(29729,20919,47,1,1,2080.89,1703.36,56.6447,0.553757,0,0,0.273354,0.961913,-43200,100,1,0),(29730,20919,47,1,1,2055.28,1767.7,58.4559,2.98378,0,0,0.996889,0.0788245,-43200,100,1,0),(29731,20919,47,1,1,2196.64,1827.96,61.4706,2.11277,0,0,0.870583,0.492022,-43200,100,1,0),(29732,20919,47,1,1,2030.32,1867.61,56.2866,5.6777,0,0,0.298139,-0.954522,-43200,100,1,0),(29733,20919,47,1,1,2091.33,1861.73,51.0341,1.25355,0,0,0.586536,0.809923,-43200,100,1,0),(29734,20919,47,1,1,2200.15,1897.64,71.3191,2.6492,0,0,0.969846,0.243717,-43200,100,1,0),(29735,20919,47,1,1,2075.75,1742.04,76.7184,1.33994,0,0,0.620962,0.78384,-43200,100,1,0),(29736,20919,47,1,1,2126,1661.15,82.4824,0.0220437,0,0,0.0110216,0.999939,-43200,100,1,0),(29737,20919,47,1,1,2207.92,1596.91,80.7375,3.60582,0,0,0.973182,-0.230035,-43200,100,1,0),(29738,20919,47,1,1,2156.98,1542.26,72.849,2.43086,0,0,0.937519,0.347934,-43200,100,1,0),(29739,20919,47,1,1,2179.95,1514.06,69.0709,0.778385,0,0,0.379441,0.925216,-43200,100,1,0),(29740,20919,47,1,1,2000.85,1533.93,80.3971,4.919,0,0,0.630419,-0.776255,-43200,100,1,0),(29741,20919,47,1,1,1991.49,1608.53,81.1601,1.1004,0,0,0.522858,0.85242,-43200,100,1,0),(14830,186959,571,1,1,276.169,-5755.25,268.456,0,0,0,0,1,120,255,1,0),(14831,186959,571,1,1,278.529,-5758.35,268.456,0,0,0,0,1,120,255,1,0),(14832,186959,571,1,1,280.852,-5761.4,268.456,0,0,0,0,1,120,255,1,0),(14833,186959,571,1,1,158.707,-5823.32,7.00682,0,0,0,0,1,120,255,1,0),(14834,186959,571,1,1,157.202,-5712.16,189.315,0,0,0,0,1,120,255,1,0),(14835,186959,571,1,1,255.534,-5891.36,82.9929,0,0,0,0,1,120,255,1,0),(6144,184731,530,1,1,-3802.94,2594.5,92.1828,1.6057,0,0,0,1,120,255,1,0),(6145,184731,530,1,1,-3794.05,2588.72,92.1828,1.90546,0,0,0,1,120,255,1,0),(29742,177258,429,1,1,121.222,429.092,28.4548,0.418879,0,0,1,-0.0000000437114,86400,255,1,0),(29743,177259,429,1,1,12.9413,277.931,-8.9329,0,0,0,1,-0.0000000437114,86400,255,1,0),(29744,177257,429,1,1,-92.3456,442.67,28.547,0.418879,0,0,1,-0.0000000437114,86400,255,1,0),(29745,179504,429,1,1,78.1387,737.402,-24.6216,0,0,0,1,-0.0000000437114,86400,255,1,0),(29746,179505,429,1,1,-155.433,734.166,-24.6216,0,0,0,1,-0.0000000437114,86400,255,1,0),(29747,179503,429,1,1,-38.9651,813.709,-27.3178,0,0,0,1,-0.0000000437114,86400,255,1,0),(29748,179506,429,1,1,-38.7563,812.587,-3.8761,0,0,0,1,-0.0000000437114,86400,255,1,0),(29749,179563,429,1,1,116.105,638.89,-48.467,4.52041,0,0,0,1,86400,255,1,0),(29750,177219,429,1,1,385.327,374.232,-1.34314,1.5708,0,0,1,-0.0000000437114,86400,255,1,0),(29751,177221,429,1,1,50.5863,501.941,-23.1499,4.71239,0,0,1,-0.0000000437114,86400,255,1,0),(29752,177211,429,1,1,-41.8254,159.874,-3.44834,0,0,0,1,-0.0000000437114,86400,255,1,0),(29753,177212,429,1,1,10.7216,159.459,-3.44835,3.14159,0,0,1,-0.0000000437114,86400,255,1,0),(29754,177215,429,1,1,255.408,10.3791,-2.69381,1.5708,0,0,1,-0.0000000437114,86400,255,1,0),(29755,179549,429,1,1,351.568,88.6735,-36.393,1.5708,0,0,1,-0.0000000437114,86400,255,1,0),(29756,177217,429,1,1,491.204,515.133,29.4675,1.5708,0,0,1,-0.0000000437114,86400,255,1,0),(16926,22882,560,3,1,1823.36,1029.28,11.6412,1.4399,0,0,0.707107,0.707107,7200,255,1,0),(16927,22883,560,3,1,1824.24,1031.34,11.6412,0.506145,0,0,0.707107,0.707107,7200,255,1,0),(16928,22884,560,3,1,1822.9,1032.18,11.6412,3.14159,0,0,0.707107,0.707107,7200,255,1,0),(16929,22885,560,3,1,1813.83,999.684,12.1316,0.104719,0,0,0.707107,0.707107,7200,255,1,0),(16930,22886,560,3,1,1822.89,1030.72,11.6412,4.23242,0,0,0.707107,0.707107,7200,255,1,0),(16931,22887,560,3,1,1812.62,999.104,12.1316,1.50971,0,0,0.707107,0.707107,7200,255,1,0),(5596,189331,571,1,1,3707.75,-1182.24,120.746,1.24532,0,0,0,1,120,0,1,0),(5510,50983,530,1,1,-5116.79,631.189,85.0555,0.949811,0,0,0.457254,0.889336,300,0,1,0),(6245,202083,0,1,1,-2944.48,-3277.68,62.27,3.32798,0,0,0.995661,-0.093059,18000,100,1,0),(6246,202083,0,1,1,-3000.93,-3329.01,64.9771,4.10851,0,0,0.885393,-0.464843,18000,100,1,0),(6247,202083,0,1,1,-3020.76,-3245.81,58.8009,5.38478,0,0,0.434249,-0.900793,18000,100,1,0),(6248,202083,0,1,1,-2992.36,-3188.19,55.1982,3.01524,0,0,0.998005,0.0631367,18000,100,1,0),(5638,180055,43,1,1,-97.6,173.8,-79,2.08,0,0,0.862404,0.50622,-1,100,1,0),(5639,180024,36,1,1,-32.1232,-374.64,59.06,3.082,0,0,0.879275,-0.476315,-1,100,1,0),(268691,193984,571,1,1,7610.18,2065.31,599.426,2.87979,0,0,0.991445,0.130528,300,0,1,0),(29837,184596,550,1,1,744.045,-44.6345,46.661,3.14159,0,0,1,-0.0000000437114,7200,255,1,0),(6341,196871,571,1,1,8121.33,794.503,481.288,-1.797,0,0,-0.782608,0.622515,180,100,1,0),(6342,196871,571,1,1,5644.5,2107.42,798.054,4.5902,0,0,-0.782608,0.622515,180,100,1,0),(6343,196871,571,1,1,5660.98,2106.14,798.054,4.5902,0,0,-0.782608,0.622515,180,100,1,0),(266592,185952,548,1,1,448.374,-544.713,-7.54634,4.71681,0,0,0.7,-0.7,300,0,1,0),(268935,94039,48,1,1,-413.324,43.6505,-47.9681,3.14159,0,0,1,0,86400,100,1,0),(268523,141979,70,1,1,154.952,290.27,-52.226,2.78,0,0,0,0,86400,0,1,0),(268932,149431,109,1,1,-518.1,-85.545,-91.2,0,0,0,0,0,86400,100,1,0),(268933,149432,109,1,1,-518.23,276.04,-91.2,0,0,0,0,0,86400,100,1,0),(268934,149433,109,1,1,-416.012,275.855,-91.2,0,0,0,0,0,86400,100,1,0),(268277,179502,429,1,1,277.695,-423.25,-120.04,-2.92342,0,0,-0.994056,0.108872,86400,255,1,0),(268273,142145,429,1,1,38.4777,-391.213,-58.6108,1.32645,0,0,0.615661,0.788011,86400,255,1,0),(268272,142145,429,1,1,39.6528,-322.045,-52.2932,1.25664,0,0,0.587786,0.809016,86400,255,1,0),(268271,142145,429,1,1,-77.444,-438.764,-58.612,2.79252,0,0,0.984807,0.173652,86400,255,1,0),(268270,142145,429,1,1,107.133,-465.386,-3.27357,1.95477,0,0,0.829038,0.559192,86400,255,1,0),(268269,142145,429,1,1,-27.8809,-392.48,-58.6137,1.39626,0,0,0.642787,0.766045,86400,255,1,0),(268268,142145,429,1,1,-29.2692,-335.209,-51.8413,0.767944,0,0,0.374606,0.927184,86400,255,1,0),(268267,142145,429,1,1,73.1442,-234.595,-56.461,-0.506145,0,0,-0.25038,0.968148,86400,255,1,0),(268266,142144,429,1,1,-110.419,-419.615,-58.6047,-2.47837,0,0,-0.945519,0.325567,86400,255,1,0),(268265,142144,429,1,1,-46.1853,-432.413,16.4136,0.174532,0,0,0.0871553,0.996195,86400,255,1,0),(268264,142144,429,1,1,68.1034,-669.629,-25.1653,-2.19912,0,0,-0.891006,0.453991,86400,255,1,0),(268263,142144,429,1,1,24.717,-468.53,-4.25922,-2.02458,0,0,-0.848048,0.52992,86400,255,1,0),(268262,142144,429,1,1,67.4486,-467.225,-58.6226,-1.95477,0,0,-0.829037,0.559194,86400,255,1,0),(268275,176907,429,1,1,131.286,-278.89,-56.5211,3.14159,0,0,-1,0,86400,255,1,0),(268276,177220,429,1,1,252.327,-404.921,-120.62,-1.5708,0,0,-0.707107,0.707107,86400,255,1,0),(9468,165738,230,1,1,891.99,-181.77,-42.811,4.98,0,0,0,1,120,255,1,0),(9469,165738,230,1,1,891.36,-182.133,-42.811,3.6782,0,0,0,1,120,255,1,0),(9470,165738,230,1,1,891.299,-183.168,-42.811,4.55,0,0,0,1,120,255,1,0),(9471,165738,230,1,1,891.788,-182.847,-42.811,0.597,0,0,0,1,120,255,1,0),(9472,165738,230,1,1,891.7,-184.356,-42.811,4.673,0,0,0,1,120,255,1,0),(56291,178190,409,1,1,795.536,-974.253,-207.788,3.14159,0,0,-1,0,120,255,1,0),(56292,178191,409,1,1,694.229,-495.598,-214.329,3.14159,0,0,-1,0,120,255,1,0),(56293,178192,409,1,1,1132.11,-1017.27,-186.494,3.14159,0,0,-1,0,120,255,1,0),(56294,178193,409,1,1,897.058,-551.546,-203.953,3.14159,0,0,-1,0,120,255,1,0),(5528,1732,0,1,1,-9843,1386.87,39.012,4.783,0,0,0,0,900,100,1,0),(77266,180415,571,1,1,5759.22,574.957,649.913,2.96704,0,0,0,1,120,255,1,0),(77267,180415,571,1,1,5755.54,570.83,650.934,6.19592,0,0,0,1,120,255,1,0),(77268,180415,571,1,1,5757.68,573.392,650.169,5.06146,0,0,0,1,120,255,1,0),(77269,180415,571,1,1,5746.64,578.537,650.883,0.95993,0,0,0,1,120,255,1,0),(77270,180415,571,1,1,5748.67,581.004,650.151,4.45059,0,0,0,1,120,255,1,0),(77271,180415,571,1,1,5749.93,582.656,649.825,4.64258,0,0,0,1,120,255,1,0),(77272,180406,571,1,1,5728.36,610.901,649.463,2.37364,0,0,0,1,120,255,1,0),(77273,180415,571,1,1,5715.42,644.455,648.66,2.18166,0,0,0,1,120,255,1,0),(77274,180415,571,1,1,5715.52,646.419,648.66,4.53786,0,0,0,1,120,255,1,0),(77275,180415,571,1,1,5753.46,568.118,651.629,1.0472,0,0,0,1,120,255,1,0),(77276,180415,571,1,1,5744.65,575.988,651.636,3.54302,0,0,0,1,120,255,1,0),(77277,180415,571,1,1,5715.13,648.122,648.66,0.122173,0,0,0,1,120,255,1,0),(77278,180415,571,1,1,5751.01,565.184,651.947,0.471238,0,0,0,1,120,255,1,0),(77279,180472,571,1,1,5732,677.921,653.335,4.71239,0,0,0,1,120,255,1,0),(77280,180472,571,1,1,5728.83,680.518,653.502,2.80997,0,0,0,1,120,255,1,0),(77281,180415,571,1,1,5741.15,571.7,652.066,0.977383,0,0,0,1,120,255,1,0),(77282,180415,571,1,1,5714.5,642.746,648.66,4.46804,0,0,0,1,120,255,1,0),(77283,180407,571,1,1,5732.99,687.059,647.773,4.39823,0,0,0,1,120,255,1,0),(77284,180406,571,1,1,5743.65,693.545,622.62,6.16101,0,0,0,1,120,255,1,0),(77285,180406,571,1,1,5731.45,685.267,647.835,4.34587,0,0,0,1,120,255,1,0),(77286,180472,571,1,1,5767.74,709.554,623.39,3.24635,0,0,0,1,120,255,1,0),(77287,180415,571,1,1,5712.99,641.53,648.66,4.36332,0,0,0,1,120,255,1,0),(77288,180415,571,1,1,5885.29,649.392,648.348,4.2237,0,0,0,1,120,255,1,0),(77289,180415,571,1,1,5884.63,650.209,648.345,5.44543,0,0,0,1,120,255,1,0),(77290,180415,571,1,1,5857.19,694.977,642.76,3.4383,0,0,0,1,120,255,1,0),(77291,180415,571,1,1,5884.36,655.596,647.737,0.837758,0,0,0,1,120,255,1,0),(77292,180415,571,1,1,5884.46,651.833,648.344,3.45576,0,0,0,1,120,255,1,0),(77293,180415,571,1,1,5884.96,652.71,648.349,0.087266,0,0,0,1,120,255,1,0),(77294,180415,571,1,1,5882.85,654.217,647.454,0.890117,0,0,0,1,120,255,1,0),(77295,180415,571,1,1,5882.08,652.593,646.797,5.11382,0,0,0,1,120,255,1,0),(77296,180415,571,1,1,5881.94,650.645,646.37,0.226893,0,0,0,1,120,255,1,0),(77297,180415,571,1,1,5887.32,654.873,647.735,0.157079,0,0,0,1,120,255,1,0),(77298,180415,571,1,1,5872.77,683.941,643.986,1.02974,0,0,0,1,120,255,1,0),(77299,180415,571,1,1,5888.37,653.126,648.344,5.14872,0,0,0,1,120,255,1,0),(77300,180415,571,1,1,5888.7,649.711,648.346,3.97936,0,0,0,1,120,255,1,0),(77301,180415,571,1,1,5886.39,656.216,647.748,3.83973,0,0,0,1,120,255,1,0),(77302,180415,571,1,1,5887.87,649.127,648.348,4.29351,0,0,0,1,120,255,1,0),(77303,180415,571,1,1,5887.48,653.683,648.339,4.76475,0,0,0,1,120,255,1,0),(77304,180415,571,1,1,5887.04,648.827,648.346,3.7001,0,0,0,1,120,255,1,0),(77305,180406,571,1,1,5867.47,689.614,643.07,5.93412,0,0,0,1,120,255,1,0),(77306,180415,571,1,1,5885.7,653.423,648.343,2.11185,0,0,0,1,120,255,1,0),(77307,180415,571,1,1,5853.89,697.745,642.738,4.64258,0,0,0,1,120,255,1,0),(77308,180415,571,1,1,5886.55,653.729,648.341,2.35619,0,0,0,1,120,255,1,0),(77309,180415,571,1,1,5886.26,649.001,648.352,3.75246,0,0,0,1,120,255,1,0),(77310,180415,571,1,1,5868.73,687.43,643.965,3.83973,0,0,0,1,120,255,1,0),(77311,180415,571,1,1,5859.76,697.915,644.211,0.436332,0,0,0,1,120,255,1,0),(77312,180415,571,1,1,5870.24,688.504,644.906,4.92183,0,0,0,1,120,255,1,0),(77313,180415,571,1,1,5856.46,700.581,644.19,1.09956,0,0,0,1,120,255,1,0),(77314,180415,571,1,1,5889.05,652.293,648.341,3.59538,0,0,0,1,120,255,1,0),(77315,180415,571,1,1,5889.22,650.639,648.342,0.541051,0,0,0,1,120,255,1,0),(77316,180415,571,1,1,5873.59,685.678,644.896,1.22173,0,0,0,1,120,255,1,0),(77317,180415,571,1,1,5831.4,719.172,641.982,2.93214,0,0,0,1,120,255,1,0),(77318,180415,571,1,1,5836.44,717.919,642.929,5.60251,0,0,0,1,120,255,1,0),(77319,180415,571,1,1,5835.08,716.127,642.002,1.91986,0,0,0,1,120,255,1,0),(77320,180415,571,1,1,5832.81,720.705,642.93,3.927,0,0,0,1,120,255,1,0),(77321,180472,571,1,1,5814.14,724.207,628.974,1.11701,0,0,0,1,120,255,1,0),(77322,180411,571,1,1,5852.4,719.288,645.035,0.296705,0,0,0,1,120,255,1,0),(77323,180411,571,1,1,5776.05,717.172,621.552,0.488691,0,0,0,1,120,255,1,0),(77324,180407,571,1,1,5774.25,718.12,624.765,1.3439,0,0,0,1,120,255,1,0),(77325,180407,571,1,1,5776.45,568.144,650.51,2.60053,0,0,0,1,120,255,1,0),(77326,180415,571,1,1,5712.06,650.578,648.66,5.5676,0,0,0,1,120,255,1,0),(77327,180415,571,1,1,5713.76,649.66,648.66,3.64774,0,0,0,1,120,255,1,0),(77328,180415,571,1,1,5711.21,640.95,648.66,1.25664,0,0,0,1,120,255,1,0),(77329,180415,571,1,1,5743.38,555.901,652.794,4.90438,0,0,0,1,120,255,1,0),(77330,180415,571,1,1,5748.7,562.215,652.255,0.85521,0,0,0,1,120,255,1,0),(77331,180415,571,1,1,5739.39,569.528,652.297,4.93928,0,0,0,1,120,255,1,0),(77332,180415,571,1,1,5746.05,559.169,652.562,0.122173,0,0,0,1,120,255,1,0),(77333,180415,571,1,1,5736.6,566.249,652.599,1.69297,0,0,0,1,120,255,1,0),(77334,180415,571,1,1,5740.01,551.746,653.045,6.23083,0,0,0,1,120,255,1,0),(77335,180415,571,1,1,5733.65,562.579,652.856,0.837758,0,0,0,1,120,255,1,0),(77336,180415,571,1,1,5703.29,611.914,646.913,0.261798,0,0,0,1,120,255,1,0),(77337,180415,571,1,1,5706.29,643.555,648.66,5.23599,0,0,0,1,120,255,1,0),(77338,180415,571,1,1,5705.49,608.342,646.913,1.55334,0,0,0,1,120,255,1,0),(77339,180415,571,1,1,5707.49,642.032,648.66,0.95993,0,0,0,1,120,255,1,0),(77340,180415,571,1,1,5709.23,641.133,648.66,6.26573,0,0,0,1,120,255,1,0),(77341,180415,571,1,1,5730.3,558.295,653.101,6.07375,0,0,0,1,120,255,1,0),(77342,180415,571,1,1,5727.38,554.396,653.211,4.45059,0,0,0,1,120,255,1,0),(77343,180415,571,1,1,5736.26,546.963,653.207,4.95674,0,0,0,1,120,255,1,0),(77344,180415,571,1,1,5710.06,650.781,648.66,0.261798,0,0,0,1,120,255,1,0),(77345,180407,571,1,1,5819.17,537.024,654.269,3.50812,0,0,0,1,120,255,1,0),(77346,180406,571,1,1,5825.69,539.113,654.273,3.57793,0,0,0,1,120,255,1,0),(77347,180429,571,1,1,5890.74,547.489,649.311,3.15906,0,0,0,1,120,255,1,0),(77348,180406,571,1,1,5881.45,527.659,641.774,3.42085,0,0,0,1,120,255,1,0),(77349,180472,571,1,1,5858.2,635.028,654.197,0.85521,0,0,0,1,120,255,1,0),(77350,180411,571,1,1,5843.23,641.016,651.163,5.72468,0,0,0,1,120,255,1,0),(77351,180472,571,1,1,5885.19,523.527,649.183,3.73501,0,0,0,1,120,255,1,0),(77352,180415,571,1,1,5883.06,523.736,642.222,4.55531,0,0,0,1,120,255,1,0),(77353,180415,571,1,1,5884.09,519.312,641.57,2.86233,0,0,0,1,120,255,1,0),(77354,180429,571,1,1,5900.89,555.523,649.303,3.94445,0,0,0,1,120,255,1,0),(77355,180415,571,1,1,5886.87,524.562,642.223,3.29869,0,0,0,1,120,255,1,0),(77356,180472,571,1,1,5885.98,520.168,649.206,0.610863,0,0,0,1,120,255,1,0),(77357,180415,571,1,1,5881.25,512.097,641.57,3.71755,0,0,0,1,120,255,1,0),(77358,180411,571,1,1,5851.21,642.017,651.053,2.84488,0,0,0,1,120,255,1,0),(77359,180415,571,1,1,5882.03,509.499,641.57,5.77704,0,0,0,1,120,255,1,0),(77360,180415,571,1,1,5811.41,654.324,647.392,4.41568,0,0,0,1,120,255,1,0),(77361,180415,571,1,1,5860.81,639.934,648.739,2.28638,0,0,0,1,120,255,1,0),(77362,180415,571,1,1,5857.7,642.825,648.757,1.72787,0,0,0,1,120,255,1,0),(77363,180415,571,1,1,5821.59,653.723,647.402,4.90438,0,0,0,1,120,255,1,0),(77364,180407,571,1,1,5874.73,503.22,644.012,0.680677,0,0,0,1,120,255,1,0),(77365,180472,571,1,1,5854.18,643.786,621.933,0.95993,0,0,0,1,120,255,1,0),(77366,180415,571,1,1,5887.84,520.213,641.57,2.80997,0,0,0,1,120,255,1,0),(77367,180415,571,1,1,5882.76,505.957,641.57,6.03884,0,0,0,1,120,255,1,0),(77368,180415,571,1,1,5806.48,653.271,609.886,1.90241,0,0,0,1,120,255,1,0),(77369,180472,571,1,1,5911.03,576.643,619.502,5.25344,0,0,0,1,120,255,1,0),(77370,180415,571,1,1,5908.83,572.418,612.808,6.24828,0,0,0,1,120,255,1,0),(77371,180415,571,1,1,5909.35,557.961,616.023,3.94445,0,0,0,1,120,255,1,0),(77372,180415,571,1,1,5914.89,579.766,612.808,3.35105,0,0,0,1,120,255,1,0),(77373,180415,571,1,1,5917.83,556.055,616.034,0.488691,0,0,0,1,120,255,1,0),(77374,180407,571,1,1,5922.74,572.623,612.512,4.86947,0,0,0,1,120,255,1,0),(77375,180415,571,1,1,5857.26,647.333,648.757,2.33874,0,0,0,1,120,255,1,0),(77376,180406,571,1,1,5861.6,649.968,658.373,5.18363,0,0,0,1,120,255,1,0),(77377,180407,571,1,1,5861.04,644.913,658.374,4.66003,0,0,0,1,120,255,1,0),(77378,180472,571,1,1,5853.06,649.196,665.292,1.0821,0,0,0,1,120,255,1,0),(77379,180415,571,1,1,5928.84,579.656,616.033,3.01941,0,0,0,1,120,255,1,0),(77380,180407,571,1,1,5934.31,611.93,652.968,3.9619,0,0,0,1,120,255,1,0),(77381,180415,571,1,1,5856.71,651.58,648.757,4.08407,0,0,0,1,120,255,1,0),(77382,180415,571,1,1,5893.63,514.47,641.57,0.418879,0,0,0,1,120,255,1,0),(77383,180411,571,1,1,5849.69,655.198,651.084,2.9845,0,0,0,1,120,255,1,0),(77384,180415,571,1,1,5934.67,573.196,616.023,0.418879,0,0,0,1,120,255,1,0),(77385,180411,571,1,1,5841.72,654.286,651.118,1.309,0,0,0,1,120,255,1,0),(77386,180415,571,1,1,5856.28,656.249,648.757,2.77507,0,0,0,1,120,255,1,0),(77387,180415,571,1,1,5928.25,556.83,616.023,5.13127,0,0,0,1,120,255,1,0),(77388,180415,571,1,1,5933.57,563.738,616.034,2.21656,0,0,0,1,120,255,1,0),(77389,180415,571,1,1,5893.99,512.024,641.57,1.44862,0,0,0,1,120,255,1,0),(77390,180415,571,1,1,5894.72,508.765,641.57,3.00195,0,0,0,1,120,255,1,0),(77391,180415,571,1,1,5858.74,659.732,648.739,2.82743,0,0,0,1,120,255,1,0),(77392,180415,571,1,1,5935.72,564.637,610.615,3.47321,0,0,0,1,120,255,1,0),(77393,180415,571,1,1,5930.36,557.245,610.542,5.044,0,0,0,1,120,255,1,0),(77394,180472,571,1,1,5846.67,654.109,618.323,0.139625,0,0,0,1,120,255,1,0),(77395,180410,571,1,1,5850.75,664.997,658.838,3.9619,0,0,0,1,120,255,1,0),(77396,180415,571,1,1,5841.6,664.91,609.886,2.87979,0,0,0,1,120,255,1,0),(77397,180472,571,1,1,5855.11,663.931,654.198,1.95477,0,0,0,1,120,255,1,0),(77398,180407,571,1,1,5948.63,614.526,650.6,4.18879,0,0,0,1,120,255,1,0),(77399,180415,571,1,1,5836.04,660.796,609.886,3.17653,0,0,0,1,120,255,1,0),(77400,180406,571,1,1,5939.87,564.865,612.086,4.83456,0,0,0,1,120,255,1,0),(77401,180410,571,1,1,5844.36,664.433,647.95,5.70723,0,0,0,1,120,255,1,0),(77402,180411,571,1,1,5893.52,492.627,644.528,3.54302,0,0,0,1,120,255,1,0),(77403,180407,571,1,1,5875.96,497.474,657.256,5.28835,0,0,0,1,120,255,1,0),(77404,180407,571,1,1,5863.62,487.166,641.57,1.91986,0,0,0,1,120,255,1,0),(77405,180406,571,1,1,5864.62,480.571,641.57,2.11185,0,0,0,1,120,255,1,0),(77406,180406,571,1,1,5877.73,489.385,657.311,5.21854,0,0,0,1,120,255,1,0),(77407,180415,571,1,1,5892.84,490.052,641.278,4.53786,0,0,0,1,120,255,1,0),(77408,180415,571,1,1,5891.83,490.11,641.57,6.00393,0,0,0,1,120,255,1,0),(77409,180415,571,1,1,5895.74,492.667,640.776,0.890117,0,0,0,1,120,255,1,0),(77410,180472,571,1,1,5864.56,470.363,647.726,3.28124,0,0,0,1,120,255,1,0),(77411,180415,571,1,1,5893.6,489.979,641.044,6.23083,0,0,0,1,120,255,1,0),(77412,180415,571,1,1,5902.46,493.851,640.782,4.03171,0,0,0,1,120,255,1,0),(77413,180415,571,1,1,5895.71,475.31,641.32,4.71239,0,0,0,1,120,255,1,0),(77414,180415,571,1,1,5894.93,474.892,641.57,0.122173,0,0,0,1,120,255,1,0),(77415,180407,571,1,1,5883.15,462.404,657.277,5.35816,0,0,0,1,120,255,1,0),(77416,180415,571,1,1,5896.42,475.648,641.044,4.31097,0,0,0,1,120,255,1,0),(77417,180411,571,1,1,5899.21,464.785,644.771,5.51524,0,0,0,1,120,255,1,0),(77418,180415,571,1,1,5906.31,475.472,640.78,4.81711,0,0,0,1,120,255,1,0),(77419,180411,571,1,1,5880.08,459.381,662.566,1.43117,0,0,0,1,120,255,1,0),(77420,180415,571,1,1,5899.56,474.001,640.776,4.20625,0,0,0,1,120,255,1,0),(77421,180415,571,1,1,5825.49,463.355,658.773,5.96903,0,0,0,1,120,255,1,0),(77422,180415,571,1,1,5820.49,466.206,658.773,2.18166,0,0,0,1,120,255,1,0),(77423,180415,571,1,1,5814.87,467.419,658.773,0.261798,0,0,0,1,120,255,1,0),(77424,180406,571,1,1,5877.55,452.302,657.941,4.20625,0,0,0,1,120,255,1,0),(77425,180415,571,1,1,5831.67,453.863,658.773,2.35619,0,0,0,1,120,255,1,0),(77426,180415,571,1,1,5829.31,459.171,658.773,1.55334,0,0,0,1,120,255,1,0),(77427,180410,571,1,1,5873.15,451.098,642.226,1.65806,0,0,0,1,120,255,1,0),(77428,180410,571,1,1,5907.47,449.235,642.216,1.90241,0,0,0,1,120,255,1,0),(77429,180415,571,1,1,5809.19,466.8,658.773,0.59341,0,0,0,1,120,255,1,0),(77430,180415,571,1,1,5831.06,442.647,658.773,1.44862,0,0,0,1,120,255,1,0),(77431,180415,571,1,1,5803.97,464.477,658.772,2.86233,0,0,0,1,120,255,1,0),(77432,180415,571,1,1,5832.15,448.118,658.773,1.25664,0,0,0,1,120,255,1,0),(77433,180415,571,1,1,5828.13,437.655,658.773,3.24635,0,0,0,1,120,255,1,0),(77434,180406,571,1,1,5814.59,573.353,649.98,0.715585,0,0,0,1,120,255,1,0),(77435,180406,571,1,1,5965.31,596.234,650.627,3.07177,0,0,0,1,120,255,1,0),(77436,180406,571,1,1,5943.68,636.689,652.968,5.14872,0,0,0,1,120,255,1,0),(77437,180410,571,1,1,5851.69,630.721,658.99,2.60053,0,0,0,1,120,255,1,0),(77438,180415,571,1,1,5849.42,630.686,648.657,3.85718,0,0,0,1,120,255,1,0),(77439,180415,571,1,1,5850.45,631.74,647.512,1.43117,0,0,0,1,120,255,1,0),(77440,180472,571,1,1,5845.36,629.177,623.562,4.72984,0,0,0,1,120,255,1,0),(77441,180407,571,1,1,5979.74,625.222,650.627,0.0349062,0,0,0,1,120,255,1,0),(77442,180410,571,1,1,5842.26,636.217,647.894,0.977383,0,0,0,1,120,255,1,0),(77443,180415,571,1,1,5846.33,633.082,648.738,4.52041,0,0,0,1,120,255,1,0),(77444,180415,571,1,1,5847.13,634.354,647.512,4.93928,0,0,0,1,120,255,1,0),(77445,180407,571,1,1,5818.69,619.292,613.147,4.36332,0,0,0,1,120,255,1,0),(77446,180415,571,1,1,5820.35,632.993,647.392,3.08918,0,0,0,1,120,255,1,0),(77447,180415,571,1,1,5814.81,625.341,647.392,3.68265,0,0,0,1,120,255,1,0),(77448,180406,571,1,1,5808.43,620.778,649.566,3.85718,0,0,0,1,120,255,1,0),(77449,180415,571,1,1,5809.52,628.615,647.392,0.366518,0,0,0,1,120,255,1,0),(77450,180472,571,1,1,5835.43,637.213,619.953,2.53072,0,0,0,1,120,255,1,0),(77451,180415,571,1,1,5816.11,637.737,647.392,0.087266,0,0,0,1,120,255,1,0),(77452,180415,571,1,1,5814.76,643.378,647.393,4.24115,0,0,0,1,120,255,1,0),(77453,180415,571,1,1,5806.71,634.33,648.224,4.69494,0,0,0,1,120,255,1,0),(77454,180415,571,1,1,5803.73,634.067,648.216,1.09956,0,0,0,1,120,255,1,0),(77455,180415,571,1,1,5803.09,629.1,647.397,3.07177,0,0,0,1,120,255,1,0),(77456,180415,571,1,1,5817.48,648.986,647.392,5.96903,0,0,0,1,120,255,1,0),(77457,180415,571,1,1,5798.53,625.185,647.392,0.349065,0,0,0,1,120,255,1,0),(77458,180415,571,1,1,5809.95,641.726,648.218,0.157079,0,0,0,1,120,255,1,0),(77459,180407,571,1,1,5800.64,620.082,649.566,3.28124,0,0,0,1,120,255,1,0),(77460,180415,571,1,1,5810.27,638.785,648.224,2.00713,0,0,0,1,120,255,1,0),(77461,180415,571,1,1,5814.76,631.741,609.886,6.16101,0,0,0,1,120,255,1,0),(77462,180415,571,1,1,5824.87,659.817,647.461,5.48033,0,0,0,1,120,255,1,0),(77463,180415,571,1,1,5795.61,621.224,647.392,3.90954,0,0,0,1,120,255,1,0),(77464,180415,571,1,1,5805.51,645.305,648.242,3.99681,0,0,0,1,120,255,1,0),(77465,180415,571,1,1,5815.02,659.305,647.407,1.81514,0,0,0,1,120,255,1,0),(77466,180415,571,1,1,5817.6,637.997,609.886,0.680677,0,0,0,1,120,255,1,0),(77467,180415,571,1,1,5806.18,650.148,647.395,4.57276,0,0,0,1,120,255,1,0),(77468,180415,571,1,1,5799.29,637.624,648.215,3.59538,0,0,0,1,120,255,1,0),(77469,180415,571,1,1,5799.01,640.579,648.218,5.91667,0,0,0,1,120,255,1,0),(77470,180415,571,1,1,5809.31,627.665,609.886,1.25664,0,0,0,1,120,255,1,0),(77471,180415,571,1,1,5802.6,644.99,648.22,5.68977,0,0,0,1,120,255,1,0),(77472,180406,571,1,1,5799.61,575.958,633.176,1.44862,0,0,0,1,120,255,1,0),(77473,180415,571,1,1,5791.95,630.329,647.392,3.52557,0,0,0,1,120,255,1,0),(77474,180415,571,1,1,5794.71,635.855,647.396,3.49067,0,0,0,1,120,255,1,0),(77475,180415,571,1,1,5816.86,644.938,609.886,5.61996,0,0,0,1,120,255,1,0),(77476,180415,571,1,1,5793.81,640.399,647.396,5.34071,0,0,0,1,120,255,1,0),(77477,180415,571,1,1,5801.43,649.839,647.402,5.84685,0,0,0,1,120,255,1,0),(77478,180415,571,1,1,5789.16,626.765,647.392,1.90241,0,0,0,1,120,255,1,0),(77479,180415,571,1,1,5819.92,663.903,647.485,3.85718,0,0,0,1,120,255,1,0),(77480,180415,571,1,1,5802.31,626.984,609.886,3.47321,0,0,0,1,120,255,1,0),(77481,180415,571,1,1,5790.74,604.881,609.886,0.314158,0,0,0,1,120,255,1,0),(77482,180415,571,1,1,5812.88,650.54,609.886,2.32129,0,0,0,1,120,255,1,0),(77483,180415,571,1,1,5796.08,629.759,609.886,4.66003,0,0,0,1,120,255,1,0),(77484,180415,571,1,1,5787.88,598.577,609.886,1.72787,0,0,0,1,120,255,1,0),(77485,180415,571,1,1,5788.28,648.998,647.279,5.2709,0,0,0,1,120,255,1,0),(77486,180415,571,1,1,5792.75,654.927,647.421,5.63741,0,0,0,1,120,255,1,0),(77487,180415,571,1,1,5829.18,660.076,609.886,1.91986,0,0,0,1,120,255,1,0),(77488,180415,571,1,1,5822.86,662.891,609.886,2.82743,0,0,0,1,120,255,1,0),(77489,180415,571,1,1,5790.07,611.682,609.886,2.89724,0,0,0,1,120,255,1,0),(77490,180415,571,1,1,5844.56,671.192,609.886,2.25147,0,0,0,1,120,255,1,0),(77491,180415,571,1,1,5782.39,594.496,609.886,1.97222,0,0,0,1,120,255,1,0),(77492,180415,571,1,1,5799.56,652.577,609.886,1.67551,0,0,0,1,120,255,1,0),(77493,180415,571,1,1,5785.96,617.32,609.886,2.74016,0,0,0,1,120,255,1,0),(77494,180415,571,1,1,5818.83,668.437,609.886,3.35105,0,0,0,1,120,255,1,0),(77495,180415,571,1,1,5791.19,642.243,609.886,2.1293,0,0,0,1,120,255,1,0),(77496,180415,571,1,1,5791.93,635.375,609.886,3.6652,0,0,0,1,120,255,1,0),(77497,180415,571,1,1,5818.04,675.386,609.886,5.5676,0,0,0,1,120,255,1,0),(77498,180415,571,1,1,5794.03,648.531,609.886,1.81514,0,0,0,1,120,255,1,0),(77499,180415,571,1,1,5843.83,678.011,609.886,1.41372,0,0,0,1,120,255,1,0),(77500,180415,571,1,1,5839.71,683.634,609.886,3.38594,0,0,0,1,120,255,1,0),(77501,180415,571,1,1,5772.79,619.438,609.886,4.79966,0,0,0,1,120,255,1,0),(77502,180415,571,1,1,5779.67,620.167,609.886,5.46288,0,0,0,1,120,255,1,0),(77503,180415,571,1,1,5775.48,593.832,609.886,2.28638,0,0,0,1,120,255,1,0),(77504,180415,571,1,1,5820.88,681.643,609.886,0.802851,0,0,0,1,120,255,1,0),(77505,180415,571,1,1,5833.34,686.454,609.886,4.93928,0,0,0,1,120,255,1,0),(77506,180406,571,1,1,5770.31,581.278,619.936,2.82743,0,0,0,1,120,255,1,0),(77507,180415,571,1,1,5769.2,596.635,609.886,1.64061,0,0,0,1,120,255,1,0),(77508,180407,571,1,1,5753.43,594.839,619.933,3.10665,0,0,0,1,120,255,1,0),(77509,180415,571,1,1,5767.19,615.362,609.886,0.453785,0,0,0,1,120,255,1,0),(77510,180415,571,1,1,5765.1,602.239,609.886,0.523598,0,0,0,1,120,255,1,0),(77511,180415,571,1,1,5764.4,609.015,609.886,2.28638,0,0,0,1,120,255,1,0),(77512,180415,571,1,1,5799.66,460.699,658.772,1.88495,0,0,0,1,120,255,1,0),(77513,180415,571,1,1,5796.82,455.721,658.772,4.39823,0,0,0,1,120,255,1,0),(77514,180415,571,1,1,5796.33,444.368,658.772,3.61284,0,0,0,1,120,255,1,0),(77515,180415,571,1,1,5795.72,450.095,658.772,3.85718,0,0,0,1,120,255,1,0),(77516,180415,571,1,1,5798.61,439.182,658.772,5.46288,0,0,0,1,120,255,1,0),(77517,180415,571,1,1,5818.68,431.502,658.773,3.56047,0,0,0,1,120,255,1,0),(77518,180415,571,1,1,5823.95,433.84,658.773,4.92183,0,0,0,1,120,255,1,0),(77519,180415,571,1,1,5802.47,434.937,658.772,2.87979,0,0,0,1,120,255,1,0),(77520,180415,571,1,1,5807.42,432.081,658.772,4.06662,0,0,0,1,120,255,1,0),(77521,180415,571,1,1,5812.94,430.919,658.772,4.4855,0,0,0,1,120,255,1,0),(77522,180415,571,1,1,5754.75,614.309,650.578,0.994837,0,0,0,1,120,255,1,0),(77523,180415,571,1,1,5752.3,612.697,650.586,3.71755,0,0,0,1,120,255,1,0),(77524,180415,571,1,1,5749.63,613.044,650.593,6.24828,0,0,0,1,120,255,1,0),(77525,180415,571,1,1,5747.08,615.282,650.555,0.401425,0,0,0,1,120,255,1,0),(77526,180415,571,1,1,5744.62,617.712,649.006,3.87463,0,0,0,1,120,255,1,0),(77527,180472,571,1,1,5762.7,626.386,622.632,0.296705,0,0,0,1,120,255,1,0),(77528,180472,571,1,1,5751.26,635.64,625.407,5.20108,0,0,0,1,120,255,1,0),(77529,180472,571,1,1,5772.16,641.651,625.404,5.63741,0,0,0,1,120,255,1,0),(77530,180472,571,1,1,5780.46,648.528,623.165,5.68977,0,0,0,1,120,255,1,0),(77531,180415,571,1,1,5699.4,613.346,646.913,4.18879,0,0,0,1,120,255,1,0),(77532,180406,571,1,1,5715.34,537.776,654.431,2.72271,0,0,0,1,120,255,1,0),(77533,180415,571,1,1,5694.94,612.378,646.913,3.56047,0,0,0,1,120,255,1,0),(77534,180415,571,1,1,5741.5,643.74,648.791,3.35105,0,0,0,1,120,255,1,0),(77535,180415,571,1,1,5739.15,636.821,648.058,6.10865,0,0,0,1,120,255,1,0),(77536,180407,571,1,1,5684.43,627.852,647.151,2.56563,0,0,0,1,120,255,1,0),(77537,180415,571,1,1,5705.73,645.373,648.66,5.25344,0,0,0,1,120,255,1,0),(77538,180415,571,1,1,5705.89,647.283,648.66,3.57793,0,0,0,1,120,255,1,0),(77539,180415,571,1,1,5706.85,649.06,648.66,1.32645,0,0,0,1,120,255,1,0),(77540,180415,571,1,1,5708.29,650.192,648.66,5.91667,0,0,0,1,120,255,1,0),(77541,180415,571,1,1,5744.29,647.872,650.566,1.13446,0,0,0,1,120,255,1,0),(77542,180472,571,1,1,5759.92,650.018,625.408,5.98648,0,0,0,1,120,255,1,0),(77543,180415,571,1,1,5747.35,650.718,650.587,4.13643,0,0,0,1,120,255,1,0),(77544,180415,571,1,1,5751.07,649.333,650.578,0.942477,0,0,0,1,120,255,1,0),(77545,180472,571,1,1,5772.86,661.183,625.401,2.49582,0,0,0,1,120,255,1,0),(77546,180411,571,1,1,5725.4,683.314,650.614,2.49582,0,0,0,1,120,255,1,0),(77547,180407,571,1,1,5718.16,673.823,647.509,2.82743,0,0,0,1,120,255,1,0),(77548,180407,571,1,1,5778.42,682.105,643.617,4.38078,0,0,0,1,120,255,1,0),(77549,180406,571,1,1,5702,692.704,655.536,1.0472,0,0,0,1,120,255,1,0),(77550,180415,571,1,1,5783.09,693.302,647.382,5.3058,0,0,0,1,120,255,1,0),(77551,180415,571,1,1,5784.81,690.464,647.427,0.942477,0,0,0,1,120,255,1,0),(77552,180407,571,1,1,5663.05,663.52,654.332,1.97222,0,0,0,1,120,255,1,0),(77553,180472,571,1,1,5697.2,694.4,650.339,3.24635,0,0,0,1,120,255,1,0),(77554,180411,571,1,1,5705.41,698.712,659.805,1.79769,0,0,0,1,120,255,1,0),(77555,180406,571,1,1,5796.24,685.36,622.447,3.61284,0,0,0,1,120,255,1,0),(77556,180415,571,1,1,5782.86,691.076,619.107,1.3439,0,0,0,1,120,255,1,0),(77557,180407,571,1,1,5776.29,694.802,620.05,1.81514,0,0,0,1,120,255,1,0),(77558,180406,571,1,1,5710.86,703.639,655.536,5.32326,0,0,0,1,120,255,1,0),(77559,180415,571,1,1,5773.05,697.665,618.808,0.209439,0,0,0,1,120,255,1,0),(77560,180415,571,1,1,5770.58,700.33,618.906,0.349065,0,0,0,1,120,255,1,0),(77561,180415,571,1,1,5777.16,695.684,618.886,6.21337,0,0,0,1,120,255,1,0),(77562,180411,571,1,1,5762.04,699.783,621.449,4.59022,0,0,0,1,120,255,1,0),(77563,180472,571,1,1,5695.05,700.859,658.759,0.628317,0,0,0,1,120,255,1,0),(77564,180472,571,1,1,5692.46,698.165,646.964,5.53269,0,0,0,1,120,255,1,0),(77565,180406,571,1,1,5656.16,674.611,651.968,2.9845,0,0,0,1,120,255,1,0),(77566,180406,571,1,1,5673.89,687.817,654.333,0.872664,0,0,0,1,120,255,1,0),(77567,180407,571,1,1,5680.12,714.153,653.893,1.46608,0,0,0,1,120,255,1,0),(77568,180407,571,1,1,5643.79,704.94,651.993,6.10865,0,0,0,1,120,255,1,0),(77569,180472,571,1,1,5711.5,710.762,658.8,2.18166,0,0,0,1,120,255,1,0),(77570,180472,571,1,1,5682.35,717.692,660.238,1.44862,0,0,0,1,120,255,1,0),(77571,180472,571,1,1,5713.62,713.418,659.844,4.34587,0,0,0,1,120,255,1,0),(77572,180472,571,1,1,5707.96,708.029,650.341,6.17847,0,0,0,1,120,255,1,0),(77573,180472,571,1,1,5680.69,719.144,648.269,5.3058,0,0,0,1,120,255,1,0),(77574,180472,571,1,1,5701.4,708.769,658.759,4.81711,0,0,0,1,120,255,1,0),(77575,180407,571,1,1,5672.96,714.205,642.063,4.29351,0,0,0,1,120,255,1,0),(77576,180406,571,1,1,5677.35,729.411,653.393,6.12611,0,0,0,1,120,255,1,0),(77577,180407,571,1,1,5654.97,745.872,643.256,5.96903,0,0,0,1,120,255,1,0),(77578,180407,571,1,1,5629.46,729.521,643.168,2.07694,0,0,0,1,120,255,1,0),(77579,180406,571,1,1,5647.17,752.682,643.275,5.91667,0,0,0,1,120,255,1,0),(77580,180411,571,1,1,5740.03,730.219,646.249,1.09956,0,0,0,1,120,255,1,0),(77581,180415,571,1,1,5757.26,714.627,621.772,3.73501,0,0,0,1,120,255,1,0),(77582,180410,571,1,1,5754.62,713.891,618.71,5.60251,0,0,0,1,120,255,1,0),(77583,180411,571,1,1,5759.56,714.361,646.441,3.01941,0,0,0,1,120,255,1,0),(77584,180415,571,1,1,5760.47,718.433,621.682,3.52557,0,0,0,1,120,255,1,0),(77585,180410,571,1,1,5760.89,721.664,618.652,5.65487,0,0,0,1,120,255,1,0),(77586,180415,571,1,1,5783.69,696.038,647.387,3.29869,0,0,0,1,120,255,1,0),(77587,180415,571,1,1,5785.93,698.498,647.353,2.25147,0,0,0,1,120,255,1,0),(77588,180415,571,1,1,5788.84,701.047,645.585,5.58505,0,0,0,1,120,255,1,0),(77589,180415,571,1,1,5787.46,697.266,619.136,2.51327,0,0,0,1,120,255,1,0),(77590,180415,571,1,1,5782.75,703.044,618.891,4.62512,0,0,0,1,120,255,1,0),(77591,180415,571,1,1,5790.96,702.462,645.574,3.83973,0,0,0,1,120,255,1,0),(77592,180415,571,1,1,5793.38,703.738,645.563,2.00713,0,0,0,1,120,255,1,0),(77593,180415,571,1,1,5780.37,706.554,618.816,4.59022,0,0,0,1,120,255,1,0),(77594,180415,571,1,1,5777.6,709.097,618.88,0.698131,0,0,0,1,120,255,1,0),(77595,180415,571,1,1,5798.41,704.945,643.719,0.087266,0,0,0,1,120,255,1,0),(77596,180415,571,1,1,5798.08,707.078,643.25,4.72984,0,0,0,1,120,255,1,0),(77597,180407,571,1,1,5796.17,707.625,641.702,3.49067,0,0,0,1,120,255,1,0),(77598,180415,571,1,1,5797.56,709.896,642.179,2.05949,0,0,0,1,120,255,1,0),(77599,180406,571,1,1,5805.46,708.406,641.485,3.68265,0,0,0,1,120,255,1,0),(77600,180415,571,1,1,5803.49,707.852,643.137,0.628317,0,0,0,1,120,255,1,0),(77601,180415,571,1,1,5808.66,705.186,645.512,4.13643,0,0,0,1,120,255,1,0),(77602,180406,571,1,1,5810.5,684.279,613.111,1.3439,0,0,0,1,120,255,1,0),(77603,180415,571,1,1,5815.44,686.139,620.776,3.57793,0,0,0,1,120,255,1,0),(77604,180429,571,1,1,5820.36,685.091,651.836,4.03171,0,0,0,1,120,255,1,0),(77605,180415,571,1,1,5814.02,684.253,620.778,2.04204,0,0,0,1,120,255,1,0),(77606,180415,571,1,1,5803.71,705.571,643.683,2.53072,0,0,0,1,120,255,1,0),(77607,180415,571,1,1,5819.79,694.038,647.324,5.2709,0,0,0,1,120,255,1,0),(77608,180415,571,1,1,5818.24,689.696,620.773,1.20428,0,0,0,1,120,255,1,0),(77609,180415,571,1,1,5813.67,703.733,645.53,5.8294,0,0,0,1,120,255,1,0),(77610,180415,571,1,1,5811.03,704.554,645.517,3.76991,0,0,0,1,120,255,1,0),(77611,180415,571,1,1,5816.9,687.91,620.775,5.044,0,0,0,1,120,255,1,0),(77612,180415,571,1,1,5803.45,710.529,642.114,1.46608,0,0,0,1,120,255,1,0),(77613,180415,571,1,1,5821.09,697.141,647.43,1.58825,0,0,0,1,120,255,1,0),(77614,180415,571,1,1,5817.18,701.698,647.296,3.97936,0,0,0,1,120,255,1,0),(77615,180428,571,1,1,5770.15,735.527,641.488,2.58308,0,0,0,1,120,255,1,0),(77616,180415,571,1,1,5819.86,699.842,647.435,2.05949,0,0,0,1,120,255,1,0),(77617,180415,571,1,1,5826.48,685.649,609.886,0.628317,0,0,0,1,120,255,1,0),(77618,180406,571,1,1,5759.83,735.288,619.835,1.18682,0,0,0,1,120,255,1,0),(77619,180408,571,1,1,5771.54,737.503,643.094,1.27409,0,0,0,1,120,255,1,0),(77620,180472,571,1,1,5778.53,742.895,628.821,3.31614,0,0,0,1,120,255,1,0),(77621,180406,571,1,1,5715.73,758.227,641.769,0.994837,0,0,0,1,120,255,1,0),(77622,180407,571,1,1,5849.39,695.042,618.166,5.95157,0,0,0,1,120,255,1,0),(77623,180407,571,1,1,5824.36,760.388,640.328,6.12611,0,0,0,1,120,255,1,0),(77624,180406,571,1,1,5818,795.442,636.571,6.16101,0,0,0,1,120,255,1,0),(77625,180411,571,1,1,5866.64,738.969,644.753,0.59341,0,0,0,1,120,255,1,0),(77626,180415,571,1,1,5863.78,735.254,640.577,5.60251,0,0,0,1,120,255,1,0),(77627,180415,571,1,1,5863.1,737.211,641.484,2.14675,0,0,0,1,120,255,1,0),(77628,180415,571,1,1,5867.23,738.898,641.493,4.43314,0,0,0,1,120,255,1,0),(77629,180415,571,1,1,5868.18,737.163,640.605,5.23599,0,0,0,1,120,255,1,0),(77630,180411,571,1,1,5866.18,738.773,642.827,3.4034,0,0,0,1,120,255,1,0),(77631,180406,571,1,1,5868.59,725.371,639.203,4.13643,0,0,0,1,120,255,1,0),(77632,180407,571,1,1,5876.71,739.09,639.263,0.471238,0,0,0,1,120,255,1,0),(77633,180415,571,1,1,5881.35,740.538,641.224,0.558504,0,0,0,1,120,255,1,0),(77634,180415,571,1,1,5881.58,738.411,640.277,5.5676,0,0,0,1,120,255,1,0),(77635,180415,571,1,1,5885.81,741.372,641.223,0.837758,0,0,0,1,120,255,1,0),(77636,180415,571,1,1,5886.16,739.309,640.297,6.03884,0,0,0,1,120,255,1,0),(77637,180415,571,1,1,5894.53,711.022,642.703,2.18166,0,0,0,1,120,255,1,0),(77638,180415,571,1,1,5899.31,745.565,641.931,2.87979,0,0,0,1,120,255,1,0),(77639,180415,571,1,1,5898.65,743.865,640.981,0.59341,0,0,0,1,120,255,1,0),(77640,180415,571,1,1,5892.32,708.248,643.917,4.39823,0,0,0,1,120,255,1,0),(77641,180415,571,1,1,5913.07,726.264,642.148,4.32842,0,0,0,1,120,255,1,0),(77642,180415,571,1,1,5903.73,744.606,642.032,6.10865,0,0,0,1,120,255,1,0),(77643,180411,571,1,1,5906.25,742.753,644.485,0.890117,0,0,0,1,120,255,1,0),(77644,180415,571,1,1,5903.37,742.705,641.106,5.63741,0,0,0,1,120,255,1,0),(77645,180415,571,1,1,5915.09,726.157,643.066,5.21854,0,0,0,1,120,255,1,0),(77646,180415,571,1,1,5915.28,730.691,643.068,4.32842,0,0,0,1,120,255,1,0),(77647,180415,571,1,1,5913.21,731.098,642.121,3.00195,0,0,0,1,120,255,1,0),(77648,180415,571,1,1,5914.37,712.482,643.248,3.83973,0,0,0,1,120,255,1,0),(77649,180415,571,1,1,5897.81,708.483,642.675,4.17134,0,0,0,1,120,255,1,0),(77650,180415,571,1,1,5912.41,712.723,642.297,0.698131,0,0,0,1,120,255,1,0),(77651,180415,571,1,1,5912.09,708.031,642.437,5.84685,0,0,0,1,120,255,1,0),(77652,180415,571,1,1,5914.19,707.948,643.349,4.76475,0,0,0,1,120,255,1,0),(77653,180415,571,1,1,5895.29,705.708,643.916,0.820303,0,0,0,1,120,255,1,0),(77654,180407,571,1,1,5899.48,704.617,641.877,2.74016,0,0,0,1,120,255,1,0),(77655,180411,571,1,1,5895.4,691.542,647.283,1.13446,0,0,0,1,120,255,1,0),(77656,180415,571,1,1,5897.53,684.734,643.508,0.750491,0,0,0,1,120,255,1,0),(77657,180415,571,1,1,5900.78,688.133,643.527,4.25861,0,0,0,1,120,255,1,0),(77658,180415,571,1,1,5899.16,683.213,644.435,2.80997,0,0,0,1,120,255,1,0),(77659,180415,571,1,1,5902.08,686.606,644.479,5.60251,0,0,0,1,120,255,1,0),(77660,180429,571,1,1,5951.9,675.312,656.628,5.89921,0,0,0,1,120,255,1,0),(77661,180405,571,1,1,5760.7,701.151,624.782,0.645772,0,0,0,1,120,255,1,0),(77662,180405,571,1,1,5775.4,533.979,643.138,2.04204,0,0,0,1,120,255,1,0),(77663,180405,571,1,1,5847.23,553.838,655.024,3.07177,0,0,0,1,120,255,1,0),(77664,180405,571,1,1,5722.78,531.737,654.431,3.14159,0,0,0,1,120,255,1,0),(77665,180405,571,1,1,5822.74,502.084,657.382,0.471238,0,0,0,1,120,255,1,0),(77666,180405,571,1,1,5869.86,617.118,619.751,4.69494,0,0,0,1,120,255,1,0),(77667,180405,571,1,1,5854.31,634.251,647.512,4.38078,0,0,0,1,120,255,1,0),(77668,180405,571,1,1,5886.77,528.746,641.84,3.78737,0,0,0,1,120,255,1,0),(77669,180405,571,1,1,5863.88,640.685,647.049,1.44862,0,0,0,1,120,255,1,0),(77670,180405,571,1,1,5917.71,566.228,612.521,3.59538,0,0,0,1,120,255,1,0),(77671,180405,571,1,1,5860.38,654.99,658.374,5.53269,0,0,0,1,120,255,1,0),(77672,180405,571,1,1,5899.55,509.279,643.433,0.401425,0,0,0,1,120,255,1,0),(77673,180405,571,1,1,5865.94,488.107,657.825,2.77507,0,0,0,1,120,255,1,0),(77674,180405,571,1,1,5899.72,457.077,643.651,3.3685,0,0,0,1,120,255,1,0),(77675,180405,571,1,1,5804.67,572.403,650.253,6.24828,0,0,0,1,120,255,1,0),(77676,180405,571,1,1,5952.64,625.262,650.602,5.2709,0,0,0,1,120,255,1,0),(77677,180405,571,1,1,5779.2,595.532,651.005,5.53269,0,0,0,1,120,255,1,0),(77678,180405,571,1,1,5904.52,662.971,643.843,6.05629,0,0,0,1,120,255,1,0),(77679,180405,571,1,1,5764.94,593.035,615.702,2.87979,0,0,0,1,120,255,1,0),(77680,180405,571,1,1,5742.55,629.742,648.235,5.09636,0,0,0,1,120,255,1,0),(77681,180405,571,1,1,5795.29,666.027,613.883,0.366518,0,0,0,1,120,255,1,0),(77682,180405,571,1,1,5772.32,675.598,643.519,5.53269,0,0,0,1,120,255,1,0),(77683,180405,571,1,1,5715.07,682.231,647.599,1.76278,0,0,0,1,120,255,1,0),(77684,180405,571,1,1,5723.76,693.092,647.599,0.785397,0,0,0,1,120,255,1,0),(77685,180405,571,1,1,5627.81,677.031,651.993,2.9845,0,0,0,1,120,255,1,0),(77686,180405,571,1,1,5661.1,685.06,651.966,0.122173,0,0,0,1,120,255,1,0),(77687,180405,571,1,1,5668.6,719.249,653.378,2.37364,0,0,0,1,120,255,1,0),(77688,180405,571,1,1,5688.88,724.23,645.729,0.209439,0,0,0,1,120,255,1,0),(77689,180405,571,1,1,5629.21,732.097,643.182,1.98967,0,0,0,1,120,255,1,0),(77690,180405,571,1,1,5706.78,747.156,641.734,1.55334,0,0,0,1,120,255,1,0),(77691,180405,571,1,1,5783.51,703.948,620.049,0.366518,0,0,0,1,120,255,1,0),(77692,180405,571,1,1,5821.93,693.48,643.143,2.68781,0,0,0,1,120,255,1,0),(77693,180405,571,1,1,5771.34,737.554,641.454,1.62316,0,0,0,1,120,255,1,0),(77694,180405,571,1,1,5790.7,741.604,623.35,0.209439,0,0,0,1,120,255,1,0),(77695,180405,571,1,1,5862,734.857,639.859,0.767944,0,0,0,1,120,255,1,0),(77696,180405,571,1,1,5912.15,721.393,641.415,4.97419,0,0,0,1,120,255,1,0),(77697,180431,530,1,1,-1534.66,5289.48,11.8458,1.20428,0,0,0,1,120,255,1,0),(77698,180431,530,1,1,-1551.18,5096.33,-18.8288,1.32645,0,0,0,1,120,255,1,0),(77699,180431,530,1,1,-1995.26,5121.02,8.55983,6.23083,0,0,0,1,120,255,1,0),(77700,180408,530,1,1,-1827.29,5290.85,-12.4281,2.54818,0,0,0,1,120,255,1,0),(77701,180431,530,1,1,-1885.99,4967.48,-21.0632,0.872664,0,0,0,1,120,255,1,0),(77702,180431,530,1,1,-2215.7,5421.46,51.2669,3.54302,0,0,0,1,120,255,1,0),(77703,180431,530,1,1,-2170.91,5149.17,-19.8859,6.0912,0,0,0,1,120,255,1,0),(77704,185434,530,1,1,-1730.2,5241.88,-48.3983,0.506145,0,0,0,1,120,255,1,0),(77705,180415,530,1,1,-1713.16,5189.25,-40.2092,4.55531,0,0,0,1,120,255,1,0),(77706,180407,530,1,1,-1726.56,5195.37,-40.2092,5.74214,0,0,0,1,120,255,1,0),(77707,180472,530,1,1,-1711.83,5189.65,-35.4592,0.279252,0,0,0,1,120,255,1,0),(77708,185434,530,1,1,-1695.12,5272.62,-50.1244,5.65487,0,0,0,1,120,255,1,0),(77709,180415,530,1,1,-1668.3,5242.63,-51.4716,5.44543,0,0,0,1,120,255,1,0),(77710,180415,530,1,1,-1746.13,5166.98,-35.908,3.68265,0,0,0,1,120,255,1,0),(77711,180407,530,1,1,-1694.59,5185.02,-40.2092,2.35619,0,0,0,1,120,255,1,0),(77712,180415,530,1,1,-1746.67,5164.06,-35.908,3.14159,0,0,0,1,120,255,1,0),(77713,180415,530,1,1,-1767.91,5170.4,-38.4018,6.23083,0,0,0,1,120,255,1,0),(77714,180415,530,1,1,-1665.97,5242.1,-51.51,4.64258,0,0,0,1,120,255,1,0),(77715,180415,530,1,1,-1697.15,5183.03,-40.2092,4.69494,0,0,0,1,120,255,1,0),(77716,180415,530,1,1,-1746.35,5166.08,-35.908,2.18166,0,0,0,1,120,255,1,0),(77717,180415,530,1,1,-1666.87,5242.72,-51.6726,4.92183,0,0,0,1,120,255,1,0),(77718,180415,530,1,1,-1749.27,5163.45,-37.2049,5.32326,0,0,0,1,120,255,1,0),(77719,180405,530,1,1,-1666.33,5238.35,-50.3802,5.5676,0,0,0,1,120,255,1,0),(77720,180415,530,1,1,-1754.35,5174.46,-38.4128,3.05433,0,0,0,1,120,255,1,0),(77721,180415,530,1,1,-1721.35,5167.38,-40.2092,3.94445,0,0,0,1,120,255,1,0),(77722,180415,530,1,1,-1746.57,5164.72,-35.908,5.02655,0,0,0,1,120,255,1,0),(77723,180415,530,1,1,-1664.88,5241.22,-51.2255,0.942477,0,0,0,1,120,255,1,0),(77724,180415,530,1,1,-1746.43,5165.33,-35.908,5.44543,0,0,0,1,120,255,1,0),(77725,180415,530,1,1,-1726.72,5175.47,-40.2092,5.46288,0,0,0,1,120,255,1,0),(77726,180415,530,1,1,-1731.43,5173.52,-40.2092,0,0,0,0,1,120,255,1,0),(77727,180406,530,1,1,-1771.68,5173.34,-40.2092,3.59538,0,0,0,1,120,255,1,0),(77728,180415,530,1,1,-1746.18,5167.78,-35.908,5.32326,0,0,0,1,120,255,1,0),(77729,180415,530,1,1,-1663.54,5236.97,-50.0292,3.3685,0,0,0,1,120,255,1,0),(77730,180415,530,1,1,-1790.93,5177.19,-41.1252,5.49779,0,0,0,1,120,255,1,0),(77731,180415,530,1,1,-1701.98,5172.75,-40.2092,1.15192,0,0,0,1,120,255,1,0),(77732,180415,530,1,1,-1663.6,5235.88,-49.7748,1.93731,0,0,0,1,120,255,1,0),(77733,180415,530,1,1,-1792.11,5174.08,-40.8668,2.11185,0,0,0,1,120,255,1,0),(77734,180415,530,1,1,-1663.85,5235.02,-49.5662,0.471238,0,0,0,1,120,255,1,0),(77735,180407,530,1,1,-1739.74,5159.34,-34.7813,5.51524,0,0,0,1,120,255,1,0),(77736,180415,530,1,1,-1664.29,5240.02,-50.8972,1.5708,0,0,0,1,120,255,1,0),(77737,180415,530,1,1,-1745.96,5161.74,-35.908,3.50812,0,0,0,1,120,255,1,0),(77738,180415,530,1,1,-1706.44,5167.83,-40.2092,2.96704,0,0,0,1,120,255,1,0),(77739,180415,530,1,1,-1737,5157.63,-36.061,3.33359,0,0,0,1,120,255,1,0),(77740,180415,530,1,1,-1748.72,5161.84,-37.2049,1.09956,0,0,0,1,120,255,1,0),(77741,180415,530,1,1,-1663.87,5238.99,-50.6152,3.97936,0,0,0,1,120,255,1,0),(77742,180415,530,1,1,-1745.18,5160.04,-35.908,2.44346,0,0,0,1,120,255,1,0),(77743,180415,530,1,1,-1739.26,5162.58,-36.0679,1.51844,0,0,0,1,120,255,1,0),(77744,180415,530,1,1,-1663.6,5238,-50.3096,5.16618,0,0,0,1,120,255,1,0),(77745,180415,530,1,1,-1744.43,5157.62,-35.908,0.139625,0,0,0,1,120,255,1,0),(77746,180415,530,1,1,-1770.25,5159.31,-35.908,2.54818,0,0,0,1,120,255,1,0),(77747,180415,530,1,1,-1768.82,5157.79,-35.9081,2.09439,0,0,0,1,120,255,1,0),(77748,180415,530,1,1,-1691.97,5171.89,-40.2092,0.453785,0,0,0,1,120,255,1,0),(77749,180415,530,1,1,-1742.25,5152.3,-35.908,4.62512,0,0,0,1,120,255,1,0),(77750,180415,530,1,1,-1766.36,5158.44,-37.2049,4.41568,0,0,0,1,120,255,1,0),(77751,180415,530,1,1,-1769.77,5158.85,-35.9081,2.33874,0,0,0,1,120,255,1,0),(77752,180415,530,1,1,-1765.7,5156.9,-37.2049,1.11701,0,0,0,1,120,255,1,0),(77753,180415,530,1,1,-1743.06,5154.37,-35.908,3.45576,0,0,0,1,120,255,1,0),(77754,180415,530,1,1,-1778.56,5162.76,-40.2092,1.309,0,0,0,1,120,255,1,0),(77755,180415,530,1,1,-1678.03,5180.92,-40.2092,0.628317,0,0,0,1,120,255,1,0),(77756,180415,530,1,1,-1769.27,5158.34,-35.908,1.74533,0,0,0,1,120,255,1,0),(77757,180415,530,1,1,-1768.12,5155.6,-35.908,5.0091,0,0,0,1,120,255,1,0),(77758,180415,530,1,1,-1771.1,5160.24,-35.908,0.104719,0,0,0,1,120,255,1,0),(77759,180415,530,1,1,-1746.08,5154.51,-37.2049,2.79252,0,0,0,1,120,255,1,0),(77760,180415,530,1,1,-1743.91,5156.47,-35.908,4.97419,0,0,0,1,120,255,1,0),(77761,180415,530,1,1,-1770.59,5159.73,-35.908,0.436332,0,0,0,1,120,255,1,0),(77762,180415,530,1,1,-1745.32,5152.1,-37.2049,1.69297,0,0,0,1,120,255,1,0),(77763,180415,530,1,1,-1680.05,5182.06,-40.2092,5.60251,0,0,0,1,120,255,1,0),(77764,180415,530,1,1,-1743.3,5155.08,-35.908,5.74214,0,0,0,1,120,255,1,0),(77765,180415,530,1,1,-1663.52,5293.41,-49.5914,4.7473,0,0,0,1,120,255,1,0),(77766,180415,530,1,1,-1767.19,5150.62,-35.908,4.83456,0,0,0,1,120,255,1,0),(77767,180415,530,1,1,-1797.81,5163.91,-40.2092,4.52041,0,0,0,1,120,255,1,0),(77768,180415,530,1,1,-1763.26,5146.75,-37.2049,5.93412,0,0,0,1,120,255,1,0),(77769,180415,530,1,1,-1664.68,5293.22,-49.6672,1.69297,0,0,0,1,120,255,1,0),(77770,180415,530,1,1,-1766.92,5149.25,-35.908,1.11701,0,0,0,1,120,255,1,0),(77771,180415,530,1,1,-1763.88,5149.05,-37.2049,3.68265,0,0,0,1,120,255,1,0),(77772,180415,530,1,1,-1781.22,5155.47,-40.2092,2.54818,0,0,0,1,120,255,1,0),(77773,180415,530,1,1,-1766.59,5147.9,-35.908,3.75246,0,0,0,1,120,255,1,0),(77774,180415,530,1,1,-1774.05,5152.58,-36.0679,3.29869,0,0,0,1,120,255,1,0),(77775,180415,530,1,1,-1767.71,5153.14,-35.908,2.94959,0,0,0,1,120,255,1,0),(77776,180406,530,1,1,-1727.87,5151.12,-34.7275,0.733038,0,0,0,1,120,255,1,0),(77777,180415,530,1,1,-1647.86,5322.97,-40.2092,5.5676,0,0,0,1,120,255,1,0),(77778,180415,530,1,1,-1653.1,5316.99,-40.2092,2.68781,0,0,0,1,120,255,1,0),(77779,180415,530,1,1,-1623.01,5353.79,-39.9063,5.8294,0,0,0,1,120,255,1,0),(77780,180415,530,1,1,-1650.7,5301.98,-40.1557,2.53072,0,0,0,1,120,255,1,0),(77781,180415,530,1,1,-1627.55,5350.8,-39.6945,4.66003,0,0,0,1,120,255,1,0),(77782,180415,530,1,1,-1649.13,5294.07,-40.3365,0.209439,0,0,0,1,120,255,1,0),(77783,180415,530,1,1,-1656.35,5308.33,-40.2092,5.3058,0,0,0,1,120,255,1,0),(77784,180415,530,1,1,-1640.81,5324.77,-40.0241,3.05433,0,0,0,1,120,255,1,0),(77785,180415,530,1,1,-1631,5346.6,-39.8759,3.61284,0,0,0,1,120,255,1,0),(77786,180415,530,1,1,-1650.26,5289.86,-40.6464,2.68781,0,0,0,1,120,255,1,0),(77787,180415,530,1,1,-1640.64,5328.2,-40.1352,3.85718,0,0,0,1,120,255,1,0),(77788,180415,530,1,1,-1604.22,5327.81,-40.2092,5.23599,0,0,0,1,120,255,1,0),(77789,180415,530,1,1,-1620.23,5273.6,-40.8573,5.20108,0,0,0,1,120,255,1,0),(77790,180415,530,1,1,-1615.81,5287.19,-40.7657,4.38078,0,0,0,1,120,255,1,0),(77791,180415,530,1,1,-1643.11,5261.09,-41.0077,0.90757,0,0,0,1,120,255,1,0),(77792,180415,530,1,1,-1610.79,5322.73,-40.2092,3.56047,0,0,0,1,120,255,1,0),(77793,180415,530,1,1,-1614.8,5285.65,-40.814,5.5676,0,0,0,1,120,255,1,0),(77794,180415,530,1,1,-1641.93,5257.19,-40.9372,2.58308,0,0,0,1,120,255,1,0),(77795,180415,530,1,1,-1618.82,5355.97,-40.2038,0.436332,0,0,0,1,120,255,1,0),(77796,180415,530,1,1,-1614.2,5284.3,-40.8007,1.0472,0,0,0,1,120,255,1,0),(77797,180415,530,1,1,-1604.15,5341.31,-40.2092,2.56563,0,0,0,1,120,255,1,0),(77798,180415,530,1,1,-1616.99,5277.18,-40.82,4.64258,0,0,0,1,120,255,1,0),(77799,180415,530,1,1,-1616.73,5288.77,-40.6527,1.22173,0,0,0,1,120,255,1,0),(77800,180415,530,1,1,-1615.8,5268.27,-40.774,4.24115,0,0,0,1,120,255,1,0),(77801,180407,530,1,1,-1620.34,5252.92,-40.7937,4.64258,0,0,0,1,120,255,1,0),(77802,180415,530,1,1,-1615.02,5261.72,-40.7417,5.48033,0,0,0,1,120,255,1,0),(77803,180415,530,1,1,-1594,5360.15,-40.2092,3.78737,0,0,0,1,120,255,1,0),(77804,180415,530,1,1,-1600.16,5344.43,-40.2092,5.75959,0,0,0,1,120,255,1,0),(77805,180407,530,1,1,-1592.86,5307.45,-38.5778,5.67232,0,0,0,1,120,255,1,0),(77806,180415,530,1,1,-1594.89,5261.76,-13.9751,2.19912,0,0,0,1,120,255,1,0),(77807,180415,530,1,1,-1597.82,5264.68,-14.0501,5.0091,0,0,0,1,120,255,1,0),(77808,180415,530,1,1,-1597.49,5366.86,-40.2092,6.24828,0,0,0,1,120,255,1,0),(77809,180406,530,1,1,-1592.3,5357.06,-40.2092,4.85202,0,0,0,1,120,255,1,0),(77810,180415,530,1,1,-1596.9,5263.49,-14.0231,0.837758,0,0,0,1,120,255,1,0),(77811,180415,530,1,1,-1612.54,5247.09,-40.6584,5.20108,0,0,0,1,120,255,1,0),(77812,180415,530,1,1,-1622.79,5243.49,-40.8007,1.3439,0,0,0,1,120,255,1,0),(77813,180415,530,1,1,-1595.96,5262.59,-13.9977,5.60251,0,0,0,1,120,255,1,0),(77814,180415,530,1,1,-1616.15,5244.1,-40.703,1.97222,0,0,0,1,120,255,1,0),(77815,180415,530,1,1,-1620.81,5239.75,-40.7592,1.51844,0,0,0,1,120,255,1,0),(77816,180431,530,1,1,-1688.56,5666.33,130.597,3.7001,0,0,0,1,120,255,1,0),(77817,180415,530,1,1,-1593.1,5260.72,-13.9466,2.54818,0,0,0,1,120,255,1,0),(77818,180410,530,1,1,-1617.98,5403.79,-38.1771,3.26377,0,0,0,1,120,255,1,0),(77819,180405,530,1,1,-1612.95,5424.75,-38.8591,4.69494,0,0,0,1,120,255,1,0),(77820,180415,530,1,1,-1614.5,5415.92,-38.8625,2.53072,0,0,0,1,120,255,1,0),(77821,180415,530,1,1,-1614.68,5413.56,-38.8596,6.07375,0,0,0,1,120,255,1,0),(77822,180415,530,1,1,-1614.06,5412.17,-38.8593,4.88692,0,0,0,1,120,255,1,0),(77823,180415,530,1,1,-1614.54,5414.43,-38.8609,2.82743,0,0,0,1,120,255,1,0),(77824,180415,530,1,1,-1615.16,5408.31,-39.6757,0,0,0,0,1,120,255,1,0),(77825,180415,530,1,1,-1615.59,5407.22,-40.5618,5.68977,0,0,0,1,120,255,1,0),(77826,180415,530,1,1,-1613.32,5410.31,-38.8563,5.72468,0,0,0,1,120,255,1,0),(77827,180415,530,1,1,-1617.04,5407.14,-41.053,2.49582,0,0,0,1,120,255,1,0),(77828,180415,530,1,1,-1614.41,5409.3,-38.8528,6.21337,0,0,0,1,120,255,1,0),(77829,180415,530,1,1,-1613.73,5407.42,-39.675,1.97222,0,0,0,1,120,255,1,0),(77830,180410,530,1,1,-1618.03,5406.08,-37.8607,3.03684,0,0,0,1,120,255,1,0),(77831,180472,530,1,1,-1648.21,5544.75,15.5786,1.43117,0,0,0,1,120,255,1,0),(77832,180431,530,1,1,-1822.68,5698.87,129.141,2.33874,0,0,0,1,120,255,1,0),(77833,180431,530,1,1,-1910.55,5698.09,124.957,2.63544,0,0,0,1,120,255,1,0),(77834,180405,530,1,1,-1648.34,5544.78,16.7286,0.767944,0,0,0,1,120,255,1,0),(77835,185434,530,1,1,-1598.39,5396.75,-40.1713,3.76991,0,0,0,1,120,255,1,0),(77836,185455,530,1,1,-1709.81,5632.51,127.947,5.48033,0,0,0,1,120,255,1,0),(77837,180415,530,1,1,-1710.33,5634.92,127.947,0.279252,0,0,0,1,120,255,1,0),(77838,180415,530,1,1,-1711.77,5633.73,127.947,6.17847,0,0,0,1,120,255,1,0),(77839,180429,530,1,1,-1707.32,5645.85,130.337,5.3058,0,0,0,1,120,255,1,0),(77840,180415,530,1,1,-1591.13,5260.11,-13.9635,3.68265,0,0,0,1,120,255,1,0),(77841,180407,530,1,1,-1650.87,5190.32,-38.8768,2.91469,0,0,0,1,120,255,1,0),(77842,180406,530,1,1,-1645.2,5199.99,-38.8768,5.95157,0,0,0,1,120,255,1,0),(77843,180415,530,1,1,-1618.82,5181.59,-33.827,3.35105,0,0,0,1,120,255,1,0),(77844,180415,530,1,1,-1601.92,5171.65,-30.5899,1.72787,0,0,0,1,120,255,1,0),(77845,180415,530,1,1,-1608.95,5160.99,-30.5601,5.37562,0,0,0,1,120,255,1,0),(77846,180415,530,1,1,-1624.76,5172.67,-33.7974,3.73501,0,0,0,1,120,255,1,0),(77847,180415,530,1,1,-1602.2,5152.72,-28.8714,0.226893,0,0,0,1,120,255,1,0),(77848,180415,530,1,1,-1591.73,5168.82,-28.8734,1.09956,0,0,0,1,120,255,1,0),(77849,180406,530,1,1,-1723.19,5136.49,-35.0992,3.52557,0,0,0,1,120,255,1,0),(77850,180415,530,1,1,-1584.82,5160.91,-27.3926,5.20108,0,0,0,1,120,255,1,0),(77851,180411,530,1,1,-1742.71,5137.69,-30.4835,4.17134,0,0,0,1,120,255,1,0),(77852,180415,530,1,1,-1593.07,5148.36,-27.301,3.87463,0,0,0,1,120,255,1,0),(77853,180415,530,1,1,-1566.59,5148.01,-23.492,1.0821,0,0,0,1,120,255,1,0),(77854,180415,530,1,1,-1575.76,5134.23,-23.5882,4.81711,0,0,0,1,120,255,1,0),(77855,185434,530,1,1,-1744.14,5123.62,-35.8245,2.02458,0,0,0,1,120,255,1,0),(77856,180411,530,1,1,-1758.29,5131.85,-30.4002,4.88692,0,0,0,1,120,255,1,0),(77857,180415,530,1,1,-1766.19,5145.77,-35.908,0.157079,0,0,0,1,120,255,1,0),(77858,180405,530,1,1,-1756.48,5130.04,-36.2613,3.54302,0,0,0,1,120,255,1,0),(77859,180415,530,1,1,-1773.81,5148.54,-36.0652,4.24115,0,0,0,1,120,255,1,0),(77860,180415,530,1,1,-1772.5,5143.56,-36.2313,4.62512,0,0,0,1,120,255,1,0),(77861,180415,530,1,1,-1774.29,5139.01,-36.2117,2.93214,0,0,0,1,120,255,1,0),(77862,180415,530,1,1,-1775.09,5137.32,-36.2649,1.71042,0,0,0,1,120,255,1,0),(77863,180405,530,1,1,-1777.37,5136.41,-34.727,0.366518,0,0,0,1,120,255,1,0),(77864,180405,530,1,1,-1773.34,5121.48,-35.0905,3.78737,0,0,0,1,120,255,1,0),(77865,180415,530,1,1,-1769.99,5125.53,-36.0266,0.925024,0,0,0,1,120,255,1,0),(77866,180415,530,1,1,-1772.34,5122.28,-35.8362,4.03171,0,0,0,1,120,255,1,0),(77867,180415,530,1,1,-1787.65,5148.14,-40.2092,5.46288,0,0,0,1,120,255,1,0),(77868,180415,530,1,1,-1781.44,5131.75,-34.7708,6.03884,0,0,0,1,120,255,1,0),(77869,180415,530,1,1,-1771.18,5123.88,-35.9028,0.174532,0,0,0,1,120,255,1,0),(77870,180415,530,1,1,-1782.79,5132.56,-34.6978,5.18363,0,0,0,1,120,255,1,0),(77871,180415,530,1,1,-1776.1,5136.85,-35.921,3.10665,0,0,0,1,120,255,1,0),(77872,180415,530,1,1,-1778.35,5124.25,-34.6956,0.191985,0,0,0,1,120,255,1,0),(77873,180415,530,1,1,-1800.14,5141.81,-40.2092,6.26573,0,0,0,1,120,255,1,0),(77874,180415,530,1,1,-1804.51,5157.38,-40.2092,1.23918,0,0,0,1,120,255,1,0),(77875,180415,530,1,1,-1779.41,5125.83,-34.7351,4.31097,0,0,0,1,120,255,1,0),(77876,180407,530,1,1,-1798.81,5132.18,-40.2092,3.7001,0,0,0,1,120,255,1,0),(77877,180415,530,1,1,-1793.89,5143.44,-40.2092,5.72468,0,0,0,1,120,255,1,0),(77878,180415,530,1,1,-1853.72,5200.16,-40.2092,3.85718,0,0,0,1,120,255,1,0),(77879,180406,530,1,1,-1829.19,5132.75,-36.2155,4.55531,0,0,0,1,120,255,1,0),(77880,180415,530,1,1,-1852.92,5204.88,-40.2092,5.96903,0,0,0,1,120,255,1,0),(77881,180415,530,1,1,-1846.03,5211.84,-40.2092,5.8294,0,0,0,1,120,255,1,0),(77882,180407,530,1,1,-1830.19,5129.45,-36.2071,4.72984,0,0,0,1,120,255,1,0),(77883,180415,530,1,1,-1849.07,5210.51,-40.2092,2.93214,0,0,0,1,120,255,1,0),(77884,180405,530,1,1,-1828.72,5136.17,-36.6117,2.3911,0,0,0,1,120,255,1,0),(77885,180407,530,1,1,-1845.58,5181.3,-48.8386,6.14356,0,0,0,1,120,255,1,0),(77886,180415,530,1,1,-1802.64,5133.13,-40.2092,0.90757,0,0,0,1,120,255,1,0),(77887,180415,530,1,1,-1851.82,5208.42,-40.2092,0.366518,0,0,0,1,120,255,1,0),(77888,180415,530,1,1,-1857.09,5210.44,-40.2092,2.28638,0,0,0,1,120,255,1,0),(77889,180415,530,1,1,-1859.66,5207.61,-40.2092,1.0472,0,0,0,1,120,255,1,0),(77890,180415,530,1,1,-1856.04,5214.33,-40.2092,4.25861,0,0,0,1,120,255,1,0),(77891,180415,530,1,1,-1848.79,5084.67,-33.8394,3.24635,0,0,0,1,120,255,1,0),(77892,180410,530,1,1,-1913.18,5138.17,-37.9341,2.32129,0,0,0,1,120,255,1,0),(77893,180407,530,1,1,-1874.15,5136.21,-40.2092,2.72271,0,0,0,1,120,255,1,0),(77894,180411,530,1,1,-1879.56,5125.42,-28.3967,3.89209,0,0,0,1,120,255,1,0),(77895,180406,530,1,1,-1896.11,5150.33,-38.6561,2.86233,0,0,0,1,120,255,1,0),(77896,180415,530,1,1,-1859.41,5085.3,-33.8435,4.2237,0,0,0,1,120,255,1,0),(77897,180415,530,1,1,-1848.93,5065.02,-30.6038,3.87463,0,0,0,1,120,255,1,0),(77898,180415,530,1,1,-1865.41,5055.88,-28.8848,4.71239,0,0,0,1,120,255,1,0),(77899,180407,530,1,1,-1908.84,5158.16,-40.2092,2.84488,0,0,0,1,120,255,1,0),(77900,180472,530,1,1,-1924.4,5137.79,-30.4224,2.3911,0,0,0,1,120,255,1,0),(77901,180415,530,1,1,-1846.27,5054.52,-28.8336,2.84488,0,0,0,1,120,255,1,0),(77902,180415,530,1,1,-1910.57,5159.94,-40.2092,5.20108,0,0,0,1,120,255,1,0),(77903,180472,530,1,1,-1924.55,5144.46,-30.5636,3.54302,0,0,0,1,120,255,1,0),(77904,180415,530,1,1,-1912.34,5164.04,-40.2092,3.61284,0,0,0,1,120,255,1,0),(77905,180410,530,1,1,-1922.56,5136.9,-37.5277,1.88495,0,0,0,1,120,255,1,0),(77906,180415,530,1,1,-1862.39,5205.07,-40.2092,0.59341,0,0,0,1,120,255,1,0),(77907,180415,530,1,1,-1861.72,5065.83,-30.5239,0.436332,0,0,0,1,120,255,1,0),(77908,180415,530,1,1,-1849.67,5044.83,-27.3342,0.575957,0,0,0,1,120,255,1,0),(77909,180410,530,1,1,-1933.9,5139.63,-36.7346,0.174532,0,0,0,1,120,255,1,0),(77910,180410,530,1,1,-1933.74,5142.19,-36.7967,5.95157,0,0,0,1,120,255,1,0),(77911,180415,530,1,1,-1946.49,5150.04,-40.2092,5.09636,0,0,0,1,120,255,1,0),(77912,180407,530,1,1,-1932.9,5165.84,-40.2092,3.52557,0,0,0,1,120,255,1,0),(77913,180415,530,1,1,-1864.64,5045.73,-27.3401,5.93412,0,0,0,1,120,255,1,0),(77914,180415,530,1,1,-1935.68,5168,-40.2092,0.733038,0,0,0,1,120,255,1,0),(77915,180405,530,1,1,-1946.3,5152.04,19.9577,5.88176,0,0,0,1,120,255,1,0),(77916,180415,530,1,1,-1851.71,5022.64,-23.5056,3.89209,0,0,0,1,120,255,1,0),(77917,180415,530,1,1,-1868.28,5023.65,-23.4816,0.820303,0,0,0,1,120,255,1,0),(77918,180339,530,1,1,-1837.95,4921.16,-18.875,0,0,0,0,1,120,255,1,0),(77919,180338,530,1,1,-1783.58,4937.42,-22.8771,0,0,0,0,1,120,255,1,0),(77920,180415,530,1,1,-1956.96,5150.17,-40.2092,0.0349062,0,0,0,1,120,255,1,0),(77921,180415,530,1,1,-1956.56,5153.62,-40.2092,1.15192,0,0,0,1,120,255,1,0),(77922,180415,530,1,1,-1946.97,5183.81,-40.2092,0.506145,0,0,0,1,120,255,1,0),(77923,180415,530,1,1,-1976.52,5163.21,-37.8665,4.7822,0,0,0,1,120,255,1,0),(77924,180406,530,1,1,-1964.8,5158.83,20.034,0.209439,0,0,0,1,120,255,1,0),(77925,180405,530,1,1,-1966.64,5166.1,-38.1364,2.89724,0,0,0,1,120,255,1,0),(77926,180415,530,1,1,-1960.33,5168.67,-37.8409,5.20108,0,0,0,1,120,255,1,0),(77927,180406,530,1,1,-2002.54,5178.88,-40.2092,3.4383,0,0,0,1,120,255,1,0),(77928,180415,530,1,1,-1975.75,5182.89,-40.2092,1.50098,0,0,0,1,120,255,1,0),(77929,180415,530,1,1,-1966.22,5179.32,-37.8599,5.93412,0,0,0,1,120,255,1,0),(77930,180415,530,1,1,-1990.58,5176.18,-40.2092,3.00195,0,0,0,1,120,255,1,0),(77931,180415,530,1,1,-1984.64,5181.01,-40.2092,6.26573,0,0,0,1,120,255,1,0),(77932,180415,530,1,1,-1975.38,5162.21,-37.8507,4.72984,0,0,0,1,120,255,1,0),(77933,180415,530,1,1,-2019.36,5190.99,-35.6937,4.34587,0,0,0,1,120,255,1,0),(77934,180415,530,1,1,-2021.95,5196.35,-35.6949,1.5708,0,0,0,1,120,255,1,0),(77935,180415,530,1,1,-1940.62,5186.5,-40.2092,1.41372,0,0,0,1,120,255,1,0),(77936,180415,530,1,1,-2010.29,5209.04,-35.6957,2.9845,0,0,0,1,120,255,1,0),(77937,180407,530,1,1,-2004.33,5223.76,-35.6969,2.84488,0,0,0,1,120,255,1,0),(77938,180415,530,1,1,-2002.87,5221.2,-35.6966,4.93928,0,0,0,1,120,255,1,0),(77939,180415,530,1,1,-2007.34,5224.25,-35.697,0.890117,0,0,0,1,120,255,1,0),(77940,180431,530,1,1,-1746.62,5620.08,127.947,4.99164,0,0,0,1,120,255,1,0),(77941,180405,530,1,1,-2040.23,5272.15,-39.3941,0.191985,0,0,0,1,120,255,1,0),(77942,180472,530,1,1,-2037.33,5278.77,-34.4788,6.00393,0,0,0,1,120,255,1,0),(77943,180415,530,1,1,-2063.03,5263.8,-38.4651,4.79966,0,0,0,1,120,255,1,0),(77944,180415,530,1,1,-2047.23,5279.07,-38.4653,4.04917,0,0,0,1,120,255,1,0),(77945,180415,530,1,1,-2049.92,5283.65,-38.4665,4.60767,0,0,0,1,120,255,1,0),(77946,180472,530,1,1,-2061.58,5254.93,-33.4444,0.715585,0,0,0,1,120,255,1,0),(77947,180415,530,1,1,-2066.36,5251.83,-38.465,3.64774,0,0,0,1,120,255,1,0),(77948,180415,530,1,1,-2094.27,5197.88,-30.5827,3.56047,0,0,0,1,120,255,1,0),(77949,180415,530,1,1,-2088.68,5180.59,-29.0438,0.314158,0,0,0,1,120,255,1,0),(77950,180415,530,1,1,-2072.26,5204.01,-33.8652,1.79769,0,0,0,1,120,255,1,0),(77951,180415,530,1,1,-2080.02,5211.4,-33.8057,5.02655,0,0,0,1,120,255,1,0),(77952,180415,530,1,1,-2075.6,5271.93,-37.3235,3.24635,0,0,0,1,120,255,1,0),(77953,180415,530,1,1,-2084.99,5189.03,-30.6074,2.47837,0,0,0,1,120,255,1,0),(77954,180415,530,1,1,-2076.32,5273.98,-37.3235,2.14675,0,0,0,1,120,255,1,0),(77955,180415,530,1,1,-2098.52,5174.09,-27.323,2.44346,0,0,0,1,120,255,1,0),(77956,180415,530,1,1,-2126.39,5169.77,-23.6507,1.74533,0,0,0,1,120,255,1,0),(77957,180415,530,1,1,-2114.38,5158.42,-23.5101,1.15192,0,0,0,1,120,255,1,0),(77958,180415,530,1,1,-2109.44,5184.44,-27.3009,0.523598,0,0,0,1,120,255,1,0),(77959,180415,530,1,1,-2103.46,5192.88,-28.8833,0.820303,0,0,0,1,120,255,1,0),(77960,180415,530,1,1,-2051.78,5314.48,-39.3921,4.25861,0,0,0,1,120,255,1,0),(77961,180406,530,1,1,-2051.92,5310.45,-38.683,1.50098,0,0,0,1,120,255,1,0),(77962,180415,530,1,1,-2071.59,5291.31,-37.3235,3.14159,0,0,0,1,120,255,1,0),(77963,180415,530,1,1,-2067.46,5305.05,-37.3235,1.93731,0,0,0,1,120,255,1,0),(77964,180415,530,1,1,-2051.43,5296.36,-38.5334,6.10865,0,0,0,1,120,255,1,0),(77965,180415,530,1,1,-2084.63,5291.63,-37.3235,3.6652,0,0,0,1,120,255,1,0),(77966,180415,530,1,1,-2074.7,5328.8,-37.3235,2.07694,0,0,0,1,120,255,1,0),(77967,180415,530,1,1,-2068.03,5319.89,-37.3235,2.60053,0,0,0,1,120,255,1,0),(77968,180415,530,1,1,-2093.22,5313.24,-37.3236,3.927,0,0,0,1,120,255,1,0),(77969,180472,530,1,1,-2066.37,5326.44,-32.5736,3.45576,0,0,0,1,120,255,1,0),(77970,180415,530,1,1,-2070.87,5322.3,-37.3235,1.98967,0,0,0,1,120,255,1,0),(77971,180415,530,1,1,-2087.76,5329.48,-34.3054,1.27409,0,0,0,1,120,255,1,0),(77972,180405,530,1,1,-2097.77,5327.02,-35.3358,1.22173,0,0,0,1,120,255,1,0),(77973,180415,530,1,1,-2073.63,5338.69,-37.3235,2.3911,0,0,0,1,120,255,1,0),(77974,180472,530,1,1,-2087.52,5309.34,-32.7194,5.95157,0,0,0,1,120,255,1,0),(77975,180415,530,1,1,-2097.92,5305.06,-37.3236,0.628317,0,0,0,1,120,255,1,0),(77976,180407,530,1,1,-2104.68,5301.78,-37.3235,1.3439,0,0,0,1,120,255,1,0),(77977,180415,530,1,1,-2104.49,5299.12,-37.3235,2.60053,0,0,0,1,120,255,1,0),(77978,180415,530,1,1,-2075.45,5347.14,-37.2359,5.58505,0,0,0,1,120,255,1,0),(77979,180472,530,1,1,-2290.31,5517.61,69.0376,2.14675,0,0,0,1,120,255,1,0),(77980,180472,530,1,1,-2302.9,5520.82,68.4195,0.261798,0,0,0,1,120,255,1,0),(77981,180407,530,1,1,-2268.8,5537.23,66.9944,3.21142,0,0,0,1,120,255,1,0),(77982,180410,530,1,1,-2244.77,5558.77,83.4739,3.03684,0,0,0,1,120,255,1,0),(77983,180472,530,1,1,-2209.61,5545.72,74.6105,5.84685,0,0,0,1,120,255,1,0),(77984,180410,530,1,1,-2245.66,5556.63,83.3928,2.79252,0,0,0,1,120,255,1,0),(77985,180410,530,1,1,-2248.23,5552.9,83.4259,2.33874,0,0,0,1,120,255,1,0),(77986,180410,530,1,1,-2246.7,5554.45,83.3868,2.54818,0,0,0,1,120,255,1,0),(77987,180472,530,1,1,-2314.44,5528.93,68.4959,2.53072,0,0,0,1,120,255,1,0),(77988,180410,530,1,1,-2244.46,5563.03,83.4509,3.29869,0,0,0,1,120,255,1,0),(77989,180410,530,1,1,-2244.64,5560.77,83.4514,3.05433,0,0,0,1,120,255,1,0),(77990,180415,530,1,1,-2271.3,5563.58,101.403,3.54302,0,0,0,1,120,255,1,0),(77991,180415,530,1,1,-2269.6,5568.49,101.404,1.91986,0,0,0,1,120,255,1,0),(77992,180415,530,1,1,-2284.67,5565.35,101.791,2.60053,0,0,0,1,120,255,1,0),(77993,180415,530,1,1,-2289.34,5567.65,100.985,3.927,0,0,0,1,120,255,1,0),(77994,180415,530,1,1,-2268.37,5565.4,105.01,0.139625,0,0,0,1,120,255,1,0),(77995,180415,530,1,1,-2290.39,5569.94,100.994,4.20625,0,0,0,1,120,255,1,0),(77996,180415,530,1,1,-2281.35,5575.19,101.781,1.55334,0,0,0,1,120,255,1,0),(77997,180407,530,1,1,-2225.35,5587.12,64.0723,2.65289,0,0,0,1,120,255,1,0),(77998,180415,530,1,1,-2290.13,5572.43,100.996,1.5708,0,0,0,1,120,255,1,0),(77999,180415,530,1,1,-2288.95,5574.74,100.994,3.68265,0,0,0,1,120,255,1,0),(78000,180415,530,1,1,-2286.49,5576.09,100.985,2.86233,0,0,0,1,120,255,1,0),(78001,180405,530,1,1,-2241.58,5617.46,64.0723,1.85005,0,0,0,1,120,255,1,0),(78002,180406,530,1,1,-2306.07,5572.37,64.0723,4.04917,0,0,0,1,120,255,1,0),(78003,180472,530,1,1,-2299.91,5575.92,73.0461,2.80997,0,0,0,1,120,255,1,0),(78004,180405,530,1,1,-2302.34,5582.46,64.0723,4.88692,0,0,0,1,120,255,1,0),(78005,180472,530,1,1,-2313.53,5589.7,68.475,1.22173,0,0,0,1,120,255,1,0),(78006,180472,530,1,1,-2299.7,5602.16,69.1278,1.79769,0,0,0,1,120,255,1,0),(78007,185455,530,1,1,-1931.68,5771.58,130.686,5.13127,0,0,0,1,120,255,1,0),(78008,180429,530,1,1,-1897.19,5764.77,132.386,0.872664,0,0,0,1,120,255,1,0),(78009,180429,530,1,1,-1754.13,5644.8,130.01,1.06465,0,0,0,1,120,255,1,0),(78010,180415,530,1,1,-1754.44,5844.21,146.44,4.52041,0,0,0,1,120,255,1,0),(78011,180429,530,1,1,-1759.25,5830.71,151.03,2.51327,0,0,0,1,120,255,1,0),(78012,185455,530,1,1,-1752.69,5842.35,146.44,5.93412,0,0,0,1,120,255,1,0),(78013,180415,530,1,1,-1755.56,5841.98,146.44,1.3439,0,0,0,1,120,255,1,0),(78014,180407,530,1,1,-1694.2,5803.42,150.529,1.67551,0,0,0,1,120,255,1,0),(78015,180406,530,1,1,-1682.23,5716.45,132.228,6.02139,0,0,0,1,120,255,1,0),(78016,180471,530,1,1,-1660.32,5724.35,138.446,3.78737,0,0,0,1,120,255,1,0),(78017,180471,530,1,1,-1661.02,5725.67,138.554,0.401425,0,0,0,1,120,255,1,0),(78018,180407,530,1,1,-1664.09,5696.81,129.558,4.45059,0,0,0,1,120,255,1,0),(78019,180405,530,1,1,-1652.33,5660.17,132.697,3.07177,0,0,0,1,120,255,1,0),(78020,180415,530,1,1,-1656.49,5683.15,132.98,3.3685,0,0,0,1,120,255,1,0),(78021,180411,530,1,1,-1657.56,5686.75,135.82,5.98648,0,0,0,1,120,255,1,0),(78022,180429,530,1,1,-1647.7,5660.5,134.031,0.471238,0,0,0,1,120,255,1,0),(17765,180643,530,1,1,10362.4,-6414.42,163.454,3.14159,0,0,0,1,120,255,1,0),(17766,181325,530,1,1,6810.51,-7413.84,47.0135,3.14159,0,0,0,1,120,255,1,0),(17767,184803,530,1,1,9748.92,-7075.64,16.7537,4.43314,0,0,0,1,120,255,1,0),(17768,184804,530,1,1,9749.19,-7075.55,16.7546,2.61799,0,0,0,1,120,255,1,0),(17769,186406,530,1,1,6738.54,-7607.16,126.121,2.86233,0,0,0,1,120,255,1,0),(17770,186407,530,1,1,6795.7,-7574.93,126.977,3.32486,0,0,0,1,120,255,1,0),(78033,180407,530,1,1,9812.96,-7409.96,13.6251,0.488691,0,0,0,1,120,255,1,0),(78034,180427,530,1,1,9682.32,-7432.62,23.6752,5.63741,0,0,0,1,120,255,1,0),(78035,180426,530,1,1,9685.57,-7441.07,23.9738,5.02655,0,0,0,1,120,255,1,0),(78036,180426,530,1,1,9686.85,-7440.71,20.7724,6.10865,0,0,0,1,120,255,1,0),(78037,180427,530,1,1,9686.7,-7436.89,20.7238,1.78023,0,0,0,1,120,255,1,0),(78038,180426,530,1,1,9684.29,-7437.08,23.1683,1.97222,0,0,0,1,120,255,1,0),(78039,180427,530,1,1,9682.66,-7437.41,19.1475,6.05629,0,0,0,1,120,255,1,0),(78040,180427,530,1,1,9682.22,-7440.54,23.703,0.261798,0,0,0,1,120,255,1,0),(78041,180426,530,1,1,9681.57,-7440.41,21.6752,2.35619,0,0,0,1,120,255,1,0),(78042,180427,530,1,1,9688.92,-7439.09,24.6405,5.84685,0,0,0,1,120,255,1,0),(78043,180415,530,1,1,9726.54,-7459.69,14.038,2.51327,0,0,0,1,120,255,1,0),(78044,180415,530,1,1,9646.93,-7446.19,14.0278,1.27409,0,0,0,1,120,255,1,0),(78045,180415,530,1,1,9763.85,-7467.26,13.5742,2.18166,0,0,0,1,120,255,1,0),(78046,180415,530,1,1,9721.93,-7473.81,14.038,5.49779,0,0,0,1,120,255,1,0),(78047,180415,530,1,1,9763.87,-7469.17,13.5742,1.95477,0,0,0,1,120,255,1,0),(78048,180415,530,1,1,9642.9,-7441.37,14.0278,4.4855,0,0,0,1,120,255,1,0),(78049,180415,530,1,1,9706.26,-7464.71,14.038,3.01941,0,0,0,1,120,255,1,0),(78050,180415,530,1,1,9722.17,-7455.78,14.038,5.06146,0,0,0,1,120,255,1,0),(78051,180415,530,1,1,9637.54,-7439.56,14.0278,2.1293,0,0,0,1,120,255,1,0),(78052,180415,530,1,1,9708.01,-7469.92,14.038,1.0472,0,0,0,1,120,255,1,0),(78053,180415,530,1,1,9717.25,-7454.9,14.038,0.488691,0,0,0,1,120,255,1,0),(78054,180415,530,1,1,9707.98,-7459.52,14.038,0.488691,0,0,0,1,120,255,1,0),(78055,180415,530,1,1,9726.43,-7470.03,14.038,5.5676,0,0,0,1,120,255,1,0),(78056,180415,530,1,1,9763.65,-7472.03,13.5742,6.19592,0,0,0,1,120,255,1,0),(78057,180415,530,1,1,9712.38,-7473.81,14.038,5.55015,0,0,0,1,120,255,1,0),(78058,180415,530,1,1,9728,-7464.86,14.038,1.01229,0,0,0,1,120,255,1,0),(78059,180415,530,1,1,9712.41,-7455.58,14.038,0.331611,0,0,0,1,120,255,1,0),(78060,180415,530,1,1,9717.18,-7474.62,14.038,4.29351,0,0,0,1,120,255,1,0),(78061,180415,530,1,1,9660.29,-7459.1,14.0278,2.82743,0,0,0,1,120,255,1,0),(78062,180415,530,1,1,9661.99,-7464.52,14.0278,0.837758,0,0,0,1,120,255,1,0),(78063,180415,530,1,1,9655.61,-7455.17,14.0278,2.11185,0,0,0,1,120,255,1,0),(78064,180415,530,1,1,9649.94,-7453.71,14.0278,1.71042,0,0,0,1,120,255,1,0),(78065,180415,530,1,1,9641.78,-7259.7,14.8158,5.68977,0,0,0,1,120,255,1,0),(78066,180406,530,1,1,9607.74,-7398.09,13.6132,0.314158,0,0,0,1,120,255,1,0),(78067,180415,530,1,1,9628.13,-7445.98,14.0278,0.523598,0,0,0,1,120,255,1,0),(78068,180415,530,1,1,9632.11,-7441.43,14.0278,1.85005,0,0,0,1,120,255,1,0),(78069,180415,530,1,1,9660.25,-7470.04,14.0278,0.418879,0,0,0,1,120,255,1,0),(78070,180415,530,1,1,9638.74,-7460.21,15.9869,4.7822,0,0,0,1,120,255,1,0),(78071,180415,530,1,1,9641.47,-7463.02,16.3836,0.122173,0,0,0,1,120,255,1,0),(78072,180415,530,1,1,9640.31,-7461.32,17.3018,6.05629,0,0,0,1,120,255,1,0),(78073,180415,530,1,1,9638.43,-7461.02,18.3274,0.890117,0,0,0,1,120,255,1,0),(78074,180415,530,1,1,9638.21,-7462.66,18.6636,0.087266,0,0,0,1,120,255,1,0),(78075,180415,530,1,1,9637.09,-7461.91,18.6632,1.78023,0,0,0,1,120,255,1,0),(78076,180415,530,1,1,9640.43,-7464.38,15.9869,3.64774,0,0,0,1,120,255,1,0),(78077,180415,530,1,1,9641.48,-7465.75,15.9869,0.087266,0,0,0,1,120,255,1,0),(78078,180415,530,1,1,9639.2,-7461.87,15.9869,2.89724,0,0,0,1,120,255,1,0),(78079,180415,530,1,1,9624.85,-7453.41,14.0278,3.22886,0,0,0,1,120,255,1,0),(78080,180415,530,1,1,9637.35,-7461.24,15.9869,3.45576,0,0,0,1,120,255,1,0),(78081,180415,530,1,1,9639.95,-7462.73,16.84,1.18682,0,0,0,1,120,255,1,0),(78082,180415,530,1,1,9635.96,-7460.17,15.9761,3.80482,0,0,0,1,120,255,1,0),(78083,180415,530,1,1,9635.57,-7461.84,15.9869,1.74533,0,0,0,1,120,255,1,0),(78084,180415,530,1,1,9639.14,-7462.3,17.9778,6.16101,0,0,0,1,120,255,1,0),(78085,180415,530,1,1,9635.98,-7466.34,18.3925,4.13643,0,0,0,1,120,255,1,0),(78086,180415,530,1,1,9633.07,-7464.28,15.9869,3.47321,0,0,0,1,120,255,1,0),(78087,180415,530,1,1,9634.46,-7463.35,15.9869,1.06465,0,0,0,1,120,255,1,0),(78088,180415,530,1,1,9635.39,-7467.68,17.8932,2.89724,0,0,0,1,120,255,1,0),(78089,180415,530,1,1,9637.66,-7466.75,18.6632,1.3439,0,0,0,1,120,255,1,0),(78090,180415,530,1,1,9633.91,-7461.74,15.9869,0.90757,0,0,0,1,120,255,1,0),(78091,180415,530,1,1,9634.51,-7465.28,16.3972,2.74016,0,0,0,1,120,255,1,0),(78092,180415,530,1,1,9637.33,-7468.69,15.9869,4.52041,0,0,0,1,120,255,1,0),(78093,180415,530,1,1,9638.3,-7467.27,15.9869,1.48353,0,0,0,1,120,255,1,0),(78094,180415,530,1,1,9635.13,-7466.26,17.3342,2.32129,0,0,0,1,120,255,1,0),(78095,180415,530,1,1,9649.72,-7475.16,14.0278,4.67748,0,0,0,1,120,255,1,0),(78096,180415,530,1,1,9634.77,-7467.75,15.9869,5.044,0,0,0,1,120,255,1,0),(78097,180415,530,1,1,9639.86,-7467.85,15.9869,0.872664,0,0,0,1,120,255,1,0),(78098,180415,530,1,1,9636.4,-7467.29,15.9869,1.71042,0,0,0,1,120,255,1,0),(78099,180415,530,1,1,9639.83,-7466.17,15.9869,3.15906,0,0,0,1,120,255,1,0),(78100,180415,530,1,1,9655.46,-7473.86,14.0278,3.78737,0,0,0,1,120,255,1,0),(78101,180415,530,1,1,9633.78,-7466.77,16.8544,0.541051,0,0,0,1,120,255,1,0),(78102,180415,530,1,1,9654.68,-7494.92,20.2069,4.17134,0,0,0,1,120,255,1,0),(78103,180415,530,1,1,9642.69,-7487.41,14.0278,1.53589,0,0,0,1,120,255,1,0),(78104,180415,530,1,1,9708.02,-7495.3,20.2148,2.26892,0,0,0,1,120,255,1,0),(78105,180405,530,1,1,9677.4,-7499.98,15.7378,0.209439,0,0,0,1,120,255,1,0),(78106,180407,530,1,1,9687.48,-7494.58,15.7603,3.63029,0,0,0,1,120,255,1,0),(78107,180411,530,1,1,9694.27,-7498.09,19.9539,4.71239,0,0,0,1,120,255,1,0),(78108,180415,530,1,1,9714.89,-7495.47,20.2008,0.174532,0,0,0,1,120,255,1,0),(78109,180406,530,1,1,9689.19,-7499.7,15.7383,0.261798,0,0,0,1,120,255,1,0),(78110,180415,530,1,1,9705.34,-7495.15,20.2205,2.40855,0,0,0,1,120,255,1,0),(78111,180406,530,1,1,9679.8,-7494.52,15.7565,3.38594,0,0,0,1,120,255,1,0),(78112,180415,530,1,1,9646.64,-7482.6,14.0278,5.98648,0,0,0,1,120,255,1,0),(78113,180411,530,1,1,9672.33,-7497.91,19.9034,5.51524,0,0,0,1,120,255,1,0),(78114,180415,530,1,1,9619.05,-7454.83,14.0278,3.12412,0,0,0,1,120,255,1,0),(78115,180415,530,1,1,9711.27,-7495.46,20.2082,1.69297,0,0,0,1,120,255,1,0),(78116,180415,530,1,1,9658.17,-7494.94,20.2139,0.872664,0,0,0,1,120,255,1,0),(78117,180407,530,1,1,9697.96,-7500,15.7346,5.93412,0,0,0,1,120,255,1,0),(78118,180415,530,1,1,9661.19,-7494.83,20.2202,0.191985,0,0,0,1,120,255,1,0),(78119,180415,530,1,1,9614.42,-7458.69,14.0278,0.750491,0,0,0,1,120,255,1,0),(78120,180411,530,1,1,9683.25,-7498,21.7387,5.25344,0,0,0,1,120,255,1,0),(78121,180415,530,1,1,9612.6,-7464.16,14.0278,2.46091,0,0,0,1,120,255,1,0),(78122,180415,530,1,1,9624.6,-7474.98,14.0278,3.71755,0,0,0,1,120,255,1,0),(268690,193984,571,1,1,7609.86,2055.53,599.494,-2.86234,0,0,-0.990268,0.139173,300,0,1,0),(268689,193984,571,1,1,7647.42,2065.23,599.308,0.279252,0,0,0.139173,0.990268,300,0,1,0),(267674,185952,548,1,1,448.374,-544.713,-7.54634,4.71681,0,0,0.7,-0.7,300,0,1,0),(267748,185952,548,1,1,448.374,-544.713,-7.54634,4.71681,0,0,0.7,-0.7,300,0,1,0),(268688,193984,571,1,1,7647.47,2055.55,599.399,-0.279252,0,0,-0.139173,0.990268,300,0,1,0),(268069,185952,548,1,1,448.374,-544.713,-7.54634,4.71681,0,0,0.7,-0.7,300,0,1,0),(268437,181071,329,1,1,4044.34,-3334.22,115.06,2.74016,0,0,0,1,180,255,1,0),(268840,193696,571,1,1,7897.64,2071.74,600.272,2.60926,0,0,0.964786,0.263035,180,255,1,0); +INSERT INTO `gameobject` VALUES (85765,106318,0,1,1,2036.27,-455.528,35.8657,2.25147,0,0,0,1,7200,255,1,0),(85766,106318,0,1,1,-5671.38,-2125.01,400.913,2.40855,0,0,0,1,7200,255,1,0),(85767,106318,1,1,1,-2750.03,-430.934,-2.93079,2.94959,0,0,0,1,7200,255,1,0),(85768,106318,1,1,1,1428.39,-4682.05,-0.566509,0.418879,0,0,0,1,7200,255,1,0),(85769,106318,1,1,1,962.886,-4295.42,-6.3294,1.43117,0,0,0,1,7200,255,1,0),(85770,106318,0,1,1,-9838.12,207.45,14.054,1.06465,0,0,0,1,7200,255,1,0),(85771,106318,0,1,1,-9732.97,136.739,18.6676,-2.82743,0,0,0,1,7200,255,1,0),(85772,106318,1,1,1,-1057.63,465.598,23.5053,2.02458,0,0,0,1,7200,255,1,0),(85773,106319,0,1,1,-10995,1477.86,50.5872,0.610864,0,0,0,1,7200,255,1,0),(85774,106319,0,1,1,-9872.5,1327.28,43.0347,-1.8675,0,0,0,1,7200,255,1,0),(85775,106319,0,1,1,1054.63,1601.91,29.0636,-1.25664,0,0,0,1,7200,255,1,0),(85776,106319,0,1,1,134.839,1506.64,114.412,-2.51327,0,0,0,1,7200,255,1,0),(85777,106319,1,1,1,-1581.39,-3894.96,13.6611,0.994837,0,0,0,1,7200,255,1,0),(85778,153451,1,1,1,4129.42,-5078.69,144.178,-3.01941,0,0,0,1,7200,255,1,0),(85779,105579,0,1,1,58.7195,276.344,41.9076,-1.15192,0,0,0,1,7200,255,1,0),(85780,153451,0,1,1,-200.11,-4048.97,177.774,1.27409,0,0,0,1,7200,255,1,0),(85781,153451,1,1,1,-8490.85,-2888.62,8.66692,0.331611,0,0,0,1,7200,255,1,0),(85782,153451,1,1,1,-8023.66,-5228.58,0.592669,-0.698132,0,0,0,1,7200,255,1,0),(85783,153451,1,1,1,-7977.4,-5127,5.78821,0.069812,0,0,0,1,7200,255,1,0),(85784,153451,1,1,1,-8079.38,-5251.62,0.680218,0,0,0,0,1,7200,255,1,0),(85785,153451,1,1,1,2869.88,-4038.23,142.5,0.122173,0,0,0,1,7200,255,1,0),(85786,153451,1,1,1,3264.44,-4590.36,98.1213,-0.261798,0,0,0,1,7200,255,1,0),(85787,153451,1,1,1,3448.36,-4623.76,103.711,2.26892,0,0,0,1,7200,255,1,0),(85788,153451,1,1,1,3969.52,-5034.33,136.582,1.95477,0,0,0,1,7200,255,1,0),(85789,153453,0,1,1,1497.01,-1522.51,56.3196,2.07694,0,0,0,1,7200,255,1,0),(85790,153453,0,1,1,-7985.18,-2630.35,166.192,1.309,0,0,0,1,7200,255,1,0),(85791,153453,0,1,1,3027.25,-3230.02,146.529,0.209439,0,0,0,1,7200,255,1,0),(85792,153453,0,1,1,2068.44,-4474.16,75.8982,0.506145,0,0,0,1,7200,255,1,0),(85793,153453,0,1,1,1602.33,-3233.98,67.0181,-2.35619,0,0,0,1,7200,255,1,0),(85794,153453,0,1,1,-8068.42,-1762.72,138.351,1.88495,0,0,0,1,7200,255,1,0),(85795,153453,0,1,1,1964.44,-4475.61,74.2907,-2.14675,0,0,0,1,7200,255,1,0),(85796,153454,1,1,1,6491.73,-3132.61,570.651,-1.16937,0,0,0,1,7200,255,1,0),(85797,153454,0,1,1,1599.41,-5315.48,91.1041,2.23402,0,0,0,1,7200,255,1,0),(85798,153454,1,1,1,6863.55,-5118.35,695.735,-2.33874,0,0,0,1,7200,255,1,0),(85799,153454,1,1,1,6779,-5047.81,722.833,-0.90757,0,0,0,1,7200,255,1,0),(85800,153454,1,1,1,6830.53,-3584.34,718.537,0.95993,0,0,0,1,7200,255,1,0),(85801,153454,1,1,1,6843.18,-2482.17,561.01,-1.98967,0,0,0,1,7200,255,1,0),(85802,153454,1,1,1,6617.37,-4081.4,662.525,1.50098,0,0,0,1,7200,255,1,0),(85803,153454,1,1,1,6834.71,-5028.53,691.339,-1.67551,0,0,0,1,7200,255,1,0),(85804,3715,0,1,1,-553.313,-101.599,45.8161,2.96704,0,0,0,1,7200,255,1,0),(85805,3715,1,1,1,2416.15,1760.86,347.275,1.11701,0,0,0,1,7200,255,1,0),(85806,111095,0,1,1,-105.879,810.486,63.712,0.087266,0,0,0,1,7200,255,1,0),(85807,2850,0,1,1,-10759.3,-587.221,36.8814,1.01229,0,0,0,1,7200,255,1,0),(85808,2850,0,1,1,-10698,-104.122,37.9923,-0.541051,0,0,0,1,7200,255,1,0),(85809,2850,0,1,1,-10792.3,-1377.22,39.027,1.5708,0,0,0,1,7200,255,1,0),(85810,2850,0,1,1,-10819.8,-1384.35,44.2552,-0.95993,0,0,0,1,7200,255,1,0),(85811,181802,530,1,1,-3479.98,2008.74,96.86,-0.034906,0,0,0,1,7200,255,1,0),(85812,2849,1,1,1,7050.3,426.994,-5.42405,-0.314158,0,0,0,1,7200,255,1,0),(85813,106319,1,1,1,7137.15,537.865,0.242076,2.30383,0,0,0,1,7200,255,1,0),(85814,2844,530,1,1,-4755.04,-11546.2,-7.89114,-2.44346,0,0,0,1,7200,255,1,0),(85815,106318,1,1,1,1106.89,-4706.9,17.5527,-0.244346,0,0,0,1,7200,255,1,0),(85816,2843,0,1,1,-6507.27,688.761,387.274,-0.314158,0,0,0,1,7200,255,1,0),(85817,2843,0,1,1,-6524.63,362.427,388.329,-2.75761,0,0,0,1,7200,255,1,0),(85818,2843,0,1,1,1965.06,1617.98,88.2024,-1.36136,0,0,0,1,7200,255,1,0),(85819,106319,0,1,1,-338.33,1597.92,17.0153,-0.593412,0,0,0,1,7200,255,1,0),(85820,2849,0,1,1,-9494.6,-1939.51,79.0554,-0.95993,0,0,0,1,7200,255,1,0),(85821,2849,0,1,1,-9779.8,-2270.56,59.3705,2.65289,0,0,0,1,7200,255,1,0),(85822,2849,0,1,1,-8949.61,-2309.69,132.443,2.72271,0,0,0,1,7200,255,1,0),(85823,2849,0,1,1,-9251.55,-2707.21,88.8043,1.93731,0,0,0,1,7200,255,1,0),(85824,2850,0,1,1,-4245.12,-2329.4,206.53,-2.70526,0,0,0,1,7200,255,1,0),(85825,2850,0,1,1,-3050.79,-973.153,9.12081,0.837757,0,0,0,1,7200,255,1,0),(85826,2850,0,1,1,-9444.99,-3073.69,136.687,0.069812,0,0,0,1,7200,255,1,0),(85827,2850,0,1,1,-8726.45,-2472.4,134.603,2.84488,0,0,0,1,7200,255,1,0),(85828,106319,0,1,1,-10853.5,1158.33,37.1684,-2.56563,0,0,0,1,7200,255,1,0),(85829,106318,1,1,1,952.369,-4586.2,19.6132,-1.41372,0,0,0,1,7200,255,1,0),(85830,4096,0,1,1,-1314.03,-1267.86,39.3462,-2.18166,0,0,0,1,7200,255,1,0),(85831,4096,0,1,1,-722.055,131.321,21.1245,-1.97222,0,0,0,1,7200,255,1,0),(85832,2843,0,1,1,1963.66,1383.45,64.1756,-1.29154,0,0,0,1,7200,255,1,0),(85833,2849,0,1,1,-5117.36,-3315.32,250.467,-1.18682,0,0,0,1,7200,255,1,0),(85834,2849,0,1,1,-5700.12,-3867.4,331.614,-1.27409,0,0,0,1,7200,255,1,0),(85835,2849,0,1,1,-9503.47,-1896.73,79.2749,0.174532,0,0,0,1,7200,255,1,0),(85836,2849,1,1,1,-1921.44,-2706.81,92.7856,2.00713,0,0,0,1,7200,255,1,0),(85837,2849,1,1,1,-2009.46,-2134.78,91.6725,0.314158,0,0,0,1,7200,255,1,0),(85838,2850,0,1,1,-3145.96,-1059.43,8.08108,0.575957,0,0,0,1,7200,255,1,0),(85839,2850,0,1,1,-10173.1,-831.417,41.9193,-0.802851,0,0,0,1,7200,255,1,0),(85840,2850,0,1,1,-2800.48,-1002.4,-13.2592,-2.79252,0,0,0,1,7200,255,1,0),(85841,2850,0,1,1,-3969.95,-2338.92,18.2082,0.052359,0,0,0,1,7200,255,1,0),(85842,2850,1,1,1,-3984.97,-1867.27,92.1764,1.41372,0,0,0,1,7200,255,1,0),(85843,2850,1,1,1,767.892,1653.52,-32.6456,-2.18166,0,0,0,1,7200,255,1,0),(85844,2852,0,1,1,-10966.5,-65.8315,15.5488,-0.610864,0,0,0,1,7200,255,1,0),(85845,2852,0,1,1,-10931.8,-943.108,76.8906,1.01229,0,0,0,1,7200,255,1,0),(85846,2852,0,1,1,-917.275,-1003.38,30.3479,0.715585,0,0,0,1,7200,255,1,0),(85847,2852,0,1,1,-3416.58,-2428.37,51.9087,-1.64061,0,0,0,1,7200,255,1,0),(85848,2852,0,1,1,-10451.8,-797.432,52.3191,1.74533,0,0,0,1,7200,255,1,0),(85849,2852,0,1,1,-1171.09,110.701,0.876851,1.71042,0,0,0,1,7200,255,1,0),(85850,181798,530,1,1,669.234,8196.15,21.8844,-1.6057,0,0,0,1,7200,255,1,0),(85851,2855,0,1,1,-1072.23,-236.136,2.41571,0.610864,0,0,0,1,7200,255,1,0),(85852,2855,1,1,1,-84.2788,762.965,132.892,3.08918,0,0,0,1,7200,255,1,0),(85853,2855,1,1,1,-330.01,1768.85,139.514,-2.74016,0,0,0,1,7200,255,1,0),(85854,181800,530,1,1,3288.5,5307.25,148.892,2.91469,0,0,0,1,7200,255,1,0),(85855,181800,530,1,1,2678.23,6489.25,3.46981,-1.53589,0,0,0,1,7200,255,1,0),(85856,181800,530,1,1,1144.83,8653.5,22.2037,-1.16937,0,0,0,1,7200,255,1,0),(85857,181800,530,1,1,1571.42,6276.4,4.22414,0.191985,0,0,0,1,7200,255,1,0),(85858,181800,530,1,1,-263.164,2503.71,15.1262,0.95993,0,0,0,1,7200,255,1,0),(85859,2857,0,1,1,-9957.83,-3600.77,22.7541,-2.96704,0,0,0,1,7200,255,1,0),(85860,2857,0,1,1,-11535.5,547.522,50.7442,1.81514,0,0,0,1,7200,255,1,0),(85861,2857,1,1,1,-1287.23,2903.94,113.557,-1.79769,0,0,0,1,7200,255,1,0),(85862,2857,1,1,1,-1696.59,1021.16,89.2987,-2.61799,0,0,0,1,7200,255,1,0),(85863,2857,1,1,1,-2308.99,2626.03,60.2422,2.05949,0,0,0,1,7200,255,1,0),(85864,2857,1,1,1,-2372.9,-4076.46,6.72439,-2.16421,0,0,0,1,7200,255,1,0),(85865,181802,530,1,1,2276.72,2851.44,131.69,-0.610864,0,0,0,1,7200,255,1,0),(85866,181802,530,1,1,3814.97,3838.12,103.495,0.541051,0,0,0,1,7200,255,1,0),(85867,181802,530,1,1,2795,3932.92,144.186,2.21656,0,0,0,1,7200,255,1,0),(85868,181802,530,1,1,3458.08,3696.63,148.641,2.58308,0,0,0,1,7200,255,1,0),(85869,181802,530,1,1,-768.507,7964.64,60.6156,-0.837757,0,0,0,1,7200,255,1,0),(85870,181802,530,1,1,3109.74,2283.86,150.655,-0.628317,0,0,0,1,7200,255,1,0),(85871,181802,530,1,1,-669.518,8833.17,200.023,-1.43117,0,0,0,1,7200,255,1,0),(85872,181802,530,1,1,-1586.23,8452.37,-9.95628,-2.19912,0,0,0,1,7200,255,1,0),(85873,4149,0,1,1,-13328,-26.3568,21.8891,1.88495,0,0,0,1,7200,255,1,0),(85874,4149,0,1,1,-7031.12,-1712.23,241.667,0.436332,0,0,0,1,7200,255,1,0),(85875,4149,0,1,1,-12372.2,-1144.35,3.84041,1.0472,0,0,0,1,7200,255,1,0),(85876,4149,0,1,1,-57.3702,-3162.79,95.2744,-1.81514,0,0,0,1,7200,255,1,0),(85877,106318,0,1,1,2603.06,1464.46,-10.673,2.53072,0,0,0,1,7200,255,1,0),(85878,106318,0,1,1,2550.12,783.427,110.544,3.07177,0,0,0,1,7200,255,1,0),(85879,106318,0,1,1,-9804.66,-934.958,39.8556,0.994837,0,0,0,1,7200,255,1,0),(85880,106318,0,1,1,-9203.29,-1218.71,70.0484,-1.16937,0,0,0,1,7200,255,1,0),(85881,106318,1,1,1,1442.9,-4722.87,-16.5671,-0.855211,0,0,0,1,7200,255,1,0),(85882,106318,1,1,1,-826.253,-36.7276,-13.1952,-2.35619,0,0,0,1,7200,255,1,0),(85883,106318,1,1,1,-1734.92,420.683,97.2078,0.279252,0,0,0,1,7200,255,1,0),(85884,106319,0,1,1,1298.63,665.104,32.3069,0.855211,0,0,0,1,7200,255,1,0),(85885,106319,0,1,1,-4978.75,-2963.04,316.422,1.62316,0,0,0,1,7200,255,1,0),(85886,106319,0,1,1,-4717.31,-3088.1,306.458,3.00195,0,0,0,1,7200,255,1,0),(85887,106319,0,1,1,-9909,1443.03,38.9455,-3.07177,0,0,0,1,7200,255,1,0),(85888,106319,0,1,1,1115.22,1107.16,41.4903,-1.90241,0,0,0,1,7200,255,1,0),(85889,106319,0,1,1,-11006.6,1538.17,44.07,-1.53589,0,0,0,1,7200,255,1,0),(85890,106319,1,1,1,1021.24,-3091.91,91.7103,2.61799,0,0,0,1,7200,255,1,0),(85891,106319,1,1,1,389.084,-2100.03,132.591,-0.453785,0,0,0,1,7200,255,1,0),(85892,106319,1,1,1,-1051.13,-2027.63,64.2893,0.977383,0,0,0,1,7200,255,1,0),(85893,105578,0,1,1,-1487.69,-3124.46,13.3643,-0.802851,0,0,0,1,7200,255,1,0),(85894,153451,0,1,1,-355.508,-4077.57,177.515,-0.052359,0,0,0,1,7200,255,1,0),(85895,153451,1,1,1,-8092.79,-5307.67,0.861935,-2.84488,0,0,0,1,7200,255,1,0),(85896,153451,1,1,1,-7960.2,-5245.88,1.51478,-0.663223,0,0,0,1,7200,255,1,0),(85897,153453,0,1,1,-7702.62,-1460.46,140.932,1.29154,0,0,0,1,7200,255,1,0),(85898,153453,0,1,1,-8122.53,-2498.15,139.938,2.42601,0,0,0,1,7200,255,1,0),(85899,153453,0,1,1,2389.43,-1526.34,102.669,1.27409,0,0,0,1,7200,255,1,0),(85900,153453,0,1,1,1877.16,-1337.25,60.108,-2.80997,0,0,0,1,7200,255,1,0),(85901,3715,1,1,1,-4065.35,-2417.5,126.133,-2.70526,0,0,0,1,7200,255,1,0),(87379,2850,0,1,1,-3036.7,-2156.59,9.97567,-1.43117,0,0,0,1,7200,255,1,0),(87380,2850,0,1,1,-3240.3,-1146.19,9.08437,2.67035,0,0,0,1,7200,255,1,0),(87381,2852,1,1,1,-4648.06,-1265.94,-52.0322,-2.53072,0,0,0,1,7200,255,1,0),(87382,181798,530,1,1,-1333.64,2702.8,-15.0226,-1.44862,0,0,0,1,7200,255,1,0),(87383,181800,530,1,1,704.859,6452.58,21.2668,3.08918,0,0,0,1,7200,255,1,0),(87384,2857,0,1,1,-12520.1,-729.142,39.9971,2.89724,0,0,0,1,7200,255,1,0),(87385,2857,0,1,1,-2283.33,-1611.53,-66.2569,-0.069812,0,0,0,1,7200,255,1,0),(87386,2857,1,1,1,-2987.63,-4292.42,0.062737,-0.174532,0,0,0,1,7200,255,1,0),(87387,4149,0,1,1,-268.738,-2792.09,111.674,1.16937,0,0,0,1,7200,255,1,0),(87388,4149,0,1,1,-12964.6,-433.236,42.8737,2.72271,0,0,0,1,7200,255,1,0),(87389,4149,0,1,1,-305.712,-3402.4,165.572,-0.122173,0,0,0,1,7200,255,1,0),(87390,106318,0,1,1,-9973.6,-155.299,24.4805,1.23918,0,0,0,1,7200,255,1,0),(87391,106319,0,1,1,-10646.8,1381,41.2197,-1.27409,0,0,0,1,7200,255,1,0),(87392,153451,0,1,1,-517.781,-4180.18,215.861,1.36136,0,0,0,1,7200,255,1,0),(87393,153454,1,1,1,6313.62,-2395.13,556.702,-2.75761,0,0,0,1,7200,255,1,0),(85902,176640,1,1,1,6180.62,-1422.32,406.45,-1.32645,0,0,0,1,3600,255,1,0),(85903,176640,1,1,1,6723.06,-1801.05,595.175,0.279252,0,0,0,1,3600,255,1,0),(85904,176640,1,1,1,5426.05,-809.724,386.836,2.9845,0,0,0,1,3600,255,1,0),(85905,176641,1,1,1,6852.51,-1816.94,563.876,0.401425,0,0,0,1,3600,255,1,0),(85906,176641,1,1,1,6585.48,-1452.25,453.583,2.9845,0,0,0,1,3600,255,1,0),(85907,176641,1,1,1,5222.93,-781.834,345.815,0.837757,0,0,0,1,3600,255,1,0),(85908,176641,1,1,1,5691.41,-717.777,376.673,0.680677,0,0,0,1,3600,255,1,0),(85909,176641,1,1,1,4513.95,-767.927,262.422,-0.523598,0,0,0,1,3600,255,1,0),(85910,176641,1,1,1,6263.24,-1076.29,373.896,-2.23402,0,0,0,1,3600,255,1,0),(85911,176641,1,1,1,3751.09,-1572.76,215.054,2.42601,0,0,0,1,3600,255,1,0),(85912,176641,1,1,1,6146.19,-1916.72,575.18,0.523598,0,0,0,1,3600,255,1,0),(85913,176641,1,1,1,4886.47,-781,296.668,1.48353,0,0,0,1,3600,255,1,0),(85914,176641,1,1,1,5490.02,-846.46,360.329,-0.226892,0,0,0,1,3600,255,1,0),(85915,176642,1,1,1,6526.05,-1016.26,433.901,-0.698132,0,0,0,1,3600,255,1,0),(85916,183043,530,1,1,565.138,7758.17,23.9002,1.5708,0,0,0,1,60,255,1,0),(85917,183043,530,1,1,-815.432,5197.01,19.116,-1.44862,0,0,0,1,60,255,1,0),(85918,183043,530,1,1,-516.086,5520.76,23.8181,-0.523598,0,0,0,1,60,255,1,0),(85919,183043,530,1,1,-201.136,8703.23,20.4438,-0.506145,0,0,0,1,60,255,1,0),(85920,183043,530,1,1,-753.006,5149.84,21.7425,2.23402,0,0,0,1,60,255,1,0),(85921,183044,530,1,1,-559.956,5839.79,22.2477,-1.27409,0,0,0,1,60,255,1,0),(85922,183044,530,1,1,772.77,6651.39,21.4402,2.28638,0,0,0,1,60,255,1,0),(85923,183044,530,1,1,-87.3155,8390.23,22.3368,-2.53072,0,0,0,1,60,255,1,0),(85924,183044,530,1,1,-641.092,5427.96,23.4402,-0.471238,0,0,0,1,60,255,1,0),(85925,183044,530,1,1,-153.524,6277.64,23.4854,2.67035,0,0,0,1,60,255,1,0),(85926,183044,530,1,1,721.318,5051.68,8.10227,0.90757,0,0,0,1,60,255,1,0),(85927,183044,530,1,1,233.681,5173.15,25.0649,2.33874,0,0,0,1,60,255,1,0),(85928,183044,530,1,1,827.323,6854.74,22.4411,-2.82743,0,0,0,1,60,255,1,0),(85929,183044,530,1,1,-174.226,8367.76,21.8792,-0.401425,0,0,0,1,60,255,1,0),(85930,183044,530,1,1,1007.71,7645.8,22.8247,-3.08918,0,0,0,1,60,255,1,0),(85931,183046,530,1,1,916.091,7196.76,22.7511,0.733038,0,0,0,1,60,255,1,0),(85932,183046,530,1,1,-307.319,7909.79,21.2943,-0.994837,0,0,0,1,60,255,1,0),(85933,183046,530,1,1,-320.663,6771.47,25.76,-2.70526,0,0,0,1,60,255,1,0),(85934,189973,571,1,1,6053.32,4683.32,-94.5728,-0.610864,0,0,0,1,60,255,1,0),(85935,189973,571,1,1,3785.44,4213.19,25.9314,-1.06465,0,0,0,1,60,255,1,0),(85936,189973,571,1,1,1409.16,-4362.35,139.837,2.47837,0,0,0,1,60,255,1,0),(85937,189973,571,1,1,3722.63,5176.64,23.9765,-1.55334,0,0,0,1,60,255,1,0),(85938,189973,571,1,1,1429.79,-4484.81,161.115,-2.63544,0,0,0,1,60,255,1,0),(85939,189973,571,1,1,6064.63,4989.4,-95.5202,-2.58308,0,0,0,1,60,255,1,0),(85940,189973,571,1,1,6156.1,4996.97,-96.5966,-2.04204,0,0,0,1,60,255,1,0),(85941,189973,571,1,1,4863.62,5501.07,-56.0379,-0.506145,0,0,0,1,60,255,1,0),(85942,189973,571,1,1,3216.33,5415.04,54.2641,2.82743,0,0,0,1,60,255,1,0),(85943,189973,571,1,1,5275.57,3824.87,-40.7414,0.174532,0,0,0,1,60,255,1,0),(85944,189973,571,1,1,4454.4,4840.89,23.6722,0.977383,0,0,0,1,60,255,1,0),(85945,189973,571,1,1,3079.41,5496.23,55.0582,-0.575957,0,0,0,1,60,255,1,0),(85946,189973,571,1,1,4245.74,-1748.34,190.287,-2.74016,0,0,0,1,60,255,1,0),(85947,189973,571,1,1,4079.15,5673.86,52.882,2.51327,0,0,0,1,60,255,1,0),(85948,189973,571,1,1,1999.58,-3940.89,208.051,-3.12412,0,0,0,1,60,255,1,0),(85949,189973,571,1,1,1917.55,-4095.94,214.058,-2.75761,0,0,0,1,60,255,1,0),(85950,189973,571,1,1,1088.36,-4974.57,31.7501,-1.98967,0,0,0,1,60,255,1,0),(85951,189973,571,1,1,4351.04,4796.37,24.1806,1.06465,0,0,0,1,60,255,1,0),(85952,189973,571,1,1,5080.25,4446.59,-94.2855,2.86233,0,0,0,1,60,255,1,0),(85953,189973,571,1,1,3731.48,5355.91,35.9423,-1.78023,0,0,0,1,60,255,1,0),(85954,189973,571,1,1,3368.47,-1884.5,116.544,2.18166,0,0,0,1,60,255,1,0),(85955,189973,571,1,1,2748.15,-3095.83,111.853,-1.74533,0,0,0,1,60,255,1,0),(85956,189973,571,1,1,6043.41,4739.56,-94.644,0,0,0,0,1,60,255,1,0),(85957,189973,571,1,1,2631.62,-3161.23,135.554,-1.48353,0,0,0,1,60,255,1,0),(85958,189973,571,1,1,4532.66,-2379,218.29,0,0,0,0,1,60,255,1,0),(85959,189973,571,1,1,4108.81,4396.39,27.4068,-1.48353,0,0,0,1,60,255,1,0),(85960,189973,571,1,1,3083.56,5239.43,63.9224,1.3439,0,0,0,1,60,255,1,0),(85961,181270,530,1,1,4025.72,3161.22,148.675,1.85005,0,0,0,1,60,255,1,0),(85962,181270,530,1,1,-876.445,4231.71,39.6496,0.436332,0,0,0,1,60,255,1,0),(85963,181270,530,1,1,-3343.44,2364.9,63.7362,0.261798,0,0,0,1,60,255,1,0),(85964,181270,530,1,1,-1890.38,6603.7,3.97598,-2.49582,0,0,0,1,60,255,1,0),(85965,181270,530,1,1,-417.726,2080.68,91.4538,-2.77507,0,0,0,1,60,255,1,0),(85966,181270,530,1,1,-942.854,2276.76,3.09293,-2.91469,0,0,0,1,60,255,1,0),(85967,181270,530,1,1,-3149.93,3045.95,102.596,2.30383,0,0,0,1,60,255,1,0),(85968,181270,530,1,1,-1481.32,6340.96,36.1969,-1.16937,0,0,0,1,60,255,1,0),(85969,181270,530,1,1,1681.96,5146.22,265.13,0.750491,0,0,0,1,60,255,1,0),(85970,181270,530,1,1,-492.379,4723.05,28.0931,1.71042,0,0,0,1,60,255,1,0),(85971,181270,530,1,1,-487.513,2126.37,77.2458,0.733038,0,0,0,1,60,255,1,0),(85972,181270,530,1,1,-280.783,3358.78,-48.7614,1.79769,0,0,0,1,60,255,1,0),(85973,181270,530,1,1,-463.741,2913.23,26,-2.82743,0,0,0,1,60,255,1,0),(85974,181270,530,1,1,259.73,3740.48,179.279,-2.67035,0,0,0,1,60,255,1,0),(85975,181270,530,1,1,178.801,2946.3,23.6427,-2.28638,0,0,0,1,60,255,1,0),(85976,181270,530,1,1,-578.483,3983.76,29.3869,1.37881,0,0,0,1,60,255,1,0),(85977,181270,530,1,1,1551.97,6363.31,2.8339,-0.802851,0,0,0,1,60,255,1,0),(85978,181270,530,1,1,-323.394,2872.39,-49.1472,-1.83259,0,0,0,1,60,255,1,0),(85979,181271,530,1,1,2019.3,4915.15,139.841,-1.71042,0,0,0,1,60,255,1,0),(85980,181271,530,1,1,-4829.55,480.343,49.2413,3.12412,0,0,0,1,60,255,1,0),(85981,181271,530,1,1,-5029.9,404.466,174.086,0.977383,0,0,0,1,60,255,1,0),(85982,181271,530,1,1,-2256.41,6139.93,71.3229,-2.26892,0,0,0,1,60,255,1,0),(85983,181271,530,1,1,-1587.92,6434.57,32.8362,1.55334,0,0,0,1,60,255,1,0),(85984,181271,530,1,1,-158.334,2694.87,41.2048,-2.26892,0,0,0,1,60,255,1,0),(85985,181271,530,1,1,-581.283,3667.28,51.9562,-0.890117,0,0,0,1,60,255,1,0),(85986,181271,530,1,1,-946.735,3852.83,151.426,2.75761,0,0,0,1,60,255,1,0),(85987,181271,530,1,1,-1004.02,4316.05,68.0652,2.46091,0,0,0,1,60,255,1,0),(85988,181271,530,1,1,2228.98,5200.52,262.719,0.366518,0,0,0,1,60,255,1,0),(85989,181271,530,1,1,1722.89,5953.78,145.867,2.60053,0,0,0,1,60,255,1,0),(85990,181271,530,1,1,-788.363,3594.17,119.445,-2.65289,0,0,0,1,60,255,1,0),(85991,181271,530,1,1,-865.052,1986.42,93.4709,0.157079,0,0,0,1,60,255,1,0),(85992,181272,530,1,1,-1304.43,5655.92,199.003,2.33874,0,0,0,1,3600,255,1,0),(85993,181272,530,1,1,-1176.51,5526.43,57.2623,-0.191985,0,0,0,1,3600,255,1,0),(85994,181272,530,1,1,-1056.95,5742.21,29.5228,0.645772,0,0,0,1,3600,255,1,0),(85995,181272,530,1,1,-289.296,7279.96,37.0047,1.0821,0,0,0,1,3600,255,1,0),(85996,181272,530,1,1,-272.63,7048.91,33.5699,-2.37364,0,0,0,1,3600,255,1,0),(85997,181272,530,1,1,-701.989,5161.71,26.6799,-1.58825,0,0,0,1,3600,255,1,0),(85998,185881,530,1,1,-5122.02,122.325,129.771,3.07177,0,0,0,1,60,255,1,0),(85999,185881,530,1,1,-5089.35,160.339,129.451,-1.78023,0,0,0,1,60,255,1,0),(86000,185881,530,1,1,-4194.29,270.925,123.405,-1.93732,0,0,0,1,60,255,1,0),(86001,185881,530,1,1,-4988.35,830.277,37.5357,0.95993,0,0,0,1,60,255,1,0),(86002,185881,530,1,1,-5109.26,783.399,58.1317,1.0472,0,0,0,1,60,255,1,0),(86003,185881,530,1,1,-5205.73,262.022,71.0352,1.3439,0,0,0,1,60,255,1,0),(86004,185881,530,1,1,-5208.73,168.256,69.8622,-1.71042,0,0,0,1,60,255,1,0),(86005,185881,530,1,1,-5192.02,85.9395,69.8052,1.37881,0,0,0,1,60,255,1,0),(86006,185881,530,1,1,-5294.84,139.849,49.7378,-2.75761,0,0,0,1,60,255,1,0),(86007,185881,530,1,1,-5158.48,-121.623,65.6004,-0.645772,0,0,0,1,60,255,1,0),(86008,185881,530,1,1,-5187.12,475.829,75.8003,-0.122173,0,0,0,1,60,255,1,0),(86009,185881,530,1,1,-5276.86,694.728,39.7565,1.36136,0,0,0,1,60,255,1,0),(86010,185881,530,1,1,-4844.98,494.166,53.2687,0.226892,0,0,0,1,60,255,1,0),(86011,185881,530,1,1,-5236.03,75.3729,63.297,0.279252,0,0,0,1,60,255,1,0),(86012,185881,530,1,1,-4943.54,601.093,72.1413,-0.418879,0,0,0,1,60,255,1,0),(86013,185881,530,1,1,-5014.66,-70.1501,67.2902,-1.09956,0,0,0,1,60,255,1,0),(86014,181277,530,1,1,-3068.66,3262.44,6.00242,2.58308,0,0,0,1,60,255,1,0),(86015,181280,530,1,1,-3691.33,255.727,90.989,-0.261798,0,0,0,1,60,255,1,0),(86016,181280,530,1,1,2207.86,5393.08,148.705,-1.91986,0,0,0,1,60,255,1,0),(86017,181280,530,1,1,1665.16,7387.73,370.489,2.86233,0,0,0,1,60,255,1,0),(86018,181280,530,1,1,1765.98,5326.78,154.68,-1.0821,0,0,0,1,60,255,1,0),(86019,181280,530,1,1,1313.71,7184.94,375.112,-2.60053,0,0,0,1,60,255,1,0),(86020,181281,530,1,1,-1405.15,5826.38,187.814,-1.53589,0,0,0,1,60,255,1,0),(86021,191019,571,1,1,5760.06,4716.53,-133.105,-1.36136,0,0,0,1,60,255,1,0),(86022,191019,571,1,1,5184.95,4350.03,-94.1517,-0.994837,0,0,0,1,60,255,1,0),(86023,191019,571,1,1,5084.21,4359.04,-80.2412,0.994837,0,0,0,1,60,255,1,0),(86024,191019,571,1,1,4736.48,5155.9,-52.8686,3.07177,0,0,0,1,60,255,1,0),(86025,191019,571,1,1,5022.24,5049.92,-110.099,-2.65289,0,0,0,1,60,255,1,0),(86026,191019,571,1,1,6248.73,5202.43,-99.1635,0.191985,0,0,0,1,60,255,1,0),(86027,191019,571,1,1,5862.13,4903.47,-131.186,-0.558504,0,0,0,1,60,255,1,0),(86028,191019,571,1,1,5079.28,5565.1,-97.1507,2.68781,0,0,0,1,60,255,1,0),(86029,191019,571,1,1,5572.24,5279.17,-132.452,-2.35619,0,0,0,1,60,255,1,0),(86030,191019,571,1,1,5246.58,3833.23,-37.209,-1.8675,0,0,0,1,60,255,1,0),(86031,191019,571,1,1,5707.61,4465.07,-133.804,-1.32645,0,0,0,1,60,255,1,0),(86032,191019,571,1,1,5714.81,4730.84,-136.111,0.296705,0,0,0,1,60,255,1,0),(86033,191019,571,1,1,5067.95,5183.34,-93.5209,-1.41372,0,0,0,1,60,255,1,0),(86034,191019,571,1,1,5187.02,5115.03,-135.608,2.79252,0,0,0,1,60,255,1,0),(86035,191019,571,1,1,5347.65,5122.71,-135.681,2.93214,0,0,0,1,60,255,1,0),(86036,191019,571,1,1,4837.27,5403.67,-76.6065,2.68781,0,0,0,1,60,255,1,0),(86037,191019,571,1,1,5117.32,4314.6,-100.987,-0.837757,0,0,0,1,60,255,1,0),(86038,191019,571,1,1,5250.66,3960.22,-65.5569,0.488691,0,0,0,1,60,255,1,0),(86039,191019,571,1,1,5757.74,4472.2,-132.476,-1.3439,0,0,0,1,60,255,1,0),(86040,191019,571,1,1,5222.35,4253.78,-100.822,0.558504,0,0,0,1,60,255,1,0),(86041,191019,571,1,1,5713.37,4849.43,-134.212,0.349065,0,0,0,1,60,255,1,0),(86042,191019,571,1,1,5777.2,4892.99,-132.329,-2.61799,0,0,0,1,60,255,1,0),(86043,2866,1,1,1,-8551.42,-4275.46,12.493,-1.18682,0,0,0,1,60,255,1,0),(86044,2866,0,1,1,-6846.84,-1140.55,240.004,-2.80997,0,0,0,1,60,255,1,0),(86045,2866,0,1,1,-7091.08,-1143.13,270.494,-2.93214,0,0,0,1,60,255,1,0),(86046,2866,0,1,1,-7319.13,-934.882,244.218,-3.08918,0,0,0,1,60,255,1,0),(86047,2866,1,1,1,-10016.3,-3712.83,5.8713,-2.47837,0,0,0,1,60,255,1,0),(86048,2866,1,1,1,-7615.36,-3785.46,12.4705,2.93214,0,0,0,1,60,255,1,0),(86049,2866,1,1,1,-8219.37,-4343.52,13.023,-0.680679,0,0,0,1,60,255,1,0),(86050,2866,1,1,1,-7247.31,-4475.61,9.24286,2.18166,0,0,0,1,60,255,1,0),(86051,2866,1,1,1,-7953.55,-5186.19,3.77604,1.97222,0,0,0,1,60,255,1,0),(86052,2866,1,1,1,-7578.92,-4414.79,11.0501,-0.750491,0,0,0,1,60,255,1,0),(86053,2866,1,1,1,-7713.99,-4318.98,11.0923,-1.309,0,0,0,1,60,255,1,0),(86054,142140,1,1,1,-3100.92,1824.06,42.6913,2.14675,0,0,0,1,60,255,1,0),(86055,142140,1,1,1,-3153.04,1919.11,45.3751,2.11185,0,0,0,1,60,255,1,0),(86056,142140,0,1,1,-414.097,-2969.14,95.1376,0.017452,0,0,0,1,60,255,1,0),(86057,142140,1,1,1,-8839.33,-3354.38,9.368,-1.37881,0,0,0,1,60,255,1,0),(86058,142140,1,1,1,-8962.61,-3482.48,20.1249,2.14675,0,0,0,1,60,255,1,0),(86059,142140,1,1,1,-5614.67,1307.63,35.5387,0.296705,0,0,0,1,60,255,1,0),(86060,142140,1,1,1,-7936.81,-3902.71,9.61212,-1.76278,0,0,0,1,60,255,1,0),(86061,142140,1,1,1,-3158.66,1872.15,45.1368,1.64061,0,0,0,1,60,255,1,0),(86062,142140,1,1,1,-4865.61,3626.88,14.1378,-1.67551,0,0,0,1,60,255,1,0),(86063,142140,1,1,1,-5474.59,3656.6,-2.29504,2.00713,0,0,0,1,60,255,1,0),(86064,142140,1,1,1,-2938.85,2588.07,52.3408,-0.122173,0,0,0,1,60,255,1,0),(86065,142140,1,1,1,-2803.22,2565.98,58.5688,-0.331611,0,0,0,1,60,255,1,0),(86066,142140,1,1,1,-3081.53,2785.44,72.6654,-0.279252,0,0,0,1,60,255,1,0),(86067,142140,0,1,1,-12929,-592.18,54.1034,0.069812,0,0,0,1,60,255,1,0),(86068,142140,0,1,1,-12832.5,-756.565,76.742,-0.436332,0,0,0,1,60,255,1,0),(86069,142140,0,1,1,-12704.1,-490.987,30.4305,1.64061,0,0,0,1,60,255,1,0),(86070,142140,1,1,1,-8306.15,-4601.28,8.87698,-1.41372,0,0,0,1,60,255,1,0),(86071,142140,0,1,1,330.611,-3794.22,164.849,0.750491,0,0,0,1,60,255,1,0),(86072,142140,1,1,1,-5478.73,1138.19,48.0808,-0.052359,0,0,0,1,60,255,1,0),(86073,142140,1,1,1,3797.78,-5155.82,142.267,0.191985,0,0,0,1,60,255,1,0),(86074,142140,1,1,1,-8057.83,-3926.48,10.0293,0.157079,0,0,0,1,60,255,1,0),(86075,142140,1,1,1,3566.69,-5040.05,84.6414,-1.65806,0,0,0,1,60,255,1,0),(86076,142140,1,1,1,-5741.64,1168.35,64.9306,2.21656,0,0,0,1,60,255,1,0),(86077,142140,1,1,1,-6964.21,-4412.08,10.5654,0.017452,0,0,0,1,60,255,1,0),(86078,142140,1,1,1,2861.47,-4010.64,141.192,-2.35619,0,0,0,1,60,255,1,0),(86079,142141,0,1,1,1434.88,-1542.22,55.5123,1.25664,0,0,0,1,60,255,1,0),(86080,142141,0,1,1,3305.3,-3724.89,156.091,2.21656,0,0,0,1,60,255,1,0),(86081,142141,0,1,1,1955.09,-2288.2,60.9163,-2.19912,0,0,0,1,60,255,1,0),(86082,142141,0,1,1,2648.07,-4149.05,82.2208,2.47837,0,0,0,1,60,255,1,0),(86083,142141,0,1,1,1949.96,-3962.64,133.924,1.58825,0,0,0,1,60,255,1,0),(86084,142141,0,1,1,1075.39,-1688.27,62.45,-2.54818,0,0,0,1,60,255,1,0),(86085,142141,0,1,1,2205.75,-4157.82,85.6112,-1.64061,0,0,0,1,60,255,1,0),(86086,142141,0,1,1,3122.05,-4285.86,112.994,-2.00713,0,0,0,1,60,255,1,0),(86087,142141,0,1,1,2468.48,-4835.2,73.8452,-0.314158,0,0,0,1,60,255,1,0),(86088,142141,0,1,1,1748.99,-909.477,66.7775,-2.426,0,0,0,1,60,255,1,0),(86089,142142,0,1,1,1596,-4032.47,149.646,3.08918,0,0,0,1,60,255,1,0),(86090,142142,1,1,1,-7736.79,-1046.92,-271.153,-1.0472,0,0,0,1,60,255,1,0),(86091,142142,1,1,1,-6682.94,-111.977,3.70413,0.418879,0,0,0,1,60,255,1,0),(86092,142142,1,1,1,-5168.84,1370.13,42.1852,-2.74016,0,0,0,1,60,255,1,0),(86093,142142,1,1,1,-5204.04,1462.39,46.935,-0.139624,0,0,0,1,60,255,1,0),(86094,142142,0,1,1,157.583,-3357.76,116.646,-1.11701,0,0,0,1,60,255,1,0),(86095,142142,0,1,1,126.82,-3811.6,125.848,1.98967,0,0,0,1,60,255,1,0),(86096,142142,1,1,1,-4219.56,468.836,50.3814,0.645772,0,0,0,1,60,255,1,0),(86097,142142,1,1,1,-7551.09,-1314.93,-271.389,2.30383,0,0,0,1,60,255,1,0),(86098,142142,0,1,1,72.6079,-2282.54,107.053,0.994837,0,0,0,1,60,255,1,0),(86099,142142,1,1,1,-4771.66,1382.84,106.601,-1.6057,0,0,0,1,60,255,1,0),(86100,142142,1,1,1,-5210.45,531.914,53.0045,-0.017452,0,0,0,1,60,255,1,0),(86101,142142,1,1,1,-4542.05,551.276,61.0015,-1.01229,0,0,0,1,60,255,1,0),(86102,142142,1,1,1,-4721.07,1237.54,104.924,1.39626,0,0,0,1,60,255,1,0),(86103,142142,1,1,1,-3113.52,2545.8,49.0441,-1.8675,0,0,0,1,60,255,1,0),(86104,142142,1,1,1,-3510.86,2515.86,54.4166,3.08918,0,0,0,1,60,255,1,0),(86105,142142,0,1,1,2191.87,-4578.98,73.6903,-1.6057,0,0,0,1,60,255,1,0),(86106,142142,0,1,1,48.7941,-2583.62,113.303,0.261798,0,0,0,1,60,255,1,0),(86107,142142,1,1,1,-6856.67,-2181.42,-269.856,-2.426,0,0,0,1,60,255,1,0),(86108,142142,0,1,1,84.1852,-4108.34,158.736,0.453785,0,0,0,1,60,255,1,0),(86109,142142,0,1,1,312.959,-3978.31,125.032,1.51844,0,0,0,1,60,255,1,0),(86110,142142,1,1,1,-4396.3,598.634,62.9732,1.76278,0,0,0,1,60,255,1,0),(86111,142142,1,1,1,-4587.29,724.25,48.3546,-0.785397,0,0,0,1,60,255,1,0),(86112,142142,0,1,1,1982.18,-4091.15,86.3628,-2.40855,0,0,0,1,60,255,1,0),(86113,142142,1,1,1,-4378.7,473.177,55.3617,2.82743,0,0,0,1,60,255,1,0),(86114,142142,1,1,1,-4180.1,-116.857,59.4741,0.925024,0,0,0,1,60,255,1,0),(86115,142142,1,1,1,-4940.68,1379.55,51.1686,-2.86233,0,0,0,1,60,255,1,0),(86116,142142,1,1,1,-3785.27,1951.63,66.5355,-0.541051,0,0,0,1,60,255,1,0),(86117,142142,1,1,1,-4862.91,222.42,47.9531,-1.25664,0,0,0,1,60,255,1,0),(86118,142142,1,1,1,-5089.1,237.204,43.834,-1.78023,0,0,0,1,60,255,1,0),(86119,142142,1,1,1,-4664.02,1593.6,116.131,-0.890117,0,0,0,1,60,255,1,0),(86120,142142,1,1,1,-5394.21,1486.27,26.0908,-1.29154,0,0,0,1,60,255,1,0),(86121,142142,1,1,1,-5380.1,1480.28,25.6769,-1.29154,0,0,0,1,60,255,1,0),(86122,142142,1,1,1,-5468.4,1682.59,60.2407,-0.401425,0,0,0,1,60,255,1,0),(86123,142142,1,1,1,-3488.37,2192.53,28.3378,2.46091,0,0,0,1,60,255,1,0),(86124,142142,1,1,1,-4220.13,114.092,58.0438,2.25147,0,0,0,1,60,255,1,0),(86125,142142,1,1,1,-4312.9,480.826,54.8414,-2.426,0,0,0,1,60,255,1,0),(86126,142142,1,1,1,3513.71,-4175.21,102.224,0.523598,0,0,0,1,60,255,1,0),(86127,142143,1,1,1,-6785.18,-1242.31,-270.824,-0.750491,0,0,0,1,60,255,1,0),(86128,142143,0,1,1,-10641.8,-2588.92,22.8873,0.279252,0,0,0,1,60,255,1,0),(86129,142143,0,1,1,-10122.4,-3323.38,20.8346,0.279252,0,0,0,1,60,255,1,0),(86130,142143,0,1,1,-10222.1,-2547.43,28.302,-0.837757,0,0,0,1,60,255,1,0),(86131,142143,0,1,1,-10441.7,-2949.74,20.4125,-2.37364,0,0,0,1,60,255,1,0),(86132,142143,0,1,1,-10208.6,-3183.85,18.7951,2.70526,0,0,0,1,60,255,1,0),(86133,142143,0,1,1,-10232.6,-3237.06,20.4871,0.680677,0,0,0,1,60,255,1,0),(86134,142143,0,1,1,-10191.9,-2867.31,20.7899,-0.593412,0,0,0,1,60,255,1,0),(86135,142144,530,1,1,-1286.59,5754.04,0.920114,-2.65289,0,0,0,1,60,255,1,0),(86136,142144,530,1,1,-1178.48,5866.07,36.3808,-0.942477,0,0,0,1,60,255,1,0),(86137,142144,530,1,1,-1341.05,5793.17,25.494,-2.1293,0,0,0,1,60,255,1,0),(86138,142144,0,1,1,394.02,-3754.01,126.82,1.0472,0,0,0,1,60,255,1,0),(86139,142144,0,1,1,378.476,-3758.72,103.351,2.14675,0,0,0,1,60,255,1,0),(86140,142144,0,1,1,357.638,-3789.23,126.82,1.41372,0,0,0,1,60,255,1,0),(86141,142144,530,1,1,-1247.58,5802.57,2.21337,0.663223,0,0,0,1,60,255,1,0),(86142,142144,530,1,1,-1365.73,5842,16.9061,-2.23402,0,0,0,1,60,255,1,0),(86143,142145,1,1,1,-1988.43,1979.86,63.384,2.70526,0,0,0,1,3600,255,1,0),(86144,191303,571,1,1,3756.12,4547.41,5.00086,-2.91469,0,0,0,1,60,255,1,0),(86145,191303,571,1,1,3799.21,4413.4,13.9357,-0.052359,0,0,0,1,60,255,1,0),(86146,191303,571,1,1,3867.94,4974.44,2.59567,-2.89724,0,0,0,1,60,255,1,0),(86147,191303,571,1,1,3799.88,5184.95,15.4718,-0.488691,0,0,0,1,60,255,1,0),(86148,191303,571,1,1,3486.68,4787.27,5.86665,3.12412,0,0,0,1,60,255,1,0),(86149,191303,571,1,1,3583.06,4433.15,1.20377,-1.15192,0,0,0,1,60,255,1,0),(86150,191303,571,1,1,3481.46,4302.52,18.3572,-1.88495,0,0,0,1,60,255,1,0),(86151,191303,571,1,1,3713.55,5093.49,8.76521,1.97222,0,0,0,1,60,255,1,0),(86152,191303,571,1,1,3366.21,4248.86,18.7026,2.96704,0,0,0,1,60,255,1,0),(86153,191303,571,1,1,3338.28,4990.92,25.3345,-1.29154,0,0,0,1,60,255,1,0),(86154,191303,571,1,1,4285.13,4836.44,27.5438,2.93214,0,0,0,1,60,255,1,0),(86155,191304,571,1,1,4180.59,4973.35,20.829,2.3911,0,0,0,1,3600,255,1,0),(86156,191304,571,1,1,3423.73,4613.63,24.9693,1.79769,0,0,0,1,3600,255,1,0),(86157,191304,571,1,1,3989.01,4634.25,4.21982,-3.08918,0,0,0,1,3600,255,1,0),(86158,191304,571,1,1,3607.8,4479.17,0.942869,-2.09439,0,0,0,1,3600,255,1,0),(86159,1617,1,1,1,-690.432,-5610.89,26.6571,2.1293,0,0,0,1,60,255,1,0),(86160,1617,0,1,1,-10044.4,907.009,30.8313,-0.418879,0,0,0,1,60,255,1,0),(86161,1617,530,1,1,-3507.2,-11922.5,2.58766,-2.51327,0,0,0,1,60,255,1,0),(86162,1617,1,1,1,654.603,-4906.94,25.1601,-1.64061,0,0,0,1,60,255,1,0),(86163,1617,1,1,1,-109.584,-4607.25,46.3883,-0.942477,0,0,0,1,60,255,1,0),(86164,1617,0,1,1,-9737.88,727.222,27.5254,1.69297,0,0,0,1,60,255,1,0),(86165,1617,1,1,1,-62.4103,-5153.83,9.28289,0.820303,0,0,0,1,60,255,1,0),(86166,1617,1,1,1,332.682,-4996.81,19.5713,0.034906,0,0,0,1,60,255,1,0),(86167,1617,1,1,1,-168.535,-5166.67,24.9761,0,0,0,0,1,60,255,1,0),(86168,1617,1,1,1,794.438,-4269.78,18.8703,2.14675,0,0,0,1,60,255,1,0),(86169,1617,1,1,1,92.4622,-4616.65,49.7868,-1.23918,0,0,0,1,60,255,1,0),(86170,1617,0,1,1,-9198.81,-1258.92,77.0887,0.314158,0,0,0,1,60,255,1,0),(86171,1617,1,1,1,-293.877,-4903.56,31.5329,-1.27409,0,0,0,1,60,255,1,0),(86172,1617,0,1,1,-10128.5,1001.42,37.3444,0.279252,0,0,0,1,60,255,1,0),(86173,1617,530,1,1,-3625.52,-12075.3,22.2671,-2.28638,0,0,0,1,60,255,1,0),(86174,1617,1,1,1,1292.54,-4168.69,27.7662,0.226892,0,0,0,1,60,255,1,0),(86175,1617,1,1,1,1358.3,-4569.46,37.8919,-0.314158,0,0,0,1,60,255,1,0),(86176,1617,1,1,1,1056.99,-5000.04,17.4907,-1.36136,0,0,0,1,60,255,1,0),(86177,1617,1,1,1,821.031,-4890.18,35.3849,1.0472,0,0,0,1,60,255,1,0),(86178,1617,0,1,1,-5576.14,-1609.03,394.671,-0.855211,0,0,0,1,60,255,1,0),(86179,1617,530,1,1,-2423.83,-12068.6,32.706,2.87979,0,0,0,1,3600,255,1,0),(86180,1617,530,1,1,-3908.42,-12345.5,2.12792,2.21656,0,0,0,1,60,255,1,0),(86181,1617,1,1,1,-2257.43,235.841,81.6378,-2.426,0,0,0,1,60,255,1,0),(86182,1617,0,1,1,992.227,1595.33,30.3211,-2.56563,0,0,0,1,60,255,1,0),(86183,1617,0,1,1,1129.89,1426.89,37.3946,-2.70526,0,0,0,1,60,255,1,0),(86184,1617,0,1,1,2196.37,-359.505,75.1928,0.279252,0,0,0,1,60,255,1,0),(86185,1617,1,1,1,-890.855,389.65,32.1049,-2.33874,0,0,0,1,60,255,1,0),(86186,1617,1,1,1,-1521.66,118.448,-2.23671,-2.82743,0,0,0,1,60,255,1,0),(86187,1617,1,1,1,1053.77,-4301.23,17.4971,1.27409,0,0,0,1,60,255,1,0),(86188,1617,1,1,1,-1165.96,-981.61,2.30113,1.91986,0,0,0,1,60,255,1,0),(86189,1617,0,1,1,1966.1,-593.648,56.9309,2.42601,0,0,0,1,60,255,1,0),(86190,1617,1,1,1,9996.68,1737.04,1332.69,2.68781,0,0,0,1,60,255,1,0),(86191,1617,530,1,1,-4215.53,-11785.2,11.3831,-1.13446,0,0,0,1,60,255,1,0),(86192,1617,530,1,1,-2441.68,-11796.7,17.4486,0.994837,0,0,0,1,3600,255,1,0),(86193,1617,530,1,1,-4338.12,-11691.6,7.28691,-0.034906,0,0,0,1,60,255,1,0),(86194,1617,530,1,1,-4387.86,-11883.3,10.5695,2.47837,0,0,0,1,60,255,1,0),(86195,1617,1,1,1,7353.12,119.21,12.8687,-1.81514,0,0,0,1,60,255,1,0),(86196,1618,1,1,1,-721.236,-5611.31,25.5613,-1.58825,0,0,0,1,60,255,1,0),(86197,1618,530,1,1,-3807.18,-11925.7,4.44405,0.837757,0,0,0,1,60,255,1,0),(86198,1618,1,1,1,-2692.53,-1177.1,10.5903,2.32129,0,0,0,1,60,255,1,0),(86199,1618,1,1,1,115.578,-4686.57,27.4204,1.18682,0,0,0,1,60,255,1,0),(86200,1618,1,1,1,81.6812,-4855.03,16.2339,-1.71042,0,0,0,1,60,255,1,0),(86201,1618,1,1,1,188.786,-5087.78,10.8326,-0.401425,0,0,0,1,60,255,1,0),(86202,1618,1,1,1,-55.2088,-5059.32,10.3872,1.22173,0,0,0,1,60,255,1,0),(86203,1618,0,1,1,-5249.26,-432.63,387.018,2.82743,0,0,0,1,60,255,1,0),(86204,1618,1,1,1,-726.661,-4810.64,25.4452,2.93214,0,0,0,1,60,255,1,0),(86205,1618,1,1,1,552.922,-4382.99,25.6746,-1.8675,0,0,0,1,60,255,1,0),(86206,1618,1,1,1,621.033,-4322.41,18.9057,1.23918,0,0,0,1,60,255,1,0),(86207,1618,1,1,1,1123.47,-4109.11,18.9393,-2.74016,0,0,0,1,60,255,1,0),(86208,1618,1,1,1,1192.58,-4006.66,17.0034,-2.00713,0,0,0,1,60,255,1,0),(86209,1618,1,1,1,950.419,-4981.33,9.41513,-0.767944,0,0,0,1,60,255,1,0),(86210,1618,1,1,1,-17.5935,-4018.54,59.2235,2.60053,0,0,0,1,60,255,1,0),(86211,1618,1,1,1,122.605,-4414.1,37.6684,0.209439,0,0,0,1,60,255,1,0),(86212,1618,1,1,1,4926.66,381.136,38.894,0.680677,0,0,0,1,60,255,1,0),(86213,1618,530,1,1,-2125.26,-11984.9,33.3093,-2.74016,0,0,0,1,3600,255,1,0),(86214,1618,1,1,1,-1518.6,-283.123,-26.0325,-1.32645,0,0,0,1,60,255,1,0),(86215,1618,1,1,1,7649.51,-832.593,15.436,0.261798,0,0,0,1,60,255,1,0),(86216,1618,0,1,1,-5519.1,-434.05,405.842,-2.14675,0,0,0,1,60,255,1,0),(86217,1618,1,1,1,-2544.55,-1180.8,-3.04812,1.6057,0,0,0,1,60,255,1,0),(86218,1618,530,1,1,-4297.78,-12042,1.56154,1.88495,0,0,0,1,60,255,1,0),(86219,1618,1,1,1,481.166,-3884.93,20.6758,2.58308,0,0,0,1,60,255,1,0),(86220,1619,1,1,1,-1004.58,-4805.93,12.8968,-1.3439,0,0,0,1,60,255,1,0),(86221,1619,530,1,1,-3505.93,-11809.1,6.61314,1.97222,0,0,0,1,60,255,1,0),(86222,1619,1,1,1,-114.458,-3897.58,44.0153,0.785397,0,0,0,1,60,255,1,0),(86223,1619,0,1,1,-9242.07,-500.695,72.2388,2.58308,0,0,0,1,60,255,1,0),(86224,1619,1,1,1,191.52,-4436.94,33.9087,1.02974,0,0,0,1,60,255,1,0),(86225,1619,1,1,1,-61.418,-4616.06,42.8898,-1.18682,0,0,0,1,60,255,1,0),(86226,1619,1,1,1,-734.752,-4977.03,22.2292,-0.209439,0,0,0,1,60,255,1,0),(86227,1619,1,1,1,159.863,-3927.96,45.6035,1.43117,0,0,0,1,60,255,1,0),(86228,1619,1,1,1,225.312,-4230.02,41.828,-1.74533,0,0,0,1,60,255,1,0),(86229,1619,0,1,1,-9125.45,-647.984,83.9311,1.37881,0,0,0,1,60,255,1,0),(86230,1619,0,1,1,-9194.63,-1313.42,94.5443,-1.90241,0,0,0,1,60,255,1,0),(86231,1619,1,1,1,912.638,-4033.78,-11.5388,-2.93214,0,0,0,1,60,255,1,0),(86232,1619,0,1,1,-9105.53,-1322.45,109.184,0.488691,0,0,0,1,60,255,1,0),(86233,1619,1,1,1,1313.98,-4928.83,9.16377,1.91986,0,0,0,1,60,255,1,0),(86234,1619,1,1,1,944.376,-4231.94,-6.23417,1.36136,0,0,0,1,60,255,1,0),(86235,1619,1,1,1,934.805,-3918.83,19.6192,1.65806,0,0,0,1,60,255,1,0),(86236,1619,1,1,1,-460.157,-4712.15,37.342,-0.610864,0,0,0,1,60,255,1,0),(86237,1619,530,1,1,-2540.3,-11824.2,19.3858,1.48353,0,0,0,1,3600,255,1,0),(86238,1619,0,1,1,275.478,1292.72,79.5945,-1.5708,0,0,0,1,60,255,1,0),(86239,1619,0,1,1,1892.15,-682.06,50.8038,2.75761,0,0,0,1,60,255,1,0),(86240,1619,1,1,1,10245.8,1532.83,1332.78,-3.07177,0,0,0,1,60,255,1,0),(86241,1619,1,1,1,-1281.1,-1042.77,48.7105,2.14675,0,0,0,1,60,255,1,0),(86242,1619,530,1,1,-3978.03,-12384.4,7.06595,1.41372,0,0,0,1,60,255,1,0),(86243,1619,530,1,1,-2994.8,-12192,15.3652,-2.3911,0,0,0,1,60,255,1,0),(86244,1619,530,1,1,-3299.94,-12133.3,44.041,0.523598,0,0,0,1,60,255,1,0),(86245,1620,0,1,1,-11076.5,1616.98,43.6395,3.12412,0,0,0,1,60,255,1,0),(86246,1620,1,1,1,-628.346,-2029.38,64.2924,0.59341,0,0,0,1,3600,255,1,0),(86247,1620,1,1,1,7588.91,-803.94,15.4576,2.96704,0,0,0,1,60,255,1,0),(86248,1620,1,1,1,931.2,-4038.23,-13.3467,-2.30383,0,0,0,1,60,255,1,0),(86249,1620,1,1,1,12.6286,-4112.04,68.9858,-1.90241,0,0,0,1,60,255,1,0),(86250,1620,1,1,1,2960.09,537.748,5.89731,0.90757,0,0,0,1,60,255,1,0),(86251,1620,1,1,1,7518.13,-999.679,-9.88135,1.36136,0,0,0,1,60,255,1,0),(86252,1620,530,1,1,-2516.52,-12175.1,28.0866,-2.14675,0,0,0,1,3600,255,1,0),(86253,1620,0,1,1,626.599,1114.28,63.7859,2.14675,0,0,0,1,60,255,1,0),(86254,1620,0,1,1,-293.199,1221.4,47.9139,-2.49582,0,0,0,1,60,255,1,0),(86255,1620,0,1,1,664.761,1137.47,57.2768,3.00195,0,0,0,1,60,255,1,0),(86256,1620,0,1,1,-699.789,266.887,48.9128,1.88495,0,0,0,1,60,255,1,0),(86257,1620,0,1,1,-10156.3,273.428,22.5262,-1.81514,0,0,0,1,60,255,1,0),(86258,1620,0,1,1,-3556.89,-1394.49,9.70738,2.30383,0,0,0,1,60,255,1,0),(86259,1620,1,1,1,6741.07,452.357,19.4953,-1.91986,0,0,0,1,60,255,1,0),(86260,1620,1,1,1,2576.27,1677.75,294.842,0.157079,0,0,0,1,60,255,1,0),(86261,1620,1,1,1,7549.78,-934.65,12.8812,-2.1293,0,0,0,1,60,255,1,0),(86262,1621,0,1,1,-1185.91,-1002.09,54.4282,-0.575957,0,0,0,1,60,255,1,0),(86263,1621,0,1,1,-9567.76,-2131.51,74.0443,0.890117,0,0,0,1,60,255,1,0),(86264,1621,0,1,1,-3494.52,-1487.17,9.14602,1.32645,0,0,0,1,60,255,1,0),(86265,1621,0,1,1,-3558.61,-1292.08,10.0193,-1.65806,0,0,0,1,60,255,1,0),(86266,1621,1,1,1,3281.95,405.828,3.70566,1.72787,0,0,0,1,60,255,1,0),(86267,1621,530,1,1,-2638.05,-12250.8,13.4452,-1.55334,0,0,0,1,3600,255,1,0),(86268,1621,0,1,1,-1058.08,-1048.58,48.0192,1.83259,0,0,0,1,60,255,1,0),(86269,1621,0,1,1,-510.528,1345.62,42.9607,-0.95993,0,0,0,1,60,255,1,0),(86270,1621,0,1,1,-952.438,185.32,39.5891,1.27409,0,0,0,1,60,255,1,0),(86271,1621,0,1,1,-10724.6,431.879,39.0428,0.977383,0,0,0,1,60,255,1,0),(86272,1621,1,1,1,2570.96,1726.28,314.527,0.226892,0,0,0,1,60,255,1,0),(86273,1621,1,1,1,1897.15,946.018,167.142,2.58308,0,0,0,1,60,255,1,0),(86274,1621,1,1,1,206.765,90.7655,51.4756,-1.83259,0,0,0,1,60,255,1,0),(86275,1621,1,1,1,2903.98,-987.834,199.138,1.98967,0,0,0,1,60,255,1,0),(86276,1621,1,1,1,7457.85,-1146.68,44.8022,0.244346,0,0,0,1,60,255,1,0),(86277,1622,1,1,1,2267.7,1446.69,288.195,-1.81514,0,0,0,1,60,255,1,0),(86278,1622,1,1,1,2207.85,1457.16,298.49,-3.00195,0,0,0,1,60,255,1,0),(86279,1622,0,1,1,-326.226,-354.014,80.6472,2.67035,0,0,0,1,60,255,1,0),(86280,1622,0,1,1,-465.653,-1409.62,89.7087,-0.558504,0,0,0,1,60,255,1,0),(86281,1622,1,1,1,-772.777,-2009.33,77.1303,2.21656,0,0,0,1,3600,255,1,0),(86282,1622,1,1,1,-735.582,-2128.8,66.6035,-2.82743,0,0,0,1,3600,255,1,0),(86283,1622,1,1,1,-5186.26,-2464.78,-50.7728,-2.05949,0,0,0,1,60,255,1,0),(86284,1622,1,1,1,-6059.98,-3502.83,-51.4185,-2.14675,0,0,0,1,60,255,1,0),(86285,1622,1,1,1,-4652.88,-1281.84,-45.4742,1.90241,0,0,0,1,60,255,1,0),(86286,1622,0,1,1,87.021,-1039.61,87.1876,0.767944,0,0,0,1,60,255,1,0),(86287,1622,0,1,1,227.415,1478.35,142.382,2.72271,0,0,0,1,60,255,1,0),(86288,1622,1,1,1,-1406.87,2479.42,89.5196,1.58825,0,0,0,1,3600,255,1,0),(86289,1622,0,1,1,-212.187,961.788,72.1722,-2.18166,0,0,0,1,60,255,1,0),(86290,1622,0,1,1,-753.954,-1005.48,49.0006,1.78023,0,0,0,1,60,255,1,0),(86291,1622,0,1,1,-2842.83,-2212.49,30.8977,1.8675,0,0,0,1,60,255,1,0),(86292,1622,0,1,1,-3390.06,-1649.96,24.1359,-0.977383,0,0,0,1,60,255,1,0),(86293,1622,1,1,1,1494.71,1292.89,181.399,2.63544,0,0,0,1,60,255,1,0),(86294,1622,1,1,1,748.818,1542.47,-16.4499,-1.23918,0,0,0,1,60,255,1,0),(86295,1622,1,1,1,-150.817,-588.083,0.593653,-1.02974,0,0,0,1,60,255,1,0),(86296,1622,1,1,1,4326.1,921.623,-16.6916,-1.69297,0,0,0,1,60,255,1,0),(86297,1622,1,1,1,7371.6,-964.426,32.2543,-0.645772,0,0,0,1,60,255,1,0),(86298,1623,1,1,1,-5466.03,-3213.86,-16.943,0.279252,0,0,0,1,60,255,1,0),(86299,1623,1,1,1,-5395.51,-1994.2,-44.7428,-0.471238,0,0,0,1,60,255,1,0),(86300,1623,0,1,1,-13744.2,514.59,62.0928,1.95477,0,0,0,1,60,255,1,0),(86301,1623,1,1,1,-4638.27,-1335.26,-29.6609,-1.93732,0,0,0,1,60,255,1,0),(86302,1623,0,1,1,-11924.1,433.183,49.4204,2.26892,0,0,0,1,60,255,1,0),(86303,1623,1,1,1,3556.59,-1425.08,192.132,-2.80997,0,0,0,1,60,255,1,0),(86304,1623,1,1,1,1055.79,1644.41,17.822,-1.88495,0,0,0,1,60,255,1,0),(86305,1623,1,1,1,2198.55,1377.93,285.3,1.22173,0,0,0,1,60,255,1,0),(86306,1623,0,1,1,-13398.4,551.578,43.4367,-0.610864,0,0,0,1,60,255,1,0),(86307,1623,0,1,1,-11842.5,-717.021,42.0561,-0.314158,0,0,0,1,60,255,1,0),(86308,1623,0,1,1,-13787.4,422.404,89.6641,1.71042,0,0,0,1,60,255,1,0),(86309,1623,0,1,1,-1200.07,-2025,65.1737,1.43117,0,0,0,1,60,255,1,0),(86310,1623,1,1,1,2622.2,1778.37,337.445,1.98967,0,0,0,1,60,255,1,0),(86311,1623,1,1,1,2236.75,1352.26,313.724,-2.19912,0,0,0,1,60,255,1,0),(86312,1623,1,1,1,-5111.26,-1633.1,-27.9921,2.53072,0,0,0,1,60,255,1,0),(86313,1624,1,1,1,-5022.25,-2211.85,-54.0231,2.80997,0,0,0,1,60,255,1,0),(86314,1624,1,1,1,-5429.14,-2040.26,-64.7291,0.488691,0,0,0,1,60,255,1,0),(86315,1624,1,1,1,-5361.9,-3237.28,-43.1254,-0.174532,0,0,0,1,60,255,1,0),(86316,1624,1,1,1,-3783.09,-2183.34,93.6768,1.48353,0,0,0,1,3600,255,1,0),(86317,1624,1,1,1,-1646.38,2346.47,88.3708,0.418879,0,0,0,1,3600,255,1,0),(86318,1624,1,1,1,718.89,1533.58,-22.989,0.925024,0,0,0,1,60,255,1,0),(86319,1624,0,1,1,-1081.28,-3111.25,48.0621,-1.22173,0,0,0,1,60,255,1,0),(86320,1624,0,1,1,-13677.6,160.625,19.4787,2.37364,0,0,0,1,60,255,1,0),(86321,1624,0,1,1,-10943.8,243.869,28.5117,1.18682,0,0,0,1,60,255,1,0),(86322,1624,1,1,1,-2381.14,-2293.68,91.6667,2.25147,0,0,0,1,3600,255,1,0),(86323,1624,0,1,1,311.558,-826.1,136.664,0.750491,0,0,0,1,3600,255,1,0),(86324,1624,1,1,1,-3564.58,-3356.95,39.8302,-1.65806,0,0,0,1,60,255,1,0),(86325,1624,1,1,1,2370.62,1459.79,277.939,1.0472,0,0,0,1,60,255,1,0),(86326,1624,1,1,1,-366.88,1950.63,111.301,0.174532,0,0,0,1,3600,255,1,0),(86327,1624,0,1,1,-10598.5,-952.971,53.2791,-2.11185,0,0,0,1,60,255,1,0),(86328,1624,0,1,1,-14667.3,-362.328,8.27847,0.820303,0,0,0,1,60,255,1,0),(86329,1624,0,1,1,-13621.2,-66.93,35.9177,2.60053,0,0,0,1,60,255,1,0),(86330,1624,0,1,1,-11893.3,-679.452,16.3839,-2.21656,0,0,0,1,60,255,1,0),(86331,1624,0,1,1,-11865,-549.116,14.4704,2.75761,0,0,0,1,60,255,1,0),(86332,1624,1,1,1,-3661.01,-3444,37.2395,-1.98967,0,0,0,1,60,255,1,0),(86333,1624,0,1,1,-2985.19,-1553.93,9.27713,2.84488,0,0,0,1,60,255,1,0),(86334,1624,1,1,1,3219.43,479.263,-1.44214,-1.36136,0,0,0,1,60,255,1,0),(86335,1624,0,1,1,-1052.49,-1983.44,67.8225,-2.49582,0,0,0,1,60,255,1,0),(86336,1624,0,1,1,192.174,-601.28,126.948,2.9845,0,0,0,1,3600,255,1,0),(86337,1624,1,1,1,-3754.5,-2373.85,94.315,1.74533,0,0,0,1,3600,255,1,0),(86338,1624,0,1,1,-12735.8,-793.108,61.9712,-2.75761,0,0,0,1,60,255,1,0),(86339,1624,0,1,1,-11871.1,-181.152,16.7947,1.23918,0,0,0,1,60,255,1,0),(86340,1624,1,1,1,2352.08,1573.53,281.966,-1.20428,0,0,0,1,60,255,1,0),(86341,1624,0,1,1,-1686.45,-2779.43,46.748,2.72271,0,0,0,1,60,255,1,0),(86342,1624,1,1,1,-4628.61,-3736.39,40.7212,-0.383971,0,0,0,1,60,255,1,0),(86343,1624,0,1,1,-1193.48,-3173.99,42.3659,0.401425,0,0,0,1,60,255,1,0),(86344,1624,0,1,1,-823.311,-1380.93,66.2461,-2.77507,0,0,0,1,60,255,1,0),(86345,1624,1,1,1,1364.02,880.856,155.208,2.96704,0,0,0,1,60,255,1,0),(86346,1624,1,1,1,3357.22,592.805,3.73639,0.523598,0,0,0,1,60,255,1,0),(86347,1624,1,1,1,3152.67,-1811.98,175.534,-0.069812,0,0,0,1,60,255,1,0),(86348,1628,1,1,1,-1825.41,2496.97,63.0604,2.16421,0,0,0,1,3600,255,1,0),(86349,1628,0,1,1,-10547,269.901,28.4756,-1.69297,0,0,0,1,60,255,1,0),(86350,1628,1,1,1,-1251.02,1900.7,50.1459,-1.5708,0,0,0,1,3600,255,1,0),(86351,3724,1,1,1,-524.746,-3453.84,94.4237,-1.15192,0,0,0,1,3600,255,1,0),(86352,3724,1,1,1,-2319,-2417.43,95.6567,-2.58308,0,0,0,1,3600,255,1,0),(86353,3724,1,1,1,-848.241,-2378.59,91.7192,-0.279252,0,0,0,1,3600,255,1,0),(86354,3724,1,1,1,384.82,-2749.18,92.7778,-3.12412,0,0,0,1,3600,255,1,0),(86355,3724,1,1,1,-1652.84,-3576.2,94.1403,-0.890117,0,0,0,1,3600,255,1,0),(86356,3725,1,1,1,224.484,-3345.04,46.9378,-1.01229,0,0,0,1,3600,255,1,0),(86357,3726,1,1,1,-4152.02,-2279.53,95.8744,-1.25664,0,0,0,1,3600,255,1,0),(86358,3726,1,1,1,-450.492,-3692.4,48.0801,-1.25664,0,0,0,1,3600,255,1,0),(86359,3726,1,1,1,384.268,-3543.53,46.8668,0.855211,0,0,0,1,3600,255,1,0),(86360,3726,1,1,1,-3992.42,-2315.7,96.0613,2.26892,0,0,0,1,3600,255,1,0),(86361,3726,1,1,1,-396.659,-1586.49,103.695,0.244346,0,0,0,1,3600,255,1,0),(86362,3726,1,1,1,-863.505,-1595.69,107.602,-1.20428,0,0,0,1,3600,255,1,0),(86363,3727,1,1,1,-2483.53,-2248.7,95.6184,2.67035,0,0,0,1,3600,255,1,0),(86364,3727,1,1,1,-3813,-2215.8,93.1443,0.715585,0,0,0,1,3600,255,1,0),(86365,3727,1,1,1,-956.404,-1660.48,93.9018,1.74533,0,0,0,1,3600,255,1,0),(86366,3729,1,1,1,-2093.66,-2420.5,93.0188,1.01229,0,0,0,1,3600,255,1,0),(86367,3729,1,1,1,-2666.17,-2219.72,92.0802,-1.69297,0,0,0,1,3600,255,1,0),(86368,3729,1,1,1,-640.457,-3877.07,28.5433,1.79769,0,0,0,1,3600,255,1,0),(86369,3729,1,1,1,848.745,-3571.26,90.2722,1.51844,0,0,0,1,3600,255,1,0),(86370,3729,1,1,1,-3570.05,-2433.25,94.5956,-1.06465,0,0,0,1,3600,255,1,0),(86371,3729,1,1,1,-3903.93,-2290.84,91.6683,-1.6057,0,0,0,1,3600,255,1,0),(86372,3729,1,1,1,-442.708,-3739.55,27.1674,-0.226892,0,0,0,1,3600,255,1,0),(86373,3729,1,1,1,-3457.7,-2337.88,91.6667,-0.750491,0,0,0,1,3600,255,1,0),(86374,3729,1,1,1,-431.804,-1316.55,97.6229,1.48353,0,0,0,1,3600,255,1,0),(86375,3729,1,1,1,-1593.21,-3592.77,91.8447,2.58308,0,0,0,1,3600,255,1,0),(86376,3729,1,1,1,-34.3888,-3565.08,27.2031,0.191985,0,0,0,1,3600,255,1,0),(86377,3729,1,1,1,-233.344,-3726.62,29.8465,-0.872664,0,0,0,1,3600,255,1,0),(86378,3730,1,1,1,-3201.34,-2307.78,109.676,-2.28638,0,0,0,1,3600,255,1,0),(86379,3730,1,1,1,-4057.03,-2319.09,131.904,0.506145,0,0,0,1,3600,255,1,0),(86380,3730,1,1,1,-605.449,-2073.85,170.753,3.01941,0,0,0,1,3600,255,1,0),(86381,3730,1,1,1,-1462.52,-3666.71,92.5161,1.22173,0,0,0,1,3600,255,1,0),(86382,176583,1,1,1,-7821.75,-1319.65,-271.669,0.820303,0,0,0,1,60,255,1,0),(86383,176583,0,1,1,-31.2875,-2533.09,119.018,-0.645772,0,0,0,1,60,255,1,0),(86384,176583,1,1,1,-5335.2,1423.61,27.8609,2.49582,0,0,0,1,60,255,1,0),(86385,176583,1,1,1,-6564.64,-701.637,-268.937,-0.453785,0,0,0,1,60,255,1,0),(86386,176583,1,1,1,-3876.53,1975.75,72.5063,-2.09439,0,0,0,1,60,255,1,0),(86387,176583,1,1,1,-6475.13,-1707.52,-275.624,0.226892,0,0,0,1,60,255,1,0),(86388,176583,0,1,1,3321.01,-4947.1,168.989,-0.314158,0,0,0,1,60,255,1,0),(86389,176583,0,1,1,1823.56,-3750.1,158.251,-2.82743,0,0,0,1,60,255,1,0),(86390,176583,0,1,1,2933.23,-4004.29,104.741,1.22173,0,0,0,1,60,255,1,0),(86391,176583,530,1,1,-339.74,6112.62,22.9751,-3.03684,0,0,0,1,60,255,1,0),(86392,176583,0,1,1,320.651,-3068.27,119.442,-2.82743,0,0,0,1,60,255,1,0),(86393,176583,1,1,1,3744.09,-4797.82,136.26,1.67551,0,0,0,1,60,255,1,0),(86394,176583,0,1,1,51.3171,-3625.82,122.411,-0.942477,0,0,0,1,60,255,1,0),(86395,176583,1,1,1,3423.77,-4651.64,102.226,-1.72787,0,0,0,1,60,255,1,0),(86396,176583,530,1,1,-313.694,2390.82,45.5924,1.36136,0,0,0,1,60,255,1,0),(86397,176583,530,1,1,-313.694,2390.82,45.5924,1.36136,0,0,0,1,60,255,1,0),(86398,176583,530,1,1,3989.17,2877.99,125.22,0.523598,0,0,0,1,60,255,1,0),(86399,176583,530,1,1,-646.649,4024.41,29.1898,-0.925024,0,0,0,1,60,255,1,0),(86400,176583,530,1,1,-177.555,3472.09,40.9797,-1.58825,0,0,0,1,60,255,1,0),(86401,176583,530,1,1,-315.253,3634.01,31.6653,0.488691,0,0,0,1,60,255,1,0),(86402,176583,530,1,1,-1087.16,5739.82,57.4741,-1.88495,0,0,0,1,60,255,1,0),(86403,176583,530,1,1,-987.849,5660.09,23.4805,2.3911,0,0,0,1,60,255,1,0),(86404,176583,530,1,1,-398.855,3007.92,-56.6375,-0.767944,0,0,0,1,60,255,1,0),(86405,176584,1,1,1,-7382.57,-1981.48,-270.47,0.855211,0,0,0,1,60,255,1,0),(86406,176584,1,1,1,-7076.98,-650.943,-269.642,-0.052359,0,0,0,1,60,255,1,0),(86407,176584,1,1,1,-6449.84,1330.59,1.34675,-1.62316,0,0,0,1,60,255,1,0),(86408,176584,1,1,1,-7412.39,-1424.75,-271.369,-1.5708,0,0,0,1,60,255,1,0),(86409,176584,1,1,1,-7633.23,-1917.64,-268.372,-2.54818,0,0,0,1,60,255,1,0),(86410,176584,0,1,1,2386.19,-5174.74,74.0617,0.349065,0,0,0,1,60,255,1,0),(86411,176584,0,1,1,2114.44,-3315.56,120.031,2.30383,0,0,0,1,60,255,1,0),(86412,176584,0,1,1,1675.74,-4981.45,79.0261,-3.00195,0,0,0,1,60,255,1,0),(86413,176584,0,1,1,2789.93,-4104.28,99.2775,1.3439,0,0,0,1,60,255,1,0),(86414,176584,0,1,1,1857.36,-2116.71,68.6316,-2.96704,0,0,0,1,60,255,1,0),(86415,176584,0,1,1,1515.73,-1079.51,74.4867,-2.86233,0,0,0,1,60,255,1,0),(86416,176584,0,1,1,-8208.66,-932.638,133.372,0.488691,0,0,0,1,3600,255,1,0),(86417,176584,0,1,1,2155.74,-2417.66,60.7121,-0.90757,0,0,0,1,60,255,1,0),(86418,176584,0,1,1,1950.77,-3732.88,127.524,-1.09956,0,0,0,1,60,255,1,0),(86419,176584,0,1,1,2798.28,-3348.45,96.2219,1.32645,0,0,0,1,60,255,1,0),(86420,176584,0,1,1,1648.37,-3419.78,133.083,0.453785,0,0,0,1,60,255,1,0),(86421,176584,0,1,1,2768.47,-4124.76,94.0685,-1.01229,0,0,0,1,60,255,1,0),(86422,176584,0,1,1,2089.32,-4781.44,74.7134,-2.70526,0,0,0,1,60,255,1,0),(86423,176584,1,1,1,3373.61,-4798.87,110.855,2.02458,0,0,0,1,60,255,1,0),(86424,176584,1,1,1,-6840.39,1052.12,2.4004,-3.12412,0,0,0,1,60,255,1,0),(86425,176584,1,1,1,3797.72,-4948.68,145.915,-2.30383,0,0,0,1,60,255,1,0),(86426,176584,1,1,1,3525.2,-4661.24,101.48,-2.87979,0,0,0,1,60,255,1,0),(86427,176584,530,1,1,-619.672,3916.96,28.9951,0.244346,0,0,0,1,60,255,1,0),(86428,176584,1,1,1,3320.06,-4643.19,97.123,-1.65806,0,0,0,1,60,255,1,0),(86429,176584,530,1,1,205.129,3022.03,-1.2225,0.314158,0,0,0,1,60,255,1,0),(86430,176584,530,1,1,-99.1356,4858.78,52.0323,1.44862,0,0,0,1,60,255,1,0),(86431,176584,530,1,1,-616.57,3484.79,66.5308,-0.017452,0,0,0,1,60,255,1,0),(86432,176584,530,1,1,-483.831,2816.72,45.0211,1.41372,0,0,0,1,60,255,1,0),(86433,176584,530,1,1,-538.766,3107.73,0.122882,2.19912,0,0,0,1,60,255,1,0),(86434,176584,530,1,1,-604.181,2123.58,68.4872,-2.25147,0,0,0,1,60,255,1,0),(86435,176586,1,1,1,-7147.22,-1173.04,-243.574,-1.81514,0,0,0,1,60,255,1,0),(86436,176586,1,1,1,6021.43,-4708.45,788.153,-0.820303,0,0,0,1,60,255,1,0),(86437,176586,0,1,1,2245.04,-3049.81,123.527,-0.488691,0,0,0,1,60,255,1,0),(86438,176586,1,1,1,-6960.87,-2322.74,-224.537,-3.05433,0,0,0,1,60,255,1,0),(86439,176586,1,1,1,4010.14,-5017.9,149.252,2.40855,0,0,0,1,60,255,1,0),(86440,176586,0,1,1,2871.31,-2871.03,104.928,2.04204,0,0,0,1,60,255,1,0),(86441,176586,0,1,1,2225.33,-2463.55,90.5105,-3.01941,0,0,0,1,60,255,1,0),(86442,176586,1,1,1,7526.94,-3923.2,717.491,2.70526,0,0,0,1,60,255,1,0),(86443,176586,1,1,1,6983.7,-4332.11,775.726,0.174532,0,0,0,1,60,255,1,0),(86444,176586,1,1,1,7262.21,-4041.76,715.86,-0.698132,0,0,0,1,60,255,1,0),(86445,176586,1,1,1,6852.75,-2989.41,601.534,-2.72271,0,0,0,1,60,255,1,0),(86446,176586,0,1,1,3132.67,-4361.14,139.667,-2.14675,0,0,0,1,60,255,1,0),(86447,176586,1,1,1,6789.77,-4042.01,708.498,-1.02974,0,0,0,1,60,255,1,0),(86448,176586,0,1,1,2249.72,-4420.42,132.854,-1.78023,0,0,0,1,60,255,1,0),(86449,176586,1,1,1,7010.93,-4831.64,717.759,-1.72787,0,0,0,1,60,255,1,0),(86450,176586,1,1,1,3873.34,-4893.83,173.628,1.88495,0,0,0,1,60,255,1,0),(86451,176586,1,1,1,6384.57,-3255.25,618.608,-0.506145,0,0,0,1,60,255,1,0),(86452,176586,1,1,1,6672.38,-5135.28,784.418,-1.83259,0,0,0,1,60,255,1,0),(86453,176586,1,1,1,5355.13,-4446.39,843.834,2.28638,0,0,0,1,60,255,1,0),(86454,176586,1,1,1,6775.71,-5208.24,764.705,2.28638,0,0,0,1,60,255,1,0),(86455,176586,530,1,1,631.23,2778.51,229.101,1.23918,0,0,0,1,60,255,1,0),(86456,176586,530,1,1,13.3478,3787.04,120.657,-2.21656,0,0,0,1,60,255,1,0),(86457,176586,530,1,1,363.741,2109.55,118.131,2.87979,0,0,0,1,60,255,1,0),(86458,176586,530,1,1,-835.878,4296.72,80.479,1.91986,0,0,0,1,60,255,1,0),(86459,176586,530,1,1,81.9968,3429.71,88.2421,-2.68781,0,0,0,1,60,255,1,0),(86460,176586,530,1,1,499.747,3346.77,109.89,-1.76278,0,0,0,1,60,255,1,0),(86461,176586,530,1,1,-911.488,3645.63,114.376,0.59341,0,0,0,1,60,255,1,0),(86462,176586,530,1,1,-1312.13,4102.39,120.727,-2.9845,0,0,0,1,60,255,1,0),(86463,176586,530,1,1,-850.489,3313.62,75.7251,1.0821,0,0,0,1,60,255,1,0),(86464,176586,530,1,1,-32.8365,4439.55,114.306,1.23918,0,0,0,1,60,255,1,0),(86465,176586,530,1,1,-663.747,3816.28,51.0768,-2.68781,0,0,0,1,60,255,1,0),(86466,176587,0,1,1,2793.07,-4211.21,90.0861,-3.10665,0,0,0,1,60,255,1,0),(86467,176587,0,1,1,1673.49,-2277.09,59.161,-0.855211,0,0,0,1,60,255,1,0),(86468,176587,0,1,1,2165.87,-3193.97,104.805,2.14675,0,0,0,1,60,255,1,0),(86469,176587,0,1,1,2011.32,-3304.11,104.193,-0.523598,0,0,0,1,60,255,1,0),(86470,176587,0,1,1,3136.98,-3255.85,154.399,-0.942477,0,0,0,1,60,255,1,0),(86471,176587,0,1,1,1825.87,-5056.87,84.4563,2.32129,0,0,0,1,60,255,1,0),(86472,176587,0,1,1,1878.36,-4847.95,107.496,-2.54818,0,0,0,1,60,255,1,0),(86473,176587,0,1,1,1943.64,-1904.94,75.7893,-0.977383,0,0,0,1,60,255,1,0),(86474,176587,0,1,1,1095.73,-2526.41,61.4232,-0.034906,0,0,0,1,60,255,1,0),(86475,176587,0,1,1,3140.44,-3679.26,133.914,2.33874,0,0,0,1,60,255,1,0),(86476,176587,0,1,1,2665.35,-4087.51,85.4097,1.91986,0,0,0,1,60,255,1,0),(86477,176587,0,1,1,2483.69,-4265.49,74.3489,1.62316,0,0,0,1,60,255,1,0),(86478,176587,0,1,1,3104.87,-3972.7,110.676,0.488691,0,0,0,1,60,255,1,0),(86479,176588,1,1,1,5121.67,-4969.84,877.953,0.95993,0,0,0,1,60,255,1,0),(86480,176588,1,1,1,5299.71,-4791.05,692.076,0.977383,0,0,0,1,60,255,1,0),(86481,176588,1,1,1,5935.55,-4583.15,717.809,3.05433,0,0,0,1,60,255,1,0),(86482,176588,1,1,1,7507.19,-3946.16,721.172,-1.32645,0,0,0,1,60,255,1,0),(86483,176588,1,1,1,7169.13,-4930.43,713.605,-1.65806,0,0,0,1,60,255,1,0),(86484,176588,1,1,1,5418.08,-4628.64,803.636,-0.471238,0,0,0,1,60,255,1,0),(86485,176588,1,1,1,7202.93,-4495.66,612.221,-3.07177,0,0,0,1,60,255,1,0),(86486,176588,1,1,1,6754.1,-3469.91,680.081,-3.03684,0,0,0,1,60,255,1,0),(86487,176588,1,1,1,7113.89,-4231.54,691.835,-0.506145,0,0,0,1,60,255,1,0),(86488,176588,1,1,1,6454.25,-2619.77,565.284,0.558504,0,0,0,1,60,255,1,0),(86489,176588,1,1,1,7917.05,-4217.55,690.981,0.244346,0,0,0,1,60,255,1,0),(86490,176588,1,1,1,7277.05,-4973.89,727.433,2.91469,0,0,0,1,60,255,1,0),(86491,176588,1,1,1,6828.07,-3437.83,706.807,-1.67551,0,0,0,1,60,255,1,0),(86492,176588,1,1,1,6452.4,-3043.28,573.872,-1.62316,0,0,0,1,60,255,1,0),(86493,176588,1,1,1,5446.56,-4891.5,868.237,0.244346,0,0,0,1,60,255,1,0),(86494,176588,1,1,1,6786.35,-3076.26,577.885,-2.11185,0,0,0,1,60,255,1,0),(86495,176588,1,1,1,6578.92,-4341.99,691.947,0.017452,0,0,0,1,60,255,1,0),(86496,176588,1,1,1,5336.3,-4551.51,694.994,-2.26892,0,0,0,1,60,255,1,0),(86497,176588,1,1,1,6781.84,-3670.45,732.095,2.46091,0,0,0,1,60,255,1,0),(86498,176588,1,1,1,7158.97,-4899.96,704.893,-0.837757,0,0,0,1,60,255,1,0),(86499,176588,1,1,1,7418.42,-4684.81,630.092,0.977383,0,0,0,1,60,255,1,0),(86500,176588,1,1,1,6874.46,-3068.54,620.449,-2.67035,0,0,0,1,60,255,1,0),(86501,176588,1,1,1,6781.86,-3677.09,731.957,-0.349065,0,0,0,1,60,255,1,0),(86502,176588,1,1,1,5202.73,-4798.3,692.044,1.98967,0,0,0,1,60,255,1,0),(86503,176589,0,1,1,3151.6,-3727.88,-61.2898,0.541051,0,0,0,1,60,255,1,0),(86504,176589,1,1,1,6571.79,-5104.69,769.397,2.86233,0,0,0,1,60,255,1,0),(86505,190169,571,1,1,1447.66,-4252.2,117.534,-1.43117,0,0,0,1,60,255,1,0),(86506,190169,571,1,1,5787.84,4815.88,-137.03,2.54818,0,0,0,1,60,255,1,0),(86507,190169,571,1,1,5398.15,4743.83,-198.335,2.23402,0,0,0,1,60,255,1,0),(86508,190169,571,1,1,5378.09,4770.32,-198.815,0.715585,0,0,0,1,60,255,1,0),(86509,190169,571,1,1,5353.56,3938.9,-70.3501,1.50098,0,0,0,1,60,255,1,0),(86510,190169,571,1,1,5384.21,4884.84,-196.389,2.67035,0,0,0,1,60,255,1,0),(86511,190169,571,1,1,3660.13,-4309.04,182.113,2.84488,0,0,0,1,60,255,1,0),(86512,190169,571,1,1,1303.32,-4591.65,184.598,2.72271,0,0,0,1,60,255,1,0),(86513,190169,571,1,1,1511.71,-3961.38,117.03,1.81514,0,0,0,1,60,255,1,0),(86514,190169,571,1,1,2080.31,-3313.88,99.63,-2.16421,0,0,0,1,60,255,1,0),(86515,190169,571,1,1,3202.27,5499.15,50.7181,-2.63544,0,0,0,1,60,255,1,0),(86516,190169,571,1,1,3120.87,5562.68,50.6395,-0.767944,0,0,0,1,60,255,1,0),(86517,190169,571,1,1,1100.09,-4569.95,184.8,0.90757,0,0,0,1,60,255,1,0),(86518,190169,571,1,1,4155.84,-1652.85,182.172,3.14159,0,0,0,1,60,255,1,0),(86519,190169,571,1,1,3129,5553.3,49.724,-1.09956,0,0,0,1,60,255,1,0),(86520,190169,571,1,1,5523.45,4774.72,-197.199,1.41372,0,0,0,1,60,255,1,0),(86521,190169,571,1,1,5470.05,4730.39,-197.549,2.40855,0,0,0,1,60,255,1,0),(86522,190169,571,1,1,3008.23,-2428.08,51.0382,2.53072,0,0,0,1,60,255,1,0),(86523,190169,571,1,1,4078.09,-1843.95,201.622,1.11701,0,0,0,1,60,255,1,0),(86524,190169,571,1,1,4292.99,-1568.26,151.455,2.70526,0,0,0,1,60,255,1,0),(86525,190169,571,1,1,3305.52,5525.64,49.7493,0.90757,0,0,0,1,60,255,1,0),(86526,190169,571,1,1,5122.59,4876.67,-133.187,-1.06465,0,0,0,1,60,255,1,0),(86527,190169,571,1,1,5289.33,4820.33,-134.866,-1.37881,0,0,0,1,60,255,1,0),(86528,190169,571,1,1,5240.97,4834.94,-132.213,-2.68781,0,0,0,1,60,255,1,0),(86529,190169,571,1,1,5535.16,4807.31,-202.513,2.42601,0,0,0,1,60,255,1,0),(86530,190169,571,1,1,5455.71,4915.69,-196.064,2.32129,0,0,0,1,60,255,1,0),(86531,190169,571,1,1,3153.67,5711.85,49.5229,1.01229,0,0,0,1,60,255,1,0),(86532,190169,571,1,1,3266.28,5464.21,49.2089,-3.03684,0,0,0,1,60,255,1,0),(86533,190169,571,1,1,3135.54,5558.23,50.5331,-2.00713,0,0,0,1,60,255,1,0),(86534,190169,571,1,1,3121.27,5567.17,50.8466,1.41372,0,0,0,1,60,255,1,0),(86535,190169,571,1,1,3108.73,5451.12,52.1922,-0.925024,0,0,0,1,60,255,1,0),(86536,190169,571,1,1,5420.95,4741.08,-196.649,-3.03684,0,0,0,1,60,255,1,0),(86537,190169,571,1,1,5222.37,4775.68,-133.006,-2.21656,0,0,0,1,60,255,1,0),(86538,190169,571,1,1,5552.37,4819.4,-196.988,-0.872664,0,0,0,1,60,255,1,0),(86539,190169,571,1,1,3173.68,5485.56,49.4479,0.488691,0,0,0,1,60,255,1,0),(86540,190169,571,1,1,3215.32,-2547.65,50.7545,1.41372,0,0,0,1,60,255,1,0),(86541,190169,571,1,1,1208.41,-4751.82,187.54,2.9845,0,0,0,1,60,255,1,0),(86542,190169,571,1,1,2154.84,-3519.37,148.927,1.48353,0,0,0,1,60,255,1,0),(86543,190169,571,1,1,3783.97,-4401.96,181.853,-1.5708,0,0,0,1,60,255,1,0),(86544,190169,571,1,1,4779.36,4328.58,-52.0615,-2.40855,0,0,0,1,60,255,1,0),(86545,190169,571,1,1,1494.26,-4379.15,115.011,0.279252,0,0,0,1,60,255,1,0),(86546,190169,571,1,1,5300.92,3910.62,-68.7779,-0.593412,0,0,0,1,60,255,1,0),(86547,190169,571,1,1,2239.49,-3833.66,218.024,-2.67035,0,0,0,1,60,255,1,0),(86548,190169,571,1,1,3456.05,-2636.26,80.4223,1.29154,0,0,0,1,60,255,1,0),(86549,190169,571,1,1,3330.88,-2643.63,50.7848,2.86233,0,0,0,1,60,255,1,0),(86550,190169,571,1,1,3260.21,5457.82,49.3598,-2.14675,0,0,0,1,60,255,1,0),(86551,190169,571,1,1,3236.64,5730.77,49.6809,-1.29154,0,0,0,1,60,255,1,0),(86552,190169,571,1,1,4031.76,-2920.06,272.445,2.16421,0,0,0,1,60,255,1,0),(86553,190169,571,1,1,3119.21,5449.24,51.764,-0.663223,0,0,0,1,60,255,1,0),(86554,190169,571,1,1,5433.37,4906.32,-195.606,-2.58308,0,0,0,1,60,255,1,0),(86555,190169,571,1,1,3181.25,5506.53,49.3441,0.174532,0,0,0,1,60,255,1,0),(86556,190169,571,1,1,3675.64,-4414,181.632,1.53589,0,0,0,1,60,255,1,0),(86557,190169,571,1,1,4141.41,-1730.03,190.446,0.645772,0,0,0,1,60,255,1,0),(86558,190169,571,1,1,5738.03,4812.82,-135.685,-0.191985,0,0,0,1,60,255,1,0),(86559,190169,571,1,1,5847.72,4856.37,-136.323,0.802851,0,0,0,1,60,255,1,0),(86560,190170,571,1,1,5514.39,-3074.55,288.729,0.034906,0,0,0,1,60,255,1,0),(86561,190170,571,1,1,4569.49,-2146.37,160.842,-1.41372,0,0,0,1,60,255,1,0),(86562,190170,571,1,1,5400.62,-2156.59,239.928,-0.174532,0,0,0,1,60,255,1,0),(86563,190170,571,1,1,5547.08,-2560.81,287.529,1.50098,0,0,0,1,60,255,1,0),(86564,190170,571,1,1,5629.3,-2731.78,276.416,0.209439,0,0,0,1,60,255,1,0),(86565,190170,571,1,1,5541.2,-2495.72,287.831,0.488691,0,0,0,1,60,255,1,0),(86566,190170,571,1,1,5222.92,-3507.79,290.388,-0.139624,0,0,0,1,60,255,1,0),(86567,190170,571,1,1,5659.84,-2587.87,288.753,-2.1293,0,0,0,1,60,255,1,0),(86568,190170,571,1,1,6092.05,-2311.46,291.9,-2.14675,0,0,0,1,60,255,1,0),(86569,190170,571,1,1,6184.16,-2586.47,293.127,0.383971,0,0,0,1,60,255,1,0),(86570,190170,571,1,1,5620.47,-3040.05,288.17,-1.51844,0,0,0,1,60,255,1,0),(86571,190170,571,1,1,5943.31,-2818.21,263.425,2.87979,0,0,0,1,60,255,1,0),(86572,190170,571,1,1,5917.88,-2084.03,242.739,0.785397,0,0,0,1,60,255,1,0),(86573,190170,571,1,1,5189.09,-3176.02,269.032,0.733038,0,0,0,1,60,255,1,0),(86574,190170,571,1,1,6114.97,-2702.02,294.59,0.645772,0,0,0,1,60,255,1,0),(86575,190170,571,1,1,4835.36,-2094.61,244.908,-0.366518,0,0,0,1,60,255,1,0),(86576,190170,571,1,1,5129.01,-3401.4,290.756,1.43117,0,0,0,1,60,255,1,0),(86577,190170,571,1,1,6065.93,-2271.42,236.922,-2.35619,0,0,0,1,60,255,1,0),(86578,190170,571,1,1,5976.25,-1885.27,244.378,2.61799,0,0,0,1,60,255,1,0),(86579,190170,571,1,1,5769.39,-2082.43,243.174,1.309,0,0,0,1,60,255,1,0),(86580,190170,571,1,1,6091.38,-1749.04,238.251,-3.12412,0,0,0,1,60,255,1,0),(86581,190170,571,1,1,5047.25,-1729.38,234.624,-0.698132,0,0,0,1,60,255,1,0),(86582,190170,571,1,1,5251.22,-2735.34,291.897,-2.44346,0,0,0,1,60,255,1,0),(86583,190170,571,1,1,6094.35,-2269.32,236.645,1.43117,0,0,0,1,60,255,1,0),(86584,190170,571,1,1,5566.55,-3054.42,287.678,-2.79252,0,0,0,1,60,255,1,0),(86585,190170,571,1,1,6161.33,-2317.43,293.344,-2.21656,0,0,0,1,60,255,1,0),(86586,190171,571,1,1,7606.04,1489.36,329.466,-0.506145,0,0,0,1,60,255,1,0),(86587,190171,571,1,1,7685.58,801.331,479.31,-2.74016,0,0,0,1,60,255,1,0),(86588,190171,571,1,1,7676.67,788.734,480.233,-2.65289,0,0,0,1,60,255,1,0),(86589,190171,571,1,1,8042.69,734.433,483.312,0.209439,0,0,0,1,60,255,1,0),(86590,190171,571,1,4,7178.92,-2825.45,827.357,-2.61799,0,0,0,1,60,255,1,0),(86591,190171,571,1,4,7833.52,-3421.88,867.524,-2.9845,0,0,0,1,60,255,1,0),(86592,190171,571,1,4,7411.36,-2784.95,771.104,-2.53072,0,0,0,1,60,255,1,0),(86593,190171,571,1,1,7591.48,721.631,481.439,2.70526,0,0,0,1,60,255,1,0),(86594,190171,571,1,1,8225.18,-179.044,860.348,3.05433,0,0,0,1,60,255,1,0),(86595,190171,571,1,1,7572.28,137.891,863.986,2.04204,0,0,0,1,60,255,1,0),(86596,190171,571,1,1,6173.37,185.487,376.619,-0.820303,0,0,0,1,60,255,1,0),(86597,190171,571,1,1,6314.95,234.718,392.042,-1.91986,0,0,0,1,60,255,1,0),(86598,190171,571,1,1,7613.28,1568.99,337.188,0.174532,0,0,0,1,60,255,1,0),(86599,190171,571,1,65,4781.7,2100.41,424.172,0.226892,0,0,0,1,60,255,1,0),(86600,190171,571,1,1,8458.22,259.851,783.266,-2.14675,0,0,0,1,60,255,1,0),(86601,190171,571,1,257,6703.31,2378.88,446.488,-2.44346,0,0,0,1,60,255,1,0),(86602,190171,571,1,4,7035,-2060.74,757.475,-1.6057,0,0,0,1,60,255,1,0),(86603,190171,571,1,65,4893.09,2195.61,356.849,-1.41372,0,0,0,1,60,255,1,0),(86604,190171,571,1,257,6333.8,2268.83,479.33,-2.44346,0,0,0,1,60,255,1,0),(86605,190171,571,1,4,6226.58,1747.47,627.615,-1.93732,0,0,0,1,60,255,1,0),(86606,190171,571,1,65,4979.71,2929.78,371.5,0.122173,0,0,0,1,60,255,1,0),(86607,190171,571,1,1,7552.07,711.662,477.206,-3.08918,0,0,0,1,60,255,1,0),(86608,190171,571,1,1,7263.13,589.681,500.152,1.53589,0,0,0,1,60,255,1,0),(86609,190171,571,1,1,7213.97,1002.73,431.911,0.331611,0,0,0,1,60,255,1,0),(86610,190171,571,1,1,7586.84,211.888,841.179,3.03684,0,0,0,1,60,255,1,0),(86611,190171,571,1,1,6294.62,-1003.22,411.494,-2.65289,0,0,0,1,60,255,1,0),(86612,190171,571,1,1,8382.42,-874.127,888.2,0.087266,0,0,0,1,60,255,1,0),(86613,190171,571,1,4,7268.71,-2918.3,824.448,-3.01941,0,0,0,1,60,255,1,0),(86614,190171,571,1,4,7279.18,-2432.95,757.786,2.94959,0,0,0,1,60,255,1,0),(86615,190171,571,1,1,6545.56,-1263.18,516.596,-0.785397,0,0,0,1,60,255,1,0),(86616,190171,571,1,1,6478.44,-1184.65,457.48,-2.426,0,0,0,1,60,255,1,0),(86617,190171,571,1,1,6551.62,-876.379,586.561,-0.314158,0,0,0,1,60,255,1,0),(86618,190171,571,1,1,7857.08,946.719,451.236,2.05949,0,0,0,1,60,255,1,0),(86619,190171,571,1,1,7810.71,1053.76,395.844,1.46608,0,0,0,1,60,255,1,0),(86620,190171,571,1,1,6277.7,-499.489,415.582,2.63544,0,0,0,1,60,255,1,0),(86621,190171,571,1,1,6307.44,-634.534,424.29,2.96704,0,0,0,1,60,255,1,0),(86622,190171,571,1,65,4795.04,1912.14,447.901,-1.27409,0,0,0,1,60,255,1,0),(86623,190171,571,1,1,6309.36,-248.119,552.849,-2.11185,0,0,0,1,60,255,1,0),(86624,190171,571,1,1,7880.74,-95.2904,886.948,-0.855211,0,0,0,1,60,255,1,0),(86625,190171,571,1,1,6636.66,-923.067,621.166,0.767944,0,0,0,1,60,255,1,0),(86626,190171,571,1,1,6709.84,-668.609,910.388,-0.890117,0,0,0,1,60,255,1,0),(86627,190171,571,1,1,7800.41,-388.201,907.601,-2.16421,0,0,0,1,60,255,1,0),(86628,190171,571,1,1,7716.83,868.221,468.283,-2.26892,0,0,0,1,60,255,1,0),(86629,190171,571,1,1,7213.15,914.167,470.656,-1.83259,0,0,0,1,60,255,1,0),(86630,190171,571,1,1,7501.78,-1435.25,954.127,-0.663223,0,0,0,1,60,255,1,0),(86631,190171,571,1,1,8204.22,-1284.64,995.43,-1.71042,0,0,0,1,60,255,1,0),(86632,190171,571,1,1,8144.53,-1192.59,944.461,1.01229,0,0,0,1,60,255,1,0),(86633,190171,571,1,1,6946,1061.63,306.999,-0.942477,0,0,0,1,60,255,1,0),(86634,190171,571,1,1,6753.62,2121.63,582.977,-0.645772,0,0,0,1,60,255,1,0),(86635,190171,571,1,1,7884.9,737.802,518.818,2.23402,0,0,0,1,60,255,1,0),(86636,190171,571,1,1,7177.44,475.318,546.581,-0.663223,0,0,0,1,60,255,1,0),(86637,190171,571,1,1,6693.75,-3891.63,565.246,0.837757,0,0,0,1,60,255,1,0),(86638,190171,571,1,1,8147.67,735.527,491.966,0.610864,0,0,0,1,60,255,1,0),(86639,190171,571,1,1,6530.15,-1319.53,513.957,-1.02974,0,0,0,1,60,255,1,0),(86640,190171,571,1,1,5747.65,-502.889,228.242,3.14159,0,0,0,1,60,255,1,0),(86641,190171,571,1,1,6114.73,-774.22,387.194,0.383971,0,0,0,1,60,255,1,0),(86642,190171,571,1,1,8426.85,-229.069,831.22,2.23402,0,0,0,1,60,255,1,0),(86643,190171,571,1,1,7011.35,-15.242,808.785,-1.13446,0,0,0,1,60,255,1,0),(86644,190171,571,1,1,7020.88,-292.799,790.273,2.80997,0,0,0,1,60,255,1,0),(86645,190171,571,1,257,6253.61,2412.15,492.654,1.22173,0,0,0,1,60,255,1,0),(86646,190171,571,1,1,6142.6,195.027,374.565,2.72271,0,0,0,1,60,255,1,0),(86647,190171,571,1,1,7049.84,-657.287,733.301,2.91469,0,0,0,1,60,255,1,0),(86648,190171,571,1,1,6849.81,-378.018,1009.44,-2.51327,0,0,0,1,60,255,1,0),(86649,190171,571,1,1,7148.89,-774.899,890.19,-3.00195,0,0,0,1,60,255,1,0),(86650,190171,571,1,1,7009.92,12.2283,808.279,1.3439,0,0,0,1,60,255,1,0),(86651,190171,571,1,1,7549.42,-65.7339,847.063,1.88495,0,0,0,1,60,255,1,0),(86652,190171,571,1,1,6837.99,2426.47,430.905,2.67035,0,0,0,1,60,255,1,0),(86653,190171,571,1,1,7960.5,2964.68,509.341,-3.00195,0,0,0,1,60,255,1,0),(86654,190171,571,1,1,7530.47,1652.22,356.434,-1.79769,0,0,0,1,60,255,1,0),(86655,190171,571,1,1,7626.1,2234.61,371.81,2.05949,0,0,0,1,60,255,1,0),(86656,190171,571,1,1,7846.33,1089.92,393.908,-1.23918,0,0,0,1,60,255,1,0),(86657,190171,571,1,1,6782.02,2753.82,437.364,-0.95993,0,0,0,1,60,255,1,0),(86658,190171,571,1,1,7897.32,1915.84,368.23,-2.04204,0,0,0,1,60,255,1,0),(86659,190171,571,1,1,7845.4,1613.98,366.972,-3.05433,0,0,0,1,60,255,1,0),(86660,190171,571,1,1,7803.24,1127.76,391.586,1.13446,0,0,0,1,60,255,1,0),(86661,190171,571,1,1,7839.07,845.36,456.28,-1.83259,0,0,0,1,60,255,1,0),(86662,190171,571,1,1,7254.87,2897.4,415.382,-2.67035,0,0,0,1,60,255,1,0),(86663,190171,571,1,1,7502.73,1339.4,321.933,-0.069812,0,0,0,1,60,255,1,0),(86664,190171,571,1,257,6492.07,2206.91,491.835,2.72271,0,0,0,1,60,255,1,0),(86665,190171,571,1,1,8121.94,871.798,491.271,2.68781,0,0,0,1,60,255,1,0),(86666,190171,571,1,1,7683.95,593.884,655.911,-2.77507,0,0,0,1,60,255,1,0),(86667,190171,571,1,1,6364.97,240.361,396.218,2.49582,0,0,0,1,60,255,1,0),(86668,190171,571,1,1,7358.24,2671.12,395.01,-0.436332,0,0,0,1,60,255,1,0),(86669,190171,571,1,1,6611.26,2555.64,444.767,1.46608,0,0,0,1,60,255,1,0),(86670,190171,571,1,1,6853.15,2503.04,417.276,1.65806,0,0,0,1,60,255,1,0),(86671,190171,571,1,1,7044.44,2664.91,398.564,-0.174532,0,0,0,1,60,255,1,0),(86672,190171,571,1,1,7293.72,2603.55,393.816,1.93731,0,0,0,1,60,255,1,0),(86673,190171,571,1,1,6774.65,2400.91,437.956,-0.767944,0,0,0,1,60,255,1,0),(86674,190171,571,1,1,7567.96,2322.32,377.339,1.6057,0,0,0,1,60,255,1,0),(86675,190171,571,1,1,6326.14,-735.966,436.503,-1.0472,0,0,0,1,60,255,1,0),(86676,190171,571,1,1,6442.65,-961.862,447.902,1.78023,0,0,0,1,60,255,1,0),(86677,190171,571,1,1,8211.69,802.568,501.383,0.174532,0,0,0,1,60,255,1,0),(86678,190171,571,1,1,7553.51,751.535,477.917,2.51327,0,0,0,1,60,255,1,0),(86679,190172,571,1,1,7721.72,900.137,467.229,1.91986,0,0,0,1,60,255,1,0),(86680,190172,571,1,4,7161.55,-3244.97,855.872,2.44346,0,0,0,1,60,255,1,0),(86681,190172,571,1,8,7292.32,-3632.08,832.593,-2.60053,0,0,0,1,60,255,1,0),(86682,190172,571,1,4,7622.1,-3284.85,869.742,-0.261798,0,0,0,1,60,255,1,0),(86683,190172,571,1,1,8248.19,432.9,659.2,-1.88495,0,0,0,1,60,255,1,0),(86684,190172,571,1,1,5952.88,-536.098,351.057,1.06465,0,0,0,1,60,255,1,0),(86685,190172,571,1,1,5993.58,-691.531,371.009,-0.069812,0,0,0,1,60,255,1,0),(86686,190172,571,1,1,6328,1086.56,238.485,1.8675,0,0,0,1,60,255,1,0),(86687,190172,571,1,1,6943.42,2450.06,419.718,-0.925024,0,0,0,1,60,255,1,0),(86688,190172,571,1,1,6187.29,247.655,381.81,2.40855,0,0,0,1,60,255,1,0),(86689,190172,571,1,32,4951.62,2342.06,327.608,-0.069812,0,0,0,1,60,255,1,0),(86690,190172,571,1,1,7885.14,843.726,463.284,2.30383,0,0,0,1,60,255,1,0),(86691,190172,571,1,1,8031.84,2565.84,503.111,2.09439,0,0,0,1,60,255,1,0),(86692,190172,571,1,1,7720.45,1596.82,345.107,-0.244346,0,0,0,1,60,255,1,0),(86693,190172,571,1,1,7966.03,-440.577,898.175,1.78023,0,0,0,1,60,255,1,0),(86694,190172,571,1,4,7256.56,-2221.02,763.032,-1.83259,0,0,0,1,60,255,1,0),(86695,190172,571,1,4,7147.13,-2275.39,766.302,1.20428,0,0,0,1,60,255,1,0),(86696,190172,571,1,1,7025.03,-495.624,740.371,-2.16421,0,0,0,1,60,255,1,0),(86697,190172,571,1,1,7766.7,-146.478,878.768,1.27409,0,0,0,1,60,255,1,0),(86698,190172,571,1,1,7160.71,-711.971,890.765,2.47837,0,0,0,1,60,255,1,0),(86699,190172,571,1,1,6911.6,22.628,791.64,2.96704,0,0,0,1,60,255,1,0),(86700,190172,571,1,1,6737.99,9.14355,739.596,1.6057,0,0,0,1,60,255,1,0),(86701,190172,571,1,65,5369.25,2499.68,379.853,-2.3911,0,0,0,1,60,255,1,0),(86702,190172,571,1,1,5722.6,-841.723,236.289,2.3911,0,0,0,1,60,255,1,0),(86703,190172,571,1,1,8131.56,-586.537,960.45,-0.872664,0,0,0,1,60,255,1,0),(86704,190172,571,1,1,7955.64,1003.38,470.564,1.6057,0,0,0,1,60,255,1,0),(86705,190172,571,1,1,7939.31,1520.02,452.773,0.383971,0,0,0,1,60,255,1,0),(86706,190172,571,1,1,7589.81,-1377,957.649,-1.91986,0,0,0,1,60,255,1,0),(86707,190172,571,1,1,7311.13,-822.788,934.387,-0.994837,0,0,0,1,60,255,1,0),(86708,190172,571,1,1,8276.51,-667.607,918.975,2.70526,0,0,0,1,60,255,1,0),(86709,190172,571,1,1,8071.88,-974.711,942.093,2.65289,0,0,0,1,60,255,1,0),(86710,190172,571,1,1,7707.01,1869.19,357.579,-2.30383,0,0,0,1,60,255,1,0),(86711,190172,571,1,1,8087.24,-1123.66,957.091,-2.60053,0,0,0,1,60,255,1,0),(86712,190172,571,1,1,7121.92,-1424.51,926.229,-1.50098,0,0,0,1,60,255,1,0),(86713,190172,571,1,1,7948.76,1806.31,380.326,-1.01229,0,0,0,1,60,255,1,0),(86714,190172,571,1,1,7924.44,1588.83,407.014,2.19912,0,0,0,1,60,255,1,0),(86715,190172,571,1,1,6688.12,-4014.15,515.785,-1.71042,0,0,0,1,60,255,1,0),(86716,190172,571,1,1,6896.37,-94.8467,771.631,-1.01229,0,0,0,1,60,255,1,0),(86717,190172,571,1,1,7329.9,-1568.9,945.736,-1.15192,0,0,0,1,60,255,1,0),(86718,190172,571,1,1,7431.68,-101.477,794.544,-2.67035,0,0,0,1,60,255,1,0),(86719,190172,571,1,1,7004.26,3126.87,533.681,-2.49582,0,0,0,1,60,255,1,0),(86720,190172,571,1,1,6796.13,3024.49,529.321,0.575957,0,0,0,1,60,255,1,0),(86721,190172,571,1,1,6879.99,1103.94,291.683,0.366518,0,0,0,1,60,255,1,0),(86722,190172,571,1,1,7225.64,1020.03,409.266,1.98967,0,0,0,1,60,255,1,0),(86723,190172,571,1,1,8039.18,408.5,684.414,0.95993,0,0,0,1,60,255,1,0),(86724,190172,571,1,1,6738.05,2638.2,429.298,-1.18682,0,0,0,1,60,255,1,0),(86725,190172,571,1,1,7317.25,2906.03,418.704,1.27409,0,0,0,1,60,255,1,0),(86726,190172,571,1,4,6225.27,1720.56,610.997,0.174532,0,0,0,1,60,255,1,0),(86727,190172,571,1,257,6445,2527.26,484.512,-0.802851,0,0,0,1,60,255,1,0),(86728,190172,571,1,1,7854.96,-390.216,893.536,2.14675,0,0,0,1,60,255,1,0),(86729,190172,571,1,1,4916.51,1936.1,435.077,-2.40855,0,0,0,1,60,255,1,0),(86730,190173,571,1,1,5119.1,1061.23,223.894,1.64061,0,0,0,1,60,255,1,0),(86731,190173,571,1,1,4389.32,-1431.87,161.724,-0.942477,0,0,0,1,60,255,1,0),(86732,190173,571,1,1,3824.72,-1480.22,144.421,2.74016,0,0,0,1,60,255,1,0),(86733,190173,571,1,1,5185.34,1089.87,217.527,-1.25664,0,0,0,1,60,255,1,0),(86734,190173,571,1,1,4255.75,1111.36,140.905,0.052359,0,0,0,1,60,255,1,0),(86735,190173,571,1,1,3144.47,-954.085,38.8983,-2.32129,0,0,0,1,60,255,1,0),(86736,190173,571,1,1,4593.87,-1231.19,156.134,0.767944,0,0,0,1,60,255,1,0),(86737,190173,571,1,1,3371.88,2779.59,52.4136,-0.174532,0,0,0,1,60,255,1,0),(86738,190173,571,1,1,3558.52,2450.46,77.4158,-2.47837,0,0,0,1,60,255,1,0),(86739,190173,571,1,1,4606.72,-948.224,173.08,0.139624,0,0,0,1,60,255,1,0),(86740,190173,571,1,1,3356.51,-1100.51,121.758,-0.925024,0,0,0,1,60,255,1,0),(86741,190173,571,1,1,3864.17,-1477.27,144.141,1.16937,0,0,0,1,60,255,1,0),(86742,190173,571,1,1,3755.76,2736.53,115.621,1.3439,0,0,0,1,60,255,1,0),(86743,190173,571,1,1,4818.2,-1217.38,168.531,-1.88495,0,0,0,1,60,255,1,0),(86744,190173,571,1,1,3440.29,2823.72,29.5193,-0.872664,0,0,0,1,60,255,1,0),(86745,190173,571,1,1,3938.4,1734.09,144.227,0.471238,0,0,0,1,60,255,1,0),(86746,190173,571,1,1,4439.81,-610.23,129.749,-2.26892,0,0,0,1,60,255,1,0),(86747,190173,571,1,1,4201.3,1241.37,140.937,0.855211,0,0,0,1,60,255,1,0),(86748,190173,571,1,1,3418,2776.11,51.625,0.942477,0,0,0,1,60,255,1,0),(86749,190173,571,1,1,3516.99,2528.61,69.033,0.174532,0,0,0,1,60,255,1,0),(86750,190175,571,1,1,6462.31,-3076.75,388.864,-1.309,0,0,0,1,60,255,1,0),(86751,190175,571,1,1,6436.28,-2796.29,290.63,-2.58308,0,0,0,1,60,255,1,0),(86752,190175,571,1,1,7044.94,-4484.07,452.282,2.18166,0,0,0,1,60,255,1,0),(86753,190175,571,1,129,4233.11,2808.84,358.817,-2.09439,0,0,0,1,60,255,1,0),(86754,190175,571,1,129,5092.17,2678.25,373.694,-2.26892,0,0,0,1,60,255,1,0),(86755,190175,571,1,65,5323.25,3191.39,375.114,-0.436332,0,0,0,1,60,255,1,0),(86756,190175,571,1,65,5025.56,3627.16,360.555,1.58825,0,0,0,1,60,255,1,0),(86757,190175,571,1,1,6811.75,-4440.45,441.771,1.16937,0,0,0,1,60,255,1,0),(86758,190175,571,1,1,6657.82,-4220.85,455.151,0.698132,0,0,0,1,60,255,1,0),(86759,190175,571,1,1,6464.25,-3407.02,388.714,2.19912,0,0,0,1,60,255,1,0),(86760,190175,571,1,1,6863.46,-4433.28,441.712,1.15192,0,0,0,1,60,255,1,0),(86761,190175,571,1,65,4875.86,2729.91,360.769,-0.069812,0,0,0,1,60,255,1,0),(86762,190175,571,1,32,5044.05,2202.59,357.439,0.59341,0,0,0,1,60,255,1,0),(86763,190175,571,1,1,5731.44,-3293.36,365.204,-2.47837,0,0,0,1,60,255,1,0),(86764,190175,571,1,1,6691.44,-4263.42,454.589,-2.72271,0,0,0,1,60,255,1,0),(86765,190175,571,1,1,6467.93,-4100.13,467.419,0.331611,0,0,0,1,60,255,1,0),(86766,190175,571,1,65,5262.65,2352.37,376.587,0.418879,0,0,0,1,60,255,1,0),(86767,190175,571,1,1,6452.94,-3836.01,470.715,-1.79769,0,0,0,1,60,255,1,0),(86768,190175,571,1,1,6526.49,-3219.45,405.588,-2.82743,0,0,0,1,60,255,1,0),(86769,190175,571,1,1,6470.06,-3350.71,405.078,-3.07177,0,0,0,1,60,255,1,0),(86770,190175,571,1,1,6280.83,-3946.71,458.732,-1.06465,0,0,0,1,60,255,1,0),(86771,190175,571,1,1,6793.3,-4151.58,463.318,2.84488,0,0,0,1,60,255,1,0),(86772,190175,571,1,1,6775.2,-4178.46,459.755,0.383971,0,0,0,1,60,255,1,0),(86773,190175,571,1,1,7024.46,-4189.1,454.023,1.58825,0,0,0,1,60,255,1,0),(86774,190175,571,1,129,4842.72,3652.61,356.688,-2.67035,0,0,0,1,60,255,1,0),(86775,190175,571,1,1,5756.91,-4270.11,374.292,1.06465,0,0,0,1,60,255,1,0),(86776,190175,571,1,1,6291.59,-4347.32,449.739,1.29154,0,0,0,1,60,255,1,0),(86777,190175,571,1,1,6528.71,-4002.12,482.578,-1.3439,0,0,0,1,60,255,1,0),(86778,190175,571,1,1,6566.27,-4691.29,453.075,-1.97222,0,0,0,1,60,255,1,0),(86779,190175,571,1,1,6557.15,-3286.04,408.58,2.70526,0,0,0,1,60,255,1,0),(86780,190175,571,1,1,6624.95,-4216.16,452.824,-0.523598,0,0,0,1,60,255,1,0),(86781,190175,571,1,1,6626.22,-4717.27,453.084,-1.41372,0,0,0,1,60,255,1,0),(86782,190175,571,1,1,6546.39,-4564.76,453.061,-2.61799,0,0,0,1,60,255,1,0),(86783,190175,571,1,1,6446.76,-4307.18,450.936,2.32129,0,0,0,1,60,255,1,0),(86784,190175,571,1,1,6381.46,-4045.83,459.199,-0.767944,0,0,0,1,60,255,1,0),(86785,190175,571,1,1,5737.95,-4105.49,353.161,-3.05433,0,0,0,1,60,255,1,0),(86786,190175,571,1,1,5625.94,-4101.15,353.826,0.837757,0,0,0,1,60,255,1,0),(86787,190175,571,1,1,6823.67,-4185.85,461.295,-0.663223,0,0,0,1,60,255,1,0),(86788,190175,571,1,1,7011.3,-4166.29,453.849,-1.88495,0,0,0,1,60,255,1,0),(86789,190175,571,1,1,6920.81,-4538.93,443.193,-0.209439,0,0,0,1,60,255,1,0),(86790,190175,571,1,1,7075.19,-4357.41,453.73,-2.65289,0,0,0,1,60,255,1,0),(86791,190175,571,1,1,6023.2,-3844.25,384.121,2.91469,0,0,0,1,60,255,1,0),(86792,190175,571,1,1,6218.49,-3490.26,385.385,-1.67551,0,0,0,1,60,255,1,0),(86793,190175,571,1,1,6257.67,-3534.7,384.505,-3.00195,0,0,0,1,60,255,1,0),(86794,190175,571,1,1,6437.65,-3852.32,471.227,1.88495,0,0,0,1,60,255,1,0),(86795,190175,571,1,1,6688.67,-4214.4,458.506,3.01941,0,0,0,1,60,255,1,0),(86796,190175,571,1,1,5644.13,-3185.29,364.303,2.04204,0,0,0,1,60,255,1,0),(86797,190175,571,1,65,4439.86,2152.54,358.576,0.349065,0,0,0,1,60,255,1,0),(86798,190175,571,1,1,6505.05,-3463.43,388.718,2.04204,0,0,0,1,60,255,1,0),(86799,2041,1,1,1,-2876.87,1688.79,28.9256,-0.663223,0,0,0,1,60,255,1,0),(86800,2041,1,1,1,-2596.53,2040.23,28.3366,-2.89724,0,0,0,1,60,255,1,0),(86801,2041,0,1,1,335.301,-1352.17,40.368,-1.29154,0,0,0,1,3600,255,1,0),(86802,2041,1,1,1,-3615.72,-3069.87,30.6471,2.04204,0,0,0,1,60,255,1,0),(86803,2041,1,1,1,-3557.42,-3318.69,30.4225,2.72271,0,0,0,1,60,255,1,0),(86804,2041,1,1,1,-3092.95,1749.66,28.2648,-2.96704,0,0,0,1,60,255,1,0),(86805,2041,1,1,1,-3871.89,-3656.06,31.251,0,0,0,0,1,60,255,1,0),(86806,2041,1,1,1,-3731.32,-3187.41,32.0722,-0.680679,0,0,0,1,60,255,1,0),(86807,2041,0,1,1,-12198.1,-58.1796,1.09586,2.25147,0,0,0,1,60,255,1,0),(86808,2041,0,1,1,352.731,-1452.43,39.5358,2.58308,0,0,0,1,3600,255,1,0),(86809,2041,1,1,1,-4662.81,1144.55,87.1693,2.54818,0,0,0,1,60,255,1,0),(86810,2041,1,1,1,-4237.53,219.173,52.6707,2.04204,0,0,0,1,60,255,1,0),(86811,2041,1,1,1,-4792.35,1106.09,84.0014,1.18682,0,0,0,1,60,255,1,0),(86812,2041,1,1,1,-4831.58,2214.34,4.00695,-3.10665,0,0,0,1,60,255,1,0),(86813,2041,0,1,1,-13349.2,745.215,4.4602,0.90757,0,0,0,1,60,255,1,0),(86814,2041,0,1,1,-14034.1,485.111,5.65399,-0.122173,0,0,0,1,60,255,1,0),(86815,2041,0,1,1,-10156.2,-2534.16,26.2465,-0.314158,0,0,0,1,60,255,1,0),(86816,2041,0,1,1,-10330.6,-2957.37,19.5952,-2.87979,0,0,0,1,60,255,1,0),(86817,2041,0,1,1,-10097.8,-3224.53,19.3825,1.0821,0,0,0,1,60,255,1,0),(86818,2041,1,1,1,-3760,-3381.81,30.9896,-2.74016,0,0,0,1,60,255,1,0),(86819,2041,0,1,1,-13674.1,449.951,41.3601,2.37364,0,0,0,1,60,255,1,0),(86820,2041,0,1,1,500.766,-3791.9,102.439,0.314158,0,0,0,1,60,255,1,0),(86821,2041,1,1,1,-4716.59,2077.56,2.63233,-2.80997,0,0,0,1,60,255,1,0),(86822,2041,1,1,1,-3520.12,2025.65,38.5188,2.77507,0,0,0,1,60,255,1,0),(86823,2041,1,1,1,-3775.09,-2953.29,31.872,-0.837757,0,0,0,1,60,255,1,0),(86824,2041,1,1,1,-4630.46,-3365.78,30.9744,-1.67551,0,0,0,1,60,255,1,0),(86825,2041,0,1,1,-11821.7,872.976,6.03503,0.349065,0,0,0,1,60,255,1,0),(86826,2041,0,1,1,-11652.8,1017.66,2.37706,2.40855,0,0,0,1,60,255,1,0),(86827,2041,1,1,1,-2015.13,2275.88,53.7174,2.70526,0,0,0,1,3600,255,1,0),(86828,2041,1,1,1,-3032.17,2091.52,28.1324,0.331611,0,0,0,1,60,255,1,0),(86829,2041,1,1,1,-4633.45,-66.6649,91.9696,-0.541051,0,0,0,1,60,255,1,0),(86830,2041,1,1,1,-4541.49,-3057.2,30.645,-1.01229,0,0,0,1,60,255,1,0),(86831,2041,1,1,1,-3623.66,-3275.27,31.6351,-1.72787,0,0,0,1,60,255,1,0),(86832,2041,1,1,1,-4200.37,-3329.22,30.2588,3.07177,0,0,0,1,60,255,1,0),(86833,2041,1,1,1,-4212.56,-3291.74,30.8613,-0.541051,0,0,0,1,60,255,1,0),(86834,2041,1,1,1,-3676.5,-2814.39,31.8353,-0.698132,0,0,0,1,60,255,1,0),(86835,2041,1,1,1,-1999.58,2393.52,53.7464,2.40855,0,0,0,1,3600,255,1,0),(86836,2042,0,1,1,11.9988,179.588,45.3398,-2.89724,0,0,0,1,3600,255,1,0),(86837,2042,0,1,1,73.3306,-2575.64,110.622,3.10665,0,0,0,1,60,255,1,0),(86838,2042,0,1,1,-13597.7,-111.13,42.1737,-2.18166,0,0,0,1,60,255,1,0),(86839,2042,0,1,1,-12317.7,-116.954,21.0686,1.29154,0,0,0,1,60,255,1,0),(86840,2042,0,1,1,62.7072,-4282.95,116.939,1.15192,0,0,0,1,60,255,1,0),(86841,2042,0,1,1,130.193,-3739.45,125.82,-0.523598,0,0,0,1,60,255,1,0),(86842,2043,1,1,1,-3644.71,-2894.66,36.3016,-2.18166,0,0,0,1,60,255,1,0),(86843,2043,1,1,1,-3794.42,1760.53,159.905,0.820303,0,0,0,1,60,255,1,0),(86844,2043,1,1,1,-4442.9,648.624,66.5648,1.93731,0,0,0,1,60,255,1,0),(86845,2043,1,1,1,-4651.69,1035.05,108.29,-0.855211,0,0,0,1,60,255,1,0),(86846,2043,1,1,1,-3886.59,-3546.01,37.314,2.35619,0,0,0,1,60,255,1,0),(86847,2043,1,1,1,-4182.84,263.658,53.623,-2.93214,0,0,0,1,60,255,1,0),(86848,2043,1,1,1,-4191.15,-295.62,47.9873,-2.53072,0,0,0,1,60,255,1,0),(86849,2043,1,1,1,-4963.32,334.988,23.8516,-2.44346,0,0,0,1,60,255,1,0),(86850,2043,0,1,1,-12194.6,-895.55,40.0078,0.383971,0,0,0,1,60,255,1,0),(86851,2043,0,1,1,-10054.7,-3291.11,23.8859,-2.72271,0,0,0,1,60,255,1,0),(86852,2043,1,1,1,3213.58,-5146.55,140.037,0.942477,0,0,0,1,60,255,1,0),(86853,2043,1,1,1,-4151.86,181.619,60.0951,-0.698132,0,0,0,1,60,255,1,0),(86854,2043,0,1,1,-1025.81,-2997.91,54.5303,-0.383971,0,0,0,1,60,255,1,0),(86855,2043,1,1,1,-4451.57,-3576.23,44.9064,-1.01229,0,0,0,1,60,255,1,0),(86856,2043,1,1,1,-3651.61,-2773.03,35.1337,0.558504,0,0,0,1,60,255,1,0),(86857,2043,1,1,1,-3940.15,-3543.23,41.0601,-0.401425,0,0,0,1,60,255,1,0),(86858,2043,0,1,1,-12874.8,-24.5285,16.543,-1.23918,0,0,0,1,60,255,1,0),(86859,2043,0,1,1,-13853.2,541.307,46.7172,-1.15192,0,0,0,1,60,255,1,0),(86860,2043,1,1,1,-5331.3,418.459,59.2886,1.83259,0,0,0,1,60,255,1,0),(86861,2043,1,1,1,-5071.13,1282.02,41.5515,-0.279252,0,0,0,1,60,255,1,0),(86862,2043,1,1,1,-3369.18,-3299.47,36.9247,-2.30383,0,0,0,1,60,255,1,0),(86863,2043,1,1,1,-5024.87,1576.07,59.1374,3.10665,0,0,0,1,60,255,1,0),(86864,2043,1,1,1,3482.29,-4117.89,101.778,-0.942477,0,0,0,1,60,255,1,0),(86865,176636,1,1,1,5969.22,-616.162,399.796,-3.10665,0,0,0,1,3600,255,1,0),(86866,176636,1,1,1,5627.3,-520.709,372.392,-0.610864,0,0,0,1,3600,255,1,0),(86867,176636,1,1,1,6154.25,-1490.27,439.412,-2.56563,0,0,0,1,3600,255,1,0),(86868,176636,1,1,1,5851.77,-1181.76,403.348,2.60053,0,0,0,1,3600,255,1,0),(86869,2045,1,1,1,-7289.61,-4952.4,-20.1355,0.733038,0,0,0,1,60,255,1,0),(86870,2045,1,1,1,-5357.67,2407.81,-40.4736,-1.64061,0,0,0,1,60,255,1,0),(86871,2045,1,1,1,-5234.63,2232.68,-5.89968,1.58825,0,0,0,1,60,255,1,0),(86872,2045,1,1,1,4132.87,1466.82,-24.9285,0.383971,0,0,0,1,60,255,1,0),(86873,2045,1,1,1,-3512.89,-3544.94,-5.14054,1.69297,0,0,0,1,60,255,1,0),(86874,2045,1,1,1,6813.39,729.232,-34.9023,3.00195,0,0,0,1,60,255,1,0),(86875,2045,1,1,1,-5051.09,3747.41,-13.16,1.29154,0,0,0,1,60,255,1,0),(86876,2045,1,1,1,5553.85,743.396,-14.222,2.94959,0,0,0,1,60,255,1,0),(86877,2045,1,1,1,-8904.25,-4764.42,-56.8974,-0.698132,0,0,0,1,60,255,1,0),(86878,2045,1,1,1,-5208.81,3613.68,-33.2727,-2.77507,0,0,0,1,60,255,1,0),(86879,2045,1,1,1,-4651.65,2486.65,-39.4714,-2.89724,0,0,0,1,60,255,1,0),(86880,2045,1,1,1,7161.17,332.907,-42.5429,1.58825,0,0,0,1,60,255,1,0),(86881,2045,0,1,1,-1323.75,-478.575,-48.8598,-2.33874,0,0,0,1,60,255,1,0),(86882,2045,1,1,1,-4854.1,2430.44,-38.6081,-3.07177,0,0,0,1,60,255,1,0),(86883,2045,1,1,1,7161.86,618.004,-15.1351,-0.680679,0,0,0,1,60,255,1,0),(86884,2045,1,1,1,7083.13,548.048,-15.6958,1.13446,0,0,0,1,60,255,1,0),(86885,2045,1,1,1,7649.13,-442.55,-25.3444,-1.0821,0,0,0,1,60,255,1,0),(86886,2045,1,1,1,-4084.1,2883.71,-20.2978,-0.488691,0,0,0,1,60,255,1,0),(86887,2045,1,1,1,-4548.84,2390.94,-7.69914,1.65806,0,0,0,1,60,255,1,0),(86888,2045,1,1,1,-4107.81,2753.19,-35.5572,-1.3439,0,0,0,1,60,255,1,0),(86889,2045,1,1,1,-5028.92,3222.56,-3.39981,0.226892,0,0,0,1,60,255,1,0),(86890,2045,1,1,1,-5044.58,3049.64,-36.145,-1.06465,0,0,0,1,60,255,1,0),(86891,2045,1,1,1,3051.1,512.591,-5.92066,-0.750491,0,0,0,1,60,255,1,0),(86892,2045,0,1,1,-1217.24,-532.671,-90.8633,-2.1293,0,0,0,1,60,255,1,0),(86893,2045,0,1,1,-1141.71,-545.092,-41.2592,-2.72271,0,0,0,1,60,255,1,0),(86894,2045,0,1,1,-1109.09,-484.259,-42.2045,2.07694,0,0,0,1,60,255,1,0),(86895,2045,0,1,1,-3317.57,-688.273,-11.7266,-0.418879,0,0,0,1,60,255,1,0),(86896,2045,0,1,1,-1216.22,-648.269,-43.7294,2.1293,0,0,0,1,60,255,1,0),(86897,2045,1,1,1,-3620.14,-4055.11,-3.78779,0.523598,0,0,0,1,60,255,1,0),(86898,2045,0,1,1,-3463.25,-700.851,-11.9855,-0.052359,0,0,0,1,60,255,1,0),(86899,2045,1,1,1,-4381.42,2387.58,-14.8299,-3.12412,0,0,0,1,60,255,1,0),(86900,2045,0,1,1,-12320.9,438.169,-30.6961,0.069812,0,0,0,1,60,255,1,0),(86901,2045,0,1,1,-3988.16,-702.845,-11.7058,-0.645772,0,0,0,1,60,255,1,0),(86902,2045,0,1,1,-3526.34,-678.785,-12.1328,0.174532,0,0,0,1,60,255,1,0),(86903,2045,1,1,1,6615.66,601.808,-13.2324,1.13446,0,0,0,1,60,255,1,0),(86904,2045,1,1,1,-4133.59,-4133.38,-3.81712,0.226892,0,0,0,1,60,255,1,0),(86905,2045,1,1,1,7634.67,-636.812,-3.24825,0.715585,0,0,0,1,60,255,1,0),(86906,176637,1,1,1,4713.48,-880.975,333.382,1.55334,0,0,0,1,3600,255,1,0),(86907,2045,1,1,1,-868.215,-3953.02,-30.572,-2.61799,0,0,0,1,3600,255,1,0),(86908,176637,1,1,1,6858.76,-1927.15,550.92,2.04204,0,0,0,1,3600,255,1,0),(86909,2045,1,1,1,-1092.08,-3926.1,-66.4876,-1.0821,0,0,0,1,3600,255,1,0),(86910,2045,1,1,1,-1197.13,-3962.99,-13.6481,-0.244346,0,0,0,1,3600,255,1,0),(86911,2045,0,1,1,-12712.3,199.339,-11.1717,0.017452,0,0,0,1,60,255,1,0),(86912,2045,1,1,1,-940.056,-3951.62,-50.5944,0.855211,0,0,0,1,3600,255,1,0),(86913,2045,0,1,1,-14685.5,201.541,-18.1998,-2.25147,0,0,0,1,60,255,1,0),(86914,2045,0,1,1,-4089.89,-634.874,-12.8446,-0.191985,0,0,0,1,60,255,1,0),(86915,2045,0,1,1,-13824.5,756.112,-20.9001,1.36136,0,0,0,1,60,255,1,0),(86916,2045,1,1,1,6942.93,514.999,-8.91144,-2.05949,0,0,0,1,60,255,1,0),(86917,2045,1,1,1,4719.94,734.034,-4.43692,-0.977383,0,0,0,1,60,255,1,0),(86918,2045,1,1,1,-4187.1,2592.7,-7.59936,0.209439,0,0,0,1,60,255,1,0),(86919,2045,1,1,1,-4028.73,3024.21,-2.06751,0.541051,0,0,0,1,60,255,1,0),(86920,2045,1,1,1,5223.18,701.084,-17.0087,-0.471238,0,0,0,1,60,255,1,0),(86921,176637,1,1,1,6157.02,-1978.65,585.869,-2.49582,0,0,0,1,3600,255,1,0),(86922,176637,1,1,1,6004.83,-1181.92,376.221,-2.33874,0,0,0,1,3600,255,1,0),(86923,2045,1,1,1,4812.9,833.845,-7.73045,-2.67035,0,0,0,1,60,255,1,0),(86924,2045,0,1,1,-14156.2,-116.809,-10.5092,-0.523598,0,0,0,1,60,255,1,0),(86925,2045,0,1,1,-14248.8,-67.0717,-8.99623,-2.94959,0,0,0,1,60,255,1,0),(86926,2045,0,1,1,-12234.2,875.091,-15.3099,1.02974,0,0,0,1,60,255,1,0),(86927,2045,1,1,1,-1583.17,-3992.43,-4.22765,-3.07177,0,0,0,1,3600,255,1,0),(86928,2045,0,1,1,-14457.9,-42.2473,-14.1078,-1.62316,0,0,0,1,60,255,1,0),(86929,2045,0,1,1,-14866.2,48.6583,-9.68805,0.436332,0,0,0,1,60,255,1,0),(86930,2045,0,1,1,-14745.1,181.902,-20.5436,-1.0472,0,0,0,1,60,255,1,0),(86931,2045,530,1,1,-2862.34,-11784.7,-16.0519,2.96704,0,0,0,1,3600,255,1,0),(86932,2045,0,1,1,-3859.09,-992.411,-16.97,-0.104719,0,0,0,1,60,255,1,0),(86933,2045,0,1,1,-3425.11,-768.991,-10.2332,-1.29154,0,0,0,1,60,255,1,0),(86934,2045,1,1,1,5096.73,635.616,-14.2902,-2.79252,0,0,0,1,60,255,1,0),(86935,2045,1,1,1,-2499.76,-4033.33,-8.77919,-3.08918,0,0,0,1,60,255,1,0),(86936,2045,1,1,1,7412.52,232.225,-11.4238,-0.628317,0,0,0,1,60,255,1,0),(86937,2045,1,1,1,-7770.63,-5169.9,-8.89128,2.9845,0,0,0,1,60,255,1,0),(86938,2045,1,1,1,4075.7,941.426,-1.48411,1.6057,0,0,0,1,60,255,1,0),(86939,2045,1,1,1,3007.8,529.126,-5.22786,-0.698132,0,0,0,1,60,255,1,0),(86940,2045,1,1,1,3045,551.364,-1.96567,0.575957,0,0,0,1,60,255,1,0),(86941,2045,1,1,1,7549.06,-76.5579,-19.7629,2.05949,0,0,0,1,60,255,1,0),(86942,2045,1,1,1,-1674.97,-4166.33,-1.18867,1.67551,0,0,0,1,3600,255,1,0),(86943,2045,1,1,1,-1283.71,-3921.82,-9.34849,-2.19912,0,0,0,1,3600,255,1,0),(86944,176637,1,1,1,6306.58,-1927.08,551.318,-0.453785,0,0,0,1,3600,255,1,0),(86945,176637,1,1,1,6076.05,-1433.45,421.994,2.72271,0,0,0,1,3600,255,1,0),(86946,2045,1,1,1,-1793.49,-3918.55,-6.77385,0.994837,0,0,0,1,3600,255,1,0),(86947,2045,1,1,1,-1016.73,-4092.58,-38.4459,2.30383,0,0,0,1,3600,255,1,0),(86948,2045,1,1,1,-1153.03,-4052.26,-79.2146,-0.401425,0,0,0,1,3600,255,1,0),(86949,2045,1,1,1,-1831.07,-3862.04,-8.43423,-1.01229,0,0,0,1,3600,255,1,0),(86950,2045,1,1,1,-1873.83,-3822.75,-8.72529,-2.05949,0,0,0,1,3600,255,1,0),(86951,2045,1,1,1,-1402.41,-4051.17,-11.1311,1.29154,0,0,0,1,3600,255,1,0),(86952,2046,1,1,1,-3927.61,-3896.96,63.9424,-2.21656,0,0,0,1,60,255,1,0),(86953,2046,1,1,1,-2877.14,2099.61,53.0593,-2.49582,0,0,0,1,60,255,1,0),(86954,2046,1,1,1,-3987.5,1982.65,98.1448,0.820303,0,0,0,1,60,255,1,0),(86955,2046,1,1,1,-3700.95,-3616.7,62.1052,-0.244346,0,0,0,1,60,255,1,0),(86956,2046,1,1,1,-5393.44,3554.36,29.7673,-2.68781,0,0,0,1,60,255,1,0),(86957,2046,1,1,1,-3046.96,-3380.2,44.9054,1.65806,0,0,0,1,60,255,1,0),(86958,2046,1,1,1,-3549.99,1917.53,72.6504,-2.60053,0,0,0,1,60,255,1,0),(86959,2046,1,1,1,-4970.48,2107.56,21.2235,2.89724,0,0,0,1,60,255,1,0),(86960,2046,0,1,1,-13360.6,-16.135,22.3618,-0.837757,0,0,0,1,60,255,1,0),(86961,2046,0,1,1,-843.388,-1725.92,58.0707,2.54818,0,0,0,1,60,255,1,0),(86962,176638,1,1,1,3810.86,-1607.13,220.173,2.46091,0,0,0,1,3600,255,1,0),(86963,2046,1,1,1,-3999.66,219.765,75.7146,-1.98967,0,0,0,1,60,255,1,0),(86964,2046,0,1,1,-57.5888,-4553.34,16.4739,1.93731,0,0,0,1,60,255,1,0),(86965,2046,1,1,1,-5590.67,1535.51,65.283,-2.86233,0,0,0,1,60,255,1,0),(86966,2046,1,1,1,-5002.72,1486.77,57.9891,0.663223,0,0,0,1,60,255,1,0),(86967,176638,1,1,1,4090.04,-1119.42,277.589,2.60053,0,0,0,1,3600,255,1,0),(86968,2046,1,1,1,-3611.08,2022.71,81.4454,1.58825,0,0,0,1,60,255,1,0),(86969,2046,1,1,1,-5117.77,1161.25,89.4788,-0.087266,0,0,0,1,60,255,1,0),(86970,2046,1,1,1,-3519.39,1858.88,73.0516,-3.12412,0,0,0,1,60,255,1,0),(86971,2046,0,1,1,-13458.5,-137.11,50.4728,1.27409,0,0,0,1,60,255,1,0),(86972,2046,0,1,1,-11898.2,-729.803,25.1154,1.72787,0,0,0,1,60,255,1,0),(86973,2046,0,1,1,-13487.6,258.03,32.0391,-0.034906,0,0,0,1,60,255,1,0),(86974,2046,0,1,1,-1854.84,-1542.01,64.4842,2.80997,0,0,0,1,60,255,1,0),(86975,2046,1,1,1,-3762.33,-3713.02,51.6349,0,0,0,0,1,60,255,1,0),(86976,2046,0,1,1,-1789.37,-2527.05,59.8264,1.29154,0,0,0,1,60,255,1,0),(86977,2046,0,1,1,-1299.32,-2316.38,61.1865,-0.506145,0,0,0,1,60,255,1,0),(86978,2046,1,1,1,-4042.41,-3858.29,49.0787,2.53072,0,0,0,1,60,255,1,0),(86979,2046,0,1,1,-12756.6,-642.138,67.7099,-3.03684,0,0,0,1,60,255,1,0),(86980,2046,0,1,1,-12608.8,-793.786,56.192,1.25664,0,0,0,1,60,255,1,0),(86981,2046,0,1,1,-12684.8,-448.53,32.1358,-1.06465,0,0,0,1,60,255,1,0),(86982,2046,0,1,1,-12165.6,-532.823,31.4166,2.26892,0,0,0,1,60,255,1,0),(86983,2046,0,1,1,-1960.76,-2669.37,85.4559,1.78023,0,0,0,1,60,255,1,0),(86984,2046,1,1,1,-4738.59,823.524,141.484,-2.86233,0,0,0,1,60,255,1,0),(86985,2046,0,1,1,455.576,-3751.14,130.958,-1.62316,0,0,0,1,60,255,1,0),(86986,2046,1,1,1,-4951.97,172.805,67.5288,-0.95993,0,0,0,1,60,255,1,0),(86987,2046,1,1,1,-5102.07,1494.4,58.2682,2.94959,0,0,0,1,60,255,1,0),(86988,2046,1,1,1,-4782.09,1235.58,115.628,0.349065,0,0,0,1,60,255,1,0),(86989,176638,1,1,1,6216.36,-1397.76,375.794,-2.09439,0,0,0,1,3600,255,1,0),(86990,176638,1,1,1,4350.72,-951.657,307.27,-2.37364,0,0,0,1,3600,255,1,0),(86991,176639,1,1,1,6644.92,-1244.1,455.831,2.46091,0,0,0,1,3600,255,1,0),(86992,176639,1,1,1,6210.37,-1035.32,386.014,1.72787,0,0,0,1,3600,255,1,0),(86993,176639,1,1,1,5612.15,-1024.02,376.038,0.436332,0,0,0,1,3600,255,1,0),(86994,176639,1,1,1,6440.84,-1691.32,502.469,0.837757,0,0,0,1,3600,255,1,0),(86995,176639,1,1,1,6521.35,-1473.55,439.164,-0.610864,0,0,0,1,3600,255,1,0),(86996,176639,1,1,1,4468.12,-926.952,314.772,-2.60053,0,0,0,1,3600,255,1,0),(86997,176639,1,1,1,5188.97,-596.913,326.422,-1.29154,0,0,0,1,3600,255,1,0),(86998,176639,1,1,1,5820.31,-727.122,381.453,0.279252,0,0,0,1,3600,255,1,0),(86999,176639,1,1,1,4953.82,-647.138,295.787,-2.74016,0,0,0,1,3600,255,1,0),(87000,2866,1,1,1,-9381.58,-3555.23,12.5591,-3.03684,0,0,0,1,60,255,1,0),(87001,142140,1,1,1,-9225.46,-2990.06,17.4505,2.02458,0,0,0,1,60,255,1,0),(87002,142140,1,1,1,-6921.26,-4414.95,11.598,0.610864,0,0,0,1,60,255,1,0),(87003,142140,1,1,1,-6948.93,-4308.28,9.77953,-2.96704,0,0,0,1,60,255,1,0),(87004,176583,1,1,1,-7207.93,-1824.62,-274.809,1.67551,0,0,0,1,60,255,1,0),(87005,176583,1,1,1,-6743.61,-1848,-272.222,-1.88495,0,0,0,1,60,255,1,0),(87006,2045,1,1,1,-1456.03,-3980.45,-5.35221,2.30383,0,0,0,1,3600,255,1,0),(87007,189973,571,1,1,1812.16,-5657.05,223.786,1.90241,0,0,0,1,60,255,1,0),(87008,189973,571,1,1,878.382,-4962.49,2.64494,2.65289,0,0,0,1,60,255,1,0),(87009,189973,571,1,1,669.735,-5962.19,296.896,3.12412,0,0,0,1,60,255,1,0),(87010,189973,571,1,1,2891.53,-21.8905,2.3814,-2.84488,0,0,0,1,60,255,1,0),(87011,191304,571,1,1,4118.71,5154.81,16.5911,-0.418879,0,0,0,1,3600,255,1,0),(87012,190170,571,1,1,4920.11,-3240.69,289.907,-1.09956,0,0,0,1,60,255,1,0),(87013,190170,571,1,1,6288.08,-2088.33,238.753,0.226892,0,0,0,1,60,255,1,0),(87014,190171,571,1,1,7915,-1795.64,1273.18,2.14675,0,0,0,1,60,255,1,0),(87015,190171,571,1,1,7719.55,-2163,1097.19,-0.715585,0,0,0,1,60,255,1,0),(87016,190171,571,1,1,8178.41,-2281.97,1137.59,1.13446,0,0,0,1,60,255,1,0),(87017,190171,571,1,1,8222.19,-2649.69,1144.78,-1.36136,0,0,0,1,60,255,1,0),(87018,190171,571,1,1,7380.03,278.377,771.141,1.41372,0,0,0,1,60,255,1,0),(87019,190171,571,1,1,7240.09,-808.677,926.906,-1.55334,0,0,0,1,60,255,1,0),(87020,190171,571,1,3,7400.39,-2264.25,768.865,0.191985,0,0,0,1,60,255,1,0),(87021,190171,571,1,3,7138.58,-2216.08,758.233,2.49582,0,0,0,1,60,255,1,0),(87022,190172,571,1,1,7785.4,-2141.83,1134.82,0.174532,0,0,0,1,60,255,1,0),(87023,190172,571,1,1,8056.03,-2781.38,1133.58,1.51844,0,0,0,1,60,255,1,0),(87024,190172,571,1,1,7846.76,-2410.07,1114.34,-0.785397,0,0,0,1,60,255,1,0),(87025,190172,571,1,1,7907.83,-2932.21,1139.64,-1.51844,0,0,0,1,60,255,1,0),(87026,190172,571,1,1,8282.52,-622.168,918.687,2.74016,0,0,0,1,60,255,1,0),(87027,190172,571,1,1,8077.39,-786.88,971.301,-0.837757,0,0,0,1,60,255,1,0),(87028,190172,571,1,1,8515.3,-1354.95,821.458,0.366518,0,0,0,1,60,255,1,0),(87029,190172,571,1,1,8353.09,-577.73,909.749,-0.418879,0,0,0,1,60,255,1,0),(87030,190172,571,1,3,7426.29,-2881.68,801.304,1.3439,0,0,0,1,60,255,1,0),(87031,190172,571,1,1,6666.66,1065.17,279.391,-1.32645,0,0,0,1,60,255,1,0),(87032,190173,571,1,1,2879.48,-1389.11,50.5802,-0.523598,0,0,0,1,60,255,1,0),(87033,190175,571,1,65,4285.42,3387.49,356.584,-0.314158,0,0,0,1,60,255,1,0),(87034,190175,571,1,1,6979.02,-4605.01,455.476,1.41372,0,0,0,1,60,255,1,0),(87035,190175,571,1,1,5338.03,-4131.21,367.486,-2.14675,0,0,0,1,60,255,1,0),(87036,190175,571,1,1,5221.96,-3678.7,362.853,1.27409,0,0,0,1,60,255,1,0),(87037,190175,571,1,1,5640.34,-4505.95,387.323,-1.32645,0,0,0,1,60,255,1,0),(87038,190175,571,1,1,6525.32,-3422.09,391.045,1.41372,0,0,0,1,60,255,1,0),(87039,190175,571,1,1,7006.5,-4215.3,453.382,2.26892,0,0,0,1,60,255,1,0),(87040,190175,571,1,1,7062.13,-4251.8,453.17,-0.715585,0,0,0,1,60,255,1,0),(87041,176584,1,1,1,-7526.1,940.236,4.11149,-2.93214,0,0,0,1,60,255,1,0),(87042,1619,0,1,1,-9339.2,-3063.91,136.63,1.97222,0,0,0,1,60,255,1,0),(87043,1622,0,1,1,-10817.4,-1384.31,44.162,-1.39626,0,0,0,1,60,255,1,0),(87044,1628,0,1,1,-10344.9,227.065,32.6557,-2.1293,0,0,0,1,60,255,1,0),(87045,183043,530,1,1,185.444,5653.2,23.4787,0.418879,0,0,0,1,60,255,1,0),(87046,183046,530,1,1,-773.403,5541,23.1688,2.47837,0,0,0,1,60,255,1,0),(87047,181270,530,1,1,3283.77,5129.91,251.131,-2.00713,0,0,0,1,60,255,1,0),(87048,181270,530,1,1,3561.45,5180.4,-5.18557,-0.523598,0,0,0,1,60,255,1,0),(87049,181270,530,1,1,-3694.49,1790.62,68.2702,3.10665,0,0,0,1,60,255,1,0),(87050,181270,530,1,1,2619.49,5160.42,264.159,0.767944,0,0,0,1,60,255,1,0),(87051,181270,530,1,1,1959.18,5316.3,154.077,-2.23402,0,0,0,1,60,255,1,0),(87052,181271,530,1,1,-1308.85,5406.76,36.2982,2.93214,0,0,0,1,60,255,1,0),(87053,181271,530,1,1,-811.208,4254.43,71.8061,-1.98967,0,0,0,1,60,255,1,0),(87054,181280,530,1,1,-3198.94,2370.37,62.6519,-0.95993,0,0,0,1,60,255,1,0),(87055,176583,530,1,1,-274.867,3167.74,-69.4212,-1.65806,0,0,0,1,60,255,1,0),(87056,176584,530,1,1,948.127,5525.61,-6.57213,-1.65806,0,0,0,1,60,255,1,0),(87057,176584,530,1,1,-613.325,5494.29,22.1268,0.349065,0,0,0,1,60,255,1,0),(87058,1617,530,1,1,-2645.56,-11931.9,14.5141,2.61799,0,0,0,1,3600,255,1,0),(87059,1619,530,1,1,-4281.44,-12716.9,25.5493,1.98967,0,0,0,1,60,255,1,0),(87060,176588,1,1,1,6705.65,-3951.55,699.948,2.02458,0,0,0,1,60,255,1,0),(87061,2045,1,1,1,7110.75,426.176,-43.0759,-0.314158,0,0,0,1,60,255,1,0),(87062,2045,1,1,1,-2344.36,-4349.2,-10.3857,-0.994837,0,0,0,1,60,255,1,0),(87063,2045,1,1,1,-1094.5,-4025.29,-84.8971,-0.715585,0,0,0,1,3600,255,1,0),(87064,142140,1,1,1,-3624.59,958.019,147.893,-0.523598,0,0,0,1,60,255,1,0),(87065,1617,1,1,1,-2911.91,228.381,76.5499,0.977383,0,0,0,1,60,255,1,0),(87066,1617,1,1,1,-1952.61,-242.826,-5.01756,0.802851,0,0,0,1,60,255,1,0),(87067,1617,1,1,1,-2049.12,-291.195,-7.16006,1.43117,0,0,0,1,60,255,1,0),(87068,1617,0,1,1,2414.88,311.561,37.561,-0.575957,0,0,0,1,60,255,1,0),(87069,1617,1,1,1,10043.9,446.943,1315.5,0.314158,0,0,0,1,60,255,1,0),(87070,1618,0,1,1,-5876.23,-10.789,360.485,-1.32645,0,0,0,1,60,255,1,0),(87071,1618,1,1,1,-727.394,-4670.9,36.8098,-2.35619,0,0,0,1,60,255,1,0),(87072,1618,0,1,1,2205.07,438.51,62.0898,-0.017452,0,0,0,1,60,255,1,0),(87073,1618,1,1,1,10074.5,355.456,1323.17,-2.75761,0,0,0,1,60,255,1,0),(87074,1618,1,1,1,9572.13,1011.37,1265.13,0.645772,0,0,0,1,60,255,1,0),(87075,1619,1,1,1,-2790.54,-404.294,13.6166,1.25664,0,0,0,1,60,255,1,0),(87076,1619,1,1,1,-2735.74,-321.652,13.0835,1.27409,0,0,0,1,60,255,1,0),(87077,1620,1,1,1,10019.4,483.16,1314.04,2.19912,0,0,0,1,60,255,1,0),(87078,189973,571,1,3,4619.75,-2262.32,168.616,1.90241,0,0,0,1,60,255,1,0),(87079,189973,571,1,3,1113.46,-6183.4,260.114,-1.39626,0,0,0,1,60,255,1,0),(87080,189973,571,1,3,5902.14,5876.43,-23.4338,2.87979,0,0,0,1,60,255,1,0),(87081,189973,571,1,3,5851.5,5568.43,-63.9165,-2.28638,0,0,0,1,60,255,1,0),(87082,189973,571,1,3,4302.87,-2700.71,267.724,1.3439,0,0,0,1,60,255,1,0),(87083,191019,571,1,3,5287.08,5562.21,-96.0938,-0.279252,0,0,0,1,60,255,1,0),(87084,191019,571,1,3,5840.35,5369.45,-88.2102,-0.855211,0,0,0,1,60,255,1,0),(87085,191019,571,1,3,5623.46,5865.81,-60.9089,1.90241,0,0,0,1,60,255,1,0),(87086,191019,571,1,3,5912.35,5651.31,-69.2854,0.331611,0,0,0,1,60,255,1,0),(87087,191019,571,1,3,4759.95,5203.51,-55.9805,-0.296705,0,0,0,1,60,255,1,0),(87088,190169,571,1,3,3667.9,-4516.37,189.77,1.50098,0,0,0,1,60,255,1,0),(87089,190169,571,1,3,4060.94,-3060.89,271.404,-0.680679,0,0,0,1,60,255,1,0),(87090,190169,571,1,3,5135.54,5028.51,-133.111,1.0821,0,0,0,1,60,255,1,0),(87091,190169,571,1,3,5414.07,5504.51,-100.753,-0.645772,0,0,0,1,60,255,1,0),(87092,190170,571,1,3,4980.44,-3304.6,290.667,2.47837,0,0,0,1,60,255,1,0),(87093,190170,571,1,3,5198.09,-2391.98,289.338,-1.11701,0,0,0,1,60,255,1,0),(87094,190170,571,1,3,5594.45,-2450.61,288.035,-0.523598,0,0,0,1,60,255,1,0),(87095,190171,571,1,3,6851.48,2847.84,441.1,-1.97222,0,0,0,1,60,255,1,0),(87096,190171,571,1,3,8135.39,2472.42,522.2,0.541051,0,0,0,1,60,255,1,0),(87097,190171,571,1,3,6763.69,-81.9264,741.738,-2.1293,0,0,0,1,60,255,1,0),(87098,190171,571,1,3,7609.59,-2600.01,884.978,2.1293,0,0,0,1,60,255,1,0),(87099,190171,571,1,3,7088.52,-1678.18,820.807,0.890117,0,0,0,1,60,255,1,0),(87100,190171,571,1,3,7363.97,-3258.61,852.694,-0.226892,0,0,0,1,60,255,1,0),(87101,190172,571,1,3,7849.87,-2724.55,1135.85,2.94959,0,0,0,1,60,255,1,0),(87102,190172,571,1,3,8123.8,-1160.42,936.741,-1.53589,0,0,0,1,60,255,1,0),(87103,190172,571,1,3,7056.48,2868.52,421.251,3.12412,0,0,0,1,60,255,1,0),(87104,190172,571,1,3,6805.76,-66.969,746.235,0.104719,0,0,0,1,60,255,1,0),(87105,190172,571,1,3,7170.52,-932.253,1023.61,-1.36136,0,0,0,1,60,255,1,0),(87106,190172,571,1,3,7629.64,-1144.77,914.491,1.18682,0,0,0,1,60,255,1,0),(87107,190172,571,1,3,7122.57,-3500.92,856.764,-2.46091,0,0,0,1,60,255,1,0),(87108,190172,571,1,3,7123.1,-3565.76,836.716,-2.61799,0,0,0,1,60,255,1,0),(87109,190172,571,1,3,7933.01,-2407.39,1153.42,0.087266,0,0,0,1,60,255,1,0),(87110,190172,571,1,3,7832.73,-3136.21,867.366,-0.331611,0,0,0,1,60,255,1,0),(87111,190173,571,1,3,4351.95,-964.296,167.907,-1.27409,0,0,0,1,60,255,1,0),(87112,190175,571,1,3,5123.34,-3823.3,362.517,1.22173,0,0,0,1,60,255,1,0),(87113,190175,571,1,3,7088.65,-4380.97,453.098,0.698132,0,0,0,1,60,255,1,0),(87114,190175,571,1,3,6450.82,-4037.47,466.455,-2.18166,0,0,0,1,60,255,1,0),(87115,190175,571,1,3,5623.15,-3312.79,372.218,1.23918,0,0,0,1,60,255,1,0),(87116,190175,571,1,3,5835.96,-3536.31,387.215,-1.65806,0,0,0,1,60,255,1,0),(87117,189973,571,1,1,2935.74,62.2987,6.47628,1.11701,0,0,0,1,60,255,1,0),(87118,1617,0,1,1,-408.202,923.671,121.549,2.63544,0,0,0,1,60,255,1,0),(87119,1621,0,1,1,-2833.1,-1328.37,8.95405,-0.418879,0,0,0,1,60,255,1,0),(87120,1621,0,1,1,-523.583,434.796,85.6967,-2.00713,0,0,0,1,60,255,1,0),(87121,1621,0,1,1,-446.982,847.415,96.9973,0.314158,0,0,0,1,60,255,1,0),(87122,1621,0,1,1,-491.957,1211.93,51.9617,-0.994837,0,0,0,1,60,255,1,0),(87123,176640,1,1,1,6347.34,-755.314,486.933,-2.93214,0,0,0,1,3600,255,1,0),(87124,176642,1,1,1,3783.99,-1016.47,233.301,0.506145,0,0,0,1,3600,255,1,0),(87125,183043,530,1,1,693.756,8193.58,23.2953,1.32645,0,0,0,1,60,255,1,0),(87126,183043,530,1,1,-316.197,8583.64,20.1746,1.36136,0,0,0,1,60,255,1,0),(87127,183043,530,1,1,-274.252,7682.1,21.2547,-0.837757,0,0,0,1,60,255,1,0),(87128,183043,530,1,1,1140.83,8699.95,18.7153,-2.49582,0,0,0,1,60,255,1,0),(87129,183044,530,1,1,450.32,8706.11,23.5782,-2.3911,0,0,0,1,60,255,1,0),(87130,183044,530,1,1,1347.79,8452.73,17.3762,-0.139624,0,0,0,1,60,255,1,0),(87131,183044,530,1,1,-462.815,6420.1,22.7552,0.785397,0,0,0,1,60,255,1,0),(87132,183044,530,1,1,-391.044,6378.4,23.8637,1.90241,0,0,0,1,60,255,1,0),(87133,183046,530,1,1,218.475,8772.74,23.458,0.698132,0,0,0,1,60,255,1,0),(87134,183046,530,1,1,-36.6614,7358.73,23.1146,-0.122173,0,0,0,1,60,255,1,0),(87135,189973,571,1,1,865.311,-4856.31,3.3121,-1.93732,0,0,0,1,60,255,1,0),(87136,189973,571,1,1,409.744,-4841.07,227.901,-0.453785,0,0,0,1,60,255,1,0),(87137,189973,571,1,1,2035.11,-5375.67,221.661,0.191985,0,0,0,1,60,255,1,0),(87138,189973,571,1,1,2811.08,5162.6,72.503,0.994837,0,0,0,1,60,255,1,0),(87139,189973,571,1,1,1391.03,-6009.02,284.338,2.30383,0,0,0,1,60,255,1,0),(87140,189973,571,1,1,1068.62,-5957.92,275.96,3.05433,0,0,0,1,60,255,1,0),(87141,189973,571,1,1,554.575,-3405.66,19.3528,-0.890117,0,0,0,1,60,255,1,0),(87142,189973,571,1,1,1038.93,-4996.34,10.7783,-2.26892,0,0,0,1,60,255,1,0),(87143,189973,571,1,1,2529.1,-3022.17,119.313,0.994837,0,0,0,1,60,255,1,0),(87144,181270,530,1,1,-2045.2,4654.84,-5.04274,2.93214,0,0,0,1,60,255,1,0),(87145,181270,530,1,1,-723.837,8749.43,185.707,-0.541051,0,0,0,1,60,255,1,0),(87146,181270,530,1,1,-2343,3554.46,-10.6955,-1.11701,0,0,0,1,60,255,1,0),(87147,181270,530,1,1,-972.591,1973.4,69.0956,-1.46608,0,0,0,1,60,255,1,0),(87148,181270,530,1,1,2771.8,6077.14,-8.17688,-1.62316,0,0,0,1,60,255,1,0),(87149,181271,530,1,1,2891.72,5712.92,143.035,-0.226892,0,0,0,1,60,255,1,0),(87150,181271,530,1,1,-665.046,8778.89,200.236,-0.244346,0,0,0,1,60,255,1,0),(87151,181271,530,1,1,3856.57,2543.18,87.3824,-1.16937,0,0,0,1,60,255,1,0),(87152,181271,530,1,1,4395.89,3050,135.329,-0.628317,0,0,0,1,60,255,1,0),(87153,181271,530,1,1,3181.23,5549.02,142.135,-2.68781,0,0,0,1,60,255,1,0),(87154,181271,530,1,1,-802.504,4465.43,118.814,2.93214,0,0,0,1,60,255,1,0),(87155,181272,530,1,1,425.951,5079.77,36.2486,-1.32645,0,0,0,1,3600,255,1,0),(87156,181272,530,1,1,1037.25,5097.53,-24.6376,1.62316,0,0,0,1,3600,255,1,0),(87157,181277,530,1,1,-2405.88,4994.07,30.2375,2.9845,0,0,0,1,60,255,1,0),(87158,181279,530,1,1,3792.85,2459.95,116.729,-2.30383,0,0,0,1,60,255,1,0),(87159,181279,530,1,1,3614.22,2342.14,87.3628,-3.05433,0,0,0,1,60,255,1,0),(87160,181279,530,1,1,2998.82,4255.35,161.266,2.96704,0,0,0,1,60,255,1,0),(87161,181281,530,1,1,-3953.6,3177.48,314.938,2.61799,0,0,0,1,60,255,1,0),(87162,2866,0,1,1,-6814.45,-1554.32,193.158,-0.261798,0,0,0,1,60,255,1,0),(87163,2866,1,1,1,-7540.94,-3116.9,17.5761,0.314158,0,0,0,1,60,255,1,0),(87164,142140,0,1,1,-11553.6,736.776,60.7313,0.90757,0,0,0,1,60,255,1,0),(87165,142140,1,1,1,-5027.81,1298,90.7511,3.08918,0,0,0,1,60,255,1,0),(87166,142140,1,1,1,-5358.88,1241.68,22.1054,0.610864,0,0,0,1,60,255,1,0),(87167,142140,0,1,1,-316.936,-4234.65,138.125,0.628317,0,0,0,1,60,255,1,0),(87168,142140,0,1,1,-371.908,-4127,173.995,1.79769,0,0,0,1,60,255,1,0),(87169,142140,0,1,1,-329.511,-4207.55,152.009,1.53589,0,0,0,1,60,255,1,0),(87170,142140,1,1,1,3548.76,-4767.67,111.289,-2.44346,0,0,0,1,60,255,1,0),(87171,142140,1,1,1,-5449.09,1327.84,20.0258,2.44346,0,0,0,1,60,255,1,0),(87172,142140,1,1,1,3596.8,-4589.69,104.494,-2.67035,0,0,0,1,60,255,1,0),(87173,142140,1,1,1,-5002.79,1201.35,54.0045,-0.226892,0,0,0,1,60,255,1,0),(87174,142141,0,1,1,2999.7,-1564.12,147.003,-1.37881,0,0,0,1,60,255,1,0),(87175,142141,0,1,1,1821.96,-2044.74,75.4277,0.715585,0,0,0,1,60,255,1,0),(87176,142142,0,1,1,2920.11,-1610.7,147.766,-0.471238,0,0,0,1,60,255,1,0),(87177,142142,0,1,1,-7750.7,-2421.27,140.446,-2.74016,0,0,0,1,3600,255,1,0),(87178,142142,0,1,1,2779.7,-4005.54,99.1068,0.977383,0,0,0,1,60,255,1,0),(87179,142142,1,1,1,-6536.36,409.216,5.08667,-2.47837,0,0,0,1,60,255,1,0),(87180,142142,1,1,1,-7749.81,1486.97,0.788001,-3.03684,0,0,0,1,60,255,1,0),(87181,142142,1,1,1,-4421.08,-281.654,32.5452,-0.017452,0,0,0,1,60,255,1,0),(87182,142142,1,1,1,-4292.6,587.599,60.3928,-2.47837,0,0,0,1,60,255,1,0),(87183,142142,1,1,1,-6385.42,219.859,3.23839,-2.16421,0,0,0,1,60,255,1,0),(87184,142142,1,1,1,-5606.37,1107.94,63.6876,1.25664,0,0,0,1,60,255,1,0),(87185,142143,0,1,1,-10288,-2913.33,19.7969,-1.0821,0,0,0,1,60,255,1,0),(87186,142143,0,1,1,-10138.9,-3363.5,20.8903,0.104719,0,0,0,1,60,255,1,0),(87187,142143,0,1,1,-10222.2,-3035.99,20.7879,3.10665,0,0,0,1,60,255,1,0),(87188,142143,0,1,1,-10124.2,-3547.14,21.207,-2.93214,0,0,0,1,60,255,1,0),(87189,142143,0,1,1,-10384.2,-3003.25,19.8948,-2.33874,0,0,0,1,60,255,1,0),(87190,142144,530,1,1,1664.42,8605.02,-35.4275,-2.426,0,0,0,1,60,255,1,0),(87191,1617,0,1,1,-4884.1,-3106.54,322.733,2.1293,0,0,0,1,60,255,1,0),(87192,1617,0,1,1,-9394.66,-1293.73,54.1131,2.25147,0,0,0,1,60,255,1,0),(87193,1617,0,1,1,2363.91,822.782,47.6087,-1.13446,0,0,0,1,60,255,1,0),(87194,1617,0,1,1,2254.86,623.59,34.8548,-0.279252,0,0,0,1,60,255,1,0),(87195,1617,0,1,1,2594.16,1270.24,56.4382,-1.11701,0,0,0,1,60,255,1,0),(87196,1617,0,1,1,2590.68,540.587,16.2911,2.30383,0,0,0,1,60,255,1,0),(87197,1617,0,1,1,2532.51,625.952,33.2541,0.977383,0,0,0,1,60,255,1,0),(87198,1617,0,1,1,2521.1,953.773,90.1524,-2.11185,0,0,0,1,60,255,1,0),(87199,1617,1,1,1,-909.978,-990.789,23.0142,0.890117,0,0,0,1,60,255,1,0),(87200,1617,1,1,1,1429.07,-4813.38,24.6158,-2.51327,0,0,0,1,60,255,1,0),(87201,1617,1,1,1,-1664.08,269.539,35.6687,0.104719,0,0,0,1,60,255,1,0),(87202,1617,530,1,1,8891.63,-6787.54,32.2687,-1.29154,0,0,0,1,60,255,1,0),(87203,1618,0,1,1,1631.95,-654.718,47.0466,1.39626,0,0,0,1,60,255,1,0),(87204,1618,0,1,1,2585.57,280.206,46.6648,0.785397,0,0,0,1,60,255,1,0),(87205,1618,0,1,1,2314.62,1553.87,33.5216,-2.30383,0,0,0,1,60,255,1,0),(87206,1618,0,1,1,2568.17,916.615,100.373,-2.18166,0,0,0,1,60,255,1,0),(87207,1618,0,1,1,1233.81,933.051,36.8226,-1.41372,0,0,0,1,60,255,1,0),(87208,1618,1,1,1,-1944.83,283.872,87.9508,0.087266,0,0,0,1,60,255,1,0),(87209,1618,1,1,1,-1003.55,-983.244,7.90341,2.70526,0,0,0,1,60,255,1,0),(87210,1618,1,1,1,1153.6,-4530.12,19.5377,1.74533,0,0,0,1,60,255,1,0),(87211,1619,0,1,1,2386.79,822.591,46.8164,-1.309,0,0,0,1,60,255,1,0),(87212,1619,0,1,1,889.81,1172.7,49.8807,-2.67035,0,0,0,1,60,255,1,0),(87213,1619,0,1,1,-8844.8,-1293.87,111.635,-3.07177,0,0,0,1,60,255,1,0),(87214,1619,0,1,1,-8802.97,-1242.1,95.1466,2.40855,0,0,0,1,60,255,1,0),(87215,1619,1,1,1,-998.674,-1065.87,46.8172,-1.71042,0,0,0,1,60,255,1,0),(87216,1619,1,1,1,-1664.08,368.102,111.681,-1.39626,0,0,0,1,60,255,1,0),(87217,1620,0,1,1,958.84,1069.46,36.558,-0.069812,0,0,0,1,60,255,1,0),(87218,1620,0,1,1,-5005.27,-3419.37,303.401,3.07177,0,0,0,1,60,255,1,0),(87219,1620,0,1,1,-5072.19,-3795.14,310.585,2.40855,0,0,0,1,60,255,1,0),(87220,1620,0,1,1,-5856.29,-3448.97,318.345,-2.56563,0,0,0,1,60,255,1,0),(87221,1620,0,1,1,-9657.54,1504.9,11.0599,1.78023,0,0,0,1,60,255,1,0),(87222,1620,0,1,1,-2980.93,-1986.43,9.31201,1.62316,0,0,0,1,60,255,1,0),(87223,1620,0,1,1,-3139.51,-2545.52,9.23924,2.30383,0,0,0,1,60,255,1,0),(87224,1620,0,1,1,1123.37,1095.89,40.1016,-2.37364,0,0,0,1,60,255,1,0),(87225,1620,1,1,1,1131.9,-4685.81,20.0887,-2.05949,0,0,0,1,60,255,1,0),(87226,1620,1,1,1,2448.9,1512.97,262.881,-2.40855,0,0,0,1,60,255,1,0),(87227,1620,1,1,1,1269.18,-11.3787,-5.88981,-0.314158,0,0,0,1,60,255,1,0),(87228,1620,1,1,1,40.5508,-735.211,-18.9994,2.19912,0,0,0,1,60,255,1,0),(87229,1620,1,1,1,-545.644,-2245.66,42.6309,2.96704,0,0,0,1,3600,255,1,0),(87230,1621,0,1,1,-633.39,-1566.65,64.1649,0.418879,0,0,0,1,60,255,1,0),(87231,1621,0,1,1,-10982.5,1119.15,40.2986,2.30383,0,0,0,1,60,255,1,0),(87232,1621,0,1,1,-10092.6,1601.71,41.0102,0.104719,0,0,0,1,60,255,1,0),(87233,1621,0,1,1,-5147.11,-3496.26,304.571,2.35619,0,0,0,1,60,255,1,0),(87234,1621,0,1,1,-3482.48,-2876.22,9.41632,-0.244346,0,0,0,1,60,255,1,0),(87235,1621,0,1,1,-4154.25,-2961.75,12.0112,-2.11185,0,0,0,1,60,255,1,0),(87236,1621,1,1,1,2128.42,1074.31,238.538,1.41372,0,0,0,1,60,255,1,0),(87237,1621,1,1,1,163.633,-713.723,-0.409156,-0.296705,0,0,0,1,60,255,1,0),(87238,1621,1,1,1,574.272,266.641,56.5523,2.47837,0,0,0,1,60,255,1,0),(87239,1621,1,1,1,381.768,388.748,53.0068,1.67551,0,0,0,1,60,255,1,0),(87240,1621,1,1,1,862.329,691.778,96.6315,-1.64061,0,0,0,1,60,255,1,0),(87241,1621,1,1,1,3228.99,-562.044,153.91,-2.84488,0,0,0,1,60,255,1,0),(87242,1622,0,1,1,-10508.1,1579,47.3024,0.750491,0,0,0,1,60,255,1,0),(87243,1622,0,1,1,-4212.26,-2354.89,204.552,-1.95477,0,0,0,1,60,255,1,0),(87244,1622,0,1,1,-10140.3,1215.31,36.7652,-2.93214,0,0,0,1,60,255,1,0),(87245,1622,0,1,1,-1723.8,-1832.74,81.1296,-2.33874,0,0,0,1,60,255,1,0),(87246,1622,0,1,1,-5021.06,-3924.3,324.104,-0.383971,0,0,0,1,60,255,1,0),(87247,1622,0,1,1,-796.592,-1170.49,68.9588,-0.785397,0,0,0,1,60,255,1,0),(87248,1622,0,1,1,-2788.31,-2227.67,50.4004,-1.41372,0,0,0,1,60,255,1,0),(87249,1622,0,1,1,-56.5404,293.34,53.3134,1.09956,0,0,0,1,3600,255,1,0),(87250,1622,1,1,1,-391.862,1841.03,126.799,2.70526,0,0,0,1,3600,255,1,0),(87251,1622,1,1,1,574.627,1869.33,0.097795,-2.18166,0,0,0,1,60,255,1,0),(87252,1622,1,1,1,3458.32,-129.015,6.99813,0.733038,0,0,0,1,60,255,1,0),(87253,1622,1,1,1,859.194,149.806,36.5573,0.575957,0,0,0,1,60,255,1,0),(87254,1622,1,1,1,1757.32,846.001,148.717,2.25147,0,0,0,1,60,255,1,0),(87255,1622,1,1,1,1332.29,52.235,13.952,2.96704,0,0,0,1,60,255,1,0),(87256,1622,1,1,1,-4679.05,-1474.73,-48.2578,-0.663223,0,0,0,1,60,255,1,0),(87257,1622,1,1,1,681.608,1882.77,-1.26325,-1.48353,0,0,0,1,60,255,1,0),(87258,1623,0,1,1,-11513.2,507.041,82.1076,1.27409,0,0,0,1,60,255,1,0),(87259,1623,0,1,1,-749.624,-980.945,54.2288,-0.575957,0,0,0,1,60,255,1,0),(87260,1623,1,1,1,471.506,1698.63,32.7717,0.750491,0,0,0,1,60,255,1,0),(87261,1623,1,1,1,98.1569,-686.456,22.3247,-2.32129,0,0,0,1,60,255,1,0),(87262,1623,1,1,1,1588.58,1417.84,197.676,2.44346,0,0,0,1,60,255,1,0),(87263,1623,1,1,1,-5156.76,-1226.03,49.1134,1.58825,0,0,0,1,60,255,1,0),(87264,1624,0,1,1,-10799.6,-666.59,40.8933,0.174532,0,0,0,1,60,255,1,0),(87265,1624,0,1,1,-443.955,218.854,80.0781,1.83259,0,0,0,1,60,255,1,0),(87266,1624,0,1,1,-1816.56,-2881.86,61.0276,1.91986,0,0,0,1,60,255,1,0),(87267,1624,0,1,1,-3673.22,-2901.01,12.9926,-0.349065,0,0,0,1,60,255,1,0),(87268,1624,0,1,1,-3484.03,-2444.53,47.452,1.02974,0,0,0,1,60,255,1,0),(87269,1624,0,1,1,-2824.47,-1857.98,10.5835,-2.75761,0,0,0,1,60,255,1,0),(87270,1624,0,1,1,-3357.61,-2803.33,17.5986,2.67035,0,0,0,1,60,255,1,0),(87271,1624,0,1,1,-6718.24,-3248.64,240.744,1.41372,0,0,0,1,60,255,1,0),(87272,1624,1,1,1,-1228.87,2200.36,91.8946,-1.16937,0,0,0,1,3600,255,1,0),(87273,1624,1,1,1,2583.93,-1248.1,145.21,-2.05949,0,0,0,1,60,255,1,0),(87274,1624,1,1,1,-333.244,2384.28,37.4758,-1.69297,0,0,0,1,3600,255,1,0),(87275,1624,1,1,1,732.953,1809.55,-13.8562,-0.383971,0,0,0,1,60,255,1,0),(87276,1624,1,1,1,795.638,1849.68,-4.61363,1.8675,0,0,0,1,60,255,1,0),(87277,1624,1,1,1,3151.14,-545.542,147.4,-2.67035,0,0,0,1,60,255,1,0),(87278,1624,1,1,1,3548.91,-144.068,0.071218,-2.426,0,0,0,1,60,255,1,0),(87279,1624,1,1,1,2852.96,-785.46,156.364,-1.46608,0,0,0,1,60,255,1,0),(87280,1624,1,1,1,-5052.68,-1181.93,-56.282,-0.645772,0,0,0,1,60,255,1,0),(87281,1624,1,1,1,-3254.12,-1900.28,96.5674,1.41372,0,0,0,1,3600,255,1,0),(87282,1628,1,1,1,-1599.25,1376.42,61.2987,2.19912,0,0,0,1,3600,255,1,0),(87283,3726,1,1,1,-3931.37,-1850.23,96.5837,1.29154,0,0,0,1,3600,255,1,0),(87284,3727,1,1,1,-2585.05,-2050.21,91.6667,-1.50098,0,0,0,1,3600,255,1,0),(87285,3727,1,1,1,-4112.9,-1905.92,93.1088,-0.436332,0,0,0,1,3600,255,1,0),(87286,3727,1,1,1,-2416.2,-2524.77,91.6667,0.034906,0,0,0,1,3600,255,1,0),(87287,3727,1,1,1,-115.113,-1718.67,94.2968,-2.07694,0,0,0,1,3600,255,1,0),(87288,3727,1,1,1,-1820.1,-1859.38,97.1059,1.02974,0,0,0,1,3600,255,1,0),(87289,3727,1,1,1,-1518.44,-2788.13,93.8622,-2.44346,0,0,0,1,3600,255,1,0),(87290,3729,1,1,1,-1422.33,-2892.46,93.5401,0.750491,0,0,0,1,3600,255,1,0),(87291,3729,1,1,1,-4046.88,-1782.21,95.1955,-2.14675,0,0,0,1,3600,255,1,0),(87292,3729,1,1,1,1042.02,-2987.69,91.6673,1.36136,0,0,0,1,3600,255,1,0),(87293,3730,1,1,1,-4217.95,-1984.49,100.462,0.401425,0,0,0,1,3600,255,1,0),(87294,3730,1,1,1,-4202.47,-2087.11,100.523,1.46608,0,0,0,1,3600,255,1,0),(87295,3730,1,1,1,-3972.73,-1639.11,97.5111,1.27409,0,0,0,1,3600,255,1,0),(87296,3730,1,1,1,314.383,-2233.26,232.258,1.25664,0,0,0,1,3600,255,1,0),(87297,176583,1,1,1,-4491.8,-568.489,4.83053,1.02974,0,0,0,1,60,255,1,0),(87298,176583,0,1,1,2764.43,-3797.11,111.373,3.12412,0,0,0,1,60,255,1,0),(87299,176583,530,1,1,4075.08,3166.37,165.826,1.46608,0,0,0,1,60,255,1,0),(87300,176583,530,1,1,1260.17,8333.59,20.1106,-0.296705,0,0,0,1,60,255,1,0),(87301,176583,530,1,1,-1153.83,2006.12,69.487,-0.767944,0,0,0,1,60,255,1,0),(87302,176583,530,1,1,-1026.5,5512.22,22.6564,-1.51844,0,0,0,1,60,255,1,0),(87303,176583,530,1,1,-1275.31,2610.97,18.5796,-0.226892,0,0,0,1,60,255,1,0),(87304,176583,530,1,1,-226.905,3023.12,-63.6684,0.872664,0,0,0,1,60,255,1,0),(87305,176584,0,1,1,-7959.27,-1379.52,133.373,1.18682,0,0,0,1,3600,255,1,0),(87306,176584,1,1,1,-7418.48,719.633,-6.51437,-2.74016,0,0,0,1,60,255,1,0),(87307,176584,530,1,1,-114.65,3297.32,17.5288,-1.62316,0,0,0,1,60,255,1,0),(87308,176586,1,1,1,5232.98,-5020.01,874.759,-0.279252,0,0,0,1,60,255,1,0),(87309,176586,1,1,1,7592.79,-4782.64,744.513,-0.942477,0,0,0,1,60,255,1,0),(87310,176586,1,1,1,4114.49,-5077.12,147.331,1.06465,0,0,0,1,60,255,1,0),(87311,176586,0,1,1,2421.2,-3861.51,206.033,-3.05433,0,0,0,1,60,255,1,0),(87312,176587,0,1,1,2453.53,-3656.75,177.802,-0.925024,0,0,0,1,60,255,1,0),(87313,176587,0,1,1,2388.11,-4093.08,77.0275,2.19912,0,0,0,1,60,255,1,0),(87314,176587,0,1,1,1738.81,-1142.23,60.915,-1.91986,0,0,0,1,60,255,1,0),(87315,176587,0,1,1,2803.09,-3926.93,101.182,0.890117,0,0,0,1,60,255,1,0),(87316,176589,0,1,1,2495.06,-3827.97,179.112,3.07177,0,0,0,1,60,255,1,0),(87317,190169,571,1,1,2137.1,-3935.31,218.199,-1.48353,0,0,0,1,60,255,1,0),(87318,190169,571,1,1,4129.2,-2696.36,222.509,2.60053,0,0,0,1,60,255,1,0),(87319,190169,571,1,1,4095.66,-1993.43,208.606,-2.67035,0,0,0,1,60,255,1,0),(87320,190169,571,1,1,3074.15,-2559.21,50.3904,1.62316,0,0,0,1,60,255,1,0),(87321,190170,571,1,1,5379.75,-2030.11,248.126,2.04204,0,0,0,1,60,255,1,0),(87322,190171,571,1,1,6897.92,-602.182,924.71,0.994837,0,0,0,1,60,255,1,0),(87323,190171,571,1,1,7717.55,1490.8,350.92,0.279252,0,0,0,1,60,255,1,0),(87324,190171,571,1,1,6614.84,-1190.33,570.467,0.95993,0,0,0,1,60,255,1,0),(87325,190172,571,1,1,6398.19,2307.73,474.595,-2.23402,0,0,0,1,60,255,1,0),(87326,190172,571,1,1,8048.02,63.8864,946.718,1.29154,0,0,0,1,60,255,1,0),(87327,190172,571,1,1,6825.85,-2232.1,660.305,-2.56563,0,0,0,1,60,255,1,0),(87328,190172,571,1,1,7354.31,-134.59,784.488,-0.226892,0,0,0,1,60,255,1,0),(87329,190173,571,1,1,3338.73,-407.557,171.824,2.68781,0,0,0,1,60,255,1,0),(87330,190175,571,1,1,5694.23,-4269.15,374.891,-1.90241,0,0,0,1,60,255,1,0),(87331,190175,571,1,1,6196.1,-4339.37,447.49,2.32129,0,0,0,1,60,255,1,0),(87332,190175,571,1,1,5621.1,-4172.12,360.172,-1.09956,0,0,0,1,60,255,1,0),(87333,190175,571,1,1,6484.5,-3198.3,404.346,-1.67551,0,0,0,1,60,255,1,0),(87334,190175,571,1,1,6531.26,-3844.66,484.251,-2.53072,0,0,0,1,60,255,1,0),(87335,190175,571,1,1,6540.48,-4191.4,474.64,-2.60053,0,0,0,1,60,255,1,0),(87336,2041,0,1,1,-10423.9,-2979.65,18.9497,-2.89724,0,0,0,1,60,255,1,0),(87337,2041,0,1,1,-1667.67,-3433.21,44.3018,2.53072,0,0,0,1,60,255,1,0),(87338,2041,0,1,1,-12270.6,-355.563,17.0246,2.23402,0,0,0,1,60,255,1,0),(87339,2041,0,1,1,-12423.7,-335.87,15.0724,-1.43117,0,0,0,1,60,255,1,0),(87340,2041,0,1,1,-2837.91,-1775.33,7.82989,0.331611,0,0,0,1,60,255,1,0),(87341,2041,0,1,1,-3013.65,-2502.55,8.11191,-2.40855,0,0,0,1,60,255,1,0),(87342,2041,0,1,1,-3077.74,-1994.21,7.12134,-1.48353,0,0,0,1,60,255,1,0),(87343,2041,1,1,1,2203.34,-3562.25,39.4123,-1.64061,0,0,0,1,60,255,1,0),(87344,2041,1,1,1,-3101.98,-4054.79,23.703,-1.5708,0,0,0,1,60,255,1,0),(87345,2041,1,1,1,-2792.61,-3489.66,31.1472,0.226892,0,0,0,1,60,255,1,0),(87346,2042,0,1,1,-1740.71,-2982.65,34.2299,-0.541051,0,0,0,1,60,255,1,0),(87347,2042,0,1,1,29.2546,-3312.49,116.929,0.715585,0,0,0,1,60,255,1,0),(87348,2042,0,1,1,121.778,-3088.08,129.892,2.70526,0,0,0,1,60,255,1,0),(87349,2042,1,1,1,-2987.04,-3287.98,37.2054,0.750491,0,0,0,1,60,255,1,0),(87350,2043,0,1,1,-11548.4,843.898,23.3085,2.47837,0,0,0,1,60,255,1,0),(87351,2043,0,1,1,-10201.5,-3447.1,22.3132,-0.488691,0,0,0,1,60,255,1,0),(87352,2043,0,1,1,-11956.2,158.976,17.6716,3.03684,0,0,0,1,60,255,1,0),(87353,2043,0,1,1,-1337.62,-3171.37,36.8362,0.575957,0,0,0,1,60,255,1,0),(87354,2043,1,1,1,-4211.01,617.553,66.1571,2.96704,0,0,0,1,60,255,1,0),(87355,2043,1,1,1,-4478.4,-317.536,49.9968,1.65806,0,0,0,1,60,255,1,0),(87356,2043,1,1,1,-4879.28,694.649,47.5938,1.50098,0,0,0,1,60,255,1,0),(87357,2045,0,1,1,-777.527,-4570.92,-23.8076,-0.593412,0,0,0,1,60,255,1,0),(87358,2045,1,1,1,3395.54,1185.15,-37.8039,2.00713,0,0,0,1,60,255,1,0),(87359,2045,0,1,1,-1051.87,-408.556,-4.19282,-2.89724,0,0,0,1,60,255,1,0),(87360,2045,0,1,1,-12700.3,33.8601,-15.6602,-0.680679,0,0,0,1,60,255,1,0),(87361,2045,0,1,1,-12503.6,231.236,-11.8243,0.645772,0,0,0,1,60,255,1,0),(87362,2045,1,1,1,3331.54,1187.5,-15.7325,-2.32129,0,0,0,1,60,255,1,0),(87363,176637,1,1,1,3829.71,-1018.73,239.014,1.58825,0,0,0,1,3600,255,1,0),(87364,2045,1,1,1,2159.15,-2863.49,105.558,0.715585,0,0,0,1,60,255,1,0),(87365,2046,1,1,1,-4307.46,651.262,80.2853,-1.76278,0,0,0,1,60,255,1,0),(87366,2046,0,1,1,-11599.7,724.194,61.3601,-2.84488,0,0,0,1,60,255,1,0),(87367,2046,1,1,1,-5031.07,1242.96,59.0136,1.74533,0,0,0,1,60,255,1,0),(87368,2046,0,1,1,-806.16,-3584.53,81.9184,2.67035,0,0,0,1,60,255,1,0),(87369,2046,0,1,1,-12974.2,-809.106,71.4965,-1.51844,0,0,0,1,60,255,1,0),(87370,2046,0,1,1,-10264.7,-2575.17,40.6938,-1.83259,0,0,0,1,60,255,1,0),(87371,2046,0,1,1,-12034.3,138.011,18.8933,-1.78023,0,0,0,1,60,255,1,0),(87372,2046,0,1,1,-2069.82,-2537.25,80.8448,-2.26892,0,0,0,1,60,255,1,0),(87373,2046,1,1,1,-5420.75,1183.68,66.5455,-2.05949,0,0,0,1,60,255,1,0),(87374,2046,1,1,1,-2558.18,-3757.4,36.4821,1.46608,0,0,0,1,60,255,1,0),(87375,2046,1,1,1,-5543.7,1106.71,69.3718,1.53589,0,0,0,1,60,255,1,0),(87376,176639,1,1,1,4521.6,-661.612,259.686,-1.8675,0,0,0,1,3600,255,1,0),(87377,176639,1,1,1,4140.46,-700.01,282.675,2.28638,0,0,0,1,3600,255,1,0),(87378,176639,1,1,1,3881.28,-988.969,246.243,1.39626,0,0,0,1,3600,255,1,0),(87394,176640,1,1,1,6178.8,-1065.77,385.206,-1.41372,0,0,0,1,3600,255,1,0),(87395,176640,1,1,1,6291.3,-2068.77,595.53,2.65289,0,0,0,1,3600,255,1,0),(87396,176641,1,1,1,4452.15,-933.014,310.124,-0.349065,0,0,0,1,3600,255,1,0),(87397,176641,1,1,1,5883.98,-1280.45,408.559,1.32645,0,0,0,1,3600,255,1,0),(87398,183043,530,1,1,-987.62,5225.53,22.5514,0.226892,0,0,0,1,60,255,1,0),(87399,183043,530,1,1,-942.452,5153.56,23.3949,-0.314158,0,0,0,1,60,255,1,0),(87400,183044,530,1,1,-14.6456,6330.68,22.5381,-2.30383,0,0,0,1,60,255,1,0),(87401,183044,530,1,1,-770.653,5239.58,19.2918,2.30383,0,0,0,1,60,255,1,0),(87402,183044,530,1,1,24.1495,6383.34,22.8483,-0.506145,0,0,0,1,60,255,1,0),(87403,183046,530,1,1,-597.871,5533.49,23.0455,-0.523598,0,0,0,1,60,255,1,0),(87404,189973,571,1,1,455.918,-5666.87,290.223,-0.366518,0,0,0,1,60,255,1,0),(87405,189973,571,1,1,310.628,-5613.61,315.306,-0.523598,0,0,0,1,60,255,1,0),(87406,189973,571,1,1,1743.15,-3505.01,153.33,2.51327,0,0,0,1,60,255,1,0),(87407,189973,571,1,1,3372.01,5497.53,64.4835,-2.91469,0,0,0,1,60,255,1,0),(87408,189973,571,1,1,215.004,-5634.92,354.207,1.83259,0,0,0,1,60,255,1,0),(87409,189973,571,1,1,3916.54,4257.29,24.478,-2.86233,0,0,0,1,60,255,1,0),(87410,181270,530,1,1,-349.854,2358.08,45.406,2.3911,0,0,0,1,60,255,1,0),(87411,181270,530,1,1,-883.681,1934.28,67.2361,-3.00195,0,0,0,1,60,255,1,0),(87412,181270,530,1,1,-989.555,2048.3,67.0449,-0.90757,0,0,0,1,60,255,1,0),(87413,181270,530,1,1,-2739.26,6585.96,28.075,0.680677,0,0,0,1,60,255,1,0),(87414,181270,530,1,1,-2914.34,4501.69,-15.2011,-1.71042,0,0,0,1,60,255,1,0),(87415,181270,530,1,1,-289.009,2641.91,-6.38429,-2.16421,0,0,0,1,60,255,1,0),(87416,181270,530,1,1,-1696.62,7288.72,2.31641,1.23918,0,0,0,1,60,255,1,0),(87417,181270,530,1,1,-1625.62,6640.58,-6.10122,-1.72787,0,0,0,1,60,255,1,0),(87418,181270,530,1,1,-3223.25,5288.85,-19.2395,-1.69297,0,0,0,1,60,255,1,0),(87419,181270,530,1,1,-2778.95,5048.31,-8.9825,-2.96704,0,0,0,1,60,255,1,0),(87420,181270,530,1,1,-648.216,2049.62,57.4187,-0.837757,0,0,0,1,60,255,1,0),(87421,181270,530,1,1,-879.465,3145.91,16.1608,-2.37364,0,0,0,1,60,255,1,0),(87422,181270,530,1,1,449.901,2141.55,117.451,-1.48353,0,0,0,1,60,255,1,0),(87423,181270,530,1,1,518.188,3146.17,18.0198,2.33874,0,0,0,1,60,255,1,0),(87424,181270,530,1,1,-743.475,1615.95,56.0541,-1.32645,0,0,0,1,60,255,1,0),(87425,181270,530,1,1,140.773,4169.72,65.3722,0.750491,0,0,0,1,60,255,1,0),(87426,181270,530,1,1,288.731,3421.04,69.5576,-1.88495,0,0,0,1,60,255,1,0),(87427,181271,530,1,1,-2813.26,6422.05,66.1187,-2.94959,0,0,0,1,60,255,1,0),(87428,181271,530,1,1,-1074.41,1964.15,85.0584,1.25664,0,0,0,1,60,255,1,0),(87429,181271,530,1,1,-1983.75,6326.5,50.0981,-2.49582,0,0,0,1,60,255,1,0),(87430,181271,530,1,1,-2929.73,6314.31,94.1783,-1.62316,0,0,0,1,60,255,1,0),(87431,181271,530,1,1,-2039.1,8077.47,-16.8341,-2.93214,0,0,0,1,60,255,1,0),(87432,181271,530,1,1,-2704.32,6929.31,3.31441,0.698132,0,0,0,1,60,255,1,0),(87433,181271,530,1,1,-945.486,1620.43,93.4792,2.49582,0,0,0,1,60,255,1,0),(87434,181271,530,1,1,-1015.85,3059.9,25.172,2.49582,0,0,0,1,60,255,1,0),(87435,181271,530,1,1,-998.474,3584.42,160.825,1.15192,0,0,0,1,60,255,1,0),(87436,181271,530,1,1,243.085,3817.57,179.888,-1.81514,0,0,0,1,60,255,1,0),(87437,191019,571,1,1,5640.44,4652.26,-136.234,1.46608,0,0,0,1,60,255,1,0),(87438,191019,571,1,1,5225.88,5022.28,-135.622,-2.53072,0,0,0,1,60,255,1,0),(87439,191019,571,1,1,5364.21,5286.29,-132.572,0.279252,0,0,0,1,60,255,1,0),(87440,191019,571,1,1,5348.29,5420.7,-101.105,2.93214,0,0,0,1,60,255,1,0),(87441,2866,0,1,1,-7316.47,-1566.92,316.095,1.25664,0,0,0,1,60,255,1,0),(87442,2866,1,1,1,-7741.32,-3611.67,44.6915,-0.541051,0,0,0,1,60,255,1,0),(87443,142140,0,1,1,126.473,-3501.29,107.241,1.25664,0,0,0,1,60,255,1,0),(87444,142140,0,1,1,-376.088,-4090.41,174.874,-2.86233,0,0,0,1,60,255,1,0),(87445,142140,0,1,1,-437.401,-4189.53,195.066,-2.47837,0,0,0,1,60,255,1,0),(87446,142140,0,1,1,-281.208,-4107.5,138.673,-2.04204,0,0,0,1,60,255,1,0),(87447,142140,0,1,1,-195.593,-4092.25,152.112,0.610864,0,0,0,1,60,255,1,0),(87448,142140,0,1,1,-418.711,-2793.62,80.5266,-1.15192,0,0,0,1,60,255,1,0),(87449,142142,0,1,1,182.627,-3593.6,126.181,-2.07694,0,0,0,1,60,255,1,0),(87450,142142,0,1,1,185.703,-3148.8,121.978,0.017452,0,0,0,1,60,255,1,0),(87451,142142,0,1,1,-42.7587,-2993.42,122.968,0.523598,0,0,0,1,60,255,1,0),(87452,142142,0,1,1,158.747,-4206.66,118.182,0.715585,0,0,0,1,60,255,1,0),(87453,142142,0,1,1,-192.009,-4346.85,120.757,-1.74533,0,0,0,1,60,255,1,0),(87454,142142,0,1,1,-110.992,-2903.27,122.513,-2.58308,0,0,0,1,60,255,1,0),(87455,142142,0,1,1,254.182,-3485.79,161.809,-1.76278,0,0,0,1,60,255,1,0),(87456,142142,0,1,1,2317.71,-4236.85,98.6486,0.052359,0,0,0,1,60,255,1,0),(87457,142142,0,1,1,1721.82,-1016.11,71.0081,0.244346,0,0,0,1,60,255,1,0),(87458,142142,1,1,1,-6793.38,-908.425,-270.122,0.767944,0,0,0,1,60,255,1,0),(87459,142142,1,1,1,-7746.36,-680.292,-259.149,-2.35619,0,0,0,1,60,255,1,0),(87460,142144,0,1,1,368.381,-3860.87,106.184,-0.645772,0,0,0,1,60,255,1,0),(87461,1619,0,1,1,-11053.9,1954.27,30.9819,-2.65289,0,0,0,1,60,255,1,0),(87462,1619,1,1,1,5189.79,343.254,41.3473,1.79769,0,0,0,1,60,255,1,0),(87463,1620,1,1,1,2525.04,-3616.79,58.6529,0.925024,0,0,0,1,60,255,1,0),(87464,1620,0,1,1,-10770.6,1265,31.3255,1.53589,0,0,0,1,60,255,1,0),(87465,1621,1,1,1,3032.72,-911.838,194.145,0.017452,0,0,0,1,60,255,1,0),(87466,1621,0,1,1,-10213.5,441.273,37.4833,1.78023,0,0,0,1,3600,255,1,0),(87467,1621,0,1,1,-11008.7,1678.96,41.2772,-2.07694,0,0,0,1,60,255,1,0),(87468,1621,1,1,1,2759.72,-3136.69,168.858,0,0,0,0,1,60,255,1,0),(87469,1621,1,1,1,2764.2,-2492.12,192.814,2.96704,0,0,0,1,60,255,1,0),(87470,1622,0,1,1,-11415.7,1939.45,11.272,-1.67551,0,0,0,1,60,255,1,0),(87471,1622,1,1,1,-4652.41,-942.781,-45.128,-1.6057,0,0,0,1,60,255,1,0),(87472,1623,0,1,1,-13727.1,350.058,52.7766,0.209439,0,0,0,1,3600,255,1,0),(87473,1623,0,1,1,-13391.8,294.645,52.2135,-0.104719,0,0,0,1,3600,255,1,0),(87474,1623,0,1,1,-402.397,-1151.77,74.8978,1.97222,0,0,0,1,60,255,1,0),(87475,1623,0,1,1,87.1907,-1252.31,82.3047,0.698132,0,0,0,1,60,255,1,0),(87476,1624,0,1,1,-13338.1,-279.632,14.3143,-1.39626,0,0,0,1,3600,255,1,0),(87477,1624,1,1,1,2720.5,-2319.67,202.394,-0.855211,0,0,0,1,60,255,1,0),(87478,1624,1,1,1,2552.5,-1973.38,143.599,2.33874,0,0,0,1,60,255,1,0),(87479,1624,0,1,1,-12081.5,-745.165,12.3231,2.54818,0,0,0,1,3600,255,1,0),(87480,1624,1,1,1,-3619.13,-2838.4,36.2724,2.74016,0,0,0,1,3600,255,1,0),(87481,1624,1,1,1,853.732,1600.79,-24.0878,2.9845,0,0,0,1,60,255,1,0),(87482,1628,0,1,1,-2851.66,-2234.82,16.3133,-0.418879,0,0,0,1,3600,255,1,0),(87483,1628,1,1,1,-1402.27,1831.51,50.1442,-2.09439,0,0,0,1,3600,255,1,0),(87484,3724,1,1,1,-1212.77,-3520.31,91.6667,-2.84488,0,0,0,1,3600,255,1,0),(87485,176583,0,1,1,231.767,-4179.73,117.157,-2.61799,0,0,0,1,60,255,1,0),(87486,176583,0,1,1,336.581,-4032.55,118.385,-1.5708,0,0,0,1,60,255,1,0),(87487,176583,1,1,1,-8236.15,-1083.52,-204.848,-0.925024,0,0,0,1,60,255,1,0),(87488,176583,1,1,1,-7001.82,-670.431,-272.165,2.86233,0,0,0,1,60,255,1,0),(87489,176583,1,1,1,-7947.82,-1716.3,-275.69,2.3911,0,0,0,1,60,255,1,0),(87490,176583,530,1,1,-974.625,1875.91,94.8035,-1.3439,0,0,0,1,60,255,1,0),(87491,176583,530,1,1,-832.952,2021.16,39.1472,1.55334,0,0,0,1,60,255,1,0),(87492,176583,530,1,1,-904.356,2544.48,14.3917,-0.610864,0,0,0,1,60,255,1,0),(87493,176584,1,1,1,-7901.05,-1131.63,-272.205,-1.74533,0,0,0,1,60,255,1,0),(87494,176584,1,1,1,-7794.81,-1975.55,-270.681,2.87979,0,0,0,1,60,255,1,0),(87495,176584,1,1,1,-7581.58,-511.841,-267.643,1.53589,0,0,0,1,60,255,1,0),(87496,176584,530,1,1,-1099.89,2378.75,22.9108,-1.51844,0,0,0,1,60,255,1,0),(87497,176584,530,1,1,57.9099,4642.19,56.4305,2.23402,0,0,0,1,60,255,1,0),(87498,176584,530,1,1,336.033,2594.7,133.243,0.052359,0,0,0,1,60,255,1,0),(87499,176584,530,1,1,501.72,6283.55,24.1567,1.8675,0,0,0,1,60,255,1,0),(87500,176586,0,1,1,2670.15,-3283.07,128.611,-0.506145,0,0,0,1,60,255,1,0),(87501,176586,1,1,1,7253.81,-4350.75,661.104,-2.07694,0,0,0,1,60,255,1,0),(87502,176586,1,1,1,4689.2,-5365.06,119.033,-0.855211,0,0,0,1,3600,255,1,0),(87503,176586,1,1,1,5658.23,-4443.14,792.11,0.890117,0,0,0,1,60,255,1,0),(87504,176586,530,1,1,-1020.84,1910.83,105.649,0.279252,0,0,0,1,60,255,1,0),(87505,176586,530,1,1,567.093,2512.02,216.398,-1.71042,0,0,0,1,60,255,1,0),(87506,176587,0,1,1,2815.12,-4047.62,99.6001,1.44862,0,0,0,1,60,255,1,0),(87507,176587,0,1,1,2777.31,-3226.03,105.933,2.46091,0,0,0,1,60,255,1,0),(87508,176587,0,1,1,2937.81,-4292.18,90.3692,-1.02974,0,0,0,1,60,255,1,0),(87509,176587,0,1,1,2813.84,-3678,104.815,0.017452,0,0,0,1,60,255,1,0),(87510,176587,0,1,1,2537.37,-4499.34,78.3478,-3.12412,0,0,0,1,60,255,1,0),(87511,176587,0,1,1,2274.09,-4297.45,74.1448,-0.698132,0,0,0,1,60,255,1,0),(87512,176587,0,1,1,1933.45,-3818.12,131.68,-2.21656,0,0,0,1,60,255,1,0),(87513,176588,1,1,1,6665.75,-4946.65,720.42,0.750491,0,0,0,1,60,255,1,0),(87514,176588,1,1,1,5768.84,-4603.85,764.253,-1.39626,0,0,0,1,60,255,1,0),(87515,176588,1,1,1,7358.68,-4435.67,646.256,-0.558504,0,0,0,1,60,255,1,0),(87516,176588,1,1,1,6784.3,-2776.45,576.472,-1.76278,0,0,0,1,60,255,1,0),(87517,190169,571,1,1,2013.05,-2996.7,141.994,-2.77507,0,0,0,1,60,255,1,0),(87518,190169,571,1,1,5404.55,5590.8,-99.7555,1.0821,0,0,0,1,60,255,1,0),(87519,190169,571,1,1,3145.56,5483.41,50.8958,-0.017452,0,0,0,1,60,255,1,0),(87520,190169,571,1,1,4824.03,4477.18,-66.745,-2.33874,0,0,0,1,60,255,1,0),(87521,190170,571,1,1,4867.61,-1888.42,236.185,2.02458,0,0,0,1,60,255,1,0),(87522,190170,571,1,1,5069.4,-1698.97,233.852,0,0,0,0,1,60,255,1,0),(87523,190171,571,1,1,6926.97,1259.23,292.282,3.14159,0,0,0,1,60,255,1,0),(87524,190171,571,1,1,4486.73,2513.19,357.513,1.95477,0,0,0,1,60,255,1,0),(87525,190171,571,1,1,4845.38,3709.73,352.309,1.06465,0,0,0,1,60,255,1,0),(87526,190171,571,1,1,4984.91,2363.45,327.609,1.309,0,0,0,1,60,255,1,0),(87527,190171,571,1,1,6897.39,26.0061,792.332,0.90757,0,0,0,1,60,255,1,0),(87528,190171,571,1,1,8008,2841.89,497.999,1.0821,0,0,0,1,60,255,1,0),(87529,190171,571,1,1,7738.29,3706.09,653.643,0.436332,0,0,0,1,60,255,1,0),(87530,190171,571,1,1,8313.93,3381.07,642.278,2.16421,0,0,0,1,60,255,1,0),(87531,190171,571,1,1,7813.45,3628.78,655.145,2.07694,0,0,0,1,60,255,1,0),(87532,190171,571,1,1,7940.08,-106.71,881.35,-2.94959,0,0,0,1,60,255,1,0),(87533,190172,571,1,1,6568.73,1041.23,277.35,-1.16937,0,0,0,1,60,255,1,0),(87534,190172,571,1,1,4693.41,3144.87,361.167,-0.436332,0,0,0,1,60,255,1,0),(87535,190172,571,1,1,6762.39,93.0181,705.305,-0.977383,0,0,0,1,60,255,1,0),(87536,190172,571,1,1,7639.74,3513.11,643.282,-0.261798,0,0,0,1,60,255,1,0),(87537,190172,571,1,1,8326.23,3450.39,656.664,2.00713,0,0,0,1,60,255,1,0),(87538,190172,571,1,1,7773.2,2414.73,383.082,-1.36136,0,0,0,1,60,255,1,0),(87539,190172,571,1,1,7836.35,776.35,528.706,-2.46091,0,0,0,1,60,255,1,0),(87540,190173,571,1,1,3719,1896.97,89.4168,1.01229,0,0,0,1,60,255,1,0),(87541,190173,571,1,1,3226.21,-1518.03,58.5238,-2.44346,0,0,0,1,60,255,1,0),(87542,190173,571,1,1,4499.71,-955.425,171.431,-1.29154,0,0,0,1,60,255,1,0),(87543,190173,571,1,1,4023.69,1515.22,114.076,0.541051,0,0,0,1,60,255,1,0),(87544,190173,571,1,1,3175.16,-1507.17,49.117,1.91986,0,0,0,1,60,255,1,0),(87545,190175,571,1,1,5086.32,2484.2,357.764,1.309,0,0,0,1,60,255,1,0),(87546,190175,571,1,1,4974.67,3044.25,360.348,-0.244346,0,0,0,1,60,255,1,0),(87547,2041,0,1,1,-3102.63,-1299.36,7.84485,-2.61799,0,0,0,1,3600,255,1,0),(87548,2041,0,1,1,-2923.68,-1244.04,7.05653,2.80997,0,0,0,1,3600,255,1,0),(87549,2041,1,1,1,-4649.62,232.225,6.14846,2.07694,0,0,0,1,60,255,1,0),(87550,2041,1,1,1,-3772.63,-3295.04,30.3823,-2.61799,0,0,0,1,3600,255,1,0),(87551,2042,0,1,1,264.196,-3832.07,143.696,0.872664,0,0,0,1,60,255,1,0),(87552,2042,0,1,1,-13602,-30.4481,40.0262,0.383971,0,0,0,1,3600,255,1,0),(87553,2042,1,1,1,-2949.28,-3553.61,41.7896,1.97222,0,0,0,1,3600,255,1,0),(87554,2043,0,1,1,-13419.6,250.341,22.6322,-1.15192,0,0,0,1,3600,255,1,0),(87555,2043,0,1,1,-12472.2,-656.677,38.4287,1.01229,0,0,0,1,3600,255,1,0),(87556,2043,0,1,1,-12909.8,-309.647,14.1951,-3.12412,0,0,0,1,3600,255,1,0),(87557,2043,0,1,1,281.061,-4074.91,125.109,-2.11185,0,0,0,1,60,255,1,0),(87558,2043,0,1,1,-12713,-241.92,38.4442,2.54818,0,0,0,1,3600,255,1,0),(87559,2043,1,1,1,-4001.19,-3699.22,45.9126,1.18682,0,0,0,1,3600,255,1,0),(87560,2043,1,1,1,-4422.45,-75.8642,56.9736,1.309,0,0,0,1,60,255,1,0),(87561,2045,1,1,1,2443.87,-2849.66,137.224,-2.84488,0,0,0,1,60,255,1,0),(87562,2045,0,1,1,-11453.1,1813.91,-4.72884,-0.837757,0,0,0,1,60,255,1,0),(87563,2045,0,1,1,-11421.5,2014.61,-22.1962,2.28638,0,0,0,1,60,255,1,0),(87564,2045,0,1,1,-12221.4,589.087,-54.8489,-1.95477,0,0,0,1,3600,255,1,0),(87565,2045,0,1,1,-2641.34,-1442.62,-12.4426,0.244346,0,0,0,1,3600,255,1,0),(87566,2045,0,1,1,-1174.06,-777.817,-5.35076,-3.12412,0,0,0,1,60,255,1,0),(87567,2045,1,1,1,2715.93,-2572.03,176.359,-2.16421,0,0,0,1,60,255,1,0),(87568,2045,0,1,1,-13599.8,498.125,-35.318,1.71042,0,0,0,1,3600,255,1,0),(87569,176637,1,1,1,5750.68,-972.514,399.036,1.93731,0,0,0,1,3600,255,1,0),(87570,2045,1,1,1,-2666.74,-4205.86,-0.785061,-1.44862,0,0,0,1,3600,255,1,0),(87571,176637,1,1,1,4170.61,-1039.69,290.399,1.06465,0,0,0,1,3600,255,1,0),(87572,2045,1,1,1,-1024.96,-4009.38,-70.7427,-0.610864,0,0,0,1,3600,255,1,0),(87573,2046,1,1,1,-3516.12,-3373.27,48.2468,-1.64061,0,0,0,1,3600,255,1,0),(87574,2046,0,1,1,213.36,-3447.47,152.571,-2.67035,0,0,0,1,60,255,1,0),(87575,2046,0,1,1,397.232,-4102.64,119.983,-0.541051,0,0,0,1,60,255,1,0),(87576,2046,0,1,1,-155.668,-4041.4,122.494,1.58825,0,0,0,1,60,255,1,0),(87577,2046,0,1,1,-459.057,-2887.48,104.367,1.69297,0,0,0,1,60,255,1,0),(87578,2046,1,1,1,-3475.12,-3394.15,54.3003,1.58825,0,0,0,1,3600,255,1,0),(87579,176639,1,1,1,6258.18,-1411.12,370.846,-0.942477,0,0,0,1,3600,255,1,0),(120000,176643,1,1,1,6871.38,-1885.74,555.55,1.27409,0,0,0,1,3600,255,1,0),(120001,176643,1,1,1,5552.85,-852.081,369.011,1.37881,0,0,0,1,3600,255,1,0),(120002,176643,1,1,1,6835.33,-1990.14,558.56,-1.85005,0,0,0,1,3600,255,1,0),(120003,176643,1,1,1,5315.99,-588.572,247.057,2.72271,0,0,0,1,3600,255,1,0),(120004,176643,1,1,1,6387.9,-1762,421.541,-2.44346,0,0,0,1,3600,255,1,0),(120005,176643,1,1,1,6741.89,-1987.19,555.268,-1.93732,0,0,0,1,3600,255,1,0),(120006,176645,1,1,1,6271.37,-1665.22,432.302,-1.32645,0,0,0,1,3600,255,1,0),(120007,176645,1,1,1,5966.71,-1401.46,434.909,0.209439,0,0,0,1,3600,255,1,0),(120008,176645,1,1,1,5278.41,-541.085,273.116,-2.61799,0,0,0,1,3600,255,1,0),(120009,176645,1,1,1,6401.62,-1674.39,419.268,-2.33874,0,0,0,1,3600,255,1,0),(161190,189978,571,1,1,6818.13,-4627.39,442.225,1.3439,0,0,0,1,900,255,1,0),(161264,189979,571,1,1,5126.98,-1597.36,236.562,-3.05433,0,0,0,1,900,255,1,0),(161843,189981,571,1,1,5945.59,4566.13,-99.452,1.69297,0,0,0,1,600,255,1,0),(120013,189980,571,1,129,4562.71,2070.25,398.907,-2.09439,0,0,0,1,180,255,1,0),(162791,189981,571,1,1,8016.46,-2395.76,1161.83,-0.66322,0,0,0,1,900,255,1,0),(162790,189981,571,1,1,7923.45,-2642.3,1139.84,0.41888,0,0,0,1,900,255,1,0),(162789,189981,571,1,1,7908.77,124.441,1030.64,-0.75049,0,0,0,1,900,255,1,0),(162788,189981,571,1,1,7854.36,49.873,1010.96,2.02458,0,0,0,1,900,255,1,0),(162787,189981,571,1,1,7828.84,-115.694,886.169,-1.25664,0,0,0,1,900,255,1,0),(163232,189980,571,1,1,6483.74,1237.93,286.932,1.37881,0,0,0,1,600,255,1,0),(120020,189980,571,1,129,4272.68,2298.29,345.954,1.8675,0,0,0,1,180,255,1,0),(163231,189980,571,1,1,6482.54,2462.87,468.117,-1.91986,0,0,0,1,600,255,1,0),(163687,189981,571,1,1,6901.68,2352.56,428.566,0.48869,0,0,0,1,600,255,1,0),(163686,189981,571,1,1,6898.43,786.803,405.357,-1.48353,0,0,0,1,600,255,1,0),(163685,189981,571,1,1,6897.25,819.82,399.82,-2.82743,0,0,0,1,600,255,1,0),(120025,189980,571,1,65,4730.45,2162.48,373.443,0.558504,0,0,0,1,180,255,1,0),(161842,189981,571,1,1,5882.23,5916.37,-25.0905,-1.6057,0,0,0,1,600,255,1,0),(120027,189980,571,1,1,6185.18,718.735,196,2.09439,0,0,0,1,3600,255,1,0),(161841,189981,571,1,3,5861.32,4419.11,-89.7436,-3.07177,0,0,0,1,600,255,1,0),(161840,189981,571,1,1,5859.75,4020.99,-68.8248,0.10472,0,0,0,1,600,255,1,0),(161839,189981,571,1,1,5834,5370.13,-87.9156,-0.06981,0,0,0,1,600,255,1,0),(163787,189981,571,1,1,7930.31,2802.01,499.503,-2.44346,0,0,0,1,600,255,1,0),(163786,189981,571,1,1,7926.21,2439.34,411.385,2.67035,0,0,0,1,600,255,1,0),(164026,191133,571,1,1,6448.21,1897.02,515.36,0.36652,0,0,0,1,600,255,1,0),(120034,189980,571,1,1,5112.76,1896.37,712.176,-2.47837,0,0,0,1,180,255,1,0),(120035,189980,571,1,65,4894.2,2171.45,362.681,1.62316,0,0,0,1,180,255,1,0),(161838,189981,571,1,1,5827.04,4457.58,-130.453,1.64061,0,0,0,1,600,255,1,0),(161837,189981,571,1,1,5762.14,3502.19,8.5711,-0.5236,0,0,0,1,600,255,1,0),(120038,189980,571,1,65,5016.65,2941.86,375.215,-2.21656,0,0,0,1,180,255,1,0),(161836,189981,571,1,1,5740.39,5960.09,-36.3629,0.5236,0,0,0,1,600,255,1,0),(163684,189981,571,1,1,6885.81,2052.91,828.661,0.08727,0,0,0,1,600,255,1,0),(163683,189981,571,1,1,6885.25,2378.06,427.796,2.37364,0,0,0,1,600,255,1,0),(163682,189981,571,1,1,6884.59,645.147,426.572,-0.83776,0,0,0,1,600,255,1,0),(163681,189981,571,1,1,6833.76,2472.19,421.713,0.15708,0,0,0,1,600,255,1,0),(163680,189981,571,1,1,6830.67,762.702,409.857,2.1293,0,0,0,1,600,255,1,0),(163679,189981,571,1,1,6824.14,2207.66,654.923,-1.13446,0,0,0,1,600,255,1,0),(164025,191133,571,1,1,6171.92,2015.67,531.432,-1.43117,0,0,0,1,600,255,1,0),(164024,191133,571,1,1,6038.56,2326.35,514.513,1.69297,0,0,0,1,600,255,1,0),(164023,191133,571,1,1,5967.89,1850.52,630.557,-0.5236,0,0,0,1,600,255,1,0),(162786,189981,571,1,1,7808.35,-82.079,880.268,1.55334,0,0,0,1,900,255,1,0),(162785,189981,571,1,1,7776.04,-3094.28,917.448,0.97738,0,0,0,1,900,255,1,0),(162784,189981,571,1,1,7751.97,-268.932,919.118,-2.19912,0,0,0,1,900,255,1,0),(162783,189981,571,1,1,7705.49,-3346.28,889.608,-0.06981,0,0,0,1,900,255,1,0),(164022,191133,571,1,1,5961.09,2412.07,519.922,2.51327,0,0,0,1,600,255,1,0),(120054,189980,571,1,65,5073.55,1900.11,672.424,1.18682,0,0,0,1,180,255,1,0),(162782,189981,571,1,1,7610.48,-1368.06,958.4,-1.50098,0,0,0,1,900,255,1,0),(161835,189981,571,1,1,5735.86,5612.5,-67.5912,-2.58308,0,0,0,1,600,255,1,0),(161834,189981,571,1,1,5721.06,3655.52,-25.2488,0.27925,0,0,0,1,600,255,1,0),(120058,189980,571,1,129,5382.98,2588.29,413.491,-0.645772,0,0,0,1,180,255,1,0),(162781,189981,571,1,2,7471.3,-2436.7,759.912,-2.72271,0,0,0,1,900,255,1,0),(163230,189980,571,1,1,6481.97,540.381,438.703,0.47124,0,0,0,1,600,255,1,0),(162454,189980,571,1,1,6394.66,-876.401,409.343,1.27409,0,0,0,1,900,255,1,0),(161833,189981,571,1,1,5721.06,3655.52,-25.2488,0.27925,0,0,0,1,600,255,1,0),(162780,189981,571,1,4,7440.67,-2350.95,758.854,-2.58308,0,0,0,1,900,255,1,0),(162779,189981,571,1,1,7425.51,-124.863,794.245,-1.06465,0,0,0,1,900,255,1,0),(161832,189981,571,1,1,5704.43,3884.6,-72.5278,1.8675,0,0,0,1,600,255,1,0),(163678,189981,571,1,1,6818.78,2181.03,660.779,-1.83259,0,0,0,1,600,255,1,0),(161831,189981,571,1,1,5684.08,5541.49,-72.1058,-1.64061,0,0,0,1,600,255,1,0),(162778,189981,571,1,4,7407.63,-3292.64,865.917,1.25664,0,0,0,1,900,255,1,0),(163785,189981,571,1,1,7915.38,2484.85,405.524,0.73304,0,0,0,1,600,255,1,0),(164021,191133,571,1,1,5957.89,2517.91,537.277,1.09956,0,0,0,1,600,255,1,0),(161830,189981,571,1,1,5682.74,3538.94,-8.8133,-2.35619,0,0,0,1,600,255,1,0),(161829,189981,571,1,1,5679.05,5598.78,-73.9954,-0.97738,0,0,0,1,600,255,1,0),(162777,189981,571,1,1,7402.41,-2801.71,771.389,2.68781,0,0,0,1,900,255,1,0),(163784,189981,571,1,1,7894.1,1533.87,396.862,-3.07177,0,0,0,1,600,255,1,0),(163677,189981,571,1,1,6817.34,453.798,470.45,-3.03684,0,0,0,1,600,255,1,0),(164020,191133,571,1,1,5941.55,1912.96,567.54,0.97738,0,0,0,1,600,255,1,0),(163783,189981,571,1,1,7867.16,1550.81,378.174,0.27925,0,0,0,1,600,255,1,0),(163782,189981,571,1,1,7857.74,1414.6,439.167,-2.25147,0,0,0,1,600,255,1,0),(164019,191133,571,1,1,5914.5,2015.98,516.339,2.93214,0,0,0,1,600,255,1,0),(164018,191133,571,1,1,5894.7,1913.14,-345.937,-2.07694,0,0,0,1,600,255,1,0),(163676,189981,571,1,1,6804.51,1294.23,281.189,0.50615,0,0,0,1,600,255,1,0),(163675,189981,571,1,1,6797.17,2369.82,435.432,-0.38397,0,0,0,1,600,255,1,0),(163277,189980,571,1,1,6817.34,453.798,470.45,-3.03684,0,0,0,1,600,255,1,0),(163674,189981,571,1,1,6793.87,924.565,348.841,0.85521,0,0,0,1,600,255,1,0),(163276,189980,571,1,1,6804.51,1294.23,281.189,0.50615,0,0,0,1,600,255,1,0),(164017,191133,571,1,1,5890.5,1915.92,-345.982,-1.76278,0,0,0,1,600,255,1,0),(164016,191133,571,1,1,5890.5,1915.92,-345.982,-1.76278,0,0,0,1,600,255,1,0),(120088,189980,571,1,1,4859.01,1843.17,465.764,2.79252,0,0,0,1,180,255,1,0),(163673,189981,571,1,1,6790.11,449.812,411.493,-1.09956,0,0,0,1,600,255,1,0),(120090,189980,571,1,1,6125.19,761.549,183.29,0.331611,0,0,0,1,3600,255,1,0),(163229,189980,571,1,1,6477.44,2487.12,475.981,-0.27925,0,0,0,1,600,255,1,0),(163781,189981,571,1,1,7854.1,1125.91,395.619,1.88495,0,0,0,1,600,255,1,0),(162776,189981,571,1,4,7375.28,-2741.83,755.017,1.23918,0,0,0,1,900,255,1,0),(162775,189981,571,1,8,7343.63,-3631.95,827.068,2.86233,0,0,0,1,900,255,1,0),(162774,189981,571,1,4,7310.65,-2244.92,759.653,2.79252,0,0,0,1,900,255,1,0),(162773,189981,571,1,4,7308.59,-2918.88,829.274,2.18166,0,0,0,1,900,255,1,0),(163228,189980,571,1,1,6466.4,648.508,428.804,1.79769,0,0,0,1,600,255,1,0),(161271,189979,571,1,1,5193.19,-3341.85,289.436,-2.65289,0,0,0,1,900,255,1,0),(163672,189981,571,1,1,6789,1141.31,277.163,-1.81514,0,0,0,1,600,255,1,0),(163671,189981,571,1,1,6781.04,1131.43,278.614,2.04204,0,0,0,1,600,255,1,0),(163670,189981,571,1,1,6774.69,499.547,410.733,-0.97738,0,0,0,1,600,255,1,0),(161828,189981,571,1,1,5671.01,4389.62,-137.554,-1.46608,0,0,0,1,600,255,1,0),(120103,189980,571,1,1,3972.69,2032.2,354.518,2.35619,0,0,0,1,180,255,1,0),(164015,191133,571,1,1,5857.44,1936.72,510.884,0.17453,0,0,0,1,600,255,1,0),(162772,189981,571,1,1,7301.97,-1076.27,922.833,2.77507,0,0,0,1,900,255,1,0),(162771,189981,571,1,1,7290.68,-158.387,791.699,0.97738,0,0,0,1,900,255,1,0),(162770,189981,571,1,3,7263.25,-2858.31,784.963,3.05433,0,0,0,1,900,255,1,0),(163669,189981,571,1,1,6766.01,2936.86,456.135,-2.00713,0,0,0,1,600,255,1,0),(163668,189981,571,1,1,6758.73,585.806,425.657,0.2618,0,0,0,1,600,255,1,0),(162769,189981,571,1,4,7253.56,-2213.5,765.619,0.20944,0,0,0,1,900,255,1,0),(161827,189981,571,1,3,5669.97,5463.91,-68.9469,2.89724,0,0,0,1,600,255,1,0),(161826,189981,571,1,1,5668.26,4118.6,-90.1961,2.37364,0,0,0,1,600,255,1,0),(162479,189980,571,1,1,6900.31,-1523,359.912,-0.24435,0,0,0,1,900,255,1,0),(162478,189980,571,1,1,6879.43,-1237.15,810.259,1.39626,0,0,0,1,900,255,1,0),(163667,189981,571,1,1,6756.57,2694.84,427.835,-2.80998,0,0,0,1,600,255,1,0),(163666,189981,571,1,1,6755.39,974.467,312.33,-2.19912,0,0,0,1,600,255,1,0),(163665,189981,571,1,1,6755.16,1224.16,276.844,0.34907,0,0,0,1,600,255,1,0),(163664,189981,571,1,1,6754.8,575.615,425.39,-1.41372,0,0,0,1,600,255,1,0),(163663,189981,571,1,1,6754.17,2342.52,442.688,-2.09439,0,0,0,1,600,255,1,0),(163662,189981,571,1,1,6753.93,328.981,442.229,0.92502,0,0,0,1,600,255,1,0),(164014,191133,571,1,1,5843.15,2256.14,520.155,-1.06465,0,0,0,1,600,255,1,0),(164013,191133,571,1,1,5842.43,1858.81,-345.3,-2.68781,0,0,0,1,600,255,1,0),(163780,189981,571,1,1,7848.73,1108.21,395.61,2.74016,0,0,0,1,600,255,1,0),(163779,189981,571,1,1,7845.01,3354.72,736.624,0.8203,0,0,0,1,600,255,1,0),(163661,189981,571,1,1,6751.8,1325.14,285.589,-1.6057,0,0,0,1,600,255,1,0),(163660,189981,571,1,1,6748.57,2727.22,435.554,1.22173,0,0,0,1,600,255,1,0),(163659,189981,571,1,1,6737.77,586.034,425.384,1.48353,0,0,0,1,600,255,1,0),(164012,191133,571,1,1,5826.98,1863.07,-345.809,1.90241,0,0,0,1,600,255,1,0),(164011,191133,571,1,1,5808.93,2268.29,523.321,2.53072,0,0,0,1,600,255,1,0),(163658,189981,571,1,1,6734.88,1458.5,403.872,0.31416,0,0,0,1,600,255,1,0),(163657,189981,571,1,1,6725.16,570.259,424.529,-2.46091,0,0,0,1,600,255,1,0),(163656,189981,571,1,1,6717.32,1228.8,275.079,-2.86234,0,0,0,1,600,255,1,0),(163655,189981,571,1,1,6710.98,644.3,412.474,-1.29154,0,0,0,1,600,255,1,0),(163654,189981,571,1,1,6696.4,743.905,396.964,-0.12217,0,0,0,1,600,255,1,0),(164010,191133,571,1,1,5790.74,2214.07,515.154,1.309,0,0,0,1,600,255,1,0),(164009,191133,571,1,1,5775.48,2081.83,-342.742,0.71559,0,0,0,1,600,255,1,0),(163778,189981,571,1,1,7834.56,818.007,501.709,-0.92502,0,0,0,1,600,255,1,0),(163653,189981,571,1,1,6691.89,1520.67,466.38,-2.07694,0,0,0,1,600,255,1,0),(163652,189981,571,1,1,6672.16,1189.57,273.26,-2.49582,0,0,0,1,600,255,1,0),(163651,189981,571,1,1,6664.98,615.527,410.019,-2.86233,0,0,0,1,600,255,1,0),(163650,189981,571,1,1,6662.22,573.318,406.858,-0.41888,0,0,0,1,600,255,1,0),(163649,189981,571,1,1,6658.34,688.135,410.438,2.14675,0,0,0,1,600,255,1,0),(163777,189981,571,1,1,7833.48,3008.13,536.272,-1.20428,0,0,0,1,600,255,1,0),(164008,191133,571,1,1,5753.73,2282.75,533.972,-1.53589,0,0,0,1,600,255,1,0),(164007,191133,571,1,1,5749.15,2086.66,-343.52,-2.09439,0,0,0,1,600,255,1,0),(120146,189980,571,1,65,4207.41,1765.97,356.537,0.977383,0,0,0,1,180,255,1,0),(162768,189981,571,1,1,7247.44,-1258.09,922.469,0.12217,0,0,0,1,900,255,1,0),(162767,189981,571,1,2,7233.57,-3542.98,834.774,1.64061,0,0,0,1,900,255,1,0),(162766,189981,571,1,1,7224.43,-993.775,926.922,-2.53072,0,0,0,1,900,255,1,0),(163776,189981,571,1,1,7822.42,696.106,554,1.01229,0,0,0,1,600,255,1,0),(163775,189981,571,1,1,7819.7,1132.74,395.619,-3.07177,0,0,0,1,600,255,1,0),(161825,189981,571,1,1,5660.41,3699.91,-13.5126,-2.37364,0,0,0,1,600,255,1,0),(161824,189981,571,1,3,5656.22,6023.45,-28.9304,-1.88495,0,0,0,1,600,255,1,0),(161823,189981,571,1,1,5652.2,3981.09,-83.0324,-1.13446,0,0,0,1,600,255,1,0),(161822,189981,571,1,3,5608.65,3865.18,-99.3376,-1.91986,0,0,0,1,600,255,1,0),(161821,189981,571,1,1,5553.28,3666.73,-28.5651,-1.79769,0,0,0,1,600,255,1,0),(161820,189981,571,1,1,5537.92,4315.39,-130.214,-1.88495,0,0,0,1,600,255,1,0),(161819,189981,571,1,1,5529.63,4501.9,-132.392,-2.33874,0,0,0,1,600,255,1,0),(164006,191133,571,1,1,5711.61,2071.07,-340.74,-1.15192,0,0,0,1,600,255,1,0),(120160,189980,571,1,129,4426.43,1803.09,369.678,0.157079,0,0,0,1,180,255,1,0),(120161,189980,571,1,129,5097.4,2734.82,391.208,-1.65806,0,0,0,1,180,255,1,0),(161818,189981,571,1,1,5528.73,4681.65,-127.088,0.43633,0,0,0,1,600,255,1,0),(163648,189981,571,1,1,6640.88,3346.68,677.41,-0.76794,0,0,0,1,600,255,1,0),(161817,189981,571,1,1,5522.84,3836.81,-62.7052,2.04204,0,0,0,1,600,255,1,0),(163647,189981,571,1,1,6636.6,3176.86,648.813,1.15192,0,0,0,1,600,255,1,0),(120166,189980,571,1,1,5467.79,3264.6,431.625,-2.11185,0,0,0,1,180,255,1,0),(120167,189980,571,1,65,4108.6,1969.11,360.346,1.39626,0,0,0,1,180,255,1,0),(162765,189981,571,1,8,7216.89,-3691.29,822.22,1.95477,0,0,0,1,900,255,1,0),(163275,189980,571,1,1,6797.17,2369.82,435.432,-0.38397,0,0,0,1,600,255,1,0),(163227,189980,571,1,1,6466.15,137.682,444.719,2.35619,0,0,0,1,600,255,1,0),(163646,189981,571,1,1,6622.9,1252.62,282.503,1.71042,0,0,0,1,600,255,1,0),(164005,191133,571,1,1,5706.65,2046.59,-339.659,-2.3911,0,0,0,1,600,255,1,0),(120173,189980,571,1,65,4361.93,3678.48,393.914,-1.39626,0,0,0,1,180,255,1,0),(162764,189981,571,1,4,7201.29,-1976.74,771.915,2.70526,0,0,0,1,900,255,1,0),(163645,189981,571,1,1,6618.75,356.354,453.156,0.68068,0,0,0,1,600,255,1,0),(163644,189981,571,1,1,6608.89,990.28,284.73,-2.77507,0,0,0,1,600,255,1,0),(161816,189981,571,1,1,5521.06,4926.98,-192.771,2.56563,0,0,0,1,600,255,1,0),(163274,189980,571,1,1,6793.87,924.565,348.841,0.85521,0,0,0,1,600,255,1,0),(163226,189980,571,1,1,6448.21,1897.02,515.36,0.36652,0,0,0,1,600,255,1,0),(120180,103711,1,1,1,-4133.86,-2145.77,51.8004,2.25147,0,0,0,1,3600,255,1,0),(120181,103711,1,1,1,-4060.03,-2183.86,54.3944,2.32129,0,0,0,1,3600,255,1,0),(120182,175404,1,1,1,-7152.67,-1368.11,-179.953,-1.41372,0,0,0,1,3600,255,1,0),(120183,175404,0,1,1,2069.04,-4418.17,22.5642,0.541051,0,0,0,1,3600,255,1,0),(120184,175404,0,1,1,2013.31,-4387.05,29.4598,-3.01941,0,0,0,1,3600,255,1,0),(120185,175404,1,1,1,6756.85,-5040.41,730.882,-1.5708,0,0,0,1,3600,255,1,0),(120186,175404,1,1,1,6710.13,-5246.41,780.909,1.85005,0,0,0,1,180,255,0,0),(120187,175404,0,1,1,2216.45,-5171.12,55.044,-1.43117,0,0,0,1,3600,255,1,0),(120188,175404,1,1,1,6849.58,-5146.53,703.295,-2.09439,0,0,0,1,3600,255,1,0),(120189,175404,1,1,1,8116.08,-3739.32,722.633,1.309,0,0,0,1,3600,255,1,0),(120190,175404,1,1,1,5199.74,-4899.9,698.408,-0.802851,0,0,0,1,3600,255,1,0),(120191,175404,1,1,1,5622.91,-5026.54,809.525,-1.15192,0,0,0,1,3600,255,1,0),(120192,175404,1,1,1,7855.66,-3815.99,702.602,3.07177,0,0,0,1,3600,255,1,0),(120193,175404,1,1,1,5312.3,-4914.64,701.231,2.42601,0,0,0,1,3600,255,1,0),(120194,181555,530,1,1,-1355.5,5926.95,8.96778,-1.18682,0,0,0,1,3600,255,1,0),(120195,181555,530,1,1,-2703.58,3918.18,-10.0312,-1.91986,0,0,0,1,3600,255,1,0),(120196,181555,530,1,1,-3699.99,230.233,94.9599,-1.64061,0,0,0,1,3600,255,1,0),(120197,181555,530,1,1,-3737.24,1467.47,51.3692,-1.97222,0,0,0,1,3600,255,1,0),(120198,181555,530,1,1,2740.47,5432.78,139.524,2.9845,0,0,0,1,3600,255,1,0),(120199,181555,530,1,1,-699.32,2052.46,41.1222,-1.91986,0,0,0,1,3600,255,1,0),(120200,181555,530,1,1,146.34,2377.6,53.6751,1.309,0,0,0,1,3600,255,1,0),(120201,181555,530,1,1,-191.189,2424.95,27.982,0.645772,0,0,0,1,3600,255,1,0),(120202,181555,530,1,1,2079.53,4938.72,145.839,0.488691,0,0,0,1,3600,255,1,0),(120203,181555,530,1,1,-722.189,2254.43,13.2958,-0.715585,0,0,0,1,3600,255,1,0),(120204,181555,530,1,1,-961.27,3100.33,24.1396,-1.11701,0,0,0,1,3600,255,1,0),(120205,181555,530,1,1,15.2913,4605.28,52.1974,0.506145,0,0,0,1,3600,255,1,0),(120206,181555,530,1,1,-1548.33,6454.15,37.0603,-2.19912,0,0,0,1,3600,255,1,0),(120207,181555,530,1,1,-3352.94,2756.03,129.291,1.25664,0,0,0,1,3600,255,1,0),(120208,181555,530,1,1,-315.722,2689.44,29.2153,1.09956,0,0,0,1,3600,255,1,0),(120209,181555,530,1,1,-340.204,7886.73,25.3635,1.69297,0,0,0,1,3600,255,1,0),(120210,181555,530,1,1,-540.073,4913.38,38.92,-0.925024,0,0,0,1,3600,255,1,0),(120211,181555,530,1,1,-1279.76,3332.99,76.704,-2.16421,0,0,0,1,3600,255,1,0),(120212,181555,530,1,1,165.968,3552.82,72.1962,2.3911,0,0,0,1,3600,255,1,0),(120213,181555,530,1,1,-1304.69,4089.04,109.21,1.88495,0,0,0,1,3600,255,1,0),(120214,181555,530,1,1,-71.2834,4369.35,82.4477,-0.331611,0,0,0,1,3600,255,1,0),(120215,181555,530,1,1,-473.095,3062.3,-47.803,0.244346,0,0,0,1,3600,255,1,0),(120216,181555,530,1,1,-1401.76,2985.19,-25.812,-1.3439,0,0,0,1,3600,255,1,0),(120217,181555,530,1,1,-623.43,4294.95,48.2484,1.15192,0,0,0,1,3600,255,1,0),(120218,181555,530,1,1,-868.515,4304.86,49.619,-1.76278,0,0,0,1,3600,255,1,0),(120219,181555,530,1,1,-176.824,3609.23,40.2551,-0.383971,0,0,0,1,3600,255,1,0),(120220,181555,530,1,1,-166.345,4980.85,64.0407,0.366518,0,0,0,1,3600,255,1,0),(120221,181555,530,1,1,-581.675,3976.33,29.8187,-2.86233,0,0,0,1,3600,255,1,0),(120222,181555,530,1,1,-373.313,3403.72,-24.7577,-2.84488,0,0,0,1,3600,255,1,0),(120223,181555,530,1,1,2481.48,5212.79,271.878,-1.98967,0,0,0,1,3600,255,1,0),(120224,181555,530,1,1,965.01,6930.53,18.4847,-2.04204,0,0,0,1,3600,255,1,0),(120225,181555,530,1,1,-1316.37,5294.51,51.2865,1.6057,0,0,0,1,3600,255,1,0),(120226,181555,530,1,1,-1732.45,4371.08,27.7362,3.07177,0,0,0,1,3600,255,1,0),(120227,181555,530,1,1,-774.661,3031.31,9.82194,2.23402,0,0,0,1,3600,255,1,0),(120228,181555,530,1,1,-593.876,3642.77,33.7989,-0.628317,0,0,0,1,3600,255,1,0),(120229,181555,530,1,1,-205.703,2902.27,-47.3819,0.802851,0,0,0,1,3600,255,1,0),(120230,181555,530,1,1,-585.741,3882.64,37.022,1.37881,0,0,0,1,3600,255,1,0),(120231,181555,530,1,1,-866.193,1992.91,94.8726,-1.79769,0,0,0,1,3600,255,1,0),(120232,181556,530,1,1,-1396.09,5812.91,194.035,-1.78023,0,0,0,1,3600,255,1,0),(120233,181556,530,1,1,-1318.16,5739.56,186.249,-2.72271,0,0,0,1,3600,255,1,0),(120234,181556,530,1,1,-1609.02,6241.5,76.096,-1.0472,0,0,0,1,3600,255,1,0),(120235,181556,530,1,1,-5045.7,335.335,171.108,-0.366518,0,0,0,1,3600,255,1,0),(120236,181556,530,1,1,-3145.33,2964.74,105.582,-2.25147,0,0,0,1,3600,255,1,0),(120237,181556,530,1,1,3615.78,3514.31,111.561,2.49582,0,0,0,1,3600,255,1,0),(120238,181556,530,1,1,-2992.61,3639,-5.8666,1.65806,0,0,0,1,3600,255,1,0),(120239,181556,530,1,1,1971.7,6432.35,4.29793,1.55334,0,0,0,1,3600,255,1,0),(120240,181556,530,1,1,-5237.22,362.792,71.0905,-3.00195,0,0,0,1,3600,255,1,0),(120241,181556,530,1,1,2834.61,5484.87,147.329,-3.12412,0,0,0,1,3600,255,1,0),(120242,181556,530,1,1,1763.75,5040.27,171.475,2.67035,0,0,0,1,3600,255,1,0),(120243,181556,530,1,1,1315,6710.26,-19.3589,1.18682,0,0,0,1,3600,255,1,0),(120244,181556,530,1,1,-302.274,7121.35,39.1867,-0.977383,0,0,0,1,3600,255,1,0),(120245,181557,530,1,1,-196.131,6635.11,-21.1744,-0.855211,0,0,0,1,3600,255,1,0),(120246,150079,0,1,1,-10678,-3063.91,19.3301,1.16937,0,0,0,1,3600,255,1,0),(120247,181570,530,1,1,-2130.76,6048.69,69.8872,2.44346,0,0,0,1,3600,255,1,0),(120248,324,1,1,1,-6303.35,-1918.32,-272.502,1.11701,0,0,0,1,3600,255,1,0),(120249,324,1,1,1,-6358.96,-2003.23,-275.88,2.86233,0,0,0,1,3600,255,1,0),(120250,324,1,1,1,-6838.09,-864.837,-265.727,1.48353,0,0,0,1,3600,255,1,0),(120251,324,0,1,1,2579.35,-1876.94,109.885,0.541051,0,0,0,1,3600,255,1,0),(120252,324,0,1,1,2009.89,-1503.28,82.854,0.715585,0,0,0,1,3600,255,1,0),(120253,324,0,1,1,-6502.38,-1040.03,344.818,2.63544,0,0,0,1,3600,255,1,0),(120254,324,0,1,1,2225.85,-4448.13,122.931,-0.244346,0,0,0,1,3600,255,1,0),(120255,324,1,1,1,-6351.02,-2027.32,-259.247,-2.86233,0,0,0,1,3600,255,1,0),(120256,324,0,1,1,2411.21,-2236.75,53.7,2.60053,0,0,0,1,3600,255,1,0),(120257,324,1,1,1,-6439.42,-2047.52,-244.063,0.837757,0,0,0,1,3600,255,1,0),(120258,324,1,1,1,-7974.58,-2353.84,-24.0715,2.80997,0,0,0,1,3600,255,1,0),(120259,324,1,1,1,-5030.43,2119.41,33.1578,0.733038,0,0,0,1,3600,255,1,0),(120260,324,1,1,1,6978.94,-4386.25,750.311,-1.48353,0,0,0,1,3600,255,1,0),(120261,324,0,1,1,2965.36,-3464.78,158.931,1.48353,0,0,0,1,3600,255,1,0),(120262,324,1,1,1,-8280,-4738.14,19.2667,3.03684,0,0,0,1,3600,255,1,0),(120263,324,1,1,1,-6943.51,-2251.56,-268.389,-2.61799,0,0,0,1,3600,255,1,0),(120264,324,1,1,1,-6843.3,580.553,-1.48054,2.30383,0,0,0,1,3600,255,1,0),(120265,324,1,1,1,6897.81,-4905.29,711.166,0.366518,0,0,0,1,3600,255,1,0),(120266,324,1,1,1,7126.63,-4905.99,708.732,1.6057,0,0,0,1,3600,255,1,0),(120267,324,1,1,1,6567.14,-5122.41,770.087,1.22173,0,0,0,1,3600,255,1,0),(120268,181108,1,1,1,5022.09,-595.304,311.172,1.91986,0,0,0,1,3600,255,1,0),(120269,181108,1,1,1,6420.11,-1376.15,389.619,2.56563,0,0,0,1,3600,255,1,0),(162477,189980,571,1,1,6867.1,-3428.81,629.143,-1.44862,0,0,0,1,900,255,1,0),(162763,189981,571,1,4,7191.42,-2963.44,863.347,0.71558,0,0,0,1,900,255,1,0),(120272,189980,571,1,129,5351.96,3172.97,383.045,-1.69297,0,0,0,1,180,255,1,0),(120273,189980,571,1,65,5374.9,3447.72,387.202,-0.366518,0,0,0,1,180,255,1,0),(161815,189981,571,1,1,5509.58,3579.71,-12.9631,1.43117,0,0,0,1,600,255,1,0),(162470,189980,571,1,1,6799.45,-1602.82,354.439,1.55334,0,0,0,1,900,255,1,0),(163643,189981,571,1,1,6604.23,1248.47,282.491,2.04204,0,0,0,1,600,255,1,0),(120277,189980,571,1,65,4583.53,1972.15,412.869,0.261798,0,0,0,1,180,255,1,0),(163642,189981,571,1,1,6583.15,1267.12,286.026,0.92502,0,0,0,1,600,255,1,0),(163225,189980,571,1,1,6171.92,2015.67,531.432,-1.43117,0,0,0,1,600,255,1,0),(162761,189981,571,1,1,7187.29,-1305.36,946.459,0.10472,0,0,0,1,900,255,1,0),(162466,189980,571,1,1,6677.08,-1207.99,398.83,-1.90241,0,0,0,1,900,255,1,0),(163774,189981,571,1,1,7805.9,943.421,451.621,-1.09956,0,0,0,1,600,255,1,0),(162465,189980,571,1,1,6675.33,-1195.82,398.54,-2.51327,0,0,0,1,900,255,1,0),(120284,189980,571,1,1,4889.06,1872.17,457.047,-2.65289,0,0,0,1,180,255,1,0),(120285,123309,1,1,1,-8118.19,-1238.8,-339.222,-1.98967,0,0,0,1,3600,255,1,0),(120286,123310,1,1,1,-5362.42,297.726,22.0798,1.32645,0,0,0,1,3600,255,1,0),(120287,3763,1,1,1,-66.0833,-3381.52,93.0802,-2.32129,0,0,0,1,3600,255,1,0),(120288,3764,1,1,1,-1015.49,-2083.8,63.6469,-0.925024,0,0,0,1,3600,255,1,0),(120289,3764,1,1,1,91.9908,-1923.08,80.8534,-1.43117,0,0,0,1,3600,255,1,0),(120290,1731,1,1,1,1041.65,-4731.42,17.7684,-1.01229,0,0,0,1,3600,255,1,0),(120291,1731,530,1,1,-3584.34,-11828.8,11.2678,2.30383,0,0,0,1,3600,255,1,0),(120292,1731,1,1,1,850.867,-4766.13,38.2993,-1.0472,0,0,0,1,3600,255,1,0),(120293,1731,1,1,1,931.159,-4703.13,23.2867,0.733038,0,0,0,1,3600,255,1,0),(120294,1731,1,1,1,-150.154,-5160.85,25.5989,0.279252,0,0,0,1,3600,255,1,0),(120295,1731,1,1,1,11.737,-4641.79,49.2284,3.05433,0,0,0,1,3600,255,1,0),(120296,1731,1,1,1,-5.93815,-4229.33,97.8519,2.25147,0,0,0,1,3600,255,1,0),(120297,1731,1,1,1,842.223,-4749.95,12.749,-1.91986,0,0,0,1,3600,255,1,0),(120298,1731,1,1,1,72.8817,-4528.48,61.0341,-3.00195,0,0,0,1,3600,255,1,0),(120299,1731,1,1,1,535.034,-4936.4,37.0527,-0.820303,0,0,0,1,3600,255,1,0),(120300,1731,1,1,1,847.784,-4206.12,-10.5332,0.95993,0,0,0,1,3600,255,1,0),(120301,1731,1,1,1,149.417,-5075.54,16.1375,0.034906,0,0,0,1,3600,255,1,0),(120302,1731,1,1,1,598.039,-4543.84,17.8262,0.733038,0,0,0,1,3600,255,1,0),(120303,1731,1,1,1,35.3273,-4101.95,63.2919,-2.26892,0,0,0,1,3600,255,1,0),(120304,1731,1,1,1,-717.853,-4696.23,37.8685,2.42601,0,0,0,1,3600,255,1,0),(120305,1731,1,1,1,-982.906,-4436.19,34.2814,0.418879,0,0,0,1,3600,255,1,0),(120306,1731,0,1,1,-9403.04,-1049.86,61.608,1.51844,0,0,0,1,3600,255,1,0),(120307,1731,1,1,1,832.711,-4756.26,38.3843,2.42601,0,0,0,1,3600,255,1,0),(120308,1731,1,1,1,873.399,-4743.74,30.9023,0.942477,0,0,0,1,3600,255,1,0),(120309,1731,0,1,1,-9296.18,-1008.83,55.8491,-0.122173,0,0,0,1,3600,255,1,0),(120310,1731,1,1,1,908.307,-4224.11,26.1928,-3.03684,0,0,0,1,3600,255,1,0),(120311,1731,1,1,1,73.9236,-4487.36,50.8945,0.802851,0,0,0,1,3600,255,1,0),(120312,1731,1,1,1,1114.85,-4224.99,28.0452,0.541051,0,0,0,1,3600,255,1,0),(120313,1731,1,1,1,894.402,-4080.42,26.5511,0.366518,0,0,0,1,3600,255,1,0),(120314,1731,1,1,1,901.996,-4036.53,-11.3043,0.645772,0,0,0,1,3600,255,1,0),(120315,1731,1,1,1,947.336,-4220.51,-6.28864,-1.71042,0,0,0,1,3600,255,1,0),(120316,1731,0,1,1,-9758.25,-460.59,43.6968,-0.575957,0,0,0,1,3600,255,1,0),(120317,1731,1,1,1,798.026,-4046.3,-1.21654,3.03684,0,0,0,1,3600,255,1,0),(120318,1731,0,1,1,-9471.69,560.812,58.0184,0.383971,0,0,0,1,3600,255,1,0),(120319,1731,1,1,1,7342.31,-1098.23,47.9114,0.558504,0,0,0,1,3600,255,1,0),(120320,1731,1,1,1,-2266.06,324.555,114.628,2.44346,0,0,0,1,3600,255,1,0),(120321,1731,1,1,1,-2316.38,421.633,49.3617,-3.12412,0,0,0,1,3600,255,1,0),(120322,1731,1,1,1,-5291.4,-1551.58,-47.6369,-3.00195,0,0,0,1,3600,255,1,0),(120323,1731,1,1,1,-5140.26,-1305.46,-45.5541,1.85005,0,0,0,1,3600,255,1,0),(120324,1731,530,1,1,-2411.3,-11965,13.399,0.90757,0,0,0,1,3600,255,1,0),(120325,1731,530,1,1,-2614.69,-12192.1,28.0703,-0.610864,0,0,0,1,3600,255,1,0),(120326,1731,1,1,1,7686.48,-446.749,-21.1478,0.645772,0,0,0,1,3600,255,1,0),(120327,1731,1,1,1,1071.53,-3948.96,24.9357,-2.75761,0,0,0,1,3600,255,1,0),(120328,1731,1,1,1,1213.05,-4591.97,23.571,2.05949,0,0,0,1,3600,255,1,0),(120329,1731,1,1,1,1200.46,-4646.21,23.5411,3.01941,0,0,0,1,3600,255,1,0),(120330,1731,1,1,1,966.096,-4906.56,28.7647,-2.00713,0,0,0,1,3600,255,1,0),(120331,1731,1,1,1,-520.767,-3323.54,94.2695,-1.76278,0,0,0,1,3600,255,1,0),(120332,1731,1,1,1,955.784,-4045.23,-11.4768,-2.35619,0,0,0,1,3600,255,1,0),(120333,1731,1,1,1,-370.268,-3674.13,46.1044,-2.05949,0,0,0,1,3600,255,1,0),(120334,1731,1,1,1,-4678.42,-1576.62,-28.2,-0.506145,0,0,0,1,3600,255,1,0),(120335,1731,1,1,1,-4571.58,-1204.01,-45.4149,2.86233,0,0,0,1,3600,255,1,0),(120336,103713,1,1,1,-4146.65,-2297.34,105.493,0.296705,0,0,0,1,3600,255,1,0),(120337,1731,1,1,1,7513.76,-580.116,0.446005,0.401425,0,0,0,1,3600,255,1,0),(120338,1731,0,1,1,-3220.77,-1333.22,1.52318,3.12412,0,0,0,1,3600,255,1,0),(120339,1731,1,1,1,-511.093,-3651.16,101.68,-0.471238,0,0,0,1,3600,255,1,0),(120340,1731,530,1,1,-2997.91,-12274.1,17.2133,0.191985,0,0,0,1,3600,255,1,0),(120341,1731,1,1,1,-3576.84,-2404.6,99.1772,-1.3439,0,0,0,1,3600,255,1,0),(120342,1731,0,1,1,1086.69,1964.56,8.29545,-1.62316,0,0,0,1,3600,255,1,0),(120343,1731,0,1,1,360.693,1067.62,105.336,0.872664,0,0,0,1,3600,255,1,0),(120344,1731,0,1,1,-745.488,-98.0213,57.8578,1.81514,0,0,0,1,3600,255,1,0),(120345,1731,0,1,1,1292.67,1379.22,53.7565,2.51327,0,0,0,1,3600,255,1,0),(120346,1731,0,1,1,1193.68,1263.56,49.0877,1.74533,0,0,0,1,3600,255,1,0),(120347,1731,1,1,1,-1084.01,-1189.03,74.0368,-2.02458,0,0,0,1,3600,255,1,0),(120348,1731,1,1,1,-759.502,-750.369,19.4819,2.51327,0,0,0,1,3600,255,1,0),(120349,1731,0,1,1,2196.57,-500.417,86.2787,-0.488691,0,0,0,1,3600,255,1,0),(120350,1731,1,1,1,-2745.81,-1099.56,34.6196,-2.68781,0,0,0,1,3600,255,1,0),(120351,1731,1,1,1,-845.568,-1614.51,92.8366,-2.44346,0,0,0,1,3600,255,1,0),(120352,1731,1,1,1,1242.78,-4948.08,16.0424,-2.67035,0,0,0,1,3600,255,1,0),(120353,1731,1,1,1,2985.02,467.96,21.9406,1.13446,0,0,0,1,3600,255,1,0),(120354,1731,0,1,1,2673.29,-772.678,85.4531,-0.418879,0,0,0,1,3600,255,1,0),(120355,1731,1,1,1,2445.04,1097.22,338.232,0.698132,0,0,0,1,3600,255,1,0),(120356,1731,1,1,1,5153.76,458.863,26.0669,1.43117,0,0,0,1,3600,255,1,0),(120357,1731,1,1,1,-1488.98,-3509.48,179.095,-1.22173,0,0,0,1,3600,255,1,0),(120358,1731,1,1,1,-1459.06,-3604.05,93.9616,2.96704,0,0,0,1,3600,255,1,0),(120359,1731,1,1,1,-577.007,-3096.23,93.9835,2.14675,0,0,0,1,3600,255,1,0),(120360,1731,1,1,1,-1706.42,-3703.33,33.6647,2.35619,0,0,0,1,3600,255,1,0),(120361,1731,1,1,1,7517.69,-725.736,3.49451,2.00713,0,0,0,1,3600,255,1,0),(120362,1731,530,1,1,-3208.36,-12254.1,57.0038,-0.680679,0,0,0,1,3600,255,1,0),(120363,1731,530,1,1,-2623.13,-11772.2,9.2479,2.60053,0,0,0,1,3600,255,1,0),(120364,1732,0,1,1,-175.762,21.1603,82.2342,-1.0821,0,0,0,1,3600,255,1,0),(120365,1732,1,1,1,7248.41,412.611,-2.72741,-1.71042,0,0,0,1,3600,255,1,0),(120366,1732,1,1,1,-2895.26,-2238.97,103.375,1.6057,0,0,0,1,3600,255,1,0),(120367,1732,0,1,1,146.455,-789.081,96.4316,-0.122173,0,0,0,1,3600,255,1,0),(120368,1732,1,1,1,3525.08,495.375,9.41899,-0.191985,0,0,0,1,3600,255,1,0),(120369,1732,0,1,1,-11447.7,-321.118,59.8395,2.53072,0,0,0,1,3600,255,1,0),(120370,1732,1,1,1,7555.8,54.8934,-2.61125,0.575957,0,0,0,1,3600,255,1,0),(120371,1732,1,1,1,-5281.81,-1940.02,-40.8085,-0.401425,0,0,0,1,3600,255,1,0),(120372,1732,1,1,1,-5532.87,-3203.78,-26.6375,-2.53072,0,0,0,1,3600,255,1,0),(120373,1732,1,1,1,-5819.69,-3387.3,-47.8351,1.51844,0,0,0,1,3600,255,1,0),(120374,1732,1,1,1,2230.46,1374.31,297.579,1.97222,0,0,0,1,3600,255,1,0),(120375,1732,1,1,1,-5121.02,-2374.72,-51.7483,0,0,0,0,1,3600,255,1,0),(120376,1732,1,1,1,-5172.77,-2214.85,-28.0028,1.0472,0,0,0,1,3600,255,1,0),(120377,1732,0,1,1,-11713,-645.439,49.3283,1.93731,0,0,0,1,3600,255,1,0),(120378,1732,0,1,1,-10936.2,-129.304,29.9737,-2.11185,0,0,0,1,3600,255,1,0),(120379,1732,0,1,1,-915.045,-1890.88,72.8949,2.91469,0,0,0,1,3600,255,1,0),(120380,1732,1,1,1,-5136.27,-1594.52,-45.4162,2.96704,0,0,0,1,3600,255,1,0),(120381,1732,1,1,1,-4638.31,-1229.49,-52.2849,0.750491,0,0,0,1,3600,255,1,0),(120382,1732,0,1,1,-11755.9,-176.016,23.3022,2.47837,0,0,0,1,3600,255,1,0),(120383,1732,0,1,1,-223.61,-1172.77,60.582,1.95477,0,0,0,1,3600,255,1,0),(120384,1732,0,1,1,-277.789,-1020.47,66.2642,-2.75761,0,0,0,1,3600,255,1,0),(120385,1732,1,1,1,-1517.24,2332.61,97.4107,-2.86233,0,0,0,1,3600,255,1,0),(120386,1732,1,1,1,2290.5,1648.7,325.965,2.75761,0,0,0,1,3600,255,1,0),(120387,1732,1,1,1,890.925,1651.49,-5.28425,-2.74016,0,0,0,1,3600,255,1,0),(120388,1732,1,1,1,830.059,-2537.27,93.8005,-2.86233,0,0,0,1,3600,255,1,0),(120389,1732,1,1,1,3104.31,397.07,14.2702,-3.07177,0,0,0,1,3600,255,1,0),(120390,1732,1,1,1,-3608.11,-3567.09,44.7214,0.506145,0,0,0,1,3600,255,1,0),(120391,1732,1,1,1,295.198,1856.66,111.337,1.46608,0,0,0,1,3600,255,1,0),(120392,1732,1,1,1,7508.31,-1102.54,50.2059,-1.90241,0,0,0,1,3600,255,1,0),(120393,1732,1,1,1,7447.99,-140.624,3.34259,1.81514,0,0,0,1,3600,255,1,0),(120394,1732,1,1,1,7441.33,-1006.91,-5.89542,2.44346,0,0,0,1,3600,255,1,0),(120395,1732,1,1,1,7432.04,-1000.82,4.36965,1.46608,0,0,0,1,3600,255,1,0),(120396,1732,1,1,1,2116.88,-3558.51,60.8862,1.79769,0,0,0,1,3600,255,1,0),(120397,1733,1,1,1,-4936.29,-967.483,-3.93577,-2.91469,0,0,0,1,3600,255,1,0),(120398,1733,1,1,1,-5220.91,-2716.44,-48.0373,-0.558504,0,0,0,1,3600,255,1,0),(120399,1733,0,1,1,-12363.8,-1154.71,1.2719,1.65806,0,0,0,1,3600,255,1,0),(120400,1733,0,1,1,-11228.9,-194.435,6.59889,-0.942477,0,0,0,1,3600,255,1,0),(120401,1733,0,1,1,-10362.5,-1404.4,81.8085,1.22173,0,0,0,1,3600,255,1,0),(120402,1733,1,1,1,7392.54,-1088.89,42.2422,-0.663223,0,0,0,1,3600,255,1,0),(120403,1733,1,1,1,-3279.71,-3840.21,52.5267,2.51327,0,0,0,1,3600,255,1,0),(120404,1734,0,1,1,-14641.5,-301.463,27.0929,-2.44346,0,0,0,1,3600,255,1,0),(120405,1734,1,1,1,-5326.44,-2796.01,-47.6895,1.71042,0,0,0,1,3600,255,1,0),(120406,1734,0,1,1,-13615.8,-211.779,30.41,0.209439,0,0,0,1,3600,255,1,0),(120407,1734,0,1,1,-12337.2,-987.296,14.0245,-1.23918,0,0,0,1,3600,255,1,0),(120408,1734,1,1,1,-5183.34,1769.67,94.8643,-2.26892,0,0,0,1,3600,255,1,0),(120409,1734,0,1,1,-11221.6,-146.11,10.6937,-1.01229,0,0,0,1,3600,255,1,0),(120410,1734,1,1,1,-8783.8,-4489.43,44.7562,2.58308,0,0,0,1,3600,255,1,0),(120411,1734,0,1,1,963.838,-3804.26,120.842,0.506145,0,0,0,1,3600,255,1,0),(120412,1734,1,1,1,6691.43,-2944.9,577.266,-1.43117,0,0,0,1,3600,255,1,0),(120413,1734,1,1,1,4004.27,-5020.26,144.709,3.14159,0,0,0,1,3600,255,1,0),(120414,1735,1,1,1,-3661.02,-3836.26,6.66474,-2.40855,0,0,0,1,3600,255,1,0),(120415,1735,1,1,1,-2694.8,-4296.36,8.22171,2.46091,0,0,0,1,3600,255,1,0),(120416,1735,1,1,1,2616.56,1516.24,257.183,2.11185,0,0,0,1,3600,255,1,0),(120417,1735,1,1,1,-3684.18,-3627.3,56.7816,-1.29154,0,0,0,1,3600,255,1,0),(120418,1735,0,1,1,-2183.83,-1728.47,-63.0671,1.46608,0,0,0,1,3600,255,1,0),(120419,1735,1,1,1,-7255.52,-4241.1,18.2609,1.13446,0,0,0,1,3600,255,1,0),(120420,1735,1,1,1,-5548.84,-1636.24,24.4084,-0.663223,0,0,0,1,3600,255,1,0),(120421,1735,1,1,1,-5508.33,-1564.48,27.1426,2.25147,0,0,0,1,3600,255,1,0),(120422,1735,0,1,1,-11934,458.191,44.5061,-0.087266,0,0,0,1,3600,255,1,0),(120423,1735,1,1,1,-5092.58,1902.77,89.6925,-2.02458,0,0,0,1,3600,255,1,0),(120424,1735,0,1,1,224.513,-1487.89,64.2197,-0.785397,0,0,0,1,3600,255,1,0),(120425,1735,0,1,1,-11771.9,35.4992,17.5232,1.3439,0,0,0,1,3600,255,1,0),(120426,1735,1,1,1,-4947.92,-2297.38,-67.5671,-0.785397,0,0,0,1,3600,255,1,0),(120427,1735,1,1,1,-5112.55,-2418.23,-49.4608,-0.942477,0,0,0,1,3600,255,1,0),(120428,1735,1,1,1,-7591.08,-4094.75,11.661,0.59341,0,0,0,1,3600,255,1,0),(120429,1735,1,1,1,-5997.79,-3502.85,-55.509,0.541051,0,0,0,1,3600,255,1,0),(120430,1735,1,1,1,-5024.05,-1225.72,-43.9318,-0.383971,0,0,0,1,3600,255,1,0),(120431,1735,1,1,1,-5049.19,-1018.44,-3.38531,0.453785,0,0,0,1,3600,255,1,0),(120432,1735,1,1,1,2743.31,1578.79,299.965,-2.426,0,0,0,1,3600,255,1,0),(120433,1735,1,1,1,2503.89,-3679.43,63.2847,1.65806,0,0,0,1,3600,255,1,0),(120434,1735,0,1,1,-12128.2,-777.814,23.5145,-2.51327,0,0,0,1,3600,255,1,0),(120435,1735,0,1,1,-12327.2,-990.796,19.8739,-2.1293,0,0,0,1,3600,255,1,0),(120436,1735,0,1,1,-10618.9,-2629.92,52.7337,0.087266,0,0,0,1,3600,255,1,0),(120437,1735,0,1,1,-10055.2,-3113.76,32.0439,-1.22173,0,0,0,1,3600,255,1,0),(120438,1735,1,1,1,-894.552,1317.25,91.781,-1.72787,0,0,0,1,3600,255,1,0),(120439,1735,1,1,1,-5113.68,1772.99,79.8078,-2.49582,0,0,0,1,3600,255,1,0),(120440,1735,1,1,1,-7963.95,-2809.08,32.9922,0.628317,0,0,0,1,3600,255,1,0),(120441,1735,0,1,1,-972.981,-3184.12,52.1261,-0.785397,0,0,0,1,3600,255,1,0),(120442,1735,0,1,1,-1844.39,-2797.95,63.7121,-0.890117,0,0,0,1,3600,255,1,0),(120443,1735,1,1,1,-4521.09,-1129.81,-52.7595,-0.244346,0,0,0,1,3600,255,1,0),(120444,1735,0,1,1,-13168.8,-480.454,6.74536,2.60053,0,0,0,1,3600,255,1,0),(120445,1735,0,1,1,-12354.7,-992.975,12.0588,1.53589,0,0,0,1,3600,255,1,0),(120446,1735,0,1,1,-11935,543.475,33.0384,2.47837,0,0,0,1,3600,255,1,0),(120447,1735,1,1,1,2463.74,1770.67,374.254,-2.93214,0,0,0,1,3600,255,1,0),(120448,1735,0,1,1,-1259.59,-2936.51,39.8619,-2.1293,0,0,0,1,3600,255,1,0),(120449,1735,1,1,1,-7825.65,-4809.04,12.0139,-3.10665,0,0,0,1,3600,255,1,0),(120450,1735,1,1,1,2772.39,-3572.61,119.582,-2.9845,0,0,0,1,3600,255,1,0),(120451,123848,1,1,1,-5229.71,287.215,9.80464,-2.21656,0,0,0,1,3600,255,1,0),(120452,123848,1,1,1,-5394.11,263.011,21.0198,-3.00195,0,0,0,1,3600,255,1,0),(120453,177388,1,1,1,-6600.76,759.011,-51.7008,-0.628317,0,0,0,1,3600,255,1,0),(120454,177388,1,1,1,-6658.89,1069.41,-28.0512,-2.80997,0,0,0,1,3600,255,1,0),(120455,177388,1,1,1,-6591.9,1132.68,-46.9159,1.8675,0,0,0,1,3600,255,1,0),(120456,177388,1,1,1,-6487.64,859.258,17.6826,-2.56563,0,0,0,1,3600,255,1,0),(120457,2040,1,1,1,-5519.6,3571.31,22.6286,-0.453785,0,0,0,1,3600,255,1,0),(120458,2040,1,1,1,-3847.84,1737.33,143.018,3.07177,0,0,0,1,3600,255,1,0),(120459,2040,1,1,1,-4652.36,-3061.9,51.5853,1.65806,0,0,0,1,3600,255,1,0),(120460,2040,0,1,1,322.24,-3778.69,161.759,-2.54818,0,0,0,1,3600,255,1,0),(120461,2040,0,1,1,872.22,-3845.8,130.5,-2.80997,0,0,0,1,3600,255,1,0),(120462,2040,0,1,1,552.948,-3753.24,128.218,-3.01941,0,0,0,1,3600,255,1,0),(120463,2040,0,1,1,395.458,-3830.24,117.181,1.58825,0,0,0,1,3600,255,1,0),(120464,2040,0,1,1,-13258.2,-211.438,35.7719,2.1293,0,0,0,1,3600,255,1,0),(120465,2040,0,1,1,-433.382,-4637.36,-6.58656,0.977383,0,0,0,1,3600,255,1,0),(120466,2040,0,1,1,-13734.4,588.942,28.3662,0.366518,0,0,0,1,3600,255,1,0),(120467,2040,1,1,1,-5801.94,1311.5,66.8884,2.23402,0,0,0,1,3600,255,1,0),(120468,2040,0,1,1,55.5584,-2734.18,143.136,2.74016,0,0,0,1,3600,255,1,0),(120469,2040,1,1,1,-6240.55,354.44,33.4529,2.51327,0,0,0,1,3600,255,1,0),(120470,2040,1,1,1,-6725.38,362.288,5.95882,0.226892,0,0,0,1,3600,255,1,0),(120471,2040,1,1,1,-6828.59,-1685.69,-264.789,0.59341,0,0,0,1,3600,255,1,0),(120472,2040,1,1,1,-6353.36,-1076.58,-271.628,2.77507,0,0,0,1,3600,255,1,0),(120473,2040,1,1,1,-7598.37,-1725.01,-268.873,1.93731,0,0,0,1,3600,255,1,0),(120474,2040,0,1,1,1575.01,-1502.7,69.3272,-2.53072,0,0,0,1,3600,255,1,0),(120475,2040,1,1,1,-8349.22,-4346.75,15.8852,-2.14675,0,0,0,1,3600,255,1,0),(120476,2040,0,1,1,-12374.3,-1146.68,3.52509,-0.785397,0,0,0,1,3600,255,1,0),(120477,2040,0,1,1,-7891.38,-2502.69,130.051,-0.157079,0,0,0,1,3600,255,1,0),(120478,2040,0,1,1,-6473.71,-1195.53,183.154,1.29154,0,0,0,1,3600,255,1,0),(120479,2040,1,1,1,-5089.99,1786.59,79.4946,0.157079,0,0,0,1,3600,255,1,0),(120480,2040,0,1,1,1537.2,-1700.27,78.4948,-0.279252,0,0,0,1,3600,255,1,0),(120481,2040,1,1,1,-8333.65,-2166.85,15.0293,-1.8675,0,0,0,1,3600,255,1,0),(120482,2040,1,1,1,-7242.14,-3437.92,13.3299,1.0472,0,0,0,1,3600,255,1,0),(120483,2040,0,1,1,376.613,-3756.64,103.484,-1.20428,0,0,0,1,3600,255,1,0),(120484,2040,1,1,1,-7001.47,-2450.71,-215.175,-1.32645,0,0,0,1,3600,255,1,0),(120485,2040,1,1,1,-8590.12,-4568.85,9.00052,-1.25664,0,0,0,1,3600,255,1,0),(120486,2040,0,1,1,-7956.23,-2514.58,134.91,-2.1293,0,0,0,1,3600,255,1,0),(120487,2040,1,1,1,-9568.28,-2611.01,31.4629,0.488691,0,0,0,1,3600,255,1,0),(120488,2040,1,1,1,-6569.29,-2116.72,-257.257,-2.70526,0,0,0,1,3600,255,1,0),(120489,2040,0,1,1,122.431,-4356.28,121.259,2.40855,0,0,0,1,3600,255,1,0),(120490,2040,0,1,1,195.373,-3811.23,133.341,1.50098,0,0,0,1,3600,255,1,0),(120491,2040,0,1,1,-14089.4,-102.481,6.93426,1.20428,0,0,0,1,3600,255,1,0),(120492,2040,0,1,1,-13102,-670.346,79.2665,1.97222,0,0,0,1,3600,255,1,0),(120493,2040,1,1,1,6809.32,-4122.53,718.508,-2.72271,0,0,0,1,3600,255,1,0),(120494,2040,1,1,1,7252.51,-4223.3,732.848,1.02974,0,0,0,1,3600,255,1,0),(120495,2040,1,1,1,-4949.25,173.447,67.5708,1.37881,0,0,0,1,3600,255,1,0),(120496,2040,0,1,1,314.887,-3711.68,107.684,-0.383971,0,0,0,1,3600,255,1,0),(120497,2040,1,1,1,516.378,1829.76,12.888,-3.12412,0,0,0,1,3600,255,1,0),(120498,2040,1,1,1,-3839.05,1647.65,145.326,-2.33874,0,0,0,1,3600,255,1,0),(120499,2040,0,1,1,1321.86,-898.632,73.3145,-0.401425,0,0,0,1,3600,255,1,0),(120500,2040,1,1,1,-2015.01,1972.72,76.5862,2.18166,0,0,0,1,3600,255,1,0),(120501,2040,1,1,1,6809.59,-3184.82,598.276,-2.80997,0,0,0,1,3600,255,1,0),(120502,2040,1,1,1,6743.8,-3450.22,677.85,-1.16937,0,0,0,1,3600,255,1,0),(120503,2047,0,1,1,-1827.82,-2643.53,59.8704,-0.052359,0,0,0,1,3600,255,1,0),(120504,2047,1,1,1,-6316,262.785,11.233,-2.25147,0,0,0,1,3600,255,1,0),(120505,2047,0,1,1,3215.79,-4715.01,154.944,-0.226892,0,0,0,1,3600,255,1,0),(120506,2047,0,1,1,2806.29,-4762.35,88.8857,-0.837757,0,0,0,1,3600,255,1,0),(120507,2047,1,1,1,6647.44,-5225.18,758.182,0.401425,0,0,0,1,3600,255,1,0),(120508,2047,0,1,1,2102.24,-4264.88,25.1001,-2.56563,0,0,0,1,3600,255,1,0),(120509,2047,1,1,1,6801.23,-2694.93,553.018,-1.09956,0,0,0,1,3600,255,1,0),(120510,2047,1,1,1,6433.16,-4100.37,669.295,-1.51844,0,0,0,1,3600,255,1,0),(120511,324,1,1,1,-9233.19,-4113.35,-41.294,1.32645,0,0,0,1,3600,255,1,0),(120512,2040,1,1,1,-9013.94,-4161.08,8.55525,-2.91469,0,0,0,1,3600,255,1,0),(120513,2040,1,1,1,-9183.13,-4206.48,-44.1234,-2.72271,0,0,0,1,3600,255,1,0),(160607,189978,571,1,1,3402.58,-1772.61,93.7937,1.25664,0,0,0,1,600,255,1,0),(161145,189978,571,1,1,5557.93,-2331.11,287.86,-1.50098,0,0,0,1,900,255,1,0),(161113,189978,571,1,1,5124.54,-2863.14,292.838,-0.43633,0,0,0,1,900,255,1,0),(161297,189980,571,1,1,5673.48,-3554.34,373.482,0.71558,0,0,0,1,900,255,1,0),(162760,189981,571,1,4,7177.67,-2048.25,768.82,-2.05949,0,0,0,1,900,255,1,0),(162759,189981,571,1,1,7171.05,-232.757,808.581,-0.92502,0,0,0,1,900,255,1,0),(162758,189981,571,1,4,7170.76,-2087.91,771.997,-2.07694,0,0,0,1,900,255,1,0),(162757,189981,571,1,1,7169.14,-1110.03,933.994,2.56563,0,0,0,1,900,255,1,0),(162756,189981,571,1,4,7160.35,-2126.89,762.291,-1.309,0,0,0,1,900,255,1,0),(162755,189981,571,1,8,7142.31,-3636.81,841.763,2.72271,0,0,0,1,900,255,1,0),(162754,189981,571,1,4,7134.02,-2760.25,786.906,0.22689,0,0,0,1,900,255,1,0),(162753,189981,571,1,1,7122.95,-1096.95,928.457,0.61086,0,0,0,1,900,255,1,0),(163773,189981,571,1,1,7793.37,1526.29,363.607,0.48869,0,0,0,1,600,255,1,0),(163772,189981,571,1,1,7784.99,1043.74,395.619,1.88495,0,0,0,1,600,255,1,0),(163771,189981,571,1,1,7781.56,1106.51,395.667,2.54818,0,0,0,1,600,255,1,0),(162752,189981,571,1,1,7110.42,-543.947,739.837,-0.73304,0,0,0,1,900,255,1,0),(120530,191133,571,1,1,3940.99,3177.93,402.245,1.67551,0,0,0,1,3600,255,1,0),(120531,176643,1,1,1,6317.94,-1882.6,432.896,2.19912,0,0,0,1,3600,255,1,0),(120532,176643,1,1,1,3909.28,-819.98,326.803,0.506145,0,0,0,1,3600,255,1,0),(120533,176645,1,1,1,4760.73,-579.275,281.063,2.93214,0,0,0,1,3600,255,1,0),(120534,165658,0,1,1,-8333.37,-1286.25,211.485,1.44862,0,0,0,1,3600,255,1,0),(120535,165658,0,1,1,-6989.5,-1754.34,234.098,-1.3439,0,0,0,1,3600,255,1,0),(160311,189978,571,1,1,316.353,-5817.65,83.6513,0.92502,0,0,0,1,900,255,1,0),(160600,189978,571,1,1,3092.01,-3250.75,239.422,0.27925,0,0,0,1,600,255,1,0),(120538,189978,571,1,1,3505.23,-364.256,83.2001,2.86233,0,0,0,1,3600,255,1,0),(120539,189978,571,1,1,3747.5,-180.62,80.074,-1.01229,0,0,0,1,3600,255,1,0),(160310,189978,571,1,1,311.682,-5829.52,198.098,2.58308,0,0,0,1,900,255,1,0),(161117,189978,571,1,1,5138.82,-1427.07,246.807,-1.43117,0,0,0,1,900,255,1,0),(160606,189978,571,1,1,3374.1,-4776.9,274.439,0.08727,0,0,0,1,600,255,1,0),(160309,189978,571,1,1,299.4,-5925.31,169.693,0.89012,0,0,0,1,900,255,1,0),(160059,189978,571,1,1,3773.74,4124.64,26.3959,2.19912,0,0,0,1,900,255,1,0),(160308,189978,571,1,1,229.642,-4166.4,247.483,-0.7854,0,0,0,1,900,255,1,0),(162751,189981,571,1,2,7109.33,-2248.94,760.053,2.18166,0,0,0,1,900,255,1,0),(163641,189981,571,1,1,6561.43,1050.49,275.174,2.42601,0,0,0,1,600,255,1,0),(162750,189981,571,1,1,7108.71,-390.674,785.422,-2.60054,0,0,0,1,900,255,1,0),(162749,189981,571,1,4,7080.04,-2724.64,756.814,-2.00713,0,0,0,1,900,255,1,0),(163770,189981,571,1,1,7779.62,1830.56,356.359,-2.53072,0,0,0,1,600,255,1,0),(120551,103711,0,1,1,-736.823,43.7604,12.0023,0.453785,0,0,0,1,3600,255,1,0),(120552,103711,1,1,1,-4064.47,-2151.67,50.9367,-2.74016,0,0,0,1,3600,255,1,0),(120553,175404,0,1,1,3047.89,-1518.56,161.842,1.98967,0,0,0,1,3600,255,1,0),(120554,175404,0,1,1,3079.41,-1533.49,150.627,-2.9845,0,0,0,1,3600,255,1,0),(120555,175404,0,1,1,2372.42,-3797.15,187.376,-2.37364,0,0,0,1,3600,255,1,0),(120556,175404,0,1,1,-7737.77,-2306.15,141.825,-2.56563,0,0,0,1,3600,255,1,0),(120557,181555,530,1,1,1441.27,7735.46,23.6986,1.46608,0,0,0,1,3600,255,1,0),(120558,181555,530,1,1,3053.21,5720.23,147.219,2.91469,0,0,0,1,3600,255,1,0),(120559,181555,530,1,1,2349.54,6627.94,13.8545,1.01229,0,0,0,1,3600,255,1,0),(120560,181555,530,1,1,3393.07,3948.66,200.18,2.18166,0,0,0,1,3600,255,1,0),(120561,181555,530,1,1,-572.933,6129.8,33.678,1.79769,0,0,0,1,3600,255,1,0),(120562,181555,530,1,1,-203.551,3344.23,-34.7894,-2.3911,0,0,0,1,3600,255,1,0),(120563,181555,530,1,1,70.6335,3043.45,-0.683014,-0.837757,0,0,0,1,3600,255,1,0),(120564,181555,530,1,1,-936.388,4386.66,76.3951,2.33874,0,0,0,1,3600,255,1,0),(120565,181555,530,1,1,-703.119,3840.01,84.9607,3.08918,0,0,0,1,3600,255,1,0),(120566,181555,530,1,1,3769.18,2337.11,113.092,1.44862,0,0,0,1,3600,255,1,0),(120567,181556,530,1,1,2731.76,6290.43,1.62716,-3.05433,0,0,0,1,3600,255,1,0),(120568,181556,530,1,1,1629.62,5154.36,268.101,-0.139624,0,0,0,1,3600,255,1,0),(120569,181556,530,1,1,206.439,5110.37,26.0722,2.21656,0,0,0,1,3600,255,1,0),(120570,181556,530,1,1,4000.81,3891.19,193.496,2.18166,0,0,0,1,3600,255,1,0),(120571,181556,530,1,1,3034.92,5021.65,258.328,2.32129,0,0,0,1,3600,255,1,0),(120572,181556,530,1,1,2650.93,5556.47,4.94728,-0.95993,0,0,0,1,3600,255,1,0),(120573,181556,530,1,1,3949.63,4072.21,122.184,0.994837,0,0,0,1,3600,255,1,0),(120574,181556,530,1,1,-2818.32,6359.24,65.9559,-0.488691,0,0,0,1,3600,255,1,0),(120575,181556,530,1,1,-2320.37,3069.62,22.4952,-0.994837,0,0,0,1,3600,255,1,0),(120576,181556,530,1,1,2725.74,3125.3,154.519,2.68781,0,0,0,1,3600,255,1,0),(120577,181557,530,1,1,3447.72,4474.24,158.988,-0.767944,0,0,0,1,3600,255,1,0),(120578,181569,530,1,1,2533.39,2139.27,97.4857,-0.471238,0,0,0,1,3600,255,1,0),(120579,150082,0,1,1,-10552.4,-3171.3,5.98372,2.86233,0,0,0,1,3600,255,1,0),(120580,181570,530,1,1,-1584.5,8118.52,-98.6396,-1.98967,0,0,0,1,3600,255,1,0),(120581,181570,530,1,1,-646.408,8781.49,202.061,-2.26892,0,0,0,1,3600,255,1,0),(120582,324,1,1,1,-5580.26,1134.28,23.2439,0.90757,0,0,0,1,3600,255,1,0),(120583,324,0,1,1,-10908.3,-2637.55,14.5878,0.244346,0,0,0,1,3600,255,1,0),(120584,324,0,1,1,2408.59,-1759.78,103.076,1.81514,0,0,0,1,3600,255,1,0),(120585,324,0,1,1,-10805,-2666.73,12.1114,0.925024,0,0,0,1,3600,255,1,0),(120586,324,0,1,1,-10872.9,-2727.42,9.55622,-0.750491,0,0,0,1,3600,255,1,0),(120587,3763,1,1,1,-2241.22,-2552.48,92.1614,-2.18166,0,0,0,1,3600,255,1,0),(120588,3763,1,1,1,-3956.45,-1863.94,97.3946,-1.81514,0,0,0,1,3600,255,1,0),(120589,3763,1,1,1,-3885.71,-1617.31,91.6667,2.91469,0,0,0,1,3600,255,1,0),(120590,3764,1,1,1,-2085.87,-2587.43,92.311,-1.15192,0,0,0,1,3600,255,1,0),(120591,3764,1,1,1,-3696.46,-1520.11,133.283,0.925024,0,0,0,1,3600,255,1,0),(120592,3764,1,1,1,-3814.16,-1466.68,138.992,2.1293,0,0,0,1,3600,255,1,0),(120593,3764,1,1,1,-2312.55,-2499.89,94.7379,-3.10665,0,0,0,1,3600,255,1,0),(120594,1731,0,1,1,-4950.32,-2971.38,322.214,-0.139624,0,0,0,1,3600,255,1,0),(120595,1731,0,1,1,-9892.91,1420.05,41.3209,1.36136,0,0,0,1,3600,255,1,0),(120596,1731,0,1,1,-4218.17,-2474.73,282.472,2.93214,0,0,0,1,3600,255,1,0),(120597,1731,0,1,1,-9211.76,-1331.8,101.91,1.15192,0,0,0,1,3600,255,1,0),(120598,1731,0,1,1,-9833.92,1408.46,38.2337,-2.82743,0,0,0,1,3600,255,1,0),(120599,1731,0,1,1,2202.98,-65.3898,30.8705,-2.75761,0,0,0,1,3600,255,1,0),(120600,1731,0,1,1,-5127.31,-3926.78,325.466,-3.08918,0,0,0,1,3600,255,1,0),(120601,1731,0,1,1,2646.08,1350.02,9.43725,-1.67551,0,0,0,1,3600,255,1,0),(120602,1731,0,1,1,1727.84,808.579,68.0469,-1.55334,0,0,0,1,3600,255,1,0),(120603,1731,0,1,1,-4733.4,-3428.12,287.19,0.90757,0,0,0,1,3600,255,1,0),(120604,1731,0,1,1,-4855.06,-2882.53,336.653,1.97222,0,0,0,1,3600,255,1,0),(120605,1731,0,1,1,-1004.35,-339.056,13.7319,0.226892,0,0,0,1,3600,255,1,0),(120606,1731,1,1,1,3457.16,-345.804,136.905,-1.15192,0,0,0,1,3600,255,1,0),(120607,1731,1,1,1,-864.57,-1157.19,118.865,-1.37881,0,0,0,1,3600,255,1,0),(120608,1731,1,1,1,-5183.99,-2413.04,-41.9981,-2.58308,0,0,0,1,3600,255,1,0),(120609,1731,1,1,1,-4651.72,-1381.44,-42.4803,-3.10665,0,0,0,1,3600,255,1,0),(120610,1731,1,1,1,1794.04,1073.96,175.753,2.63544,0,0,0,1,3600,255,1,0),(120611,1731,1,1,1,3049.16,-221.964,124.717,1.22173,0,0,0,1,3600,255,1,0),(120612,1731,1,1,1,1459.55,-4745.43,-0.996877,-2.00713,0,0,0,1,3600,255,1,0),(120613,1731,1,1,1,1562.55,-4769.49,15.478,-0.279252,0,0,0,1,3600,255,1,0),(120614,1731,1,1,1,1464.22,-4891.54,14.0545,0.296705,0,0,0,1,3600,255,1,0),(120615,1731,1,1,1,1488.58,-4816.56,9.27292,1.0821,0,0,0,1,3600,255,1,0),(120616,1731,1,1,1,-1731.5,446.03,104.992,1.50098,0,0,0,1,3600,255,1,0),(120617,1731,1,1,1,388.236,-2245.49,196.681,0.087266,0,0,0,1,3600,255,1,0),(120618,1731,530,1,1,8764.94,-7016,40.6887,0.890117,0,0,0,1,3600,255,1,0),(120619,1732,0,1,1,192.598,601.971,50.1232,2.40855,0,0,0,1,3600,255,1,0),(120620,1732,0,1,1,-4763.16,-2960.69,323.212,0.471238,0,0,0,1,3600,255,1,0),(120621,1732,0,1,1,-4300.05,-2679.25,70.5852,-1.95477,0,0,0,1,3600,255,1,0),(120622,1732,0,1,1,-5697.35,-3950.6,327.836,1.83259,0,0,0,1,3600,255,1,0),(120623,1732,0,1,1,-185.258,375.062,116.572,1.02974,0,0,0,1,3600,255,1,0),(120624,1732,0,1,1,-3993.14,-2598.76,59.9468,-2.11185,0,0,0,1,3600,255,1,0),(120625,1732,0,1,1,-161.117,398.667,105.474,-2.19912,0,0,0,1,3600,255,1,0),(120626,1732,0,1,1,-10729.1,-783.827,49.1737,-2.89724,0,0,0,1,3600,255,1,0),(120627,1732,1,1,1,-5368.9,-2900.7,-56.4231,-0.994837,0,0,0,1,3600,255,1,0),(120628,1732,1,1,1,-3641.16,-1643.57,92.7791,-2.84488,0,0,0,1,3600,255,1,0),(120629,1732,1,1,1,-5453.83,-1982.42,-51.407,1.46608,0,0,0,1,3600,255,1,0),(120630,1732,1,1,1,-5043.71,-2271.26,-49.626,2.35619,0,0,0,1,3600,255,1,0),(120631,1732,1,1,1,-4595.86,-924.888,-50.1135,1.81514,0,0,0,1,3600,255,1,0),(120632,1732,1,1,1,-1942.31,2602.81,72.7339,-2.9845,0,0,0,1,3600,255,1,0),(120633,1732,1,1,1,2309.56,1059.54,290.873,-1.79769,0,0,0,1,3600,255,1,0),(120634,1732,1,1,1,2186.04,-2180.25,117.121,-3.01941,0,0,0,1,3600,255,1,0),(120635,1732,1,1,1,611.802,-2297.8,106.212,1.91986,0,0,0,1,3600,255,1,0),(120636,1732,1,1,1,-3424.42,-1774.99,92.4047,2.26892,0,0,0,1,3600,255,1,0),(120637,1733,0,1,1,-1207.98,-2092.81,51.3807,1.65806,0,0,0,1,3600,255,1,0),(120638,1733,0,1,1,392.47,707.618,45.5647,-3.03684,0,0,0,1,3600,255,1,0),(120639,1734,0,1,1,-911.687,-3877.76,141.116,2.51327,0,0,0,1,3600,255,1,0),(120640,1734,0,1,1,-6549.7,-2434.55,296.762,-1.29154,0,0,0,1,3600,255,1,0),(120641,1734,1,1,1,824.478,1724.76,-15.1428,-1.39626,0,0,0,1,3600,255,1,0),(120642,1735,0,1,1,-12369.8,-1055.09,4.36752,1.83259,0,0,0,1,3600,255,1,0),(120643,1735,0,1,1,-13946.2,220.203,18.3835,-1.18682,0,0,0,1,3600,255,1,0),(120644,1735,0,1,1,-942.624,-3954.16,146.634,-0.244346,0,0,0,1,3600,255,1,0),(120645,1735,0,1,1,-3420.22,-2121.09,94.6608,-2.77507,0,0,0,1,3600,255,1,0),(120646,1735,0,1,1,-6681.36,-3014.65,260.138,-2.72271,0,0,0,1,3600,255,1,0),(120647,1735,1,1,1,-5477.76,-1635.42,28.3788,0.034906,0,0,0,1,3600,255,1,0),(120648,1735,1,1,1,-5587.33,-1566.82,11.8091,-2.02458,0,0,0,1,3600,255,1,0),(120649,1735,1,1,1,-5404.91,-1701.34,-40.4254,3.00195,0,0,0,1,3600,255,1,0),(120650,1735,1,1,1,-4974.84,-1079.21,-37.8522,-3.01941,0,0,0,1,3600,255,1,0),(120651,1735,1,1,1,2690.09,-2019.96,169.427,2.25147,0,0,0,1,3600,255,1,0),(120652,1735,1,1,1,-428.722,2051.48,104.144,1.62316,0,0,0,1,3600,255,1,0),(120653,2040,1,1,1,-4014.75,1942.18,104.728,1.3439,0,0,0,1,3600,255,1,0),(120654,2040,0,1,1,-1941.89,-1648.68,48.6327,0.157079,0,0,0,1,3600,255,1,0),(120655,2040,0,1,1,-10028.4,-3339.57,39.6986,-0.820303,0,0,0,1,3600,255,1,0),(120656,2040,0,1,1,-311.54,-3532.09,163.262,-2.75761,0,0,0,1,3600,255,1,0),(120657,2040,1,1,1,-8409.17,-3354.81,17.3865,0.575957,0,0,0,1,3600,255,1,0),(120658,2040,1,1,1,-2078.25,1179.16,126.976,1.11701,0,0,0,1,3600,255,1,0),(120659,2040,1,1,1,-7723.87,1732.58,12.2933,-0.767944,0,0,0,1,3600,255,1,0),(120660,2040,1,1,1,-7037.16,615.484,9.91324,-0.698132,0,0,0,1,3600,255,1,0),(120661,2040,1,1,1,6395.65,-2627.46,588.774,-2.18166,0,0,0,1,3600,255,1,0),(120662,324,1,1,1,-7484.7,-2271.44,-261.415,0,0,0,0,1,3600,255,1,0),(120663,181555,530,1,1,-3324.02,2073.86,80.1291,-1.69297,0,0,0,1,3600,255,1,0),(120664,181555,530,1,1,-3892.28,1141.52,29.5354,-2.37364,0,0,0,1,3600,255,1,0),(120665,181555,530,1,1,3492.9,5269.84,-19.3589,0.506145,0,0,0,1,3600,255,1,0),(120666,181556,530,1,1,2008.26,5424.48,156.761,-2.87979,0,0,0,1,3600,255,1,0),(163640,189981,571,1,1,6559.55,659.112,408.146,-2.67035,0,0,0,1,600,255,1,0),(163639,189981,571,1,1,6557.07,284.192,401.789,0.73304,0,0,0,1,600,255,1,0),(163638,189981,571,1,1,6554.23,332.83,411.567,0.13962,0,0,0,1,600,255,1,0),(120670,1732,0,1,1,-11085.5,-1327.1,61.2213,-2.1293,0,0,0,1,3600,255,1,0),(120671,1733,0,1,1,-9354.13,-2989.31,135.666,-1.97222,0,0,0,1,3600,255,1,0),(120672,1731,0,1,1,-6113.85,-155.679,438.348,0.453785,0,0,0,1,3600,255,1,0),(160307,189978,571,1,1,222.143,-4541.69,253.747,0.8203,0,0,0,1,900,255,1,0),(160306,189978,571,1,1,196.368,-5529.42,341.114,1.72787,0,0,0,1,900,255,1,0),(160305,189978,571,1,1,146.113,-5708.52,190.828,-1.25664,0,0,0,1,900,255,1,0),(161298,189979,571,1,1,5697.81,-2317.47,288.629,1.13446,0,0,0,1,900,255,1,0),(160605,189978,571,1,1,3330.48,-4922.17,305.925,-1.76278,0,0,0,1,600,255,1,0),(161254,189979,571,1,1,4930.79,-2900.83,290.629,-0.5585,0,0,0,1,900,255,1,0),(160304,189978,571,1,1,124.983,-3449.73,11.4041,-2.04204,0,0,0,1,900,255,1,0),(160303,189978,571,1,1,85.848,-4961.88,316.024,-1.74533,0,0,0,1,900,255,1,0),(161292,189979,571,1,1,5517.68,-2101.11,239.978,-0.71558,0,0,0,1,900,255,1,0),(162748,189981,571,1,1,7075.71,-1920.55,774.867,0.89012,0,0,0,1,900,255,1,0),(163637,189981,571,1,1,6541.25,1011.67,276.952,0.08727,0,0,0,1,600,255,1,0),(120684,189980,571,1,3,5391.04,2478.3,413.997,-1.55334,0,0,0,1,180,255,1,0),(161814,189981,571,1,1,5494.62,5677.87,-97.2142,1.93731,0,0,0,1,600,255,1,0),(161813,189981,571,1,1,5483.64,4688.75,-122.003,0.8203,0,0,0,1,600,255,1,0),(161812,189981,571,1,1,5482.81,3505.6,7.2101,-2.68781,0,0,0,1,600,255,1,0),(161811,189981,571,1,1,5479.19,4193.7,-97.0735,0.80285,0,0,0,1,600,255,1,0),(161810,189981,571,1,1,5461.79,4916.51,-197.193,-0.62832,0,0,0,1,600,255,1,0),(161809,189981,571,1,1,5456.09,4679.77,-173.517,1.93731,0,0,0,1,600,255,1,0),(162747,189981,571,1,1,7075.71,-1920.55,774.867,0.89012,0,0,0,1,900,255,1,0),(163273,189980,571,1,1,6790.11,449.812,411.493,-1.09956,0,0,0,1,600,255,1,0),(163636,189981,571,1,1,6533.5,907.337,294.892,0.17453,0,0,0,1,600,255,1,0),(120694,189980,571,1,3,5296.4,2187.28,509.532,-0.174532,0,0,0,1,180,255,1,0),(162746,189981,571,1,3,7052.57,-1106.91,934.503,0.48869,0,0,0,1,900,255,1,0),(120696,189978,571,1,1,2904.41,44.2299,3.35415,2.94959,0,0,0,1,3600,255,1,0),(160302,189978,571,1,1,27.324,-3423.65,35.6203,-1.02974,0,0,0,1,900,255,1,0),(120698,189979,571,1,1,2477.93,-490.846,-11.7411,-2.80997,0,0,0,1,3600,255,1,0),(120699,1731,0,1,1,-476.366,1585.88,17.7124,-0.157079,0,0,0,1,3600,255,1,0),(120700,1731,0,1,1,-472.812,368.856,106.055,2.67035,0,0,0,1,3600,255,1,0),(120701,176643,1,1,1,5897.76,-550.083,409.429,-0.279252,0,0,0,1,3600,255,1,0),(120702,176645,1,1,1,5272.41,-899.104,368.881,-3.01941,0,0,0,1,3600,255,1,0),(120703,176645,1,1,1,4356.84,-1061.1,337.485,1.65806,0,0,0,1,3600,255,1,0),(160301,189978,571,1,1,-23.354,-3586.67,33.779,3.10665,0,0,0,1,900,255,1,0),(161273,189979,571,1,1,5239.61,-2370.83,286.324,0.33161,0,0,0,1,900,255,1,0),(160058,189978,571,1,1,3735.66,7364.34,221.528,0.08727,0,0,0,1,900,255,1,0),(120707,189978,571,1,1,4719.08,-439.314,180.821,1.55334,0,0,0,1,3600,255,1,0),(160057,189978,571,1,1,3679.23,4027.05,25.4779,-0.66322,0,0,0,1,900,255,1,0),(161180,189978,571,1,1,6462.37,-3474.22,388.903,-0.22689,0,0,0,1,900,255,1,0),(161293,189979,571,1,1,5517.87,-1276.3,239.408,2.16421,0,0,0,1,900,255,1,0),(161281,189979,571,1,1,5341.11,-1305.67,238.433,-2.30383,0,0,0,1,900,255,1,0),(161285,189979,571,1,1,5374.42,-1755.01,240.063,2.9845,0,0,0,1,900,255,1,0),(160300,189978,571,1,1,-144.006,-4989.57,309.673,2.02458,0,0,0,1,900,255,1,0),(160028,189978,571,1,1,3138.65,5762.38,56.1208,0.97738,0,0,0,1,900,255,1,0),(161272,189980,571,1,1,5213.89,-3377.16,290.401,1.81514,0,0,0,1,900,255,1,0),(161274,189979,571,1,1,5251.93,-2361.38,286.351,-1.0472,0,0,0,1,900,255,1,0),(163635,189981,571,1,1,6514.27,896.626,290.645,1.29154,0,0,0,1,600,255,1,0),(163634,189981,571,1,1,6497.03,3510.88,540.232,-2.70526,0,0,0,1,600,255,1,0),(163769,189981,571,1,1,7774.56,2665.08,405.825,-0.66322,0,0,0,1,600,255,1,0),(163633,189981,571,1,1,6484.37,294.937,399.821,-1.15192,0,0,0,1,600,255,1,0),(120721,189980,571,1,1,6145.68,658.17,215.264,-1.41372,0,0,0,1,180,255,1,0),(120722,189980,571,1,1,4559.61,2833.05,359.045,-2.74016,0,0,0,1,180,255,1,0),(163632,189981,571,1,1,6483.74,1237.93,286.932,1.37881,0,0,0,1,600,255,1,0),(161808,189981,571,1,1,5455.97,5712.2,-102.766,-0.59341,0,0,0,1,600,255,1,0),(163631,189981,571,1,1,6482.54,2462.87,468.117,-1.91986,0,0,0,1,600,255,1,0),(163630,189981,571,1,1,6481.97,540.381,438.703,0.47124,0,0,0,1,600,255,1,0),(162745,189981,571,1,1,7051.36,-2016.77,769.801,-0.7854,0,0,0,1,900,255,1,0),(120728,189980,571,1,1,4362.57,1976.07,360.856,-2.58308,0,0,0,1,180,255,1,0),(161807,189981,571,1,3,5451.86,5532.25,-101.77,0.22689,0,0,0,1,600,255,1,0),(163272,189980,571,1,1,6789,1141.31,277.163,-1.81514,0,0,0,1,600,255,1,0),(163240,189980,571,1,1,6559.55,659.112,408.146,-2.67035,0,0,0,1,600,255,1,0),(163629,189981,571,1,1,6477.44,2487.12,475.981,-0.27925,0,0,0,1,600,255,1,0),(161806,189981,571,1,1,5449.87,4089.35,-91.0623,1.88495,0,0,0,1,600,255,1,0),(162464,189980,571,1,1,6666.78,-1032.98,413.802,-0.08727,0,0,0,1,900,255,1,0),(163768,189981,571,1,1,7774.56,2665.08,405.825,-0.66322,0,0,0,1,600,255,1,0),(120736,189980,571,1,1,4161.99,1967.17,354.405,-0.523598,0,0,0,1,180,255,1,0),(120737,189980,571,1,1,4342.11,2426,350.083,0.506145,0,0,0,1,180,255,1,0),(120738,189980,571,1,1,4383.28,2008.55,369.844,2.18166,0,0,0,1,180,255,1,0),(162744,189981,571,1,3,7032.89,-1319.14,820.829,0.5236,0,0,0,1,900,255,1,0),(163767,189981,571,1,1,7773.79,1499.62,360.298,-2.21657,0,0,0,1,600,255,1,0),(120741,175404,0,1,1,2066.89,-5049.99,54.2746,-0.017452,0,0,0,1,3600,255,1,0),(120742,175404,1,1,1,6768.02,-5337.8,744.37,0.296705,0,0,0,1,3600,255,1,0),(120743,175404,1,1,1,-7702.88,-491.83,-264.906,0,0,0,0,1,3600,255,1,0),(120744,175404,1,1,1,-7962.94,-1832.25,-267.207,0,0,0,0,1,3600,255,1,0),(120745,175404,1,1,1,-6365.63,-1700.44,-269.357,0,0,0,0,1,3600,255,1,0),(120746,175404,1,1,1,-6283.81,-1314.25,-255.088,0,0,0,0,1,3600,255,1,0),(120747,175404,1,1,1,-8105.24,-1286.48,-266.778,0,0,0,0,1,3600,255,1,0),(120748,175404,1,1,1,-7619.46,-433.045,-264.883,0,0,0,0,1,3600,255,1,0),(120749,175404,1,1,1,-7878.35,-906.545,-272.803,0,0,0,0,1,3600,255,1,0),(120750,181555,530,1,1,-1593.51,4261.74,67.7468,-2.09439,0,0,0,1,3600,255,1,0),(120751,181555,530,1,1,-559.553,1987.44,96.3802,2.77507,0,0,0,1,3600,255,1,0),(120752,181555,530,1,1,-922.363,2892.01,3.82162,-0.471238,0,0,0,1,3600,255,1,0),(120753,181555,530,1,1,-1397.36,3471.09,54.3677,-1.78023,0,0,0,1,3600,255,1,0),(120754,181555,530,1,1,-509.66,1825.48,63.7777,0.174532,0,0,0,1,3600,255,1,0),(120755,181555,530,1,1,-107.311,2431.11,54.6949,-1.11701,0,0,0,1,3600,255,1,0),(120756,181555,530,1,1,-815.427,2254.09,3.31931,0.226892,0,0,0,1,3600,255,1,0),(120757,181555,530,1,1,-812.086,2048.77,40.0752,-2.25147,0,0,0,1,3600,255,1,0),(120758,181555,530,1,1,-445.374,2153.05,85.3596,-2.44346,0,0,0,1,3600,255,1,0),(120759,181555,530,1,1,-1350.99,5802.54,24.7131,1.46608,0,0,0,1,3600,255,1,0),(120760,181555,530,1,1,-327.815,2518.92,41.0388,2.79252,0,0,0,1,3600,255,1,0),(120761,181555,530,1,1,-1028.08,3968.82,111.831,-1.85005,0,0,0,1,3600,255,1,0),(120762,181555,530,1,1,-1162.33,3361.92,124.377,-1.01229,0,0,0,1,3600,255,1,0),(120763,181556,530,1,1,-2094.4,7381.48,-100.942,2.16421,0,0,0,1,3600,255,1,0),(120764,181556,530,1,1,-1557.71,5954.88,204.339,3.08918,0,0,0,1,3600,255,1,0),(120765,324,0,1,1,2673,-3923.74,123.806,-2.74016,0,0,0,1,3600,255,1,0),(120766,324,0,1,1,2272.24,-4186.96,116.365,-1.83259,0,0,0,1,3600,255,1,0),(120767,324,1,1,1,7320.12,-4313.58,699.424,-1.79769,0,0,0,1,3600,255,1,0),(120768,324,1,1,1,-6743.17,-478.345,-267.468,0,0,0,0,1,3600,255,1,0),(120769,324,1,1,1,-6445.69,-1011.39,-272.151,0,0,0,0,1,3600,255,1,0),(120770,324,1,1,1,-6933.57,-2264.46,-267.542,0,0,0,0,1,3600,255,1,0),(120771,324,1,1,1,-7672.2,-2221.12,-264.92,0,0,0,0,1,3600,255,1,0),(120772,324,1,1,1,-6732.94,-2210.52,-261.75,0,0,0,0,1,3600,255,1,0),(120773,324,1,1,1,-6297.59,-1516.2,-252.338,0,0,0,0,1,3600,255,1,0),(120774,324,1,1,1,-7473.73,-388.203,-260.856,0,0,0,0,1,3600,255,1,0),(120775,324,1,1,1,-6777.46,-2241.49,-255.917,0,0,0,0,1,3600,255,1,0),(120776,324,1,1,1,-7701.99,-2178.28,-264.963,0,0,0,0,1,3600,255,1,0),(120777,324,1,1,1,-6457.11,-818.884,-269.005,0,0,0,0,1,3600,255,1,0),(120778,324,1,1,1,-8033.26,-1752.32,-265.265,0,0,0,0,1,3600,255,1,0),(120779,324,1,1,1,-8082.47,-1603.34,-257.449,0,0,0,0,1,3600,255,1,0),(120780,324,1,1,1,-8055.6,-1025.24,-261.376,0,0,0,0,1,3600,255,1,0),(120781,324,1,1,1,-7362.06,-363.951,-265.792,0,0,0,0,1,3600,255,1,0),(120782,324,1,1,1,-7195.26,-379.167,-268.345,0,0,0,0,1,3600,255,1,0),(120783,324,1,1,1,-7361.36,-2301.01,-267.221,0,0,0,0,1,3600,255,1,0),(120784,324,1,1,1,-7453.74,-2254.73,-268.139,0,0,0,0,1,3600,255,1,0),(120785,1731,0,1,1,-11557.6,1578.82,-14.9868,-0.017452,0,0,0,1,3600,255,1,0),(120786,1731,0,1,1,-11446.9,1718.49,13.7341,2.30383,0,0,0,1,3600,255,1,0),(120787,1731,0,1,1,-11217.4,1538.02,35.4237,-0.139624,0,0,0,1,3600,255,1,0),(120788,1731,0,1,1,-5727.6,-1662.49,363.751,1.48353,0,0,0,1,3600,255,1,0),(120789,1731,1,1,1,-4913.51,-1285.78,-32.4988,0.628317,0,0,0,1,3600,255,1,0),(120790,1731,1,1,1,-4620.59,-1715.87,-22.4819,-0.523598,0,0,0,1,3600,255,1,0),(120791,1731,530,1,1,-4095.92,-11588.5,19.9823,-1.78023,0,0,0,1,3600,255,1,0),(120792,1732,0,1,1,-403.761,-1124.34,56.1819,2.40855,0,0,0,1,3600,255,1,0),(120793,1732,1,1,1,4600.01,333.36,32.1979,2.21656,0,0,0,1,3600,255,1,0),(120794,1732,0,1,1,15.0196,-1247.4,67.825,2.02458,0,0,0,1,3600,255,1,0),(120795,1732,1,1,1,2912.34,-1019.34,188.138,-3.05433,0,0,0,1,3600,255,1,0),(120796,1732,1,1,1,-499.658,1782.47,112.706,-0.680679,0,0,0,1,3600,255,1,0),(120797,1733,0,1,1,-39.0903,-2395.62,152.759,-2.61799,0,0,0,1,3600,255,1,0),(120798,1733,1,1,1,-5145.4,-2558.24,-46.5695,-2.18166,0,0,0,1,3600,255,1,0),(120799,1734,0,1,1,423.703,-3795.01,101.592,0.191985,0,0,0,1,3600,255,1,0),(120800,1734,0,1,1,-2241.74,-1640.24,-21.8187,0.558504,0,0,0,1,3600,255,1,0),(120801,1734,1,1,1,-840.317,2114.2,73.7164,-2.49582,0,0,0,1,3600,255,1,0),(120802,1734,1,1,1,3033.79,-1933.04,190.559,2.54818,0,0,0,1,3600,255,1,0),(120803,1735,1,1,1,-3428.62,-3691.37,10.3782,0.436332,0,0,0,1,3600,255,1,0),(120804,1735,1,1,1,-3782.45,-2723.36,63.6209,-1.74533,0,0,0,1,3600,255,1,0),(120805,1735,0,1,1,-12995.4,-435.998,51.0958,-2.19912,0,0,0,1,3600,255,1,0),(120806,1735,0,1,1,187.713,-3077.86,138.235,0.802851,0,0,0,1,3600,255,1,0),(120807,1735,0,1,1,-356.236,-1705.29,96.5566,-0.785397,0,0,0,1,3600,255,1,0),(120808,1735,0,1,1,-1373.79,-1072.68,19.7061,2.21656,0,0,0,1,3600,255,1,0),(120809,1735,1,1,1,-4789.91,-1668.89,-41.3834,-2.58308,0,0,0,1,3600,255,1,0),(120810,1735,0,1,1,-12352.9,-1021.89,7.57272,-1.25664,0,0,0,1,3600,255,1,0),(120811,1735,1,1,1,-2819.24,-4116.35,45.4726,-2.11185,0,0,0,1,3600,255,1,0),(120812,1735,1,1,1,-5418.67,-3033.57,-33.8258,0.017452,0,0,0,1,3600,255,1,0),(120813,1735,1,1,1,-4933.02,-2261.19,-65.3333,2.61799,0,0,0,1,3600,255,1,0),(120814,1735,1,1,1,-3051.64,-3319.91,52.5062,2.09439,0,0,0,1,3600,255,1,0),(120815,123848,1,1,1,-8026.95,-1132.66,-318.218,2.04204,0,0,0,1,3600,255,1,0),(120816,2040,0,1,1,1528.01,-3881.09,157.042,-2.77507,0,0,0,1,3600,255,1,0),(120817,2040,0,1,1,1082.01,-1647.78,67.9516,2.14675,0,0,0,1,3600,255,1,0),(120818,2040,0,1,1,584.298,-3912.17,135.986,-2.23402,0,0,0,1,3600,255,1,0),(120819,2040,0,1,1,-19.1472,-3913.21,163.854,-3.07177,0,0,0,1,3600,255,1,0),(120820,2040,0,1,1,-454.09,-2943.15,97.862,2.21656,0,0,0,1,3600,255,1,0),(120821,2040,0,1,1,346.52,-4015.32,121.662,2.07694,0,0,0,1,3600,255,1,0),(120822,2040,0,1,1,410.249,-3890.34,99.0566,0.645772,0,0,0,1,3600,255,1,0),(120823,2040,0,1,1,-284.299,-3014.73,126.572,2.93214,0,0,0,1,3600,255,1,0),(120824,2040,1,1,1,999.73,1653.85,11.5945,-2.84488,0,0,0,1,3600,255,1,0),(120825,2040,1,1,1,6694.52,-2552.11,533.295,0.820303,0,0,0,1,3600,255,1,0),(120826,2040,1,1,1,3932.33,-4933.86,159.605,-0.453785,0,0,0,1,3600,255,1,0),(120827,2040,1,1,1,6864.97,-2973.88,605.116,-1.32645,0,0,0,1,3600,255,1,0),(120828,2040,1,1,1,-6836.58,-980.387,-262.594,1.309,0,0,0,1,3600,255,1,0),(120829,2040,1,1,1,-6346.85,-1587.08,-268.273,1.32645,0,0,0,1,3600,255,1,0),(120830,2040,1,1,1,-7967.46,-866.854,-265.65,0.994837,0,0,0,1,3600,255,1,0),(120831,2047,0,1,1,-222.086,-3605.74,231.848,-2.3911,0,0,0,1,3600,255,1,0),(161805,189981,571,1,1,5447.93,4519.89,-135.988,-1.67551,0,0,0,1,600,255,1,0),(161804,189981,571,1,1,5446.75,5166.05,-133.793,-3.07177,0,0,0,1,600,255,1,0),(161803,189981,571,1,1,5443.15,4694.67,-187.941,2.44346,0,0,0,1,600,255,1,0),(161802,189981,571,1,1,5434.91,3826.25,-65.5299,1.09956,0,0,0,1,600,255,1,0),(161801,189981,571,1,1,5418.62,4371.29,-137.676,1.55334,0,0,0,1,600,255,1,0),(161800,189981,571,1,1,5388.27,4753.33,-198.798,2.30383,0,0,0,1,600,255,1,0),(161799,189981,571,1,1,5385.53,4913.98,-195.354,1.83259,0,0,0,1,600,255,1,0),(161798,189981,571,1,1,5358.9,4514.82,-127.633,2.07694,0,0,0,1,600,255,1,0),(161797,189981,571,1,1,5354.23,4820.88,-198.88,1.6057,0,0,0,1,600,255,1,0),(161796,189981,571,1,1,5341.82,5396.05,-106.745,2.00713,0,0,0,1,600,255,1,0),(161795,189981,571,1,1,5338.95,4182.07,-94.2039,-2.93214,0,0,0,1,600,255,1,0),(161794,189981,571,1,1,5333.07,4300.51,-148.082,0.68068,0,0,0,1,600,255,1,0),(161793,189981,571,1,1,5331.86,4405.6,-126.997,-1.51844,0,0,0,1,600,255,1,0),(161792,189981,571,1,1,5325.52,6025.47,-16.2582,-0.83776,0,0,0,1,600,255,1,0),(161791,189981,571,1,1,5324.95,5368.98,-123.416,-1.37881,0,0,0,1,600,255,1,0),(161790,189981,571,1,1,5309.02,4437.11,-101.209,2.9845,0,0,0,1,600,255,1,0),(161789,189981,571,1,1,5277.8,3702.89,12.7941,1.76278,0,0,0,1,600,255,1,0),(161788,189981,571,1,1,5271.99,5251.52,-124.859,1.5708,0,0,0,1,600,255,1,0),(161787,189981,571,1,1,5232.45,4195.25,-93.5727,1.67551,0,0,0,1,600,255,1,0),(161786,189981,571,1,1,5226.19,4826.15,-132.704,-2.77507,0,0,0,1,600,255,1,0),(161785,189981,571,1,1,5199.74,5436.71,-81.6717,-0.69813,0,0,0,1,600,255,1,0),(161784,189981,571,1,1,5190.18,6023.39,-37.9963,-0.76794,0,0,0,1,600,255,1,0),(161783,189981,571,1,1,5171.4,3794.75,-12.2962,2.00713,0,0,0,1,600,255,1,0),(161782,189981,571,1,1,5159.02,5454.54,-88.2909,3.03684,0,0,0,1,600,255,1,0),(161781,189981,571,1,1,5128.38,4215.86,-83.4258,1.6057,0,0,0,1,600,255,1,0),(161780,189981,571,1,1,5125.49,6015.81,-50.0045,2.26892,0,0,0,1,600,255,1,0),(161779,189981,571,1,1,5105.15,4639.76,-135.884,-1.02974,0,0,0,1,600,255,1,0),(161778,189981,571,1,1,5094.27,5217.79,-88.322,-2.21656,0,0,0,1,600,255,1,0),(161777,189981,571,1,1,5093.57,4341.18,-82.7253,3.08918,0,0,0,1,600,255,1,0),(161776,189981,571,1,1,5086.37,5098.74,-134.572,2.07694,0,0,0,1,600,255,1,0),(161775,189981,571,1,1,5079.8,5468.13,-88.7503,-0.27925,0,0,0,1,600,255,1,0),(161774,189981,571,1,1,5062.48,5031.56,-131.003,-1.22173,0,0,0,1,600,255,1,0),(161773,189981,571,1,1,5062.38,4526.64,-96.4765,0.20944,0,0,0,1,600,255,1,0),(161772,189981,571,1,1,5056.29,4819.88,-132.884,-2.19912,0,0,0,1,600,255,1,0),(161771,189981,571,1,1,5054.91,4412.61,-92.8146,1.22173,0,0,0,1,600,255,1,0),(161770,189981,571,1,1,5052.43,5887.01,-69.4098,-1.69297,0,0,0,1,600,255,1,0),(161769,189981,571,1,1,5015.7,4691.84,-91.0594,1.43117,0,0,0,1,600,255,1,0),(161768,189981,571,1,1,5013.69,5436.41,-94.5146,-1.0821,0,0,0,1,600,255,1,0),(161767,189981,571,1,1,4993.83,4180.02,-79.1709,0.01745,0,0,0,1,600,255,1,0),(161766,189981,571,1,1,4988.2,5373.05,-94.5907,1.36136,0,0,0,1,600,255,1,0),(161765,189981,571,1,1,4927.28,4328.63,-72.9263,0.59341,0,0,0,1,600,255,1,0),(161764,189981,571,1,1,4884.83,4321.19,-54.8871,-3.00195,0,0,0,1,600,255,1,0),(161763,189981,571,1,1,4866.02,4570.89,-60.3061,2.00713,0,0,0,1,600,255,1,0),(161762,189981,571,1,1,4847.24,5953.83,-15.9588,-1.15192,0,0,0,1,600,255,1,0),(161761,189981,571,1,1,4846.78,5769.55,-57.8889,2.56563,0,0,0,1,600,255,1,0),(161760,189981,571,1,1,4837.23,4160.79,-3.6381,-0.62832,0,0,0,1,600,255,1,0),(161759,189981,571,1,1,4794.45,5895.83,-30.9455,2.44346,0,0,0,1,600,255,1,0),(161758,189981,571,1,1,4738.39,4691.45,-56.7589,0.50615,0,0,0,1,600,255,1,0),(161757,189981,571,1,1,4737.14,4847.46,-67.218,1.65806,0,0,0,1,600,255,1,0),(161756,189981,571,1,1,4732.57,5036.2,-54.9473,2.00713,0,0,0,1,600,255,1,0),(161755,189981,571,1,1,4732.28,5135.1,-53.4326,-1.51844,0,0,0,1,600,255,1,0),(161754,189981,571,1,1,4724.21,5107.49,-46.3651,-1.78023,0,0,0,1,600,255,1,0),(161753,189981,571,1,1,4722.86,5246.86,-42.0046,1.18682,0,0,0,1,600,255,1,0),(161752,189981,571,1,1,4716.54,4978.44,-44.2661,1.62316,0,0,0,1,600,255,1,0),(161751,189981,571,1,1,4709.27,4367.73,-31.7133,-0.76794,0,0,0,1,600,255,1,0),(161750,189981,571,1,1,4704.72,5425.79,-32.3253,1.79769,0,0,0,1,600,255,1,0),(161511,189980,571,1,1,6672.22,4932.34,-17.978,2.94959,0,0,0,1,600,255,1,0),(161510,189980,571,1,1,6659.69,4690.38,0.1829,1.78023,0,0,0,1,600,255,1,0),(161509,189980,571,1,1,6310,3957.29,109.057,-0.76794,0,0,0,1,600,255,1,0),(161508,189980,571,1,1,6302.94,5136.3,-81.6133,-3.01941,0,0,0,1,600,255,1,0),(161507,189980,571,1,1,6277.39,4221.15,-40.3804,0.59341,0,0,0,1,600,255,1,0),(161506,189980,571,1,1,6229.99,5392.57,-108.99,-2.9845,0,0,0,1,600,255,1,0),(161505,189980,571,1,1,6215.25,5172.35,-97.6636,0.24435,0,0,0,1,600,255,1,0),(161504,189980,571,1,1,6205.15,4325.34,-38.2094,-0.05236,0,0,0,1,600,255,1,0),(161503,189980,571,1,1,6174.17,5636.43,-22.3877,-1.93731,0,0,0,1,600,255,1,0),(161502,189980,571,1,3,6173.29,4609.01,-92.2689,-1.90241,0,0,0,1,600,255,1,0),(161501,189980,571,1,1,6167.44,5256.57,-127.884,0.89012,0,0,0,1,600,255,1,0),(161500,189980,571,1,1,6107,5455.44,-97.4798,2.93214,0,0,0,1,600,255,1,0),(161499,189980,571,1,1,6096.59,3644.3,143.128,-2.84488,0,0,0,1,600,255,1,0),(161498,189980,571,1,1,6084.56,4079.1,-46.7275,-2.30383,0,0,0,1,600,255,1,0),(161497,189980,571,1,1,6077.97,4860.72,-94.5449,-1.71042,0,0,0,1,600,255,1,0),(161496,189980,571,1,1,6053.3,4795.46,-92.8918,0.8203,0,0,0,1,600,255,1,0),(161495,189980,571,1,1,6037.1,4847.04,-93.403,-1.25664,0,0,0,1,600,255,1,0),(161494,189980,571,1,1,6001.92,4160.64,-71.2961,0.83776,0,0,0,1,600,255,1,0),(161493,189980,571,1,1,5945.59,4566.13,-99.452,1.69297,0,0,0,1,600,255,1,0),(161492,189980,571,1,1,5882.23,5916.37,-25.0905,-1.6057,0,0,0,1,600,255,1,0),(161491,189980,571,1,3,5861.32,4419.11,-89.7436,-3.07177,0,0,0,1,600,255,1,0),(161490,189980,571,1,1,5859.75,4020.99,-68.8248,0.10472,0,0,0,1,600,255,1,0),(161489,189980,571,1,1,5834,5370.13,-87.9156,-0.06981,0,0,0,1,600,255,1,0),(161488,189980,571,1,1,5827.04,4457.58,-130.453,1.64061,0,0,0,1,600,255,1,0),(161487,189980,571,1,1,5762.14,3502.19,8.5711,-0.5236,0,0,0,1,600,255,1,0),(161486,189980,571,1,1,5740.39,5960.09,-36.3629,0.5236,0,0,0,1,600,255,1,0),(161485,189980,571,1,1,5735.86,5612.5,-67.5912,-2.58308,0,0,0,1,600,255,1,0),(161484,189980,571,1,1,5721.06,3655.52,-25.2488,0.27925,0,0,0,1,600,255,1,0),(161483,189980,571,1,1,5721.06,3655.52,-25.2488,0.27925,0,0,0,1,600,255,1,0),(161482,189980,571,1,1,5704.43,3884.6,-72.5278,1.8675,0,0,0,1,600,255,1,0),(161481,189980,571,1,1,5684.08,5541.49,-72.1058,-1.64061,0,0,0,1,600,255,1,0),(161480,189980,571,1,1,5682.74,3538.94,-8.8133,-2.35619,0,0,0,1,600,255,1,0),(161479,189980,571,1,1,5679.05,5598.78,-73.9954,-0.97738,0,0,0,1,600,255,1,0),(161478,189980,571,1,1,5671.01,4389.62,-137.554,-1.46608,0,0,0,1,600,255,1,0),(161477,189980,571,1,3,5669.97,5463.91,-68.9469,2.89724,0,0,0,1,600,255,1,0),(161476,189980,571,1,1,5668.26,4118.6,-90.1961,2.37364,0,0,0,1,600,255,1,0),(161475,189980,571,1,1,5660.41,3699.91,-13.5126,-2.37364,0,0,0,1,600,255,1,0),(161474,189980,571,1,3,5656.22,6023.45,-28.9304,-1.88495,0,0,0,1,600,255,1,0),(161473,189980,571,1,1,5652.2,3981.09,-83.0324,-1.13446,0,0,0,1,600,255,1,0),(161472,189980,571,1,3,5608.65,3865.18,-99.3376,-1.91986,0,0,0,1,600,255,1,0),(161471,189980,571,1,1,5553.28,3666.73,-28.5651,-1.79769,0,0,0,1,600,255,1,0),(161470,189980,571,1,1,5537.92,4315.39,-130.214,-1.88495,0,0,0,1,600,255,1,0),(161469,189980,571,1,1,5529.63,4501.9,-132.392,-2.33874,0,0,0,1,600,255,1,0),(161468,189980,571,1,1,5528.73,4681.65,-127.088,0.43633,0,0,0,1,600,255,1,0),(161467,189980,571,1,1,5522.84,3836.81,-62.7052,2.04204,0,0,0,1,600,255,1,0),(161466,189980,571,1,1,5521.06,4926.98,-192.771,2.56563,0,0,0,1,600,255,1,0),(161465,189980,571,1,1,5509.58,3579.71,-12.9631,1.43117,0,0,0,1,600,255,1,0),(161464,189980,571,1,1,5494.62,5677.87,-97.2142,1.93731,0,0,0,1,600,255,1,0),(161463,189980,571,1,1,5483.64,4688.75,-122.003,0.8203,0,0,0,1,600,255,1,0),(161462,189980,571,1,1,5482.81,3505.6,7.2101,-2.68781,0,0,0,1,600,255,1,0),(161461,189980,571,1,1,5479.19,4193.7,-97.0735,0.80285,0,0,0,1,600,255,1,0),(161460,189980,571,1,1,5461.79,4916.51,-197.193,-0.62832,0,0,0,1,600,255,1,0),(161459,189980,571,1,1,5456.09,4679.77,-173.517,1.93731,0,0,0,1,600,255,1,0),(161458,189980,571,1,1,5455.97,5712.2,-102.766,-0.59341,0,0,0,1,600,255,1,0),(161457,189980,571,1,3,5451.86,5532.25,-101.77,0.22689,0,0,0,1,600,255,1,0),(161456,189980,571,1,1,5449.87,4089.35,-91.0623,1.88495,0,0,0,1,600,255,1,0),(161455,189980,571,1,1,5447.93,4519.89,-135.988,-1.67551,0,0,0,1,600,255,1,0),(161454,189980,571,1,1,5446.75,5166.05,-133.793,-3.07177,0,0,0,1,600,255,1,0),(161453,189980,571,1,1,5443.15,4694.67,-187.941,2.44346,0,0,0,1,600,255,1,0),(161452,189980,571,1,1,5434.91,3826.25,-65.5299,1.09956,0,0,0,1,600,255,1,0),(161451,189980,571,1,1,5418.62,4371.29,-137.676,1.55334,0,0,0,1,600,255,1,0),(161450,189980,571,1,1,5388.27,4753.33,-198.798,2.30383,0,0,0,1,600,255,1,0),(161449,189980,571,1,1,5385.53,4913.98,-195.354,1.83259,0,0,0,1,600,255,1,0),(161448,189980,571,1,1,5358.9,4514.82,-127.633,2.07694,0,0,0,1,600,255,1,0),(161447,189980,571,1,1,5354.23,4820.88,-198.88,1.6057,0,0,0,1,600,255,1,0),(161446,189980,571,1,1,5341.82,5396.05,-106.745,2.00713,0,0,0,1,600,255,1,0),(161445,189980,571,1,1,5338.95,4182.07,-94.2039,-2.93214,0,0,0,1,600,255,1,0),(161444,189980,571,1,1,5333.07,4300.51,-148.082,0.68068,0,0,0,1,600,255,1,0),(161443,189980,571,1,1,5331.86,4405.6,-126.997,-1.51844,0,0,0,1,600,255,1,0),(161442,189980,571,1,1,5325.52,6025.47,-16.2582,-0.83776,0,0,0,1,600,255,1,0),(161441,189980,571,1,1,5324.95,5368.98,-123.416,-1.37881,0,0,0,1,600,255,1,0),(161440,189980,571,1,1,5309.02,4437.11,-101.209,2.9845,0,0,0,1,600,255,1,0),(161439,189980,571,1,1,5277.8,3702.89,12.7941,1.76278,0,0,0,1,600,255,1,0),(161438,189980,571,1,1,5271.99,5251.52,-124.859,1.5708,0,0,0,1,600,255,1,0),(161437,189980,571,1,1,5232.45,4195.25,-93.5727,1.67551,0,0,0,1,600,255,1,0),(161436,189980,571,1,1,5226.19,4826.15,-132.704,-2.77507,0,0,0,1,600,255,1,0),(161435,189980,571,1,1,5199.74,5436.71,-81.6717,-0.69813,0,0,0,1,600,255,1,0),(161434,189980,571,1,1,5190.18,6023.39,-37.9963,-0.76794,0,0,0,1,600,255,1,0),(161433,189980,571,1,1,5171.4,3794.75,-12.2962,2.00713,0,0,0,1,600,255,1,0),(161432,189980,571,1,1,5159.02,5454.54,-88.2909,3.03684,0,0,0,1,600,255,1,0),(161431,189980,571,1,1,5128.38,4215.86,-83.4258,1.6057,0,0,0,1,600,255,1,0),(161430,189980,571,1,1,5125.49,6015.81,-50.0045,2.26892,0,0,0,1,600,255,1,0),(161429,189980,571,1,1,5105.15,4639.76,-135.884,-1.02974,0,0,0,1,600,255,1,0),(161428,189980,571,1,1,5094.27,5217.79,-88.322,-2.21656,0,0,0,1,600,255,1,0),(161427,189980,571,1,1,5093.57,4341.18,-82.7253,3.08918,0,0,0,1,600,255,1,0),(161426,189980,571,1,1,5086.37,5098.74,-134.572,2.07694,0,0,0,1,600,255,1,0),(161425,189980,571,1,1,5079.8,5468.13,-88.7503,-0.27925,0,0,0,1,600,255,1,0),(161424,189980,571,1,1,5062.48,5031.56,-131.003,-1.22173,0,0,0,1,600,255,1,0),(161423,189980,571,1,1,5062.38,4526.64,-96.4765,0.20944,0,0,0,1,600,255,1,0),(161422,189980,571,1,1,5056.29,4819.88,-132.884,-2.19912,0,0,0,1,600,255,1,0),(161421,189980,571,1,1,5054.91,4412.61,-92.8146,1.22173,0,0,0,1,600,255,1,0),(161420,189980,571,1,1,5052.43,5887.01,-69.4098,-1.69297,0,0,0,1,600,255,1,0),(161419,189980,571,1,1,5015.7,4691.84,-91.0594,1.43117,0,0,0,1,600,255,1,0),(161418,189980,571,1,1,5013.69,5436.41,-94.5146,-1.0821,0,0,0,1,600,255,1,0),(161417,189980,571,1,1,4993.83,4180.02,-79.1709,0.01745,0,0,0,1,600,255,1,0),(161416,189980,571,1,1,4988.2,5373.05,-94.5907,1.36136,0,0,0,1,600,255,1,0),(161415,189980,571,1,1,4927.28,4328.63,-72.9263,0.59341,0,0,0,1,600,255,1,0),(161414,189980,571,1,1,4884.83,4321.19,-54.8871,-3.00195,0,0,0,1,600,255,1,0),(161413,189980,571,1,1,4866.02,4570.89,-60.3061,2.00713,0,0,0,1,600,255,1,0),(161412,189980,571,1,1,4847.24,5953.83,-15.9588,-1.15192,0,0,0,1,600,255,1,0),(161411,189980,571,1,1,4846.78,5769.55,-57.8889,2.56563,0,0,0,1,600,255,1,0),(161410,189980,571,1,1,4837.23,4160.79,-3.6381,-0.62832,0,0,0,1,600,255,1,0),(161409,189980,571,1,1,4794.45,5895.83,-30.9455,2.44346,0,0,0,1,600,255,1,0),(161408,189980,571,1,1,4738.39,4691.45,-56.7589,0.50615,0,0,0,1,600,255,1,0),(161407,189980,571,1,1,4737.14,4847.46,-67.218,1.65806,0,0,0,1,600,255,1,0),(161406,189980,571,1,1,4732.57,5036.2,-54.9473,2.00713,0,0,0,1,600,255,1,0),(161405,189980,571,1,1,4732.28,5135.1,-53.4326,-1.51844,0,0,0,1,600,255,1,0),(161404,189980,571,1,1,4724.21,5107.49,-46.3651,-1.78023,0,0,0,1,600,255,1,0),(161403,189980,571,1,1,4722.86,5246.86,-42.0046,1.18682,0,0,0,1,600,255,1,0),(161402,189980,571,1,1,4716.54,4978.44,-44.2661,1.62316,0,0,0,1,600,255,1,0),(161401,189980,571,1,1,4709.27,4367.73,-31.7133,-0.76794,0,0,0,1,600,255,1,0),(161400,189980,571,1,1,4704.72,5425.79,-32.3253,1.79769,0,0,0,1,600,255,1,0),(162743,189981,571,1,1,7019.82,-1357.06,833.007,-0.68068,0,0,0,1,900,255,1,0),(162742,189981,571,1,1,7019.15,-776.146,732.361,-3.00195,0,0,0,1,900,255,1,0),(162463,189980,571,1,1,6657.53,-1251.14,397.563,-2.70526,0,0,0,1,900,255,1,0),(162462,189980,571,1,1,6646.55,-876.419,685.517,2.87979,0,0,0,1,900,255,1,0),(162741,189981,571,1,1,7010.06,90.342,814.849,0.34907,0,0,0,1,900,255,1,0),(162740,189981,571,1,1,7008.1,-503.726,745.189,-0.13962,0,0,0,1,900,255,1,0),(162453,189980,571,1,1,6344.36,-785.474,408.019,-1.8675,0,0,0,1,900,255,1,0),(162452,189980,571,1,1,5990.99,-621.435,374.311,-2.84488,0,0,0,1,900,255,1,0),(162739,189981,571,1,1,7005.42,-367.084,788.1,-0.83776,0,0,0,1,900,255,1,0),(162738,189981,571,1,1,7002.33,-19.649,811.049,-1.97222,0,0,0,1,900,255,1,0),(162737,189981,571,1,1,6996.86,34.22,810.485,2.60054,0,0,0,1,900,255,1,0),(162736,189981,571,1,1,6994.69,-804.125,736.488,-2.47837,0,0,0,1,900,255,1,0),(162735,189981,571,1,1,6986.34,-1293.41,820.291,-1.79769,0,0,0,1,900,255,1,0),(162734,189981,571,1,1,6983.3,-1221.08,809.737,2.96704,0,0,0,1,900,255,1,0),(162733,189981,571,1,1,6981.89,-1205.51,810.173,2.44346,0,0,0,1,900,255,1,0),(162732,189981,571,1,1,6979.51,-658.492,770.486,-2.94959,0,0,0,1,900,255,1,0),(162731,189981,571,1,1,6961.17,-6.584,809.179,-2.72271,0,0,0,1,900,255,1,0),(162730,189981,571,1,1,6927.97,-28.98,805.172,0.38397,0,0,0,1,900,255,1,0),(162729,189981,571,1,1,6900.31,-1523,359.912,-0.24435,0,0,0,1,900,255,1,0),(162728,189981,571,1,1,6879.43,-1237.15,810.259,1.39626,0,0,0,1,900,255,1,0),(162727,189981,571,1,1,6867.1,-3428.81,629.143,-1.44862,0,0,0,1,900,255,1,0),(162726,189981,571,1,1,6866.66,-1725.76,827.24,2.33874,0,0,0,1,900,255,1,0),(162725,189981,571,1,1,6847.58,-1230.78,806.654,2.04204,0,0,0,1,900,255,1,0),(162724,189981,571,1,1,6836.44,-1338.51,819.752,-3.07177,0,0,0,1,900,255,1,0),(162723,189981,571,1,1,6831.78,-1599.01,352.369,1.6057,0,0,0,1,900,255,1,0),(162722,189981,571,1,1,6821.42,-607.278,982.429,3.10665,0,0,0,1,900,255,1,0),(162721,189981,571,1,1,6816.01,-1364.55,819.675,1.46608,0,0,0,1,900,255,1,0),(162720,189981,571,1,1,6799.45,-1602.82,354.439,1.55334,0,0,0,1,900,255,1,0),(162719,189981,571,1,1,6756.1,-1530.5,369.068,0.48869,0,0,0,1,900,255,1,0),(162718,189981,571,1,1,6688.5,-1112.26,397.346,-0.76794,0,0,0,1,900,255,1,0),(162717,189981,571,1,1,6679.29,-1365.29,392.181,2.87979,0,0,0,1,900,255,1,0),(162716,189981,571,1,1,6677.08,-1207.99,398.83,-1.90241,0,0,0,1,900,255,1,0),(162715,189981,571,1,1,6675.33,-1195.82,398.54,-2.51327,0,0,0,1,900,255,1,0),(162714,189981,571,1,1,6666.78,-1032.98,413.802,-0.08727,0,0,0,1,900,255,1,0),(162713,189981,571,1,1,6657.53,-1251.14,397.563,-2.70526,0,0,0,1,900,255,1,0),(162712,189981,571,1,1,6646.55,-876.419,685.517,2.87979,0,0,0,1,900,255,1,0),(162711,189981,571,1,1,6600.02,-977.058,430.956,1.06465,0,0,0,1,900,255,1,0),(162710,189981,571,1,1,6596.6,-1356.01,410.087,1.25664,0,0,0,1,900,255,1,0),(162709,189981,571,1,1,6571,-1230.15,404.367,1.78023,0,0,0,1,900,255,1,0),(162708,189981,571,1,1,6571,-1230.15,404.367,1.78023,0,0,0,1,900,255,1,0),(162707,189981,571,1,1,6570.89,-1050.82,432.531,-1.36136,0,0,0,1,900,255,1,0),(162706,189981,571,1,1,6523.62,-1265.09,405.482,-1.58825,0,0,0,1,900,255,1,0),(162705,189981,571,1,1,6518.71,-1309.9,407.208,2.21656,0,0,0,1,900,255,1,0),(162704,189981,571,1,1,6394.66,-876.401,409.343,1.27409,0,0,0,1,900,255,1,0),(162703,189981,571,1,1,6344.36,-785.474,408.019,-1.8675,0,0,0,1,900,255,1,0),(162702,189981,571,1,1,5990.99,-621.435,374.311,-2.84488,0,0,0,1,900,255,1,0),(162701,189981,571,1,1,5990.06,-1015.17,446.638,2.19911,0,0,0,1,900,255,1,0),(162700,189981,571,1,1,5973.13,-678.799,384.303,-1.01229,0,0,0,1,900,255,1,0),(162559,189980,571,1,1,8636.96,-1181.42,539.129,-1.32645,0,0,0,1,900,255,1,0),(162558,189980,571,1,1,8569.77,-1292.15,544.906,1.43117,0,0,0,1,900,255,1,0),(162557,189980,571,1,1,8443.6,-1578.12,1038.25,0.15708,0,0,0,1,900,255,1,0),(162556,189980,571,1,1,8297.32,-1323.16,989.223,3.10665,0,0,0,1,900,255,1,0),(162555,189980,571,1,1,8292.72,-2688.02,1036.62,2.96704,0,0,0,1,900,255,1,0),(162554,189980,571,1,1,8286.56,-212.827,889.271,0.76794,0,0,0,1,900,255,1,0),(162451,189980,571,1,1,5990.06,-1015.17,446.638,2.19911,0,0,0,1,900,255,1,0),(162450,189980,571,1,1,5973.13,-678.799,384.303,-1.01229,0,0,0,1,900,255,1,0),(162553,189980,571,1,1,8239.63,-2988.43,1087.36,0.73304,0,0,0,1,900,255,1,0),(162552,189980,571,1,1,8223.97,-674.648,933.066,2.26892,0,0,0,1,900,255,1,0),(162551,189980,571,1,1,8196.15,-2734.56,1036.62,-2.84488,0,0,0,1,900,255,1,0),(162550,189980,571,1,1,8191.02,-2794.48,1044.14,-2.75761,0,0,0,1,900,255,1,0),(162549,189980,571,1,1,8184.4,-2399.48,1139.64,-0.69813,0,0,0,1,900,255,1,0),(162548,189980,571,1,1,8182.39,-729.494,929.576,1.3439,0,0,0,1,900,255,1,0),(162547,189980,571,1,1,8153.25,-392.846,1020.5,-2.94959,0,0,0,1,900,255,1,0),(162546,189980,571,1,1,8136.27,-286.253,867.359,2.37364,0,0,0,1,900,255,1,0),(162545,189980,571,1,3,8126.96,-1265.3,1018.43,-0.99484,0,0,0,1,900,255,1,0),(162544,189980,571,1,1,8125.98,-218.974,848.504,-1.09956,0,0,0,1,900,255,1,0),(162543,189980,571,1,1,8106.1,-2241.15,1167.39,-0.34907,0,0,0,1,900,255,1,0),(162542,189980,571,1,1,8069.04,-2777.4,1050.31,-1.23918,0,0,0,1,900,255,1,0),(162541,189980,571,1,1,8016.46,-2395.76,1161.83,-0.66322,0,0,0,1,900,255,1,0),(162540,189980,571,1,1,7923.45,-2642.3,1139.84,0.41888,0,0,0,1,900,255,1,0),(162539,189980,571,1,1,7908.77,124.441,1030.64,-0.75049,0,0,0,1,900,255,1,0),(162538,189980,571,1,1,7854.36,49.873,1010.96,2.02458,0,0,0,1,900,255,1,0),(162537,189980,571,1,1,7828.84,-115.694,886.169,-1.25664,0,0,0,1,900,255,1,0),(162536,189980,571,1,1,7808.35,-82.079,880.268,1.55334,0,0,0,1,900,255,1,0),(162535,189980,571,1,1,7776.04,-3094.28,917.448,0.97738,0,0,0,1,900,255,1,0),(162534,189980,571,1,1,7751.97,-268.932,919.118,-2.19912,0,0,0,1,900,255,1,0),(162533,189980,571,1,1,7705.49,-3346.28,889.608,-0.06981,0,0,0,1,900,255,1,0),(162532,189980,571,1,1,7610.48,-1368.06,958.4,-1.50098,0,0,0,1,900,255,1,0),(162531,189980,571,1,2,7471.3,-2436.7,759.912,-2.72271,0,0,0,1,900,255,1,0),(162530,189980,571,1,4,7440.67,-2350.95,758.854,-2.58308,0,0,0,1,900,255,1,0),(162476,189980,571,1,1,6866.66,-1725.76,827.24,2.33874,0,0,0,1,900,255,1,0),(162475,189980,571,1,1,6847.58,-1230.78,806.654,2.04204,0,0,0,1,900,255,1,0),(162474,189980,571,1,1,6836.44,-1338.51,819.752,-3.07177,0,0,0,1,900,255,1,0),(162473,189980,571,1,1,6831.78,-1599.01,352.369,1.6057,0,0,0,1,900,255,1,0),(162529,189980,571,1,1,7425.51,-124.863,794.245,-1.06465,0,0,0,1,900,255,1,0),(162528,189980,571,1,4,7407.63,-3292.64,865.917,1.25664,0,0,0,1,900,255,1,0),(162527,189980,571,1,1,7402.41,-2801.71,771.389,2.68781,0,0,0,1,900,255,1,0),(162526,189980,571,1,4,7375.28,-2741.83,755.017,1.23918,0,0,0,1,900,255,1,0),(162525,189980,571,1,8,7343.63,-3631.95,827.068,2.86233,0,0,0,1,900,255,1,0),(162524,189980,571,1,4,7310.65,-2244.92,759.653,2.79252,0,0,0,1,900,255,1,0),(162523,189980,571,1,4,7308.59,-2918.88,829.274,2.18166,0,0,0,1,900,255,1,0),(162522,189980,571,1,1,7301.97,-1076.27,922.833,2.77507,0,0,0,1,900,255,1,0),(162521,189980,571,1,1,7290.68,-158.387,791.699,0.97738,0,0,0,1,900,255,1,0),(162520,189980,571,1,3,7263.25,-2858.31,784.963,3.05433,0,0,0,1,900,255,1,0),(162472,189980,571,1,1,6821.42,-607.278,982.429,3.10665,0,0,0,1,900,255,1,0),(162471,189980,571,1,1,6816.01,-1364.55,819.675,1.46608,0,0,0,1,900,255,1,0),(162519,189980,571,1,4,7253.56,-2213.5,765.619,0.20944,0,0,0,1,900,255,1,0),(162518,189980,571,1,1,7247.44,-1258.09,922.469,0.12217,0,0,0,1,900,255,1,0),(162469,189980,571,1,1,6756.1,-1530.5,369.068,0.48869,0,0,0,1,900,255,1,0),(162468,189980,571,1,1,6688.5,-1112.26,397.346,-0.76794,0,0,0,1,900,255,1,0),(162517,189980,571,1,2,7233.57,-3542.98,834.774,1.64061,0,0,0,1,900,255,1,0),(162516,189980,571,1,1,7224.43,-993.775,926.922,-2.53072,0,0,0,1,900,255,1,0),(162515,189980,571,1,8,7216.89,-3691.29,822.22,1.95477,0,0,0,1,900,255,1,0),(162514,189980,571,1,4,7201.29,-1976.74,771.915,2.70526,0,0,0,1,900,255,1,0),(162461,189980,571,1,1,6600.02,-977.058,430.956,1.06465,0,0,0,1,900,255,1,0),(162460,189980,571,1,1,6596.6,-1356.01,410.087,1.25664,0,0,0,1,900,255,1,0),(162459,189980,571,1,1,6571,-1230.15,404.367,1.78023,0,0,0,1,900,255,1,0),(162458,189980,571,1,1,6571,-1230.15,404.367,1.78023,0,0,0,1,900,255,1,0),(162513,189980,571,1,4,7191.42,-2963.44,863.347,0.71558,0,0,0,1,900,255,1,0),(163224,189980,571,1,1,6038.56,2326.35,514.513,1.69297,0,0,0,1,600,255,1,0),(162511,189980,571,1,1,7187.29,-1305.36,946.459,0.10472,0,0,0,1,900,255,1,0),(162510,189980,571,1,4,7177.67,-2048.25,768.82,-2.05949,0,0,0,1,900,255,1,0),(162509,189980,571,1,1,7171.05,-232.757,808.581,-0.92502,0,0,0,1,900,255,1,0),(162508,189980,571,1,4,7170.76,-2087.91,771.997,-2.07694,0,0,0,1,900,255,1,0),(162507,189980,571,1,1,7169.14,-1110.03,933.994,2.56563,0,0,0,1,900,255,1,0),(162506,189980,571,1,4,7160.35,-2126.89,762.291,-1.309,0,0,0,1,900,255,1,0),(162505,189980,571,1,8,7142.31,-3636.81,841.763,2.72271,0,0,0,1,900,255,1,0),(162504,189980,571,1,4,7134.02,-2760.25,786.906,0.22689,0,0,0,1,900,255,1,0),(162503,189980,571,1,1,7122.95,-1096.95,928.457,0.61086,0,0,0,1,900,255,1,0),(162502,189980,571,1,1,7110.42,-543.947,739.837,-0.73304,0,0,0,1,900,255,1,0),(162501,189980,571,1,2,7109.33,-2248.94,760.053,2.18166,0,0,0,1,900,255,1,0),(162500,189980,571,1,1,7108.71,-390.674,785.422,-2.60054,0,0,0,1,900,255,1,0),(162499,189980,571,1,4,7080.04,-2724.64,756.814,-2.00713,0,0,0,1,900,255,1,0),(162498,189980,571,1,1,7075.71,-1920.55,774.867,0.89012,0,0,0,1,900,255,1,0),(162497,189980,571,1,1,7075.71,-1920.55,774.867,0.89012,0,0,0,1,900,255,1,0),(162496,189980,571,1,3,7052.57,-1106.91,934.503,0.48869,0,0,0,1,900,255,1,0),(162495,189980,571,1,1,7051.36,-2016.77,769.801,-0.7854,0,0,0,1,900,255,1,0),(162494,189980,571,1,3,7032.89,-1319.14,820.829,0.5236,0,0,0,1,900,255,1,0),(162493,189980,571,1,1,7019.82,-1357.06,833.007,-0.68068,0,0,0,1,900,255,1,0),(162492,189980,571,1,1,7019.15,-776.146,732.361,-3.00195,0,0,0,1,900,255,1,0),(162491,189980,571,1,1,7010.06,90.342,814.849,0.34907,0,0,0,1,900,255,1,0),(162490,189980,571,1,1,7008.1,-503.726,745.189,-0.13962,0,0,0,1,900,255,1,0),(162489,189980,571,1,1,7005.42,-367.084,788.1,-0.83776,0,0,0,1,900,255,1,0),(162488,189980,571,1,1,7002.33,-19.649,811.049,-1.97222,0,0,0,1,900,255,1,0),(162487,189980,571,1,1,6996.86,34.22,810.485,2.60054,0,0,0,1,900,255,1,0),(162486,189980,571,1,1,6994.69,-804.125,736.488,-2.47837,0,0,0,1,900,255,1,0),(162485,189980,571,1,1,6986.34,-1293.41,820.291,-1.79769,0,0,0,1,900,255,1,0),(162484,189980,571,1,1,6983.3,-1221.08,809.737,2.96704,0,0,0,1,900,255,1,0),(162483,189980,571,1,1,6981.89,-1205.51,810.173,2.44346,0,0,0,1,900,255,1,0),(162482,189980,571,1,1,6979.51,-658.492,770.486,-2.94959,0,0,0,1,900,255,1,0),(162457,189980,571,1,1,6570.89,-1050.82,432.531,-1.36136,0,0,0,1,900,255,1,0),(162456,189980,571,1,1,6523.62,-1265.09,405.482,-1.58825,0,0,0,1,900,255,1,0),(162481,189980,571,1,1,6961.17,-6.584,809.179,-2.72271,0,0,0,1,900,255,1,0),(162480,189980,571,1,1,6927.97,-28.98,805.172,0.38397,0,0,0,1,900,255,1,0),(163223,189980,571,1,1,5967.89,1850.52,630.557,-0.5236,0,0,0,1,600,255,1,0),(163222,189980,571,1,1,5961.09,2412.07,519.922,2.51327,0,0,0,1,600,255,1,0),(163628,189981,571,1,1,6466.4,648.508,428.804,1.79769,0,0,0,1,600,255,1,0),(163627,189981,571,1,1,6466.15,137.682,444.719,2.35619,0,0,0,1,600,255,1,0),(121148,189981,571,1,1,5010.67,1804.19,678.496,-2.86233,0,0,0,1,180,100,1,0),(121149,191133,571,1,1,5010.67,1804.19,678.496,-2.86233,0,0,0,1,180,100,1,0),(163626,189981,571,1,1,6448.21,1897.02,515.36,0.36652,0,0,0,1,600,255,1,0),(163625,189981,571,1,1,6171.92,2015.67,531.432,-1.43117,0,0,0,1,600,255,1,0),(163239,189980,571,1,1,6557.07,284.192,401.789,0.73304,0,0,0,1,600,255,1,0),(163238,189980,571,1,1,6554.23,332.83,411.567,0.13962,0,0,0,1,600,255,1,0),(163624,189981,571,1,1,6038.56,2326.35,514.513,1.69297,0,0,0,1,600,255,1,0),(163623,189981,571,1,1,5967.89,1850.52,630.557,-0.5236,0,0,0,1,600,255,1,0),(163271,189980,571,1,1,6781.04,1131.43,278.614,2.04204,0,0,0,1,600,255,1,0),(163270,189980,571,1,1,6774.69,499.547,410.733,-0.97738,0,0,0,1,600,255,1,0),(163269,189980,571,1,1,6766.01,2936.86,456.135,-2.00713,0,0,0,1,600,255,1,0),(163268,189980,571,1,1,6758.73,585.806,425.657,0.2618,0,0,0,1,600,255,1,0),(163267,189980,571,1,1,6756.57,2694.84,427.835,-2.80998,0,0,0,1,600,255,1,0),(163266,189980,571,1,1,6755.39,974.467,312.33,-2.19912,0,0,0,1,600,255,1,0),(163622,189981,571,1,1,5961.09,2412.07,519.922,2.51327,0,0,0,1,600,255,1,0),(163621,189981,571,1,1,5957.89,2517.91,537.277,1.09956,0,0,0,1,600,255,1,0),(163620,189981,571,1,1,5941.55,1912.96,567.54,0.97738,0,0,0,1,600,255,1,0),(163619,189981,571,1,1,5914.5,2015.98,516.339,2.93214,0,0,0,1,600,255,1,0),(163618,189981,571,1,1,5894.7,1913.14,-345.937,-2.07694,0,0,0,1,600,255,1,0),(163617,189981,571,1,1,5890.5,1915.92,-345.982,-1.76278,0,0,0,1,600,255,1,0),(163616,189981,571,1,1,5890.5,1915.92,-345.982,-1.76278,0,0,0,1,600,255,1,0),(163615,189981,571,1,1,5857.44,1936.72,510.884,0.17453,0,0,0,1,600,255,1,0),(163265,189980,571,1,1,6755.16,1224.16,276.844,0.34907,0,0,0,1,600,255,1,0),(163264,189980,571,1,1,6754.8,575.615,425.39,-1.41372,0,0,0,1,600,255,1,0),(163614,189981,571,1,1,5843.15,2256.14,520.155,-1.06465,0,0,0,1,600,255,1,0),(163613,189981,571,1,1,5842.43,1858.81,-345.3,-2.68781,0,0,0,1,600,255,1,0),(163263,189980,571,1,1,6754.17,2342.52,442.688,-2.09439,0,0,0,1,600,255,1,0),(163262,189980,571,1,1,6753.93,328.981,442.229,0.92502,0,0,0,1,600,255,1,0),(163612,189981,571,1,1,5826.98,1863.07,-345.809,1.90241,0,0,0,1,600,255,1,0),(163611,189981,571,1,1,5808.93,2268.29,523.321,2.53072,0,0,0,1,600,255,1,0),(163221,189980,571,1,1,5957.89,2517.91,537.277,1.09956,0,0,0,1,600,255,1,0),(163220,189980,571,1,1,5941.55,1912.96,567.54,0.97738,0,0,0,1,600,255,1,0),(164004,191133,571,1,1,5665.19,1897.49,519.675,2.93214,0,0,0,1,600,255,1,0),(164003,191133,571,1,1,5636.89,1931.16,517.353,-1.50098,0,0,0,1,600,255,1,0),(164002,191133,571,1,1,7980.81,3096.6,635.485,-3.01941,0,0,0,1,600,255,1,0),(164001,191133,571,1,1,6939.15,2862.69,435.141,1.5708,0,0,0,1,600,255,1,0),(163610,189981,571,1,1,5790.74,2214.07,515.154,1.309,0,0,0,1,600,255,1,0),(163609,189981,571,1,1,5775.48,2081.83,-342.742,0.71559,0,0,0,1,600,255,1,0),(163608,189981,571,1,1,5753.73,2282.75,533.972,-1.53589,0,0,0,1,600,255,1,0),(163607,189981,571,1,1,5749.15,2086.66,-343.52,-2.09439,0,0,0,1,600,255,1,0),(163606,189981,571,1,1,5711.61,2071.07,-340.74,-1.15192,0,0,0,1,600,255,1,0),(163605,189981,571,1,1,5706.65,2046.59,-339.659,-2.3911,0,0,0,1,600,255,1,0),(163604,189981,571,1,1,5665.19,1897.49,519.675,2.93214,0,0,0,1,600,255,1,0),(163603,189981,571,1,1,5636.89,1931.16,517.353,-1.50098,0,0,0,1,600,255,1,0),(163602,189981,571,1,1,7980.81,3096.6,635.485,-3.01941,0,0,0,1,600,255,1,0),(163601,189981,571,1,1,6939.15,2862.69,435.141,1.5708,0,0,0,1,600,255,1,0),(163600,189981,571,1,1,6674.63,1332.35,299.6,-1.3439,0,0,0,1,600,255,1,0),(163434,189980,571,1,256,6831.54,2201.45,663.294,2.9845,0,0,0,1,600,255,1,0),(163766,189981,571,1,1,7772.45,796.567,517.569,0.41888,0,0,0,1,600,255,1,0),(163765,189981,571,1,1,7765.6,2713.19,409.25,2.68781,0,0,0,1,600,255,1,0),(163433,189980,571,1,256,6522.39,2173.17,509.07,-3.10665,0,0,0,1,600,255,1,0),(163432,189980,571,1,256,6166.92,2004.08,541.962,1.79769,0,0,0,1,600,255,1,0),(163431,189980,571,1,64,7070.15,3508.67,733.436,-1.22173,0,0,0,1,600,255,1,0),(163430,189980,571,1,64,6803.91,3634.24,743.453,-0.33161,0,0,0,1,600,255,1,0),(163429,189980,571,1,5,5966.52,1908.87,580.817,0.71559,0,0,0,1,600,255,1,0),(163428,189980,571,1,5,5889.07,2160.36,515.002,-2.47837,0,0,0,1,600,255,1,0),(163427,189980,571,1,5,5877.63,1942.75,518.37,-0.27925,0,0,0,1,600,255,1,0),(163426,189980,571,1,4,7828.47,1809.7,348.065,0.43633,0,0,0,1,600,255,1,0),(163425,189980,571,1,4,7566.93,1642.53,348.215,1.09956,0,0,0,1,600,255,1,0),(163424,189980,571,1,3,8149.28,2384.14,510.609,2.51327,0,0,0,1,600,255,1,0),(163423,189980,571,1,3,7332.59,3024.4,440.859,-1.22173,0,0,0,1,600,255,1,0),(163422,189980,571,1,3,5715.87,2059.13,-340.391,-2.25147,0,0,0,1,600,255,1,0),(163201,189980,571,1,1,6939.15,2862.69,435.141,1.5708,0,0,0,1,600,255,1,0),(163200,189980,571,1,1,6674.63,1332.35,299.6,-1.3439,0,0,0,1,600,255,1,0),(163421,189980,571,1,2,6691.89,1520.67,466.38,-2.07694,0,0,0,1,600,255,1,0),(163420,189980,571,1,2,6367.61,1682.05,548.518,-0.83776,0,0,0,1,600,255,1,0),(163419,189980,571,1,2,5996.65,2335.77,518.032,-0.5585,0,0,0,1,600,255,1,0),(163418,189980,571,1,2,5915.75,1990.67,518.82,-2.9845,0,0,0,1,600,255,1,0),(163417,189980,571,1,1,8707.63,1008.05,443.877,0.89012,0,0,0,1,600,255,1,0),(163416,189980,571,1,1,8698.68,909.67,496.371,-0.71559,0,0,0,1,600,255,1,0),(163415,189980,571,1,1,8579.11,1431.44,615.512,2.37364,0,0,0,1,600,255,1,0),(163414,189980,571,1,1,8523.81,1290.22,623.783,-3.00195,0,0,0,1,600,255,1,0),(163261,189980,571,1,1,6751.8,1325.14,285.589,-1.6057,0,0,0,1,600,255,1,0),(163260,189980,571,1,1,6748.57,2727.22,435.554,1.22173,0,0,0,1,600,255,1,0),(163764,189981,571,1,1,7764.36,1088.72,395.619,-0.61086,0,0,0,1,600,255,1,0),(163763,189981,571,1,1,7744.65,1779.4,338.061,3.03684,0,0,0,1,600,255,1,0),(163413,189980,571,1,1,8478.73,1445.28,650.455,1.25664,0,0,0,1,600,255,1,0),(163412,189980,571,1,1,8478.73,1445.28,641.201,1.25664,0,0,0,1,600,255,1,0),(163219,189980,571,1,1,5914.5,2015.98,516.339,2.93214,0,0,0,1,600,255,1,0),(163218,189980,571,1,1,5894.7,1913.14,-345.937,-2.07694,0,0,0,1,600,255,1,0),(163411,189980,571,1,1,8450.06,1675.78,701.855,-2.04204,0,0,0,1,600,255,1,0),(163410,189980,571,1,1,8308.63,3014.36,679.283,1.44862,0,0,0,1,600,255,1,0),(163409,189980,571,1,1,8292.69,2611.04,718.001,-2.93214,0,0,0,1,600,255,1,0),(163408,189980,571,1,1,8266.34,1755.56,580.521,-2.91469,0,0,0,1,600,255,1,0),(163762,189981,571,1,1,7733.94,1814.48,349.628,-1.88495,0,0,0,1,600,255,1,0),(163761,189981,571,1,1,7726.39,1305.62,341.838,-2.96704,0,0,0,1,600,255,1,0),(163259,189980,571,1,1,6737.77,586.034,425.384,1.48353,0,0,0,1,600,255,1,0),(163258,189980,571,1,1,6734.88,1458.5,403.872,0.31416,0,0,0,1,600,255,1,0),(163407,189980,571,1,1,8253.71,1842.5,563.077,1.44862,0,0,0,1,600,255,1,0),(163406,189980,571,1,1,8242.54,1257.54,741.177,-1.37881,0,0,0,1,600,255,1,0),(163257,189980,571,1,1,6725.16,570.259,424.529,-2.46091,0,0,0,1,600,255,1,0),(163256,189980,571,1,1,6717.32,1228.8,275.079,-2.86234,0,0,0,1,600,255,1,0),(163255,189980,571,1,1,6710.98,644.3,412.474,-1.29154,0,0,0,1,600,255,1,0),(163254,189980,571,1,1,6696.4,743.905,396.964,-0.12217,0,0,0,1,600,255,1,0),(163760,189981,571,1,1,7720.6,1424.71,353.361,-1.62316,0,0,0,1,600,255,1,0),(163759,189981,571,1,1,7712.26,1282.21,339.281,1.83259,0,0,0,1,600,255,1,0),(163217,189980,571,1,1,5890.5,1915.92,-345.982,-1.76278,0,0,0,1,600,255,1,0),(163216,189980,571,1,1,5890.5,1915.92,-345.982,-1.76278,0,0,0,1,600,255,1,0),(163215,189980,571,1,1,5857.44,1936.72,510.884,0.17453,0,0,0,1,600,255,1,0),(163214,189980,571,1,1,5843.15,2256.14,520.155,-1.06465,0,0,0,1,600,255,1,0),(163405,189980,571,1,1,8207.79,1281.01,775.651,-0.87266,0,0,0,1,600,255,1,0),(163404,189980,571,1,1,8168.02,1303.41,793.594,0.15708,0,0,0,1,600,255,1,0),(163403,189980,571,1,1,8162.18,1286.7,785.962,2.33874,0,0,0,1,600,255,1,0),(163402,189980,571,1,1,8161.5,1561.79,613.813,2.05949,0,0,0,1,600,255,1,0),(163401,189980,571,1,1,8160.79,1539.71,630.592,0.76794,0,0,0,1,600,255,1,0),(163400,189980,571,1,1,8150.7,1169.64,687.532,-0.83776,0,0,0,1,600,255,1,0),(163758,189981,571,1,1,7689.89,553.471,698.62,0.68068,0,0,0,1,600,255,1,0),(163757,189981,571,1,1,7689.33,3181.03,578.833,0.40143,0,0,0,1,600,255,1,0),(163756,189981,571,1,1,7688.26,1386.79,347.29,-1.91986,0,0,0,1,600,255,1,0),(163755,189981,571,1,1,7687.9,3554.85,736.615,1.01229,0,0,0,1,600,255,1,0),(164000,191133,571,1,1,6674.63,1332.35,299.6,-1.3439,0,0,0,1,600,255,1,0),(163834,189981,571,1,256,6831.54,2201.45,663.294,2.9845,0,0,0,1,600,255,1,0),(121260,189981,571,1,1,5112.76,1896.37,712.176,-2.47837,0,0,0,1,180,255,1,0),(121261,191133,571,1,1,5112.76,1896.37,712.176,-2.47837,0,0,0,1,180,255,1,0),(163399,189980,571,1,1,8128.21,1460.34,698.17,0.20944,0,0,0,1,600,255,1,0),(163398,189980,571,1,1,8078.37,1646.49,553.938,1.97222,0,0,0,1,600,255,1,0),(163397,189980,571,1,1,8050.09,2858.94,510.469,-1.65806,0,0,0,1,600,255,1,0),(163396,189980,571,1,1,8044.05,1805.05,409.034,2.09439,0,0,0,1,600,255,1,0),(163395,189980,571,1,1,8006.93,1907.34,380.708,-1.13446,0,0,0,1,600,255,1,0),(163394,189980,571,1,1,7980.9,1539.41,467.71,1.46608,0,0,0,1,600,255,1,0),(163393,189980,571,1,1,7963.19,2787.48,525.188,-1.83259,0,0,0,1,600,255,1,0),(163392,189980,571,1,1,7958.13,1927.86,367.054,3.05433,0,0,0,1,600,255,1,0),(163391,189980,571,1,1,7941.5,1706.58,371.817,-0.27925,0,0,0,1,600,255,1,0),(163390,189980,571,1,1,7940.26,3483.75,694.053,-1.65806,0,0,0,1,600,255,1,0),(163389,189980,571,1,1,7937.93,1442.64,520.466,2.26892,0,0,0,1,600,255,1,0),(163388,189980,571,1,1,7935.66,1579.35,411.484,-1.91986,0,0,0,1,600,255,1,0),(163833,189981,571,1,256,6522.39,2173.17,509.07,-3.10665,0,0,0,1,600,255,1,0),(163832,189981,571,1,256,6166.92,2004.08,541.962,1.79769,0,0,0,1,600,255,1,0),(163831,189981,571,1,64,7070.15,3508.67,733.436,-1.22173,0,0,0,1,600,255,1,0),(163830,189981,571,1,64,6803.91,3634.24,743.453,-0.33161,0,0,0,1,600,255,1,0),(163829,189981,571,1,5,5966.52,1908.87,580.817,0.71559,0,0,0,1,600,255,1,0),(163828,189981,571,1,5,5889.07,2160.36,515.002,-2.47837,0,0,0,1,600,255,1,0),(163827,189981,571,1,5,5877.63,1942.75,518.37,-0.27925,0,0,0,1,600,255,1,0),(163826,189981,571,1,4,7828.47,1809.7,348.065,0.43633,0,0,0,1,600,255,1,0),(121282,189981,571,1,65,5073.55,1900.11,672.424,1.18682,0,0,0,1,180,255,1,0),(121283,191133,571,1,65,5073.55,1900.11,672.424,1.18682,0,0,0,1,180,255,1,0),(163213,189980,571,1,1,5842.43,1858.81,-345.3,-2.68781,0,0,0,1,600,255,1,0),(163212,189980,571,1,1,5826.98,1863.07,-345.809,1.90241,0,0,0,1,600,255,1,0),(163387,189980,571,1,1,7930.31,2802.01,499.503,-2.44346,0,0,0,1,600,255,1,0),(163386,189980,571,1,1,7926.21,2439.34,411.385,2.67035,0,0,0,1,600,255,1,0),(163754,189981,571,1,1,7685.3,1256.03,341.566,-2.30383,0,0,0,1,600,255,1,0),(163753,189981,571,1,1,7679.02,1021.26,471.182,1.83259,0,0,0,1,600,255,1,0),(163825,189981,571,1,4,7566.93,1642.53,348.215,1.09956,0,0,0,1,600,255,1,0),(163824,189981,571,1,3,8149.28,2384.14,510.609,2.51327,0,0,0,1,600,255,1,0),(163752,189981,571,1,1,7678.12,2818.93,444.879,2.42601,0,0,0,1,600,255,1,0),(163751,189981,571,1,1,7664.28,1709.21,333.701,1.85005,0,0,0,1,600,255,1,0),(163385,189980,571,1,1,7915.38,2484.85,405.524,0.73304,0,0,0,1,600,255,1,0),(163384,189980,571,1,1,7894.1,1533.87,396.862,-3.07177,0,0,0,1,600,255,1,0),(163823,189981,571,1,3,7332.59,3024.4,440.859,-1.22173,0,0,0,1,600,255,1,0),(163822,189981,571,1,3,5715.87,2059.13,-340.391,-2.25147,0,0,0,1,600,255,1,0),(163750,189981,571,1,1,7656.88,1786.75,350.272,-2.51327,0,0,0,1,600,255,1,0),(163749,189981,571,1,1,7656.88,1786.75,350.272,-2.51327,0,0,0,1,600,255,1,0),(163748,189981,571,1,1,7653.1,2792.67,414.985,0.12217,0,0,0,1,600,255,1,0),(163747,189981,571,1,1,7633.18,716.693,484.584,1.88495,0,0,0,1,600,255,1,0),(163821,189981,571,1,2,6691.89,1520.67,466.38,-2.07694,0,0,0,1,600,255,1,0),(163820,189981,571,1,2,6367.61,1682.05,548.518,-0.83776,0,0,0,1,600,255,1,0),(163819,189981,571,1,2,5996.65,2335.77,518.032,-0.5585,0,0,0,1,600,255,1,0),(163818,189981,571,1,2,5915.75,1990.67,518.82,-2.9845,0,0,0,1,600,255,1,0),(163383,189980,571,1,1,7867.16,1550.81,378.174,0.27925,0,0,0,1,600,255,1,0),(163382,189980,571,1,1,7857.74,1414.6,439.167,-2.25147,0,0,0,1,600,255,1,0),(163381,189980,571,1,1,7854.1,1125.91,395.619,1.88495,0,0,0,1,600,255,1,0),(163380,189980,571,1,1,7848.73,1108.21,395.61,2.74016,0,0,0,1,600,255,1,0),(163253,189980,571,1,1,6691.89,1520.67,466.38,-2.07694,0,0,0,1,600,255,1,0),(163252,189980,571,1,1,6672.16,1189.57,273.26,-2.49582,0,0,0,1,600,255,1,0),(163379,189980,571,1,1,7845.01,3354.72,736.624,0.8203,0,0,0,1,600,255,1,0),(163378,189980,571,1,1,7834.56,818.007,501.709,-0.92502,0,0,0,1,600,255,1,0),(163251,189980,571,1,1,6664.98,615.527,410.019,-2.86233,0,0,0,1,600,255,1,0),(163250,189980,571,1,1,6662.22,573.318,406.858,-0.41888,0,0,0,1,600,255,1,0),(163817,189981,571,1,1,8707.63,1008.05,443.877,0.89012,0,0,0,1,600,255,1,0),(163816,189981,571,1,1,8698.68,909.67,496.371,-0.71559,0,0,0,1,600,255,1,0),(163815,189981,571,1,1,8579.11,1431.44,615.512,2.37364,0,0,0,1,600,255,1,0),(163814,189981,571,1,1,8523.81,1290.22,623.783,-3.00195,0,0,0,1,600,255,1,0),(163377,189980,571,1,1,7833.48,3008.13,536.272,-1.20428,0,0,0,1,600,255,1,0),(163376,189980,571,1,1,7822.42,696.106,554,1.01229,0,0,0,1,600,255,1,0),(163211,189980,571,1,1,5808.93,2268.29,523.321,2.53072,0,0,0,1,600,255,1,0),(163210,189980,571,1,1,5790.74,2214.07,515.154,1.309,0,0,0,1,600,255,1,0),(163746,189981,571,1,1,7607.16,1752.61,339.957,0.15708,0,0,0,1,600,255,1,0),(163745,189981,571,1,1,7595.12,1891.1,371.232,-2.72271,0,0,0,1,600,255,1,0),(163209,189980,571,1,1,5775.48,2081.83,-342.742,0.71559,0,0,0,1,600,255,1,0),(163208,189980,571,1,1,5753.73,2282.75,533.972,-1.53589,0,0,0,1,600,255,1,0),(163375,189980,571,1,1,7819.7,1132.74,395.619,-3.07177,0,0,0,1,600,255,1,0),(163374,189980,571,1,1,7805.9,943.421,451.621,-1.09956,0,0,0,1,600,255,1,0),(163373,189980,571,1,1,7793.37,1526.29,363.607,0.48869,0,0,0,1,600,255,1,0),(163372,189980,571,1,1,7784.99,1043.74,395.619,1.88495,0,0,0,1,600,255,1,0),(163371,189980,571,1,1,7781.56,1106.51,395.667,2.54818,0,0,0,1,600,255,1,0),(163370,189980,571,1,1,7779.62,1830.56,356.359,-2.53072,0,0,0,1,600,255,1,0),(163813,189981,571,1,1,8478.73,1445.28,650.455,1.25664,0,0,0,1,600,255,1,0),(163812,189981,571,1,1,8478.73,1445.28,641.201,1.25664,0,0,0,1,600,255,1,0),(163369,189980,571,1,1,7774.56,2665.08,405.825,-0.66322,0,0,0,1,600,255,1,0),(163368,189980,571,1,1,7774.56,2665.08,405.825,-0.66322,0,0,0,1,600,255,1,0),(163367,189980,571,1,1,7773.79,1499.62,360.298,-2.21657,0,0,0,1,600,255,1,0),(163366,189980,571,1,1,7772.45,796.567,517.569,0.41888,0,0,0,1,600,255,1,0),(163365,189980,571,1,1,7765.6,2713.19,409.25,2.68781,0,0,0,1,600,255,1,0),(163364,189980,571,1,1,7764.36,1088.72,395.619,-0.61086,0,0,0,1,600,255,1,0),(163363,189980,571,1,1,7744.65,1779.4,338.061,3.03684,0,0,0,1,600,255,1,0),(163362,189980,571,1,1,7733.94,1814.48,349.628,-1.88495,0,0,0,1,600,255,1,0),(163361,189980,571,1,1,7726.39,1305.62,341.838,-2.96704,0,0,0,1,600,255,1,0),(163360,189980,571,1,1,7720.6,1424.71,353.361,-1.62316,0,0,0,1,600,255,1,0),(163359,189980,571,1,1,7712.26,1282.21,339.281,1.83259,0,0,0,1,600,255,1,0),(163358,189980,571,1,1,7689.89,553.471,698.62,0.68068,0,0,0,1,600,255,1,0),(163357,189980,571,1,1,7689.33,3181.03,578.833,0.40143,0,0,0,1,600,255,1,0),(163356,189980,571,1,1,7688.26,1386.79,347.29,-1.91986,0,0,0,1,600,255,1,0),(163355,189980,571,1,1,7687.9,3554.85,736.615,1.01229,0,0,0,1,600,255,1,0),(163354,189980,571,1,1,7685.3,1256.03,341.566,-2.30383,0,0,0,1,600,255,1,0),(163811,189981,571,1,1,8450.06,1675.78,701.855,-2.04204,0,0,0,1,600,255,1,0),(163810,189981,571,1,1,8308.63,3014.36,679.283,1.44862,0,0,0,1,600,255,1,0),(163809,189981,571,1,1,8292.69,2611.04,718.001,-2.93214,0,0,0,1,600,255,1,0),(163808,189981,571,1,1,8266.34,1755.56,580.521,-2.91469,0,0,0,1,600,255,1,0),(163744,189981,571,1,1,7576.46,1972.39,369.59,-0.87266,0,0,0,1,600,255,1,0),(163743,189981,571,1,1,7554.6,1864.65,367.274,0.24435,0,0,0,1,600,255,1,0),(163742,189981,571,1,1,7549.75,982.975,483.232,0.76794,0,0,0,1,600,255,1,0),(163741,189981,571,1,1,7542.46,2870.1,429.917,1.85005,0,0,0,1,600,255,1,0),(163353,189980,571,1,1,7679.02,1021.26,471.182,1.83259,0,0,0,1,600,255,1,0),(163352,189980,571,1,1,7678.12,2818.93,444.879,2.42601,0,0,0,1,600,255,1,0),(163351,189980,571,1,1,7664.28,1709.21,333.701,1.85005,0,0,0,1,600,255,1,0),(163350,189980,571,1,1,7656.88,1786.75,350.272,-2.51327,0,0,0,1,600,255,1,0),(163349,189980,571,1,1,7656.88,1786.75,350.272,-2.51327,0,0,0,1,600,255,1,0),(163348,189980,571,1,1,7653.1,2792.67,414.985,0.12217,0,0,0,1,600,255,1,0),(163807,189981,571,1,1,8253.71,1842.5,563.077,1.44862,0,0,0,1,600,255,1,0),(163806,189981,571,1,1,8242.54,1257.54,741.177,-1.37881,0,0,0,1,600,255,1,0),(163805,189981,571,1,1,8207.79,1281.01,775.651,-0.87266,0,0,0,1,600,255,1,0),(163804,189981,571,1,1,8168.02,1303.41,793.594,0.15708,0,0,0,1,600,255,1,0),(163347,189980,571,1,1,7633.18,716.693,484.584,1.88495,0,0,0,1,600,255,1,0),(163346,189980,571,1,1,7607.16,1752.61,339.957,0.15708,0,0,0,1,600,255,1,0),(163345,189980,571,1,1,7595.12,1891.1,371.232,-2.72271,0,0,0,1,600,255,1,0),(163344,189980,571,1,1,7576.46,1972.39,369.59,-0.87266,0,0,0,1,600,255,1,0),(163343,189980,571,1,1,7554.6,1864.65,367.274,0.24435,0,0,0,1,600,255,1,0),(163342,189980,571,1,1,7549.75,982.975,483.232,0.76794,0,0,0,1,600,255,1,0),(163341,189980,571,1,1,7542.46,2870.1,429.917,1.85005,0,0,0,1,600,255,1,0),(163340,189980,571,1,1,7541.84,896.319,489.338,0.95993,0,0,0,1,600,255,1,0),(163339,189980,571,1,1,7529.28,639.333,494.954,-2.02458,0,0,0,1,600,255,1,0),(163338,189980,571,1,1,7526.18,970.248,533.525,0.75049,0,0,0,1,600,255,1,0),(163803,189981,571,1,1,8162.18,1286.7,785.962,2.33874,0,0,0,1,600,255,1,0),(163802,189981,571,1,1,8161.5,1561.79,613.813,2.05949,0,0,0,1,600,255,1,0),(163801,189981,571,1,1,8160.79,1539.71,630.592,0.76794,0,0,0,1,600,255,1,0),(163800,189981,571,1,1,8150.7,1169.64,687.532,-0.83776,0,0,0,1,600,255,1,0),(163740,189981,571,1,1,7541.84,896.319,489.338,0.95993,0,0,0,1,600,255,1,0),(163739,189981,571,1,1,7529.28,639.333,494.954,-2.02458,0,0,0,1,600,255,1,0),(163337,189980,571,1,1,7523.6,2698.61,409.932,2.96704,0,0,0,1,600,255,1,0),(163336,189980,571,1,1,7521.31,2268.77,391.406,-1.0472,0,0,0,1,600,255,1,0),(163335,189980,571,1,1,7517.87,1846.08,360.256,0.15708,0,0,0,1,600,255,1,0),(163334,189980,571,1,1,7512.87,1172.61,344.485,-1.32645,0,0,0,1,600,255,1,0),(163333,189980,571,1,1,7490.42,2678.97,433.078,-1.15192,0,0,0,1,600,255,1,0),(163332,189980,571,1,1,7488.8,1813.89,361.498,-2.65289,0,0,0,1,600,255,1,0),(163331,189980,571,1,1,7488.8,1813.89,361.498,-2.65289,0,0,0,1,600,255,1,0),(163330,189980,571,1,1,7476.56,1295.25,322.15,-0.5585,0,0,0,1,600,255,1,0),(163329,189980,571,1,1,7476.56,1295.25,322.15,-0.5585,0,0,0,1,600,255,1,0),(163328,189980,571,1,1,7472.37,1305.69,320.085,-2.28638,0,0,0,1,600,255,1,0),(163738,189981,571,1,1,7526.18,970.248,533.525,0.75049,0,0,0,1,600,255,1,0),(163737,189981,571,1,1,7523.6,2698.61,409.932,2.96704,0,0,0,1,600,255,1,0),(163799,189981,571,1,1,8128.21,1460.34,698.17,0.20944,0,0,0,1,600,255,1,0),(163798,189981,571,1,1,8078.37,1646.49,553.938,1.97222,0,0,0,1,600,255,1,0),(163797,189981,571,1,1,8050.09,2858.94,510.469,-1.65806,0,0,0,1,600,255,1,0),(163796,189981,571,1,1,8044.05,1805.05,409.034,2.09439,0,0,0,1,600,255,1,0),(163736,189981,571,1,1,7521.31,2268.77,391.406,-1.0472,0,0,0,1,600,255,1,0),(163735,189981,571,1,1,7517.87,1846.08,360.256,0.15708,0,0,0,1,600,255,1,0),(163734,189981,571,1,1,7512.87,1172.61,344.485,-1.32645,0,0,0,1,600,255,1,0),(163733,189981,571,1,1,7490.42,2678.97,433.078,-1.15192,0,0,0,1,600,255,1,0),(163795,189981,571,1,1,8006.93,1907.34,380.708,-1.13446,0,0,0,1,600,255,1,0),(163794,189981,571,1,1,7980.9,1539.41,467.71,1.46608,0,0,0,1,600,255,1,0),(163327,189980,571,1,1,7471.17,2497.17,390.409,-1.3439,0,0,0,1,600,255,1,0),(163326,189980,571,1,1,7466.79,2726.01,412.288,-0.24435,0,0,0,1,600,255,1,0),(163325,189980,571,1,1,7431.12,3330.44,693.012,1.0821,0,0,0,1,600,255,1,0),(163324,189980,571,1,1,7427.84,1463.89,324.152,2.33874,0,0,0,1,600,255,1,0),(163249,189980,571,1,1,6658.34,688.135,410.438,2.14675,0,0,0,1,600,255,1,0),(163248,189980,571,1,1,6640.88,3346.68,677.41,-0.76794,0,0,0,1,600,255,1,0),(163207,189980,571,1,1,5749.15,2086.66,-343.52,-2.09439,0,0,0,1,600,255,1,0),(163206,189980,571,1,1,5711.61,2071.07,-340.74,-1.15192,0,0,0,1,600,255,1,0),(163323,189980,571,1,1,7420.45,632.061,497.291,-1.79769,0,0,0,1,600,255,1,0),(163322,189980,571,1,1,7420.41,3083.89,586.887,-2.35619,0,0,0,1,600,255,1,0),(163793,189981,571,1,1,7963.19,2787.48,525.188,-1.83259,0,0,0,1,600,255,1,0),(163792,189981,571,1,1,7958.13,1927.86,367.054,3.05433,0,0,0,1,600,255,1,0),(163321,189980,571,1,1,7399.73,2867.12,417.685,-2.28638,0,0,0,1,600,255,1,0),(163320,189980,571,1,1,7391.31,568.383,577.861,-1.25664,0,0,0,1,600,255,1,0),(163319,189980,571,1,1,7382.99,2443.48,387.429,-2.37364,0,0,0,1,600,255,1,0),(163318,189980,571,1,1,7362.55,614.322,580.014,-3.01941,0,0,0,1,600,255,1,0),(163247,189980,571,1,1,6636.6,3176.86,648.813,1.15192,0,0,0,1,600,255,1,0),(163246,189980,571,1,1,6622.9,1252.62,282.503,1.71042,0,0,0,1,600,255,1,0),(163205,189980,571,1,1,5706.65,2046.59,-339.659,-2.3911,0,0,0,1,600,255,1,0),(163204,189980,571,1,1,5665.19,1897.49,519.675,2.93214,0,0,0,1,600,255,1,0),(163317,189980,571,1,1,7347.47,561.248,613.055,-0.5585,0,0,0,1,600,255,1,0),(163316,189980,571,1,1,7343.43,602.649,615.518,2.42601,0,0,0,1,600,255,1,0),(163315,189980,571,1,1,7330.48,2485.73,392.805,1.11701,0,0,0,1,600,255,1,0),(163314,189980,571,1,1,7330.26,2996.15,434.107,-1.98967,0,0,0,1,600,255,1,0),(163732,189981,571,1,1,7488.8,1813.89,361.498,-2.65289,0,0,0,1,600,255,1,0),(163731,189981,571,1,1,7488.8,1813.89,361.498,-2.65289,0,0,0,1,600,255,1,0),(163730,189981,571,1,1,7476.56,1295.25,322.15,-0.5585,0,0,0,1,600,255,1,0),(163729,189981,571,1,1,7476.56,1295.25,322.15,-0.5585,0,0,0,1,600,255,1,0),(163728,189981,571,1,1,7472.37,1305.69,320.085,-2.28638,0,0,0,1,600,255,1,0),(163727,189981,571,1,1,7471.17,2497.17,390.409,-1.3439,0,0,0,1,600,255,1,0),(163726,189981,571,1,1,7466.79,2726.01,412.288,-0.24435,0,0,0,1,600,255,1,0),(163725,189981,571,1,1,7431.12,3330.44,693.012,1.0821,0,0,0,1,600,255,1,0),(163313,189980,571,1,1,7323.18,2252.33,461.426,2.49582,0,0,0,1,600,255,1,0),(163312,189980,571,1,1,7260.71,1512.27,322.274,2.19912,0,0,0,1,600,255,1,0),(163724,189981,571,1,1,7427.84,1463.89,324.152,2.33874,0,0,0,1,600,255,1,0),(163723,189981,571,1,1,7420.45,632.061,497.291,-1.79769,0,0,0,1,600,255,1,0),(163311,189980,571,1,1,7240.89,2399.82,417.679,-2.44346,0,0,0,1,600,255,1,0),(163310,189980,571,1,1,7238.31,785.106,552.417,0.2618,0,0,0,1,600,255,1,0),(163309,189980,571,1,1,7235.53,1516.76,326.998,-1.93732,0,0,0,1,600,255,1,0),(163308,189980,571,1,1,7235.41,575.545,499.302,3.12412,0,0,0,1,600,255,1,0),(163307,189980,571,1,1,7231.51,2847.63,405.285,-0.27925,0,0,0,1,600,255,1,0),(163306,189980,571,1,1,7215.86,2846.91,408.101,2.89724,0,0,0,1,600,255,1,0),(163305,189980,571,1,1,7185.23,2548.75,397.567,1.55334,0,0,0,1,600,255,1,0),(163304,189980,571,1,1,7164.71,2521.35,402.807,0.27925,0,0,0,1,600,255,1,0),(163245,189980,571,1,1,6618.75,356.354,453.156,0.68068,0,0,0,1,600,255,1,0),(163244,189980,571,1,1,6608.89,990.28,284.73,-2.77507,0,0,0,1,600,255,1,0),(163303,189980,571,1,1,7162.5,2547.99,399.183,1.71042,0,0,0,1,600,255,1,0),(163302,189980,571,1,1,7144.4,2507.15,405.91,-1.62316,0,0,0,1,600,255,1,0),(163301,189980,571,1,1,7136.14,1119.96,310.427,-1.09956,0,0,0,1,600,255,1,0),(163300,189980,571,1,1,7115.28,1450.23,315.694,-2.02458,0,0,0,1,600,255,1,0),(163299,189980,571,1,1,7102.52,3022.01,446.972,1.79769,0,0,0,1,600,255,1,0),(163298,189980,571,1,1,7070.19,574.218,498.368,-0.61086,0,0,0,1,600,255,1,0),(163722,189981,571,1,1,7420.41,3083.89,586.887,-2.35619,0,0,0,1,600,255,1,0),(163721,189981,571,1,1,7399.73,2867.12,417.685,-2.28638,0,0,0,1,600,255,1,0),(163297,189980,571,1,1,7067.23,1367.88,306.292,2.61799,0,0,0,1,600,255,1,0),(163296,189980,571,1,1,7064.83,1379.27,307.581,1.85005,0,0,0,1,600,255,1,0),(121464,189981,571,1,1,6145.68,658.17,215.264,-1.41372,0,0,0,1,180,255,1,0),(121465,191133,571,1,1,6145.68,658.17,215.264,-1.41372,0,0,0,1,180,255,1,0),(163295,189980,571,1,1,7053.12,824.111,537.643,-1.88495,0,0,0,1,600,255,1,0),(163294,189980,571,1,1,7028.88,2508.66,409.558,-0.54105,0,0,0,1,600,255,1,0),(163293,189980,571,1,1,7027.86,3066.55,475.031,1.78023,0,0,0,1,600,255,1,0),(163292,189980,571,1,1,7010.36,702.436,473.773,3.03684,0,0,0,1,600,255,1,0),(163291,189980,571,1,1,6999.95,849.854,402.02,-0.38397,0,0,0,1,600,255,1,0),(163290,189980,571,1,1,6993.89,681.144,491.214,0.38397,0,0,0,1,600,255,1,0),(163243,189980,571,1,1,6604.23,1248.47,282.491,2.04204,0,0,0,1,600,255,1,0),(163242,189980,571,1,1,6583.15,1267.12,286.026,0.92502,0,0,0,1,600,255,1,0),(163237,189980,571,1,1,6541.25,1011.67,276.952,0.08727,0,0,0,1,600,255,1,0),(163236,189980,571,1,1,6533.5,907.337,294.892,0.17453,0,0,0,1,600,255,1,0),(163289,189980,571,1,1,6944.92,407.241,513.619,2.49582,0,0,0,1,600,255,1,0),(163288,189980,571,1,1,6943.63,3630.96,830.104,-1.46608,0,0,0,1,600,255,1,0),(163720,189981,571,1,1,7391.31,568.383,577.861,-1.25664,0,0,0,1,600,255,1,0),(163719,189981,571,1,1,7382.99,2443.48,387.429,-2.37364,0,0,0,1,600,255,1,0),(163718,189981,571,1,1,7362.55,614.322,580.014,-3.01941,0,0,0,1,600,255,1,0),(163717,189981,571,1,1,7347.47,561.248,613.055,-0.5585,0,0,0,1,600,255,1,0),(121482,189981,571,1,1,4383.54,1975.39,390.425,0.261798,0,0,0,1,180,100,1,0),(121483,191133,571,1,1,4383.54,1975.39,390.425,0.261798,0,0,0,1,180,100,1,0),(121484,189981,571,1,1,4012.23,2581.06,358.498,-0.104719,0,0,0,1,180,100,1,0),(121485,191133,571,1,1,4012.23,2581.06,358.498,-0.104719,0,0,0,1,180,100,1,0),(121486,189981,571,1,1,4366.34,1737.62,367.385,-2.11185,0,0,0,1,180,100,1,0),(121487,191133,571,1,1,4366.34,1737.62,367.385,-2.11185,0,0,0,1,180,100,1,0),(121488,189981,571,1,1,4012.23,2581.06,358.498,-0.104719,0,0,0,1,180,100,1,0),(121489,191133,571,1,1,4012.23,2581.06,358.498,-0.104719,0,0,0,1,180,100,1,0),(121490,189981,571,1,1,5170.72,2170.47,418.683,-0.471238,0,0,0,1,180,0,1,0),(121491,191133,571,1,1,5170.72,2170.47,418.683,-0.471238,0,0,0,1,180,0,1,0),(121492,189981,571,1,1,5449.99,3279.56,417.628,-0.994837,0,0,0,1,180,0,1,0),(121493,191133,571,1,1,5449.99,3279.56,417.628,-0.994837,0,0,0,1,180,0,1,0),(121494,189981,571,1,1,4586.99,2144.87,369.245,3.05433,0,0,0,1,180,0,1,0),(121495,191133,571,1,1,4586.99,2144.87,369.245,3.05433,0,0,0,1,180,0,1,0),(121496,189981,571,1,1,4629.31,2647.54,373.596,0.645772,0,0,0,1,180,0,1,0),(121497,191133,571,1,1,4629.31,2647.54,373.596,0.645772,0,0,0,1,180,0,1,0),(121498,189981,571,1,1,4404,1979.09,411.626,3.00195,0,0,0,1,180,0,1,0),(121499,191133,571,1,1,4404,1979.09,411.626,3.00195,0,0,0,1,180,0,1,0),(121500,189981,571,1,1,4732.1,2841.06,360.432,-0.95993,0,0,0,1,180,0,1,0),(121501,191133,571,1,1,4732.1,2841.06,360.432,-0.95993,0,0,0,1,180,0,1,0),(121502,189981,571,1,1,4858.46,3913.54,380.702,2.44346,0,0,0,1,180,0,1,0),(121503,191133,571,1,1,4858.46,3913.54,380.702,2.44346,0,0,0,1,180,0,1,0),(121504,189981,571,1,1,4405,4150.25,413.217,-2.65289,0,0,0,1,180,0,1,0),(121505,191133,571,1,1,4405,4150.25,413.217,-2.65289,0,0,0,1,180,0,1,0),(121506,189981,571,1,1,4560.84,3708.44,373.765,1.81514,0,0,0,1,180,0,1,0),(121507,191133,571,1,1,4560.84,3708.44,373.765,1.81514,0,0,0,1,180,0,1,0),(121508,189981,571,1,1,4566.63,2525.63,361.946,2.28638,0,0,0,1,180,0,1,0),(121509,191133,571,1,1,4566.63,2525.63,361.946,2.28638,0,0,0,1,180,0,1,0),(121510,189981,571,1,1,4824.48,2116.74,344.722,0.279252,0,0,0,1,180,0,1,0),(121511,191133,571,1,1,4824.48,2116.74,344.722,0.279252,0,0,0,1,180,0,1,0),(121512,189981,571,1,1,4049.9,2580.41,359.778,-2.86233,0,0,0,1,180,0,1,0),(121513,191133,571,1,1,4049.9,2580.41,359.778,-2.86233,0,0,0,1,180,0,1,0),(121514,189981,571,1,1,4645.42,2396.93,337.234,-0.942477,0,0,0,1,180,0,1,0),(121515,191133,571,1,1,4645.42,2396.93,337.234,-0.942477,0,0,0,1,180,0,1,0),(121516,189981,571,1,1,4910.04,3429.39,360.794,2.3911,0,0,0,1,180,0,1,0),(121517,191133,571,1,1,4910.04,3429.39,360.794,2.3911,0,0,0,1,180,0,1,0),(121518,189981,571,1,1,4489.51,3493.71,365.425,2.11185,0,0,0,1,180,0,1,0),(121519,191133,571,1,1,4489.51,3493.71,365.425,2.11185,0,0,0,1,180,0,1,0),(121520,189981,571,1,1,4816.67,3641.68,365.962,-0.575957,0,0,0,1,180,0,1,0),(121521,191133,571,1,1,4816.67,3641.68,365.962,-0.575957,0,0,0,1,180,0,1,0),(121522,189981,571,1,129,4562.71,2070.25,398.907,-2.09439,0,0,0,1,180,255,1,0),(121523,191133,571,1,129,4562.71,2070.25,398.907,-2.09439,0,0,0,1,180,255,1,0),(121524,189981,571,1,129,4272.68,2298.29,345.954,1.8675,0,0,0,1,180,255,1,0),(121525,191133,571,1,129,4272.68,2298.29,345.954,1.8675,0,0,0,1,180,255,1,0),(121526,189981,571,1,65,4730.45,2162.48,373.443,0.558504,0,0,0,1,180,255,1,0),(121527,191133,571,1,65,4730.45,2162.48,373.443,0.558504,0,0,0,1,180,255,1,0),(121528,189981,571,1,65,4894.2,2171.45,362.681,1.62316,0,0,0,1,180,255,1,0),(121529,191133,571,1,65,4894.2,2171.45,362.681,1.62316,0,0,0,1,180,255,1,0),(121530,189981,571,1,65,5016.65,2941.86,375.215,-2.21656,0,0,0,1,180,255,1,0),(121531,191133,571,1,65,5016.65,2941.86,375.215,-2.21656,0,0,0,1,180,255,1,0),(121532,189981,571,1,129,5382.98,2588.29,413.491,-0.645772,0,0,0,1,180,255,1,0),(121533,191133,571,1,129,5382.98,2588.29,413.491,-0.645772,0,0,0,1,180,255,1,0),(121534,189981,571,1,1,4859.01,1843.17,465.764,2.79252,0,0,0,1,180,255,1,0),(121535,191133,571,1,1,4859.01,1843.17,465.764,2.79252,0,0,0,1,180,255,1,0),(121536,189981,571,1,1,3972.69,2032.2,354.518,2.35619,0,0,0,1,180,255,1,0),(121537,191133,571,1,1,3972.69,2032.2,354.518,2.35619,0,0,0,1,180,255,1,0),(121538,189981,571,1,65,4207.41,1765.97,356.537,0.977383,0,0,0,1,180,255,1,0),(121539,191133,571,1,65,4207.41,1765.97,356.537,0.977383,0,0,0,1,180,255,1,0),(121540,189981,571,1,129,4426.43,1803.09,369.678,0.157079,0,0,0,1,180,255,1,0),(121541,191133,571,1,129,4426.43,1803.09,369.678,0.157079,0,0,0,1,180,255,1,0),(121542,189981,571,1,129,5097.4,2734.82,391.208,-1.65806,0,0,0,1,180,255,1,0),(121543,191133,571,1,129,5097.4,2734.82,391.208,-1.65806,0,0,0,1,180,255,1,0),(121544,189981,571,1,1,5467.79,3264.6,431.625,-2.11185,0,0,0,1,180,255,1,0),(121545,191133,571,1,1,5467.79,3264.6,431.625,-2.11185,0,0,0,1,180,255,1,0),(121546,189981,571,1,65,4108.6,1969.11,360.346,1.39626,0,0,0,1,180,255,1,0),(121547,191133,571,1,65,4108.6,1969.11,360.346,1.39626,0,0,0,1,180,255,1,0),(121548,189981,571,1,65,4361.93,3678.48,393.914,-1.39626,0,0,0,1,180,255,1,0),(121549,191133,571,1,65,4361.93,3678.48,393.914,-1.39626,0,0,0,1,180,255,1,0),(121550,189981,571,1,129,5351.96,3172.97,383.045,-1.69297,0,0,0,1,180,255,1,0),(121551,191133,571,1,129,5351.96,3172.97,383.045,-1.69297,0,0,0,1,180,255,1,0),(121552,189981,571,1,65,5374.9,3447.72,387.202,-0.366518,0,0,0,1,180,255,1,0),(121553,191133,571,1,65,5374.9,3447.72,387.202,-0.366518,0,0,0,1,180,255,1,0),(121554,189981,571,1,65,4583.53,1972.15,412.869,0.261798,0,0,0,1,180,255,1,0),(121555,191133,571,1,65,4583.53,1972.15,412.869,0.261798,0,0,0,1,180,255,1,0),(121556,189981,571,1,1,4889.06,1872.17,457.047,-2.65289,0,0,0,1,180,255,1,0),(121557,191133,571,1,1,4889.06,1872.17,457.047,-2.65289,0,0,0,1,180,255,1,0),(121558,189981,571,1,3,5391.04,2478.3,413.997,-1.55334,0,0,0,1,180,255,1,0),(121559,191133,571,1,3,5391.04,2478.3,413.997,-1.55334,0,0,0,1,180,255,1,0),(121560,189981,571,1,3,5296.4,2187.28,509.532,-0.174532,0,0,0,1,180,255,1,0),(121561,191133,571,1,3,5296.4,2187.28,509.532,-0.174532,0,0,0,1,180,255,1,0),(121562,189981,571,1,1,4559.61,2833.05,359.045,-2.74016,0,0,0,1,180,255,1,0),(121563,191133,571,1,1,4559.61,2833.05,359.045,-2.74016,0,0,0,1,180,255,1,0),(121564,189981,571,1,1,4362.57,1976.07,360.856,-2.58308,0,0,0,1,180,255,1,0),(121565,191133,571,1,1,4362.57,1976.07,360.856,-2.58308,0,0,0,1,180,255,1,0),(121566,189981,571,1,1,4161.99,1967.17,354.405,-0.523598,0,0,0,1,180,255,1,0),(121567,191133,571,1,1,4161.99,1967.17,354.405,-0.523598,0,0,0,1,180,255,1,0),(121568,189981,571,1,1,4342.11,2426,350.083,0.506145,0,0,0,1,180,255,1,0),(121569,191133,571,1,1,4342.11,2426,350.083,0.506145,0,0,0,1,180,255,1,0),(121570,189981,571,1,1,4383.28,2008.55,369.844,2.18166,0,0,0,1,180,255,1,0),(121571,191133,571,1,1,4383.28,2008.55,369.844,2.18166,0,0,0,1,180,255,1,0),(85302,1617,530,1,1,-4440.35,-11826.6,10.0191,2.3911,0,0,0,1,60,255,1,0),(85303,1617,530,1,1,-4321.04,-12547.3,26.8173,-0.820303,0,0,0,1,60,255,1,0),(85304,1617,530,1,1,-4553.48,-12286.4,17.0104,-2.33874,0,0,0,1,60,255,1,0),(85305,1617,530,1,1,-3833.19,-12778.5,8.89262,-1.44862,0,0,0,1,60,255,1,0),(85306,1617,530,1,1,-4728.24,-12257.2,9.2629,0.977383,0,0,0,1,60,255,1,0),(85307,1617,530,1,1,-4563.28,-11627.5,18.2939,-3.01941,0,0,0,1,60,255,1,0),(85308,1617,530,1,1,-4475.47,-11629.1,11.5813,2.94959,0,0,0,1,60,255,1,0),(85309,1617,530,1,1,-4225.27,-12095.3,6.78638,-2.77507,0,0,0,1,60,255,1,0),(85310,1617,530,1,1,-4325.19,-12090.9,7.34206,-0.698132,0,0,0,1,60,255,1,0),(85311,1617,530,1,1,-4969.33,-11266.4,26.7661,1.13446,0,0,0,1,60,255,1,0),(85312,1618,530,1,1,-4516.61,-11562.7,16.7148,0.541051,0,0,0,1,60,255,1,0),(85313,1618,530,1,1,-4456.53,-12040.6,20.2935,-0.890117,0,0,0,1,60,255,1,0),(85314,1618,530,1,1,-4554.9,-12318.7,19.5644,2.67035,0,0,0,1,60,255,1,0),(85315,1618,530,1,1,-4705.27,-11584.4,26.3765,-1.98967,0,0,0,1,60,255,1,0),(85316,1618,530,1,1,-4452.81,-11887.3,14.5355,0.087266,0,0,0,1,60,255,1,0),(85317,1618,530,1,1,-4353.18,-12250.8,7.59713,-2.37364,0,0,0,1,60,255,1,0),(85318,1618,530,1,1,-4419.76,-11646.8,7.29847,2.33874,0,0,0,1,60,255,1,0),(85319,1619,530,1,1,-4985.8,-10981.5,20.7943,-0.296705,0,0,0,1,60,255,1,0),(85320,1619,530,1,1,-4793.52,-12273.3,3.84495,2.75761,0,0,0,1,60,255,1,0),(85321,1619,530,1,1,-3996.94,-12731.7,19.4022,1.55334,0,0,0,1,60,255,1,0),(85323,1619,530,1,1,-4780.23,-11437.1,6.16672,-1.46608,0,0,0,1,60,255,1,0),(85324,1619,530,1,1,-4409.37,-11519.9,15.7371,-2.72271,0,0,0,1,60,255,1,0),(85325,1619,530,1,1,-5226.13,-11224.4,38.4356,-1.16937,0,0,0,1,60,255,1,0),(85326,1619,530,1,1,-4102.36,-12695.5,13.7054,2.28638,0,0,0,1,60,255,1,0),(85329,1617,530,1,1,-3595.86,-11863.9,6.7286,-0.523598,0,0,0,1,60,255,1,0),(85332,1617,530,1,1,-3800.11,-11847,3.00253,-2.72271,0,0,0,1,60,255,1,0),(85333,1617,530,1,1,-3644.42,-12599.9,14.4675,-2.67035,0,0,0,1,60,255,1,0),(85338,1617,530,1,1,-4616.37,-12116.4,39.8854,-0.104719,0,0,0,1,60,255,1,0),(85348,1617,530,1,1,-4532.82,-12531.3,6.59207,1.74533,0,0,0,1,60,255,1,0),(85352,1617,530,1,1,-4357.98,-12012.7,7.51916,-1.32645,0,0,0,1,60,255,1,0),(85356,1617,530,1,1,-4406.96,-12192.7,7.10283,2.25147,0,0,0,1,60,255,1,0),(85364,1618,530,1,1,-3640.67,-11911.2,10.386,0.488691,0,0,0,1,60,255,1,0),(85369,1618,530,1,1,-3603.87,-12708.9,9.11045,1.36136,0,0,0,1,60,255,1,0),(85372,1618,530,1,1,-4407.08,-12575.8,10.3858,-2.44346,0,0,0,1,60,255,1,0),(85376,1617,0,1,1,-5605.18,-1705.6,398.696,-2.67035,0,0,0,1,60,255,1,0),(85387,1619,530,1,1,-3864.88,-12538.9,37.1232,-0.541051,0,0,0,1,60,255,1,0),(85388,1619,530,1,1,-3789.32,-11808.1,15.0198,1.22173,0,0,0,1,60,255,1,0),(85389,1619,530,1,1,-3301.15,-11950.4,15.1225,3.08918,0,0,0,1,60,255,1,0),(85435,1617,0,1,1,-5693.27,-1248.39,389.542,1.53589,0,0,0,1,60,255,1,0),(85436,1617,0,1,1,-5120.14,-2750.12,341.391,1.93731,0,0,0,1,60,255,1,0),(85437,1617,0,1,1,-5229.47,-2761.29,340.098,1.97222,0,0,0,1,60,255,1,0),(85439,1617,0,1,1,-4916.39,-2793.79,327.134,-0.122173,0,0,0,1,60,255,1,0),(85440,1618,0,1,1,-5335.43,-2800.35,350.679,2.93214,0,0,0,1,60,255,1,0),(85441,1618,0,1,1,-9965.29,188.475,32.6272,-2.51327,0,0,0,1,60,255,1,0),(85443,1619,0,1,1,-5678.3,-1469.82,405.582,2.58308,0,0,0,1,60,255,1,0),(85444,1619,0,1,1,-9803.82,-2286.89,63.6404,0.890117,0,0,0,1,60,255,1,0),(85445,1619,0,1,1,-8878.36,-2197.7,143.024,-2.84488,0,0,0,1,60,255,1,0),(85446,1619,0,1,1,-9430.68,-1904.9,93.3589,-1.13446,0,0,0,1,60,255,1,0),(85447,1619,0,1,1,-9125.74,-3186.11,113.986,2.3911,0,0,0,1,60,255,1,0),(85448,1619,0,1,1,-8784.66,-2475.44,136.705,-0.104719,0,0,0,1,60,255,1,0),(85449,1619,0,1,1,-9319.15,-3281.53,99.8038,1.98967,0,0,0,1,60,255,1,0),(85450,1619,0,1,1,-9614.35,-2156.73,73.633,-2.54818,0,0,0,1,60,255,1,0),(85451,1620,0,1,1,-8929.93,-2214.44,136.017,-1.78023,0,0,0,1,60,255,1,0),(85452,1620,0,1,1,-9090.56,-2716.7,93.1088,0.925024,0,0,0,1,60,255,1,0),(85453,1620,0,1,1,-10355.7,117.561,30.0454,2.51327,0,0,0,1,60,255,1,0),(85454,1620,0,1,1,-8976.07,-2171.74,132.628,0.069812,0,0,0,1,60,255,1,0),(85455,1620,0,1,1,-8744.09,-2456.23,138.914,1.79769,0,0,0,1,60,255,1,0),(85456,1620,0,1,1,-10901.2,1166.75,35.9096,2.68781,0,0,0,1,60,255,1,0),(85457,1621,0,1,1,-9904.38,-1880.45,37.9255,-2.47837,0,0,0,1,60,255,1,0),(85458,1621,0,1,1,-9282.73,-1880.83,85.4043,-1.36136,0,0,0,1,60,255,1,0),(85459,1621,0,1,1,-10656.5,-858.591,54.3311,-1.23918,0,0,0,1,60,255,1,0),(85460,1621,0,1,1,-9083.6,-2206.59,130.86,1.93731,0,0,0,1,60,255,1,0),(85461,1621,0,1,1,-9496.37,-3203.11,62.4749,2.11185,0,0,0,1,60,255,1,0),(85462,1622,0,1,1,-9378.38,-3038.53,136.687,-0.593412,0,0,0,1,60,255,1,0),(85463,1622,0,1,1,-8910.15,-2643.76,136.301,-0.610864,0,0,0,1,60,255,1,0),(85464,1622,0,1,1,-9503.31,-2082.8,100.905,1.25664,0,0,0,1,60,255,1,0),(85465,1622,0,1,1,-9499.42,-3054.76,110.48,0.436332,0,0,0,1,60,255,1,0),(85466,1622,0,1,1,-9174.59,-3245.7,102.285,3.05433,0,0,0,1,60,255,1,0),(85467,1623,0,1,1,-10693.7,-601.31,80.3573,-2.77507,0,0,0,1,60,255,1,0),(85468,1624,0,1,1,-3985.61,-2900.04,12.3601,-1.06465,0,0,0,1,60,255,1,0),(85469,2045,0,1,1,-3281.69,-889.824,-11.5435,0.349065,0,0,0,1,60,255,1,0),(151101,195695,571,1,1,5633.55,2029.53,798.499,4.51539,0,0,0.976296,-0.21644,25,0,1,0),(151102,202184,571,1,1,5842.83,2218.62,636.288,5.32719,0,0,0.976296,-0.21644,7200,0,1,0),(151103,202347,571,1,1,5779.44,2066.59,636.065,0.417346,0,0,0.207162,0.978307,25,0,1,0),(151104,202348,571,1,1,5779.44,2066.59,636.065,0.417346,0,0,0.207162,0.978307,25,0,1,0),(151105,202349,571,1,1,5779.44,2066.59,636.065,0.417346,0,0,0.207162,0.978307,25,0,1,0),(151106,202350,571,1,1,5779.44,2066.59,636.065,0.417346,0,0,0.207162,0.978307,25,0,1,0),(151107,201759,571,1,1,5672.19,2002.05,798.182,2.2541,0,0,0.90315,0.429325,7200,0,1,0),(151108,196391,571,1,1,5673.97,1999.95,798.182,2.32866,0,0,0.918523,0.395367,25,0,1,0),(151109,196392,571,1,1,5673.97,1999.95,798.182,2.32866,0,0,0.918523,0.395367,25,0,1,0),(151110,196391,571,1,1,5588.71,2007.31,798.182,0.721988,0,0,0.353205,0.935546,7200,0,1,0),(151111,196392,571,1,1,5588.71,2007.31,798.182,0.721988,0,0,0.353205,0.935546,7200,0,1,0),(151112,201761,571,1,1,5590.68,2009.12,798.182,0.695061,0,0,0.340577,0.940217,7200,0,1,0),(151113,196392,571,1,1,5628.25,1968.23,803.021,1.56083,0,0,0.703573,0.710623,7200,0,1,0),(151114,196391,571,1,1,5628.25,1968.23,803.021,1.56083,0,0,0.703573,0.710623,7200,0,1,0),(151115,201760,571,1,1,5628.6,1971.78,803.021,1.46869,0,0,0.670099,0.742271,7200,0,1,0),(151116,2169,0,1,1,-9036.7,842.991,109.076,0.410153,0,0,0.944089,-0.329691,900,100,1,0),(151117,196871,571,1,1,8113.58,795.451,481.054,-1.53589,0,0,0,0,120,0,1,0),(151118,196872,571,1,1,8122.23,766.632,482.293,1.98967,0,0,0,0,120,0,1,0),(151119,196872,571,1,1,8128.96,770.571,482.474,2.33874,0,0,0,0,120,0,1,0),(151120,181355,571,1,1,7856.44,-742.139,1177.69,-0.174532,0,0,0,0,120,0,1,0),(151121,181355,571,1,1,7879.5,-759.57,1175.37,2.46091,0,0,0,0,120,0,1,0),(151122,187576,571,1,1,7856.08,-735.816,1178.39,0.122173,0,0,0,0,120,0,1,0),(151123,193598,571,1,1,7874.97,-750.595,1176.1,-3.13962,0,0,0,0,120,0,1,0),(151124,193599,571,1,1,7848.2,-804.335,1184.76,-2.73144,0,0,0,0,120,0,1,0),(151125,181355,571,1,1,7850.47,-793.33,1183.96,3.10665,0,0,0,0,120,0,1,0),(151126,203003,724,15,1,2989.27,510.571,89.2323,0,0,0,0,0,120,0,1,0),(151127,203003,724,15,1,2999.36,512.318,89.3987,0.767944,0,0,0,0,120,0,1,0),(151128,203003,724,15,1,3002.57,523.172,89.7422,0,0,0,0,0,120,0,1,0),(151129,203003,724,15,1,3003.67,567.446,88.1658,0,0,0,0,0,120,0,1,0),(151130,203003,724,15,1,3005,562.764,88.4441,0,0,0,0,0,120,0,1,0),(151131,203003,724,15,1,3005.73,551.46,88.675,0,0,0,0,0,120,0,1,0),(151132,203003,724,15,1,3007.11,534.125,89.0511,0,0,0,0,0,120,0,1,0),(151133,203004,724,15,1,2989.91,513.512,89.333,0,0,0,0,0,120,0,1,0),(151134,203004,724,15,1,2999.33,500.231,89.8997,0,0,0,0,0,120,0,1,0),(151135,203004,724,15,1,3004.08,529.141,89.0446,0,0,0,0,0,120,0,1,0),(151136,203004,724,15,1,3010.46,482.59,89.4921,0,0,0,0,0,120,0,1,0),(151137,203005,724,15,1,3153.27,380.47,86.3611,1.79769,0,0,0,0,120,0,1,0),(151138,203006,724,15,1,3050.36,526.101,88.4061,-0.130899,0,0,0,0,120,0,1,0),(151139,203007,724,15,1,3154.99,535.637,72.8887,3.14159,0,0,0,0,120,0,0,0),(151140,203034,724,15,1,3187.96,586.766,73.563,-3.09303,0,0,0,0,120,0,1,0),(151141,203035,724,15,1,3190.34,486.561,71.1216,1.62702,0,0,0,0,120,0,1,0),(151142,203036,724,15,1,3117.12,589.134,71.3221,2.26086,0,0,0,0,120,0,1,0),(151143,203037,724,15,1,3108.75,484.34,71.6583,-2.23909,0,0,0,0,120,0,1,0),(151144,203079,724,15,1,2997.28,513.005,89.3956,-0.733038,0,0,0,0,120,0,1,0),(151145,203079,724,15,1,2998.76,509.885,89.451,0,0,0,0,0,120,0,1,0),(151146,203079,724,15,1,3006.14,564.894,88.3262,-0.733038,0,0,0,0,120,0,1,0),(151147,203079,724,15,1,3006.78,554.552,89.0212,-0.733038,0,0,0,0,120,0,1,0),(151148,203080,724,15,1,3005.88,547.24,88.7651,-1.01229,0,0,0,0,120,0,1,0),(151149,204051,724,1,1,3285.26,533.114,92.2294,3.11539,0,0,0,0,120,0,1,0),(151150,204052,724,4,1,3285.26,533.114,92.2294,3.11539,0,0,0,0,120,0,1,0),(151151,204053,724,2,1,3285.26,533.114,92.2294,3.11539,0,0,0,0,120,0,1,0),(151152,204054,724,8,1,3285.26,533.114,92.2294,3.11539,0,0,0,0,120,0,1,0),(151153,203959,571,1,1,3608.59,186.097,-107.931,2.19488,0,0,0,0,120,0,1,0),(151154,203960,571,1,1,3608.59,186.097,-107.931,2.19488,0,0,0,0,120,0,1,0),(151155,203961,571,1,1,3608.59,186.097,-107.931,2.19488,0,0,0,0,120,0,1,0),(151156,203962,571,1,1,3608.59,186.097,-107.931,2.19488,0,0,0,0,120,0,1,0),(151164,202616,571,1,1,5804.72,640.837,647.627,-0.680677,0,0,-0.333807,0.942641,180,255,1,0),(151158,195141,0,1,1,-9007.58,871.87,129.692,0,0,0,0,1,180,100,1,0),(151159,195141,0,1,1,-4606.44,-928.997,501.07,0,0,0,0,1,180,100,1,0),(151160,195142,1,1,1,-944.064,274.859,111.71,0,0,0,0,1,180,100,1,0),(151161,195142,1,1,1,1472.55,-4215.7,59.221,4.28022,0,0,0.842271,-0.539054,180,100,1,0),(151162,195142,530,1,1,9984.3,-7107.59,47.7048,6.21199,0,0,0.293205,0.95605,180,100,1,0),(151163,195141,530,1,1,-4037.81,-11555.5,-138.324,5.24994,0,0,0.493946,-0.869493,180,100,1,0),(31334,1770,0,1,1,263.437,-267.687,145.032,3.10669,0,0,0.999848,0.017452,1,100,1,0),(151166,202240,631,2,1,-489.72,2172.07,539.289,2.65289,0,0,0,0,604800,0,1,0),(151167,202238,631,4,1,-489.72,2172.07,539.289,2.65289,0,0,0,0,604800,0,1,0),(151168,202241,631,8,1,-489.72,2172.07,539.289,2.65289,0,0,0,0,604800,0,1,0),(151169,195477,649,15,65535,630.043,138.953,395.852,0,0,0,0,0,120,0,1,0),(151170,195478,649,15,65535,563.62,75.025,395.205,1.58193,0,0,0.711033,0.703159,25,0,1,0),(151171,195479,649,15,65535,563.62,75.025,395.205,1.58193,0,0,0.711033,0.703159,25,0,1,0),(151172,195480,649,15,65535,563.62,75.025,395.205,1.58193,0,0,0.711033,0.703159,25,0,1,0),(151173,195481,649,15,65535,563.069,70.7846,395.695,1.5708,0,0,0,0,120,0,1,0),(151174,195486,649,15,65535,630.033,138.91,395.844,0,0,0,0,0,120,0,1,0),(151175,195527,649,15,65535,563.535,177.309,398.572,1.5708,0,0,0,0,120,0,1,0),(151176,195648,649,15,35535,563.495,78.1971,395.23,1.57079,0,0,0,0,120,0,1,0),(151177,195649,649,15,65535,502.359,139.327,395.23,3.14159,0,0,0,0,120,0,1,0),(151178,195650,649,15,65535,624.688,139.327,395.23,3.14159,0,0,0,0,120,0,0,0),(151183,195647,649,15,65535,563.547,198.741,395.157,1.57079,0,0,0,0,120,0,1,0),(268559,194437,603,3,1,2306.87,274.237,424.288,1.52255,0,0,0.689847,0.723956,300,0,1,0),(151192,195485,649,15,65535,661.598,144.728,141.923,0,0,0,0,0,120,0,0,0),(151193,186912,571,1,1,680.408,-5152.58,-60.7453,-3.00195,0,0,0,0,120,0,1,0),(151194,186912,571,1,1,741.606,-5210.36,-52.78,2.49582,0,0,0,0,120,0,1,0),(151195,186912,571,1,1,750.615,-5203.07,-52.3679,-1.15192,0,0,0,0,120,0,1,0),(151196,186912,571,1,1,762.681,-5116.4,-63.3523,0.628317,0,0,0,0,120,0,1,0),(151197,186912,571,1,1,762.939,-5133.14,-79.463,1.79769,0,0,0,0,120,0,1,0),(151198,186912,571,1,1,779.922,-5180.76,-68.1816,-1.13446,0,0,0,0,120,0,1,0),(151199,186912,571,1,1,804.847,-5189.23,-46.0825,1.81514,0,0,0,0,120,0,1,0),(151200,186912,571,1,1,814.708,-5150.04,-65.457,2.1293,0,0,0,0,120,0,1,0),(151201,186912,571,1,1,844.488,-5104.13,-62.4031,-3.12412,0,0,0,0,120,0,1,0),(151202,186912,571,1,1,873.326,-5132.9,-70.0483,-2.74016,0,0,0,0,120,0,1,0),(151203,188473,571,1,1,3969.73,-5000.23,72.2324,-1.71042,0,0,0,0,120,0,1,0),(151204,188469,571,1,1,3967.76,-4999.08,72.8074,1.0472,0,0,0,0,120,0,1,0),(151205,188473,571,1,1,4118.19,-5251.46,7.18585,2.40855,0,0,0,0,120,0,1,0),(151206,188469,571,1,1,4116.89,-5251.95,7.25879,2.05949,0,0,0,0,120,0,1,0),(151207,186506,571,1,1,2476.55,-5075.71,282.772,2.99322,0,0,0,0,120,0,1,0),(151208,186556,571,1,1,2426.83,-5083.96,272.943,0.270525,0,0,0,0,120,0,1,0),(151209,186557,571,1,1,2425.51,-5075.06,272.402,1.25664,0,0,0,0,120,0,1,0),(151210,186712,571,1,1,2420.81,-5162.43,277.448,2.82743,0,0,0,0,120,0,1,0),(151211,194676,571,1,1,2416.52,-5186.09,278.853,2.69653,0,0,0,0,120,0,1,0),(151212,194658,571,1,1,2482.96,-5076.44,285.618,-0.0959917,0,0,0,0,120,0,1,0),(151213,186444,571,1,1,1347.91,-3141.16,183.802,1.1781,0,0,0,0,120,0,1,0),(151214,186445,571,1,1,1338.87,-3143.16,183.785,2.05949,0,0,0,0,120,0,1,0),(151215,186446,571,1,1,1332.45,-3148.8,183.816,-3.11539,0,0,0,0,120,0,1,0),(163287,189980,571,1,1,6901.68,2352.56,428.566,0.48869,0,0,0,1,600,255,1,0),(151217,193991,571,1,1,5824.06,1933.23,-349.597,-1.0472,0,0,0,0,120,0,1,0),(151218,194678,571,1,1,5449.84,-2653.91,304.499,-1.58825,0,0,0,0,120,0,1,0),(151220,194121,571,1,1,5740.07,-3601.77,386.878,-0.628317,0,0,0,0,120,0,1,0),(151221,180700,571,1,1,6045.58,-2606.18,303.616,-0.087266,0,0,0,0,120,0,1,0),(151222,1684,571,1,1,5271.17,-3509.1,291.279,1.44862,0,0,0,0,120,0,1,0),(151223,182012,530,1,1,-1937.6,-11847.1,50.6868,2.68781,0,0,0,0,120,0,1,0),(151224,193202,571,1,1,5451.08,814.348,247.546,-3.03684,0,0,0,0,120,0,1,0),(151243,194012,571,1,1,5847.25,867.271,843.754,0.820303,0,0,0,0,120,0,1,0),(6120,192585,571,1,1,4774.53,-2020.72,232.311,-1.57952,0,0,0.999991,0.00436324,120,255,1,0),(151226,192511,624,1,1,-511.689,-103.248,157,3.1573,0,0,0.999969,-0.00785442,300,0,1,0),(151228,192671,571,1,1,3680.62,-1279.77,244.434,5.57904,0,0,0.352207,-0.935922,300,0,1,0),(151229,192671,571,1,1,3659.57,-1280.97,244.434,4.00824,0,0,0.907575,-0.419889,300,0,1,0),(151230,196467,571,1,1,3659.57,-1280.97,244.434,4.00824,0,0,0.907575,-0.419889,300,0,1,0),(151231,192671,571,1,1,3658.92,-1259.47,244.434,2.43745,0,0,0.933127,0.359547,300,0,1,0),(151232,196467,571,1,1,3658.92,-1259.47,244.434,2.43745,0,0,0.933127,0.359547,300,0,1,0),(151233,192671,571,1,1,3680.62,-1258.41,244.434,0.866651,0,0,0.403068,0.91517,300,0,1,0),(151234,196467,571,1,1,3680.62,-1258.41,244.434,0.866651,0,0,0.403068,0.91517,300,0,1,0),(151240,195457,0,1,1,2054.01,246.924,103.1,2.9,0,0,-0.688354,0.725375,900,100,1,0),(151241,195458,0,1,1,2070.64,280.513,100.31,6.04,0,0,-0.688354,0.725375,900,100,1,0),(151242,195459,0,1,1,2068.04,354.245,85.71,0.332,0,0,-0.688354,0.725375,900,100,1,0),(151244,202713,0,1,1,-5389.46,-604.698,393.345,1.29154,0,0,0,0,120,0,1,0),(151245,202713,0,1,1,-5391.94,-609.545,393.589,1.29154,0,0,0,0,120,0,1,0),(151246,202713,0,1,1,-5393.62,-612.368,393.799,1.29154,0,0,0,0,120,0,1,0),(151247,202713,0,1,1,-5396.01,-617.333,393.741,1.29154,0,0,0,0,120,0,1,0),(151248,202713,0,1,1,-5410.24,-654.898,393.749,1.29154,0,0,0,0,120,0,1,0),(151249,202713,0,1,1,-5412.61,-659.821,393.915,1.29154,0,0,0,0,120,0,1,0),(151250,202713,0,1,1,-5414.69,-662.712,394.14,1.29154,0,0,0,0,120,0,1,0),(151251,202713,0,1,1,-5417.49,-667.495,394.616,1.29154,0,0,0,0,120,0,1,0),(151252,202713,0,1,1,-5428.03,-692.396,394.648,1.29154,0,0,0,0,120,0,1,0),(151253,202713,0,1,1,-5430.65,-697.174,394.863,1.29154,0,0,0,0,120,0,1,0),(151254,202713,0,1,1,-5432.19,-700.075,395.037,1.29154,0,0,0,0,120,0,1,0),(151255,202713,0,1,1,-5434.78,-704.911,395.076,1.29154,0,0,0,0,120,0,1,0),(151256,179968,0,1,1,-5454.36,-698.79,397.88,0.436332,0,0,0,0,120,0,1,0),(151257,179968,0,1,1,-5454.94,-697.398,397.884,0.436332,0,0,0,0,120,0,1,0),(151258,179968,0,1,1,-5455.61,-696.066,397.884,0.436332,0,0,0,0,120,0,1,0),(151259,179968,0,1,1,-5455.69,-698.634,398.054,0.436332,0,0,0,0,120,0,1,0),(151260,179968,0,1,1,-5456.32,-697.286,398.051,0.436332,0,0,0,0,120,0,1,0),(151261,179968,0,1,1,-5456.35,-694.816,397.742,0.436332,0,0,0,0,120,0,1,0),(151262,179968,0,1,1,-5457.02,-695.948,398.041,0.436332,0,0,0,0,120,0,1,0),(151263,179968,0,1,1,-5457.15,-693.556,397.536,0.436332,0,0,0,0,120,0,1,0),(151264,179968,0,1,1,-5457.79,-694.566,397.834,0.436332,0,0,0,0,120,0,1,0),(151265,180038,0,1,1,-5456.34,-701.299,398.256,1.8675,0,0,0,0,120,0,1,0),(151266,180038,0,1,1,-5457.88,-698.608,398.395,0.0698117,0,0,0,0,120,0,1,0),(151267,180038,0,1,1,-5459.62,-693.854,398.018,2.9496,0,0,0,0,120,0,1,0),(151268,180038,0,1,1,-5459.81,-696.358,398.621,1.18682,0,0,0,0,120,0,1,0),(151269,187254,0,1,1,-5463.87,-626.441,394.501,0,0,0,0,0,120,0,1,0),(151270,187254,0,1,1,-5464.38,-626.821,394.505,0.261798,0,0,0,0,120,0,1,0),(151271,194498,0,1,1,-5388.81,-603.155,392.115,-0.436332,0,0,0,0,120,0,1,0),(151272,194498,0,1,1,-5399.83,-627.458,392.37,-0.436332,0,0,0,0,120,0,1,0),(151273,194498,0,1,1,-5409.43,-654.052,392.521,-0.314158,0,0,0,0,120,0,1,0),(151274,194498,0,1,1,-5435.58,-706.25,393.914,-0.523598,0,0,0,0,120,0,1,0),(151275,194498,0,1,1,-5456.86,-702.988,398.34,0.506145,0,0,0,0,120,0,1,0),(151276,194498,0,1,1,-5462.33,-692.325,398.116,0.506145,0,0,0,0,120,0,1,0),(151277,194498,0,1,1,-5468,-679.295,392.318,1.29154,0,0,0,0,120,0,1,0),(151278,192676,1,1,2,7819.75,-2130.67,487.305,-2.56563,0,0,0,0,120,0,1,0),(151279,192676,1,1,2,7853.05,-2180.57,477.609,-0.314158,0,0,0,0,120,0,1,0),(151280,192676,1,1,2,7861.47,-2227.77,465.81,2.65289,0,0,0,0,120,0,1,0),(151281,192676,1,1,2,7870.76,-2124.23,489.407,-0.575957,0,0,0,0,120,0,1,0),(151282,192676,1,1,2,7889.84,-2165.81,483.64,-1.58825,0,0,0,0,120,0,1,0),(151283,192676,1,1,2,7901.09,-2199.59,483.264,-0.820303,0,0,0,0,120,0,1,0),(201,21583,1,1,1,-8165.58,-4862.22,-25.8531,0.59341,0,0,0,0,120,0,1,0),(87586,194080,571,1,1,7799.18,-2970.92,1259,0.118661,0,0,0.0592958,0.99824,300,0,1,0),(87587,194063,571,1,1,6674.62,-205.505,950.089,1.27084,0,0,0.593517,0.804821,300,0,1,0),(87588,194070,571,1,1,8435.04,-359.272,906.402,0.391197,0,0,0.194354,0.980932,300,0,1,0),(87589,194069,571,1,1,6127.09,-1078.27,403.96,1.45541,0,0,0.665158,0.746703,300,0,1,0),(87590,194079,571,1,1,3217.49,-680.655,167.536,1.82428,0,0,0.790815,0.612055,300,0,1,0),(87591,194061,571,1,1,3474.77,2002.38,64.8625,4.93995,0,0,0.622255,-0.782815,300,0,1,0),(87592,194067,571,1,1,2781.92,930.436,22.5388,2.82408,0,0,0.987425,0.158089,300,0,1,0),(87593,194062,571,1,1,3648.29,-720.879,215.033,5.78524,0,0,0.246407,-0.969166,300,0,1,0),(87594,194066,571,1,1,3573.57,254.726,47.288,0.748473,0,0,0.365562,0.930787,300,0,1,0),(87595,194078,571,1,1,3837.51,1505.4,92.0613,6.19914,0,0,0.0420117,-0.999117,300,0,1,0),(87596,194059,571,1,1,2289.64,5197.55,11.703,5.64376,0,0,0.314292,-0.949326,300,0,1,0),(87597,194060,571,1,1,4174.85,5278.33,26.6931,5.60564,0,0,0.332328,-0.943164,300,0,1,0),(87598,194068,571,1,1,3008.25,4048.31,26.6159,0.0222444,0,0,0.011122,0.999938,300,0,1,0),(87599,194076,571,1,1,3471.5,4175.09,17.193,5.69911,0,0,0.287906,-0.957659,300,0,1,0),(87600,194077,571,1,1,2814.43,6156.97,85.3594,1.80361,0,0,0.784448,0.620194,300,0,1,0),(87601,194084,571,1,1,4506.17,5710.09,81.5123,4.77926,0,0,0.683074,-0.730349,300,0,1,0),(121573,195528,1,1,1,9734.64,2253.09,1327.35,-2.47837,0,0,0,0,120,0,1,0),(121574,195529,1,1,1,9850.22,2307.11,1318.54,1.55334,0,0,0,0,120,0,1,0),(121575,195530,1,1,1,9916.29,2348.2,1330.7,-3.09792,0,0,0,0,120,0,1,0),(121670,180037,1,1,1,-1621.6,84.8822,-17.608,0.383971,0,0,0,0,120,0,1,0),(121671,180037,1,1,1,-1626.32,122.444,-17.6143,3.03684,0,0,0,0,120,0,1,0),(121672,180038,1,1,1,-1629.65,84.6767,-17.608,-2.96704,0,0,0,0,120,0,1,0),(121673,180038,1,1,1,-1637.48,114.358,-17.608,-1.3439,0,0,0,0,120,0,1,0),(121674,180038,1,1,1,-1637.57,99.8562,-17.9482,0.296705,0,0,0,0,120,0,1,0),(121675,180039,1,1,1,-1636.01,120.007,-17.4274,-3.10665,0,0,0,0,120,0,1,0),(121676,180040,1,1,1,-1617.41,107.094,-17.9482,1.0472,0,0,0,0,120,0,1,0),(121677,180040,1,1,1,-1622.79,99.1203,-17.9482,1.91986,0,0,0,0,120,0,1,0),(121678,180040,1,1,1,-1634.01,92.4223,-17.9482,-1.09956,0,0,0,0,120,0,1,0),(121679,180041,1,1,1,-1623.49,103.253,-17.9482,0.314158,0,0,0,0,120,0,1,0),(121680,180042,1,1,1,-1552.2,140.262,-7.78816,3.00195,0,0,0,0,120,0,1,0),(121681,180043,1,1,1,-1539.42,175.948,-7.74087,-0.715585,0,0,0,0,120,0,1,0),(121682,180043,1,1,1,-1548.43,147.636,-7.78623,-1.64061,0,0,0,0,120,0,1,0),(121683,180043,1,1,1,-1561.08,133.646,-7.79281,2.56563,0,0,0,0,120,0,1,0),(121684,180043,1,1,1,-1567.97,156.141,-7.79281,-2.23402,0,0,0,0,120,0,1,0),(121685,180043,1,1,1,-1568.99,128.849,-7.8061,-0.820303,0,0,0,0,120,0,1,0),(121686,180043,1,1,1,-1570.36,178.349,-7.79281,-2.89725,0,0,0,0,120,0,1,0),(121687,180043,1,1,1,-1581.15,171.485,-7.79281,0.855211,0,0,0,0,120,0,1,0),(121688,180043,1,1,1,-1585,148.296,-7.4022,-1.27409,0,0,0,0,120,0,1,0),(121689,180043,1,1,1,-1587.49,155.283,-7.65067,2.72271,0,0,0,0,120,0,1,0),(121690,180043,1,1,1,-1595.11,122.629,-12.663,-1.98967,0,0,0,0,120,0,1,0),(121691,180043,1,1,1,-1611.67,125.546,-16.6683,-1.18682,0,0,0,0,120,0,1,0),(121692,180043,1,1,1,-1621.26,96.0627,-17.9482,-3.12412,0,0,0,0,120,0,1,0),(121693,180043,1,1,1,-1630.45,120.031,-17.9482,2.05949,0,0,0,0,120,0,1,0),(121694,180043,1,1,1,-1635.22,95.9483,-17.9482,-2.91469,0,0,0,0,120,0,1,0),(121695,180044,1,1,1,-1562.33,158.394,-8.70947,-3.05433,0,0,0,0,120,0,1,0),(121696,180045,1,1,1,-1468.2,195.75,-7.7928,1.13446,0,0,0,0,120,0,1,0),(121697,180045,1,1,1,-1475,206.091,-7.7928,3.07177,0,0,0,0,120,0,1,0),(121698,180045,1,1,1,-1480.7,194.74,-7.7928,-0.994837,0,0,0,0,120,0,1,0),(121699,180046,1,1,1,-1472.15,197.684,-7.7928,2.72271,0,0,0,0,120,0,1,0),(121700,180046,1,1,1,-1474.17,201.193,-7.7928,-1.76278,0,0,0,0,120,0,1,0),(121701,180046,1,1,1,-1475.91,201.198,-7.7928,-1.32645,0,0,0,0,120,0,1,0),(121702,180046,1,1,1,-1477.01,197.78,-7.7928,0.436332,0,0,0,0,120,0,1,0),(121703,180047,1,1,1,-1472.44,196.713,-7.7928,2.72271,0,0,0,0,120,0,1,0),(121704,180047,1,1,1,-1475.06,201.665,-7.7928,-1.71042,0,0,0,0,120,0,1,0),(121705,180047,1,1,1,-1476.58,196.844,-7.7928,0.663223,0,0,0,0,120,0,1,0),(121706,180048,1,1,1,-1472.38,196.724,-7.2928,2.60054,0,0,0,0,120,0,1,0),(121707,180048,1,1,1,-1474.98,201.706,-7.28586,0.663223,0,0,0,0,120,0,1,0),(121708,180049,1,1,1,-1475.23,201.589,-7.27891,-0.942477,0,0,0,0,120,0,1,0),(121709,180049,1,1,1,-1476.65,196.78,-7.28586,-2.58308,0,0,0,0,120,0,1,0),(121710,180053,1,1,1,-1474.75,198.769,-7.9178,1.22173,0,0,0,0,120,0,1,0),(121711,180452,1,1,1,-1324.73,87.0376,129.707,-2.77507,0,0,0,0,120,0,1,0),(100000,178666,1,1,1,9977.52,2190.41,1328.93,0.0523589,0,0,0,0,120,0,1,0),(100001,178666,1,1,1,9985.63,2205.99,1328.43,1.5708,0,0,0,0,120,0,1,0),(100002,186221,1,1,1,9970.78,2223.27,1329.55,-1.91986,0,0,0,0,120,0,1,0),(100003,186257,1,1,1,9970.73,2219.56,1329.53,0.820303,0,0,0,0,120,0,1,0),(100004,186259,1,1,1,9984.51,2199.9,1328.52,-0.418879,0,0,0,0,120,0,1,0),(100005,186260,1,1,1,9971.86,2190.39,1328.98,-1.62316,0,0,0,0,120,0,1,0),(100006,195253,1,1,1,10119.3,2216.15,1351.82,2.16421,0,0,0,0,120,0,1,0),(100007,195253,1,1,1,10130.9,2224.83,1352.22,2.21657,0,0,0,0,120,0,1,0),(100008,195253,1,1,1,10144.3,2233.66,1352.2,2.16421,0,0,0,0,120,0,1,0),(100009,195253,1,1,1,9908.32,2270.95,1355.09,-1.55334,0,0,0,0,120,0,1,0),(100010,195253,1,1,1,9919.38,2271.49,1355.09,-1.53589,0,0,0,0,120,0,1,0),(100011,195253,1,1,1,9930.41,2271.81,1355.08,-1.55334,0,0,0,0,120,0,1,0),(100012,195253,1,1,1,9973.71,2273.31,1355.09,-1.53589,0,0,0,0,120,0,1,0),(100013,195253,1,1,1,9985.81,2272.69,1355,-1.58825,0,0,0,0,120,0,1,0),(100014,195253,1,1,1,9996.89,2273.38,1355.08,-1.55334,0,0,0,0,120,0,1,0),(100015,195263,1,1,1,10072.8,2344.4,1335.17,-0.733038,0,0,0,0,120,0,1,0),(100016,195263,1,1,1,10091.1,2264.78,1346.51,0.471238,0,0,0,0,120,0,1,0),(100017,195263,1,1,1,10147.9,2358.49,1341.1,1.309,0,0,0,0,120,0,1,0),(100018,195263,1,1,1,9695.81,2338.86,1340.98,2.18166,0,0,0,0,120,0,1,0),(100019,195263,1,1,1,9737.77,2294.83,1346.49,-0.698132,0,0,0,0,120,0,1,0),(100020,195263,1,1,1,9798.35,2309.28,1330.56,-1.8675,0,0,0,0,120,0,1,0),(100021,195263,1,1,1,9821.78,2252.39,1346.21,-0.244346,0,0,0,0,120,0,1,0),(100022,195263,1,1,1,9857.45,2344.73,1334.97,2.89725,0,0,0,0,120,0,1,0),(100023,195264,1,1,1,9666,2517.08,1333.64,0.820303,0,0,0,0,120,0,1,0),(100024,185295,530,1,1,3605.76,7186.07,138.901,2.30383,0,0,0.913545,0.406737,181,100,1,0),(259239,401007,1,1,1,5086.19,-5116.32,931.162,4.78877,0,0,0.679593,-0.733589,150,0,1,0),(100026,202080,1,1,1,-2539.28,-3493.19,43.0161,2.17591,0,0,0.88568,0.464296,3600,0,1,0),(100027,202080,1,1,1,-2634.25,-3412.18,36.369,1.4773,0,0,0.673291,0.739378,3600,0,1,0),(100028,202080,1,1,1,-2644.25,-3560.39,35.17,4.86433,0,0,0.651399,-0.758736,3600,0,1,0),(100029,202080,1,1,1,-2694.75,-3490.86,35.7071,3.86295,0,0,0.935658,-0.352908,3600,0,1,0),(100030,195037,1,1,1,-7935.43,-2779.69,12.6429,0,0,0,0,0,120,0,1,0),(100031,195037,1,1,1,-7963.35,-2788.04,12.0859,0,0,0,0,0,120,0,1,0),(100032,195037,1,1,1,-7999.91,-2638.71,-44.393,0,0,0,0,0,120,0,1,0),(100033,195037,1,1,1,-8004.03,-2598.6,9.51035,0,0,0,0,0,120,0,1,0),(100034,195037,1,1,1,-8007.31,-2701.95,10.5176,0,0,0,0,0,120,0,1,0),(100035,195037,1,1,1,-8013.09,-2633.86,9.43958,0,0,0,0,0,120,0,1,0),(100036,195037,1,1,1,-8017.94,-2780.25,11.9417,0,0,0,0,0,120,0,1,0),(100037,195037,1,1,1,-8050.88,-2741.29,10.4296,0,0,0,0,0,120,0,1,0),(100038,195037,1,1,1,-8054.43,-2577.63,9.10508,0,0,0,0,0,120,0,1,0),(100039,195037,1,1,1,-8085.03,-2661.69,9.30822,0,0,0,0,0,120,0,1,0),(100040,195037,1,1,1,-8107.44,-2583.98,11.3339,0,0,0,0,0,120,0,1,0),(100041,195037,1,1,1,-8107.86,-2722.9,10.3382,0,0,0,0,0,120,0,1,0),(100042,195037,1,1,1,-8148.46,-2662.33,9.31215,0,0,0,0,0,120,0,1,0),(100043,195037,1,1,1,-8170.2,-2551.16,11.1808,0,0,0,0,0,120,0,1,0),(100044,195037,1,1,1,-8187.18,-2590.54,9.21522,0,0,0,0,0,120,0,1,0),(100045,195037,1,1,1,-8194.86,-2422.63,9.89169,0,0,0,0,0,120,0,1,0),(100046,195037,1,1,1,-8208.9,-2503.29,9.73857,0,0,0,0,0,120,0,1,0),(100047,195037,1,1,1,-8231,-2423.77,9.98842,0,0,0,0,0,120,0,1,0),(100048,195037,1,1,1,-8231.29,-2519.54,8.99892,0,0,0,0,0,120,0,1,0),(100049,195037,1,1,1,-8248.71,-2483.66,9.36911,0,0,0,0,0,120,0,1,0),(100050,195037,1,1,1,-8258.06,-2534.28,9.15517,0,0,0,0,0,120,0,1,0),(100051,195037,1,1,1,-8264.43,-2376.82,8.79964,0,0,0,0,0,120,0,1,0),(100052,195037,1,1,1,-8265.19,-2577.07,11.0042,0,0,0,0,0,120,0,1,0),(100053,195037,1,1,1,-8279.36,-2450.8,10.726,0,0,0,0,0,120,0,1,0),(100055,187117,571,1,1,97.5201,-3684.33,2.94387,-2.02458,0,0,0,0,120,0,1,0),(100056,202078,631,15,1,503.62,-2124.65,836.607,3.14159,0,0,0,1,604800,255,1,0),(100057,202141,631,15,1,473.748,-2096.48,840.857,3.14159,0,0,1,0,604800,255,1,0),(100058,202142,631,15,1,473.748,-2152.83,840.857,-1.5708,0,0,1,0,604800,255,1,0),(100059,202143,631,15,1,533.56,-2152.83,840.857,0,0,0,1,0,604800,255,1,0),(100060,202144,631,15,1,533.56,-2096.48,840.857,1.5708,0,0,1,0,604800,255,1,0),(100061,202161,631,15,1,503.62,-2124.66,836.607,3.14159,0,0,0,1,604800,255,1,0),(100062,202190,631,15,1,503.62,-2124.65,840.522,3.14159,0,0,1,0,604800,255,1,0),(100063,202436,631,15,1,426.561,-2123.86,864.889,-3.12412,0,0,0,1,-604800,255,1,0),(100064,202437,631,15,1,425.089,-2123.31,858.675,0,0,0,0,1,604800,255,1,0),(100067,2855,0,1,1,-1697.28,-3524.51,61.3946,0.541051,0,0,0,0,120,0,1,0),(100068,2855,0,1,1,-878.108,-2069.24,35.637,0.383971,0,0,0,0,120,0,1,0),(100069,2855,0,1,1,-11567.4,-574.548,28.9122,2.42601,0,0,0,0,120,0,1,0),(100070,2857,0,1,1,-1749.69,-1682.1,52.7428,-1.53589,0,0,0,0,120,0,1,0),(100071,3659,0,1,1,-514.694,-1367.44,52.4409,1.16937,0,0,0,0,120,0,1,0),(100072,3706,0,1,1,-11677.3,564.691,50.607,0.122173,0,0,0,0,120,0,1,0),(100073,3707,0,1,1,-12029.3,-995.559,49.8936,3.07177,0,0,0,0,120,0,1,0),(100074,3707,0,1,1,-11501.2,-612.834,36.314,-0.733038,0,0,0,0,120,0,1,0),(100075,3707,0,1,1,-1046.3,-2823.23,42.1361,-2.18166,0,0,0,0,120,0,1,0),(100076,3719,0,1,1,-5316.5,-1053.26,393.347,-1.79769,0,0,0,0,120,0,1,0),(100077,3797,0,1,1,1511.39,-5812.93,132.385,1.77151,0,0,0,0,120,0,1,0),(100078,3798,0,1,1,1511.51,-5813.82,132.385,0.479964,0,0,0,0,120,0,1,0),(100079,19018,0,1,1,-2646.41,-1246.57,-14.4196,0.0698117,0,0,0,0,120,0,1,0),(100080,19018,0,1,1,-2517.14,-1307.27,-42.1596,1.23918,0,0,0,0,120,0,1,0),(100081,22223,0,1,1,-4033.19,-1488.53,166.848,-0.698157,0,0,0,0,120,0,1,0),(100082,29741,0,1,1,-4598.46,-1716.81,503.483,2.80998,0,0,0,0,120,0,1,0),(100083,29742,0,1,1,-4590.05,-1724.01,510.353,-1.07338,0,0,0,0,120,0,1,0),(100084,29744,0,1,1,-4592.08,-1725.09,510.353,-0.026181,0,0,0,0,120,0,1,0),(100085,29747,0,1,1,-4600.95,-1716.9,503.483,0.628319,0,0,0,0,120,0,1,0),(100086,153454,0,1,1,1608.74,-5415.46,76.3989,0.663223,0,0,0,0,120,0,1,0),(100087,153470,0,1,1,332.637,-2122.37,104.618,0.628317,0,0,0,0,120,0,1,0),(100088,179488,0,1,1,-535.313,-1338.79,64.8361,-0.733038,0,0,0,0,120,0,1,0),(100089,180685,0,1,1,-2098.93,-1977.7,0,-3.12412,0,0,0,0,120,0,1,0),(100090,190399,571,1,1,5663.61,-2899.61,274.378,2.74016,0,0,0,0,120,0,1,0),(100091,190402,578,1,1,1158.63,1165.1,527.322,1.95106,0,0,0,0,120,0,1,0),(100092,190402,578,1,1,1151.58,1177.87,526.812,-0.910457,0,0,0,0,120,0,1,0),(100093,190542,571,1,1,5682.4,-2818.2,273.714,-0.436332,0,0,0,0,120,0,1,0),(100094,190542,571,1,1,5674.29,-2872.01,274.378,2.11185,0,0,0,0,120,0,1,0),(100095,190836,571,1,1,6417.69,-3946.6,471.102,1.58825,0,0,0,0,120,0,1,0),(100096,190836,571,1,1,6494.58,-4023.28,470.664,1.58825,0,0,0,0,120,0,1,0),(17823,181306,0,1,1,-8262.33,-2628.3,134.266,2.00713,0,0,0,1,120,255,1,0),(17822,181305,0,1,1,-8258.54,-2624.8,133.5,5.98648,0,0,0,1,120,255,1,0),(100099,192166,571,1,66,6505.96,295.849,405.547,-2.71398,0,0,0,0,120,0,1,0),(100100,192239,571,1,1,5852.04,-3111.91,345.308,-1.12574,0,0,0,0,120,0,1,0),(17821,181302,0,1,1,-8263.3,-2627.12,134.568,2.94959,0,0,0,1,120,255,1,0),(100102,192579,571,1,66,6697.83,583.688,424.279,2.50454,0,0,0,0,120,0,1,0),(100103,192618,571,1,1,5931.29,-3036.54,393.402,2.01585,0,0,0,0,120,0,1,0),(17820,181302,0,1,1,-8265.07,-2627.14,135.054,1.98967,0,0,0,1,120,255,1,0),(100105,192806,571,1,66,6544.9,360.017,430.199,1.35263,0,0,0,0,120,0,1,0),(100106,192807,571,1,66,6546.53,349.591,426.611,-1.98095,0,0,0,0,120,0,1,0),(100107,192808,571,1,66,6553.61,365.798,484.115,-2.39983,0,0,0,0,120,0,1,0),(100108,192809,571,1,66,6542.4,310.59,407.45,1.50098,0,0,0,0,120,0,1,0),(100109,192810,571,1,66,6543.75,319.347,435.594,-1.50098,0,0,0,0,120,0,1,0),(100110,192811,571,1,66,6548.49,295.183,465.685,-2.26893,0,0,0,0,120,0,1,0),(100111,192812,571,1,66,6502.74,304.816,427.362,1.32645,0,0,0,0,120,0,1,0),(100112,192813,571,1,66,6531.8,290.431,449.948,0.514871,0,0,0,0,120,0,1,0),(100113,192814,571,1,66,6517.35,288.731,438.022,0.139624,0,0,0,0,120,0,1,0),(100114,192815,571,1,66,6505.7,288.696,412.523,3.06302,0,0,0,0,120,0,1,0),(100115,192816,571,1,66,6530.58,293.439,420.612,0.165805,0,0,0,0,120,0,1,0),(100116,192817,571,1,66,6475.61,272.531,417.847,-2.17294,0,0,0,0,120,0,1,0),(100117,192818,571,1,1,5843.26,578.521,625.168,-2.58308,0,0,0,0,120,0,1,0),(100118,192823,571,1,1,5872.77,606.129,650.324,0.104719,0,0,0,0,120,0,1,0),(100119,192824,571,1,1,5852.09,658.57,659.553,1.18682,0,0,0,0,120,0,1,0),(100120,192825,571,1,1,5886.42,612.686,651.19,0.349065,0,0,0,0,120,0,1,0),(100121,192827,571,1,1,5985.08,664.723,642.371,-1.48353,0,0,0,0,120,0,1,0),(100122,192828,571,1,1,5798.44,678.912,160.892,1.62316,0,0,0,0,120,0,1,0),(100123,192828,571,1,1,5754.5,576.896,158.428,2.86234,0,0,0,0,120,0,1,0),(100124,192828,571,1,1,5654.83,675.39,153.071,2.84488,0,0,0,0,120,0,1,0),(100125,192828,571,1,1,5716.18,690.063,149.764,-2.02458,0,0,0,0,120,0,1,0),(151797,192905,571,1,1,5814.52,582.112,652.751,0.244346,0,0,0,0,10800,0,1,0),(100127,192936,571,1,198,6425.97,407.079,507.842,-0.366518,0,0,0,0,120,0,1,0),(100128,192937,571,1,198,6386.48,571.164,501.697,1.58825,0,0,0,0,120,0,1,0),(100129,192938,571,1,198,6406.38,431.123,511.174,0.532325,0,0,0,0,120,0,1,0),(100130,192953,571,1,198,6374.75,444.729,511.289,-0.314159,0,0,0,0,120,0,1,0),(100131,192954,571,1,198,6366.97,457.694,511.291,1.43989,0,0,0,0,120,0,1,0),(100132,192955,571,1,198,6390.6,478.139,510.292,-0.82903,0,0,0,0,120,0,1,0),(100133,192956,571,1,198,6374.09,449.968,511.292,0.130899,0,0,0,0,120,0,1,0),(100134,192957,571,1,198,6393.23,422.639,511.202,1.37881,0,0,0,0,120,0,1,0),(100135,192982,571,1,510,6366.62,450.197,511.291,-1.51844,0,0,0,0,120,0,1,0),(100136,192992,571,1,510,6502.52,477.211,431.808,-2.66163,0,0,0,0,120,0,1,0),(100137,192993,571,1,510,6506.52,480.656,425.953,0.479966,0,0,0,0,120,0,1,0),(100138,192995,571,1,510,6406.13,463.06,530.913,0.165805,0,0,0,0,120,0,1,0),(100139,192996,571,1,510,6505.05,453.483,447.724,-0.0174525,0,0,0,0,120,0,1,0),(100140,192997,571,1,510,6499.02,452.644,442.692,0.14835,0,0,0,0,120,0,1,0),(100141,192999,571,1,510,6504.49,433.452,457.43,2.69648,0,0,0,0,120,0,1,0),(100142,193000,571,1,510,6522.98,430.228,457.063,-0.200713,0,0,0,0,120,0,1,0),(100143,193001,571,1,510,6512.24,432.347,461.362,0.741763,0,0,0,0,120,0,1,0),(100144,193002,571,1,510,6495.35,471.472,430.421,-2.45216,0,0,0,0,120,0,1,0),(100145,193003,571,1,194,6418.32,423.006,511.121,0.802851,0,0,0,0,120,0,1,0),(100146,193610,571,1,1,5742.82,693.094,618.549,-0.610865,0,0,0,0,120,0,1,0),(100147,194126,571,1,1,6548.86,-4301.58,453.312,-0.663223,0,0,0,0,120,0,1,0),(100148,194126,571,1,1,6468.72,-4288.45,456.842,2.61799,0,0,0,0,120,0,1,0),(100149,194126,571,1,1,6494.62,-4280.69,451.369,1.43117,0,0,0,0,120,0,1,0),(100150,194126,571,1,1,6528.77,-4303.96,453.37,0.977383,0,0,0,0,120,0,1,0),(100151,194126,571,1,1,6540.09,-4320.39,450.542,3.03684,0,0,0,0,120,0,1,0),(100152,194126,571,1,1,6965.46,-4270.26,452.758,-1.69297,0,0,0,0,120,0,1,0),(100153,194126,571,1,1,7053.26,-4253.89,453.405,2.44346,0,0,0,0,120,0,1,0),(100154,194126,571,1,1,7078.56,-4263.66,451.157,1.18682,0,0,0,0,120,0,1,0),(100155,194126,571,1,1,6442.18,-4265.57,451.821,-0.401425,0,0,0,0,120,0,1,0),(100156,195603,0,1,1,-8815.17,652.927,94.8966,-1.40499,0,0,0,0,120,0,1,0),(100157,195604,0,1,1,-8861.5,636.744,96.1785,1.91113,0,0,0,0,120,0,1,0),(100158,195614,0,1,1,-8811.28,838.164,99.0288,-0.122173,0,0,0,0,120,0,1,0),(100159,195615,0,1,1,-8826.53,725.576,98.6769,-1.15192,0,0,0,0,120,0,1,0),(100160,202218,571,1,1,8105,772.726,481.245,0.680677,0,0,0,0,120,0,1,0),(100161,181798,530,1,1,-109.077,6966.76,19.5727,1.62316,0,0,0,0,120,0,1,0),(100162,181798,530,1,1,-197.019,6242.23,22.0115,-2.61799,0,0,0,0,120,0,1,0),(100163,181871,530,1,1,682.745,5346.45,-24.7876,-3.10665,0,0,0,0,120,0,1,0),(100164,181871,530,1,1,583.882,5246.76,-10.7379,-3.08918,0,0,0,0,120,0,1,0),(100165,181871,530,1,1,522.54,5315.25,-24.469,-2.04204,0,0,0,0,120,0,1,0),(100166,181872,530,1,1,350.368,5348.52,20.721,-0.95993,0,0,0,0,120,0,1,0),(100167,181872,530,1,1,682.958,5414.77,-27.3941,-1.95477,0,0,0,0,120,0,1,0),(100168,181873,530,1,1,450.495,5315.73,-1.43849,-0.261798,0,0,0,0,120,0,1,0),(100169,181873,530,1,1,484.165,5284.42,-2.87916,-0.90757,0,0,0,0,120,0,1,0),(100170,181874,530,1,1,684.896,5281.9,-10.5123,2.58308,0,0,0,0,120,0,1,0),(100171,181874,530,1,1,646.842,5448.71,-26.7155,1.09956,0,0,0,0,120,0,1,0),(100172,181874,530,1,1,487.207,5345.97,-5.20887,-0.139624,0,0,0,0,120,0,1,0),(100173,181874,530,1,1,457.729,5252.07,1.61714,3.14159,0,0,0,0,120,0,1,0),(100174,181875,530,1,1,749.578,5283.99,-0.066215,0.506145,0,0,0,0,120,0,1,0),(100175,181875,530,1,1,649.538,5248.65,-6.79209,-3.08918,0,0,0,0,120,0,1,0),(100176,181875,530,1,1,648.729,5382.64,-24.2999,0.645772,0,0,0,0,120,0,1,0),(100177,181875,530,1,1,617.66,5346.63,-29.6865,2.87979,0,0,0,0,120,0,1,0),(100178,181875,530,1,1,579.552,5315.64,-27.9692,2.26893,0,0,0,0,120,0,1,0),(100179,181876,530,1,1,548.359,5280.79,-15.6397,0.366518,0,0,0,0,120,0,1,0),(100180,181876,530,1,1,549.276,5349.8,-26.9845,-2.04204,0,0,0,0,120,0,1,0),(100181,182116,530,1,1,414.635,6311.32,23.4579,0.90757,0,0,0,0,120,0,1,0),(100182,182116,530,1,1,329.319,6124.44,17.3741,-1.67551,0,0,0,0,120,0,1,0),(100183,182116,530,1,1,317.885,6271.54,19.5117,-0.104719,0,0,0,0,120,0,1,0),(100184,182116,530,1,1,106.252,6025.12,17.6529,1.62316,0,0,0,0,120,0,1,0),(100185,182119,530,1,1,784.868,5345.26,0.509756,-0.925024,0,0,0,0,120,0,1,0),(100186,182119,530,1,1,671.271,5426.03,-24.4541,-0.104719,0,0,0,0,120,0,1,0),(100187,182119,530,1,1,631.984,5390.83,-24.4512,-0.0698117,0,0,0,0,120,0,1,0),(100188,182119,530,1,1,483.693,5260.94,-0.468056,2.61799,0,0,0,0,120,0,1,0),(100189,182139,530,1,1,-233.861,7032.65,18.4706,1.43117,0,0,0,0,120,0,1,0),(100190,182139,530,1,1,-216.573,7067.33,18.9056,-2.26893,0,0,0,0,120,0,1,0),(100191,182139,530,1,1,-199.924,7315.18,56.7761,1.97222,0,0,0,0,120,0,1,0),(100192,182139,530,1,1,-135.537,7087.72,17.4921,1.79769,0,0,0,0,120,0,1,0),(100193,182139,530,1,1,-134.533,7020.82,23.6492,-0.925024,0,0,0,0,120,0,1,0),(100194,182139,530,1,1,-118.233,7007.3,18.6213,-0.0174525,0,0,0,0,120,0,1,0),(100195,182139,530,1,1,-112.642,6976.46,17.7378,2.02458,0,0,0,0,120,0,1,0),(100196,182400,530,1,1,-572.066,5843.36,20.695,0.320558,0,0,0,0,120,0,1,0),(100197,182952,530,1,1,-270.127,6586.88,18.2676,-2.51327,0,0,0,0,120,0,1,0),(100198,183043,530,1,1,627.611,5326.46,-25.0848,2.21657,0,0,0,0,120,0,1,0),(100199,184740,530,1,1,-85.7509,7135.09,18.83,-1.53589,0,0,0,0,120,0,1,0),(100200,184740,530,1,1,-193.21,7317.55,57.2283,-0.820303,0,0,0,0,120,0,1,0),(100201,184740,530,1,1,-184.306,7243.5,23.5373,-0.890117,0,0,0,0,120,0,1,0),(100202,184740,530,1,1,-172.914,7281.72,23.6016,0.436332,0,0,0,0,120,0,1,0),(100203,184740,530,1,1,-168.957,7252.73,30.0708,2.68781,0,0,0,0,120,0,1,0),(100204,184740,530,1,1,-150.863,7260.74,23.3839,-1.48353,0,0,0,0,120,0,1,0),(100205,184740,530,1,1,-114.782,6970.4,19.3841,-0.087266,0,0,0,0,120,0,1,0),(100206,185497,530,1,1,-428.853,5378.44,158.249,2.18166,0,0,0,0,120,0,1,0),(100207,185497,530,1,1,-432.423,5448.58,110.553,-1.98967,0,0,0,0,120,0,1,0),(100208,185497,530,1,1,463.437,6138.85,55.1744,-1.5708,0,0,0,0,120,0,1,0),(100209,185497,530,1,1,-50.5574,6870.62,107.188,-1.23918,0,0,0,0,120,0,1,0),(100210,185497,530,1,1,-51.5966,6280.62,81.7391,0.209439,0,0,0,0,120,0,1,0),(100211,185497,530,1,1,-659.168,5406.11,100.273,2.3911,0,0,0,0,120,0,1,0),(100212,185497,530,1,1,-78.0924,6205.81,53.9633,-0.104719,0,0,0,0,120,0,1,0),(100213,185497,530,1,1,79.2718,6978.63,52.6167,-1.25664,0,0,0,0,120,0,1,0),(100214,185497,530,1,1,-97.4168,6992.39,107.046,2.07694,0,0,0,0,120,0,1,0),(100215,185497,530,1,1,-329.04,6718.05,133.938,-2.80998,0,0,0,0,120,0,1,0),(100216,185497,530,1,1,301.916,6228.06,185.873,-2.32129,0,0,0,0,120,0,1,0),(100217,185497,530,1,1,-1048.23,5528.17,170.484,-0.506145,0,0,0,0,120,0,1,0),(100218,185497,530,1,1,164.787,6665.86,102.888,-0.087266,0,0,0,0,120,0,1,0),(100219,185497,530,1,1,-172.577,7134.71,104.247,-2.91469,0,0,0,0,120,0,1,0),(100220,185497,530,1,1,-195.785,7038.14,60.0669,2.79252,0,0,0,0,120,0,1,0),(100221,185497,530,1,1,-205.154,6845.81,105.134,0.0698117,0,0,0,0,120,0,1,0),(100222,185497,530,1,1,240.789,6555.64,64.7314,3.14159,0,0,0,0,120,0,1,0),(100223,185497,530,1,1,-256.675,6638.41,50.4431,-2.30383,0,0,0,0,120,0,1,0),(100224,185497,530,1,1,-276.353,6977.62,144.298,-1.95477,0,0,0,0,120,0,1,0),(100225,185497,530,1,1,-278.043,7090.24,101.544,0.785397,0,0,0,0,120,0,1,0),(100226,185500,530,1,1,-40.9954,7046.84,95.3652,-2.426,0,0,0,0,120,0,1,0),(100227,185500,530,1,1,-557.794,5427.27,114.762,-1.5708,0,0,0,0,120,0,1,0),(100228,185500,530,1,1,70.854,6976.38,135.507,-0.680679,0,0,0,0,120,0,1,0),(100229,185500,530,1,1,-256.556,6361.54,49.9783,2.09439,0,0,0,0,120,0,1,0),(100230,185500,530,1,1,-18.2486,5745.34,93.5659,-0.104719,0,0,0,0,120,0,1,0),(100231,185500,530,1,1,-143.589,6285.01,103.927,-1.74533,0,0,0,0,120,0,1,0),(100232,185500,530,1,1,-137.235,6213.91,98.8816,-2.9845,0,0,0,0,120,0,1,0),(100233,185500,530,1,1,-127.401,7000.71,63.4882,0.122173,0,0,0,0,120,0,1,0),(100234,185967,530,1,1,-1883.88,5436.72,-12.7662,-0.322882,0,0,0,0,120,0,1,0),(100235,185997,530,1,1,-1846.91,5569.79,-7.04897,-1.28282,0,0,0,0,120,0,1,0),(100236,187370,530,1,1,-1614.86,5328.14,-40.296,-1.10828,0,0,0,0,120,0,1,0),(100237,192818,571,1,1,5921.76,571.95,594.558,-0.436332,0,0,0,0,120,0,1,0),(100238,192818,571,1,1,5800.64,690.35,619.03,2.05949,0,0,0,0,120,0,1,0),(100239,192818,571,1,1,5797.83,587.322,611.262,-3.12412,0,0,0,0,120,0,1,0),(100240,192818,571,1,1,5773.21,627.914,609.708,-1.36136,0,0,0,0,120,0,1,0),(100241,192823,571,1,1,5901.89,600.055,658.191,0.471238,0,0,0,0,120,0,1,0),(100242,192824,571,1,1,5892.73,587.291,659.425,-0.610864,0,0,0,0,120,0,1,0),(100243,192824,571,1,1,5700.62,539.499,648.704,0.296705,0,0,0,0,120,0,1,0),(100244,192827,571,1,1,5934.06,660.366,642.925,-0.593412,0,0,0,0,120,0,1,0),(100245,192827,571,1,1,5846.49,490.765,657.256,-0.767944,0,0,0,0,120,0,1,0),(100246,192827,571,1,1,5831.6,763.82,640.302,1.76278,0,0,0,0,120,0,1,0),(100247,192827,571,1,1,5767.65,770.375,640.46,-1.74533,0,0,0,0,120,0,1,0),(100248,192827,571,1,1,5675.63,737.063,641.646,-0.0174525,0,0,0,0,120,0,1,0),(100249,192827,571,1,1,5666.19,708.823,641.726,-2.14675,0,0,0,0,120,0,1,0),(100250,192828,571,1,1,5788.99,698.462,158.895,2.61799,0,0,0,0,120,0,1,0),(100251,192828,571,1,1,5768.54,745.891,148.569,2.21657,0,0,0,0,120,0,1,0),(100252,192828,571,1,1,5676.83,711.471,149.566,-1.88495,0,0,0,0,120,0,1,0),(100253,192828,571,1,1,5645.96,702.321,154.506,2.91469,0,0,0,0,120,0,1,0),(151796,192871,571,1,1,5814.52,582.112,652.751,0.244346,0,0,0,0,10800,0,1,0),(100255,193610,571,1,1,5720.55,676.02,612.315,-0.261798,0,0,0,0,120,0,1,0),(100256,193610,571,1,1,5937.33,562.231,609.913,0.174532,0,0,0,0,120,0,1,0),(100257,193981,530,1,1,-1855.42,5656.15,129.312,2.26893,0,0,0,0,120,0,1,0),(100258,200296,571,1,1,5797.04,694.071,657.949,-1.44862,0,0,0,0,120,0,1,0),(100259,200297,571,1,1,5801.5,689.701,663.191,1.18682,0,0,0,0,120,0,1,0),(100260,181875,530,1,1,412.341,5416.81,19.1704,-2.37364,0,0,0,0,120,0,1,0),(100261,181872,530,1,1,584.347,5448.97,-9.98813,1.39626,0,0,0,0,120,0,1,0),(100262,181873,530,1,1,385.344,5450.5,22.0013,-2.21657,0,0,0,0,120,0,1,0),(100263,181873,530,1,1,385.344,5450.5,22.0013,-2.21657,0,0,0,0,120,0,1,0),(100264,181876,530,1,1,516.473,5517.89,15.7617,0.523598,0,0,0,0,120,0,1,0),(100265,181876,530,1,1,512.716,5448.47,0.12878,-0.733038,0,0,0,0,120,0,1,0),(100266,181876,530,1,1,479.906,5481.69,15.1163,1.58825,0,0,0,0,120,0,1,0),(100267,182116,530,1,1,101.439,6092.91,17.3741,2.00713,0,0,0,0,120,0,1,0),(100268,182116,530,1,1,130.03,6208.4,21.3329,2.75761,0,0,0,0,120,0,1,0),(100269,182116,530,1,1,144.04,6073.34,23.3788,2.30383,0,0,0,0,120,0,1,0),(100270,182116,530,1,1,302.283,6191.51,22.8614,0.349065,0,0,0,0,120,0,1,0),(100271,182116,530,1,1,351.892,5896.4,17.8888,-2.21657,0,0,0,0,120,0,1,0),(100272,182116,530,1,1,366.759,5796.13,21.7268,0.261798,0,0,0,0,120,0,1,0),(100273,182116,530,1,1,377.377,6155.25,22.3952,-2.56563,0,0,0,0,120,0,1,0),(100274,182116,530,1,1,411.45,5877.96,23.8915,2.05949,0,0,0,0,120,0,1,0),(100275,182116,530,1,1,411.45,5877.96,23.8915,2.05949,0,0,0,0,120,0,1,0),(100276,182116,530,1,1,101.439,6092.91,17.3741,2.00713,0,0,0,0,120,0,1,0),(100277,182116,530,1,1,130.03,6208.4,21.3329,2.75761,0,0,0,0,120,0,1,0),(100278,182116,530,1,1,135.496,6045.47,22.3512,-1.46608,0,0,0,0,120,0,1,0),(100279,182116,530,1,1,144.04,6073.34,23.3788,2.30383,0,0,0,0,120,0,1,0),(100280,182116,530,1,1,255.13,6094.23,17.3741,1.36136,0,0,0,0,120,0,1,0),(100281,182116,530,1,1,302.283,6191.51,22.8614,0.349065,0,0,0,0,120,0,1,0),(100282,182116,530,1,1,331.684,5944.51,17.3741,0.785397,0,0,0,0,120,0,1,0),(100283,182116,530,1,1,347.531,6164.19,19.2127,0.872664,0,0,0,0,120,0,1,0),(100284,182116,530,1,1,351.892,5896.4,17.8888,-2.21657,0,0,0,0,120,0,1,0),(100285,182116,530,1,1,366.759,5796.13,21.7268,0.261798,0,0,0,0,120,0,1,0),(100286,182116,530,1,1,377.377,6155.25,22.3952,-2.56563,0,0,0,0,120,0,1,0),(100287,182119,530,1,1,478.806,5419.97,2.13749,-0.785397,0,0,0,0,120,0,1,0),(100288,182119,530,1,1,525.37,5456.01,-0.68419,1.15192,0,0,0,0,120,0,1,0),(100289,182139,530,1,1,-361.882,7242.5,52.6647,0.59341,0,0,0,0,120,0,1,0),(100290,182139,530,1,1,-310.054,7228,30.5561,1.74533,0,0,0,0,120,0,1,0),(100291,182139,530,1,1,-293.075,7218.43,24.5668,0.366518,0,0,0,0,120,0,1,0),(100292,182271,530,1,1,-209.975,5425.8,21.1276,-2.74889,0,0,0,0,120,0,1,0),(100293,182314,530,1,1,-49.7271,5548.37,26.3178,2.48709,0,0,0,0,120,0,1,0),(100294,182402,530,1,1,-824.189,5787.44,22.9454,-1.18777,0,0,0,0,120,0,1,0),(100295,182952,530,1,1,-156.585,5752.54,18.3581,1.06465,0,0,0,0,120,0,1,0),(100296,183418,530,1,1,-1045.73,5243.11,22.333,-1.5708,0,0,0,0,120,0,1,0),(100297,183441,558,1,1,62.6931,-398.407,29.6639,-0.95993,0,0,0,0,120,0,1,0),(100298,184740,530,1,1,-216.55,7323.26,31.9661,-2.56563,0,0,0,0,120,0,1,0),(100299,185497,530,1,1,-770.9,5357.92,47.7945,-2.11185,0,0,0,0,120,0,1,0),(100300,185497,530,1,1,-745.1,5522.61,89.5085,-1.23918,0,0,0,0,120,0,1,0),(100301,185497,530,1,1,-96.1777,5696.83,177.037,-2.91469,0,0,0,0,120,0,1,0),(100302,185497,530,1,1,-300.081,7228.4,93.4519,1.22173,0,0,0,0,120,0,1,0),(100303,185497,530,1,1,-281.489,7292.75,120.224,2.00713,0,0,0,0,120,0,1,0),(100304,185500,530,1,1,-951.425,5336.33,48.0389,2.44346,0,0,0,0,120,0,1,0),(100305,185500,530,1,1,259.399,5602.71,126.351,-2.54818,0,0,0,0,120,0,1,0),(100306,185500,530,1,1,-356.765,5528.44,84.9729,0.942477,0,0,0,0,120,0,1,0),(100307,185500,530,1,1,-40.9521,5435.14,146.693,-2.79252,0,0,0,0,120,0,1,0),(100308,185500,530,1,1,259.399,5602.71,126.351,-2.54818,0,0,0,0,120,0,1,0),(100309,185500,530,1,1,-356.765,5528.44,84.9729,0.942477,0,0,0,0,120,0,1,0),(100310,185500,530,1,1,-40.9521,5435.14,146.693,-2.79252,0,0,0,0,120,0,1,0),(100311,185500,530,1,1,-401.713,5529.69,153.98,2.32129,0,0,0,0,120,0,1,0),(100312,177281,530,1,1,-1848.85,4646.06,9.16091,1.41372,0,0,0,0,120,0,1,0),(100313,180700,530,1,1,-2931.09,4020.17,-1.08229,-2.68781,0,0,0,0,120,0,1,0),(100314,181800,530,1,1,-2525.11,5412.03,0.047578,0.436332,0,0,0,0,120,0,1,0),(100315,181804,530,1,1,-2931.91,1358.39,8.38911,-2.60054,0,0,0,0,120,0,1,0),(100316,182031,530,1,1,-251.326,7922.38,18.1305,0,0,0,0,0,120,0,1,0),(100317,182031,530,1,1,-325.574,7910.28,19.8975,0.628317,0,0,0,0,120,0,1,0),(100318,182031,530,1,1,-287.799,7956.72,21.7445,1.01229,0,0,0,0,120,0,1,0),(100319,182031,530,1,1,-253.632,7844.44,19.4037,-2.79252,0,0,0,0,120,0,1,0),(100320,182053,530,1,1,-311.907,7982.55,20.4984,0.174532,0,0,0,0,120,0,1,0),(100321,182053,530,1,1,-194.458,7662.86,19.8046,-0.750491,0,0,0,0,120,0,1,0),(100322,182053,530,1,1,-177.218,7613.65,23.8111,-2.11185,0,0,0,0,120,0,1,0),(100323,182116,530,1,1,52.5587,6378.69,18.4287,-1.51844,0,0,0,0,120,0,1,0),(100324,182116,530,1,1,160.823,6333.73,22.6947,0.541051,0,0,0,0,120,0,1,0),(100325,182139,530,1,1,-0.602159,7158.36,17.3827,1.93731,0,0,0,0,120,0,1,0),(100326,182256,530,1,1,-285.4,7875.44,22.0821,0.628317,0,0,0,0,120,0,1,0),(100327,182256,530,1,1,-190.236,7916.32,18.9437,1.18682,0,0,0,0,120,0,1,0),(100328,182256,530,1,1,-257.565,8043.37,18.5077,0.104719,0,0,0,0,120,0,1,0),(100329,182256,530,1,1,-259.638,7789.75,20.0951,-2.70526,0,0,0,0,120,0,1,0),(100330,182256,530,1,1,-281.351,8015.34,19.7486,-0.488691,0,0,0,0,120,0,1,0),(100331,182265,530,1,1,-1010.15,8118.69,-94.1044,-2.86234,0,0,0,0,120,0,1,0),(100332,182265,530,1,1,-1034.77,8148,-90.493,-2.60054,0,0,0,0,120,0,1,0),(100333,182265,530,1,1,-1046.71,8137.8,-86.5917,2.80998,0,0,0,0,120,0,1,0),(100334,182265,530,1,1,-1050.05,8154.15,-85.6808,0.855211,0,0,0,0,120,0,1,0),(100335,182265,530,1,1,-969.208,8106.52,-91.9154,2.25147,0,0,0,0,120,0,1,0),(100336,182265,530,1,1,-972.437,8142.92,-90.923,-1.53589,0,0,0,0,120,0,1,0),(100337,182265,530,1,1,-982.99,8131.84,-95.0107,2.46091,0,0,0,0,120,0,1,0),(100338,182265,530,1,1,-991.468,8111.45,-96.1689,2.67035,0,0,0,0,120,0,1,0),(100339,182265,530,1,1,-997.881,8120.69,-95.4711,-1.74533,0,0,0,0,120,0,1,0),(100340,182265,530,1,1,-991.848,8098.1,-91.9325,1.27409,0,0,0,0,120,0,1,0),(100341,182272,530,1,1,-1517.45,8140.24,-20.1754,-2.80998,0,0,0,0,120,0,1,0),(100342,182273,530,1,1,-1389.53,7782.51,-11.6257,-1.51844,0,0,0,0,120,0,1,0),(100343,182274,530,1,1,-1662.28,7735,-15.9663,1.88495,0,0,0,0,120,0,1,0),(100344,182524,530,1,1,-1829.2,4699.35,9.89957,0.122173,0,0,0,0,120,0,1,0),(100345,182524,530,1,1,-1800.13,4735.68,39.2013,-2.58308,0,0,0,0,120,0,1,0),(100346,182541,530,1,1,-2153.05,4010.7,2.22239,0.209439,0,0,0,0,120,0,1,0),(100347,182541,530,1,1,-2135.93,3993.24,0.771635,1.23918,0,0,0,0,120,0,1,0),(100348,182541,530,1,1,-2298.56,3367.02,-10.3225,-2.11185,0,0,0,0,120,0,1,0),(100349,182541,530,1,1,-2228.63,5284.2,-7.62894,2.49582,0,0,0,0,120,0,1,0),(100350,182541,530,1,1,-2291.62,5301.37,-10.059,-1.98967,0,0,0,0,120,0,1,0),(100351,182541,530,1,1,-2352.31,5202.65,-1.94095,-2.33874,0,0,0,0,120,0,1,0),(100352,182601,530,1,1,-2328.86,5295.93,-8.94606,0.401425,0,0,0,0,120,0,1,0),(100353,182951,530,1,1,-1757.87,7660.78,-14.6918,1.32645,0,0,0,0,120,0,1,0),(100354,182958,530,1,1,-1581.94,8249.16,-23.0465,2.51327,0,0,0,0,120,0,1,0),(100355,183441,558,1,1,-110.03,-269.693,34.9605,-1.55334,0,0,0,0,120,0,1,0),(100356,183441,558,1,1,40.8714,12.5752,4.04008,2.80998,0,0,0,0,120,0,1,0),(100357,184716,530,1,1,-2984.56,1711.87,75.3937,2.25147,0,0,0,0,120,0,1,0),(100358,184716,530,1,1,-3012.27,1654.83,69.5433,2.04204,0,0,0,0,120,0,1,0),(100359,184716,530,1,1,-3032.44,1770.34,77.3924,3.03684,0,0,0,0,120,0,1,0),(100360,184716,530,1,1,-3020.69,1657.22,69.0071,0.226892,0,0,0,0,120,0,1,0),(100361,184716,530,1,1,-2975.93,1722.21,76.2882,2.09439,0,0,0,0,120,0,1,0),(100362,184716,530,1,1,-2903.04,1655.57,58.6814,2.82743,0,0,0,0,120,0,1,0),(100363,184716,530,1,1,-2895.69,1685.15,59.4039,-0.575957,0,0,0,0,120,0,1,0),(100364,184716,530,1,1,-2924.64,1709.81,67.4804,1.15192,0,0,0,0,120,0,1,0),(100365,184716,530,1,1,-2879.01,1675.96,59.1885,1.91986,0,0,0,0,120,0,1,0),(100366,184716,530,1,1,-2933.24,1655.71,58.1599,-0.994837,0,0,0,0,120,0,1,0),(100367,184716,530,1,1,-2962.65,1303.57,8.06647,0.628317,0,0,0,0,120,0,1,0),(100368,184740,530,1,1,-139.275,7287.59,23.339,0.663223,0,0,0,0,120,0,1,0),(100369,184740,530,1,1,-124.533,7284.02,33.5671,-0.575957,0,0,0,0,120,0,1,0),(100370,184869,530,1,1,-3289.82,928.622,38.1706,-0.174532,0,0,0,0,120,0,1,0),(100371,184869,530,1,1,-3256.03,933.555,45.1199,2.79252,0,0,0,0,120,0,1,0),(100372,184869,530,1,1,-3258.88,1008.32,58.1371,1.32645,0,0,0,0,120,0,1,0),(100373,184870,530,1,1,-3235.58,1020.94,61.6388,-1.6057,0,0,0,0,120,0,1,0),(100374,184948,530,1,1,-3177.23,2372.84,61.9757,-2.96704,0,0,0,0,120,0,1,0),(100375,185497,530,1,1,-64.0187,7638.27,118.514,2.79252,0,0,0,0,120,0,1,0),(100376,185497,530,1,1,6.47369,6343.11,115.794,2.72271,0,0,0,0,120,0,1,0),(100377,185497,530,1,1,-441.606,8389.59,74.2868,2.07694,0,0,0,0,120,0,1,0),(100378,185497,530,1,1,71.6643,6539.77,88.4487,-3.05433,0,0,0,0,120,0,1,0),(100379,185497,530,1,1,74.3626,7149.38,104.988,1.65806,0,0,0,0,120,0,1,0),(100380,185497,530,1,1,-782.503,5557.06,169.081,-2.74016,0,0,0,0,120,0,1,0),(100381,185497,530,1,1,80.4603,6329.96,207.996,-0.314158,0,0,0,0,120,0,1,0),(100382,185497,530,1,1,-83.9539,7249.71,147.388,-2.23402,0,0,0,0,120,0,1,0),(100383,185497,530,1,1,92.8589,7248.92,109.975,-0.383971,0,0,0,0,120,0,1,0),(100384,185497,530,1,1,-4.18142,7248.99,112.445,-1.20428,0,0,0,0,120,0,1,0),(100385,185497,530,1,1,-396.277,8432.98,85.6501,1.37881,0,0,0,0,120,0,1,0),(100386,185497,530,1,1,-149.104,7705.06,144.704,1.72787,0,0,0,0,120,0,1,0),(100387,185497,530,1,1,137.659,6567.93,94.6724,-0.506145,0,0,0,0,120,0,1,0),(100388,185497,530,1,1,-136.4,7467.23,158.476,-2.09439,0,0,0,0,120,0,1,0),(100389,185497,530,1,1,-128.515,7809.57,57.9952,1.3439,0,0,0,0,120,0,1,0),(100390,185497,530,1,1,-108.784,7564.46,124.77,-2.74016,0,0,0,0,120,0,1,0),(100391,185497,530,1,1,152.311,6297.69,101.521,-1.44862,0,0,0,0,120,0,1,0),(100392,185497,530,1,1,-159.742,7745.25,156.699,-1.72787,0,0,0,0,120,0,1,0),(100393,185497,530,1,1,-362.383,8333.47,96.6193,-1.6057,0,0,0,0,120,0,1,0),(100394,185497,530,1,1,-313.232,7984.2,220.995,0.209439,0,0,0,0,120,0,1,0),(100395,185497,530,1,1,3.45409,7516.57,190.503,1.11701,0,0,0,0,120,0,1,0),(100396,185497,530,1,1,293.091,6965.65,56.2594,0.750491,0,0,0,0,120,0,1,0),(100397,185497,530,1,1,271.005,6909.95,50.4887,-0.226892,0,0,0,0,120,0,1,0),(100398,185497,530,1,1,-25.5586,7378.9,127.369,-0.628317,0,0,0,0,120,0,1,0),(100399,185497,530,1,1,10.9504,7349.26,85.6701,1.309,0,0,0,0,120,0,1,0),(100400,185500,530,1,1,4.10373,7324.04,86.5268,-2.21657,0,0,0,0,120,0,1,0),(100401,185500,530,1,1,-331.489,7876.77,163.617,-2.35619,0,0,0,0,120,0,1,0),(100402,185500,530,1,1,-322.764,8469.02,96.942,0.837757,0,0,0,0,120,0,1,0),(100403,185500,530,1,1,120.967,6364.15,212.3,1.22173,0,0,0,0,120,0,1,0),(44719,187372,556,3,1,65.8832,286.698,25.0402,0,0,0,0,1,86400,255,1,12340),(100405,192059,571,1,1,5647.94,500.683,147.409,2.93214,0,0,0,0,120,0,1,0),(100406,192824,571,1,1,5678.96,711.913,655.032,-1.37881,0,0,0,0,120,0,1,0),(100407,192824,571,1,1,5852.19,468.392,640.732,-2.35619,0,0,0,0,120,0,1,0),(100408,192824,571,1,1,5892.92,594.19,651.203,2.89725,0,0,0,0,120,0,1,0),(100409,192824,571,1,1,5890.13,607.538,662.819,-0.750491,0,0,0,0,120,0,1,0),(100410,192825,571,1,1,5893.05,600.164,651.169,0.314158,0,0,0,0,120,0,1,0),(100411,192827,571,1,1,5781.64,755.595,640.61,2.47837,0,0,0,0,120,0,1,0),(100412,192827,571,1,1,5852.45,453.084,657.542,-1.32645,0,0,0,0,120,0,1,0),(100413,192828,571,1,1,5818.84,657.678,163.937,-1.02974,0,0,0,0,120,0,1,0),(100414,192828,571,1,1,5810.25,615.915,166.266,0.314158,0,0,0,0,120,0,1,0),(100415,192828,571,1,1,5806.31,582.424,167.347,2.79252,0,0,0,0,120,0,1,0),(100416,192828,571,1,1,5791.81,738.427,156.866,-2.28638,0,0,0,0,120,0,1,0),(100417,192828,571,1,1,5719.11,585.155,152.199,3.01941,0,0,0,0,120,0,1,0),(100418,192828,571,1,1,5638.77,668.592,155.531,-2.93214,0,0,0,0,120,0,1,0),(151795,192706,571,1,1,5814.52,582.112,652.751,0.244346,0,0,0,0,10800,0,1,0),(151794,192708,571,1,1,5814.52,582.112,652.751,0.244346,0,0,0,0,10800,0,1,0),(100421,193610,571,1,1,5931.93,579.563,594.558,-1.15192,0,0,0,0,120,0,1,0),(100422,193610,571,1,1,5861.59,654.403,615.658,-1.95477,0,0,0,0,120,0,1,0),(100423,193610,571,1,1,5854.01,618.303,617.672,0.663223,0,0,0,0,120,0,1,0),(100424,193610,571,1,1,5818.08,617.019,609.158,1.8675,0,0,0,0,120,0,1,0),(100425,193610,571,1,1,5795.99,663.191,609.158,1.20428,0,0,0,0,120,0,1,0),(100426,193610,571,1,1,5785.33,724.838,599.445,-3.03684,0,0,0,0,120,0,1,0),(100427,193610,571,1,1,5745.1,706.951,620.286,-0.331611,0,0,0,0,120,0,1,0),(100428,193610,571,1,1,5735.51,677.774,599.418,1.3439,0,0,0,0,120,0,1,0),(100429,193610,571,1,1,5802.49,605.884,609.158,-3.12412,0,0,0,0,120,0,1,0),(100430,193610,571,1,1,5837.36,642.332,609.158,0.453785,0,0,0,0,120,0,1,0),(100431,194468,530,1,1,-2133.08,5371.85,53.8077,2.28638,0,0,0,0,120,0,1,0),(325,188448,571,1,1,3346.4,2534.09,197.317,2.82743,0,0,0.987688,0.156436,180,255,1,0),(268647,180667,469,1,1,-7526.18,-924.875,458.823,0.444532,0,0,0.22044,0.9754,600,100,1,0),(100434,192227,571,1,64,6297.07,53.3889,379.443,2.3911,0,0,0,0,120,0,1,0),(100435,192228,571,1,64,6288.48,61.6892,377.903,-2.34746,0,0,0,0,120,0,1,0),(100436,192229,571,1,64,6264.6,84.5799,377.801,0.794123,0,0,0,0,120,0,1,0),(100437,192230,571,1,64,6256.02,92.8802,379.34,-2.37365,0,0,0,0,120,0,1,0),(100438,192231,571,1,64,6207.34,60.4618,367.394,-1.62315,0,0,0,0,120,0,1,0),(100439,192232,571,1,64,6219.27,59.9358,368.933,1.59698,0,0,0,0,120,0,1,0),(100440,192233,571,1,64,6174.83,60.7326,367.395,1.54462,0,0,0,0,120,0,1,0),(100441,192234,571,1,64,6162.89,60.9462,368.935,0,0,0,0,0,120,0,1,0),(100442,192244,571,1,64,6264.6,84.5799,377.801,0.794123,0,0,0,0,120,0,1,0),(100443,192245,571,1,64,6288.48,61.6892,377.903,-2.34746,0,0,0,0,120,0,1,0),(100444,192246,571,1,64,6297.07,53.3889,379.443,2.3911,0,0,0,0,120,0,1,0),(100445,192247,571,1,64,6256.02,92.8802,379.34,-2.37365,0,0,0,0,120,0,1,0),(100446,192248,571,1,64,6219.27,59.9358,368.933,1.59698,0,0,0,0,120,0,1,0),(100447,192249,571,1,64,6162.89,60.9462,368.935,0,0,0,0,0,120,0,1,0),(100448,192250,571,1,64,6174.83,60.7326,367.395,1.54462,0,0,0,0,120,0,1,0),(100449,192251,571,1,64,6207.34,60.4618,367.394,-1.62315,0,0,0,0,120,0,1,0),(100450,192958,571,1,510,6396.72,440.785,511.292,-0.193385,0,0,0,0,120,0,1,0),(100451,192959,571,1,510,6396.09,463.281,511.282,1.72077,0,0,0,0,120,0,1,0),(100452,192960,571,1,510,6401.24,464.467,511.284,-2.67325,0,0,0,0,120,0,1,0),(100453,192961,571,1,510,6396.8,460.417,511.285,-0.0589623,0,0,0,0,120,0,1,0),(100454,192962,571,1,510,6401.34,462.53,511.285,-0.389499,0,0,0,0,120,0,1,0),(100455,192963,571,1,510,6397.71,462,511.285,-2.61713,0,0,0,0,120,0,1,0),(100456,192964,571,1,510,6398.38,465.801,511.282,-2.1855,0,0,0,0,120,0,1,0),(100457,192965,571,1,510,6392.24,440.565,511.292,-0.102764,0,0,0,0,120,0,1,0),(100458,192966,571,1,510,6394.23,464.809,511.284,-1.49701,0,0,0,0,120,0,1,0),(100459,192967,571,1,510,6383.98,466.536,511.282,0.370232,0,0,0,0,120,0,1,0),(100460,192968,571,1,510,6392.79,468.093,511.282,0.0116959,0,0,0,0,120,0,1,0),(100461,192969,571,1,510,6385.33,467.589,511.245,0.150597,0,0,0,0,120,0,1,0),(100462,192970,571,1,510,6384.93,462.007,511.284,-0.849183,0,0,0,0,120,0,1,0),(100463,192971,571,1,510,6384.11,465.433,511.282,1.53543,0,0,0,0,120,0,1,0),(100464,192972,571,1,510,6390.23,464.844,511.282,-2.79031,0,0,0,0,120,0,1,0),(100465,192973,571,1,510,6386.31,466.401,511.282,-0.482453,0,0,0,0,120,0,1,0),(100466,192974,571,1,510,6391.75,470.443,511.282,-0.968316,0,0,0,0,120,0,1,0),(100467,192975,571,1,510,6388.19,463.026,511.282,-0.0610658,0,0,0,0,120,0,1,0),(100468,192976,571,1,510,6385.99,441.426,511.256,0.264044,0,0,0,0,120,0,1,0),(100469,192977,571,1,510,6385.03,439.147,511.292,1.64888,0,0,0,0,120,0,1,0),(100470,192978,571,1,510,6387.1,440.356,511.292,-0.369009,0,0,0,0,120,0,1,0),(100471,192979,571,1,510,6389.35,437.216,511.292,0.0523801,0,0,0,0,120,0,1,0),(100472,192980,571,1,510,6392.84,437.939,511.291,0.0116959,0,0,0,0,120,0,1,0),(100473,192981,571,1,198,6397.43,438.504,511.291,-2.1855,0,0,0,0,120,0,1,0),(100474,192983,571,1,510,6388.55,450.99,511.292,-0.698129,0,0,0,0,120,0,1,0),(100475,192985,571,1,510,6402.2,438.052,528.443,-0.619591,0,0,0,0,120,0,1,0),(100476,192986,571,1,510,6400.74,436.745,528.815,-1.13447,0,0,0,0,120,0,1,0),(100477,192987,571,1,510,6402.81,438.966,532.583,-0.296703,0,0,0,0,120,0,1,0),(100478,192988,571,1,510,6409.27,461.103,535.641,-0.453785,0,0,0,0,120,0,1,0),(100479,192989,571,1,510,6398.8,435.003,531.123,3.14159,0,0,0,0,120,0,1,0),(100480,192990,571,1,510,6403.76,439.631,533.06,-0.130899,0,0,0,0,120,0,1,0),(100481,192991,571,1,510,6405.78,440.991,534.741,3.14159,0,0,0,0,120,0,1,0),(100482,192994,571,1,510,6408.92,461.538,535.438,3.14159,0,0,0,0,120,0,1,0),(100483,190172,571,1,2,6142.6,195.027,374.565,2.72271,0,0,0,0,120,0,1,0),(268646,180666,0,1,1,1628.82,130.74,-60.9707,0.120107,0,0,0.0600174,0.998197,600,100,1,0),(268645,180665,0,1,1,-8358.35,383.357,124.479,6.16137,0,0,0.0608701,-0.998146,600,100,1,0),(100486,192934,571,1,198,6389.84,451.177,511.181,3.14159,0,0,0,0,120,0,1,0),(100487,192935,571,1,198,6389.74,451.181,511.182,3.14159,0,0,0,0,120,0,1,0),(151474,180399,530,1,1,-1910.95,5434.9,-12.4907,0.436332,0,0,0,0,120,0,1,0),(151475,180399,530,1,1,-1913.3,5494.24,-12.4281,1.97222,0,0,0,0,120,0,1,0),(151476,180399,530,1,1,-1925.68,5379.22,-12.4281,-2.19911,0,0,0,0,120,0,1,0),(151477,180399,530,1,1,-1951.99,5251.26,-42.7769,-2.44346,0,0,0,0,120,0,1,0),(151478,180399,530,1,1,-2038.02,5329.29,-40.1177,-3.00195,0,0,0,0,120,0,1,0),(151479,180399,530,1,1,-2057.13,5247.49,-38.8846,0.401425,0,0,0,0,120,0,1,0),(151480,180395,530,1,1,-1648.13,5217.74,-42.6674,3.07177,0,0,0,0,120,0,1,0),(151481,180395,530,1,1,-1669.15,5412.66,-40.5241,0.0174525,0,0,0,0,120,0,1,0),(151482,180395,530,1,1,-1679.29,5503.42,-40.498,0.837757,0,0,0,0,120,0,1,0),(151483,180395,530,1,1,-1782.78,5252.72,-40.3064,-0.837757,0,0,0,0,120,0,1,0),(151484,180395,530,1,1,-1785.7,5453.39,-12.5254,0.261798,0,0,0,0,120,0,1,0),(151485,180395,530,1,1,-1815.18,5433.53,-12.4561,-2.9845,0,0,0,0,120,0,1,0),(151486,180395,530,1,1,-1837.35,5146.71,-42.902,2.77507,0,0,0,0,120,0,1,0),(151487,180395,530,1,1,-1848.8,5349.16,-12.5184,-1.41372,0,0,0,0,120,0,1,0),(151488,180395,530,1,1,-1882.48,5509.64,-12.5392,1.93731,0,0,0,0,120,0,1,0),(151489,180395,530,1,1,-1941.75,5409.94,-12.4698,-3.12412,0,0,0,0,120,0,1,0),(151490,180395,530,1,1,-2032.08,5222.2,-40.845,1.51844,0,0,0,0,120,0,1,0),(151491,180395,530,1,1,-2047.22,5349.4,-41.0873,-2.04204,0,0,0,0,120,0,1,0),(151492,195532,571,1,1,5664.81,791.002,653.698,-0.663223,0,0,0,0,120,0,1,0),(151493,195532,571,1,1,5674.5,807.814,654.413,-1.78023,0,0,0,0,120,0,1,0),(151494,195533,571,1,1,5914.19,554.681,661.245,0.994837,0,0,0,0,120,0,1,0),(151495,195533,571,1,1,5916.1,566.209,639.625,-2.72271,0,0,0,0,120,0,1,0),(151496,180400,571,1,1,5664.81,791.002,653.698,-0.663223,0,0,0,0,120,0,1,0),(151497,180400,571,1,1,5674.5,807.814,654.413,-1.78023,0,0,0,0,120,0,1,0),(151498,180394,571,1,1,5914.19,554.681,661.245,0.994837,0,0,0,0,120,0,1,0),(151499,180394,571,1,1,5916.1,566.209,639.625,-2.72271,0,0,0,0,120,0,1,0),(151500,192686,571,1,1,5664.81,791.002,653.698,-0.663223,0,0,0,0,120,0,1,0),(151501,192686,571,1,1,5674.5,807.814,654.413,-1.78023,0,0,0,0,120,0,1,0),(151502,192688,571,1,1,5914.19,554.681,661.245,0.994837,0,0,0,0,120,0,1,0),(151503,192688,571,1,1,5916.1,566.209,639.625,-2.72271,0,0,0,0,120,0,1,0),(151504,180395,571,1,1,5664.81,791.002,653.698,-0.663223,0,0,0,0,120,0,1,0),(151505,180395,571,1,1,5674.5,807.814,654.413,-1.78023,0,0,0,0,120,0,1,0),(151506,180399,571,1,1,5914.19,554.681,661.245,0.994837,0,0,0,0,120,0,1,0),(151507,180399,571,1,1,5916.1,566.209,639.625,-2.72271,0,0,0,0,120,0,1,0),(151508,180396,571,1,1,5664.81,791.002,653.698,-0.663223,0,0,0,0,120,0,1,0),(151509,180396,571,1,1,5674.5,807.814,654.413,-1.78023,0,0,0,0,120,0,1,0),(151510,180398,571,1,1,5914.19,554.681,661.245,0.994837,0,0,0,0,120,0,1,0),(151511,180398,571,1,1,5916.1,566.209,639.625,-2.72271,0,0,0,0,120,0,1,0),(151512,185107,571,1,1,5664.81,791.002,653.698,-0.663223,0,0,0,0,120,0,1,0),(151513,185107,571,1,1,5674.5,807.814,654.413,-1.78023,0,0,0,0,120,0,1,0),(151514,185106,571,1,1,5914.19,554.681,661.245,0.994837,0,0,0,0,120,0,1,0),(151515,185106,571,1,1,5916.1,566.209,639.625,-2.72271,0,0,0,0,120,0,1,0),(151516,185107,1,1,1,9720.18,2545.46,1335.68,-0.977383,0,0,0,0,120,0,1,0),(151517,185107,1,1,1,9963.93,2490.04,1316.05,0,0,0,0,0,120,0,1,0),(151518,185107,1,1,1,9965.64,2179.93,1328.07,-2.54818,0,0,0,0,120,0,1,0),(151519,185107,1,1,1,9985.21,2342.41,1330.79,0,0,0,0,0,120,0,1,0),(151520,195532,1,1,1,9720.18,2545.46,1335.68,-0.977383,0,0,0,0,120,0,1,0),(151521,195532,1,1,1,9963.93,2490.04,1316.05,0,0,0,0,0,120,0,1,0),(151522,195532,1,1,1,9965.64,2179.93,1328.07,-2.54818,0,0,0,0,120,0,1,0),(151523,195532,1,1,1,9985.21,2342.41,1330.79,0,0,0,0,0,120,0,1,0),(151524,180398,1,1,1,9720.18,2545.46,1335.68,-0.977383,0,0,0,0,120,0,1,0),(151525,180398,1,1,1,9963.93,2490.04,1316.05,0,0,0,0,0,120,0,1,0),(151526,180398,1,1,1,9965.64,2179.93,1328.07,-2.54818,0,0,0,0,120,0,1,0),(151527,180398,1,1,1,9985.21,2342.41,1330.79,0,0,0,0,0,120,0,1,0),(151528,180399,1,1,1,9720.18,2545.46,1335.68,-0.977383,0,0,0,0,120,0,1,0),(151529,180399,1,1,1,9963.93,2490.04,1316.05,0,0,0,0,0,120,0,1,0),(151530,180399,1,1,1,9965.64,2179.93,1328.07,-2.54818,0,0,0,0,120,0,1,0),(151531,180399,1,1,1,9985.21,2342.41,1330.79,0,0,0,0,0,120,0,1,0),(151532,192686,1,1,1,9720.18,2545.46,1335.68,-0.977383,0,0,0,0,120,0,1,0),(151533,192686,1,1,1,9963.93,2490.04,1316.05,0,0,0,0,0,120,0,1,0),(151534,192686,1,1,1,9965.64,2179.93,1328.07,-2.54818,0,0,0,0,120,0,1,0),(151535,192686,1,1,1,9985.21,2342.41,1330.79,0,0,0,0,0,120,0,1,0),(151536,180400,1,1,1,9720.18,2545.46,1335.68,-0.977383,0,0,0,0,120,0,1,0),(151537,180400,1,1,1,9963.93,2490.04,1316.05,0,0,0,0,0,120,0,1,0),(151538,180400,1,1,1,9965.64,2179.93,1328.07,-2.54818,0,0,0,0,120,0,1,0),(151539,180400,1,1,1,9985.21,2342.41,1330.79,0,0,0,0,0,120,0,1,0),(151540,195532,530,1,1,-3828.2,-11728,-106.773,2.18166,0,0,0,0,120,0,1,0),(151541,195532,530,1,1,-3842.18,-11419.3,-132.054,-2.46091,0,0,0,0,120,0,1,0),(151542,195532,530,1,1,-3909.89,-11632.4,-138.081,1.62316,0,0,0,0,120,0,1,0),(151543,195532,530,1,1,-3948.02,-11696.9,-138.765,-2.75761,0,0,0,0,120,0,1,0),(151544,195532,530,1,1,-4161.39,-11451.6,-131.007,0.506145,0,0,0,0,120,0,1,0),(151545,180399,530,1,1,-3828.2,-11728,-106.773,2.18166,0,0,0,0,120,0,1,0),(151546,180399,530,1,1,-3842.18,-11419.3,-132.054,-2.46091,0,0,0,0,120,0,1,0),(151547,180399,530,1,1,-3909.89,-11632.4,-138.081,1.62316,0,0,0,0,120,0,1,0),(151548,180399,530,1,1,-3948.02,-11696.9,-138.765,-2.75761,0,0,0,0,120,0,1,0),(151549,180399,530,1,1,-4161.39,-11451.6,-131.007,0.506145,0,0,0,0,120,0,1,0),(151550,192686,530,1,1,-3828.2,-11728,-106.773,2.18166,0,0,0,0,120,0,1,0),(151551,192686,530,1,1,-3842.18,-11419.3,-132.054,-2.46091,0,0,0,0,120,0,1,0),(151552,192686,530,1,1,-3909.89,-11632.4,-138.081,1.62316,0,0,0,0,120,0,1,0),(151553,192686,530,1,1,-3948.02,-11696.9,-138.765,-2.75761,0,0,0,0,120,0,1,0),(151554,192686,530,1,1,-4161.39,-11451.6,-131.007,0.506145,0,0,0,0,120,0,1,0),(151555,185107,530,1,1,-3828.2,-11728,-106.773,2.18166,0,0,0,0,120,0,1,0),(151556,185107,530,1,1,-3842.18,-11419.3,-132.054,-2.46091,0,0,0,0,120,0,1,0),(151557,185107,530,1,1,-3909.89,-11632.4,-138.081,1.62316,0,0,0,0,120,0,1,0),(151558,185107,530,1,1,-3948.02,-11696.9,-138.765,-2.75761,0,0,0,0,120,0,1,0),(151559,185107,530,1,1,-4161.39,-11451.6,-131.007,0.506145,0,0,0,0,120,0,1,0),(151560,180400,530,1,1,-3828.2,-11728,-106.773,2.18166,0,0,0,0,120,0,1,0),(151561,180400,530,1,1,-3842.18,-11419.3,-132.054,-2.46091,0,0,0,0,120,0,1,0),(151562,180400,530,1,1,-3909.89,-11632.4,-138.081,1.62316,0,0,0,0,120,0,1,0),(151563,180400,530,1,1,-3948.02,-11696.9,-138.765,-2.75761,0,0,0,0,120,0,1,0),(151564,180400,530,1,1,-4161.39,-11451.6,-131.007,0.506145,0,0,0,0,120,0,1,0),(151565,180398,530,1,1,-3828.2,-11728,-106.773,2.18166,0,0,0,0,120,0,1,0),(151566,180398,530,1,1,-3842.18,-11419.3,-132.054,-2.46091,0,0,0,0,120,0,1,0),(151567,180398,530,1,1,-3909.89,-11632.4,-138.081,1.62316,0,0,0,0,120,0,1,0),(151568,180398,530,1,1,-3948.02,-11696.9,-138.765,-2.75761,0,0,0,0,120,0,1,0),(151569,180398,530,1,1,-4161.39,-11451.6,-131.007,0.506145,0,0,0,0,120,0,1,0),(151570,180399,0,1,1,-4675.3,-985.274,501.659,1.37881,0,0,0,0,120,0,1,0),(151571,180399,0,1,1,-4833.52,-1171.66,502.195,1.25664,0,0,0,0,120,0,1,0),(151572,180399,0,1,1,-4917.68,-844.409,501.661,-2.46091,0,0,0,0,120,0,1,0),(151573,180399,0,1,1,-5035.22,-921.683,501.659,0,0,0,0,0,120,0,1,0),(151574,180399,0,1,1,-5038.93,-1258.81,505.3,0.715585,0,0,0,0,120,0,1,0),(151575,195532,0,1,1,-4675.3,-985.274,501.659,1.37881,0,0,0,0,120,0,1,0),(151576,195532,0,1,1,-4833.52,-1171.66,502.195,1.25664,0,0,0,0,120,0,1,0),(151577,195532,0,1,1,-4917.68,-844.409,501.661,-2.46091,0,0,0,0,120,0,1,0),(151578,195532,0,1,1,-5035.22,-921.683,501.659,0,0,0,0,0,120,0,1,0),(151579,195532,0,1,1,-5038.93,-1258.81,505.3,0.715585,0,0,0,0,120,0,1,0),(151580,185107,0,1,1,-4675.3,-985.274,501.659,1.37881,0,0,0,0,120,0,1,0),(151581,185107,0,1,1,-4833.52,-1171.66,502.195,1.25664,0,0,0,0,120,0,1,0),(151582,185107,0,1,1,-4917.68,-844.409,501.661,-2.46091,0,0,0,0,120,0,1,0),(151583,185107,0,1,1,-5035.22,-921.683,501.659,0,0,0,0,0,120,0,1,0),(151584,185107,0,1,1,-5038.93,-1258.81,505.3,0.715585,0,0,0,0,120,0,1,0),(151585,180398,0,1,1,-4675.3,-985.274,501.659,1.37881,0,0,0,0,120,0,1,0),(151586,180398,0,1,1,-4833.52,-1171.66,502.195,1.25664,0,0,0,0,120,0,1,0),(151587,180398,0,1,1,-4917.68,-844.409,501.661,-2.46091,0,0,0,0,120,0,1,0),(151588,180398,0,1,1,-5035.22,-921.683,501.659,0,0,0,0,0,120,0,1,0),(151589,180398,0,1,1,-5038.93,-1258.81,505.3,0.715585,0,0,0,0,120,0,1,0),(151590,192686,0,1,1,-4675.3,-985.274,501.659,1.37881,0,0,0,0,120,0,1,0),(151591,192686,0,1,1,-4833.52,-1171.66,502.195,1.25664,0,0,0,0,120,0,1,0),(151592,192686,0,1,1,-4917.68,-844.409,501.661,-2.46091,0,0,0,0,120,0,1,0),(151593,192686,0,1,1,-5035.22,-921.683,501.659,0,0,0,0,0,120,0,1,0),(151594,192686,0,1,1,-5038.93,-1258.81,505.3,0.715585,0,0,0,0,120,0,1,0),(151595,180400,0,1,1,-4675.3,-985.274,501.659,1.37881,0,0,0,0,120,0,1,0),(151596,180400,0,1,1,-4833.52,-1171.66,502.195,1.25664,0,0,0,0,120,0,1,0),(151597,180400,0,1,1,-4917.68,-844.409,501.661,-2.46091,0,0,0,0,120,0,1,0),(151598,180400,0,1,1,-5035.22,-921.683,501.659,0,0,0,0,0,120,0,1,0),(151599,180400,0,1,1,-5038.93,-1258.81,505.3,0.715585,0,0,0,0,120,0,1,0),(151600,195532,0,1,1,-8386.73,288.405,120.886,-2.47837,0,0,0,0,120,0,1,0),(151601,195532,0,1,1,-8404.05,577.197,91.9778,-0.994837,0,0,0,0,120,0,1,0),(151602,195532,0,1,1,-8842.86,654.543,97.2775,-2.47837,0,0,0,0,120,0,1,0),(151603,195532,0,1,1,-8847.53,594.128,93.4274,2.42601,0,0,0,0,120,0,1,0),(151604,195532,0,1,1,-8870.4,544.658,106.284,-1.22173,0,0,0,0,120,0,1,0),(151605,192686,0,1,1,-8386.73,288.405,120.886,-2.47837,0,0,0,0,120,0,1,0),(151606,192686,0,1,1,-8404.05,577.197,91.9778,-0.994837,0,0,0,0,120,0,1,0),(151607,192686,0,1,1,-8842.86,654.543,97.2775,-2.47837,0,0,0,0,120,0,1,0),(151608,192686,0,1,1,-8847.53,594.128,93.4274,2.42601,0,0,0,0,120,0,1,0),(151609,192686,0,1,1,-8870.4,544.658,106.284,-1.22173,0,0,0,0,120,0,1,0),(151610,180399,0,1,1,-8386.73,288.405,120.886,-2.47837,0,0,0,0,120,0,1,0),(151611,180399,0,1,1,-8404.05,577.197,91.9778,-0.994837,0,0,0,0,120,0,1,0),(151612,180399,0,1,1,-8842.86,654.543,97.2775,-2.47837,0,0,0,0,120,0,1,0),(151613,180399,0,1,1,-8847.53,594.128,93.4274,2.42601,0,0,0,0,120,0,1,0),(151614,180399,0,1,1,-8870.4,544.658,106.284,-1.22173,0,0,0,0,120,0,1,0),(151615,180398,0,1,1,-8386.73,288.405,120.886,-2.47837,0,0,0,0,120,0,1,0),(151616,180398,0,1,1,-8404.05,577.197,91.9778,-0.994837,0,0,0,0,120,0,1,0),(151617,180398,0,1,1,-8842.86,654.543,97.2775,-2.47837,0,0,0,0,120,0,1,0),(151618,180398,0,1,1,-8847.53,594.128,93.4274,2.42601,0,0,0,0,120,0,1,0),(151619,180398,0,1,1,-8870.4,544.658,106.284,-1.22173,0,0,0,0,120,0,1,0),(151620,185107,0,1,1,-8386.73,288.405,120.886,-2.47837,0,0,0,0,120,0,1,0),(151621,185107,0,1,1,-8404.05,577.197,91.9778,-0.994837,0,0,0,0,120,0,1,0),(151622,185107,0,1,1,-8842.86,654.543,97.2775,-2.47837,0,0,0,0,120,0,1,0),(151623,185107,0,1,1,-8847.53,594.128,93.4274,2.42601,0,0,0,0,120,0,1,0),(151624,185107,0,1,1,-8870.4,544.658,106.284,-1.22173,0,0,0,0,120,0,1,0),(151625,180398,0,1,1,-8386.73,288.405,120.886,-2.47837,0,0,0,0,120,0,1,0),(151626,180398,0,1,1,-8404.05,577.197,91.9778,-0.994837,0,0,0,0,120,0,1,0),(151627,180398,0,1,1,-8842.86,654.543,97.2775,-2.47837,0,0,0,0,120,0,1,0),(151628,180398,0,1,1,-8847.53,594.128,93.4274,2.42601,0,0,0,0,120,0,1,0),(151629,180398,0,1,1,-8870.4,544.658,106.284,-1.22173,0,0,0,0,120,0,1,0),(151630,192688,1,1,1,1663.59,-4343.19,61.4731,0.750491,0,0,0,0,120,0,1,0),(151631,192688,1,1,1,1657.46,-4385.4,23.8067,-1.01229,0,0,0,0,120,0,1,0),(151632,192688,1,1,1,1749.5,-3963.36,49.7743,-2.87979,0,0,0,0,120,0,1,0),(151633,192688,1,1,1,1933.51,-4709.62,36.9714,1.62316,0,0,0,0,120,0,1,0),(151634,180394,1,1,1,1663.59,-4343.19,61.4731,0.750491,0,0,0,0,120,0,1,0),(151635,180394,1,1,1,1657.46,-4385.4,23.8067,-1.01229,0,0,0,0,120,0,1,0),(151636,180394,1,1,1,1749.5,-3963.36,49.7743,-2.87979,0,0,0,0,120,0,1,0),(151637,180394,1,1,1,1933.51,-4709.62,36.9714,1.62316,0,0,0,0,120,0,1,0),(151638,195533,1,1,1,1663.59,-4343.19,61.4731,0.750491,0,0,0,0,120,0,1,0),(151639,195533,1,1,1,1657.46,-4385.4,23.8067,-1.01229,0,0,0,0,120,0,1,0),(151640,195533,1,1,1,1749.5,-3963.36,49.7743,-2.87979,0,0,0,0,120,0,1,0),(151641,195533,1,1,1,1933.51,-4709.62,36.9714,1.62316,0,0,0,0,120,0,1,0),(151642,185106,1,1,1,1663.59,-4343.19,61.4731,0.750491,0,0,0,0,120,0,1,0),(151643,185106,1,1,1,1657.46,-4385.4,23.8067,-1.01229,0,0,0,0,120,0,1,0),(151644,185106,1,1,1,1749.5,-3963.36,49.7743,-2.87979,0,0,0,0,120,0,1,0),(151645,185106,1,1,1,1933.51,-4709.62,36.9714,1.62316,0,0,0,0,120,0,1,0),(151646,180396,1,1,1,1663.59,-4343.19,61.4731,0.750491,0,0,0,0,120,0,1,0),(151647,180396,1,1,1,1657.46,-4385.4,23.8067,-1.01229,0,0,0,0,120,0,1,0),(151648,180396,1,1,1,1749.5,-3963.36,49.7743,-2.87979,0,0,0,0,120,0,1,0),(151649,180396,1,1,1,1933.51,-4709.62,36.9714,1.62316,0,0,0,0,120,0,1,0),(151650,180395,1,1,1,1663.59,-4343.19,61.4731,0.750491,0,0,0,0,120,0,1,0),(151651,180395,1,1,1,1657.46,-4385.4,23.8067,-1.01229,0,0,0,0,120,0,1,0),(151652,180395,1,1,1,1749.5,-3963.36,49.7743,-2.87979,0,0,0,0,120,0,1,0),(151653,180395,1,1,1,1933.51,-4709.62,36.9714,1.62316,0,0,0,0,120,0,1,0),(151654,195533,530,1,1,9516.67,-7300.51,14.4416,-3.10665,0,0,0,0,120,0,1,0),(151655,195533,530,1,1,9589.49,-7185.62,14.243,0.977383,0,0,0,0,120,0,1,0),(151656,195533,530,1,1,9652.13,-7413.59,13.6096,-1.83259,0,0,0,0,120,0,1,0),(151657,195533,530,1,1,9796.97,-7265.09,26.3169,-0.244346,0,0,0,0,120,0,1,0),(151658,195533,530,1,1,9826.11,-7393.76,13.6034,-1.27409,0,0,0,0,120,0,1,0),(151659,192688,530,1,1,9516.67,-7300.51,14.4416,-3.10665,0,0,0,0,120,0,1,0),(151660,192688,530,1,1,9589.49,-7185.62,14.243,0.977383,0,0,0,0,120,0,1,0),(151661,192688,530,1,1,9652.13,-7413.59,13.6096,-1.83259,0,0,0,0,120,0,1,0),(151662,192688,530,1,1,9796.97,-7265.09,26.3169,-0.244346,0,0,0,0,120,0,1,0),(151663,192688,530,1,1,9826.11,-7393.76,13.6034,-1.27409,0,0,0,0,120,0,1,0),(151664,180395,530,1,1,9516.67,-7300.51,14.4416,-3.10665,0,0,0,0,120,0,1,0),(151665,180395,530,1,1,9589.49,-7185.62,14.243,0.977383,0,0,0,0,120,0,1,0),(151666,180395,530,1,1,9652.13,-7413.59,13.6096,-1.83259,0,0,0,0,120,0,1,0),(151667,180395,530,1,1,9796.97,-7265.09,26.3169,-0.244346,0,0,0,0,120,0,1,0),(151668,180395,530,1,1,9826.11,-7393.76,13.6034,-1.27409,0,0,0,0,120,0,1,0),(151669,180394,530,1,1,9516.67,-7300.51,14.4416,-3.10665,0,0,0,0,120,0,1,0),(151670,180394,530,1,1,9589.49,-7185.62,14.243,0.977383,0,0,0,0,120,0,1,0),(151671,180394,530,1,1,9652.13,-7413.59,13.6096,-1.83259,0,0,0,0,120,0,1,0),(151672,180394,530,1,1,9796.97,-7265.09,26.3169,-0.244346,0,0,0,0,120,0,1,0),(151673,180394,530,1,1,9826.11,-7393.76,13.6034,-1.27409,0,0,0,0,120,0,1,0),(151674,185106,530,1,1,9516.67,-7300.51,14.4416,-3.10665,0,0,0,0,120,0,1,0),(151675,185106,530,1,1,9589.49,-7185.62,14.243,0.977383,0,0,0,0,120,0,1,0),(151676,185106,530,1,1,9652.13,-7413.59,13.6096,-1.83259,0,0,0,0,120,0,1,0),(151677,185106,530,1,1,9796.97,-7265.09,26.3169,-0.244346,0,0,0,0,120,0,1,0),(151678,185106,530,1,1,9826.11,-7393.76,13.6034,-1.27409,0,0,0,0,120,0,1,0),(151679,180396,530,1,1,9516.67,-7300.51,14.4416,-3.10665,0,0,0,0,120,0,1,0),(151680,180396,530,1,1,9589.49,-7185.62,14.243,0.977383,0,0,0,0,120,0,1,0),(151681,180396,530,1,1,9652.13,-7413.59,13.6096,-1.83259,0,0,0,0,120,0,1,0),(151682,180396,530,1,1,9796.97,-7265.09,26.3169,-0.244346,0,0,0,0,120,0,1,0),(151683,180396,530,1,1,9826.11,-7393.76,13.6034,-1.27409,0,0,0,0,120,0,1,0),(151684,195533,1,1,1,-1091.86,-20.8769,140.129,0.279252,0,0,0,0,120,0,1,0),(151685,195533,1,1,1,-1249.68,52.4457,127.18,1.90241,0,0,0,0,120,0,1,0),(151686,195533,1,1,1,-1273.51,134.157,132.078,-2.35619,0,0,0,0,120,0,1,0),(151687,195533,1,1,1,-1377.53,-58.1542,158.909,-3.01941,0,0,0,0,120,0,1,0),(151688,195533,1,1,1,-1383.05,-85.3854,159.173,3.03684,0,0,0,0,120,0,1,0),(151689,195533,1,1,1,-1051.4,234.505,134.557,0.785397,0,0,0,0,120,0,1,0),(151690,192688,1,1,1,-1091.86,-20.8769,140.129,0.279252,0,0,0,0,120,0,1,0),(151691,192688,1,1,1,-1249.68,52.4457,127.18,1.90241,0,0,0,0,120,0,1,0),(151692,192688,1,1,1,-1273.51,134.157,132.078,-2.35619,0,0,0,0,120,0,1,0),(151693,192688,1,1,1,-1377.53,-58.1542,158.909,-3.01941,0,0,0,0,120,0,1,0),(151694,192688,1,1,1,-1383.05,-85.3854,159.173,3.03684,0,0,0,0,120,0,1,0),(151695,192688,1,1,1,-1051.4,234.505,134.557,0.785397,0,0,0,0,120,0,1,0),(151696,180395,1,1,1,-1091.86,-20.8769,140.129,0.279252,0,0,0,0,120,0,1,0),(151697,180395,1,1,1,-1249.68,52.4457,127.18,1.90241,0,0,0,0,120,0,1,0),(151698,180395,1,1,1,-1273.51,134.157,132.078,-2.35619,0,0,0,0,120,0,1,0),(151699,180395,1,1,1,-1377.53,-58.1542,158.909,-3.01941,0,0,0,0,120,0,1,0),(151700,180395,1,1,1,-1383.05,-85.3854,159.173,3.03684,0,0,0,0,120,0,1,0),(151701,180395,1,1,1,-1051.4,234.505,134.557,0.785397,0,0,0,0,120,0,1,0),(151702,185106,1,1,1,-1091.86,-20.8769,140.129,0.279252,0,0,0,0,120,0,1,0),(151703,185106,1,1,1,-1249.68,52.4457,127.18,1.90241,0,0,0,0,120,0,1,0),(151704,185106,1,1,1,-1273.51,134.157,132.078,-2.35619,0,0,0,0,120,0,1,0),(151705,185106,1,1,1,-1377.53,-58.1542,158.909,-3.01941,0,0,0,0,120,0,1,0),(151706,185106,1,1,1,-1383.05,-85.3854,159.173,3.03684,0,0,0,0,120,0,1,0),(151707,185106,1,1,1,-1051.4,234.505,134.557,0.785397,0,0,0,0,120,0,1,0),(151708,180394,1,1,1,-1091.86,-20.8769,140.129,0.279252,0,0,0,0,120,0,1,0),(151709,180394,1,1,1,-1249.68,52.4457,127.18,1.90241,0,0,0,0,120,0,1,0),(151710,180394,1,1,1,-1273.51,134.157,132.078,-2.35619,0,0,0,0,120,0,1,0),(151711,180394,1,1,1,-1377.53,-58.1542,158.909,-3.01941,0,0,0,0,120,0,1,0),(151712,180394,1,1,1,-1383.05,-85.3854,159.173,3.03684,0,0,0,0,120,0,1,0),(151713,180394,1,1,1,-1051.4,234.505,134.557,0.785397,0,0,0,0,120,0,1,0),(151714,180396,1,1,1,-1091.86,-20.8769,140.129,0.279252,0,0,0,0,120,0,1,0),(151715,180396,1,1,1,-1249.68,52.4457,127.18,1.90241,0,0,0,0,120,0,1,0),(151716,180396,1,1,1,-1273.51,134.157,132.078,-2.35619,0,0,0,0,120,0,1,0),(151717,180396,1,1,1,-1377.53,-58.1542,158.909,-3.01941,0,0,0,0,120,0,1,0),(151718,180396,1,1,1,-1383.05,-85.3854,159.173,3.03684,0,0,0,0,120,0,1,0),(151719,180396,1,1,1,-1051.4,234.505,134.557,0.785397,0,0,0,0,120,0,1,0),(151720,192688,0,1,1,1262.53,353.83,-63.6909,-0.802851,0,0,0,0,120,0,1,0),(151721,192688,0,1,1,1332.82,334.003,-64.2348,-2.91469,0,0,0,0,120,0,1,0),(151722,192688,0,1,1,1524.69,243.914,-41.3899,-1.55334,0,0,0,0,120,0,1,0),(151723,192688,0,1,1,1592.2,168.617,-41.4244,0,0,0,0,0,120,0,1,0),(151724,192688,0,1,1,1599,311.549,-41.4244,-3.12412,0,0,0,0,120,0,1,0),(151725,180394,0,1,1,1262.53,353.83,-63.6909,-0.802851,0,0,0,0,120,0,1,0),(151726,180394,0,1,1,1332.82,334.003,-64.2348,-2.91469,0,0,0,0,120,0,1,0),(151727,180394,0,1,1,1524.69,243.914,-41.3899,-1.55334,0,0,0,0,120,0,1,0),(151728,180394,0,1,1,1592.2,168.617,-41.4244,0,0,0,0,0,120,0,1,0),(151729,180394,0,1,1,1599,311.549,-41.4244,-3.12412,0,0,0,0,120,0,1,0),(151730,195533,0,1,1,1262.53,353.83,-63.6909,-0.802851,0,0,0,0,120,0,1,0),(151731,195533,0,1,1,1332.82,334.003,-64.2348,-2.91469,0,0,0,0,120,0,1,0),(151732,195533,0,1,1,1524.69,243.914,-41.3899,-1.55334,0,0,0,0,120,0,1,0),(151733,195533,0,1,1,1592.2,168.617,-41.4244,0,0,0,0,0,120,0,1,0),(151734,195533,0,1,1,1599,311.549,-41.4244,-3.12412,0,0,0,0,120,0,1,0),(151735,185106,0,1,1,1262.53,353.83,-63.6909,-0.802851,0,0,0,0,120,0,1,0),(151736,185106,0,1,1,1332.82,334.003,-64.2348,-2.91469,0,0,0,0,120,0,1,0),(151737,185106,0,1,1,1524.69,243.914,-41.3899,-1.55334,0,0,0,0,120,0,1,0),(151738,185106,0,1,1,1592.2,168.617,-41.4244,0,0,0,0,0,120,0,1,0),(151739,185106,0,1,1,1599,311.549,-41.4244,-3.12412,0,0,0,0,120,0,1,0),(151740,180396,0,1,1,1262.53,353.83,-63.6909,-0.802851,0,0,0,0,120,0,1,0),(151741,180396,0,1,1,1332.82,334.003,-64.2348,-2.91469,0,0,0,0,120,0,1,0),(151742,180396,0,1,1,1524.69,243.914,-41.3899,-1.55334,0,0,0,0,120,0,1,0),(151743,180396,0,1,1,1592.2,168.617,-41.4244,0,0,0,0,0,120,0,1,0),(151744,180396,0,1,1,1599,311.549,-41.4244,-3.12412,0,0,0,0,120,0,1,0),(151745,180395,0,1,1,1262.53,353.83,-63.6909,-0.802851,0,0,0,0,120,0,1,0),(151746,180395,0,1,1,1332.82,334.003,-64.2348,-2.91469,0,0,0,0,120,0,1,0),(151747,180395,0,1,1,1524.69,243.914,-41.3899,-1.55334,0,0,0,0,120,0,1,0),(151748,180395,0,1,1,1592.2,168.617,-41.4244,0,0,0,0,0,120,0,1,0),(151749,180395,0,1,1,1599,311.549,-41.4244,-3.12412,0,0,0,0,120,0,1,0),(151750,180719,1,1,1,-8089.22,-5275.14,1.23688,1.75167,0,0,0.768079,0.640355,300,0,1,0),(151751,180742,0,1,1,-6606.33,-1860.82,244.459,6.27864,0,0,0.00227228,-0.999997,300,0,1,0),(151752,180742,0,1,1,-6606.36,-1857.85,244.382,6.2433,0,0,0.0199423,-0.999801,300,0,1,0),(151753,180742,0,1,1,-6609.29,-1854.76,244.234,1.58196,0,0,0.711042,0.703149,300,0,1,0),(151754,180742,0,1,1,-6606.33,-1854.91,244.308,1.55211,0,0,0.700471,0.713681,300,0,1,0),(151755,180742,0,1,1,-6612.22,-1854.84,244.179,3.15825,0,0,0.999965,-0.00832624,300,0,1,0),(151756,180742,0,1,1,-6612.16,-1857.78,244.212,3.15432,0,0,0.99998,-0.00636482,300,0,1,0),(151757,180742,0,1,1,-6612.09,-1860.72,244.247,4.69763,0,0,0.712307,-0.701868,300,0,1,0),(151758,180742,0,1,1,-6609.11,-1860.79,244.347,4.73297,0,0,0.699791,-0.714347,300,0,1,0),(151759,193944,571,1,1,8145.19,2131.56,499.737,1.5708,0,0,0,1,300,100,1,0),(151761,180747,0,1,1,-4919.58,-980.674,501.46,2.15958,0,0,0,0,300,0,1,0),(151762,180747,1,1,1,1626.71,-4414.16,15.8292,2.2784,0,0,0,0,300,0,1,0),(151763,180748,1,1,1,1625.77,-4413.86,16.0883,4.80049,0,0,0,0,300,0,1,0),(151764,180748,0,1,1,-4921.04,-981.624,501.464,1.81635,0,0,0,0,300,0,1,0),(151765,180793,0,1,1,-4916.73,-982.109,501.884,1.72839,0,0,0,0,300,0,1,0),(151766,180793,1,1,1,1625.46,-4415.83,15.4469,2.11818,0,0,0,0,300,0,1,0),(151767,180743,0,1,1,-4915.83,-981.304,501.759,1.99149,0,0,0,0,300,0,1,0),(151768,180743,1,1,1,1623.6,-4415.36,15.1169,0.75159,0,0,0,0,300,0,1,0),(151769,180746,0,1,1,-4915.18,-978.104,501.451,5.56505,0,0,0,0,300,0,1,0),(151770,180746,1,1,1,1624.53,-4414.58,15.9044,1.30844,0,0,0,0,300,0,1,0),(129,194424,571,1,1,9066.08,2050.84,68.2984,-1.69297,0,0,0,0,120,0,1,0),(130,194423,571,1,1,9065.02,2052.79,68.1964,0,0,0,0,0,120,0,1,0),(151284,194844,571,1,256,6434.54,2381.1,465.788,1.61443,0,0,0,0,120,0,1,0),(151285,194845,571,1,256,6423.43,2380.51,466.78,2.46964,0,0,0,0,120,0,1,0),(151286,194846,571,1,256,6442.53,2381.28,465.059,1.51844,0,0,0,0,120,0,1,0),(151287,194847,571,1,256,6445.94,2384.37,464.758,2.35619,0,0,0,0,120,0,1,0),(151288,194848,571,1,256,6430.97,2383.06,466.173,0.855211,0,0,0,0,120,0,1,0),(151289,194849,571,1,256,6417.18,2378.78,467.307,2.50454,0,0,0,0,120,0,1,0),(151290,194850,571,1,256,6415.7,2352.91,467.895,-2.97577,0,0,0,0,120,0,1,0),(151291,194851,571,1,256,6405.02,2366.53,469.007,3.03687,0,0,0,0,120,0,1,0),(151292,194852,571,1,256,6458.01,2352.15,463.778,0.401425,0,0,0,0,120,0,1,0),(151293,194853,571,1,256,6424.62,2348.76,466.7,-0.095993,0,0,0,0,120,0,1,0),(151294,194854,571,1,256,6448.42,2346.35,464.938,2.44346,0,0,0,0,120,0,1,0),(151295,194855,571,1,256,6463.17,2354.16,463.371,2.27765,0,0,0,0,120,0,1,0),(151296,194856,571,1,256,6416.64,2371.32,467.41,-2.90596,0,0,0,0,120,0,1,0),(151297,194857,571,1,256,6417.65,2360.11,467.553,2.10312,0,0,0,0,120,0,1,0),(151298,194858,571,1,256,6435.18,2352.64,465.745,2.36492,0,0,0,0,120,0,1,0),(151299,194859,571,1,256,6454.76,2352.79,463.779,2.79252,0,0,0,0,120,0,1,0),(151300,194860,571,1,256,6460.14,2386.95,463.377,2.3911,0,0,0,0,120,0,1,0),(151301,194861,571,1,256,6430.59,2378.55,466.102,2.72271,0,0,0,0,120,0,1,0),(151302,194862,571,1,256,6440.47,2378.63,465.184,-3.1404,0,0,0,0,120,0,1,0),(151303,194863,571,1,256,6428.53,2382.1,466.293,2.03331,0,0,0,0,120,0,1,0),(151304,194864,571,1,256,6438.88,2383.29,465.521,1.56207,0,0,0,0,120,0,1,0),(151305,194865,571,1,256,6450,2388.13,464.398,1.97222,0,0,0,0,120,0,1,0),(151306,194866,571,1,256,6458.2,2389.74,463.745,1.43117,0,0,0,0,120,0,1,0),(151307,194867,571,1,256,6452.3,2350.73,464.228,2.30383,0,0,0,0,120,0,1,0),(151308,194868,571,1,256,6425.77,2353.87,466.558,1.0472,0,0,0,0,120,0,1,0),(151309,194869,571,1,256,6426.49,2354.79,466.49,1.02102,0,0,0,0,120,0,1,0),(151310,194870,571,1,256,6451.39,2351.73,464.313,-0.881391,0,0,0,0,120,0,1,0),(151311,194871,571,1,256,6450.67,2387.25,464.352,-0.863937,0,0,0,0,120,0,1,0),(151312,194872,571,1,256,6458.05,2388.36,463.775,1.35263,0,0,0,0,120,0,1,0),(151313,194873,571,1,256,6431.62,2347.66,465.994,2.43473,0,0,0,0,120,0,1,0),(151314,194874,571,1,256,6442.98,2345.65,465.908,2.67908,0,0,0,0,120,0,1,0),(151315,194875,571,1,256,6443.12,2345.45,466.547,1.309,0,0,0,0,120,0,1,0),(151316,194876,571,1,256,6442.92,2345.59,467.11,-2.06821,0,0,0,0,120,0,1,0),(151317,194877,571,1,256,6452.79,2390.36,464.175,0.706858,0,0,0,0,120,0,1,0),(151318,194878,571,1,256,6452.8,2390.17,464.771,-0.0349043,0,0,0,0,120,0,1,0),(151319,194879,571,1,256,6454.32,2388.7,464.053,-2.69653,0,0,0,0,120,0,1,0),(151320,194880,571,1,256,6452.83,2390.21,465.336,-2.9496,0,0,0,0,120,0,1,0),(151321,194881,571,1,256,6453.83,2392.38,464.085,-0.488691,0,0,0,0,120,0,1,0),(151322,194882,571,1,256,6431.87,2349.92,465.995,-2.46091,0,0,0,0,120,0,1,0),(151323,194883,571,1,256,6431.92,2349.99,466.568,-2.77507,0,0,0,0,120,0,1,0),(151324,194884,571,1,256,6442.18,2348.04,465.995,1.66679,0,0,0,0,120,0,1,0),(151325,194885,571,1,256,6438.87,2343.74,465.995,3.14159,0,0,0,0,120,0,1,0),(151326,194886,571,1,256,6440.11,2352.33,465.992,3.14159,0,0,0,0,120,0,1,0),(151327,194887,571,1,256,6436.07,2347.15,465.995,-1.57952,0,0,0,0,120,0,1,0),(151328,194888,571,1,256,6435.22,2346.87,466.758,2.23402,0,0,0,0,120,0,1,0),(151329,194889,571,1,256,6436.66,2347.53,466.758,-1.0821,0,0,0,0,120,0,1,0),(151330,194890,571,1,256,6434.73,2347.73,466.758,-0.0174525,0,0,0,0,120,0,1,0),(151331,194891,571,1,256,6439.56,2344.75,465.995,2.18166,0,0,0,0,120,0,1,0),(151332,194892,571,1,256,6437.67,2343.79,465.995,-2.08567,0,0,0,0,120,0,1,0),(151333,194893,571,1,256,6436.73,2347.05,466.758,2.48709,0,0,0,0,120,0,1,0),(151334,194894,571,1,256,6435.53,2347.72,466.758,-2.2602,0,0,0,0,120,0,1,0),(151335,194895,571,1,256,6435.72,2347.52,466.758,-2.03331,0,0,0,0,120,0,1,0),(151336,194896,571,1,256,6434.81,2346.3,466.758,-2.8187,0,0,0,0,120,0,1,0),(151337,194897,571,1,256,6461.48,2388.09,463.472,-0.209438,0,0,0,0,120,0,1,0),(151338,194898,571,1,256,6465.86,2355.19,463.168,0.497418,0,0,0,0,120,0,1,0),(151339,194899,571,1,256,6441.62,2352.85,465.991,1.7017,0,0,0,0,120,0,1,0),(151340,194900,571,1,256,6407.33,2366.35,472.72,3.10665,0,0,0,0,120,0,1,0),(151341,194901,571,1,256,6424.55,2349.83,467.898,-3.14067,0,0,0,0,120,0,1,0),(151342,194908,571,1,256,6420.92,2378.43,466.991,0.977383,0,0,0,0,120,0,1,0),(151343,194909,571,1,256,6447.81,2385.59,464.588,-0.785397,0,0,0,0,120,0,1,0),(151344,194827,571,1,256,6455.69,2380.63,463.943,3.14159,0,0,0,0,120,0,1,0),(151345,194839,571,1,256,6437.25,2347.37,465.994,1.56207,0,0,0,0,120,0,1,0),(151346,194840,571,1,256,6426.4,2354.48,466.492,1.06465,0,0,0,0,120,0,1,0),(151347,194841,571,1,256,6451.81,2351.38,464.265,2.35619,0,0,0,0,120,0,1,0),(151348,194842,571,1,256,6450.61,2387.77,464.348,-0.820303,0,0,0,0,120,0,1,0),(151349,194843,571,1,256,6458.34,2389.42,463.734,-1.81514,0,0,0,0,120,0,1,0),(151350,194291,571,1,256,6431.52,2379.34,466.171,1.22173,0,0,0,0,300,0,1,0),(151351,194291,571,1,256,6441.54,2381.17,465.167,4.63037,0,0,0,0,300,0,1,0),(151352,194291,571,1,256,6445.29,2383.51,464.835,5.49823,0,0,0,0,300,0,1,0),(151353,194291,571,1,256,6424.2,2381.53,466.719,5.54928,0,0,0,0,300,0,1,0),(121712,202396,631,15,1,4309.69,2491.27,211.171,0.209439,0,0,0,0,120,0,0,0),(241228,181060,0,1,1,-8862.32,646.846,97.6005,2.82743,0,0,0.987688,0.156436,180,100,1,0),(241227,181060,0,1,1,-8860.27,650.596,99.5508,2.30383,0,0,0.913544,0.406739,180,100,1,0),(241226,181060,0,1,1,-8858.38,652.086,97.6133,-0.453786,0,0,-0.224951,0.97437,180,100,1,0),(241225,181060,0,1,1,-8861.12,649.861,99.5508,-2.1293,0,0,-0.874619,0.48481,180,100,1,0),(241224,181060,0,1,1,-8856.87,651.243,97.6127,-0.959931,0,0,-0.461749,0.887011,180,100,1,0),(241223,181019,0,1,1,-8933.17,629.211,100.613,0.017453,0,0,0.00872639,0.999962,180,100,1,0),(241222,181017,0,1,1,-8906.31,628.792,106.67,-2.63545,0,0,-0.968148,0.250379,180,100,1,0),(241221,181016,0,1,1,-8833.52,541.753,96.9853,0.942478,0,0,0.453991,0.891006,180,100,1,0),(241220,181055,0,1,1,-8862.35,489.578,122.263,-2.46091,0,0,-0.942641,0.333809,180,100,1,0),(241219,181020,0,1,1,-8811.8,808.563,110.495,-2.49582,0,0,-0.948324,0.317305,180,100,1,0),(241218,181020,0,1,1,-8822.07,652.003,95.9321,-1.0821,0,0,-0.515036,0.857168,180,100,1,0),(241217,181017,0,1,1,-4765.77,-913.387,508.234,1.32645,0,0,0.615661,0.788011,180,100,1,0),(151788,194291,571,1,1,8486.61,935.808,547.293,5.73289,0,0,0.271691,-0.962385,300,0,1,0),(151789,194291,571,1,1,8490.55,953.448,547.293,4.61212,0,0,0.741653,-0.670784,300,0,1,0),(151802,192895,571,1,1,5812.64,797.223,662.57,-2.86234,0,0,0,0,10800,0,1,0),(151803,192713,571,1,1,5808.22,691.076,658.715,2.17947,0,0,0,0,10800,0,1,0),(151804,192889,571,1,1,5808.22,691.076,658.715,2.17947,0,0,0,0,10800,0,1,0),(151805,192890,571,1,1,5808.22,691.076,658.715,2.17947,0,0,0,0,10800,0,1,0),(151806,192894,571,1,1,5808.22,691.076,658.715,2.17947,0,0,0,0,10800,0,1,0),(151807,192884,571,1,1,5808.22,691.076,658.715,2.17947,0,0,0,0,10800,0,1,0),(151808,192866,571,1,1,5850.57,664.754,659.569,-1.93732,0,0,0,0,10800,0,1,0),(151809,192891,571,1,1,5850.57,664.754,659.569,-1.93732,0,0,0,0,10800,0,1,0),(151810,192872,571,1,1,5850.57,664.754,659.569,-1.93732,0,0,0,0,10800,0,1,0),(151811,192881,571,1,1,5850.57,664.754,659.569,-1.93732,0,0,0,0,10800,0,1,0),(151812,192709,571,1,1,5763.5,618.08,650.092,3.49199,0,0,0,0,10800,0,1,0),(151813,192883,571,1,1,5763.5,618.08,650.092,3.49199,0,0,0,0,10800,0,1,0),(151814,192651,571,1,1,5763.5,618.08,650.092,3.49199,0,0,0,0,10800,0,1,0),(151815,192888,571,1,1,5763.5,618.08,650.092,3.49199,0,0,0,0,10800,0,1,0),(151816,192711,571,1,1,5778.18,832.302,680.268,0.0283899,0,0,0,0,10800,0,1,0),(151817,192653,571,1,1,5778.18,832.302,680.268,0.0283899,0,0,0,0,10800,0,1,0),(151818,192887,571,1,1,5778.18,832.302,680.268,0.0283899,0,0,0,0,10800,0,1,0),(151819,192652,571,1,1,5778.18,832.302,680.268,0.0283899,0,0,0,0,10800,0,1,0),(151820,192865,571,1,1,5776.88,517.79,653.911,0.401425,0,0,0,0,10800,0,1,0),(151821,192874,571,1,1,5776.88,517.79,653.911,0.401425,0,0,0,0,10800,0,1,0),(151822,192868,571,1,1,5776.88,517.79,653.911,0.401425,0,0,0,0,10800,0,1,0),(151823,192870,571,1,1,5776.88,517.79,653.911,0.401425,0,0,0,0,10800,0,1,0),(151824,192885,571,1,1,5776.88,517.79,653.911,0.401425,0,0,0,0,10800,0,1,0),(151825,192867,571,1,1,5844.61,664.541,649.373,-0.331611,0,0,0,0,10800,0,1,0),(151826,192882,571,1,1,5844.61,664.541,649.373,-0.331611,0,0,0,0,10800,0,1,0),(151827,192707,571,1,1,5844.61,664.541,649.373,-0.331611,0,0,0,0,10800,0,1,0),(151828,192896,571,1,1,5844.61,664.541,649.373,-0.331611,0,0,0,0,10800,0,1,0),(151829,202833,1,1,1,-839.142,-4978.34,14.5841,-2.9496,0,0,0,0,120,0,1,0),(151830,202834,1,1,1,-833.628,-4980.71,14.8236,-2.70526,0,0,0,0,120,0,1,0),(151831,202835,1,1,1,-827.066,-4983.64,15.5187,-3.07177,0,0,0,0,120,0,1,0),(151832,202835,1,1,1,-829.596,-4978.01,15.6438,-2.44346,0,0,0,0,120,0,1,0),(151833,202839,1,1,1,-831.792,-4975.61,15.8534,-2.40855,0,0,0,0,120,0,1,0),(151834,202879,1,1,1,-797.477,-4972.7,17.805,-2.1293,0,0,0,0,120,0,1,0),(151835,202880,1,1,1,-789.609,-4979.13,18.0358,-2.54818,0,0,0,0,120,0,1,0),(151836,202881,1,1,1,-806.458,-4993.28,16.5454,0,0,0,0,0,120,0,1,0),(151837,202882,1,1,1,-799.101,-4987.36,17.6378,0.279252,0,0,0,0,120,0,1,0),(151838,202882,1,1,1,-811.53,-4988.21,17.1198,-1.0821,0,0,0,0,120,0,1,0),(151839,202883,1,1,1,-799.788,-4986.07,17.4875,0.279252,0,0,0,0,120,0,1,0),(151840,202883,1,1,1,-810.488,-4987.17,17.1009,-1.0821,0,0,0,0,120,0,1,0),(151841,202885,1,1,1,-747.271,-4998.53,20.1927,-2.37364,0,0,0,0,120,0,1,0),(151842,202885,1,1,1,-755.016,-4990.88,20.3326,-2.32129,0,0,0,0,120,0,1,0),(151843,202885,1,1,1,-763.58,-4919.82,20.1779,-0.122173,0,0,0,0,120,0,1,0),(151844,202885,1,1,1,-764.842,-4936.16,21.0983,-0.209439,0,0,0,0,120,0,1,0),(151845,202885,1,1,1,-775.443,-4895.8,19.8776,0.733038,0,0,0,0,120,0,1,0),(151846,202885,1,1,1,-789.144,-4880.58,19.149,0.750491,0,0,0,0,120,0,1,0),(151847,202885,1,1,1,-834.109,-4873.15,20.0068,1.16937,0,0,0,0,120,0,1,0),(151848,202885,1,1,1,-857.832,-4945.31,20.622,2.70526,0,0,0,0,120,0,1,0),(151849,202885,1,1,1,-863.601,-4916.26,19.7372,-2.28638,0,0,0,0,120,0,1,0),(151850,202886,1,1,1,-736.057,-5025.13,16.793,2.75761,0,0,0,0,120,0,1,0),(151851,202886,1,1,1,-738.672,-4956.73,22.8236,2.75761,0,0,0,0,120,0,1,0),(151852,202888,1,1,1,-736.443,-5024.76,16.5447,0,0,0,0,0,120,0,1,0),(151853,202888,1,1,1,-739.438,-4957.4,22.8181,0,0,0,0,0,120,0,1,0),(151854,202889,1,1,1,-735.807,-5024.64,17.6407,-0.663223,0,0,0,0,120,0,1,0),(151855,202889,1,1,1,-737.083,-5024.98,17.585,-3.10665,0,0,0,0,120,0,1,0),(151856,202889,1,1,1,-739.153,-4958.62,23.8722,-1.23918,0,0,0,0,120,0,1,0),(151857,202890,1,1,1,-736.214,-5025.76,17.592,-1.25664,0,0,0,0,120,0,1,0),(151858,202890,1,1,1,-739.194,-4957.16,23.8564,0.994837,0,0,0,0,120,0,1,0),(151859,202890,1,1,1,-740.059,-4958.03,23.8348,-2.84488,0,0,0,0,120,0,1,0),(151860,202891,1,1,1,-740.734,-5022.95,16.8129,1.32645,0,0,0,0,120,0,1,0),(151861,202891,1,1,1,-740.846,-5023.08,17.3481,1.79769,0,0,0,0,120,0,1,0),(151862,202891,1,1,1,-742.066,-4997.03,20.3148,-0.0523589,0,0,0,0,120,0,1,0),(151863,202891,1,1,1,-742.099,-4997.07,20.8563,-0.733038,0,0,0,0,120,0,1,0),(151864,202891,1,1,1,-743.295,-4954.14,22.784,1.32645,0,0,0,0,120,0,1,0),(151865,202891,1,1,1,-743.312,-4954.19,23.3492,2.86234,0,0,0,0,120,0,1,0),(151866,202891,1,1,1,-806.215,-4925.3,19.9985,1.32645,0,0,0,0,120,0,1,0),(151867,202891,1,1,1,-806.248,-4925.2,19.4074,-2.23402,0,0,0,0,120,0,1,0),(151868,202891,1,1,1,-819.259,-4934.97,21.0809,-1.0472,0,0,0,0,120,0,1,0),(151869,202891,1,1,1,-819.332,-4935,20.4718,-1.58825,0,0,0,0,120,0,1,0),(151870,202892,1,1,1,-740.932,-5023.3,17.8915,-2.51327,0,0,0,0,120,0,1,0),(151871,202892,1,1,1,-742.083,-4997.01,21.4263,-2.51327,0,0,0,0,120,0,1,0),(151872,202892,1,1,1,-743.264,-4954.29,23.9839,2.30383,0,0,0,0,120,0,1,0),(151873,202892,1,1,1,-819.382,-4934.98,21.645,-0.366518,0,0,0,0,120,0,1,0),(151874,202893,1,1,1,-729.474,-5019.74,27.5369,2.40855,0,0,0,0,120,0,1,0),(151875,202893,1,1,1,-732.104,-4951.34,33.5953,2.40855,0,0,0,0,120,0,1,0),(151876,202893,1,1,1,-735.278,-5033.16,27.6115,2.40855,0,0,0,0,120,0,1,0),(151877,202893,1,1,1,-736.495,-5024.74,32.8764,2.40855,0,0,0,0,120,0,1,0),(151878,202893,1,1,1,-737.885,-4964.8,33.6576,2.40855,0,0,0,0,120,0,1,0),(151879,202893,1,1,1,-739.062,-4956.29,39.0746,2.40855,0,0,0,0,120,0,1,0),(151880,202893,1,1,1,-744.319,-5021.38,27.2135,2.40855,0,0,0,0,120,0,1,0),(151881,202893,1,1,1,-746.889,-4953.03,33.6573,2.40855,0,0,0,0,120,0,1,0),(151882,202893,1,1,1,-775.29,-4910.69,32.3446,2.40855,0,0,0,0,120,0,1,0),(151883,202893,1,1,1,-784.771,-4942.92,55.8152,2.40855,0,0,0,0,120,0,1,0),(151884,202893,1,1,1,-802.771,-4915.74,29.8922,2.40855,0,0,0,0,120,0,1,0),(151885,202893,1,1,1,-802.799,-4896.54,30.4031,2.40855,0,0,0,0,120,0,1,0),(151886,202893,1,1,1,-835.04,-4898.43,30.9499,2.40855,0,0,0,0,120,0,1,0),(151887,202893,1,1,1,-842.766,-4939.9,33.5918,2.40855,0,0,0,0,120,0,1,0),(151888,202564,0,1,1,-5463.99,-626.967,393.529,0,0,0,0,0,120,0,1,0),(151889,185915,530,1,1,-4244.83,325.004,134.417,0.139625,0,0,0.0697555,0.997564,1600,100,1,0),(151890,185915,530,1,1,-4221.47,370.147,136.232,2.11185,0,0,0.870356,0.492424,1600,100,1,0),(151891,185915,530,1,1,-5103.11,707.979,85.0428,0.279252,0,0,0.139173,0.990268,1600,100,1,0),(151892,192129,571,1,1,6601.13,-1285.09,394.554,-0.951203,0,0,-0.951203,0.889017,0,0,0,0),(151893,192130,571,1,1,6606.31,-1273.52,394.595,-0.854712,0.0864091,0.0250797,-0.416438,0.904701,0,0,0,0),(151894,192131,571,1,1,6562.62,-1285.12,394.856,-0.95405,-0.0144057,0.0048542,-0.459116,0.888246,0,0,0,0),(151895,187987,571,1,1,3791.7,4808.97,-11.5618,1.48353,0,0,0.67559,0.737278,300,100,1,0),(151,202189,631,15,1,503.62,-2124.66,836.607,3.14159,0,0,0,1,6000,255,1,0),(153,202188,631,15,1,503.62,-2124.66,836.607,3.14159,0,0,0,1,6000,255,0,0),(152117,191779,571,1,2,8594.72,2627.14,652.353,1.15192,0,0,0.54464,0.83867,300,100,1,0),(6,179545,429,1,1,116.135,638.836,-48.467,-0.785397,0,0,0,1,86400,255,1,0),(159,179485,429,1,1,558.806,550.065,-25.4008,3.14159,0,0,0,1,86400,255,1,0),(164,195140,530,1,1,-161.318,965.41,54.2904,0,0,0,0,0,200,0,1,0),(170,195139,530,1,1,-337.492,962.619,54.2885,0,0,0,0,0,200,0,1,0),(173,192262,571,1,8,8497.22,-90.901,789.287,0.139625,0,0,0.0697555,0.997564,0,0,0,0),(177,192125,571,1,1,8262.05,-430.288,968.272,0,0,0,-0.861628,0.507539,120,0,1,0),(183,192125,571,1,1,8231.72,-451.453,968.369,-3.10665,0,0,0,0,120,0,1,0),(181,192128,571,1,1,8281.36,-432.069,970.723,-2.84488,0,0,-0.989016,0.147811,120,0,1,0),(188,192128,571,1,1,8234,-434.379,970.723,-2.07694,0,0,0,0,120,0,1,0),(190,192128,571,1,1,8243.93,-429.881,970.723,-1.0821,0,0,0,0,120,0,1,0),(194,192128,571,1,1,8246.78,-424.707,970.723,-1.16937,0,0,0,0,120,0,1,0),(197,192128,571,1,1,8264.21,-432.403,975.779,1.13446,0,0,0,0,120,0,1,0),(100488,202438,631,15,1,425.089,-2123.31,858.675,0,0,0,0,1,-604800,255,1,0),(203,179707,1,1,1,1655.29,-4213.86,56.469,1.95064,0,0,0.696499,0.717557,180,100,1,0),(215,201590,658,3,1,726.268,-237.654,534.13,5.5732,0,0,0.347582,-0.93765,300,0,1,0),(207,201590,658,3,1,637.954,-209.544,533.269,3.53903,0,0,0.980321,-0.197413,300,0,1,0),(160209,189979,571,1,1,3773.74,4124.64,26.3959,2.19912,0,0,0,1,900,255,1,0),(160210,189979,571,1,1,3791.72,6400.17,201.611,-0.68068,0,0,0,1,900,255,1,0),(160211,189979,571,1,1,3799.72,6641.22,152.917,3.00195,0,0,0,1,900,255,1,0),(160212,189979,571,1,1,3806.03,4624.15,-4.2562,2.67035,0,0,0,1,900,255,1,0),(160213,189979,571,1,1,3815.14,4009.44,27.9435,-1.6057,0,0,0,1,900,255,1,0),(160214,189979,571,1,1,3835.13,4339.37,13.9343,-1.88495,0,0,0,1,900,255,1,0),(160215,189979,571,1,1,3903.8,6724.67,152.868,-0.8203,0,0,0,1,900,255,1,0),(160216,189979,571,1,1,3917.59,6440.27,12.2326,-2.16421,0,0,0,1,900,255,1,0),(160217,189979,571,1,1,3966.95,4626.57,3.9666,1.48353,0,0,0,1,900,255,1,0),(160218,189979,571,1,1,3983.41,5187.21,14.7211,-0.50615,0,0,0,1,900,255,1,0),(160219,189979,571,1,1,4027.44,5977.49,-126.068,-1.27409,0,0,0,1,900,255,1,0),(160220,189979,571,1,1,4032.27,4116.91,68.5057,2.30383,0,0,0,1,900,255,1,0),(160221,189979,571,1,1,4069.31,7227.39,193.963,-0.17453,0,0,0,1,900,255,1,0),(160222,189979,571,1,1,4070.48,6434.01,18.6334,-2.3911,0,0,0,1,900,255,1,0),(160223,189979,571,1,1,4145.38,6067.06,-125.936,-1.91986,0,0,0,1,900,255,1,0),(160224,189979,571,1,1,4171.72,5077.17,16.6149,2.18166,0,0,0,1,900,255,1,0),(160225,189979,571,1,1,4208.17,6800.44,237.287,2.02458,0,0,0,1,900,255,1,0),(160226,189979,571,1,1,4230.77,4443.92,31.113,3.14159,0,0,0,1,900,255,1,0),(160227,189979,571,1,1,4250.45,5738.32,63.6832,3.01941,0,0,0,1,900,255,1,0),(160228,189979,571,1,1,4284.01,6139.8,-124.827,-1.36136,0,0,0,1,900,255,1,0),(160229,189979,571,1,1,4290.25,4914.95,24.5063,-0.45379,0,0,0,1,900,255,1,0),(160230,189979,571,1,1,4365.94,6207.04,-125.898,1.06465,0,0,0,1,900,255,1,0),(160231,189979,571,1,1,4367.85,4251.45,97.6535,3.14159,0,0,0,1,900,255,1,0),(160232,189979,571,1,1,4368.08,5342.28,5.1373,-2.77507,0,0,0,1,900,255,1,0),(160233,189979,571,1,1,4420.92,5968.57,58.9111,-1.78023,0,0,0,1,900,255,1,0),(160234,189979,571,1,1,4428.09,4947.54,22.4015,-0.57596,0,0,0,1,900,255,1,0),(160235,189979,571,1,1,4474.03,5326.94,81.2181,0.89012,0,0,0,1,900,255,1,0),(160236,189979,571,1,1,4489.79,5061.61,53.6446,1.83259,0,0,0,1,900,255,1,0),(160237,189979,571,1,1,4495.7,5196.98,77.0767,-2.49582,0,0,0,1,900,255,1,0),(160238,189979,571,1,1,4510.57,5420.06,28.6437,0.87266,0,0,0,1,900,255,1,0),(160239,189979,571,1,1,4527.51,5433.78,-17.0905,0.45379,0,0,0,1,900,255,1,0),(160240,189979,571,1,1,4541.42,5349.58,-31.6367,1.36136,0,0,0,1,900,255,1,0),(160496,189979,571,1,1,1599.15,-4322.06,187.596,-1.41372,0,0,0,1,900,255,1,0),(160497,189979,571,1,1,1615.54,-5234.79,181.328,0.27925,0,0,0,1,900,255,1,0),(160498,189979,571,1,1,1653.28,-4680.18,88.7987,1.51844,0,0,0,1,900,255,1,0),(160499,189979,571,1,1,1660.28,-6275.21,-0.2026,-2.9845,0,0,0,1,900,255,1,0),(160500,189979,571,1,1,1683.27,-6037.25,7.9892,-3.12412,0,0,0,1,900,255,1,0),(160501,189979,571,1,1,1691.67,-4586.67,169.362,-1.90241,0,0,0,1,900,255,1,0),(160502,189979,571,1,1,1725.58,-4852.21,115.811,-2.00713,0,0,0,1,900,255,1,0),(160503,189979,571,1,1,1742.03,-4378.72,174.192,2.58308,0,0,0,1,900,255,1,0),(160504,189979,571,1,1,1796.96,-6265.71,-0.9726,-2.14675,0,0,0,1,900,255,1,0),(160505,189979,571,1,1,1813.38,-5678.04,226.827,0.29671,0,0,0,1,900,255,1,0),(160506,189979,571,1,1,1820.46,-3808.94,151.582,-2.68781,0,0,0,1,900,255,1,0),(160507,189979,571,1,1,1836.03,-3927.07,177.571,-1.39626,0,0,0,1,900,255,1,0),(160508,189979,571,1,1,1864.17,-3001.18,144.162,2.77507,0,0,0,1,900,255,1,0),(160509,189979,571,1,1,1876.11,-4463.47,197.281,2.53072,0,0,0,1,900,255,1,0),(160510,189979,571,1,1,1887.14,-3679.14,153.362,-0.92502,0,0,0,1,900,255,1,0),(160511,189979,571,1,1,1963.89,-2986.95,155.574,-2.18166,0,0,0,1,900,255,1,0),(160512,189979,571,1,1,1985.82,-5552.98,217.186,1.43117,0,0,0,1,900,255,1,0),(160513,189979,571,1,1,2022.6,-2729.91,0.3004,0.83776,0,0,0,1,900,255,1,0),(160514,189979,571,1,1,2047.48,-5751.41,222.503,-2.74016,0,0,0,1,900,255,1,0),(160515,189979,571,1,1,2063.09,-5004.98,231.037,2.93214,0,0,0,1,900,255,1,0),(160516,189979,571,1,1,2136.45,-5652.09,224.392,1.46608,0,0,0,1,900,255,1,0),(160517,189979,571,1,1,2143.75,-5151.33,240.641,2.60053,0,0,0,1,900,255,1,0),(160518,189979,571,1,1,2183.74,-5265.66,250.068,0.47124,0,0,0,1,900,255,1,0),(160519,189979,571,1,1,2192.25,-2648.39,1.1699,-1.55334,0,0,0,1,900,255,1,0),(160520,189979,571,1,1,2192.97,-2536.35,5.3353,2.49582,0,0,0,1,900,255,1,0),(160521,189979,571,1,1,2208.33,-3082.53,132.841,-0.7854,0,0,0,1,900,255,1,0),(160522,189979,571,1,1,2275.29,-2949.5,123.738,2.14675,0,0,0,1,900,255,1,0),(160523,189979,571,1,1,2304.78,-2744.87,-0.0415,2.47837,0,0,0,1,900,255,1,0),(160524,189979,571,1,1,2332.09,-5852.16,251.19,-0.50614,0,0,0,1,900,255,1,0),(160525,189979,571,1,1,2357.48,-3706.47,223.214,-2.32129,0,0,0,1,900,255,1,0),(160526,189979,571,1,1,2407.69,-2824.83,9.7012,-0.85521,0,0,0,1,900,255,1,0),(160527,189979,571,1,1,2467.06,-2824.69,20.6504,-1.09956,0,0,0,1,900,255,1,0),(160528,189979,571,1,1,2478.63,-3080.53,138.992,0.48869,0,0,0,1,900,255,1,0),(160529,189979,571,1,1,2479.22,-5437.19,299.543,1.74533,0,0,0,1,900,255,1,0),(160530,189979,571,1,1,2504.18,-3896.1,263.839,1.76278,0,0,0,1,900,255,1,0),(160531,189979,571,1,1,2508.66,-3015.97,120.783,-1.13446,0,0,0,1,900,255,1,0),(160532,189979,571,1,1,2518.63,-4743.72,246.569,-0.66322,0,0,0,1,900,255,1,0),(160533,189979,571,1,1,2536.78,-3717.47,266.892,1.43117,0,0,0,1,900,255,1,0),(160534,189979,571,1,1,2545.64,-4507.8,230.798,-2.70526,0,0,0,1,900,255,1,0),(160535,189979,571,1,1,2557.9,-4616.65,229.806,0.80285,0,0,0,1,900,255,1,0),(160536,189979,571,1,3,2570.45,-2766.36,8.7401,-0.48869,0,0,0,1,900,255,1,0),(160537,189979,571,1,1,2580.79,-4152.53,302.839,0.75049,0,0,0,1,900,255,1,0),(160538,189979,571,1,1,2583.11,-3123.24,128.719,2.1293,0,0,0,1,900,255,1,0),(160539,189979,571,1,1,2588.11,-3004.66,111.536,-2.19912,0,0,0,1,900,255,1,0),(160540,189979,571,1,1,2589.78,-3917.45,296.84,-0.29671,0,0,0,1,900,255,1,0),(160541,189979,571,1,1,2616.55,-5791.18,314.388,0.03491,0,0,0,1,900,255,1,0),(160542,189979,571,1,1,2637.77,-3659.38,241.58,-2.72271,0,0,0,1,900,255,1,0),(160543,189979,571,1,3,2696.92,-4105.83,365.928,-2.44346,0,0,0,1,900,255,1,0),(160544,189979,571,1,1,2700,-3145.57,119.88,1.22173,0,0,0,1,900,255,1,0),(160545,189979,571,1,1,2731.69,-5583.63,379.214,-2.30383,0,0,0,1,900,255,1,0),(160546,189979,571,1,3,2733.18,-4021.56,378.243,0.10472,0,0,0,1,900,255,1,0),(160547,189979,571,1,1,2821.7,-3719.72,232.72,1.06465,0,0,0,1,900,255,1,0),(160548,189979,571,1,1,2869.77,-3186.19,134.01,1.18682,0,0,0,1,900,255,1,0),(160549,189979,571,1,1,2918.13,-3075.25,91.006,1.81514,0,0,0,1,900,255,1,0),(160725,189979,571,1,1,3808.3,-1743.32,203.555,1.65806,0,0,0,1,600,255,1,0),(160726,189979,571,1,1,3819.07,-2721.72,200.338,-0.89012,0,0,0,1,600,255,1,0),(160727,189979,571,1,1,3823.79,-1846.02,215.937,1.71042,0,0,0,1,600,255,1,0),(160728,189979,571,1,1,3887.61,-3704.44,173.585,2.58308,0,0,0,1,600,255,1,0),(160729,189979,571,1,1,3892.34,-5151.14,73.8241,-1.53589,0,0,0,1,600,255,1,0),(160730,189979,571,1,1,3931.06,-1655.19,190.644,1.37881,0,0,0,1,600,255,1,0),(160731,189979,571,1,3,3932.55,-3970.73,174.807,-1.97222,0,0,0,1,600,255,1,0),(160732,189979,571,1,1,3943.47,-1843.41,217.448,2.60053,0,0,0,1,600,255,1,0),(160733,189979,571,1,1,4101.43,-2955.46,270.904,1.71042,0,0,0,1,600,255,1,0),(160734,189979,571,1,1,4109.9,-2432.63,221.093,3.14159,0,0,0,1,600,255,1,0),(160735,189979,571,1,1,4128.13,-3959.53,160.662,2.44346,0,0,0,1,600,255,1,0),(160736,189979,571,1,1,4151.42,-4614.51,144.271,0.10472,0,0,0,1,600,255,1,0),(160737,189979,571,1,1,4152.13,-1891.69,187.421,-1.41372,0,0,0,1,600,255,1,0),(160738,189979,571,1,1,4172.3,-3685.31,186.911,-1.23918,0,0,0,1,600,255,1,0),(160739,189979,571,1,1,4196.39,-1995.75,211.092,0.89012,0,0,0,1,600,255,1,0),(160740,189979,571,1,1,4208.14,-3133.17,282.33,-1.46608,0,0,0,1,600,255,1,0),(160741,189979,571,1,1,4220.52,-3803.55,185.478,-1.43117,0,0,0,1,600,255,1,0),(160742,189979,571,1,1,4303.79,-4978.64,23.5756,2.75761,0,0,0,1,600,255,1,0),(160743,189979,571,1,1,4408.61,-2408.18,228.998,-2.00713,0,0,0,1,600,255,1,0),(160744,189979,571,1,1,4448.33,-4800.28,40.7411,-2.33874,0,0,0,1,600,255,1,0),(160745,189979,571,1,1,4560.06,-2319.04,181.076,2.02458,0,0,0,1,600,255,1,0),(160746,189979,571,1,1,4560.34,-4972.12,48.4352,-2.53072,0,0,0,1,600,255,1,0),(160747,189979,571,1,1,4584.81,-4561.06,196.203,0.38397,0,0,0,1,600,255,1,0),(160748,189979,571,1,1,4585.62,-3743.73,233.273,-1.67551,0,0,0,1,600,255,1,0),(160749,189979,571,1,1,4641.26,-3944.71,249.82,-1.91986,0,0,0,1,600,255,1,0),(160750,189979,571,1,1,4731.17,-3974.15,202.988,2.87979,0,0,0,1,600,255,1,0),(160751,189979,571,1,1,4734.59,-4548.18,206.814,-0.36652,0,0,0,1,600,255,1,0),(160752,189979,571,1,1,4774.96,-4882.75,58.889,-2.3911,0,0,0,1,600,255,1,0),(160753,189979,571,1,1,4782.52,-3895.37,187.392,2.60054,0,0,0,1,600,255,1,0),(160754,189979,571,1,1,4823.12,-3888.86,183.019,2.75761,0,0,0,1,600,255,1,0),(160755,189979,571,1,1,4830.86,-4477.09,200.15,1.39626,0,0,0,1,600,255,1,0),(160756,189979,571,1,1,4882.17,-4206.04,253.289,-0.19199,0,0,0,1,600,255,1,0),(160757,189979,571,1,1,4934.33,-4555.06,220.053,2.49582,0,0,0,1,600,255,1,0),(160758,189979,571,1,1,4956.46,-4666.76,214.515,2.79252,0,0,0,1,600,255,1,0),(160759,189979,571,1,1,5018.21,-4794.48,217.757,2.87979,0,0,0,1,600,255,1,0),(160760,189979,571,1,1,5060.03,-4828.33,212.234,0.85521,0,0,0,1,600,255,1,0),(161299,189979,571,1,1,5711.41,-3665.91,372.22,-2.75761,0,0,0,1,900,255,1,0),(161300,189979,571,1,1,5714.95,-2415.05,288.185,2.16421,0,0,0,1,900,255,1,0),(161301,189979,571,1,1,5775.91,-3235.52,362.155,-2.74016,0,0,0,1,900,255,1,0),(161302,189979,571,1,1,5840.19,-2309.73,288.201,-1.0821,0,0,0,1,900,255,1,0),(161303,189979,571,1,1,5915.27,-1263.34,261.516,-2.87979,0,0,0,1,900,255,1,0),(161304,189979,571,1,1,5953.86,-2800.04,270.211,-1.0472,0,0,0,1,900,255,1,0),(161305,189979,571,1,1,5966.88,-4236.39,358.494,-1.43117,0,0,0,1,900,255,1,0),(161306,189979,571,1,1,5970.19,-2870.24,287.289,-0.66322,0,0,0,1,900,255,1,0),(161307,189979,571,1,1,5971.87,-3366.34,363.969,-0.06981,0,0,0,1,900,255,1,0),(161308,189979,571,1,1,5972.12,-3234.96,361.863,0.75049,0,0,0,1,900,255,1,0),(161309,189979,571,1,1,5990.52,-4156.24,377.7,1.72787,0,0,0,1,900,255,1,0),(161310,189979,571,1,1,6033.01,-4086.71,355.195,1.83259,0,0,0,1,900,255,1,0),(161311,189979,571,1,1,6051.72,-1285.41,503.838,-1.88495,0,0,0,1,900,255,1,0),(161312,189980,571,1,1,6055.43,-4338.67,378.82,2.60054,0,0,0,1,900,255,1,0),(161313,189979,571,1,1,6073.87,-2672.15,293.35,0.27925,0,0,0,1,900,255,1,0),(161314,189979,571,1,1,6085.92,-1623.47,273.396,-1.41372,0,0,0,1,900,255,1,0),(161315,189979,571,1,1,6093.19,-4243.17,319.02,0.22689,0,0,0,1,900,255,1,0),(161316,189979,571,1,1,6106.12,-4426.53,366.153,-0.95993,0,0,0,1,900,255,1,0),(161317,189979,571,1,1,6131.64,-2383.84,301.084,-0.2618,0,0,0,1,900,255,1,0),(161318,189979,571,1,1,6171.83,-3366.97,363.118,0.73304,0,0,0,1,900,255,1,0),(161319,189979,571,1,1,6176.55,-3235.76,362.947,2.46091,0,0,0,1,900,255,1,0),(161320,189979,571,1,1,6217.74,-2238.07,238.705,-1.97222,0,0,0,1,900,255,1,0),(161321,189980,571,1,1,6265.88,-2931.17,307.012,0.76794,0,0,0,1,900,255,1,0),(161322,189979,571,1,1,6278.61,-2746.58,303.185,2.87979,0,0,0,1,900,255,1,0),(161323,189979,571,1,1,6280.1,-2592.43,302.372,-1.36136,0,0,0,1,900,255,1,0),(161324,189980,571,1,1,6286.33,-2263.17,237.82,-2.37364,0,0,0,1,900,255,1,0),(161325,189979,571,1,1,6286.91,-2671.79,304.413,-1.36136,0,0,0,1,900,255,1,0),(161326,189979,571,1,1,6331.42,-2977.62,339.642,1.67551,0,0,0,1,900,255,1,0),(161327,189979,571,1,1,6365.95,-2193.24,272.601,-0.47124,0,0,0,1,900,255,1,0),(161328,189979,571,1,1,6436.63,-3241.96,405.875,-1.01229,0,0,0,1,900,255,1,0),(161329,189979,571,1,1,6439.04,-3330.39,404.906,-0.66322,0,0,0,1,900,255,1,0),(161330,189979,571,1,1,6462.37,-3474.22,388.903,-0.22689,0,0,0,1,900,255,1,0),(161331,189979,571,1,1,6512.85,-4255.32,463.819,-0.29671,0,0,0,1,900,255,1,0),(161332,189979,571,1,1,6515.43,-3485.97,389.072,1.64061,0,0,0,1,900,255,1,0),(161333,189979,571,1,1,6537.95,-4141.42,467.04,-0.10472,0,0,0,1,900,255,1,0),(161334,189979,571,1,1,6564.48,-4107.55,464.168,1.76278,0,0,0,1,900,255,1,0),(161335,189979,571,1,1,6572.52,-4193.38,468.78,-1.55334,0,0,0,1,900,255,1,0),(161336,189979,571,1,1,6579.67,-4053.25,487.276,-1.18682,0,0,0,1,900,255,1,0),(161337,189979,571,1,1,6700.08,-4231.6,461.299,0.76794,0,0,0,1,900,255,1,0),(161338,189979,571,1,1,6779.47,-4100.77,470.973,-3.10665,0,0,0,1,900,255,1,0),(161339,189979,571,1,1,6792.44,-4281.66,452.834,0.85521,0,0,0,1,900,255,1,0),(161340,189979,571,1,1,6818.13,-4627.39,442.225,1.3439,0,0,0,1,900,255,1,0),(161341,189979,571,1,1,6845.49,-4442.29,444.483,-0.59341,0,0,0,1,900,255,1,0),(161342,189979,571,1,1,6914.57,-4477.57,444.913,1.55334,0,0,0,1,900,255,1,0),(162128,191133,571,1,1,5094.27,5217.79,-88.322,-2.21656,0,0,0,1,600,255,1,0),(162129,191133,571,1,1,5105.15,4639.76,-135.884,-1.02974,0,0,0,1,600,255,1,0),(162130,191133,571,1,1,5125.49,6015.81,-50.0045,2.26892,0,0,0,1,600,255,1,0),(162131,191133,571,1,1,5128.38,4215.86,-83.4258,1.6057,0,0,0,1,600,255,1,0),(162132,191133,571,1,1,5159.02,5454.54,-88.2909,3.03684,0,0,0,1,600,255,1,0),(162133,191133,571,1,1,5171.4,3794.75,-12.2962,2.00713,0,0,0,1,600,255,1,0),(162134,191133,571,1,1,5190.18,6023.39,-37.9963,-0.76794,0,0,0,1,600,255,1,0),(162135,191133,571,1,1,5199.74,5436.71,-81.6717,-0.69813,0,0,0,1,600,255,1,0),(162136,191133,571,1,1,5226.19,4826.15,-132.704,-2.77507,0,0,0,1,600,255,1,0),(162137,191133,571,1,1,5232.45,4195.25,-93.5727,1.67551,0,0,0,1,600,255,1,0),(162138,191133,571,1,1,5271.99,5251.52,-124.859,1.5708,0,0,0,1,600,255,1,0),(162139,191133,571,1,1,5277.8,3702.89,12.7941,1.76278,0,0,0,1,600,255,1,0),(162140,191133,571,1,1,5309.02,4437.11,-101.209,2.9845,0,0,0,1,600,255,1,0),(162141,191133,571,1,1,5324.95,5368.98,-123.416,-1.37881,0,0,0,1,600,255,1,0),(162142,191133,571,1,1,5325.52,6025.47,-16.2582,-0.83776,0,0,0,1,600,255,1,0),(162143,191133,571,1,1,5331.86,4405.6,-126.997,-1.51844,0,0,0,1,600,255,1,0),(162144,191133,571,1,1,5333.07,4300.51,-148.082,0.68068,0,0,0,1,600,255,1,0),(162145,191133,571,1,1,5338.95,4182.07,-94.2039,-2.93214,0,0,0,1,600,255,1,0),(162146,191133,571,1,1,5341.82,5396.05,-106.745,2.00713,0,0,0,1,600,255,1,0),(162147,191133,571,1,1,5354.23,4820.88,-198.88,1.6057,0,0,0,1,600,255,1,0),(162148,191133,571,1,1,5358.9,4514.82,-127.633,2.07694,0,0,0,1,600,255,1,0),(162149,191133,571,1,1,5385.53,4913.98,-195.354,1.83259,0,0,0,1,600,255,1,0),(162150,191133,571,1,1,5388.27,4753.33,-198.798,2.30383,0,0,0,1,600,255,1,0),(162151,191133,571,1,1,5418.62,4371.29,-137.676,1.55334,0,0,0,1,600,255,1,0),(162152,191133,571,1,1,5434.91,3826.25,-65.5299,1.09956,0,0,0,1,600,255,1,0),(162153,191133,571,1,1,5443.15,4694.67,-187.941,2.44346,0,0,0,1,600,255,1,0),(162154,191133,571,1,1,5446.75,5166.05,-133.793,-3.07177,0,0,0,1,600,255,1,0),(162155,191133,571,1,1,5447.93,4519.89,-135.988,-1.67551,0,0,0,1,600,255,1,0),(162156,191133,571,1,1,5449.87,4089.35,-91.0623,1.88495,0,0,0,1,600,255,1,0),(162157,191133,571,1,3,5451.86,5532.25,-101.77,0.22689,0,0,0,1,600,255,1,0),(162158,191133,571,1,1,5455.97,5712.2,-102.766,-0.59341,0,0,0,1,600,255,1,0),(162159,191133,571,1,1,5456.09,4679.77,-173.517,1.93731,0,0,0,1,600,255,1,0),(162160,191133,571,1,1,5461.79,4916.51,-197.193,-0.62832,0,0,0,1,600,255,1,0),(162161,191133,571,1,1,5479.19,4193.7,-97.0735,0.80285,0,0,0,1,600,255,1,0),(162162,191133,571,1,1,5482.81,3505.6,7.2101,-2.68781,0,0,0,1,600,255,1,0),(162163,191133,571,1,1,5483.64,4688.75,-122.003,0.8203,0,0,0,1,600,255,1,0),(162164,191133,571,1,1,5494.62,5677.87,-97.2142,1.93731,0,0,0,1,600,255,1,0),(162165,191133,571,1,1,5509.58,3579.71,-12.9631,1.43117,0,0,0,1,600,255,1,0),(162166,191133,571,1,1,5521.06,4926.98,-192.771,2.56563,0,0,0,1,600,255,1,0),(162167,191133,571,1,1,5522.84,3836.81,-62.7052,2.04204,0,0,0,1,600,255,1,0),(162168,191133,571,1,1,5528.73,4681.65,-127.088,0.43633,0,0,0,1,600,255,1,0),(162169,191133,571,1,1,5529.63,4501.9,-132.392,-2.33874,0,0,0,1,600,255,1,0),(162170,191133,571,1,1,5537.92,4315.39,-130.214,-1.88495,0,0,0,1,600,255,1,0),(162171,191133,571,1,1,5553.28,3666.73,-28.5651,-1.79769,0,0,0,1,600,255,1,0),(162172,191133,571,1,3,5608.65,3865.18,-99.3376,-1.91986,0,0,0,1,600,255,1,0),(162173,191133,571,1,1,5652.2,3981.09,-83.0324,-1.13446,0,0,0,1,600,255,1,0),(162174,191133,571,1,3,5656.22,6023.45,-28.9304,-1.88495,0,0,0,1,600,255,1,0),(162175,191133,571,1,1,5660.41,3699.91,-13.5126,-2.37364,0,0,0,1,600,255,1,0),(162176,191133,571,1,1,5668.26,4118.6,-90.1961,2.37364,0,0,0,1,600,255,1,0),(162177,191133,571,1,3,5669.97,5463.91,-68.9469,2.89724,0,0,0,1,600,255,1,0),(162178,191133,571,1,1,5671.01,4389.62,-137.554,-1.46608,0,0,0,1,600,255,1,0),(162179,191133,571,1,1,5679.05,5598.78,-73.9954,-0.97738,0,0,0,1,600,255,1,0),(162180,191133,571,1,1,5682.74,3538.94,-8.8133,-2.35619,0,0,0,1,600,255,1,0),(162181,191133,571,1,1,5684.08,5541.49,-72.1058,-1.64061,0,0,0,1,600,255,1,0),(162182,191133,571,1,1,5704.43,3884.6,-72.5278,1.8675,0,0,0,1,600,255,1,0),(162183,191133,571,1,1,5721.06,3655.52,-25.2488,0.27925,0,0,0,1,600,255,1,0),(162184,191133,571,1,1,5721.06,3655.52,-25.2488,0.27925,0,0,0,1,600,255,1,0),(162185,191133,571,1,1,5735.86,5612.5,-67.5912,-2.58308,0,0,0,1,600,255,1,0),(162186,191133,571,1,1,5740.39,5960.09,-36.3629,0.5236,0,0,0,1,600,255,1,0),(162187,191133,571,1,1,5762.14,3502.19,8.5711,-0.5236,0,0,0,1,600,255,1,0),(162188,191133,571,1,1,5827.04,4457.58,-130.453,1.64061,0,0,0,1,600,255,1,0),(162189,191133,571,1,1,5834,5370.13,-87.9156,-0.06981,0,0,0,1,600,255,1,0),(162190,191133,571,1,1,5859.75,4020.99,-68.8248,0.10472,0,0,0,1,600,255,1,0),(162191,191133,571,1,3,5861.32,4419.11,-89.7436,-3.07177,0,0,0,1,600,255,1,0),(162192,191133,571,1,1,5882.23,5916.37,-25.0905,-1.6057,0,0,0,1,600,255,1,0),(162193,191133,571,1,1,5945.59,4566.13,-99.452,1.69297,0,0,0,1,600,255,1,0),(162194,191133,571,1,1,6001.92,4160.64,-71.2961,0.83776,0,0,0,1,600,255,1,0),(162195,191133,571,1,1,6037.1,4847.04,-93.403,-1.25664,0,0,0,1,600,255,1,0),(162196,191133,571,1,1,6053.3,4795.46,-92.8918,0.8203,0,0,0,1,600,255,1,0),(162197,191133,571,1,1,6077.97,4860.72,-94.5449,-1.71042,0,0,0,1,600,255,1,0),(162198,191133,571,1,1,6084.56,4079.1,-46.7275,-2.30383,0,0,0,1,600,255,1,0),(162199,191133,571,1,1,6096.59,3644.3,143.128,-2.84488,0,0,0,1,600,255,1,0),(162200,191133,571,1,1,6107,5455.44,-97.4798,2.93214,0,0,0,1,600,255,1,0),(162201,191133,571,1,1,6167.44,5256.57,-127.884,0.89012,0,0,0,1,600,255,1,0),(162202,191133,571,1,3,6173.29,4609.01,-92.2689,-1.90241,0,0,0,1,600,255,1,0),(162203,191133,571,1,1,6174.17,5636.43,-22.3877,-1.93731,0,0,0,1,600,255,1,0),(162204,191133,571,1,1,6205.15,4325.34,-38.2094,-0.05236,0,0,0,1,600,255,1,0),(162205,191133,571,1,1,6215.25,5172.35,-97.6636,0.24435,0,0,0,1,600,255,1,0),(162206,191133,571,1,1,6229.99,5392.57,-108.99,-2.9845,0,0,0,1,600,255,1,0),(162207,191133,571,1,1,6277.39,4221.15,-40.3804,0.59341,0,0,0,1,600,255,1,0),(162208,191133,571,1,1,6302.94,5136.3,-81.6133,-3.01941,0,0,0,1,600,255,1,0),(162209,191133,571,1,1,6310,3957.29,109.057,-0.76794,0,0,0,1,600,255,1,0),(162210,191133,571,1,1,6659.69,4690.38,0.1829,1.78023,0,0,0,1,600,255,1,0),(162211,191133,571,1,1,6672.22,4932.34,-17.978,2.94959,0,0,0,1,600,255,1,0),(162806,189981,571,1,1,8297.32,-1323.16,989.223,3.10665,0,0,0,1,900,255,1,0),(162807,189981,571,1,1,8443.6,-1578.12,1038.25,0.15708,0,0,0,1,900,255,1,0),(162808,189981,571,1,1,8569.77,-1292.15,544.906,1.43117,0,0,0,1,900,255,1,0),(162809,189981,571,1,1,8636.96,-1181.42,539.129,-1.32645,0,0,0,1,900,255,1,0),(162950,191133,571,1,1,5973.13,-678.799,384.303,-1.01229,0,0,0,1,900,255,1,0),(162951,191133,571,1,1,5990.06,-1015.17,446.638,2.19911,0,0,0,1,900,255,1,0),(162952,191133,571,1,1,5990.99,-621.435,374.311,-2.84488,0,0,0,1,900,255,1,0),(162953,191133,571,1,1,6344.36,-785.474,408.019,-1.8675,0,0,0,1,900,255,1,0),(162954,191133,571,1,1,6394.66,-876.401,409.343,1.27409,0,0,0,1,900,255,1,0),(162955,191133,571,1,1,6518.71,-1309.9,407.208,2.21656,0,0,0,1,900,255,1,0),(162956,191133,571,1,1,6523.62,-1265.09,405.482,-1.58825,0,0,0,1,900,255,1,0),(162957,191133,571,1,1,6570.89,-1050.82,432.531,-1.36136,0,0,0,1,900,255,1,0),(162958,191133,571,1,1,6571,-1230.15,404.367,1.78023,0,0,0,1,900,255,1,0),(162959,191133,571,1,1,6571,-1230.15,404.367,1.78023,0,0,0,1,900,255,1,0),(162960,191133,571,1,1,6596.6,-1356.01,410.087,1.25664,0,0,0,1,900,255,1,0),(162961,191133,571,1,1,6600.02,-977.058,430.956,1.06465,0,0,0,1,900,255,1,0),(162962,191133,571,1,1,6646.55,-876.419,685.517,2.87979,0,0,0,1,900,255,1,0),(162963,191133,571,1,1,6657.53,-1251.14,397.563,-2.70526,0,0,0,1,900,255,1,0),(162964,191133,571,1,1,6666.78,-1032.98,413.802,-0.08727,0,0,0,1,900,255,1,0),(162965,191133,571,1,1,6675.33,-1195.82,398.54,-2.51327,0,0,0,1,900,255,1,0),(162966,191133,571,1,1,6677.08,-1207.99,398.83,-1.90241,0,0,0,1,900,255,1,0),(162967,191133,571,1,1,6679.29,-1365.29,392.181,2.87979,0,0,0,1,900,255,1,0),(162968,191133,571,1,1,6688.5,-1112.26,397.346,-0.76794,0,0,0,1,900,255,1,0),(162969,191133,571,1,1,6756.1,-1530.5,369.068,0.48869,0,0,0,1,900,255,1,0),(162970,191133,571,1,1,6799.45,-1602.82,354.439,1.55334,0,0,0,1,900,255,1,0),(162971,191133,571,1,1,6816.01,-1364.55,819.675,1.46608,0,0,0,1,900,255,1,0),(162972,191133,571,1,1,6821.42,-607.278,982.429,3.10665,0,0,0,1,900,255,1,0),(162973,191133,571,1,1,6831.78,-1599.01,352.369,1.6057,0,0,0,1,900,255,1,0),(162974,191133,571,1,1,6836.44,-1338.51,819.752,-3.07177,0,0,0,1,900,255,1,0),(162975,191133,571,1,1,6847.58,-1230.78,806.654,2.04204,0,0,0,1,900,255,1,0),(162976,191133,571,1,1,6866.66,-1725.76,827.24,2.33874,0,0,0,1,900,255,1,0),(162977,191133,571,1,1,6867.1,-3428.81,629.143,-1.44862,0,0,0,1,900,255,1,0),(162978,191133,571,1,1,6879.43,-1237.15,810.259,1.39626,0,0,0,1,900,255,1,0),(162979,191133,571,1,1,6900.31,-1523,359.912,-0.24435,0,0,0,1,900,255,1,0),(162980,191133,571,1,1,6927.97,-28.98,805.172,0.38397,0,0,0,1,900,255,1,0),(162981,191133,571,1,1,6961.17,-6.584,809.179,-2.72271,0,0,0,1,900,255,1,0),(162982,191133,571,1,1,6979.51,-658.492,770.486,-2.94959,0,0,0,1,900,255,1,0),(162983,191133,571,1,1,6981.89,-1205.51,810.173,2.44346,0,0,0,1,900,255,1,0),(162984,191133,571,1,1,6983.3,-1221.08,809.737,2.96704,0,0,0,1,900,255,1,0),(162985,191133,571,1,1,6986.34,-1293.41,820.291,-1.79769,0,0,0,1,900,255,1,0),(162986,191133,571,1,1,6994.69,-804.125,736.488,-2.47837,0,0,0,1,900,255,1,0),(162987,191133,571,1,1,6996.86,34.22,810.485,2.60054,0,0,0,1,900,255,1,0),(162988,191133,571,1,1,7002.33,-19.649,811.049,-1.97222,0,0,0,1,900,255,1,0),(162989,191133,571,1,1,7005.42,-367.084,788.1,-0.83776,0,0,0,1,900,255,1,0),(162990,191133,571,1,1,7008.1,-503.726,745.189,-0.13962,0,0,0,1,900,255,1,0),(162991,191133,571,1,1,7010.06,90.342,814.849,0.34907,0,0,0,1,900,255,1,0),(162992,191133,571,1,1,7019.15,-776.146,732.361,-3.00195,0,0,0,1,900,255,1,0),(162993,191133,571,1,1,7019.82,-1357.06,833.007,-0.68068,0,0,0,1,900,255,1,0),(162994,191133,571,1,3,7032.89,-1319.14,820.829,0.5236,0,0,0,1,900,255,1,0),(162995,191133,571,1,1,7051.36,-2016.77,769.801,-0.7854,0,0,0,1,900,255,1,0),(162996,191133,571,1,3,7052.57,-1106.91,934.503,0.48869,0,0,0,1,900,255,1,0),(162997,191133,571,1,1,7075.71,-1920.55,774.867,0.89012,0,0,0,1,900,255,1,0),(162998,191133,571,1,1,7075.71,-1920.55,774.867,0.89012,0,0,0,1,900,255,1,0),(162999,191133,571,1,4,7080.04,-2724.64,756.814,-2.00713,0,0,0,1,900,255,1,0),(163000,191133,571,1,1,7108.71,-390.674,785.422,-2.60054,0,0,0,1,900,255,1,0),(163001,191133,571,1,2,7109.33,-2248.94,760.053,2.18166,0,0,0,1,900,255,1,0),(163002,191133,571,1,1,7110.42,-543.947,739.837,-0.73304,0,0,0,1,900,255,1,0),(163003,191133,571,1,1,7122.95,-1096.95,928.457,0.61086,0,0,0,1,900,255,1,0),(163004,191133,571,1,4,7134.02,-2760.25,786.906,0.22689,0,0,0,1,900,255,1,0),(163005,191133,571,1,8,7142.31,-3636.81,841.763,2.72271,0,0,0,1,900,255,1,0),(163006,191133,571,1,4,7160.35,-2126.89,762.291,-1.309,0,0,0,1,900,255,1,0),(163007,191133,571,1,1,7169.14,-1110.03,933.994,2.56563,0,0,0,1,900,255,1,0),(163008,191133,571,1,4,7170.76,-2087.91,771.997,-2.07694,0,0,0,1,900,255,1,0),(163009,191133,571,1,1,7171.05,-232.757,808.581,-0.92502,0,0,0,1,900,255,1,0),(163010,191133,571,1,4,7177.67,-2048.25,768.82,-2.05949,0,0,0,1,900,255,1,0),(163011,191133,571,1,1,7187.29,-1305.36,946.459,0.10472,0,0,0,1,900,255,1,0),(163203,189980,571,1,1,5636.89,1931.16,517.353,-1.50098,0,0,0,1,600,255,1,0),(163013,191133,571,1,4,7191.42,-2963.44,863.347,0.71558,0,0,0,1,900,255,1,0),(163014,191133,571,1,4,7201.29,-1976.74,771.915,2.70526,0,0,0,1,900,255,1,0),(163015,191133,571,1,8,7216.89,-3691.29,822.22,1.95477,0,0,0,1,900,255,1,0),(163016,191133,571,1,1,7224.43,-993.775,926.922,-2.53072,0,0,0,1,900,255,1,0),(163017,191133,571,1,2,7233.57,-3542.98,834.774,1.64061,0,0,0,1,900,255,1,0),(163018,191133,571,1,1,7247.44,-1258.09,922.469,0.12217,0,0,0,1,900,255,1,0),(163019,191133,571,1,4,7253.56,-2213.5,765.619,0.20944,0,0,0,1,900,255,1,0),(163020,191133,571,1,3,7263.25,-2858.31,784.963,3.05433,0,0,0,1,900,255,1,0),(163021,191133,571,1,1,7290.68,-158.387,791.699,0.97738,0,0,0,1,900,255,1,0),(163022,191133,571,1,1,7301.97,-1076.27,922.833,2.77507,0,0,0,1,900,255,1,0),(163023,191133,571,1,4,7308.59,-2918.88,829.274,2.18166,0,0,0,1,900,255,1,0),(163024,191133,571,1,4,7310.65,-2244.92,759.653,2.79252,0,0,0,1,900,255,1,0),(163025,191133,571,1,8,7343.63,-3631.95,827.068,2.86233,0,0,0,1,900,255,1,0),(163026,191133,571,1,4,7375.28,-2741.83,755.017,1.23918,0,0,0,1,900,255,1,0),(163027,191133,571,1,1,7402.41,-2801.71,771.389,2.68781,0,0,0,1,900,255,1,0),(163028,191133,571,1,4,7407.63,-3292.64,865.917,1.25664,0,0,0,1,900,255,1,0),(163029,191133,571,1,1,7425.51,-124.863,794.245,-1.06465,0,0,0,1,900,255,1,0),(163030,191133,571,1,4,7440.67,-2350.95,758.854,-2.58308,0,0,0,1,900,255,1,0),(163031,191133,571,1,2,7471.3,-2436.7,759.912,-2.72271,0,0,0,1,900,255,1,0),(163032,191133,571,1,1,7610.48,-1368.06,958.4,-1.50098,0,0,0,1,900,255,1,0),(163033,191133,571,1,1,7705.49,-3346.28,889.608,-0.06981,0,0,0,1,900,255,1,0),(163034,191133,571,1,1,7751.97,-268.932,919.118,-2.19912,0,0,0,1,900,255,1,0),(163035,191133,571,1,1,7776.04,-3094.28,917.448,0.97738,0,0,0,1,900,255,1,0),(163036,191133,571,1,1,7808.35,-82.079,880.268,1.55334,0,0,0,1,900,255,1,0),(163037,191133,571,1,1,7828.84,-115.694,886.169,-1.25664,0,0,0,1,900,255,1,0),(163038,191133,571,1,1,7854.36,49.873,1010.96,2.02458,0,0,0,1,900,255,1,0),(163039,191133,571,1,1,7908.77,124.441,1030.64,-0.75049,0,0,0,1,900,255,1,0),(163040,191133,571,1,1,7923.45,-2642.3,1139.84,0.41888,0,0,0,1,900,255,1,0),(163041,191133,571,1,1,8016.46,-2395.76,1161.83,-0.66322,0,0,0,1,900,255,1,0),(163042,191133,571,1,1,8069.04,-2777.4,1050.31,-1.23918,0,0,0,1,900,255,1,0),(163043,191133,571,1,1,8106.1,-2241.15,1167.39,-0.34907,0,0,0,1,900,255,1,0),(163044,191133,571,1,1,8125.98,-218.974,848.504,-1.09956,0,0,0,1,900,255,1,0),(163045,191133,571,1,3,8126.96,-1265.3,1018.43,-0.99484,0,0,0,1,900,255,1,0),(163046,191133,571,1,1,8136.27,-286.253,867.359,2.37364,0,0,0,1,900,255,1,0),(163047,191133,571,1,1,8153.25,-392.846,1020.5,-2.94959,0,0,0,1,900,255,1,0),(163048,191133,571,1,1,8182.39,-729.494,929.576,1.3439,0,0,0,1,900,255,1,0),(163049,191133,571,1,1,8184.4,-2399.48,1139.64,-0.69813,0,0,0,1,900,255,1,0),(163050,191133,571,1,1,8191.02,-2794.48,1044.14,-2.75761,0,0,0,1,900,255,1,0),(163051,191133,571,1,1,8196.15,-2734.56,1036.62,-2.84488,0,0,0,1,900,255,1,0),(163052,191133,571,1,1,8223.97,-674.648,933.066,2.26892,0,0,0,1,900,255,1,0),(163053,191133,571,1,1,8239.63,-2988.43,1087.36,0.73304,0,0,0,1,900,255,1,0),(163054,191133,571,1,1,8286.56,-212.827,889.271,0.76794,0,0,0,1,900,255,1,0),(163055,191133,571,1,1,8292.72,-2688.02,1036.62,2.96704,0,0,0,1,900,255,1,0),(163056,191133,571,1,1,8297.32,-1323.16,989.223,3.10665,0,0,0,1,900,255,1,0),(163057,191133,571,1,1,8443.6,-1578.12,1038.25,0.15708,0,0,0,1,900,255,1,0),(163058,191133,571,1,1,8569.77,-1292.15,544.906,1.43117,0,0,0,1,900,255,1,0),(163059,191133,571,1,1,8636.96,-1181.42,539.129,-1.32645,0,0,0,1,900,255,1,0),(162689,189978,571,1,1,6749.4,-3469.02,563.549,-1.309,0,0,0,1,900,255,1,0),(162939,189979,571,1,1,6749.4,-3469.02,563.549,-1.309,0,0,0,1,900,255,1,0),(164029,191133,571,1,1,6477.44,2487.12,475.981,-0.27925,0,0,0,1,600,255,1,0),(164030,191133,571,1,1,6481.97,540.381,438.703,0.47124,0,0,0,1,600,255,1,0),(164031,191133,571,1,1,6482.54,2462.87,468.117,-1.91986,0,0,0,1,600,255,1,0),(164032,191133,571,1,1,6483.74,1237.93,286.932,1.37881,0,0,0,1,600,255,1,0),(164033,191133,571,1,1,6484.37,294.937,399.821,-1.15192,0,0,0,1,600,255,1,0),(164034,191133,571,1,1,6497.03,3510.88,540.232,-2.70526,0,0,0,1,600,255,1,0),(164035,191133,571,1,1,6514.27,896.626,290.645,1.29154,0,0,0,1,600,255,1,0),(164036,191133,571,1,1,6533.5,907.337,294.892,0.17453,0,0,0,1,600,255,1,0),(164037,191133,571,1,1,6541.25,1011.67,276.952,0.08727,0,0,0,1,600,255,1,0),(164038,191133,571,1,1,6554.23,332.83,411.567,0.13962,0,0,0,1,600,255,1,0),(164039,191133,571,1,1,6557.07,284.192,401.789,0.73304,0,0,0,1,600,255,1,0),(164040,191133,571,1,1,6559.55,659.112,408.146,-2.67035,0,0,0,1,600,255,1,0),(164041,191133,571,1,1,6561.43,1050.49,275.174,2.42601,0,0,0,1,600,255,1,0),(164042,191133,571,1,1,6583.15,1267.12,286.026,0.92502,0,0,0,1,600,255,1,0),(164043,191133,571,1,1,6604.23,1248.47,282.491,2.04204,0,0,0,1,600,255,1,0),(164044,191133,571,1,1,6608.89,990.28,284.73,-2.77507,0,0,0,1,600,255,1,0),(164045,191133,571,1,1,6618.75,356.354,453.156,0.68068,0,0,0,1,600,255,1,0),(164046,191133,571,1,1,6622.9,1252.62,282.503,1.71042,0,0,0,1,600,255,1,0),(164047,191133,571,1,1,6636.6,3176.86,648.813,1.15192,0,0,0,1,600,255,1,0),(164048,191133,571,1,1,6640.88,3346.68,677.41,-0.76794,0,0,0,1,600,255,1,0),(164049,191133,571,1,1,6658.34,688.135,410.438,2.14675,0,0,0,1,600,255,1,0),(164050,191133,571,1,1,6662.22,573.318,406.858,-0.41888,0,0,0,1,600,255,1,0),(164051,191133,571,1,1,6664.98,615.527,410.019,-2.86233,0,0,0,1,600,255,1,0),(164052,191133,571,1,1,6672.16,1189.57,273.26,-2.49582,0,0,0,1,600,255,1,0),(164053,191133,571,1,1,6691.89,1520.67,466.38,-2.07694,0,0,0,1,600,255,1,0),(164054,191133,571,1,1,6696.4,743.905,396.964,-0.12217,0,0,0,1,600,255,1,0),(164055,191133,571,1,1,6710.98,644.3,412.474,-1.29154,0,0,0,1,600,255,1,0),(164056,191133,571,1,1,6717.32,1228.8,275.079,-2.86234,0,0,0,1,600,255,1,0),(164057,191133,571,1,1,6725.16,570.259,424.529,-2.46091,0,0,0,1,600,255,1,0),(164058,191133,571,1,1,6734.88,1458.5,403.872,0.31416,0,0,0,1,600,255,1,0),(164059,191133,571,1,1,6737.77,586.034,425.384,1.48353,0,0,0,1,600,255,1,0),(164060,191133,571,1,1,6748.57,2727.22,435.554,1.22173,0,0,0,1,600,255,1,0),(164061,191133,571,1,1,6751.8,1325.14,285.589,-1.6057,0,0,0,1,600,255,1,0),(164062,191133,571,1,1,6753.93,328.981,442.229,0.92502,0,0,0,1,600,255,1,0),(164063,191133,571,1,1,6754.17,2342.52,442.688,-2.09439,0,0,0,1,600,255,1,0),(164064,191133,571,1,1,6754.8,575.615,425.39,-1.41372,0,0,0,1,600,255,1,0),(164065,191133,571,1,1,6755.16,1224.16,276.844,0.34907,0,0,0,1,600,255,1,0),(164066,191133,571,1,1,6755.39,974.467,312.33,-2.19912,0,0,0,1,600,255,1,0),(164067,191133,571,1,1,6756.57,2694.84,427.835,-2.80998,0,0,0,1,600,255,1,0),(164068,191133,571,1,1,6758.73,585.806,425.657,0.2618,0,0,0,1,600,255,1,0),(164069,191133,571,1,1,6766.01,2936.86,456.135,-2.00713,0,0,0,1,600,255,1,0),(164070,191133,571,1,1,6774.69,499.547,410.733,-0.97738,0,0,0,1,600,255,1,0),(164071,191133,571,1,1,6781.04,1131.43,278.614,2.04204,0,0,0,1,600,255,1,0),(164072,191133,571,1,1,6789,1141.31,277.163,-1.81514,0,0,0,1,600,255,1,0),(164073,191133,571,1,1,6790.11,449.812,411.493,-1.09956,0,0,0,1,600,255,1,0),(164074,191133,571,1,1,6793.87,924.565,348.841,0.85521,0,0,0,1,600,255,1,0),(164075,191133,571,1,1,6797.17,2369.82,435.432,-0.38397,0,0,0,1,600,255,1,0),(164076,191133,571,1,1,6804.51,1294.23,281.189,0.50615,0,0,0,1,600,255,1,0),(164077,191133,571,1,1,6817.34,453.798,470.45,-3.03684,0,0,0,1,600,255,1,0),(164078,191133,571,1,1,6818.78,2181.03,660.779,-1.83259,0,0,0,1,600,255,1,0),(164079,191133,571,1,1,6824.14,2207.66,654.923,-1.13446,0,0,0,1,600,255,1,0),(164080,191133,571,1,1,6830.67,762.702,409.857,2.1293,0,0,0,1,600,255,1,0),(164081,191133,571,1,1,6833.76,2472.19,421.713,0.15708,0,0,0,1,600,255,1,0),(164082,191133,571,1,1,6884.59,645.147,426.572,-0.83776,0,0,0,1,600,255,1,0),(164083,191133,571,1,1,6885.25,2378.06,427.796,2.37364,0,0,0,1,600,255,1,0),(164084,191133,571,1,1,6885.81,2052.91,828.661,0.08727,0,0,0,1,600,255,1,0),(164085,191133,571,1,1,6897.25,819.82,399.82,-2.82743,0,0,0,1,600,255,1,0),(164086,191133,571,1,1,6898.43,786.803,405.357,-1.48353,0,0,0,1,600,255,1,0),(164087,191133,571,1,1,6901.68,2352.56,428.566,0.48869,0,0,0,1,600,255,1,0),(164088,191133,571,1,1,6943.63,3630.96,830.104,-1.46608,0,0,0,1,600,255,1,0),(164089,191133,571,1,1,6944.92,407.241,513.619,2.49582,0,0,0,1,600,255,1,0),(164090,191133,571,1,1,6993.89,681.144,491.214,0.38397,0,0,0,1,600,255,1,0),(164091,191133,571,1,1,6999.95,849.854,402.02,-0.38397,0,0,0,1,600,255,1,0),(164092,191133,571,1,1,7010.36,702.436,473.773,3.03684,0,0,0,1,600,255,1,0),(164093,191133,571,1,1,7027.86,3066.55,475.031,1.78023,0,0,0,1,600,255,1,0),(164094,191133,571,1,1,7028.88,2508.66,409.558,-0.54105,0,0,0,1,600,255,1,0),(164095,191133,571,1,1,7053.12,824.111,537.643,-1.88495,0,0,0,1,600,255,1,0),(164096,191133,571,1,1,7064.83,1379.27,307.581,1.85005,0,0,0,1,600,255,1,0),(164097,191133,571,1,1,7067.23,1367.88,306.292,2.61799,0,0,0,1,600,255,1,0),(164098,191133,571,1,1,7070.19,574.218,498.368,-0.61086,0,0,0,1,600,255,1,0),(164099,191133,571,1,1,7102.52,3022.01,446.972,1.79769,0,0,0,1,600,255,1,0),(164100,191133,571,1,1,7115.28,1450.23,315.694,-2.02458,0,0,0,1,600,255,1,0),(164101,191133,571,1,1,7136.14,1119.96,310.427,-1.09956,0,0,0,1,600,255,1,0),(164102,191133,571,1,1,7144.4,2507.15,405.91,-1.62316,0,0,0,1,600,255,1,0),(164103,191133,571,1,1,7162.5,2547.99,399.183,1.71042,0,0,0,1,600,255,1,0),(164104,191133,571,1,1,7164.71,2521.35,402.807,0.27925,0,0,0,1,600,255,1,0),(164105,191133,571,1,1,7185.23,2548.75,397.567,1.55334,0,0,0,1,600,255,1,0),(164106,191133,571,1,1,7215.86,2846.91,408.101,2.89724,0,0,0,1,600,255,1,0),(164107,191133,571,1,1,7231.51,2847.63,405.285,-0.27925,0,0,0,1,600,255,1,0),(164108,191133,571,1,1,7235.41,575.545,499.302,3.12412,0,0,0,1,600,255,1,0),(164109,191133,571,1,1,7235.53,1516.76,326.998,-1.93732,0,0,0,1,600,255,1,0),(164110,191133,571,1,1,7238.31,785.106,552.417,0.2618,0,0,0,1,600,255,1,0),(164111,191133,571,1,1,7240.89,2399.82,417.679,-2.44346,0,0,0,1,600,255,1,0),(164112,191133,571,1,1,7260.71,1512.27,322.274,2.19912,0,0,0,1,600,255,1,0),(164113,191133,571,1,1,7323.18,2252.33,461.426,2.49582,0,0,0,1,600,255,1,0),(164114,191133,571,1,1,7330.26,2996.15,434.107,-1.98967,0,0,0,1,600,255,1,0),(164115,191133,571,1,1,7330.48,2485.73,392.805,1.11701,0,0,0,1,600,255,1,0),(164116,191133,571,1,1,7343.43,602.649,615.518,2.42601,0,0,0,1,600,255,1,0),(164117,191133,571,1,1,7347.47,561.248,613.055,-0.5585,0,0,0,1,600,255,1,0),(164118,191133,571,1,1,7362.55,614.322,580.014,-3.01941,0,0,0,1,600,255,1,0),(164119,191133,571,1,1,7382.99,2443.48,387.429,-2.37364,0,0,0,1,600,255,1,0),(164120,191133,571,1,1,7391.31,568.383,577.861,-1.25664,0,0,0,1,600,255,1,0),(164121,191133,571,1,1,7399.73,2867.12,417.685,-2.28638,0,0,0,1,600,255,1,0),(164122,191133,571,1,1,7420.41,3083.89,586.887,-2.35619,0,0,0,1,600,255,1,0),(164123,191133,571,1,1,7420.45,632.061,497.291,-1.79769,0,0,0,1,600,255,1,0),(164124,191133,571,1,1,7427.84,1463.89,324.152,2.33874,0,0,0,1,600,255,1,0),(164125,191133,571,1,1,7431.12,3330.44,693.012,1.0821,0,0,0,1,600,255,1,0),(164126,191133,571,1,1,7466.79,2726.01,412.288,-0.24435,0,0,0,1,600,255,1,0),(164127,191133,571,1,1,7471.17,2497.17,390.409,-1.3439,0,0,0,1,600,255,1,0),(164128,191133,571,1,1,7472.37,1305.69,320.085,-2.28638,0,0,0,1,600,255,1,0),(164129,191133,571,1,1,7476.56,1295.25,322.15,-0.5585,0,0,0,1,600,255,1,0),(164130,191133,571,1,1,7476.56,1295.25,322.15,-0.5585,0,0,0,1,600,255,1,0),(164131,191133,571,1,1,7488.8,1813.89,361.498,-2.65289,0,0,0,1,600,255,1,0),(164132,191133,571,1,1,7488.8,1813.89,361.498,-2.65289,0,0,0,1,600,255,1,0),(164133,191133,571,1,1,7490.42,2678.97,433.078,-1.15192,0,0,0,1,600,255,1,0),(164134,191133,571,1,1,7512.87,1172.61,344.485,-1.32645,0,0,0,1,600,255,1,0),(164135,191133,571,1,1,7517.87,1846.08,360.256,0.15708,0,0,0,1,600,255,1,0),(164136,191133,571,1,1,7521.31,2268.77,391.406,-1.0472,0,0,0,1,600,255,1,0),(164137,191133,571,1,1,7523.6,2698.61,409.932,2.96704,0,0,0,1,600,255,1,0),(164138,191133,571,1,1,7526.18,970.248,533.525,0.75049,0,0,0,1,600,255,1,0),(164139,191133,571,1,1,7529.28,639.333,494.954,-2.02458,0,0,0,1,600,255,1,0),(164140,191133,571,1,1,7541.84,896.319,489.338,0.95993,0,0,0,1,600,255,1,0),(164141,191133,571,1,1,7542.46,2870.1,429.917,1.85005,0,0,0,1,600,255,1,0),(164142,191133,571,1,1,7549.75,982.975,483.232,0.76794,0,0,0,1,600,255,1,0),(164143,191133,571,1,1,7554.6,1864.65,367.274,0.24435,0,0,0,1,600,255,1,0),(164144,191133,571,1,1,7576.46,1972.39,369.59,-0.87266,0,0,0,1,600,255,1,0),(164145,191133,571,1,1,7595.12,1891.1,371.232,-2.72271,0,0,0,1,600,255,1,0),(164146,191133,571,1,1,7607.16,1752.61,339.957,0.15708,0,0,0,1,600,255,1,0),(164147,191133,571,1,1,7633.18,716.693,484.584,1.88495,0,0,0,1,600,255,1,0),(164148,191133,571,1,1,7653.1,2792.67,414.985,0.12217,0,0,0,1,600,255,1,0),(164149,191133,571,1,1,7656.88,1786.75,350.272,-2.51327,0,0,0,1,600,255,1,0),(164150,191133,571,1,1,7656.88,1786.75,350.272,-2.51327,0,0,0,1,600,255,1,0),(164151,191133,571,1,1,7664.28,1709.21,333.701,1.85005,0,0,0,1,600,255,1,0),(164152,191133,571,1,1,7678.12,2818.93,444.879,2.42601,0,0,0,1,600,255,1,0),(164153,191133,571,1,1,7679.02,1021.26,471.182,1.83259,0,0,0,1,600,255,1,0),(164154,191133,571,1,1,7685.3,1256.03,341.566,-2.30383,0,0,0,1,600,255,1,0),(164155,191133,571,1,1,7687.9,3554.85,736.615,1.01229,0,0,0,1,600,255,1,0),(164156,191133,571,1,1,7688.26,1386.79,347.29,-1.91986,0,0,0,1,600,255,1,0),(164157,191133,571,1,1,7689.33,3181.03,578.833,0.40143,0,0,0,1,600,255,1,0),(164158,191133,571,1,1,7689.89,553.471,698.62,0.68068,0,0,0,1,600,255,1,0),(164159,191133,571,1,1,7712.26,1282.21,339.281,1.83259,0,0,0,1,600,255,1,0),(164160,191133,571,1,1,7720.6,1424.71,353.361,-1.62316,0,0,0,1,600,255,1,0),(164161,191133,571,1,1,7726.39,1305.62,341.838,-2.96704,0,0,0,1,600,255,1,0),(164162,191133,571,1,1,7733.94,1814.48,349.628,-1.88495,0,0,0,1,600,255,1,0),(164163,191133,571,1,1,7744.65,1779.4,338.061,3.03684,0,0,0,1,600,255,1,0),(164164,191133,571,1,1,7764.36,1088.72,395.619,-0.61086,0,0,0,1,600,255,1,0),(164165,191133,571,1,1,7765.6,2713.19,409.25,2.68781,0,0,0,1,600,255,1,0),(164166,191133,571,1,1,7772.45,796.567,517.569,0.41888,0,0,0,1,600,255,1,0),(164167,191133,571,1,1,7773.79,1499.62,360.298,-2.21657,0,0,0,1,600,255,1,0),(164168,191133,571,1,1,7774.56,2665.08,405.825,-0.66322,0,0,0,1,600,255,1,0),(164169,191133,571,1,1,7774.56,2665.08,405.825,-0.66322,0,0,0,1,600,255,1,0),(164170,191133,571,1,1,7779.62,1830.56,356.359,-2.53072,0,0,0,1,600,255,1,0),(164171,191133,571,1,1,7781.56,1106.51,395.667,2.54818,0,0,0,1,600,255,1,0),(164172,191133,571,1,1,7784.99,1043.74,395.619,1.88495,0,0,0,1,600,255,1,0),(164173,191133,571,1,1,7793.37,1526.29,363.607,0.48869,0,0,0,1,600,255,1,0),(164174,191133,571,1,1,7805.9,943.421,451.621,-1.09956,0,0,0,1,600,255,1,0),(164175,191133,571,1,1,7819.7,1132.74,395.619,-3.07177,0,0,0,1,600,255,1,0),(164176,191133,571,1,1,7822.42,696.106,554,1.01229,0,0,0,1,600,255,1,0),(164177,191133,571,1,1,7833.48,3008.13,536.272,-1.20428,0,0,0,1,600,255,1,0),(164178,191133,571,1,1,7834.56,818.007,501.709,-0.92502,0,0,0,1,600,255,1,0),(164179,191133,571,1,1,7845.01,3354.72,736.624,0.8203,0,0,0,1,600,255,1,0),(164180,191133,571,1,1,7848.73,1108.21,395.61,2.74016,0,0,0,1,600,255,1,0),(164181,191133,571,1,1,7854.1,1125.91,395.619,1.88495,0,0,0,1,600,255,1,0),(164182,191133,571,1,1,7857.74,1414.6,439.167,-2.25147,0,0,0,1,600,255,1,0),(164183,191133,571,1,1,7867.16,1550.81,378.174,0.27925,0,0,0,1,600,255,1,0),(164184,191133,571,1,1,7894.1,1533.87,396.862,-3.07177,0,0,0,1,600,255,1,0),(164185,191133,571,1,1,7915.38,2484.85,405.524,0.73304,0,0,0,1,600,255,1,0),(164186,191133,571,1,1,7926.21,2439.34,411.385,2.67035,0,0,0,1,600,255,1,0),(164187,191133,571,1,1,7930.31,2802.01,499.503,-2.44346,0,0,0,1,600,255,1,0),(164188,191133,571,1,1,7935.66,1579.35,411.484,-1.91986,0,0,0,1,600,255,1,0),(164189,191133,571,1,1,7937.93,1442.64,520.466,2.26892,0,0,0,1,600,255,1,0),(164190,191133,571,1,1,7940.26,3483.75,694.053,-1.65806,0,0,0,1,600,255,1,0),(164191,191133,571,1,1,7941.5,1706.58,371.817,-0.27925,0,0,0,1,600,255,1,0),(164192,191133,571,1,1,7958.13,1927.86,367.054,3.05433,0,0,0,1,600,255,1,0),(164193,191133,571,1,1,7963.19,2787.48,525.188,-1.83259,0,0,0,1,600,255,1,0),(164194,191133,571,1,1,7980.9,1539.41,467.71,1.46608,0,0,0,1,600,255,1,0),(164195,191133,571,1,1,8006.93,1907.34,380.708,-1.13446,0,0,0,1,600,255,1,0),(164196,191133,571,1,1,8044.05,1805.05,409.034,2.09439,0,0,0,1,600,255,1,0),(164197,191133,571,1,1,8050.09,2858.94,510.469,-1.65806,0,0,0,1,600,255,1,0),(164198,191133,571,1,1,8078.37,1646.49,553.938,1.97222,0,0,0,1,600,255,1,0),(164199,191133,571,1,1,8128.21,1460.34,698.17,0.20944,0,0,0,1,600,255,1,0),(164200,191133,571,1,1,8150.7,1169.64,687.532,-0.83776,0,0,0,1,600,255,1,0),(164201,191133,571,1,1,8160.79,1539.71,630.592,0.76794,0,0,0,1,600,255,1,0),(164202,191133,571,1,1,8161.5,1561.79,613.813,2.05949,0,0,0,1,600,255,1,0),(164203,191133,571,1,1,8162.18,1286.7,785.962,2.33874,0,0,0,1,600,255,1,0),(164204,191133,571,1,1,8168.02,1303.41,793.594,0.15708,0,0,0,1,600,255,1,0),(164205,191133,571,1,1,8207.79,1281.01,775.651,-0.87266,0,0,0,1,600,255,1,0),(164206,191133,571,1,1,8242.54,1257.54,741.177,-1.37881,0,0,0,1,600,255,1,0),(164207,191133,571,1,1,8253.71,1842.5,563.077,1.44862,0,0,0,1,600,255,1,0),(164208,191133,571,1,1,8266.34,1755.56,580.521,-2.91469,0,0,0,1,600,255,1,0),(164209,191133,571,1,1,8292.69,2611.04,718.001,-2.93214,0,0,0,1,600,255,1,0),(164210,191133,571,1,1,8308.63,3014.36,679.283,1.44862,0,0,0,1,600,255,1,0),(164211,191133,571,1,1,8450.06,1675.78,701.855,-2.04204,0,0,0,1,600,255,1,0),(164212,191133,571,1,1,8478.73,1445.28,641.201,1.25664,0,0,0,1,600,255,1,0),(164213,191133,571,1,1,8478.73,1445.28,650.455,1.25664,0,0,0,1,600,255,1,0),(164214,191133,571,1,1,8523.81,1290.22,623.783,-3.00195,0,0,0,1,600,255,1,0),(164215,191133,571,1,1,8579.11,1431.44,615.512,2.37364,0,0,0,1,600,255,1,0),(164216,191133,571,1,1,8698.68,909.67,496.371,-0.71559,0,0,0,1,600,255,1,0),(164217,191133,571,1,1,8707.63,1008.05,443.877,0.89012,0,0,0,1,600,255,1,0),(164218,191133,571,1,2,5915.75,1990.67,518.82,-2.9845,0,0,0,1,600,255,1,0),(164219,191133,571,1,2,5996.65,2335.77,518.032,-0.5585,0,0,0,1,600,255,1,0),(164220,191133,571,1,2,6367.61,1682.05,548.518,-0.83776,0,0,0,1,600,255,1,0),(164221,191133,571,1,2,6691.89,1520.67,466.38,-2.07694,0,0,0,1,600,255,1,0),(164222,191133,571,1,3,5715.87,2059.13,-340.391,-2.25147,0,0,0,1,600,255,1,0),(164223,191133,571,1,3,7332.59,3024.4,440.859,-1.22173,0,0,0,1,600,255,1,0),(164224,191133,571,1,3,8149.28,2384.14,510.609,2.51327,0,0,0,1,600,255,1,0),(164225,191133,571,1,4,7566.93,1642.53,348.215,1.09956,0,0,0,1,600,255,1,0),(164226,191133,571,1,4,7828.47,1809.7,348.065,0.43633,0,0,0,1,600,255,1,0),(164227,191133,571,1,5,5877.63,1942.75,518.37,-0.27925,0,0,0,1,600,255,1,0),(164228,191133,571,1,5,5889.07,2160.36,515.002,-2.47837,0,0,0,1,600,255,1,0),(164229,191133,571,1,5,5966.52,1908.87,580.817,0.71559,0,0,0,1,600,255,1,0),(164230,191133,571,1,64,6803.91,3634.24,743.453,-0.33161,0,0,0,1,600,255,1,0),(164231,191133,571,1,64,7070.15,3508.67,733.436,-1.22173,0,0,0,1,600,255,1,0),(164232,191133,571,1,256,6166.92,2004.08,541.962,1.79769,0,0,0,1,600,255,1,0),(164233,191133,571,1,256,6522.39,2173.17,509.07,-3.10665,0,0,0,1,600,255,1,0),(164234,191133,571,1,256,6831.54,2201.45,663.294,2.9845,0,0,0,1,600,255,1,0),(87627,175124,229,1,1,189.08,-388.611,110.863,-0.296705,0,0,0,0,120,0,1,0),(87628,175124,229,1,1,189.834,-451.31,110.863,-2.86234,0,0,0,0,120,0,1,0),(87629,175124,229,1,1,197.826,-407.93,110.885,-2.16421,0,0,0,0,120,0,1,0),(87630,175124,229,1,1,197.889,-409.417,110.885,-1.51844,0,0,0,0,120,0,1,0),(87631,175124,229,1,1,198.346,-432.692,110.885,-2.05949,0,0,0,0,120,0,1,0),(87632,175124,229,1,1,199.281,-431.434,110.885,-2.44346,0,0,0,0,120,0,1,0),(87633,175124,229,1,1,199.588,-433.807,110.885,1.11701,0,0,0,0,120,0,1,0),(87634,175124,229,1,1,199.616,-410.272,110.886,-2.93214,0,0,0,0,120,0,1,0),(87635,175124,229,1,1,200.125,-407.846,110.885,2.87979,0,0,0,0,120,0,1,0),(87636,175124,229,1,1,200.72,-431.708,110.885,1.78023,0,0,0,0,120,0,1,0),(87637,175124,229,1,1,200.743,-409.406,110.885,-1.37881,0,0,0,0,120,0,1,0),(87638,175124,229,1,1,201.847,-432.209,110.885,1.44862,0,0,0,0,120,0,1,0),(87639,175124,229,1,1,202.572,-392.328,111.154,-1.36136,0,0,0,0,120,0,1,0),(87640,175124,229,1,1,202.891,-394.925,111.134,-2.80998,0,0,0,0,120,0,1,0),(87641,175124,229,1,1,203.082,-401.453,111.087,-1.06465,0,0,0,0,120,0,1,0),(87642,175124,229,1,1,203.281,-398.872,111.105,2.86234,0,0,0,0,120,0,1,0),(87643,175124,229,1,1,203.856,-403.369,111.071,-1.15192,0,0,0,0,120,0,1,0),(87644,175124,229,1,1,204.115,-393.598,111.142,-0.645772,0,0,0,0,120,0,1,0),(87645,175124,229,1,1,204.39,-395.495,111.127,-1.29154,0,0,0,0,120,0,1,0),(87646,175124,229,1,1,204.402,-400.307,111.092,-2.19911,0,0,0,0,120,0,1,0),(87647,175124,229,1,1,205.199,-401.573,111.082,0.261798,0,0,0,0,120,0,1,0),(87648,175124,229,1,1,206.904,-419.79,110.925,-0.750491,0,0,0,0,120,0,1,0),(87649,175124,229,1,1,207.267,-434.716,110.887,0.226892,0,0,0,0,120,0,1,0),(87650,175124,229,1,1,207.935,-420.02,110.93,-0.174532,0,0,0,0,120,0,1,0),(87651,175124,229,1,1,208.006,-422.069,110.929,-1.51844,0,0,0,0,120,0,1,0),(87652,175124,229,1,1,208.166,-418.361,110.933,2.21657,0,0,0,0,120,0,1,0),(87653,175124,229,1,1,208.798,-433.633,110.888,-2.82743,0,0,0,0,120,0,1,0),(87654,175124,229,1,1,209.072,-435.188,110.885,-2.9496,0,0,0,0,120,0,1,0),(87655,175124,229,1,1,209.286,-391.27,111.149,-2.9496,0,0,0,0,120,0,1,0),(87656,175124,229,1,1,209.563,-419.84,110.939,-0.541051,0,0,0,0,120,0,1,0),(87657,175124,229,1,1,210.485,-393.288,111.132,-0.122173,0,0,0,0,120,0,1,0),(87658,175124,229,1,1,210.654,-391.83,111.142,1.91986,0,0,0,0,120,0,1,0),(87659,175124,229,1,1,211.617,-434.677,110.888,-1.55334,0,0,0,0,120,0,1,0),(87660,175124,229,1,1,211.907,-420.136,110.945,1.93731,0,0,0,0,120,0,1,0),(87661,175124,229,1,1,212.067,-392.173,111.137,-0.558504,0,0,0,0,120,0,1,0),(87662,175124,229,1,1,212.459,-418.521,110.953,2.9845,0,0,0,0,120,0,1,0),(87663,175124,229,1,1,212.636,-432.306,110.892,-0.174532,0,0,0,0,120,0,1,0),(87664,175124,229,1,1,213.311,-410.503,110.963,2.14675,0,0,0,0,120,0,1,0),(87665,175124,229,1,1,213.577,-419.533,110.95,0.628317,0,0,0,0,120,0,1,0),(87666,175124,229,1,1,214.32,-408.951,110.968,2.96704,0,0,0,0,120,0,1,0),(87667,175124,229,1,1,217.875,-392.087,111.127,0.90757,0,0,0,0,120,0,1,0),(87668,175124,229,1,1,218.954,-392.579,111.121,1.91986,0,0,0,0,120,0,1,0),(87669,175124,229,1,1,219.679,-393.405,111.114,-1.98967,0,0,0,0,120,0,1,0),(87670,175124,229,1,1,219.995,-399.617,111.068,-2.61799,0,0,0,0,120,0,1,0),(87671,175124,229,1,1,220.162,-421.225,110.948,-1.76278,0,0,0,0,120,0,1,0),(87672,175124,229,1,1,220.173,-391.63,111.126,1.36136,0,0,0,0,120,0,1,0),(87673,175124,229,1,1,220.181,-401.405,111.055,-1.98967,0,0,0,0,120,0,1,0),(87674,175124,229,1,1,220.602,-418.447,110.961,-1.22173,0,0,0,0,120,0,1,0),(87675,175124,229,1,1,220.824,-398.357,111.076,1.98967,0,0,0,0,120,0,1,0),(87676,175124,229,1,1,220.836,-393.649,111.11,-1.97222,0,0,0,0,120,0,1,0),(87677,175124,229,1,1,220.87,-411.346,110.993,-2.47837,0,0,0,0,120,0,1,0),(87678,175124,229,1,1,221.281,-400.066,111.063,0.977383,0,0,0,0,120,0,1,0),(87679,175124,229,1,1,221.348,-409.122,111.003,-2.07694,0,0,0,0,120,0,1,0),(87680,175124,229,1,1,221.701,-420.444,110.953,1.64061,0,0,0,0,120,0,1,0),(87681,175124,229,1,1,222.093,-432.25,110.901,0,0,0,0,0,120,0,1,0),(87682,175124,229,1,1,222.152,-411.776,110.992,-3.07177,0,0,0,0,120,0,1,0),(87683,175124,229,1,1,222.219,-428.908,110.916,2.79252,0,0,0,0,120,0,1,0),(87684,175124,229,1,1,222.736,-410.477,110.998,-1.20428,0,0,0,0,120,0,1,0),(87685,175124,229,1,1,222.816,-430.971,110.907,-0.261798,0,0,0,0,120,0,1,0),(87686,175124,229,1,1,223.579,-419.323,110.959,-1.88495,0,0,0,0,120,0,1,0),(87687,175124,229,1,1,223.817,-429.41,110.914,-0.174532,0,0,0,0,120,0,1,0),(87688,175124,229,1,1,223.978,-432.85,110.899,1.88495,0,0,0,0,120,0,1,0),(87689,175124,229,1,1,224.213,-412.157,110.991,1.58825,0,0,0,0,120,0,1,0),(87690,175124,229,1,1,48.8127,-337.076,91.5302,2.26892,0,0,0,0,120,0,1,0),(87691,175124,229,1,1,50.1711,-316.652,91.5303,-2.426,0,0,0,0,120,0,1,0),(87692,175124,229,1,1,51.2665,-338.088,91.5419,-1.98967,0,0,0,0,120,0,1,0),(87693,175124,229,1,1,51.5754,-315.042,91.5225,2.14675,0,0,0,0,120,0,1,0),(87694,175124,229,1,1,51.8635,-316.614,91.5209,-0.593412,0,0,0,0,120,0,1,0),(87695,175124,229,1,1,54.2656,-255.435,96.8589,1.3439,0,0,0,0,120,0,1,0),(87696,175124,229,1,1,54.5722,-336.735,91.5293,-1.13446,0,0,0,0,120,0,1,0),(87697,175124,229,1,1,55.3531,-249.984,97.0487,-2.65289,0,0,0,0,120,0,1,0),(87698,175124,229,1,1,55.442,-254.351,97.1978,0.541051,0,0,0,0,120,0,1,0),(87699,175124,229,1,1,56.7615,-332.325,91.4652,-1.06465,0,0,0,0,120,0,1,0),(87700,175124,229,1,1,56.8515,-253.343,96.9626,-0.087266,0,0,0,0,120,0,1,0),(87701,175124,229,1,1,56.876,-255.377,96.9689,0.261798,0,0,0,0,120,0,1,0),(87702,175124,229,1,1,57.859,-336.093,91.5233,-2.23402,0,0,0,0,120,0,1,0),(87703,175124,229,1,1,57.8603,-256.662,96.7394,-1.01229,0,0,0,0,120,0,1,0),(87704,175124,229,1,1,58.1175,-253.946,96.881,0.506145,0,0,0,0,120,0,1,0),(87705,175124,229,1,1,58.8178,-334.107,91.5048,0.977383,0,0,0,0,120,0,1,0),(87706,175124,229,1,1,59.0256,-271.14,93.6363,-2.49582,0,0,0,0,120,0,1,0),(87707,175124,229,1,1,59.1689,-255.103,96.8158,1.0821,0,0,0,0,120,0,1,0),(87708,175124,229,1,1,59.1922,-317.294,91.4801,-0.191985,0,0,0,0,120,0,1,0),(87709,175124,229,1,1,59.331,-332.23,91.4729,-1.64061,0,0,0,0,120,0,1,0),(87710,175124,229,1,1,59.4191,-337.406,91.5356,-0.471239,0,0,0,0,120,0,1,0),(87711,175124,229,1,1,60.1851,-270.196,93.6818,-2.26892,0,0,0,0,120,0,1,0),(87712,175124,229,1,1,60.3514,-312.297,91.5221,1.13446,0,0,0,0,120,0,1,0),(87713,175124,229,1,1,60.665,-268.136,93.6019,2.35619,0,0,0,0,120,0,1,0),(87714,175124,229,1,1,61.0127,-315.653,91.4848,0.733038,0,0,0,0,120,0,1,0),(87715,175124,229,1,1,61.0567,-313.922,91.505,-0.680679,0,0,0,0,120,0,1,0),(87716,175124,229,1,1,61.3216,-272.013,93.6009,-1.15192,0,0,0,0,120,0,1,0),(87717,175124,229,1,1,62.4955,-334.331,91.5069,-0.349065,0,0,0,0,120,0,1,0),(87718,175124,229,1,1,63.3079,-317.114,91.4715,-3.08918,0,0,0,0,120,0,1,0),(87719,175124,229,1,1,63.5717,-336.638,91.5284,0.069812,0,0,0,0,120,0,1,0),(87720,175124,229,1,1,64.204,-268.474,93.2454,-1.5708,0,0,0,0,120,0,1,0),(87721,175124,229,1,1,64.926,-317.059,91.461,1.78023,0,0,0,0,120,0,1,0),(87722,175124,229,1,1,65.2965,-267.93,93.0764,0.349065,0,0,0,0,120,0,1,0),(87723,175124,229,1,1,65.5835,-305.105,91.4853,1.09956,0,0,0,0,120,0,1,0),(87724,175124,229,1,1,65.9878,-303.634,91.4694,-2.61799,0,0,0,0,120,0,1,0),(87725,175124,229,1,1,66.8018,-302.481,91.4515,3.14159,0,0,0,0,120,0,1,0),(87726,175124,229,1,1,68.1218,-302.416,91.4389,3.12412,0,0,0,0,120,0,1,0),(87727,175124,229,1,1,68.2518,-314.875,91.4335,1.36136,0,0,0,0,120,0,1,0),(87728,175124,229,1,1,68.7284,-307.073,91.4505,0.994837,0,0,0,0,120,0,1,0),(87729,175124,229,1,1,69.4599,-303.627,91.438,-1.39626,0,0,0,0,120,0,1,0),(87730,175124,229,1,1,69.6914,-332.161,91.4867,1.13446,0,0,0,0,120,0,1,0),(87731,175124,229,1,1,69.9306,-326.64,91.4588,2.89724,0,0,0,0,120,0,1,0),(87732,175124,229,1,1,69.9912,-329.339,91.4658,-0.401425,0,0,0,0,120,0,1,0),(87733,175124,229,1,1,70.5072,-334.149,91.5052,0.610864,0,0,0,0,120,0,1,0),(87734,175124,229,1,1,70.9291,-304.97,91.4315,3.03684,0,0,0,0,120,0,1,0),(87735,175124,229,1,1,71.7115,-306.066,91.4182,-1.51844,0,0,0,0,120,0,1,0),(87736,175124,229,1,1,71.7949,-278.165,92.4567,2.23402,0,0,0,0,120,0,1,0),(87737,175124,229,1,1,72.0026,-328.392,91.461,-1.43117,0,0,0,0,120,0,1,0),(87738,175124,229,1,1,72.026,-331.225,91.4723,-2.68781,0,0,0,0,120,0,1,0),(87739,175124,229,1,1,72.0531,-325.809,91.4542,1.43117,0,0,0,0,120,0,1,0),(87740,175124,229,1,1,72.069,-276.632,92.2983,2.61799,0,0,0,0,120,0,1,0),(87741,175124,229,1,1,72.141,-285.906,91.9452,-1.01229,0,0,0,0,120,0,1,0),(87742,175124,229,1,1,73.1332,-306.736,91.4127,-0.645772,0,0,0,0,120,0,1,0),(87743,175124,229,1,1,73.5452,-324.156,91.4481,0.453785,0,0,0,0,120,0,1,0),(87744,175124,229,1,1,74.0389,-287.331,91.4488,-1.01229,0,0,0,0,120,0,1,0),(87745,175124,229,1,1,74.1004,-291.837,91.442,-0.401425,0,0,0,0,120,0,1,0),(87746,175124,229,1,1,74.2068,-273.591,91.6428,-1.39626,0,0,0,0,120,0,1,0),(87747,175124,229,1,1,74.4491,-307.403,91.4144,-0.733038,0,0,0,0,120,0,1,0),(87748,175124,229,1,1,74.7522,-275.849,91.6503,0.95993,0,0,0,0,120,0,1,0),(87749,175124,229,1,1,75.1779,-292.906,91.4446,1.98967,0,0,0,0,120,0,1,0),(87750,175124,229,1,1,76.2422,-277.381,91.4738,-0.785397,0,0,0,0,120,0,1,0),(87751,175124,229,1,1,76.6499,-263.575,91.4803,0.767944,0,0,0,0,120,0,1,0),(87752,175124,229,1,1,76.8647,-275.632,91.4778,2.32129,0,0,0,0,120,0,1,0),(87753,175124,229,1,1,77.2751,-262.143,91.4799,-1.25664,0,0,0,0,120,0,1,0),(87754,175124,229,1,1,77.4822,-292.28,91.447,-0.087266,0,0,0,0,120,0,1,0),(87755,175124,229,1,1,77.7013,-295.117,91.4437,-1.11701,0,0,0,0,120,0,1,0),(87756,175124,229,1,1,78.59,-266.496,91.4746,2.00713,0,0,0,0,120,0,1,0),(87757,175124,229,1,1,79.0012,-331.653,91.471,-2.33874,0,0,0,0,120,0,1,0),(87758,175124,229,1,1,79.072,-328.433,91.4529,-0.541051,0,0,0,0,120,0,1,0),(87759,175124,229,1,1,79.2062,-262.497,91.4758,-2.1293,0,0,0,0,120,0,1,0),(87760,175124,229,1,1,79.5689,-291.474,91.4493,-0.174532,0,0,0,0,120,0,1,0),(87761,175124,229,1,1,79.7866,-325.953,91.4456,1.6057,0,0,0,0,120,0,1,0),(87762,175124,229,1,1,80.4842,-316.636,91.438,-0.855211,0,0,0,0,120,0,1,0),(87763,175124,229,1,1,80.7881,-253.589,91.4755,-2.14675,0,0,0,0,120,0,1,0),(87764,175124,229,1,1,80.9162,-328.544,91.4511,-2.09439,0,0,0,0,120,0,1,0),(87765,175124,229,1,1,81.0063,-332.454,91.4814,-2.51327,0,0,0,0,120,0,1,0),(87766,175124,229,1,1,81.0104,-264.958,91.4705,2.75761,0,0,0,0,120,0,1,0),(87767,175124,229,1,1,81.0718,-330.129,91.4551,-1.02974,0,0,0,0,120,0,1,0),(87768,175124,229,1,1,81.7656,-326.14,91.4455,2.46091,0,0,0,0,120,0,1,0),(87769,175124,229,1,1,81.8175,-317.4,91.4399,0.174532,0,0,0,0,120,0,1,0),(87770,175124,229,1,1,81.9745,-335.984,91.5223,-1.50098,0,0,0,0,120,0,1,0),(87771,175124,229,1,1,82.0751,-251.81,91.4727,-1.69297,0,0,0,0,120,0,1,0),(87772,175124,229,1,1,82.5312,-315.925,91.4361,1.71042,0,0,0,0,120,0,1,0),(87773,175124,229,1,1,82.7643,-267.748,91.4651,-3.01941,0,0,0,0,120,0,1,0),(87774,175124,229,1,1,82.9415,-330.608,91.4542,0.698132,0,0,0,0,120,0,1,0),(87775,175124,229,1,1,82.9601,-249.989,91.4709,-1.64061,0,0,0,0,120,0,1,0),(87776,175124,229,1,1,83.0306,-333.103,91.4893,-0.209439,0,0,0,0,120,0,1,0),(87777,175124,229,1,1,83.2161,-327.69,91.4462,-0.296705,0,0,0,0,120,0,1,0),(87778,175124,229,1,1,83.6532,-252.415,91.4694,1.95477,0,0,0,0,120,0,1,0),(87779,175124,229,1,1,83.9509,-325.865,91.4455,-2.96704,0,0,0,0,120,0,1,0),(87780,175124,229,1,1,83.9541,-315.109,91.4341,-0.541051,0,0,0,0,120,0,1,0),(87781,175124,229,1,1,84.112,-268.795,91.4617,-2.87979,0,0,0,0,120,0,1,0),(87782,175124,229,1,1,84.5061,-248.377,91.4676,1.78023,0,0,0,0,120,0,1,0),(87783,175124,229,1,1,84.6573,-301.761,91.4432,0.157079,0,0,0,0,120,0,1,0),(87784,175124,229,1,1,85.5635,-293.523,91.4479,1.309,0,0,0,0,120,0,1,0),(87785,175124,229,1,1,85.6677,-314.024,91.436,-2.07694,0,0,0,0,120,0,1,0),(87786,175124,229,1,1,85.834,-295.414,91.4477,2.77507,0,0,0,0,120,0,1,0),(87787,175124,229,1,1,85.9751,-250.81,91.4645,-2.93214,0,0,0,0,120,0,1,0),(87788,175124,229,1,1,86.1129,-302.506,91.4437,0.767944,0,0,0,0,120,0,1,0),(87789,175124,229,1,1,86.3671,-246.965,91.4637,1.81514,0,0,0,0,120,0,1,0),(87790,175124,229,1,1,87.2261,-252.472,91.4619,-0.942477,0,0,0,0,120,0,1,0),(87791,175124,229,1,1,87.2811,-254.392,91.4618,0.034906,0,0,0,0,120,0,1,0),(87792,175124,229,1,1,87.411,-278.121,91.4532,-2.56563,0,0,0,0,120,0,1,0),(87793,175124,229,1,1,87.8127,-314.716,91.4443,3.01941,0,0,0,0,120,0,1,0),(87794,175124,229,1,1,87.8612,-303.152,91.4444,-1.79769,0,0,0,0,120,0,1,0),(87795,175124,229,1,1,87.9231,-280.001,91.4471,-2.70526,0,0,0,0,120,0,1,0),(87796,175124,229,1,1,88.0984,-333.163,91.4844,1.43117,0,0,0,0,120,0,1,0),(87797,175124,229,1,1,88.3432,-248.339,91.4596,2.28638,0,0,0,0,120,0,1,0),(87798,175124,229,1,1,88.6913,-301.07,91.4447,0.366518,0,0,0,0,120,0,1,0),(87799,175124,229,1,1,88.8089,-316.134,91.4447,-0.698132,0,0,0,0,120,0,1,0),(87800,175124,229,1,1,89.0041,-251.208,91.4582,2.94959,0,0,0,0,120,0,1,0),(87801,175124,229,1,1,89.0992,-290.133,91.4463,1.53589,0,0,0,0,120,0,1,0),(87802,175124,229,1,1,89.9268,-301.831,91.4451,0.541051,0,0,0,0,120,0,1,0),(87803,175124,229,1,1,89.9589,-318.159,91.4443,-0.872664,0,0,0,0,120,0,1,0),(87804,175124,229,1,1,90.3071,-332.646,91.4737,2.61799,0,0,0,0,120,0,1,0),(87805,175124,229,1,1,90.5754,-320.019,91.4455,1.20428,0,0,0,0,120,0,1,0),(87806,175124,229,1,1,91.8307,-291.349,91.4455,-3.08918,0,0,0,0,120,0,1,0),(87807,175124,229,1,1,91.8609,-301.935,91.4455,0.733038,0,0,0,0,120,0,1,0),(87808,175124,229,1,1,92.1155,-334.861,91.5066,0.453785,0,0,0,0,120,0,1,0),(87809,175124,229,1,1,92.1251,-279.851,91.4455,-1.67551,0,0,0,0,120,0,1,0),(87810,175124,229,1,1,92.6002,-288.176,91.4455,0.436332,0,0,0,0,120,0,1,0),(87811,175124,229,1,1,92.6442,-304.447,91.4455,2.44346,0,0,0,0,120,0,1,0),(87812,175124,229,1,1,93.6733,-290.12,91.4455,-0.750491,0,0,0,0,120,0,1,0),(87813,175124,229,1,1,93.8115,-305.536,91.4455,1.02974,0,0,0,0,120,0,1,0),(87814,175124,229,1,1,93.8904,-288.281,91.4455,2.35619,0,0,0,0,120,0,1,0),(87815,175124,229,1,1,94.5641,-281.093,91.4455,2.51327,0,0,0,0,120,0,1,0),(87816,175124,229,1,1,94.9171,-288.644,91.4455,2.96704,0,0,0,0,120,0,1,0),(87817,175124,229,1,1,95.4615,-313.584,91.4455,0.855211,0,0,0,0,120,0,1,0),(87818,175124,229,1,1,96.0628,-287.47,91.4455,1.71042,0,0,0,0,120,0,1,0),(87819,175124,229,1,1,96.3418,-280.518,91.4455,0.139624,0,0,0,0,120,0,1,0),(87820,175124,229,1,1,97.1258,-281.949,91.4455,-1.27409,0,0,0,0,120,0,1,0),(87821,175124,229,1,1,97.1963,-310.891,91.4455,-3.03684,0,0,0,0,120,0,1,0),(87822,175124,229,1,1,97.3405,-313.43,91.4455,2.67035,0,0,0,0,120,0,1,0),(87823,175124,229,1,1,98.8559,-313.049,91.4455,-1.01229,0,0,0,0,120,0,1,0),(87824,175194,229,1,1,192.74,-258.394,76.8603,0,0,0,0,0,120,0,0,0),(87825,175195,229,1,1,124.779,-298.037,70.8526,0.785397,0,0,0,0,120,0,0,0),(87826,175196,229,1,1,228.803,-301.542,76.8812,-1.5708,0,0,0,0,120,0,0,0),(87827,175197,229,1,1,125.358,-340.465,70.8752,2.35619,0,0,0,0,120,0,0,0),(87828,175198,229,1,1,215.157,-334.733,76.8124,-2.35619,0,0,0,0,120,0,0,0),(87829,175199,229,1,1,155.334,-353.045,70.8337,3.14159,0,0,0,0,120,0,0,0),(87830,175200,229,1,1,155.321,-286.074,70.8763,0,0,0,0,0,120,0,0,0),(87831,175266,229,1,1,144.375,-240.826,91.4713,0,0,0,0,0,120,0,0,0),(87832,175267,229,1,1,126.354,-240.77,91.4701,0,0,0,0,0,120,0,0,0),(87833,175268,229,1,1,162.466,-240.765,91.4688,0,0,0,0,0,120,0,0,0),(87834,175269,229,1,1,126.295,-258.732,91.4701,0,0,0,0,0,120,0,0,0),(87835,175270,229,1,1,162.443,-258.904,91.4701,0,0,0,0,0,120,0,0,0),(87836,175271,229,1,1,126.402,-276.79,91.4701,0,0,0,0,0,120,0,0,0),(87837,175272,229,1,1,162.401,-276.824,91.4701,0,0,0,0,0,120,0,0,0),(87838,175706,229,1,1,144.445,-280.941,91.5476,1.58825,0,0,0,0,120,0,0,0),(87839,175244,229,1,1,216.443,-286.135,76.9406,3.14159,0,0,0,0,120,0,0,0),(87840,175187,229,1,1,144.37,-299.198,91.4701,0,0,0,0,0,120,0,1,0),(87841,175153,229,1,1,113.751,-258.945,91.5603,0,0,0,0,0,120,0,1,0),(87842,175705,229,1,1,175.127,-258.945,91.5603,0,0,0,0,0,120,0,0,0),(87843,175185,229,1,1,194.235,-420.225,110.761,3.14159,0,0,0,0,120,0,1,0),(87844,175186,229,1,1,92.9595,-435.59,110.954,-1.5708,0,0,0,0,120,0,0,0),(87845,164726,229,1,1,108.036,-420.331,110.954,3.14159,0,0,0,0,120,0,0,0),(87846,175382,229,1,1,67.1283,-297.421,91.4255,-0.0349063,0,0,0,0,120,0,1,0),(87847,175385,229,1,1,65.4179,-280.416,94.0465,0.0698117,0,0,0,0,120,0,1,0),(87848,175528,229,1,1,100.257,-313.14,66.5453,3.14159,0,0,0,0,120,0,0,0),(87849,175529,229,1,1,100.257,-324.88,66.5453,3.14159,0,0,0,0,120,0,0,0),(87850,175530,229,1,1,110.215,-324.88,68.0355,3.14159,0,0,0,0,120,0,0,0),(87851,175531,229,1,1,110.215,-313.14,68.0355,3.14159,0,0,0,0,120,0,0,0),(87852,175532,229,1,1,120.462,-324.88,73.5331,3.14159,0,0,0,0,120,0,0,0),(87853,175533,229,1,1,120.462,-313.14,73.5331,3.14159,0,0,0,0,120,0,0,0),(87854,175946,229,1,1,45.1933,-259.712,106.533,3.14159,0,0,0,0,120,0,1,0),(87855,175947,229,1,1,45.1933,-312.52,106.533,3.14159,0,0,0,0,120,0,1,0),(87856,175970,229,1,1,147.228,-240.436,112.205,-1.64933,0,0,0,0,120,0,1,0),(87857,176447,229,1,1,35.2499,-505.634,110.914,-3.13874,0,0,0,0,120,0,1,0),(87858,176448,229,1,1,31.283,-505.634,110.914,1.57142,0,0,0,0,120,0,1,0),(87859,176449,229,1,1,27.4453,-505.634,110.914,-0.261172,0,0,0,0,120,0,1,0),(87860,176450,229,1,1,21.5668,-506.581,110.914,-1.57017,0,0,0,0,120,0,1,0),(87861,176451,229,1,1,18.0824,-505.634,110.914,-3.13874,0,0,0,0,120,0,1,0),(87862,176452,229,1,1,24.542,-504.736,110.914,-2.35556,0,0,0,0,120,0,1,0),(87863,136950,229,1,1,72.8373,-265.63,60.7365,3.14159,0,0,0,0,120,0,1,0),(87864,136952,229,1,1,69.9731,-329.868,55.8721,3.14159,0,0,0,0,120,0,1,0),(87865,136955,229,1,1,56.3641,-306.158,54.0157,3.14159,0,0,0,0,120,0,1,0),(87866,176459,229,1,1,68.6479,-270.903,60.7375,3.14159,0,0,0,0,120,0,1,0),(87867,176460,229,1,1,70.5435,-257.169,60.7401,3.12412,0,0,0,0,120,0,1,0),(87868,176461,229,1,1,69.3254,-265.102,60.6044,3.14159,0,0,0,0,120,0,1,0),(87869,176462,229,1,1,90.4803,-283.217,60.7002,3.14159,0,0,0,0,120,0,1,0),(87870,176463,229,1,1,91.6333,-262.053,60.7002,3.14159,0,0,0,0,120,0,1,0),(87871,136922,229,1,1,88.2152,-415.1,110.957,2.72271,0,0,0,0,120,0,1,0),(87872,136923,229,1,1,87.4498,-468.454,116.887,2.72271,0,0,0,0,120,0,1,0),(87873,136925,229,1,1,40.7229,-586.71,30.6817,1.74533,0,0,0,0,120,0,1,0),(87874,136926,229,1,1,43.3149,-572.476,30.6817,1.74533,0,0,0,0,120,0,1,0),(87875,136927,229,1,1,4.75705,-567.073,29.2222,1.74533,0,0,0,0,120,0,1,0),(87876,136928,229,1,1,8.39204,-583.677,29.2222,1.74533,0,0,0,0,120,0,1,0),(87877,136929,229,1,1,152.587,-396.408,121.964,-1.5708,0,0,0,0,120,0,1,0),(87878,136930,229,1,1,147.161,-389.954,121.964,-1.5708,0,0,0,0,120,0,1,0),(87879,136931,229,1,1,149.676,-386.148,121.964,-1.5708,0,0,0,0,120,0,1,0),(87880,136932,229,1,1,157.778,-389.954,121.964,-1.5708,0,0,0,0,120,0,1,0),(87881,136933,229,1,1,150.609,-396.408,121.964,-1.5708,0,0,0,0,120,0,1,0),(87882,136934,229,1,1,155.816,-390.035,121.964,-1.5708,0,0,0,0,120,0,1,0),(87883,136935,229,1,1,145.176,-390.035,121.964,-1.5708,0,0,0,0,120,0,1,0),(87884,136936,229,1,1,153.36,-386.169,121.964,-1.5708,0,0,0,0,120,0,1,0),(87885,136937,229,1,1,149.569,-454.687,121.964,1.5708,0,0,0,0,120,0,1,0),(87886,136938,229,1,1,153.253,-454.707,121.964,1.5708,0,0,0,0,120,0,1,0),(87887,136939,229,1,1,157.753,-450.158,121.964,1.5708,0,0,0,0,120,0,1,0),(87888,136940,229,1,1,155.768,-450.239,121.964,1.5708,0,0,0,0,120,0,1,0),(87889,136941,229,1,1,152.32,-444.305,121.964,1.5708,0,0,0,0,120,0,1,0),(87890,136942,229,1,1,150.342,-444.305,121.964,1.5708,0,0,0,0,120,0,1,0),(87891,136943,229,1,1,147.113,-450.158,121.964,1.5708,0,0,0,0,120,0,1,0),(87892,136944,229,1,1,145.151,-450.239,121.964,1.5708,0,0,0,0,120,0,1,0),(87893,136945,229,1,1,-174.134,-342.773,64.3939,3.14159,0,0,0,0,120,0,1,0),(87894,136946,229,1,1,-172.352,-462.842,87.3983,-1.6057,0,0,0,0,120,0,1,0),(87895,136947,229,1,1,16.9937,-253.821,65.4498,3.14159,0,0,0,0,120,0,1,0),(87896,136948,229,1,1,8.17041,-268.98,65.4498,3.14159,0,0,0,0,120,0,1,0),(87897,136949,229,1,1,51.2451,-274.133,65.4498,3.14159,0,0,0,0,120,0,1,0),(87898,136951,229,1,1,68.8802,-283.794,60.7365,3.14159,0,0,0,0,120,0,1,0),(87899,136954,229,1,1,16.1674,-280.865,9.61726,3.14159,0,0,0,0,120,0,1,0),(87900,136957,229,1,1,117.454,-254.291,91.5711,2.72271,0,0,0,0,120,0,1,0),(87901,136959,229,1,1,125.656,-280.808,91.5711,2.72271,0,0,0,0,120,0,1,0),(87902,136961,229,1,1,46.4689,-309.649,91.5711,2.72271,0,0,0,0,120,0,1,0),(87903,136962,229,1,1,106.177,-265.953,91.5711,-1.46608,0,0,0,0,120,0,1,0),(87904,136963,229,1,1,107.69,-253.095,91.5711,2.72271,0,0,0,0,120,0,1,0),(87905,136964,229,1,1,82.5879,-364.586,116.859,2.72271,0,0,0,0,120,0,1,0),(87906,153464,229,1,1,-36.1176,-583.828,-18.8201,1.97222,0,0,0,0,120,0,1,0),(87907,153469,229,1,1,-73.9985,-453.335,-18.935,-3.08918,0,0,0,0,120,0,1,0),(87908,153469,229,1,1,-84.2677,-350.104,70.9524,1.91986,0,0,0,0,120,0,1,0),(87909,153469,229,1,1,86.8551,-587.501,30.6085,2.63544,0,0,0,0,120,0,1,0),(87910,164725,229,1,1,126.879,-319.109,70.935,3.14159,0,0,0,0,120,0,0,0),(87911,175334,229,1,1,33.7166,-466.067,-18.4651,-1.53589,0,0,0,0,120,0,1,0),(56186,20920,47,1,1,2159.43,1687.49,57.5433,3.66079,0,0,0.966493,-0.256693,-43200,100,1,0),(87913,175588,229,1,1,-139.523,-525.879,6.36398,-2.426,0,0,0,0,120,0,1,0),(87914,175606,229,1,1,-100.23,-529.537,-5.77381,-0.436332,0,0,0,0,120,0,1,0),(87915,175606,229,1,1,-100.325,-523.847,10.7029,2.11185,0,0,0,0,120,0,1,0),(87916,175606,229,1,1,-101.886,-521.985,-7.84199,-0.0349063,0,0,0,0,120,0,1,0),(87917,175606,229,1,1,-102.465,-575.651,9.90089,2.47837,0,0,0,0,120,0,1,0),(87918,175606,229,1,1,-112.21,-569.506,10.1992,2.18166,0,0,0,0,120,0,1,0),(87919,175606,229,1,1,-125.229,-576.664,13.7726,-0.296705,0,0,0,0,120,0,1,0),(87920,175606,229,1,1,-126.746,-514.164,-12.147,3.10665,0,0,0,0,120,0,1,0),(87921,175606,229,1,1,-129.514,-441.7,24.4328,0.977383,0,0,0,0,120,0,1,0),(87922,175606,229,1,1,-131.57,-439.602,22.8934,-1.13446,0,0,0,0,120,0,1,0),(87923,175606,229,1,1,-131.805,-526.784,6.55651,-2.28638,0,0,0,0,120,0,1,0),(87924,175606,229,1,1,-132.261,-474.848,9.82244,-2.82743,0,0,0,0,120,0,1,0),(87925,175606,229,1,1,-132.404,-514.961,-15.9374,-1.79769,0,0,0,0,120,0,1,0),(87926,175606,229,1,1,-138.894,-439.497,24.8088,1.76278,0,0,0,0,120,0,1,0),(87927,175606,229,1,1,-139.153,-434.738,23.1123,-2.74016,0,0,0,0,120,0,1,0),(87928,175606,229,1,1,-144.505,-441.603,23.1016,0.331611,0,0,0,0,120,0,1,0),(87929,175606,229,1,1,-146.907,-441.463,22.4744,-0.802851,0,0,0,0,120,0,1,0),(87930,175606,229,1,1,-147.881,-448.549,20.0911,1.32645,0,0,0,0,120,0,1,0),(87931,175606,229,1,1,-150.104,-470.008,16.2278,1.76278,0,0,0,0,120,0,1,0),(87932,175606,229,1,1,-153.788,-515.227,-15.9504,-0.95993,0,0,0,0,120,0,1,0),(87933,175606,229,1,1,-154.378,-552.234,9.91885,-2.05949,0,0,0,0,120,0,1,0),(87934,175606,229,1,1,-154.592,-525.219,8.16182,2.04204,0,0,0,0,120,0,1,0),(87935,175606,229,1,1,-154.77,-541.317,9.02217,-0.104719,0,0,0,0,120,0,1,0),(87936,175606,229,1,1,-154.889,-570.339,10.0172,2.47837,0,0,0,0,120,0,1,0),(87937,175607,229,1,1,20.4895,-438.857,-18.7827,-2.26893,0,0,0,0,120,0,1,0),(87938,175608,229,1,1,23.8203,-440.806,-18.7587,1.43117,0,0,0,0,120,0,1,0),(87939,175609,229,1,1,20.9914,-443.119,-18.9183,1.0821,0,0,0,0,120,0,1,0),(87940,175609,229,1,1,23.7352,-445.173,-18.935,2.11185,0,0,0,0,120,0,1,0),(87941,175609,229,1,1,25.9651,-443.545,-18.9203,-2.75761,0,0,0,0,120,0,1,0),(87942,175886,229,1,1,-34.5386,-589.635,30.9964,-0.593412,0,0,0,0,120,0,1,0),(87943,175886,229,1,1,-34.7324,-589.615,30.9339,1.62316,0,0,0,0,120,0,1,0),(87944,175886,229,1,1,-35.6387,-589.632,30.9825,-1.97222,0,0,0,0,120,0,1,0),(87945,175886,229,1,1,-36.2977,-589.617,31.0103,1.09956,0,0,0,0,120,0,1,0),(87946,175886,229,1,1,-37.7856,-589.639,30.9964,-3.08918,0,0,0,0,120,0,1,0),(87947,175949,229,1,1,-128.234,-482.381,25.4535,-0.0174525,0,0,0,0,120,0,1,0),(87948,175950,229,1,1,-11.1345,-466.205,-16.8553,-1.55334,0,0,0,0,120,0,1,0),(87949,176089,229,1,1,-18.8626,-360.394,-31.4268,2.51327,0,0,0,0,120,0,1,0),(87950,176090,229,1,1,-19.0726,-361.991,-31.5237,-0.349065,0,0,0,0,120,0,1,0),(87951,176425,229,1,1,60.0724,-511.967,29.2143,-3.13874,0,0,0,0,120,0,1,0),(87952,176426,229,1,1,56.9335,-556.048,30.6604,-3.13874,0,0,0,0,120,0,1,0),(87953,176427,229,1,1,53.1921,-461.07,24.3897,-3.1415,0,0,0,0,120,0,1,0),(87954,176428,229,1,1,-63.2568,-581.483,29.2934,-3.1415,0,0,0,0,120,0,1,0),(87955,176429,229,1,1,-37.6863,-551.822,16.2163,3.14159,0,0,0,0,120,0,1,0),(87956,176430,229,1,1,-25.3349,-478.438,17.2504,3.14159,0,0,0,0,120,0,1,0),(87957,176431,229,1,1,-46.3865,-448.61,-18.5644,3.14159,0,0,0,0,120,0,1,0),(87958,176432,229,1,1,-2.64242,-579.144,-18.7609,3.14159,0,0,0,0,120,0,1,0),(87959,176433,229,1,1,26.982,-583.365,-18.5153,3.14159,0,0,0,0,120,0,1,0),(87960,176434,229,1,1,35.6424,-550.73,-18.411,3.14159,0,0,0,0,120,0,1,0),(87961,176435,229,1,1,33.1643,-471.047,-18.5059,3.14159,0,0,0,0,120,0,1,0),(87962,176436,229,1,1,31.9839,-495.349,-18.8984,-3.13874,0,0,0,0,120,0,1,0),(87963,176437,229,1,1,-39.3852,-424.878,-18.8471,3.14159,0,0,0,0,120,0,1,0),(87964,176438,229,1,1,-23.2051,-410.609,-18.8984,3.14159,0,0,0,0,120,0,1,0),(87965,176439,229,1,1,-76.0975,-418.801,-18.9234,-1.83259,0,0,0,0,120,0,1,0),(87966,176440,229,1,1,-59.9712,-409.641,-18.8443,3.14159,0,0,0,0,120,0,1,0),(87967,176441,229,1,1,-79.5309,-453.927,-18.8332,3.14159,0,0,0,0,120,0,1,0),(87968,176442,229,1,1,-15.4378,-368.781,49.4936,3.14085,0,0,0,0,120,0,1,0),(87969,176443,229,1,1,-121.137,-296.445,71.0397,3.14159,0,0,0,0,120,0,1,0),(87970,176444,229,1,1,-137.264,-305.605,70.9606,-1.83259,0,0,0,0,120,0,1,0),(87971,176445,229,1,1,-59.1198,-339.829,70.9606,-1.83259,0,0,0,0,120,0,1,0),(87972,176446,229,1,1,-87.3357,-348.37,71.0397,3.14159,0,0,0,0,120,0,1,0),(87973,176454,229,1,1,60.5715,-562.501,30.4811,3.14159,0,0,0,0,120,0,1,0),(87974,176455,229,1,1,52.2037,-470.448,25.1121,3.14148,0,0,0,0,120,0,1,0),(87975,176456,229,1,1,-60.6476,-584.383,29.1115,3.14159,0,0,0,0,120,0,1,0),(87976,176457,229,1,1,-115.273,-428.518,-18.701,3.14159,0,0,0,0,120,0,1,0),(87977,176458,229,1,1,-114.982,-421.897,-18.9179,3.14159,0,0,0,0,120,0,1,0),(100489,194357,571,1,1,9070.32,2050.73,67.2176,0,0,0,0,1,0,0,0,0),(100490,194357,571,1,1,9073.76,2050.12,68.1572,0,0,0,0,1,0,0,0,0),(100491,194357,571,1,1,9074.7,2050.71,68.1705,0,0,0,0,1,0,0,0,0),(100492,194357,571,1,1,9069.59,2050.35,67.2176,0,0,0,0,1,0,0,0,0),(100493,194357,571,1,1,9069.96,2050.54,67.2176,0,0,0,0,1,0,0,0,0),(100494,194357,571,1,1,9072.08,2049.29,67.7896,0,0,0,0,1,0,0,0,0),(100495,194357,571,1,1,9065.68,2052.62,67.2864,0,0,0,0,1,0,0,0,0),(100496,194394,571,1,1,9083.58,2041.7,67.8181,0,0,0,0,1,0,0,0,0),(100497,195011,571,1,1,9078.47,2057.55,67.2161,0,0,0,0.998135,0.0610518,0,0,0,0),(100498,194425,571,1,1,8523.51,566.994,552.841,2.1518,0,0,0.880019,0.474938,300,0,1,0),(216,186831,571,1,1,957.102,-5308.23,189.353,2.60053,0,0,0.96363,0.267241,300,100,1,0),(318,188677,571,1,1,2567.45,-388.712,3.57346,-2.87979,0,0,0.639778,0.76856,1200,100,1,0),(221,188109,571,1,1,3792.77,4808.87,-11.5607,1.48353,0,0,0.67559,0.737278,300,100,1,0),(226,185863,530,1,1,-2466.6,4700.12,155.715,1.81514,0,0,0,0,120,0,1,0),(5259,192536,571,1,4,7033.89,-1391.53,983.461,0.0523589,0,0,0.0261765,0.999657,120,255,1,0),(5260,192536,571,1,4,6985.81,-1278.63,1101.34,1.309,0,0,0.608761,0.793354,120,255,1,0),(5261,192536,571,1,4,7006.56,-1260.26,1099.34,1.58825,0,0,0.71325,0.70091,120,255,1,0),(5262,192536,571,1,4,7029.7,-1372.38,983.261,-2.70526,0,0,-0.976295,0.216442,120,255,1,0),(5263,192536,571,1,4,7011.06,-1270.61,1099,3.12412,0,0,0.999962,0.00873464,120,255,1,0),(5264,192536,571,1,4,7013.27,-1395.64,985.526,-1.32645,0,0,-0.615661,0.788011,120,255,1,0),(5265,192536,571,1,129,7013.27,-1395.64,985.526,-1.32645,0,0,-0.615661,0.788011,120,255,1,0),(5266,192536,571,1,129,6985.81,-1278.63,1101.34,1.309,0,0,0.608761,0.793354,120,255,1,0),(5267,192536,571,1,129,7006.56,-1260.26,1099.34,1.58825,0,0,0.71325,0.70091,120,255,1,0),(5268,192536,571,1,129,7029.7,-1372.38,983.261,-2.70526,0,0,-0.976295,0.216442,120,255,1,0),(5269,192536,571,1,129,7011.06,-1270.61,1099,3.12412,0,0,0.999962,0.00873464,120,255,1,0),(5270,192536,571,1,129,7033.89,-1391.53,983.461,0.0523589,0,0,0.0261765,0.999657,120,255,1,0),(5271,192538,571,1,4,7081.91,-906.408,1065.91,0.95993,0,0,0.461748,0.887011,120,255,1,0),(5272,192538,571,1,4,7080.19,-912.123,1066.74,-0.541051,0,0,-0.267238,0.963631,120,255,1,0),(5273,192538,571,1,4,7085.54,-912.668,1066.48,1.81514,0,0,0.788011,0.615662,120,255,1,0),(5274,192538,571,1,4,7090.95,-908.667,1065.04,-0.994837,0,0,-0.477158,0.878817,120,255,1,0),(5275,192538,571,1,4,7082.19,-916.648,1068.39,2.23402,0,0,0.898793,0.438373,120,255,1,0),(230,180874,1,1,1,7531.66,-2851.23,458.917,0,0,0,0,0,0,0,0,0),(231,180874,1,1,1,7561.15,-2872.45,461.1,0,0,0,0,0,0,0,0,0),(233,184222,553,1,1,158.952,391.653,-35.5291,0.0494656,0,0,0.0247303,0.999694,300,0,1,0),(236,184222,554,1,1,71.1997,149.657,25.5811,3.17222,0,0,0.999883,-0.0153126,300,0,1,0),(237,184221,553,1,1,158.952,391.653,-35.5291,0.0494656,0,0,0.0247303,0.999694,300,0,1,0),(242,184221,554,1,1,71.1997,149.657,25.5811,3.17222,0,0,0.999883,-0.0153126,300,0,1,0),(241216,181017,0,1,1,-4927.71,-1279.47,509.796,2.6529,0,0,0.970296,0.241922,180,100,1,0),(241215,181017,0,1,1,-4707.57,-948.41,509.872,0.907571,0,0,0.438371,0.898794,180,100,1,0),(241214,181025,0,1,1,-4720.98,-1235.2,510.423,2.1293,0,0,0.874619,0.48481,180,100,1,0),(241213,181025,0,1,1,-4959.71,-1172.35,509.83,-2.58309,0,0,-0.961262,0.275636,180,100,1,0),(241212,181025,0,1,1,-4672.9,-992.939,510.192,0.575959,0,0,0.284016,0.95882,180,100,1,0),(241211,181017,0,1,1,-4591.77,-999.464,508.207,-2.84489,0,0,-0.989016,0.147808,180,100,1,0),(241210,181025,0,1,1,-5003.48,-983.329,510.498,-0.488692,0,0,-0.241922,0.970296,180,100,1,0),(241209,181017,0,1,1,-4798.37,-908.976,503.25,1.5708,0,0,0.707108,0.707106,180,100,1,0),(241208,181017,0,1,1,-4847.69,-1162.96,508.747,0.837758,0,0,0.406737,0.913545,180,100,1,0),(241207,181017,0,1,1,-4601.88,-1010.22,509.911,1.81514,0,0,0.78801,0.615662,180,100,1,0),(241206,181017,0,1,1,-5017.75,-1125.04,509.957,0.191986,0,0,0.0958456,0.995396,180,100,1,0),(241205,181017,0,1,1,-4612.88,-1093.26,509.641,3.05433,0,0,0.999048,0.0436174,180,100,1,0),(241204,181017,0,1,1,-5030.98,-1153.9,509.76,-1.27409,0,0,-0.594823,0.803857,180,100,1,0),(241203,181025,0,1,1,-4971.15,-937.866,510.349,-0.750491,0,0,-0.366501,0.930418,180,100,1,0),(241202,181017,0,1,1,-4880.1,-957.773,509.628,1.93731,0,0,0.824125,0.566409,180,100,1,0),(241201,181017,0,1,1,-5041.65,-1166.19,508.227,0.314159,0,0,0.156434,0.987688,180,100,1,0),(241200,181017,0,1,1,-4989.78,-1117.28,508.186,-2.96706,0,0,-0.996195,0.0871556,180,100,1,0),(4522,187893,571,1,1,3488.48,4515.98,-20.7394,5.34436,0,0,0.452361,-0.891835,300,0,1,0),(241199,181025,0,1,1,-4931.61,-1206.36,509.64,-2.32129,0,0,-0.91706,0.398748,180,100,1,0),(241198,181017,0,1,1,-4732.77,-1146.49,507.539,2.6529,0,0,0.970296,0.241922,180,100,1,0),(241197,181060,0,1,1,-4875.53,-997.696,506.958,-0.471239,0,0,-0.233445,0.97237,180,100,1,0),(241196,181060,0,1,1,-4885.09,-1005.57,506.958,0.069813,0,0,0.0348994,0.999391,180,100,1,0),(241195,181060,0,1,1,-4888.35,-1008.27,506.958,1.88496,0,0,0.809018,0.587783,180,100,1,0),(241194,181019,0,1,1,-4900.67,-975.41,503.491,2.70526,0,0,0.976296,0.21644,180,100,1,0),(241193,181019,0,1,1,-4890.23,-996.799,504.758,0.418879,0,0,0.207912,0.978148,180,100,1,0),(241192,181019,0,1,1,-4895.29,-1001.13,504.758,-3.01942,0,0,-0.998135,0.0610484,180,100,1,0),(241191,181060,0,1,1,-4837.73,-873.987,511.14,-2.68781,0,0,-0.97437,0.22495,180,100,1,0),(241190,181060,0,1,1,-4840.76,-874.337,511.14,2.96706,0,0,0.996195,0.0871556,180,100,1,0),(241189,181021,0,1,1,-5003.33,-874.714,524.838,0.680678,0,0,0.333807,0.942642,180,100,1,0),(241188,181016,0,1,1,-5018.23,-855.977,501.659,0.680678,0,0,0.333807,0.942642,180,100,1,0),(241187,181014,0,1,1,-9075.37,407.018,98.6196,2.25148,0,0,0.902586,0.430509,180,100,1,0),(241186,181015,0,1,1,-9018.08,485.234,97.1197,-0.855212,0,0,-0.414694,0.909961,180,100,1,0),(241185,181014,0,1,1,-8935.14,522.536,109.389,-2.47837,0,0,-0.945519,0.325567,180,100,1,0),(241184,181015,0,1,1,-8884.23,566.347,92.8298,0.715585,0,0,0.350207,0.936672,180,100,1,0),(241183,181014,0,1,1,-8948.45,539.271,109.32,-2.47837,0,0,-0.945519,0.325567,180,100,1,0),(241182,181015,0,1,1,-9085.16,396.496,93.5758,-2.46091,0,0,-0.942641,0.333809,180,100,1,0),(241181,181015,0,1,1,-8893.99,578.844,92.8094,0.680678,0,0,0.333807,0.942642,180,100,1,0),(241180,181060,0,1,1,-8855.97,649.273,97.6137,1.06465,0,0,0.507538,0.861629,180,100,1,0),(241179,181060,0,1,1,-8861.36,645.959,97.5999,-1.0821,0,0,-0.515036,0.857168,180,100,1,0),(241178,181060,0,1,1,-8860.49,649.388,100.919,0.017453,0,0,0.00872639,0.999962,180,100,1,0),(241177,181060,0,1,1,-8862.61,650.263,97.6093,-3.12414,0,0,-0.999962,0.0087262,180,100,1,0),(241176,181018,0,1,1,-8910.36,636.253,101.55,-2.61799,0,0,-0.965925,0.258821,180,100,1,0),(245,188488,571,1,1,1237.3,-4948.27,36.0206,2.49582,0,0,0.948323,0.317306,300,0,1,0),(270,192080,571,1,4,7390.14,-2725.38,874.256,-3.08918,0,0,-0.999657,0.0262017,600,255,1,0),(77221,188359,571,1,1,2613.99,677.934,-56.064,6.23083,0,0,0,1,120,255,1,0),(74727,192362,571,1,64,5322.12,2763.61,444.974,-1.55334,0,0,0,0,0,0,0,0),(77222,188359,571,1,1,2681.45,736.799,-33.3134,0.90757,0,0,0,1,120,255,1,0),(74725,192368,571,1,64,5289.46,2704.68,435.875,-0.01745,0,0,0,0,0,0,0,0),(77223,188359,571,1,1,2645.69,650.776,-48.873,2.79252,0,0,0,1,120,255,1,0),(74723,192369,571,1,64,5350.95,2640.36,435.408,1.5708,0,0,0,0,0,0,0,0),(77224,188359,571,1,1,2711.27,1039.04,-16.4229,5.72468,0,0,0,1,120,255,1,0),(74721,192370,571,1,64,5392.27,2639.74,435.331,1.50971,0,0,0,0,0,0,0,0),(77225,188359,571,1,1,2644.71,1073.23,-23.4366,3.927,0,0,0,1,120,255,1,0),(74719,192364,571,1,64,5350.88,2622.72,444.686,-1.5708,0,0,0,0,0,0,0,0),(74718,192501,571,1,128,5278.38,2613.83,433.409,-1.58825,0,0,0,0,0,0,0,0),(74717,192488,571,1,64,5278.38,2613.83,433.409,-1.58825,0,0,0,0,0,0,0,0),(74716,192501,571,1,128,5260.82,2631.8,433.324,3.05433,0,0,0,0,0,0,0,0),(74715,192488,571,1,64,5260.82,2631.8,433.324,3.05433,0,0,0,0,0,0,0,0),(77226,188359,571,1,1,2647.36,1045.39,-30.6016,2.00713,0,0,0,1,120,255,1,0),(74713,192367,571,1,64,5271.8,2704.87,445.183,-3.13286,0,0,0,0,0,0,0,0),(77227,188359,571,1,1,2633.85,982.839,-46.5048,0.209439,0,0,0,1,120,255,1,0),(74711,192366,571,1,64,5236.27,2739.46,444.992,-1.59698,0,0,0,0,0,0,0,0),(74710,192501,571,1,128,5163.78,2729.68,433.394,-1.58825,0,0,0,0,0,0,0,0),(76014,192376,571,1,64,5352.15,3054.77,444.61,1.57952,0,0,0,0,120,0,1,0),(76015,192377,571,1,64,5414.19,3069.8,415.187,1.64061,0,0,0,1,180,0,1,0),(74709,192488,571,1,64,5163.78,2729.68,433.394,-1.58825,0,0,0,0,0,0,0,0),(74708,192501,571,1,128,5146.04,2747.21,433.584,3.07177,0,0,0,0,0,0,0,0),(74707,192488,571,1,64,5146.04,2747.21,433.584,3.07177,0,0,0,0,0,0,0,0),(77228,188359,571,1,1,2590.61,1085.63,-34.9085,6.26573,0,0,0,1,120,255,1,0),(74705,192488,571,1,64,5160.34,2798.61,430.769,3.14159,0,0,0,0,0,0,0,0),(11505,183385,546,3,1,144.881,-69.8086,27.4349,0.994837,0,0,0,1,7200,255,1,0),(268257,194092,532,1,1,-11107.8,-1879.43,91.47,0,0,0,0.931636,-0.363393,604800,0,1,0),(77229,188359,571,1,1,2609.9,625.918,-57.3669,4.50295,0,0,0,1,120,255,1,0),(74703,192349,571,1,64,5155.31,2820.74,444.979,-3.13286,0,0,0,0,0,0,0,0),(77230,188359,571,1,1,2549.81,657.297,-71.8885,6.0912,0,0,0,1,120,255,1,0),(74701,192254,571,1,64,5154.46,2828.94,409.189,3.14159,0,0,0,0,0,0,0,0),(74700,192269,571,1,64,4526.46,2810.18,391.2,3.28995,0,0,0,0,0,0,0,0),(74699,192255,571,1,64,5154.52,2853.31,409.183,3.14159,0,0,0,0,0,0,0,0),(77231,188359,571,1,1,2638.91,576.846,-54.1928,1.81514,0,0,0,1,120,255,1,0),(74697,192336,571,1,64,5154.49,2862.15,445.012,3.14159,0,0,0,0,0,0,0,0),(77232,188359,571,1,1,2701.92,570.991,-38.3619,1.23918,0,0,0,1,120,255,1,0),(74695,192488,571,1,64,5158.81,2883.13,431.618,3.14159,0,0,0,0,0,0,0,0),(74694,192501,571,1,128,5145.11,2935,433.386,3.14159,0,0,0,0,0,0,0,0),(74693,192488,571,1,64,5145.11,2935,433.386,3.14159,0,0,0,0,0,0,0,0),(74692,192501,571,1,128,5163.13,2952.59,433.503,1.53589,0,0,0,0,0,0,0,0),(74691,192488,571,1,64,5163.13,2952.59,433.503,1.53589,0,0,0,0,0,0,0,0),(77233,188359,571,1,1,2575.97,561.18,-57.5302,5.13127,0,0,0,1,120,255,1,0),(74689,192375,571,1,64,5235.19,2941.9,444.278,1.58825,0,0,0,0,0,0,0,0),(77234,188359,571,1,1,2532.79,599.179,-67.7423,5.95157,0,0,0,1,120,255,1,0),(74687,192374,571,1,64,5272.94,2976.55,444.492,3.12412,0,0,0,0,0,0,0,0),(74686,192501,571,1,128,5262.54,3047.95,432.055,3.10665,0,0,0,0,0,0,0,0),(74685,192488,571,1,64,5262.54,3047.95,432.055,3.10665,0,0,0,0,0,0,0,0),(76043,192502,571,1,128,4398.82,2804.7,429.792,-1.58825,0,0,0,1,180,0,1,0),(76044,192502,571,1,128,4416,2822.67,429.851,-0.017452,0,0,0,1,180,0,1,0),(76045,192502,571,1,128,4559.11,3606.22,419.999,-1.48353,0,0,0,1,180,0,1,0),(76046,192502,571,1,128,4539.42,3622.49,420.034,-3.07177,0,0,0,1,180,0,1,0),(76047,192502,571,1,128,4555.26,3641.65,419.974,1.67551,0,0,0,1,180,0,1,0),(76048,192502,571,1,128,4574.87,3625.91,420.079,0.087266,0,0,0,1,180,0,1,0),(76049,192502,571,1,128,4466.79,1960.42,459.144,1.15192,0,0,0,1,180,0,1,0),(76050,192502,571,1,128,4475.35,1937.03,459.07,-0.436332,0,0,0,1,180,0,1,0),(76051,192502,571,1,128,4451.76,1928.1,459.076,-2.00713,0,0,0,1,180,0,1,0),(76052,192502,571,1,128,4442.99,1951.9,459.093,2.74016,0,0,0,1,180,0,1,0),(76053,192502,571,1,128,4380.36,2822.38,429.882,-3.10665,0,0,0,0,120,0,1,0),(76054,192502,571,1,128,4397.66,2840.3,429.922,1.58825,0,0,0,0,120,0,1,0),(17790,192288,571,1,32,4778.06,2438.02,345.706,-2.93214,0,0,0,0,120,0,1,0),(17791,192291,571,1,32,4991.08,2525.76,340.918,4.04044,0,0,0,0,120,0,1,0),(17792,192434,571,1,16,5041.61,3294.4,382.15,-1.63188,0,0,0,1,180,0,1,0),(17793,192435,571,1,16,4855.63,3297.62,376.739,-3.13286,0,0,0,1,180,0,1,0),(17794,192280,571,1,16,4857.97,3335.44,368.881,-2.94959,0,0,0,1,180,0,1,0),(17795,192283,571,1,16,5006.34,3280.4,371.163,2.22529,0,0,0,1,180,0,1,0),(17796,192400,571,1,32,5041.65,3294.32,381.92,-1.6057,0,0,0,1,180,0,1,0),(17797,192401,571,1,32,4855.44,3297.6,376.496,-3.11539,0,0,0,1,180,0,1,0),(17798,192281,571,1,32,4857.97,3335.42,369.292,-2.88851,0,0,0,1,180,0,1,0),(17799,192282,571,1,32,5006.32,3280.36,371.242,2.24275,0,0,0,1,180,0,1,0),(247,178164,409,1,1,736.653,-1176.32,-118.097,-0.680679,0,0,0,1,120,255,1,0),(285,194752,603,2,1,1646.18,-174.688,427.254,1.55334,0,0,0,1,604800,255,1,0),(5276,176213,0,1,1,1529.1,-1427.07,65.4905,-3.00195,0,0,-0.997563,0.0697661,7200,100,1,0),(5277,176213,0,1,1,1705.87,-4690.14,48.9742,-3.08918,0,0,-0.999657,0.0262017,7200,100,1,0),(5278,176213,0,1,1,1846.79,-3825.26,135.516,1.83259,0,0,0.793353,0.608762,7200,100,1,0),(5279,176213,0,1,1,1748.16,-4453.14,74.2627,-2.05949,0,0,0,0,7200,100,1,0),(5280,176213,0,1,1,2159.83,-2442.75,62.0804,-0.488691,0,0,-0.241921,0.970296,7200,100,1,0),(5281,176213,0,1,1,1342.56,-1382.57,46.8919,2.77507,0,0,0.983254,0.182238,7200,100,1,0),(303,181648,530,1,1,-720.803,4162.77,50.7916,4.61029,0,0,0.742267,-0.670104,300,0,1,0),(305,201885,658,3,1,932.267,-80.6684,591.676,2.28638,0,0,0,0,300,100,1,0),(370,188711,571,1,1,3898.18,-881.748,119.533,0.421023,0,0,0.20896,0.977924,300,0,1,0),(219,175759,530,1,1,9636.44,-7231.27,16.7335,-2.82743,0,0,-0.987688,0.156436,900,100,1,0),(17825,181355,0,1,1,-8260.89,-2601.41,133.149,0.85521,0,0,0,1,120,255,1,0),(17826,181355,0,1,1,-8262.45,-2606.5,133.414,0.244346,0,0,0,1,120,255,1,0),(17827,181355,0,1,1,-8245.15,-2606.87,133.154,0.85521,0,0,0,1,120,255,1,0),(17828,181355,0,1,1,-8264.14,-2611.29,133.463,5.20108,0,0,0,1,120,255,1,0),(17829,181355,0,1,1,-8246.27,-2611.94,133.155,4.66003,0,0,0,1,120,255,1,0),(17830,181355,0,1,1,-8247.43,-2616.65,133.155,5.84685,0,0,0,1,120,255,1,0),(17831,181355,0,1,1,-8267.19,-2635.67,134.424,0.174532,0,0,0,1,120,255,1,0),(17832,181355,0,1,1,-8252.99,-2636.58,133.155,3.21142,0,0,0,1,120,255,1,0),(17833,181605,0,1,1,-8261.67,-2638.05,133.397,5.77704,0,0,0,1,120,255,1,0),(242672,187708,0,1,1,-8824.67,852.899,99.1583,5.92068,0,0,0.18026,-0.983619,180,100,1,0),(17835,188020,0,1,1,-8267.53,-2642.82,133.944,4.55531,0,0,0,1,120,255,1,0),(17836,188020,0,1,1,-8256.43,-2643.72,133.187,4.46804,0,0,0,1,120,255,1,0),(17837,188020,0,1,1,-8258.07,-2601.52,133.149,1.27409,0,0,0,1,120,255,1,0),(17838,188020,0,1,1,-8247.38,-2604.63,133.15,1.32645,0,0,0,1,120,255,1,0),(17839,188021,0,1,1,-8261.99,-2623.61,133.495,1.36136,0,0,0,1,120,255,1,0),(17845,181300,0,1,1,945.108,-1435.98,62.9142,5.28835,0,0,0,1,120,255,1,0),(17846,181302,0,1,1,1004.43,-1443.67,62.283,2.94959,0,0,0,1,120,255,1,0),(17847,181302,0,1,1,1004.1,-1446.27,61.9835,1.98967,0,0,0,1,120,255,1,0),(17848,181305,0,1,1,1009.87,-1446.95,62.3152,3.49067,0,0,0,1,120,255,1,0),(17849,181306,0,1,1,1002.77,-1445.21,62.0995,2.00713,0,0,0,1,120,255,1,0),(17850,181307,0,1,1,1009.09,-1446.9,63.2482,1.65806,0,0,0,1,120,255,1,0),(17851,181355,0,1,1,995.897,-1439.06,63.6682,0.85521,0,0,0,1,120,255,1,0),(17852,181355,0,1,1,1010.99,-1450.93,62.0636,4.66003,0,0,0,1,120,255,1,0),(17853,181355,0,1,1,988.331,-1455.52,60.6986,5.84685,0,0,0,1,120,255,1,0),(17854,181355,0,1,1,934.776,-1439.97,63.4671,2.25147,0,0,0,1,120,255,1,0),(17855,181605,0,1,1,1002.28,-1432.47,64.0573,5.77704,0,0,0,1,120,255,1,0),(17856,187576,0,1,1,973.33,-1430.87,67.1534,3.14159,0,0,0,1,120,255,1,0),(242673,187708,0,1,1,-8823.43,860.628,99.0081,4.64048,0,0,0.732068,-0.681231,180,100,1,0),(17858,188020,0,1,1,1011.99,-1434.02,63.9887,6.23083,0,0,0,1,120,255,1,0),(17859,188020,0,1,1,1017.41,-1450.23,62.4181,5.16618,0,0,0,1,120,255,1,0),(17860,188020,0,1,1,987.117,-1451.32,61.763,3.71755,0,0,0,1,120,255,1,0),(17861,188020,0,1,1,990.588,-1460.2,60.6304,3.59538,0,0,0,1,120,255,1,0),(17862,188021,0,1,1,1006.96,-1448.08,62.1907,5.14872,0,0,0,1,120,255,1,0),(21003,188021,1,1,1,-4398.08,2187.37,12.2512,6.03884,0,0,0,1,120,255,1,0),(21004,181302,1,1,1,-4396.9,2188.48,12.7121,2.94959,0,0,0,1,120,255,1,0),(21005,181302,1,1,1,-4392.19,2182.86,12.3688,4.69494,0,0,0,1,120,255,1,0),(21006,181305,1,1,1,-4396.21,2185.56,12.8802,2.26892,0,0,0,1,120,255,1,0),(21007,181306,1,1,1,-4396.39,2190.13,12.4567,2.00713,0,0,0,1,120,255,1,0),(21008,181307,1,1,1,-4397.2,2185.57,13.8537,1.65806,0,0,0,1,120,255,1,0),(21009,181388,1,1,1,-4273.38,2246.32,10.7598,5.63741,0,0,0,1,120,255,1,0),(21010,181355,1,1,1,-4399.59,2167.16,11.2014,5.20108,0,0,0,1,120,255,1,0),(21011,181355,1,1,1,-4405.21,2185.21,12.1788,0.85521,0,0,0,1,120,255,1,0),(21012,181355,1,1,1,-4402.66,2193.13,11.8976,5.84685,0,0,0,1,120,255,1,0),(21013,181355,1,1,1,-4387.45,2180.2,11.9132,4.66003,0,0,0,1,120,255,1,0),(21014,181355,1,1,1,-4385.78,2188.76,11.1823,0.85521,0,0,0,1,120,255,1,0),(21015,181355,1,1,1,-4388.71,2208.04,10.4108,1.18682,0,0,0,1,120,255,1,0),(21016,181355,1,1,1,-4289.17,2237.73,9.40999,1.67551,0,0,0,1,120,255,1,0),(21017,181605,1,1,1,-4399.5,2171.79,11.8212,5.77704,0,0,0,1,120,255,1,0),(242674,187708,0,1,1,-8819.07,856.909,99.0216,4.21637,0,0,0.859049,-0.511892,180,100,1,0),(21019,188020,1,1,1,-4408.8,2171.87,12.7153,2.82743,0,0,0,1,120,255,1,0),(21020,188020,1,1,1,-4392.1,2168.01,13.4062,6.0912,0,0,0,1,120,255,1,0),(21021,188020,1,1,1,-4396.5,2207.89,9.43056,2.77507,0,0,0,1,120,255,1,0),(21022,188020,1,1,1,-4382.58,2200.81,9.9566,5.8294,0,0,0,1,120,255,1,0),(70509,181355,530,1,1,-4196.21,-11595.3,-125.408,1.23918,0,0,0,1,120,255,1,0),(70510,181355,530,1,1,-4155.24,-11635.5,-98.1756,5.37562,0,0,0,1,120,255,1,0),(70511,181355,530,1,1,-4200.81,-11604.3,-125.62,0.471238,0,0,0,1,120,255,1,0),(70512,181355,530,1,1,-4167.56,-11641.1,-98.394,1.13446,0,0,0,1,120,255,1,0),(70513,181355,530,1,1,-4229.96,-11608.4,-126.283,0.837758,0,0,0,1,120,255,1,0),(70514,181355,530,1,1,-4207.49,-11645,-143.677,0.104719,0,0,0,1,120,255,1,0),(70515,181355,530,1,1,-4185.57,-11653.1,-143.449,5.044,0,0,0,1,120,255,1,0),(70516,181355,530,1,1,-4225.97,-11648.1,-143.864,5.88176,0,0,0,1,120,255,1,0),(70517,181355,530,1,1,-4244.82,-11658,-143.625,1.72787,0,0,0,1,120,255,1,0),(70518,181355,530,1,1,-4209.64,-11675.4,-143.244,5.89921,0,0,0,1,120,255,1,0),(70519,181355,530,1,1,-4204.82,-11678.5,-143.192,0.401425,0,0,0,1,120,255,1,0),(70520,181355,530,1,1,-4163.96,-11666.7,-143.258,4.67748,0,0,0,1,120,255,1,0),(70521,181355,530,1,1,-4253.19,-11675.3,-143.765,4.67748,0,0,0,1,120,255,1,0),(70522,181355,530,1,1,-4178.04,-11713.5,-143.602,0.785397,0,0,0,1,120,255,1,0),(70523,181355,530,1,1,-4154.53,-11704.8,-143.319,5.98648,0,0,0,1,120,255,1,0),(70524,181355,530,1,1,-4194.73,-11728.5,-143.452,3.24635,0,0,0,1,120,255,1,0),(70525,181355,530,1,1,-4186.29,-11803,-133.174,0.610863,0,0,0,1,120,255,1,0),(70526,181355,530,1,1,-4228.95,-11818.9,-115.935,0.802851,0,0,0,1,120,255,1,0),(70527,181355,530,1,1,-4210.18,-11796.2,-133.245,1.5708,0,0,0,1,120,255,1,0),(70528,181355,530,1,1,-4185.52,-11746,-132.273,3.03684,0,0,0,1,120,255,1,0),(70529,181355,530,1,1,-4221.81,-11830.9,-115.896,5.3058,0,0,0,1,120,255,1,0),(70530,181355,530,1,1,-4161.4,-11800.6,-132.195,4.55531,0,0,0,1,120,255,1,0),(70531,181355,530,1,1,-4217.3,-12296.4,2.797,4.66003,0,0,0,1,120,255,1,0),(70532,181355,530,1,1,-4208.98,-12291.5,1.56401,0.85521,0,0,0,1,120,255,1,0),(70533,181355,530,1,1,-4231.34,-12311.9,4.43091,4.69494,0,0,0,1,120,255,1,0),(70534,181355,530,1,1,-4236.27,-12322,3.52447,0.541051,0,0,0,1,120,255,1,0),(70535,181355,530,1,1,-4191.35,-12302.2,0.068963,3.21142,0,0,0,1,120,255,1,0),(70536,181355,530,1,1,-4196.02,-12313.6,0.370297,0.174532,0,0,0,1,120,255,1,0),(70537,181355,530,1,1,-4215.69,-12343.2,5.16444,1.18682,0,0,0,1,120,255,1,0),(70538,181355,530,1,1,-4234.85,-12332.2,4.62762,5.84685,0,0,0,1,120,255,1,0),(70539,181355,530,1,1,-4207.03,-12336.1,2.90029,5.20108,0,0,0,1,120,255,1,0),(70540,181355,530,1,1,-4214.63,-12476,45.0741,5.49779,0,0,0,1,120,255,1,0),(70541,181302,530,1,1,-4224.03,-12301.6,4.06688,6.24828,0,0,0,1,120,255,1,0),(70542,181302,530,1,1,-4225.6,-12301.5,4.27346,1.93731,0,0,0,1,120,255,1,0),(70543,181305,530,1,1,-4219.09,-12304.9,2.68953,0.139625,0,0,0,1,120,255,1,0),(70544,181306,530,1,1,-4224.28,-12299.6,4.22307,2.47837,0,0,0,1,120,255,1,0),(70545,181307,530,1,1,-4219.07,-12304.1,3.6375,0.0174525,0,0,0,1,120,255,1,0),(70546,181605,530,1,1,-4204.67,-12321.1,2.19882,5.77704,0,0,0,1,120,255,1,0),(242675,187708,530,1,1,-3783.24,-11481.1,-134.536,5.39681,0,0,0.42882,-0.90339,300,0,1,0),(70548,188020,530,1,1,-4205.28,-12290.9,1.31726,0.733038,0,0,0,1,120,255,1,0),(70549,188020,530,1,1,-4193.06,-12298.3,0.561426,0.90757,0,0,0,1,120,255,1,0),(70550,188020,530,1,1,-4218.46,-12342.4,5.18283,1.36136,0,0,0,1,120,255,1,0),(70551,188020,530,1,1,-4231.88,-12334.9,4.32997,1.37881,0,0,0,1,120,255,1,0),(70552,188021,530,1,1,-4221.67,-12306.1,2.29576,5.65487,0,0,0,1,120,255,1,0),(70553,187667,530,1,1,-4216.92,-12483.9,48.3932,6.23083,0,0,0,1,120,255,1,0),(70554,187667,530,1,1,-4216.5,-12480.6,48.9863,6.21337,0,0,0,1,120,255,1,0),(70555,181392,530,1,1,-4213.73,-11685.4,-130.823,0.942477,0,0,0,1,120,255,1,0),(70556,181392,530,1,1,-4145.8,-11745.6,-124.153,2.02458,0,0,0,1,120,255,1,0),(70557,187576,530,1,1,1989.31,6784.46,167.916,4.53786,0,0,0,1,120,255,1,0),(70558,181391,530,1,1,1989.55,6785.71,165.752,4.60767,0,0,0,1,120,255,1,0),(70559,181392,530,1,1,1955.62,6885.82,167.13,4.46804,0,0,0,1,120,255,1,0),(70560,181392,530,1,1,2032.21,6819.37,181.512,3.87463,0,0,0,1,120,255,1,0),(70561,181392,530,1,1,2031.96,6825.55,181.533,2.42601,0,0,0,1,120,255,1,0),(70562,181392,530,1,1,2038.56,6819.84,181.488,5.55015,0,0,0,1,120,255,1,0),(70563,181392,530,1,1,2038.03,6826.09,181.482,0.837758,0,0,0,1,120,255,1,0),(70564,181392,530,1,1,2063.3,6759.9,173.268,4.69494,0,0,0,1,120,255,1,0),(70565,181392,530,1,1,2062.02,6825.85,184.783,4.72984,0,0,0,1,120,255,1,0),(70566,181393,530,1,1,2051.89,6831.64,177.036,1.58825,0,0,0,1,120,255,1,0),(70567,181393,530,1,1,2072.19,6832.03,176.98,1.58825,0,0,0,1,120,255,1,0),(70568,181401,530,1,1,2055.83,6759.79,173.274,4.72984,0,0,0,1,120,255,1,0),(70569,181401,530,1,1,2066.26,6730.64,181.517,1.51844,0,0,0,1,120,255,1,0),(70570,181401,530,1,1,2070.8,6759.67,173.274,4.69494,0,0,0,1,120,255,1,0),(70571,181401,530,1,1,2066.15,6726.27,181.553,4.7473,0,0,0,1,120,255,1,0),(70572,181401,530,1,1,1937.43,6838.64,177.442,3.194,0,0,0,1,120,255,1,0),(70573,181401,530,1,1,1941.4,6838.66,177.477,0.0174525,0,0,0,1,120,255,1,0),(70574,181302,530,1,1,2023.8,6594.57,135.501,2.94959,0,0,0,1,120,255,1,0),(70575,181302,530,1,1,2021.78,6590.52,135.279,1.98967,0,0,0,1,120,255,1,0),(70576,181305,530,1,1,2018.9,6592.33,135.514,6.12611,0,0,0,1,120,255,1,0),(70577,181306,530,1,1,2022.45,6595.77,135.644,2.00713,0,0,0,1,120,255,1,0),(70578,181307,530,1,1,2018.83,6591.42,136.486,1.65806,0,0,0,1,120,255,1,0),(70579,181355,530,1,1,2021.77,6603.31,136.619,0.174532,0,0,0,1,120,255,1,0),(70580,181355,530,1,1,2030.02,6607.95,137.79,3.21142,0,0,0,1,120,255,1,0),(70581,181355,530,1,1,2049.48,6600.25,137.544,1.18682,0,0,0,1,120,255,1,0),(70582,181355,530,1,1,2017.95,6573.73,135.307,4.66003,0,0,0,1,120,255,1,0),(70583,181355,530,1,1,2051.81,6590.62,136.702,5.20108,0,0,0,1,120,255,1,0),(70584,181355,530,1,1,2022.7,6566.99,133.542,0.85521,0,0,0,1,120,255,1,0),(70585,181355,530,1,1,2049.96,6570.62,135.499,0.541051,0,0,0,1,120,255,1,0),(70586,181355,530,1,1,2046.62,6564.63,134.171,5.84685,0,0,0,1,120,255,1,0),(70587,181355,530,1,1,2046.62,6564.63,134.171,5.84685,0,0,0,1,120,255,1,0),(70588,188020,530,1,1,2035.18,6608.05,137.95,0.733038,0,0,0,1,120,255,1,0),(70589,188020,530,1,1,2045.67,6604.81,137.874,1.51844,0,0,0,1,120,255,1,0),(70590,188020,530,1,1,2024.83,6565.63,133.425,1.37881,0,0,0,1,120,255,1,0),(70591,188020,530,1,1,2042.71,6563.49,133.439,1.36136,0,0,0,1,120,255,1,0),(70592,188021,530,1,1,2021.06,6593.52,135.15,6.03884,0,0,0,1,120,255,1,0),(70593,181605,530,1,1,2046.23,6579.71,135.248,5.77704,0,0,0,1,120,255,1,0),(242676,187708,530,1,1,-3779.75,-11489.2,-134.528,3.15451,0,0,0.999979,-0.00645697,300,0,1,0),(21478,181302,530,1,1,2286.95,6131.72,135.884,0.104719,0,0,0,1,120,255,1,0),(21479,181302,530,1,1,2286.06,6134.23,136.07,4.7822,0,0,0,1,120,255,1,0),(21480,181305,530,1,1,2290.53,6135.19,135.977,4.59022,0,0,0,1,120,255,1,0),(21481,181306,530,1,1,2289.73,6131.18,135.68,4.95674,0,0,0,1,120,255,1,0),(21482,181307,530,1,1,2286.54,6131.37,135.887,0.59341,0,0,0,1,120,255,1,0),(21483,181355,530,1,1,2258.8,6129.35,137.746,0.85521,0,0,0,1,120,255,1,0),(21484,181355,530,1,1,2268.3,6125.96,137.222,4.66003,0,0,0,1,120,255,1,0),(21485,181355,530,1,1,2255.94,6152,139.28,5.84685,0,0,0,1,120,255,1,0),(21486,181355,530,1,1,2266.46,6158.56,138.469,0.541051,0,0,0,1,120,255,1,0),(21487,181355,530,1,1,2277.7,6161.83,137.912,0.59341,0,0,0,1,120,255,1,0),(21488,181355,530,1,1,2298.38,6131.03,135.555,5.20108,0,0,0,1,120,255,1,0),(21489,181355,530,1,1,2303.75,6135.78,135.061,1.18682,0,0,0,1,120,255,1,0),(21490,181355,530,1,1,2293.31,6163.85,136.162,0.174532,0,0,0,1,120,255,1,0),(21491,181355,530,1,1,2302.23,6162.1,135.212,3.21142,0,0,0,1,120,255,1,0),(21492,188020,530,1,1,2258.11,6132.87,137.344,3.29869,0,0,0,1,120,255,1,0),(21493,188020,530,1,1,2255.47,6148.87,138.393,3.71755,0,0,0,1,120,255,1,0),(21494,188020,530,1,1,2304.15,6139.79,134.467,0.0523589,0,0,0,1,120,255,1,0),(21495,188020,530,1,1,2303.35,6158.67,134.465,6.12611,0,0,0,1,120,255,1,0),(21496,188021,530,1,1,2289.12,6132.53,135.839,1.64061,0,0,0,1,120,255,1,0),(21497,181605,530,1,1,2285.15,6157.91,136.281,5.77704,0,0,0,1,120,255,1,0),(242677,187708,530,1,1,-3776.01,-11497.6,-134.515,3.30373,0,0,0.996716,-0.080981,300,0,1,0),(329,142189,1,1,1,-10154.2,-3948.64,7.74473,2.65289,0,0,0.970295,0.241925,900,100,1,0),(71385,190475,571,1,1,4949.34,2432.59,320.177,1.38621,0,0,0,0,0,0,0,0),(71386,190487,571,1,1,4948.52,3342.34,376.875,4.40057,0,0,0,0,0,0,0,0),(71387,194959,571,1,1,4398.08,2356.5,376.19,0.525406,0,0,0,0,0,0,0,0),(71388,194962,571,1,1,4390.78,3304.09,372.429,6.09702,0,0,0,0,0,0,0,0),(71415,193136,571,1,128,5293.23,2895.46,410.413,-0.802851,0,0,0,0,120,0,1,0),(71416,193137,571,1,128,5295.56,2895.24,410.628,-2.11185,0,0,0,0,120,0,1,0),(71417,193138,571,1,128,5293.74,2894.48,409.183,-2.72271,0,0,0,0,120,0,1,0),(71418,193139,571,1,64,5294.6,2786.85,409.888,-2.35619,0,0,0,0,120,0,1,0),(71419,193140,571,1,64,5294.38,2785.04,409.175,-2.33874,0,0,0,0,120,0,1,0),(71420,193141,571,1,64,5293.21,2787.03,409.219,3.03687,0,0,0,0,120,0,1,0),(71421,193142,571,1,64,5294.24,2786.42,409.174,0.0174525,0,0,0,0,120,0,1,0),(71422,193143,571,1,64,5291.71,2785.87,409.282,-2.03331,0,0,0,0,120,0,1,0),(71423,193144,571,1,64,5293.03,2785.63,409.225,-1.29154,0,0,0,0,120,0,1,0),(71424,193145,571,1,64,5295.87,2787.77,409.192,2.15548,0,0,0,0,120,0,1,0),(71425,193146,571,1,64,5293.56,2787.31,410.56,0.261798,0,0,0,0,120,0,1,0),(71426,193147,571,1,128,5233.12,2920.36,409.164,-0.724311,0,0,0,0,120,0,1,0),(71427,193148,571,1,128,5238.28,2920.67,409.256,-0.418879,0,0,0,0,120,0,1,0),(71428,193149,571,1,128,5235.9,2920.75,409.224,-0.951203,0,0,0,0,120,0,1,0),(71429,193150,571,1,128,5237.37,2919.9,409.557,0.820298,0,0,0,0,120,0,1,0),(71430,193151,571,1,128,5234.2,2919,409.323,-2.33874,0,0,0,0,120,0,1,0),(71431,193152,571,1,128,5234.52,2921.76,409.176,-2.21657,0,0,0,0,120,0,1,0),(71432,193153,571,1,128,5234.12,2918.94,409.134,-3.09804,0,0,0,0,120,0,1,0),(71433,193154,571,1,128,5234.27,2919.4,409.503,-2.18166,0,0,0,0,120,0,1,0),(71434,193155,571,1,128,5293.38,2746.06,409.221,-0.0698117,0,0,0,0,120,0,1,0),(71435,193156,571,1,128,5293.65,2755.68,409.191,-0.436332,0,0,0,0,120,0,1,0),(71436,193157,571,1,128,5292.24,2753.59,409.087,-0.35779,0,0,0,0,120,0,1,0),(71437,193158,571,1,128,5292.43,2748.62,409.131,0.253072,0,0,0,0,120,0,1,0),(71438,193159,571,1,128,5293.38,2750.9,409.235,-0.0610866,0,0,0,0,120,0,1,0),(71439,193160,571,1,64,5371.9,2805.48,409.307,0.0610866,0,0,0,0,120,0,1,0),(71440,193161,571,1,64,5376.62,2875.1,409.255,1.59698,0,0,0,0,120,0,1,0),(71441,193162,571,1,128,5377.55,2870.92,409.239,-0.549777,0,0,0,0,120,0,1,0),(71442,193163,571,1,128,5378.07,2813.62,409.239,1.55334,0,0,0,0,120,0,1,0),(71443,193164,571,1,128,5378.92,2805.44,409.239,1.53589,0,0,0,0,120,0,1,0),(71444,193165,571,1,128,5378.45,2876.67,409.239,1.54462,0,0,0,0,120,0,1,0),(240265,182807,0,1,1,1780.18,214.781,59.8534,0,0,0,0,1,180,100,1,0),(240264,182807,530,1,1,9672.12,-7346.44,11.9311,-0.244346,0,0,-0.121869,0.992546,180,100,1,0),(240263,182807,1,1,1,1184.02,-4469.83,21.2852,0,0,0,0,1,180,100,1,0),(240262,195063,1,1,1,-980.212,-80.2552,20.0676,0,0,0,0,1,180,100,1,0),(240261,195063,1,1,1,-984.149,-77.3333,20.7527,0,0,0,0,1,180,100,1,0),(240260,195063,1,1,1,-982.13,-68.0764,20.8836,0,0,0,0,1,180,100,1,0),(240259,195063,1,1,1,-983.493,-72.6302,20.6698,0,0,0,0,1,180,100,1,0),(240258,195063,1,1,1,-980.41,-71.3438,20.7185,0,0,0,0,1,180,100,1,0),(240257,195063,1,1,1,1174.72,-4455.49,21.5368,0,0,0,0,1,180,100,1,0),(240256,195063,1,1,1,1177.63,-4467.96,21.307,0,0,0,0,1,180,100,1,0),(240255,195063,1,1,1,1176.77,-4463.59,22.4735,0,0,0,0,1,180,100,1,0),(240254,195063,0,1,1,-9340.66,187.524,61.5517,0,0,0,0,1,180,100,1,0),(240253,195063,0,1,1,-9334.96,176.014,63.3874,0,0,0,0,1,180,100,1,0),(240252,195063,0,1,1,-9331.52,182.493,61.6,0,0,0,0,1,180,100,1,0),(240251,195063,0,1,1,-9330.93,172.332,61.6442,0,0,0,0,1,180,100,1,0),(240250,195063,0,1,1,-9323.89,179.863,64.6421,0,0,0,0,1,180,100,1,0),(240249,195063,0,1,1,-5149.59,-854.429,509.499,0,0,0,0,1,180,100,1,0),(240248,195063,0,1,1,-5162.1,-870.601,507.185,0,0,0,0,1,180,100,1,0),(240247,195063,0,1,1,-5149.86,-882.234,508.225,0,0,0,0,1,180,100,1,0),(240246,195063,0,1,1,-5161.04,-868.969,507.233,0,0,0,0,1,180,100,1,0),(240245,195063,0,1,1,-5160.05,-871.753,507.315,0,0,0,0,1,180,100,1,0),(240244,195063,0,1,1,-5158.94,-869.955,507.357,0,0,0,0,1,180,100,1,0),(240243,195063,1,1,1,10055,2111.28,1329.65,0,0,0,0,1,180,100,1,0),(240242,195063,1,1,1,10063.6,2112.16,1329.66,0,0,0,0,1,180,100,1,0),(240241,195063,1,1,1,10050.3,2118.57,1331.05,0,0,0,0,1,180,100,1,0),(240240,195063,1,1,1,10046.7,2110.08,1329.65,0,0,0,0,1,180,100,1,0),(240239,195063,1,1,1,10066.4,2120.48,1329.66,0,0,0,0,1,180,100,1,0),(240238,195063,0,1,1,1779.51,268.924,59.893,0,0,0,0,1,180,100,1,0),(240237,195063,0,1,1,1781.6,252.318,59.5262,0,0,0,0,1,180,100,1,0),(240236,195063,0,1,1,1776.35,223.174,59.5078,0,0,0,0,1,180,100,1,0),(240235,195063,0,1,1,1782.6,260.549,59.42,0,0,0,0,1,180,100,1,0),(240234,195063,0,1,1,1776.75,250.743,59.8824,0,0,0,0,1,180,100,1,0),(240233,195063,1,1,1,1185.15,-4469.57,21.3318,0,0,0,0,1,180,100,1,0),(240232,195063,1,1,1,1176.06,-4456.3,21.5271,0,0,0,0,1,180,100,1,0),(240231,195063,1,1,1,1191.1,-4465.38,21.489,0,0,0,0,1,180,100,1,0),(240230,195067,1,1,1,-980.892,-79.2656,20.1022,0,0,0,0,1,180,100,1,0),(240229,195067,1,1,1,-983.566,-73.3247,20.6424,0,0,0,0,1,180,100,1,0),(240228,195067,1,1,1,1179.27,-4468.45,21.2471,0,0,0,0,1,180,100,1,0),(240227,195067,1,1,1,1185.36,-4460.86,21.102,0,0,0,0,1,180,100,1,0),(240226,195067,1,1,1,1175.47,-4455.32,21.5219,0,0,0,0,1,180,100,1,0),(240225,195067,0,1,1,-9352.43,172.927,61.5748,0,0,0,0,1,180,100,1,0),(240224,195067,0,1,1,-5161.69,-869.67,507.202,0,0,0,0,1,180,100,1,0),(240223,195067,1,1,1,10059.8,2122.52,1329.67,0,0,0,0,1,180,100,1,0),(240222,195067,1,1,1,10047.4,2110.17,1329.65,0,0,0,0,1,180,100,1,0),(240221,195067,1,1,1,10054.1,2124.82,1329.7,0,0,0,0,1,180,100,1,0),(240220,195067,0,1,1,1778.85,260.073,59.498,0,0,0,0,1,180,100,1,0),(240219,195068,1,1,1,-984.92,-75.1719,20.9388,0,0,0,0,1,180,100,1,0),(240218,195068,1,1,1,-984.639,-76.1319,20.8549,0,0,0,0,1,180,100,1,0),(240217,195068,1,1,1,-983.009,-70.0955,20.7835,0,0,0,0,1,180,100,1,0),(240216,195068,1,1,1,1172.28,-4463.25,21.2866,0,0,0,0,1,180,100,1,0),(240215,195068,1,1,1,1186.07,-4471.15,21.3707,0,0,0,0,1,180,100,1,0),(240214,195068,1,1,1,1180.13,-4457.48,21.4889,0,0,0,0,1,180,100,1,0),(240213,195068,0,1,1,-9327.13,181.863,61.6551,0,0,0,0,1,180,100,1,0),(240212,195068,0,1,1,-9328.37,170.188,61.6268,0,0,0,0,1,180,100,1,0),(240211,195068,0,1,1,-5159.92,-870.566,507.307,0,0,0,0,1,180,100,1,0),(240210,195068,0,1,1,-5160.02,-869.03,507.29,0,0,0,0,1,180,100,1,0),(240209,195068,1,1,1,10053.4,2128.55,1329.66,0,0,0,0,1,180,100,1,0),(240208,195068,1,1,1,10065,2118.72,1329.66,0,0,0,0,1,180,100,1,0),(240207,195068,1,1,1,10053.6,2109.59,1329.65,0,0,0,0,1,180,100,1,0),(240206,195068,0,1,1,1777.31,220.538,59.5768,0,0,0,0,1,180,100,1,0),(240205,195068,0,1,1,1780.14,269.759,59.8725,0,0,0,0,1,180,100,1,0),(240204,195307,1,1,1,-979.977,-71.342,20.7172,-2.30383,0,0,-0.913544,0.406739,180,100,1,0),(240203,195307,1,1,1,-984.535,-75.8281,20.8642,3.00195,0,0,0.997563,0.0697646,180,100,1,0),(240202,195307,1,1,1,1177.22,-4464.5,22.4542,-2.30383,0,0,-0.913544,0.406739,180,100,1,0),(240201,195307,1,1,1,1171.94,-4462.66,21.3171,3.00195,0,0,0.997563,0.0697646,180,100,1,0),(240200,195307,0,1,1,-9351.13,177.262,62.7149,-2.30383,0,0,-0.913544,0.406739,180,100,1,0),(240199,195307,0,1,1,-9328.34,171.941,62.8343,3.00195,0,0,0.997563,0.0697646,180,100,1,0),(240198,195307,0,1,1,-5160.8,-869.684,507.251,-2.30383,0,0,-0.913544,0.406739,180,100,1,0),(240197,195307,0,1,1,-5159.66,-869.708,507.315,3.00195,0,0,0.997563,0.0697646,180,100,1,0),(240196,195307,1,1,1,10062.8,2129.42,1329.66,-2.30383,0,0,-0.913544,0.406739,180,100,1,0),(240195,195307,1,1,1,10054.6,2131.96,1329.66,-2.75761,0,0,-0.981626,0.190814,180,100,1,0),(240194,195090,0,1,1,-5157.78,-856.092,507.248,0.475003,0,0,0.235275,0.971929,300,0,1,0),(240193,195090,0,1,1,-5160.59,-857.539,506.642,0.475003,0,0,0.235275,0.971929,300,0,1,0),(240192,195090,0,1,1,-5163.08,-858.823,506.659,0.475003,0,0,0.235275,0.971929,300,0,1,0),(240191,195090,0,1,1,-5165.58,-860.107,506.446,0.475003,0,0,0.235275,0.971929,300,0,1,0),(240190,195090,0,1,1,-5167.77,-861.231,506.701,0.420025,0,0,0.208472,0.978028,300,0,1,0),(240189,195090,0,1,1,-5164.94,-867.229,506.913,1.14652,0,0,0.542374,0.840137,300,0,1,0),(240188,195090,0,1,1,-5166.83,-871.411,506.884,1.14652,0,0,0.542374,0.840137,300,0,1,0),(240187,195090,0,1,1,-5166.94,-874.019,507.083,2.13612,0,0,0.876267,0.481825,300,0,1,0),(240186,195090,0,1,1,-5163.62,-875.984,507.254,4.18994,0,0,0.865738,-0.500498,300,0,1,0),(240185,195090,0,1,1,-5158.06,-875.801,507.508,4.08391,0,0,0.891043,-0.453919,300,0,1,0),(240184,195090,0,1,1,-5162.21,-871.414,507.192,3.93861,0,0,0.921641,-0.388044,300,0,1,0),(240183,195090,0,1,1,-5157.25,-865.505,507.488,4.03286,0,0,0.902338,-0.43103,300,0,1,0),(240182,195090,0,1,1,-5151.12,-850.78,510.203,2.82334,0,0,0.987366,0.158456,300,0,1,0),(240181,195090,0,1,1,-5154.23,-851.792,509.604,3.80116,0,0,0.946112,-0.323838,300,0,1,0),(240180,195090,0,1,1,-5148.88,-848.813,510.175,3.96217,0,0,0.917006,-0.398874,300,0,1,0),(240179,195090,0,1,1,-5146.92,-846.795,509.814,4.73578,0,0,0.698789,-0.715328,300,0,1,0),(240178,195090,530,1,1,-1792.22,4911.42,-21.4162,5.16829,0,0,0.529022,-0.848608,300,0,1,0),(240177,195090,530,1,1,-1798.26,4902.69,-21.4127,5.45889,0,0,0.400578,-0.916263,300,0,1,0),(240176,195090,530,1,1,-1835.24,4924,-21.3785,4.00983,0,0,0.907241,-0.420611,300,0,1,0),(240175,195090,530,1,1,-1829.25,4920.79,-21.671,4.42216,0,0,0.801926,-0.597423,300,0,1,0),(240174,195090,530,1,1,-1783.82,4935.44,-22.5892,5.4471,0,0,0.405972,-0.913885,300,0,1,0),(240173,195090,530,1,1,-1799.12,4928.21,-22.2813,0.707226,0,0,0.34629,0.938128,300,0,1,0),(240172,195090,530,1,1,-1796.32,4931.29,-22.3174,0.129173,0,0,0.0645416,0.997915,300,0,1,0),(240171,195090,530,1,1,-1795.43,4927.2,-22.1493,0.270544,0,0,0.13486,0.990865,300,0,1,0),(240170,195090,530,1,1,-1812.06,4920.92,-21.9526,0.945987,0,0,0.455553,0.890209,300,0,1,0),(240169,195090,530,1,1,-1810.52,4926.39,-21.734,1.05202,0,0,0.502087,0.864817,300,0,1,0),(240168,195090,530,1,1,-1808.63,4922.35,-21.8564,1.05594,0,0,0.503781,0.863832,300,0,1,0),(240167,195090,530,1,1,-1814.82,4912.82,-21.4843,3.71452,0,0,0.959249,-0.282562,300,0,1,0),(240166,195090,530,1,1,-1806.29,4914.21,-22.0573,3.90301,0,0,0.928402,-0.371578,300,0,1,0),(240165,195090,530,1,1,-1786.08,4925.63,-21.1386,0.243056,0,0,0.121229,0.992625,300,0,1,0),(240164,195090,530,1,1,-1788.82,4923.25,-21.0863,1.01275,0,0,0.48501,0.874508,300,0,1,0),(240163,195090,530,1,1,-1792.12,4916.53,-21.0244,1.24837,0,0,0.584436,0.81144,300,0,1,0),(240162,195090,530,1,1,-1796.61,4911.2,-21.382,0.113465,0,0,0.0567021,0.998391,300,0,1,0),(240161,195090,530,1,1,-1801.49,4910.65,-21.3903,5.6034,0,0,0.333386,-0.942791,300,0,1,0),(240160,195090,530,1,1,-4310.89,-12440.6,17.2147,1.05941,0,0,0.505279,0.862956,300,0,1,0),(240159,195090,530,1,1,-4316.32,-12444.3,17.1922,0.88662,0,0,0.428932,0.903337,300,0,1,0),(240158,195090,530,1,1,-4311.21,-12446.3,17.4275,1.0869,0,0,0.517092,0.85593,300,0,1,0),(240157,195090,530,1,1,-4314.66,-12447.8,17.3873,1.00836,0,0,0.48309,0.875571,300,0,1,0),(240156,195090,530,1,1,-4320.01,-12449.5,17.0817,0.800226,0,0,0.389522,0.921017,300,0,1,0),(240155,195090,530,1,1,-4321.35,-12454.2,17.2013,0.914109,0,0,0.441307,0.897356,300,0,1,0),(240154,195090,530,1,1,-4320.52,-12456.9,17.3025,0.721686,0,0,0.353063,0.9356,300,0,1,0),(240153,195090,530,1,1,-4326.17,-12455.4,16.9729,0.509629,0,0,0.252066,0.96771,300,0,1,0),(240152,195090,530,1,1,-4325.9,-12451.6,16.6623,0.839496,0,0,0.40753,0.913192,300,0,1,0),(240151,195090,530,1,1,-4331.11,-12443.6,18.6114,2.34746,0,0,0.922199,0.386715,300,0,1,0),(240150,195090,530,1,1,-4320.99,-12432.3,18.6806,3.9536,0,0,0.918706,-0.394941,300,0,1,0),(240149,195090,530,1,1,-4319.45,-12430.9,18.6806,2.09613,0,0,0.866459,0.499249,300,0,1,0),(240148,195090,1,1,1,-981.153,-66.7737,20.9042,2.28788,0,0,0.910272,0.414011,300,0,1,0),(240147,195090,1,1,1,-985.178,-75.001,21.0173,3.12433,0,0,0.999963,0.0086312,300,0,1,0),(240146,195090,1,1,1,-981.652,-79.1964,20.249,3.91758,0,0,0.92567,-0.378332,300,0,1,0),(240145,195090,1,1,1,-976.6,-74.4185,18.8465,3.47776,0,0,0.985907,-0.167293,300,0,1,0),(240144,195090,1,1,1,-979.359,-76.7106,19.6107,3.13611,0,0,0.999996,0.00274129,300,0,1,0),(240143,195090,1,1,1,-979.763,-72.5159,19.6852,3.24999,0,0,0.998532,-0.0541721,300,0,1,0),(240142,195090,1,1,1,-977.555,-56.5706,26.7082,5.00143,0,0,0.597899,-0.801571,300,0,1,0),(240141,195090,1,1,1,-988.152,-59.1082,27.5232,5.15851,0,0,0.533165,-0.846011,300,0,1,0),(240140,195090,1,1,1,10052.2,2104.91,1330.92,3.28727,0,0,0.997348,-0.0727743,300,0,1,0),(240139,195090,1,1,1,10066.4,2132.16,1332.09,2.49402,0,0,0.948038,0.318158,300,0,1,0),(240138,195090,1,1,1,10059.9,2135.05,1330.75,1.53583,0,0,0.694637,0.719361,300,0,1,0),(240137,195090,1,1,1,10060.3,2124.09,1330.01,4.74418,0,0,0.695778,-0.718257,300,0,1,0),(240136,195090,1,1,1,10054,2130.84,1330.02,1.00961,0,0,0.483637,0.875269,300,0,1,0),(344,331,0,1,1,-3563.83,-1767.35,79.1001,4.26498,0,0,0.846355,-0.53262,300,0,1,0),(5286,203624,724,15,32,3157.37,533.995,72.8887,1.03489,0,0,0.494662,0.869085,120,0,0,0),(74741,192359,571,1,64,5364.35,2899.4,435.839,-1.5708,0,0,0,0,0,0,0,0),(77214,188359,571,1,1,2563.08,823.255,-61.7121,3.12412,0,0,0,1,120,255,1,0),(74743,192338,571,1,64,5397.76,2873.08,455.461,3.10665,0,0,0,0,0,0,0,0),(77213,188359,571,1,1,2509.64,873.288,-75.6281,1.65806,0,0,0,1,120,255,1,0),(74745,192339,571,1,64,5397.39,2809.33,455.344,3.10665,0,0,0,0,0,0,0,0),(77212,188359,571,1,1,2534.08,989.476,-71.604,1.46608,0,0,0,1,120,255,1,0),(74747,192284,571,1,64,5372.48,2862.5,409.049,3.14159,0,0,0,0,0,0,0,0),(77211,188359,571,1,1,2575.66,1030.06,-53.2269,2.26892,0,0,0,1,120,255,1,0),(74749,192285,571,1,64,5371.49,2820.8,409.177,3.14159,0,0,0,0,0,0,0,0),(77210,188359,571,1,1,2529.14,934.554,-72.8147,0.785397,0,0,0,1,120,255,1,0),(74751,192371,571,1,64,5364.29,2916.94,445.331,1.57952,0,0,0,0,0,0,0,0),(5479,186177,530,1,1,-1537.95,9728.84,202.396,3.14159,0,0,0,1,120,255,1,0),(74753,192372,571,1,64,5322.86,2916.95,445.154,1.56207,0,0,0,0,0,0,0,0),(5417,178404,1,1,1,-1382.07,2918.79,73.2073,2.80997,0,0,0,1,120,255,1,0),(74755,192373,571,1,64,5290.35,2976.56,435.221,0.017452,0,0,0,0,0,0,0,0),(100506,195610,0,1,1,-9003.5,860.55,105.877,-1.213,0,0,0.944089,-0.329691,120,255,1,0),(74757,192360,571,1,64,5352.37,3037.09,435.252,-1.5708,0,0,0,0,0,0,0,0),(100505,195618,0,1,1,-8572.36,552.684,102.004,-2.61799,0,0,0.944089,-0.329691,120,255,1,0),(74759,192361,571,1,64,5392.65,3037.11,433.713,-1.52716,0,0,0,0,0,0,0,0),(100504,195629,0,1,1,1554.97,235.108,-43.201,0.252436,0,0,-0.0043634,0.999991,120,255,1,0),(74761,192356,571,1,64,5237.07,2757.03,435.796,1.51844,0,0,0,0,0,0,0,0),(100503,195625,0,1,1,1547.06,204.549,-62.2808,0.776035,0,0,-0.0043634,0.999991,120,255,1,0),(74763,192352,571,1,64,5173.02,2820.93,435.72,0.017452,0,0,0,0,0,0,0,0),(100502,195627,0,1,1,1644.84,276.18,-62.2799,0.828395,0,0,-0.0043634,0.999991,120,255,1,0),(74765,192353,571,1,64,5172.11,2862.57,435.721,0.017452,0,0,0,0,0,0,0,0),(100501,195628,0,1,1,1644.32,204.033,-62.28,-0.147865,0,0,-0.0043634,0.999991,120,255,1,0),(74767,192357,571,1,64,5235.34,2924.34,435.04,-1.5708,0,0,0,0,0,0,0,0),(100500,195626,0,1,1,1547.33,276.828,-62.2803,-1.62654,0,0,-0.0043634,0.999991,120,255,1,0),(74769,192350,571,1,64,5270.69,2861.78,445.058,-3.11539,0,0,0,0,0,0,0,0),(100499,195624,0,1,1,1483.64,187.967,-62.2915,-1.17873,0,0,-0.0043634,0.999991,120,255,1,0),(74771,192351,571,1,64,5271.28,2820.16,445.201,-3.13286,0,0,0,0,0,0,0,0),(5414,179345,369,1,1,57.4358,1206.98,-121.589,-2.65289,0,0,0,1,7200,255,1,0),(268962,192772,571,1,64,6162.77,60.7431,397.814,-0.026177,0,0,-0.0130881,0.999914,300,100,1,0),(268961,192771,571,1,64,6162.77,60.7344,392.436,-0.017452,0,0,-0.00872589,0.999962,300,100,1,0),(268960,192770,571,1,64,6219.2,59.875,397.924,-0.008724,0,0,-0.00436199,0.99999,300,100,1,0),(268959,192769,571,1,64,6219.21,59.8681,392.513,-0.000002,0,0,-0.000001,1,300,100,1,0),(268958,192768,571,1,64,6297.23,53.4045,408.413,-0.759217,0,0,-0.370557,0.92881,300,100,1,0),(268957,192767,571,1,64,6297.22,53.3958,402.997,-0.750493,0,0,-0.366502,0.930417,300,100,1,0),(268956,192658,571,1,64,6255.96,93.0642,408.47,-0.837755,0,0,-0.406735,0.913546,300,100,1,0),(268955,192657,571,1,64,6255.96,93.0556,403.037,-0.829032,0,0,-0.402747,0.915311,300,100,1,0),(347,1684,1,1,1,1524.93,-4371.18,17.9437,1.62046,0,0,0,1,300,100,1,0),(356,187879,571,1,1,4207.37,4056.89,91.6208,2.79252,0,0,0.984807,0.173652,300,100,1,0),(5681,188600,571,1,1,3980.72,-1956.35,210.662,1.16937,0,0,0,1,120,255,1,0),(5682,188600,571,1,1,3957.19,-1908.3,209.97,0.890117,0,0,0,1,120,255,1,0),(5683,188600,571,1,1,3964.76,-1884.52,208.274,1.69297,0,0,0,1,120,255,1,0),(268037,193070,616,3,1,754.346,1300.87,256.249,3.14159,0,0,0,1,180,0,1,0),(261804,192181,571,1,1,7308.94,-727.916,791.608,1.53589,0,0,0.694658,0.71934,30,100,1,0),(380,188358,600,3,1,-236.766,-614.774,116.487,1.5708,0,0,0,1,180,0,1,0),(365,195329,571,1,1,10184.8,1184.6,75.892,2.7989,0,0,0.985356,0.170509,300,0,1,0),(240135,195090,1,1,1,10053.1,2126.22,1330.07,1.08422,0,0,0.515945,0.856622,300,0,1,0),(240134,195090,1,1,1,10046.4,2109.25,1329.96,4.10408,0,0,0.88642,-0.462882,300,0,1,0),(240133,195090,1,1,1,10049.1,2112.98,1330.03,2.00314,0,0,0.842318,0.538981,300,0,1,0),(240132,195090,1,1,1,10054.1,2110.63,1329.93,3.8449,0,0,0.938804,-0.344451,300,0,1,0),(240131,195090,1,1,1,10063.4,2113.77,1330.06,4.01769,0,0,0.905581,-0.424173,300,0,1,0),(240130,195090,1,1,1,10064.8,2117.6,1330.03,4.56746,0,0,0.756446,-0.654056,300,0,1,0),(240129,195090,1,1,1,10065.9,2121.66,1330.2,4.78738,0,0,0.680103,-0.733117,300,0,1,0),(240128,195090,1,1,1,10066.2,2127.23,1329.66,4.62637,0,0,0.736856,-0.67605,300,0,1,0),(240127,195090,1,1,1,10062.7,2128.29,1329.77,1.94816,0,0,0.827185,0.561929,300,0,1,0),(240126,195090,530,1,1,9418.64,-6852.18,14.9737,5.72205,0,0,0.276901,-0.960898,300,0,1,0),(240125,195090,530,1,1,9416.75,-6856.38,14.8519,5.80845,0,0,0.235145,-0.97196,300,0,1,0),(240124,195090,530,1,1,9412.52,-6861.73,14.6487,5.88699,0,0,0.196805,-0.980443,300,0,1,0),(240123,195090,530,1,1,9405.72,-6861.46,14.9588,4.79136,0,0,0.678642,-0.734469,300,0,1,0),(240122,195090,530,1,1,9410.57,-6853.66,14.9713,3.57007,0,0,0.977139,-0.212604,300,0,1,0),(240121,195090,530,1,1,9414.82,-6851.42,15.0296,5.58069,0,0,0.34407,-0.938944,300,0,1,0),(240120,195090,530,1,1,9412.52,-6848.4,15.3197,0.703365,0,0,0.344478,0.938794,300,0,1,0),(240119,195090,530,1,1,9407.83,-6850.31,15.4148,6.05585,0,0,0.113423,-0.993547,300,0,1,0),(240118,195090,0,1,1,1814.67,217.597,60.2211,3.50306,0,0,0.983712,-0.179751,300,0,1,0),(240117,195090,0,1,1,1834.79,220.5,60.2436,1.11937,0,0,0.530919,0.847422,300,0,1,0),(240116,195090,0,1,1,1832.1,217.303,60.342,6.21268,0,0,0.0352454,-0.999379,300,0,1,0),(240115,195090,0,1,1,1827.52,217.594,60.5054,4.65367,0,0,0.727559,-0.686045,300,0,1,0),(240114,195090,0,1,1,1827.77,222.032,60.6016,4.97961,0,0,0.606609,-0.795001,300,0,1,0),(240113,195090,0,1,1,1823.03,229.093,60.4377,2.72944,0,0,0.978841,0.204621,300,0,1,0),(240112,195090,0,1,1,1841.8,219.772,60.7409,1.28038,0,0,0.597348,0.801982,300,0,1,0),(240111,195090,0,1,1,1840.85,213.082,61.3837,5.26628,0,0,0.486826,-0.873499,300,0,1,0),(240110,195090,0,1,1,1830.63,211.165,60.3098,4.80682,0,0,0.672945,-0.739693,300,0,1,0),(240109,195090,571,1,65535,5846.75,758.117,640.939,6.14616,0,0,0.068459,-0.997654,300,0,1,0),(240108,195090,571,1,65535,5811.39,757.19,640.324,2.50977,0,0,0.950514,0.310683,300,0,1,0),(240107,195090,571,1,65535,5822.29,758.23,640.365,1.61049,0,0,0.721,0.692935,300,0,1,0),(240106,195090,571,1,65535,5809.37,743.705,640.998,3.12238,0,0,0.999954,0.00960617,300,0,1,0),(240105,195090,571,1,65535,5827.74,742.946,642.332,0.687646,0,0,0.337089,0.941473,300,0,1,0),(240104,195090,571,1,65535,5835.35,751.259,641.084,0.400976,0,0,0.199148,0.97997,300,0,1,0),(240103,195090,571,1,65535,5828.7,749.25,641.164,4.17874,0,0,0.868527,-0.495642,300,0,1,0),(240102,195090,571,1,65535,5832.79,754.608,640.935,4.05308,0,0,0.897934,-0.44013,300,0,1,0),(240101,195090,571,1,65535,5843.35,763.212,640.647,3.49938,0,0,0.984041,-0.177941,300,0,1,0),(240100,195090,571,1,65535,5849.36,771.084,640.573,1.31204,0,0,0.609968,0.792426,300,0,1,0),(240099,195090,571,1,65535,5851.3,769.624,640.886,1.09213,0,0,0.519328,0.854575,300,0,1,0),(240098,195090,571,1,65535,5851.19,767.209,640.997,0.597328,0,0,0.294244,0.95573,300,0,1,0),(240097,195090,571,1,65535,5853.92,767.065,641.349,0.656233,0,0,0.322261,0.946651,300,0,1,0),(240096,195090,571,1,65535,5855.51,765.516,641.483,0.212483,0,0,0.106042,0.994362,300,0,1,0),(240095,195090,571,1,65535,5853.87,762.992,641.211,6.18229,0,0,0.0504262,-0.998728,300,0,1,0),(240094,195090,0,1,1,-9329.47,179.114,61.7075,1.27741,0,0,0.596156,0.802868,300,0,1,0),(240093,195090,0,1,1,-9335.44,175.283,61.6076,2.62044,0,0,0.966242,0.257637,300,0,1,0),(240092,195090,0,1,1,-9333.31,174.06,61.6475,2.60866,0,0,0.964707,0.263324,300,0,1,0),(240091,195090,0,1,1,-9330.76,172.21,61.6444,2.42016,0,0,0.935644,0.352945,300,0,1,0),(240090,195090,0,1,1,-9327.99,170.234,61.6257,2.49478,0,0,0.948158,0.317798,300,0,1,0),(240089,195090,0,1,1,-9324.64,167.678,61.5815,2.66756,0,0,0.972043,0.234803,300,0,1,0),(240088,195090,0,1,1,-9328.38,163.069,62.1162,5.656,0,0,0.308478,-0.951231,300,0,1,0),(240087,195090,0,1,1,-9352.79,169.484,61.5833,4.19909,0,0,0.863439,-0.504453,300,0,1,0),(240086,195090,0,1,1,-9351.22,172.514,61.5657,4.2737,0,0,0.844024,-0.536306,300,0,1,0),(240085,195090,0,1,1,-9349.37,175.371,61.7816,4.06557,0,0,0.895168,-0.445729,300,0,1,0),(240084,195090,0,1,1,-9347.4,178.086,61.558,4.29726,0,0,0.837648,-0.546211,300,0,1,0),(240083,195090,0,1,1,-9340.96,187.22,61.5554,0.865071,0,0,0.419174,0.907906,300,0,1,0),(240082,195090,0,1,1,-9336.77,184.723,61.5328,1.08891,0,0,0.517952,0.85541,300,0,1,0),(240081,195090,0,1,1,-9332.5,185.014,61.5442,5.69527,0,0,0.289742,-0.957105,300,0,1,0),(240080,195090,0,1,1,-9329.68,183.137,61.6151,5.69527,0,0,0.289742,-0.957105,300,0,1,0),(240079,195090,0,1,1,-9327.35,181.579,61.6579,5.76203,0,0,0.257639,-0.966241,300,0,1,0),(240078,195090,0,1,1,-9324.42,178.952,61.9249,5.64422,0,0,0.314075,-0.949398,300,0,1,0),(240077,195090,0,1,1,-9321.89,177.068,61.6465,5.64422,0,0,0.314075,-0.949398,300,0,1,0),(240076,195090,0,1,1,-9319.35,175.184,61.6322,5.94267,0,0,0.169436,-0.985541,300,0,1,0),(240075,195090,1,1,1,1183.11,-4462.38,21.173,0.457849,0,0,0.22693,0.973911,300,0,1,0),(240074,195090,1,1,1,1178.38,-4459.37,21.4634,6.03418,0,0,0.124181,-0.99226,300,0,1,0),(240073,195090,1,1,1,1174.56,-4459.12,21.5159,1.31393,0,0,0.610716,0.791849,300,0,1,0),(240072,195090,1,1,1,1173.45,-4463.9,21.2566,2.95934,0,0,0.995851,0.0910002,300,0,1,0),(240071,195090,1,1,1,1178.71,-4465.61,21.3464,2.50381,0,0,0.949584,0.313514,300,0,1,0),(240070,195090,1,1,1,1184.69,-4469.05,21.3202,3.92145,0,0,0.924936,-0.380122,300,0,1,0),(240069,195090,1,1,1,1187.46,-4465.48,21.3276,5.08777,0,0,0.562749,-0.826628,300,0,1,0),(240068,195090,0,1,1,-5153.07,-855.424,508.469,2.04894,0,0,0.854439,0.519552,300,0,1,0),(240067,195067,0,1,1,-5153.67,-856.503,508.317,1.38528,0,0,0.638571,0.769563,300,0,1,0),(240066,195067,0,1,1,-5159.9,-868.605,507.293,4.7782,0,0,0.68346,-0.729988,300,0,1,0),(240065,195067,0,1,1,-5168.31,-872.67,506.918,4.71929,0,0,0.704663,-0.709542,300,0,1,0),(240064,195067,0,1,1,-5162.53,-877.151,507.269,3.8475,0,0,0.938356,-0.345671,300,0,1,0),(240063,195067,0,1,1,-5157.02,-875.2,507.717,5.59108,0,0,0.339187,-0.940719,300,0,1,0),(240062,195067,530,1,1,-1804.87,4922.87,-21.9285,0.341232,0,0,0.169789,0.98548,300,0,1,0),(240061,195067,530,1,1,-1811.06,4914.83,-21.8399,3.80091,0,0,0.946153,-0.32372,300,0,1,0),(240060,195067,530,1,1,-1799.03,4911.63,-21.3716,4.9201,0,0,0.629992,-0.776602,300,0,1,0),(240059,195067,530,1,1,-1784.66,4926.07,-21.1388,0.521876,0,0,0.257987,0.966148,300,0,1,0),(240058,195067,530,1,1,-1789.47,4922.28,-21.0992,1.01275,0,0,0.48501,0.874508,300,0,1,0),(240057,195067,530,1,1,-1791.77,4917.77,-21.025,1.42901,0,0,0.655244,0.755418,300,0,1,0),(240056,195067,530,1,1,-4311.45,-12442.3,17.3037,0.772738,0,0,0.376828,0.926283,300,0,1,0),(240055,195067,530,1,1,-4323.07,-12450.7,16.8485,5.33983,0,0,0.454381,-0.890807,300,0,1,0),(240054,195067,530,1,1,-4322.19,-12440.2,17.4944,3.02291,0,0,0.99824,0.0593064,300,0,1,0),(240053,195067,530,1,1,-4318.44,-12430.1,18.6801,3.84757,0,0,0.938344,-0.345704,300,0,1,0),(240052,195067,530,1,1,-4320.15,-12431.6,18.6801,3.86328,0,0,0.935599,-0.353064,300,0,1,0),(240051,195067,530,1,1,-4331.79,-12444.3,18.6116,1.10261,0,0,0.523799,0.851842,300,0,1,0),(240050,195067,530,1,1,-4330.57,-12441.9,18.6116,1.10261,0,0,0.523799,0.851842,300,0,1,0),(240049,195067,1,1,1,-985.891,-59.0171,27.1512,2.98923,0,0,0.9971,0.0761077,300,0,1,0),(240048,195067,1,1,1,-979.741,-82.5911,20.4482,2.84001,0,0,0.988653,0.150221,300,0,1,0),(240047,195067,1,1,1,-982.861,-78.1374,20.4409,2.76147,0,0,0.981993,0.188919,300,0,1,0),(240046,195067,1,1,1,-981.572,-70.544,20.3174,2.24703,0,0,0.901626,0.432516,300,0,1,0),(240045,195067,1,1,1,10048.2,2118.42,1329.87,6.00475,0,0,0.138768,-0.990325,300,0,1,0),(240044,195067,1,1,1,10064.3,2124.92,1329.66,5.938,0,0,0.171737,-0.985143,300,0,1,0),(240043,195067,1,1,1,10054.5,2128.79,1329.66,0.15354,0,0,0.0766946,0.997055,300,0,1,0),(240042,195067,1,1,1,10040.1,2118.35,1329.71,6.16969,0,0,0.0567171,-0.99839,300,0,1,0),(240041,195067,530,1,1,9406.18,-6848.78,15.7346,4.10414,0,0,0.886406,-0.462908,300,0,1,0),(240040,195067,530,1,1,9414.83,-6847.96,15.2124,0.302815,0,0,0.15083,0.98856,300,0,1,0),(240039,195067,530,1,1,9408.5,-6861.43,14.8097,5.18014,0,0,0.523985,-0.851728,300,0,1,0),(240038,195067,0,1,1,1834.25,227.476,60.3832,0.0394494,0,0,0.0197234,0.999805,300,0,1,0),(240037,195067,0,1,1,1826.85,224.597,60.3819,1.15864,0,0,0.547455,0.836835,300,0,1,0),(240036,195067,0,1,1,1824.56,214.048,60.2184,2.55272,0,0,0.956966,0.2902,300,0,1,0),(240035,195067,0,1,1,1838.15,218.056,60.1301,6.04382,0,0,0.119397,-0.992847,300,0,1,0),(240034,195067,0,1,1,-9333.49,166.771,61.5731,4.50147,0,0,0.777611,-0.628745,300,0,1,0),(240033,195067,0,1,1,-9349.4,172.027,61.5583,3.72,0,0,0.958471,-0.285189,300,0,1,0),(240032,195067,0,1,1,-9341.6,186.007,61.5588,0.590182,0,0,0.290827,0.956776,300,0,1,0),(240031,195067,0,1,1,-9339.4,177.75,61.5578,2.84035,0,0,0.988678,0.150053,300,0,1,0),(240030,195067,0,1,1,-9325.85,176.738,61.6842,4.03415,0,0,0.902059,-0.431612,300,0,1,0),(240029,195067,571,1,65535,5838.49,754.714,640.99,5.00419,0,0,0.596792,-0.802396,300,0,1,0),(240028,195067,571,1,65535,5833.05,758.772,640.632,6.22548,0,0,0.0288486,-0.999584,300,0,1,0),(240027,195067,571,1,65535,5826.98,742.899,642.182,0.40961,0,0,0.203376,0.979101,300,0,1,0),(240026,195067,571,1,65535,5848.67,757.932,640.765,0.331072,0,0,0.164781,0.98633,300,0,1,0),(240025,195067,571,1,65535,5842.99,757.208,641.032,3.23312,0,0,0.998953,-0.0457477,300,0,1,0),(240024,195087,0,1,1,-5167.15,-868.97,506.692,3.55298,0,0,0.97892,-0.204246,300,0,1,0),(240023,195087,530,1,1,-1795.3,4913.74,-21.6189,5.79582,0,0,0.241278,-0.970456,300,0,1,0),(240022,195087,530,1,1,-4320.88,-12435.8,17.794,2.95615,0,0,0.995704,0.0925885,300,0,1,0),(240021,195087,1,1,1,-978.502,-68.0701,19.8816,2.48265,0,0,0.946214,0.323543,300,0,1,0),(240020,195087,1,1,1,10051.5,2108.48,1329.65,5.63954,0,0,0.316296,-0.948661,300,0,1,0),(240019,195087,530,1,1,9410.84,-6856.04,14.8094,5.30187,0,0,0.471206,-0.882023,300,0,1,0),(240018,195087,0,1,1,1831.24,213.873,60.339,4.59476,0,0,0.747448,-0.66432,300,0,1,0),(240017,195087,571,1,65535,5851.71,759.739,640.824,0.177921,0,0,0.0888432,0.996046,300,0,1,0),(240016,195067,1,1,1,1186.5,-4461.7,21.136,1.23932,0,0,0.580758,0.814076,300,0,1,0),(240015,195067,1,1,1,1174.65,-4455.39,21.539,1.12543,0,0,0.533485,0.84581,300,0,1,0),(240014,195067,1,1,1,1179.08,-4469.52,21.5266,1.0194,0,0,0.487915,0.872891,300,0,1,0),(240013,195087,1,1,1,1177.92,-4467.1,21.3191,1.02726,0,0,0.491342,0.870967,300,0,1,0),(240012,195087,0,1,1,-9333.99,181.712,61.5651,4.14018,0,0,0.877921,-0.478806,300,0,1,0),(240011,195307,1,1,1,10049.7,2113.11,1329.68,-2.79252,0,0,-0.984807,0.173652,180,100,1,0),(240010,195307,1,1,1,10053.8,2127.78,1329.67,-2.30383,0,0,-0.913544,0.406739,180,100,1,0),(240009,195307,0,1,1,1792.51,241.774,60.5867,-2.30383,0,0,-0.913544,0.406739,180,100,1,0),(240008,195307,1,1,1,10054.2,2129.03,1329.66,-2.30383,0,0,-0.913544,0.406739,180,100,1,0),(240007,195090,0,1,1,-5155.34,-862.141,507.655,4.22449,0,0,0.856963,-0.515378,300,0,1,0),(240006,195307,0,1,1,1780.5,269.08,59.8237,3.00195,0,0,0.997563,0.0697646,180,100,1,0),(240005,182807,530,1,1,9672.12,-7346.44,11.9311,-0.244346,0,0,-0.121869,0.992546,180,100,1,0),(240004,195069,0,1,1,-9330.98,181.918,62.7222,2.54818,0,0,0.956305,0.292372,180,100,1,0),(240991,195164,530,1,1,9285.87,-7208.02,17.2357,4.89415,0,0,0.640015,-0.768362,300,0,1,0),(240990,195164,530,1,1,9287.29,-7207.67,17.2622,4.92164,0,0,0.629394,-0.777087,300,0,1,0),(240989,195164,530,1,1,9291.36,-7207.04,17.2164,4.88237,0,0,0.644529,-0.764579,300,0,1,0),(240988,195164,530,1,1,9293.13,-7206.97,17.1583,4.741,0,0,0.696919,-0.71715,300,0,1,0),(240987,195164,530,1,1,9296.39,-7206.61,17.0586,4.77242,0,0,0.685567,-0.728009,300,0,1,0),(240986,195164,530,1,1,9298.14,-7206.38,16.9784,4.81562,0,0,0.669684,-0.742647,300,0,1,0),(240985,195164,530,1,1,9302.7,-7212.36,16.8081,3.26838,0,0,0.997991,-0.0633512,300,0,1,0),(240984,195164,530,1,1,9302.46,-7210.65,16.7734,3.27231,0,0,0.997865,-0.0653122,300,0,1,0),(240983,195164,530,1,1,9307.03,-7209.21,16.5859,2.57331,0,0,0.959903,0.280333,300,0,1,0),(240982,195164,530,1,1,9305.22,-7213.43,16.7041,2.90317,0,0,0.992903,0.118929,300,0,1,0),(240981,195164,530,1,1,9303.32,-7222.57,17.197,3.05633,0,0,0.999091,0.0426184,300,0,1,0),(240980,195164,530,1,1,9302.9,-7224.07,17.1636,3.09952,0,0,0.999779,0.0210348,300,0,1,0),(240979,195164,530,1,1,9300.33,-7229.86,17.1223,1.54051,0,0,0.696318,0.717733,300,0,1,0),(240978,195164,530,1,1,9298.31,-7229.87,17.3376,1.67402,0,0,0.742644,0.669686,300,0,1,0),(240977,195164,530,1,1,9294.49,-7230.15,17.5487,1.61119,0,0,0.721243,0.692682,300,0,1,0),(240976,195164,530,1,1,9292.8,-7230.59,17.5657,1.64653,0,0,0.733369,0.67983,300,0,1,0),(240975,195164,530,1,1,9289.82,-7230.78,17.5293,1.8154,0,0,0.78809,0.61556,300,0,1,0),(240974,195164,530,1,1,9287.91,-7231.42,17.4998,1.74471,0,0,0.765845,0.643025,300,0,1,0),(240973,195164,530,1,1,9284.4,-7226.69,17.0374,0.495927,0,0,0.24543,0.969414,300,0,1,0),(240972,195164,530,1,1,9283.49,-7225.2,16.934,0.668714,0,0,0.328162,0.944622,300,0,1,0),(240971,195164,530,1,1,9282.76,-7222.2,16.8376,0.307431,0,0,0.153111,0.988209,300,0,1,0),(240970,195164,530,1,1,9282.72,-7220.66,16.8067,0.169986,0,0,0.0848907,0.99639,300,0,1,0),(240969,195164,530,1,1,9281.47,-7216.43,16.8154,0.653006,0,0,0.320733,0.94717,300,0,1,0),(240968,195164,530,1,1,9280.83,-7214.95,16.8446,0.287796,0,0,0.143402,0.989665,300,0,1,0),(240967,195164,530,1,1,9275.34,-7208.59,16.8732,2.23558,0,0,0.899135,0.437671,300,0,1,0),(240966,179968,530,1,1,9285.93,-7208.03,16.53,4.83132,0,0,0.663833,-0.747881,300,0,1,0),(240965,179968,530,1,1,9287.17,-7207.68,16.5565,4.91379,0,0,0.632439,-0.77461,300,0,1,0),(240964,179968,530,1,1,9291.38,-7207.12,16.5108,4.84703,0,0,0.657938,-0.753072,300,0,1,0),(240963,179968,530,1,1,9293.1,-7206.86,16.4519,4.85331,0,0,0.65557,-0.755134,300,0,1,0),(240962,179968,530,1,1,9296.25,-7206.56,16.3527,4.85331,0,0,0.65557,-0.755134,300,0,1,0),(240961,179968,530,1,1,9298.13,-7206.27,16.2716,4.76692,0,0,0.687567,-0.726121,300,0,1,0),(240960,179968,530,1,1,9302.88,-7212.35,16.1022,3.40818,0,0,0.99113,-0.132899,300,0,1,0),(240959,179968,530,1,1,9302.54,-7210.81,16.0667,3.32964,0,0,0.995583,-0.0938852,300,0,1,0),(240958,179968,530,1,1,9303.3,-7222.68,16.4909,2.99977,0,0,0.997487,0.070852,300,0,1,0),(240957,179968,530,1,1,9302.88,-7224.19,16.4577,2.9173,0,0,0.993718,0.111911,300,0,1,0),(240956,179968,530,1,1,9300.41,-7229.9,16.4162,1.64103,0,0,0.731497,0.681845,300,0,1,0),(240955,179968,530,1,1,9298.32,-7229.79,16.6317,1.53108,0,0,0.692926,0.721008,300,0,1,0),(240954,179968,530,1,1,9294.52,-7230.09,16.842,1.77455,0,0,0.775354,0.631527,300,0,1,0),(240953,179968,530,1,1,9292.94,-7230.5,16.8598,1.6214,0,0,0.72477,0.688991,300,0,1,0),(240952,179968,530,1,1,9289.7,-7230.64,16.8237,1.73528,0,0,0.762805,0.646629,300,0,1,0),(240951,179968,530,1,1,9287.94,-7231.05,16.794,1.66459,0,0,0.739478,0.67318,300,0,1,0),(240950,179968,530,1,1,9284.43,-7226.71,16.3315,0.404029,0,0,0.200643,0.979664,300,0,1,0),(240949,179968,530,1,1,9283.53,-7225.25,16.2282,0.553255,0,0,0.273113,0.961982,300,0,1,0),(240948,179968,530,1,1,9282.9,-7222.09,16.1318,0.352978,0,0,0.175574,0.984466,300,0,1,0),(240947,179968,530,1,1,9282.59,-7220.71,16.0999,0.309781,0,0,0.154272,0.988028,300,0,1,0),(240946,179968,530,1,1,9281.43,-7216.52,16.1099,0.490423,0,0,0.242762,0.970086,300,0,1,0),(240945,179968,530,1,1,9280.72,-7215.14,16.1388,0.368687,0,0,0.183301,0.983057,300,0,1,0),(240944,179968,530,1,1,9274.96,-7208.85,16.233,3.30608,0,0,0.99662,-0.082151,300,0,1,0),(240943,179968,530,1,1,9274.35,-7207.81,17.0197,0.160557,0,0,0.0801923,0.996779,300,0,1,0),(240942,179968,530,1,1,9274.35,-7207.81,16.313,0.160557,0,0,0.0801923,0.996779,300,0,1,0),(240941,179968,530,1,1,9275.02,-7207.7,16.313,0.160557,0,0,0.0801923,0.996779,300,0,1,0),(240940,180353,530,1,1,9297.13,-7206.5,16.3099,0.117361,0,0,0.0586468,0.998279,300,0,1,0),(240939,180353,530,1,1,9292.12,-7207.09,16.4871,0.117361,0,0,0.0586468,0.998279,300,0,1,0),(240938,180353,530,1,1,9286.53,-7207.75,16.5461,0.117361,0,0,0.0586468,0.998279,300,0,1,0),(240937,180353,530,1,1,9281.12,-7215.74,16.1288,1.83346,0,0,0.793616,0.608419,300,0,1,0),(240936,180353,530,1,1,9282.67,-7221.53,16.1109,1.83346,0,0,0.793616,0.608419,300,0,1,0),(240935,180353,530,1,1,9283.86,-7225.95,16.2737,1.83346,0,0,0.793616,0.608419,300,0,1,0),(240934,180353,530,1,1,9288.71,-7230.16,16.7451,3.16078,0,0,0.999954,-0.0095935,300,0,1,0),(240933,180353,530,1,1,9293.58,-7230.07,16.8357,3.16078,0,0,0.999954,-0.0095935,300,0,1,0),(240932,180353,530,1,1,9299.34,-7229.96,16.5578,3.149,0,0,0.999993,-0.00370363,300,0,1,0),(240931,180353,530,1,1,9303.11,-7223.44,16.4783,4.7355,0,0,0.698889,-0.71523,300,0,1,0),(240930,180353,530,1,1,9302.77,-7211.58,16.0804,3.41211,0,0,0.990866,-0.134847,300,0,1,0),(240929,180353,530,1,1,9305.3,-7212.38,15.9549,6.14922,0,0,0.0669326,-0.997757,300,0,1,0),(240928,180353,530,1,1,9306.54,-7210.01,16.0835,5.78401,0,0,0.247004,-0.969014,300,0,1,0),(240927,180353,530,1,1,9280.55,-7202.27,16.9974,0.957736,0,0,0.460775,0.887517,300,0,1,0),(240926,180353,530,1,1,9278.21,-7205.61,16.6083,0.957736,0,0,0.460775,0.887517,300,0,1,0),(240925,195303,530,1,1,9279.83,-7207.33,16.9276,6.00392,0,0,0.139179,-0.990267,300,0,1,0),(240924,195303,530,1,1,9282.95,-7202.64,17.0309,5.42273,0,0,0.417078,-0.908871,300,0,1,0),(240923,195199,530,1,1,9280.95,-7200.67,17.17,1.21299,0,0,0.569991,0.821651,300,0,1,0),(240922,195199,530,1,1,9275.5,-7205.98,16.4592,5.67013,0,0,0.30175,-0.953387,300,0,1,0),(240921,195212,530,1,1,9277.92,-7202.53,16.8511,5.67405,0,0,0.299881,-0.953977,300,0,1,0),(240920,195212,530,1,1,9278.68,-7200.5,17.0822,5.58766,0,0,0.340795,-0.940138,300,0,1,0),(240919,195212,530,1,1,9276.6,-7204.24,16.638,5.61908,0,0,0.325984,-0.945375,300,0,1,0),(240918,195197,530,1,1,9277.64,-7209.89,16.2857,2.34789,0,0,0.922283,0.386516,300,0,1,0),(240917,195197,530,1,1,9286.75,-7200.71,17.2161,1.58213,0,0,0.711102,0.703088,300,0,1,0),(240916,195194,530,1,1,9283.41,-7205.43,16.7583,1.28368,0,0,0.59867,0.800996,300,0,1,0),(240915,195196,530,1,1,9279.56,-7209.09,16.4021,6.25525,0,0,0.0139672,-0.999902,300,0,1,0),(240914,195198,530,1,1,9277.36,-7207.52,16.424,6.09424,0,0,0.0943321,-0.995541,300,0,1,0),(240913,195200,530,1,1,9284.67,-7200.88,17.2278,5.11643,0,0,0.550846,-0.834607,300,0,1,0),(240912,195215,530,1,1,9280.06,-7205.31,17.623,4.23678,0,0,0.85378,-0.520634,300,0,1,0),(240911,195192,530,1,1,9280.84,-7205.99,17.6245,4.04436,0,0,0.899844,-0.436211,300,0,1,0),(240910,195195,530,1,1,9282.63,-7203.82,17.6235,3.74591,0,0,0.954696,-0.297582,300,0,1,0),(240909,195164,530,1,1,9281.03,-7204.93,17.6235,4.91223,0,0,0.633043,-0.774117,300,0,1,0),(240908,195191,530,1,1,9281.03,-7204.93,16.7354,5.63479,0,0,0.318548,-0.947907,300,0,1,0),(240907,179968,530,1,1,9307.05,-7209.16,15.8791,5.57197,0,0,0.34816,-0.937435,300,0,1,0),(240906,179968,530,1,1,9305.18,-7213.52,15.9982,6.0864,0,0,0.098234,-0.995163,300,0,1,0),(240905,179968,530,1,1,9305.97,-7211.26,15.9125,5.77224,0,0,0.252703,-0.967544,300,0,1,0),(240904,195164,0,1,1,1835.64,214.253,60.9162,4.61567,0,0,0.740462,-0.672098,300,0,1,0),(240903,195164,0,1,1,1833.41,214.108,60.941,4.6196,0,0,0.73914,-0.673552,300,0,1,0),(240902,195164,0,1,1,1829.93,214.463,61.1252,4.60389,0,0,0.744408,-0.667725,300,0,1,0),(240901,195164,0,1,1,1828.14,214.635,61.1607,4.56698,0,0,0.756603,-0.653874,300,0,1,0),(240900,195164,0,1,1,1824,215.095,60.9274,4.51986,0,0,0.771797,-0.635869,300,0,1,0),(240899,195164,0,1,1,1822.35,215.198,60.8831,4.55912,0,0,0.759167,-0.650896,300,0,1,0),(240898,195164,0,1,1,1824.26,228.147,60.7457,4.61018,0,0,0.742304,-0.670063,300,0,1,0),(240897,195164,0,1,1,1826.36,228.105,60.835,4.52064,0,0,0.771549,-0.63617,300,0,1,0),(240896,195164,0,1,1,1834.26,226.399,61.0765,4.39891,0,0,0.808817,-0.58806,300,0,1,0),(240895,195164,0,1,1,1836.37,227.114,60.9472,4.59683,0,0,0.74676,-0.665093,300,0,1,0),(240894,195164,0,1,1,1834.14,247.916,60.545,4.74212,0,0,0.696518,-0.71754,300,0,1,0),(240893,195164,0,1,1,1832,248.018,60.582,4.7594,0,0,0.690292,-0.723531,300,0,1,0),(240892,195164,0,1,1,1823.47,250.206,60.7687,4.52222,0,0,0.771046,-0.636779,300,0,1,0),(240891,195164,0,1,1,1821.67,250.916,60.7537,4.36199,0,0,0.819534,-0.57303,300,0,1,0),(240890,195164,0,1,1,1836.31,258.493,60.5252,4.12245,0,0,0.882131,-0.471004,300,0,1,0),(240889,195164,0,1,1,1834.49,259.129,60.4603,4.47588,0,0,0.785592,-0.618745,300,0,1,0),(240888,195164,0,1,1,1830.29,260.989,60.3037,4.40519,0,0,0.806967,-0.590597,300,0,1,0),(240887,195164,0,1,1,1828.41,261.179,60.3789,4.55834,0,0,0.759421,-0.6506,300,0,1,0),(240886,195164,0,1,1,1824.72,262.287,60.5945,4.60154,0,0,0.745192,-0.66685,300,0,1,0),(240885,195164,0,1,1,1822.88,262.575,60.6064,4.39341,0,0,0.810431,-0.585834,300,0,1,0),(240884,195164,0,1,1,1817.36,272.251,60.8931,5.44584,0,0,0.406548,-0.913629,300,0,1,0),(240883,179968,0,1,1,1817.36,272.251,60.1876,5.44584,0,0,0.406548,-0.913629,300,0,1,0),(240882,179968,0,1,1,1816.72,272.957,60.2132,5.44584,0,0,0.406548,-0.913629,300,0,1,0),(240881,179968,0,1,1,1815.39,271.969,60.9403,5.37986,0,0,0.436462,-0.899723,300,0,1,0),(240880,179968,0,1,1,1815.39,271.969,60.2347,5.37986,0,0,0.436462,-0.899723,300,0,1,0),(240879,179968,0,1,1,1815.95,271.259,60.2131,5.37594,0,0,0.438225,-0.898865,300,0,1,0),(240878,179968,0,1,1,1836.16,258.179,59.8198,1.14264,0,0,0.540743,0.841188,300,0,1,0),(240877,179968,0,1,1,1834.58,258.927,59.7548,1.2526,0,0,0.586151,0.810202,300,0,1,0),(240876,179968,0,1,1,1830.13,261.054,59.5981,1.33899,0,0,0.62059,0.784135,300,0,1,0),(240875,179968,0,1,1,1828.37,261.229,59.6733,1.41753,0,0,0.650897,0.759166,300,0,1,0),(240874,179968,0,1,1,1824.7,262.186,59.8891,1.37041,0,0,0.632832,0.774289,300,0,1,0),(240873,179968,0,1,1,1822.89,262.578,59.9009,1.3115,0,0,0.609754,0.792591,300,0,1,0),(240872,179968,0,1,1,1821.45,250.783,60.0482,1.22511,0,0,0.57496,0.818182,300,0,1,0),(240871,179968,0,1,1,1823.6,250.277,60.0631,1.31936,0,0,0.612864,0.790188,300,0,1,0),(240870,179968,0,1,1,1832.03,247.781,59.8763,1.60603,0,0,0.719453,0.694541,300,0,1,0),(240869,179968,0,1,1,1834.21,247.981,59.8394,1.55105,0,0,0.700091,0.714054,300,0,1,0),(240868,179968,0,1,1,1824.26,228.134,60.0401,1.36255,0,0,0.629784,0.77677,300,0,1,0),(240867,179968,0,1,1,1826.45,228.143,60.1295,1.44109,0,0,0.659794,0.751446,300,0,1,0),(240866,179968,0,1,1,1834.29,226.723,60.3708,1.33114,0,0,0.617508,0.786565,300,0,1,0),(240865,179968,0,1,1,1836.62,226.776,60.2415,1.5,0,0,0.681639,0.731689,300,0,1,0),(240864,179968,0,1,1,1835.43,214.118,60.2106,1.59424,0,0,0.715347,0.69877,300,0,1,0),(240863,179968,0,1,1,1833.54,214.099,60.2353,1.51963,0,0,0.688787,0.724963,300,0,1,0),(240862,179968,0,1,1,1829.91,214.581,60.4197,1.56676,0,0,0.705678,0.708532,300,0,1,0),(240861,179968,0,1,1,1828.2,214.485,60.4552,1.51492,0,0,0.687078,0.726584,300,0,1,0),(240860,179968,0,1,1,1823.8,214.992,60.2217,1.40104,0,0,0.644615,0.764507,300,0,1,0),(240859,179968,0,1,1,1822.69,215.403,60.1776,1.39318,0,0,0.641606,0.767035,300,0,1,0),(240858,180353,0,1,1,1823.25,215.279,60.2116,3.0111,0,0,0.997872,0.0652,300,0,1,0),(240857,180353,0,1,1,1828.95,214.53,60.503,3.0111,0,0,0.997872,0.0652,300,0,1,0),(240856,180353,0,1,1,1834.41,213.818,60.216,3.02289,0,0,0.998239,0.0593164,300,0,1,0),(240855,180353,0,1,1,1835.52,226.764,60.2553,6.12128,0,0,0.0808642,-0.996725,300,0,1,0),(240854,180353,0,1,1,1825.45,228.409,60.0708,6.12128,0,0,0.0808642,-0.996725,300,0,1,0),(240853,180353,0,1,1,1822.7,250.93,60.0502,2.89722,0,0,0.992545,0.121883,300,0,1,0),(240852,180353,0,1,1,1833.15,248.323,59.8227,2.89722,0,0,0.992545,0.121883,300,0,1,0),(240851,180353,0,1,1,1835.55,259.054,59.7994,6.00347,0,0,0.139402,-0.990236,300,0,1,0),(240850,180353,0,1,1,1829.26,260.862,59.6116,6.00347,0,0,0.139402,-0.990236,300,0,1,0),(240849,180353,0,1,1,1823.87,262.408,59.9219,6.00347,0,0,0.139402,-0.990236,300,0,1,0),(240848,180353,0,1,1,1815.67,258.419,60.0141,4.9314,0,0,0.625594,-0.780149,300,0,1,0),(240847,180353,0,1,1,1813.1,257.35,59.9493,4.88428,0,0,0.643799,-0.765195,300,0,1,0),(240846,180353,0,1,1,1821.17,270.063,60.1725,3.23101,0,0,0.999001,-0.0446938,300,0,1,0),(240845,180353,0,1,1,1824.92,270.391,60.2257,3.20353,0,0,0.99952,-0.0309638,300,0,1,0),(240844,195303,0,1,1,1819.84,268.611,60.1151,5.10419,0,0,0.555944,-0.83122,300,0,1,0),(240843,195303,0,1,1,1825.46,268.729,60.3853,4.50336,0,0,0.777017,-0.62948,300,0,1,0),(240842,195199,0,1,1,1825.5,270.99,60.189,0.678472,0,0,0.332767,0.943009,300,0,1,0),(240841,195199,0,1,1,1818.4,269.984,60.1338,5.27305,0,0,0.483867,-0.875142,300,0,1,0),(240840,195212,0,1,1,1823.45,271.665,60.2191,4.73506,0,0,0.699046,-0.715077,300,0,1,0),(240839,195212,0,1,1,1819.78,271.369,60.1539,4.83323,0,0,0.663119,-0.748514,300,0,1,0),(240838,195197,0,1,1,1819.25,266.187,59.9856,2.08434,0,0,0.863501,0.504348,300,0,1,0),(240837,195197,0,1,1,1828.05,264.454,59.8784,5.85425,0,0,0.212827,-0.97709,300,0,1,0),(240836,195194,0,1,1,1822.93,266.659,60.1207,0.144402,0,0,0.0721383,0.997395,300,0,1,0),(240835,195196,0,1,1,1818.48,267.871,60.1517,5.31233,0,0,0.466587,-0.884475,300,0,1,0),(240834,195198,0,1,1,1817.06,270.329,60.2343,5.35552,0,0,0.447379,-0.894344,300,0,1,0),(240833,179968,0,1,1,1817.01,258.573,60.0155,4.94319,0,0,0.620984,-0.783823,300,0,1,0),(240832,179968,0,1,1,1814.57,257.68,59.9798,4.93927,0,0,0.622519,-0.782605,300,0,1,0),(240831,179968,0,1,1,1811.88,256.913,59.9234,4.88429,0,0,0.643795,-0.765198,300,0,1,0),(240830,195200,0,1,1,1827.23,267.982,60.0917,6.10166,0,0,0.0906382,-0.995884,300,0,1,0),(240829,195215,0,1,1,1821.85,269.152,61.0774,3.13678,0,0,0.999997,0.00240631,300,0,1,0),(240828,195192,0,1,1,1821.87,267.983,61.0774,3.23496,0,0,0.99891,-0.0466668,300,0,1,0),(240827,195195,0,1,1,1824.44,268.244,61.0773,3.00719,0,0,0.997743,0.0671508,300,0,1,0),(240826,195164,0,1,1,1822.65,268.486,61.0773,3.01112,0,0,0.997873,0.06519,300,0,1,0),(240825,195191,0,1,1,1822.65,268.486,60.1895,4.68401,0,0,0.717069,-0.697002,300,0,1,0),(240824,195164,1,1,1,-1314.3,187.375,60.1235,2.71662,0,0,0.97751,0.210891,300,0,1,0),(240823,195164,1,1,1,-1310.59,194.661,59.7653,5.88963,0,0,0.19551,-0.980702,300,0,1,0),(240822,195164,1,1,1,-1317.29,197.153,59.6975,3.52558,0,0,0.981626,-0.190816,300,0,1,0),(240821,195164,1,1,1,-1317.92,199.34,59.6527,3.40777,0,0,0.991157,-0.132696,300,0,1,0),(240820,195164,1,1,1,-1308.14,203.883,59.5734,4.30313,0,0,0.836041,-0.548667,300,0,1,0),(240819,195164,1,1,1,-1309.5,203.196,59.5706,5.45373,0,0,0.402941,-0.915226,300,0,1,0),(240818,195164,1,1,1,-1310.25,202.407,59.5709,6.03493,0,0,0.123809,-0.992306,300,0,1,0),(240817,195164,1,1,1,-1325.23,204.052,59.7642,4.75473,0,0,0.69198,-0.721917,300,0,1,0),(240816,195164,1,1,1,-1327.13,203.723,59.8431,5.04532,0,0,0.580166,-0.814498,300,0,1,0),(240815,195164,1,1,1,-1332.57,201.932,60.1899,4.97071,0,0,0.61014,-0.792293,300,0,1,0),(240814,195164,1,1,1,-1334.29,201.632,60.2797,0.332934,0,0,0.165699,0.986176,300,0,1,0),(240813,195164,1,1,1,-1337.46,196.912,61.0769,0.120877,0,0,0.0604017,0.998174,300,0,1,0),(240812,195164,1,1,1,-1337.35,195.259,61.3292,0.171928,0,0,0.0858582,0.996307,300,0,1,0),(240811,195164,1,1,1,-1335.26,187.819,61.2746,0.152293,0,0,0.0760729,0.997102,300,0,1,0),(240810,195164,1,1,1,-1334.83,185.873,61.0245,0.348642,0,0,0.173439,0.984845,300,0,1,0),(268914,182263,530,1,1,-2474.44,6111.16,91.7629,3.66388,0,0,0.966096,-0.258184,181,100,1,0),(268913,182263,530,1,1,-2532.99,6306.9,14.028,2.81871,0,0,0.986996,0.160743,181,100,1,0),(387,1685,1,1,1,1523.78,-4368.24,18.2141,6.07367,0,0,0,1,300,100,1,0),(17868,180432,0,1,1,1749.28,507.611,39.2312,1.49635,0,0,0.680301,0.732933,300,0,1,0),(17869,180432,0,1,1,1712.63,507.05,38.2495,1.58824,0,0,0.713246,0.700914,300,0,1,0),(17870,180433,0,1,1,1734.04,504.05,42.2861,1.4131,0,0,0.649213,0.760607,300,0,0,0),(17871,180434,0,1,1,1758.89,513.276,35.8655,1.28897,0,0,0.600788,0.799409,300,0,1,0),(17872,180434,0,1,1,1704.48,518.689,35.4045,1.30704,0,0,0.607984,0.793949,300,0,1,0),(17873,180434,0,1,1,1739.78,473.238,61.6565,1.59371,0,0,0.71516,0.698961,300,0,1,0),(17874,180434,0,1,1,1717.32,472.723,61.6566,1.59371,0,0,0.71516,0.698961,300,0,1,0),(17875,180437,0,1,1,1744.62,504.954,40.8518,1.23403,0,0,0.578603,0.81561,300,0,1,0),(17876,180437,0,1,1,1729.13,510.378,40.8719,1.23403,0,0,0.578603,0.81561,300,0,1,0),(17877,180437,0,1,1,1721.77,503.938,41.1381,1.23403,0,0,0.578603,0.81561,300,0,1,0),(17878,180437,0,1,1,1744.96,496.25,41.44,1.24581,0,0,0.583397,0.812187,300,0,1,0),(17879,180405,0,1,1,1746.07,517.066,38.936,2.83466,0,0,0.988247,0.152864,300,0,1,0),(17880,180405,0,1,1,1728,475.099,63.6779,3.08363,0,0,0.99958,0.0289791,300,0,1,0),(17881,180406,0,1,1,1719.67,522.979,36.8828,2.93283,0,0,0.994557,0.10419,300,0,1,0),(240809,179968,1,1,1,-1334.83,185.873,60.319,0.348642,0,0,0.173439,0.984845,300,0,1,0),(240808,179968,1,1,1,-1335.37,187.803,60.5692,0.329007,0,0,0.163763,0.9865,300,0,1,0),(240807,179968,1,1,1,-1337.12,195.238,60.6238,0.187635,0,0,0.0936799,0.995602,300,0,1,0),(240806,179968,1,1,1,-1337.15,196.971,60.3714,0.199416,0,0,0.0995429,0.995033,300,0,1,0),(240805,179968,1,1,1,-1334.27,201.832,59.5742,4.9982,0,0,0.599193,-0.800605,300,0,1,0),(240804,179968,1,1,1,-1332.88,202.025,59.4843,5.00213,0,0,0.597619,-0.801781,300,0,1,0),(240803,179968,1,1,1,-1326.97,203.733,59.1374,5.02176,0,0,0.58972,-0.807607,300,0,1,0),(240802,179968,1,1,1,-1325.17,203.847,59.0586,4.95893,0,0,0.614796,-0.788686,300,0,1,0),(240801,179968,1,1,1,-1308.25,203.731,58.8678,4.49554,0,0,0.779472,-0.626437,300,0,1,0),(240800,179968,1,1,1,-1307.76,202.375,58.8758,2.74018,0,0,0.979926,0.199362,300,0,1,0),(240799,179968,1,1,1,-1309.39,203.087,58.8651,5.99173,0,0,0.145212,-0.989401,300,0,1,0),(240798,179968,1,1,1,-1310.23,200.817,58.8769,2.77552,0,0,0.983296,0.182016,300,0,1,0),(240797,179968,1,1,1,-1308.66,202.545,59.6401,2.74803,0,0,0.980701,0.195514,300,0,1,0),(240796,179968,1,1,1,-1309.49,201.749,59.5804,2.74803,0,0,0.980701,0.195514,300,0,1,0),(240795,179968,1,1,1,-1309.49,201.749,58.875,2.74803,0,0,0.980701,0.195514,300,0,1,0),(240794,179968,1,1,1,-1310.51,202.173,58.8655,2.74018,0,0,0.979926,0.199362,300,0,1,0),(240793,179968,1,1,1,-1317.89,199.355,58.9472,3.51773,0,0,0.982367,-0.186962,300,0,1,0),(240792,179968,1,1,1,-1317.25,197.073,58.992,3.47846,0,0,0.985849,-0.167638,300,0,1,0),(240791,180353,1,1,1,-1317.57,198.279,58.9668,1.782,0,0,0.777701,0.628635,300,0,1,0),(240790,180353,1,1,1,-1334.99,186.726,60.4348,4.95108,0,0,0.617887,-0.786267,300,0,1,0),(240789,180353,1,1,1,-1337.23,195.937,60.5344,4.95108,0,0,0.617887,-0.786267,300,0,1,0),(240788,180353,1,1,1,-1333.43,201.997,59.5005,3.39598,0,0,0.991922,-0.126851,300,0,1,0),(240787,180353,1,1,1,-1326.04,203.805,59.0962,3.37635,0,0,0.993119,-0.117109,300,0,1,0),(240786,180353,1,1,1,-1310.8,207.802,58.8649,1.57386,0,0,0.708189,0.706023,300,0,1,0),(240785,180353,1,1,1,-1310.79,203.753,58.8658,1.51888,0,0,0.688515,0.725222,300,0,1,0),(240784,180353,1,1,1,-1314.19,188.785,59.3004,2.63022,0,0,0.96749,0.25291,300,0,1,0),(240783,180353,1,1,1,-1312.52,191.397,59.1709,2.68127,0,0,0.97363,0.228135,300,0,1,0),(240782,180353,1,1,1,-1310.87,193.496,59.0985,2.40246,0,0,0.932484,0.361211,300,0,1,0),(240781,195303,1,1,1,-1315.66,184.701,59.5959,1.69952,0,0,0.751122,0.660163,300,0,1,0),(240780,195303,1,1,1,-1313.19,208.798,58.8649,3.89079,0,0,0.930655,-0.365899,300,0,1,0),(240779,195212,1,1,1,-1309.82,205.756,58.8648,2.88548,0,0,0.991812,0.127707,300,0,1,0),(240778,195212,1,1,1,-1311.93,209.505,58.8648,3.53343,0,0,0.980869,-0.194668,300,0,1,0),(240777,195212,1,1,1,-1314.91,183.793,59.5933,2.07652,0,0,0.861522,0.50772,300,0,1,0),(240776,195197,1,1,1,-1312.5,187.357,59.3122,1.54245,0,0,0.697014,0.717057,300,0,1,0),(240775,195197,1,1,1,-1317.79,185.104,59.7552,4.73116,0,0,0.700439,-0.713712,300,0,1,0),(240774,195197,1,1,1,-1317.97,210.447,58.8648,5.32807,0,0,0.459611,-0.88812,300,0,1,0),(240773,195194,1,1,1,-1315.17,204.322,58.8654,5.38304,0,0,0.435031,-0.900415,300,0,1,0),(240772,195196,1,1,1,-1314.67,209.519,58.8661,3.94969,0,0,0.919477,-0.393144,300,0,1,0),(240771,195198,1,1,1,-1316.18,210.677,58.8661,1.71916,0,0,0.757568,0.652756,300,0,1,0),(240770,179968,1,1,1,-1310.59,194.635,59.0592,2.70876,0,0,0.976673,0.214731,300,0,1,0),(240769,179968,1,1,1,-1314.58,187.54,59.418,2.54383,0,0,0.955666,0.294451,300,0,1,0),(240768,179968,1,1,1,-1313.24,190.02,59.2281,2.57524,0,0,0.960173,0.279407,300,0,1,0),(240767,179968,1,1,1,-1311.94,192.52,59.1312,2.59095,0,0,0.962338,0.271856,300,0,1,0),(240766,195200,1,1,1,-1313.53,201.289,58.8654,5.48121,0,0,0.390328,-0.920676,300,0,1,0),(240765,195215,1,1,1,-1313.14,204.888,59.754,1.51888,0,0,0.688515,0.725222,300,0,1,0),(240764,195192,1,1,1,-1313.04,206.69,59.754,1.49925,0,0,0.681364,0.731944,300,0,1,0),(240763,195195,1,1,1,-1313.19,203.883,59.7541,1.3618,0,0,0.629493,0.777007,300,0,1,0),(240762,195164,1,1,1,-1312.7,205.607,59.7541,6.27447,0,0,0.00435771,-0.999991,300,0,1,0),(240761,195191,1,1,1,-1312.7,205.607,58.866,6.27839,0,0,0.00239769,-0.999997,300,0,1,0),(240760,179968,0,1,1,-5068.53,-787.239,494.916,3.63621,0,0,0.969575,-0.244795,300,0,1,0),(240759,179968,0,1,1,-5069.18,-786.172,495.537,3.57338,0,0,0.976785,-0.21422,300,0,1,0),(240758,179968,0,1,1,-5069.18,-786.172,494.83,3.57338,0,0,0.976785,-0.21422,300,0,1,0),(240757,179968,0,1,1,-5070,-786.548,494.868,3.54589,0,0,0.979637,-0.200775,300,0,1,0),(240756,179968,0,1,1,-5076.66,-808.073,495.127,1.98294,0,0,0.836832,0.54746,300,0,1,0),(240755,179968,0,1,1,-5079.31,-809.352,495.128,1.52349,0,0,0.690185,0.723633,300,0,1,0),(240754,179968,0,1,1,-5084.24,-808.46,495.127,0.96978,0,0,0.466111,0.884726,300,0,1,0),(240753,195164,0,1,1,-9121.72,348.977,94.6714,6.2246,0,0,0.0292885,-0.999571,300,0,1,0),(240752,195164,0,1,1,-9122.66,346.034,94.8427,6.24031,0,0,0.0214359,-0.99977,300,0,1,0),(240751,195164,0,1,1,-9122.17,342.507,94.8786,6.08323,0,0,0.0998112,-0.995006,300,0,1,0),(240750,195164,0,1,1,-9122.21,336.358,94.4494,6.06753,0,0,0.107619,-0.994192,300,0,1,0),(240749,195164,0,1,1,-9122.56,333.536,94.1602,6.00077,0,0,0.140739,-0.990047,300,0,1,0),(240748,195164,0,1,1,-9123.43,331.097,94.041,6.01255,0,0,0.134905,-0.990858,300,0,1,0),(240747,195164,0,1,1,-9124.07,325.098,94.118,6.2678,0,0,0.00769265,-0.99997,300,0,1,0),(240746,195164,0,1,1,-9124.86,322.295,94.1734,6.20576,0,0,0.038703,-0.999251,300,0,1,0),(240745,195164,0,1,1,-9124.06,318.765,94.1735,6.26388,0,0,0.00965262,-0.999953,300,0,1,0),(240744,195164,0,1,1,-9123.84,313.691,94.1064,6.19477,0,0,0.0441933,-0.999023,300,0,1,0),(240743,195164,0,1,1,-9123.57,311.178,93.9648,6.25838,0,0,0.0124024,-0.999923,300,0,1,0),(240742,195164,0,1,1,-9123.52,308.78,93.8595,0.0435288,0,0,0.0217627,0.999763,300,0,1,0),(240741,195164,0,1,1,-9108.7,306.836,94.6029,2.92201,0,0,0.993979,0.109571,300,0,1,0),(240740,195164,0,1,1,-9108,309.563,94.524,3.16706,0,0,0.999919,-0.0127333,300,0,1,0),(240739,195164,0,1,1,-9108.34,311.514,94.3619,3.04532,0,0,0.998842,0.0481177,300,0,1,0),(240738,195164,0,1,1,-9106.6,319.258,94.1514,3.21418,0,0,0.999341,-0.0362857,300,0,1,0),(240737,195164,0,1,1,-9106.92,321.9,94.0888,3.17098,0,0,0.999892,-0.0146931,300,0,1,0),(240736,195164,0,1,1,-9106.91,324.458,94.084,3.17491,0,0,0.999861,-0.0166579,300,0,1,0),(240735,195164,0,1,1,-9106.12,331.509,94.2891,3.13957,0,0,0.999999,0.00101133,300,0,1,0),(240734,195164,0,1,1,-9106.44,333.544,94.3332,3.13564,0,0,0.999996,0.00297637,300,0,1,0),(240733,195164,0,1,1,-9106.7,336.98,94.3685,3.23774,0,0,0.998845,-0.0480552,300,0,1,0),(240732,195164,0,1,1,-9106.66,342.347,94.2784,3.10423,0,0,0.999826,0.0186803,300,0,1,0),(240731,195164,0,1,1,-9106.61,345.589,94.1377,3.09637,0,0,0.999744,0.0226094,300,0,1,0),(240730,195164,0,1,1,-9106.82,348.979,94.044,3.21811,0,0,0.999268,-0.0382494,300,0,1,0),(240729,179968,0,1,1,-9105.53,358.184,93.17,2.49947,0,0,0.948901,0.315574,300,0,1,0),(240728,179968,0,1,1,-9104.89,359.163,93.854,2.55445,0,0,0.957217,0.289373,300,0,1,0),(240727,179968,0,1,1,-9104.89,359.163,93.1483,2.55445,0,0,0.957217,0.289373,300,0,1,0),(240726,179968,0,1,1,-9105.81,359.775,94.2564,2.55445,0,0,0.957217,0.289373,300,0,1,0),(240725,179968,0,1,1,-9105.81,359.775,93.5506,2.48376,0,0,0.946393,0.323018,300,0,1,0),(240724,179968,0,1,1,-9106.57,360.255,93.5506,2.58194,0,0,0.961103,0.276189,300,0,1,0),(240723,179968,0,1,1,-9104.09,360.604,94.441,2.61335,0,0,0.965322,0.261061,300,0,1,0),(240722,179968,0,1,1,-9104.09,360.604,93.7354,2.61335,0,0,0.965322,0.261061,300,0,1,0),(240721,179968,0,1,1,-9104.09,360.604,93.0295,2.61335,0,0,0.965322,0.261061,300,0,1,0),(240720,179968,0,1,1,-9105,361.2,94.1356,2.58586,0,0,0.961643,0.274304,300,0,1,0),(240719,179968,0,1,1,-9105,361.2,93.4297,2.58586,0,0,0.961643,0.274304,300,0,1,0),(240718,179968,0,1,1,-9105.76,361.675,93.4297,2.58586,0,0,0.961643,0.274304,300,0,1,0),(240717,179968,0,1,1,-9107.08,348.925,93.3381,3.25345,0,0,0.998436,-0.0558995,300,0,1,0),(240716,179968,0,1,1,-9106.88,345.568,93.432,3.18669,0,0,0.999746,-0.0225468,300,0,1,0),(240715,179968,0,1,1,-9106.71,342.403,93.5723,3.20083,0,0,0.999561,-0.0296143,300,0,1,0),(240714,179968,0,1,1,-9106.58,336.794,93.6628,3.26759,0,0,0.998016,-0.062957,300,0,1,0),(268893,186813,571,1,1,1596.3,-3904.79,79.5351,-2.67035,0,0,0,0,5,0,1,0),(268892,186814,571,1,1,1597.4,-3903.79,79.702,0,0,0,0,0,60,100,1,0),(268891,190283,571,1,1,1597.4,-3903.79,79.702,0,0,0,0,0,60,100,1,0),(268890,190284,571,1,1,1595.69,-3905.33,79.7439,0.610864,0,0,0,0,5,0,1,0),(71445,190719,571,1,2,5597.87,-4155.73,362.601,0.872664,0,0,0,1,300,100,1,0),(71446,190719,571,1,2,5632.15,-4150.1,352.302,4.38078,0,0,0,1,300,100,1,0),(268513,190717,571,1,2,5627.08,-4116.07,353.162,6.26427,0,0,0.0094576,-0.999955,120,100,1,0),(71448,190719,571,1,2,5610.38,-4115.93,353.498,1.06465,0,0,0,1,300,100,1,0),(268512,190717,571,1,2,5814.9,-4117.41,353.163,3.02751,0,0,0.998374,0.0570104,120,100,1,0),(71450,190719,571,1,2,5726.85,-4062.07,354.3,1.43117,0,0,0,1,300,100,1,0),(71451,190719,571,1,2,5768.68,-4106.52,352.674,5.14872,0,0,0,1,300,100,1,0),(71452,190719,571,1,2,5797.8,-4286.92,378.677,4.17134,0,0,0,1,300,100,1,0),(71453,190718,571,1,2,5680.48,-4381.06,386.085,4.88692,0,0,0,1,300,100,1,0),(71454,190718,571,1,2,5676.56,-4325.77,375.95,3.56047,0,0,0,1,300,100,1,0),(268511,190717,571,1,2,5784.72,-4068.95,352.63,6.20248,0,0,0.0403418,-0.999186,120,100,1,0),(71456,190719,571,1,2,5637,-4287.62,378.203,5.79449,0,0,0,1,300,100,1,0),(268510,190717,571,1,2,5767.57,-4068.78,352.693,6.13787,0,0,0.0725938,-0.997362,120,100,1,0),(268509,190717,571,1,2,5752.44,-4104.06,352.569,6.11926,0,0,0.081871,-0.996643,120,100,1,0),(71459,190719,571,1,2,5765.82,-4451.79,386.148,3.4034,0,0,0,1,300,100,1,0),(71460,190719,571,1,2,5800.23,-4396.26,388.124,5.14872,0,0,0,1,300,100,1,0),(71461,190719,571,1,2,5598.75,-4345.66,377.589,4.93928,0,0,0,1,300,100,1,0),(71462,190718,571,1,2,5591.68,-4510.6,377.572,3.71755,0,0,0,1,300,100,1,0),(71463,190719,571,1,2,5644.19,-4501.06,387.469,3.71755,0,0,0,1,300,100,1,0),(268508,190717,571,1,2,5771.09,-4103.79,352.434,0.00636768,0,0,0.00318383,0.999995,120,100,1,0),(71465,190718,571,1,2,5850.17,-4351.83,374.004,2.51327,0,0,0,1,300,100,1,0),(71466,190718,571,1,2,5787.08,-4166.18,352.49,2.65289,0,0,0,1,300,100,1,0),(71467,190719,571,1,2,5706.36,-4183.55,353.066,5.55015,0,0,0,1,300,100,1,0),(268507,190717,571,1,2,5787.65,-4104.49,352.464,0.0181494,0,0,0.00907458,0.999959,120,100,1,0),(268506,190717,571,1,2,5790.12,-4129.02,353.044,6.24363,0,0,0.0197764,-0.999804,120,100,1,0),(268505,190717,571,1,2,5770.42,-4128.87,352.527,0.0538505,0,0,0.026922,0.999638,120,100,1,0),(71471,190718,571,1,2,5783.6,-4199.38,363.926,1.36136,0,0,0,1,300,100,1,0),(71472,190718,571,1,2,5788.46,-4028.86,364.612,3.31614,0,0,0,1,300,100,1,0),(71473,190718,571,1,2,5679.8,-4084.76,354.015,2.16421,0,0,0,1,300,100,1,0),(268504,190717,571,1,2,5752.56,-4129.18,353.174,6.069,0,0,0.106888,-0.994271,120,100,1,0),(268503,190717,571,1,2,5786.82,-4164.42,352.414,0.0110331,0,0,0.00551652,0.999985,120,100,1,0),(71476,190719,571,1,2,5596.24,-4084.59,362.36,1.15192,0,0,0,1,300,100,1,0),(71477,190718,571,1,2,5631.85,-4079.6,352.287,3.08918,0,0,0,1,300,100,1,0),(71478,190718,571,1,2,5647.27,-4030,365.437,1.5708,0,0,0,1,300,100,1,0),(268502,190717,571,1,2,5763.38,-4163.95,352.882,6.06646,0,0,0.108151,-0.994135,120,100,1,0),(71480,190718,571,1,2,5843.09,-4513.48,376.239,1.98967,0,0,0,1,300,100,1,0),(71481,190707,571,1,2,5664.06,-4146.63,351.373,1.5708,0,0,0,1,300,255,1,0),(71482,190707,571,1,2,5664.21,-4086.19,352.179,4.7473,0,0,0,1,300,255,1,0),(71483,190707,571,1,2,5716.83,-4226.65,362.748,1.5708,0,0,0,1,300,255,1,0),(71484,190707,571,1,2,5769.08,-4147.87,352.085,1.55334,0,0,0,1,300,255,1,0),(71485,190707,571,1,2,5689.84,-4294.94,373.995,4.67748,0,0,0,1,300,255,1,0),(71486,190707,571,1,2,5742.69,-4293.65,373.995,4.72984,0,0,0,1,300,255,1,0),(71487,190707,571,1,2,5820.35,-4211.72,362.248,4.69494,0,0,0,1,300,255,1,0),(71488,190707,571,1,2,5825.47,-4297.78,374.009,3.194,0,0,0,1,300,255,1,0),(71489,190707,571,1,2,5784.29,-4449.72,385.802,1.6057,0,0,0,1,300,255,1,0),(71490,190707,571,1,2,5649.91,-4447.96,385.802,1.55334,0,0,0,1,300,255,1,0),(71491,190707,571,1,2,5582.35,-4435.27,373.996,6.26573,0,0,0,1,300,255,1,0),(71492,190707,571,1,2,5613.98,-4286.6,373.961,5.37562,0,0,0,1,300,255,1,0),(71493,190707,571,1,2,5616.11,-4236.37,363.709,1.6057,0,0,0,1,300,255,1,0),(71494,190707,571,1,2,5769.05,-4085.8,352.087,4.69494,0,0,0,1,300,255,1,0),(71495,190707,571,1,2,5848.81,-4433.85,373.995,3.14159,0,0,0,1,300,255,1,0),(14991,202081,1,1,1,929.03,-3483.34,91.67,0,0,0,0,0,3600,0,1,0),(14992,202081,1,1,1,708.62,-3527.6,91.76,0,0,0,0,0,3600,0,1,0),(14993,202081,1,1,1,844.24,-3573.38,91.74,0,0,0,0,0,3600,0,1,0),(14994,202082,1,1,1,-7522.43,-1797.43,-271.79,0,0,0,0,0,3600,0,1,0),(14995,202082,1,1,1,-7594.88,-1800.48,-265.33,0,0,0,0,0,3600,0,1,0),(14996,202082,1,1,1,-7426.77,-2018.86,-271.69,0,0,0,0,0,3600,0,1,0),(14997,202082,1,1,1,-7668.27,-1966.72,-271.96,0,0,0,0,0,3600,0,1,0),(14998,202082,1,1,1,-7824.72,-1590.05,-265.07,0,0,0,0,0,3600,0,1,0),(14999,202083,0,1,1,-2944.48,-3277.68,62.27,0,0,0,0,0,18000,100,1,0),(73440,179526,429,1,1,-7.83484,-199.983,-4.12879,-0.453785,0,0,0,1,86400,255,1,0),(73441,179526,429,1,1,102.549,-246.011,-56.3647,0.785397,0,0,0,1,86400,255,1,0),(73442,179526,429,1,1,134.767,-262.46,-4.14639,-0.488691,0,0,0,1,86400,255,1,0),(73443,179526,429,1,1,-114.736,-199.653,-4.1244,0,0,0,0,1,86400,255,1,0),(73444,179526,429,1,1,-112.021,-258.887,-56.2501,0,0,0,0,1,86400,255,1,0),(73445,179526,429,1,1,-61.5861,-306.311,-55.7067,2.33874,0,0,0,1,86400,255,1,0),(73446,179526,429,1,1,-5.54965,-393.198,-58.6137,-0.209439,0,0,0,1,86400,255,1,0),(73447,179526,429,1,1,21.9326,-409.795,-58.6142,0,0,0,0,1,86400,255,1,0),(73448,179526,429,1,1,117.148,-408.461,-3.27357,2.32129,0,0,0,1,86400,255,1,0),(73449,179526,429,1,1,36.7152,-467.008,-4.24876,1.58825,0,0,0,1,86400,255,1,0),(73450,179526,429,1,1,353.105,-447.005,-90.0577,0,0,0,0,1,86400,255,1,0),(73451,179526,429,1,1,66.2358,-633.758,-25.163,3.05433,0,0,0,1,86400,255,1,0),(73452,179528,429,1,1,-22.3061,-349.882,-4.07224,-2.02458,0,0,0,0,86400,0,1,0),(73453,179528,429,1,1,423.649,-94.0369,-3.88739,-0.453785,0,0,0,0,86400,0,1,0),(73454,179528,429,1,1,509.725,523.927,-25.4027,-2.80998,0,0,0,0,86400,0,1,0),(73455,179528,429,1,1,101.961,-247.727,-4.01977,2.84488,0,0,0,1,86400,255,1,0),(73456,179528,429,1,1,127.199,-272.801,-4.14639,-1.93732,0,0,0,1,86400,255,1,0),(73457,179528,429,1,1,-168.656,-271.912,-4.12082,-0.750491,0,0,0,1,86400,255,1,0),(73458,179528,429,1,1,-156.299,-321.1,-4.14717,1.25664,0,0,0,1,86400,255,1,0),(73459,179528,429,1,1,-99.5965,-395.866,-4.2207,-2.86233,0,0,0,1,86400,255,1,0),(73460,179528,429,1,1,-109.888,-404.549,-4.21786,-2.07694,0,0,0,1,86400,255,1,0),(73461,179528,429,1,1,-42.6484,-341.5,-52.6547,0.244346,0,0,0,1,86400,255,1,0),(73462,179528,429,1,1,-27.0036,-404.283,-58.614,0.226893,0,0,0,1,86400,255,1,0),(73463,179528,429,1,1,-10.2151,-349.267,-53.8632,2.05949,0,0,0,1,86400,255,1,0),(73464,179528,429,1,1,34.9096,-365.079,-4.14052,0.314158,0,0,0,1,86400,255,1,0),(73465,179528,429,1,1,34.5069,-391.211,-58.6113,-2.16421,0,0,0,1,86400,255,1,0),(73466,179528,429,1,1,47.8125,-334.275,-52.0553,-0.506145,0,0,0,1,86400,255,1,0),(73467,179528,429,1,1,71.7209,-409.745,-4.21656,3.12412,0,0,0,1,86400,255,1,0),(73468,179528,429,1,1,64.8074,-400.448,-58.6044,-0.628317,0,0,0,1,86400,255,1,0),(73469,179528,429,1,1,71.7946,-437.261,-58.5956,0.872664,0,0,0,1,86400,255,1,0),(73470,179528,429,1,1,263.393,-568.436,-111.976,-2.67035,0,0,0,1,86400,255,1,0),(73471,179528,429,1,1,59.0392,-760.028,-25.0955,-1.23918,0,0,0,1,86400,255,1,0),(73472,179528,429,1,1,32.7576,-775.236,-25.1416,-1.309,0,0,0,1,86400,255,1,0),(73473,179532,429,1,1,2.64945,-210.379,-52.3845,-0.95993,0,0,0,1,86400,255,1,0),(73474,179532,429,1,1,50.4484,-241.885,-53.2931,1.8675,0,0,0,1,86400,255,1,0),(73475,179532,429,1,1,-148.661,-210.009,-4.1514,0.418879,0,0,0,1,86400,255,1,0),(73476,179532,429,1,1,-131.851,-319.414,-56.7906,0.244346,0,0,0,1,86400,255,1,0),(73477,179532,429,1,1,-22.3061,-349.883,-4.07224,-2.02458,0,0,0,1,86400,255,1,0),(73478,179532,429,1,1,-6.16094,-433.403,-4.22212,0,0,0,0,1,86400,255,1,0),(73479,179532,429,1,1,55.8777,-438.434,-58.5981,-0.85521,0,0,0,1,86400,255,1,0),(73480,179532,429,1,1,126.758,-296.279,-4.14639,-1.95477,0,0,0,1,86400,255,1,0),(73481,179532,429,1,1,4.90084,-450.306,-58.6295,0,0,0,0,1,86400,255,1,0),(73482,179532,429,1,1,189.484,-482.115,-100.601,1.93731,0,0,0,1,86400,255,1,0),(73483,179532,429,1,1,44.9141,-626.477,-25.1061,-2.47837,0,0,0,1,86400,255,1,0),(73484,179532,429,1,1,31.0736,-681.584,-25.1616,0,0,0,0,1,86400,255,1,0),(73485,179533,429,1,1,-124.622,-234.072,-55.1133,-0.314158,0,0,0,1,86400,255,1,0),(73486,179533,429,1,1,-75.923,-358.893,-4.14481,2.87979,0,0,0,1,86400,255,1,0),(73487,179533,429,1,1,-51.4662,-358.168,-4.13823,1.81514,0,0,0,1,86400,255,1,0),(73488,179533,429,1,1,-94.2365,-406.708,-58.6073,0,0,0,0,1,86400,255,1,0),(73489,179533,429,1,1,-14.44,-309.911,-52.1458,0,0,0,0,1,86400,255,1,0),(73490,179533,429,1,1,36.7851,-402.629,-4.21849,-2.49582,0,0,0,1,86400,255,1,0),(73491,179533,429,1,1,119.36,-336.64,-4.14986,-1.44862,0,0,0,1,86400,255,1,0),(73492,179533,429,1,1,66.1826,-315.416,-54.2518,0,0,0,0,1,86400,255,1,0),(73493,179533,429,1,1,-32.8264,-463.171,-58.6176,0.488691,0,0,0,1,86400,255,1,0),(73494,179533,429,1,1,242.178,-420.788,-119.962,-0.0698117,0,0,0,1,86400,255,1,0),(73495,179533,429,1,1,17.3334,-704.192,-12.6426,-2.19912,0,0,0,1,86400,255,1,0),(73496,179533,429,1,1,41.8712,-744.931,-25.1339,0.104719,0,0,0,1,86400,255,1,0),(16966,190738,571,1,1,5332.68,-3770.14,371.518,1.81514,0,0,0.788011,0.615662,-30,255,0,0),(16967,190738,571,1,1,5336.71,-3774.07,371.429,4.41568,0,0,-0.803857,0.594823,-30,255,0,0),(16968,190737,571,1,1,5335.8,-3777.73,371.345,2.56563,0,0,0.958819,0.284016,-30,255,0,0),(16969,190738,571,1,1,5711.15,-4361.73,385.802,1.76278,0,0,0.771625,0.636078,-30,255,0,0),(16970,190737,571,1,1,5725.95,-4372.56,386.233,0.122173,0,0,0.0610485,0.998135,-30,255,0,0),(16971,190736,571,1,1,5707.2,-4371.69,385.802,2.67035,0,0,0.972369,0.233448,-30,255,0,0),(16972,190737,571,1,1,5721.95,-4361.92,385.799,1.15192,0,0,0.544639,0.838671,-30,255,0,0),(16973,190737,571,1,1,5717.05,-4378.75,385.802,0.0523589,0,0,0.0261765,0.999657,-30,255,0,0),(6032,184632,554,3,1,236.46,52.3636,1.65354,3.14159,0,0,-1,0,120,0,1,0),(6033,184322,554,3,1,242.874,52.3148,1.59633,3.14159,0,0,-1,0,120,0,1,0),(6034,184449,554,3,1,267.928,52.3148,27.0425,3.14159,0,0,-1,0,120,0,1,0),(3552,190708,571,1,1,5505.58,4748.35,-194.434,0,0,0,0,0,300,0,1,0),(221000,193997,571,1,15,7338.53,-2323.91,750.689,2.51327,0,0,0.951056,0.309019,3600,100,1,0),(6072,194241,571,1,1,4602.78,-1600.05,156.658,4.08564,0,0,0.890651,-0.454688,300,0,1,0),(24440,188464,571,1,1,4781.31,-4865.81,26.5301,0.837758,0,0,0.406736,0.913545,120,255,1,0),(24441,188464,571,1,1,4753.35,-4830.31,26.0406,5.53269,0,0,-0.366501,0.930418,120,255,1,0),(24442,188464,571,1,1,4758.61,-4824.15,25.961,5.55015,0,0,-0.358368,0.933581,120,255,1,0),(24443,188464,571,1,1,4764.17,-4818.16,25.8827,5.55015,0,0,-0.358368,0.933581,120,255,1,0),(24444,188464,571,1,1,4785.61,-4793.26,26.1214,5.55015,0,0,-0.358368,0.933581,120,255,1,0),(24445,188464,571,1,1,4848.13,-4827.71,25.9615,2.40855,0,0,0.93358,0.358368,120,255,1,0),(24446,188464,571,1,1,4790.92,-4787.03,26.1966,5.55015,0,0,-0.358368,0.933581,120,255,1,0),(24447,188464,571,1,1,4796.21,-4780.99,26.1983,5.5676,0,0,-0.350207,0.936672,120,255,1,0),(24448,188464,571,1,1,4829.17,-4799.65,25.9629,3.9619,0,0,-0.91706,0.39875,120,255,1,0),(24449,188464,571,1,1,4775.31,-4860.43,26.525,0.837758,0,0,0.406736,0.913545,120,255,1,0),(24450,188499,571,1,1,4783.06,-4870.04,26.6344,5.5676,0,0,-0.350207,0.936672,300,255,1,0),(24451,188499,571,1,1,4777,-4864.7,26.7653,5.67232,0,0,-0.300706,0.953717,300,255,1,0),(24452,188499,571,1,1,4804.49,-4880.46,25.9502,0.925024,0,0,0.446198,0.894934,300,255,1,0),(24453,188499,571,1,1,4754.44,-4825.91,26.1786,4.01426,0,0,-0.906307,0.422619,300,255,1,0),(24454,188499,571,1,1,4797.43,-4776.76,26.2836,3.97936,0,0,-0.913545,0.406738,300,255,1,0),(24455,188499,571,1,1,4792.05,-4782.72,26.4163,4.04917,0,0,-0.898793,0.438373,300,255,1,0),(24456,188499,571,1,1,4806.47,-4775.94,26.3071,2.37364,0,0,0.927183,0.374608,300,255,1,0),(24457,188499,571,1,1,4809.33,-4874.77,26.0656,0.837758,0,0,0.406736,0.913545,300,255,1,0),(24458,188499,571,1,1,4819.94,-4862.52,26.0557,0.820303,0,0,0.398748,0.91706,300,255,1,0),(24459,188499,571,1,1,4786.89,-4788.97,26.3336,4.04917,0,0,-0.898793,0.438373,300,255,1,0),(24460,188499,571,1,1,4852.34,-4826.06,26.0664,0.85521,0,0,0.414693,0.909962,300,255,1,0),(24461,188499,571,1,1,4845.62,-4811.59,26.179,2.3911,0,0,0.930417,0.366502,300,255,1,0),(14972,188695,571,1,1,4495.53,1747.34,175.075,0.733038,0,0,0.358368,0.933581,300,100,1,0),(14973,188695,571,1,1,4544.45,1739.19,167.594,-1.15192,0,0,-0.544639,0.838671,300,100,1,0),(14974,188695,571,1,1,4573.88,1708.47,171.659,-2.26892,0,0,-0.906307,0.422619,300,100,1,0),(14975,188695,571,1,1,4604.58,1727.41,170.604,-0.191985,0,0,-0.0958452,0.995396,300,100,1,0),(14976,188695,571,1,1,4601.98,1700.36,171.911,-0.401425,0,0,-0.199367,0.979925,300,100,1,0),(14977,188695,571,1,1,4576.48,1755.04,167.775,-0.279252,0,0,-0.139173,0.990268,300,100,1,0),(14978,188695,571,1,1,4625.86,1754.51,182.245,-0.733038,0,0,-0.358368,0.933581,300,100,1,0),(14979,188695,571,1,1,4561.23,1731.2,166.636,-0.610864,0,0,-0.300705,0.953717,300,100,1,0),(14980,188695,571,1,1,4497.56,1880.61,164.279,0.837757,0,0,0.406736,0.913545,300,100,1,0),(9650,177415,1,1,1,5515.71,-4905.82,846.322,4.62478,0,0,0.737392,-0.675466,-600,255,1,0),(9651,177415,1,1,1,5505.09,-4909.36,848.961,5.63402,0,0,0.318914,-0.947784,-600,255,1,0),(9652,177415,1,1,1,5501.69,-4920.04,848.791,0.155868,0,0,0.0778553,0.996965,-600,255,1,0),(9653,177415,1,1,1,5510.28,-4929.31,845.214,1.62064,0,0,0.724507,0.689267,-600,255,1,0),(9654,177415,1,1,1,5520.35,-4925.22,843.644,2.13507,0,0,0.876015,0.482283,-600,255,1,0),(9655,177415,1,1,1,5526.7,-4916.41,843.452,3.01865,0,0,0.998111,0.0614331,-600,255,1,0),(9656,177414,1,1,1,5514.49,-4917.57,850.538,2.3911,0,0,0.930417,0.366502,-900,100,1,0),(6040,1622,1,1,1,1559.65,-2812.19,181.536,0,0,0,0,1,120,255,1,0),(6041,1623,1,1,1,1599.65,-3088.06,89.474,0,0,0,0,1,120,255,1,0),(6042,1732,1,1,1,1619.24,-3106.81,90.9107,0,0,0,0,1,120,255,1,0),(6043,176784,1,1,1,1550.69,-2862.28,181.754,3.14159,0,0,0,1,120,255,1,0),(4598,190501,571,1,1,6206.71,4951.67,-98.9126,3.84683,0,0,0.938472,-0.345355,300,0,1,0),(4599,190502,571,1,1,6206.71,4951.67,-98.9126,3.84683,0,0,0.938472,-0.345355,-5000,0,1,0),(268568,194625,603,3,1,1998.42,-59.8531,244.331,5.75993,0,0,0.258651,-0.965971,300,0,1,0),(268567,194625,603,3,1,1943.06,-23.5098,244.228,3.14063,0,0,1,0.000479654,300,0,1,0),(268566,194625,603,3,1,2000.65,5.7939,243.411,0.855124,0,0,0.414653,0.909979,300,0,1,0),(268569,194462,603,3,1,2104.57,-25.2984,242.648,6.25409,0,0,0,0,10,0,1,0),(17804,194338,603,2,1,2178.25,-24.1533,248.345,3.14159,0,0,-1,0,604800,0,0,0),(17805,194339,603,1,1,2178.25,-24.1533,248.345,3.14159,0,0,-1,0,604800,0,0,0),(17806,194360,603,3,1,1954.7,91.8725,239.624,5.98995,0,0,-0.146092,0.989271,604800,0,0,0),(17807,194361,603,3,1,1961.83,65.2316,239.647,3.68612,0,0,-0.963165,0.26891,604800,0,0,0),(17808,194362,603,3,1,1886.63,72.2114,239.624,1.71389,0,0,0.755847,0.654748,604800,0,0,0),(17809,194363,603,3,1,1944.33,106.158,239.647,3.68612,0,0,-0.963165,0.26891,604800,0,0,0),(17810,194364,603,3,1,1899.23,45.5829,239.647,1.41718,0,0,0.650765,0.759279,604800,0,0,0),(17811,194365,603,3,1,1923.47,28.1641,239.647,2.28985,0,0,0.910679,0.413115,604800,0,0,0),(76647,193813,571,1,2,7541.28,1320.4,328.912,-1.50098,0,0,0,1,120,255,1,0),(76648,193814,571,1,2,7543.63,1320.44,329.055,2.77507,0,0,0,1,120,255,1,0),(76649,193816,571,1,2,7545.14,1315.04,329.446,-3.01067,0,0,0,1,120,255,1,0),(76650,193817,571,1,2,7543,1315.06,329.227,0.130899,0,0,0,1,120,255,1,0),(76651,193818,571,1,2,7540.65,1315.59,328.977,1.7017,0,0,0,1,120,255,1,0),(76652,193819,571,1,2,7560.57,1300.76,333.208,1.80641,0,0,0,1,120,255,1,0),(76653,193820,571,1,2,7554.93,1309.58,330.944,-1.77151,0,0,0,1,120,255,1,0),(76654,193807,571,1,2,7559.17,1301.4,332.965,2.01586,0,0,0,1,120,255,1,0),(76655,193808,571,1,2,7561.4,1303.66,332.185,1.37008,0,0,0,1,120,255,1,0),(76656,193809,571,1,2,7557.44,1303.1,331.589,1.30027,0,0,0,1,120,255,1,0),(76657,193815,571,1,2,7542.43,1320.44,329.636,1.91113,0,0,0,1,120,255,1,0),(76658,193800,571,1,2,7554.2,1314.12,330.683,2.33874,0,0,0,1,120,255,1,0),(76659,193801,571,1,2,7545.63,1307.18,329.913,0.724311,0,0,0,1,120,255,1,0),(76660,193802,571,1,2,7541.9,1316.62,328.908,0.113445,0,0,0,1,120,255,1,0),(76661,193810,571,1,2,7557.45,1303.4,332.967,-1.83259,0,0,0,1,120,255,1,0),(76662,193821,571,1,2,7550.28,1316.34,329.959,2.83615,0,0,0,1,120,255,1,0),(76663,193822,571,1,2,7553.37,1304.98,331.067,-2.27765,0,0,0,1,120,255,1,0),(76664,193823,571,1,2,7551.5,1304.4,330.718,1.59698,0,0,0,1,120,255,1,0),(76665,193824,571,1,2,7553.54,1304.76,331.108,0.942476,0,0,0,1,120,255,1,0),(76666,193825,571,1,2,7550.23,1316.46,330.613,-2.33001,0,0,0,1,120,255,1,0),(76667,193826,571,1,2,7556.11,1309.79,331.702,1.02102,0,0,0,1,120,255,1,0),(76668,193827,571,1,2,7540.02,1320.73,329.428,1.59697,0,0,0,1,120,255,1,0),(76669,193805,571,1,2,7560.4,1300.32,332.094,-1.33518,0,0,0,1,120,255,1,0),(76670,193811,571,1,2,7616.36,1305.62,341.753,-1.55334,0,0,0,1,120,255,1,0),(76671,193829,571,1,2,7628.7,1313.04,341.731,2.51076,0,0,0,1,120,255,1,0),(76672,193836,571,1,2,7623.7,1306.83,341.28,-1.30463,0,0,0,1,120,255,1,0),(76673,193837,571,1,2,7623.35,1306.82,341.664,0.303597,0,0,0,1,120,255,1,0),(76674,193812,571,1,2,7616.43,1305.33,340.404,1.57952,0,0,0,1,120,255,1,0),(76675,193839,571,1,2,7620.77,1303.79,341.359,1.7767,0,0,0,1,120,255,1,0),(76676,193840,571,1,2,7619.12,1305.52,340.815,-1.29245,0,0,0,1,120,255,1,0),(76677,193833,571,1,2,7611.56,1304.1,341.69,2.46209,0,0,0,1,120,255,1,0),(76678,193834,571,1,2,7611.44,1305.62,341.875,2.38594,0,0,0,1,120,255,1,0),(76679,193828,571,1,2,7628.8,1312.44,341.181,-0.599511,0,0,0,1,120,255,1,0),(76680,193830,571,1,2,7631.09,1311.51,341.532,2.19911,0,0,0,1,120,255,1,0),(76681,193838,571,1,2,7628.43,1307.57,341.727,2.48184,0,0,0,1,120,255,1,0),(76682,193831,571,1,2,7630.33,1312.19,341.389,1.4748,0,0,0,1,120,255,1,0),(76683,193832,571,1,2,7631.08,1312.43,341.409,1.21079,0,0,0,1,120,255,1,0),(76684,193845,571,1,2,7625.17,1305.66,341.532,2.27417,0,0,0,1,120,255,1,0),(76685,193803,571,1,2,7634.98,1315.54,341.334,0.383972,0,0,0,1,120,255,1,0),(76686,193804,571,1,2,7612.72,1303.83,340.103,2.40346,0,0,0,1,120,255,1,0),(76687,193799,571,1,2,7629.83,1308.38,341.498,2.49582,0,0,0,1,120,255,1,0),(76688,193474,571,1,2,7594.46,1387.24,335.49,1.50971,0,0,0,1,120,255,1,0),(76689,193477,571,1,2,7565.28,1388.17,328.302,2.64674,0,0,0,1,120,255,1,0),(76690,193478,571,1,2,7574,1396.27,329.352,1.90322,0,0,0,1,120,255,1,0),(76691,193479,571,1,2,7574.19,1387.19,330.173,-0.721683,0,0,0,1,120,255,1,0),(76692,193515,571,1,2,7572.92,1386.13,330.098,-0.194316,0,0,0,1,120,255,1,0),(76693,193475,571,1,2,7594.46,1387.61,334.23,-1.59698,0,0,0,1,120,255,1,0),(76694,193511,571,1,2,7572.46,1387.35,329.995,-2.31044,0,0,0,1,120,255,1,0),(76695,193523,571,1,2,7569.05,1379.31,329.638,0.26714,0,0,0,1,120,255,1,0),(76696,193524,571,1,2,7569.59,1378.76,331.618,0.288443,0,0,0,1,120,255,1,0),(76697,193525,571,1,2,7569.94,1380.11,331.807,0.288443,0,0,0,1,120,255,1,0),(76698,193526,571,1,2,7578.94,1388.34,331.19,2.51015,0,0,0,1,120,255,1,0),(76699,193527,571,1,2,7578.06,1388.37,330.858,0.952802,0,0,0,1,120,255,1,0),(76700,193528,571,1,2,7578.36,1387.9,331.377,2.9961,0,0,0,1,120,255,1,0),(76701,193514,571,1,2,7587.76,1391.35,333.901,3.10851,0,0,0,1,120,255,1,0),(76702,193472,571,1,2,7584.51,1387.77,335.294,1.52716,0,0,0,1,120,255,1,0),(76703,193473,571,1,2,7584.51,1388.14,334.035,-1.57952,0,0,0,1,120,255,1,0),(76704,193510,571,1,2,7585.27,1391.08,333.903,-2.3825,0,0,0,1,120,255,1,0),(76705,193529,571,1,2,7611.42,1384.34,335.702,0.411517,0,0,0,1,120,255,1,0),(76706,193498,571,1,2,7608.75,1388.73,335.816,-3.03121,0,0,0,1,120,255,1,0),(76707,193512,571,1,2,7607.57,1380.69,334.606,-2.61531,0,0,0,1,120,255,1,0),(76708,193513,571,1,2,7602.88,1392.21,333.848,2.86819,0,0,0,1,120,255,1,0),(76709,193499,571,1,2,7607.8,1387.9,334.551,1.18188,0,0,0,1,120,255,1,0),(76710,193500,571,1,2,7607.76,1388.98,335.697,2.75249,0,0,0,1,120,255,1,0),(76711,193501,571,1,2,7608.07,1387.85,335.689,1.57918,0,0,0,1,120,255,1,0),(76712,193502,571,1,2,7606.78,1387.01,335.462,0.440669,0,0,0,1,120,255,1,0),(76713,193507,571,1,2,7603.44,1393.47,333.864,0.820591,0,0,0,1,120,255,1,0),(76714,193508,571,1,2,7604.21,1394.05,334.012,0.553567,0,0,0,1,120,255,1,0),(76715,193521,571,1,2,7603.4,1381.2,334.513,1.02824,0,0,0,1,120,255,1,0),(76716,193522,571,1,2,7609.95,1383.47,334.845,2.07127,0,0,0,1,120,255,1,0),(76717,193505,571,1,2,7614.04,1383.11,335.336,-1.19928,0,0,0,1,120,255,1,0),(76718,193506,571,1,2,7604.29,1393.07,334.032,-0.00174688,0,0,0,1,120,255,1,0),(76719,193466,571,1,2,7603.32,1390.26,333.631,-1.94422,0,0,0,1,120,255,1,0),(76720,193467,571,1,2,7611.13,1380.28,334.909,-2.72954,0,0,0,1,120,255,1,0),(76721,193503,571,1,2,7613.5,1382.34,335.279,0.381168,0,0,0,1,120,255,1,0),(76722,193504,571,1,2,7613.35,1382.99,335.625,0.834132,0,0,0,1,120,255,1,0),(76723,193509,571,1,2,7600.53,1392.64,333.349,1.35132,0,0,0,1,120,255,1,0),(76724,193806,571,1,2,7559.96,1299.04,333.119,2.80997,0,0,0,1,120,255,1,0),(76725,193798,571,1,2,7554.07,1301.21,331.218,1.19555,0,0,0,1,120,255,1,0),(76726,193841,571,1,2,7625.24,1304.63,341.662,2.19261,0,0,0,1,120,255,1,0),(76727,193843,571,1,2,7626.08,1302.19,342.053,1.93999,0,0,0,1,120,255,1,0),(76728,193842,571,1,2,7625.74,1303.09,341.893,2.15754,0,0,0,1,120,255,1,0),(76729,193835,571,1,2,7621.55,1301.87,341.721,-1.39036,0,0,0,1,120,255,1,0),(76730,193797,571,1,2,7622.56,1303.29,341.144,1.82387,0,0,0,1,120,255,1,0),(76731,193844,571,1,2,7626.62,1302.82,342.019,1.37313,0,0,0,1,120,255,1,0),(268887,192066,571,1,1,4816.64,-582.227,163.187,-1.24098,0,0,-0.581434,0.813594,180,255,1,0),(268886,192065,571,1,1,4816.55,-581.285,163.062,1.04309,0,0,0.49822,0.86705,180,255,1,0),(268885,192064,571,1,1,4823.09,-581.729,164.163,2.40835,0,0,0.933544,0.358463,180,255,1,0),(268884,190191,571,1,1,4819.28,-583.566,163.564,1.3439,0,0,0.622513,0.782609,180,255,1,0),(268883,190332,571,1,1,4819.37,-583.699,163.506,1.50098,0,0,0.681997,0.731355,180,255,1,0),(7095,192615,571,1,1,5770.06,-3076.52,307.922,2.01585,0,0,0.845727,0.533616,120,0,1,0),(7096,192237,571,1,1,5865.14,-3066.9,326.895,0.445059,0,0,0.220697,0.975342,120,0,1,0),(7097,192240,571,1,1,5827.6,-3123.57,345.308,-1.12574,0,0,-0.533614,0.845728,120,0,1,0),(268878,181096,329,1,1,3423.57,-3055.67,136.498,5.25036,0,0,0,0,300,0,1,0),(7227,185483,469,1,1,-7455.08,-1051.84,476.556,2.17155,0,0,0.884665,0.466227,300,0,1,0),(7228,180424,469,1,1,-7565.34,-1029.19,449.142,3.75568,0,0,0.953231,-0.302244,300,0,1,0),(7229,175185,469,1,1,-7520.27,-972.05,423.429,5.32599,0,0,0.460536,-0.887641,300,0,1,0),(7230,175946,469,1,1,-7552.26,-1022.92,408.491,3.75109,0,0,0.953922,-0.300053,300,0,1,0),(56158,179121,469,1,1,-7683.71,-1052.78,440.643,3.75246,0,0,0.953717,-0.300706,7200,255,1,0),(56159,179122,469,1,1,-7691.45,-1040.23,440.685,3.75246,0,0,0.953717,-0.300706,7200,255,1,0),(56160,153723,469,1,1,-7752.4,-1155.65,396.696,3.33359,0,0,0.953717,-0.300706,7200,255,1,0),(56161,179148,469,1,1,-7510.98,-1094.69,476.555,5.34071,0,0,0,1,7200,255,1,0),(56162,149045,469,1,1,-6904.81,-1206.78,178.512,2.9845,0,0,1,-0.0000000437114,7200,255,1,0),(56163,149046,469,1,1,-6900.42,-1339.33,239.652,3.39467,0,0,1,-0.0000000437114,7200,255,1,0),(56164,161536,469,1,1,-6756.73,-1166.7,187.042,1.31772,0,0,0.996917,-0.0784592,7200,255,1,0),(56165,179113,469,1,1,-7629.54,-1017.33,413.382,6.06502,0,0,0.953717,-0.300706,7200,255,1,0),(56166,179112,469,1,1,-7628.56,-1012.67,413.382,5.75086,0,0,0.953717,-0.300706,7200,255,1,0),(56167,179114,469,1,1,-7627.56,-1009.03,413.382,5.36689,0,0,0.953717,-0.300706,7200,255,1,0),(56168,179111,469,1,1,-7623.49,-1009.64,413.382,4.89565,0,0,0.953717,-0.300706,7200,255,1,0),(56169,179110,469,1,1,-7618.74,-1009.88,413.382,4.6513,0,0,0.953717,-0.300706,7200,255,1,0),(56170,180632,469,1,1,-7554.89,-1039.86,449.213,2.96704,0,0,0.953717,-0.300706,7200,255,1,0),(56171,180631,469,1,1,-7545.93,-978.483,449.213,2.96704,0,0,0.953717,-0.300706,7200,255,1,0),(56172,179106,469,1,1,-7468.11,-1047.16,411.971,0.610865,0,0,0.953717,-0.300706,7200,255,1,0),(56173,179105,469,1,1,-7466.62,-1042.56,411.971,2.18166,0,0,0.953717,-0.300706,7200,255,1,0),(56174,179104,469,1,1,-7464.98,-1041.42,411.971,2.18166,0,0,0.953717,-0.300706,7200,255,1,0),(56175,179108,469,1,1,-7464.79,-1048.65,411.971,2.18166,0,0,0.953717,-0.300706,7200,255,1,0),(56176,179107,469,1,1,-7459.67,-1041.25,411.971,3.75246,0,0,0.953717,-0.300706,7200,255,1,0),(56177,179109,469,1,1,-7459.43,-1044.9,411.971,2.18166,0,0,0.953717,-0.300706,7200,255,1,0),(74165,177807,469,1,1,-7549.48,-1069.96,408.49,5.75959,0,0,0,1,7200,255,1,0),(74166,177807,469,1,1,-7554.42,-1061.5,408.49,3.99681,0,0,0,1,7200,255,1,0),(74167,177807,469,1,1,-7563.15,-1088.7,413.381,5.8294,0,0,0,1,7200,255,1,0),(74168,177807,469,1,1,-7564.89,-1058.87,408.49,2.28638,0,0,0,1,7200,255,1,0),(74169,177807,469,1,1,-7566,-1045.93,408.49,3.05433,0,0,0,1,7200,255,1,0),(74170,177807,469,1,1,-7568.27,-1097.68,413.381,2.79252,0,0,0,1,7200,255,1,0),(74171,177807,469,1,1,-7568.62,-1086.58,413.381,0.85521,0,0,0,1,7200,255,1,0),(74172,177807,469,1,1,-7569.38,-1079.73,413.381,3.59538,0,0,0,1,7200,255,1,0),(74173,177807,469,1,1,-7572.49,-1095.03,413.381,3.42085,0,0,0,1,7200,255,1,0),(74174,177807,469,1,1,-7576.92,-1083.69,413.381,3.38594,0,0,0,1,7200,255,1,0),(74175,177807,469,1,1,-7577.84,-1035.97,408.49,5.16618,0,0,0,1,7200,255,1,0),(74176,177807,469,1,1,-7578.64,-1089.95,413.381,2.21656,0,0,0,1,7200,255,1,0),(74177,177807,469,1,1,-7579.49,-1051.48,408.157,0.523598,0,0,0,1,7200,255,1,0),(74178,177807,469,1,1,-7580.8,-1067.29,408.49,3.29869,0,0,0,1,7200,255,1,0),(74179,177807,469,1,1,-7584.68,-1075.84,408.49,3.01941,0,0,0,1,7200,255,1,0),(74180,177807,469,1,1,-7586.37,-1024.43,408.49,3.35105,0,0,0,1,7200,255,1,0),(74181,177807,469,1,1,-7588.84,-1053.79,408.157,4.55531,0,0,0,1,7200,255,1,0),(74182,177807,469,1,1,-7592.35,-1010.84,408.49,3.73501,0,0,0,1,7200,255,1,0),(74183,177807,469,1,1,-7592.38,-1035.68,408.157,1.62316,0,0,0,1,7200,255,1,0),(74184,177807,469,1,1,-7594.37,-1102.9,408.49,5.37562,0,0,0,1,7200,255,1,0),(74185,177807,469,1,1,-7597.53,-1094.54,408.49,2.37364,0,0,0,1,7200,255,1,0),(74186,177807,469,1,1,-7599,-1044.77,408.157,5.25344,0,0,0,1,7200,255,1,0),(74187,177807,469,1,1,-7601.14,-1077.11,408.218,5.0091,0,0,0,1,7200,255,1,0),(74188,177807,469,1,1,-7604.36,-1060.24,408.157,3.50812,0,0,0,1,7200,255,1,0),(74189,177807,469,1,1,-7609.94,-1035.11,408.49,4.34587,0,0,0,1,7200,255,1,0),(74190,177807,469,1,1,-7611.6,-1020.32,413.381,3.08918,0,0,0,1,7200,255,1,0),(74191,177807,469,1,1,-7618.1,-1069.33,408.49,4.95674,0,0,0,1,7200,255,1,0),(74192,177807,469,1,1,-7619.76,-1058.94,408.49,1.81514,0,0,0,1,7200,255,1,0),(74193,177807,469,1,1,-7626.69,-1011.71,413.381,0.226893,0,0,0,1,7200,255,1,0),(74194,177807,469,1,1,-7628.32,-1044.57,408.49,6.10865,0,0,0,1,7200,255,1,0),(75120,179784,469,1,1,-7572.59,-1062.57,449.164,0.541051,0,0,0,1,7200,255,1,0),(75121,179784,469,1,1,-7593.77,-1063.45,449.164,0.471238,0,0,0,1,7200,255,1,0),(75122,179784,469,1,1,-7595.27,-1030.42,449.164,0.314158,0,0,0,1,7200,255,1,0),(75123,179784,469,1,1,-7595.77,-1080,449.164,0.558504,0,0,0,1,7200,255,1,0),(75124,179784,469,1,1,-7605.95,-1045.06,449.164,0.645772,0,0,0,1,7200,255,1,0),(75125,179784,469,1,1,-7609.89,-1061.46,449.164,0.418879,0,0,0,1,7200,255,1,0),(75126,179784,469,1,1,-7616.21,-997.084,440.282,0.209439,0,0,0,1,7200,255,1,0),(75127,179784,469,1,1,-7619.15,-1047.15,449.164,0.506145,0,0,0,1,7200,255,1,0),(75128,179784,469,1,1,-7620.09,-1075.73,449.164,0.471238,0,0,0,1,7200,255,1,0),(75129,179784,469,1,1,-7626.95,-981.359,440.023,0.157079,0,0,0,1,7200,255,1,0),(75130,179784,469,1,1,-7627.98,-1095.31,449.164,0.541051,0,0,0,1,7200,255,1,0),(75131,179784,469,1,1,-7629.78,-1061.48,449.164,0.628317,0,0,0,1,7200,255,1,0),(75132,179784,469,1,1,-7630.29,-1005.49,440.262,0.401425,0,0,0,1,7200,255,1,0),(75133,179784,469,1,1,-7637.64,-965.023,440.275,0.0174525,0,0,0,1,7200,255,1,0),(75134,179784,469,1,1,-7637.93,-1081.13,449.164,0.453785,0,0,0,1,7200,255,1,0),(75135,179784,469,1,1,-7640.29,-991.302,440.263,0.453785,0,0,0,1,7200,255,1,0),(75136,179784,469,1,1,-7642.73,-1015.65,440.245,0.471238,0,0,0,1,7200,255,1,0),(75137,179784,469,1,1,-7647.78,-1066.97,449.164,0.558504,0,0,0,1,7200,255,1,0),(75138,179784,469,1,1,-7650.9,-975.792,440.263,0.226893,0,0,0,1,7200,255,1,0),(75139,179784,469,1,1,-7651.32,-1103.53,449.164,0.523598,0,0,0,1,7200,255,1,0),(75140,179784,469,1,1,-7653.69,-999.919,439.986,0.506145,0,0,0,1,7200,255,1,0),(75141,179784,469,1,1,-7656.67,-1024.32,440.257,0.506145,0,0,0,1,7200,255,1,0),(75142,179784,469,1,1,-7663.99,-1084.89,449.164,0.628317,0,0,0,1,7200,255,1,0),(75143,179784,469,1,1,-7664.82,-984.057,440.247,0.314158,0,0,0,1,7200,255,1,0),(75144,179784,469,1,1,-7665.26,-1113.61,449.164,0.523598,0,0,0,1,7200,255,1,0),(75145,179784,469,1,1,-7667.54,-1008.34,440.259,0.523598,0,0,0,1,7200,255,1,0),(75146,179784,469,1,1,-7669.46,-1034.2,440.244,0.541051,0,0,0,1,7200,255,1,0),(75147,179784,469,1,1,-7677.63,-994.426,440.259,0.383971,0,0,0,1,7200,255,1,0),(75148,179784,469,1,1,-7677.68,-1095.24,449.135,0.628317,0,0,0,1,7200,255,1,0),(75149,179784,469,1,1,-7680.11,-1123.29,449.105,0.523598,0,0,0,1,7200,255,1,0),(75150,179784,469,1,1,-7680.51,-1018.7,439.983,0.558504,0,0,0,1,7200,255,1,0),(75151,179784,469,1,1,-7686.85,-1047.04,440.371,0.558504,0,0,0,1,7200,255,1,0),(75152,179784,469,1,1,-7691.26,-1002.38,440.244,0.418879,0,0,0,1,7200,255,1,0),(75153,179784,469,1,1,-7691.97,-1105.41,449.13,0.628317,0,0,0,1,7200,255,1,0),(75154,179784,469,1,1,-7699.2,-1030.98,440.588,0.558504,0,0,0,1,7200,255,1,0),(75155,179784,469,1,1,-7709.17,-1017.01,440.446,0.471238,0,0,0,1,7200,255,1,0),(75156,179784,469,1,1,-7713.14,-1060.04,445.176,5.09636,0,0,0,1,7200,255,1,0),(75157,179784,469,1,1,-7716.1,-1077.45,445.176,0.872664,0,0,0,1,7200,255,1,0),(75158,176964,469,1,1,-7639.43,-1083.94,408.528,3.75246,0,0,0.953717,-0.300706,7200,255,0,0),(75159,179365,469,1,1,-7568.43,-1031.59,449.109,3.75246,0,0,0.953717,-0.300706,7200,255,1,0),(75160,176965,469,1,1,-7552.37,-1022.98,408.528,3.75246,0,0,0.953717,-0.300706,7200,255,1,0),(75161,179116,469,1,1,-7506.29,-1043.16,480.03,0.610865,0,0,0.953717,-0.300706,7200,255,1,0),(268877,181094,429,1,1,263.38,-452.69,-119.96,0,0,0,0,0,180,0,1,0),(75163,179364,469,1,1,-7531.22,-956.411,428.252,5.32326,0,0,0.953717,-0.300706,7200,255,1,0),(75164,179117,469,1,1,-7464,-1103.55,480.03,0.610865,0,0,0.953717,-0.300706,7200,255,1,0),(75165,179115,469,1,1,-7455.24,-1051.71,480.03,2.18166,0,0,0.953717,-0.300706,7200,255,0,0),(268966,193580,571,1,1,6777.45,1539.3,391.944,0,0,0,0,1,25,0,1,0),(56187,20920,47,1,1,2080.89,1703.36,56.6447,0.553757,0,0,0.273354,0.961913,-43200,100,1,0),(56188,20920,47,1,1,2055.28,1767.7,58.4559,2.98378,0,0,0.996889,0.0788245,-43200,100,1,0),(56189,20920,47,1,1,2196.64,1827.96,61.4706,2.11277,0,0,0.870583,0.492022,-43200,100,1,0),(56190,20920,47,1,1,2030.32,1867.61,56.2866,5.6777,0,0,0.298139,-0.954522,-43200,100,1,0),(56191,20920,47,1,1,2091.33,1861.73,51.0341,1.25355,0,0,0.586536,0.809923,-43200,100,1,0),(56192,20920,47,1,1,2200.15,1897.64,71.3191,2.6492,0,0,0.969846,0.243717,-43200,100,1,0),(56193,20920,47,1,1,2075.75,1742.04,76.7184,1.33994,0,0,0.620962,0.78384,-43200,100,1,0),(56194,20920,47,1,1,2126,1661.15,82.4824,0.0220437,0,0,0.0110216,0.999939,-43200,100,1,0),(56195,20920,47,1,1,2207.92,1596.91,80.7375,3.60582,0,0,0.973182,-0.230035,-43200,100,1,0),(56196,20920,47,1,1,2156.98,1542.26,72.849,2.43086,0,0,0.937519,0.347934,-43200,100,1,0),(56197,20920,47,1,1,2179.95,1514.06,69.0709,0.778385,0,0,0.379441,0.925216,-43200,100,1,0),(56198,20920,47,1,1,2000.85,1533.93,80.3971,4.919,0,0,0.630419,-0.776255,-43200,100,1,0),(56199,20920,47,1,1,1991.49,1608.53,81.1601,1.1004,0,0,0.522858,0.85242,-43200,100,1,0),(29727,20919,47,1,1,2082.74,1671.82,61.2396,3.66079,0,0,0.966493,-0.256693,-43200,100,1,0),(268845,192075,571,1,4,7121.83,-3542.56,835.008,-0.750491,0,0,-0.366501,0.930418,300,100,1,0),(268844,192075,571,1,4,7169.6,-3615.71,830.249,-2.89724,0,0,-0.992546,0.121873,300,100,1,0),(268843,192075,571,1,4,7230.44,-3555.63,841.772,1.85005,0,0,0.798636,0.601815,300,100,1,0),(268842,192075,571,1,4,7201.17,-3556.13,828.03,2.18166,0,0,0.88701,0.461749,300,100,1,0),(268841,192075,571,1,4,7218.64,-3529.71,828.539,-1.93732,0,0,-0.824127,0.566404,300,100,1,0),(268853,192079,571,1,4,7309.3,-2782.45,869.824,-0.610864,0,0,-0.300705,0.953717,180,255,1,0),(268855,192524,571,1,4,7355.87,-2962.37,912.502,1.74533,0,0,0.766045,0.642787,180,255,1,0),(268854,192078,571,1,4,7142.23,-2723.25,787.769,-2.63544,0,0,-0.968147,0.250383,180,255,1,0),(268907,193993,571,1,4,7161.85,-2229.08,759.091,0.838255,0,0,0.406964,0.913444,300,0,1,0),(21081,191815,571,1,1,7229.83,-3560.51,840.158,4.97419,0,0,0,1,120,255,1,0),(21097,191815,571,1,1,7170.09,-3644.12,830.197,3.99681,0,0,0,1,120,255,1,0),(21098,191815,571,1,1,7273.54,-3632.39,829.721,0.453785,0,0,0,1,120,255,1,0),(21099,191815,571,1,1,7464.85,-3014.68,851.467,5.25344,0,0,0,1,120,255,1,0),(268650,192187,571,1,65535,7307.46,-2072.95,762.321,2.53279,0,0,0.954027,0.299722,120,100,1,0),(20919,192188,571,1,4,7313.11,-2054.22,760.599,2.81615,0,0,0.98679,0.162004,180,255,1,0),(20920,192189,571,1,4,7313.61,-2054.12,761.261,0.711686,0,0,0.348381,0.937353,180,255,1,0),(20921,192190,571,1,4,7309.42,-2060.01,761.261,0.504564,0,0,0.249614,0.968345,180,255,1,0),(20922,192191,571,1,4,7320.77,-2041.83,760.599,2.81615,0,0,0.98679,0.162004,180,255,1,0),(20923,192192,571,1,4,7314.04,-2044.86,759.983,1.09942,0,0,0.52244,0.852676,180,255,1,0),(20924,192193,571,1,4,7325.57,-2044.47,760.737,-0.80439,0,0,-0.391439,0.920204,180,255,1,0),(20925,192194,571,1,4,7320.69,-2053.65,761.339,-0.80439,0,0,-0.391439,0.920204,180,255,1,0),(20926,192195,571,1,4,7321,-2054.29,760.9,-1.40123,0,0,-0.644688,0.764446,180,255,1,0),(20927,191814,571,1,1,7337.65,-3049.82,841.367,1.22173,0,0,0,1,120,255,1,0),(20928,191814,571,1,1,7254.24,-3021.71,846.695,0.488691,0,0,0,1,120,255,1,0),(20929,191814,571,1,1,7330,-3292.08,859.143,5.55015,0,0,0,1,120,255,1,0),(20930,191814,571,1,1,7241.13,-3344.77,852.541,1.69297,0,0,0,1,120,255,1,0),(20931,191814,571,1,1,7158.73,-3356.5,860.18,4.43314,0,0,0,1,120,255,1,0),(20932,191814,571,1,1,7239.15,-3403.61,849.801,2.35619,0,0,0,1,120,255,1,0),(20933,191814,571,1,1,7160.92,-3487.59,857.127,1.62316,0,0,0,1,120,255,1,0),(20934,191814,571,1,1,7207.49,-3539.53,827.261,2.40855,0,0,0,1,120,255,1,0),(4658,182060,534,1,1,4270.96,-4143.03,870.723,6.02072,0,0,0.882948,-0.469472,7200,255,1,0),(4695,182061,534,1,1,4204.48,-4112.28,877.913,4.98538,0,0,0.882948,-0.469472,7200,255,1,0),(4700,182539,540,3,1,141.516,266.366,-11.5682,3.14159,0,0,1,0,7200,255,1,0),(4712,182540,540,3,1,214.488,266.167,-11.5181,0,0,0,1,0,7200,255,1,0),(268110,188114,580,1,1,1653,635.798,28.0941,6.28277,0,0,0.000206145,-1,300,0,1,0),(268109,187869,580,1,1,1695.93,675.326,28.0503,4.73554,0,0,0.698873,-0.715246,300,0,1,0),(268876,181052,229,1,1,-23.97,-451.98,-18.64,0,0,0,0,0,180,0,1,0),(268648,178685,1,1,1,9905.61,2310.47,1330.79,1.5705,0,0,0,0,900,100,1,0),(4756,181671,540,3,1,330.751,74.2059,1.07924,3.15906,0,0,0,1,7200,255,1,0),(4779,181671,540,3,1,330.795,41.0261,1.0704,0.0174525,0,0,0,1,7200,255,1,0),(4796,181439,540,3,1,260.319,-79.3166,-6.41893,5.84685,0,0,1,0,7200,255,1,0),(4806,181438,540,3,1,257.006,-102.191,-5.66889,4.45059,0,0,1,0,7200,255,1,0),(4842,181435,540,3,1,242.159,-75.0628,-9.3041,4.88692,0,0,1,0,7200,255,1,0),(4853,181436,540,3,1,232.833,-98.3243,-11.7617,0.698129,0,0,1,0,7200,255,1,0),(4857,181441,540,3,1,220.309,-54.908,-6.4563,2.00712,0,0,1,0,7200,255,1,0),(4932,181437,540,3,1,222.686,-78.6362,-11.1251,3.75246,0,0,1,0,7200,255,1,0),(4940,181440,540,3,1,215.421,-112.643,-6.4563,2.00712,0,0,1,0,7200,255,1,0),(4944,181442,540,3,1,197.259,-84.1902,-7.34571,2.00712,0,0,1,0,7200,255,1,0),(268643,192081,571,1,4,7873.97,-3230.72,849.804,0.286546,0,0,0.142783,0.989754,120,100,1,0),(268642,192081,571,1,4,7852.99,-3255.5,851.472,3.00795,0,0,0.997768,0.0667716,120,100,1,0),(268641,192081,571,1,4,7904.75,-3264.32,851.442,1.73168,0,0,0.76164,0.648001,120,100,1,0),(268640,192081,571,1,4,7939.08,-3282.58,857.487,1.38611,0,0,0.63889,0.769298,120,100,1,0),(268639,192081,571,1,4,7923.6,-3307.25,857.07,0.812764,0,0,0.395289,0.918557,120,100,1,0),(268638,192081,571,1,4,7905.56,-3320.09,857.02,0.427919,0,0,0.212331,0.977198,120,100,1,0),(268637,192081,571,1,4,7876.24,-3325.45,857.828,6.25557,0,0,0.0138072,-0.999905,120,100,1,0),(268636,192081,571,1,4,7850.69,-3319.63,859.898,5.76863,0,0,0.254449,-0.967086,120,100,1,0),(268635,192081,571,1,4,7831.15,-3305.42,860.812,5.48981,0,0,0.386365,-0.922346,120,100,1,0),(268634,192081,571,1,4,7812.31,-3286.12,860.228,4.85364,0,0,0.655446,-0.755242,120,100,1,0),(268633,192081,571,1,4,7801.85,-3253.95,858.841,4.75546,0,0,0.691716,-0.722169,120,100,1,0),(268632,192081,571,1,4,7810.85,-3225.37,858.131,3.96614,0,0,0.916212,-0.400694,120,100,1,0),(268631,192081,571,1,4,7834.13,-3203.41,857.778,3.67947,0,0,0.964053,-0.265708,120,100,1,0),(268630,192081,571,1,4,7859.57,-3192.8,857.114,3.05508,0,0,0.999065,0.0432429,120,100,1,0),(268629,192081,571,1,4,7886.72,-3194.93,857.323,2.74092,0,0,0.98,0.198999,120,100,1,0),(268628,192081,571,1,4,7923.83,-3211.46,857.913,2.46603,0,0,0.943492,0.331395,120,100,1,0),(268627,192081,571,1,4,7935.95,-3236.77,857.424,0.958063,0,0,0.46092,0.887442,120,100,1,0),(5216,202277,533,3,1,3495.97,-5357.84,144.964,0.541051,0,0,0,1,7200,255,1,0),(268048,202278,533,3,1,3498.3,-5349.49,144.968,1.36891,0,0,0.632249,0.774765,300,0,1,0),(6121,192776,571,1,1,4774.53,-2020.72,232.311,-1.57952,0,0,0.999991,0.00436324,120,255,1,0),(6122,192775,571,1,1,4774.53,-2020.72,232.311,-1.57952,0,0,0.999991,0.00436324,120,255,1,0),(5287,192635,571,1,1,6700.19,-4662.38,446.786,3.90954,0,0,0.374607,0.927184,120,255,1,0),(5288,192170,571,1,1,6700.19,-4662.38,446.786,3.90954,0,0,0.374607,0.927184,120,255,1,0),(76746,195344,571,1,1,7792.49,2552.29,404.737,0,0,0,0,1,120,255,1,0),(76747,195346,571,1,1,7792.49,2552.29,404.737,0,0,0,0,1,120,255,1,0),(76748,195344,571,1,1,7813.52,2376.7,383.758,0,0,0,0,1,120,255,1,0),(76749,195346,571,1,1,7813.52,2376.7,383.758,0,0,0,0,1,120,255,1,0),(76750,195344,571,1,1,7912.72,2361.58,403.348,0,0,0,0,1,120,255,1,0),(76751,195346,571,1,1,7912.72,2361.58,403.348,0,0,0,0,1,120,255,1,0),(76752,195344,571,1,1,7887.58,2323.53,389.297,0,0,0,0,1,120,255,1,0),(76753,195346,571,1,1,7887.58,2323.53,389.297,0,0,0,0,1,120,255,1,0),(76754,195344,571,1,1,7779.92,2417.38,384.435,0,0,0,0,1,120,255,1,0),(76755,195346,571,1,1,7779.92,2417.38,384.435,0,0,0,0,1,120,255,1,0),(76756,195344,571,1,1,7912.48,2277.05,387.872,0,0,0,0,1,120,255,1,0),(76757,195346,571,1,1,7912.48,2277.05,387.872,0,0,0,0,1,120,255,1,0),(76758,195344,571,1,1,7843.85,2334.66,382.39,0,0,0,0,1,120,255,1,0),(76759,195346,571,1,1,7843.85,2334.66,382.39,0,0,0,0,1,120,255,1,0),(76760,195344,571,1,1,7863.5,2231.65,375.172,0,0,0,0,1,120,255,1,0),(76761,195346,571,1,1,7863.5,2231.65,375.172,0,0,0,0,1,120,255,1,0),(76762,195344,571,1,1,7829.74,2296.03,378.059,0,0,0,0,1,120,255,1,0),(76763,195346,571,1,1,7829.74,2296.03,378.059,0,0,0,0,1,120,255,1,0),(76764,195344,571,1,1,7746.05,2373,376.394,0,0,0,0,1,120,255,1,0),(76765,195346,571,1,1,7746.05,2373,376.394,0,0,0,0,1,120,255,1,0),(76766,195344,571,1,1,7760.77,2331.15,374.805,0,0,0,0,1,120,255,1,0),(76767,195346,571,1,1,7760.77,2331.15,374.805,0,0,0,0,1,120,255,1,0),(76768,195344,571,1,1,7788.99,2255.3,371.706,0,0,0,0,1,120,255,1,0),(76769,195346,571,1,1,7788.99,2255.3,371.706,0,0,0,0,1,120,255,1,0),(76770,195344,571,1,1,7820.73,2238.01,372.776,0,0,0,0,1,120,255,1,0),(76771,195346,571,1,1,7820.73,2238.01,372.776,0,0,0,0,1,120,255,1,0),(268828,193708,571,1,1,7896.18,2071.19,601.443,-2.86232,0,0,-0.990267,0.139183,180,255,1,0),(76773,195344,571,1,1,7745.68,2289.91,371.991,0,0,0,0,1,120,255,1,0),(76774,195346,571,1,1,7745.68,2289.91,371.991,0,0,0,0,1,120,255,1,0),(76775,195344,571,1,1,7696.85,2372.09,374.579,0,0,0,0,1,120,255,1,0),(76776,195346,571,1,1,7696.85,2372.09,374.579,0,0,0,0,1,120,255,1,0),(76777,195344,571,1,1,7710.98,2338.5,373.022,0,0,0,0,1,120,255,1,0),(76778,195346,571,1,1,7710.98,2338.5,373.022,0,0,0,0,1,120,255,1,0),(76779,195344,571,1,1,7750.77,2420.46,380.734,0,0,0,0,1,120,255,1,0),(76780,195346,571,1,1,7750.77,2420.46,380.734,0,0,0,0,1,120,255,1,0),(76781,195344,571,1,1,7651.21,2394.11,374.719,0,0,0,0,1,120,255,1,0),(76782,195346,571,1,1,7651.21,2394.11,374.719,0,0,0,0,1,120,255,1,0),(76783,195344,571,1,1,7694.1,2306.05,370.416,0,0,0,0,1,120,255,1,0),(76784,195346,571,1,1,7694.1,2306.05,370.416,0,0,0,0,1,120,255,1,0),(76785,195344,571,1,1,7603.73,2402.67,377.199,0,0,0,0,1,120,255,1,0),(76786,195346,571,1,1,7603.73,2402.67,377.199,0,0,0,0,1,120,255,1,0),(76787,195344,571,1,1,7632.56,2369.05,376.192,0,0,0,0,1,120,255,1,0),(76788,195346,571,1,1,7632.56,2369.05,376.192,0,0,0,0,1,120,255,1,0),(76789,195346,571,1,1,7569,2373.52,377.072,0,0,0,0,1,120,255,1,0),(76790,195344,571,1,1,7569,2373.52,377.072,0,0,0,0,1,120,255,1,0),(76791,195344,571,1,1,7628.76,2434.55,377.868,0,0,0,0,1,120,255,1,0),(76792,195346,571,1,1,7628.76,2434.55,377.868,0,0,0,0,1,120,255,1,0),(76793,195346,571,1,1,7569.21,2434.03,382.951,0,0,0,0,1,120,255,1,0),(76794,195344,571,1,1,7569.21,2434.03,382.951,0,0,0,0,1,120,255,1,0),(76795,195344,571,1,1,7590.31,2308.01,376.749,0,0,0,0,1,120,255,1,0),(76796,195346,571,1,1,7590.31,2308.01,376.749,0,0,0,0,1,120,255,1,0),(76797,195344,571,1,1,7542.19,2323.88,378.223,0,0,0,0,1,120,255,1,0),(76798,195346,571,1,1,7542.19,2323.88,378.223,0,0,0,0,1,120,255,1,0),(76799,195344,571,1,1,7505.33,2363.4,378.051,0,0,0,0,1,120,255,1,0),(76800,195346,571,1,1,7505.33,2363.4,378.051,0,0,0,0,1,120,255,1,0),(76801,195344,571,1,1,7453.91,2355.88,380.035,0,0,0,0,1,120,255,1,0),(76802,195346,571,1,1,7453.91,2355.88,380.035,0,0,0,0,1,120,255,1,0),(76848,190353,571,1,1,4893.49,709.834,164.952,2.68781,0,0,0,1,120,255,1,0),(76849,190353,571,1,1,4890.26,789.901,166.38,1.90241,0,0,0,1,120,255,1,0),(76850,190353,571,1,1,4937.97,853.856,188.295,1.20428,0,0,0,1,120,255,1,0),(76851,190353,571,1,1,4928.85,976.412,213.989,0,0,0,0,1,120,255,1,0),(76852,190353,571,1,1,4902.88,997.414,217.287,0.837758,0,0,0,1,120,255,1,0),(76853,190353,571,1,1,4909.73,998.464,217.725,1.29154,0,0,0,1,120,255,1,0),(76854,190353,571,1,1,4900.08,1009.66,221.288,1.55334,0,0,0,1,120,255,1,0),(76855,190353,571,1,1,5122.18,1034.08,227.48,0,0,0,0,1,120,255,1,0),(76857,190353,571,1,1,5135.04,1036.4,225.9,0,0,0,0,1,120,255,1,0),(76858,190353,571,1,1,5122.98,1091.04,226.307,1.6057,0,0,0,1,120,255,1,0),(76859,190353,571,1,1,5113.69,1088.28,227.836,0.715585,0,0,0,1,120,255,1,0),(76860,190353,571,1,1,5107.82,1096.33,225.725,0.331611,0,0,0,1,120,255,1,0),(76861,190353,571,1,1,5152.61,1080.62,224.02,1.85005,0,0,0,1,120,255,1,0),(76862,190353,571,1,1,5189.12,1085.91,221.009,1.27409,0,0,0,1,120,255,1,0),(76863,190353,571,1,1,5179,1072.72,222.027,0,0,0,0,1,120,255,1,0),(76864,190353,571,1,1,5222.18,1092.03,219.728,1.27409,0,0,0,1,120,255,1,0),(76865,190353,571,1,1,5251.75,1079.05,221.122,0,0,0,0,1,120,255,1,0),(76866,190353,571,1,1,4945.76,839.31,190.655,0,0,0,0,1,120,255,1,0),(76867,190353,571,1,1,4845.71,676.88,164.334,1.69297,0,0,0,1,120,255,1,0),(76868,190353,571,1,1,4842.21,665.113,163.197,5.74214,0,0,0,1,120,255,1,0),(76869,190353,571,1,1,4850.36,659.361,162.251,2.56563,0,0,0,1,120,255,1,0),(268881,186299,1,1,1,-2453.24,-3153.89,35.8593,1.97643,0,0,0.835045,0.550181,180,0,1,0),(268660,190720,571,1,1,6207.94,-2097.64,417.594,5.28645,0,0,0.477992,-0.878364,120,100,1,0),(268659,190720,571,1,1,6137.17,-1932.44,417.639,1.9328,0,0,0.822845,0.568265,120,100,1,0),(268515,190949,571,1,1,6260.49,-1960.04,484.782,-2.49582,0,0,-0.948324,0.317305,300,0,1,0),(268514,190948,571,1,1,6260.48,-1960.04,484.782,-2.49582,0,0,-0.948324,0.317305,300,0,1,0),(268964,193092,571,1,1,6598.86,3145.67,667.008,4.00902,0,0,0.907411,-0.420245,300,0,1,0),(268963,193091,571,1,1,6636.1,3211.47,668.52,1.39995,0,0,0.644197,0.764859,300,0,1,0),(99849,15885,1,1,1,7853.95,-2212.3,456.397,3.14,0,0,0,0,0,0,1,0),(268872,181632,1,1,1,-4512.47,-782.202,-41.5776,0.56852,0,0,0.280447,0.959869,300,0,1,0),(268561,194905,603,3,1,401.308,-13.8236,409.524,3.14159,0,0,0,1,180,255,1,0),(5927,188698,571,1,1,4379.31,-2921.89,309.674,2.54818,0,0,0.439743,0.898124,300,0,1,0),(5928,188698,571,1,1,3991.77,-3186.28,281.448,0.069813,0,0,0.94445,-0.328654,300,0,1,0),(265656,185952,548,1,1,448.374,-544.713,-7.54634,4.71681,0,0,0.7,-0.7,300,0,1,0),(268941,184568,548,1,1,47.8436,-582.298,4.2,3.1415,0,0,0.998959,0.0456278,300,0,1,0),(268940,184205,548,1,1,26,-654.668,15.5,3.1415,0,0,0.712986,-0.701178,300,0,1,0),(268939,184204,548,1,1,26,-654.668,15.5,3.1415,0,0,0.712986,-0.701178,300,0,1,0),(268938,184203,548,1,1,26,-654.668,15.5,3.1415,0,0,0.712986,-0.701178,300,0,1,0),(265651,185952,548,1,1,448.374,-544.713,-7.54634,4.71681,0,0,0.7,-0.7,300,0,1,0),(268873,178224,1,1,1,-4035.38,1345.59,159.751,4.65349,0,0,0.727621,-0.685979,120,0,1,0),(220100,187882,547,3,1,-69.8564,-160.171,-2.14926,4.34429,0,0,0.824573,-0.565756,300,0,1,0),(220107,188142,547,3,1,-69.8564,-160.171,-4.14925,6.00542,0,0,0.138435,-0.990372,300,0,1,0),(220106,188142,547,3,1,-117.9,-167.091,-1.42756,4.99807,0,0,0.599246,-0.800565,300,0,1,0),(220105,188142,547,3,1,-72.0313,-185.713,-3.10467,0.102854,0,0,0.0514044,0.998678,300,0,1,0),(220104,188142,547,3,1,-119,-204.702,-1.505,0.749238,0,0,0.365918,0.930647,300,0,1,0),(220103,188142,547,3,1,-75.7,-221.039,-2.8907,6.2797,0,0,0.00174061,-0.999999,300,0,1,0),(220102,188142,547,3,1,-103.8,-245.022,-1.38009,5.94198,0,0,0.169777,-0.985483,300,0,1,0),(220101,188142,547,3,1,-74.4,-243.278,-3.44864,6.24435,0,0,0.0194145,-0.999812,300,0,1,0),(220112,188067,547,3,1,-81.8403,-169.35,-3.52671,5.12947,0,0,0.545391,-0.838182,300,0,1,0),(220111,188067,547,3,1,-54.45,-170.917,-2.58238,4.93313,0,0,0.62492,-0.780689,300,0,1,0),(240000,186331,0,1,1,-5505.47,-522.894,398.064,3.26363,0,0,0.998139,-0.0609795,300,0,1,0),(240003,180433,0,1,1,1732.03,506.873,41.7939,1.38659,0,0,0.639074,0.769145,300,0,1,0),(240002,186234,0,1,1,-9435.38,62.4,56.516,5.818,0,0,0.230221,-0.973138,300,0,1,0),(241175,181060,0,1,1,-8933.73,628.958,100.634,2.00713,0,0,0.843392,0.537299,180,100,1,0),(241174,181060,0,1,1,-8857.6,648.729,99.5508,-1.65806,0,0,-0.737276,0.675591,180,100,1,0),(241173,181060,0,1,1,-8858.01,647.785,99.5508,2.58309,0,0,0.961262,0.275636,180,100,1,0),(241172,181060,0,1,1,-8907.8,612.974,100.613,-2.67035,0,0,-0.972369,0.233447,180,100,1,0),(241171,181060,0,1,1,-8859.7,652.545,97.6087,1.62316,0,0,0.725376,0.688353,180,100,1,0),(241170,181020,0,1,1,-8740.8,579.024,109.82,-0.785398,0,0,-0.382683,0.92388,180,100,1,0),(241169,181020,0,1,1,-8743.36,695.376,110.7,0.628319,0,0,0.309017,0.951056,180,100,1,0),(241168,181020,0,1,1,-8842.43,716.519,109.501,2.02458,0,0,0.848048,0.52992,180,100,1,0),(241167,181014,0,1,1,-8852.53,539.681,117.809,0.244346,0,0,0.121869,0.992546,180,100,1,0),(241166,181020,0,1,1,-8803.75,653.544,97.3249,-1.79769,0,0,-0.782608,0.622514,180,100,1,0),(241165,181017,0,1,1,-4614.04,-1114.48,509.55,-2.94961,0,0,-0.995396,0.095844,180,100,1,0),(241164,181025,0,1,1,-4878.06,-879.947,510.242,-1.25664,0,0,-0.587786,0.809016,180,100,1,0),(241163,181017,0,1,1,-4974.48,-1033.47,510.385,2.77507,0,0,0.983255,0.182237,180,100,1,0),(241162,181025,0,1,1,-4684.72,-1205.31,510.45,2.35619,0,0,0.923879,0.382686,180,100,1,0),(241161,181017,0,1,1,-4730.89,-1063.31,508.738,-2.61799,0,0,-0.965925,0.258821,180,100,1,0),(241160,181021,0,1,1,-4634.71,-1025.57,514.933,1.8675,0,0,0.803856,0.594824,180,100,1,0),(241159,181025,0,1,1,-4928.49,-902.764,510.451,-0.994838,0,0,-0.477159,0.878817,180,100,1,0),(241158,181017,0,1,1,-4804.96,-1180.35,510.459,1.5708,0,0,0.707108,0.707106,180,100,1,0),(241157,181017,0,1,1,-4868.57,-1144.73,510.407,0.383972,0,0,0.190809,0.981627,180,100,1,0),(241156,181025,0,1,1,-4700.94,-958.901,510.295,0.820305,0,0,0.398749,0.91706,180,100,1,0),(241155,181019,0,1,1,-4886.38,-993.683,504.758,2.32129,0,0,0.91706,0.398748,180,100,1,0),(241154,181019,0,1,1,-4905.37,-979.254,503.518,-0.541052,0,0,-0.267238,0.96363,180,100,1,0),(241153,181019,0,1,1,-4881.06,-989.323,504.758,-1.02974,0,0,-0.492422,0.870357,180,100,1,0),(241152,181018,0,1,1,-4879.83,-987.33,509.983,2.14675,0,0,0.878816,0.477161,180,100,1,0),(241151,181019,0,1,1,-4899.35,-1004.48,504.758,-0.680679,0,0,-0.333807,0.942641,180,100,1,0),(241150,181019,0,1,1,-4877.42,-986.308,504.758,-0.575959,0,0,-0.284016,0.95882,180,100,1,0),(241149,181018,0,1,1,-4888.82,-994.738,510.049,2.32129,0,0,0.91706,0.398748,180,100,1,0),(241148,181060,0,1,1,-4877.75,-999.527,506.958,-3.05433,0,0,-0.999048,0.0436174,180,100,1,0),(241147,181017,0,1,1,-4899.03,-982.314,510.777,2.28638,0,0,0.909961,0.414694,180,100,1,0),(241146,181018,0,1,1,-4897.69,-1002.05,510.054,2.07694,0,0,0.861629,0.507539,180,100,1,0),(241145,181060,0,1,1,-4841.93,-874.424,511.14,-1.0472,0,0,-0.500001,0.866025,180,100,1,0),(241144,181060,0,1,1,-4844.49,-874.748,511.14,1.98968,0,0,0.838672,0.544637,180,100,1,0),(241143,181017,0,1,1,-4849.92,-877.536,506.389,-1.39626,0,0,-0.642786,0.766046,180,100,1,0),(241142,181060,0,1,1,-4843.25,-874.554,511.14,-2.49582,0,0,-0.948324,0.317305,180,100,1,0),(241141,181019,0,1,1,-4846.32,-864.108,502.844,-0.802851,0,0,-0.390731,0.920505,180,100,1,0),(241140,181060,0,1,1,-4839.09,-874.047,511.14,2.26893,0,0,0.906308,0.422617,180,100,1,0),(241139,181021,0,1,1,-4993.28,-886.917,524.6,0.680678,0,0,0.333807,0.942642,180,100,1,0),(241138,181016,0,1,1,-5008.32,-868.188,501.659,0.767945,0,0,0.374607,0.927184,180,100,1,0),(241137,181016,0,1,1,-5000.16,-841.309,501.659,-2.46091,0,0,-0.942641,0.333809,180,100,1,0),(241136,181016,0,1,1,-4990.29,-853.343,501.659,-2.44346,0,0,-0.939692,0.342021,180,100,1,0),(241135,181016,0,1,1,-4980.03,-865.875,501.659,-2.54818,0,0,-0.956305,0.292372,180,100,1,0),(241134,181021,0,1,1,-5013.39,-862.519,524.679,0.698132,0,0,0.34202,0.939693,180,100,1,0),(241133,181021,0,1,1,-4994.78,-847.123,524.522,-2.46091,0,0,-0.942641,0.333809,180,100,1,0),(241132,181021,0,1,1,-4974.65,-871.542,524.529,-2.44346,0,0,-0.939692,0.342021,180,100,1,0),(241131,181016,0,1,1,-4997.85,-880.69,501.659,0.715585,0,0,0.350207,0.936672,180,100,1,0),(241130,181021,0,1,1,-4984.71,-859.337,524.799,-2.46091,0,0,-0.942641,0.333809,180,100,1,0),(241129,181016,0,1,1,-8856.85,661.656,97.1286,-0.977384,0,0,-0.469471,0.882948,180,100,1,0),(241128,181019,0,1,1,-8856.15,671.781,98.8406,-0.314159,0,0,-0.156434,0.987688,180,100,1,0),(241127,181017,0,1,1,-8871.9,682.277,102.292,-0.994838,0,0,-0.477159,0.878817,180,100,1,0),(241126,181017,0,1,1,-8841.08,658.815,101.888,-2.61799,0,0,-0.965925,0.258821,180,100,1,0),(241125,181017,0,1,1,-8860.68,662.838,101.16,-0.925024,0,0,-0.446198,0.894934,180,100,1,0),(241124,181016,0,1,1,-8861.03,658.585,96.7187,-0.802851,0,0,-0.390731,0.920505,180,100,1,0),(241123,181015,0,1,1,-9106.58,422.097,93.7786,-2.49582,0,0,-0.948324,0.317305,180,100,1,0),(241122,181015,0,1,1,-8973.18,490.654,97.0779,2.19912,0,0,0.891008,0.453988,180,100,1,0),(241121,181015,0,1,1,-9003.58,466.834,97.1185,2.1293,0,0,0.874619,0.48481,180,100,1,0),(241120,181015,0,1,1,-9062.69,415.789,93.2961,2.21282,0,0,0.894097,0.447874,180,100,1,0),(241119,181015,0,1,1,-9081.59,440.823,93.2959,5.35912,0,0,0.445769,-0.895148,180,100,1,0),(241118,181015,530,1,1,-2035.19,5275.62,-38.9744,0.541052,0,0,0.267238,0.96363,180,100,1,0),(241117,181015,530,1,1,-2059.59,5316.22,-37.3235,-1.0472,0,0,-0.500001,0.866025,180,100,1,0),(241116,181015,0,1,1,1595.84,240.163,-52.1429,0.890118,0,0,0.430511,0.902585,180,100,1,0),(241115,181014,0,1,1,-9094.49,429.216,99.0901,-0.820305,0,0,-0.398749,0.91706,180,100,1,0),(241114,181025,0,1,1,-9085.24,418.316,121.565,-2.49582,0,0,-0.948324,0.317305,180,100,1,0),(241113,181060,0,1,1,-8920.49,636.273,100.627,-2.60054,0,0,-0.96363,0.267239,180,100,1,0),(241112,181060,0,1,1,-8856.1,648.363,97.6085,0.610865,0,0,0.300706,0.953717,180,100,1,0),(241111,181060,0,1,1,-8857.76,645.929,97.5954,-3.00197,0,0,-0.997564,0.0697546,180,100,1,0),(241110,181060,0,1,1,-8858.56,648.477,100.919,-3.00197,0,0,-0.997564,0.0697546,180,100,1,0),(241109,181018,0,1,1,-8902.26,621.338,101.596,-2.6529,0,0,-0.970296,0.241922,180,100,1,0),(241108,181060,0,1,1,-8857.41,651.69,97.6205,-0.802851,0,0,-0.390731,0.920505,180,100,1,0),(241107,181016,0,1,1,-8879.18,649.492,96.0198,0.488692,0,0,0.241922,0.970296,180,100,1,0),(241106,181060,0,1,1,-8863.06,649.095,97.6071,1.23918,0,0,0.580701,0.814117,180,100,1,0),(241105,181019,0,1,1,-8919.73,636.243,100.627,-2.07694,0,0,-0.861629,0.507539,180,100,1,0),(241104,181060,0,1,1,-8859.98,649.945,100.919,1.58825,0,0,0.713251,0.700909,180,100,1,0),(241103,181020,0,1,1,-8883.68,758.493,105.122,-0.907571,0,0,-0.438371,0.898794,180,100,1,0),(241102,181016,0,1,1,-8839.07,545.266,96.8377,1.01229,0,0,0.484809,0.87462,180,100,1,0),(241101,181020,0,1,1,-8805.12,868.183,109.955,2.18166,0,0,0.88701,0.461749,180,100,1,0),(241100,181018,0,1,1,-8800.71,664.397,97.7356,2.89725,0,0,0.992546,0.121868,180,100,1,0),(241009,180867,530,1,1,-4008.01,-11839.2,0.175498,4.57102,0,0,0.755281,-0.655401,300,0,1,0),(241008,180867,530,1,1,9478.25,-7298.36,14.3593,0.871978,0,0,0.422307,0.906453,300,0,1,0),(241007,180867,571,1,1,5787.11,637.776,647.874,0.537298,0,0,0.265429,0.96413,300,0,1,0),(241006,180867,0,1,1,-8748.9,1074.2,90.5,4.97556,0,0,0.608217,-0.793771,300,0,1,0),(241005,180867,1,1,1,-1031,-230,160,5.52695,0,0,0.369172,-0.929361,300,0,1,0),(241004,180867,1,1,1,1983,-4255,32,3.4316,0,0,0.989505,-0.144496,300,0,1,0),(241003,180867,0,1,1,1647,243,62,3.08161,0,0,0.99955,0.0299868,300,0,1,0),(241002,180867,1,1,1,10148.4,2600.6,1330.83,1.43674,0,0,0.658158,0.75288,300,0,1,0),(241001,180867,1,1,1,7581.01,-2225.35,472.64,1.80877,0,0,0.786045,0.618169,300,0,1,0),(241000,180867,0,1,1,-4663,-956,500,4.93299,0,0,0.624974,-0.780646,300,0,1,0),(242616,181371,1,1,1,-3110.59,-2722.41,33.4626,0.226893,0,0,0,0,300,0,1,0),(242615,181371,1,1,1,-1862.36,3055.71,0.744157,2.49582,0,0,0,0,300,0,1,0),(242614,181371,0,1,1,-7596.42,-2086.6,125.17,-0.942478,0,0,0,0,300,0,1,0),(242613,181371,0,1,1,-6704.48,-2200.91,248.609,0.017453,0,0,0,0,300,0,1,0),(242612,181371,1,1,1,6855.99,-4564.4,708.51,0.855211,0,0,0,0,300,0,1,0),(242611,181371,1,1,1,-7122.51,-3657.11,8.82202,-1.74533,0,0,0,0,300,0,1,0),(242610,181371,1,1,1,-4395.96,3481.54,11.0626,0.104316,0,0,0,0,300,0,1,0),(242609,181371,0,1,1,-14376.7,115.921,1.4532,2.11185,0,0,0,0,300,0,1,0),(242608,181371,1,1,1,2014.65,-2337.84,89.5211,2.37365,0,0,0,0,300,0,1,0),(242607,181371,0,1,1,-1134.84,-3531.81,51.0719,-0.820305,0,0,0,0,300,0,1,0),(242606,181371,1,1,1,6860.03,-4767.11,696.833,-2.63545,0,0,0,0,300,0,1,0),(242605,181371,0,1,1,2273.88,453.352,33.9364,3.35914,0,0,0,0,300,0,1,0),(242604,181371,1,1,1,-7216.68,-3859.39,11.4943,-2.72271,0,0,0,0,300,0,1,0),(242603,181371,0,1,1,-8241.63,-2624.58,133.184,2.53448,0,0,0,0,300,0,1,0),(242602,181371,0,1,1,-14288.1,61.8062,0.68836,1.37881,0,0,0,0,300,0,1,0),(242601,181371,0,1,1,-3448.2,-938.102,10.6583,0.034907,0,0,0,0,300,0,1,0),(242600,181371,0,1,1,188.243,-2132.53,102.674,-1.37881,0,0,0,0,300,0,1,0),(242599,181371,1,1,1,9778.64,1019.38,1299.79,0.261799,0,0,0,0,300,0,1,0),(242598,181371,0,1,1,-9434.3,-2110.36,65.8038,0.349066,0,0,0,0,300,0,1,0),(242597,181371,0,1,1,-5233.16,-2893.37,337.286,-0.226893,0,0,0,0,300,0,1,0),(242596,181371,0,1,1,-604.148,-545.813,36.579,0.698132,0,0,0,0,300,0,1,0),(242595,181371,530,1,1,-528.509,2339.11,38.7252,2.14675,0,0,0,0,300,0,1,0),(242594,181371,0,1,1,-9394.21,37.5017,59.882,1.15192,0,0,0,0,300,0,1,0),(242593,181371,1,1,1,-3447.55,-4231.67,10.6645,0.802851,0,0,0,0,300,0,1,0),(242592,181371,0,1,1,-10704.8,-1146.38,24.7909,2.09439,0,0,0,0,300,0,1,0),(242591,181371,0,1,1,-5404.93,-492.299,395.597,-0.506145,0,0,0,0,300,0,1,0),(242590,181371,1,1,1,-55.5039,1271.35,91.9489,1.5708,0,0,0,0,300,0,1,0),(242589,181371,1,1,1,6327.68,512.61,17.4723,0.034907,0,0,0,0,300,0,1,0),(242588,181371,0,1,1,-10951.5,-3218.1,41.3475,1.91986,0,0,0,0,300,0,1,0),(242587,181371,1,1,1,2558.73,-481.666,109.821,-2.47837,0,0,0,0,300,0,1,0),(242586,181371,0,1,1,-1211.6,-2676.88,45.3612,-0.645772,0,0,0,0,300,0,1,0),(242585,181371,1,1,1,-7000.75,918.851,8.93831,-2.23402,0,0,0,0,300,0,1,0),(242584,181371,1,1,1,-6769.7,526.854,-1.60197,0.087266,0,0,0,0,300,0,1,0),(242583,181371,530,1,1,-3946.07,2041.28,95.0669,0.00549316,0,0,0,0,300,0,1,0),(242582,181371,1,1,1,-2331.29,-633.621,-8.33476,5.79781,0,0,0,0,300,0,1,0),(242581,181371,530,1,1,7696.83,-6834.27,77.4663,1.37997,0,0,0,0,300,0,1,0),(242580,181371,530,1,1,-2529.23,7555.4,-1.74901,6.22584,0,0,0,0,300,0,1,0),(242579,181371,530,1,1,182.189,6026.17,22.1537,0.743754,0,0,0,0,300,0,1,0),(242578,181371,530,1,1,2931.39,3698.96,143.537,2.23621,0,0,0,0,300,0,1,0),(242577,194038,571,1,1,2483.96,-4886.47,265.271,6.27404,0,0,0.00457253,-0.99999,300,0,1,0),(242576,194039,571,1,1,2572.61,-4330.26,276.656,0.222526,0,0,0.111034,0.993817,300,0,1,0),(242575,194042,571,1,1,3360.71,-2113.31,124.059,0.175442,0,0,0.0876085,0.996155,300,0,1,0),(242574,194040,571,1,1,3399.05,-2911.26,202.028,6.21516,0,0,0.0340061,-0.999422,300,0,1,0),(242573,194048,571,1,1,5288.52,-2757.12,292.418,6.27408,0,0,0.00455274,-0.99999,300,0,1,0),(242572,194049,571,1,1,5641.3,-2622.27,292.419,0.0655074,0,0,0.0327478,0.999464,300,0,1,0),(242571,194044,571,1,1,6072.67,-1103.21,419.456,6.23874,0,0,0.0222208,-0.999753,300,0,1,0),(242570,194043,571,1,1,6139.2,-1024.37,409.239,0.132262,0,0,0.0660828,0.997814,300,0,1,0),(242569,194034,571,1,1,5504.33,4864.31,-197.319,0.273637,0,0,0.136392,0.990655,300,0,1,0),(242568,194035,571,1,1,5370.74,4842.57,-197.512,0.00267172,0,0,0.00133586,0.999999,300,0,1,0),(242567,194033,571,1,1,4440.61,5624.95,56.0681,6.28193,0,0,0.000627669,-1,300,0,1,0),(242566,194032,571,1,1,4121.36,5394.75,28.3803,0.0458794,0,0,0.0229377,0.999737,300,0,1,0),(242565,194037,571,1,1,3768.95,1462.02,92.6355,0.0301769,0,0,0.0150879,0.999886,300,0,1,0),(242564,194036,571,1,1,3940.62,-584.935,240.743,0.163699,0,0,0.0817581,0.996652,300,0,1,0),(242563,194045,571,1,1,5141.08,-663.877,170.145,6.2769,0,0,0.00314274,-0.999995,300,0,1,0),(242562,194046,571,1,1,5540.38,-748.132,151.854,6.03735,0,0,0.122608,-0.992455,300,0,1,0),(242561,187942,530,1,1,3122.3,3755.28,141.82,0.0329792,0,0,0.0164889,0.999864,300,0,1,0),(242560,187919,530,1,1,2025.02,6577.95,134.195,4.76893,0,0,0.686837,-0.726812,300,0,1,0),(242559,187921,530,1,1,-2248.27,-11902,26.3641,5.16557,0,0,0.530176,-0.847888,300,0,1,0),(242558,187937,530,1,1,-3008.76,4156.66,3.76291,0.225413,0,0,0.112468,0.993655,300,0,1,0),(242557,187939,0,1,1,1001.7,-1457.95,61.0382,3.15495,0,0,0.999978,-0.00667858,300,0,1,0),(242556,187917,530,1,1,-4219.05,-12319.5,2.33427,6.06485,0,0,0.108951,-0.994047,300,0,1,0),(242555,187958,1,1,1,151.481,-4711.98,18.5644,3.07253,0,0,0.999404,0.0345244,300,0,1,0),(242554,187960,530,1,1,9383.5,-6777.43,13.7903,0.0251532,0,0,0.0125763,0.999921,300,0,1,0),(242553,187967,530,1,1,-3053.71,2398.05,60.883,4.43274,0,0,0.798755,-0.601657,300,0,1,0),(242552,187955,530,1,1,2274.45,6133.53,136.905,1.61654,0,0,0.723093,0.69075,300,0,1,0),(242551,187564,0,1,1,-10657.1,1054.63,32.6733,2.47837,0,0,0.945519,0.325567,180,100,1,0),(242550,187559,0,1,1,587.056,1365.02,90.4778,2.6529,0,0,0.970296,0.241922,180,100,1,0),(242549,187975,530,1,1,200.9,7686.96,22.508,-0.506145,0,0,-0.25038,0.968148,180,100,1,0),(242548,187973,1,1,1,-5513.93,-2299.73,-58.0752,2.44346,0,0,0.939692,0.342021,180,100,1,0),(242547,187972,0,1,1,-447.95,-4527.65,8.59595,1.53589,0,0,0.694658,0.71934,180,100,1,0),(242546,187971,1,1,1,-273.242,-2662.82,91.695,-1.8675,0,0,-0.803856,0.594824,180,100,1,0),(242545,187970,530,1,1,-2553.32,4277.61,20.614,-1.36136,0,0,-0.629322,0.777145,180,100,1,0),(242544,187969,0,1,1,-10331.4,-3297.73,21.9992,-2.89725,0,0,-0.992546,0.121868,180,100,1,0),(242543,187968,1,1,1,952.992,776.968,104.474,-1.55334,0,0,-0.700908,0.713252,180,100,1,0),(242542,187966,530,1,1,-1211.01,7474.44,21.9953,-2.02458,0,0,-0.848048,0.52992,180,100,1,0),(242541,187964,0,1,1,-134.688,-802.767,55.0147,-1.62316,0,0,-0.725376,0.688353,180,100,1,0),(242540,187963,530,1,1,41.2448,2587.44,68.3453,-2.28638,0,0,-0.909961,0.414694,180,100,1,0),(242539,187961,1,1,1,-4573.22,407.388,41.5461,2.46091,0,0,0.942641,0.333809,180,100,1,0),(242538,187959,1,1,1,-3110.59,-2722.41,33.4626,0.226893,0,0,0.113203,0.993572,180,100,1,0),(242537,187957,1,1,1,-1862.36,3055.71,0.744157,2.49582,0,0,0.948324,0.317305,180,100,1,0),(242536,187956,0,1,1,-7596.42,-2086.6,125.17,-0.942478,0,0,-0.453991,0.891006,180,100,1,0),(242535,187954,0,1,1,-6704.48,-2200.91,248.609,0.017453,0,0,0.00872639,0.999962,180,100,1,0),(242534,187953,1,1,1,6855.99,-4564.4,708.51,0.855211,0,0,0.414693,0.909961,180,100,1,0),(242533,187952,1,1,1,-7122.51,-3657.11,8.82202,-1.74533,0,0,-0.766045,0.642787,180,100,1,0),(242532,187929,1,1,1,-4395.96,3481.54,11.0626,0.104316,0,0,0.0521344,0.99864,300,0,1,0),(242531,187951,0,1,1,-14376.7,115.921,1.4532,2.11185,0,0,0.870356,0.492423,180,100,1,0),(242530,187948,1,1,1,2014.65,-2337.84,89.5211,2.37365,0,0,0.927184,0.374606,180,100,1,0),(242529,187947,0,1,1,-1134.84,-3531.81,51.0719,-0.820305,0,0,-0.398749,0.91706,180,100,1,0),(242528,187946,1,1,1,6860.03,-4767.11,696.833,-2.63545,0,0,-0.968148,0.250379,180,100,1,0),(242527,187974,0,1,1,2273.88,453.352,33.9364,3.35914,0,0,0.99409,-0.108559,300,0,1,0),(242526,187945,1,1,1,-7216.68,-3859.39,11.4943,-2.72271,0,0,-0.978147,0.207914,180,100,1,0),(242525,187922,0,1,1,-8241.63,-2624.58,133.184,2.53448,0,0,0.954279,0.298916,300,0,1,0),(242524,187944,0,1,1,-14288.1,61.8062,0.68836,1.37881,0,0,0.636078,0.771625,180,100,1,0),(242523,187940,0,1,1,-3448.2,-938.102,10.6583,0.034907,0,0,0.0174526,0.999848,180,100,1,0),(242522,187938,0,1,1,188.243,-2132.53,102.674,-1.37881,0,0,-0.636078,0.771625,180,100,1,0),(242521,187936,1,1,1,9778.64,1019.38,1299.79,0.261799,0,0,0.130526,0.991445,180,100,1,0),(242520,187934,0,1,1,-9434.3,-2110.36,65.8038,0.349066,0,0,0.173648,0.984808,180,100,1,0),(242519,187932,0,1,1,-5233.16,-2893.37,337.286,-0.226893,0,0,-0.113203,0.993572,180,100,1,0),(242518,187931,0,1,1,-604.148,-545.813,36.579,0.698132,0,0,0.34202,0.939693,180,100,1,0),(242517,187930,530,1,1,-528.509,2339.11,38.7252,2.14675,0,0,0.878816,0.477161,180,100,1,0),(242516,187928,0,1,1,-9394.21,37.5017,59.882,1.15192,0,0,0.54464,0.83867,180,100,1,0),(242515,187927,1,1,1,-3447.55,-4231.67,10.6645,0.802851,0,0,0.390731,0.920505,180,100,1,0),(242514,187926,0,1,1,-10704.8,-1146.38,24.7909,2.09439,0,0,0.866024,0.500002,180,100,1,0),(242513,187925,0,1,1,-5404.93,-492.299,395.597,-0.506145,0,0,-0.25038,0.968148,180,100,1,0),(242512,187924,1,1,1,-55.5039,1271.35,91.9489,1.5708,0,0,0.707108,0.707106,180,100,1,0),(242511,187923,1,1,1,6327.68,512.61,17.4723,0.034907,0,0,0.0174526,0.999848,180,100,1,0),(242510,187920,0,1,1,-10951.5,-3218.1,41.3475,1.91986,0,0,0.819151,0.573577,180,100,1,0),(242509,187916,1,1,1,2558.73,-481.666,109.821,-2.47837,0,0,-0.945519,0.325567,180,100,1,0),(242508,187914,0,1,1,-1211.6,-2676.88,45.3612,-0.645772,0,0,-0.317305,0.948324,180,100,1,0),(242507,187950,1,1,1,-7000.75,918.851,8.93831,-2.23402,0,0,-0.898794,0.438372,900,100,1,0),(242506,187943,1,1,1,-6769.7,526.854,-1.60197,0.087266,0,0,0.0436192,0.999048,900,100,1,0),(242505,187935,530,1,1,-3946.07,2041.28,95.0669,0.00549316,0,0,0.00274658,0.999996,300,0,1,0),(242504,187965,1,1,1,-2331.29,-633.621,-8.33476,5.79781,0,0,0.240312,-0.970696,300,0,1,0),(242503,187962,530,1,1,7696.83,-6834.27,77.4663,1.37997,0,0,0.636526,0.771256,300,0,1,0),(242502,187933,530,1,1,-2529.23,7555.4,-1.74901,6.22584,0,0,0.0286687,-0.999589,300,0,1,0),(242501,187941,530,1,1,182.189,6026.17,22.1537,0.743754,0,0,0.363365,0.931647,300,0,1,0),(242500,187949,530,1,1,2931.39,3698.96,143.537,2.23621,0,0,0.899273,0.437387,300,0,1,0),(240713,179968,0,1,1,-9106.34,333.725,93.6275,3.2401,0,0,0.998787,-0.0492337,300,0,1,0),(240712,179968,0,1,1,-9106,331.289,93.583,3.2833,0,0,0.997491,-0.0707944,300,0,1,0),(240711,179968,0,1,1,-9106.96,324.388,93.3783,3.26366,0,0,0.998138,-0.0609958,300,0,1,0),(240710,179968,0,1,1,-9106.91,321.71,93.3826,3.26366,0,0,0.998138,-0.0609958,300,0,1,0),(240709,179968,0,1,1,-9106.75,319.206,93.4457,3.18591,0,0,0.999754,-0.0221569,300,0,1,0),(240708,179968,0,1,1,-9108.47,311.573,93.6563,3.00919,0,0,0.997809,0.0661529,300,0,1,0),(240707,179968,0,1,1,-9108.12,309.489,93.8183,3.13486,0,0,0.999994,0.0033663,300,0,1,0),(240706,179968,0,1,1,-9108.65,306.666,93.8969,2.91887,0,0,0.993806,0.111131,300,0,1,0),(240705,179968,0,1,1,-9123.45,308.836,93.1538,0.0128972,0,0,0.00644856,0.999979,300,0,1,0),(240704,179968,0,1,1,-9123.56,311.213,93.2591,0.00504327,0,0,0.00252163,0.999997,300,0,1,0),(240703,179968,0,1,1,-9123.73,313.696,93.4004,0.00504303,0,0,0.00252151,0.999997,300,0,1,0),(240702,179968,0,1,1,-9124,318.81,93.4679,0.0796561,0,0,0.0398175,0.999207,300,0,1,0),(240701,179968,0,1,1,-9124.62,322.257,93.4678,6.26074,0,0,0.0112225,-0.999937,300,0,1,0),(240700,179968,0,1,1,-9124.3,325.218,93.4123,6.25681,0,0,0.0131872,-0.999913,300,0,1,0),(240699,179968,0,1,1,-9123.52,331.044,93.3352,6.06832,0,0,0.107226,-0.994235,300,0,1,0),(240698,179968,0,1,1,-9122.77,333.542,93.4547,6.10759,0,0,0.0876848,-0.996148,300,0,1,0),(240697,179968,0,1,1,-9122.38,336.465,93.7437,6.15864,0,0,0.0622325,-0.998062,300,0,1,0),(240696,179968,0,1,1,-9122.08,342.306,94.1731,0.0325353,0,0,0.0162669,0.999868,300,0,1,0),(240695,179968,0,1,1,-9122.27,346.012,94.1675,6.20969,0,0,0.0367393,-0.999325,300,0,1,0),(240694,179968,0,1,1,-9121.57,348.944,93.9659,6.15864,0,0,0.0622325,-0.998062,300,0,1,0),(240693,179968,0,1,1,-9127.56,351.404,93.5273,2.13741,0,0,0.876578,0.48126,300,0,1,0),(240692,179968,0,1,1,-9125.02,352.824,93.5288,2.1217,0,0,0.872771,0.48813,300,0,1,0),(240691,195164,1,1,1,10002.5,2216.61,1329.55,3.16415,0,0,0.999936,-0.0112784,300,0,1,0),(240690,195164,1,1,1,10002.7,2213.92,1329.17,3.20342,0,0,0.999522,-0.0309087,300,0,1,0),(240689,195164,1,1,1,10003.1,2210.9,1328.82,3.01492,0,0,0.997995,0.063294,300,0,1,0),(240688,195164,1,1,1,10003.1,2207.89,1328.54,3.28196,0,0,0.997538,-0.0701261,300,0,1,0),(240687,195164,1,1,1,10003.4,2205.32,1328.47,3.14059,0,0,1,0.000501351,300,0,1,0),(240686,195164,1,1,1,10004,2201.64,1328.57,3.10917,0,0,0.999869,0.0162106,300,0,1,0),(240685,195164,1,1,1,9997.38,2194.07,1328.44,1.45591,0,0,0.665344,0.746537,300,0,1,0),(240684,195164,1,1,1,9994.25,2194.27,1328.45,1.45591,0,0,0.665344,0.746537,300,0,1,0),(240683,195164,1,1,1,9991.7,2193.93,1328.59,1.71116,0,0,0.754951,0.655781,300,0,1,0),(240682,195164,1,1,1,9986.32,2193.11,1329.18,1.48339,0,0,0.675539,0.737325,300,0,1,0),(240681,195164,1,1,1,9983.48,2192.95,1329.43,1.40407,0,0,0.645773,0.76353,300,0,1,0),(240680,195164,1,1,1,9980.82,2192.39,1329.6,1.42763,0,0,0.654722,0.75587,300,0,1,0),(240679,195164,1,1,1,9974.65,2196.08,1329.65,0.00213314,0,0,0.00106657,0.999999,300,0,1,0),(240678,195164,1,1,1,9975.09,2198.93,1329.62,0.0217681,0,0,0.0108838,0.999941,300,0,1,0),(240677,195164,1,1,1,9974.75,2201.51,1329.62,6.06541,0,0,0.108673,-0.994078,300,0,1,0),(240676,195164,1,1,1,9974.41,2207.01,1329.86,0.0610387,0,0,0.0305146,0.999534,300,0,1,0),(240675,195164,1,1,1,9973.8,2209.13,1329.99,0.0846007,0,0,0.0422877,0.999105,300,0,1,0),(240674,195164,1,1,1,9973.21,2211.7,1330.09,0.0877428,0,0,0.0438573,0.999038,300,0,1,0),(240673,195164,1,1,1,9975.8,2216.83,1330,4.82369,0,0,0.666682,-0.745343,300,0,1,0),(240672,195164,1,1,1,9979.05,2217.06,1329.61,4.82212,0,0,0.667266,-0.744819,300,0,1,0),(240671,195164,1,1,1,9981.98,2217.51,1329.43,4.68468,0,0,0.716835,-0.697243,300,0,1,0),(240670,195164,1,1,1,9989.01,2219.09,1329.28,4.64148,0,0,0.731727,-0.681598,300,0,1,0),(240669,195164,1,1,1,9991.99,2219.15,1329.31,4.66897,0,0,0.72229,-0.69159,300,0,1,0),(240668,195164,1,1,1,9994.93,2219.04,1329.48,4.65326,0,0,0.7277,-0.685896,300,0,1,0),(240667,195164,1,1,1,9999.51,2234.51,1330.59,1.43313,0,0,0.656798,0.754066,300,0,1,0),(240666,179968,1,1,1,9994.95,2218.91,1328.77,4.66897,0,0,0.72229,-0.69159,300,0,1,0),(240665,179968,1,1,1,9991.92,2218.84,1328.61,4.82213,0,0,0.667263,-0.744823,300,0,1,0),(240664,179968,1,1,1,9988.83,2218.95,1328.58,4.75929,0,0,0.690332,-0.723493,300,0,1,0),(240663,179968,1,1,1,9981.93,2217.48,1328.73,4.84961,0,0,0.656966,-0.75392,300,0,1,0),(240662,179968,1,1,1,9975.86,2216.51,1329.29,4.82998,0,0,0.664334,-0.747436,300,0,1,0),(240661,179968,1,1,1,9979.24,2216.92,1328.91,4.88889,0,0,0.642034,-0.766677,300,0,1,0),(240660,179968,1,1,1,9973.39,2211.61,1329.39,0.156859,0,0,0.0783491,0.996926,300,0,1,0),(240659,179968,1,1,1,9973.79,2209.18,1329.29,0.0311947,0,0,0.0155967,0.999878,300,0,1,0),(240658,179968,1,1,1,9974.23,2207.13,1329.15,0.0508296,0,0,0.0254121,0.999677,300,0,1,0),(240657,179968,1,1,1,9975.13,2201.37,1328.94,6.1573,0,0,0.0629011,-0.99802,300,0,1,0),(240656,179968,1,1,1,9975.06,2198.89,1328.92,6.25155,0,0,0.0158169,-0.999875,300,0,1,0),(240655,179968,1,1,1,9974.98,2195.81,1328.95,0.0233379,0,0,0.0116687,0.999932,300,0,1,0),(240654,179968,1,1,1,9980.77,2192.63,1328.9,1.51167,0,0,0.685897,0.727699,300,0,1,0),(240653,179968,1,1,1,9983.56,2193.02,1328.73,1.55879,0,0,0.702849,0.711339,300,0,1,0),(240652,179968,1,1,1,9986.12,2193.36,1328.47,1.60199,0,0,0.718049,0.695993,300,0,1,0),(240651,179968,1,1,1,9991.63,2194.14,1327.89,1.41742,0,0,0.650855,0.759202,300,0,1,0),(240650,179968,1,1,1,9994.37,2194.29,1327.74,1.48811,0,0,0.677277,0.735728,300,0,1,0),(240649,179968,1,1,1,9997.22,2194.31,1327.73,1.54701,0,0,0.698647,0.715466,300,0,1,0),(240648,179968,1,1,1,10003.9,2201.66,1327.86,3.21205,0,0,0.99938,-0.0352214,300,0,1,0),(240647,179968,1,1,1,10003.3,2205.14,1327.77,3.22776,0,0,0.999072,-0.0430704,300,0,1,0),(240646,179968,1,1,1,10003.1,2207.82,1327.83,3.33441,0,0,0.995356,-0.0962594,300,0,1,0),(240645,179968,1,1,1,10003.2,2210.99,1328.12,3.17734,0,0,0.99984,-0.0178727,300,0,1,0),(240644,179968,1,1,1,10002.9,2213.91,1328.47,3.31085,0,0,0.996421,-0.0845276,300,0,1,0),(240643,179968,1,1,1,10002.5,2216.51,1328.84,3.28336,0,0,0.997489,-0.0708243,300,0,1,0),(240642,179968,1,1,1,9998.76,2235.77,1329.83,4.28475,0,0,0.841048,-0.54096,300,0,1,0),(240641,179968,1,1,1,9999.9,2235.24,1330.44,4.31224,0,0,0.833533,-0.552469,300,0,1,0),(240640,179968,1,1,1,9999.9,2235.24,1329.73,4.31224,0,0,0.833533,-0.552469,300,0,1,0),(240639,179968,1,1,1,9999.55,2234.41,1329.88,4.31224,0,0,0.833533,-0.552469,300,0,1,0),(240638,179968,1,1,1,9982.08,2243.54,1331.84,3.02026,0,0,0.99816,0.0606291,300,0,1,0),(240637,179968,1,1,1,9982.13,2246.34,1332.02,3.13021,0,0,0.999984,0.00569133,300,0,1,0),(240636,179968,530,1,1,-3963.57,-11858.9,0.625538,4.59711,0,0,0.746667,-0.665198,300,0,1,0),(240635,179968,530,1,1,-3963.3,-11858,0.622251,4.49893,0,0,0.778409,-0.627757,300,0,1,0),(240634,179968,530,1,1,-3962.17,-11858.3,1.35331,4.65994,0,0,0.725405,-0.688322,300,0,1,0),(240633,179968,530,1,1,-3962.17,-11858.3,0.647246,4.65994,0,0,0.725405,-0.688322,300,0,1,0),(240632,179968,530,1,1,-3962.22,-11859.2,0.655255,4.65994,0,0,0.725405,-0.688322,300,0,1,0),(240631,179968,530,1,1,-3979.42,-11860.7,0.432217,4.23975,0,0,0.853006,-0.521901,300,0,1,0),(240630,179968,530,1,1,-3980.04,-11861.9,0.426034,4.23975,0,0,0.853006,-0.521901,300,0,1,0),(240629,179968,530,1,1,-3980.44,-11860.2,0.423322,4.16513,0,0,0.87188,-0.48972,300,0,1,0),(240628,179968,530,1,1,-3981.01,-11861.1,0.416226,4.16906,0,0,0.870916,-0.491432,300,0,1,0),(240627,195164,1,1,1,1301.82,-4406.53,27.2368,5.4744,0,0,0.39346,-0.919342,300,0,1,0),(240626,195164,1,1,1,1296.44,-4403.09,27.7315,1.25681,0,0,0.587855,0.808966,300,0,1,0),(240625,195164,1,1,1,1301.94,-4411.23,27.444,0.311978,0,0,0.155357,0.987858,300,0,1,0),(240624,195164,1,1,1,1296.35,-4419.28,27.3242,5.7705,0,0,0.253544,-0.967324,300,0,1,0),(240623,195164,1,1,1,1280.97,-4412.84,27.1556,5.51917,0,0,0.372784,-0.927918,300,0,1,0),(240622,195164,1,1,1,1279.75,-4413.7,27.158,5.26392,0,0,0.487857,-0.872924,300,0,1,0),(240621,195164,1,1,1,1276.21,-4416.05,27.1098,5.34638,0,0,0.451461,-0.892291,300,0,1,0),(240620,195164,1,1,1,1274.69,-4417.34,27.0869,5.35424,0,0,0.447951,-0.894058,300,0,1,0),(240619,195164,1,1,1,1271.25,-4420.36,26.9449,5.87653,0,0,0.201929,-0.9794,300,0,1,0),(240618,195164,1,1,1,1270.24,-4422.24,27.0815,5.81762,0,0,0.230686,-0.973028,300,0,1,0),(240617,195164,1,1,1,1267.88,-4428.73,27.3586,0.606505,0,0,0.298626,0.95437,300,0,1,0),(240616,195164,1,1,1,1268.61,-4430.38,27.3632,0.563308,0,0,0.277945,0.960597,300,0,1,0),(240615,195164,1,1,1,1270.69,-4432.51,27.4082,0.835841,0,0,0.405861,0.913935,300,0,1,0),(240614,195164,1,1,1,1271.66,-4433.78,27.4488,0.906527,0,0,0.437902,0.899023,300,0,1,0),(240613,195164,1,1,1,1274.15,-4437.9,27.605,0.741593,0,0,0.362358,0.932039,300,0,1,0),(240612,195164,1,1,1,1275.56,-4439.34,27.6864,0.753374,0,0,0.367842,0.929888,300,0,1,0),(240611,195164,1,1,1,1284.02,-4438.77,28.2456,2.09248,0,0,0.865546,0.500829,300,0,1,0),(240610,195164,1,1,1,1285.61,-4437.76,28.2396,2.19065,0,0,0.889077,0.457758,300,0,1,0),(240609,195164,1,1,1,1288.56,-4436.14,28.0923,1.99823,0,0,0.840993,0.541047,300,0,1,0),(240608,195164,1,1,1,1290.11,-4435.29,28.0071,2.10033,0,0,0.867505,0.497428,300,0,1,0),(240607,195164,1,1,1,1295.88,-4431.63,27.6582,2.21029,0,0,0.893529,0.449005,300,0,1,0),(240606,195164,1,1,1,1297.52,-4430.13,27.5555,2.40664,0,0,0.933237,0.359261,300,0,1,0),(240605,179968,1,1,1,1297.16,-4430.09,26.8497,2.30061,0,0,0.912889,0.408209,300,0,1,0),(240604,179968,1,1,1,1295.79,-4431.59,26.952,2.24563,0,0,0.901323,0.433147,300,0,1,0),(240603,179968,1,1,1,1289.92,-4435.09,27.3016,2.15138,0,0,0.879918,0.475125,300,0,1,0),(240602,179968,1,1,1,1288.37,-4435.9,27.3867,2.11604,0,0,0.871386,0.490598,300,0,1,0),(240601,179968,1,1,1,1285.38,-4437.76,27.534,2.10426,0,0,0.868481,0.495722,300,0,1,0),(240600,179968,1,1,1,1283.83,-4438.68,27.54,2.0807,0,0,0.862581,0.505918,300,0,1,0),(240599,179968,1,1,1,1275.57,-4439.37,26.9804,0.741593,0,0,0.362358,0.932039,300,0,1,0),(240598,179968,1,1,1,1274.36,-4437.81,26.8996,0.752588,0,0,0.367476,0.930033,300,0,1,0),(240597,179968,1,1,1,1271.64,-4433.71,26.7426,0.897887,0,0,0.434014,0.900906,300,0,1,0),(240596,179968,1,1,1,1270.65,-4432.46,26.7018,0.842909,0,0,0.409088,0.912495,300,0,1,0),(240595,179968,1,1,1,1268.77,-4430.44,26.6577,0.591582,0,0,0.291497,0.956572,300,0,1,0),(240594,179968,1,1,1,1267.92,-4428.64,26.6532,0.520896,0,0,0.257513,0.966275,300,0,1,0),(240593,179968,1,1,1,1270.17,-4422.24,26.376,5.87731,0,0,0.201548,-0.979479,300,0,1,0),(240592,179968,1,1,1,1271.26,-4420.47,26.2395,5.9048,0,0,0.188066,-0.982156,300,0,1,0),(240591,179968,1,1,1,1274.84,-4417.44,26.3812,5.3511,0,0,0.449355,-0.893354,300,0,1,0),(240590,179968,1,1,1,1276.3,-4416.39,26.4036,5.32361,0,0,0.461591,-0.887093,300,0,1,0),(240589,179968,1,1,1,1279.71,-4413.85,26.4523,5.50817,0,0,0.377882,-0.925854,300,0,1,0),(240588,179968,1,1,1,1281.13,-4412.77,26.4501,5.42178,0,0,0.417509,-0.908673,300,0,1,0),(240587,180353,1,1,1,1290.06,-4404.73,26.3184,4.42826,0,0,0.800101,-0.599866,300,0,1,0),(240586,180353,1,1,1,1295.63,-4406.77,26.4567,4.16907,0,0,0.870913,-0.491437,300,0,1,0),(240585,180353,1,1,1,1304.41,-4408.99,26.2925,1.52621,0,0,0.691169,0.722693,300,0,1,0),(240584,180353,1,1,1,1304.26,-4412.35,26.4077,1.50657,0,0,0.684039,0.729446,300,0,1,0),(240583,180353,1,1,1,1296.54,-4430.96,26.9027,0.697614,0,0,0.341777,0.939781,300,0,1,0),(240582,180353,1,1,1,1289.41,-4435.53,27.3442,0.528753,0,0,0.261307,0.965256,300,0,1,0),(240581,180353,1,1,1,1284.69,-4438.29,27.5673,0.528753,0,0,0.261307,0.965256,300,0,1,0),(240580,180353,1,1,1,1275.02,-4438.74,26.9386,5.32361,0,0,0.461591,-0.887093,300,0,1,0),(240579,180353,1,1,1,1271.09,-4433.14,26.7162,5.32361,0,0,0.461591,-0.887093,300,0,1,0),(240578,180353,1,1,1,1268.6,-4429.59,26.6604,5.32754,0,0,0.459847,-0.887998,300,0,1,0),(240577,180353,1,1,1,1270.68,-4421.41,26.2863,3.85492,0,0,0.937067,-0.34915,300,0,1,0),(240576,180353,1,1,1,1275.71,-4417.02,26.4,3.85884,0,0,0.936381,-0.350986,300,0,1,0),(240575,180353,1,1,1,1280.23,-4413.12,26.4446,3.85884,0,0,0.936381,-0.350986,300,0,1,0),(240574,195303,1,1,1,1298.76,-4419.4,26.6275,1.69507,0,0,0.749651,0.661833,300,0,1,0),(240573,195303,1,1,1,1305.29,-4413.29,26.1647,2.67289,0,0,0.972665,0.232212,300,0,1,0),(240572,195212,1,1,1,1306.55,-4410.74,25.8364,2.8496,0,0,0.989361,0.145478,300,0,1,0),(240571,195212,1,1,1,1304.73,-4408.7,26.2159,2.90065,0,0,0.992752,0.12018,300,0,1,0),(240570,195197,1,1,1,1297.9,-4420.87,26.6368,2.72394,0,0,0.978275,0.207312,300,0,1,0),(240569,195197,1,1,1,1301.52,-4403.95,26.3724,3.72139,0,0,0.958273,-0.285855,300,0,1,0),(240568,195194,1,1,1,1299.46,-4405.2,26.4748,3.85491,0,0,0.937069,-0.349145,300,0,1,0),(240567,195196,1,1,1,1304.8,-4406.37,26.1649,3.24623,0,0,0.998632,-0.0522948,300,0,1,0),(240566,195198,1,1,1,1303.12,-4403.25,26.295,3.58788,0,0,0.975207,-0.221296,300,0,1,0),(240565,179968,1,1,1,1302.34,-4407.39,26.4339,0.260935,0,0,0.130098,0.991501,300,0,1,0),(240564,179968,1,1,1,1301.09,-4405.5,26.478,0.245226,0,0,0.122306,0.992492,300,0,1,0),(240563,179968,1,1,1,1301.68,-4406.42,26.4589,0.292349,0,0,0.145655,0.989336,300,0,1,0),(240562,179968,1,1,1,1302.51,-4406.17,27.1129,0.292349,0,0,0.145655,0.989336,300,0,1,0),(240561,179968,1,1,1,1302.51,-4406.17,26.4073,0.339473,0,0,0.168923,0.985629,300,0,1,0),(240560,179968,1,1,1,1296.37,-4403.09,27.026,1.14843,0,0,0.543176,0.839619,300,0,1,0),(240559,179968,1,1,1,1296.37,-4403.09,26.3204,1.14843,0,0,0.543176,0.839619,300,0,1,0),(240558,179968,1,1,1,1295.94,-4404.05,26.3415,1.14843,0,0,0.543176,0.839619,300,0,1,0),(240557,179968,1,1,1,1294.65,-4403.47,26.3195,1.14843,0,0,0.543176,0.839619,300,0,1,0),(240556,179968,1,1,1,1295.12,-4402.44,26.3123,1.1288,0,0,0.534909,0.84491,300,0,1,0),(240555,179968,1,1,1,1294.66,-4419.7,26.5909,5.64091,0,0,0.315646,-0.948877,300,0,1,0),(240554,179968,1,1,1,1295.64,-4420.43,26.6132,5.64091,0,0,0.315646,-0.948877,300,0,1,0),(240553,179968,1,1,1,1295.43,-4418.55,26.6254,5.65662,0,0,0.308183,-0.951327,300,0,1,0),(240552,179968,1,1,1,1296.53,-4419.34,26.6187,5.66447,0,0,0.304447,-0.952529,300,0,1,0),(240551,179968,1,1,1,1296.58,-4417.67,26.6345,5.57808,0,0,0.345295,-0.938494,300,0,1,0),(240550,179968,1,1,1,1297.44,-4418.41,26.6135,5.58986,0,0,0.339761,-0.940512,300,0,1,0),(240549,195200,1,1,1,1300.88,-4415.43,26.6914,0.150977,0,0,0.0754168,0.997152,300,0,1,0),(240548,195215,1,1,1,1303.2,-4410.26,27.444,1.65501,0,0,0.736245,0.676715,300,0,1,0),(240547,195192,1,1,1,1302.1,-4409.68,27.444,1.65109,0,0,0.734918,0.678157,300,0,1,0),(240546,195195,1,1,1,1302,-4412.47,27.4441,1.11702,0,0,0.529923,0.848046,300,0,1,0),(240545,195191,1,1,1,1302.52,-4410.94,26.5561,3.19832,0,0,0.999598,-0.0283598,300,0,1,0),(240544,180353,530,1,1,-3981.4,-11869.1,0.40929,1.43509,0,0,0.657537,0.753422,300,0,1,0),(240543,180353,530,1,1,-3981.39,-11874.6,0.447613,1.34869,0,0,0.624386,0.781116,300,0,1,0),(240542,180353,530,1,1,-3982.69,-11880.4,0.446558,1.34869,0,0,0.624386,0.781116,300,0,1,0),(240541,180353,530,1,1,-3977.27,-11885.7,0.550238,2.99803,0,0,0.997425,0.0717197,300,0,1,0),(240540,180353,530,1,1,-3972.96,-11886.6,0.632589,2.86059,0,0,0.990146,0.14004,300,0,1,0),(240539,180353,530,1,1,-3969.7,-11887.5,0.697352,2.84095,0,0,0.988723,0.149756,300,0,1,0),(240538,180353,530,1,1,-3963.99,-11882.9,0.794779,4.0701,0,0,0.894156,-0.447756,300,0,1,0),(240537,180353,530,1,1,-3961.29,-11876.7,0.829859,4.26252,0,0,0.847009,-0.531579,300,0,1,0),(240536,180353,530,1,1,-3958.77,-11871.5,0.842487,4.22718,0,0,0.856269,-0.51653,300,0,1,0),(240535,180353,530,1,1,-3965.14,-11863.3,0.639776,6.25743,0,0,0.0128773,-0.999917,300,0,1,0),(240534,180353,530,1,1,-3970.8,-11863.2,0.532856,6.25743,0,0,0.0128773,-0.999917,300,0,1,0),(240533,180353,530,1,1,-3974.81,-11863.1,0.483395,6.25743,0,0,0.0128773,-0.999917,300,0,1,0),(240532,180353,530,1,1,-3976.57,-11861.8,0.465867,4.09759,0,0,0.887917,-0.460003,300,0,1,0),(240531,180353,530,1,1,-3980.7,-11859.3,0.420101,4.24681,0,0,0.851158,-0.524909,300,0,1,0),(240530,180353,530,1,1,-3978.55,-11860.6,0.446388,3.98763,0,0,0.911854,-0.410515,300,0,1,0),(240529,180353,530,1,1,-3952.77,-11864.2,0.892707,3.59886,0,0,0.973977,-0.226647,300,0,1,0),(240528,180353,530,1,1,-3954.67,-11860.3,0.817822,3.70882,0,0,0.96005,-0.279827,300,0,1,0),(240527,195303,530,1,1,-3957.48,-11861.1,0.769591,4.15257,0,0,0.874938,-0.484235,300,0,1,0),(240526,195303,530,1,1,-3958.59,-11860.3,1.02229,4.30965,0,0,0.834248,-0.551389,300,0,1,0),(240525,195212,530,1,1,-3959,-11857.7,0.705579,3.79521,0,0,0.947072,-0.321022,300,0,1,0),(240524,195212,530,1,1,-3956.95,-11858.9,0.758281,3.66955,0,0,0.96536,-0.260923,300,0,1,0),(240523,195212,530,1,1,-3953.9,-11859.5,0.824961,3.48498,0,0,0.985297,-0.170851,300,0,1,0),(240522,195212,530,1,1,-3953.94,-11866.2,0.8877,3.1237,0,0,0.99996,0.00894626,300,0,1,0),(240521,195197,530,1,1,-3954.63,-11867.9,0.891499,3.11192,0,0,0.99989,0.0148357,300,0,1,0),(240520,195194,530,1,1,-3957.05,-11866.4,0.827674,3.32397,0,0,0.995845,-0.0910624,300,0,1,0),(240519,195196,530,1,1,-3959.87,-11860,0.710028,3.96408,0,0,0.916624,-0.39975,300,0,1,0),(240518,195198,530,1,1,-3955.82,-11857.2,0.764875,3.7206,0,0,0.958386,-0.285477,300,0,1,0),(240517,195200,530,1,1,-3951.67,-11868.6,0.949688,3.61065,0,0,0.972624,-0.232385,300,0,1,0),(240516,195215,530,1,1,-3955.13,-11864.2,1.97205,2.12624,0,0,0.873877,0.486148,300,0,1,0),(240515,195192,530,1,1,-3956.34,-11862.3,1.71989,2.16551,0,0,0.883253,0.468897,300,0,1,0),(240514,195195,530,1,1,-3954.82,-11864.6,1.71971,1.88277,0,0,0.808374,0.588669,300,0,1,0),(240513,195164,530,1,1,-3955.34,-11863.2,1.71971,3.52818,0,0,0.981377,-0.192092,300,0,1,0),(240512,195191,530,1,1,-3955.34,-11863.2,0.830986,3.63028,0,0,0.970296,-0.24192,300,0,1,0),(240511,180353,1,1,1,9993.38,2218.72,1328.65,0.0553825,0,0,0.0276877,0.999617,300,0,1,0),(240510,180353,1,1,1,9990.4,2218.56,1328.55,0.0553825,0,0,0.0276877,0.999617,300,0,1,0),(240509,180353,1,1,1,9980.82,2217.15,1328.8,0.122141,0,0,0.0610325,0.998136,300,0,1,0),(240508,180353,1,1,1,9976.81,2216.66,1329.18,0.122141,0,0,0.0610325,0.998136,300,0,1,0),(240507,180353,1,1,1,9973.67,2210.56,1329.33,1.62225,0,0,0.725062,0.688683,300,0,1,0),(240506,180353,1,1,1,9973.8,2207.95,1329.23,1.61832,0,0,0.723708,0.690107,300,0,1,0),(240505,180353,1,1,1,9975.25,2200.06,1328.91,1.54371,0,0,0.697466,0.716618,300,0,1,0),(240504,180353,1,1,1,9975.17,2197.07,1328.93,1.54371,0,0,0.697466,0.716618,300,0,1,0),(240503,180353,1,1,1,9982.1,2192.81,1328.84,3.25588,0,0,0.998368,-0.0571126,300,0,1,0),(240502,180353,1,1,1,9985.05,2193.15,1328.59,3.25588,0,0,0.998368,-0.0571126,300,0,1,0),(240501,180353,1,1,1,9992.76,2194.03,1327.82,3.25588,0,0,0.998368,-0.0571126,300,0,1,0),(240500,180353,1,1,1,9996.26,2194.43,1327.7,3.25588,0,0,0.998368,-0.0571126,300,0,1,0),(240499,180353,1,1,1,10002.8,2203.31,1327.76,3.25195,0,0,0.998478,-0.0551507,300,0,1,0),(240498,180353,1,1,1,10002.2,2207.07,1327.79,3.14985,0,0,0.999991,-0.00412861,300,0,1,0),(240497,180353,1,1,1,10002.7,2212.55,1328.26,3.16163,0,0,0.99995,-0.0100185,300,0,1,0),(240496,180353,1,1,1,10002.6,2215.54,1328.7,3.11451,0,0,0.999908,0.0135409,300,0,1,0),(240495,180353,1,1,1,10007,2223.84,1330.01,4.69316,0,0,0.713872,-0.700276,300,0,1,0),(240494,180353,1,1,1,10006.4,2229.73,1329.97,4.63818,0,0,0.732851,-0.680389,300,0,1,0),(240493,180353,1,1,1,9983.18,2245.02,1331.84,3.23231,0,0,0.998971,-0.0453431,300,0,1,0),(240492,195303,1,1,1,9989.61,2240.32,1331.01,5.05444,0,0,0.576446,-0.817135,300,0,1,0),(240491,195303,1,1,1,10004,2231.16,1329.87,3.58575,0,0,0.975442,-0.220258,300,0,1,0),(240490,195303,1,1,1,10004.3,2229.67,1330.11,3.55041,0,0,0.979181,-0.202988,300,0,1,0),(240489,195303,1,1,1,10005.2,2222.65,1329.86,2.71003,0,0,0.976809,0.214111,300,0,1,0),(240488,195199,1,1,1,10009.2,2223.82,1329.94,2.84355,0,0,0.988917,0.14847,300,0,1,0),(240487,195199,1,1,1,10007,2235.34,1328.77,4.29653,0,0,0.837847,-0.545905,300,0,1,0),(240486,195199,1,1,1,9990.57,2243.64,1330.71,3.1577,0,0,0.999968,-0.00805362,300,0,1,0),(240485,195212,1,1,1,9990.62,2240.48,1330.86,3.06346,0,0,0.999237,0.0390563,300,0,1,0),(240484,195212,1,1,1,10005.7,2221.27,1329.69,2.71788,0,0,0.977642,0.210275,300,0,1,0),(240483,195212,1,1,1,10008.6,2228.53,1329.99,3.45616,0,0,0.987656,-0.156636,300,0,1,0),(240482,195212,1,1,1,10009.6,2230.83,1329.41,3.54648,0,0,0.979578,-0.201064,300,0,1,0),(240481,195212,1,1,1,10005.8,2231.28,1329.7,3.66821,0,0,0.965534,-0.260277,300,0,1,0),(240480,195197,1,1,1,10001.7,2234.57,1329.54,4.3358,0,0,0.826967,-0.56225,300,0,1,0),(240479,195197,1,1,1,9987.62,2239.49,1331.19,3.04774,0,0,0.998899,0.0469091,300,0,1,0),(240478,195194,1,1,1,10001.2,2225.46,1329.96,2.88281,0,0,0.991641,0.129031,300,0,1,0),(240477,195196,1,1,1,9988.36,2241.36,1331.18,3.12236,0,0,0.999954,0.00961618,300,0,1,0),(240476,195196,1,1,1,10002.5,2232.19,1329.84,3.7978,0,0,0.946655,-0.322248,300,0,1,0),(240475,195198,1,1,1,10003.1,2234.87,1329.32,3.79387,0,0,0.947287,-0.320388,300,0,1,0),(240474,195198,1,1,1,9985.81,2241.07,1331.4,3.28336,0,0,0.997489,-0.0708243,300,0,1,0),(240473,195200,1,1,1,10001.9,2221.9,1329.61,4.41433,0,0,0.804259,-0.594279,300,0,1,0),(240472,195215,1,1,1,10004.4,2226.69,1331.01,1.67722,0,0,0.743715,0.668497,300,0,1,0),(240471,195192,1,1,1,10004.3,2227.59,1331.01,1.67329,0,0,0.7424,0.669957,300,0,1,0),(240470,195195,1,1,1,10004.7,2224.82,1331.01,1.51229,0,0,0.686122,0.727486,300,0,1,0),(240469,195164,1,1,1,10004.8,2226.39,1331.01,1.59868,0,0,0.716896,0.69718,300,0,1,0),(240468,195191,1,1,1,10004.8,2226.45,1330.13,3.13414,0,0,0.999993,0.00372631,300,0,1,0),(240467,180353,0,1,1,-9126.2,352.023,93.5502,2.16569,0,0,0.883295,0.468817,300,0,1,0),(240466,180353,0,1,1,-9129.1,350.316,93.5324,2.05966,0,0,0.857211,0.514965,300,0,1,0),(240465,180353,0,1,1,-9124.05,353.904,93.4149,2.01096,0,0,0.844419,0.535683,300,0,1,0),(240464,180353,0,1,1,-9120.34,357.919,93.1309,2.03924,0,0,0.851909,0.52369,300,0,1,0),(240463,180353,0,1,1,-9121.66,347.84,94.0413,1.4816,0,0,0.674878,0.737929,300,0,1,0),(240462,195191,0,1,1,-5074.44,-782.17,495.119,4.20169,0,0,0.862782,-0.505575,300,0,1,0),(240461,195164,0,1,1,-5073.87,-782.25,496.007,3.03145,0,0,0.998484,0.0550435,300,0,1,0),(240460,195195,0,1,1,-5073.04,-783.32,496.007,2.21464,0,0,0.894504,0.44706,300,0,1,0),(240459,195192,0,1,1,-5075.63,-782.225,496.007,2.68195,0,0,0.973707,0.227804,300,0,1,0),(240458,195215,0,1,1,-5074.51,-782.057,496.007,3.29063,0,0,0.997225,-0.0744498,300,0,1,0),(240457,195198,0,1,1,-5078.52,-780.332,495.148,1.81016,0,0,0.786475,0.617623,300,0,1,0),(240456,195196,0,1,1,-5081.48,-809.468,495.127,5.09312,0,0,0.560536,-0.82813,300,0,1,0),(240455,195194,0,1,1,-5074.6,-805.472,495.127,5.17166,0,0,0.527591,-0.849498,300,0,1,0),(240454,180353,0,1,1,-5069.62,-790.932,495.128,6.07878,0,0,0.102025,-0.994782,300,0,1,0),(240453,195191,0,1,1,-9108.9,364.276,93.9704,2.74217,0,0,0.980124,0.198386,300,0,1,0),(240452,195164,0,1,1,-9108.9,364.276,94.8585,1.14389,0,0,0.541269,0.84085,300,0,1,0),(240451,195195,0,1,1,-9110.3,362.797,94.8585,0.814019,0,0,0.395865,0.918309,300,0,1,0),(240450,195192,0,1,1,-9108.85,365.595,94.8591,1.20672,0,0,0.567412,0.823434,300,0,1,0),(240449,195215,0,1,1,-9109.13,364.867,94.8591,1.20672,0,0,0.567412,0.823434,300,0,1,0),(240448,195200,0,1,1,-9114.88,360.066,93.5696,5.88769,0,0,0.196461,-0.980512,300,0,1,0),(240447,195198,0,1,1,-9109.01,368.778,94.0214,0.342777,0,0,0.170551,0.985349,300,0,1,0),(240446,195198,0,1,1,-9114.53,354.438,93.4013,5.24366,0,0,0.496674,-0.867937,300,0,1,0),(240445,195196,0,1,1,-9113.92,363.176,93.8391,5.46357,0,0,0.398433,-0.917198,300,0,1,0),(240444,195194,0,1,1,-9119.82,359.342,93.1893,5.08265,0,0,0.564863,-0.825185,300,0,1,0),(240443,195197,0,1,1,-9111.72,368.989,94.1376,6.2529,0,0,0.015142,-0.999885,300,0,1,0),(240442,195197,0,1,1,-9109.75,353.516,93.3842,5.47535,0,0,0.393024,-0.919528,300,0,1,0),(240441,195199,0,1,1,-9105.29,367.059,93.0555,6.15472,0,0,0.0641886,-0.997938,300,0,1,0),(240440,195199,0,1,1,-9111.07,351.772,93.4565,2.0039,0,0,0.842523,0.53866,300,0,1,0),(240439,195199,0,1,1,-9118.75,357.285,93.2502,1.69366,0,0,0.749184,0.662361,300,0,1,0),(240438,195212,0,1,1,-9111.16,360.718,93.8337,2.31413,0,0,0.915627,0.402029,300,0,1,0),(240437,195212,0,1,1,-9111.21,356.638,93.3919,2.32591,0,0,0.917979,0.396629,300,0,1,0),(240436,195212,0,1,1,-9109.4,358.181,93.6363,2.58509,0,0,0.961537,0.274675,300,0,1,0),(240435,195212,0,1,1,-9105.45,364.199,93.3237,3.12702,0,0,0.999973,0.00728632,300,0,1,0),(240434,195212,0,1,1,-9106.28,369.586,93.3838,3.6336,0,0,0.969893,-0.24353,300,0,1,0),(240433,195303,0,1,1,-9108.46,370.797,93.9633,3.30373,0,0,0.996716,-0.0809799,300,0,1,0),(240432,195303,0,1,1,-9107.36,367.547,93.7091,3.25661,0,0,0.998347,-0.0574769,300,0,1,0),(240431,195303,0,1,1,-9111.39,362.091,93.8947,2.0628,0,0,0.858019,0.513618,300,0,1,0),(240430,180353,0,1,1,-9106.44,366.297,93.4249,5.97015,0,0,0.155879,-0.987776,300,0,1,0),(240429,180353,0,1,1,-9107.49,361.434,93.7582,4.30904,0,0,0.834416,-0.551135,300,0,1,0),(240428,180353,0,1,1,-9107.88,355.021,93.3263,2.12956,0,0,0.874682,0.484697,300,0,1,0),(240427,180353,0,1,1,-9106.72,347.759,93.3323,4.69388,0,0,0.71362,-0.700533,300,0,1,0),(240426,180353,0,1,1,-9106.8,343.546,93.5129,4.69388,0,0,0.71362,-0.700533,300,0,1,0),(240425,180353,0,1,1,-9106.46,335.828,93.6541,4.75279,0,0,0.69268,-0.721245,300,0,1,0),(240424,180353,0,1,1,-9106.32,332.317,93.5889,4.75279,0,0,0.69268,-0.721245,300,0,1,0),(240423,180353,0,1,1,-9106.95,323.154,93.3763,4.79991,0,0,0.675496,-0.737363,300,0,1,0),(240422,180353,0,1,1,-9106.67,320.002,93.4244,4.79991,0,0,0.675496,-0.737363,300,0,1,0),(240421,180353,0,1,1,-9108.21,310.725,93.7368,4.61534,0,0,0.740573,-0.671976,300,0,1,0),(240420,180353,0,1,1,-9108.5,307.8,93.8631,4.61534,0,0,0.740573,-0.671976,300,0,1,0),(240419,180353,0,1,1,-9123.38,309.698,93.1581,1.61119,0,0,0.721243,0.692682,300,0,1,0),(240418,180353,0,1,1,-9123.5,312.509,93.314,1.61119,0,0,0.721243,0.692682,300,0,1,0),(240417,180353,0,1,1,-9123.81,320.224,93.4622,1.61119,0,0,0.721243,0.692682,300,0,1,0),(240416,180353,0,1,1,-9123.96,324.078,93.4462,1.61119,0,0,0.721243,0.692682,300,0,1,0),(240415,180353,0,1,1,-9123.28,332.133,93.3779,1.4816,0,0,0.674878,0.737929,300,0,1,0),(240414,180353,0,1,1,-9122.97,335.626,93.6704,1.4816,0,0,0.674878,0.737929,300,0,1,0),(240413,180353,0,1,1,-9122.03,343.65,94.1882,1.4816,0,0,0.674878,0.737929,300,0,1,0),(240412,195197,0,1,1,-5071.19,-788.535,495.001,0.561371,0,0,0.277014,0.960866,300,0,1,0),(240411,195212,0,1,1,-5071.77,-785.649,495.013,0.698816,0,0,0.342342,0.939576,300,0,1,0),(240410,195303,0,1,1,-5079.17,-811.633,495.128,4.6101,0,0,0.742331,-0.670033,300,0,1,0),(240409,195303,0,1,1,-5078.82,-811.385,495.128,1.35069,0,0,0.625167,0.780491,300,0,1,0),(240408,195303,0,1,1,-5077.27,-781.108,495.129,4.67293,0,0,0.720919,-0.693019,300,0,1,0),(240407,180353,0,1,1,-5084.4,-786.175,495.73,3.2435,0,0,0.998702,-0.0509316,300,0,1,0),(240406,180353,0,1,1,-5095.12,-790.328,495.205,3.48698,0,0,0.985125,-0.171837,300,0,1,0),(240405,180353,0,1,1,-5092.54,-808.978,495.1,6.22801,0,0,0.0275841,-0.999619,300,0,1,0),(240404,180353,0,1,1,-5076.06,-806.492,495.126,5.89029,0,0,0.195187,-0.980766,300,0,1,0),(240403,180353,0,1,1,-5085.47,-807.597,495.124,4.16634,0,0,0.871583,-0.490247,300,0,1,0),(240402,180353,0,1,1,-5076.27,-780.06,495.307,1.17397,0,0,0.553853,0.832614,300,0,1,0),(240401,180353,0,1,1,-5071.41,-783.176,494.957,0.702734,0,0,0.344182,0.938903,300,0,1,0),(240400,180353,0,1,1,-5072.26,-803.167,495.128,6.17696,0,0,0.0530877,-0.99859,300,0,1,0),(268599,188086,571,1,1,3850.5,4884.73,-4.55864,3.9046,0,0,0.928106,-0.372316,300,0,1,0),(268598,188086,571,1,1,3649.06,4197.95,16.817,0.492043,0,0,0.243547,0.969889,300,0,1,0),(268597,188086,571,1,1,4241.54,5153.61,13.0754,2.20814,0,0,0.893046,0.449965,300,0,1,0),(268604,187894,571,1,1,2945.04,5385.66,60.5319,4.5464,0,0,0.76329,-0.646056,300,0,1,0),(265564,189331,571,1,1,3707.19,-1182.16,120.805,4.22377,0,0,0.85715,-0.515068,300,0,1,0),(268875,181048,329,1,1,3423.57,-3055.67,136.498,5.25036,0,0,0,0,300,0,1,0),(264464,186959,571,1,1,157.202,-5712.16,189.315,-0.226892,0,0,0.703383,0.710811,300,0,1,0),(264463,186959,571,1,1,158.707,-5823.32,7.00682,-1.51844,0,0,0.703383,0.710811,300,0,1,0),(264462,186959,571,1,1,276.169,-5755.25,268.456,-2.47837,0,0,0.703383,0.710811,300,0,1,0),(264461,186959,571,1,1,278.529,-5758.35,268.456,-2.49582,0,0,0.703383,0.710811,300,0,1,0),(264460,186959,571,1,1,280.852,-5761.4,268.456,-2.49582,0,0,0.703383,0.710811,300,0,1,0),(264459,186959,571,1,1,476.923,-5941.13,308.753,1.56029,0,0,0.703383,0.710811,300,0,1,0),(268889,186487,571,1,1,2821.75,-3603.67,245.555,3.49556,0,0,0.984379,-0.176061,300,0,1,0),(268965,193580,571,1,1,6776.68,1628.61,391.945,0,0,0,0,1,25,0,1,0),(59569,184820,530,1,1,1544.21,6321.05,2.36069,0.593412,0,0,0,1,120,255,1,0),(59568,184820,530,1,1,1506.37,6367.81,0.62336,4.5204,0,0,0,1,120,255,1,0),(268911,185215,530,1,1,4697.5,3298.68,178.892,2.02823,0,0,0.849013,0.528372,600,0,1,0),(268910,185215,530,1,1,4673.28,3126.67,166.725,5.42979,0,0,0.413867,-0.910337,300,0,1,0),(268909,185215,530,1,1,4734.71,3193.67,161.48,0.386745,0,0,0.19217,0.981362,300,0,1,0),(268912,185519,557,2,1,-107.662,-102.516,-0.420004,0.707648,0,0,0.346487,0.938055,300,100,1,0),(164341,184979,530,1,1,-2680.09,2564.96,74.9247,1.58825,0,0,0,1,120,255,1,0),(164340,184979,530,1,1,-2666.68,2551.4,74.9247,1.5708,0,0,0,1,120,255,1,0),(164339,184979,530,1,1,-2666.38,2539.36,74.9247,1.58825,0,0,0,1,120,255,1,0),(164338,184979,530,1,1,-2648.91,2575.67,74.9247,1.5708,0,0,0,1,120,255,1,0),(164337,184979,530,1,1,-2648.91,2539.1,74.9247,1.58825,0,0,0,1,120,255,1,0),(164336,184979,530,1,1,-2648.8,2528.1,74.9247,1.58825,0,0,0,1,120,255,1,0),(164335,184979,530,1,1,-2633.67,2527.57,74.9247,1.58825,0,0,0,1,120,255,1,0),(164334,184979,530,1,1,-2633.51,2538.87,74.9247,1.58825,0,0,0,1,120,255,1,0),(164333,184979,530,1,1,-2633.19,2575.3,74.9247,1.5708,0,0,0,1,120,255,1,0),(164332,184979,530,1,1,-2632.78,2564.51,74.9247,1.5708,0,0,0,1,120,255,1,0),(164331,184979,530,1,1,-2632.58,2550.56,74.9247,1.5708,0,0,0,1,120,255,1,0),(164330,184979,530,1,1,-2632.54,2598.43,74.9247,1.5708,0,0,0,1,120,255,1,0),(164329,184979,530,1,1,-2618.21,2553.41,74.9247,1.55334,0,0,0,1,120,255,1,0),(164328,184979,530,1,1,-2617.22,2598.45,74.9247,1.55334,0,0,0,1,120,255,1,0),(164327,184979,530,1,1,-2617.01,2587.36,74.9247,1.55334,0,0,0,1,120,255,1,0),(164326,184979,530,1,1,-2679.73,2575.56,74.9247,1.58825,0,0,0,1,120,255,1,0),(164325,184979,530,1,1,-2649.32,2607.47,74.9247,1.5708,0,0,0,1,120,255,1,0),(164324,184979,530,1,1,-2649.26,2618.3,74.9247,1.5708,0,0,0,1,120,255,1,0),(164323,184979,530,1,1,-2666.69,2586.43,74.9247,1.5708,0,0,0,1,120,255,1,0),(164322,184979,530,1,1,-2648.77,2586.72,74.9247,1.5708,0,0,0,1,120,255,1,0),(164321,184979,530,1,1,-2681.59,2648.71,74.9247,1.58825,0,0,0,1,120,255,1,0),(164320,184979,530,1,1,-2680.63,2637.09,74.9247,1.5708,0,0,0,1,120,255,1,0),(164319,184979,530,1,1,-2666.61,2650.02,74.9247,1.5708,0,0,0,1,120,255,1,0),(164318,184979,530,1,1,-2666.59,2596.14,74.9247,1.5708,0,0,0,1,120,255,1,0),(164317,184979,530,1,1,-2666.56,2616.49,74.9247,1.5708,0,0,0,1,120,255,1,0),(164316,184979,530,1,1,-2666.43,2605.87,74.9247,1.5708,0,0,0,1,120,255,1,0),(164315,184979,530,1,1,-2666.32,2627.34,74.9247,1.5708,0,0,0,1,120,255,1,0),(164314,184979,530,1,1,-2666.26,2637.5,74.9247,1.5708,0,0,0,1,120,255,1,0),(164313,184979,530,1,1,-2649.28,2639.93,74.9247,1.5708,0,0,0,1,120,255,1,0),(164312,184979,530,1,1,-2649.16,2629.34,74.9247,1.5708,0,0,0,1,120,255,1,0),(164311,184979,530,1,1,-2649.16,2596.55,74.9247,1.5708,0,0,0,1,120,255,1,0),(164310,184979,530,1,1,-2632.7,2609.45,74.9247,1.5708,0,0,0,1,120,255,1,0),(164309,184979,530,1,1,-2632.56,2640.99,74.9247,1.5708,0,0,0,1,120,255,1,0),(164308,184979,530,1,1,-2632.5,2630.54,74.9247,1.5708,0,0,0,1,120,255,1,0),(164307,184979,530,1,1,-2617.84,2618.62,74.9247,1.55334,0,0,0,1,120,255,1,0),(164306,184979,530,1,1,-2617.43,2629.57,74.9247,1.55334,0,0,0,1,120,255,1,0),(164305,184979,530,1,1,-2649.29,2650.26,74.9244,1.5708,0,0,0,1,120,255,1,0),(164304,184979,530,1,1,-2666.36,2576.1,74.924,1.5708,0,0,0,1,120,255,1,0),(164303,184979,530,1,1,-2666.46,2564.75,74.8552,1.5708,0,0,0,1,120,255,1,0),(164302,184979,530,1,1,-2617.63,2576.12,74.764,1.55334,0,0,0,1,120,255,1,0),(164301,184979,530,1,1,-2618.02,2564.75,74.7387,1.55334,0,0,0,1,120,255,1,0),(164300,184979,530,1,1,-2680.59,2615.58,74.5754,1.58825,0,0,0,1,120,255,1,0),(164299,184979,530,1,1,-2632.86,2586.7,74.434,1.5708,0,0,0,1,120,255,1,0),(164298,184979,530,1,1,-2617.55,2640.47,74.2456,1.53589,0,0,0,1,120,255,1,0),(164297,184979,530,1,1,-2666.67,2528.7,74.2222,1.58825,0,0,0,1,120,255,1,0),(164296,184979,530,1,1,-2633.57,2515.61,74.2063,1.5708,0,0,0,1,120,255,1,0),(164295,184979,530,1,1,-2680.23,2626.32,74.2042,1.5708,0,0,0,1,120,255,1,0),(164294,184979,530,1,1,-2649.58,2517.05,74.1979,1.58825,0,0,0,1,120,255,1,0),(164293,184979,530,1,1,-2649.33,2563.91,74.1974,1.5708,0,0,0,1,120,255,1,0),(164292,184979,530,1,1,-2632.63,2618.96,74.1973,1.5708,0,0,0,1,120,255,1,0),(164291,184979,530,1,1,-2633.12,2650.88,74.1957,1.55334,0,0,0,1,120,255,1,0),(164290,184979,530,1,1,-2617.12,2607.38,74.0963,1.55334,0,0,0,1,120,255,1,0),(164289,184979,530,1,1,-2618.45,2539.72,74.0835,1.58825,0,0,0,1,120,255,1,0),(164288,184979,530,1,1,-2617.67,2650.46,74.037,1.53589,0,0,0,1,120,255,1,0),(164287,184979,530,1,1,-2684.39,2039.61,117.448,1.5708,0,0,0,1,120,255,1,0),(164286,184979,530,1,1,-2733.28,2139.11,117.238,1.55334,0,0,0,1,120,255,1,0),(164285,184979,530,1,1,-2717.17,2117.92,117.235,1.50098,0,0,0,1,120,255,1,0),(164284,184979,530,1,1,-2766.6,2137.39,117.226,1.5708,0,0,0,1,120,255,1,0),(164283,184979,530,1,1,-2766.73,2129.12,117.225,1.5708,0,0,0,1,120,255,1,0),(164282,184979,530,1,1,-2766.6,2104.41,117.225,1.5708,0,0,0,1,120,255,1,0),(164281,184979,530,1,1,-2766.46,2116.61,117.225,1.5708,0,0,0,1,120,255,1,0),(164280,184979,530,1,1,-2750.42,2094.66,117.225,1.5708,0,0,0,1,120,255,1,0),(164279,184979,530,1,1,-2750.01,2049.44,117.225,1.5708,0,0,0,1,120,255,1,0),(164278,184979,530,1,1,-2749.85,2128.43,117.225,1.5708,0,0,0,1,120,255,1,0),(164277,184979,530,1,1,-2733.57,2072.26,117.225,1.5708,0,0,0,1,120,255,1,0),(164276,184979,530,1,1,-2733.51,2094.51,117.225,1.5708,0,0,0,1,120,255,1,0),(164275,184979,530,1,1,-2733.44,2116.1,117.225,1.5708,0,0,0,1,120,255,1,0),(164274,184979,530,1,1,-2733.37,2128.4,117.225,1.5708,0,0,0,1,120,255,1,0),(164273,184979,530,1,1,-2733.32,2038.49,117.225,1.5708,0,0,0,1,120,255,1,0),(164272,184979,530,1,1,-2733.23,2104.24,117.225,1.5708,0,0,0,1,120,255,1,0),(164271,184979,530,1,1,-2718.27,2072.28,117.225,1.53589,0,0,0,1,120,255,1,0),(164270,184979,530,1,1,-2718.27,2083.31,117.225,1.51844,0,0,0,1,120,255,1,0),(164269,184979,530,1,1,-2718.23,2051.14,117.225,1.53589,0,0,0,1,120,255,1,0),(164268,184979,530,1,1,-2717.98,2060.81,117.225,1.53589,0,0,0,1,120,255,1,0),(164267,184979,530,1,1,-2717.54,2094.53,117.225,1.53589,0,0,0,1,120,255,1,0),(164266,184979,530,1,1,-2717.52,2039.22,117.225,1.55334,0,0,0,1,120,255,1,0),(164265,184979,530,1,1,-2716.63,2129.81,117.225,1.48353,0,0,0,1,120,255,1,0),(164264,184979,530,1,1,-2716.22,2139.36,117.225,1.43117,0,0,0,1,120,255,1,0),(164263,184979,530,1,1,-2700.18,2038.58,117.225,1.5708,0,0,0,1,120,255,1,0),(164262,184979,530,1,1,-2700.14,2108.18,117.225,1.5708,0,0,0,1,120,255,1,0),(164261,184979,530,1,1,-2700.02,2060.66,117.225,1.5708,0,0,0,1,120,255,1,0),(164260,184979,530,1,1,-2699.99,2082.91,117.225,1.5708,0,0,0,1,120,255,1,0),(164259,184979,530,1,1,-2699.98,2094.06,117.225,1.5708,0,0,0,1,120,255,1,0),(164258,184979,530,1,1,-2699.98,2130.45,117.225,1.5708,0,0,0,1,120,255,1,0),(164257,184979,530,1,1,-2699.97,2071.41,117.225,1.5708,0,0,0,1,120,255,1,0),(164256,184979,530,1,1,-2699.94,2049.93,117.225,1.5708,0,0,0,1,120,255,1,0),(164255,184979,530,1,1,-2684.98,2050.07,117.225,1.55334,0,0,0,1,120,255,1,0),(164254,184979,530,1,1,-2684.38,2071.9,117.225,1.5708,0,0,0,1,120,255,1,0),(164253,184979,530,1,1,-2684.32,2060.45,117.225,1.5708,0,0,0,1,120,255,1,0),(164252,184979,530,1,1,-2684.27,2082.26,117.225,1.5708,0,0,0,1,120,255,1,0),(164251,184979,530,1,1,-2683.98,2117.69,117.225,1.55334,0,0,0,1,120,255,1,0),(164250,184979,530,1,1,-2683.94,2108.3,117.225,1.55334,0,0,0,1,120,255,1,0),(164249,184979,530,1,1,-2700.19,2118.86,117.192,1.5708,0,0,0,1,120,255,1,0),(164248,184979,530,1,1,-2750.22,2104.64,117.114,1.5708,0,0,0,1,120,255,1,0),(164247,184979,530,1,1,-2683.53,2093.5,116.787,1.5708,0,0,0,1,120,255,1,0),(164246,184979,530,1,1,-2749.49,2039.4,116.755,1.5708,0,0,0,1,120,255,1,0),(164245,184979,530,1,1,-2733.29,2059.86,116.51,1.5708,0,0,0,1,120,255,1,0),(164244,184979,530,1,1,-2733.45,2049.27,116.327,1.5708,0,0,0,1,120,255,1,0),(164243,184979,530,1,1,-2749.76,2072.12,116.185,1.5708,0,0,0,1,120,255,1,0),(164242,184979,530,1,1,-2766.51,2093.34,116.127,1.5708,0,0,0,1,120,255,1,0),(164241,184979,530,1,1,-2766.64,2082.37,116.126,1.5708,0,0,0,1,120,255,1,0),(164240,184979,530,1,1,-2749.91,2083.2,116.121,1.5708,0,0,0,1,120,255,1,0),(164239,184979,530,1,1,-2733.55,2083.09,116.121,1.5708,0,0,0,1,120,255,1,0),(164238,184979,530,1,1,-2749.15,2061.39,116.113,1.5708,0,0,0,1,120,255,1,0),(164237,184979,530,1,1,-2715.97,2106.96,116.113,1.55334,0,0,0,1,120,255,1,0),(164236,184979,530,1,1,-2749.67,2117.25,116.094,1.5708,0,0,0,1,120,255,1,0),(164235,184979,530,1,1,-2750.14,2138.42,116.052,1.5708,0,0,0,1,120,255,1,0),(268491,194955,571,1,1,6092.64,4425.49,-83.9704,-2.72271,0,0,0,1,300,100,1,0),(268490,194955,571,1,1,6130.8,4462.61,-84.544,2.75761,0,0,0,1,300,100,1,0),(268489,194955,571,1,1,6073.83,4463.66,-84.9872,-0.820303,0,0,0,1,300,100,1,0),(268488,194955,571,1,1,6075.99,4523.62,-81.0092,0.698132,0,0,0,1,300,100,1,0),(268487,194955,571,1,1,6012.03,4517.3,-86.8614,0.872664,0,0,0,1,300,100,1,0),(268486,194955,571,1,1,5988.04,4473.78,-87.3617,1.74533,0,0,0,1,300,100,1,0),(268485,194955,571,1,1,6102.15,4497.03,-81.3401,-2.63544,0,0,0,1,300,100,1,0),(268927,201933,571,1,1,5806.04,697.517,658.282,1.69691,0,0,0.750261,0.661142,300,0,1,0),(268926,201297,571,1,1,5806,697.65,657.95,3.43308,0,0,0.989398,-0.145228,300,0,1,0),(268925,201931,571,1,1,5806.44,693.699,658.447,3.22124,0,0,0.999207,-0.039813,300,0,1,0),(268924,201295,571,1,1,5806.32,693.684,657.949,1.65332,0,0,0.735675,0.677335,300,0,1,0),(268923,201932,571,1,1,5806.9,692.681,658.365,1.74948,0,0,0.767376,0.641198,300,0,1,0),(268922,201296,571,1,1,5806.8,692.833,657.95,3.34514,0,0,0.994825,-0.1016,300,0,1,0),(268921,201299,571,1,1,5805.9,697.858,658.282,0.233185,0,0,0.116329,0.993211,300,0,1,0),(268920,201299,571,1,1,5805.96,697.469,658.282,1.80376,0,0,0.784495,0.620135,300,0,1,0),(268919,201301,571,1,1,5806.62,693.616,658.447,3.12345,0,0,0.999959,0.00907178,300,0,1,0),(268918,201855,571,1,1,5806.75,691.274,657.951,4.17217,0,0,0.87015,-0.492787,300,0,1,0),(268917,201300,571,1,1,5806.83,692.873,658.366,1.67373,0,0,0.742547,0.669794,300,0,1,0),(268916,201298,571,1,1,5807.28,690.745,659.15,3.269,0,0,0.997971,-0.0636625,300,0,1,0),(268928,185579,530,1,2048,11781.6,-7068.48,24.9352,3.43394,0,0,0.989336,-0.145654,300,0,1,0),(268930,195682,580,1,2048,1732.62,594.658,28.0503,2.27643,0,0,0.907888,0.419214,300,0,1,0),(268929,195682,580,1,2048,1666.13,662.584,28.0504,5.44551,0,0,0.916432,-0.400191,300,0,1,0),(268827,193709,571,1,1,7905.86,2057.76,601.122,-1.64058,0,0,-0.731344,0.682009,180,255,1,0),(268501,190717,571,1,2,5675.39,-4163.33,352.486,0.137434,0,0,0.0686629,0.99764,120,100,1,0),(268500,190717,571,1,2,5655.2,-4163.65,352.459,6.24483,0,0,0.0191764,-0.999816,120,100,1,0),(268499,190717,571,1,2,5672.43,-4128.94,352.414,0.10302,0,0,0.0514872,0.998674,120,100,1,0),(268498,190717,571,1,2,5659.26,-4128.18,352.592,6.08383,0,0,0.0995127,-0.995036,120,100,1,0),(268497,190717,571,1,2,5640.38,-4128.02,352.559,6.00936,0,0,0.136485,-0.990642,120,100,1,0),(268496,190717,571,1,2,5674.33,-4103.09,352.463,0.15133,0,0,0.0755928,0.997139,120,100,1,0),(268495,190717,571,1,2,5658.44,-4103.1,352.523,6.23424,0,0,0.0244702,-0.999701,120,100,1,0),(268494,190717,571,1,2,5639.93,-4102.82,352.579,0.0254741,0,0,0.0127367,0.999919,120,100,1,0),(268493,190717,571,1,2,5640.36,-4067.2,352.51,3.29666,0,0,0.996996,-0.077456,120,100,1,0),(268492,190717,571,1,2,5658.46,-4065.84,353.109,3.2456,0,0,0.998648,-0.0519802,120,100,1,0),(268826,193710,571,1,1,7905.79,2056.77,600.253,-1.03847,0,0,-0.496216,0.868199,180,255,1,0),(268825,193711,571,1,1,7905.84,2058.81,600.253,-2.43473,0,0,-0.938191,0.346119,180,255,1,0),(268824,193712,571,1,1,7902.72,2049.29,600.261,1.71042,0,0,0.754709,0.65606,180,255,1,0),(268823,193713,571,1,1,7902.54,2049.58,600.25,1.84476,0,0,0.797041,0.603925,180,255,1,0),(268822,193714,571,1,1,7902.29,2049.42,600.264,-1.42244,0,0,-0.652758,0.757566,180,255,1,0),(268821,193715,571,1,1,7902.14,2049.52,600.262,-0.93375,0,0,-0.450098,0.892979,180,255,1,0),(268820,193716,571,1,1,7902.39,2049.29,600.24,-2.64417,0,0,-0.96923,0.246155,180,255,1,0),(268819,193717,571,1,1,7902.18,2049.3,600.461,-1.10828,0,0,-0.526212,0.850353,180,255,1,0),(268818,193718,571,1,1,7901.95,2049.21,600.24,2.92342,0,0,0.994056,0.10887,180,255,1,0),(268817,193719,571,1,1,7902.19,2063.95,601.511,-1.96349,0,0,-0.831468,0.555572,180,255,1,0),(268816,193720,571,1,1,7899.41,2047.68,600.681,0.750491,0,0,0.366501,0.930418,180,255,1,0),(268815,193721,571,1,1,7896.48,2044.01,600.13,2.09439,0,0,0.866024,0.500002,180,255,1,0),(268814,193722,571,1,1,7894.41,2047.29,601.309,3.01067,0,0,0.997858,0.0654146,180,255,1,0),(268813,193723,571,1,1,7896.35,2044,601.35,0.575958,0,0,0.284015,0.95882,180,255,1,0),(268812,193724,571,1,1,7904.04,2050.09,600.233,0.706858,0,0,0.346117,0.938191,180,255,1,0),(268811,193725,571,1,1,7904.38,2050.16,600.238,-1.68424,0,0,-0.746056,0.665883,180,255,1,0),(268810,193726,571,1,1,7904.18,2049.76,600.239,2.08567,0,0,0.863836,0.503773,180,255,1,0),(268809,193727,571,1,1,7889.88,2074.63,600.247,0.584686,0,0,0.288197,0.957571,180,255,1,0),(268808,193728,571,1,1,7888.88,2074.65,601.116,-0.017419,0,0,-0.00870939,0.999962,180,255,1,0),(268807,193729,571,1,1,7887.84,2074.57,600.247,-0.811576,0,0,-0.394743,0.918792,180,255,1,0),(268806,193730,571,1,1,7873.63,2065.22,600.23,2.80997,0,0,0.986285,0.165053,180,255,1,0),(268805,193731,571,1,1,7873.7,2064.57,600.339,-0.549681,0,0,-0.271393,0.962469,180,255,1,0),(268804,193732,571,1,1,7873.58,2065.55,600.361,0.759044,0,0,0.370477,0.928842,180,255,1,0),(268803,193733,571,1,1,7874.12,2066.33,600.244,2.86233,0,0,0.990267,0.139178,180,255,1,0),(268802,193734,571,1,1,7874.18,2066.85,600.269,2.27762,0,0,0.908136,0.418675,180,255,1,0),(268801,193735,571,1,1,7873.96,2066.1,600.263,-0.872663,0,0,-0.422618,0.906308,180,255,1,0),(268800,193736,571,1,1,7878.23,2068.07,600.557,-2.3911,0,0,-0.930417,0.366502,180,255,1,0),(268799,193737,571,1,1,7880.95,2071.65,600.217,-1.02974,0,0,-0.492422,0.870357,180,255,1,0),(268798,193738,571,1,1,7881.41,2070.34,601.433,1.95477,0,0,0.829038,0.559192,180,255,1,0),(268797,193739,571,1,1,7881.29,2071.99,601.419,0.157079,0,0,0.0784588,0.996917,180,255,1,0),(268796,193740,571,1,1,7880.1,2072.08,601.421,-0.270523,0,0,-0.134849,0.990866,180,255,1,0),(268795,193741,571,1,1,7888.47,2041.05,601.082,3.09799,0,0,0.999762,0.0217996,180,255,1,0),(268794,193742,571,1,1,7887.47,2041.1,600.216,-2.58308,0,0,-0.961261,0.275641,180,255,1,0),(268793,193743,571,1,1,7889.51,2041.1,600.216,2.30383,0,0,0.913544,0.406739,180,255,1,0),(268792,193744,571,1,1,7871.47,2057.94,601.099,1.47483,0,0,0.672377,0.740209,180,255,1,0),(268791,193745,571,1,1,7871.44,2059.16,600.23,2.07694,0,0,0.861629,0.507539,180,255,1,0),(268790,193746,571,1,1,7871.34,2057.12,600.23,0.680679,0,0,0.333807,0.942641,180,255,1,0),(268789,193747,571,1,1,7879.74,2044.7,600.14,-2.15548,0,0,-0.88089,0.47332,180,255,1,0),(268788,193748,571,1,1,7881.17,2045.81,600.035,-3.08918,0,0,-0.999657,0.0262033,180,255,1,0),(268787,193749,571,1,1,7881.34,2043.52,600.008,-0.418879,0,0,-0.207912,0.978148,180,255,1,0),(268786,193750,571,1,1,7874.78,2050.18,600.129,0.759219,0,0,0.370558,0.928809,180,255,1,0),(268785,193751,571,1,1,7874.74,2050.31,601.349,-0.759215,0,0,-0.370556,0.92881,180,255,1,0),(268784,193752,571,1,1,7874.64,2050.93,601.321,-2.1293,0,0,-0.874619,0.48481,180,255,1,0),(268783,193753,571,1,1,7875,2050.97,601.319,-1.44862,0,0,-0.662619,0.748957,180,255,1,0),(268782,193754,571,1,1,7890.59,2057.9,600.165,0.017454,0,0,0.00872689,0.999962,180,255,1,0),(268781,193755,571,1,1,7877.74,2047.84,600.669,-0.802851,0,0,-0.390731,0.920505,180,255,1,0),(268780,193756,571,1,1,7888.6,2057.9,598.534,-0.139624,0,0,-0.0697553,0.997564,180,255,1,0),(268779,193758,571,1,1,7888.88,2057.81,600.495,-1.56207,0,0,-0.704015,0.710185,180,255,1,0),(268778,193759,571,1,1,7889.98,2059.47,600.244,-2.93214,0,0,-0.994521,0.104535,180,255,1,0),(268777,193760,571,1,1,7890.54,2060.25,600.248,-2.0333,0,0,-0.85035,0.526218,180,255,1,0),(268776,193761,571,1,1,7889.73,2060.41,600.258,2.95833,0,0,0.995805,0.0915032,180,255,1,0),(268775,193677,571,1,1,7885.66,2057.74,604.195,-3.05428,0,0,-0.999047,0.0436424,180,255,1,0),(268774,193763,571,1,1,7885.77,2057.76,600.887,0.063894,0,0,0.0319416,0.99949,180,255,1,0),(268773,193691,571,1,1,7885.87,2057.75,604.27,0.07854,0,0,0.0392599,0.999229,180,255,1,0),(268772,193693,571,1,1,7895.56,2044.42,601.668,1.26947,0,0,0.592964,0.805229,180,255,1,0),(266056,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(262680,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(261970,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(261410,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(260066,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(258233,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(256036,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(257787,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(260579,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(263207,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(263653,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(265211,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(267263,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(267510,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(267905,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(268771,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(268770,193796,571,1,1,7888.96,2058.19,586.427,-2.57972,0,0,-0.960796,0.277255,180,255,1,0),(268769,193607,571,1,1,7888.51,2057.61,600.259,-1.41372,0,0,-0.649449,0.760405,300,100,1,0),(268768,193982,571,1,1,7888.73,2057.92,599.815,0,0,0,0,1,300,0,1,0),(268767,193579,571,1,1,7889.04,2057.88,599.815,-0.698131,0,0,-0.34202,0.939693,300,0,1,0),(268766,193696,571,1,1,7637.64,2074.04,600.272,2.60926,0,0,0.964786,0.263035,180,255,1,0),(255513,193692,571,1,1,7897.41,2070.06,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(268765,193697,571,1,1,7635.76,2074.88,600.27,-2.94959,0,0,-0.995395,0.0958539,180,255,1,0),(268764,193698,571,1,1,7636.03,2073.45,600.233,-1.92896,0,0,-0.821753,0.569844,180,255,1,0),(268763,193699,571,1,1,7637.21,2073.31,601.419,-1.93571,0,0,-0.823671,0.567068,180,255,1,0),(268762,193700,571,1,1,7638.75,2073.49,600.251,1.24791,0,0,0.584249,0.811574,180,255,1,0),(268761,193701,571,1,1,7642.83,2067.32,600.257,-2.58308,0,0,-0.961261,0.275641,180,255,1,0),(268760,193702,571,1,1,7643.08,2067.65,601.462,-2.97579,0,0,-0.996566,0.0828064,180,255,1,0),(268759,193703,571,1,1,7642.85,2067.18,601.479,2.18166,0,0,0.88701,0.461749,180,255,1,0),(268758,193704,571,1,1,7642.36,2067.46,601.459,-2.8873,0,0,-0.991928,0.126804,180,255,1,0),(268757,193705,571,1,1,7641.54,2066.84,601.473,0.401427,0,0,0.199369,0.979925,180,255,1,0),(268756,193706,571,1,1,7642.22,2066.7,601.473,-0.56723,0,0,-0.279828,0.96005,180,255,1,0),(268755,193707,571,1,1,7639.48,2069.83,600.657,2.34747,0,0,0.922201,0.38671,180,255,1,0),(268754,193708,571,1,1,7636.18,2073.49,601.443,-2.86232,0,0,-0.990267,0.139183,180,255,1,0),(268753,193709,571,1,1,7645.86,2060.06,601.122,-1.64058,0,0,-0.731344,0.682009,180,255,1,0),(268752,193710,571,1,1,7645.79,2059.07,600.253,-1.03847,0,0,-0.496216,0.868199,180,255,1,0),(268751,193711,571,1,1,7645.84,2061.11,600.253,-2.43473,0,0,-0.938191,0.346119,180,255,1,0),(268750,193712,571,1,1,7642.72,2051.59,600.261,1.71042,0,0,0.754709,0.65606,180,255,1,0),(268749,193713,571,1,1,7642.54,2051.88,600.25,1.84476,0,0,0.797041,0.603925,180,255,1,0),(268748,193714,571,1,1,7642.29,2051.72,600.264,-1.42244,0,0,-0.652758,0.757566,180,255,1,0),(268747,193715,571,1,1,7642.14,2051.82,600.262,-0.93375,0,0,-0.450098,0.892979,180,255,1,0),(268746,193716,571,1,1,7642.39,2051.59,600.24,-2.64417,0,0,-0.96923,0.246155,180,255,1,0),(268745,193717,571,1,1,7642.18,2051.6,600.461,-1.10828,0,0,-0.526212,0.850353,180,255,1,0),(268744,193718,571,1,1,7641.95,2051.51,600.24,2.92342,0,0,0.994056,0.10887,180,255,1,0),(268743,193719,571,1,1,7642.19,2066.25,601.511,-1.96349,0,0,-0.831468,0.555572,180,255,1,0),(268742,193720,571,1,1,7639.41,2049.98,600.681,0.750491,0,0,0.366501,0.930418,180,255,1,0),(268741,193721,571,1,1,7636.48,2046.31,600.13,2.09439,0,0,0.866024,0.500002,180,255,1,0),(268740,193722,571,1,1,7636.71,2047.29,601.309,3.01067,0,0,0.997858,0.0654146,180,255,1,0),(268739,193723,571,1,1,7636.35,2046.3,601.35,0.575958,0,0,0.284015,0.95882,180,255,1,0),(268738,193724,571,1,1,7644.04,2052.39,600.233,0.706858,0,0,0.346117,0.938191,180,255,1,0),(268737,193725,571,1,1,7644.38,2052.46,600.238,-1.68424,0,0,-0.746056,0.665883,180,255,1,0),(268736,193726,571,1,1,7644.18,2052.06,600.239,2.08567,0,0,0.863836,0.503773,180,255,1,0),(268735,193727,571,1,1,7629.88,2076.93,600.247,0.584686,0,0,0.288197,0.957571,180,255,1,0),(268734,193728,571,1,1,7628.88,2076.95,601.116,-0.017419,0,0,-0.00870939,0.999962,180,255,1,0),(268733,193729,571,1,1,7627.84,2076.87,600.247,-0.811576,0,0,-0.394743,0.918792,180,255,1,0),(268732,193730,571,1,1,7613.63,2067.52,600.23,2.80997,0,0,0.986285,0.165053,180,255,1,0),(268731,193731,571,1,1,7613.7,2066.87,600.339,-0.549681,0,0,-0.271393,0.962469,180,255,1,0),(268730,193732,571,1,1,7613.58,2067.85,600.361,0.759044,0,0,0.370477,0.928842,180,255,1,0),(268729,193733,571,1,1,7614.12,2068.63,600.244,2.86233,0,0,0.990267,0.139178,180,255,1,0),(268728,193734,571,1,1,7614.18,2069.15,600.269,2.27762,0,0,0.908136,0.418675,180,255,1,0),(268727,193735,571,1,1,7613.96,2068.4,600.263,-0.872663,0,0,-0.422618,0.906308,180,255,1,0),(268726,193736,571,1,1,7618.23,2070.37,600.557,-2.3911,0,0,-0.930417,0.366502,180,255,1,0),(268725,193737,571,1,1,7620.95,2073.95,600.217,-1.02974,0,0,-0.492422,0.870357,180,255,1,0),(268724,193738,571,1,1,7621.41,2072.64,601.433,1.95477,0,0,0.829038,0.559192,180,255,1,0),(268723,193739,571,1,1,7621.29,2074.29,601.419,0.157079,0,0,0.0784588,0.996917,180,255,1,0),(268722,193740,571,1,1,7620.1,2074.38,601.421,-0.270523,0,0,-0.134849,0.990866,180,255,1,0),(268721,193741,571,1,1,7628.47,2043.35,601.082,3.09799,0,0,0.999762,0.0217996,180,255,1,0),(268720,193742,571,1,1,7627.47,2043.4,600.216,-2.58308,0,0,-0.961261,0.275641,180,255,1,0),(268719,193743,571,1,1,7629.51,2043.4,600.216,2.30383,0,0,0.913544,0.406739,180,255,1,0),(268718,193744,571,1,1,7611.47,2060.24,601.099,1.47483,0,0,0.672377,0.740209,180,255,1,0),(268717,193745,571,1,1,7611.44,2061.46,600.23,2.07694,0,0,0.861629,0.507539,180,255,1,0),(268716,193746,571,1,1,7611.34,2059.42,600.23,0.680679,0,0,0.333807,0.942641,180,255,1,0),(268715,193747,571,1,1,7619.74,2047,600.14,-2.15548,0,0,-0.88089,0.47332,180,255,1,0),(268714,193748,571,1,1,7621.17,2048.11,600.035,-3.08918,0,0,-0.999657,0.0262033,180,255,1,0),(268713,193749,571,1,1,7621.34,2045.82,600.008,-0.418879,0,0,-0.207912,0.978148,180,255,1,0),(268712,193750,571,1,1,7614.78,2052.48,600.129,0.759219,0,0,0.370558,0.928809,180,255,1,0),(268711,193751,571,1,1,7614.74,2052.61,601.349,-0.759215,0,0,-0.370556,0.92881,180,255,1,0),(268710,193752,571,1,1,7614.64,2053.23,601.321,-2.1293,0,0,-0.874619,0.48481,180,255,1,0),(268709,193753,571,1,1,7615,2053.27,601.319,-1.44862,0,0,-0.662619,0.748957,180,255,1,0),(268708,193754,571,1,1,7630.59,2060.2,600.165,0.017454,0,0,0.00872689,0.999962,180,255,1,0),(268707,193755,571,1,1,7617.74,2050.14,600.669,-0.802851,0,0,-0.390731,0.920505,180,255,1,0),(268706,193756,571,1,1,7628.6,2060.2,598.534,-0.139624,0,0,-0.0697553,0.997564,180,255,1,0),(268705,193757,571,1,1,7628.6,2060.2,599.632,-1.66679,0,0,-0.740218,0.672367,180,255,1,0),(268704,193758,571,1,1,7628.88,2060.11,600.495,-1.56207,0,0,-0.704015,0.710185,180,255,1,0),(268703,193759,571,1,1,7629.98,2061.77,600.244,-2.93214,0,0,-0.994521,0.104535,180,255,1,0),(268702,193760,571,1,1,7630.54,2062.55,600.248,-2.0333,0,0,-0.85035,0.526218,180,255,1,0),(268701,193761,571,1,1,7629.73,2062.71,600.258,2.95833,0,0,0.995805,0.0915032,180,255,1,0),(268700,193762,571,1,1,7625.66,2060.04,604.195,-3.05428,0,0,-0.999047,0.0436424,180,255,1,0),(268699,193763,571,1,1,7625.77,2060.06,600.887,0.063894,0,0,0.0319416,0.99949,180,255,1,0),(268698,193764,571,1,1,7625.87,2060.05,604.27,0.07854,0,0,0.0392599,0.999229,180,255,1,0),(268697,193765,571,1,1,7635.56,2046.72,601.668,1.26947,0,0,0.592964,0.805229,180,255,1,0),(268658,190720,571,1,1,6097.63,-2086.47,417.622,3.75493,0,0,0.953345,-0.301884,120,100,1,0),(268657,190720,571,1,1,6239.11,-2082.16,417.515,5.56134,0,0,0.353138,-0.935571,120,100,1,0),(268656,190720,571,1,1,6261.99,-1975.28,417.612,0.703654,0,0,0.344613,0.938745,120,100,1,0),(268675,188441,571,1,1,4487.72,113.749,88.7867,4.46518,0,0,0.788891,-0.614533,120,100,1,0),(268674,188441,571,1,1,4524.34,212.839,91.674,0.919109,0,0,0.443549,0.89625,120,100,1,0),(268673,188441,571,1,1,4531.09,227.589,91.8334,4.38665,0,0,0.812407,-0.583091,120,100,1,0),(268672,188441,571,1,1,4563.57,256.655,90.39,4.81076,0,0,0.671486,-0.741017,120,100,1,0),(268671,188441,571,1,1,4580.6,269.071,94.0463,4.8461,0,0,0.658288,-0.752766,120,100,1,0),(268670,188441,571,1,1,4644.63,641.427,107.293,1.12018,0,0,0.531262,0.847207,120,100,1,0),(268669,188441,571,1,1,4619.31,647.6,100.316,0.240532,0,0,0.119976,0.992777,120,100,1,0),(268668,188441,571,1,1,4581.01,646.25,96.2041,0.1777,0,0,0.0887331,0.996055,120,100,1,0),(268667,188441,571,1,1,4594.89,660.31,97.3038,4.53666,0,0,0.766429,-0.642329,120,100,1,0),(268666,188441,571,1,1,4614.43,661.181,99.1374,4.82726,0,0,0.66535,-0.746531,120,100,1,0),(268665,188441,571,1,1,4592.46,751.803,95.5605,0.432947,0,0,0.214787,0.976661,120,100,1,0),(268664,188441,571,1,1,4574.53,737.473,93.1492,4.11647,0,0,0.883535,-0.468364,120,100,1,0),(265469,193256,571,1,2,4841.35,1482.23,209.58,1.85005,0,0,0.798635,0.601815,180,255,1,0),(265468,193255,571,1,2,4835.9,1488.72,209.581,-2.86628,0,0,-0.990541,0.137221,180,255,1,0),(265467,193254,571,1,2,4849.16,1504.78,210.42,-2.21657,0.0236607,0.0528755,-0.892694,0.446924,180,255,1,0),(265466,193253,571,1,2,4853.51,1504.26,209.705,1.99892,-0.0350347,-0.007514,0.840987,0.539867,180,255,1,0),(265465,193252,571,1,2,4865.18,1507.22,210.338,-1.23866,0.105379,0.0258522,-0.58182,0.806047,180,255,1,0),(265464,193251,571,1,2,4862.13,1509.54,210.274,-1.51791,0.104919,0.0612249,-0.685961,0.717427,180,255,1,0),(265463,193250,571,1,2,4863.5,1511.99,211.007,-0.85521,0.0903859,-0.0419741,-0.412563,0.905461,180,255,1,0),(265462,193249,571,1,2,4866.13,1454.38,209.254,2.90649,-0.0570979,0.0217075,0.99114,0.117938,180,255,1,0),(265461,193248,571,1,2,4872.97,1463.78,208.817,0.328427,0.107849,0.0608816,0.157308,0.979753,180,255,1,0),(265460,193247,571,1,2,4870.53,1463.09,209.254,2.98503,-0.0579057,0.0194483,0.995007,0.0789345,180,255,1,0),(265459,193246,571,1,2,4867.43,1463.25,208.182,-2.90042,0.0561199,-0.110401,-0.985682,0.114429,180,255,1,0),(265458,193245,571,1,2,4873.67,1463.75,209.945,1.69297,-0.0216947,-0.022048,0.748631,0.662265,180,255,1,0),(265457,193244,571,1,2,4870.41,1485.93,208.815,2.01267,0.0263929,0.121001,0.8357,0.53504,180,255,1,0),(265456,193243,571,1,2,4866.88,1497.61,209.219,-0.701316,0.176649,-0.0290623,-0.343566,0.921907,180,255,1,0),(265455,193242,571,1,2,4868.92,1496.63,210.149,-3.06303,0.0470619,0.0384197,-0.997312,0.040972,180,255,1,0),(265454,193241,571,1,2,4868.57,1498.98,210.52,0.139625,0.00607967,-0.0487633,0.0698023,0.99635,180,255,1,0),(265453,193240,571,1,2,4871.93,1485.22,209.394,1.45787,-0.0808988,0.00173664,0.666332,0.741251,180,255,1,0),(265452,193239,571,1,2,4877.1,1484.66,209.186,2.26945,-0.0474277,0.038497,0.904352,0.422393,180,255,1,0),(265451,193238,571,1,2,4876.32,1484.97,208.314,2.23083,0.013063,0.123156,0.888981,0.44088,180,255,1,0),(265450,193237,571,1,2,4879.97,1484.75,209.851,-1.7812,0.119032,-0.042861,-0.775682,0.618313,180,255,1,0),(265449,193236,571,1,2,4877.15,1482.28,209.508,-0.063639,-0.0574636,-0.0339718,-0.0337629,0.997198,180,255,1,0),(265448,193235,571,1,2,4874.73,1480.06,209.581,-2.80542,-0.0137296,0.00334263,-0.985821,0.167206,180,255,1,0),(265447,193234,571,1,2,4874.57,1482.12,209.581,-0.461814,0.0474486,-0.0568333,-0.225662,0.971388,180,255,1,0),(265446,193233,571,1,2,4878.03,1483.45,209.367,-2.55639,0.121423,0.0109167,-0.951202,0.283463,180,255,1,0),(265445,193232,571,1,2,4873.68,1479.37,209.262,-0.23823,-0.0967536,0.0623951,-0.112823,0.986923,180,255,1,0),(265444,193231,571,1,2,4875.17,1482.73,209.581,-2.38393,-0.146883,0.106271,-0.919187,0.349611,180,255,1,0),(265443,193230,571,1,2,4875.33,1483.97,209.321,1.09993,-0.10428,0.0728397,0.523499,0.842478,180,255,1,0),(265442,193229,571,1,2,4899.05,1500.03,213.776,-2.00159,0.175502,-0.0696192,-0.835915,0.515363,180,255,1,0),(265441,193228,571,1,2,4867.92,1513.52,211.374,-2.05897,0.117878,0.0288877,-0.852855,0.507847,180,255,1,0),(265440,193227,571,1,2,4872.97,1514.59,212.331,-1.3972,0.0600896,-0.0089817,-0.643221,0.763266,180,255,1,0),(265439,193226,571,1,2,4868.83,1515.05,210.583,1.56761,0.0488257,0.0519066,0.704068,0.706548,180,255,1,0),(265438,193225,571,1,2,4869.89,1498.14,209.975,2.07747,-0.0715327,-0.0109978,0.860805,0.503763,180,255,1,0),(265437,193224,571,1,2,4867.23,1510.34,210.818,2.48454,-0.00913286,-0.0617018,0.944452,0.322675,180,255,1,0),(265436,193223,571,1,2,4867.68,1501.42,209.79,0.969179,-0.000017643,0.000310898,0.465845,0.884866,180,255,1,0),(265435,193222,571,1,2,4867.97,1505.21,209.196,1.82941,0.0258098,0.0587788,0.790161,0.609528,180,255,1,0),(265434,193221,571,1,2,4899.95,1499.17,214.908,-0.863936,0.0790286,-0.017458,-0.418527,0.904591,180,255,1,0),(265433,193220,571,1,2,4901.71,1501.57,214.897,0.000524,0.0796647,0.0144062,-0.000888824,0.996717,180,255,1,0),(265432,193198,571,1,3,4875.97,1487.23,209.624,-0.575957,0.529439,-0.0826683,-0.282406,0.79568,180,255,1,0),(265431,193197,571,1,3,4875.42,1486.99,209.577,2.12058,0.0638885,-0.00834465,0.871384,0.486353,180,255,1,0),(265430,193196,571,1,3,4840.93,1494.97,209.604,2.10312,0.301799,0.559454,0.663756,0.394152,180,255,1,0),(265429,188551,571,1,3,4924.04,1250.61,226.742,-0.637045,0,0,-0.313164,0.949699,180,255,1,0),(265428,193399,571,1,2,4859.43,1457.76,209.344,-3.11508,0.0951447,-0.0871191,-0.991632,0.00477168,180,255,1,0),(265427,193398,571,1,2,4848.95,1412.98,192.951,-1.81514,0.0362058,0.120889,-0.777025,0.61669,180,255,1,0),(265426,193397,571,1,2,4733.94,1315.56,156.368,-1.27409,0.104968,0.15615,-0.58289,0.790467,180,255,1,0),(265425,193396,571,1,2,4794.69,1457.07,192.588,2.64417,0.00961256,0.117995,0.961841,0.246673,180,255,1,0),(265424,193395,571,1,2,4770.16,1370.93,176.38,2.80998,-0.0802469,0.152781,0.968978,0.176919,180,255,1,0),(265423,193394,571,1,2,4822.11,1385.17,190.846,0.593409,0.0792899,0.0916252,0.283839,0.951185,180,255,1,0),(265422,193393,571,1,2,4866.13,1504.92,209.61,-2.69653,0,0,-0.975342,0.2207,180,255,1,0),(265421,193392,571,1,2,4809.1,1418.01,192.892,1.75406,0.0107517,0.0785532,0.764607,0.639601,180,255,1,0),(265420,193391,571,1,2,4806.32,1418.54,192.729,-2.28638,0.0979347,-0.0203876,-0.907374,0.408246,180,255,1,0),(265419,193390,571,1,2,4867.81,1503.07,209.884,-1.88495,0.107347,-0.11599,-0.80059,0.577996,180,255,1,0),(265418,193389,571,1,2,4854.66,1501.16,209.481,2.34746,0.014946,0.0937176,0.917232,0.386885,180,255,1,0),(265417,193388,571,1,2,4841.91,1491.07,209.581,-1.25664,0,0,-0.587785,0.809017,180,255,1,0),(265416,193386,571,1,2,4760.75,1331.36,166.73,1.48353,0.089571,-0.177974,0.654187,0.729617,180,255,1,0),(265415,193385,571,1,2,4819.64,1494.38,197.898,3.14159,0,0,-1,0,180,255,1,0),(265414,193383,571,1,2,4885.88,1446.4,197.241,3.14159,0,0,-1,0,180,255,1,0),(265413,193382,571,1,2,4767.65,1414.14,182.959,3.14159,0,0,-1,0,180,255,1,0),(265412,193381,571,1,2,4828.91,1364.96,187.765,3.14159,0,0,-1,0,180,255,1,0),(265411,193380,571,1,2,4721.96,1313.02,155.378,-2.01585,0.0360966,-0.0301628,-0.845136,0.532478,180,255,1,0),(265410,193379,571,1,2,4722.19,1312.74,151.818,2.20784,0.0871139,0.0415649,0.890839,0.443948,180,255,1,0),(265409,193377,571,1,2,4724.68,1339.09,165.636,0.951202,0.0167489,-0.000976563,0.457918,0.888836,180,255,1,0),(265408,193376,571,1,2,4729.66,1338.75,165.712,1.48353,-0.0274987,0.0110216,0.675546,0.736723,180,255,1,0),(265407,193375,571,1,2,4747.37,1376.69,177.142,-2.04203,0.0435467,-0.011776,-0.852303,0.5211,180,255,1,0),(265406,193374,571,1,2,4739.77,1375.46,175.041,-0.383972,-0.0255208,0.0302401,-0.189908,0.981004,180,255,1,0),(265405,193373,571,1,2,4748.8,1370.48,177.21,1.12574,-0.00724554,-0.0421524,0.532355,0.84544,180,255,1,0),(265404,193372,571,1,2,4745.65,1372.85,180.619,0.287977,-0.00719595,-0.0719738,0.1419,0.987235,180,255,1,0),(265403,193371,571,1,2,4747.05,1371.73,174.606,-3.01067,-0.0171127,-0.0166779,-0.997555,0.065677,180,255,1,0),(265402,193370,571,1,2,4771.53,1370.23,177.676,-2.80997,-0.0161185,0.160583,-0.973068,0.164595,180,255,1,0),(265401,193369,571,1,2,4733.99,1316.14,156.382,-2.06821,-0.0450306,0.244809,-0.821506,0.513,180,255,1,0),(265400,193368,571,1,2,4843.11,1399.61,192.974,-2.24275,0,0,-0.900698,0.434446,180,255,1,0),(265399,193367,571,1,2,4877.77,1484.81,209.625,0.986112,0,0,0.47332,0.880891,180,255,1,0),(265398,193366,571,1,2,4873.99,1482.95,209.581,2.32129,0,0,0.91706,0.39875,180,255,1,0),(265397,193365,571,1,2,4845.42,1487.39,209.58,-2.66162,0,0,-0.971341,0.23769,180,255,1,0),(265396,193364,571,1,2,4730.52,1317.27,156.226,2.56615,-0.0221047,-0.302703,0.907742,0.289634,180,255,1,0),(265395,193363,571,1,2,4730.31,1318.99,155.544,-1.98413,0.254753,0.0382614,-0.822841,0.506528,180,255,1,0),(265394,193362,571,1,2,4729.61,1321.64,157.56,-2.51327,0.206481,0.0967264,-0.923958,0.307102,180,255,1,0),(265393,193361,571,1,2,4734.48,1318.53,157.136,1.85057,0.100191,-0.175282,0.773164,0.601212,180,255,1,0),(265392,193360,571,1,2,4751.15,1340.32,166.607,-1.18128,0.329918,-0.0781288,-0.556777,0.75832,180,255,1,0),(265391,193359,571,1,2,4756.42,1343.86,170.246,1.7633,-0.0618968,-0.172729,0.751708,0.633458,180,255,1,0),(265390,193358,571,1,2,4753.62,1343.34,168.952,0.489215,0.111181,-0.132936,0.250117,0.95258,180,255,1,0),(265389,193357,571,1,2,4755.62,1346.56,169.796,1.34944,0.0850377,-0.117254,0.617311,0.773271,180,255,1,0),(265388,193356,571,1,2,4748.54,1338.94,166.382,-0.288919,0.207263,-0.123673,-0.118627,0.963159,180,255,1,0),(265387,193355,571,1,2,4755.79,1348.84,171.924,2.46091,-0.0991616,-0.199687,0.920929,0.319659,180,255,1,0),(265386,193354,571,1,2,4753.28,1340.75,168.824,-0.340338,0.151325,-0.118515,-0.150674,0.969718,180,255,1,0),(265385,193353,571,1,2,4769.21,1371.89,177.57,-2.31575,0.0844626,-0.139417,-0.905103,0.392706,180,255,1,0),(265384,193352,571,1,2,4773.03,1368.72,178.45,-0.099176,0.0950837,0.0810518,-0.0570211,0.990524,180,255,1,0),(265383,193351,571,1,2,4768.81,1368.81,178.492,0.140151,0.030128,0.027483,0.0691519,0.996772,180,255,1,0),(265382,193350,571,1,2,4768.76,1368.18,178.913,1.44467,0.0170288,0.0472221,0.659506,0.750021,180,255,1,0),(265381,193349,571,1,2,4772.31,1368.96,179.386,0.811575,-0.00587082,-0.0157957,0.394556,0.918717,180,255,1,0),(265380,193348,571,1,2,4774.14,1431.06,192.541,-0.461988,0.0518498,0.0100574,-0.229643,0.971841,180,255,1,0),(265379,193347,571,1,2,4772.64,1435.92,192.81,-0.342891,0.00594473,-0.00461292,-0.170579,0.985315,180,255,1,0),(265378,193346,571,1,2,4778.76,1431.17,191.47,-1.06783,0.150003,-0.0637999,-0.505119,0.847516,180,255,1,0),(265377,193345,571,1,2,4796.17,1458.01,192.827,-1.31867,-0.0164309,0.0143499,-0.612422,0.79023,180,255,1,0),(265376,193344,571,1,2,4791.81,1461.45,192.632,2.45271,-0.0507507,0.0339947,0.939208,0.337871,180,255,1,0),(265375,193343,571,1,2,4790.44,1461.15,192.981,-1.13446,-0.0251698,0.0179787,-0.537,0.843015,180,255,1,0),(265374,193342,571,1,2,4796.26,1462.71,192.967,-0.238171,-0.0043478,-0.0223913,-0.118811,0.992655,180,255,1,0),(265373,193341,571,1,2,4775.1,1434.28,192.541,-2.24222,0.0460067,0.0250292,-0.89929,0.434205,180,255,1,0),(265372,193340,571,1,2,4774.9,1439.74,192.737,-2.55785,0.0501857,-0.00143909,-0.956716,0.286661,180,255,1,0),(265371,193339,571,1,2,4772.66,1434.78,193.232,-2.59181,0.0433717,0.0282393,-0.960958,0.271813,180,255,1,0),(265370,193338,571,1,2,4784.48,1470.89,192.576,0.925548,-0.0131526,0.0596514,0.444809,0.89354,180,255,1,0),(265369,193337,571,1,2,4784.45,1470.94,192.955,-2.15548,-0.013176,0.0279846,-0.880445,0.473139,180,255,1,0),(265368,193336,571,1,2,4796.58,1468.24,192.169,-0.505621,0.0292087,0.0536489,-0.250513,0.966184,180,255,1,0),(265367,193335,571,1,2,4790.18,1467.85,192.762,-1.36083,0.0488267,0.036706,-0.628628,0.775304,180,255,1,0),(265366,193334,571,1,2,4794.4,1474.76,192.763,-1.32593,0.0481787,0.0375519,-0.615001,0.786157,180,255,1,0),(265365,193333,571,1,2,4792.14,1470.66,193.065,-0.122172,-0.00286865,0.0480499,-0.0607004,0.996995,180,255,1,0),(265364,193332,571,1,2,4800,1468.61,191.452,2.56245,-0.00744295,0.123623,0.949555,0.288109,180,255,1,0),(265363,193331,571,1,2,4822.26,1387.09,192.195,-3.06622,0.0467849,-0.11467,-0.991772,0.0324174,180,255,1,0),(265362,193330,571,1,2,4823.99,1380.99,192.632,-0.121651,0.018436,0.0582361,-0.0615549,0.996233,180,255,1,0),(265361,193329,571,1,2,4822.14,1389.37,192.632,-2.45166,0.0607848,0.00604916,-0.939628,0.336702,180,255,1,0),(265360,193328,571,1,2,4824.36,1383.82,192.632,-1.39574,0.0494599,0.0358477,-0.642063,0.764214,180,255,1,0),(265359,193327,571,1,2,4826.81,1380.91,191.56,-0.535509,0.123432,0.0101376,-0.267324,0.955615,180,255,1,0),(265358,193326,571,1,2,4821.84,1389.48,192.828,1.34296,0,0,0.622146,0.782902,180,255,1,0),(265357,193325,571,1,2,4822.01,1384.94,193.216,-2.2253,-0.012002,0.00661659,-0.896828,0.442168,180,255,1,0),(265356,193324,571,1,2,4806.89,1426.84,192.971,0.323407,0.00512791,0.0608683,0.159828,0.985253,180,255,1,0),(265355,193323,571,1,2,4807.36,1428.16,193.922,3.0194,-0.00352192,-0.0307302,0.99766,0.0609785,180,255,1,0),(265354,193322,571,1,2,4810.12,1419.19,193.325,-2.63492,0.0610828,0.000462532,-0.966495,0.249313,180,255,1,0),(265353,193321,571,1,2,4813.19,1424.82,193.442,2.79305,-0.0557747,0.02491,0.982861,0.173936,180,255,1,0),(265352,193320,571,1,2,4816.8,1417.59,192.543,2.82795,-0.056201,0.0239315,0.985746,0.156757,180,255,1,0),(265351,193319,571,1,2,4818.46,1416.96,192.304,0.171346,0.112294,0.0522327,0.0799513,0.989075,180,255,1,0),(265350,193318,571,1,2,4814.53,1421.68,193.837,-2.25147,-0.0227056,-0.00477314,-0.902395,0.430284,180,255,1,0),(265349,193317,571,1,2,4800.96,1415.84,192.196,-2.09758,0.0947957,-0.0796976,-0.862617,0.490464,180,255,1,0),(265348,193316,571,1,2,4806.97,1413.82,192.537,0.847006,-0.0108008,0.0601225,0.409385,0.910315,180,255,1,0),(265347,193315,571,1,2,4805.6,1422.39,192.522,-2.36747,-0.0216928,-0.00705242,-0.925796,0.377336,180,255,1,0),(265346,193314,571,1,2,4808.63,1416.1,191.672,0.433147,0.104515,0.0664425,0.208368,0.970178,180,255,1,0),(265345,193313,571,1,2,4802.59,1414.42,193.217,-1.25664,-0.0240259,0.0194817,-0.587462,0.80866,180,255,1,0),(265344,193312,571,1,2,4818.94,1434.29,194.937,-0.182735,0.0202045,0.0576458,-0.0919485,0.993888,180,255,1,0),(265343,193311,571,1,2,4818.63,1432.59,195.619,0.793182,0,0,0.386276,0.922383,180,255,1,0),(265342,193310,571,1,2,4804.28,1462.24,192.195,0.03172,0.115664,0.0442724,0.0107622,0.992243,180,255,1,0),(265341,193309,571,1,2,4838.38,1400.66,192.974,0.165805,0,0,0.0828075,0.996566,180,255,1,0),(265340,193308,571,1,2,4802.32,1465.61,192.524,1.70222,-0.0347595,0.0502291,0.750026,0.658582,180,255,1,0),(265339,193307,571,1,2,4804.62,1464.39,193.214,0.872664,-0.0286865,-0.0115671,0.422462,0.905853,180,255,1,0),(265338,193306,571,1,2,4818.49,1434.95,194.986,-0.055544,0.117485,0.0391846,-0.0325279,0.991768,180,255,1,0),(265337,193305,571,1,2,4816.83,1438.48,195.423,1.61495,-0.0325356,0.0516987,0.720584,0.690672,180,255,1,0),(265336,193304,571,1,2,4814.79,1441.68,193.932,2.47518,-0.00204277,0.12383,0.936084,0.329255,180,255,1,0),(265335,193303,571,1,2,4819.02,1437.06,195.957,0.785397,-0.00862169,-0.0253086,0.382218,0.923685,180,255,1,0),(265334,193302,571,1,2,4844.58,1399.3,191.368,-0.40461,0.122504,0.0181885,-0.204252,0.971053,180,255,1,0),(265333,193301,571,1,2,4840.95,1399.46,192.763,2.99375,-0.0579896,0.0191956,0.995341,0.0745953,180,255,1,0),(265332,193300,571,1,2,4839.51,1398.62,192.874,-1.08466,-0.0131607,-0.018631,-0.516029,0.856267,180,255,1,0),(265331,193299,571,1,2,4844.03,1397.34,192.679,-1.54967,0.0630999,0.000666618,-0.699629,0.711714,180,255,1,0),(265330,193298,571,1,2,4844.04,1399.98,192.714,-2.94421,0.0398989,0.0486679,-0.992964,0.100311,180,255,1,0),(265329,193297,571,1,2,4842.66,1397.18,192.854,0.660672,-0.0417008,-0.0521269,0.321725,0.944477,180,255,1,0),(265328,193296,571,1,2,4842.65,1399.97,192.661,-1.69244,0.054215,0.0281439,-0.747968,0.660918,180,255,1,0),(265327,193295,571,1,2,4838.96,1398.37,192.959,1.92896,0,0,0.821754,0.569843,180,255,1,0),(265326,193294,571,1,2,4856.42,1416.3,192.763,1.70222,-0.0347595,0.0502291,0.750026,0.658582,180,255,1,0),(265325,193293,571,1,2,4852.32,1415.81,192.763,2.88903,-0.0569057,0.0222044,0.990073,0.126585,180,255,1,0),(265324,193292,571,1,2,4848.66,1414.78,191.692,-2.53391,0.0752997,-0.0983257,-0.948325,0.292132,180,255,1,0),(265323,193291,571,1,2,4854.31,1417.49,193.454,2.05949,-0.017314,-0.0256319,0.856783,0.514749,180,255,1,0),(265322,193290,571,1,2,4840.02,1400.5,191.692,-3.12655,0.0432615,-0.116046,-0.992298,0.00248976,180,255,1,0),(265321,193289,571,1,2,4836.49,1403.3,192.874,2.46708,0.0209198,-0.00909042,0.943409,0.330846,180,255,1,0),(265320,193288,571,1,2,4842.94,1402.06,192.959,-0.917266,0.0662546,0.000401497,-0.44333,0.893906,180,255,1,0),(265319,193287,571,1,2,4837.32,1400.47,192.64,1.38492,-0.111862,-0.0272312,0.638226,0.761192,180,255,1,0),(265318,193286,571,1,2,4840.91,1402.09,192.959,-1.1512,-0.0722237,-0.103849,-0.5404,0.831846,180,255,1,0),(265317,193285,571,1,2,4865.48,1453.68,209.711,-0.314158,-0.030252,0.00645065,-0.156309,0.987224,180,255,1,0),(265316,193284,571,1,2,4865.37,1460.49,209.116,0.314681,0.00539398,0.0608454,0.155528,0.985941,180,255,1,0),(265315,193283,571,1,2,4861.29,1455.55,209.385,-0.540529,0.0301409,0.0531301,-0.267338,0.961665,180,255,1,0),(265314,193282,571,1,2,4859.12,1463.35,209.385,-0.505621,0.0292087,0.0536489,-0.250513,0.966184,180,255,1,0),(265313,193281,571,1,2,4862.76,1457.97,209.944,0.453785,-0.0304646,-0.00535011,0.224893,0.973893,180,255,1,0),(265312,193280,571,1,2,4862.28,1462.6,209.365,-2.2453,-0.0212216,-0.00836372,-0.901033,0.43315,180,255,1,0),(265311,194013,571,1,7,4438.24,1866.11,158.756,-2.61799,0,0,-0.965925,0.258821,180,0,1,0),(265310,194013,571,1,7,4510.53,1861.12,158.869,-2.51327,0,0,-0.951056,0.309017,180,0,1,0),(265309,194013,571,1,7,4369.15,1649.83,129.233,-1.01229,0,0,-0.484809,0.87462,180,0,1,0),(265308,194013,571,1,7,4474.16,1804.7,157.9,-0.069812,0,0,-0.0348988,0.999391,180,0,1,0),(265307,194013,571,1,7,4367.46,1654.66,129.184,-0.401425,0,0,-0.199368,0.979925,180,0,1,0),(265306,194013,571,1,7,4408.23,1870.93,170.414,-1.06465,0,0,-0.507538,0.861629,180,0,1,0),(265305,194013,571,1,7,4464.31,1896.94,162.575,-2.19912,0,0,-0.891006,0.453991,180,0,1,0),(265304,194013,571,1,7,4365.29,1664.35,129.262,1.97222,0,0,0.833885,0.551938,180,0,1,0),(265303,194013,571,1,7,4459.63,1631.42,123.62,-2.28638,0,0,-0.909961,0.414694,300,100,1,0),(265302,194013,571,1,7,4508.75,1660.04,123.587,0.349065,0,0,0.173648,0.984808,300,100,1,0),(265301,194013,571,1,7,4372.44,1644.99,129.22,-0.191985,0,0,-0.0958451,0.995396,300,100,1,0),(265300,194013,571,1,7,4460.78,1648.18,123.532,1.36136,0,0,0.629322,0.777145,300,100,1,0),(265299,194013,571,1,7,4458.9,1673.69,123.373,0.226892,0,0,0.113203,0.993572,300,100,1,0),(265298,194013,571,1,7,4480.75,1677,123.813,-2.86233,0,0,-0.990267,0.139178,300,100,1,0),(265297,188550,571,1,3,4970.58,1191.19,227.148,-1.84132,0,0,-0.796001,0.605295,300,100,1,0),(265296,193384,571,1,3,4967.42,1382.58,280.678,3.14159,0,0,-1,0,300,100,1,0),(268869,193219,1,1,128,1370.57,-4405.97,29.6971,3.05433,0,0,0.999048,0.0436174,300,255,1,0),(268868,193219,1,1,128,1371.21,-4416.96,29.6913,3.14159,0,0,1,1,300,255,1,0),(268867,193219,1,1,128,1589.77,-4423.56,8.23726,1.93731,0,0,0.824125,0.566409,300,255,1,0),(268866,193218,1,1,128,1438.47,-4431.58,25.2354,0.034906,0,0,0.0174521,0.999848,300,255,1,0),(268865,193218,1,1,128,1374.88,-4354.89,26.2083,2.60053,0,0,0.963629,0.267244,300,255,1,0),(268864,193218,1,1,128,1438.4,-4363.5,25.8465,-1.46608,0,0,-0.669132,0.743144,300,255,1,0),(268863,193217,1,1,128,1327.95,-4357.13,27.4334,-1.39626,0,0,-0.642786,0.766046,300,255,1,0),(268862,193217,1,1,128,1428.25,-4422.29,25.1243,-2.9845,0,0,-0.996917,0.0784656,300,255,1,0),(268861,193217,1,1,128,1427.4,-4355.75,25.0687,-1.41372,0,0,-0.649449,0.760405,300,255,1,0),(268860,193216,1,1,128,1289.21,-4424.8,26.6752,-1.02974,0,0,-0.492422,0.870357,300,255,1,0),(268859,193216,1,1,128,1347.04,-4345.92,27.2229,-0.418879,0,0,-0.207912,0.978148,300,255,1,0),(268858,193216,1,1,128,1505.29,-4396.68,21.197,-0.244346,0,0,-0.121869,0.992546,300,255,1,0),(268857,193215,1,1,128,1510.65,-4434.43,19.5072,0.279252,0,0,0.139173,0.990268,300,255,1,0),(268856,193215,1,1,128,1342.05,-4422.28,27.1199,2.89724,0,0,0.992546,0.121873,300,255,1,0),(268046,181578,533,3,2,2504.5,-2934.66,241.278,5.43577,0,0,0.411143,-0.911571,180,0,1,0),(268045,181575,533,3,2,3506.49,-3916.63,297.202,2.19599,0,0,0.890296,0.455383,180,0,1,0),(268044,181577,533,3,2,2909,-4025.02,273.475,3.14159,0,0,1,0,180,0,1,0),(268050,181477,533,3,1,3527.34,-2951.56,318.75,0,0,0,0,0,25,0,1,0),(268049,181477,533,3,1,3487.04,-2911.68,318.75,0,0,0,0,0,25,0,1,0),(268052,193989,615,3,16,3247.29,529.804,58.9595,1.45581,0,0,0.665309,0.746568,300,0,1,0),(268051,193989,615,3,16,3351.78,517.138,99.162,1.12686,0,0,0.534089,0.845428,300,0,1,0),(268696,193766,571,1,1,7637.41,2072.36,600.272,1.24824,0,0,0.584383,0.811478,180,255,1,0),(6071,194241,571,1,1,4608.33,-1592.98,156.658,0.162569,0,0,0.0811951,0.996698,300,0,1,0),(6070,194241,571,1,1,4597.1,-1594.08,156.658,1.53702,0,0,0.695063,0.718949,300,0,1,0),(6069,194241,571,1,1,4596.78,-1606.69,156.659,1.5488,0,0,0.699286,0.714842,300,0,1,0),(6068,194241,571,1,1,4606.72,-1606.91,156.659,1.62734,0,0,0.726811,0.686837,300,0,1,0),(76871,1719,451,1,1,16414.1,-16126,40.3909,3.14159,0,0,1,0,0,0,0,0),(76872,3221,451,1,1,16793.2,-15833.5,9.4385,0.944966,-0.010054,-0.038938,-0.453318,0.890441,0,0,0,0),(76873,17148,451,1,1,16450.5,-16070.6,40.4495,3.14159,0,0,1,0,0,0,0,0),(76874,17149,451,1,1,16452.5,-16073.1,40.0628,3.14159,0,0,1,0,0,0,0,0),(76875,17150,451,1,1,16454,-16075.3,39.9315,3.14159,0,0,1,0,0,0,0,0),(76876,17151,451,1,1,16455.9,-16077.7,39.8546,3.14159,0,0,1,0,0,0,0,0),(76877,17152,451,1,1,16458.1,-16081,39.3589,3.14159,0,0,1,0,0,0,0,0),(76878,21270,451,1,1,16345.4,-16159.3,39.5883,3.14159,0,0,1,0,0,0,0,0),(76879,21271,451,1,1,16346.3,-16165.1,39.6982,3.14159,0,0,1,0,0,0,0,0),(76880,21752,451,1,1,16352.4,-16161.9,39.9598,3.14159,0,0,1,0,0,0,0,0),(76881,37100,451,1,1,16808.8,-15792,0.088224,3.15141,0.030141,0.160668,0.986536,-0.004909,0,0,0,0),(76882,42080,451,1,1,16284.8,-16145.6,40.3762,3.14159,0,0,1,0,0,0,0,0),(76883,42081,451,1,1,16269.9,-16144.9,40.3762,3.14159,0,0,1,0,0,0,0,0),(76884,42082,451,1,1,16276.8,-16145.2,40.3762,3.14159,0,0,1,0,0,0,0,0),(76885,42083,451,1,1,16285.2,-16135.9,40.3762,3.14159,0,0,1,0,0,0,0,0),(76886,42084,451,1,1,16277.2,-16135.5,40.3772,3.14159,0,0,1,0,0,0,0,0),(76887,42085,451,1,1,16270.2,-16135.2,40.3772,3.14159,0,0,1,0,0,0,0,0),(76888,42086,451,1,1,16285,-16126.7,40.2095,3.13287,0,0,0.99999,0.004362,0,0,0,0),(76889,42087,451,1,1,16276.9,-16125.3,40.3772,3.13287,0,0,0.99999,0.004362,0,0,0,0),(76890,42088,451,1,1,16270.4,-16125.3,40.3772,3.13287,0,0,0.99999,0.004362,0,0,0,0),(76891,42089,451,1,1,16284.8,-16117.5,40.2095,3.13287,0,0,0.99999,0.004362,0,0,0,0),(76892,42090,451,1,1,16277.2,-16116.5,40.3772,3.13287,0,0,0.99999,0.004362,0,0,0,0),(76893,42091,451,1,1,16270.2,-16116.1,40.3772,3.13287,0,0,0.99999,0.004362,0,0,0,0),(76894,42092,451,1,1,16285.2,-16107.7,40.3762,3.13287,0,0,0.99999,0.004362,0,0,0,0),(76895,42093,451,1,1,16277.2,-16107.2,40.3772,3.13287,0,0,0.99999,0.004362,0,0,0,0),(76896,42094,451,1,1,16270.3,-16106.8,40.3772,3.13287,0,0,0.99999,0.004362,0,0,0,0),(76897,174824,451,1,1,16359.8,-16164.9,39.7311,3.14159,0,0,1,0,0,0,0,0),(76898,174825,451,1,1,16358.9,-16162.1,39.5136,3.14159,0,0,1,0,0,0,0,0),(76899,176512,451,1,1,16353.7,-16166.4,40.3349,3.14159,0,0,1,0,0,0,0,0),(76900,177232,451,1,1,16359.6,-16153.9,40.9088,0.157088,0,0,0.07846,0.996917,0,0,0,0),(76901,178544,451,1,1,16620.4,16622.5,36.1094,1.79061,0.032675,0.015042,-0.77957,0.625281,0,0,0,0),(76902,184352,451,1,1,15630,16355.7,48.6109,3.14159,0,0,1,0,0,0,0,0),(76903,184353,451,1,1,15678.9,16335.1,49.1129,3.14159,0,0,1,0,0,0,0,0),(76904,184363,451,1,1,15613.5,16416.7,48.6111,3.14159,0,0,1,0,0,0,0,0),(76905,186715,451,1,1,16444.5,-16174.2,44.9624,4.18006,0,0,0.868199,-0.496216,0,0,0,0),(76906,186716,451,1,1,16213.2,-15183.2,3.24086,3.26377,0,0,0.998135,-0.061049,0,0,0,0),(76907,186732,451,1,1,-8905.75,4573.31,23.6448,3.14159,0,0,1,0,0,0,0,0),(76908,186751,451,1,1,16415.8,-16164.9,40.5649,2.40855,0,0,0.93358,0.358368,0,0,0,0),(76909,186752,451,1,1,16415.2,-16170.4,40.5657,2.40855,0,0,0.93358,0.358368,0,0,0,0),(76910,187347,451,1,1,15148.9,15223.4,0,3.14159,0,0,1,0,0,0,0,0),(76911,187895,451,1,1,16833.7,16939.7,20.3052,3.16777,0,0,0.999914,-0.0130896,0,0,0,0),(76912,190382,451,1,1,16745.8,16982.7,5.50431,3.14159,0,0,1,0,0,0,0,0),(76913,190383,451,1,1,16718.1,16982.6,4.95189,3.14159,0,0,1,0,0,0,0,0),(76914,190384,451,1,1,16689.6,16983,6.84496,3.14159,0,0,1,0,0,0,0,0),(76915,190397,451,1,1,16667.4,16953,6.65992,0,0,0,0,1,0,0,0,0),(76916,190398,451,1,1,16666.5,16927.1,15.5871,0.061059,0,0,0.030539,0.999534,0,0,0,0),(76917,190443,451,1,1,16667.1,16978.3,4.25776,0.017442,0,0,-0.00872711,0.999962,0,0,0,0),(76918,194348,451,1,1,4520.27,-190.178,268.137,3.14159,0,0,1,0,0,0,0,0),(76919,194951,451,1,1,4503.77,-196.116,269.88,3.14159,0,0,1,0,0,0,0,0),(76920,194984,451,1,1,-15345.1,-10695.5,-0.000004,3.14159,0,0,1,0,0,0,0,0),(268871,180659,1,1,1,5086.19,-5116.32,931.162,4.78877,0,0,0.679593,-0.733589,150,0,1,0),(268931,201796,580,1,2048,1689.47,622.197,27.8568,3.69591,0,0,0.961836,-0.273625,300,0,1,0),(268695,193796,571,1,1,7628.96,2060.49,586.427,-2.57972,0,0,-0.960796,0.277255,180,255,1,0),(243004,180690,531,1,1,-9094.5,1515.3,-98.3694,5.289,0,0,0,0,10800,100,1,0),(243005,180690,531,1,1,-9205.27,1489.21,-94.1664,0.800427,0,0,0,0,10800,100,1,0),(243006,180690,531,1,1,-9239.01,1569.97,-77.0984,5.92124,0,0,0,0,10800,100,1,0),(243007,180690,531,1,1,-9162,1584.01,-79.2622,2.81987,0,0,0,0,10800,100,1,0),(243008,180690,531,1,1,-9203.49,1967.8,-51.9398,1.50826,0,0,0,0,10800,100,1,0),(243009,180690,531,1,1,-8923.83,1826.97,-20.9053,1.04094,0,0,0,0,10800,100,1,0),(243010,180690,531,1,1,-8561.85,1988.22,-3.11313,4.49368,0,0,0,0,10800,100,1,0),(243011,180690,531,1,1,-8507.55,2018.03,104.527,3.54062,0,0,0,0,10800,100,1,0),(243050,180691,509,1,1,-8698.91,1560.89,32.0139,2.38514,0,0,0,0,10800,100,1,0),(243051,180691,509,1,1,-9117.9,1511.65,21.4144,1.78037,0,0,0,0,10800,100,1,0),(243052,180691,509,1,1,-8775.22,2003.48,21.4031,3.06055,0,0,0,0,10800,100,1,0),(243053,180691,509,1,1,-9009.27,1989.09,33.0442,0.115302,0,0,0,0,10800,100,1,0),(243054,180691,509,1,1,-9130.29,2188.15,25.8251,0.872438,0,0,0,0,10800,100,1,0),(243055,180691,509,1,1,-9544.47,2010.56,105.25,0.864585,0,0,0,0,10800,100,1,0),(243056,180691,509,1,1,-9701.87,1619.06,27.1916,0.042328,0,0,0,0,10800,100,1,0),(243057,180691,509,1,1,-9552.09,1567.65,23.153,2.19739,0,0,0,0,10800,100,1,0),(243058,180691,509,1,1,-9335.51,1214.5,21.3854,0.709061,0,0,0,0,10800,100,1,0),(268694,193582,571,1,1,7628.51,2059.91,600.259,-1.41372,0,0,-0.649449,0.760405,300,100,1,0),(268185,195682,712,3,1,-3.86,11.99,20.44,1.68,0,0,0.514372,0.857567,86400,0,1,0),(268184,202336,712,2,1,-14.99,11.43,20.41,1.46,0,0,0.386597,0.922249,86400,0,1,0),(268183,201710,712,1,1,-14.99,11.43,20.41,1.46,0,0,0.386597,0.922249,86400,0,1,0),(268188,195682,713,3,1,22.28,20.47,35.53,1.88,0,0,0.70357,0.710626,86400,0,1,0),(268187,202336,713,2,1,7.43,19.12,34.78,1.14,0,0,0.376252,0.926518,86400,0,1,0),(268186,201710,713,1,1,7.43,19.12,34.78,1.14,0,0,0.376252,0.926518,86400,0,1,0),(268693,193982,571,1,1,7628.73,2060.22,599.815,0,0,0,0,1,300,0,1,0),(268692,193579,571,1,1,7629.04,2060.18,599.815,-0.698131,0,0,-0.34202,0.939693,300,0,1,0),(246068,180227,529,1,64,844.047,827.609,-57.8357,2.16421,0,0,0,1,7200,255,1,0),(246078,180222,529,1,64,816.998,851.552,-57.3722,2.33874,0,0,0,1,7200,255,1,0),(246066,180223,529,1,64,845.461,882.717,-58.5138,3.03684,0,0,0,1,7200,255,1,0),(246048,180218,529,1,32,842.301,827.672,-57.747,0.191985,0,0,0,1,7200,255,1,0),(246075,180223,529,1,64,831.149,856.946,-57.9999,5.5676,0,0,0,1,7200,255,1,0),(246024,180226,529,1,64,826.021,814.397,-57.8523,0.59341,0,0,0,1,7200,255,1,0),(246073,180224,529,1,64,845.539,854.315,-57.6762,6.12611,0,0,0,1,7200,255,1,0),(246034,180218,529,1,32,841.295,858.492,-57.8125,4.34587,0,0,0,1,7200,255,1,0),(246026,180220,529,1,64,825.954,823.076,-57.8157,5.60251,0,0,0,1,7200,255,1,0),(246043,180218,529,1,32,839.221,828.745,-57.591,0.366518,0,0,0,1,7200,255,1,0),(246021,180227,529,1,64,819.573,873.308,-58.2632,6.02139,0,0,0,1,7200,255,1,0),(246082,180222,529,1,64,811.643,800.111,-57.959,2.72271,0,0,0,1,7200,255,1,0),(246049,180219,529,1,32,833.724,823.595,-58.031,1.309,0,0,0,1,7200,255,1,0),(246022,180227,529,1,64,846.775,842.62,-58.2415,2.94959,0,0,0,1,7200,255,1,0),(246059,180218,529,1,32,817.27,819.281,-57.7797,3.17653,0,0,0,1,7200,255,1,0),(246067,180224,529,1,64,822.15,864.645,-57.7939,0.261798,0,0,0,1,7200,255,1,0),(246013,180224,529,1,64,839.844,846.052,-58.1728,2.75761,0,0,0,1,7200,255,1,0),(246016,180220,529,1,64,794.964,850.482,-56.0751,0.157079,0,0,0,1,7200,255,1,0),(246006,180224,529,1,64,828.632,812.08,-57.8347,1.23918,0,0,0,1,7200,255,1,0),(246052,180218,529,1,32,819.957,865.327,-57.5317,4.64258,0,0,0,1,7200,255,1,0),(246062,180218,529,1,32,806.112,793.431,-58.1486,6.24828,0,0,0,1,7200,255,1,0),(246011,180226,529,1,64,830.495,826.901,-58.0094,5.21854,0,0,0,1,7200,255,1,0),(246031,180225,529,1,64,854.253,861.604,-58.5657,2.54818,0,0,0,1,7200,255,1,0),(246035,180219,529,1,32,846.167,841.721,-58.3017,1.25664,0,0,0,1,7200,255,1,0),(246076,180224,529,1,64,851.503,847.161,-57.9231,2.91469,0,0,0,1,7200,255,1,0),(246056,180219,529,1,32,833.548,820.18,-57.9918,2.63544,0,0,0,1,7200,255,1,0),(246065,180222,529,1,64,826.045,846.452,-57.7163,0.785397,0,0,0,1,7200,255,1,0),(246057,180218,529,1,32,826.195,860.879,-57.8156,5.32326,0,0,0,1,7200,255,1,0),(246041,180218,529,1,32,839.577,855.204,-57.8964,6.07375,0,0,0,1,7200,255,1,0),(246047,180218,529,1,32,826.672,873.83,-58.1679,3.42085,0,0,0,1,7200,255,1,0),(246053,180219,529,1,32,854.962,825.815,-57.5597,0.349065,0,0,0,1,7200,255,1,0),(246010,180222,529,1,64,838.469,869.584,-57.8706,1.46608,0,0,0,1,7200,255,1,0),(246002,180224,529,1,64,811.678,790.265,-57.9249,0.349065,0,0,0,1,7200,255,1,0),(246046,180218,529,1,32,811.218,861.737,-57.8359,5.46288,0,0,0,1,7200,255,1,0),(246003,180226,529,1,64,834.017,839.465,-58.286,3.87463,0,0,0,1,7200,255,1,0),(246044,180218,529,1,32,836.963,843.832,-58.2549,3.87463,0,0,0,1,7200,255,1,0),(246050,180218,529,1,32,819.136,876.383,-58.4074,5.55015,0,0,0,1,7200,255,1,0),(246061,180218,529,1,32,816.931,793.236,-57.9357,4.39823,0,0,0,1,7200,255,1,0),(246074,180220,529,1,64,816.998,851.552,-57.3722,2.33874,0,0,0,1,7200,255,1,0),(246040,180218,529,1,32,845.042,879.826,-58.4152,1.83259,0,0,0,1,7200,255,1,0),(246039,180218,529,1,32,854.632,857.68,-58.5175,4.29351,0,0,0,1,7200,255,1,0),(246014,180224,529,1,64,809.782,833.842,-57.0651,4.64258,0,0,0,1,7200,255,1,0),(246037,180218,529,1,32,854.695,861.679,-58.5732,5.39307,0,0,0,1,7200,255,1,0),(246019,180222,529,1,64,835.381,821.814,-57.9953,0.296705,0,0,0,1,7200,255,1,0),(246064,180223,529,1,64,802.771,841.938,-57.4145,4.86947,0,0,0,1,7200,255,1,0),(246009,180226,529,1,64,844.153,874.653,-58.1478,5.34071,0,0,0,1,7200,255,1,0),(246060,180218,529,1,32,817.42,790.555,-57.9141,0.139625,0,0,0,1,7200,255,1,0),(246001,180222,529,1,64,803.941,826.62,-57.4124,2.05949,0,0,0,1,7200,255,1,0),(246027,180222,529,1,64,837.829,828.637,-57.5969,5.96903,0,0,0,1,7200,255,1,0),(246030,180220,529,1,64,816.18,820.578,-57.735,4.34587,0,0,0,1,7200,255,1,0),(246072,180227,529,1,64,837.201,862.352,-57.461,2.18166,0,0,0,1,7200,255,1,0),(246028,180220,529,1,64,845.916,880.218,-58.4203,5.58505,0,0,0,1,7200,255,1,0),(246054,180218,529,1,32,830.999,821.705,-57.9708,1.06465,0,0,0,1,7200,255,1,0),(246070,180227,529,1,64,817.102,794.594,-58.0055,5.48033,0,0,0,1,7200,255,1,0),(246000,180223,529,1,64,811.987,861.662,-57.8103,1.309,0,0,0,1,7200,255,1,0),(246023,180226,529,1,64,805.43,792.625,-58.1898,4.85202,0,0,0,1,7200,255,1,0),(246063,180218,529,1,32,809.455,800.194,-58.0184,1.01229,0,0,0,1,7200,255,1,0),(246012,180222,529,1,64,825.452,875.528,-58.1246,3.94445,0,0,0,1,7200,255,1,0),(246071,180225,529,1,64,857.871,828.833,-57.8815,1.79769,0,0,0,1,7200,255,1,0),(246042,180218,529,1,32,836.371,845.542,-58.2662,1.02974,0,0,0,1,7200,255,1,0),(246077,180226,529,1,64,844.229,873.405,-58.0143,0.733038,0,0,0,1,7200,255,1,0),(246018,180225,529,1,64,840.211,844.91,-58.1869,1.09956,0,0,0,1,7200,255,1,0),(246017,180222,529,1,64,855.921,843.101,-57.8557,5.55015,0,0,0,1,7200,255,1,0),(246033,180219,529,1,32,846.689,878.15,-58.3168,0.680677,0,0,0,1,7200,255,1,0),(246045,180218,529,1,32,828.236,812.372,-57.8446,5.61996,0,0,0,1,7200,255,1,0),(246004,180224,529,1,64,823.58,875.868,-58.1679,5.81195,0,0,0,1,7200,255,1,0),(246055,180218,529,1,32,812.468,863.412,-57.8908,2.61799,0,0,0,1,7200,255,1,0),(246029,180225,529,1,64,825.284,818.208,-57.7442,6.24828,0,0,0,1,7200,255,1,0),(246051,180219,529,1,32,827.689,862.08,-57.8395,5.44543,0,0,0,1,7200,255,1,0),(246008,180220,529,1,64,802.771,841.938,-57.4145,4.86947,0,0,0,1,7200,255,1,0),(246032,180219,529,1,32,856.244,859.265,-58.5607,5.49779,0,0,0,1,7200,255,1,0),(246069,180220,529,1,64,852.552,820.99,-57.8172,2.82743,0,0,0,1,7200,255,1,0),(246005,180226,529,1,64,814.638,859.498,-57.709,4.50295,0,0,0,1,7200,255,1,0),(246025,180226,529,1,64,857.92,853.466,-58.5591,4.79966,0,0,0,1,7200,255,1,0),(246007,180226,529,1,64,860.246,831.615,-57.9775,0.59341,0,0,0,1,7200,255,1,0),(246058,180218,529,1,32,838.38,845.352,-58.1822,0.715585,0,0,0,1,7200,255,1,0),(246079,180224,529,1,64,821.977,813.516,-58.0313,3.54302,0,0,0,1,7200,255,1,0),(246015,180222,529,1,64,808.805,797.434,-57.973,2.63544,0,0,0,1,7200,255,1,0),(246038,180218,529,1,32,858.298,849.064,-58.4833,3.3685,0,0,0,1,7200,255,1,0),(246036,180218,529,1,32,840.427,872.116,-58.0577,2.91469,0,0,0,1,7200,255,1,0),(50458,182094,547,3,1,-192.297,-799.308,43.8083,5.98648,0,0,0,1,7200,255,1,0),(6100,191849,619,3,1,523.512,-301.122,68.8495,-1.5708,-0.00462866,0.00318146,-0.7086,0.705588,7200,255,1,0),(6101,191848,619,3,1,523.432,-300.711,68.8281,-1.57504,0,0,-0.707107,0.707107,7200,255,1,0),(76921,186519,571,1,1,2017.64,-4887.93,214.699,5.24471,0,0,0,1,120,255,1,15595),(76922,186520,571,1,1,2014.79,-4890.3,214.607,2.43473,0,0,0,1,120,255,1,15595),(76923,186526,571,1,1,2017.78,-4887.68,211.924,5.21854,0,0,0,1,120,255,1,15595),(76924,186666,571,1,1,2978.3,-4561.27,265.791,1.09083,0,0,0,1,120,255,1,17658),(76925,186798,571,1,1,2597.17,-3735.53,244.667,3.76991,0,0,0,1,120,255,1,17658),(76926,187106,571,1,1,1916.92,5820.15,8.1112,2.30383,0,0,0,1,120,255,1,15595),(76927,187251,571,1,1,2853.87,5838.52,100.913,4.69907,0,0,0,1,120,255,1,17658),(76928,187453,571,1,1,3489.6,6303.19,-125.575,6.26304,0,0,0,1,120,255,1,17658),(76929,187454,571,1,1,3830.72,5984.78,-126.78,0.796601,0,0,0,1,120,255,1,17658),(76930,187455,571,1,1,4007.94,6009.37,-125.091,0.161728,0,0,0,1,120,255,1,17658),(76931,188265,571,1,1,3095.94,-2048.81,89.0255,0.523598,0,0,0,1,120,255,1,15595),(76932,188266,571,1,1,3183.27,-1991.39,90.7047,2.02458,0,0,0,1,120,255,1,15595),(76933,188267,571,1,1,3183.29,-1991.38,89.8263,2.02458,0,0,0,1,120,255,1,15595),(76934,188268,571,1,1,3185.45,-1990.87,90.6527,4.72112,0,0,0,1,120,255,1,15595),(76935,188269,571,1,1,3184.38,-1989.68,90.6201,6.17847,0,0,0,1,120,255,1,15595),(76936,188270,571,1,1,3096.18,-2050.73,89.6805,2.95833,0,0,0,1,120,255,1,15595),(76937,188271,571,1,1,3096.27,-2050.63,88.8285,2.97577,0,0,0,1,120,255,1,15595),(76938,188330,571,1,1,3785.57,-4975.32,119.4,2.74889,0,0,0,1,120,255,1,15595),(76939,188331,571,1,1,3785.99,-4975.52,119.341,5.91667,0,0,0,1,120,255,1,15595),(76940,188332,571,1,1,3785.9,-4975.27,119.398,1.16064,0,0,0,1,120,255,1,15595),(76941,188336,571,1,1,4359.02,-4089.58,188.519,4.86947,0,0,0,1,120,255,1,15595),(76942,188387,571,1,1,4460.03,-1060.6,169.36,4.8782,0,0,0,1,120,255,1,15595),(76943,188388,571,1,1,4459.66,-1058.77,169.479,1.85005,0,0,0,1,120,255,1,15595),(76944,188389,571,1,1,4460.79,-1059.48,169.241,0.14835,0,0,0,1,120,255,1,15595),(76945,188405,571,1,1,4458.94,-1059.85,169.153,3.15033,0,0,0,1,120,255,1,15595),(76946,188406,571,1,1,4460.75,-1059.49,168.869,0.0872641,0,0,0,1,120,255,1,15595),(76947,188542,571,1,1,4319.17,580.998,-6.63773,2.8536,0,0,0,1,120,255,1,15595),(76948,188545,571,1,1,4295.25,376.521,-6.53172,2.89724,0,0,0,1,120,255,1,15595),(76949,188547,571,1,1,4222.61,514.587,11.4781,2.49582,0,0,0,1,120,255,1,15595),(76950,188551,571,1,1,4924.04,1250.61,226.742,5.64614,0,0,0,1,120,255,1,15595),(76951,188565,571,1,1,4872.2,-1268.83,168.122,4.04781,0,0,0,1,120,255,1,15595),(76952,188566,571,1,1,4869.08,-1266.7,168.124,4.0532,0,0,0,1,120,255,1,15595),(76953,188567,571,1,1,4887.12,-1319.99,169.883,2.7634,0,0,0,1,120,255,1,15595),(76954,188568,571,1,1,4843.48,-1238.39,168.135,3.18912,0,0,0,1,120,255,1,15595),(76955,188569,571,1,1,4843.25,-1234.77,168.083,3.00113,0,0,0,1,120,255,1,15595),(76956,188570,571,1,1,4834.09,-1278.82,168.029,1.95314,0,0,0,1,120,255,1,15595),(76957,188571,571,1,1,4839.02,-1277.87,168.099,1.88234,0,0,0,1,120,255,1,15595),(76958,188576,571,1,1,4830.73,-1281.58,168.052,3.00143,0,0,0,1,120,255,1,15595),(76959,188577,571,1,1,4813.87,-1379.15,168.244,1.57541,0,0,0,1,120,255,1,15595),(76960,188578,571,1,1,4759.16,-1324.04,168.046,0.981496,0,0,0,1,120,255,1,15595),(76961,188579,571,1,1,4756.25,-1322.12,167.996,0.973544,0,0,0,1,120,255,1,15595),(76962,188580,571,1,1,4594.68,-1384.54,157.177,3.21899,0,0,0,1,120,255,1,15595),(76963,189294,571,1,1,3471.48,940.93,153.827,1.72787,0,0,0,1,120,255,1,15595),(76964,189324,571,1,1,1946.17,-5494.58,206.815,4.31969,0,0,0,1,120,255,1,15595),(76965,189961,571,1,1,2734.85,-3931.6,374.55,3.00195,0,0,0,1,120,255,1,17658),(76966,189962,571,1,1,2710.61,-3917.27,375.024,3.14159,0,0,0,1,120,255,1,17658),(76967,189963,571,1,1,2687.6,-3977.96,375.688,2.91469,0,0,0,1,120,255,1,17658),(76968,189964,571,1,1,2674.4,-4011.54,374.087,3.14159,0,0,0,1,120,255,1,15595),(76969,189965,571,1,1,2640.5,-4069.88,352.783,3.31614,0,0,0,1,120,255,1,15595),(76970,189966,571,1,1,2652.04,-4094.35,352.714,2.69653,0,0,0,1,120,255,1,15595),(76971,190017,571,1,1,3886.4,-3854.78,178.64,3.29869,0,0,0,1,120,255,1,15595),(76972,190018,571,1,1,3879.93,-3898.14,177.304,3.29869,0,0,0,1,120,255,1,15595),(76973,190129,571,1,1,4093.27,-814.531,312.854,3.14159,0,0,0,1,120,255,1,17658),(76974,190132,571,1,1,4067.97,-1217.1,129.871,2.33874,0,0,0,1,120,255,1,17658),(76975,190134,571,1,1,4039.47,-1295.79,130.364,3.194,0,0,0,1,120,255,1,17658),(76976,190136,571,1,1,2901.71,-4730.74,322.427,0.0698117,0,0,0,1,120,255,1,15595),(76977,190137,571,1,1,2916.55,-4763.38,324.672,1.48353,0,0,0,1,120,255,1,15595),(76978,190138,571,1,1,2929.89,-4738.27,322.289,0.296705,0,0,0,1,120,255,1,15595),(76979,190275,571,1,1,3285.18,1227,137.643,2.05076,0,0,0,1,120,255,1,15595),(76980,190281,571,1,1,3167.2,977.758,113.95,1.84132,0,0,0,1,120,255,1,17658),(76981,190662,571,1,1,2014,-4888.31,211.874,1.41372,0,0,0,1,120,255,1,15595),(76982,191201,571,1,1,4352.99,-4139.9,183.254,0.925024,0,0,0,1,120,255,1,15595),(76983,191223,571,1,1,3395.61,3933.19,28.7084,0.331611,0,0,0,1,120,255,1,15595),(76984,191224,571,1,1,3396.68,3930.76,28.6561,3.47321,0,0,0,1,120,255,1,15595),(76985,191241,571,1,1,3200.34,-1976.02,85.2089,3.03688,0,0,0,1,120,255,1,15595),(76986,191242,571,1,1,3201.7,-1965.06,85.9617,1.43117,0,0,0,1,120,255,1,15595),(76987,191243,571,1,1,3210.14,-1984.84,85.7245,5.47161,0,0,0,1,120,255,1,15595),(76988,191245,571,1,1,3192.13,-1984.08,85.7116,3.85718,0,0,0,1,120,255,1,15595),(76989,191256,571,1,1,3501.22,-4490.94,225.887,2.89724,0,0,0,1,120,255,1,17658),(76990,191257,571,1,1,3510.46,-4590.85,221.04,2.56563,0,0,0,1,120,255,1,17658),(76991,191333,571,1,1,3072.52,-512.835,124.269,0.820303,0,0,0,1,120,255,1,15595),(76992,191791,571,1,256,5798.88,-1597.49,234.203,2.10312,0,0,0,1,120,255,0,15595),(76993,192256,571,1,1,9025.68,-1178.62,1058.11,3.14159,0,0,0,1,120,255,1,17658),(76994,192555,571,1,1,6137.67,-322.448,436.245,0.141423,0,0,0,1,120,255,1,17658),(76995,192722,571,1,4,7355.99,-2967.41,906.308,1.72787,0,0,0,1,120,255,1,17658),(76996,192723,571,1,4,7352.72,-2973.6,938.753,2.03331,0,0,0,1,120,255,1,17658),(76997,192724,571,1,4,7354.64,-2973.12,921.201,5.0091,0,0,0,1,120,255,1,17658),(76998,192725,571,1,4,7348.13,-2967.44,911.306,0.741765,0,0,0,1,120,255,1,17658),(76999,192726,571,1,4,7355.15,-2969.91,920.315,3.28123,0,0,0,1,120,255,1,17658),(77000,192727,571,1,4,7360.08,-2966.74,911.498,0.401424,0,0,0,1,120,255,1,17658),(77001,192728,571,1,4,7360.63,-2971.28,912.292,2.55691,0,0,0,1,120,255,1,17658),(77002,192729,571,1,4,7347.27,-2971.48,912.035,0.148353,0,0,0,1,120,255,1,17658),(77003,192730,571,1,4,7347.16,-2963.17,907.718,2.80125,0,0,0,1,120,255,1,17658),(77004,192731,571,1,4,7362.76,-2961.67,907.799,3.42085,0,0,0,1,120,255,1,17658),(77005,193196,571,1,2,4840.93,1494.97,209.604,2.10312,0,0,0,1,120,255,1,17658),(77006,193197,571,1,2,4875.42,1486.99,209.577,2.12058,0,0,0,1,120,255,1,17658),(77007,193198,571,1,2,4875.97,1487.23,209.624,5.70723,0,0,0,1,120,255,1,17658),(77008,193220,571,1,2,4901.71,1501.57,214.897,0.000523737,0,0,0,1,120,255,1,17658),(77009,193221,571,1,2,4899.95,1499.17,214.908,5.41925,0,0,0,1,120,255,1,17658),(77010,193222,571,1,2,4867.97,1505.21,209.197,1.82941,0,0,0,1,120,255,1,17658),(77011,193223,571,1,2,4867.68,1501.42,209.79,0.969179,0,0,0,1,120,255,1,17658),(77012,193224,571,1,2,4867.23,1510.34,210.818,2.48454,0,0,0,1,120,255,1,17658),(77013,193225,571,1,2,4869.89,1498.14,209.975,2.07747,0,0,0,1,120,255,1,17658),(77014,193226,571,1,2,4868.83,1515.05,210.583,1.56761,0,0,0,1,120,255,1,17658),(77015,193227,571,1,2,4872.97,1514.59,212.331,4.88598,0,0,0,1,120,255,1,17658),(77016,193228,571,1,2,4867.92,1513.52,211.374,4.22422,0,0,0,1,120,255,1,17658),(77017,193229,571,1,2,4899.05,1500.03,213.776,4.2816,0,0,0,1,120,255,1,17658),(77018,193230,571,1,2,4875.33,1483.97,209.321,1.09993,0,0,0,1,120,255,1,17658),(77019,193231,571,1,2,4875.17,1482.73,209.581,3.89926,0,0,0,1,120,255,1,17658),(77020,193232,571,1,2,4873.68,1479.37,209.262,6.04496,0,0,0,1,120,255,1,17658),(77021,193233,571,1,2,4878.03,1483.45,209.367,3.7268,0,0,0,1,120,255,1,17658),(77022,193234,571,1,2,4874.57,1482.12,209.581,5.82137,0,0,0,1,120,255,1,17658),(77023,193235,571,1,2,4874.73,1480.06,209.581,3.47776,0,0,0,1,120,255,1,17658),(77024,193236,571,1,2,4877.15,1482.28,209.508,6.21955,0,0,0,1,120,255,1,17658),(77025,193237,571,1,2,4879.97,1484.75,209.85,4.50198,0,0,0,1,120,255,1,17658),(77026,193238,571,1,2,4876.32,1484.97,208.314,2.23083,0,0,0,1,120,255,1,17658),(77027,193239,571,1,2,4877.1,1484.66,209.186,2.26945,0,0,0,1,120,255,1,17658),(77028,193240,571,1,2,4871.93,1485.22,209.394,1.45787,0,0,0,1,120,255,1,17658),(77029,193241,571,1,2,4868.57,1498.98,210.52,0.139626,0,0,0,1,120,255,1,17658),(77030,193242,571,1,2,4868.92,1496.63,210.149,3.22015,0,0,0,1,120,255,1,17658),(77031,193243,571,1,2,4866.88,1497.61,209.219,5.58187,0,0,0,1,120,255,1,17658),(77032,193244,571,1,2,4870.41,1485.93,208.815,2.01267,0,0,0,1,120,255,1,17658),(77033,193245,571,1,2,4873.67,1463.75,209.945,1.69297,0,0,0,1,120,255,1,17658),(77034,193246,571,1,2,4867.43,1463.25,208.182,3.38277,0,0,0,1,120,255,1,17658),(77035,193247,571,1,2,4870.53,1463.09,209.254,2.98503,0,0,0,1,120,255,1,17658),(77036,193248,571,1,2,4872.96,1463.78,208.817,0.328427,0,0,0,1,120,255,1,17658),(77037,193249,571,1,2,4866.13,1454.38,209.254,2.90649,0,0,0,1,120,255,1,17658),(77038,193250,571,1,2,4863.5,1511.99,211.007,5.42798,0,0,0,1,120,255,1,17658),(77039,193251,571,1,2,4862.13,1509.54,210.274,4.76527,0,0,0,1,120,255,1,17658),(77040,193252,571,1,2,4865.18,1507.22,210.338,5.04453,0,0,0,1,120,255,1,17658),(77041,193253,571,1,2,4853.51,1504.26,209.705,1.99892,0,0,0,1,120,255,1,17658),(77042,193254,571,1,2,4849.16,1504.78,210.421,4.06662,0,0,0,1,120,255,1,17658),(77043,193255,571,1,2,4835.9,1488.72,209.581,3.4169,0,0,0,1,120,255,1,17658),(77044,193256,571,1,2,4841.35,1482.23,209.581,1.85005,0,0,0,1,120,255,1,17658),(77045,193257,571,1,2,4841.2,1489.9,209.581,5.7254,0,0,0,1,120,255,1,17658),(77046,193258,571,1,2,4840.61,1484.36,209.581,2.01623,0,0,0,1,120,255,1,17658),(77047,193259,571,1,2,4839.12,1486.54,209.262,1.97834,0,0,0,1,120,255,1,17658),(77048,193260,571,1,2,4843.82,1489.11,209.283,5.18415,0,0,0,1,120,255,1,17658),(77049,193261,571,1,2,4842.29,1483.19,209.581,0.375941,0,0,0,1,120,255,1,17658),(77050,193262,571,1,2,4845.39,1486.81,209.473,1.25408,0,0,0,1,120,255,1,17658),(77051,193263,571,1,2,4835.05,1490.91,209.291,1.83105,0,0,0,1,120,255,1,17658),(77052,193264,571,1,2,4838.37,1493.17,209.39,2.56889,0,0,0,1,120,255,1,17658),(77053,193265,571,1,2,4842.9,1491.01,209.581,5.95933,0,0,0,1,120,255,1,17658),(77054,193266,571,1,2,4844.97,1489.89,209.336,3.93238,0,0,0,1,120,255,1,17658),(77055,193267,571,1,2,4847.75,1488.82,209.301,5.78944,0,0,0,1,120,255,1,17658),(77056,193268,571,1,2,4841.98,1486.23,209.494,5.79194,0,0,0,1,120,255,1,17658),(77057,193269,571,1,2,4844.34,1484.12,209.491,3.88953,0,0,0,1,120,255,1,17658),(77058,193270,571,1,2,4840.96,1481.42,209.497,4.98909,0,0,0,1,120,255,1,17658),(77059,193271,571,1,2,4844.5,1486.14,209.38,1.44315,0,0,0,1,120,255,1,17658),(77060,193272,571,1,2,4836.85,1488.43,209.497,3.0605,0,0,0,1,120,255,1,17658),(77061,193273,571,1,2,4844.62,1493.51,209.361,3.11481,0,0,0,1,120,255,1,17658),(77062,193274,571,1,2,4847.85,1486.43,209.361,1.1513,0,0,0,1,120,255,1,17658),(77063,193275,571,1,2,4841.35,1488.08,208.314,3.74927,0,0,0,1,120,255,1,17658),(77064,193276,571,1,2,4842.7,1487.74,209.385,3.58718,0,0,0,1,120,255,1,17658),(77065,193277,571,1,2,4847.48,1488.83,207.99,0.485505,0,0,0,1,120,255,1,17658),(77066,193278,571,1,2,4856.97,1498.67,210.011,5.59378,0,0,0,1,120,255,1,17658),(77067,193279,571,1,2,4860.16,1499.83,209.497,5.51576,0,0,0,1,120,255,1,17658),(77068,193280,571,1,2,4862.29,1462.6,209.365,4.03789,0,0,0,1,120,255,1,17658),(77069,193281,571,1,2,4862.76,1457.96,209.945,0.453785,0,0,0,1,120,255,1,17658),(77070,193282,571,1,2,4859.12,1463.34,209.385,5.77757,0,0,0,1,120,255,1,17658),(77071,193283,571,1,2,4861.29,1455.55,209.385,5.74266,0,0,0,1,120,255,1,17658),(77072,193284,571,1,2,4865.37,1460.49,209.116,0.314681,0,0,0,1,120,255,1,17658),(77073,193285,571,1,2,4865.48,1453.68,209.711,5.96903,0,0,0,1,120,255,1,17658),(77074,193286,571,1,2,4840.91,1402.09,192.959,5.13199,0,0,0,1,120,255,1,17658),(77075,193287,571,1,2,4837.32,1400.46,192.64,1.38492,0,0,0,1,120,255,1,17658),(77076,193288,571,1,2,4842.94,1402.06,192.959,5.36592,0,0,0,1,120,255,1,17658),(77077,193289,571,1,2,4836.49,1403.3,192.874,2.46708,0,0,0,1,120,255,1,17658),(77078,193290,571,1,2,4840.02,1400.5,191.692,3.15663,0,0,0,1,120,255,1,17658),(77079,193291,571,1,2,4854.31,1417.49,193.454,2.05949,0,0,0,1,120,255,1,17658),(77080,193292,571,1,2,4848.66,1414.79,191.692,3.74927,0,0,0,1,120,255,1,17658),(77081,193293,571,1,2,4852.32,1415.81,192.763,2.88903,0,0,0,1,120,255,1,17658),(77082,193294,571,1,2,4856.42,1416.3,192.763,1.70222,0,0,0,1,120,255,1,17658),(77083,193295,571,1,2,4838.96,1398.37,192.959,1.92896,0,0,0,1,120,255,1,17658),(77084,193296,571,1,2,4842.65,1399.97,192.661,4.59074,0,0,0,1,120,255,1,17658),(77085,193297,571,1,2,4842.65,1397.18,192.854,0.660672,0,0,0,1,120,255,1,17658),(77086,193298,571,1,2,4844.04,1399.98,192.714,3.33898,0,0,0,1,120,255,1,17658),(77087,193299,571,1,2,4844.03,1397.33,192.679,4.73351,0,0,0,1,120,255,1,17658),(77088,193300,571,1,2,4839.51,1398.62,192.874,5.19853,0,0,0,1,120,255,1,17658),(77089,193301,571,1,2,4840.95,1399.46,192.763,2.99375,0,0,0,1,120,255,1,17658),(77090,193302,571,1,2,4844.58,1399.3,191.368,5.87858,0,0,0,1,120,255,1,17658),(77091,193303,571,1,2,4819.02,1437.06,195.957,0.785397,0,0,0,1,120,255,1,17658),(77092,193304,571,1,2,4814.79,1441.68,193.932,2.47518,0,0,0,1,120,255,1,17658),(77093,193305,571,1,2,4816.83,1438.48,195.423,1.61495,0,0,0,1,120,255,1,17658),(77094,193306,571,1,2,4818.49,1434.95,194.986,6.22764,0,0,0,1,120,255,1,17658),(77095,193307,571,1,2,4804.62,1464.39,193.214,0.872664,0,0,0,1,120,255,1,17658),(77096,193308,571,1,2,4802.32,1465.61,192.524,1.70222,0,0,0,1,120,255,1,17658),(77097,193309,571,1,2,4838.38,1400.67,192.974,0.165805,0,0,0,1,120,255,1,17658),(77098,193310,571,1,2,4804.27,1462.24,192.195,0.03172,0,0,0,1,120,255,1,17658),(77099,193311,571,1,2,4818.63,1432.58,195.619,0.793182,0,0,0,1,120,255,1,17658),(77100,193312,571,1,2,4818.94,1434.29,194.938,6.10045,0,0,0,1,120,255,1,17658),(77101,193313,571,1,2,4802.6,1414.42,193.217,5.02655,0,0,0,1,120,255,1,17658),(77102,193314,571,1,2,4808.63,1416.1,191.672,0.433147,0,0,0,1,120,255,1,17658),(77103,193315,571,1,2,4805.6,1422.39,192.522,3.91572,0,0,0,1,120,255,1,17658),(77104,193316,571,1,2,4806.97,1413.82,192.537,0.847006,0,0,0,1,120,255,1,17658),(77105,193317,571,1,2,4800.96,1415.84,192.196,4.18561,0,0,0,1,120,255,1,17658),(77106,193318,571,1,2,4814.53,1421.68,193.837,4.03171,0,0,0,1,120,255,1,17658),(77107,193319,571,1,2,4818.46,1416.96,192.303,0.171346,0,0,0,1,120,255,1,17658),(77108,193320,571,1,2,4816.8,1417.59,192.543,2.82795,0,0,0,1,120,255,1,17658),(77109,193321,571,1,2,4813.19,1424.82,193.442,2.79305,0,0,0,1,120,255,1,17658),(77110,193322,571,1,2,4810.12,1419.19,193.325,3.64826,0,0,0,1,120,255,1,17658),(77111,193323,571,1,2,4807.36,1428.16,193.922,3.0194,0,0,0,1,120,255,1,17658),(77112,193324,571,1,2,4806.89,1426.84,192.971,0.323406,0,0,0,1,120,255,1,17658),(77113,193325,571,1,2,4822.01,1384.94,193.216,4.05789,0,0,0,1,120,255,1,17658),(77114,193326,571,1,2,4821.84,1389.48,192.828,1.34296,0,0,0,1,120,255,1,17658),(77115,193327,571,1,2,4826.81,1380.92,191.56,5.74768,0,0,0,1,120,255,1,17658),(77116,193328,571,1,2,4824.36,1383.82,192.632,4.88744,0,0,0,1,120,255,1,17658),(77117,193329,571,1,2,4822.13,1389.37,192.632,3.83152,0,0,0,1,120,255,1,17658),(77118,193330,571,1,2,4824,1380.99,192.632,6.16153,0,0,0,1,120,255,1,17658),(77119,193331,571,1,2,4822.26,1387.09,192.195,3.21697,0,0,0,1,120,255,1,17658),(77120,193332,571,1,2,4800,1468.61,191.452,2.56245,0,0,0,1,120,255,1,17658),(77121,193333,571,1,2,4792.14,1470.66,193.065,6.16101,0,0,0,1,120,255,1,17658),(77122,193334,571,1,2,4794.4,1474.76,192.763,4.95726,0,0,0,1,120,255,1,17658),(77123,193335,571,1,2,4790.18,1467.85,192.762,4.92235,0,0,0,1,120,255,1,17658),(77124,193336,571,1,2,4796.58,1468.24,192.169,5.77757,0,0,0,1,120,255,1,17658),(77125,193337,571,1,2,4784.45,1470.94,192.955,4.12771,0,0,0,1,120,255,1,17658),(77126,193338,571,1,2,4784.48,1470.89,192.576,0.925548,0,0,0,1,120,255,1,17658),(77127,193339,571,1,2,4772.66,1434.78,193.232,3.69138,0,0,0,1,120,255,1,17658),(77128,193340,571,1,2,4774.9,1439.74,192.737,3.72534,0,0,0,1,120,255,1,17658),(77129,193341,571,1,2,4775.1,1434.28,192.541,4.04096,0,0,0,1,120,255,1,17658),(77130,193342,571,1,2,4796.26,1462.71,192.967,6.04501,0,0,0,1,120,255,1,17658),(77131,193343,571,1,2,4790.44,1461.15,192.981,5.14872,0,0,0,1,120,255,1,17658),(77132,193344,571,1,2,4791.81,1461.45,192.632,2.45271,0,0,0,1,120,255,1,17658),(77133,193345,571,1,2,4796.17,1458.01,192.827,4.96452,0,0,0,1,120,255,1,17658),(77134,193346,571,1,2,4778.76,1431.17,191.47,5.21535,0,0,0,1,120,255,1,17658),(77135,193347,571,1,2,4772.64,1435.92,192.81,5.94029,0,0,0,1,120,255,1,17658),(77136,193348,571,1,2,4774.13,1431.06,192.541,5.8212,0,0,0,1,120,255,1,17658),(77137,193349,571,1,2,4772.31,1368.96,179.386,0.811575,0,0,0,1,120,255,1,17658),(77138,193350,571,1,2,4768.76,1368.18,178.913,1.44467,0,0,0,1,120,255,1,17658),(77139,193351,571,1,2,4768.81,1368.81,178.492,0.140151,0,0,0,1,120,255,1,17658),(77140,193352,571,1,2,4773.03,1368.72,178.45,6.18401,0,0,0,1,120,255,1,17658),(77141,193353,571,1,2,4769.21,1371.89,177.57,3.96744,0,0,0,1,120,255,1,17658),(77142,193354,571,1,2,4753.28,1340.75,168.824,5.94285,0,0,0,1,120,255,1,17658),(77143,193355,571,1,2,4755.79,1348.84,171.924,2.46091,0,0,0,1,120,255,1,17658),(77144,193356,571,1,2,4748.54,1338.94,166.382,5.99427,0,0,0,1,120,255,1,17658),(77145,193357,571,1,2,4755.62,1346.56,169.796,1.34944,0,0,0,1,120,255,1,17658),(77146,193358,571,1,2,4753.62,1343.33,168.952,0.489215,0,0,0,1,120,255,1,17658),(77147,193359,571,1,2,4756.42,1343.86,170.246,1.7633,0,0,0,1,120,255,1,17658),(77148,193360,571,1,2,4751.15,1340.32,166.607,5.1019,0,0,0,1,120,255,1,17658),(77149,193361,571,1,2,4734.48,1318.53,157.136,1.85057,0,0,0,1,120,255,1,17658),(77150,193362,571,1,2,4729.61,1321.64,157.56,3.76992,0,0,0,1,120,255,1,17658),(77151,193363,571,1,2,4730.31,1318.99,155.544,4.29905,0,0,0,1,120,255,1,17658),(77152,193364,571,1,2,4730.52,1317.27,156.226,2.56615,0,0,0,1,120,255,1,17658),(77153,193365,571,1,2,4845.42,1487.39,209.58,3.62157,0,0,0,1,120,255,1,17658),(77154,193366,571,1,2,4873.99,1482.95,209.581,2.32129,0,0,0,1,120,255,1,17658),(77155,193367,571,1,2,4877.77,1484.81,209.625,0.986112,0,0,0,1,120,255,1,17658),(77156,193368,571,1,2,4843.11,1399.61,192.974,4.04044,0,0,0,1,120,255,1,17658),(77157,193369,571,1,2,4733.99,1316.14,156.382,4.21497,0,0,0,1,120,255,1,17658),(77158,193370,571,1,2,4771.53,1370.23,177.676,3.47322,0,0,0,1,120,255,1,17658),(77159,193371,571,1,2,4747.05,1371.73,174.606,3.27252,0,0,0,1,120,255,1,17658),(77160,193372,571,1,2,4745.65,1372.85,180.619,0.287977,0,0,0,1,120,255,1,17658),(77161,193373,571,1,2,4748.8,1370.48,177.21,1.12574,0,0,0,1,120,255,1,17658),(77162,193374,571,1,2,4739.77,1375.46,175.041,5.89921,0,0,0,1,120,255,1,17658),(77163,193375,571,1,2,4747.37,1376.69,177.142,4.24115,0,0,0,1,120,255,1,17658),(77164,193376,571,1,2,4729.66,1338.75,165.712,1.48353,0,0,0,1,120,255,1,17658),(77165,193377,571,1,2,4724.68,1339.09,165.636,0.951202,0,0,0,1,120,255,1,17658),(77166,193378,571,1,2,4722.37,1315.18,153.016,4.71239,0,0,0,1,120,255,1,15595),(77167,193379,571,1,2,4722.19,1312.74,151.818,2.20784,0,0,0,1,120,255,1,17658),(77168,193380,571,1,2,4721.96,1313.02,155.378,4.26733,0,0,0,1,120,255,1,17658),(77169,193381,571,1,2,4828.91,1364.96,187.765,3.14159,0,0,0,1,120,255,1,17658),(77170,193382,571,1,2,4767.65,1414.14,182.959,3.14159,0,0,0,1,120,255,1,17658),(77171,193383,571,1,2,4885.88,1446.4,197.241,3.14159,0,0,0,1,120,255,1,17658),(77172,193384,571,1,2,4967.42,1382.58,280.678,3.14159,0,0,0,1,120,255,1,17658),(77173,193385,571,1,2,4819.64,1494.38,197.898,3.14159,0,0,0,1,120,255,1,17658),(77174,193386,571,1,2,4760.75,1331.36,166.73,1.48353,0,0,0,1,120,255,1,17658),(77175,193388,571,1,2,4841.91,1491.07,209.581,5.02655,0,0,0,1,120,255,1,17658),(77176,193389,571,1,2,4854.66,1501.16,209.481,2.34746,0,0,0,1,120,255,1,17658),(77177,193390,571,1,2,4867.81,1503.07,209.885,4.39823,0,0,0,1,120,255,1,17658),(77178,193391,571,1,2,4806.32,1418.54,192.729,3.99681,0,0,0,1,120,255,1,17658),(77179,193392,571,1,2,4809.1,1418.02,192.892,1.75406,0,0,0,1,120,255,1,17658),(77180,193393,571,1,2,4866.13,1504.92,209.61,3.58666,0,0,0,1,120,255,1,17658),(77181,193394,571,1,2,4822.11,1385.17,190.846,0.593409,0,0,0,1,120,255,1,17658),(77182,193395,571,1,2,4770.15,1370.93,176.38,2.80998,0,0,0,1,120,255,1,17658),(77183,193396,571,1,2,4794.69,1457.06,192.588,2.64417,0,0,0,1,120,255,1,17658),(77184,193397,571,1,2,4733.94,1315.56,156.368,5.0091,0,0,0,1,120,255,1,17658),(77185,193398,571,1,2,4848.95,1412.98,192.951,4.46804,0,0,0,1,120,255,1,17658),(77186,193399,571,1,2,4859.43,1457.76,209.344,3.16811,0,0,0,1,120,255,1,17658),(77187,193986,571,1,1,7917.55,-2461.02,1135.94,3.07177,0,0,0,1,120,255,1,15595),(77188,194127,571,1,1,6099.22,-1077.97,404.227,2.94897,0,0,0,1,120,255,1,17658),(77189,194128,571,1,1,6096.17,-1074.01,404.558,0.514872,0,0,0,1,120,255,1,17658),(77190,194155,571,1,1,3848.47,-4069.61,200.835,6.0586,0,0,0,1,120,255,1,15595),(77191,194535,571,1,1,4957.07,1291.01,234.806,4.06662,0,0,0,1,120,255,1,15595),(77192,194540,571,1,1,6219.55,1.6977,410.164,0.698129,0,0,0,1,120,255,1,17658),(77193,194545,571,1,1,3833.44,1629.64,89.7569,3.02813,0,0,0,1,120,255,1,17658),(77194,194546,571,1,1,3823.04,1623.94,89.761,3.86591,0,0,0,1,120,255,1,17658),(77195,194547,571,1,1,3887.41,1585.24,90.919,1.20428,0,0,0,1,120,255,1,17658),(77196,194548,571,1,1,3887.19,1596.44,90.9632,2.10312,0,0,0,1,120,255,1,17658),(77197,194832,571,1,1,6452.79,2345.03,464.254,4.49768,0,0,0,1,120,255,1,15595),(77198,194833,571,1,1,6454.82,2346.19,464.109,6.16574,0,0,0,1,120,255,1,15595),(77199,194834,571,1,1,6424.47,2383.73,466.714,6.26008,0,0,0,1,120,255,1,15595),(77200,194835,571,1,1,6422.7,2385.57,466.904,4.59892,0,0,0,1,120,255,1,15595),(77201,194836,571,1,1,6429.28,2385.77,466.573,3.50593,0,0,0,1,120,255,1,15595),(77202,194837,571,1,1,6425.83,2383.57,466.594,3.12028,0,0,0,1,120,255,1,15595),(77203,194838,571,1,1,6425.67,2386.11,465.908,5.98233,0,0,0,1,120,255,1,15595),(6134,202192,571,1,1,5628.95,2079.64,798.054,0.645772,0,0,0,1,120,255,1,0),(6135,202192,571,1,1,5630.61,2096.25,798.054,5.88176,0,0,0,1,120,255,1,0),(75166,192252,571,1,128,5154.37,2853.23,409.183,3.14159,0,0,1,0,0,0,0,0),(75167,192253,571,1,128,5154.42,2828.93,409.189,3.14159,0,0,1,0,0,0,0,0),(75168,192266,571,1,64,4452.8,2639,358.552,1.4748,0,0,-0.672366,0.740219,0,0,0,0),(75169,192267,571,1,128,4452.76,2639.14,358.444,1.67552,0,0,0.743145,0.66913,0,0,0,0),(75170,192268,571,1,128,4526.51,2810.18,390.986,3.26377,0,0,0.998135,-0.061049,0,0,0,0),(75171,192270,571,1,64,4424.71,2975.6,367.387,1.69297,0,0,0.748955,0.662621,0,0,0,0),(75172,192271,571,1,128,4424.74,2975.6,367.227,1.7017,0,0,0.75184,0.659346,0,0,0,0),(75173,192272,571,1,16,4417.93,2324.81,371.219,3.09796,0,0,0.999762,0.021815,0,0,0,0),(75174,192275,571,1,16,4424.03,3286.61,371.418,3.14159,0,0,1,0,0,0,0,0),(75175,192276,571,1,128,4572.94,3475.42,362.805,1.37881,0,0,0.636078,0.771625,0,0,0,0),(75176,192279,571,1,128,4433.92,3534.2,359.942,1.91113,0,0,-0.816641,0.577146,0,0,0,0),(75177,192408,571,1,16,4399.64,3231.54,368.898,1.49226,0,0,0.678801,0.734322,0,0,0,0),(75178,192409,571,1,32,4399.59,3231.43,369.216,1.67552,0,0,-0.743145,0.66913,0,0,0,0),(75179,192415,571,1,64,4517.79,2716.99,387.57,1.53589,0,0,-0.694658,0.71934,0,0,0,0),(75180,192423,571,1,64,4563.73,2171.15,367.68,1.30027,0,0,0.605294,0.796002,0,0,0,0),(75181,192424,571,1,128,4563.7,2171.03,367.607,1.82387,0,0,-0.79069,0.612217,0,0,0,0),(75182,192430,571,1,64,4434.56,2883.45,406.025,0.759216,0,0,0.370557,0.92881,0,0,0,0),(75183,192431,571,1,64,4349.9,2885.56,406.105,1.6057,0,0,0.71934,0.694658,0,0,0,0),(75184,192432,571,1,16,4401.62,3377.48,363.12,1.53589,0,0,0.694658,0.71934,0,0,0,0),(75185,192440,571,1,128,4438.38,3361.01,371.814,0.0348707,0,0,-0.017452,0.999848,0,0,0,0),(75186,192441,571,1,16,4448.15,3235.61,370.617,1.56207,0,0,-0.704015,0.710185,0,0,0,0),(75187,192442,571,1,128,4350.04,2885.61,406.329,1.58825,0,0,0.713251,0.700909,0,0,0,0),(75188,192443,571,1,128,4434.33,2883.24,406.346,0.767944,0,0,0.374607,0.927184,0,0,0,0),(75189,192444,571,1,128,4464.17,2855.32,406.391,0.802851,0,0,0.390731,0.920505,0,0,0,0),(75190,192449,571,1,128,4517.75,2717.23,387.812,1.53589,0,0,-0.694658,0.71934,0,0,0,0),(75191,192450,571,1,128,4387.59,2719.9,390.201,1.51843,0,0,-0.688354,0.725375,0,0,0,0),(75192,192451,571,1,16,4408.65,2422.67,377.454,1.58825,0,0,0.713251,0.700909,0,0,0,0),(75193,192452,571,1,128,4416.8,2414.04,377.487,0.00895035,0,0,0.004363,0.99999,0,0,0,0),(75194,192453,571,1,16,4417.56,2301.07,377.43,0.017442,0,0,0.008727,0.999962,0,0,0,0),(75552,191844,571,1,1,8576.84,-359.999,752.739,5.67232,0,0,0,1,120,255,1,0),(75553,191844,571,1,1,8814.7,129.815,148.014,3.54302,0,0,0,1,120,255,1,0),(75554,191845,571,1,1,8843.2,133.346,85.0244,6.12611,0,0,0,1,120,255,1,0),(75555,191844,571,1,1,8804.18,280.464,290.479,0.436332,0,0,0,1,120,255,1,0),(75556,191844,571,1,1,8626.09,33.9217,572.91,5.49779,0,0,0,1,120,255,1,0),(75557,191845,571,1,1,8670.65,-96.9744,480.403,4.76475,0,0,0,1,120,255,1,0),(75558,191844,571,1,1,8532.54,68.4176,725.706,0.209439,0,0,0,1,120,255,1,0),(75559,191845,571,1,1,8533.34,-67.053,737.922,3.76991,0,0,0,1,120,255,1,0),(75560,191845,571,1,1,8578.23,145.186,697.394,0.977383,0,0,0,1,120,255,1,0),(75561,191844,571,1,1,8549.12,307.624,663.94,0.575957,0,0,0,1,120,255,1,0),(75562,191845,571,1,1,8562.43,317.504,614.556,6.24828,0,0,0,1,120,255,1,0),(75563,191844,571,1,1,8518.98,314.519,762.044,0.506145,0,0,0,1,120,255,1,0),(75564,191844,571,1,1,8748.88,312.857,299.133,6.07375,0,0,0,1,120,255,1,0),(75565,191845,571,1,1,8632.46,-147.118,579.812,3.6652,0,0,0,1,120,255,1,0),(75566,191845,571,1,1,8685.32,-255.619,550.637,4.41568,0,0,0,1,120,255,1,0),(75567,191844,571,1,1,8558.69,-286.853,704.254,2.14675,0,0,0,1,120,255,1,0),(21037,185927,530,1,1,2988.61,7129.96,368.975,1.02974,0,0,0,1,120,255,1,0),(21038,185927,530,1,1,3080.93,6914.94,369.326,4.32842,0,0,0,1,120,255,1,0),(21039,185927,530,1,1,2810.34,7006.05,376.088,1.15192,0,0,0,1,120,255,1,0),(21040,185927,530,1,1,1385.93,7392.29,371.121,0.558504,0,0,0,1,120,255,1,0),(21041,185927,530,1,1,1280.61,7164.5,377.179,5.58505,0,0,0,1,120,255,1,0),(21042,185927,530,1,1,1616.64,7207.05,375.48,5.13127,0,0,0,1,120,255,1,0),(21045,185927,530,1,1,1673.49,7377.36,375.558,1.309,0,0,0,1,120,255,1,0),(59579,184820,530,1,1,2700.19,6514.47,2.13838,2.11185,0,0,0,1,120,255,1,0),(59580,184820,530,1,1,2597.69,6505.88,1.66538,1.09956,0,0,0,1,120,255,1,0),(59581,184820,530,1,1,2635.83,6463.89,1.86259,1.85005,0,0,0,1,120,255,1,0),(59582,184820,530,1,1,2462.47,6544.21,1.93072,0.541052,0,0,0,1,120,255,1,0),(59583,184820,530,1,1,2382.94,6498.44,3.00535,1.98968,0,0,0,1,120,255,1,0),(59584,184820,530,1,1,2332.92,6567.22,3.77855,0.453786,0,0,0,1,120,255,1,0),(75983,181898,530,1,1,-2128.94,-11347.8,63.1824,5.84685,0,0,0,1,120,255,1,0),(75984,181898,530,1,1,-2090.86,-11338,62.1044,0.872664,0,0,0,1,120,255,1,0),(75985,181898,530,1,1,-2114.61,-11316.9,63.3112,2.63544,0,0,0,1,120,255,1,0),(75986,181898,530,1,1,-2102.47,-11289.8,63.2743,5.46288,0,0,0,1,120,255,1,0),(75987,181898,530,1,1,-2094.64,-11376.9,63.561,2.58308,0,0,0,1,120,255,1,0),(75988,181898,530,1,1,-2158.83,-11376.7,65.9939,4.36332,0,0,0,1,120,255,1,0),(75989,181898,530,1,1,-2144.11,-11395.2,68.0003,1.37881,0,0,0,1,120,255,1,0),(75990,181898,530,1,1,-2108.11,-11325.4,63.2868,3.01941,0,0,0,1,120,255,1,0),(75991,181898,530,1,1,-2055.86,-11367.6,63.9101,1.43117,0,0,0,1,120,255,1,0),(75992,181898,530,1,1,-2074.02,-11286.2,65.4094,5.23599,0,0,0,1,120,255,1,0),(75993,181898,530,1,1,-2050.69,-11285,67.2437,2.16421,0,0,0,1,120,255,1,0),(75994,181898,530,1,1,-2092.11,-11241.7,68.3309,3.05433,0,0,0,1,120,255,1,0),(75995,181898,530,1,1,-2047.77,-11247.6,78.1543,3.45576,0,0,0,1,120,255,1,0),(75996,181898,530,1,1,-2093.05,-11278.7,64.9558,2.82743,0,0,0,1,120,255,1,0),(75997,181898,530,1,1,-2072.34,-11255.3,68.5893,6.02139,0,0,0,1,120,255,1,0),(75998,181898,530,1,1,-2136.23,-11360.7,63.3872,3.4034,0,0,0,1,120,255,1,0),(75999,181898,530,1,1,-2005.52,-11315.5,62.9678,2.32129,0,0,0,1,120,255,1,0),(76000,181898,530,1,1,-2014.98,-11348.5,65.6022,3.89209,0,0,0,1,120,255,1,0),(76001,181898,530,1,1,-2090.29,-11311.2,63.2956,1.22173,0,0,0,1,120,255,1,0),(76002,181898,530,1,1,-2075.02,-11327,62.1804,0.401425,0,0,0,1,120,255,1,0),(76003,181898,530,1,1,-2072.56,-11347.1,62.1168,0.925024,0,0,0,1,120,255,1,0),(76004,181898,530,1,1,-2036.57,-11329.7,66.3521,0.95993,0,0,0,1,120,255,1,0),(76005,181898,530,1,1,-2106.36,-11361.4,63.5015,2.84488,0,0,0,1,120,255,1,0),(76006,181898,530,1,1,-2057.14,-11409.9,57.8194,4.60767,0,0,0,1,120,255,1,0),(76007,181898,530,1,1,-2116.33,-11416.3,66.4483,2.65289,0,0,0,1,120,255,1,0),(76008,181898,530,1,1,-2126.77,-11243.8,66.185,5.48033,0,0,0,1,120,255,1,0),(76009,181898,530,1,1,-2108.32,-11212,78.0577,1.69297,0,0,0,1,120,255,1,0),(76010,181898,530,1,1,-2121.75,-11306.3,63.2741,4.92183,0,0,0,1,120,255,1,0),(76011,181898,530,1,1,-2073.55,-11372.2,63.8179,3.12412,0,0,0,1,120,255,1,0),(76012,181898,530,1,1,-2103.41,-11396.3,63.3343,6.12611,0,0,0,1,120,255,1,0),(164410,184979,530,1,1,-2749.89,2452.25,93.2806,1.58825,0,0,0,1,120,255,1,0),(164411,184979,530,1,1,-2750.34,2470.91,93.2806,1.58825,0,0,0,1,120,255,1,0),(164412,184979,530,1,1,-2751.1,2371.38,93.2806,1.53589,0,0,0,1,120,255,1,0),(164413,184979,530,1,1,-2751.12,2213.45,93.2806,1.58825,0,0,0,1,120,255,1,0),(164414,184979,530,1,1,-2766,2260.54,93.2806,1.58825,0,0,0,1,120,255,1,0),(164415,184979,530,1,1,-2766,2469.92,93.2806,1.5708,0,0,0,1,120,255,1,0),(164416,184979,530,1,1,-2766.19,2461.51,93.2806,1.5708,0,0,0,1,120,255,1,0),(164417,184979,530,1,1,-2766.46,2451.75,93.2806,1.5708,0,0,0,1,120,255,1,0),(164418,184979,530,1,1,-2766.52,2328.73,93.2806,1.5708,0,0,0,1,120,255,1,0),(164419,184979,530,1,1,-2766.55,2316.41,93.2806,1.5708,0,0,0,1,120,255,1,0),(164420,184979,530,1,1,-2766.56,2440.59,93.2806,1.5708,0,0,0,1,120,255,1,0),(164421,184979,530,1,1,-2766.6,2429.2,93.2806,1.5708,0,0,0,1,120,255,1,0),(164422,184979,530,1,1,-2766.61,2372.1,93.2806,1.6057,0,0,0,1,120,255,1,0),(164423,184979,530,1,1,-2766.62,2395.76,93.2806,1.5708,0,0,0,1,120,255,1,0),(164424,184979,530,1,1,-2766.65,2226.79,93.2806,1.58825,0,0,0,1,120,255,1,0),(164425,184979,530,1,1,-2766.68,2270.36,93.2806,1.5708,0,0,0,1,120,255,1,0),(164426,184979,530,1,1,-2766.69,2362.64,93.2806,1.58825,0,0,0,1,120,255,1,0),(164427,184979,530,1,1,-2766.69,2305.76,93.2806,1.5708,0,0,0,1,120,255,1,0),(164428,184979,530,1,1,-2766.72,2341.02,93.2806,1.5708,0,0,0,1,120,255,1,0),(164429,184979,530,1,1,-2766.73,2383.82,93.2806,1.5708,0,0,0,1,120,255,1,0),(164430,184979,530,1,1,-2766.75,2282.8,93.2806,1.5708,0,0,0,1,120,255,1,0),(164431,184979,530,1,1,-2766.8,2250.72,93.2806,1.58825,0,0,0,1,120,255,1,0),(164432,184979,530,1,1,-2766.81,2295.31,93.2806,1.5708,0,0,0,1,120,255,1,0),(164433,184979,530,1,1,-2766.82,2407.71,93.2806,1.5708,0,0,0,1,120,255,1,0),(164434,184979,530,1,1,-2767,2351.3,93.2806,1.5708,0,0,0,1,120,255,1,0),(164435,184979,530,1,1,-2780.18,2395.6,93.2806,1.5708,0,0,0,1,120,255,1,0),(164436,184979,530,1,1,-2781.08,2259.36,93.2806,1.55334,0,0,0,1,120,255,1,0),(164437,184979,530,1,1,-2781.24,2362.49,93.2806,1.5708,0,0,0,1,120,255,1,0),(164438,184979,530,1,1,-2781.39,2250.28,93.2806,1.55334,0,0,0,1,120,255,1,0),(164439,184979,530,1,1,-2799.27,2249.67,93.2806,1.58825,0,0,0,1,120,255,1,0),(164440,184979,530,1,1,-2799.78,2216.63,93.2806,1.5708,0,0,0,1,120,255,1,0),(164441,184979,530,1,1,-2799.86,2238.58,93.2806,1.5708,0,0,0,1,120,255,1,0),(164442,184979,530,1,1,-2799.89,2260.72,93.2806,1.5708,0,0,0,1,120,255,1,0),(164443,184979,530,1,1,-2799.9,2226.72,93.2806,1.5708,0,0,0,1,120,255,1,0),(164444,184979,530,1,1,-2799.92,2204.2,93.2806,1.5708,0,0,0,1,120,255,1,0),(7087,195705,641,3,1,16.4811,-0.00539,20.4162,3.03684,0,0,0,1,7200,255,0,0),(7088,195371,641,3,1,16.4763,0.018369,20.4162,3.03684,0,0,0,1,7200,255,1,0),(7089,195706,642,3,1,12.2894,0.081029,34.6497,3.15906,0,0,0,1,7200,255,0,0),(7090,196413,642,3,1,12.3199,0.096332,34.6508,3.15906,0,0,0,1,7200,255,1,0),(29729,20919,47,1,1,2080.89,1703.36,56.6447,0.553757,0,0,0.273354,0.961913,-43200,100,1,0),(29730,20919,47,1,1,2055.28,1767.7,58.4559,2.98378,0,0,0.996889,0.0788245,-43200,100,1,0),(29731,20919,47,1,1,2196.64,1827.96,61.4706,2.11277,0,0,0.870583,0.492022,-43200,100,1,0),(29732,20919,47,1,1,2030.32,1867.61,56.2866,5.6777,0,0,0.298139,-0.954522,-43200,100,1,0),(29733,20919,47,1,1,2091.33,1861.73,51.0341,1.25355,0,0,0.586536,0.809923,-43200,100,1,0),(29734,20919,47,1,1,2200.15,1897.64,71.3191,2.6492,0,0,0.969846,0.243717,-43200,100,1,0),(29735,20919,47,1,1,2075.75,1742.04,76.7184,1.33994,0,0,0.620962,0.78384,-43200,100,1,0),(29736,20919,47,1,1,2126,1661.15,82.4824,0.0220437,0,0,0.0110216,0.999939,-43200,100,1,0),(29737,20919,47,1,1,2207.92,1596.91,80.7375,3.60582,0,0,0.973182,-0.230035,-43200,100,1,0),(29738,20919,47,1,1,2156.98,1542.26,72.849,2.43086,0,0,0.937519,0.347934,-43200,100,1,0),(29739,20919,47,1,1,2179.95,1514.06,69.0709,0.778385,0,0,0.379441,0.925216,-43200,100,1,0),(29740,20919,47,1,1,2000.85,1533.93,80.3971,4.919,0,0,0.630419,-0.776255,-43200,100,1,0),(29741,20919,47,1,1,1991.49,1608.53,81.1601,1.1004,0,0,0.522858,0.85242,-43200,100,1,0),(14830,186959,571,1,1,276.169,-5755.25,268.456,0,0,0,0,1,120,255,1,0),(14831,186959,571,1,1,278.529,-5758.35,268.456,0,0,0,0,1,120,255,1,0),(14832,186959,571,1,1,280.852,-5761.4,268.456,0,0,0,0,1,120,255,1,0),(14833,186959,571,1,1,158.707,-5823.32,7.00682,0,0,0,0,1,120,255,1,0),(14834,186959,571,1,1,157.202,-5712.16,189.315,0,0,0,0,1,120,255,1,0),(14835,186959,571,1,1,255.534,-5891.36,82.9929,0,0,0,0,1,120,255,1,0),(6144,184731,530,1,1,-3802.94,2594.5,92.1828,1.6057,0,0,0,1,120,255,1,0),(6145,184731,530,1,1,-3794.05,2588.72,92.1828,1.90546,0,0,0,1,120,255,1,0),(29742,177258,429,1,1,121.222,429.092,28.4548,0.418879,0,0,1,-0.0000000437114,86400,255,1,0),(29743,177259,429,1,1,12.9413,277.931,-8.9329,0,0,0,1,-0.0000000437114,86400,255,1,0),(29744,177257,429,1,1,-92.3456,442.67,28.547,0.418879,0,0,1,-0.0000000437114,86400,255,1,0),(29745,179504,429,1,1,78.1387,737.402,-24.6216,0,0,0,1,-0.0000000437114,86400,255,1,0),(29746,179505,429,1,1,-155.433,734.166,-24.6216,0,0,0,1,-0.0000000437114,86400,255,1,0),(29747,179503,429,1,1,-38.9651,813.709,-27.3178,0,0,0,1,-0.0000000437114,86400,255,1,0),(29748,179506,429,1,1,-38.7563,812.587,-3.8761,0,0,0,1,-0.0000000437114,86400,255,1,0),(29749,179563,429,1,1,116.105,638.89,-48.467,4.52041,0,0,0,1,86400,255,1,0),(29750,177219,429,1,1,385.327,374.232,-1.34314,1.5708,0,0,1,-0.0000000437114,86400,255,1,0),(29751,177221,429,1,1,50.5863,501.941,-23.1499,4.71239,0,0,1,-0.0000000437114,86400,255,1,0),(29752,177211,429,1,1,-41.8254,159.874,-3.44834,0,0,0,1,-0.0000000437114,86400,255,1,0),(29753,177212,429,1,1,10.7216,159.459,-3.44835,3.14159,0,0,1,-0.0000000437114,86400,255,1,0),(29754,177215,429,1,1,255.408,10.3791,-2.69381,1.5708,0,0,1,-0.0000000437114,86400,255,1,0),(29755,179549,429,1,1,351.568,88.6735,-36.393,1.5708,0,0,1,-0.0000000437114,86400,255,1,0),(29756,177217,429,1,1,491.204,515.133,29.4675,1.5708,0,0,1,-0.0000000437114,86400,255,1,0),(16926,22882,560,3,1,1823.36,1029.28,11.6412,1.4399,0,0,0.707107,0.707107,7200,255,1,0),(16927,22883,560,3,1,1824.24,1031.34,11.6412,0.506145,0,0,0.707107,0.707107,7200,255,1,0),(16928,22884,560,3,1,1822.9,1032.18,11.6412,3.14159,0,0,0.707107,0.707107,7200,255,1,0),(16929,22885,560,3,1,1813.83,999.684,12.1316,0.104719,0,0,0.707107,0.707107,7200,255,1,0),(16930,22886,560,3,1,1822.89,1030.72,11.6412,4.23242,0,0,0.707107,0.707107,7200,255,1,0),(16931,22887,560,3,1,1812.62,999.104,12.1316,1.50971,0,0,0.707107,0.707107,7200,255,1,0),(5596,189331,571,1,1,3707.75,-1182.24,120.746,1.24532,0,0,0,1,120,0,1,0),(5510,50983,530,1,1,-5116.79,631.189,85.0555,0.949811,0,0,0.457254,0.889336,300,0,1,0),(6245,202083,0,1,1,-2944.48,-3277.68,62.27,3.32798,0,0,0.995661,-0.093059,18000,100,1,0),(6246,202083,0,1,1,-3000.93,-3329.01,64.9771,4.10851,0,0,0.885393,-0.464843,18000,100,1,0),(6247,202083,0,1,1,-3020.76,-3245.81,58.8009,5.38478,0,0,0.434249,-0.900793,18000,100,1,0),(6248,202083,0,1,1,-2992.36,-3188.19,55.1982,3.01524,0,0,0.998005,0.0631367,18000,100,1,0),(5638,180055,43,1,1,-97.6,173.8,-79,2.08,0,0,0.862404,0.50622,-1,100,1,0),(5639,180024,36,1,1,-32.1232,-374.64,59.06,3.082,0,0,0.879275,-0.476315,-1,100,1,0),(268691,193984,571,1,1,7610.18,2065.31,599.426,2.87979,0,0,0.991445,0.130528,300,0,1,0),(29837,184596,550,1,1,744.045,-44.6345,46.661,3.14159,0,0,1,-0.0000000437114,7200,255,1,0),(6341,196871,571,1,1,8121.33,794.503,481.288,-1.797,0,0,-0.782608,0.622515,180,100,1,0),(6342,196871,571,1,1,5644.5,2107.42,798.054,4.5902,0,0,-0.782608,0.622515,180,100,1,0),(6343,196871,571,1,1,5660.98,2106.14,798.054,4.5902,0,0,-0.782608,0.622515,180,100,1,0),(266592,185952,548,1,1,448.374,-544.713,-7.54634,4.71681,0,0,0.7,-0.7,300,0,1,0),(268935,94039,48,1,1,-413.324,43.6505,-47.9681,3.14159,0,0,1,0,86400,100,1,0),(268523,141979,70,1,1,154.952,290.27,-52.226,2.78,0,0,0,0,86400,0,1,0),(268932,149431,109,1,1,-518.1,-85.545,-91.2,0,0,0,0,0,86400,100,1,0),(268933,149432,109,1,1,-518.23,276.04,-91.2,0,0,0,0,0,86400,100,1,0),(268934,149433,109,1,1,-416.012,275.855,-91.2,0,0,0,0,0,86400,100,1,0),(268277,179502,429,1,1,277.695,-423.25,-120.04,-2.92342,0,0,-0.994056,0.108872,86400,255,1,0),(268273,142145,429,1,1,38.4777,-391.213,-58.6108,1.32645,0,0,0.615661,0.788011,86400,255,1,0),(268272,142145,429,1,1,39.6528,-322.045,-52.2932,1.25664,0,0,0.587786,0.809016,86400,255,1,0),(268271,142145,429,1,1,-77.444,-438.764,-58.612,2.79252,0,0,0.984807,0.173652,86400,255,1,0),(268270,142145,429,1,1,107.133,-465.386,-3.27357,1.95477,0,0,0.829038,0.559192,86400,255,1,0),(268269,142145,429,1,1,-27.8809,-392.48,-58.6137,1.39626,0,0,0.642787,0.766045,86400,255,1,0),(268268,142145,429,1,1,-29.2692,-335.209,-51.8413,0.767944,0,0,0.374606,0.927184,86400,255,1,0),(268267,142145,429,1,1,73.1442,-234.595,-56.461,-0.506145,0,0,-0.25038,0.968148,86400,255,1,0),(268266,142144,429,1,1,-110.419,-419.615,-58.6047,-2.47837,0,0,-0.945519,0.325567,86400,255,1,0),(268265,142144,429,1,1,-46.1853,-432.413,16.4136,0.174532,0,0,0.0871553,0.996195,86400,255,1,0),(268264,142144,429,1,1,68.1034,-669.629,-25.1653,-2.19912,0,0,-0.891006,0.453991,86400,255,1,0),(268263,142144,429,1,1,24.717,-468.53,-4.25922,-2.02458,0,0,-0.848048,0.52992,86400,255,1,0),(268262,142144,429,1,1,67.4486,-467.225,-58.6226,-1.95477,0,0,-0.829037,0.559194,86400,255,1,0),(268275,176907,429,1,1,131.286,-278.89,-56.5211,3.14159,0,0,-1,0,86400,255,1,0),(268276,177220,429,1,1,252.327,-404.921,-120.62,-1.5708,0,0,-0.707107,0.707107,86400,255,1,0),(9468,165738,230,1,1,891.99,-181.77,-42.811,4.98,0,0,0,1,120,255,1,0),(9469,165738,230,1,1,891.36,-182.133,-42.811,3.6782,0,0,0,1,120,255,1,0),(9470,165738,230,1,1,891.299,-183.168,-42.811,4.55,0,0,0,1,120,255,1,0),(9471,165738,230,1,1,891.788,-182.847,-42.811,0.597,0,0,0,1,120,255,1,0),(9472,165738,230,1,1,891.7,-184.356,-42.811,4.673,0,0,0,1,120,255,1,0),(56291,178190,409,1,1,795.536,-974.253,-207.788,3.14159,0,0,-1,0,120,255,1,0),(56292,178191,409,1,1,694.229,-495.598,-214.329,3.14159,0,0,-1,0,120,255,1,0),(56293,178192,409,1,1,1132.11,-1017.27,-186.494,3.14159,0,0,-1,0,120,255,1,0),(56294,178193,409,1,1,897.058,-551.546,-203.953,3.14159,0,0,-1,0,120,255,1,0),(5528,1732,0,1,1,-9843,1386.87,39.012,4.783,0,0,0,0,900,100,1,0),(77266,180415,571,1,1,5759.22,574.957,649.913,2.96704,0,0,0,1,120,255,1,0),(77267,180415,571,1,1,5755.54,570.83,650.934,6.19592,0,0,0,1,120,255,1,0),(77268,180415,571,1,1,5757.68,573.392,650.169,5.06146,0,0,0,1,120,255,1,0),(77269,180415,571,1,1,5746.64,578.537,650.883,0.95993,0,0,0,1,120,255,1,0),(77270,180415,571,1,1,5748.67,581.004,650.151,4.45059,0,0,0,1,120,255,1,0),(77271,180415,571,1,1,5749.93,582.656,649.825,4.64258,0,0,0,1,120,255,1,0),(77272,180406,571,1,1,5728.36,610.901,649.463,2.37364,0,0,0,1,120,255,1,0),(77273,180415,571,1,1,5715.42,644.455,648.66,2.18166,0,0,0,1,120,255,1,0),(77274,180415,571,1,1,5715.52,646.419,648.66,4.53786,0,0,0,1,120,255,1,0),(77275,180415,571,1,1,5753.46,568.118,651.629,1.0472,0,0,0,1,120,255,1,0),(77276,180415,571,1,1,5744.65,575.988,651.636,3.54302,0,0,0,1,120,255,1,0),(77277,180415,571,1,1,5715.13,648.122,648.66,0.122173,0,0,0,1,120,255,1,0),(77278,180415,571,1,1,5751.01,565.184,651.947,0.471238,0,0,0,1,120,255,1,0),(77279,180472,571,1,1,5732,677.921,653.335,4.71239,0,0,0,1,120,255,1,0),(77280,180472,571,1,1,5728.83,680.518,653.502,2.80997,0,0,0,1,120,255,1,0),(77281,180415,571,1,1,5741.15,571.7,652.066,0.977383,0,0,0,1,120,255,1,0),(77282,180415,571,1,1,5714.5,642.746,648.66,4.46804,0,0,0,1,120,255,1,0),(77283,180407,571,1,1,5732.99,687.059,647.773,4.39823,0,0,0,1,120,255,1,0),(77284,180406,571,1,1,5743.65,693.545,622.62,6.16101,0,0,0,1,120,255,1,0),(77285,180406,571,1,1,5731.45,685.267,647.835,4.34587,0,0,0,1,120,255,1,0),(77286,180472,571,1,1,5767.74,709.554,623.39,3.24635,0,0,0,1,120,255,1,0),(77287,180415,571,1,1,5712.99,641.53,648.66,4.36332,0,0,0,1,120,255,1,0),(77288,180415,571,1,1,5885.29,649.392,648.348,4.2237,0,0,0,1,120,255,1,0),(77289,180415,571,1,1,5884.63,650.209,648.345,5.44543,0,0,0,1,120,255,1,0),(77290,180415,571,1,1,5857.19,694.977,642.76,3.4383,0,0,0,1,120,255,1,0),(77291,180415,571,1,1,5884.36,655.596,647.737,0.837758,0,0,0,1,120,255,1,0),(77292,180415,571,1,1,5884.46,651.833,648.344,3.45576,0,0,0,1,120,255,1,0),(77293,180415,571,1,1,5884.96,652.71,648.349,0.087266,0,0,0,1,120,255,1,0),(77294,180415,571,1,1,5882.85,654.217,647.454,0.890117,0,0,0,1,120,255,1,0),(77295,180415,571,1,1,5882.08,652.593,646.797,5.11382,0,0,0,1,120,255,1,0),(77296,180415,571,1,1,5881.94,650.645,646.37,0.226893,0,0,0,1,120,255,1,0),(77297,180415,571,1,1,5887.32,654.873,647.735,0.157079,0,0,0,1,120,255,1,0),(77298,180415,571,1,1,5872.77,683.941,643.986,1.02974,0,0,0,1,120,255,1,0),(77299,180415,571,1,1,5888.37,653.126,648.344,5.14872,0,0,0,1,120,255,1,0),(77300,180415,571,1,1,5888.7,649.711,648.346,3.97936,0,0,0,1,120,255,1,0),(77301,180415,571,1,1,5886.39,656.216,647.748,3.83973,0,0,0,1,120,255,1,0),(77302,180415,571,1,1,5887.87,649.127,648.348,4.29351,0,0,0,1,120,255,1,0),(77303,180415,571,1,1,5887.48,653.683,648.339,4.76475,0,0,0,1,120,255,1,0),(77304,180415,571,1,1,5887.04,648.827,648.346,3.7001,0,0,0,1,120,255,1,0),(77305,180406,571,1,1,5867.47,689.614,643.07,5.93412,0,0,0,1,120,255,1,0),(77306,180415,571,1,1,5885.7,653.423,648.343,2.11185,0,0,0,1,120,255,1,0),(77307,180415,571,1,1,5853.89,697.745,642.738,4.64258,0,0,0,1,120,255,1,0),(77308,180415,571,1,1,5886.55,653.729,648.341,2.35619,0,0,0,1,120,255,1,0),(77309,180415,571,1,1,5886.26,649.001,648.352,3.75246,0,0,0,1,120,255,1,0),(77310,180415,571,1,1,5868.73,687.43,643.965,3.83973,0,0,0,1,120,255,1,0),(77311,180415,571,1,1,5859.76,697.915,644.211,0.436332,0,0,0,1,120,255,1,0),(77312,180415,571,1,1,5870.24,688.504,644.906,4.92183,0,0,0,1,120,255,1,0),(77313,180415,571,1,1,5856.46,700.581,644.19,1.09956,0,0,0,1,120,255,1,0),(77314,180415,571,1,1,5889.05,652.293,648.341,3.59538,0,0,0,1,120,255,1,0),(77315,180415,571,1,1,5889.22,650.639,648.342,0.541051,0,0,0,1,120,255,1,0),(77316,180415,571,1,1,5873.59,685.678,644.896,1.22173,0,0,0,1,120,255,1,0),(77317,180415,571,1,1,5831.4,719.172,641.982,2.93214,0,0,0,1,120,255,1,0),(77318,180415,571,1,1,5836.44,717.919,642.929,5.60251,0,0,0,1,120,255,1,0),(77319,180415,571,1,1,5835.08,716.127,642.002,1.91986,0,0,0,1,120,255,1,0),(77320,180415,571,1,1,5832.81,720.705,642.93,3.927,0,0,0,1,120,255,1,0),(77321,180472,571,1,1,5814.14,724.207,628.974,1.11701,0,0,0,1,120,255,1,0),(77322,180411,571,1,1,5852.4,719.288,645.035,0.296705,0,0,0,1,120,255,1,0),(77323,180411,571,1,1,5776.05,717.172,621.552,0.488691,0,0,0,1,120,255,1,0),(77324,180407,571,1,1,5774.25,718.12,624.765,1.3439,0,0,0,1,120,255,1,0),(77325,180407,571,1,1,5776.45,568.144,650.51,2.60053,0,0,0,1,120,255,1,0),(77326,180415,571,1,1,5712.06,650.578,648.66,5.5676,0,0,0,1,120,255,1,0),(77327,180415,571,1,1,5713.76,649.66,648.66,3.64774,0,0,0,1,120,255,1,0),(77328,180415,571,1,1,5711.21,640.95,648.66,1.25664,0,0,0,1,120,255,1,0),(77329,180415,571,1,1,5743.38,555.901,652.794,4.90438,0,0,0,1,120,255,1,0),(77330,180415,571,1,1,5748.7,562.215,652.255,0.85521,0,0,0,1,120,255,1,0),(77331,180415,571,1,1,5739.39,569.528,652.297,4.93928,0,0,0,1,120,255,1,0),(77332,180415,571,1,1,5746.05,559.169,652.562,0.122173,0,0,0,1,120,255,1,0),(77333,180415,571,1,1,5736.6,566.249,652.599,1.69297,0,0,0,1,120,255,1,0),(77334,180415,571,1,1,5740.01,551.746,653.045,6.23083,0,0,0,1,120,255,1,0),(77335,180415,571,1,1,5733.65,562.579,652.856,0.837758,0,0,0,1,120,255,1,0),(77336,180415,571,1,1,5703.29,611.914,646.913,0.261798,0,0,0,1,120,255,1,0),(77337,180415,571,1,1,5706.29,643.555,648.66,5.23599,0,0,0,1,120,255,1,0),(77338,180415,571,1,1,5705.49,608.342,646.913,1.55334,0,0,0,1,120,255,1,0),(77339,180415,571,1,1,5707.49,642.032,648.66,0.95993,0,0,0,1,120,255,1,0),(77340,180415,571,1,1,5709.23,641.133,648.66,6.26573,0,0,0,1,120,255,1,0),(77341,180415,571,1,1,5730.3,558.295,653.101,6.07375,0,0,0,1,120,255,1,0),(77342,180415,571,1,1,5727.38,554.396,653.211,4.45059,0,0,0,1,120,255,1,0),(77343,180415,571,1,1,5736.26,546.963,653.207,4.95674,0,0,0,1,120,255,1,0),(77344,180415,571,1,1,5710.06,650.781,648.66,0.261798,0,0,0,1,120,255,1,0),(77345,180407,571,1,1,5819.17,537.024,654.269,3.50812,0,0,0,1,120,255,1,0),(77346,180406,571,1,1,5825.69,539.113,654.273,3.57793,0,0,0,1,120,255,1,0),(77347,180429,571,1,1,5890.74,547.489,649.311,3.15906,0,0,0,1,120,255,1,0),(77348,180406,571,1,1,5881.45,527.659,641.774,3.42085,0,0,0,1,120,255,1,0),(77349,180472,571,1,1,5858.2,635.028,654.197,0.85521,0,0,0,1,120,255,1,0),(77350,180411,571,1,1,5843.23,641.016,651.163,5.72468,0,0,0,1,120,255,1,0),(77351,180472,571,1,1,5885.19,523.527,649.183,3.73501,0,0,0,1,120,255,1,0),(77352,180415,571,1,1,5883.06,523.736,642.222,4.55531,0,0,0,1,120,255,1,0),(77353,180415,571,1,1,5884.09,519.312,641.57,2.86233,0,0,0,1,120,255,1,0),(77354,180429,571,1,1,5900.89,555.523,649.303,3.94445,0,0,0,1,120,255,1,0),(77355,180415,571,1,1,5886.87,524.562,642.223,3.29869,0,0,0,1,120,255,1,0),(77356,180472,571,1,1,5885.98,520.168,649.206,0.610863,0,0,0,1,120,255,1,0),(77357,180415,571,1,1,5881.25,512.097,641.57,3.71755,0,0,0,1,120,255,1,0),(77358,180411,571,1,1,5851.21,642.017,651.053,2.84488,0,0,0,1,120,255,1,0),(77359,180415,571,1,1,5882.03,509.499,641.57,5.77704,0,0,0,1,120,255,1,0),(77360,180415,571,1,1,5811.41,654.324,647.392,4.41568,0,0,0,1,120,255,1,0),(77361,180415,571,1,1,5860.81,639.934,648.739,2.28638,0,0,0,1,120,255,1,0),(77362,180415,571,1,1,5857.7,642.825,648.757,1.72787,0,0,0,1,120,255,1,0),(77363,180415,571,1,1,5821.59,653.723,647.402,4.90438,0,0,0,1,120,255,1,0),(77364,180407,571,1,1,5874.73,503.22,644.012,0.680677,0,0,0,1,120,255,1,0),(77365,180472,571,1,1,5854.18,643.786,621.933,0.95993,0,0,0,1,120,255,1,0),(77366,180415,571,1,1,5887.84,520.213,641.57,2.80997,0,0,0,1,120,255,1,0),(77367,180415,571,1,1,5882.76,505.957,641.57,6.03884,0,0,0,1,120,255,1,0),(77368,180415,571,1,1,5806.48,653.271,609.886,1.90241,0,0,0,1,120,255,1,0),(77369,180472,571,1,1,5911.03,576.643,619.502,5.25344,0,0,0,1,120,255,1,0),(77370,180415,571,1,1,5908.83,572.418,612.808,6.24828,0,0,0,1,120,255,1,0),(77371,180415,571,1,1,5909.35,557.961,616.023,3.94445,0,0,0,1,120,255,1,0),(77372,180415,571,1,1,5914.89,579.766,612.808,3.35105,0,0,0,1,120,255,1,0),(77373,180415,571,1,1,5917.83,556.055,616.034,0.488691,0,0,0,1,120,255,1,0),(77374,180407,571,1,1,5922.74,572.623,612.512,4.86947,0,0,0,1,120,255,1,0),(77375,180415,571,1,1,5857.26,647.333,648.757,2.33874,0,0,0,1,120,255,1,0),(77376,180406,571,1,1,5861.6,649.968,658.373,5.18363,0,0,0,1,120,255,1,0),(77377,180407,571,1,1,5861.04,644.913,658.374,4.66003,0,0,0,1,120,255,1,0),(77378,180472,571,1,1,5853.06,649.196,665.292,1.0821,0,0,0,1,120,255,1,0),(77379,180415,571,1,1,5928.84,579.656,616.033,3.01941,0,0,0,1,120,255,1,0),(77380,180407,571,1,1,5934.31,611.93,652.968,3.9619,0,0,0,1,120,255,1,0),(77381,180415,571,1,1,5856.71,651.58,648.757,4.08407,0,0,0,1,120,255,1,0),(77382,180415,571,1,1,5893.63,514.47,641.57,0.418879,0,0,0,1,120,255,1,0),(77383,180411,571,1,1,5849.69,655.198,651.084,2.9845,0,0,0,1,120,255,1,0),(77384,180415,571,1,1,5934.67,573.196,616.023,0.418879,0,0,0,1,120,255,1,0),(77385,180411,571,1,1,5841.72,654.286,651.118,1.309,0,0,0,1,120,255,1,0),(77386,180415,571,1,1,5856.28,656.249,648.757,2.77507,0,0,0,1,120,255,1,0),(77387,180415,571,1,1,5928.25,556.83,616.023,5.13127,0,0,0,1,120,255,1,0),(77388,180415,571,1,1,5933.57,563.738,616.034,2.21656,0,0,0,1,120,255,1,0),(77389,180415,571,1,1,5893.99,512.024,641.57,1.44862,0,0,0,1,120,255,1,0),(77390,180415,571,1,1,5894.72,508.765,641.57,3.00195,0,0,0,1,120,255,1,0),(77391,180415,571,1,1,5858.74,659.732,648.739,2.82743,0,0,0,1,120,255,1,0),(77392,180415,571,1,1,5935.72,564.637,610.615,3.47321,0,0,0,1,120,255,1,0),(77393,180415,571,1,1,5930.36,557.245,610.542,5.044,0,0,0,1,120,255,1,0),(77394,180472,571,1,1,5846.67,654.109,618.323,0.139625,0,0,0,1,120,255,1,0),(77395,180410,571,1,1,5850.75,664.997,658.838,3.9619,0,0,0,1,120,255,1,0),(77396,180415,571,1,1,5841.6,664.91,609.886,2.87979,0,0,0,1,120,255,1,0),(77397,180472,571,1,1,5855.11,663.931,654.198,1.95477,0,0,0,1,120,255,1,0),(77398,180407,571,1,1,5948.63,614.526,650.6,4.18879,0,0,0,1,120,255,1,0),(77399,180415,571,1,1,5836.04,660.796,609.886,3.17653,0,0,0,1,120,255,1,0),(77400,180406,571,1,1,5939.87,564.865,612.086,4.83456,0,0,0,1,120,255,1,0),(77401,180410,571,1,1,5844.36,664.433,647.95,5.70723,0,0,0,1,120,255,1,0),(77402,180411,571,1,1,5893.52,492.627,644.528,3.54302,0,0,0,1,120,255,1,0),(77403,180407,571,1,1,5875.96,497.474,657.256,5.28835,0,0,0,1,120,255,1,0),(77404,180407,571,1,1,5863.62,487.166,641.57,1.91986,0,0,0,1,120,255,1,0),(77405,180406,571,1,1,5864.62,480.571,641.57,2.11185,0,0,0,1,120,255,1,0),(77406,180406,571,1,1,5877.73,489.385,657.311,5.21854,0,0,0,1,120,255,1,0),(77407,180415,571,1,1,5892.84,490.052,641.278,4.53786,0,0,0,1,120,255,1,0),(77408,180415,571,1,1,5891.83,490.11,641.57,6.00393,0,0,0,1,120,255,1,0),(77409,180415,571,1,1,5895.74,492.667,640.776,0.890117,0,0,0,1,120,255,1,0),(77410,180472,571,1,1,5864.56,470.363,647.726,3.28124,0,0,0,1,120,255,1,0),(77411,180415,571,1,1,5893.6,489.979,641.044,6.23083,0,0,0,1,120,255,1,0),(77412,180415,571,1,1,5902.46,493.851,640.782,4.03171,0,0,0,1,120,255,1,0),(77413,180415,571,1,1,5895.71,475.31,641.32,4.71239,0,0,0,1,120,255,1,0),(77414,180415,571,1,1,5894.93,474.892,641.57,0.122173,0,0,0,1,120,255,1,0),(77415,180407,571,1,1,5883.15,462.404,657.277,5.35816,0,0,0,1,120,255,1,0),(77416,180415,571,1,1,5896.42,475.648,641.044,4.31097,0,0,0,1,120,255,1,0),(77417,180411,571,1,1,5899.21,464.785,644.771,5.51524,0,0,0,1,120,255,1,0),(77418,180415,571,1,1,5906.31,475.472,640.78,4.81711,0,0,0,1,120,255,1,0),(77419,180411,571,1,1,5880.08,459.381,662.566,1.43117,0,0,0,1,120,255,1,0),(77420,180415,571,1,1,5899.56,474.001,640.776,4.20625,0,0,0,1,120,255,1,0),(77421,180415,571,1,1,5825.49,463.355,658.773,5.96903,0,0,0,1,120,255,1,0),(77422,180415,571,1,1,5820.49,466.206,658.773,2.18166,0,0,0,1,120,255,1,0),(77423,180415,571,1,1,5814.87,467.419,658.773,0.261798,0,0,0,1,120,255,1,0),(77424,180406,571,1,1,5877.55,452.302,657.941,4.20625,0,0,0,1,120,255,1,0),(77425,180415,571,1,1,5831.67,453.863,658.773,2.35619,0,0,0,1,120,255,1,0),(77426,180415,571,1,1,5829.31,459.171,658.773,1.55334,0,0,0,1,120,255,1,0),(77427,180410,571,1,1,5873.15,451.098,642.226,1.65806,0,0,0,1,120,255,1,0),(77428,180410,571,1,1,5907.47,449.235,642.216,1.90241,0,0,0,1,120,255,1,0),(77429,180415,571,1,1,5809.19,466.8,658.773,0.59341,0,0,0,1,120,255,1,0),(77430,180415,571,1,1,5831.06,442.647,658.773,1.44862,0,0,0,1,120,255,1,0),(77431,180415,571,1,1,5803.97,464.477,658.772,2.86233,0,0,0,1,120,255,1,0),(77432,180415,571,1,1,5832.15,448.118,658.773,1.25664,0,0,0,1,120,255,1,0),(77433,180415,571,1,1,5828.13,437.655,658.773,3.24635,0,0,0,1,120,255,1,0),(77434,180406,571,1,1,5814.59,573.353,649.98,0.715585,0,0,0,1,120,255,1,0),(77435,180406,571,1,1,5965.31,596.234,650.627,3.07177,0,0,0,1,120,255,1,0),(77436,180406,571,1,1,5943.68,636.689,652.968,5.14872,0,0,0,1,120,255,1,0),(77437,180410,571,1,1,5851.69,630.721,658.99,2.60053,0,0,0,1,120,255,1,0),(77438,180415,571,1,1,5849.42,630.686,648.657,3.85718,0,0,0,1,120,255,1,0),(77439,180415,571,1,1,5850.45,631.74,647.512,1.43117,0,0,0,1,120,255,1,0),(77440,180472,571,1,1,5845.36,629.177,623.562,4.72984,0,0,0,1,120,255,1,0),(77441,180407,571,1,1,5979.74,625.222,650.627,0.0349062,0,0,0,1,120,255,1,0),(77442,180410,571,1,1,5842.26,636.217,647.894,0.977383,0,0,0,1,120,255,1,0),(77443,180415,571,1,1,5846.33,633.082,648.738,4.52041,0,0,0,1,120,255,1,0),(77444,180415,571,1,1,5847.13,634.354,647.512,4.93928,0,0,0,1,120,255,1,0),(77445,180407,571,1,1,5818.69,619.292,613.147,4.36332,0,0,0,1,120,255,1,0),(77446,180415,571,1,1,5820.35,632.993,647.392,3.08918,0,0,0,1,120,255,1,0),(77447,180415,571,1,1,5814.81,625.341,647.392,3.68265,0,0,0,1,120,255,1,0),(77448,180406,571,1,1,5808.43,620.778,649.566,3.85718,0,0,0,1,120,255,1,0),(77449,180415,571,1,1,5809.52,628.615,647.392,0.366518,0,0,0,1,120,255,1,0),(77450,180472,571,1,1,5835.43,637.213,619.953,2.53072,0,0,0,1,120,255,1,0),(77451,180415,571,1,1,5816.11,637.737,647.392,0.087266,0,0,0,1,120,255,1,0),(77452,180415,571,1,1,5814.76,643.378,647.393,4.24115,0,0,0,1,120,255,1,0),(77453,180415,571,1,1,5806.71,634.33,648.224,4.69494,0,0,0,1,120,255,1,0),(77454,180415,571,1,1,5803.73,634.067,648.216,1.09956,0,0,0,1,120,255,1,0),(77455,180415,571,1,1,5803.09,629.1,647.397,3.07177,0,0,0,1,120,255,1,0),(77456,180415,571,1,1,5817.48,648.986,647.392,5.96903,0,0,0,1,120,255,1,0),(77457,180415,571,1,1,5798.53,625.185,647.392,0.349065,0,0,0,1,120,255,1,0),(77458,180415,571,1,1,5809.95,641.726,648.218,0.157079,0,0,0,1,120,255,1,0),(77459,180407,571,1,1,5800.64,620.082,649.566,3.28124,0,0,0,1,120,255,1,0),(77460,180415,571,1,1,5810.27,638.785,648.224,2.00713,0,0,0,1,120,255,1,0),(77461,180415,571,1,1,5814.76,631.741,609.886,6.16101,0,0,0,1,120,255,1,0),(77462,180415,571,1,1,5824.87,659.817,647.461,5.48033,0,0,0,1,120,255,1,0),(77463,180415,571,1,1,5795.61,621.224,647.392,3.90954,0,0,0,1,120,255,1,0),(77464,180415,571,1,1,5805.51,645.305,648.242,3.99681,0,0,0,1,120,255,1,0),(77465,180415,571,1,1,5815.02,659.305,647.407,1.81514,0,0,0,1,120,255,1,0),(77466,180415,571,1,1,5817.6,637.997,609.886,0.680677,0,0,0,1,120,255,1,0),(77467,180415,571,1,1,5806.18,650.148,647.395,4.57276,0,0,0,1,120,255,1,0),(77468,180415,571,1,1,5799.29,637.624,648.215,3.59538,0,0,0,1,120,255,1,0),(77469,180415,571,1,1,5799.01,640.579,648.218,5.91667,0,0,0,1,120,255,1,0),(77470,180415,571,1,1,5809.31,627.665,609.886,1.25664,0,0,0,1,120,255,1,0),(77471,180415,571,1,1,5802.6,644.99,648.22,5.68977,0,0,0,1,120,255,1,0),(77472,180406,571,1,1,5799.61,575.958,633.176,1.44862,0,0,0,1,120,255,1,0),(77473,180415,571,1,1,5791.95,630.329,647.392,3.52557,0,0,0,1,120,255,1,0),(77474,180415,571,1,1,5794.71,635.855,647.396,3.49067,0,0,0,1,120,255,1,0),(77475,180415,571,1,1,5816.86,644.938,609.886,5.61996,0,0,0,1,120,255,1,0),(77476,180415,571,1,1,5793.81,640.399,647.396,5.34071,0,0,0,1,120,255,1,0),(77477,180415,571,1,1,5801.43,649.839,647.402,5.84685,0,0,0,1,120,255,1,0),(77478,180415,571,1,1,5789.16,626.765,647.392,1.90241,0,0,0,1,120,255,1,0),(77479,180415,571,1,1,5819.92,663.903,647.485,3.85718,0,0,0,1,120,255,1,0),(77480,180415,571,1,1,5802.31,626.984,609.886,3.47321,0,0,0,1,120,255,1,0),(77481,180415,571,1,1,5790.74,604.881,609.886,0.314158,0,0,0,1,120,255,1,0),(77482,180415,571,1,1,5812.88,650.54,609.886,2.32129,0,0,0,1,120,255,1,0),(77483,180415,571,1,1,5796.08,629.759,609.886,4.66003,0,0,0,1,120,255,1,0),(77484,180415,571,1,1,5787.88,598.577,609.886,1.72787,0,0,0,1,120,255,1,0),(77485,180415,571,1,1,5788.28,648.998,647.279,5.2709,0,0,0,1,120,255,1,0),(77486,180415,571,1,1,5792.75,654.927,647.421,5.63741,0,0,0,1,120,255,1,0),(77487,180415,571,1,1,5829.18,660.076,609.886,1.91986,0,0,0,1,120,255,1,0),(77488,180415,571,1,1,5822.86,662.891,609.886,2.82743,0,0,0,1,120,255,1,0),(77489,180415,571,1,1,5790.07,611.682,609.886,2.89724,0,0,0,1,120,255,1,0),(77490,180415,571,1,1,5844.56,671.192,609.886,2.25147,0,0,0,1,120,255,1,0),(77491,180415,571,1,1,5782.39,594.496,609.886,1.97222,0,0,0,1,120,255,1,0),(77492,180415,571,1,1,5799.56,652.577,609.886,1.67551,0,0,0,1,120,255,1,0),(77493,180415,571,1,1,5785.96,617.32,609.886,2.74016,0,0,0,1,120,255,1,0),(77494,180415,571,1,1,5818.83,668.437,609.886,3.35105,0,0,0,1,120,255,1,0),(77495,180415,571,1,1,5791.19,642.243,609.886,2.1293,0,0,0,1,120,255,1,0),(77496,180415,571,1,1,5791.93,635.375,609.886,3.6652,0,0,0,1,120,255,1,0),(77497,180415,571,1,1,5818.04,675.386,609.886,5.5676,0,0,0,1,120,255,1,0),(77498,180415,571,1,1,5794.03,648.531,609.886,1.81514,0,0,0,1,120,255,1,0),(77499,180415,571,1,1,5843.83,678.011,609.886,1.41372,0,0,0,1,120,255,1,0),(77500,180415,571,1,1,5839.71,683.634,609.886,3.38594,0,0,0,1,120,255,1,0),(77501,180415,571,1,1,5772.79,619.438,609.886,4.79966,0,0,0,1,120,255,1,0),(77502,180415,571,1,1,5779.67,620.167,609.886,5.46288,0,0,0,1,120,255,1,0),(77503,180415,571,1,1,5775.48,593.832,609.886,2.28638,0,0,0,1,120,255,1,0),(77504,180415,571,1,1,5820.88,681.643,609.886,0.802851,0,0,0,1,120,255,1,0),(77505,180415,571,1,1,5833.34,686.454,609.886,4.93928,0,0,0,1,120,255,1,0),(77506,180406,571,1,1,5770.31,581.278,619.936,2.82743,0,0,0,1,120,255,1,0),(77507,180415,571,1,1,5769.2,596.635,609.886,1.64061,0,0,0,1,120,255,1,0),(77508,180407,571,1,1,5753.43,594.839,619.933,3.10665,0,0,0,1,120,255,1,0),(77509,180415,571,1,1,5767.19,615.362,609.886,0.453785,0,0,0,1,120,255,1,0),(77510,180415,571,1,1,5765.1,602.239,609.886,0.523598,0,0,0,1,120,255,1,0),(77511,180415,571,1,1,5764.4,609.015,609.886,2.28638,0,0,0,1,120,255,1,0),(77512,180415,571,1,1,5799.66,460.699,658.772,1.88495,0,0,0,1,120,255,1,0),(77513,180415,571,1,1,5796.82,455.721,658.772,4.39823,0,0,0,1,120,255,1,0),(77514,180415,571,1,1,5796.33,444.368,658.772,3.61284,0,0,0,1,120,255,1,0),(77515,180415,571,1,1,5795.72,450.095,658.772,3.85718,0,0,0,1,120,255,1,0),(77516,180415,571,1,1,5798.61,439.182,658.772,5.46288,0,0,0,1,120,255,1,0),(77517,180415,571,1,1,5818.68,431.502,658.773,3.56047,0,0,0,1,120,255,1,0),(77518,180415,571,1,1,5823.95,433.84,658.773,4.92183,0,0,0,1,120,255,1,0),(77519,180415,571,1,1,5802.47,434.937,658.772,2.87979,0,0,0,1,120,255,1,0),(77520,180415,571,1,1,5807.42,432.081,658.772,4.06662,0,0,0,1,120,255,1,0),(77521,180415,571,1,1,5812.94,430.919,658.772,4.4855,0,0,0,1,120,255,1,0),(77522,180415,571,1,1,5754.75,614.309,650.578,0.994837,0,0,0,1,120,255,1,0),(77523,180415,571,1,1,5752.3,612.697,650.586,3.71755,0,0,0,1,120,255,1,0),(77524,180415,571,1,1,5749.63,613.044,650.593,6.24828,0,0,0,1,120,255,1,0),(77525,180415,571,1,1,5747.08,615.282,650.555,0.401425,0,0,0,1,120,255,1,0),(77526,180415,571,1,1,5744.62,617.712,649.006,3.87463,0,0,0,1,120,255,1,0),(77527,180472,571,1,1,5762.7,626.386,622.632,0.296705,0,0,0,1,120,255,1,0),(77528,180472,571,1,1,5751.26,635.64,625.407,5.20108,0,0,0,1,120,255,1,0),(77529,180472,571,1,1,5772.16,641.651,625.404,5.63741,0,0,0,1,120,255,1,0),(77530,180472,571,1,1,5780.46,648.528,623.165,5.68977,0,0,0,1,120,255,1,0),(77531,180415,571,1,1,5699.4,613.346,646.913,4.18879,0,0,0,1,120,255,1,0),(77532,180406,571,1,1,5715.34,537.776,654.431,2.72271,0,0,0,1,120,255,1,0),(77533,180415,571,1,1,5694.94,612.378,646.913,3.56047,0,0,0,1,120,255,1,0),(77534,180415,571,1,1,5741.5,643.74,648.791,3.35105,0,0,0,1,120,255,1,0),(77535,180415,571,1,1,5739.15,636.821,648.058,6.10865,0,0,0,1,120,255,1,0),(77536,180407,571,1,1,5684.43,627.852,647.151,2.56563,0,0,0,1,120,255,1,0),(77537,180415,571,1,1,5705.73,645.373,648.66,5.25344,0,0,0,1,120,255,1,0),(77538,180415,571,1,1,5705.89,647.283,648.66,3.57793,0,0,0,1,120,255,1,0),(77539,180415,571,1,1,5706.85,649.06,648.66,1.32645,0,0,0,1,120,255,1,0),(77540,180415,571,1,1,5708.29,650.192,648.66,5.91667,0,0,0,1,120,255,1,0),(77541,180415,571,1,1,5744.29,647.872,650.566,1.13446,0,0,0,1,120,255,1,0),(77542,180472,571,1,1,5759.92,650.018,625.408,5.98648,0,0,0,1,120,255,1,0),(77543,180415,571,1,1,5747.35,650.718,650.587,4.13643,0,0,0,1,120,255,1,0),(77544,180415,571,1,1,5751.07,649.333,650.578,0.942477,0,0,0,1,120,255,1,0),(77545,180472,571,1,1,5772.86,661.183,625.401,2.49582,0,0,0,1,120,255,1,0),(77546,180411,571,1,1,5725.4,683.314,650.614,2.49582,0,0,0,1,120,255,1,0),(77547,180407,571,1,1,5718.16,673.823,647.509,2.82743,0,0,0,1,120,255,1,0),(77548,180407,571,1,1,5778.42,682.105,643.617,4.38078,0,0,0,1,120,255,1,0),(77549,180406,571,1,1,5702,692.704,655.536,1.0472,0,0,0,1,120,255,1,0),(77550,180415,571,1,1,5783.09,693.302,647.382,5.3058,0,0,0,1,120,255,1,0),(77551,180415,571,1,1,5784.81,690.464,647.427,0.942477,0,0,0,1,120,255,1,0),(77552,180407,571,1,1,5663.05,663.52,654.332,1.97222,0,0,0,1,120,255,1,0),(77553,180472,571,1,1,5697.2,694.4,650.339,3.24635,0,0,0,1,120,255,1,0),(77554,180411,571,1,1,5705.41,698.712,659.805,1.79769,0,0,0,1,120,255,1,0),(77555,180406,571,1,1,5796.24,685.36,622.447,3.61284,0,0,0,1,120,255,1,0),(77556,180415,571,1,1,5782.86,691.076,619.107,1.3439,0,0,0,1,120,255,1,0),(77557,180407,571,1,1,5776.29,694.802,620.05,1.81514,0,0,0,1,120,255,1,0),(77558,180406,571,1,1,5710.86,703.639,655.536,5.32326,0,0,0,1,120,255,1,0),(77559,180415,571,1,1,5773.05,697.665,618.808,0.209439,0,0,0,1,120,255,1,0),(77560,180415,571,1,1,5770.58,700.33,618.906,0.349065,0,0,0,1,120,255,1,0),(77561,180415,571,1,1,5777.16,695.684,618.886,6.21337,0,0,0,1,120,255,1,0),(77562,180411,571,1,1,5762.04,699.783,621.449,4.59022,0,0,0,1,120,255,1,0),(77563,180472,571,1,1,5695.05,700.859,658.759,0.628317,0,0,0,1,120,255,1,0),(77564,180472,571,1,1,5692.46,698.165,646.964,5.53269,0,0,0,1,120,255,1,0),(77565,180406,571,1,1,5656.16,674.611,651.968,2.9845,0,0,0,1,120,255,1,0),(77566,180406,571,1,1,5673.89,687.817,654.333,0.872664,0,0,0,1,120,255,1,0),(77567,180407,571,1,1,5680.12,714.153,653.893,1.46608,0,0,0,1,120,255,1,0),(77568,180407,571,1,1,5643.79,704.94,651.993,6.10865,0,0,0,1,120,255,1,0),(77569,180472,571,1,1,5711.5,710.762,658.8,2.18166,0,0,0,1,120,255,1,0),(77570,180472,571,1,1,5682.35,717.692,660.238,1.44862,0,0,0,1,120,255,1,0),(77571,180472,571,1,1,5713.62,713.418,659.844,4.34587,0,0,0,1,120,255,1,0),(77572,180472,571,1,1,5707.96,708.029,650.341,6.17847,0,0,0,1,120,255,1,0),(77573,180472,571,1,1,5680.69,719.144,648.269,5.3058,0,0,0,1,120,255,1,0),(77574,180472,571,1,1,5701.4,708.769,658.759,4.81711,0,0,0,1,120,255,1,0),(77575,180407,571,1,1,5672.96,714.205,642.063,4.29351,0,0,0,1,120,255,1,0),(77576,180406,571,1,1,5677.35,729.411,653.393,6.12611,0,0,0,1,120,255,1,0),(77577,180407,571,1,1,5654.97,745.872,643.256,5.96903,0,0,0,1,120,255,1,0),(77578,180407,571,1,1,5629.46,729.521,643.168,2.07694,0,0,0,1,120,255,1,0),(77579,180406,571,1,1,5647.17,752.682,643.275,5.91667,0,0,0,1,120,255,1,0),(77580,180411,571,1,1,5740.03,730.219,646.249,1.09956,0,0,0,1,120,255,1,0),(77581,180415,571,1,1,5757.26,714.627,621.772,3.73501,0,0,0,1,120,255,1,0),(77582,180410,571,1,1,5754.62,713.891,618.71,5.60251,0,0,0,1,120,255,1,0),(77583,180411,571,1,1,5759.56,714.361,646.441,3.01941,0,0,0,1,120,255,1,0),(77584,180415,571,1,1,5760.47,718.433,621.682,3.52557,0,0,0,1,120,255,1,0),(77585,180410,571,1,1,5760.89,721.664,618.652,5.65487,0,0,0,1,120,255,1,0),(77586,180415,571,1,1,5783.69,696.038,647.387,3.29869,0,0,0,1,120,255,1,0),(77587,180415,571,1,1,5785.93,698.498,647.353,2.25147,0,0,0,1,120,255,1,0),(77588,180415,571,1,1,5788.84,701.047,645.585,5.58505,0,0,0,1,120,255,1,0),(77589,180415,571,1,1,5787.46,697.266,619.136,2.51327,0,0,0,1,120,255,1,0),(77590,180415,571,1,1,5782.75,703.044,618.891,4.62512,0,0,0,1,120,255,1,0),(77591,180415,571,1,1,5790.96,702.462,645.574,3.83973,0,0,0,1,120,255,1,0),(77592,180415,571,1,1,5793.38,703.738,645.563,2.00713,0,0,0,1,120,255,1,0),(77593,180415,571,1,1,5780.37,706.554,618.816,4.59022,0,0,0,1,120,255,1,0),(77594,180415,571,1,1,5777.6,709.097,618.88,0.698131,0,0,0,1,120,255,1,0),(77595,180415,571,1,1,5798.41,704.945,643.719,0.087266,0,0,0,1,120,255,1,0),(77596,180415,571,1,1,5798.08,707.078,643.25,4.72984,0,0,0,1,120,255,1,0),(77597,180407,571,1,1,5796.17,707.625,641.702,3.49067,0,0,0,1,120,255,1,0),(77598,180415,571,1,1,5797.56,709.896,642.179,2.05949,0,0,0,1,120,255,1,0),(77599,180406,571,1,1,5805.46,708.406,641.485,3.68265,0,0,0,1,120,255,1,0),(77600,180415,571,1,1,5803.49,707.852,643.137,0.628317,0,0,0,1,120,255,1,0),(77601,180415,571,1,1,5808.66,705.186,645.512,4.13643,0,0,0,1,120,255,1,0),(77602,180406,571,1,1,5810.5,684.279,613.111,1.3439,0,0,0,1,120,255,1,0),(77603,180415,571,1,1,5815.44,686.139,620.776,3.57793,0,0,0,1,120,255,1,0),(77604,180429,571,1,1,5820.36,685.091,651.836,4.03171,0,0,0,1,120,255,1,0),(77605,180415,571,1,1,5814.02,684.253,620.778,2.04204,0,0,0,1,120,255,1,0),(77606,180415,571,1,1,5803.71,705.571,643.683,2.53072,0,0,0,1,120,255,1,0),(77607,180415,571,1,1,5819.79,694.038,647.324,5.2709,0,0,0,1,120,255,1,0),(77608,180415,571,1,1,5818.24,689.696,620.773,1.20428,0,0,0,1,120,255,1,0),(77609,180415,571,1,1,5813.67,703.733,645.53,5.8294,0,0,0,1,120,255,1,0),(77610,180415,571,1,1,5811.03,704.554,645.517,3.76991,0,0,0,1,120,255,1,0),(77611,180415,571,1,1,5816.9,687.91,620.775,5.044,0,0,0,1,120,255,1,0),(77612,180415,571,1,1,5803.45,710.529,642.114,1.46608,0,0,0,1,120,255,1,0),(77613,180415,571,1,1,5821.09,697.141,647.43,1.58825,0,0,0,1,120,255,1,0),(77614,180415,571,1,1,5817.18,701.698,647.296,3.97936,0,0,0,1,120,255,1,0),(77615,180428,571,1,1,5770.15,735.527,641.488,2.58308,0,0,0,1,120,255,1,0),(77616,180415,571,1,1,5819.86,699.842,647.435,2.05949,0,0,0,1,120,255,1,0),(77617,180415,571,1,1,5826.48,685.649,609.886,0.628317,0,0,0,1,120,255,1,0),(77618,180406,571,1,1,5759.83,735.288,619.835,1.18682,0,0,0,1,120,255,1,0),(77619,180408,571,1,1,5771.54,737.503,643.094,1.27409,0,0,0,1,120,255,1,0),(77620,180472,571,1,1,5778.53,742.895,628.821,3.31614,0,0,0,1,120,255,1,0),(77621,180406,571,1,1,5715.73,758.227,641.769,0.994837,0,0,0,1,120,255,1,0),(77622,180407,571,1,1,5849.39,695.042,618.166,5.95157,0,0,0,1,120,255,1,0),(77623,180407,571,1,1,5824.36,760.388,640.328,6.12611,0,0,0,1,120,255,1,0),(77624,180406,571,1,1,5818,795.442,636.571,6.16101,0,0,0,1,120,255,1,0),(77625,180411,571,1,1,5866.64,738.969,644.753,0.59341,0,0,0,1,120,255,1,0),(77626,180415,571,1,1,5863.78,735.254,640.577,5.60251,0,0,0,1,120,255,1,0),(77627,180415,571,1,1,5863.1,737.211,641.484,2.14675,0,0,0,1,120,255,1,0),(77628,180415,571,1,1,5867.23,738.898,641.493,4.43314,0,0,0,1,120,255,1,0),(77629,180415,571,1,1,5868.18,737.163,640.605,5.23599,0,0,0,1,120,255,1,0),(77630,180411,571,1,1,5866.18,738.773,642.827,3.4034,0,0,0,1,120,255,1,0),(77631,180406,571,1,1,5868.59,725.371,639.203,4.13643,0,0,0,1,120,255,1,0),(77632,180407,571,1,1,5876.71,739.09,639.263,0.471238,0,0,0,1,120,255,1,0),(77633,180415,571,1,1,5881.35,740.538,641.224,0.558504,0,0,0,1,120,255,1,0),(77634,180415,571,1,1,5881.58,738.411,640.277,5.5676,0,0,0,1,120,255,1,0),(77635,180415,571,1,1,5885.81,741.372,641.223,0.837758,0,0,0,1,120,255,1,0),(77636,180415,571,1,1,5886.16,739.309,640.297,6.03884,0,0,0,1,120,255,1,0),(77637,180415,571,1,1,5894.53,711.022,642.703,2.18166,0,0,0,1,120,255,1,0),(77638,180415,571,1,1,5899.31,745.565,641.931,2.87979,0,0,0,1,120,255,1,0),(77639,180415,571,1,1,5898.65,743.865,640.981,0.59341,0,0,0,1,120,255,1,0),(77640,180415,571,1,1,5892.32,708.248,643.917,4.39823,0,0,0,1,120,255,1,0),(77641,180415,571,1,1,5913.07,726.264,642.148,4.32842,0,0,0,1,120,255,1,0),(77642,180415,571,1,1,5903.73,744.606,642.032,6.10865,0,0,0,1,120,255,1,0),(77643,180411,571,1,1,5906.25,742.753,644.485,0.890117,0,0,0,1,120,255,1,0),(77644,180415,571,1,1,5903.37,742.705,641.106,5.63741,0,0,0,1,120,255,1,0),(77645,180415,571,1,1,5915.09,726.157,643.066,5.21854,0,0,0,1,120,255,1,0),(77646,180415,571,1,1,5915.28,730.691,643.068,4.32842,0,0,0,1,120,255,1,0),(77647,180415,571,1,1,5913.21,731.098,642.121,3.00195,0,0,0,1,120,255,1,0),(77648,180415,571,1,1,5914.37,712.482,643.248,3.83973,0,0,0,1,120,255,1,0),(77649,180415,571,1,1,5897.81,708.483,642.675,4.17134,0,0,0,1,120,255,1,0),(77650,180415,571,1,1,5912.41,712.723,642.297,0.698131,0,0,0,1,120,255,1,0),(77651,180415,571,1,1,5912.09,708.031,642.437,5.84685,0,0,0,1,120,255,1,0),(77652,180415,571,1,1,5914.19,707.948,643.349,4.76475,0,0,0,1,120,255,1,0),(77653,180415,571,1,1,5895.29,705.708,643.916,0.820303,0,0,0,1,120,255,1,0),(77654,180407,571,1,1,5899.48,704.617,641.877,2.74016,0,0,0,1,120,255,1,0),(77655,180411,571,1,1,5895.4,691.542,647.283,1.13446,0,0,0,1,120,255,1,0),(77656,180415,571,1,1,5897.53,684.734,643.508,0.750491,0,0,0,1,120,255,1,0),(77657,180415,571,1,1,5900.78,688.133,643.527,4.25861,0,0,0,1,120,255,1,0),(77658,180415,571,1,1,5899.16,683.213,644.435,2.80997,0,0,0,1,120,255,1,0),(77659,180415,571,1,1,5902.08,686.606,644.479,5.60251,0,0,0,1,120,255,1,0),(77660,180429,571,1,1,5951.9,675.312,656.628,5.89921,0,0,0,1,120,255,1,0),(77661,180405,571,1,1,5760.7,701.151,624.782,0.645772,0,0,0,1,120,255,1,0),(77662,180405,571,1,1,5775.4,533.979,643.138,2.04204,0,0,0,1,120,255,1,0),(77663,180405,571,1,1,5847.23,553.838,655.024,3.07177,0,0,0,1,120,255,1,0),(77664,180405,571,1,1,5722.78,531.737,654.431,3.14159,0,0,0,1,120,255,1,0),(77665,180405,571,1,1,5822.74,502.084,657.382,0.471238,0,0,0,1,120,255,1,0),(77666,180405,571,1,1,5869.86,617.118,619.751,4.69494,0,0,0,1,120,255,1,0),(77667,180405,571,1,1,5854.31,634.251,647.512,4.38078,0,0,0,1,120,255,1,0),(77668,180405,571,1,1,5886.77,528.746,641.84,3.78737,0,0,0,1,120,255,1,0),(77669,180405,571,1,1,5863.88,640.685,647.049,1.44862,0,0,0,1,120,255,1,0),(77670,180405,571,1,1,5917.71,566.228,612.521,3.59538,0,0,0,1,120,255,1,0),(77671,180405,571,1,1,5860.38,654.99,658.374,5.53269,0,0,0,1,120,255,1,0),(77672,180405,571,1,1,5899.55,509.279,643.433,0.401425,0,0,0,1,120,255,1,0),(77673,180405,571,1,1,5865.94,488.107,657.825,2.77507,0,0,0,1,120,255,1,0),(77674,180405,571,1,1,5899.72,457.077,643.651,3.3685,0,0,0,1,120,255,1,0),(77675,180405,571,1,1,5804.67,572.403,650.253,6.24828,0,0,0,1,120,255,1,0),(77676,180405,571,1,1,5952.64,625.262,650.602,5.2709,0,0,0,1,120,255,1,0),(77677,180405,571,1,1,5779.2,595.532,651.005,5.53269,0,0,0,1,120,255,1,0),(77678,180405,571,1,1,5904.52,662.971,643.843,6.05629,0,0,0,1,120,255,1,0),(77679,180405,571,1,1,5764.94,593.035,615.702,2.87979,0,0,0,1,120,255,1,0),(77680,180405,571,1,1,5742.55,629.742,648.235,5.09636,0,0,0,1,120,255,1,0),(77681,180405,571,1,1,5795.29,666.027,613.883,0.366518,0,0,0,1,120,255,1,0),(77682,180405,571,1,1,5772.32,675.598,643.519,5.53269,0,0,0,1,120,255,1,0),(77683,180405,571,1,1,5715.07,682.231,647.599,1.76278,0,0,0,1,120,255,1,0),(77684,180405,571,1,1,5723.76,693.092,647.599,0.785397,0,0,0,1,120,255,1,0),(77685,180405,571,1,1,5627.81,677.031,651.993,2.9845,0,0,0,1,120,255,1,0),(77686,180405,571,1,1,5661.1,685.06,651.966,0.122173,0,0,0,1,120,255,1,0),(77687,180405,571,1,1,5668.6,719.249,653.378,2.37364,0,0,0,1,120,255,1,0),(77688,180405,571,1,1,5688.88,724.23,645.729,0.209439,0,0,0,1,120,255,1,0),(77689,180405,571,1,1,5629.21,732.097,643.182,1.98967,0,0,0,1,120,255,1,0),(77690,180405,571,1,1,5706.78,747.156,641.734,1.55334,0,0,0,1,120,255,1,0),(77691,180405,571,1,1,5783.51,703.948,620.049,0.366518,0,0,0,1,120,255,1,0),(77692,180405,571,1,1,5821.93,693.48,643.143,2.68781,0,0,0,1,120,255,1,0),(77693,180405,571,1,1,5771.34,737.554,641.454,1.62316,0,0,0,1,120,255,1,0),(77694,180405,571,1,1,5790.7,741.604,623.35,0.209439,0,0,0,1,120,255,1,0),(77695,180405,571,1,1,5862,734.857,639.859,0.767944,0,0,0,1,120,255,1,0),(77696,180405,571,1,1,5912.15,721.393,641.415,4.97419,0,0,0,1,120,255,1,0),(77697,180431,530,1,1,-1534.66,5289.48,11.8458,1.20428,0,0,0,1,120,255,1,0),(77698,180431,530,1,1,-1551.18,5096.33,-18.8288,1.32645,0,0,0,1,120,255,1,0),(77699,180431,530,1,1,-1995.26,5121.02,8.55983,6.23083,0,0,0,1,120,255,1,0),(77700,180408,530,1,1,-1827.29,5290.85,-12.4281,2.54818,0,0,0,1,120,255,1,0),(77701,180431,530,1,1,-1885.99,4967.48,-21.0632,0.872664,0,0,0,1,120,255,1,0),(77702,180431,530,1,1,-2215.7,5421.46,51.2669,3.54302,0,0,0,1,120,255,1,0),(77703,180431,530,1,1,-2170.91,5149.17,-19.8859,6.0912,0,0,0,1,120,255,1,0),(77704,185434,530,1,1,-1730.2,5241.88,-48.3983,0.506145,0,0,0,1,120,255,1,0),(77705,180415,530,1,1,-1713.16,5189.25,-40.2092,4.55531,0,0,0,1,120,255,1,0),(77706,180407,530,1,1,-1726.56,5195.37,-40.2092,5.74214,0,0,0,1,120,255,1,0),(77707,180472,530,1,1,-1711.83,5189.65,-35.4592,0.279252,0,0,0,1,120,255,1,0),(77708,185434,530,1,1,-1695.12,5272.62,-50.1244,5.65487,0,0,0,1,120,255,1,0),(77709,180415,530,1,1,-1668.3,5242.63,-51.4716,5.44543,0,0,0,1,120,255,1,0),(77710,180415,530,1,1,-1746.13,5166.98,-35.908,3.68265,0,0,0,1,120,255,1,0),(77711,180407,530,1,1,-1694.59,5185.02,-40.2092,2.35619,0,0,0,1,120,255,1,0),(77712,180415,530,1,1,-1746.67,5164.06,-35.908,3.14159,0,0,0,1,120,255,1,0),(77713,180415,530,1,1,-1767.91,5170.4,-38.4018,6.23083,0,0,0,1,120,255,1,0),(77714,180415,530,1,1,-1665.97,5242.1,-51.51,4.64258,0,0,0,1,120,255,1,0),(77715,180415,530,1,1,-1697.15,5183.03,-40.2092,4.69494,0,0,0,1,120,255,1,0),(77716,180415,530,1,1,-1746.35,5166.08,-35.908,2.18166,0,0,0,1,120,255,1,0),(77717,180415,530,1,1,-1666.87,5242.72,-51.6726,4.92183,0,0,0,1,120,255,1,0),(77718,180415,530,1,1,-1749.27,5163.45,-37.2049,5.32326,0,0,0,1,120,255,1,0),(77719,180405,530,1,1,-1666.33,5238.35,-50.3802,5.5676,0,0,0,1,120,255,1,0),(77720,180415,530,1,1,-1754.35,5174.46,-38.4128,3.05433,0,0,0,1,120,255,1,0),(77721,180415,530,1,1,-1721.35,5167.38,-40.2092,3.94445,0,0,0,1,120,255,1,0),(77722,180415,530,1,1,-1746.57,5164.72,-35.908,5.02655,0,0,0,1,120,255,1,0),(77723,180415,530,1,1,-1664.88,5241.22,-51.2255,0.942477,0,0,0,1,120,255,1,0),(77724,180415,530,1,1,-1746.43,5165.33,-35.908,5.44543,0,0,0,1,120,255,1,0),(77725,180415,530,1,1,-1726.72,5175.47,-40.2092,5.46288,0,0,0,1,120,255,1,0),(77726,180415,530,1,1,-1731.43,5173.52,-40.2092,0,0,0,0,1,120,255,1,0),(77727,180406,530,1,1,-1771.68,5173.34,-40.2092,3.59538,0,0,0,1,120,255,1,0),(77728,180415,530,1,1,-1746.18,5167.78,-35.908,5.32326,0,0,0,1,120,255,1,0),(77729,180415,530,1,1,-1663.54,5236.97,-50.0292,3.3685,0,0,0,1,120,255,1,0),(77730,180415,530,1,1,-1790.93,5177.19,-41.1252,5.49779,0,0,0,1,120,255,1,0),(77731,180415,530,1,1,-1701.98,5172.75,-40.2092,1.15192,0,0,0,1,120,255,1,0),(77732,180415,530,1,1,-1663.6,5235.88,-49.7748,1.93731,0,0,0,1,120,255,1,0),(77733,180415,530,1,1,-1792.11,5174.08,-40.8668,2.11185,0,0,0,1,120,255,1,0),(77734,180415,530,1,1,-1663.85,5235.02,-49.5662,0.471238,0,0,0,1,120,255,1,0),(77735,180407,530,1,1,-1739.74,5159.34,-34.7813,5.51524,0,0,0,1,120,255,1,0),(77736,180415,530,1,1,-1664.29,5240.02,-50.8972,1.5708,0,0,0,1,120,255,1,0),(77737,180415,530,1,1,-1745.96,5161.74,-35.908,3.50812,0,0,0,1,120,255,1,0),(77738,180415,530,1,1,-1706.44,5167.83,-40.2092,2.96704,0,0,0,1,120,255,1,0),(77739,180415,530,1,1,-1737,5157.63,-36.061,3.33359,0,0,0,1,120,255,1,0),(77740,180415,530,1,1,-1748.72,5161.84,-37.2049,1.09956,0,0,0,1,120,255,1,0),(77741,180415,530,1,1,-1663.87,5238.99,-50.6152,3.97936,0,0,0,1,120,255,1,0),(77742,180415,530,1,1,-1745.18,5160.04,-35.908,2.44346,0,0,0,1,120,255,1,0),(77743,180415,530,1,1,-1739.26,5162.58,-36.0679,1.51844,0,0,0,1,120,255,1,0),(77744,180415,530,1,1,-1663.6,5238,-50.3096,5.16618,0,0,0,1,120,255,1,0),(77745,180415,530,1,1,-1744.43,5157.62,-35.908,0.139625,0,0,0,1,120,255,1,0),(77746,180415,530,1,1,-1770.25,5159.31,-35.908,2.54818,0,0,0,1,120,255,1,0),(77747,180415,530,1,1,-1768.82,5157.79,-35.9081,2.09439,0,0,0,1,120,255,1,0),(77748,180415,530,1,1,-1691.97,5171.89,-40.2092,0.453785,0,0,0,1,120,255,1,0),(77749,180415,530,1,1,-1742.25,5152.3,-35.908,4.62512,0,0,0,1,120,255,1,0),(77750,180415,530,1,1,-1766.36,5158.44,-37.2049,4.41568,0,0,0,1,120,255,1,0),(77751,180415,530,1,1,-1769.77,5158.85,-35.9081,2.33874,0,0,0,1,120,255,1,0),(77752,180415,530,1,1,-1765.7,5156.9,-37.2049,1.11701,0,0,0,1,120,255,1,0),(77753,180415,530,1,1,-1743.06,5154.37,-35.908,3.45576,0,0,0,1,120,255,1,0),(77754,180415,530,1,1,-1778.56,5162.76,-40.2092,1.309,0,0,0,1,120,255,1,0),(77755,180415,530,1,1,-1678.03,5180.92,-40.2092,0.628317,0,0,0,1,120,255,1,0),(77756,180415,530,1,1,-1769.27,5158.34,-35.908,1.74533,0,0,0,1,120,255,1,0),(77757,180415,530,1,1,-1768.12,5155.6,-35.908,5.0091,0,0,0,1,120,255,1,0),(77758,180415,530,1,1,-1771.1,5160.24,-35.908,0.104719,0,0,0,1,120,255,1,0),(77759,180415,530,1,1,-1746.08,5154.51,-37.2049,2.79252,0,0,0,1,120,255,1,0),(77760,180415,530,1,1,-1743.91,5156.47,-35.908,4.97419,0,0,0,1,120,255,1,0),(77761,180415,530,1,1,-1770.59,5159.73,-35.908,0.436332,0,0,0,1,120,255,1,0),(77762,180415,530,1,1,-1745.32,5152.1,-37.2049,1.69297,0,0,0,1,120,255,1,0),(77763,180415,530,1,1,-1680.05,5182.06,-40.2092,5.60251,0,0,0,1,120,255,1,0),(77764,180415,530,1,1,-1743.3,5155.08,-35.908,5.74214,0,0,0,1,120,255,1,0),(77765,180415,530,1,1,-1663.52,5293.41,-49.5914,4.7473,0,0,0,1,120,255,1,0),(77766,180415,530,1,1,-1767.19,5150.62,-35.908,4.83456,0,0,0,1,120,255,1,0),(77767,180415,530,1,1,-1797.81,5163.91,-40.2092,4.52041,0,0,0,1,120,255,1,0),(77768,180415,530,1,1,-1763.26,5146.75,-37.2049,5.93412,0,0,0,1,120,255,1,0),(77769,180415,530,1,1,-1664.68,5293.22,-49.6672,1.69297,0,0,0,1,120,255,1,0),(77770,180415,530,1,1,-1766.92,5149.25,-35.908,1.11701,0,0,0,1,120,255,1,0),(77771,180415,530,1,1,-1763.88,5149.05,-37.2049,3.68265,0,0,0,1,120,255,1,0),(77772,180415,530,1,1,-1781.22,5155.47,-40.2092,2.54818,0,0,0,1,120,255,1,0),(77773,180415,530,1,1,-1766.59,5147.9,-35.908,3.75246,0,0,0,1,120,255,1,0),(77774,180415,530,1,1,-1774.05,5152.58,-36.0679,3.29869,0,0,0,1,120,255,1,0),(77775,180415,530,1,1,-1767.71,5153.14,-35.908,2.94959,0,0,0,1,120,255,1,0),(77776,180406,530,1,1,-1727.87,5151.12,-34.7275,0.733038,0,0,0,1,120,255,1,0),(77777,180415,530,1,1,-1647.86,5322.97,-40.2092,5.5676,0,0,0,1,120,255,1,0),(77778,180415,530,1,1,-1653.1,5316.99,-40.2092,2.68781,0,0,0,1,120,255,1,0),(77779,180415,530,1,1,-1623.01,5353.79,-39.9063,5.8294,0,0,0,1,120,255,1,0),(77780,180415,530,1,1,-1650.7,5301.98,-40.1557,2.53072,0,0,0,1,120,255,1,0),(77781,180415,530,1,1,-1627.55,5350.8,-39.6945,4.66003,0,0,0,1,120,255,1,0),(77782,180415,530,1,1,-1649.13,5294.07,-40.3365,0.209439,0,0,0,1,120,255,1,0),(77783,180415,530,1,1,-1656.35,5308.33,-40.2092,5.3058,0,0,0,1,120,255,1,0),(77784,180415,530,1,1,-1640.81,5324.77,-40.0241,3.05433,0,0,0,1,120,255,1,0),(77785,180415,530,1,1,-1631,5346.6,-39.8759,3.61284,0,0,0,1,120,255,1,0),(77786,180415,530,1,1,-1650.26,5289.86,-40.6464,2.68781,0,0,0,1,120,255,1,0),(77787,180415,530,1,1,-1640.64,5328.2,-40.1352,3.85718,0,0,0,1,120,255,1,0),(77788,180415,530,1,1,-1604.22,5327.81,-40.2092,5.23599,0,0,0,1,120,255,1,0),(77789,180415,530,1,1,-1620.23,5273.6,-40.8573,5.20108,0,0,0,1,120,255,1,0),(77790,180415,530,1,1,-1615.81,5287.19,-40.7657,4.38078,0,0,0,1,120,255,1,0),(77791,180415,530,1,1,-1643.11,5261.09,-41.0077,0.90757,0,0,0,1,120,255,1,0),(77792,180415,530,1,1,-1610.79,5322.73,-40.2092,3.56047,0,0,0,1,120,255,1,0),(77793,180415,530,1,1,-1614.8,5285.65,-40.814,5.5676,0,0,0,1,120,255,1,0),(77794,180415,530,1,1,-1641.93,5257.19,-40.9372,2.58308,0,0,0,1,120,255,1,0),(77795,180415,530,1,1,-1618.82,5355.97,-40.2038,0.436332,0,0,0,1,120,255,1,0),(77796,180415,530,1,1,-1614.2,5284.3,-40.8007,1.0472,0,0,0,1,120,255,1,0),(77797,180415,530,1,1,-1604.15,5341.31,-40.2092,2.56563,0,0,0,1,120,255,1,0),(77798,180415,530,1,1,-1616.99,5277.18,-40.82,4.64258,0,0,0,1,120,255,1,0),(77799,180415,530,1,1,-1616.73,5288.77,-40.6527,1.22173,0,0,0,1,120,255,1,0),(77800,180415,530,1,1,-1615.8,5268.27,-40.774,4.24115,0,0,0,1,120,255,1,0),(77801,180407,530,1,1,-1620.34,5252.92,-40.7937,4.64258,0,0,0,1,120,255,1,0),(77802,180415,530,1,1,-1615.02,5261.72,-40.7417,5.48033,0,0,0,1,120,255,1,0),(77803,180415,530,1,1,-1594,5360.15,-40.2092,3.78737,0,0,0,1,120,255,1,0),(77804,180415,530,1,1,-1600.16,5344.43,-40.2092,5.75959,0,0,0,1,120,255,1,0),(77805,180407,530,1,1,-1592.86,5307.45,-38.5778,5.67232,0,0,0,1,120,255,1,0),(77806,180415,530,1,1,-1594.89,5261.76,-13.9751,2.19912,0,0,0,1,120,255,1,0),(77807,180415,530,1,1,-1597.82,5264.68,-14.0501,5.0091,0,0,0,1,120,255,1,0),(77808,180415,530,1,1,-1597.49,5366.86,-40.2092,6.24828,0,0,0,1,120,255,1,0),(77809,180406,530,1,1,-1592.3,5357.06,-40.2092,4.85202,0,0,0,1,120,255,1,0),(77810,180415,530,1,1,-1596.9,5263.49,-14.0231,0.837758,0,0,0,1,120,255,1,0),(77811,180415,530,1,1,-1612.54,5247.09,-40.6584,5.20108,0,0,0,1,120,255,1,0),(77812,180415,530,1,1,-1622.79,5243.49,-40.8007,1.3439,0,0,0,1,120,255,1,0),(77813,180415,530,1,1,-1595.96,5262.59,-13.9977,5.60251,0,0,0,1,120,255,1,0),(77814,180415,530,1,1,-1616.15,5244.1,-40.703,1.97222,0,0,0,1,120,255,1,0),(77815,180415,530,1,1,-1620.81,5239.75,-40.7592,1.51844,0,0,0,1,120,255,1,0),(77816,180431,530,1,1,-1688.56,5666.33,130.597,3.7001,0,0,0,1,120,255,1,0),(77817,180415,530,1,1,-1593.1,5260.72,-13.9466,2.54818,0,0,0,1,120,255,1,0),(77818,180410,530,1,1,-1617.98,5403.79,-38.1771,3.26377,0,0,0,1,120,255,1,0),(77819,180405,530,1,1,-1612.95,5424.75,-38.8591,4.69494,0,0,0,1,120,255,1,0),(77820,180415,530,1,1,-1614.5,5415.92,-38.8625,2.53072,0,0,0,1,120,255,1,0),(77821,180415,530,1,1,-1614.68,5413.56,-38.8596,6.07375,0,0,0,1,120,255,1,0),(77822,180415,530,1,1,-1614.06,5412.17,-38.8593,4.88692,0,0,0,1,120,255,1,0),(77823,180415,530,1,1,-1614.54,5414.43,-38.8609,2.82743,0,0,0,1,120,255,1,0),(77824,180415,530,1,1,-1615.16,5408.31,-39.6757,0,0,0,0,1,120,255,1,0),(77825,180415,530,1,1,-1615.59,5407.22,-40.5618,5.68977,0,0,0,1,120,255,1,0),(77826,180415,530,1,1,-1613.32,5410.31,-38.8563,5.72468,0,0,0,1,120,255,1,0),(77827,180415,530,1,1,-1617.04,5407.14,-41.053,2.49582,0,0,0,1,120,255,1,0),(77828,180415,530,1,1,-1614.41,5409.3,-38.8528,6.21337,0,0,0,1,120,255,1,0),(77829,180415,530,1,1,-1613.73,5407.42,-39.675,1.97222,0,0,0,1,120,255,1,0),(77830,180410,530,1,1,-1618.03,5406.08,-37.8607,3.03684,0,0,0,1,120,255,1,0),(77831,180472,530,1,1,-1648.21,5544.75,15.5786,1.43117,0,0,0,1,120,255,1,0),(77832,180431,530,1,1,-1822.68,5698.87,129.141,2.33874,0,0,0,1,120,255,1,0),(77833,180431,530,1,1,-1910.55,5698.09,124.957,2.63544,0,0,0,1,120,255,1,0),(77834,180405,530,1,1,-1648.34,5544.78,16.7286,0.767944,0,0,0,1,120,255,1,0),(77835,185434,530,1,1,-1598.39,5396.75,-40.1713,3.76991,0,0,0,1,120,255,1,0),(77836,185455,530,1,1,-1709.81,5632.51,127.947,5.48033,0,0,0,1,120,255,1,0),(77837,180415,530,1,1,-1710.33,5634.92,127.947,0.279252,0,0,0,1,120,255,1,0),(77838,180415,530,1,1,-1711.77,5633.73,127.947,6.17847,0,0,0,1,120,255,1,0),(77839,180429,530,1,1,-1707.32,5645.85,130.337,5.3058,0,0,0,1,120,255,1,0),(77840,180415,530,1,1,-1591.13,5260.11,-13.9635,3.68265,0,0,0,1,120,255,1,0),(77841,180407,530,1,1,-1650.87,5190.32,-38.8768,2.91469,0,0,0,1,120,255,1,0),(77842,180406,530,1,1,-1645.2,5199.99,-38.8768,5.95157,0,0,0,1,120,255,1,0),(77843,180415,530,1,1,-1618.82,5181.59,-33.827,3.35105,0,0,0,1,120,255,1,0),(77844,180415,530,1,1,-1601.92,5171.65,-30.5899,1.72787,0,0,0,1,120,255,1,0),(77845,180415,530,1,1,-1608.95,5160.99,-30.5601,5.37562,0,0,0,1,120,255,1,0),(77846,180415,530,1,1,-1624.76,5172.67,-33.7974,3.73501,0,0,0,1,120,255,1,0),(77847,180415,530,1,1,-1602.2,5152.72,-28.8714,0.226893,0,0,0,1,120,255,1,0),(77848,180415,530,1,1,-1591.73,5168.82,-28.8734,1.09956,0,0,0,1,120,255,1,0),(77849,180406,530,1,1,-1723.19,5136.49,-35.0992,3.52557,0,0,0,1,120,255,1,0),(77850,180415,530,1,1,-1584.82,5160.91,-27.3926,5.20108,0,0,0,1,120,255,1,0),(77851,180411,530,1,1,-1742.71,5137.69,-30.4835,4.17134,0,0,0,1,120,255,1,0),(77852,180415,530,1,1,-1593.07,5148.36,-27.301,3.87463,0,0,0,1,120,255,1,0),(77853,180415,530,1,1,-1566.59,5148.01,-23.492,1.0821,0,0,0,1,120,255,1,0),(77854,180415,530,1,1,-1575.76,5134.23,-23.5882,4.81711,0,0,0,1,120,255,1,0),(77855,185434,530,1,1,-1744.14,5123.62,-35.8245,2.02458,0,0,0,1,120,255,1,0),(77856,180411,530,1,1,-1758.29,5131.85,-30.4002,4.88692,0,0,0,1,120,255,1,0),(77857,180415,530,1,1,-1766.19,5145.77,-35.908,0.157079,0,0,0,1,120,255,1,0),(77858,180405,530,1,1,-1756.48,5130.04,-36.2613,3.54302,0,0,0,1,120,255,1,0),(77859,180415,530,1,1,-1773.81,5148.54,-36.0652,4.24115,0,0,0,1,120,255,1,0),(77860,180415,530,1,1,-1772.5,5143.56,-36.2313,4.62512,0,0,0,1,120,255,1,0),(77861,180415,530,1,1,-1774.29,5139.01,-36.2117,2.93214,0,0,0,1,120,255,1,0),(77862,180415,530,1,1,-1775.09,5137.32,-36.2649,1.71042,0,0,0,1,120,255,1,0),(77863,180405,530,1,1,-1777.37,5136.41,-34.727,0.366518,0,0,0,1,120,255,1,0),(77864,180405,530,1,1,-1773.34,5121.48,-35.0905,3.78737,0,0,0,1,120,255,1,0),(77865,180415,530,1,1,-1769.99,5125.53,-36.0266,0.925024,0,0,0,1,120,255,1,0),(77866,180415,530,1,1,-1772.34,5122.28,-35.8362,4.03171,0,0,0,1,120,255,1,0),(77867,180415,530,1,1,-1787.65,5148.14,-40.2092,5.46288,0,0,0,1,120,255,1,0),(77868,180415,530,1,1,-1781.44,5131.75,-34.7708,6.03884,0,0,0,1,120,255,1,0),(77869,180415,530,1,1,-1771.18,5123.88,-35.9028,0.174532,0,0,0,1,120,255,1,0),(77870,180415,530,1,1,-1782.79,5132.56,-34.6978,5.18363,0,0,0,1,120,255,1,0),(77871,180415,530,1,1,-1776.1,5136.85,-35.921,3.10665,0,0,0,1,120,255,1,0),(77872,180415,530,1,1,-1778.35,5124.25,-34.6956,0.191985,0,0,0,1,120,255,1,0),(77873,180415,530,1,1,-1800.14,5141.81,-40.2092,6.26573,0,0,0,1,120,255,1,0),(77874,180415,530,1,1,-1804.51,5157.38,-40.2092,1.23918,0,0,0,1,120,255,1,0),(77875,180415,530,1,1,-1779.41,5125.83,-34.7351,4.31097,0,0,0,1,120,255,1,0),(77876,180407,530,1,1,-1798.81,5132.18,-40.2092,3.7001,0,0,0,1,120,255,1,0),(77877,180415,530,1,1,-1793.89,5143.44,-40.2092,5.72468,0,0,0,1,120,255,1,0),(77878,180415,530,1,1,-1853.72,5200.16,-40.2092,3.85718,0,0,0,1,120,255,1,0),(77879,180406,530,1,1,-1829.19,5132.75,-36.2155,4.55531,0,0,0,1,120,255,1,0),(77880,180415,530,1,1,-1852.92,5204.88,-40.2092,5.96903,0,0,0,1,120,255,1,0),(77881,180415,530,1,1,-1846.03,5211.84,-40.2092,5.8294,0,0,0,1,120,255,1,0),(77882,180407,530,1,1,-1830.19,5129.45,-36.2071,4.72984,0,0,0,1,120,255,1,0),(77883,180415,530,1,1,-1849.07,5210.51,-40.2092,2.93214,0,0,0,1,120,255,1,0),(77884,180405,530,1,1,-1828.72,5136.17,-36.6117,2.3911,0,0,0,1,120,255,1,0),(77885,180407,530,1,1,-1845.58,5181.3,-48.8386,6.14356,0,0,0,1,120,255,1,0),(77886,180415,530,1,1,-1802.64,5133.13,-40.2092,0.90757,0,0,0,1,120,255,1,0),(77887,180415,530,1,1,-1851.82,5208.42,-40.2092,0.366518,0,0,0,1,120,255,1,0),(77888,180415,530,1,1,-1857.09,5210.44,-40.2092,2.28638,0,0,0,1,120,255,1,0),(77889,180415,530,1,1,-1859.66,5207.61,-40.2092,1.0472,0,0,0,1,120,255,1,0),(77890,180415,530,1,1,-1856.04,5214.33,-40.2092,4.25861,0,0,0,1,120,255,1,0),(77891,180415,530,1,1,-1848.79,5084.67,-33.8394,3.24635,0,0,0,1,120,255,1,0),(77892,180410,530,1,1,-1913.18,5138.17,-37.9341,2.32129,0,0,0,1,120,255,1,0),(77893,180407,530,1,1,-1874.15,5136.21,-40.2092,2.72271,0,0,0,1,120,255,1,0),(77894,180411,530,1,1,-1879.56,5125.42,-28.3967,3.89209,0,0,0,1,120,255,1,0),(77895,180406,530,1,1,-1896.11,5150.33,-38.6561,2.86233,0,0,0,1,120,255,1,0),(77896,180415,530,1,1,-1859.41,5085.3,-33.8435,4.2237,0,0,0,1,120,255,1,0),(77897,180415,530,1,1,-1848.93,5065.02,-30.6038,3.87463,0,0,0,1,120,255,1,0),(77898,180415,530,1,1,-1865.41,5055.88,-28.8848,4.71239,0,0,0,1,120,255,1,0),(77899,180407,530,1,1,-1908.84,5158.16,-40.2092,2.84488,0,0,0,1,120,255,1,0),(77900,180472,530,1,1,-1924.4,5137.79,-30.4224,2.3911,0,0,0,1,120,255,1,0),(77901,180415,530,1,1,-1846.27,5054.52,-28.8336,2.84488,0,0,0,1,120,255,1,0),(77902,180415,530,1,1,-1910.57,5159.94,-40.2092,5.20108,0,0,0,1,120,255,1,0),(77903,180472,530,1,1,-1924.55,5144.46,-30.5636,3.54302,0,0,0,1,120,255,1,0),(77904,180415,530,1,1,-1912.34,5164.04,-40.2092,3.61284,0,0,0,1,120,255,1,0),(77905,180410,530,1,1,-1922.56,5136.9,-37.5277,1.88495,0,0,0,1,120,255,1,0),(77906,180415,530,1,1,-1862.39,5205.07,-40.2092,0.59341,0,0,0,1,120,255,1,0),(77907,180415,530,1,1,-1861.72,5065.83,-30.5239,0.436332,0,0,0,1,120,255,1,0),(77908,180415,530,1,1,-1849.67,5044.83,-27.3342,0.575957,0,0,0,1,120,255,1,0),(77909,180410,530,1,1,-1933.9,5139.63,-36.7346,0.174532,0,0,0,1,120,255,1,0),(77910,180410,530,1,1,-1933.74,5142.19,-36.7967,5.95157,0,0,0,1,120,255,1,0),(77911,180415,530,1,1,-1946.49,5150.04,-40.2092,5.09636,0,0,0,1,120,255,1,0),(77912,180407,530,1,1,-1932.9,5165.84,-40.2092,3.52557,0,0,0,1,120,255,1,0),(77913,180415,530,1,1,-1864.64,5045.73,-27.3401,5.93412,0,0,0,1,120,255,1,0),(77914,180415,530,1,1,-1935.68,5168,-40.2092,0.733038,0,0,0,1,120,255,1,0),(77915,180405,530,1,1,-1946.3,5152.04,19.9577,5.88176,0,0,0,1,120,255,1,0),(77916,180415,530,1,1,-1851.71,5022.64,-23.5056,3.89209,0,0,0,1,120,255,1,0),(77917,180415,530,1,1,-1868.28,5023.65,-23.4816,0.820303,0,0,0,1,120,255,1,0),(77918,180339,530,1,1,-1837.95,4921.16,-18.875,0,0,0,0,1,120,255,1,0),(77919,180338,530,1,1,-1783.58,4937.42,-22.8771,0,0,0,0,1,120,255,1,0),(77920,180415,530,1,1,-1956.96,5150.17,-40.2092,0.0349062,0,0,0,1,120,255,1,0),(77921,180415,530,1,1,-1956.56,5153.62,-40.2092,1.15192,0,0,0,1,120,255,1,0),(77922,180415,530,1,1,-1946.97,5183.81,-40.2092,0.506145,0,0,0,1,120,255,1,0),(77923,180415,530,1,1,-1976.52,5163.21,-37.8665,4.7822,0,0,0,1,120,255,1,0),(77924,180406,530,1,1,-1964.8,5158.83,20.034,0.209439,0,0,0,1,120,255,1,0),(77925,180405,530,1,1,-1966.64,5166.1,-38.1364,2.89724,0,0,0,1,120,255,1,0),(77926,180415,530,1,1,-1960.33,5168.67,-37.8409,5.20108,0,0,0,1,120,255,1,0),(77927,180406,530,1,1,-2002.54,5178.88,-40.2092,3.4383,0,0,0,1,120,255,1,0),(77928,180415,530,1,1,-1975.75,5182.89,-40.2092,1.50098,0,0,0,1,120,255,1,0),(77929,180415,530,1,1,-1966.22,5179.32,-37.8599,5.93412,0,0,0,1,120,255,1,0),(77930,180415,530,1,1,-1990.58,5176.18,-40.2092,3.00195,0,0,0,1,120,255,1,0),(77931,180415,530,1,1,-1984.64,5181.01,-40.2092,6.26573,0,0,0,1,120,255,1,0),(77932,180415,530,1,1,-1975.38,5162.21,-37.8507,4.72984,0,0,0,1,120,255,1,0),(77933,180415,530,1,1,-2019.36,5190.99,-35.6937,4.34587,0,0,0,1,120,255,1,0),(77934,180415,530,1,1,-2021.95,5196.35,-35.6949,1.5708,0,0,0,1,120,255,1,0),(77935,180415,530,1,1,-1940.62,5186.5,-40.2092,1.41372,0,0,0,1,120,255,1,0),(77936,180415,530,1,1,-2010.29,5209.04,-35.6957,2.9845,0,0,0,1,120,255,1,0),(77937,180407,530,1,1,-2004.33,5223.76,-35.6969,2.84488,0,0,0,1,120,255,1,0),(77938,180415,530,1,1,-2002.87,5221.2,-35.6966,4.93928,0,0,0,1,120,255,1,0),(77939,180415,530,1,1,-2007.34,5224.25,-35.697,0.890117,0,0,0,1,120,255,1,0),(77940,180431,530,1,1,-1746.62,5620.08,127.947,4.99164,0,0,0,1,120,255,1,0),(77941,180405,530,1,1,-2040.23,5272.15,-39.3941,0.191985,0,0,0,1,120,255,1,0),(77942,180472,530,1,1,-2037.33,5278.77,-34.4788,6.00393,0,0,0,1,120,255,1,0),(77943,180415,530,1,1,-2063.03,5263.8,-38.4651,4.79966,0,0,0,1,120,255,1,0),(77944,180415,530,1,1,-2047.23,5279.07,-38.4653,4.04917,0,0,0,1,120,255,1,0),(77945,180415,530,1,1,-2049.92,5283.65,-38.4665,4.60767,0,0,0,1,120,255,1,0),(77946,180472,530,1,1,-2061.58,5254.93,-33.4444,0.715585,0,0,0,1,120,255,1,0),(77947,180415,530,1,1,-2066.36,5251.83,-38.465,3.64774,0,0,0,1,120,255,1,0),(77948,180415,530,1,1,-2094.27,5197.88,-30.5827,3.56047,0,0,0,1,120,255,1,0),(77949,180415,530,1,1,-2088.68,5180.59,-29.0438,0.314158,0,0,0,1,120,255,1,0),(77950,180415,530,1,1,-2072.26,5204.01,-33.8652,1.79769,0,0,0,1,120,255,1,0),(77951,180415,530,1,1,-2080.02,5211.4,-33.8057,5.02655,0,0,0,1,120,255,1,0),(77952,180415,530,1,1,-2075.6,5271.93,-37.3235,3.24635,0,0,0,1,120,255,1,0),(77953,180415,530,1,1,-2084.99,5189.03,-30.6074,2.47837,0,0,0,1,120,255,1,0),(77954,180415,530,1,1,-2076.32,5273.98,-37.3235,2.14675,0,0,0,1,120,255,1,0),(77955,180415,530,1,1,-2098.52,5174.09,-27.323,2.44346,0,0,0,1,120,255,1,0),(77956,180415,530,1,1,-2126.39,5169.77,-23.6507,1.74533,0,0,0,1,120,255,1,0),(77957,180415,530,1,1,-2114.38,5158.42,-23.5101,1.15192,0,0,0,1,120,255,1,0),(77958,180415,530,1,1,-2109.44,5184.44,-27.3009,0.523598,0,0,0,1,120,255,1,0),(77959,180415,530,1,1,-2103.46,5192.88,-28.8833,0.820303,0,0,0,1,120,255,1,0),(77960,180415,530,1,1,-2051.78,5314.48,-39.3921,4.25861,0,0,0,1,120,255,1,0),(77961,180406,530,1,1,-2051.92,5310.45,-38.683,1.50098,0,0,0,1,120,255,1,0),(77962,180415,530,1,1,-2071.59,5291.31,-37.3235,3.14159,0,0,0,1,120,255,1,0),(77963,180415,530,1,1,-2067.46,5305.05,-37.3235,1.93731,0,0,0,1,120,255,1,0),(77964,180415,530,1,1,-2051.43,5296.36,-38.5334,6.10865,0,0,0,1,120,255,1,0),(77965,180415,530,1,1,-2084.63,5291.63,-37.3235,3.6652,0,0,0,1,120,255,1,0),(77966,180415,530,1,1,-2074.7,5328.8,-37.3235,2.07694,0,0,0,1,120,255,1,0),(77967,180415,530,1,1,-2068.03,5319.89,-37.3235,2.60053,0,0,0,1,120,255,1,0),(77968,180415,530,1,1,-2093.22,5313.24,-37.3236,3.927,0,0,0,1,120,255,1,0),(77969,180472,530,1,1,-2066.37,5326.44,-32.5736,3.45576,0,0,0,1,120,255,1,0),(77970,180415,530,1,1,-2070.87,5322.3,-37.3235,1.98967,0,0,0,1,120,255,1,0),(77971,180415,530,1,1,-2087.76,5329.48,-34.3054,1.27409,0,0,0,1,120,255,1,0),(77972,180405,530,1,1,-2097.77,5327.02,-35.3358,1.22173,0,0,0,1,120,255,1,0),(77973,180415,530,1,1,-2073.63,5338.69,-37.3235,2.3911,0,0,0,1,120,255,1,0),(77974,180472,530,1,1,-2087.52,5309.34,-32.7194,5.95157,0,0,0,1,120,255,1,0),(77975,180415,530,1,1,-2097.92,5305.06,-37.3236,0.628317,0,0,0,1,120,255,1,0),(77976,180407,530,1,1,-2104.68,5301.78,-37.3235,1.3439,0,0,0,1,120,255,1,0),(77977,180415,530,1,1,-2104.49,5299.12,-37.3235,2.60053,0,0,0,1,120,255,1,0),(77978,180415,530,1,1,-2075.45,5347.14,-37.2359,5.58505,0,0,0,1,120,255,1,0),(77979,180472,530,1,1,-2290.31,5517.61,69.0376,2.14675,0,0,0,1,120,255,1,0),(77980,180472,530,1,1,-2302.9,5520.82,68.4195,0.261798,0,0,0,1,120,255,1,0),(77981,180407,530,1,1,-2268.8,5537.23,66.9944,3.21142,0,0,0,1,120,255,1,0),(77982,180410,530,1,1,-2244.77,5558.77,83.4739,3.03684,0,0,0,1,120,255,1,0),(77983,180472,530,1,1,-2209.61,5545.72,74.6105,5.84685,0,0,0,1,120,255,1,0),(77984,180410,530,1,1,-2245.66,5556.63,83.3928,2.79252,0,0,0,1,120,255,1,0),(77985,180410,530,1,1,-2248.23,5552.9,83.4259,2.33874,0,0,0,1,120,255,1,0),(77986,180410,530,1,1,-2246.7,5554.45,83.3868,2.54818,0,0,0,1,120,255,1,0),(77987,180472,530,1,1,-2314.44,5528.93,68.4959,2.53072,0,0,0,1,120,255,1,0),(77988,180410,530,1,1,-2244.46,5563.03,83.4509,3.29869,0,0,0,1,120,255,1,0),(77989,180410,530,1,1,-2244.64,5560.77,83.4514,3.05433,0,0,0,1,120,255,1,0),(77990,180415,530,1,1,-2271.3,5563.58,101.403,3.54302,0,0,0,1,120,255,1,0),(77991,180415,530,1,1,-2269.6,5568.49,101.404,1.91986,0,0,0,1,120,255,1,0),(77992,180415,530,1,1,-2284.67,5565.35,101.791,2.60053,0,0,0,1,120,255,1,0),(77993,180415,530,1,1,-2289.34,5567.65,100.985,3.927,0,0,0,1,120,255,1,0),(77994,180415,530,1,1,-2268.37,5565.4,105.01,0.139625,0,0,0,1,120,255,1,0),(77995,180415,530,1,1,-2290.39,5569.94,100.994,4.20625,0,0,0,1,120,255,1,0),(77996,180415,530,1,1,-2281.35,5575.19,101.781,1.55334,0,0,0,1,120,255,1,0),(77997,180407,530,1,1,-2225.35,5587.12,64.0723,2.65289,0,0,0,1,120,255,1,0),(77998,180415,530,1,1,-2290.13,5572.43,100.996,1.5708,0,0,0,1,120,255,1,0),(77999,180415,530,1,1,-2288.95,5574.74,100.994,3.68265,0,0,0,1,120,255,1,0),(78000,180415,530,1,1,-2286.49,5576.09,100.985,2.86233,0,0,0,1,120,255,1,0),(78001,180405,530,1,1,-2241.58,5617.46,64.0723,1.85005,0,0,0,1,120,255,1,0),(78002,180406,530,1,1,-2306.07,5572.37,64.0723,4.04917,0,0,0,1,120,255,1,0),(78003,180472,530,1,1,-2299.91,5575.92,73.0461,2.80997,0,0,0,1,120,255,1,0),(78004,180405,530,1,1,-2302.34,5582.46,64.0723,4.88692,0,0,0,1,120,255,1,0),(78005,180472,530,1,1,-2313.53,5589.7,68.475,1.22173,0,0,0,1,120,255,1,0),(78006,180472,530,1,1,-2299.7,5602.16,69.1278,1.79769,0,0,0,1,120,255,1,0),(78007,185455,530,1,1,-1931.68,5771.58,130.686,5.13127,0,0,0,1,120,255,1,0),(78008,180429,530,1,1,-1897.19,5764.77,132.386,0.872664,0,0,0,1,120,255,1,0),(78009,180429,530,1,1,-1754.13,5644.8,130.01,1.06465,0,0,0,1,120,255,1,0),(78010,180415,530,1,1,-1754.44,5844.21,146.44,4.52041,0,0,0,1,120,255,1,0),(78011,180429,530,1,1,-1759.25,5830.71,151.03,2.51327,0,0,0,1,120,255,1,0),(78012,185455,530,1,1,-1752.69,5842.35,146.44,5.93412,0,0,0,1,120,255,1,0),(78013,180415,530,1,1,-1755.56,5841.98,146.44,1.3439,0,0,0,1,120,255,1,0),(78014,180407,530,1,1,-1694.2,5803.42,150.529,1.67551,0,0,0,1,120,255,1,0),(78015,180406,530,1,1,-1682.23,5716.45,132.228,6.02139,0,0,0,1,120,255,1,0),(78016,180471,530,1,1,-1660.32,5724.35,138.446,3.78737,0,0,0,1,120,255,1,0),(78017,180471,530,1,1,-1661.02,5725.67,138.554,0.401425,0,0,0,1,120,255,1,0),(78018,180407,530,1,1,-1664.09,5696.81,129.558,4.45059,0,0,0,1,120,255,1,0),(78019,180405,530,1,1,-1652.33,5660.17,132.697,3.07177,0,0,0,1,120,255,1,0),(78020,180415,530,1,1,-1656.49,5683.15,132.98,3.3685,0,0,0,1,120,255,1,0),(78021,180411,530,1,1,-1657.56,5686.75,135.82,5.98648,0,0,0,1,120,255,1,0),(78022,180429,530,1,1,-1647.7,5660.5,134.031,0.471238,0,0,0,1,120,255,1,0),(17765,180643,530,1,1,10362.4,-6414.42,163.454,3.14159,0,0,0,1,120,255,1,0),(17766,181325,530,1,1,6810.51,-7413.84,47.0135,3.14159,0,0,0,1,120,255,1,0),(17767,184803,530,1,1,9748.92,-7075.64,16.7537,4.43314,0,0,0,1,120,255,1,0),(17768,184804,530,1,1,9749.19,-7075.55,16.7546,2.61799,0,0,0,1,120,255,1,0),(17769,186406,530,1,1,6738.54,-7607.16,126.121,2.86233,0,0,0,1,120,255,1,0),(17770,186407,530,1,1,6795.7,-7574.93,126.977,3.32486,0,0,0,1,120,255,1,0),(78033,180407,530,1,1,9812.96,-7409.96,13.6251,0.488691,0,0,0,1,120,255,1,0),(78034,180427,530,1,1,9682.32,-7432.62,23.6752,5.63741,0,0,0,1,120,255,1,0),(78035,180426,530,1,1,9685.57,-7441.07,23.9738,5.02655,0,0,0,1,120,255,1,0),(78036,180426,530,1,1,9686.85,-7440.71,20.7724,6.10865,0,0,0,1,120,255,1,0),(78037,180427,530,1,1,9686.7,-7436.89,20.7238,1.78023,0,0,0,1,120,255,1,0),(78038,180426,530,1,1,9684.29,-7437.08,23.1683,1.97222,0,0,0,1,120,255,1,0),(78039,180427,530,1,1,9682.66,-7437.41,19.1475,6.05629,0,0,0,1,120,255,1,0),(78040,180427,530,1,1,9682.22,-7440.54,23.703,0.261798,0,0,0,1,120,255,1,0),(78041,180426,530,1,1,9681.57,-7440.41,21.6752,2.35619,0,0,0,1,120,255,1,0),(78042,180427,530,1,1,9688.92,-7439.09,24.6405,5.84685,0,0,0,1,120,255,1,0),(78043,180415,530,1,1,9726.54,-7459.69,14.038,2.51327,0,0,0,1,120,255,1,0),(78044,180415,530,1,1,9646.93,-7446.19,14.0278,1.27409,0,0,0,1,120,255,1,0),(78045,180415,530,1,1,9763.85,-7467.26,13.5742,2.18166,0,0,0,1,120,255,1,0),(78046,180415,530,1,1,9721.93,-7473.81,14.038,5.49779,0,0,0,1,120,255,1,0),(78047,180415,530,1,1,9763.87,-7469.17,13.5742,1.95477,0,0,0,1,120,255,1,0),(78048,180415,530,1,1,9642.9,-7441.37,14.0278,4.4855,0,0,0,1,120,255,1,0),(78049,180415,530,1,1,9706.26,-7464.71,14.038,3.01941,0,0,0,1,120,255,1,0),(78050,180415,530,1,1,9722.17,-7455.78,14.038,5.06146,0,0,0,1,120,255,1,0),(78051,180415,530,1,1,9637.54,-7439.56,14.0278,2.1293,0,0,0,1,120,255,1,0),(78052,180415,530,1,1,9708.01,-7469.92,14.038,1.0472,0,0,0,1,120,255,1,0),(78053,180415,530,1,1,9717.25,-7454.9,14.038,0.488691,0,0,0,1,120,255,1,0),(78054,180415,530,1,1,9707.98,-7459.52,14.038,0.488691,0,0,0,1,120,255,1,0),(78055,180415,530,1,1,9726.43,-7470.03,14.038,5.5676,0,0,0,1,120,255,1,0),(78056,180415,530,1,1,9763.65,-7472.03,13.5742,6.19592,0,0,0,1,120,255,1,0),(78057,180415,530,1,1,9712.38,-7473.81,14.038,5.55015,0,0,0,1,120,255,1,0),(78058,180415,530,1,1,9728,-7464.86,14.038,1.01229,0,0,0,1,120,255,1,0),(78059,180415,530,1,1,9712.41,-7455.58,14.038,0.331611,0,0,0,1,120,255,1,0),(78060,180415,530,1,1,9717.18,-7474.62,14.038,4.29351,0,0,0,1,120,255,1,0),(78061,180415,530,1,1,9660.29,-7459.1,14.0278,2.82743,0,0,0,1,120,255,1,0),(78062,180415,530,1,1,9661.99,-7464.52,14.0278,0.837758,0,0,0,1,120,255,1,0),(78063,180415,530,1,1,9655.61,-7455.17,14.0278,2.11185,0,0,0,1,120,255,1,0),(78064,180415,530,1,1,9649.94,-7453.71,14.0278,1.71042,0,0,0,1,120,255,1,0),(78065,180415,530,1,1,9641.78,-7259.7,14.8158,5.68977,0,0,0,1,120,255,1,0),(78066,180406,530,1,1,9607.74,-7398.09,13.6132,0.314158,0,0,0,1,120,255,1,0),(78067,180415,530,1,1,9628.13,-7445.98,14.0278,0.523598,0,0,0,1,120,255,1,0),(78068,180415,530,1,1,9632.11,-7441.43,14.0278,1.85005,0,0,0,1,120,255,1,0),(78069,180415,530,1,1,9660.25,-7470.04,14.0278,0.418879,0,0,0,1,120,255,1,0),(78070,180415,530,1,1,9638.74,-7460.21,15.9869,4.7822,0,0,0,1,120,255,1,0),(78071,180415,530,1,1,9641.47,-7463.02,16.3836,0.122173,0,0,0,1,120,255,1,0),(78072,180415,530,1,1,9640.31,-7461.32,17.3018,6.05629,0,0,0,1,120,255,1,0),(78073,180415,530,1,1,9638.43,-7461.02,18.3274,0.890117,0,0,0,1,120,255,1,0),(78074,180415,530,1,1,9638.21,-7462.66,18.6636,0.087266,0,0,0,1,120,255,1,0),(78075,180415,530,1,1,9637.09,-7461.91,18.6632,1.78023,0,0,0,1,120,255,1,0),(78076,180415,530,1,1,9640.43,-7464.38,15.9869,3.64774,0,0,0,1,120,255,1,0),(78077,180415,530,1,1,9641.48,-7465.75,15.9869,0.087266,0,0,0,1,120,255,1,0),(78078,180415,530,1,1,9639.2,-7461.87,15.9869,2.89724,0,0,0,1,120,255,1,0),(78079,180415,530,1,1,9624.85,-7453.41,14.0278,3.22886,0,0,0,1,120,255,1,0),(78080,180415,530,1,1,9637.35,-7461.24,15.9869,3.45576,0,0,0,1,120,255,1,0),(78081,180415,530,1,1,9639.95,-7462.73,16.84,1.18682,0,0,0,1,120,255,1,0),(78082,180415,530,1,1,9635.96,-7460.17,15.9761,3.80482,0,0,0,1,120,255,1,0),(78083,180415,530,1,1,9635.57,-7461.84,15.9869,1.74533,0,0,0,1,120,255,1,0),(78084,180415,530,1,1,9639.14,-7462.3,17.9778,6.16101,0,0,0,1,120,255,1,0),(78085,180415,530,1,1,9635.98,-7466.34,18.3925,4.13643,0,0,0,1,120,255,1,0),(78086,180415,530,1,1,9633.07,-7464.28,15.9869,3.47321,0,0,0,1,120,255,1,0),(78087,180415,530,1,1,9634.46,-7463.35,15.9869,1.06465,0,0,0,1,120,255,1,0),(78088,180415,530,1,1,9635.39,-7467.68,17.8932,2.89724,0,0,0,1,120,255,1,0),(78089,180415,530,1,1,9637.66,-7466.75,18.6632,1.3439,0,0,0,1,120,255,1,0),(78090,180415,530,1,1,9633.91,-7461.74,15.9869,0.90757,0,0,0,1,120,255,1,0),(78091,180415,530,1,1,9634.51,-7465.28,16.3972,2.74016,0,0,0,1,120,255,1,0),(78092,180415,530,1,1,9637.33,-7468.69,15.9869,4.52041,0,0,0,1,120,255,1,0),(78093,180415,530,1,1,9638.3,-7467.27,15.9869,1.48353,0,0,0,1,120,255,1,0),(78094,180415,530,1,1,9635.13,-7466.26,17.3342,2.32129,0,0,0,1,120,255,1,0),(78095,180415,530,1,1,9649.72,-7475.16,14.0278,4.67748,0,0,0,1,120,255,1,0),(78096,180415,530,1,1,9634.77,-7467.75,15.9869,5.044,0,0,0,1,120,255,1,0),(78097,180415,530,1,1,9639.86,-7467.85,15.9869,0.872664,0,0,0,1,120,255,1,0),(78098,180415,530,1,1,9636.4,-7467.29,15.9869,1.71042,0,0,0,1,120,255,1,0),(78099,180415,530,1,1,9639.83,-7466.17,15.9869,3.15906,0,0,0,1,120,255,1,0),(78100,180415,530,1,1,9655.46,-7473.86,14.0278,3.78737,0,0,0,1,120,255,1,0),(78101,180415,530,1,1,9633.78,-7466.77,16.8544,0.541051,0,0,0,1,120,255,1,0),(78102,180415,530,1,1,9654.68,-7494.92,20.2069,4.17134,0,0,0,1,120,255,1,0),(78103,180415,530,1,1,9642.69,-7487.41,14.0278,1.53589,0,0,0,1,120,255,1,0),(78104,180415,530,1,1,9708.02,-7495.3,20.2148,2.26892,0,0,0,1,120,255,1,0),(78105,180405,530,1,1,9677.4,-7499.98,15.7378,0.209439,0,0,0,1,120,255,1,0),(78106,180407,530,1,1,9687.48,-7494.58,15.7603,3.63029,0,0,0,1,120,255,1,0),(78107,180411,530,1,1,9694.27,-7498.09,19.9539,4.71239,0,0,0,1,120,255,1,0),(78108,180415,530,1,1,9714.89,-7495.47,20.2008,0.174532,0,0,0,1,120,255,1,0),(78109,180406,530,1,1,9689.19,-7499.7,15.7383,0.261798,0,0,0,1,120,255,1,0),(78110,180415,530,1,1,9705.34,-7495.15,20.2205,2.40855,0,0,0,1,120,255,1,0),(78111,180406,530,1,1,9679.8,-7494.52,15.7565,3.38594,0,0,0,1,120,255,1,0),(78112,180415,530,1,1,9646.64,-7482.6,14.0278,5.98648,0,0,0,1,120,255,1,0),(78113,180411,530,1,1,9672.33,-7497.91,19.9034,5.51524,0,0,0,1,120,255,1,0),(78114,180415,530,1,1,9619.05,-7454.83,14.0278,3.12412,0,0,0,1,120,255,1,0),(78115,180415,530,1,1,9711.27,-7495.46,20.2082,1.69297,0,0,0,1,120,255,1,0),(78116,180415,530,1,1,9658.17,-7494.94,20.2139,0.872664,0,0,0,1,120,255,1,0),(78117,180407,530,1,1,9697.96,-7500,15.7346,5.93412,0,0,0,1,120,255,1,0),(78118,180415,530,1,1,9661.19,-7494.83,20.2202,0.191985,0,0,0,1,120,255,1,0),(78119,180415,530,1,1,9614.42,-7458.69,14.0278,0.750491,0,0,0,1,120,255,1,0),(78120,180411,530,1,1,9683.25,-7498,21.7387,5.25344,0,0,0,1,120,255,1,0),(78121,180415,530,1,1,9612.6,-7464.16,14.0278,2.46091,0,0,0,1,120,255,1,0),(78122,180415,530,1,1,9624.6,-7474.98,14.0278,3.71755,0,0,0,1,120,255,1,0),(268690,193984,571,1,1,7609.86,2055.53,599.494,-2.86234,0,0,-0.990268,0.139173,300,0,1,0),(268689,193984,571,1,1,7647.42,2065.23,599.308,0.279252,0,0,0.139173,0.990268,300,0,1,0),(267674,185952,548,1,1,448.374,-544.713,-7.54634,4.71681,0,0,0.7,-0.7,300,0,1,0),(267748,185952,548,1,1,448.374,-544.713,-7.54634,4.71681,0,0,0.7,-0.7,300,0,1,0),(268688,193984,571,1,1,7647.47,2055.55,599.399,-0.279252,0,0,-0.139173,0.990268,300,0,1,0),(268069,185952,548,1,1,448.374,-544.713,-7.54634,4.71681,0,0,0.7,-0.7,300,0,1,0),(268437,181071,329,1,1,4044.34,-3334.22,115.06,2.74016,0,0,0,1,180,255,1,0),(268840,193696,571,1,1,7897.64,2071.74,600.272,2.60926,0,0,0.964786,0.263035,180,255,1,0),(268968,181371,0,1,1,-4699.79,-1222.77,501.659,-1.37881,0,0,0,0,300,0,1,0),(268969,181371,530,1,1,-1747.85,5326.29,-12.4281,-3.01942,0,0,0,0,300,0,1,0); /*!40000 ALTER TABLE `gameobject` ENABLE KEYS */; UNLOCK TABLES; @@ -2102,7 +2102,7 @@ INSERT INTO `item_template` VALUES (15084,4,2,-1,'Wicked Leather Bracers',25726, INSERT INTO `item_template` VALUES (19692,4,3,-1,'Bloodsoul Gauntlets',32164,3,0,0,1,83746,16749,10,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,7,17,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,443,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(19693,4,4,-1,'Darksoul Breastplate',32166,3,0,0,1,177452,35490,5,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,736,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,444,135,0,0,0,0,0,0,0,0,0,0,0,0,225,60,0,0,0,'',48,0,0,0,0,12340),(19694,4,4,-1,'Darksoul Leggings',32167,3,0,0,1,178141,35628,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,722,0,0,0,0,0,0,0,0,0,15465,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,444,100,0,0,0,0,0,0,0,0,0,0,0,0,225,130,0,0,0,'',48,0,0,0,0,12340),(19695,4,4,-1,'Darksoul Shoulders',32168,3,0,0,1,133867,26773,3,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,444,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(19696,0,5,-1,'Harvest Bread',21203,1,66,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24005,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340),(19697,4,0,-1,'Bounty of the Harvest',32171,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24006,0,0,0,43200000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19698,12,0,-1,'Zulian Coin',32301,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One of the lesser Paragons of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19699,12,0,-1,'Razzashi Coin',32279,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One of the lesser Paragons of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19700,12,0,-1,'Hakkari Coin',32278,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One of the lesser Paragons of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19701,12,0,-1,'Gurubashi Coin',32276,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One of the lesser Paragons of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19702,12,0,-1,'Vilebranch Coin',32282,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One of the lesser Paragons of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19703,12,0,-1,'Witherbark Coin',32283,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One of the lesser Paragons of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19704,12,0,-1,'Sandfury Coin',32280,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One of the lesser Paragons of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19705,12,0,-1,'Skullsplitter Coin',32281,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One of the lesser Paragons of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19706,12,0,-1,'Bloodscalp Coin',32277,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One of the lesser Paragons of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19707,12,0,-1,'Red Hakkari Bijou',32553,3,32832,0,1,0,0,0,-1,-1,61,58,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24377,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A significant Paragon of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19708,12,0,-1,'Blue Hakkari Bijou',32547,3,32832,0,1,0,0,0,-1,-1,61,58,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24377,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A significant Paragon of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19709,12,0,-1,'Yellow Hakkari Bijou',32555,3,32832,0,1,0,0,0,-1,-1,61,58,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24377,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A significant Paragon of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19710,12,0,-1,'Orange Hakkari Bijou',32551,3,32832,0,1,0,0,0,-1,-1,61,58,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24377,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A significant Paragon of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19711,12,0,-1,'Green Hakkari Bijou',32550,3,32832,0,1,0,0,0,-1,-1,61,58,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24377,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A significant Paragon of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19712,12,0,-1,'Purple Hakkari Bijou',32552,3,32832,0,1,0,0,0,-1,-1,61,58,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24377,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A significant Paragon of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19713,12,0,-1,'Bronze Hakkari Bijou',32548,3,32832,0,1,0,0,0,-1,-1,61,58,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24377,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A significant Paragon of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19714,12,0,-1,'Silver Hakkari Bijou',32554,3,32832,0,1,0,0,0,-1,-1,61,58,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24377,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A significant Paragon of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19715,12,0,-1,'Gold Hakkari Bijou',32549,3,32832,0,1,0,0,0,-1,-1,61,58,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24377,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A significant Paragon of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19716,12,0,-1,'Primal Hakkari Bindings',32252,4,0,0,1,0,0,0,134,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A legendary Paragon of Power from the old Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19717,12,0,-1,'Primal Hakkari Armsplint',32253,4,0,0,1,0,0,0,73,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A legendary Paragon of Power from the old Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19718,12,0,-1,'Primal Hakkari Stanchion',32254,4,0,0,1,0,0,0,1296,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A legendary Paragon of Power from the old Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19719,12,0,-1,'Primal Hakkari Girdle',32255,4,0,0,1,0,0,0,73,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A legendary Paragon of Power from the old Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19720,12,0,-1,'Primal Hakkari Sash',7046,4,0,0,1,0,0,0,1296,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A legendary Paragon of Power from the old Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19721,12,0,-1,'Primal Hakkari Shawl',32256,4,0,0,1,0,0,0,134,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A legendary Paragon of Power from the old Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19722,12,0,-1,'Primal Hakkari Tabard',32257,4,0,0,1,0,0,0,1090,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A legendary Paragon of Power from the old Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19723,12,0,-1,'Primal Hakkari Kossack',32258,4,0,0,1,0,0,0,385,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A legendary Paragon of Power from the old Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19724,12,0,-1,'Primal Hakkari Aegis',32259,4,0,0,1,0,0,0,28,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A legendary Paragon of Power from the old Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19725,12,0,-1,'Arathi Resource Crate',11449,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Proof of victory in Arathi Basin',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19726,7,9,-1,'Bloodvine',18087,2,0,0,1,2000,500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19727,7,9,-1,'Blood Scythe',32189,3,0,0,1,60000,15000,0,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Allows an Herbalist to collect Bloodvine from Zul\'Gurub Flora when carried.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34683,4,0,-1,'Sandals of Summer',48964,1,192,0,1,0,0,8,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,45416,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,785,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19764,9,2,-1,'Pattern: Bloodvine Vest',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,197,300,0,0,0,270,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24091,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Bloodvine Vest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19765,9,2,-1,'Pattern: Bloodvine Leggings',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,197,300,0,0,0,270,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24092,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Bloodvine Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19766,9,2,-1,'Pattern: Bloodvine Boots',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,197,300,0,0,0,270,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24093,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Bloodvine Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19767,7,6,-1,'Primal Bat Leather',26371,1,0,0,1,8000,2000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19768,7,6,-1,'Primal Tiger Leather',32230,1,0,0,1,8000,2000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19769,9,1,-1,'Pattern: Primal Batskin Jerkin',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,165,300,0,0,0,270,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24121,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Primal Batskin Jerkin.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19770,9,1,-1,'Pattern: Primal Batskin Gloves',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,165,300,0,0,0,270,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24122,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Primal Batskin Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19771,9,1,-1,'Pattern: Primal Batskin Bracers',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,165,300,0,0,0,270,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24123,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Primal Batskin Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19772,9,1,-1,'Pattern: Blood Tiger Breastplate',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,165,300,0,0,0,270,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24124,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Blood Tiger Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19773,9,1,-1,'Pattern: Blood Tiger Shoulders',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,165,300,0,0,0,270,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24125,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Blood Tiger Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19774,3,7,-1,'Souldarite',22652,2,0,0,1,20000,5000,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19775,15,0,-1,'Sealed Azure Bag',32231,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sealed tight.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19776,9,4,-1,'Plans: Bloodsoul Breastplate',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,164,300,0,0,0,270,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24136,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Bloodsoul Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19777,9,4,-1,'Plans: Bloodsoul Shoulders',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,164,300,0,0,0,270,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24137,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Bloodsoul Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19778,9,4,-1,'Plans: Bloodsoul Gauntlets',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,164,300,0,0,0,270,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24138,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Bloodsoul Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19779,9,4,-1,'Plans: Darksoul Breastplate',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,164,300,0,0,0,270,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24139,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Darksoul Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19780,9,4,-1,'Plans: Darksoul Leggings',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,164,300,0,0,0,270,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24140,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Darksoul Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19781,9,4,-1,'Plans: Darksoul Shoulders',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,164,300,0,0,0,270,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24141,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Darksoul Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19782,15,0,-1,'Presence of Might',32233,3,32832,0,1,0,0,0,1,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24149,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19783,15,0,-1,'Syncretist\'s Sigil',32234,3,32832,0,1,0,0,0,2,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24160,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19784,15,0,-1,'Death\'s Embrace',32235,3,32832,0,1,0,0,0,8,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24161,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19785,15,0,-1,'Falcon\'s Call',32242,3,32832,0,1,0,0,0,4,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24162,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19786,15,0,-1,'Vodouisant\'s Vigilant Embrace',32237,3,32832,0,1,0,0,0,64,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24163,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19787,15,0,-1,'Presence of Sight',32238,3,32832,0,1,0,0,0,128,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24164,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19788,15,0,-1,'Hoodoo Hex',32239,3,32832,0,1,0,0,0,256,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24165,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19789,15,0,-1,'Prophetic Aura',32240,3,32832,0,1,0,0,0,16,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24167,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19790,15,0,-1,'Animist\'s Caress',32241,3,32832,0,1,0,0,0,1024,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24168,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19802,12,0,-1,'Heart of Hakkar',32260,4,0,0,1,0,0,0,-1,-1,58,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8183,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19803,15,0,-1,'Brownell\'s Blue Striped Racer',24521,2,0,0,1,0,0,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Someone in Booty Bay might be interested.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19805,15,0,-1,'Keefer\'s Angelfish',18535,2,0,0,1,0,0,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Someone in Booty Bay might be interested.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19806,15,0,-1,'Dezian Queenfish',32261,2,0,0,1,0,0,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Someone in Booty Bay might be interested.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19807,12,0,-1,'Speckled Tastyfish',28622,1,65536,0,1,0,0,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,14400,0,0,'',0,0,0,0,1,12340),(19808,2,4,-1,'Rockhide Strongfish',32262,2,0,0,1,77783,15556,13,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,87,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340),(19812,4,0,-1,'Rune of the Dawn',20984,3,32768,0,1,0,0,12,-1,-1,61,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24198,1,0,0,-1,0,-1,17670,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19813,12,0,-1,'Punctured Voodoo Doll',2622,2,33792,0,1,0,0,0,1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24289,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The doll resembles a warrior.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19814,12,0,-1,'Punctured Voodoo Doll',2622,2,33792,0,1,0,0,0,8,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24281,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The doll resembles a rogue.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19815,12,0,-1,'Punctured Voodoo Doll',2622,2,33792,0,1,0,0,0,2,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24285,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The doll resembles a paladin.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19816,12,0,-1,'Punctured Voodoo Doll',2622,2,33792,0,1,0,0,0,4,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24280,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The doll resembles a hunter.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19817,12,0,-1,'Punctured Voodoo Doll',2622,2,33792,0,1,0,0,0,64,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24288,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The doll resembles a shaman.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19818,12,0,-1,'Punctured Voodoo Doll',2622,2,33792,0,1,0,0,0,128,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24282,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The doll resembles a mage.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19819,12,0,-1,'Punctured Voodoo Doll',2622,2,33792,0,1,0,0,0,256,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24290,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The doll resembles a warlock.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19820,12,0,-1,'Punctured Voodoo Doll',2622,2,33792,0,1,0,0,0,16,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24284,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The doll resembles a priest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19821,12,0,-1,'Punctured Voodoo Doll',2622,2,33792,0,1,0,0,0,1024,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24279,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The doll resembles a druid.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19822,4,4,-1,'Zandalar Vindicator\'s Breastplate',32415,4,32768,0,1,0,0,5,1,-1,65,0,0,0,0,0,0,0,0,1,1,0,3,4,23,7,24,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,0,0,0,0,7517,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,474,165,0,0,0,0,0,0,0,0,0,0,0,0,-1,90,0,0,0,'',0,0,0,0,0,12340),(19823,4,4,-1,'Zandalar Vindicator\'s Belt',32416,4,32768,0,1,0,0,6,1,-1,61,0,0,0,0,0,0,0,0,1,1,0,2,4,25,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,446,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,474,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19824,4,4,-1,'Zandalar Vindicator\'s Armguards',32417,4,32768,0,1,0,0,9,1,-1,61,0,0,0,0,0,0,0,0,1,1,0,3,4,13,7,13,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,474,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19825,4,4,-1,'Zandalar Freethinker\'s Breastplate',32263,4,32768,0,1,0,0,5,2,-1,65,0,0,0,0,0,0,0,0,1,1,0,4,4,19,7,26,5,16,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,842,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,475,165,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19826,4,4,-1,'Zandalar Freethinker\'s Belt',32264,4,32768,0,1,0,0,6,2,-1,61,0,0,0,0,0,0,0,0,1,1,0,4,4,16,5,12,7,16,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,446,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,475,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19827,4,4,-1,'Zandalar Freethinker\'s Armguards',32265,4,32768,0,1,0,0,9,2,-1,61,0,0,0,0,0,0,0,0,1,1,0,4,5,10,7,12,4,12,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,7679,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,475,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19828,4,3,-1,'Zandalar Augur\'s Hauberk',32748,4,32768,0,1,0,0,5,64,-1,65,0,0,0,0,0,0,0,0,1,1,0,2,7,19,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,476,140,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19829,4,3,-1,'Zandalar Augur\'s Belt',32750,4,32768,0,1,0,0,6,64,-1,61,0,0,0,0,0,0,0,0,1,1,0,2,5,21,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,476,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19830,4,3,-1,'Zandalar Augur\'s Bracers',32749,4,32768,0,1,0,0,9,64,-1,61,0,0,0,0,0,0,0,0,1,1,0,2,7,12,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,476,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19831,4,3,-1,'Zandalar Predator\'s Mantle',32270,4,32768,0,1,0,0,3,4,-1,68,0,0,0,0,0,0,0,0,1,1,0,3,3,15,7,15,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,0,0,0,0,0,0,0,0,0,21619,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,477,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19832,4,3,-1,'Zandalar Predator\'s Belt',32272,4,32768,0,1,0,0,6,4,-1,61,0,0,0,0,0,0,0,0,1,1,0,4,5,12,3,14,7,12,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,477,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19833,4,3,-1,'Zandalar Predator\'s Bracers',28806,4,32768,0,1,0,0,9,4,-1,61,0,0,0,0,0,0,0,0,1,1,0,2,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,21439,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,477,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19834,4,2,-1,'Zandalar Madcap\'s Tunic',32273,4,32768,0,1,0,0,5,8,-1,65,0,0,0,0,0,0,0,0,1,1,0,1,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,478,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19835,4,2,-1,'Zandalar Madcap\'s Mantle',32274,4,32768,0,1,0,0,3,8,-1,61,0,0,0,0,0,0,0,0,1,1,0,3,3,20,7,12,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,478,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19836,4,2,-1,'Zandalar Madcap\'s Bracers',32275,4,32768,0,1,0,0,9,8,-1,61,0,0,0,0,0,0,0,0,1,1,0,3,7,14,3,14,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,478,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19838,4,2,-1,'Zandalar Haruspex\'s Tunic',32285,4,32768,0,1,0,0,5,1024,-1,65,0,0,0,0,0,0,0,0,1,1,0,3,5,24,6,23,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,479,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,90,0,0,0,'',0,0,0,0,0,12340),(19839,4,2,-1,'Zandalar Haruspex\'s Belt',32286,4,32768,0,1,0,0,6,1024,-1,61,0,0,0,0,0,0,0,0,1,1,0,3,5,21,6,12,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,7681,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,479,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(19840,4,2,-1,'Zandalar Haruspex\'s Bracers',32287,4,32768,0,1,0,0,9,1024,-1,61,0,0,0,0,0,0,0,0,1,1,0,3,5,11,6,11,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,9314,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,479,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(19841,4,1,-1,'Zandalar Confessor\'s Mantle',32567,4,32768,0,1,0,0,3,16,-1,68,0,0,0,0,0,0,0,0,1,1,0,3,5,24,6,15,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,480,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19842,4,1,-1,'Zandalar Confessor\'s Bindings',32289,4,32768,0,1,0,0,6,16,-1,61,0,0,0,0,0,0,0,0,1,1,0,3,5,20,7,12,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,480,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19843,4,1,-1,'Zandalar Confessor\'s Wraps',32290,4,32768,0,1,0,0,9,16,-1,61,0,0,0,0,0,0,0,0,1,1,0,3,5,11,6,12,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,9314,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,480,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19845,4,1,-1,'Zandalar Illusionist\'s Mantle',32292,4,32768,0,1,0,0,3,128,-1,61,0,0,0,0,0,0,0,0,1,1,0,3,5,21,7,13,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,482,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19846,4,1,-1,'Zandalar Illusionist\'s Wraps',32290,4,32768,0,1,0,0,9,128,-1,61,0,0,0,0,0,0,0,0,1,1,0,3,5,11,7,11,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,482,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19848,4,1,-1,'Zandalar Demoniac\'s Wraps',32290,4,32768,0,1,0,0,9,256,-1,61,0,0,0,0,0,0,0,0,1,1,0,2,7,15,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,481,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19849,4,1,-1,'Zandalar Demoniac\'s Mantle',32566,4,32768,0,1,0,0,3,256,-1,61,0,0,0,0,0,0,0,0,1,1,0,2,7,23,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,481,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19850,12,0,-1,'Uther\'s Tribute',21586,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24194,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19851,12,0,-1,'Grom\'s Tribute',20342,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24195,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19852,2,0,-1,'Ancient Hakkari Manslayer',34718,4,0,0,1,369057,73811,13,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,130,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,24585,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(19853,2,3,-1,'Gurubashi Dwarf Destroyer',32577,4,0,0,1,277816,55563,26,-1,-1,68,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,174,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(19854,2,8,-1,'Zin\'rokh, Destroyer of Worlds',32603,4,0,0,1,464686,92937,17,-1,-1,68,60,0,0,0,0,0,0,0,1,1,0,1,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,295,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(19855,4,4,-1,'Bloodsoaked Legplates',32296,4,0,0,1,261179,52235,7,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,4,36,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,770,0,0,0,0,0,0,0,0,0,13390,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(19856,4,0,-1,'The Eye of Hakkar',32297,4,0,0,1,194513,48628,2,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(19857,4,1,-1,'Cloak of Consumption',32298,4,0,0,1,112752,22550,16,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(19858,12,0,-1,'Zandalar Honor Token',32300,2,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24226,0,-1,-1,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19859,2,15,-1,'Fang of the Faceless',32575,4,524288,0,1,378532,75706,13,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,123,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,7597,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(19861,2,19,-1,'Touch of Chaos',32595,4,0,0,1,285918,57183,26,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,160,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(19862,4,6,-1,'Aegis of the Blood God',32561,4,0,0,1,244856,48971,14,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2959,0,0,0,0,0,0,0,0,0,23562,1,0,0,-1,0,-1,13385,1,0,0,-1,0,-1,13675,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,61,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(19863,4,0,-1,'Primalist\'s Seal',32305,3,524288,0,1,245144,61286,11,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,12,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,465,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(19864,2,7,-1,'Bloodcaller',32314,4,0,0,1,385316,77063,21,-1,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,5,15,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,114,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-8.2,0,0,0,'',65,0,0,0,0,12340),(19865,2,7,-1,'Warblade of the Hakkari',32722,4,0,0,1,386644,77328,21,-1,-1,68,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,110,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,9335,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Forged in...',0,0,0,0,0,1,1,0,0,0,461,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(19866,2,7,-1,'Warblade of the Hakkari',32722,4,0,0,1,351800,70360,22,-1,-1,66,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,106,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The seething flames of hatred.',0,0,0,0,0,1,1,0,0,0,461,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(19867,2,7,-1,'Bloodlord\'s Defender',32581,4,0,0,1,353130,70626,13,-1,-1,66,60,0,0,0,0,0,0,0,1,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,119,0,0,0,0,80,0,0,0,0,0,0,1900,0,0,7517,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(19869,4,2,-1,'Blooddrenched Grips',32340,3,0,0,1,71004,14200,10,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,1,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(19870,4,1,-1,'Hakkari Loa Cloak',32320,3,0,0,1,85523,17104,16,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,6,8,5,6,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(19871,4,0,-1,'Talisman of Protection',32321,3,0,0,1,201151,50287,2,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13388,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(19872,15,5,-1,'Swift Razzashi Raptor',17494,4,0,0,1,0,0,0,-1,-1,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,24242,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon Bloodlord Mandokir\'s raptor. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19873,4,0,-1,'Overlord\'s Crimson Band',32323,3,524288,0,1,194642,48660,11,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,4,9,7,10,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(19874,2,6,-1,'Halberd of Smiting',32604,4,0,0,1,452959,90591,17,-1,-1,66,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,263,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,25669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(19875,4,3,-1,'Bloodstained Coif',32413,3,0,0,1,130661,26132,1,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,14,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,337,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(19876,4,0,-1,'Soul Corrupter\'s Necklace',32326,4,0,0,1,341245,85311,2,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,3,5,16,6,8,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(19877,4,2,-1,'Animist\'s Leggings',32405,3,0,0,1,146226,29245,7,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,6,18,5,18,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,70,0,0,0,'',50,0,0,0,0,12340),(19878,4,4,-1,'Bloodsoaked Pauldrons',32409,3,0,0,1,153801,30760,3,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,7,16,4,16,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,7516,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(19879,2,10,-1,'Alex\'s Test Beatdown Staff',32332,4,0,0,1,644009,128801,17,2047,-1,70,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24243,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',65,0,0,0,0,1),(19880,12,0,-1,'Gurubashi Head Collection',32333,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19881,12,0,-1,'Channeler\'s Head',18136,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19882,12,0,-1,'The Hexxer\'s Head',13061,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19883,12,0,-1,'Sacred Cord',25147,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24245,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19884,2,10,-1,'Jin\'do\'s Judgement',32613,4,0,0,1,436380,87276,17,-1,-1,66,60,0,0,0,0,0,0,0,0,1,0,2,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,227,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,23729,1,0,0,-1,0,-1,21641,1,0,0,-1,0,-1,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-6.5,0,0,0,'',65,0,0,0,0,12340),(19885,4,0,-1,'Jin\'do\'s Evil Eye',32335,4,0,0,1,176815,44203,2,-1,-1,66,60,0,0,0,0,0,0,0,1,1,0,3,5,11,6,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(19886,4,1,-1,'The Hexxer\'s Cover',32734,3,0,0,1,84249,16849,1,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(19887,4,3,-1,'Bloodstained Legplates',32337,3,0,0,1,169136,33827,7,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,3,24,7,15,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(19888,4,1,-1,'Overlord\'s Embrace',32339,3,0,0,1,84878,16975,16,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,13385,1,0,0,-1,0,-1,13674,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,90,0,0,0,'',50,0,0,0,0,12340),(19889,4,2,-1,'Blooddrenched Leggings',32772,3,0,0,1,141994,28398,7,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,3,35,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(19890,2,4,-1,'Jin\'do\'s Hexxer',32588,4,0,0,1,357047,71409,21,-1,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,5,9,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,134,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,18035,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-6.5,0,0,0,'',65,0,0,0,0,12340),(19891,4,0,-1,'Jin\'do\'s Bag of Whammies',32344,4,0,0,1,254512,63628,23,-1,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,5,11,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(19892,4,2,-1,'Animist\'s Boots',32406,3,0,0,1,107679,21535,8,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,6,14,5,14,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,50,0,0,0,'',50,0,0,0,0,12340),(19893,4,0,-1,'Zanzil\'s Seal',32347,3,524288,0,1,221421,55355,11,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,462,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(19894,4,4,-1,'Bloodsoaked Gauntlets',32348,3,0,0,1,101822,20364,10,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,4,17,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,460,0,0,0,0,0,0,0,0,0,13383,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(19895,4,1,-1,'Bloodtinged Kilt',32401,3,0,0,1,116120,23224,7,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,20,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(19896,2,13,-1,'Thekal\'s Grasp',32776,4,0,0,1,360249,72049,21,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,135,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,463,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(19897,4,1,-1,'Betrayer\'s Boots',32563,4,0,0,1,108468,21693,8,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,3,6,12,5,12,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(19898,4,0,-1,'Seal of Jin',32353,3,524288,0,1,220141,55035,11,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,466,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(19899,4,1,-1,'Ritualistic Legguards',32407,3,0,0,1,105386,21077,7,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,3,6,20,5,14,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(19900,2,1,-1,'Zulian Stone Axe',34507,3,0,0,1,330610,66122,17,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,1,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,197,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,15810,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Bears the mark of Jin.',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(19901,2,7,-1,'Zulian Slicer',32356,3,0,0,1,265511,53102,13,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,146,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,24251,2,0,1.2,-1,0,-1,9141,1,0,0,-1,0,-1,24591,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Also serves as a skinning knife.',0,0,0,0,0,1,3,0,0,0,0,90,0,0,8,166,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(19902,15,5,-1,'Swift Zulian Tiger',17607,4,64,0,1,0,0,0,-1,-1,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,24252,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon High Preist Thekal\'s tiger. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19903,2,15,-1,'Fang of Venoxis',32576,4,0,0,1,343255,68651,21,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,2,5,8,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,72,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,24595,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-6,0,0,0,'',65,0,0,0,0,12340),(19904,4,3,-1,'Runed Bloodstained Hauberk',32360,4,0,0,1,206740,41348,5,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,5,15,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(19905,4,0,-1,'Zanzil\'s Band',32347,3,524288,0,1,181012,45253,11,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,1,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,462,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(19906,4,2,-1,'Blooddrenched Footpads',32773,3,0,0,1,101474,20294,8,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,3,21,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(19907,4,1,-1,'Zulian Tigerhide Cloak',32371,3,0,0,1,81478,16295,16,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,3,13,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(19908,2,4,-1,'Sceptre of Smiting',32600,3,524288,0,1,262337,52467,13,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,37,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,145,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,24254,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(19909,2,10,-1,'Will of Arlokk',32612,4,0,0,1,438869,87773,17,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,3,6,35,5,19,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,204,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-6,0,0,0,'',65,0,0,0,0,12340),(19910,2,13,-1,'Arlokk\'s Grasp',32615,4,0,0,1,352373,70474,22,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,84,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,18205,2,0,3.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,463,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-5,0,0,0,'',65,0,0,0,0,12340),(19911,15,0,-1,'Whipweed Heart',32376,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(19912,4,0,-1,'Overlord\'s Onyx Band',32323,3,524288,0,1,174192,43548,11,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13675,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(19913,4,4,-1,'Bloodsoaked Greaves',32379,3,0,0,1,145517,29103,8,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,7,25,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,486,0,0,0,0,0,0,0,0,0,7518,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(19914,1,0,-1,'Panther Hide Sack',21586,3,524288,0,1,35000,8750,18,-1,-1,55,0,0,0,0,0,0,0,0,0,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19915,4,6,-1,'Zulian Defender',32560,3,0,0,1,183713,36742,14,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,3,7,15,5,9,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2312,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,43,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(19918,2,5,-1,'Jeklik\'s Crusher',32782,4,0,0,1,465256,93051,17,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,248,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,24257,2,0,3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-5,0,0,0,'',65,0,0,0,0,12340),(19919,4,3,-1,'Bloodstained Greaves',32389,3,0,0,1,119073,23814,8,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,3,3,21,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(19920,4,0,-1,'Primalist\'s Band',32305,3,524288,0,1,224151,56037,11,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,5,10,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,465,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(19921,2,0,-1,'Zulian Hacker',26535,3,0,0,1,255472,51094,13,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,37,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,134,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,4990,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(19922,4,0,-1,'Arlokk\'s Hoodoo Stick',32784,3,0,0,1,254621,63655,23,-1,-1,68,60,0,0,0,0,0,0,0,1,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(19923,4,0,-1,'Jeklik\'s Opaline Talisman',32395,3,0,0,1,176121,44030,2,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(19925,4,0,-1,'Band of Jin',32353,3,524288,0,1,174541,43635,11,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,3,14,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,466,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(19927,2,19,-1,'Mar\'li\'s Touch',32582,4,0,0,1,261326,52265,26,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,3,5,11,6,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,170,3,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(19928,4,2,-1,'Animist\'s Spaulders',32404,3,0,0,1,102221,20444,3,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,3,5,18,6,12,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,60,0,0,0,'',49,0,0,0,0,12340),(19929,4,1,-1,'Bloodtinged Gloves',32410,3,0,0,1,56780,11356,10,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,6,10,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(19930,4,0,-1,'Mar\'li\'s Eye',32745,3,0,0,1,295411,73852,12,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24268,0,0,0,180000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(19931,12,0,-1,'Gurubashi Mojo Madness',9731,3,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24264,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19933,15,0,-1,'Glowing Scorpid Blood',33178,1,0,0,1,8320,2080,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19934,15,0,-1,'Large Scorpid Claw',6651,0,0,0,1,5600,1400,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19935,15,0,-1,'Empty Venom Sac',21365,0,0,0,1,3320,830,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19936,15,0,-1,'Dried Scorpid Carapace',21365,0,0,0,1,3320,830,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19937,15,0,-1,'Small Scorpid Claw',6651,0,0,0,1,3120,780,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19938,15,0,-1,'Heavy Scorpid Leg',1438,0,0,0,1,2320,580,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19939,12,0,-1,'Gri\'lek\'s Blood',26865,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Iron Blood of Gri\'lek.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19940,12,0,-1,'Renataki\'s Tooth',32425,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Razor Sharp Tooth of Renataki.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19941,12,0,-1,'Wushoolay\'s Mane',30532,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Wushoolay\'s Unkempt Mane.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19942,12,0,-1,'Hazza\'rah\'s Dream Thread',32426,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19943,7,11,-1,'Massive Mojo',32427,1,0,0,1,8000,2000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'More Mojo than any one troll should have.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19944,2,10,-1,'Nat Pagle\'s Fish Terminator',32450,4,0,0,1,430576,86115,17,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,2,4,41,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,258,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The inscription reads: Fishin\'s fer sissies -Nat Pagle',0,0,0,0,0,2,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(19945,4,2,-1,'Foror\'s Eyepatch',21701,4,0,0,1,129665,25933,1,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,1,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(19946,2,6,-1,'Tigule\'s Harpoon',32430,3,0,0,1,338145,67629,17,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,232,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,15465,1,0,0,-1,0,-1,18207,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(19947,4,0,-1,'Nat Pagle\'s Broken Reel',20625,3,0,0,1,346112,86528,12,-1,-1,68,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24610,0,0,0,75000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The inscription reads: Fer really long castin\'.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(19948,4,0,-1,'Zandalarian Hero Badge',32431,4,0,0,1,445213,111303,12,-1,-1,68,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24574,0,0,0,120000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(19949,4,0,-1,'Zandalarian Hero Medallion',32431,4,0,0,1,445213,111303,12,-1,-1,68,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24661,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(19950,4,0,-1,'Zandalarian Hero Charm',32431,4,0,0,1,445213,111303,12,-1,-1,68,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24658,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(19951,4,0,-1,'Gri\'lek\'s Charm of Might',32326,4,0,0,1,0,0,12,1,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24571,0,0,0,180000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,474,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19952,4,0,-1,'Gri\'lek\'s Charm of Valor',32326,4,0,0,1,0,0,12,2,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24498,0,0,0,180000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19953,4,0,-1,'Renataki\'s Charm of Beasts',32326,4,0,0,1,0,0,12,4,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24531,0,0,0,180000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19954,4,0,-1,'Renataki\'s Charm of Trickery',32326,4,0,0,1,0,0,12,8,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24532,0,0,0,180000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,478,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19955,4,0,-1,'Wushoolay\'s Charm of Nature',32326,4,0,0,1,0,0,12,1024,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24542,0,0,0,180000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,479,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19956,4,0,-1,'Wushoolay\'s Charm of Spirits',32326,4,0,0,1,0,0,12,64,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24499,0,0,0,180000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,476,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19957,4,0,-1,'Hazza\'rah\'s Charm of Destruction',32326,4,0,0,1,0,0,12,256,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24543,0,0,0,180000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,481,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19958,4,0,-1,'Hazza\'rah\'s Charm of Healing',32326,4,0,0,1,0,0,12,16,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24546,0,0,0,180000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19959,4,0,-1,'Hazza\'rah\'s Charm of Magic',32326,4,0,0,1,0,0,12,128,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24544,0,0,0,180000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,482,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19960,12,0,-1,'Crystalized Honey',32432,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The crown jewel of killer bees.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19961,2,4,-1,'Gri\'lek\'s Grinder',32780,3,0,0,1,265400,53080,13,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,140,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,24291,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(19962,2,1,-1,'Gri\'lek\'s Carver',36762,3,0,0,1,333029,66605,17,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,274,0,0,0,0,0,0,0,0,0,0,0,3900,0,0,24292,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(19963,2,6,-1,'Pitchfork of Madness',32446,3,0,0,1,343433,68686,17,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,246,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,14098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(19964,2,7,-1,'Renataki\'s Soul Conduit',32438,3,0,0,1,275770,55154,21,-1,-1,68,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,115,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,9345,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,-4,0,0,0,'',49,0,0,0,0,12340),(19965,2,15,-1,'Wushoolay\'s Poker',32439,3,0,0,1,276793,55358,21,-1,-1,68,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,88,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,9317,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,-4,0,0,0,'',49,0,0,0,0,12340),(19967,2,19,-1,'Thoughtblighter',32584,3,0,0,1,209108,41821,26,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(19968,2,7,-1,'Fiery Retributer',32443,3,0,0,1,279834,55966,13,-1,-1,68,60,0,0,0,0,0,0,0,1,1,0,1,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,105,0,0,0,0,60,0,0,0,0,0,0,1800,0,0,13383,1,0,0,-1,0,-1,7711,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(19969,4,1,-1,'Nat Pagle\'s Extreme Anglin\' Boots',32449,2,0,0,1,16801,3360,8,-1,-1,40,35,356,1,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,7823,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(19970,2,20,-1,'Arcanite Fishing Pole',20619,3,0,0,1,10878,2175,17,-1,-1,20,0,356,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,63,0,0,0,0,0,0,0,0,0,0,0,3000,0,3,24301,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It looks like Nat Pagle himself used this.',0,0,0,0,0,1,1,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340),(19971,0,6,-1,'High Test Eternium Fishing Line',32452,2,64,0,1,8000,2000,0,-1,-1,45,0,356,150,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24302,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19972,4,1,-1,'Lucky Fishing Hat',16548,2,0,0,1,16983,3396,1,-1,-1,40,0,356,1,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,7823,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(19973,12,0,-1,'Nat\'s Measuring Tape',11926,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19974,12,0,-1,'Mudskunk Lure',17288,1,1088,0,1,10000,2500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24325,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19975,12,0,-1,'Zulian Mudskunk',4810,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19978,15,0,-1,'Fishing Tournament!',7695,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',2786,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19979,4,0,-1,'Hook of the Master Angler',8233,3,64,0,1,100000,25000,12,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24347,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(19982,4,1,-1,'Duskbat Drape',32503,3,0,0,1,47222,9444,16,1535,-1,52,0,0,0,0,0,0,0,0,0,1,0,2,3,14,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(19984,4,2,-1,'Ebon Mask',43777,3,0,0,1,59469,11893,1,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(19990,4,0,-1,'Blessed Prayer Beads',9657,3,0,0,1,100000,25000,12,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24354,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A friend in need is a friend without beads.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(19991,4,0,-1,'Devilsaur Eye',1504,3,0,0,1,40000,10000,12,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24352,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(19992,4,0,-1,'Devilsaur Tooth',13806,3,0,0,1,40000,10000,12,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,1,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50708,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(19993,2,2,-1,'Hoodoo Hunting Bow',32571,3,0,0,1,213650,42730,15,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,3,10,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,160,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(19994,0,5,-1,'Harvest Fruit',24568,1,64,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24005,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340),(19995,0,5,-1,'Harvest Boar',31516,1,64,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24005,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(19996,0,5,-1,'Harvest Fish',32521,1,64,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24005,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(19997,0,0,-1,'Harvest Nectar',18099,1,64,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24355,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(19998,4,2,-1,'Bloodvine Lens',32536,3,0,0,1,97288,19457,1,-1,-1,65,60,202,300,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,23217,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,128,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(19999,4,1,-1,'Bloodvine Goggles',26614,3,0,0,1,78126,15625,1,-1,-1,65,60,202,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,23729,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,128,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20000,9,3,-1,'Schematic: Bloodvine Goggles',1325,1,64,0,1,120000,30000,0,-1,-1,65,0,202,300,0,0,0,270,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24356,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Bloodvine Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20001,9,3,-1,'Schematic: Bloodvine Lens',1325,1,64,0,1,50000,12500,0,-1,-1,65,0,202,300,0,0,0,270,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24357,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Bloodvine Lens.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20002,0,1,-1,'Greater Dreamless Sleep Potion',17403,1,64,0,1,4000,1000,0,-1,-1,60,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24360,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20004,0,2,-1,'Mighty Troll\'s Blood Elixir',29353,1,0,0,1,4000,1000,0,-1,-1,58,53,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24361,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20006,4,0,-1,'Circle of Hope',32678,3,0,0,1,33500,8375,11,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,1,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Forged from pure light.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(20007,0,2,-1,'Mageblood Elixir',32543,1,0,0,1,4000,1000,0,-1,-1,50,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24363,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20008,0,1,-1,'Living Action Potion',3663,1,0,0,1,2400,600,0,-1,-1,57,47,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24364,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20009,12,0,-1,'For the Light!',1103,1,16384,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'by Jennre Loresinger... dedicated to Uther Lightbringer',2787,7,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20010,12,0,-1,'The Horde\'s Hellscream',1246,1,16384,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'by Tolven Warsong... dedicated to Grom Hellscream',2790,1,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20011,9,6,-1,'Recipe: Mageblood Elixir',1301,1,64,0,1,50000,12500,0,-1,-1,55,0,171,275,0,0,0,270,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24365,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Mageblood Elixir.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20012,9,6,-1,'Recipe: Greater Dreamless Sleep Potion',1301,1,64,0,1,50000,12500,0,-1,-1,55,0,171,275,0,0,0,270,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24366,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Greater Dreamless Sleep Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20013,9,6,-1,'Recipe: Living Action Potion',1301,1,64,0,1,50000,12500,0,-1,-1,57,0,171,285,0,0,0,270,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24367,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Living Action Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20014,9,6,-1,'Recipe: Mighty Troll\'s Blood Elixir',1301,1,64,0,1,50000,12500,0,-1,-1,58,0,171,290,0,0,0,270,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24368,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Mighty Troll\'s Blood Elixir.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20015,15,0,-1,'Elder Raptor Feathers',19567,0,0,0,1,6632,1658,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20016,15,0,-1,'Trophy Raptor Skull',4807,0,0,0,1,14540,3635,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20017,15,0,-1,'Perfect Courser Antler',8232,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20018,12,0,-1,'Angerclaw Grizzly Hide',7169,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20019,15,0,-1,'Tooth of Morphaz',959,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20021,12,0,-1,'Gold Pirate Earring',9849,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20022,15,0,-1,'Azure Key',13885,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20023,12,0,-1,'Encoded Fragment',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The text is written in an arcane language.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20025,12,0,-1,'Blood of Morphaz',292,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20027,12,0,-1,'Healthy Courser Gland',1438,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20028,12,0,-1,'Glittering Dust',7414,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20029,12,0,-1,'Enchanted Coral',32557,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20030,15,0,-1,'Pet Rock',4772,0,0,0,1,6321,1580,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It looks happy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20031,0,5,-1,'Essence Mango',22979,1,0,0,1,0,0,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24384,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20032,4,1,-1,'Flowing Ritual Robes',12675,4,0,0,1,135201,27040,20,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,3,6,24,5,23,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20033,4,1,-1,'Zandalar Demoniac\'s Robe',32564,4,32768,0,1,0,0,20,256,-1,65,0,0,0,0,0,0,0,0,1,1,0,1,7,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,481,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20034,4,1,-1,'Zandalar Illusionist\'s Robe',32565,4,32768,0,1,0,0,20,128,-1,65,0,0,0,0,0,0,0,0,1,1,0,2,5,24,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,482,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20035,2,15,-1,'Glacial Spike',32592,3,0,0,1,153257,30651,13,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,1,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,59,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,24392,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Diabolical runes adorn the blade.',0,0,0,0,0,-1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(20036,4,0,-1,'Fire Ruby',7122,3,0,0,1,11002,2750,12,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24389,0,0,0,180000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Unpredictability leads to both victory and death.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(20037,4,0,-1,'Arcane Crystal Pendant',18707,3,0,0,1,60012,15003,2,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Arcane crystals are best utilized for the purposes of a mage.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(20038,2,2,-1,'Mandokir\'s Sting',32570,4,0,0,1,262745,52549,15,-1,-1,66,60,0,0,0,0,0,0,0,0,1,0,2,3,11,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,157,0,0,0,0,0,0,0,0,0,0,0,2600,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20039,4,4,-1,'Dark Iron Boots',42672,4,0,0,1,193772,38754,8,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,741,0,28,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,866,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,120,0,0,0,'',65,0,0,0,0,12340),(20040,9,4,-1,'Plans: Dark Iron Boots',1301,1,64,0,1,80000,20000,0,-1,-1,70,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24399,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Dark Iron Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20041,4,4,-1,'Highlander\'s Plate Girdle',32644,3,36864,2,1,0,0,6,3,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,4,17,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,467,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20042,4,4,-1,'Highlander\'s Lamellar Girdle',32644,3,36864,2,1,0,0,6,2,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,4,15,7,6,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,468,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20043,4,3,-1,'Highlander\'s Chain Girdle',34241,3,36864,2,1,0,0,6,68,32767,63,58,0,0,0,0,0,0,0,1,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,469,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20045,4,2,-1,'Highlander\'s Leather Girdle',34244,3,36864,2,1,0,0,6,1032,-1,63,58,0,0,0,0,0,0,0,1,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,471,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(20046,4,2,-1,'Highlander\'s Lizardhide Girdle',34244,3,36864,2,1,0,0,6,1032,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,7,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,472,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(20047,4,1,-1,'Highlander\'s Cloth Girdle',34244,3,36864,2,1,0,0,6,400,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,7,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,473,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,100,0,0,0,'',0,0,0,0,0,12340),(20048,4,4,-1,'Highlander\'s Plate Greaves',32822,3,36864,2,1,0,0,8,3,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,4,14,7,12,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,452,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,467,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20049,4,4,-1,'Highlander\'s Lamellar Greaves',32822,3,36864,2,1,0,0,8,2,-1,63,58,0,0,0,0,0,0,0,1,1,0,4,4,14,7,8,3,12,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,452,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,468,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20050,4,3,-1,'Highlander\'s Chain Greaves',34242,3,36864,2,1,0,0,8,68,32767,63,58,0,0,0,0,0,0,0,1,1,0,3,7,16,3,10,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,469,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20052,4,2,-1,'Highlander\'s Leather Boots',34247,3,36864,2,1,0,0,8,1032,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,16,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,471,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(20053,4,2,-1,'Highlander\'s Lizardhide Boots',34248,3,36864,2,1,0,0,8,1032,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,16,3,8,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,472,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(20054,4,1,-1,'Highlander\'s Cloth Boots',34240,3,36864,2,1,0,0,8,400,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,16,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,473,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,100,0,0,0,'',0,0,0,0,0,12340),(20055,4,3,-1,'Highlander\'s Chain Pauldrons',34243,4,36864,2,1,0,0,3,68,32767,65,60,0,0,0,0,0,0,0,1,1,0,3,3,14,7,18,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,469,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20057,4,4,-1,'Highlander\'s Plate Spaulders',34245,4,36864,2,1,0,0,3,3,-1,65,60,0,0,0,0,0,0,0,1,1,0,3,4,18,7,20,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,467,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20058,4,4,-1,'Highlander\'s Lamellar Spaulders',34245,4,36864,2,1,0,0,3,2,-1,65,60,0,0,0,0,0,0,0,1,1,0,4,4,18,7,15,3,17,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,468,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20059,4,2,-1,'Highlander\'s Leather Shoulders',18971,4,36864,2,1,0,0,3,1032,-1,65,60,0,0,0,0,0,0,0,1,1,0,2,7,17,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,471,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,110,0,0,0,'',0,0,0,0,0,12340),(20060,4,2,-1,'Highlander\'s Lizardhide Shoulders',18971,4,36864,2,1,0,0,3,1032,-1,65,60,0,0,0,0,0,0,0,1,1,0,3,7,17,3,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,472,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,110,0,0,0,'',0,0,0,0,0,12340),(20061,4,1,-1,'Highlander\'s Epaulets',32740,4,36864,2,1,0,0,3,400,-1,65,60,0,0,0,0,0,0,0,1,1,0,2,7,18,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,473,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,110,0,0,0,'',0,0,0,0,0,12340),(20062,0,0,-1,'Arathi Basin Enriched Ration',21203,1,0,0,5,2000,100,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24411,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20063,0,0,-1,'Arathi Basin Field Ration',6413,1,0,0,5,1000,50,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24409,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20064,0,0,-1,'Arathi Basin Iron Ration',6344,1,0,0,5,1500,75,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24410,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20065,0,7,-1,'Arathi Basin Mageweave Bandage',17458,1,64,0,5,1500,75,0,-1,-1,45,35,129,175,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24413,0,-1,0,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20066,0,7,-1,'Arathi Basin Runecloth Bandage',25147,1,64,0,1,2000,100,0,-1,-1,55,45,129,225,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24414,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20067,0,7,-1,'Arathi Basin Silk Bandage',11926,1,64,0,5,1000,50,0,-1,-1,35,25,129,125,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24412,0,-1,0,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20068,4,1,-1,'Deathguard\'s Cloak',23140,4,36864,1,1,0,0,16,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,7,11,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20069,2,10,-1,'Ironbark Staff',32677,4,36864,2,1,0,0,17,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,5,10,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,243,0,0,0,0,100,0,0,0,0,0,0,3400,0,0,18382,1,0,0,-1,0,-1,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-5.7,0,0,0,'',0,0,0,0,0,12340),(20070,2,15,-1,'Sageclaw',32648,4,36864,2,1,0,0,21,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,95,0,0,0,0,40,0,0,0,0,0,0,1700,0,0,14798,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,-5.7,0,0,0,'',0,0,0,0,0,12340),(20071,4,0,-1,'Talisman of Arathor',6502,3,36864,2,1,0,0,12,-1,-1,63,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23991,0,0,0,180000,1155,180000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20072,4,0,-1,'Defiler\'s Talisman',6502,3,36864,1,1,0,0,12,-1,-1,63,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23991,0,0,0,180000,1155,180000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20073,4,1,-1,'Cloak of the Honor Guard',23140,4,36864,2,1,0,0,16,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,7,11,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20074,0,5,-1,'Heavy Crocolisk Stew',32650,1,0,0,1,1200,300,0,-1,-1,30,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5007,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(20075,9,5,-1,'Recipe: Heavy Crocolisk Stew',1102,1,64,0,1,2000,500,0,-1,-1,30,0,185,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,24418,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Heavy Crocilisk Stew.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20076,12,0,-1,'Zandalar Signet of Mojo',32657,3,64,0,1,0,0,0,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24421,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20077,12,0,-1,'Zandalar Signet of Might',32656,3,64,0,1,0,0,0,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24422,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20078,12,0,-1,'Zandalar Signet of Serenity',32658,3,64,0,1,0,0,0,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24420,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20079,0,0,-1,'Spirit of Zanza',17896,2,0,0,1,0,0,0,-1,-1,65,55,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24382,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Blessed with the mojo of Zanza!',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20080,0,0,-1,'Sheen of Zanza',24211,2,0,0,1,0,0,0,-1,-1,65,55,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24417,0,-1,-1,120000,79,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Blessed with the mojo of Zanza!',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20081,0,0,-1,'Swiftness of Zanza',24156,2,0,0,1,0,0,0,-1,-1,65,55,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24383,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Blessed with the mojo of Zanza!',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20082,2,19,-1,'Woestave',32685,3,0,0,1,121145,24229,26,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,127,5,0,0,0,0,0,0,0,0,0,0,1900,0,100,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Woe to those who oppose.',0,0,0,0,0,-1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(20083,2,6,-1,'Hunting Spear',32717,3,0,0,1,202624,40524,17,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,168,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,7597,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(20085,15,0,-1,'Arcane Shard',35016,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20086,15,0,-1,'Broken Dusksteel Throwing Knife',32693,2,0,0,200,1200,1,0,-1,-1,52,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,7,5,0,0,0,0,0,0,0,1800,4,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20087,15,0,-1,'Wavethrasher Scales',32691,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20088,4,3,-1,'Highlander\'s Chain Girdle',34241,3,36864,2,1,0,0,6,68,32767,53,48,0,0,0,0,0,0,0,1,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20089,4,3,-1,'Highlander\'s Chain Girdle',34241,3,36864,2,1,0,0,6,68,32767,43,40,0,0,0,0,0,0,0,1,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20090,4,2,-1,'Highlander\'s Padded Girdle',34392,3,36864,2,1,0,0,6,68,32767,33,28,0,0,0,0,0,0,0,1,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20091,4,3,-1,'Highlander\'s Chain Greaves',34242,3,36864,2,1,0,0,8,68,32767,53,48,0,0,0,0,0,0,0,1,1,0,3,7,13,3,8,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20092,4,3,-1,'Highlander\'s Chain Greaves',34242,3,36864,2,1,0,0,8,68,32767,43,40,0,0,0,0,0,0,0,1,1,0,3,7,10,3,7,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20093,4,2,-1,'Highlander\'s Padded Greaves',34393,3,36864,2,1,0,0,8,68,32767,33,28,0,0,0,0,0,0,0,1,1,0,2,7,8,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20094,4,1,-1,'Highlander\'s Cloth Boots',34240,3,36864,2,1,0,0,8,400,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,7,13,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,80,0,0,0,'',0,0,0,0,0,12340),(20095,4,1,-1,'Highlander\'s Cloth Boots',34240,3,36864,2,1,0,0,8,400,-1,43,38,0,0,0,0,0,0,0,1,1,0,2,7,10,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(20096,4,1,-1,'Highlander\'s Cloth Boots',34240,3,36864,2,1,0,0,8,400,-1,33,28,0,0,0,0,0,0,0,1,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340),(20097,4,1,-1,'Highlander\'s Cloth Girdle',34244,3,36864,2,1,0,0,6,400,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,7,6,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(20098,4,1,-1,'Highlander\'s Cloth Girdle',34244,3,36864,2,1,0,0,6,400,-1,43,38,0,0,0,0,0,0,0,1,1,0,2,7,4,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(20099,4,1,-1,'Highlander\'s Cloth Girdle',34244,3,36864,2,1,0,0,6,400,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,7,4,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(20100,4,2,-1,'Highlander\'s Lizardhide Boots',34248,3,36864,2,1,0,0,8,1032,-1,53,48,0,0,0,0,0,0,0,1,1,0,3,7,13,3,8,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(20101,4,2,-1,'Highlander\'s Lizardhide Boots',34248,3,36864,2,1,0,0,8,1032,-1,43,38,0,0,0,0,0,0,0,1,1,0,3,7,10,3,6,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9138,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(20102,4,2,-1,'Highlander\'s Lizardhide Boots',34248,3,36864,2,1,0,0,8,1032,-1,33,28,0,0,0,0,0,0,0,1,1,0,3,7,8,3,5,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(20103,4,2,-1,'Highlander\'s Lizardhide Girdle',34244,3,36864,2,1,0,0,6,1032,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,7,6,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340),(20104,4,2,-1,'Highlander\'s Lizardhide Girdle',34244,3,36864,2,1,0,0,6,1032,-1,43,38,0,0,0,0,0,0,0,1,1,0,2,7,4,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(20105,4,2,-1,'Highlander\'s Lizardhide Girdle',34244,3,36864,2,1,0,0,6,1032,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,7,4,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(20106,4,4,-1,'Highlander\'s Lamellar Girdle',32644,3,36864,2,1,0,0,6,2,-1,53,48,0,0,0,0,0,0,0,1,1,0,3,4,11,7,4,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,313,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20107,4,4,-1,'Highlander\'s Lamellar Girdle',32644,3,36864,2,1,0,0,6,2,-1,43,40,0,0,0,0,0,0,0,1,1,0,3,4,12,7,6,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20108,4,3,-1,'Highlander\'s Lamellar Girdle',32644,3,36864,2,1,0,0,6,2,-1,33,28,0,0,0,0,0,0,0,1,1,0,3,4,11,7,4,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20109,4,4,-1,'Highlander\'s Lamellar Greaves',32822,3,36864,2,1,0,0,8,2,-1,53,48,0,0,0,0,0,0,0,1,1,0,4,4,11,7,7,3,10,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,383,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20110,4,4,-1,'Highlander\'s Lamellar Greaves',32822,3,36864,2,1,0,0,8,2,-1,43,40,0,0,0,0,0,0,0,1,1,0,4,4,8,7,6,3,8,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20111,4,3,-1,'Highlander\'s Lamellar Greaves',32822,3,36864,2,1,0,0,8,2,-1,33,28,0,0,0,0,0,0,0,1,1,0,4,4,6,7,4,3,6,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20112,4,2,-1,'Highlander\'s Leather Boots',34247,3,36864,2,1,0,0,8,1032,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,7,13,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(20113,4,2,-1,'Highlander\'s Leather Boots',34247,3,36864,2,1,0,0,8,1032,-1,43,38,0,0,0,0,0,0,0,1,1,0,2,7,10,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9138,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(20114,4,2,-1,'Highlander\'s Leather Boots',34247,3,36864,2,1,0,0,8,1032,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,7,8,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(20115,4,2,-1,'Highlander\'s Leather Girdle',34244,3,36864,2,1,0,0,6,1032,-1,53,48,0,0,0,0,0,0,0,1,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340),(20116,4,2,-1,'Highlander\'s Leather Girdle',34244,3,36864,2,1,0,0,6,1032,-1,43,38,0,0,0,0,0,0,0,1,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(20117,4,2,-1,'Highlander\'s Leather Girdle',34244,3,36864,2,1,0,0,6,1032,-1,33,28,0,0,0,0,0,0,0,1,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(20124,4,4,-1,'Highlander\'s Plate Girdle',32644,3,36864,2,1,0,0,6,3,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,4,10,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,313,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20125,4,4,-1,'Highlander\'s Plate Girdle',32644,3,36864,2,1,0,0,6,3,-1,43,40,0,0,0,0,0,0,0,1,1,0,2,4,15,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20126,4,3,-1,'Highlander\'s Mail Girdle',34394,3,36864,2,1,0,0,6,3,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,4,12,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20127,4,4,-1,'Highlander\'s Plate Greaves',32822,3,36864,2,1,0,0,8,3,-1,53,48,0,0,0,0,0,0,0,1,1,0,3,4,11,7,10,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,383,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20128,4,4,-1,'Highlander\'s Plate Greaves',32822,3,36864,2,1,0,0,8,3,-1,43,40,0,0,0,0,0,0,0,1,1,0,3,4,8,7,8,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20129,4,3,-1,'Highlander\'s Mail Greaves',34395,3,36864,2,1,0,0,8,3,-1,33,28,0,0,0,0,0,0,0,1,1,0,3,4,6,7,6,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20130,4,0,-1,'Diamond Flask',18059,3,0,0,1,40000,10000,12,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24427,0,0,0,360000,1141,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Served on the rocks.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(20131,4,0,-1,'Battle Tabard of the Defilers',32694,1,4096,1,1,0,0,19,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20132,4,0,-1,'Arathor Battle Tabard',32695,1,4096,2,1,0,0,19,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20134,4,3,-1,'Skyfury Helm',32735,4,0,0,1,151234,30246,1,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,4,7,14,4,13,6,12,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20150,4,3,-1,'Defiler\'s Chain Girdle',34241,3,36864,1,1,0,0,6,68,-1,63,58,0,0,0,0,0,0,0,1,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,483,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20151,4,3,-1,'Defiler\'s Chain Girdle',34241,3,36864,1,1,0,0,6,68,-1,53,48,0,0,0,0,0,0,0,1,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20152,4,2,-1,'Defiler\'s Chain Girdle',34392,3,36864,1,1,0,0,6,68,-1,33,28,0,0,0,0,0,0,0,1,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20153,4,3,-1,'Defiler\'s Chain Girdle',34241,3,36864,1,1,0,0,6,68,-1,43,40,0,0,0,0,0,0,0,1,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20154,4,3,-1,'Defiler\'s Chain Greaves',34242,3,36864,1,1,0,0,8,68,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,16,3,10,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,483,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20155,4,3,-1,'Defiler\'s Chain Greaves',34242,3,36864,1,1,0,0,8,68,-1,53,48,0,0,0,0,0,0,0,1,1,0,3,7,13,3,8,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20156,4,3,-1,'Defiler\'s Chain Greaves',34242,3,36864,1,1,0,0,8,68,-1,43,40,0,0,0,0,0,0,0,1,1,0,3,7,10,3,7,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20157,4,2,-1,'Defiler\'s Chain Greaves',34393,3,36864,1,1,0,0,8,68,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,7,8,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20158,4,3,-1,'Defiler\'s Chain Pauldrons',34243,4,36864,1,1,0,0,3,68,-1,65,60,0,0,0,0,0,0,0,1,1,0,3,3,14,7,18,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,483,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20159,4,1,-1,'Defiler\'s Cloth Boots',34240,3,36864,1,1,0,0,8,400,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,16,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,485,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,100,0,0,0,'',0,0,0,0,0,12340),(20160,4,1,-1,'Defiler\'s Cloth Boots',34240,3,36864,1,1,0,0,8,400,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,7,13,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,80,0,0,0,'',0,0,0,0,0,12340),(20161,4,1,-1,'Defiler\'s Cloth Boots',34240,3,36864,1,1,0,0,8,400,-1,43,38,0,0,0,0,0,0,0,1,1,0,2,7,10,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(20162,4,1,-1,'Defiler\'s Cloth Boots',34240,3,36864,1,1,0,0,8,400,-1,33,28,0,0,0,0,0,0,0,1,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340),(20163,4,1,-1,'Defiler\'s Cloth Girdle',34244,3,36864,1,1,0,0,6,400,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,7,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,485,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,100,0,0,0,'',0,0,0,0,0,12340),(20164,4,1,-1,'Defiler\'s Cloth Girdle',34244,3,36864,1,1,0,0,6,400,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,7,4,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(20165,4,1,-1,'Defiler\'s Cloth Girdle',34244,3,36864,1,1,0,0,6,400,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,7,6,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(20166,4,1,-1,'Defiler\'s Cloth Girdle',34244,3,36864,1,1,0,0,6,400,-1,43,38,0,0,0,0,0,0,0,1,1,0,2,7,4,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(20167,4,2,-1,'Defiler\'s Lizardhide Boots',34248,3,36864,1,1,0,0,8,1032,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,16,3,8,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,488,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(20168,4,2,-1,'Defiler\'s Lizardhide Boots',34248,3,36864,1,1,0,0,8,1032,-1,43,38,0,0,0,0,0,0,0,1,1,0,3,7,10,3,6,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9138,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(20169,4,2,-1,'Defiler\'s Lizardhide Boots',34248,3,36864,1,1,0,0,8,1032,-1,33,28,0,0,0,0,0,0,0,1,1,0,3,7,8,3,5,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(20170,4,2,-1,'Defiler\'s Lizardhide Boots',34248,3,36864,1,1,0,0,8,1032,-1,53,48,0,0,0,0,0,0,0,1,1,0,3,7,13,3,8,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(20171,4,2,-1,'Defiler\'s Lizardhide Girdle',34244,3,36864,1,1,0,0,6,1032,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,7,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,488,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(20172,4,2,-1,'Defiler\'s Lizardhide Girdle',34244,3,36864,1,1,0,0,6,1032,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,7,4,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(20173,4,2,-1,'Defiler\'s Lizardhide Girdle',34244,3,36864,1,1,0,0,6,1032,-1,43,38,0,0,0,0,0,0,0,1,1,0,2,7,4,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(20174,4,2,-1,'Defiler\'s Lizardhide Girdle',34244,3,36864,1,1,0,0,6,1032,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,7,6,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340),(20175,4,2,-1,'Defiler\'s Lizardhide Shoulders',18971,4,36864,1,1,0,0,3,1032,-1,65,60,0,0,0,0,0,0,0,1,1,0,3,7,17,3,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,488,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,110,0,0,0,'',0,0,0,0,0,12340),(20176,4,1,-1,'Defiler\'s Epaulets',32740,4,36864,1,1,0,0,3,400,-1,65,60,0,0,0,0,0,0,0,1,1,0,2,7,18,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,485,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,110,0,0,0,'',0,0,0,0,0,12340),(20177,4,4,-1,'Defiler\'s Lamellar Girdle',32644,3,36864,1,1,0,0,6,2,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,4,15,7,6,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20178,4,3,-1,'Defiler\'s Lamellar Girdle',32644,3,36864,1,1,0,0,6,2,-1,33,28,0,0,0,0,0,0,0,1,1,0,3,4,11,7,4,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20179,4,4,-1,'Defiler\'s Lamellar Girdle',32644,3,36864,1,1,0,0,6,2,-1,53,48,0,0,0,0,0,0,0,1,1,0,3,4,11,7,4,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,313,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20180,4,4,-1,'Defiler\'s Lamellar Girdle',32644,3,36864,1,1,0,0,6,2,-1,43,40,0,0,0,0,0,0,0,1,1,0,3,4,12,7,6,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20181,4,4,-1,'Defiler\'s Lamellar Greaves',32822,3,36864,1,1,0,0,8,2,-1,63,58,0,0,0,0,0,0,0,1,1,0,4,4,14,7,8,3,12,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,452,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20182,4,3,-1,'Defiler\'s Lamellar Greaves',32822,3,36864,1,1,0,0,8,2,-1,33,28,0,0,0,0,0,0,0,1,1,0,4,4,6,7,4,3,6,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20183,4,4,-1,'Defiler\'s Lamellar Greaves',32822,3,36864,1,1,0,0,8,2,-1,43,40,0,0,0,0,0,0,0,1,1,0,4,4,8,7,6,3,8,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20184,4,4,-1,'Defiler\'s Lamellar Spaulders',32739,4,36864,1,1,0,0,3,2,-1,65,60,0,0,0,0,0,0,0,1,1,0,4,4,18,7,15,3,17,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20185,4,4,-1,'Defiler\'s Lamellar Greaves',32822,3,36864,1,1,0,0,8,2,-1,53,48,0,0,0,0,0,0,0,1,1,0,4,4,11,7,7,3,10,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,383,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20186,4,2,-1,'Defiler\'s Leather Boots',34247,3,36864,1,1,0,0,8,1032,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,16,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,486,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(20187,4,2,-1,'Defiler\'s Leather Boots',34247,3,36864,1,1,0,0,8,1032,-1,43,38,0,0,0,0,0,0,0,1,1,0,2,7,10,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9138,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(20188,4,2,-1,'Defiler\'s Leather Boots',34247,3,36864,1,1,0,0,8,1032,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,7,8,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(20189,4,2,-1,'Defiler\'s Leather Boots',34247,3,36864,1,1,0,0,8,1032,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,7,13,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(20190,4,2,-1,'Defiler\'s Leather Girdle',34244,3,36864,1,1,0,0,6,1032,-1,63,58,0,0,0,0,0,0,0,1,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,486,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(20191,4,2,-1,'Defiler\'s Leather Girdle',34244,3,36864,1,1,0,0,6,1032,-1,33,28,0,0,0,0,0,0,0,1,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(20192,4,2,-1,'Defiler\'s Leather Girdle',34244,3,36864,1,1,0,0,6,1032,-1,43,38,0,0,0,0,0,0,0,1,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(20193,4,2,-1,'Defiler\'s Leather Girdle',34244,3,36864,1,1,0,0,6,1032,-1,53,48,0,0,0,0,0,0,0,1,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340),(20194,4,2,-1,'Defiler\'s Leather Shoulders',18971,4,36864,1,1,0,0,3,1032,-1,65,60,0,0,0,0,0,0,0,1,1,0,2,7,17,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,486,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,110,0,0,0,'',0,0,0,0,0,12340),(20195,4,3,-1,'Defiler\'s Mail Girdle',34241,3,36864,1,1,0,0,6,68,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,10,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,484,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20196,4,3,-1,'Defiler\'s Mail Girdle',34241,3,36864,1,1,0,0,6,68,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,7,8,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20197,4,2,-1,'Defiler\'s Padded Girdle',34392,3,36864,1,1,0,0,6,68,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,7,5,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20198,4,3,-1,'Defiler\'s Mail Girdle',34241,3,36864,1,1,0,0,6,68,-1,43,40,0,0,0,0,0,0,0,1,1,0,2,7,6,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20199,4,3,-1,'Defiler\'s Mail Greaves',34242,3,36864,1,1,0,0,8,68,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,16,3,10,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,484,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20200,4,3,-1,'Defiler\'s Mail Greaves',34242,3,36864,1,1,0,0,8,68,-1,43,40,0,0,0,0,0,0,0,1,1,0,3,7,10,3,7,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20201,4,2,-1,'Defiler\'s Mail Greaves',34393,3,36864,1,1,0,0,8,68,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,7,8,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20202,4,3,-1,'Defiler\'s Mail Greaves',34242,3,36864,1,1,0,0,8,68,-1,53,48,0,0,0,0,0,0,0,1,1,0,3,7,13,3,8,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20203,4,3,-1,'Defiler\'s Mail Pauldrons',34249,4,36864,1,1,0,0,3,68,-1,65,60,0,0,0,0,0,0,0,1,1,0,4,4,11,7,18,3,10,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,484,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20204,4,4,-1,'Defiler\'s Plate Girdle',32644,3,36864,1,1,0,0,6,3,32767,63,58,0,0,0,0,0,0,0,1,1,0,2,4,17,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,487,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20205,4,4,-1,'Defiler\'s Plate Girdle',32644,3,36864,1,1,0,0,6,3,32767,53,48,0,0,0,0,0,0,0,1,1,0,2,4,10,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,313,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20206,4,4,-1,'Defiler\'s Plate Girdle',32644,3,36864,1,1,0,0,6,3,32767,43,40,0,0,0,0,0,0,0,1,1,0,2,4,15,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20207,4,3,-1,'Defiler\'s Mail Girdle',34394,3,36864,1,1,0,0,6,3,32767,33,28,0,0,0,0,0,0,0,1,1,0,2,4,12,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20208,4,4,-1,'Defiler\'s Plate Greaves',32822,3,36864,1,1,0,0,8,3,32767,63,58,0,0,0,0,0,0,0,1,1,0,3,4,14,7,12,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,452,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,487,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20209,4,4,-1,'Defiler\'s Plate Greaves',32822,3,36864,1,1,0,0,8,3,32767,43,40,0,0,0,0,0,0,0,1,1,0,3,4,8,7,8,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20210,4,3,-1,'Defiler\'s Mail Greaves',34395,3,36864,1,1,0,0,8,3,32767,33,28,0,0,0,0,0,0,0,1,1,0,3,4,6,7,6,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20211,4,4,-1,'Defiler\'s Plate Greaves',32822,3,36864,1,1,0,0,8,3,32767,53,48,0,0,0,0,0,0,0,1,1,0,3,4,11,7,10,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,383,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20212,4,4,-1,'Defiler\'s Plate Spaulders',34245,4,36864,1,1,0,0,3,3,32767,65,60,0,0,0,0,0,0,0,1,1,0,3,4,18,7,20,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,487,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20213,4,4,-1,'Belt of Shrunken Heads',32718,3,0,0,1,100599,20119,6,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,23,7,11,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,408,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(20214,2,15,-1,'Mindfang',32648,4,36864,1,1,0,0,21,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,95,0,0,0,0,40,0,0,0,0,0,0,1700,0,0,14798,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,-5.7,0,0,0,'',0,0,0,0,0,12340),(20215,4,3,-1,'Belt of Shriveled Heads',32721,3,0,0,1,86358,17271,6,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,4,6,7,7,18,3,11,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(20216,4,2,-1,'Belt of Preserved Heads',32720,3,0,0,1,72227,14445,6,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,3,15,4,14,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(20217,4,1,-1,'Belt of Tiny Heads',32724,3,0,0,1,57991,11598,6,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,2,5,17,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(20218,4,1,-1,'Faded Hakkari Cloak',32726,3,0,0,1,72950,14590,16,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,2,5,8,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(20219,4,1,-1,'Tattered Hakkari Cape',32727,3,0,0,1,73206,14641,16,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,2,4,7,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,21598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(20220,2,10,-1,'Ironbark Staff',32677,4,36864,1,1,0,0,17,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,5,10,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,243,0,0,0,0,100,0,0,0,0,0,0,3400,0,0,18382,1,0,0,-1,0,-1,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-5.7,0,0,0,'',0,0,0,0,0,12340),(20222,0,0,-1,'Defiler\'s Enriched Ration',21203,1,0,1,5,2000,100,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24411,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20223,0,0,-1,'Defiler\'s Field Ration',6413,1,0,1,5,1000,50,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24409,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20224,0,0,-1,'Defiler\'s Iron Ration',6344,1,0,1,5,1500,75,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24410,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20225,0,0,-1,'Highlander\'s Enriched Ration',21203,1,0,2,5,2000,100,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24411,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20226,0,0,-1,'Highlander\'s Field Ration',6413,1,0,2,5,1000,50,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24409,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20227,0,0,-1,'Highlander\'s Iron Ration',6344,1,0,2,5,1500,75,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24410,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20228,0,0,-1,'Defiler\'s Advanced Care Package',7242,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20229,0,0,-1,'Defiler\'s Basic Care Package',7242,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20230,0,0,-1,'Defiler\'s Standard Care Package',7242,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20231,0,0,-1,'Arathor Advanced Care Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20232,0,7,-1,'Defiler\'s Mageweave Bandage',17458,1,64,1,5,1500,75,0,-1,-1,45,35,129,175,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24413,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20233,0,0,-1,'Arathor Basic Care Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20234,0,7,-1,'Defiler\'s Runecloth Bandage',25147,1,64,1,5,2000,100,0,-1,-1,55,45,129,225,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24414,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20235,0,7,-1,'Defiler\'s Silk Bandage',11926,1,64,1,5,1000,50,0,-1,-1,35,25,129,125,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24412,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20236,0,0,-1,'Arathor Standard Care Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20237,0,7,-1,'Highlander\'s Mageweave Bandage',17458,1,64,2,5,1500,75,0,-1,-1,45,35,129,175,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24413,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20243,0,7,-1,'Highlander\'s Runecloth Bandage',25147,1,64,2,5,2000,100,0,-1,-1,55,45,129,225,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24414,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20244,0,7,-1,'Highlander\'s Silk Bandage',11926,1,64,2,5,1000,50,0,-1,-1,35,25,129,125,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24412,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20253,9,1,-1,'Pattern: Warbear Harness',1102,1,64,0,1,16000,4000,0,-1,-1,55,0,165,275,0,0,0,576,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19068,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Warbear Harness.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20254,9,1,-1,'Pattern: Warbear Woolies',1102,1,64,0,1,20000,5000,0,-1,-1,57,0,165,285,0,0,0,576,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19080,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Warbear Woolies.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20255,4,2,-1,'Whisperwalk Boots',32732,3,0,0,1,62129,12425,8,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,2,3,18,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,17746,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(20256,12,0,-1,'Warsong Gulch Ribbon of Sacrifice',32746,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,10,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Second Place',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20257,4,3,-1,'Seafury Gauntlets',32751,4,0,0,1,116037,23207,10,1535,-1,68,60,0,0,0,0,0,0,0,0,1,0,4,4,10,5,9,7,9,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20258,2,10,-1,'Zulian Ceremonial Staff',32587,3,524288,0,1,316878,63375,17,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,5,16,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,171,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,-1,0,0,0,'',48,0,0,0,0,12340),(20259,4,2,-1,'Shadow Panther Hide Gloves',32752,3,0,0,1,63621,12724,10,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,4,15,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,60,0,0,0,'',48,0,0,0,0,12340),(20260,4,3,-1,'Seafury Leggings',32753,3,0,0,1,159273,31854,7,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,4,4,15,7,15,5,15,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(20261,4,2,-1,'Shadow Panther Hide Belt',30749,3,0,0,1,64107,12821,6,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,3,3,16,4,8,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20262,4,3,-1,'Seafury Boots',32755,3,0,0,1,120911,24182,8,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,5,15,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(20263,4,4,-1,'Gurubashi Helm',32900,3,0,0,1,135401,27080,1,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,3,4,22,3,21,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20264,4,4,-1,'Peacekeeper Gauntlets',32757,4,0,0,1,126495,25299,10,1535,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,5,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,550,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20265,4,4,-1,'Peacekeeper Boots',32758,3,0,0,1,141765,28353,8,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,5,12,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,486,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(20266,4,4,-1,'Peacekeeper Leggings',32756,3,0,0,1,190096,38019,7,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,5,18,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(20295,4,3,-1,'Blue Dragonscale Leggings',32760,3,0,0,1,155418,31083,7,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,5,23,45,17,43,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,491,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(20296,4,3,-1,'Green Dragonscale Gauntlets',32762,3,0,0,1,56028,11205,10,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,3,45,21,5,10,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,9,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,490,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(20310,12,0,-1,'Flayed Demon Skin',13002,1,2048,1,1,0,0,0,-1,-1,25,25,0,0,0,0,0,67,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,1480,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20369,4,3,-1,'Azurite Fists',32890,3,0,0,1,49879,9975,10,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,4,7,7,3,6,5,7,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(20371,15,2,-1,'Blue Murloc Egg',18050,3,134250560,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,0,0,-1,0,-1,24696,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20373,12,0,-1,'Stonelash Scorpid Stinger',7987,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20374,12,0,-1,'Stonelash Pincer Stinger',7987,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20375,12,0,-1,'Stonelash Flayer Stinger',7229,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20376,12,0,-1,'Sand Skitterer Fang',3671,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20377,12,0,-1,'Rock Stalker Fang',1151,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20378,12,0,-1,'Twilight Tablet Fragment',22443,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20379,12,0,-1,'Noggle\'s Satchel',2593,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20380,4,3,-1,'Dreamscale Breastplate',32818,4,0,0,1,218072,43614,5,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,3,3,15,7,15,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,496,0,0,30,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20381,7,6,-1,'Dreamscale',21363,2,0,0,1,20000,5000,0,-1,-1,63,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20382,9,1,-1,'Pattern: Dreamscale Breastplate',1102,1,64,0,1,60000,15000,0,-1,-1,68,0,165,300,0,0,0,609,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24703,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Dreamscale Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20383,12,0,-1,'Head of the Broodlord Lashlayer',20931,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20384,12,0,-1,'Silithid Carapace Fragment',32820,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20385,12,0,-1,'Deathclasp\'s Pincer',2627,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20387,12,0,-1,'Forsaken Stink Bomb Cluster',2533,1,65600,0,1,1000,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24706,0,-3,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Filled with a potent funk!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,86400,0,0,'',0,0,0,0,0,12340),(20388,0,0,-1,'Lollipop',15963,1,64,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24707,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20389,0,0,-1,'Candy Corn',16837,1,64,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24707,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20390,0,0,-1,'Candy Bar',15964,1,64,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24707,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20391,4,0,-1,'Flimsy Male Gnome Mask',41729,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(20392,4,0,-1,'Flimsy Female Gnome Mask',41721,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(20393,15,0,-1,'Treat Bag',44552,1,131078,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Open your bag quickly as it will fade on logout.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(20394,12,0,-1,'Twilight Lexicon - Chapter 1',1246,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20395,12,0,-1,'Twilight Lexicon - Chapter 2',9129,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20396,12,0,-1,'Twilight Lexicon - Chapter 3',8093,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20397,0,0,-1,'Hallowed Wand - Pirate',41718,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24717,0,-5,-5,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20398,0,0,-1,'Hallowed Wand - Ninja',41718,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24718,0,-5,-5,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20399,0,0,-1,'Hallowed Wand - Leper Gnome',41718,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24719,0,-5,-5,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20400,1,0,-1,'Pumpkin Bag',32830,2,0,0,1,80000,20000,18,-1,-1,1,0,0,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20401,12,0,-1,'Restored Twilight Tablet',11185,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20402,15,0,-1,'Agent of Nozdormu',32831,2,32768,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'As an Agent of Nozdormu, only you may take the Silithid Carapace Fragments from the corpses of the silithid. Keep your badge in your pack at all times.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20403,15,0,-1,'Proxy of Nozdormu',32233,2,32832,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24726,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Bears the Seal of the Bronze Flight',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20404,12,0,-1,'Encrypted Twilight Text',7629,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'These words are unintelligible',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20405,12,0,-1,'Decoded Tablet Transcription',7694,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',2807,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20406,4,1,-1,'Twilight Cultist Mantle',33129,2,32768,0,1,9645,1929,3,32767,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,492,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20407,4,1,-1,'Twilight Cultist Robe',32841,2,32768,0,1,12905,2581,20,32767,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,492,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20408,4,1,-1,'Twilight Cultist Cowl',33073,2,32768,0,1,9713,1942,1,32767,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,492,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20409,0,0,-1,'Hallowed Wand - Ghost',41718,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24737,0,-5,-5,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20410,0,0,-1,'Hallowed Wand - Bat',41718,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24733,0,-5,-5,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20411,0,0,-1,'Hallowed Wand - Skeleton',41718,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24724,0,-5,-5,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20413,0,0,-1,'Hallowed Wand - Random',41718,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24720,0,-5,-5,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20414,0,0,-1,'Hallowed Wand - Wisp',41718,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24741,0,-5,-5,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20415,15,0,-1,'The War of the Shifting Sands',1246,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This tome appears freshly inked.',2793,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20416,12,0,-1,'Crest of Beckoning: Fire',32933,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20418,12,0,-1,'Crest of Beckoning: Thunder',32933,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20419,12,0,-1,'Crest of Beckoning: Earth',32933,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20420,12,0,-1,'Crest of Beckoning: Water',32933,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20422,12,0,-1,'Twilight Cultist Medallion of Station',9285,1,0,0,1,0,0,2,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24748,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20424,7,8,-1,'Sandworm Meat',22193,1,0,0,1,700,175,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(20425,2,10,-1,'Advisor\'s Gnarled Staff',20330,3,36864,1,1,0,0,17,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,7,8,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,69,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20426,4,0,-1,'Advisor\'s Ring',30661,3,36864,1,1,0,0,11,-1,-1,23,18,0,0,0,0,0,0,0,1,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,21360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20427,4,1,-1,'Battle Healer\'s Cloak',28042,3,36864,1,1,0,0,16,-1,-1,23,18,0,0,0,0,0,0,0,1,1,0,2,7,4,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,7678,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20428,4,1,-1,'Caretaker\'s Cape',32072,3,36864,2,1,0,0,16,-1,-1,23,18,0,0,0,0,0,0,0,1,1,0,2,7,4,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,7678,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20429,4,0,-1,'Legionnaire\'s Band',29697,3,36864,1,1,0,0,11,-1,-1,23,18,0,0,0,0,0,0,0,1,1,0,3,4,4,3,4,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20430,2,7,-1,'Legionnaire\'s Sword',32076,3,36864,1,1,0,0,13,-1,-1,23,18,0,0,0,0,0,0,0,1,1,0,2,4,4,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,53,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20431,4,0,-1,'Lorekeeper\'s Ring',28812,3,36864,2,1,0,0,11,-1,-1,23,18,0,0,0,0,0,0,0,1,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,21360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20432,12,0,-1,'Signet of Beckoning: Fire',32923,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20433,12,0,-1,'Signet of Beckoning: Thunder',32923,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20434,2,10,-1,'Lorekeeper\'s Staff',18289,3,36864,2,1,0,0,17,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,7,8,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,69,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20435,12,0,-1,'Signet of Beckoning: Stone',32923,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20436,12,0,-1,'Signet of Beckoning: Water',32923,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20437,2,2,-1,'Outrider\'s Bow',32079,3,36864,1,1,0,0,15,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,48,0,0,0,0,0,0,0,0,0,0,0,2400,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20438,2,2,-1,'Outrunner\'s Bow',32081,3,36864,2,1,0,0,15,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,48,0,0,0,0,0,0,0,0,0,0,0,2400,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20439,4,0,-1,'Protector\'s Band',9832,3,36864,2,1,0,0,11,-1,-1,23,18,0,0,0,0,0,0,0,1,1,0,3,4,4,3,4,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20440,2,7,-1,'Protector\'s Sword',32077,3,36864,2,1,0,0,13,-1,-1,23,18,0,0,0,0,0,0,0,1,1,0,2,4,4,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,53,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20441,2,15,-1,'Scout\'s Blade',32074,3,36864,1,1,0,0,13,-1,-1,23,18,0,0,0,0,0,0,0,1,1,0,2,3,4,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,34,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20442,4,0,-1,'Scout\'s Medallion',32008,3,36864,1,1,0,0,2,-1,-1,23,18,0,0,0,0,0,0,0,1,1,0,2,3,6,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20443,2,15,-1,'Sentinel\'s Blade',32075,3,36864,2,1,0,0,13,-1,-1,23,18,0,0,0,0,0,0,0,1,1,0,2,3,4,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,34,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20444,4,0,-1,'Sentinel\'s Medallion',32073,3,36864,2,1,0,0,2,-1,-1,23,18,0,0,0,0,0,0,0,1,1,0,2,3,6,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20447,12,0,-1,'Scepter of Beckoning: Fire',32932,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20448,12,0,-1,'Scepter of Beckoning: Thunder',32932,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20449,12,0,-1,'Scepter of Beckoning: Stone',32932,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20450,12,0,-1,'Scepter of Beckoning: Water',32931,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20451,12,0,-1,'Twilight Cultist Ring of Lordship',23629,1,0,0,1,0,0,11,-1,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24782,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20452,0,5,-1,'Smoked Desert Dumplings',32650,1,0,0,1,5000,250,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24800,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20453,12,0,-1,'Geologist\'s Transcription Kit',20627,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'For use with Glyphed Crystals.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20454,12,0,-1,'Hive\'Zora Rubbing',30603,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20455,12,0,-1,'Hive\'Ashi Rubbing',32845,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20456,12,0,-1,'Hive\'Regal Rubbing',1037,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20457,12,0,-1,'Hive\'Ashi Silithid Brain',10923,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20458,12,0,-1,'Hive\'Zora Silithid Brain',10923,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20459,12,0,-1,'Hive\'Regal Silithid Brain',10923,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20461,15,0,-1,'Brann Bronzebeard\'s Lost Letter',32847,1,2048,0,1,0,0,0,-1,-1,60,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8308,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20463,12,0,-1,'Glyphed Crystal Prism',7221,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20464,15,0,-1,'Glyphs of Calling',32850,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24815,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20465,12,0,-1,'Crystal Unlocking Mechanism',32851,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20466,12,0,-1,'Vyral\'s Signet Ring',9840,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20467,12,0,-1,'Torn Recipe Page',1325,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20469,15,0,-1,'Decoded True Believer Clippings',20709,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20470,0,0,-1,'Solanian\'s Scrying Orb',7261,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20471,0,0,-1,'Scroll of Scourge Magic',24051,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20472,0,0,-1,'Solanian\'s Journal',1103,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20474,1,0,-1,'Sunstrider Book Satchel',8270,1,0,0,1,0,0,18,-1,-1,1,0,0,0,0,0,0,0,0,1,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20476,4,3,-1,'Sandstalker Bracers',32871,3,0,0,1,76460,15292,9,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,15,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,60,0,0,0,'',48,0,0,0,0,12340),(20477,4,3,-1,'Sandstalker Gauntlets',32874,3,0,0,1,78777,15755,10,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,20,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,80,0,0,0,'',48,0,0,0,0,12340),(20478,4,3,-1,'Sandstalker Breastplate',32872,3,0,0,1,158121,31624,5,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,25,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,120,0,0,0,'',48,0,0,0,0,12340),(20479,4,3,-1,'Spitfire Breastplate',32876,3,0,0,1,158673,31734,5,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,3,16,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20480,4,3,-1,'Spitfire Gauntlets',32877,3,0,0,1,79620,15924,10,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,3,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20481,4,3,-1,'Spitfire Bracers',32875,3,0,0,1,79904,15980,9,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,3,9,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20482,12,0,-1,'Arcane Sliver',32878,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20483,15,0,-1,'Tainted Arcane Sliver',21472,1,2048,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This arcane sliver glows with an eerie luster.',0,0,0,8338,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20487,2,10,-1,'Lok\'delar, Stave of the Ancient Keepers DEP',31163,4,33856,0,1,830469,166093,17,4,-1,75,60,0,0,0,0,0,0,0,1,1,0,2,7,26,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,282,0,0,0,0,0,0,0,10,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,7598,1,0,0,-1,0,-1,14097,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',65,0,0,0,0,1),(20488,2,2,-1,'Rhok\'delar, Longbow of the Ancient Keepers DEP',31338,4,33856,0,1,0,0,15,4,-1,75,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,166,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,0,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,21432,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',65,0,0,0,0,1),(20490,12,0,-1,'Ironforge Mint',26732,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A classic Hallow\'s End treat of the Dwarves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20491,12,0,-1,'Undercity Mint',26732,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A classic Hallow\'s End treat of the Forsaken.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20492,12,0,-1,'Stormwind Nougat',15964,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A classic Hallow\'s End treat of the Humans.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20493,12,0,-1,'Orgrimmar Nougat',15964,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An Orgrimmar classic Hallow\'s End treat.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20494,12,0,-1,'Gnomeregan Gumdrop',32884,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A classic Hallow\'s End treat of the Gnomes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20495,12,0,-1,'Darkspear Gumdrop',32884,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A classic Hallow\'s End treat of the Darkspear tribe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20496,12,0,-1,'Darnassus Marzipan',15965,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A classic Hallow\'s End treat of the Night Elves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20497,12,0,-1,'Thunder Bluff Marzipan',15965,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A classic Hallow\'s End treat of the Tauren.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20498,7,6,-1,'Silithid Chitin',32885,1,0,0,1,4000,1000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20499,15,0,-1,'Broken Silithid Chitin',22838,0,0,0,1,2000,500,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20500,7,6,-1,'Light Silithid Carapace',32886,1,0,0,1,8000,2000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20501,7,6,-1,'Heavy Silithid Carapace',32887,1,0,0,1,8000,2000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20503,4,0,-1,'Enamored Water Spirit',7143,3,64,0,1,40000,10000,12,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24854,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(20504,2,8,-1,'Lightforged Blade',33033,3,0,0,1,189365,37873,17,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,2,4,9,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,178,0,0,0,0,0,0,10,0,10,10,0,3300,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(20505,4,0,-1,'Chivalrous Signet',31905,3,0,0,1,61830,15457,11,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,3,4,7,7,7,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7681,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(20506,9,1,-1,'Pattern: Spitfire Bracers',1102,1,64,0,1,40000,10000,0,-1,-1,62,0,165,300,0,0,0,609,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24846,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Spitfire Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20507,9,1,-1,'Pattern: Spitfire Gauntlets',1102,1,64,0,1,40000,10000,0,-1,-1,62,0,165,300,0,0,0,609,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24847,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Spitfire Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20508,9,1,-1,'Pattern: Spitfire Breastplate',1102,1,64,0,1,40000,10000,0,-1,-1,62,0,165,300,0,0,0,609,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24848,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Spitfire Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20509,9,1,-1,'Pattern: Sandstalker Bracers',1102,1,64,0,1,40000,10000,0,-1,-1,62,0,165,300,0,0,0,609,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24849,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Sandstalker Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20510,9,1,-1,'Pattern: Sandstalker Gauntlets',1102,1,64,0,1,40000,10000,0,-1,-1,62,0,165,300,0,0,0,609,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24850,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Sandstalker Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20511,9,1,-1,'Pattern: Sandstalker Breastplate',1102,1,64,0,1,40000,10000,0,-1,-1,62,0,165,300,0,0,0,609,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24851,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Sandstalker Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20512,4,0,-1,'Sanctified Orb',24730,3,0,0,1,40000,10000,12,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24865,0,0,0,180000,1141,25000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(20513,12,0,-1,'Abyssal Crest',2667,2,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20514,12,0,-1,'Abyssal Signet',32895,3,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20515,12,0,-1,'Abyssal Scepter',32894,4,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20516,0,5,-1,'Bobbing Apple',6410,1,64,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24869,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Crisp, delicious and hopefully worm-free.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20517,4,4,-1,'Razorsteel Shoulders',32903,3,0,0,1,85565,17113,3,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,3,4,10,7,9,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(20518,12,0,-1,'Scroll: Create Crest of Beckoning',3331,1,1088,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24874,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20519,12,0,-1,'Southsea Pirate Hat',33070,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20520,7,11,-1,'Dark Rune',32905,2,0,0,1,8000,2000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27869,0,-1,-1,900000,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20521,4,4,-1,'Fury Visor',32906,3,0,0,1,86790,17358,1,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,1,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,445,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(20526,12,0,-1,'Scroll: Create Crest of Beckoning',3331,1,1088,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24885,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20527,12,0,-1,'Scroll: Create Crest of Beckoning',3331,1,1088,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24887,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20528,12,0,-1,'Scroll: Create Crest of Beckoning',3331,1,1088,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24888,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20530,4,1,-1,'Robes of Servitude',33150,3,0,0,1,63675,12735,20,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,2,7,15,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(20531,12,0,-1,'Scroll: Create Signet of Beckoning',2616,1,1088,0,1,3000,750,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24889,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20532,12,0,-1,'Scroll: Create Signet of Beckoning',2616,1,1088,0,1,3000,750,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24890,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20533,12,0,-1,'Scroll: Create Signet of Beckoning',2616,1,1088,0,1,3000,750,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24891,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20534,4,0,-1,'Abyss Shard',30690,3,1088,0,1,15903,3975,12,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25112,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Dark rituals are trapped in dark gems.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(20535,12,0,-1,'Scroll: Create Signet of Beckoning',2616,1,1088,0,1,3000,750,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24892,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20536,2,10,8,'Soul Harvester',33087,3,0,0,1,203359,40671,17,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,1,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,178,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,23727,1,0,0,-1,0,-1,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(20537,4,1,-1,'Runed Stygian Boots',18863,3,0,0,1,79816,15963,8,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,20,0,0,0,0,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20538,4,1,-1,'Runed Stygian Leggings',32927,3,0,0,1,106806,21361,7,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,25,0,0,0,0,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20539,4,1,-1,'Runed Stygian Belt',38344,3,0,0,1,53589,10717,6,1535,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,20,0,0,0,0,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20540,12,0,-1,'Scroll: Create Scepter of Beckoning',1093,1,1088,0,1,5000,1250,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24895,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20541,12,0,-1,'Decoded Twilight Text',7694,1,0,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A decoded True Believer article',2810,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20542,12,0,-1,'Scroll: Create Scepter of Beckoning',1093,1,1088,0,1,5000,1250,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24896,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20543,12,0,-1,'Scroll: Create Scepter of Beckoning',1093,1,1088,0,1,5000,1250,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24897,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20544,12,0,-1,'Scroll: Create Scepter of Beckoning',1093,1,1088,0,1,5000,1250,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24898,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20545,12,0,-1,'Decoded Twilight Text',7694,1,0,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A decoded True Believer article',2811,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20546,9,2,-1,'Pattern: Runed Stygian Leggings',6270,3,64,0,1,40000,10000,0,-1,-1,62,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,24901,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Runed Stygian Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20547,9,2,-1,'Pattern: Runed Stygian Boots',6270,3,64,0,1,40000,10000,0,-1,-1,62,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,24903,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Runed Stygian Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20548,9,2,-1,'Pattern: Runed Stygian Belt',6270,3,64,0,1,40000,10000,0,-1,-1,62,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,24902,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Runed Stygian Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20549,4,4,-1,'Darkrune Gauntlets',57569,3,0,0,1,90961,18192,10,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,20,0,0,0,0,13675,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20550,4,4,-1,'Darkrune Breastplate',32945,3,0,0,1,181541,36308,5,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,657,0,0,0,0,25,0,0,0,0,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20551,4,4,-1,'Darkrune Helm',33195,3,0,0,1,136399,27279,1,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,534,0,0,0,0,25,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20552,12,0,-1,'Decoded Twilight Text',7694,1,0,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A decoded True Believer article',2812,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20553,9,4,-1,'Plans: Darkrune Gauntlets',6270,3,64,0,1,60000,15000,0,-1,-1,63,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,24912,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Darkrune Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20554,9,4,-1,'Plans: Darkrune Breastplate',6270,3,64,0,1,60000,15000,0,-1,-1,63,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,24914,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Darkrune Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20555,9,4,-1,'Plans: Darkrune Helm',6270,3,64,0,1,60000,15000,0,-1,-1,63,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24913,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Darkrune Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20556,2,10,-1,'Wildstaff',24014,3,0,0,1,203339,40667,17,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,3,4,10,5,9,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,135,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,15464,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(20557,0,0,-1,'Hallow\'s End Pumpkin Treat',32955,1,65536,0,5,3500,175,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24930,0,-1,-1,60000,79,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340),(20558,10,0,-1,'Warsong Gulch Mark of Honor',20219,2,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,100,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Medal awarded for fighting in Warsong Gulch',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20559,10,0,-1,'Arathi Basin Mark of Honor',33023,2,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,100,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Medal awarded for fighting in Arathi Basin',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20560,10,0,-1,'Alterac Valley Mark of Honor',33022,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,100,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Medal awarded for fighting in Alterac Valley',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20561,4,0,-1,'Flimsy Male Dwarf Mask',41728,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(20562,4,0,-1,'Flimsy Female Dwarf Mask',41720,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(20563,4,0,-1,'Flimsy Female Night Elf Mask',41723,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(20564,4,0,-1,'Flimsy Male Night Elf Mask',41731,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(20565,4,0,-1,'Flimsy Female Human Mask',41722,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(20566,4,0,-1,'Flimsy Male Human Mask',41730,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(20567,4,0,-1,'Flimsy Female Troll Mask',41726,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(20568,4,0,-1,'Flimsy Male Troll Mask',41734,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(20569,4,0,-1,'Flimsy Female Orc Mask',41724,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(20570,4,0,-1,'Flimsy Male Orc Mask',41732,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(20571,4,0,-1,'Flimsy Female Tauren Mask',41725,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(20572,4,0,-1,'Flimsy Male Tauren Mask',41733,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(20573,4,0,-1,'Flimsy Male Undead Mask',41735,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(20574,4,0,-1,'Flimsy Female Undead Mask',41727,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(20575,4,2,-1,'Black Whelp Tunic',32974,2,0,0,1,3719,743,5,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,2,31,5,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(20576,9,1,-1,'Pattern: Black Whelp Tunic',1102,1,64,0,1,1400,350,0,-1,-1,20,0,165,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,24940,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Black Whelp Tunic.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20577,2,7,-1,'Nightmare Blade',33097,4,524288,0,1,364533,72906,13,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,185,0,0,0,0,70,0,0,0,0,0,0,2700,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20578,2,15,-1,'Emerald Dragonfang',33095,4,524288,0,1,365949,73189,13,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,1,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,123,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,24993,2,0,2.3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20579,4,1,-1,'Green Dragonskin Cloak',33096,4,0,0,1,110209,22041,16,-1,-1,71,60,0,0,0,0,0,0,0,1,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,20,0,0,0,0,0,0,21595,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20580,2,4,-1,'Hammer of Bestial Fury',33017,4,0,0,1,368742,73748,13,-1,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,38,26,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,130,0,0,0,0,90,0,0,0,0,0,0,1900,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20581,2,10,-1,'Staff of Rampant Growth',33015,4,524288,0,1,462697,92539,17,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,16,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,184,0,0,0,0,0,0,0,20,0,0,0,2600,0,0,17320,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-11,0,0,0,'',65,0,0,0,0,12340),(20582,4,0,-1,'Trance Stone',33018,4,0,0,1,251211,62802,23,-1,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,9,5,8,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20599,2,18,-1,'Polished Ironwood Crossbow',33020,4,0,0,1,275466,55093,26,-1,-1,71,60,0,0,0,0,0,0,0,1,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,186,0,0,0,0,0,0,0,7,0,0,0,3100,2,100,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20600,4,0,-1,'Malfurion\'s Signet Ring',31576,4,0,0,1,394641,98660,11,-1,-1,72,60,0,0,0,0,0,0,0,1,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20601,15,0,-1,'Sack of Spoils',1285,1,4,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20602,15,0,-1,'Chest of Spoils',17329,1,4,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20603,15,0,-1,'Bag of Spoils',31783,1,4,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20604,12,0,-1,'Stink Bomb Cleaner',33021,1,65600,0,1,500,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24973,0,-1,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Fights the funk of the Forsaken with the power of pine!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,86400,0,0,'',0,0,0,0,0,12340),(20605,12,0,-1,'Rotten Eggs',18049,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Suitable for ruining the contents of a keg...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20606,15,0,-1,'Amber Voodoo Feather',19529,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20607,15,0,-1,'Blue Voodoo Feather',19528,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20608,15,0,-1,'Green Voodoo Feather',19570,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20610,15,0,-1,'Bloodshot Spider Eye',6492,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20611,15,0,-1,'Thick Black Claw',6651,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20612,15,0,-1,'Inert Scourgestone',33026,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20613,15,0,-1,'Rotting Wood',7290,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20614,15,0,-1,'Bloodvenom Essence',16210,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20615,4,2,-1,'Dragonspur Wraps',33028,4,0,0,1,99980,19996,9,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,4,4,4,4,4,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20616,4,4,-1,'Dragonbone Wristguards',18378,4,0,0,1,141271,28254,9,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,7,13,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,401,0,0,0,0,0,0,0,0,0,13665,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20617,4,3,-1,'Ancient Corroded Leggings',33029,4,0,0,1,221323,44264,7,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,4,3,33,5,16,6,11,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20618,4,1,-1,'Gloves of Delusional Power',33031,4,0,0,1,74053,14810,10,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,2,7,14,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20619,4,4,-1,'Acid Inscribed Greaves',33034,4,0,0,1,194770,38954,8,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,2,7,19,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,25,0,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20620,15,0,-1,'Holy Mightstone',18519,1,0,0,1,0,0,0,-1,-1,50,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24833,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20621,4,3,-1,'Boots of the Endless Moor',33036,4,0,0,1,167276,33455,8,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,7,16,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,25,0,0,0,0,0,0,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20622,4,0,-1,'Dragonheart Necklace',31907,4,0,0,1,456415,114103,2,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,7,21,5,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20623,4,2,-1,'Circlet of Restless Dreams',33161,4,0,0,1,145369,29073,1,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,3,3,21,7,38,37,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20624,4,0,-1,'Ring of the Unliving',31664,4,524288,0,1,573214,143303,11,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,2,3,21,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20625,4,1,-1,'Belt of the Dark Bog',33040,4,0,0,1,77168,15433,6,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,7,16,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,25,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20626,4,1,-1,'Black Bark Wristbands',16892,4,0,0,1,77444,15488,9,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,7,15,5,4,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20627,4,2,-1,'Dark Heart Pants',33042,4,0,0,1,194318,38863,7,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,110,0,0,0,'',65,0,0,0,0,12340),(20628,4,2,-1,'Deviate Growth Cap',33162,4,0,0,1,148041,29608,1,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,2,7,16,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20629,4,3,-1,'Malignant Footguards',33045,4,0,0,1,179069,35813,8,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,4,4,10,5,14,7,12,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20630,4,4,-1,'Gauntlets of the Shining Light',33047,4,0,0,1,139956,27991,10,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,5,4,15,3,12,5,16,6,10,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,581,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20631,4,1,-1,'Mendicant\'s Slippers',33049,4,0,0,1,118278,23655,8,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,23,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20632,4,0,-1,'Mindtear Band',9834,4,524288,0,1,405124,101281,11,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,6,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20633,4,2,-1,'Unnatural Leather Spaulders',33051,4,0,0,1,150698,30139,3,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,2,7,19,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0,25,0,0,0,0,0,0,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20634,4,2,-1,'Boots of Fright',30845,4,0,0,1,151236,30247,8,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,3,5,12,6,10,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20635,4,1,-1,'Jade Inlaid Vestments',33054,4,0,0,1,159954,31990,20,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,5,18,7,16,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20636,4,0,-1,'Hibernation Crystal',1262,4,524288,0,1,356415,89103,12,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24998,0,0,0,90000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20637,4,4,-1,'Acid Inscribed Pauldrons',33056,4,0,0,1,193248,38649,3,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,2,7,16,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,697,0,0,25,0,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20638,4,3,-1,'Leggings of the Demented Mind',33057,4,0,0,1,228293,45658,7,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,4,5,26,7,25,6,16,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20639,4,4,-1,'Strangely Glyphed Legplates',33059,4,0,0,1,267345,53469,7,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,5,4,20,3,12,5,21,6,16,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,813,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20640,4,4,-1,'Southsea Head Bucket',34495,2,0,0,1,42027,8405,1,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,2,7,15,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,0,0,0,0,0,0,0,7517,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340),(20641,4,1,-1,'Southsea Mojo Boots',18863,2,0,0,1,24149,4829,8,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,1,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340),(20642,4,1,-1,'Antiquated Nobleman\'s Tunic',33062,2,0,0,1,37696,7539,5,-1,-1,47,0,0,0,0,0,0,0,0,0,1,0,2,7,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340),(20643,4,2,-1,'Undercity Reservist\'s Cap',35629,2,0,0,1,35471,7094,1,-1,-1,47,0,0,0,0,0,0,0,0,0,1,0,3,4,10,3,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340),(20644,12,0,-1,'Nightmare Engulfed Object',33064,4,32768,0,1,0,0,0,-1,-1,63,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'An unknown object shrouded in nightmares.',0,0,0,8446,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20645,4,0,-1,'Nature\'s Whisper',6539,2,0,0,1,87141,21785,2,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,7,10,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340),(20646,2,2,-1,'Sandstrider\'s Mark',33068,3,0,0,1,179781,35956,15,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,131,0,0,0,0,0,0,0,0,0,0,0,2600,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(20647,2,15,-1,'Black Crystal Dagger',33069,3,0,0,1,240585,48117,21,-1,-1,59,0,0,0,0,0,0,0,0,1,1,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,91,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,21618,1,0,0,-1,0,-1,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(20648,2,4,-1,'Cold Forged Hammer',33072,3,4096,0,1,264138,52827,13,-1,-1,63,0,0,0,0,0,0,0,0,1,1,0,2,7,5,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,135,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20649,4,0,-1,'Sunprism Pendant',31604,2,0,0,1,89701,22425,2,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,2,3,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340),(20650,4,4,-1,'Desert Wind Gauntlets',33092,2,0,0,1,74902,14980,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,4,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340),(20652,4,1,-1,'Abyssal Cloth Slippers',33098,2,0,0,1,64291,12858,8,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,8654,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340),(20653,4,4,-1,'Abyssal Plate Gauntlets',33100,2,0,0,1,75705,15141,10,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,8657,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340),(20654,2,10,-1,'Amethyst War Staff',18368,3,0,0,1,300876,60175,17,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,5,9,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,179,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(20655,4,1,-1,'Abyssal Cloth Handwraps',33101,2,0,0,1,40270,8054,10,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,8654,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340),(20656,4,3,-1,'Abyssal Mail Sabatons',33105,2,0,0,1,91348,18269,8,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,8675,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340),(20657,2,15,-1,'Crystal Tipped Stiletto',33107,3,524288,0,1,243437,48687,13,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,98,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(20658,4,2,-1,'Abyssal Leather Boots',33112,2,0,0,1,76361,15272,8,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,8655,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340),(20659,4,3,-1,'Abyssal Mail Handguards',33110,2,0,0,1,61319,12263,10,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,8659,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340),(20660,2,6,-1,'Stonecutting Glaive',33113,3,0,0,1,307716,61543,17,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,4,29,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,228,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(20661,4,2,-1,'Abyssal Leather Gloves',33132,2,0,0,1,51477,10295,10,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,8655,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340),(20662,4,4,-1,'Abyssal Plate Greaves',33117,2,0,0,1,108299,21659,8,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,8657,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340),(20663,2,2,-1,'Deep Strike Bow',28547,3,0,0,1,186681,37336,15,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,3,6,5,6,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,138,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(20664,4,1,-1,'Abyssal Cloth Sash',16767,2,0,0,1,44547,8909,6,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,8660,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340),(20665,4,2,-1,'Abyssal Leather Leggings',33119,3,0,0,1,128879,25775,7,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,8664,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20666,2,4,-1,'Hardened Steel Warhammer',33120,3,0,0,1,258704,51740,21,-1,-1,62,57,0,0,0,0,0,0,0,1,1,0,2,7,10,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,138,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,7679,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20667,4,2,-1,'Abyssal Leather Belt',33121,2,0,0,1,56294,11258,6,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,8658,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340),(20668,4,3,-1,'Abyssal Mail Legguards',33122,3,0,0,1,156342,31268,7,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,8663,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20669,2,8,-1,'Darkstone Claymore',33123,3,0,0,1,326895,65379,17,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,229,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,15813,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20670,4,3,-1,'Abyssal Mail Clutch',27137,2,0,0,1,63395,12679,6,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,8659,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340),(20671,4,4,-1,'Abyssal Plate Legguards',33124,3,0,0,1,171196,34239,7,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,566,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,8662,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20672,2,19,-1,'Sparkling Crystal Wand',33125,3,0,0,1,184133,36826,26,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,122,3,0,0,0,0,0,0,0,0,0,0,1500,0,100,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20673,4,4,-1,'Abyssal Plate Girdle',33126,2,0,0,1,75242,15048,6,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,346,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,8661,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340),(20674,4,1,-1,'Abyssal Cloth Pants',33127,3,0,0,1,98961,19792,7,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,8665,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20675,2,0,-1,'Soulrender',33128,3,0,0,1,248324,49664,13,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,133,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20676,12,0,-1,'Decoded Twilight Text',7695,1,0,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A decoded True Believer article',2816,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20677,12,0,-1,'Decoded Twilight Text',7695,1,0,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A decoded True Believer article',2817,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20678,12,0,-1,'Decoded Twilight Text',7695,1,0,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A decoded True Believer article',2819,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20679,12,0,-1,'Decoded Twilight Text',7695,1,0,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A decoded True Believer article',2820,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20680,4,3,-1,'Abyssal Mail Pauldrons',26919,3,0,0,1,123698,24739,3,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,8672,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(20681,4,2,-1,'Abyssal Leather Bracers',33131,3,0,0,1,68672,13734,9,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,8667,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(20682,4,0,-1,'Elemental Focus Band',24087,4,524288,0,1,294212,73553,11,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,5,11,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20683,4,4,-1,'Abyssal Plate Epaulets',33133,3,0,0,1,144996,28999,3,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,8670,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(20684,4,3,-1,'Abyssal Mail Armguards',33134,3,0,0,1,83320,16664,9,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,8668,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(20685,4,0,-1,'Wavefront Necklace',33135,4,0,0,1,246471,61617,2,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,5,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21629,1,0,0,-1,0,-1,9314,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20686,4,1,-1,'Abyssal Cloth Amice',33136,3,0,0,1,86123,17224,3,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,8673,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(20687,4,4,-1,'Abyssal Plate Vambraces',33137,3,0,0,1,101412,20282,9,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,8669,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(20688,4,6,-1,'Earthen Guard',33138,4,0,0,1,237416,47483,14,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2836,0,0,0,0,0,0,0,0,0,13386,1,0,0,-1,0,-1,25036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,58,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20689,4,2,-1,'Abyssal Leather Shoulders',33139,3,0,0,1,108805,21761,3,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,8671,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(20690,4,1,-1,'Abyssal Cloth Wristbands',33141,3,0,0,1,52693,10538,9,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,8666,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(20691,4,1,-1,'Windshear Cape',26137,4,0,0,1,101805,20361,16,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,4,3,15,7,14,4,8,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(20692,4,0,-1,'Multicolored Band',963,2,0,0,1,53451,13362,11,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,3499,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340),(20693,4,1,-1,'Weighted Cloak',33142,2,0,0,1,59926,11985,16,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,4,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,60,0,0,0,'',10,0,0,0,0,12340),(20694,4,0,-1,'Glowing Black Orb',24122,2,0,0,1,71314,17828,23,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340),(20695,4,0,-1,'Abyssal War Beads',9852,3,0,0,1,145012,36253,2,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20696,2,5,-1,'Crystal Spiked Maul',33143,3,0,0,1,315791,63158,17,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,4,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,252,0,0,0,0,0,0,0,0,0,0,0,3900,0,0,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20697,4,1,-1,'Crystalline Threaded Cape',33144,3,0,0,1,76069,15213,16,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,5,4,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20698,2,7,-1,'Elemental Attuned Blade',33145,4,0,0,1,339366,67873,21,-1,-1,63,58,0,0,0,0,0,0,0,1,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,117,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,17367,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-4,0,0,0,'',65,0,0,0,0,12340),(20699,4,4,-1,'Cenarion Reservist\'s Legplates',33146,3,0,0,1,178838,35767,7,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,25,0,0,0,0,0,0,13388,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20700,4,4,-1,'Cenarion Reservist\'s Legplates',33146,3,0,0,1,179509,35901,7,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,2,7,13,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,25,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20701,4,3,-1,'Cenarion Reservist\'s Legguards',33147,3,0,0,1,154425,30885,7,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,2,7,13,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,25,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20702,4,3,-1,'Cenarion Reservist\'s Legguards',33147,3,0,0,1,159120,31824,7,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,2,7,13,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,25,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20703,4,2,-1,'Cenarion Reservist\'s Leggings',33148,3,0,0,1,133080,26616,7,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,25,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20704,4,2,-1,'Cenarion Reservist\'s Leggings',33148,3,0,0,1,133559,26711,7,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,25,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20705,4,1,-1,'Cenarion Reservist\'s Pants',33149,3,0,0,1,107220,21444,7,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,25,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20706,4,1,-1,'Cenarion Reservist\'s Pants',33149,3,0,0,1,107604,21520,7,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,25,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,1),(20707,4,1,-1,'Cenarion Reservist\'s Pants',33149,3,0,0,1,107987,21597,7,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,25,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20708,15,0,-1,'Tightly Sealed Trunk',12331,1,4,0,1,10,2,0,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20709,0,5,-1,'Rumsey Rum Light',18102,1,0,0,1,200,50,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25037,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20710,4,4,-1,'Crystal Encrusted Greaves',33152,3,0,0,1,129365,25873,8,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,7518,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,60,0,0,0,'',48,0,0,0,0,12340),(20711,4,4,-1,'Crystal Lined Greaves',33152,3,0,0,1,129867,25973,8,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,3,7,12,4,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,452,0,0,0,0,0,0,0,0,0,7681,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20712,4,3,-1,'Wastewalker\'s Gauntlets',33154,3,0,0,1,74631,14926,10,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,5,4,10,5,10,7,10,3,10,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20713,4,3,-1,'Desertstalkers\'s Gauntlets',33154,3,0,0,1,74919,14983,10,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,3,7,15,5,10,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20714,4,2,-1,'Sandstorm Boots',33155,3,0,0,1,94008,18801,8,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,2,5,12,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20715,4,2,-1,'Dunestalker\'s Boots',33155,3,0,0,1,94368,18873,8,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,3,3,19,7,10,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20716,4,1,-1,'Sandworm Skin Gloves',33160,3,0,0,1,50516,10103,10,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,2,7,8,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20717,4,1,-1,'Desert Bloom Gloves',33160,3,0,0,1,50708,10141,10,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,3,7,5,5,5,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20720,2,15,-1,'Dark Whisper Blade',21620,3,0,0,1,270320,54064,21,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,77,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,-1,0,0,0,'',48,0,0,0,0,12340),(20721,4,0,-1,'Band of the Cultist',26391,3,524288,0,1,155162,38790,11,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,3,7,12,3,12,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20722,2,3,-1,'Crystal Slugthrower',31237,3,0,0,1,204216,40843,26,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,153,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(20723,2,0,-1,'Brann\'s Trusty Pick',33171,2,0,0,1,218803,43760,13,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,1,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,130,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Also serves as a mining pick.',0,0,0,0,0,1,3,0,0,0,0,75,0,0,1024,165,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340),(20724,2,10,-1,'Corrupted Blackwood Staff',33172,2,0,0,1,274463,54892,17,-1,-1,62,0,0,0,0,0,0,0,0,1,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,197,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340),(20725,7,12,-1,'Nexus Crystal',37755,4,0,0,1,60000,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20726,9,8,-1,'Formula: Enchant Gloves - Threat',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,25072,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase threat from all attacks and spells by 2%.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20727,9,8,-1,'Formula: Enchant Gloves - Shadow Power',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25073,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase shadow spell power by 20.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20728,9,8,-1,'Formula: Enchant Gloves - Frost Power',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25074,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase frost spell power by 20.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20729,9,8,-1,'Formula: Enchant Gloves - Fire Power',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25078,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase fire spell power by 20.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20730,9,8,-1,'Formula: Enchant Gloves - Healing Power',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,25079,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase spell power by 16.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20731,9,8,-1,'Formula: Enchant Gloves - Superior Agility',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25080,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase Agility by 15.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20732,9,8,-1,'Formula: Enchant Cloak - Greater Fire Resistance',7798,1,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,609,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25081,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase fire resistance by 15.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20733,9,8,-1,'Formula: Enchant Cloak - Greater Nature Resistance',7798,1,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,609,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25082,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase nature resistance by 15.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20734,9,8,-1,'Formula: Enchant Cloak - Stealth',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25083,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase stealth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20735,9,8,-1,'Formula: Enchant Cloak - Subtlety',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,25084,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to decrease threat from all attacks and spells by 2%.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20736,9,8,-1,'Formula: Enchant Cloak - Dodge',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25086,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase dodge rating by 12.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20741,15,0,-1,'Deadwood Ritual Totem',7299,1,0,0,1,0,0,0,-1,-1,45,45,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The totem is thick with the taint of corruption.',0,0,0,8470,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20742,15,0,-1,'Winterfall Ritual Totem',33191,1,0,0,1,0,0,0,-1,-1,50,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The totem is thick with the taint of corruption.',0,0,0,8471,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20743,12,0,-1,'Unstable Mana Crystal',7050,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20744,0,8,-1,'Minor Wizard Oil',9731,1,64,0,1,2000,500,0,-1,-1,15,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25117,0,-5,-5,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20745,0,8,-1,'Minor Mana Oil',34492,1,64,0,1,4000,1000,0,-1,-1,30,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25118,0,-5,-5,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20746,0,8,-1,'Lesser Wizard Oil',47903,1,64,0,1,4000,1000,0,-1,-1,40,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25119,0,-5,-5,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20747,0,8,-1,'Lesser Mana Oil',47902,1,64,0,1,4000,1000,0,-1,-1,50,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25120,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20748,0,8,-1,'Brilliant Mana Oil',41488,1,64,0,1,4000,1000,0,-1,-1,55,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25123,0,-5,-5,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20749,0,8,-1,'Brilliant Wizard Oil',47901,1,64,0,1,4000,1000,0,-1,-1,55,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25122,0,-5,-5,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20750,0,8,-1,'Wizard Oil',47905,1,64,0,1,4000,1000,0,-1,-1,50,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25121,0,-5,-5,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20752,9,8,-1,'Formula: Minor Mana Oil',11431,1,64,0,1,3000,750,0,-1,-1,30,0,333,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25125,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to create Minor Mana Oil.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20753,9,8,-1,'Formula: Lesser Wizard Oil',11431,1,64,0,1,4000,1000,0,-1,-1,40,0,333,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25126,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to create Lesser Wizard Oil.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20754,9,8,-1,'Formula: Lesser Mana Oil',11431,1,64,0,1,10000,2500,0,-1,-1,50,0,333,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25127,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to create Lesser Mana Oil.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20755,9,8,-1,'Formula: Wizard Oil',7798,1,64,0,1,20000,5000,0,-1,-1,55,0,333,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25128,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to create Wizard Oil.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20756,9,8,-1,'Formula: Brilliant Wizard Oil',7798,1,64,0,1,40000,10000,0,-1,-1,60,0,333,300,0,0,0,270,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25129,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create Brilliant Wizard Oil.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20757,9,8,-1,'Formula: Brilliant Mana Oil',7798,1,64,0,1,40000,10000,0,-1,-1,60,0,333,300,0,0,0,270,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25130,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create Brilliant Mana Oil.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20758,9,8,-1,'Formula: Minor Wizard Oil',11431,1,64,0,1,500,125,0,-1,-1,15,0,333,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25124,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to create Minor Wizard Oil.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20759,12,0,-1,'Otembe\'s Hammer',36443,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20760,12,0,-1,'Chieftain Zul\'Marosh\'s Head',10546,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20761,9,6,-1,'Recipe: Transmute Elemental Fire',1102,1,64,0,1,120000,30000,0,-1,-1,60,0,171,300,0,0,0,59,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25146,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to transmute a Heart of Fire into three Elemental Fires.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20763,15,0,-1,'Broken Weapon',33200,0,0,0,1,1250,312,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20764,12,0,-1,'Prospector Anvilward\'s Head',3920,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20765,12,0,-1,'Incriminating Documents',3024,1,2048,0,1,0,0,0,-1,-1,4,4,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8482,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20766,15,0,-1,'Slimy Bag',33201,1,4,0,1,0,0,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20767,15,0,-1,'Scum Covered Bag',33201,1,4,0,1,0,0,0,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20768,15,0,-1,'Oozing Bag',33204,1,4,0,1,0,0,0,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20769,15,2,-1,'Disgusting Oozeling',33202,1,64,0,1,10000,2500,0,-1,-1,55,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,25162,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20770,15,0,-1,'Bubbling Green Ichor',33203,0,0,0,1,1800,450,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20771,12,0,-1,'Tainted Soil Sample',4690,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20772,12,0,-1,'Springpaw Pelt',33205,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20797,12,0,-1,'Lynx Collar',7061,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These collars were used as markings for the lynxes of Sunstrider Isle.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20799,12,0,-1,'Felendren\'s Head',9666,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20800,12,0,-1,'Cenarion Logistics Badge',33207,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20801,12,0,-1,'Cenarion Tactical Badge',33208,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20802,12,0,-1,'Cenarion Combat Badge',33209,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20803,12,0,-1,'Twilight Battle Orders',5567,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20804,12,0,-1,'Erona\'s Package',33210,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20805,15,0,-1,'Followup Logistics Assignment',33211,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20806,12,0,-1,'Logistics Task Briefing X',1102,2,0,2,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8496,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20807,12,0,-1,'Logistics Task Briefing I',1102,2,0,2,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8497,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20808,15,0,-1,'Combat Assignment',33211,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20809,15,0,-1,'Tactical Assignment',33211,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20810,12,0,-1,'Signed Field Duty Papers',16065,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20812,15,0,-1,'Tattered Pelt',33222,0,0,0,1,20,5,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20813,15,0,-1,'Lynx Tooth',6002,0,0,0,1,16,4,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20815,7,11,-1,'Jeweler\'s Kit',33224,1,0,0,1,800,200,0,-1,-1,20,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,5,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20816,7,4,-1,'Delicate Copper Wire',39921,1,0,0,1,80,20,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20817,7,4,-1,'Bronze Setting',39923,1,0,0,1,400,100,0,-1,-1,22,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20818,4,0,-1,'Elegant Silver Ring',3666,2,524288,0,1,2500,625,11,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,2,5,2,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340),(20820,4,0,-1,'Simple Pearl Ring',28812,2,524288,0,1,4258,1064,11,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,1,31,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340),(20821,4,0,-1,'Inlaid Malachite Ring',24087,2,524288,0,1,4258,1064,11,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(20823,4,0,-1,'Gloom Band',24022,2,524288,0,1,3350,837,11,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,1,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340),(20824,7,4,-1,'Simple Grinder',33227,1,0,0,1,25000,6250,0,-1,-1,20,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,5,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20826,4,0,-1,'Heavy Silver Ring',26537,3,524288,0,1,8830,2207,11,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,3476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340),(20827,4,0,-1,'Ring of Silver Might',9837,2,524288,0,1,3500,875,11,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,7,4,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340),(20828,4,0,-1,'Ring of Twilight Shadows',31800,2,524288,0,1,2710,677,11,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,2,5,4,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,7,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340),(20830,4,0,-1,'Amulet of the Moon',9657,2,0,0,1,6140,1535,2,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,2,5,4,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25207,0,10,10,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340),(20831,4,0,-1,'Heavy Golden Necklace of Battle',9857,2,0,0,1,6140,1535,2,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,7,5,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25211,0,10,10,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340),(20832,4,1,-1,'Moonsoul Crown',43894,3,0,0,1,9003,1800,1,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340),(20833,4,0,-1,'Wicked Moonstone Ring',6012,2,524288,0,1,6160,1540,11,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340),(20835,2,7,-1,'Sunstrider Sword',33236,1,0,0,1,129,25,21,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20836,2,15,-1,'Sunstrider Dagger',33237,1,0,0,1,129,25,13,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20837,2,0,-1,'Sunstrider Axe',33235,1,0,0,1,130,26,21,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,9,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20838,2,2,-1,'Sunstrider Bow',20723,1,0,0,1,98,19,15,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,12,0,0,0,0,0,0,0,0,0,0,0,2300,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20839,2,10,-1,'Sunstrider Staff',38291,1,0,0,1,164,32,17,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,10,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20840,2,4,-1,'Sunstrider Mace',5194,1,0,0,1,131,26,21,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20841,4,6,-1,'Sunstrider Shield',33291,1,0,0,1,84,16,14,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,1,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20842,15,0,-1,'Frayed Tender Vine',6501,0,0,0,1,20,5,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20843,15,0,-1,'Smashed Petal',33239,0,0,0,1,24,6,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20844,0,8,-1,'Deadly Poison V',13707,1,2097216,0,1,300,75,0,8,-1,60,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25351,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20845,15,0,-1,'Torn Wyrm Scale',26375,0,0,0,1,16,4,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20846,15,0,-1,'Faintly Glowing Eye',3177,0,0,0,1,20,5,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20847,15,0,-1,'Wraith Fragment',33248,0,0,0,1,24,6,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20848,15,0,-1,'Sparkling Dust',33249,0,0,0,1,20,5,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20849,2,7,-1,'Arcane Forged Shortsword',33220,1,0,0,1,84,16,13,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20850,2,0,-1,'Arcane Forged Axe',33255,1,0,0,1,84,16,13,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20851,2,4,-1,'Arcane Forged Mace',33308,1,0,0,1,85,17,13,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20852,2,15,-1,'Arcane Forged Dirk',33253,1,0,0,1,85,17,13,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20853,2,10,-1,'Mana Gathering Staff',33254,1,0,0,1,107,21,17,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,8,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20854,9,10,-1,'Design: Amulet of the Moon',1102,1,64,0,1,1800,450,0,-1,-1,30,0,755,110,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25339,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft an Amulet of the Moon.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20855,9,10,-1,'Design: Wicked Moonstone Ring',1102,1,64,0,1,1500,375,0,-1,-1,32,0,755,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,25323,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Wicked Moonstone Ring.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20856,9,10,-1,'Design: Heavy Golden Necklace of Battle',1102,1,64,0,1,1500,375,0,-1,-1,35,0,755,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25320,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Heavy Golden Necklace of Battle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20857,0,5,-1,'Honey Bread',6399,1,0,0,1,25,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340),(20858,12,0,-1,'Stone Scarab',34162,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20859,12,0,-1,'Gold Scarab',34159,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20860,12,0,-1,'Silver Scarab',34161,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20861,12,0,-1,'Bronze Scarab',34156,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20862,12,0,-1,'Crystal Scarab',34158,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20863,12,0,-1,'Clay Scarab',34157,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20864,12,0,-1,'Bone Scarab',34155,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20865,12,0,-1,'Ivory Scarab',34160,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20866,12,0,-1,'Azure Idol',34140,3,32832,0,1,0,0,0,140,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20867,12,0,-1,'Onyx Idol',34153,3,32832,0,1,0,0,0,265,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20868,12,0,-1,'Lambent Idol',34228,3,32832,0,1,0,0,0,21,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20869,12,0,-1,'Amber Idol',34136,3,32832,0,1,0,0,0,326,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20870,12,0,-1,'Jasper Idol',34151,3,32832,0,1,0,0,0,1296,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20871,12,0,-1,'Obsidian Idol',34152,3,32832,0,1,0,0,0,210,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20872,12,0,-1,'Vermillion Idol',34154,3,32832,0,1,0,0,0,1098,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20873,12,0,-1,'Alabaster Idol',34138,3,32832,0,1,0,0,0,1153,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20874,12,0,-1,'Idol of the Sun',34150,3,32832,0,1,0,0,0,141,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20875,12,0,-1,'Idol of Night',34145,3,32832,0,1,0,0,0,393,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20876,12,0,-1,'Idol of Death',34143,3,32832,0,1,0,0,0,401,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20877,12,0,-1,'Idol of the Sage',34148,3,32832,0,1,0,0,0,466,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20878,12,0,-1,'Idol of Rebirth',34146,3,32832,0,1,0,0,0,1362,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20879,12,0,-1,'Idol of Life',34144,3,32832,0,1,0,0,0,1110,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20881,12,0,-1,'Idol of Strife',34147,3,32832,0,1,0,0,0,1102,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20882,12,0,-1,'Idol of War',34149,3,32832,0,1,0,0,0,1037,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20884,12,0,-1,'Qiraji Magisterial Ring',34168,3,0,0,1,0,0,0,1219,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20885,12,0,-1,'Qiraji Martial Drape',34169,3,0,0,1,0,0,0,153,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20886,12,0,-1,'Qiraji Spiked Hilt',34170,4,0,0,1,0,0,0,79,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20888,12,0,-1,'Qiraji Ceremonial Ring',34167,3,0,0,1,0,0,0,284,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20889,12,0,-1,'Qiraji Regal Drape',32253,3,0,0,1,0,0,0,1350,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20890,12,0,-1,'Qiraji Ornate Hilt',34171,4,0,0,1,0,0,0,1424,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20891,4,1,-1,'Neophyte\'s Robe',33256,0,0,0,1,5,1,20,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20892,4,1,-1,'Acolyte\'s Robe',33257,0,0,0,1,5,1,20,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20893,4,1,-1,'Apprentice\'s Robe',33258,0,0,0,1,5,1,20,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20894,4,1,-1,'Apprentice\'s Pants',33259,0,0,0,1,5,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20895,4,0,-1,'Apprentice\'s Boots',33260,1,0,0,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20896,4,1,-1,'Lookout\'s Pants',33342,0,0,0,1,4,1,7,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20897,4,0,-1,'Lookout\'s Tunic',33353,0,0,0,1,4,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20898,4,1,-1,'Lookout\'s Shoes',36764,0,0,0,1,3,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20899,4,1,-1,'Warder\'s Pants',33351,0,0,0,1,4,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20900,4,1,-1,'Warder\'s Boots',33350,0,0,0,1,3,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20901,4,0,-1,'Warder\'s Shirt',33352,0,0,0,1,4,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20906,4,0,-1,'Braided Copper Ring',9823,2,524288,0,1,1000,250,11,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(20907,4,0,-1,'Solid Bronze Ring',9836,2,524288,0,1,1200,300,11,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,30,0,0,0,'',3,0,0,0,0,12340),(20909,4,0,-1,'Barbaric Iron Collar',33262,2,0,0,1,4040,1010,2,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9140,1,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340),(20910,2,2,-1,'Stiff Shortbow',20723,1,0,0,1,63,12,15,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,2000,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20911,4,6,-1,'Light Guard',33309,1,0,0,1,37,7,14,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,1,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20912,4,6,-1,'Large Shield',33307,1,0,0,1,84,16,14,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,1,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20914,4,3,-1,'Unadorned Chain Belt',33264,1,0,0,1,39,7,6,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20915,4,3,-1,'Unadorned Chain Boots',33270,1,0,0,1,60,12,8,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20916,4,3,-1,'Unadorned Chain Bracers',33266,1,0,0,1,36,7,9,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20917,4,3,-1,'Unadorned Chain Gloves',33269,1,0,0,1,36,7,10,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20918,4,3,-1,'Unadorned Chain Leggings',33263,1,0,0,1,72,14,7,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20919,4,3,-1,'Unadorned Chain Vest',33268,1,0,0,1,73,14,5,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20920,4,2,-1,'Sun Cured Belt',33271,1,0,0,1,30,6,6,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20921,4,2,-1,'Sun Cured Boots',33272,1,0,0,1,46,9,8,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20922,4,2,-1,'Sun Cured Bracers',33275,1,0,0,1,30,6,9,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20923,4,2,-1,'Sun Cured Gloves',33276,1,0,0,1,30,6,10,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20924,4,2,-1,'Sun Cured Pants',33273,1,0,0,1,62,12,7,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20925,4,2,-1,'Sun Cured Vest',33274,1,0,0,1,62,12,5,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20926,12,0,-1,'Vek\'nilash\'s Circlet',32253,4,0,0,1,0,0,0,401,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20927,12,0,-1,'Ouro\'s Intact Hide',34172,4,0,0,1,0,0,0,153,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20928,15,0,-1,'Qiraji Bindings of Command',34164,4,0,0,1,0,0,0,29,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20929,15,0,-1,'Carapace of the Old God',34174,4,0,0,1,0,0,0,79,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20930,15,0,-1,'Vek\'lor\'s Diadem',32253,4,0,0,1,0,0,0,1102,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20931,12,0,-1,'Skin of the Great Sandworm',34173,4,0,0,1,0,0,0,1350,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20932,15,0,-1,'Qiraji Bindings of Dominance',34166,4,0,0,1,0,0,0,1474,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20933,15,0,-1,'Husk of the Old God',34175,4,0,0,1,0,0,0,1424,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20934,12,0,-1,'Wraith Essence',26773,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20935,12,0,-1,'Tainted Wraith Essence',20614,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20938,12,0,-1,'Falconwing Square Gift Voucher',18499,1,0,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8547,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20939,12,0,-1,'Logistics Task Briefing II',1102,2,0,2,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8540,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20940,12,0,-1,'Logistics Task Briefing III',1102,2,0,2,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8541,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20941,12,0,-1,'Combat Task Briefing XII',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8501,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20942,12,0,-1,'Combat Task Briefing III',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8502,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20943,12,0,-1,'Tactical Task Briefing X',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8498,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20944,12,0,-1,'Tactical Task Briefing IX',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8740,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20945,12,0,-1,'Tactical Task Briefing II',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8537,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20947,12,0,-1,'Tactical Task Briefing IV',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8535,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20948,12,0,-1,'Tactical Task Briefing V',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8538,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20949,12,0,-1,'Magical Ledger',33285,1,32768,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',2822,11,1,8575,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20950,4,0,-1,'Pendant of the Agate Shield',33288,2,0,0,1,6140,1535,2,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,2,7,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7517,1,0,0,0,0,-1,25606,0,10,10,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340),(20951,12,0,-1,'Narain\'s Scrying Goggles',33286,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20954,2,13,-1,'Heavy Iron Knuckles',26592,2,0,0,1,28409,5681,13,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,35,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340),(20955,4,0,-1,'Golden Dragon Ring',31498,2,524288,0,1,2660,665,11,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9140,1,0,0,-1,0,-1,7515,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340),(20957,7,4,-1,'Cut Citrine',7339,2,0,0,1,3500,875,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(20958,4,0,-1,'Blazing Citrine Ring',30661,2,524288,0,1,4520,1130,11,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9415,1,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340),(20959,4,0,-1,'The Jade Eye',9842,2,524288,0,1,6880,1720,11,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7517,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(20960,4,0,-1,'Engraved Truesilver Ring',31616,2,524288,0,1,6880,1720,11,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,5,4,3,7,3,3,3,5,3,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(20961,4,0,-1,'Citrine Ring of Rapid Healing',28831,2,524288,0,1,6880,1720,11,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,2,6,6,45,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(20963,7,4,-1,'Mithril Filigree',39922,1,0,0,1,3600,900,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20964,4,0,-1,'Aquamarine Signet',9837,3,524288,0,1,26584,6646,11,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3482,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340),(20966,4,0,-1,'Jade Pendant of Blasting',6539,2,64,0,1,13930,3482,2,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9398,1,0,0,0,0,-1,25607,0,10,10,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(20967,4,0,-1,'Citrine Pendant of Golden Healing',15420,2,64,0,1,13930,3482,2,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9407,1,0,0,0,0,-1,25608,0,10,10,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(20969,4,1,-1,'Ruby Crown of Restoration',43895,3,64,0,1,29947,5989,1,262143,2147483647,45,40,0,0,0,0,0,0,0,0,1,0,1,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,18034,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340),(20970,9,10,-1,'Design: Pendant of the Agate Shield',1102,1,64,0,1,1500,375,0,-1,-1,31,0,755,120,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,25610,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Pendant of the Agate Shield.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20971,9,10,-1,'Design: Heavy Iron Knuckles',1102,1,64,0,1,1500,375,0,-1,-1,32,0,755,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25612,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Heavy Iron Knuckles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20973,9,10,-1,'Design: Blazing Citrine Ring',1102,1,64,0,1,2000,500,0,-1,-1,35,0,755,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25617,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Blazing Citrine Ring.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20974,9,10,-1,'Design: Jade Pendant of Blasting',15274,2,64,0,1,2500,625,0,-1,-1,36,0,755,160,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25618,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Jade Pendant of Blasting.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20975,9,10,-1,'Design: The Jade Eye',1102,1,64,0,1,2500,625,0,-1,-1,37,0,755,170,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25619,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft The Jade Eye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20976,9,10,-1,'Design: Citrine Pendant of Golden Healing',15274,2,64,0,1,3500,0,0,-1,-1,39,0,755,190,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25622,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Citrine Pendant of Golden Healing.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20978,2,10,-1,'Apprentice\'s Staff',33299,1,0,0,1,46,9,17,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20980,2,2,-1,'Warder\'s Shortbow',8106,1,0,0,1,27,5,15,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,2300,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20981,2,4,-1,'Neophyte\'s Mace',37294,1,0,0,1,37,7,21,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20982,2,15,-1,'Sharp Dagger',37170,1,0,0,1,37,7,13,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20983,2,15,-1,'Acolyte\'s Dagger',37171,1,0,0,1,37,7,13,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20985,4,1,-1,'Light Cloth Shoes',16576,1,0,0,1,38,7,8,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20986,4,1,-1,'Light Cloth Pants',8969,1,0,0,1,51,10,7,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20987,4,1,-1,'Light Cloth Gloves',16969,1,0,0,1,25,5,10,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20988,4,1,-1,'Light Cloth Bracers',16929,1,0,0,1,25,5,9,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20989,4,1,-1,'Light Cloth Belt',16832,1,0,0,1,25,5,6,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20990,4,1,-1,'Light Cloth Armor',16575,1,0,0,1,52,10,5,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20991,4,1,-1,'Daylight Cloak',15196,1,0,0,1,36,7,16,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20992,4,1,-1,'Sunrise Bracers',33319,1,0,0,1,24,4,9,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20993,4,2,-1,'Lynxskin Gloves',36955,1,0,0,1,30,6,10,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20994,4,3,-1,'Green Chain Vest',33322,1,0,0,1,73,14,5,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20995,4,1,-1,'Well Watcher Gloves',33323,1,0,0,1,24,4,10,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20996,4,2,-1,'Sunspire Cord',33324,1,0,0,1,30,6,6,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20997,4,3,-1,'Green Chain Boots',33325,1,0,0,1,56,11,8,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20998,4,1,-1,'Wyrm Sash',33326,1,0,0,1,24,4,6,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20999,4,3,-1,'Green Chain Gauntlets',33327,1,0,0,1,37,7,10,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21000,4,2,-1,'Vigorous Bracers',33328,1,0,0,1,31,6,9,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21001,4,1,-1,'Striding Pants',33329,1,0,0,1,50,10,7,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21002,4,1,-1,'Unkempt Belt',33330,0,0,0,1,7,1,6,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21003,4,1,-1,'Unkempt Bracers',33331,0,0,0,1,16,3,9,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21004,4,1,-1,'Unkempt Cloak',33356,0,0,0,1,25,5,16,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21005,4,1,-1,'Unkempt Gloves',33333,0,0,0,1,7,1,10,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21006,4,1,-1,'Unkempt Pants',33334,0,0,0,1,10,2,7,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21007,4,1,-1,'Unkempt Robe',16696,0,0,0,1,22,4,20,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21008,4,1,-1,'Unkempt Shoes',14403,0,0,0,1,17,3,8,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21009,4,2,-1,'Scraggy Leather Belt',14335,0,0,0,1,20,4,6,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21010,4,2,-1,'Scraggy Leather Boots',14354,0,0,0,1,13,2,8,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21011,4,2,-1,'Scraggy Leather Bracers',14336,0,0,0,1,13,2,9,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21012,4,2,-1,'Scraggy Leather Gloves',17184,0,0,0,1,13,2,10,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21013,4,2,-1,'Scraggy Leather Pants',14338,0,0,0,1,12,2,7,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21014,4,2,-1,'Scraggy Leather Vest',14339,0,0,0,1,40,8,5,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21015,4,3,-1,'Shoddy Chain Belt',27951,0,0,0,1,7,1,6,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21016,4,3,-1,'Shoddy Chain Vest',33340,0,0,0,1,49,9,5,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21017,4,3,-1,'Shoddy Chain Pants',3519,0,0,0,1,14,2,7,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21018,4,3,-1,'Shoddy Chain Gloves',33341,0,0,0,1,16,3,10,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21019,4,3,-1,'Shoddy Chain Bracers',6828,0,0,0,1,16,3,9,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21020,4,3,-1,'Shoddy Chain Boots',6827,0,0,0,1,16,3,8,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21021,4,6,-1,'Battered Shield',3931,0,0,0,1,35,7,14,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,1,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21022,4,6,-1,'Weather Beaten Buckler',2552,0,0,0,1,16,3,14,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,1,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21023,0,5,-1,'Dirge\'s Kickin\' Chimaerok Chops',25468,1,0,0,5,5000,250,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25660,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(21024,7,8,-1,'Chimaerok Tenderloin',25472,1,0,0,1,0,0,0,32767,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21025,9,5,-1,'Recipe: Dirge\'s Kickin\' Chimaerok Chops',12547,4,64,0,1,5000,1250,0,32767,-1,60,0,185,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25659,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Dirge\'s Kickin\' Chimaerok Chops.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21027,12,0,-1,'Lakmaeran\'s Carcass',4112,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It really does look like a big chicken.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21028,12,0,-1,'500 Pound Chicken',4112,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21029,12,0,-1,'Ransom Letter',31238,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21030,0,5,-1,'Darnassus Kimchi Pie',6342,1,0,0,5,2000,100,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340),(21031,0,5,-1,'Cabbage Kimchi',26733,1,0,0,5,4000,200,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340),(21032,12,0,-1,'Meridith\'s Love Letter',7649,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21033,0,5,-1,'Radish Kimchi',26731,1,0,0,5,4000,200,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340),(21037,15,0,-1,'Crude Map',33399,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A map indicating where the crooks expect the drop-off to be made.',2828,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21038,0,8,-1,'Hardpacked Snowball',29169,1,65600,0,1,10,0,0,-1,-1,5,0,0,0,0,0,0,0,0,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25677,0,-1,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,2597,0,0,0,0,0,0,0,0,0,0,0,-1,0,300,0,0,'',0,0,0,0,0,12340),(21039,4,0,-1,'Narain\'s Turban',33401,1,1088,0,1,5,1,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25688,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Use with Narain\'s Robe to disguise yourself as Narain!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21040,4,0,-1,'Narain\'s Robe',33402,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21041,12,0,-1,'Bag of Gold',21202,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25720,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21042,15,0,-1,'Narain\'s Special Kit',30271,1,4,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21071,7,8,-1,'Raw Sagefish',24719,1,0,0,1,100,25,0,-1,-1,20,10,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25692,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(21072,0,5,-1,'Smoked Sagefish',24719,1,0,0,1,160,40,0,-1,-1,20,10,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25690,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(21099,9,5,-1,'Recipe: Smoked Sagefish',1102,1,64,0,1,500,125,0,-1,-1,15,0,185,80,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25704,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Smoked Sagefish.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21100,12,0,-1,'Coin of Ancestry',34104,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A symbol of honor and respect for one\'s ancestry.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21103,15,0,-1,'Draconic for Dummies',33423,1,32768,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Chapter I',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21104,15,0,-1,'Draconic for Dummies',33423,1,32768,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Chapter II',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21105,15,0,-1,'Draconic for Dummies',33423,1,32768,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Chapter III',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21106,15,0,-1,'Draconic for Dummies',33423,1,32768,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Chapter IV',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21107,15,0,-1,'Draconic for Dummies',33423,1,32768,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Chapter V',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21108,15,0,-1,'Draconic for Dummies',33423,1,32768,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Chapter VI',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21109,15,0,-1,'Draconic for Dummies',33423,1,32768,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Chapter VII',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21110,15,0,-1,'Draconic for Dummies',33423,1,32768,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Chapter VIII',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21111,12,0,-1,'Draconic For Dummies: Volume II',1246,1,131072,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21112,12,0,-1,'Magical Book Binding',32426,1,1088,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25719,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21113,15,0,-1,'Watertight Trunk',12331,1,4,0,1,10,2,0,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21114,0,5,-1,'Rumsey Rum Dark',18099,1,0,0,1,200,50,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25722,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21115,4,0,-1,'Defiler\'s Talisman',6502,3,36864,1,1,0,0,12,-1,-1,53,48,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25746,0,0,0,180000,1155,180000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21116,4,0,-1,'Defiler\'s Talisman',6502,3,36864,1,1,0,0,12,-1,-1,43,38,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25747,0,0,0,180000,1155,180000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21117,4,0,-1,'Talisman of Arathor',6502,3,36864,2,1,0,0,12,-1,-1,53,48,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25746,0,0,0,180000,1155,180000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21118,4,0,-1,'Talisman of Arathor',6502,3,36864,2,1,0,0,12,-1,-1,43,38,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25747,0,0,0,180000,1155,180000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21119,4,0,-1,'Talisman of Arathor',6502,3,36864,2,1,0,0,12,-1,-1,33,28,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25750,0,0,0,180000,1155,180000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21120,4,0,-1,'Defiler\'s Talisman',6502,3,36864,1,1,0,0,12,-1,-1,33,28,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25750,0,0,0,180000,1155,180000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21126,2,15,-1,'Death\'s Sting',34513,4,524288,0,1,428491,85698,13,32767,-1,84,60,0,0,0,0,0,0,0,0,1,0,2,7,10,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,144,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21128,2,10,-1,'Staff of the Qiraji Prophets',33429,4,0,0,1,488877,97775,17,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,3,5,26,7,21,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,214,0,0,0,0,0,0,10,10,10,10,10,2900,0,0,23732,1,0,0,-1,0,-1,25767,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-14,0,0,0,'',65,0,0,0,0,12340),(21130,15,0,-1,'Diary of Weavil',1134,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',2829,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21131,15,0,-1,'Followup Combat Assignment',33211,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(21132,15,0,-1,'Logistics Assignment',33211,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21133,15,0,-1,'Followup Tactical Assignment',33211,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21134,2,1,-1,'Dark Edge of Insanity',33435,4,0,0,1,551889,110377,17,32767,-1,84,60,0,0,0,0,0,0,0,0,1,0,3,4,35,3,19,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,364,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,26108,2,0,1.7,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21136,12,0,-1,'Arcanite Buoy',33436,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25783,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21137,12,0,-1,'Blue Scepter Shard',6614,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21138,12,0,-1,'Red Scepter Shard',20977,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21139,12,0,-1,'Green Scepter Shard',6663,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21140,0,8,-1,'Auction Stationery',1102,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21142,15,0,-1,'From the Desk of Lord Victor Nefarius',16065,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',2838,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21143,12,0,-1,'Unsigned Field Duty Papers',24154,1,1024,0,1,0,0,0,-1,-1,60,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28745,0,-1,0,180000,1140,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21144,12,0,-1,'Demon Summoning Torch',23295,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25793,0,0,0,600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A shamanistic device fashioned by the Timbermaw to summon forth corrupting demons.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21145,12,0,-1,'Essence of Xandivious',9731,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21146,12,0,-1,'Fragment of the Nightmare\'s Corruption',33456,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'-Hinterlands',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21147,12,0,-1,'Fragment of the Nightmare\'s Corruption',33456,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'-Ashenvale',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21148,12,0,-1,'Fragment of the Nightmare\'s Corruption',33456,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'-Feralas',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21149,12,0,-1,'Fragment of the Nightmare\'s Corruption',33456,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'-Duskwood',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21150,15,0,-1,'Iron Bound Trunk',12331,1,4,0,1,10,2,0,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21151,0,5,-1,'Rumsey Rum Black Label',18099,1,0,0,1,200,50,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25804,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21153,7,8,-1,'Raw Greater Sagefish',28622,1,0,0,1,500,125,0,-1,-1,40,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25693,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(21154,4,1,-1,'Festival Dress',34096,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21155,12,0,-1,'Timbermaw Offering of Peace',33460,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This truesilver-wrought item is a furbolg symbol of peace. A sealed message is attached to it.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21156,15,0,-1,'Scarab Bag',20342,1,4,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21157,4,0,-1,'Festive Green Dress',34093,1,0,0,1,0,0,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21158,12,0,-1,'Hive\'Zora Scout Report',1102,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21160,12,0,-1,'Hive\'Regal Scout Report',1102,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21161,12,0,-1,'Hive\'Ashi Scout Report',1102,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21162,15,4,-1,'Bloated Oily Blackmouth',9150,1,4,0,1,100,25,0,-1,-1,15,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(21164,15,4,-1,'Bloated Rockscale Cod',4823,1,4,0,1,400,100,0,-1,-1,35,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(21165,12,0,-1,'Tactical Task Briefing VI',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8534,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21166,12,0,-1,'Tactical Task Briefing VII',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8738,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21167,12,0,-1,'Tactical Task Briefing VIII',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8739,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21171,15,0,-1,'Filled Festive Mug',33469,1,66624,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25851,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,86400,0,0,'',0,0,0,0,0,12340),(21174,15,0,-1,'Empty Festive Mug',33470,1,196672,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25855,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,86400,0,0,'',0,0,0,0,0,12340),(21175,15,0,-1,'The Scepter of the Shifting Sands',33518,1,0,0,1,0,0,0,32767,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21176,15,5,-1,'Black Qiraji Resonating Crystal',33967,5,32768,0,1,1000000,0,0,-1,-1,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,330,3000,26656,6,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21177,15,1,-1,'Symbol of Kings',34177,1,0,0,20,3000,37,0,-1,-1,60,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21178,4,2,-1,'Gloves of Earthen Power',33519,3,0,0,1,66344,13268,10,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,1,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(21179,4,0,-1,'Band of Earthen Wrath',23608,3,0,0,1,42837,10709,11,-1,-1,62,0,0,0,0,0,0,0,0,1,1,0,1,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(21180,4,0,-1,'Earthstrike',33520,4,0,0,1,86450,21612,12,-1,-1,66,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25891,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21181,4,0,-1,'Grace of Earth',33522,3,64,0,1,86450,21612,12,-1,-1,66,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25892,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(21182,4,0,-1,'Band of Earthen Might',26001,3,0,0,1,42837,10709,11,-1,-1,66,0,0,0,0,0,0,0,0,1,1,0,1,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(21183,4,1,-1,'Earthpower Vest',33527,3,0,0,1,103103,20620,5,-1,-1,66,0,0,0,0,0,0,0,0,0,1,0,1,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(21184,4,4,-1,'Deeprock Bracers',33528,4,0,0,1,118358,23671,9,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,3,4,19,3,10,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,352,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21185,4,0,-1,'Earthcalm Orb',33529,4,0,0,1,41810,10452,23,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21629,1,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21186,4,1,-1,'Rockfury Bracers',33530,4,0,0,1,67753,13550,9,1535,-1,62,0,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21187,4,1,-1,'Earthweave Cloak',33531,3,0,0,1,76499,15299,16,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,1,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(21188,2,5,-1,'Fist of Cenarius',33533,4,0,0,1,449769,89953,17,-1,-1,66,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,263,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,18056,1,0,0,-1,0,-1,18382,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21189,4,0,-1,'Might of Cenarius',31908,4,32768,0,1,755555,188888,11,-1,-1,62,0,0,0,0,0,0,0,0,1,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25901,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21190,4,0,-1,'Wrath of Cenarius',31498,4,32768,0,1,755555,188888,11,-1,-1,66,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25906,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21191,15,0,-1,'Carefully Wrapped Present',29902,1,4,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21196,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,60,60,0,0,0,0,0,910,3,1,1,0,2,7,18,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13383,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Protector',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21197,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,65,60,0,0,0,0,0,910,4,1,1,0,2,7,19,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13383,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Protector',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21198,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,70,60,0,0,0,0,0,910,5,1,1,0,2,7,21,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Protector',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21199,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,75,60,0,0,0,0,0,910,6,1,1,0,2,7,22,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Protector',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21200,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,80,60,0,0,0,0,0,910,7,1,1,0,2,7,24,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Protector',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21201,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,60,60,0,0,0,0,0,910,3,1,1,0,2,3,14,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Conqueror',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21202,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,65,60,0,0,0,0,0,910,4,1,1,0,2,3,15,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Conqueror',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21203,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,70,60,0,0,0,0,0,910,5,1,1,0,2,3,17,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Conqueror',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21204,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,75,60,0,0,0,0,0,910,6,1,1,0,2,3,17,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Conqueror',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21205,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,80,60,0,0,0,0,0,910,7,1,1,0,2,3,18,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Conqueror',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21206,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,60,60,0,0,0,0,0,910,3,1,1,0,2,5,7,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Invoker',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21207,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,65,60,0,0,0,0,0,910,4,1,1,0,2,5,8,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Invoker',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21208,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,70,60,0,0,0,0,0,910,5,1,1,0,2,5,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Invoker',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21209,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,75,60,0,0,0,0,0,910,6,1,1,0,2,5,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Invoker',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21210,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,80,60,0,0,0,0,0,910,7,1,1,0,2,5,9,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Invoker',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21211,12,0,-1,'Pouch of Reindeer Dust',2593,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This strange dust should allow Metzen to be freed when sprinkled on him.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21212,0,0,-1,'Fresh Holly',57757,1,65536,0,1,0,0,0,32767,-1,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25860,0,-1,-1,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,141,'',0,0,0,0,0,12340),(21213,15,3,-1,'Preserved Holly',57757,2,0,0,1,0,0,0,32767,-1,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62061,0,-1,-1,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21214,9,0,-1,'Tome of Frostbolt XI',1103,3,64,0,1,400000,100000,0,31360,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25304,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Frostbolt (Rank 11).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21215,0,5,-1,'Graccu\'s Mince Meat Fruitcake',33681,1,0,0,1,0,0,0,32767,-1,65,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25990,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Preserved with Graccu\'s special spices! It\'ll be a very long time before these turn bad...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21216,15,0,-1,'Smokywood Pastures Extra-Special Gift',29902,1,4,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21217,0,5,-1,'Sagefish Delight',28622,1,0,0,1,500,125,0,-1,-1,40,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25691,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(21218,15,5,-1,'Blue Qiraji Resonating Crystal',33969,3,32768,0,1,1000000,0,0,-1,-1,40,40,762,75,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,25953,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This mount may only be summoned in the Temple of Ahn\'Qiraj.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21219,9,5,-1,'Recipe: Sagefish Delight',1301,1,64,0,1,5000,1250,0,-1,-1,35,0,185,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25954,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Sagefish Delight.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21220,12,0,-1,'Head of Ossirian the Unscarred',33540,4,32768,0,1,0,0,0,32767,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8791,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21221,12,0,-1,'Eye of C\'Thun',33541,4,32768,0,1,0,0,0,32767,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8801,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21222,15,0,-1,'Armored Chitin',33542,0,0,0,1,7000,1750,0,-1,-1,60,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21223,15,0,-1,'Black Stone',33543,0,0,0,1,6000,1500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21224,15,0,-1,'Ancient Armor Fragment',33544,0,0,0,1,12000,3000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21225,15,0,-1,'Heavy Silithid Husk',33545,0,0,0,1,10000,2500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21226,15,0,-1,'Runic Stone',33546,0,0,0,1,16000,4000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21227,15,0,-1,'Ancient Hero\'s Skull',7741,0,0,0,1,30000,7500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21228,15,0,-1,'Mithril Bound Trunk',30952,1,4,0,1,10,2,0,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21229,15,0,-1,'Qiraji Lord\'s Insignia',32745,1,2048,0,1,0,0,0,32767,-1,60,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21230,15,0,-1,'Ancient Qiraji Artifact',33547,1,2048,0,1,0,0,0,32767,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8784,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21232,15,0,-1,'Imperial Qiraji Armaments',33549,4,0,0,1,0,0,0,32767,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Ceremonial Armaments of the Qiraji Lords. Used by Qiraji infantry.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21235,0,5,-1,'Winter Veil Roast',33551,1,64,0,1,0,0,0,32767,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24005,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(21237,15,0,-1,'Imperial Qiraji Regalia',33572,4,0,0,1,0,0,0,32767,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Regalia of Qiraji Nobility. Used by Qiraji spell casters.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21241,0,0,-1,'Winter Veil Eggnog',24570,1,64,0,1,0,0,0,32767,-1,55,0,0,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24355,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21242,2,0,-1,'Blessed Qiraji War Axe',34178,4,0,0,1,410728,82145,13,32767,-1,79,60,0,0,0,0,0,0,0,0,1,0,2,5,10,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,205,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,7597,1,0,0,-1,0,-1,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The weapon is infused and reinforced with Elementium.',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21243,15,4,-1,'Bloated Mightfish',7176,1,4,0,1,400,100,0,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(21244,2,15,-1,'Blessed Qiraji Pugio',34142,4,0,0,1,413792,82758,13,32767,-1,79,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,134,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The weapon is infused and reinforced with Elementium.',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21245,12,0,-1,'Tactical Task Briefing I',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8737,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21248,12,0,-1,'Combat Task Briefing IV',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8773,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21249,12,0,-1,'Combat Task Briefing V',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8539,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21250,12,0,-1,'Combat Task Briefing VI',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8772,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21251,12,0,-1,'Combat Task Briefing VII',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8687,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21252,12,0,-1,'Combat Task Briefing VIII',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8774,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21253,12,0,-1,'Combat Task Briefing IX',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8775,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21254,0,5,-1,'Winter Veil Cookie',33555,1,64,0,1,0,0,0,32767,-1,55,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24869,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Fresh from the oven',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340),(21255,12,0,-1,'Combat Task Briefing X',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8776,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21256,12,0,-1,'Combat Task Briefing XI',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8777,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21257,12,0,-1,'Logistics Task Briefing IV',1102,2,0,2,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8778,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21258,12,0,-1,'Logistics Task Briefing IV',1102,2,0,1,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8785,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21259,12,0,-1,'Logistics Task Briefing V',1102,2,0,2,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8779,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21260,12,0,-1,'Logistics Task Briefing VI',1102,2,0,2,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8781,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21261,12,0,-1,'Logistics Task Briefing VI',1102,2,0,1,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8786,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21262,12,0,-1,'Logistics Task Briefing VIII',1102,2,0,2,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8782,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21263,12,0,-1,'Logistics Task Briefing VII',1102,2,0,2,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8780,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21264,12,0,-1,'Logistics Task Briefing VII',1102,2,0,1,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8787,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21265,12,0,-1,'Logistics Task Briefing IX',1102,2,0,2,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8783,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21266,15,0,-1,'Logistics Assignment',33211,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21267,15,3,-1,'Toasting Goblet',18060,1,65536,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26008,0,-3,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,86400,0,0,'',0,0,0,0,0,12340),(21268,2,4,-1,'Blessed Qiraji War Hammer',33830,4,0,0,1,431040,86208,13,32767,-1,79,60,0,0,0,0,0,0,0,0,1,0,2,7,12,38,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,166,0,0,0,0,70,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,13387,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The weapon is infused and reinforced with Elementium.',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21269,4,6,-1,'Blessed Qiraji Bulwark',34137,4,0,0,1,276859,55371,14,32767,-1,79,60,0,0,0,0,0,0,0,1,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3407,0,0,0,0,0,0,0,0,0,21476,1,0,0,-1,0,-1,23203,1,0,0,-1,0,-1,13387,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The shield is infused and reinforced with Elementium.',0,0,0,0,0,1,4,0,0,73,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21270,15,0,-1,'Gently Shaken Gift',29902,1,4,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21271,15,0,-1,'Gently Shaken Gift',29902,1,4,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21272,2,3,-1,'Blessed Qiraji Musket',34139,4,0,0,1,327907,65581,26,32767,-1,79,60,0,0,0,0,0,0,0,1,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,192,0,0,0,0,0,0,0,0,0,0,0,2600,3,100,21438,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The weapon is infused and reinforced with Elementium.',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21273,2,10,-1,'Blessed Qiraji Acolyte Staff',34134,4,0,0,1,548400,109680,17,32767,-1,79,60,0,0,0,0,0,0,0,1,1,0,2,5,33,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,227,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,26460,1,0,0,-1,0,-1,23729,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The weapon is infused and reinforced with Elementium.',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-19,0,0,0,'',65,0,0,0,0,12340),(21275,2,10,-1,'Blessed Qiraji Augur Staff',34135,4,0,0,1,499771,99954,17,32767,-1,79,60,0,0,0,0,0,0,0,1,1,0,2,5,24,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,227,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,26461,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The weapon is infused and reinforced with Elementium.',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-19,0,0,0,'',65,0,0,0,0,12340),(21277,15,2,-1,'Tranquil Mechanical Yeti',34050,1,64,0,1,5000,1250,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,26010,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21278,4,2,-1,'Stormshroud Gloves',4318,3,0,0,1,45632,9126,10,32767,-1,55,50,0,0,0,0,0,0,0,0,1,0,2,32,19,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,142,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(21279,9,0,-1,'Tome of Fireball XII',1103,3,64,0,1,400000,100000,0,31360,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25306,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Fireball (Rank 12).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21280,9,0,-1,'Tome of Arcane Missiles VIII',1103,3,64,0,1,400000,100000,0,31360,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25345,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Arcane Missiles (Rank 8).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21281,9,0,-1,'Grimoire of Shadow Bolt X',1246,3,64,0,1,400000,100000,0,31488,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25307,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Shadow Bolt (Rank 10).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21282,9,0,-1,'Grimoire of Immolate VIII',1246,3,64,0,1,400000,100000,0,31488,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25309,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Immolate (Rank 8).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21283,9,0,-1,'Grimoire of Corruption VII',1246,3,64,0,1,400000,100000,0,31488,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25311,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Corruption (Rank 7).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21284,9,0,-1,'Codex of Greater Heal V',1143,3,64,0,1,400000,100000,0,31248,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25314,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Greater Heal (Rank 5).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21285,9,0,-1,'Codex of Renew X',1143,3,64,0,1,400000,100000,0,31248,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25315,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Renew (Rank 10).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21287,9,0,-1,'Codex of Prayer of Healing V',1143,3,64,0,1,400000,100000,0,31248,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25316,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Prayer of Healing (Rank 5).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21288,9,0,-1,'Libram: Blessing of Wisdom VI',1155,3,64,0,1,400000,100000,0,31234,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25290,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Blessing of Wisdom (Rank 6).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21289,9,0,-1,'Libram: Blessing of Might VII',1155,3,64,0,1,400000,100000,0,31234,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25291,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Blessing of Might (Rank 7).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21290,9,0,-1,'Libram: Holy Light IX',1155,3,64,0,1,400000,100000,0,31234,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25292,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Holy Light (Rank 9).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21291,9,0,-1,'Tablet of Healing Wave X',33585,3,64,0,1,400000,100000,0,31296,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25357,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Healing Wave (Rank 10).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21292,9,0,-1,'Tablet of Strength of Earth Totem V',33585,3,64,0,1,400000,100000,0,31296,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25361,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Strength of Earth Totem (Rank 5).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21294,9,0,-1,'Book of Healing Touch XI',1317,3,64,0,1,400000,100000,0,32256,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25297,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Healing Touch (Rank 11).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21295,9,0,-1,'Book of Starfire VII',1317,3,64,0,1,400000,100000,0,32256,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25298,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Starfire (Rank 7).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21296,9,0,-1,'Book of Rejuvenation XI',1317,3,64,0,1,400000,100000,0,32256,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25299,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Rejuvenation (Rank 11).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21297,9,0,-1,'Manual of Heroic Strike IX',3426,3,64,0,1,400000,100000,0,31233,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25286,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Heroic Strike (Rank 9).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21298,9,0,-1,'Manual of Battle Shout VII',3426,3,64,0,1,400000,100000,0,31233,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25289,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Battle Shout (Rank 7).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21299,9,0,-1,'Manual of Revenge VI',3426,3,64,0,1,400000,100000,0,31233,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25288,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Revenge (Rank 6).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21300,9,0,-1,'Handbook of Backstab IX',1134,3,64,0,1,400000,100000,0,31240,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25300,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Backstab (Rank 9).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21301,15,3,-1,'Green Helper Box',33588,1,1024,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,1500,0,-1,26533,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21303,9,0,-1,'Handbook of Feint V',1134,3,64,0,1,400000,100000,0,31240,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25302,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Feint (Rank 5).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21304,9,0,-1,'Guide: Multi-Shot V',12547,3,64,0,1,400000,100000,0,31236,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25294,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Multi-Shot (Rank 5).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21305,15,3,-1,'Red Helper Box',29902,1,1024,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,1500,0,-1,26541,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21306,9,0,-1,'Guide: Serpent Sting IX',12547,3,64,0,1,400000,100000,0,31236,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25295,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Serpent Sting (Rank 9).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21307,9,0,-1,'Guide: Aspect of the Hawk VII',12547,3,64,0,1,400000,100000,0,31236,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25296,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Aspect of the Hawk (Rank 7).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21308,15,3,-1,'Jingling Bell',33589,1,1024,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,26529,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21309,15,3,-1,'Snowman Kit',21202,1,1024,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,26045,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21310,15,0,-1,'Gaily Wrapped Present',29902,1,4,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21311,4,1,-1,'Earth Warder\'s Vest',33590,2,0,0,1,42365,8473,5,-1,-1,48,0,0,0,0,0,0,0,0,0,1,0,1,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340),(21312,4,3,-1,'Belt of the Den Watcher',33591,2,0,0,1,31887,6377,6,-1,-1,48,0,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340),(21314,15,0,-1,'Metzen\'s Letters and Notes',3019,1,16384,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A collection of information related to the whereabouts of Metzen the reindeer, including both ransom notes.',2841,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21315,15,0,-1,'Smokywood Satchel',362,1,4,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Inside are the things you will need to rescue Metzen the Reindeer!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21316,4,4,-1,'Leggings of the Ursa',33604,2,0,0,1,108565,21713,7,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,1,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,459,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340),(21317,4,2,-1,'Helm of the Pathfinder',42880,2,0,0,1,58378,11675,1,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340),(21318,4,1,-1,'Earth Warder\'s Gloves',18271,2,0,0,1,37221,7444,10,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340),(21319,4,2,-1,'Gloves of the Pathfinder',33599,2,0,0,1,46696,9339,10,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,2,4,13,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340),(21320,4,3,-1,'Vest of the Den Watcher',33601,2,0,0,1,112489,22497,5,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,2,3,20,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,313,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340),(21321,15,5,-1,'Red Qiraji Resonating Crystal',33971,3,32768,0,1,1000000,0,0,-1,-1,40,40,762,75,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,26054,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This mount may only be summoned in the Temple of Ahn\'Qiraj.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21322,4,4,-1,'Ursa\'s Embrace',33603,2,0,0,1,132197,26439,5,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,1,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,13390,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340),(21323,15,5,-1,'Green Qiraji Resonating Crystal',33970,3,32768,0,1,1000000,0,0,-1,-1,40,40,762,75,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,26056,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This mount may only be summoned in the Temple of Ahn\'Qiraj.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21324,15,5,-1,'Yellow Qiraji Resonating Crystal',33972,3,32768,0,1,1000000,0,0,-1,-1,40,40,762,75,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,26055,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This mount may only be summoned in the Temple of Ahn\'Qiraj.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21325,0,0,-1,'Mechanical Greench',26461,2,65536,0,1,0,0,0,32767,-1,58,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26067,0,-3,-3,600000,24,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,864000,0,0,'',0,0,0,0,0,12340),(21326,4,0,-1,'Defender of the Timbermaw',33702,4,0,0,1,35965,8991,12,-1,-1,62,0,0,0,0,0,0,576,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26066,0,0,0,600000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21327,15,0,-1,'Ticking Present',29902,1,4,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21328,15,0,-1,'Wand of Holiday Cheer',6620,1,65536,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26074,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,864000,0,0,'',0,0,0,0,0,12340),(21329,4,4,-1,'Conqueror\'s Crown',34486,4,0,0,1,215053,43010,1,1,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,3,18,4,29,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,844,0,0,0,0,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,496,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21330,4,4,-1,'Conqueror\'s Spaulders',34256,4,0,0,1,208865,41773,3,1,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,3,16,4,20,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,752,0,0,0,0,0,0,0,0,0,7517,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,496,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21331,4,4,-1,'Conqueror\'s Breastplate',33709,4,0,0,1,311370,62274,5,1,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,3,24,4,34,7,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,496,165,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21332,4,4,-1,'Conqueror\'s Legguards',33713,4,0,0,1,290587,58117,7,1,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,3,21,4,33,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,0,13384,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,496,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21333,4,4,-1,'Conqueror\'s Greaves',33714,4,0,0,1,211279,42255,8,1,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,3,17,4,21,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,689,0,0,0,0,0,0,0,0,0,7517,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,496,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21334,4,1,-1,'Doomcaller\'s Robes',34061,4,0,0,1,179955,35991,20,256,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,5,17,6,7,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,26283,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,499,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21335,4,1,-1,'Doomcaller\'s Mantle',34018,4,0,0,1,121870,24374,3,256,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,5,11,6,4,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,499,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21336,4,1,-1,'Doomcaller\'s Trousers',33618,4,0,0,1,168572,33714,7,256,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,5,24,6,9,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,499,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21337,4,1,-1,'Doomcaller\'s Circlet',34351,4,0,0,1,126892,25378,1,256,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,5,24,6,6,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,499,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21338,4,1,-1,'Doomcaller\'s Footwraps',33625,4,0,0,1,123240,24648,8,256,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,5,16,6,3,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,499,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21340,1,1,-1,'Soul Pouch',33940,2,0,0,1,20000,5000,18,256,-1,52,0,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21341,1,1,-1,'Felcloth Bag',33941,3,0,0,1,80000,20000,18,256,-1,57,0,0,0,0,0,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21342,1,1,-1,'Core Felcloth Bag',33942,4,0,0,1,320000,80000,18,256,-1,60,0,0,0,0,0,0,0,0,0,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21343,4,1,-1,'Enigma Robes',37266,4,0,0,1,186064,37212,20,128,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,5,23,6,7,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,26283,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,503,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21344,4,1,-1,'Enigma Boots',33641,4,0,0,1,125991,25198,8,128,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,5,15,6,6,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,503,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21345,4,1,-1,'Enigma Shoulderpads',34020,4,0,0,1,129739,25947,3,128,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,5,12,6,4,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,503,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21346,4,1,-1,'Enigma Leggings',33643,4,0,0,1,179415,35883,7,128,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,5,26,6,8,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,503,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21347,4,1,-1,'Enigma Circlet',34370,4,0,0,1,135037,27007,1,128,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,5,24,6,12,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,503,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21348,4,1,-1,'Tiara of the Oracle',34348,4,0,0,1,122632,24526,1,16,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,5,22,6,16,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,507,60,0,0,0,0,0,0,0,0,0,0,0,0,225,50,0,0,0,'',65,0,0,0,0,12340),(21349,4,1,-1,'Footwraps of the Oracle',33647,4,0,0,1,119106,23821,8,16,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,5,17,6,12,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,507,50,0,0,0,0,0,0,0,0,0,0,0,0,225,30,0,0,0,'',65,0,0,0,0,12340),(21350,4,1,-1,'Mantle of the Oracle',34021,4,0,0,1,119566,23913,3,16,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,5,20,6,8,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,507,60,0,0,0,0,0,0,0,0,0,0,0,0,225,30,0,0,0,'',65,0,0,0,0,12340),(21351,4,1,-1,'Vestments of the Oracle',34063,4,0,0,1,177907,35581,20,16,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,5,26,6,15,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,507,100,0,0,0,0,0,0,0,0,0,0,0,0,225,50,0,0,0,'',65,0,0,0,0,12340),(21352,4,1,-1,'Trousers of the Oracle',33652,4,0,0,1,166015,33203,7,16,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,5,24,6,14,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,507,75,0,0,0,0,0,0,0,0,0,0,0,0,225,50,0,0,0,'',65,0,0,0,0,12340),(21353,4,2,-1,'Genesis Helm',34609,4,0,0,1,156234,31246,1,1024,-1,81,60,0,0,0,0,0,0,0,0,1,0,5,3,12,4,15,5,22,6,12,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,493,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21354,4,2,-1,'Genesis Shoulderpads',34037,4,0,0,1,151746,30349,3,1024,-1,78,60,0,0,0,0,0,0,0,0,1,0,5,3,14,4,15,5,13,6,6,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,493,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21355,4,2,-1,'Genesis Boots',33661,4,0,0,1,152322,30464,8,1024,-1,78,60,0,0,0,0,0,0,0,0,1,0,5,3,13,4,12,5,14,6,6,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,493,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21356,4,2,-1,'Genesis Trousers',33662,4,0,0,1,210672,42134,7,1024,-1,81,60,0,0,0,0,0,0,0,0,1,0,5,3,12,4,12,5,22,6,9,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,493,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21357,4,2,-1,'Genesis Vest',34086,4,0,0,1,227459,45491,5,1024,-1,88,60,0,0,0,0,0,0,0,0,1,0,5,3,12,4,13,5,24,6,11,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,493,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21358,9,2,-1,'Pattern: Soul Pouch',1102,1,64,0,1,12000,3000,0,-1,-1,52,0,197,260,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26085,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Soul Pouch.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21359,4,2,-1,'Deathdealer\'s Boots',33673,4,0,0,1,154610,30922,8,8,32767,78,60,0,0,0,0,0,0,0,0,1,0,3,3,26,4,14,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,497,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21360,4,2,-1,'Deathdealer\'s Helm',34608,4,0,0,1,160368,32073,1,8,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,3,29,4,25,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,497,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21361,4,2,-1,'Deathdealer\'s Spaulders',34077,4,0,0,1,159870,31974,3,8,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,3,27,4,18,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,497,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21362,4,2,-1,'Deathdealer\'s Leggings',33678,4,0,0,1,221095,44219,7,8,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,3,38,4,18,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,497,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21363,15,0,-1,'Festive Gift',29902,1,4,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21364,4,2,-1,'Deathdealer\'s Vest',34087,4,0,0,1,239501,47900,5,8,32767,88,60,0,0,0,0,0,0,0,0,1,0,3,3,37,4,19,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,497,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21365,4,3,-1,'Striker\'s Footguards',33690,4,0,0,1,195455,39091,8,4,-1,78,60,0,0,0,0,0,0,0,0,1,0,4,3,21,5,8,6,6,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,509,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21366,4,3,-1,'Striker\'s Diadem',34221,4,0,0,1,201823,40364,1,4,-1,81,60,0,0,0,0,0,0,0,0,1,0,4,3,20,5,18,6,10,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9417,1,0,0,-1,0,-1,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,509,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21367,4,3,-1,'Striker\'s Pauldrons',34904,4,0,0,1,203418,40683,3,4,-1,81,60,0,0,0,0,0,0,0,0,1,0,4,3,18,5,11,6,5,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,509,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21368,4,3,-1,'Striker\'s Leggings',33700,4,0,0,1,245214,49042,7,4,-1,81,60,0,0,0,0,0,0,0,0,1,0,4,3,24,5,14,6,10,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,509,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21370,4,3,-1,'Striker\'s Hauberk',33691,4,0,0,1,265808,53161,5,4,-1,88,60,0,0,0,0,0,0,0,0,1,0,4,3,26,5,15,6,7,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,631,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,509,140,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21371,9,2,-1,'Pattern: Core Felcloth Bag',6270,3,64,0,1,80000,20000,0,-1,-1,60,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26087,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Core Felcloth Bag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21372,4,3,-1,'Stormcaller\'s Diadem',34222,4,0,0,1,186748,37349,1,64,-1,81,60,0,0,0,0,0,0,0,0,1,0,5,3,8,4,12,5,22,6,12,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,501,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21373,4,3,-1,'Stormcaller\'s Footguards',33696,4,0,0,1,182192,36438,8,64,-1,78,60,0,0,0,0,0,0,0,0,1,0,5,3,9,4,12,5,14,6,6,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,501,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21374,4,3,-1,'Stormcaller\'s Hauberk',33697,4,0,0,1,269878,53975,5,64,-1,88,60,0,0,0,0,0,0,0,0,1,0,5,3,10,4,11,5,24,6,11,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,631,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,501,140,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21375,4,3,-1,'Stormcaller\'s Leggings',33701,4,0,0,1,251828,50365,7,64,-1,81,60,0,0,0,0,0,0,0,0,1,0,5,3,9,4,12,5,22,6,12,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,501,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21376,4,3,-1,'Stormcaller\'s Pauldrons',34056,4,0,0,1,184255,36851,3,64,-1,78,60,0,0,0,0,0,0,0,0,1,0,5,3,10,4,10,5,13,6,6,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,501,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21377,12,0,-1,'Deadwood Headdress Feather',31500,1,0,0,1,800,200,0,32767,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'These may be gathered for the Timbermaw furbolgs to earn their trust.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21378,12,0,-1,'Logistics Task Briefing I',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8804,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21379,12,0,-1,'Logistics Task Briefing II',1102,2,0,1,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8805,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21380,12,0,-1,'Logistics Task Briefing III',1102,2,0,1,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8806,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21381,12,0,-1,'Logistics Task Briefing IX',1102,2,0,1,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8809,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21382,12,0,-1,'Logistics Task Briefing V',1102,2,0,1,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8807,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21383,12,0,-1,'Winterfall Spirit Beads',1399,1,0,0,1,800,200,0,32767,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'These may be gathered for the Timbermaw furbolgs to earn their trust.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21384,12,0,-1,'Logistics Task Briefing VIII',1102,2,0,1,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8808,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21385,12,0,-1,'Logistics Task Briefing X',1102,2,0,1,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8810,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21386,15,0,-1,'Followup Logistics Assignment',33211,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21387,4,4,-1,'Avenger\'s Crown',34487,4,0,0,1,235798,47159,1,2,-1,81,60,0,0,0,0,0,0,0,0,1,0,5,3,12,4,20,5,22,6,12,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,844,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,505,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21388,4,4,-1,'Avenger\'s Greaves',33708,4,0,0,1,207190,41438,8,2,-1,78,60,0,0,0,0,0,0,0,0,1,0,5,3,13,4,18,5,14,6,6,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,689,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,505,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21389,4,4,-1,'Avenger\'s Breastplate',33705,4,0,0,1,308883,61776,5,2,-1,88,60,0,0,0,0,0,0,0,0,1,0,5,3,12,4,23,5,24,6,11,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,505,165,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21390,4,4,-1,'Avenger\'s Legguards',33706,4,0,0,1,288245,57649,7,2,-1,81,60,0,0,0,0,0,0,0,0,1,0,5,3,12,4,21,5,22,6,9,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,505,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21391,4,4,-1,'Avenger\'s Pauldrons',34257,4,0,0,1,209583,41916,3,2,-1,78,60,0,0,0,0,0,0,0,0,1,0,5,3,14,4,18,5,13,6,6,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,752,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,505,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21392,2,0,-1,'Sickle of Unyielding Strength',33727,4,32768,0,1,0,0,13,1,-1,70,60,0,0,0,0,0,0,0,1,1,0,3,4,15,3,6,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,141,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,7517,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,495,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21393,4,0,-1,'Signet of Unyielding Strength',33856,4,32768,0,1,0,0,11,1,-1,65,60,0,0,0,0,0,0,0,1,1,0,2,4,11,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21394,4,1,-1,'Drape of Unyielding Strength',24013,4,32768,0,1,0,0,16,1,-1,67,60,0,0,0,0,0,0,0,1,1,0,3,4,15,3,9,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21395,2,7,-1,'Blade of Eternal Justice',33839,4,32768,0,1,0,0,13,2,-1,70,60,0,0,0,0,0,0,0,1,1,0,3,4,9,7,11,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,154,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,506,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21396,4,0,-1,'Ring of Eternal Justice',33856,4,32768,0,1,0,0,11,2,-1,65,60,0,0,0,0,0,0,0,1,1,0,3,4,12,5,12,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21397,4,1,-1,'Cape of Eternal Justice',33730,4,32768,0,1,0,0,16,2,-1,67,60,0,0,0,0,0,0,0,1,1,0,3,4,11,7,13,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21398,2,4,-1,'Hammer of the Gathering Storm',33731,4,32768,0,1,0,0,21,64,-1,70,60,0,0,0,0,0,0,0,1,1,0,3,7,10,5,9,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,137,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,26142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,502,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-10,0,0,0,'',0,0,0,0,0,12340),(21399,4,0,-1,'Ring of the Gathering Storm',33856,4,32768,0,1,0,0,11,64,-1,65,60,0,0,0,0,0,0,0,1,1,0,4,4,8,3,9,5,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,502,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21400,4,1,-1,'Cloak of the Gathering Storm',33732,4,32768,0,1,0,0,16,64,-1,67,60,0,0,0,0,0,0,0,1,1,0,3,5,13,7,10,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,502,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21401,2,0,-1,'Scythe of the Unseen Path',33727,4,32768,0,1,0,0,13,4,-1,70,60,0,0,0,0,0,0,0,1,1,0,2,3,11,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,161,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,21361,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,510,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21402,4,0,-1,'Signet of the Unseen Path',33856,4,32768,0,1,0,0,11,4,-1,65,60,0,0,0,0,0,0,0,1,1,0,3,3,13,7,11,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21403,4,1,-1,'Cloak of the Unseen Path',33733,4,32768,0,1,0,0,16,4,-1,67,60,0,0,0,0,0,0,0,1,1,0,2,3,12,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21404,2,15,-1,'Dagger of Veiled Shadows',33734,4,32768,0,1,0,0,13,8,-1,70,60,0,0,0,0,0,0,0,1,1,0,2,3,15,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,121,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,498,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21405,4,0,-1,'Band of Veiled Shadows',33856,4,32768,0,1,0,0,11,8,-1,65,60,0,0,0,0,0,0,0,1,1,0,3,3,18,4,11,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,498,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21406,4,1,-1,'Cloak of Veiled Shadows',33735,4,32768,0,1,0,0,16,8,-1,67,60,0,0,0,0,0,0,0,1,1,0,2,7,11,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,498,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21407,2,5,-1,'Mace of Unending Life',33731,4,32768,0,1,0,0,17,1024,-1,70,60,0,0,0,0,0,0,0,1,1,0,5,38,28,3,14,5,14,7,21,45,40,0,0,0,0,0,0,0,0,0,0,0,0,179,249,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,494,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,15.55,0,0,0,'',0,0,0,0,0,12340),(21408,4,0,-1,'Band of Unending Life',33856,4,32768,0,1,0,0,11,1024,-1,65,60,0,0,0,0,0,0,0,1,1,0,5,4,10,7,9,5,8,3,10,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,494,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21409,4,1,-1,'Cloak of Unending Life',33736,4,32768,0,1,0,0,16,1024,-1,67,60,0,0,0,0,0,0,0,1,1,0,5,5,10,7,10,4,12,3,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,494,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21410,2,4,-1,'Gavel of Infinite Wisdom',33731,4,32768,0,1,0,0,21,16,-1,70,60,0,0,0,0,0,0,0,1,1,0,2,5,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,154,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,21362,1,0,0,-1,0,-1,26154,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,508,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-10,0,0,0,'',0,0,0,0,0,12340),(21411,4,0,-1,'Ring of Infinite Wisdom',33856,4,32768,0,1,0,0,11,16,-1,65,60,0,0,0,0,0,0,0,1,1,0,2,5,13,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,508,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21412,4,1,-1,'Shroud of Infinite Wisdom',33737,4,32768,0,1,0,0,16,16,-1,67,60,0,0,0,0,0,0,0,1,1,0,3,5,14,7,12,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,9314,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,508,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21413,2,7,-1,'Blade of Vaulted Secrets',33839,4,32768,0,1,0,0,21,128,-1,70,60,0,0,0,0,0,0,0,1,1,0,2,5,16,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,131,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,23727,1,0,0,-1,0,-1,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,504,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-10,0,0,0,'',0,0,0,0,0,12340),(21414,4,0,-1,'Band of Vaulted Secrets',33856,4,32768,0,1,0,0,11,128,-1,65,60,0,0,0,0,0,0,0,1,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,504,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21415,4,1,-1,'Drape of Vaulted Secrets',33144,4,32768,0,1,0,0,16,128,-1,67,60,0,0,0,0,0,0,0,1,1,0,3,5,9,7,14,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,504,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21416,2,15,-1,'Kris of Unspoken Names',33734,4,32768,0,1,0,0,21,256,-1,70,60,0,0,0,0,0,0,0,1,1,0,2,7,9,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,86,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,26155,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,500,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,-10,0,0,0,'',0,0,0,0,0,12340),(21417,4,0,-1,'Ring of Unspoken Names',33856,4,32768,0,1,0,0,11,256,-1,65,60,0,0,0,0,0,0,0,1,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9343,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21418,4,1,-1,'Shroud of Unspoken Names',26202,4,32768,0,1,0,0,16,256,-1,67,60,0,0,0,0,0,0,0,1,1,0,2,7,16,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21436,15,0,-1,'Alliance Commendation Signet',33786,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Seek out an Alliance Commendation Officer to exchange signets for recognition.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21438,15,0,-1,'Horde Commendation Signet',33789,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Seek out a Horde Commendation Officer to exchange signets for recognition.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21452,2,10,-1,'Staff of the Ruins',33809,4,0,0,1,480887,96177,17,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,3,5,23,7,24,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,247,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,26158,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-11,0,0,0,'',65,0,0,0,0,12340),(21453,4,4,-1,'Mantle of the Horusath',33810,4,0,0,1,202338,40467,3,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,3,5,20,7,19,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,697,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21454,4,3,-1,'Runic Stone Shoulders',33812,4,0,0,1,175166,35033,3,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,3,5,20,7,19,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21455,4,2,-1,'Southwind Helm',33880,3,0,0,1,112016,22403,1,32767,-1,74,60,0,0,0,0,0,0,0,0,1,0,3,4,21,3,24,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21456,4,1,-1,'Sandstorm Cloak',33814,4,0,0,1,117120,23424,16,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,2,7,12,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,80,0,0,0,'',65,0,0,0,0,12340),(21457,4,4,-1,'Bracers of Brutality',33818,4,0,0,1,137925,27585,9,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,3,4,21,3,12,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21458,4,2,-1,'Gauntlets of New Life',33819,4,0,0,1,100872,20174,10,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,3,5,20,7,19,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21459,2,18,-1,'Crossbow of Imminent Doom',33828,4,0,0,1,303692,60738,26,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,3,3,7,7,5,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,189,0,0,0,0,0,0,0,0,0,0,0,3100,2,100,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21460,4,4,-1,'Helm of Domination',33822,4,0,0,1,212930,42586,1,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,3,7,28,4,21,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,755,0,0,0,0,0,0,0,0,0,13665,1,0,0,-1,0,-1,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21461,4,1,-1,'Leggings of the Black Blizzard',33823,4,0,0,1,147610,29522,7,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,3,5,16,6,8,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21462,4,1,-1,'Gloves of Dark Wisdom',19128,4,0,0,1,74084,14816,10,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,2,5,20,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21463,4,3,-1,'Ossirian\'s Binding',33824,4,0,0,1,111556,22311,6,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,3,3,20,7,19,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21464,4,1,-1,'Shackles of the Unscarred',33825,4,0,0,1,74657,14931,9,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,2,5,12,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21466,2,4,-1,'Stinger of Ayamiss',33838,4,0,0,1,362608,72521,21,32767,-1,69,60,0,0,0,0,0,0,0,0,1,0,2,5,7,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,136,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,18384,1,0,0,-1,0,-1,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-9,0,0,0,'',65,0,0,0,0,12340),(21467,4,2,-1,'Thick Silithid Chestguard',33840,4,0,0,1,181995,36399,5,32767,-1,69,60,0,0,0,0,0,0,0,0,1,0,3,7,30,3,21,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,5,5,5,5,5,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,50,0,0,0,'',65,0,0,0,0,12340),(21468,4,1,-1,'Mantle of Maz\'Nadir',33841,3,0,0,1,87311,17462,3,32767,-1,74,60,0,0,0,0,0,0,0,0,1,0,3,7,11,5,15,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21469,4,2,-1,'Gauntlets of Southwind',33842,3,0,0,1,73027,14605,10,32767,-1,74,60,0,0,0,0,0,0,0,0,1,0,2,5,13,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21470,4,1,-1,'Cloak of the Savior',28951,3,0,0,1,87962,17592,16,32767,-1,74,60,0,0,0,0,0,0,0,0,1,0,3,5,11,7,10,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21471,4,0,-1,'Talon of Furious Concentration',33845,4,0,0,1,355151,88787,23,32767,-1,69,60,0,0,0,0,0,0,0,0,1,0,2,5,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21472,4,1,-1,'Dustwind Turban',33848,4,0,0,1,111257,22251,1,32767,-1,69,60,0,0,0,0,0,0,0,0,1,0,3,6,15,5,29,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21473,4,0,-1,'Eye of Moam',33973,3,524288,0,1,331515,82878,12,32767,-1,74,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26166,0,0,0,180000,1141,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21474,4,2,-1,'Chitinous Shoulderguards',33852,3,0,0,1,114547,22909,3,32767,-1,74,60,0,0,0,0,0,0,0,0,1,0,3,3,25,4,11,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21475,4,4,-1,'Legplates of the Destroyer',33853,3,0,0,1,214592,42918,7,32767,-1,74,60,0,0,0,0,0,0,0,0,1,0,4,4,19,5,18,7,18,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21476,4,3,-1,'Obsidian Scaled Leggings',33854,3,0,0,1,184596,36919,7,32767,-1,74,60,0,0,0,0,0,0,0,0,1,0,4,4,16,5,18,7,18,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,377,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21477,4,0,-1,'Ring of Fury',33855,3,524288,0,1,354012,88503,11,32767,-1,74,60,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21478,2,2,-1,'Bow of Taut Sinew',33857,4,0,0,1,288102,57620,15,32767,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,137,0,0,0,0,0,0,0,8,0,0,0,2200,2,100,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21479,4,4,-1,'Gauntlets of the Immovable',33903,4,0,0,1,135696,27139,10,32767,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,7,18,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,550,0,0,0,0,0,0,0,0,0,13665,1,0,0,-1,0,-1,7518,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21480,4,3,-1,'Scaled Silithid Gauntlets',29833,3,0,0,1,92506,18501,10,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,4,3,18,7,18,5,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21481,4,4,-1,'Boots of the Desert Protector',22757,3,0,0,1,146732,29346,8,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,3,4,14,5,14,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,519,0,0,0,0,0,0,0,0,0,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21482,4,3,-1,'Boots of the Fiery Sands',33863,3,0,0,1,127062,25412,8,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,3,4,9,5,14,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,21619,1,0,0,-1,0,-1,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,11723),(21483,4,0,-1,'Ring of the Desert Winds',33864,3,524288,0,1,301215,75303,11,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,1,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21484,4,2,-1,'Helm of Regrowth',33901,3,0,0,1,106221,21244,1,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,3,5,28,7,18,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21485,4,6,-1,'Buru\'s Skull Fragment',33867,4,0,0,1,228292,45658,14,32767,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,7,20,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2959,0,0,0,0,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,61,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21486,4,4,-1,'Gloves of the Swarm',33868,4,0,0,1,126040,25208,10,32767,-1,68,60,0,0,0,0,0,0,0,0,1,0,4,5,18,7,18,4,11,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,550,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21487,4,3,-1,'Slimy Scaled Gauntlets',33870,4,0,0,1,107830,21566,10,32767,-1,68,60,0,0,0,0,0,0,0,0,1,0,3,5,18,7,18,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21488,4,0,-1,'Fetish of Chitinous Spikes',33849,3,524288,0,1,271251,67812,12,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26168,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Ouch',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21489,4,1,-1,'Quicksand Waders',33873,3,0,0,1,86599,17319,8,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,3,5,14,7,14,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21490,4,4,-1,'Slime Kickers',33876,3,0,0,1,155911,31182,8,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,3,4,18,3,12,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,519,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21491,4,2,-1,'Scaled Bracers of the Gorger',33879,3,0,0,1,74656,14931,9,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,3,3,15,4,10,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21492,2,8,-1,'Manslayer of the Qiraji',33882,4,0,0,1,458125,91625,17,32767,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,4,35,7,20,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,270,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21493,4,2,-1,'Boots of the Vanguard',31166,4,0,0,1,137936,27587,8,32767,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,3,22,7,11,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21494,4,2,-1,'Southwind\'s Grasp',33885,3,0,0,1,73680,14736,6,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,13,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21495,4,4,-1,'Legplates of the Qiraji Command',33888,3,0,0,1,207027,41405,7,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,4,20,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,644,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21496,4,1,-1,'Bracers of Qiraji Command',33889,3,0,0,1,59363,11872,9,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,13,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21497,4,3,-1,'Boots of the Qiraji General',33892,3,0,0,1,134640,26928,8,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,3,26,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21498,2,15,-1,'Qiraji Sacrificial Dagger',33894,4,524288,0,1,374443,74888,13,32767,-1,66,60,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,119,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Still dripping with blood',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21499,4,1,-1,'Vestments of the Shifting Sands',33895,4,0,0,1,150295,30059,20,32767,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,7,20,5,14,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21500,4,1,-1,'Belt of the Inquisition',14174,3,0,0,1,60206,12041,6,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,15,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,9314,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21501,4,2,-1,'Toughened Silithid Hide Gloves',33897,3,0,0,1,68342,13668,10,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,7,18,3,15,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,60,0,0,0,'',50,0,0,0,0,12340),(21502,4,3,-1,'Sand Reaver Wristguards',33902,3,0,0,1,82330,16466,9,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,3,16,7,11,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21503,4,4,-1,'Belt of the Sand Reaver',33905,3,0,0,1,96964,19392,6,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,7,18,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,7518,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,80,0,0,0,'',50,0,0,0,0,12340),(21504,4,0,-1,'Charm of the Shifting Sands',33906,4,0,0,1,446512,111628,2,32767,-1,70,60,0,0,0,0,0,0,0,0,1,0,2,5,12,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21505,4,0,-1,'Choker of the Shifting Sands',33906,4,0,0,1,446512,111628,2,32767,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21506,4,0,-1,'Pendant of the Shifting Sands',33906,4,0,0,1,446512,111628,2,32767,-1,70,60,0,0,0,0,0,0,0,0,1,0,2,7,21,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7517,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21507,4,0,-1,'Amulet of the Shifting Sands',33906,4,0,0,1,446512,111628,2,32767,-1,70,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21508,12,0,-1,'Mark of Cenarius',33907,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21509,15,0,-1,'Ahn\'Qiraj War Effort Supplies',12333,1,4,0,1,0,0,0,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21510,15,0,-1,'Ahn\'Qiraj War Effort Supplies',12333,1,4,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21511,15,0,-1,'Ahn\'Qiraj War Effort Supplies',12333,1,4,0,1,0,0,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21512,15,0,-1,'Ahn\'Qiraj War Effort Supplies',12333,1,4,0,1,0,0,0,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21513,15,0,-1,'Ahn\'Qiraj War Effort Supplies',12333,1,4,0,1,0,0,0,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21514,12,0,-1,'Logistics Task Briefing XI',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8829,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21515,12,0,-1,'Mark of Remulos',33911,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21517,4,1,-1,'Gnomish Turban of Psychic Might',34353,4,0,0,1,124911,24982,1,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,2,5,31,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,21365,1,0,0,-1,0,-1,35126,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21519,15,0,-1,'Mistletoe',18087,1,0,0,1,1,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26004,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21520,2,7,-1,'Ravencrest\'s Legacy',31866,4,0,0,1,425646,85129,13,32767,-1,76,60,0,0,0,0,0,0,0,1,1,0,3,7,14,4,13,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,157,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21521,2,7,-1,'Runesword of the Red',33994,4,0,0,1,386531,77306,21,32767,-1,76,60,0,0,0,0,0,0,0,1,1,0,3,7,17,5,9,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,129,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,23730,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-16,0,0,0,'',65,0,0,0,0,12340),(21522,2,15,-1,'Shadowsong\'s Sorrow',33992,4,0,0,1,398744,79748,13,32767,-1,76,60,0,0,0,0,0,0,0,1,1,0,3,7,14,3,13,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,127,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21523,2,15,-1,'Fang of Korialstrasz',33991,4,0,0,1,400246,80049,21,32767,-1,76,60,0,0,0,0,0,0,0,1,1,0,3,5,14,7,9,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,106,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,26228,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-16,0,0,0,'',65,0,0,0,0,12340),(21524,4,1,-1,'Red Winter Hat',33998,2,0,0,1,9,1,1,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,761,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21525,4,1,-1,'Green Winter Hat',33999,2,0,0,1,9,1,1,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,761,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21526,4,0,-1,'Band of Icy Depths',31616,4,0,0,1,3312341,828085,11,32767,-1,77,60,0,0,0,0,0,0,0,1,1,0,1,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,11789,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21527,4,1,-1,'Darkwater Robes',33980,4,0,0,1,164340,32868,20,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,2,5,17,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,30,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21528,15,0,-1,'Colossal Bag of Loot',21202,2,32772,0,1,0,0,0,32767,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21529,4,0,-1,'Amulet of Shadow Shielding',31899,4,0,0,1,363154,90788,2,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,2,7,18,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21530,4,3,-1,'Onyx Embedded Leggings',34031,4,0,0,1,249218,49843,7,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,3,3,23,7,23,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,0,30,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21531,4,0,-1,'Drake Tooth Necklace',34034,4,0,0,1,412121,103030,2,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,2,5,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21532,4,2,-1,'Drudge Boots',28627,4,0,0,1,156900,31380,8,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,3,7,20,3,17,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,20,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21533,12,0,-1,'Colossus of Zora\'s Husk',34035,1,65536,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A tiny fragment of a very large insect.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,7200,0,0,'',0,0,0,0,0,12340),(21534,12,0,-1,'Colossus of Ashi\'s Husk',34036,1,65536,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A tiny fragment of a very large insect.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,7200,0,0,'',0,0,0,0,0,12340),(21535,12,0,-1,'Colossus of Regal\'s Husk',20952,1,65536,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A tiny fragment of a very large insect.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,7200,0,0,'',0,0,0,0,0,12340),(21536,15,3,-1,'Elune Stone',24730,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25823,0,-1,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21537,0,0,-1,'Festival Dumplings',34059,1,64,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26263,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21538,4,0,-1,'Festive Pink Dress',34094,1,0,0,1,0,0,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21539,4,0,-1,'Festive Purple Dress',34095,1,0,0,1,0,0,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21540,15,0,-1,'Elune\'s Lantern',21469,2,33856,0,1,0,0,0,32767,-1,40,40,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26265,0,0,0,86400000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A device said to capture the light shed by Elune herself.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21541,4,0,-1,'Festive Black Pant Suit',62893,1,0,0,1,0,0,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21542,4,0,-1,'Festival Suit',34099,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21543,4,0,-1,'Festive Teal Pant Suit',62895,1,0,0,1,0,0,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21544,4,0,-1,'Festive Blue Pant Suit',62894,1,0,0,1,0,0,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21545,12,0,-1,'Smokywood Supplies',11449,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Use before 2010',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21546,0,2,-1,'Elixir of Greater Firepower',24214,1,0,0,1,140,35,0,-1,-1,50,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26276,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21547,9,6,-1,'Recipe: Elixir of Greater Firepower',15274,2,64,0,1,10000,2500,0,-1,-1,50,0,171,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26277,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of Greater Firepower.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21548,9,1,-1,'Pattern: Stormshroud Gloves',1102,3,64,0,1,60000,15000,0,-1,-1,62,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26279,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Stormshroud Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21552,0,5,-1,'Striped Yellowtail',4811,1,0,0,5,2000,5,0,32767,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(21557,15,3,-1,'Small Red Rocket',34281,1,64,0,1,25,6,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26286,0,-1,-1,1000,1136,1500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21558,15,3,-1,'Small Blue Rocket',34279,1,64,0,1,25,6,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26291,0,-1,-1,1000,1136,1500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21559,15,3,-1,'Small Green Rocket',34280,1,64,0,1,25,6,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26292,0,-1,-1,1000,1136,1500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21561,15,3,-1,'Small White Rocket',34283,1,64,0,1,25,6,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26294,0,-1,-1,1000,1136,1500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21562,15,3,-1,'Small Yellow Rocket',34284,1,64,0,1,25,6,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26295,0,-1,-1,1000,1136,1500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21563,4,0,-1,'Don Rodrigo\'s Band',31800,4,36864,0,1,0,0,11,262143,32767,65,60,0,0,0,0,0,0,0,1,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,26283,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21565,4,0,-1,'Rune of Perfection',34188,3,36864,0,1,0,0,12,262096,-1,45,40,0,0,0,0,0,0,0,1,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26283,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21566,4,0,-1,'Rune of Perfection',34188,3,36864,0,1,0,0,12,262096,-1,25,20,0,0,0,0,0,0,0,1,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25975,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21567,4,0,-1,'Rune of Duty',7248,3,36864,0,1,0,0,12,260623,-1,45,40,0,0,0,0,0,0,0,1,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21599,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21568,4,0,-1,'Rune of Duty',7248,3,36864,0,1,0,0,12,260623,-1,25,20,0,0,0,0,0,0,0,1,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21593,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21569,15,3,-1,'Firework Launcher',31401,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26298,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21570,15,3,-1,'Cluster Launcher',34121,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26299,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21571,15,3,-1,'Blue Rocket Cluster',34271,1,64,0,1,100,25,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26304,0,-1,-1,1000,1136,2000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21574,15,3,-1,'Green Rocket Cluster',34272,1,64,0,1,100,25,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26325,0,-1,-1,1000,1136,2000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21576,15,3,-1,'Red Rocket Cluster',34275,1,64,0,1,100,25,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26327,0,-1,-1,1000,1136,2000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21579,4,0,-1,'Vanquished Tentacle of C\'Thun',34132,4,524288,0,1,432121,108030,12,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26391,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21581,4,4,-1,'Gauntlets of Annihilation',34165,4,0,0,1,158945,31789,10,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,4,35,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21582,4,1,-1,'Grasp of the Old God',34176,4,0,0,1,90642,18128,6,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,5,19,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21583,4,1,-1,'Cloak of Clarity',34179,4,0,0,1,136475,27295,16,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,5,12,6,7,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21585,4,1,-1,'Dark Storm Gauntlets',34183,4,0,0,1,91666,18333,10,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,5,15,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21586,4,2,-1,'Belt of Never-ending Agony',34184,4,0,0,1,118055,23611,6,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21587,4,4,-1,'Wristguards of Castigation',34185,4,0,0,1,267065,53413,9,-1,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,7,15,5,13,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,431,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',65,0,0,0,0,1),(21588,4,3,-1,'Wristguards of Elemental Fury',34186,4,0,0,1,402040,80408,9,-1,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,5,13,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',65,0,0,0,0,1),(21589,15,3,-1,'Large Blue Rocket',34285,1,64,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26333,0,-1,-1,1000,1136,1500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21590,15,3,-1,'Large Green Rocket',34286,1,64,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26334,0,-1,-1,1000,1136,1500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21592,15,3,-1,'Large Red Rocket',34289,1,64,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26336,0,-1,-1,1000,1136,1500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21593,15,3,-1,'Large White Rocket',34290,1,64,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26337,0,-1,-1,1000,1136,1500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21595,15,3,-1,'Large Yellow Rocket',34291,1,64,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26338,0,-1,-1,1000,1136,1500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21596,4,0,-1,'Ring of the Godslayer',34189,4,524288,0,1,356132,89033,11,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,3,21,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21597,4,0,-1,'Royal Scepter of Vek\'lor',34190,4,0,0,1,290604,72651,23,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,2,5,9,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21598,4,4,-1,'Royal Qiraji Belt',34191,4,0,0,1,146078,29215,6,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,7,22,4,13,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,584,0,0,0,0,0,0,0,0,0,13665,1,0,0,-1,0,-1,13387,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21599,4,3,-1,'Vek\'lor\'s Gloves of Devastation',34193,4,0,0,1,124974,24994,10,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,3,22,7,21,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21600,4,1,-1,'Boots of Epiphany',34195,4,0,0,1,125451,25090,8,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,2,5,19,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21601,4,0,-1,'Ring of Emperor Vek\'lor',33808,4,524288,0,1,316102,79025,11,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,2,7,18,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,13388,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,100,0,0,0,'',65,0,0,0,0,12340),(21602,4,2,-1,'Qiraji Execution Bracers',34197,4,0,0,1,108167,21633,9,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,3,16,4,15,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21603,2,19,-1,'Wand of Qiraji Nobility',34198,4,0,0,1,315134,63026,26,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,213,5,0,0,0,0,0,0,0,0,0,0,1600,0,100,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21604,4,1,-1,'Bracelets of Royal Redemption',34199,4,0,0,1,87168,17433,9,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,5,10,6,9,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21605,4,2,-1,'Gloves of the Hidden Temple',34260,4,0,0,1,109346,21869,10,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,7,22,3,21,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,6,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,100,0,0,0,'',65,0,0,0,0,12340),(21606,4,4,-1,'Belt of the Fallen Emperor',34202,4,0,0,1,154518,30903,6,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,4,4,17,7,17,5,18,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,584,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21607,4,3,-1,'Grasp of the Fallen Emperor',34203,4,0,0,1,132168,26433,6,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,4,4,13,3,12,5,17,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21608,4,0,-1,'Amulet of Vek\'nilash',34204,4,0,0,1,411111,102777,2,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,2,5,5,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21609,4,2,-1,'Regenerating Belt of Vek\'nilash',34205,4,0,0,1,110923,22184,6,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,5,18,6,13,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21610,4,6,-1,'Wormscale Blocker',34206,4,0,0,1,284978,56995,14,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,2,5,13,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,4,0,0,75,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21611,4,1,-1,'Burrower Bracers',34207,4,0,0,1,89373,17874,9,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,2,5,13,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21615,4,1,-1,'Don Rigoberto\'s Lost Hat',30670,4,0,0,1,123070,24614,1,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,2,5,24,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21616,2,2,-1,'Huhuran\'s Stinger',34223,4,0,0,1,298824,59764,15,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,196,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21617,4,2,-1,'Wasphide Gauntlets',34226,4,0,0,1,99991,19998,10,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,6,16,5,15,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21618,4,4,-1,'Hive Defiler Wristguards',34227,4,0,0,1,145200,29040,9,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,4,23,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,439,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21619,4,1,-1,'Gloves of the Messiah',34230,4,0,0,1,82807,16561,10,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,5,17,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21620,4,0,-1,'Ring of the Martyr',33808,4,524288,0,1,354646,88661,11,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21621,4,1,-1,'Cloak of the Golden Hive',34231,4,0,0,1,125120,25024,16,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,7,19,4,13,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21622,2,7,-1,'Sharpened Silithid Femur',41490,4,0,0,1,418602,83720,21,32767,-1,78,60,0,0,0,0,0,0,0,1,1,0,2,5,7,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,137,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,26395,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Recently devoured',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-18,0,0,0,'',65,0,0,0,0,12340),(21623,4,4,-1,'Gauntlets of the Righteous Champion',34235,4,0,0,1,147888,29577,10,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,4,4,15,5,13,7,17,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,627,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21624,4,3,-1,'Gauntlets of Kalimdor',34236,4,0,0,1,126489,25297,10,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,4,4,14,5,13,6,10,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21625,4,0,-1,'Scarab Brooch',34237,4,524288,0,1,332121,83030,12,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26467,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21626,4,3,-1,'Slime-coated Leggings',34238,4,0,0,1,254822,50964,7,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,28,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,28,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21627,4,1,-1,'Cloak of Untold Secrets',34239,4,0,0,1,126431,25286,16,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,20,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21635,2,6,-1,'Barb of the Sand Reaver',34250,4,0,0,1,504123,100824,17,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,2,3,32,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,338,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21639,4,4,-1,'Pauldrons of the Unrelenting',34252,4,0,0,1,214489,42897,3,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,2,7,30,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,743,0,0,0,0,0,0,0,0,0,13388,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21640,15,0,-1,'Lunar Festival Fireworks Pack',18721,1,4,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Filled with fireworks to celebrate the Lunar Festival in style!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21645,4,2,-1,'Hive Tunneler\'s Boots',34259,4,0,0,1,156900,31380,8,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,3,7,30,3,17,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,60,0,0,0,'',65,0,0,0,0,12340),(21647,4,0,-1,'Fetish of the Sand Reaver',34261,4,524288,0,1,345481,86370,12,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21648,4,1,-1,'Recomposed Boots',34263,4,0,0,1,125442,25088,8,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,2,7,21,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,20,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21650,2,7,-1,'Ancient Qiraji Ripper',41491,4,0,0,1,395706,79141,13,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,213,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,7597,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21651,4,3,-1,'Scaled Sand Reaver Leggings',34266,4,0,0,1,238335,47667,7,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,2,7,23,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21652,4,4,-1,'Silithid Carapace Chestguard',34268,4,0,0,1,279120,55824,5,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,3,7,23,4,17,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,0,0,35,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21663,4,1,-1,'Robes of the Guardian Saint',34270,4,0,0,1,166129,33225,20,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,2,7,20,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21664,4,0,-1,'Barbed Choker',34274,4,0,0,1,345774,86443,2,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21665,4,2,-1,'Mantle of Wicked Revenge',34278,4,0,0,1,156869,31373,3,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,3,3,30,4,16,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21666,4,0,-1,'Sartura\'s Might',34288,4,0,0,1,365411,91352,23,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,2,5,6,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21667,4,4,-1,'Legplates of Blazing Light',34292,4,0,0,1,270713,54142,7,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,4,9,5,23,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,856,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21668,4,3,-1,'Scaled Leggings of Qiraji Fury',32760,4,0,0,1,232941,46588,7,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,2,5,23,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,482,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21669,4,2,-1,'Creeping Vine Helm',34711,4,0,0,1,146136,29227,1,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,7,26,5,23,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21670,4,0,-1,'Badge of the Swarmguard',33851,4,0,0,1,321213,80303,12,32767,-1,76,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26480,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21671,4,1,-1,'Robes of the Battleguard',34294,4,0,0,1,157079,31415,20,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,7,23,5,17,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,26283,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21672,4,2,-1,'Gloves of Enforcement',34295,4,0,0,1,98539,19707,10,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,3,20,4,28,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21673,2,13,-1,'Silithid Claw',34296,4,0,0,1,395660,79132,21,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,120,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,7597,1,0,0,-1,0,-1,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21674,4,4,-1,'Gauntlets of Steadfast Determination',34298,4,0,0,1,139801,27960,10,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,7,20,4,19,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,611,0,0,0,0,0,0,0,0,0,13388,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21675,4,2,-1,'Thick Qirajihide Belt',34299,4,0,0,1,99665,19933,6,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,7,20,3,17,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,0,0,0,0,0,0,0,0,0,13665,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,60,0,0,0,'',65,0,0,0,0,12340),(21676,4,1,-1,'Leggings of the Festering Swarm',34302,4,0,0,1,160049,32009,7,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,2,5,23,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21677,4,0,-1,'Ring of the Qiraji Fury',33808,4,524288,0,1,387414,96853,11,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21678,4,0,-1,'Necklace of Purity',34303,4,0,0,1,398564,99641,2,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,2,5,13,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21679,2,8,-1,'Kalimdor\'s Revenge',34304,4,0,0,1,534669,106933,17,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,2,4,24,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,315,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,26415,2,0,1.75,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21680,4,2,-1,'Vest of Swift Execution',34305,4,0,0,1,207682,41536,5,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,3,41,4,21,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21681,4,0,-1,'Ring of the Devoured',33864,4,524288,0,1,365478,91369,11,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,5,13,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18378,1,0,0,-1,0,-1,7681,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21682,4,2,-1,'Bile-Covered Gauntlets',34306,4,0,0,1,104609,20921,10,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,3,17,7,21,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,20,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,60,0,0,0,'',65,0,0,0,0,12340),(21683,4,4,-1,'Mantle of the Desert Crusade',34310,4,0,0,1,220785,44157,3,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,4,5,20,7,17,4,10,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,733,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21684,4,3,-1,'Mantle of the Desert\'s Fury',34312,4,0,0,1,191108,38221,3,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,20,7,17,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,413,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21685,4,0,-1,'Petrified Scarab',33871,4,524288,0,1,348481,87120,12,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26463,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21686,4,1,-1,'Mantle of Phrenic Power',34314,4,0,0,1,127742,25548,3,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,2,5,20,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21687,4,0,-1,'Ukko\'s Ring of Darkness',28733,4,524288,0,1,411981,102995,11,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,21596,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21688,4,4,-1,'Boots of the Fallen Hero',34315,4,0,0,1,201069,40213,8,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,3,4,20,3,14,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,664,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21689,4,2,-1,'Gloves of Ebru',34317,4,0,0,1,96301,19260,10,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,2,5,15,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21690,4,0,-1,'Angelista\'s Charm',34318,4,0,0,1,294997,73749,2,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,2,5,14,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21691,4,4,-1,'Ooze-ridden Gauntlets',34319,4,0,0,1,136622,27324,10,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,2,7,20,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,603,0,0,25,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21692,4,4,-1,'Triad Girdle',34320,4,0,0,1,137145,27429,6,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,3,4,26,3,19,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,543,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21693,4,2,-1,'Guise of the Devourer',34607,4,0,0,1,146663,29332,1,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,3,7,36,3,19,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,70,0,0,0,'',65,0,0,0,0,12340),(21694,4,1,-1,'Ternary Mantle',34323,4,0,0,1,117775,23555,3,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,3,5,17,6,20,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21695,4,0,-1,'Angelista\'s Touch',33855,4,524288,0,1,361110,90277,11,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,2,7,17,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21696,4,1,-1,'Robes of the Triumvirate',34325,4,0,0,1,158205,31641,20,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,2,5,22,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,30,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21697,4,1,-1,'Cape of the Trinity',18948,4,0,0,1,119099,23819,16,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,2,7,17,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21698,4,2,-1,'Leggings of Immersion',34326,4,0,0,1,194637,38927,7,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,2,5,22,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21699,4,3,-1,'Barrage Shoulders',34419,4,0,0,1,181283,36256,3,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,2,3,29,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21700,4,0,-1,'Pendant of the Qiraji Guardian',34204,4,0,0,1,362141,90535,2,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,3,7,17,4,12,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21701,4,1,-1,'Cloak of Concentrated Hatred',34329,4,0,0,1,121190,24238,16,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,3,3,16,4,11,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21702,4,0,-1,'Amulet of Foul Warding',31889,4,0,0,1,314520,78630,2,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21703,2,5,-1,'Hammer of Ji\'zhi',34331,4,0,0,1,508537,101707,17,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,3,5,22,7,26,4,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,297,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21704,4,4,-1,'Boots of the Redeemed Prophecy',34332,4,0,0,1,213938,42787,8,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,4,3,12,4,15,5,16,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,647,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21705,4,3,-1,'Boots of the Fallen Prophet',34333,4,0,0,1,185197,37039,8,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,4,3,10,4,15,5,15,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,364,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21706,4,4,-1,'Boots of the Unwavering Will',34334,4,0,0,1,215437,43087,8,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,3,7,29,4,12,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,727,0,0,0,0,0,0,0,0,0,13383,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,80,0,0,0,'',65,0,0,0,0,12340),(21707,4,0,-1,'Ring of Swarming Thought',33855,4,524288,0,1,341597,85399,11,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,26283,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21708,4,2,-1,'Beetle Scaled Wristguards',34335,4,0,0,1,93703,18740,9,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,2,7,14,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,15,0,0,0,0,0,0,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21709,4,0,-1,'Ring of the Fallen God',34336,4,0,0,1,454568,113642,11,32767,-1,88,60,0,0,0,0,0,0,0,1,1,0,2,5,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21710,4,1,-1,'Cloak of the Fallen God',34337,4,0,0,1,133402,26680,16,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,3,26,4,11,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21711,0,0,-1,'Lunar Festival Invitation',34342,1,65600,0,1,0,0,0,-1,-1,55,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26373,0,0,0,600000,11,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,86400,0,0,'',0,0,0,0,1,12340),(21712,4,0,-1,'Amulet of the Fallen God',34274,4,0,0,1,460801,115200,2,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21713,2,14,-1,'Elune\'s Candle',34365,1,64,0,1,1000,250,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26374,0,-88,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21714,15,3,-1,'Large Blue Rocket Cluster',34354,1,64,0,1,200,50,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26488,0,-1,-1,1000,1136,2000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21715,2,4,-1,'Sand Polished Hammer',34339,4,524288,0,1,390595,78119,13,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,181,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,7597,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21716,15,3,-1,'Large Green Rocket Cluster',34356,1,64,0,1,200,50,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26490,0,-1,-1,1000,1136,2000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21718,15,3,-1,'Large Red Rocket Cluster',34358,1,64,0,1,200,50,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26517,0,-1,-1,1000,1136,2000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21721,0,5,-1,'Moonglow',15794,1,0,0,1,15,3,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26389,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21722,9,2,-1,'Pattern: Festival Dress',15274,2,64,0,1,5000,1250,0,-1,-1,50,0,197,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26403,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Festival Dress.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21723,9,2,-1,'Pattern: Festival Suit',15274,2,64,0,1,5000,1250,0,-1,-1,50,0,197,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26407,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Festival Suit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21724,9,3,-1,'Schematic: Small Blue Rocket',15274,2,64,0,1,700,175,0,-1,-1,25,0,202,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26416,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Small Blue Rocket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21725,9,3,-1,'Schematic: Small Green Rocket',15274,2,64,0,1,700,175,0,-1,-1,25,0,202,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26417,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Small Green Rocket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21726,9,3,-1,'Schematic: Small Red Rocket',15274,2,64,0,1,700,175,0,-1,-1,25,0,202,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26418,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Small Red Rocket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21727,9,3,-1,'Schematic: Large Blue Rocket',15274,2,64,0,1,1100,275,0,-1,-1,35,0,202,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26420,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Large Blue Rocket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21728,9,3,-1,'Schematic: Large Green Rocket',15274,2,64,0,1,1100,275,0,-1,-1,35,0,202,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26421,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Large Green Rocket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21729,9,3,-1,'Schematic: Large Red Rocket',15274,2,64,0,1,1100,275,0,-1,-1,35,0,202,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26422,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Large Red Rocket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21730,9,3,-1,'Schematic: Blue Rocket Cluster',15274,2,64,0,1,3500,875,0,-1,-1,45,0,202,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26423,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Blue Rocket Cluster.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21731,9,3,-1,'Schematic: Green Rocket Cluster',15274,2,64,0,1,3500,875,0,-1,-1,45,0,202,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26424,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Green Rocket Cluster.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21732,9,3,-1,'Schematic: Red Rocket Cluster',15274,2,64,0,1,3500,875,0,-1,-1,45,0,202,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26425,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Red Rocket Cluster.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21733,9,3,-1,'Schematic: Large Blue Rocket Cluster',15274,2,64,0,1,16000,4000,0,-1,-1,55,0,202,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26426,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Large Blue Rocket Cluster.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21734,9,3,-1,'Schematic: Large Green Rocket Cluster',15274,2,64,0,1,16000,4000,0,-1,-1,55,0,202,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26427,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Large Green Rocket Cluster.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21735,9,3,-1,'Schematic: Large Red Rocket Cluster',15274,2,64,0,1,16000,4000,0,-1,-1,55,0,202,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26428,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Large Red Rocket Cluster.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21737,9,3,-1,'Schematic: Cluster Launcher',15274,2,64,0,1,16000,4000,0,-1,-1,55,0,202,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26443,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Firework Cluster Launcher.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21738,9,3,-1,'Schematic: Firework Launcher',15274,2,64,0,1,3500,875,0,-1,-1,45,0,202,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26442,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Firework Launcher.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21740,0,0,-1,'Small Rocket Recipes',1102,1,4,0,1,0,0,0,32767,-1,1,0,202,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21741,0,0,-1,'Cluster Rocket Recipes',6270,1,4,0,1,0,0,0,32767,-1,1,0,202,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21742,0,0,-1,'Large Rocket Recipes',1096,1,4,0,1,0,0,0,32767,-1,1,0,202,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21743,0,0,-1,'Large Cluster Rocket Recipes',15274,1,4,0,1,0,0,0,32767,-1,1,0,202,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21744,0,0,-1,'Lucky Rocket Cluster',34359,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26521,0,-1,-1,1000,1136,2000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21745,0,0,-1,'Elder\'s Moonstone',24730,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25823,0,-1,-1,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21746,0,0,-1,'Lucky Red Envelope',34361,1,4,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21747,15,3,-1,'Festival Firecracker',34363,1,0,0,1,300,75,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25822,0,-1,0,-1,0,2000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21748,4,0,-1,'Figurine - Jade Owl',39914,2,64,0,1,6000,1500,12,-1,-1,40,35,755,200,0,0,0,0,0,1,1,0,2,5,3,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26551,0,0,0,300000,28,60000,0,0,0,0,300000,0,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(21749,12,0,-1,'Combat Task Briefing I',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8770,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21750,12,0,-1,'Combat Task Briefing II',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8771,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21751,12,0,-1,'Tactical Task Briefing III',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8536,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21752,7,4,-1,'Thorium Setting',39924,1,0,0,1,5000,1250,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21753,4,0,-1,'Gem Studded Band',31576,3,524288,0,1,20000,5000,11,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340),(21754,4,0,-1,'The Aquamarine Ward',28831,2,524288,0,1,17230,4307,11,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13669,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340),(21755,4,0,-1,'Aquamarine Pendant of the Warrior',31603,2,0,0,1,17230,4307,2,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9331,1,0,0,0,0,-1,26562,0,10,10,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340),(21756,4,0,-1,'Figurine - Golden Hare',39920,2,64,0,1,6000,1500,12,-1,-1,40,35,755,200,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23990,1,0,0,0,0,0,26571,0,0,0,1200000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(21757,12,0,-1,'Grimscale Murloc Head',9585,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21758,4,0,-1,'Figurine - Black Pearl Panther',39915,2,64,0,1,6000,1500,12,-1,-1,43,38,755,215,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26578,1,0,0,0,0,0,26576,0,0,0,300000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340),(21760,4,0,-1,'Figurine - Truesilver Crab',39916,2,64,0,1,6000,1500,12,-1,-1,45,40,755,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7516,1,0,0,0,0,0,26581,0,0,0,300000,28,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340),(21761,13,0,-1,'Scarab Coffer Key',34378,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26587,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21762,13,0,-1,'Greater Scarab Coffer Key',34378,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26588,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21763,4,0,-1,'Figurine - Truesilver Boar',39917,2,0,0,1,6000,1500,12,-1,-1,47,42,755,235,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9139,1,0,0,0,0,0,26593,0,0,0,900000,28,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340),(21764,4,0,-1,'Ruby Pendant of Fire',31604,2,0,0,1,25680,6420,2,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9342,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340),(21765,4,0,-1,'Truesilver Healing Ring',26537,2,524288,0,1,10170,2542,11,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9314,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340),(21766,4,0,-1,'Opal Necklace of Impact',32008,3,32768,0,1,30000,7500,2,-1,-1,50,45,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26598,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21767,4,0,-1,'Simple Opal Ring',23629,2,524288,0,1,33500,8375,11,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,1,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340),(21768,4,0,-1,'Sapphire Signet',28831,3,524288,0,1,50000,12500,11,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3461,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(21769,4,0,-1,'Figurine - Ruby Serpent',39918,2,64,0,1,6000,1500,12,-1,-1,52,47,755,260,0,0,0,0,0,1,1,0,2,5,4,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26599,0,0,0,300000,1141,20000,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340),(21770,12,0,-1,'Ring of Mmmrrrggglll',34382,1,2048,0,1,0,0,0,32767,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s slightly tarnished and slimy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21771,12,0,-1,'Captain Kelisendra\'s Cargo',34389,1,0,0,1,0,0,0,32767,0,1,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A little worse for the wear, but it doesn\'t sound like anything inside\'s broken.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21774,4,1,-1,'Emerald Crown of Destruction',43893,3,0,0,1,57083,11416,1,32767,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,14798,1,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(21775,4,0,-1,'Onslaught Ring',26391,2,524288,0,1,33500,8375,11,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14027,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340),(21776,12,0,-1,'Captain Kelisendra\'s Lost Rutters',1102,1,2048,1,1,0,0,0,32767,690,1,5,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Luckily they were kept in a waterproofed case.',0,0,0,8887,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21777,4,0,-1,'Figurine - Emerald Owl',39914,2,64,0,1,15000,3750,12,-1,-1,55,50,755,285,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21360,1,0,0,0,0,0,26600,0,0,0,300000,28,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340),(21778,4,0,-1,'Ring of Bitter Shadows',33808,2,524288,0,1,74651,18662,11,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340),(21779,4,0,-1,'Band of Natural Fire',31908,3,524288,0,1,85220,21305,11,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(21781,12,0,-1,'Thaelis\'s Head',7164,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21783,12,0,-1,'Magister Duskwither\'s Journal',6672,1,0,0,1,0,0,0,32767,32767,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This journal appears to be relatively new, with only a few of its pages written in.',2846,1,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21784,4,0,-1,'Figurine - Black Diamond Crab',39916,3,64,0,1,60000,15000,12,-1,-1,60,55,755,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13384,1,0,0,0,0,0,26609,0,0,0,300000,28,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(21789,4,0,-1,'Figurine - Dark Iron Scorpid',61338,3,64,0,1,60000,15000,12,-1,-1,60,55,755,300,0,0,0,0,0,1,1,0,1,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26614,0,0,0,300000,1141,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(21790,4,0,-1,'Sapphire Pendant of Winter Night',9657,2,0,0,1,31068,7767,2,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9345,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340),(21791,4,0,-1,'Living Emerald Pendant',6539,3,0,0,1,50012,12503,2,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(21792,4,0,-1,'Necklace of the Diamond Tower',39214,3,0,0,1,100872,25218,2,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,3,3,3,0,0,0,21407,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(21800,2,3,-1,'Silithid Husked Launcher',34484,3,0,0,1,197619,39523,26,32767,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,7,10,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,160,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(21801,2,19,-1,'Antenna of Invigoration',35017,3,0,0,1,198386,39677,26,32767,-1,68,60,0,0,0,0,0,0,0,0,1,0,1,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,149,3,0,0,0,0,0,0,0,0,0,0,1600,0,100,21361,1,0,0,-1,0,-1,7680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(21802,2,15,-1,'The Lost Kris of Zedd',34478,3,0,0,1,265538,53107,21,32767,-1,68,60,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,83,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,18384,1,0,0,-1,0,-1,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,-3.5,0,0,0,'',49,0,0,0,0,12340),(21803,4,4,-1,'Helm of the Holy Avenger',35222,3,0,0,1,139678,27935,1,32767,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,5,18,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,574,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(21804,4,3,-1,'Coif of Elemental Fury',36715,3,0,0,1,120400,24080,1,32767,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,5,18,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(21805,4,4,-1,'Polished Obsidian Pauldrons',34482,3,0,0,1,140736,28147,3,32767,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,4,16,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(21806,2,5,-1,'Gavel of Qiraji Authority',34474,3,0,0,1,349713,69942,17,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,5,16,4,15,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,162,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,14254,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21807,12,0,-1,'Unmarked Letter',7695,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21808,12,0,-1,'Arcane Core',24730,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21809,4,0,-1,'Fury of the Forgotten Swarm',32008,3,0,0,1,194623,48655,2,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21810,4,1,-1,'Treads of the Wandering Nomad',34479,3,0,0,1,85196,17039,8,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,18,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(21812,15,0,-1,'Box of Chocolates',18721,1,65540,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,864000,0,0,'',0,0,0,0,1,12340),(21813,15,0,-1,'Bag of Heart Candies',34655,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26678,0,-10,-10,0,1142,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340),(21814,4,4,-1,'Breastplate of Annihilation',34483,4,0,0,1,282778,56555,5,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,2,4,37,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21815,0,0,-1,'Love Token',34508,1,64,0,10,10,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A small message of affection...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,335,'',0,0,0,0,0,12340),(21816,15,3,-1,'Heart Candy',34654,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70577,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Be mine!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340),(21817,15,3,-1,'Heart Candy',34654,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70580,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I LOVE YOU',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340),(21818,15,3,-1,'Heart Candy',34654,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70579,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I\'ll follow you all around Azeroth.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340),(21819,15,3,-1,'Heart Candy',34654,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70578,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'All yours.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340),(21820,15,3,-1,'Heart Candy',34654,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70576,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'You\'re the best!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340),(21821,15,3,-1,'Heart Candy',34654,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70581,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I\'m all yours!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340),(21822,15,3,-1,'Heart Candy',34654,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70575,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'You\'re mine!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340),(21823,15,3,-1,'Heart Candy',34654,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70574,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Hot lips.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340),(21829,15,3,-1,'Perfume Bottle',34537,1,64,0,1,100,25,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26682,0,-10,0,-1,1142,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21830,15,3,-1,'Empty Wrapper',6405,1,512,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68418,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This one is missing...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21831,15,3,-1,'Wrappered Gift',23146,1,512,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21833,15,3,-1,'Cologne Bottle',34536,1,64,0,1,100,25,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26681,0,-10,0,-1,1142,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21835,0,8,-1,'Anesthetic Poison',34432,1,2097216,0,1,1500,375,0,8,-1,68,68,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26785,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21836,4,0,-1,'Ritssyn\'s Ring of Chaos',31800,4,524288,0,1,387414,96853,11,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21837,2,4,-1,'Anubisath Warhammer',34468,4,0,0,1,398584,79716,13,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,7,7,37,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,123,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21838,4,1,-1,'Garb of Royal Ascension',34469,4,0,0,1,159984,31996,20,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,25,0,0,0,0,14798,1,0,0,-1,0,-1,23729,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21839,2,4,-1,'Scepter of the False Prophet',34485,4,0,0,1,464583,92916,21,32767,-1,84,60,0,0,0,0,0,0,0,0,1,0,2,7,10,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,111,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,26814,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-24.8,0,0,0,'',65,0,0,0,0,12340),(21840,7,5,-1,'Bolt of Netherweave',39453,1,0,0,1,16000,4000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21841,1,0,-1,'Netherweave Bag',39457,2,0,0,1,40000,10000,18,-1,-1,63,0,0,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21842,7,5,-1,'Bolt of Imbued Netherweave',39454,2,0,0,1,32000,8000,0,-1,-1,66,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21843,1,0,-1,'Imbued Netherweave Bag',39458,2,0,0,1,40000,10000,18,-1,-1,68,0,0,0,0,0,0,0,0,0,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21844,7,5,-1,'Bolt of Soulcloth',39462,1,0,0,1,32000,8000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21845,7,5,-1,'Primal Mooncloth',39461,3,0,0,1,16000,4000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21846,4,1,-1,'Spellfire Belt',43295,4,0,0,1,108162,21632,6,32767,-1,105,70,0,0,26797,0,0,0,0,0,1,0,2,32,18,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,552,35,0,0,0,0,4,0,8,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(21847,4,1,-1,'Spellfire Gloves',43296,4,0,0,1,108562,21712,10,-1,-1,105,70,0,0,26797,0,0,0,0,0,1,0,2,32,23,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,552,35,0,0,0,0,4,0,8,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(21848,4,1,-1,'Spellfire Robe',44953,4,0,0,1,217923,43584,20,-1,-1,105,70,0,0,26797,0,0,0,0,0,1,0,2,32,28,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,33022,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,552,100,0,0,0,0,4,0,8,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(21849,4,1,-1,'Netherweave Bracers',16892,2,0,0,1,61307,12261,9,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,555,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(21850,4,1,-1,'Netherweave Belt',27830,2,0,0,1,61531,12306,6,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,555,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(21851,4,1,-1,'Netherweave Gloves',16642,2,0,0,1,65299,13059,10,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,555,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(21852,4,1,-1,'Netherweave Pants',27822,2,0,0,1,134630,26926,7,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,1,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,555,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(21853,4,1,-1,'Netherweave Boots',4272,2,0,0,1,106682,21336,8,-1,-1,108,62,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,555,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(21854,4,1,-1,'Netherweave Robe',28479,2,0,0,1,146337,29267,20,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,1,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,555,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(21855,4,1,-1,'Netherweave Tunic',27821,2,0,0,1,150457,30091,5,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,1,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,555,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(21856,2,1,-1,'Neretzek, The Blood Drinker',34481,4,0,0,1,496413,99282,17,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,4,21,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,303,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,26693,2,0,1.3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21858,1,3,-1,'Spellfire Bag',39459,3,0,0,1,80000,20000,18,262143,32767,95,0,0,0,0,0,0,0,0,0,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21859,4,1,-1,'Imbued Netherweave Pants',38942,3,0,0,1,159418,31883,7,-1,-1,106,67,0,0,0,0,0,0,0,0,1,0,2,5,26,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,556,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(21860,4,1,-1,'Imbued Netherweave Boots',38102,3,0,0,1,123080,24616,8,32767,-1,109,69,0,0,0,0,0,0,0,0,1,0,2,7,30,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,556,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(21861,4,1,-1,'Imbued Netherweave Robe',38920,3,0,0,1,171542,34308,20,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,2,7,42,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,556,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(21862,4,1,-1,'Imbued Netherweave Tunic',38941,3,0,0,1,172187,34437,5,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,1,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,556,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(21863,4,1,-1,'Soulcloth Gloves',42158,4,0,0,1,102374,20474,10,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,13,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,35,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,557,35,0,0,0,0,4,0,2,0,0,0,2863,0,300,0,0,0,0,'',66,0,0,0,0,12340),(21864,4,1,-1,'Soulcloth Shoulders',42159,4,0,0,1,154120,30824,3,32767,-1,100,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,15,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,30,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,557,60,0,0,0,0,4,0,2,0,0,0,2863,0,300,0,0,0,0,'',66,0,0,0,0,12340),(21865,4,1,-1,'Soulcloth Vest',42157,4,0,0,1,206258,41251,5,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,20,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,45,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,557,100,0,0,0,0,4,0,2,0,8,0,2869,0,300,0,0,0,0,'',66,0,0,0,0,12340),(21866,4,1,-1,'Arcanoweave Bracers',42714,3,0,0,1,85985,17197,9,32767,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,25,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,558,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(21867,4,1,-1,'Arcanoweave Boots',38102,3,0,0,1,131549,26309,8,32767,-1,114,70,0,0,0,0,0,0,0,0,1,0,1,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,35,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,558,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(21868,4,1,-1,'Arcanoweave Robe',38926,3,0,0,1,177430,35486,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,50,0,0,0,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,558,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(21869,4,1,-1,'Frozen Shadoweave Shoulders',43297,4,0,0,1,164009,32801,3,32767,-1,105,70,0,0,26801,0,0,0,0,0,1,0,2,5,15,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,553,60,0,0,0,0,4,0,8,0,0,0,2880,0,300,0,0,0,0,'',67,0,0,0,0,12340),(21870,4,1,-1,'Frozen Shadoweave Boots',43298,4,0,0,1,164609,32921,8,32767,-1,105,70,0,0,26801,0,0,0,0,0,1,0,2,5,9,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,553,50,0,0,0,0,4,0,8,0,0,0,2880,0,300,0,0,0,0,'',67,0,0,0,0,12340),(21871,4,1,-1,'Frozen Shadoweave Robe',44952,4,0,0,1,220278,44055,20,-1,-1,105,70,0,0,26801,0,0,0,0,0,1,0,2,5,20,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,553,100,0,0,0,0,4,0,8,0,0,0,2880,0,300,0,0,0,0,'',67,0,0,0,0,12340),(21872,1,1,-1,'Ebon Shadowbag',33941,3,0,0,1,160000,40000,18,256,-1,75,0,0,0,0,0,0,0,0,0,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21873,4,1,-1,'Primal Mooncloth Belt',43300,4,0,0,1,120445,24089,6,32767,-1,115,70,0,0,26798,0,0,0,0,0,1,0,2,5,12,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,554,35,0,0,0,0,4,0,8,0,0,0,2863,0,300,0,0,0,0,'',67,0,0,0,0,12340),(21874,4,1,-1,'Primal Mooncloth Shoulders',43319,4,0,0,1,166991,33398,3,32767,-1,105,70,0,0,26798,0,0,0,0,0,1,0,2,5,16,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,23593,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,554,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(21875,4,1,-1,'Primal Mooncloth Robe',43301,4,0,0,1,234263,46852,20,-1,-1,120,70,0,0,26798,0,0,0,0,1,1,0,2,5,20,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,26228,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,554,100,0,0,0,0,4,0,8,0,0,0,2863,0,300,0,0,0,0,'',67,0,0,0,0,12340),(21876,1,0,-1,'Primal Mooncloth Bag',39463,3,0,0,1,200000,50000,18,-1,-1,70,0,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21877,7,5,-1,'Netherweave Cloth',39452,1,0,0,1,3200,800,0,32767,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21878,7,11,-1,'ZZOLD Spellthread',25048,2,0,0,1,40000,10000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(21881,7,5,-1,'Netherweb Spider Silk',18597,1,0,0,1,20000,5000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21882,7,11,-1,'Soul Essence',42151,1,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21884,7,10,-1,'Primal Fire',41675,2,0,0,1,16000,4000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21885,7,10,-1,'Primal Water',41680,2,0,0,1,16000,4000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21886,7,10,-1,'Primal Life',41676,2,0,0,1,16000,4000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21887,7,6,-1,'Knothide Leather',38744,1,0,0,1,5000,1250,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21888,4,1,-1,'Gloves of the Immortal',29736,4,0,0,1,77153,15430,10,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,7,28,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,120,0,0,0,'',65,0,0,0,0,12340),(21889,4,4,-1,'Gloves of the Redeemed Prophecy',34466,4,0,0,1,142892,28578,10,2,-1,75,60,0,0,0,0,0,0,0,0,1,0,3,7,20,5,20,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,603,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21890,4,3,-1,'Gloves of the Fallen Prophet',34467,4,0,0,1,122228,24445,10,64,-1,75,60,0,0,0,0,0,0,0,0,1,0,3,5,20,7,17,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21891,4,0,-1,'Shard of the Fallen Star',34471,4,0,0,1,397512,99378,12,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26789,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(21892,9,2,-1,'Pattern: Bolt of Imbued Netherweave',1301,1,64,0,1,40000,10000,0,-1,-1,65,0,197,325,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26747,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Bolt of Imbued Netherweave.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21893,9,2,-1,'Pattern: Imbued Netherweave Bag',1301,1,64,0,1,40000,10000,0,-1,-1,68,0,197,340,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26749,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew an Imbued Netherweave Bag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21894,9,2,-1,'Pattern: Bolt of Soulcloth',1301,1,64,0,1,40000,10000,0,-1,-1,69,0,197,345,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26750,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Bolt of Soulcloth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21895,9,2,-1,'Pattern: Primal Mooncloth',1301,1,64,0,1,40000,10000,0,-1,-1,70,0,197,350,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26751,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to create Primal Mooncloth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21896,9,2,-1,'Pattern: Netherweave Robe',1301,1,64,0,1,40000,10000,0,-1,-1,68,0,197,340,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26773,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Netherweave Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21897,9,2,-1,'Pattern: Netherweave Tunic',1301,1,64,0,1,40000,10000,0,-1,-1,69,0,197,345,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26774,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Netherweave Tunic.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21898,9,2,-1,'Pattern: Imbued Netherweave Pants',1301,1,64,0,1,60000,15000,0,-1,-1,68,0,197,340,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26775,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Imbued Netherweave Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21899,9,2,-1,'Pattern: Imbued Netherweave Boots',1301,1,64,0,1,60000,15000,0,-1,-1,70,0,197,350,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26776,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Imbued Netherweave Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21900,9,2,-1,'Pattern: Imbued Netherweave Robe',2571,1,64,0,1,60000,15000,0,-1,-1,72,0,197,360,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26777,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Imbued Netherweave Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21901,9,2,-1,'Pattern: Imbued Netherweave Tunic',2571,1,64,0,1,60000,15000,0,-1,-1,72,0,197,360,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26778,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Imbued Netherweave Tunic.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21902,9,2,-1,'Pattern: Soulcloth Gloves',1301,1,64,0,1,80000,20000,0,-1,-1,71,0,197,355,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26779,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Soulcloth Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21903,9,2,-1,'Pattern: Soulcloth Shoulders',1096,4,64,0,1,60000,15000,0,-1,-1,73,0,197,365,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26780,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Soulcloth Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21904,9,2,-1,'Pattern: Soulcloth Vest',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,197,375,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26781,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Soulcloth Vest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21905,9,2,-1,'Pattern: Arcanoweave Bracers',15274,2,64,0,1,60000,15000,0,-1,-1,70,0,197,350,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26782,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Arcanoweave Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21906,9,2,-1,'Pattern: Arcanoweave Boots',15274,2,64,0,1,60000,15000,0,-1,-1,72,0,197,360,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26783,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Arcanoweave Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21907,9,2,-1,'Pattern: Arcanoweave Robe',15274,2,64,0,1,80000,20000,0,-1,-1,74,0,197,370,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26784,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew an Arcanoweave Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21908,9,2,-1,'Pattern: Spellfire Belt',1301,1,64,0,1,60000,15000,0,-1,-1,71,0,197,355,26797,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26752,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Spellfire Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21909,9,2,-1,'Pattern: Spellfire Gloves',1301,1,64,0,1,60000,15000,0,-1,-1,73,0,197,365,26797,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26753,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Spellfire Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21910,9,2,-1,'Pattern: Spellfire Robe',2571,1,64,0,1,60000,15000,0,-1,-1,75,0,197,375,26797,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26754,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Spellfire Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21911,9,2,-1,'Pattern: Spellfire Bag',6270,3,64,0,1,60000,15000,0,-1,-1,75,0,197,375,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26755,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Spellfire Bag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21912,9,2,-1,'Pattern: Frozen Shadoweave Shoulders',1301,1,64,0,1,60000,15000,0,-1,-1,71,0,197,355,26801,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26756,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Frozen Shadoweave Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21913,9,2,-1,'Pattern: Frozen Shadoweave Robe',2571,1,64,0,1,60000,15000,0,-1,-1,75,0,197,375,26801,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26758,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Frozen Shadoweave Robe',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21914,9,2,-1,'Pattern: Frozen Shadoweave Boots',1301,1,64,0,1,60000,15000,0,-1,-1,73,0,197,365,26801,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26757,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Frozen Shadoweave Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21915,9,2,-1,'Pattern: Ebon Shadowbag',6270,3,64,0,1,60000,0,0,-1,-1,75,0,197,375,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26759,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew an Ebon Shadowbag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21916,9,2,-1,'Pattern: Primal Mooncloth Belt',1301,1,64,0,1,60000,15000,0,-1,-1,71,0,197,355,26798,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26760,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Primal Mooncloth Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21917,9,2,-1,'Pattern: Primal Mooncloth Robe',2571,1,64,0,1,60000,15000,0,-1,-1,75,0,197,375,26798,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26762,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Primal Mooncloth Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21918,9,2,-1,'Pattern: Primal Mooncloth Shoulders',1301,1,64,0,1,60000,15000,0,-1,-1,73,0,197,365,26798,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26761,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Primal Mooncloth Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21919,9,2,-1,'Pattern: Primal Mooncloth Bag',6270,3,64,0,1,60000,15000,0,-1,-1,75,0,197,375,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26763,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Primal Mooncloth Bag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21920,15,0,-1,'Creased Letter',34656,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21921,15,0,-1,'Carefully Penned Note',34656,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21925,15,0,-1,'Immaculate Letter',34656,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21926,15,0,-1,'Slightly Creased Note',34656,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21927,0,8,-1,'Instant Poison VII',13710,1,2097216,0,1,1500,375,0,8,-1,68,68,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26891,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21928,12,0,-1,'Winterspring Blood Sample',16452,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21929,3,5,-1,'Flame Spessarite',35921,2,0,0,1,10000,2500,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21931,4,0,-1,'Woven Copper Ring',9833,2,524288,0,1,1000,250,11,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(21932,4,0,-1,'Heavy Copper Ring',9833,2,524288,0,1,1000,250,11,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(21933,4,0,-1,'Thick Bronze Necklace',34491,2,0,0,1,3000,750,2,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340),(21934,4,0,-1,'Ornate Tigerseye Necklace',9854,2,0,0,1,6000,1500,2,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(21935,12,0,-1,'Stable Ectoplasm',24211,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21936,12,0,-1,'Frozen Ectoplasm',15794,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21937,12,0,-1,'Scorched Ectoplasm',15788,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21938,12,0,-1,'Magma Core',5292,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21939,12,0,-1,'Fel Elemental Rod',20892,1,0,0,1,400000,100000,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Fel and Elemental, two great tastes...',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21940,9,10,-1,'Design: Golden Hare',15274,2,64,0,1,5000,1250,0,-1,-1,40,0,755,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26873,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Golden Hare.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21941,9,10,-1,'Design: Black Pearl Panther',1102,1,64,0,1,5000,1250,0,-1,-1,43,0,755,215,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26875,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Black Pearl Panther.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21942,9,10,-1,'Design: Ruby Crown of Restoration',1102,1,64,0,1,6000,1500,0,-1,-1,45,0,755,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26878,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Ruby Crown of Restoration.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21943,9,10,-1,'Design: Truesilver Crab',1102,1,64,0,1,6000,1500,0,-1,-1,45,0,755,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26881,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Truesilver Crab.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21944,9,10,-1,'Design: Truesilver Boar',15274,2,64,0,1,7500,1875,0,-1,-1,47,0,755,235,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26882,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Truesilver Boar.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21945,9,10,-1,'Design: The Aquamarine Ward',15274,2,64,0,1,7500,1875,0,-1,-1,49,0,755,245,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26887,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft The Aquamarine Ward.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21946,12,0,-1,'Ectoplasmic Distiller',34872,1,1024,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27433,0,0,0,0,1140,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21947,9,10,-1,'Design: Gem Studded Band',15274,2,64,0,1,7500,1875,0,-1,-1,50,0,755,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26896,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Gem Studded Band.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21948,9,10,-1,'Design: Opal Necklace of Impact',1102,1,64,0,1,7500,1875,0,-1,-1,50,0,755,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26897,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft an Opal Necklace of Impact.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21949,9,10,-1,'Design: Ruby Serpent',15274,2,64,0,1,10000,2500,0,-1,-1,52,0,755,260,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26900,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Ruby Serpent.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21952,9,10,-1,'Design: Emerald Crown of Destruction',1102,1,64,0,1,10000,2500,0,-1,-1,55,0,755,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26906,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft an Emerald Crown of Destruction.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21953,9,10,-1,'Design: Emerald Owl',15274,2,64,0,1,12500,3125,0,-1,-1,57,0,755,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26909,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft an Emerald Owl.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21954,9,10,-1,'Design: Ring of Bitter Shadows',1102,1,64,0,1,10000,2500,0,-1,-1,57,0,755,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26910,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Ring of Bitter Shadows.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21955,9,10,-1,'Design: Black Diamond Crab',15274,2,64,0,1,12500,0,0,-1,-1,60,0,755,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26912,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Black Diamond Crab.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21956,9,10,-1,'Design: Dark Iron Scorpid',15274,2,64,0,1,12500,0,0,-1,-1,60,0,755,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26914,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Dark Iron Scorpid.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21957,9,10,-1,'Design: Necklace of the Diamond Tower',1102,1,64,0,1,13500,3375,0,-1,-1,61,0,755,305,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26915,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Necklace of the Diamond Tower.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21960,15,3,-1,'Handmade Woodcraft',13082,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27708,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(21975,15,3,-1,'Pledge of Adoration: Stormwind',34538,1,196612,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(21979,15,3,-1,'Gift of Adoration: Darnassus',34538,1,131076,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(21980,15,3,-1,'Gift of Adoration: Ironforge',34538,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(21981,15,3,-1,'Gift of Adoration: Stormwind',34538,1,196612,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(21982,12,0,-1,'Ogre Warbeads',32326,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21983,12,0,-1,'Incomplete Banner of Provocation',34874,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21984,12,0,-1,'Left Piece of Lord Valthalak\'s Amulet',34868,1,3072,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27146,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The evil trapped within this fragment seems to be growing stronger...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21985,12,0,-1,'Sealed Blood Container',30952,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21986,12,0,-1,'Banner of Provocation',34874,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27517,0,0,0,600000,1139,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21987,12,0,-1,'Incendicite of Incendius',7148,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This still-smoldering chunk of Lord Incendius will make for an excellent coal.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21988,12,0,-1,'Ember of Emberseer',18716,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This one\'s far too hot to touch... better wrap it in something nonflammable!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21989,12,0,-1,'Cinder of Cynders',13688,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This visceral chunk of the Duke burns on, fueled by his hatred for you.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21990,0,7,-1,'Netherweave Bandage',39456,1,2097216,0,1,5100,1275,0,-1,-1,64,0,129,300,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27030,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21991,0,7,-1,'Heavy Netherweave Bandage',39455,1,2097216,0,1,12000,3000,0,-1,-1,70,0,129,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27031,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21992,9,7,-1,'Manual: Netherweave Bandage',8117,1,64,0,1,20000,5000,0,-1,-1,64,0,129,330,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27032,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Netherweave Bandage.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21993,9,7,-1,'Manual: Heavy Netherweave Bandage',8117,1,64,0,1,40000,10000,0,-1,-1,70,0,129,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27033,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Heavy Netherweave Bandage.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21994,4,4,-1,'Belt of Heroism',34610,3,0,0,1,92033,18406,6,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,4,15,7,12,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,380,0,0,0,0,0,0,0,0,0,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,511,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(21995,4,4,-1,'Boots of Heroism',34611,4,0,0,1,171384,34276,8,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,7,20,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,511,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(21996,4,4,-1,'Bracers of Heroism',34612,3,0,0,1,92717,18543,9,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,7,14,4,9,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,7515,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,511,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(21997,4,4,-1,'Breastplate of Heroism',34617,4,0,0,1,230643,46128,5,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,7,26,4,21,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,781,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,511,165,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(21998,4,4,-1,'Gauntlets of Heroism',34613,4,0,0,1,116412,23282,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,4,20,7,13,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,511,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',63,0,0,0,0,12340),(21999,4,4,-1,'Helm of Heroism',42240,4,0,0,1,173939,34787,1,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,7,32,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,634,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,511,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22000,4,4,-1,'Legplates of Heroism',34615,3,0,0,1,189563,37912,7,-1,-1,66,0,0,0,0,0,0,0,0,0,1,0,3,4,25,7,16,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,601,0,0,0,0,0,0,0,0,0,13383,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,511,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22001,4,4,-1,'Spaulders of Heroism',34616,3,0,0,1,140588,28117,3,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,7,18,4,12,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,511,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22002,4,2,-1,'Darkmantle Belt',34699,3,0,0,1,67320,13464,6,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,3,17,7,13,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,512,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22003,4,2,-1,'Darkmantle Boots',34684,4,0,0,1,126307,25261,8,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,3,24,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,27037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,512,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22004,4,2,-1,'Darkmantle Bracers',34685,3,0,0,1,69569,13913,9,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,3,15,7,7,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,512,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22005,4,2,-1,'Darkmantle Cap',34700,4,0,0,1,130510,26102,1,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,3,26,7,18,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,512,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22006,4,2,-1,'Darkmantle Gloves',34686,4,0,0,1,79015,15803,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,3,24,4,13,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,512,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',63,0,0,0,0,12340),(22007,4,2,-1,'Darkmantle Pants',34687,3,0,0,1,128959,25791,7,-1,-1,66,0,0,0,0,0,0,0,0,0,1,0,3,3,25,7,15,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,512,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22008,4,2,-1,'Darkmantle Spaulders',34688,3,0,0,1,95832,19166,3,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,2,3,24,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,512,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22009,4,2,-1,'Darkmantle Tunic',34689,4,0,0,1,159854,31970,5,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,3,31,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,15465,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,512,120,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22010,4,3,-1,'Beastmaster\'s Belt',34646,3,0,0,1,77256,15451,6,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,3,11,7,16,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,515,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22011,4,3,-1,'Beastmaster\'s Bindings',34647,3,0,0,1,77543,15508,9,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,3,11,7,7,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,515,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22012,9,7,-1,'Master First Aid - Doctor in the House',1134,1,64,0,1,50000,12500,0,-1,-1,60,0,129,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27029,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22013,4,3,-1,'Beastmaster\'s Cap',34649,4,0,0,1,146062,29212,1,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,3,15,7,21,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,359,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,27038,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,515,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22014,12,0,-1,'Hallowed Brazier',34867,1,0,0,1,1333333,333333,0,-1,-1,1,0,0,0,0,0,0,529,5,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22015,4,3,-1,'Beastmaster\'s Gloves',34650,4,0,0,1,98101,19620,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,4,3,11,7,13,5,11,38,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,27043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,515,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',63,0,0,0,0,12340),(22016,4,3,-1,'Beastmaster\'s Mantle',34651,3,0,0,1,119045,23809,3,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,7,18,3,8,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,0,0,0,0,0,0,0,0,0,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,515,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22017,4,3,-1,'Beastmaster\'s Pants',34652,3,0,0,1,160687,32137,7,-1,-1,66,0,0,0,0,0,0,0,0,0,1,0,3,3,19,7,14,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,515,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22018,0,5,-1,'Conjured Glacier Water',24570,1,2097154,0,1,0,0,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22019,0,5,-1,'Conjured Croissant',34497,1,2097154,0,1,0,0,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33725,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340),(22044,0,0,-1,'Mana Emerald',1262,1,2097152,0,1,0,0,0,-1,-1,68,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27103,0,-3,-1,0,100,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,4,0,'',0,0,0,0,0,12340),(22046,12,0,-1,'Right Piece of Lord Valthalak\'s Amulet',34870,1,3072,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27738,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This section of the amulet vibrates with a palpable fervor to be rejoined with its sibling pieces.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22047,12,0,-1,'Top Piece of Lord Valthalak\'s Amulet',34871,1,3072,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27739,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This object feels wrong to the touch, as if an evil within is trying to escape.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22048,12,0,-1,'Lord Valthalak\'s Amulet',34869,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27360,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Reunited into its whole form, the amulet pulses strongly with the evil spirit of Lord Valthalak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22049,12,0,-1,'Brazier of Beckoning',34865,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27184,0,0,0,0,1139,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22050,12,0,-1,'Brazier of Beckoning',34865,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27190,0,0,0,0,1139,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22051,12,0,-1,'Brazier of Beckoning',34865,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27191,0,0,0,0,1139,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22052,12,0,-1,'Brazier of Beckoning',34865,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27201,0,0,0,0,1139,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22053,0,8,-1,'Deadly Poison VI',13707,1,2097216,0,1,1000,250,0,8,-1,62,62,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26967,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22054,0,8,-1,'Deadly Poison VII',13707,1,2097216,0,1,1500,375,0,8,-1,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27186,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22055,0,8,-1,'Wound Poison V',37278,1,2097216,0,1,900,225,0,8,-1,64,64,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27188,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22056,12,0,-1,'Brazier of Beckoning',34865,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27202,0,0,0,0,1139,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22057,12,0,-1,'Brazier of Invocation',34866,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27203,0,0,0,0,1139,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22058,15,3,-1,'Valentine\'s Day Stationery',34508,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22059,15,0,-1,'Valentine\'s Day Card',34508,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,6,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22060,4,3,-1,'Beastmaster\'s Tunic',34645,4,0,0,1,205076,41015,5,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,3,17,7,16,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,27225,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,515,140,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22061,4,3,-1,'Beastmaster\'s Boots',34648,4,0,0,1,155045,31009,8,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,3,16,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,27206,1,0,0,-1,0,-1,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,515,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22062,4,1,-1,'Sorcerer\'s Belt',34599,3,0,0,1,55245,11049,6,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,5,14,6,7,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,517,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22063,4,1,-1,'Sorcerer\'s Bindings',34601,3,0,0,1,55442,11088,9,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,5,12,6,5,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,517,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22064,4,1,-1,'Sorcerer\'s Boots',34782,4,0,0,1,104000,20800,8,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,6,10,5,16,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,517,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22065,4,1,-1,'Sorcerer\'s Crown',34602,4,0,0,1,104368,20873,1,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,5,25,6,14,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,517,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22066,4,1,-1,'Sorcerer\'s Gloves',34600,4,0,0,1,63185,12637,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,5,6,11,5,15,7,13,31,9,45,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,517,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',63,0,0,0,0,12340),(22067,4,1,-1,'Sorcerer\'s Leggings',34598,3,0,0,1,103124,20624,7,-1,-1,66,0,0,0,0,0,0,0,0,0,1,0,3,6,10,5,22,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,517,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22068,4,1,-1,'Sorcerer\'s Mantle',34597,3,0,0,1,78749,15749,3,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,5,17,6,7,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,517,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22069,4,1,-1,'Sorcerer\'s Robes',34596,4,0,0,1,131345,26269,20,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,5,25,6,9,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,26283,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,517,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22070,4,1,-1,'Deathmist Belt',34620,3,0,0,1,52893,10578,6,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,2,5,16,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,518,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22071,4,1,-1,'Deathmist Bracers',34621,3,0,0,1,53090,10618,9,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,2,5,12,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,518,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22072,4,1,-1,'Deathmist Leggings',34622,3,0,0,1,107955,21591,7,-1,-1,66,0,0,0,0,0,0,0,0,0,1,0,2,5,21,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,518,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22073,4,1,-1,'Deathmist Mantle',34623,3,0,0,1,80217,16043,3,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,2,5,16,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,518,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22074,4,1,-1,'Deathmist Mask',34624,4,0,0,1,100339,20067,1,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,5,24,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,518,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22075,4,1,-1,'Deathmist Robe',34625,4,0,0,1,134263,26852,20,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,5,22,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,518,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22076,4,1,-1,'Deathmist Sandals',34626,4,0,0,1,101065,20213,8,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,518,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22077,4,1,-1,'Deathmist Wraps',34627,4,0,0,1,67622,13524,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,4,7,18,5,14,31,9,45,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,518,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',63,0,0,0,0,12340),(22078,4,1,-1,'Virtuous Belt',34628,3,0,0,1,54457,10891,6,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,5,13,6,12,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,514,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22079,4,1,-1,'Virtuous Bracers',34629,3,0,0,1,54649,10929,9,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,5,8,6,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,21360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,514,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22080,4,1,-1,'Virtuous Crown',34630,4,0,0,1,102528,20505,1,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,5,17,7,16,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,514,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22081,4,1,-1,'Virtuous Gloves',34631,4,0,0,1,68597,13719,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,4,6,13,5,17,7,15,45,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,514,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',63,0,0,0,0,12340),(22082,4,1,-1,'Virtuous Mantle',34632,3,0,0,1,82860,16572,3,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,5,13,6,12,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,514,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22083,4,1,-1,'Virtuous Robe',34633,4,0,0,1,138163,27632,20,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,5,22,6,12,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,514,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22084,4,1,-1,'Virtuous Sandals',34634,4,0,0,1,96668,19333,8,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,6,12,5,13,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,514,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22085,4,1,-1,'Virtuous Skirt',34635,3,0,0,1,105173,21034,7,-1,-1,66,0,0,0,0,0,0,0,0,0,1,0,3,7,13,5,14,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,514,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22086,4,4,-1,'Soulforge Belt',34520,3,0,0,1,91705,18341,6,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,5,11,4,10,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,380,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,516,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22087,4,4,-1,'Soulforge Boots',34521,4,0,0,1,170759,34151,8,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,4,7,13,5,12,4,12,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,516,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22088,4,4,-1,'Soulforge Bracers',34522,3,0,0,1,92389,18477,9,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,7,10,5,9,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,516,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22089,4,4,-1,'Soulforge Breastplate',34519,4,0,0,1,229831,45966,5,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,4,7,17,5,17,4,16,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,781,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,516,165,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22090,4,4,-1,'Soulforge Gauntlets',34523,4,0,0,1,115992,23198,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,5,5,11,4,10,7,11,32,15,45,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,516,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',63,0,0,0,0,12340),(22091,4,4,-1,'Soulforge Helm',34524,4,0,0,1,173313,34662,1,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,4,7,17,4,16,5,17,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,634,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,516,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22092,4,4,-1,'Soulforge Legplates',34525,3,0,0,1,188903,37780,7,-1,-1,66,0,0,0,0,0,0,0,0,0,1,0,4,4,16,7,17,5,17,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,601,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,516,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22093,4,4,-1,'Soulforge Spaulders',34526,3,0,0,1,140100,28020,3,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,7,11,5,11,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,516,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22094,12,0,-1,'Bloodkelp',34863,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Its red juice can leave an indelible stain on your clothing, so be careful.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22095,4,3,-1,'Bindings of The Five Thunders',34691,3,0,0,1,80792,16158,9,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,5,9,6,9,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,0,0,0,0,0,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,519,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22096,4,3,-1,'Boots of The Five Thunders',34692,4,0,0,1,152257,30451,8,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,4,4,12,7,13,5,12,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,519,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22097,4,3,-1,'Coif of The Five Thunders',34693,4,0,0,1,152135,30427,1,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,5,21,7,22,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,359,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,519,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22098,4,3,-1,'Cord of The Five Thunders',34694,3,0,0,1,81670,16334,6,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,5,11,4,10,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,519,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22099,4,3,-1,'Gauntlets of The Five Thunders',34695,4,0,0,1,102150,20430,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,5,4,10,5,15,7,13,43,6,45,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,519,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',63,0,0,0,0,12340),(22100,4,3,-1,'Kilt of The Five Thunders',34696,3,0,0,1,154768,30953,7,-1,-1,66,0,0,0,0,0,0,0,0,0,1,0,4,6,16,5,17,4,10,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,519,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22101,4,3,-1,'Pauldrons of The Five Thunders',34697,3,0,0,1,115533,23106,3,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,4,5,11,7,11,6,10,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,519,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22102,4,3,-1,'Vest of The Five Thunders',34698,4,0,0,1,191844,38368,5,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,4,5,17,6,16,7,17,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,519,140,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22103,0,8,-1,'Master Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27235,0,-1,-1,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340),(22104,0,8,-1,'Master Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27236,0,-1,-1,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340),(22105,0,8,-1,'Master Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27237,0,-1,-1,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340),(22106,4,2,-1,'Feralheart Belt',34637,3,0,0,1,65118,13023,6,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,5,5,12,6,8,7,9,4,6,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,513,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22107,4,2,-1,'Feralheart Boots',34638,4,0,0,1,122191,24438,8,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,5,6,10,7,13,5,12,4,12,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,21623,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,513,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22108,4,2,-1,'Feralheart Bracers',34641,3,0,0,1,65610,13122,9,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,5,5,12,4,6,3,6,7,6,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,513,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22109,4,2,-1,'Feralheart Cowl',34639,4,0,0,1,123099,24619,1,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,5,5,17,6,16,7,17,4,14,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,513,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22110,4,2,-1,'Feralheart Gloves',34640,4,0,0,1,82372,16474,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,6,6,11,5,13,3,10,7,11,4,11,45,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,513,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',63,0,0,0,0,12340),(22111,4,2,-1,'Feralheart Kilt',34642,3,0,0,1,134418,26883,7,-1,-1,66,0,0,0,0,0,0,0,0,0,1,0,5,5,14,6,14,7,14,4,14,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,513,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22112,4,2,-1,'Feralheart Spaulders',34643,3,0,0,1,99883,19976,3,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,5,5,16,7,9,6,8,4,8,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,21623,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,513,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22113,4,2,-1,'Feralheart Vest',34644,4,0,0,1,166569,33313,5,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,5,5,17,6,14,7,17,4,16,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,513,120,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22114,15,2,-1,'Pink Murloc Egg',59503,3,134250560,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,0,0,-1,0,-1,27241,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22115,12,0,-1,'Extra-Dimensional Ghost Revealer',34873,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27616,0,0,0,0,1140,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22116,0,0,-1,'Master Soulstone',6009,1,66,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27239,0,-1,-1,0,831,900000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22117,15,3,-1,'Pledge of Loyalty: Stormwind',34754,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27702,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22119,15,3,-1,'Pledge of Loyalty: Ironforge',34753,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27704,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22120,15,3,-1,'Pledge of Loyalty: Darnassus',34752,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27710,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22121,15,3,-1,'Pledge of Loyalty: Undercity',34751,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27719,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22122,15,3,-1,'Pledge of Loyalty: Thunder Bluff',34755,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27716,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22123,15,3,-1,'Pledge of Loyalty: Orgrimmar',34751,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27713,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22128,4,0,-1,'Master Firestone (DEPRECATED)',24380,1,2097154,0,1,0,0,28,-1,-1,66,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27252,1,0,0,0,0,0,27256,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22131,15,3,-1,'Stormwind Gift Collection',34679,1,66560,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27667,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22132,15,3,-1,'Ironforge Gift Collection',34677,1,66560,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27667,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22133,15,3,-1,'Darnassus Gift Collection',34676,1,66560,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27667,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22134,15,3,-1,'Undercity Gift Collection',34682,1,66560,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27668,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22135,15,3,-1,'Thunder Bluff Gift Collection',34681,1,66560,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27668,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22136,15,3,-1,'Orgrimmar Gift Collection',34677,1,66560,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27668,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22137,15,0,-1,'Ysida\'s Satchel',20709,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22138,12,0,-1,'Blackrock Bracer',34509,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Crudely crafted, mostly from dark iron, these bracers exhibit trace amounts of a shiny metal.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22139,12,0,-1,'Ysida\'s Locket',34510,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22140,15,3,-1,'Sentinel\'s Card',34736,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27709,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22141,15,3,-1,'Ironforge Guard\'s Card',34736,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27703,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22142,15,3,-1,'Grunt\'s Card',34736,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27711,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22143,15,3,-1,'Stormwind Guard\'s Card',34736,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27701,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22144,15,3,-1,'Bluffwatcher\'s Card',34736,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27715,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22145,15,3,-1,'Guardian\'s Moldy Card',34736,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27718,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22146,9,0,-1,'Book: Gift of the Wild III',1317,3,64,0,1,400000,100000,0,32256,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26991,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Gift of the Wild (Rank 3).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22147,15,1,-1,'Flintweed Seed',7287,1,0,0,1,5000,1250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22148,15,1,-1,'Wild Quillvine',7406,1,0,0,1,1500,375,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22149,4,0,-1,'Beads of Ogre Mojo',1399,3,0,0,1,41135,10283,2,32767,-1,63,0,0,0,0,0,0,0,0,0,1,0,2,7,7,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22150,4,0,-1,'Beads of Ogre Might',1399,3,0,0,1,41135,10283,2,32767,-1,63,0,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22153,9,0,-1,'Tome of Arcane Brilliance 2',1103,3,64,0,1,400000,100000,0,31360,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27127,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Arcane Brilliance (Rank 2).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22154,15,3,-1,'Pledge of Adoration: Ironforge',34538,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(22155,15,3,-1,'Pledge of Adoration: Darnassus',34538,1,196612,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(22156,15,3,-1,'Pledge of Adoration: Orgrimmar',34538,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(22157,15,3,-1,'Pledge of Adoration: Undercity',34538,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(22158,15,3,-1,'Pledge of Adoration: Thunder Bluff',34538,1,131076,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(22159,15,3,-1,'Pledge of Friendship: Darnassus',34542,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22160,15,3,-1,'Pledge of Friendship: Ironforge',34542,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22161,15,3,-1,'Pledge of Friendship: Orgrimmar',34542,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22162,15,3,-1,'Pledge of Friendship: Thunder Bluff',34542,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22163,15,3,-1,'Pledge of Friendship: Undercity',34542,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22164,15,3,-1,'Gift of Adoration: Orgrimmar',34538,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(22165,15,3,-1,'Gift of Adoration: Thunder Bluff',34538,1,131076,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(22166,15,3,-1,'Gift of Adoration: Undercity',34538,1,131076,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(22167,15,3,-1,'Gift of Friendship: Darnassus',34674,1,131076,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(22168,15,3,-1,'Gift of Friendship: Ironforge',34674,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(22169,15,3,-1,'Gift of Friendship: Orgrimmar',34674,1,131076,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(22170,15,3,-1,'Gift of Friendship: Stormwind',34542,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(22171,15,3,-1,'Gift of Friendship: Thunder Bluff',34542,1,131076,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(22172,15,3,-1,'Gift of Friendship: Undercity',34542,1,131076,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(22173,15,3,-1,'Dwarven Homebrew',18079,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27706,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22174,15,3,-1,'Romantic Poem',34748,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27717,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22175,15,3,-1,'Freshly Baked Pie',6342,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27712,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22176,15,3,-1,'Homemade Bread',21203,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27700,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22177,15,3,-1,'Freshly Picked Flowers',7328,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27714,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22178,15,3,-1,'Pledge of Friendship: Stormwind',34542,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22179,9,0,-1,'Grimoire of Firebolt (Rank 8)',1246,1,64,0,1,54000,13500,0,31488,-1,68,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27487,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22181,9,0,-1,'Grimoire of Fire Shield (Rank 6)',1246,1,64,0,1,36000,9000,0,31488,-1,64,64,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27489,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22182,9,0,-1,'Grimoire of Torment (Rank 7)',1246,1,64,0,1,67000,16750,0,31488,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27490,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22183,9,0,-1,'Grimoire of Suffering (Rank 5)',1246,1,64,0,1,32000,8000,0,31488,-1,63,63,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27500,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22184,9,0,-1,'Grimoire of Consume Shadows (Rank 7)',1246,1,64,0,1,44000,11000,0,31488,-1,66,66,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27491,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22185,9,0,-1,'Grimoire of Sacrifice (Rank 7)',1246,1,64,0,1,36000,9000,0,31488,-1,64,64,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27492,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22186,9,0,-1,'Grimoire of Lash of Pain (Rank 7)',1246,1,64,0,1,54000,13500,0,31488,-1,68,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27493,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22187,9,0,-1,'Grimoire of Soothing Kiss (Rank 5)',1246,1,64,0,1,67000,16750,0,31488,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27494,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22188,9,0,-1,'Grimoire of Devour Magic (Rank 5)',1246,1,64,0,1,29000,7250,0,31488,-1,62,62,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27495,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22189,9,0,-1,'Grimoire of Devour Magic (Rank 6)',1246,1,64,0,1,67000,16750,0,31488,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27496,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22190,9,0,-1,'Grimoire of Tainted Blood (Rank 5)',1246,1,64,0,1,36000,9000,0,31488,-1,64,64,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27497,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22191,4,3,-1,'Obsidian Mail Tunic',34515,4,0,0,1,237749,47549,5,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,523,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,27518,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22192,0,0,-1,'Bloodkelp Elixir of Dodging',15713,1,0,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27653,0,-1,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22193,0,0,-1,'Bloodkelp Elixir of Resistance',15791,1,0,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27652,0,-1,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22194,4,3,-1,'Black Grasp of the Destroyer',34516,4,0,0,1,117276,23455,10,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,318,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,27522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22195,4,3,-1,'Light Obsidian Belt',36968,3,0,0,1,86107,17221,6,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,18676,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22196,4,4,-1,'Thick Obsidian Breastplate',34518,4,0,0,1,282334,56466,5,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,2,4,38,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,0,0,0,0,0,0,27539,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22197,4,4,-1,'Heavy Obsidian Belt',36967,3,0,0,1,94579,18915,6,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,1,4,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,18676,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22198,4,6,-1,'Jagged Obsidian Shield',34533,4,0,0,1,235942,47188,14,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3040,0,0,0,0,0,0,0,0,0,21473,1,0,0,-1,0,-1,18676,1,0,0,-1,0,-1,27561,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,4,0,0,63,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22200,15,2,-1,'Silver Shafted Arrow',34535,1,65600,0,5,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27662,0,-1,-1,0,1142,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340),(22201,12,0,-1,'Reliquary of Purity',18721,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22202,7,7,-1,'Small Obsidian Shard',34543,1,0,0,1,10000,2500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22203,7,7,-1,'Large Obsidian Shard',20769,1,0,0,1,20000,5000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22204,4,2,-1,'Wristguards of Renown',34549,3,0,0,1,62015,12403,9,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,9,7,10,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(22205,4,4,-1,'Black Steel Bindings',34550,3,0,0,1,74994,14998,9,32767,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,4,10,7,10,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(22206,4,0,-1,'Bouquet of Red Roses',34553,2,64,0,1,0,0,23,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27571,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22207,4,3,-1,'Sash of the Grand Hunt',34555,3,0,0,1,75239,15047,6,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,4,3,15,7,14,5,6,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(22208,2,5,-1,'Lavastone Hammer',34556,3,0,0,1,285396,57079,17,32767,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,7,14,32,17,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,203,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(22209,9,4,-1,'Plans: Heavy Obsidian Belt',1301,1,64,0,1,50000,12500,0,-1,-1,68,0,164,300,0,0,0,609,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27585,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Heavy Obsidian Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22212,4,3,-1,'Golem Fitted Pauldrons',34558,3,0,0,1,93180,18636,3,32767,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,3,13,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(22214,9,4,-1,'Plans: Light Obsidian Belt',1301,1,64,0,1,50000,12500,0,-1,-1,68,0,164,300,0,0,0,609,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27588,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Light Obsidian Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22216,12,0,-1,'Venoxis\'s Venom Sac',5287,1,2048,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22217,12,0,-1,'Kurinnaxx\'s Venom Sac',5287,1,2048,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22218,15,3,-1,'Handful of Rose Petals',34561,1,69696,0,5,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27571,0,-1,-1,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340),(22219,9,4,-1,'Plans: Jagged Obsidian Shield',1301,1,64,0,1,50000,12500,0,-1,-1,70,0,164,300,0,0,0,609,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,27586,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Jagged Obsidian Shield.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22220,9,4,-1,'Plans: Black Grasp of the Destroyer',6270,3,64,0,1,50000,12500,0,-1,-1,70,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27589,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make the Black Grasp of the Destroyer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22221,9,4,-1,'Plans: Obsidian Mail Tunic',1301,1,64,0,1,80000,20000,0,-1,-1,72,0,164,300,0,0,0,609,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,27590,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Obsidian Mail Tunic.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22222,9,4,-1,'Plans: Thick Obsidian Breastplate',6270,3,64,0,1,80000,20000,0,-1,-1,72,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27587,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Thick Obsidian Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22223,4,4,-1,'Foreman\'s Head Protector',34564,3,0,0,1,98614,19722,1,32767,-1,55,50,0,0,0,0,0,0,0,0,1,0,3,4,15,7,14,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(22224,12,0,-1,'Jeering Spectre\'s Essence',9731,1,2048,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22225,4,1,-1,'Dragonskin Cowl',35922,3,0,0,1,74687,14937,1,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,7,12,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,3304,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(22226,12,0,-1,'Druidical Remains',3233,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The silithid have left little to the corpse of this champion of the Cenarion Circle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22227,12,0,-1,'Starbreeze Village Relic',34572,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This night elvic antiquity has been frozen solid by the Frostmaul giants. Handle with care.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22228,12,0,-1,'Brilliant Sword of Zealotry',34573,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The keenest of edges, meant to indiscriminately cleave through any foe, living or dead.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22229,12,0,-1,'Soul Ashes of the Banished',35024,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These ashen remains of an exiled soul pulse faintly with the echo of a once-promising life.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22231,4,1,-1,'Kayser\'s Boots of Precision',34593,3,0,0,1,79400,15880,8,32767,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,5,18,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22232,4,3,-1,'Marksman\'s Girdle',34577,3,0,0,1,72107,14421,6,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22234,4,1,-1,'Mantle of Lost Hope',34579,3,0,0,1,48568,9713,3,32767,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,5,11,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(22235,15,2,-1,'Truesilver Shafted Arrow',34535,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,27570,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon Peddlefeet.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22236,0,0,-1,'Buttermilk Delight',34581,1,65536,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71074,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340),(22237,0,0,-1,'Dark Desire',34584,1,65536,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71073,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340),(22238,0,0,-1,'Very Berry Cream',34582,1,65536,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71071,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340),(22239,0,0,-1,'Sweet Surprise',34583,1,65536,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71068,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340),(22240,4,3,-1,'Greaves of Withering Despair',34585,3,0,0,1,74861,14972,8,32767,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(22241,4,2,-1,'Dark Warder\'s Pauldrons',34590,3,0,0,1,78697,15739,3,32767,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,3,17,4,11,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(22242,4,3,-1,'Verek\'s Leash',34594,3,0,0,1,59617,11923,6,32767,-1,56,51,0,0,0,0,0,0,0,0,1,0,3,3,8,5,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(22243,1,1,-1,'Small Soul Pouch',1281,2,0,0,1,1000,250,18,256,-1,20,0,0,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22244,1,1,-1,'Box of Souls',20913,2,0,0,1,4000,1000,18,256,-1,30,0,0,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22245,4,1,-1,'Soot Encrusted Footwear',34595,3,0,0,1,61875,12375,8,32767,-1,56,51,0,0,0,0,0,0,0,0,1,0,3,5,9,7,8,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,9407,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(22246,1,3,-1,'Enchanted Mageweave Pouch',34780,2,0,0,1,10000,2500,18,-1,-1,45,0,0,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22247,4,1,-1,'Faith Healer\'s Boots',34605,3,0,0,1,80438,16087,8,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,6,12,5,12,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22248,1,3,-1,'Enchanted Runecloth Bag',34796,2,0,0,1,40000,10000,18,-1,-1,55,0,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22249,1,3,-1,'Big Bag of Enchantment',34778,2,0,0,1,120000,30000,18,-1,-1,65,0,0,0,0,0,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22250,1,2,-1,'Herb Pouch',34797,2,0,0,1,1000,250,18,-1,-1,20,0,0,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22251,1,2,-1,'Cenarion Herb Bag',34779,2,0,0,1,40000,10000,18,-1,-1,55,0,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22252,1,2,-1,'Satchel of Cenarius',34798,2,0,0,1,120000,30000,18,-1,-1,65,0,0,0,0,0,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22253,4,0,-1,'Tome of the Lost',31138,3,0,0,1,137801,34450,23,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,5,7,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The title reads \"The Brode to Nowhere\"',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22254,2,19,-1,'Wand of Eternal Light',34636,3,0,0,1,153277,30655,26,32767,-1,57,52,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,109,1,0,0,0,0,0,0,0,0,0,0,1500,0,100,21624,1,0,0,-1,0,-1,7678,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(22255,4,0,-1,'Magma Forged Band',9834,3,524288,0,1,131210,32802,11,32767,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,3,12,4,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(22256,4,1,-1,'Mana Shaping Handwraps',30774,3,0,0,1,41184,8236,10,32767,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,5,11,7,9,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(22257,4,0,-1,'Bloodclot Band',31655,3,524288,0,1,144510,36127,11,32767,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,5,8,7,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7681,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(22259,0,0,-1,'Unbestowed Friendship Bracelet',34653,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26899,0,-1,0,1000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22260,0,0,-1,'Friendship Bracelet',34653,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'These are received from true friends...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22261,15,3,-1,'Love Fool',8928,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27661,0,-1,-1,0,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,864000,0,423,'',0,0,0,0,1,12340),(22262,15,3,-1,'Alliance Gift Collection',34674,1,65536,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Give this collection to Kwee Q. Peddlefeet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22263,15,3,-1,'Horde Gift Collection',34674,1,65536,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Give this collection to Kwee Q. Peddlefeet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22264,15,0,-1,'Carefully Written Letter',34656,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22265,15,0,-1,'Lovingly Composed Letter',34656,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22266,2,15,-1,'Flarethorn',6555,3,0,0,1,219394,43878,13,32767,-1,57,52,0,0,0,0,0,0,0,0,1,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,88,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(22267,4,1,-1,'Spellweaver\'s Turban',34690,3,0,0,1,80423,16084,1,32767,-1,63,60,0,0,0,0,0,0,0,0,1,0,1,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22268,4,0,-1,'Draconic Infused Emblem',23713,3,524352,0,1,265161,66290,12,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27675,0,0,0,75000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22269,4,1,-1,'Shadow Prowler\'s Cloak',24013,3,0,0,1,80998,16199,16,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,3,17,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22270,4,4,-1,'Entrenching Boots',34708,3,0,0,1,103775,20755,8,32767,-1,55,50,0,0,0,0,0,0,0,0,1,0,4,4,11,31,8,3,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(22271,4,2,-1,'Leggings of Frenzied Magic',34710,3,0,0,1,111644,22328,7,32767,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,5,15,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(22272,4,2,-1,'Forest\'s Embrace',34714,3,0,0,1,75761,15152,5,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,2,5,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(22274,4,2,-1,'Grizzled Pelt',34717,3,0,0,1,76350,15270,5,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,3,4,17,3,16,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(22275,4,2,-1,'Firemoss Boots',6762,3,0,0,1,76917,15383,8,32767,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,5,18,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,9407,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(22276,4,0,-1,'Lovely Red Dress',34726,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22277,4,0,-1,'Red Dinner Suit',62921,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22278,4,0,-1,'Lovely Blue Dress',34725,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22279,4,0,-1,'Lovely Black Dress',34727,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22280,4,0,-1,'Lovely Purple Dress',34728,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22281,4,0,-1,'Blue Dinner Suit',62919,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22282,4,0,-1,'Purple Dinner Suit',62920,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22283,15,3,-1,'Sack of Homemade Bread',2588,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27664,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22284,15,3,-1,'Bundle of Cards',34737,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27664,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22285,15,3,-1,'Stormwind Pledge Collection',34738,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27664,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22286,15,3,-1,'Ironforge Pledge Collection',34739,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27665,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22287,15,3,-1,'Parcel of Cards',34740,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27665,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22288,15,3,-1,'Case of Homebrew',11448,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27665,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22289,15,3,-1,'Stack of Cards',34741,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27666,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22290,15,3,-1,'Darnassus Pledge Collection',34742,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27666,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22291,15,3,-1,'Box of Woodcrafts',11449,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27666,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22292,15,3,-1,'Box of Fresh Pies',11449,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27669,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22293,15,3,-1,'Package of Cards',34745,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27669,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22294,15,3,-1,'Orgrimmar Pledge Collection',34746,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27669,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22295,15,3,-1,'Satchel of Cards',19595,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27670,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22296,15,3,-1,'Basket of Flowers',6524,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27670,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22297,15,3,-1,'Thunder Bluff Pledge Collection',34747,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27670,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22298,15,3,-1,'Book of Romantic Poems',1143,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27671,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22299,15,3,-1,'Sheaf of Cards',34749,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27671,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22300,15,3,-1,'Undercity Pledge Collection',34750,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27671,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(22301,4,1,-1,'Ironweave Robe',34799,3,0,0,1,104919,20983,20,400,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,24,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,520,80,0,0,0,0,0,0,0,0,0,0,0,0,225,130,0,0,0,'',48,0,0,0,0,12340),(22302,4,1,-1,'Ironweave Cowl',34781,3,0,0,1,78977,15795,1,400,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,24,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,520,50,0,0,0,0,0,0,0,0,0,0,0,0,225,130,0,0,0,'',48,0,0,0,0,12340),(22303,4,1,-1,'Ironweave Pants',34788,3,0,0,1,104269,20853,7,400,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,7,24,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,520,65,0,0,0,0,0,0,0,0,0,0,0,0,225,130,0,0,0,'',48,0,0,0,0,12340),(22304,4,1,-1,'Ironweave Gloves',34789,3,0,0,1,51612,10322,10,400,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,7,17,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,520,30,0,0,0,0,0,0,0,0,0,0,0,0,225,90,0,0,0,'',48,0,0,0,0,12340),(22305,4,1,-1,'Ironweave Mantle',34791,3,0,0,1,77690,15538,3,400,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,7,17,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,520,50,0,0,0,0,0,0,0,0,0,0,0,0,225,90,0,0,0,'',48,0,0,0,0,12340),(22306,4,1,-1,'Ironweave Belt',34790,3,0,0,1,51980,10396,6,400,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,7,17,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,520,30,0,0,0,0,0,0,0,0,0,0,0,0,225,90,0,0,0,'',48,0,0,0,0,12340),(22307,9,2,-1,'Pattern: Enchanted Mageweave Pouch',811,1,64,0,1,6000,1500,0,-1,-1,45,0,197,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27658,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew an Enchanted Mageweave Pouch.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22308,9,2,-1,'Pattern: Enchanted Runecloth Bag',1102,1,64,0,1,20000,5000,0,-1,-1,55,0,197,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27659,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew an Enchanted Runecloth Bag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22309,9,2,-1,'Pattern: Big Bag of Enchantment',15274,2,64,0,1,50000,12500,0,-1,-1,65,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27660,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Big Bag of Enchantment.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22310,9,2,-1,'Pattern: Cenarion Herb Bag',1102,1,64,0,1,20000,5000,0,-1,-1,55,0,197,275,0,0,0,609,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27724,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Cenarion Herb Bag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22311,4,1,-1,'Ironweave Boots',34792,3,0,0,1,73794,14758,8,400,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,7,17,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,520,40,0,0,0,0,0,0,0,0,0,0,0,0,225,90,0,0,0,'',48,0,0,0,0,12340),(22312,9,2,-1,'Pattern: Satchel of Cenarius',811,1,64,0,1,50000,12500,0,-1,-1,65,0,197,300,0,0,0,609,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27725,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Satchel of Cenarius.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22313,4,1,-1,'Ironweave Bracers',34793,3,0,0,1,49564,9912,9,400,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,7,14,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,520,30,0,0,0,0,0,0,0,0,0,0,0,0,225,70,0,0,0,'',48,0,0,0,0,12340),(22314,2,6,-1,'Huntsman\'s Harpoon',34794,3,0,0,1,310945,62189,17,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,3,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,226,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22315,2,4,-1,'Hammer of Revitalization',6798,3,0,0,1,249689,49937,21,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,141,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,9315,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22317,2,13,-1,'Lefty\'s Brass Knuckle',23742,3,0,0,1,251530,50306,13,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,4,5,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,78,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22318,2,2,-1,'Malgen\'s Long Bow',34800,3,0,0,1,189347,37869,15,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,150,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22319,4,0,-1,'Tome of Divine Right',34802,3,0,0,1,154658,38664,23,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,5,5,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22320,15,0,-1,'Mux\'s Quality Goods',2593,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22321,4,0,-1,'Heart of Wyrmthalak',6006,3,524352,0,1,42158,10539,12,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27656,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22322,2,4,-1,'The Jaw Breaker',5199,3,0,0,1,256170,51234,13,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,84,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Not edible',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22324,0,5,-1,'Winter Kimchi',26733,1,0,0,5,4000,200,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22325,4,2,-1,'Belt of the Trickster',14389,3,0,0,1,60095,12019,6,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,3,22,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22326,4,0,-1,'Amalgam\'s Band',26001,3,524288,0,1,61130,15282,11,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,5,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,0,0,0,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22327,4,0,-1,'Amulet of the Redeemed',9857,3,64,0,1,10140,2535,2,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,5,9,7,9,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7681,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22328,4,4,-1,'Legplates of Vigilance',21961,3,0,0,1,174902,34980,7,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,18196,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22329,4,0,-1,'Scepter of Interminable Focus',34807,3,0,0,1,137801,34450,23,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22330,4,1,-1,'Shroud of Arcane Mastery',34808,3,0,0,1,73507,14701,16,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,7,10,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22331,4,0,-1,'Band of the Steadfast Hero',24569,3,524288,0,1,145013,36253,11,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,4,7,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22332,2,7,-1,'Blade of Necromancy',34810,3,0,0,1,250267,50053,13,32767,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,80,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22333,2,5,-1,'Hammer of Divine Might',2440,3,0,0,1,314016,62803,17,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,5,15,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,134,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22334,4,0,-1,'Band of Mending',9837,3,524288,0,1,55130,13782,11,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,7,7,5,7,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9317,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22335,2,10,-1,'Lord Valthalak\'s Staff of Command',34891,3,0,0,1,320650,64130,17,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,11,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,136,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,14798,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22336,4,6,-1,'Draconian Aegis of the Legion',18790,3,0,0,1,164786,32957,14,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2153,0,0,0,0,0,0,0,0,0,14799,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,40,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22337,4,1,-1,'Shroud of Domination',34812,3,0,0,1,77531,15506,16,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,7,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22338,12,0,-1,'Volcanic Ash',2480,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22339,4,0,-1,'Rune Band of Wizardry',31616,3,524288,0,1,61130,15282,11,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23727,1,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22340,4,0,-1,'Pendant of Celerity',9852,3,0,0,1,421315,65328,2,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22342,4,1,-1,'Leggings of Torment',24354,3,0,0,1,108029,21605,7,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,16,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22343,4,3,-1,'Handguards of Savagery',33154,3,0,0,1,81301,16260,10,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,10,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22344,15,0,-1,'Brazier of Invocation: User\'s Manual',1588,1,0,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Where to find Haunted Loci',2859,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22345,4,9,-1,'Totem of Rebirth',34958,3,0,0,1,73101,14620,28,32767,-1,62,57,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27797,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22347,2,18,-1,'Fahrad\'s Reloading Repeater',22929,3,0,0,1,191664,38332,26,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,1,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,162,0,0,0,0,0,0,0,0,0,0,0,3200,2,100,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22348,2,5,-1,'Doomulus Prime',35010,3,0,0,1,320670,64134,17,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,2,7,22,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,265,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22349,15,0,-1,'Desecrated Breastplate',35307,4,0,0,1,0,0,0,9,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22350,15,0,-1,'Desecrated Tunic',35347,4,0,0,1,0,0,0,1094,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22351,15,0,-1,'Desecrated Robe',35354,4,0,0,1,0,0,0,400,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22352,15,0,-1,'Desecrated Legplates',35337,4,0,0,1,0,0,0,9,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22353,15,0,-1,'Desecrated Helmet',35336,4,0,0,1,0,0,0,9,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22354,15,0,-1,'Desecrated Pauldrons',35338,4,0,0,1,0,0,0,9,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22355,15,0,-1,'Desecrated Bracers',35334,4,0,0,1,0,0,0,9,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22356,15,0,-1,'Desecrated Waistguard',35340,4,0,0,1,0,0,0,9,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22357,15,0,-1,'Desecrated Gauntlets',35335,4,0,0,1,0,0,0,9,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22358,15,0,-1,'Desecrated Sabatons',35339,4,0,0,1,0,0,0,9,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22359,15,0,-1,'Desecrated Legguards',35345,4,0,0,1,0,0,0,1094,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22360,15,0,-1,'Desecrated Headpiece',35344,4,0,0,1,0,0,0,1094,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22361,15,0,-1,'Desecrated Spaulders',35346,4,0,0,1,0,0,0,1094,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22362,15,0,-1,'Desecrated Wristguards',35348,4,0,0,1,0,0,0,1094,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22363,15,0,-1,'Desecrated Girdle',35342,4,0,0,1,0,0,0,1094,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22364,15,0,-1,'Desecrated Handguards',35343,4,0,0,1,0,0,0,1094,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22365,15,0,-1,'Desecrated Boots',35341,4,0,0,1,0,0,0,1094,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22366,15,0,-1,'Desecrated Leggings',35353,4,0,0,1,0,0,0,400,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22367,15,0,-1,'Desecrated Circlet',35351,4,0,0,1,0,0,0,400,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22368,15,0,-1,'Desecrated Shoulderpads',35356,4,0,0,1,0,0,0,400,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22369,15,0,-1,'Desecrated Bindings',35350,4,0,0,1,0,0,0,400,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22370,15,0,-1,'Desecrated Belt',35349,4,0,0,1,0,0,0,400,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22371,15,0,-1,'Desecrated Gloves',35352,4,0,0,1,0,0,0,400,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22372,15,0,-1,'Desecrated Sandals',35355,4,0,0,1,0,0,0,400,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22373,12,0,-1,'Wartorn Leather Scrap',35300,3,32768,0,1,0,0,0,32767,-1,60,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22374,12,0,-1,'Wartorn Chain Scrap',35298,3,32768,0,1,0,0,0,32767,-1,60,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22375,12,0,-1,'Wartorn Plate Scrap',35301,3,32768,0,1,0,0,0,32767,-1,60,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22376,12,0,-1,'Wartorn Cloth Scrap',35299,3,32768,0,1,0,0,0,32767,-1,60,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22377,2,15,-1,'The Thunderwood Poker',34849,3,0,0,1,272342,54468,13,-1,-1,65,0,0,0,0,0,0,0,0,1,1,0,2,3,13,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,100,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22378,2,7,-1,'Ravenholdt Slicer',34850,3,0,0,1,273326,54665,13,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,156,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22379,2,15,-1,'Shivsprocket\'s Shiv',34859,3,0,0,1,274311,54862,21,32767,-1,65,0,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,82,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,-1.3,0,0,0,'',48,0,0,0,0,12340),(22380,2,4,-1,'Simone\'s Cultivating Hammer',34860,3,0,0,1,275269,55053,21,32767,-1,65,0,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,98,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,-1.3,0,0,0,'',48,0,0,0,0,12340),(22381,12,0,-1,'Silithus Venom Sample',2637,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22382,12,0,-1,'Sealed Venom Container',30952,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22383,2,7,-1,'Sageblade',36970,4,0,0,1,366118,73223,21,32767,-1,64,59,0,0,0,0,0,0,0,0,1,0,2,7,14,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,100,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14799,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-5,0,0,0,'',65,0,0,0,0,12340),(22384,2,4,-1,'Persuader',36969,4,0,0,1,362516,72503,13,32767,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,161,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,15464,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22385,4,4,-1,'Titanic Leggings',34890,4,0,0,1,221172,44234,7,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,683,0,0,0,0,0,0,0,0,0,15465,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22388,9,4,-1,'Plans: Titanic Leggings',6270,4,64,0,1,60000,15000,0,-1,-1,61,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,27829,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Titanic Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22389,9,4,-1,'Plans: Sageblade',6270,4,64,0,1,80000,20000,0,-1,-1,64,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,27832,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Sageblade.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22390,9,4,-1,'Plans: Persuader',6270,4,64,0,1,80000,20000,0,-1,-1,63,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,27830,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make the Persuader.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22392,9,8,-1,'Formula: Enchant 2H Weapon - Agility',7798,1,64,0,1,25000,6250,0,-1,-1,58,0,333,290,0,0,0,576,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27837,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a two-handed melee weapon to increase Agility by 25.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22393,9,0,-1,'Codex: Prayer of Shadow Protection',1143,3,64,0,1,59000,14750,0,31248,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27683,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Prayer of Shadow Protection (Rank 1).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22394,2,10,-1,'Staff of Metanoia',34894,3,0,0,1,323539,64707,17,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,5,15,7,15,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,134,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22395,4,9,-1,'Totem of Rage',34957,3,0,0,1,64867,12973,28,32767,-1,57,52,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27859,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(22396,4,9,-1,'Totem of Life',34956,4,0,0,1,126962,25392,28,32767,-1,78,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27855,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22397,4,8,-1,'Idol of Ferocity',34955,3,0,0,1,65339,13067,28,32767,-1,57,52,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27851,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(22398,4,8,-1,'Idol of Rejuvenation',34954,3,0,0,1,78777,15755,28,32767,-1,62,57,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27853,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22399,4,8,-1,'Idol of Health',34953,4,0,0,1,128332,25666,28,32767,-1,78,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27846,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22400,4,7,-1,'Libram of Truth',34961,3,0,0,1,66041,13208,28,32767,-1,57,52,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27850,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(22401,4,7,-1,'Libram of Hope',34960,3,0,0,1,79620,15924,28,32767,-1,62,57,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27848,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22402,4,7,-1,'Libram of Grace',34959,4,0,0,1,129714,25942,28,32767,-1,78,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27847,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22403,4,0,-1,'Diana\'s Pearl Necklace',9858,3,0,0,1,167814,41953,2,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,7,8,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22404,2,13,-1,'Willey\'s Back Scratcher',34896,3,0,0,1,264568,52913,21,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,136,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9140,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22405,4,1,-1,'Mantle of the Scarlet Crusade',34897,3,0,0,1,72077,14415,3,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,7,11,5,11,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,9407,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22406,2,10,-1,'Redemption',20384,3,0,0,1,309841,61968,17,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,132,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22407,4,2,-1,'Helm of the New Moon',42208,3,0,0,1,93293,18658,1,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,7,14,5,13,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22408,2,19,-1,'Ritssyn\'s Wand of Bad Mojo',34899,3,0,0,1,192448,38489,26,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,108,5,0,0,0,0,0,0,0,0,0,0,1300,0,100,9416,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22409,4,2,-1,'Tunic of the Crescent Moon',34900,3,0,0,1,128778,25755,5,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,7,14,5,12,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22410,4,3,-1,'Gauntlets of Deftness',34901,3,0,0,1,77546,15509,10,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,3,23,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,80,0,0,0,'',48,0,0,0,0,12340),(22411,4,4,-1,'Helm of the Executioner',34902,3,0,0,1,135951,27190,1,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,4,14,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,534,0,0,0,0,0,0,0,0,0,15465,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22412,4,1,-1,'Thuzadin Mantle',15014,3,0,0,1,78122,15624,3,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,11,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22413,12,0,-1,'Sin\'dorei Armaments',37078,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22414,12,0,-1,'Antheol\'s Elemental Grimoire',8093,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22416,4,4,-1,'Dreadnaught Breastplate',35049,4,0,0,1,342525,68505,5,1535,-1,92,60,0,0,0,0,0,0,0,0,1,0,2,4,21,7,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,0,0,0,0,14249,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,15465,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,523,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(22417,4,4,-1,'Dreadnaught Legplates',35051,4,0,0,1,330489,66097,7,1535,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,4,23,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,983,0,0,0,0,0,0,0,0,0,21409,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,28325,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,523,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22418,4,4,-1,'Dreadnaught Helmet',36730,4,0,0,1,248265,49653,1,1535,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,45,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,913,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,21410,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,523,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22419,4,4,-1,'Dreadnaught Pauldrons',35177,4,0,0,1,244154,48830,3,1535,-1,86,60,0,0,0,0,0,0,0,0,1,0,2,7,29,4,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,825,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,28112,1,0,0,-1,0,-1,13388,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,523,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22420,4,4,-1,'Dreadnaught Sabatons',35067,4,0,0,1,245030,49006,8,1535,-1,86,60,0,0,0,0,0,0,0,0,1,0,2,4,15,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,756,0,0,0,0,0,0,0,0,0,13388,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,523,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22421,4,4,-1,'Dreadnaught Gauntlets',35050,4,0,0,1,168576,33715,10,1535,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,27,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702,0,0,0,0,0,0,0,0,0,13388,1,0,0,-1,0,-1,21476,1,0,0,-1,0,-1,28112,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,523,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22422,4,4,-1,'Dreadnaught Waistguard',35058,4,0,0,1,157208,31441,6,1535,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,4,20,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,22912,1,0,0,-1,0,-1,21476,1,0,0,-1,0,-1,13388,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,523,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22423,4,4,-1,'Dreadnaught Bracers',35044,4,0,0,1,157808,31561,9,1535,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,4,14,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,492,0,0,0,0,0,0,0,0,0,7518,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,523,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22424,4,4,-1,'Redemption Wristguards',35619,4,0,0,1,158409,31681,9,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,22,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,492,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,528,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22425,4,4,-1,'Redemption Tunic',35618,4,0,0,1,328919,65783,5,32767,-1,92,60,0,0,0,0,0,0,0,0,1,0,2,7,25,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,528,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(22426,4,4,-1,'Redemption Handguards',35615,4,0,0,1,159595,31919,10,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,23,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702,0,0,0,0,0,0,0,0,0,21629,1,0,0,-1,0,-1,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,528,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22427,4,4,-1,'Redemption Legguards',35616,4,0,0,1,318572,63714,7,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,30,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,983,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,18032,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,528,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22428,4,4,-1,'Redemption Headpiece',36972,4,0,0,1,239368,47873,1,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,28,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,913,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,528,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22429,4,4,-1,'Redemption Spaulders',35617,4,0,0,1,235412,47082,3,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,2,7,22,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,825,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,18031,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,528,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22430,4,4,-1,'Redemption Boots',35613,4,0,0,1,236289,47257,8,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,2,7,22,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,756,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,528,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22431,4,4,-1,'Redemption Girdle',35614,4,0,0,1,162583,32516,6,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,19,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,528,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22432,12,0,-1,'Devilsaur Barb',34923,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7211,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22433,4,0,-1,'Don Mauricio\'s Band of Domination',24022,3,524288,0,1,61130,15282,11,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9416,1,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22434,15,0,-1,'Bloodcap',34936,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22435,15,0,-1,'Gorishi Sting',34925,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22436,4,3,-1,'Cryptstalker Tunic',35415,4,0,0,1,293564,58712,5,32767,-1,92,60,0,0,0,0,0,0,0,0,1,0,3,3,30,7,27,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,658,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,530,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(22437,4,3,-1,'Cryptstalker Legguards',35413,4,0,0,1,283221,56644,7,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,3,28,7,26,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,530,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22438,4,3,-1,'Cryptstalker Headpiece',35601,4,0,0,1,197903,39580,1,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,3,21,7,30,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,530,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22439,4,3,-1,'Cryptstalker Spaulders',35611,4,0,0,1,195545,39109,3,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,3,3,20,7,23,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,530,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22440,4,3,-1,'Cryptstalker Boots',35409,4,0,0,1,196301,39260,8,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,3,3,22,7,19,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,425,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,530,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22441,4,3,-1,'Cryptstalker Handguards',35411,4,0,0,1,133458,26691,10,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,3,16,5,15,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,530,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22442,4,3,-1,'Cryptstalker Girdle',35410,4,0,0,1,133970,26794,6,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,3,16,7,22,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,530,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22443,4,3,-1,'Cryptstalker Wristguards',35416,4,0,0,1,134482,26896,9,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,3,18,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,530,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22444,15,0,-1,'Putrid Vine',34924,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22445,7,12,-1,'Arcane Dust',39195,1,0,0,1,24000,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22446,7,12,-1,'Greater Planar Essence',39200,2,1024,0,1,120000,0,0,-1,-1,65,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32978,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22447,7,12,-1,'Lesser Planar Essence',39199,2,1024,0,1,40000,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32977,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22448,7,12,-1,'Small Prismatic Shard',39197,3,0,0,1,72000,0,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22449,7,12,-1,'Large Prismatic Shard',39198,3,0,0,1,72000,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22450,7,12,-1,'Void Crystal',39201,4,0,0,1,120000,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22451,7,10,-1,'Primal Air',41673,2,0,0,1,16000,4000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22452,7,10,-1,'Primal Earth',38617,2,0,0,1,16000,4000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22456,7,10,-1,'Primal Shadow',39707,2,0,0,1,16000,4000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22457,7,10,-1,'Primal Mana',41677,2,0,0,1,16000,4000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22458,2,10,-1,'Moonshadow Stave',18289,3,0,0,1,189464,37892,17,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,200,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,9346,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(22459,3,8,-1,'Void Sphere',39424,4,0,0,1,120000,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red, Yellow or Blue Socket.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,342,-1,0,0,0,0,'',0,0,0,0,0,12340),(22460,3,8,-1,'Prismatic Sphere',40304,3,0,0,1,72000,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red, Yellow or Blue Socket.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,341,-1,0,0,0,0,'',0,0,0,0,0,12340),(22461,7,12,-1,'Runed Fel Iron Rod',39728,1,0,0,1,5000,1250,0,-1,-1,61,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Can also serve as any lesser runed enchanting rod.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,41,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22462,7,12,-1,'Runed Adamantite Rod',39730,2,1088,0,1,128000,32000,0,-1,-1,61,0,333,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Can also serve as any lesser runed enchanting rod.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,62,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22463,7,12,-1,'Runed Eternium Rod',39732,3,1088,0,1,160000,40000,0,-1,-1,61,0,333,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Can also serve as any lesser runed enchanting rod.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,63,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22464,4,3,-1,'Earthshatter Tunic',35752,4,0,0,1,280779,56155,5,32767,-1,92,60,0,0,0,0,0,0,0,0,1,0,2,7,26,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,658,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,527,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(22465,4,3,-1,'Earthshatter Legguards',35754,4,0,0,1,270957,54191,7,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,28,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,527,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22466,4,3,-1,'Earthshatter Headpiece',42115,4,0,0,1,203986,40797,1,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,26,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,527,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22467,4,3,-1,'Earthshatter Spaulders',35751,4,0,0,1,201512,40302,3,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,2,7,24,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,527,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22468,4,3,-1,'Earthshatter Boots',35746,4,0,0,1,202268,40453,8,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,2,7,20,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,425,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,527,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22469,4,3,-1,'Earthshatter Handguards',35748,4,0,0,1,137513,27502,10,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,21,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,527,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22470,4,3,-1,'Earthshatter Girdle',35747,4,0,0,1,141693,28338,6,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,5,25,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,0,0,0,0,0,0,0,21628,1,0,0,-1,0,-1,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,527,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22471,4,3,-1,'Earthshatter Wristguards',35753,4,0,0,1,142192,28438,9,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,17,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,527,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22472,4,2,-1,'Boots of Ferocity',9653,3,0,0,1,97501,19500,8,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,3,13,7,13,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(22473,12,0,-1,'Antheol\'s Disciplinary Rod',21206,1,0,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27907,0,0,0,20000,1140,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22476,4,2,-1,'Bonescythe Breastplate',35054,4,0,0,1,250923,50184,5,1535,-1,92,60,0,0,0,0,0,0,0,0,1,0,1,7,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,15826,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,524,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(22477,4,2,-1,'Bonescythe Legplates',35065,4,0,0,1,242084,48416,7,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,3,32,7,25,4,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,524,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22478,4,2,-1,'Bonescythe Helmet',41849,4,0,0,1,164867,32973,1,1535,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,3,30,7,29,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,524,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22479,4,2,-1,'Bonescythe Pauldrons',35064,4,0,0,1,162182,32436,3,1535,-1,86,60,0,0,0,0,0,0,0,0,1,0,3,3,22,7,15,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,524,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22480,4,2,-1,'Bonescythe Sabatons',36351,4,0,0,1,162810,32562,8,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,524,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22481,4,2,-1,'Bonescythe Gauntlets',35055,4,0,0,1,111192,22238,10,1535,-1,88,60,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,15818,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,524,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22482,4,2,-1,'Bonescythe Waistguard',36349,4,0,0,1,111607,22321,6,1535,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,3,24,7,20,4,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,524,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22483,4,2,-1,'Bonescythe Bracers',35053,4,0,0,1,112034,22406,9,1535,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,3,26,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,524,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22484,15,0,-1,'Necrotic Rune',18021,2,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22487,12,0,-1,'Aldaron\'s Head',9666,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22488,4,2,-1,'Dreamwalker Tunic',35159,4,0,0,1,243845,48769,5,32767,-1,92,60,0,0,0,0,0,0,0,0,1,0,3,6,19,5,29,7,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,521,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(22489,4,2,-1,'Dreamwalker Legguards',35161,4,0,0,1,235279,47055,7,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,6,20,5,26,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,521,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22490,4,2,-1,'Dreamwalker Headpiece',35162,4,0,0,1,177082,35416,1,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,6,20,5,31,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,521,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22491,4,2,-1,'Dreamwalker Spaulders',35160,4,0,0,1,174152,34830,3,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,3,6,12,5,22,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,18034,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,521,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22492,4,2,-1,'Dreamwalker Boots',35173,4,0,0,1,174779,34955,8,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,3,5,20,6,14,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,521,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22493,4,2,-1,'Dreamwalker Handguards',35167,4,0,0,1,119323,23864,10,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,6,16,7,17,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,521,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22494,4,2,-1,'Dreamwalker Girdle',35164,4,0,0,1,119750,23950,6,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,7,14,5,23,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,521,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22495,4,2,-1,'Dreamwalker Wristguards',35158,4,0,0,1,120177,24035,9,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,14,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,521,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22496,4,1,-1,'Frostfire Robe',35523,4,0,0,1,200719,40143,20,32767,-1,92,60,0,0,0,0,0,0,0,0,1,0,2,7,21,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,28869,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,526,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(22497,4,1,-1,'Frostfire Leggings',35522,4,0,0,1,193631,38726,7,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,6,10,5,26,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,526,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22498,4,1,-1,'Frostfire Circlet',36440,4,0,0,1,131880,26376,1,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,22,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,18382,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,526,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22499,4,1,-1,'Frostfire Shoulderpads',35326,4,0,0,1,129732,25946,3,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,3,7,17,5,18,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,526,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22500,4,1,-1,'Frostfire Sandals',35525,4,0,0,1,130234,26046,8,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,3,6,10,5,18,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,526,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22501,4,1,-1,'Frostfire Gloves',35521,4,0,0,1,88935,17787,10,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,7,17,5,19,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,526,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22502,4,1,-1,'Frostfire Belt',35519,4,0,0,1,91721,18344,6,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,6,10,7,19,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,526,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22503,4,1,-1,'Frostfire Bindings',35677,4,0,0,1,92063,18412,9,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,14,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,25975,1,0,0,-1,0,-1,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,526,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22504,4,1,-1,'Plagueheart Robe',35185,4,0,0,1,192234,38446,20,32767,-1,92,60,0,0,0,0,0,0,0,0,1,0,2,7,27,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,28767,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,529,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(22505,4,1,-1,'Plagueheart Leggings',35184,4,0,0,1,185473,37094,7,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,30,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,18054,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,529,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22506,4,1,-1,'Plagueheart Circlet',35182,4,0,0,1,139617,27923,1,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,28,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,18382,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,529,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22507,4,1,-1,'Plagueheart Shoulderpads',35187,4,0,0,1,137314,27462,3,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,2,7,22,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,529,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22508,4,1,-1,'Plagueheart Sandals',35186,4,0,0,1,137802,27560,8,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,2,7,20,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,529,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22509,4,1,-1,'Plagueheart Gloves',35183,4,0,0,1,94093,18818,10,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,25,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,529,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22510,4,1,-1,'Plagueheart Belt',35179,4,0,0,1,94434,18886,6,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,23,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,529,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22511,4,1,-1,'Plagueheart Bindings',35180,4,0,0,1,94776,18955,9,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,23,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,529,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22512,4,1,-1,'Robe of Faith',36354,4,0,0,1,197859,39571,20,32767,-1,92,60,0,0,0,0,0,0,0,0,1,0,3,6,21,5,27,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,525,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(22513,4,1,-1,'Leggings of Faith',35154,4,0,0,1,190899,38179,7,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,6,28,5,26,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,525,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22514,4,1,-1,'Circlet of Faith',56051,4,0,0,1,143686,28737,1,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,6,22,5,22,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,525,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22515,4,1,-1,'Shoulderpads of Faith',35149,4,0,0,1,141302,28260,3,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,3,6,17,5,18,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,525,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22516,4,1,-1,'Sandals of Faith',35148,4,0,0,1,141790,28358,8,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,3,6,13,7,19,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,525,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22517,4,1,-1,'Gloves of Faith',35145,4,0,0,1,96806,19361,10,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,6,22,5,21,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,525,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22518,4,1,-1,'Belt of Faith',35143,4,0,0,1,90356,18071,6,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,5,23,7,18,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,525,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22519,4,1,-1,'Bindings of Faith',35144,4,0,0,1,90697,18139,9,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,7,11,5,15,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,525,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22520,15,0,-1,'The Phylactery of Kel\'Thuzad',31577,4,0,0,1,0,0,0,32767,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9120,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22521,0,8,-1,'Superior Mana Oil',36862,1,64,0,1,6000,1500,0,-1,-1,62,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28013,0,-5,-5,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22522,0,8,-1,'Superior Wizard Oil',47904,1,64,0,1,6000,1500,0,-1,-1,68,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28017,0,-5,-5,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22523,15,0,-1,'Insignia of the Dawn',35274,2,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22524,15,0,-1,'Insignia of the Crusade',35273,2,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22525,12,0,-1,'Crypt Fiend Parts',35014,1,0,0,1,800,200,0,32767,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22526,12,0,-1,'Bone Fragments',13806,1,0,0,1,800,200,0,32767,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22527,12,0,-1,'Core of Elements',18514,1,0,0,1,800,200,0,32767,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22528,12,0,-1,'Dark Iron Scraps',22924,1,0,0,1,800,200,0,32767,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22529,12,0,-1,'Savage Frond',35015,1,0,0,1,800,200,0,32767,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22530,9,8,-1,'Formula: Enchant Bracer - Major Defense',7798,2,64,0,1,60000,15000,0,-1,-1,64,0,333,320,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,27906,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant bracers to increase defense rating by 12. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22531,9,8,-1,'Formula: Enchant Bracer - Superior Healing',7798,1,64,2,1,60000,15000,0,-1,-1,65,0,333,325,0,0,0,946,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27911,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant bracers to increase spell power by 15. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22532,9,8,-1,'Formula: Enchant Bracer - Restore Mana Prime',7798,2,64,0,1,60000,15000,0,-1,-1,67,0,333,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,27913,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant bracers to restore 8 mana every 5 seconds. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22533,9,8,-1,'Formula: Enchant Bracer - Fortitude',7798,2,64,0,1,60000,15000,0,-1,-1,70,0,333,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27914,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant bracers to increase Stamina by 12. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22534,9,8,-1,'Formula: Enchant Bracer - Spellpower',7798,2,64,0,1,80000,20000,0,-1,-1,72,0,333,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,27917,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant bracers to increase spell power by 15. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22535,9,8,-1,'Formula: Enchant Ring - Striking',7798,1,64,0,1,100000,25000,0,-1,-1,72,0,333,360,0,0,0,933,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27920,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a ring to increase physical damage by 2. Only the enchanter\'s rings can be enchanted and enchanting a ring will cause it to become soulbound. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22536,9,8,-1,'Formula: Enchant Ring - Spellpower',7798,1,64,0,1,100000,25000,0,-1,-1,72,0,333,360,0,0,0,989,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27924,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a ring to increase spell power by 12. Only the enchanter\'s rings can be enchanted and enchanting a ring will cause it to become soulbound. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22537,9,8,-1,'Formula: Enchant Ring - Healing Power',7798,1,64,0,1,100000,25000,0,-1,-1,74,0,333,370,0,0,0,935,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27926,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a ring to increase spell power by 12. Only the enchanter\'s rings can be enchanted and enchanting a ring will cause it to become soulbound. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22538,9,8,-1,'Formula: Enchant Ring - Stats',7798,1,64,0,1,200000,50000,0,-1,-1,75,0,333,375,0,0,0,1011,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27927,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a ring to increase all stats by 4. Only the enchanter\'s rings can be enchanted, and enchanting a ring will cause it to become soulbound. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22539,9,8,-1,'Formula: Enchant Shield - Intellect',7798,1,64,0,1,60000,15000,0,-1,-1,65,0,333,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27945,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a shield to increase Intellect by 12. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22540,9,8,-1,'Formula: Enchant Shield - Shield Block',7798,2,64,0,1,60000,15000,0,-1,-1,68,0,333,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27946,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a shield to increase block rating by 15. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22541,9,8,-1,'Formula: Enchant Shield - Resistance',7798,2,64,0,1,80000,20000,0,-1,-1,72,0,333,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27947,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a shield to increase all resistances by 5. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22542,9,8,-1,'Formula: Enchant Boots - Vitality',7798,2,64,0,1,40000,10000,0,-1,-1,61,0,333,305,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27948,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant boots to restore 5 health and mana every 5 seconds. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22543,9,8,-1,'Formula: Enchant Boots - Fortitude',7798,2,64,0,1,60000,15000,0,-1,-1,64,0,333,320,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27950,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant boots to increase Stamina by 12. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22544,9,8,-1,'Formula: Enchant Boots - Dexterity',7798,2,64,0,1,60000,15000,0,-1,-1,68,0,333,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27951,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant boots to increase Agility by 12. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22545,9,8,-1,'Formula: Enchant Boots - Surefooted',7798,2,64,0,1,60000,15000,0,-1,-1,74,0,333,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27954,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant boots to increase both hit rating and critical strike rating by 10. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22547,9,8,-1,'Formula: Enchant Chest - Exceptional Stats',7798,1,64,2,1,60000,15000,0,-1,-1,69,0,333,345,0,0,0,946,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27960,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant chest armor to increase all stats by 6. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22548,9,8,-1,'Formula: Enchant Cloak - Major Resistance',7798,2,64,0,1,60000,15000,0,-1,-1,66,0,333,330,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27962,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a cloak to increase all resistances by 7. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22549,12,0,-1,'Quartermaster Lymel\'s Bill of Lading',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'There\'s barely enough room on the page for everything written here. Who\'s going to carry all of this?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22550,12,0,-1,'Quartermaster Lymel\'s Goods',18721,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You\'re not certain, but it sounded like something inside might have broken.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22551,9,8,-1,'Formula: Enchant Weapon - Major Intellect',7798,2,64,0,1,60000,15000,0,-1,-1,68,0,333,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,27968,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to increase Intellect by 30. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22552,9,8,-1,'Formula: Enchant Weapon - Major Striking',7798,1,64,0,1,60000,15000,0,-1,-1,68,0,333,340,0,0,0,933,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27967,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to increase its damage by 7. Requires a level 35 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22553,9,8,-1,'Formula: Enchant Weapon - Potency',7798,2,64,0,1,80000,20000,0,-1,-1,70,0,333,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27972,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a melee weapon to increase Strength by 20. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22554,9,8,-1,'Formula: Enchant 2H Weapon - Savagery',7798,2,64,0,1,60000,15000,0,-1,-1,70,0,333,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27971,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a two-handed melee weapon to increase attack power by 70. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22555,9,8,-1,'Formula: Enchant Weapon - Major Spellpower',7798,2,64,0,1,80000,20000,0,-1,-1,70,0,333,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,27975,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to increase spell power by 40. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22556,9,8,-1,'Formula: Enchant 2H Weapon - Major Agility',7798,2,64,0,1,60000,15000,0,-1,-1,72,0,333,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27977,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a two-handed melee weapon to increase Agility by 35. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22557,9,8,-1,'Formula: Enchant Weapon - Battlemaster',7798,2,64,0,1,100000,25000,0,-1,-1,72,0,333,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28004,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a melee weapon to occasionally heal nearby party members for 180 to 300 when attacking in melee. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22558,9,8,-1,'Formula: Enchant Weapon - Spellsurge',7798,2,64,0,1,100000,25000,0,-1,-1,72,0,333,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28003,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a melee weapon to make your spells sometimes restore 100 mana to nearby party members. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22559,9,8,-1,'Formula: Enchant Weapon - Mongoose',7798,3,64,0,1,60000,15000,0,-1,-1,75,0,333,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27984,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to occasionally increase Agility by 120 and attack speed slightly. Requires a level 35 or higher item. ',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22560,9,8,-1,'Formula: Enchant Weapon - Sunfire',7798,3,64,0,1,60000,15000,0,-1,-1,75,0,333,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27981,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to increase fire and arcane spell power by 50. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22561,9,8,-1,'Formula: Enchant Weapon - Soulfrost',7798,3,64,0,1,60000,15000,0,-1,-1,75,0,333,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27982,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to increase frost and shadow spell power by 54. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22562,9,8,-1,'Formula: Superior Mana Oil',7798,1,64,0,1,50000,12500,0,-1,-1,62,0,333,310,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28016,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Superior Mana Oil.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22563,9,8,-1,'Formula: Superior Wizard Oil',7798,1,64,0,1,70000,17500,0,-1,-1,68,0,333,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28019,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Superior Wizard Oil.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22565,9,8,-1,'Formula: Large Prismatic Shard',7798,1,64,0,1,60000,15000,0,-1,-1,67,0,333,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28022,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to turn Small Prismatic Shards into a Large Prismatic Shard.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22566,12,0,-1,'Phantasmal Substance',20614,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Strange to the touch... tingly, as if there\'s still some energy in it.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22567,12,0,-1,'Gargoyle Fragment',4689,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Shattered into a hundred tiny pieces, they don\'t seem quite as menacing.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22568,15,0,-1,'Sealed Craftsman\'s Writ',634,1,4,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22570,12,0,-1,'Plagued Blood Sample',16452,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22571,1,0,-1,'Courier\'s Bag',8270,1,0,0,1,250,62,18,-1,-1,1,0,0,0,0,0,0,0,0,1,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22572,7,10,-1,'Mote of Air',41681,1,1024,0,1,1600,400,0,-1,-1,65,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28100,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22573,7,10,-1,'Mote of Earth',38610,1,1024,0,1,1600,400,0,-1,-1,65,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28101,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22574,7,10,-1,'Mote of Fire',41682,1,1024,0,1,1600,400,0,-1,-1,65,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28102,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22575,7,10,-1,'Mote of Life',41683,1,1024,0,1,1600,400,0,-1,-1,65,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28106,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22576,7,10,-1,'Mote of Mana',41684,1,1024,0,1,1600,400,0,-1,-1,65,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28105,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22577,7,10,-1,'Mote of Shadow',41685,1,1024,0,1,1600,400,0,-1,-1,65,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28104,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22578,7,10,-1,'Mote of Water',41686,1,1024,0,1,1600,400,0,-1,-1,65,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28103,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22579,12,0,-1,'Plagued Murloc Spine',6349,1,0,0,1,325,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22580,12,0,-1,'Crystallized Mana Essence',37217,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22583,12,0,-1,'Rathis Tomber\'s Supplies',20775,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Amazingly, between the ghouls and the corrosive slime, it appears undamaged.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22589,2,10,-1,'Atiesh, Greatstaff of the Guardian',35632,5,64,0,1,922791,184558,17,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,3,7,31,5,32,6,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,23729,1,0,0,-1,0,-1,28141,1,0,0,-1,0,-1,28142,1,0,0,-1,0,-1,28148,0,0,0,-1,0,-1,31796,1,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,0,0,-1,-32.7,0,0,0,'',0,0,0,0,0,12340),(22590,12,0,-1,'Night Elf Plans: An\'daroth',15274,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These contain a detailed map and tactical situation for An\'daroth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22591,12,0,-1,'Night Elf Plans: An\'owyn',6270,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These contain a detailed map and tactical situation for An\'owyn.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22592,12,0,-1,'Night Elf Plans: Scrying on the Sin\'dorei',1096,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These plans talk of using the high elf moon crystals to scry upon the blood elves!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22593,15,0,-1,'Writ of Safe Passage',30953,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22594,12,0,-1,'Night Elf Plans',1102,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'All of the plans gathered from Shalandis Isle rolled up together.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22595,15,0,-1,'Call to Arms Announcement',35025,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2872,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22597,12,0,-1,'The Lady\'s Necklace',31603,1,2048,1,1,0,0,0,32767,32767,1,15,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'There\'s an inscription, which reads: To Sylvanas. Love always, Alleria.',0,0,0,9175,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22598,12,0,-1,'Stone of Light',26571,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22599,12,0,-1,'Stone of Flame',24730,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22600,12,0,-1,'Craftsman\'s Writ - Dense Weightstone',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9178,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22601,12,0,-1,'Craftsman\'s Writ - Imperial Plate Chest',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9179,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22602,12,0,-1,'Craftsman\'s Writ - Volcanic Hammer',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9181,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22603,12,0,-1,'Craftsman\'s Writ - Huge Thorium Battleaxe',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9182,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22604,12,0,-1,'Craftsman\'s Writ - Radiant Circlet',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9183,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22605,12,0,-1,'Craftsman\'s Writ - Wicked Leather Headband',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9184,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22606,12,0,-1,'Craftsman\'s Writ - Rugged Armor Kit',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9185,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22607,12,0,-1,'Craftsman\'s Writ - Wicked Leather Belt',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9186,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22608,12,0,-1,'Craftsman\'s Writ - Runic Leather Pants',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9187,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22609,12,0,-1,'Craftsman\'s Writ - Brightcloth Pants',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9188,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22610,12,0,-1,'Craftsman\'s Writ - Runecloth Boots',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9190,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22611,12,0,-1,'Craftsman\'s Writ - Runecloth Bag',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9191,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22612,12,0,-1,'Craftsman\'s Writ - Runecloth Robe',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9194,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22613,12,0,-1,'Craftsman\'s Writ - Goblin Sapper Charge',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9195,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22614,12,0,-1,'Craftsman\'s Writ - Thorium Grenade',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9196,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22615,12,0,-1,'Craftsman\'s Writ - Gnomish Battle Chicken',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9197,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22616,12,0,-1,'Craftsman\'s Writ - Thorium Tube',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9198,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22617,12,0,-1,'Craftsman\'s Writ - Major Mana Potion',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9200,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22618,12,0,-1,'Craftsman\'s Writ - Major Healing Potion',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9202,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22620,12,0,-1,'Craftsman\'s Writ - Greater Arcane Protection Potion',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9201,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22621,12,0,-1,'Craftsman\'s Writ - Potion of Petrification',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9203,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22622,12,0,-1,'Craftsman\'s Writ - Stonescale Eel',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9204,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22623,12,0,-1,'Craftsman\'s Writ - Plated Armorfish',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9205,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22624,12,0,-1,'Craftsman\'s Writ - Lightning Eel',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9206,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22627,12,0,-1,'The Lady\'s Necklace',31603,1,0,0,1,0,0,0,32767,32767,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'There\'s an inscription, which reads: To Sylvanas. Love always, Alleria.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22628,12,0,-1,'Renzithen\'s Restorative Draught',17893,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22629,12,0,-1,'Sealed Sin\'dorei Orders',1096,1,0,0,1,0,0,0,32767,32767,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This sheaf of papers is rolled and protected with the ambassador\'s seal.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22630,2,10,-1,'Atiesh, Greatstaff of the Guardian',35631,5,64,0,1,925791,185158,17,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,2,7,30,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,18382,1,0,0,-1,0,-1,28141,1,0,0,-1,0,-1,28143,1,0,0,-1,0,-1,28148,0,0,0,-1,0,-1,31796,1,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,0,0,-1,-32.7,0,0,0,'',0,0,0,0,0,12340),(22631,2,10,-1,'Atiesh, Greatstaff of the Guardian',35634,5,64,0,1,864107,172821,17,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,3,7,28,5,28,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,28144,1,0,0,-1,0,-1,28155,1,0,0,-1,0,-1,28148,0,0,0,-1,0,-1,31796,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,0,0,-1,-32.7,0,0,0,'',0,0,0,0,0,12340),(22632,2,10,-1,'Atiesh, Greatstaff of the Guardian',35633,5,64,0,1,867372,173474,17,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,3,7,28,5,28,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,338,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,28145,1,0,0,-1,0,-1,28152,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,28148,0,0,0,-1,0,-1,31796,1,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22633,12,0,-1,'Troll Juju',35057,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Shiny!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22634,12,0,-1,'Underlight Ore',4691,1,0,0,1,0,0,0,32767,32767,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This stuff gives off a faint aura in the dark.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22635,15,0,-1,'Savage Guard',35045,3,64,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28161,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22636,15,0,-1,'Ice Guard',35046,3,64,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28163,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22637,15,0,-1,'Primal Hakkari Idol',32745,3,0,0,1,0,0,0,32767,-1,60,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'An ancient evil stirs within...',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22638,15,0,-1,'Shadow Guard',35048,3,64,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28165,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22639,12,0,-1,'Zeb\'Sora Troll Ear',18703,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'At least they string together nicely.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22640,12,0,-1,'Head of Kel\'gash the Wicked',10546,1,2048,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Somehow he doesn\'t seem so wicked now.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22641,12,0,-1,'Rotting Heart',35056,1,0,0,1,585,146,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22642,12,0,-1,'Spinal Dust',36577,1,0,0,1,585,146,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22644,7,8,-1,'Crunchy Spider Leg',35068,1,0,0,1,48,12,0,32767,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(22645,0,5,-1,'Crunchy Spider Surprise',39722,1,0,0,1,100,25,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5005,0,-1,-1,0,11,1000,0,0,0,0,-1,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(22646,4,0,-1,'Master Spellstone (DEPRECATED)',21610,1,2097154,0,1,0,0,28,-1,-1,66,66,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28170,0,0,0,0,1148,180000,32789,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22647,9,5,-1,'Recipe: Crunchy Spider Surprise',1102,1,64,0,1,400,100,0,-1,-1,15,0,185,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28267,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Crunchy Spider Surprise.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22648,15,0,-1,'Hive\'Ashi Dossier',33211,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22649,15,0,-1,'Hive\'Regal Dossier',33211,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22650,15,0,-1,'Hive\'Zora Dossier',33211,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22651,4,4,-1,'Outrider\'s Plate Legguards',35069,4,36864,1,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,4,28,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,737,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22652,4,1,-1,'Glacial Vest',35302,4,0,0,1,166784,33356,5,32767,-1,80,60,0,0,0,0,0,0,0,0,1,0,1,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,40,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22653,12,0,-1,'Dar\'Khan\'s Head',14023,1,2048,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22654,4,1,-1,'Glacial Gloves',35286,4,0,0,1,84020,16804,10,-1,-1,80,60,0,0,0,0,0,0,0,0,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,30,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22655,4,1,-1,'Glacial Wrists',35283,4,0,0,1,84325,16865,9,-1,-1,80,60,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,20,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22656,2,3,-1,'The Purifier',35071,4,0,0,1,248063,49612,26,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,165,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22657,4,0,-1,'Amulet of the Dawn',6543,4,0,0,1,134500,33625,2,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,5,13,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9344,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22658,4,1,-1,'Glacial Cloak',35076,4,0,0,1,127901,25580,16,32767,-1,80,60,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,24,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22659,4,0,-1,'Medallion of the Dawn',6543,4,0,0,1,134500,33625,2,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14027,1,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22660,4,1,-1,'Gaea\'s Embrace',35077,3,0,0,1,86069,17213,16,32767,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,20,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22661,4,2,-1,'Polar Tunic',35290,4,0,0,1,215503,43100,5,32767,-1,80,60,0,0,0,0,0,0,0,0,1,0,2,7,26,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,40,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22662,4,2,-1,'Polar Gloves',35303,4,0,0,1,108144,21628,10,-1,-1,80,60,0,0,0,0,0,0,0,0,1,0,2,7,18,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,0,0,0,30,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22663,4,2,-1,'Polar Bracers',35287,4,0,0,1,111336,22267,9,1535,-1,80,60,0,0,0,0,0,0,0,0,1,0,2,7,20,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,20,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22664,4,3,-1,'Icy Scale Breastplate',36436,4,0,0,1,242666,48533,5,32767,-1,80,60,0,0,0,0,0,0,0,0,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,40,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22665,4,3,-1,'Icy Scale Bracers',36435,4,0,0,1,121804,24360,9,-1,-1,80,60,0,0,0,0,0,0,0,0,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,20,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22666,4,3,-1,'Icy Scale Gauntlets',36437,4,0,0,1,122275,24455,10,1535,-1,80,60,0,0,0,0,0,0,0,0,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361,0,0,0,30,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22667,4,1,-1,'Bracers of Hope',35090,4,0,0,1,63948,12789,9,1535,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,6,12,7,10,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22668,4,2,-1,'Bracers of Subterfuge',35091,4,0,0,1,80242,16048,9,1535,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,4,10,7,12,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22669,4,4,-1,'Icebane Breastplate',35276,4,0,0,1,288576,57715,5,32767,-1,80,60,0,0,0,0,0,0,0,0,1,0,2,7,24,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,42,0,0,0,0,0,13387,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22670,4,4,-1,'Icebane Gauntlets',35277,4,0,0,1,145650,29130,10,-1,-1,80,60,0,0,0,0,0,0,0,0,1,0,2,7,18,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,642,0,0,0,32,0,0,0,0,0,13383,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22671,4,4,-1,'Icebane Bracers',35275,4,0,0,1,146203,29240,9,-1,-1,80,60,0,0,0,0,0,0,0,0,1,0,2,7,13,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,449,0,0,0,24,0,0,0,0,0,7518,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22672,4,4,-1,'Sentinel\'s Plate Legguards',35069,4,36864,2,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,4,28,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,737,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22673,4,3,-1,'Outrider\'s Chain Leggings',35093,4,36864,1,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,3,35,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,415,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22674,12,0,-1,'Wavefront Medallion',6497,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22675,12,0,-1,'Bundle of Medallions',21913,1,64,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28226,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22676,4,3,-1,'Outrider\'s Mail Leggings',35093,4,36864,1,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,4,4,14,5,22,7,22,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,415,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22677,12,0,-1,'Catlord Claws',35585,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Dirty, but sharp.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22678,4,0,-1,'Talisman of Ascendance',24730,4,0,0,1,445213,111303,12,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28200,0,0,0,60000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340),(22679,1,0,-1,'Supply Bag',21202,3,4096,0,1,35000,8750,18,-1,-1,60,0,0,0,0,0,0,0,0,1,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22680,4,0,-1,'Band of Resolution',3666,3,0,0,1,42837,10709,11,-1,-1,66,0,0,0,0,0,0,0,0,1,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13383,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22681,4,0,-1,'Band of Piety',24569,3,0,0,1,42837,10709,11,-1,-1,66,0,0,0,0,0,0,0,0,1,1,0,2,7,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22682,7,11,-1,'Frozen Rune',35465,3,0,0,1,80000,20000,0,-1,-1,80,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29432,0,-1,0,-1,1153,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22683,9,2,-1,'Pattern: Gaea\'s Embrace',1301,1,64,0,1,90000,22500,0,-1,-1,70,0,197,300,0,0,0,609,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28210,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Gaea\'s Embrace.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22688,2,15,-1,'Verimonde\'s Last Resort',35094,3,0,0,1,260885,52177,21,-1,-1,66,0,0,0,0,0,0,0,0,1,1,0,2,7,7,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,76,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,-1.8,0,0,0,'',49,0,0,0,0,12340),(22689,4,2,-1,'Sanctified Leather Helm',35095,3,0,0,1,98195,19639,1,-1,-1,66,0,0,0,0,0,0,0,0,0,1,0,3,6,12,7,14,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,18031,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22690,4,3,-1,'Leggings of the Plague Hunter',35096,3,0,0,1,157711,31542,7,-1,-1,66,0,0,0,0,0,0,0,0,0,1,0,3,3,20,5,10,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22691,2,8,-1,'Corrupted Ashbringer',35097,4,0,0,1,553155,110631,17,32767,-1,86,60,0,0,0,0,0,0,0,1,1,0,1,7,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,389,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,28282,1,0,0,-1,0,-1,28414,2,0,0,-1,0,-1,7598,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,29155,2,0,0,-1,0,-1,1,'Blade of the Scarlet Highlord',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22693,12,0,-1,'Infused Crystal',35098,1,0,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28247,0,0,0,60000,1140,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22699,4,4,-1,'Icebane Leggings',35278,4,0,0,1,307317,61463,7,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,2,7,25,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,898,0,0,0,40,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22700,4,1,-1,'Glacial Leggings',35282,4,0,0,1,176221,35244,7,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,1,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,40,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,300000,0,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22701,4,2,-1,'Polar Leggings',35289,4,0,0,1,221061,44212,7,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,2,7,28,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,0,0,0,40,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22702,4,3,-1,'Icy Scale Leggings',36438,4,0,0,1,266215,53243,7,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,2,7,28,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,505,0,0,0,40,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22706,12,0,-1,'Dar\'Khan\'s Journal',1317,1,2048,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22707,4,0,-1,'Ramaladni\'s Icy Grasp',31616,4,0,0,1,394641,98660,11,-1,-1,80,0,0,0,0,0,0,0,0,1,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Inscribed on the band: Ramaladni',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22708,12,0,-1,'Fate of Ramaladni',31616,1,2048,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Inscribed on the band: Ramaladni',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22710,7,9,-1,'Bloodthistle',18089,1,0,0,1,120,30,0,262143,31232,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28273,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22711,4,1,-1,'Cloak of the Hakkari Worshippers',35114,3,0,0,1,110810,22162,16,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,7,6,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22712,4,1,-1,'Might of the Tribe',35115,3,0,0,1,83685,16737,16,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22713,2,4,-1,'Zulian Scepter of Rites',35116,3,0,0,1,279973,55994,21,-1,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,9,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,143,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9315,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,-3.5,0,0,0,'',49,0,0,0,0,12340),(22714,4,4,-1,'Sacrificial Gauntlets',35118,3,0,0,1,98910,19782,10,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,1,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22715,4,3,-1,'Gloves of the Tormented',35119,3,0,0,1,84597,16919,10,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,7,9,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22716,4,1,-1,'Belt of Untapped Power',35120,3,0,0,1,56602,11320,6,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,5,7,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22717,12,0,-1,'Letter from Silvermoon',35448,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22718,4,2,-1,'Blooddrenched Mask',41850,3,0,0,1,106897,21379,1,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,3,22,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,15465,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22719,15,0,-1,'Omarion\'s Handbook',1588,1,0,0,1,0,0,0,32767,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9233,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22720,4,1,-1,'Zulian Headdress',35125,3,0,0,1,86123,17224,1,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,3,5,15,6,14,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22721,4,0,-1,'Band of Servitude',24022,4,524288,0,1,256120,64030,11,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,7,8,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22722,4,0,-1,'Seal of the Gurubashi Berserker',30661,4,524288,0,1,256120,64030,11,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22723,12,0,-1,'A Letter from the Keeper of the Rolls',3018,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The indelible mark of the Argent Dawn is pressed clearly into the wax of the seal.',0,0,0,9247,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22725,4,0,-1,'Band of Cenarius',9842,3,0,0,1,155162,38790,11,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22726,15,0,-1,'Splinter of Atiesh',35130,5,33856,0,1,0,0,0,1424,-1,60,60,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28324,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A splinter of Atiesh, Greatstaff of the Guardian.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22727,15,0,-1,'Frame of Atiesh',33566,5,32768,0,1,0,0,0,32767,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The head and base are missing.',0,0,0,9250,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22728,7,3,-1,'Steam Tonk Controller',44269,1,64,0,1,20000,5000,0,32767,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45440,0,-50,-50,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22729,9,3,-1,'Schematic: Steam Tonk Controller',1301,1,64,0,1,8000,2000,0,-1,-1,55,0,202,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28327,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Steam Tonk Controller.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22730,4,1,-1,'Eyestalk Waist Cord',35138,4,0,0,1,92404,18480,6,-1,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,5,9,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22731,4,1,-1,'Cloak of the Devoured',35139,4,0,0,1,139105,27821,16,-1,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,5,10,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22732,4,0,-1,'Mark of C\'Thun',34303,4,0,0,1,345774,86443,2,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13390,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22733,12,0,-1,'Staff Head of Atiesh',35140,1,2048,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22734,12,0,-1,'Base of Atiesh',35141,1,2048,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22735,12,0,-1,'Research Notes',3024,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22736,2,7,-1,'Andonisus, Reaper of Souls',35152,5,229378,0,1,0,0,21,32767,-1,100,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,296,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,28347,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This blade is dimensional. It appears to be fading from this plane of existence.',0,0,0,0,0,1,1,0,0,0,0,125,2017,0,0,0,0,0,0,0,0,0,0,0,-1,0,600,0,0,'',0,0,0,0,1,1),(22737,15,0,-1,'Atiesh, Greatstaff of the Guardian',29948,5,64,0,1,0,0,0,32767,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28354,0,0,0,0,1149,900000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'An entity of great evil is imprisoned within the staff.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22739,9,0,-1,'Tome of Polymorph: Turtle',1103,3,64,0,1,59000,14750,0,31360,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28271,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Polymorph: Turtle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22740,4,2,-1,'Outrider\'s Leather Pants',35157,4,36864,1,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,3,28,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(22741,4,2,-1,'Outrider\'s Lizardhide Pants',18962,4,36864,1,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,5,4,22,3,10,7,22,6,9,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,90,0,0,0,'',0,0,0,0,0,12340),(22742,4,1,-1,'Bloodsail Shirt',35169,1,0,0,1,7,1,5,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22743,0,0,-1,'Bloodsail Sash',4511,1,0,0,1,3,1,6,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22744,4,1,-1,'Bloodsail Boots',19950,1,0,0,1,5,1,8,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22745,4,1,-1,'Bloodsail Pants',36971,1,0,0,1,7,1,7,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22746,15,0,-1,'Buccaneer\'s Uniform',1282,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22747,4,1,-1,'Outrider\'s Silk Leggings',32927,4,36864,1,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,3,7,23,5,19,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,100,0,0,0,'',0,0,0,0,0,12340),(22748,4,3,-1,'Sentinel\'s Chain Leggings',35093,4,36864,2,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,3,35,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,415,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22749,4,2,-1,'Sentinel\'s Leather Pants',35157,4,36864,2,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,3,28,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(22750,4,2,-1,'Sentinel\'s Lizardhide Pants',18962,4,36864,2,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,5,4,22,3,10,7,22,6,9,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,90,0,0,0,'',0,0,0,0,0,12340),(22752,4,1,-1,'Sentinel\'s Silk Leggings',32927,4,36864,2,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,3,7,23,5,19,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,100,0,0,0,'',0,0,0,0,0,12340),(22753,4,4,-1,'Sentinel\'s Lamellar Legguards',35175,4,36864,2,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,4,21,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,737,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22754,12,0,-1,'Eternal Quintessence',17403,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21358,0,0,0,3600000,1149,3600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22755,12,0,-1,'Blazing Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28451,0,10,0,10000,1157,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22756,4,1,-1,'Sylvan Vest',35207,3,0,0,1,116029,23205,5,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,30,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22757,4,1,-1,'Sylvan Crown',35206,3,0,0,1,87328,17465,1,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,30,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22758,4,1,-1,'Sylvan Shoulders',35209,3,0,0,1,87642,17528,3,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,20,0,0,0,0,0,0,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22759,4,2,-1,'Bramblewood Helm',42883,3,0,0,1,102123,20424,1,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,30,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22760,4,2,-1,'Bramblewood Boots',35214,3,0,0,1,102516,20503,8,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,25,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22761,4,2,-1,'Bramblewood Belt',35213,3,0,0,1,68599,13719,6,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,15,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22762,4,4,-1,'Ironvine Breastplate',35216,3,0,0,1,192812,38562,5,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,726,0,0,30,0,0,0,0,0,0,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22763,4,4,-1,'Ironvine Gloves',35217,3,0,0,1,97326,19465,10,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,0,0,20,0,0,0,0,0,0,13390,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22764,4,4,-1,'Ironvine Belt',35219,3,0,0,1,97685,19537,6,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,408,0,0,15,0,0,0,0,0,0,7516,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(22766,9,4,-1,'Plans: Ironvine Breastplate',1301,1,64,0,1,50000,12500,0,-1,-1,70,0,164,300,0,0,0,609,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28461,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Ironvine Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22767,9,4,-1,'Plans: Ironvine Gloves',1301,1,64,0,1,50000,12500,0,-1,-1,70,0,164,300,0,0,0,609,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28462,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Ironvine Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22768,9,4,-1,'Plans: Ironvine Belt',1301,1,64,0,1,50000,12500,0,-1,-1,70,0,164,300,0,0,0,609,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28463,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Ironvine Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22769,9,1,-1,'Pattern: Bramblewood Belt',1301,1,64,0,1,50000,12500,0,-1,-1,70,0,165,300,0,0,0,609,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28474,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Bramblewood Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22770,9,1,-1,'Pattern: Bramblewood Boots',1301,1,64,0,1,50000,12500,0,-1,-1,70,0,165,300,0,0,0,609,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28473,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Bramblewood Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22771,9,1,-1,'Pattern: Bramblewood Helm',1301,1,64,0,1,50000,12500,0,-1,-1,70,0,165,300,0,0,0,609,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28472,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Bramblewood Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22772,9,2,-1,'Pattern: Sylvan Shoulders',1301,1,64,0,1,50000,12500,0,-1,-1,70,0,197,300,0,0,0,609,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28482,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Sylvan Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22773,9,2,-1,'Pattern: Sylvan Crown',1301,1,64,0,1,50000,12500,0,-1,-1,70,0,197,300,0,0,0,609,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28481,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Sylvan Crown.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22774,9,2,-1,'Pattern: Sylvan Vest',1301,1,64,0,1,50000,12500,0,-1,-1,70,0,197,300,0,0,0,609,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28480,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Sylvan Vest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22775,12,0,-1,'Suntouched Special Reserve',18080,1,0,0,1,300,75,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The light passing through the bottle reveals a magical property to the wine.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22776,12,0,-1,'Springpaw Appetizers',2474,1,0,0,1,100,25,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A succulent aroma wafts off of the covered platter.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22777,12,0,-1,'Bundle of Fireworks',34281,1,0,0,1,150,37,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'They *look* safe...',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22778,0,0,-1,'Scourgebane Infusion',1288,1,0,0,1,2800,700,0,-1,-1,10,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28488,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22779,0,0,-1,'Scourgebane Draught',2357,1,0,0,1,2800,700,0,-1,-1,10,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28486,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22783,2,7,-1,'Sunwell Blade',20014,2,0,0,1,6938,1387,13,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,34,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,28516,0,0,0,600000,1139,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(22784,4,0,-1,'Sunwell Orb',28464,2,0,0,1,3210,802,23,-1,-1,20,1,0,0,0,0,0,0,0,0,1,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28516,0,0,0,600000,1139,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(22785,7,9,-1,'Felweed',37663,1,536870912,0,1,2000,500,0,-1,-1,60,0,773,275,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22786,7,9,-1,'Dreaming Glory',37877,1,536870912,0,1,2000,500,0,-1,-1,60,0,773,275,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22787,7,9,-1,'Ragveil',37393,1,536870912,0,1,2400,600,0,-1,-1,65,0,773,275,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22788,7,9,-1,'Flame Cap',37662,1,64,0,1,3000,750,0,-1,-1,67,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28714,0,-1,-1,0,1153,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22789,7,9,-1,'Terocone',37661,1,536870912,0,1,2000,500,0,-1,-1,60,0,773,275,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22790,7,9,-1,'Ancient Lichen',44296,1,536870912,0,1,3000,750,0,-1,-1,68,0,773,275,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22791,7,9,-1,'Netherbloom',37412,1,536870912,0,1,4000,1000,0,-1,-1,70,0,773,275,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22792,7,9,-1,'Nightmare Vine',37394,1,536870912,0,1,5000,1250,0,-1,-1,70,0,773,275,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22793,7,9,-1,'Mana Thistle',37413,1,536870912,0,1,6000,1500,0,-1,-1,70,0,773,275,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22794,7,9,-1,'Fel Lotus',38652,2,0,0,1,30000,7500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22795,0,0,-1,'Fel Blossom',37665,1,0,0,1,0,0,0,-1,-1,65,60,182,275,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28527,0,-1,-1,0,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22796,12,0,-1,'Apothecary\'s Poison',15742,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29517,0,-3,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22797,7,9,-1,'Nightmare Seed',37414,1,0,0,1,5000,1250,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28726,0,-1,-1,-1,1153,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22798,2,5,-1,'Might of Menethil',35239,4,0,0,1,557292,111458,17,-1,-1,89,60,0,0,0,0,0,0,0,0,1,0,2,7,46,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,435,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,0,0,0,0,-1,0,-1,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22799,2,10,-1,'Soulseeker',35240,4,0,0,1,559447,111889,17,-1,-1,89,60,0,0,0,0,0,0,0,0,1,0,2,7,30,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,265,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,28792,1,0,0,-1,0,-1,18382,1,0,0,-1,0,-1,28799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-31.5,0,0,0,'',65,0,0,0,0,12340),(22800,2,10,-1,'Brimstone Staff',35241,4,0,0,1,528092,105618,17,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,7,31,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,251,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,23729,1,0,0,-1,0,-1,28841,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-23.9,0,0,0,'',65,0,0,0,0,12340),(22801,2,10,-1,'Spire of Twilight',35242,4,0,0,1,530119,106023,17,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,7,30,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,251,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,21632,1,0,0,-1,0,-1,28736,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-23.9,0,0,0,'',65,0,0,0,0,12340),(22802,2,15,-1,'Kingsfall',35819,4,524288,0,1,452684,90536,13,32767,-1,89,60,0,0,0,0,0,0,0,0,1,0,1,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,158,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22803,2,15,-1,'Midnight Haze',35244,4,0,0,1,418256,83651,21,32767,-1,81,60,0,0,0,0,0,0,0,1,1,0,2,7,20,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,109,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,28687,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-21.3,0,0,0,'',65,0,0,0,0,12340),(22804,2,15,-1,'Maexxna\'s Fang',35709,4,524288,0,1,428915,85783,13,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,141,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14089,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22806,2,7,-1,'Widow\'s Remorse',35247,4,524288,0,1,422974,84594,13,-1,-1,81,60,0,0,0,0,0,0,0,0,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,131,0,0,0,0,100,0,0,0,0,0,0,1600,0,0,15464,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22807,2,7,-1,'Wraith Blade',36371,4,0,0,1,433735,86747,21,-1,-1,83,60,0,0,0,0,0,0,0,1,1,0,2,7,10,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,110,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,28693,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-23.9,0,0,0,'',65,0,0,0,0,12340),(22808,2,4,-1,'The Castigator',35250,4,524288,0,1,446969,89393,13,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,221,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22809,2,5,-1,'Maul of the Redeemed Crusader',36518,4,0,0,1,560738,112147,17,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,5,24,7,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,367,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,21629,1,0,0,-1,0,-1,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22810,2,3,-1,'Toxin Injector',35370,4,0,0,1,330484,66096,26,-1,-1,81,60,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,153,0,0,0,0,0,0,0,0,0,0,0,2000,3,100,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22811,2,2,-1,'Soulstring',35870,4,0,0,1,338842,67768,15,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,229,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,7597,1,0,0,-1,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22812,2,18,-1,'Nerubian Slavemaker',35253,4,0,0,1,361637,72327,26,-1,-1,89,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,281,0,0,0,0,0,0,0,0,0,0,0,3200,2,100,14027,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22813,2,8,-1,'Claymore of Unholy Might',35255,4,0,0,1,556706,111341,17,-1,-1,81,60,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,354,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,28840,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22815,2,1,-1,'Severance',35371,4,0,0,1,560673,112134,17,-1,-1,81,60,0,0,0,0,0,0,0,0,1,0,2,7,18,4,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,354,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22816,2,0,-1,'Hatchet of Sundered Bone',35258,4,524288,0,1,459852,91970,13,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,221,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,14089,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22818,4,6,-1,'The Plague Bearer',35577,4,0,0,1,268280,53656,14,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3570,0,0,0,15,0,0,0,0,0,18369,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,78,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22819,4,6,-1,'Shield of Condemnation',35573,4,0,0,1,294952,58990,14,-1,-1,92,60,0,0,0,0,0,0,0,0,1,0,2,7,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3936,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,18038,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,90,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(22820,2,19,-1,'Wand of Fates',35262,4,0,0,1,316822,63364,26,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,5,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,222,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,9417,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22821,2,19,-1,'Doomfinger',35263,4,0,0,1,348274,69654,26,-1,-1,92,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,271,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,18384,1,0,0,-1,0,-1,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(22822,12,0,-1,'iCoke Prize Voucher',811,1,0,0,1,0,0,0,2047,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,5,'Return to the iCoke redemption vendor to receive a virtual prize',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(22823,0,2,-1,'Elixir of Camouflage',37865,1,0,0,1,10000,2500,0,-1,-1,61,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28489,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22824,0,2,-1,'Elixir of Major Strength',37842,1,0,0,1,10000,2500,0,-1,-1,61,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28490,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22825,0,2,-1,'Elixir of Healing Power',37863,1,0,0,1,10000,2500,0,-1,-1,61,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28491,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22826,0,1,-1,'Sneaking Potion',37855,1,0,0,1,10000,2500,0,-1,-1,63,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28492,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22827,0,2,-1,'Elixir of Major Frost Power',37848,1,0,0,1,10000,2500,0,-1,-1,64,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28493,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22828,0,1,-1,'Insane Strength Potion',37859,1,0,0,1,10000,2500,0,-1,-1,64,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28494,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22829,0,1,-1,'Super Healing Potion',37807,1,0,0,1,20000,5000,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28495,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22830,0,2,-1,'Elixir of the Searching Eye',37860,1,0,0,1,16000,4000,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28496,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22831,0,2,-1,'Elixir of Major Agility',37812,1,0,0,1,16000,4000,0,-1,-1,66,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54494,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22832,0,1,-1,'Super Mana Potion',37808,1,0,0,1,20000,5000,0,-1,-1,68,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28499,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22833,0,2,-1,'Elixir of Major Firepower',37844,1,0,0,1,10000,2500,0,-1,-1,64,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28501,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22834,0,2,-1,'Elixir of Major Defense',37849,1,0,0,1,16000,4000,0,-1,-1,69,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28502,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22835,0,2,-1,'Elixir of Major Shadow Power',37846,1,0,0,1,24000,6000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28503,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22836,0,1,-1,'Major Dreamless Sleep Potion',37845,1,0,0,1,20000,5000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28504,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22837,0,1,-1,'Heroic Potion',37858,1,0,0,1,20000,5000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28506,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22838,0,1,-1,'Haste Potion',37857,1,0,0,1,20000,5000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28507,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22839,0,1,-1,'Destruction Potion',37856,1,0,0,1,20000,5000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28508,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22840,0,2,-1,'Elixir of Major Mageblood',37862,1,0,0,1,24000,6000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28509,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22841,0,1,-1,'Major Fire Protection Potion',37815,1,0,0,1,20000,5000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28511,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22842,0,1,-1,'Major Frost Protection Potion',37814,1,0,0,1,20000,5000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28512,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22843,4,3,-1,'Blood Guard\'s Chain Greaves',31181,3,36864,1,1,0,0,8,4,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,19,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,543,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22844,0,1,-1,'Major Nature Protection Potion',37812,1,0,0,1,20000,5000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28513,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22845,0,1,-1,'Major Arcane Protection Potion',37816,1,0,0,1,20000,5000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28536,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22846,0,1,-1,'Major Shadow Protection Potion',37810,1,0,0,1,20000,5000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28537,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22847,0,1,-1,'Major Holy Protection Potion',37813,1,0,0,1,20000,5000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28538,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22848,0,2,-1,'Elixir of Empowerment',37861,1,0,0,1,28000,7000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28514,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22849,0,1,-1,'Ironshield Potion',37847,1,0,0,1,28000,7000,0,-1,-1,73,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28515,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22850,0,1,-1,'Super Rejuvenation Potion',37809,1,0,0,1,28000,7000,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28517,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22851,0,3,-1,'Flask of Fortification',37850,1,0,0,1,20000,5000,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28518,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22852,4,2,-1,'Blood Guard\'s Dragonhide Treads',27263,3,36864,1,1,0,0,8,1024,-1,66,60,0,0,0,0,0,0,0,1,1,0,5,7,13,4,13,5,6,3,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,539,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22853,0,3,-1,'Flask of Mighty Restoration',37851,1,0,0,1,20000,5000,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28519,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22854,0,3,-1,'Flask of Relentless Assault',37852,1,0,0,1,20000,5000,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28520,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22855,4,1,-1,'Blood Guard\'s Dreadweave Walkers',31026,3,36864,1,1,0,0,8,256,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,17,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,541,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22856,4,2,-1,'Blood Guard\'s Leather Walkers',31035,3,36864,1,1,0,0,8,8,-1,66,60,0,0,0,0,0,0,0,1,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,23049,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,522,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(22857,4,3,-1,'Blood Guard\'s Mail Greaves',31183,3,36864,1,1,0,0,8,64,-1,66,60,0,0,0,0,0,0,0,1,1,0,3,7,14,5,12,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,22801,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,538,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22858,4,4,-1,'Blood Guard\'s Plate Greaves',31050,3,36864,1,1,0,0,8,1,-1,66,60,0,0,0,0,0,0,0,1,1,0,3,7,23,4,10,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,472,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,537,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22859,4,1,-1,'Blood Guard\'s Satin Walkers',31027,3,36864,1,1,0,0,8,16,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,17,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,540,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22860,4,1,-1,'Blood Guard\'s Silk Walkers',31097,3,36864,1,1,0,0,8,128,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,15,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,542,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(22861,0,3,-1,'Flask of Blinding Light',37853,1,0,0,1,20000,5000,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28521,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22862,4,3,-1,'Blood Guard\'s Chain Vices',31182,3,36864,1,1,0,0,10,4,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,16,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,0,0,0,0,0,0,0,0,28539,1,0,0,-1,0,-1,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,543,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22863,4,2,-1,'Blood Guard\'s Dragonhide Grips',27265,3,36864,1,1,0,0,10,1024,-1,66,60,0,0,0,0,0,0,0,1,1,0,4,4,13,3,10,7,12,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,23217,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,539,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22864,4,2,-1,'Blood Guard\'s Leather Grips',31036,3,36864,1,1,0,0,10,8,-1,66,60,0,0,0,0,0,0,0,1,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,522,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(22865,4,1,-1,'Blood Guard\'s Dreadweave Handwraps',27256,3,36864,1,1,0,0,10,256,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,14,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,23046,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,541,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22866,0,3,-1,'Flask of Pure Death',37854,1,0,0,1,20000,5000,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28540,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22867,4,3,-1,'Blood Guard\'s Mail Vices',27279,3,36864,1,1,0,0,10,64,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,15,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,538,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22868,4,4,-1,'Blood Guard\'s Plate Gauntlets',31051,3,36864,1,1,0,0,10,1,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,4,17,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,537,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22869,4,1,-1,'Blood Guard\'s Satin Handwraps',31028,3,36864,1,1,0,0,10,16,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,12,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,23043,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,540,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(22870,4,1,-1,'Blood Guard\'s Silk Handwraps',31098,3,36864,1,1,0,0,10,128,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,12,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,23037,1,0,0,-1,0,-1,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,542,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(22871,0,1,-1,'Shrouding Potion',44302,1,0,0,1,20000,5000,0,-1,-1,67,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28548,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22872,4,4,-1,'Legionnaire\'s Plate Hauberk',27274,3,36864,1,1,0,0,5,1,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,23,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,537,135,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22873,4,4,-1,'Legionnaire\'s Plate Leggings',31052,3,36864,1,1,0,0,7,1,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,17,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,537,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22874,4,3,-1,'Legionnaire\'s Chain Hauberk',31048,3,36864,1,1,0,0,5,4,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,3,11,7,13,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,543,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22875,4,3,-1,'Legionnaire\'s Chain Legguards',30367,3,36864,1,1,0,0,7,4,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,3,11,7,13,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,543,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22876,4,3,-1,'Legionnaire\'s Mail Hauberk',31185,3,36864,1,1,0,0,5,64,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,7,18,5,18,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,538,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22877,4,2,-1,'Legionnaire\'s Dragonhide Chestpiece',31037,3,36864,1,1,0,0,5,1024,-1,68,60,0,0,0,0,0,0,0,1,1,0,4,7,13,4,13,3,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,539,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(22878,4,2,-1,'Legionnaire\'s Dragonhide Leggings',27267,3,36864,1,1,0,0,7,1024,-1,68,60,0,0,0,0,0,0,0,1,1,0,5,4,12,3,12,7,12,6,5,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,539,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340),(22879,4,2,-1,'Legionnaire\'s Leather Chestpiece',31039,3,36864,1,1,0,0,5,8,-1,68,60,0,0,0,0,0,0,0,1,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,522,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(22880,4,2,-1,'Legionnaire\'s Leather Legguards',31040,3,36864,1,1,0,0,7,8,-1,68,60,0,0,0,0,0,0,0,1,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,522,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(22881,4,1,-1,'Legionnaire\'s Dreadweave Legguards',31032,3,36864,1,1,0,0,7,256,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,21,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,541,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22882,4,1,-1,'Legionnaire\'s Satin Legguards',31033,3,36864,1,1,0,0,7,16,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,19,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,540,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(22883,4,1,-1,'Legionnaire\'s Silk Legguards',26144,3,36864,1,1,0,0,7,128,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,7,18,5,17,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,542,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(22884,4,1,-1,'Legionnaire\'s Dreadweave Tunic',27260,3,36864,1,1,0,0,20,256,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,20,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,541,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22885,4,1,-1,'Legionnaire\'s Satin Tunic',30351,3,36864,1,1,0,0,20,16,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,19,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,39547,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,540,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(22886,4,1,-1,'Legionnaire\'s Silk Tunic',31102,3,36864,1,1,0,0,20,128,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,7,18,5,17,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,542,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(22887,4,3,-1,'Legionnaire\'s Mail Legguards',31186,3,36864,1,1,0,0,7,64,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,18,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,538,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22888,12,0,-1,'Azure Watch Gift Voucher',18499,1,0,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9278,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22889,12,0,-1,'Vial of Moth Blood',15773,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'One extraction is more than enough to replenish a healing crystal.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22890,9,0,-1,'Tome of Frost Ward V',1103,3,64,0,1,40000,10000,0,31360,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28609,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Frost Ward (Rank 5).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22891,9,0,-1,'Grimoire of Shadow Ward IV',1103,3,64,0,1,40000,10000,0,31488,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28610,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Shadow Ward (Rank 4).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22892,12,0,-1,'Dim Necrotic Stone',7122,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22893,12,0,-1,'Luzran\'s Head',35267,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22894,12,0,-1,'Knucklerot\'s Head',35268,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22895,0,5,-1,'Conjured Cinnamon Roll',35639,1,2097154,0,1,0,0,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29073,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340),(22896,12,0,-1,'Healing Crystal',20784,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28624,0,-4,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(22897,9,0,-1,'Tome of Conjure Food VII',1103,3,32832,0,1,40000,10000,0,31360,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28612,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Conjure Food (Rank 7).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22900,9,6,-1,'Recipe: Elixir of Camouflage',1102,1,64,0,1,30000,7500,0,32767,-1,61,0,171,305,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28543,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of Camouflage.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22901,9,6,-1,'Recipe: Sneaking Potion',1102,1,64,0,1,30000,7500,0,32767,-1,63,0,171,315,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28546,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Sneaking Potion',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22902,9,6,-1,'Recipe: Elixir of Major Frost Power',1102,1,64,0,1,40000,10000,0,32767,-1,64,0,171,320,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28549,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of Major Frost Power.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22903,9,6,-1,'Recipe: Insane Strength Potion',15274,2,64,0,1,40000,10000,0,32767,-1,64,0,171,320,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28550,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Insane Strength Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22904,9,6,-1,'Recipe: Elixir of the Searching Eye',15274,2,64,0,1,40000,10000,0,32767,-1,65,0,171,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28552,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of the Searching Eye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22905,9,6,-1,'Recipe: Elixir of Major Agility',1102,1,64,2,1,50000,12500,0,32767,-1,66,0,171,330,0,0,0,946,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28553,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Elixir of Major Agility.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22906,9,6,-1,'Recipe: Shrouding Potion',15274,2,4160,0,1,0,0,0,32767,-1,67,0,171,335,0,0,0,970,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28554,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Shrouding Potion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22907,9,6,-1,'Recipe: Super Mana Potion',1102,1,64,0,1,50000,12500,0,32767,-1,68,0,171,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28555,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Super Mana Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22908,9,6,-1,'Recipe: Elixir of Major Firepower',15274,2,64,0,1,60000,15000,0,32767,-1,69,0,171,345,0,0,0,934,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28556,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Elixir of Major Firepower.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22909,9,6,-1,'Recipe: Elixir of Major Defense',1102,1,64,0,1,50000,12500,0,32767,-1,69,0,171,345,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28557,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of Major Defense.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22910,9,6,-1,'Recipe: Elixir of Major Shadow Power',15274,2,64,0,1,80000,20000,0,32767,-1,70,0,171,350,0,0,0,1011,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28558,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Elixir of Major Shadow Power.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22911,9,6,-1,'Recipe: Major Dreamless Sleep Potion',1102,1,64,0,1,50000,12500,0,32767,-1,70,0,171,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28562,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Major Dreamless Sleep Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22912,9,6,-1,'Recipe: Heroic Potion',15274,2,64,0,1,80000,20000,0,32767,-1,70,0,171,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28563,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Heroic Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22913,9,6,-1,'Recipe: Haste Potion',15274,2,64,0,1,80000,20000,0,32767,-1,70,0,171,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28564,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Haste Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22914,9,6,-1,'Recipe: Destruction Potion',15274,2,64,0,1,80000,20000,0,32767,-1,70,0,171,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28565,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Destruction Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22915,9,6,-1,'Recipe: Transmute Primal Air to Fire',15274,2,64,0,1,80000,20000,0,-1,-1,70,0,171,350,0,0,0,935,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28566,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to Transmute Primal Air into Primal Fire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22916,9,6,-1,'Recipe: Transmute Primal Earth to Water',15274,2,4160,0,1,0,0,0,-1,-1,70,0,171,350,0,0,0,970,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28567,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to Transmute Primal Earth into Primal Water.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22917,9,6,-1,'Recipe: Transmute Primal Fire to Earth',15274,2,64,1,1,80000,20000,0,-1,-1,70,0,171,350,0,0,0,941,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28568,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to Transmute Primal Fire into Primal Earth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22918,9,6,-1,'Recipe: Transmute Primal Water to Air',15274,2,64,0,1,80000,20000,0,-1,-1,70,0,171,350,0,0,0,942,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28569,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to Transmute Primal Water into Air.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22919,9,6,-1,'Recipe: Elixir of Major Mageblood',15274,2,64,0,1,100000,25000,0,32767,-1,71,0,171,355,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28570,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of Major Mageblood.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22920,9,6,-1,'Recipe: Major Fire Protection Potion',15274,2,64,0,1,60000,15000,0,32767,-1,72,0,171,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28571,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Major Fire Protection Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22921,9,6,-1,'Recipe: Major Frost Protection Potion',15274,2,64,0,1,60000,15000,0,32767,-1,72,0,171,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28572,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Major Frost Protection Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22922,9,6,-1,'Recipe: Major Nature Protection Potion',15274,1,64,0,1,100000,25000,0,32767,-1,72,0,171,360,0,0,0,942,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28573,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Major Nature Protection Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22923,9,6,-1,'Recipe: Major Arcane Protection Potion',15274,2,64,0,1,100000,25000,0,32767,-1,72,0,171,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28575,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Major Arcane Protection Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22924,9,6,-1,'Recipe: Major Shadow Protection Potion',15274,2,64,0,1,100000,25000,0,32767,-1,72,0,171,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28576,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Major Shadow Protection Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22925,9,6,-1,'Recipe: Major Holy Protection Potion',15274,2,64,0,1,100000,25000,0,32767,-1,72,0,171,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28577,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Major Holy Protection Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22926,9,6,-1,'Recipe: Elixir of Empowerment',15274,2,64,0,1,100000,25000,0,32767,-1,73,0,171,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28578,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of Empowerment.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22927,9,6,-1,'Recipe: Ironshield Potion',15274,2,64,0,1,60000,15000,0,32767,-1,73,0,171,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28579,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Ironshield Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22930,12,0,-1,'A Bloodstained Envelope',3033,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2878,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22932,12,0,-1,'A Torn Letter',3032,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2880,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22934,12,0,-1,'Lasher Sample',34863,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Looks like it\'s in good condition.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22935,4,0,-1,'Touch of Frost',19763,4,0,0,1,353421,88355,2,-1,-1,83,60,0,0,0,0,0,0,0,1,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22936,4,4,-1,'Wristguards of Vengeance',35310,4,0,0,1,154479,30895,9,1535,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,4,24,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22937,4,0,-1,'Gem of Nerubis',35817,4,0,0,1,290604,72651,23,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,7,14,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25975,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22938,4,1,-1,'Cryptfiend Silk Cloak',35312,4,0,0,1,132618,26523,16,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,13385,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,140,0,0,0,'',65,0,0,0,0,12340),(22939,4,0,-1,'Band of Unanswered Prayers',35313,4,524288,0,1,241024,60256,11,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,3,5,11,7,11,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22940,4,4,-1,'Icebane Pauldrons',35324,4,0,0,1,233339,46667,3,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,7,18,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,797,0,0,0,33,0,0,0,0,0,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22941,4,2,-1,'Polar Shoulder Pads',35325,4,0,0,1,167580,33516,3,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,33,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22942,2,4,-1,'The Widow\'s Embrace',35642,4,0,0,1,439016,87803,21,32767,-1,81,60,0,0,0,0,0,0,0,1,1,0,3,5,12,7,12,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,116,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,28686,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-21.3,0,0,0,'',65,0,0,0,0,12340),(22943,4,0,-1,'Malice Stone Pendant',35358,4,0,0,1,411111,102777,2,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,5,8,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,28869,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22944,12,0,-1,'A Crumpled Missive',3029,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2881,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22945,12,0,-1,'A Careworn Note',13430,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2882,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22946,12,0,-1,'A Ragged Page',7695,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2883,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22947,4,0,-1,'Pendant of Forgotten Names',35359,4,0,0,1,353421,88355,2,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,6,18,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22948,12,0,-1,'A Smudged Document',7629,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2884,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22949,12,0,-1,'Cracked Necrotic Crystal',18021,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22950,12,0,-1,'Faint Necrotic Crystal',6006,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22951,4,2,-1,'Springpaw Hide Leggings',9975,1,0,0,1,136,27,7,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22952,4,1,-1,'Springpaw Hide Cloak',23130,1,0,0,1,84,16,16,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22953,4,3,-1,'Fur Lined Chain Shirt',2967,1,0,0,1,169,33,5,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22954,4,0,-1,'Kiss of the Spider',35361,4,524288,0,1,364641,91160,12,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,32,14,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,28866,0,0,0,120000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22955,12,0,-1,'Neutralizing Agent',35404,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28700,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22956,2,4,-1,'Rusty Mace',36924,1,0,0,1,285,57,13,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22957,2,7,-1,'Rusty Sin\'dorei Sword',1544,1,0,0,1,286,57,21,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22958,2,8,-1,'Farstrider Sword',20084,1,0,0,1,914,182,17,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,23,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22959,2,10,-1,'Smooth Metal Staff',35363,1,0,0,1,918,183,17,262143,32767,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,20,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22960,4,1,-1,'Cloak of Suturing',35366,4,0,0,1,133565,26713,16,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,6,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22961,4,0,-1,'Band of Reanimation',35367,4,524288,0,1,454568,113642,11,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,3,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22962,12,0,-1,'Inoculating Crystal',36540,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29528,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22963,2,15,-1,'Ranger\'s Pocketknife',3006,1,0,0,1,745,149,13,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,9,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22964,4,3,-1,'Sunsail Bracers',9644,1,0,0,1,123,24,9,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22965,4,2,-1,'Longshoreman\'s Bindings',3708,1,0,0,1,103,20,9,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22966,4,1,-1,'Silk Wristbands',16906,1,0,0,1,82,16,9,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22967,4,3,-1,'Icy Scale Spaulders',36434,4,0,0,1,206348,41269,3,-1,-1,83,0,0,0,0,0,0,0,0,0,1,0,1,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,33,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22968,4,1,-1,'Glacial Mantle',35369,4,0,0,1,127754,25550,3,-1,-1,83,0,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,33,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22969,2,2,-1,'Ven\'jashi\'s Bow',7603,2,0,0,1,1150,230,15,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,18,0,0,0,0,0,0,0,0,0,0,0,2000,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340),(22970,12,0,-1,'A Bloodstained Envelope',3033,1,0,0,1,0,0,0,32767,-1,45,45,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9301,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22971,2,19,-1,'Hoodoo Wand',28159,2,0,0,1,1158,231,26,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,6,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340),(22972,12,0,-1,'A Careworn Note',13430,1,0,0,1,0,0,0,32767,-1,45,45,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9299,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22973,12,0,-1,'A Crumpled Missive',3029,1,0,0,1,0,0,0,32767,-1,45,45,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9302,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22974,12,0,-1,'A Ragged Page',7695,1,0,0,1,0,0,0,32767,-1,45,45,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9300,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22975,12,0,-1,'A Smudged Document',7629,1,0,0,1,0,0,0,32767,-1,45,45,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9304,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22976,1,0,-1,'Magister\'s Pouch',2586,1,0,0,1,1000,250,18,-1,-1,1,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22977,12,0,-1,'A Torn Letter',3032,1,0,0,1,0,0,0,32767,-1,45,45,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9295,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22978,12,0,-1,'Emitter Spare Part',9345,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Looks like it\'s still in working order.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22979,4,0,-1,'Slayer\'s Band',6011,2,0,0,1,1615,403,11,-1,-1,21,0,0,0,0,0,0,0,0,0,1,0,2,7,3,32,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,7,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340),(22980,2,10,-1,'Staff of the Sun',44339,3,0,0,1,12467,2493,17,-1,-1,21,0,0,0,0,0,0,0,0,0,1,0,2,6,4,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,66,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340),(22981,4,0,-1,'Gluth\'s Missing Collar',35373,4,0,0,1,515451,128862,2,-1,-1,83,60,0,0,0,0,0,0,0,1,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21477,1,0,0,-1,0,-1,23203,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22982,2,2,-1,'Farstrider\'s Longbow',20674,3,0,0,1,7535,1507,15,262143,-1,21,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,32,0,0,0,0,0,0,0,0,0,0,0,1700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340),(22983,4,1,-1,'Rime Covered Mantle',36424,4,0,0,1,134997,26999,3,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,5,12,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22984,2,15,-1,'Dawnblade',35390,3,0,0,1,9395,1879,13,-1,-1,21,0,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,29,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340),(22985,4,3,-1,'Suncrown Hauberk',33322,2,32768,0,1,2038,407,5,-1,-1,15,10,0,0,0,0,0,922,6,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22986,4,1,-1,'Apothecary\'s Robe',12718,2,32768,0,1,1364,272,20,-1,-1,15,10,0,0,0,0,0,922,6,0,1,0,1,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22987,4,2,-1,'Deathstalker\'s Vest',36996,2,32768,0,1,1712,342,5,-1,-1,15,10,0,0,0,0,0,922,6,0,1,0,1,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22988,2,4,-1,'The End of Dreams',35710,4,0,0,1,425804,85160,21,32767,-1,83,60,0,0,0,0,0,0,0,1,1,0,2,5,13,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,121,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,28693,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-21.8,0,0,0,'',65,0,0,0,0,12340),(22990,4,1,-1,'Tranquillien Champion\'s Cloak',35378,3,32768,0,1,2883,576,16,-1,-1,21,16,0,0,0,0,0,922,7,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22991,4,1,-1,'Apprentice Boots',35380,2,32768,0,1,1042,208,8,-1,-1,15,10,0,0,0,0,0,922,4,0,1,0,2,5,2,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22992,4,2,-1,'Bogwalker Boots',35381,2,32768,0,1,1308,261,8,-1,-1,15,10,0,0,0,0,0,922,4,0,1,0,2,3,2,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22993,4,3,-1,'Volunteer\'s Greaves',35399,2,32768,0,1,1582,316,8,-1,-1,15,10,0,0,0,0,0,922,4,0,1,0,2,4,2,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(22994,4,0,-1,'Digested Hand of Power',35383,4,0,0,1,365411,91352,23,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,5,14,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(22995,2,8,-1,'Sin\'dorei Warblade',35392,3,0,0,1,12240,2448,17,-1,-1,21,0,0,0,0,0,0,0,0,0,1,0,2,7,4,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,75,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340),(22996,4,6,-1,'Reforged Quel\'dorei Crest',41470,2,0,0,1,4558,911,14,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,7,2,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,7,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(22997,2,19,-1,'Ley-Keeper\'s Wand',20903,2,0,0,1,5361,1072,26,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,28,5,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(22998,4,2,-1,'Ghostclaw Leggings',35395,2,0,0,1,3587,717,7,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,3,4,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(22999,4,0,-1,'Tabard of the Argent Dawn',35396,1,4096,0,1,0,0,19,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23000,4,4,-1,'Plated Abomination Ribcage',35398,4,0,0,1,318181,63636,5,32767,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,4,45,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1087,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23001,4,0,-1,'Eye of Diminution',35400,4,524288,0,1,364641,91160,12,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18382,1,0,0,-1,0,-1,28862,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23002,15,2,-1,'Turtle Box',35406,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,28738,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23003,12,0,-1,'Blood Elf Plans',35402,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2906,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23004,4,8,-1,'Idol of Longevity',34953,4,0,0,1,125795,25159,28,32767,-1,83,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28847,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23005,4,9,-1,'Totem of Flowing Water',34956,4,0,0,1,126268,25253,28,32767,-1,83,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28849,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23006,4,7,-1,'Libram of Light',34959,4,0,0,1,126755,25351,28,32767,-1,83,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28851,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23007,15,2,-1,'Piglet\'s Collar',35405,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,28739,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23008,12,0,-1,'Sealed Research Report',811,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',2885,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23009,2,19,-1,'Wand of the Whispering Dead',35262,4,0,0,1,320503,64100,26,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,5,10,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,222,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,9408,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23010,12,0,-1,'Sealed Research Report',811,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',2886,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23011,12,0,-1,'Sealed Research Report',811,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',2887,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23012,12,0,-1,'Sealed Research Report',811,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',2888,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23013,12,0,-1,'Sealed Research Report',811,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',2889,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23014,2,7,-1,'Iblis, Blade of the Fallen Seraph',36376,4,524288,0,1,426191,85238,13,-1,-1,81,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,131,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23015,15,2,-1,'Rat Cage',59497,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,28740,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23016,12,0,-1,'Sealed Research Report',811,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',2890,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23017,4,1,-1,'Veil of Eclipse',35408,4,0,0,1,135550,27110,16,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23018,4,0,-1,'Signet of the Fallen Defender',35313,4,524288,0,1,241024,60256,11,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,140,0,0,0,'',65,0,0,0,0,12340),(23019,4,4,-1,'Icebane Helmet',35419,4,0,0,1,238460,47692,1,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,7,24,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,0,0,0,44,0,0,0,0,0,13387,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23020,4,2,-1,'Polar Helmet',35421,4,0,0,1,171245,34249,1,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,7,24,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,44,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23021,4,1,-1,'The Soul Harvester\'s Bindings',35422,4,0,0,1,91655,18331,9,1535,2147483647,83,60,0,0,0,0,0,0,0,0,1,0,2,7,14,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23022,15,0,-1,'Curmudgeon\'s Payoff',22611,1,4,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A bag of 5 gold. For those who like telling children there\'s no Great Father Winter...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,50000,50000,0,12340),(23023,4,0,-1,'Sadist\'s Collar',35358,4,0,0,1,345774,86443,2,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23024,12,0,-1,'Prepared Field Duty Papers',16065,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23025,4,0,-1,'Seal of the Damned',35423,4,524288,0,1,241024,60256,11,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23027,4,0,-1,'Warmth of Forgiveness',35429,4,524288,0,1,364641,91160,12,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21632,1,0,0,-1,0,-1,28760,0,0,0,180000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23028,4,0,-1,'Hailstone Band',31616,4,524288,0,1,394641,98660,11,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23029,4,0,-1,'Noth\'s Frigid Heart',35813,4,0,0,1,290604,72651,23,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,5,12,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23030,4,1,-1,'Cloak of the Scourge',35430,4,0,0,1,128674,25734,16,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23031,4,0,-1,'Band of the Inevitable',35431,4,524288,0,1,241024,60256,11,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23032,4,1,-1,'Glacial Headdress',35432,4,0,0,1,129634,25926,1,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,7,20,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,40,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,300000,0,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23033,4,3,-1,'Icy Scale Coif',36433,4,0,0,1,200406,40081,1,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,7,24,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,486,0,0,0,44,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23035,4,1,-1,'Preceptor\'s Hat',42767,4,0,0,1,134577,26915,1,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,7,18,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23036,4,0,-1,'Necklace of Necropsy',35437,4,0,0,1,353421,88355,2,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,3,6,10,5,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23037,4,0,-1,'Ring of Spiritual Fervor',35438,4,524288,0,1,241024,60256,11,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,5,14,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23038,4,0,-1,'Band of Unnatural Forces',35423,4,524288,0,1,241024,60256,11,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23039,2,6,-1,'The Eye of Nerub',35259,4,0,0,1,568736,113747,17,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,3,3,30,7,22,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,378,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23040,4,0,-1,'Glyph of Deflection',35439,4,524288,0,1,364641,91160,12,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21475,1,0,0,-1,0,-1,22852,1,0,0,-1,0,-1,28773,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(23041,4,0,-1,'Slayer\'s Crest',35442,4,524288,0,1,364641,91160,12,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,28777,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(23042,4,0,-1,'Loatheb\'s Reflection',35439,4,524288,0,1,364641,91160,12,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,13,13,13,13,0,0,0,28778,0,0,0,120000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23043,4,6,-1,'The Face of Death',35576,4,0,0,1,287026,57405,14,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3994,0,0,0,0,0,0,0,0,0,21475,1,0,0,-1,0,-1,28112,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,87,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,140,0,0,0,'',65,0,0,0,0,12340),(23044,2,15,-1,'Harbinger of Doom',35246,4,524288,0,1,419187,83837,13,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,7,8,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,126,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23045,4,1,-1,'Shroud of Dominion',35444,4,0,0,1,135588,27117,16,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(23046,4,0,-1,'The Restrained Essence of Sapphiron',35445,4,524288,0,1,364641,91160,12,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,28779,0,0,0,120000,1141,20000,0,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(23047,4,0,-1,'Eye of the Dead',35429,4,524288,0,1,364641,91160,12,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,28780,0,0,0,120000,1141,30000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(23048,4,0,-1,'Sapphiron\'s Right Eye',35816,4,0,0,1,290604,72651,23,32767,-1,90,60,0,0,0,0,0,0,0,0,1,0,2,5,10,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(23049,4,0,-1,'Sapphiron\'s Left Eye',35792,4,0,0,1,290604,72651,23,32767,-1,90,60,0,0,0,0,0,0,0,0,1,0,2,7,12,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(23050,4,1,-1,'Cloak of the Necropolis',35446,4,0,0,1,141928,28385,16,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,2,5,11,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(23051,2,2,-1,'Glaive of the Defender',35450,5,0,0,1,1265810,763810,15,1,-1,86,60,0,0,0,0,0,0,0,1,1,0,3,7,18,4,12,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,210,0,0,0,0,80,0,0,0,8,8,0,2300,0,0,18185,1,0,0,-1,0,-1,871,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(23053,4,0,-1,'Stormrage\'s Talisman of Seething',35359,4,0,0,1,345774,86443,2,32767,-1,92,60,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(23054,2,7,-1,'Gressil, Dawn of Ruin',36378,4,524288,0,1,475239,95047,13,-1,-1,89,60,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,257,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23055,7,11,-1,'Word of Thawing',1013,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28800,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23056,2,4,-1,'Hammer of the Twisting Nether',35574,4,0,0,1,478687,95737,21,32767,-1,89,60,0,0,0,0,0,0,0,1,1,0,2,7,8,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,121,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,28805,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-31.7,0,0,0,'',65,0,0,0,0,12340),(23057,4,0,-1,'Gem of Trapped Innocents',35358,4,0,0,1,411111,102777,2,32767,-1,92,60,0,0,0,0,0,0,0,0,1,0,2,7,9,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,18382,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(23059,4,0,-1,'Ring of the Dreadnaught',35472,4,524288,0,1,241024,60256,11,1,-1,92,60,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,13390,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,523,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(23060,4,0,-1,'Bonescythe Ring',35472,4,524288,0,1,241024,60256,11,8,-1,92,60,0,0,0,0,0,0,0,0,1,0,3,7,10,3,20,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,524,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(23061,4,0,-1,'Ring of Faith',35472,4,524288,0,1,241024,60256,11,16,-1,92,60,0,0,0,0,0,0,0,0,1,0,2,5,16,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,525,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(23062,4,0,-1,'Frostfire Ring',35472,4,524288,0,1,241024,60256,11,128,-1,92,60,0,0,0,0,0,0,0,0,1,0,2,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,526,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(23063,4,0,-1,'Plagueheart Ring',35472,4,524288,0,1,241024,60256,11,256,-1,92,60,0,0,0,0,0,0,0,0,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,529,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(23064,4,0,-1,'Ring of the Dreamwalker',35472,4,524288,0,1,241024,60256,11,1024,-1,92,60,0,0,0,0,0,0,0,0,1,0,3,7,16,5,16,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,521,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(23065,4,0,-1,'Ring of the Earthshatterer',35472,4,524288,0,1,241024,60256,11,64,-1,92,60,0,0,0,0,0,0,0,0,1,0,2,7,16,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,527,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(23066,4,0,-1,'Ring of Redemption',35472,4,524288,0,1,241024,60256,11,2,-1,92,60,0,0,0,0,0,0,0,0,1,0,2,7,16,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,528,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(23067,4,0,-1,'Ring of the Cryptstalker',35472,4,524288,0,1,241024,60256,11,4,-1,92,60,0,0,0,0,0,0,0,0,1,0,1,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,530,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(23068,4,4,-1,'Legplates of Carnage',35508,4,0,0,1,306038,61207,7,1535,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,4,42,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23069,4,1,-1,'Necro-Knight\'s Garb',36370,4,0,0,1,179222,35844,20,400,-1,85,60,0,0,0,0,0,0,0,0,1,0,1,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,467,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,320,0,0,0,'',65,0,0,0,0,12340),(23070,4,1,-1,'Leggings of Polarity',35514,4,0,0,1,179884,35976,7,32767,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,7,20,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,18382,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23071,4,2,-1,'Leggings of Apocalypse',36478,4,0,0,1,221008,44201,7,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,3,3,31,7,23,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23072,4,4,-1,'Fists of the Unrelenting',36279,4,0,0,1,167721,33544,10,1535,-1,90,60,0,0,0,0,0,0,0,0,1,0,2,7,26,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,718,0,0,0,0,0,0,0,0,0,43588,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340),(23073,4,2,-1,'Boots of Displacement',6720,4,0,0,1,166956,33391,8,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,3,33,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,0,0,0,0,0,0,0,0,0,27037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23075,4,6,-1,'Death\'s Bargain',35654,4,0,0,1,287014,57402,14,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,7,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3570,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9316,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,78,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23077,3,0,-1,'Blood Garnet',35916,2,0,0,1,10000,2500,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23078,4,4,-1,'Gauntlets of Undead Slaying',35550,3,0,0,1,94354,18870,10,1535,-1,63,0,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,28870,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,533,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(23079,3,4,-1,'Deep Peridot',35917,2,0,0,1,10000,2500,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23081,4,2,-1,'Handwraps of Undead Slaying',36479,3,0,0,1,62957,12591,10,1535,-1,63,0,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,28870,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,534,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(23082,4,3,-1,'Handguards of Undead Slaying',35542,3,0,0,1,75836,15167,10,32767,-1,63,0,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,28870,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,535,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(23083,15,2,-1,'Captured Flame',15788,3,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,28871,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23084,4,1,-1,'Gloves of Undead Cleansing',35545,3,0,0,1,50936,10187,10,32767,-1,63,0,0,0,0,0,0,0,0,0,1,0,2,7,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,22849,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,536,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(23085,4,1,-1,'Robe of Undead Cleansing',35544,3,0,0,1,102255,20451,20,32767,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,12,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,24197,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,536,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(23087,4,4,-1,'Breastplate of Undead Slaying',36077,3,0,0,1,180289,36057,5,1535,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,657,0,0,0,0,0,0,0,0,0,17319,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,533,135,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(23088,4,3,-1,'Chestguard of Undead Slaying',35554,3,0,0,1,155093,31018,5,32767,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,0,0,0,0,0,0,0,0,0,17319,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,535,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(23089,4,2,-1,'Tunic of Undead Slaying',36480,3,0,0,1,129724,25944,5,1535,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,17319,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,534,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(23090,4,4,-1,'Bracers of Undead Slaying',35555,3,0,0,1,91663,18332,9,1535,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,18098,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,533,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(23091,4,1,-1,'Bracers of Undead Cleansing',35556,3,0,0,1,52273,10454,9,32767,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,6,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,28876,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,536,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(23092,4,3,-1,'Wristguards of Undead Slaying',35557,3,0,0,1,78689,15737,9,32767,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,18098,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,535,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(23093,4,2,-1,'Wristwraps of Undead Slaying',36481,3,0,0,1,65814,13162,9,1535,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,18098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,534,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(23094,3,0,-1,'Teardrop Blood Garnet',35930,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,21,-1,0,0,0,0,'',0,0,0,0,0,12340),(23095,3,0,-1,'Bold Blood Garnet',35930,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,22,-1,0,0,0,0,'',0,0,0,0,0,12340),(23096,3,0,-1,'Runed Blood Garnet',35930,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,23,-1,0,0,0,0,'',0,0,0,0,0,12340),(23097,3,0,-1,'Delicate Blood Garnet',35930,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,24,-1,0,0,0,0,'',0,0,0,0,0,12340),(23098,3,5,-1,'Inscribed Flame Spessarite',35845,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,141,-1,0,0,0,0,'',0,0,0,0,0,12340),(23099,3,5,-1,'Luminous Flame Spessarite',35845,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,61,-1,0,0,0,0,'',0,0,0,0,0,12340),(23100,3,5,-1,'Glinting Flame Spessarite',35845,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,144,-1,0,0,0,0,'',0,0,0,0,0,12340),(23101,3,5,-1,'Potent Flame Spessarite',35845,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,149,-1,0,0,0,0,'',0,0,0,0,0,12340),(23103,3,4,-1,'Radiant Deep Peridot',35843,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,151,-1,0,0,0,0,'',0,0,0,0,0,12340),(23104,3,4,-1,'Jagged Deep Peridot',35843,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,146,-1,0,0,0,0,'',0,0,0,0,0,12340),(23105,3,4,-1,'Enduring Deep Peridot',35843,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,62,-1,0,0,0,0,'',0,0,0,0,0,12340),(23106,3,4,-1,'Dazzling Deep Peridot',35843,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,63,-1,0,0,0,0,'',0,0,0,0,0,12340),(23107,3,3,-1,'Shadow Draenite',35919,2,0,0,1,10000,2500,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23108,3,3,-1,'Glowing Shadow Draenite',35847,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,64,-1,0,0,0,0,'',0,0,0,0,0,12340),(23109,3,3,-1,'Royal Shadow Draenite',35847,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,65,-1,0,0,0,0,'',0,0,0,0,0,12340),(23110,3,3,-1,'Shifting Shadow Draenite',35847,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,66,-1,0,0,0,0,'',0,0,0,0,0,12340),(23111,3,3,-1,'Sovereign Shadow Draenite',35847,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,67,-1,0,0,0,0,'',0,0,0,0,0,12340),(23112,3,2,-1,'Golden Draenite',35918,2,0,0,1,10000,2500,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23113,3,2,-1,'Brilliant Golden Draenite',35848,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,25,-1,0,0,0,0,'',0,0,0,0,0,12340),(23114,3,2,-1,'Gleaming Golden Draenite',35848,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,26,-1,0,0,0,0,'',0,0,0,0,0,12340),(23115,3,2,-1,'Thick Golden Draenite',35848,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,28,-1,0,0,0,0,'',0,0,0,0,0,12340),(23116,3,2,-1,'Rigid Golden Draenite',35848,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,27,-1,0,0,0,0,'',0,0,0,0,0,12340),(23117,3,1,-1,'Azure Moonstone',35920,2,0,0,1,10000,2500,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23118,3,1,-1,'Solid Azure Moonstone',35852,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,29,-1,0,0,0,0,'',0,0,0,0,0,12340),(23119,3,1,-1,'Sparkling Azure Moonstone',35852,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,30,-1,0,0,0,0,'',0,0,0,0,0,12340),(23120,3,1,-1,'Stormy Azure Moonstone',35852,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,31,-1,0,0,0,0,'',0,0,0,0,0,12340),(23121,3,1,-1,'Lustrous Azure Moonstone',35852,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,32,-1,0,0,0,0,'',0,0,0,0,0,12340),(23122,0,8,-1,'Consecrated Sharpening Stone',24674,2,64,0,1,0,0,0,-1,-1,55,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28891,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23123,0,8,-1,'Blessed Wizard Oil',26865,2,64,0,1,0,0,0,-1,-1,55,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28898,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23124,2,10,-1,'Staff of Balzaphon',35563,3,0,0,1,305478,61095,17,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,7,8,5,10,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,241,0,0,0,0,0,0,0,0,0,0,0,3900,0,0,13881,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(23125,4,0,-1,'Chains of the Lich',18172,3,0,0,1,167814,41953,2,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(23126,4,1,-1,'Waistband of Balzaphon',35564,3,0,0,1,49239,9847,6,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,5,14,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(23127,4,1,-1,'Cloak of Revanchion',35565,3,0,0,1,77243,15448,16,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,7,11,4,10,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(23128,4,1,-1,'The Shadow\'s Grasp',35569,3,0,0,1,50994,10198,10,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,7,14,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(23129,4,1,-1,'Bracers of Mending',30833,3,0,0,1,52538,10507,9,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,5,9,6,13,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(23130,9,10,-1,'Design: Teardrop Blood Garnet',1102,1,64,0,1,40000,10000,0,-1,-1,60,0,755,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28903,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Teardrop Blood Garnet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23131,9,10,-1,'Design: Bold Blood Garnet',1102,1,64,0,1,50000,12500,0,-1,-1,61,0,755,305,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28905,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Bold Blood Garnet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23132,2,7,-1,'Lord Blackwood\'s Blade',35571,3,0,0,1,265504,53100,13,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,80,0,0,0,0,60,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(23133,9,10,-1,'Design: Runed Blood Garnet',15274,2,64,0,1,60000,15000,0,-1,-1,63,0,755,315,0,0,0,934,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28906,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Runed Blood Garnet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23134,9,10,-1,'Design: Delicate Blood Garnet',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,933,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28907,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Delicate Blood Garnet.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23135,9,10,-1,'Design: Inscribed Flame Spessarite',1102,1,64,0,1,40000,10000,0,-1,-1,60,0,755,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28910,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut an Inscribed Flame Spessarite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23136,9,10,-1,'Design: Luminous Flame Spessarite',15274,2,64,0,1,50000,12500,0,-1,-1,61,0,755,305,0,0,0,933,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28912,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Luminous Flame Spessarite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23137,9,10,-1,'Design: Glinting Flame Spessarite',1102,1,64,0,1,60000,15000,0,-1,-1,63,0,755,315,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28914,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Glinting Flame Spessarite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23138,9,10,-1,'Design: Potent Flame Spessarite',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,1011,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28915,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Potent Flame Spessarite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23139,4,6,-1,'Lord Blackwood\'s Buckler',2456,3,0,0,1,157749,31549,14,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2121,0,0,0,0,0,0,0,0,0,23516,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,39,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(23140,9,10,-1,'Design: Radiant Deep Peridot',1102,1,64,0,1,40000,10000,0,-1,-1,60,0,755,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28916,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Radiant Deep Peridot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23141,9,10,-1,'Design: Jagged Deep Peridot',1102,1,64,0,1,50000,12500,0,-1,-1,61,0,755,305,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28917,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Jagged Deep Peridot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23142,9,10,-1,'Design: Enduring Deep Peridot',15274,2,64,2,1,60000,15000,0,-1,-1,63,0,755,315,0,0,0,946,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28918,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Enduring Deep Peridot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23143,9,10,-1,'Design: Dazzling Deep Peridot',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,934,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28924,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Dazzling Deep Peridot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23144,9,10,-1,'Design: Glowing Shadow Draenite',1102,1,64,0,1,40000,10000,0,-1,-1,60,0,755,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28925,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Glowing Shadow Draenite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23145,9,10,-1,'Design: Royal Shadow Draenite',15274,2,64,0,1,50000,12500,0,-1,-1,61,0,755,305,0,0,0,932,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28927,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Royal Shadow Draenite.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23146,9,10,-1,'Design: Shifting Shadow Draenite',15274,2,64,0,1,60000,15000,0,-1,-1,63,0,755,315,0,0,0,933,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28933,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Shifting Shadow Draenite.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23147,9,10,-1,'Design: Sovereign Shadow Draenite',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28936,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Sovereign Shadow Draenite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23148,9,10,-1,'Design: Brilliant Golden Draenite',1102,1,64,0,1,40000,10000,0,-1,-1,60,0,755,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28938,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Brilliant Golden Draenite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23149,9,10,-1,'Design: Gleaming Golden Draenite',15274,2,64,0,1,50000,12500,0,-1,-1,61,0,755,305,0,0,0,932,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28944,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Gleaming Golden Draenite.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23150,9,10,-1,'Design: Thick Golden Draenite',15274,2,64,0,1,60000,15000,0,-1,-1,63,0,755,315,0,0,0,933,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28947,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Thick Golden Draenite.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23151,9,10,-1,'Design: Rigid Golden Draenite',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28948,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Rigid Golden Draenite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23152,9,10,-1,'Design: Solid Azure Moonstone',1102,1,64,0,1,40000,10000,0,-1,-1,60,0,755,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28950,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Solid Azure Moonstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23153,9,10,-1,'Design: Sparkling Azure Moonstone',15274,2,64,0,1,50000,12500,0,-1,-1,61,0,755,305,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28953,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Sparkling Azure Moonstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23154,9,10,-1,'Design: Stormy Azure Moonstone',15274,2,64,0,1,60000,15000,0,-1,-1,63,0,755,315,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28955,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Stormy Azure Moonstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23155,9,10,-1,'Design: Lustrous Azure Moonstone',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,933,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28957,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Lustrous Azure Moonstone.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23156,4,0,-1,'Blackwood\'s Thigh',28647,3,0,0,1,52453,13113,23,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,7,12,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(23160,0,5,-1,'Friendship Bread',26736,1,0,0,5,4000,200,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29008,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340),(23161,0,0,-1,'Freshly-Squeezed Lemonade',21845,1,0,0,5,4000,200,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29007,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23165,12,0,-1,'Headhunter Axe',35586,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Surprisingly well made, despite being stone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23166,12,0,-1,'Hexxer Stave',35587,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Good versus skeletal scourge.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23167,12,0,-1,'Shadowcaster Mace',35588,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The snake engraving is very realistic.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23168,2,15,-1,'Scorn\'s Focal Dagger',35589,3,0,0,1,13328,2665,21,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,42,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340),(23169,4,0,-1,'Scorn\'s Icy Choker',9853,3,64,0,1,13930,3482,2,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,5,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9397,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340),(23170,4,3,-1,'The Frozen Clutch',18339,3,0,0,1,13424,2684,10,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340),(23171,2,1,-1,'The Axe of Severing',28804,3,0,0,1,21067,4213,17,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,1,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,76,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340),(23173,4,1,-1,'Abomination Skin Leggings',28648,3,0,0,1,6789,1357,7,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,5,8,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340),(23177,2,19,-1,'Lady Falther\'ess\' Finger',35593,3,0,0,1,52683,10536,26,262143,32767,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,65,5,0,0,0,0,0,0,0,0,0,0,1300,0,100,9398,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340),(23178,4,1,-1,'Mantle of Lady Falther\'ess',22994,3,0,0,1,21152,4230,16,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,1,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,9415,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340),(23179,12,0,-1,'Flame of Orgrimmar',30562,1,131072,2,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9324,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23180,12,0,-1,'Flame of Thunder Bluff',35595,1,131072,2,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9325,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23181,12,0,-1,'Flame of the Undercity',35596,1,131072,2,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9326,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23182,12,0,-1,'Flame of Stormwind',30562,1,131072,1,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9330,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23183,12,0,-1,'Flame of Ironforge',35596,1,131072,1,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9331,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23184,12,0,-1,'Flame of Darnassus',35595,1,131072,1,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9332,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23191,12,0,-1,'Crystal Controlling Orb',26571,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29049,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23192,4,0,-1,'Tabard of the Scarlet Crusade',15817,2,0,0,1,28575,7143,19,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23194,0,0,-1,'Lesser Mark of the Dawn',35274,1,64,0,1,0,0,0,32767,-1,60,1,0,0,0,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30088,0,-1,-1,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23195,0,0,-1,'Mark of the Dawn',35620,1,64,0,1,0,0,0,32767,-1,60,1,0,0,0,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30089,0,-1,-1,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23196,0,0,-1,'Greater Mark of the Dawn',35621,1,64,0,1,0,0,0,32767,-1,60,1,0,0,0,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30090,0,-1,-1,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23197,4,8,-1,'Idol of the Moon',34954,3,0,0,1,78453,15690,28,32767,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28854,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(23198,4,8,-1,'Idol of Brutality',34955,3,0,0,1,78749,15749,28,32767,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28855,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(23199,4,9,-1,'Totem of the Storm',34957,3,0,0,1,79044,15808,28,32767,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28857,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(23200,4,9,-1,'Totem of Sustaining',34956,3,0,0,1,79339,15867,28,32767,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28856,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(23201,4,7,-1,'Libram of Divinity',34960,3,0,0,1,79627,15925,28,32767,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28853,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(23203,4,7,-1,'Libram of Fervor',34961,3,0,0,1,80217,16043,28,32767,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60804,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(23205,12,0,-1,'Hellfire Spineleaf',30601,1,32768,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The leaf of a rugged plant found in Hellfire Peninsula.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23206,4,0,-1,'Mark of the Champion',35649,4,32768,0,1,0,0,12,-1,-1,90,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29112,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23207,4,0,-1,'Mark of the Champion',35621,4,32768,0,1,0,0,12,-1,-1,90,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29113,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23211,0,0,-1,'Toasted Smorc',35657,1,65536,0,5,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29334,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Gooey, melty, good.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,341,'',0,0,0,0,0,12340),(23217,12,0,-1,'Ravager Egg',18049,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It shakes nonstop, as though the hatchling could emerge at any moment.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23218,12,0,-1,'Condensed Voidwalker Essence',9731,1,32768,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The voidwalker essence radiates energy. It\'s just the kind of thing that Screed could use to \"improve\" his zeppelin\'s engine.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23219,4,4,-1,'Girdle of the Mentor',30535,4,0,0,1,155951,31190,6,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,4,21,7,21,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,612,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23220,4,1,-1,'Crystal Webbed Robe',36369,4,0,0,1,177862,35572,20,1535,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,7,25,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23221,2,4,-1,'Misplaced Servo Arm',35643,4,0,0,1,437066,87413,13,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,238,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,29150,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23226,4,2,-1,'Ghoul Skin Tunic',35713,4,0,0,1,228370,45674,5,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,4,40,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,446,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,170,0,0,0,'',65,0,0,0,0,12340),(23228,12,0,-1,'Old Whitebark\'s Pendant',1399,1,2048,1,1,0,0,0,-1,-1,1,7,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8474,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23237,4,0,-1,'Ring of the Eternal Flame',35423,4,524288,0,1,241024,60256,11,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23238,4,6,-1,'Stygian Buckler',35719,4,0,0,1,276609,55321,14,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3570,0,0,0,0,0,0,0,0,0,29162,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,78,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23239,12,0,-1,'Plump Buzzard Wing',22200,1,32768,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Premium quality wings from only the finest free range carrion birds.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23242,2,13,-1,'Claw of the Frost Wyrm',35818,4,0,0,1,474065,94813,22,-1,-1,88,60,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,140,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23243,4,4,-1,'Champion\'s Plate Shoulders',31049,3,36864,1,1,0,0,3,1,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,18,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,537,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23244,4,4,-1,'Champion\'s Plate Helm',30071,3,36864,1,1,0,0,1,1,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,24,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,598,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,537,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23246,0,0,-1,'Fiery Festival Brew',35744,1,65600,0,5,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47175,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,341,'',0,0,0,0,0,12340),(23247,15,0,-1,'Burning Blossom',35745,1,65600,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28806,0,-1,-1,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,341,'',0,0,0,0,0,12340),(23248,12,0,-1,'Purified Helboar Meat',20803,1,32768,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Tender, succulent free range helboar meat, but not quite organic.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23249,12,0,-1,'Amani Invasion Plans',24051,1,2048,1,1,0,0,0,-1,-1,1,8,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9360,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23250,15,0,-1,'Prismatic Shell',36448,1,2048,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23251,4,3,-1,'Champion\'s Chain Helm',31184,3,36864,1,1,0,0,1,4,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,3,12,7,14,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,337,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,543,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23252,4,3,-1,'Champion\'s Chain Shoulders',31047,3,36864,1,1,0,0,3,4,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,3,12,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,543,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23253,4,2,-1,'Champion\'s Dragonhide Headguard',28106,3,36864,1,1,0,0,1,1024,-1,71,60,0,0,0,0,0,0,0,1,1,0,5,7,16,3,12,4,16,5,16,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,539,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(23254,4,2,-1,'Champion\'s Dragonhide Shoulders',28935,3,36864,1,1,0,0,3,1024,-1,71,60,0,0,0,0,0,0,0,1,1,0,5,4,12,3,6,7,12,6,6,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,539,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(23255,4,1,-1,'Champion\'s Dreadweave Cowl',27258,3,36864,1,1,0,0,1,256,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,21,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,541,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23256,4,1,-1,'Champion\'s Dreadweave Spaulders',30381,3,36864,1,1,0,0,3,256,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,17,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,541,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23257,4,2,-1,'Champion\'s Leather Helm',30358,3,36864,1,1,0,0,1,8,-1,71,60,0,0,0,0,0,0,0,1,1,0,1,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,522,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,80,0,0,0,'',0,0,0,0,0,12340),(23258,4,2,-1,'Champion\'s Leather Shoulders',31038,3,36864,1,1,0,0,3,8,-1,71,60,0,0,0,0,0,0,0,1,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,522,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340),(23259,4,3,-1,'Champion\'s Mail Headguard',30072,3,36864,1,1,0,0,1,64,-1,71,60,0,0,0,0,0,0,0,1,1,0,4,7,24,5,16,4,6,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,337,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,538,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23260,4,3,-1,'Champion\'s Mail Pauldrons',30382,3,36864,1,1,0,0,3,64,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,16,5,10,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,538,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23261,4,1,-1,'Champion\'s Satin Hood',31030,3,36864,1,1,0,0,1,16,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,20,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,540,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340),(23262,4,1,-1,'Champion\'s Satin Mantle',31031,3,36864,1,1,0,0,3,16,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,14,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,540,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(23263,4,1,-1,'Champion\'s Silk Cowl',31099,3,36864,1,1,0,0,1,128,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,19,5,18,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,542,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(23264,4,1,-1,'Champion\'s Silk Mantle',31100,3,36864,1,1,0,0,3,128,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,14,5,11,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,542,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(23265,4,3,-1,'Blackened Chain Girdle',8295,1,0,0,1,293,58,6,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23266,4,2,-1,'Ranger\'s Vest',33372,1,0,0,1,491,98,5,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23267,4,1,-1,'Satin Lined Boots',6777,1,0,0,1,295,59,8,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23268,12,0,-1,'Purification Mixture',983,1,1088,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29200,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23269,12,0,-1,'Felblood Sample',23739,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23270,12,0,-1,'Tainted Helboar Meat',25475,1,32768,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Discolored, malodorous flesh from a deranged creature.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23272,4,4,-1,'Knight-Captain\'s Lamellar Breastplate',30315,3,36864,2,1,0,0,5,2,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,7,18,4,17,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,544,135,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23273,4,4,-1,'Knight-Captain\'s Lamellar Leggings',31084,3,36864,2,1,0,0,7,2,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,7,17,4,18,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,544,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23274,4,4,-1,'Knight-Lieutenant\'s Lamellar Gauntlets',30321,3,36864,2,1,0,0,10,2,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,13,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,23300,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,544,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23275,4,4,-1,'Knight-Lieutenant\'s Lamellar Sabatons',31082,3,36864,2,1,0,0,8,2,-1,66,60,0,0,0,0,0,0,0,1,1,0,3,7,12,4,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,472,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,544,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23276,4,4,-1,'Lieutenant Commander\'s Lamellar Headguard',30316,3,36864,2,1,0,0,1,2,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,19,4,18,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,598,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,544,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23277,4,4,-1,'Lieutenant Commander\'s Lamellar Shoulders',31085,3,36864,2,1,0,0,3,2,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,14,4,14,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,544,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23278,4,3,-1,'Knight-Lieutenant\'s Chain Greaves',36006,3,36864,2,1,0,0,8,4,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,19,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,550,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23279,4,3,-1,'Knight-Lieutenant\'s Chain Vices',35798,3,36864,2,1,0,0,10,4,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,16,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,0,0,0,0,0,0,0,0,28539,1,0,0,-1,0,-1,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,550,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23280,4,2,-1,'Knight-Lieutenant\'s Dragonhide Grips',36003,3,36864,2,1,0,0,10,1024,-1,66,60,0,0,0,0,0,0,0,1,1,0,4,4,13,3,10,7,12,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,23217,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,551,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23281,4,2,-1,'Knight-Lieutenant\'s Dragonhide Treads',36004,3,36864,2,1,0,0,8,1024,-1,66,60,0,0,0,0,0,0,0,1,1,0,5,7,13,4,13,5,6,3,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,551,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23282,4,1,-1,'Knight-Lieutenant\'s Dreadweave Handwraps',31060,3,36864,2,1,0,0,10,256,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,14,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,23046,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,547,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23283,4,1,-1,'Knight-Lieutenant\'s Dreadweave Walkers',36007,3,36864,2,1,0,0,8,256,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,17,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,547,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23284,4,2,-1,'Knight-Lieutenant\'s Leather Grips',31075,3,36864,2,1,0,0,10,8,-1,66,60,0,0,0,0,0,0,0,1,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,548,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(23285,4,2,-1,'Knight-Lieutenant\'s Leather Walkers',31068,3,36864,2,1,0,0,8,8,-1,66,60,0,0,0,0,0,0,0,1,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,23049,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,548,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(23286,4,4,-1,'Knight-Lieutenant\'s Plate Gauntlets',35808,3,36864,2,1,0,0,10,1,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,4,17,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,545,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23287,4,4,-1,'Knight-Lieutenant\'s Plate Greaves',26752,3,36864,2,1,0,0,8,1,-1,66,60,0,0,0,0,0,0,0,1,1,0,3,7,23,4,10,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,472,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,545,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23288,4,1,-1,'Knight-Lieutenant\'s Satin Handwraps',36010,3,36864,2,1,0,0,10,16,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,12,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,23043,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,549,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(23289,4,1,-1,'Knight-Lieutenant\'s Satin Walkers',36008,3,36864,2,1,0,0,8,16,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,17,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,549,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23290,4,1,-1,'Knight-Lieutenant\'s Silk Handwraps',36013,3,36864,2,1,0,0,10,128,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,12,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,23037,1,0,0,-1,0,-1,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,546,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(23291,4,1,-1,'Knight-Lieutenant\'s Silk Walkers',31063,3,36864,2,1,0,0,8,128,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,15,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,546,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(23292,4,3,-1,'Knight-Captain\'s Chain Hauberk',35799,3,36864,2,1,0,0,5,4,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,3,11,7,13,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,550,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23293,4,3,-1,'Knight-Captain\'s Chain Legguards',35800,3,36864,2,1,0,0,7,4,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,3,11,7,13,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,550,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23294,4,2,-1,'Knight-Captain\'s Dragonhide Chestpiece',35805,3,36864,2,1,0,0,5,1024,-1,68,60,0,0,0,0,0,0,0,1,1,0,4,7,13,4,13,3,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,551,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(23295,4,2,-1,'Knight-Captain\'s Dragonhide Leggings',27235,3,36864,2,1,0,0,7,1024,-1,68,60,0,0,0,0,0,0,0,1,1,0,5,4,12,3,12,7,12,6,5,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,551,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340),(23296,4,1,-1,'Knight-Captain\'s Dreadweave Legguards',30385,3,36864,2,1,0,0,7,256,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,21,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,547,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23297,4,1,-1,'Knight-Captain\'s Dreadweave Tunic',36017,3,36864,2,1,0,0,20,256,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,20,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,547,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23298,4,2,-1,'Knight-Captain\'s Leather Chestpiece',36015,3,36864,2,1,0,0,5,8,-1,68,60,0,0,0,0,0,0,0,1,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,548,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(23299,4,2,-1,'Knight-Captain\'s Leather Legguards',36014,3,36864,2,1,0,0,7,8,-1,68,60,0,0,0,0,0,0,0,1,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,548,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(23300,4,4,-1,'Knight-Captain\'s Plate Hauberk',31083,3,36864,2,1,0,0,5,1,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,23,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,545,135,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23301,4,4,-1,'Knight-Captain\'s Plate Leggings',26659,3,36864,2,1,0,0,7,1,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,17,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,545,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23302,4,1,-1,'Knight-Captain\'s Satin Legguards',36018,3,36864,2,1,0,0,7,16,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,19,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,549,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(23303,4,1,-1,'Knight-Captain\'s Satin Tunic',36021,3,36864,2,1,0,0,20,16,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,19,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,39546,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,549,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(23304,4,1,-1,'Knight-Captain\'s Silk Legguards',36022,3,36864,2,1,0,0,7,128,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,7,18,5,17,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,546,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(23305,4,1,-1,'Knight-Captain\'s Silk Tunic',36024,3,36864,2,1,0,0,20,128,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,7,18,5,17,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,546,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(23306,4,3,-1,'Lieutenant Commander\'s Chain Helm',35801,3,36864,2,1,0,0,1,4,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,3,12,7,14,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,337,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,550,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23307,4,3,-1,'Lieutenant Commander\'s Chain Shoulders',35802,3,36864,2,1,0,0,3,4,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,3,12,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,550,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23308,4,2,-1,'Lieutenant Commander\'s Dragonhide Headguard',40407,3,36864,2,1,0,0,1,1024,-1,71,60,0,0,0,0,0,0,0,1,1,0,5,7,16,3,12,4,16,5,16,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,551,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(23309,4,2,-1,'Lieutenant Commander\'s Dragonhide Shoulders',35807,3,36864,2,1,0,0,3,1024,-1,71,60,0,0,0,0,0,0,0,1,1,0,5,4,12,3,6,7,12,6,6,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,551,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(23310,4,1,-1,'Lieutenant Commander\'s Dreadweave Cowl',36040,3,36864,2,1,0,0,1,256,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,21,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,547,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23311,4,1,-1,'Lieutenant Commander\'s Dreadweave Spaulders',36027,3,36864,2,1,0,0,3,256,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,17,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,547,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23312,4,2,-1,'Lieutenant Commander\'s Leather Helm',36669,3,36864,2,1,0,0,1,8,-1,71,60,0,0,0,0,0,0,0,1,1,0,1,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,548,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,80,0,0,0,'',0,0,0,0,0,12340),(23313,4,2,-1,'Lieutenant Commander\'s Leather Shoulders',36044,3,36864,2,1,0,0,3,8,-1,71,60,0,0,0,0,0,0,0,1,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,548,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340),(23314,4,4,-1,'Lieutenant Commander\'s Plate Helmet',35810,3,36864,2,1,0,0,1,1,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,24,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,598,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,545,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23315,4,4,-1,'Lieutenant Commander\'s Plate Shoulders',35811,3,36864,2,1,0,0,3,1,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,18,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,545,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23316,4,1,-1,'Lieutenant Commander\'s Satin Hood',36042,3,36864,2,1,0,0,1,16,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,20,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,549,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340); INSERT INTO `item_template` VALUES (23317,4,1,-1,'Lieutenant Commander\'s Satin Mantle',36038,3,36864,2,1,0,0,3,16,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,14,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,549,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(23318,4,1,-1,'Lieutenant Commander\'s Silk Cowl',36041,3,36864,2,1,0,0,1,128,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,19,5,18,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,546,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(23319,4,1,-1,'Lieutenant Commander\'s Silk Mantle',27231,3,36864,2,1,0,0,3,128,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,14,5,11,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,546,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(23320,9,0,-1,'Tablet of Flame Shock VI',33585,3,64,0,1,400000,100000,0,31296,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29228,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Flame Shock (Rank 6).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23321,4,1,-1,'Recruit\'s Robe',12647,0,0,0,1,5,1,20,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23322,4,1,-1,'Acolyte\'s Robe',36138,0,0,0,1,4,1,20,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23323,4,1,-1,'Crown of the Fire Festival',41462,1,0,0,1,5,1,1,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23324,4,0,-1,'Mantle of the Fire Festival',44563,1,0,0,1,0,0,3,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,785,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23326,0,0,-1,'Midsummer Sausage',35831,1,65536,0,5,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29333,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,341,'',0,0,0,0,0,12340),(23327,0,0,-1,'Fire-toasted Bun',6399,1,65536,0,5,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29332,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,341,'',0,0,0,0,0,12340),(23329,0,8,-1,'Enriched Lasher Root',6624,1,0,0,1,12,5,0,-1,-1,5,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29251,0,-1,-1,120000,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23331,15,0,-1,'Broken Vine',30600,0,0,0,1,16,4,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23332,15,0,-1,'Withered Lasher Root',6501,0,0,0,1,12,3,0,-1,-1,1,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23333,15,0,-1,'Shattered Power Core',30634,0,0,0,1,20,5,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23334,0,8,-1,'Cracked Power Core',2516,1,0,0,1,40,10,0,-1,-1,1,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29271,0,-1,-1,-1,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23336,12,0,-1,'Helboar Blood Sample',15710,1,0,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23337,12,0,-1,'Cenarion Antidote',15791,1,64,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34665,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23338,12,0,-1,'Eroded Leather Case',36270,1,2048,0,1,0,0,0,32767,32767,58,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This case seems to have spent some time in the digestive system of a large worm.',0,0,0,9373,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23339,12,0,-1,'Arelion\'s Journal',1143,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23343,12,0,-1,'Torn Pilgrim\'s Pack',1281,1,2048,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Although torn and stained, this pack shows unmistakable signs of blood elf craftsmanship.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23344,4,1,-1,'Scout\'s Pants',36120,0,0,0,1,4,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23345,4,0,-1,'Scout\'s Shirt',36118,1,0,0,1,4,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23346,2,8,-1,'Battleworn Claymore',2380,1,0,0,1,45,9,17,262143,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23347,2,18,-1,'Weathered Crossbow',10671,1,0,0,1,27,5,26,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,10,0,0,0,0,0,0,0,0,0,0,0,2500,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23348,4,0,-1,'Scout\'s Boots',36122,1,0,0,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23353,15,0,-1,'Mana Residue',35871,0,0,0,1,12,3,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23354,0,8,-1,'Crystalized Mana Residue',17957,1,0,0,1,25,6,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29276,0,-1,-1,180000,1153,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23355,12,0,-1,'Toxic Helboar Meat',25480,0,0,0,1,800,200,0,32767,32767,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Not fit for consumption.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23358,12,0,-1,'Signaling Gem',10449,1,0,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29279,0,0,0,120000,1140,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23361,0,0,-1,'Cleansing Vial',29354,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29297,0,0,0,120000,1140,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23364,7,4,-1,'zzDEPRECATEDHeart of the Sky',12310,3,0,0,1,0,0,0,32767,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,41,-1,0,0,0,0,'',0,0,0,0,0,12340),(23366,7,4,-1,'zzDEPRECATEDPerfect Diamond',35884,3,0,0,1,0,0,0,32767,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,42,-1,0,0,0,0,'',0,0,0,0,0,12340),(23367,4,1,-1,'Light Silk Robe',12661,1,0,0,1,49,9,20,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23370,2,7,-1,'Ley-Keeper\'s Blade',35898,1,0,0,1,191,38,13,-1,-1,6,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23371,2,10,-1,'Velania\'s Walking Stick',3405,1,0,0,1,240,48,17,-1,-1,6,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,12,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23372,2,8,-1,'Bloodhawk Claymore',37415,1,0,0,1,361,72,17,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,13,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23373,2,7,-1,'Long Knife',36958,1,0,0,1,290,58,13,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23375,4,2,-1,'Black Leather Vest',35903,1,0,0,1,97,19,5,-1,-1,6,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23376,4,3,-1,'Gatewatcher\'s Chain Gloves',6954,1,0,0,1,58,11,10,-1,-1,6,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23377,4,1,-1,'Guard\'s Leggings',16847,1,0,0,1,78,15,7,-1,-1,6,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23379,0,0,-1,'Cinder Bracers',7025,2,65536,0,1,0,0,0,32767,-1,58,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29305,0,-3,-3,600000,24,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,341,'',0,0,0,0,0,12340),(23380,15,0,-1,'Broken Power Core',30634,0,0,0,1,100,25,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23381,0,8,-1,'Chipped Power Core',2516,1,0,0,1,40,10,0,-1,-1,1,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29308,0,-1,0,-1,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23383,15,0,-1,'Ripped Wyrm Scale',26375,0,0,0,1,60,15,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23384,15,0,-1,'Dimly Glowing Eye',3177,0,0,0,1,60,15,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23385,15,0,-1,'Dormant Mana Powder',35871,0,0,0,1,60,15,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23386,0,8,-1,'Condensed Mana Powder',17957,1,0,0,1,70,17,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29312,0,-1,0,180000,1153,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23387,12,0,-1,'Bonestripper Tail Feather',36273,1,0,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Perfect for use in fletching or the tickling of feet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23389,1,0,-1,'Empty Draenei Supply Pouch',1025,1,0,0,1,60,15,18,-1,-1,5,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23390,2,8,-1,'Exodar Bastard Sword',20084,1,0,0,1,159,31,17,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,11,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23391,2,15,-1,'Exodar Dagger',6432,1,0,0,1,128,25,13,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23392,2,4,-1,'Exodar Maul',19772,1,0,0,1,128,25,21,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23393,2,7,-1,'Exodar Shortsword',20176,1,0,0,1,129,25,21,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23394,12,0,-1,'Healing Salve',983,1,0,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29314,0,0,0,10000,1140,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23395,4,6,-1,'Farstrider\'s Buckler',18698,1,0,0,1,366,73,14,-1,-1,9,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,3,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23396,2,7,-1,'Slightly Used Ranger\'s Blade',1544,1,0,0,1,575,115,21,-1,-1,9,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23397,4,1,-1,'Satin Lined Gloves',16817,1,0,0,1,115,23,10,-1,-1,9,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23398,2,2,-1,'Worn Ranger\'s Bow',20722,1,0,0,1,434,86,15,-1,-1,9,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,0,0,0,0,0,0,0,0,0,0,0,2100,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23399,4,1,-1,'Fallen Apprentice\'s Robe',19011,2,0,0,1,503,100,20,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,2,7,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(23400,4,1,-1,'Sylastor\'s Cloak',23044,2,0,0,1,1275,255,16,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(23401,4,0,-1,'Divining Crystal',28464,2,0,0,1,3210,802,23,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,5,1,31,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(23402,2,15,-1,'Arcanist\'s Dagger',35932,2,0,0,1,2886,577,13,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340),(23403,4,3,-1,'Salvaged Mail Leggings',22687,2,0,0,1,1738,347,7,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,2,7,2,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(23404,4,2,-1,'Padded Running Shoes',6777,2,0,0,1,1090,218,8,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(23405,4,2,-1,'Farstrider\'s Tunic',9502,2,0,0,1,973,194,5,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,2,7,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(23406,4,3,-1,'Sentry Bracers',25766,2,0,0,1,1844,368,9,-1,-1,19,0,0,0,0,0,0,0,0,0,1,0,2,4,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(23407,4,1,-1,'Supple Cotton Bracer',16805,2,0,0,1,1234,246,9,-1,-1,19,0,0,0,0,0,0,0,0,0,1,0,2,7,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,9393,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(23408,4,2,-1,'Farstrider\'s Bracers',17014,2,0,0,1,1548,309,9,-1,-1,19,0,0,0,0,0,0,0,0,0,1,0,2,3,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(23409,2,2,-1,'Well Crafted Long Bow',20550,2,0,0,1,5362,1072,15,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,39,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(23410,2,7,-1,'Well Crafted Sword',36960,2,0,0,1,7176,1435,13,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,32,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(23411,2,10,-1,'Well Crafted Staff',20401,2,0,0,1,9003,1800,17,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,39,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(23412,4,3,-1,'Troll Kickers',10434,2,0,0,1,2148,429,8,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(23413,4,1,-1,'Troll Kickers',14552,2,0,0,1,1431,286,8,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,2,5,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,9393,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(23414,4,2,-1,'Troll Kickers',14276,2,0,0,1,1795,359,8,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(23415,2,15,-1,'Survival Knife',3006,2,0,0,1,3633,726,13,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,15,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340),(23417,0,0,-1,'Sanctified Crystal',20784,1,64,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29364,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The crystal shimmers with the power of a stored spell.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23423,2,8,-1,'Mercenary Greatsword',35962,2,0,0,1,1485,297,17,1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,25,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340),(23424,7,7,-1,'Fel Iron Ore',38645,1,262144,0,1,4000,1000,0,-1,-1,60,0,755,275,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23425,7,7,-1,'Adamantite Ore',38648,1,262144,0,1,6000,1500,0,-1,-1,65,0,755,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23426,7,7,-1,'Khorium Ore',38647,2,0,0,1,10000,2500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23427,7,7,-1,'Eternium Ore',38644,2,0,0,1,5000,1250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23429,2,5,-1,'Mercenary Clout',35968,2,0,0,1,1519,303,17,1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,30,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340),(23430,2,7,-1,'Mercenary Sword',5145,2,0,0,1,1219,243,13,1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340),(23431,2,15,-1,'Mercenary Stiletto',35961,2,0,0,1,1224,244,13,1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,11,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340),(23435,0,0,-1,'Elderberry Pie',6342,1,65536,0,5,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29335,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,341,'',0,0,0,0,0,12340),(23436,3,0,-1,'Living Ruby',39911,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23437,3,4,-1,'Talasite',44729,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23438,3,1,-1,'Star of Elune',39928,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23439,3,5,-1,'Noble Topaz',39932,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23440,3,2,-1,'Dawnstone',39938,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23441,3,3,-1,'Nightseye',39933,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23442,12,0,-1,'Glowing Sanctified Crystal',36271,1,1024,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29343,3,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A dark, inky substance swirls within the depths of the crystal and threatens to shatter it.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23444,0,2,-1,'Goldenmist Special Brew',3664,1,0,0,1,440,110,0,-1,-1,10,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29348,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23445,7,7,-1,'Fel Iron Bar',44950,1,0,0,1,8000,2000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23446,7,7,-1,'Adamantite Bar',39489,1,0,0,1,12000,3000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23447,7,7,-1,'Eternium Bar',39490,2,0,0,1,10000,2500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23448,7,7,-1,'Felsteel Bar',39487,2,0,0,1,6000,1500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23449,7,7,-1,'Khorium Bar',43358,2,0,0,1,50000,12500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23451,2,15,-1,'Grand Marshal\'s Mageblade',36045,4,36864,2,1,0,0,21,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,14,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,119,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,26395,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,-18,0,0,0,'',0,0,0,0,0,12340),(23452,4,0,-1,'Grand Marshal\'s Tome of Power',36265,4,36864,2,1,0,0,23,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,17,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14799,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23453,4,0,-1,'Grand Marshal\'s Tome of Restoration',36266,4,36864,2,1,0,0,23,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,7,14,5,14,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9317,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23454,2,4,-1,'Grand Marshal\'s Warhammer',36064,4,36864,2,1,0,0,21,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,14,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,173,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,29369,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-18,0,0,0,'',0,0,0,0,0,12340),(23455,2,5,-1,'Grand Marshal\'s Demolisher',36065,4,36864,2,1,0,0,17,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,28,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,353,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,21364,1,0,0,-1,0,-1,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23456,2,7,-1,'Grand Marshal\'s Swiftblade',36066,4,36864,2,1,0,0,13,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,129,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,7597,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23458,2,15,-1,'High Warlord\'s Spellblade',36068,4,32768,0,1,0,0,21,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,14,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,119,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,26395,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,-18,0,0,0,'',0,0,0,0,0,1),(23459,2,4,-1,'High Warlord\'s Battle Mace',36069,4,36864,0,1,0,0,21,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,14,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68.8,172.8,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,29369,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-18,0,0,0,'',0,0,0,0,0,1),(23461,2,7,-1,'High Warlord\'s Quickblade',36073,4,36864,0,1,0,0,13,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,129,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,7597,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',65,0,0,0,0,12340),(23462,4,0,-1,'High Warlord\'s Tome of Destruction',36267,4,32768,0,1,0,0,23,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,17,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',65,0,0,0,0,1),(23464,2,4,-1,'High Warlord\'s Battle Mace',36078,4,36864,1,1,0,0,21,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,14,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,173,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,29369,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-18,0,0,0,'',0,0,0,0,0,12340),(23465,2,5,-1,'High Warlord\'s Destroyer',36079,4,36864,1,1,0,0,17,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,28,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,353,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,21364,1,0,0,-1,0,-1,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23466,2,15,-1,'High Warlord\'s Spellblade',36080,4,36864,1,1,0,0,21,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,14,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,119,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,26395,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,-18,0,0,0,'',0,0,0,0,0,12340),(23467,2,7,-1,'High Warlord\'s Quickblade',36081,4,36864,1,1,0,0,13,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,129,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,7597,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23468,4,0,-1,'High Warlord\'s Tome of Destruction',36267,4,36864,1,1,0,0,23,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,17,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14799,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23469,4,0,-1,'High Warlord\'s Tome of Mending',36268,4,36864,1,1,0,0,23,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,7,14,5,14,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9317,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23473,4,0,-1,'Recruit\'s Shirt',36124,1,0,0,1,1,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23474,4,1,-1,'Recruit\'s Pants',36125,0,0,0,1,5,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23475,4,0,-1,'Recruit\'s Boots',36126,1,0,0,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23476,4,0,-1,'Squire\'s Shirt',36133,1,0,0,1,7,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23477,4,1,-1,'Squire\'s Pants',36134,0,0,0,1,4,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23478,4,1,-1,'Recruit\'s Pants',36125,0,0,0,1,4,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23479,4,1,-1,'Recruit\'s Robe',36140,0,0,0,1,4,1,20,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23480,12,0,-1,'Lit Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29384,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23482,4,4,-1,'Fel Iron Plate Gloves',38318,2,0,0,1,101347,20269,10,32767,32767,90,61,0,0,0,0,0,0,0,0,1,0,2,4,24,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,560,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(23483,12,0,-1,'Haal\'eshi Scroll',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23484,4,4,-1,'Fel Iron Plate Belt',38319,2,0,0,1,104846,20969,6,32767,32767,90,61,0,0,0,0,0,0,0,0,1,0,2,4,21,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,560,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(23485,12,0,-1,'Empty Birdcage',22271,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29435,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23486,12,0,-1,'Caged Female Kaliri Hatchling',22271,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23487,4,4,-1,'Fel Iron Plate Boots',39451,2,0,0,1,167096,33419,8,32767,32767,96,62,0,0,0,0,0,0,0,0,1,0,2,7,30,4,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,612,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,560,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(23488,4,4,-1,'Fel Iron Plate Pants',38316,2,0,0,1,224026,44805,7,32767,32767,96,62,0,0,0,0,0,0,0,0,1,0,2,4,34,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,779,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,560,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(23489,4,4,-1,'Fel Iron Breastplate',38321,2,0,0,1,237376,47475,5,32767,-1,102,64,0,0,0,0,0,0,0,0,1,0,2,7,46,4,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,943,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,560,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(23490,4,3,-1,'Fel Iron Chain Tunic',38327,2,0,0,1,198800,39760,5,32767,32767,99,63,0,0,0,0,0,0,0,0,1,0,2,5,24,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,561,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(23491,4,3,-1,'Fel Iron Chain Gloves',38328,2,0,0,1,94332,18866,10,32767,32767,93,61,0,0,0,0,0,0,0,0,1,0,2,5,17,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,561,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(23492,0,0,-1,'Suntouched Special Reserve',18080,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11007,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Deceptively light and fruity with a magical aftertaste.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23493,4,3,-1,'Fel Iron Chain Coif',44656,2,0,0,1,138418,27683,1,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,2,5,21,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,382,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,561,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(23494,4,3,-1,'Fel Iron Chain Bracers',39177,2,0,0,1,98076,19615,9,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,2,5,13,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,561,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(23495,0,5,-1,'Springpaw Appetizer',2474,1,0,0,1,0,0,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,0,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Succulent and tasty!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(23497,2,0,-1,'Fel Iron Hatchet',39450,2,0,0,1,290820,58164,13,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,2,31,15,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,127,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(23498,2,4,-1,'Fel Iron Hammer',39376,2,0,0,1,300318,60063,13,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,143,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(23499,2,8,-1,'Fel Iron Greatsword',39449,2,0,0,1,397916,79583,17,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,1,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,259,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(23500,15,0,-1,'Saltheril\'s Haven Party Invitation',3018,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29451,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23501,15,0,-1,'Bloodthistle Petal',19494,1,0,0,1,0,0,0,262143,31232,5,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28273,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23502,2,5,-1,'Adamantite Maul',38681,2,0,0,1,413237,82647,17,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,1,4,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,269,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(23503,2,1,-1,'Adamantite Cleaver',38682,2,0,0,1,425716,85143,17,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,2,3,25,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,305,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(23504,2,15,-1,'Adamantite Dagger',38683,2,0,0,1,341822,68364,13,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,2,31,15,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,138,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(23505,2,7,-1,'Adamantite Rapier',20076,2,0,0,1,351901,70380,13,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,2,13,16,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,128,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(23506,4,4,-1,'Adamantite Plate Bracers',38684,3,0,0,1,142931,28586,9,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,2,4,22,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,562,45,0,0,0,0,8,0,0,0,0,0,1583,0,275,0,0,0,0,'',52,0,0,0,0,12340),(23507,4,4,-1,'Adamantite Breastplate',36206,3,0,0,1,292740,58548,5,32767,-1,106,67,0,0,0,0,0,0,0,0,1,0,2,4,34,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,562,135,0,0,0,0,8,0,8,0,2,0,1585,0,275,0,0,0,0,'',52,0,0,0,0,12340),(23508,4,4,-1,'Adamantite Plate Gloves',38685,3,0,0,1,143968,28793,10,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,2,4,24,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,655,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,562,45,0,0,0,0,2,0,8,0,0,0,1584,0,275,0,0,0,0,'',52,0,0,0,0,12340),(23509,4,4,-1,'Enchanted Adamantite Breastplate',38686,3,0,0,1,314922,62984,5,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1154,0,0,0,0,0,40,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,563,135,0,0,0,0,8,0,8,0,4,0,2873,0,275,0,0,0,0,'',52,0,0,0,0,12340),(23510,4,4,-1,'Enchanted Adamantite Belt',38687,3,0,0,1,157648,31529,6,-1,-1,113,70,0,0,0,0,0,0,0,0,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,644,0,0,0,0,0,30,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,563,45,0,0,0,0,8,0,4,0,0,0,112,0,275,0,0,0,0,'',52,0,0,0,0,12340),(23511,4,4,-1,'Enchanted Adamantite Boots',38689,3,0,0,1,235520,47104,8,-1,-1,113,70,0,0,0,0,0,0,0,0,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,787,0,0,0,0,0,30,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,563,65,0,0,0,0,2,0,8,0,0,0,2876,0,275,0,0,0,0,'',52,0,0,0,0,12340),(23512,4,4,-1,'Enchanted Adamantite Leggings',38690,3,0,0,1,320818,64163,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,40,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,563,100,0,0,0,0,2,0,8,0,8,0,113,0,275,0,0,0,0,'',52,0,0,0,0,12340),(23513,4,4,-1,'Flamebane Breastplate',42874,3,0,0,1,321957,64391,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,40,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,564,135,0,0,0,0,8,0,4,0,2,0,113,0,275,0,0,0,0,'',52,0,0,0,0,12340),(23514,4,4,-1,'Flamebane Gloves',42875,3,0,0,1,161172,32234,10,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,722,0,30,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,564,45,0,0,0,0,8,0,4,0,0,0,2870,0,275,0,0,0,0,'',52,0,0,0,0,12340),(23515,4,4,-1,'Flamebane Bracers',42877,3,0,0,1,148038,29607,9,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,497,0,28,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,564,45,0,0,0,0,8,0,0,0,0,0,2907,0,275,0,0,0,0,'',52,0,0,0,0,12340),(23516,4,4,-1,'Flamebane Helm',42876,3,0,0,1,222998,44599,1,-1,-1,113,70,0,0,0,0,0,0,0,0,1,0,1,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,40,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,564,80,0,0,0,0,8,0,2,0,4,0,2873,0,275,0,0,0,0,'',52,0,0,0,0,12340),(23517,4,4,-1,'Felsteel Gloves',38695,3,0,0,1,151556,30311,10,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,2,7,27,12,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,943,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,569,45,0,0,0,0,8,0,2,0,0,0,2870,0,275,221,0,0,0,'',52,0,0,0,0,12340),(23518,4,4,-1,'Felsteel Leggings',38696,3,0,0,1,302520,60504,7,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,2,7,39,12,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1257,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,569,100,0,0,0,0,4,0,2,0,8,0,2871,0,275,247,0,0,0,'',52,0,0,0,0,12340),(23519,4,4,-1,'Felsteel Helm',38697,3,0,0,1,229114,45822,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,27,12,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1284,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,569,80,0,0,0,0,2,0,8,0,8,0,2873,0,275,338,0,0,0,'',52,0,0,0,0,12340),(23520,4,4,-1,'Ragesteel Gloves',38698,3,0,0,1,154481,30896,10,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,2,4,35,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,566,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(23521,4,4,-1,'Ragesteel Helm',38699,3,0,0,1,230797,46159,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,4,45,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,566,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(23522,4,4,-1,'Ragesteel Breastplate',38700,3,0,0,1,309456,61891,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,4,50,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,566,135,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(23523,4,4,-1,'Khorium Pants',36230,3,0,0,1,308141,61628,7,32767,32767,114,70,0,0,0,0,0,0,0,0,1,0,2,5,28,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1010,0,0,0,0,0,0,0,0,0,21634,1,0,0,-1,0,-1,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,565,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(23524,4,4,-1,'Khorium Belt',38701,3,0,0,1,155519,31103,6,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,2,5,21,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,649,0,0,0,0,0,0,0,0,0,21630,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,565,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(23525,4,4,-1,'Khorium Boots',38702,3,0,0,1,234185,46837,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,21,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,21630,1,0,0,-1,0,-1,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,565,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(23526,4,3,-1,'Swiftsteel Gloves',38703,3,0,0,1,134563,26912,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,20959,1,0,0,-1,0,-1,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,40,0,0,0,0,2,0,8,0,0,0,76,0,275,0,0,0,0,'',52,0,0,0,0,12340),(23527,4,3,-1,'Earthpeace Breastplate',44089,3,0,0,1,270104,54020,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,33780,1,0,0,-1,0,-1,23593,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(23528,0,8,-1,'Fel Sharpening Stone',39192,1,64,0,1,3000,750,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29452,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23529,0,8,-1,'Adamantite Sharpening Stone',39193,2,64,0,1,4000,1000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29453,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23530,0,6,-1,'Felsteel Shield Spike',39194,2,64,0,1,48000,12000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29454,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23531,4,3,-1,'Felfury Gauntlets',34236,4,0,0,1,156296,31259,10,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,7,30,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,2860,0,300,0,0,0,0,'',67,0,0,0,0,12340),(23532,4,4,-1,'Gauntlets of the Iron Tower',38705,4,0,0,1,184091,36818,10,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,7,30,35,26,12,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,831,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,55,0,0,0,0,8,0,4,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(23533,4,4,-1,'Steelgrip Gauntlets',38706,4,0,0,1,184775,36955,10,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,4,28,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,831,0,0,0,0,0,0,0,0,0,43588,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340),(23534,4,3,-1,'Storm Helm',36416,4,0,0,1,237118,47423,1,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,5,28,32,22,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,604,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,85,0,0,0,0,2,0,8,0,4,0,2882,0,300,0,0,0,0,'',67,0,0,0,0,12340),(23535,4,4,-1,'Helm of the Stalwart Defender',44880,4,0,0,1,277158,55431,1,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,7,47,35,23,12,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1366,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2892,0,300,286,0,0,0,'',67,0,0,0,0,12340),(23536,4,4,-1,'Oathkeeper\'s Helm',44877,4,0,0,1,278177,55635,1,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,5,22,7,40,12,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,4,0,8,0,2,0,2908,0,300,0,0,0,0,'',67,0,0,0,0,12340),(23537,4,4,-1,'Black Felsteel Bracers',36248,4,0,0,1,187570,37514,9,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,4,26,32,22,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,581,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(23538,4,4,-1,'Bracers of the Green Fortress',36249,4,0,0,1,188274,37654,9,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,7,39,13,10,12,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,581,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(23539,4,4,-1,'Blessed Bracers',36250,4,0,0,1,188977,37795,9,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,32,18,7,12,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,581,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(23540,2,7,-1,'Felsteel Longblade',36253,4,4096,0,1,538812,107762,13,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,3,26,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,239,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(23541,2,8,-1,'Khorium Champion',36255,4,4160,0,1,676014,135202,17,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,4,50,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,430,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,16916,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(23542,2,0,-1,'Fel Edged Battleaxe',41709,4,4096,0,1,542810,108562,13,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,32,21,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,239,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(23543,2,1,-1,'Felsteel Reaper',36259,4,4096,0,1,681010,136202,17,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,1,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,443,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,36069,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(23544,2,4,-1,'Runic Hammer',36261,4,4096,0,1,546753,109350,13,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,1,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,261,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(23545,12,0,-1,'Power of the Scourge',36276,4,64,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29467,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23546,2,5,-1,'Fel Hardened Maul',36263,4,4096,0,1,688438,137687,17,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,7,46,4,50,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,430,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(23547,12,0,-1,'Resilience of the Scourge',36277,4,64,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29475,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23548,12,0,-1,'Might of the Scourge',36275,4,64,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29483,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23549,12,0,-1,'Fortitude of the Scourge',36274,4,64,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29480,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23550,12,0,-1,'Heavy Stone Axe',37377,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23551,12,0,-1,'Azure Phial',8545,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23552,12,0,-1,'Filled Azure Phial',7121,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23553,2,10,-1,'Living Branch',36317,1,0,0,1,881,176,17,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,19,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,1,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23554,2,15,-1,'Eternium Runed Blade',36283,4,4096,0,1,526875,105375,21,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,32,21,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,114,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,37542,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,-42,0,0,0,'',67,0,0,0,0,12340),(23555,2,15,-1,'Dirge',36285,4,4096,0,1,528819,105763,13,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,1,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,152,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(23556,2,4,-1,'Hand of Eternity',45615,4,4096,0,1,530818,106163,21,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,1,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,131,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,21628,1,0,0,-1,0,-1,39602,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-39.8,0,0,0,'',67,0,0,0,0,12340),(23557,2,3,-1,'Larvae of the Great Worm',34484,4,0,0,1,317327,63465,26,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,229,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,7597,1,0,0,-1,0,-1,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23558,4,0,-1,'The Burrower\'s Shell',36290,4,524288,0,1,7230,1807,12,-1,-1,81,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29506,0,0,0,120000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23559,0,8,-1,'Lesser Rune of Warding',38757,1,64,0,1,3000,750,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32274,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23560,15,0,-1,'Arena Team Charter (2v2)',16161,1,8192,0,1,1,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23561,15,0,-1,'Arena Team Charter (3v3)',16161,1,8192,0,1,1,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23562,15,0,-1,'Arena Team Charter (5v5)',16161,1,8192,0,1,1,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23563,4,3,-1,'Nether Chain Shirt',45805,4,0,0,1,341164,68232,5,-1,-1,107,70,0,0,9788,0,0,0,0,0,1,0,3,32,28,5,18,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,757,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,140,0,0,0,0,2,0,4,0,8,0,90,0,300,0,0,0,0,'',67,0,0,0,0,12340),(23564,4,3,-1,'Twisting Nether Chain Shirt',45806,4,0,0,1,400144,80028,5,-1,-1,127,70,0,0,9788,0,0,0,0,0,1,0,3,32,33,5,22,7,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,893,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,21365,1,0,0,0,0,-1,34518,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,140,0,0,0,0,2,0,4,0,8,0,90,0,300,0,0,0,0,'',67,0,0,0,0,12340),(23565,4,3,-1,'Embrace of the Twisting Nether',45807,4,0,0,1,456637,91327,5,-1,-1,146,70,0,0,9788,0,0,0,0,0,1,0,3,32,35,5,27,7,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,21632,1,0,0,0,0,-1,34518,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,140,0,0,0,0,2,0,4,0,8,0,90,0,300,0,0,0,0,'',67,0,0,0,0,12340),(23566,12,0,-1,'Azure Phial',8545,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29542,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23568,12,0,-1,'Bundle of Vials',36318,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Be careful! The vials inside are fragile.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23569,12,0,-1,'Letter from the Mag\'har',35448,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23570,4,0,-1,'Jom Gabbar',36338,4,524288,0,1,7230,1807,12,-1,-1,81,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29602,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23571,7,10,-1,'Primal Might',41678,3,0,0,1,64000,16000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23572,7,13,-1,'Primal Nether',41697,3,0,0,1,0,16000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23573,7,7,-1,'Hardened Adamantite Bar',39486,1,0,0,1,120000,30000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23574,9,6,-1,'Recipe: Transmute Primal Might',15274,2,64,0,1,80000,20000,0,-1,-1,70,0,171,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29688,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to Transmute Primal Air, Water, Earth, Fire and Mana into Primal Might.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23575,0,8,-1,'Lesser Ward of Shielding',38759,1,64,0,1,6000,1500,0,-1,-1,65,55,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29507,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23576,0,8,-1,'Greater Ward of Shielding',38760,1,64,0,1,5000,1250,0,-1,-1,70,55,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29720,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23577,2,7,-1,'The Hungering Cold',35575,4,524288,0,1,459627,91925,13,-1,-1,89,60,0,0,0,0,0,0,0,0,1,0,2,7,14,37,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,143,0,0,0,0,140,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23578,0,1,-1,'Diet McWeaksauce',21672,1,0,0,1,0,0,0,2047,-1,59,49,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17531,0,-1,0,-1,4,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Food for the Mind',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(23579,0,1,-1,'The McWeaksauce Classic',24152,1,0,0,1,0,0,0,2047,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17534,0,-1,0,-1,4,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The Original.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(23580,12,0,-1,'Avruu\'s Orb',36375,1,2048,0,1,0,0,0,-1,-1,1,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29764,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9418,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23584,0,0,-1,'Loch Modan Lager',18117,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11629,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23585,0,0,-1,'Stouthammer Lite',18099,1,0,0,1,4000,200,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'For those warm days in the sun!',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23586,0,0,-1,'Aerie Peak Pale Ale',18102,1,0,0,1,340,85,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23587,4,1,-1,'Mirren\'s Drinking Hat',39942,2,0,0,1,92614,18522,1,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,1,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,29830,0,0,0,3600000,0,-1,21363,1,0,0,-1,0,-1,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(23588,12,0,-1,'Kaliri Feather',19528,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23589,12,0,-1,'Mag\'har Ancestral Beads',38239,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23590,9,4,-1,'Plans: Adamantite Maul',1102,1,64,0,1,40000,10000,0,-1,-1,65,0,164,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29566,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Adamantite Maul.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23591,9,4,-1,'Plans: Adamantite Cleaver',1102,1,64,0,1,40000,10000,0,-1,-1,66,0,164,330,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29568,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Adamantite Cleaver.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23592,9,4,-1,'Plans: Adamantite Dagger',1102,1,64,0,1,40000,10000,0,-1,-1,66,0,164,330,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29569,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Adamantite Dagger.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23593,9,4,-1,'Plans: Adamantite Rapier',1102,1,64,0,1,40000,10000,0,-1,-1,67,0,164,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29571,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Adamantite Rapier.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23594,9,4,-1,'Plans: Adamantite Plate Bracers',1102,1,64,0,1,60000,15000,0,-1,-1,67,0,164,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29603,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Adamantite Plate Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23595,9,4,-1,'Plans: Adamantite Plate Gloves',1102,1,64,0,1,60000,15000,0,-1,-1,67,0,164,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29605,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Adamantite Plate Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23596,9,4,-1,'Plans: Adamantite Breastplate',1102,1,64,0,1,60000,15000,0,-1,-1,68,0,164,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29606,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Adamantite Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23597,9,4,-1,'Plans: Enchanted Adamantite Belt',1102,1,64,0,1,60000,15000,0,-1,-1,71,0,164,355,0,0,0,934,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29608,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Enchanted Adamantite Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23598,9,4,-1,'Plans: Enchanted Adamantite Boots',1102,1,64,0,1,60000,15000,0,-1,-1,71,0,164,355,0,0,0,934,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29611,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Enchanted Adamantite Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23599,9,4,-1,'Plans: Enchanted Adamantite Breastplate',1102,1,64,0,1,60000,15000,0,-1,-1,72,0,164,360,0,0,0,934,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29610,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Enchanted Adamantite Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23600,9,4,-1,'Plans: Enchanted Adamantite Leggings',1102,1,64,0,1,80000,20000,0,-1,-1,73,0,164,365,0,0,0,934,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29613,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Enchanted Adamantite Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23601,9,4,-1,'Plans: Flamebane Bracers',1102,1,64,0,1,60000,15000,0,-1,-1,70,0,164,350,0,0,0,932,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29614,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Flamebane Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23602,9,4,-1,'Plans: Flamebane Helm',1102,1,64,0,1,60000,15000,0,-1,-1,71,0,164,355,0,0,0,932,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29615,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Flamebane Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23603,9,4,-1,'Plans: Flamebane Gloves',1102,1,64,0,1,60000,15000,0,-1,-1,72,0,164,360,0,0,0,932,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29616,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Flamebane Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23604,9,4,-1,'Plans: Flamebane Breastplate',1102,1,64,0,1,80000,20000,0,-1,-1,73,0,164,365,0,0,0,932,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29617,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Flamebane Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23605,9,4,-1,'Plans: Felsteel Gloves',6270,3,64,0,1,60000,15000,0,-1,-1,72,0,164,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29619,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Felsteel Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23606,9,4,-1,'Plans: Felsteel Leggings',6270,3,64,0,1,60000,15000,0,-1,-1,72,0,164,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29620,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Felsteel Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23607,9,4,-1,'Plans: Felsteel Helm',6270,3,64,0,1,60000,15000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29621,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Felsteel Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23608,9,4,-1,'Plans: Khorium Belt',6270,3,64,0,1,240000,60000,0,-1,-1,72,0,164,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29628,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Khorium Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23609,9,4,-1,'Plans: Khorium Pants',6270,3,64,0,1,240000,60000,0,-1,-1,72,0,164,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29629,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Khorium Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23610,9,4,-1,'Plans: Khorium Boots',6270,3,64,0,1,240000,60000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29630,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Khorium Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23611,9,4,-1,'Plans: Ragesteel Gloves',6270,3,64,0,1,80000,20000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29642,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Ragesteel Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23612,9,4,-1,'Plans: Ragesteel Helm',6270,3,64,0,1,80000,20000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29643,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Ragesteel Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23613,9,4,-1,'Plans: Ragesteel Breastplate',6270,3,64,0,1,100000,25000,0,-1,-1,74,0,164,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29645,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Ragesteel Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23614,12,0,-1,'Red Snapper',4809,1,2147483648,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23615,9,4,-1,'Plans: Swiftsteel Gloves',6270,3,64,0,1,60000,15000,0,-1,-1,74,0,164,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29648,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Swiftsteel Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23617,9,4,-1,'Plans: Earthpeace Breastplate',6270,3,64,0,1,60000,15000,0,-1,-1,74,0,164,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29649,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Earthpeace Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23618,9,4,-1,'Plans: Adamantite Sharpening Stone',1102,1,64,0,1,60000,15000,0,-1,-1,70,0,164,350,0,0,0,942,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29656,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Adamantite Sharpening Stone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23619,9,4,-1,'Plans: Felsteel Shield Spike',1102,1,64,2,1,60000,15000,0,-1,-1,72,0,164,360,0,0,0,946,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29657,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Felsteel Shield Spike.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23620,9,4,-1,'Plans: Felfury Gauntlets',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29658,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Felfury Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23621,9,4,-1,'Plans: Gauntlets of the Iron Tower',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29622,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Gauntlets of the Iron Tower.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23622,9,4,-1,'Plans: Steelgrip Gauntlets',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29662,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Steelgrip Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23623,9,4,-1,'Plans: Storm Helm',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29663,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Storm Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23624,9,4,-1,'Plans: Helm of the Stalwart Defender',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29664,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Helm of the Stalwart Defender.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23625,9,4,-1,'Plans: Oathkeeper\'s Helm',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29668,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Oathkeeper\'s Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23626,9,4,-1,'Plans: Black Felsteel Bracers',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29669,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Black Felsteel Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23627,9,4,-1,'Plans: Bracers of the Green Fortress',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29671,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Bracers of the Green Fortress.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23628,9,4,-1,'Plans: Blessed Bracers',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29672,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Blessed Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23629,9,4,-1,'Plans: Felsteel Longblade',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29692,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Felsteel Longblade.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23630,9,4,-1,'Plans: Khorium Champion',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29693,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Khorium Champion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23631,9,4,-1,'Plans: Fel Edged Battleaxe',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29694,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Fel Edged Battleaxe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23632,9,4,-1,'Plans: Felsteel Reaper',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29695,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Felsteel Reaper.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23633,9,4,-1,'Plans: Runic Hammer',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29696,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Runic Hammer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23634,9,4,-1,'Plans: Fel Hardened Maul',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29697,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Fel Hardened Maul.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23635,9,4,-1,'Plans: Eternium Runed Blade',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29698,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Eternium Runed Blade.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23636,9,4,-1,'Plans: Dirge',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29699,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Dirge.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23637,9,4,-1,'Plans: Hand of Eternity',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29700,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Hand of Eternity.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23638,9,4,-1,'Plans: Lesser Ward of Shielding',1102,1,64,0,1,60000,15000,0,-1,-1,68,0,164,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29728,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Lesser Ward of Shielding.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23639,9,4,-1,'Plans: Greater Ward of Shielding',6270,3,64,0,1,300000,75000,0,-1,-1,75,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29729,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Greater Ward of Shielding.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23642,12,0,-1,'Sha\'naar Relic',39041,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23643,12,0,-1,'Purifying Earth',2480,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This clump of earth, found at the core of a boulderkin, radiates a sense of purity absent from the rest of the elemental\'s body.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23644,12,0,-1,'Crate of Reagents',9288,1,0,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A container full of the reagents needed to make a trial dose of Magistrix Elosai\'s tonic.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23645,0,0,-1,'Seer\'s Relic',44562,1,0,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30489,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23646,12,0,-1,'Shipment of Rare Crystals',12331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A plain, unmarked box containing valuable crystals from the Azurelode Mine.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23654,12,0,-1,'Draenei Fishing Net',3673,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29866,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23657,12,0,-1,'Dawn Runner Cargo',11448,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The remaining cargo from the holds of the Dawn Runner.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23658,12,0,-1,'Advisor\'s Pack',2588,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A brightly-colored silken bag. It looks to have spent some time as a chewtoy for some Dark Iron dwarf\'s pet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23659,12,0,-1,'Fel-Tainted Morsels',25467,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29917,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23660,12,0,-1,'Advisor\'s Rapier',36417,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A finely crafted elven sword, destined for the slag heap of a Dark Iron smithy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23661,12,0,-1,'Mark of the Lightbringer',36419,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The holy symbol carried by Uther Lightbringer during his final days.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23662,12,0,-1,'Letter from Nazgrel',35448,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23663,4,3,-1,'Girdle of Elemental Fury',34203,4,0,0,1,128966,25793,6,32767,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,7,20,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23664,4,3,-1,'Pauldrons of Elemental Fury',36425,4,0,0,1,195037,39007,3,64,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,7,19,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23665,4,3,-1,'Leggings of Elemental Fury',36426,4,0,0,1,259893,51978,7,64,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,7,26,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,535,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,18382,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23666,4,4,-1,'Belt of the Grand Crusader',36430,4,0,0,1,153053,30610,6,2,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,4,18,7,18,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,612,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23667,4,4,-1,'Spaulders of the Grand Crusader',36429,4,0,0,1,228708,45741,3,2,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,7,18,5,17,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,816,0,0,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23668,4,4,-1,'Leggings of the Grand Crusader',22985,4,0,0,1,306654,61330,7,2,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,7,21,5,21,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,952,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340),(23669,12,0,-1,'Ancestral Spirit Wolf Totem',36431,1,0,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29731,0,0,0,60000,1140,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23670,12,0,-1,'Thalanaar Moonwell Water',2357,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A vial of water from the moonwell in Thalanaar.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23671,12,0,-1,'Earth Crystal',35843,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The crystal vibrates with elemental earth energy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23672,12,0,-1,'Crate of Red Snapper',18574,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23675,12,0,-1,'Robotron Control Unit',7841,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30009,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Control your very own top-of-the-line Robotron 3000!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23676,7,8,-1,'Moongraze Stag Tenderloin',25467,1,0,0,1,20,5,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Dripping with tender juicy goodness.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(23677,12,0,-1,'Moongraze Buck Hide',21470,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Unusually rigid.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23678,12,0,-1,'Faintly Glowing Crystal',30690,1,2048,2,1,0,0,0,-1,-1,5,5,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Removed from the stomach of a nightstalker runt. It looks familiar.',0,0,0,9455,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23679,12,0,-1,'Bloodscalp Totem',36446,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An unusual looking totem with inscriptions in a language unknown to trolls.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23680,12,0,-1,'Gift of Naias',36446,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30015,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The totem\'s inscription identifies the bearer as an ally of the water elemental Naias.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23681,12,0,-1,'Heart of Naias',13291,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The heart shimmers with the volatile energy of a powerful elemental.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23682,12,0,-1,'Ritual Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30212,0,0,0,60000,1140,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23685,12,0,-1,'Root Trapper Vine',19497,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23686,12,0,-1,'Lacy Handkerchief',35299,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23687,12,0,-1,'Blacktalon\'s Claws',3596,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23688,12,0,-1,'Hauteur\'s Ashes',7127,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The ashes still glow with a heat that is nigh-unbearable.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23691,12,0,-1,'Corrupted Mark of the Lightbringer',36454,1,192,0,1,0,0,23,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30098,0,0,0,60000,0,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The corrupting fel magics make it almost unbearable to hold.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23692,12,0,-1,'Azure Snapdragon Bulb',6661,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23693,12,0,-1,'Carinda\'s Scroll of Retribution',3331,1,0,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30077,0,-1,-1,20000,1140,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23694,12,0,-1,'Gryphon Egg',18050,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An unhatched gryphon egg rescued from the Witherbark trolls.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23695,15,0,-1,'Featherbeard\'s Map',24153,0,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A hand-drawn map of the Shadra\'Alor area, pinpointing the locations of stolen gryphon eggs.',2907,0,1,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23697,12,0,-1,'Taming Rod',26595,1,64,0,1,0,0,0,262143,32767,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30099,0,3,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23702,12,0,-1,'Taming Rod',26595,1,64,0,1,0,0,0,262143,32767,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30102,0,3,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23703,12,0,-1,'Taming Rod',26595,1,64,0,1,0,0,0,262143,32767,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30105,0,3,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23705,4,0,-1,'Tabard of Flame',38283,4,32768,0,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23706,12,0,-1,'Arcane Fragment',35016,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23707,12,0,-1,'Spindleweb Silk Gland',1438,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23709,4,0,-1,'Tabard of Frost',38284,4,32768,0,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23711,9,0,-1,'Grimoire of Intercept (Rank 1)',1246,1,64,0,1,18000,4500,0,31488,-1,52,52,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30154,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23713,15,2,-1,'Hippogryph Hatchling',18048,4,32832,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,30156,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23714,4,0,-1,'Perpetual Purple Firework',34282,4,128,0,1,0,0,12,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69773,0,-1,0,30000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23716,4,0,-1,'Carved Ogre Idol',36471,4,128,0,1,0,0,12,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69777,0,-1,0,600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23717,4,0,-1,'Pitted Gold Band',963,1,0,0,1,0,0,11,262143,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23720,15,0,-1,'Riding Turtle',36474,4,32768,0,1,0,0,0,262143,32767,20,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,30174,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23723,12,0,-1,'Warchief Kargath\'s Fist',36476,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Warchief Kargath Bladefist\'s fearsome namesake.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23726,12,0,-1,'Fel Ember',33967,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The smoldering ember emits faint purple sparks, but no heat. Its coolness belies the immense power held within.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23730,9,0,-1,'Grimoire of Intercept (Rank 2)',1246,1,64,0,1,26000,6500,0,31488,-1,61,61,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30199,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23731,9,0,-1,'Grimoire of Intercept (Rank 3)',1246,1,64,0,1,60000,15000,0,31488,-1,69,69,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30200,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23732,12,0,-1,'Voidstone',36482,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30208,0,0,0,180000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23733,12,0,-1,'Ritual Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The torch burns with an almost unbearable heat.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23734,9,0,-1,'Grimoire of Cleave (Rank 1)',1246,1,64,0,1,15000,3750,0,31488,-1,50,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30214,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23735,12,0,-1,'Grand Warlock\'s Amulet',6494,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30230,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The necklace\'s charm is shaped as a small cage and can be used to retrieve a Fel Ember from one of the braziers to either side of the Grand Warlock\'s throne.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23736,7,2,-1,'Fel Iron Bomb',40541,1,64,0,1,10000,2500,0,-1,-1,60,0,202,300,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30216,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23737,7,2,-1,'Adamantite Grenade',25482,1,64,0,1,10000,2500,0,-1,-1,65,0,202,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30217,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23738,12,0,-1,'Nautical Compass',36487,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Property of Alliance Naval Command',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23739,12,0,-1,'Nautical Map',23229,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Property of Alliance Naval Command',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23742,2,3,-1,'Fel Iron Musket',43685,2,0,0,1,236084,47216,26,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,1,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,185,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(23744,12,0,-1,'Foul Essence',15741,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The smell of this watery remnant is truly offensive.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23745,9,0,-1,'Grimoire of Cleave (Rank 2)',1246,1,64,0,1,15000,3750,0,31488,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30222,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23746,2,3,-1,'Adamantite Rifle',43687,2,0,0,1,278627,55725,26,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,1,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,234,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(23747,2,3,-1,'Felsteel Boomstick',43688,3,0,0,1,312067,62413,26,-1,-1,108,70,0,0,0,0,0,0,0,0,1,0,2,32,13,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,194,0,0,0,0,0,0,0,0,0,0,0,2400,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(23748,2,3,-1,'Ornate Khorium Rifle',43690,3,0,0,1,331560,66312,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,14,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,268,0,0,0,0,0,0,0,0,0,0,0,3100,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(23749,12,0,-1,'Empty Bota Bag',29438,1,64,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30226,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23750,12,0,-1,'Filled Bota Bag',29439,1,0,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The purity of the water within makes the bag glow ever so slightly.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23751,12,0,-1,'Skin of Purest Water',29439,1,0,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30408,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23752,12,0,-1,'Flask of Purest Water',15794,1,0,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The water within radiates with the power of purity.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23753,12,0,-1,'Drycap Mushroom',19566,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23755,9,0,-1,'Grimoire of Cleave (Rank 3)',1246,1,64,0,1,60000,15000,0,31488,-1,68,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30224,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23756,0,5,-1,'Cookie\'s Jumbo Gumbo',32650,1,0,0,1,40,10,0,-1,-1,8,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5004,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23757,12,0,-1,'Skittering Crawler Meat',22193,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23758,4,2,-1,'Cogspinner Goggles',43889,3,0,0,1,148336,29667,1,-1,-1,106,0,202,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,63,0,0,60,0,0,128,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(23759,12,0,-1,'Rune Covered Tablet',24037,1,2048,2,1,0,0,0,-1,-1,6,6,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9514,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23760,12,0,-1,'Chalice of Elune',36504,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A shimmering silver vessel somehow untarnished by its long exposure to corrupt influences.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23761,4,1,-1,'Power Amplification Goggles',40545,3,0,0,1,102671,20534,1,-1,-1,89,0,202,340,0,0,0,0,0,0,1,0,2,32,31,7,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,128,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(23762,4,1,-1,'Ultra-Spectropic Detection Goggles',43890,3,67108864,0,1,126620,25324,1,-1,-1,112,0,202,350,0,0,0,0,0,0,1,0,5,31,24,32,24,36,24,35,24,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,12883,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,128,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(23763,4,2,-1,'Hyper-Vision Goggles',43891,3,64,0,1,158870,31774,1,-1,-1,112,0,202,360,0,0,0,0,0,0,1,0,1,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,0,0,-1,30249,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,128,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(23764,7,3,-1,'Adamantite Scope',7326,2,64,0,1,10000,2500,0,-1,-1,67,55,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30250,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23765,7,3,-1,'Khorium Scope',7326,3,64,0,1,10000,2500,0,-1,-1,72,55,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30252,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23766,7,3,-1,'Stabilized Eternium Scope',7326,3,64,0,1,80000,20000,0,-1,-1,75,60,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30260,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23767,7,3,-1,'Crashin\' Thrashin\' Robot',9730,2,32768,0,1,20000,5000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30261,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23768,0,8,-1,'White Smoke Flare',34283,1,64,0,1,1000,250,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30262,0,-1,-1,0,1168,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23769,0,8,-1,'Red Smoke Flare',34281,1,64,0,1,1000,250,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30263,0,-1,-1,0,1168,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23771,0,8,-1,'Green Smoke Flare',34280,1,64,0,1,1000,250,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30264,0,-1,-1,0,1168,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23772,6,3,-1,'Fel Iron Shells',40542,2,0,0,200,8000,20,24,-1,-1,97,57,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,26,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23773,6,3,-1,'Adamantite Shells',40526,3,0,0,200,1000,2,24,-1,-1,118,62,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,43,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23774,1,4,-1,'Fel Iron Toolbox',36511,2,0,0,1,120000,30000,18,-1,-1,65,0,0,0,0,0,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23776,12,0,-1,'Warsong Lumber',929,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This tortured lumber bears long, jagged scars from a Horde sawblade.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23777,12,0,-1,'Diabolical Plans',1093,1,2048,2,1,0,0,0,32767,32767,1,27,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,7,1,9520,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23778,12,0,-1,'Sentinel Luciel\'s Report',16065,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A sealed report written by Sentinel Luciel Starwhisper, intended for Sentinel Farsong.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23779,12,0,-1,'Ancient Relic',3667,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23780,12,0,-1,'Diabolical Plans',1093,1,0,0,1,0,0,0,32767,32767,1,27,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The ink appears to be dried blood.',2909,7,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23781,7,1,-1,'Elemental Blasting Powder',40543,1,0,0,1,2000,500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23782,7,1,-1,'Fel Iron Casing',40544,1,0,0,1,32000,8000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23783,7,1,-1,'Handful of Fel Iron Bolts',40548,1,0,0,1,6000,1500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23784,7,1,-1,'Adamantite Frame',40549,1,0,0,1,40000,10000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23785,7,1,-1,'Hardened Adamantite Tube',40550,1,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23786,7,1,-1,'Khorium Power Core',43101,1,0,0,1,48000,12000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23787,7,1,-1,'Felsteel Stabilizer',40552,1,0,0,1,48000,12000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23788,12,0,-1,'Tree Seedlings',1443,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29773,0,-8,-8,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23789,12,0,-1,'Remains of Cowlen\'s Family',3233,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23790,12,0,-1,'Hollowed Out Tree',36520,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23791,12,0,-1,'Pile of Leaves',35015,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23792,15,0,-1,'Tree Disguise Kit',36521,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30298,0,0,0,0,1164,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23793,7,6,-1,'Heavy Knothide Leather',38745,1,0,0,1,25000,6250,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23797,12,0,-1,'Diabolical Plans',1093,1,2048,1,1,0,0,0,32767,32767,1,27,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,7,1,9535,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23798,12,0,-1,'Diabolical Plans',1093,1,0,0,1,0,0,0,32767,32767,1,27,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The ink appears to be dried blood.',2911,1,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23799,9,3,-1,'Schematic: Adamantite Rifle',1102,1,64,0,1,80000,20000,0,-1,-1,70,0,202,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30313,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Adamantite Rifle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23800,9,3,-1,'Schematic: Felsteel Boomstick',6270,3,64,0,1,100000,25000,0,-1,-1,72,0,202,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,30314,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Felsteel Boomstick.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23801,13,0,-1,'Bristlelimb Key',9154,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30406,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23802,9,3,-1,'Schematic: Ornate Khorium Rifle',6270,3,64,0,1,150000,37500,0,-1,-1,75,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30315,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Ornate Khorium Rifle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23803,9,3,-1,'Schematic: Cogspinner Goggles',1102,1,64,0,1,60000,15000,0,-1,-1,68,0,202,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30316,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Cogspinner Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23804,9,3,-1,'Schematic: Power Amplification Goggles',6270,3,64,0,1,80000,20000,0,-1,-1,68,0,202,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30317,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Power Amplification Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23805,9,3,-1,'Schematic: Ultra-Spectropic Detection Goggles',1102,1,64,0,1,80000,20000,0,-1,-1,70,0,202,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30318,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Ultra-Spectropic Detection Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23806,9,3,-1,'Schematic: Hyper-Vision Goggles',6270,3,64,0,1,160000,40000,0,-1,-1,72,0,202,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,30325,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Hyper-Vision Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23807,9,3,-1,'Schematic: Adamantite Scope',1102,1,64,0,1,60000,15000,0,-1,-1,67,0,202,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30329,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Adamantite Scope.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23808,9,3,-1,'Schematic: Khorium Scope',6270,3,64,0,1,160000,40000,0,-1,-1,72,0,202,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30332,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Khorium Scope.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23809,9,3,-1,'Schematic: Stabilized Eternium Scope',6270,3,64,0,1,60000,15000,0,-1,-1,75,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30334,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Stabilized Eternium Scope.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23810,9,3,-1,'Schematic: Crashin\' Thrashin\' Robot',15274,2,64,0,1,80000,20000,0,-1,-1,65,0,202,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30337,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Crashin\' Thrashin\' Robot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23811,9,3,-1,'Schematic: White Smoke Flare',1102,1,64,0,1,60000,15000,0,-1,-1,67,0,202,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30341,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a White Smoke Flare.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23814,9,3,-1,'Schematic: Green Smoke Flare',1102,1,64,0,1,60000,15000,0,-1,-1,67,0,202,335,0,0,0,942,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30344,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Green Smoke Flare.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23815,9,3,-1,'Schematic: Adamantite Shell Machine',1102,1,64,0,1,60000,15000,0,-1,-1,67,0,202,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30347,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Adamantite Shell Machine.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23816,9,3,-1,'Schematic: Fel Iron Toolbox',1102,1,64,0,1,40000,10000,0,-1,-1,65,0,202,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30348,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Fel Iron Toolbox.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23818,15,0,-1,'Stillpine Furbolg Language Primer',1143,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30419,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The primer provides translations for the basic symbology of the furbolg language.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23819,7,2,-1,'Elemental Seaforium Charge',30999,1,64,0,1,24000,6000,0,-1,-1,70,0,202,350,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30434,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23821,7,3,-1,'Zapthrottle Mote Extractor',40557,1,33856,0,1,60000,15000,0,-1,-1,61,0,202,305,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30427,0,0,0,0,0,0,30645,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23822,0,1,-1,'Healing Potion Injector',45437,1,0,0,1,400000,100000,0,-1,-1,66,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67486,0,-20,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'They just don\'t make \'em like this anymore...',0,0,0,0,0,3,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23823,0,1,-1,'Mana Potion Injector',45156,1,0,0,1,400000,100000,0,-1,-1,69,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67487,0,-20,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'They just don\'t make \'em like this anymore...',0,0,0,0,0,3,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23824,4,2,-1,'Rocket Boots Xtreme',46155,3,67108928,0,1,163670,32734,8,-1,-1,112,0,202,330,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,15826,1,0,0,0,0,0,0,1,0,0,0,0,0,51582,0,0,0,300000,1203,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,128,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(23825,4,1,-1,'Nigh Invulnerability Belt',36539,3,0,0,1,85481,17096,6,-1,-1,109,0,202,350,0,0,0,0,0,0,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,0,0,0,0,0,0,0,0,0,30458,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Protection not always valid. In RARE cases wearer may take additional damage.',0,0,0,0,0,8,0,0,0,0,0,30,0,0,128,0,0,0,0,0,0,0,0,0,275,140,0,0,0,'',52,0,0,0,0,12340),(23826,7,2,-1,'The Bigger One',40554,1,64,0,1,12000,3000,0,-1,-1,65,0,202,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30461,0,-1,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23827,7,2,-1,'Super Sapper Charge',40555,1,0,0,1,16000,4000,0,-1,-1,68,0,202,340,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30486,0,-1,-1,300000,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23828,4,1,-1,'Gnomish Power Goggles',43887,4,0,0,1,152738,30547,1,-1,-1,95,0,202,375,20219,0,0,0,0,0,1,0,1,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,18382,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,128,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(23829,4,2,-1,'Gnomish Battle Goggles',43886,4,0,0,1,191607,38321,1,-1,-1,95,0,202,375,20219,0,0,0,0,0,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,128,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(23830,12,0,-1,'Clopper\'s Equipment',36558,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The equipment appears unharmed, if a bit slimy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23833,12,0,-1,'Crude Murloc Knife',36566,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A crudely knapped stone blade affixed to a long stick with sinew.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23834,12,0,-1,'Crude Murloc Idol',36567,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A roughly carved idol depicting no discernable figure.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23835,4,0,-1,'Gnomish Poultryizer',36568,3,64,0,1,90000,22500,12,-1,-1,68,0,202,340,20219,0,0,0,0,0,1,0,1,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30507,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',51,0,0,0,0,12340),(23836,4,0,-1,'Goblin Rocket Launcher',40556,3,64,0,1,90000,22500,12,-1,-1,70,0,202,350,20222,0,0,0,0,0,1,0,1,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46567,0,0,0,120000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',51,0,0,0,0,12340),(23837,12,0,-1,'Weathered Treasure Map',23229,1,0,2,1,0,0,0,-1,-1,1,13,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The parchment is yellowed, faded, and full of holes, but most of the writing is still visible.',0,0,0,9550,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23838,4,1,-1,'Foreman\'s Enchanted Helmet',20814,4,0,0,1,147271,29454,1,-1,-1,95,0,202,350,20222,0,0,0,0,0,1,0,2,7,48,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,40386,1,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,128,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(23839,4,3,-1,'Foreman\'s Reinforced Helmet',20814,4,0,0,1,221729,44345,1,-1,-1,95,0,202,350,20222,0,0,0,0,0,1,0,2,7,48,3,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,550,0,0,0,0,0,0,0,0,0,15816,1,0,0,0,0,0,30519,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,128,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(23840,7,3,-1,'Remote Mail Terminal',36571,1,16,0,1,40000,10000,0,-1,-1,67,0,202,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30524,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(23841,7,2,-1,'Gnomish Flame Turret',40553,1,64,0,1,12000,3000,0,-1,-1,70,0,202,325,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30526,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23843,12,0,-1,'Whorl of Air',36572,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A swirl from Susurrus somehow retains its cohesion in your hand.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23844,4,0,-1,'Nolkai\'s Lantern',36575,2,0,0,1,2665,666,23,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(23845,12,0,-1,'Ravager Hide',21366,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23846,15,0,-1,'Nolkai\'s Box',9632,1,4,0,1,0,0,0,-1,-1,17,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23847,15,0,-1,'Nolkai\'s Band',31819,0,0,0,1,0,0,0,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'An inscription on the inside of the band reads: A token for my love to remember me by. May Elune watch over my dear Nolkai.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23848,0,5,-1,'Nethergarde Bitter',18099,1,0,0,1,2000,500,0,-1,-1,45,30,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11629,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23849,12,0,-1,'Stillpine Grain',7087,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23850,12,0,-1,'Gurf\'s Dignity',26378,1,2048,2,1,0,0,0,-1,-1,11,7,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A small patch of white fur belonging to Gurf of the Stillpine.',0,0,0,9564,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23851,12,0,-1,'Battered Journal',36578,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The cover of this journal is well worn and its pages yellowed, but two sets of text are still visible within.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23852,1,0,-1,'Nolkai\'s Bag',2591,2,0,0,1,3500,875,18,-1,-1,15,0,0,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Despite its long time buried in the earth, this bag seems nearly new.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23854,7,5,-1,'Shadoweave Cloth',42161,3,0,0,1,16000,4000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(23855,7,5,-1,'Spellfire Cloth',39460,3,0,0,1,16000,4000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(23857,0,8,-1,'Legacy of the Mountain King',1103,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30562,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The essence of this book is bound to Karazhan.',0,0,0,0,0,-1,0,0,0,0,0,0,0,532,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23858,15,0,-1,'Singed Page',7629,1,0,0,1,6000,1500,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One page remains after breaking the seal on \'Legacy of the Mountain King.\'',2913,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23859,12,0,-1,'Nazzivus Monument Glyph',37269,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Wicked looking characters accompany a series of humanoid figures as part of some kind of narrative.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23860,12,0,-1,'The Kurken\'s Hide',21416,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23862,0,8,-1,'Redemption of the Fallen',1103,1,64,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30550,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The essence of this book is bound to Karazhan.',0,0,0,0,0,-1,0,0,0,0,0,0,0,532,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23863,12,0,-1,'Corrupted Crystal',33971,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The crystal pulsates with an angry red light. It\'s hard to believe such a thing was once a part of the Exodar.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23864,0,8,-1,'Torment of the Worgen',1103,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30567,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The essence of this book is bound to Karazhan.',0,0,0,0,0,-1,0,0,0,0,0,0,0,532,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23865,0,8,-1,'Wrath of the Titans',1103,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30557,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The essence of this book is bound to Karazhan.',0,0,0,0,0,-1,0,0,0,0,0,0,0,532,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23866,15,0,-1,'Singed Page',7629,1,0,0,1,6000,1500,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One page remains after breaking the seal on \'Redemption of the Fallen.\'',2914,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23867,15,0,-1,'Singed Page',7629,1,0,0,1,6000,1500,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One page remains after breaking the seal on the \'Wrath of the Titans.\'',3001,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23868,15,0,-1,'Singed Page',7629,1,0,0,1,6000,1500,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One page remains after breaking the seal on \'Torment of the Worgen.\'',2918,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23869,12,0,-1,'Crystallized Bark',36589,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Pieces of red crystal have become embedded within the bark and appear to be replacing the wood.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23870,12,0,-1,'Red Crystal Pendant',36590,1,2048,2,1,0,0,0,-1,-1,12,9,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A piece of jewelry fashioned from a crystal shard and a rolled seaweed cord.',0,0,0,9576,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23871,0,2,-1,'Potion of Water Breathing',24151,1,0,0,1,0,0,0,-1,-1,18,8,0,0,0,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7178,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23873,12,0,-1,'Galaen\'s Amulet',36592,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A small jeweled charm dangles from the end of a fine chain.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23874,9,3,-1,'Schematic: Elemental Seaforium Charge',1102,1,64,0,1,80000,20000,0,-1,-1,70,0,202,350,0,0,0,933,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30547,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Elemental Seaforium Charge.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23875,12,0,-1,'Crystal Mining Pick',36594,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30611,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23876,12,0,-1,'Crystal Mining Pick',36594,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30612,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23877,12,0,-1,'Crystal Mining Pick',36594,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30617,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23878,12,0,-1,'Impact Site Crystal Sample',36595,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A chunk of crystal from Exodar crash debris.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23879,12,0,-1,'Altered Crystal Sample',36596,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A shard of crystal that once formed part of the Exodar, but has been modified by blood elves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23880,12,0,-1,'Axxarien Crystal Sample',36597,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A sample chipped from the crystals found in satyr settlements.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23881,12,0,-1,'Gargolmar\'s Hand',36598,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23883,9,3,-1,'Schematic: Healing Potion Injector',6270,3,64,0,1,70000,17500,0,-1,-1,66,0,202,330,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,30551,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Healing Potion Injector.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23884,9,3,-1,'Schematic: Mana Potion Injector',6270,3,64,0,1,80000,20000,0,-1,-1,69,0,202,345,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30552,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Mana Potion Injector.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23886,12,0,-1,'Omor\'s Hoof',12625,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23887,9,3,-1,'Schematic: Rocket Boots Xtreme',6270,3,64,0,1,60000,15000,0,-1,-1,71,0,202,355,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30556,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Rocket Boots Xtreme.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23888,9,3,-1,'Schematic: Zapthrottle Mote Extractor',1102,1,64,0,1,24000,6000,0,-1,-1,61,0,202,305,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,30548,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Zapthrottle Mote Extractor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23890,12,0,-1,'Ominous Letter',1096,1,2048,2,1,0,0,0,32767,32767,1,59,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9587,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23891,12,0,-1,'Ominous Letter',1096,1,0,0,1,0,0,0,32767,32767,1,59,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2916,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23892,12,0,-1,'Ominous Letter',1096,1,2048,1,1,0,0,0,32767,32767,1,59,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9588,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23893,12,0,-1,'Ominous Letter',1096,1,0,0,1,0,0,0,32767,32767,1,59,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2917,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23894,12,0,-1,'Fel Orc Blood Vial',15711,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Not quite the same shade of red as you might expect. And it glows ever so slightly.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23896,12,0,-1,'Taming Totem',8122,1,64,0,1,0,0,0,262143,32767,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30646,0,3,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23897,12,0,-1,'Taming Totem',8122,1,64,0,1,0,0,0,262143,32767,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30653,0,3,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23898,12,0,-1,'Taming Totem',8122,1,64,0,1,0,0,0,262143,32767,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30654,0,3,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23899,12,0,-1,'Traitor\'s Communication',34748,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This document is held together by an unusual seal.',2919,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23900,12,0,-1,'Tzerak\'s Armor Plate',36615,1,2048,2,1,0,0,0,-1,-1,1,10,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A piece of armor plating carved from the body of the felguard Tzerak.',0,0,0,9594,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23901,12,0,-1,'Nazan\'s Head',36617,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23902,12,0,-1,'Topher\'s List',7649,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A list of items most urgently needed for the Blood Watch inn.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23903,12,0,-1,'Nurguni\'s Supplies',12331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A box filled with a variety of building materials, first aid supplies, and other items for the Blood Watch inn.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23909,4,0,-1,'Blood Elf Bandit Mask',42479,1,0,0,1,36,7,1,-1,-1,5,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23910,15,0,-1,'Blood Elf Communication',16161,1,2048,2,1,0,0,0,-1,-1,8,5,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9616,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23919,12,0,-1,'Stack of Reports',3030,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The reports are all signed by Keltus Darkleaf.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23920,15,0,-1,'Tattered Handkerchief',18170,0,0,0,1,15,3,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The handkerchief is covered in blood and dirt, ruining its scent.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23921,15,0,-1,'Bulging Sack of Silver',1168,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,1930,5790,0,12340),(23922,15,0,-1,'Rat Skeleton',3233,0,0,0,1,110,27,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23923,2,15,-1,'Amani Sacrificial Dagger',36650,1,0,0,1,2914,582,13,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23924,4,1,-1,'Robes of Silvermoon',27472,2,0,0,1,87,17,20,16,-1,5,0,0,0,0,0,0,0,0,0,1,0,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(23925,12,0,-1,'Ravager Cage Key',36652,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30767,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23926,12,0,-1,'Tome of Divinity',13005,1,0,0,1,0,0,0,-1,-1,12,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2994,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23927,12,0,-1,'Sand Pear',7130,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A bright, juicy fruit favored by the elekk.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23928,12,0,-1,'The Exarch\'s Orders',25271,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sealed.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23929,12,0,-1,'Letter from Lor\'themar Theron',35448,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2924,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23930,12,0,-1,'Letter Sealed by Sylvanas',35448,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2923,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23931,4,1,-1,'Azure Watch Robes',36676,2,0,0,1,81,16,20,16,-1,5,0,0,0,0,0,0,0,0,0,1,0,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(23932,12,0,-1,'Survey Data Crystal',36675,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A draenei crystal containing information on the eastern part of Bloodmyst Isle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23933,12,0,-1,'Medivh\'s Journal',1246,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23934,12,0,-1,'Medivh\'s Journal',1246,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31114,0,0,0,20000,0,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23937,12,0,-1,'Letter of Introduction',32846,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A letter written by Anchorite Paetheus.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23938,15,0,-1,'Pristine Ravager Carapace',36682,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23939,15,0,-1,'Pristine Ravager Claw',35014,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23944,15,0,-1,'Broken Ravager Carapace',36682,0,0,0,1,7,7,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23945,15,0,-1,'Broken Ravager Fang',6002,0,0,0,1,8,8,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23946,15,0,-1,'Broken Ravager Claw',35014,0,0,0,1,9,9,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23947,15,0,-1,'Cracked Ravager Carapace',36682,0,0,0,1,14,14,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23948,15,0,-1,'Cracked Ravager Fang',6002,0,0,0,1,17,17,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23949,15,0,-1,'Cracked Ravager Claw',35014,0,0,0,1,22,22,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23965,15,0,-1,'Chipped Ravager Claw',35014,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23976,15,0,-1,'Gnarled Ravager Carapace',36682,0,0,0,1,2820,705,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23977,15,0,-1,'Gnarled Ravager Fang',6002,0,0,0,1,1992,498,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23978,15,0,-1,'Gnarled Ravager Claw',35014,0,0,0,1,2420,605,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23979,15,0,-1,'Chipped Ravager Carapace',36682,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23981,12,0,-1,'Steam Pump Part',36687,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A little rusty, but it appears to be in working order.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23984,12,0,-1,'Irradiated Crystal Shard',35930,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23985,0,0,-1,'Crystal of Vitality',36675,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30845,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23986,0,0,-1,'Crystal of Insight',36540,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30847,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23987,15,0,-1,'Mutated Petal',30601,0,0,0,1,25,25,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23988,15,0,-1,'Mutated Vine',30600,0,0,0,1,30,30,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23989,0,0,-1,'Crystal of Ferocity',36693,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30848,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23994,12,0,-1,'Thorny Constrictor Vine',19497,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23995,12,0,-1,'Murloc Tagger',36696,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30877,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Where are you, little murloc? This won\'t hurt a bit...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23997,12,0,-1,'Head of Tel\'athion',7164,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23999,4,0,-1,'Honor Hold Tabard',36701,1,0,2,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,946,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24000,9,8,-1,'Formula: Enchant Bracer - Superior Healing',7798,1,64,1,1,60000,15000,0,-1,-1,65,0,333,325,0,0,0,947,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27911,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant bracers to increase spell power by 15. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24001,9,6,-1,'Recipe: Elixir of Major Agility',1102,1,64,1,1,50000,12500,0,32767,-1,66,0,171,330,0,0,0,947,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28553,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Elixir of Major Agility.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24002,9,4,-1,'Plans: Felsteel Shield Spike',1102,1,64,1,1,60000,15000,0,-1,-1,72,0,164,360,0,0,0,947,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29657,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Felsteel Shield Spike.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24003,9,8,-1,'Formula: Enchant Chest - Exceptional Stats',7798,1,64,1,1,60000,15000,0,-1,-1,69,0,333,345,0,0,0,947,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27960,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant chest armor to increase all stats by 6. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24004,4,0,-1,'Thrallmar Tabard',35933,1,0,1,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,947,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24006,0,0,-1,'Grunt\'s Waterskin',36702,1,0,1,1,2000,100,0,-1,-1,55,45,0,0,0,0,0,947,4,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22734,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24007,0,0,-1,'Footman\'s Waterskin',36702,1,0,2,5,2000,100,0,-1,-1,55,55,0,0,0,0,0,946,4,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22734,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24008,0,5,-1,'Dried Mushroom Rations',36703,1,0,2,5,4500,225,0,-1,-1,65,55,0,0,0,0,0,946,4,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18234,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,5,0,0,0,12340),(24009,0,5,-1,'Dried Fruit Rations',36704,1,0,1,1,4500,225,0,-1,-1,65,55,0,0,0,0,0,947,4,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18234,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24020,2,7,-1,'Shadowrend Longblade',39374,3,0,0,1,319899,63979,13,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,7,12,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,179,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24021,4,4,-1,'Light-Touched Breastplate',43142,3,0,0,1,224798,44959,5,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,4,26,7,25,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,2,0,4,0,8,0,2889,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24022,4,3,-1,'Scale Leggings of the Skirmisher',43149,3,0,0,1,193409,38681,7,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,3,22,7,24,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,2,0,8,0,4,0,2865,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24023,4,2,-1,'Bracers of Finesse',43166,3,0,0,1,80897,16179,9,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,3,18,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24024,4,1,-1,'Pauldrons of Arcane Rage',43187,3,0,0,1,97449,19489,3,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,7,18,5,18,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24025,12,0,-1,'Deathclaw\'s Paw',1769,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24026,12,0,-1,'Elder Brown Bear Flank',25475,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24027,3,0,-1,'Bold Living Ruby',39926,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,81,-1,0,0,0,0,'',0,0,0,0,0,12340),(24028,3,0,-1,'Delicate Living Ruby',39926,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,82,-1,0,0,0,0,'',0,0,0,0,0,12340),(24029,3,0,-1,'Teardrop Living Ruby',39926,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,83,-1,0,0,0,0,'',0,0,0,0,0,12340),(24030,3,0,-1,'Runed Living Ruby',39926,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,84,-1,0,0,0,0,'',0,0,0,0,0,12340),(24031,3,0,-1,'Bright Living Ruby',39926,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,85,-1,0,0,0,0,'',0,0,0,0,0,12340),(24032,3,0,-1,'Subtle Living Ruby',39926,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,86,-1,0,0,0,0,'',0,0,0,0,0,12340),(24033,3,1,-1,'Solid Star of Elune',39927,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,87,-1,0,0,0,0,'',0,0,0,0,0,12340),(24035,3,1,-1,'Sparkling Star of Elune',39927,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,88,-1,0,0,0,0,'',0,0,0,0,0,12340),(24036,3,0,-1,'Flashing Living Ruby',39926,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,143,-1,0,0,0,0,'',0,0,0,0,0,12340),(24037,3,1,-1,'Lustrous Star of Elune',39927,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,89,-1,0,0,0,0,'',0,0,0,0,0,12340),(24039,3,1,-1,'Stormy Star of Elune',39927,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,154,-1,0,0,0,0,'',0,0,0,0,0,12340),(24040,12,0,-1,'Blood Mushroom',36727,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24041,12,0,-1,'Aquatic Stinkhorn',15857,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24042,12,0,-1,'Ruinous Polyspore',15854,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24043,12,0,-1,'Fel Cone Fungus',36728,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24044,2,6,-1,'Hellreaver',36729,3,0,0,1,405999,81199,17,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,4,30,7,27,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,281,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24045,4,0,-1,'Band of Renewal',26537,3,0,0,1,55130,13782,11,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,7,13,5,14,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9316,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24046,4,3,-1,'Kilt of Rolling Thunders',43160,3,0,0,1,201685,40337,7,64,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,5,19,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,2,0,2,0,4,0,2864,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24047,3,2,-1,'Brilliant Dawnstone',39925,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,101,-1,0,0,0,0,'',0,0,0,0,0,12340),(24048,3,2,-1,'Smooth Dawnstone',39925,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,102,-1,0,0,0,0,'',0,0,0,0,0,12340),(24049,12,0,-1,'Ysera\'s Tear',19566,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24050,3,2,-1,'Gleaming Dawnstone',39925,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,121,-1,0,0,0,0,'',0,0,0,0,0,12340),(24051,3,2,-1,'Rigid Dawnstone',39925,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,153,-1,0,0,0,0,'',0,0,0,0,0,12340),(24052,3,2,-1,'Thick Dawnstone',39925,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,122,-1,0,0,0,0,'',0,0,0,0,0,12340),(24053,3,2,-1,'Mystic Dawnstone',39925,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,148,-1,0,0,0,0,'',0,0,0,0,0,12340),(24054,3,3,-1,'Sovereign Nightseye',39929,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,123,-1,0,0,0,0,'',0,0,0,0,0,12340),(24055,3,3,-1,'Shifting Nightseye',39929,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,124,-1,0,0,0,0,'',0,0,0,0,0,12340),(24056,3,3,-1,'Glowing Nightseye',39929,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,125,-1,0,0,0,0,'',0,0,0,0,0,12340),(24057,3,3,-1,'Royal Nightseye',39929,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,126,-1,0,0,0,0,'',0,0,0,0,0,12340),(24058,3,5,-1,'Inscribed Noble Topaz',39931,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,142,-1,0,0,0,0,'',0,0,0,0,0,12340),(24059,3,5,-1,'Potent Noble Topaz',39931,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,150,-1,0,0,0,0,'',0,0,0,0,0,12340),(24060,3,5,-1,'Luminous Noble Topaz',39931,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,127,-1,0,0,0,0,'',0,0,0,0,0,12340),(24061,3,5,-1,'Glinting Noble Topaz',39931,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,145,-1,0,0,0,0,'',0,0,0,0,0,12340),(24062,3,4,-1,'Enduring Talasite',39930,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,128,-1,0,0,0,0,'',0,0,0,0,0,12340),(24063,4,2,-1,'Shifting Sash of Midnight',43167,3,0,0,1,83096,16619,6,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,3,15,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,2,0,2,0,0,0,2876,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24064,4,4,-1,'Ironsole Clompers',43135,3,0,0,1,174819,34963,8,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,4,14,7,19,12,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,2,0,8,0,0,0,2861,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24065,3,4,-1,'Dazzling Talasite',39930,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,129,-1,0,0,0,0,'',0,0,0,0,0,12340),(24066,3,4,-1,'Radiant Talasite',39930,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,152,-1,0,0,0,0,'',0,0,0,0,0,12340),(24067,3,4,-1,'Jagged Talasite',39930,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,147,-1,0,0,0,0,'',0,0,0,0,0,12340),(24069,2,10,-1,'Crystalfire Staff',39050,3,0,0,1,424751,84950,17,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,7,34,5,34,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,150,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,-11.5,0,0,0,'',50,0,0,0,0,12340),(24072,0,5,-1,'Sand Pear Pie',6342,1,0,0,1,125,6,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340),(24073,4,0,-1,'Garrote-String Necklace',34034,3,0,0,1,41135,10283,2,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,7,16,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24074,4,0,-1,'Fel Iron Blood Ring',31657,2,524288,0,1,97964,24491,11,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9333,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24075,4,0,-1,'Golden Draenite Ring',39129,2,524288,0,1,97964,24491,11,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,1,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24076,4,0,-1,'Azure Moonstone Ring',35313,2,524288,0,1,102600,25650,11,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18037,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24077,4,0,-1,'Thick Adamantite Necklace',35358,2,0,0,1,109552,27388,2,-1,-1,83,66,0,0,0,0,0,0,0,0,1,0,1,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24078,4,0,-1,'Heavy Adamantite Ring',39128,2,524288,0,1,109552,27388,11,-1,-1,83,66,0,0,0,0,0,0,0,0,1,0,1,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24079,4,0,-1,'Khorium Band of Shadows',39121,3,524288,0,1,155100,38775,11,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24080,4,0,-1,'Khorium Band of Frost',39123,3,524288,0,1,156488,39122,11,-1,-1,113,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24081,12,0,-1,'Satyrnaar Fel Wood',7290,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The foul presence of the satyr has corrupted this wood.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24082,4,0,-1,'Khorium Inferno Band',39120,3,524288,0,1,156488,39122,11,-1,-1,113,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24083,4,1,-1,'Lifegiver Britches',43182,3,0,0,1,132940,26588,7,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,7,16,5,25,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,2,0,8,0,8,0,2865,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24084,15,0,-1,'Draenei Banner',36754,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30988,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24085,4,0,-1,'Khorium Band of Leaves',39122,3,524288,0,1,157880,39470,11,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24086,4,0,-1,'Arcane Khorium Band',39124,3,524288,0,1,159272,39818,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24087,4,0,-1,'Heavy Felsteel Ring',39125,3,524288,0,1,148148,37037,11,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,3,4,25,7,21,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24088,4,0,-1,'Delicate Eternium Ring',39127,3,524288,0,1,156488,39122,11,-1,-1,101,70,0,0,0,0,0,0,0,0,1,0,3,3,25,7,15,13,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24089,4,0,-1,'Blazing Eternium Band',39126,3,524288,0,1,159272,39818,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,18,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21629,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24090,4,3,-1,'Bloodstained Ravager Gauntlets',43151,3,0,0,1,102292,20458,10,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,3,13,7,19,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,2,0,0,0,2863,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24091,4,4,-1,'Tenacious Defender',43136,3,0,0,1,120460,24092,6,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,4,15,3,14,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It has the power... to move you.',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,2,0,2,0,0,0,2862,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24092,4,0,-1,'Pendant of Frozen Flame',39162,3,0,0,1,157880,39470,2,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,30997,0,10,10,3600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24093,4,0,-1,'Pendant of Thawing',39210,3,0,0,1,157880,39470,2,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,30994,0,10,10,3600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24094,2,5,-1,'Heart Fire Warhammer',38823,3,0,0,1,401510,80302,17,32767,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,5,19,4,19,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,182,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,9417,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24095,4,0,-1,'Pendant of Withering',39211,3,0,0,1,157880,39470,2,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,30999,0,10,10,3600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24096,4,0,-1,'Heartblood Prayer Beads',38544,3,0,0,1,176121,44030,2,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,7,15,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,9317,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24097,4,0,-1,'Pendant of Shadow\'s End',39209,3,0,0,1,157880,39470,2,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,31000,0,10,10,3600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24098,4,0,-1,'Pendant of the Null Rune',39212,3,0,0,1,157880,39470,2,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,31002,0,10,10,3600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24099,13,0,-1,'The High Chief\'s Key',36756,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31003,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24101,9,0,-1,'Book of Ferocious Bite V',12547,3,64,0,1,400000,100000,0,32256,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31018,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Ferocious Bite (Rank 5).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24102,9,0,-1,'Manual of Eviscerate IX',36765,3,64,0,1,400000,100000,0,31240,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31016,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Eviscerate (Rank 9).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24103,4,2,-1,'Moongraze Hide Boots',36767,1,0,0,1,148,29,8,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24104,4,1,-1,'Moongraze Fur Cloak',23050,1,0,0,1,166,33,16,-1,-1,9,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24105,0,5,-1,'Roasted Moongraze Tenderloin',25481,1,0,0,1,24,6,0,-1,-1,8,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5004,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(24106,4,0,-1,'Thick Felsteel Necklace',31899,3,0,0,1,156488,39122,2,-1,-1,113,70,0,0,0,0,0,0,0,0,1,0,2,7,36,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31023,0,10,10,3600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24107,4,3,-1,'Ravager Chitin Tunic',36997,2,0,0,1,729,145,5,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(24108,4,2,-1,'Ravager Hide Leggings',14346,2,0,0,1,609,121,7,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(24109,4,1,-1,'Thick Ravager Belt',17119,2,0,0,1,244,48,6,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(24110,4,0,-1,'Living Ruby Pendant',31604,3,0,0,1,156488,39122,2,-1,-1,113,70,0,0,0,0,0,0,0,0,1,0,2,5,15,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18029,1,0,0,0,0,0,18379,1,0,0,0,0,-1,31024,0,10,10,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24111,4,2,-1,'Kurken Hide Jerkin',36771,2,0,0,1,632,126,5,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(24112,4,1,-1,'Kurkenstoks',16855,2,0,0,1,380,76,8,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(24113,4,1,-1,'Cowlen\'s Bracers of Kinship',28013,2,0,0,1,230,46,9,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(24114,4,0,-1,'Braided Eternium Chain',9859,3,0,0,1,157880,39470,2,-1,-1,102,70,0,0,0,0,0,0,0,0,1,0,1,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33488,1,0,0,0,0,0,31025,0,10,10,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24116,4,0,-1,'Eye of the Night',36755,3,0,0,1,157880,39470,2,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,2,32,26,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28869,1,0,0,0,0,-1,31033,0,10,10,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24117,4,0,-1,'Embrace of the Dawn',35358,3,0,0,1,159272,39818,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,19,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21628,1,0,0,0,0,0,31026,0,10,10,3600000,0,0,0,0,0,0,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24118,4,0,-1,'Signet of Argas',9847,2,0,0,1,6000,1500,11,-1,-1,32,0,0,0,0,0,0,0,0,0,1,0,2,3,6,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340),(24119,4,0,-1,'Band of Argas',9832,2,0,0,1,6000,1500,11,-1,-1,32,0,0,0,0,0,0,0,0,0,1,0,2,4,5,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340),(24120,4,0,-1,'Seal of Argas',9847,2,0,0,1,6000,1500,11,-1,-1,32,0,0,0,0,0,0,0,0,0,1,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340),(24121,4,0,-1,'Chain of the Twilight Owl',34274,3,0,0,1,159272,39818,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,19,12,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,0,0,0,31035,0,10,10,3600000,0,0,0,0,0,0,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24122,4,1,-1,'Coronet of Verdant Flame',27606,4,0,0,1,152988,30597,1,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,5,40,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,32981,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(24123,4,1,-1,'Circlet of Arcane Might',36772,4,0,0,1,153561,30712,1,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,3,5,27,6,27,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,32980,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(24124,4,0,-1,'Figurine - Felsteel Boar',39917,3,0,0,1,48000,12000,12,-1,-1,115,70,755,370,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15819,1,0,0,0,0,0,31038,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24125,4,0,-1,'Figurine - Dawnstone Crab',39916,3,0,0,1,60000,15000,12,-1,-1,115,70,755,370,0,0,0,0,0,1,1,0,1,12,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31039,0,0,0,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24126,4,0,-1,'Figurine - Living Ruby Serpent',39918,3,0,0,1,60000,15000,12,-1,-1,115,70,755,370,0,0,0,0,0,1,1,0,2,5,23,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31040,0,0,0,300000,1141,20000,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24127,4,0,-1,'Figurine - Talasite Owl',39914,3,0,0,1,60000,15000,12,-1,-1,115,70,755,370,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21640,1,0,0,0,0,0,31045,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24128,4,0,-1,'Figurine - Nightseye Panther',39915,3,0,0,1,60000,15000,12,-1,-1,115,70,755,370,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,15813,1,0,0,0,0,0,31047,0,0,0,180000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24129,4,2,-1,'Salvaged Leather Belt',14443,1,0,0,1,32,6,6,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24130,4,1,-1,'Worn Slippers',16587,1,0,0,1,39,7,8,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24131,4,3,-1,'Slightly Rusted Bracers',6904,1,0,0,1,39,7,9,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24132,12,0,-1,'A Letter from the Admiral',24153,1,0,2,1,0,0,0,-1,-1,18,15,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9672,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24133,4,3,-1,'Weathered Mail Tunic',36775,1,0,0,1,72,14,5,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24134,4,2,-1,'Weathered Leather Vest',36776,1,0,0,1,60,12,5,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24135,4,1,-1,'Weathered Cloth Armor',40713,1,0,0,1,48,9,5,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24136,2,2,-1,'Farstrider\'s Bow',18350,2,0,0,1,1421,284,15,4,32767,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,27,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340),(24138,2,18,-1,'Silver Crossbow',11247,2,0,0,1,1431,286,26,4,32767,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,30,0,0,0,0,0,0,0,0,0,0,0,3100,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340),(24139,12,0,-1,'Faint Arcane Essence',20608,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24140,0,0,-1,'Blackened Urn',31577,0,0,0,1,0,20000,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Though the urn now appears to be empty, it might still be worth something to a vendor.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24141,4,3,-1,'Battle Worn Gauntlets',36786,1,0,0,1,117,23,10,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24142,4,2,-1,'Battle Worn Gloves',36787,1,0,0,1,100,20,10,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24143,4,0,-1,'Initiate\'s Shirt',36789,0,0,0,1,5,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24144,4,1,-1,'Battle Worn Handguards',36788,1,0,0,1,81,16,10,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24145,4,1,-1,'Initiate\'s Pants',36790,0,0,0,1,5,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24146,4,1,-1,'Initiate\'s Boots',36793,0,0,0,1,3,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24150,4,1,-1,'Mok\'Nathal Wildercloak',38813,3,0,0,1,104920,20984,16,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,7,21,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24151,4,0,-1,'Mok\'Nathal Clan Ring',23629,3,0,0,1,301215,75303,11,32767,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,7,16,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24152,12,0,-1,'Charred Bone Fragment',36860,1,0,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24153,12,0,-1,'Bloodcursed Soul',36861,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24154,4,0,-1,'Witching Band',28733,3,0,0,1,55130,13782,11,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,7,16,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24155,2,10,-1,'Ursol\'s Claw',40357,3,0,0,1,402894,80578,17,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,38,56,3,27,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,248,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24156,12,0,-1,'Filled Shimmering Vessel',36862,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Strange fluid fills the vessel, radiating a holy power.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24157,12,0,-1,'Shimmering Vessel',16023,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45351,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A delicate container made of an indistinguishable material.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24158,9,10,-1,'Design: Khorium Band of Shadows',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31053,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Khorium Band of Shadows.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24159,9,10,-1,'Design: Khorium Band of Frost',6270,3,64,0,1,60000,15000,0,-1,-1,71,0,755,355,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31054,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Khorium Band of Frost.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24160,9,10,-1,'Design: Khorium Inferno Band',6270,3,64,0,1,60000,15000,0,-1,-1,71,0,755,355,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31055,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Khorium Inferno Band.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24161,9,10,-1,'Design: Khorium Band of Leaves',6270,3,64,0,1,140000,35000,0,-1,-1,72,0,755,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31056,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Khorium Band of Leaves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24162,9,10,-1,'Design: Arcane Khorium Band',6270,3,64,0,1,140000,35000,0,-1,-1,73,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31057,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft an Arcane Khorium Band.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24163,9,10,-1,'Design: Heavy Felsteel Ring',6270,3,64,0,1,120000,30000,0,-1,-1,69,0,755,345,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31058,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Heavy Felsteel Ring.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24164,9,10,-1,'Design: Delicate Eternium Ring',6270,3,64,0,1,120000,30000,0,-1,-1,71,0,755,355,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31060,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Delicate Eternium Ring.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24165,9,10,-1,'Design: Blazing Eternium Band',6270,3,64,0,1,140000,35000,0,-1,-1,73,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31061,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Blazing Eternium Band.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24166,9,10,-1,'Design: Thick Felsteel Necklace',6270,3,64,0,1,120000,30000,0,-1,-1,71,0,755,355,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31067,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Thick Felsteel Necklace.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24167,9,10,-1,'Design: Living Ruby Pendant',6270,3,64,0,1,120000,30000,0,-1,-1,71,0,755,355,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31068,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Living Ruby Pendant.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24168,9,10,-1,'Design: Braided Eternium Chain',6270,3,64,0,1,120000,30000,0,-1,-1,72,0,755,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31070,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Braided Eternium Chain.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24169,9,10,-1,'Design: Eye of the Night',6270,3,64,0,1,120000,30000,0,-1,-1,72,0,755,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31071,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft an Eye of the Night.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24170,9,10,-1,'Design: Embrace of the Dawn',6270,3,64,0,1,140000,35000,0,-1,-1,73,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31072,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft an Embrace of the Dawn.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24171,9,10,-1,'Design: Chain of the Twilight Owl',6270,3,64,0,1,140000,35000,0,-1,-1,73,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31076,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Chain of the Twilight Owl.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24172,9,10,-1,'Design: Coronet of Verdant Flame',6270,4,64,0,1,60000,15000,0,-1,-1,74,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31077,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Coronet of the Verdant Flame.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24173,9,10,-1,'Design: Circlet of Arcane Might',6270,4,64,0,1,60000,15000,0,-1,-1,74,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31078,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Circlet of Arcane Might.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24174,9,10,-1,'Design: Pendant of Frozen Flame',6270,3,64,0,1,120000,30000,0,-1,-1,72,0,755,360,0,0,0,989,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31062,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Pendant of Frozen Flame.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24175,9,10,-1,'Design: Pendant of Thawing',6270,3,64,0,1,120000,30000,0,-1,-1,72,0,755,360,0,0,0,1011,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31063,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Pendant of Thawing.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24176,9,10,-1,'Design: Pendant of Withering',6270,3,64,0,1,120000,30000,0,-1,-1,72,0,755,360,0,0,0,934,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31064,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Pendant of Withering.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24177,9,10,-1,'Design: Pendant of Shadow\'s End',6270,3,64,0,1,120000,30000,0,-1,-1,72,0,755,360,0,0,0,932,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31065,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Pendant of Shadow\'s End.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24178,9,10,-1,'Design: Pendant of the Null Rune',6270,3,64,0,1,120000,30000,0,-1,-1,72,0,755,360,0,0,0,933,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31066,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Pendant of the Null Rune.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24179,9,10,-1,'Design: Felsteel Boar',6270,3,64,0,1,120000,30000,0,-1,-1,74,0,755,370,0,0,0,1011,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31079,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Felsteel Boar.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24180,9,10,-1,'Design: Dawnstone Crab',6270,3,64,2,1,120000,30000,0,-1,-1,74,0,755,370,0,0,0,946,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31080,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Dawnstone Crab.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24181,9,10,-1,'Design: Living Ruby Serpent',6270,3,64,0,1,120000,30000,0,-1,-1,74,0,755,370,0,0,0,989,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31081,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Living Ruby Serpent.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24182,9,10,-1,'Design: Talasite Owl',6270,3,64,0,1,120000,30000,0,-1,-1,74,0,755,370,0,0,0,935,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31082,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Talasite Owl.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24183,9,10,-1,'Design: Nightseye Panther',6270,3,64,0,1,120000,30000,0,-1,-1,74,0,755,370,0,0,0,942,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31083,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Nightseye Panther.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24184,12,0,-1,'Filled Shimmering Vessel',36862,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31225,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Strange fluid fills the vessel, radiating a holy power.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24185,12,0,-1,'Dragon Bone',18072,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This bone has been used in a ritual.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24186,15,0,-1,'Copper Powder',38471,0,0,0,1,200,50,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1536,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24188,15,0,-1,'Tin Powder',38474,0,0,0,1,500,125,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1536,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24189,15,0,-1,'Crystalline Fragments',20977,0,0,0,1,6000,1500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24190,15,0,-1,'Iron Powder',38475,0,262144,0,1,1600,400,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1536,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24192,9,10,-1,'Design: Bright Living Ruby',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31089,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Bright Living Ruby.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24193,9,10,-1,'Design: Bold Living Ruby',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31084,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Bold Living Ruby.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24194,9,10,-1,'Design: Delicate Living Ruby',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31085,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Delicate Living Ruby.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24195,9,10,-1,'Design: Teardrop Living Ruby',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31087,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Teardrop Living Ruby.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24196,9,10,-1,'Design: Runed Living Ruby',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31088,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Runed Living Ruby.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24197,9,10,-1,'Design: Subtle Living Ruby',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31090,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Subtle Living Ruby.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24198,9,10,-1,'Design: Flashing Living Ruby',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31091,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Flashing Living Ruby.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24199,9,10,-1,'Design: Solid Star of Elune',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31092,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Solid Star of Elune.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24200,9,10,-1,'Design: Sparkling Star of Elune',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31149,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Sparkling Star of Elune.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24201,9,10,-1,'Design: Lustrous Star of Elune',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31094,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Lustrous Star of Elune.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24202,9,10,-1,'Design: Stormy Star of Elune',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31095,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Stormy Star of Elune.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24203,9,10,-1,'Design: Brilliant Dawnstone',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31096,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Brilliant Dawnstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24204,9,10,-1,'Design: Smooth Dawnstone',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31097,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Smooth Dawnstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24205,9,10,-1,'Design: Rigid Dawnstone',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31098,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Rigid Dawnstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24206,9,10,-1,'Design: Gleaming Dawnstone',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31099,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Gleaming Dawnstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24207,9,10,-1,'Design: Thick Dawnstone',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31100,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Thick Dawnstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24208,9,10,-1,'Design: Mystic Dawnstone',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31101,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Mystic Dawnstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24209,9,10,-1,'Design: Sovereign Nightseye',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31102,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Sovereign Nightseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24210,9,10,-1,'Design: Shifting Nightseye',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31103,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Shifting Nightseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24211,9,10,-1,'Design: Glowing Nightseye',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31104,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Glowing Nightseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24212,9,10,-1,'Design: Royal Nightseye',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31105,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Royal Nightseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24213,9,10,-1,'Design: Inscribed Noble Topaz',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31106,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut an Inscribed Noble Topaz.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24214,9,10,-1,'Design: Potent Noble Topaz',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31107,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Potent Noble Topaz.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24215,9,10,-1,'Design: Luminous Noble Topaz',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31108,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Luminous Noble Topaz.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24216,9,10,-1,'Design: Glinting Noble Topaz',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31109,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Glinting Noble Topaz.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24217,9,10,-1,'Design: Enduring Talasite',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31110,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut an Enduring Talasite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24218,9,10,-1,'Design: Radiant Talasite',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31111,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Radiant Talasite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24219,9,10,-1,'Design: Dazzling Talasite',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31112,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Dazzling Talasite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24220,9,10,-1,'Design: Jagged Talasite',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31113,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Jagged Talasite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24221,12,0,-1,'Bundle of Dragon Bones',13806,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31268,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24222,2,15,-1,'The Shadowfoot Stabber',30724,3,0,0,1,221054,44210,13,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,88,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(24223,15,0,-1,'Bloodvalor\'s Notes',16065,0,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Knight-Lord Bloodvalor\'s handwritten instructions to candidates for the Blood Knight rank of Adept.',2930,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24224,12,0,-1,'Crate of Bloodforged Ingots',36901,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A crate filled with dark metal ingots radiating a sense of wrongness.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24225,12,0,-1,'Blood of the Wrathful',26858,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A stoppered flask of potent demon blood, perfect for quenching a newly-forged Blood Knight weapon.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24226,12,0,-1,'Blood Knight Insignia',36902,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A small, black and red enameled metal pendant in the shape of a falcon.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24230,12,0,-1,'Velen\'s Orders',30953,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Bears the seal of the Prophet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24231,15,0,-1,'Coarse Snuff',6371,0,0,0,1,211,52,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24232,15,0,-1,'Shabby Knot',10301,0,0,0,1,900,225,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24233,12,0,-1,'Discarded Nutriment',15854,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These mushroom remains are desiccated and have likely been here a while.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24234,15,0,-1,'Mithril Powder',38476,0,262144,0,1,2000,500,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1536,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24235,15,0,-1,'Thorium Powder',38477,0,262144,0,1,3200,800,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1536,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24236,12,0,-1,'Medical Supplies',26381,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24237,12,0,-1,'Galaen\'s Journal',1317,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2937,35,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24238,12,0,-1,'Mushroom Sample',19488,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Looks like the ones that the boglords have discarded, except fresher.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24239,12,0,-1,'Crate of Materials',7913,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24240,12,0,-1,'Box of Mushrooms',9288,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These are heavy! Ogre-sized, in fact.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24241,4,3,-1,'Green Chain Belt',37154,1,0,0,1,39,7,6,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24242,15,0,-1,'Fel Iron Powder',38478,0,262144,0,1,6000,1500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1536,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24243,7,4,-1,'Adamantite Powder',38479,1,262144,0,1,9000,2250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1536,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24245,12,0,-1,'Glowcap',36934,1,0,0,1,585,146,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24246,12,0,-1,'Sanguine Hibiscus',19495,1,0,0,1,1600,400,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It certainly has a \'passionate\' fragrance.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24247,12,0,-1,'Underspore Frond',34863,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Smells like it\'s a thousand years old, too.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24248,12,0,-1,'Brain of the Black Stalker',37035,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Ok, this is disgusting!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24249,4,1,-1,'Unyielding Bracers',38923,3,0,0,1,82815,16563,9,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,7,39,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,570,30,0,0,0,0,4,0,0,0,0,0,2909,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24250,4,1,-1,'Bracers of Havok',38922,3,0,0,1,83133,16626,9,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,4,0,0,0,0,0,2884,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24251,4,1,-1,'Blackstrike Bracers',38921,3,0,0,1,83451,16690,9,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,8,0,0,0,0,0,3153,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24252,4,1,-1,'Cloak of the Black Void',26202,3,0,0,1,125640,25128,16,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24253,4,1,-1,'Cloak of Eternity',38973,3,0,0,1,126117,25223,16,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,12,23,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24254,4,1,-1,'White Remedy Cape',36937,3,0,0,1,130008,26001,16,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(24255,4,1,-1,'Unyielding Girdle',36938,4,0,0,1,109404,21880,6,32767,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,7,28,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,570,35,0,0,0,0,8,0,4,0,0,0,81,0,300,0,0,0,0,'',67,0,0,0,0,12340),(24256,4,1,-1,'Girdle of Ruination',38974,4,0,0,1,109804,21960,6,32767,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,13,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,35,0,0,0,0,2,0,4,0,0,0,2883,0,300,0,0,0,0,'',67,0,0,0,0,12340),(24257,4,1,-1,'Black Belt of Knowledge',38975,4,0,0,1,110204,22040,6,32767,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,5,18,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,35,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(24258,4,1,-1,'Resolute Cape',29719,4,4096,0,1,165905,33181,16,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,7,30,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,260,0,0,0,'',67,0,0,0,0,12340),(24259,4,1,-1,'Vengeance Wrap',38976,4,4096,0,1,166489,33297,16,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,1,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2941,0,300,0,0,0,0,'',67,0,0,0,0,12340),(24260,4,1,-1,'Manaweave Cloak',38977,4,4096,0,1,167088,33417,16,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,5,20,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(24261,4,1,-1,'Whitemend Pants',43304,4,0,0,1,223584,44716,7,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,7,21,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,300000,0,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,571,75,0,0,0,0,8,0,4,0,2,0,94,0,300,0,0,0,0,'',67,0,0,0,0,12340),(24262,4,1,-1,'Spellstrike Pants',38958,4,0,0,1,224383,44876,7,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,4,32,26,31,22,7,12,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,300000,0,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,559,75,0,0,0,0,8,0,4,0,2,0,2882,0,300,0,0,0,0,'',67,0,0,0,0,12340),(24263,4,1,-1,'Battlecast Pants',43421,4,0,0,1,225161,45032,7,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,7,42,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,300000,0,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,572,75,0,0,0,0,2,0,8,0,0,0,2875,0,300,0,0,0,0,'',67,0,0,0,0,12340),(24264,4,1,-1,'Whitemend Hood',43883,4,0,0,1,169470,33894,1,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,7,15,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,571,60,0,0,0,0,8,0,4,0,2,0,94,0,300,0,0,0,0,'',67,0,0,0,0,12340),(24266,4,1,-1,'Spellstrike Hood',38956,4,0,0,1,154448,30889,1,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,4,32,24,31,16,5,12,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,559,60,0,0,0,0,8,0,4,0,2,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(24267,4,1,-1,'Battlecast Hood',43884,4,0,0,1,155032,31006,1,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,7,43,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,572,60,0,0,0,0,2,0,8,0,0,0,2875,0,300,0,0,0,0,'',67,0,0,0,0,12340),(24268,0,8,-1,'Netherweave Net',1007,1,64,0,1,400,100,0,-1,-1,60,0,197,300,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31367,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24269,0,8,-1,'Heavy Netherweave Net',1007,1,64,0,1,400,100,0,-1,-1,60,0,197,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31368,0,-1,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24270,1,5,-1,'Bag of Jewels',24496,2,0,0,1,120000,30000,18,-1,-1,65,0,0,0,0,0,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24271,7,5,-1,'Spellcloth',39460,3,0,0,1,16000,4000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24272,7,5,-1,'Shadowcloth',42161,3,0,0,1,16000,4000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24273,0,6,-1,'Mystic Spellthread',42716,3,32832,0,1,80000,20000,0,262143,32767,67,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31371,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24274,0,6,-1,'Runic Spellthread',42717,4,32832,0,1,200000,50000,0,262143,32767,75,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31372,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24275,0,6,-1,'Silver Spellthread',42718,3,32832,0,1,80000,20000,0,262143,32767,67,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31369,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24276,0,6,-1,'Golden Spellthread',42715,4,32832,0,1,200000,50000,0,262143,32767,75,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31370,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24277,15,0,-1,'Items for Magister Astalor Bloodsworn',18010,0,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A list of items and resources required by Magister Astalor Bloodmourn',2941,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24278,15,0,-1,'Flare Gun',16299,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31333,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Property of the Hand of Argus',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24279,12,0,-1,'Vicious Teromoth Sample',6700,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This one has the eerie blue glow that permeates everything in the thicket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24280,12,0,-1,'Naga Claws',3146,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24281,15,0,-1,'Carved Ivory Bone',18072,0,0,0,1,1210,302,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Looks like the carving was never finished...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24282,15,0,-1,'Rogue\'s Diary',1588,0,0,0,1,18250,4562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'All the pages are blank.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24283,15,0,-1,'An Antique Gun',7397,0,0,0,1,152345,38086,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The name \'Lasitor\' is etched into the barrel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24284,12,0,-1,'Tyr\'s Hand Holy Water',15770,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A vial containing a sample of holy water from the Scarlet Crusade\'s abbey at Tyr\'s Hand.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24285,12,0,-1,'Crepuscular Powder',37130,1,0,0,1,1500000,375000,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This dark powder seems to readily absorb light.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24286,12,0,-1,'Arcane Catalyst',35023,1,0,0,1,500000,125000,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A brightly colored powder used to promote reactions between magical substances.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24287,15,0,-1,'Extinguishing Mixture',16321,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31497,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A shimmering, inky black liquid capable of extinguishing an eternal flame.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24288,7,11,-1,'Rune Thread',25048,3,0,0,1,60000,15000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(24289,0,0,-1,'Chrono-beacon',35649,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31479,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,2366,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24290,12,0,-1,'Mature Spore Sac',4045,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24291,12,0,-1,'Bog Lord Tendril',36984,1,0,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24292,9,2,-1,'Pattern: Mystic Spellthread',1301,1,64,0,1,60000,15000,0,-1,-1,67,0,197,335,0,0,0,934,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31430,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create Mystic Spellthread.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24293,9,2,-1,'Pattern: Silver Spellthread',1301,1,64,0,1,60000,15000,0,-1,-1,67,0,197,335,0,0,0,932,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31431,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create Silver Spellthread.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24294,9,2,-1,'Pattern: Runic Spellthread',1301,1,64,0,1,360000,90000,0,-1,-1,75,0,197,375,0,0,0,934,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31432,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create Runic Spellthread.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24295,9,2,-1,'Pattern: Golden Spellthread',1301,1,64,0,1,360000,90000,0,-1,-1,75,0,197,375,0,0,0,932,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31433,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create Golden Spellthread.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24296,9,2,-1,'Pattern: Unyielding Bracers',6270,3,64,0,1,80000,20000,0,-1,-1,70,0,197,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31434,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Unyielding Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24297,9,2,-1,'Pattern: Bracers of Havok',6270,3,64,0,1,80000,20000,0,-1,-1,70,0,197,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31435,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Bracers of Havok.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24298,9,2,-1,'Pattern: Blackstrike Bracers',6270,3,64,0,1,80000,20000,0,-1,-1,70,0,197,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31437,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Blackstrike Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24299,9,2,-1,'Pattern: Cloak of the Black Void',6270,3,64,0,1,80000,20000,0,-1,-1,70,0,197,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31438,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Cloak of the Black Void.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24300,9,2,-1,'Pattern: Cloak of Eternity',6270,3,64,0,1,80000,20000,0,-1,-1,70,0,197,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31440,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Cloak of Eternity.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24301,9,2,-1,'Pattern: White Remedy Cape',6270,3,64,0,1,80000,20000,0,-1,-1,70,0,197,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31441,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a White Remedy Cape.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24302,9,2,-1,'Pattern: Unyielding Girdle',6270,4,64,0,1,120000,30000,0,-1,-1,73,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31442,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew an Unyielding Girdle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24303,9,2,-1,'Pattern: Girdle of Ruination',6270,4,64,0,1,120000,30000,0,-1,-1,73,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31443,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Girdle of Ruination.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24304,9,2,-1,'Pattern: Black Belt of Knowledge',6270,4,64,0,1,120000,30000,0,-1,-1,73,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31444,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Black Belt of Knowledge.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24305,9,2,-1,'Pattern: Resolute Cape',6270,4,64,0,1,120000,30000,0,-1,-1,73,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31448,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Resolute Cape.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24306,9,2,-1,'Pattern: Vengeance Wrap',6270,4,64,0,1,120000,30000,0,-1,-1,73,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31449,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Vengeance Wrap.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24307,9,2,-1,'Pattern: Manaweave Cloak',6270,4,64,0,1,120000,30000,0,-1,-1,73,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31450,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Manaweave Cloak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24308,9,2,-1,'Pattern: Whitemend Pants',6270,4,64,0,1,60000,15000,0,-1,-1,75,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31451,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Whitemend Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24309,9,2,-1,'Pattern: Spellstrike Pants',6270,4,64,0,1,60000,15000,0,-1,-1,75,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31452,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Spellstrike Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24310,9,2,-1,'Pattern: Battlecast Pants',6270,4,64,0,1,60000,15000,0,-1,-1,75,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31453,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Battlecast Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24311,9,2,-1,'Pattern: Whitemend Hood',6270,4,64,0,1,60000,15000,0,-1,-1,75,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31454,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Whitemend Hood.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24312,9,2,-1,'Pattern: Spellstrike Hood',6270,4,64,0,1,60000,15000,0,-1,-1,75,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31455,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Spellstrike Hood.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24313,9,2,-1,'Pattern: Battlecast Hood',6270,4,64,0,1,60000,15000,0,-1,-1,75,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31456,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Battlecast Hood.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24314,9,2,-1,'Pattern: Bag of Jewels',1301,1,64,0,1,40000,10000,0,-1,-1,68,0,197,340,0,0,0,933,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31459,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Bag of Jewels.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24316,9,2,-1,'Pattern: Spellcloth',1301,1,64,0,1,40000,10000,0,-1,-1,70,0,197,350,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31373,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Spellcloth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24317,12,0,-1,'Bloodmyst Water Sample',15791,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s glowing red.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24318,12,0,-1,'Water Sample Flask',34493,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31549,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24323,12,0,-1,'Translated Sunhawk Missive',634,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This letter bears the seal of the blood elves.',2943,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24330,0,0,-1,'Drain Schematics',4110,1,2048,0,1,0,0,0,-1,-1,0,59,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9731,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24334,4,6,-1,'Wheel of the Lost Hope',18456,2,0,0,1,3993,798,14,-1,-1,19,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,7,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(24335,15,0,-1,'Orb of Returning',27454,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31613,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24336,15,0,-1,'Fireproof Satchel',30271,1,4,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24337,12,0,-1,'Deactivating Jewel',35843,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31614,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24338,0,5,-1,'Hellfire Spineleaf',37044,1,0,0,1,4000,200,0,-1,-1,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24339,2,7,-1,'Stung',31400,2,0,0,1,1498,299,13,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340),(24340,4,1,-1,'Vandril\'s Hand Me Down Pants',14498,2,0,0,1,601,120,7,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(24341,4,3,-1,'Fortified Oven Mitts',7000,2,0,0,1,453,90,10,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(24342,2,19,-1,'Stillpine Shocker',28633,2,0,0,1,1776,355,26,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,20,6,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340),(24343,2,4,-1,'The Thumper',8572,2,0,0,1,2377,475,13,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,24,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340),(24344,4,0,-1,'Tabard of the Hand',37080,1,0,2,1,0,0,19,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24345,9,0,-1,'Book of Cower IV',1317,3,64,0,1,400000,100000,0,32256,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31709,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Cower (Rank 4).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24346,4,1,-1,'Robe of the Dragon Slayer',37046,2,0,0,1,2106,421,20,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,3,7,3,5,3,31,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(24347,4,2,-1,'Vest of the Dragon Slayer',37047,2,0,0,1,2643,528,5,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,3,3,3,7,3,31,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(24348,4,3,-1,'Tunic of the Dragon Slayer',37048,2,0,0,1,3183,636,5,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,3,4,3,7,3,31,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(24349,4,0,-1,'Signet Ring of the Hand',23608,2,0,0,1,1650,412,11,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,32,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9137,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(24350,4,0,-1,'Signet Ring of the Hand',26001,2,0,0,1,1650,412,11,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,5,2,32,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(24351,2,4,-1,'Mace of the Hand',37049,2,0,0,1,7284,1456,13,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,4,3,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,30,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,600000,0,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(24352,2,8,-1,'Blade of the Hand',37050,2,0,0,1,9138,1827,17,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,41,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(24353,2,18,-1,'Crossbow of the Hand',37057,2,0,0,1,5502,1100,26,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,30,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(24354,2,10,-1,'Staff of the Hand',37054,2,0,0,1,9203,1840,17,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,5,3,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,30,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(24355,0,0,-1,'Ironvine Seeds',37062,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31736,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24356,2,15,-1,'Wastewalker Shiv',43194,3,0,0,1,371539,74307,13,-1,-1,91,62,0,0,0,0,0,0,0,1,1,0,2,7,12,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,130,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24357,4,3,-1,'Vest of Living Lightning',43161,3,0,0,1,223693,44738,5,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,2,7,12,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,523,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,2,0,8,0,4,0,2872,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24359,4,1,-1,'Princely Reign Leggings',42315,3,0,0,1,135911,27182,7,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,4,7,18,5,28,31,18,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'These leggings will guide you to the princely reign.',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24360,4,3,-1,'Tracker\'s Belt',43153,3,0,0,1,102329,20465,6,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,3,7,21,32,21,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24361,2,7,-1,'Spellfire Longsword',43733,3,0,0,1,342380,68476,21,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,3,7,15,5,14,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,128,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,23732,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,-14,0,0,0,'',50,0,0,0,0,12340),(24362,4,1,-1,'Spore-Soaked Vaneer',43197,3,0,0,1,103109,20621,16,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,3,7,15,5,15,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24363,4,4,-1,'Unscarred Breastplate',43140,3,0,0,1,241512,48302,5,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,3,4,26,3,21,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,2,0,2,0,8,0,113,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24364,4,4,-1,'Azureplate Greaves',43144,3,0,0,1,242436,48487,7,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,3,4,33,7,27,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,815,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24365,4,2,-1,'Deft Handguards',43170,3,0,0,1,86905,17381,10,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,2,7,18,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,8,0,4,0,0,0,2860,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24366,4,3,-1,'Scorpid-Sting Mantle',43156,3,0,0,1,157720,31544,3,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,2,3,21,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,8,0,0,0,2863,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24367,12,0,-1,'Orders from Lady Vashj',24153,1,2048,0,1,0,0,0,-1,-1,70,67,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9764,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24368,12,0,-1,'Coilfang Armaments',23315,1,0,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24372,12,0,-1,'Diaphanous Wing',37083,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A thin, nearly transparent insect wing.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24373,12,0,-1,'Scout Jyoba\'s Report',24153,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Stained and streaked, this document contains the scout\'s observations about the Dead Mire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24374,12,0,-1,'Eel Filet',22193,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Finally, a non-fungal meal alternative...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24375,12,0,-1,'Thick Hydra Scale',37094,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A tough scale from the belly of a hydra.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24376,4,0,-1,'Runed Fungalcap',39055,3,524288,0,1,7230,1807,12,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,1,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31771,0,0,0,120000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24378,2,4,-1,'Coilfang Hammer of Renewal',43195,3,0,0,1,374105,74821,21,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,3,7,10,5,13,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,139,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,26225,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,-14,0,0,0,'',50,0,0,0,0,12340),(24379,4,1,-1,'Bogstrok Scale Cloak',38548,3,0,0,1,101922,20384,16,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,2,7,22,12,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,208,0,0,0,'',50,0,0,0,0,12340),(24380,2,19,-1,'Calming Spore Reed',39057,3,0,0,1,255769,51153,26,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,2,5,8,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,202,4,0,0,0,0,0,0,0,0,0,0,1600,0,100,9407,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24381,2,18,-1,'Coilfang Needler',39059,3,0,0,1,256758,51351,26,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,1,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,187,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24382,12,0,-1,'Zurai\'s Report',7649,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24383,12,0,-1,'Fulgor Spore',19566,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24384,2,4,-1,'Diamond-Core Sledgemace',38827,3,0,0,1,345306,69061,21,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,2,7,12,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,144,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,28767,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,-12.8,0,0,0,'',50,0,0,0,0,12340),(24385,4,0,-1,'Pendant of Battle-Lust',31899,3,0,0,1,78585,19646,2,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,3,4,19,3,14,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24386,4,7,-1,'Libram of Saints Departed',36578,3,0,0,1,104360,20872,28,32767,-1,88,61,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34262,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24387,4,4,-1,'Ironblade Gauntlets',43134,3,0,0,1,122887,24577,10,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,4,4,20,3,14,7,19,31,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,2,0,4,0,0,0,2870,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24388,4,3,-1,'Girdle of the Gale Storm',43159,3,0,0,1,105118,21023,6,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,2,7,13,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,8,0,0,0,2863,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24389,2,3,-1,'Legion Blunderbuss',41427,3,0,0,1,263755,52751,26,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,1,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,205,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,14027,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24390,4,0,-1,'Auslese\'s Light Channeler',38837,3,524288,0,1,82948,20737,12,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,31794,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24391,4,2,-1,'Kilt of the Night Strider',43175,3,0,0,1,177099,35419,7,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,3,7,21,5,26,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,2,0,2,0,8,0,2890,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24392,4,1,-1,'Arcing Bracers',43188,3,0,0,1,71096,14219,9,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,3,7,15,5,15,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24393,4,1,-1,'Bloody Surgeon\'s Mitts',40042,3,0,0,1,71352,14270,10,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,3,7,10,5,20,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,2,0,8,0,0,0,2866,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24394,2,1,-1,'Warsong Howling Axe',40900,3,0,0,1,447550,89510,17,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,1,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,262,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,15826,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24395,4,1,-1,'Mindfire Waistband',43189,3,0,0,1,71857,14371,6,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,4,7,10,5,14,6,8,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,4,0,8,0,0,0,2880,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24396,4,2,-1,'Vest of Vengeance',43168,3,0,0,1,180283,36056,5,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,3,3,27,7,18,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2871,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24397,4,1,-1,'Raiments of Divine Authority',43183,3,0,0,1,144738,28947,20,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,3,7,16,5,21,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,2,0,4,0,8,0,2868,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24398,4,2,-1,'Mantle of the Dusk-Dweller',43169,3,0,0,1,136172,27234,3,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,3,3,20,7,21,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24399,15,0,-1,'Sunhawk Missive',634,1,2048,0,1,0,0,0,-1,-1,14,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This letter bears the seal of the blood elves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24400,12,0,-1,'Dead Mire Soil Sample',2480,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A sample of slick, sickly soil from Zangarmarsh\'s Dead Mire region.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24401,12,0,-1,'Unidentified Plant Parts',7328,1,0,0,1,3000,750,0,-1,-1,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24402,15,0,-1,'Package of Identified Plants',3565,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24403,12,0,-1,'Common Fern',18089,0,0,0,1,4000,1000,0,-1,-1,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24404,15,0,-1,'Ruined Specimen',1442,0,0,0,1,2000,500,0,-1,-1,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24405,12,0,-1,'Common Azerothian Species',7273,0,0,0,1,2000,500,0,-1,-1,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This plant was probably carried through the Dark Portal by someone from Azeroth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24406,12,0,-1,'Common Flower',2788,0,0,0,1,3000,750,0,-1,-1,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24407,0,0,-1,'Uncatalogued Species',6387,1,0,0,1,4000,1000,0,-1,-1,1,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This plant is not listed in Lauranna\'s manual.',0,0,0,9875,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24408,0,0,-1,'Edible Stalks',24690,1,0,0,1,4000,1000,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24411,12,0,-1,'Ikeyen\'s Belongings',15692,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24412,6,2,-1,'Warden\'s Arrow',40522,3,16,0,200,5000,6,24,-1,-1,115,62,0,0,0,0,0,942,6,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,37,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24413,4,9,-1,'Totem of the Thunderhead',43198,3,0,0,1,113467,22693,28,32767,-1,94,63,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24414,12,0,-1,'Blood Elf Plans',35402,1,2048,2,1,0,0,0,32767,-1,1,2,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9798,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24415,12,0,-1,'Vindicator Idaar\'s Letter',32847,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24416,12,0,-1,'Corrupted Flower',19495,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It even oozes red sap.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24417,6,2,-1,'Scout\'s Arrow',40521,2,0,0,200,2000,2,24,-1,-1,97,61,0,0,0,0,0,942,4,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,26,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24419,12,0,-1,'Digested Caracoli',37181,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It smells a little funky.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24421,0,0,-1,'Nagrand Cherry',37181,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31920,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24422,12,0,-1,'Feralfen Idol',37182,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A small stone statue depicting an animal spirit worshipped by the Feralfen Lost Ones.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24423,4,3,-1,'Beaten Chain Leggings',37184,1,0,0,1,75,15,7,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24424,4,2,-1,'Rough Leather Leggings',37185,1,0,0,1,63,12,7,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24425,4,1,-1,'Hand Sewn Pants',37186,1,0,0,1,50,10,7,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24426,12,0,-1,'Sporebat Eye',1504,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24427,12,0,-1,'Fen Strider Tentacle',18537,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24428,12,0,-1,'Ahuurn\'s Elixir',15790,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32038,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The liquid in this vial bubbles softly.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24429,0,0,-1,'Expedition Flare',39448,1,64,0,1,8000,2000,0,-1,-1,64,60,0,0,0,0,0,942,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32027,0,-1,-1,3600000,0,3600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24430,2,8,-1,'Seafarer\'s Blade',37191,1,0,0,1,924,184,17,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,19,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24431,2,4,-1,'McWeaksauce\'s Meat Tenderizer',37192,1,0,0,1,761,152,21,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,12,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24432,2,5,-1,'The Shell Cracker',37193,1,0,0,1,864,172,17,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,18,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24433,2,18,-1,'Crossbow of the Albatross',37057,1,0,0,1,520,104,26,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,0,0,0,0,0,0,0,0,0,0,0,2500,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24434,2,10,-1,'The Discipline Stick',37195,1,0,0,1,871,174,17,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,18,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24435,4,3,-1,'Reinforced Mail Boots',37196,1,0,0,1,124,24,8,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24436,4,2,-1,'Huntsman\'s Bracers',37197,1,0,0,1,68,13,9,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24437,4,1,-1,'Slightly Worn Bracer',37198,1,0,0,1,55,11,9,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24438,4,1,-1,'Fur Covered Robe',37199,2,0,0,1,613,122,20,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,2,7,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(24439,4,2,-1,'Savage Leggings',37185,2,0,0,1,769,153,7,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,2,3,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(24440,4,3,-1,'Heavy Chain Leggings',37200,2,0,0,1,927,185,7,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,2,4,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(24441,2,18,-1,'Exodar Crossbow',37201,1,0,0,1,93,18,26,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,12,0,0,0,0,0,0,0,0,0,0,0,2500,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24442,4,3,-1,'Mail Belt of the Silverpine',37202,1,0,0,1,215,43,6,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(24444,4,1,-1,'Newly Weaved Pants',37204,1,0,0,1,289,57,7,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(24445,4,3,-1,'Fortified Wristguards',37205,1,0,0,1,217,43,9,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24446,4,2,-1,'Sturdy Leather Belt',37206,1,0,0,1,182,36,6,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24447,4,3,-1,'Naga Scale Boots',37207,1,0,0,1,339,67,8,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24448,2,7,-1,'Battle Tested Blade',37209,1,0,0,1,753,150,21,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,12,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24449,12,0,-1,'Fertile Spores',37214,1,0,0,1,585,146,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24450,4,1,-1,'Manaspark Gloves',43190,3,0,0,1,76760,15352,10,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,4,7,14,5,14,6,10,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,2,0,4,0,0,0,2875,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24451,4,3,-1,'Lykul Bloodbands',43152,3,0,0,1,115536,23107,9,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,2,3,18,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24452,4,2,-1,'Starlight Gauntlets',43176,3,0,0,1,87438,17487,10,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,7,10,5,21,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,8,0,8,0,0,0,2889,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24453,2,15,-1,'Zangartooth Shortblade',39074,3,0,0,1,351112,70222,21,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,7,13,5,14,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,88,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,33233,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,-15.3,0,0,0,'',50,0,0,0,0,12340),(24454,4,1,-1,'Cloak of Enduring Swiftness',39075,3,0,0,1,105740,21148,16,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,3,12,7,13,13,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24455,4,2,-1,'Tunic of the Nightwatcher',43177,3,0,0,1,176895,35379,5,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,7,27,5,21,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2865,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24456,4,4,-1,'Greaves of the Iron Guardian',43138,3,0,0,1,248603,49720,7,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,4,32,7,33,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,4,0,4,0,8,0,2873,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24457,4,4,-1,'Truth Bearer Shoulderguards',43199,3,0,0,1,186808,37361,3,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,4,17,7,21,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,721,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,2,0,2,0,0,0,2875,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24458,4,4,-1,'Studded Girdle of Virtue',43143,3,0,0,1,125967,25193,6,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,4,19,7,18,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,2,0,4,0,0,0,2874,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24459,4,1,-1,'Cloak of Healing Rays',39078,3,0,0,1,107755,21551,16,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,7,12,5,13,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24460,4,0,-1,'Talisman of Tenacity',38555,3,0,0,1,129865,32466,2,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,2,7,30,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24461,2,5,-1,'Hatebringer',43200,3,0,0,1,452373,90474,17,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,4,25,7,21,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,318,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,106,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24462,4,0,-1,'Luminous Pearls of Insight',9858,3,0,0,1,41135,10283,2,32767,-1,94,63,0,0,0,0,0,0,0,0,1,0,2,5,15,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24463,4,4,-1,'Pauldrons of Brute Force',43139,3,0,0,1,196132,39226,3,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,4,16,7,22,12,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,721,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,4,0,8,0,0,0,2876,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24464,2,15,-1,'The Stalker\'s Fangs',39081,3,524288,0,1,375656,75131,13,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,2,7,16,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,133,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24465,4,3,-1,'Shamblehide Chestguard',43154,3,0,16,1,226208,45241,5,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,7,16,5,19,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,539,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,4,0,8,0,2,0,2877,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24466,4,2,-1,'Skulldugger\'s Leggings',43171,3,0,0,1,189167,37833,7,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,7,24,13,21,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,2,0,2,0,8,0,2871,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24467,15,0,-1,'Living Fire',15788,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31927,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Chaotic fires dance inside the bottle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24468,12,0,-1,'Burstcap Mushroom',37210,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A soft, spongy fungus that can explode into a toxic cloud if not handled properly.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24469,12,0,-1,'Muck-ridden Core',37215,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Oozing with tainted muck.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24470,12,0,-1,'Murloc Cage',22271,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31949,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A cage filled with baby murlocs.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24471,12,0,-1,'Ango\'rosh Attack Plans',31238,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Crudely-written attack plans scribbled on ogre\'s napkin. Although the handwriting looks childish, the plans represent a clear threat to Zabra\'jin.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24472,12,0,-1,'Boss Grog\'ak\'s Head',9666,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24473,12,0,-1,'Enraged Crusher Core',37218,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24474,0,0,-1,'Violet Scrying Crystal',37219,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32042,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24475,15,0,-1,'Gordawg\'s Imprint',18519,0,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A piece of earth with Gordawg\'s map imprint displaying the location of the Enraged Crushers.',2944,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24476,7,11,-1,'Jaggal Clam',16211,1,64,0,1,400,100,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58160,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24477,7,8,-1,'Jaggal Clam Meat',22193,1,0,0,1,400,100,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(24478,3,7,-1,'Jaggal Pearl',12310,2,0,0,1,4000,1000,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24479,3,7,-1,'Shadow Pearl',16209,2,0,0,1,4000,1000,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24480,12,0,-1,'Ghostly Essence',37222,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24481,4,1,-1,'Robes of the Augurer',43191,3,0,0,1,148619,29723,20,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,5,18,7,18,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,2,0,4,0,8,0,2864,0,225,0,0,0,0,'',50,0,0,0,0,12340),(24482,12,0,-1,'Alturus\'s Report',7726,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24483,12,0,-1,'Withered Basidium',21975,1,2048,2,1,0,0,0,-1,-1,1,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A piece of a withered boglord from the Dead Mire.',0,0,0,9827,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24484,12,0,-1,'Withered Basidium',21975,1,2048,0,1,0,0,0,-1,-1,1,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A piece of a withered boglord from the Dead Mire.',0,0,0,9828,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24485,12,0,-1,'Marshlight Bleeder Venom',1288,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The potent, concentrated venom of a Zangarmarsh fen bleeder.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24486,12,0,-1,'Fenclaw Hide',37223,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A thick, scaly hide from a muckclaw thrasher',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24487,12,0,-1,'Second Key Fragment',8737,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24488,12,0,-1,'Third Key Fragment',8042,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24489,12,0,-1,'Restored Apprentice\'s Key',8042,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24490,13,0,-1,'The Master\'s Key',9154,1,64,0,1,1,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24492,12,0,-1,'Keanna\'s Log',1246,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24493,12,0,-1,'Marshfang Slicer Blade',37226,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Even touching the blade lightly is sufficient to draw blood.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24496,12,0,-1,'Horn of Banthar',37236,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This thing is massive!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24497,12,0,-1,'Feralfen Protection Totem',37237,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A cleverly carved wooden depiction of an animal spirit worshipped by the Feralfen.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24498,12,0,-1,'Feralfen Totem',37237,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32037,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A cleverly carved wooden depiction of an animal spirit worshipped by the Feralfen.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24499,12,0,-1,'Daggerfen Poison Manual',1155,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A \'how-to\' guide to the unique poisons of the Daggerfen Lost Ones.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24500,12,0,-1,'Daggerfen Poison Vial',1288,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A vial of the poison favored by Daggerfen Lost One assassins.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24501,15,0,-1,'Gordawg\'s Boulder',18107,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32001,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24502,15,0,-1,'Warmaul Skull',37238,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32036,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24503,12,0,-1,'Gurok\'s Earthen Head',37241,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24504,15,0,-1,'Howling Wind',37240,1,2048,0,1,0,0,0,-1,-1,65,64,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9861,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24505,12,0,-1,'Heart of Tusker',4826,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Looks like you\'ll need your friend\'s help to carry this one back to the camp.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24507,15,0,-1,'Elemental Shard',36597,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24508,15,0,-1,'Elemental Fragment',36675,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24510,15,0,-1,'Primordial Core',37250,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24511,15,0,-1,'Primordial Essence',37249,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24513,12,0,-1,'Eye of Gutripper',38287,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The eye still looks as if it were alive and looking at you.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24514,12,0,-1,'First Key Fragment',3118,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24516,15,0,-1,'Damaged Rock Flayer Talon',959,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24517,15,0,-1,'Blood Soaked Tail',18096,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24519,15,0,-1,'Twisted Rock Flayer Talon',959,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24520,0,0,-1,'Honor Hold Favor',35013,1,64,2,1,0,0,0,32767,-1,60,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32098,0,-1,-1,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24521,15,0,-1,'Mangled Tail',36682,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24522,0,0,-1,'Thrallmar Favor',37271,1,64,1,1,0,0,0,32767,-1,60,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32096,0,-1,-1,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24523,12,0,-1,'Hoof of Bach\'lor',12625,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'King of the stags, indeed!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24538,0,8,-1,'Fire Bomb',37282,1,64,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31958,0,-1,-1,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'item_only_for_flight',0,0,0,0,0,12340),(24539,0,5,-1,'Marsh Lichen',26534,1,0,0,5,0,0,0,-1,-1,65,55,0,0,0,0,0,0,3,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32112,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,5,0,0,0,12340),(24540,0,0,-1,'Edible Fern',34863,1,0,0,1,4000,1000,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10257,0,-1,-1,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24542,12,0,-1,'Murkblood Idol',37293,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An idol of unknown origin or representation.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24543,12,0,-1,'Head of Ortor of Murkblood',7164,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24544,4,4,-1,'Gladiator\'s Plate Chestpiece',39539,4,36864,0,1,0,0,5,1,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,49,4,23,32,30,35,23,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1547,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,165,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24545,4,4,-1,'Gladiator\'s Plate Helm',44561,4,36864,0,1,0,0,1,1,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,52,4,30,32,28,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1257,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,100,0,0,0,0,1,0,4,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24546,4,4,-1,'Gladiator\'s Plate Shoulders',39543,4,36864,0,1,0,0,3,1,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,45,4,22,32,23,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,100,0,0,0,0,2,0,4,0,0,0,2879,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24547,4,4,-1,'Gladiator\'s Plate Legguards',45932,4,36864,0,1,0,0,7,1,-1,123,70,0,0,0,0,0,0,0,0,1,0,5,7,55,4,40,32,36,35,21,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1353,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24549,4,4,-1,'Gladiator\'s Plate Gauntlets',39540,4,36864,0,1,0,0,10,1,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,42,4,28,32,26,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24550,2,8,-1,'Gladiator\'s Greatsword',41561,4,36864,0,1,0,0,17,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,5,7,48,4,32,32,35,35,28,31,20,0,0,0,0,0,0,0,0,0,0,0,0,341,513,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Finely crafted to Proximo\'s specification.',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24551,4,0,-1,'Talisman of the Horde',23713,4,36864,1,1,0,0,12,-1,-1,90,70,0,0,0,0,0,0,3,1,1,0,1,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32140,0,0,0,120000,1155,120000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24552,4,1,-1,'Gladiator\'s Dreadweave Robe',41717,4,36864,0,1,0,0,20,256,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,57,5,19,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24553,4,1,-1,'Gladiator\'s Dreadweave Hood',45148,4,36864,0,1,0,0,1,256,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,60,5,20,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24554,4,1,-1,'Gladiator\'s Dreadweave Mantle',41716,4,36864,0,1,0,0,3,256,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,14,35,21,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24555,4,1,-1,'Gladiator\'s Dreadweave Leggings',41715,4,36864,0,1,0,0,7,256,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,60,5,30,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24556,4,1,-1,'Gladiator\'s Dreadweave Gloves',41714,4,36864,0,1,0,0,10,256,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,25,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24557,2,10,-1,'Gladiator\'s War Staff',41557,4,36864,0,1,0,0,17,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,5,7,48,31,21,32,36,35,25,5,35,0,0,0,0,0,0,0,0,0,0,0,0,89,185,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,41973,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-49.8,0,0,0,'',0,0,0,0,0,12340),(24558,15,0,-1,'Murkblood Invasion Plans',23229,1,2048,1,1,0,0,0,-1,-1,67,64,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9872,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24559,15,0,-1,'Murkblood Invasion Plans',23229,1,2048,2,1,0,0,0,-1,-1,67,64,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9871,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24560,12,0,-1,'Torch of Liquid Fire',12734,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32146,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24573,12,0,-1,'Elder Kuruti\'s Response',7630,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A politely worded, but firm refusal of Anchorite Ahuurn\'s message.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24575,4,1,-1,'Outlander\'s Girdle',37970,2,0,0,1,53086,10617,6,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24576,4,1,-1,'Loosely Threaded Belt',37327,0,0,0,1,18334,3666,6,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24577,4,1,-1,'Loosely Threaded Boots',37328,0,0,0,1,27600,5520,8,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24578,4,1,-1,'Loosely Threaded Bracers',37329,0,0,0,1,18467,3693,9,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24579,0,0,-1,'Mark of Honor Hold',40185,1,0,2,1,0,0,0,32767,-1,60,1,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24580,4,1,-1,'Loosely Threaded Hat',42766,0,0,0,1,27897,5579,1,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24581,0,0,-1,'Mark of Thrallmar',40184,1,0,1,1,0,0,0,32767,-1,60,1,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24582,4,1,-1,'Outlander\'s Boots',39623,2,0,0,1,83827,16765,8,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24583,4,1,-1,'Outlander\'s Tunic',40693,2,0,0,1,112156,22431,5,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24584,4,1,-1,'Outlander\'s Gloves',12865,2,0,0,1,56276,11255,10,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24585,4,1,-1,'Outlander\'s Facewrap',41844,2,0,0,1,76661,15332,1,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24586,4,1,-1,'Outlander\'s Leggings',40692,2,0,0,1,102612,20522,7,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24587,4,1,-1,'Outlander\'s Pauldrons',1058,2,0,0,1,77248,15449,3,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24588,4,1,-1,'Outlander\'s Bracers',16566,2,0,0,1,51697,10339,9,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24589,4,1,-1,'Fireheart Girdle',7881,2,0,0,1,53578,10715,6,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24590,4,1,-1,'Fireheart Boots',40700,2,0,0,1,80674,16134,8,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24591,4,1,-1,'Fireheart Chestpiece',40698,2,0,0,1,107964,21592,5,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24592,4,1,-1,'Fireheart Gloves',40702,2,0,0,1,55653,11130,10,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24593,4,1,-1,'Fireheart Skullcap',40703,2,0,0,1,83788,16757,1,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24594,4,1,-1,'Fireheart Leggings',40312,2,0,0,1,112116,22423,7,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24595,4,1,-1,'Fireheart Shoulderpads',16786,2,0,0,1,84394,16878,3,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24596,4,1,-1,'Fireheart Bracers',40701,2,0,0,1,56467,11293,9,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24597,4,1,-1,'Starfire Sash',38064,2,0,0,1,58451,11690,6,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24598,4,1,-1,'Starfire Sandals',40706,2,0,0,1,87985,17597,8,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24599,4,1,-1,'Starfire Vest',40708,2,0,0,1,117737,23547,5,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24600,4,1,-1,'Starfire Gloves',40704,2,0,0,1,59079,11815,10,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24601,4,1,-1,'Starfire Circlet',19990,2,0,0,1,88936,17787,1,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24602,4,1,-1,'Starfire Trousers',40707,2,0,0,1,118993,23798,7,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24603,4,1,-1,'Starfire Mantle',13672,2,0,0,1,89561,17912,3,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24604,4,1,-1,'Starfire Wristwraps',40709,2,0,0,1,59919,11983,9,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24605,4,1,-1,'Laughing Skull Waistguard',16807,2,0,0,1,56071,11214,6,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24606,4,1,-1,'Laughing Skull Boot',38437,2,0,0,1,84425,16885,8,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24607,4,1,-1,'Laughing Skull Tunic',38444,2,0,0,1,113002,22600,5,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24608,4,1,-1,'Laughing Skull Gloves',38441,2,0,0,1,58277,11655,10,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24609,4,1,-1,'Laughing Skull Cap',42766,2,0,0,1,87734,17546,1,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24610,4,1,-1,'Laughing Skull Pants',38442,2,0,0,1,117414,23482,7,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24611,4,1,-1,'Laughing Skull Shoulderpads',9999,2,0,0,1,88387,17677,3,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24612,4,1,-1,'Laughing Skull Bracelets',16790,2,0,0,1,59142,11828,9,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24613,4,1,-1,'Vindicator Belt',38736,2,0,0,1,61107,12221,6,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24614,4,1,-1,'Vindicator Boots',38737,2,0,0,1,91997,18399,8,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24615,4,1,-1,'Vindicator Tunic',38740,2,0,0,1,123112,24622,5,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24616,4,1,-1,'Vindicator Gloves',9555,2,0,0,1,61780,12356,10,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24617,4,1,-1,'Vindicator Cap',44718,2,0,0,1,92997,18599,1,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24618,4,1,-1,'Vindicator Pants',38739,2,0,0,1,124444,24888,7,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24619,4,1,-1,'Vindicator Shoulderpads',38741,2,0,0,1,93669,18733,3,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24620,4,1,-1,'Vindicator Bracers',16555,2,0,0,1,62670,12534,9,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24621,4,1,-1,'Slavehandler Belt',7881,2,0,0,1,64693,12938,6,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24622,4,1,-1,'Slavehandler Footpads',39008,2,0,0,1,97385,19477,8,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24623,4,1,-1,'Slavehandler Jerkin',39009,2,0,0,1,130308,26061,5,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24624,4,1,-1,'Slavehandler Handwraps',16797,2,0,0,1,60792,12158,10,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24625,4,1,-1,'Slavehandler Cap',42386,2,0,0,1,91534,18306,1,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24626,4,1,-1,'Slavehandler Pants',39010,2,0,0,1,122507,24501,7,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24627,4,1,-1,'Slavehandler Amice',39011,2,0,0,1,92226,18445,3,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24628,4,1,-1,'Slavehandler Wristguards',16804,2,0,0,1,61708,12341,9,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24629,4,1,-1,'Feralfen Sash',39093,2,0,0,1,63666,12733,6,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24630,4,1,-1,'Feralfen Sandals',39089,2,0,0,1,95855,19171,8,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24631,4,1,-1,'Feralfen Jerkin',39092,2,0,0,1,128281,25656,5,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24632,4,1,-1,'Feralfen Hand',39090,2,0,0,1,64371,12874,10,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24633,4,1,-1,'Feralfen Hood',39091,2,0,0,1,96912,19382,1,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24634,4,1,-1,'Feralfen Pants',14529,2,0,0,1,129690,25938,7,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24635,4,1,-1,'Feralfen Amice',39094,2,0,0,1,97623,19524,3,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24636,4,1,-1,'Feralfen Cuffs',39088,2,0,0,1,65312,13062,9,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24637,4,1,-1,'Mistyreed Belt',29929,2,0,0,1,67328,13465,6,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24638,4,1,-1,'Mistyreed Boots',39334,2,0,0,1,101357,20271,8,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24639,4,1,-1,'Mistyreed Tunic',39337,2,0,0,1,135630,27126,5,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24640,4,1,-1,'Mistyreed Gloves',39335,2,0,0,1,63210,12642,10,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24641,4,1,-1,'Mistyreed Hood',16638,2,0,0,1,95180,19036,1,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24642,4,1,-1,'Mistyreed Pants',39336,2,0,0,1,127394,25478,7,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24643,4,1,-1,'Mistyreed Shoulderpads',39338,2,0,0,1,95901,19180,3,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24644,4,1,-1,'Mistyreed Bracers',16905,2,0,0,1,64177,12835,9,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24645,4,1,-1,'Astralaan Belt',39395,2,0,0,1,66122,13224,6,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24646,4,1,-1,'Astralaan Boots',39396,2,0,0,1,99558,19911,8,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24647,4,1,-1,'Astralaan Robe',39976,2,0,0,1,133231,26646,5,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24648,4,1,-1,'Astralaan Gloves',39398,2,0,0,1,66865,13373,10,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24649,4,1,-1,'Astralaan Headdress',39405,2,0,0,1,100672,20134,1,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24650,4,1,-1,'Astralaan Pants',39399,2,0,0,1,134730,26946,7,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24651,4,1,-1,'Astralaan Shoulderpads',39403,2,0,0,1,101412,20282,3,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24652,4,1,-1,'Astralaan Bracer',39397,2,0,0,1,67858,13571,9,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24653,4,1,-1,'Consortium Sash',16819,2,0,0,1,69860,13972,6,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24654,4,1,-1,'Consortium Boot',14403,2,0,0,1,105175,21035,8,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24655,4,1,-1,'Consortium Robe',39509,2,0,0,1,140732,28146,5,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24656,4,1,-1,'Consortium Gloves',14404,2,0,0,1,72458,14491,10,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24657,4,1,-1,'Consortium Hood',39511,2,0,0,1,109071,21814,1,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24658,4,1,-1,'Consortium Pants',39507,2,0,0,1,132061,26412,7,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24659,4,1,-1,'Consortium Mantle',39510,2,0,0,1,99430,19886,3,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24660,4,1,-1,'Consortium Bracer',39506,2,0,0,1,66543,13308,9,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24661,4,1,-1,'Shadow Council Chain',39778,2,0,0,1,68475,13695,6,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24662,4,1,-1,'Shadow Council Boots',39777,2,0,0,1,103097,20619,8,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24663,4,1,-1,'Shadow Council Tunic',39781,2,0,0,1,137988,27597,5,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24664,4,1,-1,'Shadow Council Gloves',39779,2,0,0,1,69256,13851,10,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24665,4,1,-1,'Shadow Council Cowl',39783,2,0,0,1,104279,20855,1,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24666,4,1,-1,'Shadow Council Pants',39780,2,0,0,1,139550,27910,7,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24667,4,1,-1,'Shadow Council Mantle',39782,2,0,0,1,105056,21011,3,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24668,4,1,-1,'Shadow Council Bracer',16892,2,0,0,1,70300,14060,9,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24669,4,1,-1,'Eldr\'naan Belt',39882,2,0,0,1,72290,14458,6,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24670,4,1,-1,'Eldr\'naan Boots',39883,2,0,0,1,108828,21765,8,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24671,4,1,-1,'Eldr\'naan Jerkin',39885,2,0,0,1,145642,29128,5,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24672,4,1,-1,'Eldr\'naan Gloves',39884,2,0,0,1,75018,15003,10,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24673,4,1,-1,'Eldr\'naan Hood',39887,2,0,0,1,112919,22583,1,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24674,4,1,-1,'Eldr\'naan Pants',39886,2,0,0,1,151097,30219,7,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24675,4,1,-1,'Eldr\'naan Shoulderpads',16637,2,0,0,1,113727,22745,3,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24676,4,1,-1,'Eldr\'naan Bracelets',16636,2,0,0,1,76087,15217,9,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24677,4,1,-1,'Archmage Belt',16704,2,0,0,1,78173,15634,6,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24678,4,1,-1,'Archmage Slippers',16703,2,0,0,1,106491,21298,8,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24679,4,1,-1,'Archmage Robe',39977,2,0,0,1,142539,28507,5,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24680,4,1,-1,'Archmage Gloves',16702,2,0,0,1,71545,14309,10,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24681,4,1,-1,'Archmage Headpiece',44265,2,0,0,1,107720,21544,1,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24682,4,1,-1,'Archmage Pants',16701,2,0,0,1,144177,28835,7,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24683,4,1,-1,'Archmage Mantle',16706,2,0,0,1,108546,21709,3,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24684,4,1,-1,'Archmage Bracelets',9894,2,0,0,1,72640,14528,9,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24685,4,1,-1,'Elementalist Belt',16704,2,0,0,1,74609,14921,6,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24686,4,1,-1,'Elementalist Boots',16703,2,0,0,1,112337,22467,8,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24687,4,1,-1,'Elementalist Tunic',16700,2,0,0,1,150347,30069,5,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24688,4,1,-1,'Elementalist Gloves',16702,2,0,0,1,77475,15495,10,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24689,4,1,-1,'Elementalist Skullcap',42386,2,0,0,1,116624,23324,1,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24690,4,1,-1,'Elementalist Leggings',16701,2,0,0,1,156062,31212,7,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24691,4,1,-1,'Elementalist Mantle',16706,2,0,0,1,117470,23494,3,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24692,4,1,-1,'Elementalist Bracelets',9894,2,0,0,1,78587,15717,9,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24693,4,2,-1,'Bonechewer Pelt-Girdle',40154,2,0,0,1,69360,13872,6,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24694,4,2,-1,'Bonechewer Shredboots',40720,2,0,0,1,104412,20882,8,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24695,4,2,-1,'Bonechewer Chestpiece',40718,2,0,0,1,139712,27942,5,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24696,4,2,-1,'Bonechewer Spikegloves',40722,2,0,0,1,70097,14019,10,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24697,4,2,-1,'Bonechewer Skincloak',41852,2,0,0,1,105518,21103,1,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24698,4,2,-1,'Bonechewer Ripleggings',40719,2,0,0,1,127769,25553,7,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24699,4,2,-1,'Bonechewer Shoulderguards',38830,2,0,0,1,96199,19239,3,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24700,4,2,-1,'Bonechewer Bands',40717,2,0,0,1,64374,12874,9,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24701,4,2,-1,'Haal\'eshi Cord',40724,2,0,0,1,66716,13343,6,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24702,4,2,-1,'Haal\'eshi Boots',40723,2,0,0,1,100458,20091,8,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24703,4,2,-1,'Haal\'eshi Jerkin',40727,2,0,0,1,134457,26891,5,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24704,4,2,-1,'Haal\'eshi Gloves',40726,2,0,0,1,69311,13862,10,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24705,4,2,-1,'Haal\'eshi Hat',42209,2,0,0,1,104351,20870,1,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24706,4,2,-1,'Haal\'eshi Leggings',40728,2,0,0,1,139646,27929,7,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24707,4,2,-1,'Haal\'eshi Pauldrons',40729,2,0,0,1,105108,21021,3,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24708,4,2,-1,'Haal\'eshi Bindings',17010,2,0,0,1,70328,14065,9,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24709,4,2,-1,'Vengeance Belt',17124,2,0,0,1,72800,14560,6,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24710,4,2,-1,'Vengeance Boots',38351,2,0,0,1,109596,21919,8,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24711,4,2,-1,'Vengeance Chestpiece',38352,2,0,0,1,146643,29328,5,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24712,4,2,-1,'Vengeance Gloves',38354,2,0,0,1,73585,14717,10,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24713,4,2,-1,'Vengeance Helm',39671,2,0,0,1,110774,22154,1,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24714,4,2,-1,'Vengeance Legguards',38356,2,0,0,1,148227,29645,7,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24715,4,2,-1,'Vengeance Pauldrons',38355,2,0,0,1,111555,22311,3,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24716,4,2,-1,'Vengeance Bands',38350,2,0,0,1,74634,14926,9,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24717,4,2,-1,'Dreghood Belt',38415,2,0,0,1,77178,15435,6,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24718,4,2,-1,'Dreghood Boots',38416,2,0,0,1,105134,21026,8,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24719,4,2,-1,'Dreghood Chestpiece',9511,2,0,0,1,140708,28141,5,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24720,4,2,-1,'Dreghood Gloves',14383,2,0,0,1,72575,14515,10,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24721,4,2,-1,'Dreghood Cowl',44882,2,0,0,1,109270,21854,1,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24722,4,2,-1,'Dreghood Trousers',2628,2,0,0,1,146224,29244,7,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24723,4,2,-1,'Dreghood Pauldrons',14205,2,0,0,1,110076,22015,3,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24724,4,2,-1,'Dreghood Bands',38414,2,0,0,1,73656,14731,9,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24725,4,2,-1,'Dementia Cord',38658,2,0,0,1,76112,15222,6,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24726,4,2,-1,'Dementia Boots',38657,2,0,0,1,114577,22915,8,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24727,4,2,-1,'Dementia Vest',38663,2,0,0,1,153329,30665,5,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24728,4,2,-1,'Dementia Gloves',38661,2,0,0,1,76945,15389,10,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24729,4,2,-1,'Dementia Hood',44657,2,0,0,1,115837,23167,1,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24730,4,2,-1,'Dementia Trousers',17031,2,0,0,1,154995,30999,7,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24731,4,2,-1,'Dementia Shoulderguards',38664,2,0,0,1,116666,23333,3,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24732,4,2,-1,'Dementia Armguards',38654,2,0,0,1,78057,15611,9,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24733,4,2,-1,'Sunroc Waistband',38862,2,0,0,1,80585,16117,6,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24734,4,2,-1,'Sunroc Boots',38857,2,0,0,1,121299,24259,8,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24735,4,2,-1,'Sunroc Chestpiece',38856,2,0,0,1,162308,32461,5,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24736,4,2,-1,'Sunroc Gloves',38858,2,0,0,1,75710,15142,10,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24737,4,2,-1,'Sunroc Mask',41853,2,0,0,1,113986,22797,1,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24738,4,2,-1,'Sunroc Pants',38860,2,0,0,1,152557,30511,7,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24739,4,2,-1,'Sunroc Shoulderguards',38861,2,0,0,1,114850,22970,3,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24740,4,2,-1,'Sunroc Armguards',14803,2,0,0,1,76855,15371,9,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24741,4,2,-1,'Ranger Belt',39096,2,0,0,1,79287,15857,6,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24742,4,2,-1,'Ranger Boots',39097,2,0,0,1,119375,23875,8,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24743,4,2,-1,'Ranger Jerkin',8701,2,0,0,1,159759,31951,5,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24744,4,2,-1,'Ranger Gloves',14400,2,0,0,1,80175,16035,10,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24745,4,2,-1,'Ranger Hat',39098,2,0,0,1,120696,24139,1,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24746,4,2,-1,'Ranger Pants',43404,2,0,0,1,161520,32304,7,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24747,4,2,-1,'Ranger Pauldrons',27667,2,0,0,1,121584,24316,3,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24748,4,2,-1,'Ranger Armguards',39095,2,0,0,1,81352,16270,9,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24749,4,2,-1,'Daggerfen Belt',39319,2,0,0,1,83856,16771,6,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24750,4,2,-1,'Daggerfen Boots',13864,2,0,0,1,126240,25248,8,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24751,4,2,-1,'Daggerfen Battlevest',39670,2,0,0,1,168929,33785,5,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24752,4,2,-1,'Daggerfen Gloves',39320,2,0,0,1,78716,15743,10,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24753,4,2,-1,'Daggerfen Cowl',16137,2,0,0,1,118519,23703,1,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24754,4,2,-1,'Daggerfen Stitchpants',39321,2,0,0,1,158634,31726,7,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24755,4,2,-1,'Daggerfen Pauldrons',39322,2,0,0,1,119432,23886,3,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24756,4,2,-1,'Daggerfen Bindings',17172,2,0,0,1,79917,15983,9,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24757,4,2,-1,'Umbrafen Waistband',39469,2,0,0,1,82341,16468,6,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24758,4,2,-1,'Umbrafen Boots',39466,2,0,0,1,123980,24796,8,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24759,4,2,-1,'Umbrafen Tunic',39468,2,0,0,1,165931,33186,5,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24760,4,2,-1,'Umbrafen Gloves',14583,2,0,0,1,83269,16653,10,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24761,4,2,-1,'Umbrafen Cap',39471,2,0,0,1,125372,25074,1,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24762,4,2,-1,'Umbrafen Britches',39467,2,0,0,1,167788,33557,7,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24763,4,2,-1,'Umbrafen Shoulderguards',39470,2,0,0,1,126309,25261,3,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24764,4,2,-1,'Umbrafen Bindings',9546,2,0,0,1,84510,16902,9,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24765,4,2,-1,'Clefthoof Belt',16947,2,0,0,1,87005,17401,6,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24766,4,2,-1,'Clefthoof Wanderboots',39496,2,0,0,1,130989,26197,8,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24767,4,2,-1,'Clefthoof Hidemantle',39494,2,0,0,1,175292,35058,5,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24768,4,2,-1,'Clefthoof Gloves',39493,2,0,0,1,87958,17591,10,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24769,4,2,-1,'Clefthoof Cover',45166,2,0,0,1,135858,27171,1,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24770,4,2,-1,'Clefthoof Britches',39492,2,0,0,1,181785,36357,7,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24771,4,2,-1,'Clefthoof Shoulderguards',39498,2,0,0,1,123807,24761,3,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24772,4,2,-1,'Clefthoof Bracers',17024,2,0,0,1,82858,16571,9,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24773,4,2,-1,'Boneshredder Belt',39736,2,0,0,1,85266,17053,6,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24774,4,2,-1,'Boneshredder Boots',39737,2,0,0,1,128392,25678,8,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24775,4,2,-1,'Boneshredder Jerkin',39746,2,0,0,1,171828,34365,5,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24776,4,2,-1,'Boneshredder Gloves',39744,2,0,0,1,86242,17248,10,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24777,4,2,-1,'Boneshredder Skullcap',35629,2,0,0,1,129856,25971,1,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24778,4,2,-1,'Boneshredder Britches',39738,2,0,0,1,173798,34759,7,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24779,4,2,-1,'Boneshredder Shoulderguards',26035,2,0,0,1,130828,26165,3,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24780,4,2,-1,'Boneshredder Wristguards',3652,2,0,0,1,87547,17509,9,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24781,4,2,-1,'Murkblood Belt',39895,2,0,0,1,90026,18005,6,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24782,4,1,-1,'Loosely Threaded Gloves',37332,0,0,0,1,17861,3572,10,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24783,4,2,-1,'Murkblood Boots',39896,2,0,0,1,136035,27207,8,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24784,4,2,-1,'Murkblood Chestpiece',9548,2,0,0,1,182053,36410,5,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24785,4,2,-1,'Murkblood Gloves',39897,2,0,0,1,93772,18754,10,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24786,4,2,-1,'Murkblood Cover',40149,2,0,0,1,141149,28229,1,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24787,4,2,-1,'Murkblood Pants',39898,2,0,0,1,188872,37774,7,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24788,4,2,-1,'Murkblood Shoulderguards',39900,2,0,0,1,142158,28431,3,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24789,4,2,-1,'Murkblood Bracers',27706,2,0,0,1,95108,19021,9,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24790,4,2,-1,'Expedition Girdle',16704,2,0,0,1,97716,19543,6,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24791,4,2,-1,'Expedition Boots',16703,2,0,0,1,133114,26622,8,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24792,4,2,-1,'Expedition Tunic',16700,2,0,0,1,178174,35634,5,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24793,4,2,-1,'Expedition Gloves',16702,2,0,0,1,89431,17886,10,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24794,4,2,-1,'Expedition Hood',18422,2,0,0,1,134650,26930,1,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24795,4,2,-1,'Expedition Pants',16701,2,0,0,1,180222,36044,7,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24796,4,2,-1,'Expedition Shoulderguards',16706,2,0,0,1,135683,27136,3,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24797,4,2,-1,'Expedition Bracers',9894,2,0,0,1,90800,18160,9,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24798,4,2,-1,'Dragonhawk Belt',16704,2,0,0,1,93261,18652,6,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24799,4,2,-1,'Dragonhawk Boots',16703,2,0,0,1,140421,28084,8,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24800,4,2,-1,'Dragonhawk Tunic',16700,2,0,0,1,187933,37586,5,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24801,4,2,-1,'Dragonhawk Gloves',16702,2,0,0,1,96834,19366,10,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24802,4,2,-1,'Dragonhawk Hat',42460,2,0,0,1,145780,29156,1,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24803,4,2,-1,'Dragonhawk Pants',16701,2,0,0,1,195078,39015,7,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24804,4,2,-1,'Dragonhawk Shoulderguards',16706,2,0,0,1,146837,29367,3,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24805,4,2,-1,'Dragonhawk Bands',9894,2,0,0,1,98234,19646,9,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24806,4,3,-1,'Unyielding Waistband',40737,2,0,0,1,83232,16646,6,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24807,4,3,-1,'Unyielding Footwraps',40734,2,0,0,1,125851,25170,8,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24808,4,3,-1,'Unyielding Chain Vest',40731,2,0,0,1,167655,33531,5,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,427,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24809,4,3,-1,'Unyielding Fists',40732,2,0,0,1,84117,16823,10,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24810,4,3,-1,'Unyielding Helm',40733,2,0,0,1,126622,25324,1,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24811,4,3,-1,'Unyielding Leggings',40735,2,0,0,1,153323,30664,7,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24812,4,3,-1,'Unyielding Spaulders',40736,2,0,0,1,115951,23190,3,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24813,4,3,-1,'Unyielding Bindings',40730,2,0,0,1,77248,15449,9,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24814,4,3,-1,'Felstone Waistband',40745,2,0,0,1,80059,16011,6,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24815,4,3,-1,'Felstone Greaves',40741,2,0,0,1,121086,24217,8,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24816,4,3,-1,'Felstone Chain Vest',40739,2,0,0,1,161348,32269,5,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24817,4,3,-1,'Felstone Gauntlets',40740,2,0,0,1,83173,16634,10,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24818,4,3,-1,'Felstone Helm',40742,2,0,0,1,125221,25044,1,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24819,4,3,-1,'Felstone Leggings',40129,2,0,0,1,167576,33515,7,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24820,4,3,-1,'Felstone Spaulders',40744,2,0,0,1,126691,25338,3,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24821,4,3,-1,'Felstone Bindings',40738,2,0,0,1,84394,16878,9,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24822,4,3,-1,'Netherstalker Belt',42104,2,0,0,1,87360,17472,6,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24823,4,3,-1,'Netherstalker Greaves',42107,2,0,0,1,132100,26420,8,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24824,4,3,-1,'Netherstalker Armor',42105,2,0,0,1,175971,35194,5,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,456,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24825,4,3,-1,'Netherstalker Gloves',42106,2,0,0,1,88302,17660,10,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24826,4,3,-1,'Netherstalker Helmet',42103,2,0,0,1,132929,26585,1,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24827,4,3,-1,'Netherstalker Legguards',42108,2,0,0,1,177872,35574,7,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,399,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24828,4,3,-1,'Netherstalker Mantle',42109,2,0,0,1,134462,26892,3,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24829,4,3,-1,'Netherstalker Bracer',39787,2,0,0,1,89561,17912,9,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24830,4,3,-1,'Nexus-Strider Belt',49703,2,0,0,1,92614,18522,6,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24831,4,3,-1,'Nexus-Strider Greaves',38627,2,0,0,1,126721,25344,8,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24832,4,3,-1,'Nexus-Strider Breastplate',38608,2,0,0,1,168850,33770,5,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24833,4,3,-1,'Nexus-Strider Gloves',38626,2,0,0,1,87090,17418,10,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24834,4,3,-1,'Nexus-Strider Helmet',38628,2,0,0,1,131125,26225,1,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,382,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24835,4,3,-1,'Nexus-Strider Legwraps',38629,2,0,0,1,175468,35093,7,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,412,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24836,4,3,-1,'Nexus-Strider Mantle',38630,2,0,0,1,132678,26535,3,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24837,4,3,-1,'Nexus-Strider Bracer',38625,2,0,0,1,88387,17677,9,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24838,4,3,-1,'Wrathfin Waistband',38851,2,0,0,1,91334,18266,6,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24839,4,3,-1,'Wrathfin Greaves',38845,2,0,0,1,138103,27620,8,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24840,4,3,-1,'Wrathfin Armor',16725,2,0,0,1,183995,36799,5,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24841,4,3,-1,'Wrathfin Gloves',38844,2,0,0,1,92334,18466,10,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24842,4,3,-1,'Wrathfin Helmet',42201,2,0,0,1,139005,27801,1,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24843,4,3,-1,'Wrathfin Legguards',32337,2,0,0,1,185994,37198,7,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24844,4,3,-1,'Wrathfin Mantle',38848,2,0,0,1,140622,28124,3,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,364,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24845,4,3,-1,'Wrathfin Bindings',38843,2,0,0,1,93669,18733,9,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24846,4,3,-1,'Fenclaw Waistband',38873,2,0,0,1,96703,19340,6,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,281,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24847,4,3,-1,'Fenclaw Footwraps',38868,2,0,0,1,146206,29241,8,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24848,4,3,-1,'Fenclaw Armor',38865,2,0,0,1,194770,38954,5,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24849,4,3,-1,'Fenclaw Fists',38867,2,0,0,1,90852,18170,10,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24850,4,3,-1,'Fenclaw Helm',41377,2,0,0,1,136783,27356,1,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24851,4,3,-1,'Fenclaw Legguards',38871,2,0,0,1,183069,36613,7,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,437,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24852,4,3,-1,'Fenclaw Mantle',38872,2,0,0,1,138433,27686,3,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24853,4,3,-1,'Fenclaw Bindings',38866,2,0,0,1,92226,18445,9,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24854,4,3,-1,'Marshcreeper Belt',25775,2,0,0,1,95144,19028,6,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24855,4,3,-1,'Marshcreeper Sludgeboots',40252,2,0,0,1,143886,28777,8,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24856,4,3,-1,'Marshcreeper Fen-Vest',13011,2,0,0,1,191711,38342,5,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24857,4,3,-1,'Marshcreeper Gloves',40254,2,0,0,1,96210,19242,10,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24858,4,3,-1,'Marshcreeper Helm',40255,2,0,0,1,144835,28967,1,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,417,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24859,4,3,-1,'Marshcreeper Leggings',40256,2,0,0,1,193824,38764,7,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,449,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24860,4,3,-1,'Marshcreeper Mantle',40257,2,0,0,1,146550,29310,3,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,385,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24861,4,3,-1,'Marshcreeper Bracelets',40258,2,0,0,1,97623,19524,9,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24862,4,3,-1,'Blood Knight Girdle',39302,2,0,0,1,100627,20125,6,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24863,4,3,-1,'Blood Knight Boots',39305,2,0,0,1,152162,30432,8,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24864,4,3,-1,'Blood Knight Breastplate',39304,2,0,0,1,202715,40543,5,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24865,4,3,-1,'Blood Knight Gauntlets',39306,2,0,0,1,94450,18890,10,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24866,4,3,-1,'Blood Knight Helm',44677,2,0,0,1,142223,28444,1,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24867,4,3,-1,'Blood Knight Greaves',39307,2,0,0,1,190361,38072,7,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,462,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24868,4,3,-1,'Blood Knight Pauldrons',39308,2,0,0,1,143955,28791,3,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,396,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24869,4,3,-1,'Blood Knight Bracers',39303,2,0,0,1,95901,19180,9,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24870,4,3,-1,'Ironspine Belt',39436,2,0,0,1,98809,19761,6,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24871,4,3,-1,'Ironspine Greaves',39442,2,0,0,1,149437,29887,8,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24872,4,3,-1,'Ironspine Chain Vest',11497,2,0,0,1,199117,39823,5,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,543,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24873,4,3,-1,'Ironspine Gloves',39441,2,0,0,1,99923,19984,10,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24874,4,3,-1,'Ironspine Helm',25791,2,0,0,1,150447,30089,1,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24875,4,3,-1,'Ironspine Legguards',39443,2,0,0,1,201345,40269,7,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24876,4,3,-1,'Ironspine Shoulderguards',39445,2,0,0,1,152245,30449,3,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24877,4,3,-1,'Ironspine Bracelets',28596,2,0,0,1,101412,20282,9,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24878,4,3,-1,'Der\'izu Belt',39513,2,0,0,1,104406,20881,6,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24879,4,3,-1,'Der\'izu Greaves',41953,2,0,0,1,157885,31577,8,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24880,4,3,-1,'Der\'izu Chestpiece',39514,2,0,0,1,210351,42070,5,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24881,4,3,-1,'Der\'izu Fists',39515,2,0,0,1,108302,21660,10,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24882,4,3,-1,'Der\'izu Helm',42439,2,0,0,1,163030,32606,1,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,453,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24883,4,3,-1,'Der\'izu Legguards',39518,2,0,0,1,218142,43628,7,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24884,4,3,-1,'Der\'izu Spaulders',39520,2,0,0,1,149229,29845,3,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24885,4,3,-1,'Der\'izu Bracer',13508,2,0,0,1,99430,19886,9,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24886,4,3,-1,'Skettis Belt',39786,2,0,0,1,102319,20463,6,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24887,4,3,-1,'Skettis Footwraps',39789,2,0,0,1,154755,30951,8,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24888,4,3,-1,'Skettis Chestpiece',39788,2,0,0,1,206194,41238,5,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,573,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24889,4,3,-1,'Skettis Gauntlets',39790,2,0,0,1,103491,20698,10,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24890,4,3,-1,'Skettis Helmet',39793,2,0,0,1,155827,31165,1,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24891,4,3,-1,'Skettis Legguards',39792,2,0,0,1,208558,41711,7,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,501,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24892,4,3,-1,'Skettis Spaulders',39794,2,0,0,1,157691,31538,3,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,430,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24893,4,3,-1,'Skettis Bracer',39787,2,0,0,1,105056,21011,9,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24894,4,3,-1,'Sundered Waistband',39983,2,0,0,1,108032,21606,6,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24895,4,3,-1,'Sundered Footwraps',39980,2,0,0,1,163376,32675,8,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24896,4,3,-1,'Sundered Chestpiece',39979,2,0,0,1,217656,43531,5,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,588,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24897,4,3,-1,'Sundered Gauntlets',39981,2,0,0,1,112123,22424,10,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24898,4,3,-1,'Sundered Helmet',39986,2,0,0,1,168790,33758,1,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24899,4,3,-1,'Sundered Legguards',39982,2,0,0,1,225839,45167,7,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24900,4,3,-1,'Sundered Spaulders',39985,2,0,0,1,170740,34148,3,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24901,4,3,-1,'Tortured Bracer',39988,2,0,0,1,113727,22745,9,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24902,4,3,-1,'Talhide Stitched-Belt',39809,2,0,0,1,116857,23371,6,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24903,4,3,-1,'Talhide Lined-Boots',39812,2,0,0,1,176671,35334,8,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,414,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24904,4,3,-1,'Talhide Chestpiece',39810,2,0,0,1,212982,42596,5,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,602,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24905,4,3,-1,'Talhide Lined-Gloves',39814,2,0,0,1,106904,21380,10,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24906,4,3,-1,'Talhide Helmet',42461,2,0,0,1,160976,32195,1,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24907,4,3,-1,'Talhide Lined-Leggings',39704,2,0,0,1,215440,43088,7,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24908,4,3,-1,'Talhide Shoulderguards',39815,2,0,0,1,162921,32584,3,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,452,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24909,4,3,-1,'Talhide Lined-Bracers',39813,2,0,0,1,108546,21709,9,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24910,4,3,-1,'Netherstorm Belt',16704,2,0,0,1,111502,22300,6,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24911,4,3,-1,'Netherstorm Greaves',40183,2,0,0,1,168617,33723,8,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24912,4,3,-1,'Netherstorm Chestpiece',16700,2,0,0,1,224674,44934,5,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,617,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24913,4,3,-1,'Netherstorm Gauntlets',16702,2,0,0,1,115789,23157,10,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24914,4,3,-1,'Netherstorm Helm',42462,2,0,0,1,174301,34860,1,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,501,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24915,4,3,-1,'Netherstorm Legguards',39171,2,0,0,1,233248,46649,7,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24916,4,3,-1,'Netherstorm Shoulderguards',16706,2,0,0,1,176350,35270,3,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,463,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24917,4,3,-1,'Netherstorm Bracer',9894,2,0,0,1,117470,23494,9,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24918,4,4,-1,'Grimscale Belt',40748,2,0,0,1,97310,19462,6,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,427,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24919,4,4,-1,'Grimscale Sabatons',40758,2,0,0,1,145379,29075,8,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,521,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24920,4,4,-1,'Grimscale Armor',40746,2,0,0,1,194903,38980,5,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24921,4,4,-1,'Grimscale Gauntlets',40747,2,0,0,1,98357,19671,10,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,474,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24922,4,4,-1,'Grimscale Helm',42214,2,0,0,1,146924,29384,1,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,616,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24923,4,4,-1,'Grimscale Legguards',40756,2,0,0,1,196967,39393,7,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,664,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24924,4,4,-1,'Grimscale Pauldrons',40757,2,0,0,1,133902,26780,3,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,569,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24925,4,4,-1,'Grimscale Vambraces',40759,2,0,0,1,90298,18059,9,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24926,4,4,-1,'Ango\'rosh Belt',40761,2,0,0,1,93576,18715,6,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24927,4,4,-1,'Ango\'rosh Sabatons',40765,2,0,0,1,139838,27967,8,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24928,4,4,-1,'Ango\'rosh Breastplate',40762,2,0,0,1,187523,37504,5,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,785,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24929,4,4,-1,'Ango\'rosh Gauntlets',40763,2,0,0,1,97229,19445,10,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24930,4,4,-1,'Ango\'rosh Helm',44883,2,0,0,1,145276,29055,1,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,638,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24931,4,4,-1,'Ango\'rosh Legguards',40764,2,0,0,1,194788,38957,7,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24932,4,4,-1,'Ango\'rosh Pauldrons',28403,2,0,0,1,146349,29269,3,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,589,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24933,4,4,-1,'Ango\'rosh Vambraces',40766,2,0,0,1,98662,19732,9,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24934,4,4,-1,'Darkcrest Belt',40767,2,0,0,1,102131,20426,6,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24935,4,4,-1,'Darkcrest Sabatons',40774,2,0,0,1,152590,30518,8,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24936,4,4,-1,'Darkcrest Breastplate',40769,2,0,0,1,204581,40916,5,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,812,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24937,4,4,-1,'Darkcrest Gauntlets',40770,2,0,0,1,103236,20647,10,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24938,4,4,-1,'Darkcrest Helm',40771,2,0,0,1,154235,30847,1,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24939,4,4,-1,'Darkcrest Legguards',40772,2,0,0,1,206779,41355,7,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24940,4,4,-1,'Darkcrest Pauldrons',40773,2,0,0,1,155342,31068,3,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24941,4,4,-1,'Darkcrest Bracers',40768,2,0,0,1,104713,20942,9,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24942,4,4,-1,'Bloodscale Belt',38357,2,0,0,1,108284,21656,6,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24943,4,4,-1,'Bloodscale Sabatons',40352,2,0,0,1,161766,32353,8,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24944,4,4,-1,'Bloodscale Breastplate',38359,2,0,0,1,196250,39250,5,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,838,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24945,4,4,-1,'Bloodscale Gauntlets',38360,2,0,0,1,101802,20360,10,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24946,4,4,-1,'Bloodscale Helm',45182,2,0,0,1,152117,30423,1,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24947,4,4,-1,'Bloodscale Legguards',38362,2,0,0,1,203972,40794,7,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,733,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24948,4,4,-1,'Bloodscale Pauldrons',40303,2,0,0,1,153242,30648,3,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,629,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24949,4,4,-1,'Bloodscale Bracers',38358,2,0,0,1,103324,20664,9,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24950,4,4,-1,'Bogslayer Belt',39174,2,0,0,1,106771,21354,6,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,486,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24951,4,4,-1,'Bogslayer Sabatons',49767,2,0,0,1,159531,31906,8,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,594,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24952,4,4,-1,'Bogslayer Breastplate',49764,2,0,0,1,213877,42775,5,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24953,4,4,-1,'Bogslayer Gauntlets',49765,2,0,0,1,107944,21588,10,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24954,4,4,-1,'Bogslayer Helm',44684,2,0,0,1,161276,32255,1,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24955,4,4,-1,'Bogslayer Legplates',49766,2,0,0,1,216230,43246,7,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,756,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24956,4,4,-1,'Bogslayer Pauldrons',16106,2,0,0,1,162435,32487,3,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,648,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24957,4,4,-1,'Bogslayer Bracers',44766,2,0,0,1,109511,21902,9,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,378,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24958,4,4,-1,'Khan\'aish Girdle',44274,2,0,0,1,113059,22611,6,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,501,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24959,4,4,-1,'Khan\'aish Greaves',44277,2,0,0,1,168908,33781,8,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,612,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24960,4,4,-1,'Khan\'aish Breastplate',44273,2,0,0,1,226425,45285,5,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,891,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24961,4,4,-1,'Khan\'aish Gloves',44275,2,0,0,1,106194,21238,10,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,557,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24962,4,4,-1,'Khan\'aish Helmet',44278,2,0,0,1,158688,31737,1,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,724,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24963,4,4,-1,'Khan\'aish Legplates',44279,2,0,0,1,212774,42554,7,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,779,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24964,4,4,-1,'Khan\'aish Epaulets',40303,2,0,0,1,159880,31976,3,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,668,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24965,4,4,-1,'Khan\'aish Bracers',44272,2,0,0,1,107806,21561,9,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24966,4,4,-1,'Talonguard Girdle',39803,2,0,0,1,111230,22246,6,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24967,4,4,-1,'Talonguard Greaves',39805,2,0,0,1,166185,33237,8,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,630,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24968,4,4,-1,'Talonguard Armor',39800,2,0,0,1,222833,44566,5,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,917,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24969,4,4,-1,'Talonguard Gloves',39804,2,0,0,1,112470,22494,10,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,573,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24970,4,4,-1,'Talonguard Helmet',42215,2,0,0,1,168048,33609,1,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,745,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24971,4,4,-1,'Talonguard Legplates',39807,2,0,0,1,225299,45059,7,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,802,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24972,4,4,-1,'Talonguard Epaulets',39802,2,0,0,1,169273,33854,3,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,688,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24973,4,4,-1,'Talonguard Bracers',39801,2,0,0,1,114127,22825,9,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,401,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(24974,4,4,-1,'Reaver Girdle',44280,2,0,0,1,117652,23530,6,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,531,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24975,4,4,-1,'Reaver Greaves',39384,2,0,0,1,175762,35152,8,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,649,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24976,4,4,-1,'Reaver Armor',39377,2,0,0,1,235649,47129,5,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,943,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24977,4,4,-1,'Reaver Gloves',39382,2,0,0,1,110405,22081,10,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,590,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24978,4,4,-1,'Reaver Helmet',39386,2,0,0,1,164973,32994,1,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,767,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24979,4,4,-1,'Reaver Legplates',39385,2,0,0,1,221236,44247,7,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,826,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24980,4,4,-1,'Reaver Epaulets',39379,2,0,0,1,166248,33249,3,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,708,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24981,4,4,-1,'Reaver Bracers',39378,2,0,0,1,112107,22421,9,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,413,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24982,4,4,-1,'Boulderfist Belt',39410,2,0,0,1,115496,23099,6,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,546,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24983,4,4,-1,'Boulderfist Greaves',39414,2,0,0,1,172587,34517,8,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,667,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24984,4,4,-1,'Boulderfist Armor',39409,2,0,0,1,231429,46285,5,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24985,4,4,-1,'Boulderfist Gloves',39412,2,0,0,1,116815,23363,10,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,606,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24986,4,4,-1,'Boulderfist Helm',45181,2,0,0,1,174532,34906,1,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,788,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24987,4,4,-1,'Boulderfist Legplates',40772,2,0,0,1,234029,46805,7,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,849,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24988,4,4,-1,'Boulderfist Epaulets',39416,2,0,0,1,175842,35168,3,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,727,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24989,4,4,-1,'Boulderfist Bracers',39411,2,0,0,1,118562,23712,9,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24990,4,4,-1,'Warmaul Belt',39612,2,0,0,1,122053,24410,6,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,561,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24991,4,4,-1,'Warmaul Greaves',39615,2,0,0,1,182364,36472,8,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,685,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24992,4,4,-1,'Warmaul Breastplate',39613,2,0,0,1,244513,48902,5,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,996,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24993,4,4,-1,'Warmaul Gloves',39614,2,0,0,1,123393,24678,10,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24994,4,4,-1,'Warmaul Helmet',44686,2,0,0,1,189168,37833,1,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,810,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24995,4,4,-1,'Warmaul Legplates',39617,2,0,0,1,253603,50720,7,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,872,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24996,4,4,-1,'Warmaul Epaulets',39620,2,0,0,1,190511,38102,3,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,747,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24997,4,4,-1,'Warmaul Vambraces',39618,2,0,0,1,116214,23242,9,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24998,4,4,-1,'Bloodfist Girdle',39643,2,0,0,1,119592,23918,6,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(24999,4,4,-1,'Bloodfist Greaves',39646,2,0,0,1,178718,35743,8,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25000,4,4,-1,'Bloodfist Breastplate',39641,2,0,0,1,239665,47933,5,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1023,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25001,4,4,-1,'Bloodfist Gloves',39644,2,0,0,1,120967,24193,10,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25002,4,4,-1,'Bloodfist Helmet',45183,2,0,0,1,180764,36152,1,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,831,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25003,4,4,-1,'Bloodfist Legplates',39647,2,0,0,1,242398,48479,7,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,895,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25004,4,4,-1,'Bloodfist Epaulets',39651,2,0,0,1,182141,36428,3,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,767,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25005,4,4,-1,'Bloodfist Vambraces',39648,2,0,0,1,122804,24560,9,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25006,4,4,-1,'Conqueror\'s Girdle',39868,2,0,0,1,126283,25256,6,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,590,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25007,4,4,-1,'Conqueror\'s Greaves',39869,2,0,0,1,188695,37739,8,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,722,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25008,4,4,-1,'Conqueror\'s Breastplate',39865,2,0,0,1,253016,50603,5,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25009,4,4,-1,'Conqueror\'s Gauntlets',39866,2,0,0,1,127692,25538,10,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,656,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25010,4,4,-1,'Conqueror\'s Helmet',39873,2,0,0,1,195842,39168,1,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,853,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25011,4,4,-1,'Conqueror\'s Legplates',39870,2,0,0,1,262563,52512,7,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,918,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25012,4,4,-1,'Conqueror\'s Epaulets',39867,2,0,0,1,197233,39446,3,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,787,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25013,4,4,-1,'Conqueror\'s Vambraces',39871,2,0,0,1,132966,26593,9,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,459,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25014,4,4,-1,'Shattered Hand Belt',44334,2,0,0,1,136628,27325,6,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25015,4,4,-1,'Shattered Hand Sabatons',44340,2,0,0,1,204111,40822,8,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25016,4,4,-1,'Shattered Hand Breastplate',40688,2,0,0,1,273606,54721,5,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1076,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25017,4,4,-1,'Shattered Hand Gauntlets',44336,2,0,0,1,124949,24989,10,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,673,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25018,4,4,-1,'Shattered Hand Helmet',48246,2,0,0,1,186726,37345,1,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,874,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25019,4,4,-1,'Shattered Hand Legplates',44279,2,0,0,1,250408,50081,7,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25020,4,4,-1,'Shattered Hand Epaulets',44335,2,0,0,1,188151,37630,3,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,807,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25021,4,4,-1,'Shattered Hand Vambraces',39170,2,0,0,1,126876,25375,9,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25022,4,4,-1,'Warlord\'s Iron-Girdle',44346,2,0,0,1,130333,26066,6,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,620,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25023,4,4,-1,'Warlord\'s Sabatons',44349,2,0,0,1,194758,38951,8,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25024,4,4,-1,'Warlord\'s Iron-Breastplate',44341,2,0,0,1,261133,52226,5,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25025,4,4,-1,'Warlord\'s Iron-Gauntlets',44345,2,0,0,1,131809,26361,10,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,689,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25026,4,4,-1,'Warlord\'s Iron-Helm',42390,2,0,0,1,202245,40449,1,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,896,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25027,4,4,-1,'Warlord\'s Iron-Legplates',44347,2,0,0,1,271136,54227,7,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25028,4,4,-1,'Warlord\'s Iron-Epaulets',39651,2,0,0,1,203703,40740,3,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,827,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25029,4,4,-1,'Warlord\'s Iron-Vambraces',44348,2,0,0,1,137335,27467,9,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,482,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25030,4,1,-1,'Silky Velvet Cloak',40775,2,0,0,1,82645,16529,16,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25031,4,1,-1,'Silvermoon Royal Cloak',40776,2,0,0,1,85623,17124,16,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25032,4,1,-1,'Hellfire Cloak',40777,2,0,0,1,88628,17725,16,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25033,4,1,-1,'Scavenger\'s Cloak',38589,2,0,0,1,91652,18330,16,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25034,4,1,-1,'Elementalist Cloak',38665,2,0,0,1,94696,18939,16,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25035,4,1,-1,'Silver-Lined Cloak',26027,2,0,0,1,97749,19549,16,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25036,4,1,-1,'Boulderfist Cloak',27974,2,0,0,1,100831,20166,16,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25037,4,1,-1,'Patched Cape',39391,2,0,0,1,94055,18811,16,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25038,4,1,-1,'Forest Shroud',30689,2,0,0,1,96915,19383,16,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25039,4,1,-1,'Farseer Cloak',29630,2,0,0,1,99783,19956,16,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25040,4,1,-1,'Murkblood Cape',25958,2,0,0,1,102681,20536,16,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25041,4,1,-1,'Ambusher\'s Cloak',15236,2,0,0,1,105599,21119,16,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25042,4,1,-1,'Nether Cloak',16707,2,0,0,1,111484,22296,16,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25043,4,1,-1,'Amber Cape',16707,2,0,0,1,114509,22901,16,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25044,4,0,-1,'Rubellite Ring',31655,2,0,0,1,107236,26809,11,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25045,4,0,-1,'Azurite Ring',24569,2,0,0,1,110712,27678,11,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25046,4,0,-1,'Spined Ring',31616,2,0,0,1,114184,28546,11,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25047,4,0,-1,'Tourmaline Loop',9839,2,0,0,1,117660,29415,11,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25048,4,0,-1,'Smoky Quartz Ring',23629,2,0,0,1,121136,30284,11,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25049,4,0,-1,'Scheelite Ring',24569,2,0,0,1,124616,31154,11,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25050,4,0,-1,'Moldavite Ring',23608,2,0,0,1,128092,32023,11,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25051,4,0,-1,'Blue Topaz Band',28831,2,0,0,1,131564,32891,11,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25052,4,0,-1,'Hauyne Ring',31616,2,0,0,1,135040,33760,11,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25053,4,0,-1,'Lazuli Ring',23728,2,0,0,1,138516,34629,11,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25054,4,0,-1,'Sodalite Band',9832,2,0,0,1,141992,35498,11,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25055,4,0,-1,'Alexandrite Ring',24569,2,0,0,1,145472,36368,11,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25056,4,0,-1,'Almandine Ring',9834,2,0,0,1,148944,37236,11,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25057,4,0,-1,'Amber Band',9834,2,0,0,1,152420,38105,11,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25058,4,0,-1,'Anglesite Choker',31889,2,0,0,1,107236,26809,2,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25059,4,0,-1,'Fire Opal Collar',31604,2,0,0,1,110712,27678,2,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25060,4,0,-1,'Sunstone Necklace',38348,2,0,0,1,114184,28546,2,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25061,4,0,-1,'Hiddenite Necklace',9657,2,0,0,1,117660,29415,2,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25062,4,0,-1,'Zircon Amulet',38809,2,0,0,1,121136,30284,2,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25063,4,0,-1,'Multi-Colored Beads',39000,2,0,0,1,124616,31154,2,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25064,4,0,-1,'Amethyst Pendant',39023,2,0,0,1,128092,32023,2,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25065,4,0,-1,'Turquoise Brooch',39390,2,0,0,1,131564,32891,2,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25066,4,0,-1,'Pink Sapphire Necklace',39023,2,0,0,1,135040,33760,2,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25067,4,0,-1,'Diopside Beads',6539,2,0,0,1,138516,34629,2,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25068,4,0,-1,'Kunzite Necklace',9857,2,0,0,1,141992,35498,2,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25069,4,0,-1,'Epidote Stone Necklace',39877,2,0,0,1,145472,36368,2,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25070,4,0,-1,'Coral Beads',4841,2,0,0,1,148944,37236,2,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25071,4,0,-1,'Tanzanite Pendant',4841,2,0,0,1,152420,38105,2,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25072,4,6,-1,'Northman\'s Shield',26046,2,0,0,1,177528,35505,14,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2428,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,49,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25073,4,6,-1,'Emperor Shield',40781,2,0,0,1,183920,36784,14,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2513,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,51,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25074,4,6,-1,'Telaari Shield',40782,2,0,0,1,176924,35384,14,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2598,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,54,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25075,4,6,-1,'Hardened Steel Shield',27222,2,0,0,1,183006,36601,14,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2683,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,56,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25076,4,6,-1,'Screaming Shield',38728,2,0,0,1,189110,37822,14,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2768,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,59,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25077,4,6,-1,'Modani War-Shield',4743,2,0,0,1,195274,39054,14,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2853,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,62,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25078,4,6,-1,'Zangari Shield',39044,2,0,0,1,201479,40295,14,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2938,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,65,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25079,4,6,-1,'Outland Shield',33305,2,0,0,1,207725,41545,14,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3023,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,68,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25080,4,6,-1,'Spell-Breaker Shield',38728,2,0,0,1,213991,42798,14,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,71,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25081,4,6,-1,'Bayeaux Shield',38728,2,0,0,1,220319,44063,14,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3193,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,74,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25082,4,6,-1,'Fel-Iron Shield',20974,2,0,0,1,226688,45337,14,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3278,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,77,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25083,4,6,-1,'Smouldering Shield',3931,2,0,0,1,233098,46619,14,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3363,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,80,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25084,4,6,-1,'Zeth\'Gor Shield',20900,2,0,0,1,239526,47905,14,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3448,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,83,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25085,4,6,-1,'Dragonscale Shield',23835,2,0,0,1,246018,49203,14,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,86,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25086,4,0,-1,'Dreamseeker Dandelion',41455,2,0,0,1,107236,26809,23,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25087,4,0,-1,'Bleeding Eye',40785,2,0,0,1,110712,27678,23,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25088,4,0,-1,'Laughing Skull Orb',40786,2,0,0,1,114184,28546,23,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25089,4,0,-1,'Supplicant\'s Rod',41458,2,0,0,1,117660,29415,23,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25090,4,0,-1,'Slavehandler Rod',38729,2,0,0,1,121136,30284,23,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25091,4,0,-1,'Mistyreed Torch',38999,2,0,0,1,124616,31154,23,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25092,4,0,-1,'Consortium Crystal',39037,2,0,0,1,128092,32023,23,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25093,4,0,-1,'Shadow Council Orb',39339,2,0,0,1,131564,32891,23,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25094,4,0,-1,'Eldr\'naan Scepter',41457,2,0,0,1,135040,33760,23,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25095,4,0,-1,'Archmage Orb',39472,2,0,0,1,138516,34629,23,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25096,4,0,-1,'Elementalist Star',38729,2,0,0,1,141992,35498,23,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25097,4,0,-1,'Astralaan Orb',39863,2,0,0,1,145472,36368,23,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25098,4,0,-1,'Tuurik Torch',22923,2,0,0,1,148944,37236,23,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25099,4,0,-1,'Draenei Crystal Rod',22923,2,0,0,1,152420,38105,23,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25100,2,15,-1,'Liege Blade',40787,2,0,0,1,265485,53097,13,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,99,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25101,2,15,-1,'Cross Pommel Dagger',40788,2,0,0,1,275114,55022,13,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,101,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25102,2,15,-1,'Jaedenis Dagger',40789,2,0,0,1,284808,56961,13,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,103,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25103,2,15,-1,'Nightstalker Dagger',38457,2,0,0,1,294536,58907,13,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,106,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25104,2,15,-1,'Anzac Dagger',38633,2,0,0,1,304357,60871,13,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,108,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25105,2,15,-1,'Arachnid Dagger',38853,2,0,0,1,314243,62848,13,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,110,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25106,2,15,-1,'Cobra Shortblade',39029,2,0,0,1,332647,66529,13,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,115,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25107,2,15,-1,'Draconic Dagger',20273,2,0,0,1,342891,68578,13,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,119,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25108,2,15,-1,'Grave Keeper Knife',39423,2,0,0,1,353199,70639,13,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,124,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25109,2,15,-1,'Moon Blade',39604,2,0,0,1,363571,72714,13,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,128,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25110,2,15,-1,'Sharp Bowie Knife',40711,2,0,0,1,338439,67687,13,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,132,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25111,2,15,-1,'Lionhead Dagger',39892,2,0,0,1,348069,69613,13,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,137,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25112,2,15,-1,'Fel Ripper',40182,2,0,0,1,357763,71552,13,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,141,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25113,2,15,-1,'Phantom Dagger',41469,2,0,0,1,367522,73504,13,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,144,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25114,2,4,-1,'Doomsayer\'s Mace',39004,2,0,0,1,259533,51906,13,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,151,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25115,2,4,-1,'Riversong Mace',5205,2,0,0,1,268969,53793,13,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,155,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25116,2,4,-1,'Pneumatic War Hammer',40791,2,0,0,1,278470,55694,13,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,158,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25117,2,4,-1,'Flanged Battle Mace',38418,2,0,0,1,288035,57607,13,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,162,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25118,2,4,-1,'Battle Star',5199,2,0,0,1,297634,59526,13,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,165,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25119,2,4,-1,'Silvermoon War-Mace',38854,2,0,0,1,307327,61465,13,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,169,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25120,2,4,-1,'Rockshard Club',39045,2,0,0,1,317084,63416,13,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,176,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25121,2,4,-1,'Dreaded Mace',5205,2,0,0,1,326906,65381,13,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,182,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25122,2,4,-1,'Khorium Plated Bludgeon',39427,2,0,0,1,345704,69140,13,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,189,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25123,2,4,-1,'Boneshredder Mace',39488,2,0,0,1,355883,71176,13,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,196,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25124,2,4,-1,'Footman Mace',39750,2,0,0,1,366127,73225,13,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,202,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25125,2,4,-1,'Retro-Spike Club',39610,2,0,0,1,376399,75279,13,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,209,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25126,2,4,-1,'Anvilmar Hammer',22118,2,0,0,1,386770,77354,13,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,215,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25127,2,4,-1,'Knight\'s War Hammer',40823,2,0,0,1,397206,79441,13,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,220,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25128,2,5,-1,'Shining Mace',40792,2,0,0,1,350555,70111,17,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,244,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25129,2,5,-1,'Giant\'s Leg Bone',19622,2,0,0,1,363163,72632,17,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,250,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25130,2,5,-1,'Gronn-Bone Club',44768,2,0,0,1,340166,68033,17,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,256,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25131,2,5,-1,'Hateful Bludgeon',38423,2,0,0,1,351881,70376,17,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,261,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25132,2,5,-1,'Thrallmar War Hammer',38726,2,0,0,1,363677,72735,17,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,267,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25133,2,5,-1,'Stormwind Maul',39001,2,0,0,1,375514,75102,17,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,273,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25134,2,5,-1,'Highmountain Hammer',39255,2,0,0,1,387469,77493,17,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,284,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25135,2,5,-1,'Clefthoof Mace',39311,2,0,0,1,399505,79901,17,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,294,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25136,2,5,-1,'Blood Stained Hammer',39408,2,0,0,1,411621,82324,17,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,305,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25137,2,5,-1,'Draenethyst Mallet',39527,2,0,0,1,423774,84754,17,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,316,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25138,2,5,-1,'Blood Knight Maul',39633,2,0,0,1,447808,89561,17,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,327,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25139,2,5,-1,'Algaz Battle Hammer',39861,2,0,0,1,460452,92090,17,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,337,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25140,2,5,-1,'Commanding Mallet',40824,2,0,0,1,473130,94626,17,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,347,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25141,2,5,-1,'Halaani Hammer',41952,2,0,0,1,485933,97186,17,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,356,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25142,2,7,-1,'Telaari Longblade',40794,2,0,0,1,274492,54898,13,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,151,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25143,2,7,-1,'Silver Hand Blade',7526,2,0,0,1,284413,56882,13,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,155,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25144,2,7,-1,'Skettis Curved Blade',40795,2,0,0,1,294371,58874,13,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,158,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25146,2,7,-1,'Light-Etched Longsword',38635,2,0,0,1,314533,62906,13,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,165,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25147,2,7,-1,'Skystrider Katana',38863,2,0,0,1,324711,64942,13,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,169,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25148,2,7,-1,'Bone Collector Sword',39025,2,0,0,1,334921,66984,13,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,176,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25149,2,7,-1,'Baron\'s Broadsword',39310,2,0,0,1,345226,69045,13,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,182,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25150,2,7,-1,'Honor Hold Saber',7485,2,0,0,1,321802,64360,13,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,189,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25151,2,7,-1,'Assassins\' Short Blade',39474,2,0,0,1,331366,66273,13,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,196,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25152,2,7,-1,'Howling Sword',39752,2,0,0,1,340959,68191,13,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,202,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25153,2,7,-1,'Gladiator Greatblade',39890,2,0,0,1,350651,70130,13,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,209,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25154,2,7,-1,'Blood Groove Blade',41950,2,0,0,1,370275,74055,13,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,215,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25155,2,7,-1,'Iron Skull Sword',40686,2,0,0,1,380287,76057,13,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,220,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25156,2,8,-1,'Royal Crusader Sword',40796,2,0,0,1,335676,67135,17,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,244,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25157,2,8,-1,'Serpentlord Claymore',44329,2,0,0,1,347836,69567,17,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,250,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25158,2,8,-1,'Skeletal Broadsword',40798,2,0,0,1,360077,72015,17,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,256,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25160,2,8,-1,'Vengeance Blade',38735,2,0,0,1,384762,76952,17,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,267,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25161,2,8,-1,'Dragon Wing Blade',38864,2,0,0,1,397243,79448,17,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,273,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25162,2,8,-1,'Darkened Broadsword',39039,2,0,0,1,409805,81961,17,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,284,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25163,2,8,-1,'Elexorien Blade',39329,2,0,0,1,422405,84481,17,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,294,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25164,2,8,-1,'Crude Umbrafen Blade',39428,2,0,0,1,435126,87025,17,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,305,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25165,2,8,-1,'Boulderfist Claymore',39491,2,0,0,1,447928,89585,17,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,316,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25166,2,8,-1,'Mok\'Nathal Warblade',39758,2,0,0,1,460809,92161,17,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,327,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25167,2,8,-1,'Nethersteel Claymore',39906,2,0,0,1,473726,94745,17,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,337,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25168,2,8,-1,'Sha\'tari Longsword',40691,2,0,0,1,486768,97353,17,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,347,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25169,2,8,-1,'Fel Orc Brute Sword',44330,2,0,0,1,499889,99977,17,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,356,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25170,2,10,-1,'Rattan Bo Staff',40799,2,0,0,1,328237,65647,17,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,244,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25171,2,10,-1,'Straight Hardwood Staff',39172,2,0,0,1,340156,68031,17,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,250,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25172,2,10,-1,'Jinbali Warp-Staff',38347,2,0,0,1,352156,70431,17,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,256,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25174,2,10,-1,'Hanbo Staff',38713,2,0,0,1,376359,75271,17,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,267,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25175,2,10,-1,'Demoniac Longstaff',38995,2,0,0,1,388598,77719,17,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,273,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25176,2,10,-1,'Taiji Quarterstaff',39105,2,0,0,1,400919,80183,17,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,284,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25177,2,10,-1,'Tanjo Staff',5120,2,0,0,1,413319,82663,17,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,294,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25178,2,10,-1,'Bata Staff',4995,2,0,0,1,425758,85151,17,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,305,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25179,2,10,-1,'Nguni Stick',5111,2,0,0,1,438318,87663,17,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,316,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25180,2,10,-1,'Calenda Fighting Stick',39748,2,0,0,1,450959,90191,17,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,327,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25181,2,10,-1,'Tapered Staff',39987,2,0,0,1,463680,92736,17,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,337,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25182,2,10,-1,'Crystal-Etched Warstaff',38347,2,0,0,1,476435,95287,17,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,347,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25183,2,10,-1,'Voodoo Hex-Staff',21514,2,0,0,1,489315,97863,17,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,356,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25184,2,13,-1,'Ravager Claws',40801,2,0,0,1,276396,55279,21,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,151,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25185,2,13,-1,'Thrasher Blades',40802,2,0,0,1,286379,57275,22,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,155,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25186,2,13,-1,'Vampiric Handscythes',40803,2,0,0,1,275387,55077,21,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,158,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25187,2,13,-1,'Shekketh Talons',40431,2,0,0,1,284858,56971,22,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,162,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25188,2,13,-1,'Spleenripper Claws',8379,2,0,0,1,294394,58878,21,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,165,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25189,2,13,-1,'Ironspine Point',30572,2,0,0,1,303963,60792,22,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,169,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25190,2,13,-1,'Wight\'s Claws',40432,2,0,0,1,313626,62725,21,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,176,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25191,2,13,-1,'Dread Fangs',40434,2,0,0,1,323353,64670,22,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,182,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25192,2,13,-1,'Gutrippers',40177,2,0,0,1,333145,66629,13,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,189,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25193,2,13,-1,'Deathclaw Talons',40178,2,0,0,1,342967,68593,13,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,196,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25194,2,13,-1,'Serpent\'s Fangs',40179,2,0,0,1,352886,70577,13,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,202,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25195,2,13,-1,'Diamond Tipped Claws',40180,2,0,0,1,362870,72574,13,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,209,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25196,2,13,-1,'Boneshredder Claws',40426,2,0,0,1,372918,74583,21,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,215,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25197,2,13,-1,'Razor Scythes',40427,2,0,0,1,382993,76598,22,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,220,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25198,2,0,-1,'Karaborian Battle Axe',40804,2,0,0,1,270444,54088,13,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,151,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25199,2,0,-1,'Knight\'s War Axe',40805,2,0,0,1,280234,56046,13,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,155,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25200,2,0,-1,'Jagged Broadaxe',40806,2,0,0,1,290089,58017,13,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,158,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25201,2,0,-1,'Reaver\'s Sickle',14029,2,0,0,1,299978,59995,13,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,162,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25202,2,0,-1,'Kingly Axe',38723,2,0,0,1,309960,61992,13,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,165,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25203,2,0,-1,'Chipped Woodchopper',38997,2,0,0,1,297078,59415,13,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,169,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25204,2,0,-1,'Colossal War Axe',39739,2,0,0,1,306517,61303,13,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,176,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25205,2,0,-1,'Silvermoon Crescent Axe',39387,2,0,0,1,316051,63210,13,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,182,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25206,2,0,-1,'Berserker Axe',39406,2,0,0,1,325650,65130,13,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,189,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25207,2,0,-1,'Shadowmoon Cleaver',39608,2,0,0,1,335314,67062,13,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,196,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25208,2,0,-1,'Bladespire Broadaxe',39632,2,0,0,1,345006,69001,13,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,202,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25209,2,0,-1,'Amani Tomahawk',39862,2,0,0,1,354797,70959,13,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,209,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25210,2,0,-1,'Double-Bladed Axe',40313,2,0,0,1,364652,72930,13,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,215,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25211,2,0,-1,'Rockbiter Cutter',44332,2,0,0,1,374572,74914,13,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,220,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25212,2,1,-1,'Lucky Strike Axe',40295,2,0,0,1,330616,66123,17,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,244,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25213,2,1,-1,'Fel-Touched Axe',40294,2,0,0,1,342612,68522,17,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,250,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25214,2,1,-1,'Mok\'Nathal Battleaxe',40296,2,0,0,1,354689,70937,17,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,256,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25215,2,1,-1,'Spiked Battle Axe',40299,2,0,0,1,366847,73369,17,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,261,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25216,2,1,-1,'Ogre Splitting Axe',40297,2,0,0,1,379046,75809,17,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,267,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25217,2,1,-1,'Sundering Axe',40300,2,0,0,1,391363,78272,17,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,273,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25218,2,1,-1,'Silver-Edged Axe',40298,2,0,0,1,403761,80752,17,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,284,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25219,2,1,-1,'Rending Claw',40939,2,0,0,1,427092,85418,17,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,294,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25220,2,1,-1,'Glorious War-Axe',39421,2,0,0,1,439937,87987,17,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,305,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25221,2,1,-1,'Ghostly Battle Axe',39603,2,0,0,1,452862,90572,17,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,316,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25222,2,1,-1,'Ceremonial Slayer\'s Axe',39749,2,0,0,1,465868,93173,17,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,327,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25223,2,1,-1,'Windcaller Hatchet',40302,2,0,0,1,433404,86680,17,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,337,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25224,2,1,-1,'Slavemaster Axe',40938,2,0,0,1,445482,89096,17,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,347,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25225,2,1,-1,'Deepforge Broadaxe',40940,2,0,0,1,457640,91528,17,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,356,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25226,2,6,-1,'War Scythe',40807,2,0,0,1,323210,64642,17,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,244,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25227,2,6,-1,'Sha\'tari Longspear',40808,2,0,0,1,334932,66986,17,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,250,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25228,2,6,-1,'Halberd Polearm',40809,2,0,0,1,346768,69353,17,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,256,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25229,2,6,-1,'Partisan Polearm',38461,2,0,0,1,358684,71736,17,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,261,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25230,2,6,-1,'Voulge Blade',38742,2,0,0,1,370680,74136,17,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,267,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25231,2,6,-1,'Fel-Wrought Halberd',39003,2,0,0,1,382718,76543,17,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,273,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25232,2,6,-1,'War Glaive',39258,2,0,0,1,394874,78974,17,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,284,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25233,2,6,-1,'Battle Scythe',39287,2,0,0,1,407111,81422,17,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,294,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25234,2,6,-1,'Telaari Polearm',39425,2,0,0,1,419386,83877,17,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,305,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25235,2,6,-1,'Ethereal-Etched Glaive',39531,2,0,0,1,443253,88650,17,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,316,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25236,2,6,-1,'Grim Scythe',39751,2,0,0,1,456017,91203,17,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,327,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25237,2,6,-1,'Nether Trident',39894,2,0,0,1,468862,93772,17,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,337,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25238,2,6,-1,'Hellfire War Spear',40401,2,0,0,1,481741,96348,17,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,347,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25239,2,6,-1,'Legend\'s Glaive',40825,2,0,0,1,494745,98949,17,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,356,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25240,2,2,-1,'Azerothian Longbow',44659,2,0,0,1,209589,41917,15,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,156,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25241,2,2,-1,'Ashenvale Longbow',2786,2,0,0,1,217150,43430,15,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,160,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25242,2,2,-1,'Telaari Longbow',44682,2,0,0,1,224739,44947,15,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,164,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25243,2,2,-1,'Windtalker Bow',38632,2,0,0,1,210312,42062,15,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25244,2,2,-1,'Viper Bow',6233,2,0,0,1,217366,43473,15,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,171,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25245,2,2,-1,'Razorsong Bow',39007,2,0,0,1,224467,44893,15,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,173,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25246,2,2,-1,'Thalassian Compound Bow',39040,2,0,0,1,231593,46318,15,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,179,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25247,2,2,-1,'Expert\'s Bow',39331,2,0,0,1,238790,47758,15,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,184,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25248,2,2,-1,'Talbuk Hunting Bow',39431,2,0,0,1,246035,49207,15,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,190,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25249,2,2,-1,'Ranger\'s Recurved Bow',39607,2,0,0,1,253329,50665,15,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,195,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25250,2,2,-1,'Rocslayer Longbow',39775,2,0,0,1,260644,52128,15,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,200,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25251,2,2,-1,'Orc Flatbow',39975,2,0,0,1,275262,55052,15,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,206,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25252,2,2,-1,'Dream Catcher Bow',2786,2,0,0,1,282872,56574,15,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25253,2,2,-1,'Windspear Longbow',2786,2,0,0,1,290502,58100,15,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,215,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25254,2,18,-1,'Tower Crossbow',11247,2,0,0,1,205125,41025,26,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,156,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25255,2,18,-1,'Ram\'s Head Crossbow',42482,2,0,0,1,212542,42508,26,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,160,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25256,2,18,-1,'Stronghold Crossbow',10671,2,0,0,1,220007,44001,26,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,164,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25257,2,18,-1,'Citadel Crossbow',38419,2,0,0,1,227498,45499,26,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25258,2,18,-1,'Repeater Crossbow',38651,2,0,0,1,235059,47011,26,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,171,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25259,2,18,-1,'Collapsible Crossbow',39002,2,0,0,1,242668,48533,26,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,173,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25260,2,18,-1,'Archer\'s Crossbow',38651,2,0,0,1,250326,50065,26,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,179,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25261,2,18,-1,'Mighty Crossbow',39333,2,0,0,1,258007,51601,26,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,184,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25262,2,18,-1,'Battle Damaged Crossbow',39434,2,0,0,1,265760,53152,26,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,190,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25263,2,18,-1,'Assassins\' Silent Crossbow',39434,2,0,0,1,247563,49512,26,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,195,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25264,2,18,-1,'Pocket Ballista',39773,2,0,0,1,254761,50952,26,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,200,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25265,2,18,-1,'Barreled Crossbow',39864,2,0,0,1,261979,52395,26,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,206,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25266,2,18,-1,'Well-Balanced Crossbow',10671,2,0,0,1,269272,53854,26,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25267,2,18,-1,'Rampant Crossbow',10671,2,0,0,1,284187,56837,26,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,215,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25268,2,3,-1,'Lead-Slug Shotgun',44662,2,0,0,1,200661,40132,26,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,156,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25269,2,3,-1,'Longbeard Rifle',44660,2,0,0,1,207934,41586,26,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,160,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25270,2,3,-1,'Gnomish Assault Rifle',41603,2,0,0,1,215254,43050,26,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,164,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25271,2,3,-1,'Croc-Hunter\'s Rifle',44564,2,0,0,1,222623,44524,26,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25272,2,3,-1,'PC-54 Shotgun',44663,2,0,0,1,230017,46003,26,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,171,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25273,2,3,-1,'Sawed-Off Shotgun',39005,2,0,0,1,237481,47496,26,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,173,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25274,2,3,-1,'Cliffjumper Shotgun',48592,2,0,0,1,244994,48998,26,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,179,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25275,2,3,-1,'Dragonbreath Musket',44661,2,0,0,1,252555,50511,26,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,184,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25276,2,3,-1,'Tauren Runed Musket',44665,2,0,0,1,260139,52027,26,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,190,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25277,2,3,-1,'Sporting Rifle',44664,2,0,0,1,267795,53559,26,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,195,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25278,2,3,-1,'Nesingwary Longrifle',2792,2,0,0,1,275500,55100,26,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,200,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25279,2,3,-1,'Sen\'jin Longrifle',13060,2,0,0,1,283254,56650,26,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,206,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25280,2,3,-1,'Game Hunter Musket',39087,2,0,0,1,291027,58205,26,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25281,2,3,-1,'Big-Boar Battle Rifle',36494,2,0,0,1,298876,59775,26,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,215,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25282,2,19,-1,'Mahogany Wand',40815,2,0,0,1,211016,42203,26,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,163,4,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25283,2,19,-1,'Crystallized Ebony Wand',40816,2,0,0,1,203325,40665,26,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,169,4,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25284,2,19,-1,'Purpleheart Wand',40144,2,0,0,1,210501,42100,26,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,175,2,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25286,2,19,-1,'Yew Wand',40146,2,0,0,1,224997,44999,26,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,187,3,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25287,2,19,-1,'Magician\'s Wand',40139,2,0,0,1,232294,46458,26,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,193,2,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25288,2,19,-1,'Conjurer\'s Wand',40133,2,0,0,1,239662,47932,26,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,203,2,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25289,2,19,-1,'Majestic Wand',40155,2,0,0,1,247079,49415,26,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,3,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25290,2,19,-1,'Solitaire Wand',40145,2,0,0,1,254543,50908,26,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,219,4,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25291,2,19,-1,'Nobility Torch',40143,2,0,0,1,262030,52406,26,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,226,6,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25292,2,19,-1,'Mechano-Wand',40142,2,0,0,1,269590,53918,26,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,234,5,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25293,2,19,-1,'Draenethyst Wand',40136,2,0,0,1,277198,55439,26,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,242,3,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25294,2,19,-1,'Dragonscale Wand',40156,2,0,0,1,284855,56971,26,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,249,5,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25295,2,19,-1,'Flawless Wand',44333,2,0,0,1,292532,58506,26,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,255,6,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25296,2,15,-1,'Absorption Dagger',40214,2,0,0,1,275404,55080,21,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,93,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,-3.3,0,0,0,'',32,0,0,0,0,12340),(25297,2,15,-1,'Tuning Knife',40817,2,0,0,1,285355,57071,21,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,94,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33094,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,-4.3,0,0,0,'',32,0,0,0,0,12340),(25298,2,15,-1,'Combustion Dagger',40818,2,0,0,1,295341,59068,21,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,94,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,-5.3,0,0,0,'',32,0,0,0,0,12340),(25299,2,15,-1,'Siphoning Dagger',38601,2,0,0,1,283770,56754,21,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,95,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,-6.5,0,0,0,'',32,0,0,0,0,12340),(25300,2,15,-1,'Lightning Dagger',38724,2,0,0,1,293273,58654,21,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,95,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,-7.5,0,0,0,'',32,0,0,0,0,12340),(25301,2,15,-1,'Shattering Dagger',39006,2,0,0,1,302841,60568,21,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,96,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,-8.5,0,0,0,'',32,0,0,0,0,12340),(25302,2,15,-1,'Soul-Drain Dagger',39101,2,0,0,1,312441,62488,21,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,97,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,-10.5,0,0,0,'',32,0,0,0,0,12340),(25303,2,15,-1,'Amplifying Blade',39282,2,0,0,1,322136,64427,21,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,98,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33136,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,-12.5,0,0,0,'',33,0,0,0,0,12340),(25304,2,15,-1,'Destructo-Blade',39419,2,0,0,1,331896,66379,21,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,99,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33022,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,-14.5,0,0,0,'',33,0,0,0,0,12340),(25305,2,15,-1,'Elemental Dagger',39530,2,0,0,1,341720,68344,21,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,100,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,-16.3,0,0,0,'',33,0,0,0,0,12340),(25306,2,15,-1,'Permafrost Dagger',39769,2,0,0,1,351573,70314,21,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,101,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33140,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,-18.3,0,0,0,'',33,0,0,0,0,12340),(25307,2,15,-1,'Shadow Dagger',39978,2,0,0,1,361525,72305,21,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,102,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,-20.3,0,0,0,'',33,0,0,0,0,12340),(25308,2,15,-1,'Thunder Spike',41471,2,0,0,1,371541,74308,21,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,104,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33138,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,-22,0,0,0,'',33,0,0,0,0,12340),(25309,2,15,-1,'Warpdagger',40158,2,0,0,1,381621,76324,21,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,104,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,28693,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,-23.8,0,0,0,'',33,0,0,0,0,12340),(25310,2,4,-1,'Naaru Lightmace',6207,2,0,0,1,269452,53890,21,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,93,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,9314,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-3.3,0,0,0,'',32,0,0,0,0,12340),(25311,2,4,-1,'Revitalizing Hammer',39427,2,0,0,1,279210,55842,21,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,94,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33103,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-4.3,0,0,0,'',32,0,0,0,0,12340),(25312,2,4,-1,'Glorious Scepter',38346,2,0,0,1,289032,57806,21,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,94,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33148,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-5.3,0,0,0,'',32,0,0,0,0,12340),(25313,2,4,-1,'Cold-Iron Scepter',24033,2,0,0,1,298919,59783,21,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,95,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33149,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-6.5,0,0,0,'',32,0,0,0,0,12340),(25314,2,4,-1,'Ceremonial Hammer',16498,2,0,0,1,308840,61768,21,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,95,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33163,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-7.5,0,0,0,'',32,0,0,0,0,12340),(25315,2,4,-1,'Restorative Mace',39004,2,0,0,1,327109,65421,21,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,96,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,18040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-8.5,0,0,0,'',32,0,0,0,0,12340),(25316,2,4,-1,'Spirit-Clad Mace',39102,2,0,0,1,305364,61072,21,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,97,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,18047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-10.5,0,0,0,'',32,0,0,0,0,12340),(25317,2,4,-1,'Lesser Sledgemace',39389,2,0,0,1,314835,62967,21,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,98,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33164,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,-12.5,0,0,0,'',33,0,0,0,0,12340),(25318,2,4,-1,'Ancestral Hammer',39394,2,0,0,1,324401,64880,21,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,99,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,-14.5,0,0,0,'',33,0,0,0,0,12340),(25319,2,4,-1,'Tranquility Mace',39611,2,0,0,1,334032,66806,21,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,100,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33165,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,-16.3,0,0,0,'',33,0,0,0,0,12340),(25320,2,4,-1,'Queen\'s Insignia',39774,2,0,0,1,343728,68745,21,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,101,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33166,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,-18.3,0,0,0,'',33,0,0,0,0,12340),(25321,2,4,-1,'Divine Hammer',39875,2,0,0,1,353451,70690,21,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,102,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33168,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,-20.3,0,0,0,'',33,0,0,0,0,12340),(25322,2,4,-1,'Lordly Scepter',40159,2,0,0,1,363274,72654,21,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,104,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33169,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,-22,0,0,0,'',33,0,0,0,0,12340),(25323,2,4,-1,'Ascendant\'s Scepter',41637,2,0,0,1,373162,74632,21,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,104,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33170,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,-23.8,0,0,0,'',33,0,0,0,0,12340),(25324,2,10,-1,'Angerstaff',35363,2,0,0,1,329409,65881,17,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,244,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25325,2,10,-1,'Brutal Scar-Limb',20373,2,0,0,1,341332,68266,17,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,250,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25326,2,10,-1,'Primal Lore-Staff',38345,2,0,0,1,353369,70673,17,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,256,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25327,2,10,-1,'Frenzied Staff',35363,2,0,0,1,365486,73097,17,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,261,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25328,2,10,-1,'Faerie-Kind Staff',38666,2,0,0,1,377684,75536,17,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,267,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25329,2,10,-1,'Tranquility Staff',34939,2,0,0,1,389922,77984,17,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,273,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25330,2,10,-1,'Starshine Staff',39104,2,0,0,1,402280,80456,17,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,284,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25331,2,10,-1,'Vengeance Staff',39392,2,0,0,1,425612,85122,17,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,294,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25332,2,10,-1,'Reflective Staff',39429,2,0,0,1,438376,87675,17,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,305,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25333,2,10,-1,'Purification Staff',22145,2,0,0,1,451261,90252,17,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,316,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25334,2,10,-1,'Intimidating Greatstaff',39753,2,0,0,1,464226,92845,17,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,327,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25335,2,10,-1,'Feral Warp-Staff',39878,2,0,0,1,477272,95454,17,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,337,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25336,2,10,-1,'Splintering Greatstaff',21968,2,0,0,1,443760,88752,17,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,347,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25337,2,10,-1,'Swarming Sting-Staff',44331,2,0,0,1,455878,91175,17,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,356,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25338,4,1,-1,'Loosely Threaded Pants',37333,0,0,0,1,34533,6906,7,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25339,4,1,-1,'Loosely Threaded Shoulderpads',37334,0,0,0,1,25999,5199,3,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25340,4,1,-1,'Loosely Threaded Vest',37335,0,0,0,1,34795,6959,5,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25341,4,1,-1,'Dilapidated Cloth Belt',37327,0,0,0,1,18815,3763,6,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25342,4,1,-1,'Dilapidated Cloth Boots',37328,0,0,0,1,28330,5666,8,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25343,4,1,-1,'Dilapidated Cloth Bracers',37329,0,0,0,1,18958,3791,9,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25344,4,1,-1,'Dilapidated Cloth Gloves',37332,0,0,0,1,19028,3805,10,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25345,4,1,-1,'Dilapidated Cloth Hat',42766,0,0,0,1,28649,5729,1,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25346,4,1,-1,'Dilapidated Cloth Pants',43405,0,0,0,1,38343,7668,7,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25347,4,1,-1,'Dilapidated Cloth Shoulderpads',37334,0,0,0,1,29631,5926,3,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25348,4,1,-1,'Dilapidated Cloth Vest',37335,0,0,0,1,39652,7930,5,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25349,4,2,-1,'Moldy Leather Armor',14935,0,0,0,1,46171,9234,5,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25350,4,2,-1,'Moldy Leather Belt',37336,0,0,0,1,23169,4633,6,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25351,4,2,-1,'Moldy Leather Boots',37337,0,0,0,1,34874,6974,8,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25352,4,2,-1,'Moldy Leather Bracers',37338,0,0,0,1,23333,4666,9,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25353,4,2,-1,'Moldy Leather Gloves',27946,0,0,0,1,23416,4683,10,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25354,4,2,-1,'Moldy Leather Helmet',37339,0,0,0,1,35248,7049,1,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25355,4,2,-1,'Moldy Leather Pants',27947,0,0,0,1,47160,9432,7,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25356,4,2,-1,'Moldy Leather Shoulderpads',37340,0,0,0,1,32122,6424,3,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25357,4,2,-1,'Decaying Leather Armor',14935,0,0,0,1,46321,9264,5,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25358,4,2,-1,'Decaying Leather Belt',37336,0,0,0,1,23250,4650,6,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25359,4,2,-1,'Decaying Leather Boots',37337,0,0,0,1,35006,7001,8,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25360,4,2,-1,'Decaying Leather Bracers',37338,0,0,0,1,23427,4685,9,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25361,4,2,-1,'Decaying Leather Gloves',27946,0,0,0,1,23516,4703,10,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25362,4,2,-1,'Decaying Leather Helmet',37339,0,0,0,1,35405,7081,1,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25363,4,2,-1,'Decaying Leather Pants',27947,0,0,0,1,48669,9733,7,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25364,4,2,-1,'Decaying Leather Shoulderpads',37340,0,0,0,1,36636,7327,3,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25365,4,3,-1,'Eroded Mail Armor',37341,0,0,0,1,54608,10921,5,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25366,4,3,-1,'Eroded Mail Belt',37342,0,0,0,1,27401,5480,6,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25367,4,3,-1,'Eroded Mail Boots',6876,0,0,0,1,41434,8286,8,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25368,4,3,-1,'Eroded Mail Bracers',6915,0,0,0,1,27600,5520,9,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25369,4,3,-1,'Eroded Mail Circlet',28391,0,0,0,1,41550,8310,1,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25370,4,3,-1,'Eroded Mail Gloves',37343,0,0,0,1,27797,5559,10,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25371,4,3,-1,'Eroded Mail Pants',3043,0,0,0,1,55794,11158,7,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25372,4,3,-1,'Eroded Mail Shoulderpads',37344,0,0,0,1,42182,8436,3,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25373,4,3,-1,'Corroded Mail Armor',37341,0,0,0,1,60540,12108,5,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25374,4,3,-1,'Corroded Mail Belt',37342,0,0,0,1,30375,6075,6,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25375,4,3,-1,'Corroded Mail Boots',6876,0,0,0,1,45926,9185,8,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25376,4,3,-1,'Corroded Mail Bracers',6915,0,0,0,1,27682,5536,9,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25377,4,3,-1,'Corroded Mail Circlet',28391,0,0,0,1,41685,8337,1,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25378,4,3,-1,'Corroded Mail Gloves',37343,0,0,0,1,27894,5578,10,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25379,4,3,-1,'Corroded Mail Pants',3043,0,0,0,1,57543,11508,7,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25380,4,3,-1,'Corroded Mail Shoulderpads',37344,0,0,0,1,43511,8702,3,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25381,4,4,-1,'Tarnished Plate Belt',37348,0,0,0,1,31565,6313,6,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25382,4,4,-1,'Tarnished Plate Boots',37349,0,0,0,1,47164,9432,8,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25383,4,4,-1,'Tarnished Plate Bracers',37350,0,0,0,1,31799,6359,9,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25384,4,4,-1,'Tarnished Plate Chestpiece',25846,0,0,0,1,63470,12694,5,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,562,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25385,4,4,-1,'Tarnished Plate Gloves',37351,0,0,0,1,32030,6406,10,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,351,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25386,4,4,-1,'Tarnished Plate Helmet',42216,0,0,0,1,47856,9571,1,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,456,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25387,4,4,-1,'Tarnished Plate Pants',37353,0,0,0,1,64162,12832,7,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25388,4,4,-1,'Tarnished Plate Shoulderpads',37355,0,0,0,1,48204,9640,3,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,421,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25389,4,4,-1,'Deteriorating Plate Belt',37348,0,0,0,1,35009,7001,6,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25390,4,4,-1,'Deteriorating Plate Boots',37349,0,0,0,1,52304,10460,8,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25391,4,4,-1,'Deteriorating Plate Bracers',37350,0,0,0,1,35261,7052,9,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25392,4,4,-1,'Deteriorating Plate Chestpiece',25846,0,0,0,1,70373,14074,5,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,610,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25393,4,4,-1,'Deteriorating Plate Gloves',37351,0,0,0,1,35510,7102,10,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25394,4,4,-1,'Deteriorating Plate Helmet',42216,0,0,0,1,53049,10609,1,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,496,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25395,4,4,-1,'Deteriorating Plate Pants',37353,0,0,0,1,66131,13226,7,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,534,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25396,4,4,-1,'Deteriorating Plate Shoulderpads',37355,0,0,0,1,49686,9937,3,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25397,2,0,-1,'Eroded Axe',8478,0,0,0,1,91762,18352,21,-1,-1,69,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,59,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25398,2,1,-1,'Stone Reaper',19374,0,0,0,1,115135,23027,17,-1,-1,69,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,93,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25399,2,7,-1,'Deteriorating Blade',20225,0,0,0,1,92453,18490,21,-1,-1,69,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,68,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25400,2,8,-1,'Tarnished Claymore',20195,0,0,0,1,115986,23197,17,-1,-1,69,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,108,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25401,2,4,-1,'Corroded Mace',19716,0,0,0,1,93134,18626,21,-1,-1,69,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,71,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25402,2,5,-1,'The Stoppable Force',28691,0,0,0,1,116850,23370,17,-1,-1,69,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,134,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25403,2,15,-1,'Sharpened Stilleto',4119,0,0,0,1,93825,18765,13,-1,-1,69,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,50,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25404,2,10,-1,'Dense War Staff',20309,0,0,0,1,117701,23540,17,-1,-1,69,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,115,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25405,2,3,-1,'Rusted Musket',20721,0,0,0,1,70880,14176,26,-1,-1,69,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,65,0,0,0,0,0,0,0,0,0,0,0,1800,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25406,2,2,-1,'Broken Longbow',20550,0,0,0,1,71139,14227,15,-1,-1,69,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,90,0,0,0,0,0,0,0,0,0,0,0,2500,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25408,15,0,-1,'Shiny Tail Hair',18095,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25409,15,0,-1,'Resilient Tail Hair',18095,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25410,15,0,-1,'Damaged Hoof',37654,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25411,15,0,-1,'Worn Hoof',37654,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25412,15,0,-1,'Dirt-covered Fur',18092,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25413,15,0,-1,'Smooth Fur',18092,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25414,15,0,-1,'Brittle Horn',7134,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25415,15,0,-1,'Aged Horn',7134,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25416,12,0,-1,'Oshu\'gun Crystal Fragment',30634,1,0,0,1,800,200,0,-1,-1,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25417,15,0,-1,'Bloody Fang',959,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25418,15,0,-1,'Razor Sharp Fang',959,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25419,15,0,-1,'Unmarked Bag of Gems',2588,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25420,15,0,-1,'Severed Claw',3307,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25421,15,0,-1,'Gnarled Claw',3307,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25422,15,0,-1,'Bulging Sack of Gems',2593,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25423,15,0,-1,'Bag of Premium Gems',21202,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25424,15,0,-1,'Gem-Stuffed Envelope',3023,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25425,15,0,-1,'Molted Feather',37653,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25426,15,0,-1,'Brilliant Feather',37653,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25427,15,0,-1,'Beaten Talon',7202,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25428,15,0,-1,'Savage Talon',7202,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25429,15,0,-1,'Grime-encrusted Scale',37656,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25430,15,0,-1,'Glimmering Scale',37656,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25431,15,0,-1,'Ripped Fin',2874,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25432,15,0,-1,'Pristine Fin',2874,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25433,12,0,-1,'Obsidian Warbeads',32326,1,0,0,1,800,200,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25434,15,0,-1,'Fractured Carapace',23332,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25435,15,0,-1,'Hardened Carapace',23332,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25436,15,0,-1,'Twitching Leg',35014,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25437,15,0,-1,'Barbed Leg',35014,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25438,4,0,-1,'Malachite Pendant',6539,2,0,0,1,3000,750,2,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(25439,4,0,-1,'Tigerseye Band',29697,2,524288,0,1,1000,250,11,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(25440,15,0,-1,'Cracked Boar Tusk',3429,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25441,15,0,-1,'Gnarled Boar Tusk',3429,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25442,15,0,-1,'Mangled Snout',38305,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25443,15,0,-1,'Bloody Snout',37651,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25444,15,0,-1,'Corrosive Ichor',13715,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25445,15,0,-1,'Wretched Ichor',13715,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25446,15,0,-1,'Brittle Skull',7103,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25447,15,0,-1,'Broken Skull',7103,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25448,12,0,-1,'Blacksting\'s Stinger',37378,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s still oozing venom.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25449,12,0,-1,'Bundle of Skins',2593,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Heavy and slightly damp from the marsh.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25450,15,0,-1,'Creeping Moss',37657,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25451,15,0,-1,'Swamp Moss',37657,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25452,15,0,-1,'Blighted Fungus',19566,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25453,15,0,-1,'Death Cap Fungus',19566,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25454,15,0,-1,'Luminescent Globe',37659,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25455,15,0,-1,'Phosphorescent Globe',37659,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(25456,15,0,-1,'Glowing Spores',37658,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25457,15,0,-1,'Incandescent Spores',37658,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(25458,15,0,-1,'Mag\'har Battle Standard',19562,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32205,0,0,0,0,1164,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25459,12,0,-1,'\"Count\" Ungula\'s Mandible',37392,1,2048,0,1,0,0,0,-1,-1,1,62,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Giant mandibles indicative of provincial insect nobility.',0,0,0,9911,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25460,12,0,-1,'Bleeding Hollow Supply Crate',9151,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25461,12,0,-1,'Book of Forgotten Names',1246,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25462,12,0,-1,'Tome of Dusk',1246,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25463,12,0,-1,'Pair of Ivory Tusks',7999,1,0,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Pristine!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25464,2,6,-1,'Blood-Tempered Ranseur',37410,3,0,0,1,26198,5239,17,262143,32767,27,0,0,0,0,0,0,0,0,0,1,0,3,4,8,7,8,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,91,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',41,0,0,0,0,12340),(25465,0,0,-1,'Stormcrow Amulet',37443,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31606,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25466,15,0,-1,'Broken Antenna',18096,0,0,0,1,16,4,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25467,15,0,-1,'Torn Moth Wing',37424,0,0,0,1,16,4,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25468,15,0,-1,'Boulderfist Plans',24153,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Smudged with food, blood, and unidentifiable liquids and substances.',2975,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25469,9,0,-1,'Grimoire of Avoidance',1246,1,64,0,1,26000,6500,0,31488,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32234,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25470,15,5,-1,'Golden Gryphon',59338,3,0,2,1,500000,125000,0,262143,1101,60,60,762,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32235,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be used in Outland or Northrend.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25471,15,5,-1,'Ebon Gryphon',59494,3,0,2,1,500000,125000,0,262143,1101,60,60,762,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32239,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be used in Outland or Northrend.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25472,15,5,-1,'Snowy Gryphon',59493,3,0,2,1,500000,125000,0,262143,1101,60,60,762,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32240,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25473,15,5,-1,'Swift Blue Gryphon',39239,4,0,2,1,1000000,250000,0,262143,1101,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32242,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25474,15,5,-1,'Tawny Wind Rider',59472,3,0,1,1,500000,125000,0,262143,690,60,60,762,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32243,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25475,15,5,-1,'Blue Wind Rider',59475,3,0,1,1,500000,125000,0,262143,690,60,60,762,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32244,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25476,15,5,-1,'Green Wind Rider',59473,3,0,1,1,500000,125000,0,262143,690,60,60,762,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32245,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25477,15,5,-1,'Swift Red Wind Rider',59470,4,0,1,1,1000000,250000,0,262143,690,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32246,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25478,4,4,-1,'Defender\'s Gauntlets',37441,2,0,0,1,107976,21595,10,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,3,16,4,17,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25479,4,3,-1,'Boots of the Earthcaller',37440,2,0,0,1,139143,27828,8,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,5,17,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25480,4,1,-1,'Wastewalker\'s Sash',37437,2,0,0,1,61792,12358,6,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,5,17,7,18,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25481,4,4,-1,'Sunstrider\'s Gauntlets',37444,2,0,0,1,109148,21829,10,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,3,16,4,17,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25482,4,3,-1,'Venn\'ren\'s Boots',37438,2,0,0,1,140663,28132,8,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,5,17,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25483,4,1,-1,'Fine Sash',37436,2,0,0,1,62458,12491,6,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,5,17,7,16,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25484,4,0,-1,'Telhamat Pendant',39682,2,0,0,1,62682,12536,2,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25485,4,0,-1,'Amaan\'s Signet',39681,2,0,0,1,110715,22143,11,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,4,18,7,15,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25486,4,2,-1,'Demonslayer\'s Wristguards',37433,2,0,0,1,78913,15782,9,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,3,12,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25487,4,0,-1,'Wind Dancer\'s Pendant',32297,2,0,0,1,121136,30284,2,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,3,12,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25488,4,0,-1,'Signet of Aeranas',37430,2,0,0,1,121136,30284,11,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25489,4,1,-1,'Windtalker\'s Cloak',37429,2,0,0,1,86601,17320,16,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,5,12,7,12,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25490,12,0,-1,'Boulderfist Key',37442,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32249,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25491,12,0,-1,'Salvaged Spore Sacs',4045,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25492,2,4,-1,'Earthcaller\'s Mace',23267,2,0,0,1,300027,60005,21,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,7,13,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,140,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,18045,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-7.5,0,0,0,'',32,0,0,0,0,12340),(25494,2,10,-1,'Totemic Staff',28580,2,0,0,1,377797,75559,17,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,7,33,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,234,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,26459,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,-7.5,0,0,0,'',32,0,0,0,0,12340),(25495,2,15,-1,'Wolfrider\'s Dagger',20299,2,0,0,1,303358,60671,13,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,32,10,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,115,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25496,2,2,-1,'Mag\'har Bow',28309,2,0,0,1,228359,45671,15,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,1,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,177,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25498,0,0,-1,'Rough Stone Statue',38749,1,0,0,1,100,25,0,-1,-1,10,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32254,0,-1,-1,0,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25499,4,0,-1,'Felblood Band',9834,2,0,0,1,121136,30284,11,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,3,12,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25500,4,0,-1,'Felforce Medallion',9858,2,0,0,1,121136,30284,2,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,7,18,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9344,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25501,4,1,-1,'Lost Anchorite\'s Cloak',27721,2,0,0,1,93015,18603,16,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,1,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25502,4,4,-1,'Lightbearer\'s Gauntlets',37445,2,0,0,1,106379,21275,10,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,3,4,16,7,24,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25503,4,1,-1,'Flamehandler\'s Gloves',37446,2,0,0,1,60660,12132,10,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,3,5,11,31,16,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25504,4,2,-1,'Pilgrim\'s Belt',37447,2,0,0,1,76097,15219,6,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,2,3,16,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25505,4,0,-1,'Carinda\'s Wedding Band',31906,2,0,0,1,117660,29415,11,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,2,7,18,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25506,4,3,-1,'Vindicator\'s Chain Helm',37448,2,0,0,1,142017,28403,1,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,3,23,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25507,4,2,-1,'Leggings of Telhamat',37449,2,0,0,1,158356,31671,7,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,7,33,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25508,4,2,-1,'Omenai Vest',37450,2,0,0,1,147772,29554,5,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,7,28,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25509,12,0,-1,'Northwind Cleft Key',37442,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32255,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25510,4,1,-1,'Ceremonial Robes',37451,2,0,0,1,119102,23820,20,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,7,22,5,23,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25511,4,4,-1,'Thunderforge Leggings',27938,2,0,0,1,209213,41842,7,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,4,19,7,28,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,756,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25512,4,3,-1,'Tribal Hauberk',37454,2,0,0,1,179998,35999,5,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,3,19,7,28,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25513,4,2,-1,'Clefthoof Hide Mask',41854,2,0,0,1,112907,22581,1,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,7,33,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25514,4,3,-1,'Ikeyen\'s Pauldrons',27160,2,0,0,1,128759,25751,3,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,2,5,16,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25515,4,2,-1,'Mud Encrusted Boots',37457,2,0,0,1,107220,21444,8,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,2,3,16,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25516,4,1,-1,'Ikeyen\'s Boots',37459,2,0,0,1,86093,17218,8,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,3,5,11,32,15,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25517,4,0,-1,'Preserver\'s Medallion',9859,2,0,0,1,121136,30284,2,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18029,1,0,0,0,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25518,4,2,-1,'Explorer\'s Leggings',37460,2,0,0,1,153329,30665,7,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,5,23,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25519,2,4,-1,'Warden\'s Hammer',28262,2,0,0,1,307780,61556,13,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,1,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,178,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25521,0,8,-1,'Greater Rune of Warding',38758,1,64,0,1,12000,3000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32282,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25522,4,4,-1,'Marshstrider\'s Spaulders',27940,2,0,0,1,163022,32604,3,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,4,22,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,648,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25523,4,3,-1,'Windcaller\'s Gauntlets',37472,2,0,0,1,93669,18733,10,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,5,17,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25524,4,2,-1,'Cenarion Expedition Boots',37473,2,0,0,1,109137,21827,8,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,5,17,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25525,4,1,-1,'Zangar Epaulets',37474,2,0,0,1,90160,18032,3,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,3,31,17,5,12,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25526,9,4,-1,'Plans: Greater Rune of Warding',1102,1,64,0,1,60000,15000,0,-1,-1,70,0,164,350,0,0,0,942,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32285,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Greater Rune of Warding.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25527,15,5,-1,'Swift Red Gryphon',39239,4,0,2,1,1000000,250000,0,262143,1101,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32289,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25528,15,5,-1,'Swift Green Gryphon',39239,4,0,2,1,1000000,250000,0,262143,1101,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32290,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25529,15,5,-1,'Swift Purple Gryphon',39239,4,0,2,1,1000000,250000,0,262143,1101,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32292,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25530,4,4,-1,'Helm of Natural Purity',44327,2,0,0,1,160484,32096,1,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,3,4,23,7,34,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,724,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25531,15,5,-1,'Swift Green Wind Rider',59469,4,0,1,1,1000000,250000,0,262143,690,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32295,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25532,15,5,-1,'Swift Yellow Wind Rider',59471,4,0,1,1,1000000,250000,0,262143,690,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32296,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25533,15,5,-1,'Swift Purple Wind Rider',59468,4,0,1,1,1000000,250000,0,262143,690,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32297,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25534,4,3,-1,'Marsh Survivalist\'s Belt',37476,2,0,0,1,93254,18650,6,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,2,3,18,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,281,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25535,15,2,-1,'Netherwhelp\'s Collar',45013,3,134250560,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,0,0,-1,0,-1,32298,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25536,2,4,-1,'Sporeggar Smasher',19735,3,0,0,1,368759,73751,21,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,3,7,18,5,12,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,123,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,33124,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,-15.3,0,0,0,'',50,0,0,0,0,12340),(25537,2,1,-1,'Hewing Axe of the Marsh',28207,3,0,0,1,462646,92529,17,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,3,4,29,7,42,3,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,265,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25538,2,13,-1,'Sporeling Claw',40181,3,0,0,1,371474,74294,13,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,2,7,18,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,184,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25539,0,2,-1,'Potion of Water Breathing',3665,1,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22807,0,-3,-3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25540,4,1,-1,'Dark Cloak of the Marsh',40130,3,0,0,1,115162,23032,16,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,2,3,16,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25541,4,0,-1,'Cenarion Ring of Casting',28733,3,0,0,1,146756,36689,11,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,2,5,16,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9346,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25542,4,0,-1,'Lucky Circle of the Fool',9837,2,0,0,1,146756,36689,11,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,1,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9316,1,0,0,0,0,0,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25543,2,15,-1,'Talbuk Sticker',16130,2,0,0,1,323152,64630,21,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,7,15,5,11,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,87,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,33022,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,-14.5,0,0,0,'',33,0,0,0,0,12340),(25544,2,3,-1,'Zerid\'s Vintage Musket',28557,2,0,0,1,243301,48660,26,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,3,8,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,190,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25545,2,15,-1,'Talbuk Dirk',6448,2,0,0,1,325650,65130,13,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,7,15,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,131,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25548,0,8,-1,'Tallstalk Mushroom',19488,1,0,0,1,0,0,0,-1,-1,50,40,0,0,0,0,0,970,4,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32304,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25549,4,0,-1,'Blood Knight Tabard',37484,1,0,1,1,0,0,19,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25550,0,8,-1,'Redcap Toadstool',36727,1,0,0,1,0,0,0,-1,-1,50,40,0,0,0,0,0,970,5,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32305,0,-1,-1,120000,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25552,15,0,-1,'Warmaul Ogre Banner',6748,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32307,0,0,0,0,1167,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Bears the symbol of Warmaul.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25553,2,10,-1,'Exodar Staff',20446,1,0,0,1,150,30,17,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,11,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25554,12,0,-1,'Kil\'sorrow Armaments',11449,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25555,15,0,-1,'Kil\'sorrow Banner',6748,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32314,0,0,0,0,1167,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25556,4,3,-1,'Oversized Ogre Hauberk',37490,2,0,0,1,203563,40712,5,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,7,31,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'After a good washing, this mail is serviceable, if a little baggy.',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25557,4,4,-1,'Salvaged Ango\'rosh Pauldrons',37491,2,0,0,1,178416,35683,3,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,4,19,7,27,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,708,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25558,4,1,-1,'Ango\'rosh Souleater\'s Cowl',37492,2,0,0,1,102502,20500,1,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,5,25,7,25,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25559,4,2,-1,'Lo\'ap\'s Tunic of Muck Diving',37493,2,0,0,1,136719,27343,5,-1,-1,79,0,0,0,0,0,0,0,0,0,1,0,2,7,27,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',12,0,0,0,0,12340),(25560,4,3,-1,'Lo\'ap\'s Muck Diving Pads',37494,2,0,0,1,124033,24806,3,-1,-1,79,0,0,0,0,0,0,0,0,0,1,0,3,3,13,7,18,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,313,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',12,0,0,0,0,12340),(25561,4,4,-1,'Muck-ridden Galoshes',45985,2,0,0,1,144299,28859,8,32767,32767,79,0,0,0,0,0,0,0,0,0,1,0,3,4,15,7,21,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',12,0,0,0,0,12340),(25562,4,0,-1,'Earthen Mark of Razing',15420,3,0,0,1,155100,38775,2,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,2,3,23,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25563,4,0,-1,'Earthen Mark of Power',32395,3,0,0,1,155100,38775,2,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,2,32,23,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25564,4,0,-1,'Earthen Mark of Health',9657,3,64,0,1,155100,38775,2,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,1,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9408,1,0,0,0,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25565,4,2,-1,'Spaulders of the Ring',37496,2,0,0,1,122106,24421,3,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,7,28,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25566,4,4,-1,'Judicator\'s Gauntlets',37498,2,0,0,1,115045,23009,10,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,4,16,7,24,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,606,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25567,4,3,-1,'Cord of the Ring',37500,2,0,0,1,98424,19684,6,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,7,28,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25568,4,3,-1,'Warcaster\'s Scaled Leggings',37501,2,0,0,1,197598,39519,7,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,7,33,5,22,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25569,4,4,-1,'Murkblood Avenger\'s Chestplate',27427,2,0,0,1,231405,46281,5,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,4,26,3,25,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25570,4,2,-1,'Melia\'s Lustrous Crown',39364,2,0,0,1,124423,24884,1,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,7,33,5,22,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25573,4,4,-1,'QR 9863 Warrior Chest',27427,2,0,0,1,241118,48223,5,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,4,26,3,25,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,1),(25574,4,1,-1,'Greenkeeper\'s Pantaloons',23711,2,0,0,1,138281,27656,7,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,4,7,21,5,22,32,21,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25575,4,3,-1,'Thunderbringer\'s Guard',37504,2,0,0,1,156129,31225,1,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,7,39,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25576,4,2,-1,'Smuggler\'s Mitts',37505,2,0,0,1,87050,17410,10,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,3,19,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25577,4,1,-1,'Greenblood Pantaloons',23711,2,0,0,1,139767,27953,7,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,4,7,21,5,22,6,15,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25578,4,2,-1,'Caustic Feelers',37505,2,0,0,1,87666,17533,10,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,3,19,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25579,4,3,-1,'Dark Shaman\'s Cover',41069,2,0,0,1,158362,31672,1,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,7,39,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25580,4,4,-1,'QR 9867 Warrior Legs',37508,2,0,0,1,247215,49443,7,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,4,26,7,39,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,849,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,1),(25581,4,3,-1,'QR 9867 Hunter Gloves',37509,2,0,0,1,106314,21262,10,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,3,16,7,24,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,1),(25583,4,2,-1,'Eighty Silver Links',39363,2,0,0,1,80771,16154,6,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,6,16,5,16,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,14254,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25584,4,3,-1,'Murkblood Oven Mitts',37509,2,0,0,1,97300,19460,10,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,3,16,7,24,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25585,4,4,-1,'Murkblood Avenger\'s Legplates',37508,2,0,0,1,227884,45576,7,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,4,26,7,39,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,849,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25586,12,0,-1,'Burning Blade Peace Offering',12331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s heavy!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25589,4,4,-1,'Clefthoof Helm',37533,2,0,0,1,177876,35575,1,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,4,4,22,3,22,7,33,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,788,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25590,12,0,-1,'Head of Cho\'war',9666,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25591,4,2,-1,'Clefthoof Gloves',37534,2,0,0,1,85489,17097,10,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,5,16,7,24,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25592,4,3,-1,'Clefthoof Wristguards',37535,2,0,0,1,102951,20590,9,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,1,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25593,4,4,-1,'Windroc Greaves',37561,2,0,0,1,180476,36095,8,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,4,19,7,28,13,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,667,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25594,4,3,-1,'Windroc Boots',26326,2,0,0,1,156243,31248,8,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,7,27,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25595,4,1,-1,'Windroc Shroud',37537,2,0,0,1,138767,27753,20,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,4,7,22,5,22,32,21,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25597,4,4,-1,'Vindicator\'s Cinch',37542,2,0,0,1,107155,21431,6,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,3,4,16,7,24,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25598,4,3,-1,'Fen Strider\'s Bracer',37543,2,0,0,1,91652,18330,9,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,2,3,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25599,4,2,-1,'Explorer\'s Bands',37544,2,0,0,1,76649,15329,9,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,2,5,12,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25600,4,2,-1,'Bog Walker\'s Bands',37544,2,0,0,1,76913,15382,9,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,2,5,12,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25601,4,3,-1,'Murk-Darkened Bracers',37543,2,0,0,1,92623,18524,9,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,2,3,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25602,4,4,-1,'Bog Walker\'s Belt',37542,2,0,0,1,98696,19739,6,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,3,4,16,7,24,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25603,2,6,-1,'Lantresor\'s Warblade',22792,3,0,0,1,451269,90253,17,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,2,4,42,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,273,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25604,15,0,-1,'Warmaul Prison Key',22477,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32347,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25605,4,2,-1,'Burning Blade Devotee\'s Cinch',37547,3,0,0,1,93451,18690,6,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,3,7,33,32,22,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25606,4,0,-1,'Burning Blade Cultist Band',28682,3,0,0,1,131564,32891,11,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,2,32,16,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25607,4,0,-1,'Burning Blade Cultist Band',28682,3,0,0,1,131564,32891,11,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,2,32,16,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25608,2,6,-1,'Lantresor\'s Warblade',22792,3,0,0,1,472446,94489,17,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,2,4,42,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,273,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25609,4,2,-1,'Burning Blade Devotee\'s Cinch',37547,3,0,0,1,94838,18967,6,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,3,7,33,32,22,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25610,4,4,-1,'Fen Strider\'s Footguards',37548,2,0,0,1,140223,28044,8,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,3,4,14,7,21,12,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,515,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',12,0,0,0,0,12340),(25611,4,1,-1,'The Witch Doctor\'s Wraps',15008,2,0,0,1,53711,10742,10,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,2,7,21,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',12,0,0,0,0,12340),(25612,4,3,-1,'Daggerfen Mail',25882,2,0,0,1,168788,33757,5,-1,-1,84,0,0,0,0,0,0,0,0,0,1,0,3,3,17,7,25,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25613,4,1,-1,'Feralfen Mystic\'s Handwraps',15008,2,0,0,1,63559,12711,10,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,3,7,18,5,18,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25614,4,3,-1,'Feralfen Beastmaster\'s Hauberk',25882,2,0,0,1,202044,40408,5,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,3,21,7,31,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25615,4,4,-1,'Feralfen Champion\'s Boots',37548,2,0,0,1,167716,33543,8,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,3,4,18,7,25,12,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,612,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25616,4,2,-1,'Tim\'s Trusty Helmet',21304,2,0,0,1,120458,24091,1,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,2,3,23,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Not the most attractive of headgear, but it gets the job done. Be sure to escape as quickly as possible after putting it on.',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25617,4,2,-1,'Captain Krosh\'s Crash Helmet',21304,2,0,0,1,120890,24178,1,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,3,3,23,7,34,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25618,4,1,-1,'Telaar Courier\'s Cloak',26323,2,0,0,1,97058,19411,16,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,3,4,13,7,19,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25619,4,0,-1,'Glowing Crystal Insignia',37549,2,0,0,1,28000,7000,12,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,32355,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25620,4,0,-1,'Ancient Crystal Talisman',37549,2,0,0,1,28000,7000,12,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,32355,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25621,4,1,-1,'Serpent Spirit\'s Drape',26323,2,0,0,1,91207,18241,16,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,3,4,13,7,19,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25622,2,10,-1,'Staff of the Four Golden Coins',39281,2,0,0,1,402712,80542,17,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,38,50,3,24,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,303,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25623,4,4,-1,'Bracers of the Battle Cleric',30704,2,0,0,1,113832,22766,9,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,4,12,7,16,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,413,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25624,4,6,-1,'King\'s Bulwark',39283,2,0,0,1,207746,41549,14,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,7,25,12,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3023,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,68,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25627,4,6,-1,'QR 9922 Shield',37551,2,0,0,1,210061,42012,14,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,7,25,12,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3023,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,1),(25628,4,0,-1,'Ogre Mauler\'s Badge',37552,2,0,0,1,28000,7000,12,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,32362,0,0,0,120000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25629,2,19,-1,'Ogre Handler\'s Shooter',30660,2,0,0,1,247991,49598,26,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,7,10,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,5,0,0,0,0,0,0,0,0,0,0,1700,0,100,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25630,4,1,-1,'Ogre Basher\'s Slippers',37553,2,0,0,1,99551,19910,8,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,7,18,5,19,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25631,4,1,-1,'Boots of the Specialist',37553,2,0,0,1,99917,19983,8,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,7,19,5,19,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25632,2,19,-1,'Wand of Happiness',30660,2,0,0,1,250705,50141,26,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,7,10,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,5,0,0,0,0,0,0,0,0,0,0,1700,0,100,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(25633,4,0,-1,'Uniting Charm',37552,2,0,0,1,28000,7000,12,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,32362,0,0,0,120000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25634,4,0,-1,'Oshu\'gun Relic',3026,2,0,0,1,28000,7000,12,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,32367,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25635,12,0,-1,'Eye of Veil Skith',37555,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Soft blue light pulses within the crystal.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(25636,4,1,-1,'Talbuk Cape',37556,2,0,0,1,96966,19393,16,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,3,14,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25637,4,1,-1,'Ethereal Sash',30697,2,0,0,1,64887,12977,6,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,4,7,19,5,19,6,12,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25638,12,0,-1,'Eye of Veil Reskk',29922,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The globe emits a soft blue glow.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25639,2,3,-1,'Hemet\'s Elekk Gun',37557,3,0,0,1,289191,57838,26,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,1,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,193,0,0,0,0,0,0,0,0,0,0,0,2500,3,100,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25640,2,19,-1,'Nesingwary Safari Stick',44594,3,0,0,1,290296,58059,26,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,1,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,265,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25641,15,0,-1,'Broken Fitz\'s Throwing Axe',23723,3,0,0,1,47,11,0,-1,-1,103,0,0,0,0,0,0,0,0,0,200,0,2,3,12,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,4,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(25642,12,0,-1,'Eye of Veil Shienor',37558,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Dark energies swirl within the orb.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25643,4,8,-1,'Harold\'s Rejuvenating Broach',34954,3,0,0,1,117432,23486,28,32767,-1,103,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32402,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25644,4,7,-1,'Blessed Book of Nagrand',34960,3,0,0,1,117874,23574,28,32767,-1,103,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32403,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25645,4,9,-1,'Totem of the Plains',34956,3,0,0,1,118304,23660,28,32767,-1,103,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32401,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25647,12,0,-1,'Telaar Supply Crate',16028,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25648,12,0,-1,'Cho\'war\'s Key',37442,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32384,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25649,7,6,-1,'Knothide Leather Scraps',38743,1,0,0,1,1000,250,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25650,0,6,-1,'Knothide Armor Kit',38763,1,64,0,1,30000,7500,0,-1,-1,60,50,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32397,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25651,0,6,-1,'Vindicator\'s Armor Kit',38765,1,64,0,1,90000,22500,0,-1,-1,65,55,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32398,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25652,0,6,-1,'Magister\'s Armor Kit',38764,1,64,0,1,90000,22500,0,-1,-1,65,55,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32399,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25653,4,0,-1,'Riding Crop',39186,3,524352,0,1,70000,17500,12,-1,-1,70,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48776,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',51,0,0,0,0,12340),(25654,4,3,-1,'Felscale Gloves',38982,2,0,0,1,87184,17436,10,-1,-1,84,57,0,0,0,0,0,0,0,0,1,0,1,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,611,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25655,4,3,-1,'Felscale Boots',38983,2,0,0,1,130533,26106,8,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,1,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,611,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25656,4,3,-1,'Felscale Pants',38980,2,0,0,1,183910,36782,7,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,1,3,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,449,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,611,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25657,4,3,-1,'Felscale Breastplate',38981,2,0,0,1,199650,39930,5,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,1,3,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,611,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25658,15,0,-1,'Damp Woolen Blanket',37579,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32408,0,0,0,0,1164,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Used for managing smoke signals.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25659,4,3,-1,'Scaled Draenic Boots',40164,2,0,0,1,151562,30312,8,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,384,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,612,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25660,4,3,-1,'Scaled Draenic Vest',38984,2,0,0,1,191802,38360,5,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,1,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,612,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25661,4,3,-1,'Scaled Draenic Gloves',38988,2,0,0,1,88636,17727,10,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,612,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25662,4,3,-1,'Scaled Draenic Pants',38985,2,0,0,1,162627,32525,7,-1,-1,84,57,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,612,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25666,12,0,-1,'Mug\'gok\'s Head',9666,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25668,4,2,-1,'Thick Draenic Boots',41553,2,0,0,1,120239,24047,8,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,2,3,17,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,613,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25669,4,2,-1,'Thick Draenic Gloves',15684,2,0,0,1,71373,14274,10,-1,-1,84,57,0,0,0,0,0,0,0,0,1,0,2,3,15,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,613,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25670,4,2,-1,'Thick Draenic Pants',41551,2,0,0,1,161249,32249,7,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,2,3,23,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,613,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25671,4,2,-1,'Thick Draenic Vest',8664,2,0,0,1,175350,35070,5,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,2,3,25,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,613,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25672,12,0,-1,'Teromoth Sample',37559,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Doesn\'t look unusual to you.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25673,4,2,-1,'Wild Draenish Boots',37607,2,0,0,1,108585,21717,8,-1,-1,84,57,0,0,0,0,0,0,0,0,1,0,3,45,23,7,18,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,614,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25674,4,2,-1,'Wild Draenish Gloves',37606,2,0,0,1,79488,15897,10,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,3,32,21,45,16,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,614,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25675,4,2,-1,'Wild Draenish Leggings',37605,2,0,0,1,152650,30530,7,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,3,45,35,32,20,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,614,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25676,4,2,-1,'Wild Draenish Vest',37604,2,0,0,1,161559,32311,5,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,3,45,38,31,22,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,614,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25677,12,0,-1,'Terokkar Chokeberry',37181,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(25678,12,0,-1,'Warp Hunter Essence',31843,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25679,0,8,-1,'Comfortable Insoles',7450,1,64,0,1,1000,250,0,-1,-1,60,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32426,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25680,4,2,-1,'Stylin\' Purple Hat',37616,3,0,0,1,156503,31300,1,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,3,48,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25681,4,3,-1,'Stylin\' Adventure Hat',37619,3,0,0,1,188519,37703,1,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,23212,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25682,4,2,-1,'Stylin\' Jungle Hat',37617,3,0,0,1,157695,31539,1,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,4,4,24,7,24,3,24,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,21632,1,0,0,-1,0,-1,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25683,4,3,-1,'Stylin\' Crimson Hat',37618,3,0,0,1,189930,37986,1,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,0,0,0,0,0,0,0,0,33485,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25684,12,0,-1,'Kokorek\'s Talisman',37615,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32446,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(25685,4,2,-1,'Fel Leather Gloves',38992,3,0,0,1,103855,20771,10,-1,-1,106,67,0,0,0,0,0,0,0,0,1,0,2,31,17,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,573,35,0,0,0,0,4,0,2,0,0,0,1584,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25686,4,2,-1,'Fel Leather Boots',38993,3,0,0,1,164314,32862,8,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,31,25,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,573,50,0,0,0,0,4,0,2,0,0,0,1584,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25687,4,2,-1,'Fel Leather Leggings',38991,3,0,0,1,219880,43976,7,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,31,25,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,573,75,0,0,0,0,2,0,4,0,4,0,1585,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25689,4,2,-1,'Heavy Clefthoof Vest',37633,3,0,0,1,225054,45010,5,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,3,7,45,12,24,13,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,574,100,0,0,0,0,4,0,4,0,8,0,2871,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25690,4,2,-1,'Heavy Clefthoof Leggings',37631,3,0,0,1,224040,44808,7,-1,-1,113,70,0,0,0,0,0,0,0,0,1,0,3,7,33,12,29,13,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,574,75,0,0,0,0,8,0,4,0,8,0,2871,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25691,4,2,-1,'Heavy Clefthoof Boots',37634,3,0,0,1,168631,33726,8,-1,-1,113,69,0,0,0,0,0,0,0,0,1,0,3,7,30,12,21,13,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,574,50,0,0,0,0,4,0,8,0,0,0,2876,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25692,4,3,-1,'Netherfury Leggings',44833,3,0,0,1,255553,51110,7,-1,-1,106,67,0,0,0,0,0,0,0,0,1,0,1,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,576,90,0,0,0,0,2,0,8,0,8,0,2864,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25693,4,3,-1,'Netherfury Boots',45372,3,0,0,1,183339,36667,8,-1,-1,100,69,0,0,0,0,0,0,0,0,1,0,1,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,576,60,0,0,0,0,8,0,2,0,0,0,2875,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25694,4,3,-1,'Netherfury Belt',45371,3,0,0,1,128671,25734,6,-1,-1,106,67,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,576,40,0,0,0,0,2,0,8,0,0,0,2875,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25695,4,3,-1,'Felstalker Belt',37648,3,0,0,1,122819,24563,6,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,3,18,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,357,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,575,40,0,0,0,0,2,0,8,0,0,0,2895,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25696,4,3,-1,'Felstalker Breastplate',37775,3,0,0,1,250583,50116,5,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,2,3,26,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,646,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,575,120,0,0,0,0,2,0,2,0,8,0,104,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25697,4,3,-1,'Felstalker Bracers',37647,3,0,0,1,125776,25155,9,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,2,3,18,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,575,40,0,0,0,0,8,0,0,0,0,0,2925,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25699,7,6,-1,'Crystal Infused Leather',38746,1,0,0,1,0,1250,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25700,7,6,-1,'Fel Scales',28257,1,0,0,1,0,1250,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25701,4,4,-1,'Breastplate of Retribution',24102,3,0,0,1,242659,48531,5,-1,-1,88,0,0,0,0,0,0,0,0,0,1,0,3,7,33,4,23,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25702,4,3,-1,'Scaled Legs of Ruination',25111,3,0,0,1,208761,41752,7,-1,-1,88,0,0,0,0,0,0,0,0,0,1,0,3,7,33,5,23,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25703,15,0,-1,'Zhevra Leather',26378,0,16,0,1,400,100,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25705,12,0,-1,'Luanga\'s Orders',1102,1,2048,0,1,0,0,0,-1,-1,65,62,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A document imprinted with a series of sharp, angular characters. The very script itself seems to see0',0,0,0,9984,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(25706,12,0,-1,'Luanga\'s Orders',1102,1,2048,0,1,0,0,0,-1,-1,65,62,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A document imprinted with a series of sharp, angular characters. The very script itself seems to see0',0,0,0,9985,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(25707,7,6,-1,'Fel Hide',38748,1,0,0,1,5000,1250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25708,7,6,-1,'Thick Clefthoof Leather',38747,1,0,0,1,3000,750,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25710,4,2,-1,'Moonkin Headdress',23544,3,0,0,1,134291,26858,1,-1,-1,88,0,0,0,0,0,0,0,0,0,1,0,4,7,30,5,20,6,20,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,14047,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25711,4,1,-1,'Deadly Borer Leggings',16632,3,0,0,1,143756,28751,7,-1,-1,88,0,0,0,0,0,0,0,0,0,1,0,4,5,23,7,21,32,22,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25712,4,1,-1,'Perfectly Balanced Cape',30851,3,0,0,1,108201,21640,16,-1,-1,88,0,0,0,0,0,0,0,0,0,1,0,2,3,15,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25713,4,0,-1,'Holy Healing Band',31616,3,0,0,1,138416,34604,11,-1,-1,88,0,0,0,0,0,0,0,0,1,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25714,4,0,-1,'Crimson Pendant of Clarity',9854,3,0,0,1,115344,28836,2,-1,-1,88,0,0,0,0,0,0,0,0,0,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25715,4,4,-1,'Jade Warrior Pauldrons',27422,3,0,0,1,167627,33525,3,-1,-1,85,0,0,0,0,0,0,0,0,0,1,0,3,4,20,7,28,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,655,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25716,4,3,-1,'Handguards of Precision',30862,3,0,0,1,96332,19266,10,-1,-1,85,0,0,0,0,0,0,0,0,1,1,0,2,7,28,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25717,4,2,-1,'Sure-Step Boots',32732,3,0,0,1,124216,24843,8,-1,-1,85,0,0,0,0,0,0,0,0,0,1,0,2,3,20,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25718,4,1,-1,'Mantle of Magical Might',26229,3,0,0,1,99745,19949,3,-1,-1,85,0,0,0,0,0,0,0,0,1,1,0,4,5,17,7,16,32,16,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25719,12,0,-1,'Arakkoa Feather',37681,1,0,0,1,0,868,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25720,9,1,-1,'Pattern: Heavy Knothide Leather',1102,1,64,0,1,50000,12500,0,-1,-1,65,0,165,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32455,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Heavy Knothide Leather.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25721,9,1,-1,'Pattern: Vindicator\'s Armor Kit',1102,1,64,0,1,50000,12500,0,-1,-1,65,0,165,325,0,0,0,932,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32457,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Vindicator\'s Armor Kit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25722,9,1,-1,'Pattern: Magister\'s Armor Kit',1102,1,64,0,1,50000,12500,0,-1,-1,65,0,165,325,0,0,0,934,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32458,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Magister\'s Armor Kit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25723,15,0,-1,'Bent Antenna',18096,0,0,0,1,80,20,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25724,15,0,-1,'Ripped Moth Wing',37424,0,0,0,1,90,22,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25725,9,1,-1,'Pattern: Riding Crop',1102,1,64,0,1,50000,12500,0,-1,-1,70,0,165,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32461,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Riding Crop.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25726,9,1,-1,'Pattern: Comfortable Insoles',1102,1,64,0,1,10000,2500,0,-1,-1,60,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,32482,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Comfortable Insoles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25727,12,0,-1,'Sealed Box',16028,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s sealed. Maybe you should shake it?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25728,9,1,-1,'Pattern: Stylin\' Purple Hat',6270,3,64,0,1,60000,15000,0,-1,-1,70,0,165,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32485,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Stylin\' Purple Hat.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25729,9,1,-1,'Pattern: Stylin\' Adventure Hat',6270,3,64,0,1,60000,15000,0,-1,-1,70,0,165,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32487,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Stylin\' Adventure Hat.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25730,9,1,-1,'Pattern: Stylin\' Jungle Hat',6270,3,64,0,1,60000,15000,0,-1,-1,70,0,165,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32489,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Stylin\' Jungle Hat.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25731,9,1,-1,'Pattern: Stylin\' Crimson Hat',6270,3,64,0,1,60000,15000,0,-1,-1,70,0,165,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32488,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Stylin\' Crimson Hat.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25732,9,1,-1,'Pattern: Fel Leather Gloves',6270,3,64,0,1,120000,30000,0,-1,-1,68,0,165,340,0,0,0,933,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32490,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Fel Leather Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25733,9,1,-1,'Pattern: Fel Leather Boots',6270,3,64,0,1,140000,35000,0,-1,-1,70,0,165,350,0,0,0,933,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32493,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Fel Leather Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25734,9,1,-1,'Pattern: Fel Leather Leggings',6270,3,64,0,1,140000,35000,0,-1,-1,70,0,165,350,0,0,0,933,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32494,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Fel Leather Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25735,9,1,-1,'Pattern: Heavy Clefthoof Vest',6270,3,64,0,1,160000,40000,0,-1,-1,72,0,165,360,0,0,0,942,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32495,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Heavy Clefthoof Vest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25736,9,1,-1,'Pattern: Heavy Clefthoof Leggings',6270,3,64,0,1,140000,35000,0,-1,-1,71,0,165,355,0,0,0,942,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32496,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Heavy Clefthoof Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25737,9,1,-1,'Pattern: Heavy Clefthoof Boots',6270,3,64,0,1,140000,35000,0,-1,-1,71,0,165,355,0,0,0,942,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32497,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Heavy Clefthoof Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25738,9,1,-1,'Pattern: Felstalker Belt',6270,3,64,1,1,120000,30000,0,-1,-1,70,0,165,350,0,0,0,947,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32498,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Felstalker Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25739,9,1,-1,'Pattern: Felstalker Bracers',6270,3,64,1,1,160000,40000,0,-1,-1,72,0,165,360,0,0,0,947,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32499,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Felstalker Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25740,9,1,-1,'Pattern: Felstalker Breastplate',6270,3,64,1,1,160000,40000,0,-1,-1,72,0,165,360,0,0,0,947,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32500,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Felstalker Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25741,9,1,-1,'Pattern: Netherfury Belt',6270,3,64,1,1,120000,30000,0,-1,-1,68,0,165,340,0,0,0,941,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32501,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Netherfury Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25742,9,1,-1,'Pattern: Netherfury Leggings',6270,3,64,1,1,120000,30000,0,-1,-1,68,0,165,340,0,0,0,941,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32502,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Netherfury Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25743,9,1,-1,'Pattern: Netherfury Boots',6270,3,64,1,1,120000,30000,0,-1,-1,70,0,165,350,0,0,0,941,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32503,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Netherfury Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25744,12,0,-1,'Dampscale Basilisk Eye',9292,1,0,0,1,2705,676,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25745,12,0,-1,'Olemba Seed',21149,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Fist-sized, oily seeds from the olemba tree of Terokkar Forest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25746,12,0,-1,'Box of Parts',7918,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Looks like a whole bunch of exotic engineering stuff',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34086,4,1,-1,'Winter Boots',47629,1,0,0,1,5,1,8,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,761,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25751,12,0,-1,'The Master Planner\'s Blueprints',8927,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25754,12,0,-1,'Mana Bomb Code Sheet 1',8927,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(25755,12,0,-1,'Mana Bomb Code Sheet 2',9155,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(25756,12,0,-1,'Mana Bomb Code Sheet 3',7695,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(25757,12,0,-1,'Mana Bomb Code Sheet 4',7629,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(25759,2,4,-1,'Mogor\'s Anointing Club',44606,3,0,0,1,395821,79164,21,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,5,13,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,126,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,21620,1,0,0,-1,0,-1,33328,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The inscription reads: Never give them the chance to doubt you.',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-21.3,0,0,0,'',52,0,0,0,0,12340),(25760,2,10,-1,'Battle Mage\'s Baton',34891,3,0,0,1,496618,99323,17,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,3,7,45,5,31,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,161,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,28687,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-21.3,0,0,0,'',52,0,0,0,0,12340),(25761,2,10,-1,'Staff of Beasts',39296,3,0,0,1,498460,99692,17,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,3,38,62,7,45,3,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,323,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25762,2,1,-1,'Honed Voidaxe',41636,3,0,0,1,500251,100050,17,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,3,4,31,7,45,3,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,333,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25763,2,15,-1,'Ceremonial Warmaul Blood-blade',48502,3,0,0,1,401674,80334,13,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,3,13,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,139,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25764,2,13,-1,'Mag\'hari Fury Brand',40169,3,0,0,1,403147,80629,13,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,3,13,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,204,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25765,12,0,-1,'Fel Orc Plans',634,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The locations of the Allerian Stronghold and Stonebreaker Hold are clearly marked on this map along with a series of bold ink strokes and assorted orders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25766,15,0,-1,'\"Creatures That Owe Sal\'salabim Golds\"',24154,0,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The list of creatures that owe Sal\'salabim money.',2976,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25767,12,0,-1,'Raliq\'s Debt',37780,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25768,12,0,-1,'Coosh\'coosh\'s Debt',37780,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25769,12,0,-1,'Floon\'s Debt',37780,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25770,12,0,-1,'Fel Cannon Activator',37442,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33531,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Forge Camp: Hate',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25771,12,0,-1,'Fel Cannon Activator',37442,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33532,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Forge Camp: Fear',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25772,2,7,-1,'Crystalline Kopesh',39359,3,0,0,1,375451,75090,13,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,3,12,12,7,18,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,165,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25773,2,4,-1,'Hungering Bone Cudgel',43642,3,0,0,1,376847,75369,13,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,2,3,12,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,126,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,9334,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25774,2,15,-1,'Azure Lightblade',39357,3,0,0,1,378282,75656,21,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,3,6,12,5,13,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,80,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,26461,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,-19,0,0,0,'',52,0,0,0,0,12340),(25775,4,0,-1,'Ogre Slayer\'s Band',4284,3,0,0,1,155100,38775,11,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,3,4,17,3,16,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25776,4,0,-1,'Ogre Slayer\'s Pendant',9853,3,0,0,1,155100,38775,2,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,2,5,17,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18030,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25777,4,1,-1,'Ogre Slayer\'s Cover',29719,3,0,0,1,114764,22952,16,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,3,32,16,5,18,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25778,4,1,-1,'Manacles of Remembrance',16892,2,0,0,1,66865,13373,9,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,5,10,32,14,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25779,4,0,-1,'Warmaul Slayer\'s Band',41951,2,0,0,1,83894,16778,11,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,1,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25780,4,1,-1,'Warmaul Defender\'s Cloak',52783,2,0,0,1,101037,20207,16,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,4,14,7,21,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(25781,4,4,-1,'Segmented Breastplate',27372,2,0,0,1,217883,43576,5,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,4,23,7,33,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25782,4,3,-1,'Sunstrider Legguards',34031,2,0,0,1,187429,37485,7,32767,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,3,22,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25783,4,1,-1,'Pilgrim\'s Cover',39103,2,0,0,1,94051,18810,1,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,32,22,5,16,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25784,4,0,-1,'Imbued Chain',15420,2,0,0,1,114184,28546,2,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,3,7,16,4,12,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25785,4,0,-1,'Adept\'s Band',9839,2,0,0,1,114184,28546,11,-1,-1,87,0,0,0,0,0,0,0,0,1,1,0,2,32,12,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25786,4,0,-1,'Hypnotist\'s Watch',26551,2,0,0,1,29857,7464,12,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32599,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'I\'m going to count backwards from three. When I reach zero, you\'re going to stop pummeling me... well, that\'s the theory.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25787,4,0,-1,'Charm of Alacrity',6502,2,0,0,1,35640,8910,12,-1,-1,93,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32600,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25788,4,4,-1,'Dauntless Handguards',29000,3,0,0,1,146456,29291,10,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,7,36,15,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,722,0,0,0,0,0,0,0,0,0,35075,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25789,4,3,-1,'Rune-Engraved Belt',27323,3,0,0,1,125304,25060,6,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,3,25,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,364,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25790,4,2,-1,'Expedition Scout\'s Epaulets',19020,3,0,0,1,157236,31447,3,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,31,24,3,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25791,4,2,-1,'Gloves of Preservation',17263,3,0,0,1,105228,21045,10,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,5,25,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25792,4,1,-1,'Curate\'s Boots',26261,3,0,0,1,126745,25349,8,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,5,25,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25802,12,0,-1,'Dreadfang Venom Sac',5287,1,0,0,1,6000,1500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25803,4,0,-1,'Medallion of the Valiant Guardian',33135,3,0,0,1,167612,41903,2,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,7,27,12,18,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,10,10,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25804,4,0,-1,'Naliko\'s Revenge',24022,3,0,0,1,167612,41903,11,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,7,27,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25805,4,1,-1,'Mantle of Vivification',34812,3,0,0,1,131037,26207,16,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,1,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,18031,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25806,2,19,-1,'Nethekurse\'s Rod of Torment',44596,3,0,0,1,328757,65751,26,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,32,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,284,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25807,12,0,-1,'Timber Worg Tail',18093,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The thick, luxurious tail of one of Terokkar Forest\'s most dangerous predators.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25808,2,19,-1,'Rod of Dire Shadows',37803,3,0,0,1,299592,59918,26,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,32,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,284,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25809,4,0,-1,'Maimfist\'s Choker',31899,3,0,0,1,167612,41903,2,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,7,27,12,18,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,10,10,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25810,4,1,-1,'Vicar\'s Cloak',37805,3,0,0,1,120767,24153,16,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,1,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,18031,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25811,4,0,-1,'Conqueror\'s Band',31905,3,0,0,1,167612,41903,11,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,7,27,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25812,12,0,-1,'Timber Worg Pelt',39446,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The shaggy pelt of a timber worg.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25813,15,0,-1,'Small Mushroom',15851,0,0,0,1,4080,1020,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25815,12,0,-1,'Stonegazer\'s Blood',16452,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25817,12,0,-1,'Blessed Vial',4134,1,64,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32633,0,-5,-5,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25819,4,4,-1,'Breastplate of the Warbringer',39288,3,0,0,1,284349,56869,5,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,3,7,45,12,31,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1048,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25820,4,3,-1,'Metallic Headband of Simm\'onz',25826,3,0,0,1,183459,36691,1,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,1,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25821,4,2,-1,'Leggings of Unending Assault',17137,3,0,0,1,204580,40916,7,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,7,45,3,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25822,4,1,-1,'Watcher\'s Tunic',39286,3,0,0,1,164237,32847,5,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,7,45,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25823,2,0,-1,'Grunt\'s Waraxe',30699,3,32768,1,1,347318,69463,13,-1,-1,85,60,0,0,0,0,0,947,5,0,1,0,2,31,11,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,131,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25824,4,0,-1,'Farseer\'s Band',23629,3,32768,1,1,114780,28695,11,-1,-1,85,60,0,0,0,0,0,947,5,1,1,0,2,5,15,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25825,2,7,-1,'Footman\'s Longsword',28561,3,32768,2,1,349801,69960,13,-1,-1,85,60,0,0,0,0,0,946,5,0,1,0,2,7,16,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,145,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25826,4,0,-1,'Sage\'s Band',9842,3,32768,2,1,114780,28695,11,-1,-1,85,60,0,0,0,0,0,946,5,1,1,0,2,5,15,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25827,4,1,-1,'Muck-Covered Drape',35077,3,36864,0,1,0,0,16,32767,-1,97,64,0,0,0,0,0,970,5,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,32641,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25828,4,6,-1,'Petrified Lichen Guard',22805,3,36864,0,1,0,0,14,-1,-1,91,62,0,0,0,0,0,970,5,0,1,0,2,7,24,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3043,0,0,0,0,0,0,0,0,0,32642,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,62,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25829,4,0,-1,'Talisman of the Alliance',23714,4,36864,2,1,0,0,12,-1,-1,90,70,0,0,0,0,0,0,3,1,1,0,1,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33828,0,0,0,120000,1155,120000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25830,4,2,-1,'Gladiator\'s Leather Helm',44876,4,36864,0,1,0,0,1,8,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,53,3,34,35,23,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25831,4,2,-1,'Gladiator\'s Leather Tunic',41143,4,36864,0,1,0,0,5,8,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,50,3,33,35,23,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,389,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25832,4,2,-1,'Gladiator\'s Leather Spaulders',41142,4,36864,0,1,0,0,3,8,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,39,3,29,32,21,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,291,0,0,0,0,0,0,0,0,0,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25833,4,2,-1,'Gladiator\'s Leather Legguards',41140,4,36864,0,1,0,0,7,8,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,54,3,36,32,19,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25834,4,2,-1,'Gladiator\'s Leather Gloves',41138,4,36864,0,1,0,0,10,8,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,39,3,27,35,23,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25835,2,10,-1,'Explorer\'s Walking Stick',20269,3,32768,0,1,447982,89596,17,-1,-1,91,62,0,0,0,0,0,942,5,0,1,0,1,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,199,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,15819,1,0,0,-1,0,-1,23990,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25836,2,4,-1,'Preserver\'s Cudgel',28194,3,32768,0,1,359704,71940,21,-1,-1,91,62,0,0,0,0,0,942,5,0,1,0,2,7,16,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,145,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,37083,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,-14,0,0,0,'',0,0,0,0,0,12340),(25837,12,0,-1,'Ironjaw\'s Pelt',3164,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A wolf pelt unlike any other from Terokkar Forest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25838,4,2,-1,'Warden\'s Hauberk',31934,3,32768,0,1,181153,36230,5,-1,-1,91,62,0,0,0,0,0,942,5,0,1,0,2,7,30,3,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,2,0,2,0,2,0,2873,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25840,12,0,-1,'Extract of the Afterlife',1288,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32646,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(25841,12,0,-1,'Draenei Vessel',37870,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A sealed vessel of draenei manufacture, containing charged crystals.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25842,12,0,-1,'Restless Bones',3233,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The remains are suffused with a soft, white glow.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25843,7,12,-1,'Fel Iron Rod',39727,1,0,0,1,32000,8000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Needed by Enchanters.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25844,7,12,-1,'Adamantite Rod',39729,1,0,0,1,128000,32000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Needed by Enchanters.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25845,7,12,-1,'Eternium Rod',39731,1,0,0,1,160000,40000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Needed by Enchanters.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25846,9,4,-1,'Plans: Adamantite Rod',1102,1,64,0,1,40000,10000,0,-1,-1,70,0,164,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32656,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Adamantite Rod.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25847,9,4,-1,'Plans: Eternium Rod',1102,1,64,0,1,120000,30000,0,-1,-1,75,0,164,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32657,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Eternium Rod.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25848,9,8,-1,'Formula: Runed Adamantite Rod',7798,1,64,0,1,100000,25000,0,-1,-1,70,0,333,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32665,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Runed Adamantite Rod.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25849,9,8,-1,'Formula: Runed Eternium Rod',7798,1,64,0,1,120000,30000,0,-1,-1,75,0,333,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32667,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Runed Eternium Rod.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25852,12,0,-1,'Tail Feather of Torgos',37888,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A grand plumage, fit for the king of the bonelashers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25853,15,0,-1,'Pack of Incendiary Bombs',37891,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32744,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,560,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25854,4,1,-1,'Gladiator\'s Silk Amice',40622,4,36864,0,1,0,0,3,128,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,13,35,21,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25855,4,1,-1,'Gladiator\'s Silk Cowl',41234,4,36864,0,1,0,0,1,128,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,15,32,18,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25856,4,1,-1,'Gladiator\'s Silk Raiment',40056,4,36864,0,1,0,0,20,128,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,51,5,18,32,25,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,100,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25857,4,1,-1,'Gladiator\'s Silk Handguards',40059,4,36864,0,1,0,0,10,128,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,14,32,21,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,33066,1,0,0,-1,0,-1,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25858,4,1,-1,'Gladiator\'s Silk Trousers',39952,4,36864,0,1,0,0,7,128,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,25,32,28,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25861,2,16,-1,'Crude Throwing Axe',20777,1,4194304,0,1,15,3,25,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25862,12,0,-1,'Marshberry',21369,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25863,12,0,-1,'Olemba Root',6380,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25864,12,0,-1,'Telaari Frond',37911,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25865,12,0,-1,'Dragonspine',30600,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25866,15,0,-1,'Greatmother\'s List of Herbs',18010,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',2979,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25867,3,6,-1,'Earthstorm Diamond',39202,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25868,3,6,-1,'Skyfire Diamond',39204,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25869,9,6,-1,'Recipe: Transmute Earthstorm Diamond',1102,1,64,0,1,80000,20000,0,-1,-1,70,0,171,350,0,0,0,942,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32765,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to Transmute an Earthstorm Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25870,9,6,-1,'Recipe: Transmute Skyfire Diamond',1102,1,64,2,1,80000,20000,0,-1,-1,70,0,171,350,0,0,0,946,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32766,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to Transmute a Skyfire Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25872,2,16,-1,'Balanced Throwing Dagger',16752,1,4194304,0,1,30,7,25,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25873,2,16,-1,'Keen Throwing Knife',20779,1,4194304,0,1,75,18,25,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,24,0,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25874,2,16,-1,'Large Throwing Knife',39740,1,4194304,0,1,1,0,25,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,47,0,0,0,0,0,0,0,0,0,0,0,3000,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25875,2,16,-1,'Deadly Throwing Axe',20783,1,4194304,0,1,200,50,25,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,44,0,0,0,0,0,0,0,0,0,0,0,2000,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25876,2,16,-1,'Gleaming Throwing Axe',26358,1,4194304,0,1,800,200,25,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,63,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25878,2,16,-1,'Dusksteel Throwing Knife',20773,2,4194304,0,1,53012,13253,25,-1,-1,52,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,95,0,1,7,5,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340),(25880,0,0,-1,'Coarse Stone Statue',38750,1,0,0,1,600,150,0,-1,-1,20,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32802,0,-1,-1,0,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25881,0,0,-1,'Heavy Stone Statue',38751,1,0,0,1,2400,600,0,-1,-1,30,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32803,0,-1,-1,0,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25882,0,0,-1,'Solid Stone Statue',38752,1,0,0,1,4000,1000,0,-1,-1,40,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32804,0,-1,-1,0,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25883,0,0,-1,'Dense Stone Statue',38753,1,0,0,1,4000,1000,0,-1,-1,50,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32805,0,-1,-1,0,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25886,0,8,-1,'Purple Smoke Flare',34282,1,64,0,1,1000,250,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32812,0,-1,-1,0,1168,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25887,9,3,-1,'Schematic: Purple Smoke Flare',15274,2,64,0,1,60000,15000,0,-1,-1,67,0,202,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32814,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Purple Smoke Flare.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25889,12,0,-1,'Draenei Holy Water',4136,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32834,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A vial of blessed water from the city of Shattrath.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25890,3,6,-1,'Destructive Skyfire Diamond',39205,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,161,-1,0,0,0,0,'',0,0,0,0,0,12340),(25891,12,0,-1,'Pristine Shimmerscale Eel',4810,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25893,3,6,-1,'Mystical Skyfire Diamond',39205,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,162,-1,0,0,0,0,'',0,0,0,0,0,12340),(25894,3,6,-1,'Swift Skyfire Diamond',39205,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,163,-1,0,0,0,0,'',0,0,0,0,0,12340),(25895,3,6,-1,'Enigmatic Skyfire Diamond',39205,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,164,-1,0,0,0,0,'',0,0,0,0,0,12340),(25896,3,6,-1,'Powerful Earthstorm Diamond',39203,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,165,-1,0,0,0,0,'',0,0,0,0,0,12340),(25897,3,6,-1,'Bracing Earthstorm Diamond',39203,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,166,-1,0,0,0,0,'',0,0,0,0,0,12340),(25898,3,6,-1,'Tenacious Earthstorm Diamond',39203,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,167,-1,0,0,0,0,'',0,0,0,0,0,12340),(25899,3,6,-1,'Brutal Earthstorm Diamond',39203,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,168,-1,0,0,0,0,'',0,0,0,0,0,12340),(25900,9,0,-1,'Grimoire of Demonic Frenzy',1246,1,64,0,1,22000,5500,0,31488,-1,56,56,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32852,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25901,3,6,-1,'Insightful Earthstorm Diamond',39203,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,169,-1,0,0,0,0,'',0,0,0,0,0,12340),(25902,9,10,-1,'Design: Powerful Earthstorm Diamond',1102,1,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,933,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32866,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Powerful Earthstorm Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25903,9,10,-1,'Design: Bracing Earthstorm Diamond',1102,1,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,933,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32867,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bracing Earthstorm Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25904,9,10,-1,'Design: Insightful Earthstorm Diamond',1102,1,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,935,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32870,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Insightful Earthstorm Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25905,9,10,-1,'Design: Tenacious Earthstorm Diamond',6270,3,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32868,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Tenacious Earthstorm Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25906,9,10,-1,'Design: Brutal Earthstorm Diamond',6270,3,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32869,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Brutal Earthstorm Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25907,9,10,-1,'Design: Destructive Skyfire Diamond',6270,3,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32871,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Destructive Skyfire Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25908,9,10,-1,'Design: Swift Skyfire Diamond',1102,1,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,933,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32873,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Swift Skyfire Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25909,9,10,-1,'Design: Mystical Skyfire Diamond',6270,3,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32872,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Mystical Skyfire Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25910,9,10,-1,'Design: Enigmatic Skyfire Diamond',1102,1,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,989,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32874,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Enigmatic Skyfire Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25911,12,0,-1,'Salvaged Wood',29616,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25912,12,0,-1,'Salvaged Metal',35301,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25913,4,0,-1,'Ring of the Slain Anchorite',31616,2,0,0,1,121136,30284,11,-1,-1,93,0,0,0,0,0,0,0,0,1,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25914,4,0,-1,'Broken Choker',32395,2,0,0,1,121136,30284,2,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,4,13,7,18,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25915,2,7,-1,'Fallen Vindicator\'s Blade',32077,2,0,0,1,312353,62470,21,-1,-1,93,0,0,0,0,0,0,0,0,1,1,0,2,5,10,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,127,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25916,2,0,-1,'Terokkar Axe',42669,2,0,0,1,322436,64487,13,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,2,7,13,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,169,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25917,2,10,-1,'Healer\'s Staff of the Forest',28345,2,0,0,1,404487,80897,17,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,2,7,34,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,216,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,33275,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,-8.5,0,0,0,'',32,0,0,0,0,12340),(25918,2,15,-1,'Blood-Guided Knife',20601,2,0,0,1,324742,64948,13,262143,32767,96,0,0,0,0,0,0,0,0,0,1,0,3,7,15,31,10,37,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,84,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25919,4,0,-1,'Sedai\'s Necklace',38098,2,0,0,1,121136,30284,2,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,4,13,7,18,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25920,2,7,-1,'Sedai\'s Blade',38099,2,0,0,1,317895,63579,21,-1,-1,93,0,0,0,0,0,0,0,0,1,1,0,2,5,9,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,127,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25921,4,0,-1,'Sedai\'s Ring',28831,2,0,0,1,121136,30284,11,-1,-1,93,0,0,0,0,0,0,0,0,1,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25922,4,4,-1,'Fearless Girdle',28364,2,0,0,1,107871,21574,6,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,7,25,12,12,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,2,0,4,0,0,0,2860,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25923,4,3,-1,'Fierce Mantle',27106,2,0,0,1,139052,27810,3,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,5,12,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,385,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,2,0,4,0,0,0,2881,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25924,4,2,-1,'Swamprunner\'s Boots',44456,2,0,0,1,115796,23159,8,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,5,12,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,2,0,4,0,0,0,2866,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25925,4,1,-1,'Terrorcloth Mantle',44462,2,0,0,1,92992,18598,3,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,5,9,7,22,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,2,0,4,0,0,0,2875,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25926,4,0,-1,'Nexus-Stalker\'s Band',9834,2,0,0,1,128092,32023,11,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,4,14,3,13,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Worn by affiliates of the Consortium.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25927,4,1,-1,'Consortium Cloak of the Quick',38101,2,0,0,1,96239,19247,16,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,3,14,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25928,4,0,-1,'Ethereal Healing Pendant',9857,2,0,0,1,128092,32023,2,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,1,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21620,1,0,0,-1,0,-1,9317,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25929,4,4,-1,'Cenarion Thicket Legplates',26651,2,0,0,1,213940,42788,7,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,5,16,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,756,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,2,0,4,0,8,0,2864,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25930,4,3,-1,'Cenarion Thicket Helm',30889,2,0,0,1,138037,27607,1,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,31,16,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,4,0,2,0,8,0,2882,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25931,4,1,-1,'Cenarion Thicket Circlet',19000,2,0,0,1,92352,18470,1,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,5,16,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,2,0,4,0,4,0,2882,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25932,4,2,-1,'Cenarion Thicket Jerkin',14278,2,0,0,1,154480,30896,5,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,31,16,3,17,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,2,0,4,0,8,0,2882,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25933,2,7,-1,'Extra Sharp Blade',26572,2,0,0,1,327876,65575,13,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,4,10,3,10,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,128,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25934,2,5,-1,'Spiked Destroyer',6808,2,0,0,1,411326,82265,17,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,4,24,5,24,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,276,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25935,2,10,-1,'Invincible Stave',20257,2,0,0,1,412767,82553,17,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,5,23,7,34,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,218,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,-10.5,0,0,0,'',32,0,0,0,0,12340),(25936,4,0,-1,'Terokkar Tablet of Vim',31287,2,64,0,1,265161,66290,12,-1,-1,99,0,0,0,0,0,0,0,0,1,1,0,1,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39201,0,0,0,90000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25937,4,0,-1,'Terokkar Tablet of Precision',31287,2,64,0,1,265161,66290,12,-1,-1,99,0,0,0,0,0,0,0,0,1,1,0,1,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39200,0,0,0,90000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25938,12,0,-1,'Mysteries of the Light',36578,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A book read many times over, but lovingly cared for by its owner',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25939,2,19,-1,'Voidfire Wand',39208,3,0,0,1,295975,59195,26,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,3,7,9,5,9,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,257,4,0,0,0,0,0,0,0,0,0,0,1900,0,100,9416,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25940,4,8,-1,'Idol of the Claw',34955,3,0,0,1,118809,23761,28,32767,-1,97,64,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34323,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25941,4,3,-1,'Boots of the Outlander',43158,3,0,0,1,162565,32513,8,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,3,3,22,7,21,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25942,4,4,-1,'Faith Bearer\'s Gauntlets',43146,3,0,0,1,130597,26119,10,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,3,4,24,7,18,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,2,0,8,0,0,0,2860,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25943,2,13,-1,'Creepjacker',39218,3,0,0,1,372410,74482,21,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,2,32,13,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,197,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25944,2,8,-1,'Shaarde the Greater',47478,3,0,0,1,467258,93451,17,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,3,4,34,7,33,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,309,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25945,4,1,-1,'Cloak of Revival',43201,3,0,0,1,112560,22512,16,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,2,7,15,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,21619,1,0,0,-1,0,-1,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25946,4,2,-1,'Nethershade Boots',43173,3,0,0,1,141210,28242,8,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,3,3,22,7,21,14,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25947,4,3,-1,'Lightning-Rod Pauldrons',43162,3,0,0,1,170836,34167,3,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,3,4,18,7,18,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,416,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25948,4,4,-1,'Girdle of the Penitent',26437,2,0,0,1,113327,22665,6,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,1,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25949,4,2,-1,'Gloves of the Afterlife',18929,2,0,0,1,80784,16156,10,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,5,18,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25950,2,10,-1,'Staff of Polarities',39226,3,0,0,1,477634,95526,17,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,3,7,34,5,33,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,156,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,33236,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,-16.6,0,0,0,'',50,0,0,0,0,12340),(25951,4,3,-1,'Fleet Refugee\'s Boots',22680,2,0,0,1,147114,29422,8,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,31,17,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25952,2,7,-1,'Scimitar of the Nexus-Stalkers',39228,3,0,0,1,384899,76979,13,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,3,3,14,7,16,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,114,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25953,2,2,-1,'Ethereal Warp-Bow',43202,3,0,0,1,289721,57944,15,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,2,7,13,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,181,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25954,4,0,-1,'Sigil of Shaffar',38560,3,0,0,1,33510,8377,2,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,2,7,18,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25955,4,3,-1,'Mask of the Howling Storm',45175,3,0,0,1,175072,35014,1,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,3,4,20,7,28,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,451,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,2,0,4,0,2865,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25956,4,4,-1,'Nexus-Bracers of Vigor',43141,3,0,0,1,137437,27487,9,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,3,4,23,3,13,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25957,4,1,-1,'Ethereal Boots of the Skystrider',43192,3,0,0,1,117541,23508,8,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,4,7,19,5,19,6,12,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25958,4,4,-1,'Eagle Engraved Bracers',27420,2,0,0,1,106205,21241,9,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,3,4,13,3,13,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25959,4,3,-1,'Feathered Armbands',39485,2,0,0,1,90861,18172,9,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,2,3,13,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25960,4,2,-1,'Talonstalker Bracers',19806,2,0,0,1,76006,15201,9,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,2,3,13,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25961,4,1,-1,'Feathered Wrist Cuffs',26205,2,0,0,1,61029,12205,9,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,3,5,13,7,13,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25962,4,0,-1,'Longstrider\'s Loop',33534,3,0,0,1,335188,83797,11,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,3,3,16,7,15,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15807,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(25963,4,0,-1,'Kokorek\'s Signet',35423,2,0,0,1,124616,31154,11,-1,-1,96,0,0,0,0,0,0,0,0,1,1,0,3,4,13,32,13,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25964,2,7,-1,'Shaarde the Lesser',41428,3,0,0,1,384098,76819,13,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,2,7,25,37,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,157,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(25965,4,1,-1,'Cloak of Grasping Talons',44372,2,0,0,1,92917,18583,16,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,3,31,11,3,11,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,9332,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25966,4,1,-1,'Arakkoa Sage\'s Shawl',33732,2,0,0,1,93263,18652,16,262143,32767,96,0,0,0,0,0,0,0,0,0,1,0,2,5,11,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,9314,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25967,4,4,-1,'Eagle Crested Pauldrons',27336,3,0,0,1,187084,37416,3,-1,-1,91,0,0,0,0,0,0,0,0,0,1,0,3,4,15,7,31,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,699,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,2,0,4,0,0,0,2881,0,225,0,0,0,0,'',50,0,0,0,0,1),(25968,4,3,-1,'Shalassi Sentry\'s Epaulets',26965,3,0,0,1,161974,32394,3,-1,-1,91,0,0,0,0,0,0,0,0,0,1,0,2,3,15,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,4,0,0,0,2883,0,225,0,0,0,0,'',50,0,0,0,0,1),(25969,4,2,-1,'Rapscallion\'s Touch',27766,3,0,0,1,89908,17981,10,-1,-1,91,0,0,0,0,0,0,0,0,0,1,0,3,31,15,32,21,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A faded engraving reads, \'presented upon graduation from Lonika\'s School of Roguery.\'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,2,0,4,0,0,0,2882,0,225,0,0,0,0,'',50,0,0,0,0,1),(25970,4,1,-1,'Shalassi Oracle\'s Sandals',16881,3,0,0,1,108285,21657,8,-1,-1,91,0,0,0,0,0,0,0,0,0,1,0,2,5,21,21,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,2,0,4,0,0,0,2883,0,225,0,0,0,0,'',50,0,0,0,0,1),(25971,2,2,-1,'Stout Oak Longbow',25606,2,0,0,1,202133,40426,15,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,2,3,6,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,190,0,0,0,0,0,0,0,0,0,0,0,3300,2,100,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25972,2,3,-1,'Deadeye\'s Piece',28331,2,0,0,1,202849,40569,26,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,3,4,6,31,6,32,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,144,0,0,0,0,0,0,0,0,0,0,0,2500,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25973,2,19,-1,'Dark Augur\'s Wand',20851,2,0,0,1,203585,40717,26,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,161,5,0,0,0,0,0,0,0,0,0,0,1700,0,100,9397,1,0,0,0,0,-1,21623,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25974,4,1,-1,'Helm of Lupine Cunning',45177,2,0,0,1,89132,17826,1,262143,32767,96,0,0,0,0,0,0,0,0,0,1,0,3,5,23,7,24,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,14054,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25975,4,2,-1,'Wolf Hunter\'s Guise',45176,2,0,0,1,111848,22369,1,262143,32767,96,0,0,0,0,0,0,0,0,0,1,0,3,7,34,3,23,4,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25976,4,3,-1,'Helm of Lupine Grace',45178,2,0,0,1,134722,26944,1,262143,32767,96,0,0,0,0,0,0,0,0,0,1,0,2,3,23,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,15811,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25977,4,4,-1,'Helm of Lupine Ferocity',45179,2,0,0,1,157480,31496,1,262143,32767,96,0,0,0,0,0,0,0,0,0,1,0,3,4,23,7,34,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,724,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25978,2,20,-1,'Seth\'s Graphite Fishing Pole',20619,2,0,0,1,250886,50177,17,-1,-1,60,0,356,200,0,0,0,0,0,0,1,0,1,7,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,168,0,0,0,0,0,0,0,0,0,0,0,3000,0,3,7826,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340),(25979,4,4,-1,'Flintlocke\'s Piloting Pants',21961,2,0,0,1,194250,38850,7,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,3,4,21,7,31,12,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25980,4,3,-1,'Aerodynamic Scaled Vest',28069,2,0,0,1,167116,33423,5,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,3,5,21,32,21,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,456,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25981,4,2,-1,'Dirigible Crash Helmet',28590,2,0,0,1,104844,20968,1,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,2,5,21,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25982,4,1,-1,'Foreman\'s Sash',28421,2,0,0,1,56128,11225,6,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,3,5,16,7,15,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25983,4,3,-1,'Heavy Miner\'s Belt',27206,2,0,0,1,84508,16901,6,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,2,3,16,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25984,4,2,-1,'Miner\'s Brace',33139,2,0,0,1,106021,21204,3,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,3,3,16,7,22,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25985,2,10,-1,'Cenarion Naturalist\'s Staff',42613,2,0,0,1,376321,75264,17,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,5,23,7,33,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,254,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,14798,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,-7.5,0,0,0,'',32,0,0,0,0,12340),(25986,2,5,-1,'Dreadtusk\'s Fury',35968,2,0,0,1,377721,75544,17,262143,32767,93,0,0,0,0,0,0,0,0,0,1,0,3,4,23,7,33,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,168,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25987,2,8,-1,'Helboar Carving Blade',26589,2,0,0,1,379122,75824,17,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,3,22,4,23,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,267,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(25988,4,0,-1,'Glowing Alabaster Ring',24646,2,0,0,1,114184,28546,11,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,1),(25989,4,0,-1,'Draenethyst Chaplet',9657,2,0,0,1,114184,28546,2,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,1,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25990,4,0,-1,'Smooth Soapstone Band',23728,2,0,0,1,114184,28546,11,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,1,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,1),(25991,4,0,-1,'Seamless Stone Band',28830,2,0,0,1,114184,28546,11,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,2,7,22,12,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,1),(25992,4,0,-1,'Enforcer\'s Chain',9657,2,0,0,1,114184,28546,2,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,2,4,15,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25993,4,0,-1,'Finely Wrought Chain',9657,2,0,0,1,114184,28546,2,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,1,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(25994,4,0,-1,'Rune of Force',38129,2,0,0,1,86450,21612,12,-1,-1,87,0,0,0,0,0,0,0,0,1,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32955,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,1),(25995,4,0,-1,'Star of Sha\'naar',38127,2,0,0,1,86450,21612,12,-1,-1,87,0,0,0,0,0,0,0,0,1,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32956,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,1),(25996,4,0,-1,'Emblem of Perseverance',38130,2,0,0,1,86450,21612,12,-1,-1,87,0,0,0,0,0,0,0,0,1,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32957,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,1),(25997,4,3,-1,'Gladiator\'s Linked Armor',41144,4,36864,0,1,0,0,5,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,51,38,58,32,28,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,866,0,0,0,0,0,0,0,0,0,21630,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,140,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25998,4,3,-1,'Gladiator\'s Linked Helm',44009,4,36864,0,1,0,0,1,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,51,38,68,32,26,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25999,4,3,-1,'Gladiator\'s Linked Spaulders',41149,4,36864,0,1,0,0,3,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,42,38,38,32,22,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,649,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(26000,4,3,-1,'Gladiator\'s Linked Gauntlets',41145,4,36864,0,1,0,0,10,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,40,38,50,32,27,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,541,0,0,0,0,0,0,0,0,0,33020,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(26001,4,3,-1,'Gladiator\'s Linked Leggings',41148,4,36864,0,1,0,0,7,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,5,7,54,38,60,32,36,35,28,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(26002,12,0,-1,'Flaming Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32979,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A lively flame crackles on the end of a torch soaked in pitch.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(26004,4,1,-1,'Farmhand\'s Vest',16551,2,0,0,1,622,124,5,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,2,5,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(26005,4,1,-1,'Jessera\'s Fungus Lined Tunic',38266,2,0,0,1,1617,323,5,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,7,2,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(26006,4,1,-1,'Crystal-Flecked Pants',7533,2,0,0,1,804,160,7,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,1,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(26007,4,1,-1,'Vindicator\'s Woolies',14450,2,0,0,1,1923,384,7,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,2,7,4,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(26008,4,1,-1,'Scholar\'s Gloves',25867,2,0,0,1,506,101,10,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,2,5,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(26009,4,1,-1,'Flutterer Silk Handwraps',12865,2,0,0,1,1473,294,10,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,5,3,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(26010,4,1,-1,'Vindicator\'s Soft Sole Slippers',16821,2,0,0,1,918,183,8,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,2,5,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(26011,4,1,-1,'Cryo-Core Attendant\'s Boots',16563,2,0,0,1,1934,386,8,-1,-1,19,0,0,0,0,0,0,0,0,0,1,0,2,7,3,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(26012,4,1,-1,'Kessel\'s Cinch Wrap',16554,2,0,0,1,740,148,6,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,2,5,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(26013,4,1,-1,'Cincture of Woven Reeds',28051,2,0,0,1,1493,298,6,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,5,4,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(26014,4,1,-1,'Jessera\'s Fungus Lined Cuffs',16927,2,0,0,1,468,93,9,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(26016,4,1,-1,'Surveyor\'s Mantle',23050,2,0,0,1,849,169,16,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(26017,4,1,-1,'Venomous Silk Cover',15248,2,0,0,1,1790,358,16,-1,-1,19,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(26018,4,2,-1,'Elekk Handler\'s Leathers',19029,2,0,0,1,760,152,5,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,2,3,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(26019,4,2,-1,'Jessera\'s Fungus Lined Vest',38267,2,0,0,1,1976,395,5,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,9138,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(26020,4,2,-1,'Shard-Covered Leggings',19030,2,0,0,1,958,191,7,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(26021,4,2,-1,'Vindicator\'s Leather Chaps',7834,2,0,0,1,2290,458,7,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,2,3,4,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(26022,4,2,-1,'Researcher\'s Gloves',41379,2,0,0,1,619,123,10,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,2,5,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(26023,4,2,-1,'Ravager Hide Gloves',19032,2,0,0,1,1801,360,10,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,7,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(26024,4,2,-1,'Vindicator\'s Leather Moccasins',19033,2,0,0,1,1123,224,8,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,2,3,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(26025,4,2,-1,'Technician\'s Boots',16991,2,0,0,1,2367,473,8,-1,-1,19,0,0,0,0,0,0,0,0,0,1,0,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,9137,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(26026,4,2,-1,'Ornately Tooled Belt',19034,2,0,0,1,1821,364,6,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,9139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(26027,4,2,-1,'Kessel\'s Sweat Stained Elekk Leash',14533,2,0,0,1,908,181,6,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(26028,4,2,-1,'Jessera\'s Fungus Lined Bands',25864,2,0,0,1,633,126,9,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(26030,4,3,-1,'Jessera\'s Fungus Lined Hauberk',38268,2,0,0,1,2535,507,5,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,4,2,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,1,30,0,0,0,'',2,0,0,0,0,12340),(26031,4,3,-1,'Elekk Rider\'s Mail',26936,2,0,0,1,983,196,5,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,2,7,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(26032,4,3,-1,'Crystal-Studded Legguards',26932,2,0,0,1,1233,246,7,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,2,7,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(26033,4,3,-1,'Vindicator\'s Iron Legguards',4339,2,0,0,1,2946,589,7,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,2,4,4,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(26034,4,3,-1,'Protective Field Gloves',27175,2,0,0,1,702,140,10,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,9136,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(26035,4,3,-1,'Corin\'s Handguards',28998,2,0,0,1,2042,408,10,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,4,3,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(26036,4,3,-1,'Vindicator\'s Stompers',26927,2,0,0,1,1279,255,8,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(26037,4,3,-1,'Lightweight Mesh Boots',26939,2,0,0,1,2696,539,8,-1,-1,19,0,0,0,0,0,0,0,0,0,1,0,2,7,3,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(26038,4,3,-1,'Segmented Girdle',26930,2,0,0,1,2122,424,6,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,4,4,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(26039,4,3,-1,'Kessel\'s Sturdy Riding Handle',6864,2,0,0,1,1059,211,6,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(26040,4,3,-1,'Jessera\'s Fungus Lined Bracers',26928,2,0,0,1,738,147,9,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(26042,15,0,-1,'Oshu\'gun Crystal Powder Sample',38158,1,0,1,1,0,0,0,-1,-1,65,0,0,0,0,0,0,0,0,100,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'You may turn 10 of these items in to Chief Researcher Amereldine at Halaa if the Horde have control of the base.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(26043,15,0,-1,'Oshu\'gun Crystal Powder Sample',38158,1,0,2,1,0,0,0,-1,-1,65,0,0,0,0,0,0,0,0,100,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'You may turn 10 of these items in to Chief Researcher Kartos at Halaa if the Alliance have control of the base.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(26044,15,0,-1,'Halaa Research Token',38160,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(26045,15,0,-1,'Halaa Battle Token',28862,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(26048,12,0,-1,'Letter to Kialon',24593,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(26049,2,4,-1,'Old Elekk Prod',12992,2,0,0,1,1626,325,13,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340),(26050,2,4,-1,'Fist of Argus',37192,2,0,0,1,4224,844,13,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,5,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,24,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(26051,2,5,-1,'2 Stone Sledgehammer',5226,2,0,0,1,2048,409,17,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,2,4,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,33,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340),(26052,2,5,-1,'Vindicator\'s Smasher',38269,2,0,0,1,5318,1063,17,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,7,2,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,36,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(26053,2,7,-1,'Elekk Handler\'s Blade',1547,2,0,0,1,1650,330,13,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340),(26054,2,7,-1,'Blade of Argus',38265,2,0,0,1,3985,797,13,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,3,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(26055,4,0,-1,'Oculus of the Hidden Eye',32335,3,524352,0,1,369545,92386,12,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18050,1,0,0,1800000,0,0,33012,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(26128,4,1,-1,'68 TEST Green Cloth Belt',16704,2,0,0,1,66287,13257,6,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',14,0,0,0,0,1),(26129,4,1,-1,'68 TEST Green Cloth Boot',16703,2,0,0,1,99815,19963,8,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',14,0,0,0,0,1),(26130,4,1,-1,'68 TEST Green Cloth Chest',16700,2,0,0,1,133599,26719,5,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',14,0,0,0,0,1),(26131,4,1,-1,'68 TEST Green Cloth Hand',16702,2,0,0,1,67048,13409,10,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',14,0,0,0,0,1),(26132,4,1,-1,'68 TEST Green Cloth Head',18422,2,0,0,1,100957,20191,1,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',14,0,0,0,0,1),(26133,4,1,-1,'68 TEST Green Cloth Legs',16701,2,0,0,1,135122,27024,7,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',14,0,0,0,0,1),(26134,4,1,-1,'68 TEST Green Cloth Shoulder',16706,2,0,0,1,101716,20343,3,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',14,0,0,0,0,1),(26135,4,1,-1,'68 TEST Green Cloth Wrist',9894,2,0,0,1,69902,13980,9,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',14,0,0,0,0,1),(26513,4,1,-1,'68 TEST Green Cloth Cloak',16707,2,0,0,1,104448,20889,16,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',14,0,0,0,0,1),(26527,4,0,-1,'68 TEST Green Cloth Ring',9834,2,0,0,1,0,0,11,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',14,0,0,0,0,1),(26541,4,0,-1,'68 TEST Green Cloth Necklace',4841,2,0,0,1,0,0,2,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',14,0,0,0,0,1),(26569,4,0,-1,'68 TEST Green Off Hand',22923,2,0,0,1,0,0,23,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',33,0,0,0,0,1),(26765,2,19,-1,'68 TEST Green Wand',10671,2,0,0,1,247693,49538,26,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,174,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',33,0,0,0,0,1),(26779,2,15,-1,'68 TEST Green Spell Dagger',22118,2,0,0,1,357234,71446,21,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,100,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',33,0,0,0,0,1),(27317,0,0,-1,'Elemental Sapta',2351,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33019,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,300,0,0,'',0,0,0,0,0,12340),(27388,0,0,-1,'Mr. Pinchy',24629,3,0,0,1,40000,2000,0,-1,-1,70,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33060,0,-3,0,172800000,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27389,2,8,-1,'Surplus Bastard Sword',20074,2,0,0,1,1918,383,17,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,2,4,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,30,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340),(27390,2,8,-1,'Vindicator\'s Letter Opener',38270,2,0,0,1,4982,996,17,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,4,3,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,37,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(27398,4,0,-1,'Carved Crystalline Orb',28503,2,0,0,1,1700,425,23,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,2,5,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(27399,4,6,-1,'Stillpine Defender',38258,2,0,0,1,1273,254,14,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,4,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340),(27400,4,6,-1,'Peacekeeper\'s Buckler',18523,2,0,0,1,3043,608,14,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,2,7,2,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,6,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(27401,2,18,-1,'Arugoo\'s Crossbow of Destruction',38260,2,0,0,1,1503,300,26,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,25,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340),(27402,2,18,-1,'Huntsman\'s Crossbow',22929,2,0,0,1,3592,718,26,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,32,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(27403,2,19,-1,'Stillpine Stinger',39743,2,0,0,1,1514,302,26,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,3,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340),(27404,2,19,-1,'Lightspark',28218,2,0,0,1,3359,671,26,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,30,6,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(27408,4,4,-1,'Hope Bearer Helm',44873,3,0,0,1,197549,39509,1,32767,-1,100,65,0,0,0,0,0,0,0,0,1,0,4,4,30,7,19,3,23,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,827,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,2,0,4,0,8,0,2865,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27409,4,2,-1,'Raven-Heart Headdress',43180,3,0,0,1,141914,28382,1,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,4,4,22,7,24,5,23,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,18029,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,8,0,8,0,2865,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27410,4,1,-1,'Collar of Command',43184,3,0,0,1,113961,22792,1,32767,-1,100,65,0,0,0,0,0,0,0,0,1,0,3,7,22,5,23,6,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27411,4,1,-1,'Slippers of Serenity',43185,3,0,0,1,114380,22876,8,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,3,7,10,5,22,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,2,0,8,0,0,0,2859,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27412,2,10,-1,'Ironstaff of Regeneration',43210,3,0,0,1,478378,95675,17,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,3,7,33,5,29,6,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,158,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,26461,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-19,0,0,0,'',52,0,0,0,0,12340),(27413,4,0,-1,'Ring of the Exarchs',31800,3,0,0,1,75000,18750,11,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,2,3,17,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27414,4,3,-1,'Mok\'Nathal Beast-Mask',44407,3,0,0,1,173507,34701,1,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,3,3,23,7,22,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,463,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,2,0,4,0,2865,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27415,4,2,-1,'Darkguard Face Mask',45101,3,0,0,1,145112,29022,1,32767,-1,100,65,0,0,0,0,0,0,0,0,1,0,3,3,29,7,30,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27416,4,0,-1,'Fetish of the Fallen',39365,3,524288,0,1,41230,10307,12,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15814,1,0,0,180000,1155,180000,33014,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27417,4,2,-1,'Ravenwing Pauldrons',43181,3,0,0,1,150120,30024,3,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,4,4,19,7,19,5,13,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,4,0,0,0,2863,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27418,4,1,-1,'Stormreaver Shadow-Kilt',43193,3,0,0,1,160701,32140,7,262143,32767,103,66,0,0,0,0,0,0,0,0,1,0,4,7,19,5,26,6,14,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27420,4,4,-1,'Uther\'s Ceremonial Warboots',43147,3,0,0,1,212063,42412,8,32767,-1,103,66,0,0,0,0,0,0,0,0,1,0,3,4,25,7,21,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27422,7,8,-1,'Barbed Gill Trout',38896,1,0,0,1,160,8,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(27423,4,1,-1,'Cloak of Impulsiveness',38794,3,0,0,1,113932,22786,16,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,2,3,18,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27424,2,0,-1,'Amani Venom-Axe',38797,3,0,0,1,381248,76249,13,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,2,7,15,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,188,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27425,7,8,-1,'Spotted Feltail',38899,1,0,0,1,160,8,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(27426,2,4,-1,'Northshire Battlemace',43204,3,0,0,1,384155,76831,21,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,2,5,15,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,162,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,21620,1,0,0,0,0,-1,28686,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-21.3,0,0,0,'',52,0,0,0,0,12340),(27427,4,4,-1,'Durotan\'s Battle Harness',43205,3,0,0,1,269939,53987,5,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,3,4,31,7,34,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1048,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This is a legacy chest piece worn by Frostwolf chieftans for eleven generations.',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,8,0,4,0,4,0,2878,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27428,4,3,-1,'Stormfront Gauntlets',43164,3,0,0,1,116130,23226,10,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,2,7,22,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,4,0,0,0,2879,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27429,7,8,-1,'Zangarian Sporefish',38893,1,0,0,1,160,8,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(27430,4,3,-1,'Scaled Greaves of Patience',43206,3,0,0,1,234004,46800,7,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,3,3,28,7,24,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,4,0,2,0,8,0,2871,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27431,2,15,-1,'Time-Shifted Dagger',43207,3,0,0,1,391481,78296,21,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,3,7,15,5,15,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,103,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,28687,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,-21.3,0,0,0,'',52,0,0,0,0,12340),(27432,4,0,-1,'Broxigar\'s Ring of Valor',35431,3,0,0,1,146580,36645,11,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,3,4,21,7,19,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27433,4,1,-1,'Pauldrons of Sufferance',43186,3,0,0,1,118316,23663,3,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,3,7,18,5,13,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,8,0,4,0,0,0,2859,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27434,4,2,-1,'Mantle of Perenolde',43209,3,0,0,1,148448,29689,3,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,3,7,24,32,23,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,2,0,0,0,2876,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27435,7,8,-1,'Figluster\'s Mudfish',38901,1,0,0,1,160,8,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(27436,4,0,-1,'Iron Band of the Unbreakable',28830,3,0,0,1,17235,4308,11,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,2,7,27,12,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27437,7,8,-1,'Icefin Bluefish',24713,1,0,0,1,160,8,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(27438,7,8,-1,'Golden Darter',38897,1,0,0,1,160,8,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(27439,7,8,-1,'Furious Crawdad',24629,1,0,0,1,160,8,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(27440,4,0,-1,'Diamond Prism of Recurrence',38809,3,0,0,1,49510,12377,2,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,3,7,12,5,18,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9315,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27441,15,0,-1,'Felblood Snapper',38898,0,0,0,1,160,8,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A twisted fish that lives in fel pools and lava. Do Not Eat!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27442,15,0,-1,'Goldenscale Vendorfish',39145,0,0,0,1,1200000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27443,15,0,-1,'Steam Pump Debris',7842,0,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27445,15,2,-1,'Magical Crawdad Box',58861,1,64,0,1,10000,2500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,33050,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27446,15,0,-1,'Mr. Pinchy\'s Gift',24053,3,4,0,1,4,1,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27447,4,4,-1,'Bracers of Just Rewards',42865,3,0,0,1,149945,29989,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,23,7,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27448,4,1,-1,'Cloak of the Everliving',26431,3,0,0,1,128282,25656,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,21631,1,0,0,-1,0,-1,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27449,4,6,-1,'Blood Knight Defender',41645,3,0,0,1,274682,54936,14,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,26,15,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3806,0,0,0,0,0,20,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,86,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27450,4,3,-1,'Wild Stalker Boots',43008,3,0,0,1,194730,38946,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,17,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27451,4,1,-1,'Boots of the Darkwalker',43084,3,0,0,1,129734,25946,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,36,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,33097,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27452,4,1,-1,'Light Scribe Bands',42996,3,0,0,1,86806,17361,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,15,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27453,4,0,-1,'Averinn\'s Ring of Slaying',31664,3,524288,0,1,28410,7102,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,22,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15808,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27454,4,3,-1,'Volcanic Pauldrons',42910,3,0,0,1,202921,40584,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,23,5,25,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27455,4,4,-1,'Irondrake Faceguard',44408,3,0,0,1,236098,47219,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,39,3,32,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27456,4,2,-1,'Raiments of Nature\'s Breath',42953,3,0,0,1,226076,45215,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,32,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,18045,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27457,4,4,-1,'Life Bearer\'s Gauntlets',43639,3,0,0,1,159730,31946,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,23,5,25,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27458,4,3,-1,'Oceansong Kilt',42927,3,0,0,1,273245,54649,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,36,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27459,4,4,-1,'Vambraces of Daring',42832,3,0,0,1,160876,32175,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,18,7,26,12,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,0,0,0,0,22852,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27460,4,0,-1,'Reavers\' Ring',40034,3,524288,0,1,220141,55035,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,23,7,18,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27461,4,2,-1,'Chestguard of the Prowler',43015,3,0,0,1,230123,46024,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,3,31,7,26,14,16,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27462,4,1,-1,'Crimson Bracers of Gloom',42896,3,0,0,1,92374,18474,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,18,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27463,2,15,-1,'Terror Flame Dagger',41881,3,524288,0,1,419470,83894,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,15,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27464,4,0,-1,'Omor\'s Unyielding Will',31899,3,0,0,1,89857,22464,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,19,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27465,4,1,-1,'Mana-Etched Gloves',43073,3,0,0,1,84536,16907,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,17,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,658,30,0,0,0,0,2,0,4,0,0,0,2859,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27466,4,1,-1,'Headdress of Alacrity',49090,3,0,0,1,127292,25458,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,33,6,18,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27467,4,2,-1,'Silent-Strider Kneeboots',43017,3,0,0,1,159709,31941,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,27,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,17746,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27468,4,2,-1,'Moonglade Handwraps',42452,3,0,0,1,106880,21376,10,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,4,19,3,13,7,18,5,20,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,18031,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,637,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27469,4,3,-1,'Gladiator\'s Mail Armor',41144,4,36864,0,1,0,0,5,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,23,32,23,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,866,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,140,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27470,4,3,-1,'Gladiator\'s Mail Gauntlets',41145,4,36864,0,1,0,0,10,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,18,32,21,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,541,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27471,4,3,-1,'Gladiator\'s Mail Helm',44009,4,36864,0,1,0,0,1,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,15,32,18,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27472,4,3,-1,'Gladiator\'s Mail Leggings',41148,4,36864,0,1,0,0,7,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,25,32,22,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27473,4,3,-1,'Gladiator\'s Mail Spaulders',41149,4,36864,0,1,0,0,3,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,17,32,20,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,649,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27474,4,3,-1,'Beast Lord Handguards',42581,3,0,0,1,134669,26933,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,25,7,12,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,650,40,0,0,0,0,2,0,8,0,0,0,2860,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27475,4,4,-1,'Gauntlets of the Bold',40830,3,0,0,1,158569,31713,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,17,3,16,7,31,12,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,653,45,0,0,0,0,2,0,4,0,0,0,2870,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27476,2,4,-1,'Truncheon of Five Hells',41769,3,0,0,1,452109,90421,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,19,31,14,12,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,2,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27477,4,0,-1,'Faol\'s Signet of Cleansing',41655,3,0,0,1,137801,34450,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27478,4,3,-1,'Girdle of the Blasted Reaches',43045,3,0,0,1,136609,27321,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,16,7,22,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,2,0,0,0,2863,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27479,12,0,-1,'Flaming Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33067,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A lively flame crackles on the end of a torch soaked in pitch.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27480,12,0,-1,'Soul Device',38195,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'If you look closely enough, you can see something swirling around in it. Creepy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27481,15,4,-1,'Heavy Supply Crate',11449,1,4,0,1,4,1,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Steam Pump Replacement Parts',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27483,4,2,-1,'Moon-Touched Bands',42965,3,0,0,1,104845,20969,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,17,5,20,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27484,4,7,-1,'Libram of Avengement',5563,3,0,0,1,126302,25260,28,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34258,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27485,4,1,-1,'Embroidered Cape of Mysteries',15163,3,0,0,1,130288,26057,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,18,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27487,4,4,-1,'Bloodlord Legplates',42839,3,0,0,1,306253,61250,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,38,7,27,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2882,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27488,4,1,-1,'Mage-Collar of the Firestorm',44409,3,0,0,1,131739,26347,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,32,5,33,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27489,4,4,-1,'Virtue Bearer\'s Vambraces',42851,3,0,0,1,155147,31029,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,16,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27490,2,0,-1,'Firebrand Battleaxe',39964,3,0,0,1,442344,88468,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,17,7,15,37,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,224,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27491,4,0,-1,'Signet of Repose',39128,3,524288,0,1,123465,30866,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,17,5,18,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27492,4,2,-1,'Moonchild Leggings',42966,3,0,0,1,222799,44559,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,26,5,20,6,19,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,2,0,4,0,4,0,2865,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27493,4,1,-1,'Gloves of the Deadwatcher',42903,3,0,0,1,89445,17889,10,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,24,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27494,4,3,-1,'Emerald Eye Bracer',42885,3,0,0,1,134643,26928,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,12,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27495,4,0,-1,'Soldier\'s Dog Tags',43085,3,0,0,1,167814,41953,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,21,3,19,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27497,4,4,-1,'Doomplate Gauntlets',43035,3,0,0,1,159684,31936,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,4,31,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,661,45,0,0,0,0,4,0,4,0,8,0,2860,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27498,0,4,-1,'Scroll of Agility V',3331,1,0,0,1,500,125,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33077,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27499,0,4,-1,'Scroll of Intellect V',2616,1,0,0,1,600,112,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33078,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27500,0,4,-1,'Scroll of Protection V',1093,1,0,0,1,550,100,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33079,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27501,0,4,-1,'Scroll of Spirit V',2616,1,0,0,1,550,100,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33080,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27502,0,4,-1,'Scroll of Stamina V',1093,1,0,0,1,600,112,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33081,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27503,0,4,-1,'Scroll of Strength V',3331,1,0,0,1,500,125,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33082,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27505,4,4,-1,'Ruby Helm of the Just',42867,3,0,0,1,227524,45504,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,36,7,24,5,25,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27506,4,1,-1,'Robe of Effervescent Light',42997,3,0,0,1,174333,34866,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,33,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27507,2,18,-1,'Adamantine Repeater',41423,3,0,0,1,328096,65619,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,239,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27508,4,1,-1,'Incanter\'s Gloves',42371,3,0,0,1,87817,17563,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,21,5,24,6,12,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,647,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27509,4,2,-1,'Handgrips of Assassination',42410,3,0,0,1,110168,22033,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,25,7,24,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,620,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27510,4,3,-1,'Tidefury Gauntlets',42568,3,0,0,1,132690,26538,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,22,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,630,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27511,7,11,-1,'Inscribed Scrollcase',2618,1,4,0,1,100,25,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27512,2,7,-1,'The Willbreaker',41418,3,0,0,1,445555,89111,21,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,3,7,15,5,14,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,113,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,33250,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(27513,7,11,-1,'Curious Crate',7913,1,4,0,1,80,20,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27514,4,2,-1,'Leggings of the Unrepentant',42945,3,0,0,1,224383,44876,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,25,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,2,0,4,0,8,0,2877,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27515,7,8,-1,'Huge Spotted Feltail',50502,1,0,0,1,2000,500,23,-1,-1,60,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27516,7,8,-1,'Enormous Barbed Gill Trout',50501,1,0,0,1,2000,500,23,-1,-1,60,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27517,4,1,-1,'Bands of Nethekurse',42975,3,0,0,1,82248,16449,9,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,5,18,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,28869,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27518,4,8,-1,'Ivory Idol of the Moongoddess',39645,3,0,0,1,123850,24770,28,32767,-1,112,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34292,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27519,4,1,-1,'Cloak of Malice',43086,3,0,0,1,124326,24865,16,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,3,21,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27520,4,4,-1,'Greathelm of the Unbreakable',42829,3,0,0,1,217967,43593,1,32767,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,4,36,7,48,12,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27521,4,3,-1,'Telaari Hunting Girdle',43009,3,0,0,1,128308,25661,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,24,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27522,4,3,-1,'World\'s End Bracers',42908,3,0,0,1,128797,25759,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,19,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27523,4,0,-1,'Exarch\'s Diamond Band',39126,3,524288,0,1,59387,14846,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,19,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27524,2,5,-1,'Firemaul of Destruction',44954,3,0,0,1,527851,105570,17,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,4,31,7,50,35,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,418,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27525,4,1,-1,'Jeweled Boots of Sanctification',43087,3,0,0,1,127161,25432,8,32767,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,7,22,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27526,2,2,-1,'Skyfire Hawk-Bow',40908,3,0,0,1,319094,63818,15,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,1,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,202,0,0,0,0,0,0,0,0,0,0,0,2400,2,100,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27527,4,4,-1,'Greaves of the Shatterer',42831,3,0,0,1,306192,61238,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,25,7,37,12,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2888,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27528,4,3,-1,'Gauntlets of Desolation',43052,3,0,16,1,131700,26340,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,16,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,660,40,0,0,0,0,2,0,2,0,0,0,2859,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27529,4,0,-1,'Figurine of the Colossus',40039,3,524352,0,1,265161,66290,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,15,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33089,0,0,0,120000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27531,4,2,-1,'Wastewalker Gloves',43064,3,0,0,1,110959,22191,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,32,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,659,35,0,0,0,0,2,0,4,0,0,0,2876,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27532,9,9,-1,'Master Fishing - The Art of Angling',1246,1,64,0,1,50000,12500,0,-1,-1,55,45,356,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33100,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27533,2,13,-1,'Demonblood Eviscerator',41452,3,0,0,1,458751,91750,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,16,37,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27534,4,0,-1,'Hortus\' Seal of Brilliance',41654,3,0,0,1,88181,22045,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,18,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27535,4,4,-1,'Gauntlets of the Righteous',42355,3,0,0,1,147111,29422,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,20,12,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,623,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27536,4,1,-1,'Hallowed Handwraps',42576,3,0,0,1,83911,16782,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,19,5,20,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,662,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27537,4,1,-1,'Gloves of Oblivion',42446,3,0,0,1,84237,16847,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,21,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,644,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27538,2,4,-1,'Lightsworn Hammer',44612,3,0,0,1,422813,84562,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,12,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,113,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,33273,1,0,0,0,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(27539,4,4,-1,'Justice Bearer\'s Pauldrons',42853,3,0,0,1,222384,44476,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,25,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27540,2,19,-1,'Nexus Torch',43088,3,0,0,1,319518,63903,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,9,5,10,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,303,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27541,4,3,-1,'Archery Belt of the Broken',42887,3,0,0,1,128295,25659,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,19,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27542,4,1,-1,'Cord of Belief',42999,3,0,0,1,85855,17171,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,23,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27543,2,15,-1,'Starlight Dagger',42825,3,0,0,1,430863,86172,21,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,3,7,15,5,15,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,95,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,33250,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(27544,4,9,-1,'Totem of Spontaneous Regrowth',39639,3,0,0,1,129747,25949,28,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34294,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27545,4,2,-1,'Mennu\'s Scaled Leggings',43018,3,0,0,1,217059,43411,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,25,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,2,0,2,0,8,0,2871,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27546,4,0,-1,'Traitor\'s Noose',40035,3,0,0,1,35155,8788,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,18,32,18,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15808,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27547,4,1,-1,'Coldwhisper Cord',42987,3,0,0,1,87465,17493,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,19,5,23,6,12,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27548,4,4,-1,'Girdle of Many Blessings',42862,3,0,0,1,154512,30902,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,22,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,655,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27549,4,3,-1,'Wavefury Boots',42931,3,0,0,1,204413,40882,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,19,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27550,4,1,-1,'Ironscale War Cloak',43089,3,0,0,1,136147,27229,16,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,2,7,26,15,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,33274,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27551,4,0,-1,'Skeletal Necklace of Battlerage',40036,3,0,0,1,41135,10283,2,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,26,7,21,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27552,4,2,-1,'Soft Leather Vest',28249,1,0,0,1,60,12,5,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27553,0,0,-1,'Crimson Steer Energy Drink',18114,1,0,0,1,120,30,0,8,-1,15,5,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9512,0,-1,-1,300000,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'The perfect pick me up for those rough mornings after a late night.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27631,2,16,-1,'Needle Shrike',38370,3,4194304,0,1,146756,36689,25,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,1,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,124,0,0,0,0,0,0,0,0,0,0,0,1400,0,100,14027,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(27632,12,0,-1,'Terokk\'s Quill',38249,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A long, slender arakkoa spear ending in a razor-sharp point. It appears to have been forged from a single piece of metal and shows no signs of age.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27633,12,0,-1,'Terokk\'s Mask',38250,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A gem encrusted, feathered mask molded to fit an arakkoa face, although it appears to have been crafted for an arakkoa much bigger than any you\'ve yet seen.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27634,12,0,-1,'The Saga of Terokk',34961,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A scroll containing stories from the life of the great arakkoa hero Terokk.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27635,0,5,-1,'Lynx Steak',22194,1,0,0,1,24,6,0,-1,-1,8,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5004,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(27636,0,5,-1,'Bat Bites',39721,1,0,0,1,100,25,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5005,0,-1,-1,0,11,1000,0,0,0,0,-1,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(27637,4,2,-1,'Shadowstalker\'s Sash',38261,3,36864,0,1,0,0,6,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,4,7,24,3,17,32,13,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27638,4,1,-1,'Hierophant\'s Sash',34244,3,36864,0,1,0,0,6,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,3,7,28,5,19,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27639,4,4,-1,'Slayer\'s Waistguard',38286,3,36864,0,1,0,0,6,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,4,7,24,4,22,32,19,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,573,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27640,2,18,-1,'Hand of Argus Crossfire',38263,2,0,0,1,3033,606,26,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,3,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,26,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(27641,2,10,-1,'Vindicator\'s Walking Stick',38264,2,0,0,1,5074,1014,17,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,5,3,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,37,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(27643,4,3,-1,'Stormbreaker\'s Girdle',34241,3,36864,0,1,0,0,6,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,4,7,28,5,19,32,19,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27644,4,4,-1,'Avenger\'s Waistguard',38286,3,36864,0,1,0,0,6,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,5,7,24,4,25,5,11,32,12,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,573,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27645,4,2,-1,'Dreamstalker Sash',34244,3,36864,0,1,0,0,6,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,5,7,24,5,15,4,15,3,14,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(27646,4,3,-1,'Marksman\'s Belt',34241,3,36864,0,1,0,0,6,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,5,7,28,3,19,32,9,35,13,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27647,4,3,-1,'Marksman\'s Legguards',38278,3,36864,0,1,0,0,7,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,5,7,39,3,25,32,11,35,13,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27648,4,2,-1,'Dreamstalker Leggings',38280,3,36864,0,1,0,0,7,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,5,7,30,5,10,4,20,3,7,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,2,0,4,0,0,0,2859,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(27649,4,1,-1,'Hierophant\'s Leggings',38276,3,36864,0,1,0,0,7,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,3,7,39,5,17,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27650,4,2,-1,'Shadowstalker\'s Leggings',33041,3,36864,0,1,0,0,7,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,4,7,33,3,23,32,15,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27651,0,5,-1,'Buzzard Bites',39718,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33253,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(27652,4,3,-1,'Stormbreaker\'s Leggings',38279,3,36864,0,1,0,0,7,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,4,7,39,5,16,32,14,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27653,4,4,-1,'Slayer\'s Leggings',38285,3,36864,0,1,0,0,7,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,4,7,39,4,25,32,17,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,891,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27654,4,4,-1,'Avenger\'s Legplates',38285,3,36864,0,1,0,0,7,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,4,7,33,4,34,32,12,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,891,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27655,0,5,-1,'Ravager Dog',35831,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33260,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Don\'t ask what it\'s made of.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(27656,0,5,-1,'Sporeling Snack',39717,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33272,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Pets love sporeling snacks!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27657,0,5,-1,'Blackened Basilisk',39719,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33264,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Seared to perfection!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(27658,0,5,-1,'Roasted Clefthoof',25481,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33255,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(27659,0,5,-1,'Warp Burger',25468,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33262,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(27660,0,5,-1,'Talbuk Steak',39720,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35271,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(27661,0,5,-1,'Blackened Trout',39114,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(27662,0,5,-1,'Feltail Delight',39116,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33253,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(27663,0,5,-1,'Blackened Sporefish',39115,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33266,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(27664,0,5,-1,'Grilled Mudfish',39118,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33262,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(27665,0,5,-1,'Poached Bluefish',39119,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33264,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(27666,0,5,-1,'Golden Fish Sticks',38273,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33269,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(27667,0,5,-1,'Spicy Crawdad',38272,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33258,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(27668,7,8,-1,'Lynx Meat',25466,1,0,0,1,20,5,0,-1,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(27669,7,8,-1,'Bat Flesh',25472,1,0,0,1,20,5,0,-1,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(27671,7,8,-1,'Buzzard Meat',39723,1,0,0,1,800,200,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(27672,4,4,-1,'Girdle of the Immovable',42833,3,0,0,1,149372,29874,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,17,7,33,12,18,15,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,655,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,2,0,4,0,0,0,2876,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27673,2,7,-1,'Phosphorescent Blade',43090,3,0,0,1,425980,85196,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,12,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,224,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27674,7,8,-1,'Ravager Flesh',25475,1,0,0,1,800,200,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(27676,7,8,-1,'Strange Spores',38282,1,0,0,1,800,200,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27677,7,8,-1,'Chunk o\' Basilisk',39726,1,0,0,1,800,200,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(27678,7,8,-1,'Clefthoof Meat',39725,1,0,0,1,800,200,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(27679,3,2,-1,'Sublime Mystic Dawnstone',18707,4,528384,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,182,-1,0,0,0,0,'',0,0,0,0,0,12340),(27680,1,0,-1,'Halaani Bag',21202,3,4096,0,1,0,0,18,-1,-1,60,0,0,0,0,0,0,0,0,1,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27681,7,8,-1,'Warped Flesh',39724,1,0,0,1,800,200,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(27682,7,8,-1,'Talbuk Venison',25466,1,0,0,1,800,200,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(27683,4,0,-1,'Quagmirran\'s Eye',16209,3,528384,0,1,40000,10000,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,33297,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27684,9,5,-1,'Recipe: Buzzard Bites',1301,1,64,0,1,20000,5000,0,-1,-1,60,0,185,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33279,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Buzzard Bite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27685,9,5,-1,'Recipe: Lynx Steak',811,1,64,0,1,40,10,0,-1,-1,5,0,185,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,33276,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Lynx Steak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27686,9,5,-1,'Recipe: Roasted Moongraze Tenderloin',811,1,64,0,1,40,10,0,-1,-1,5,0,185,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33277,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Roasted Moongraze Tenderloin.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27687,9,5,-1,'Recipe: Bat Bites',1102,1,64,0,1,400,100,0,-1,-1,15,0,185,50,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,33278,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Bat Bites.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27688,9,5,-1,'Recipe: Ravager Dog',1301,1,64,0,1,20000,5000,0,-1,-1,60,0,185,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33284,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Ravager Dog.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27689,9,5,-1,'Recipe: Sporeling Snack',1301,1,4160,0,1,0,0,0,-1,-1,62,0,185,310,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33285,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Sporeling Snack.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27690,9,5,-1,'Recipe: Blackened Basilisk',1301,1,64,0,1,30000,7500,0,-1,-1,62,0,185,315,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,33286,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Blackened Basilisk.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27691,9,5,-1,'Recipe: Roasted Clefthoof',1301,1,64,0,1,30000,7500,0,-1,-1,65,0,185,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33287,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Roasted Clefthoof.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27692,9,5,-1,'Recipe: Warp Burger',1301,1,64,0,1,30000,7500,0,-1,-1,65,0,185,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33288,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Warp Burger.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27693,9,5,-1,'Recipe: Talbuk Steak',1301,1,64,0,1,30000,7500,0,-1,-1,65,0,185,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33289,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Talbuk Steak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27694,9,5,-1,'Recipe: Blackened Trout',1301,1,64,0,1,20000,5000,0,-1,-1,60,0,185,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33290,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Blackened Trout.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27695,9,5,-1,'Recipe: Feltail Delight',1301,1,64,0,1,20000,5000,0,-1,-1,60,0,185,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33291,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Feltail Delight.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27696,9,5,-1,'Recipe: Blackened Sporefish',1301,1,64,0,1,20000,5000,0,-1,-1,62,0,185,310,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,33292,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Blackened Sporefish.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27697,9,5,-1,'Recipe: Grilled Mudfish',1301,1,64,0,1,30000,7500,0,-1,-1,64,0,185,320,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33293,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Grilled Mudfish.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27698,9,5,-1,'Recipe: Poached Bluefish',1301,1,64,0,1,30000,7500,0,-1,-1,64,0,185,320,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33294,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Poached Bluefish.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27699,9,5,-1,'Recipe: Golden Fish Sticks',1301,1,64,0,1,30000,7500,0,-1,-1,65,0,185,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33295,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Golden Fish Sticks.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27700,9,5,-1,'Recipe: Spicy Crawdad',1301,1,64,0,1,30000,7500,0,-1,-1,65,0,185,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33296,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Spicy Crawdad.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27702,4,4,-1,'Gladiator\'s Lamellar Chestpiece',41133,4,36864,0,1,0,0,5,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,51,5,25,32,30,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1547,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,165,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27703,4,4,-1,'Gladiator\'s Lamellar Gauntlets',41134,4,36864,0,1,0,0,10,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,24,32,24,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27704,4,4,-1,'Gladiator\'s Lamellar Helm',41135,4,36864,0,1,0,0,1,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,57,5,21,32,22,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1257,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27705,4,4,-1,'Gladiator\'s Lamellar Legguards',41136,4,36864,0,1,0,0,7,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,57,5,21,32,32,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1353,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27706,4,4,-1,'Gladiator\'s Lamellar Shoulders',41137,4,36864,0,1,0,0,3,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,18,32,24,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27707,4,1,-1,'Gladiator\'s Satin Gloves',41154,4,36864,0,1,0,0,10,16,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,20,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27708,4,1,-1,'Gladiator\'s Satin Hood',41794,4,36864,0,1,0,0,1,16,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,60,5,20,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27709,4,1,-1,'Gladiator\'s Satin Leggings',41155,4,36864,0,1,0,0,7,16,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,60,5,30,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27710,4,1,-1,'Gladiator\'s Satin Mantle',42171,4,36864,0,1,0,0,3,16,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,22,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27711,4,1,-1,'Gladiator\'s Satin Robe',41157,4,36864,0,1,0,0,20,16,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,51,5,26,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27712,4,2,-1,'Shackles of Quagmirran',31620,3,0,0,1,108969,21793,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,20,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27713,4,3,-1,'Pauldrons of Desolation',43044,3,0,0,1,197752,39550,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,3,23,7,16,5,19,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,660,70,0,0,0,0,2,0,2,0,0,0,2860,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27714,4,0,-1,'Swamplight Lantern',43091,3,0,0,1,137801,34450,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27715,4,4,-1,'Circle\'s Stalwart Helmet',42217,2,0,0,1,154445,30889,1,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,3,4,16,7,22,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,4,0,8,0,2892,0,225,0,0,0,0,'',13,0,0,0,0,12340),(27716,4,4,-1,'Refuge Armor',19730,2,0,0,1,200944,40188,5,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,3,7,27,4,18,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,812,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(27717,4,3,-1,'Expedition Forager Leggings',687,2,0,0,1,178133,35626,7,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,3,3,12,7,18,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,412,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,2,0,4,0,8,0,2874,0,225,0,0,0,0,'',13,0,0,0,0,12340),(27718,4,4,-1,'Aldor Defender\'s Legplates',24506,2,0,0,1,227070,45414,7,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,4,4,21,3,14,7,21,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,802,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,2,0,8,0,4,0,2874,0,225,0,0,0,0,'',13,0,0,0,0,1),(27719,4,2,-1,'Aldor Leggings of Puissance',17137,2,0,0,1,162785,32557,7,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,3,15,31,20,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,2,0,2,0,8,0,2874,0,225,0,0,0,0,'',13,0,0,0,0,1),(27720,4,1,-1,'Robes of the Aldor',19141,2,0,0,1,130689,26137,20,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,4,5,15,7,15,21,14,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,4,0,4,0,8,0,2889,0,225,0,0,0,0,'',13,0,0,0,0,1),(27721,4,4,-1,'Expedition Footgear',34708,2,0,0,1,162498,32499,8,32767,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,4,17,7,25,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,594,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(27722,4,3,-1,'Gloves of Marshmanship',27791,2,0,0,1,93369,18673,10,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,3,17,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(27723,4,2,-1,'Belt of the Moonkin',29954,2,0,0,1,78080,15616,6,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,5,14,6,14,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(27724,4,2,-1,'Wild Shoulderpads',27569,2,0,0,1,117541,23508,3,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,4,4,14,3,14,31,14,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(27725,4,4,-1,'Expedition Mantle',44422,2,0,0,1,164831,32966,3,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,4,21,7,21,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,648,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(27726,4,3,-1,'Hearty Cenarion Cincture',27057,2,0,0,1,88018,17603,6,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,3,14,7,21,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(27727,4,2,-1,'Swift Cenarion Footwear',18367,2,0,0,1,110431,22086,8,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,5,16,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(27728,4,1,-1,'Cushy Cenarion Walkers',13051,2,0,0,1,88681,17736,8,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,5,16,7,18,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(27729,15,0,-1,'Humanoid Skull',4262,0,0,0,1,2669,667,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27730,4,1,-1,'Watcher\'s Cloak of Vigilance',28303,2,0,0,1,89354,17870,16,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,4,13,31,12,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(27731,4,1,-1,'Vindicator\'s Cloak',23118,2,0,0,1,87107,17421,16,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,3,7,15,3,10,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(27732,4,1,-1,'Infiltrator\'s Cloak',24928,2,0,0,1,87434,17486,16,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,4,5,10,32,10,7,10,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(27733,4,0,-1,'Warden\'s Ring of Precision',31905,2,0,0,1,121136,30284,11,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,31,12,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(27734,4,0,-1,'Expedition Caster\'s Band',963,2,0,0,1,121136,30284,11,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,5,10,7,13,32,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(27735,4,0,-1,'Pendant of the Marsh',6497,2,0,0,1,121136,30284,2,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,5,10,6,9,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(27736,9,5,-1,'Master Cookbook',1134,1,64,0,1,20000,5000,0,-1,-1,55,0,185,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33361,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27737,4,2,-1,'Moonglade Shoulders',42454,3,0,0,1,166472,33294,3,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,4,13,3,12,7,18,5,19,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,637,60,0,0,0,0,2,0,2,0,0,0,2863,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27738,4,1,-1,'Incanter\'s Pauldrons',42372,3,0,0,1,133653,26730,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,17,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,647,50,0,0,0,0,4,0,2,0,0,0,2875,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27739,4,4,-1,'Spaulders of the Righteous',42351,3,0,0,1,234300,46860,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,22,12,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,623,80,0,0,0,0,2,0,8,0,0,0,2861,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27740,4,0,-1,'Band of Ursol',28733,3,524288,0,1,42837,10709,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,23,3,12,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27741,2,4,-1,'Bleeding Hollow Warhammer',41771,3,0,0,1,450393,90078,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,17,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,151,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,33250,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(27742,4,1,-1,'Mage-Fury Girdle',43026,3,0,0,1,83920,16784,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,23,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27743,4,3,-1,'Girdle of Living Flame',42911,3,0,0,1,126368,25273,6,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,3,7,15,5,17,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,4,0,8,0,0,0,2875,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27744,4,8,-1,'Idol of Ursoc',39640,3,0,0,1,126857,25371,28,32767,32767,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34253,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27745,4,3,-1,'Hungarhide Gauntlets',42886,3,0,0,1,127345,25469,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,27,7,21,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27746,4,1,-1,'Arcanium Signet Bands',43025,3,0,0,1,85213,17042,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,14,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27747,2,13,-1,'Boggspine Knuckles',42408,3,0,0,1,427696,85539,22,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,15,7,10,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9140,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27748,4,4,-1,'Cassock of the Loyal',42859,3,0,0,1,300526,60105,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,34,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27749,2,10,-1,'Staff of the Wild',20293,2,0,0,1,392152,78430,17,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,4,7,30,38,42,3,20,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,251,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(27750,2,5,-1,'Hammer of the Sporelings',28629,2,0,0,1,393593,78718,17,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,7,30,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,227,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,15715,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(27751,2,6,-1,'Survivalist\'s Pike',25630,2,0,0,1,395075,79015,17,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,3,21,7,30,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,259,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(27752,2,8,-1,'Zangarmarsh Claymore',20072,2,0,0,1,396556,79311,17,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,4,7,30,4,21,32,20,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,227,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(27753,2,15,-1,'Ensorcelled Marshfang Blade',40214,2,0,0,1,301117,60223,21,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,5,9,32,10,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,95,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,-7.5,0,0,0,'',32,0,0,0,0,12340),(27754,2,7,-1,'Keen Marshfang Slicer',26572,2,0,0,1,302238,60447,13,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,31,10,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,165,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(27755,4,4,-1,'Girdle of Gallantry',42868,3,0,0,1,155101,31020,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,27,3,14,7,22,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,655,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,2,0,4,0,0,0,2859,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27756,2,0,-1,'Marshfang Blade Axe',16126,2,0,0,1,304479,60895,13,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,1,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,95,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(27757,2,10,-1,'Greatstaff of the Leviathan',40358,3,0,0,1,554799,110959,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,38,78,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,269,0,0,0,0,360,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27758,4,0,-1,'Hydra-fang Necklace',39210,3,0,0,1,89857,22464,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,17,5,16,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27759,4,3,-1,'Headdress of the Tides',44410,3,0,0,1,206438,41287,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,30,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27760,4,2,-1,'Dunewind Sash',43065,3,0,0,1,115094,23018,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,21,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,2,0,8,0,0,0,2893,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27761,4,0,-1,'Ring of the Shadow Deeps',33808,3,524288,0,1,42837,10709,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,15,32,21,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27762,4,0,-1,'Weathered Band of the Swamplord',33534,3,0,0,1,42837,10709,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,20,32,21,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27763,4,2,-1,'Crown of the Forest Lord',44411,3,0,0,1,157944,31588,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,26,5,30,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27764,4,1,-1,'Hands of the Sun',42985,3,0,0,1,84562,16912,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,23,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27765,4,2,-1,'Armwraps of Disdain',42948,3,0,0,1,106099,21219,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,18,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27766,4,0,-1,'Swampstone Necklace',40038,3,0,0,1,157880,39470,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,14,5,15,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18031,1,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,10,10,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27767,2,0,-1,'Bogreaver',41772,3,0,0,1,427652,85530,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,15,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,159,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27768,4,1,-1,'Oracle Belt of Timeless Mystery',42977,3,0,0,1,85855,17171,6,400,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,24,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,117,0,0,0,'',52,0,0,0,0,12340),(27769,2,8,-1,'Endbringer',41773,3,0,0,1,538579,107715,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,29,7,28,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,381,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27770,4,0,-1,'Argussian Compass',43092,3,524288,0,1,86450,21612,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39228,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27771,4,4,-1,'Doomplate Shoulderguards',43034,3,0,0,1,227477,45495,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,19,7,22,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,661,80,0,0,0,0,2,0,2,0,0,0,2870,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27772,4,6,-1,'Stormshield of Renewal',42409,3,0,0,1,278849,55769,14,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,12,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3806,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,86,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27773,4,3,-1,'Barbaric Legstraps',43010,3,0,0,1,262397,52479,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,25,7,13,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,2,0,2,0,8,0,2869,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27774,7,4,-1,'zzOLDMighty Blood Garnet',7122,3,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,201,-1,0,0,0,0,'',0,0,0,0,0,12340),(27775,4,1,-1,'Hallowed Pauldrons',42577,3,0,0,1,135672,27134,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,10,5,17,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,662,50,0,0,0,0,2,0,8,0,0,0,2863,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27776,4,2,-1,'Shoulderpads of Assassination',42414,3,0,0,1,170184,34036,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,25,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,620,60,0,0,0,0,4,0,4,0,0,0,2895,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27777,3,0,-1,'Stark Blood Garnet',10449,3,528384,1,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,202,-1,0,0,0,0,'',0,0,0,0,0,12340),(27778,4,1,-1,'Spaulders of Oblivion',42447,3,0,0,1,137124,27424,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,25,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,644,50,0,0,0,0,4,0,8,0,0,0,2880,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27779,4,0,-1,'Bone Chain Necklace',32087,3,0,0,1,201151,50287,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,19,7,18,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27780,4,0,-1,'Ring of Fabled Hope',24646,3,524288,0,1,335188,83797,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,12,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18038,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27781,4,1,-1,'Demonfang Ritual Helm',45147,3,0,0,1,125366,25073,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,30,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27783,4,2,-1,'Moonrage Girdle',42967,3,0,0,1,102789,20557,6,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,5,22,6,21,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27784,4,0,-1,'Scintillating Coral Band',39121,3,524288,0,1,167612,41903,11,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,7,14,5,15,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27785,3,4,-1,'Notched Deep Peridot',35917,3,528384,1,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,204,-1,0,0,0,0,'',0,0,0,0,0,12340),(27786,3,4,-1,'Barbed Deep Peridot',35842,3,528384,1,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,205,-1,0,0,0,0,'',0,0,0,0,0,12340),(27787,4,2,-1,'Chestguard of No Remorse',42946,3,0,0,1,208714,41742,5,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,7,35,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27788,4,4,-1,'Bloodsworn Warboots',42841,3,0,0,1,219565,43913,8,32767,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,4,31,7,29,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27789,4,1,-1,'Cloak of Whispering Shells',43093,3,0,0,1,126181,25236,16,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,7,15,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,21619,1,0,0,-1,0,-1,18031,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27790,4,4,-1,'Mask of Penance',42860,3,0,0,1,227193,45438,1,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,7,27,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27791,2,10,-1,'Serpentcrest Life-Staff',40836,3,0,0,1,543902,108780,17,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,7,27,5,27,6,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,187,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,33273,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(27792,4,0,-1,'Steam-Hinge Chain of Valor',40040,3,0,0,1,35155,8788,2,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,7,26,15,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33274,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27793,4,3,-1,'Earth Mantle Handwraps',42912,3,0,0,1,131490,26298,10,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,7,21,5,18,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,4,0,0,0,2863,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27794,2,3,-1,'Recoilless Rocket Ripper X-54',41431,3,0,0,1,329916,65983,26,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,7,13,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,244,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27795,4,1,-1,'Sash of Serpentra',42897,3,0,0,1,90430,18086,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,21,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27796,4,1,-1,'Mana-Etched Spaulders',42443,3,0,0,1,136134,27226,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,17,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,658,50,0,0,0,0,4,0,2,0,0,0,2859,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27797,4,2,-1,'Wastewalker Shoulderpads',43066,3,0,0,1,170778,34155,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,25,7,13,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,659,60,0,0,0,0,2,0,8,0,0,0,2887,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27798,4,4,-1,'Gauntlets of Vindication',42869,3,0,0,1,160876,32175,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,24,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,45,0,0,0,0,2,0,2,0,0,0,2859,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27799,4,1,-1,'Vermillion Robes of the Dominant',42898,3,0,0,1,183447,36689,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,33,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27800,4,2,-1,'Earthsoul Britches',42955,3,0,0,1,230123,46024,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,33,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27801,4,3,-1,'Beast Lord Mantle',42583,3,0,0,1,208767,41753,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,25,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,650,70,0,0,0,0,4,0,2,0,0,0,2895,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27802,4,3,-1,'Tidefury Shoulderguards',42573,3,0,0,1,189580,37916,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,18,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,630,70,0,0,0,0,2,0,8,0,0,0,2900,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27803,4,4,-1,'Shoulderguards of the Bold',42360,3,0,0,1,220632,44126,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,25,7,25,12,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,653,80,0,0,0,0,4,0,8,0,0,0,2876,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27804,4,1,-1,'Devilshark Cape',43094,3,0,0,1,126804,25360,16,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,3,7,22,13,18,12,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,33274,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27805,4,0,-1,'Ring of the Silver Hand',43407,3,0,0,1,42837,10709,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,18,12,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27806,4,3,-1,'Fathomheart Gauntlets',42932,3,0,0,1,131264,26252,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,24,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27807,12,0,-1,'Air Elemental Gas',38368,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Frozen solid!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27808,13,0,-1,'Jump-a-tron 4000 Key',38369,2,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33381,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Etched on the side: Wazat will not be held accountable for any accidents that occur as a result of using the Jump-a-tron 4000.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27809,3,4,-1,'Barbed Deep Peridot',35842,3,528384,2,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,281,-1,0,0,0,0,'',0,0,0,0,0,12340),(27811,7,4,-1,'zzOLDMighty Blood Garnet',7122,3,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,282,-1,0,0,0,0,'',0,0,0,0,0,12340),(27812,3,0,-1,'Stark Blood Garnet',10449,3,528384,2,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,284,-1,0,0,0,0,'',0,0,0,0,0,12340),(27813,4,4,-1,'Boots of the Colossus',42835,3,0,0,1,235222,47044,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,22,7,27,12,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,4,0,8,0,0,0,2861,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27814,2,15,-1,'Twinblade of Mastery',41884,3,0,0,1,450481,90096,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,32,21,37,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,121,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27815,4,9,-1,'Totem of the Astral Winds',40043,3,0,0,1,135632,27126,28,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34244,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27816,4,1,-1,'Mindrage Pauldrons',43027,3,0,0,1,136121,27224,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,22,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27817,2,2,-1,'Starbolt Longbow',39230,3,0,0,1,341523,68304,15,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,19,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,242,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27818,4,2,-1,'Starry Robes of the Crescent',42969,3,0,0,1,228474,45694,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,23,5,30,6,24,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27820,3,4,-1,'Notched Deep Peridot',35917,3,528384,2,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,283,-1,0,0,0,0,'',0,0,0,0,0,12340),(27821,4,1,-1,'Extravagant Boots of Malice',42902,3,0,0,1,138536,27707,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,24,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27822,4,0,-1,'Crystal Band of Valor',40044,3,524288,0,1,220141,55035,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,27,12,22,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27823,4,3,-1,'Shard Encrusted Breastplate',42891,3,0,0,1,259600,51920,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,32,7,24,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27824,4,1,-1,'Robe of the Great Dark Beyond',42978,3,0,0,1,173717,34743,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,30,6,18,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27825,4,2,-1,'Predatory Gloves',43020,3,0,0,1,108969,21793,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,16,31,19,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27826,4,3,-1,'Mantle of the Sea Wolf',42933,3,0,0,1,197752,39550,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,22,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27827,4,2,-1,'Lucid Dream Bracers',42956,3,0,0,1,109783,21956,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,13,5,15,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27828,4,0,-1,'Warp-Scarab Brooch',40045,3,524288,0,1,40000,10000,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21638,1,0,0,-1,0,-1,33400,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27829,2,1,-1,'Axe of the Nexus-Kings',41776,3,0,0,1,552930,110586,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,33,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,381,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27830,4,0,-1,'Circlet of the Victor',31655,3,36864,1,1,0,0,11,32767,-1,80,60,0,0,0,0,0,0,0,1,1,0,2,7,25,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3153,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27831,4,2,-1,'Mantle of the Unforgiven',42949,3,0,0,1,167099,33419,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,25,32,21,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27832,4,0,-1,'Band of the Victor',31655,3,36864,1,1,0,0,11,32767,-1,80,60,0,0,0,0,0,0,0,1,1,0,2,7,25,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1583,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27833,4,0,-1,'Band of the Victor',31655,3,36864,2,1,0,0,11,32767,-1,80,60,0,0,0,0,0,0,0,1,1,0,2,7,25,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1583,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27834,4,0,-1,'Circlet of the Victor',31655,3,36864,2,1,0,0,11,32767,-1,80,60,0,0,0,0,0,0,0,1,1,0,2,7,25,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3153,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27835,4,3,-1,'Stillwater Girdle',42936,3,0,0,1,135619,27123,6,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,2,7,18,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,18378,1,0,0,-1,0,-1,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27837,4,2,-1,'Wastewalker Leggings',43067,3,0,0,1,227638,45527,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,31,7,27,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,659,75,0,0,0,0,2,0,2,0,8,0,2878,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27838,4,1,-1,'Incanter\'s Trousers',42369,3,0,0,1,169811,33962,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,30,6,17,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,647,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27839,4,4,-1,'Legplates of the Righteous',42354,3,0,0,1,298309,59661,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,24,12,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,21632,1,0,0,-1,0,-1,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,623,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27840,2,5,-1,'Scepter of Sha\'tar',41777,3,0,0,1,534675,106935,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,31,7,28,5,26,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,408,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Stolen long ago by the Nexus-Kings, the Scepter embodies the righteous power of the Naaru.',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27841,12,0,-1,'Severed Talon of the Matriarch',38389,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This is the biggest talon you have ever seen.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27842,2,10,-1,'Grand Scepter of the Nexus-Kings',40359,3,0,0,1,538743,107748,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,43,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,196,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,33250,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(27843,4,1,-1,'Glyph-Lined Sash',43078,3,0,0,1,86524,17304,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,23,32,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,4,0,4,0,0,0,2900,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27844,4,4,-1,'Pauldrons of Swift Retribution',42872,3,0,0,1,227524,45504,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,29,7,24,5,20,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27845,4,3,-1,'Magma Plume Boots',42915,3,0,0,1,196996,39399,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,26,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27846,2,13,-1,'Claw of the Watcher',42172,3,0,0,1,437461,87492,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,233,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,14027,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,8,0,2,0,0,0,2887,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27847,4,4,-1,'Fanblade Pauldrons',42836,3,0,0,1,230082,46016,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,16,7,22,12,20,14,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,2,0,8,0,0,0,2870,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27848,4,1,-1,'Embroidered Spellpyre Boots',43024,3,0,0,1,132201,26440,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,21,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27854,0,5,-1,'Smoked Talbuk Venison',20803,1,0,0,5,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(27855,0,5,-1,'Mag\'har Grainbread',40696,1,0,0,5,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340),(27856,0,5,-1,'Skethyl Berries',40697,1,0,0,5,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340),(27857,0,5,-1,'Garadar Sharp',40695,1,0,0,5,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,3,0,0,0,12340),(27858,0,5,-1,'Sunspring Carp',40834,1,0,0,5,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(27859,0,5,-1,'Zangar Caps',40850,1,0,0,5,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,5,0,0,0,12340),(27860,0,5,-1,'Purified Draenic Water',40852,1,0,0,5,6400,320,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27861,12,0,-1,'Lathrai\'s Stolen Goods',38433,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'None of this stuff looks familiar to you. Just what is Lathrai up to?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27865,4,3,-1,'Bracers of Shirrak',43012,3,0,0,1,130736,26147,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,17,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27866,4,1,-1,'Scintillating Headdress of Second Sight',44412,3,0,0,1,131212,26242,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,27,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27867,4,2,-1,'Boots of the Unjust',42950,3,0,0,1,164625,32925,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,25,32,19,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27868,2,15,-1,'Runesong Dagger',42561,3,0,0,1,430183,86036,21,-1,-1,112,68,0,0,0,0,0,0,0,1,1,0,3,7,12,5,11,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,91,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,33250,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(27869,4,0,-1,'Soulpriest\'s Ring of Resolve',31664,3,0,0,1,167612,41903,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,34,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27870,4,4,-1,'Doomplate Legguards',43037,3,0,0,1,310687,62137,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,36,7,33,32,27,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,661,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27871,4,0,-1,'Maladaar\'s Blessed Chaplet',40047,3,0,0,1,35155,8788,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,13,12,12,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27872,2,0,-1,'The Harvester of Souls',39965,3,0,0,1,458751,91750,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,16,7,13,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27873,4,2,-1,'Moonglade Pants',42453,3,0,0,1,230189,46037,7,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,4,25,3,16,7,24,5,25,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,637,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27874,4,3,-1,'Beast Lord Leggings',42582,3,0,0,1,250758,50151,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,30,7,25,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,650,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27875,4,1,-1,'Hallowed Trousers',42578,3,0,0,1,167823,33564,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,33,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,662,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27876,2,4,-1,'Will of the Fallen Exarch',41778,3,0,0,1,421185,84237,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,19,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,113,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,33273,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(27877,2,10,-1,'Draenic Wildstaff',40371,3,0,0,1,528516,105703,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,38,68,3,32,7,33,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,269,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27878,4,1,-1,'Auchenai Death Shroud',43096,3,0,0,1,127319,25463,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,15,7,15,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27879,4,4,-1,'Gladiator\'s Scaled Chestpiece',41133,4,36864,0,1,0,0,5,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,45,5,23,32,26,4,31,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1547,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,165,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27880,4,4,-1,'Gladiator\'s Scaled Gauntlets',41134,4,36864,0,1,0,0,10,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,34,5,14,32,16,4,36,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27881,4,4,-1,'Gladiator\'s Scaled Helm',41135,4,36864,0,1,0,0,1,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,48,5,21,32,16,4,45,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1257,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27882,4,4,-1,'Gladiator\'s Scaled Legguards',41136,4,36864,0,1,0,0,7,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,54,5,21,32,22,4,48,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1353,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27883,4,4,-1,'Gladiator\'s Scaled Shoulders',41137,4,36864,0,1,0,0,3,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,34,5,15,32,16,4,32,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27884,4,4,-1,'Ornate Boots of the Sanctified',42870,3,0,0,1,222085,44417,8,32767,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,4,37,7,18,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27885,2,19,-1,'Soul-Wand of the Aldor',41671,3,0,0,1,319030,63806,26,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,7,9,5,8,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,293,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27886,4,8,-1,'Idol of the Emerald Queen',40048,3,0,0,1,128088,25617,28,32767,-1,112,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34246,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27887,4,6,-1,'Platinum Shield of the Valorous',43238,3,0,0,1,281556,56311,14,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,7,33,12,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3711,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,83,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27888,4,3,-1,'Dream-Wing Helm',42889,3,0,0,1,198684,39736,1,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,4,7,16,5,25,32,20,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27889,4,1,-1,'Jaedenfire Gloves of Annihilation',42985,3,0,0,1,88613,17722,10,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,7,25,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27890,2,19,-1,'Wand of the Netherwing',43449,3,0,0,1,333491,66698,26,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,1,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,293,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27891,4,0,-1,'Adamantine Figurine',40049,3,524352,0,1,265161,66290,12,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,1,12,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33479,0,0,0,120000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27892,4,1,-1,'Cloak of the Inciter',29827,3,0,0,1,134350,26870,16,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,7,15,32,18,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27893,4,4,-1,'Ornate Leggings of the Venerated',42871,3,0,0,1,314565,62913,7,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,4,35,7,21,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2865,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27895,4,0,-1,'Band of Many Prisms',35313,3,524288,0,1,123465,30866,11,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,0,10,10,10,10,10,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27896,4,0,-1,'Alembic of Infernal Power',40050,3,528384,0,1,40000,10000,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15603,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27897,4,4,-1,'Breastplate of Many Graces',42863,3,0,0,1,288893,57778,5,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,7,40,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27898,2,3,-1,'Wrathfire Hand-Cannon',41432,3,0,0,1,310720,62144,26,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,1,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,2000,3,100,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27899,2,7,-1,'Mana Wrath',41787,3,0,0,1,425980,85196,21,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,2,7,24,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,113,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,28792,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(27900,4,0,-1,'Jewel of Charismatic Mystique',40051,3,524352,0,1,86450,21612,12,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33486,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27901,2,4,-1,'Blackout Truncheon',41780,3,524288,0,1,419017,83803,13,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,136,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,33489,2,0,1.9,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,2,0,4,0,0,0,1584,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27902,4,1,-1,'Silent Slippers of Meditation',42982,3,0,0,1,129245,25849,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,25,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27903,2,6,-1,'Sonic Spear',40367,3,0,0,1,555129,111025,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,35,7,30,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,392,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27904,4,0,-1,'Resounding Ring of Glory',39125,3,524288,0,1,42837,10709,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,24,7,24,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27905,2,7,-1,'Greatsword of Horrid Dreams',41781,3,0,0,1,447314,89462,21,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,3,7,15,5,14,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,113,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,33490,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(27906,4,4,-1,'Crimsonforge Breastplate',42845,3,0,0,1,314259,62851,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,36,7,45,32,26,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27907,4,1,-1,'Mana-Etched Pantaloons',43076,3,0,0,1,180227,36045,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,32,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,33491,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,658,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27908,4,2,-1,'Leggings of Assassination',42413,3,0,0,1,226076,45215,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,40,7,33,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,620,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27909,4,3,-1,'Tidefury Kilt',42572,3,0,0,1,272268,54453,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,31,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,630,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27910,4,6,-1,'Silvermoon Crest Shield',42285,3,0,0,1,291461,58292,14,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3806,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,86,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27911,4,2,-1,'Epoch\'s Whispering Cinch',43021,3,0,0,1,114259,22851,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,25,7,24,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27912,4,3,-1,'Harness of the Deep Currents',42944,3,0,0,1,275171,55034,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,28,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27913,2,15,-1,'Whispering Blade of Slaying',43097,3,0,0,1,460247,92049,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,21,37,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,164,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27914,4,2,-1,'Moonstrider Boots',42972,3,0,0,1,169097,33819,8,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,7,21,5,22,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27915,4,3,-1,'Sky-Hunter Swift Boots',42894,3,0,0,1,185086,37017,8,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,3,25,7,19,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,437,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27916,2,16,-1,'Sethekk Feather-Darts',38370,3,4194304,0,1,175952,43988,25,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,1,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,174,0,0,0,0,0,0,0,0,0,0,0,1600,0,100,9332,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27917,4,7,-1,'Libram of the Eternal Rest',34961,3,0,0,1,123798,24759,28,32767,-1,112,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34252,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27918,4,4,-1,'Bands of Syth',42847,3,0,0,1,145816,29163,9,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,4,21,3,19,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,497,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27919,4,1,-1,'Light-Woven Slippers',43003,3,0,0,1,128153,25630,8,32767,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,7,19,5,24,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27920,4,0,-1,'Mark of Conquest',38571,3,36864,1,1,0,0,12,1037,32767,91,62,0,0,0,0,0,0,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15813,1,0,0,0,0,0,33510,1,0,0,-1,0,-1,39598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27921,4,0,-1,'Mark of Conquest',38572,3,36864,2,1,0,0,12,1037,32767,91,62,0,0,0,0,0,0,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15813,1,0,0,0,0,0,33510,1,0,0,-1,0,-1,39598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27922,4,0,-1,'Mark of Defiance',31603,3,36864,2,1,0,0,12,400,32767,91,62,0,0,0,0,0,0,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17367,1,0,0,0,0,0,33511,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27924,4,0,-1,'Mark of Defiance',31603,3,36864,1,1,0,0,12,400,32767,91,62,0,0,0,0,0,0,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17367,1,0,0,0,0,0,33511,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27925,4,0,-1,'Ravenclaw Band',24022,3,524288,0,1,28410,7102,11,-1,-1,115,68,0,0,0,0,0,0,0,0,1,0,3,3,20,7,15,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9336,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27926,4,0,-1,'Mark of Vindication',38556,3,36864,1,1,0,0,12,66,32767,91,62,0,0,0,0,0,0,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15813,1,0,0,0,0,0,33522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27927,4,0,-1,'Mark of Vindication',38556,3,36864,2,1,0,0,12,66,32767,91,62,0,0,0,0,0,0,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15813,1,0,0,0,0,0,33522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27928,2,16,-1,'Terminal Edge',38679,3,4231168,1,1,0,0,25,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,2,32,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,138,0,0,0,0,0,0,0,0,0,0,0,1600,0,100,9329,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27929,2,16,-1,'Terminal Edge',38679,3,4231168,2,1,0,0,25,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,2,32,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,138,0,0,0,0,0,0,0,0,0,0,0,1600,0,100,9329,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27930,2,2,-1,'Splintermark',28827,3,36864,1,1,0,0,15,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,2,32,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,174,0,0,0,0,0,0,0,0,0,0,0,2500,2,100,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27931,2,2,-1,'Splintermark',28827,3,36864,2,1,0,0,15,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,2,32,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,174,0,0,0,0,0,0,0,0,0,0,0,2500,2,100,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27932,15,0,-1,'Razor Claw',6360,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27933,15,0,-1,'Serrated Tooth',959,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27934,15,0,-1,'Vorpal Claw',6360,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27935,15,0,-1,'Needle Fang',959,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27936,4,3,-1,'Greaves of Desolation',43055,3,0,16,1,259600,51920,7,-1,-1,115,68,0,0,0,0,0,0,0,0,1,0,4,7,24,5,33,32,22,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,660,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27937,2,4,-1,'Sky Breaker',39833,3,0,0,1,434294,86858,21,-1,-1,115,68,0,0,0,0,0,0,0,0,1,0,2,7,13,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,113,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,28530,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(27938,4,2,-1,'Savage Mask of the Lynx Lord',44904,3,0,0,1,163454,32690,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,35,7,34,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27939,2,19,-1,'Incendic Rod',44558,3,36864,1,1,0,0,26,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,240,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,9343,1,0,0,0,0,-1,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27940,4,0,-1,'Marvelous Madstone of Immortality',32008,1,0,0,1,400000,100000,2,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This anchors your spirit to the world, allowing you to come back from the most dreadful of demises once your essence returns to where you perished!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27941,4,0,-1,'Compassionate Critter\'s Friend',4841,1,0,0,1,200000,50000,2,-1,-1,30,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This amulet keeps dangerous critters at bay. Its powerful warding magic is broken temporarily if you harm a critter.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27942,2,19,-1,'Incendic Rod',44558,3,36864,2,1,0,0,26,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,240,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,9343,1,0,0,0,0,-1,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27943,12,0,-1,'Chieftain Mummaki\'s Totem',37388,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27944,4,0,-1,'Talisman of True Treasure Tracking',31889,1,0,0,1,350000,87500,2,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Wearing this, one might find the rarest of items in the most mundane of locales!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27945,4,0,-1,'Shark\'s Tooth of Bona Fide Fluidic Mobility',9860,1,0,0,1,150000,37500,2,-1,-1,20,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Allows you to move through the seas with the greatest of ease. ',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27946,4,1,-1,'Avian Cloak of Feathers',43099,3,0,0,1,134643,26928,16,-1,-1,115,68,0,0,0,0,0,0,0,0,1,0,2,5,18,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27947,4,9,-1,'Totem of Impact',25246,3,36864,1,1,0,0,28,32767,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33556,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27948,4,1,-1,'Trousers of Oblivion',42448,3,0,0,1,180826,36165,7,-1,-1,115,68,0,0,0,0,0,0,0,0,1,0,3,7,42,5,33,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,644,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27949,4,7,-1,'Libram of Zeal',34961,3,36864,1,1,0,0,28,32767,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34262,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27976,4,0,-1,'Polished Pendant of Edible Energy',6510,1,0,0,1,250000,62500,2,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Focusing one\'s metabolism, this pendant allows the wearer to draw great energy from ordinary food and drink - even heal wounds!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27977,4,4,-1,'Legplates of the Bold',42363,3,0,0,1,303913,60782,7,-1,-1,115,68,0,0,0,0,0,0,0,0,1,0,4,4,31,3,19,7,45,12,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,653,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27978,4,0,-1,'Soap on a Rope',9858,1,0,0,1,10000,2500,2,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Adventuring is no excuse for being filthy. Now you can carry your soap wherever you go!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27979,4,0,-1,'Stone of Stupendous Springing Strides',31603,1,0,0,1,100000,25000,2,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A simple stone that grants the wearer the ability to bound over obstacles and across small gaps!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27980,2,4,-1,'Terokk\'s Nightmace',41871,3,0,0,1,439001,87800,13,-1,-1,115,68,0,0,0,0,0,0,0,0,1,0,2,7,25,37,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,187,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27981,4,1,-1,'Sethekk Oracle Cloak',31351,3,0,0,1,132188,26437,16,-1,-1,115,68,0,0,0,0,0,0,0,0,1,0,3,7,18,5,18,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27982,4,0,-1,'Charm of Potent and Powerful Passions',6484,1,0,0,1,300000,75000,2,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'When worn, this amulet will win over your heart\'s desire. Guaranteed!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27983,4,7,-1,'Libram of Zeal',34961,3,36864,2,1,0,0,28,32767,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34262,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27984,4,9,-1,'Totem of Impact',25246,3,36864,2,1,0,0,28,32767,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33556,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27985,4,4,-1,'Deathforge Girdle',43042,3,0,0,1,161480,32296,6,-1,-1,115,68,0,0,0,0,0,0,0,0,1,0,3,4,22,7,25,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,655,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,2,0,8,0,0,0,2893,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27986,2,1,-1,'Crow Wing Reaper',39958,3,0,0,1,575474,115094,17,-1,-1,115,68,0,0,0,0,0,0,0,0,1,0,3,4,28,3,17,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,381,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,2,0,2,0,2,0,2868,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27987,2,2,-1,'Melmorta\'s Twilight Longbow',41791,3,0,0,1,306017,61203,15,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,252,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27988,4,1,-1,'Burnoose of Shifting Ages',43100,3,0,0,1,122883,24576,16,-1,-1,112,68,0,0,0,0,0,0,0,1,1,0,2,7,15,12,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,33274,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,140,0,0,0,'',52,0,0,0,0,12340),(27989,4,8,-1,'Idol of Savagery',34955,3,36864,1,1,0,0,28,32767,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33565,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27990,4,8,-1,'Idol of Savagery',34955,3,36864,2,1,0,0,28,32767,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33565,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27991,13,0,-1,'Shadow Labyrinth Key',8042,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27992,4,0,-1,'Infallible Tikbalang Ward',32073,1,0,0,1,50000,12500,2,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'With this trusty warding talisman, no tikbalang will ever find you and steal you away to the treetops. It really works!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(27993,4,3,-1,'Mask of Inner Fire',44874,3,0,0,1,187881,37576,1,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,7,30,5,33,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27994,4,1,-1,'Mantle of Three Terrors',42900,3,0,0,1,125718,25143,3,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,7,29,5,25,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27995,4,2,-1,'Sun-Gilded Shouldercaps',43019,3,0,0,1,157743,31548,3,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,3,25,7,26,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(27996,4,0,-1,'Ring of Spiritual Precision',39128,3,524288,0,1,123465,30866,11,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,7,13,5,18,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28024,12,0,-1,'Orion\'s Report',30953,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2985,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28026,4,1,-1,'Crazy Cenarion Cloak',44599,2,0,0,1,97787,19557,16,32767,-1,96,0,0,0,0,0,0,0,0,0,1,0,3,7,16,4,11,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(28027,4,0,-1,'Lunatic\'s Choker',39689,2,0,0,1,112285,22457,2,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,2,7,16,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(28028,4,2,-1,'Moonstruck Bands',28247,2,0,0,1,74261,14852,9,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,3,7,16,5,11,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(28029,4,1,-1,'Goldenvine Wraps',19915,3,0,0,1,70237,14047,9,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,3,7,19,5,13,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(28030,4,1,-1,'Spell-slinger\'s Protector',39271,3,0,0,1,108768,21753,16,32767,-1,97,0,0,0,0,0,0,0,0,0,1,0,4,7,15,5,14,32,13,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(28031,4,1,-1,'Nomad\'s Woven Cloak',39277,3,0,0,1,112187,22437,16,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,4,4,14,3,14,7,21,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(28032,4,1,-1,'Delicate Green Poncho',39279,3,0,0,1,112594,22518,16,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,3,7,19,3,14,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'They won\'t see you coming but they\'ll definitely see you leaving.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(28033,2,10,-1,'Epoch-Mender',40838,3,0,0,1,535957,107191,17,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,7,37,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,187,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,33273,1,0,0,-1,0,-1,21637,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(28034,4,0,-1,'Hourglass of the Unraveller',43101,3,528384,0,1,40000,10000,12,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,1,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60066,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28038,0,0,-1,'Seaforium PU-36 Explosive Nether Modulator',38659,1,65600,0,1,0,0,0,-1,-1,60,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33655,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Manufactured: Garvin the Goblin, Area 52',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,3600,0,0,'',0,0,0,0,0,12340),(28039,12,0,-1,'Crude Explosives',25483,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These explosives are a great example of fel orc \'engineering\' in action. They could make even the most accomplished goblin engineer blush.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28040,4,0,-1,'Vengeance of the Illidari',38671,3,64,0,1,265161,66290,12,-1,-1,88,0,0,0,0,0,0,0,0,1,1,0,1,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33662,0,0,0,90000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(28041,4,0,-1,'Bladefist\'s Breadth',38671,3,64,0,1,265161,66290,12,-1,-1,88,0,0,0,0,0,0,0,0,1,1,0,1,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33667,0,0,0,90000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(28042,4,0,-1,'Regal Protectorate',38671,3,64,0,1,265161,66290,12,-1,-1,88,0,0,0,0,0,0,0,0,1,1,0,1,12,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33668,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(28043,4,0,-1,'Demon Stalker Pendant',36755,2,0,0,1,117660,29415,2,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,3,7,18,31,6,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13675,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,1),(28044,4,0,-1,'Band of the Demon Stalker',38674,2,0,0,1,117660,29415,11,262143,-1,90,0,0,0,0,0,0,0,0,1,1,0,4,3,12,31,10,13,6,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,1),(28045,4,1,-1,'Cloak of the Demon Stalker',23031,2,0,0,1,91996,18399,16,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,1),(28046,12,0,-1,'Legion Missive',25271,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Bears the seal of Arazzius.',2981,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(28047,12,0,-1,'Nekrogg\'s Key',22071,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33715,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28048,12,0,-1,'Crude Explosives',25483,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33670,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These explosives are a great example of fel orc \'engineering\' in action. They could make even the mo0',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(28050,4,2,-1,'Sacred Feather Vest',8660,3,0,0,1,165671,33134,5,-1,-1,85,0,0,0,0,0,0,0,0,0,1,0,4,6,10,5,13,7,15,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(28051,4,2,-1,'Jerkin of the Untamed Spirit',27739,3,0,0,1,166275,33255,5,-1,-1,85,0,0,0,0,0,0,0,0,0,1,0,3,4,26,3,25,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(28052,4,1,-1,'Goldweave Tunic',27866,3,0,0,1,133517,26703,5,-1,-1,85,0,0,0,0,0,0,0,0,0,1,0,4,5,15,32,14,7,13,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(28053,6,2,-1,'Wicked Arrow',40199,1,0,0,200,1600,2,24,-1,-1,80,55,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,22,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340); INSERT INTO `item_template` VALUES (28054,4,4,-1,'Fleshripper\'s Bladed Chestplate',26871,3,0,0,1,235393,47078,5,-1,-1,85,0,0,0,0,0,0,0,0,0,1,0,4,4,36,32,14,31,13,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,794,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,1),(28055,4,4,-1,'Gilded Crimson Chestplate',38359,3,0,0,1,236239,47247,5,-1,-1,85,0,0,0,0,0,0,0,0,0,1,0,3,5,13,4,14,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(28056,6,2,-1,'Blackflight Arrow',40200,1,0,0,200,3000,3,24,-1,-1,118,65,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,32,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28057,4,3,-1,'Bonechewer Berserker\'s Vest',25742,3,0,0,1,203981,40796,5,-1,-1,85,0,0,0,0,0,0,0,0,0,1,0,3,5,13,7,15,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(28058,15,0,-1,'Shredded Wyrm Wing',959,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28059,15,0,-1,'Iridescent Eye',9292,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28060,6,3,-1,'Impact Shot',40525,1,0,0,200,1600,2,24,-1,-1,80,55,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,22,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28061,6,3,-1,'Ironbite Shell',40524,1,0,0,200,3000,3,24,-1,-1,118,65,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,32,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28062,2,18,-1,'Expedition Repeater',40715,2,0,0,1,234242,46848,26,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,3,6,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,169,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,1,0,0,-1,0,-1,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(28063,2,19,-1,'Survivalist\'s Wand',28747,2,0,0,1,218365,43673,26,262143,32767,93,0,0,0,0,0,0,0,0,0,1,0,2,35,7,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,143,4,0,0,0,0,0,0,0,0,0,0,1300,0,100,9398,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(28064,4,8,-1,'Idol of the Wild',39635,2,0,0,1,87682,17536,28,32767,-1,93,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37736,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(28065,4,7,-1,'Libram of Wracking',34961,2,0,0,1,88018,17603,28,32767,-1,93,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33695,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(28066,4,9,-1,'Totem of Lightning',34957,2,0,0,1,88345,17669,28,32767,-1,93,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(28068,9,0,-1,'Grimoire of Suffering (Rank 6)',1246,1,64,0,1,60000,15000,0,31488,-1,69,69,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33703,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28069,4,4,-1,'Golden Cenarion Greaves',38711,3,0,0,1,183703,36740,8,-1,-1,91,0,0,0,0,0,0,0,0,0,1,0,3,5,12,7,12,4,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,641,0,0,0,0,0,0,0,0,0,21625,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(28070,4,3,-1,'Verdant Handwraps',30862,3,0,0,1,105558,21111,10,-1,-1,91,0,0,0,0,0,0,0,0,1,1,0,3,5,12,7,13,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(28071,9,0,-1,'Grimoire of Anguish (Rank 1)',1246,1,64,0,1,15000,3750,0,31488,-1,50,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33704,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28072,9,0,-1,'Grimoire of Anguish (Rank 2)',1246,1,64,0,1,26000,6500,0,31488,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33705,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28073,9,0,-1,'Grimoire of Anguish (Rank 3)',1246,1,64,0,1,67000,16750,0,31488,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33706,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28074,4,2,-1,'Studded Green Anklewraps',19912,3,0,0,1,133913,26782,8,-1,-1,91,0,0,0,0,0,0,0,0,0,1,0,5,4,30,3,12,7,13,31,8,13,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(28075,4,1,-1,'Destroyers\' Mantle',33841,3,0,0,1,107526,21505,3,32767,-1,91,0,0,0,0,0,0,0,0,0,1,0,4,7,12,5,12,32,9,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(28099,12,0,-1,'Drillmaster Zurok\'s Orders',6270,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28100,0,1,-1,'Volatile Healing Potion',24212,1,0,0,1,4000,1000,0,-1,-1,60,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17534,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28101,0,1,-1,'Unstable Mana Potion',23731,1,0,0,1,6000,1500,0,-1,-1,62,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17531,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28102,0,2,-1,'Onslaught Elixir',34431,1,0,0,1,10000,2500,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33720,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28103,0,2,-1,'Adept\'s Elixir',38722,1,0,0,1,10000,2500,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54452,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28104,0,2,-1,'Elixir of Mastery',38720,1,0,0,1,10000,2500,0,-1,-1,63,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33726,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28105,12,0,-1,'Duron\'s Report',30953,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sealed',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28106,15,0,-1,'Kingston\'s Primers',41644,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34387,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28107,12,0,-1,'Legion Missive',25271,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Bears the seal of Arazzius.',2982,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(28108,4,0,-1,'Power Infused Mushroom',15853,3,0,0,1,41230,10307,12,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33759,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(28109,4,0,-1,'Essence Infused Mushroom',15853,3,0,0,1,41230,10307,12,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33746,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(28110,0,0,-1,'Fat Gnome and Little Elf',38659,1,64,0,1,0,0,0,-1,-1,60,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33744,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(28111,4,0,-1,'Everlasting Underspore Frond',38766,3,0,0,1,0,0,0,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33770,0,0,0,43200000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28112,0,5,-1,'Underspore Pod',21975,1,64,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33772,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,5,0,0,0,12340),(28116,12,0,-1,'Zeppelin Debris',36687,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28117,7,4,-1,'zzOLDBold Ornate Ruby',4777,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,241,-1,0,0,0,0,'',0,0,0,0,0,12340),(28118,3,0,-1,'Runed Ornate Ruby',6006,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,242,-1,0,0,0,0,'',0,0,0,0,0,12340),(28119,3,2,-1,'Smooth Ornate Dawnstone',18707,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,243,-1,0,0,0,0,'',0,0,0,0,0,12340),(28120,3,2,-1,'Gleaming Ornate Dawnstone',20978,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,244,-1,0,0,0,0,'',0,0,0,0,0,12340),(28121,4,0,-1,'Icon of Unyielding Courage',40037,3,524288,0,1,40000,10000,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34106,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28122,7,4,-1,'zzOLDEnscribed Ornate Topaz',7221,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,261,-1,0,0,0,0,'',0,0,0,0,0,12340),(28123,3,5,-1,'Potent Ornate Topaz',7339,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,262,-1,0,0,0,0,'',0,0,0,0,0,12340),(28124,4,2,-1,'Liar\'s Cord',42947,3,0,0,1,106088,21217,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,24,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,2,0,4,0,0,0,2876,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28126,4,2,-1,'Gladiator\'s Dragonhide Gloves',41443,4,36864,0,1,0,0,10,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,33,4,30,5,18,3,19,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,7680,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(28127,4,2,-1,'Gladiator\'s Dragonhide Helm',47172,4,36864,0,1,0,0,1,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,45,4,33,5,19,3,20,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(28128,4,2,-1,'Gladiator\'s Dragonhide Legguards',41445,4,36864,0,1,0,0,7,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,45,4,40,5,25,3,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(28129,4,2,-1,'Gladiator\'s Dragonhide Spaulders',41758,4,36864,0,1,0,0,3,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,33,4,28,5,12,3,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(28130,4,2,-1,'Gladiator\'s Dragonhide Tunic',41446,4,36864,0,1,0,0,5,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,42,4,32,5,18,3,20,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(28131,0,0,-1,'Reaver Buster Launcher',38994,1,64,0,1,0,0,0,-1,-1,60,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33824,0,-1,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(28132,0,0,-1,'Area 52 Special',39014,1,196672,0,1,0,0,0,-1,-1,60,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33836,0,0,0,0,1170,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,3600,0,0,'',0,0,0,0,0,12340),(28134,4,0,-1,'Brooch of Heightened Potential',43423,3,0,0,1,89857,22464,2,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,4,7,15,5,14,31,9,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28136,4,2,-1,'Gladiator\'s Wyrmhide Gloves',41443,4,36864,0,1,0,0,10,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,21,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(28137,4,2,-1,'Gladiator\'s Wyrmhide Helm',47172,4,36864,0,1,0,0,1,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,25,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(28138,4,2,-1,'Gladiator\'s Wyrmhide Legguards',41445,4,36864,0,1,0,0,7,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,29,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(28139,4,2,-1,'Gladiator\'s Wyrmhide Spaulders',41758,4,36864,0,1,0,0,3,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,14,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(28140,4,2,-1,'Gladiator\'s Wyrmhide Tunic',41446,4,36864,0,1,0,0,5,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,22,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,120,0,0,0,0,2,0,2,0,4,0,2856,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(28141,4,1,-1,'Ranger\'s Sash',16554,2,0,0,1,674,134,6,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,2,5,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(28142,4,2,-1,'Farstrider\'s Belt',17113,2,0,0,1,846,169,6,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,2,3,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(28143,4,3,-1,'Rusted Chain Girdle',6864,2,0,0,1,1019,203,6,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,2,4,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(28144,4,1,-1,'Troll Handler Gloves',20476,2,0,0,1,389,77,10,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,2,5,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(28146,4,1,-1,'Courier\'s Wraps',16918,2,0,0,1,241,48,9,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(28147,4,2,-1,'Tranquillien Scout\'s Bracers',28045,2,0,0,1,302,60,9,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(28148,4,3,-1,'Bronze Mail Bracers',22685,2,0,0,1,364,72,9,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(28149,4,2,-1,'Tranquillien Breeches',7560,2,0,0,1,793,158,7,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,2,3,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(28150,4,1,-1,'Renzithen\'s Dusty Cloak',15248,2,0,0,1,746,149,16,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(28151,2,19,-1,'Arcanist\'s Wand',28159,2,0,0,1,2247,449,26,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,22,6,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340),(28152,2,2,-1,'Quel\'Thalas Recurve',20550,2,0,0,1,1203,240,15,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,25,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340),(28153,4,6,-1,'Farstrider\'s Shield',18659,2,0,0,1,1287,257,14,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,4,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340),(28154,4,1,-1,'Red Silk Trousers',14458,2,0,0,1,1672,334,7,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,5,3,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(28155,4,1,-1,'Apothecary\'s Waistband',4511,2,32768,0,1,965,193,6,-1,-1,17,12,0,0,0,0,0,922,5,0,1,0,2,6,2,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28156,4,1,-1,'Rotting Handwraps',28056,2,0,0,1,968,193,10,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,2,5,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(28157,4,2,-1,'Black Leather Jerkin',16868,2,0,0,1,2112,422,5,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,3,3,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(28158,4,2,-1,'Batskin Belt',28012,2,32768,0,1,1219,243,6,-1,-1,17,12,0,0,0,0,0,922,5,0,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,9137,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28159,4,2,-1,'Undertaker\'s Gloves',28046,2,0,0,1,1223,244,10,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,2,3,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(28160,4,3,-1,'An\'telas Scale Shirt',11563,2,0,0,1,2382,476,5,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,4,3,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(28161,4,3,-1,'Tranquillien Scale Leggings',4339,2,0,0,1,2391,478,7,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,5,2,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(28162,4,3,-1,'Tranquillien Defender\'s Girdle',6864,2,32768,0,1,1380,276,6,-1,-1,17,12,0,0,0,0,0,922,5,0,1,0,2,7,2,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28163,4,3,-1,'Maltendis\'s Handguards',6905,2,0,0,1,1385,277,10,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,2,5,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(28164,2,8,-1,'Tranquillien Flamberge',20087,2,32768,0,1,4381,876,17,-1,-1,15,10,0,0,0,0,0,922,4,0,1,0,2,5,2,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,44,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,16409,2,0,0.8,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28166,4,6,-1,'Shield of the Void',20900,3,0,0,1,230325,46065,14,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,2,7,24,12,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3234,0,0,0,0,0,0,0,0,0,23181,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,68,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(28167,4,4,-1,'Sha\'tari Wrought Armguards',28824,3,0,0,1,155147,31029,9,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,3,4,20,7,18,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,4,0,0,0,0,0,2925,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28168,4,0,-1,'Insignia of the Mag\'hari Hero',39210,3,0,0,1,159272,39818,2,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,3,31,14,32,15,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9336,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28169,4,1,-1,'Mag\'hari Ritualist\'s Horns',41972,3,0,0,1,120562,24112,1,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,4,5,16,32,15,31,12,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28170,4,3,-1,'Auchenai Bracers',24793,3,0,0,1,133679,26735,9,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2881,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28171,4,2,-1,'Spymistress\'s Wristguards',31620,3,0,0,1,111795,22359,9,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,3,3,18,7,15,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,2926,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28172,4,2,-1,'Mag\'hari Scout\'s Tunic',31639,3,0,0,1,203126,40625,5,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,3,3,23,31,12,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28173,4,3,-1,'Mag\'hari Huntsman\'s Leggings',39666,3,0,0,1,244636,48927,7,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,4,3,16,7,18,5,12,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28174,4,1,-1,'Shattrath Wraps',4607,3,0,0,1,90413,18082,9,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,2,7,15,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,2,0,0,0,0,0,2925,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28175,4,4,-1,'Mag\'hari Warlord\'s Legplates',32167,3,0,0,1,287443,57488,7,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,5,7,64,12,16,31,15,32,12,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,917,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28176,4,4,-1,'Sha\'tari Wrought Greaves',38702,3,0,0,1,221600,44320,8,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,3,4,24,3,21,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,65,0,0,0,0,2,0,8,0,0,0,2859,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28177,4,3,-1,'Auchenai Boots',32755,3,0,0,1,191887,38377,8,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,2,7,25,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,20959,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,2,0,2,0,0,0,2875,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28178,4,2,-1,'Spymistress\'s Boots',11571,3,0,0,1,159808,31961,8,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,2,7,15,13,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,2895,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28179,4,1,-1,'Shattrath Jumpers',31140,3,0,0,1,128322,25664,8,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,2,7,25,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,8,0,4,0,0,0,2863,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28180,4,4,-1,'Myrmidon\'s Headdress',32900,3,0,0,1,224988,44997,1,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,3,4,17,7,37,12,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,2,0,1,0,0,0,2927,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28181,4,3,-1,'Earthwarden\'s Coif',42213,3,0,0,1,193947,38789,1,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,3,3,25,7,25,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,1,0,0,0,2877,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28182,4,2,-1,'Helm of the Claw',33901,3,0,0,1,162233,32446,1,32767,-1,115,0,0,0,0,0,0,0,0,0,1,0,3,3,25,7,21,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,1,0,0,0,2878,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28183,4,1,-1,'Hydromancer\'s Headwrap',34690,3,0,0,1,130261,26052,1,32767,-1,115,0,0,0,0,0,0,0,0,0,1,0,2,7,21,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,8,0,1,0,0,0,2889,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28184,2,7,-1,'Millennium Blade',41782,3,0,0,1,425502,85100,13,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,7,19,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,181,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28185,4,1,-1,'Khadgar\'s Kilt of Abjuration',42980,3,0,0,1,170836,34167,7,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,5,22,7,20,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,4,0,8,0,8,0,2889,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28186,4,3,-1,'Laughing Skull Battle-Harness',43011,3,0,0,1,257208,51441,5,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,3,28,7,29,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,635,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2865,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28187,4,0,-1,'Star-Heart Lamp',43102,3,0,0,1,88181,22045,23,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,7,17,5,18,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28188,2,10,-1,'Bloodfire Greatstaff',37290,3,0,0,1,552875,110575,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,42,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,196,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,33250,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(28189,2,7,-1,'Latro\'s Shifting Sword',41417,3,0,0,1,443927,88785,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,15,37,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,131,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,737,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28190,4,0,-1,'Scarab of the Infinite Cycle',43103,3,528384,0,1,40000,10000,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,60061,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28191,4,1,-1,'Mana-Etched Vestments',43075,3,0,0,1,178855,35771,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,25,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,658,80,0,0,0,0,2,0,8,0,4,0,2889,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28192,4,3,-1,'Helm of Desolation',43057,3,0,16,1,207190,41438,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,25,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,660,70,0,0,0,0,4,0,1,0,0,0,2873,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28193,4,1,-1,'Mana-Etched Crown',43759,3,0,0,1,125405,25081,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,27,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,28869,1,0,0,-1,0,-1,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,658,50,0,0,0,0,2,0,1,0,0,0,2878,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28194,4,3,-1,'Primal Surge Bracers',42939,3,0,0,1,125880,25176,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,15,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28202,4,2,-1,'Moonglade Robe',42456,3,0,0,1,216267,43253,20,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,4,25,7,16,5,17,6,14,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,637,100,0,0,0,0,2,0,4,0,8,0,2874,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28203,4,4,-1,'Breastplate of the Righteous',42352,3,0,0,1,303913,60782,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,28,12,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,623,135,0,0,0,0,2,0,4,0,8,0,2865,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28204,4,2,-1,'Tunic of Assassination',42411,3,0,0,1,217894,43578,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,28,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,620,100,0,0,0,0,2,0,2,0,8,0,2871,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28205,4,4,-1,'Breastplate of the Bold',42359,3,0,0,1,306161,61232,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,23,3,21,7,33,12,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,653,135,0,0,0,0,2,0,2,0,8,0,2932,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28206,4,2,-1,'Cowl of the Guiltless',44609,3,0,0,1,164625,32925,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,28,13,30,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28207,4,4,-1,'Pauldrons of the Crimson Flight',42846,3,0,0,1,230889,46177,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,4,40,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28209,12,0,-1,'Old Whitebark\'s Pendant',1399,1,2048,0,1,0,0,0,-1,-1,1,7,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33980,0,0,0,10000,0,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28210,2,4,-1,'Bloodskull Destroyer',42212,3,0,0,1,457124,91424,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,32,21,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9332,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28211,4,0,-1,'Lieutenant\'s Signet of Lordaeron',43104,3,524288,0,1,220141,55035,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,30,13,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,143,0,0,0,'',52,0,0,0,0,12340),(28212,4,1,-1,'Aran\'s Sorcerous Slacks',43028,3,0,0,1,184151,36830,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,29,5,28,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,2,0,4,0,8,0,2889,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28213,4,0,-1,'Lordaeron Medical Guide',42566,3,0,0,1,137801,34450,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,10,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28214,4,2,-1,'Grips of the Lunar Eclipse',42971,3,0,0,1,104889,20977,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,23,5,25,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28215,4,3,-1,'Mok\'Nathal Mask of Battle',43013,3,0,0,1,189533,37906,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,3,23,7,21,5,21,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28216,2,4,-1,'Dathrohan\'s Ceremonial Hammer',41783,3,0,0,1,422813,84562,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,13,5,14,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,113,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,33273,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(28217,4,0,-1,'Tarren Mill Vitality Locket',43105,3,0,0,1,167814,41953,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,35,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28218,4,1,-1,'Pontiff\'s Pantaloons of Prophecy',43002,3,0,0,1,170409,34081,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,27,6,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,2,0,8,0,8,0,2868,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28219,4,3,-1,'Emerald-Scale Greaves',42892,3,0,0,1,256591,51318,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,28,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,8,0,8,0,4,0,2936,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28220,4,2,-1,'Moon-Crown Antlers',64903,3,0,0,1,160963,32192,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,31,6,20,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28221,4,4,-1,'Boots of the Watchful Heart',42864,3,0,0,1,225772,45154,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,23,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28222,2,1,-1,'Reaver of the Infinites',41784,3,0,0,1,540613,108122,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,22,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,403,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2878,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28223,4,0,-1,'Arcanist\'s Stone',43108,3,524288,0,1,40000,10000,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34000,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28224,4,2,-1,'Wastewalker Helm',47897,3,0,0,1,167759,33551,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,32,22,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,659,60,0,0,0,0,8,0,1,0,0,0,2936,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28225,4,4,-1,'Doomplate Warhelm',43040,3,0,0,1,235268,47053,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,4,34,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,661,80,0,0,0,0,2,0,1,0,0,0,2873,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28226,2,15,-1,'Timeslicer',42560,3,0,0,1,450613,90122,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,13,37,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,121,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28227,4,0,-1,'Sparking Arcanite Ring',39124,3,524288,0,1,335188,83797,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,13,5,14,31,10,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28228,4,3,-1,'Beast Lord Cuirass',42579,3,0,0,1,272294,54458,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,20,7,30,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,650,120,0,0,0,0,2,0,2,0,8,0,2877,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28229,4,1,-1,'Incanter\'s Robe',42367,3,0,0,1,182181,36436,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,24,5,22,6,22,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,647,80,0,0,0,0,4,0,4,0,2,0,2869,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28230,4,1,-1,'Hallowed Garments',42574,3,0,0,1,182832,36566,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,26,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,662,80,0,0,0,0,2,0,4,0,8,0,2868,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28231,4,3,-1,'Tidefury Chestpiece',42567,3,0,0,1,275224,55044,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,22,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,630,120,0,0,0,0,8,0,4,0,4,0,2889,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28232,4,1,-1,'Robe of Oblivion',42449,3,0,0,1,184116,36823,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,30,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,644,80,0,0,0,0,2,0,4,0,8,0,2868,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28233,4,0,-1,'Necklace of Resplendent Hope',31889,3,0,0,1,89857,22464,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28234,4,0,-1,'Medallion of the Alliance',37840,3,32768,2,1,0,0,12,8,1101,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28235,4,0,-1,'Medallion of the Alliance',37840,3,32768,2,1,0,0,12,1024,1101,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28236,4,0,-1,'Medallion of the Alliance',37840,3,32768,2,1,0,0,12,2,1101,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28237,4,0,-1,'Medallion of the Alliance',37840,3,32768,2,1,0,0,12,4,1101,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28238,4,0,-1,'Medallion of the Alliance',37840,3,32768,2,1,0,0,12,128,1101,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28239,4,0,-1,'Medallion of the Horde',37841,3,32768,1,1,0,0,12,128,690,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28240,4,0,-1,'Medallion of the Horde',37841,3,32768,1,1,0,0,12,8,690,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28241,4,0,-1,'Medallion of the Horde',37841,3,32768,1,1,0,0,12,1024,690,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28242,4,0,-1,'Medallion of the Horde',37841,3,32768,1,1,0,0,12,2,690,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28243,4,0,-1,'Medallion of the Horde',37841,3,32768,1,1,0,0,12,4,690,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28244,4,0,-1,'Pendant of Triumph',39162,4,36864,0,1,0,0,2,262143,32767,113,70,0,0,0,0,0,0,0,1,1,0,3,7,28,32,10,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14089,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2886,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28245,4,0,-1,'Pendant of Dominance',39162,4,36864,0,1,0,0,2,262143,32767,113,70,0,0,0,0,0,0,0,1,1,0,3,7,31,35,16,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18049,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2884,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28246,4,0,-1,'Band of Triumph',39129,3,36864,0,1,0,0,11,262143,32767,100,70,0,0,0,0,0,0,0,1,1,0,3,7,21,32,16,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15807,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28247,4,0,-1,'Band of Dominance',39129,3,36864,0,1,0,0,11,262143,32767,100,70,0,0,0,0,0,0,0,1,1,0,2,7,27,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28248,4,9,-1,'Totem of the Void',43109,3,0,0,1,136134,27226,28,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34230,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28249,4,1,-1,'Capacitus\' Cloak of Calibration',43110,3,0,0,1,136622,27324,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,22,3,18,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28250,4,1,-1,'Vestia\'s Pauldrons of Inner Grace',43004,3,0,0,1,137110,27422,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,24,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28251,4,2,-1,'Boots of the Glade-Keeper',42961,3,0,0,1,171982,34396,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,24,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28252,4,1,-1,'Bloodfyre Robes of Annihilation',43029,3,0,0,1,184098,36819,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,27,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28253,2,6,-1,'Plasma Rat\'s Hyper-Scythe',41554,3,0,0,1,577343,115468,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,42,7,45,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,392,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28254,4,0,-1,'Warp Engineer\'s Prismatic Chain',35437,3,0,0,1,89857,22464,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,17,5,18,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28255,4,2,-1,'Lunar-Claw Pauldrons',42974,3,0,0,1,157895,31579,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,23,5,26,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28256,4,1,-1,'Thoriumweave Cloak',26431,3,0,0,1,130301,26060,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,312,0,0,0,'',52,0,0,0,0,12340),(28257,2,4,-1,'Hammer of the Penitent',41785,3,0,0,1,435965,87193,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,16,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,113,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,33273,1,0,0,0,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(28258,2,16,-1,'Nethershrike',43111,3,4194304,0,1,175952,43988,25,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,15,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,179,0,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28259,4,0,-1,'Cosmic Lifeband',39121,3,524288,0,1,123465,30866,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28260,4,0,-1,'Manual of the Nethermancer',42564,3,0,0,1,88181,22045,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,15,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28262,4,4,-1,'Jade-Skull Breastplate',42838,3,0,0,1,310810,62162,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,30,7,50,12,25,15,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28263,2,0,-1,'Stellaris',41786,3,0,0,1,445643,89128,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,21,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,177,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28264,4,2,-1,'Wastewalker Tunic',43069,3,0,0,1,223635,44727,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,28,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,659,100,0,0,0,0,4,0,4,0,4,0,2877,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28265,4,0,-1,'Dath\'Remar\'s Ring of Defense',41448,3,524288,0,1,220141,55035,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,15,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34061,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28266,4,3,-1,'Molten Earth Kilt',42919,3,0,0,1,270289,54057,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,24,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28267,2,7,-1,'Edge of the Cosmos',40855,3,0,0,1,452109,90421,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,13,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28268,4,2,-1,'Natural Mender\'s Wraps',42963,3,0,0,1,113434,22686,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,25,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28269,4,1,-1,'Baba\'s Cloak of Arcanistry',41396,3,0,0,1,136596,27319,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,15,5,15,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28270,9,8,-1,'Formula: Enchant Chest - Major Resilience',7798,2,64,0,1,60000,15000,0,-1,-1,69,0,333,345,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,33992,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant chest armor to increase resilience rating by 15. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28271,9,8,-1,'Formula: Enchant Gloves - Precise Strikes',7798,2,64,0,1,80000,20000,0,-1,-1,72,0,333,360,0,0,0,942,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33994,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase hit rating by 15. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28272,9,8,-1,'Formula: Enchant Gloves - Major Spellpower',7798,2,64,0,1,80000,20000,0,-1,-1,72,0,333,360,0,0,0,989,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33997,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase spell power by 20. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28273,9,8,-1,'Formula: Enchant Gloves - Major Healing',7798,2,64,0,1,60000,15000,0,-1,-1,70,0,333,350,0,0,0,935,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33999,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase spell power by 19. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28274,9,8,-1,'Formula: Enchant Cloak - Spell Penetration',7798,2,64,0,1,40000,10000,0,-1,-1,65,0,333,325,0,0,0,933,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,34003,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase spell penetration by 20. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28275,4,3,-1,'Beast Lord Helm',48247,3,0,0,1,194700,38940,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,25,7,21,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,650,70,0,0,0,0,2,0,1,0,0,0,2865,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28276,9,8,-1,'Formula: Enchant Cloak - Greater Arcane Resistance',7798,3,64,0,1,60000,15000,0,-1,-1,70,0,333,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,34005,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase arcane resistance by 15. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28277,9,8,-1,'Formula: Enchant Cloak - Greater Shadow Resistance',7798,3,64,0,1,60000,15000,0,-1,-1,70,0,333,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,34006,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase shadow resistance by 15. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28278,4,1,-1,'Incanter\'s Cowl',42370,3,0,0,1,131251,26250,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,15,5,27,6,17,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,647,50,0,0,0,0,4,0,1,0,0,0,2890,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28279,9,8,-1,'Formula: Enchant Boots - Cat\'s Swiftness',7798,3,64,0,1,120000,30000,0,-1,-1,72,0,333,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,34007,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant boots to give a minor movement speed increase and increase Agility by 6. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28280,9,8,-1,'Formula: Enchant Boots - Boar\'s Speed',7798,3,64,0,1,120000,30000,0,-1,-1,72,0,333,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,34008,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant boots to give a minor movement speed increase and increase Stamina by 9. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28281,9,8,-1,'Formula: Enchant Weapon - Major Healing',7798,2,64,0,1,60000,15000,0,-1,-1,70,0,333,350,0,0,0,935,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,34010,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to increase spell power by 40. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28282,9,8,-1,'Formula: Enchant Shield - Major Stamina',7798,1,64,0,1,40000,10000,0,-1,-1,65,0,333,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,34009,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a shield to increase Stamina by 18. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28283,12,0,-1,'Soul Mirror',16265,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34063,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Used by the Auchenai priesthood to commune with spirits.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28284,0,5,-1,'Don Carlos Tequila',18079,1,0,0,1,300,75,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28285,4,4,-1,'Helm of the Righteous',42353,3,0,0,1,235176,47035,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,20,12,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,623,80,0,0,0,0,4,0,1,0,0,0,2869,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28286,2,3,-1,'Telescopic Sharprifle',41433,3,0,0,1,337828,67565,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,259,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28287,12,0,-1,'Vial of Sedative Serum',2515,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28288,4,0,-1,'Abacus of Violent Odds',41449,3,524288,0,1,40000,10000,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,33807,0,0,0,120000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28290,3,2,-1,'Smooth Golden Draenite',35848,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,301,-1,0,0,0,0,'',0,0,0,0,0,12340),(28291,9,10,-1,'Design: Smooth Golden Draenite',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,34069,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Smooth Golden Draenite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28292,12,0,-1,'Archmage Vargoth\'s Staff',39227,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Although the staff shows no visible signs of age, you get the impression that it is quite old.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28293,2,8,-1,'High Warlord\'s Claymore',42069,3,36864,1,1,0,0,17,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,32,28,35,19,4,28,31,18,0,0,0,0,0,0,0,0,0,0,0,0,268,403,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28294,2,18,-1,'Gladiator\'s Heavy Crossbow',42385,4,36864,0,1,0,0,26,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,15,32,12,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,307,0,0,0,0,0,0,0,0,0,0,0,3100,2,100,21436,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28295,2,7,-1,'Gladiator\'s Slicer',42379,4,36864,0,1,0,0,13,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,21,32,15,35,10,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,285,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28296,4,7,-1,'Libram of the Lightbringer',39650,3,0,0,1,130261,26052,28,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34231,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28297,2,15,-1,'Gladiator\'s Spellblade',67267,4,36864,0,1,0,0,21,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,110,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,41973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,-49.8,0,0,0,'',0,0,0,0,0,12340),(28298,2,1,-1,'Gladiator\'s Decapitator',41560,4,36864,0,1,0,0,17,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,48,32,35,35,28,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,513,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28299,2,5,-1,'Gladiator\'s Bonegrinder',41558,4,36864,0,1,0,0,17,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,5,7,48,4,32,32,35,35,28,31,20,0,0,0,0,0,0,0,0,0,0,0,0,341,513,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28300,2,6,-1,'Gladiator\'s Painsaw',41562,4,36864,0,1,0,0,17,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,48,32,35,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,313,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28301,4,1,-1,'Syrannis\' Mystic Sheen',35430,3,0,0,1,132690,26538,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,0,12,12,12,12,12,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,156,0,0,0,'',52,0,0,0,0,12340),(28302,2,4,-1,'Gladiator\'s Bonecracker',39278,4,36864,0,1,0,0,22,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,21,32,15,35,10,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,178,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28303,4,0,-1,'Invoker\'s Signet',28682,2,0,0,1,1615,403,11,-1,-1,21,0,0,0,0,0,0,0,0,0,1,0,2,5,3,32,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,7,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340),(28304,4,1,-1,'Prismatic Mittens of Mending',43005,3,0,0,1,89427,17885,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,23,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28305,2,4,-1,'Gladiator\'s Pummeler',39278,4,36864,0,1,0,0,13,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,21,32,15,35,10,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,285,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28306,4,3,-1,'Towering Mantle of the Hunt',43014,3,0,16,1,188944,37788,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,23,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28307,2,7,-1,'Gladiator\'s Quickblade',42379,4,36864,0,1,0,0,22,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,21,32,15,35,10,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,178,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28308,2,0,-1,'Gladiator\'s Cleaver',41559,4,36864,0,1,0,0,13,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,21,32,15,35,10,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,285,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28309,2,0,-1,'Gladiator\'s Hacker',41559,4,36864,0,1,0,0,22,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,21,32,15,35,10,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,178,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28310,2,15,-1,'Gladiator\'s Shiv',42380,4,36864,0,1,0,0,22,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,21,32,15,35,10,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,166,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28311,2,7,-1,'Revenger',40856,3,0,0,1,426068,85213,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,140,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,34107,2,0,1.9,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28312,2,15,-1,'Gladiator\'s Shanker',42380,4,36864,0,1,0,0,13,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,21,32,15,35,10,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,197,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28313,2,13,-1,'Gladiator\'s Right Ripper',42759,4,36864,0,1,0,0,21,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,21,32,15,35,10,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,309,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28314,2,13,-1,'Gladiator\'s Left Ripper',42760,4,36864,0,1,0,0,22,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,21,32,15,35,10,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,178,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28315,2,13,-1,'Stormreaver Warblades',42173,3,0,0,1,432534,86506,22,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,13,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,149,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28316,4,6,-1,'Aegis of the Sunbird',43239,3,0,0,1,277863,55572,14,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,27,12,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3806,0,0,0,0,0,0,0,0,0,33274,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,86,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28317,4,1,-1,'Energis Armwraps',42984,3,0,0,1,87157,17431,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,27,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28318,4,4,-1,'Obsidian Clodstompers',43043,3,0,0,1,229183,45836,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,4,34,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,4,0,4,0,0,0,2879,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28319,2,16,-1,'Gladiator\'s War Edge',38679,4,4231168,0,1,0,0,25,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,15,32,11,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,248,0,0,0,0,0,0,0,0,0,0,0,1900,0,100,14027,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28320,2,19,-1,'Gladiator\'s Touch of Defeat',46606,4,36864,0,1,0,0,26,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,15,5,11,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,414,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,9343,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28321,4,0,-1,'Enchanted Thorium Torque',33808,3,0,0,1,35155,8788,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,27,13,21,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28322,2,15,-1,'Runed Dagger of Solace',43112,3,0,0,1,455496,91099,21,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,2,7,24,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,95,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,33273,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(28323,4,0,-1,'Ring of Umbral Doom',24022,3,524288,0,1,28410,7102,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,18,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14049,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28324,4,4,-1,'Gauntlets of Cruel Intention',42849,3,0,0,1,161480,32296,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,30,7,25,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28325,2,10,-1,'Dreamer\'s Dragonstaff',40355,3,0,0,1,575474,115094,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,38,92,3,27,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,269,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28327,4,0,-1,'Arcane Netherband',39121,3,528384,0,1,59387,14846,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,18,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,0,0,0,28869,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28328,4,1,-1,'Mithril-Bark Cloak',43113,3,0,0,1,126355,25271,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,32,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28331,4,3,-1,'Gladiator\'s Chain Helm',42882,4,36864,0,1,0,0,1,4,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,49,3,34,32,20,35,20,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28332,4,3,-1,'Gladiator\'s Chain Leggings',40626,4,36864,0,1,0,0,7,4,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,53,3,35,32,19,35,31,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28333,4,3,-1,'Gladiator\'s Chain Spaulders',40628,4,36864,0,1,0,0,3,4,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,39,3,27,32,11,35,18,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,649,0,0,0,0,0,0,0,0,0,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28334,4,3,-1,'Gladiator\'s Chain Armor',40623,4,36864,0,1,0,0,5,4,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,51,3,27,32,18,35,20,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,866,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,140,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28335,4,3,-1,'Gladiator\'s Chain Gauntlets',40624,4,36864,0,1,0,0,10,4,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,41,3,26,32,14,35,18,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,541,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,28539,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28336,12,0,-1,'Belmara\'s Tome',1103,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34140,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28337,4,4,-1,'Breastplate of Righteous Fury',42873,3,0,0,1,313151,62630,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,31,7,29,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,2,0,2,0,8,0,2865,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28338,4,1,-1,'Devil-Stitched Leggings',42904,3,0,0,1,179594,35918,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,32,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,2,0,4,0,8,0,2889,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28339,4,2,-1,'Boots of the Shifting Sands',43071,3,0,0,1,168980,33796,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,30,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,2,0,4,0,0,0,2860,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28340,4,2,-1,'Mantle of Autumn',42964,3,0,0,1,169590,33918,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,22,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28341,2,10,-1,'Warpstaff of Arcanum',41788,3,0,0,1,567281,113456,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,37,5,38,31,16,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,196,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,33250,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(28342,4,1,-1,'Warp Infused Drape',30868,3,0,0,1,182181,36436,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,28,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,2,0,8,0,4,0,2864,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28343,4,0,-1,'Jagged Bark Pendant',31899,3,0,0,1,41135,10283,2,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,26,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28344,4,3,-1,'Wyrmfury Pauldrons',42895,3,0,0,1,207335,41467,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,25,7,18,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28345,2,15,-1,'Warp Splinter\'s Thorn',43917,3,0,0,1,460291,92058,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,16,7,13,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,112,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28346,4,0,-1,'Gladiator\'s Endgame',39505,4,36864,0,1,0,0,23,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,14,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28347,4,2,-1,'Warpscale Leggings',43114,3,0,0,1,209757,41951,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,3,32,7,31,13,21,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28348,4,2,-1,'Moonglade Cowl',44610,3,0,0,1,157911,31582,1,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,4,24,3,8,7,18,5,25,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,637,60,0,0,0,0,8,0,1,0,0,0,2890,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28349,4,3,-1,'Tidefury Helm',42571,3,0,0,1,190226,38045,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,31,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,630,70,0,0,0,0,4,0,1,0,0,0,2869,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28350,4,4,-1,'Warhelm of the Bold',42362,3,0,0,1,222360,44472,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,24,3,22,7,23,12,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,653,80,0,0,0,0,8,0,1,0,0,0,2927,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28351,12,0,-1,'Dathric\'s Blade',39343,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34141,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28352,12,0,-1,'Luminrath\'s Mantle',39344,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34142,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28353,12,0,-1,'Cohlien\'s Cap',31176,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34144,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28355,4,8,-1,'Gladiator\'s Idol of Tenacity',34953,4,36864,0,1,0,0,28,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28356,4,7,-1,'Gladiator\'s Libram of Justice',34960,4,36864,0,1,0,0,28,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28357,4,9,-1,'Gladiator\'s Totem of the Third Wind',25246,4,36864,0,1,0,0,28,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34138,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28358,4,6,-1,'Gladiator\'s Shield Wall',42376,4,36864,0,1,0,0,14,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,2,7,45,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5197,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,134,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28359,12,0,-1,'Netherologist\'s Notes',9155,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2984,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28360,3,0,-1,'Mighty Blood Garnet',7122,3,528384,1,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,321,-1,0,0,0,0,'',0,0,0,0,0,12340),(28361,3,0,-1,'Mighty Blood Garnet',7122,3,528384,2,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,322,-1,0,0,0,0,'',0,0,0,0,0,12340),(28362,3,0,-1,'Bold Ornate Ruby',4777,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,323,-1,0,0,0,0,'',0,0,0,0,0,12340),(28363,3,5,-1,'Inscribed Ornate Topaz',7221,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,324,-1,0,0,0,0,'',0,0,0,0,0,12340),(28364,12,0,-1,'Etherlithium Matrix Crystal',35916,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You wonder if it\'s safe to handle these while they\'re still glowing?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28367,2,8,-1,'Greatsword of Forlorn Visions',41789,3,0,0,1,524282,104856,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,4,26,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,392,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,34199,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28368,12,0,-1,'Sigil of Krasus',39432,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The sigil seems to have been forged from an unearthly material and glows softly.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28369,12,0,-1,'Battery Recharging Blaster',39944,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34219,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28370,4,0,-1,'Bangle of Endless Blessings',40413,3,524288,0,1,40000,10000,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38334,1,0,0,-1,0,-1,34210,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28371,4,1,-1,'Netherfury Cape',43115,3,0,0,1,131264,26252,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,19,7,19,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28372,4,8,-1,'Idol of Feral Shadows',43117,3,0,0,1,131753,26350,28,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34241,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28373,4,1,-1,'Cloak of Scintillating Auras',23119,3,0,0,1,132241,26448,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,16,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28374,4,1,-1,'Mana-Sphere Shoulderguards',42983,3,0,0,1,132729,26545,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,23,5,26,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28375,4,4,-1,'Rubium War-Girdle',42848,3,0,0,1,156293,31258,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,31,7,29,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,655,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28376,12,0,-1,'B\'naar Personnel Roster',1102,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28377,4,1,-1,'Sergeant\'s Heavy Cloak',27088,4,36864,1,1,0,0,16,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,27,35,19,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28378,4,1,-1,'Sergeant\'s Heavy Cape',27088,4,36864,1,1,0,0,16,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,33,35,16,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28379,4,1,-1,'Sergeant\'s Heavy Cape',27088,4,36864,2,1,0,0,16,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,33,35,16,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28380,4,1,-1,'Sergeant\'s Heavy Cloak',27088,4,36864,2,1,0,0,16,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,27,35,19,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28381,4,4,-1,'General\'s Plate Bracers',30369,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,4,7,25,4,19,32,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28383,4,4,-1,'General\'s Plate Greaves',39546,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,40,4,27,32,27,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1063,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28384,4,3,-1,'Outland Striders',43059,3,0,0,1,207276,41455,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,24,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28385,4,4,-1,'General\'s Plate Belt',39544,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,4,7,40,4,27,32,27,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,870,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28386,2,19,-1,'Nether Core\'s Control Rod',44799,3,0,0,1,322058,64411,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,9,5,10,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,303,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28387,4,0,-1,'Lamp of Peaceful Repose',21962,3,0,0,1,88181,22045,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,16,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28388,7,4,-1,'TCHILTON TEST RUBY',4777,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,361,-1,0,0,0,0,'',0,0,0,0,0,12340),(28389,7,4,-1,'TCHILTON TEST DAWNSTONE',18707,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,362,-1,0,0,0,0,'',0,0,0,0,0,12340),(28390,4,4,-1,'Thatia\'s Self-Correcting Gauntlets',42837,3,0,0,1,153429,30685,10,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,4,16,7,35,12,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,34061,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28391,4,3,-1,'Worldfire Chestguard',42918,3,0,0,1,262503,52500,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,32,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28392,2,13,-1,'Reflex Blades',42174,3,0,0,1,439132,87826,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,13,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,252,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,15807,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28393,2,5,-1,'Warmaul of Infused Light',39847,3,0,0,1,550950,110190,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,20,7,30,5,28,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,408,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2889,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28394,4,0,-1,'Ryngo\'s Band of Ingenuity',35423,3,524288,0,1,167612,41903,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,14,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28395,13,0,-1,'Shattered Halls Key',8042,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28396,4,2,-1,'Gloves of the Unbound',42952,3,0,0,1,111399,22279,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,27,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,2,0,8,0,0,0,2862,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28397,2,18,-1,'Emberhawk Crossbow',41424,3,0,0,1,335387,67077,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,239,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28398,4,2,-1,'The Sleeper\'s Cord',42962,3,0,0,1,112202,22440,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,24,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28399,0,5,-1,'Filtered Draenic Water',40853,1,0,0,5,5600,280,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34291,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28400,2,7,-1,'Warp-Storm Warblade',41790,3,0,0,1,452065,90413,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,21,12,13,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,159,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28401,4,3,-1,'Hauberk of Desolation',43054,3,0,16,1,252764,50552,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,25,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,660,120,0,0,0,0,4,0,4,0,2,0,2952,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28402,4,1,-1,'General\'s Dreadweave Stalkers',41164,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,27,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28403,4,4,-1,'Doomplate Chestguard',43039,3,0,0,1,297170,59434,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,30,7,27,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,661,135,0,0,0,0,2,0,2,0,8,0,2952,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28404,4,1,-1,'General\'s Dreadweave Belt',41475,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,3,7,39,5,27,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28405,4,1,-1,'General\'s Dreadweave Cuffs',41255,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28406,4,1,-1,'Sigil-Laced Boots',43082,3,0,0,1,128810,25762,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,18,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,2,0,4,0,0,0,2863,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28407,4,0,-1,'Elementium Band of the Sentry',43120,3,524288,0,1,220141,55035,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,12,20,13,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28408,2,16,-1,'Broken Silver Star',20772,2,4194304,0,1,37,9,25,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,77,0,0,0,0,0,0,0,0,0,0,0,2300,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',22,0,0,0,0,12340),(28409,4,1,-1,'General\'s Silk Belt',40090,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,4,7,33,5,23,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28410,4,1,-1,'General\'s Silk Footguards',47914,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,23,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28411,4,1,-1,'General\'s Silk Cuffs',41265,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,4,7,22,5,17,32,12,35,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28412,4,0,-1,'Lamp of Peaceful Radiance',43118,3,0,0,1,88181,22045,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,13,5,14,31,12,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28413,4,1,-1,'Hallowed Crown',42764,3,0,0,1,132201,26440,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,24,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,662,50,0,0,0,0,8,0,1,0,0,0,2890,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28414,4,2,-1,'Helm of Assassination',42722,3,0,0,1,165862,33172,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,25,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,620,60,0,0,0,0,4,0,1,0,0,0,2871,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28415,4,1,-1,'Hood of Oblivion',44903,3,0,0,1,133178,26635,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,27,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,644,50,0,0,0,0,8,0,1,0,0,0,2889,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28416,2,15,-1,'Hungering Spineripper',43246,3,0,0,1,445511,89102,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,13,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28417,12,0,-1,'Nether Ray Stinger',7987,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The stuff dripping out of the tip burns a hole... in the ground!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28418,4,0,-1,'Shiffar\'s Nexus-Horn',43122,3,524288,0,1,40000,10000,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28419,4,0,-1,'Choker of Fluid Thought',35437,3,0,0,1,157880,39470,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,15,5,17,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18029,1,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,10,10,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(28420,0,8,-1,'Fel Weightstone',39548,1,64,0,1,3000,750,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34339,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28421,0,8,-1,'Adamantite Weightstone',39549,2,64,0,1,4000,1000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34340,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28422,4,2,-1,'General\'s Leather Boots',41480,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,39,3,27,32,15,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28423,4,2,-1,'General\'s Leather Belt',41476,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,4,7,39,3,27,32,15,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28424,4,2,-1,'General\'s Leather Bracers',30801,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,4,7,25,3,19,32,7,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28425,2,7,-1,'Fireguard',41118,4,0,0,1,534212,106842,13,-1,-1,107,70,0,0,17039,0,0,0,0,0,1,0,3,7,23,3,16,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,176,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28426,2,7,-1,'Blazeguard',41390,4,0,0,1,608617,121723,13,-1,-1,123,70,0,0,17039,0,0,0,0,0,1,0,3,7,25,3,17,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,190,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28427,2,7,-1,'Blazefury',41389,4,0,0,1,669880,133976,13,-1,-1,136,70,0,0,17039,0,0,0,0,0,1,0,3,7,28,3,19,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,203,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28428,2,8,-1,'Lionheart Blade',39570,4,0,0,1,675320,135064,17,-1,-1,107,70,0,0,17039,0,0,0,0,1,1,0,2,4,47,3,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,474,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,34514,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28429,2,8,-1,'Lionheart Champion',39572,4,0,0,1,769345,153869,17,-1,-1,123,70,0,0,17039,0,0,0,0,1,1,0,2,4,49,3,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,513,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,34514,1,0,0,-1,0,-1,34513,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28430,2,8,-1,'Lionheart Executioner',39571,4,0,0,1,846839,169367,17,-1,-1,136,70,0,0,17039,0,0,0,0,1,1,0,2,4,52,3,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,549,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,34515,1,0,0,-1,0,-1,34513,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28431,2,0,-1,'The Planar Edge',41628,4,0,0,1,546300,109260,13,-1,-1,107,70,0,0,17041,0,0,0,0,0,1,0,1,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,296,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28432,2,0,-1,'Black Planar Edge',41629,4,0,0,1,622336,124467,13,-1,-1,123,70,0,0,17041,0,0,0,0,0,1,0,1,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,320,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28433,2,0,-1,'Wicked Edge of the Planes',41630,4,0,0,1,703115,140623,13,-1,-1,136,70,0,0,17041,0,0,0,0,0,1,0,1,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,343,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28434,2,1,-1,'Lunar Crescent',39576,4,0,0,1,708698,141739,17,-1,-1,107,70,0,0,17041,0,0,0,0,1,1,0,1,32,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,487,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,33485,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28435,2,1,-1,'Mooncleaver',39577,4,0,0,1,807150,161430,17,-1,-1,123,70,0,0,17041,0,0,0,0,1,1,0,1,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,351,527,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,34509,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28436,2,1,-1,'Bloodmoon',39578,4,0,0,1,888296,177659,17,-1,-1,136,70,0,0,17041,0,0,0,0,1,1,0,1,32,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,564,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,36069,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28437,2,4,-1,'Drakefist Hammer',39579,4,0,0,1,573002,114600,13,-1,-1,107,70,0,0,17040,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,296,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,21165,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28438,2,4,-1,'Dragonmaw',45769,4,0,0,1,652642,130528,13,-1,-1,123,70,0,0,17040,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,320,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,21165,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28439,2,4,-1,'Dragonstrike',39581,4,0,0,1,649707,129941,13,-1,-1,136,70,0,0,17040,0,0,0,0,0,1,0,1,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,343,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,21165,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28440,2,5,-1,'Thunder',39582,4,0,0,1,655060,131012,17,-1,-1,107,70,0,0,17040,0,0,0,0,1,1,0,3,4,37,7,55,3,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,500,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28441,2,5,-1,'Deep Thunder',39583,4,0,0,1,746351,149270,17,-1,-1,123,70,0,0,17040,0,0,0,0,1,1,0,3,4,37,7,55,3,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,541,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,34510,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28442,2,5,-1,'Stormherald',39584,4,0,0,1,821622,164324,17,-1,-1,136,70,0,0,17040,0,0,0,0,1,1,0,3,4,42,7,61,3,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,579,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,34510,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28443,4,2,-1,'General\'s Dragonhide Belt',41474,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,5,7,33,4,24,3,24,35,23,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(28444,4,2,-1,'General\'s Dragonhide Boots',41478,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,33,4,24,3,24,35,23,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(28445,4,2,-1,'General\'s Dragonhide Bracers',41253,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,4,7,22,4,16,3,13,35,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,7680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(28446,4,2,-1,'General\'s Wyrmhide Belt',41474,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,3,7,34,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(28447,4,2,-1,'General\'s Wyrmhide Boots',41482,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(28448,4,2,-1,'General\'s Wyrmhide Bracers',41253,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(28449,4,3,-1,'General\'s Chain Sabatons',40631,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,39,3,27,35,18,32,14,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,595,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28450,4,3,-1,'General\'s Chain Girdle',40630,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,5,7,39,3,27,35,18,32,14,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28451,4,3,-1,'General\'s Chain Bracers',41250,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,5,7,25,3,18,35,11,32,7,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,0,0,0,0,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28452,12,0,-1,'Bloodgem Shard',34364,1,64,0,1,700,175,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34367,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28453,4,2,-1,'Bracers of the White Stag',40492,4,0,0,1,150747,30149,9,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,16,5,18,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28454,4,3,-1,'Stalker\'s War Bands',40494,4,0,0,1,181529,36305,9,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,21,7,18,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28455,12,0,-1,'Archmage Vargoth\'s Staff',39227,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34372,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Although the staff shows no visible signs of age, you get the impression that it is quite old.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28457,12,0,-1,'Ethereal Technology',23475,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Goblins and ethereal technology should mix well...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28458,3,0,-1,'Bold Tourmaline',20977,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,381,-1,0,0,0,0,'',0,0,0,0,0,12340),(28459,3,0,-1,'Delicate Tourmaline',20977,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,382,-1,0,0,0,0,'',0,0,0,0,0,12340),(28460,3,0,-1,'Teardrop Tourmaline',20977,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,383,-1,0,0,0,0,'',0,0,0,0,0,12340),(28461,3,0,-1,'Runed Tourmaline',20977,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,384,-1,0,0,0,0,'',0,0,0,0,0,12340),(28462,3,0,-1,'Bright Tourmaline',20977,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,385,-1,0,0,0,0,'',0,0,0,0,0,12340),(28463,3,1,-1,'Solid Zircon',6673,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,386,-1,0,0,0,0,'',0,0,0,0,0,12340),(28464,3,1,-1,'Sparkling Zircon',6673,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,387,-1,0,0,0,0,'',0,0,0,0,0,12340),(28465,3,1,-1,'Lustrous Zircon',6673,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,388,-1,0,0,0,0,'',0,0,0,0,0,12340),(28466,3,2,-1,'Brilliant Amber',35016,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,389,-1,0,0,0,0,'',0,0,0,0,0,12340),(28467,3,2,-1,'Smooth Amber',35016,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,390,-1,0,0,0,0,'',0,0,0,0,0,12340),(28468,3,2,-1,'Rigid Amber',35016,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,391,-1,0,0,0,0,'',0,0,0,0,0,12340),(28469,3,2,-1,'Gleaming Amber',35016,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,392,-1,0,0,0,0,'',0,0,0,0,0,12340),(28470,3,2,-1,'Thick Amber',35016,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,393,-1,0,0,0,0,'',0,0,0,0,0,12340),(28472,12,0,-1,'Krasus\'s Compendium - Chapter 1',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28473,12,0,-1,'Krasus\'s Compendium - Chapter 2',2616,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28474,12,0,-1,'Krasus\'s Compendium - Chapter 3',39631,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28475,12,0,-1,'Heliotrope Oculus',40586,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28476,2,5,-1,'Gladiator\'s Maul',41558,4,36864,0,1,0,0,17,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,5,7,48,38,64,32,35,35,28,31,20,0,0,0,0,0,0,0,0,0,0,0,0,189,285,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28477,4,1,-1,'Harbinger Bands',40489,4,0,0,1,122298,24459,9,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,21,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28478,15,0,-1,'To\'arch\'s Primers',41644,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34387,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28479,12,0,-1,'Stone of Glacius',38758,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This smooth, timeworn stone summons Archmage Vargoth\'s familiar, Glacius.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28481,15,5,-1,'Brown Elekk',39653,3,0,0,1,10000,2500,0,262143,1101,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,34406,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28483,4,4,-1,'Breastplate of Kings',39661,4,0,0,1,381179,76235,5,-1,-1,107,70,0,0,9788,0,0,0,0,0,1,0,4,4,31,7,46,32,31,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1353,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,165,0,0,0,0,8,0,4,0,4,0,2874,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28484,4,4,-1,'Bulwark of Kings',39660,4,0,0,1,447102,89420,5,-1,-1,127,70,0,0,9788,0,0,0,0,0,1,0,4,4,35,7,55,32,37,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1595,0,0,0,0,0,0,0,0,0,34511,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,165,0,0,0,0,8,0,4,0,4,0,2874,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28485,4,4,-1,'Bulwark of the Ancient Kings',39659,4,0,0,1,510304,102060,5,-1,-1,146,70,0,0,9788,0,0,0,0,0,1,0,4,4,40,7,56,32,41,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,0,0,0,0,0,0,34511,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,165,0,0,0,0,8,0,4,0,4,0,2874,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28486,0,5,-1,'Moser\'s Magnificent Muffin',21203,1,0,0,5,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340),(28490,12,0,-1,'Shaffar\'s Wrappings',39456,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28491,4,1,-1,'Windwalker\'s Footwraps',39368,3,0,0,1,112322,22464,8,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,141,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(28492,4,2,-1,'Talonite\'s Boots',39694,3,0,0,1,140898,28179,8,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,142,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(28493,4,3,-1,'Dreadhawk\'s Schynbald',39706,3,0,0,1,170443,34088,8,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,143,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(28494,4,4,-1,'Ravenguard\'s Greaves',39709,3,0,0,1,198305,39661,8,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,661,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,144,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(28495,4,1,-1,'Windwalker\'s Sash',39700,2,0,0,1,66292,13258,6,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,141,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(28496,4,2,-1,'Talonite\'s Belt',39701,2,0,0,1,83161,16632,6,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,142,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(28497,4,3,-1,'Dreadhawk\'s Girdle',39705,2,0,0,1,93079,18615,6,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,143,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(28498,4,4,-1,'Ravenguard\'s Baldric',39708,2,0,0,1,109629,21925,6,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,144,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(28499,15,0,-1,'Arakkoa Hunter\'s Supplies',2588,1,4,0,1,0,0,0,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(28501,0,5,-1,'Ravager Egg Omelet',39716,1,0,0,1,100,25,0,-1,-1,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18234,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'You aren\'t really going to eat that, are you?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28502,4,4,-1,'Vambraces of Courage',40496,4,0,0,1,203828,40765,9,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,12,15,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,634,0,0,0,0,0,0,0,0,0,28112,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2926,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28503,4,3,-1,'Whirlwind Bracers',40495,4,0,0,1,174351,34870,9,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,19,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28504,2,18,-1,'Steelhawk Crossbow',41421,4,0,0,1,437505,87501,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,288,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28505,4,4,-1,'Gauntlets of Renewed Hope',45870,4,0,0,1,206099,41219,10,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,19,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,906,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,18039,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,8,0,0,0,2863,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28506,4,2,-1,'Gloves of Dexterous Manipulation',43427,4,0,0,1,146920,29384,10,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,35,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,8,0,0,0,3092,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28507,4,1,-1,'Handwraps of Flowing Thought',43428,4,0,0,1,117958,23591,10,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,22,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,8,0,0,0,2880,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28508,4,1,-1,'Gloves of Saintly Blessings',43429,4,0,0,1,118392,23678,10,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,25,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28509,4,0,-1,'Worgen Claw Necklace',34034,4,0,0,1,515451,128862,2,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,3,3,20,7,21,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28510,4,0,-1,'Spectral Band of Innervation',24646,4,0,0,1,241024,60256,11,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,2,7,22,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28511,4,1,-1,'Bands of Indwelling',40490,4,0,0,1,119682,23936,9,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,18,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28512,4,4,-1,'Bracers of Justice',40497,4,0,0,1,211405,42281,9,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,22,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,634,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28513,0,0,-1,'Demonic Rune Stone',33970,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28514,4,2,-1,'Bracers of Maliciousness',42248,4,0,0,1,140424,28084,9,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,25,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28515,4,1,-1,'Bands of Nefarious Deeds',40491,4,0,0,1,112773,22554,9,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,27,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28516,4,0,-1,'Barbed Choker of Discipline',34274,4,0,0,1,345774,86443,2,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,39,13,21,12,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28517,4,1,-1,'Boots of Foretelling',42327,4,0,0,1,170462,34092,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,23,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,4,0,0,0,2863,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28518,4,4,-1,'Iron Gauntlets of the Maiden',45860,4,0,0,1,200752,40150,10,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,39,12,16,15,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,906,0,0,0,0,0,0,0,0,0,35075,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,2972,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28519,4,3,-1,'Gloves of Quickening',45878,4,0,0,1,171747,34349,10,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,24,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,2,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28520,4,3,-1,'Gloves of Centering',45877,4,0,0,1,172398,34479,10,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,25,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,2,0,0,0,2863,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28521,4,2,-1,'Mitts of the Treemender',43441,4,0,0,1,144207,28841,10,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,22,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,4,0,0,0,2866,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28522,2,4,-1,'Shard of the Virtuous',45798,4,0,0,1,578941,115788,21,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,2,7,22,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,129,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,40107,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-46.3,0,0,0,'',67,0,0,0,0,12340),(28523,4,9,-1,'Totem of Healing Rains',43430,4,0,0,1,174333,34866,28,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38322,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28524,2,15,-1,'Emerald Ripper',37063,4,0,0,1,583281,116656,13,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,2,3,19,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,189,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28525,4,0,-1,'Signet of Unshakable Faith',41657,4,0,0,1,1015299,203059,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,19,5,21,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28526,12,0,-1,'Etherlithium Matrix Crystals',20977,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Well, they sure do sound important.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28527,12,0,-1,'Mana Wraith Essence',6371,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Clearly these can be used to jump-start the engines.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28528,4,0,-1,'Moroes\' Lucky Pocket Watch',43431,4,524288,0,1,364641,91160,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,13,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34519,0,0,0,120000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28529,4,1,-1,'Royal Cloak of Arathi Kings',34337,4,0,0,1,178204,35640,16,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,26,7,31,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28530,4,0,-1,'Brooch of Unquenchable Fury',34303,4,0,0,1,353421,88355,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,21,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28531,2,16,-1,'Barbed Shrike',39991,2,4194304,0,1,107236,26809,25,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,128,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(28532,2,16,-1,'Silver Throwing Knives',39992,2,4194304,0,1,110712,27678,25,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,131,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(28533,2,16,-1,'Wooden Boomerang',41459,2,4194304,0,1,114184,28546,25,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,135,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(28534,2,16,-1,'Fel Tipped Dart',39995,2,4194304,0,1,117660,29415,25,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,138,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(28535,2,16,-1,'Amani Throwing Axe',39996,2,4194304,0,1,121136,30284,25,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,141,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(28536,2,16,-1,'Jagged Guillotine',39997,2,4194304,0,1,124616,31154,25,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,144,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(28537,2,16,-1,'Wildhammer Throwing Axe',39998,2,4194304,0,1,128092,32023,25,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,149,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(28538,2,16,-1,'Forked Shuriken',39999,2,4194304,0,1,131564,32891,25,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,155,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(28539,2,16,-1,'Razor-Edged Boomerang',44586,2,4194304,0,1,135040,33760,25,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,161,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(28540,2,16,-1,'Arakkoa Talon-Axe',40001,2,4194304,0,1,138516,34629,25,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,166,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(28541,2,16,-1,'Sawshrike',40002,2,4194304,0,1,141992,35498,25,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,172,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(28542,2,16,-1,'Heartseeker Knives',40003,2,4194304,0,1,145472,36368,25,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,177,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(28543,2,16,-1,'Dreghood Throwing Axe',40004,2,4194304,0,1,148944,37236,25,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,183,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(28544,2,16,-1,'Assassin\'s Shuriken',40005,2,4194304,0,1,152420,38105,25,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,187,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(28545,4,2,-1,'Edgewalker Longboots',43442,4,0,0,1,219500,43900,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,29,7,28,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,4,0,0,0,2860,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28547,12,0,-1,'Elemental Power Extractor',31199,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34520,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28548,12,0,-1,'Elemental Power',39827,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A solid lump of elemental essence. What more could an engineer want?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28550,12,0,-1,'Flaming Torch',35178,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34526,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,300,0,0,'',0,0,0,0,0,12340),(28551,12,0,-1,'Fel Reaver Part',8931,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Small is a relative term. Maybe Mama Wheeler would like to lug these around?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28552,12,0,-1,'A Mysterious Tome',1317,1,0,1,1,0,0,0,262143,32767,58,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A strange book, written in a ghostly ink.',0,0,0,10229,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28553,4,0,-1,'Band of the Exorcist',39129,4,36864,0,1,0,0,11,262143,32767,95,67,0,0,0,0,0,0,0,1,1,0,4,7,24,32,16,35,11,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15806,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28554,0,0,-1,'Shredder Spare Parts',39848,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28555,4,0,-1,'Seal of the Exorcist',39129,4,36864,0,1,0,0,11,262143,32767,95,67,0,0,0,0,0,0,0,1,1,0,3,7,24,31,12,35,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28556,3,6,-1,'Swift Windfire Diamond',39205,3,528384,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,401,-1,0,0,0,0,'',0,0,0,0,0,12340),(28557,3,6,-1,'Swift Starfire Diamond',39205,3,528384,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,402,-1,0,0,0,0,'',0,0,0,0,0,12340),(28558,12,0,-1,'Spirit Shard',39857,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The shard pulses with energy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28559,4,4,-1,'Exorcist\'s Plate Helm',27338,3,36864,0,1,0,0,1,262143,32767,100,66,0,0,0,0,0,0,0,0,1,0,4,7,30,4,25,32,25,35,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,827,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,1,0,0,0,0,0,2879,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28560,4,4,-1,'Exorcist\'s Lamellar Helm',27338,3,36864,0,1,0,0,1,262143,32767,100,66,0,0,0,0,0,0,0,0,1,0,4,7,30,5,16,32,16,35,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,827,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,1,0,0,0,0,0,3204,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28561,4,2,-1,'Exorcist\'s Leather Helm',37894,3,36864,0,1,0,0,1,262143,32767,100,66,0,0,0,0,0,0,0,0,1,0,4,7,33,3,27,35,14,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,1,0,0,0,0,0,2973,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28562,12,0,-1,'Unyielding Battle Horn',24188,1,2048,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An ancient horn that has seen many battles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28563,12,0,-1,'Doomclaw\'s Hand',39859,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Still sharp, and interestingly, trying to move around.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28564,12,0,-1,'Energy Isolation Cube',41533,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An incredible amount of energy seems isolated and buffered in this thin-walled container, through the use of some unknown technology.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28565,4,1,-1,'Nethershard Girdle',40507,4,0,0,1,120163,24032,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,30,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28566,4,4,-1,'Crimson Girdle of the Indomitable',40515,4,0,0,1,212251,42450,6,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,20,7,36,12,24,15,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,816,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,2870,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28567,4,3,-1,'Belt of Gale Force',40513,4,0,0,1,181529,36305,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,27,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,21632,1,0,0,-1,0,-1,18038,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28568,4,8,-1,'Idol of the Avian Heart',43434,4,0,0,1,182181,36436,28,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38321,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28569,4,4,-1,'Boots of Valiance',42332,4,0,0,1,319346,63869,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,28,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28570,4,1,-1,'Shadow-Cloak of Dalaran',34239,4,0,0,1,183483,36696,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,18,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28571,0,0,-1,'Blank Scroll',2571,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28572,2,15,-1,'Blade of the Unrequited',42286,4,0,0,1,557182,111436,13,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,2,7,13,32,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,168,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,9330,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,4,0,8,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28573,2,8,-1,'Despair',39957,4,0,0,1,699190,139838,17,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,4,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,319,479,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,34580,2,0,0.65,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28574,4,2,-1,'Exorcist\'s Dragonhide Helm',37894,3,36864,0,1,0,0,1,262143,32767,100,66,0,0,0,0,0,0,0,0,1,0,4,7,30,4,23,35,12,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,1,0,0,0,0,0,2973,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(28575,4,2,-1,'Exorcist\'s Wyrmhide Helm',37894,3,36864,0,1,0,0,1,262143,32767,100,66,0,0,0,0,0,0,0,0,1,0,3,7,35,5,16,35,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,1,0,0,0,0,0,2900,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(28576,4,3,-1,'Exorcist\'s Chain Helm',32133,3,36864,0,1,0,0,1,262143,32767,100,66,0,0,0,0,0,0,0,0,1,0,5,7,35,3,20,35,12,5,15,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,463,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,1,0,0,0,0,0,2893,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28577,4,3,-1,'Exorcist\'s Linked Helm',32133,3,36864,0,1,0,0,1,262143,32767,100,66,0,0,0,0,0,0,0,0,1,0,5,7,30,4,24,32,22,35,13,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,463,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,1,0,0,0,0,0,3205,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28578,4,1,-1,'Masquerade Gown',43448,4,0,0,1,234251,46850,20,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,34,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,34584,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28579,4,0,-1,'Romulo\'s Poison Vial',39888,4,0,0,1,364641,91160,12,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,1,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34586,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28580,0,0,-1,'B\'naar Console Transcription',2616,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28581,2,3,-1,'Wolfslayer Sniper Rifle',41430,4,0,0,1,444103,88820,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,278,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,15807,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28582,4,1,-1,'Red Riding Hood\'s Cloak',38976,4,0,0,1,178274,35654,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,16,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28583,4,3,-1,'Big Bad Wolf\'s Head',31117,4,0,0,1,268388,53677,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,40,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,659,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28584,2,13,-1,'Big Bad Wolf\'s Paw',30595,4,0,0,1,598589,119717,21,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,3,3,17,7,18,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,285,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28585,4,1,-1,'Ruby Slippers',39899,4,64,0,1,180227,36045,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,29,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,39937,0,0,0,-1,1176,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'There\'s no place like home.',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28586,4,1,-1,'Wicked Witch\'s Hat',45369,4,0,0,1,180861,36172,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,38,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28587,2,1,-1,'Legacy',39421,4,0,0,1,756301,151260,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,46,3,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,319,479,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,15826,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Legend tells of this axe being wielded by Draenei exarchs since the time of their banishment from Argus.',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28588,2,19,-1,'Blue Diamond Witchwand',43491,4,0,0,1,455408,91081,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,13,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,314,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,9316,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28589,4,3,-1,'Beastmaw Pauldrons',45856,4,0,0,1,275413,55082,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,24,7,22,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28590,4,0,-1,'Ribbon of Sacrifice',43456,4,0,0,1,364641,91160,12,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38332,0,0,0,120000,0,-1,18044,1,0,0,120000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28591,4,2,-1,'Earthsoul Leggings',43451,4,0,0,1,306831,61366,7,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,30,6,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,319,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,4,0,8,0,8,0,2890,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28592,4,7,-1,'Libram of Souls Redeemed',34959,4,0,0,1,184749,36949,28,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60800,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28593,4,4,-1,'Eternium Greathelm',45858,4,0,0,1,293039,58607,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,31,7,48,12,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2871,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28594,4,1,-1,'Trial-Fire Trousers',43453,4,0,0,1,230779,46155,7,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,42,5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,4,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28595,3,0,-1,'Bright Blood Garnet',35930,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,421,-1,0,0,0,0,'',0,0,0,0,0,12340),(28596,9,10,-1,'Design: Bright Blood Garnet',1102,1,64,0,1,50000,12500,0,-1,-1,61,0,755,305,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,34590,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Bright Blood Garnet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28597,4,4,-1,'Panzar\'Thar Breastplate',45864,4,0,0,1,408379,81675,5,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,51,12,26,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1450,0,0,0,0,0,0,0,0,0,34061,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,4,0,8,0,8,0,2972,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28598,12,0,-1,'Fel Reaver Construction Manual',9129,1,2048,0,1,0,0,0,-1,-1,1,67,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(28599,4,3,-1,'Scaled Breastplate of Carnage',45881,4,0,0,1,352643,70528,5,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,38,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,812,0,0,0,0,0,0,0,0,0,15826,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28600,4,2,-1,'Stonebough Jerkin',43462,4,0,0,1,294954,58990,5,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,35,6,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,364,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28601,4,2,-1,'Chestguard of the Conniver',43463,4,0,0,1,296010,59202,5,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,37,7,36,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,364,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28602,4,1,-1,'Robe of the Elder Scribes',43469,4,0,0,1,237676,47535,20,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,27,5,29,6,24,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,34598,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28603,4,0,-1,'Talisman of Nightbane',42562,4,0,0,1,1015299,203059,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,19,5,19,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28604,2,10,-1,'Nightstaff of the Everliving',40899,4,0,0,1,748090,149618,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,34,6,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,290,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,40107,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,-46.3,0,0,0,'',67,0,0,0,0,12340),(28605,4,3,-1,'General\'s Linked Bracers',41259,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,5,7,25,38,38,35,10,32,15,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28606,4,6,-1,'Shield of Impenetrable Darkness',40865,4,0,0,1,385800,77160,14,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,12,15,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4872,0,0,0,0,0,0,0,0,0,28112,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,122,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28607,0,0,-1,'Sunfury Disguise',39940,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34603,0,0,0,60000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28608,4,4,-1,'Ironstriders of Urgency',45861,4,0,0,1,318117,63623,8,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,4,33,3,20,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,2,0,4,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28609,4,0,-1,'Emberspur Talisman',31899,4,0,0,1,411111,102777,2,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28610,4,3,-1,'Ferocious Swift-Kickers',45876,4,0,0,1,256856,51371,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,21,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,8,0,0,0,2973,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28611,4,6,-1,'Dragonheart Flameshield',42406,4,0,0,1,365079,73015,14,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,19,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4872,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,122,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28612,4,1,-1,'Pauldrons of the Solace-Giver',45873,4,0,0,1,171764,34352,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,28,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28613,4,3,-1,'Grand Marshal\'s Chain Armor',41196,3,36864,2,1,0,0,5,4,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,3,20,32,12,35,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,9141,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,595,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28614,4,3,-1,'Grand Marshal\'s Chain Gauntlets',41198,3,36864,2,1,0,0,10,4,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,31,3,21,32,11,35,14,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,28539,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,595,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28615,4,3,-1,'Grand Marshal\'s Chain Helm',41200,3,36864,2,1,0,0,1,4,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,30,3,20,32,14,35,15,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,595,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28616,4,3,-1,'Grand Marshal\'s Chain Leggings',41201,3,36864,2,1,0,0,7,4,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,3,28,32,14,35,25,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,595,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28617,4,3,-1,'Grand Marshal\'s Chain Spaulders',41202,3,36864,2,1,0,0,3,4,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,31,3,14,32,17,35,16,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,595,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28618,4,2,-1,'Grand Marshal\'s Dragonhide Gloves',43573,3,36864,2,1,0,0,10,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,24,4,17,5,11,3,17,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,601,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(28619,4,2,-1,'Grand Marshal\'s Dragonhide Helm',41796,3,36864,2,1,0,0,1,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,21,4,22,5,15,3,22,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,601,60,0,0,0,0,1,0,4,0,0,0,2878,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(28620,4,2,-1,'Grand Marshal\'s Dragonhide Legguards',41210,3,36864,2,1,0,0,7,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,30,4,23,5,22,3,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,601,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340),(28621,4,4,-1,'Wrynn Dynasty Greaves',45867,4,0,0,1,414373,82874,7,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,24,7,48,12,27,13,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1269,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,4,0,4,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28622,4,2,-1,'Grand Marshal\'s Dragonhide Spaulders',41211,3,36864,2,1,0,0,3,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,24,4,17,5,13,3,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,601,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(28623,4,2,-1,'Grand Marshal\'s Dragonhide Tunic',41212,3,36864,2,1,0,0,5,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,31,4,18,5,18,3,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,601,100,0,0,0,0,2,0,2,0,4,0,2874,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(28624,4,1,-1,'Grand Marshal\'s Dreadweave Gloves',41203,3,36864,2,1,0,0,10,256,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,21,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,591,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28625,4,1,-1,'Grand Marshal\'s Dreadweave Hood',42194,3,36864,2,1,0,0,1,256,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,591,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28626,4,1,-1,'Grand Marshal\'s Dreadweave Leggings',41205,3,36864,2,1,0,0,7,256,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,591,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28627,4,1,-1,'Grand Marshal\'s Dreadweave Mantle',41206,3,36864,2,1,0,0,3,256,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,19,5,15,35,17,31,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,591,50,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28628,4,1,-1,'Grand Marshal\'s Dreadweave Robe',41207,3,36864,2,1,0,0,20,256,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,591,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28629,4,3,-1,'General\'s Linked Girdle',41477,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,5,7,39,38,54,35,19,32,27,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28630,4,3,-1,'General\'s Linked Sabatons',41481,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,39,38,54,35,19,32,27,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,595,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28631,4,3,-1,'Dragon-Quake Shoulderguards',45882,4,0,0,1,257784,51556,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,28,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,0,0,0,0,18378,1,0,0,-1,0,-1,18040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28632,9,4,-1,'Plans: Adamantite Weightstone',1102,1,64,0,1,60000,15000,0,-1,-1,70,0,164,350,0,0,0,942,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,34608,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Adamantite Weightstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28633,2,10,-1,'Staff of Infinite Mysteries',40370,4,0,0,1,718325,143665,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,61,5,51,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,290,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,42057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,-46.3,0,0,0,'',67,0,0,0,0,12340),(28634,12,0,-1,'Scrap Reaver X6000 Controller',35133,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34630,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28635,0,0,-1,'Sunfury Arcanist Robes',39946,1,2147485696,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28636,0,0,-1,'Sunfury Researcher Gloves',30891,1,2147485696,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28637,0,0,-1,'Sunfury Guardsman Medallion',4776,1,2147485696,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28638,4,3,-1,'General\'s Mail Bracers',41259,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,4,7,22,5,12,35,13,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28639,4,3,-1,'General\'s Mail Girdle',41477,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,4,7,34,5,23,35,23,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28640,4,3,-1,'General\'s Mail Sabatons',41481,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,23,35,23,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,595,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28641,4,4,-1,'General\'s Lamellar Belt',41165,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,4,7,34,32,23,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,870,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28642,4,4,-1,'General\'s Lamellar Greaves',41167,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,34,32,23,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1063,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28643,4,4,-1,'General\'s Lamellar Bracers',41257,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,4,7,22,32,14,5,12,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28644,4,4,-1,'General\'s Scaled Belt',41165,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,5,7,33,4,36,32,16,5,23,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,870,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28645,4,4,-1,'General\'s Scaled Greaves',41167,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,33,4,36,32,16,5,23,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1063,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28646,4,4,-1,'General\'s Scaled Bracers',41262,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,5,7,22,4,26,32,7,5,11,35,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28647,4,2,-1,'Forest Wind Shoulderpads',43476,4,0,0,1,210614,42122,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,28,6,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28649,4,0,-1,'Garona\'s Signet Ring',33728,4,0,0,1,241024,60256,11,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,3,3,20,7,25,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28651,12,0,-1,'Unyielding Battle Horn',24188,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34622,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An ancient horn that has seen many battles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28652,4,1,-1,'Cincture of Will',40509,4,0,0,1,114486,22897,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,28,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28653,4,1,-1,'Shadowvine Cloak of Infusion',41396,4,0,0,1,172362,34472,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,21,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,21631,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28654,4,1,-1,'Malefic Girdle',40508,4,0,0,1,115342,23068,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,26,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28655,4,2,-1,'Cord of Nature\'s Sustenance',40512,4,0,0,1,144720,28944,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,30,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28656,4,3,-1,'Girdle of the Prowler',40514,4,0,0,1,174315,34863,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,3,25,7,21,5,22,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28657,2,4,-1,'Fool\'s Bane',44823,4,0,0,1,583164,116632,13,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,296,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28658,2,10,-1,'Terestian\'s Stranglestaff',40369,4,0,0,1,751096,150219,17,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,4,38,76,3,37,7,48,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,411,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28659,2,16,-1,'Xavian Stiletto',45739,4,4198400,0,1,146756,36689,25,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,32,20,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,192,0,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28660,4,1,-1,'Gilded Thorium Cloak',24160,4,4096,0,1,181565,36313,16,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,30,12,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,385,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,288,0,0,0,'',67,0,0,0,0,12340),(28661,4,0,-1,'Mender\'s Heart-Ring',31655,4,0,0,1,241024,60256,11,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,3,7,18,5,21,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28662,4,4,-1,'Breastplate of the Lightbinder',45868,4,0,0,1,426649,85329,5,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,28,5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1450,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28663,4,1,-1,'Boots of the Incorrupt',40500,4,0,0,1,183500,36700,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,24,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,21630,1,0,0,-1,0,-1,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28664,15,0,-1,'Nitrin\'s Instructions',7630,0,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Read carefully...',2983,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28665,12,0,-1,'Mountain Gronn Eyeball',1504,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28666,4,4,-1,'Pauldrons of the Justice-Seeker',45865,4,0,0,1,293131,58626,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,23,5,26,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1087,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28667,12,0,-1,'Flawless Greater Windroc Beak',39962,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28668,12,0,-1,'Aged Clefthoof Blubber',22193,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28669,4,2,-1,'Rapscallion Boots',59593,4,0,0,1,212198,42439,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,26,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28670,4,1,-1,'Boots of the Infernal Coven',41484,4,4096,0,1,170409,34081,8,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,27,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28671,4,3,-1,'Steelspine Faceguard',43842,4,0,0,1,256591,51318,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,36,7,34,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,659,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28672,4,1,-1,'Drape of the Dark Reavers',43488,4,4096,0,1,171694,34338,16,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,24,7,21,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28673,2,19,-1,'Tirisfal Wand of Ascendancy',43916,4,0,0,1,430863,86172,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,10,5,9,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,314,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,9344,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28674,4,0,-1,'Saberclaw Talisman',39210,4,0,0,1,353421,88355,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,21,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28675,4,0,-1,'Shermanar Great-Ring',26001,4,0,0,1,241024,60256,11,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,2,7,36,12,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,223,0,0,0,'',67,0,0,0,0,12340),(28677,15,0,-1,'The Book of the Dead',1246,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28679,4,4,-1,'Grand Marshal\'s Lamellar Chestpiece',38292,3,36864,2,1,0,0,5,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,12,32,21,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,589,135,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28680,4,4,-1,'Grand Marshal\'s Lamellar Gauntlets',30321,3,36864,2,1,0,0,10,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,13,32,19,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,589,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28681,4,4,-1,'Grand Marshal\'s Lamellar Helm',38294,3,36864,2,1,0,0,1,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,44,5,11,32,20,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,589,80,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28683,4,4,-1,'Grand Marshal\'s Lamellar Shoulders',38296,3,36864,2,1,0,0,3,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,12,32,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,589,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28684,4,2,-1,'Grand Marshal\'s Leather Gloves',41213,3,36864,2,1,0,0,10,8,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,31,3,21,35,16,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,605,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28685,4,2,-1,'Grand Marshal\'s Leather Helm',41797,3,36864,2,1,0,0,1,8,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,3,20,35,24,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,605,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28686,4,2,-1,'Grand Marshal\'s Leather Legguards',41215,3,36864,2,1,0,0,7,8,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,3,28,32,14,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,605,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28687,4,2,-1,'Grand Marshal\'s Leather Spaulders',41216,3,36864,2,1,0,0,3,8,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,31,3,13,32,11,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,605,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28688,4,2,-1,'Grand Marshal\'s Leather Tunic',41217,3,36864,2,1,0,0,5,8,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,3,20,35,24,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,9141,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,605,100,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28689,4,3,-1,'Grand Marshal\'s Linked Armor',32103,3,36864,2,1,0,0,5,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,38,24,32,14,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,21365,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,593,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28690,4,3,-1,'Grand Marshal\'s Linked Gauntlets',32100,3,36864,2,1,0,0,10,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,38,42,32,18,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,33020,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,593,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28691,4,3,-1,'Grand Marshal\'s Linked Helm',32133,3,36864,2,1,0,0,1,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,30,38,40,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,593,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28692,4,3,-1,'Grand Marshal\'s Linked Leggings',32127,3,36864,2,1,0,0,7,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,38,44,32,28,35,22,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,593,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28693,4,3,-1,'Grand Marshal\'s Linked Spaulders',32128,3,36864,2,1,0,0,3,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,38,26,32,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,593,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28694,4,3,-1,'Grand Marshal\'s Mail Armor',32103,3,36864,2,1,0,0,5,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,14,32,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,21620,1,0,0,-1,0,-1,9345,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,603,120,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28695,4,3,-1,'Grand Marshal\'s Mail Gauntlets',32100,3,36864,2,1,0,0,10,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,13,32,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,603,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28696,4,3,-1,'Grand Marshal\'s Mail Helm',32133,3,36864,2,1,0,0,1,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,16,32,16,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,603,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28697,4,3,-1,'Grand Marshal\'s Mail Leggings',32127,3,36864,2,1,0,0,7,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,18,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,603,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28698,4,3,-1,'Grand Marshal\'s Mail Spaulders',32128,3,36864,2,1,0,0,3,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,13,32,12,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,603,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28699,4,4,-1,'Grand Marshal\'s Plate Chestpiece',41183,3,36864,2,1,0,0,5,1,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,46,4,12,32,24,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,590,135,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28700,4,4,-1,'Grand Marshal\'s Plate Gauntlets',26753,3,36864,2,1,0,0,10,1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,30,4,22,32,21,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,590,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28701,4,4,-1,'Grand Marshal\'s Plate Helm',41184,3,36864,2,1,0,0,1,1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,34,4,20,32,24,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,590,80,0,0,0,0,1,0,4,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28702,4,4,-1,'Grand Marshal\'s Plate Legguards',41185,3,36864,2,1,0,0,7,1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,46,4,28,32,28,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,590,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28703,4,4,-1,'Grand Marshal\'s Plate Shoulders',41186,3,36864,2,1,0,0,3,1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,4,14,32,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,590,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28704,4,1,-1,'Grand Marshal\'s Satin Gloves',41218,3,36864,2,1,0,0,10,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,597,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28705,4,1,-1,'Grand Marshal\'s Satin Hood',42195,3,36864,2,1,0,0,1,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,46,5,19,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,597,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28706,4,1,-1,'Grand Marshal\'s Satin Leggings',41220,3,36864,2,1,0,0,7,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,46,5,23,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,597,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28707,4,1,-1,'Grand Marshal\'s Satin Mantle',41221,3,36864,2,1,0,0,3,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,17,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,597,50,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28708,4,1,-1,'Grand Marshal\'s Satin Robe',41222,3,36864,2,1,0,0,20,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,46,5,15,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,597,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28709,4,4,-1,'Grand Marshal\'s Scaled Chestpiece',38292,3,36864,2,1,0,0,5,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,5,12,32,13,4,27,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,607,135,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28710,4,4,-1,'Grand Marshal\'s Scaled Gauntlets',30321,3,36864,2,1,0,0,10,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,25,5,12,32,12,4,28,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,607,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28711,4,4,-1,'Grand Marshal\'s Scaled Helm',38294,3,36864,2,1,0,0,1,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,30,5,16,32,13,4,28,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,607,80,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28712,4,4,-1,'Grand Marshal\'s Scaled Legguards',38295,3,36864,2,1,0,0,7,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,5,16,32,16,4,36,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,607,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28713,4,4,-1,'Grand Marshal\'s Scaled Shoulders',38296,3,36864,2,1,0,0,3,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,33,5,8,32,9,4,25,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,607,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28714,4,1,-1,'Grand Marshal\'s Silk Amice',41187,3,36864,2,1,0,0,3,128,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,21,5,16,35,15,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,599,50,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28715,4,1,-1,'Grand Marshal\'s Silk Cowl',42196,3,36864,2,1,0,0,1,128,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,16,32,17,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,599,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28716,4,1,-1,'Grand Marshal\'s Silk Handguards',41189,3,36864,2,1,0,0,10,128,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,12,32,17,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,33066,1,0,0,-1,0,-1,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,599,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28717,4,1,-1,'Grand Marshal\'s Silk Raiment',41190,3,36864,2,1,0,0,20,128,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,15,32,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,599,80,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28718,4,1,-1,'Grand Marshal\'s Silk Trousers',41191,3,36864,2,1,0,0,7,128,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,22,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,599,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28719,4,2,-1,'Grand Marshal\'s Wyrmhide Gloves',43573,3,36864,2,1,0,0,10,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,609,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(28720,4,2,-1,'Grand Marshal\'s Wyrmhide Helm',41796,3,36864,2,1,0,0,1,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,18,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,609,60,0,0,0,0,1,0,4,0,0,0,2878,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(28721,4,2,-1,'Grand Marshal\'s Wyrmhide Legguards',41210,3,36864,2,1,0,0,7,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,22,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,609,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340),(28722,4,2,-1,'Grand Marshal\'s Wyrmhide Spaulders',41211,3,36864,2,1,0,0,3,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,16,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,21624,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,609,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(28723,4,2,-1,'Grand Marshal\'s Wyrmhide Tunic',41212,3,36864,2,1,0,0,5,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,609,100,0,0,0,0,2,0,2,0,4,0,2856,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(28724,4,4,-1,'Grand Marshal\'s Lamellar Legguards',38295,3,36864,2,1,0,0,7,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,15,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,589,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28725,12,0,-1,'Rune Activation Device',39984,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34646,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28726,4,1,-1,'Mantle of the Mind Flayer',45872,4,0,0,1,172415,34483,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,33,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,42056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28727,4,0,-1,'Pendant of the Violet Eye',35400,4,0,0,1,364641,91160,12,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,1,5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29601,0,0,0,120000,0,-1,0,1,0,0,180000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28728,4,0,-1,'Aran\'s Soothing Sapphire',41454,4,0,0,1,1015299,203059,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28729,2,7,-1,'Spiteblade',41414,4,0,0,1,581170,116234,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,14,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,308,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28730,4,0,-1,'Mithril Band of the Unscarred',28733,4,0,0,1,241024,60256,11,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,3,4,26,7,24,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28731,4,0,-1,'Shining Chain of the Afterworld',39212,4,0,0,1,411111,102777,2,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,21,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28732,4,2,-1,'Cowl of Defiance',44608,4,0,0,1,220358,44071,1,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,34,7,33,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28733,4,4,-1,'Girdle of Truth',40516,4,0,0,1,207606,41521,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,28,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,816,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28734,4,0,-1,'Jewel of Infinite Possibilities',41453,4,0,0,1,1015299,203059,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,19,5,18,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28735,4,3,-1,'Earthblood Chestguard',45875,4,0,0,1,356479,71295,5,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,40,5,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,812,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28740,4,3,-1,'Rip-Flayer Leggings',45880,4,0,0,1,337019,67403,7,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,30,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,4,0,8,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28741,4,2,-1,'Skulker\'s Greaves',43499,4,0,0,1,281934,56386,7,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,32,7,28,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,319,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,2,0,8,0,2871,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28742,4,1,-1,'Pantaloons of Repentance',43500,4,0,0,1,226415,45283,7,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,34,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,8,0,8,0,2890,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28743,4,4,-1,'Mantle of Abrahmis',45863,4,0,0,1,297741,59548,3,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,21,7,43,12,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1087,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,2,0,4,0,0,0,2876,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28744,4,1,-1,'Uni-Mind Headdress',45874,4,0,0,1,171096,34219,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,31,5,40,32,25,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28745,4,0,-1,'Mithril Chain of Heroism',15420,4,0,0,1,411111,102777,2,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,28,3,22,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28746,4,3,-1,'Fiend Slayer Boots',42331,4,0,0,1,259746,51949,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,3,26,7,24,5,16,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,8,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28747,4,4,-1,'Battlescar Boots',42329,4,0,0,1,302259,60451,8,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,23,7,28,12,21,14,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,2870,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28748,4,4,-1,'Legplates of the Innocent',45862,4,0,0,1,405259,81051,7,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,32,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1269,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,4,0,8,0,8,0,2869,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28749,2,7,-1,'King\'s Defender',41416,4,0,0,1,581111,116222,13,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,3,7,28,12,13,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,182,0,0,0,0,182,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28750,4,2,-1,'Girdle of Treachery',40511,4,0,0,1,145820,29164,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,18,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,2,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28751,4,3,-1,'Heart-Flame Leggings',45879,4,0,0,1,351235,70247,7,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,36,5,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,8,0,8,0,4,0,2869,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28752,4,2,-1,'Forestlord Striders',47479,4,0,0,1,220336,44067,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,27,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,8,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28753,4,0,-1,'Ring of Recurrence',9846,4,0,0,1,241024,60256,11,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,3,5,15,7,15,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28754,4,6,-1,'Triptych Shield of the Ancients',40867,4,0,0,1,378818,75763,14,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,24,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4872,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,122,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28755,4,2,-1,'Bladed Shoulderpads of the Merciless',43511,4,0,0,1,228584,45716,3,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,31,13,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,4,0,4,0,0,0,2860,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28756,4,1,-1,'Headdress of the High Potentate',45871,4,0,0,1,183518,36703,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,38,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28757,4,0,-1,'Ring of a Thousand Marks',33864,4,0,0,1,454568,113642,11,32767,-1,125,70,0,0,0,0,0,0,0,1,1,0,3,7,21,32,23,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28758,4,3,-1,'Exorcist\'s Mail Helm',32133,3,36864,0,1,0,0,1,262143,32767,100,66,0,0,0,0,0,0,0,0,1,0,4,7,30,5,16,32,24,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,463,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,1,0,0,0,0,0,3204,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28759,4,1,-1,'Exorcist\'s Dreadweave Hood',37311,3,36864,0,1,0,0,1,262143,32767,100,66,0,0,0,0,0,0,0,0,1,0,3,7,34,5,25,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,1,0,0,0,0,0,2880,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28760,4,1,-1,'Exorcist\'s Silk Hood',37311,3,36864,0,1,0,0,1,262143,32767,100,66,0,0,0,0,0,0,0,0,1,0,4,7,34,5,14,35,14,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,1,0,0,0,0,0,2880,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28761,4,4,-1,'Exorcist\'s Scaled Helm',27338,3,36864,0,1,0,0,1,262143,32767,100,66,0,0,0,0,0,0,0,0,1,0,4,7,30,4,29,32,18,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,827,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,1,0,0,0,0,0,2879,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28762,4,0,-1,'Adornment of Stolen Souls',35358,4,0,0,1,411111,102777,2,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,5,20,7,18,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28763,4,0,-1,'Jade Ring of the Everliving',9847,4,4096,0,1,241024,60256,11,262143,32767,125,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28764,4,1,-1,'Farstrider Wildercloak',33096,4,0,0,1,184596,36919,16,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,1,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28765,4,1,-1,'Stainless Cloak of the Pure Hearted',43292,4,0,0,1,185299,37059,16,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,2,7,22,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28766,4,1,-1,'Ruby Drape of the Mysticant',38976,4,0,0,1,185982,37196,16,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,21,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28767,2,0,-1,'The Decapitator',40066,4,0,0,1,622283,124456,13,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,1,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,312,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,37208,0,0,0,180000,1141,10000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28768,2,15,-1,'Malchazeen',40937,4,0,0,1,624625,124925,13,32767,-1,125,70,0,0,0,0,0,0,0,1,1,0,2,7,16,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,199,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28769,12,0,-1,'The Keystone',40053,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28770,2,15,-1,'Nathrezim Mindblade',43098,4,0,0,1,629244,125848,21,32767,-1,125,70,0,0,0,0,0,0,0,1,1,0,3,7,18,5,18,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,125,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,-50.8,0,0,0,'',67,0,0,0,0,12340),(28771,2,4,-1,'Light\'s Justice',40923,4,0,0,1,648357,129671,21,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,16,5,21,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,125,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,40151,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-50.8,0,0,0,'',67,0,0,0,0,12340),(28772,2,2,-1,'Sunfury Bow of the Phoenix',40859,4,0,0,1,488023,97604,15,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,1,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,314,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,15806,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28773,2,1,-1,'Gorehowl',40922,4,4096,0,1,816300,163260,17,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,4,49,3,43,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345,518,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The axe of Grom Hellscream has sown terror across hundreds of battlefields.',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28774,2,6,-1,'Glaive of the Pit',40366,4,4096,0,1,819147,163829,17,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354,532,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,34696,2,0,1.6,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,2,0,2,0,2952,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28775,4,4,-1,'Thundering Greathelm',44840,4,0,0,1,344613,68922,1,1535,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,4,50,3,43,7,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1276,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28776,4,2,-1,'Liar\'s Tongue Gloves',43523,4,0,0,1,165000,33000,10,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,2,7,31,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,8,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28777,4,1,-1,'Cloak of the Pit Stalker',43525,4,4096,0,1,198702,39740,16,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,2,7,28,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28778,4,3,-1,'Terror Pit Girdle',43524,4,0,0,1,180381,36076,6,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,22,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,495,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,2,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28779,4,4,-1,'Girdle of the Endless Pit',43522,4,4096,0,1,212472,42494,6,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,4,34,7,30,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28780,4,1,-1,'Soul-Eater\'s Handwraps',43527,4,0,0,1,121191,24238,10,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,24,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28781,4,0,-1,'Karaborian Talisman',40783,4,0,0,1,1015299,203059,23,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,2,7,23,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28782,2,10,-1,'Crystalheart Pulse-Staff',41555,4,4096,0,1,763219,152643,17,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,2,7,51,5,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,297,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,40151,1,0,0,-1,0,-1,33780,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,-50.8,0,0,0,'',67,0,0,0,0,12340),(28783,2,19,-1,'Eredar Wand of Obliteration',43915,4,4096,0,1,459687,91937,26,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,10,5,11,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,330,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,9345,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28784,0,0,-1,'Unyielding Banner Scrap',23520,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28785,4,0,-1,'The Lightning Capacitor',35445,4,0,0,1,364641,91160,12,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37657,1,0,0,-1,0,-1,0,0,0,0,120000,1141,20000,0,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28786,12,0,-1,'Apex\'s Crystal Focus',36693,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34717,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28787,12,0,-1,'Annihilator Servo',31200,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Is it a good idea to hand over something to the goblins with the word annihilator in it?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28788,4,0,-1,'Tabard of the Protector',35396,1,0,0,1,0,0,19,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34750,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'For Heroism at the Battle for the Dark Portal',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28789,4,0,-1,'Eye of Magtheridon',43528,4,4096,0,1,364641,91160,12,-1,-1,125,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,34749,1,0,0,-1,0,-1,0,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28790,4,0,-1,'Naaru Lightwarden\'s Band',44357,4,4096,0,1,241024,60256,11,262143,32767,125,0,0,0,0,0,0,0,0,1,1,0,2,7,21,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28791,4,0,-1,'Ring of the Recalcitrant',44841,4,4096,0,1,241024,60256,11,262143,32767,125,0,0,0,0,0,0,0,0,1,1,0,2,3,24,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28792,4,0,-1,'A\'dal\'s Signet of Defense',39126,4,4096,0,1,241024,60256,11,262143,32767,125,0,0,0,0,0,0,0,0,1,1,0,2,7,34,12,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28793,4,0,-1,'Band of Crimson Fury',39127,4,4096,0,1,241024,60256,11,262143,32767,125,0,0,0,0,0,0,0,0,1,1,0,3,7,22,5,22,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28794,2,1,-1,'Axe of the Gronn Lords',45804,4,4096,0,1,819068,163813,17,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,1,7,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345,518,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,42039,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28795,4,4,-1,'Bladespire Warbands',43529,4,4096,0,1,231474,46294,9,1535,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,4,20,7,16,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,2,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28796,4,2,-1,'Malefic Mask of the Shadows',44608,4,0,0,1,247476,49495,1,1535,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,45,32,42,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28797,4,1,-1,'Brute Cloak of the Ogre-Magi',29719,4,0,0,1,198664,39732,16,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,20,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28799,4,1,-1,'Belt of Divine Inspiration',42649,4,0,0,1,120710,24142,6,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,2,7,27,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28800,2,5,-1,'Hammer of the Naaru',43531,4,0,0,1,757286,151457,17,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,4,44,7,41,5,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345,518,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,2,0,8,0,2869,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28801,4,3,-1,'Maulgar\'s Warhelm',44884,4,0,0,1,273676,54735,1,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,43,5,31,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,715,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28802,2,7,-1,'Bloodmaw Magus-Blade',43036,4,4096,0,1,610512,122102,21,-1,-1,125,70,0,0,0,0,0,0,0,1,1,0,3,7,16,5,15,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,136,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-44.5,0,0,0,'',67,0,0,0,0,12340),(28803,4,2,-1,'Cowl of Nature\'s Breath',44896,4,4096,0,1,236109,47221,1,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,42,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,0,0,0,0,0,0,0,0,23593,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28804,4,1,-1,'Collar of Cho\'gall',44566,4,0,0,1,189570,37914,1,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,2,7,42,5,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28805,4,3,-1,'High Warlord\'s Chain Armor',32103,3,36864,1,1,0,0,5,4,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,3,20,32,12,35,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,9141,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,596,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28806,4,3,-1,'High Warlord\'s Chain Gauntlets',32100,3,36864,1,1,0,0,10,4,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,31,3,21,32,11,35,14,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,28539,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,596,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28807,4,3,-1,'High Warlord\'s Chain Helm',32133,3,36864,1,1,0,0,1,4,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,30,3,20,32,14,35,15,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,596,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28808,4,3,-1,'High Warlord\'s Chain Leggings',32127,3,36864,1,1,0,0,7,4,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,3,28,32,14,35,25,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,596,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28809,4,3,-1,'High Warlord\'s Chain Spaulders',32128,3,36864,1,1,0,0,3,4,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,31,3,14,32,17,35,16,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,596,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28810,4,3,-1,'Windshear Boots',42334,4,0,0,1,291941,58388,8,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,32,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28811,4,2,-1,'High Warlord\'s Dragonhide Gloves',43571,3,36864,1,1,0,0,10,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,24,4,17,5,12,3,17,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,602,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(28812,4,2,-1,'High Warlord\'s Dragonhide Helm',39032,3,36864,1,1,0,0,1,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,21,4,22,5,15,3,22,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,602,60,0,0,0,0,1,0,4,0,0,0,2878,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(28813,4,2,-1,'High Warlord\'s Dragonhide Legguards',39033,3,36864,1,1,0,0,7,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,30,4,22,5,22,3,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,602,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340),(28814,4,2,-1,'High Warlord\'s Dragonhide Spaulders',39034,3,36864,1,1,0,0,3,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,24,4,17,5,14,3,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,602,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(28815,4,2,-1,'High Warlord\'s Dragonhide Tunic',39035,3,36864,1,1,0,0,5,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,31,4,18,5,18,3,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,602,100,0,0,0,0,2,0,2,0,4,0,2874,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(28817,4,1,-1,'High Warlord\'s Dreadweave Gloves',37308,3,36864,1,1,0,0,10,256,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,21,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,592,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28818,4,1,-1,'High Warlord\'s Dreadweave Hood',37311,3,36864,1,1,0,0,1,256,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,592,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28819,4,1,-1,'High Warlord\'s Dreadweave Leggings',41223,3,36864,1,1,0,0,7,256,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,592,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28820,4,1,-1,'High Warlord\'s Dreadweave Mantle',37312,3,36864,1,1,0,0,3,256,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,19,5,15,35,17,31,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,592,50,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28821,4,1,-1,'High Warlord\'s Dreadweave Robe',37313,3,36864,1,1,0,0,20,256,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,592,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28822,4,0,-1,'Teeth of Gruul',43535,4,0,0,1,411111,102777,2,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,2,5,21,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28823,4,0,-1,'Eye of Gruul',31839,4,4096,0,1,364641,91160,12,-1,-1,125,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,37705,1,0,0,120000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28824,4,4,-1,'Gauntlets of Martial Perfection',43435,4,4096,0,1,222407,44481,10,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,4,36,7,34,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,982,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,4,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28825,4,6,-1,'Aldori Legacy Defender',40862,4,0,0,1,405875,81175,14,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,4,7,39,12,13,4,15,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5279,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,137,0,120,0,0,0,0,8,0,0,0,0,0,2976,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28826,2,16,-1,'Shuriken of Negation',43543,4,4198400,0,1,146756,36689,25,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,1,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,173,0,0,0,0,0,0,0,0,0,0,0,1200,0,100,15809,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28827,4,3,-1,'Gauntlets of the Dragonslayer',43436,4,4096,0,1,191640,38328,10,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,3,24,7,27,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,550,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,2,0,0,0,2863,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28828,4,2,-1,'Gronn-Stitched Girdle',43542,4,4096,0,1,160285,32057,6,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,2,7,27,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,8,0,4,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28829,12,0,-1,'Arklon Crystal Artifact',6563,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Hopefully this is the one that the nether-stalker is looking for.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28830,4,0,-1,'Dragonspine Trophy',1503,4,4096,0,1,364641,91160,12,-1,-1,125,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,34774,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28831,4,4,-1,'High Warlord\'s Lamellar Chestpiece',41247,3,36864,1,1,0,0,5,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,12,32,21,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,587,135,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28832,4,4,-1,'High Warlord\'s Lamellar Gauntlets',41248,3,36864,1,1,0,0,10,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,13,32,19,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,587,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28833,4,4,-1,'High Warlord\'s Lamellar Helm',42199,3,36864,1,1,0,0,1,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,44,5,11,32,20,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,587,80,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28834,4,4,-1,'High Warlord\'s Lamellar Legguards',41249,3,36864,1,1,0,0,7,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,15,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,587,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28835,4,4,-1,'High Warlord\'s Lamellar Shoulders',41228,3,36864,1,1,0,0,3,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,12,32,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,587,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28836,4,2,-1,'High Warlord\'s Leather Gloves',37893,3,36864,1,1,0,0,10,8,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,31,3,21,35,16,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,606,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28837,4,2,-1,'High Warlord\'s Leather Helm',37894,3,36864,1,1,0,0,1,8,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,3,20,35,24,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,606,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28838,4,2,-1,'High Warlord\'s Leather Legguards',37895,3,36864,1,1,0,0,7,8,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,3,28,32,14,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,606,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28839,4,2,-1,'High Warlord\'s Leather Spaulders',37898,3,36864,1,1,0,0,3,8,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,31,3,13,32,11,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,606,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28840,4,2,-1,'High Warlord\'s Leather Tunic',37897,3,36864,1,1,0,0,5,8,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,3,20,35,24,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,9141,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,606,100,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28841,4,3,-1,'High Warlord\'s Linked Armor',32103,3,36864,1,1,0,0,5,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,38,24,32,14,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,21365,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,594,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28842,4,3,-1,'High Warlord\'s Linked Gauntlets',32100,3,36864,1,1,0,0,10,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,38,42,32,18,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,33020,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,594,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28843,4,3,-1,'High Warlord\'s Linked Helm',32133,3,36864,1,1,0,0,1,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,30,38,40,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,594,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28844,4,3,-1,'High Warlord\'s Linked Leggings',32127,3,36864,1,1,0,0,7,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,38,44,32,28,35,22,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,594,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28845,4,3,-1,'High Warlord\'s Linked Spaulders',32128,3,36864,1,1,0,0,3,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,38,26,32,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,594,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28846,4,3,-1,'High Warlord\'s Mail Armor',32103,3,36864,1,1,0,0,5,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,14,32,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,21620,1,0,0,-1,0,-1,9345,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,604,120,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28847,4,3,-1,'High Warlord\'s Mail Gauntlets',32100,3,36864,1,1,0,0,10,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,13,32,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,604,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28848,4,3,-1,'High Warlord\'s Mail Helm',32133,3,36864,1,1,0,0,1,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,16,32,16,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,604,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28849,4,3,-1,'High Warlord\'s Mail Leggings',32127,3,36864,1,1,0,0,7,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,18,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,604,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28850,4,3,-1,'High Warlord\'s Mail Spaulders',32128,3,36864,1,1,0,0,3,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,13,32,12,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,604,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28851,4,4,-1,'High Warlord\'s Plate Chestpiece',37299,3,36864,1,1,0,0,5,1,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,46,4,12,32,24,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,588,135,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28852,4,4,-1,'High Warlord\'s Plate Gauntlets',37303,3,36864,1,1,0,0,10,1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,30,4,22,32,21,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,588,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28853,4,4,-1,'High Warlord\'s Plate Helm',37300,3,36864,1,1,0,0,1,1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,34,4,20,32,24,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,588,80,0,0,0,0,1,0,4,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28854,4,4,-1,'High Warlord\'s Plate Legguards',37301,3,36864,1,1,0,0,7,1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,46,4,28,32,28,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,588,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28855,4,4,-1,'High Warlord\'s Plate Shoulders',37302,3,36864,1,1,0,0,3,1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,4,14,32,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,588,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28856,4,1,-1,'High Warlord\'s Satin Gloves',37308,3,36864,1,1,0,0,10,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,598,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28857,4,1,-1,'High Warlord\'s Satin Hood',37311,3,36864,1,1,0,0,1,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,46,5,19,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,598,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28858,4,1,-1,'High Warlord\'s Satin Leggings',37310,3,36864,1,1,0,0,7,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,46,5,23,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,598,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28859,4,1,-1,'High Warlord\'s Satin Mantle',37312,3,36864,1,1,0,0,3,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,17,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,598,50,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28860,4,1,-1,'High Warlord\'s Satin Robe',37313,3,36864,1,1,0,0,20,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,46,5,15,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,598,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28861,4,4,-1,'High Warlord\'s Scaled Chestpiece',41229,3,36864,1,1,0,0,5,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,5,12,32,13,4,27,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,608,135,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28862,4,4,-1,'High Warlord\'s Scaled Gauntlets',41230,3,36864,1,1,0,0,10,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,25,5,12,32,12,4,28,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,608,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28863,4,4,-1,'High Warlord\'s Scaled Helm',41933,3,36864,1,1,0,0,1,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,30,5,16,32,13,4,28,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,608,80,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28864,4,4,-1,'High Warlord\'s Scaled Legguards',41231,3,36864,1,1,0,0,7,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,5,16,32,16,4,36,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,608,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28865,4,4,-1,'High Warlord\'s Scaled Shoulders',41232,3,36864,1,1,0,0,3,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,33,5,8,32,9,4,25,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,608,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28866,4,1,-1,'High Warlord\'s Silk Amice',33089,3,36864,1,1,0,0,3,128,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,21,5,16,35,15,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,600,50,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28867,4,1,-1,'High Warlord\'s Silk Cowl',32999,3,36864,1,1,0,0,1,128,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,16,32,17,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,600,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28868,4,1,-1,'High Warlord\'s Silk Handguards',32997,3,36864,1,1,0,0,10,128,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,12,32,17,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,33066,1,0,0,-1,0,-1,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,600,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28869,4,1,-1,'High Warlord\'s Silk Raiment',33085,3,36864,1,1,0,0,20,128,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,15,32,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,600,80,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28870,4,1,-1,'High Warlord\'s Silk Trousers',41182,3,36864,1,1,0,0,7,128,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,22,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,600,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28871,4,2,-1,'High Warlord\'s Wyrmhide Gloves',43571,3,36864,1,1,0,0,10,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,15,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,610,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(28872,4,2,-1,'High Warlord\'s Wyrmhide Helm',39032,3,36864,1,1,0,0,1,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,18,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,610,60,0,0,0,0,1,0,4,0,0,0,2878,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(28873,4,2,-1,'High Warlord\'s Wyrmhide Legguards',39033,3,36864,1,1,0,0,7,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,22,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,610,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340),(28874,4,2,-1,'High Warlord\'s Wyrmhide Spaulders',39034,3,36864,1,1,0,0,3,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,16,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,21624,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,610,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(28875,4,2,-1,'High Warlord\'s Wyrmhide Tunic',39035,3,36864,1,1,0,0,5,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,610,100,0,0,0,0,2,0,2,0,4,0,2856,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(28878,12,0,-1,'Inscription of Faith',40108,2,4160,0,1,0,0,0,-1,-1,64,64,0,0,0,0,0,932,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35403,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28881,12,0,-1,'Inscription of Discipline',40107,2,4160,0,1,0,0,0,-1,-1,64,64,0,0,0,0,0,932,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35405,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28882,12,0,-1,'Inscription of Warding',40110,2,4160,0,1,0,0,0,-1,-1,64,64,0,0,0,0,0,932,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35355,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28885,12,0,-1,'Inscription of Vengeance',40111,2,4160,0,1,0,0,0,-1,-1,64,64,0,0,0,0,0,932,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35407,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28886,12,0,-1,'Greater Inscription of Discipline',40107,3,4160,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,932,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35406,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28887,12,0,-1,'Greater Inscription of Faith',40109,3,4160,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,932,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35404,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28888,12,0,-1,'Greater Inscription of Vengeance',40112,3,4160,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,932,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35417,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28889,12,0,-1,'Greater Inscription of Warding',40082,3,4160,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,932,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35402,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28903,12,0,-1,'Inscription of the Orb',40393,2,4160,0,1,0,0,0,-1,-1,64,64,0,0,0,0,0,934,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35436,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28904,12,0,-1,'Inscription of the Oracle',40105,2,4160,0,1,0,0,0,-1,-1,64,64,0,0,0,0,0,934,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35434,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28907,12,0,-1,'Inscription of the Blade',40098,2,4160,0,1,0,0,0,-1,-1,64,64,0,0,0,0,0,934,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35438,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28908,12,0,-1,'Inscription of the Knight',40099,2,4160,0,1,0,0,0,-1,-1,64,64,0,0,0,0,0,934,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35432,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28909,12,0,-1,'Greater Inscription of the Orb',40394,3,4160,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,934,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35437,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28910,12,0,-1,'Greater Inscription of the Blade',40103,3,4160,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,934,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35439,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28911,12,0,-1,'Greater Inscription of the Knight',40104,3,4160,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,934,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35433,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28912,12,0,-1,'Greater Inscription of the Oracle',40106,3,4160,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,934,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35435,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28913,12,0,-1,'Box of Surveying Equipment',16028,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Heavy and full of strange, ethereal devices.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28915,15,5,-1,'Reins of the Dark Riding Talbuk',40261,4,4096,0,1,0,0,0,262143,32767,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39316,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28917,2,5,-1,'High Warlord\'s Bonegrinder',42068,3,36864,1,1,0,0,17,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,4,28,32,28,35,19,31,18,0,0,0,0,0,0,0,0,0,0,0,0,268,403,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28918,2,1,-1,'High Warlord\'s Decapitator',39261,3,36864,1,1,0,0,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,32,28,35,19,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,403,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28919,2,5,-1,'High Warlord\'s Maul',40981,3,36864,1,1,0,0,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,38,56,32,28,35,19,31,18,0,0,0,0,0,0,0,0,0,0,0,0,268,403,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28920,2,0,-1,'High Warlord\'s Cleaver',42070,3,36864,1,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,224,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28921,2,0,-1,'High Warlord\'s Hacker',42070,3,36864,1,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28922,2,13,-1,'High Warlord\'s Left Ripper',42072,3,36864,1,1,0,0,22,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28923,2,6,-1,'High Warlord\'s Painsaw',42073,3,36864,1,1,0,0,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,32,28,35,19,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,246,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28924,2,4,-1,'High Warlord\'s Bonecracker',42067,3,36864,1,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28925,2,4,-1,'High Warlord\'s Pummeler',42067,3,36864,1,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,224,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28926,2,7,-1,'High Warlord\'s Quickblade',42074,3,36864,1,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28927,15,5,-1,'Red Hawkstrider',40116,3,0,0,1,10000,2500,0,262143,690,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,34795,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28928,2,13,-1,'High Warlord\'s Right Ripper',42075,3,36864,1,1,0,0,21,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28929,2,15,-1,'High Warlord\'s Shanker',42076,3,36864,1,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28930,2,15,-1,'High Warlord\'s Shiv',42076,3,36864,1,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,121,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28931,2,15,-1,'High Warlord\'s Spellblade',42077,3,36864,1,1,0,0,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,5,13,35,13,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,101,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,34796,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340),(28933,2,18,-1,'High Warlord\'s Heavy Crossbow',42071,3,36864,1,1,0,0,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,32,9,35,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,255,0,0,0,0,0,0,0,0,0,0,0,3200,2,100,21434,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28934,12,0,-1,'Surveying Equipment',16028,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28935,2,10,-1,'High Warlord\'s War Staff',42078,3,36864,1,1,0,0,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,7,40,31,20,32,30,35,20,5,30,0,0,0,0,0,0,0,0,0,0,0,0,133,245,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,34796,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340),(28936,15,5,-1,'Swift Pink Hawkstrider',40117,4,0,0,1,100000,25000,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,33660,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28937,2,7,-1,'High Warlord\'s Slicer',42074,3,36864,1,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,224,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28938,4,0,-1,'High Warlord\'s Battletome',42079,3,36864,1,1,0,0,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,12,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9343,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28939,4,6,-1,'High Warlord\'s Barricade',31746,3,36864,1,1,0,0,14,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,36,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3806,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,86,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28940,4,6,-1,'Grand Marshal\'s Barricade',40976,3,36864,2,1,0,0,14,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,36,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3806,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,86,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28941,4,0,-1,'Grand Marshal\'s Battletome',42092,3,36864,2,1,0,0,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,12,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9343,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28942,2,5,-1,'Grand Marshal\'s Bonegrinder',42081,3,36864,2,1,0,0,17,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,4,28,32,28,35,19,31,18,0,0,0,0,0,0,0,0,0,0,0,0,268,403,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28943,2,8,-1,'Grand Marshal\'s Warblade',31996,3,36864,2,1,0,0,17,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,32,28,35,19,4,28,31,18,0,0,0,0,0,0,0,0,0,0,0,0,268,403,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28944,2,0,-1,'Grand Marshal\'s Cleaver',42082,3,36864,2,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,224,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28945,2,1,-1,'Grand Marshal\'s Decapitator',42083,3,36864,2,1,0,0,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,32,28,35,19,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,403,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28946,2,0,-1,'Grand Marshal\'s Hacker',40960,3,36864,2,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28947,2,13,-1,'Grand Marshal\'s Left Ripper',42085,3,36864,2,1,0,0,22,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28948,2,5,-1,'Grand Marshal\'s Maul',40958,3,36864,2,1,0,0,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,38,56,32,28,35,19,31,18,0,0,0,0,0,0,0,0,0,0,0,0,268,403,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28949,2,6,-1,'Grand Marshal\'s Painsaw',42086,3,36864,2,1,0,0,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,32,28,35,19,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,246,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28950,2,4,-1,'Grand Marshal\'s Bonecracker',42080,3,36864,2,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28951,2,4,-1,'Grand Marshal\'s Pummeler',42080,3,36864,2,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,224,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28952,2,7,-1,'Grand Marshal\'s Quickblade',42087,3,36864,2,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28953,2,13,-1,'Grand Marshal\'s Right Ripper',42088,3,36864,2,1,0,0,21,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28954,2,15,-1,'Grand Marshal\'s Shanker',42090,3,36864,2,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28955,2,15,-1,'Grand Marshal\'s Shiv',42090,3,36864,2,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,121,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28956,2,7,-1,'Grand Marshal\'s Slicer',42087,3,36864,2,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,224,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28957,2,15,-1,'Grand Marshal\'s Spellblade',31379,3,36864,2,1,0,0,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,5,13,35,13,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,101,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,34796,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340),(28959,2,10,-1,'Grand Marshal\'s War Staff',42091,3,36864,2,1,0,0,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,7,40,31,20,32,30,35,20,5,30,0,0,0,0,0,0,0,0,0,0,0,0,133,245,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,34796,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340),(28960,2,18,-1,'Grand Marshal\'s Heavy Crossbow',42084,3,36864,2,1,0,0,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,32,9,35,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,255,0,0,0,0,0,0,0,0,0,0,0,3200,2,100,21434,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28962,12,0,-1,'Triangulation Device',40122,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34830,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28963,4,1,-1,'Voidheart Crown',40480,4,4096,0,1,0,0,1,256,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,36,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,645,60,0,0,0,0,1,0,2,0,0,0,2908,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28964,4,1,-1,'Voidheart Robe',40482,4,4096,0,1,0,0,20,256,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,33,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,645,100,0,0,0,0,4,0,4,0,2,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28966,4,1,-1,'Voidheart Leggings',40481,4,4096,0,1,0,0,7,256,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,38,31,17,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,645,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28967,4,1,-1,'Voidheart Mantle',40684,4,4096,0,1,0,0,3,256,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,26,5,22,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,645,60,0,0,0,0,8,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28968,4,1,-1,'Voidheart Gloves',40479,4,4096,0,1,0,0,10,256,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,28,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,645,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(28969,12,0,-1,'Teleporter Power Pack',40162,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28970,12,0,-1,'Nether Dragon Essence',40163,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The condensed essence of nether dragonkin.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28971,12,0,-1,'Nether Dragonkin Egg',18050,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28972,2,16,-1,'Flightblade Throwing Axe',23723,3,4194304,0,1,9400,2350,25,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,3,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,147,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(28973,4,3,-1,'Marshal\'s Chain Bracers',41266,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,5,7,25,3,18,35,11,32,7,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,0,0,0,0,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28974,4,3,-1,'Marshal\'s Chain Girdle',40630,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,5,7,39,3,27,35,18,32,14,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28975,4,3,-1,'Marshal\'s Chain Sabatons',40631,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,39,3,27,35,18,32,14,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,595,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28976,4,2,-1,'Marshal\'s Dragonhide Belt',41474,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,5,7,33,4,24,3,24,35,23,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(28977,4,2,-1,'Marshal\'s Dragonhide Boots',41482,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,33,4,24,3,24,35,23,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(28978,4,2,-1,'Marshal\'s Dragonhide Bracers',41270,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,4,7,22,4,16,3,13,35,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,7680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(28979,2,16,-1,'Light Throwing Knife',40187,1,4194304,0,1,15,3,25,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28980,4,1,-1,'Marshal\'s Dreadweave Belt',41475,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,3,7,39,5,27,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28981,4,1,-1,'Marshal\'s Dreadweave Cuffs',41272,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28982,4,1,-1,'Marshal\'s Dreadweave Stalkers',41484,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,27,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28983,4,4,-1,'Marshal\'s Lamellar Belt',41165,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,4,7,34,32,23,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,870,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28984,4,4,-1,'Marshal\'s Lamellar Bracers',41275,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,4,7,22,32,14,5,12,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28985,4,4,-1,'Marshal\'s Lamellar Greaves',41167,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,34,32,23,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1063,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28986,4,2,-1,'Marshal\'s Leather Belt',41476,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,4,7,39,3,27,32,15,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28987,4,2,-1,'Marshal\'s Leather Boots',41480,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,39,3,27,32,15,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28988,4,2,-1,'Marshal\'s Leather Bracers',30804,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,4,7,25,3,19,32,7,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28989,4,3,-1,'Marshal\'s Linked Bracers',41259,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,5,7,25,38,38,35,10,32,15,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28990,4,3,-1,'Marshal\'s Linked Girdle',41477,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,5,7,39,38,54,35,19,32,27,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28991,4,3,-1,'Marshal\'s Linked Sabatons',41481,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,39,38,54,35,19,32,27,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,595,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28992,4,3,-1,'Marshal\'s Mail Bracers',41259,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,4,7,22,5,12,35,13,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28993,4,3,-1,'Marshal\'s Mail Girdle',41477,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,4,7,34,5,23,35,23,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28994,4,3,-1,'Marshal\'s Mail Sabatons',41481,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,23,35,23,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,595,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28995,4,4,-1,'Marshal\'s Plate Belt',39544,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,4,7,40,4,27,32,27,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,870,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28996,4,4,-1,'Marshal\'s Plate Bracers',41285,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,4,7,25,4,19,32,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28997,4,4,-1,'Marshal\'s Plate Greaves',39546,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,40,4,27,32,27,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1063,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28998,4,4,-1,'Marshal\'s Scaled Belt',41165,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,5,7,33,4,36,32,16,5,23,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,870,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28999,4,4,-1,'Marshal\'s Scaled Bracers',41275,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,5,7,22,4,26,32,7,5,11,35,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29000,4,4,-1,'Marshal\'s Scaled Greaves',41167,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,33,4,36,32,16,5,23,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1063,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29001,4,1,-1,'Marshal\'s Silk Belt',40090,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,4,7,33,5,23,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29002,4,1,-1,'Marshal\'s Silk Cuffs',41288,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,4,7,22,5,17,32,12,35,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29003,4,1,-1,'Marshal\'s Silk Footguards',41483,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,23,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29004,4,2,-1,'Marshal\'s Wyrmhide Belt',41474,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,3,7,34,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(29005,4,2,-1,'Marshal\'s Wyrmhide Boots',41482,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(29006,4,2,-1,'Marshal\'s Wyrmhide Bracers',41270,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(29007,2,16,-1,'Weighted Throwing Axe',40190,1,4194304,0,1,30,7,25,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,11,0,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29008,2,16,-1,'Sharp Throwing Axe',40191,1,4194304,0,1,75,18,25,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,24,0,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29009,2,16,-1,'Heavy Throwing Dagger',40192,1,4194304,0,1,200,50,25,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,39,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29010,2,16,-1,'Wicked Throwing Dagger',40193,1,4194304,0,1,800,200,25,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,63,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29011,4,4,-1,'Warbringer Greathelm',47568,4,4096,0,1,0,0,1,1,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,24,7,53,12,24,15,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1227,0,0,0,0,0,0,0,0,0,34061,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,654,100,0,0,0,0,1,0,4,0,0,0,2972,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29012,4,4,-1,'Warbringer Chestguard',40484,4,4096,0,1,0,0,5,1,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,25,7,48,12,22,15,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1510,0,0,0,0,0,0,0,0,0,34592,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,654,165,0,0,0,0,4,0,4,0,2,0,2871,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29013,2,16,-1,'Jagged Throwing Axe',40194,1,4194304,0,1,800,200,25,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,96,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29014,2,16,-1,'Blacksteel Throwing Dagger',40195,1,4194304,0,1,800,200,25,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,96,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29015,4,4,-1,'Warbringer Legguards',40487,4,4096,0,1,0,0,7,1,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,36,7,55,12,33,13,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,654,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29016,4,4,-1,'Warbringer Shoulderguards',40488,4,4096,0,1,0,0,3,1,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,22,7,38,12,17,13,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,654,100,0,0,0,0,2,0,4,0,0,0,2861,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29017,4,4,-1,'Warbringer Handguards',40485,4,4096,0,1,0,0,10,1,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,28,7,38,12,23,14,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,944,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,654,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29018,12,0,-1,'Triangulation Device',40122,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34857,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29019,4,4,-1,'Warbringer Breastplate',40484,4,4096,0,1,0,0,5,1,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,4,44,7,39,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1510,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,655,165,0,0,0,0,4,0,8,0,8,0,2952,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29020,4,4,-1,'Warbringer Gauntlets',40485,4,4096,0,1,0,0,10,1,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,34,3,23,7,33,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,944,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,655,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29021,4,4,-1,'Warbringer Battle-Helm',47568,4,4096,0,1,0,0,1,1,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,45,7,45,32,24,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1227,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,655,100,0,0,0,0,1,0,4,0,0,0,2873,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29022,4,4,-1,'Warbringer Greaves',40487,4,4096,0,1,0,0,7,1,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,4,51,32,37,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,655,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29023,4,4,-1,'Warbringer Shoulderplates',40488,4,4096,0,1,0,0,3,1,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,32,3,22,7,33,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,655,100,0,0,0,0,4,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29024,10,0,-1,'Eye of the Storm Mark of Honor',41192,2,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,100,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Medal awarded for fighting in the Eye of the Storm',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29026,12,0,-1,'Ata\'mal Crystal',36597,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The crystal suffuses you with a sense of strength and clarity.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29027,12,0,-1,'Unstable Warp Rift Generator',8622,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34888,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A combination of magic and metal used for dangerous warp experiments.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29028,4,3,-1,'Cyclone Headdress',44008,4,4096,0,1,0,0,1,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,2,7,30,5,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,631,85,0,0,0,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29029,4,3,-1,'Cyclone Hauberk',40445,4,4096,0,1,0,0,5,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,2,7,36,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,846,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,631,140,0,0,0,0,2,0,4,0,8,0,2869,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29030,4,3,-1,'Cyclone Kilt',40447,4,4096,0,1,0,0,7,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,2,7,42,5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,631,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29031,4,3,-1,'Cyclone Shoulderpads',40641,4,4096,0,1,0,0,3,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,2,7,33,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,634,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,631,85,0,0,0,0,8,0,8,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29032,4,3,-1,'Cyclone Gloves',41381,4,4096,0,1,0,0,10,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,2,7,28,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,631,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29033,4,3,-1,'Cyclone Chestguard',40445,4,4096,0,1,0,0,5,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,32,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,846,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,632,140,0,0,0,0,2,0,4,0,8,0,2908,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29034,4,3,-1,'Cyclone Handguards',41381,4,4096,0,1,0,0,10,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,26,5,29,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,632,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29035,4,3,-1,'Cyclone Faceguard',44008,4,4096,0,1,0,0,1,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,31,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,632,85,0,0,0,0,1,0,4,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29036,4,3,-1,'Cyclone Legguards',40447,4,4096,0,1,0,0,7,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,40,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,632,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29037,4,3,-1,'Cyclone Shoulderguards',40641,4,4096,0,1,0,0,3,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,26,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,634,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,632,85,0,0,0,0,4,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29038,4,3,-1,'Cyclone Breastplate',40445,4,4096,0,1,0,0,5,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,38,66,7,31,5,23,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,846,0,0,0,0,0,0,0,0,0,18378,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,633,140,0,0,0,0,2,0,2,0,4,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29039,4,3,-1,'Cyclone Gauntlets',41381,4,4096,0,1,0,0,10,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,5,38,54,7,26,5,24,31,19,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,633,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29040,4,3,-1,'Cyclone Helm',44008,4,4096,0,1,0,0,1,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,38,72,3,27,7,40,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,633,85,0,0,0,0,1,0,2,0,0,0,2873,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29042,4,3,-1,'Cyclone War-Kilt',40447,4,4096,0,1,0,0,7,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,38,70,3,35,7,52,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,21632,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,633,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29043,4,3,-1,'Cyclone Shoulderplates',40641,4,4096,0,1,0,0,3,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,5,38,52,3,18,7,31,5,18,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,634,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,633,85,0,0,0,0,2,0,4,0,0,0,2860,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29044,4,2,-1,'Netherblade Facemask',45810,4,4096,0,1,0,0,1,8,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,3,28,7,39,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,621,70,0,0,0,0,1,0,2,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29045,4,2,-1,'Netherblade Chestpiece',45812,4,4096,0,1,0,0,5,8,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,3,35,7,39,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,621,120,0,0,0,0,2,0,4,0,8,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29046,4,2,-1,'Netherblade Breeches',45814,4,4096,0,1,0,0,7,8,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,3,43,7,40,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,621,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29047,4,2,-1,'Netherblade Shoulderpads',45811,4,4096,0,1,0,0,3,8,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,3,20,7,38,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,621,70,0,0,0,0,2,0,2,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29048,4,2,-1,'Netherblade Gloves',45813,4,4096,0,1,0,0,10,8,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,34,32,25,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,621,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29049,4,1,-1,'Light-Collar of the Incarnate',45819,4,4096,0,1,0,0,1,16,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,34,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,663,60,0,0,0,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29050,4,1,-1,'Robes of the Incarnate',40455,4,4096,0,1,0,0,20,16,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,32,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,663,100,0,0,0,0,2,0,8,0,8,0,2869,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29051,12,0,-1,'Warp Nether',40858,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29053,4,1,-1,'Trousers of the Incarnate',42288,4,4096,0,1,0,0,7,16,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,37,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,663,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29054,4,1,-1,'Light-Mantle of the Incarnate',40459,4,4096,0,1,0,0,3,16,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,19,5,30,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,663,60,0,0,0,0,2,0,8,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29055,4,1,-1,'Handwraps of the Incarnate',40456,4,4096,0,1,0,0,10,16,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,26,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,663,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29056,4,1,-1,'Shroud of the Incarnate',40455,4,4096,0,1,0,0,20,16,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,25,6,21,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,664,100,0,0,0,0,2,0,8,0,8,0,2864,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29057,4,1,-1,'Gloves of the Incarnate',42287,4,4096,0,1,0,0,10,16,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,26,6,21,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,664,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29058,4,1,-1,'Soul-Collar of the Incarnate',45819,4,4096,0,1,0,0,1,16,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,35,6,24,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,664,60,0,0,0,0,1,0,4,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29059,4,1,-1,'Leggings of the Incarnate',42288,4,4096,0,1,0,0,7,16,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,37,5,38,6,27,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,664,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29060,4,1,-1,'Soul-Mantle of the Incarnate',40459,4,4096,0,1,0,0,3,16,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,28,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,664,60,0,0,0,0,2,0,8,0,0,0,2880,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29061,4,4,-1,'Justicar Diadem',40646,4,4096,0,1,0,0,1,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,32,5,33,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1227,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,624,100,0,0,0,0,2,0,1,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29062,4,4,-1,'Justicar Chestpiece',40474,4,4096,0,1,0,0,5,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,35,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1510,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,624,165,0,0,0,0,8,0,8,0,4,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29063,4,4,-1,'Justicar Leggings',40478,4,4096,0,1,0,0,7,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,2,7,43,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,624,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29064,4,4,-1,'Justicar Pauldrons',40651,4,4096,0,1,0,0,3,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,2,7,31,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,624,100,0,0,0,0,8,0,4,0,0,0,2863,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29065,4,4,-1,'Justicar Gloves',40473,4,4096,0,1,0,0,10,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,29,5,30,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,944,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,624,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29066,4,4,-1,'Justicar Chestguard',40474,4,4096,0,1,0,0,5,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,48,4,41,12,23,15,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1510,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,625,165,0,0,0,0,2,0,8,0,4,0,2932,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29067,4,4,-1,'Justicar Handguards',40473,4,4096,0,1,0,0,10,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,34,4,35,12,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,944,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,35074,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,625,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29068,4,4,-1,'Justicar Faceguard',40646,4,4096,0,1,0,0,1,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,43,4,35,12,29,13,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1227,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,625,100,0,0,0,0,4,0,1,0,0,0,2871,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29069,4,4,-1,'Justicar Legguards',40478,4,4096,0,1,0,0,7,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,46,4,47,12,31,14,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,625,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29070,4,4,-1,'Justicar Shoulderguards',40651,4,4096,0,1,0,0,3,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,37,4,29,12,15,15,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,23516,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,625,100,0,0,0,0,8,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29071,4,4,-1,'Justicar Breastplate',40474,4,4096,0,1,0,0,5,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,42,7,24,5,33,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1510,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,626,165,0,0,0,0,2,0,2,0,8,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29072,4,4,-1,'Justicar Gauntlets',40473,4,4096,0,1,0,0,10,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,38,7,29,5,24,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,944,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,626,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29073,4,4,-1,'Justicar Crown',40646,4,4096,0,1,0,0,1,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,43,3,22,7,33,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1227,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,626,100,0,0,0,0,2,0,1,0,0,0,2873,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29074,4,4,-1,'Justicar Greaves',40478,4,4096,0,1,0,0,7,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,5,4,53,7,34,5,24,3,24,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,626,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29075,4,4,-1,'Justicar Shoulderplates',40651,4,4096,0,1,0,0,3,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,5,4,36,3,13,7,24,5,15,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,626,100,0,0,0,0,4,0,2,0,0,0,2860,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29076,4,1,-1,'Collar of the Aldor',41063,4,4096,0,1,0,0,1,128,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,24,5,35,6,17,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,648,60,0,0,0,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29077,4,1,-1,'Vestments of the Aldor',40468,4,4096,0,1,0,0,20,128,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,32,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,26283,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,648,100,0,0,0,0,4,0,8,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29078,4,1,-1,'Legwraps of the Aldor',41384,4,4096,0,1,0,0,7,128,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,31,5,40,6,23,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,648,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29079,4,1,-1,'Pauldrons of the Aldor',40645,4,4096,0,1,0,0,3,128,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,26,6,16,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,648,60,0,0,0,0,4,0,2,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29080,4,1,-1,'Gloves of the Aldor',41385,4,4096,0,1,0,0,10,128,32767,120,70,0,0,0,0,0,0,0,0,1,0,5,7,19,5,22,6,19,31,17,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,648,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29081,4,3,-1,'Demon Stalker Greathelm',40451,4,4096,0,1,0,0,1,4,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,3,35,7,28,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,651,85,0,0,0,0,4,0,1,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29082,4,3,-1,'Demon Stalker Harness',40448,4,4096,0,1,0,0,5,4,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,3,26,7,24,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,846,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,651,140,0,0,0,0,2,0,8,0,8,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29083,4,3,-1,'Demon Stalker Greaves',40454,4,4096,0,1,0,0,7,4,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,3,40,7,30,5,30,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,651,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29084,4,3,-1,'Demon Stalker Shoulderguards',40453,4,4096,0,1,0,0,3,4,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,23,5,23,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,634,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,651,85,0,0,0,0,2,0,4,0,0,0,2863,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29085,4,3,-1,'Demon Stalker Gauntlets',40831,4,4096,0,1,0,0,10,4,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,3,28,7,24,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,651,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29086,4,2,-1,'Crown of Malorne',46214,4,4096,0,1,0,0,1,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,27,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,638,70,0,0,0,0,2,0,1,0,0,0,2869,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29087,4,2,-1,'Chestguard of Malorne',40460,4,4096,0,1,0,0,5,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,29,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,638,120,0,0,0,0,4,0,8,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29088,4,2,-1,'Legguards of Malorne',40833,4,4096,0,1,0,0,7,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,38,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,638,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29089,4,2,-1,'Shoulderguards of Malorne',40642,4,4096,0,1,0,0,3,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,19,5,23,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,638,70,0,0,0,0,8,0,8,0,0,0,2866,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29090,4,2,-1,'Handguards of Malorne',41383,4,4096,0,1,0,0,10,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,25,6,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,638,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29091,4,2,-1,'Chestpiece of Malorne',40460,4,4096,0,1,0,0,5,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,27,6,19,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,639,120,0,0,0,0,4,0,4,0,8,0,2908,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29092,4,2,-1,'Gloves of Malorne',41383,4,4096,0,1,0,0,10,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,24,5,27,6,21,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,639,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29093,4,2,-1,'Antlers of Malorne',46214,4,4096,0,1,0,0,1,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,29,6,22,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,639,70,0,0,0,0,2,0,1,0,0,0,2908,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29094,4,2,-1,'Britches of Malorne',40833,4,4096,0,1,0,0,7,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,32,5,35,6,18,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,639,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29095,4,2,-1,'Pauldrons of Malorne',40642,4,4096,0,1,0,0,3,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,24,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,639,70,0,0,0,0,8,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29096,4,2,-1,'Breastplate of Malorne',40460,4,4096,0,1,0,0,5,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,42,3,34,7,36,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,640,120,0,0,0,0,4,0,8,0,2,0,2873,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29097,4,2,-1,'Gauntlets of Malorne',41383,4,4096,0,1,0,0,10,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,32,7,28,5,12,3,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,640,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29098,4,2,-1,'Stag-Helm of Malorne',46214,4,4096,0,1,0,0,1,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,41,3,33,7,39,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,640,70,0,0,0,0,4,0,1,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29099,4,2,-1,'Greaves of Malorne',40833,4,4096,0,1,0,0,7,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,42,3,42,7,39,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,640,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29100,4,2,-1,'Mantle of Malorne',40642,4,4096,0,1,0,0,3,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,33,3,31,7,25,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,640,70,0,0,0,0,8,0,8,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29101,12,0,-1,'Challenge of the Blue Flight',6338,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34895,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29102,15,5,-1,'Reins of the Cobalt War Talbuk',40261,4,0,0,1,1000000,0,0,262143,690,40,40,762,150,0,0,0,941,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,34896,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29103,15,5,-1,'Reins of the White War Talbuk',40261,4,0,1,1,1000000,0,0,262143,690,40,40,762,150,0,0,0,941,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,34897,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29104,15,5,-1,'Reins of the Silver War Talbuk',40261,4,0,0,1,1000000,0,0,262143,690,40,40,762,150,0,0,0,941,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,34898,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29105,15,5,-1,'Reins of the Tan War Talbuk',40261,4,0,0,1,1000000,0,0,262143,690,40,40,762,150,0,0,0,941,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,34899,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29106,12,0,-1,'Ata\'mal Crystal',36597,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The crystal suffuses you with a sense of strength and clarity.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29108,2,7,-1,'Blade of the Unyielding',13078,2,0,0,1,290374,58074,13,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,3,3,8,7,10,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,146,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,9329,1,0,0,-1,0,-1,38164,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(29109,2,10,-1,'Rod of the Unyielding',28236,2,0,0,1,364252,72850,17,262143,32767,87,0,0,0,0,0,0,0,0,0,1,0,3,5,18,7,27,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,197,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,14248,1,0,0,-1,0,-1,38164,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(29110,15,0,-1,'Ruined Scented Candle',40292,0,0,0,1,4,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29111,15,0,-1,'Box of Stale Candy',40293,0,0,0,1,4,1,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29112,0,5,-1,'Cenarion Spirits',18080,1,0,0,1,300,75,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29113,12,0,-1,'Demonic Essence',9731,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29115,2,3,-1,'Consortium Blaster',41948,3,32768,0,1,344063,68812,26,-1,-1,115,70,0,0,0,0,0,933,6,1,1,0,2,32,7,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,207,0,0,0,0,0,0,0,0,0,0,0,2400,3,100,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29116,4,2,-1,'Nomad\'s Leggings',6786,3,32768,0,1,230189,46037,7,-1,-1,115,70,0,0,0,0,0,933,6,1,1,0,2,3,33,7,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29117,4,1,-1,'Stormspire Vest',40315,3,32768,0,1,167172,33434,5,-1,-1,115,70,0,0,0,0,0,933,6,0,1,0,1,7,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,21639,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29118,11,3,-1,'Smuggler\'s Ammo Pouch',1282,3,32768,0,1,100000,25000,18,4,-1,103,68,0,0,0,0,0,933,5,1,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29119,4,0,-1,'Haramad\'s Bargain',35358,4,32768,0,1,790112,197528,2,-1,-1,105,70,0,0,0,0,0,933,7,1,1,0,2,3,25,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29121,2,15,-1,'Guile of Khoraazi',42061,4,32768,0,1,1995172,399034,13,32767,-1,100,70,0,0,0,0,0,933,7,1,1,0,1,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,156,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29122,4,1,-1,'Nether Runner\'s Cowl',38932,4,32768,0,1,627777,125555,1,-1,-1,105,70,0,0,0,0,0,933,7,1,1,0,2,7,45,5,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,4,0,1,0,0,0,2900,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29123,4,0,-1,'Medallion of the Lightbearer',6494,4,32768,0,1,790112,197528,2,-1,-1,105,70,0,0,0,0,0,932,7,1,1,0,2,5,28,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29124,2,7,-1,'Vindicator\'s Brand',42065,4,32768,0,1,2072720,414544,13,-1,-1,100,70,0,0,0,0,0,932,7,1,1,0,1,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,275,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29125,2,15,-1,'Retainer\'s Blade',42060,4,32768,0,1,2080372,416074,13,32767,-1,100,70,0,0,0,0,0,934,7,1,1,0,2,3,22,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,146,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29126,4,0,-1,'Seer\'s Signet',35438,4,32768,0,1,790112,197528,11,262143,32767,105,70,0,0,0,0,0,934,7,1,1,0,2,7,24,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29127,4,4,-1,'Vindicator\'s Hauberk',44551,3,32768,0,1,312042,62408,5,-1,-1,115,70,0,0,0,0,0,932,6,1,1,0,3,7,39,13,19,12,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29128,4,0,-1,'Lightwarden\'s Band',35423,3,32768,0,1,28410,7102,11,-1,-1,115,70,0,0,0,0,0,932,6,1,1,0,2,3,18,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15808,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29129,4,1,-1,'Anchorite\'s Robes',40870,3,32768,0,1,179594,35918,20,-1,-1,115,70,0,0,0,0,0,932,5,1,1,0,3,7,16,5,38,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,4,0,8,0,4,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29130,2,10,-1,'Auchenai Staff',40322,3,32768,0,1,563267,112653,17,-1,-1,115,70,0,0,0,0,0,932,6,1,1,0,3,5,46,32,26,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,171,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,33250,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340),(29131,4,2,-1,'Retainer\'s Leggings',40323,3,32768,0,1,226120,45224,7,-1,-1,115,70,0,0,0,0,0,934,6,1,1,0,2,31,26,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29132,4,0,-1,'Scryer\'s Bloodgem',7122,3,32768,0,1,175952,43988,12,-1,-1,115,70,0,0,0,0,0,934,6,1,1,0,1,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35337,0,0,0,90000,1141,15000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29133,2,10,-1,'Seer\'s Cane',35363,3,32768,0,1,569315,113863,17,-1,-1,115,70,0,0,0,0,0,934,6,1,1,0,2,7,28,5,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,171,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,35338,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340),(29134,4,4,-1,'Gauntlets of the Chosen',44413,3,32768,0,1,160892,32178,10,-1,-1,115,70,0,0,0,0,0,934,6,1,1,0,3,7,30,3,15,12,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29135,4,3,-1,'Earthcaller\'s Headdress',40327,3,32768,1,1,206398,41279,1,-1,-1,115,70,0,0,0,0,0,941,7,1,1,0,2,7,37,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,4,0,8,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29136,4,3,-1,'Far Seer\'s Helm',40329,3,32768,2,1,207131,41426,1,-1,-1,115,70,0,0,0,0,0,978,7,1,1,0,2,7,37,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,4,0,8,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29137,2,1,-1,'Hellscream\'s Will',42056,3,32768,1,1,522358,104471,17,-1,-1,115,70,0,0,0,0,0,941,7,1,1,0,1,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,392,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,15828,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29138,2,5,-1,'Arechron\'s Gift',40904,3,32768,2,1,524392,104878,17,-1,-1,115,70,0,0,0,0,0,978,7,1,1,0,1,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,392,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,15828,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29139,4,1,-1,'Ceremonial Cover',40918,3,32768,1,1,126329,25265,16,-1,-1,115,70,0,0,0,0,0,941,7,1,1,0,2,7,15,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29140,4,1,-1,'Cloak of the Ancient Spirits',40917,3,32768,2,1,130314,26062,16,-1,-1,115,70,0,0,0,0,0,978,7,1,1,0,2,7,15,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29141,4,2,-1,'Tempest Leggings',40335,3,32768,1,1,218004,43600,7,-1,-1,115,70,0,0,0,0,0,941,6,1,1,0,2,32,18,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,2,0,4,0,4,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29142,4,2,-1,'Kurenai Kilt',41949,3,32768,2,1,218818,43763,7,-1,-1,115,70,0,0,0,0,0,978,6,1,1,0,2,32,18,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,2,0,4,0,4,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29143,11,2,-1,'Clefthoof Hide Quiver',40337,3,32768,1,1,100000,25000,18,4,-1,109,68,0,0,0,0,0,941,5,1,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29144,11,2,-1,'Worg Hide Quiver',40338,3,32768,2,1,100000,25000,18,4,-1,109,68,0,0,0,0,0,978,5,1,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29145,4,0,-1,'Band of Ancestral Spirits',9840,3,557056,1,1,175952,43988,11,-1,-1,115,70,0,0,0,0,0,941,6,0,1,0,3,7,15,5,26,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29146,4,0,-1,'Band of Elemental Spirits',31616,3,557056,2,1,175952,43988,11,-1,-1,115,70,0,0,0,0,0,978,6,0,1,0,3,7,15,5,26,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29147,4,2,-1,'Talbuk Hide Spaulders',28179,3,32768,1,1,167132,33426,3,-1,-1,115,70,0,0,0,0,0,941,6,1,1,0,2,3,20,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29148,4,2,-1,'Blackened Leather Spaulders',40915,3,32768,2,1,167743,33548,3,-1,-1,115,70,0,0,0,0,0,978,6,1,1,0,2,3,20,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29149,2,19,-1,'Sporeling\'s Firestick',40876,3,36864,0,1,0,0,26,262143,32767,91,62,0,0,0,0,0,970,6,1,1,0,2,5,9,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,164,2,0,0,0,0,0,0,0,0,0,0,1300,0,100,9416,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29150,2,15,-1,'Hardened Stone Shard',40920,3,36864,0,1,0,0,13,-1,-1,91,62,0,0,0,0,0,970,6,1,1,0,2,7,16,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,120,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29151,2,3,-1,'Veteran\'s Musket',41915,4,32768,2,1,1594245,318849,26,-1,-1,100,70,0,0,0,0,0,946,7,1,1,0,2,3,12,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,259,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,9332,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29152,2,2,-1,'Marksman\'s Bow',30926,4,32768,1,1,1599984,319996,15,-1,-1,100,70,0,0,0,0,0,947,7,1,1,0,2,31,11,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,269,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,9332,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29153,2,7,-1,'Blade of the Archmage',42542,4,32768,2,1,2140963,428192,21,32767,-1,100,70,0,0,0,0,0,946,7,1,1,0,3,7,13,5,11,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,118,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,34611,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-39.8,0,0,0,'',0,0,0,0,0,12340),(29154,12,0,-1,'Legion Cannon',40346,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A compact, yet powerful offensive weapon \'liberated\' from a Burning Legion forge camp.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29155,2,7,-1,'Stormcaller',42544,4,32768,1,1,2156059,431211,21,32767,-1,100,70,0,0,0,0,0,947,7,1,1,0,3,7,12,5,12,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,118,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,34611,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-39.8,0,0,0,'',0,0,0,0,0,12340),(29156,2,7,-1,'Honor\'s Call',41929,4,32768,2,1,2011508,402301,13,-1,-1,100,70,0,0,0,0,0,946,7,1,1,0,3,7,13,12,16,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,190,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29157,4,0,-1,'Golden Ring of Power',38541,3,524288,0,1,6000,1500,11,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,3,5,5,6,5,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340),(29158,4,0,-1,'Truesilver Commander\'s Ring',28830,3,524288,0,1,7000,1750,11,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,3,4,7,3,7,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340),(29159,4,0,-1,'Glowing Thorium Band',31616,2,524288,0,1,33500,8375,11,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9408,1,0,0,0,0,0,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340),(29160,4,0,-1,'Emerald Lion Ring',23608,2,524288,0,1,36500,9125,11,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,5,4,6,3,5,7,5,5,6,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340),(29161,12,0,-1,'Void Ridge Soul Shard',36540,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The shard of a powerful Voidwalker.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29162,0,0,-1,'Galaxis Soul Shard',36540,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The soul shard of Galaxis.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29163,12,0,-1,'Raw Farahlite',40378,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29164,12,0,-1,'Farahlite Core',40379,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29165,2,0,-1,'Warbringer',40914,4,32768,1,1,2079958,415991,13,-1,-1,100,70,0,0,0,0,0,947,7,1,1,0,3,7,12,12,16,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,190,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29166,2,6,-1,'Hellforged Halberd',42057,3,32768,2,1,555019,111003,17,-1,-1,115,70,0,0,0,0,0,946,6,1,1,0,2,31,19,3,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,392,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,15832,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29167,2,6,-1,'Blackened Spear',42064,3,32768,1,1,557054,111410,17,-1,-1,115,70,0,0,0,0,0,947,6,1,1,0,2,31,19,3,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,392,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,15832,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29168,4,0,-1,'Ancestral Band',23728,3,32768,1,1,175952,43988,11,-1,-1,115,70,0,0,0,0,0,947,6,1,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18037,1,0,0,0,0,0,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29169,4,0,-1,'Ring of Convalescence',31905,3,32768,2,1,175952,43988,11,-1,-1,115,70,0,0,0,0,0,946,6,1,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18037,1,0,0,0,0,0,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29170,4,0,-1,'Windcaller\'s Orb',41914,4,32768,0,1,790112,197528,23,-1,-1,105,70,0,0,0,0,0,942,7,1,1,0,2,6,12,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29171,2,5,-1,'Earthwarden',41913,4,32768,0,1,2656817,531363,17,-1,-1,100,70,0,0,0,0,0,942,7,1,1,0,3,12,27,7,39,37,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,406,0,0,0,0,500,0,0,0,0,0,0,3200,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29172,4,0,-1,'Ashyen\'s Gift',35472,4,32768,0,1,790112,197528,11,262143,32767,105,70,0,0,0,0,0,942,7,1,1,0,2,31,21,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29173,4,0,-1,'Strength of the Untamed',15420,3,32768,0,1,175952,43988,2,-1,-1,115,70,0,0,0,0,0,942,6,1,1,0,3,7,27,12,19,13,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29174,4,1,-1,'Watcher\'s Cowl',42481,3,32768,0,1,127371,25474,1,32767,-1,115,70,0,0,0,0,0,942,6,1,1,0,3,7,21,5,36,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29175,2,4,-1,'Gavel of Pure Light',42289,4,32768,0,1,2003650,400730,21,32767,-1,100,70,0,0,0,0,0,935,7,1,1,0,2,7,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,125,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,34495,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-39.8,0,0,0,'',0,0,0,0,0,12340),(29176,4,6,-1,'Crest of the Sha\'tar',40901,4,32768,0,1,1344928,268985,14,-1,-1,105,70,0,0,0,0,0,935,7,1,1,0,3,7,19,12,11,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4465,0,0,0,0,0,0,0,0,0,23203,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,108,0,120,0,0,0,0,8,0,8,0,0,0,2876,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29177,4,0,-1,'A\'dal\'s Command',35423,4,32768,0,1,790112,197528,11,262143,32767,105,70,0,0,0,0,0,935,7,1,1,0,3,4,29,3,16,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29179,4,0,-1,'Xi\'ri\'s Gift',40386,3,557056,0,1,175952,43988,12,-1,-1,115,70,0,0,0,0,0,935,6,0,1,0,1,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35337,0,0,0,90000,1141,15000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29180,4,3,-1,'Blessed Scale Girdle',40387,3,32768,0,1,130288,26057,6,-1,-1,115,70,0,0,0,0,0,935,6,1,1,0,2,3,20,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29181,4,0,-1,'Timelapse Shard',36597,4,32768,0,1,790112,197528,12,-1,-1,105,70,0,0,0,0,0,989,7,1,1,0,2,7,27,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35352,0,0,0,120000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29182,2,15,-1,'Riftmaker',40947,4,32768,0,1,2056797,411359,13,32767,-1,100,70,0,0,0,0,0,989,7,1,1,0,1,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,176,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,35353,2,0,2,-1,0,-1,9332,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29183,4,1,-1,'Bindings of the Timewalker',40390,4,32768,0,1,431396,86279,9,32767,-1,105,70,0,0,0,0,0,989,7,1,1,0,2,7,24,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29184,4,4,-1,'Timewarden\'s Leggings',40391,3,32768,0,1,308501,61700,7,-1,-1,115,70,0,0,0,0,0,989,6,1,1,0,3,7,57,13,11,12,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2888,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29185,2,7,-1,'Continuum Blade',40392,3,32768,0,1,442344,88468,21,-1,-1,115,70,0,0,0,0,0,989,6,1,1,0,3,7,30,5,11,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,113,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,34796,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340),(29186,12,0,-1,'Arcanum of the Defender',40396,2,64,0,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,989,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35443,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29187,12,0,-1,'Inscription of Endurance',40395,2,64,0,1,300000,75000,0,-1,-1,70,70,0,0,0,0,0,967,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35441,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29189,12,0,-1,'Arcanum of Renewal',40398,2,4160,2,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,946,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35445,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29190,12,0,-1,'Arcanum of Renewal',40398,2,64,1,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,947,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35445,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29191,12,0,-1,'Arcanum of Power',40399,2,4160,0,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,935,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35447,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29192,12,0,-1,'Arcanum of Ferocity',40400,2,4160,0,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,942,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35452,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29194,12,0,-1,'Arcanum of Nature Warding',39639,2,64,0,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,942,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35454,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29195,12,0,-1,'Arcanum of Arcane Warding',40403,2,64,0,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,935,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35455,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29196,12,0,-1,'Arcanum of Fire Warding',40404,2,64,2,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,946,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35456,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29197,12,0,-1,'Arcanum of Fire Warding',40404,2,64,1,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,947,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35456,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29198,12,0,-1,'Arcanum of Frost Warding',40405,2,64,0,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,989,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35457,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29199,12,0,-1,'Arcanum of Shadow Warding',40406,2,64,0,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,1011,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35458,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29200,2,3,-1,'Falfindel\'s Blaster',20729,2,0,0,1,18291,3658,26,-1,-1,31,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,62,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340),(29201,2,16,-1,'Thick Bronze Darts',40409,2,4194304,0,1,600,150,25,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,35,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(29202,2,16,-1,'Whirling Steel Axes',40410,2,4194304,0,1,2400,600,25,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,4,4,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,83,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340),(29203,2,16,-1,'Enchanted Thorium Blades',40411,2,4194304,0,1,40000,10000,25,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,133,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,9140,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340),(29204,2,16,-1,'Felsteel Whisper Knives',40412,3,4194304,0,1,80000,20000,25,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,31,10,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,195,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29205,12,0,-1,'Inquisitor\'s Crest - Top Half',40413,1,3136,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34990,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The top half of Ekkorash the Inquisitor\'s Crest',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29206,12,0,-1,'Inquisitor\'s Crest - Bottom Half',40414,1,3136,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34990,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The bottom half of Ekkorash the Inquisitor\'s crest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29207,12,0,-1,'Conjuring Powder',40878,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34992,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29209,12,0,-1,'Zaxxis Insignia',35300,1,0,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Sure enough, not every one of them is wearing one. Cowards!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29211,2,16,-1,'Fitz\'s Throwing Axe',23723,3,4194304,0,1,39818,9954,25,32767,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,3,12,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,215,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29212,2,16,-1,'Balanced Stone Dirk',32693,2,4194304,0,1,120000,30000,25,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,149,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,9330,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(29213,9,1,-1,'Pattern: Felstalker Belt',6270,3,64,2,1,120000,30000,0,-1,-1,70,0,165,350,0,0,0,946,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32498,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Felstalker Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29214,9,1,-1,'Pattern: Felstalker Bracers',6270,3,64,2,1,160000,40000,0,-1,-1,72,0,165,360,0,0,0,946,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32499,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Felstalker Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29215,9,1,-1,'Pattern: Felstalker Breastplate',6270,3,64,2,1,160000,40000,0,-1,-1,72,0,165,360,0,0,0,946,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32500,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Felstalker Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29216,12,0,-1,'Flawless Crystal Shard',36597,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A gleaming piece of crystal shaped and polished by a draenei artisan.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29217,9,1,-1,'Pattern: Netherfury Belt',6270,3,64,2,1,120000,30000,0,-1,-1,68,0,165,340,0,0,0,978,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32501,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Netherfury Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29218,9,1,-1,'Pattern: Netherfury Boots',6270,3,64,2,1,120000,30000,0,-1,-1,70,0,165,350,0,0,0,978,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32503,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Netherfury Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29219,9,1,-1,'Pattern: Netherfury Leggings',6270,3,64,2,1,120000,30000,0,-1,-1,68,0,165,340,0,0,0,978,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32502,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Netherfury Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29220,15,5,-1,'Blue Hawkstrider',44581,3,0,0,1,10000,2500,0,262143,690,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,35020,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29221,15,5,-1,'Black Hawkstrider',44580,3,0,0,1,10000,2500,0,262143,690,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,35022,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29222,15,5,-1,'Purple Hawkstrider',44582,3,0,0,1,10000,2500,0,262143,690,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,35018,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29223,15,5,-1,'Swift Green Hawkstrider',44583,4,0,0,1,100000,25000,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,35025,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29224,15,5,-1,'Swift Purple Hawkstrider',44584,4,0,0,1,100000,25000,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,35027,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29226,12,0,-1,'Warp Rift Generator',8622,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35036,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A combination of magic and metal used for dangerous warp experiments.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29227,15,5,-1,'Reins of the Cobalt War Talbuk',40261,4,0,0,1,1000000,0,0,262143,1101,40,40,762,150,0,0,0,978,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,34896,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29228,15,5,-1,'Reins of the Dark War Talbuk',40261,4,4096,0,1,0,0,0,262143,32767,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,34790,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29229,15,5,-1,'Reins of the Silver War Talbuk',40261,4,0,0,1,1000000,0,0,262143,1101,40,40,762,150,0,0,0,978,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,34898,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29230,15,5,-1,'Reins of the Tan War Talbuk',40261,4,0,0,1,1000000,0,0,262143,1101,40,40,762,150,0,0,0,978,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,34899,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29231,15,5,-1,'Reins of the White War Talbuk',40261,4,0,2,1,1000000,0,0,262143,1101,40,40,762,150,0,0,0,978,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,34897,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29232,9,6,-1,'Recipe: Transmute Skyfire Diamond',1102,1,64,1,1,80000,20000,0,-1,-1,70,0,171,350,0,0,0,947,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32766,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to Transmute a Skyfire Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29233,12,0,-1,'Dathric\'s Blade',39343,1,2048,0,1,0,0,0,-1,-1,1,67,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,10182,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29234,12,0,-1,'Belmara\'s Tome',1103,1,2048,0,1,0,0,0,-1,-1,1,67,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,10305,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29235,12,0,-1,'Luminrath\'s Mantle',39344,1,2048,0,1,0,0,0,-1,-1,1,67,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,10306,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29236,12,0,-1,'Cohlien\'s Cap',31176,1,2048,0,1,0,0,0,-1,-1,1,67,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,10307,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29238,4,4,-1,'Lion\'s Heart Girdle',42606,4,0,0,1,199483,39896,6,1535,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,4,26,7,31,12,23,3,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,782,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29239,4,4,-1,'Eaglecrest Warboots',42607,4,0,0,1,298051,59610,8,1535,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,4,29,3,21,7,33,12,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,955,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29240,4,1,-1,'Bands of Negation',42591,4,0,0,1,114176,22835,9,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,7,25,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29241,4,1,-1,'Belt of Depravity',42590,4,0,0,1,114582,22916,6,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,27,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29242,4,1,-1,'Boots of Blasphemy',42592,4,0,0,1,172498,34499,8,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,7,36,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29243,4,3,-1,'Wave-Fury Vambraces',42595,4,0,0,1,173124,34624,9,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,7,19,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29244,4,3,-1,'Wave-Song Girdle',42593,4,0,0,1,173749,34749,6,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,25,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29245,4,3,-1,'Wave-Crest Striders',42594,4,0,0,1,262699,52539,8,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,7,28,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,535,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29246,4,2,-1,'Nightfall Wristguards',46559,4,0,0,1,145819,29163,9,1535,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,3,24,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29247,4,2,-1,'Girdle of the Deathdealer',46574,4,0,0,1,146340,29268,6,1535,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,3,28,7,28,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29248,4,2,-1,'Shadowstep Striders',67447,4,0,0,1,220271,44054,8,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,3,31,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29249,4,1,-1,'Bands of the Benevolent',42589,4,0,0,1,117894,23578,9,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,20,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29250,4,1,-1,'Cord of Sanctification',42587,4,0,0,1,107033,21406,6,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,7,25,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29251,4,1,-1,'Boots of the Pious',42588,4,0,0,1,161175,32235,8,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,26,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29252,4,4,-1,'Bracers of Dignity',42605,4,0,0,1,189826,37965,9,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,12,12,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,608,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29253,4,4,-1,'Girdle of Valorous Deeds',42603,4,0,0,1,195815,39163,6,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,7,37,4,30,12,24,15,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,782,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29254,4,4,-1,'Boots of the Righteous Path',42604,4,0,0,1,292590,58518,8,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,26,12,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,955,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29255,4,1,-1,'Bands of Rarefied Magic',42602,4,0,0,1,112092,22418,9,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,21,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29257,4,1,-1,'Sash of Arcane Visions',42600,4,0,0,1,112914,22582,6,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,7,18,5,23,6,19,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29258,4,1,-1,'Boots of Ethereal Manipulation',42601,4,0,0,1,169997,33999,8,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,27,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29259,4,3,-1,'Bracers of the Hunt',42586,4,0,0,1,170623,34124,9,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,3,19,7,16,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29260,12,0,-1,'Heart of the Fel Reaver',22293,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s still beating. Woah!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29261,4,3,-1,'Girdle of Ferocity',42584,4,0,0,1,171856,34371,6,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,3,28,7,21,5,22,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29262,4,3,-1,'Boots of the Endless Hunt',42585,4,0,0,1,259872,51974,8,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,3,26,7,19,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,535,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29263,4,2,-1,'Forestheart Bracers',42598,4,0,0,1,144242,28848,9,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,4,21,3,18,7,27,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29264,4,2,-1,'Tree-Mender\'s Belt',42596,4,0,0,1,144763,28952,6,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,4,27,3,27,7,33,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29265,4,2,-1,'Barkchip Boots',42597,4,0,0,1,217926,43585,8,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,4,27,3,24,7,36,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29266,4,6,-1,'Azure-Shield of Coldarra',42622,4,4096,0,1,0,0,14,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,31,12,15,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4668,0,0,0,0,0,0,0,0,0,28112,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,115,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29267,4,6,-1,'Light-Bearer\'s Faith Shield',42621,4,4096,0,1,0,0,14,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,7,21,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4668,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,115,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29268,4,6,-1,'Mazthoril Honor Shield',42620,4,4096,0,1,0,0,14,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,16,5,17,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4668,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,115,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29269,4,0,-1,'Sapphiron\'s Wing Bone',42630,4,4096,0,1,0,0,23,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,1,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29270,4,0,-1,'Flametongue Seal',42624,4,4096,0,1,0,0,23,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,1,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29271,4,0,-1,'Talisman of Kalecgos',42563,4,4096,0,1,0,0,23,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,1,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29272,4,0,-1,'Orb of the Soul-Eater',42626,4,4096,0,1,0,0,23,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29273,4,0,-1,'Khadgar\'s Knapsack',42625,4,4096,0,1,0,0,23,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29274,4,0,-1,'Tears of Heaven',42628,4,4096,0,1,0,0,23,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29275,2,15,-1,'Searing Sunblade',42617,4,4096,0,1,0,0,22,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,3,24,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,145,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29276,4,0,-1,'Violet Signet',40518,3,32768,0,1,0,0,11,-1,-1,115,0,0,0,0,0,0,0,0,1,1,0,2,7,27,12,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,294,0,0,0,'',0,0,0,0,0,12340),(29277,4,0,-1,'Violet Signet',40518,4,32768,0,1,0,0,11,-1,-1,110,0,0,0,0,0,0,0,0,1,1,0,2,7,33,12,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,350,0,0,0,'',0,0,0,0,0,12340),(29278,4,0,-1,'Violet Signet',40518,4,32768,0,1,0,0,11,-1,-1,120,0,0,0,0,0,0,0,0,1,1,0,2,7,36,12,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,371,0,0,0,'',0,0,0,0,0,12340),(29279,4,0,-1,'Violet Signet of the Great Protector',40518,4,36864,0,1,0,0,11,-1,-1,130,0,0,0,0,0,0,0,0,1,1,0,2,7,37,12,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,392,0,0,0,'',0,0,0,0,0,12340),(29280,4,0,-1,'Violet Signet',40518,3,32768,0,1,0,0,11,-1,-1,115,0,0,0,0,0,0,0,0,1,1,0,2,7,19,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29281,4,0,-1,'Violet Signet',40518,4,32768,0,1,0,0,11,-1,-1,110,0,0,0,0,0,0,0,0,1,1,0,2,7,24,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29282,4,0,-1,'Violet Signet',40518,4,32768,0,1,0,0,11,-1,-1,120,0,0,0,0,0,0,0,0,1,1,0,2,7,27,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29283,4,0,-1,'Violet Signet of the Master Assassin',40518,4,32768,0,1,0,0,11,-1,-1,130,0,0,0,0,0,0,0,0,1,1,0,2,7,28,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29284,4,0,-1,'Violet Signet',40518,3,32768,0,1,0,0,11,-1,-1,115,0,0,0,0,0,0,0,0,1,1,0,3,7,18,5,18,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29285,4,0,-1,'Violet Signet',40518,4,32768,0,1,0,0,11,-1,-1,110,0,0,0,0,0,0,0,0,1,1,0,3,7,19,5,21,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29286,4,0,-1,'Violet Signet',40518,4,32768,0,1,0,0,11,-1,-1,120,0,0,0,0,0,0,0,0,1,1,0,3,7,22,5,22,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29287,4,0,-1,'Violet Signet of the Archmage',40518,4,36864,0,1,0,0,11,-1,-1,130,0,0,0,0,0,0,0,0,1,1,0,3,7,24,5,23,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29288,4,0,-1,'Violet Signet',40518,3,32768,0,1,0,0,11,-1,-1,115,0,0,0,0,0,0,0,0,1,1,0,3,7,18,5,18,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29289,4,0,-1,'Violet Signet',40518,4,32768,0,1,0,0,11,-1,-1,110,0,0,0,0,0,0,0,0,1,1,0,3,7,21,5,21,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29290,4,0,-1,'Violet Signet of the Grand Restorer',40518,4,36864,0,1,0,0,11,-1,-1,130,0,0,0,0,0,0,0,0,1,1,0,3,7,24,5,23,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29291,4,0,-1,'Violet Signet',40518,4,32768,0,1,0,0,11,-1,-1,120,0,0,0,0,0,0,0,0,1,1,0,3,7,24,5,22,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29292,0,5,-1,'Helboar Bacon',21327,1,0,0,1,40,10,0,-1,-1,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24800,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(29294,4,0,-1,'Band of Eternity',43095,4,32768,0,1,0,0,11,-1,-1,128,0,0,0,0,0,0,0,0,1,1,0,2,7,37,12,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35075,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29295,4,0,-1,'Band of Eternity',43095,4,36864,0,1,0,0,11,-1,-1,136,0,0,0,0,0,0,0,0,1,1,0,2,7,40,12,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42034,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29296,4,0,-1,'Band of Eternity',43095,4,36864,0,1,0,0,11,-1,-1,144,0,0,0,0,0,0,0,0,1,1,0,2,7,43,12,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40443,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29298,4,0,-1,'Band of Eternity',43095,4,32768,0,1,0,0,11,-1,-1,128,0,0,0,0,0,0,0,0,1,1,0,2,3,25,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29299,4,0,-1,'Band of Eternity',43095,4,36864,0,1,0,0,11,-1,-1,136,0,0,0,0,0,0,0,0,1,1,0,2,3,27,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29300,4,0,-1,'Band of Eternity',43095,4,36864,0,1,0,0,11,-1,-1,135,0,0,0,0,0,0,0,0,1,1,0,2,3,29,7,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29302,4,0,-1,'Band of Eternity',43095,4,32768,0,1,0,0,11,-1,-1,128,0,0,0,0,0,0,0,0,1,1,0,3,7,24,5,22,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29303,4,0,-1,'Band of Eternity',43095,4,36864,0,1,0,0,11,-1,-1,136,0,0,0,0,0,0,0,0,1,1,0,3,7,25,5,23,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29304,4,0,-1,'Band of Eternity',43095,4,36864,0,1,0,0,11,-1,-1,135,0,0,0,0,0,0,0,0,1,1,0,3,7,28,5,25,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29306,4,0,-1,'Band of Eternity',43095,4,36864,0,1,0,0,11,-1,-1,136,0,0,0,0,0,0,0,0,1,1,0,2,7,25,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29307,4,0,-1,'Band of Eternity',43095,4,32768,0,1,0,0,11,-1,-1,128,0,0,0,0,0,0,0,0,1,1,0,2,7,24,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29308,4,0,-1,'Band of Eternity',43095,4,36864,0,1,0,0,11,-1,-1,144,0,0,0,0,0,0,0,0,1,1,0,2,7,28,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29311,12,0,-1,'Fel Reaver Construction Manual',9129,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(29312,4,4,-1,'Cover of Righteous Fury',40537,3,0,0,1,58329,11665,1,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,3,4,40,7,34,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,0,1,0,0,1800000,0,0,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(29313,4,3,-1,'Earthbreaker\'s Greaves',30438,3,0,0,1,168346,33669,8,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,3,7,27,5,20,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,0,0,0,0,0,0,0,0,0,21625,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(29314,4,2,-1,'Leggings of the Third Coin',33148,3,0,0,1,186922,37384,7,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,3,5,26,7,34,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(29315,4,1,-1,'Gloves of Penitence',40539,3,0,0,1,75048,15009,10,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,3,7,18,5,20,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(29316,4,4,-1,'Warchief\'s Mantle',39080,3,0,0,1,208245,41649,3,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,3,4,23,7,27,14,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,786,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,2,0,4,0,0,0,2887,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29317,4,1,-1,'Tempest\'s Touch',39068,3,0,0,1,81887,16377,10,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,3,7,10,5,20,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,8,0,8,0,0,0,2875,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29318,4,2,-1,'Southshore Sneakers',39223,3,0,0,1,154092,30818,8,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,7,16,13,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,2973,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29319,4,3,-1,'Tarren Mill Defender\'s Cinch',38545,3,0,0,1,123715,24743,6,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,7,19,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,2,0,0,0,2863,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29320,4,0,-1,'Band of the Guardian',31664,3,0,0,1,28410,7102,11,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,2,5,11,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,0,0,0,28869,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29321,4,0,-1,'Time-bending Gem',31664,3,0,0,1,28410,7102,11,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,2,7,19,13,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14089,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29322,4,0,-1,'Keeper\'s Ring of Piety',31664,3,0,0,1,28410,7102,11,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,1,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18032,1,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29323,4,0,-1,'Andormu\'s Tear',31906,3,0,0,1,28410,7102,11,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,3,12,10,13,26,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29324,0,0,-1,'Warp-Attuned Orb',33173,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35113,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29325,4,4,-1,'Flesh Beast\'s Metal Greaves',38784,3,0,0,1,189330,37866,8,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,3,7,25,12,18,13,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,680,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(29326,4,3,-1,'Consortium Mantle of Phasing',39065,3,0,0,1,163946,32789,3,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,1,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,416,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(29327,4,2,-1,'Cryo-mitts',39064,3,0,0,1,91018,18203,10,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,2,5,22,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(29328,4,1,-1,'Consortium Prince\'s Wrap',38542,3,0,0,1,73093,14618,6,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,1,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,26283,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(29329,2,6,-1,'Terokk\'s Quill',40563,3,0,0,1,534620,106924,17,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,2,3,54,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,370,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29330,4,0,-1,'The Saga of Terokk',40565,3,0,0,1,137801,34450,23,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,1,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29331,12,0,-1,'Annals of Kirin\'Var',1143,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29332,4,2,-1,'Terokk\'s Mask',42478,3,0,0,1,162200,32440,1,32767,-1,115,0,0,0,0,0,0,0,0,0,1,0,2,32,30,13,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29333,4,0,-1,'Torc of the Sethekk Prophet',35358,3,0,0,1,167814,41953,2,-1,-1,115,0,0,0,0,0,0,0,3,0,1,0,2,5,18,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29334,4,0,-1,'Sethekk Oracle\'s Focus',31889,3,0,0,1,167814,41953,2,-1,-1,115,0,0,0,0,0,0,0,6,0,1,0,1,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29335,4,0,-1,'Talon Lord\'s Collar',9852,3,0,0,1,167814,41953,2,-1,-1,115,0,0,0,0,0,0,0,3,0,1,0,2,7,19,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29336,4,0,-1,'Mark of the Ravenguard',39210,3,0,0,1,167814,41953,2,-1,-1,115,0,0,0,0,0,0,0,6,0,1,0,2,7,40,12,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29337,4,4,-1,'The Exarch\'s Protector',40585,3,0,0,1,279074,55814,5,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,3,4,30,12,23,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1018,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,135,0,0,0,0,4,0,4,0,4,0,2868,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29338,12,0,-1,'Loathsome Remnant',40583,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29339,4,3,-1,'Auchenai Tracker\'s Hauberk',38704,3,0,0,1,240904,48180,5,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,1,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,120,0,0,0,0,8,0,8,0,8,0,2952,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29340,4,2,-1,'Auchenai Monk\'s Tunic',31639,3,0,0,1,201471,40294,5,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,3,3,24,31,19,13,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,9330,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,2,0,2,0,4,0,2973,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29341,4,1,-1,'Auchenai Anchorite\'s Robe',25039,3,0,0,1,161751,32350,20,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,2,5,24,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,4,0,4,0,2,0,2864,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29342,4,4,-1,'Consortium Plated Legguards',30737,3,0,0,1,276402,55280,7,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,1,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,866,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2872,0,225,0,0,0,0,'',50,0,0,0,0,12340),(29343,4,2,-1,'Haramad\'s Leggings of the Third Coin',33148,3,0,0,1,179243,35848,7,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,2,5,29,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,4,0,4,0,2,0,2889,0,225,0,0,0,0,'',50,0,0,0,0,12340),(29344,4,3,-1,'Haramad\'s Linked Chain Pantaloons',27944,3,0,0,1,215930,43186,7,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,1,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,4,0,4,0,4,0,2869,0,225,0,0,0,0,'',50,0,0,0,0,12340),(29345,4,1,-1,'Haramad\'s Leg Wraps',38787,3,0,0,1,144511,28902,7,262143,32767,97,0,0,0,0,0,0,0,0,0,1,0,1,6,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,9314,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,2,0,2,0,2,0,2890,0,225,0,0,0,0,'',50,0,0,0,0,12340),(29346,2,15,-1,'Feltooth Eviscerator',42225,4,0,0,1,541421,108284,13,32767,-1,110,70,0,0,0,0,0,0,0,1,1,0,1,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,156,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15806,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29347,4,0,-1,'Talisman of the Breaker',43125,4,0,0,1,353421,88355,2,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,18,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,35126,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29348,2,13,-1,'The Bladefist',42348,4,0,0,1,523148,104629,21,-1,-1,105,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,283,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,35131,2,0,3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29349,4,0,-1,'Adamantine Chain of the Unbroken',15420,4,0,0,1,353421,88355,2,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,19,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29350,2,19,-1,'The Black Stalk',35262,4,0,0,1,423473,84694,26,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,7,10,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,307,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,14799,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29351,2,2,-1,'Wrathtide Longbow',42220,4,0,0,1,407553,81510,15,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,1,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,295,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29352,4,0,-1,'Cobalt Band of Tyrigosa',39123,4,0,0,1,241024,60256,11,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,19,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This ring was empowered by the princess of the blue dragonflight.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29353,2,4,-1,'Shockwave Truncheon',42218,4,0,0,1,547401,109480,21,32767,-1,105,70,0,0,0,0,0,0,0,1,1,0,2,7,24,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,127,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,39585,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-42,0,0,0,'',67,0,0,0,0,12340),(29354,4,1,-1,'Light-Touched Stole of Altruism',43292,4,0,0,1,171873,34374,16,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,7,22,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29355,2,10,-1,'Terokk\'s Shadowstaff',42203,4,0,0,1,689180,137836,17,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,42,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,283,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,37542,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,-42,0,0,0,'',67,0,0,0,0,12340),(29356,2,8,-1,'Quantum Blade',42219,4,0,0,1,691679,138335,17,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,7,31,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,304,456,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,42107,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29357,4,2,-1,'Master Thief\'s Gloves',43107,4,0,0,1,144791,28958,10,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,3,23,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,43588,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29359,2,10,-1,'Feral Staff of Lashing',43116,4,0,0,1,699106,139821,17,32767,-1,105,70,0,0,0,0,0,0,0,1,1,0,3,38,72,3,35,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,260,391,0,0,0,0,300,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29360,2,15,-1,'Vileblade of the Betrayer',42224,4,0,0,1,561283,112256,13,32767,-1,105,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,181,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29361,12,0,-1,'Naberius\'s Phylactery',40593,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29362,2,7,-1,'The Sun Eater',36716,4,0,0,1,565226,113045,13,-1,-1,105,70,0,0,0,0,0,0,0,1,1,0,3,7,22,12,13,13,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,174,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Forged in the heart of a dying star, this ethereal blade is feared across the cosmos.',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29363,15,2,-1,'Mana Wyrmling',18067,1,64,0,1,400000,100000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,35156,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29364,15,2,-1,'Brown Rabbit Crate',17284,1,64,0,1,100000,25000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,35239,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29365,12,0,-1,'Smithing Hammer',40710,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29366,12,0,-1,'B\'naar Access Crystal',40606,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29367,4,0,-1,'Ring of Cryptic Dreams',39122,4,4096,0,1,0,0,11,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,3,7,16,5,17,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29368,4,0,-1,'Manasurge Pendant',35437,4,4096,0,1,0,0,2,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,24,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29369,4,1,-1,'Shawl of Shifting Probabilities',42615,4,4096,0,1,0,0,16,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,16,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29370,4,0,-1,'Icon of the Silver Crescent',42608,4,4096,0,1,0,0,12,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,35163,0,0,0,120000,1141,20000,0,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29371,2,13,-1,'Nexus-Claw',40607,2,0,0,1,348334,69666,21,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,1,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(29372,2,13,-1,'Void-Talon',40608,2,0,0,1,349616,69923,22,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,1,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,120,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(29373,4,0,-1,'Band of Halos',35431,4,4096,0,1,0,0,11,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,22,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29374,4,0,-1,'Necklace of Eternal Hope',39211,4,4096,0,1,0,0,2,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,22,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29375,4,1,-1,'Bishop\'s Cloak',42611,4,4096,0,1,0,0,16,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,7,16,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29376,4,0,-1,'Essence of the Martyr',42609,4,4096,0,1,0,0,12,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,35165,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29377,2,6,-1,'Ethereum Phase-Spear',40616,2,0,0,1,444941,88988,17,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,2,5,26,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,153,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(29378,2,19,-1,'Starheart Baton',40612,2,0,0,1,267925,53585,26,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,253,6,0,0,0,0,0,0,0,0,0,0,1900,0,100,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(29379,4,0,-1,'Ring of Arathi Warlords',33808,4,4096,0,1,0,0,11,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,24,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29380,2,7,-1,'Ethereum Phase Blade',40614,2,0,0,1,359762,71952,21,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,2,5,11,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,143,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(29381,4,0,-1,'Choker of Vile Intent',9852,4,4096,0,1,0,0,2,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,3,20,7,18,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29382,4,1,-1,'Blood Knight War Cloak',40592,4,4096,0,1,0,0,16,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,3,23,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29383,4,0,-1,'Bloodlust Brooch',42610,4,4096,0,1,0,0,12,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,35166,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29384,4,0,-1,'Ring of Unyielding Force',38541,4,4096,0,1,0,0,11,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,31,12,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,294,0,0,0,'',67,0,0,0,0,12340),(29385,4,1,-1,'Farstrider Defender\'s Cloak',35366,4,4096,0,1,0,0,16,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,35075,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,174,0,0,0,'',67,0,0,0,0,12340),(29386,4,0,-1,'Necklace of the Juggernaut',33906,4,4096,0,1,0,0,2,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,3,19,7,33,12,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29387,4,0,-1,'Gnomeregan Auto-Blocker 600',42612,4,4096,0,1,0,0,12,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42038,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,35169,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29388,4,7,-1,'Libram of Repentance',34960,4,4096,0,1,0,0,28,32767,-1,110,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37742,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29389,4,9,-1,'Totem of the Pulsing Earth',42614,4,4096,0,1,0,0,28,32767,-1,110,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37740,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29390,4,8,-1,'Everbloom Idol',34953,4,4096,0,1,0,0,28,32767,-1,110,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33693,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29391,2,15,-1,'Pulse Dagger',44593,2,0,0,1,348265,69653,13,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,1,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,98,0,0,0,0,0,0,0,0,0,0,0,1300,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(29393,0,5,-1,'Diamond Berries',40621,1,0,0,5,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340),(29394,0,5,-1,'Lyribread',40637,1,0,0,5,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340),(29395,0,5,-1,'Ethermead',40652,1,0,0,5,6400,320,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29396,12,0,-1,'Coruu Access Crystal',40606,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29397,12,0,-1,'Duro Access Crystal',40606,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29398,4,0,-1,'Circle of Banishing',31664,2,524288,0,1,121136,30284,11,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,32,12,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35175,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(29399,2,10,-1,'Rod of the Void Caller',40650,2,0,0,1,363980,72796,17,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,7,48,5,13,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,193,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,0,0,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,-7.5,0,0,0,'',32,0,0,0,0,12340),(29400,4,1,-1,'Abyssal Shroud',40648,2,0,0,1,87691,17538,16,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,35,7,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,18,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(29401,0,5,-1,'Sparkling Southshore Cider',40652,1,0,0,5,6400,320,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29411,12,0,-1,'Ara Access Crystal',40606,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29412,0,5,-1,'Jessen\'s Special Slop',26733,1,0,0,5,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29425,12,0,-1,'Mark of Kil\'jaeden',40679,1,0,0,1,800,200,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Present this to the Aldor in Shattrath City to prove your slaying of a low-ranking follower of the Burning Legion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29426,12,0,-1,'Firewing Signet',40680,1,0,0,1,800,200,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Present this to the Scryers in Shattrath City to prove your slaying of a low-ranking follower of Kael\'thas.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29428,12,0,-1,'Bessy\'s Bell',40714,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An old, battered brass cowbell.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29429,12,0,-1,'Boom\'s Doom',7624,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35139,0,10,0,0,1157,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29434,10,0,-1,'Badge of Justice',40753,4,2048,0,1,0,0,0,262143,32767,70,70,0,0,0,0,0,0,0,2147483647,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29443,0,0,-1,'Bloodmaul Brutebane Brew',18115,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35129,0,-1,-1,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29445,12,0,-1,'Surveying Markers',40829,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35246,0,0,0,60000,0,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29447,12,0,-1,'Fel Zapper',31201,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35282,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29448,0,5,-1,'Mag\'har Mild Cheese',40841,1,0,0,5,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,3,0,0,0,12340),(29449,0,5,-1,'Bladespire Bagel',38634,1,0,0,5,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340),(29450,0,5,-1,'Telaari Grapes',22414,1,0,0,5,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340),(29451,0,5,-1,'Clefthoof Ribs',21327,1,0,0,5,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(29452,0,5,-1,'Zangar Trout',40844,1,0,0,5,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(29453,0,5,-1,'Sporeggar Mushroom',40699,1,0,0,5,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,5,0,0,0,12340),(29454,0,5,-1,'Silverwine',40694,1,0,0,5,5600,280,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34291,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29456,2,7,-1,'Gift of the Ethereal',39310,3,32768,0,1,348580,69716,13,-1,-1,94,63,0,0,0,0,0,933,5,1,1,0,2,3,12,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,147,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29457,2,15,-1,'Nethershard',40881,3,32768,0,1,349938,69987,21,-1,-1,94,63,0,0,0,0,0,933,5,1,1,0,3,32,6,7,15,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,99,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33233,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,-15.3,0,0,0,'',0,0,0,0,0,12340),(29458,4,6,-1,'Aegis of the Vindicator',45817,4,0,0,1,387811,77562,14,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,1,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5279,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,137,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29459,12,0,-1,'Ethereum Relay Data',26551,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A small crystal that rapidly changes color.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29460,13,0,-1,'Ethereum Prison Key',40888,2,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35349,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29461,12,0,-1,'Mana Bomb Fragment',33552,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A fragment of the casing of a devastating weapon used in the destruction of Kirin\'Var Village',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29463,4,4,-1,'Amber Bands of the Aggressor',43425,4,0,0,1,198750,39750,9,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,4,22,3,18,7,25,12,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,608,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29464,12,0,-1,'Shaleskin Shale',4689,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s sweating an oily secretion... kind of like tar. And it\'s getting all over your pack.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29465,15,5,-1,'Black Battlestrider',59463,4,4096,0,1,0,0,0,262143,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,22719,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29466,15,5,-1,'Black War Kodo',29447,4,4096,0,1,0,0,0,-1,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,22718,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29467,15,5,-1,'Black War Ram',17343,4,4096,0,1,0,0,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,22720,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29468,15,5,-1,'Black War Steed Bridle',30608,4,4096,0,1,0,0,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,22717,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29469,15,5,-1,'Horn of the Black War Wolf',16208,4,4096,0,1,0,0,0,-1,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,22724,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29470,15,5,-1,'Red Skeletal Warhorse',17786,4,4096,0,1,0,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,22722,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29471,15,5,-1,'Reins of the Black War Tiger',17606,4,4096,0,1,0,0,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,22723,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29472,15,5,-1,'Whistle of the Black War Raptor',17494,4,4096,0,1,0,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,22721,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29473,15,0,-1,'Protectorate Igniter',40902,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35372,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Standard Issue.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29474,12,0,-1,'Ivory Bell',37662,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29475,12,0,-1,'Pacifying Dust',20798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Careful with this stuff, or you might end up pacifying yourself!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29476,12,0,-1,'Crimson Crystal Shard',35850,1,2048,0,1,0,0,0,-1,-1,1,61,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,10134,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29477,12,0,-1,'Crimson Crystal Shard',35850,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Emanates with a sickly, evil aura.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29478,12,0,-1,'Seed of Revitalization',7287,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35413,0,0,0,10000,0,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29480,12,0,-1,'Parched Hydra Sample',39724,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29481,12,0,-1,'Withered Bog Lord Sample',40948,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29482,0,0,-1,'Ethereum Essence',37856,1,0,0,1,0,0,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35409,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Drinking may cause brain damage.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29483,0,6,-1,'Shadow Armor Kit',40966,2,64,0,1,60000,15000,0,-1,-1,68,65,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35415,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29485,0,6,-1,'Flame Armor Kit',40964,2,64,0,1,60000,15000,0,-1,-1,68,65,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35416,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29486,0,6,-1,'Frost Armor Kit',18525,2,64,0,1,60000,15000,0,-1,-1,68,65,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35418,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29487,0,6,-1,'Nature Armor Kit',40970,2,64,0,1,60000,15000,0,-1,-1,68,65,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35419,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29488,0,6,-1,'Arcane Armor Kit',40965,2,64,0,1,60000,15000,0,-1,-1,68,65,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35420,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29489,4,3,-1,'Enchanted Felscale Leggings',40988,3,0,0,1,263907,52781,7,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,0,0,0,40,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,8,0,8,0,8,0,1585,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29490,4,3,-1,'Enchanted Felscale Gloves',40989,3,0,0,1,132430,26486,10,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,30,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,8,0,0,0,1584,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29491,4,3,-1,'Enchanted Felscale Boots',40990,3,0,0,1,200246,40049,8,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,437,0,0,0,0,0,30,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,8,0,8,0,0,0,1584,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29492,4,3,-1,'Flamescale Leggings',44266,3,0,0,1,266767,53353,7,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,40,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,8,0,8,0,8,0,1585,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29493,4,3,-1,'Flamescale Boots',44267,3,0,0,1,201663,40332,8,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,437,0,30,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,8,0,8,0,0,0,1584,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29494,4,3,-1,'Flamescale Belt',44268,3,0,0,1,124842,24968,6,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,357,0,30,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,8,0,8,0,0,0,1585,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29495,4,2,-1,'Enchanted Clefthoof Leggings',34710,3,0,0,1,208864,41772,7,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,40,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,8,0,8,0,8,0,1585,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29496,4,2,-1,'Enchanted Clefthoof Gloves',40998,3,0,0,1,104829,20965,10,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,30,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,8,0,8,0,0,0,1584,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29497,4,2,-1,'Enchanted Clefthoof Boots',40997,3,0,0,1,157824,31564,8,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,30,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,8,0,8,0,0,0,1584,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29498,4,2,-1,'Blastguard Pants',42855,3,0,0,1,211226,42245,7,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,40,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,8,0,8,0,8,0,1585,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29499,4,2,-1,'Blastguard Boots',42857,3,0,0,1,159015,31803,8,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,30,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,8,0,8,0,0,0,1584,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29500,4,2,-1,'Blastguard Belt',42858,3,0,0,1,106407,21281,6,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,30,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,8,0,8,0,0,0,1585,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29501,13,0,-1,'Sha\'naar Key',8903,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29502,4,2,-1,'Cobrascale Hood',45844,4,0,0,1,202237,40447,1,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,3,37,7,42,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,0,0,0,0,0,0,0,0,0,15823,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29503,4,2,-1,'Cobrascale Gloves',41014,4,0,0,1,135324,27064,10,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,32,25,31,20,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,14056,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29504,4,2,-1,'Windscale Hood',45802,4,0,0,1,203715,40743,1,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,32,37,5,18,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,0,0,0,0,0,0,0,0,0,17493,1,0,0,0,0,0,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29505,4,2,-1,'Hood of Primal Life',45801,4,0,0,1,204465,40893,1,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,5,37,6,31,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,0,0,0,0,0,0,0,0,0,18042,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29506,4,2,-1,'Gloves of the Living Touch',41021,4,0,0,1,136809,27361,10,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,5,18,6,22,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,18046,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29507,4,2,-1,'Windslayer Wraps',41024,4,0,0,1,137309,27461,10,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,4,4,36,3,18,7,25,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29508,4,3,-1,'Living Dragonscale Helm',44092,4,0,0,1,248032,49606,1,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,5,31,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,604,0,0,0,0,0,0,0,0,0,18048,1,0,0,0,0,0,21641,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29509,4,3,-1,'Windstrike Gloves',41038,4,0,0,1,165954,33190,10,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,4,4,36,3,18,7,25,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29510,4,3,-1,'Netherdrake Helm',41037,4,0,0,1,231940,46388,1,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,32,31,5,26,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,604,0,0,0,0,0,0,0,0,0,15817,1,0,0,0,0,0,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29511,4,3,-1,'Netherdrake Gloves',41036,4,0,0,1,155226,31045,10,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,3,26,7,24,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,0,0,0,0,14056,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29512,4,3,-1,'Earthen Netherscale Boots',41034,4,0,0,1,234753,46950,8,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,4,28,7,27,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,23990,1,0,0,0,0,0,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29513,12,0,-1,'Staff of the Dreghood Elders',15867,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35460,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29514,4,3,-1,'Thick Netherscale Breastplate',44595,4,0,0,1,314018,62803,5,262143,2147483647,105,70,0,0,0,0,0,0,0,0,1,0,3,7,36,3,36,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,0,0,15824,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29515,4,3,-1,'Ebon Netherscale Breastplate',43455,4,0,0,1,355784,71156,5,-1,-1,120,70,0,0,10656,0,0,0,0,0,1,0,3,32,31,7,25,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,846,0,0,0,0,0,0,0,0,0,15826,1,0,0,0,0,0,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,616,140,0,0,0,0,8,0,4,0,8,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29516,4,3,-1,'Ebon Netherscale Belt',43414,4,0,0,1,171764,34352,6,-1,-1,115,70,0,0,10656,0,0,0,0,0,1,0,3,32,22,7,21,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,9333,1,0,0,0,0,0,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,616,50,0,0,0,0,8,0,4,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29517,4,3,-1,'Ebon Netherscale Bracers',43413,4,0,0,1,158791,31758,9,-1,-1,105,70,0,0,10656,0,0,0,0,0,1,0,3,32,17,7,25,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,0,0,0,0,0,15808,1,0,0,0,0,0,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,616,50,0,0,0,0,4,0,0,0,0,0,75,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29518,2,7,-1,'Amani Scimitar',22079,1,0,0,1,4682,936,13,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,34,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29519,4,3,-1,'Netherstrike Breastplate',45937,4,0,0,1,361125,72225,5,-1,-1,120,70,0,0,10656,0,0,0,0,0,1,0,3,32,32,7,34,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,846,0,0,0,0,0,0,0,0,0,18054,1,0,0,0,0,0,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,617,140,0,0,0,0,8,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29520,4,3,-1,'Netherstrike Belt',44103,4,0,0,1,174351,34870,6,-1,-1,115,70,0,0,10656,0,0,0,0,0,1,0,3,32,16,7,10,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,14798,1,0,0,0,0,0,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,617,50,0,0,0,0,8,0,4,0,0,0,2875,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29521,4,3,-1,'Netherstrike Bracers',44102,4,0,0,1,175002,35000,9,-1,-1,115,70,0,0,10656,0,0,0,0,0,1,0,3,32,17,7,13,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,0,0,0,0,0,0,0,14799,1,0,0,0,0,0,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,617,50,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29522,4,2,-1,'Windhawk Hauberk',45820,4,0,0,1,304321,60864,5,-1,-1,120,70,0,0,10660,0,0,0,0,0,1,0,4,5,29,6,29,7,28,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,0,0,0,0,0,0,0,0,0,18058,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,618,120,0,0,0,0,8,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29523,4,2,-1,'Windhawk Bracers',45822,4,0,0,1,146905,29381,9,-1,-1,115,70,0,0,10660,0,0,0,0,0,1,0,4,5,17,6,7,7,22,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,15715,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,618,40,0,0,0,0,4,0,0,0,0,0,3016,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29524,4,2,-1,'Windhawk Belt',45823,4,0,0,1,147448,29489,6,-1,-1,115,70,0,0,10660,0,0,0,0,0,1,0,4,5,19,6,20,7,17,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,0,0,0,0,18052,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,618,40,0,0,0,0,8,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29525,4,2,-1,'Primalstrike Vest',45057,4,0,0,1,307674,61534,5,-1,-1,120,70,0,0,10658,0,0,0,0,0,1,0,3,3,38,7,39,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,0,0,0,0,0,0,0,0,0,33782,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,619,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29526,4,2,-1,'Primalstrike Belt',45056,4,0,0,1,152418,30483,6,-1,-1,115,70,0,0,10658,0,0,0,0,0,1,0,2,3,20,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,0,0,0,0,15828,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,619,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29527,4,2,-1,'Primalstrike Bracers',45055,4,0,0,1,152946,30589,9,-1,-1,115,70,0,0,10658,0,0,0,0,0,1,0,2,3,15,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,15817,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,619,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29528,0,8,-1,'Drums of War',41050,2,8388672,0,1,20000,5000,0,-1,-1,68,0,165,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35475,0,-50,-50,0,24,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29529,0,8,-1,'Drums of Battle',41062,2,8388672,0,1,20000,5000,0,-1,-1,73,0,165,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35476,0,-50,-50,0,24,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29530,0,8,-1,'Drums of Speed',41060,2,8388672,0,1,20000,5000,0,-1,-1,69,0,165,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35477,0,-50,-50,0,24,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29531,0,8,-1,'Drums of Restoration',41061,2,8388672,0,1,20000,5000,0,-1,-1,70,0,165,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35478,0,-50,-50,0,24,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29532,0,8,-1,'Drums of Panic',41059,2,8388672,0,1,20000,5000,0,-1,-1,74,0,165,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35474,0,-50,-50,0,24,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29533,0,6,-1,'Cobrahide Leg Armor',47590,3,32832,0,1,80000,20000,0,262143,32767,67,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35488,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29534,0,6,-1,'Clefthide Leg Armor',47591,3,32832,0,1,80000,20000,0,262143,32767,67,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35489,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29535,0,6,-1,'Nethercobra Leg Armor',47592,4,32832,0,1,160000,40000,0,262143,32767,73,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35490,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29536,0,6,-1,'Nethercleft Leg Armor',47592,4,32832,0,1,160000,40000,0,262143,32767,73,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35495,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29539,7,6,-1,'Cobra Scales',37083,1,0,0,1,0,1250,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29540,1,6,-1,'Reinforced Mining Bag',24496,2,0,0,1,120000,30000,18,-1,-1,65,0,0,0,0,0,0,0,0,0,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29545,12,0,-1,'Sunfury Military Briefing',3029,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29546,12,0,-1,'Sunfury Arcane Briefing',3048,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29547,7,6,-1,'Wind Scales',21364,1,0,0,1,0,1250,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29548,7,6,-1,'Nether Dragonscales',41081,1,0,0,1,0,2000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29549,9,0,-1,'Codex: Prayer of Fortitude III',1143,3,32832,0,1,400000,100000,0,31248,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25392,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Prayer of Fortitude (Rank 3).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29550,9,0,-1,'Tome of Conjure Water IX',1103,3,32832,0,1,40000,10000,0,31360,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27090,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Conjure Water (Rank 9).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29553,15,0,-1,'Basilisk Liver',9140,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29554,15,0,-1,'Encrusted Basilisk Skin',37672,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29555,15,0,-1,'Glimmering Basilisk Skin',3668,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29556,15,0,-1,'Basilisk Venom Sac',41121,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29559,15,0,-1,'Vibrant Feather',41122,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29560,15,0,-1,'Electrified Scale',41124,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29561,15,0,-1,'Dragon Femur',7126,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29562,15,0,-1,'Dragon\'s Tooth',30593,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29563,15,0,-1,'Dragon\'s Claw',44288,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29564,15,0,-1,'Dragon\'s Fang',7886,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29567,15,0,-1,'Raptor Talon',1498,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29568,15,0,-1,'Raptor War Feather',41153,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29569,15,0,-1,'Strong Junkbox',18721,1,4,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,1665,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29570,15,0,-1,'A Gnome Effigy',41158,0,0,0,1,2680,670,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,1,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29571,15,0,-1,'A Steamy Romance Novel',9319,0,0,0,1,2680,670,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',2986,0,1,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29572,15,0,-1,'Aboriginal Carvings',41168,0,0,0,1,2680,670,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,1,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29573,15,0,-1,'Embalming Fluid',34493,0,0,0,1,220,55,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29574,15,0,-1,'Mummified Parts',7155,0,0,0,1,320,80,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29575,15,0,-1,'A Jack-o\'-Lantern',32955,0,0,0,1,2680,670,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Trick it is...',0,0,1,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29576,15,0,-1,'Shark Bait',41171,0,0,0,1,2680,670,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Just keep swimming...',0,0,1,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29577,15,0,-1,'Troll Keepsake',13433,0,0,0,1,350,87,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29578,15,0,-1,'Crystalized Stone',41175,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29579,15,0,-1,'Crystalized Stone Chips',36866,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29580,15,0,-1,'Crystal Fragments',41176,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29581,15,0,-1,'Strange Crystal',41177,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29582,12,0,-1,'Ethereum Data Cell',41178,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29583,2,7,-1,'Sinister Scimitar',41179,2,0,0,1,7313,1462,13,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,38,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(29584,2,16,-1,'Throat Piercers',41181,2,4194304,0,1,600,150,25,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,27,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(29586,12,0,-1,'Head of Forgefiend Razorsaw',41195,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The head of the leader of Forge Base Mageddon.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29588,15,0,-1,'Burning Legion Missive',5567,1,2048,2,1,0,0,0,262143,32767,0,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A coded message.',0,0,0,10395,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29589,12,0,-1,'Burning Legion Missive',5567,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A coded message.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29590,15,0,-1,'Burning Legion Missive',5567,1,2048,1,1,0,0,0,262143,32767,0,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A coded message.',0,0,0,10393,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29591,12,0,-1,'Prepared Ethereum Wrapping',17458,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Coated in some type of slick substance.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29592,4,0,-1,'Insignia of the Horde',37841,3,32768,1,1,0,0,12,2,32767,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29593,4,0,-1,'Insignia of the Alliance',37840,3,32768,2,1,0,0,12,64,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29594,4,3,-1,'Knight-Lieutenant\'s Mail Greaves',31183,3,36864,2,1,0,0,8,64,-1,66,60,0,0,0,0,0,0,0,1,1,0,3,7,14,5,12,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,22801,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,718,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29595,4,3,-1,'Knight-Lieutenant\'s Mail Vices',27279,3,36864,2,1,0,0,10,64,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,15,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,718,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29596,4,3,-1,'Knight-Captain\'s Mail Hauberk',31185,3,36864,2,1,0,0,5,64,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,7,18,5,18,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,718,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29597,4,3,-1,'Knight-Captain\'s Mail Legguards',31186,3,36864,2,1,0,0,7,64,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,18,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,718,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29598,4,3,-1,'Lieutenant Commander\'s Mail Headguard',30072,3,36864,2,1,0,0,1,64,-1,71,60,0,0,0,0,0,0,0,1,1,0,4,7,24,5,16,4,6,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,337,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,718,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29599,4,3,-1,'Lieutenant Commander\'s Mail Pauldrons',30382,3,36864,2,1,0,0,3,64,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,16,5,10,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,718,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29600,4,4,-1,'Blood Guard\'s Lamellar Gauntlets',41954,3,36864,1,1,0,0,10,2,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,13,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,23300,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,697,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29601,4,4,-1,'Blood Guard\'s Lamellar Sabatons',41236,3,36864,1,1,0,0,8,2,-1,66,60,0,0,0,0,0,0,0,1,1,0,3,7,12,4,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,472,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,697,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29602,4,4,-1,'Legionnaire\'s Lamellar Breastplate',41237,3,36864,1,1,0,0,5,2,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,7,18,4,17,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,697,135,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29603,4,4,-1,'Legionnaire\'s Lamellar Leggings',41238,3,36864,1,1,0,0,7,2,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,7,17,4,18,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,697,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29604,4,4,-1,'Champion\'s Lamellar Headguard',42200,3,36864,1,1,0,0,1,2,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,19,4,18,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,598,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,697,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29605,4,4,-1,'Champion\'s Lamellar Shoulders',41240,3,36864,1,1,0,0,3,2,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,14,4,14,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,697,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29606,4,3,-1,'Marshal\'s Mail Boots',32126,4,36864,2,1,0,0,8,64,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,18,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,0,0,0,0,0,0,0,22801,1,0,0,-1,0,-1,14799,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,717,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29607,4,3,-1,'Marshal\'s Mail Gauntlets',32100,4,36864,2,1,0,0,10,64,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,18,5,17,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,393,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,717,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(29608,4,3,-1,'Marshal\'s Mail Leggings',32127,4,36864,2,1,0,0,7,64,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,23,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,452,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,717,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29609,4,3,-1,'Field Marshal\'s Mail Armor',32103,4,36864,2,1,0,0,5,64,-1,74,60,0,0,0,0,0,0,0,1,1,0,4,7,35,5,20,4,9,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,717,140,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29610,4,3,-1,'Field Marshal\'s Mail Helm',32133,4,36864,2,1,0,0,1,64,-1,74,60,0,0,0,0,0,0,0,1,1,0,4,7,35,5,19,4,11,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,717,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29611,4,3,-1,'Field Marshal\'s Mail Spaulders',32128,4,36864,2,1,0,0,3,64,-1,74,60,0,0,0,0,0,0,0,1,1,0,4,7,18,5,18,4,17,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,403,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,717,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29612,4,4,-1,'General\'s Lamellar Boots',41241,4,36864,1,1,0,0,8,2,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,16,4,15,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,630,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,698,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29613,4,4,-1,'General\'s Lamellar Gloves',41242,4,36864,1,1,0,0,10,2,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,4,18,7,17,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,573,0,0,0,0,0,0,0,0,0,23300,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,698,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29614,4,4,-1,'General\'s Lamellar Legplates',41243,4,36864,1,1,0,0,7,2,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,20,4,20,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,802,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,698,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29615,4,4,-1,'Warlord\'s Lamellar Chestplate',41244,4,36864,1,1,0,0,5,2,-1,74,60,0,0,0,0,0,0,0,1,1,0,3,7,21,4,21,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,954,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,698,165,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29616,4,4,-1,'Warlord\'s Lamellar Faceguard',42200,4,36864,1,1,0,0,1,2,-1,74,60,0,0,0,0,0,0,0,1,1,0,3,7,21,4,21,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,775,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,698,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29617,4,4,-1,'Warlord\'s Lamellar Pauldrons',41245,4,36864,1,1,0,0,3,2,-1,74,60,0,0,0,0,0,0,0,1,1,0,3,7,16,4,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,715,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,698,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29618,12,0,-1,'Protectorate Disruptor',23475,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35683,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29624,0,0,-1,'First Half of Socrethar\'s Stone',18204,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29625,0,0,-1,'Second Half of Socrethar\'s Stone',18204,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29664,9,1,-1,'Pattern: Reinforced Mining Bag',1102,1,64,1,1,50000,12500,0,-1,-1,65,0,165,325,0,0,0,941,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35530,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Reinforced Mining Bag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29669,9,1,-1,'Pattern: Shadow Armor Kit',15274,2,64,0,1,50000,12500,0,-1,-1,68,0,165,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35520,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Shadow Armor Kit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29672,9,1,-1,'Pattern: Flame Armor Kit',15274,2,64,0,1,50000,12500,0,-1,-1,68,0,165,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35521,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Flame Armor Kit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29673,9,1,-1,'Pattern: Frost Armor Kit',15274,2,64,0,1,50000,12500,0,-1,-1,68,0,165,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35522,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Frost Armor Kit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29674,9,1,-1,'Pattern: Nature Armor Kit',15274,2,64,0,1,50000,12500,0,-1,-1,68,0,165,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35523,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Nature Armor Kit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29675,9,1,-1,'Pattern: Arcane Armor Kit',15274,2,64,0,1,50000,12500,0,-1,-1,68,0,165,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35524,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Arcane Armor Kit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29677,9,1,-1,'Pattern: Enchanted Felscale Leggings',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,165,350,0,0,0,934,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35525,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Enchanted Felscale Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29682,9,1,-1,'Pattern: Enchanted Felscale Gloves',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,165,350,0,0,0,934,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35526,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Enchanted Felscale Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29684,9,1,-1,'Pattern: Enchanted Felscale Boots',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,165,350,0,0,0,934,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35527,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Enchanted Felscale Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29689,9,1,-1,'Pattern: Flamescale Leggings',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,165,350,0,0,0,932,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35529,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Flamescale Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29691,9,1,-1,'Pattern: Flamescale Boots',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,165,350,0,0,0,932,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35528,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Flamescale Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29693,9,1,-1,'Pattern: Flamescale Belt',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,165,350,0,0,0,932,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35531,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Flamescale Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29698,9,1,-1,'Pattern: Enchanted Clefthoof Leggings',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,165,350,0,0,0,934,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35532,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Enchanted Clefthoof Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29699,0,0,-1,'Socrethar\'s Teleportation Stone',41350,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29700,9,1,-1,'Pattern: Enchanted Clefthoof Gloves',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,165,350,0,0,0,934,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35533,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Enchanted Clefthoof Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29701,9,1,-1,'Pattern: Enchanted Clefthoof Boots',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,165,350,0,0,0,934,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35534,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Enchanted Clefthoof Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29702,9,1,-1,'Pattern: Blastguard Pants',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,165,350,0,0,0,932,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35535,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Blastguard Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29703,9,1,-1,'Pattern: Blastguard Boots',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,165,350,0,0,0,932,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35536,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Blastguard Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29704,9,1,-1,'Pattern: Blastguard Belt',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,165,350,0,0,0,932,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35537,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Blastguard Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29713,9,1,-1,'Pattern: Drums of Panic',6270,1,64,0,1,120000,30000,0,-1,-1,74,0,165,370,0,0,0,989,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35538,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Drums of Panic.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29714,9,1,-1,'Pattern: Drums of Restoration',15274,2,64,0,1,160000,40000,0,-1,-1,70,0,165,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35539,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Drums of Restoration.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29717,9,1,-1,'Pattern: Drums of Battle',6270,1,64,0,1,120000,30000,0,-1,-1,73,0,165,365,0,0,0,935,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35543,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Drums of Battle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29718,9,1,-1,'Pattern: Drums of Speed',15274,2,64,0,1,160000,40000,0,-1,-1,69,0,165,345,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35544,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Drums of Speed.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29719,9,1,-1,'Pattern: Cobrahide Leg Armor',1301,1,64,2,1,60000,15000,0,-1,-1,67,0,165,335,0,0,0,946,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35549,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Cobrahide Leg Armor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29720,9,1,-1,'Pattern: Clefthide Leg Armor',1301,1,64,0,1,60000,15000,0,-1,-1,67,0,165,335,0,0,0,942,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35555,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Clefthide Leg Armor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29721,9,1,-1,'Pattern: Nethercleft Leg Armor',1301,1,64,0,1,120000,30000,0,-1,-1,73,0,165,365,0,0,0,942,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35557,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Nethercleft Leg Armor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29722,9,1,-1,'Pattern: Nethercobra Leg Armor',1301,1,64,2,1,120000,30000,0,-1,-1,73,0,165,365,0,0,0,946,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35554,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Nethercobra Leg Armor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29723,9,1,-1,'Pattern: Cobrascale Hood',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35558,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Cobrascale Hood.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29724,9,1,-1,'Pattern: Cobrascale Gloves',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35559,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Cobrascale Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29725,9,1,-1,'Pattern: Windscale Hood',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35560,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Windscale Hood.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29726,9,1,-1,'Pattern: Hood of Primal Life',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35561,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Hood of Primal Life.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29727,9,1,-1,'Pattern: Gloves of the Living Touch',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35562,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Gloves of the Living Touch.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29728,9,1,-1,'Pattern: Windslayer Wraps',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35563,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Windslayer Wraps.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29729,9,1,-1,'Pattern: Living Dragonscale Helm',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35564,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Living Dragonscale Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29730,9,1,-1,'Pattern: Earthen Netherscale Boots',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35567,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Earthen Netherscale Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29731,9,1,-1,'Pattern: Windstrike Gloves',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35568,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Windstrike Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29732,9,1,-1,'Pattern: Netherdrake Helm',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35572,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Netherdrake Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29733,9,1,-1,'Pattern: Netherdrake Gloves',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35573,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Netherdrake Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29734,9,1,-1,'Pattern: Thick Netherscale Breastplate',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35574,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Thick Netherscale Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29735,0,0,-1,'Holy Dust',31325,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This shimmering dust is used as a material for Aldor inscriptions.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29736,0,0,-1,'Arcane Rune',23292,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'These glowing runes are used in Scryer inscriptions.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29737,12,0,-1,'Navuud\'s Concoction',3665,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35685,0,0,0,0,1167,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Drink to feel the surge.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29738,12,0,-1,'Vial of Void Horror Ooze',9731,1,2048,0,1,0,0,0,-1,-1,68,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Bubbling with ooze.',0,0,0,10413,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29739,12,0,-1,'Arcane Tome',1103,2,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The Scryers in the Seer\'s Library would be interested in this item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29740,12,0,-1,'Fel Armament',41378,2,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only the Aldor in the Temple of Unending Light could cleanse the demonic taint that permeates this item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29741,12,0,-1,'Diagnostic Results',41380,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29742,13,0,-1,'The Warden\'s Key',41387,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35707,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29743,15,5,-1,'Purple Elekk',44587,3,0,0,1,10000,2500,0,262143,1101,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,35711,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29744,15,5,-1,'Gray Elekk',44588,3,0,0,1,10000,2500,0,262143,1101,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,35710,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29745,15,5,-1,'Great Blue Elekk',44589,4,0,0,1,100000,25000,0,262143,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,35713,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29746,15,5,-1,'Great Green Elekk',44590,4,0,0,1,100000,25000,0,262143,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,35712,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29747,15,5,-1,'Great Purple Elekk',44591,4,0,0,1,100000,25000,0,262143,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,35714,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29750,13,0,-1,'Ethereum Stasis Chamber Key',41411,2,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35725,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29753,15,0,-1,'Chestguard of the Fallen Defender',41438,4,0,0,1,0,50000,0,1041,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29754,15,0,-1,'Chestguard of the Fallen Champion',41438,4,0,0,1,0,50000,0,74,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29755,15,0,-1,'Chestguard of the Fallen Hero',41438,4,0,0,1,0,50000,0,388,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29756,15,0,-1,'Gloves of the Fallen Hero',41440,4,0,0,1,0,50000,0,388,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29757,15,0,-1,'Gloves of the Fallen Champion',41440,4,0,0,1,0,50000,0,74,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29758,15,0,-1,'Gloves of the Fallen Defender',41440,4,0,0,1,0,50000,0,1041,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29759,15,0,-1,'Helm of the Fallen Hero',41441,4,0,0,1,0,50000,0,388,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29760,15,0,-1,'Helm of the Fallen Champion',41441,4,0,0,1,0,50000,0,74,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29761,15,0,-1,'Helm of the Fallen Defender',41441,4,0,0,1,0,50000,0,1041,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29762,15,0,-1,'Pauldrons of the Fallen Hero',19486,4,0,0,1,0,50000,0,388,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29763,15,0,-1,'Pauldrons of the Fallen Champion',19486,4,0,0,1,0,50000,0,74,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29764,15,0,-1,'Pauldrons of the Fallen Defender',19486,4,0,0,1,0,50000,0,1041,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29765,15,0,-1,'Leggings of the Fallen Hero',41442,4,0,0,1,0,50000,0,388,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29766,15,0,-1,'Leggings of the Fallen Champion',41442,4,0,0,1,0,50000,0,74,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29767,15,0,-1,'Leggings of the Fallen Defender',41442,4,0,0,1,0,50000,0,1041,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29768,12,0,-1,'Hulking Hydra Heart',4045,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29769,12,0,-1,'Diagnostic Results',32845,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A print out containing the results of diagnostic tests conducted at the Eco-Dome Sutheron Generator',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29770,12,0,-1,'Experimental Repair Apparatus',41425,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29771,4,1,-1,'Kirin\'Var Journeyman\'s Belt',16603,2,0,0,1,73530,14706,6,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,5,16,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29772,4,2,-1,'Kirin\'Var Scout\'s Belt',4532,2,0,0,1,92232,18446,6,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,4,4,20,3,20,7,19,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29773,4,3,-1,'Battle-Mage\'s Helmet',38338,2,0,0,1,166610,33322,1,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,32,26,7,25,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29774,4,4,-1,'Kirin\'Var Defender\'s Chausses',26824,2,0,0,1,260091,52018,7,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,5,18,7,27,12,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,895,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29775,4,0,-1,'Pendant of the Battle-Mage',9854,2,0,0,1,138516,34629,2,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,7,12,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29776,4,0,-1,'Core of Ar\'kelos',33520,2,0,0,1,138516,34629,12,-1,-1,108,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35733,0,0,0,120000,1141,20000,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29777,4,1,-1,'Cloak of the Valiant Defender',39391,2,0,0,1,99482,19896,16,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,7,21,12,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,195,0,0,0,'',14,0,0,0,0,12340),(29778,0,0,-1,'Phase Disruptor',41434,1,65600,0,1,0,0,0,-1,-1,70,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35734,0,-30,0,0,1167,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It will take multiple uses of this device to destroy the void conduit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,3600,0,0,'',0,0,0,0,0,12340),(29779,2,19,-1,'Rejuvenating Scepter',31628,2,0,0,1,250602,50120,26,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,186,3,0,0,0,0,0,0,0,0,0,0,1400,0,100,9317,1,0,0,-1,0,-1,21623,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(29780,4,1,-1,'Kirin Tor Apprentice\'s Robes',25834,3,0,0,1,162347,32469,20,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,4,5,26,31,14,7,19,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29781,4,2,-1,'Lifewarden\'s Breastplate',29919,3,0,0,1,198640,39728,5,-1,-1,106,0,0,0,0,0,0,0,0,0,1,0,3,5,25,7,27,6,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29782,4,3,-1,'Coif of the Wicked',15810,3,0,0,1,179456,35891,1,-1,-1,106,0,0,0,0,0,0,0,0,0,1,0,2,7,39,3,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,490,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29783,4,4,-1,'Legguards of the Resolute Defender',25226,3,0,0,1,287763,57552,7,-1,-1,106,0,0,0,0,0,0,0,0,0,1,0,3,7,42,12,31,3,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,0,0,0,0,13665,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29784,4,2,-1,'Harmony\'s Touch',31630,2,0,0,1,89614,17922,10,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,32,16,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29785,4,3,-1,'Crimson Mail Bracers',27314,2,0,0,1,107932,21586,9,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,5,13,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29786,4,4,-1,'Kirin\'Var Defender\'s Greaves',26874,2,0,0,1,189209,37841,8,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,4,3,16,7,18,4,21,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29787,2,4,-1,'Master Smith\'s Hammer',28262,2,0,0,1,362364,72472,13,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,3,9,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,202,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(29788,4,3,-1,'Finely Wrought Scale Leggings',16487,2,0,0,1,218206,43641,7,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,5,21,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,501,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29789,4,4,-1,'Andrethan\'s Masterwork',26332,2,0,0,1,255494,51098,5,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,4,32,19,7,27,4,34,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1023,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29790,12,0,-1,'Demolition Charges',25482,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35738,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(29791,4,4,-1,'Reinforced Heaume',27511,2,0,0,1,192613,38522,1,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,4,12,27,7,39,3,17,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,831,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29792,4,1,-1,'Dawnstrike\'s Cloak',27176,2,0,0,1,110668,22133,16,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,3,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29793,4,0,-1,'Signet of the Violet Tower',23728,2,0,0,1,141992,35498,11,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,5,5,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,21623,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29794,4,0,-1,'Strength of the Violet Tower',31604,2,0,0,1,122547,30636,2,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,12,21,7,18,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29795,12,0,-1,'Burning Legion Gate Key',38758,1,2112,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35739,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29796,0,0,-1,'Socrethar\'s Teleportation Stone',41350,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35745,0,0,0,60000,0,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29797,12,0,-1,'Orders From Kael\'thas',3029,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29798,12,0,-1,'Dome Generator Segment',41434,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29799,15,0,-1,'Lifeless Tendril',18096,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29800,15,0,-1,'Evil Eye',9292,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29801,12,0,-1,'Ripfang Lynx Pelt',21470,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29803,12,0,-1,'Diagnostic Device',36529,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35755,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29804,4,2,-1,'Wrangler\'s Boots',27741,2,0,0,1,134409,26881,8,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,3,28,13,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Made from 100% genuine leather.',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29806,4,3,-1,'Cowpoke\'s Riding Gloves',25811,2,0,0,1,108304,21660,10,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,5,16,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29807,4,4,-1,'Engraved Cattleman\'s Buckle',24514,2,0,0,1,127539,25507,6,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,4,4,21,7,30,31,10,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29808,4,1,-1,'Shimmering Azure Boots',26268,2,0,0,1,109092,21818,8,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,5,19,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29810,4,2,-1,'Dragon Crested Epaulets',18939,2,0,0,1,137337,27467,3,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,1,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29811,4,3,-1,'Goldenlink Bracers',25800,2,0,0,1,110264,22052,9,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,32,16,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29812,4,4,-1,'Blued Steel Gauntlets',26872,2,0,0,1,129839,25967,10,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,3,28,4,16,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29813,4,1,-1,'Cloak of Woven Energy',33144,3,0,0,1,127813,25562,16,1535,32767,106,0,0,0,0,0,0,0,0,0,1,0,4,5,13,7,6,32,6,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29814,4,0,-1,'Celestial Jewel Ring',9837,3,0,0,1,111996,27999,11,-1,-1,106,0,0,0,0,0,0,0,0,1,1,0,1,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18036,1,0,0,900000,0,30000,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29815,4,0,-1,'Chain of Glowing Tendrils',9852,3,0,0,1,111996,27999,2,-1,-1,106,0,0,0,0,0,0,0,0,0,1,0,3,4,18,3,17,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29817,12,0,-1,'Talbuk Tagger',36571,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35771,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sweet dreams, bucky!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29818,12,0,-1,'Energy Field Modulator',41461,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35772,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29822,12,0,-1,'Fragment of Dimensius',36597,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29901,15,2,-1,'Blue Moth Egg',57527,1,64,0,1,5000,1250,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,35907,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29902,15,2,-1,'Red Moth Egg',57527,1,64,0,1,100000,25000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,35909,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29903,15,2,-1,'Yellow Moth Egg',57527,1,64,0,1,5000,1250,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,35910,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29904,15,2,-1,'White Moth Egg',57527,1,64,0,1,5000,1250,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,35911,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29905,0,0,-1,'Kael\'s Vial Remnant',36862,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Contains a small amount of water from the Well of Eternity.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29906,0,0,-1,'Vashj\'s Vial Remnant',41488,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Contains a small amount of water from the Well of Eternity.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29908,2,1,-1,'Rage Reaver',28334,2,0,0,1,318384,63676,17,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,3,19,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,251,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(29909,2,15,-1,'Screaming Dagger',20299,2,0,0,1,255699,51139,13,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,3,7,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,105,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(29910,2,10,-1,'The Staff of Twin Worlds',20298,2,0,0,1,320864,64172,17,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,7,21,5,19,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,226,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,-3.3,0,0,0,'',32,0,0,0,0,12340),(29911,2,10,-1,'Agamaggan\'s Quill',24015,2,0,0,1,322071,64414,17,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,7,30,38,38,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,237,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(29912,12,0,-1,'The Final Code',5567,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35936,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29913,2,7,-1,'Foe Reaver',28561,2,0,0,1,266745,53349,13,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,4,8,3,7,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,151,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(29914,2,15,-1,'Hellfire Skiver',41494,2,0,0,1,267736,53547,22,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,3,7,7,9,31,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,81,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(29915,2,19,-1,'Desolation Rod',39876,2,0,0,1,201526,40305,26,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,5,6,7,6,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,154,6,0,0,0,0,0,0,0,0,0,0,1600,0,100,9397,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(29916,2,18,-1,'Ironstar Repeater',42393,2,0,0,1,202270,40454,26,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,3,6,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,98,0,0,0,0,0,0,0,0,0,0,0,2200,2,100,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(29917,4,6,-1,'Landslide Buckler',40895,2,0,0,1,173238,34647,14,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,5,11,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2428,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,49,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(29918,4,1,-1,'Mindstorm Wristbands',42645,4,4096,0,1,131084,26216,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,13,5,13,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29919,4,6,-1,'Adamantine Kite Shield',41496,2,0,0,1,174491,34898,14,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,4,8,7,24,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2428,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,49,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(29920,4,0,-1,'Phoenix-Ring of Rebirth',35472,4,4096,0,1,241024,60256,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,1,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29921,4,3,-1,'Fire Crest Breastplate',46088,4,4096,0,1,397521,79504,5,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,36,5,34,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29922,4,0,-1,'Band of Al\'ar',39120,4,4096,0,1,241024,60256,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,2,7,24,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29923,4,0,-1,'Talisman of the Sun King',42176,4,4096,0,1,1015299,203059,23,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,5,24,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29924,2,0,-1,'Netherbane',42177,4,4096,0,1,698441,139688,13,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,2,3,25,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,327,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29925,4,1,-1,'Phoenix-Wing Cloak',46126,4,4096,0,1,201613,40322,16,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,37,12,22,13,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29926,4,1,-1,'Whispering Tunic',43935,2,0,0,1,111813,22362,5,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,5,19,7,19,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(29927,4,1,-1,'Shadowbrim Travel Hat',44579,2,0,0,1,84157,16831,1,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,5,19,7,19,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(29928,4,1,-1,'Wanderer\'s Stitched Trousers',43932,2,0,0,1,104714,20942,7,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,5,19,7,19,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(29929,4,2,-1,'Raging Spirit Harness',43928,2,0,0,1,131388,26277,5,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,5,19,7,19,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(29930,4,2,-1,'Nature-Stitched Kilt',43927,2,0,0,1,131871,26374,7,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,5,19,7,19,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(29931,4,2,-1,'Phantasmal Headdress',42398,2,0,0,1,99275,19855,1,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,5,19,7,19,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(29932,4,3,-1,'Arcane Ringed Tunic',43919,2,0,0,1,159435,31887,5,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,5,19,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,427,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(29933,4,3,-1,'Arcane Ringed Greaves',43918,2,0,0,1,160030,32006,7,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,5,19,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(29934,4,3,-1,'Helm of Affinity',43922,2,0,0,1,120457,24091,1,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,5,19,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(29935,4,4,-1,'Fire Scarred Breastplate',41517,2,0,0,1,188072,37614,5,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,5,19,7,19,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(29936,4,4,-1,'Skyfire Greaves',41518,2,0,0,1,188766,37753,7,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,5,19,7,19,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,664,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(29937,4,4,-1,'Helm of Infinite Visions',43923,2,0,0,1,141811,28362,1,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,5,19,7,19,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,616,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(29938,4,2,-1,'Battle Seeker Chestguard',42396,2,0,0,1,135812,27162,5,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,3,19,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(29939,4,2,-1,'Flayer-Hide Leggings',43921,2,0,0,1,136308,27261,7,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,3,19,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(29940,4,2,-1,'Veteran\'s Skullcap',21294,2,0,0,1,102602,20520,1,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,3,19,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(29941,4,3,-1,'Scale Brand Breastplate',41525,2,0,0,1,164743,32948,5,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,3,19,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,427,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(29942,4,3,-1,'Battle Scarred Leggings',43920,2,0,0,1,165339,33067,7,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,3,19,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(29943,4,3,-1,'Legionnaire\'s Studded Helm',44607,2,0,0,1,124450,24890,1,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,3,19,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(29944,4,4,-1,'Protectorate Breastplate',41531,2,0,0,1,180472,36094,5,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,3,19,7,30,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(29945,4,4,-1,'Magistrate\'s Greaves',41532,2,0,0,1,181148,36229,7,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,3,19,7,30,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,664,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(29946,4,4,-1,'Invader\'s Greathelm',19769,2,0,0,1,136121,27224,1,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,3,19,7,30,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,616,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(29947,4,2,-1,'Gloves of the Searing Grip',43562,4,4096,0,1,157274,31454,10,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,33,7,37,37,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29948,2,13,-1,'Claw of the Phoenix',42823,4,4096,0,1,658642,131728,22,262143,32767,134,70,0,0,0,0,0,0,0,0,1,0,2,3,21,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,189,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29949,2,3,-1,'Arcanite Steam-Pistol',42178,4,4096,0,1,495803,99160,26,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,2,3,20,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,329,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29950,4,4,-1,'Greaves of the Bloodwarder',46074,4,4096,0,1,445349,89069,7,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,49,7,46,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1406,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29951,4,3,-1,'Star-Strider Boots',45912,4,4096,0,1,288650,57730,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,33,7,13,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,8,0,8,0,0,0,2973,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29952,12,0,-1,'Rina\'s Bough',41542,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36030,0,5,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29953,15,2,-1,'Golden Dragonhawk Hatchling',41547,1,64,0,1,5000,1250,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,36027,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29954,4,1,-1,'Spiritbinder\'s Mantle',41548,2,0,0,1,103721,20744,3,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,7,15,5,11,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29955,4,2,-1,'Mana Infused Wristguards',41549,2,0,0,1,86754,17350,9,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,7,12,5,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29956,15,2,-1,'Red Dragonhawk Hatchling',41547,1,64,0,1,5000,1250,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,36028,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29957,15,2,-1,'Silver Dragonhawk Hatchling',41547,1,64,0,1,5000,1250,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,36029,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29958,15,2,-1,'Blue Dragonhawk Hatchling',41547,1,64,0,1,100000,25000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,36031,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29959,4,4,-1,'Spiritualist\'s Gauntlets',41550,2,0,0,1,123942,24788,10,1535,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,7,27,12,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29960,15,2,-1,'Captured Firefly',34488,1,64,0,1,5000,1250,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,36034,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29962,2,15,-1,'Heartrazor',42179,4,4096,0,1,643667,128733,13,32767,-1,134,70,0,0,0,0,0,0,0,1,1,0,2,3,20,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,226,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,36041,2,0,2.2,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29964,4,2,-1,'Blackstorm Leggings',41569,3,0,0,1,76453,15290,7,-1,-1,52,45,0,0,10658,0,0,0,0,0,1,0,3,3,13,7,20,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(29965,4,4,-1,'Girdle of the Righteous Path',42699,4,4096,0,1,219735,43947,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,33,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,904,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29966,4,2,-1,'Vambraces of Ending',45022,4,4096,0,1,156660,31332,9,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,3,24,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29967,4,2,-1,'Nether Vest',41827,2,0,0,1,168401,33680,5,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,28,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29968,4,3,-1,'Nether Leggings',22481,2,0,0,1,202829,40565,7,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,3,28,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29969,4,4,-1,'Sparky\'s Discarded Helmet',42995,2,0,0,1,177809,35561,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,4,29,32,28,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,810,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29970,4,2,-1,'Wildfeather Leggings',41574,3,0,0,1,78211,15642,7,-1,-1,52,45,0,0,10660,0,0,0,0,0,1,0,3,5,11,6,12,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(29971,4,3,-1,'Dragonstrike Leggings',41605,3,0,0,1,94196,18839,7,-1,-1,52,45,0,0,10656,0,0,0,0,0,1,0,3,32,12,5,11,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(29972,4,1,-1,'Trousers of the Astromancer',46127,4,4096,0,1,256347,51269,7,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,36,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,8,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29973,4,2,-1,'Primalstorm Breastplate',41580,3,0,0,1,192824,38564,5,-1,-1,100,65,0,0,10658,0,0,0,0,0,1,0,3,3,30,7,27,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29974,4,2,-1,'Living Crystal Breastplate',44156,3,0,0,1,193542,38708,5,-1,-1,100,65,0,0,10660,0,0,0,0,0,1,0,3,5,23,6,17,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29975,4,3,-1,'Golden Dragonstrike Breastplate',41583,3,0,0,1,233088,46617,5,-1,-1,100,65,0,0,10656,0,0,0,0,0,1,0,3,32,25,5,17,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(29976,4,3,-1,'Worldstorm Gauntlets',46094,4,4096,0,1,200254,40050,10,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,22,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,562,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29977,4,1,-1,'Star-Soul Breeches',46128,4,4096,0,1,267963,53592,7,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,27,6,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29978,4,1,-1,'Consortium Combatant\'s Robes',41828,2,0,0,1,151214,30242,20,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,5,21,6,10,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29979,4,2,-1,'Netherstorm Eyepatch',21701,2,0,0,1,142254,28450,1,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,7,16,3,21,13,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29980,4,4,-1,'Midrealm Leggings',26814,2,0,0,1,266483,53296,7,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,4,4,39,32,21,7,16,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,918,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(29981,2,10,-1,'Ethereum Life-Staff',42180,4,4096,0,1,801379,160275,17,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,3,7,52,5,44,6,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,306,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,44071,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,-55.3,0,0,0,'',67,0,0,0,0,12340),(29982,2,19,-1,'Wand of the Forgotten Star',42181,4,4096,0,1,482699,96539,26,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,2,31,11,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,346,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29983,4,4,-1,'Fel-Steel Warhelm',46577,4,4096,0,1,324564,64912,1,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,4,46,7,46,32,44,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1306,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29984,4,2,-1,'Girdle of Zaetar',46105,4,4096,0,1,155447,31089,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,23,6,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29985,4,3,-1,'Void Reaver Greaves',46093,4,4096,0,1,374510,74902,7,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,37,7,33,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,787,0,0,0,0,0,0,0,0,0,15830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,4,0,8,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29986,4,1,-1,'Cowl of the Grand Engineer',46216,4,4096,0,1,187953,37590,1,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,22,5,27,31,16,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,4,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29987,4,1,-1,'Gauntlets of the Sun King',46119,4,4096,0,1,134794,26958,10,32767,-1,138,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,29,6,20,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29988,2,10,-1,'The Nexus Key',47435,4,4096,0,1,862632,172526,17,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,76,5,52,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,312,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,44072,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,-59,0,0,0,'',67,0,0,0,0,12340),(29989,4,1,-1,'Sunshower Light Cloak',46123,4,4096,0,1,203729,40745,16,-1,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,24,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29990,4,1,-1,'Crown of the Sun',46506,4,4096,0,1,204478,40895,1,32767,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,38,6,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,39988,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29991,4,3,-1,'Sunhawk Leggings',46092,4,4096,0,1,410495,82099,7,32767,-1,138,70,0,0,0,0,0,0,0,0,1,0,2,7,39,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,847,0,0,0,0,0,0,0,0,0,39988,1,0,0,-1,0,-1,21639,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,8,0,8,0,4,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29992,4,1,-1,'Royal Cloak of the Sunstriders',46124,4,4096,0,1,211527,42305,16,32767,-1,138,70,0,0,0,0,0,0,0,0,1,0,2,7,27,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29993,2,8,-1,'Twinblade of the Phoenix',42183,4,0,0,1,902312,180462,17,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,53,32,37,38,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,564,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29994,4,1,-1,'Thalassian Wildercloak',46125,4,4096,0,1,213045,42609,16,-1,-1,138,70,0,0,0,0,0,0,0,0,1,0,2,3,28,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29995,4,2,-1,'Leggings of Murderous Intent',46106,4,4096,0,1,356357,71271,7,32767,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,3,45,7,31,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,380,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29996,2,4,-1,'Rod of the Sun King',41873,4,4096,0,1,729627,145925,13,32767,-1,141,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,352,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,36070,2,0,6,-1,0,-1,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29997,4,0,-1,'Band of the Ranger-General',39126,4,4096,0,1,241024,60256,11,262143,32767,138,70,0,0,0,0,0,0,0,1,1,0,3,7,27,32,28,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This ring was formerly held by Sylvanas Windrunner....',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29998,4,4,-1,'Royal Gauntlets of Silvermoon',46076,4,4096,0,1,253559,50711,10,32767,-1,138,70,0,0,0,0,0,0,0,0,1,0,4,7,57,12,24,13,21,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,8,0,0,0,2876,0,300,0,0,0,0,'',67,0,0,0,0,12340),(29999,4,2,-1,'After Hours Pauldrons',41830,2,0,0,1,135443,27088,3,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,4,4,28,3,16,7,12,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30000,4,1,-1,'Mixologist\'s Gloves',13195,2,0,0,1,72492,14498,10,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,5,16,7,12,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30001,4,3,-1,'Doc\'s Belt',41831,2,0,0,1,98713,19742,6,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,16,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30002,4,4,-1,'Boot\'s Boots',41829,2,0,0,1,173091,34618,8,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,4,14,16,7,12,32,7,4,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,685,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30003,4,2,-1,'Gloves of the Nether-Stalker',17223,2,0,0,1,87062,17412,10,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,7,12,3,16,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30004,4,3,-1,'Landing Boots',41596,2,0,0,1,158017,31603,8,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,32,16,7,12,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30005,4,4,-1,'Overmaster\'s Shoulders',18497,2,4096,0,1,183874,36774,3,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,4,32,16,31,8,7,12,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,787,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30006,4,0,-1,'Wind Trader\'s Band',963,2,0,0,1,145472,36368,11,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,4,7,34,12,12,3,6,31,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30007,4,0,-1,'The Darkener\'s Grasp',34303,4,4096,0,1,345774,86443,2,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,4,15,14,13,23,7,40,12,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30008,4,0,-1,'Pendant of the Lost Ages',31889,4,4096,0,1,353421,88355,2,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,27,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,35126,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30009,2,1,-1,'The Burning Crusader',43952,3,0,0,1,526977,105395,17,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,5,4,27,3,27,7,27,31,26,37,17,0,0,0,0,0,0,0,0,0,0,0,0,251,378,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30010,2,10,-1,'Fleshling Simulation Staff',41598,3,0,0,1,528915,105783,17,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,5,38,54,3,27,7,27,31,26,37,17,0,0,0,0,0,0,0,0,0,0,0,0,167,252,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30011,2,10,-1,'Ameer\'s Impulse Taser',41599,3,0,0,1,530853,106170,17,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,5,5,27,32,27,7,27,6,26,31,17,0,0,0,0,0,0,0,0,0,0,0,0,105,190,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,36430,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-25.8,0,0,0,'',52,0,0,0,0,12340),(30012,2,10,-1,'Ameer\'s Judgement',41600,3,0,0,1,532791,106558,17,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,4,5,40,6,27,7,27,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,190,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,36428,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-25.8,0,0,0,'',52,0,0,0,0,12340),(30013,2,15,-1,'Twin-Bladed Ripper',44767,3,0,0,1,427741,85548,13,-1,-1,109,0,0,0,0,0,0,0,0,1,1,0,4,3,12,31,11,7,12,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,157,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14027,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30014,4,2,-1,'X-52 Pilot\'s Leggings',41838,3,0,0,1,209304,41860,7,-1,-1,106,0,0,0,0,0,0,0,0,0,1,0,2,3,31,7,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30015,4,0,-1,'The Sun King\'s Talisman',32008,4,0,0,1,411111,102777,2,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,22,5,16,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30016,4,4,-1,'X-52 Technician\'s Helm',42994,3,0,0,1,220914,44182,1,-1,-1,106,0,0,0,0,0,0,0,0,0,1,0,4,7,36,4,38,5,16,12,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,875,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30017,4,0,-1,'Telonicus\'s Pendant of Mayhem',35437,4,4096,0,1,353421,88355,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,27,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30018,4,0,-1,'Lord Sanguinar\'s Claim',35358,4,4096,0,1,411111,102777,2,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,19,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30019,4,3,-1,'Area 52 Defender\'s Pants',32760,3,0,0,1,255676,51135,7,-1,-1,106,0,0,0,0,0,0,0,0,0,1,0,3,5,24,32,21,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30020,4,1,-1,'Fire-Cord of the Magus',46114,4,4096,0,1,135365,27073,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,23,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30021,2,10,-1,'Wildfury Greatstaff',42184,4,0,0,1,801126,160225,17,32767,-1,134,70,0,0,0,0,0,0,0,1,1,0,2,7,75,13,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,452,0,0,0,0,500,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30022,4,0,-1,'Pendant of the Perilous',34204,4,4096,0,1,411111,102777,2,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,32,7,24,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30023,4,9,-1,'Totem of the Maelstrom',39638,4,0,0,1,185780,37156,28,32767,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37738,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30024,4,1,-1,'Mantle of the Elven Kings',46120,4,0,0,1,191620,38324,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,5,7,27,5,18,6,17,32,25,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30025,2,16,-1,'Serpentshrine Shuriken',38370,4,4198400,0,1,145472,36368,25,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,3,7,14,31,12,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,211,0,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30026,4,3,-1,'Bands of the Celestial Archer',46085,4,4096,0,1,193056,38611,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,32,17,5,24,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30027,4,4,-1,'Boots of Courage Unending',44966,4,4096,0,1,338459,67691,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,5,20,32,31,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30028,4,0,-1,'Seventh Ring of the Tirisfalen',28733,4,4096,0,1,241024,60256,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,7,37,15,24,12,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23181,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30029,4,2,-1,'Bark-Gloves of Ancient Wisdom',46103,4,4096,0,1,162659,32531,10,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,25,6,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30030,4,3,-1,'Girdle of Fallen Stars',46089,4,4096,0,1,195908,39181,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,26,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,4,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30031,4,4,-1,'Red Havoc Boots',45920,4,0,0,1,343441,68688,8,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,49,12,32,15,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,28113,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30032,4,4,-1,'Red Belt of Battle',46075,4,0,0,1,231528,46305,6,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,4,41,7,21,32,24,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,904,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,4,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30033,4,4,-1,'Boots of the Protector',45913,4,0,0,1,345915,69183,8,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,5,7,48,5,22,12,26,15,17,4,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30034,4,4,-1,'Belt of the Guardian',46072,4,0,0,1,233212,46642,6,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,24,7,48,12,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,904,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,34593,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30035,4,1,-1,'Boots of the Long Road',45917,4,0,0,1,199459,39891,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,26,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30036,4,1,-1,'Belt of the Long Road',46115,4,0,0,1,133451,26690,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,13,5,18,6,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,4,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30037,4,1,-1,'Boots of Blasting',46116,4,0,0,1,200895,40179,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,25,32,25,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30038,4,1,-1,'Belt of Blasting',46112,4,0,0,1,134408,26881,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,32,30,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30039,4,2,-1,'Boots of Utter Darkness',45915,4,0,0,1,252889,50577,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,34,31,23,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30040,4,2,-1,'Belt of Deep Shadow',46102,4,0,0,1,157290,31458,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,32,7,14,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,8,0,8,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30041,4,2,-1,'Boots of Natural Grace',45914,4,0,0,1,236833,47366,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,5,4,33,3,32,7,37,5,13,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30042,4,2,-1,'Belt of Natural Power',46104,4,0,0,1,158487,31697,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,4,29,3,27,7,38,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,2,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30043,4,3,-1,'Hurricane Boots',45919,4,0,0,1,287597,57519,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,26,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30044,4,3,-1,'Monsoon Belt',46090,4,0,0,1,191601,38320,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,23,5,24,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30045,4,3,-1,'Boots of the Crimson Hawk',46091,4,0,0,1,289760,57952,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,3,28,7,28,5,27,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30046,4,3,-1,'Belt of the Black Eagle',46087,4,0,0,1,193037,38607,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,20,5,23,32,17,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,4,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30047,4,3,-1,'Blackfathom Warbands',46095,4,4096,0,1,193735,38747,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,21,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30048,4,4,-1,'Brighthelm of Justice',46078,4,4096,0,1,339645,67929,1,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,36,5,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1306,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,21641,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30049,4,0,-1,'Fathomstone',42185,4,4096,0,1,1015299,203059,23,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,16,5,12,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30050,4,1,-1,'Boots of the Shifting Nightmare',42701,4,4096,0,1,195869,39173,8,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,41,5,22,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30051,4,8,-1,'Idol of the Crescent Goddess',43580,4,4096,0,1,196587,39317,28,32767,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37737,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30052,4,0,-1,'Ring of Lethality',35472,4,4096,0,1,241024,60256,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,3,24,7,19,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30053,4,4,-1,'Pauldrons of the Wardancer',46348,4,4096,0,1,345881,69176,3,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,38,7,21,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1206,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,2,0,8,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30054,4,3,-1,'Ranger-General\'s Chestguard',46099,4,4096,0,1,397444,79488,5,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,3,36,7,19,5,30,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,15830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,8,0,2,0,4,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30055,4,2,-1,'Shoulderpads of the Stranger',46353,4,4096,0,1,249299,49859,3,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,3,33,7,28,32,16,37,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30056,4,1,-1,'Robe of Hateful Echoes',46130,4,4096,0,1,247836,49567,20,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,36,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,4,0,4,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30057,4,4,-1,'Bracers of Eradication',42650,4,4096,0,1,218938,43787,9,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,4,4,25,7,12,32,24,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30058,2,4,-1,'Mallet of the Tides',42193,4,4096,0,1,651154,130230,13,32767,-1,134,70,0,0,0,0,0,0,0,1,1,0,3,7,34,12,16,37,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,214,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30059,4,0,-1,'Choker of Animalistic Fury',33906,4,4096,0,1,353421,88355,2,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,32,23,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30060,4,2,-1,'Boots of Effortless Striking',45821,4,4096,0,1,235912,47182,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,3,42,7,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30061,4,0,-1,'Ancestral Ring of Conquest',31908,4,4096,0,1,241024,60256,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,4,32,3,21,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30062,4,2,-1,'Grove-Bands of Remulos',43584,4,4096,0,1,158455,31691,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,14,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30063,4,7,-1,'Libram of Absolute Truth',34961,4,4096,0,1,190864,38172,28,32767,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37739,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30064,4,1,-1,'Cord of Screaming Terrors',42702,4,4096,0,1,127721,25544,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,15,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30065,4,4,-1,'Glowing Breastplate of Truth',46080,4,4096,0,1,448654,89730,5,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,40,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1607,0,0,0,0,0,0,0,0,0,21633,1,0,0,-1,0,-1,15696,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30066,4,3,-1,'Tempest-Strider Boots',44951,4,4096,0,1,290784,58156,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,25,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,42082,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30067,4,1,-1,'Velvet Boots of the Guardian',45911,4,4096,0,1,193716,38743,8,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,4,5,21,6,15,32,24,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30068,4,3,-1,'Girdle of the Tidal Call',46097,4,4096,0,1,194434,38886,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,38,70,7,30,5,20,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30069,4,4,-1,'Earthforged Leggings',41604,3,0,0,1,111955,22391,7,-1,-1,52,47,0,0,9788,0,0,0,0,0,1,0,3,4,16,7,16,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,10,0,0,0,'',47,0,0,0,0,12340),(30070,4,3,-1,'Windforged Leggings',41607,3,0,0,1,96315,19263,7,-1,-1,52,47,0,0,9788,0,0,0,0,0,1,0,5,3,16,38,32,7,7,31,7,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(30071,2,7,-1,'Light Earthforged Blade',41615,3,0,0,1,161113,32222,13,-1,-1,52,47,0,0,9787,0,0,0,0,0,1,0,1,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,113,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(30072,2,0,-1,'Light Skyforged Axe',41614,3,0,0,1,161701,32340,13,-1,-1,52,47,0,0,9787,0,0,0,0,0,1,0,1,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,113,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(30073,2,4,-1,'Light Emberforged Hammer',41613,3,0,0,1,166488,33297,13,-1,-1,52,47,0,0,9787,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,117,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(30074,4,4,-1,'Heavy Earthforged Breastplate',41616,3,0,0,1,257985,51597,5,-1,-1,100,65,0,0,9788,0,0,0,0,0,1,0,4,4,30,7,36,3,11,12,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1018,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,135,0,0,0,0,2,0,4,0,8,0,2952,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30075,4,2,-1,'Gnarled Chestpiece of the Ancients',43589,4,4096,0,1,308567,61713,5,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,32,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30076,4,3,-1,'Stormforged Hauberk',41617,3,0,0,1,222851,44570,5,-1,-1,100,65,0,0,9788,0,0,0,0,0,1,0,3,3,25,7,11,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,8,0,4,0,8,0,2952,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30077,2,7,-1,'Windforged Rapier',41620,3,0,0,1,372815,74563,13,-1,-1,100,65,0,0,17039,0,0,0,0,0,1,0,1,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,134,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30079,4,1,-1,'Illidari Shoulderpads',46131,4,4096,0,1,187992,37598,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,23,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,4,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30080,2,19,-1,'Luminescent Rod of the Naaru',41668,4,4096,0,1,492008,98401,26,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,1,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,346,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,18029,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30081,4,4,-1,'Warboots of Obliteration',42168,4,4096,0,1,330834,66166,8,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,4,44,7,29,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30082,2,7,-1,'Talon of Azshara',42187,4,4096,0,1,661003,132200,13,-1,-1,134,70,0,0,0,0,0,0,0,1,1,0,2,3,15,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,339,0,0,0,0,168,0,0,0,0,0,0,2700,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30083,4,0,-1,'Ring of Sundered Souls',24646,4,4096,0,1,241024,60256,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,7,45,12,18,13,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30084,4,4,-1,'Pauldrons of the Argent Sentinel',46349,4,4096,0,1,334561,66912,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,5,34,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1206,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30085,4,3,-1,'Mantle of the Tireless Tracker',46355,4,4096,0,1,289673,57934,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,32,33,3,22,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,675,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30086,2,8,-1,'Stoneforged Claymore',44893,3,0,0,1,482061,96412,17,-1,-1,100,65,0,0,17039,0,0,0,0,0,1,0,2,4,40,3,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,311,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30087,2,0,-1,'Stormforged Axe',42713,3,0,0,1,387084,77416,13,-1,-1,100,65,0,0,17041,0,0,0,0,0,1,0,1,3,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,205,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30088,2,1,-1,'Skyforged Great Axe',41631,3,0,0,1,485600,97120,17,-1,-1,100,65,0,0,17041,0,0,0,0,0,1,0,1,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,321,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,15826,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30089,2,4,-1,'Lavaforged Warhammer',41635,3,0,0,1,400189,80037,13,-1,-1,100,65,0,0,17040,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,197,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30090,2,5,-1,'World Breaker',41558,4,4096,0,1,873389,174677,17,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,2,4,50,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,558,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,36111,2,0,1,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30091,4,3,-1,'True-Aim Stalker Bands',46100,4,4096,0,1,201690,40338,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,5,12,32,24,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30092,4,2,-1,'Orca-Hide Boots',45909,4,4096,0,1,252986,50597,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,19,5,27,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,8,0,8,0,0,0,2866,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30093,2,5,-1,'Great Earthforged Hammer',41638,3,0,0,1,507362,101472,17,-1,-1,100,65,0,0,17040,0,0,0,0,0,1,0,1,7,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,330,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30094,12,0,-1,'Totem of Spirits',41639,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36107,0,0,0,0,1167,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30095,2,7,-1,'Fang of the Leviathan',42188,4,4096,0,1,643599,128719,21,-1,-1,134,70,0,0,0,0,0,0,0,1,1,0,3,7,28,5,20,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,126,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,44073,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-55.3,0,0,0,'',67,0,0,0,0,12340),(30096,4,4,-1,'Girdle of the Invulnerable',42651,4,4096,0,1,218027,43605,6,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,5,14,19,7,37,12,22,13,19,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,904,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30097,4,3,-1,'Coral-Barbed Shoulderpads',46096,4,4096,0,1,281049,56209,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,22,5,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,675,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,8,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30098,4,1,-1,'Razor-Scale Battlecloak',43597,4,4096,0,1,187255,37451,16,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,33,3,23,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30099,4,0,-1,'Frayed Tether of the Drowned',43599,4,4096,0,1,345774,86443,2,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,45,12,24,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30100,4,1,-1,'Soul-Strider Boots',45910,4,4096,0,1,188671,37734,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,20,5,19,6,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30101,4,2,-1,'Bloodsea Brigand\'s Vest',47437,4,4096,0,1,315649,63129,5,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,24,32,36,31,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,4,0,8,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30102,4,4,-1,'Krakken-Heart Breastplate',46082,4,4096,0,1,475369,95073,5,1535,-1,138,70,0,0,0,0,0,0,0,0,1,0,4,4,61,3,43,7,42,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1728,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30103,2,15,-1,'Fang of Vashj',42189,4,4096,0,1,695266,139053,13,32767,-1,141,70,0,0,0,0,0,0,0,1,1,0,2,7,19,37,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,217,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30104,4,3,-1,'Cobra-Lash Boots',45845,4,4096,0,1,309239,61847,8,32767,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,3,33,7,25,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,665,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,8,0,2,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30105,2,2,-1,'Serpent Spine Longbow',43834,4,4096,0,1,539425,107885,15,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,17,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,327,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30106,4,2,-1,'Belt of One-Hundred Deaths',42636,4,4096,0,1,176913,35382,6,32767,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,3,29,7,25,37,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,8,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30107,4,1,-1,'Vestments of the Sea-Witch',46133,4,4096,0,1,284060,56812,20,32767,-1,138,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,28,31,27,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,23213,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,4,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30108,2,4,-1,'Lightfathom Scepter',47438,4,4096,0,1,727011,145402,21,32767,-1,141,70,0,0,0,0,0,0,0,1,1,0,2,5,20,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,136,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,42110,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-59,0,0,0,'',67,0,0,0,0,12340),(30109,4,0,-1,'Ring of Endless Coils',33534,4,4096,0,1,241024,60256,11,262143,32767,138,70,0,0,0,0,0,0,0,1,1,0,2,7,31,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30110,4,0,-1,'Coral Band of the Revived',31616,4,4096,0,1,241024,60256,11,262143,32767,138,70,0,0,0,0,0,0,0,1,1,0,3,5,14,6,27,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30111,4,2,-1,'Runetotem\'s Mantle',46110,4,4096,0,1,270127,54025,3,32767,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,22,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30112,4,4,-1,'Glorious Gauntlets of Crestfall',46079,4,4096,0,1,254461,50892,10,32767,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,26,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30113,4,4,-1,'Destroyer Chestguard',42297,4,4096,0,1,0,0,5,1,32767,133,70,0,0,0,0,0,0,0,0,1,0,5,4,38,7,57,12,27,13,24,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1668,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,656,165,0,0,0,0,8,0,4,0,2,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30114,4,4,-1,'Destroyer Handguards',42299,4,4096,0,1,0,0,10,1,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,24,7,44,12,25,15,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1042,0,0,0,0,0,0,0,0,0,40443,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,656,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30115,4,4,-1,'Destroyer Greathelm',47594,4,4096,0,1,0,0,1,1,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,42,7,48,12,30,13,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1355,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,656,100,0,0,0,0,1,0,2,0,0,0,2871,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30116,4,4,-1,'Destroyer Legguards',42298,4,4096,0,1,0,0,7,1,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,36,7,60,12,39,15,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1459,0,0,0,0,0,0,0,0,0,34593,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,656,120,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30117,4,4,-1,'Destroyer Shoulderguards',42300,4,4096,0,1,0,0,3,1,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,4,27,7,44,12,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1251,0,0,0,0,0,0,0,0,0,28325,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,656,100,0,0,0,0,2,0,8,0,0,0,3017,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30118,4,4,-1,'Destroyer Breastplate',42297,4,4096,0,1,0,0,5,1,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,50,7,48,32,33,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1668,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,657,165,0,0,0,0,4,0,8,0,2,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30119,4,4,-1,'Destroyer Gauntlets',42299,4,4096,0,1,0,0,10,1,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,4,44,7,46,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1042,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,657,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30120,4,4,-1,'Destroyer Battle-Helm',47594,4,4096,0,1,0,0,1,1,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,47,7,45,32,36,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1355,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,657,100,0,0,0,0,1,0,8,0,0,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30121,4,4,-1,'Destroyer Greaves',42298,4,4096,0,1,0,0,7,1,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,52,7,57,32,32,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1459,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,657,120,0,0,0,0,2,0,0,0,0,0,2885,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30122,4,4,-1,'Destroyer Shoulderblades',42300,4,4096,0,1,0,0,3,1,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,36,7,38,31,18,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1251,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,657,100,0,0,0,0,4,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30123,4,4,-1,'Crystalforge Chestguard',42306,4,4096,0,1,0,0,5,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,55,4,41,12,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1668,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,35168,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,628,165,0,0,0,0,2,0,4,0,4,0,2932,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30124,4,4,-1,'Crystalforge Handguards',42307,4,4096,0,1,0,0,10,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,40,4,35,12,27,15,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1042,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,28113,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,628,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30125,4,4,-1,'Crystalforge Faceguard',44050,4,4096,0,1,0,0,1,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,48,4,37,12,28,15,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1355,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,42034,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,628,100,0,0,0,0,2,0,1,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30126,4,4,-1,'Crystalforge Legguards',42309,4,4096,0,1,0,0,7,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,54,4,39,12,35,15,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1459,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,35074,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,628,120,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30127,4,4,-1,'Crystalforge Shoulderguards',42310,4,4096,0,1,0,0,3,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,38,4,35,12,26,14,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1251,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,628,100,0,0,0,0,2,0,2,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30129,4,4,-1,'Crystalforge Breastplate',42306,4,4096,0,1,0,0,5,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,5,4,56,7,40,5,20,31,23,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1668,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,629,165,0,0,0,0,2,0,4,0,4,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30130,4,4,-1,'Crystalforge Gauntlets',42307,4,4096,0,1,0,0,10,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,44,7,35,5,23,3,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1042,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,629,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30131,4,4,-1,'Crystalforge War-Helm',44050,4,4096,0,1,0,0,1,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,56,7,46,5,23,3,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1355,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,629,100,0,0,0,0,2,0,1,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30132,4,4,-1,'Crystalforge Greaves',42309,4,4096,0,1,0,0,7,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,5,4,59,7,42,5,23,3,27,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1459,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,629,120,0,0,0,0,4,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30133,4,4,-1,'Crystalforge Shoulderbraces',42310,4,4096,0,1,0,0,3,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,45,7,34,5,15,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1251,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,629,100,0,0,0,0,4,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30134,4,4,-1,'Crystalforge Chestpiece',42306,4,4096,0,1,0,0,5,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,36,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1668,0,0,0,0,0,0,0,0,0,42089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,627,165,0,0,0,0,8,0,4,0,4,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30135,4,4,-1,'Crystalforge Gloves',42307,4,4096,0,1,0,0,10,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,25,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1042,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,627,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30136,4,4,-1,'Crystalforge Greathelm',44050,4,4096,0,1,0,0,1,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,28,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1355,0,0,0,0,0,0,0,0,0,42089,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,627,100,0,0,0,0,4,0,1,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30137,4,4,-1,'Crystalforge Leggings',42309,4,4096,0,1,0,0,7,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,36,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1459,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,627,120,0,0,0,0,8,0,0,0,0,0,3152,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30138,4,4,-1,'Crystalforge Pauldrons',42310,4,4096,0,1,0,0,3,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,26,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1251,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,627,100,0,0,0,0,4,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30139,4,3,-1,'Rift Stalker Hauberk',42698,4,4096,0,1,0,0,5,4,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,3,40,7,40,5,19,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,0,0,0,0,15826,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,652,140,0,0,0,0,8,0,4,0,4,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30140,4,3,-1,'Rift Stalker Gauntlets',43749,4,4096,0,1,0,0,10,4,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,3,34,7,29,5,20,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,652,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30141,4,3,-1,'Rift Stalker Helm',43750,4,4096,0,1,0,0,1,4,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,3,40,7,36,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,759,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,652,85,0,0,0,0,4,0,1,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30142,4,3,-1,'Rift Stalker Leggings',43751,4,4096,0,1,0,0,7,4,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,3,40,7,39,5,26,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,817,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,652,105,0,0,0,0,2,0,0,0,0,0,2902,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30143,4,3,-1,'Rift Stalker Mantle',43752,4,4096,0,1,0,0,3,4,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,3,26,7,26,5,24,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,652,85,0,0,0,0,2,0,2,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30144,4,2,-1,'Deathmantle Chestguard',45017,4,4096,0,1,0,0,5,8,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,3,33,7,57,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,419,0,0,0,0,0,0,0,0,0,29524,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,622,120,0,0,0,0,4,0,4,0,8,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30145,4,2,-1,'Deathmantle Handguards',45016,4,4096,0,1,0,0,10,8,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,3,36,7,34,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,622,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30146,4,2,-1,'Deathmantle Helm',45018,4,4096,0,1,0,0,1,8,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,3,39,7,48,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,622,70,0,0,0,0,1,0,2,0,0,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30148,4,2,-1,'Deathmantle Legguards',45019,4,4096,0,1,0,0,7,8,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,3,47,7,49,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,622,90,0,0,0,0,8,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30149,4,2,-1,'Deathmantle Shoulderpads',45020,4,4096,0,1,0,0,3,8,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,3,34,7,37,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,622,70,0,0,0,0,2,0,8,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30150,4,1,-1,'Vestments of the Avatar',42290,4,4096,0,1,0,0,20,16,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,36,5,25,6,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,0,0,0,0,0,0,0,0,0,42089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,665,100,0,0,0,0,8,0,4,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30151,4,1,-1,'Gloves of the Avatar',42291,4,4096,0,1,0,0,10,16,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,26,5,27,6,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,665,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30152,4,1,-1,'Cowl of the Avatar',42879,4,4096,0,1,0,0,1,16,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,28,6,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,42089,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,665,60,0,0,0,0,1,0,4,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30153,4,1,-1,'Breeches of the Avatar',42295,4,4096,0,1,0,0,7,16,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,36,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,665,75,0,0,0,0,8,0,0,0,0,0,3151,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30154,4,1,-1,'Mantle of the Avatar',42294,4,4096,0,1,0,0,3,16,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,26,5,26,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,665,60,0,0,0,0,8,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30155,0,5,-1,'Clam Bar',30997,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33253,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Chewy and Delicious!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(30156,9,5,-1,'Recipe: Clam Bar',1301,1,4160,0,1,0,0,0,-1,-1,60,0,185,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36210,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to deep fry a Clam Bar! Is there anything quite this tasty?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30157,12,0,-1,'Cursed Talisman',41658,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30158,12,0,-1,'Morkh\'s Shattered Armor',41659,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30159,4,1,-1,'Shroud of the Avatar',42290,4,4096,0,1,0,0,20,16,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,35,6,20,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,666,100,0,0,0,0,4,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30160,4,1,-1,'Handguards of the Avatar',42291,4,4096,0,1,0,0,10,16,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,31,5,27,6,25,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,666,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30161,4,1,-1,'Hood of the Avatar',45797,4,4096,0,1,0,0,1,16,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,36,6,24,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,666,60,0,0,0,0,1,0,4,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30162,4,1,-1,'Leggings of the Avatar',42295,4,4096,0,1,0,0,7,16,32767,133,70,0,0,0,0,0,0,0,0,1,0,5,7,37,5,36,6,26,31,25,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,666,75,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30163,4,1,-1,'Wings of the Avatar',42294,4,4096,0,1,0,0,3,16,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,22,5,24,6,24,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,666,60,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30164,4,3,-1,'Cataclysm Chestguard',43613,4,4096,0,1,0,0,5,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,36,5,33,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,21637,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,634,140,0,0,0,0,8,0,8,0,4,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30165,4,3,-1,'Cataclysm Gloves',43698,4,4096,0,1,0,0,10,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,35,5,34,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,634,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30166,4,3,-1,'Cataclysm Headguard',44516,4,4096,0,1,0,0,1,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,37,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,759,0,0,0,0,0,0,0,0,0,42089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,634,85,0,0,0,0,1,0,4,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30167,4,3,-1,'Cataclysm Legguards',43618,4,4096,0,1,0,0,7,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,2,7,48,5,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,817,0,0,0,0,0,0,0,0,0,42089,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,634,105,0,0,0,0,8,0,0,0,0,0,3151,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30168,4,3,-1,'Cataclysm Shoulderguards',43617,4,4096,0,1,0,0,3,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,2,7,28,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,634,85,0,0,0,0,8,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30169,4,3,-1,'Cataclysm Chestpiece',43613,4,4096,0,1,0,0,5,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,28,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,635,140,0,0,0,0,8,0,4,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30170,4,3,-1,'Cataclysm Handgrips',43698,4,4096,0,1,0,0,10,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,27,32,19,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,635,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30171,4,3,-1,'Cataclysm Headpiece',63412,4,4096,0,1,0,0,1,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,35,5,28,31,18,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,759,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,635,85,0,0,0,0,1,0,4,0,0,0,2908,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30172,4,3,-1,'Cataclysm Leggings',43619,4,4096,0,1,0,0,7,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,46,32,24,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,817,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,635,105,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30173,4,3,-1,'Cataclysm Shoulderpads',43617,4,4096,0,1,0,0,3,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,26,5,19,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,635,85,0,0,0,0,8,0,4,0,0,0,2875,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30174,12,0,-1,'Dust of the Fey Drake',35023,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Gathered from the diaphanous wings of the dragonling, it tingles with magic.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30175,12,0,-1,'Gor\'drek\'s Ointment',6359,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32578,0,5,5,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'item_gor_dreks_ointment',0,0,0,0,0,12340),(30177,12,0,-1,'Stronglimb Deeproot\'s Trunk',36520,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Now how are you supposed to carry this back to Thunderlord Stronghold?',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30183,7,13,-1,'Nether Vortex',41679,4,0,0,1,0,20000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30184,12,0,-1,'Thunderlord Dire Wolf Tail',30532,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Dire must mean big.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30185,4,3,-1,'Cataclysm Chestplate',43613,4,4096,0,1,0,0,5,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,5,38,82,3,32,7,46,5,28,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,636,140,0,0,0,0,2,0,8,0,4,0,2952,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30186,4,1,-1,'Gladiator\'s Felweave Amice',41706,4,36864,0,1,0,0,3,256,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,14,35,21,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30187,4,1,-1,'Gladiator\'s Felweave Cowl',45149,4,36864,0,1,0,0,1,256,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,15,32,18,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30188,4,1,-1,'Gladiator\'s Felweave Handguards',45236,4,36864,0,1,0,0,10,256,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,14,32,21,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30189,4,3,-1,'Cataclysm Gauntlets',43698,4,4096,0,1,0,0,10,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,5,38,70,3,24,7,34,5,23,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,636,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30190,4,3,-1,'Cataclysm Helm',63411,4,4096,0,1,0,0,1,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,5,38,82,3,32,7,46,5,23,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,759,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,636,85,0,0,0,0,1,0,4,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30192,4,3,-1,'Cataclysm Legplates',43619,4,4096,0,1,0,0,7,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,5,38,82,3,32,7,58,5,31,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,817,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,636,105,0,0,0,0,2,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30194,4,3,-1,'Cataclysm Shoulderplates',43617,4,4096,0,1,0,0,3,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,38,60,7,37,5,21,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,21627,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,636,85,0,0,0,0,8,0,4,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30196,4,1,-1,'Robes of Tirisfal',42640,4,4096,0,1,0,0,20,128,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,35,6,20,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,649,100,0,0,0,0,4,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30200,4,1,-1,'Gladiator\'s Felweave Raiment',44788,4,36864,0,1,0,0,20,256,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,51,5,16,32,27,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,100,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30201,4,1,-1,'Gladiator\'s Felweave Trousers',41713,4,36864,0,1,0,0,7,256,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,25,32,28,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30205,4,1,-1,'Gloves of Tirisfal',42641,4,4096,0,1,0,0,10,128,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,26,5,27,6,18,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,649,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30206,4,1,-1,'Cowl of Tirisfal',44020,4,4096,0,1,0,0,1,128,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,36,6,24,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,649,60,0,0,0,0,1,0,4,0,0,0,2908,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30207,4,1,-1,'Leggings of Tirisfal',42643,4,4096,0,1,0,0,7,128,32767,133,70,0,0,0,0,0,0,0,0,1,0,5,7,37,5,36,6,26,32,17,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,649,75,0,0,0,0,4,0,0,0,0,0,2909,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30210,4,1,-1,'Mantle of Tirisfal',42644,4,4096,0,1,0,0,3,128,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,22,5,24,6,24,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,649,60,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30211,4,1,-1,'Gloves of the Corruptor',42302,4,4096,0,1,0,0,10,256,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,50,5,24,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,646,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30212,4,1,-1,'Hood of the Corruptor',42305,4,4096,0,1,0,0,1,256,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,57,5,33,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,646,60,0,0,0,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30213,4,1,-1,'Leggings of the Corruptor',42303,4,4096,0,1,0,0,7,256,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,32,32,32,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,646,75,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30214,4,1,-1,'Robe of the Corruptor',42313,4,4096,0,1,0,0,20,256,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,33,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,646,100,0,0,0,0,4,0,4,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30215,4,1,-1,'Mantle of the Corruptor',42304,4,4096,0,1,0,0,3,256,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,24,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,646,60,0,0,0,0,4,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30216,4,2,-1,'Nordrassil Chestguard',43620,4,4096,0,1,0,0,5,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,36,5,33,6,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,419,0,0,0,0,0,0,0,0,0,42089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,642,120,0,0,0,0,8,0,8,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30217,4,2,-1,'Nordrassil Gloves',43621,4,4096,0,1,0,0,10,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,26,5,27,6,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,642,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30218,4,2,-1,'Junior Technician 3rd Grade Shoulders',41756,2,0,0,1,132105,26421,3,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,3,11,7,16,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30219,4,2,-1,'Nordrassil Headguard',50531,4,4096,0,1,0,0,1,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,28,6,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,42089,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,642,70,0,0,0,0,4,0,1,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30220,4,2,-1,'Nordrassil Life-Kilt',43623,4,4096,0,1,0,0,7,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,36,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,642,90,0,0,0,0,8,0,0,0,0,0,3151,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30221,4,2,-1,'Nordrassil Life-Mantle',43624,4,4096,0,1,0,0,3,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,26,5,27,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,642,70,0,0,0,0,8,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30222,4,2,-1,'Nordrassil Chestplate',43620,4,4096,0,1,0,0,5,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,46,3,41,7,43,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,419,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,641,120,0,0,0,0,8,0,4,0,2,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30223,4,2,-1,'Nordrassil Handgrips',43621,4,4096,0,1,0,0,10,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,35,3,36,7,40,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,641,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30224,4,3,-1,'Junior Technician 3rd Grade Gloves',41757,2,0,0,1,107970,21594,10,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,5,11,7,16,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30225,4,4,-1,'Junior Technician 3rd Grade Bracers',26829,2,0,0,1,127136,25427,9,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,4,7,24,12,11,31,11,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30226,2,2,-1,'Alley\'s Recurve',41779,2,0,0,1,271847,54369,15,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,7,10,3,7,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,181,0,0,0,0,0,0,0,0,0,0,0,2500,2,100,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(30227,2,16,-1,'Mark V\'s Throwing Star',39999,2,4194304,0,1,138516,34629,25,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,3,7,7,10,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,166,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(30228,4,2,-1,'Nordrassil Headdress',50531,4,4096,0,1,0,0,1,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,46,3,40,7,43,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,641,70,0,0,0,0,2,0,1,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30229,4,2,-1,'Nordrassil Feral-Kilt',43623,4,4096,0,1,0,0,7,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,5,4,46,3,48,7,42,5,17,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,641,90,0,0,0,0,8,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30230,4,2,-1,'Nordrassil Feral-Mantle',43624,4,4096,0,1,0,0,3,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,35,3,34,7,36,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,641,70,0,0,0,0,4,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30231,4,2,-1,'Nordrassil Chestpiece',43620,4,4096,0,1,0,0,5,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,5,7,36,5,32,6,25,32,17,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,419,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,643,120,0,0,0,0,8,0,8,0,4,0,2864,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30232,4,2,-1,'Nordrassil Gauntlets',43621,4,4096,0,1,0,0,10,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,26,5,27,6,23,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,643,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30233,4,2,-1,'Nordrassil Headpiece',50531,4,4096,0,1,0,0,1,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,5,7,35,5,28,6,24,32,25,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,643,70,0,0,0,0,4,0,1,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30234,4,2,-1,'Nordrassil Wrath-Kilt',43623,4,4096,0,1,0,0,7,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,37,5,36,6,26,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,643,90,0,0,0,0,8,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30235,4,2,-1,'Nordrassil Wrath-Mantle',43624,4,4096,0,1,0,0,3,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,26,5,27,6,16,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,643,70,0,0,0,0,8,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30236,15,0,-1,'Chestguard of the Vanquished Champion',41438,4,0,0,1,0,50000,0,74,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30237,15,0,-1,'Chestguard of the Vanquished Defender',41438,4,0,0,1,0,50000,0,1041,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30238,15,0,-1,'Chestguard of the Vanquished Hero',41438,4,0,0,1,0,50000,0,388,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30239,15,0,-1,'Gloves of the Vanquished Champion',41440,4,0,0,1,0,50000,0,74,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30240,15,0,-1,'Gloves of the Vanquished Defender',41440,4,0,0,1,0,50000,0,1041,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30241,15,0,-1,'Gloves of the Vanquished Hero',41440,4,0,0,1,0,50000,0,388,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30242,15,0,-1,'Helm of the Vanquished Champion',41441,4,0,0,1,0,50000,0,74,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30243,15,0,-1,'Helm of the Vanquished Defender',41441,4,0,0,1,0,50000,0,1041,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30244,15,0,-1,'Helm of the Vanquished Hero',41441,4,0,0,1,0,50000,0,388,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30245,15,0,-1,'Leggings of the Vanquished Champion',41442,4,0,0,1,0,50000,0,74,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30246,15,0,-1,'Leggings of the Vanquished Defender',41442,4,0,0,1,0,50000,0,1041,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30247,15,0,-1,'Leggings of the Vanquished Hero',41442,4,0,0,1,0,50000,0,388,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30248,15,0,-1,'Pauldrons of the Vanquished Champion',19486,4,0,0,1,0,50000,0,74,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30249,15,0,-1,'Pauldrons of the Vanquished Defender',19486,4,0,0,1,0,50000,0,1041,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30250,15,0,-1,'Pauldrons of the Vanquished Hero',19486,4,0,0,1,0,50000,0,388,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30251,12,0,-1,'Rina\'s Diminution Powder',35360,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36310,0,7,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30252,2,19,-1,'Unearthed Enkaat Wand',21018,2,0,0,1,258420,51684,26,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,5,7,6,7,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,226,6,0,0,0,0,0,0,0,0,0,0,1700,0,100,9398,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(30253,4,1,-1,'Ethereal Gloves',16633,2,0,0,1,72639,14527,10,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,6,30,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30254,4,4,-1,'Zephyrion\'s Belt',41836,2,0,0,1,128306,25661,6,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,590,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30255,4,3,-1,'Chestguard of the Stormspire',27155,2,0,0,1,219511,43902,5,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,3,21,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,588,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30256,4,1,-1,'Pants of the Naaru',31910,3,0,0,1,169236,33847,7,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,6,25,5,22,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30257,4,2,-1,'Shattrath Leggings',41799,3,0,0,1,212299,42459,7,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,4,4,35,3,25,7,27,37,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30258,4,4,-1,'Chestplate of A\'dal',41800,3,0,0,1,298304,59660,5,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,4,4,35,32,25,31,22,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30259,15,0,-1,'Voren\'thal\'s Presence',6554,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36314,0,0,0,60000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'You feel Voren\'thal the Seer watch over you through this orb.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30260,0,0,-1,'Voren\'thal\'s Package',21586,1,4,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This package bears the personal insignia of Voren\'thal the Seer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30262,4,2,-1,'Trep\'s Shoulderguards',41839,2,0,0,1,133975,26795,3,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,13,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,20959,1,0,0,-1,0,-1,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30263,4,3,-1,'Heavy-Duty Engineering Boots',41803,2,0,0,1,162064,32412,8,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,13,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,384,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30264,4,4,-1,'Area 52 Engineering Gloves',41840,2,0,0,1,126660,25332,10,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,4,7,19,4,10,12,25,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30265,4,1,-1,'Zaxxis Bracers',41805,2,0,0,1,68802,13760,9,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,5,10,6,9,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30266,4,2,-1,'Zaxxis Boots',41806,2,0,0,1,129497,25899,8,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,4,7,19,4,13,3,13,13,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30267,4,4,-1,'Zaxxis Gloves',41807,2,0,0,1,122016,24403,10,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,4,31,13,7,19,4,13,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30268,4,1,-1,'Heap Leggings',41808,2,0,0,1,135774,27154,7,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,4,5,14,6,25,7,21,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30269,4,2,-1,'Warp-Raider\'s Eyepatch',41810,2,0,0,1,127755,25551,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,5,4,25,3,24,7,21,31,15,13,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30270,4,4,-1,'Scavenged Breastplate',26351,2,0,0,1,239374,47874,5,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,5,7,36,12,25,3,15,31,14,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,996,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30271,4,1,-1,'Midrealm Hat',41811,2,0,0,1,105557,21111,1,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,5,23,6,18,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30272,4,2,-1,'Eco-Dome Leggings',42515,2,0,0,1,176585,35317,7,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,31,18,3,23,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30273,4,3,-1,'Duro Footgear',41813,2,0,0,1,160210,32042,8,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,3,23,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30274,4,3,-1,'Papa\'s Armbands',41814,2,0,0,1,104116,20823,9,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,7,12,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,21625,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30275,4,4,-1,'Mech Tech Shoulders',42668,2,0,0,1,182527,36505,3,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,4,7,25,32,12,31,9,4,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,747,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30276,4,0,-1,'Wheeler Family Heirloom',9858,2,0,0,1,138516,34629,2,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,7,13,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9407,1,0,0,1500,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30277,2,13,-1,'Ripfang Paw',41816,2,0,0,1,359666,71933,21,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,3,10,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,210,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(30278,2,7,-1,'Pilfered Ethereal Blade',41856,2,0,0,1,360980,72196,13,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,12,16,7,15,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,124,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(30279,2,3,-1,'Mama\'s Insurance',8258,2,0,0,1,271720,54344,26,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,3,10,32,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,163,0,0,0,0,0,0,0,0,0,0,0,2200,3,100,15807,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(30280,9,2,-1,'Pattern: Belt of Blasting',1096,4,64,0,1,120000,30000,0,-1,-1,75,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36315,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Belt of Blasting.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30281,9,2,-1,'Pattern: Belt of the Long Road',1096,4,64,0,1,120000,30000,0,-1,-1,75,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36316,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Belt of the Long Road.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30282,9,2,-1,'Pattern: Boots of Blasting',1096,4,64,0,1,120000,30000,0,-1,-1,75,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36317,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Boots of Blasting.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30283,9,2,-1,'Pattern: Boots of the Long Road',1096,4,64,0,1,120000,30000,0,-1,-1,75,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36318,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Boots of the Long Road.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30284,4,1,-1,'Audi\'s Embroidered Boots',41817,2,0,0,1,102798,20559,8,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,5,9,7,12,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30285,4,2,-1,'B.O.O.M. Operative\'s Belt',41818,2,0,0,1,85994,17198,6,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,3,22,13,9,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30286,4,3,-1,'Otherworldly Pauldrons',41819,2,0,0,1,156071,31214,3,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,5,9,32,23,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,430,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Fashioned from materials \"liberated\" from the Consortium.',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30290,4,2,-1,'Leggings of Concentrated Power',13206,2,0,0,1,175254,35050,7,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,5,23,7,34,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30291,4,4,-1,'Nexus-Guard\'s Pauldrons',41835,2,0,0,1,184336,36867,3,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,7,27,15,17,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,767,0,0,0,0,0,0,0,0,0,36331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30293,4,0,-1,'Heavenly Inspiration',41858,2,0,0,1,86450,21612,12,-1,-1,111,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36347,0,0,0,90000,1141,15000,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30294,4,1,-1,'Red Pointy Hat',41859,2,0,0,1,104105,20821,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,21,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30295,4,3,-1,'Exotic Spiked Shoulders',41860,2,0,0,1,157415,31483,3,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,3,28,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30296,4,4,-1,'Lost Chestplate of the Reverent',41861,2,0,0,1,244682,48936,5,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,12,21,7,22,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,996,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30297,4,2,-1,'Circlet of the Starcaller',41938,3,0,0,1,159193,31838,1,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,4,6,17,5,18,7,27,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30298,4,3,-1,'Void Slayer\'s Tunic',28663,3,0,0,1,262301,52460,5,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,5,21,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30299,4,4,-1,'Starcaller\'s Plated Legguards',33888,3,0,0,1,307074,61414,7,32767,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,5,18,7,27,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,968,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30300,4,0,-1,'Dabiri\'s Enigma',41916,3,0,0,1,167612,41903,12,-1,-1,109,0,0,0,0,0,0,0,0,1,1,0,1,12,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36372,0,0,0,90000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30301,9,1,-1,'Pattern: Belt of Natural Power',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36349,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Belt of Natural Power.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30302,9,1,-1,'Pattern: Belt of Deep Shadow',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36351,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Belt of Deep Shadow.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30303,9,1,-1,'Pattern: Belt of the Black Eagle',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36352,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Belt of the Black Eagle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30304,9,1,-1,'Pattern: Monsoon Belt',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36353,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Monsoon Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30305,9,1,-1,'Pattern: Boots of Natural Grace',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36355,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Boots of Natural Grace.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30306,9,1,-1,'Pattern: Boots of Utter Darkness',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36357,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Boots of Utter Darkness.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30307,9,1,-1,'Pattern: Boots of the Crimson Hawk',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36358,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Boots of the Crimson Hawk.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30308,9,1,-1,'Pattern: Hurricane Boots',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36359,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Hurricane Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30309,0,0,-1,'Stonebreaker Brew',18115,1,65536,0,1,0,0,0,-1,-1,25,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1800,0,0,'',0,0,0,0,0,12340),(30311,2,7,-1,'Warp Slicer',41867,5,100352,0,1,0,0,13,-1,-1,175,70,0,0,0,0,0,0,0,1,1,0,2,7,35,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,461,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,15820,1,0,0,-1,0,-1,36479,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,125,0,550,0,0,0,0,0,0,0,0,0,0,-1,0,900,0,0,'',0,0,0,0,0,12340),(30312,2,15,-1,'Infinity Blade',41872,5,100352,0,1,0,0,13,-1,-1,175,70,0,0,0,0,0,0,0,1,1,0,2,7,35,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,318,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,15820,1,0,0,-1,0,-1,36478,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,95,0,550,0,0,0,0,0,0,0,0,0,0,-1,0,900,0,0,'',0,0,0,0,0,12340),(30313,2,10,-1,'Staff of Disintegration',41895,5,100480,0,1,0,0,17,-1,-1,175,70,0,0,0,0,0,0,0,1,1,0,3,7,75,5,50,32,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,534,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,36385,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,36480,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,2,0,0,0,0,145,0,550,0,0,0,0,0,0,0,0,0,0,-1,0,900,0,0,'',0,0,0,0,0,12340),(30314,4,6,-1,'Phaseshift Bulwark',40867,5,100480,0,1,0,0,14,-1,-1,175,70,0,0,0,0,0,0,0,1,1,0,2,7,40,12,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7091,0,0,0,0,0,0,0,0,0,36481,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,4,0,0,198,0,145,0,550,0,0,0,0,0,0,0,0,0,0,-1,0,900,0,0,'',0,0,0,0,0,12340),(30315,12,0,-1,'Draenethyst Mine Crystal',6563,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s not easy excavating crystals out of solid rock.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30316,2,1,-1,'Devastation',41560,5,100352,0,1,0,0,17,-1,-1,175,70,0,0,0,0,0,0,0,1,1,0,2,7,75,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,496,744,0,0,0,0,0,0,0,0,0,0,0,3900,0,0,36409,1,0,0,-1,0,-1,36479,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,145,0,550,0,0,0,0,0,0,0,0,0,0,-1,0,900,0,0,'',0,0,0,0,0,12340),(30317,2,4,-1,'Cosmic Infuser',41873,5,100352,0,1,0,0,21,-1,-1,175,70,0,0,0,0,0,0,0,1,1,0,3,7,40,5,40,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,220,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,36411,1,0,0,-1,0,-1,36387,1,0,0,-1,0,-1,36488,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,125,0,550,0,0,0,0,0,0,0,0,0,0,-1,-80.3,900,0,0,'',0,0,0,0,0,12340),(30318,2,2,-1,'Netherstrand Longbow',41875,5,100480,0,1,0,0,15,260612,32767,175,70,0,0,0,0,0,0,0,1,1,0,2,20,50,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,385,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,21453,1,0,0,-1,0,-1,36413,1,0,0,-1,0,-1,36412,0,0,0,-1,0,-1,36482,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,110,0,550,0,0,0,0,0,0,0,0,0,0,-1,0,900,0,0,'',0,0,0,0,0,12340),(30319,6,2,-1,'Nether Spike',42468,5,65536,0,200,0,0,24,-1,-1,175,70,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,550,1,0,0,0,0,0,0,0,0,0,-1,0,900,0,0,'',0,0,0,0,0,12340),(30320,15,0,-1,'Bundle of Nether Spikes',34273,5,65540,0,1,0,0,0,-1,-1,175,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,550,0,0,0,0,0,0,0,0,0,0,-1,0,60,0,0,'',0,0,0,0,0,12340),(30321,9,4,-1,'Plans: Belt of the Guardian',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36389,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Belt of the Guardian.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30322,9,4,-1,'Plans: Red Belt of Battle',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36390,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Red Belt of Battle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30323,9,4,-1,'Plans: Boots of the Protector',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36391,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Boots of the Protector.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30324,9,4,-1,'Plans: Red Havoc Boots',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36392,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Red Havoc Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30326,12,0,-1,'Bonechewer Blood Samples',7155,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30327,12,0,-1,'Bonechewer Blood',19312,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30328,4,2,-1,'Protectorate Assassin\'s Tunic',41917,2,0,0,1,178162,35632,5,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,3,26,7,24,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30329,4,3,-1,'Flesh Handler\'s Headpiece',41918,2,0,0,1,160935,32187,1,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,5,26,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30330,4,4,-1,'Starcaller\'s Plated Belt',27418,2,0,0,1,129753,25950,6,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,7,30,12,12,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,590,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30331,4,1,-1,'Diviner\'s Cinch',9912,2,0,0,1,73992,14798,6,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,5,18,7,21,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30332,4,2,-1,'Ferocious Bands',4494,2,0,0,1,92826,18565,9,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,4,4,16,3,15,7,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30333,4,3,-1,'Spaulders of the Protectorate',41919,2,0,0,1,168422,33684,3,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,5,14,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30334,4,4,-1,'Starcaller\'s Plated Stompers',41920,2,0,0,1,195956,39191,8,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,5,14,7,21,12,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,722,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30335,4,2,-1,'Druidic Force Boots',41925,2,0,0,1,140740,28148,8,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,4,5,20,6,12,7,15,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30336,4,3,-1,'Surger\'s Hand Wraps',41926,2,0,0,1,112996,22599,10,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,3,20,5,11,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,14049,1,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30337,4,4,-1,'Protectorate Headplate',41928,2,0,0,1,198052,39610,1,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,5,3,20,7,15,14,11,4,20,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,853,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30338,4,1,-1,'Diviner\'s Cloak',27152,2,0,0,1,113792,22758,16,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,5,15,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30339,4,0,-1,'Protectorate Assassin\'s Ring',2854,2,0,0,1,145472,36368,11,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,4,7,13,4,16,3,15,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30340,4,0,-1,'Starkiller\'s Bauble',41936,2,0,0,1,145472,36368,12,-1,-1,114,0,0,0,0,0,0,0,0,1,1,0,1,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36432,0,0,0,90000,1141,15000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30341,4,2,-1,'Flesh Handler\'s Gauntlets',39897,2,0,0,1,86726,17345,10,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,4,4,18,3,17,7,27,37,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30342,4,3,-1,'Protectorate Waistband',22678,2,0,0,1,104475,20895,6,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,5,18,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30343,4,0,-1,'Medallion of the Horde',37841,3,32768,1,1,0,0,12,256,690,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30344,4,0,-1,'Medallion of the Horde',37841,3,32768,1,1,0,0,12,1,690,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30345,4,0,-1,'Medallion of the Horde',37841,3,32768,1,1,0,0,12,64,690,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30346,4,0,-1,'Medallion of the Horde',37841,3,32768,1,1,0,0,12,16,690,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30348,4,0,-1,'Medallion of the Alliance',37840,3,32768,2,1,0,0,12,256,1101,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30349,4,0,-1,'Medallion of the Alliance',37840,3,32768,2,1,0,0,12,16,1101,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30350,4,0,-1,'Medallion of the Alliance',37840,3,32768,2,1,0,0,12,1,1101,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30351,4,0,-1,'Medallion of the Alliance',37840,3,32768,2,1,0,0,12,64,1101,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30352,4,4,-1,'Demolisher\'s Bracers',26794,2,0,0,1,130674,26134,9,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,4,4,14,32,14,7,21,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,459,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30353,12,0,-1,'Bloodmaul Brutebane Keg',7921,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35129,0,10,10,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30354,12,0,-1,'Ultra Deconsolodation Zapper',41946,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36460,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30355,0,5,-1,'Grilled Shadowmoon Tuber',39115,1,0,0,1,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30356,12,0,-1,'Shadowmoon Tuber',6380,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30357,0,5,-1,'Oronok\'s Tuber of Healing',41971,1,0,0,1,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33269,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30358,0,5,-1,'Oronok\'s Tuber of Agility',42169,1,0,0,1,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33262,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30359,0,5,-1,'Oronok\'s Tuber of Strength',39717,1,0,0,1,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33255,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30360,15,0,-1,'Lurky\'s Egg',18051,3,134250560,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,0,0,-1,0,-1,24988,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30361,0,5,-1,'Oronok\'s Tuber of Spell Power',42170,1,0,0,1,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33264,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30362,4,2,-1,'Energized Helm',15550,2,0,0,1,127781,25556,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,3,26,7,25,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30363,4,3,-1,'Warp-Shielded Hauberk',12723,2,0,0,1,205198,41039,5,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,5,26,7,25,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30364,2,0,-1,'Resonating Axe',41974,2,0,0,1,343278,68655,13,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,32,11,7,12,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,1,0,0,-1,0,-1,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(30365,4,0,-1,'Overseer\'s Signet',28733,3,0,0,1,28347,7086,11,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,4,25,3,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30366,4,0,-1,'Manastorm Band',9839,3,0,0,1,28347,7086,11,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,5,15,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30368,4,1,-1,'Slippers of the High Priestess',41959,3,0,0,1,126461,25292,8,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,5,23,6,20,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30369,4,2,-1,'Cleansed Fel Pauldrons',41960,3,0,0,1,158658,31731,3,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,4,34,3,18,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30370,4,3,-1,'Gauntlets of the Redeemed Vindicator',41961,3,0,0,1,127379,25475,10,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,3,23,5,20,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,387,0,0,0,0,0,0,0,0,0,9333,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30371,4,4,-1,'Lightwarden\'s Girdle',41962,3,0,0,1,150004,30000,6,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,5,14,7,30,12,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,622,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30372,4,2,-1,'Socrethar\'s Girdle',33885,3,0,0,1,106924,21384,6,32767,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,3,23,7,21,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30373,4,2,-1,'Netherfused Pauldrons',17197,3,0,0,1,160968,32193,3,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,5,23,7,21,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30374,4,3,-1,'Greaves of Spellpower',41963,3,0,0,1,194702,38940,8,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,7,21,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30375,4,4,-1,'Gauntlets of the Vanquisher',41964,3,0,0,1,152172,30434,10,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,4,4,24,3,23,7,30,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,691,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30377,4,0,-1,'Karja\'s Medallion',9657,3,0,0,1,28347,7086,2,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,5,15,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30378,4,0,-1,'Thalodien\'s Charm',33135,3,0,0,1,28347,7086,2,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,7,37,12,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23203,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30379,4,2,-1,'Vindicator\'s Light Vest',41967,2,0,0,1,176889,35377,5,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,4,35,3,24,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30380,4,4,-1,'Girdle of the Lost Vindicator',26158,2,0,0,1,125003,25000,6,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,7,39,12,18,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,590,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30381,4,4,-1,'Kaylaan\'s Spaulders',26875,2,0,0,1,186790,37358,3,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,7,27,12,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,787,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30382,4,1,-1,'Aldor Ceremonial Wraps',30693,2,0,0,1,71555,14311,9,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,5,14,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30383,4,1,-1,'Belt of the Sage',25998,2,0,0,1,68392,13678,6,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,6,16,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30384,4,2,-1,'Brightdawn Bracers',17014,2,0,0,1,85811,17162,9,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,3,13,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30386,4,4,-1,'Bloodguard\'s Greaves',41968,2,0,0,1,181184,36236,8,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,12,16,4,11,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,685,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30394,2,8,-1,'Sunfury Blade',20167,2,0,0,1,433813,86762,17,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,4,39,32,21,37,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,337,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(30395,2,5,-1,'Warp-Master\'s Maul',28499,2,0,0,1,435495,87099,17,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,5,21,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,270,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(30396,2,6,-1,'Jeweled Halberd',25632,2,0,0,1,437177,87435,17,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,5,16,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,260,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,15825,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(30397,2,18,-1,'Spymaster\'s Crossbow',41969,2,0,0,1,250706,50141,26,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,3,7,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,195,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(30398,4,1,-1,'Boots of the Beneficent',42519,2,0,0,1,103193,20638,8,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,5,16,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30399,4,2,-1,'Nightstalker\'s Wristguards',27706,2,0,0,1,86322,17264,9,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,3,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30400,4,4,-1,'Thadell\'s Bracers',37350,2,0,0,1,122004,24400,9,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,5,12,7,21,12,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30401,4,2,-1,'Farahlite Studded Boots',42517,2,0,0,1,127262,25452,8,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,32,16,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30402,4,4,-1,'Field Agent\'s Bracers',24511,2,0,0,1,119907,23981,9,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,7,16,3,8,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The inner surface is inscribed with the name of B.O.O.M.',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30404,12,0,-1,'Bleeding Hollow Blood Sample',2873,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30413,12,0,-1,'Vindicator Vuuleen\'s Blade',41984,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The blade appears to be kept razor sharp by the holy power contained within it.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30415,12,0,-1,'Vindicator Vuuleen\'s Shield',41986,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The shield does not appear to have a scratch on it, as if it\'s surface was somehow magically maintained.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30416,12,0,-1,'Bladespire Clan Banner',7111,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36532,0,1,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The portrait of a clawed boar is prominent on the banner.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30417,12,0,-1,'Helm of Gurn Grubnosh',41998,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s filthy, smelly and way too big for you, but it\'s what you\'re after.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30419,4,0,-1,'Brilliant Necklace',6539,2,0,0,1,3000,750,2,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,5,4,2,3,2,5,2,6,2,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340),(30420,4,0,-1,'Heavy Jade Ring',9842,2,524288,0,1,2710,677,11,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,1,32,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,7,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340),(30421,4,0,-1,'Red Ring of Destruction',28682,2,524288,0,1,10170,2542,11,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,1,32,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340),(30422,4,0,-1,'Diamond Focus Ring',31906,2,524288,0,1,33500,8375,11,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,1,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21362,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340),(30425,12,0,-1,'Bleeding Hollow Blood',19312,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36546,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30426,13,0,-1,'Coilskar Chest Key',36756,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36548,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30427,15,0,-1,'Naga Treasure Map - Questgiver (PH)',23229,1,0,0,1,0,0,0,-1,-1,70,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'X marksss the ssspot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(30428,12,0,-1,'First Fragment of the Cipher of Damnation',1037,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You wouldn\'t even know where to begin...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30429,12,0,-1,'Grom\'tor\'s Lockbox',26381,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30430,12,0,-1,'Boiled Blood',42031,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30431,12,0,-1,'Thunderlord Clan Artifact',42032,1,2048,1,1,0,0,0,262143,32767,1,65,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,10524,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30432,12,0,-1,'Thunderlord Clan Drum',42033,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The skin stretched taut over the drum appears brittle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30433,12,0,-1,'Thunderlord Clan Arrow',42034,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Amazingly the fletchings on this arrow are still mostly intact. A testament to the skill of the Thunderlord hunters.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30434,12,0,-1,'Thunderlord Clan Tablet',41350,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You can\'t quite make out what is etched upon this old Thunderlord clan tablet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30435,12,0,-1,'The Thunderspike',42043,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The large spear vibrates with immense power.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30436,15,0,-1,'Jagged Blue Crystal',42039,1,1024,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36565,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30437,15,0,-1,'Jagged Red Crystal',42038,1,1024,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36565,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30438,13,0,-1,'Cache of the Legion Key',42040,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30442,12,0,-1,'Crystalline Key',41565,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30443,9,6,-1,'Recipe: Transmute Primal Fire to Earth',15274,2,64,2,1,80000,20000,0,-1,-1,70,0,171,350,0,0,0,978,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28568,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to Transmute Primal Fire into Primal Earth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30444,9,1,-1,'Pattern: Reinforced Mining Bag',1102,1,64,2,1,50000,12500,0,-1,-1,65,0,165,325,0,0,0,978,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35530,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Reinforced Mining Bag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30446,4,0,-1,'Solarian\'s Sapphire',43551,4,4160,0,1,288156,72039,12,1,-1,128,70,0,0,0,0,0,0,0,1,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37536,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30447,4,0,-1,'Tome of Fiery Redemption',43547,4,4096,0,1,288156,72039,12,2,32767,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37197,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30448,4,0,-1,'Talon of Al\'ar',43548,4,4096,0,1,288156,72039,12,31236,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37507,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30449,4,0,-1,'Void Star Talisman',43553,4,4096,0,1,288156,72039,12,256,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37386,1,0,0,300000,1141,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30450,4,0,-1,'Warp-Spring Coil',43560,4,4096,0,1,288156,72039,12,8,-1,128,70,0,0,0,0,0,0,0,1,1,0,1,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37173,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30451,12,0,-1,'Lohn\'goron, Bow of the Torn-heart',42066,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This ancient bow appears destroyed.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30453,12,0,-1,'Second Fragment of the Cipher of Damnation',32845,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You wouldn\'t even know where to begin...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30454,12,0,-1,'Ar\'tor\'s Lockbox',15590,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30457,0,5,-1,'Gilneas Sparkling Water',40852,1,0,0,1,6400,320,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30458,0,5,-1,'Stromgarde Muenster',1087,1,0,0,1,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,3,0,0,0,12340),(30462,12,0,-1,'Oronok\'s Boar Whistle',30959,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36652,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30463,4,1,-1,'Lifeblood Belt',13678,3,0,0,1,85641,17128,6,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,5,11,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30466,15,0,-1,'Crocolisk Tooth',7129,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30467,15,0,-1,'Crocolisk Tail',42112,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30468,12,0,-1,'T\'chali\'s Hookah',42114,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It smells a little funny.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30475,15,0,-1,'Razor Thorn',30601,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30476,15,0,-1,'Hypnotic Flower',33239,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30477,15,0,-1,'Connective Tissue',9291,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30478,15,0,-1,'Stringy Ectoplasm',13715,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30479,12,0,-1,'Wicked Strong Fetish',10365,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32580,0,10,10,30000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30480,15,5,-1,'Fiery Warhorse\'s Reins',42122,4,64,0,1,0,0,0,-1,-1,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,36702,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon Attumen the Huntsman\'s steed. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30481,12,0,-1,'Fiery Soul Fragment',42226,1,64,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36587,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Rokgah\'s soul fragment is searing hot, yet does not burn your hand.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30483,9,2,-1,'Pattern: Shadowcloth',1301,1,64,0,1,40000,10000,0,-1,-1,70,0,197,350,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36686,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Shadowcloth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30486,4,4,-1,'Merciless Gladiator\'s Plate Chestpiece',45972,4,36864,0,1,0,0,5,1,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,60,4,35,32,35,35,24,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1704,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,165,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30487,4,4,-1,'Merciless Gladiator\'s Plate Gauntlets',45973,4,36864,0,1,0,0,10,1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,46,4,33,32,29,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30488,4,4,-1,'Merciless Gladiator\'s Plate Helm',47593,4,36864,0,1,0,0,1,1,-1,136,70,0,0,0,0,0,0,0,0,1,0,5,7,54,4,35,32,31,35,25,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1385,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,100,0,0,0,0,1,0,4,0,0,0,2892,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30489,4,4,-1,'Merciless Gladiator\'s Plate Legguards',45971,4,36864,0,1,0,0,7,1,-1,136,70,0,0,0,0,0,0,0,0,1,0,5,7,63,4,47,32,43,35,22,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1491,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30490,4,4,-1,'Merciless Gladiator\'s Plate Shoulders',45970,4,36864,0,1,0,0,3,1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,51,4,29,32,27,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,100,0,0,0,0,2,0,4,0,0,0,2879,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30497,4,3,-1,'Sentinel\'s Mail Leggings',35093,4,36864,2,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,4,4,14,5,22,7,22,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,415,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30498,4,4,-1,'Outrider\'s Lamellar Legguards',35175,4,36864,1,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,4,21,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,737,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30499,0,0,-1,'Brightsong Wine',18079,1,65536,0,1,0,0,0,-1,-1,25,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1800,0,0,'',0,0,0,0,0,12340),(30500,12,0,-1,'Rotten Arakkoa Egg',18050,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Disgusting...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30501,12,0,-1,'Bundle of Bloodthistle',20503,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30503,12,0,-1,'Archeologist\'s Shrunken Head',3486,1,2147483648,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30504,2,15,-1,'Leafblade Dagger',20425,2,0,0,1,6291,1258,13,8,-1,19,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,24,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,9138,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(30505,4,2,-1,'Ghostclaw Tunic',14739,2,0,0,1,3157,631,5,-1,-1,19,0,0,0,0,0,0,0,0,0,1,0,2,3,5,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(30506,15,0,-1,'Snipe Egg',18050,0,0,0,1,1500,375,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30507,15,0,-1,'Lucky Rock',4721,0,0,0,1,331,82,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30508,15,0,-1,'Pickled Murloc Head',9585,0,0,0,1,110,27,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30509,15,0,-1,'Armor Fragment',42254,0,0,0,1,220,55,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30510,15,0,-1,'Imbued Leaf',42255,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30511,15,0,-1,'Stonewood',42256,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30512,15,0,-1,'Giant Spinneret',8940,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30513,15,0,-1,'Bloody Spider Fang',7129,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30514,4,1,-1,'Nether Guards',28756,2,0,0,1,101809,20361,3,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30515,4,1,-1,'Junior Technician 3rd Grade Goggles',42279,2,0,0,1,102194,20438,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,7,21,5,15,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30516,4,1,-1,'Chief Engineer\'s Belt',43150,2,0,0,1,68385,13677,6,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,7,16,5,11,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30517,4,1,-1,'Netherfarer\'s Leggings',15823,2,0,0,1,144159,28831,7,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,7,39,32,21,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30518,4,1,-1,'Warpthread Vest',8720,2,0,0,1,144697,28939,5,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,7,34,5,24,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30519,4,1,-1,'Boots of the Nexus Warden',4272,2,0,0,1,108926,21785,8,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,7,27,31,18,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30520,4,1,-1,'Gold-Trimmed Cuffs',16892,2,0,0,1,71145,14229,9,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,5,9,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30521,4,1,-1,'Warpweaver\'s Gloves',31634,2,0,0,1,69653,13930,10,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,5,20,7,19,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30522,2,10,-1,'Conjurer\'s Staff',20298,2,0,0,1,458861,91772,17,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,7,42,5,28,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,259,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,33141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,-20.3,0,0,0,'',33,0,0,0,0,12340),(30523,2,19,-1,'Hotshot Cattle Prod',42278,2,0,0,1,276778,55355,26,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,7,10,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,234,6,0,0,0,0,0,0,0,0,0,0,1700,0,100,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(30527,12,0,-1,'Draenei Tomb Relic',7257,1,80,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36867,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30529,12,0,-1,'Plucked Lashh\'an Feather',31500,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30530,12,0,-1,'Fistful of Feathers',31500,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36904,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30531,4,1,-1,'Breeches of the Occultist',42316,4,0,0,1,218326,43665,7,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,22,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,8,0,4,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30532,4,1,-1,'Kirin Tor Master\'s Trousers',42315,4,0,0,1,219137,43827,7,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,29,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,4,0,8,0,2908,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30533,4,4,-1,'Vanquisher\'s Legplates',42326,4,0,0,1,384949,76989,7,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,4,36,7,36,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1216,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,2,0,2,0,8,0,2873,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30534,4,3,-1,'Wyrmscale Greaves',42325,4,0,0,1,331207,66241,7,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,5,32,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,8,0,8,0,4,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30535,4,2,-1,'Forestwalker Kilt',42314,4,0,0,1,277048,55409,7,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,4,33,3,31,7,24,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,8,0,8,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30536,4,4,-1,'Greaves of the Martyr',42318,4,0,0,1,389287,77857,7,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,4,38,7,30,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1216,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,2,0,8,0,8,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30538,4,2,-1,'Midnight Legguards',42319,4,0,0,1,280146,56029,7,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,30,32,27,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,2,0,8,0,2873,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30539,12,0,-1,'Tally\'s Waiver (Signed)',1096,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',2996,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30540,0,0,-1,'Tally\'s Waiver (Unsigned)',2571,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36923,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30541,4,3,-1,'Stormsong Kilt',42324,4,0,0,1,348851,69770,7,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,30,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30542,4,0,-1,'Dimensional Ripper - Area 52',41640,2,64,0,1,20000,5000,0,-1,-1,65,0,202,350,20222,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36890,0,0,0,14400000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340),(30543,4,1,-1,'Pontifex Kilt',43424,4,0,0,1,234234,46846,7,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,29,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,4,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30544,4,0,-1,'Ultrasafe Transporter: Toshley\'s Station',40162,2,64,0,1,20000,5000,0,-1,-1,65,0,202,350,20219,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36941,0,0,0,14400000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340),(30546,3,3,-1,'Sovereign Tanzanite',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,441,-1,0,0,0,0,'',0,0,0,0,0,12340),(30547,3,5,-1,'Luminous Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,442,-1,0,0,0,0,'',0,0,0,0,0,12340),(30548,3,4,-1,'Polished Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,443,-1,0,0,0,0,'',0,0,0,0,0,12340),(30549,3,3,-1,'Shifting Tanzanite',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,444,-1,0,0,0,0,'',0,0,0,0,0,12340),(30550,3,4,-1,'Sundered Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,445,-1,0,0,0,0,'',0,0,0,0,0,12340),(30551,3,5,-1,'Infused Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,446,-1,0,0,0,0,'',0,0,0,0,0,12340),(30552,3,3,-1,'Blessed Tanzanite',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,447,-1,0,0,0,0,'',0,0,0,0,0,12340),(30553,3,5,-1,'Pristine Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,448,-1,0,0,0,0,'',0,0,0,0,0,12340),(30554,3,5,-1,'Stalwart Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,449,-1,0,0,0,0,'',0,0,0,0,0,12340),(30555,3,3,-1,'Glowing Tanzanite',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,450,-1,0,0,0,0,'',0,0,0,0,0,12340),(30556,3,5,-1,'Glinting Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,451,-1,0,0,0,0,'',0,0,0,0,0,12340),(30558,3,5,-1,'Glimmering Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,452,-1,0,0,0,0,'',0,0,0,0,0,12340),(30559,3,5,-1,'Etched Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,453,-1,0,0,0,0,'',0,0,0,0,0,12340),(30560,3,4,-1,'Rune Covered Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,454,-1,0,0,0,0,'',0,0,0,0,0,12340),(30561,12,0,-1,'Vekh\'nir Crystal',39202,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37172,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Take this crystal to the Vekh\'nir Spell Circle to charge it.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30563,3,3,-1,'Regal Tanzanite',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,456,-1,0,0,0,0,'',0,0,0,0,0,12340),(30564,3,5,-1,'Shining Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,457,-1,0,0,0,0,'',0,0,0,0,0,12340),(30565,3,5,-1,'Assassin\'s Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,458,-1,0,0,0,0,'',0,0,0,0,0,12340),(30566,3,3,-1,'Defender\'s Tanzanite',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,459,-1,0,0,0,0,'',0,0,0,0,0,12340),(30567,12,0,-1,'Charged Vekh\'nir Crystal',39203,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30568,2,16,-1,'The Sharp Cookie',40002,2,4194304,1,1,22142,5535,25,-1,-1,108,66,0,0,0,0,0,0,0,1,1,0,1,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,137,0,0,0,0,0,0,0,0,0,0,0,1400,0,100,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(30569,2,7,-1,'Proximo\'s Rudius',5129,0,0,0,1,18166,3633,13,-1,-1,70,64,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,47,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30570,2,8,-1,'Arkadian Claymore',42336,2,0,1,1,87726,17545,17,-1,-1,114,66,0,0,0,0,0,0,0,1,1,0,3,4,28,32,27,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,347,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(30571,3,0,-1,'Don Rodrigo\'s Heart',7053,3,524288,1,1,140972,35243,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,460,-1,0,0,0,0,'',0,0,0,0,0,12340),(30572,3,3,-1,'Imperial Tanzanite',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,461,-1,0,0,0,0,'',0,0,0,0,0,12340),(30573,3,5,-1,'Mysterious Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,462,-1,0,0,0,0,'',0,0,0,0,0,12340),(30574,3,3,-1,'Brutal Tanzanite',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,463,-1,0,0,0,0,'',0,0,0,0,0,12340),(30575,3,5,-1,'Nimble Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,464,-1,0,0,0,0,'',0,0,0,0,0,12340),(30579,12,0,-1,'Illidari-Bane Shard',42342,1,2048,1,1,0,0,0,-1,-1,1,67,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14097,1,0,0,-1,0,-1,37649,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A fragment of a weapon that seems to be enchanted with spells conveying power in combat against demons serving Illidan.',0,0,0,10623,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30581,3,5,-1,'Durable Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,465,-1,0,0,0,0,'',0,0,0,0,0,12340),(30582,3,5,-1,'Deadly Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,466,-1,0,0,0,0,'',0,0,0,0,0,12340),(30583,3,4,-1,'Timeless Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,467,-1,0,0,0,0,'',0,0,0,0,0,12340),(30584,3,5,-1,'Enscribed Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,468,-1,0,0,0,0,'',0,0,0,0,0,12340),(30585,3,5,-1,'Glistening Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,469,-1,0,0,0,0,'',0,0,0,0,0,12340),(30586,3,4,-1,'Seer\'s Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,470,-1,0,0,0,0,'',0,0,0,0,0,12340),(30587,3,5,-1,'Champion\'s Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,471,-1,0,0,0,0,'',0,0,0,0,0,12340),(30588,3,5,-1,'Potent Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,472,-1,0,0,0,0,'',0,0,0,0,0,12340),(30589,3,4,-1,'Dazzling Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,473,-1,0,0,0,0,'',0,0,0,0,0,12340),(30590,3,4,-1,'Enduring Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,474,-1,0,0,0,0,'',0,0,0,0,0,12340),(30591,3,5,-1,'Empowered Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,475,-1,0,0,0,0,'',0,0,0,0,0,12340),(30592,3,4,-1,'Steady Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,476,-1,0,0,0,0,'',0,0,0,0,0,12340),(30593,3,5,-1,'Iridescent Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,477,-1,0,0,0,0,'',0,0,0,0,0,12340),(30594,3,4,-1,'Effulgent Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,478,-1,0,0,0,0,'',0,0,0,0,0,12340),(30596,12,0,-1,'Baa\'ri Tablet Fragment',38757,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30597,2,8,-1,'Halaani Claymore',42336,2,0,2,1,92463,18492,17,-1,-1,114,66,0,0,0,0,0,0,0,0,1,0,3,4,28,32,27,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,347,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(30598,3,0,-1,'Don Amancio\'s Heart',7053,3,524288,2,1,140972,35243,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,479,-1,0,0,0,0,'',0,0,0,0,0,12340),(30599,2,16,-1,'Avenging Blades',40002,2,4194304,2,1,22142,5535,25,-1,-1,108,66,0,0,0,0,0,0,0,1,1,0,1,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,137,0,0,0,0,0,0,0,0,0,0,0,1400,0,100,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(30600,3,3,-1,'Fluorescent Tanzanite',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,480,-1,0,0,0,0,'',0,0,0,0,0,12340),(30601,3,5,-1,'Beaming Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,481,-1,0,0,0,0,'',0,0,0,0,0,12340),(30602,3,4,-1,'Jagged Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,482,-1,0,0,0,0,'',0,0,0,0,0,12340),(30603,3,3,-1,'Royal Tanzanite',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,483,-1,0,0,0,0,'',0,0,0,0,0,12340),(30604,3,5,-1,'Resplendent Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,484,-1,0,0,0,0,'',0,0,0,0,0,12340),(30605,3,4,-1,'Vivid Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,485,-1,0,0,0,0,'',0,0,0,0,0,12340),(30606,3,4,-1,'Lambent Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,486,-1,0,0,0,0,'',0,0,0,0,0,12340),(30607,3,5,-1,'Splendid Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,487,-1,0,0,0,0,'',0,0,0,0,0,12340),(30608,3,4,-1,'Radiant Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,488,-1,0,0,0,0,'',0,0,0,0,0,12340),(30609,15,5,-1,'Swift Nether Drake',42378,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,37015,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is an extremely fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30610,0,5,-1,'Smoked Black Bear Meat',20803,1,0,0,1,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(30611,6,2,-1,'Halaani Razorshaft',40199,3,0,0,200,5000,6,24,-1,-1,107,66,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,34,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30612,6,3,-1,'Halaani Grimshot',42382,3,0,0,200,5000,6,24,-1,-1,107,66,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,34,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30614,12,0,-1,'Fel Bomb',43310,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37055,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30615,0,0,-1,'Halaani Whiskey',18059,1,0,0,3,16000,1333,0,-1,-1,1,0,0,0,0,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37058,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It\'s no JD\'s, but it\'ll do.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30616,12,0,-1,'Bundle of Bloodthistle',20503,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37062,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30617,12,0,-1,'Stormrage Missive',36488,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A directive given by Illidan Stormrage.',2989,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30618,12,0,-1,'Trachela\'s Carcass',2473,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37065,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30619,4,0,-1,'Fel Reaver\'s Piston',43559,4,4096,0,1,364641,91160,12,-1,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38299,1,0,0,-1,0,-1,42082,1,0,0,120000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30620,4,0,-1,'Spyglass of the Hidden Fleet',43609,4,0,0,1,288156,72039,12,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38325,0,0,0,120000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30621,4,0,-1,'Prism of Inner Calm',43605,4,0,0,1,288156,72039,12,262143,32767,138,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38326,1,0,0,-1,0,-1,38327,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30622,13,0,-1,'Flamewrought Key',22477,1,0,2,1,100000,25000,0,-1,-1,0,0,0,0,0,0,0,946,5,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Unlocks Heroic Difficulty for Hellfire Citadel dungeons.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30623,13,0,-1,'Reservoir Key',22477,1,0,0,1,100000,25000,0,-1,-1,0,0,0,0,0,0,0,942,5,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Unlocks Heroic Difficulty for Coilfang Reservoir dungeons.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30626,4,0,-1,'Sextant of Unstable Currents',43601,4,4096,0,1,364641,91160,12,-1,-1,128,70,0,0,0,0,0,0,0,1,1,0,1,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38347,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30627,4,0,-1,'Tsunami Talisman',43595,4,4096,0,1,364641,91160,12,-1,-1,128,70,0,0,0,0,0,0,0,1,1,0,2,32,38,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42083,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30628,12,0,-1,'Fel Reaver Power Core',42430,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30629,4,0,-1,'Scarab of Displacement',35439,4,0,0,1,364641,91160,12,-1,-1,128,70,0,0,0,0,0,0,0,1,1,0,1,12,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38351,0,0,0,180000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30630,12,0,-1,'Fel Reaver Energy Matrix',42490,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(30631,12,0,-1,'Fel Reaver Armor Plate',35301,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30632,15,0,-1,'Lament of the Highborne',1134,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The small book contains the lyrics to the song.',2990,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30633,13,0,-1,'Auchenai Key',22071,1,0,0,1,100000,25000,0,-1,-1,0,0,0,0,0,0,0,1011,5,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Unlocks access to Heroic mode for Auchindoun dungeons.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30634,13,0,-1,'Warpforged Key',22185,1,0,0,1,100000,25000,0,-1,-1,0,0,0,0,0,0,0,935,5,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Unlocks Heroic Difficulty for Tempest Keep dungeons.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30635,13,0,-1,'Key of Time',3118,1,0,0,1,100000,25000,0,-1,-1,0,0,0,0,0,0,0,989,5,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Unlocks Heroic Difficulty for Caverns of Time dungeons.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30637,13,0,-1,'Flamewrought Key',22477,1,0,1,1,100000,25000,0,-1,-1,0,0,0,0,0,0,0,947,5,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Unlocks Heroic Difficulty for Hellfire Citadel dungeons.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30638,12,0,-1,'Box o\' Tricks',8928,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37097,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A.C.M.E. jumbo disguise kit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30639,15,0,-1,'Blood Elf Disguise',42440,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37096,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,6000,0,0,'',0,0,0,0,0,12340),(30640,12,0,-1,'Eclipsion Armor',35300,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Not a drop of blood on this piece!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30641,4,4,-1,'Boots of Elusion',40499,4,0,0,1,294391,58878,8,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,34,12,23,13,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30642,4,1,-1,'Drape of the Righteous',42491,4,0,0,1,169178,33835,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,13,45,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30643,4,3,-1,'Belt of the Tracker',40513,4,0,0,1,169829,33965,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,21644,1,0,0,-1,0,-1,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30644,4,2,-1,'Grips of Deftness',42492,4,0,0,1,142066,28413,10,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,29,7,34,37,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30645,12,0,-1,'Third Fragment of the Cipher of Damnation',30603,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You wouldn\'t even know where to begin...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30646,12,0,-1,'Borak\'s Lockbox',18721,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30649,12,0,-1,'Orders From Akama',3029,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30650,12,0,-1,'Dertrok\'s Wand Case',5658,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30651,12,0,-1,'Dertrok\'s First Wand',42537,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37221,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30652,12,0,-1,'Dertrok\'s Second Wand',42538,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37320,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30653,12,0,-1,'Dertrok\'s Third Wand',42539,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37322,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30654,12,0,-1,'Dertrok\'s Fourth Wand',13435,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37323,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30655,12,0,-1,'Infused Vekh\'nir Crystal',39203,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This crystal can be used with one of Dertrok\'s wands.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30656,12,0,-1,'Protovoltaic Magneto Collector',42540,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37136,0,0,0,10000,0,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30657,12,0,-1,'The Cipher of Damnation',42548,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37236,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Herein lies the words of the eternal.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30658,12,0,-1,'Flanis\'s Pack',1815,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30659,12,0,-1,'Kagrosh\'s Pack',1815,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30663,4,0,-1,'Fathom-Brooch of the Tidewalker',43598,4,4096,0,1,288156,72039,12,64,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37247,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30664,4,0,-1,'Living Root of the Wildheart',43579,4,4096,0,1,288156,72039,12,32256,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30665,4,0,-1,'Earring of Soulful Meditation',43585,4,0,0,1,288156,72039,12,16,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18041,1,0,0,300000,0,-1,40402,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30666,4,0,-1,'Ritssyn\'s Lost Pendant',35437,4,0,0,1,353421,88355,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30667,4,0,-1,'Ring of Unrelenting Storms',35472,4,0,0,1,241024,60256,11,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,2,5,15,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30668,4,1,-1,'Grasp of the Dead',35183,4,0,0,1,118462,23692,10,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,5,24,6,21,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30672,12,0,-1,'Elemental Displacer',42557,1,2112,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37285,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A device used to manipulate and control elementals.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30673,4,1,-1,'Inferno Waist Cord',40508,4,0,0,1,120621,24124,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,18,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30674,4,2,-1,'Zierhut\'s Lost Treads',42247,4,0,0,1,226978,45395,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,34,3,28,7,33,13,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30675,4,1,-1,'Lurker\'s Cord',40508,4,0,0,1,121477,24295,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30676,4,2,-1,'Lurker\'s Grasp',29954,4,0,0,1,152389,30477,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,63,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30677,4,3,-1,'Lurker\'s Belt',41041,4,0,0,1,183518,36703,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30678,4,4,-1,'Lurker\'s Girdle',35614,4,0,0,1,216091,43218,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,816,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30679,12,0,-1,'Sunfury Glaive',42565,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30680,4,1,-1,'Glider\'s Foot-Wraps',41483,4,4096,0,1,0,0,8,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,61,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30681,4,2,-1,'Glider\'s Boots',41899,4,0,0,1,210614,42122,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,63,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30682,4,3,-1,'Glider\'s Sabatons',42334,4,0,0,1,254842,50968,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,64,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30683,4,4,-1,'Glider\'s Greaves',40499,4,0,0,1,304686,60937,8,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,65,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30684,4,1,-1,'Ravager\'s Cuffs',40390,4,0,0,1,466907,93381,9,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30685,4,2,-1,'Ravager\'s Wrist-Wraps',45055,4,0,0,1,146450,29290,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,63,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30686,4,3,-1,'Ravager\'s Bands',40494,4,0,0,1,176392,35278,9,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30687,4,4,-1,'Ravager\'s Bracers',36248,4,0,0,1,207710,41542,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,634,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30688,12,0,-1,'Deathforge Key',9154,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38214,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30689,12,0,-1,'Razuun\'s Orders',16161,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Orders from Doom Lord Kazzak, including a description of a huge stockpile of infernals and fel reavers at a hidden location in Shadowmoon Valley.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30690,0,0,-1,'Power Converter',44025,1,64,0,1,0,0,0,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37346,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The next best thing to going to the Academy.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30691,12,0,-1,'Haalum\'s Medallion Fragment',40888,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30692,12,0,-1,'Eykenen\'s Medallion Fragment',42619,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30693,12,0,-1,'Lakaan\'s Medallion Fragment',41387,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30694,12,0,-1,'Uylaru\'s Medallion Fragment',41411,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30695,12,0,-1,'Legion Teleporter Control',42629,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Allows the holder to use Legion Hold\'s teleporter to access Invasion Point: Cataclysm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30696,4,0,-1,'Scourgebane',38758,3,0,0,1,60000,15000,12,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37360,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(30700,15,0,-1,'Scourgestone Fragments',36868,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30701,12,0,-1,'Oscillating Frequency Scanners',8622,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37390,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30703,0,5,-1,'Conjured Mountain Spring Water',40853,1,2097154,0,1,0,0,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34291,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30704,12,0,-1,'Ruuan\'ok Claw',42679,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37426,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30705,4,4,-1,'Spaulders of Slaughter',30829,3,0,0,1,230197,46039,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,30,7,22,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30706,12,0,-1,'Harbinger\'s Pendant',42679,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30707,4,2,-1,'Nimble-foot Treads',11571,3,0,0,1,157334,31466,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,32,7,24,13,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30708,4,3,-1,'Belt of Flowing Thought',30492,3,0,0,1,133244,26648,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,21638,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30709,4,1,-1,'Pantaloons of Flaming Wrath',42681,3,0,0,1,167823,33564,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,28,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30710,4,0,-1,'Blood Guard\'s Necklace of Ferocity',32087,3,0,0,1,201151,50287,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30712,13,0,-1,'The Doctor\'s Key',22477,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37452,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30713,12,0,-1,'The Art of Fel Reaver Maintenance',1246,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'How to care for and operate your fel reaver.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30716,12,0,-1,'Ever-burning Ash',42706,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Incredibly, it\'s still smoldering.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30717,12,0,-1,'Harbinger\'s Pendant',42679,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37475,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(30719,4,0,-1,'Spectrecles',42708,1,0,0,1,0,0,1,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37468,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'*WARNING* Ghosts don\'t like to be seen.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30720,4,0,-1,'Serpent-Coil Braid',43588,4,4096,0,1,288156,72039,12,31360,-1,128,70,0,0,0,0,0,0,0,1,1,0,2,32,30,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37447,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30721,4,0,-1,'Spectrecles',42708,1,0,0,1,0,0,1,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37495,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'*WARNING* Ghosts don\'t like to be seen.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30722,2,1,-1,'Ethereum Nexus-Reaver',43263,4,0,0,1,752573,150514,17,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,2,4,50,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,346,519,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,4,0,4,0,3094,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30723,2,15,-1,'Talon of the Tempest',43267,4,0,0,1,604314,120862,21,32767,-1,120,70,0,0,0,0,0,0,0,1,1,0,3,5,10,31,9,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,123,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42124,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,4,0,4,0,0,0,2863,0,300,-48.5,0,0,0,'',67,0,0,0,0,12340),(30724,2,3,-1,'Barrel-Blade Longrifle',41433,4,0,0,1,454882,90976,26,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,1,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,275,0,0,0,0,0,0,0,0,0,0,0,2600,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,2,0,2,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30725,4,1,-1,'Anger-Spark Gloves',43269,4,0,0,1,121753,24350,10,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,2,31,20,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,2,0,0,0,2875,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30726,4,0,-1,'Archaic Charm of Presence',35358,4,0,0,1,411111,102777,2,32767,-1,120,70,0,0,0,0,0,0,0,0,1,0,1,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30727,4,1,-1,'Gilded Trousers of Benediction',43284,4,0,0,1,245310,49062,7,262143,32767,120,70,0,0,0,0,0,0,0,0,1,0,2,7,15,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,21637,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,8,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30728,4,3,-1,'Fathom-Helm of the Deeps',44683,4,0,0,1,276962,55392,1,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,1,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,0,0,0,0,0,0,26225,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,8,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30729,4,1,-1,'Black-Iron Battlecloak',28891,4,0,0,1,185318,37063,16,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,1,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30730,4,2,-1,'Terrorweave Tunic',44598,4,0,0,1,309991,61998,5,262143,32767,120,70,0,0,0,0,0,0,0,0,1,0,2,31,21,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,0,0,0,0,0,0,0,0,0,33485,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,4,0,4,0,2952,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30731,4,4,-1,'Faceguard of the Endless Watch',44879,4,0,0,1,326053,65210,1,1535,-1,120,70,0,0,0,0,0,0,0,0,1,0,4,7,49,12,30,13,24,4,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1227,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,8,0,4,0,4,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30732,2,10,-1,'Exodar Life-Staff',43253,4,0,0,1,724452,144890,17,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,1,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,294,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,42125,1,0,0,-1,0,-1,40231,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,8,0,8,0,4,0,2865,0,300,-48.5,0,0,0,'',67,0,0,0,0,12340),(30733,2,7,-1,'Hope Ender',43259,4,0,0,1,581817,116363,13,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,304,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30734,4,1,-1,'Leggings of the Seventh Circle',43249,4,0,0,1,233629,46725,7,262143,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,5,22,31,18,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,4,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30735,4,1,-1,'Ancient Spellcloak of the Highborne',22995,4,4096,0,1,175898,35179,16,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,2,32,19,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30736,4,0,-1,'Ring of Flowing Light',39129,4,0,0,1,241024,60256,11,262143,32767,120,70,0,0,0,0,0,0,0,1,1,0,1,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30737,4,2,-1,'Gold-Leaf Wildboots',43251,4,0,0,1,221542,44308,8,32767,-1,120,70,0,0,0,0,0,0,0,0,1,0,2,5,19,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30738,4,0,-1,'Ring of Reciprocity',9834,4,0,0,1,241024,60256,11,262143,32767,120,70,0,0,0,0,0,0,0,1,1,0,2,31,15,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30739,4,3,-1,'Scaled Greaves of the Marksman',43254,4,0,0,1,357138,71427,7,32767,-1,120,70,0,0,0,0,0,0,0,0,1,0,2,3,37,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,2,0,2,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30740,4,4,-1,'Ripfiend Shoulderplates',43258,4,0,0,1,313082,62616,3,262143,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,4,39,32,22,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,4,0,4,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30741,4,4,-1,'Topaz-Studded Battlegrips',43261,4,0,0,1,211109,42221,10,262143,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,49,12,20,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,944,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,8,0,0,0,2975,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30742,12,0,-1,'Temporal Phase Modulator',42723,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37573,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30743,12,0,-1,'Proto-Nether Drake Essence',42742,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Icky, gooey, yukky!',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30744,1,0,-1,'Draenic Leather Pack',31783,2,0,0,1,120000,30000,18,-1,-1,60,0,0,0,0,0,0,0,0,0,1,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30745,1,4,-1,'Heavy Toolbox',42743,2,0,0,1,140000,35000,18,-1,-1,60,0,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30746,1,6,-1,'Mining Sack',2588,2,0,0,1,100000,25000,18,-1,-1,60,0,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30747,1,5,-1,'Gem Pouch',3237,2,0,0,1,120000,30000,18,-1,-1,60,0,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30748,1,3,-1,'Enchanter\'s Satchel',2591,2,0,0,1,140000,35000,18,-1,-1,60,0,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30749,2,7,-1,'Draenic Sparring Blade',42751,1,0,0,1,145540,29108,13,-1,-1,69,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,85,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Generations of warriors have trained with these blades',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30750,2,8,-1,'Draenic Warblade',42750,1,0,0,1,189372,37874,17,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,151,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'An ancient Draenic warblade still intact',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30751,2,0,-1,'Mag\'hari Light Axe',42749,1,0,0,1,148381,29676,21,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,92,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Nicks in the edge attest to much conflict',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30752,2,1,-1,'Mag\'hari Battleaxe',42748,1,0,0,1,168397,33679,17,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,110,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Countless more Mag\'har have fallen than remain',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30753,2,6,-1,'Warphorn Spear',42754,2,0,0,1,326668,65333,17,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,156,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'The Warpstalker Horn gives this weapon its speed',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(30754,2,4,-1,'Ancient Bone Mace',42757,1,0,0,1,137417,27483,13,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,93,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It has seen usage on countless battlefields',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30755,2,13,-1,'Mag\'hari Fighting Claw',42758,2,0,0,1,254979,50995,21,-1,-1,80,60,0,0,0,0,0,0,0,0,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,92,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Weapon of Mag\'hari Heroes',0,0,0,0,0,8,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(30756,12,0,-1,'Illidari-Bane Shard',42342,1,2048,2,1,0,0,0,-1,-1,1,67,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14097,0,0,0,-1,0,-1,37649,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A fragment of a weapon that seems to be enchanted with spells conveying power in combat against demons serving Illidan.',0,0,0,10621,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30757,2,18,-1,'Draenic Light Crossbow',44885,1,0,0,1,104257,20851,26,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,120,0,0,0,0,0,0,0,0,0,0,0,2300,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Sturdy construction has kept this ancient weapon working',0,0,0,0,0,-1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30758,2,3,3,'Aldor Guardian Rifle',44723,1,0,0,1,103377,20675,26,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,113,0,0,0,0,0,0,0,0,0,0,0,2200,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Weapons of the fallen make their way onto the gray market',0,0,0,0,0,-1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30759,2,2,-1,'Mag\'hari Light Recurve',44724,1,0,0,1,102498,20499,15,-1,-1,69,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,107,0,0,0,0,0,0,0,0,0,0,0,2100,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It can put a second arrow in flight before the first strikes its target',0,0,0,0,0,-1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30761,4,1,-1,'Infernoweave Leggings',31685,4,4096,0,1,0,0,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,55,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,300000,0,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30762,4,1,-1,'Infernoweave Robe',31673,4,4096,0,1,0,0,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,60,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30763,4,1,-1,'Infernoweave Boots',41901,4,4096,0,1,0,0,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,45,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30764,4,1,-1,'Infernoweave Gloves',28754,4,4096,0,1,0,0,10,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,1,7,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,40,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30765,4,4,-1,'Heavy Draenic Breastplate',42775,1,0,0,1,126608,25321,5,-1,-1,90,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,796,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30766,4,4,-1,'Inferno Tempered Leggings',28843,4,4096,0,1,0,0,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1269,0,55,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30767,4,4,-1,'Inferno Tempered Gauntlets',43447,4,4096,0,1,0,0,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,906,0,40,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30768,4,4,-1,'Inferno Tempered Boots',42672,4,4096,0,1,0,0,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,0,45,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30769,4,4,-1,'Inferno Tempered Chestguard',21580,4,4096,0,1,0,0,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1450,0,60,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30770,4,3,-1,'Inferno Forged Boots',33690,4,4096,0,1,0,0,8,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,1,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,45,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30771,4,4,-1,'Heavy Draenic Bracers',42777,1,0,0,1,65032,13006,9,-1,-1,90,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30772,4,3,-1,'Inferno Forged Leggings',36426,4,4096,0,1,0,0,7,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,1,7,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,55,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30773,4,3,-1,'Inferno Forged Hauberk',32360,4,4096,0,1,0,0,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,812,0,60,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30774,4,3,-1,'Inferno Forged Gloves',42778,4,4096,0,1,0,0,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30775,4,6,-1,'Layered Bone Shield',44270,1,0,0,1,108595,21719,14,-1,-1,90,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2523,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,4,0,0,55,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30776,4,2,-1,'Inferno Hardened Chestguard',33840,4,4096,0,1,0,0,5,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,364,0,60,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30777,4,4,-1,'Aldor Heavy Belt',42782,1,0,0,1,59255,11851,6,-1,-1,90,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Tough and unyielding like their owners',0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30778,4,2,-1,'Inferno Hardened Leggings',42783,4,4096,0,1,0,0,7,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,319,0,55,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30779,4,2,-1,'Inferno Hardened Boots',42784,4,4096,0,1,0,0,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,45,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30780,4,2,-1,'Inferno Hardened Gloves',42787,4,4096,0,1,0,0,10,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,40,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30781,4,3,-1,'Mag\'hari Chain Vest',42786,1,0,0,1,101003,20200,5,-1,-1,90,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Hopefully you will fare better than the previous owner',0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30782,12,0,-1,'Adolescent Nether Drake Essence',42990,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Older, yet no less disgusting.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30783,12,0,-1,'Mature Nether Drake Essence',42991,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Just what is Clocktock going to do with these things anyway?',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30784,4,3,-1,'Worn Mag\'hari Gauntlets',42788,1,0,0,1,50501,10100,10,-1,-1,90,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30785,12,0,-1,'Morgroron\'s Glaive',42789,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30786,12,0,-1,'Makazradon\'s Glaive',42790,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30787,2,15,-1,'Illidari-Bane Mageblade',40855,3,0,0,1,453956,90791,21,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,3,5,11,7,12,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,101,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,37649,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(30788,2,7,-1,'Illidari-Bane Broadsword',41428,3,0,0,1,455540,91108,13,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,252,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,37651,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30789,2,8,-1,'Illidari-Bane Claymore',47478,3,0,0,1,571460,114292,17,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,2,7,34,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,414,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,37652,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30791,12,0,-1,'Silkwing Cocoon',36601,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30792,12,0,-1,'Iridescent Wing',43402,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30794,12,0,-1,'Shredder Keys',21807,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30797,12,0,-1,'Gorefiend\'s Armor',42795,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30798,12,0,-1,'Extra Sharp Daggermaw Tooth',2460,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Ouch!',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30799,12,0,-1,'Gorefiend\'s Cloak',42796,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30800,12,0,-1,'Gorefiend\'s Truncheon',42797,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30803,12,0,-1,'Felhound Whistle',12997,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37690,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30804,4,0,-1,'Bronze Band of Force',31800,3,524288,0,1,4258,1064,11,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26596,1,0,0,-1,0,-1,37817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340),(30807,12,0,-1,'Uvuros\'s Fiery Mane',7086,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s still smoldering!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30808,12,0,-1,'Book of Fel Names',1246,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30809,12,0,-1,'Mark of Sargeras',40679,1,0,0,1,800,200,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Present this to the Aldor in Shattrath City to prove your slaying of a high-ranking follower of the Burning Legion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30810,12,0,-1,'Sunfury Signet',34382,1,0,0,1,800,200,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Present this to the Scryers in Shattrath City to prove your slaying of a high-ranking follower of Kael\'thas.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30811,0,0,-1,'Scroll of Demonic Unbanishing',2616,1,64,0,1,700,175,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37834,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30812,15,0,-1,'Iridescent Scale',8284,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30813,15,0,-1,'Envenomed Fang',2798,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30814,15,0,-1,'Enormous Molar',7350,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30815,15,0,-1,'Giant Scale',32885,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30816,0,5,-1,'Spice Bread',42822,1,0,0,1,20,5,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340),(30817,7,11,-1,'Simple Flour',1297,1,0,0,5,25,1,0,-1,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340),(30818,12,0,-1,'Repolarized Magneto Sphere',19502,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37830,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30819,12,0,-1,'Felfire Spleen',42827,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30820,15,0,-1,'Vicious Scorpid Claw',6636,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30821,15,0,-1,'Envenomed Scorpid Stinger',42828,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30822,12,0,-1,'Box of Ingots',12331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30823,12,0,-1,'Demon Warding Totem',42834,1,0,0,1,300000,75000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A totem imbued with powerful anti-demon magics',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30824,12,0,-1,'Overcharged Manacell',42861,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A small container filled with brightly glowing plasma.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30825,4,0,-1,'Ring of Arcane Shielding',44358,3,524288,0,1,148148,37037,11,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,2,7,12,35,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30826,9,10,-1,'Design: Ring of Arcane Shielding',6270,3,64,0,1,120000,30000,0,-1,-1,72,0,755,360,0,0,0,935,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,37855,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Ring of Arcane Shielding.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30827,12,0,-1,'Lexicon Demonica',9129,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30828,12,0,-1,'Vial of Underworld Loam',42905,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30829,12,0,-1,'Tear of the Earthmother',39204,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30830,2,6,-1,'Trident of the Outcast Tribe',42906,4,32768,0,1,2505080,501016,17,-1,-1,100,70,0,0,0,0,0,1011,7,0,1,0,3,7,54,4,37,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,406,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30831,4,1,-1,'Cloak of Arcane Evasion',42907,3,0,0,1,125331,25066,16,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,32,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30832,2,4,-1,'Gavel of Unearthed Secrets',42909,4,32768,0,1,504841,100968,21,32767,-1,100,70,0,0,0,0,0,1011,7,0,1,0,3,7,24,5,16,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,178,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,34611,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-39.8,0,0,0,'',0,0,0,0,0,12340),(30833,9,2,-1,'Pattern: Cloak of Arcane Evasion',1301,1,64,0,1,60000,15000,0,-1,-1,70,0,197,350,0,0,0,1011,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,37873,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Cloak of Arcane Evasion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30834,4,0,-1,'Shapeshifter\'s Signet',31908,4,32768,0,1,197528,49382,11,262143,32767,100,70,0,0,0,0,0,1011,7,1,1,0,3,3,25,7,18,37,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30835,4,3,-1,'Salvager\'s Hauberk',42916,3,32768,0,1,260629,52125,5,-1,-1,115,70,0,0,0,0,0,1011,6,0,1,0,2,7,49,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30836,4,1,-1,'Leggings of the Skettis Exile',42917,3,32768,0,1,174403,34880,7,-1,-1,115,70,0,0,0,0,0,1011,6,0,1,0,2,5,33,6,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30837,4,1,-1,'Flameheart Bracers',42942,3,0,0,1,85444,17088,9,32767,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,7,12,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,30,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30838,4,1,-1,'Flameheart Gloves',42941,3,0,0,1,87150,17430,10,32767,-1,114,70,0,0,0,0,0,0,0,0,1,0,2,7,15,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,40,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30839,4,1,-1,'Flameheart Vest',41580,3,0,0,1,176339,35267,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,30,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,50,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30840,12,0,-1,'Ether-Energized Flesh',42924,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Just like Dizzy Dina said, disgusting!',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30841,4,0,-1,'Lower City Prayerbook',1317,3,32768,0,1,175952,43988,12,-1,-1,115,70,0,0,0,0,0,1011,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18043,1,0,0,-8,0,-8,37877,0,0,0,60000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Short prayers from a dozen different faiths are contained in this book.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30842,9,2,-1,'Pattern: Flameheart Bracers',2571,1,64,0,1,60000,15000,0,-1,-1,70,0,197,350,0,0,0,932,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,37882,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Flameheart Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30843,9,2,-1,'Pattern: Flameheart Gloves',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,197,360,0,0,0,932,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,37883,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Flameheart Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30844,9,2,-1,'Pattern: Flameheart Vest',2571,1,64,0,1,100000,25000,0,-1,-1,70,0,197,370,0,0,0,932,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,37884,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Flameheart Vest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30845,12,0,-1,'Glyph of Chromatic Warding',42958,2,64,0,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,1011,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37889,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(30846,12,0,-1,'Arcanum of the Outcast',42960,2,36928,0,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,1011,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37891,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30847,4,1,-1,'X-52 Rocket Helmet',67050,2,32768,0,1,0,0,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,37896,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30849,12,0,-1,'Scalewing Lightning Gland',1438,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30850,12,0,-1,'Freshly Drawn Blood',19312,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37898,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,60,0,0,'',0,0,0,0,0,12340),(30851,12,0,-1,'Felspine\'s Hide',42988,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30852,12,0,-1,'Multi-Spectrum Light Trap',42989,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37899,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30853,12,0,-1,'Imbued Silver Spear',44246,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37904,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30854,12,0,-1,'Book of Fel Names',1246,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37906,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30855,2,0,-1,'Shatterstone Pick',18377,2,0,0,1,273287,54657,13,-1,-1,84,0,0,0,0,0,0,0,0,1,1,0,2,32,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,107,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,165,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(30856,4,4,-1,'Underworld Helm',43000,2,0,0,1,143724,28744,1,-1,-1,84,0,0,0,0,0,0,0,0,0,1,0,3,7,42,4,16,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,638,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(30857,4,0,-1,'Deep Core Lantern',7557,2,4096,0,1,109552,27388,23,-1,-1,84,0,0,0,0,0,0,0,0,1,1,0,2,5,8,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(30858,0,0,-1,'Peon Sleep Potion',18079,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,-1,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30859,2,19,-1,'Wand of the Seer',43007,3,0,0,1,314929,62985,26,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,5,8,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,205,3,0,0,0,0,0,0,0,0,0,0,1300,0,100,9346,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30860,4,0,-1,'Kaylaan\'s Signet',31800,3,524288,0,1,166220,41555,11,32767,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,3,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30861,4,4,-1,'Furious Shackles',45748,4,0,0,1,257799,51559,9,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,4,35,7,28,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30862,4,4,-1,'Blessed Adamantite Bracers',45741,4,0,0,1,258720,51744,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,22,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30863,4,2,-1,'Deadly Cuffs',45746,4,0,0,1,184404,36880,9,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,28,32,28,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30864,4,3,-1,'Bracers of the Pathfinder',45744,4,0,0,1,222048,44409,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,25,7,24,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2902,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30865,2,15,-1,'Tracker\'s Blade',45233,4,0,0,1,672006,134401,13,32767,-1,141,70,0,0,0,0,0,0,0,1,1,0,2,31,20,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,196,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30866,4,4,-1,'Blood-stained Pauldrons',45759,4,0,0,1,353502,70700,3,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,4,47,7,34,32,32,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1324,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30867,12,0,-1,'Overdeveloped Felfire Gizzard',5287,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30868,4,2,-1,'Rejuvenating Bracers',45753,4,0,0,1,169945,33989,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,16,5,20,6,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3151,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30869,4,3,-1,'Howling Wind Bracers',45750,4,0,0,1,204719,40943,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,5,21,7,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30870,4,1,-1,'Cuffs of Devastation',45745,4,0,0,1,137003,27400,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,22,5,20,6,19,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30871,4,1,-1,'Bracers of Martyrdom',45743,4,0,0,1,137512,27502,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,15,5,20,6,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,3098,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30872,4,0,-1,'Chronicle of Dark Secrets',45211,4,0,0,1,1015299,203059,23,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,16,32,23,31,17,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30873,4,3,-1,'Stillwater Boots',45240,4,0,0,1,313142,62628,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,5,36,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,679,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30874,2,7,-1,'The Unbreakable Will',45232,4,0,0,1,695408,139081,13,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,33,12,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,209,0,0,0,0,308,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30875,12,0,-1,'Forged Illidari-Bane Blade',43032,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37984,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A recently forged blade imbued with powerful anti-demon magics.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30876,12,0,-1,'Quenched Illidari-Bane Blade',43032,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30878,4,4,-1,'Glimmering Steel Mantle',45212,4,0,0,1,379657,75931,3,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,26,5,27,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1324,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,8,0,4,0,0,0,2875,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30879,4,2,-1,'Don Alejandro\'s Money Belt',45245,4,0,0,1,181770,36354,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,29,7,37,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Heavier than it appears, this belt jingles ever so slightly',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30880,4,3,-1,'Quickstrider Moccasins',45239,4,0,0,1,329823,65964,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,3,28,7,30,5,31,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,679,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,4,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30881,2,7,-1,'Blade of Infamy',45799,4,0,0,1,732313,146462,13,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,1,3,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,339,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30882,4,6,-1,'Bastion of Light',44863,4,0,0,1,470355,94071,14,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,5,28,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5930,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,160,0,120,0,0,0,0,2,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30883,2,10,-1,'Pillar of Ferocity',45224,4,0,0,1,921843,184368,17,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,96,38,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,313,470,0,0,0,0,550,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30884,4,1,-1,'Hatefury Mantle',45749,4,0,0,1,222027,44405,3,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,5,18,7,15,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,42056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,8,0,4,0,0,0,2875,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30885,4,1,-1,'Archbishop\'s Slippers',45737,4,0,0,1,201580,40316,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,29,5,30,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30886,4,2,-1,'Enchanted Leather Sandals',45238,4,0,0,1,252930,50586,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,29,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30887,4,3,-1,'Golden Links of Restoration',45767,4,0,0,1,406258,81251,5,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,51,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,42115,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30888,4,1,-1,'Anetheron\'s Noose',45241,4,0,0,1,135942,27188,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,23,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30889,4,6,-1,'Kaz\'rogal\'s Hardened Heart',44865,4,0,0,1,436690,87338,14,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,43,12,19,31,18,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5930,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,160,0,120,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30890,12,0,-1,'Collection of Souls',43061,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'They seem energetic.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30891,4,2,-1,'Black Featherlight Boots',45800,4,0,0,1,257808,51561,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,31,34,7,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,28840,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30892,4,3,-1,'Beast-tamer\'s Shoulders',45735,4,0,0,1,320396,64079,3,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,3,39,7,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,741,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,27206,1,0,0,-1,0,-1,27043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30893,4,3,-1,'Sun-touched Chain Leggings',45229,4,0,0,1,426874,85374,7,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,39,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,33780,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,4,0,8,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30894,4,1,-1,'Blue Suede Shoes',45742,4,4096,0,1,214200,42840,8,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,32,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,23732,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Keep Off',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30895,4,1,-1,'Angelista\'s Sash',45242,4,0,0,1,143323,28664,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,5,30,7,29,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30896,4,4,-1,'Glory of the Defender',45222,4,0,0,1,503464,100692,5,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,5,7,75,12,35,13,24,31,29,4,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1765,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30897,4,4,-1,'Girdle of Hope',48291,4,0,0,1,254091,50818,6,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,38,5,27,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,4,0,0,0,2863,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30898,4,2,-1,'Shady Dealer\'s Pantaloons',45227,4,0,0,1,362197,72439,7,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,3,50,7,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,42095,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30899,4,2,-1,'Don Rodrigo\'s Poncho',45755,4,0,0,1,363505,72701,5,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,31,6,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,0,0,0,0,0,0,0,25179,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30900,4,3,-1,'Bow-stitched Leggings',47778,4,0,0,1,437776,87555,7,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,3,42,5,28,7,28,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,4,0,8,0,2952,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30901,2,15,-1,'Boundless Agony',45209,4,0,0,1,732172,146434,13,-1,-1,141,70,0,0,0,0,0,0,0,1,1,0,1,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,217,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42113,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30902,2,8,-1,'Cataclysm\'s Edge',45776,4,0,0,1,978692,195738,17,-1,-1,151,70,0,0,0,0,0,0,0,0,1,0,2,4,75,7,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,580,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,42061,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30903,4,4,-1,'Legguards of Endless Rage',46359,4,0,0,1,550019,110003,7,1535,-1,151,70,0,0,0,0,0,0,0,0,1,0,4,4,70,7,61,32,46,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1650,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30904,4,4,-1,'Savior\'s Grasp',46351,4,0,0,1,551970,110394,5,1535,-1,151,70,0,0,0,0,0,0,0,0,1,0,3,32,46,7,69,5,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,26225,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30905,4,2,-1,'Midnight Chestguard',46352,4,0,0,1,357915,71583,5,262143,32767,151,70,0,0,0,0,0,0,0,0,1,0,3,32,46,7,64,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,474,0,0,0,0,0,0,0,0,0,34509,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,8,0,2,0,4,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30906,2,2,-1,'Bristleblitz Striker',45265,4,0,0,1,538963,107792,15,-1,-1,151,70,0,0,0,0,0,0,0,0,1,0,2,32,25,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,374,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30908,2,10,-1,'Apostle of Argus',45205,4,0,0,1,930195,186039,17,-1,-1,151,70,0,0,0,0,0,0,0,0,1,0,2,5,59,7,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,323,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,42059,1,0,0,-1,0,-1,42060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,-64.8,0,0,0,'',67,0,0,0,0,12340),(30909,4,6,-1,'Antonidas\'s Aegis of Rapt Concentration',45204,4,0,0,1,477996,95599,14,-1,-1,151,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,20,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6336,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,174,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30910,2,7,-1,'Tempest of Chaos',45360,4,0,0,1,749656,149931,21,-1,-1,151,70,0,0,0,0,0,0,0,1,1,0,4,7,30,5,22,32,24,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,131,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-64.8,0,0,0,'',67,0,0,0,0,12340),(30911,4,0,-1,'Scepter of Purification',39420,4,0,0,1,1015299,203059,23,-1,-1,151,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,17,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30912,4,1,-1,'Leggings of Eternity',45218,4,0,0,1,302092,60418,7,262143,32767,151,70,0,0,0,0,0,0,0,0,1,0,2,7,45,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,0,0,0,0,0,0,0,0,0,26228,1,0,0,-1,0,-1,35836,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,8,0,8,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30913,4,1,-1,'Robes of Rhonin',45771,4,0,0,1,303177,60635,20,32767,-1,151,70,0,0,0,0,0,0,0,0,1,0,4,7,55,5,38,32,24,31,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,42063,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30914,4,2,-1,'Belt of the Crescent Moon',45244,4,0,0,1,178482,35696,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,5,27,6,19,36,36,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30915,4,4,-1,'Belt of Seething Fury',45243,4,0,0,1,252224,50444,6,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,4,48,36,38,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30916,4,1,-1,'Leggings of Channeled Elements',45219,4,0,0,1,287637,57527,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,5,7,25,5,28,31,18,32,34,6,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30917,4,2,-1,'Razorfury Mantle',45752,4,0,0,1,270640,54128,3,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,28,7,55,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30918,2,4,4,'Hammer of Atonement',45346,4,0,0,1,724324,144864,21,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,21,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,129,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42110,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-59,0,0,0,'',67,0,0,0,0,12340),(30919,4,3,-1,'Valestalker Girdle',45247,4,0,0,1,218082,43616,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,36,36,3,27,7,25,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30922,4,1,-1,'Ata\'mal Crown',43213,2,0,0,1,113378,22675,1,262143,32767,114,0,0,0,0,0,0,0,0,0,1,0,3,5,16,6,14,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30923,4,1,-1,'Grom\'tor\'s Bloodied Bandage',43214,2,0,0,1,75854,15170,6,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,5,12,6,11,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30924,4,1,-1,'Gloves of the High Magus',30768,3,0,0,1,79505,15901,10,-1,-1,106,0,0,0,0,0,0,0,0,0,1,0,4,7,13,5,18,6,10,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30925,4,1,-1,'Spaulders of the Torn-heart',43346,3,0,0,1,122766,24553,3,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,4,5,7,6,8,7,10,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30926,4,1,-1,'Ashwalker\'s Footwraps',43216,2,0,0,1,104396,20879,8,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,4,5,16,6,8,7,12,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30927,4,1,-1,'Earthmender\'s Bracer of Shattering',43217,2,0,0,1,71570,14314,9,32767,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,6,9,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30928,4,1,-1,'Sketh\'lon Survivor\'s Tunic',43218,2,0,0,1,140231,28046,5,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,7,31,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30929,4,1,-1,'Soothsayer\'s Kilt',43219,2,0,0,1,140757,28151,7,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,7,31,5,16,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30930,4,1,-1,'Grips of the Void',43220,2,0,0,1,72370,14474,10,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,7,18,5,11,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30931,4,1,-1,'Ghostly Headwrap',43221,2,0,0,1,108948,21789,1,262143,32767,114,0,0,0,0,0,0,0,0,0,1,0,3,5,11,6,16,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,143,0,0,0,'',14,0,0,0,0,12340),(30932,4,1,-1,'Akama\'s Sash',26435,3,0,0,1,83997,16799,6,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,5,7,6,18,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,112,0,0,0,'',52,0,0,0,0,12340),(30933,4,2,-1,'Hauberk of Karabor',43222,3,0,0,1,210769,42153,5,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,3,25,7,18,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30936,4,2,-1,'Eva\'s Strap',38516,2,0,0,1,92463,18492,6,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,32,16,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30937,4,2,-1,'Earthmender\'s Fists of Undoing',43343,2,0,0,1,92799,18559,10,1535,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,32,16,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30938,4,2,-1,'Azurestrike Shoulders',43227,2,0,0,1,136366,27273,3,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,32,21,7,11,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30939,4,2,-1,'Felboar Hide Shoes',43347,3,0,0,1,161534,32306,8,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,3,18,31,9,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30940,4,2,-1,'Aged Leather Bindings',34685,2,0,0,1,87108,17421,9,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,1,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30941,4,2,-1,'Ash Tempered Legguards',43231,2,0,0,1,170710,34142,7,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,3,25,7,31,4,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30942,4,2,-1,'Manimal\'s Cinch',44550,2,0,0,1,87781,17556,6,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,3,21,4,23,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30943,4,2,-1,'Verdant Gloves',43235,3,0,0,1,101519,20303,10,1535,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,3,23,7,27,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30944,4,2,-1,'Umberhowl\'s Collar',43233,3,0,0,1,101907,20381,9,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,3,15,4,20,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30945,4,2,-1,'Grom\'tor\'s Friend\'s Cousin\'s Tunic',43236,2,0,0,1,177562,35512,5,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,5,21,7,15,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'\"It\'s not mine...\" -Grom\'tor',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30946,4,2,-1,'Mooncrest Headdress',43237,2,0,0,1,130482,26096,1,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,32,21,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30947,4,3,-1,'Crimson Mail Hauberk',43241,2,0,0,1,209538,41907,5,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,3,14,5,14,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,573,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30948,4,3,-1,'Sunfury Legguards',44018,3,0,0,1,248272,49654,7,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,3,25,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,542,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30950,4,3,-1,'Darkhunter\'s Cinch',43247,2,0,0,1,105940,21188,6,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,5,10,7,15,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30951,4,3,-1,'Ar\'tor\'s Mainstay',43348,3,0,0,1,125519,25103,10,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,3,18,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,387,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30952,4,3,-1,'Earthmender\'s Crimson Spaulders',43250,2,0,0,1,164740,32948,3,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,3,16,5,8,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30953,4,3,-1,'Boots of the Skybreaker',43252,2,0,0,1,165349,33069,8,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,3,16,5,15,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30955,4,3,-1,'Crown of Cinders',44732,2,0,0,1,161850,32370,1,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,3,21,5,20,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30956,4,3,-1,'Oronok\'s Old Bracers',28806,2,0,0,1,110945,22189,9,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,5,12,3,11,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30957,4,3,-1,'Oronok\'s Old Leggings',43260,2,0,0,1,228479,45695,7,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,32,21,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30958,4,3,-1,'Blackened Chain Greaves',43262,2,0,0,1,156258,31251,8,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,32,16,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30959,4,4,-1,'Torn-heart Family Tunic',43272,2,0,0,1,242935,48587,5,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,4,39,32,21,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30960,4,4,-1,'Runed Sketh\'lon Legplates',43274,2,0,0,1,238050,47610,7,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,32,38,4,21,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,895,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30961,4,4,-1,'Ash-Covered Helm',43277,2,0,0,1,183264,36652,1,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,7,42,4,28,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,853,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30962,4,4,-1,'Borak\'s Belt of Bravery',43345,3,0,0,1,142378,28475,6,32767,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,4,26,3,26,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,622,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30964,4,4,-1,'Skybreaker\'s Pauldrons',43344,2,0,0,1,185361,37072,3,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,4,21,3,21,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,787,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30966,4,4,-1,'Singed Vambraces',43283,2,0,0,1,122454,24490,9,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,4,21,3,12,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30967,4,4,-1,'The Hands of Fate',43349,3,0,0,1,145092,29018,10,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,4,34,7,21,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,691,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30968,4,4,-1,'Earthmender\'s Plated Boots',43287,2,0,0,1,188162,37632,8,32767,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,5,16,4,20,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,722,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30969,4,4,-1,'Onslaught Gauntlets',45659,4,4096,0,1,0,0,10,1,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,4,41,3,30,7,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1141,0,0,0,0,0,0,0,0,0,42094,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,672,55,0,0,0,0,2,0,0,0,0,0,2902,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30970,4,4,-1,'Onslaught Handguards',45659,4,4096,0,1,0,0,10,1,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,36,7,50,12,32,13,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1141,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,673,55,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30971,4,1,-1,'Torn-heart Cloak',15163,2,0,0,1,108926,21785,16,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,5,12,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30972,4,4,-1,'Onslaught Battle-Helm',49684,4,4096,0,1,0,0,1,1,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,4,54,3,41,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,0,0,0,0,0,0,0,0,0,39925,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,672,100,0,0,0,0,1,0,2,0,0,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30973,4,0,-1,'Band of Anguish',33534,3,0,0,1,163440,40860,11,-1,-1,106,0,0,0,0,0,0,0,0,0,1,0,2,3,13,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,7,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30974,4,4,-1,'Onslaught Greathelm',49684,4,4096,0,1,0,0,1,1,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,39,7,48,12,36,15,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,0,0,0,0,0,0,0,0,0,35074,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,673,100,0,0,0,0,1,0,2,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30975,4,4,-1,'Onslaught Breastplate',45658,4,4096,0,1,0,0,5,1,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,53,3,34,7,54,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,0,0,0,0,0,0,40680,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,672,165,0,0,0,0,2,0,8,0,8,0,2952,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30976,4,4,-1,'Onslaught Chestguard',45658,4,4096,0,1,0,0,5,1,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,14,28,4,37,7,69,12,37,15,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,673,165,0,0,0,0,2,0,2,0,4,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30977,4,4,-1,'Onslaught Greaves',45660,4,4096,0,1,0,0,7,1,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,62,3,41,7,55,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1597,0,0,0,0,0,0,0,0,0,39925,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,672,120,0,0,0,0,8,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30978,4,4,-1,'Onslaught Legguards',45660,4,4096,0,1,0,0,7,1,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,40,7,78,12,24,14,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1597,0,0,0,0,0,0,0,0,0,39987,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,673,120,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30979,4,4,-1,'Onslaught Shoulderblades',45661,4,4096,0,1,0,0,3,1,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,4,39,3,39,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1369,0,0,0,0,0,0,0,0,0,42094,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,672,100,0,0,0,0,4,0,8,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30980,4,4,-1,'Onslaught Shoulderguards',45661,4,4096,0,1,0,0,3,1,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,53,12,25,15,17,4,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,673,100,0,0,0,0,2,0,4,0,0,0,2876,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30981,4,0,-1,'Grom\'tor\'s Pendant of Conquest',35358,2,0,0,1,122547,30636,2,-1,-1,114,0,0,0,0,0,0,0,0,1,1,0,2,7,22,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(30982,4,4,-1,'Lightbringer Gauntlets',45685,4,4096,0,1,0,0,10,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,51,7,37,5,25,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1141,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,680,55,0,0,0,0,4,0,0,0,0,0,2941,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30983,4,4,-1,'Lightbringer Gloves',46357,4,4096,0,1,0,0,10,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,2,7,35,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1141,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21637,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,681,55,0,0,0,0,8,0,0,0,0,0,3152,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30984,4,6,-1,'Spellbreaker\'s Buckler',42285,3,0,0,1,260801,52160,14,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,7,22,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3615,0,0,0,0,0,0,0,0,0,13881,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,80,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30985,4,4,-1,'Lightbringer Handguards',45685,4,4096,0,1,0,0,10,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,44,4,43,12,30,13,22,14,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1141,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,679,55,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30986,4,6,-1,'Bloodforged Guard',41645,2,0,0,1,222621,44524,14,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,7,31,3,12,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3278,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,77,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(30987,4,4,-1,'Lightbringer Faceguard',45684,4,4096,0,1,0,0,1,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,67,4,50,12,28,13,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,679,100,0,0,0,0,4,0,1,0,0,0,2871,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30988,4,4,-1,'Lightbringer Greathelm',46358,4,4096,0,1,0,0,1,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,37,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,0,0,0,0,0,0,0,0,0,42077,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,681,100,0,0,0,0,4,0,1,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30989,4,4,-1,'Lightbringer War-Helm',45684,4,4096,0,1,0,0,1,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,61,7,60,5,32,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,680,100,0,0,0,0,4,0,1,0,0,0,2873,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30990,4,4,-1,'Lightbringer Breastplate',46350,4,4096,0,1,0,0,5,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,4,56,7,48,5,31,32,31,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,680,165,0,0,0,0,2,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30991,4,4,-1,'Lightbringer Chestguard',45683,4,4096,0,1,0,0,5,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,69,4,43,12,31,15,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,42078,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,679,165,0,0,0,0,2,0,2,0,4,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30992,4,4,-1,'Lightbringer Chestpiece',45683,4,4096,0,1,0,0,5,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,33,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,0,0,0,0,0,0,37952,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,681,165,0,0,0,0,8,0,4,0,4,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30993,4,4,-1,'Lightbringer Greaves',45686,4,4096,0,1,0,0,7,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,68,7,48,5,22,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1597,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,680,120,0,0,0,0,2,0,0,0,0,0,2941,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30994,4,4,-1,'Lightbringer Leggings',45686,4,4096,0,1,0,0,7,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,45,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1597,0,0,0,0,0,0,0,0,0,42093,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,681,120,0,0,0,0,8,0,0,0,0,0,3151,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30995,4,4,-1,'Lightbringer Legguards',45686,4,4096,0,1,0,0,7,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,69,4,54,12,37,13,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1597,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,679,120,0,0,0,0,4,0,0,0,0,0,2976,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30996,4,4,-1,'Lightbringer Pauldrons',45884,4,4096,0,1,0,0,3,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,29,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1369,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,681,100,0,0,0,0,4,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30997,4,4,-1,'Lightbringer Shoulderbraces',45884,4,4096,0,1,0,0,3,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,50,7,37,5,17,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,680,100,0,0,0,0,4,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30998,4,4,-1,'Lightbringer Shoulderguards',45884,4,4096,0,1,0,0,3,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,50,4,35,12,25,13,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,679,100,0,0,0,0,4,0,4,0,0,0,2876,0,300,0,0,0,0,'',67,0,0,0,0,12340),(30999,2,15,-1,'Ashtongue Blade',43309,3,0,0,1,399750,79950,13,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,3,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,122,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31000,2,3,-1,'Bloodwarder\'s Rifle',43312,3,0,0,1,300975,60195,26,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,3,8,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,213,0,0,0,0,0,0,0,0,0,0,0,2600,3,100,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31001,4,3,-1,'Gronnstalker\'s Gloves',45679,4,4096,0,1,0,0,10,4,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,3,35,7,31,5,21,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,42098,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,669,50,0,0,0,0,2,0,0,0,0,0,2902,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31002,2,7,-1,'Summoner\'s Blade',1930,3,0,0,1,404401,80880,21,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,5,20,32,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,160,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,36430,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-25.8,0,0,0,'',52,0,0,0,0,12340),(31003,4,3,-1,'Gronnstalker\'s Helmet',45680,4,4096,0,1,0,0,1,4,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,3,45,7,45,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,669,85,0,0,0,0,2,0,1,0,0,0,2952,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31004,4,3,-1,'Gronnstalker\'s Chestguard',45678,4,4096,0,1,0,0,5,4,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,3,40,7,52,5,37,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,669,140,0,0,0,0,2,0,4,0,4,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31005,4,3,-1,'Gronnstalker\'s Leggings',45681,4,4096,0,1,0,0,7,4,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,3,37,7,43,5,28,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,894,0,0,0,0,0,0,0,0,0,34509,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,669,105,0,0,0,0,2,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31006,4,3,-1,'Gronnstalker\'s Spaulders',45682,4,4096,0,1,0,0,3,4,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,3,34,7,39,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,766,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,40680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,669,85,0,0,0,0,4,0,8,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31007,4,3,-1,'Skyshatter Gloves',45670,4,4096,0,1,0,0,10,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,2,7,40,5,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,683,50,0,0,0,0,8,0,0,0,0,0,3151,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31008,4,3,-1,'Skyshatter Gauntlets',45670,4,4096,0,1,0,0,10,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,31,32,26,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,684,50,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31009,2,10,-1,'Wildcaller',43313,3,0,0,1,532843,106568,17,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,38,91,3,24,37,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,294,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31010,2,1,-1,'Slayer\'s Axe',44011,3,0,0,1,534781,106956,17,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,4,51,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,336,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31011,4,3,-1,'Skyshatter Grips',45670,4,4096,0,1,0,0,10,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,38,78,7,45,5,30,32,21,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,682,50,0,0,0,0,4,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31012,4,3,-1,'Skyshatter Helmet',45669,4,4096,0,1,0,0,1,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,2,7,42,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,0,0,0,0,0,0,0,0,0,42077,1,0,0,-1,0,-1,21642,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,683,85,0,0,0,0,1,0,4,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31013,2,15,-1,'Ceremonial Kris',43315,3,0,0,1,432434,86486,21,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,5,20,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,99,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,36428,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,-25.8,0,0,0,'',52,0,0,0,0,12340),(31014,4,3,-1,'Skyshatter Headguard',45669,4,4096,0,1,0,0,1,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,37,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,684,85,0,0,0,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31015,4,3,-1,'Skyshatter Cover',45669,4,4096,0,1,0,0,1,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,38,106,7,55,5,27,32,28,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,0,0,0,0,0,0,0,0,0,18378,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,682,85,0,0,0,0,1,0,4,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31016,4,3,-1,'Skyshatter Chestguard',45668,4,4096,0,1,0,0,20,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,2,7,48,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,0,0,0,0,0,0,0,0,0,42077,1,0,0,-1,0,-1,21642,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,683,140,0,0,0,0,8,0,8,0,4,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31017,4,3,-1,'Skyshatter Breastplate',45668,4,4096,0,1,0,0,20,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,41,32,27,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,684,140,0,0,0,0,8,0,4,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31018,4,3,-1,'Skyshatter Tunic',45668,4,4096,0,1,0,0,20,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,38,92,7,67,5,23,32,27,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,0,0,0,0,0,0,0,0,0,21366,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,682,140,0,0,0,0,8,0,4,0,4,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31019,4,3,-1,'Skyshatter Leggings',45671,4,4096,0,1,0,0,7,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,2,7,55,5,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,894,0,0,0,0,0,0,0,0,0,42077,1,0,0,-1,0,-1,21642,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,683,105,0,0,0,0,2,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31020,4,3,-1,'Skyshatter Legguards',45671,4,4096,0,1,0,0,7,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,40,5,42,32,29,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,894,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,684,105,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31021,4,3,-1,'Skyshatter Pants',45671,4,4096,0,1,0,0,7,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,38,92,7,67,5,31,32,39,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,894,0,0,0,0,0,0,0,0,0,21631,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,682,105,0,0,0,0,8,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31022,4,3,-1,'Skyshatter Shoulderpads',45672,4,4096,0,1,0,0,3,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,2,7,28,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,766,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,683,85,0,0,0,0,8,0,4,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31023,4,3,-1,'Skyshatter Mantle',45672,4,4096,0,1,0,0,3,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,31,32,27,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,766,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,684,85,0,0,0,0,8,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31024,4,3,-1,'Skyshatter Pauldrons',45672,4,4096,0,1,0,0,3,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,38,68,7,48,5,19,32,26,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,766,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,682,85,0,0,0,0,4,0,4,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31025,4,8,-1,'Idol of the Avenger',43316,3,0,0,1,122885,24577,28,32767,-1,106,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37760,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31026,4,2,-1,'Slayer\'s Handguards',45426,4,4096,0,1,0,0,10,8,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,3,34,7,36,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,42095,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,668,40,0,0,0,0,8,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31027,4,2,-1,'Slayer\'s Helm',45434,4,4096,0,1,0,0,1,8,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,3,45,7,55,32,28,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,668,70,0,0,0,0,1,0,4,0,0,0,2873,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31028,4,2,-1,'Slayer\'s Chestguard',45425,4,4096,0,1,0,0,5,8,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,3,45,7,55,32,28,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,459,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,668,120,0,0,0,0,4,0,4,0,8,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31029,4,2,-1,'Slayer\'s Legguards',45428,4,4096,0,1,0,0,7,8,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,3,46,7,54,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,401,0,0,0,0,0,0,0,0,0,29524,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,668,90,0,0,0,0,8,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31030,4,2,-1,'Slayer\'s Shoulderpads',45436,4,4096,0,1,0,0,3,8,32767,146,70,0,0,0,0,0,0,0,0,1,0,2,3,34,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,42095,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,668,70,0,0,0,0,4,0,8,0,0,0,2973,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31031,4,9,-1,'Stormfury Totem',43317,3,0,0,1,125582,25116,28,32767,-1,106,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37762,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31032,4,2,-1,'Thunderheart Gloves',45664,4,4096,0,1,0,0,10,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,31,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,678,40,0,0,0,0,8,0,0,0,0,0,3151,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31033,4,7,-1,'Libram of Righteous Power',43318,3,0,0,1,126477,25295,28,32767,-1,106,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37763,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31034,4,2,-1,'Thunderheart Gauntlets',45664,4,4096,0,1,0,0,10,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,39,3,32,7,48,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,676,40,0,0,0,0,8,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31035,4,2,-1,'Thunderheart Handguards',45664,4,4096,0,1,0,0,10,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,30,5,30,6,22,32,21,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,677,40,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31036,2,10,-1,'Oronok\'s Ancient Scepter',43323,3,0,0,1,541721,108344,17,-1,-1,108,0,0,0,0,0,0,0,0,1,1,0,3,5,45,7,27,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,273,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,36430,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'\"I was a lot of things...\" -Oronok Torn-heart',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-25.8,0,0,0,'',52,0,0,0,0,12340),(31037,4,2,-1,'Thunderheart Helmet',45663,4,4096,0,1,0,0,1,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,42,6,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,37952,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,678,70,0,0,0,0,8,0,1,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31038,2,10,-1,'Staff of the Redeemer',43353,3,0,0,1,507282,101456,17,-1,-1,108,0,0,0,0,0,0,0,0,1,1,0,2,5,45,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,273,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,36428,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It is now as it should be... -Spirit of Earth',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-25.8,0,0,0,'',52,0,0,0,0,12340),(31039,4,2,-1,'Thunderheart Cover',45663,4,4096,0,1,0,0,1,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,53,3,47,7,49,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,676,70,0,0,0,0,8,0,1,0,0,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31040,4,2,-1,'Thunderheart Headguard',45663,4,4096,0,1,0,0,1,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,30,5,32,6,28,32,29,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,677,70,0,0,0,0,4,0,1,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31041,4,2,-1,'Thunderheart Tunic',45662,4,4096,0,1,0,0,20,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,34,6,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,459,0,0,0,0,0,0,0,0,0,37952,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,678,120,0,0,0,0,4,0,8,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31042,4,2,-1,'Thunderheart Chestguard',45662,4,4096,0,1,0,0,20,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,53,3,47,7,51,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,459,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,676,120,0,0,0,0,8,0,4,0,2,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31043,4,2,-1,'Thunderheart Vest',45662,4,4096,0,1,0,0,20,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,42,5,40,6,27,32,25,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,459,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,677,120,0,0,0,0,8,0,8,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31044,4,2,-1,'Thunderheart Leggings',45665,4,4096,0,1,0,0,7,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,4,53,3,52,7,49,5,12,31,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,676,90,0,0,0,0,8,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31045,4,2,-1,'Thunderheart Legguards',45666,4,4096,0,1,0,0,7,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,40,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,401,0,0,0,0,0,0,0,0,0,37952,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,678,90,0,0,0,0,8,0,0,0,0,0,3098,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31046,4,2,-1,'Thunderheart Pants',45665,4,4096,0,1,0,0,7,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,39,5,48,6,27,31,20,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,401,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,677,90,0,0,0,0,8,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31047,4,2,-1,'Thunderheart Spaulders',45667,4,4096,0,1,0,0,3,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,31,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,678,70,0,0,0,0,8,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31048,4,2,-1,'Thunderheart Pauldrons',45667,4,4096,0,1,0,0,3,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,39,3,40,7,34,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,676,70,0,0,0,0,4,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31049,4,2,-1,'Thunderheart Shoulderpads',45667,4,4096,0,1,0,0,3,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,30,5,31,6,19,31,14,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,677,70,0,0,0,0,8,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31050,4,1,-1,'Gloves of the Malefic',45673,4,4096,0,1,0,0,10,256,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,57,5,27,32,19,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,670,35,0,0,0,0,4,0,0,0,0,0,2909,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31051,4,1,-1,'Hood of the Malefic',45674,4,4096,0,1,0,0,1,256,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,55,5,36,31,16,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,42076,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,670,60,0,0,0,0,1,0,4,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31052,4,1,-1,'Robe of the Malefic',45677,4,4096,0,1,0,0,20,256,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,66,5,29,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,42076,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,670,100,0,0,0,0,4,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31053,4,1,-1,'Leggings of the Malefic',45675,4,4096,0,1,0,0,7,256,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,55,5,44,32,37,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,670,75,0,0,0,0,4,0,0,0,0,0,2909,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31054,4,1,-1,'Mantle of the Malefic',45676,4,4096,0,1,0,0,3,256,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,45,5,22,31,21,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,670,60,0,0,0,0,8,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31055,4,1,-1,'Gloves of the Tempest',45121,4,4096,0,1,0,0,10,128,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,30,5,26,6,21,32,19,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,671,35,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31056,4,1,-1,'Cowl of the Tempest',45449,4,4096,0,1,0,0,1,128,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,30,5,40,6,28,32,29,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,671,60,0,0,0,0,1,0,4,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31057,4,1,-1,'Robes of the Tempest',45119,4,4096,0,1,0,0,20,128,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,36,5,39,6,31,32,23,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,671,100,0,0,0,0,4,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31058,4,1,-1,'Leggings of the Tempest',45122,4,4096,0,1,0,0,7,128,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,36,5,47,6,29,32,29,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,671,75,0,0,0,0,8,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31059,4,1,-1,'Mantle of the Tempest',45126,4,4096,0,1,0,0,3,128,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,27,5,27,6,21,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,33491,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,671,60,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31060,4,1,-1,'Gloves of Absolution',44977,4,4096,0,1,0,0,10,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,31,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,675,35,0,0,0,0,8,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31061,4,1,-1,'Handguards of Absolution',44977,4,4096,0,1,0,0,10,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,31,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,674,35,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31062,2,1,-1,'Torn-heart Axe of Battle',43355,3,0,0,1,519172,103834,17,-1,-1,109,0,0,0,0,0,0,0,0,1,1,0,5,7,27,4,30,32,17,31,17,5,30,0,0,0,0,0,0,0,0,0,0,0,0,230,346,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This battle axe appears other-worldly...',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31063,4,1,-1,'Cowl of Absolution',45770,4,4096,0,1,0,0,1,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,36,5,32,6,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,37952,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,675,60,0,0,0,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31064,4,1,-1,'Hood of Absolution',45770,4,4096,0,1,0,0,1,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,39,6,27,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,674,60,0,0,0,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31065,4,1,-1,'Shroud of Absolution',44979,4,4096,0,1,0,0,20,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,39,31,20,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,33233,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,674,100,0,0,0,0,4,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31066,4,1,-1,'Vestments of Absolution',44979,4,4096,0,1,0,0,20,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,32,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,37952,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,675,100,0,0,0,0,8,0,4,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31067,4,1,-1,'Leggings of Absolution',44976,4,4096,0,1,0,0,7,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,41,6,28,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,674,75,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31068,4,1,-1,'Breeches of Absolution',44976,4,4096,0,1,0,0,7,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,33,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,37952,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,675,75,0,0,0,0,4,0,0,0,0,0,3151,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31069,4,1,-1,'Mantle of Absolution',44978,4,4096,0,1,0,0,3,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,30,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,675,60,0,0,0,0,8,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31070,4,1,-1,'Shoulderpads of Absolution',44978,4,4096,0,1,0,0,3,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,27,5,27,31,12,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,674,60,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31071,2,0,-1,'Grom\'tor\'s Charge',43356,3,0,0,1,398325,79665,13,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,7,30,12,11,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,140,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'\"We spill blood for just cause...\" -Oronok Torn-heart',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31072,2,2,-1,'Lohn\'goron, Bow of the Torn-heart',43384,3,0,0,1,299907,59981,15,-1,-1,109,0,0,0,0,0,0,0,0,1,1,0,1,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,213,0,0,0,0,0,0,0,0,0,0,0,2600,2,100,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A gift from a forgotten friend...',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31073,2,15,-1,'Borak\'s Reminder',43645,3,0,0,1,401426,80285,13,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,3,11,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,157,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31074,4,0,-1,'Amulet of the Torn-heart',31899,3,0,0,1,166220,41555,2,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31075,4,0,-1,'Evoker\'s Mark of the Redemption',43332,3,0,0,1,166220,41555,11,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,5,15,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31076,4,0,-1,'Spellsword\'s Mark of the Redemption',43335,3,0,0,1,166220,41555,11,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,5,9,4,23,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31077,4,0,-1,'Slayer\'s Mark of the Redemption',43339,3,0,0,1,166220,41555,11,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,3,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31078,4,0,-1,'Protector\'s Mark of the Redemption',43340,3,0,0,1,166220,41555,11,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,12,25,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23203,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31079,7,4,-1,'Mercurial Adamantite',43406,3,0,0,1,40000,10000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31080,4,0,-1,'Mercurial Stone',43360,2,0,0,1,16000,4000,12,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,2,31,27,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,512,12,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31084,13,0,-1,'Key to the Arcatraz',36675,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Unlocks the Arcatraz satellite of Tempest Keep.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31085,12,0,-1,'Top Shard of the Arcatraz Key',35851,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31086,12,0,-1,'Bottom Shard of the Arcatraz Key',35850,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31088,15,0,-1,'Tainted Core',44225,1,8454144,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38134,0,-1,-1,-1,0,-1,3366,0,-1,-1,-1,0,-1,38132,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,548,0,0,0,0,0,0,0,0,0,0,-1,0,300,0,0,'',0,0,0,0,1,12340),(31089,15,0,-1,'Chestguard of the Forgotten Conqueror',41438,4,0,0,1,0,50000,0,274,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31090,15,0,-1,'Chestguard of the Forgotten Vanquisher',41438,4,0,0,1,0,50000,0,1160,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31091,15,0,-1,'Chestguard of the Forgotten Protector',41438,4,0,0,1,0,50000,0,69,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31092,15,0,-1,'Gloves of the Forgotten Conqueror',41440,4,0,0,1,0,50000,0,274,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31093,15,0,-1,'Gloves of the Forgotten Vanquisher',41440,4,0,0,1,0,50000,0,1160,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31094,15,0,-1,'Gloves of the Forgotten Protector',41440,4,0,0,1,0,50000,0,69,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31095,15,0,-1,'Helm of the Forgotten Protector',41441,4,0,0,1,0,50000,0,69,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31096,15,0,-1,'Helm of the Forgotten Vanquisher',41441,4,0,0,1,0,50000,0,1160,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31097,15,0,-1,'Helm of the Forgotten Conqueror',41441,4,0,0,1,0,50000,0,274,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31098,15,0,-1,'Leggings of the Forgotten Conqueror',41442,4,0,0,1,0,50000,0,274,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31099,15,0,-1,'Leggings of the Forgotten Vanquisher',41442,4,0,0,1,0,50000,0,1160,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31100,15,0,-1,'Leggings of the Forgotten Protector',41442,4,0,0,1,0,50000,0,69,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31101,15,0,-1,'Pauldrons of the Forgotten Conqueror',19486,4,0,0,1,0,50000,0,274,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31102,15,0,-1,'Pauldrons of the Forgotten Vanquisher',19486,4,0,0,1,0,50000,0,1160,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31103,15,0,-1,'Pauldrons of the Forgotten Protector',19486,4,0,0,1,0,50000,0,69,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31104,4,1,-1,'Evoker\'s Helmet of Second Sight',43514,3,0,0,1,128825,25765,1,32767,-1,109,0,0,0,0,0,0,0,0,0,1,0,4,7,12,5,15,6,8,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,39841,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,8,0,8,0,4,0,2889,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31105,4,4,-1,'Overlord\'s Helmet of Second Sight',45168,3,0,0,1,225805,45161,1,32767,-1,109,0,0,0,0,0,0,0,0,0,1,0,4,7,22,4,29,31,13,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,898,0,0,0,0,0,0,0,0,0,39841,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,80,0,0,0,0,8,0,4,0,4,0,2927,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31106,4,3,-1,'Stalker\'s Helmet of Second Sight',43517,3,0,0,1,194614,38922,1,262143,32767,109,0,0,0,0,0,0,0,0,0,1,0,3,7,12,3,31,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,503,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,39841,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,8,0,8,0,8,0,2936,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31107,4,3,-1,'Shamanistic Helmet of Second Sight',43516,3,0,0,1,195312,39062,1,262143,32767,109,0,0,0,0,0,0,0,0,0,1,0,3,7,12,32,24,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,503,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,39841,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,8,0,4,0,8,0,2889,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31108,12,0,-1,'Kor\'kron Flare Gun',39435,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38119,0,0,0,0,1167,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31109,4,2,-1,'Stealther\'s Helmet of Second Sight',44680,3,0,0,1,163907,32781,1,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,7,18,3,24,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,39841,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,8,0,4,0,2936,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31110,4,2,-1,'Druidic Helmet of Second Sight',43501,3,0,0,1,164488,32897,1,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,7,12,32,24,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,39841,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,8,0,8,0,2889,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31111,4,1,-1,'Uvuros Hide Gloves',31135,2,0,0,1,69126,13825,10,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,7,16,5,12,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31112,4,2,-1,'Uvuros Hide Boots',43478,2,0,0,1,130103,26020,8,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,7,16,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31113,4,0,-1,'Violet Badge',31029,4,32768,0,1,175952,43988,12,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,1,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,90000,1141,15000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31114,4,3,-1,'Uvuros Hide Cinch',43483,2,0,0,1,104889,20977,6,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,7,16,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31115,4,4,-1,'Uvuros Plated Spaulders',43490,2,0,0,1,183912,36782,3,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,5,11,7,16,4,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,787,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31116,3,3,-1,'Infused Amethyst',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,501,-1,0,0,0,0,'',0,0,0,0,0,12340),(31117,3,3,-1,'Soothing Amethyst',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,502,-1,0,0,0,0,'',0,0,0,0,0,12340),(31118,3,3,-1,'Pulsing Amethyst',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,503,-1,0,0,0,0,'',0,0,0,0,0,12340),(31119,12,0,-1,'Wyrmcult Net',3673,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Excellent craftsmanship.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31120,12,0,-1,'Meeting Note',15274,1,2048,0,1,0,0,0,32767,32767,1,65,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,10719,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31121,0,0,-1,'Costume Scraps',7418,1,1024,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38156,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31122,0,0,-1,'Overseer Disguise',43656,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38157,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31123,12,0,-1,'Spinning Nether-weather Vane',20628,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s gathering information vital to gnomish engineering.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31124,12,0,-1,'Nether-weather Vane',24052,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38170,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31125,4,4,-1,'Boots of the Decimator',43043,3,0,0,1,167732,33546,8,32767,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,4,37,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31126,4,2,-1,'Gloves of Ferocity',43235,3,0,0,1,86586,17317,10,1535,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,4,23,3,20,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31127,4,3,-1,'Hauberk of Totemic Rage',43626,3,0,0,1,208532,41706,5,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,4,4,23,7,15,5,21,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31128,12,0,-1,'Rexxar\'s Whistle',2618,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38173,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31129,12,0,-1,'Blackwhelp Net',3673,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38177,0,12,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31130,12,0,-1,'Wyrmcult Blackwhelp',43636,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It squirms around quite a bit. Good thing it hasn\'t decided to breathe its fire yet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31131,4,2,-1,'Sash of Silent Blades',43065,3,0,0,1,80025,16005,6,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,3,28,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31132,12,0,-1,'Crust Burster Venom Gland',1438,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31133,4,1,-1,'Leggings of Concentrated Darkness',21963,3,0,0,1,128040,25608,7,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,7,15,5,24,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31134,2,8,-1,'Blade of Misfortune',43638,3,0,0,1,414389,82877,17,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,4,29,7,28,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,281,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31135,12,0,-1,'Baron Sablemane\'s Poison',17902,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31136,4,4,-1,'Breastplate of Blade Turning',43140,3,0,0,1,241036,48207,5,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,3,4,38,7,22,14,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31137,4,4,-1,'Gauntlets of Purification',43640,3,0,0,1,121657,24331,10,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,3,4,25,7,16,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31138,4,3,-1,'Storm Lord\'s Girdle',43045,3,0,0,1,99013,19802,6,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,1,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31139,2,4,-1,'Fist of Reckoning',43644,3,0,0,1,348144,69628,13,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,2,32,16,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,190,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,9141,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31140,4,1,-1,'Cloak of Entropy',42907,3,0,0,1,104827,20965,16,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,2,5,11,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31141,12,0,-1,'Kodohide Drum',43646,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38544,0,0,0,360000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31142,2,15,-1,'Blade of Trapped Knowledge',43649,3,0,0,1,330046,66009,21,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,1,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,87,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,26227,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,-12.8,0,0,0,'',50,0,0,0,0,12340),(31143,4,1,-1,'Shroud of Frenzy',23422,3,0,0,1,109162,21832,16,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,2,4,21,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31144,12,0,-1,'Spirit\'s Whistle',2618,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39163,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31145,4,2,-1,'Headdress of the Sleeper',43653,3,0,0,1,127497,25499,1,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,6,4,26,3,25,7,24,5,14,6,11,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31146,12,0,-1,'Rexxar\'s Battle Horn',13082,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39223,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31147,4,0,-1,'Pendant of Cunning',15420,3,0,0,1,115344,28836,2,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,1,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31148,4,2,-1,'Demon Hide Spaulders',28179,3,0,0,1,138912,27782,3,-1,-1,91,61,0,0,0,0,0,0,0,0,1,0,4,3,23,7,18,13,13,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31149,4,1,-1,'Gloves of Pandemonium',43073,3,0,0,1,67998,13599,10,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,3,5,15,32,22,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31150,4,1,-1,'Gloves of Piety',43654,3,0,0,1,67998,13599,10,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,2,5,17,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31151,4,4,-1,'Girdle of Siege',42848,3,0,0,1,123178,24635,6,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,4,30,7,18,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31152,4,4,-1,'Chestguard of Illumination',27407,3,0,0,1,251762,50352,5,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,4,42,7,19,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31153,2,0,-1,'Axe of the Legion',43655,3,0,0,1,361018,72203,13,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,4,16,7,15,37,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,177,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31154,4,0,-1,'Bronze Torc',35358,2,0,0,1,3000,750,2,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38174,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340),(31155,4,4,-1,'Drakescale Breastplate',43666,3,0,0,1,290766,58153,5,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31156,4,3,-1,'Drakescale Hauberk',43665,3,0,0,1,250158,50031,5,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31157,4,2,-1,'Drakehide Tunic',16482,3,0,0,1,209219,41843,5,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31158,4,1,-1,'Drakeweave Raiment',43667,3,0,0,1,167995,33599,5,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31159,4,4,-1,'Felstone Pauldrons',43661,3,0,0,1,220886,44177,3,32767,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,829,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31160,4,3,-1,'Felstone Epaulets',26273,3,0,0,1,191236,38247,3,32767,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31161,4,2,-1,'Felstone Spaulders',43669,3,0,0,1,159224,31844,3,32767,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31162,4,1,-1,'Felstone Mantle',43668,3,0,0,1,127844,25568,3,32767,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31163,4,4,-1,'Nethersteel Handguards',43672,3,0,0,1,143057,28611,10,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,655,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31164,4,3,-1,'Nethersteel Gauntlets',43671,3,0,0,1,113932,22786,10,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31165,4,2,-1,'Nethersteel-Reinforced Gloves',43673,3,0,0,1,94943,18988,10,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31166,4,1,-1,'Nethersteel-Lined Handwraps',43675,3,0,0,1,76297,15259,10,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,61,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31168,4,4,-1,'Demon-Forged Chestguard',43676,3,0,0,1,219771,43954,5,-1,-1,82,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,844,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31169,12,0,-1,'Sketh\'lon War Totem',43677,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31170,4,3,-1,'Demon-Forged Hauberk',43679,3,0,0,1,186093,37218,5,-1,-1,82,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31172,4,2,-1,'Demon-Cured Tunic',43681,3,0,0,1,155077,31015,5,-1,-1,82,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31173,4,3,-1,'Boots of Savagery',30438,3,0,0,1,158172,31634,8,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,4,27,7,18,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31174,4,1,-1,'Demonweave Raiment',43682,3,0,0,1,124062,24812,5,-1,-1,82,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31175,4,2,-1,'Blade Dancer\'s Wristguards',43166,3,0,0,1,87484,17496,9,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31176,4,4,-1,'Rockwurm Plate Handguards',43684,3,0,0,1,124821,24964,10,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,582,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31177,4,3,-1,'Rockwurm Scale Gauntlets',43686,3,0,0,1,101997,20399,10,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31178,4,0,-1,'Amulet of Unstable Power',40413,3,0,0,1,155100,38775,2,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,1,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31179,4,2,-1,'Rockwurm Hide Gloves',43689,3,0,0,1,89640,17928,10,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31180,4,4,-1,'Gauntlets of the Skullsplitter',41964,3,0,0,1,126679,25335,10,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,3,4,31,3,18,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31181,4,1,-1,'Rockwurm Hide Handwraps',43691,3,0,0,1,67998,13599,10,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31182,4,4,-1,'Legion Helm',43692,3,0,0,1,167732,33546,1,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,709,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31183,4,3,-1,'Legion Coif',43695,3,0,0,1,158135,31627,1,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,399,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31184,4,2,-1,'Legion Headguard',43697,3,0,0,1,120037,24007,1,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31185,4,1,-1,'Legion Crown',27293,3,0,0,1,96030,19206,1,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31186,2,10,-1,'Braxxis\' Staff of Slumber',43313,3,0,0,1,451835,90367,17,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,1,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,273,0,0,0,0,550,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31187,4,3,-1,'Boots of the Pathfinder',32755,3,0,0,1,162667,32533,8,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,2,5,23,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31188,4,4,-1,'Crocolisk Scale Vambraces',43699,3,0,0,1,123178,24635,9,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31189,4,3,-1,'Crocolisk Scale Wristguards',43700,3,0,0,1,104981,20996,9,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31190,4,2,-1,'The Dreamer\'s Shoulderpads',43669,3,0,0,1,134956,26991,3,32767,-1,97,68,0,0,0,0,0,0,0,0,1,0,5,4,23,3,21,7,16,5,12,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31191,4,2,-1,'Crocolisk Hide Bracers',32090,3,0,0,1,87484,17496,9,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31192,4,1,-1,'Crocolisk Hide Bindings',27601,3,0,0,1,69987,13997,9,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31193,2,15,-1,'Blade of Unquenched Thirst',43645,3,0,0,1,359883,71976,13,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,98,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,24585,2,0,4.2,-1,0,-1,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31194,4,0,-1,'Gronn-Blessed Warbeads',43701,3,0,0,1,150924,37731,2,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31195,4,4,-1,'Voidplate Girdle',43702,3,0,0,1,138894,27778,6,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,589,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31196,4,0,-1,'Amulet of Sanctification',39211,3,0,0,1,35155,8788,2,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,1,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9407,1,0,0,0,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31197,4,3,-1,'Voidscale Belt',43703,3,0,0,1,113932,22786,6,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31198,4,2,-1,'Voidhide Cord',43704,3,0,0,1,94943,18988,6,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31199,4,1,-1,'Voidweave Cilice',43214,3,0,0,1,75955,15191,6,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,61,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31200,4,6,-1,'Shield of the Wayward Footman',4404,3,0,0,1,236690,47338,14,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,3,7,24,12,16,15,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3329,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,71,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31201,4,1,-1,'Illidari Cloak',43705,3,0,0,1,124181,24836,16,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31202,4,4,-1,'Girdle of Divine Blessing',41962,3,0,0,1,130180,26036,6,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,3,7,16,5,22,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,573,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31203,4,0,-1,'Arcane Loop',43706,3,0,0,1,159272,39818,11,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31204,2,3,-1,'The Gunblade',43708,3,0,0,1,276412,55282,26,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,210,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31209,4,4,-1,'Chimaerascale Legplates',43713,3,0,0,1,284195,56839,7,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,968,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31210,4,3,-1,'Chimaerascale Legguards',33029,3,0,0,1,244501,48900,7,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,542,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31211,4,2,-1,'Chimaerahide Pants',43714,3,0,0,1,204526,40905,7,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31212,4,1,-1,'Chimaerahide Leggings',33149,3,0,0,1,164241,32848,7,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31213,4,4,-1,'Abyssal Plate Sabatons',43715,3,0,0,1,209425,41885,8,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,760,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31214,4,3,-1,'Abyssal Mail Greaves',33045,3,0,0,1,191994,38398,8,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31215,4,2,-1,'Abyssal Leather Treads',43717,3,0,0,1,159868,31973,8,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31216,4,1,-1,'Abyssal Cloth Footwraps',43718,3,0,0,1,128360,25672,8,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31217,4,4,-1,'Crimson Beholder Eye',43719,3,0,0,1,225014,45002,1,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,898,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31218,4,3,-1,'Fiery Beholder Eye',43721,3,0,0,1,179850,35970,1,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,503,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31219,4,2,-1,'Emerald Beholder Eye',43723,3,0,0,1,149875,29975,1,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31220,4,1,-1,'Amethyst Beholder Eye',43724,3,0,0,1,119900,23980,1,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31221,4,4,-1,'Illidari Vambraces',43725,3,0,0,1,133680,26736,9,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31222,4,3,-1,'Headdress of Inner Rage',45175,3,0,0,1,182004,36400,1,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,3,4,32,3,28,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,463,0,0,0,0,0,0,0,0,0,21629,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31223,4,3,-1,'Illidari Wristguards',43726,3,0,0,1,113932,22786,9,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31224,4,2,-1,'Illidari Bracers',43727,3,0,0,1,94605,18921,9,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31225,4,1,-1,'Illidari Bindings',33328,3,0,0,1,75955,15191,9,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31226,4,2,-1,'Leggings of the Sly',42966,3,0,0,1,184914,36982,7,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,3,12,29,32,20,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31227,4,4,-1,'Feathered Girdle',43730,3,0,0,1,120630,24126,6,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31228,4,3,-1,'Feathered Belt',43729,3,0,0,1,101997,20399,6,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31229,4,2,-1,'Feathered Waistband',43731,3,0,0,1,84998,16999,6,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31230,4,1,-1,'Abyss Walker\'s Boots',43718,3,0,0,1,116195,23239,8,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,2,7,24,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31231,4,1,-1,'Feathered Sash',43732,3,0,0,1,67998,13599,6,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31232,4,4,-1,'Grim Sabatons',43734,3,0,0,1,178155,35631,8,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,641,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31233,4,3,-1,'Grim Greaves',43735,3,0,0,1,153676,30735,8,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31234,2,7,-1,'Crystalblade of the Draenei',43736,3,0,0,1,403585,80717,13,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,2,7,18,12,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,131,0,0,0,0,195,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31235,4,2,-1,'Grim Boots',28617,3,0,0,1,127497,25499,8,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31236,4,1,-1,'Grim Slippers',43737,3,0,0,1,109173,21834,8,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31237,4,2,-1,'Elekk Hide Leggings',43738,3,0,0,1,203982,40796,7,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,4,4,38,7,28,5,20,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31238,4,0,-1,'Dragonbone Ring',43407,3,524288,0,1,146756,36689,11,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31239,12,0,-1,'Primed Key Mold',43739,1,34816,2,1,0,0,0,-1,-1,1,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The outline of Hellfire Citadel is engraved on the back of this mold.',0,0,0,10754,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31240,4,3,-1,'Scales of the Beast',42842,3,0,0,1,247407,49481,7,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,3,3,30,7,22,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31241,12,0,-1,'Primed Key Mold',43739,1,34816,1,1,0,0,0,-1,-1,1,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The outline of Hellfire Citadel is engraved on the back of this mold.',0,0,0,10755,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31242,4,4,-1,'Nagascale Legplates',43740,3,0,0,1,252638,50527,7,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,790,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31243,4,3,-1,'Nagascale Legguards',43741,3,0,0,1,198027,39605,7,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31244,4,2,-1,'Nagahide Pants',43742,3,0,0,1,165023,33004,7,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31245,12,0,-1,'Primed Key Mold',43739,1,32768,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The outline of Hellfire Citadel is engraved on the back of this mold.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31246,4,1,-1,'Nagahide Leggings',39886,3,0,0,1,132018,26403,7,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31247,4,4,-1,'Bog Pauldrons',43743,3,0,0,1,179109,35821,3,32767,-1,88,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,677,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31248,4,3,-1,'Bog Epaulets',43744,3,0,0,1,155061,31012,3,32767,-1,88,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,380,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31249,4,2,-1,'Bog Spaulders',43745,3,0,0,1,123767,24753,3,32767,-1,88,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31250,4,1,-1,'Bog Mantle',43747,3,0,0,1,103685,20737,3,32767,-1,88,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31251,12,0,-1,'Unfired Key Mold',43739,1,32832,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38202,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The outline of Hellfire Citadel is engraved on the back of this mold.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31252,12,0,-1,'Charred Key Mold',43739,1,34816,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The outline of Hellfire Citadel is engraved on the back of this mold.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31254,4,1,-1,'Striderhide Cloak',26233,3,0,0,1,107965,21593,16,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31255,4,1,-1,'Cloak of the Craft',26202,3,0,0,1,121493,24298,16,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,2,3,25,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31256,4,3,-1,'Silvermoon Armor',44431,2,0,0,1,3294,658,5,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,163,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(31258,4,0,-1,'Band of Sorrow',43120,3,524288,0,1,220141,55035,11,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,2,5,18,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31260,12,0,-1,'Sketh\'lon Commander\'s Journal - Page 1',4110,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31261,12,0,-1,'Sketh\'lon Commander\'s Journal - Page 2',39631,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31262,12,0,-1,'Sketh\'lon Commander\'s Journal - Page 3',24051,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31263,4,2,-1,'Silvermoon Tunic',44432,2,0,0,1,2616,523,5,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,162,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(31264,4,1,-1,'Silvermoon Robes',44430,2,0,0,1,2101,420,20,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,161,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(31268,2,0,-1,'Abomination Cleaver',8466,2,0,0,1,5332,1066,13,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,18,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,163,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(31269,2,4,-1,'Ghoul Hammer',43772,2,0,0,1,5352,1070,13,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,29,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,162,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(31270,2,19,-1,'Banshee Rod',43774,2,0,0,1,4029,805,26,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,25,5,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,161,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340),(31271,12,0,-1,'Illidan\'s Command',992,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2993,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31272,4,1,-1,'Crown of Endless Knowledge',43761,3,0,0,1,120167,24033,1,32767,-1,103,66,0,0,0,0,0,0,0,0,1,0,3,7,22,5,30,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31275,4,0,-1,'Necklace of Trophies',43701,3,0,0,1,167612,41903,2,-1,-1,106,67,0,0,0,0,0,0,0,0,1,0,3,4,22,3,15,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,10,10,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31276,4,4,-1,'Boots of Zealotry',42841,3,0,0,1,204213,40842,8,32767,-1,106,67,0,0,0,0,0,0,0,0,1,0,3,4,22,5,17,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,18378,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31277,4,0,-1,'Pathfinder\'s Band',33808,3,524288,0,1,167612,41903,11,-1,-1,106,67,0,0,0,0,0,0,0,0,1,0,1,3,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31278,12,0,-1,'Illidari Tabard',24036,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31279,4,0,-1,'Enchanted Illidari Tabard',43794,1,65600,0,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38224,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The illusion effect of this item only works at the Eclipsion Fields.',0,0,0,0,0,-1,0,0,0,0,0,0,3520,0,0,0,0,0,0,0,0,0,0,0,-1,0,3600,0,0,'',0,0,0,0,0,12340),(31280,4,3,-1,'Thundercaller\'s Gauntlets',42932,3,0,0,1,116916,23383,10,-1,-1,106,67,0,0,0,0,0,0,0,0,1,0,3,7,16,5,16,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,377,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31281,4,2,-1,'Mask of Veiled Death',45101,3,0,0,1,147938,29587,1,32767,-1,106,67,0,0,0,0,0,0,0,0,1,0,2,32,30,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,15826,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31282,4,1,-1,'Shroud of Spiritual Purity',43183,3,0,0,1,155888,31177,20,-1,-1,106,67,0,0,0,0,0,0,0,0,1,0,2,5,30,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31283,4,1,-1,'Sash of Sealed Fate',43732,3,0,0,1,79496,15899,6,-1,-1,106,67,0,0,0,0,0,0,0,0,1,0,2,5,15,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31284,4,4,-1,'Bracers of Recklessness',42847,3,0,0,1,144030,28806,9,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,2,4,29,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,484,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31285,4,2,-1,'Chestguard of the Talon',8660,3,0,0,1,205343,41068,5,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,3,4,36,3,34,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31286,4,3,-1,'Breastplate of Rapid Striking',38704,3,0,0,1,239800,47960,5,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,3,3,40,5,20,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31287,4,6,-1,'Draenei Honor Guard Shield',43792,3,0,0,1,255786,51157,14,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,2,5,16,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3615,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,4,0,0,80,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31288,4,2,-1,'The Master\'s Treads',38993,3,0,0,1,149875,29975,8,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,3,3,24,7,19,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,17746,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31289,2,10,-1,'Staff of Divine Infusion',43796,3,0,0,1,499583,99916,17,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,2,5,23,6,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,277,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,36428,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-25.8,0,0,0,'',52,0,0,0,0,12340),(31290,4,0,-1,'Band of Dominion',28733,3,524288,0,1,42837,10709,11,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,1,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31291,2,1,-1,'Crystalforged War Axe',43799,3,0,0,1,537997,107599,17,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,7,50,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,380,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,15826,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31292,4,6,-1,'Crystal Pulse Shield',43800,3,0,0,1,262152,52430,14,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3711,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,83,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31293,4,3,-1,'Girdle of Gale Force',43159,3,0,0,1,122883,24576,6,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,3,32,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,357,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31294,4,3,-1,'Pauldrons of Surging Mana',43801,3,0,0,1,201819,40363,3,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,7,22,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,21638,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31295,4,2,-1,'Chestguard of the Dark Stalker',43222,3,0,0,1,204806,40961,5,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,7,31,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31297,4,1,-1,'Robe of the Crimson Order',12675,3,0,0,1,163845,32769,20,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,5,23,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31298,4,4,-1,'Legguards of the Shattered Hand',32167,3,0,0,1,293844,58768,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,39,3,32,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31299,2,5,-1,'The Oathkeeper',43830,3,0,0,1,526757,105351,17,-1,-1,115,68,0,0,0,0,0,0,0,0,1,0,4,4,35,5,32,7,24,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,420,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31300,12,0,-1,'Ironroot Seeds',1443,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29773,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31303,2,2,-1,'Valanos\' Longbow',43809,3,0,0,1,320904,64180,15,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,10,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,242,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31304,2,4,-1,'The Essence Focuser',43812,3,0,0,1,429455,85891,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,113,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,33273,1,0,0,0,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(31305,2,15,-1,'Ced\'s Carver',43813,3,0,0,1,431083,86216,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,13,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31306,4,1,-1,'Leggings of the Sacred Crest',43814,3,0,0,1,167823,33564,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,32,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,33780,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31307,12,0,-1,'Heart of Fury',40606,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31308,2,10,-1,'The Bringer of Death',43817,3,0,0,1,524447,104889,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,32,5,31,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,196,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,33250,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(31310,12,0,-1,'Wildhammer Flare Gun',39435,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38249,0,0,0,0,1167,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31312,4,1,-1,'Sinister Area 52 Boots',43821,2,0,0,1,107232,21446,8,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31313,4,2,-1,'Nether-Rocket Gloves',43822,2,0,0,1,89680,17936,10,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,7,16,5,11,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31314,4,3,-1,'Rocket-Chief Pauldrons',43823,2,0,0,1,162722,32544,3,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,7,16,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31315,4,4,-1,'Goblin Girdle',43824,2,0,0,1,127172,25434,6,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,4,19,7,16,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,561,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31316,12,0,-1,'Lianthe\'s Key',9154,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38273,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31317,12,0,-1,'Rod of Lianthe',43827,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31318,2,1,-1,'Singing Crystal Axe',43828,4,0,0,1,616641,123328,17,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,444,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,38282,2,0,1,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31319,4,0,-1,'Band of Impenetrable Defenses',33808,4,0,0,1,316102,79025,11,32767,-1,100,70,0,0,0,0,0,0,0,1,1,0,2,7,36,12,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31320,4,4,-1,'Chestguard of Exile',43829,4,0,0,1,347960,69592,5,1535,-1,100,70,0,0,0,0,0,0,0,0,1,0,3,4,44,7,33,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1268,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31321,4,0,-1,'Choker of Repentance',39209,4,0,0,1,460801,115200,2,32767,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,4,23,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31322,2,5,-1,'The Hammer of Destiny',43831,4,0,0,1,626140,125228,17,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,3,4,32,7,30,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,304,457,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,38284,2,0,2.5,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31323,2,3,-1,'Don Santos\' Famous Hunting Rifle',43836,4,0,0,1,377080,75416,26,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,259,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,38290,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31324,12,0,-1,'Sketh\'lon Feather',37681,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31326,4,0,-1,'Truestrike Ring',43837,4,0,0,1,241024,60256,11,-1,-1,100,70,0,0,0,0,0,0,0,1,1,0,1,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31328,4,3,-1,'Leggings of Beast Mastery',42325,4,0,0,1,315592,63118,7,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,3,30,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,621,0,0,0,0,0,0,0,0,0,38297,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31329,4,1,-1,'Lifegiving Cloak',42615,4,4096,0,1,158369,31673,16,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,1,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31330,4,3,-1,'Lightning Crown',43843,4,0,0,1,238415,47683,1,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,1,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,0,0,0,0,0,34040,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31331,2,15,-1,'The Night Blade',43846,4,0,0,1,531673,106334,13,32767,-1,100,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,176,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,38307,2,0,2.4,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31332,2,7,-1,'Blinkstrike',41417,4,0,0,1,533586,106717,13,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,275,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,38308,2,0,1.54,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31333,4,2,-1,'The Night Watchman',45167,4,0,0,1,200812,40162,1,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,3,45,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,15819,1,0,0,0,0,0,23217,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31334,2,10,-1,'Staff of Natural Fury',43858,4,0,0,1,671700,134340,17,32767,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,38,70,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,380,0,0,0,0,320,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,38314,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31335,4,2,-1,'Pants of Living Growth',42314,4,0,0,1,269636,53927,7,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,5,29,6,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31336,2,7,-1,'Blade of Wizardry',43859,4,0,0,1,2164745,432949,21,32767,-1,100,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,118,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,34611,1,0,0,-1,0,-1,38319,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-39.8,0,0,0,'',66,0,0,0,0,12340),(31337,0,0,-1,'Orb of the Blackwhelp',3667,1,64,0,1,25000,6250,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38318,0,-3,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31338,4,0,-1,'Charlotte\'s Ivy',39162,4,0,0,1,353421,88355,2,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,19,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,667,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31339,4,0,-1,'Lola\'s Eve',39122,4,0,0,1,241024,60256,11,262143,32767,100,70,0,0,0,0,0,0,0,1,1,0,3,7,15,5,14,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,667,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31340,4,1,-1,'Will of Edward the Odd',43861,4,0,0,1,198814,39762,20,32767,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,5,30,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31341,4,1,-1,'Wyrmcultist\'s Cloak',43867,2,32768,0,1,100261,20052,16,-1,-1,108,67,0,0,0,0,0,0,0,1,1,0,1,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,24,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31342,2,4,-1,'The Ancient Scepter of Sue-Min',43866,4,0,0,1,514509,102901,21,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,143,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,34495,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-37.5,0,0,0,'',66,0,0,0,0,12340),(31343,4,1,-1,'Kamaei\'s Cerulean Skirt',43424,4,0,0,1,206568,41313,7,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,5,25,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31344,12,0,-1,'Ceremonial Incense',7065,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38336,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31345,12,0,-1,'The Journal of Val\'zareq',9129,1,2048,0,1,0,0,0,-1,-1,70,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A journal documenting the daily activities of the Illidari.',0,0,0,10793,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31346,12,0,-1,'Burning Bleeding Hollow Torch',12734,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35724,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,300,0,0,'',0,0,0,0,0,12340),(31347,12,0,-1,'Bleeding Hollow Torch',12733,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38345,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31349,12,0,-1,'Grulloc\'s Sack',1168,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Whatever\'s in it, it feels powerful.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31350,12,0,-1,'Huffer\'s Whistle',30959,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38362,0,-3,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31351,12,0,-1,'Dragonfire Trap',43881,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Ouch! It\'s hot to the touch!',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31354,9,6,-1,'Recipe: Flask of the Titans',15274,2,64,0,1,40000,10000,0,-1,-1,60,0,171,300,0,0,0,935,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,17635,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Flask of the Titans.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31355,9,6,-1,'Recipe: Flask of Supreme Power',15274,2,64,0,1,40000,10000,0,-1,-1,60,0,171,300,0,0,0,989,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,17637,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Flask of Supreme Power.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31356,9,6,-1,'Recipe: Flask of Distilled Wisdom',15274,2,64,0,1,40000,10000,0,-1,-1,60,0,171,300,0,0,0,942,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,17636,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Flask of Distilled Wisdom.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31357,9,6,-1,'Recipe: Flask of Chromatic Resistance',15274,2,64,0,1,40000,10000,0,-1,-1,60,0,171,300,0,0,0,1011,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,17638,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Flask of Chromatic Resistance.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31358,9,10,-1,'Design: Dawnstone Crab',6270,3,64,1,1,120000,30000,0,-1,-1,74,0,755,370,0,0,0,947,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31080,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Dawnstone Crab.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31359,9,10,-1,'Design: Enduring Deep Peridot',15274,2,64,1,1,60000,15000,0,-1,-1,63,0,755,315,0,0,0,947,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28918,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Enduring Deep Peridot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31360,12,0,-1,'Unfinished Headpiece',43898,1,64,0,1,0,0,12,-1,-1,1,67,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38438,1,-1,-1,-1,0,-1,38444,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31361,9,1,-1,'Pattern: Cobrahide Leg Armor',1301,1,64,1,1,60000,15000,0,-1,-1,67,0,165,335,0,0,0,947,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35549,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Cobrahide Leg Armor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31362,9,1,-1,'Pattern: Nethercobra Leg Armor',1301,1,64,1,1,120000,30000,0,-1,-1,73,0,165,365,0,0,0,947,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35554,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Nethercobra Leg Armor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31363,12,0,-1,'Gorgrom\'s Favor',43897,1,2048,2,1,0,0,0,32767,32767,1,65,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,10797,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31364,4,4,-1,'Wildguard Breastplate',43902,4,0,0,1,411540,82308,5,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,45,12,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1450,0,0,60,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31365,12,0,-1,'Energized Headpiece',26460,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31366,12,0,-1,'Felsworn Gas Mask',57501,1,67584,0,1,0,0,1,-1,-1,1,65,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38448,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The Felsworn stench is gone.',0,0,0,0,0,-1,0,0,0,0,0,0,3522,0,0,0,0,0,0,0,0,0,0,0,-1,0,3600,0,0,'',0,0,0,0,0,12340),(31367,4,4,-1,'Wildguard Leggings',43907,4,0,0,1,416097,83219,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1269,0,0,60,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31368,4,4,-1,'Wildguard Helm',43906,4,0,0,1,312585,62517,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,58,12,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,50,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31369,4,4,-1,'Iceguard Breastplate',43941,4,0,0,1,419094,83818,5,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,49,12,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1450,0,0,0,60,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31370,4,4,-1,'Iceguard Leggings',43940,4,0,0,1,370760,74152,7,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,1,7,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,60,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31371,4,4,-1,'Iceguard Helm',43939,4,0,0,1,278542,55708,1,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,7,64,12,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1030,0,0,0,50,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31372,12,0,-1,'Rocknail Flayer Carcass',7071,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38439,0,-1,0,0,1167,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31373,12,0,-1,'Rocknail Flayer Giblets',5287,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38453,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A delicious but inadequate meal for a netherwing drake.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31374,12,0,-1,'Worg Master\'s Head',1310,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31375,4,2,-1,'Gladiator\'s Kodohide Gloves',41443,4,36864,0,1,0,0,10,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,27,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(31376,4,2,-1,'Gladiator\'s Kodohide Helm',47172,4,36864,0,1,0,0,1,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,46,5,33,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(31377,4,2,-1,'Gladiator\'s Kodohide Legguards',41445,4,36864,0,1,0,0,7,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,37,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340),(31378,4,2,-1,'Gladiator\'s Kodohide Spaulders',41758,4,36864,0,1,0,0,3,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,21,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(31379,4,2,-1,'Gladiator\'s Kodohide Tunic',41446,4,36864,0,1,0,0,5,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,120,0,0,0,0,2,0,2,0,4,0,2856,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(31380,4,0,-1,'Acrobat\'s Mark of the Sha\'tar',39125,3,524288,0,1,167612,41903,11,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,4,29,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31381,4,0,-1,'Aggressor\'s Mark of the Sha\'tar',39127,3,524288,0,1,167612,41903,11,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,1,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14027,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31382,4,0,-1,'Mage\'s Mark of the Sha\'tar',39124,3,524288,0,1,167612,41903,11,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,1,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9343,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31383,4,0,-1,'Spiritualist\'s Mark of the Sha\'tar',39126,3,524288,0,1,167612,41903,11,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,1,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31384,12,0,-1,'Damaged Mask',43905,1,2048,0,1,0,0,0,-1,-1,1,65,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Felsworn stench burns the eyes.',0,0,0,10810,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31386,12,0,-1,'Staff of Parshah',15867,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38482,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31387,12,0,-1,'Mystery Mask',43905,1,2048,0,1,0,0,0,-1,-1,1,65,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Felsworn stench still burns the eyes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31390,9,4,-1,'Plans: Wildguard Breastplate',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,942,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,38473,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Wildguard Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31391,9,4,-1,'Plans: Wildguard Leggings',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,942,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,38475,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Wildguard Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31392,9,4,-1,'Plans: Wildguard Helm',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,942,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,38476,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Wildguard Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31393,9,4,-1,'Plans: Iceguard Breastplate',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,967,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,38477,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Iceguard Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31394,9,4,-1,'Plans: Iceguard Leggings',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,967,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,38478,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Iceguard Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31395,9,4,-1,'Plans: Iceguard Helm',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,967,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,38479,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Iceguard Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31396,4,3,-1,'Gladiator\'s Ringmail Armor',41144,4,36864,0,1,0,0,5,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,23,32,23,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,866,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,18038,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,140,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31397,4,3,-1,'Gladiator\'s Ringmail Gauntlets',41145,4,36864,0,1,0,0,10,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,18,32,21,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,541,0,0,0,0,0,0,0,0,0,38501,1,0,0,-1,0,-1,18038,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31398,4,0,-1,'The Frozen Eye',44357,4,524288,0,1,241024,60256,11,262143,32767,100,70,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31399,4,0,-1,'The Natural Ward',44086,4,524288,0,1,241024,60256,11,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,1,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31400,4,3,-1,'Gladiator\'s Ringmail Helm',41147,4,36864,0,1,0,0,1,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,20,32,17,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31401,9,10,-1,'Design: The Frozen Eye',1096,4,64,0,1,120000,30000,0,-1,-1,75,0,755,375,0,0,0,967,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,38503,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft The Frozen Eye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31402,9,10,-1,'Design: The Natural Ward',1096,4,64,0,1,120000,30000,0,-1,-1,75,0,755,375,0,0,0,942,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,38504,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft The Natural Ward.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31403,12,0,-1,'Sablemane\'s Sleeping Powder',20611,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38510,0,3,0,1000,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31404,4,0,-1,'Green Trophy Tabard of the Illidari',43794,2,0,0,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A trophy commemorating a victory over Illidan Stormrage.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31405,4,0,-1,'Purple Trophy Tabard of the Illidari',43950,2,0,0,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A trophy commemorating a victory over Illidan Stormrage.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31406,4,3,-1,'Gladiator\'s Ringmail Leggings',41148,4,36864,0,1,0,0,7,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,26,32,21,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31407,4,3,-1,'Gladiator\'s Ringmail Spaulders',41149,4,36864,0,1,0,0,3,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,19,32,18,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,649,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31408,15,0,-1,'Offering of the Sha\'tar',16028,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A gift from A\'dal.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31409,4,1,-1,'Gladiator\'s Mooncloth Gloves',41154,4,36864,0,1,0,0,10,16,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,20,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31410,4,1,-1,'Gladiator\'s Mooncloth Hood',41794,4,36864,0,1,0,0,1,16,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,60,5,22,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31411,4,1,-1,'Gladiator\'s Mooncloth Leggings',41155,4,36864,0,1,0,0,7,16,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,60,5,30,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31412,4,1,-1,'Gladiator\'s Mooncloth Mantle',42171,4,36864,0,1,0,0,3,16,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,22,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31413,4,1,-1,'Gladiator\'s Mooncloth Robe',41157,4,36864,0,1,0,0,20,16,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,51,5,28,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31414,2,10,-1,'Wild Wood Staff',43951,2,0,0,1,417844,83568,17,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,38,74,3,21,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,289,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31415,4,6,-1,'Iron Oak Shield',43953,2,0,0,1,220145,44029,14,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,4,21,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3278,0,0,0,0,0,0,0,0,0,25036,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,77,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31416,2,2,-1,'Scorch Wood Bow',25604,2,0,0,1,252628,50525,15,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,3,7,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,159,0,0,0,0,0,0,0,0,0,0,0,2200,2,100,14027,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31417,2,10,-1,'Staff of the Ashtongue Deathsworn',43954,3,0,0,1,511368,102273,17,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,5,45,6,25,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,293,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,36428,1,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-25.8,0,0,0,'',52,0,0,0,0,12340),(31418,4,1,-1,'Sylvanaar Gloves',26540,2,0,0,1,64466,12893,10,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,7,10,5,15,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31419,4,2,-1,'Living Grove Shoulderpads',43989,2,0,0,1,121331,24266,3,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,3,26,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31420,4,3,-1,'Protector\'s Boots',43991,2,0,0,1,146795,29359,8,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,3,15,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31421,4,4,-1,'Sentinel Armbands',43992,2,0,0,1,114735,22947,9,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,4,20,32,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,413,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31422,2,15,-1,'Heavy Elven Dirk',43994,2,0,0,1,327169,65433,13,-1,-1,102,0,0,0,0,0,0,0,0,1,1,0,1,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,126,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31423,2,0,-1,'Wolf Hewer\'s Axe',43995,2,0,0,1,337102,67420,13,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,4,17,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31424,2,19,-1,'Arcane Wand of Sylvanaar',43993,2,0,0,1,253739,50747,26,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,199,6,0,0,0,0,0,0,0,0,0,0,1600,0,100,9344,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31425,4,1,-1,'Ogre Vanquisher\'s Belt',43997,2,0,0,1,67900,13580,6,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,32,26,7,10,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31426,4,2,-1,'Agile Mountain Bracers',3658,2,0,0,1,85180,17036,9,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,3,20,31,11,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31427,4,3,-1,'Sylvanaar Defender\'s Pauldrons',43998,2,0,0,1,154555,30911,3,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,1,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,396,0,0,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31428,4,4,-1,'Commander Skyshadow\'s Gloves',43996,2,0,0,1,120778,24155,10,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,32,26,4,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,590,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31429,4,1,-1,'Spelunker\'s Mantle',44001,2,0,0,1,103301,20660,3,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,7,22,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31430,4,2,-1,'Miner\'s Gloves',44000,2,0,0,1,78157,15631,10,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,5,10,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31431,4,3,-1,'All-Weather Armguards',26103,2,0,0,1,94154,18830,9,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,1,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31432,4,4,-1,'Explorer\'s Boots',43999,2,0,0,1,165076,33015,8,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,4,18,5,15,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,649,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31433,4,1,-1,'Sylvanaar Elite Caster\'s Armor',43965,2,0,0,1,129841,25968,5,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,5,20,7,15,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31434,4,2,-1,'Ogre Assassin\'s Britches',44002,2,0,0,1,162926,32585,7,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,7,22,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31435,4,3,-1,'Gurn\'s Horned Helmet',43987,2,0,0,1,150984,30196,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,3,20,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,453,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31436,4,4,-1,'Sylvanaar Champion\'s Shoulders',43968,2,0,0,1,176466,35293,3,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,4,23,32,20,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,747,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31437,0,8,-1,'Medicinal Drake Essence',21845,2,64,0,1,0,0,0,-1,-1,105,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38543,0,-1,-1,60000,150,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31438,4,1,-1,'Fizit\'s Mantle of Drake Hunting',44004,2,0,0,1,99244,19848,3,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,5,18,32,11,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31439,4,2,-1,'Precise Gloves of Alacrity',44005,2,0,0,1,85252,17050,10,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,3,15,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31440,4,3,-1,'Devolved Drake Girdle',44003,2,0,0,1,102668,20533,6,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,1,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31441,4,4,-1,'Clocktock\'s Jumpers',43988,2,0,0,1,179981,35996,8,32767,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,32,27,4,15,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,667,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31442,4,1,-1,'Metro\'s Slimming Legs',43972,2,0,0,1,137890,27578,7,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,6,20,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31443,4,2,-1,'Nickwinkle\'s Harness Experiment',44006,2,0,0,1,172987,34597,5,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,7,54,4,20,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31444,4,3,-1,'Party Hat Mistake',43974,2,0,0,1,156235,31247,1,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,1,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31445,4,4,-1,'Last Year\'s \"In\" Belt',44007,2,0,0,1,122650,24530,6,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,4,16,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,546,0,0,0,0,0,0,0,0,0,21627,1,0,0,-1,0,-1,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31446,2,15,-1,'Vibro Shanker',43976,2,0,0,1,349688,69937,13,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,3,10,37,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,102,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9331,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31447,2,15,-1,'Vibro Dagger',43977,2,0,0,1,350903,70180,21,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,5,11,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,82,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,33030,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,-14.5,0,0,0,'',33,0,0,0,0,12340),(31448,2,7,-1,'Vibro Sword',43978,2,0,0,1,352152,70430,21,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,5,11,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,82,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,26155,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,-14.5,0,0,0,'',33,0,0,0,0,12340),(31449,0,0,-1,'Distilled Stalker Sight',43979,1,0,0,1,0,0,0,-1,-1,102,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38551,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31450,0,0,-1,'Stealth of the Stalker',41488,1,0,0,1,0,0,0,-1,-1,102,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38552,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31451,0,0,-1,'Pure Energy',37856,1,0,0,1,0,0,0,-1,-1,102,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38553,0,-1,-1,0,1153,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31452,4,1,-1,'Energized Wristwraps',44016,2,0,0,1,64664,12932,9,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,5,11,7,8,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,14047,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31453,4,2,-1,'Charged Footwear',44017,2,0,0,1,121713,24342,8,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,32,27,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340); -INSERT INTO `item_template` VALUES (31454,4,3,-1,'Scalewing Gloves',43982,2,0,0,1,97745,19549,10,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,3,16,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31455,4,4,-1,'Muscle Toning Belt',44019,2,0,0,1,118265,23653,6,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,32,27,4,15,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,546,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31456,4,1,-1,'Gnomish Casting Boots',43984,2,0,0,1,103773,20754,8,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,32,28,5,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31457,4,2,-1,'Toshley\'s Station Hero\'s Hat',44021,2,0,0,1,130196,26039,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,32,37,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,15809,1,0,0,900000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31458,4,3,-1,'Razaani-Buster Leggings',44022,2,0,0,1,209083,41816,7,262143,32767,108,0,0,0,0,0,0,0,0,0,1,0,2,32,37,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31459,4,4,-1,'Soul Saver\'s Chest Plate',19730,2,0,0,1,244803,48960,5,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,32,37,4,21,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,996,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31460,4,4,-1,'Sha\'tari Vindicator\'s Waistguard',42862,3,0,0,1,156943,31388,6,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,3,7,33,12,20,15,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,655,0,0,0,0,0,0,0,0,0,33274,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31461,4,1,-1,'A\'dal\'s Gift',34628,3,0,0,1,89498,17899,6,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,2,5,25,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31462,4,3,-1,'Shattrath\'s Champion Belt',44028,3,0,0,1,134722,26944,6,-1,-1,115,0,0,0,0,0,0,0,0,1,1,0,3,5,22,32,21,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31463,12,0,-1,'Zezzak\'s Shard',35843,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38554,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31464,4,2,-1,'Naaru Belt of Precision',44027,3,0,0,1,113082,22616,6,32767,-1,115,0,0,0,0,0,0,0,0,0,1,0,3,3,25,31,15,13,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31465,4,1,-1,'Sha\'tari Anchorite\'s Cloak',27325,3,0,0,1,136187,27237,16,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,1,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31470,4,1,-1,'Witch Doctor\'s Beads',44119,2,0,0,1,125013,25002,5,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,5,20,7,15,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31471,4,2,-1,'T\'chali\'s Kilt',44120,2,0,0,1,161232,32246,7,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,7,21,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31472,4,3,-1,'Hexxer\'s Belt',44121,2,0,0,1,97104,19420,6,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,1,3,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31473,4,4,-1,'Ogre Defiler\'s Handguards',44122,2,0,0,1,114364,22872,10,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,32,26,4,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,590,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31474,2,19,-1,'Wand of the Ancestors',44118,2,0,0,1,251023,50204,26,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,206,6,0,0,0,0,0,0,0,0,0,0,1600,0,100,9344,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31475,2,15,-1,'Thunderlord Scalpel',44116,2,0,0,1,335947,67189,21,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,5,11,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,82,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,33030,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,-14.5,0,0,0,'',33,0,0,0,0,12340),(31476,2,15,-1,'Slow Death Dirk',44117,2,0,0,1,337196,67439,13,-1,-1,105,0,0,0,0,0,0,0,0,1,1,0,1,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,131,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31477,4,1,-1,'Red Hands of the Thunderlord',44112,2,0,0,1,65940,13188,10,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,7,10,5,15,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31478,4,2,-1,'Tor\'chunk\'s Foot Covers',44114,2,0,0,1,124094,24818,8,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,32,26,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31479,4,3,-1,'Rugged Mountain Bracers',44113,2,0,0,1,99640,19928,9,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,1,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31480,4,4,-1,'Ogre Beater\'s Belt',44111,2,0,0,1,117340,23468,6,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,32,26,4,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,531,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31481,4,1,-1,'Thunderlord Armbands',44108,2,0,0,1,66907,13381,9,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,5,11,7,7,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,14047,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31482,4,2,-1,'Dire Wolf Handler Gloves',18981,2,0,0,1,83938,16787,10,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,3,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31483,4,4,-1,'Gor\'drek\'s Pauldrons',44325,2,0,0,1,176572,35314,3,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,32,15,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,708,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31484,4,3,-1,'Wolf Chaps',44110,2,0,0,1,101456,20291,6,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,1,3,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31485,4,1,-1,'Dark Deed Leggings',44107,2,0,0,1,135748,27149,7,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,6,20,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31486,4,2,-1,'Bear-Strength Harness',44105,2,0,0,1,170294,34058,5,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,7,52,4,20,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31487,4,3,-1,'Wild Horned Helm',43987,2,0,0,1,142919,28583,1,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,3,20,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31488,4,4,-1,'Boots of the Ancient-Killer',44106,2,0,0,1,167058,33411,8,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,4,18,5,15,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,649,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31489,12,0,-1,'Orb of the Grishna',44035,1,2048,0,1,0,0,0,32767,32767,1,65,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,10825,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31490,4,6,-1,'Netherwing Protector\'s Shield',44294,3,0,0,1,261901,52380,14,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,7,22,12,15,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3615,0,0,0,0,0,0,0,0,0,22852,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,80,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31491,4,6,-1,'Netherwing Defender\'s Shield',44293,3,0,0,1,262893,52578,14,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,7,21,12,13,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3615,0,0,0,0,0,0,0,0,0,23731,1,0,0,-1,0,-1,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,80,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31492,2,15,-1,'Claw of the Netherwing Flight',44292,3,524288,0,1,408859,81771,13,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,3,15,31,15,37,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,156,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31493,4,0,-1,'Netherwing Spiritualist\'s Charm',44041,3,0,0,1,166220,41555,23,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,15,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31494,4,0,-1,'Netherwing Sorceror\'s Charm',44042,3,0,0,1,166220,41555,23,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,15,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31495,0,0,-1,'Grishnath Orb',44035,1,1024,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38613,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31501,9,0,-1,'Tome of Conjure Food VIII',1103,3,32832,0,1,400000,100000,0,31360,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33717,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Conjure Food (Rank 8).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31504,12,0,-1,'Nethervine Crystal',35930,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31508,4,1,-1,'Coven Britches',32924,2,0,0,1,134236,26847,7,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,5,37,32,10,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31509,4,1,-1,'Wyrmcultist\'s Hood',38932,2,0,0,1,101061,20212,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,32,37,6,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31510,4,1,-1,'Hewing Gloves',44124,2,0,0,1,65933,13186,10,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,7,27,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31511,4,2,-1,'Chest of the Wyrmcult',44129,2,0,0,1,169700,33940,5,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,32,37,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31512,4,2,-1,'Tree Warden\'s Belt',14774,2,0,0,1,83033,16606,6,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,32,27,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31513,4,2,-1,'Blackwhelp Belt',44126,2,0,0,1,83345,16669,6,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,32,10,5,11,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31514,4,3,-1,'Dragonkin Shirt',44130,2,0,0,1,205946,41189,5,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,7,21,5,15,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31515,4,3,-1,'Whelpscale Gauntlets',44127,2,0,0,1,103347,20669,10,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,5,15,7,22,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31516,4,3,-1,'Bracers of the Weald',44125,2,0,0,1,101128,20225,9,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,32,20,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31517,0,0,-1,'Dire Pinfeather',44061,1,1024,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38612,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31518,0,0,-1,'Exorcism Feather',44062,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38606,0,-1,0,1000,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31519,4,4,-1,'Inkling\'s Leggings',44128,2,0,0,1,251130,50226,7,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,4,37,7,22,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,872,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31520,4,4,-1,'Blackwing Helm',44131,2,0,0,1,188660,37732,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,32,37,31,15,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,810,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31521,4,4,-1,'Expedition Defender\'s Shoulders',44123,2,0,0,1,184581,36916,3,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,32,11,7,16,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,727,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31522,12,0,-1,'Primal Mooncloth Supplies',21586,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Contains the materials needed to produce a sample of primal mooncloth',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31523,4,0,-1,'Treebole\'s Hoop',9851,2,0,0,1,166220,41555,11,-1,-1,108,0,0,0,0,0,0,0,0,1,1,0,2,5,12,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31524,12,0,-1,'Square of Imbued Netherweave',39454,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38614,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A small square of imbued netherweave, used as the base for creating various kinds of cloth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31525,12,0,-1,'Vial of Primal Reagents',3665,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Contains small samples of primal life and primal water.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31526,4,0,-1,'Raven\'s Wood Exorciser\'s Band',44086,2,0,0,1,166220,41555,11,-1,-1,108,0,0,0,0,0,0,0,0,1,1,0,2,5,12,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31527,4,0,-1,'Leafbeard Ring',31576,2,0,0,1,166220,41555,11,-1,-1,108,0,0,0,0,0,0,0,0,1,1,0,2,3,12,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31528,4,0,-1,'Ring of the Stonebark',35431,2,0,0,1,166220,41555,11,-1,-1,108,0,0,0,0,0,0,0,0,1,1,0,3,3,12,12,19,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31529,12,0,-1,'Grillok\'s Eyepatch',27809,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31530,12,0,-1,'Sample of Primal Mooncloth',39461,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31531,4,1,-1,'Wraithcloth Bindings',44066,2,0,0,1,67873,13574,9,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,6,11,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31532,4,2,-1,'Supple Leather Boots',44067,2,0,0,1,127742,25548,8,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,4,22,7,24,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31533,4,3,-1,'Diluvian Spaulders',44068,2,0,0,1,154551,30910,3,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,5,11,32,11,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31534,4,4,-1,'Whiteknuckle Gauntlets',29014,2,0,0,1,120797,24159,10,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,4,28,3,16,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31535,0,0,-1,'Bloodboil Poison',13710,1,2097216,0,1,0,0,0,262143,32767,105,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38615,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31536,13,0,-1,'Camp Anger Key',22071,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38746,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31537,4,1,-1,'Darktread Boots',44069,2,0,0,1,104177,20835,8,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,5,11,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31538,4,2,-1,'Twin Moon Shoulderguards',44070,2,0,0,1,130677,26135,3,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,4,5,14,6,14,7,14,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31539,4,3,-1,'Chaintwine Cinch',44071,2,0,0,1,104916,20983,6,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,5,14,32,14,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31540,4,4,-1,'Fairweather\'s Wristguards',44072,2,0,0,1,123541,24708,9,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,4,14,7,14,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31541,2,7,-1,'Whistling Sword',25640,2,0,0,1,361251,72250,13,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,32,11,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,120,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31542,2,1,-1,'Fanged Axe',44073,2,0,0,1,453165,90633,17,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,7,39,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,289,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31543,2,10,-1,'Adjudicator\'s Staff',28511,2,0,0,1,411437,82287,17,262143,32767,108,0,0,0,0,0,0,0,0,0,1,0,2,5,26,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,200,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,23730,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,-16.3,0,0,0,'',33,0,0,0,0,12340),(31544,4,2,-1,'Clefthoof Hide Leggings',44074,3,0,0,1,199917,39983,7,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,5,3,30,4,30,7,24,31,17,37,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31545,4,2,-1,'Oilcloth Breeches',44075,3,0,0,1,200671,40134,7,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,31,25,32,30,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31546,4,1,-1,'Tourmaline Crown',44076,3,0,0,1,120867,24173,1,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,4,5,18,7,24,6,17,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31547,4,3,-1,'Malefactor\'s Eyepatch',44077,3,0,0,1,181999,36399,1,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,5,18,7,24,3,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,503,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31548,4,4,-1,'Blackened Chestplate',44078,3,0,0,1,284195,56839,5,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,4,4,30,3,30,7,27,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31549,4,4,-1,'Leonine Breastplate',44079,3,0,0,1,285251,57050,5,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,4,45,5,16,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31550,12,0,-1,'Albreck\'s Findings',2571,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',2997,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31552,4,1,-1,'Windchanneller\'s Miter',30588,3,0,0,1,133297,26659,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,201,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31553,4,1,-1,'Windchanneller\'s Mantle',44163,3,0,0,1,133772,26754,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,201,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31554,4,1,-1,'Windchanneller\'s Tunic',44159,3,0,0,1,179013,35802,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,201,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31555,4,1,-1,'Windchanneller\'s Ceinture',44167,3,0,0,1,89832,17966,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,201,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31556,4,1,-1,'Windchanneller\'s Leggings',44161,3,0,0,1,180315,36063,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,201,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31557,4,1,-1,'Windchanneller\'s Boots',44162,3,0,0,1,129277,25855,8,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,201,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31558,4,1,-1,'Windchanneller\'s Bindings',44168,3,0,0,1,90800,18160,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,201,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31559,4,1,-1,'Windchanneller\'s Gloves',44164,3,0,0,1,91125,18225,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,201,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31560,4,2,-1,'Skystalker\'s Shroud',44881,3,0,0,1,171454,34290,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,202,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31561,4,2,-1,'Skystalker\'s Shoulders',44183,3,0,0,1,172064,34412,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,202,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31562,4,2,-1,'Skystalker\'s Tunic',44178,3,0,0,1,230233,46046,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,202,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31563,4,2,-1,'Skystalker\'s Cord',44192,3,0,0,1,104515,20903,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,202,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31564,4,2,-1,'Skystalker\'s Leggings',44180,3,0,0,1,209823,41964,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,202,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31565,4,2,-1,'Skystalker\'s Boots',44187,3,0,0,1,150487,30097,8,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,202,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31566,4,2,-1,'Skystalker\'s Bracers',44186,3,0,0,1,105725,21145,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,202,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31567,4,2,-1,'Skystalker\'s Gloves',44185,3,0,0,1,109046,21809,10,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,202,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31569,4,3,-1,'Mistshroud Shoulders',44206,3,0,0,1,198607,39721,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,203,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31570,4,3,-1,'Mistshroud Tunic',44199,3,0,0,1,264614,52922,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,203,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31571,4,3,-1,'Mistshroud Belt',44208,3,0,0,1,132795,26559,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,203,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31572,4,3,-1,'Mistshroud Pants',44198,3,0,0,1,266541,53308,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,203,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31573,4,3,-1,'Mistshroud Boots',44200,3,0,0,1,191975,38395,8,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,203,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31574,4,3,-1,'Mistshroud Bracers',44207,3,0,0,1,134247,26849,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,203,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31576,4,4,-1,'Slatesteel Helm',44574,3,0,0,1,236167,47233,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,204,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31577,4,4,-1,'Slatesteel Shoulders',44218,3,0,0,1,237020,47404,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,204,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31578,4,4,-1,'Slatesteel Breastplate',44214,3,0,0,1,317769,63553,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,204,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31579,4,4,-1,'Slatesteel Girdle',44224,3,0,0,1,160350,32070,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,655,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,204,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31580,4,4,-1,'Slatesteel Leggings',44215,3,0,0,1,320017,64003,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,204,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31581,4,4,-1,'Slatesteel Boots',44219,3,0,0,1,229010,45802,8,32767,-1,109,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,760,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,204,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31582,4,4,-1,'Slatesteel Bracers',44220,3,0,0,1,162068,32413,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,204,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31583,4,4,-1,'Slatesteel Gauntlets',44221,3,0,0,1,151230,30246,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,204,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31584,4,2,-1,'High Warlord\'s Kodohide Gloves',43571,3,36864,1,1,0,0,10,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,22,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,689,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(31585,4,2,-1,'High Warlord\'s Kodohide Helm',39032,3,36864,1,1,0,0,1,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,18,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,689,60,0,0,0,0,1,0,4,0,0,0,2878,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(31586,4,2,-1,'High Warlord\'s Kodohide Legguards',39033,3,36864,1,1,0,0,7,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,28,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,689,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340),(31587,4,2,-1,'High Warlord\'s Kodohide Spaulders',39034,3,36864,1,1,0,0,3,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,16,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,21624,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,689,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(31588,4,2,-1,'High Warlord\'s Kodohide Tunic',39035,3,36864,1,1,0,0,5,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,689,100,0,0,0,0,2,0,2,0,4,0,2856,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(31589,4,2,-1,'Grand Marshal\'s Kodohide Gloves',43573,3,36864,2,1,0,0,10,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,22,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,688,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(31590,4,2,-1,'Grand Marshal\'s Kodohide Helm',41796,3,36864,2,1,0,0,1,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,18,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,688,60,0,0,0,0,1,0,4,0,0,0,2878,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(31591,4,2,-1,'Grand Marshal\'s Kodohide Legguards',41210,3,36864,2,1,0,0,7,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,28,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,688,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340),(31592,4,2,-1,'Grand Marshal\'s Kodohide Spaulders',41211,3,36864,2,1,0,0,3,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,16,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,21624,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,688,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(31593,4,2,-1,'Grand Marshal\'s Kodohide Tunic',41212,3,36864,2,1,0,0,5,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,688,100,0,0,0,0,2,0,2,0,4,0,2856,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(31594,4,2,-1,'General\'s Kodohide Belt',41474,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,3,7,34,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(31595,4,2,-1,'General\'s Kodohide Boots',41482,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(31596,4,2,-1,'Marshal\'s Kodohide Belt',41474,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,3,7,34,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(31597,4,2,-1,'Marshal\'s Kodohide Boots',41482,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(31598,4,2,-1,'General\'s Kodohide Bracers',41253,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,13,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(31599,4,2,-1,'Marshal\'s Kodohide Bracers',41270,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,13,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(31606,12,0,-1,'Demoniac Scryer',36540,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38707,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31607,12,0,-1,'Demoniac Scryer Reading',24051,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2999,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31610,12,0,-1,'Rod of Purification',44226,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38736,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31613,4,4,-1,'Gladiator\'s Ornamented Chestguard',41133,4,36864,0,1,0,0,5,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,45,5,31,32,30,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1547,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,165,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31614,4,4,-1,'Gladiator\'s Ornamented Gloves',41134,4,36864,0,1,0,0,10,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,24,32,24,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31615,4,0,-1,'Ancient Draenei Arcane Relic',44237,2,524288,0,1,32891,8222,12,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,1,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33662,0,0,0,90000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31616,4,4,-1,'Gladiator\'s Ornamented Headcover',41135,4,36864,0,1,0,0,1,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,52,5,30,32,21,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1257,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31617,4,0,-1,'Ancient Draenei War Talisman',30696,2,524288,0,1,32891,8222,12,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,1,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33667,0,0,0,90000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31618,4,4,-1,'Gladiator\'s Ornamented Legplates',41136,4,36864,0,1,0,0,7,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,32,32,32,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1353,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31619,4,4,-1,'Gladiator\'s Ornamented Spaulders',41137,4,36864,0,1,0,0,3,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,24,32,23,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31620,4,1,-1,'Grand Marshal\'s Mooncloth Mitts',41218,3,36864,2,1,0,0,10,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,691,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31621,4,1,-1,'High Warlord\'s Mooncloth Mitts',37308,3,36864,1,1,0,0,10,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,692,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31622,4,1,-1,'Grand Marshal\'s Mooncloth Cowl',42195,3,36864,2,1,0,0,1,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,26,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,691,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31623,4,1,-1,'Grand Marshal\'s Mooncloth Legguards',41220,3,36864,2,1,0,0,7,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,28,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,691,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31624,4,1,-1,'Grand Marshal\'s Mooncloth Shoulderpads',41221,3,36864,2,1,0,0,3,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,20,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,691,50,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31625,4,1,-1,'Grand Marshal\'s Mooncloth Vestments',41222,3,36864,2,1,0,0,20,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,25,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,691,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31626,4,1,-1,'High Warlord\'s Mooncloth Cowl',37311,3,36864,1,1,0,0,1,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,27,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,692,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31627,4,1,-1,'High Warlord\'s Mooncloth Legguards',37310,3,36864,1,1,0,0,7,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,28,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,692,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31628,4,1,-1,'High Warlord\'s Mooncloth Shoulderpads',37312,3,36864,1,1,0,0,3,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,20,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,692,50,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31629,4,1,-1,'High Warlord\'s Mooncloth Vestments',37313,3,36864,1,1,0,0,20,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,25,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,692,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31630,4,4,-1,'Grand Marshal\'s Ornamented Chestplate',38292,3,36864,2,1,0,0,5,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,37,5,24,32,21,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,693,135,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31631,4,4,-1,'Grand Marshal\'s Ornamented Gloves',30321,3,36864,2,1,0,0,10,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,20,32,19,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,693,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31632,4,4,-1,'Grand Marshal\'s Ornamented Headguard',38294,3,36864,2,1,0,0,1,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,22,32,20,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,693,80,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31633,4,4,-1,'Grand Marshal\'s Ornamented Leggings',38295,3,36864,2,1,0,0,7,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,26,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,693,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31634,4,4,-1,'Grand Marshal\'s Ornamented Spaulders',38296,3,36864,2,1,0,0,3,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,19,32,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,693,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31635,4,4,-1,'High Warlord\'s Ornamented Chestplate',41247,3,36864,1,1,0,0,5,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,37,5,24,32,21,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,694,135,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31636,4,4,-1,'High Warlord\'s Ornamented Gloves',41248,3,36864,1,1,0,0,10,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,20,32,19,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,694,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31637,4,4,-1,'High Warlord\'s Ornamented Headguard',42199,3,36864,1,1,0,0,1,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,22,32,20,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,694,80,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31638,4,4,-1,'High Warlord\'s Ornamented Leggings',41249,3,36864,1,1,0,0,7,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,26,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,694,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31639,4,4,-1,'High Warlord\'s Ornamented Spaulders',41228,3,36864,1,1,0,0,3,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,19,32,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,694,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31640,4,3,-1,'Grand Marshal\'s Ringmail Chestguard',32103,3,36864,2,1,0,0,5,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,22,32,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,21620,1,0,0,-1,0,-1,9317,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,695,120,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31641,4,3,-1,'Grand Marshal\'s Ringmail Gloves',32100,3,36864,2,1,0,0,10,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,18,32,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,695,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31642,4,3,-1,'Grand Marshal\'s Ringmail Headpiece',32133,3,36864,2,1,0,0,1,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,21,32,16,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,695,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31643,4,3,-1,'Grand Marshal\'s Ringmail Legguards',32127,3,36864,2,1,0,0,7,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,24,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,695,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31644,4,3,-1,'Grand Marshal\'s Ringmail Shoulders',32128,3,36864,2,1,0,0,3,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,18,32,12,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,695,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31646,4,3,-1,'High Warlord\'s Ringmail Chestguard',32103,3,36864,1,1,0,0,5,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,22,32,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,21620,1,0,0,-1,0,-1,9317,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,696,120,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31647,4,3,-1,'High Warlord\'s Ringmail Gloves',32100,3,36864,1,1,0,0,10,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,18,32,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,696,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31648,4,3,-1,'High Warlord\'s Ringmail Headpiece',32133,3,36864,1,1,0,0,1,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,21,32,16,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,696,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31649,4,3,-1,'High Warlord\'s Ringmail Legguards',32127,3,36864,1,1,0,0,7,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,24,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,696,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31650,4,3,-1,'High Warlord\'s Ringmail Shoulderpads',32128,3,36864,1,1,0,0,3,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,18,32,12,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,696,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31651,12,0,-1,'Bladespire Totem',44245,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The ogres have some true artisans amongst them.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31652,12,0,-1,'Enchanted Nethervine Crystal',35850,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38762,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The essence of Neltharaku beats within...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31653,12,0,-1,'Condensed Nether Gas',41488,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31655,13,0,-1,'Veil Skith Prison Key',34378,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38779,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31656,12,0,-1,'Lesser Nether Drake Spirit',44276,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It wriggles, trying to break free.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31657,4,1,-1,'Chemise of Rebirth',44326,2,0,0,1,112272,22454,5,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,3,5,12,6,12,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,8,0,8,0,4,0,2889,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31658,4,2,-1,'Scout\'s Hood',44254,2,0,0,1,105652,21130,1,262143,32767,90,0,0,0,0,0,0,0,0,0,1,0,3,3,18,7,12,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,4,0,2,0,8,0,2877,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31659,4,1,-1,'Researcher\'s Mantle',44255,2,0,0,1,84848,16969,3,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,2,6,16,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31660,4,2,-1,'Feralfen Skulker\'s Belt',44257,2,0,0,1,79366,15873,6,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,3,19,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31661,4,2,-1,'Leesa\'oh\'s Wristbands',6739,2,0,0,1,75461,15092,9,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,2,3,13,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31662,12,0,-1,'Rilak\'s Missive',11160,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Written in the indecipherable hand of the arakkoa',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31663,12,0,-1,'Spirit Calling Totems',44259,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38780,0,-5,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31664,13,0,-1,'Zuluhed\'s Key',44260,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38790,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31666,7,3,-1,'Battered Steam Tonk Controller',35133,1,64,0,1,20000,5000,0,32767,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45257,0,-10,-10,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This toy has seen a lot of love. It probably won\'t last much longer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31668,12,0,-1,'Orb Collecting Totem',44287,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38862,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31670,7,8,-1,'Raptor Ribs',2473,1,0,0,1,800,200,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31671,7,8,-1,'Serpent Flesh',44290,1,0,0,1,800,200,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31672,0,5,-1,'Mok\'Nathal Shortribs',21327,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35271,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31673,0,5,-1,'Crunchy Serpent',44291,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33264,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(31674,9,5,-1,'Recipe: Crunchy Serpent',1301,1,64,0,1,30000,7500,0,-1,-1,67,0,185,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,38868,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Crunchy Serpent.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31675,9,5,-1,'Recipe: Mok\'Nathal Shortribs',1301,1,64,0,1,30000,7500,0,-1,-1,67,0,185,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,38867,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Mok\'Nathal Shortribs.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31676,0,1,-1,'Fel Regeneration Potion',37864,1,0,0,1,20000,5000,0,-1,-1,69,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38908,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31677,0,1,-1,'Fel Mana Potion',44295,1,0,0,1,20000,5000,0,-1,-1,72,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38929,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31678,12,0,-1,'Mental Interference Rod',21206,1,64,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38915,0,0,0,45000,0,45000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31679,0,2,-1,'Fel Strength Elixir',38721,1,0,0,1,12000,3000,0,-1,-1,67,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38954,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31680,9,6,-1,'Recipe: Fel Strength Elixir',6270,3,64,0,1,40000,10000,0,32767,-1,67,0,171,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,38960,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Fel Strength Elixir.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31681,9,6,-1,'Recipe: Fel Regeneration Potion',6270,3,64,0,1,40000,10000,0,32767,-1,69,0,171,345,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,38962,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Fel Regeneration Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31682,9,6,-1,'Recipe: Fel Mana Potion',6270,3,64,0,1,40000,10000,0,32767,-1,72,0,171,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,38961,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Fel Mana Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31683,4,1,-1,'Dreadwing Skin Belt',44304,2,0,0,1,69438,13887,6,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,32,28,7,11,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31684,4,2,-1,'Netherhide Gloves',44305,2,0,0,1,87118,17423,10,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,11,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31685,4,3,-1,'Brood Mother Leggings',44022,2,0,0,1,209831,41966,7,262143,32767,108,0,0,0,0,0,0,0,0,0,1,0,2,32,37,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31686,4,4,-1,'Nether Protector\'s Chest',26846,2,0,0,1,245700,49140,5,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,32,37,4,21,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,996,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31687,4,1,-1,'Mok\'Nathal Mantle',44307,2,0,0,1,105684,21136,3,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,5,18,32,12,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31688,4,2,-1,'Spiritcaller\'s Mask',45180,2,0,0,1,132573,26514,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,32,37,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,15809,1,0,0,900000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31689,4,3,-1,'Mok\'Nathal Hero\'s Pantaloons',44312,2,0,0,1,212886,42577,7,262143,32767,108,0,0,0,0,0,0,0,0,0,1,0,2,32,37,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31690,4,4,-1,'Belt of the Soul Saver',44313,2,0,0,1,125344,25068,6,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,4,17,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,561,0,0,0,0,0,0,0,0,0,21627,1,0,0,-1,0,-1,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31691,4,0,-1,'Natasha\'s Guardian Cord',39211,3,0,0,1,159272,39818,2,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22748,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31692,4,0,-1,'Natasha\'s Ember Necklace',39214,3,0,0,1,159272,39818,2,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,5,15,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31693,4,0,-1,'Natasha\'s Arcane Filament',39212,3,0,0,1,159272,39818,2,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,5,10,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31694,4,0,-1,'Natasha\'s Pack Collar',39209,3,0,0,1,159272,39818,2,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,3,4,25,3,15,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31695,4,0,-1,'Natasha\'s Choker',39210,3,0,0,1,159272,39818,2,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,32,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31696,4,0,-1,'Natasha\'s Battle Chain',39162,3,0,0,1,159272,39818,2,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,7,37,12,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23203,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31697,12,0,-1,'Dread Relic',44306,1,256,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This mysterious artifact pulses with barely contained power.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31698,15,0,-1,'Letter from Shattrath',7733,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The letter bears the mark of the naaru.',2998,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31699,4,0,-1,'Imbued Draenethyst Crystal',44308,2,0,0,1,138516,34629,23,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,11,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31700,2,10,-1,'Runed Silver Staff',21968,2,0,0,1,429141,85828,17,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,37,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,289,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,33165,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31701,2,1,-1,'Saboteur\'s Axe',44310,2,0,0,1,430743,86148,17,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,4,37,32,21,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,298,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,15821,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31702,0,0,-1,'Challenge from the Horde',36477,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39010,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31703,2,15,-1,'Nether-Stalker\'s Blade',44314,2,0,0,1,347122,69424,13,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,3,8,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,135,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15807,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31704,13,0,-1,'The Tempest Key',37250,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A crystalline key that is seemingly held together by beams of light.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31705,13,0,-1,'Derelict Caravan Chest Key',22071,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39040,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31706,12,0,-1,'The Head of the Hand of Kargath',1310,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31707,12,0,-1,'Cabal Orders',24153,1,2048,0,1,0,0,0,-1,-1,65,62,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,10880,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31708,12,0,-1,'Scroll of Atalor',39631,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31709,12,0,-1,'Drape of Arunen',44475,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31710,12,0,-1,'Gavel of K\'alen',44476,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31711,4,1,-1,'Nether-Empowered Footgear',44322,2,0,0,1,104501,20900,8,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,32,27,5,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31712,4,2,-1,'Mok\'Nathal Champion\'s Shoulderguards',44323,2,0,0,1,121777,24355,3,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,3,27,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31713,4,3,-1,'Ritualist\'s Helm',15431,2,0,0,1,146694,29338,1,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,1,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31714,4,4,-1,'Nether Drake Wristguards',44324,2,0,0,1,115187,23037,9,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,4,20,32,11,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31715,4,0,-1,'Demoniac Soul Prison',44316,2,0,0,1,114184,28546,23,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,2,32,10,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(31716,12,0,-1,'Unused Axe of the Executioner',44317,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The blade is clean.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31717,4,1,-1,'Shadowcast Tunic',44557,3,0,0,1,135686,27137,5,-1,-1,88,0,0,0,0,0,0,0,0,0,1,0,3,5,15,32,14,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31718,4,2,-1,'Darkstorm Tunic',44319,3,0,0,1,170231,34046,5,-1,-1,88,0,0,0,0,0,0,0,0,0,1,0,2,7,22,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31719,4,3,-1,'Stormstrike Vest',44556,3,0,0,1,205045,41009,5,-1,-1,88,0,0,0,0,0,0,0,0,0,1,0,2,5,15,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31720,4,4,-1,'Battlemaster\'s Breastplate',44555,3,0,0,1,240115,48023,5,-1,-1,88,0,0,0,0,0,0,0,0,0,1,0,3,3,21,4,38,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31721,12,0,-1,'Kalithresh\'s Trident',44321,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31722,12,0,-1,'Murmur\'s Essence',27454,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31723,2,15,-1,'Madman\'s Blade',20331,2,0,0,1,312249,62449,13,-1,-1,96,0,0,0,0,0,0,0,0,1,1,0,1,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,91,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(31724,2,19,-1,'Arakkoa Divining Rod',21027,2,0,0,1,241608,48321,26,32767,-1,99,0,0,0,0,0,0,0,0,0,1,0,1,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,191,3,0,0,0,0,0,0,0,0,0,0,1600,0,100,9344,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(31725,4,1,-1,'Cilice of Suffering',16603,2,0,0,1,64665,12933,6,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,7,22,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31726,4,0,-1,'Necklace of Bloodied Feathers',43701,3,0,0,1,122296,30574,2,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31727,4,0,-1,'Choker of Bloodied Feathers',34318,3,0,0,1,122296,30574,2,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,2,7,24,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15807,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31728,4,0,-1,'Heirloom Signet of Willpower',9839,2,0,0,1,128092,32023,11,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,5,11,7,7,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31729,4,0,-1,'Heirloom Signet of Valor',9865,2,0,0,1,128092,32023,11,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,3,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31730,4,0,-1,'Heirloom Signet of Convalescence',9847,2,0,0,1,128092,32023,11,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,5,11,7,7,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31731,4,0,-1,'Mekeda\'s Gift',28493,2,0,0,1,128092,32023,23,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,1,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(31732,4,0,-1,'Unearthed Orb',44351,2,0,0,1,128092,32023,23,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,1,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(31733,2,15,-1,'Akuno\'s Blade',2708,2,0,0,1,309143,61828,13,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,32,8,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,128,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(31734,4,6,-1,'Ancient Draenei Crest',44369,2,0,0,1,198609,39721,14,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,4,14,7,21,12,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2938,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,65,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(31735,6,3,-1,'Timeless Shell',44356,4,0,0,200,20000,25,24,-1,-1,145,70,0,0,0,0,0,990,5,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,53,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31736,12,0,-1,'Crystal of Deep Shadows',30690,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39094,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'At first glance, the crystal\'s core appears solid, but the longer you look at it, the more you become aware of subtle motion inside the object.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31737,6,2,-1,'Timeless Arrow',40523,4,0,0,200,20000,25,24,-1,-1,145,70,0,0,0,0,0,990,5,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,53,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31739,12,0,-1,'Smoke Beacon',9124,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36374,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,7200,0,0,'',0,0,0,0,0,12340),(31740,12,0,-1,'Meeting Note',15274,1,0,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31741,12,0,-1,'Nether-wraith Essence',44367,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31742,12,0,-1,'Nether-wraith Beacon',44368,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39105,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'item_nether_wraith_beacon',0,0,0,0,0,12340),(31744,12,0,-1,'Botanist\'s Field Guide',1103,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31745,2,15,-1,'Illidari-Bane Dagger',44375,3,0,0,1,455716,91143,13,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,37651,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31746,4,0,-1,'Phoenix-fire Band',31655,4,0,0,1,241024,60256,11,262143,32767,115,0,0,0,0,0,0,0,0,1,1,0,1,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31747,4,0,-1,'Potent Sha\'tari Pendant',31889,3,0,0,1,167814,41953,2,-1,-1,115,0,0,0,0,0,0,0,6,0,1,0,1,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31748,4,0,-1,'Shattrath Choker of Power',31889,3,0,0,1,167814,41953,2,-1,-1,115,0,0,0,0,0,0,0,6,0,1,0,1,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31749,4,0,-1,'A\'dal\'s Recovery Necklace',31889,3,4096,0,1,167814,41953,2,-1,-1,115,0,0,0,0,0,0,0,6,0,1,0,1,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31750,12,0,-1,'Earthen Signet',7148,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31751,12,0,-1,'Blazing Signet',44377,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31752,12,0,-1,'Sablemane\'s Trap',20774,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39220,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31753,12,0,-1,'Essence of Infinity',35852,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31754,12,0,-1,'Grisly Totem',44405,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39161,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31755,12,0,-1,'Wyvern Cage Key',22071,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31756,2,15,-1,'Dib\'Muad\'s Crysknife',44417,3,0,0,1,358193,71638,13,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,1,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,103,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31757,12,0,-1,'Fel Cannonball',44416,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It reeks of felfire and brimstone.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31758,2,15,-1,'Revered Mother\'s Crysknife',44418,3,0,0,1,360908,72181,21,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,2,32,19,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,92,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,-7.8,0,0,0,'',50,0,0,0,0,12340),(31759,2,15,-1,'Shani\'s Crysknife',44417,3,0,0,1,362265,72453,13,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,1,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,133,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31760,15,0,-1,'Miniwing',34488,1,64,0,1,0,0,0,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,39181,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31761,2,19,-1,'Talonbranch Wand',44419,2,0,0,1,238603,47720,26,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,1,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,193,3,0,0,0,0,0,0,0,0,0,0,1700,0,100,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(31762,2,2,-1,'Feather-Wrapped Bow',44420,2,0,0,1,239467,47893,15,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,1,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,173,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(31763,12,0,-1,'Druid Signal',44428,1,64,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38782,0,0,0,120000,0,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31764,4,3,-1,'Stillfire Leggings',44423,2,0,0,1,198320,39664,7,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,7,30,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,449,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31765,4,4,-1,'Redeemer\'s Plate',44424,2,0,0,1,232203,46440,5,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,5,20,7,30,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,917,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31766,4,1,-1,'Skywitch Hat',45370,2,0,0,1,99871,19974,1,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,5,20,7,30,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31768,4,1,-1,'Deep Mire Cloak',44450,2,0,0,1,92384,18476,16,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,2,5,12,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31769,12,0,-1,'Sha\'tari Torch',23295,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39189,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31770,4,1,-1,'Marsh Bracers',44451,2,0,0,1,59453,11890,9,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,2,5,7,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31772,12,0,-1,'Anchorite Relic',38758,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39183,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31773,4,0,-1,'Mag\'har Tabard',44433,1,0,1,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,941,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31774,4,0,-1,'Kurenai Tabard',44434,1,0,2,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,978,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31775,4,0,-1,'Sporeggar Tabard',44435,1,0,0,1,0,0,19,-1,-1,20,0,0,0,0,0,0,970,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31776,4,0,-1,'Consortium Tabard',44436,1,0,0,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,933,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31778,4,0,-1,'Lower City Tabard',44438,1,32768,0,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,1011,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31779,4,0,-1,'Aldor Tabard',44439,1,0,0,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,932,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31780,4,0,-1,'Scryers Tabard',44440,1,0,0,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,934,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31781,4,0,-1,'Sha\'tar Tabard',44441,1,0,0,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,935,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31782,4,3,-1,'Warpstalker Breastplate',44472,2,0,0,1,196879,39375,5,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,5,30,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31783,4,1,-1,'Bloodfire Leggings',34302,2,0,0,1,131726,26345,7,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,7,36,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31784,4,2,-1,'Ancient Terokkar Hood',45164,2,0,0,1,123938,24787,1,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,32,34,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31785,2,1,-1,'Edge of Inevitability',44470,2,0,0,1,414608,82921,17,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,4,34,3,18,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,284,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(31786,4,3,-1,'Blacksting Shoulders',44484,2,0,0,1,138196,27639,3,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,2,5,16,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31787,4,4,-1,'Stalwart Girdle',44447,2,0,0,1,108004,21600,6,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,3,4,14,7,21,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31788,4,2,-1,'Blacksting Gloves',44478,2,0,0,1,76980,15396,10,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,3,7,21,3,14,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31789,4,1,-1,'Marshfang Boots',44483,2,0,0,1,83869,16773,8,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,2,5,16,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31790,4,0,-1,'Expedition Pendant',7570,2,0,0,1,138516,34629,2,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,7,12,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15809,1,0,0,1500,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31791,4,0,-1,'Wildlord\'s Band',43837,2,524288,0,1,166220,41555,11,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,32,11,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31792,4,1,-1,'Evergrove Ranger\'s Cloak',44458,2,0,0,1,102630,20526,16,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,12,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31793,4,2,-1,'Ruuan Weald Wristguards',41549,2,0,0,1,85845,17169,9,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,4,21,3,11,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31794,4,4,-1,'Sha\'tari Vindicator\'s Legplates',44479,2,0,0,1,223080,44616,7,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,4,21,5,20,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,802,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31795,0,0,-1,'Draenei Prayer Beads',32395,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31796,4,3,-1,'Sha\'tari Marksman\'s Gloves',44480,2,0,0,1,96316,19263,10,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,5,15,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31797,4,2,-1,'Elekk Hide Spaulders',44482,2,0,0,1,120828,24165,3,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,5,12,32,28,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31798,4,1,-1,'Death-Speaker\'s Tunic',44485,2,0,0,1,129357,25871,5,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,5,14,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31799,12,0,-1,'Fei Fei Doggy Treat',44487,1,4096,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Delicious and nutritious',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31800,15,0,-1,'Outcast\'s Cache',2588,1,4,0,1,0,0,0,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31804,4,0,-1,'Cenarion Expedition Tabard',44494,1,0,0,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,942,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31807,12,0,-1,'Naturalized Ammunition',44416,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39219,0,0,0,60000,0,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31808,12,0,-1,'Sablemane\'s Signet',9840,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39224,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31809,12,0,-1,'Evergrove Wand',928,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39226,0,1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31810,12,0,-1,'Fumper',41062,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39238,0,0,0,0,1167,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An ancient drum.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31811,12,0,-1,'Dread Relic',44306,1,1088,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39239,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31812,12,0,-1,'Doom Skull',44523,1,2048,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31813,12,0,-1,'Warp Chaser Blood',4134,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The caustic blood of a warp chaser, safely packaged in a glass vial by your very own imp.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31814,12,0,-1,'Mature Bone Sifter Carcass',3429,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31815,12,0,-1,'Zeppit\'s Crystal',36540,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39242,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Attuned to the mischievous imp, Zeppit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31816,2,8,-1,'Dragonbone Greatsword',44530,2,0,0,1,412127,82425,17,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,4,40,7,15,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,269,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31817,4,3,-1,'Dragonbone Shoulders',44533,2,0,0,1,149575,29915,3,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,32,19,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,396,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31818,4,0,-1,'Dragonbone Talisman',9852,2,0,0,1,138516,34629,2,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,32,15,5,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9345,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31819,4,4,-1,'Noble Plate Pauldrons',44536,2,0,0,1,174676,34935,3,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,4,4,14,7,20,32,14,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,708,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31820,4,0,-1,'Blessed Signet Ring',31905,2,0,0,1,131564,32891,11,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,4,4,13,3,12,7,12,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31821,2,7,-1,'Blade of Retribution',44546,2,0,0,1,335753,67150,21,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,32,16,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,109,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,33484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,-12.5,0,0,0,'',33,0,0,0,0,12340),(31823,4,0,-1,'Book of Many Blessings',44544,2,0,0,1,128092,32023,23,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,1,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31824,2,4,-1,'Monster - Work Wrench',44548,0,0,0,1,11,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(31825,12,0,-1,'Fumper',41062,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39246,0,0,0,0,1167,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An ancient drum.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31826,12,0,-1,'Enormous Bone Worm Organs',44549,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31827,12,0,-1,'Sablemane\'s Trap',20774,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39264,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31828,12,0,-1,'Ritual Prayer Beads',32395,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39371,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31829,15,5,-1,'Reins of the Cobalt Riding Talbuk',40261,4,0,0,1,700000,0,0,262143,690,40,40,762,150,0,0,0,941,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39315,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31830,15,5,-1,'Reins of the Cobalt Riding Talbuk',40261,4,0,0,1,700000,0,0,262143,1101,40,40,762,150,0,0,0,978,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39315,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31831,15,5,-1,'Reins of the Silver Riding Talbuk',40261,4,0,0,1,700000,0,0,262143,690,40,40,762,150,0,0,0,941,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39317,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31832,15,5,-1,'Reins of the Silver Riding Talbuk',40261,4,0,0,1,700000,0,0,262143,1101,40,40,762,150,0,0,0,978,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39317,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31833,15,5,-1,'Reins of the Tan Riding Talbuk',40261,4,0,0,1,700000,0,0,262143,690,40,40,762,150,0,0,0,941,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39318,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31834,15,5,-1,'Reins of the Tan Riding Talbuk',40261,4,0,0,1,700000,0,0,262143,1101,40,40,762,150,0,0,0,978,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39318,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31835,15,5,-1,'Reins of the White Riding Talbuk',40261,4,0,1,1,700000,0,0,262143,690,40,40,762,150,0,0,0,941,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39319,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31836,15,5,-1,'Reins of the White Riding Talbuk',40261,4,0,2,1,700000,0,0,262143,1101,40,40,762,150,0,0,0,978,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39319,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31837,9,0,-1,'Codex: Prayer of Shadow Protection II',1143,3,64,0,1,59000,14750,0,31248,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39374,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Prayer of Shadow Protection (Rank 2).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31838,0,1,-1,'Major Combat Healing Potion',24212,1,0,0,1,0,0,0,-1,-1,70,61,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17534,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'An old bootleg recipe from the Arathi Basin farm.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31839,0,1,-1,'Major Combat Healing Potion',24212,1,0,0,1,0,0,0,-1,-1,70,61,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17534,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Extracted from the frozen waters of Alterac Valley.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31840,0,1,-1,'Major Combat Mana Potion',30533,1,0,0,1,0,0,0,-1,-1,70,61,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17531,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'An old bootleg recipe from the Arathi Basin farm.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31841,0,1,-1,'Major Combat Mana Potion',30533,1,0,0,1,0,0,0,-1,-1,70,61,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17531,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Extracted from the frozen waters of Alterac Valley.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31852,0,1,-1,'Major Combat Healing Potion',24212,1,0,0,1,0,0,0,-1,-1,70,61,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17534,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Sifted from the twisting nether of the Eye of the Storm.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31853,0,1,-1,'Major Combat Healing Potion',24212,1,0,0,1,0,0,0,-1,-1,70,61,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17534,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Distilled only within the hollow log of Warsong Gulch.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31854,0,1,-1,'Major Combat Mana Potion',30533,1,0,0,1,0,0,0,-1,-1,70,61,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17531,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Sifted from the twisting nether of the Eye of the Storm.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31855,0,1,-1,'Major Combat Mana Potion',30533,1,0,0,1,0,0,0,-1,-1,70,61,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17531,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Distilled only within the hollow log of Warsong Gulch.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31856,4,0,-1,'Darkmoon Card: Crusade',44707,4,64,0,1,400000,100000,12,-1,-1,100,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39438,1,0,0,-1,0,-1,39440,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31857,4,0,-1,'Darkmoon Card: Wrath',44709,4,64,0,1,400000,100000,12,-1,-1,100,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39442,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31858,4,0,-1,'Darkmoon Card: Vengeance',44708,4,64,0,1,400000,100000,12,-1,-1,100,70,0,0,0,0,0,0,0,1,1,0,1,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39444,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31859,4,0,-1,'Darkmoon Card: Madness',44706,4,64,0,1,400000,100000,12,-1,-1,100,70,0,0,0,0,0,0,0,1,1,0,1,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39446,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31860,3,2,-1,'Great Golden Draenite',35848,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,521,-1,0,0,0,0,'',0,0,0,0,0,12340),(31861,3,2,-1,'Great Dawnstone',39925,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,522,-1,0,0,0,0,'',0,0,0,0,0,12340),(31862,3,3,-1,'Balanced Shadow Draenite',35847,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,523,-1,0,0,0,0,'',0,0,0,0,0,12340),(31863,3,3,-1,'Balanced Nightseye',39929,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,524,-1,0,0,0,0,'',0,0,0,0,0,12340),(31864,3,3,-1,'Infused Shadow Draenite',35847,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,525,-1,0,0,0,0,'',0,0,0,0,0,12340),(31865,3,3,-1,'Infused Nightseye',39929,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,526,-1,0,0,0,0,'',0,0,0,0,0,12340),(31867,3,5,-1,'Veiled Noble Topaz',39931,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,528,-1,0,0,0,0,'',0,0,0,0,0,12340),(31868,3,5,-1,'Wicked Noble Topaz',39931,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,529,-1,0,0,0,0,'',0,0,0,0,0,12340),(31875,9,10,-1,'Design: Great Dawnstone',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39452,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Great Dawnstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31876,9,10,-1,'Design: Balanced Nightseye',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39463,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Balanced Nightseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31877,9,10,-1,'Design: Infused Nightseye',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39462,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut an Infused Nightseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31878,9,10,-1,'Design: Veiled Noble Topaz',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39470,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Veiled Noble Topaz.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31879,9,10,-1,'Design: Wicked Noble Topaz',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39471,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Wicked Noble Topaz.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31880,15,0,-1,'Blood Elf Orphan Whistle',30959,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39478,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,604800,0,201,'',0,0,0,0,1,12340),(31881,15,0,-1,'Draenei Orphan Whistle',30959,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39479,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,604800,0,201,'',0,0,0,0,1,12340),(31882,12,0,-1,'Ace of Blessings',44705,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39480,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31883,12,0,-1,'Eight of Blessings',44705,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60395,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31884,12,0,-1,'Five of Blessings',44705,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60392,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31885,12,0,-1,'Four of Blessings',44705,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60391,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31886,12,0,-1,'Seven of Blessings',44705,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60394,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31887,12,0,-1,'Six of Blessings',44705,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60393,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31888,12,0,-1,'Three of Blessings',44705,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60390,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31889,12,0,-1,'Two of Blessings',44705,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60389,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31890,12,0,-1,'Blessings Deck',31755,4,0,0,1,300000,75000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,10938,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31891,12,0,-1,'Storms Deck',31755,4,0,0,1,300000,75000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,10939,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31892,12,0,-1,'Ace of Storms',44702,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39481,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31893,12,0,-1,'Eight of Storms',44702,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60421,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31894,12,0,-1,'Five of Storms',44702,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60418,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31895,12,0,-1,'Four of Storms',44702,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60417,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31896,12,0,-1,'Seven of Storms',44702,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60420,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31898,12,0,-1,'Six of Storms',44702,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60419,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31899,12,0,-1,'Three of Storms',44702,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60416,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31900,12,0,-1,'Two of Storms',44702,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60415,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31901,12,0,-1,'Ace of Furies',44704,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39483,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31902,12,0,-1,'Eight of Furies',44704,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60404,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31903,12,0,-1,'Five of Furies',44704,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60400,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31904,12,0,-1,'Four of Furies',44704,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60399,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31905,12,0,-1,'Seven of Furies',44704,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60402,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31906,12,0,-1,'Six of Furies',44704,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60401,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31907,12,0,-1,'Furies Deck',31755,4,0,0,1,300000,75000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,10940,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31908,12,0,-1,'Three of Furies',44704,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60398,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31909,12,0,-1,'Two of Furies',44704,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60397,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31910,12,0,-1,'Ace of Lunacy',44701,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39484,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31911,12,0,-1,'Eight of Lunacy',44701,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60414,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31912,12,0,-1,'Five of Lunacy',44701,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60411,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31913,12,0,-1,'Four of Lunacy',44701,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60410,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31914,12,0,-1,'Lunacy Deck',31755,4,0,0,1,300000,75000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,10941,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31915,12,0,-1,'Seven of Lunacy',44701,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60413,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31916,12,0,-1,'Six of Lunacy',44701,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60412,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31917,12,0,-1,'Three of Lunacy',44701,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60409,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31918,12,0,-1,'Two of Lunacy',44701,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60408,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31919,4,0,-1,'Nexus-Prince\'s Ring of Balance',35431,4,524288,0,1,206800,51700,11,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,3,7,30,4,20,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31920,4,0,-1,'Shaffar\'s Band of Brutality',35472,4,524288,0,1,206800,51700,11,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,32,20,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31921,4,0,-1,'Yor\'s Collapsing Band',35423,4,524288,0,1,206800,51700,11,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,5,20,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31922,4,0,-1,'Ring of Conflict Survival',35367,4,524288,0,1,206800,51700,11,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,32,20,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31923,4,0,-1,'Band of the Crystalline Void',35438,4,524288,0,1,206800,51700,11,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,1,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31924,4,0,-1,'Yor\'s Revenge',35313,4,524288,0,1,206800,51700,11,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,12,20,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31925,4,0,-1,'Fiery Band',28682,3,0,0,1,42837,10709,11,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31926,4,0,-1,'Frigid Band',31616,3,0,0,1,42837,10709,11,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31927,4,0,-1,'Living Band',33534,3,0,0,1,42837,10709,11,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31928,4,0,-1,'Dark Band',24022,3,0,0,1,42837,10709,11,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31929,4,0,-1,'Enigmatic Band',38541,3,0,0,1,42837,10709,11,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31935,4,1,-1,'Frigid Cloak',44633,3,0,0,1,128787,25757,16,-1,-1,109,70,0,0,0,0,0,0,1,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,18,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31936,4,1,-1,'Fiery Cloak',44632,3,0,0,1,129252,25850,16,-1,-1,109,70,0,0,0,0,0,0,1,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,18,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31937,4,1,-1,'Living Cloak',27658,3,0,0,1,120453,24090,16,-1,-1,109,70,0,0,0,0,0,0,1,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,18,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31938,4,1,-1,'Enigmatic Cloak',44631,3,0,0,1,120918,24183,16,-1,-1,109,70,0,0,0,0,0,0,1,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,18,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31939,4,1,-1,'Dark Cloak',44630,3,0,0,1,121383,24276,16,-1,-1,109,70,0,0,0,0,0,0,1,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,18,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31940,4,0,-1,'Ethereum Torque',35358,3,0,0,1,89857,22464,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31941,12,0,-1,'Mark of the Nexus-King',44624,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The markings hide Ethereum secrets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31942,4,1,-1,'Deathwing Brood Cloak',44634,3,0,0,1,128876,25775,16,-1,-1,115,70,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31943,4,0,-1,'Ethereum Band',39128,3,0,0,1,42837,10709,11,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31944,15,0,-1,'Demonic Capacitor',41640,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31945,15,0,-1,'Shadow Circuit',44655,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31946,12,0,-1,'Ashtongue Cowl',32899,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39527,0,0,0,60000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31949,6,2,-1,'Warden\'s Arrow',40522,3,0,0,200,5000,6,24,-1,-1,115,68,0,0,0,0,0,942,6,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,37,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31950,12,0,0,'Bogblossom',19498,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31951,15,0,-1,'Toy Dragon',44666,1,0,0,1,10000,2500,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A finely-crafted, wooden dragon, worth every copper.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31952,15,0,-1,'Khorium Lockbox',9632,2,4,0,1,3000,750,0,-1,-1,68,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,1666,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31953,12,0,0,'Ward of Waking',37862,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A viscous, shimmering potion created to help druids emerge safely from the Emerald Dream.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31955,15,0,-1,'Arelion\'s Knapsack',1285,1,4,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31956,13,0,-1,'Salvaged Ethereum Prison Key',40888,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31957,15,0,0,'Ethereum Prisoner I.D. Tag',40633,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Strange glyphs and symbols cover the front and backside of this tag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31958,2,4,-1,'Merciless Gladiator\'s Bonecracker',39278,4,36864,0,1,0,0,22,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,191,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31959,2,5,-1,'Merciless Gladiator\'s Bonegrinder',41558,4,36864,0,1,0,0,17,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,5,7,55,4,42,32,42,35,33,31,18,0,0,0,0,0,0,0,0,0,0,0,0,365,549,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31960,4,3,-1,'Merciless Gladiator\'s Chain Armor',45963,4,36864,0,1,0,0,5,4,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,57,3,31,32,21,35,21,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,954,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,140,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31961,4,3,-1,'Merciless Gladiator\'s Chain Gauntlets',45964,4,36864,0,1,0,0,10,4,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,48,3,30,32,17,35,21,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,28539,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31962,4,3,-1,'Merciless Gladiator\'s Chain Helm',45965,4,36864,0,1,0,0,1,4,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,55,3,37,32,22,35,22,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,775,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31963,4,3,-1,'Merciless Gladiator\'s Chain Leggings',45966,4,36864,0,1,0,0,7,4,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,58,3,38,32,21,35,33,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,835,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31964,4,3,-1,'Merciless Gladiator\'s Chain Spaulders',45967,4,36864,0,1,0,0,3,4,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,45,3,32,32,14,35,21,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,715,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31965,2,0,-1,'Merciless Gladiator\'s Cleaver',41559,4,36864,0,1,0,0,13,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,330,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31966,2,1,-1,'Merciless Gladiator\'s Decapitator',41560,4,36864,0,1,0,0,17,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,55,32,42,35,33,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,549,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31967,4,2,-1,'Merciless Gladiator\'s Dragonhide Gloves',45993,4,36864,0,1,0,0,10,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,40,4,34,5,19,3,19,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,0,0,0,0,0,0,0,7681,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(31968,4,2,-1,'Merciless Gladiator\'s Dragonhide Helm',45998,4,36864,0,1,0,0,1,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,52,4,36,5,20,3,27,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(31969,4,2,-1,'Merciless Gladiator\'s Dragonhide Legguards',47129,4,36864,0,1,0,0,7,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,49,4,43,5,26,3,29,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,417,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(31971,4,2,-1,'Merciless Gladiator\'s Dragonhide Spaulders',45996,4,36864,0,1,0,0,3,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,39,4,30,5,14,3,21,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,377,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(31972,4,2,-1,'Merciless Gladiator\'s Dragonhide Tunic',45997,4,36864,0,1,0,0,5,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,48,4,37,5,19,3,22,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,498,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(31973,4,1,-1,'Merciless Gladiator\'s Dreadweave Gloves',45974,4,36864,0,1,0,0,10,256,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,25,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(31974,4,1,-1,'Merciless Gladiator\'s Dreadweave Hood',45975,4,36864,0,1,0,0,1,256,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,66,5,20,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(31975,4,1,-1,'Merciless Gladiator\'s Dreadweave Leggings',46107,4,36864,0,1,0,0,7,256,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,69,5,27,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(31976,4,1,-1,'Merciless Gladiator\'s Dreadweave Mantle',45976,4,36864,0,1,0,0,3,256,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,45,5,10,35,21,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(31977,4,1,-1,'Merciless Gladiator\'s Dreadweave Robe',45978,4,36864,0,1,0,0,20,256,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,69,5,18,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(31978,4,0,-1,'Merciless Gladiator\'s Endgame',39505,4,36864,0,1,0,0,23,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,19,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18050,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31979,4,1,-1,'Merciless Gladiator\'s Felweave Amice',45979,4,36864,0,1,0,0,3,256,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,46,5,10,35,23,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(31980,4,1,-1,'Merciless Gladiator\'s Felweave Cowl',45980,4,36864,0,1,0,0,1,256,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,60,5,11,32,18,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(31981,4,1,-1,'Merciless Gladiator\'s Felweave Handguards',45981,4,36864,0,1,0,0,10,256,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,46,5,15,32,19,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(31982,4,1,-1,'Merciless Gladiator\'s Felweave Raiment',45982,4,36864,0,1,0,0,20,256,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,57,5,12,32,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,100,0,0,0,0,2,0,4,0,4,0,2951,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(31983,4,1,-1,'Merciless Gladiator\'s Felweave Trousers',46108,4,36864,0,1,0,0,7,256,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,60,5,20,32,29,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(31984,2,8,-1,'Merciless Gladiator\'s Greatsword',41561,4,36864,0,1,0,0,17,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,5,7,55,4,42,32,42,35,33,31,18,0,0,0,0,0,0,0,0,0,0,0,0,365,549,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31985,2,0,-1,'Merciless Gladiator\'s Hacker',41559,4,36864,0,1,0,0,22,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,191,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31986,2,18,-1,'Merciless Gladiator\'s Crossbow of the Phoenix',42385,4,36864,0,1,0,0,26,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,21,32,15,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,318,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,21436,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Finely crafted to Ephoenix\'s specification',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31987,4,2,-1,'Merciless Gladiator\'s Kodohide Gloves',45993,4,36864,0,1,0,0,10,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,31,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(31988,4,2,-1,'Merciless Gladiator\'s Kodohide Helm',45998,4,36864,0,1,0,0,1,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,51,5,35,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(31989,4,2,-1,'Merciless Gladiator\'s Kodohide Legguards',47129,4,36864,0,1,0,0,7,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,51,5,40,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,417,0,0,0,0,0,0,0,0,0,23593,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(31990,4,2,-1,'Merciless Gladiator\'s Kodohide Spaulders',45996,4,36864,0,1,0,0,3,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,21,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,377,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(31991,4,2,-1,'Merciless Gladiator\'s Kodohide Tunic',45997,4,36864,0,1,0,0,5,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,31,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,120,0,0,0,0,2,0,2,0,4,0,2856,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(31992,4,4,-1,'Merciless Gladiator\'s Lamellar Chestpiece',46009,4,36864,0,1,0,0,5,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,57,5,27,32,34,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1704,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,165,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31993,4,4,-1,'Merciless Gladiator\'s Lamellar Gauntlets',46010,4,36864,0,1,0,0,10,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,40,5,27,32,26,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31994,13,0,-1,'Ethereum Key Tablet - Alpha',41411,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39629,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31995,4,4,-1,'Merciless Gladiator\'s Lamellar Legguards',46008,4,36864,0,1,0,0,7,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,63,5,25,32,35,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1491,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31996,4,4,-1,'Merciless Gladiator\'s Lamellar Shoulders',46012,4,36864,0,1,0,0,3,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,40,5,20,32,25,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1278,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31997,4,4,-1,'Merciless Gladiator\'s Lamellar Helm',46224,4,36864,0,1,0,0,1,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,63,5,24,32,24,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1385,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31998,4,2,-1,'Merciless Gladiator\'s Leather Gloves',45958,4,36864,0,1,0,0,10,8,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,45,3,31,35,24,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31999,4,2,-1,'Merciless Gladiator\'s Leather Helm',45959,4,36864,0,1,0,0,1,8,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,58,3,37,35,25,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32000,4,2,-1,'Merciless Gladiator\'s Leather Legguards',45960,4,36864,0,1,0,0,7,8,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,60,3,41,32,21,35,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32001,4,2,-1,'Merciless Gladiator\'s Leather Spaulders',45961,4,36864,0,1,0,0,3,8,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,45,3,32,32,24,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32002,4,2,-1,'Merciless Gladiator\'s Leather Tunic',45962,4,36864,0,1,0,0,5,8,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,57,3,37,35,25,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32003,2,13,-1,'Merciless Gladiator\'s Left Ripper',42760,4,36864,0,1,0,0,22,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,191,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32004,4,3,-1,'Merciless Gladiator\'s Linked Armor',46017,4,36864,0,1,0,0,5,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,57,38,62,32,30,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,954,0,0,0,0,0,0,0,0,0,18378,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,140,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32005,4,3,-1,'Merciless Gladiator\'s Linked Gauntlets',46109,4,36864,0,1,0,0,10,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,45,38,58,32,29,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,33020,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32006,4,3,-1,'Merciless Gladiator\'s Linked Helm',46507,4,36864,0,1,0,0,1,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,60,38,74,32,28,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,775,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32007,4,3,-1,'Merciless Gladiator\'s Linked Leggings',46022,4,36864,0,1,0,0,7,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,5,7,60,38,68,32,40,35,31,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,835,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32008,4,3,-1,'Merciless Gladiator\'s Linked Spaulders',46023,4,36864,0,1,0,0,3,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,48,38,44,32,24,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,715,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32009,4,3,-1,'Merciless Gladiator\'s Mail Armor',46017,4,36864,0,1,0,0,5,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,24,32,25,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,954,0,0,0,0,0,0,0,0,0,21629,1,0,0,-1,0,-1,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,140,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32010,4,3,-1,'Merciless Gladiator\'s Mail Gauntlets',46109,4,36864,0,1,0,0,10,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,20,32,25,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32011,4,3,-1,'Merciless Gladiator\'s Mail Helm',46507,4,36864,0,1,0,0,1,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,60,5,19,32,22,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,775,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32012,4,3,-1,'Merciless Gladiator\'s Mail Leggings',46022,4,36864,0,1,0,0,7,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,58,5,29,32,25,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,835,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32013,4,3,-1,'Merciless Gladiator\'s Mail Spaulders',46023,4,36864,0,1,0,0,3,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,19,32,20,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,715,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32014,2,5,-1,'Merciless Gladiator\'s Maul',41558,4,36864,0,1,0,0,17,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,5,7,55,38,84,32,42,35,33,31,18,0,0,0,0,0,0,0,0,0,0,0,0,203,305,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32015,4,1,-1,'Merciless Gladiator\'s Mooncloth Gloves',46029,4,36864,0,1,0,0,10,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,43,5,20,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(32016,4,1,-1,'Merciless Gladiator\'s Mooncloth Hood',46188,4,36864,0,1,0,0,1,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,66,5,18,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(32017,4,1,-1,'Merciless Gladiator\'s Mooncloth Leggings',46032,4,36864,0,1,0,0,7,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,63,5,20,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(32018,4,1,-1,'Merciless Gladiator\'s Mooncloth Mantle',46033,4,36864,0,1,0,0,3,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,43,5,18,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(32019,4,1,-1,'Merciless Gladiator\'s Mooncloth Robe',46035,4,36864,0,1,0,0,20,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,57,5,24,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(32020,4,4,-1,'Merciless Gladiator\'s Ornamented Chestguard',46009,4,36864,0,1,0,0,5,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,51,5,33,32,32,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1704,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,165,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32021,4,4,-1,'Merciless Gladiator\'s Ornamented Gloves',46010,4,36864,0,1,0,0,10,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,40,5,26,32,25,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32022,4,4,-1,'Merciless Gladiator\'s Ornamented Headcover',46224,4,36864,0,1,0,0,1,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,57,5,30,32,22,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1385,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32023,4,4,-1,'Merciless Gladiator\'s Ornamented Legplates',46008,4,36864,0,1,0,0,7,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,55,5,35,32,36,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1491,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32024,4,4,-1,'Merciless Gladiator\'s Ornamented Spaulders',46012,4,36864,0,1,0,0,3,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,24,32,25,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1278,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32025,2,6,-1,'Merciless Gladiator\'s Painsaw',41562,4,36864,0,1,0,0,17,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,55,32,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,335,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,15827,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32026,2,4,-1,'Merciless Gladiator\'s Pummeler',39278,4,36864,0,1,0,0,13,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,330,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32027,2,7,-1,'Merciless Gladiator\'s Quickblade',42379,4,36864,0,1,0,0,22,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,191,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32028,2,13,-1,'Merciless Gladiator\'s Right Ripper',42759,4,36864,0,1,0,0,21,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,330,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32029,4,3,-1,'Merciless Gladiator\'s Ringmail Armor',46017,4,36864,0,1,0,0,5,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,26,32,26,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,954,0,0,0,0,0,0,0,0,0,21628,1,0,0,-1,0,-1,18043,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,140,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32030,4,3,-1,'Merciless Gladiator\'s Ringmail Gauntlets',46109,4,36864,0,1,0,0,10,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,43,5,20,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,38501,1,0,0,-1,0,-1,18043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32031,4,3,-1,'Merciless Gladiator\'s Ringmail Helm',46507,4,36864,0,1,0,0,1,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,60,5,24,32,21,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,775,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32032,4,3,-1,'Merciless Gladiator\'s Ringmail Leggings',46022,4,36864,0,1,0,0,7,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,58,5,29,32,25,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,835,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32033,4,3,-1,'Merciless Gladiator\'s Ringmail Spaulders',46023,4,36864,0,1,0,0,3,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,20,32,18,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,715,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,18034,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32034,4,1,-1,'Merciless Gladiator\'s Satin Gloves',46029,4,36864,0,1,0,0,10,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,19,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(32035,4,1,-1,'Merciless Gladiator\'s Satin Hood',46188,4,36864,0,1,0,0,1,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,66,5,16,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(32036,4,1,-1,'Merciless Gladiator\'s Satin Leggings',46032,4,36864,0,1,0,0,7,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,66,5,27,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(32037,4,1,-1,'Merciless Gladiator\'s Satin Mantle',46033,4,36864,0,1,0,0,3,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,43,5,19,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(32038,4,1,-1,'Merciless Gladiator\'s Satin Robe',46035,4,36864,0,1,0,0,20,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,57,5,24,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(32039,4,4,-1,'Merciless Gladiator\'s Scaled Chestpiece',46009,4,36864,0,1,0,0,5,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,54,5,27,32,24,4,45,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1704,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,165,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32040,4,4,-1,'Merciless Gladiator\'s Scaled Gauntlets',46010,4,36864,0,1,0,0,10,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,39,5,19,32,17,4,41,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32041,4,4,-1,'Merciless Gladiator\'s Scaled Helm',46224,4,36864,0,1,0,0,1,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,54,5,26,32,18,4,51,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1385,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32042,4,4,-1,'Merciless Gladiator\'s Scaled Legguards',46008,4,36864,0,1,0,0,7,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,60,5,23,32,23,4,53,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1491,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32043,4,4,-1,'Merciless Gladiator\'s Scaled Shoulders',46012,4,36864,0,1,0,0,3,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,39,5,18,32,18,4,36,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32044,2,15,-1,'Merciless Gladiator\'s Shanker',42380,4,36864,0,1,0,0,13,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,211,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32045,4,6,-1,'Merciless Gladiator\'s Shield Wall',42376,4,36864,0,1,0,0,14,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,2,7,48,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5727,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,152,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32046,2,15,-1,'Merciless Gladiator\'s Shiv',42380,4,36864,0,1,0,0,22,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,178,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32047,4,1,-1,'Merciless Gladiator\'s Silk Amice',45953,4,36864,0,1,0,0,3,128,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,46,5,15,35,23,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32048,4,1,-1,'Merciless Gladiator\'s Silk Cowl',45954,4,36864,0,1,0,0,1,128,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,52,5,26,32,20,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32049,4,1,-1,'Merciless Gladiator\'s Silk Handguards',45955,4,36864,0,1,0,0,10,128,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,46,5,20,32,19,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,33066,1,0,0,-1,0,-1,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32050,4,1,-1,'Merciless Gladiator\'s Silk Raiment',45956,4,36864,0,1,0,0,20,128,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,57,5,21,32,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,100,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32051,4,1,-1,'Merciless Gladiator\'s Silk Trousers',45957,4,36864,0,1,0,0,7,128,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,52,5,36,32,29,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32052,2,7,-1,'Merciless Gladiator\'s Slicer',42379,4,36864,0,1,0,0,13,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,305,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32053,2,15,-1,'Merciless Gladiator\'s Spellblade',67267,4,36864,0,1,0,0,21,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,5,18,35,18,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,113,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,42122,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,-56.3,0,0,0,'',0,0,0,0,0,12340),(32054,2,16,-1,'Merciless Gladiator\'s War Edge',38679,4,4231168,0,1,0,0,25,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,21,32,16,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,198,0,0,0,0,0,0,0,0,0,0,0,1300,0,100,9335,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32055,2,10,-1,'Merciless Gladiator\'s War Staff',41557,4,36864,0,1,0,0,17,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,5,7,55,31,24,32,42,35,29,5,42,0,0,0,0,0,0,0,0,0,0,0,0,90,192,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,42122,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-56.3,0,0,0,'',0,0,0,0,0,12340),(32056,4,2,-1,'Merciless Gladiator\'s Wyrmhide Gloves',45993,4,36864,0,1,0,0,10,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,21,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32057,4,2,-1,'Merciless Gladiator\'s Wyrmhide Helm',45998,4,36864,0,1,0,0,1,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,51,5,26,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32058,4,2,-1,'Merciless Gladiator\'s Wyrmhide Legguards',47129,4,36864,0,1,0,0,7,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,51,5,31,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,431,0,0,0,0,0,0,0,0,0,23732,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(32059,4,2,-1,'Merciless Gladiator\'s Wyrmhide Spaulders',45996,4,36864,0,1,0,0,3,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,17,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32060,4,2,-1,'Merciless Gladiator\'s Wyrmhide Tunic',45997,4,36864,0,1,0,0,5,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,24,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,120,0,0,0,0,2,0,2,0,4,0,2856,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32061,12,0,0,'Evidence from Alpha',33941,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A collection of clues and items gathered from Stasis Chamber Alpha.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32062,0,2,-1,'Elixir of Major Fortitude',44795,1,0,0,1,5000,1250,0,-1,-1,61,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39625,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32063,0,2,-1,'Earthen Elixir',44794,1,0,0,1,6000,1500,0,-1,-1,63,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39626,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32064,15,0,0,'Protectorate Treasure Cache',44685,2,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,10000,10000,0,12340),(32067,0,2,-1,'Elixir of Draenic Wisdom',44796,1,0,0,1,6000,1500,0,-1,-1,64,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39627,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32068,0,2,-1,'Elixir of Ironskin',44797,1,0,0,1,6000,1500,0,-1,-1,66,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39628,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32069,13,0,-1,'Mana-Tombs Stasis Chamber Key',41387,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39640,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32070,9,6,-1,'Recipe: Earthen Elixir',1102,1,64,0,1,40000,10000,0,32767,-1,64,0,171,320,0,0,0,942,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39637,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Earthen Elixir.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32071,9,6,-1,'Recipe: Elixir of Ironskin',1102,1,4160,0,1,0,0,0,32767,-1,66,0,171,330,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39639,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Elixir of Ironskin.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32072,4,4,-1,'Gauntlets of Dissension',44697,4,0,0,1,191433,38286,10,262143,32767,110,70,0,0,0,0,0,0,0,0,1,0,4,4,24,3,23,7,36,12,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,868,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32073,4,4,-1,'Spaulders of Dementia',44698,4,0,0,1,286066,57213,3,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,4,25,3,24,7,34,12,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1042,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32074,12,0,0,'Relics of Aviana',12334,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32076,4,3,-1,'Handguards of the Steady',34516,4,0,0,1,165637,33127,10,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,3,29,5,21,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,486,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32077,4,3,-1,'Wrath Infused Gauntlets',42547,4,0,0,1,166262,33252,10,262143,32767,110,70,0,0,0,0,0,0,0,0,1,0,2,5,28,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,486,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32078,4,3,-1,'Pauldrons of Wild Magic',44699,4,0,0,1,251444,50288,3,262143,32767,110,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,28,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32079,13,0,-1,'Shaffar\'s Stasis Chamber Key',41387,2,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39677,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32080,4,2,-1,'Mantle of Shadowy Embrace',44700,4,0,0,1,210152,42030,3,262143,32767,110,70,0,0,0,0,0,0,0,0,1,0,2,3,39,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32081,4,0,-1,'Eye of the Stalker',44703,4,0,0,1,790112,197528,11,262143,32767,110,70,0,0,0,0,0,0,0,1,1,0,1,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32082,4,6,-1,'The Fel Barrier',44710,4,0,0,1,370882,74176,14,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4668,0,22,0,0,22,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,115,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32083,4,4,-1,'Faceguard of Determination',44711,4,4096,0,1,0,0,1,1535,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,15,24,7,36,12,32,13,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,8,0,1,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32084,4,4,-1,'Helmet of the Steadfast Champion',45803,4,4096,0,1,0,0,1,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,7,36,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32085,4,3,-1,'Warpstalker Helm',43013,4,4096,0,1,0,0,1,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,3,24,7,36,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,1,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32086,4,3,-1,'Storm Master\'s Helmet',34217,4,4096,0,1,0,0,1,262143,32767,110,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,32,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,2864,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32087,4,2,-1,'Mask of the Deceiver',44904,4,4096,0,1,0,0,1,32767,32767,110,70,0,0,0,0,0,0,0,0,1,0,3,3,32,7,36,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,4,0,1,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32088,4,2,-1,'Cowl of Beastly Rage',47180,4,4096,0,1,0,0,1,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,4,29,3,30,7,27,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,4,0,1,0,0,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32089,4,1,-1,'Mana-Binders Cowl',38932,4,4096,0,1,0,0,1,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,3,7,38,5,29,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,4,0,1,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32090,4,1,-1,'Cowl of Naaru Blessings',38932,4,4096,0,1,0,0,1,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,3,7,28,5,29,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,8,0,1,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32092,13,0,-1,'The Eye of Haramad',44722,3,32832,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39677,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A skeleton key that will open Nexus-Prince Shaffar\'s personal stasis chamber.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32193,3,0,-1,'Bold Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,541,-1,0,0,0,0,'',0,0,0,0,0,12340),(32194,3,0,-1,'Delicate Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,542,-1,0,0,0,0,'',0,0,0,0,0,12340),(32195,3,0,-1,'Teardrop Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,543,-1,0,0,0,0,'',0,0,0,0,0,12340),(32196,3,0,-1,'Runed Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,544,-1,0,0,0,0,'',0,0,0,0,0,12340),(32197,3,0,-1,'Bright Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,545,-1,0,0,0,0,'',0,0,0,0,0,12340),(32198,3,0,-1,'Subtle Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,546,-1,0,0,0,0,'',0,0,0,0,0,12340),(32200,3,1,-1,'Solid Empyrean Sapphire',44930,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,548,-1,0,0,0,0,'',0,0,0,0,0,12340),(32201,3,1,-1,'Sparkling Empyrean Sapphire',44930,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,549,-1,0,0,0,0,'',0,0,0,0,0,12340),(32202,3,1,-1,'Lustrous Empyrean Sapphire',44930,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,550,-1,0,0,0,0,'',0,0,0,0,0,12340),(32203,3,1,-1,'Stormy Empyrean Sapphire',44930,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,551,-1,0,0,0,0,'',0,0,0,0,0,12340),(32204,3,2,-1,'Brilliant Lionseye',44926,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,552,-1,0,0,0,0,'',0,0,0,0,0,12340),(32205,3,2,-1,'Smooth Lionseye',44926,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,553,-1,0,0,0,0,'',0,0,0,0,0,12340),(32206,3,2,-1,'Rigid Lionseye',44926,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,554,-1,0,0,0,0,'',0,0,0,0,0,12340),(32207,3,2,-1,'Gleaming Lionseye',44926,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,555,-1,0,0,0,0,'',0,0,0,0,0,12340),(32208,3,2,-1,'Thick Lionseye',44926,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,556,-1,0,0,0,0,'',0,0,0,0,0,12340),(32209,3,2,-1,'Mystic Lionseye',44926,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,557,-1,0,0,0,0,'',0,0,0,0,0,12340),(32210,3,2,-1,'Great Lionseye',44926,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,558,-1,0,0,0,0,'',0,0,0,0,0,12340),(32211,3,3,-1,'Sovereign Shadowsong Amethyst',44924,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,559,-1,0,0,0,0,'',0,0,0,0,0,12340),(32212,3,3,-1,'Shifting Shadowsong Amethyst',44924,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,560,-1,0,0,0,0,'',0,0,0,0,0,12340),(32213,3,3,-1,'Balanced Shadowsong Amethyst',44924,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,561,-1,0,0,0,0,'',0,0,0,0,0,12340),(32214,3,3,-1,'Infused Shadowsong Amethyst',44924,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,562,-1,0,0,0,0,'',0,0,0,0,0,12340),(32215,3,3,-1,'Glowing Shadowsong Amethyst',44924,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,563,-1,0,0,0,0,'',0,0,0,0,0,12340),(32216,3,3,-1,'Royal Shadowsong Amethyst',44924,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,564,-1,0,0,0,0,'',0,0,0,0,0,12340),(32217,3,5,-1,'Inscribed Pyrestone',44927,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,565,-1,0,0,0,0,'',0,0,0,0,0,12340),(32218,3,5,-1,'Potent Pyrestone',44927,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,566,-1,0,0,0,0,'',0,0,0,0,0,12340),(32219,3,5,-1,'Luminous Pyrestone',44927,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,567,-1,0,0,0,0,'',0,0,0,0,0,12340),(32220,3,5,-1,'Glinting Pyrestone',44927,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,568,-1,0,0,0,0,'',0,0,0,0,0,12340),(32222,3,5,-1,'Wicked Pyrestone',44927,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,570,-1,0,0,0,0,'',0,0,0,0,0,12340),(32223,3,4,-1,'Enduring Seaspray Emerald',44921,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,571,-1,0,0,0,0,'',0,0,0,0,0,12340),(32224,3,4,-1,'Radiant Seaspray Emerald',44921,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,572,-1,0,0,0,0,'',0,0,0,0,0,12340),(32225,3,4,-1,'Dazzling Seaspray Emerald',44921,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,573,-1,0,0,0,0,'',0,0,0,0,0,12340),(32226,3,4,-1,'Jagged Seaspray Emerald',44921,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,574,-1,0,0,0,0,'',0,0,0,0,0,12340),(32227,3,0,-1,'Crimson Spinel',44919,4,0,0,1,0,50000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32228,3,1,-1,'Empyrean Sapphire',44929,4,0,0,1,0,50000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32229,3,2,-1,'Lionseye',44925,4,0,0,1,0,50000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32230,3,3,-1,'Shadowsong Amethyst',44923,4,0,0,1,0,50000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32231,3,5,-1,'Pyrestone',44928,4,0,0,1,0,50000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32232,4,4,-1,'Eternium Shell Bracers',45289,4,0,0,1,253195,50639,9,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,52,12,17,13,18,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32234,4,3,-1,'Fists of Mukoa',45712,4,0,0,1,217339,43467,10,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,3,25,36,37,7,24,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,617,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32236,2,0,-1,'Rising Tide',44959,4,0,0,1,729697,145939,13,-1,-1,141,70,0,0,0,0,0,0,0,1,1,0,2,31,21,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,313,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32237,2,15,-1,'The Maelstrom\'s Fury',45294,4,0,0,1,732313,146462,21,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,21,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,129,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42111,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,-59,0,0,0,'',67,0,0,0,0,12340),(32238,4,0,-1,'Ring of Calming Waves',39123,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,19,32,24,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32239,4,1,-1,'Slippers of the Seacaller',45732,4,4096,0,1,221242,44248,8,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,18,32,29,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32240,4,2,-1,'Guise of the Tidal Lurker',45721,4,0,0,1,277534,55506,1,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,2,7,39,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,42089,1,0,0,-1,0,-1,21644,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32241,4,3,-1,'Helm of Soothing Currents',45764,4,0,0,1,302371,60474,1,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,2,7,40,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,803,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,8,0,1,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32242,4,3,-1,'Boots of Oceanic Fury',45278,4,0,0,1,313333,62666,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,5,36,7,28,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,679,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32243,4,4,-1,'Pearl Inlaid Boots',45332,4,0,0,1,364616,72923,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,27,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1213,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32244,12,0,0,'Seer\'s Stone',24675,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39750,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A plain-looking stone imbued with powerful magic.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32245,4,4,-1,'Tide-stomper\'s Greaves',45349,4,0,0,1,367357,73471,8,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,56,13,29,12,19,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1213,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,2,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32247,4,0,-1,'Ring of Captured Storms',39129,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,2,32,29,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32248,2,6,-1,'Halberd of Desolation',45318,4,0,0,1,886051,177210,17,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,51,7,57,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,548,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32249,3,4,-1,'Seaspray Emerald',44922,4,0,0,1,0,50000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32250,4,4,-1,'Pauldrons of Abyssal Fury',45760,4,4096,0,1,374137,74827,3,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,72,12,28,13,24,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1324,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32251,4,3,-1,'Wraps of Precise Flight',45358,4,0,0,1,214985,42997,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,3,18,7,28,5,20,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32252,4,2,-1,'Nether Shadow Tunic',45327,4,0,0,1,359617,71923,5,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,3,36,7,52,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32253,2,18,-1,'Legionkiller',45491,4,0,0,1,541334,108266,26,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,3,21,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,342,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32254,2,0,-1,'The Brutalizer',44960,4,0,0,1,724395,144879,13,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,33,12,22,37,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,193,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32255,4,6,-1,'Felstone Bulwark',44869,4,0,0,1,465287,93057,14,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,21,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5930,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,160,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32256,4,1,-1,'Waistwrap of Infinity',45356,4,0,0,1,145925,29185,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,22,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,23732,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32257,4,8,-1,'Idol of the White Stag',45315,4,0,0,1,219651,43930,28,32767,-1,141,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32258,4,3,-1,'Naturalist\'s Preserving Cinch',45765,4,0,0,1,204825,40965,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,29,5,30,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32259,4,3,-1,'Bands of the Coming Storm',45762,4,0,0,1,205610,41122,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,32,21,7,28,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32260,4,0,-1,'Choker of Endless Nightmares',39214,4,0,0,1,353421,88355,2,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,32,27,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32261,4,0,-1,'Band of the Abyssal Lord',44357,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,53,12,27,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32262,2,4,-1,'Syphon of the Nathrezim',45345,4,0,0,1,693145,138629,13,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,14056,1,0,0,-1,0,-1,40291,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32263,4,4,-1,'Praetorian\'s Legguards',45334,4,4096,0,1,487033,97406,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,5,7,75,14,29,13,28,31,18,4,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1544,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,4,0,4,0,2,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32264,4,3,-1,'Shoulders of the Hidden Predator',45731,4,0,0,1,315634,63126,3,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,38,7,37,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,741,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32265,4,2,-1,'Shadow-walker\'s Cord',45730,4,0,0,1,175230,35046,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,27,7,38,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32266,4,0,-1,'Ring of Deceitful Intent',44358,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,3,21,31,19,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32267,4,4,-1,'Boots of the Resilient',45918,4,4096,0,1,338493,67698,8,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,51,12,17,4,25,15,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32268,4,4,-1,'Myrmidon\'s Treads',45324,4,0,0,1,371358,74271,8,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,5,7,56,12,30,31,17,13,17,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1213,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,2,0,0,0,2876,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32269,2,15,-1,'Messenger of Fate',47605,4,0,0,1,711315,142263,13,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,3,22,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,169,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32270,4,1,-1,'Focused Mana Bindings',45292,4,0,0,1,142786,28557,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,20,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32271,4,2,-1,'Kilt of Immortal Nature',45724,4,4096,0,1,358273,71654,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,2,7,40,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,8,0,4,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32273,4,1,-1,'Amice of Brilliant Light',45704,4,0,0,1,216512,43302,3,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,38,5,27,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32274,9,10,-1,'Design: Bold Crimson Spinel',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39705,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bold Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32275,4,3,-1,'Spiritwalker Gauntlets',45670,4,0,0,1,202471,40494,10,32767,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,38,5,27,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,617,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32276,4,3,-1,'Flashfire Girdle',45763,4,0,0,1,203235,40647,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,36,37,7,27,5,26,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32277,9,10,-1,'Design: Delicate Crimson Spinel',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39706,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Delicate Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32278,4,4,-1,'Grips of Silent Justice',46487,4,0,0,1,240304,48060,10,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,4,40,7,37,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1103,0,0,0,0,0,0,0,0,0,42095,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,2,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32279,4,4,-1,'The Seeker\'s Wristguards',45347,4,0,0,1,241200,48240,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,43,15,19,12,21,4,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32280,4,4,-1,'Gauntlets of Enforcement',45715,4,4096,0,1,242120,48424,10,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,70,12,21,37,21,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1103,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,42104,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32281,9,10,-1,'Design: Teardrop Crimson Spinel',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39710,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Teardrop Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32282,9,10,-1,'Design: Runed Crimson Spinel',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39711,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Runed Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32283,9,10,-1,'Design: Bright Crimson Spinel',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39712,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bright Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32284,9,10,-1,'Design: Subtle Crimson Spinel',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39713,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Subtle Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32286,9,10,-1,'Design: Solid Empyrean Sapphire',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39715,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Solid Empyrean Sapphire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32287,9,10,-1,'Design: Sparkling Empyrean Sapphire',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39716,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Sparkling Empyrean Sapphire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32288,9,10,-1,'Design: Lustrous Empyrean Sapphire',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39717,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Lustrous Empyrean Sapphire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32290,9,10,-1,'Design: Brilliant Lionseye',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39719,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Brilliant Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32291,9,10,-1,'Design: Smooth Lionseye',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39720,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Smooth Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32293,9,10,-1,'Design: Gleaming Lionseye',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39722,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Gleaming Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32294,9,10,-1,'Design: Thick Lionseye',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39723,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Thick Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32296,9,10,-1,'Design: Great Lionseye',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39725,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Great Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32298,9,10,-1,'Design: Shifting Shadowsong Amethyst',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39728,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Shifting Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32299,9,10,-1,'Design: Balanced Shadowsong Amethyst',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39729,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Balanced Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32300,9,10,-1,'Design: Infused Shadowsong Amethyst',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39730,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Infused Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32301,9,10,-1,'Design: Glowing Shadowsong Amethyst',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39731,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Glowing Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32302,9,10,-1,'Design: Royal Shadowsong Amethyst',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39732,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Royal Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32304,9,10,-1,'Design: Potent Pyrestone',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39734,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Potent Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32305,9,10,-1,'Design: Luminous Pyrestone',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39735,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Luminous Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32306,9,10,-1,'Design: Glinting Pyrestone',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39736,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Glinting Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32308,9,10,-1,'Design: Wicked Pyrestone',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39738,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Wicked Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32309,9,10,-1,'Design: Enduring Seaspray Emerald',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39739,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Enduring Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32310,9,10,-1,'Design: Radiant Seaspray Emerald',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39740,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Radiant Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32311,9,10,-1,'Design: Dazzling Seaspray Emerald',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39741,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Dazzling Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32312,9,10,-1,'Design: Jagged Seaspray Emerald',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39742,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Jagged Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32313,12,0,0,'Raven Stone',41350,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A fragment of the stone Book of the Raven.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32314,15,5,-1,'Green Riding Nether Ray',44739,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,1031,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39798,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32315,12,0,0,'Cenarion Sparrowhawk Whistle',12997,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39793,0,0,0,45000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32316,15,5,-1,'Purple Riding Nether Ray',44739,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,1031,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39801,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32317,15,5,-1,'Red Riding Nether Ray',44739,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,1031,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39800,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32318,15,5,-1,'Silver Riding Nether Ray',44739,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,1031,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39802,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32319,15,5,-1,'Blue Riding Nether Ray',44739,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,1031,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39803,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32320,12,0,0,'Captive Sparrowhawk',44756,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A netted wild sparrowhawk from the hills of Nagrand.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32321,12,0,-1,'Sparrowhawk Net',3673,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39810,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32323,4,1,-1,'Shadowmoon Destroyer\'s Drape',45886,4,0,0,1,214264,42852,16,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,32,24,31,17,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32324,4,2,-1,'Insidious Bands',47436,4,0,0,1,179207,35841,9,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,28,7,28,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32325,2,3,-1,'Rifle of the Stoic Guardian',44962,4,0,0,1,539531,107906,26,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,31,13,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,224,0,0,0,0,0,0,0,0,0,0,0,1900,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32326,2,16,-1,'Twisted Blades of Zarak',45738,4,4198400,0,1,145472,36368,25,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,32,16,3,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,219,0,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32327,4,1,-1,'Robe of the Shadow Council',45335,4,0,0,1,289843,57968,20,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,37,5,36,32,28,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,42108,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32328,4,2,-1,'Botanist\'s Gloves of Growth',45707,4,0,0,1,181788,36357,10,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,21,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32329,4,1,-1,'Cowl of Benevolence',47433,4,0,0,1,218930,43786,1,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,27,6,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32330,4,9,-1,'Totem of Ancestral Guidance',43430,4,0,0,1,219715,43943,28,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32331,4,1,-1,'Cloak of the Illidari Council',45885,4,0,0,1,220500,44100,16,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,16,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32332,2,5,-1,'Torch of the Damned',45350,4,0,0,1,921932,184386,17,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,4,51,7,45,32,38,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,396,595,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32333,4,4,-1,'Girdle of Stability',45299,4,0,0,1,260536,52107,6,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,56,12,19,13,18,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,35075,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32334,4,3,-1,'Vest of Mounting Assault',45355,4,0,0,1,403203,80640,5,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,58,7,27,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32335,4,0,-1,'Unstoppable Aggressor\'s Ring',44841,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,4,36,32,30,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32336,2,2,-1,'Black Bow of the Betrayer',45485,4,0,0,1,541167,108233,15,-1,-1,151,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,374,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,46939,1,0,0,-1,0,-1,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32337,4,1,-1,'Shroud of Forgiveness',46490,4,0,0,1,203935,40787,16,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,19,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32338,4,1,-1,'Blood-cursed Shoulderpads',45705,4,0,0,1,204719,40943,3,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,19,31,18,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32339,4,2,-1,'Belt of Primal Majesty',45264,4,0,0,1,175937,35187,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,29,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32340,4,1,-1,'Garments of Temperance',45714,4,4096,0,1,282518,56503,20,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,2,7,51,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32341,4,4,-1,'Leggings of Divine Retribution',46488,4,4096,0,1,496238,99247,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,4,51,7,51,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1544,0,0,0,0,0,0,0,0,0,42157,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32342,4,4,-1,'Girdle of Mighty Resolve',45298,4,0,0,1,250457,50091,6,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,56,12,26,15,25,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,35075,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,8,0,0,0,2876,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32343,2,19,-1,'Wand of Prismatic Focus',45357,4,0,0,1,535554,107110,26,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,21,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,360,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32344,2,10,-1,'Staff of Immaculate Recovery',47434,4,0,0,1,895861,179172,17,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,73,5,51,6,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,312,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,42110,1,0,0,-1,0,-1,21641,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,-59,0,0,0,'',67,0,0,0,0,12340),(32345,4,4,-1,'Dreadboots of the Legion',45287,4,0,0,1,376915,75383,8,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,4,38,7,40,32,30,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1213,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,4,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32346,4,3,-1,'Boneweave Girdle',45277,4,0,0,1,216576,43315,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,3,38,32,24,31,17,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32347,4,2,-1,'Grips of Damnation',45718,4,0,0,1,181116,36223,10,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,27,7,38,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32348,2,1,-1,'Soul Cleaver',45492,4,0,0,1,908852,181770,17,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,63,4,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,579,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,1,0,0,-1,0,-1,42109,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32349,4,0,-1,'Translucent Spellthread Necklace',45351,4,0,0,1,353421,88355,2,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,31,15,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32350,4,0,-1,'Touch of Inspiration',41453,4,0,0,1,1015299,203059,23,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,24,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32351,4,2,-1,'Elunite Empowered Bracers',45288,4,0,0,1,183714,36742,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,22,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32352,4,2,-1,'Naturewarden\'s Treads',45326,4,0,0,1,276553,55310,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,18,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32353,4,1,-1,'Gloves of Unfailing Faith',45716,4,0,0,1,148018,29603,10,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,2,7,25,5,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,8,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32354,4,4,-1,'Crown of Empowered Fate',45843,4,0,0,1,352094,70418,1,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,27,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1434,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,2864,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32355,12,0,0,'Essence of the Eagle',44771,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32356,12,0,0,'Essence of the Hawk',44770,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32357,12,0,0,'Essence of the Falcon',44772,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32358,12,0,-1,'Vim\'gol\'s Vile Grimoire',1246,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It veritably seethes with malevolence.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32359,12,0,0,'Arthorn\'s Package',34778,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32361,4,0,-1,'Blind-Seers Icon',45275,4,0,0,1,1015299,203059,23,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,25,31,24,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32362,4,0,-1,'Pendant of Titans',4841,4,0,0,1,345774,86443,2,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,43,12,21,13,25,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32363,2,19,-1,'Naaru-Blessed Life Rod',41668,4,0,0,1,535501,107100,26,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,5,12,7,12,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,360,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,18030,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32364,12,0,0,'Southfury Moonstone',12310,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32365,4,4,-1,'Heartshatter Breastplate',45311,4,0,0,1,503464,100692,5,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,4,63,7,45,32,44,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1765,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32366,4,2,-1,'Shadowmaster\'s Boots',45729,4,0,0,1,270667,54133,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,30,7,38,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,4,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32367,4,1,-1,'Leggings of Devastation',45319,4,0,0,1,289758,57951,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,42,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,26158,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32368,4,7,-1,'Tome of the Lightbringer',34960,4,4096,0,1,218103,43620,28,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32369,2,7,7,'Blade of Savagery',47226,4,0,0,1,729627,145925,13,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,32,22,31,15,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,183,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32370,4,0,-1,'Nadina\'s Pendant of Purity',39212,4,0,0,1,411111,102777,2,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,16,5,14,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32373,4,4,-1,'Helm of the Illidari Shatterer',45722,4,0,0,1,360504,72100,1,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,4,51,32,42,7,29,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1434,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32374,2,10,-1,'Zhar\'doom, Greatstaff of the Devourer',45161,4,0,0,1,919743,183948,17,-1,-1,151,70,0,0,0,0,0,0,0,0,1,0,4,7,70,5,47,32,36,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,323,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,42062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,-64.8,0,0,0,'',67,0,0,0,0,12340),(32375,4,6,-1,'Bulwark of Azzinoth',45653,4,0,0,1,472692,94538,14,-1,-1,151,70,0,0,0,0,0,0,0,0,1,0,3,7,40,12,26,4,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6336,0,0,0,0,0,0,0,0,0,40407,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,174,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32376,4,3,-1,'Forest Prowler\'s Helm',45713,4,0,0,1,313092,62618,1,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,3,42,7,29,5,28,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,803,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,1,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32377,4,2,-1,'Mantle of Darkness',45816,4,0,0,1,261865,52373,3,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,34,32,33,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,29524,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32378,2,16,-1,'Silver Star',20772,2,4194304,0,1,37,9,25,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,77,0,0,0,0,0,0,0,0,0,0,0,2300,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340),(32379,12,0,-1,'Grulloc\'s Dragon Skull',44783,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This polished trophy is huge!',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32380,12,0,-1,'Maggoc\'s Treasure Chest',12331,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Darn, it\'s empty.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32381,9,3,-1,'Schematic: Fused Wiring',1301,1,64,0,1,16000,4000,0,-1,-1,55,0,202,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39895,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Fused Wiring.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32382,12,0,-1,'Slaag\'s Standard',19562,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Torn and dirty, it smells as bad as Slaag.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32383,12,0,-1,'Skulloc\'s Soul',44798,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'EVIL!',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32385,15,0,0,'Magtheridon\'s Head',7188,4,0,2,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'All that remains of the hellspawn, Magtheridon.',0,0,0,11002,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32387,4,8,-1,'Idol of the Raven Goddess',45754,3,0,0,1,125484,25096,28,32767,-1,115,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62106,1,0,0,-1,0,-1,62107,1,0,0,-1,0,-1,62111,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32388,12,0,-1,'Shadow Dust',2480,1,0,0,1,585,146,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Used to create an Elixir of Shadows.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32389,4,1,-1,'Soulguard Leggings',42917,4,0,0,1,251440,50288,7,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,72,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32390,4,1,-1,'Soulguard Girdle',44824,4,0,0,1,126205,25241,6,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,54,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32391,4,1,-1,'Soulguard Slippers',45787,4,0,0,1,190037,38007,8,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,54,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32392,4,1,-1,'Soulguard Bracers',44826,4,0,0,1,127163,25432,9,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,40,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32393,4,2,-1,'Redeemed Soul Cinch',44829,4,0,0,1,159561,31912,6,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,54,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32394,4,2,-1,'Redeemed Soul Moccasins',44830,4,0,0,1,240252,48050,8,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,0,0,0,0,54,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32395,4,2,-1,'Redeemed Soul Wristguards',44831,4,0,0,1,160775,32155,9,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,0,40,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32396,4,2,-1,'Redeemed Soul Legguards',44828,4,0,0,1,322731,64546,7,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,359,0,0,0,0,72,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32397,4,3,-1,'Waistguard of Shackled Souls',44836,4,0,0,1,194366,38873,6,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,0,0,0,0,54,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32398,4,3,-1,'Boots of Shackled Souls',45786,4,0,0,1,293943,58788,8,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,628,0,0,0,0,54,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32399,4,3,-1,'Bracers of Shackled Souls',44835,4,0,0,1,195823,39164,9,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,40,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32400,4,3,-1,'Greaves of Shackled Souls',44833,4,0,0,1,393063,78612,7,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,799,0,0,0,0,72,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32401,4,4,-1,'Shadesteel Girdle',27429,4,0,0,1,231451,46290,6,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,918,0,0,0,0,54,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32402,4,4,-1,'Shadesteel Sabots',45785,4,0,0,1,345819,69163,8,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1122,0,0,0,0,54,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32403,4,4,-1,'Shadesteel Bracers',44839,4,0,0,1,239279,47855,9,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,714,0,0,0,0,40,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32404,4,4,-1,'Shadesteel Greaves',44837,4,0,0,1,477493,95498,7,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1428,0,0,0,0,72,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32405,15,0,0,'Verdant Sphere',26571,4,0,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A magical sphere belonging to the lord of the blood elves.',0,0,0,11007,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32406,0,0,-1,'Skyguard Blasting Charges',45135,1,8388672,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39844,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32408,0,0,-1,'Naj\'entus Spine',44843,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39948,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32409,3,6,-1,'Relentless Earthstorm Diamond',39203,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,581,-1,0,0,0,0,'',0,0,0,0,0,12340),(32410,3,6,-1,'Thundering Skyfire Diamond',39205,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,582,-1,0,0,0,0,'',0,0,0,0,0,12340),(32411,9,10,-1,'Design: Thundering Skyfire Diamond',6270,3,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39963,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Thundering Skyfire Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32412,9,10,-1,'Design: Relentless Earthstorm Diamond',6270,3,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,933,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39961,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Relentless Earthstorm Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32413,7,2,-1,'Frost Grenade',52741,1,64,0,1,10000,2500,0,-1,-1,65,0,202,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39965,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32420,4,1,-1,'Night\'s End',45480,4,0,0,1,201727,40345,16,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,40,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32423,7,1,-1,'Icy Blasting Primers',36527,1,0,0,1,8000,2000,0,-1,-1,68,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32427,15,0,0,'Netherwing Crystal',33296,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32428,7,11,-1,'Heart of Darkness',44851,3,0,0,1,80000,20000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32429,9,1,-1,'Pattern: Boots of Shackled Souls',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,165,375,0,0,0,1012,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39997,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Boots of Shackled Souls.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32430,9,1,-1,'Pattern: Bracers of Shackled Souls',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,165,375,0,0,0,1012,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,52733,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Bracers of Shackled Souls.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32431,9,1,-1,'Pattern: Greaves of Shackled Souls',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,165,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40001,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Greaves of Shackled Souls.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32432,9,1,-1,'Pattern: Waistguard of Shackled Souls',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,165,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40002,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Waistguard of Shackled Souls.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32433,9,1,-1,'Pattern: Redeemed Soul Moccasins',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,165,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40003,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Redeemed Soul Moccasins.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32434,9,1,-1,'Pattern: Redeemed Soul Wristguards',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,165,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40004,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Redeemed Soul Wristguards.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32435,9,1,-1,'Pattern: Redeemed Soul Legguards',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,165,375,0,0,0,1012,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40005,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Redeemed Soul Legguards.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32436,9,1,-1,'Pattern: Redeemed Soul Cinch',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,165,375,0,0,0,1012,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40006,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Redeemed Soul Cinch.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32437,9,2,-1,'Pattern: Soulguard Slippers',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,197,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40020,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Soulguard Slippers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32438,9,2,-1,'Pattern: Soulguard Bracers',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,197,375,0,0,0,1012,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40021,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Soulguard Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32439,9,2,-1,'Pattern: Soulguard Leggings',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,197,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40023,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Soulguard Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32440,9,2,-1,'Pattern: Soulguard Girdle',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,197,375,0,0,0,1012,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40024,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Soulguard Girdle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32441,9,4,-1,'Plans: Shadesteel Sabots',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,164,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40033,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Shadesteel Sabots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32442,9,4,-1,'Plans: Shadesteel Bracers',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,164,375,0,0,0,1012,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40034,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Shadesteel Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32443,9,4,-1,'Plans: Shadesteel Greaves',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,164,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40035,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Shadesteel Greaves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32444,9,4,-1,'Plans: Shadesteel Girdle',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,164,375,0,0,0,1012,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40036,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Shadesteel Girdle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32445,4,0,-1,'Skyguard Tabard',44852,1,0,0,1,10000,2500,19,-1,-1,20,70,0,0,0,0,0,1031,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32446,12,0,-1,'Elixir of Shadows',9731,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37678,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32447,9,2,-1,'Pattern: Night\'s End',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,197,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40060,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Night\'s End.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32449,12,0,0,'Essence-Infused Moonstone',24730,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40098,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32450,2,4,-1,'Gladiator\'s Gavel',44858,4,36864,0,1,0,0,21,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,110,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,41973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-49.8,0,0,0,'',0,0,0,0,0,12340),(32451,2,4,-1,'Gladiator\'s Salvation',44858,4,36864,0,1,0,0,21,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,110,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,42120,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-49.8,0,0,0,'',0,0,0,0,0,12340),(32452,4,0,-1,'Gladiator\'s Reprieve',39505,4,36864,0,1,0,0,23,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,14,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18029,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32453,0,5,-1,'Star\'s Tears',38430,1,2097152,4,1,10000,125,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Carefully extracted for warfare use.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32454,15,0,0,'Arthorn\'s Research',7694,1,16384,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Arthorn Windsong\'s notes from her studies of the Book of the Raven.',3002,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32455,0,5,-1,'Star\'s Lament',44861,1,2097152,4,1,1200,60,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22734,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Carefully extracted for warfare use.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32456,12,0,-1,'Skyguard Bombs',7888,1,8388672,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40160,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32458,15,5,-1,'Ashes of Al\'ar',44872,4,0,0,1,1000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,40192,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is an extremely fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32459,12,0,-1,'Time-Phased Phylactery',44889,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A strange darkness surrounds this artifact.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32461,4,4,-1,'Furious Gizmatic Goggles',45779,4,0,0,1,346027,69205,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,4,4,48,32,38,7,28,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1296,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,128,0,1,0,8,0,0,0,2874,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32462,15,0,0,'Morthis\' Materials',20709,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Contains the items you\'ll need to summon the raven god, Anzu.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32464,12,0,-1,'Nethercite Ore',36189,1,0,0,1,6000,1500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32467,12,0,-1,'Vim\'gol\'s Grimoire',1246,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40328,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32468,12,0,-1,'Netherdust Pollen',20614,1,0,0,1,4000,1000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32469,12,0,0,'Illidari Service Papers',16161,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3006,0,7,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32470,12,0,-1,'Nethermine Flayer Hide',44940,1,0,0,1,5000,1250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32471,2,15,-1,'Shard of Azzinoth',45487,4,0,0,1,746944,149388,13,-1,-1,151,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,242,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,15817,1,0,0.5,-1,0,-1,40393,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32472,4,4,-1,'Justicebringer 2000 Specs',43889,4,0,0,1,334856,66971,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,3,7,29,5,13,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1296,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,128,0,1,0,8,0,0,0,2951,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32473,4,4,-1,'Tankatronic Goggles',43886,4,0,0,1,336101,67220,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,5,7,67,12,25,31,13,13,22,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1296,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,128,0,1,0,4,0,0,0,2882,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32474,4,3,-1,'Surestrike Goggles v2.0',45783,4,0,0,1,289705,57941,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,3,7,28,31,13,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,726,0,0,0,0,0,0,0,0,0,33485,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,128,0,1,0,8,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32475,4,3,-1,'Living Replicator Specs',45780,4,0,0,1,290745,58149,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,2,7,14,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,726,0,0,0,0,0,0,0,0,0,26225,1,0,0,-1,0,-1,21631,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,128,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32476,4,3,-1,'Gadgetstorm Goggles',45778,4,0,0,1,291815,58363,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,3,7,28,31,12,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,726,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,128,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32478,4,2,-1,'Deathblow X11 Goggles',44949,4,0,0,1,244961,48992,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,3,3,48,7,28,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,128,0,1,0,8,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32479,4,2,-1,'Wonderheal XT40 Shades',45782,4,0,0,1,245828,49165,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,3,5,38,6,22,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,0,0,0,0,0,0,0,0,0,26225,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,0,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,128,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32480,4,2,-1,'Magnified Moon Specs',43886,4,0,0,1,246718,49343,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,3,7,22,5,24,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,128,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32481,4,0,-1,'Charm of Swift Flight',43430,3,524352,0,1,0,0,12,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40389,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32483,4,0,-1,'The Skull of Gul\'dan',45364,4,0,0,1,364641,91160,12,-1,-1,151,70,0,0,0,0,0,0,0,1,1,0,1,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,40396,0,0,0,120000,1141,20000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32485,4,0,-1,'Ashtongue Talisman of Valor',44974,4,32768,0,1,288156,72039,12,1,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40458,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32486,4,0,-1,'Ashtongue Talisman of Equilibrium',45849,4,32768,0,1,288156,72039,12,1024,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40442,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32487,4,0,-1,'Ashtongue Talisman of Swiftness',45853,4,32768,0,1,288156,72039,12,4,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40485,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32488,4,0,-1,'Ashtongue Talisman of Insight',45850,4,32768,0,1,288156,72039,12,128,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40482,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32489,4,0,-1,'Ashtongue Talisman of Zeal',35130,4,32768,0,1,288156,72039,12,2,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40470,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32490,4,0,-1,'Ashtongue Talisman of Acumen',45854,4,32768,0,1,288156,72039,12,16,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40438,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32491,4,0,-1,'Ashtongue Talisman of Vision',45855,4,32768,0,1,288156,72039,12,64,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40463,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32492,4,0,-1,'Ashtongue Talisman of Lethality',45851,4,32768,0,1,288156,72039,12,8,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40460,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32493,4,0,-1,'Ashtongue Talisman of Shadows',45852,4,32768,0,1,288156,72039,12,256,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40478,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32494,4,1,-1,'Destruction Holo-gogs',43891,4,0,0,1,193098,38619,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,3,5,24,7,22,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,23730,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,128,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32495,4,1,-1,'Powerheal 4000 Lens',45781,4,0,0,1,193811,38762,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,3,6,28,5,38,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,128,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32497,4,0,-1,'Stormrage Signet Ring',45362,4,0,0,1,241024,60256,11,262143,32767,151,70,0,0,0,0,0,0,0,1,1,0,2,31,30,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,40680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32500,2,4,-1,'Crystal Spire of Karabor',45365,4,0,0,1,716358,143271,21,32767,-1,151,70,0,0,0,0,0,0,0,0,1,0,2,7,22,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,131,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42059,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,40971,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-64.8,0,0,0,'',67,0,0,0,0,12340),(32501,4,0,-1,'Shadowmoon Insignia',45337,4,0,0,1,364641,91160,12,-1,-1,141,70,0,0,0,0,0,0,0,1,1,0,2,12,36,13,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,180000,0,-1,40464,0,0,0,180000,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32502,12,0,0,'Fel Gland',4045,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Dripping with fel juices.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32503,12,0,0,'Yarzill\'s Mutton',25481,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40468,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Lightly breaded. Dab a little fel gland poison on top. Serves one camp!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32505,4,0,-1,'Madness of the Betrayer',45322,4,0,0,1,364641,91160,12,-1,-1,141,70,0,0,0,0,0,0,0,1,1,0,1,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,40475,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32506,15,0,0,'Netherwing Egg',45651,2,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32508,4,0,0,'Necklace of the Deep',32395,3,0,0,1,14000,3500,2,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,2,3,21,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,2,0,0,0,2860,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32509,12,0,0,'Netherwing Relic',32547,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32510,4,3,-1,'Softstep Boots of Tracking',45733,4,0,0,1,315602,63120,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,3,27,32,26,5,29,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,679,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32512,4,4,-1,'Girdle of Lordaeron\'s Fallen',44866,4,0,0,1,247620,49524,6,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,32,5,32,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32513,4,1,-1,'Wristbands of Divine Influence',45359,4,0,0,1,141202,28240,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,5,21,7,24,6,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32514,4,0,-1,'Skettis Band',24022,3,0,0,1,42837,10709,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32515,4,4,-1,'Wristguards of Determination',42650,4,4096,0,1,229023,45804,9,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,5,7,37,12,16,15,13,13,16,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32516,4,1,-1,'Wraps of Purification',40490,4,4096,0,1,134033,26806,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,24,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32517,4,3,-1,'The Wavemender\'s Mantle',45757,4,0,0,1,332284,66456,3,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,37,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,741,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,21644,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32519,4,1,-1,'Belt of Divine Guidance',45263,4,0,0,1,148074,29614,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,35,5,24,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32520,4,0,-1,'Manaforged Sphere',45003,3,0,0,1,89857,22464,23,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32521,4,4,-1,'Faceplate of the Impenetrable',46205,4,0,0,1,376753,75350,1,-1,-1,151,70,0,0,0,0,0,0,0,0,1,0,5,7,82,12,30,13,25,15,29,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1532,0,0,0,0,0,0,0,0,0,34592,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32522,4,6,-1,'Demonic Bulwark',45006,3,0,0,1,269727,53945,14,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3806,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,204,86,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32523,12,0,-1,'Ishaal\'s Almanac',1246,1,2048,0,1,0,0,0,-1,-1,1,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,11021,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32524,4,1,-1,'Shroud of the Highborne',45476,4,0,0,1,218184,43636,16,-1,-1,151,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,23,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32525,4,1,-1,'Cowl of the Illidari High Lord',45702,4,0,0,1,219020,43804,1,262143,32767,151,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,31,31,21,32,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,0,0,0,0,23730,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32526,4,0,-1,'Band of Devastation',31616,4,0,0,1,241024,60256,11,262143,32767,151,70,0,0,0,0,0,0,0,0,1,0,2,36,31,7,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32527,4,0,-1,'Ring of Ancient Knowledge',31616,4,0,0,1,241024,60256,11,262143,32767,151,70,0,0,0,0,0,0,0,0,1,0,3,36,31,7,30,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32528,4,0,-1,'Blessed Band of Karabor',31616,4,0,0,1,241024,60256,11,262143,32767,151,70,0,0,0,0,0,0,0,0,1,0,3,36,30,7,20,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32529,4,4,-1,'Heretic\'s Gauntlets',45008,3,0,0,1,152329,30465,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,35,32,20,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32531,4,0,-1,'Gezzarak\'s Fang',9860,3,0,0,1,167814,41953,2,-1,-1,115,70,0,0,0,0,0,0,6,0,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32532,4,2,-1,'Windrager\'s Coils',45029,3,0,0,1,112312,22462,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32533,4,0,-1,'Karrog\'s Shard',45030,3,0,0,1,89857,22464,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32534,4,0,-1,'Brooch of the Immortal King',36755,3,64,0,1,265161,66290,12,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,1,12,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40538,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32535,4,0,-1,'Gift of the Talonpriests',28733,3,524288,0,1,220141,55035,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32536,2,4,-1,'Terokk\'s Gavel',45040,3,0,0,1,455716,91143,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,233,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,222,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32537,2,4,-1,'Terokk\'s Gavel',31321,3,0,0,1,457344,91468,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,126,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,34796,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,201,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(32538,4,1,-1,'Skywitch\'s Drape',45042,3,32768,0,1,137691,27538,16,-1,-1,115,70,0,0,0,0,0,1031,6,0,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,12438,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32539,4,1,-1,'Skyguard\'s Drape',45043,3,32768,0,1,138166,27633,16,-1,-1,115,70,0,0,0,0,0,1031,6,0,1,0,1,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,12438,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32540,4,1,-1,'Terokk\'s Might',45048,4,0,0,1,154043,30808,16,-1,-1,105,70,0,0,0,0,0,0,1,0,1,0,2,3,16,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32541,4,1,-1,'Terokk\'s Wisdom',45050,4,0,0,1,154643,30928,16,-1,-1,105,70,0,0,0,0,0,0,1,0,1,0,2,5,16,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32542,0,0,0,'Imp in a Ball',45058,3,32768,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40527,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32563,0,0,-1,'Grilled Picnic Treat',2474,0,0,0,1,0,0,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40543,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32564,12,0,-1,'Ishaal\'s Almanac',1246,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32566,15,0,-1,'Picnic Basket',45061,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40530,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32567,12,0,0,'Aether Ray Eye',7394,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The crystals seem to have imbued this creature\'s eye with strange properties.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32568,4,4,-1,'Swiftsteel Bracers',45404,4,0,0,1,250457,50091,9,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,4,35,7,32,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32569,15,0,0,'Apexis Shard',45306,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A slivered fragment of an Apexis Crystal.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32570,4,4,-1,'Swiftsteel Shoulders',45413,4,4096,0,1,375545,75109,3,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,4,47,7,29,36,35,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1324,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32571,4,4,-1,'Dawnsteel Bracers',45402,4,0,0,1,253195,50639,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,36,28,7,21,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32572,15,0,0,'Apexis Crystal',45305,3,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This item throbs with an undulating vibration.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32573,4,4,-1,'Dawnsteel Shoulders',45407,4,4096,0,1,379620,75924,3,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,36,38,7,31,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1324,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32574,4,3,-1,'Bindings of Lightning Reflexes',45399,4,0,0,1,218124,43624,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,3,21,7,15,5,16,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32575,4,3,-1,'Shoulders of Lightning Reflexes',45408,4,0,0,1,329823,65964,3,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,36,37,3,27,7,19,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,741,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32576,0,8,0,'Depleted Crystal Focus',6513,1,1088,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40548,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32577,4,3,-1,'Living Earth Bindings',45403,4,0,0,1,220457,44091,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,36,28,7,27,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32578,15,0,0,'Charged Crystal Focus',6334,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41237,0,-1,-1,-1,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32579,4,3,-1,'Living Earth Shoulders',45408,4,0,0,1,334521,66904,3,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,36,37,7,32,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,741,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32580,4,2,-1,'Swiftstrike Bracers',45775,4,0,0,1,172667,34533,9,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,20,36,27,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32581,4,2,-1,'Swiftstrike Shoulders',45773,4,0,0,1,259956,51991,3,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,36,38,3,29,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32582,4,2,-1,'Bracers of Renewed Life',45401,4,0,0,1,173958,34791,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,36,28,5,20,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32583,4,2,-1,'Shoulderpads of Renewed Life',45774,4,0,0,1,261918,52383,3,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,36,38,5,29,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32584,4,1,-1,'Swiftheal Wraps',45400,4,0,0,1,140198,28039,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,36,28,7,24,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32585,4,1,-1,'Swiftheal Mantle',45412,4,0,0,1,211082,42216,3,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,21,6,28,36,27,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32586,4,1,-1,'Bracers of Nimble Thought',45400,4,0,0,1,141245,28249,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,36,28,7,27,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32587,4,1,-1,'Mantle of Nimble Thought',45409,4,0,0,1,212652,42530,3,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,26,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32588,15,2,-1,'Banana Charm',45063,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,40549,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32589,4,0,-1,'Hellfire-Encased Pendant',31899,4,0,0,1,241024,60256,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,4,32,24,5,17,6,12,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32590,4,1,-1,'Nethervoid Cloak',46124,4,0,0,1,214985,42997,16,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,31,18,7,27,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32591,4,0,-1,'Choker of Serrated Blades',39210,4,0,0,1,353421,88355,2,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,1,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,42095,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32592,4,3,-1,'Chestguard of Relentless Storms',45283,4,0,0,1,433067,86613,5,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,32,46,7,36,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,0,0,0,0,0,0,0,0,0,42099,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32593,4,2,-1,'Treads of the Den Mother',45352,4,0,0,1,271648,54329,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,4,38,3,39,7,47,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32596,0,3,-1,'Unstable Flask of the Elder',15734,1,0,0,1,0,2300,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40568,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32597,0,3,-1,'Unstable Flask of the Soldier',45064,1,0,0,1,0,2300,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40575,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32598,0,3,-1,'Unstable Flask of the Beast',15736,1,0,0,1,0,2300,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40572,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32599,0,3,-1,'Unstable Flask of the Bandit',15738,1,0,0,1,0,2300,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40567,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32600,0,3,-1,'Unstable Flask of the Physician',15715,1,0,0,1,0,2300,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40573,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32601,0,3,-1,'Unstable Flask of the Sorcerer',15737,1,0,0,1,0,2300,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40576,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32602,0,0,-1,'Crystalforged Darkrune',45112,1,64,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40309,0,-1,-1,-1,24,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32606,4,4,-1,'Girdle of the Lightbearer',44866,4,0,0,1,248566,49713,6,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,4,49,36,32,7,33,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32608,4,4,-1,'Pillager\'s Gauntlets',45728,4,4096,0,1,250383,50076,10,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,4,38,36,38,31,18,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1103,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32609,4,1,-1,'Boots of the Divine Light',45706,4,0,0,1,214179,42835,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,47,5,24,6,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32616,15,0,-1,'Egbert\'s Egg',59501,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,40614,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32617,15,0,-1,'Sleepy Willy',59499,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,40613,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32619,12,0,0,'Preserved Fruit',45132,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A crate of tightly-sealed packets of dried fruit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32620,12,0,-1,'Time-Lost Scroll',7629,1,0,0,1,5000,1250,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Shadowy symbols cover the parchment and pulse with energy.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32621,12,0,0,'Partially Digested Hand',45133,1,2048,0,1,0,0,0,-1,-1,1,70,0,0,0,0,0,1015,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It\'s red and spiky. Definitely a fel orc. A document is still held tightly within its grasp.',0,0,0,11041,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32622,15,0,-1,'Elekk Training Collar',45134,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,40634,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32623,12,0,0,'Bossi\'s Spare Parts',9127,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A crate filled with an assortment of odd-looking parts with no discernable function.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32624,15,0,-1,'Large Iron Metamorphosis Geode',45143,1,4100,0,1,0,32200,0,31267,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32625,15,0,-1,'Small Iron Metamorphosis Geode',45144,1,4100,0,1,0,24150,0,31267,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32626,15,0,-1,'Large Copper Metamorphosis Geode',45143,1,4100,0,1,0,32200,0,31300,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32627,15,0,-1,'Small Copper Metamorphosis Geode',45144,1,4100,0,1,0,24150,0,31300,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32628,15,0,-1,'Large Silver Metamorphosis Geode',45143,1,4100,0,1,0,32200,0,32264,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32629,15,0,-1,'Large Gold Metamorphosis Geode',45143,1,4100,0,1,0,32200,0,31632,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32630,15,0,-1,'Small Gold Metamorphosis Geode',45144,1,4100,0,1,0,24150,0,31632,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32631,15,0,-1,'Small Silver Metamorphosis Geode',45144,1,4100,0,1,0,24150,0,32264,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32634,3,5,-1,'Unstable Amethyst',44923,3,528384,0,1,0,9200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,601,-1,0,0,0,0,'',0,0,0,0,0,12340),(32635,3,5,-1,'Unstable Peridot',35917,3,528384,0,1,0,9200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,602,-1,0,0,0,0,'',0,0,0,0,0,12340),(32636,3,5,-1,'Unstable Sapphire',7279,3,528384,0,1,0,9200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,603,-1,0,0,0,0,'',0,0,0,0,0,12340),(32637,3,5,-1,'Unstable Citrine',7221,3,528384,0,1,0,9200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,604,-1,0,0,0,0,'',0,0,0,0,0,12340),(32638,3,5,-1,'Unstable Topaz',39932,3,528384,0,1,0,9200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,605,-1,0,0,0,0,'',0,0,0,0,0,12340),(32639,3,4,-1,'Unstable Talasite',44730,3,528384,0,1,0,9200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Blue or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,606,-1,0,0,0,0,'',0,0,0,0,0,12340),(32640,3,6,-1,'Potent Unstable Diamond',39205,3,4096,0,1,0,36800,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,607,-1,0,0,0,0,'',0,0,0,0,0,12340),(32641,3,6,-1,'Imbued Unstable Diamond',39203,3,4096,0,1,0,36800,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,608,-1,0,0,0,0,'',0,0,0,0,0,12340),(32643,15,0,-1,'Darkrune',20774,1,0,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The rune hums with power.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32645,2,18,-1,'Crystalline Crossbow',45154,4,4096,0,1,0,0,26,-1,-1,100,70,0,0,0,0,0,1038,7,1,1,0,3,31,11,3,12,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,248,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(32646,12,0,-1,'Medallion of Karabor',13024,1,32832,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28226,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32647,4,2,-1,'Shard-bound Bracers',45155,4,4096,0,1,0,0,9,-1,-1,105,70,0,0,0,0,0,1038,7,0,1,0,2,3,20,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,15809,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32648,4,4,-1,'Vortex Walking Boots',45472,4,4096,0,1,0,0,8,262143,32767,105,70,0,0,0,0,0,1038,7,0,1,0,3,4,28,32,19,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,914,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32649,12,0,-1,'Medallion of Karabor',29935,4,32832,0,1,0,0,2,32767,-1,141,0,0,0,0,0,0,0,0,1,1,0,1,7,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Once worn by a cleric of Karabor, this item allows the wearer entry into the Black Temple.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32650,2,19,-1,'Cerulean Crystal Rod',45159,3,4096,0,1,0,0,26,-1,-1,115,70,0,0,0,0,0,1038,6,0,1,0,2,7,15,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,252,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,9417,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32651,4,0,-1,'Crystal Orb of Enlightenment',45160,4,4096,0,1,0,0,23,-1,-1,105,70,0,0,0,0,0,1038,7,1,1,0,2,7,18,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32652,4,6,-1,'Ogri\'la Aegis',45163,3,4096,0,1,0,0,14,-1,-1,115,70,0,0,0,0,0,1038,6,1,1,0,2,7,18,12,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3806,0,0,0,0,0,0,0,0,0,22852,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,86,0,100,0,0,0,0,2,0,2,0,0,0,3017,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32653,4,1,-1,'Apexis Cloak',15120,3,4096,0,1,0,0,16,-1,-1,115,70,0,0,0,0,0,1038,6,0,1,0,2,5,15,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32654,4,0,-1,'Crystalforged Trinket',36540,3,528448,0,1,0,0,12,-1,-1,115,70,0,0,0,0,0,1038,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40724,0,0,0,60000,1141,10000,40723,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32655,4,1,-1,'Crystalweave Bracers',46204,4,0,0,1,103495,20699,9,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,5,16,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,14047,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32656,4,3,-1,'Crystalhide Handwraps',45185,4,0,0,1,155826,31165,10,32767,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,3,11,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,2,0,0,0,2863,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32657,12,0,0,'Arthorn\'s Sparrowhawk Whistle',45186,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40889,0,0,0,140000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32658,4,0,-1,'Badge of Tenacity',45197,3,524288,0,1,40000,10000,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,40729,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32659,2,15,-1,'Crystal-Infused Shiv',45187,3,0,0,1,427872,85574,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,12,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32660,2,7,-1,'Crystalforged Sword',12284,3,0,0,1,441112,88222,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,8,15,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,113,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,34796,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(32661,2,4,-1,'Apexis Crystal Mace',45188,3,0,0,1,442739,88547,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,32,20,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9332,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32662,2,10,-1,'Flaming Quartz Staff',45189,3,0,0,1,555459,111091,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,5,46,32,26,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,171,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,33250,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(32663,2,1,-1,'Apexis Cleaver',40300,3,0,0,1,557493,111498,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,39,32,19,4,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,403,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32664,4,0,-1,'Dreamcrystal Band',9847,3,524288,0,1,175952,43988,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,10,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,33097,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32665,4,1,-1,'Crystalweave Cape',45191,3,0,0,1,134761,26952,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,36,26,3,15,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32666,12,0,0,'Hardened Hide of Tyrantus',38748,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32667,0,5,-1,'Bash Ale',18079,1,0,0,1,340,85,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'No self-respecting ogre goes into battle sober.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32668,0,5,-1,'Dos Ogris',18115,1,0,0,1,6400,320,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Finally, a brew both your heads will love!',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32670,15,0,-1,'Depleted Two-Handed Axe',40300,3,1024,0,1,0,0,0,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,39,32,19,4,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,40757,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32671,15,0,-1,'Depleted Mace',45188,3,1024,0,1,0,0,0,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,32,20,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9332,1,0,0,0,0,-1,40752,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32672,15,0,-1,'Depleted Badge',45197,3,1024,0,1,0,0,0,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,40744,0,-1,-1,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32673,15,0,-1,'Depleted Dagger',45187,3,1024,0,1,0,0,0,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,12,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14049,1,0,0,-1,0,-1,40749,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32674,15,0,-1,'Depleted Sword',12284,3,1024,0,1,0,0,0,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,3,7,30,5,8,15,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,34796,1,0,0,-1,0,-1,40756,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340),(32675,15,0,-1,'Depleted Mail Gauntlets',45200,4,1024,0,1,0,0,0,32767,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,3,11,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,40753,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2863,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32676,15,0,-1,'Depleted Cloth Bracers',45184,4,1024,0,1,0,0,0,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,5,16,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,14047,1,0,0,0,0,0,40748,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32677,15,0,-1,'Depleted Cloak',45199,3,1024,0,1,0,0,0,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,36,26,3,15,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,40747,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32678,15,0,-1,'Depleted Ring',9847,3,1024,0,1,0,0,0,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,10,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40754,0,-1,-1,0,0,0,33097,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32679,15,0,-1,'Depleted Staff',45189,3,1024,0,1,0,0,0,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,5,46,32,26,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,33250,1,0,0,-1,0,-1,40755,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340),(32680,12,0,0,'Booterang',45201,1,8388672,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40742,0,0,0,0,1170,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This is your booterang. There are many like it but this one is yours.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32681,15,0,-1,'Onyx Scale of Rivendark',20914,3,35840,0,1,620,155,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40766,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32682,15,0,-1,'Obsidia Scale',20914,3,35840,0,1,620,155,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40767,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32683,15,0,-1,'Jet Scale of Furywing',20914,3,35840,0,1,620,155,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40765,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32684,15,0,-1,'Insidion\'s Ebony Scale',20914,3,35840,0,1,620,155,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40764,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32685,0,5,-1,'Ogri\'la Chicken Fingers',38273,1,0,0,1,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Less a finger than a whole arm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32686,0,5,-1,'Mingo\'s Fortune Giblets',1438,1,0,0,1,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40768,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Find your fortune inside! Bask in the wisdom of Ogri\'la, win a prize, or learn about your destiny!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32687,12,0,-1,'Hazzik\'s Package',1244,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32688,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3007,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32689,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3008,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32690,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3009,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32691,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3010,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32692,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3011,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32693,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3012,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32694,4,0,-1,'Overseer\'s Badge',43551,2,557120,0,1,0,0,12,-1,-1,70,0,0,0,0,0,0,1015,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40811,0,0,0,600000,1183,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32695,4,0,-1,'Captain\'s Badge',43551,3,557120,0,1,0,0,12,-1,-1,70,0,0,0,0,0,0,1015,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40815,0,0,0,600000,1183,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32696,12,0,0,'Banishing Crystal',35852,1,1088,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40817,0,0,0,60000,0,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32697,12,0,-1,'Apexis Guardian\'s Head',42032,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Big, rocky, heavy.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32698,12,0,0,'Wrangling Rope',43599,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40856,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32700,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3013,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32701,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3014,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32702,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3015,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32703,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3016,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32704,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3017,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32705,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3018,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32706,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3019,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32707,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3020,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32708,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3021,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32709,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3022,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32710,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3023,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32711,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3024,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32712,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3025,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32713,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3027,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32714,15,0,-1,'Splintered Spider Fang',959,0,0,0,1,111,27,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32715,12,0,0,'Akkarai\'s Talons',7266,2,0,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32716,12,0,0,'Gezzarak\'s Claws',3146,2,0,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32717,12,0,0,'Karrog\'s Spine',45467,2,0,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32718,12,0,0,'Vakkiz\'s Scale',45468,2,0,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32720,12,0,0,'Time-Lost Offering',1257,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Used to summon Terokk at the Ancient Skull Pile in Terokk\'s Rest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32721,0,5,-1,'Skyguard Rations',45616,1,0,0,1,4500,225,0,-1,-1,65,55,0,0,0,0,0,1031,5,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41030,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32722,0,5,-1,'Enriched Terocone Juice',45617,1,0,0,1,4000,200,0,-1,-1,65,65,0,0,0,0,0,1031,4,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41031,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32723,12,0,0,'Nethermine Cargo',11448,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32724,15,0,0,'Sludge-covered Object',36188,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'What wonderous treasure could the sludge be hiding?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32725,15,0,0,'Murkblood Miner\'s Pick',45389,0,0,0,1,10,2,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This pick has seen better days.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32726,15,0,0,'Murkblood Escape Plans',45390,1,2048,0,1,0,0,0,-1,-1,1,70,0,0,0,0,0,1015,4,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A detailed plan documenting a revolt by the Murkblood miners.',0,0,0,11081,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32727,15,0,0,'Vial of Tears',3665,0,0,0,1,10,2,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Your guess is as good as mine.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32728,15,0,0,'Sludge',45391,0,0,0,1,1000,250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Just sludge.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32732,12,0,-1,'Dragon Teeth',45395,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Razor sharp, they still look as deadly as when you were facing them in the dragon\'s maw.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32733,12,0,-1,'Fel Whip',41193,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Ridged with obsidian shards, you don\'t want to know what the whip leather is made of.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32734,12,0,0,'Hand of the Overseer',45398,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32736,9,4,-1,'Plans: Swiftsteel Bracers',1096,4,64,0,1,30000,7500,0,-1,-1,70,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41132,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Swiftsteel Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32737,9,4,-1,'Plans: Swiftsteel Shoulders',1096,4,64,0,1,30000,7500,0,-1,-1,70,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41133,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Swiftsteel Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32738,9,4,-1,'Plans: Dawnsteel Bracers',1096,4,64,0,1,30000,7500,0,-1,-1,70,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41134,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Dawnsteel Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32739,9,4,-1,'Plans: Dawnsteel Shoulders',1096,4,64,0,1,30000,7500,0,-1,-1,70,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41135,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Dawnsteel Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32741,12,0,0,'Shabby Arakkoa Disguise',45608,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41181,0,0,0,60000,0,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32742,12,0,-1,'Adversarial Bloodlines',9129,1,0,0,1,30000,7500,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The image of Terokk is engraved in the book\'s cover.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32744,9,1,-1,'Pattern: Bracers of Renewed Life',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41156,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Bracers of Renewed Life.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32745,9,1,-1,'Pattern: Shoulderpads of Renewed Life',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41157,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Shoulderpads of Renewed Life.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32746,9,1,-1,'Pattern: Swiftstrike Bracers',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41158,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Swiftstrike Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32747,9,1,-1,'Pattern: Swiftstrike Shoulders',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41160,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Swiftstrike Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32748,9,1,-1,'Pattern: Bindings of Lightning Reflexes',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41161,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Bindings of Lightning Reflexes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32749,9,1,-1,'Pattern: Shoulders of Lightning Reflexes',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41162,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Shoulders of Lightning Reflexes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32750,9,1,-1,'Pattern: Living Earth Bindings',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41163,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Living Earth Bindings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32751,9,1,-1,'Pattern: Living Earth Shoulders',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41164,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Living Earth Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32752,9,2,-1,'Pattern: Swiftheal Wraps',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41207,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Swiftheal Wraps.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32753,9,2,-1,'Pattern: Swiftheal Mantle',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41208,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Swiftheal Mantle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32754,9,2,-1,'Pattern: Bracers of Nimble Thought',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41205,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Bracers of Nimble Thought.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32755,9,2,-1,'Pattern: Mantle of Nimble Thought',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41206,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Mantle of Nimble Thought.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32756,2,3,-1,'Gyro-Balanced Khorium Destroyer',45445,4,4096,0,1,400058,80011,26,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,275,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,4,0,0,0,0,0,3164,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32757,12,0,-1,'Blessed Medallion of Karabor',29935,4,32832,0,1,0,0,2,32767,-1,141,0,0,0,0,0,0,0,0,1,1,0,1,7,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,41234,0,0,0,900000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Once worn by a cleric of Karabor, this item allows the wearer entry into the Black Temple.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32758,12,0,0,'Brute Cologne',18080,1,64,0,1,10000,2500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41233,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A delicate fragrance for the discerning ogre.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32759,15,0,0,'Accelerator Module',41644,1,4096,0,1,0,8050,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Used to activate any of the proton accelerator controllers at Bash\'ir Landing.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32768,15,5,-1,'Reins of the Raven Lord',45443,4,64,0,1,0,0,0,-1,-1,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,41252,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32769,4,2,-1,'Belt of the Raven Lord',43021,3,0,0,1,105747,21149,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,25,3,19,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,2,0,8,0,0,0,2893,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32770,4,0,-1,'Skyguard Silver Cross',45453,4,32768,0,1,41230,10307,12,-1,-1,105,70,0,0,0,0,0,1031,7,1,1,0,1,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41260,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32771,4,0,-1,'Airman\'s Ribbon of Gallantry',45452,4,32768,0,1,41230,10307,12,-1,-1,105,70,0,0,0,0,0,1031,7,1,1,0,1,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41262,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32772,4,0,-1,'Brilliant Pearl Band',9837,3,524288,0,1,156488,39122,11,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,1,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15696,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(32774,4,0,-1,'The Black Pearl',24022,3,524288,0,1,156488,39122,11,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,1,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32776,4,1,-1,'Crown of the Sea Witch',26680,3,0,0,1,133785,26757,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,5,20,6,20,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,8,0,8,0,2889,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32777,15,0,-1,'Kronk\'s Grab Bag',45448,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Who knows what\'s inside? Cross your fingers for a darkrune.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32778,4,4,-1,'Boots of Righteous Fortitude',43043,3,0,0,1,219848,43969,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,14,12,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32779,4,0,-1,'Band of Frigid Elements',39124,3,524288,0,1,335188,83797,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,13,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32780,2,3,-1,'The Boomstick',41433,3,0,0,1,314668,62933,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,21,12,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,173,0,0,0,0,0,0,0,0,0,0,0,2000,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32781,2,15,-1,'Talon of Anzu',21620,3,0,0,1,454044,90808,13,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,140,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,2,0,0,0,0,0,2925,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32783,0,1,-1,'Blue Ogre Brew',15718,1,0,0,1,0,690,0,-1,-1,70,70,0,0,0,0,0,1038,5,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41304,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32784,0,1,-1,'Red Ogre Brew',15713,1,0,0,1,0,460,0,-1,-1,70,70,0,0,0,0,0,1038,5,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41306,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32785,4,3,-1,'Veteran\'s Chain Sabatons',46053,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,45,3,30,35,21,32,16,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,656,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32786,4,2,-1,'Veteran\'s Dragonhide Boots',46059,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,39,4,27,3,26,35,26,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32787,4,1,-1,'Veteran\'s Dreadweave Stalkers',46064,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,30,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32788,4,2,-1,'Veteran\'s Kodohide Boots',46059,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,26,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32789,4,4,-1,'Veteran\'s Lamellar Greaves',46044,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,39,32,27,5,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32790,4,2,-1,'Veteran\'s Leather Boots',46056,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,45,3,30,32,16,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32791,4,3,-1,'Veteran\'s Linked Sabatons',46049,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,45,38,60,35,21,32,31,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,656,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32792,4,3,-1,'Veteran\'s Mail Sabatons',46049,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,27,35,27,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,656,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32793,4,4,-1,'Veteran\'s Plate Greaves',46041,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,45,4,31,32,31,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32794,4,4,-1,'Veteran\'s Scaled Greaves',46044,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,39,4,41,32,18,5,27,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32795,4,1,-1,'Veteran\'s Silk Footguards',46067,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,27,32,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32796,4,2,-1,'Veteran\'s Wyrmhide Boots',46059,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32797,4,3,-1,'Veteran\'s Chain Girdle',46052,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,5,7,45,3,30,35,21,32,16,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32798,4,2,-1,'Veteran\'s Dragonhide Belt',46058,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,5,7,39,4,27,3,26,35,26,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32799,4,1,-1,'Veteran\'s Dreadweave Belt',46062,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,3,7,45,5,30,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32800,4,2,-1,'Veteran\'s Kodohide Belt',46058,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,3,7,39,5,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32801,4,4,-1,'Veteran\'s Lamellar Belt',46042,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,4,7,39,32,27,5,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,959,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32802,4,2,-1,'Veteran\'s Leather Belt',46054,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,4,7,45,3,30,32,16,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32803,4,3,-1,'Veteran\'s Linked Girdle',46048,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,5,7,45,38,62,35,21,32,30,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32804,4,3,-1,'Veteran\'s Mail Girdle',46048,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,4,7,39,5,27,35,27,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32805,4,4,-1,'Veteran\'s Plate Belt',46039,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,4,7,45,4,31,32,31,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,959,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32806,4,4,-1,'Veteran\'s Scaled Belt',46042,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,5,7,39,4,41,32,18,5,27,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,959,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32807,4,1,-1,'Veteran\'s Silk Belt',46065,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,4,7,39,5,27,32,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32808,4,2,-1,'Veteran\'s Wyrmhide Belt',46058,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,3,7,39,5,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32809,4,3,-1,'Veteran\'s Chain Bracers',46051,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,5,7,29,3,20,35,13,32,8,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32810,4,2,-1,'Veteran\'s Dragonhide Bracers',46060,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,4,7,25,4,19,3,18,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,9407,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32811,4,1,-1,'Veteran\'s Dreadweave Cuffs',46063,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,16,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32812,4,2,-1,'Veteran\'s Kodohide Bracers',46060,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32813,4,4,-1,'Veteran\'s Lamellar Bracers',46043,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,4,7,25,32,16,5,14,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,693,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32814,4,2,-1,'Veteran\'s Leather Bracers',46057,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,4,7,29,3,21,32,9,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32816,4,3,-1,'Veteran\'s Linked Bracers',46047,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,5,7,29,38,42,35,12,32,17,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32817,4,3,-1,'Veteran\'s Mail Bracers',46047,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,14,35,15,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32818,4,4,-1,'Veteran\'s Plate Bracers',46040,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,4,7,30,4,21,32,17,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,693,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32819,4,4,-1,'Veteran\'s Scaled Bracers',46043,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,5,7,25,4,29,32,8,5,13,35,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,693,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32820,4,1,-1,'Veteran\'s Silk Cuffs',46066,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,18,32,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32821,4,2,-1,'Veteran\'s Wyrmhide Bracers',46060,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,16,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32822,12,0,0,'Flawless Arcane Essence',45465,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32823,15,0,0,'Illidari Lord Balthas\' Instructions',1013,0,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',3028,0,7,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32825,12,0,0,'Soul Cannon',45466,1,8388672,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41291,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Use against Reth\'hedron the Subduer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32828,4,0,-1,'Ogri\'la Tabard',45495,1,4096,0,1,0,2300,19,-1,-1,20,0,0,0,0,0,0,1038,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32829,2,6,-1,'Windcharger\'s Lance',45475,3,0,0,1,517339,103467,17,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,1,7,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,357,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,15826,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32830,2,10,-1,'Severin\'s Cane',28513,3,0,0,1,519277,103855,17,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,7,60,5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,190,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,36428,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-25.8,0,0,0,'',52,0,0,0,0,12340),(32831,2,19,-1,'Jeweled Rod',47595,3,0,0,1,312729,62545,26,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,284,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32832,2,16,-1,'Scout\'s Throwing Knives',45474,3,4194304,0,1,39818,9954,25,32767,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,7,18,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,231,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32833,3,3,-1,'Purified Jaggal Pearl',46253,2,0,0,1,40000,10000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,641,-1,0,0,0,0,'',0,0,0,0,0,12340),(32834,12,0,-1,'Nether Ray Cage',22271,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41423,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32835,15,0,-1,'Ogri\'la Care Package',1282,1,4,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32836,3,3,-1,'Purified Shadow Pearl',46252,3,0,0,1,40000,10000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,642,-1,0,0,0,0,'',0,0,0,0,0,12340),(32838,2,7,-1,'Warglaive of Azzinoth',45481,5,0,0,1,1219873,243974,22,9,32767,156,70,0,0,0,0,0,0,0,1,1,0,3,3,21,7,28,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,199,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,699,125,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32839,0,8,-1,'Cauldron of Major Arcane Protection',46254,1,64,0,1,3000,750,0,-1,-1,70,60,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41443,0,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32840,0,1,-1,'Major Arcane Protection Potion',37816,1,2,0,1,0,0,0,-1,-1,70,60,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28536,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32842,12,0,0,'Dragonmaw Flare Gun',39435,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32843,12,0,0,'Scryer Medals',32922,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32844,0,1,-1,'Major Nature Protection Potion',37812,1,2,0,1,0,0,0,-1,-1,70,60,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28513,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32845,0,1,-1,'Major Shadow Protection Potion',37810,1,2,0,1,0,0,0,-1,-1,70,60,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28537,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32846,0,1,-1,'Major Fire Protection Potion',37815,1,2,0,1,0,0,0,-1,-1,70,60,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28511,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32847,0,1,-1,'Major Frost Protection Potion',37814,1,2,0,1,0,0,0,-1,-1,70,60,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28512,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32848,0,0,-1,'Explosives Package',45135,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32849,0,8,-1,'Cauldron of Major Fire Protection',46255,1,64,0,1,3000,750,0,-1,-1,70,60,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41494,0,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32850,0,8,-1,'Cauldron of Major Frost Protection',46256,1,64,0,1,3000,750,0,-1,-1,70,60,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41495,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32851,0,8,-1,'Cauldron of Major Nature Protection',46257,1,64,0,1,3000,750,0,-1,-1,70,60,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41497,0,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32852,0,8,-1,'Cauldron of Major Shadow Protection',46258,1,64,0,1,3000,750,0,-1,-1,70,60,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41498,0,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32853,12,0,0,'Aldor Medals',32922,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32857,15,5,-1,'Reins of the Onyx Netherwing Drake',36142,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,41513,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32858,15,5,-1,'Reins of the Azure Netherwing Drake',36142,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,41514,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32859,15,5,-1,'Reins of the Cobalt Netherwing Drake',36142,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,41515,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32860,15,5,-1,'Reins of the Purple Netherwing Drake',36142,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,41516,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32861,15,5,-1,'Reins of the Veridian Netherwing Drake',36142,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,41517,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32862,15,5,-1,'Reins of the Violet Netherwing Drake',36142,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,41518,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32863,4,0,-1,'Skybreaker Whip',45500,3,524352,0,1,70000,17500,12,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48776,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Property of the Top Orc',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',51,0,0,0,0,12340),(32864,4,0,-1,'Commander\'s Badge',43551,3,557120,0,1,0,0,12,-1,-1,109,0,0,0,0,0,0,1015,6,0,1,0,1,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40815,0,0,0,600000,1183,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32865,4,2,-1,'Drake Tamer\'s Gloves',45503,2,0,0,1,88444,17688,10,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,7,22,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,2,0,8,0,0,0,2893,0,275,0,0,0,0,'',14,0,0,0,0,12340),(32866,4,4,-1,'Ascendant\'s Boots',45505,2,0,0,1,186085,37217,8,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,12,21,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,722,0,0,0,0,0,0,0,0,0,22852,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,4,0,0,0,2883,0,275,0,0,0,0,'',14,0,0,0,0,12340),(32867,4,1,-1,'Dragonmaw Augur\'s Cinch',45502,2,0,0,1,71286,14257,6,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,7,22,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,8,0,2,0,0,0,2900,0,275,0,0,0,0,'',14,0,0,0,0,12340),(32868,4,3,-1,'Skybreaker\'s Mantle',45504,2,0,0,1,161716,32343,3,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,7,22,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,2,0,8,0,0,0,2973,0,275,0,0,0,0,'',14,0,0,0,0,12340),(32869,4,2,-1,'Illidari Lord\'s Tunic',45506,2,0,0,1,184381,36876,5,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,3,29,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,2,0,8,0,8,0,2877,0,275,0,0,0,0,'',14,0,0,0,0,12340),(32870,4,3,-1,'Legguards of Contemplation',45507,2,0,0,1,222064,44412,7,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,8,0,2,0,8,0,2936,0,275,0,0,0,0,'',14,0,0,0,0,12340),(32871,4,4,-1,'Horns of the Illidari',43277,2,0,0,1,194622,38924,1,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,12,29,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,853,0,0,0,0,0,0,0,0,0,34593,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,4,0,8,0,8,0,2882,0,275,0,0,0,0,'',14,0,0,0,0,12340),(32872,2,19,-1,'Illidari Rod of Discipline',45508,2,0,0,1,279571,55914,26,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,199,5,0,0,0,0,0,0,0,0,0,0,1400,0,100,9342,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,3153,0,275,0,0,0,0,'',33,0,0,0,0,12340),(32882,6,3,-1,'Hellfire Shot',44356,3,0,0,200,5000,6,24,-1,-1,115,68,0,0,0,0,0,947,6,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,37,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32883,6,3,-1,'Felbane Slugs',44356,3,0,0,200,5000,6,24,-1,-1,115,68,0,0,0,0,0,946,6,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,37,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32888,15,0,0,'The Relics of Terokk',18010,0,16384,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Isfar\'s notes on the locations of the relics of Terokk',3029,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32895,15,0,0,'Scroll of the Maelstrom',30953,4,64,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42801,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A scroll imbued with the magic of the Serpentshrine.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32896,15,0,0,'Scroll of the Sun',634,4,64,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42801,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A scroll imbued with the magic of the Sunwell.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(32897,15,4,0,'Mark of the Illidari',45597,2,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the mark of Illidan. This item can be turned in at the Scryers or Aldor bank in Shattrath City.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32898,0,3,-1,'Shattrath Flask of Fortification',37850,1,0,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41609,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32899,0,3,-1,'Shattrath Flask of Mighty Restoration',37851,1,0,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41610,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32900,0,3,-1,'Shattrath Flask of Supreme Power',19547,1,0,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41611,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32901,0,3,-1,'Shattrath Flask of Relentless Assault',37852,1,0,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41608,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32902,0,1,-1,'Bottled Nethergon Energy',45612,1,0,0,1,0,0,0,-1,-1,68,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41618,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Insert into nearest energy receptacle.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32903,0,1,-1,'Cenarion Mana Salve',45156,1,0,0,3,0,0,0,-1,-1,68,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41617,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32904,0,1,-1,'Cenarion Healing Salve',45437,1,0,0,3,0,0,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41619,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32905,0,1,-1,'Bottled Nethergon Vapor',45611,1,0,0,1,0,0,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41620,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Inhale deeply.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32909,0,1,-1,'Blue Ogre Brew Special',15718,1,0,0,1,0,690,0,-1,-1,70,70,0,0,0,0,0,1038,4,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41304,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32910,0,1,-1,'Red Ogre Brew Special',15713,1,0,0,1,0,460,0,-1,-1,70,70,0,0,0,0,0,1038,4,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41306,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32941,4,0,-1,'Corruptor\'s Signet',24087,4,524288,0,1,390112,97528,11,262143,32767,105,70,0,0,0,0,0,0,0,0,1,0,2,5,12,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32942,4,0,-1,'Ring of the Overseer',23728,4,524288,0,1,390112,97528,11,262143,32767,105,70,0,0,0,0,0,0,0,0,1,0,2,31,12,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32943,2,4,-1,'Swiftsteel Bludgeon',45345,4,0,0,1,700922,140184,13,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,36,27,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,196,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,14049,1,0,0,-1,0,-1,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32944,2,13,-1,'Talon of the Phoenix',45689,4,4096,0,1,671256,134251,21,262143,32767,134,70,0,0,0,0,0,0,0,0,1,0,2,32,19,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,339,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32947,0,1,-1,'Auchenai Healing Potion',37807,1,0,0,1,0,0,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28495,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32948,0,1,-1,'Auchenai Mana Potion',37808,1,0,0,1,0,0,0,-1,-1,68,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28499,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32961,4,0,-1,'Merciless Gladiator\'s Reprieve',39505,4,36864,0,1,0,0,23,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,19,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18039,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32962,2,19,-1,'Merciless Gladiator\'s Touch of Defeat',46606,4,36864,0,1,0,0,26,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,15,5,13,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,443,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,9345,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32963,2,4,-1,'Merciless Gladiator\'s Gavel',44858,4,36864,0,1,0,0,21,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,5,18,31,15,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,113,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,42122,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-56.3,0,0,0,'',0,0,0,0,0,12340),(32964,2,4,-1,'Merciless Gladiator\'s Salvation',44858,4,36864,0,1,0,0,21,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,21,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,113,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,42127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-56.3,0,0,0,'',0,0,0,0,0,12340),(32979,4,1,-1,'Veteran\'s Mooncloth Belt',46068,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,3,7,45,5,30,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32980,4,1,-1,'Veteran\'s Mooncloth Cuffs',46069,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,16,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32981,4,1,-1,'Veteran\'s Mooncloth Slippers',46071,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,30,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32988,4,4,-1,'Veteran\'s Ornamented Belt',46042,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,4,7,39,32,27,5,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,959,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32989,4,4,-1,'Veteran\'s Ornamented Bracers',46043,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,4,7,25,32,16,5,14,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,693,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32990,4,4,-1,'Veteran\'s Ornamented Greaves',46044,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,39,32,27,5,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32997,4,3,-1,'Veteran\'s Ringmail Bracers',46047,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,14,35,15,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32998,4,3,-1,'Veteran\'s Ringmail Girdle',46048,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,4,7,39,5,27,35,27,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32999,4,3,-1,'Veteran\'s Ringmail Sabatons',46049,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,27,35,27,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,656,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33009,12,0,0,'Tender Strider Meat',25475,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42222,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Kyle would delight in taking a bite out of this succulent treat!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33042,0,5,-1,'Black Coffee',19873,1,0,0,1,6400,320,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A warning on the side reads: Contents are HOT! Do not pour on self or others.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33048,0,5,-1,'Stewed Trout',32650,1,0,0,1,4000,200,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(33052,0,5,-1,'Fisherman\'s Feast',44291,1,0,0,1,500,125,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33258,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(33053,0,5,-1,'Hot Buttered Trout',39119,1,0,0,1,4000,200,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42309,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(33054,4,0,-1,'The Seal of Danzalar',31657,4,4096,0,1,241024,60256,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,2,7,33,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'From beneath you it devours.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,295,0,0,0,'',67,0,0,0,0,12340),(33055,4,0,-1,'Band of Vile Aggression',44841,4,4096,0,1,241024,60256,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,2,7,37,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33056,4,0,-1,'Veteran\'s Band of Dominance',39129,4,36864,0,1,0,0,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,7,27,35,22,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,0,0,0,25975,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33057,4,0,-1,'Veteran\'s Band of Triumph',39129,4,36864,0,1,0,0,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,7,30,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15809,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33058,4,0,-1,'Band of the Vigilant',31905,4,4096,0,1,241024,60256,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,7,33,35,21,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33064,4,0,-1,'Veteran\'s Band of Salvation',39129,4,36864,0,1,0,0,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,7,30,35,22,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17371,1,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33065,4,0,-1,'Veteran\'s Pendant of Dominance',39162,4,36864,0,1,0,0,2,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,7,31,35,18,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18049,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33066,4,0,-1,'Veteran\'s Pendant of Triumph',39162,4,36864,0,1,0,0,2,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,7,31,32,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15809,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2925,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33067,4,0,-1,'Veteran\'s Pendant of Conquest',39162,4,36864,0,1,0,0,2,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,4,7,27,35,18,32,18,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33068,4,0,-1,'Veteran\'s Pendant of Salvation',39162,4,36864,0,1,0,0,2,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,7,30,35,18,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17371,1,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33076,4,8,-1,'Merciless Gladiator\'s Idol of Tenacity',9659,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34128,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33077,4,7,-1,'Merciless Gladiator\'s Libram of Justice',1103,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42368,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33078,4,9,-1,'Merciless Gladiator\'s Totem of the Third Wind',46045,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42370,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(8827,0,2,-1,'Elixir of Water Walking',48394,1,0,0,1,500,125,0,-1,-1,50,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11319,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32837,2,7,-1,'Warglaive of Azzinoth',45479,5,0,0,1,1215564,243112,21,9,32767,156,70,0,0,0,0,0,0,0,1,1,0,3,3,22,7,29,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,398,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,699,125,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32235,4,2,-1,'Cursed Vision of Sargeras',52634,4,0,0,1,290528,58105,1,262143,32767,151,70,0,0,0,0,0,0,0,0,1,0,4,3,39,32,38,7,46,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,385,0,0,0,0,0,0,0,0,0,33782,1,0,0,-1,0,-1,47524,0,0,0,600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32518,4,2,-1,'Veil of Turning Leaves',45758,4,0,0,1,276659,55331,3,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,29,5,29,6,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32496,4,0,-1,'Memento of Tyrande',45488,4,0,0,1,364641,91160,12,-1,-1,151,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,37655,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32760,6,2,-1,'The Macho Gnome\'s Arrow',40523,4,0,0,200,100,20,24,-1,-1,145,70,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,53,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Fletched by Andy \"The Macho Gnome\" Savage.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(32854,2,5,-1,'Hammer of Righteous Might',45496,4,0,0,1,697148,139429,17,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,7,55,5,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,186,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,37542,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,-42,0,0,0,'',67,0,0,0,0,12340),(32199,3,0,-1,'Flashing Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,547,-1,0,0,0,0,'',0,0,0,0,0,12340),(32735,3,4,-1,'Radiant Spencerite',39930,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,621,-1,0,0,0,0,'',0,0,0,0,0,12340),(32221,3,5,-1,'Veiled Pyrestone',44927,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,569,-1,0,0,0,0,'',0,0,0,0,0,12340),(33079,0,0,-1,'Murloc Costume',46046,3,134217792,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42365,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32386,15,0,0,'Magtheridon\'s Head',7188,4,0,1,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'All that remains of the hellspawn, Magtheridon.',0,0,0,11003,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32289,9,10,-1,'Design: Stormy Empyrean Sapphire',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39718,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Stormy Empyrean Sapphire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32303,9,10,-1,'Design: Inscribed Pyrestone',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39733,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Inscribed Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29297,4,0,-1,'Band of the Eternal Defender',39126,4,32768,0,1,0,0,11,-1,-1,152,0,0,0,0,0,0,0,0,1,1,0,2,7,43,12,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40443,1,0,0,-1,0,-1,35077,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29301,4,0,-1,'Band of the Eternal Champion',39126,4,32768,0,1,0,0,11,-1,-1,152,0,0,0,0,0,0,0,0,1,1,0,2,3,29,7,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,35080,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29305,4,0,-1,'Band of the Eternal Sage',39126,4,32768,0,1,0,0,11,-1,-1,152,0,0,0,0,0,0,0,0,1,1,0,3,7,28,5,25,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,35083,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29309,4,0,-1,'Band of the Eternal Restorer',39126,4,32768,0,1,0,0,11,-1,-1,152,0,0,0,0,0,0,0,0,1,1,0,2,7,28,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,35086,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30907,4,3,-1,'Mail of Fevered Pursuit',46356,4,0,0,1,432843,86568,5,32767,-1,151,70,0,0,0,0,0,0,0,0,1,0,3,3,49,7,66,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,0,0,0,0,0,0,0,0,0,33782,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31568,4,3,-1,'Mistshroud Helm',44575,3,0,0,1,39399,39399,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,203,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,1),(31777,4,0,-1,'Keepers of Time Tabard',44437,1,0,0,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,989,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32285,9,10,-1,'Design: Flashing Crimson Spinel',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39714,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Flashing Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32295,9,10,-1,'Design: Mystic Lionseye',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39724,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Mystic Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32297,9,10,-1,'Design: Sovereign Shadowsong Amethyst',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39727,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Sovereign Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32307,9,10,-1,'Design: Veiled Pyrestone',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39737,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Veiled Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33122,4,1,-1,'Cloak of Darkness',26202,4,0,0,1,190146,38029,16,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,3,7,25,32,24,4,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2885,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33124,9,1,-1,'Pattern: Cloak of Darkness',6270,3,64,0,1,50000,12500,0,-1,-1,70,0,165,360,0,0,0,967,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42546,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Cloak of Darkness.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33131,3,0,-1,'Crimson Sun',44920,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket. Socketing this gem causes the item to become Soulbound.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,702,-1,0,0,0,0,'',0,0,0,0,0,12340),(33132,3,0,-1,'Delicate Fire Ruby',44920,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,703,-1,0,0,0,0,'',0,0,0,0,0,12340),(33133,3,0,-1,'Don Julio\'s Heart',44920,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket. Socketing this gem causes the item to become Soulbound.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,704,-1,0,0,0,0,'',0,0,0,0,0,12340),(33134,3,0,-1,'Kailee\'s Rose',44920,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket. Socketing this gem causes the item to become Soulbound.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,705,-1,0,0,0,0,'',0,0,0,0,0,12340),(33135,3,1,-1,'Falling Star',44930,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Blue Socket. Socketing this gem causes the item to become Soulbound.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,706,-1,0,0,0,0,'',0,0,0,0,0,12340),(33140,3,2,-1,'Blood of Amber',44926,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket. Socketing this gem causes the item to become Soulbound.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,711,-1,0,0,0,0,'',0,0,0,0,0,12340),(33141,3,2,-1,'Great Bladestone',44926,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,712,-1,0,0,0,0,'',0,0,0,0,0,12340),(33142,3,2,-1,'Rigid Bladestone',44926,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,713,-1,0,0,0,0,'',0,0,0,0,0,12340),(33143,3,2,-1,'Stone of Blades',44926,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket. Socketing this gem causes the item to become Soulbound.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,714,-1,0,0,0,0,'',0,0,0,0,0,12340),(33144,3,2,-1,'Facet of Eternity',44926,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket. Socketing this gem causes the item to become Soulbound.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,715,-1,0,0,0,0,'',0,0,0,0,0,12340),(33148,9,8,-1,'Formula: Enchant Cloak - Dodge',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,1011,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25086,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase dodge rating by 12. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33149,9,8,-1,'Formula: Enchant Cloak - Stealth',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,942,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25083,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase stealth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33150,9,8,-1,'Formula: Enchant Cloak - Subtlety',7798,3,64,2,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,946,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25084,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to decrease threat from all attacks and spells by 2%.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33151,9,8,-1,'Formula: Enchant Cloak - Subtlety',7798,3,64,1,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,947,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25084,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to decrease threat from all attacks and spells by 2%.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33152,9,8,-1,'Formula: Enchant Gloves - Superior Agility',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,989,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25080,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase Agility by 15.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33153,9,8,-1,'Formula: Enchant Gloves - Threat',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,935,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25072,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase threat from all attacks and spells by 2%.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33155,9,10,-1,'Design: Kailee\'s Rose',6270,1,64,0,1,120000,30000,0,-1,-1,70,0,755,360,0,0,0,935,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42588,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut Kailee\'s Rose.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33156,9,10,-1,'Design: Crimson Sun',6270,1,64,0,1,120000,30000,0,-1,-1,70,0,755,360,0,0,0,933,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42589,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut the Crimson Sun.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33157,9,10,-1,'Design: Falling Star',6270,1,64,0,1,120000,30000,0,-1,-1,70,0,755,360,0,0,0,1011,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42590,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut the Falling Star.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33158,9,10,-1,'Design: Stone of Blades',6270,1,64,0,1,120000,30000,0,-1,-1,70,0,755,360,0,0,0,989,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42591,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut the Stone of Blades.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33159,9,10,-1,'Design: Blood of Amber',6270,1,64,0,1,120000,30000,0,-1,-1,70,0,755,360,0,0,0,935,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42592,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut the Blood of Amber.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33160,9,10,-1,'Design: Facet of Eternity',6270,1,64,0,1,120000,30000,0,-1,-1,70,0,755,360,0,0,0,989,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42593,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut the Facet of Eternity.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33218,0,0,0,'Goblin Gumbo',21473,1,66,0,1,0,0,0,-1,-1,5,1,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42760,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33224,15,5,-1,'Reins of the Spectral Tiger',59462,3,0,0,1,10000,0,0,262143,-1,20,20,762,75,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,42776,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33225,15,5,-1,'Reins of the Swift Spectral Tiger',59462,4,0,0,1,100000,0,0,262143,2147483647,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,42777,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33305,9,10,-1,'Design: Don Julio\'s Heart',6270,1,64,0,1,120000,30000,0,-1,-1,70,0,755,360,0,0,0,933,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42558,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut Don Julio\'s Heart.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33622,9,10,-1,'Design: Relentless Earthstorm Diamond',6270,3,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,933,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39961,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Relentless Earthstorm Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32912,2,14,-1,'Yellow Brewfest Stein',47520,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41920,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-4,0,0,0,'',0,0,0,0,0,12340),(33173,4,4,-1,'Ragesteel Shoulders',46324,3,0,0,1,231903,46380,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,32,32,17,31,9,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,566,80,0,0,0,0,4,0,4,0,0,0,3205,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32918,2,14,-1,'Filled Yellow Brewfest Stein',47477,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41944,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It\'s not just ogre brew, it\'s Gordok brew.',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-4,0,0,0,'',0,0,0,0,0,12340),(32920,2,14,-1,'Filled Yellow Brewfest Stein',47477,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41946,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'T\'chali\'s Voodoo Brew is 98% body part free.',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-4,0,0,0,'',0,0,0,0,0,12340),(32919,2,14,-1,'Filled Yellow Brewfest Stein',47477,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41945,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The path for good brew ends at Drohn\'s Distillery.',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-4,0,0,0,'',0,0,0,0,0,12340),(33014,4,0,-1,'Fine Poking Stick',45908,1,0,0,1,50000,12500,23,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Wrought by nature\'s hands over hundreds of years!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33030,0,0,-1,'Barleybrew Clear',18102,1,65536,2,1,3,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44107,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33031,0,0,-1,'Thunder 45',18102,1,65536,0,1,100,25,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44111,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33034,0,0,-1,'Gordok Grog',18102,1,65536,0,1,400,100,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44114,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(32233,15,2,-1,'Wolpertinger\'s Tankard',45596,3,64,0,1,5000,1250,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,39709,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32907,12,0,-1,'Wolpertinger Net',3673,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41621,0,12,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32906,12,0,0,'Stunned Wolpertinger',47089,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The little guy seems out of it...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1800,0,0,'',0,0,0,0,0,12340),(34017,0,0,-1,'Small Step Brew',18102,1,65536,1,1,3,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44107,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(34018,0,0,-1,'Long Stride Brew',18102,1,65536,1,1,15,3,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44109,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(34019,0,0,-1,'Path of Brew',18102,1,65536,1,1,50,12,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44110,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(34065,0,0,-1,'Spiced Onion Cheese',40695,1,65536,0,1,15,3,0,32767,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5005,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(34020,0,0,-1,'Jungle River Water',18102,1,65536,0,1,100,25,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44111,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(34021,0,0,-1,'Brewdoo Magic',18102,1,65536,0,1,200,50,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44112,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(34022,0,0,-1,'Stout Shrunken Head',18102,1,65536,0,1,400,100,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44113,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33035,0,0,-1,'Ogre Mead',18102,1,65536,0,1,640,160,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44115,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33036,0,0,-1,'Mudder\'s Milk',18102,1,65536,0,1,640,160,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44116,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(34063,0,0,-1,'Dried Sausage',25469,1,65536,0,1,50,12,0,32767,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5006,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(34064,0,0,-1,'Succulent Sausage',35831,1,65536,0,1,100,25,0,32767,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5007,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33023,0,0,-1,'Savory Sausage',47110,1,65536,0,1,200,50,0,32767,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10256,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33024,0,0,-1,'Pickled Sausage',47111,1,65536,0,1,400,100,0,32767,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10257,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33025,0,0,-1,'Spicy Smoked Sausage',47112,1,65536,0,1,500,125,0,32767,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33253,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33026,0,0,-1,'The Golden Link',47113,1,65536,0,1,800,200,0,32767,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35271,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33032,0,0,-1,'Thunderbrew Ale',18102,1,65536,0,1,200,50,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44112,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33033,0,0,-1,'Thunderbrew Stout',18102,1,65536,0,1,400,100,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44113,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33028,0,0,-1,'Barleybrew Light',18102,1,65536,2,1,15,3,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44109,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33029,0,0,-1,'Barleybrew Dark',18102,1,65536,2,1,50,12,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44110,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33864,4,0,-1,'Brown Brewfest Hat',47255,1,0,0,1,0,0,1,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,762,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33047,4,0,-1,'Belbi\'s Eyesight Enhancing Romance Goggles',45840,1,0,2,1,0,0,1,-1,-1,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42156,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Guaranteed by Belbi Quikswitch to make EVERYONE look attractive!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34140,4,0,-1,'Dark Iron Tankard',47492,3,0,0,1,0,0,23,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44540,0,0,0,3600000,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33204,4,2,-1,'Shadowprowler\'s Chestguard',46382,4,0,0,1,262735,52547,5,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,4,31,8,7,12,4,32,3,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,8,0,4,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33967,4,0,-1,'Green Brewfest Hat',47170,1,0,0,1,0,0,1,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,762,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32917,2,14,-1,'Filled Yellow Brewfest Stein',47477,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41943,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Thunderbrew\'s got ya covered!',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-4,0,0,0,'',0,0,0,0,0,12340),(32915,2,14,-1,'Filled Yellow Brewfest Stein',47477,3,131264,0,1,0,0,13,32767,2147483647,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41921,0,0,0,-1,59,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Barleybrew filled, Brewfest approved.',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-4,0,0,0,'',0,0,0,0,0,12340),(33968,4,0,-1,'Blue Brewfest Hat',47254,1,0,0,1,0,0,1,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,762,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33455,12,0,-1,'Brewfest Prize Ticket',46679,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33978,12,0,-1,'\"Honorary Brewer\" Hand Stamp',47178,1,0,2,1,0,0,0,32767,-1,40,40,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Allows the purchase of Brewfest rams from a Ram Racing Apprentice.',0,0,1,11400,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33969,4,0,-1,'Purple Brewfest Hat',47256,1,0,0,1,0,0,1,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,762,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33863,4,0,-1,'Brewfest Dress',47220,1,0,0,1,0,0,20,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,762,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33966,4,0,-1,'Brewfest Slippers',47221,1,0,0,1,0,0,8,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,762,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33862,4,0,-1,'Brewfest Regalia',47130,1,0,0,1,0,0,20,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,762,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33868,4,0,-1,'Brewfest Boots',51758,1,0,0,1,0,0,8,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,762,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33927,0,0,0,'Brewfest Pony Keg',8935,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43808,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33043,0,0,-1,'The Essential Brewfest Pretzel',47114,1,65536,0,1,3,0,0,32767,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5004,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(17822,12,0,-1,'Frostwolf Maps',1322,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(17823,12,0,-1,'Stormpike Battle Plans',7629,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(18943,12,0,-1,'Dark Iron Pillow',7718,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23162,1,0,-1,'Foror\'s Crate of Endless Resist Gear Storage',11448,1,0,0,1,0,0,18,32767,-1,60,0,0,0,0,0,0,0,0,0,1,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The bottom of the crate is leaking. Leaking tears...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23214,12,0,-1,'Plump Helboar Carcass',10377,1,0,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The final word in incendiary catapult ammunition.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23340,12,0,-1,'Arelion\'s Journal Page 2',4110,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23341,12,0,-1,'Arelion\'s Journal Page 3',4110,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23342,12,0,-1,'Arelion\'s Journal Page 4',4110,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23352,12,0,-1,'Potent Voidwalker Essence',36272,1,2048,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An unusually powerful concentrate of a wild voidwalker\'s energy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23460,12,0,-1,'Broken Blood Sample',15770,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23729,12,0,-1,'Fel Horde Banner',36477,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24494,0,0,-1,'Tears of the Goddess',37234,1,8454208,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32028,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,534,0,0,0,0,0,0,0,0,0,0,-1,0,7200,0,0,'',0,0,0,0,0,12340),(25814,12,0,-1,'Deathskitter\'s Fang',11947,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25850,12,0,-1,'Tuurem Artifact',37879,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28500,12,0,-1,'Fossil Oil',39707,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29749,12,0,-1,'Farahlon Lasher Cutting',6387,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29751,12,0,-1,'Talbuk Horn Sample',41413,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29805,0,0,-1,'Socrethar\'s Head',41450,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29961,12,0,-1,'Enraged Earthen Soul',6513,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29963,12,0,-1,'Enraged Fiery Soul',41565,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30524,12,0,-1,'Ancient Draenei Manuscript, Chapter 1',42280,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30525,12,0,-1,'Ancient Draenei Manuscript, Chapter 2',42281,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30613,12,0,-1,'Felfire Diemetradon Eye',1504,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30805,12,0,-1,'Thick Stain Resistant Gloves',42821,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37822,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(31866,3,5,-1,'Veiled Flame Spessarite',35845,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,527,-1,0,0,0,0,'',0,0,0,0,0,12340),(31869,3,5,-1,'Wicked Flame Spessarite',35845,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,530,-1,0,0,0,0,'',0,0,0,0,0,12340),(31870,9,10,-1,'Design: Great Golden Draenite',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39451,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Great Golden Draenite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31871,9,10,-1,'Design: Balanced Shadow Draenite',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39455,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Balanced Shadow Draenite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31872,9,10,-1,'Design: Infused Shadow Draenite',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39458,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut an Infused Shadow Draenite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31873,9,10,-1,'Design: Veiled Flame Spessarite',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39466,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Veiled Flame Spessarite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31874,9,10,-1,'Design: Wicked Flame Spessarite',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39467,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Wicked Flame Spessarite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32292,9,10,-1,'Design: Rigid Lionseye',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39721,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Rigid Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32544,15,0,-1,'Tier 5 Druid Test Gear Box 2',12333,1,4,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(32782,4,0,-1,'Time-Lost Figurine',34149,3,0,0,1,18475,4618,12,-1,-1,70,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41301,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',51,0,0,0,0,12340),(32960,12,0,-1,'Elekk Dispersion Ray',45784,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41985,0,15,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33007,12,0,-1,'Grimbooze\'s Secret Recipe',1096,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(33012,4,0,-1,'Terokkar Lilac',45907,1,0,0,1,100000,25000,23,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Rare and exquisite... just like all the others.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33060,3,8,-1,'Soulbound Test Gem',43108,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red, Blue, or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,681,-1,0,0,0,0,'',0,0,0,0,0,12340),(33092,0,1,-1,'Healing Potion Injector',45437,1,0,0,1,20000,5000,0,-1,-1,66,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67486,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33093,0,1,-1,'Mana Potion Injector',45156,1,0,0,1,20000,5000,0,-1,-1,69,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67487,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33096,15,0,-1,'Complimentary Brewfest Sampler',18102,1,196674,0,1,0,0,0,32767,-1,5,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42436,0,-1,-1,0,0,-1,42533,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Free brew in a fun, throwable mug!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33117,1,0,-1,'Jack-o\'-Lantern',46716,3,0,0,1,80000,20000,18,-1,-1,1,60,0,0,0,0,0,0,0,0,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33137,3,1,-1,'Sparkling Falling Star',44930,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,708,-1,0,0,0,0,'',0,0,0,0,0,12340),(33138,3,2,-1,'Mystic Bladestone',44926,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,709,-1,0,0,0,0,'',0,0,0,0,0,12340),(33139,3,2,-1,'Brilliant Bladestone',44926,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,710,-1,0,0,0,0,'',0,0,0,0,0,12340),(33165,9,8,-1,'Formula: Enchant Weapon - Greater Agility',7798,1,64,0,1,30000,7500,0,-1,-1,70,0,333,350,0,0,0,967,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42620,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to increase Agility by 20. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33174,9,4,-1,'Plans: Ragesteel Shoulders',6270,3,64,0,1,80000,20000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42662,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Ragesteel Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33205,9,1,-1,'Pattern: Shadowprowler\'s Chestguard',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,967,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42731,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Shadowprowler\'s Chestguard.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33208,0,3,-1,'Flask of Chromatic Wonder',22191,1,0,0,1,5000,1250,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42735,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33209,9,6,-1,'Recipe: Flask of Chromatic Wonder',15274,2,64,0,1,40000,10000,0,-1,-1,70,0,171,375,0,0,0,967,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42736,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Flask of Chromatic Wonder.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33219,0,0,0,'Goblin Gumbo Kettle',21473,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42753,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33223,15,0,0,'Fishing Chair',46524,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42766,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33234,0,0,-1,'Iced Berry Slush',40694,1,0,0,5,4000,200,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43154,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Chilling!',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33236,0,0,-1,'Fizzy Faire Drink \"Classic\"',40853,1,0,0,5,5600,280,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34291,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Because, Let\'s Face it, \'New Fizzy Faire Drink\' Was Awful',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33246,0,0,-1,'Funnel Cake',35639,1,0,0,5,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33254,0,0,-1,'Afrazi Forest Strider Drumstick',25481,1,0,0,5,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It\'s... HUGE!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33306,12,0,0,'Ram Racing Reins',4939,1,131074,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42924,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Giddyup!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33309,4,6,-1,'Merciless Gladiator\'s Redoubt',42376,4,36864,0,1,0,0,14,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,27,35,27,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5727,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,152,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33313,4,6,-1,'Merciless Gladiator\'s Barrier',42376,4,36864,0,1,0,0,14,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,27,35,27,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5727,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,152,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33782,3,4,-1,'Steady Talasite',39930,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,741,-1,0,0,0,0,'',0,0,0,0,0,12340),(33783,9,10,-1,'Design: Steady Talasite',6270,3,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43493,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Steady Talasite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33784,15,0,-1,'Darkrune Fragment',20774,1,1088,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43521,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The rune has been broken into five pieces.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33797,0,0,0,'Portable Brewfest Keg',47356,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44066,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,240,0,0,'',0,0,0,0,0,12340),(33929,0,0,-1,'Brewfest Brew',18102,1,2,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33955,12,0,-1,'Brewfest Stein Voucher',7744,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Turn in to receive a Commemorative Brewfest Stein!',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33976,15,5,-1,'Brewfest Ram',17343,3,0,0,1,100000,0,0,262143,-1,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,43899,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33977,15,5,-1,'Swift Brewfest Ram',17343,4,0,0,1,1000000,0,0,262143,-1,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,43900,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34008,4,0,-1,'Blix\'s Eyesight Enhancing Romance Goggles',45840,1,0,1,1,0,0,1,-1,-1,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43944,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Guaranteed by Blix Fixwidget to make EVERYONE look attractive!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34009,2,4,4,'Hammer of Judgement',47248,4,0,0,1,674339,134867,21,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,22,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,129,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42111,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-59,0,0,0,'',67,0,0,0,0,12340),(34010,4,1,-1,'Pepe\'s Shroud of Pacification',47249,4,0,0,1,208028,41605,16,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,45,13,30,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The shroud fills you with a sense of peace',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34012,4,1,-1,'Shroud of the Final Stand',47252,4,0,0,1,202301,40460,16,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,24,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34028,12,0,-1,'\"Honorary Brewer\" Hand Stamp',47178,1,0,1,1,0,0,0,32767,-1,40,40,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Allows the purchase of Brewfest rams from a Ram Racing Apprentice.',0,0,1,11419,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34141,12,0,0,'Dark Iron Ale Keg',47493,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33985,12,0,-1,'Dreary Candle',7066,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33292,4,1,-1,'Hallowed Helm',46514,3,32768,0,1,10,2,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'There\'s a hole for your head...',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33808,4,4,-1,'The Horseman\'s Helm',51920,4,32768,0,1,0,0,1,262143,2147483647,110,70,0,0,0,0,0,0,0,0,1,0,3,4,40,7,46,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,0,0,0,0,0,0,0,0,43873,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32971,0,0,0,'Water Bucket',22198,1,2,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42340,0,-1,0,-1,0,-1,42336,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34075,4,0,-1,'Ring of Ghoulish Delight',47325,4,32768,0,1,0,0,11,262143,32767,110,70,0,0,0,0,0,0,0,1,1,0,1,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33226,0,0,0,'Tricky Treat',3225,1,198656,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,100,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44436,0,-1,-1,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,86400,0,0,'',0,0,0,0,1,12340),(33154,15,2,-1,'Sinister Squashling',32955,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,42609,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33183,15,5,-1,'Old Magic Broom',47504,3,65664,0,1,0,0,0,-1,-1,1,10,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,42680,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340),(33176,15,5,-1,'Flying Broom',56954,3,65664,0,1,0,0,0,-1,-1,1,60,762,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,42667,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340),(34074,4,0,-1,'Witches Band',47325,4,36864,0,1,0,0,11,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,22,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34073,4,0,-1,'The Horseman\'s Signet Ring',47325,4,32768,0,1,0,0,11,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,19,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34068,0,0,0,'Weighted Jack-o\'-Lantern',47314,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44212,0,-1,-1,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33184,15,5,-1,'Swift Magic Broom',56954,4,65664,0,1,0,0,0,-1,-1,1,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,42668,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340),(34171,15,3,-1,'Winter Stationery',7798,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,6,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33325,4,0,-1,'Voodoo Shaker',46817,4,4096,0,1,0,0,23,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,20,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34014,2,1,-1,'Vengeful Gladiator\'s Waraxe',47771,4,36864,0,1,0,0,17,260644,2147483647,146,70,0,0,0,0,0,0,0,0,1,0,4,7,62,32,46,35,33,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,483,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,15832,1,0,0,-1,0,-1,43902,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33509,4,8,-1,'Idol of Terror',39640,4,4096,0,1,0,0,28,32767,32767,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43737,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33483,4,2,-1,'Life-step Belt',47005,4,4096,0,1,0,0,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,20,5,23,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34062,0,5,-1,'Conjured Mana Biscuit',47912,1,2097154,0,1,0,0,0,-1,-1,75,65,0,0,0,0,0,0,0,80,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44166,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33865,0,0,-1,'Amani Hex Stick',47109,2,64,0,1,1600,400,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43732,0,-1,-1,0,150,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It be yer trusty anti-hexxor\', mon!',0,0,0,0,0,2,0,0,0,0,0,0,0,568,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33933,0,8,-1,'Amani Charm of the Raging Defender',31846,2,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43822,0,-1,-1,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,568,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33759,4,1,-1,'Vengeful Gladiator\'s Silk Handguards',46930,4,36864,0,1,0,0,10,128,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,50,5,18,32,22,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,44301,1,0,0,-1,0,-1,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(33702,4,2,-1,'Vengeful Gladiator\'s Leather Legguards',46937,4,36864,0,1,0,0,7,8,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,67,3,35,32,25,35,40,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33700,4,2,-1,'Vengeful Gladiator\'s Leather Gloves',46940,4,36864,0,1,0,0,10,8,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,49,3,33,35,24,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(33750,4,4,-1,'Vengeful Gladiator\'s Scaled Gauntlets',46949,4,36864,0,1,0,0,10,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,40,5,22,32,26,4,40,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1141,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,44300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33507,4,9,-1,'Stonebreaker\'s Totem',47072,4,4096,0,1,0,0,28,32767,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43748,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33522,4,4,-1,'Chestguard of the Stoic Guardian',49359,4,4096,0,1,0,0,5,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,60,12,22,13,30,4,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1607,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,4,0,8,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33524,4,4,-1,'Girdle of the Protector',40515,4,4096,0,1,0,0,6,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,5,7,40,13,27,12,11,31,18,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,904,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33739,4,3,-1,'Vengeful Gladiator\'s Ringmail Gauntlets',46892,4,36864,0,1,0,0,10,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,47,5,23,32,25,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,18046,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33765,2,16,-1,'Vengeful Gladiator\'s War Edge',38679,4,4231168,0,1,0,0,25,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,24,32,17,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,306,0,0,0,0,0,0,0,0,0,0,0,1900,0,100,9336,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33740,4,3,-1,'Vengeful Gladiator\'s Ringmail Helm',46894,4,36864,0,1,0,0,1,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,67,5,28,32,25,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34504,0,8,-1,'Adamantite Shell Machine',11448,1,0,0,1,25000,6250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45171,0,-5,-5,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Warning: Contains Explosives.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34249,4,0,-1,'Hula Girl Doll',47772,1,0,0,1,1000000,250000,2,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The head bobs when shaken.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33677,4,1,-1,'Vengeful Gladiator\'s Dreadweave Hood',46871,4,36864,0,1,0,0,1,256,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,73,5,25,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(34440,0,1,-1,'Mad Alchemist\'s Potion',17889,1,0,0,1,28000,7000,0,-1,-1,75,60,171,315,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45051,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33640,2,13,-1,'Fury',47175,4,0,0,1,657043,131408,22,262143,32767,132,70,0,0,0,0,0,0,0,0,1,0,2,31,20,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,323,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33334,4,0,-1,'Fetish of the Primal Gods',46981,4,4096,0,1,0,0,23,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,17,36,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33724,4,4,-1,'Vengeful Gladiator\'s Ornamented Headcover',47759,4,36864,0,1,0,0,1,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,64,5,34,32,26,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33712,4,3,-1,'Vengeful Gladiator\'s Mail Gauntlets',46892,4,36864,0,1,0,0,10,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,46,5,23,32,28,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33718,4,1,-1,'Vengeful Gladiator\'s Mooncloth Hood',48113,4,36864,0,1,0,0,1,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,73,5,23,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33717,4,1,-1,'Vengeful Gladiator\'s Mooncloth Gloves',46932,4,32768,0,1,0,0,10,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,23,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(33745,4,1,-1,'Vengeful Gladiator\'s Satin Hood',48113,4,36864,0,1,0,0,1,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,73,5,21,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33588,4,1,-1,'Runed Spell-cuffs',47062,4,4096,0,1,0,0,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,20,5,18,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33667,4,3,-1,'Vengeful Gladiator\'s Chain Leggings',46882,4,36864,0,1,0,0,7,4,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,64,3,34,32,25,35,33,5,18,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,894,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33291,4,1,-1,'Voodoo-woven Belt',46804,4,4096,0,1,0,0,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,32,33,7,19,5,22,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33973,4,2,-1,'Pauldrons of Tribal Fury',46803,4,4096,0,1,0,0,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,23,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33723,4,4,-1,'Vengeful Gladiator\'s Ornamented Gloves',46949,4,36864,0,1,0,0,10,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,44,5,29,32,28,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1141,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33484,4,1,-1,'Dory\'s Embrace',47589,4,4096,0,1,0,0,16,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,34,35,20,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,43219,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Approximately priceless.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34067,1,0,-1,'Tattered Hexcloth Sack',2593,3,0,0,1,200000,50000,18,-1,-1,70,0,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Made of cloth patches from the depths of Zul\'Aman.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33673,4,2,-1,'Vengeful Gladiator\'s Dragonhide Legguards',46946,4,36864,0,1,0,0,7,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,7,7,55,4,36,5,30,3,37,35,29,31,12,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33758,4,1,-1,'Vengeful Gladiator\'s Silk Cowl',47799,4,36864,0,1,0,0,1,128,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,59,5,23,32,24,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33711,4,3,-1,'Vengeful Gladiator\'s Mail Armor',46891,4,36864,0,1,0,0,20,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,28,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,0,0,0,0,0,0,0,0,0,21365,1,0,0,-1,0,-1,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,140,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33696,4,4,-1,'Vengeful Gladiator\'s Lamellar Gauntlets',46949,4,36864,0,1,0,0,10,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,44,5,30,32,29,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1141,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33713,4,3,-1,'Vengeful Gladiator\'s Mail Helm',46894,4,36864,0,1,0,0,1,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,67,5,23,32,26,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33593,4,1,-1,'Slikk\'s Cloak of Placation',47069,4,4096,0,1,0,0,16,-1,-1,128,70,0,0,0,0,0,0,1,0,1,0,3,12,16,7,37,13,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,346,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,238,0,0,0,'',67,0,0,0,0,12340),(33731,4,4,-1,'Vengeful Gladiator\'s Plate Legguards',46866,4,36864,0,1,0,0,7,1,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,70,4,51,32,47,35,22,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1597,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33764,2,19,-1,'Vengeful Gladiator\'s Touch of Defeat',46606,4,36864,0,1,0,0,26,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,468,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,9346,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33665,4,3,-1,'Vengeful Gladiator\'s Chain Gauntlets',46883,4,36864,0,1,0,0,10,4,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,52,3,33,32,19,35,21,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,28539,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33519,4,4,-1,'Handguards of the Templar',47026,4,4096,0,1,0,0,10,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,28,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33503,4,7,-1,'Libram of Divine Judgement',34959,4,4096,0,1,0,0,28,32767,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43745,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33761,4,1,-1,'Vengeful Gladiator\'s Silk Trousers',46933,4,36864,0,1,0,0,7,128,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,59,5,34,32,33,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33514,4,4,-1,'Pauldrons of Gruesome Fate',47018,4,4096,0,1,0,0,3,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,4,42,31,23,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1206,0,0,0,0,0,0,0,0,0,40555,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33690,4,2,-1,'Vengeful Gladiator\'s Kodohide Gloves',46941,4,36864,0,1,0,0,10,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,43,5,34,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33502,4,7,-1,'Libram of Mending',34961,4,4096,0,1,0,0,28,32767,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43741,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33206,4,3,-1,'Pauldrons of Primal Fury',47032,4,0,0,1,286516,57303,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,31,20,3,28,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,675,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,2,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33530,4,3,-1,'Natural Life Leggings',47177,4,4096,0,1,0,0,7,32767,2147483647,128,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,38,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,787,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,4,0,2,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33532,4,3,-1,'Gleaming Earthen Bracers',47035,4,4096,0,1,0,0,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,18,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33730,4,4,-1,'Vengeful Gladiator\'s Plate Helm',49686,4,36864,0,1,0,0,1,1,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,61,4,39,32,35,35,25,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,100,0,0,0,0,1,0,4,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33728,4,4,-1,'Vengeful Gladiator\'s Plate Chestpiece',46867,4,36864,0,1,0,0,5,1,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,67,4,39,32,39,35,24,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,165,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33676,4,1,-1,'Vengeful Gladiator\'s Dreadweave Gloves',48285,4,36864,0,1,0,0,10,256,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,51,5,28,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(33675,4,2,-1,'Vengeful Gladiator\'s Dragonhide Tunic',46945,4,36864,0,1,0,0,5,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,7,7,54,4,30,5,22,3,31,35,26,31,12,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33580,4,2,-1,'Band of the Swift Paw',47057,4,4096,0,1,0,0,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,4,26,3,22,7,31,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33331,4,4,-1,'Chain of Unleashed Rage',47021,4,4096,0,1,0,0,6,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,34,7,37,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,904,0,0,0,0,0,0,0,0,0,40555,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,2860,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33680,4,1,-1,'Vengeful Gladiator\'s Dreadweave Robe',46873,4,36864,0,1,0,0,20,256,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,75,5,21,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33701,4,2,-1,'Vengeful Gladiator\'s Leather Helm',47825,4,36864,0,1,0,0,1,8,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,65,3,31,35,25,32,21,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33749,4,4,-1,'Vengeful Gladiator\'s Scaled Chestpiece',47949,4,36864,0,1,0,0,5,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,54,5,27,32,36,4,41,35,36,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,165,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33283,2,4,-1,'Amani Punisher',46801,4,4096,0,1,662033,132406,21,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,21,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,112,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,44075,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-54.3,0,0,0,'',67,0,0,0,0,12340),(33192,2,19,-1,'Carved Witch Doctor\'s Stick',48216,4,4096,0,1,0,0,26,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,2,7,9,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,343,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,9346,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33505,4,9,-1,'Totem of Living Water',46045,4,4096,0,1,0,0,28,32767,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43752,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34087,4,1,-1,'Green Winter Clothes',48131,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,761,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33285,4,1,-1,'Fury of the Ursine',42602,4,0,0,1,129661,25932,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,12,5,17,6,16,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33513,4,4,-1,'Eternium Rage-shackles',47017,4,4096,0,1,0,0,9,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,4,32,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,40258,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33920,4,0,-1,'Vindicator\'s Pendant of Conquest',39162,4,36864,0,1,0,0,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,4,7,31,35,18,32,21,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33914,4,1,-1,'Vindicator\'s Silk Footguards',47427,4,36864,0,1,0,0,8,400,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,5,30,32,28,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33913,4,1,-1,'Vindicator\'s Silk Cuffs',47426,4,36864,0,1,0,0,9,400,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,29,5,22,32,15,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33182,15,5,-1,'Swift Flying Broom',56954,4,65664,0,1,0,0,0,-1,-1,1,70,762,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,42668,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340),(33506,4,9,-1,'Skycall Totem',47071,4,4096,0,1,0,0,28,32767,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43750,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33333,4,1,-1,'Kharmaa\'s Shroud of Hope',43292,4,4096,0,1,0,0,16,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,34,35,23,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Everything happens for a reason',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33540,4,2,-1,'Master Assassin Wristwraps',47043,4,4096,0,1,0,0,9,1535,2147483647,128,70,0,0,0,0,0,0,0,0,1,0,3,3,17,7,22,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2902,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33839,12,0,-1,'Kaliri Stew',47100,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Looks like revenge is on the menu tonight! Kaliri never tasted so good.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33844,15,0,-1,'Barrel of Fish',47102,1,4,0,1,350,87,0,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A warning label reads: Do Not Shoot.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33857,15,0,0,'Crate of Meat',9151,1,4,0,1,455,113,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Mostly meat and whatever else was sitting around.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33837,12,0,-1,'Cooking Pot',47096,1,1088,0,1,0,0,0,-1,-1,65,0,185,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,43718,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33838,12,0,-1,'Giant Kaliri Wing',22200,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33504,4,7,-1,'Libram of Divine Purpose',34960,4,4096,0,1,0,0,28,32767,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43743,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34424,4,0,-1,'Power of the High Chief',47701,3,524288,0,1,40000,10000,12,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(34049,4,0,-1,'Battlemaster\'s Audacity',47294,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24196,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33873,9,5,-1,'Recipe: Spicy Hot Talbuk',15274,2,64,0,1,20000,5000,0,-1,-1,60,0,185,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43765,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Spicy Hot Talbuk.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33872,0,5,-1,'Spicy Hot Talbuk',39720,1,0,0,1,600,150,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43763,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33287,4,2,-1,'Gnarled Ironwood Pauldrons',46803,4,4096,0,1,0,0,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,23,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,4,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34582,6,3,-1,'Mysterious Shell',44356,4,0,0,200,10000,12,24,-1,-1,120,70,0,0,0,0,0,967,6,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,47,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34581,6,2,-1,'Mysterious Arrow',40522,4,0,0,200,10000,12,24,-1,-1,120,70,0,0,0,0,0,967,6,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,47,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33823,7,8,-1,'Bloodfin Catfish',24711,1,0,0,1,160,8,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33824,7,8,-1,'Crescent-Tail Skullfish',38902,1,0,0,1,160,8,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33589,4,1,-1,'Wristguards of Tranquil Thought',47065,4,4096,0,1,0,0,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,12,5,17,6,16,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33587,4,1,-1,'Light-Blessed Bonds',48226,4,4096,0,1,0,0,10,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,22,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34060,15,5,-1,'Flying Machine Control',47773,3,0,0,1,0,0,0,262143,32767,60,60,202,300,34090,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,44153,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teaches you how to summon this mount. Can only be used in Outland or Northrend.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33586,4,1,-1,'Studious Wraps',48227,4,4096,0,1,0,0,10,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,22,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33528,4,3,-1,'Gauntlets of Sniping',47030,4,4096,0,1,0,0,10,32767,2147483647,128,70,0,0,0,0,0,0,0,0,1,0,4,3,20,7,27,5,20,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,562,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,2,0,0,0,2973,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33851,12,0,-1,'Cooking Pot',47096,1,1088,0,1,0,0,0,-1,-1,65,0,185,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,43724,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Can only be used at the Ancestral Grounds in Nagrand.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33850,12,0,-1,'Spiritual Soup',47836,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s not made of chicken, but it\'s definitely good for the soul.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33518,4,4,-1,'High Justicar\'s Legplates',47025,4,4096,0,1,0,0,7,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,37,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1406,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33214,2,7,-1,'Akil\'zon\'s Talonblade',46789,4,0,0,1,689243,137848,13,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,2,7,25,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,187,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33869,9,5,-1,'Recipe: Broiled Bloodfin',15274,2,64,0,1,20000,5000,0,-1,-1,60,0,185,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43761,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Broiled Bloodfin.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33867,0,5,-1,'Broiled Bloodfin',24711,1,0,0,1,160,8,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45618,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33322,4,2,-1,'Shimmer-pelt Vest',46813,4,0,0,1,329069,65813,5,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,5,35,7,34,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,21637,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33520,4,4,-1,'Vambraces of the Naaru',47027,4,4096,0,1,0,0,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,12,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33262,4,0,-1,'Morlann\'s Seal',9837,2,0,0,1,20420,5105,11,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,5,7,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33260,4,1,-1,'Spellbound Cloak',46455,2,0,0,1,18088,3617,16,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,5,7,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(34416,4,1,-1,'Gloves of the Dune',18999,3,0,0,1,20029,4005,10,-1,-1,46,0,0,0,0,0,0,0,0,0,1,0,2,7,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340),(33257,4,3,-1,'Scaled Marshwalkers',46452,2,0,0,1,17503,3500,8,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,7,8,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33274,2,18,-1,'Mercenary\'s Crossbow',38651,2,0,0,1,31580,6316,26,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,7,4,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,67,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340),(33191,4,4,-1,'Jungle Stompers',46781,4,0,0,1,347406,69481,8,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,43,12,20,15,18,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,39987,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2975,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33324,4,3,-1,'Treads of the Life Path',47038,4,4096,0,1,0,0,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,21,5,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,18045,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,8,0,4,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34423,4,0,-1,'Strength of the High Chief',47700,3,524288,0,1,40000,10000,12,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(33537,4,3,-1,'Treads of Booming Thunder',47041,4,4096,0,1,0,0,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,33,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,4,0,0,0,2875,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34163,4,0,-1,'Battlemaster\'s Cruelty',47522,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,1,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33010,12,0,-1,'Griftah\'s Note',7263,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You may be able to peek without breaking the seal....',3031,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34200,9,1,-1,'Pattern: Quiver of a Thousand Feathers',811,1,64,0,1,160000,40000,0,-1,-1,70,0,165,350,0,0,0,1011,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,44359,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Quiver of a Thousand Feathers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33534,4,3,-1,'Grips of Nature\'s Wrath',47034,4,4096,0,1,0,0,10,32767,2147483647,128,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,27,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,562,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33273,2,2,-1,'Seasoned Marshwood Bow',20667,2,0,0,1,36697,7339,15,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,3,4,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,78,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340),(33296,4,0,-1,'Brooch of Deftness',46805,4,4096,0,1,0,0,2,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,48,31,22,37,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33508,4,8,-1,'Idol of Budding Life',47073,4,4096,0,1,0,0,28,32767,32767,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43736,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33510,4,8,-1,'Idol of the Unseen Moon',47088,4,4096,0,1,0,0,28,32767,32767,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43739,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33810,4,4,-1,'Amani Mask of Death',47019,4,4096,0,1,0,0,1,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,46,7,51,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1306,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33501,4,4,-1,'Bloodthirster\'s Wargreaves',47015,4,4096,0,1,0,0,7,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,46,31,38,7,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1406,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33517,4,4,-1,'Bonefist Gauntlets',47024,4,4096,0,1,0,0,10,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,51,14,21,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33279,4,4,-1,'Iron-tusk Girdle',42651,4,4096,0,1,0,0,6,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,45,13,22,12,21,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,904,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,4,0,0,0,2876,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33516,4,4,-1,'Bracers of the Ancient Phalanx',47023,4,4096,0,1,0,0,9,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,4,7,45,12,14,37,15,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33512,4,4,-1,'Furious Deathgrips',47016,4,4096,0,1,0,0,10,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,34,7,37,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33515,4,4,-1,'Unwavering Legguards',47022,4,4096,0,1,0,0,7,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,73,12,22,15,30,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1406,0,0,0,0,0,0,0,0,0,34061,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33207,4,4,-1,'Implacable Guardian Sabatons',46784,4,4096,0,1,0,0,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,21,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,8,0,0,0,2863,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33523,4,4,-1,'Sabatons of the Righteous Defender',46784,4,4096,0,1,0,0,8,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,45,12,18,31,18,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,28113,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33527,4,3,-1,'Shifting Camouflage Pants',47029,4,4096,0,1,0,0,7,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,34,7,45,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,787,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,42095,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33280,4,3,-1,'War-Feathered Loop',46793,4,4096,0,1,0,0,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,29,7,36,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,39922,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33529,4,3,-1,'Steadying Bracers',47031,4,4096,0,1,0,0,9,32767,2147483647,128,70,0,0,0,0,0,0,0,0,1,0,3,3,18,7,21,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,39925,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33535,4,3,-1,'Earthquake Bracers',47035,4,4096,0,1,0,0,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,19,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33965,4,3,-1,'Hauberk of the Furious Elements',46995,4,4096,0,1,0,0,5,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,34,36,35,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33970,4,3,-1,'Pauldrons of the Furious Elements',46990,4,4096,0,1,0,0,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,24,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,675,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33386,4,3,-1,'Man\'kin\'do\'s Belt',47036,4,4096,0,1,0,0,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,26,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33531,4,3,-1,'Polished Waterscale Gloves',47034,4,4096,0,1,0,0,10,32767,32767,128,70,0,0,0,0,0,0,0,0,1,0,2,7,33,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,562,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21639,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33536,4,3,-1,'Stormwrap',46089,4,4096,0,1,0,0,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,21,5,26,32,22,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33538,4,2,-1,'Shallow-grave Trousers',47045,4,4096,0,1,0,0,7,262143,2147483647,128,70,0,0,0,0,0,0,0,0,1,0,3,3,45,7,46,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33222,4,2,-1,'Nyn\'jah\'s Tabi Boots',46792,4,4096,0,1,0,0,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,29,7,21,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,8,0,2,0,0,0,2860,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33539,4,2,-1,'Trickster\'s Stickyfingers',47044,4,4096,0,1,0,0,10,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,30,7,28,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33578,4,2,-1,'Armwraps of the Kaldorei Protector',47055,4,4096,0,1,0,0,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,19,5,22,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33566,4,2,-1,'Blessed Elunite Coverings',47050,4,4096,0,1,0,0,5,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,5,34,7,33,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,2,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33582,4,2,-1,'Footwraps of Wild Encroachment',49057,4,4096,0,1,0,0,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,4,29,3,33,7,28,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,4,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33577,4,2,-1,'Moon-walkers',47054,4,4096,0,1,0,0,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,28,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,2,0,0,0,2880,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33552,4,2,-1,'Pants of Splendid Recovery',47049,4,4096,0,1,0,0,7,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,40,6,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,4,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33557,4,2,-1,'Gargon\'s Bracers of Peaceful Slumber',45753,4,4096,0,1,0,0,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,5,25,7,12,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3151,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33974,4,2,-1,'Grasp of the Moonkin',47171,4,4096,0,1,0,0,10,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,5,30,7,28,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33559,4,2,-1,'Starfire Waistband',46105,4,4096,0,1,0,0,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,20,5,23,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33972,4,2,-1,'Mask of Primal Power',46983,4,4096,0,1,0,0,1,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,39,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33579,4,2,-1,'Vestments of Hibernation',47056,4,4096,0,1,0,0,5,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,4,4,46,3,45,7,51,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,40258,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33583,4,2,-1,'Waistguard of the Great Beast',47060,4,4096,0,1,0,0,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,4,29,3,28,7,37,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,2,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33584,4,1,-1,'Pantaloons of Arcane Annihilation',47061,4,4096,0,1,0,0,7,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,35,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33585,4,1,-1,'Achromic Trousers of the Naaru',48224,4,4096,0,1,0,0,7,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,35,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33304,4,1,-1,'Cloak of Subjugated Power',46812,4,4096,0,1,0,0,16,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,34,35,23,32,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33832,4,0,-1,'Battlemaster\'s Determination',47095,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15826,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34050,4,0,-1,'Battlemaster\'s Perseverance',47696,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33820,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34162,4,0,-1,'Battlemaster\'s Depravity',47521,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,1,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33265,4,0,-1,'Pendant of Ferocity',9854,2,0,0,1,17512,4378,2,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,7,6,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33245,4,2,-1,'Grimsby\'s Gaudy Girdle',46443,2,0,0,1,9974,1994,6,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,3,9,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33211,4,2,-1,'Bladeangel\'s Money Belt',46785,4,0,0,1,165731,33146,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,25,7,27,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,39981,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,1,'Accepting donations.',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33852,12,0,-1,'Cooking Pot',47096,1,1088,0,1,0,0,0,-1,-1,65,0,185,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,43723,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Requires the smoldering corpse of an Abyssal Flamebringer.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33848,12,0,-1,'Demon Broiled Surprise',47100,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Smells delicious!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33249,4,2,-1,'Boots of the Skirmisher',46445,2,0,0,1,16699,3339,8,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,7,7,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33250,4,2,-1,'Archer\'s Wristguard',46446,2,0,0,1,11173,2234,9,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,3,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33281,4,0,-1,'Brooch of Nature\'s Mercy',33906,4,0,0,1,411111,102777,2,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,36,33,5,24,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33203,4,1,-1,'Robes of Heavenly Purpose',47159,4,4096,0,1,250708,50141,20,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,23,6,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,4,0,8,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33216,4,4,-1,'Chestguard of Hidden Purpose',49359,4,0,0,1,472377,94475,5,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,5,31,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1607,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21644,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,8,0,4,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34220,3,6,-1,'Chaotic Skyfire Diamond',39205,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,801,-1,0,0,0,0,'',0,0,0,0,0,12340),(33480,4,1,-1,'Cord of Braided Troll Hair',47002,4,0,0,1,124461,24892,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,17,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,8,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33232,4,1,-1,'Journeyman\'s Cowl',46434,2,0,0,1,13505,2701,1,262143,32767,37,0,0,0,0,0,0,0,0,0,1,0,2,5,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33261,4,1,-1,'Destroyer\'s Cloak',35076,2,0,0,1,18156,3631,16,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,4,6,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33490,2,10,-1,'Staff of Dark Mending',47008,4,0,0,1,830701,166140,17,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,2,7,46,5,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,303,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,44077,1,0,0,-1,0,-1,42082,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2872,0,300,-54.3,0,0,0,'',67,0,0,0,0,12340),(34330,0,6,-1,'Heavy Knothide Armor Kit',38762,1,64,0,1,30000,7500,0,-1,-1,70,60,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44968,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33247,4,2,-1,'Swift Wind Spaulders',46444,2,0,0,1,15070,3014,3,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,3,10,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33263,4,0,-1,'Raptor Eye Ring',9834,2,0,0,1,22056,5514,11,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,3,7,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33357,4,1,-1,'Footpads of Madness',41484,4,4096,0,1,193832,38766,8,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,22,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33871,9,5,-1,'Recipe: Stormchops',6270,3,64,0,1,20000,5000,0,-1,-1,60,0,185,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43758,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Stormchops.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33866,0,5,-1,'Stormchops',42924,1,64,0,1,2200,550,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43730,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33327,4,4,-1,'Mask of Introspection',47898,4,0,0,1,351100,70220,1,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,39,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1306,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34419,2,16,-1,'Thorium Flight Blade',26358,3,4194304,0,1,103656,25914,25,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,1,32,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,131,0,0,0,0,0,0,0,0,0,0,0,3000,0,100,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340),(33243,4,2,-1,'Skirmisher\'s Cover',46441,2,0,0,1,19055,3811,1,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,3,14,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33237,4,2,-1,'Brogg\'s Battle Harness',46437,2,0,0,1,28861,5772,5,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,3,12,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(34218,9,1,-1,'Pattern: Netherscale Ammo Pouch',811,1,64,2,1,160000,40000,0,-1,-1,70,0,165,350,0,0,0,946,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,44768,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Netherscale Ammo Pouch.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34417,4,2,-1,'Marauder\'s Handwraps',28688,3,0,0,1,25036,5007,10,-1,-1,46,0,0,0,0,0,0,0,0,0,1,0,2,3,10,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340),(34061,15,5,-1,'Turbo-Charged Flying Machine Control',47774,4,0,0,1,0,0,0,262143,32767,70,70,202,375,34091,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,44151,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast ride.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34113,7,3,-1,'Field Repair Bot 110G',36529,1,0,0,1,40000,10000,0,-1,-1,70,0,202,325,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44389,0,-1,-1,0,1193,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34227,4,0,-1,'Deadman\'s Hand',43407,4,0,0,1,24800,6200,11,-1,-1,36,29,0,0,0,0,0,0,0,1,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27867,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',17,0,0,0,0,12340),(33233,4,1,-1,'Cobalt-threaded Gloves',46435,2,0,0,1,11382,2276,10,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,7,9,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(20122,4,3,-1,'Highlander\'s Mail Greaves',34242,3,36864,2,1,0,0,8,68,32767,43,40,0,0,0,0,0,0,0,1,1,0,3,7,10,3,7,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33229,4,1,-1,'Mordant\'s Travel Tunic',46431,2,0,0,1,16195,3239,5,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,5,11,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33255,4,4,-1,'Rustproof Waistguard',46462,2,0,0,1,18744,3748,6,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,4,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33270,2,7,-1,'Mariner\'s Sword',20214,2,0,0,1,48259,9651,13,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,2,3,5,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,62,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340),(33248,4,2,-1,'Crested Shoulderpads',38664,2,0,0,1,16638,3327,3,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,5,9,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(34418,2,19,-1,'Scrying Wand',47699,3,0,0,1,100301,20060,26,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,114,6,0,0,0,0,0,0,0,0,0,0,1800,0,100,9416,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340),(33286,4,3,-1,'Mojo-mender\'s Mask',47037,4,0,0,1,292815,58563,1,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,34,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,731,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,4,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33870,9,5,-1,'Recipe: Skullfish Soup',15274,2,64,0,1,20000,5000,0,-1,-1,60,0,185,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43707,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Skullfish Soup.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33825,0,5,-1,'Skullfish Soup',46273,1,0,0,1,600,150,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43706,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33266,4,0,-1,'Book of the Adept',46456,2,0,0,1,17512,4378,23,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,5,6,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340),(33481,4,4,-1,'Pauldrons of Stone Resolve',47003,4,0,0,1,327309,65461,3,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,43,12,20,15,18,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1206,0,0,0,0,0,0,0,0,0,28113,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,8,0,8,0,0,0,3017,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34490,1,7,-1,'Bag of Many Hides',31783,3,0,0,1,160000,40000,18,-1,-1,70,0,0,0,0,0,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34482,1,7,-1,'Leatherworker\'s Satchel',20709,2,0,0,1,120000,30000,18,-1,-1,65,0,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33328,4,3,-1,'Arrow-fall Chestguard',46978,4,0,0,1,403458,80691,5,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,3,39,7,25,5,38,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33240,4,2,-1,'Grimtotem Earthbinder\'s Tunic',8712,2,0,0,1,25126,5025,5,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,5,12,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33332,4,6,-1,'Enamelled Disc of Mojo',48212,4,0,0,1,395007,79001,14,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,24,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5400,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,141,0,120,0,0,0,0,4,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33267,2,15,-1,'Fleshripper',46457,2,0,0,1,47739,9547,13,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,2,7,3,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,48,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340),(33244,4,2,-1,'The Wanderer\'s Cover',46442,2,0,0,1,19125,3825,1,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,4,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33241,4,2,-1,'Oiled Leather Leggings',46439,2,0,0,1,27238,5447,7,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,4,11,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33239,4,2,-1,'Marshwarden\'s Tunic',46438,2,0,0,1,27036,5407,5,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,4,15,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33242,4,2,-1,'Raptorhide Legguards',46440,2,0,0,1,27340,5468,7,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,5,14,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33271,2,7,-1,'Battlecaster\'s Edge',20110,2,0,0,1,52436,10487,13,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,7,5,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,44,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340),(33479,4,2,-1,'Grimgrin Faceguard',47001,4,0,0,1,259287,51857,1,1535,-1,133,70,0,0,0,0,0,0,0,0,1,0,3,3,40,7,48,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,4,0,8,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33389,2,15,-1,'Dagger of Bad Mojo',46986,4,0,0,1,644935,128987,13,32767,-1,132,70,0,0,0,0,0,0,0,0,1,0,1,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,207,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14049,1,0,0,-1,0,-1,42098,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33934,0,1,-1,'Crystal Healing Potion',47132,1,0,0,1,0,0,0,-1,-1,60,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28495,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33935,0,1,-1,'Crystal Mana Potion',47133,1,0,0,1,0,0,0,-1,-1,62,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28499,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33835,12,0,-1,'Shaffar\'s Wondrous Amulet',19764,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This is the source of Nexus-Prince Shaffar\'s magic. Too bad that you can\'t figure out how to use it.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33293,4,0,-1,'Signet of Ancient Magics',44358,4,0,0,1,241024,60256,11,-1,-1,128,70,0,0,0,0,0,0,0,1,1,0,2,7,12,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34029,4,0,-1,'Tiny Voodoo Mask',47330,4,64,0,1,35965,8991,12,-1,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43995,0,0,0,600000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33828,4,0,-1,'Tome of Diabolic Remedy',47091,4,0,0,1,364641,91160,12,262143,32767,133,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40343,1,0,0,120000,0,-1,43710,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33860,12,0,-1,'Pathaleon\'s Projector',31205,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'So this is what he used to appear all over the place!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33592,4,1,-1,'Cloak of Ancient Rituals',42615,4,0,0,1,185974,37194,16,-1,-1,128,70,0,0,0,0,0,0,1,0,1,0,3,5,20,7,22,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33466,4,0,-1,'Loop of Cursed Bones',9852,4,0,0,1,353421,88355,2,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,3,36,27,7,19,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33467,2,7,-1,'Blade of Twisted Visions',46992,4,0,0,1,684782,136956,21,-1,-1,138,70,0,0,0,0,0,0,0,1,1,0,3,7,33,5,21,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,128,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-57.3,0,0,0,'',67,0,0,0,0,12340),(33805,4,3,-1,'Shadowhunter\'s Treads',47004,4,0,0,1,278827,55765,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,26,7,26,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,39925,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33476,2,0,-1,'Cleaver of the Unforgiving',46999,4,0,0,1,707724,141544,13,-1,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,7,31,14,20,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,205,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33326,4,6,-1,'Bulwark of the Amani Empire',48211,4,0,0,1,427293,85458,14,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,42,15,19,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5400,0,0,0,0,0,0,0,0,0,23516,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,141,0,120,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34478,15,2,-1,'Tiny Sporebat',47745,3,4160,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,970,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,45082,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33468,2,4,-1,'Dark Blessing',46994,4,0,0,1,687347,137469,21,32767,-1,138,70,0,0,0,0,0,0,0,1,1,0,2,5,19,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,135,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,42070,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-57.3,0,0,0,'',67,0,0,0,0,12340),(33388,2,7,-1,'Heartless',46985,4,0,0,1,642473,128494,13,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,2,36,20,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,323,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33329,4,2,-1,'Shadowtooth Trollskin Cuirass',46979,4,0,0,1,337412,67482,5,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,3,45,7,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,42113,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33833,12,0,-1,'Nazan\'s Riding Crop',45500,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This certainly looks as if it would hurt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20044,4,3,-1,'Highlander\'s Mail Girdle',34241,3,36864,2,1,0,0,6,68,32767,63,58,0,0,0,0,0,0,0,1,1,0,2,7,10,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,470,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33831,4,0,-1,'Berserker\'s Call',47094,4,0,0,1,364641,91160,12,-1,-1,133,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,43716,0,0,0,120000,1141,20000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33299,4,4,-1,'Spaulders of the Advocate',46807,4,0,0,1,332223,66444,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,5,28,7,21,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1206,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33300,4,2,-1,'Shoulderpads of Dancing Blades',46809,4,0,0,1,238628,47725,3,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,33,7,39,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33946,4,8,-1,'Merciless Gladiator\'s Idol of Resolve',34953,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43842,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34421,4,3,-1,'Cave Crawler\'s Mail Treads',28439,3,0,0,1,60448,12089,8,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,3,3,11,7,8,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340),(33829,4,0,-1,'Hex Shrunken Head',47093,4,0,0,1,364641,91160,12,-1,-1,133,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,43712,0,0,0,120000,1141,20000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33474,2,2,-1,'Ancient Amani Longbow',48215,4,0,0,1,505805,101161,15,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,337,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,15808,1,0,0,-1,0,-1,40680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33354,2,15,-1,'Wub\'s Cursed Hexblade',46982,4,0,0,1,657309,131461,21,32767,-1,132,70,0,0,0,0,0,0,0,1,1,0,3,31,13,32,20,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,126,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,44075,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,-54.3,0,0,0,'',67,0,0,0,0,12340),(33859,12,0,-1,'Warp Splinter Clipping',928,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Hard to believe that the druids think they can regrow such a massive ancient from such a small twig.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33231,4,1,-1,'Oversized Stonemaul Hood',46433,2,0,0,1,16953,3390,1,262143,32767,40,0,0,0,0,0,0,0,0,0,1,0,2,5,12,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33235,4,1,-1,'Journeyman\'s Epaulets',13675,2,0,0,1,5158,1031,3,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,5,9,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33230,4,1,-1,'Leggings of the Long Road',46432,2,0,0,1,20854,4170,7,262143,2147483647,39,0,0,0,0,0,0,0,0,0,1,0,2,5,8,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33258,4,4,-1,'Protective Engineer\'s Leggings',46463,2,0,0,1,37701,7540,7,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,4,11,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33446,4,4,-1,'Girdle of Stromgarde\'s Hope',46989,4,0,0,1,218096,43619,6,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,23,5,26,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,904,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34622,2,16,-1,'Spinesever',47933,4,4194304,0,1,80000,20000,25,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,3,31,10,3,11,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,279,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(33215,4,4,-1,'Bloodstained Elven Battlevest',47020,4,0,0,1,470702,94140,5,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,46,7,69,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1607,0,0,0,0,0,0,0,0,0,40679,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33471,4,1,-1,'Two-toed Sandals',46996,4,4096,0,1,201520,40304,8,262143,32767,133,70,0,0,0,0,0,0,0,0,1,0,2,7,33,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Mildly uncomfortable for non-trolls.',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33489,4,1,-1,'Mantle of Ill Intent',47007,4,0,0,1,193095,38619,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,36,33,7,28,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33297,4,0,-1,'The Savage\'s Choker',43701,4,0,0,1,353421,88355,2,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,37,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33874,0,5,-1,'Kibler\'s Bits',25469,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65247,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Pet tested, hunter approved.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33453,4,1,-1,'Hood of Hexing',48434,4,0,0,1,203028,40605,1,32767,-1,133,70,0,0,0,0,0,0,0,0,1,0,4,7,24,5,33,31,31,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,23732,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,2,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(20119,4,3,-1,'Highlander\'s Mail Girdle',34241,3,36864,2,1,0,0,6,68,32767,43,40,0,0,0,0,0,0,0,1,1,0,2,7,6,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33903,4,4,-1,'Vindicator\'s Ornamented Belt',47415,4,36864,0,1,0,0,6,3,32767,146,70,0,0,0,0,0,0,5,0,1,0,4,7,43,32,30,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33877,4,3,-1,'Vindicator\'s Chain Girdle',47406,4,36864,0,1,0,0,6,68,32767,146,70,0,0,0,0,0,0,5,0,1,0,5,7,48,3,33,35,21,32,18,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33251,4,3,-1,'Steel-banded Hauberk',46447,2,0,0,1,31388,6277,5,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,4,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33896,4,3,-1,'Vindicator\'s Linked Sabatons',47420,4,36864,0,1,0,0,8,68,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,49,38,66,35,21,32,34,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33922,4,0,-1,'Vindicator\'s Pendant of Salvation',39162,4,36864,0,1,0,0,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,34,35,18,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18035,1,0,0,0,0,0,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33721,4,1,-1,'Vengeful Gladiator\'s Mooncloth Robe',46927,4,36864,0,1,0,0,20,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,61,5,27,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33900,4,1,-1,'Vindicator\'s Mooncloth Belt',47421,4,36864,0,1,0,0,6,400,32767,146,70,0,0,0,0,0,0,5,0,1,0,3,7,49,5,31,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33259,4,3,-1,'Crimson Barbut',46454,2,0,0,1,20857,4171,1,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,2,4,13,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33264,4,0,-1,'Glowing Tourmaline Ring',9847,2,0,0,1,18912,4728,11,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,2,7,6,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33760,4,1,-1,'Vengeful Gladiator\'s Silk Raiment',46931,4,36864,0,1,0,0,20,128,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,61,5,15,32,33,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,100,0,0,0,0,2,0,4,0,4,0,2951,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33891,4,2,-1,'Vindicator\'s Leather Belt',47900,4,36864,0,1,0,0,6,1032,32767,146,70,0,0,0,0,0,0,5,0,1,0,4,7,49,3,33,32,19,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33892,4,2,-1,'Vindicator\'s Leather Boots',47403,4,36864,0,1,0,0,8,1032,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,49,3,33,32,19,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33228,4,1,-1,'Crimson Tunic',46430,2,0,0,1,16136,3227,5,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,5,11,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33905,4,4,-1,'Vindicator\'s Ornamented Greaves',47417,4,36864,0,1,0,0,8,3,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,32,30,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1255,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33904,4,4,-1,'Vindicator\'s Ornamented Bracers',47416,4,36864,0,1,0,0,9,3,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,29,32,20,5,17,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33708,4,3,-1,'Vengeful Gladiator\'s Linked Helm',46894,4,36864,0,1,0,0,1,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,67,38,68,32,33,35,33,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33895,4,3,-1,'Vindicator\'s Linked Girdle',47419,4,36864,0,1,0,0,6,68,32767,146,70,0,0,0,0,0,0,5,0,1,0,5,7,49,38,68,35,21,32,33,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33707,4,3,-1,'Vengeful Gladiator\'s Linked Gauntlets',46892,4,36864,0,1,0,0,10,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,51,38,66,32,32,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33919,4,0,-1,'Vindicator\'s Band of Triumph',39129,4,36864,0,1,0,0,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,34,32,26,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15810,1,0,0,0,0,0,44474,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33811,4,4,-1,'Vindicator\'s Plate Belt',47047,4,36864,0,1,0,0,6,3,32767,146,70,0,0,0,0,0,0,5,0,1,0,4,7,49,4,35,32,35,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33812,4,4,-1,'Vindicator\'s Plate Greaves',44735,4,36864,0,1,0,0,8,3,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,49,4,35,32,35,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1255,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33813,4,4,-1,'Vindicator\'s Plate Bracers',47092,4,36864,0,1,0,0,9,3,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,36,4,25,32,21,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,3015,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33853,4,0,-1,'Vindicator\'s Band of Dominance',39129,4,36864,0,1,0,0,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,31,35,22,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18050,1,0,0,0,0,0,43782,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33269,2,15,-1,'Bejeweled Dagger',46459,2,0,0,1,44527,8905,13,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,6,3,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,46,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340),(33918,4,0,-1,'Vindicator\'s Band of Salvation',39129,4,36864,0,1,0,0,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,34,35,22,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18035,1,0,0,0,0,0,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34580,4,0,-1,'Battlemaster\'s Perseverance',47696,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33820,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33923,4,0,-1,'Vindicator\'s Pendant of Triumph',39162,4,36864,0,1,0,0,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,35,32,22,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2925,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33878,4,3,-1,'Vindicator\'s Chain Sabatons',47408,4,36864,0,1,0,0,8,68,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,48,3,33,35,21,32,18,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33876,4,3,-1,'Vindicator\'s Chain Bracers',47405,4,36864,0,1,0,0,9,260708,32767,141,70,0,0,0,0,0,0,0,0,1,0,5,7,33,3,23,35,13,32,11,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20123,4,2,-1,'Highlander\'s Mail Greaves',34393,3,36864,2,1,0,0,8,68,32767,33,28,0,0,0,0,0,0,0,1,1,0,2,7,8,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33681,4,0,-1,'Vengeful Gladiator\'s Endgame',39505,4,36864,0,1,0,0,23,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,21,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33704,4,2,-1,'Vengeful Gladiator\'s Leather Tunic',46939,4,36864,0,1,0,0,5,8,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,64,3,31,35,25,32,17,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33664,4,3,-1,'Vengeful Gladiator\'s Chain Armor',46880,4,36864,0,1,0,0,5,4,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,63,3,27,32,25,35,21,5,21,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,140,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33256,4,4,-1,'Refitted Bruiser Gauntlets',46461,2,0,0,1,18816,3763,10,262143,2147483647,40,0,0,0,0,0,0,0,0,0,1,0,2,4,5,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33683,4,1,-1,'Vengeful Gladiator\'s Felweave Cowl',46871,4,36864,0,1,0,0,1,256,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,67,5,15,32,22,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33906,4,3,-1,'Vindicator\'s Ringmail Bracers',47418,4,36864,0,1,0,0,9,68,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,29,5,17,35,15,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33893,4,2,-1,'Vindicator\'s Leather Bracers',46057,4,36864,0,1,0,0,9,1032,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,33,3,25,32,12,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34422,4,4,-1,'Tempered Thorium Boots',34708,3,0,0,1,70128,14025,8,32767,-1,50,0,0,0,0,0,0,0,0,0,1,0,3,4,12,32,10,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340),(33081,0,8,-1,'Voodoo Skull',46134,1,0,0,1,20,5,0,-1,-1,1,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42383,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33533,4,3,-1,'Avalanche Leggings',47160,4,0,0,1,402062,80412,7,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,40,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,787,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33725,4,4,-1,'Vengeful Gladiator\'s Ornamented Legplates',46951,4,36864,0,1,0,0,7,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,62,5,39,32,40,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1597,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33666,4,3,-1,'Vengeful Gladiator\'s Chain Helm',47951,4,36864,0,1,0,0,1,4,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,61,3,33,32,26,35,22,5,22,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33494,2,10,-1,'Amani Divining Staff',46916,4,0,0,1,842926,168585,17,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,3,7,58,5,47,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,303,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,44075,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2889,0,300,-54.3,0,0,0,'',67,0,0,0,0,12340),(33469,4,3,-1,'Hauberk of the Empire\'s Champion',46995,4,0,0,1,400067,80013,5,32767,-1,133,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,40,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,0,0,0,0,26225,1,0,0,-1,0,-1,21637,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33884,4,1,-1,'Vindicator\'s Dreadweave Stalkers',47414,4,36864,0,1,0,0,8,400,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,32,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33912,4,1,-1,'Vindicator\'s Silk Belt',47425,4,36864,0,1,0,0,6,400,32767,146,70,0,0,0,0,0,0,5,0,1,0,4,7,43,5,30,32,28,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33729,4,4,-1,'Vengeful Gladiator\'s Plate Gauntlets',46868,4,36864,0,1,0,0,10,1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,52,4,37,32,32,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1141,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33684,4,1,-1,'Vengeful Gladiator\'s Felweave Handguards',48285,4,36864,0,1,0,0,10,256,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,50,5,18,32,22,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(33921,4,0,-1,'Vindicator\'s Pendant of Dominance',39162,4,36864,0,1,0,0,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,35,35,18,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14798,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33901,4,1,-1,'Vindicator\'s Mooncloth Cuffs',47422,4,36864,0,1,0,0,9,400,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,20,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2925,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33678,4,1,-1,'Vengeful Gladiator\'s Dreadweave Leggings',46872,4,36864,0,1,0,0,7,256,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,76,5,32,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(34011,4,6,-1,'Illidari Runeshield',47250,4,0,0,1,431577,86315,14,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,45,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5930,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,160,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33882,4,1,-1,'Vindicator\'s Dreadweave Belt',47412,4,36864,0,1,0,0,6,400,32767,146,70,0,0,0,0,0,0,5,0,1,0,3,7,49,5,32,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33883,4,1,-1,'Vindicator\'s Dreadweave Cuffs',47413,4,36864,0,1,0,0,9,400,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,20,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33744,4,1,-1,'Vengeful Gladiator\'s Satin Gloves',46932,4,36864,0,1,0,0,10,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,22,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(33879,4,2,-1,'Vindicator\'s Dragonhide Belt',47409,4,36864,0,1,0,0,6,1032,32767,146,70,0,0,0,0,0,0,5,0,1,0,6,7,42,4,30,3,29,35,26,5,20,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33491,2,3,-1,'Tuskbreaker',47010,4,0,0,1,500267,100053,26,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,1,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,326,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33671,4,2,-1,'Vengeful Gladiator\'s Dragonhide Gloves',46941,4,36864,0,1,0,0,10,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,44,4,31,5,21,3,32,35,22,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,61252,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(34577,4,0,-1,'Battlemaster\'s Depravity',47521,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,1,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33691,4,2,-1,'Vengeful Gladiator\'s Kodohide Helm',48261,4,36864,0,1,0,0,1,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,58,5,39,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,415,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33694,4,2,-1,'Vengeful Gladiator\'s Kodohide Tunic',46945,4,36864,0,1,0,0,5,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,55,5,35,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,501,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,120,0,0,0,0,2,0,2,0,4,0,2856,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33885,4,2,-1,'Vindicator\'s Kodohide Belt',47409,4,36864,0,1,0,0,6,1032,32767,146,70,0,0,0,0,0,0,5,0,1,0,3,7,43,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33886,4,2,-1,'Vindicator\'s Kodohide Boots',47428,4,36864,0,1,0,0,8,1032,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,43,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,357,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33887,4,2,-1,'Vindicator\'s Kodohide Bracers',47411,4,36864,0,1,0,0,9,1032,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,29,5,22,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(34578,4,0,-1,'Battlemaster\'s Determination',47095,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15826,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33902,4,1,-1,'Vindicator\'s Mooncloth Slippers',47423,4,36864,0,1,0,0,8,400,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,31,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33672,4,2,-1,'Vengeful Gladiator\'s Dragonhide Helm',48262,4,36864,0,1,0,0,1,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,7,7,58,4,32,5,23,3,31,35,25,31,12,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(34579,4,0,-1,'Battlemaster\'s Audacity',47294,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24196,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33738,4,3,-1,'Vengeful Gladiator\'s Ringmail Armor',46891,4,36864,0,1,0,0,20,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,30,32,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,0,0,0,0,0,0,0,0,0,21630,1,0,0,-1,0,-1,18047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,140,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33881,4,2,-1,'Vindicator\'s Dragonhide Bracers',47411,4,36864,0,1,0,0,9,1032,32767,141,70,0,0,0,0,0,0,0,0,1,0,5,7,29,4,22,3,22,35,17,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33706,4,3,-1,'Vengeful Gladiator\'s Linked Armor',46891,4,36864,0,1,0,0,20,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,64,38,54,32,30,35,31,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,0,0,0,0,0,0,0,0,0,21632,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,140,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33751,4,4,-1,'Vengeful Gladiator\'s Scaled Helm',47759,4,36864,0,1,0,0,1,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,54,5,27,32,28,4,47,35,36,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33897,4,3,-1,'Vindicator\'s Mail Bracers',47418,4,36864,0,1,0,0,9,68,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,29,5,17,35,15,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33695,4,4,-1,'Vengeful Gladiator\'s Lamellar Chestpiece',47949,4,36864,0,1,0,0,5,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,64,5,31,32,38,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,165,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33686,4,1,-1,'Vengeful Gladiator\'s Felweave Trousers',46872,4,36864,0,1,0,0,7,256,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,67,5,24,32,33,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33685,4,1,-1,'Vengeful Gladiator\'s Felweave Raiment',46873,4,36864,0,1,0,0,20,256,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,61,5,15,32,33,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,100,0,0,0,0,2,0,4,0,4,0,2951,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33432,4,3,-1,'Coif of the Jungle Stalker',47173,4,0,0,1,303457,60691,1,32767,-1,133,70,0,0,0,0,0,0,0,0,1,0,3,3,36,7,40,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,759,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,42098,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,4,0,8,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33298,2,15,-1,'Prowler\'s Strikeblade',47127,4,0,0,1,649725,129945,13,32767,-1,132,70,0,0,0,0,0,0,0,1,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,187,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15809,1,0,0,-1,0,-1,42098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33909,4,4,-1,'Vindicator\'s Scaled Belt',47415,4,36864,0,1,0,0,6,3,32767,146,70,0,0,0,0,0,0,5,0,1,0,5,7,39,4,40,32,27,5,26,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33692,4,2,-1,'Vengeful Gladiator\'s Kodohide Legguards',46946,4,36864,0,1,0,0,7,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,58,5,44,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,21640,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33898,4,3,-1,'Vindicator\'s Mail Girdle',47419,4,36864,0,1,0,0,6,68,32767,146,70,0,0,0,0,0,0,5,0,1,0,4,7,43,5,30,35,27,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33907,4,3,-1,'Vindicator\'s Ringmail Girdle',47419,4,36864,0,1,0,0,6,68,32767,146,70,0,0,0,0,0,0,5,0,1,0,4,7,43,5,30,35,27,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33741,4,3,-1,'Vengeful Gladiator\'s Ringmail Leggings',46895,4,36864,0,1,0,0,7,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,64,5,33,32,29,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,894,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34529,2,2,-1,'Vengeful Gladiator\'s Longbow',43083,4,36864,0,1,0,0,15,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,24,32,16,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,336,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,21439,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33908,4,3,-1,'Vindicator\'s Ringmail Sabatons',47420,4,36864,0,1,0,0,8,68,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,5,30,35,27,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33719,4,1,-1,'Vengeful Gladiator\'s Mooncloth Leggings',46925,4,36864,0,1,0,0,7,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,70,5,28,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,21640,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33709,4,3,-1,'Vengeful Gladiator\'s Linked Leggings',46895,4,36864,0,1,0,0,7,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,6,7,67,38,76,32,36,35,31,5,33,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,894,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34576,4,0,-1,'Battlemaster\'s Cruelty',47522,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,1,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33463,4,1,-1,'Hood of the Third Eye',48436,4,0,0,1,210404,42080,1,262143,32767,133,70,0,0,0,0,0,0,0,0,1,0,2,7,36,5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,2,0,4,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33478,2,8,-1,'Jin\'rohk, The Great Apocalypse',47042,4,0,0,1,890979,178195,17,-1,-1,138,70,0,0,0,0,0,0,0,0,1,0,2,7,49,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,380,570,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,40933,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33748,4,1,-1,'Vengeful Gladiator\'s Satin Robe',46927,4,36864,0,1,0,0,20,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,63,5,27,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33698,4,4,-1,'Vengeful Gladiator\'s Lamellar Legguards',46951,4,36864,0,1,0,0,7,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,70,5,29,32,39,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1597,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33722,4,4,-1,'Vengeful Gladiator\'s Ornamented Chestguard',47949,4,36864,0,1,0,0,5,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,58,5,37,32,36,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,165,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34059,2,19,-1,'Vengeful Gladiator\'s Baton of Light',46606,4,36864,0,1,0,0,26,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,468,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,9318,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33303,4,4,-1,'Skullshatter Warboots',46810,4,0,0,1,346186,69237,8,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,30,7,37,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,2857,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33894,4,3,-1,'Vindicator\'s Linked Bracers',47418,4,36864,0,1,0,0,9,68,32767,141,70,0,0,0,0,0,0,0,0,1,0,5,7,33,38,50,35,12,32,21,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33356,4,2,-1,'Helm of Natural Regeneration',46983,4,0,0,1,241393,48278,1,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,39,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,4,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33736,4,0,-1,'Vengeful Gladiator\'s Reprieve',39505,4,36864,0,1,0,0,23,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,21,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18041,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33752,4,4,-1,'Vengeful Gladiator\'s Scaled Legguards',46951,4,36864,0,1,0,0,7,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,66,5,23,32,36,4,54,35,36,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1597,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33911,4,4,-1,'Vindicator\'s Scaled Greaves',47417,4,36864,0,1,0,0,8,3,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,39,4,40,32,27,5,26,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1255,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33910,4,4,-1,'Vindicator\'s Scaled Bracers',47416,4,36864,0,1,0,0,9,3,32767,141,70,0,0,0,0,0,0,0,0,1,0,5,7,28,4,29,32,15,5,15,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33880,4,2,-1,'Vindicator\'s Dragonhide Boots',47428,4,36864,0,1,0,0,8,1032,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,42,4,30,3,29,35,26,5,20,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,357,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33899,4,3,-1,'Vindicator\'s Mail Sabatons',47420,4,36864,0,1,0,0,8,68,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,5,30,35,27,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33714,4,3,-1,'Vengeful Gladiator\'s Mail Leggings',46895,4,36864,0,1,0,0,7,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,64,5,33,32,29,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,894,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33465,2,10,-1,'Staff of Primal Fury',46991,4,0,0,1,815566,163113,17,32767,-1,132,70,0,0,0,0,0,0,0,0,1,0,2,3,49,7,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,448,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,42109,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33105,4,0,-1,'Budd\'s Guise of Zul\'aman',41734,1,65536,0,1,0,0,1,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'For this to work, you must think nothing but savage troll thoughts....',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33917,4,2,-1,'Vindicator\'s Wyrmhide Bracers',47411,4,36864,0,1,0,0,9,1032,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,20,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33697,4,4,-1,'Vengeful Gladiator\'s Lamellar Helm',47759,4,36864,0,1,0,0,1,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,70,5,28,32,28,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33767,4,2,-1,'Vengeful Gladiator\'s Wyrmhide Gloves',46941,4,36864,0,1,0,0,10,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,5,24,35,22,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33421,4,4,-1,'Battleworn Tuskguard',46987,4,0,0,1,365013,73002,1,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,3,7,60,4,34,12,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1355,0,0,0,0,0,0,0,0,0,35074,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33473,4,4,-1,'Chestguard of the Warlord',46998,4,0,0,1,473638,94727,5,1535,-1,133,70,0,0,0,0,0,0,0,0,1,0,5,7,60,12,27,13,26,31,26,4,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1668,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,4,0,2,0,8,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33830,4,0,-1,'Ancient Aqir Artifact',35439,4,0,0,1,364641,91160,12,-1,-1,133,70,0,0,0,0,0,0,0,1,1,0,1,14,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43713,0,0,0,120000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33272,2,0,-1,'Biting Axe',46460,2,0,0,1,45130,9026,13,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,2,3,5,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,43,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340),(33855,4,0,-1,'Tarnished Silver Ring',26001,0,0,0,1,15000,3750,11,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This ring has seen better days.',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33252,4,3,-1,'Gleaming Scale Breastplate',46448,2,0,0,1,27008,5401,5,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,4,12,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33253,4,3,-1,'Golden Helm',46449,2,0,0,1,18480,3696,1,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,4,11,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(20475,0,8,-1,'Adamantite Arrow Maker',8928,1,0,0,1,25000,6250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43674,0,-5,-5,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20121,4,3,-1,'Highlander\'s Mail Greaves',34242,3,36864,2,1,0,0,8,68,32767,53,48,0,0,0,0,0,0,0,1,1,0,3,7,13,3,8,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33493,2,15,-1,'Umbral Shiv',47012,4,0,0,1,671879,134375,13,32767,-1,132,70,0,0,0,0,0,0,0,0,1,0,3,7,30,31,13,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,207,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,4,0,0,0,2973,0,300,0,0,0,0,'',67,0,0,0,0,12340),(20118,4,3,-1,'Highlander\'s Mail Girdle',34241,3,36864,2,1,0,0,6,68,32767,53,48,0,0,0,0,0,0,0,1,1,0,2,7,8,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33769,4,2,-1,'Vengeful Gladiator\'s Wyrmhide Legguards',46946,4,36864,0,1,0,0,7,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,58,5,35,35,31,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,33233,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(33916,4,2,-1,'Vindicator\'s Wyrmhide Boots',47428,4,36864,0,1,0,0,8,1032,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,43,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,357,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33842,4,7,-1,'Vengeful Gladiator\'s Libram of Justice',1103,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43726,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34066,2,19,-1,'Vengeful Gladiator\'s Piercing Touch',46606,4,36864,0,1,0,0,26,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,7,18,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,468,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,9343,1,0,0,0,0,-1,26283,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33495,2,13,-1,'Rage',47176,4,0,0,1,676802,135360,21,262143,32767,132,70,0,0,0,0,0,0,0,0,1,0,3,32,13,7,18,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,323,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33768,4,2,-1,'Vengeful Gladiator\'s Wyrmhide Helm',48262,4,36864,0,1,0,0,1,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,58,5,30,35,28,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,415,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33771,4,2,-1,'Vengeful Gladiator\'s Wyrmhide Tunic',46945,4,36864,0,1,0,0,5,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,55,5,28,35,27,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,501,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,120,0,0,0,0,2,0,2,0,4,0,2856,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33915,4,2,-1,'Vindicator\'s Wyrmhide Belt',47409,4,36864,0,1,0,0,6,1032,32767,146,70,0,0,0,0,0,0,5,0,1,0,3,7,43,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33889,4,4,-1,'Vindicator\'s Lamellar Bracers',47416,4,36864,0,1,0,0,9,3,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,29,32,20,5,17,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33746,4,1,-1,'Vengeful Gladiator\'s Satin Leggings',46925,4,36864,0,1,0,0,7,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,73,5,32,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,23213,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33497,4,0,-1,'Mana Attuned Band',35313,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,36,29,31,18,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33936,4,7,-1,'Gladiator\'s Libram of Fortitude',34960,4,36864,0,1,0,0,28,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43850,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33268,2,15,-1,'Bone Dirk',46458,2,0,0,1,47914,9582,13,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,2,7,1,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,37,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340),(33008,12,0,0,'Deserter Propaganda',45900,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Crates filled with leaflets denouncing Lady Jaina and encouraging Theramore guards to join with the deserters.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33015,12,0,0,'Altered Leaflets',45923,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The text of these leaflets has been doctored to embarass the Theramore deserters.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33126,12,0,0,'Thresher Oil',46248,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33127,12,0,0,'Dastardly Denizens of the Deep',2757,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An old seafarer\'s compilation of illustrated tales about giant sea monsters.',3034,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33166,12,0,0,'Pagle\'s Fish Paste, Extra Strength',46273,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42644,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A jar of the most rank fish-derived paste you\'ve ever seen.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33037,12,0,0,'Defias Orders',34742,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These orders are penned in ornate script on heavy, expensive paper.',3032,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33039,12,0,0,'Tool Kit',45928,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Grimy, rusty tools that only a desperate person would attempt to use.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33038,12,0,0,'Damaged Diving Gear',45927,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This diving gear would certainly kill anyone who tried to use it in its present condition.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33045,12,0,0,'Renn\'s Supplies',19595,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Contains diving gear and salvage supplies.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33041,12,0,0,'Salvaged Strongbox',12925,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The contents of this box appear to have survived the wreck.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33044,12,0,0,'Salvage Kit',45938,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42287,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33040,12,0,0,'Repaired Diving Gear',45931,1,65600,0,1,0,0,1,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42275,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Renn has repaired this, but there\'s no telling how long it will work.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,3600,0,0,'',0,0,0,0,0,12340),(33202,12,0,0,'Marsh Frog Leg',6327,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33112,12,0,0,'Witchbane',6387,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33113,12,0,0,'Witchbane Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42521,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33069,12,0,0,'Sturdy Rope',43599,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42325,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A strong, braided leather rope suitable for capturing large creatures.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33070,12,0,0,'Raptor Bait',6327,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42338,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The nearly rancid remains from a recent hunting trip.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33061,13,0,0,'Grimtotem Key',23458,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42323,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33101,12,0,0,'Captured Totem',37388,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42452,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33103,12,0,0,'Marsh Venom',46209,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33108,12,0,0,'Ooze Buster',46211,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42489,0,0,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Explodes pesky oozes, guaranteed!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33163,12,0,0,'Zeppelin Cargo',35406,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It seems to have survived the crash intact... mostly.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33085,12,0,0,'Bloodfen Feather',46154,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33175,12,0,0,'Wyrmtail',19497,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33088,12,0,0,'Brogg\'s Totem',43677,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42411,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33087,12,0,0,'Black Dragonkin Essence',46176,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33086,12,0,0,'Stonemaul Banner',7111,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33091,12,0,0,'Energized Totem',46184,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42418,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Brogg\'s finished totem.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33095,12,0,0,'Stonemaul Banner',7111,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42425,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This old banner is tattered and foul-smelling, but nonetheless embodies Stonemaul pride.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33110,12,0,0,'Razorspine\'s Sword',46220,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A jagged, rusty blade wielded by an insane murloc.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33733,2,4,-1,'Vengeful Gladiator\'s Pummeler',47606,4,36864,0,1,0,0,13,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33662,2,4,-1,'Vengeful Gladiator\'s Bonecracker',47606,4,36864,0,1,0,0,22,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,201,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33688,2,8,-1,'Vengeful Gladiator\'s Greatsword',46900,4,36864,0,1,0,0,17,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,62,4,46,32,46,35,33,31,15,0,0,0,0,0,0,0,0,0,0,0,0,386,580,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,43902,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33071,12,0,0,'Blackhoof Armaments',45984,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These arms and armor match the style of those found at the Shady Rest Inn, but haven\'t seen battle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33051,12,0,0,'Grimtotem Battle Plan',34751,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3033,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33050,12,0,0,'Grimtotem Note',35025,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42301,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33072,12,0,0,'Tabetha\'s Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42356,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33114,12,0,0,'Sealed Letter',34749,1,2048,2,1,0,0,0,-1,-1,1,30,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,11185,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33082,12,0,0,'Wreath',18168,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42390,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33762,2,7,-1,'Vengeful Gladiator\'s Slicer',46970,4,36864,0,1,0,0,13,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,322,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33734,2,7,-1,'Vengeful Gladiator\'s Quickblade',46970,4,36864,0,1,0,0,22,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,201,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33743,2,4,-1,'Vengeful Gladiator\'s Salvation',47740,4,36864,0,1,0,0,21,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,35,5,23,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,116,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,43460,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-61.8,0,0,0,'',0,0,0,0,0,12340),(33670,2,1,-1,'Vengeful Gladiator\'s Decapitator',47732,4,36864,0,1,0,0,17,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,62,32,46,35,33,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,580,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,15832,1,0,0,-1,0,-1,43902,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33999,15,5,-1,'Cenarion War Hippogryph',47934,4,32768,0,1,20000000,0,0,-1,-1,70,70,762,300,0,0,0,942,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,43927,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34201,9,1,-1,'Pattern: Netherscale Ammo Pouch',811,1,64,1,1,160000,40000,0,-1,-1,70,0,165,350,0,0,0,947,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,44768,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Netherscale Ammo Pouch.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34106,11,3,-1,'Netherscale Ammo Pouch',47559,3,32768,0,1,150000,37500,18,-1,-1,70,70,0,0,0,0,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34174,9,1,-1,'Pattern: Drums of Restoration',15274,1,64,1,1,160000,40000,0,-1,-1,70,0,165,350,0,0,0,941,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35539,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Drums of Restoration.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34172,9,1,-1,'Pattern: Drums of Speed',15274,1,64,1,1,160000,40000,0,-1,-1,69,0,165,345,0,0,0,941,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35544,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Drums of Speed.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34099,11,3,-1,'Knothide Ammo Pouch',2585,2,0,0,1,90000,22500,18,-1,-1,70,60,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33317,4,1,-1,'Robe of Departed Spirits',48222,4,0,0,1,251665,50333,20,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,31,6,30,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33809,15,5,-1,'Amani War Bear',40160,4,0,0,1,0,0,0,262143,-1,70,70,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,43688,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33492,2,1,-1,'Trollbane',47011,4,0,0,1,836772,167354,17,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,2,3,39,7,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,537,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,29524,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'You know this blade...',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,2973,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34105,11,2,-1,'Quiver of a Thousand Feathers',47447,3,32768,0,1,150000,37500,18,-1,-1,70,70,0,0,0,0,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33840,12,0,-1,'Murmur\'s Whisper',41681,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The professor was right, Murmur\'s \'whisper\' does have a physical manifestation!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20120,4,2,-1,'Highlander\'s Mail Girdle',34392,3,36864,2,1,0,0,6,68,32767,33,28,0,0,0,0,0,0,0,1,1,0,2,7,5,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20056,4,3,-1,'Highlander\'s Mail Pauldrons',34249,4,36864,2,1,0,0,3,68,32767,65,60,0,0,0,0,0,0,0,1,1,0,4,4,11,7,18,3,10,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,470,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20051,4,3,-1,'Highlander\'s Mail Greaves',34242,3,36864,2,1,0,0,8,68,32767,63,58,0,0,0,0,0,0,0,1,1,0,3,7,16,3,10,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,470,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34173,9,1,-1,'Pattern: Drums of Speed',15274,1,64,2,1,160000,40000,0,-1,-1,69,0,165,345,0,0,0,978,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35544,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Drums of Speed.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34175,9,1,-1,'Pattern: Drums of Restoration',15274,1,64,2,1,160000,40000,0,-1,-1,70,0,165,350,0,0,0,978,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35539,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Drums of Restoration.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33189,15,0,-1,'Rickety Magic Broom',56954,2,65664,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,42692,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,0,12340),(33687,2,4,-1,'Vengeful Gladiator\'s Gavel',47740,4,36864,0,1,0,0,21,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,20,31,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,116,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,43455,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-61.8,0,0,0,'',0,0,0,0,0,12340),(33727,2,6,-1,'Vengeful Gladiator\'s Painsaw',40368,4,36864,0,1,0,0,17,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,62,32,47,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,354,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,15832,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33716,2,10,-1,'Vengeful Gladiator\'s Staff',47744,4,36864,0,1,0,0,17,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,62,38,92,32,46,35,33,31,22,0,0,0,0,0,0,0,0,0,0,0,0,214,322,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33766,2,10,-1,'Vengeful Gladiator\'s War Staff',47743,4,36864,0,1,0,0,17,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,62,32,46,35,29,5,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,198,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,43455,1,0,0,-1,0,-1,44001,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-61.8,0,0,0,'',0,0,0,0,0,12340),(34540,2,10,-1,'Vengeful Gladiator\'s Battle Staff',47743,4,36864,0,1,0,0,17,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,62,31,28,32,46,35,29,5,46,0,0,0,0,0,0,0,0,0,0,0,0,90,198,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,43455,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-61.8,0,0,0,'',0,0,0,0,0,12340),(33663,2,5,-1,'Vengeful Gladiator\'s Bonegrinder',47742,4,36864,0,1,0,0,17,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,62,4,46,32,46,35,33,31,15,0,0,0,0,0,0,0,0,0,0,0,0,386,580,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,43902,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33801,2,15,-1,'Vengeful Gladiator\'s Mutilator',47733,4,36864,0,1,0,0,22,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,241,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33705,2,13,-1,'Vengeful Gladiator\'s Left Ripper',46967,4,36864,0,1,0,0,22,262143,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,201,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34016,2,13,-1,'Vengeful Gladiator\'s Left Render',46967,4,36864,0,1,0,0,22,262143,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33737,2,13,-1,'Vengeful Gladiator\'s Right Ripper',46966,4,36864,0,1,0,0,21,262143,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33763,2,15,-1,'Vengeful Gladiator\'s Spellblade',46973,4,36864,0,1,0,0,21,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,20,35,18,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,116,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,43455,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,-61.8,0,0,0,'',0,0,0,0,0,12340),(33754,2,15,-1,'Vengeful Gladiator\'s Shanker',47733,4,36864,0,1,0,0,13,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,223,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33756,2,15,-1,'Vengeful Gladiator\'s Shiv',47733,4,36864,0,1,0,0,22,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,188,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33669,2,0,-1,'Vengeful Gladiator\'s Cleaver',46962,4,36864,0,1,0,0,13,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33689,2,0,-1,'Vengeful Gladiator\'s Hacker',46962,4,36864,0,1,0,0,22,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,201,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34015,2,0,-1,'Vengeful Gladiator\'s Chopper',46962,4,36864,0,1,0,0,22,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33924,0,5,0,'Delicious Chocolate Cake',47763,1,0,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43777,0,-1,-1,-1,11,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33668,4,3,-1,'Vengeful Gladiator\'s Chain Spaulders',46881,4,36864,0,1,0,0,3,4,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,49,3,35,32,16,35,21,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,766,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33699,4,4,-1,'Vengeful Gladiator\'s Lamellar Shoulders',46953,4,36864,0,1,0,0,3,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,44,5,23,32,28,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1369,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33726,4,4,-1,'Vengeful Gladiator\'s Ornamented Spaulders',46953,4,36864,0,1,0,0,3,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,40,5,27,32,28,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1369,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33753,4,4,-1,'Vengeful Gladiator\'s Scaled Shoulders',46953,4,36864,0,1,0,0,3,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,39,5,20,32,26,4,33,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33679,4,1,-1,'Vengeful Gladiator\'s Dreadweave Mantle',46876,4,36864,0,1,0,0,3,256,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,49,5,13,35,21,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(33682,4,1,-1,'Vengeful Gladiator\'s Felweave Amice',46876,4,36864,0,1,0,0,3,256,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,50,5,13,35,23,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(33693,4,2,-1,'Vengeful Gladiator\'s Kodohide Spaulders',46944,4,36864,0,1,0,0,3,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,43,5,24,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(33674,4,2,-1,'Vengeful Gladiator\'s Dragonhide Spaulders',46944,4,36864,0,1,0,0,3,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,43,4,30,5,16,3,30,35,21,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(33770,4,2,-1,'Vengeful Gladiator\'s Wyrmhide Spaulders',46944,4,36864,0,1,0,0,3,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,5,20,35,22,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33747,4,1,-1,'Vengeful Gladiator\'s Satin Mantle',46926,4,36864,0,1,0,0,3,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,22,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(33720,4,1,-1,'Vengeful Gladiator\'s Mooncloth Mantle',46926,4,36864,0,1,0,0,3,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,21,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(33732,4,4,-1,'Vengeful Gladiator\'s Plate Shoulders',46865,4,36864,0,1,0,0,3,1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,57,4,33,32,30,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,100,0,0,0,0,2,0,4,0,0,0,3205,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33742,4,3,-1,'Vengeful Gladiator\'s Ringmail Spaulders',46890,4,36864,0,1,0,0,3,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,5,23,32,20,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,766,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33710,4,3,-1,'Vengeful Gladiator\'s Linked Spaulders',46890,4,36864,0,1,0,0,3,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,52,38,50,32,27,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,766,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33703,4,2,-1,'Vengeful Gladiator\'s Leather Spaulders',46938,4,36864,0,1,0,0,3,8,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,49,3,34,32,27,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(33757,4,1,-1,'Vengeful Gladiator\'s Silk Amice',46928,4,36864,0,1,0,0,3,128,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,50,5,13,35,23,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(33948,4,7,-1,'Gladiator\'s Libram of Vengeance',34960,4,36864,0,1,0,0,28,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43854,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33939,4,9,-1,'Gladiator\'s Totem of Indomitability',25246,4,36864,0,1,0,0,28,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43857,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33951,4,9,-1,'Gladiator\'s Totem of Survival',25246,4,36864,0,1,0,0,28,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43860,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33945,4,8,-1,'Gladiator\'s Idol of Resolve',34953,4,36864,0,1,0,0,28,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43840,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33942,4,8,-1,'Gladiator\'s Idol of Steadfastness',34953,4,36864,0,1,0,0,28,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43841,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34207,0,6,-1,'Glove Reinforcements',47528,2,64,0,1,30000,7500,0,-1,-1,70,60,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44769,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33500,4,0,-1,'Signet of Eternal Life',39120,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,2,7,54,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33496,4,0,-1,'Signet of Primal Wrath',33534,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,2,7,30,3,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,40680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33499,4,0,-1,'Signet of the Last Defender',45362,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,2,7,45,15,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39987,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33498,4,0,-1,'Signet of the Quiet Forest',31576,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,2,36,30,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33464,4,3,-1,'Hex Lord\'s Voodoo Pauldrons',46990,4,0,0,1,295842,59168,3,32767,-1,133,70,0,0,0,0,0,0,0,0,1,0,3,7,17,5,30,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33185,0,6,-1,'Adamantite Weapon Chain',9635,2,64,0,1,72000,18000,0,-1,-1,63,50,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42687,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34100,11,2,-1,'Knothide Quiver',21712,2,32768,0,1,90000,22500,18,-1,-1,70,60,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34484,15,0,-1,'Old Ironjaw',47760,2,32768,0,1,10000,2500,23,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The legendary uncatchable fish of Ironforge. Just holding this scaly old monster makes you feel tough.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34486,15,0,-1,'Old Crafty',47761,2,32768,0,1,10000,2500,23,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Said to be the craftiest fish in Orgrimmar, it appears he was outsmarted at last.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33803,6,2,-1,'Adamantite Stinger',26497,3,0,0,200,1000,2,24,-1,-1,118,62,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,43,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34092,15,5,-1,'Merciless Nether Drake',42378,4,4096,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,44744,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is an extremely fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33815,12,0,-1,'Bladefist\'s Seal',47048,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Forged from the strongest metals, it bears the mark of the deceased warchief.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33826,12,0,-1,'Black Stalker Egg',45651,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It pulses with life.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33858,12,0,-1,'Aeonus\'s Hourglass',43101,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The sands are falling upward!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34089,12,0,0,'Alicia\'s Poem',3093,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3039,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33814,12,0,-1,'Keli\'dan\'s Feathered Stave',12989,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The feathers are a bit ruffled from the fight, but still in top shape.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33847,12,0,-1,'Epoch Hunter\'s Head',31434,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'ll look fine mounted just so long as the wind trader\'s customer has plenty of wall space.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33106,12,0,-1,'Forest Troll Tusk',7048,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33013,12,0,-1,'Budd\'s Map of Zul\'Aman',1322,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This map is sketchy, at best....',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33834,12,0,-1,'The Headfeathers of Ikiss',47098,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The plumes are a display of beautiful autumnal hues.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33836,12,0,-1,'The Exarch\'s Soul Gem',46252,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s hard to believe that this bauble holds the spirits of many victims. Nevertheless, you can sense them in turmoil within.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33849,12,0,-1,'Mana Berry',47104,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34469,12,0,-1,'Strange Engine Part',7841,1,0,2,1,40000,10000,0,-1,-1,70,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It reads \'Capissen 38\' on the bottom.',0,0,0,11531,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33115,12,0,0,'Sealed Letter',34749,1,2048,1,1,0,0,0,-1,-1,1,30,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,11186,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33102,12,0,0,'Blood of Zul\'jin',15794,4,0,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Through the vial\'s glass you can feel the warlord\'s blood swirling.',0,0,0,11178,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33827,12,0,-1,'The Warlord\'s Treatise',8093,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Written in the water-proofed alien script of the naga, this volume is thousands of pages long.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33821,12,0,-1,'The Heart of Quagmirran',5283,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'One of three hearts, it kind of looks like an artichoke.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33861,12,0,-1,'The Scroll of Skyriss',47106,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Indeed, the language written upon the scroll is illegible. In fact, it hurts your brain to even look upon it!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34497,15,0,0,'Paper Flying Machine',47779,1,65538,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45133,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1800,0,0,'',0,0,0,0,0,12340),(33841,4,8,-1,'Vengeful Gladiator\'s Idol of Tenacity',9659,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43725,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33940,4,9,-1,'Merciless Gladiator\'s Totem of Indomitability',25246,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43858,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33735,4,6,-1,'Vengeful Gladiator\'s Redoubt',42376,4,36864,0,1,0,0,14,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,31,35,27,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6132,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,167,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33307,9,8,-1,'Formula: Enchant Weapon - Executioner',7798,3,64,0,1,60000,15000,0,-1,-1,75,0,333,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42974,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to occasionally grant you 120 armor penetration rating. Requires a level 60 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33843,4,9,-1,'Vengeful Gladiator\'s Totem of the Third Wind',46045,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43728,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33006,2,18,-1,'Vengeful Gladiator\'s Heavy Crossbow',46964,4,36864,0,1,0,0,26,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,24,32,16,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,336,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,21439,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34530,2,3,-1,'Vengeful Gladiator\'s Rifle',48183,4,36864,0,1,0,0,26,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,24,32,16,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,336,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,21439,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33944,4,8,-1,'Vengeful Gladiator\'s Idol of Steadfastness',34953,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43845,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33947,4,8,-1,'Vengeful Gladiator\'s Idol of Resolve',34953,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43843,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33938,4,7,-1,'Vengeful Gladiator\'s Libram of Fortitude',34960,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43852,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33950,4,7,-1,'Vengeful Gladiator\'s Libram of Vengeance',34960,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43856,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33941,4,9,-1,'Vengeful Gladiator\'s Totem of Indomitability',25246,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43859,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33953,4,9,-1,'Vengeful Gladiator\'s Totem of Survival',25246,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43862,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33661,4,6,-1,'Vengeful Gladiator\'s Barrier',42376,4,36864,0,1,0,0,14,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,31,35,27,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6132,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,167,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33755,4,6,-1,'Vengeful Gladiator\'s Shield Wall',42376,4,36864,0,1,0,0,14,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,7,55,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6132,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,167,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33943,4,8,-1,'Merciless Gladiator\'s Idol of Steadfastness',34953,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43844,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33937,4,7,-1,'Merciless Gladiator\'s Libram of Fortitude',34960,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43851,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33949,4,7,-1,'Merciless Gladiator\'s Libram of Vengeance',34960,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43855,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33952,4,9,-1,'Merciless Gladiator\'s Totem of Survival',25246,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43861,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33791,2,7,-1,'Heavy Copper Longsword',46839,2,0,0,1,1582,316,13,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340),(33890,4,4,-1,'Vindicator\'s Lamellar Greaves',47417,4,36864,0,1,0,0,8,3,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,32,30,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1255,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34535,15,2,-1,'Azure Whelpling',47892,1,64,0,1,10000,2500,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10696,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33932,0,8,-1,'Amani Charm of the Witch Doctor',31846,2,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43820,0,-1,-1,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,568,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33107,12,0,-1,'Tattered Voodoo Doll',2622,2,0,0,1,0,0,0,262143,2147483647,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A ragged, stained voodoo doll',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34256,3,1,-1,'Charmed Amani Jewel',46252,4,524288,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,821,-1,0,0,0,0,'',0,0,0,0,0,12340),(34474,12,0,-1,'Strange Engine Part',7841,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It reads \'Capissen 38\' on the bottom.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34130,0,2,-1,'Recovery Diver\'s Potion',4836,1,0,0,1,0,0,0,-1,-1,18,8,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44467,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33930,0,8,-1,'Amani Charm of the Bloodletter',31846,2,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43816,0,-1,-1,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,568,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34221,9,10,-1,'Design: Chaotic Skyfire Diamond',6270,3,80,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,44794,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Chaotic Skyfire Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33875,9,5,-1,'Recipe: Kibler\'s Bits',15274,2,64,0,1,20000,5000,0,-1,-1,60,0,185,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43772,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Kibler\'s Bits.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33854,15,0,-1,'Unidentified Eye',13714,0,0,0,1,2255,563,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Maybe it belonged to an animal, and maybe it didn\'t.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34109,9,0,-1,'Weather-Beaten Journal',1588,1,32832,0,1,2500,625,0,262143,-1,40,0,356,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43308,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you the fine art of fish finding.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33804,9,3,-1,'Schematic: Adamantite Arrow Maker',1102,2,64,0,1,60000,15000,0,-1,-1,67,0,202,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43676,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Adamantite Arrow Maker.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33993,15,2,-1,'Mojo',52793,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,43918,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33926,0,0,-1,'Sealed Scroll Case',47123,3,4,0,1,1000,250,0,262143,2147483647,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A hermetically sealed tube.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33931,0,8,-1,'Amani Charm of Mighty Mojo',31846,2,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43818,0,-1,-1,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,568,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34114,9,3,-1,'Schematic: Field Repair Bot 110G',1301,2,64,0,1,120000,30000,0,-1,-1,70,0,202,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,44391,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Field Repair Bot 110G that sells reagents and repairs items at the normal cost.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33846,15,0,-1,'Ruined Fishing Net',3673,0,0,0,1,1855,463,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33954,9,4,-1,'Plans: Hammer of Righteous Might',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43846,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Hammer of Righteous Might.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33856,15,0,-1,'List of Goods',7695,0,0,0,1,135,33,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Blood and water stains have made the list unreadable.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(2133,4,6,-1,'Small Shield',18480,1,16,0,1,79,16,14,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,1,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(33888,4,4,-1,'Vindicator\'s Lamellar Belt',47415,4,36864,0,1,0,0,6,3,32767,146,70,0,0,0,0,0,0,5,0,1,0,4,7,43,32,30,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33715,4,3,-1,'Vengeful Gladiator\'s Mail Spaulders',46890,4,36864,0,1,0,0,3,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,5,22,32,22,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,766,0,0,0,0,0,0,0,0,0,21627,1,0,0,-1,0,-1,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34410,0,0,-1,'Honeyed Holiday Ham',47915,1,65536,0,5,4000,200,0,32767,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35271,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,172800,0,0,'',0,0,0,0,0,12340),(34413,9,5,-1,'Recipe: Hot Apple Cider',811,1,64,0,1,10000,2500,0,-1,-1,35,0,185,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,45022,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to brew Hot Apple Cider.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34085,4,1,-1,'Red Winter Clothes',48130,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,761,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34491,9,1,-1,'Pattern: Bag of Many Hides',15274,2,64,0,1,96000,24000,0,-1,-1,72,0,165,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,45117,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Bag of Many Hides.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34319,9,2,-1,'Pattern: Red Winter Clothes',15274,2,64,0,1,5000,1250,0,-1,-1,50,0,197,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,44958,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Red Winter Clothes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34261,9,2,-1,'Pattern: Green Winter Clothes',15274,2,64,0,1,5000,1250,0,-1,-1,50,0,197,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,44950,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Green Winter Clothes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34262,9,1,-1,'Pattern: Winter Boots',811,2,64,0,1,5000,1250,0,-1,-1,57,0,165,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,44953,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Winter Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33277,0,0,0,'Tome of Thomas Thomson',9135,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3037,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34033,4,0,-1,'Vengeful Gladiator\'s Grimoire',39505,4,36864,0,1,0,0,23,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,7,34,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,0,0,0,44001,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33590,4,1,-1,'Cloak of Fiends',47067,4,0,0,1,198819,39763,16,-1,-1,128,70,0,0,0,0,0,0,1,0,1,0,3,3,20,7,22,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33591,4,1,-1,'Shadowcaster\'s Drape',47068,4,0,0,1,199536,39907,16,-1,-1,128,70,0,0,0,0,0,0,1,0,1,0,3,5,20,7,22,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33186,9,4,-1,'Plans: Adamantite Weapon Chain',15274,2,64,0,1,3800,950,0,-1,-1,63,0,164,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42688,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Adamantite Weapon Chain.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33925,9,5,-1,'Recipe: Delicious Chocolate Cake',6270,3,64,0,1,20000,5000,0,-1,-1,5,0,185,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43779,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to bake a Delicious Chocolate Cake.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33971,4,2,-1,'Elunite Imbued Leggings',47049,4,0,0,1,308437,61687,7,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,40,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,4,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34492,15,2,-1,'Rocket Chicken',47777,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,45125,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34499,15,0,0,'Paper Flying Machine Kit',47770,3,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45135,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34493,15,2,-1,'Dragon Kite',47931,4,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,45127,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34425,15,2,-1,'Clockwork Rocket Bot',47926,3,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,54187,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34480,15,0,-1,'Romantic Picnic Basket',47746,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45094,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33083,0,8,-1,'Orcish Grog',46142,1,65600,0,1,10,0,0,-1,-1,5,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42391,0,-1,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This doesn\'t do a body good....',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,300,0,0,'',0,0,0,0,0,12340),(29193,12,0,-1,'Arcanum of the Gladiator',40402,2,64,0,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35453,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32773,13,0,-1,'Bash\'ir\'s Skeleton Key',42619,2,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41267,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32945,2,13,-1,'Fist of Molten Fury',45890,4,0,0,1,706154,141230,22,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,2,3,20,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,181,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,719,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32946,2,13,-1,'Claw of Molten Fury',45889,4,0,0,1,708699,141739,21,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,2,3,20,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,325,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,719,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33792,9,4,-1,'Plans: Heavy Copper Longsword',15274,2,64,0,1,100,25,0,-1,-1,10,0,164,35,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,43549,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Heavy Copper Longsword.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33816,15,2,-1,'Toothy\'s Bucket',33467,3,64,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,43697,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33818,15,2,-1,'Muckbreath\'s Bucket',33467,3,64,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,43698,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33820,4,1,-1,'Weather-Beaten Fishing Hat',47051,3,192,0,1,127451,25490,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,40,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,7823,1,0,0,0,0,0,43699,0,0,0,600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(33928,0,0,-1,'Hollowed Bone Decanter',47124,3,4,0,1,1000,250,0,262143,2147483647,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Ivory container - that IS ivory, right?',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33956,0,0,-1,'Harkor\'s Home Brew',18102,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43864,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Ain\'t much a pint a\' this won\'t fix!',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34077,0,0,0,'Crudely Wrapped Gift',49426,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44245,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34129,15,5,-1,'Swift Warstrider',49164,4,4096,0,1,0,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,35028,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34157,12,0,-1,'Head of Kael\'thas',47730,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34160,12,0,-1,'The Signet Ring of Prince Kael\'thas',39126,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'What power lies within this symbol now that its master is dead? Funny how it has been reduced to being sold to the highest bidder.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34164,2,7,-1,'Dragonscale-Encrusted Longblade',48078,4,0,0,1,755128,151025,13,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,36,37,25,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34165,2,15,-1,'Fang of Kalecgos',49970,4,0,0,1,757967,151593,13,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,2,36,25,3,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34166,4,0,-1,'Band of Lucent Beams',39123,4,0,0,1,241024,60256,11,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,3,7,24,5,25,36,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34167,4,4,-1,'Legplates of the Holy Juggernaut',47988,4,0,0,1,550640,110128,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,41,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,40343,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34168,4,3,-1,'Starstalker Legguards',47990,4,0,0,1,473732,94746,7,32767,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,4,3,57,7,49,5,24,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,971,0,0,0,0,0,0,0,0,0,40933,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,4,0,8,0,8,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34169,4,2,-1,'Breeches of Natural Aggression',47975,4,4096,0,1,396239,79247,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,41,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,2,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34170,4,1,-1,'Pantaloons of Calming Strife',48295,4,0,0,1,318129,63625,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,29,5,36,6,42,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,4,0,8,0,2890,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34176,2,4,-1,'Reign of Misery',47992,4,4096,0,1,732494,146498,21,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,25,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,119,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,44751,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-66.5,0,0,0,'',67,0,0,0,0,12340),(34177,4,0,-1,'Clutch of Demise',48511,4,0,0,1,353421,88355,2,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,3,25,7,33,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34178,4,0,-1,'Collar of the Pit Lord',48507,4,0,0,1,345774,86443,2,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,63,37,29,12,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34179,4,0,-1,'Heart of the Pit',48894,4,0,0,1,1015299,203059,23,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,21,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34180,4,4,-1,'Felfury Legplates',47991,4,0,0,1,536365,107273,7,1535,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,4,4,61,7,48,36,50,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,8,0,2,0,4,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34181,4,1,-1,'Leggings of Calamity',48296,4,0,0,1,307632,61526,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,41,32,33,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,2,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34182,2,10,-1,'Grand Magister\'s Staff of Torrents',49132,4,0,0,1,936717,187343,17,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,57,5,52,32,49,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,326,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,44751,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,4,0,4,0,4,0,2889,0,300,-66.5,0,0,0,'',67,0,0,0,0,12340),(34183,2,6,-1,'Shivering Felspine',47996,4,0,0,1,940266,188053,17,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,2,3,52,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,393,590,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,40933,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,4,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34184,4,0,-1,'Brooch of the Highborne',48509,4,0,0,1,411111,102777,2,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,36,20,7,33,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34185,4,6,-1,'Sword Breaker\'s Bulwark',48907,4,0,0,1,485000,97000,14,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,49,12,20,15,16,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6459,0,0,0,0,0,0,0,0,0,28113,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,178,0,120,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34186,4,3,-1,'Chain Links of the Tumultuous Storm',47993,4,0,0,1,470175,94035,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,41,32,35,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,971,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,4,0,2,0,2,0,2864,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34188,4,2,-1,'Leggings of the Immortal Night',47995,4,0,0,1,405170,81034,7,32767,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,3,3,41,7,48,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,0,0,0,42039,1,0,0,-1,0,-1,44756,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,2,0,2,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34189,4,0,-1,'Band of Ruinous Delight',31655,4,0,0,1,241024,60256,11,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,2,32,32,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40679,1,0,0,-1,0,-1,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34190,4,1,-1,'Crimson Paragon\'s Cover',48869,4,0,0,1,237678,47535,16,-1,-1,154,70,0,0,0,0,0,0,1,0,1,0,3,7,61,13,28,37,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34192,4,4,-1,'Pauldrons of Perseverance',50016,4,4096,0,1,430707,86141,3,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,60,12,27,15,32,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,34592,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,4,0,8,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34193,4,4,-1,'Spaulders of the Thalassian Savior',50017,4,4096,0,1,432240,86448,3,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,25,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,21641,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,8,0,4,0,0,0,2875,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34195,4,2,-1,'Shoulderpads of Vehemence',47999,4,0,0,1,281855,56371,3,1535,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,4,3,33,7,45,31,26,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34196,2,2,-1,'Golden Bow of Quel\'Thalas',48294,4,0,0,1,549255,109851,15,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,1,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,380,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,42095,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34197,2,15,-1,'Shiv of Exsanguination',49971,4,0,0,1,735179,147035,13,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,1,3,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,253,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15809,1,0,0,-1,0,-1,40226,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34198,2,10,-1,'Stanchion of Primal Instinct',48290,4,0,0,1,922523,184504,17,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,3,75,38,94,7,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,505,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,42157,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34202,4,1,-1,'Shawl of Wonderment',50013,4,0,0,1,231578,46315,3,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,26,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,2,0,8,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34203,2,13,-1,'Grip of Mannoroth',48002,4,0,0,1,772468,154493,22,262143,32767,154,70,0,0,0,0,0,0,0,0,1,0,2,36,31,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15811,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34204,4,0,-1,'Amulet of Unfettered Magics',48512,4,0,0,1,353421,88355,2,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,31,15,7,24,5,17,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34205,4,1,-1,'Shroud of Redeemed Souls',48870,4,0,0,1,233420,46684,16,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,2,7,27,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34206,4,0,-1,'Book of Highborne Hymns',48895,4,0,0,1,1015299,203059,23,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,20,36,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34208,4,3,-1,'Equilibrium Epaulets',48004,4,0,0,1,366238,73247,3,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,36,24,7,30,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,2,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34209,4,2,-1,'Spaulders of Reclamation',48005,4,0,0,1,304945,60989,3,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,27,5,26,6,30,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,8,0,2,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34211,4,2,-1,'Harness of Carnal Instinct',48011,4,0,0,1,409478,81895,5,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,4,52,3,75,7,64,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,40226,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34212,4,2,-1,'Sunglow Vest',48012,4,0,0,1,410940,82188,5,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,41,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,29369,1,0,0,0,0,0,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,120,0,0,0,0,2,0,8,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34215,4,4,-1,'Warharness of Reckless Fury',48015,4,0,0,1,526018,105203,5,1535,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,4,4,61,7,67,32,41,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,4,0,4,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34216,4,4,-1,'Heroic Judicator\'s Chestguard',48016,4,0,0,1,528065,105613,5,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,78,4,61,12,29,13,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,4,0,4,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34229,4,3,-1,'Garments of Serene Shores',48013,4,0,0,1,487864,97572,5,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,41,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,35836,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,2,0,2,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34233,4,1,-1,'Robes of Faltered Light',48300,4,0,0,1,320219,64043,20,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,40,6,40,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,8,0,4,0,2890,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34234,4,2,-1,'Shadowed Gauntlets of Paroxysm',48018,4,0,0,1,206893,41378,10,1535,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,3,41,7,33,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,8,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34243,4,4,-1,'Helm of Burning Righteousness',48022,4,0,0,1,429095,85819,1,-1,-1,164,70,0,0,0,0,0,0,0,0,1,0,3,7,51,5,43,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1660,0,0,0,0,0,0,0,0,0,44847,1,0,0,-1,0,-1,21640,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,2864,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34244,4,2,-1,'Duplicitous Guise',48020,4,0,0,1,308210,61642,1,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,4,3,43,7,57,31,30,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,0,0,0,0,0,0,0,0,0,39885,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,2873,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34245,4,2,-1,'Cover of Ursol the Wise',48019,4,0,0,1,309308,61861,1,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,42,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,0,0,0,0,0,0,0,0,0,44853,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34246,12,0,-1,'Smuggled Mana Cell',42861,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'So much power in such a small cube!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34248,12,0,-1,'Bash\'ir Phasing Device',31200,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44856,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Here goes nothing....',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34253,12,0,-1,'Sizzling Embers',47581,1,64,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44879,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34257,12,0,-1,'Fel Siphon',47604,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44937,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34258,0,8,-1,'Love Rocket',47607,1,65536,0,5,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45153,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340),(34259,12,0,-1,'Demonic Blood',23739,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34332,4,3,-1,'Cowl of Gul\'dan',48025,4,0,0,1,363152,72630,1,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,4,7,51,5,43,32,36,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,0,0,0,0,0,0,42099,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,1,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34338,12,0,0,'Mana Remnants',35023,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44969,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34339,4,1,-1,'Cowl of Light\'s Purity',50018,4,0,0,1,248374,49674,1,32767,2147483647,164,70,0,0,0,0,0,0,0,0,1,0,4,7,51,5,42,6,38,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,0,0,0,0,0,0,0,0,0,44853,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,2,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34342,4,1,-1,'Handguards of the Dawn',48305,4,0,0,1,167389,33477,10,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,32,6,36,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,8,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34345,4,4,-1,'Crown of Anasterian',48033,4,0,0,1,443249,88649,1,-1,-1,164,70,0,0,0,0,0,0,0,0,1,0,3,4,61,32,40,7,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1660,0,0,0,0,0,0,0,0,0,44983,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,3263,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34346,2,13,-1,'Mounting Vengeance',48038,4,0,0,1,800549,160109,22,262143,32767,154,70,0,0,0,0,0,0,0,0,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15811,1,0,0,-1,0,-1,42098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,4,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34347,2,19,-1,'Wand of the Demonsoul',48040,4,0,0,1,602483,120496,26,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,36,18,7,9,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,387,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,15714,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34348,2,19,-1,'Wand of Cleansing Light',48042,4,0,0,1,562260,112452,26,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,36,8,5,8,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,387,1,0,0,0,0,0,0,0,0,0,0,1500,0,100,18032,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34349,2,16,-1,'Blade of Life\'s Inevitability',48035,4,4198400,0,1,145472,36368,25,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,2,36,16,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,337,0,0,0,0,0,0,0,0,0,0,0,2000,0,100,14089,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34350,4,3,-1,'Gauntlets of the Ancient Shadowmoon',48037,4,0,0,1,226584,45316,10,32767,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,32,32,28,36,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,672,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,3152,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34351,4,2,-1,'Tranquil Majesty Wraps',48039,4,0,0,1,189530,37906,10,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,28,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,2,0,0,0,2866,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34352,4,4,-1,'Borderland Fortress Grips',48036,4,4096,0,1,271093,54218,10,262143,32767,156,70,0,0,0,0,0,0,0,0,1,0,5,7,66,12,22,13,24,14,24,4,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1217,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34353,4,2,-1,'Quad Deathblow X44 Goggles',44949,4,0,0,1,295074,59014,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,3,3,61,7,47,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,36068,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,128,0,1,0,8,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34354,4,4,-1,'Mayhem Projection Goggles',45779,4,0,0,1,413808,82761,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,4,4,62,32,51,7,47,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,128,0,1,0,8,0,0,0,2874,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34356,4,3,-1,'Surestrike Goggles v3.0',45783,4,0,0,1,358002,71600,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,3,7,47,31,26,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,42039,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,128,0,1,0,8,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34357,4,4,-1,'Hard Khorium Goggles',43886,4,0,0,1,418406,83681,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,5,7,86,12,34,31,27,13,35,4,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,128,0,1,0,4,0,0,0,2882,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34358,4,0,-1,'Hard Khorium Choker',39214,4,0,0,1,353421,88355,2,-1,-1,159,70,755,350,0,0,0,0,0,0,1,0,2,7,42,36,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,40258,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34359,4,0,-1,'Pendant of Sunfire',45351,4,0,0,1,353421,88355,2,-1,-1,159,70,755,350,0,0,0,0,0,0,1,0,4,36,25,32,25,7,27,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34360,4,0,-1,'Amulet of Flowing Life',45351,4,0,0,1,353421,88355,2,-1,-1,159,70,755,350,0,0,0,0,0,0,1,0,3,36,25,7,27,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34361,4,0,-1,'Hard Khorium Band',39126,4,524288,0,1,241024,60256,11,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,3,30,7,42,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34362,4,0,-1,'Loop of Forged Power',31616,4,524288,0,1,241024,60256,11,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,27,5,28,36,30,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34364,4,1,-1,'Sunfire Robe',48925,4,0,0,1,304249,60849,20,32767,-1,159,70,197,350,0,0,0,0,0,0,1,0,4,7,36,5,34,36,40,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,2,0,2,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34365,4,1,-1,'Robe of Eternal Light',48921,4,0,0,1,305387,61077,20,32767,-1,159,70,197,350,0,0,0,0,0,0,1,0,3,7,36,5,34,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,35836,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,8,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34366,4,1,-1,'Sunfire Handwraps',48923,4,0,0,1,153278,30655,10,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,30,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,2,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34367,4,1,-1,'Hands of Eternal Light',48920,4,0,0,1,153863,30772,10,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,30,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,2,0,0,0,2866,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34368,12,0,0,'Attuned Crystal Cores',47694,1,64,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44997,0,0,0,2000,0,2000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34369,4,2,-1,'Carapace of Sun and Shadow',48912,4,0,0,1,387544,77508,5,262143,32767,159,70,165,350,0,0,0,0,0,0,1,0,4,3,42,7,45,36,38,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,40933,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,2,0,2,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34370,4,2,-1,'Gloves of Immortal Dusk',48018,4,0,0,1,194503,38900,10,1535,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,3,30,7,33,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,40555,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,2,0,0,0,3092,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34371,4,2,-1,'Leather Chestguard of the Sun',48916,4,0,0,1,390469,78093,5,262143,32767,159,70,165,350,0,0,0,0,0,0,1,0,3,7,48,5,41,6,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,29369,1,0,0,0,0,0,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,120,0,0,0,0,2,0,2,0,2,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34373,4,3,-1,'Embrace of the Phoenix',48913,4,0,0,1,472024,94404,5,32767,-1,159,70,165,350,0,0,0,0,0,0,1,0,4,3,44,7,43,5,30,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,36068,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,2,0,2,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34375,4,3,-1,'Sun-Drenched Scale Chestguard',48918,4,0,0,1,475534,95106,5,32767,-1,159,70,165,350,0,0,0,0,0,0,1,0,3,7,48,5,41,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,2,0,2,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34377,4,4,-1,'Hard Khorium Battleplate',48927,4,0,0,1,558829,111765,5,1535,2147483647,159,70,164,350,0,0,0,0,0,0,1,0,3,4,61,7,55,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,40934,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,2,0,2,0,3263,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34379,4,4,-1,'Sunblessed Breastplate',48928,4,0,0,1,562923,112584,5,1535,-1,159,70,164,350,0,0,0,0,0,0,1,0,3,7,40,5,51,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,42093,1,0,0,-1,0,-1,21640,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,4,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34380,4,4,-1,'Sunblessed Gauntlets',48905,4,0,0,1,291472,58294,10,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,31,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1239,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,2,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34381,4,4,-1,'Felstrength Legplates',48043,4,4096,0,1,0,0,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,78,12,40,13,33,37,34,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,8,0,8,0,2,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34382,4,4,-1,'Judicator\'s Legguards',48045,4,4096,0,1,0,0,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,78,12,40,13,34,4,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,34593,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,8,0,8,0,2,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34383,4,3,-1,'Kilt of Spiritual Reconstruction',48050,4,4096,0,1,0,0,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,41,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,971,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,21641,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,8,0,2,0,2,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34384,4,2,-1,'Breeches of Natural Splendor',47975,4,4096,0,1,0,0,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,41,6,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,2,0,8,0,2866,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34385,4,2,-1,'Leggings of the Immortal Beast',47975,4,4096,0,1,0,0,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,4,56,3,46,7,66,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,0,0,0,45003,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,2,0,8,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34386,4,1,-1,'Pantaloons of Growing Strife',48307,4,4096,0,1,0,0,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,29,5,36,6,25,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,4,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34388,4,4,-1,'Pauldrons of Berserking',50015,4,4096,0,1,0,0,3,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,4,45,7,48,36,27,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,2,0,4,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34389,4,4,-1,'Spaulders of the Thalassian Defender',50017,4,4096,0,1,0,0,3,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,60,12,27,4,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,35168,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,2,0,8,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34390,4,3,-1,'Erupting Epaulets',48004,4,4096,0,1,0,0,3,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,36,24,7,30,5,30,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,2,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34391,4,2,-1,'Spaulders of Devastation',48005,4,4096,0,1,0,0,3,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,27,5,30,6,26,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,4,0,2,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34392,4,2,-1,'Demontooth Shoulderpads',48052,4,4096,0,1,0,0,3,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,4,42,3,38,7,38,5,19,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,39925,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,8,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34393,4,1,-1,'Shoulderpads of Knowledge\'s Pursuit',50014,4,4096,0,1,0,0,3,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,33,32,26,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,2,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34394,4,4,-1,'Breastplate of Agony\'s Aversion',48015,4,4096,0,1,0,0,5,1535,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,78,12,36,13,52,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,8,0,2,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34395,4,4,-1,'Noble Judicator\'s Chestguard',48053,4,4096,0,1,0,0,5,1535,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,52,5,52,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,42093,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,2,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34396,4,3,-1,'Garments of Crashing Shores',48013,4,4096,0,1,0,0,5,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,41,36,40,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,4,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34397,4,2,-1,'Bladed Chaos Tunic',48054,4,4096,0,1,0,0,5,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,3,42,7,45,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,40933,1,0,0,-1,0,-1,42113,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,8,0,4,0,2,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34398,4,2,-1,'Utopian Tunic of Elune',48055,4,4096,0,1,0,0,5,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,41,36,33,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,23929,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,120,0,0,0,0,2,0,8,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34399,4,1,-1,'Robes of Ghostly Hatred',48384,4,4096,0,1,0,0,20,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,5,7,39,5,40,6,32,36,27,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,2,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34400,4,4,-1,'Crown of Dath\'Remar',48058,4,4096,0,1,0,0,1,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,5,7,91,12,32,13,35,14,33,4,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34401,4,4,-1,'Helm of Uther\'s Resolve',48057,4,4096,0,1,0,0,1,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,91,12,32,13,41,4,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,35075,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34402,4,3,-1,'Shroud of Chieftain Ner\'zhul',48025,4,4096,0,1,0,0,1,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,41,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,1,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34403,4,2,-1,'Cover of Ursoc the Mighty',48019,4,4096,0,1,0,0,1,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,45,5,41,6,30,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34404,4,2,-1,'Mask of the Fury Hunter',48019,4,4096,0,1,0,0,1,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,4,50,3,50,7,58,5,20,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,1,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34405,4,1,-1,'Helm of Arcane Purity',50020,4,4096,0,1,0,0,1,32767,2147483647,164,70,0,0,0,0,0,0,0,0,1,0,4,7,51,5,42,6,38,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,0,0,0,0,0,0,0,0,0,44979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,2,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34406,4,1,-1,'Gloves of Tyri\'s Power',48387,4,4096,0,1,0,0,10,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,32,6,27,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34407,4,2,-1,'Tranquil Moonlight Wraps',48059,4,4096,0,1,0,0,10,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,28,6,20,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34408,4,2,-1,'Gloves of the Forest Drifter',48059,4,4096,0,1,0,0,10,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,4,42,3,34,7,45,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,0,0,0,0,0,0,0,42098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,8,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34409,4,3,-1,'Gauntlets of the Ancient Frostwolf',48060,4,4096,0,1,0,0,10,32767,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,32,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34414,12,0,-1,'Shattered Sun Banner',34874,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45030,0,0,0,60000,1139,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34420,12,0,-1,'Captured Legion Scroll',3331,1,0,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45038,0,0,0,20000,1140,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34426,15,0,-1,'Winter Veil Gift',29902,1,4,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34431,4,4,-1,'Lightbringer Bands',48313,4,4096,0,1,0,0,9,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,4,33,32,30,37,16,36,17,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,680,55,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34432,4,4,-1,'Lightbringer Bracers',48312,4,4096,0,1,0,0,9,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,3,32,15,5,22,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,681,55,0,0,0,0,2,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34433,4,4,-1,'Lightbringer Wristguards',48314,4,4096,0,1,0,0,9,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,7,49,12,20,13,22,15,15,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,679,55,0,0,0,0,8,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34434,4,1,-1,'Bracers of Absolution',48321,4,4096,0,1,0,0,9,16,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,7,18,5,23,6,16,36,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,674,35,0,0,0,0,2,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34435,4,1,-1,'Cuffs of Absolution',48321,4,4096,0,1,0,0,9,16,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,7,19,5,22,6,20,36,16,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,675,35,0,0,0,0,2,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34436,4,1,-1,'Bracers of the Malefic',48349,4,4096,0,1,0,0,9,256,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,32,18,5,22,36,21,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,670,35,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34437,4,3,-1,'Skyshatter Bands',48325,4,4096,0,1,0,0,9,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,36,11,5,23,32,28,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,684,50,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34438,4,3,-1,'Skyshatter Bracers',48325,4,4096,0,1,0,0,9,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,3,36,11,5,23,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,683,50,0,0,0,0,2,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34439,4,3,-1,'Skyshatter Wristguards',48326,4,4096,0,1,0,0,9,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,6,31,17,37,17,5,17,32,22,38,64,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,682,50,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34441,4,4,-1,'Onslaught Bracers',48347,4,4096,0,1,0,0,9,1,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,3,4,33,32,30,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,42098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,672,55,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34442,4,4,-1,'Onslaught Wristguards',48348,4,4096,0,1,0,0,9,1,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,7,49,12,21,14,18,13,18,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,673,55,0,0,0,0,8,0,0,0,0,0,2926,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34443,4,3,-1,'Gronnstalker\'s Bracers',48315,4,4096,0,1,0,0,9,4,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,3,23,7,16,5,16,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,43219,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,669,50,0,0,0,0,2,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34444,4,2,-1,'Thunderheart Wristguards',48311,4,4096,0,1,0,0,9,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,4,29,3,28,7,39,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,42094,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,676,40,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34445,4,2,-1,'Thunderheart Bracers',48322,4,4096,0,1,0,0,9,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,36,12,5,22,6,25,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,678,40,0,0,0,0,8,0,0,0,0,0,3151,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34446,4,2,-1,'Thunderheart Bands',48322,4,4096,0,1,0,0,9,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,32,13,5,23,36,21,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,677,40,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34447,4,1,-1,'Bracers of the Tempest',48316,4,4096,0,1,0,0,9,128,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,32,11,5,17,6,14,36,26,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,671,35,0,0,0,0,2,0,0,0,0,0,3152,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34448,4,2,-1,'Slayer\'s Bracers',48324,4,4096,0,1,0,0,9,8,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,3,27,31,18,36,17,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,668,40,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34470,4,0,-1,'Timbal\'s Focusing Crystal',48163,4,0,0,1,288156,72039,12,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45054,1,0,0,-1,0,-1,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34471,4,0,-1,'Vial of the Sunwell',48177,4,0,0,1,288156,72039,12,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45059,1,0,0,-1,0,-1,45064,0,0,0,120000,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34472,4,0,-1,'Shard of Contempt',48172,4,0,0,1,288156,72039,12,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,1,37,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45354,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34473,4,0,-1,'Commendation of Kael\'thas',48158,4,0,0,1,288156,72039,12,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,1,7,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34475,0,0,-1,'Arcane Charges',47731,1,131136,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45072,0,0,0,1000,1170,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'item_only_for_flight',0,0,0,0,0,12340),(34476,12,0,-1,'Broken Engine Part',7841,0,0,0,1,400000,100000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This strange engine part has the word \'Capissen\' engraved on it.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34477,13,0,-1,'Darkspine Chest Key',9154,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45137,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34479,12,0,0,'Darkspine Iron Ore',13686,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34485,4,4,-1,'Lightbringer Girdle',48355,4,4096,0,1,0,0,6,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,4,44,37,25,32,42,36,29,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1081,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,680,55,0,0,0,0,2,0,0,0,0,0,2857,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34487,4,4,-1,'Lightbringer Belt',48355,4,4096,0,1,0,0,6,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,32,17,5,29,36,24,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1081,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,681,55,0,0,0,0,2,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34488,4,4,-1,'Lightbringer Waistguard',48355,4,4096,0,1,0,0,6,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,7,64,12,28,13,28,15,20,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1081,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,679,55,0,0,0,0,8,0,0,0,0,0,2926,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34489,12,0,-1,'Flaming Oil',47765,1,131136,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45115,0,0,0,1000,1170,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'item_only_for_flight',0,0,0,0,0,12340),(34500,12,0,-1,'Ata\'mal Armament',47776,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45149,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It veritably seethes with corruption!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34501,12,0,-1,'Cleansed Ata\'mal Metal',36187,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'No longer seething with corruption.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34502,12,0,0,'Bloodberry',29165,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34527,4,1,-1,'Belt of Absolution',48356,4,4096,0,1,0,0,6,16,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,7,21,5,29,6,33,36,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,675,35,0,0,0,0,8,0,0,0,0,0,3098,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34528,4,1,-1,'Cord of Absolution',48356,4,4096,0,1,0,0,6,16,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,7,19,5,33,6,21,36,29,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,674,35,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34533,12,0,0,'Astromancer\'s Crystal',47969,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45191,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The crystal pulses with a gentle vibration.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34538,0,8,-1,'Blessed Weapon Coating',36862,1,64,0,1,6000,1500,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45395,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34539,0,8,-1,'Righteous Weapon Coating',36862,1,64,0,1,6000,1500,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45397,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34541,4,1,-1,'Belt of the Malefic',48359,4,4096,0,1,0,0,6,256,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,32,20,5,29,31,20,36,29,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,670,35,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34542,4,3,-1,'Skyshatter Cord',48358,4,4096,0,1,0,0,6,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,36,27,5,30,32,29,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,684,50,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34543,4,3,-1,'Skyshatter Belt',48358,4,4096,0,1,0,0,6,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,32,20,5,30,36,23,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,683,50,0,0,0,0,2,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34545,4,3,-1,'Skyshatter Girdle',48358,4,4096,0,1,0,0,6,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,6,38,86,37,22,32,28,36,29,5,15,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,682,50,0,0,0,0,2,0,0,0,0,0,2857,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34546,4,4,-1,'Onslaught Belt',48360,4,4096,0,1,0,0,6,1,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,4,43,37,26,32,40,36,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1081,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,672,55,0,0,0,0,4,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34547,4,4,-1,'Onslaught Waistguard',48361,4,4096,0,1,0,0,6,1,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,7,64,12,24,37,27,13,26,4,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1081,0,0,0,0,0,0,0,0,0,42106,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,673,55,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34549,4,3,-1,'Gronnstalker\'s Belt',48353,4,4096,0,1,0,0,6,4,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,3,29,31,24,5,17,32,19,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,42098,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,669,50,0,0,0,0,2,0,0,0,0,0,2902,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34554,4,2,-1,'Thunderheart Belt',48352,4,4096,0,1,0,0,6,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,36,13,5,30,6,29,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,678,40,0,0,0,0,2,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34555,4,2,-1,'Thunderheart Cord',48352,4,4096,0,1,0,0,6,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,31,13,5,30,36,27,32,29,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,677,40,0,0,0,0,2,0,0,0,0,0,3152,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34556,4,2,-1,'Thunderheart Waistguard',48352,4,4096,0,1,0,0,6,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,4,39,3,40,31,23,5,20,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,676,40,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34557,4,1,-1,'Belt of the Tempest',48354,4,4096,0,1,0,0,6,128,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,6,31,14,5,29,32,17,36,29,6,20,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,671,35,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34558,4,2,-1,'Slayer\'s Belt',48357,4,4096,0,1,0,0,6,8,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,3,29,32,13,31,30,36,27,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,668,40,0,0,0,0,2,0,0,0,0,0,2902,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34559,4,4,-1,'Lightbringer Treads',48366,4,4096,0,1,0,0,8,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,7,21,5,30,32,30,36,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,681,75,0,0,0,0,8,0,0,0,0,0,2884,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34560,4,4,-1,'Lightbringer Stompers',48366,4,4096,0,1,0,0,8,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,7,58,4,30,12,19,13,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,28325,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,679,75,0,0,0,0,8,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34561,4,4,-1,'Lightbringer Boots',48366,4,4096,0,1,0,0,8,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,4,42,37,19,36,27,32,40,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,680,75,0,0,0,0,2,0,0,0,0,0,2902,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34562,4,1,-1,'Boots of Absolution',48367,4,4096,0,1,0,0,8,16,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,7,27,5,30,6,29,36,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,675,50,0,0,0,0,4,0,0,0,0,0,3098,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34563,4,1,-1,'Treads of Absolution',48368,4,4096,0,1,0,0,8,16,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,7,24,5,30,6,22,36,30,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,674,50,0,0,0,0,8,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34564,4,1,-1,'Boots of the Malefic',48371,4,4096,0,1,0,0,8,256,32767,154,70,0,0,0,0,0,0,0,0,1,0,5,31,28,5,26,32,16,36,29,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,670,50,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34565,4,3,-1,'Skyshatter Boots',48370,4,4096,0,1,0,0,8,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,32,16,5,30,36,24,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,683,70,0,0,0,0,2,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34566,4,3,-1,'Skyshatter Treads',48370,4,4096,0,1,0,0,8,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,32,23,5,30,36,30,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,684,70,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34567,4,3,-1,'Skyshatter Greaves',48370,4,4096,0,1,0,0,8,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,6,38,86,37,29,5,20,32,30,36,20,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,682,70,0,0,0,0,4,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34568,4,4,-1,'Onslaught Boots',48372,4,4096,0,1,0,0,8,1,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,6,7,64,12,25,37,26,13,20,14,20,4,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,673,75,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34569,4,4,-1,'Onslaught Treads',48372,4,4096,0,1,0,0,8,1,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,4,44,32,36,31,25,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,672,75,0,0,0,0,4,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34570,4,3,-1,'Gronnstalker\'s Boots',48364,4,4096,0,1,0,0,8,4,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,3,30,31,14,5,21,32,21,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,42098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,669,70,0,0,0,0,4,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34571,4,2,-1,'Thunderheart Boots',48363,4,4096,0,1,0,0,8,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,36,19,5,32,6,24,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,678,60,0,0,0,0,2,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34572,4,2,-1,'Thunderheart Footwraps',48363,4,4096,0,1,0,0,8,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,36,13,5,30,32,28,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,677,60,0,0,0,0,2,0,0,0,0,0,2884,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34573,4,2,-1,'Thunderheart Treads',48362,4,4096,0,1,0,0,8,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,4,35,3,35,7,54,5,18,37,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,676,60,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34574,4,1,-1,'Boots of the Tempest',48365,4,4096,0,1,0,0,8,128,32767,154,70,0,0,0,0,0,0,0,0,1,0,6,31,15,5,29,6,20,32,20,36,25,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,671,50,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34575,4,2,-1,'Slayer\'s Boots',48369,4,4096,0,1,0,0,8,8,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,3,30,7,24,31,28,37,24,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,668,60,0,0,0,0,2,0,0,0,0,0,2941,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34583,0,0,-1,'Aldor Supplies Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,20000,30000,0,12340),(34584,0,0,-1,'Scryer Supplies Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,20000,30000,0,12340),(34585,0,0,-1,'Scryer Supplies Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,30000,40000,0,12340),(34587,0,0,-1,'Aldor Supplies Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,30000,40000,0,12340),(34592,0,0,-1,'Aldor Supplies Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,50000,70000,0,12340),(34593,0,0,-1,'Scryer Supplies Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,50000,70000,0,12340),(34594,0,0,-1,'Scryer Supplies Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,90000,110000,0,12340),(34595,0,0,-1,'Aldor Supplies Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,90000,110000,0,12340),(34601,4,4,-1,'Shoulderplates of Everlasting Pain',48174,4,0,0,1,308159,61631,3,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,4,30,7,33,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1087,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,4,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34602,4,2,-1,'Eversong Cuffs',48164,4,0,0,1,147565,29513,9,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,20,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34603,2,16,-1,'Distracting Blades',48157,4,4198400,0,1,146756,36689,25,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,14,36,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,274,0,0,0,0,0,0,0,0,0,0,0,2000,0,100,9334,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34604,2,15,-1,'Jaded Crystal Dagger',48166,4,0,0,1,594542,118908,21,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,3,7,22,5,19,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,122,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,45309,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,-46.3,0,0,0,'',67,0,0,0,0,12340),(34605,4,4,-1,'Breastplate of Fierce Survival',48155,4,0,0,1,428578,85715,5,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,32,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1450,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,4,0,8,0,2864,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34606,2,15,-1,'Edge of Oppression',48161,4,0,0,1,614366,122873,13,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,25,36,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,148,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,14089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34607,4,1,-1,'Fel-tinged Mantle',48165,4,0,0,1,167348,33469,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,20,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34608,2,10,-1,'Rod of the Blazing Light',48170,4,0,0,1,699996,139999,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,36,5,32,6,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,290,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,40107,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2890,0,300,-46.3,0,0,0,'',67,0,0,0,0,12340),(34609,2,7,-1,'Quickening Blade of the Prince',48169,4,0,0,1,606588,121317,13,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,180,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15808,1,0,0,-1,0,-1,40680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34610,4,1,-1,'Scarlet Sin\'dorei Robes',48171,4,0,0,1,243546,48709,20,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,22,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34611,2,4,-1,'Cudgel of Consecration',48159,4,0,0,1,611208,122241,21,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,15,5,20,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,131,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,42040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,3153,0,300,-50.8,0,0,0,'',67,0,0,0,0,12340),(34612,4,4,-1,'Greaves of the Penitent Knight',42604,4,0,0,1,321500,64300,8,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,2,7,21,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,4,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34613,4,2,-1,'Shoulderpads of the Silvermoon Retainer',48173,4,0,0,1,230959,46191,3,262143,32767,125,70,0,0,0,0,0,0,0,0,1,0,3,3,35,7,32,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34614,4,3,-1,'Tunic of the Ranger Lord',48175,4,0,0,1,370901,74180,5,32767,2147483647,125,70,0,0,0,0,0,0,0,0,1,0,4,3,45,7,34,5,23,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,879,0,0,0,0,0,0,0,0,0,15830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34615,4,4,-1,'Netherforce Chestplate',48167,4,0,0,1,434358,86871,5,262143,32767,125,70,0,0,0,0,0,0,0,0,1,0,4,4,44,7,42,32,30,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1571,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,4,0,8,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34616,2,0,-1,'Breeching Comet',48156,4,0,0,1,622853,124570,13,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,2,3,18,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,312,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,14049,1,0,0,180000,0,10000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34625,4,0,-1,'Kharmaa\'s Ring of Fate',31906,4,524288,0,1,300000,75000,11,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,19,5,14,36,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Azerothian diamonds are eternal.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34664,7,11,-1,'Sunmote',37215,3,0,0,1,90000,22500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34665,2,15,-1,'Bombardier\'s Blade',33237,3,32768,0,1,459015,91803,13,-1,-1,115,70,0,0,0,0,0,1077,6,0,1,0,3,3,14,31,11,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34666,2,7,-1,'The Sunbreaker',48062,3,32768,0,1,460643,92128,13,-1,-1,115,70,0,0,0,0,0,1077,6,0,1,0,3,3,14,31,11,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,233,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34667,2,7,-1,'Archmage\'s Guile',48061,3,32768,0,1,418194,83638,21,-1,-1,115,70,0,0,0,0,0,1077,6,0,1,0,3,32,20,5,11,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,145,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,33490,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340),(34670,2,4,-1,'Seeker\'s Gavel',37049,3,32768,0,1,434690,86938,21,-1,-1,115,70,0,0,0,0,0,1077,6,0,1,0,3,31,11,5,8,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,145,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,33490,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340),(34671,2,4,-1,'K\'iru\'s Presage',48065,3,32768,0,1,436317,87263,21,-1,-1,115,70,0,0,0,0,0,1077,6,0,1,0,3,5,13,7,16,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,145,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,35338,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340),(34672,2,7,-1,'Inuuro\'s Blade',37209,3,32768,0,1,437945,87589,13,-1,-1,115,0,0,0,0,0,0,1077,6,0,1,0,4,7,21,37,11,31,8,12,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,121,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34673,2,1,-1,'Legionfoe',48066,3,32768,0,1,549466,109893,17,-1,-1,115,70,0,0,0,0,0,1077,6,1,1,0,4,7,45,32,26,4,31,37,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,414,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34674,2,18,-1,'Truestrike Crossbow',48067,3,32768,0,1,330867,66173,26,-1,-1,115,70,0,0,0,0,0,1077,6,0,1,0,3,3,10,7,12,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,207,0,0,0,0,0,0,0,0,0,0,0,2600,2,100,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34675,4,6,-1,'Sunward Crest',48068,4,32768,0,1,377842,75568,14,262143,2147483647,115,70,0,0,0,0,0,1077,7,0,1,0,3,7,31,15,18,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4872,0,0,0,0,0,0,0,0,0,18049,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,122,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34676,4,6,-1,'Dawnforged Defender',48070,4,32768,0,1,379231,75846,14,262143,2147483647,115,70,0,0,0,0,0,1077,7,0,1,0,3,7,31,13,18,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4872,0,0,0,0,0,0,0,0,0,34593,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,122,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34677,4,0,-1,'Shattered Sun Pendant of Restoration',31889,4,32768,0,1,232752,58188,2,-1,-1,115,70,0,0,0,0,0,1077,7,0,1,0,1,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18043,1,0,0,0,0,-1,21628,1,0,0,-1,0,-1,45484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34678,4,0,-1,'Shattered Sun Pendant of Acumen',39212,4,32768,0,1,232752,58188,2,-1,-1,115,70,0,0,0,0,0,1077,7,0,1,0,2,7,19,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,0,0,-1,45481,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34679,4,0,-1,'Shattered Sun Pendant of Might',48071,4,32768,0,1,232752,58188,2,-1,-1,115,70,0,0,0,0,0,1077,7,0,1,0,2,7,19,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15817,1,0,0,0,0,-1,45482,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34680,4,0,-1,'Shattered Sun Pendant of Resolve',43085,4,32768,0,1,232752,58188,2,-1,-1,115,70,0,0,0,0,0,1077,7,0,1,0,3,7,48,31,13,37,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45483,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34689,9,10,-1,'Design: Chaotic Skyfire Diamond',6270,3,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44794,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Chaotic Skyfire Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34697,4,1,-1,'Bindings of Raging Fire',42896,3,0,0,1,83911,16782,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,9,5,10,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,4,0,0,0,0,0,3153,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34698,4,3,-1,'Bracers of the Forest Stalker',43012,3,0,0,1,125867,25173,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,16,7,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,39922,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3114,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34699,2,0,-1,'Sun-forged Cleaver',31300,3,0,0,1,419558,83911,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,32,13,36,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34700,4,4,-1,'Gauntlets of Divine Blessings',48201,3,0,0,1,147684,29536,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,15,5,17,36,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,45,0,0,0,0,8,0,4,0,0,0,2881,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34701,4,2,-1,'Leggings of the Betrayed',17137,3,0,0,1,209779,41955,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,25,3,26,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,2,0,4,0,8,0,3267,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34702,4,1,-1,'Cloak of Swift Mending',34812,3,0,0,1,126500,25300,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,12,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34703,2,7,-1,'Latro\'s Dancing Blade',41417,3,0,0,1,423297,84659,13,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9335,1,0,0,-1,0,-1,43902,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,737,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34704,4,0,-1,'Band of Arcane Alacrity',39126,3,524288,0,1,59387,14846,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,36,18,7,18,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34705,4,1,-1,'Bracers of Divine Infusion',42996,3,0,0,1,83911,16782,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,15,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,2,0,0,0,0,0,2881,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34706,4,0,-1,'Band of Determination',40044,3,524288,0,1,220141,55035,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,35,37,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,252,0,0,0,'',52,0,0,0,0,12340),(34707,4,2,-1,'Boots of Resuscitation',42961,3,0,0,1,157334,31466,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,15,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,2881,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34708,4,1,-1,'Cloak of the Coming Night',43086,3,0,0,1,125867,25173,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,36,18,7,18,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34780,0,5,-1,'Naaru Ration',40696,1,0,0,5,5000,250,0,-1,-1,75,65,0,0,0,0,0,1077,4,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44166,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34783,2,16,-1,'Nightstrike',48248,3,4194304,0,1,175952,43988,25,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,16,31,10,37,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,246,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,0,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34788,4,1,-1,'Duskhallow Mantle',48252,3,0,0,1,132835,26567,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,10,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,4,0,0,0,2900,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34789,4,4,-1,'Bracers of Slaughter',48253,3,0,0,1,147684,29536,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,19,7,15,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,4,0,0,0,0,0,3015,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34790,2,4,-1,'Battle-mace of the High Priestess',39389,3,0,0,1,446039,89207,21,-1,-1,115,70,0,0,0,0,0,0,6,0,1,0,3,7,9,5,13,36,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,145,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,35338,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,2,0,0,0,0,0,2881,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(34791,4,3,-1,'Gauntlets of the Tranquil Waves',48255,3,0,0,1,125867,25173,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,10,36,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,2,0,0,0,2881,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34792,4,1,-1,'Cloak of the Betrayed',38794,3,0,0,1,125867,25173,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,12,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3153,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34793,4,1,-1,'Cord of Reconstruction',48256,3,0,0,1,83911,16782,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,16,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,2,0,8,0,0,0,2866,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34794,2,1,-1,'Axe of Shattered Dreams',39958,3,0,0,1,524447,104889,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,426,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,15820,1,0,0,-1,0,-1,44756,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34795,4,4,-1,'Helm of Sanctification',48257,3,0,0,1,219848,43969,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,18,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,4,0,2,0,2,0,2865,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34796,4,2,-1,'Robes of Summer Flame',48258,3,0,0,1,209779,41955,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,15,5,18,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2865,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34797,2,10,-1,'Sun-infused Focus Staff',44339,3,0,0,1,524447,104889,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,27,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,196,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,33250,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,2,0,4,0,4,0,2889,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(34798,4,0,-1,'Band of Celerity',24022,3,524288,0,1,28410,7102,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,25,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14049,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34799,4,3,-1,'Hauberk of the War Bringer',48259,4,0,0,1,322385,64477,5,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,3,24,7,25,5,17,36,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,778,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,4,0,4,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34807,4,4,-1,'Sunstrider Warboots',48286,4,0,0,1,281550,56310,8,262143,32767,110,70,0,0,0,0,0,0,0,0,1,0,2,7,30,4,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,955,0,0,0,0,0,0,0,0,0,42098,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34808,4,1,-1,'Gloves of Arcane Acuity',48287,4,0,0,1,107461,21492,10,262143,32767,110,70,0,0,0,0,0,0,0,0,1,0,3,7,16,5,20,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,2,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34809,4,2,-1,'Sunrage Treads',48985,4,0,0,1,213405,42681,8,1535,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,3,28,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,40680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,0,0,0,0,3164,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34810,4,1,-1,'Cloak of Blade Turning',47067,4,0,0,1,161192,32238,16,-1,-1,110,70,0,0,0,0,0,0,1,0,1,0,2,7,31,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,387,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,294,0,0,0,'',67,0,0,0,0,12340),(34822,15,0,0,'Ancient Coin',48335,0,0,0,1,1000000,250000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34823,15,0,0,'Beautiful Glass Eye',30738,0,0,0,1,720000,180000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The initials C.S. are etched in the back.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34824,15,0,0,'Silver Statuette',48336,0,0,0,1,600000,150000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A beautiful piece depicting a man in priestly garb.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34825,15,0,0,'Mithril Shaving Razor',48337,0,0,0,1,440000,110000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34826,4,0,-1,'Gold Wedding Band',963,1,0,0,1,600000,150000,11,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34827,4,0,-1,'Noble\'s Monocle',15322,1,0,0,1,564018,112803,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34828,4,0,0,'Antique Silver Cufflinks',48805,1,0,0,1,566099,113219,9,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34829,4,0,-1,'Ornate Drinking Stein',48339,1,0,0,1,440000,110000,23,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34831,3,1,-1,'Eye of the Sea',44725,3,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,861,-1,0,0,0,0,'',0,0,0,0,0,12340),(34832,0,5,-1,'Captain Rumsey\'s Lager',18119,1,0,0,1,200,50,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45694,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34834,9,5,-1,'Recipe: Captain Rumsey\'s Lager',15274,2,64,0,1,20000,5000,0,-1,-1,20,0,185,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45695,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to brew Captain Rumsey\'s Lager.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34836,0,6,-1,'Spun Truesilver Fishing Line',48720,2,64,0,1,8000,2000,0,-1,-1,70,0,356,300,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45697,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34837,4,0,-1,'The 2 Ring',31800,4,0,0,1,45200,11300,11,-1,-1,143,70,0,0,0,0,0,0,0,0,1,0,5,4,22,3,22,7,22,6,22,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Vastly superior to the 1 ring.',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34838,15,0,-1,'Mariner\'s Log',48342,0,0,0,1,2680,670,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3044,0,1,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34839,15,0,-1,'Piece of Polished Driftwood',11947,0,0,0,1,60000,15000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34840,15,0,-1,'Broken Spyglass',4283,0,0,0,1,80000,20000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34841,15,0,-1,'Salvaged Scrap Metal',8562,0,0,0,1,16000,4000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34843,15,0,-1,'Giant Shark Tooth',30593,0,0,0,1,60000,15000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34845,1,0,-1,'Pit Lord\'s Satchel',34796,4,0,0,1,35000,8750,18,-1,-1,70,0,0,0,0,0,0,0,0,1,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34846,15,0,-1,'Black Sack of Gems',1282,2,4,0,1,19050,4762,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34847,4,1,-1,'Annihilator Holo-Gogs',43891,4,0,0,1,244003,48800,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,3,5,37,7,41,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,42063,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,128,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34848,15,0,-1,'Bracers of the Forgotten Conqueror',48373,4,0,0,1,0,50000,0,274,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34851,15,0,-1,'Bracers of the Forgotten Protector',48374,4,0,0,1,0,50000,0,69,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34852,15,0,-1,'Bracers of the Forgotten Vanquisher',34509,4,0,0,1,0,50000,0,1160,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34853,15,0,-1,'Belt of the Forgotten Conqueror',48377,4,0,0,1,0,50000,0,274,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34854,15,0,-1,'Belt of the Forgotten Protector',48376,4,0,0,1,0,50000,0,69,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34855,15,0,-1,'Belt of the Forgotten Vanquisher',34831,4,0,0,1,0,50000,0,1160,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34856,15,0,-1,'Boots of the Forgotten Conqueror',34833,4,0,0,1,0,50000,0,274,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34857,15,0,-1,'Boots of the Forgotten Protector',48378,4,0,0,1,0,50000,0,69,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34858,15,0,-1,'Boots of the Forgotten Vanquisher',48379,4,0,0,1,0,50000,0,1160,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34859,2,15,-1,'Razor Sharp Fillet Knife',48380,1,0,0,1,214001,42800,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,102,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34860,15,0,-1,'Rusted Lock',7842,0,0,0,1,68000,17000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34861,0,8,-1,'Sharpened Fish Hook',48725,1,64,0,1,550,137,0,-1,-1,30,0,356,100,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45731,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34863,15,0,-1,'Bag of Fishing Treasures',3568,1,4,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,50000,90000,0,12340),(34864,12,0,-1,'Baby Crocolisk',48388,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34865,12,0,-1,'Blackfin Darter',48743,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34866,12,0,-1,'Giant Freshwater Shrimp',18538,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34867,12,0,-1,'Monstrous Felblood Snapper',48744,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34868,12,0,-1,'World\'s Largest Mudfish',48742,1,2147483648,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34872,9,8,-1,'Formula: Void Shatter',7798,1,64,0,1,150000,37500,0,-1,-1,72,0,333,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45765,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to shatter a Void Crystal into two Large Prismatic Shards.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34887,4,0,-1,'Angelista\'s Revenge',49005,4,4096,0,1,0,0,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,2,3,29,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,40680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34888,4,0,-1,'Ring of the Stalwart Protector',45362,4,4096,0,1,0,0,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,2,7,45,13,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,392,0,0,0,'',67,0,0,0,0,12340),(34889,4,0,-1,'Fused Nethergon Band',44358,4,4096,0,1,0,0,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,27,5,19,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34890,4,0,-1,'Anveena\'s Touch',43095,4,4096,0,1,0,0,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,2,7,27,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34891,2,1,-1,'The Blade of Harbingers',48899,4,4096,0,1,0,0,17,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,32,55,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,563,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,33782,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34892,2,18,-1,'Crossbow of Relentless Strikes',49114,4,4096,0,1,0,0,26,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,32,18,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,339,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,15807,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34893,2,13,-1,'Vanir\'s Right Fist of Brutality',49113,4,4096,0,1,0,0,21,262143,32767,146,70,0,0,0,0,0,0,0,0,1,0,2,3,23,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,335,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34894,2,15,-1,'Blade of Serration',48888,4,4096,0,1,0,0,13,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,32,24,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,241,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34895,2,15,-1,'Scryer\'s Blade of Focus',48887,4,4096,0,1,0,0,21,32767,-1,146,70,0,0,0,0,0,0,0,1,1,0,2,7,42,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,130,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,43455,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,-61.8,0,0,0,'',67,0,0,0,0,12340),(34896,2,4,-1,'Gavel of Naaru Blessings',49111,4,4096,0,1,0,0,21,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,7,42,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,116,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,43460,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-61.8,0,0,0,'',67,0,0,0,0,12340),(34898,2,10,-1,'Staff of the Forest Lord',48935,4,4096,0,1,0,0,17,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,38,100,3,52,7,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,483,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34900,4,2,-1,'Shroud of Nature\'s Harmony',48446,4,4096,0,1,0,0,5,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,40,6,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34901,4,2,-1,'Grovewalker\'s Leggings',48449,4,4096,0,1,0,0,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,36,5,42,6,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,39806,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,8,0,2,0,0,0,2866,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34902,4,2,-1,'Oakleaf-Spun Handguards',48452,4,4096,0,1,0,0,10,32767,2147483647,141,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,30,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34903,4,2,-1,'Embrace of Starlight',48967,4,4096,0,1,0,0,5,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,38,6,26,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,0,0,0,0,0,0,0,26158,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34904,4,2,-1,'Barbed Gloves of the Sage',47171,4,4096,0,1,0,0,10,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,30,31,15,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34905,4,2,-1,'Crystalwind Leggings',48456,4,4096,0,1,0,0,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,40,6,32,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,33233,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34906,4,2,-1,'Embrace of Everlasting Prowess',48450,4,4096,0,1,0,0,5,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,5,4,48,3,49,7,52,5,23,36,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34907,15,0,-1,'Shattered Gem Fragments',7162,0,0,0,1,60000,15000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34910,4,2,-1,'Tameless Breeches',48454,4,4096,0,1,0,0,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,5,4,48,3,45,7,52,5,20,36,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34911,4,2,-1,'Handwraps of the Aggressor',48451,4,4096,0,1,0,0,10,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,5,4,36,3,35,7,36,5,19,36,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34912,4,3,-1,'Scaled Drakeskin Chestguard',48466,4,4096,0,1,0,0,5,32767,2147483647,141,70,0,0,0,0,0,0,0,0,1,0,4,3,47,7,39,5,26,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34914,4,3,-1,'Leggings of the Pursuit',48468,4,4096,0,1,0,0,7,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,3,44,7,36,5,30,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,0,0,0,0,0,0,0,0,0,36068,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,4,0,8,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34916,4,3,-1,'Gauntlets of Rapidity',48467,4,4096,0,1,0,0,10,32767,2147483647,141,70,0,0,0,0,0,0,0,0,1,0,4,3,34,7,30,5,19,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,617,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34917,4,1,-1,'Shroud of the Lore`nial',48469,4,4096,0,1,0,0,20,32767,2147483647,141,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,35,6,33,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,33233,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34918,4,1,-1,'Legwraps of Sweltering Flame',47064,4,4096,0,1,0,0,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,37,5,36,6,30,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34919,4,1,-1,'Boots of Incantations',42327,4,4096,0,1,0,0,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,37,5,26,6,23,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34921,4,4,-1,'Ecclesiastical Cuirass',48471,4,4096,0,1,0,0,5,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,52,5,44,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1765,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,0,0,0,0,3152,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34922,4,4,-1,'Greaves of Pacification',48470,4,4096,0,1,0,0,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,2,7,52,5,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1544,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,21642,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,8,0,4,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34923,4,4,-1,'Waistguard of Reparation',48291,4,4096,0,1,0,0,6,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,36,5,34,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,3152,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34924,4,1,-1,'Gown of Spiritual Wonder',48481,4,4096,0,1,0,0,20,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,36,5,35,6,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34925,4,1,-1,'Adorned Supernal Legwraps',48482,4,4096,0,1,0,0,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,40,6,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,39806,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,8,0,2,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34926,4,1,-1,'Slippers of Dutiful Mending',48479,4,4096,0,1,0,0,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,25,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34927,4,2,-1,'Tunic of the Dark Hour',48484,4,4096,0,1,0,0,5,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,3,44,7,51,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34928,4,2,-1,'Trousers of the Scryers\' Retainer',48486,4,4096,0,1,0,0,7,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,43,7,45,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,36068,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,4,0,8,0,0,0,2860,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34929,4,2,-1,'Belt of the Silent Path',48483,4,4096,0,1,0,0,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,34,7,33,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34930,4,3,-1,'Wave of Life Chestguard',48487,4,4096,0,1,0,0,5,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,39,5,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,21641,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34931,4,3,-1,'Runed Scales of Antiquity',48493,4,4096,0,1,0,0,7,32767,2147483647,141,70,0,0,0,0,0,0,0,0,1,0,2,7,45,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,0,0,0,0,0,0,0,0,0,39806,1,0,0,-1,0,-1,21640,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,8,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34932,4,3,-1,'Clutch of the Soothing Breeze',48490,4,4096,0,1,0,0,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,31,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34933,4,3,-1,'Hauberk of Whirling Fury',48491,4,4096,0,1,0,0,5,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,34,36,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,0,0,0,0,0,0,0,0,0,33233,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34934,4,3,-1,'Rushing Storm Kilt',48492,4,4096,0,1,0,0,7,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,38,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,0,0,0,0,0,0,0,0,0,33233,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34935,4,3,-1,'Aftershock Waistguard',48358,4,4096,0,1,0,0,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,27,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34936,4,1,-1,'Tormented Demonsoul Robes',48494,4,4096,0,1,0,0,20,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,38,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34937,4,1,-1,'Corrupted Soulcloth Pantaloons',45319,4,4096,0,1,0,0,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,33,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,33233,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34938,4,1,-1,'Enslaved Doomguard Soulgrips',48495,4,4096,0,1,0,0,10,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,27,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34939,4,4,-1,'Chestplate of Stoicism',48496,4,4096,0,1,0,0,5,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,78,12,34,13,34,4,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1765,0,0,0,0,0,0,0,0,0,34061,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34940,4,4,-1,'Sunguard Legplates',45220,4,4096,0,1,0,0,7,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,5,7,78,12,35,13,28,37,23,4,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1544,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,2876,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34941,4,4,-1,'Girdle of the Fearless',42651,4,4096,0,1,0,0,6,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,58,37,22,4,23,12,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34942,4,4,-1,'Breastplate of Ire',48476,4,4096,0,1,0,0,5,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,4,52,7,64,36,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1765,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34943,4,4,-1,'Legplates of Unending Fury',46359,4,4096,0,1,0,0,7,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,4,52,7,48,31,25,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1544,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,4,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34944,4,4,-1,'Girdle of Seething Rage',48477,4,4096,0,1,0,0,6,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,4,40,7,55,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34945,4,4,-1,'Shattrath Protectorate\'s Breastplate',48473,4,4096,0,1,0,0,5,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,78,12,26,31,34,4,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1765,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,0,0,0,0,2926,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34946,4,4,-1,'Inscribed Legplates of the Aldor',48474,4,4096,0,1,0,0,7,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,78,12,25,13,43,4,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1544,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34947,4,4,-1,'Blue\'s Greaves of the Righteous Guardian',48472,4,4096,0,1,0,0,8,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,58,31,22,15,23,4,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1213,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34949,2,15,-1,'Swift Blade of Uncertainty',48888,4,4096,0,1,0,0,22,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,31,24,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,201,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34950,2,13,-1,'Vanir\'s Left Fist of Savagery',49112,4,4096,0,1,0,0,22,262143,32767,146,70,0,0,0,0,0,0,0,0,1,0,2,36,23,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,201,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34951,2,13,-1,'Vanir\'s Left Fist of Brutality',49112,4,4096,0,1,0,0,22,262143,32767,146,70,0,0,0,0,0,0,0,0,1,0,2,36,23,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,335,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34952,2,15,-1,'The Mutilator',48888,4,4096,0,1,0,0,22,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,31,24,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,241,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35128,7,7,0,'Hardened Khorium',29946,2,0,0,1,45000,11250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35181,4,1,-1,'Powerheal 9000 Lens',45781,4,0,0,1,233380,46676,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,3,6,41,5,51,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,128,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35182,4,2,-1,'Hyper-Magnified Moon Specs',43886,4,0,0,1,292822,58564,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,3,7,40,5,37,32,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,23730,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,128,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35183,4,2,-1,'Wonderheal XT68 Shades',45782,4,0,0,1,293889,58777,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,3,5,51,6,35,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,0,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,128,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35184,4,3,-1,'Primal-Attuned Goggles',45780,4,0,0,1,363408,72681,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,2,7,32,5,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,21642,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,128,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35185,4,4,-1,'Justicebringer 3000 Specs',43889,4,0,0,1,424701,84940,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,3,7,48,5,26,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,128,0,1,0,8,0,0,0,2951,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35187,9,3,-1,'Schematic: Justicebringer 3000 Specs',7085,4,64,0,1,150000,37500,0,2,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46107,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Justicebringer 3000 Specs.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35189,9,3,-1,'Schematic: Powerheal 9000 Lens',7085,4,64,0,1,150000,37500,0,16,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46108,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Powerheal 9000 Lens.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35190,9,3,-1,'Schematic: Hyper-Magnified Moon Specs',7085,4,64,0,1,150000,37500,0,1024,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46109,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Hyper-Magnified Moon Specs.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35193,9,3,-1,'Schematic: Lightning Etched Specs',7085,4,64,0,1,150000,37500,0,64,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46112,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Lightning Etched Specs.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35206,9,2,-1,'Pattern: Sunfire Robe',7085,4,64,0,1,80000,20000,0,-1,-1,70,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46130,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Sunfire Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35207,9,2,-1,'Pattern: Robe of Eternal Light',7085,4,64,0,1,80000,20000,0,-1,-1,70,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46131,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Robe of Eternal Light.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35210,9,4,-1,'Plans: Sunblessed Breastplate',7085,4,64,0,1,80000,20000,0,-1,-1,70,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46142,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Sunblessed Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35221,4,0,-1,'Tabard of the Shattered Sun',48576,1,0,0,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,1077,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35223,0,0,0,'Papa Hummel\'s Old-Fashioned Pet Biscuit',48708,3,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46168,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35225,15,5,-1,'X-51 Nether-Rocket',48951,3,0,0,1,1000000,0,0,-1,-1,60,60,762,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,55884,0,-1,0,-1,330,3000,46197,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be used in Outland or Northrend.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35226,15,5,-1,'X-51 Nether-Rocket X-TREME',48948,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,55884,0,-1,0,-1,330,3000,46199,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35227,15,2,-1,'Goblin Weather Machine - Prototype 01-B',48807,4,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46203,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35229,12,0,0,'Nether Residue',35023,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35230,12,0,-1,'Darnarian\'s Scroll of Teleportation',3331,1,64,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46149,0,-1,0,20000,1140,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35231,12,0,0,'Sunfury Attack Plans',48617,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35232,0,0,-1,'Shattered Sun Supplies',20342,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35233,12,0,0,'Multiphase Spectrographic Goggles',48645,1,64,0,1,0,0,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46273,1,0,0,-1,0,-1,46281,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35273,9,0,-1,'Study of Advanced Smelting',1155,3,64,0,1,80000,20000,0,-1,-1,70,0,186,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46353,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Hardened Khorium.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35275,4,0,-1,'Orb of the Sin\'dorei',8132,3,0,0,1,18475,4618,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46354,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(35287,0,8,-1,'Luminous Bluetail',24521,1,0,0,1,200,50,0,-1,-1,70,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2023,0,-1,0,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'This little fish is charged with arcane energy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35290,4,0,-1,'Sin\'dorei Pendant of Conquest',39162,4,4096,0,1,241024,60256,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,4,7,18,35,18,32,19,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35291,4,0,-1,'Sin\'dorei Pendant of Salvation',39162,4,4096,0,1,241024,60256,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,16,35,18,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,0,0,0,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3098,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35292,4,0,-1,'Sin\'dorei Pendant of Triumph',39162,4,4096,0,1,241024,60256,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,18,32,28,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15815,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35300,9,1,-1,'Pattern: Windstrike Gloves',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35568,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Windstrike Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35301,9,1,-1,'Pattern: Netherdrake Gloves',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35573,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Netherdrake Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35311,9,3,-1,'Schematic: Mana Potion Injector',6270,3,64,0,1,80000,20000,0,-1,-1,69,0,202,345,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,30552,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Mana Potion Injector.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35317,4,0,-1,'Vindicator\'s Pendant of Reprieve',39162,4,36864,0,1,0,0,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,4,7,22,35,18,5,16,36,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18035,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35319,4,0,-1,'Vindicator\'s Pendant of Subjugation',39162,4,36864,0,1,0,0,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,4,7,31,35,18,36,21,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35320,4,0,-1,'Vindicator\'s Band of Subjugation',39129,4,36864,0,1,0,0,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,4,36,30,7,33,5,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35321,4,1,-1,'Cloak of Arcane Alacrity',46812,4,4096,0,1,0,0,16,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,34,35,23,36,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35324,4,1,-1,'Cloak of Swift Reprieve',43292,4,4096,0,1,0,0,16,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,34,35,23,5,15,36,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35326,4,0,-1,'Battlemaster\'s Alacrity',39984,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,1,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35327,4,0,-1,'Battlemaster\'s Alacrity',39984,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,1,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35328,4,1,-1,'Dreadweave Gloves',48717,3,32768,0,1,86955,17391,10,256,2147483647,115,70,0,0,0,0,0,989,5,0,1,0,3,7,31,5,21,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,738,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35329,4,1,-1,'Dreadweave Hood',48719,3,32768,0,1,130908,26181,1,256,-1,115,70,0,0,0,0,0,942,5,0,1,0,3,7,49,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,738,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35330,4,1,-1,'Dreadweave Leggings',48721,3,32768,0,1,175195,35039,7,256,-1,115,70,0,0,0,0,0,935,5,0,1,0,3,7,49,5,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,738,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35331,4,1,-1,'Dreadweave Mantle',48722,3,32768,0,1,131885,26377,3,256,-1,115,70,0,0,0,0,0,1011,5,0,1,0,4,7,19,5,15,35,17,31,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,738,50,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35332,4,1,-1,'Dreadweave Robe',48723,3,32768,1,1,176497,35299,20,256,-1,115,70,0,0,0,0,0,947,5,0,1,0,3,7,49,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,738,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35333,4,1,-1,'Mooncloth Cowl',48726,3,32768,0,1,132848,26569,1,16,32767,115,70,0,0,0,0,0,935,5,0,1,0,3,7,39,5,27,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,739,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35334,4,1,-1,'Mooncloth Legguards',48727,3,32768,0,1,177782,35556,7,16,32767,115,70,0,0,0,0,0,989,5,0,1,0,3,7,42,5,28,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,739,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35335,4,1,-1,'Mooncloth Mitts',48728,3,32768,0,1,89216,17843,10,16,32767,115,70,0,0,0,0,0,1011,5,0,1,0,3,7,33,5,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,739,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35336,4,1,-1,'Mooncloth Shoulderpads',48729,3,32768,0,1,134313,26862,3,16,32767,115,70,0,0,0,0,0,942,5,0,1,0,3,7,30,5,20,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,739,50,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35337,4,1,-1,'Mooncloth Vestments',48730,3,32768,1,1,179717,35943,20,16,32767,115,70,0,0,0,0,0,947,5,0,1,0,3,7,39,5,25,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,739,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35338,4,1,-1,'Satin Gloves',48728,3,32768,0,1,90184,18036,10,16,32767,115,70,0,0,0,0,0,989,5,0,1,0,3,7,33,5,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,740,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35339,4,1,-1,'Satin Hood',48726,3,32768,1,1,135764,27152,1,16,32767,115,70,0,0,0,0,0,947,5,0,1,0,3,7,46,5,19,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,740,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35340,4,1,-1,'Satin Leggings',48727,3,32768,0,1,181670,36334,7,16,32767,115,70,0,0,0,0,0,1011,5,0,1,0,3,7,46,5,23,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,740,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35341,4,1,-1,'Satin Mantle',48729,3,32768,0,1,136728,27345,3,16,32767,115,70,0,0,0,0,0,935,5,0,1,0,3,7,33,5,17,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,740,50,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35342,4,1,-1,'Satin Robe',48730,3,32768,0,1,182955,36591,20,16,32767,115,70,0,0,0,0,0,942,5,0,1,0,3,7,46,5,15,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,740,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35343,4,1,-1,'Evoker\'s Silk Amice',48733,3,32768,1,1,137704,27540,3,128,-1,115,70,0,0,0,0,0,947,5,0,1,0,4,7,21,5,16,35,15,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,741,50,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35344,4,1,-1,'Evoker\'s Silk Cowl',48734,3,32768,0,1,128467,25693,1,128,-1,115,70,0,0,0,0,0,1011,5,0,1,0,4,7,39,5,16,32,17,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,741,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35345,4,1,-1,'Evoker\'s Silk Handguards',48735,3,32768,0,1,85970,17194,10,128,-1,115,70,0,0,0,0,0,935,5,0,1,0,4,7,33,5,12,32,17,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,33066,1,0,0,-1,0,-1,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,741,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35346,4,1,-1,'Evoker\'s Silk Raiment',48736,3,32768,0,1,172591,34518,20,128,-1,115,70,0,0,0,0,0,989,5,0,1,0,4,7,42,5,15,32,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,741,80,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35347,4,1,-1,'Evoker\'s Silk Trousers',41182,3,32768,0,1,173242,34648,7,128,-1,115,70,0,0,0,0,0,942,5,0,1,0,4,7,42,5,22,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,741,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35356,4,2,-1,'Dragonhide Gloves',48745,3,32768,0,1,111905,22381,10,1024,32767,115,70,0,0,0,0,0,989,5,0,1,0,5,7,24,4,17,5,12,3,17,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,742,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35357,4,2,-1,'Dragonhide Helm',48746,3,32768,0,1,168468,33693,1,1024,32767,115,70,0,0,0,0,0,1011,5,0,1,0,5,7,21,4,22,5,15,3,22,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,742,60,0,0,0,0,1,0,4,0,0,0,2878,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35358,4,2,-1,'Dragonhide Legguards',48747,3,32768,0,1,225438,45087,7,1024,32767,115,70,0,0,0,0,0,942,5,0,1,0,5,7,30,4,22,5,22,3,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,742,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340),(35359,4,2,-1,'Dragonhide Spaulders',48748,3,32768,0,1,169689,33937,3,1024,32767,115,70,0,0,0,0,0,935,5,0,1,0,5,7,24,4,17,5,14,3,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,742,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35360,4,2,-1,'Dragonhide Robe',48750,3,32768,1,1,210856,42171,20,1024,32767,115,70,0,0,0,0,0,947,5,0,1,0,5,7,31,4,18,5,18,3,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,742,100,0,0,0,0,2,0,2,0,4,0,2874,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35361,4,2,-1,'Kodohide Gloves',48745,3,32768,0,1,105835,21167,10,1024,32767,115,70,0,0,0,0,0,1011,5,0,1,0,3,7,22,5,22,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,744,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35362,4,2,-1,'Kodohide Helm',48746,3,32768,0,1,159363,31872,1,1024,32767,115,70,0,0,0,0,0,935,5,0,1,0,3,7,30,5,18,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,744,60,0,0,0,0,1,0,4,0,0,0,2878,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35363,4,2,-1,'Kodohide Legguards',48747,3,32768,0,1,213276,42655,7,1024,32767,115,70,0,0,0,0,0,989,5,0,1,0,3,7,33,5,28,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,744,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340),(35364,4,2,-1,'Kodohide Spaulders',48748,3,32768,1,1,160567,32113,3,1024,32767,115,70,0,0,0,0,0,947,5,0,1,0,3,7,33,5,16,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,21624,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,744,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35365,4,2,-1,'Kodohide Robe',48750,3,32768,0,1,214903,42980,20,1024,32767,115,70,0,0,0,0,0,942,5,0,1,0,3,7,33,5,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,744,100,0,0,0,0,2,0,2,0,4,0,2856,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35366,4,2,-1,'Opportunist\'s Leather Gloves',48751,3,32768,1,1,107858,21571,10,8,-1,115,70,0,0,0,0,0,947,5,0,1,0,4,7,31,3,21,35,16,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,745,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35367,4,2,-1,'Opportunist\'s Leather Helm',48752,3,32768,0,1,162381,32476,1,8,-1,115,70,0,0,0,0,0,942,5,0,1,0,4,7,36,3,20,35,24,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,745,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35368,4,2,-1,'Opportunist\'s Leather Legguards',48753,3,32768,0,1,217323,43464,7,8,-1,115,70,0,0,0,0,0,935,5,0,1,0,4,7,42,3,28,32,14,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,745,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35369,4,2,-1,'Opportunist\'s Leather Spaulders',48754,3,32768,0,1,163602,32720,3,8,-1,115,70,0,0,0,0,0,989,5,0,1,0,4,7,31,3,13,32,11,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,745,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35370,4,2,-1,'Opportunist\'s Leather Tunic',48755,3,32768,0,1,218950,43790,5,8,-1,115,70,0,0,0,0,0,1011,5,0,1,0,4,7,42,3,20,35,24,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,9141,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,745,100,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35371,4,2,-1,'Wyrmhide Gloves',48751,3,32768,1,1,109871,21974,10,1024,32767,115,70,0,0,0,0,0,947,5,0,1,0,3,7,22,5,15,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,743,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35372,4,2,-1,'Wyrmhide Helm',48746,3,32768,0,1,165417,33083,1,1024,32767,115,70,0,0,0,0,0,989,5,0,1,0,3,7,21,5,18,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,743,60,0,0,0,0,1,0,4,0,0,0,2878,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35373,4,2,-1,'Wyrmhide Legguards',48747,3,32768,0,1,221369,44273,7,1024,32767,115,70,0,0,0,0,0,1011,5,0,1,0,3,7,33,5,22,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,743,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340),(35374,4,2,-1,'Wyrmhide Spaulders',48748,3,32768,0,1,166637,33327,3,1024,32767,115,70,0,0,0,0,0,942,5,0,1,0,3,7,33,5,16,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,21624,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,743,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35375,4,2,-1,'Wyrmhide Robe',48750,3,32768,0,1,222975,44595,20,1024,32767,115,70,0,0,0,0,0,935,5,0,1,0,3,7,33,5,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,743,100,0,0,0,0,2,0,2,0,4,0,2856,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35376,4,3,-1,'Stalker\'s Chain Armor',48759,3,32768,0,1,268547,53709,20,4,32767,115,70,0,0,0,0,0,989,5,0,1,0,5,7,42,3,20,32,12,35,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,9141,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,749,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35377,4,3,-1,'Stalker\'s Chain Gauntlets',48760,3,32768,1,1,138258,27651,10,4,32767,115,70,0,0,0,0,0,947,5,0,1,0,5,7,31,3,21,32,11,35,14,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,28539,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,749,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35378,4,3,-1,'Stalker\'s Chain Helm',48761,3,32768,0,1,188286,37657,1,4,32767,115,70,0,0,0,0,0,1011,5,0,1,0,5,7,30,3,20,32,14,35,15,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,749,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35379,4,3,-1,'Stalker\'s Chain Leggings',48762,3,32768,0,1,252025,50405,7,4,32767,115,70,0,0,0,0,0,942,5,0,1,0,5,7,42,3,28,32,14,35,25,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,749,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35380,4,3,-1,'Stalker\'s Chain Spaulders',48763,3,32768,0,1,190594,38118,3,4,32767,115,70,0,0,0,0,0,935,5,0,1,0,5,7,31,3,14,32,17,35,16,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,749,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35381,4,3,-1,'Seer\'s Linked Armor',48756,3,32768,0,1,253978,50795,20,64,-1,115,70,0,0,0,0,0,935,5,0,1,0,5,7,42,38,44,32,14,35,22,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,748,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35382,4,3,-1,'Seer\'s Linked Gauntlets',48757,3,32768,0,1,127464,25492,10,64,-1,115,70,0,0,0,0,0,1011,5,0,1,0,4,7,33,38,42,32,18,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,748,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35383,4,3,-1,'Seer\'s Linked Helm',48758,3,32768,1,1,191928,38385,1,64,-1,115,70,0,0,0,0,0,947,5,0,1,0,4,7,30,38,40,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,748,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35384,4,3,-1,'Seer\'s Linked Leggings',48764,3,32768,0,1,256881,51376,7,64,-1,115,70,0,0,0,0,0,989,5,0,1,0,5,7,42,38,44,32,28,35,22,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,748,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35385,4,3,-1,'Seer\'s Linked Spaulders',48765,3,32768,0,1,194253,38850,3,64,-1,115,70,0,0,0,0,0,942,5,0,1,0,5,7,33,38,26,32,17,35,13,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,748,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35386,4,3,-1,'Seer\'s Mail Armor',48756,3,32768,1,1,258808,51761,20,64,-1,115,70,0,0,0,0,0,947,5,0,1,0,4,7,42,5,14,32,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,21620,1,0,0,-1,0,-1,9345,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,746,120,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35387,4,3,-1,'Seer\'s Mail Gauntlets',48757,3,32768,0,1,129892,25978,10,64,-1,115,70,0,0,0,0,0,942,5,0,1,0,4,7,33,5,13,32,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,746,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35388,4,3,-1,'Seer\'s Mail Helm',48758,3,32768,0,1,195570,39114,1,64,-1,115,70,0,0,0,0,0,935,5,0,1,0,4,7,36,5,16,32,16,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,746,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35389,4,3,-1,'Seer\'s Mail Leggings',48764,3,32768,0,1,261737,52347,7,64,-1,115,70,0,0,0,0,0,1011,5,0,1,0,4,7,42,5,18,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,746,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35390,4,3,-1,'Seer\'s Mail Spaulders',48765,3,32768,0,1,197891,39578,3,64,-1,115,70,0,0,0,0,0,989,5,0,1,0,4,7,33,5,13,32,12,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,746,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35391,4,3,-1,'Seer\'s Ringmail Chestguard',48756,3,32768,0,1,263664,52732,20,64,-1,115,70,0,0,0,0,0,1011,5,0,1,0,4,7,34,5,22,32,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,21620,1,0,0,-1,0,-1,9317,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,747,120,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35392,4,3,-1,'Seer\'s Ringmail Gloves',48757,3,32768,1,1,132320,26464,10,64,-1,115,70,0,0,0,0,0,947,5,0,1,0,4,7,28,5,18,32,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,747,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35393,4,3,-1,'Seer\'s Ringmail Headpiece',48758,3,32768,0,1,204438,40887,1,64,-1,115,70,0,0,0,0,0,989,5,0,1,0,4,7,33,5,21,32,16,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,747,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35394,4,3,-1,'Seer\'s Ringmail Legguards',48764,3,32768,0,1,273561,54712,7,64,-1,115,70,0,0,0,0,0,942,5,0,1,0,4,7,36,5,24,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,747,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35395,4,3,-1,'Seer\'s Ringmail Shoulderpads',48765,3,32768,0,1,206818,41363,3,64,-1,115,70,0,0,0,0,0,935,5,0,1,0,4,7,28,5,18,32,12,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,747,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35402,4,4,-1,'Crusader\'s Ornamented Chestplate',48792,3,32768,0,1,297385,59477,5,2,32767,115,70,0,0,0,0,0,989,5,0,1,0,4,7,37,5,24,32,21,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,751,135,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35403,4,4,-1,'Crusader\'s Ornamented Gloves',48793,3,32768,0,1,150115,30023,10,2,32767,115,70,0,0,0,0,0,942,5,0,1,0,4,7,30,5,20,32,19,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,751,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35404,4,4,-1,'Crusader\'s Ornamented Headguard',48794,3,32768,0,1,224320,44864,1,2,32767,115,70,0,0,0,0,0,935,5,0,1,0,4,7,34,5,22,32,20,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,751,80,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35405,4,4,-1,'Crusader\'s Ornamented Leggings',48795,3,32768,0,1,300772,60154,7,2,32767,115,70,0,0,0,0,0,1011,5,0,1,0,4,7,39,5,26,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,751,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35406,4,4,-1,'Crusader\'s Ornamented Spaulders',48796,3,32768,1,1,226002,45200,3,2,32767,115,70,0,0,0,0,0,947,5,0,1,0,4,7,30,5,19,32,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,751,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35407,4,4,-1,'Savage Plate Chestpiece',48797,3,32768,0,1,303051,60610,5,1,32767,115,70,0,0,0,0,0,935,5,0,1,0,4,7,46,4,12,32,24,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,750,135,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35408,4,4,-1,'Savage Plate Gauntlets',48798,3,32768,0,1,152949,30589,10,1,-1,115,70,0,0,0,0,0,942,5,0,1,0,4,7,30,4,22,32,21,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,750,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35409,4,4,-1,'Savage Plate Helm',48799,3,32768,1,1,234646,46929,1,1,-1,115,70,0,0,0,0,0,947,5,0,1,0,4,7,34,4,20,32,24,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,750,80,0,0,0,0,1,0,4,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35410,4,4,-1,'Savage Plate Legguards',48800,3,32768,0,1,314598,62919,7,1,-1,115,70,0,0,0,0,0,989,5,0,1,0,4,7,46,4,28,32,28,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,750,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35411,4,4,-1,'Savage Plate Shoulders',48801,3,32768,0,1,236352,47270,3,1,-1,115,70,0,0,0,0,0,1011,5,0,1,0,4,7,36,4,14,32,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,750,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35412,4,4,-1,'Crusader\'s Scaled Chestpiece',48792,3,32768,0,1,316846,63369,5,2,32767,115,70,0,0,0,0,0,1011,5,0,1,0,5,7,42,5,12,32,13,4,27,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,752,135,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35413,4,4,-1,'Crusader\'s Scaled Gauntlets',48793,3,32768,1,1,159901,31980,10,2,32767,115,70,0,0,0,0,0,947,5,0,1,0,5,7,25,5,12,32,12,4,28,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,752,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35414,4,4,-1,'Crusader\'s Scaled Helm',48794,3,32768,0,1,238887,47777,1,2,32767,115,70,0,0,0,0,0,989,5,0,1,0,5,7,30,5,16,32,13,4,28,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,752,80,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35415,4,4,-1,'Crusader\'s Scaled Legguards',48795,3,32768,0,1,320263,64052,7,2,32767,115,70,0,0,0,0,0,942,5,0,1,0,5,7,42,5,16,32,16,4,36,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,752,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35416,4,4,-1,'Crusader\'s Scaled Shoulders',48796,3,32768,0,1,240570,48114,3,2,32767,115,70,0,0,0,0,0,935,5,0,1,0,5,7,33,5,8,32,9,4,25,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,752,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35464,4,1,-1,'Dreadweave Robe',48723,3,32768,2,1,175829,35165,20,256,-1,115,70,0,0,0,0,0,946,5,0,1,0,3,7,49,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,738,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35465,4,1,-1,'Evoker\'s Silk Amice',48733,3,32768,2,1,132346,26469,3,128,-1,115,70,0,0,0,0,0,946,5,0,1,0,4,7,21,5,16,35,15,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,741,50,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35466,4,1,-1,'Satin Hood',48726,3,32768,2,1,132835,26567,1,16,32767,115,70,0,0,0,0,0,946,5,0,1,0,3,7,46,5,19,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,740,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35467,4,1,-1,'Mooncloth Vestments',48730,3,32768,2,1,177764,35552,20,16,32767,115,70,0,0,0,0,0,946,5,0,1,0,3,7,39,5,25,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,739,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35468,4,2,-1,'Opportunist\'s Leather Gloves',48751,3,32768,2,1,111509,22301,10,8,-1,115,70,0,0,0,0,0,946,5,0,1,0,4,7,31,3,21,35,16,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,745,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35469,4,2,-1,'Dragonhide Robe',48750,3,32768,2,1,223811,44762,20,1024,32767,115,70,0,0,0,0,0,946,5,0,1,0,5,7,31,4,18,5,18,3,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,742,100,0,0,0,0,2,0,2,0,4,0,2874,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35470,4,2,-1,'Kodohide Spaulders',48748,3,32768,2,1,168468,33693,3,1024,32767,115,70,0,0,0,0,0,946,5,0,1,0,3,7,33,5,16,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,21624,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,744,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35471,4,2,-1,'Wyrmhide Gloves',48751,3,32768,2,1,112719,22543,10,1024,32767,115,70,0,0,0,0,0,946,5,0,1,0,3,7,22,5,15,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,743,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35472,4,3,-1,'Seer\'s Mail Armor',48756,3,32768,2,1,271476,54295,20,64,-1,115,70,0,0,0,0,0,946,5,0,1,0,4,7,42,5,14,32,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,21620,1,0,0,-1,0,-1,9345,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,746,120,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35473,4,3,-1,'Seer\'s Ringmail Gloves',48757,3,32768,2,1,126514,25302,10,64,-1,115,70,0,0,0,0,0,946,5,0,1,0,4,7,28,5,18,32,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,747,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35474,4,3,-1,'Seer\'s Linked Helm',48758,3,32768,2,1,190503,38100,1,64,-1,115,70,0,0,0,0,0,946,5,0,1,0,4,7,30,38,40,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,748,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35475,4,3,-1,'Stalker\'s Chain Gauntlets',48760,3,32768,2,1,127490,25498,10,4,32767,115,70,0,0,0,0,0,946,5,0,1,0,5,7,31,3,21,32,11,35,14,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,28539,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,749,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35476,4,4,-1,'Crusader\'s Ornamented Spaulders',48796,3,32768,2,1,223513,44702,3,2,32767,115,70,0,0,0,0,0,946,5,0,1,0,4,7,30,5,19,32,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,751,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35477,4,4,-1,'Crusader\'s Scaled Gauntlets',48793,3,32768,2,1,150719,30143,10,2,32767,115,70,0,0,0,0,0,946,5,0,1,0,5,7,25,5,12,32,12,4,28,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,752,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35478,4,4,-1,'Savage Plate Helm',48799,3,32768,2,1,225219,45043,1,1,-1,115,70,0,0,0,0,0,946,5,0,1,0,4,7,34,4,20,32,24,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,750,80,0,0,0,0,1,0,4,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35487,3,0,-1,'Bright Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,921,-1,0,0,0,0,'',0,0,0,0,0,12340),(35488,3,0,-1,'Runed Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,922,-1,0,0,0,0,'',0,0,0,0,0,12340),(35489,3,0,-1,'Teardrop Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,923,-1,0,0,0,0,'',0,0,0,0,0,12340),(35500,9,8,-1,'Formula: Enchant Chest - Defense',7798,1,64,0,1,150000,37500,0,-1,-1,70,0,333,360,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46594,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant chest armor to increase defense rating by 16. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35501,3,6,-1,'Eternal Earthstorm Diamond',39203,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,941,-1,0,0,0,0,'',0,0,0,0,0,12340),(35502,9,10,-1,'Design: Eternal Earthstorm Diamond',1102,1,64,0,1,150000,37500,0,-1,-1,74,0,755,370,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46597,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Eternal Earthstorm Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35503,3,6,-1,'Ember Skyfire Diamond',39205,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,942,-1,0,0,0,0,'',0,0,0,0,0,12340),(35504,15,2,-1,'Phoenix Hatchling',48873,3,64,0,1,10000,2500,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,46599,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35505,9,10,-1,'Design: Ember Skyfire Diamond',1301,1,64,0,1,150000,37500,0,-1,-1,74,0,755,370,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46601,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Ember Skyfire Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35513,15,5,-1,'Swift White Hawkstrider',53793,4,0,0,1,1000000,0,0,262143,-1,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,46628,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon the mount of Kael\'thas Sunstrider. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35516,1,0,-1,'Sun Touched Satchel',20342,3,0,0,1,35000,8750,18,-1,-1,70,0,0,0,0,0,0,0,0,1,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35562,7,8,-1,'Bear Flank',1762,1,0,0,1,150,37,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35563,0,5,-1,'Charred Bear Kabobs',25473,1,0,0,1,240,12,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46898,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35564,9,5,-1,'Recipe: Charred Bear Kabobs',1301,1,64,0,1,18000,4500,0,-1,-1,50,0,185,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46684,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Charred Bear Kabobs.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35565,0,5,-1,'Juicy Bear Burger',25468,1,0,0,1,240,12,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46683,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35566,9,5,-1,'Recipe: Juicy Bear Burger',1301,1,64,0,1,18000,4500,0,-1,-1,50,0,185,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46688,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Juicy Bear Burger.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35581,4,1,-1,'Rocket Boots Xtreme Lite',46155,3,67108864,0,1,130639,26127,8,-1,-1,112,0,202,330,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,24196,1,0,0,0,0,0,0,1,0,0,0,0,0,51582,0,0,0,300000,1203,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,128,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(35693,4,0,-1,'Figurine - Empyrean Tortoise',48970,4,64,0,1,60000,15000,12,-1,-1,125,70,755,375,0,0,0,0,0,1,1,0,1,12,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46780,0,0,0,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35694,4,0,-1,'Figurine - Khorium Boar',39917,4,0,0,1,48000,12000,12,-1,-1,125,70,755,375,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15828,1,0,0,0,0,0,46782,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35695,9,10,-1,'Design: Figurine - Empyrean Tortoise',1301,1,64,0,1,250000,62500,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46775,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create a Figurine - Empyrean Tortoise.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35696,9,10,-1,'Design: Figurine - Khorium Boar',1301,1,64,0,1,250000,62500,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46776,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create a Figure - Khorium Boar.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35697,9,10,-1,'Design: Figurine - Crimson Serpent',1301,1,64,0,1,250000,62500,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46777,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create a Figure - Crimson Serpent.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35698,9,10,-1,'Design: Figurine - Shadowsong Panther',1301,1,64,0,1,250000,62500,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46778,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create a Figure - Shadowsong Panther.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35699,9,10,-1,'Design: Figurine - Seaspray Albatross',1301,1,64,0,1,250000,62500,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46779,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create a Figure - Seaspray Albatross.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35700,4,0,-1,'Figurine - Crimson Serpent',39918,4,0,0,1,60000,15000,12,-1,-1,125,70,755,375,0,0,0,0,0,1,1,0,2,5,33,7,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46783,0,0,0,120000,1141,20000,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35702,4,0,-1,'Figurine - Shadowsong Panther',39915,4,0,0,1,60000,15000,12,-1,-1,125,70,755,375,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,15826,1,0,0,0,0,0,46784,0,0,0,90000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35703,4,0,-1,'Figurine - Seaspray Albatross',48971,4,0,0,1,60000,15000,12,-1,-1,125,70,755,375,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40231,1,0,0,0,0,0,46785,0,0,0,180000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35707,3,3,-1,'Regal Nightseye',39929,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,961,-1,0,0,0,0,'',0,0,0,0,0,12340),(35708,9,10,-1,'Design: Regal Nightseye',6270,1,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46803,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Regal Nightseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35716,0,3,-1,'Shattrath Flask of Pure Death',37854,1,0,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46837,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35717,0,3,-1,'Shattrath Flask of Blinding Light',37853,1,0,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46839,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35728,12,0,-1,'Greater Inscription of the Blade',40103,3,64,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35439,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(35729,12,0,-1,'Greater Inscription of the Knight',40104,3,64,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35433,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(35730,12,0,-1,'Greater Inscription of the Oracle',40106,3,64,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35435,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(35731,12,0,-1,'Greater Inscription of the Orb',40394,3,64,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35437,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(35733,4,0,-1,'Ring of Harmonic Beauty',39123,4,0,0,1,241024,60256,11,262143,32767,154,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,22,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35748,7,11,-1,'Guardian\'s Alchemist Stone',49082,4,0,0,1,100000,25000,12,-1,-1,125,0,171,350,0,0,0,0,0,1,1,0,1,12,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35749,7,11,-1,'Sorcerer\'s Alchemist Stone',49082,4,0,0,1,100000,25000,12,-1,-1,125,0,171,350,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42076,1,0,0,-1,0,-1,17619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35750,7,11,-1,'Redeemer\'s Alchemist Stone',49082,4,0,0,1,100000,25000,12,-1,-1,125,0,171,350,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42077,1,0,0,-1,0,-1,17619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35751,7,11,-1,'Assassin\'s Alchemist Stone',49082,4,0,0,1,100000,25000,12,-1,-1,125,0,171,350,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33782,1,0,0,-1,0,-1,17619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35752,9,6,-1,'Recipe: Guardian\'s Alchemist Stone',1301,1,64,0,1,250000,62500,0,-1,-1,70,0,171,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47046,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Guardian\'s Alchemist Stone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35753,9,6,-1,'Recipe: Sorcerer\'s Alchemist Stone',1301,1,64,0,1,250000,62500,0,-1,-1,70,0,171,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47048,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Sorcerer\'s Alchemist Stone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35754,9,6,-1,'Recipe: Redeemer\'s Alchemist Stone',1301,1,64,0,1,250000,62500,0,-1,-1,70,0,171,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47049,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Redeemer\'s Alchemist Stone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35755,9,6,-1,'Recipe: Assassin\'s Alchemist Stone',1301,1,64,0,1,250000,62500,0,-1,-1,70,0,171,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47050,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Assassin\'s Alchemist Stone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35756,9,8,-1,'Formula: Enchant Cloak - Steelweave',7798,3,64,0,1,120000,30000,0,-1,-1,70,0,333,375,0,0,0,0,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47051,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase defense rating by 12. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35758,3,4,-1,'Steady Seaspray Emerald',44921,4,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,981,-1,0,0,0,0,'',0,0,0,0,0,12340),(35759,3,4,-1,'Forceful Seaspray Emerald',44921,4,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,982,-1,0,0,0,0,'',0,0,0,0,0,12340),(35760,3,5,-1,'Reckless Pyrestone',44927,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,983,-1,0,0,0,0,'',0,0,0,0,0,12340),(35761,3,2,-1,'Quick Lionseye',44926,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,984,-1,0,0,0,0,'',0,0,0,0,0,12340),(35762,9,10,-1,'Design: Reckless Pyrestone',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47055,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Reckless Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35763,9,10,-1,'Design: Quick Lionseye',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47056,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Quick Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35764,9,10,-1,'Design: Steady Seaspray Emerald',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47054,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Steady Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35765,9,10,-1,'Design: Forceful Seaspray Emerald',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47053,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Forceful Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35766,9,10,-1,'Design: Steady Seaspray Emerald',1096,4,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47054,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Steady Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35767,9,10,-1,'Design: Reckless Pyrestone',1096,4,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47055,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Reckless Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35768,9,10,-1,'Design: Quick Lionseye',1096,4,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47056,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Quick Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35769,9,10,-1,'Design: Forceful Seaspray Emerald',1096,4,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47053,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Forceful Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35906,15,5,-1,'Reins of the Black War Elekk',44590,4,4096,0,1,0,0,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,48027,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35945,0,0,0,'Brilliant Glass',30634,3,4,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'There\'s something shiny inside....',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34254,12,0,0,'Razorthorn Root',19497,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34363,4,0,-1,'Ring of Flowing Life',31616,4,524288,0,1,241024,60256,11,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,28,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35199,9,10,-1,'Design: Ring of Flowing Life',7085,4,64,0,1,140000,35000,0,-1,-1,70,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46123,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Ring of Flowing Life.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35348,15,0,-1,'Bag of Fishing Treasures',3568,1,4,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,50000,90000,0,12340),(34210,4,1,-1,'Amice of the Convoker',50012,4,0,0,1,244833,48966,3,262143,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,28,36,30,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,2,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35244,9,10,-1,'Design: Bold Crimson Spinel',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39705,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bold Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35254,9,10,-1,'Design: Radiant Seaspray Emerald',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39740,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Radiant Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35255,9,10,-1,'Design: Brilliant Lionseye',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39719,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Brilliant Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35246,9,10,-1,'Design: Delicate Crimson Spinel',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39706,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Delicate Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35256,9,10,-1,'Design: Gleaming Lionseye',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39722,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Gleaming Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35262,9,10,-1,'Design: Lustrous Empyrean Sapphire',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39717,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Lustrous Empyrean Sapphire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35260,9,10,-1,'Design: Smooth Lionseye',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39720,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Smooth Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35263,9,10,-1,'Design: Solid Empyrean Sapphire',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39715,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Solid Empyrean Sapphire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35264,9,10,-1,'Design: Sparkling Empyrean Sapphire',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39716,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Sparkling Empyrean Sapphire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35249,9,10,-1,'Design: Subtle Crimson Spinel',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39713,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Subtle Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35261,9,10,-1,'Design: Thick Lionseye',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39723,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Thick Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35250,9,10,-1,'Design: Teardrop Crimson Spinel',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39710,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Teardrop Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35248,9,10,-1,'Design: Runed Crimson Spinel',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39711,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Runed Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35269,9,10,-1,'Design: Potent Pyrestone',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39734,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Potent Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35268,9,10,-1,'Design: Luminous Pyrestone',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39735,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Luminous Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35253,9,10,-1,'Design: Jagged Seaspray Emerald',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39742,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Jagged Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35240,9,10,-1,'Design: Infused Shadowsong Amethyst',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39730,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Infused Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35239,9,10,-1,'Design: Glowing Shadowsong Amethyst',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39731,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Glowing Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35266,9,10,-1,'Design: Glinting Pyrestone',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39736,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Glinting Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35251,9,10,-1,'Design: Dazzling Seaspray Emerald',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39741,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Dazzling Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35238,9,10,-1,'Design: Balanced Shadowsong Amethyst',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39729,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Balanced Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35271,9,10,-1,'Design: Wicked Pyrestone',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39738,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Wicked Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35241,9,10,-1,'Design: Royal Shadowsong Amethyst',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39732,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Royal Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35259,9,10,-1,'Design: Rigid Lionseye',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39721,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Rigid Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35252,9,10,-1,'Design: Enduring Seaspray Emerald',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39739,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Enduring Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35257,9,10,-1,'Design: Great Lionseye',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39725,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Great Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35247,9,10,-1,'Design: Flashing Crimson Spinel',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39714,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Flashing Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35267,9,10,-1,'Design: Inscribed Pyrestone',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39733,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Inscribed Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35258,9,10,-1,'Design: Mystic Lionseye',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39724,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Mystic Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35242,9,10,-1,'Design: Shifting Shadowsong Amethyst',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39728,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Shifting Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35243,9,10,-1,'Design: Sovereign Shadowsong Amethyst',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39727,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Sovereign Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35265,9,10,-1,'Design: Stormy Empyrean Sapphire',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39718,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Stormy Empyrean Sapphire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35270,9,10,-1,'Design: Veiled Pyrestone',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39737,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Veiled Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34199,2,4,4,'Archon\'s Gavel',48908,4,0,0,1,740857,148171,21,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,2,7,24,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,133,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,44759,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,2881,0,300,-66.5,0,0,0,'',67,0,0,0,0,12340),(34194,4,3,-1,'Mantle of the Golden Forest',47998,4,0,0,1,374170,74834,3,32767,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,2,3,40,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,40555,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,2,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34483,12,0,-1,'Orb of Murloc Control',39827,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45109,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An arcane energy swirls within this fragile container.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34213,4,0,-1,'Ring of Hardened Resolve',45948,4,0,0,1,241024,60256,11,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,3,7,48,12,32,37,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,39987,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,308,0,0,0,'',67,0,0,0,0,12340),(34230,4,0,-1,'Ring of Omnipotence',44358,4,524288,0,1,241024,60256,11,262143,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,36,31,32,22,7,21,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34429,4,0,-1,'Shifting Naaru Sliver',48505,4,0,0,1,288156,72039,12,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,1,36,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45042,0,0,0,90000,1141,15000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34428,4,0,-1,'Steely Naaru Sliver',48506,4,0,0,1,288156,72039,12,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,1,37,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45049,0,0,0,300000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35284,4,0,-1,'Sin\'dorei Band of Triumph',39129,4,4096,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,30,32,28,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15815,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35282,4,0,-1,'Sin\'dorei Band of Dominance',39129,4,4096,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,4,7,22,35,15,5,15,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35283,4,0,-1,'Sin\'dorei Band of Salvation',39129,4,4096,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,30,35,19,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34240,4,4,-1,'Gauntlets of the Soothed Soul',48905,4,0,0,1,276976,55395,10,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,33,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1239,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,2,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34214,2,7,-1,'Muramasa',48079,4,0,0,1,803465,160693,13,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,36,35,7,27,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35313,12,0,-1,'Bloated Barbed Gill Trout',38896,1,65540,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,7200,0,0,'',0,0,0,0,0,12340),(35285,7,8,-1,'Giant Sunfish',4813,1,0,0,1,200,50,0,-1,-1,70,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,0,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35286,15,4,-1,'Bloated Giant Sunfish',4813,1,4,0,1,400,100,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35316,3,5,-1,'Reckless Noble Topaz',39931,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,902,-1,0,0,0,0,'',0,0,0,0,0,12340),(35315,3,2,-1,'Quick Dawnstone',39925,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,901,-1,0,0,0,0,'',0,0,0,0,0,12340),(35318,3,4,-1,'Forceful Talasite',39930,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,903,-1,0,0,0,0,'',0,0,0,0,0,12340),(37865,4,0,-1,'Medallion of the Horde',37841,4,32768,1,1,0,0,12,262143,690,128,70,0,0,0,0,0,0,0,1,1,0,1,35,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35212,9,1,-1,'Pattern: Leather Gauntlets of the Sun',7085,4,64,0,1,80000,20000,0,-1,-1,75,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46132,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Leather Gauntlets of the Sun.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34372,4,2,-1,'Leather Gauntlets of the Sun',48917,4,0,0,1,195965,39193,10,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,26,6,30,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,2,0,0,0,2866,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35211,9,4,-1,'Plans: Hard Khorium Battleplate',7085,4,64,0,1,80000,20000,0,-1,-1,70,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46144,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Hard Khorium Battleplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34427,4,0,-1,'Blackened Naaru Sliver',48503,4,0,0,1,288156,72039,12,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,1,36,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45355,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34374,4,3,-1,'Fletcher\'s Gloves of the Phoenix',48914,4,0,0,1,236889,47377,10,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,3,30,7,33,5,25,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,4,0,0,0,2973,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34334,2,2,-1,'Thori\'dal, the Stars\' Fury',48902,5,0,0,1,914654,182930,15,-1,-1,164,70,0,0,0,0,0,0,0,1,1,0,2,3,17,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,524,0,0,0,0,0,0,0,0,0,0,0,2700,0,100,15806,1,0,0,-1,0,-1,43219,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,46699,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The energy of the Sunwell courses through Thori\'dal.',0,0,0,0,0,1,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,-1,59.5,0,0,0,'',0,0,0,0,0,12340),(34247,2,8,-1,'Apolyon, the Soul-Render',48023,4,0,0,1,1038554,207710,17,-1,-1,164,70,0,0,0,0,0,0,0,0,1,0,3,7,75,36,32,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,607,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,39885,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,2,0,2,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34430,4,0,-1,'Glimmering Naaru Sliver',48504,4,0,0,1,288156,72039,12,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,42077,1,0,0,-1,0,-1,45052,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34228,4,3,-1,'Vicious Hawkstrider Hauberk',48014,4,0,0,1,486110,97222,5,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,3,47,7,64,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,36068,1,0,0,-1,0,-1,44810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,4,0,8,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34336,2,15,-1,'Sunflare',48031,4,0,0,1,818965,163793,21,-1,-1,164,70,0,0,0,0,0,0,0,0,1,0,4,7,17,5,20,36,23,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,137,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,44974,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,-73,0,0,0,'',67,0,0,0,0,12340),(34329,2,15,-1,'Crux of the Apocalypse',48026,4,0,0,1,776495,155299,13,-1,-1,164,70,0,0,0,0,0,0,0,0,1,0,3,7,15,3,18,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,247,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34337,2,10,-1,'Golden Staff of the Sin\'dorei',48030,4,0,0,1,1027469,205493,17,-1,-1,164,70,0,0,0,0,0,0,0,0,1,0,4,7,60,5,54,6,57,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,337,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,44973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,8,0,2890,0,300,-73,0,0,0,'',67,0,0,0,0,12340),(34231,4,6,-1,'Aegis of Angelic Fortune',48906,4,0,0,1,508718,101743,14,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,2,7,33,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6459,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,178,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(37504,9,10,-1,'Design: Purified Shadowsong Amethyst',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,48789,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Purified Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37503,3,3,-1,'Purified Shadowsong Amethyst',44924,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1041,-1,0,0,0,0,'',0,0,0,0,0,12340),(35323,9,10,-1,'Design: Reckless Noble Topaz',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46404,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Reckless Noble Topaz.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35322,9,10,-1,'Design: Quick Dawnstone',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46403,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Quick Dawnstone.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35325,9,10,-1,'Design: Forceful Talasite',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46405,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Forceful Talasite.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34343,4,3,-1,'Thalassian Ranger Gauntlets',48034,4,0,0,1,251962,50392,10,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,4,3,40,7,43,5,27,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,715,0,0,0,0,0,0,0,0,0,15826,1,0,0,-1,0,-1,44810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,4,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34333,4,3,-1,'Coif of Alleria',48024,4,0,0,1,364507,72901,1,32767,2147483647,164,70,0,0,0,0,0,0,0,0,1,0,4,3,43,7,45,5,25,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,0,0,0,0,0,0,39885,1,0,0,-1,0,-1,44810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,1,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34340,4,1,-1,'Dark Conjuror\'s Collar',50019,4,0,0,1,249277,49855,1,32767,2147483647,164,70,0,0,0,0,0,0,0,0,1,0,4,7,51,5,42,32,38,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,0,0,0,0,0,0,0,0,0,44979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34344,4,1,-1,'Handguards of Defiled Worlds',48306,4,0,0,1,168576,33715,10,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,32,31,27,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,2,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34341,4,4,-1,'Borderland Paingrips',48032,4,4096,0,1,293545,58709,10,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,3,4,47,32,39,7,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1277,0,0,0,0,0,0,0,0,0,40679,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34242,4,1,-1,'Tattered Cape of Antonidas',48871,4,0,0,1,244762,48952,16,32767,-1,164,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,26,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34241,4,1,-1,'Cloak of Unforgivable Sin',48868,4,0,0,1,243858,48771,16,-1,-1,164,70,0,0,0,0,0,0,0,0,1,0,3,3,26,7,25,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34355,4,3,-1,'Lightning Etched Specs',45778,4,0,0,1,356686,71337,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,3,7,47,31,25,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,128,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34378,4,4,-1,'Hard Khorium Battlefists',48926,4,4096,0,1,282040,56408,10,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,4,45,7,45,36,36,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1239,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(37864,4,0,-1,'Medallion of the Alliance',37840,4,32768,2,1,0,0,12,262143,1101,128,70,0,0,0,0,0,0,0,1,1,0,1,35,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35304,9,10,-1,'Design: Solid Star of Elune',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31092,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Solid Star of Elune.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35582,9,3,-1,'Schematic: Rocket Boots Xtreme Lite',6270,3,64,0,1,60000,15000,0,-1,-1,71,0,202,355,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46697,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Rocket Boots Xtreme Lite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35191,9,3,-1,'Schematic: Wonderheal XT68 Shades',7085,4,64,0,1,150000,37500,0,1024,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46106,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Wonderheal XT68 Shades.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35186,9,3,-1,'Schematic: Annihilator Holo-Gogs',7085,4,64,0,1,80000,20000,0,400,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46111,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Annihilator Holo-gogs.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35203,9,10,-1,'Design: Hard Khorium Choker',7085,4,64,0,1,140000,35000,0,-1,-1,70,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46127,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Hard Khorium Choker.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35194,9,3,-1,'Schematic: Surestrike Goggles v3.0',7085,4,64,0,1,150000,37500,0,68,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46113,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Surestrike Goggles v3.0.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35197,9,3,-1,'Schematic: Quad Deathblow X44 Goggles',7085,4,64,0,1,150000,37500,0,1032,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46116,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Quad Deathblow X44 Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35218,9,1,-1,'Pattern: Carapace of Sun and Shadow',7085,4,64,0,1,80000,20000,0,-1,-1,75,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46138,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Carapace of Sun and Shadow.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35217,9,1,-1,'Pattern: Embrace of the Phoenix',7085,4,64,0,1,80000,20000,0,-1,-1,75,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46137,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Embrace of the Phoenix.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34255,12,0,-1,'Razorthorn Flayer Gland',4045,1,64,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44881,0,-1,0,-1,24,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Foul smelling pheromones hover around the gooey gland.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34376,4,3,-1,'Sun-Drenched Scale Gloves',48919,4,0,0,1,238644,47728,10,32767,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,36,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,2,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34537,0,2,-1,'Bloodberry Elixir',38720,1,0,0,1,10000,2500,0,-1,-1,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45373,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35192,9,3,-1,'Schematic: Primal-Attuned Goggles',7085,4,64,0,1,150000,37500,0,64,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46110,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Primal-Attuned Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35198,9,10,-1,'Design: Loop of Forged Power',7085,4,64,0,1,140000,35000,0,-1,-1,70,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46122,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Loop of Forged Power.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35201,9,10,-1,'Design: Pendant of Sunfire',7085,4,64,0,1,140000,35000,0,-1,-1,70,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46125,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Pendant of Sunfire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35204,9,2,-1,'Pattern: Sunfire Handwraps',7085,4,64,0,1,80000,20000,0,-1,-1,70,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46128,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Sunfire Handwraps.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35215,9,1,-1,'Pattern: Sun-Drenched Scale Gloves',7085,4,64,0,1,80000,20000,0,-1,-1,75,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46135,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Sun-Drenched Scale Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35216,9,1,-1,'Pattern: Leather Chestguard of the Sun',7085,4,64,0,1,80000,20000,0,-1,-1,75,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46136,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Leather Chestguard of the Sun.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35349,15,2,-1,'Snarly\'s Bucket',33467,3,64,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,46425,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35350,15,2,-1,'Chuck\'s Bucket',33467,3,64,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,46426,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37148,15,0,-1,'Loose Singed Page',7629,1,0,0,1,35000,8750,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One page remains after breaking the seal on the \'Wrath of the Titans.\'',3076,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37588,7,8,-1,'Mostly Digested Fish',49840,0,0,0,1,5500,275,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34232,4,1,-1,'Fel Conquerer Raiments',48299,4,0,0,1,328721,65744,20,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,60,5,41,36,33,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,4,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34331,2,13,-1,'Hand of the Deceiver',48028,4,0,0,1,782515,156503,21,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,1,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,357,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15813,1,0,0,-1,0,-1,40226,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,4,0,4,0,0,0,2973,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35195,9,3,-1,'Schematic: Mayhem Projection Goggles',7085,4,64,0,1,150000,37500,0,35,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46114,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Mayhem Projection Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35294,9,6,-1,'Recipe: Elixir of Empowerment',15274,2,64,0,1,100000,25000,0,32767,-1,73,0,171,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28578,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Elixir of Empowerment.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35295,9,6,-1,'Recipe: Haste Potion',15274,2,64,0,1,80000,20000,0,32767,-1,70,0,171,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28564,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Haste Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35296,9,4,-1,'Plans: Adamantite Weapon Chain',15274,2,64,0,1,3800,950,0,-1,-1,63,0,164,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,42688,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Adamantite Weapon Chain.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35297,9,8,-1,'Formula: Enchant Boots - Boar\'s Speed',7798,3,64,0,1,120000,30000,0,-1,-1,72,0,333,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,34008,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant boots to give a minor movement speed increase and increase Stamina by 9. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35298,9,8,-1,'Formula: Enchant Boots - Vitality',7798,2,64,0,1,40000,10000,0,-1,-1,61,0,333,305,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,27948,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant boots to restore 5 health and mana every 5 seconds. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35302,9,1,-1,'Pattern: Cobrascale Gloves',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35559,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Cobrascale Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35307,9,10,-1,'Design: Rigid Dawnstone',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31098,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Rigid Dawnstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35310,9,3,-1,'Schematic: Healing Potion Injector',6270,3,64,0,1,70000,17500,0,-1,-1,66,0,202,330,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,30551,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Healing Potion Injector.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35691,15,0,-1,'Ruined Metal Parts',35301,0,0,0,1,950,237,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35196,9,3,-1,'Schematic: Hard Khorium Goggles',7085,4,64,0,1,150000,37500,0,35,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46115,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Hard Khorium Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35208,9,4,-1,'Plans: Sunblessed Gauntlets',7085,4,64,0,1,80000,20000,0,-1,-1,70,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46140,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Sunblessed Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35299,9,8,-1,'Formula: Enchant Boots - Cat\'s Swiftness',7798,3,64,0,1,120000,30000,0,-1,-1,72,0,333,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,34007,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant boots to give a minor movement speed increase and increase Agility by 6. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35303,9,1,-1,'Pattern: Gloves of the Living Touch',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35562,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Gloves of the Living Touch.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35305,9,10,-1,'Design: Runed Living Ruby',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31088,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Runed Living Ruby.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35306,9,10,-1,'Design: Bright Living Ruby',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31089,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bright Living Ruby.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35308,9,2,-1,'Pattern: Unyielding Bracers',6270,3,64,0,1,80000,20000,0,-1,-1,70,0,197,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31434,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Unyielding Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35309,9,2,-1,'Pattern: Unyielding Girdle',6270,4,64,0,1,120000,30000,0,-1,-1,73,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31442,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew an Unyielding Girdle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35314,15,0,-1,'Partially Digested Weeds',7415,0,0,0,1,300,75,0,-1,-1,60,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35219,9,1,-1,'Pattern: Sun-Drenched Scale Chestguard',7085,4,64,0,1,80000,20000,0,-1,-1,75,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46139,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Sun-Drenched Scale Chestguard.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35245,9,10,-1,'Design: Bright Crimson Spinel',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39712,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bright Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35497,4,1,-1,'Cloak of the Frigid Winds',15239,4,32768,0,1,161192,32238,16,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,16,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35003,4,1,-1,'Brutal Gladiator\'s Dreadweave Gloves',48618,4,36864,0,1,0,0,10,256,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,58,5,33,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,24196,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(35078,4,3,-1,'Brutal Gladiator\'s Ringmail Gauntlets',48611,4,36864,0,1,0,0,10,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,53,5,28,32,29,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,36062,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35067,4,4,-1,'Brutal Gladiator\'s Plate Gauntlets',49998,4,36864,0,1,0,0,10,1,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,4,7,59,4,42,32,37,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1239,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35022,4,2,-1,'Brutal Gladiator\'s Kodohide Gloves',49966,4,36864,0,1,0,0,10,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,39,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35024,4,2,-1,'Brutal Gladiator\'s Kodohide Legguards',48603,4,36864,0,1,0,0,7,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,65,5,50,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,478,0,0,0,0,0,0,0,0,0,39806,1,0,0,-1,0,-1,35836,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35025,4,2,-1,'Brutal Gladiator\'s Kodohide Spaulders',48591,4,36864,0,1,0,0,3,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,29,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,430,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(35026,4,2,-1,'Brutal Gladiator\'s Kodohide Tunic',49968,4,36864,0,1,0,0,5,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,69,5,40,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,541,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,120,0,0,0,0,2,0,2,0,4,0,2856,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35023,4,2,-1,'Brutal Gladiator\'s Kodohide Helm',48602,4,36864,0,1,0,0,1,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,65,5,45,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,42089,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35001,4,2,-1,'Brutal Gladiator\'s Dragonhide Spaulders',48591,4,36864,0,1,0,0,3,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,47,4,34,5,20,3,34,35,21,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,430,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(35002,4,2,-1,'Brutal Gladiator\'s Dragonhide Tunic',49968,4,36864,0,1,0,0,5,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,7,7,61,4,34,5,26,3,36,35,26,31,16,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,569,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(34999,4,2,-1,'Brutal Gladiator\'s Dragonhide Helm',48601,4,36864,0,1,0,0,1,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,7,7,64,4,36,5,28,3,35,35,25,31,17,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,461,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(34998,4,2,-1,'Brutal Gladiator\'s Dragonhide Gloves',49966,4,36864,0,1,0,0,10,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,48,4,35,5,25,3,36,35,22,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,368,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,61252,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(35000,4,2,-1,'Brutal Gladiator\'s Dragonhide Legguards',48603,4,36864,0,1,0,0,7,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,7,7,61,4,40,5,34,3,41,35,29,31,17,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,478,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35114,4,2,-1,'Brutal Gladiator\'s Wyrmhide Spaulders',48591,4,36864,0,1,0,0,3,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,49,5,24,35,22,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,416,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35115,4,2,-1,'Brutal Gladiator\'s Wyrmhide Tunic',49968,4,36864,0,1,0,0,5,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,62,5,33,35,27,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,541,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,120,0,0,0,0,2,0,2,0,4,0,2856,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35112,4,2,-1,'Brutal Gladiator\'s Wyrmhide Helm',48601,4,36864,0,1,0,0,1,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,65,5,35,35,28,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35111,4,2,-1,'Brutal Gladiator\'s Wyrmhide Gloves',49966,4,36864,0,1,0,0,10,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,47,5,28,35,22,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35113,4,2,-1,'Brutal Gladiator\'s Wyrmhide Legguards',48603,4,36864,0,1,0,0,7,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,65,5,40,35,31,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,492,0,0,0,0,0,0,0,0,0,33236,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(35099,4,1,-1,'Brutal Gladiator\'s Silk Raiment',49958,4,36864,0,1,0,0,20,128,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,68,5,21,32,39,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,100,0,0,0,0,2,0,4,0,4,0,2951,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35100,4,1,-1,'Brutal Gladiator\'s Silk Trousers',49959,4,36864,0,1,0,0,7,128,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,66,5,40,32,39,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,26158,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35098,4,1,-1,'Brutal Gladiator\'s Silk Handguards',49957,4,36864,0,1,0,0,10,128,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,56,5,23,32,26,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,44301,1,0,0,-1,0,-1,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(35096,4,1,-1,'Brutal Gladiator\'s Silk Amice',50011,4,36864,0,1,0,0,3,128,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,56,5,18,35,23,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(35097,4,1,-1,'Brutal Gladiator\'s Silk Cowl',50008,4,36864,0,1,0,0,1,128,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,66,5,29,32,30,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(34994,4,3,-1,'Brutal Gladiator\'s Chain Spaulders',48609,4,36864,0,1,0,0,3,4,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,53,3,39,32,20,35,21,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34991,4,3,-1,'Brutal Gladiator\'s Chain Gauntlets',48605,4,36864,0,1,0,0,10,4,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,56,3,37,32,23,35,21,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,28539,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34993,4,3,-1,'Brutal Gladiator\'s Chain Leggings',48608,4,36864,0,1,0,0,7,4,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,70,3,38,32,29,35,33,5,23,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,971,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34992,4,3,-1,'Brutal Gladiator\'s Chain Helm',48606,4,36864,0,1,0,0,1,4,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,67,3,37,32,30,35,22,5,27,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34990,4,3,-1,'Brutal Gladiator\'s Chain Armor',48604,4,36864,0,1,0,0,5,4,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,70,3,32,32,29,35,21,5,25,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,140,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35032,4,2,-1,'Brutal Gladiator\'s Leather Gloves',49965,4,36864,0,1,0,0,10,8,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,55,3,37,35,24,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,368,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(35036,4,2,-1,'Brutal Gladiator\'s Leather Tunic',48599,4,36864,0,1,0,0,5,8,-1,159,70,0,0,0,0,0,0,0,0,1,0,5,7,71,3,36,35,25,32,22,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,569,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(35033,4,2,-1,'Brutal Gladiator\'s Leather Helm',48739,4,36864,0,1,0,0,1,8,-1,159,70,0,0,0,0,0,0,0,0,1,0,5,7,72,3,36,35,25,32,26,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(35035,4,2,-1,'Brutal Gladiator\'s Leather Spaulders',48598,4,36864,0,1,0,0,3,8,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,55,3,39,32,31,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,430,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(35034,4,2,-1,'Brutal Gladiator\'s Leather Legguards',48597,4,36864,0,1,0,0,7,8,-1,159,70,0,0,0,0,0,0,0,0,1,0,5,7,74,3,40,32,30,35,40,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(35005,4,1,-1,'Brutal Gladiator\'s Dreadweave Leggings',49952,4,36864,0,1,0,0,7,256,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,85,5,39,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,33236,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35007,4,1,-1,'Brutal Gladiator\'s Dreadweave Robe',49954,4,36864,0,1,0,0,20,256,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,84,5,28,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,23213,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35006,4,1,-1,'Brutal Gladiator\'s Dreadweave Mantle',50009,4,36864,0,1,0,0,3,256,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,55,5,18,35,21,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(35004,4,1,-1,'Brutal Gladiator\'s Dreadweave Hood',50005,4,36864,0,1,0,0,1,256,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,82,5,32,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35009,4,1,-1,'Brutal Gladiator\'s Felweave Amice',50009,4,36864,0,1,0,0,3,256,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,56,5,18,35,23,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(35011,4,1,-1,'Brutal Gladiator\'s Felweave Handguards',48618,4,36864,0,1,0,0,10,256,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,56,5,23,32,26,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(35012,4,1,-1,'Brutal Gladiator\'s Felweave Raiment',49954,4,36864,0,1,0,0,20,256,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,68,5,21,32,39,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,100,0,0,0,0,2,0,4,0,4,0,2951,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35010,4,1,-1,'Brutal Gladiator\'s Felweave Cowl',50005,4,36864,0,1,0,0,1,256,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,74,5,21,32,28,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35013,4,1,-1,'Brutal Gladiator\'s Felweave Trousers',49955,4,36864,0,1,0,0,7,256,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,74,5,30,32,39,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,26158,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35045,4,3,-1,'Brutal Gladiator\'s Linked Leggings',48615,4,36864,0,1,0,0,7,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,6,7,74,38,86,32,41,35,31,5,38,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,971,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35043,4,3,-1,'Brutal Gladiator\'s Linked Gauntlets',48611,4,36864,0,1,0,0,10,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,58,38,76,32,37,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35042,4,3,-1,'Brutal Gladiator\'s Linked Armor',49969,4,36864,0,1,0,0,20,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,5,7,71,38,64,32,35,35,31,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,21635,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,140,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35046,4,3,-1,'Brutal Gladiator\'s Linked Spaulders',48616,4,36864,0,1,0,0,3,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,58,38,60,32,31,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832,0,0,0,0,0,0,0,0,0,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35044,4,3,-1,'Brutal Gladiator\'s Linked Helm',48613,4,36864,0,1,0,0,1,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,5,7,74,38,80,32,39,35,33,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35079,4,3,-1,'Brutal Gladiator\'s Ringmail Helm',48614,4,36864,0,1,0,0,1,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,74,5,34,32,31,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35081,4,3,-1,'Brutal Gladiator\'s Ringmail Spaulders',48616,4,36864,0,1,0,0,3,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,47,5,27,32,24,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832,0,0,0,0,0,0,0,0,0,21630,1,0,0,-1,0,-1,18040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35077,4,3,-1,'Brutal Gladiator\'s Ringmail Armor',49969,4,36864,0,1,0,0,20,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,61,5,36,32,36,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,21366,1,0,0,-1,0,-1,23593,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,140,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35080,4,3,-1,'Brutal Gladiator\'s Ringmail Leggings',48615,4,36864,0,1,0,0,7,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,71,5,38,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,971,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35050,4,3,-1,'Brutal Gladiator\'s Mail Helm',48613,4,36864,0,1,0,0,1,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,74,5,29,32,32,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35052,4,3,-1,'Brutal Gladiator\'s Mail Spaulders',48616,4,36864,0,1,0,0,3,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,47,5,26,32,26,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832,0,0,0,0,0,0,0,0,0,18378,1,0,0,-1,0,-1,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35048,4,3,-1,'Brutal Gladiator\'s Mail Armor',49969,4,36864,0,1,0,0,20,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,61,5,33,32,34,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,21366,1,0,0,-1,0,-1,28360,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,140,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35049,4,3,-1,'Brutal Gladiator\'s Mail Gauntlets',48611,4,36864,0,1,0,0,10,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,52,5,28,32,32,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35051,4,3,-1,'Brutal Gladiator\'s Mail Leggings',48615,4,36864,0,1,0,0,7,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,71,5,38,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,971,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35069,4,4,-1,'Brutal Gladiator\'s Plate Legguards',49996,4,36864,0,1,0,0,7,1,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,5,7,77,4,57,32,53,35,22,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35066,4,4,-1,'Brutal Gladiator\'s Plate Chestpiece',49999,4,36864,0,1,0,0,5,1,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,76,4,45,32,45,35,24,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,165,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35070,4,4,-1,'Brutal Gladiator\'s Plate Shoulders',49995,4,36864,0,1,0,0,3,1,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,4,7,64,4,38,32,35,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,100,0,0,0,0,2,0,4,0,0,0,3205,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35068,4,4,-1,'Brutal Gladiator\'s Plate Helm',49685,4,36864,0,1,0,0,1,1,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,5,7,68,4,45,32,41,35,25,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,100,0,0,0,0,1,0,4,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35060,4,4,-1,'Brutal Gladiator\'s Ornamented Gloves',48640,4,36864,0,1,0,0,10,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,60,5,33,32,33,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1239,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35062,4,4,-1,'Brutal Gladiator\'s Ornamented Legplates',50002,4,36864,0,1,0,0,7,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,69,5,45,32,46,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,42089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35063,4,4,-1,'Brutal Gladiator\'s Ornamented Spaulders',50003,4,36864,0,1,0,0,3,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,46,5,32,32,32,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35059,4,4,-1,'Brutal Gladiator\'s Ornamented Chestguard',50001,4,36864,0,1,0,0,5,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,67,5,42,32,42,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,165,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35061,4,4,-1,'Brutal Gladiator\'s Ornamented Headcover',48740,4,36864,0,1,0,0,1,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,71,5,40,32,32,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35031,4,4,-1,'Brutal Gladiator\'s Lamellar Shoulders',50003,4,36864,0,1,0,0,3,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,50,5,28,32,32,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35027,4,4,-1,'Brutal Gladiator\'s Lamellar Chestpiece',50001,4,36864,0,1,0,0,5,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,73,5,36,32,44,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,165,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35028,4,4,-1,'Brutal Gladiator\'s Lamellar Gauntlets',48640,4,36864,0,1,0,0,10,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,50,5,34,32,34,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1239,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35030,4,4,-1,'Brutal Gladiator\'s Lamellar Legguards',50002,4,36864,0,1,0,0,7,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,77,5,35,32,45,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35092,4,4,-1,'Brutal Gladiator\'s Scaled Shoulders',50003,4,36864,0,1,0,0,3,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,45,5,25,32,30,4,37,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35088,4,4,-1,'Brutal Gladiator\'s Scaled Chestpiece',50001,4,36864,0,1,0,0,5,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,61,5,32,32,41,4,46,35,36,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,165,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35091,4,4,-1,'Brutal Gladiator\'s Scaled Legguards',50002,4,36864,0,1,0,0,7,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,73,5,28,32,41,4,59,35,36,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35090,4,4,-1,'Brutal Gladiator\'s Scaled Helm',48740,4,36864,0,1,0,0,1,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,61,5,32,32,33,4,52,35,36,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35029,4,4,-1,'Brutal Gladiator\'s Lamellar Helm',48740,4,36864,0,1,0,0,1,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,77,5,34,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35089,4,4,-1,'Brutal Gladiator\'s Scaled Gauntlets',48640,4,36864,0,1,0,0,10,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,46,5,27,32,30,4,44,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1239,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,44300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35109,2,10,-1,'Brutal Gladiator\'s War Staff',47994,4,36864,0,1,0,0,17,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,66,32,50,35,29,5,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,199,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,44751,1,0,0,-1,0,-1,46060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-68.8,0,0,0,'',0,0,0,0,0,12340),(35103,2,10,-1,'Brutal Gladiator\'s Staff',49148,4,36864,0,1,0,0,17,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,5,7,66,38,100,32,50,35,33,31,26,0,0,0,0,0,0,0,0,0,0,0,0,224,337,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34987,2,10,-1,'Brutal Gladiator\'s Battle Staff',47994,4,36864,0,1,0,0,17,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,5,7,66,31,32,32,50,35,29,5,50,0,0,0,0,0,0,0,0,0,0,0,0,86,199,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,44751,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-68.8,0,0,0,'',0,0,0,0,0,12340),(35064,2,6,-1,'Brutal Gladiator\'s Painsaw',49142,4,36864,0,1,0,0,17,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,68,32,51,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,371,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,42107,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34989,2,5,-1,'Brutal Gladiator\'s Bonegrinder',49993,4,36864,0,1,0,0,17,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,5,7,66,4,50,32,50,35,33,31,19,0,0,0,0,0,0,0,0,0,0,0,0,404,606,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,43902,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34988,2,4,-1,'Brutal Gladiator\'s Bonecracker',49136,4,36864,0,1,0,0,22,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35071,2,4,-1,'Brutal Gladiator\'s Pummeler',49136,4,36864,0,1,0,0,13,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35082,2,4,-1,'Brutal Gladiator\'s Salvation',49146,4,36864,0,1,0,0,21,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,38,5,25,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,115,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,44759,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-68.8,0,0,0,'',0,0,0,0,0,12340),(35014,2,4,-1,'Brutal Gladiator\'s Gavel',49135,4,36864,0,1,0,0,21,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,21,31,19,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,115,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,44751,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-68.8,0,0,0,'',0,0,0,0,0,12340),(35110,2,0,-1,'Brutal Gladiator\'s Waraxe',49152,4,36864,0,1,0,0,21,260612,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,20,35,14,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15809,1,0,0,-1,0,-1,47041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35037,2,13,-1,'Brutal Gladiator\'s Left Render',49139,4,36864,0,1,0,0,22,262143,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35038,2,13,-1,'Brutal Gladiator\'s Left Ripper',49139,4,36864,0,1,0,0,22,262143,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35076,2,13,-1,'Brutal Gladiator\'s Right Ripper',49145,4,36864,0,1,0,0,21,262143,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35102,2,15,-1,'Brutal Gladiator\'s Spellblade',49147,4,36864,0,1,0,0,21,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,21,35,18,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,115,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,44751,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,-68.8,0,0,0,'',0,0,0,0,0,12340),(35093,2,15,-1,'Brutal Gladiator\'s Shanker',49141,4,36864,0,1,0,0,13,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,233,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35058,2,15,-1,'Brutal Gladiator\'s Mutilator',49141,4,36864,0,1,0,0,22,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,253,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35095,2,15,-1,'Brutal Gladiator\'s Shiv',49141,4,36864,0,1,0,0,22,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,197,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35101,2,7,-1,'Brutal Gladiator\'s Slicer',49143,4,36864,0,1,0,0,13,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,337,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35072,2,7,-1,'Brutal Gladiator\'s Quickblade',49143,4,36864,0,1,0,0,22,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35015,2,8,-1,'Brutal Gladiator\'s Greatsword',49137,4,36864,0,1,0,0,17,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,5,7,66,4,50,32,50,35,33,31,19,0,0,0,0,0,0,0,0,0,0,0,0,404,606,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,43902,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34996,2,0,-1,'Brutal Gladiator\'s Cleaver',49150,4,36864,0,1,0,0,13,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34995,2,0,-1,'Brutal Gladiator\'s Chopper',49150,4,36864,0,1,0,0,22,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34997,2,1,-1,'Brutal Gladiator\'s Decapitator',49149,4,36864,0,1,0,0,17,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,66,32,50,35,33,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,606,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,28735,1,0,0,-1,0,-1,43902,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35017,2,0,-1,'Brutal Gladiator\'s Hacker',49150,4,36864,0,1,0,0,22,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35106,4,9,-1,'Brutal Gladiator\'s Totem of the Third Wind',46045,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35105,4,9,-1,'Brutal Gladiator\'s Totem of Survival',25246,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46097,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35104,4,9,-1,'Brutal Gladiator\'s Totem of Indomitability',25246,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46096,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35041,4,7,-1,'Brutal Gladiator\'s Libram of Vengeance',34960,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46095,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35040,4,7,-1,'Brutal Gladiator\'s Libram of Justice',1103,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46092,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35039,4,7,-1,'Brutal Gladiator\'s Libram of Fortitude',34960,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46091,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35021,4,8,-1,'Brutal Gladiator\'s Idol of Tenacity',9659,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35020,4,8,-1,'Brutal Gladiator\'s Idol of Steadfastness',34953,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46090,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35019,4,8,-1,'Brutal Gladiator\'s Idol of Resolve',34953,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46088,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35074,4,0,-1,'Brutal Gladiator\'s Reprieve',39505,4,36864,0,1,0,0,23,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,25,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18045,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35016,4,0,-1,'Brutal Gladiator\'s Grimoire',39505,4,36864,0,1,0,0,23,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,2,7,40,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18050,1,0,0,0,0,0,46060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35008,4,0,-1,'Brutal Gladiator\'s Endgame',39505,4,36864,0,1,0,0,23,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,25,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18056,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35107,2,19,-1,'Brutal Gladiator\'s Touch of Defeat',46606,4,36864,0,1,0,0,26,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,490,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,14799,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35065,2,19,-1,'Brutal Gladiator\'s Piercing Touch',46606,4,36864,0,1,0,0,26,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,2,7,19,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,490,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,9345,1,0,0,0,0,-1,42056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34985,2,19,-1,'Brutal Gladiator\'s Baton of Light',46606,4,36864,0,1,0,0,26,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,20,5,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,490,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,18030,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35075,2,3,-1,'Brutal Gladiator\'s Rifle',49393,4,36864,0,1,0,0,26,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,27,32,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,351,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,21441,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35018,2,18,-1,'Brutal Gladiator\'s Heavy Crossbow',49138,4,36864,0,1,0,0,26,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,27,32,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,351,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,21441,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35047,2,2,-1,'Brutal Gladiator\'s Longbow',49140,4,36864,0,1,0,0,15,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,27,32,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,351,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,21441,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35108,2,16,-1,'Brutal Gladiator\'s War Edge',38679,4,4231168,0,1,0,0,25,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,27,32,18,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,320,0,0,0,0,0,0,0,0,0,0,0,1900,0,100,15806,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35094,4,6,-1,'Brutal Gladiator\'s Shield Wall',49155,4,36864,0,1,0,0,14,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,2,7,67,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6662,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,185,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35073,4,6,-1,'Brutal Gladiator\'s Redoubt',49153,4,36864,0,1,0,0,14,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,37,35,27,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6662,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,185,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34986,4,6,-1,'Brutal Gladiator\'s Barrier',49154,4,36864,0,1,0,0,14,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,37,35,27,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6662,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,185,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35135,4,0,-1,'Guardian\'s Pendant of Triumph',39162,4,36864,0,1,0,0,2,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,3,7,39,32,26,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15815,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2925,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35151,4,3,-1,'Guardian\'s Chain Girdle',48671,4,36864,0,1,0,0,6,68,32767,159,70,0,0,0,0,0,0,5,0,1,0,5,7,52,3,37,35,21,32,22,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35161,4,4,-1,'Guardian\'s Plate Belt',48661,4,36864,0,1,0,0,6,35,32767,159,70,0,0,0,0,0,0,5,0,1,0,4,7,56,4,40,32,40,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1115,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35156,4,2,-1,'Guardian\'s Leather Belt',48677,4,36864,0,1,0,0,6,1032,32767,159,70,0,0,0,0,0,0,5,0,1,0,4,7,55,3,37,32,24,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35157,4,3,-1,'Guardian\'s Linked Girdle',48674,4,36864,0,1,0,0,6,68,32767,159,70,0,0,0,0,0,0,5,0,1,0,5,7,55,38,76,35,21,32,37,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35133,4,0,-1,'Guardian\'s Pendant of Dominance',39162,4,36864,0,1,0,0,2,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,3,7,39,35,18,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35153,4,1,-1,'Guardian\'s Dreadweave Belt',48683,4,36864,0,1,0,0,6,400,32767,159,70,0,0,0,0,0,0,5,0,1,0,3,7,56,5,37,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(35134,4,0,-1,'Guardian\'s Pendant of Salvation',39162,4,36864,0,1,0,0,2,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,3,7,38,35,18,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18037,1,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35159,4,1,-1,'Guardian\'s Mooncloth Belt',48686,4,36864,0,1,0,0,6,400,32767,159,70,0,0,0,0,0,0,5,0,1,0,3,7,56,5,36,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(35053,4,1,-1,'Brutal Gladiator\'s Mooncloth Gloves',49960,4,36864,0,1,0,0,10,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,56,5,28,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,18046,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(35164,4,1,-1,'Guardian\'s Silk Belt',48689,4,36864,0,1,0,0,6,400,32767,159,70,0,0,0,0,0,0,5,0,1,0,4,7,49,5,35,32,32,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(35132,4,0,-1,'Guardian\'s Pendant of Conquest',39162,4,36864,0,1,0,0,2,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,4,7,35,35,18,32,24,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37928,4,0,-1,'Guardian\'s Pendant of Subjugation',39162,4,36864,0,1,0,0,2,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,4,7,35,35,18,36,24,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35163,4,4,-1,'Guardian\'s Scaled Belt',48660,4,36864,0,1,0,0,6,3,32767,159,70,0,0,0,0,0,0,5,0,1,0,5,7,45,4,44,32,31,5,31,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1115,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35162,4,3,-1,'Guardian\'s Ringmail Girdle',48674,4,36864,0,1,0,0,6,68,32767,159,70,0,0,0,0,0,0,5,0,1,0,4,7,49,5,34,35,27,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35165,4,2,-1,'Guardian\'s Wyrmhide Belt',48676,4,36864,0,1,0,0,6,1032,32767,159,70,0,0,0,0,0,0,5,0,1,0,3,7,49,5,35,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35160,4,4,-1,'Guardian\'s Ornamented Belt',48660,4,36864,0,1,0,0,6,3,32767,159,70,0,0,0,0,0,0,5,0,1,0,4,7,49,32,34,5,35,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1115,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35152,4,2,-1,'Guardian\'s Dragonhide Belt',48676,4,36864,0,1,0,0,6,1032,32767,159,70,0,0,0,0,0,0,5,0,1,0,6,7,46,4,34,3,33,35,26,5,24,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35167,4,2,-1,'Guardian\'s Dragonhide Bracers',48681,4,36864,0,1,0,0,9,1032,32767,154,70,0,0,0,0,0,0,0,0,1,0,5,7,33,4,25,3,25,35,17,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35209,9,4,-1,'Plans: Hard Khorium Battlefists',7085,4,64,0,1,80000,20000,0,-1,-1,70,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46141,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Hard Khorium Battlefists.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35131,4,0,-1,'Guardian\'s Band of Triumph',39129,4,36864,0,1,0,0,11,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,3,7,38,32,30,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15812,1,0,0,0,0,0,44474,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35154,4,2,-1,'Guardian\'s Kodohide Belt',48676,4,36864,0,1,0,0,6,1032,32767,159,70,0,0,0,0,0,0,5,0,1,0,3,7,49,5,35,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35178,4,4,-1,'Guardian\'s Scaled Bracers',48662,4,36864,0,1,0,0,9,3,32767,154,70,0,0,0,0,0,0,0,0,1,0,5,7,32,4,32,32,18,5,18,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35171,4,2,-1,'Guardian\'s Leather Bracers',48682,4,36864,0,1,0,0,9,1032,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,37,3,28,32,15,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35828,12,0,-1,'Totemic Beacon',49127,1,64,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47129,0,0,0,60000,0,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35725,12,0,-1,'Summer Incense',7065,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34862,12,0,3,'Practice Torches',48382,1,66,0,1,0,0,0,262143,2147483647,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,3000,0,0,45732,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34599,0,0,0,'Juggling Torch',35178,1,0,0,5,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,40,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45819,0,-1,0,100,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34833,12,0,0,'Unlit Torches',7290,1,66,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46747,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23215,0,0,-1,'Bag of Smorc Ingredients',3568,1,65600,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29116,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Sweet honey crackers, marshmallow and chocolate.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,341,'',0,0,0,0,0,12340),(35168,4,1,-1,'Guardian\'s Dreadweave Cuffs',48684,4,36864,0,1,0,0,9,400,32767,154,70,0,0,0,0,0,0,0,0,1,0,3,7,38,5,24,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(35129,4,0,-1,'Guardian\'s Band of Dominance',39129,4,36864,0,1,0,0,11,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,4,7,35,35,22,5,18,36,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14798,1,0,0,0,0,0,43782,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35174,4,1,-1,'Guardian\'s Mooncloth Cuffs',48687,4,36864,0,1,0,0,9,400,32767,154,70,0,0,0,0,0,0,0,0,1,0,3,7,38,5,24,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2925,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(35055,4,1,-1,'Brutal Gladiator\'s Mooncloth Leggings',49964,4,36864,0,1,0,0,7,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,77,5,34,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,35836,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35277,12,0,-1,'Twilight Correspondence',5567,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This looks important...',3065,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35179,4,1,-1,'Guardian\'s Silk Cuffs',48690,4,36864,0,1,0,0,9,400,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,25,32,18,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(35176,4,4,-1,'Guardian\'s Plate Bracers',48664,4,36864,0,1,0,0,9,35,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,40,4,28,32,24,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,3015,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35166,4,3,-1,'Guardian\'s Chain Bracers',48670,4,36864,0,1,0,0,9,260676,32767,154,70,0,0,0,0,0,0,0,0,1,0,5,7,36,3,26,35,13,32,14,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35498,9,8,-1,'Formula: Enchant Weapon - Deathfrost',7798,3,64,0,1,60000,15000,0,-1,-1,75,0,333,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46578,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to cause your damaging spells and melee weapon hits to occasionally inflict additional Frost damage and slow the target. Requires a level 60 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35723,12,0,0,'Shards of Ahune',44843,1,2048,0,1,0,0,0,-1,-1,1,75,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,11972,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35511,4,0,-1,'Hailstone Pendant',31603,4,32768,0,1,200000,50000,2,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,31,19,7,33,12,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35508,4,0,-1,'Choker of the Arctic Flow',12567,4,32768,0,1,200000,50000,2,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,24,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35509,4,0,-1,'Amulet of Glacial Tranquility',39212,4,32768,0,1,200000,50000,2,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,22,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35507,4,0,-1,'Amulet of Bitter Hatred',31907,4,32768,0,1,200000,50000,2,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,3,20,7,18,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35139,4,2,-1,'Guardian\'s Kodohide Boots',48678,4,36864,0,1,0,0,8,1032,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,35,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,385,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35169,4,2,-1,'Guardian\'s Kodohide Bracers',48681,4,36864,0,1,0,0,9,1032,32767,154,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,25,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35130,4,0,-1,'Guardian\'s Band of Salvation',39129,4,36864,0,1,0,0,11,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,3,7,38,35,22,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18037,1,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35146,4,4,-1,'Guardian\'s Plate Greaves',48669,4,36864,0,1,0,0,8,35,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,56,4,40,32,40,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1363,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35147,4,3,-1,'Guardian\'s Ringmail Sabatons',48675,4,36864,0,1,0,0,8,68,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,49,5,34,35,27,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,763,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35177,4,3,-1,'Guardian\'s Ringmail Bracers',48673,4,36864,0,1,0,0,9,68,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,20,35,15,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35141,4,2,-1,'Guardian\'s Leather Boots',48679,4,36864,0,1,0,0,8,1032,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,55,3,37,32,24,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35057,4,1,-1,'Brutal Gladiator\'s Mooncloth Robe',49963,4,36864,0,1,0,0,20,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,68,5,33,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35136,4,3,-1,'Guardian\'s Chain Sabatons',48672,4,36864,0,1,0,0,8,68,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,52,3,37,35,21,32,22,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,763,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35054,4,1,-1,'Brutal Gladiator\'s Mooncloth Hood',50007,4,36864,0,1,0,0,1,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,82,5,30,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35085,4,1,-1,'Brutal Gladiator\'s Satin Leggings',49964,4,36864,0,1,0,0,7,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,82,5,39,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,46051,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35087,4,1,-1,'Brutal Gladiator\'s Satin Robe',49963,4,36864,0,1,0,0,20,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,72,5,34,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35086,4,1,-1,'Brutal Gladiator\'s Satin Mantle',50010,4,36864,0,1,0,0,3,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,56,5,27,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(35084,4,1,-1,'Brutal Gladiator\'s Satin Hood',50007,4,36864,0,1,0,0,1,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,79,5,28,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35083,4,1,-1,'Brutal Gladiator\'s Satin Gloves',49960,4,36864,0,1,0,0,10,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,55,5,27,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(35056,4,1,-1,'Brutal Gladiator\'s Mooncloth Mantle',50010,4,36864,0,1,0,0,3,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,56,5,26,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(35149,4,1,-1,'Guardian\'s Silk Footguards',48691,4,36864,0,1,0,0,8,400,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,49,5,35,32,32,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(35145,4,4,-1,'Guardian\'s Ornamented Greaves',48663,4,36864,0,1,0,0,8,3,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,49,32,34,5,35,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1363,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35148,4,4,-1,'Guardian\'s Scaled Greaves',48663,4,36864,0,1,0,0,8,3,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,45,4,44,32,31,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1363,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35175,4,4,-1,'Guardian\'s Ornamented Bracers',48662,4,36864,0,1,0,0,9,3,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,33,32,23,5,20,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35140,4,4,-1,'Guardian\'s Lamellar Greaves',48663,4,36864,0,1,0,0,8,3,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,49,32,34,5,35,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1363,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35155,4,4,-1,'Guardian\'s Lamellar Belt',48660,4,36864,0,1,0,0,6,3,32767,159,70,0,0,0,0,0,0,5,0,1,0,4,7,49,32,34,5,35,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1115,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35170,4,4,-1,'Guardian\'s Lamellar Bracers',48662,4,36864,0,1,0,0,9,3,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,33,32,23,5,20,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35143,4,3,-1,'Guardian\'s Mail Sabatons',48675,4,36864,0,1,0,0,8,68,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,49,5,34,35,27,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,763,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35158,4,3,-1,'Guardian\'s Mail Girdle',48674,4,36864,0,1,0,0,6,68,32767,159,70,0,0,0,0,0,0,5,0,1,0,4,7,49,5,34,35,27,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35173,4,3,-1,'Guardian\'s Mail Bracers',48673,4,36864,0,1,0,0,9,68,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,20,35,15,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35142,4,3,-1,'Guardian\'s Linked Sabatons',48675,4,36864,0,1,0,0,8,68,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,55,38,76,35,21,32,38,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,763,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35172,4,3,-1,'Guardian\'s Linked Bracers',48673,4,36864,0,1,0,0,9,68,32767,154,70,0,0,0,0,0,0,0,0,1,0,5,7,37,38,56,35,12,32,24,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35180,4,2,-1,'Guardian\'s Wyrmhide Bracers',48681,4,36864,0,1,0,0,9,1032,32767,154,70,0,0,0,0,0,0,0,0,1,0,3,7,35,5,23,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35150,4,2,-1,'Guardian\'s Wyrmhide Boots',48678,4,36864,0,1,0,0,8,1032,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,35,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,385,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35137,4,2,-1,'Guardian\'s Dragonhide Boots',48678,4,36864,0,1,0,0,8,1032,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,46,4,34,3,33,35,26,5,24,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,385,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35138,4,1,-1,'Guardian\'s Dreadweave Stalkers',48685,4,36864,0,1,0,0,8,400,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,56,5,37,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(37927,4,0,-1,'Guardian\'s Band of Subjugation',39129,4,36864,0,1,0,0,11,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,4,7,36,35,24,5,24,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35144,4,1,-1,'Guardian\'s Mooncloth Slippers',48688,4,36864,0,1,0,0,8,400,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,56,5,36,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(37929,4,0,-1,'Guardian\'s Pendant of Reprieve',39162,4,36864,0,1,0,0,2,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,4,7,25,35,18,5,19,36,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18037,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38276,4,1,-1,'Haliscan Brimmed Hat',50565,1,0,0,1,62781,12556,1,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,-109,0,0,0,'',0,0,0,0,0,12340),(38277,4,1,-1,'Haliscan Jacket',50566,1,0,0,1,9122,1824,5,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38278,4,1,-1,'Haliscan Pantaloons',50567,1,0,0,1,8324,1664,7,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(6836,4,1,-1,'Dress Shoes',16368,1,0,0,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37915,9,2,-1,'Pattern: Dress Shoes',1102,1,64,0,1,5000,1250,0,-1,-1,50,0,197,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,49677,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a pair of Dress Shoes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38327,9,2,-1,'Pattern: Haliscan Jacket',1102,1,64,0,1,5000,1250,0,-1,-1,50,0,197,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,50644,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Haliscan Jacket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38328,9,2,-1,'Pattern: Haliscan Pantaloons',1102,1,64,0,1,4500,1125,0,-1,-1,49,0,197,245,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,50647,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Haliscan Pantaloons.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340); +INSERT INTO `item_template` VALUES (31454,4,3,-1,'Scalewing Gloves',43982,2,0,0,1,97745,19549,10,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,3,16,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31455,4,4,-1,'Muscle Toning Belt',44019,2,0,0,1,118265,23653,6,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,32,27,4,15,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,546,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31456,4,1,-1,'Gnomish Casting Boots',43984,2,0,0,1,103773,20754,8,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,32,28,5,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31457,4,2,-1,'Toshley\'s Station Hero\'s Hat',44021,2,0,0,1,130196,26039,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,32,37,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,15809,1,0,0,900000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31458,4,3,-1,'Razaani-Buster Leggings',44022,2,0,0,1,209083,41816,7,262143,32767,108,0,0,0,0,0,0,0,0,0,1,0,2,32,37,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31459,4,4,-1,'Soul Saver\'s Chest Plate',19730,2,0,0,1,244803,48960,5,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,32,37,4,21,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,996,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31460,4,4,-1,'Sha\'tari Vindicator\'s Waistguard',42862,3,0,0,1,156943,31388,6,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,3,7,33,12,20,15,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,655,0,0,0,0,0,0,0,0,0,33274,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31461,4,1,-1,'A\'dal\'s Gift',34628,3,0,0,1,89498,17899,6,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,2,5,25,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31462,4,3,-1,'Shattrath\'s Champion Belt',44028,3,0,0,1,134722,26944,6,-1,-1,115,0,0,0,0,0,0,0,0,1,1,0,3,5,22,32,21,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31463,12,0,-1,'Zezzak\'s Shard',35843,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38554,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31464,4,2,-1,'Naaru Belt of Precision',44027,3,0,0,1,113082,22616,6,32767,-1,115,0,0,0,0,0,0,0,0,0,1,0,3,3,25,31,15,13,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31465,4,1,-1,'Sha\'tari Anchorite\'s Cloak',27325,3,0,0,1,136187,27237,16,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,1,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31470,4,1,-1,'Witch Doctor\'s Beads',44119,2,0,0,1,125013,25002,5,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,5,20,7,15,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31471,4,2,-1,'T\'chali\'s Kilt',44120,2,0,0,1,161232,32246,7,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,7,21,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31472,4,3,-1,'Hexxer\'s Belt',44121,2,0,0,1,97104,19420,6,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,1,3,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31473,4,4,-1,'Ogre Defiler\'s Handguards',44122,2,0,0,1,114364,22872,10,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,32,26,4,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,590,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31474,2,19,-1,'Wand of the Ancestors',44118,2,0,0,1,251023,50204,26,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,206,6,0,0,0,0,0,0,0,0,0,0,1600,0,100,9344,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31475,2,15,-1,'Thunderlord Scalpel',44116,2,0,0,1,335947,67189,21,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,5,11,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,82,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,33030,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,-14.5,0,0,0,'',33,0,0,0,0,12340),(31476,2,15,-1,'Slow Death Dirk',44117,2,0,0,1,337196,67439,13,-1,-1,105,0,0,0,0,0,0,0,0,1,1,0,1,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,131,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31477,4,1,-1,'Red Hands of the Thunderlord',44112,2,0,0,1,65940,13188,10,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,7,10,5,15,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31478,4,2,-1,'Tor\'chunk\'s Foot Covers',44114,2,0,0,1,124094,24818,8,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,32,26,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31479,4,3,-1,'Rugged Mountain Bracers',44113,2,0,0,1,99640,19928,9,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,1,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31480,4,4,-1,'Ogre Beater\'s Belt',44111,2,0,0,1,117340,23468,6,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,32,26,4,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,531,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31481,4,1,-1,'Thunderlord Armbands',44108,2,0,0,1,66907,13381,9,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,5,11,7,7,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,14047,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31482,4,2,-1,'Dire Wolf Handler Gloves',18981,2,0,0,1,83938,16787,10,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,3,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31483,4,4,-1,'Gor\'drek\'s Pauldrons',44325,2,0,0,1,176572,35314,3,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,32,15,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,708,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31484,4,3,-1,'Wolf Chaps',44110,2,0,0,1,101456,20291,6,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,1,3,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31485,4,1,-1,'Dark Deed Leggings',44107,2,0,0,1,135748,27149,7,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,6,20,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31486,4,2,-1,'Bear-Strength Harness',44105,2,0,0,1,170294,34058,5,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,7,52,4,20,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31487,4,3,-1,'Wild Horned Helm',43987,2,0,0,1,142919,28583,1,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,3,20,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31488,4,4,-1,'Boots of the Ancient-Killer',44106,2,0,0,1,167058,33411,8,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,4,18,5,15,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,649,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31489,12,0,-1,'Orb of the Grishna',44035,1,2048,0,1,0,0,0,32767,32767,1,65,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,10825,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31490,4,6,-1,'Netherwing Protector\'s Shield',44294,3,0,0,1,261901,52380,14,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,7,22,12,15,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3615,0,0,0,0,0,0,0,0,0,22852,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,80,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31491,4,6,-1,'Netherwing Defender\'s Shield',44293,3,0,0,1,262893,52578,14,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,7,21,12,13,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3615,0,0,0,0,0,0,0,0,0,23731,1,0,0,-1,0,-1,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,80,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31492,2,15,-1,'Claw of the Netherwing Flight',44292,3,524288,0,1,408859,81771,13,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,3,15,31,15,37,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,156,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31493,4,0,-1,'Netherwing Spiritualist\'s Charm',44041,3,0,0,1,166220,41555,23,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,15,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31494,4,0,-1,'Netherwing Sorceror\'s Charm',44042,3,0,0,1,166220,41555,23,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,15,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31495,0,0,-1,'Grishnath Orb',44035,1,1024,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38613,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31501,9,0,-1,'Tome of Conjure Food VIII',1103,3,32832,0,1,400000,100000,0,31360,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33717,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Conjure Food (Rank 8).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31504,12,0,-1,'Nethervine Crystal',35930,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31508,4,1,-1,'Coven Britches',32924,2,0,0,1,134236,26847,7,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,5,37,32,10,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31509,4,1,-1,'Wyrmcultist\'s Hood',38932,2,0,0,1,101061,20212,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,32,37,6,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31510,4,1,-1,'Hewing Gloves',44124,2,0,0,1,65933,13186,10,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,7,27,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31511,4,2,-1,'Chest of the Wyrmcult',44129,2,0,0,1,169700,33940,5,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,32,37,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31512,4,2,-1,'Tree Warden\'s Belt',14774,2,0,0,1,83033,16606,6,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,32,27,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31513,4,2,-1,'Blackwhelp Belt',44126,2,0,0,1,83345,16669,6,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,32,10,5,11,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31514,4,3,-1,'Dragonkin Shirt',44130,2,0,0,1,205946,41189,5,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,7,21,5,15,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31515,4,3,-1,'Whelpscale Gauntlets',44127,2,0,0,1,103347,20669,10,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,5,15,7,22,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31516,4,3,-1,'Bracers of the Weald',44125,2,0,0,1,101128,20225,9,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,32,20,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31517,0,0,-1,'Dire Pinfeather',44061,1,1024,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38612,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31518,0,0,-1,'Exorcism Feather',44062,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38606,0,-1,0,1000,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31519,4,4,-1,'Inkling\'s Leggings',44128,2,0,0,1,251130,50226,7,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,4,37,7,22,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,872,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31520,4,4,-1,'Blackwing Helm',44131,2,0,0,1,188660,37732,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,32,37,31,15,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,810,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31521,4,4,-1,'Expedition Defender\'s Shoulders',44123,2,0,0,1,184581,36916,3,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,32,11,7,16,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,727,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31522,12,0,-1,'Primal Mooncloth Supplies',21586,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Contains the materials needed to produce a sample of primal mooncloth',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31523,4,0,-1,'Treebole\'s Hoop',9851,2,0,0,1,166220,41555,11,-1,-1,108,0,0,0,0,0,0,0,0,1,1,0,2,5,12,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31524,12,0,-1,'Square of Imbued Netherweave',39454,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38614,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A small square of imbued netherweave, used as the base for creating various kinds of cloth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31525,12,0,-1,'Vial of Primal Reagents',3665,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Contains small samples of primal life and primal water.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31526,4,0,-1,'Raven\'s Wood Exorciser\'s Band',44086,2,0,0,1,166220,41555,11,-1,-1,108,0,0,0,0,0,0,0,0,1,1,0,2,5,12,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31527,4,0,-1,'Leafbeard Ring',31576,2,0,0,1,166220,41555,11,-1,-1,108,0,0,0,0,0,0,0,0,1,1,0,2,3,12,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31528,4,0,-1,'Ring of the Stonebark',35431,2,0,0,1,166220,41555,11,-1,-1,108,0,0,0,0,0,0,0,0,1,1,0,3,3,12,12,19,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31529,12,0,-1,'Grillok\'s Eyepatch',27809,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31530,12,0,-1,'Sample of Primal Mooncloth',39461,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31531,4,1,-1,'Wraithcloth Bindings',44066,2,0,0,1,67873,13574,9,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,6,11,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31532,4,2,-1,'Supple Leather Boots',44067,2,0,0,1,127742,25548,8,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,4,22,7,24,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31533,4,3,-1,'Diluvian Spaulders',44068,2,0,0,1,154551,30910,3,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,5,11,32,11,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31534,4,4,-1,'Whiteknuckle Gauntlets',29014,2,0,0,1,120797,24159,10,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,4,28,3,16,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31535,0,0,-1,'Bloodboil Poison',13710,1,2097216,0,1,0,0,0,262143,32767,105,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38615,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31536,13,0,-1,'Camp Anger Key',22071,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38746,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31537,4,1,-1,'Darktread Boots',44069,2,0,0,1,104177,20835,8,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,5,11,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31538,4,2,-1,'Twin Moon Shoulderguards',44070,2,0,0,1,130677,26135,3,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,4,5,14,6,14,7,14,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31539,4,3,-1,'Chaintwine Cinch',44071,2,0,0,1,104916,20983,6,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,5,14,32,14,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31540,4,4,-1,'Fairweather\'s Wristguards',44072,2,0,0,1,123541,24708,9,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,4,14,7,14,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31541,2,7,-1,'Whistling Sword',25640,2,0,0,1,361251,72250,13,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,32,11,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,120,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31542,2,1,-1,'Fanged Axe',44073,2,0,0,1,453165,90633,17,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,7,39,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,289,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31543,2,10,-1,'Adjudicator\'s Staff',28511,2,0,0,1,411437,82287,17,262143,32767,108,0,0,0,0,0,0,0,0,0,1,0,2,5,26,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,200,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,23730,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,-16.3,0,0,0,'',33,0,0,0,0,12340),(31544,4,2,-1,'Clefthoof Hide Leggings',44074,3,0,0,1,199917,39983,7,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,5,3,30,4,30,7,24,31,17,37,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31545,4,2,-1,'Oilcloth Breeches',44075,3,0,0,1,200671,40134,7,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,31,25,32,30,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31546,4,1,-1,'Tourmaline Crown',44076,3,0,0,1,120867,24173,1,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,4,5,18,7,24,6,17,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31547,4,3,-1,'Malefactor\'s Eyepatch',44077,3,0,0,1,181999,36399,1,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,5,18,7,24,3,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,503,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31548,4,4,-1,'Blackened Chestplate',44078,3,0,0,1,284195,56839,5,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,4,4,30,3,30,7,27,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31549,4,4,-1,'Leonine Breastplate',44079,3,0,0,1,285251,57050,5,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,4,45,5,16,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31550,12,0,-1,'Albreck\'s Findings',2571,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',2997,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31552,4,1,-1,'Windchanneller\'s Miter',30588,3,0,0,1,133297,26659,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,201,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31553,4,1,-1,'Windchanneller\'s Mantle',44163,3,0,0,1,133772,26754,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,201,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31554,4,1,-1,'Windchanneller\'s Tunic',44159,3,0,0,1,179013,35802,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,201,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31555,4,1,-1,'Windchanneller\'s Ceinture',44167,3,0,0,1,89832,17966,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,201,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31556,4,1,-1,'Windchanneller\'s Leggings',44161,3,0,0,1,180315,36063,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,201,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31557,4,1,-1,'Windchanneller\'s Boots',44162,3,0,0,1,129277,25855,8,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,201,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31558,4,1,-1,'Windchanneller\'s Bindings',44168,3,0,0,1,90800,18160,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,201,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31559,4,1,-1,'Windchanneller\'s Gloves',44164,3,0,0,1,91125,18225,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,201,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31560,4,2,-1,'Skystalker\'s Shroud',44881,3,0,0,1,171454,34290,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,202,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31561,4,2,-1,'Skystalker\'s Shoulders',44183,3,0,0,1,172064,34412,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,202,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31562,4,2,-1,'Skystalker\'s Tunic',44178,3,0,0,1,230233,46046,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,202,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31563,4,2,-1,'Skystalker\'s Cord',44192,3,0,0,1,104515,20903,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,202,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31564,4,2,-1,'Skystalker\'s Leggings',44180,3,0,0,1,209823,41964,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,202,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31565,4,2,-1,'Skystalker\'s Boots',44187,3,0,0,1,150487,30097,8,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,202,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31566,4,2,-1,'Skystalker\'s Bracers',44186,3,0,0,1,105725,21145,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,202,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31567,4,2,-1,'Skystalker\'s Gloves',44185,3,0,0,1,109046,21809,10,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,202,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31569,4,3,-1,'Mistshroud Shoulders',44206,3,0,0,1,198607,39721,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,203,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31570,4,3,-1,'Mistshroud Tunic',44199,3,0,0,1,264614,52922,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,203,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31571,4,3,-1,'Mistshroud Belt',44208,3,0,0,1,132795,26559,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,203,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31572,4,3,-1,'Mistshroud Pants',44198,3,0,0,1,266541,53308,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,203,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31573,4,3,-1,'Mistshroud Boots',44200,3,0,0,1,191975,38395,8,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,203,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31574,4,3,-1,'Mistshroud Bracers',44207,3,0,0,1,134247,26849,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,203,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31576,4,4,-1,'Slatesteel Helm',44574,3,0,0,1,236167,47233,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,204,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31577,4,4,-1,'Slatesteel Shoulders',44218,3,0,0,1,237020,47404,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,204,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31578,4,4,-1,'Slatesteel Breastplate',44214,3,0,0,1,317769,63553,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,204,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31579,4,4,-1,'Slatesteel Girdle',44224,3,0,0,1,160350,32070,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,655,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,204,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31580,4,4,-1,'Slatesteel Leggings',44215,3,0,0,1,320017,64003,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,204,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31581,4,4,-1,'Slatesteel Boots',44219,3,0,0,1,229010,45802,8,32767,-1,109,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,760,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,204,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31582,4,4,-1,'Slatesteel Bracers',44220,3,0,0,1,162068,32413,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,204,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31583,4,4,-1,'Slatesteel Gauntlets',44221,3,0,0,1,151230,30246,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,204,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31584,4,2,-1,'High Warlord\'s Kodohide Gloves',43571,3,36864,1,1,0,0,10,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,22,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,689,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(31585,4,2,-1,'High Warlord\'s Kodohide Helm',39032,3,36864,1,1,0,0,1,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,18,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,689,60,0,0,0,0,1,0,4,0,0,0,2878,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(31586,4,2,-1,'High Warlord\'s Kodohide Legguards',39033,3,36864,1,1,0,0,7,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,28,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,689,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340),(31587,4,2,-1,'High Warlord\'s Kodohide Spaulders',39034,3,36864,1,1,0,0,3,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,16,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,21624,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,689,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(31588,4,2,-1,'High Warlord\'s Kodohide Tunic',39035,3,36864,1,1,0,0,5,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,689,100,0,0,0,0,2,0,2,0,4,0,2856,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(31589,4,2,-1,'Grand Marshal\'s Kodohide Gloves',43573,3,36864,2,1,0,0,10,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,22,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,688,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(31590,4,2,-1,'Grand Marshal\'s Kodohide Helm',41796,3,36864,2,1,0,0,1,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,18,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,688,60,0,0,0,0,1,0,4,0,0,0,2878,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(31591,4,2,-1,'Grand Marshal\'s Kodohide Legguards',41210,3,36864,2,1,0,0,7,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,28,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,688,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340),(31592,4,2,-1,'Grand Marshal\'s Kodohide Spaulders',41211,3,36864,2,1,0,0,3,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,16,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,21624,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,688,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(31593,4,2,-1,'Grand Marshal\'s Kodohide Tunic',41212,3,36864,2,1,0,0,5,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,688,100,0,0,0,0,2,0,2,0,4,0,2856,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(31594,4,2,-1,'General\'s Kodohide Belt',41474,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,3,7,34,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(31595,4,2,-1,'General\'s Kodohide Boots',41482,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(31596,4,2,-1,'Marshal\'s Kodohide Belt',41474,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,3,7,34,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(31597,4,2,-1,'Marshal\'s Kodohide Boots',41482,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340),(31598,4,2,-1,'General\'s Kodohide Bracers',41253,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,13,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(31599,4,2,-1,'Marshal\'s Kodohide Bracers',41270,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,13,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(31606,12,0,-1,'Demoniac Scryer',36540,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38707,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31607,12,0,-1,'Demoniac Scryer Reading',24051,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2999,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31610,12,0,-1,'Rod of Purification',44226,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38736,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31613,4,4,-1,'Gladiator\'s Ornamented Chestguard',41133,4,36864,0,1,0,0,5,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,45,5,31,32,30,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1547,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,165,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31614,4,4,-1,'Gladiator\'s Ornamented Gloves',41134,4,36864,0,1,0,0,10,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,24,32,24,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31615,4,0,-1,'Ancient Draenei Arcane Relic',44237,2,524288,0,1,32891,8222,12,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,1,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33662,0,0,0,90000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31616,4,4,-1,'Gladiator\'s Ornamented Headcover',41135,4,36864,0,1,0,0,1,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,52,5,30,32,21,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1257,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31617,4,0,-1,'Ancient Draenei War Talisman',30696,2,524288,0,1,32891,8222,12,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,1,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33667,0,0,0,90000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31618,4,4,-1,'Gladiator\'s Ornamented Legplates',41136,4,36864,0,1,0,0,7,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,32,32,32,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1353,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31619,4,4,-1,'Gladiator\'s Ornamented Spaulders',41137,4,36864,0,1,0,0,3,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,24,32,23,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31620,4,1,-1,'Grand Marshal\'s Mooncloth Mitts',41218,3,36864,2,1,0,0,10,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,691,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31621,4,1,-1,'High Warlord\'s Mooncloth Mitts',37308,3,36864,1,1,0,0,10,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,692,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31622,4,1,-1,'Grand Marshal\'s Mooncloth Cowl',42195,3,36864,2,1,0,0,1,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,26,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,691,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31623,4,1,-1,'Grand Marshal\'s Mooncloth Legguards',41220,3,36864,2,1,0,0,7,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,28,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,691,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31624,4,1,-1,'Grand Marshal\'s Mooncloth Shoulderpads',41221,3,36864,2,1,0,0,3,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,20,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,691,50,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31625,4,1,-1,'Grand Marshal\'s Mooncloth Vestments',41222,3,36864,2,1,0,0,20,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,25,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,691,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31626,4,1,-1,'High Warlord\'s Mooncloth Cowl',37311,3,36864,1,1,0,0,1,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,27,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,692,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31627,4,1,-1,'High Warlord\'s Mooncloth Legguards',37310,3,36864,1,1,0,0,7,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,28,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,692,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31628,4,1,-1,'High Warlord\'s Mooncloth Shoulderpads',37312,3,36864,1,1,0,0,3,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,20,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,692,50,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31629,4,1,-1,'High Warlord\'s Mooncloth Vestments',37313,3,36864,1,1,0,0,20,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,25,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,692,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31630,4,4,-1,'Grand Marshal\'s Ornamented Chestplate',38292,3,36864,2,1,0,0,5,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,37,5,24,32,21,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,693,135,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31631,4,4,-1,'Grand Marshal\'s Ornamented Gloves',30321,3,36864,2,1,0,0,10,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,20,32,19,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,693,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31632,4,4,-1,'Grand Marshal\'s Ornamented Headguard',38294,3,36864,2,1,0,0,1,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,22,32,20,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,693,80,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31633,4,4,-1,'Grand Marshal\'s Ornamented Leggings',38295,3,36864,2,1,0,0,7,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,26,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,693,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31634,4,4,-1,'Grand Marshal\'s Ornamented Spaulders',38296,3,36864,2,1,0,0,3,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,19,32,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,693,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31635,4,4,-1,'High Warlord\'s Ornamented Chestplate',41247,3,36864,1,1,0,0,5,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,37,5,24,32,21,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,694,135,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31636,4,4,-1,'High Warlord\'s Ornamented Gloves',41248,3,36864,1,1,0,0,10,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,20,32,19,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,694,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31637,4,4,-1,'High Warlord\'s Ornamented Headguard',42199,3,36864,1,1,0,0,1,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,22,32,20,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,694,80,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31638,4,4,-1,'High Warlord\'s Ornamented Leggings',41249,3,36864,1,1,0,0,7,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,26,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,694,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31639,4,4,-1,'High Warlord\'s Ornamented Spaulders',41228,3,36864,1,1,0,0,3,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,19,32,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,694,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31640,4,3,-1,'Grand Marshal\'s Ringmail Chestguard',32103,3,36864,2,1,0,0,5,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,22,32,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,21620,1,0,0,-1,0,-1,9317,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,695,120,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31641,4,3,-1,'Grand Marshal\'s Ringmail Gloves',32100,3,36864,2,1,0,0,10,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,18,32,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,695,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31642,4,3,-1,'Grand Marshal\'s Ringmail Headpiece',32133,3,36864,2,1,0,0,1,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,21,32,16,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,695,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31643,4,3,-1,'Grand Marshal\'s Ringmail Legguards',32127,3,36864,2,1,0,0,7,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,24,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,695,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31644,4,3,-1,'Grand Marshal\'s Ringmail Shoulders',32128,3,36864,2,1,0,0,3,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,18,32,12,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,695,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31646,4,3,-1,'High Warlord\'s Ringmail Chestguard',32103,3,36864,1,1,0,0,5,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,22,32,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,21620,1,0,0,-1,0,-1,9317,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,696,120,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31647,4,3,-1,'High Warlord\'s Ringmail Gloves',32100,3,36864,1,1,0,0,10,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,18,32,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,696,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31648,4,3,-1,'High Warlord\'s Ringmail Headpiece',32133,3,36864,1,1,0,0,1,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,21,32,16,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,696,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31649,4,3,-1,'High Warlord\'s Ringmail Legguards',32127,3,36864,1,1,0,0,7,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,24,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,696,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31650,4,3,-1,'High Warlord\'s Ringmail Shoulderpads',32128,3,36864,1,1,0,0,3,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,18,32,12,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,696,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31651,12,0,-1,'Bladespire Totem',44245,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The ogres have some true artisans amongst them.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31652,12,0,-1,'Enchanted Nethervine Crystal',35850,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38762,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The essence of Neltharaku beats within...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31653,12,0,-1,'Condensed Nether Gas',41488,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31655,13,0,-1,'Veil Skith Prison Key',34378,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38779,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31656,12,0,-1,'Lesser Nether Drake Spirit',44276,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It wriggles, trying to break free.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31657,4,1,-1,'Chemise of Rebirth',44326,2,0,0,1,112272,22454,5,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,3,5,12,6,12,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,8,0,8,0,4,0,2889,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31658,4,2,-1,'Scout\'s Hood',44254,2,0,0,1,105652,21130,1,262143,32767,90,0,0,0,0,0,0,0,0,0,1,0,3,3,18,7,12,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,4,0,2,0,8,0,2877,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31659,4,1,-1,'Researcher\'s Mantle',44255,2,0,0,1,84848,16969,3,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,2,6,16,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31660,4,2,-1,'Feralfen Skulker\'s Belt',44257,2,0,0,1,79366,15873,6,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,3,19,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31661,4,2,-1,'Leesa\'oh\'s Wristbands',6739,2,0,0,1,75461,15092,9,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,2,3,13,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31662,12,0,-1,'Rilak\'s Missive',11160,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Written in the indecipherable hand of the arakkoa',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31663,12,0,-1,'Spirit Calling Totems',44259,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38780,0,-5,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31664,13,0,-1,'Zuluhed\'s Key',44260,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38790,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31666,7,3,-1,'Battered Steam Tonk Controller',35133,1,64,0,1,20000,5000,0,32767,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45257,0,-10,-10,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This toy has seen a lot of love. It probably won\'t last much longer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31668,12,0,-1,'Orb Collecting Totem',44287,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38862,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31670,7,8,-1,'Raptor Ribs',2473,1,0,0,1,800,200,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31671,7,8,-1,'Serpent Flesh',44290,1,0,0,1,800,200,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31672,0,5,-1,'Mok\'Nathal Shortribs',21327,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35271,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31673,0,5,-1,'Crunchy Serpent',44291,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33264,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(31674,9,5,-1,'Recipe: Crunchy Serpent',1301,1,64,0,1,30000,7500,0,-1,-1,67,0,185,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,38868,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Crunchy Serpent.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31675,9,5,-1,'Recipe: Mok\'Nathal Shortribs',1301,1,64,0,1,30000,7500,0,-1,-1,67,0,185,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,38867,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Mok\'Nathal Shortribs.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31676,0,1,-1,'Fel Regeneration Potion',37864,1,0,0,1,20000,5000,0,-1,-1,69,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38908,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31677,0,1,-1,'Fel Mana Potion',44295,1,0,0,1,20000,5000,0,-1,-1,72,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38929,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31678,12,0,-1,'Mental Interference Rod',21206,1,64,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38915,0,0,0,45000,0,45000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31679,0,2,-1,'Fel Strength Elixir',38721,1,0,0,1,12000,3000,0,-1,-1,67,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38954,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31680,9,6,-1,'Recipe: Fel Strength Elixir',6270,3,64,0,1,40000,10000,0,32767,-1,67,0,171,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,38960,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Fel Strength Elixir.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31681,9,6,-1,'Recipe: Fel Regeneration Potion',6270,3,64,0,1,40000,10000,0,32767,-1,69,0,171,345,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,38962,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Fel Regeneration Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31682,9,6,-1,'Recipe: Fel Mana Potion',6270,3,64,0,1,40000,10000,0,32767,-1,72,0,171,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,38961,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Fel Mana Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31683,4,1,-1,'Dreadwing Skin Belt',44304,2,0,0,1,69438,13887,6,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,32,28,7,11,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31684,4,2,-1,'Netherhide Gloves',44305,2,0,0,1,87118,17423,10,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,11,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31685,4,3,-1,'Brood Mother Leggings',44022,2,0,0,1,209831,41966,7,262143,32767,108,0,0,0,0,0,0,0,0,0,1,0,2,32,37,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31686,4,4,-1,'Nether Protector\'s Chest',26846,2,0,0,1,245700,49140,5,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,32,37,4,21,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,996,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31687,4,1,-1,'Mok\'Nathal Mantle',44307,2,0,0,1,105684,21136,3,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,5,18,32,12,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31688,4,2,-1,'Spiritcaller\'s Mask',45180,2,0,0,1,132573,26514,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,32,37,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,15809,1,0,0,900000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31689,4,3,-1,'Mok\'Nathal Hero\'s Pantaloons',44312,2,0,0,1,212886,42577,7,262143,32767,108,0,0,0,0,0,0,0,0,0,1,0,2,32,37,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31690,4,4,-1,'Belt of the Soul Saver',44313,2,0,0,1,125344,25068,6,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,4,17,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,561,0,0,0,0,0,0,0,0,0,21627,1,0,0,-1,0,-1,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31691,4,0,-1,'Natasha\'s Guardian Cord',39211,3,0,0,1,159272,39818,2,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22748,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31692,4,0,-1,'Natasha\'s Ember Necklace',39214,3,0,0,1,159272,39818,2,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,5,15,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31693,4,0,-1,'Natasha\'s Arcane Filament',39212,3,0,0,1,159272,39818,2,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,5,10,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31694,4,0,-1,'Natasha\'s Pack Collar',39209,3,0,0,1,159272,39818,2,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,3,4,25,3,15,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31695,4,0,-1,'Natasha\'s Choker',39210,3,0,0,1,159272,39818,2,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,32,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31696,4,0,-1,'Natasha\'s Battle Chain',39162,3,0,0,1,159272,39818,2,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,7,37,12,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23203,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31697,12,0,-1,'Dread Relic',44306,1,256,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This mysterious artifact pulses with barely contained power.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31698,15,0,-1,'Letter from Shattrath',7733,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The letter bears the mark of the naaru.',2998,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31699,4,0,-1,'Imbued Draenethyst Crystal',44308,2,0,0,1,138516,34629,23,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,11,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31700,2,10,-1,'Runed Silver Staff',21968,2,0,0,1,429141,85828,17,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,37,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,289,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,33165,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31701,2,1,-1,'Saboteur\'s Axe',44310,2,0,0,1,430743,86148,17,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,4,37,32,21,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,298,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,15821,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31702,0,0,-1,'Challenge from the Horde',36477,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39010,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31703,2,15,-1,'Nether-Stalker\'s Blade',44314,2,0,0,1,347122,69424,13,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,3,8,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,135,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15807,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31704,13,0,-1,'The Tempest Key',37250,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A crystalline key that is seemingly held together by beams of light.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31705,13,0,-1,'Derelict Caravan Chest Key',22071,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39040,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31706,12,0,-1,'The Head of the Hand of Kargath',1310,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31707,12,0,-1,'Cabal Orders',24153,1,2048,0,1,0,0,0,-1,-1,65,62,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,10880,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31708,12,0,-1,'Scroll of Atalor',39631,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31709,12,0,-1,'Drape of Arunen',44475,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31710,12,0,-1,'Gavel of K\'alen',44476,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31711,4,1,-1,'Nether-Empowered Footgear',44322,2,0,0,1,104501,20900,8,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,32,27,5,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31712,4,2,-1,'Mok\'Nathal Champion\'s Shoulderguards',44323,2,0,0,1,121777,24355,3,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,3,27,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31713,4,3,-1,'Ritualist\'s Helm',15431,2,0,0,1,146694,29338,1,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,1,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31714,4,4,-1,'Nether Drake Wristguards',44324,2,0,0,1,115187,23037,9,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,4,20,32,11,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31715,4,0,-1,'Demoniac Soul Prison',44316,2,0,0,1,114184,28546,23,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,2,32,10,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(31716,12,0,-1,'Unused Axe of the Executioner',44317,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The blade is clean.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31717,4,1,-1,'Shadowcast Tunic',44557,3,0,0,1,135686,27137,5,-1,-1,88,0,0,0,0,0,0,0,0,0,1,0,3,5,15,32,14,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31718,4,2,-1,'Darkstorm Tunic',44319,3,0,0,1,170231,34046,5,-1,-1,88,0,0,0,0,0,0,0,0,0,1,0,2,7,22,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31719,4,3,-1,'Stormstrike Vest',44556,3,0,0,1,205045,41009,5,-1,-1,88,0,0,0,0,0,0,0,0,0,1,0,2,5,15,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31720,4,4,-1,'Battlemaster\'s Breastplate',44555,3,0,0,1,240115,48023,5,-1,-1,88,0,0,0,0,0,0,0,0,0,1,0,3,3,21,4,38,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31721,12,0,-1,'Kalithresh\'s Trident',44321,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31722,12,0,-1,'Murmur\'s Essence',27454,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31723,2,15,-1,'Madman\'s Blade',20331,2,0,0,1,312249,62449,13,-1,-1,96,0,0,0,0,0,0,0,0,1,1,0,1,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,91,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(31724,2,19,-1,'Arakkoa Divining Rod',21027,2,0,0,1,241608,48321,26,32767,-1,99,0,0,0,0,0,0,0,0,0,1,0,1,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,191,3,0,0,0,0,0,0,0,0,0,0,1600,0,100,9344,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(31725,4,1,-1,'Cilice of Suffering',16603,2,0,0,1,64665,12933,6,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,7,22,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31726,4,0,-1,'Necklace of Bloodied Feathers',43701,3,0,0,1,122296,30574,2,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31727,4,0,-1,'Choker of Bloodied Feathers',34318,3,0,0,1,122296,30574,2,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,2,7,24,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15807,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31728,4,0,-1,'Heirloom Signet of Willpower',9839,2,0,0,1,128092,32023,11,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,5,11,7,7,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31729,4,0,-1,'Heirloom Signet of Valor',9865,2,0,0,1,128092,32023,11,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,3,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31730,4,0,-1,'Heirloom Signet of Convalescence',9847,2,0,0,1,128092,32023,11,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,5,11,7,7,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31731,4,0,-1,'Mekeda\'s Gift',28493,2,0,0,1,128092,32023,23,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,1,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(31732,4,0,-1,'Unearthed Orb',44351,2,0,0,1,128092,32023,23,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,1,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(31733,2,15,-1,'Akuno\'s Blade',2708,2,0,0,1,309143,61828,13,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,32,8,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,128,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(31734,4,6,-1,'Ancient Draenei Crest',44369,2,0,0,1,198609,39721,14,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,4,14,7,21,12,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2938,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,65,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(31735,6,3,-1,'Timeless Shell',44356,4,0,0,200,20000,25,24,-1,-1,145,70,0,0,0,0,0,990,5,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,53,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31736,12,0,-1,'Crystal of Deep Shadows',30690,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39094,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'At first glance, the crystal\'s core appears solid, but the longer you look at it, the more you become aware of subtle motion inside the object.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31737,6,2,-1,'Timeless Arrow',40523,4,0,0,200,20000,25,24,-1,-1,145,70,0,0,0,0,0,990,5,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,53,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31739,12,0,-1,'Smoke Beacon',9124,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36374,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,7200,0,0,'',0,0,0,0,0,12340),(31740,12,0,-1,'Meeting Note',15274,1,0,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31741,12,0,-1,'Nether-wraith Essence',44367,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31742,12,0,-1,'Nether-wraith Beacon',44368,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39105,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'item_nether_wraith_beacon',0,0,0,0,0,12340),(31744,12,0,-1,'Botanist\'s Field Guide',1103,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31745,2,15,-1,'Illidari-Bane Dagger',44375,3,0,0,1,455716,91143,13,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,37651,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31746,4,0,-1,'Phoenix-fire Band',31655,4,0,0,1,241024,60256,11,262143,32767,115,0,0,0,0,0,0,0,0,1,1,0,1,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31747,4,0,-1,'Potent Sha\'tari Pendant',31889,3,0,0,1,167814,41953,2,-1,-1,115,0,0,0,0,0,0,0,6,0,1,0,1,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31748,4,0,-1,'Shattrath Choker of Power',31889,3,0,0,1,167814,41953,2,-1,-1,115,0,0,0,0,0,0,0,6,0,1,0,1,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31749,4,0,-1,'A\'dal\'s Recovery Necklace',31889,3,4096,0,1,167814,41953,2,-1,-1,115,0,0,0,0,0,0,0,6,0,1,0,1,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31750,12,0,-1,'Earthen Signet',7148,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31751,12,0,-1,'Blazing Signet',44377,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31752,12,0,-1,'Sablemane\'s Trap',20774,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39220,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31753,12,0,-1,'Essence of Infinity',35852,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31754,12,0,-1,'Grisly Totem',44405,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39161,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31755,12,0,-1,'Wyvern Cage Key',22071,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31756,2,15,-1,'Dib\'Muad\'s Crysknife',44417,3,0,0,1,358193,71638,13,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,1,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,103,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31757,12,0,-1,'Fel Cannonball',44416,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It reeks of felfire and brimstone.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31758,2,15,-1,'Revered Mother\'s Crysknife',44418,3,0,0,1,360908,72181,21,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,2,32,19,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,92,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,-7.8,0,0,0,'',50,0,0,0,0,12340),(31759,2,15,-1,'Shani\'s Crysknife',44417,3,0,0,1,362265,72453,13,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,1,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,133,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(31760,15,0,-1,'Miniwing',34488,1,64,0,1,0,0,0,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,39181,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31761,2,19,-1,'Talonbranch Wand',44419,2,0,0,1,238603,47720,26,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,1,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,193,3,0,0,0,0,0,0,0,0,0,0,1700,0,100,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(31762,2,2,-1,'Feather-Wrapped Bow',44420,2,0,0,1,239467,47893,15,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,1,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,173,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(31763,12,0,-1,'Druid Signal',44428,1,64,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38782,0,0,0,120000,0,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31764,4,3,-1,'Stillfire Leggings',44423,2,0,0,1,198320,39664,7,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,7,30,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,449,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31765,4,4,-1,'Redeemer\'s Plate',44424,2,0,0,1,232203,46440,5,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,5,20,7,30,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,917,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31766,4,1,-1,'Skywitch Hat',45370,2,0,0,1,99871,19974,1,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,5,20,7,30,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31768,4,1,-1,'Deep Mire Cloak',44450,2,0,0,1,92384,18476,16,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,2,5,12,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31769,12,0,-1,'Sha\'tari Torch',23295,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39189,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31770,4,1,-1,'Marsh Bracers',44451,2,0,0,1,59453,11890,9,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,2,5,7,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31772,12,0,-1,'Anchorite Relic',38758,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39183,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31773,4,0,-1,'Mag\'har Tabard',44433,1,0,1,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,941,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31774,4,0,-1,'Kurenai Tabard',44434,1,0,2,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,978,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31775,4,0,-1,'Sporeggar Tabard',44435,1,0,0,1,0,0,19,-1,-1,20,0,0,0,0,0,0,970,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31776,4,0,-1,'Consortium Tabard',44436,1,0,0,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,933,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31778,4,0,-1,'Lower City Tabard',44438,1,32768,0,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,1011,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31779,4,0,-1,'Aldor Tabard',44439,1,0,0,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,932,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31780,4,0,-1,'Scryers Tabard',44440,1,0,0,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,934,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31781,4,0,-1,'Sha\'tar Tabard',44441,1,0,0,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,935,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31782,4,3,-1,'Warpstalker Breastplate',44472,2,0,0,1,196879,39375,5,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,5,30,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31783,4,1,-1,'Bloodfire Leggings',34302,2,0,0,1,131726,26345,7,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,7,36,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31784,4,2,-1,'Ancient Terokkar Hood',45164,2,0,0,1,123938,24787,1,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,32,34,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31785,2,1,-1,'Edge of Inevitability',44470,2,0,0,1,414608,82921,17,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,4,34,3,18,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,284,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340),(31786,4,3,-1,'Blacksting Shoulders',44484,2,0,0,1,138196,27639,3,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,2,5,16,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31787,4,4,-1,'Stalwart Girdle',44447,2,0,0,1,108004,21600,6,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,3,4,14,7,21,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31788,4,2,-1,'Blacksting Gloves',44478,2,0,0,1,76980,15396,10,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,3,7,21,3,14,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31789,4,1,-1,'Marshfang Boots',44483,2,0,0,1,83869,16773,8,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,2,5,16,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31790,4,0,-1,'Expedition Pendant',7570,2,0,0,1,138516,34629,2,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,7,12,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15809,1,0,0,1500,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31791,4,0,-1,'Wildlord\'s Band',43837,2,524288,0,1,166220,41555,11,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,32,11,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31792,4,1,-1,'Evergrove Ranger\'s Cloak',44458,2,0,0,1,102630,20526,16,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,12,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31793,4,2,-1,'Ruuan Weald Wristguards',41549,2,0,0,1,85845,17169,9,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,4,21,3,11,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31794,4,4,-1,'Sha\'tari Vindicator\'s Legplates',44479,2,0,0,1,223080,44616,7,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,4,21,5,20,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,802,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31795,0,0,-1,'Draenei Prayer Beads',32395,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31796,4,3,-1,'Sha\'tari Marksman\'s Gloves',44480,2,0,0,1,96316,19263,10,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,5,15,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31797,4,2,-1,'Elekk Hide Spaulders',44482,2,0,0,1,120828,24165,3,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,5,12,32,28,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31798,4,1,-1,'Death-Speaker\'s Tunic',44485,2,0,0,1,129357,25871,5,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,5,14,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340),(31799,12,0,-1,'Fei Fei Doggy Treat',44487,1,4096,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Delicious and nutritious',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31800,15,0,-1,'Outcast\'s Cache',2588,1,4,0,1,0,0,0,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31804,4,0,-1,'Cenarion Expedition Tabard',44494,1,0,0,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,942,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31807,12,0,-1,'Naturalized Ammunition',44416,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39219,0,0,0,60000,0,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31808,12,0,-1,'Sablemane\'s Signet',9840,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39224,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31809,12,0,-1,'Evergrove Wand',928,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39226,0,1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31810,12,0,-1,'Fumper',41062,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39238,0,0,0,0,1167,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An ancient drum.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31811,12,0,-1,'Dread Relic',44306,1,1088,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39239,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31812,12,0,-1,'Doom Skull',44523,1,2048,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31813,12,0,-1,'Warp Chaser Blood',4134,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The caustic blood of a warp chaser, safely packaged in a glass vial by your very own imp.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31814,12,0,-1,'Mature Bone Sifter Carcass',3429,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31815,12,0,-1,'Zeppit\'s Crystal',36540,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39242,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Attuned to the mischievous imp, Zeppit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31816,2,8,-1,'Dragonbone Greatsword',44530,2,0,0,1,412127,82425,17,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,4,40,7,15,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,269,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31817,4,3,-1,'Dragonbone Shoulders',44533,2,0,0,1,149575,29915,3,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,32,19,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,396,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31818,4,0,-1,'Dragonbone Talisman',9852,2,0,0,1,138516,34629,2,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,32,15,5,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9345,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31819,4,4,-1,'Noble Plate Pauldrons',44536,2,0,0,1,174676,34935,3,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,4,4,14,7,20,32,14,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,708,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31820,4,0,-1,'Blessed Signet Ring',31905,2,0,0,1,131564,32891,11,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,4,4,13,3,12,7,12,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340),(31821,2,7,-1,'Blade of Retribution',44546,2,0,0,1,335753,67150,21,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,32,16,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,109,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,33484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,-12.5,0,0,0,'',33,0,0,0,0,12340),(31823,4,0,-1,'Book of Many Blessings',44544,2,0,0,1,128092,32023,23,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,1,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340),(31824,2,4,-1,'Monster - Work Wrench',44548,0,0,0,1,11,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(31825,12,0,-1,'Fumper',41062,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39246,0,0,0,0,1167,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An ancient drum.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31826,12,0,-1,'Enormous Bone Worm Organs',44549,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31827,12,0,-1,'Sablemane\'s Trap',20774,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39264,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31828,12,0,-1,'Ritual Prayer Beads',32395,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39371,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31829,15,5,-1,'Reins of the Cobalt Riding Talbuk',40261,4,0,0,1,700000,0,0,262143,690,40,40,762,150,0,0,0,941,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39315,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31830,15,5,-1,'Reins of the Cobalt Riding Talbuk',40261,4,0,0,1,700000,0,0,262143,1101,40,40,762,150,0,0,0,978,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39315,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31831,15,5,-1,'Reins of the Silver Riding Talbuk',40261,4,0,0,1,700000,0,0,262143,690,40,40,762,150,0,0,0,941,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39317,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31832,15,5,-1,'Reins of the Silver Riding Talbuk',40261,4,0,0,1,700000,0,0,262143,1101,40,40,762,150,0,0,0,978,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39317,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31833,15,5,-1,'Reins of the Tan Riding Talbuk',40261,4,0,0,1,700000,0,0,262143,690,40,40,762,150,0,0,0,941,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39318,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31834,15,5,-1,'Reins of the Tan Riding Talbuk',40261,4,0,0,1,700000,0,0,262143,1101,40,40,762,150,0,0,0,978,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39318,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31835,15,5,-1,'Reins of the White Riding Talbuk',40261,4,0,1,1,700000,0,0,262143,690,40,40,762,150,0,0,0,941,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39319,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31836,15,5,-1,'Reins of the White Riding Talbuk',40261,4,0,2,1,700000,0,0,262143,1101,40,40,762,150,0,0,0,978,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39319,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31837,9,0,-1,'Codex: Prayer of Shadow Protection II',1143,3,64,0,1,59000,14750,0,31248,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39374,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Prayer of Shadow Protection (Rank 2).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31838,0,1,-1,'Major Combat Healing Potion',24212,1,0,0,1,0,0,0,-1,-1,70,61,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17534,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'An old bootleg recipe from the Arathi Basin farm.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31839,0,1,-1,'Major Combat Healing Potion',24212,1,0,0,1,0,0,0,-1,-1,70,61,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17534,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Extracted from the frozen waters of Alterac Valley.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31840,0,1,-1,'Major Combat Mana Potion',30533,1,0,0,1,0,0,0,-1,-1,70,61,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17531,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'An old bootleg recipe from the Arathi Basin farm.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31841,0,1,-1,'Major Combat Mana Potion',30533,1,0,0,1,0,0,0,-1,-1,70,61,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17531,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Extracted from the frozen waters of Alterac Valley.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31852,0,1,-1,'Major Combat Healing Potion',24212,1,0,0,1,0,0,0,-1,-1,70,61,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17534,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Sifted from the twisting nether of the Eye of the Storm.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31853,0,1,-1,'Major Combat Healing Potion',24212,1,0,0,1,0,0,0,-1,-1,70,61,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17534,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Distilled only within the hollow log of Warsong Gulch.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31854,0,1,-1,'Major Combat Mana Potion',30533,1,0,0,1,0,0,0,-1,-1,70,61,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17531,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Sifted from the twisting nether of the Eye of the Storm.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31855,0,1,-1,'Major Combat Mana Potion',30533,1,0,0,1,0,0,0,-1,-1,70,61,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17531,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Distilled only within the hollow log of Warsong Gulch.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31856,4,0,-1,'Darkmoon Card: Crusade',44707,4,64,0,1,400000,100000,12,-1,-1,100,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39438,1,0,0,-1,0,-1,39440,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31857,4,0,-1,'Darkmoon Card: Wrath',44709,4,64,0,1,400000,100000,12,-1,-1,100,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39442,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31858,4,0,-1,'Darkmoon Card: Vengeance',44708,4,64,0,1,400000,100000,12,-1,-1,100,70,0,0,0,0,0,0,0,1,1,0,1,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39444,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31859,4,0,-1,'Darkmoon Card: Madness',44706,4,64,0,1,400000,100000,12,-1,-1,100,70,0,0,0,0,0,0,0,1,1,0,1,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39446,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31860,3,2,-1,'Great Golden Draenite',35848,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,521,-1,0,0,0,0,'',0,0,0,0,0,12340),(31861,3,2,-1,'Great Dawnstone',39925,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,522,-1,0,0,0,0,'',0,0,0,0,0,12340),(31862,3,3,-1,'Balanced Shadow Draenite',35847,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,523,-1,0,0,0,0,'',0,0,0,0,0,12340),(31863,3,3,-1,'Balanced Nightseye',39929,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,524,-1,0,0,0,0,'',0,0,0,0,0,12340),(31864,3,3,-1,'Infused Shadow Draenite',35847,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,525,-1,0,0,0,0,'',0,0,0,0,0,12340),(31865,3,3,-1,'Infused Nightseye',39929,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,526,-1,0,0,0,0,'',0,0,0,0,0,12340),(31867,3,5,-1,'Veiled Noble Topaz',39931,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,528,-1,0,0,0,0,'',0,0,0,0,0,12340),(31868,3,5,-1,'Wicked Noble Topaz',39931,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,529,-1,0,0,0,0,'',0,0,0,0,0,12340),(31875,9,10,-1,'Design: Great Dawnstone',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39452,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Great Dawnstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31876,9,10,-1,'Design: Balanced Nightseye',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39463,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Balanced Nightseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31877,9,10,-1,'Design: Infused Nightseye',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39462,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut an Infused Nightseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31878,9,10,-1,'Design: Veiled Noble Topaz',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39470,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Veiled Noble Topaz.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31879,9,10,-1,'Design: Wicked Noble Topaz',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39471,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Wicked Noble Topaz.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31880,15,0,-1,'Blood Elf Orphan Whistle',30959,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39478,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,604800,0,201,'',0,0,0,0,1,12340),(31881,15,0,-1,'Draenei Orphan Whistle',30959,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39479,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,604800,0,201,'',0,0,0,0,1,12340),(31882,12,0,-1,'Ace of Blessings',44705,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39480,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31883,12,0,-1,'Eight of Blessings',44705,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60395,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31884,12,0,-1,'Five of Blessings',44705,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60392,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31885,12,0,-1,'Four of Blessings',44705,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60391,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31886,12,0,-1,'Seven of Blessings',44705,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60394,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31887,12,0,-1,'Six of Blessings',44705,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60393,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31888,12,0,-1,'Three of Blessings',44705,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60390,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31889,12,0,-1,'Two of Blessings',44705,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60389,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31890,12,0,-1,'Blessings Deck',31755,4,0,0,1,300000,75000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,10938,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31891,12,0,-1,'Storms Deck',31755,4,0,0,1,300000,75000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,10939,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31892,12,0,-1,'Ace of Storms',44702,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39481,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31893,12,0,-1,'Eight of Storms',44702,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60421,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31894,12,0,-1,'Five of Storms',44702,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60418,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31895,12,0,-1,'Four of Storms',44702,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60417,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31896,12,0,-1,'Seven of Storms',44702,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60420,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31898,12,0,-1,'Six of Storms',44702,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60419,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31899,12,0,-1,'Three of Storms',44702,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60416,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31900,12,0,-1,'Two of Storms',44702,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60415,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31901,12,0,-1,'Ace of Furies',44704,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39483,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31902,12,0,-1,'Eight of Furies',44704,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60404,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31903,12,0,-1,'Five of Furies',44704,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60400,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31904,12,0,-1,'Four of Furies',44704,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60399,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31905,12,0,-1,'Seven of Furies',44704,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60402,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31906,12,0,-1,'Six of Furies',44704,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60401,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31907,12,0,-1,'Furies Deck',31755,4,0,0,1,300000,75000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,10940,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31908,12,0,-1,'Three of Furies',44704,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60398,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31909,12,0,-1,'Two of Furies',44704,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60397,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31910,12,0,-1,'Ace of Lunacy',44701,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39484,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31911,12,0,-1,'Eight of Lunacy',44701,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60414,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31912,12,0,-1,'Five of Lunacy',44701,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60411,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31913,12,0,-1,'Four of Lunacy',44701,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60410,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31914,12,0,-1,'Lunacy Deck',31755,4,0,0,1,300000,75000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,10941,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31915,12,0,-1,'Seven of Lunacy',44701,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60413,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31916,12,0,-1,'Six of Lunacy',44701,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60412,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31917,12,0,-1,'Three of Lunacy',44701,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60409,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31918,12,0,-1,'Two of Lunacy',44701,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60408,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31919,4,0,-1,'Nexus-Prince\'s Ring of Balance',35431,4,524288,0,1,206800,51700,11,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,3,7,30,4,20,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31920,4,0,-1,'Shaffar\'s Band of Brutality',35472,4,524288,0,1,206800,51700,11,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,32,20,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31921,4,0,-1,'Yor\'s Collapsing Band',35423,4,524288,0,1,206800,51700,11,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,5,20,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31922,4,0,-1,'Ring of Conflict Survival',35367,4,524288,0,1,206800,51700,11,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,32,20,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31923,4,0,-1,'Band of the Crystalline Void',35438,4,524288,0,1,206800,51700,11,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,1,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31924,4,0,-1,'Yor\'s Revenge',35313,4,524288,0,1,206800,51700,11,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,12,20,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(31925,4,0,-1,'Fiery Band',28682,3,0,0,1,42837,10709,11,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31926,4,0,-1,'Frigid Band',31616,3,0,0,1,42837,10709,11,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31927,4,0,-1,'Living Band',33534,3,0,0,1,42837,10709,11,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31928,4,0,-1,'Dark Band',24022,3,0,0,1,42837,10709,11,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31929,4,0,-1,'Enigmatic Band',38541,3,0,0,1,42837,10709,11,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31935,4,1,-1,'Frigid Cloak',44633,3,0,0,1,128787,25757,16,-1,-1,109,70,0,0,0,0,0,0,1,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,18,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31936,4,1,-1,'Fiery Cloak',44632,3,0,0,1,129252,25850,16,-1,-1,109,70,0,0,0,0,0,0,1,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,18,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31937,4,1,-1,'Living Cloak',27658,3,0,0,1,120453,24090,16,-1,-1,109,70,0,0,0,0,0,0,1,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,18,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31938,4,1,-1,'Enigmatic Cloak',44631,3,0,0,1,120918,24183,16,-1,-1,109,70,0,0,0,0,0,0,1,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,18,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31939,4,1,-1,'Dark Cloak',44630,3,0,0,1,121383,24276,16,-1,-1,109,70,0,0,0,0,0,0,1,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,18,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31940,4,0,-1,'Ethereum Torque',35358,3,0,0,1,89857,22464,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31941,12,0,-1,'Mark of the Nexus-King',44624,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The markings hide Ethereum secrets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31942,4,1,-1,'Deathwing Brood Cloak',44634,3,0,0,1,128876,25775,16,-1,-1,115,70,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31943,4,0,-1,'Ethereum Band',39128,3,0,0,1,42837,10709,11,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(31944,15,0,-1,'Demonic Capacitor',41640,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31945,15,0,-1,'Shadow Circuit',44655,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31946,12,0,-1,'Ashtongue Cowl',32899,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39527,0,0,0,60000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31949,6,2,-1,'Warden\'s Arrow',40522,3,0,0,200,5000,6,24,-1,-1,115,68,0,0,0,0,0,942,6,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,37,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31950,12,0,0,'Bogblossom',19498,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31951,15,0,-1,'Toy Dragon',44666,1,0,0,1,10000,2500,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A finely-crafted, wooden dragon, worth every copper.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31952,15,0,-1,'Khorium Lockbox',9632,2,4,0,1,3000,750,0,-1,-1,68,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,1666,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31953,12,0,0,'Ward of Waking',37862,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A viscous, shimmering potion created to help druids emerge safely from the Emerald Dream.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31955,15,0,-1,'Arelion\'s Knapsack',1285,1,4,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31956,13,0,-1,'Salvaged Ethereum Prison Key',40888,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31957,15,0,0,'Ethereum Prisoner I.D. Tag',40633,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Strange glyphs and symbols cover the front and backside of this tag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31958,2,4,-1,'Merciless Gladiator\'s Bonecracker',39278,4,36864,0,1,0,0,22,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,191,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31959,2,5,-1,'Merciless Gladiator\'s Bonegrinder',41558,4,36864,0,1,0,0,17,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,5,7,55,4,42,32,42,35,33,31,18,0,0,0,0,0,0,0,0,0,0,0,0,365,549,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31960,4,3,-1,'Merciless Gladiator\'s Chain Armor',45963,4,36864,0,1,0,0,5,4,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,57,3,31,32,21,35,21,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,954,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,140,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31961,4,3,-1,'Merciless Gladiator\'s Chain Gauntlets',45964,4,36864,0,1,0,0,10,4,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,48,3,30,32,17,35,21,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,28539,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31962,4,3,-1,'Merciless Gladiator\'s Chain Helm',45965,4,36864,0,1,0,0,1,4,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,55,3,37,32,22,35,22,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,775,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31963,4,3,-1,'Merciless Gladiator\'s Chain Leggings',45966,4,36864,0,1,0,0,7,4,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,58,3,38,32,21,35,33,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,835,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31964,4,3,-1,'Merciless Gladiator\'s Chain Spaulders',45967,4,36864,0,1,0,0,3,4,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,45,3,32,32,14,35,21,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,715,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31965,2,0,-1,'Merciless Gladiator\'s Cleaver',41559,4,36864,0,1,0,0,13,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,330,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31966,2,1,-1,'Merciless Gladiator\'s Decapitator',41560,4,36864,0,1,0,0,17,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,55,32,42,35,33,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,549,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31967,4,2,-1,'Merciless Gladiator\'s Dragonhide Gloves',45993,4,36864,0,1,0,0,10,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,40,4,34,5,19,3,19,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,0,0,0,0,0,0,0,7681,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(31968,4,2,-1,'Merciless Gladiator\'s Dragonhide Helm',45998,4,36864,0,1,0,0,1,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,52,4,36,5,20,3,27,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(31969,4,2,-1,'Merciless Gladiator\'s Dragonhide Legguards',47129,4,36864,0,1,0,0,7,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,49,4,43,5,26,3,29,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,417,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(31971,4,2,-1,'Merciless Gladiator\'s Dragonhide Spaulders',45996,4,36864,0,1,0,0,3,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,39,4,30,5,14,3,21,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,377,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(31972,4,2,-1,'Merciless Gladiator\'s Dragonhide Tunic',45997,4,36864,0,1,0,0,5,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,48,4,37,5,19,3,22,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,498,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(31973,4,1,-1,'Merciless Gladiator\'s Dreadweave Gloves',45974,4,36864,0,1,0,0,10,256,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,25,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(31974,4,1,-1,'Merciless Gladiator\'s Dreadweave Hood',45975,4,36864,0,1,0,0,1,256,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,66,5,20,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(31975,4,1,-1,'Merciless Gladiator\'s Dreadweave Leggings',46107,4,36864,0,1,0,0,7,256,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,69,5,27,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(31976,4,1,-1,'Merciless Gladiator\'s Dreadweave Mantle',45976,4,36864,0,1,0,0,3,256,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,45,5,10,35,21,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(31977,4,1,-1,'Merciless Gladiator\'s Dreadweave Robe',45978,4,36864,0,1,0,0,20,256,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,69,5,18,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(31978,4,0,-1,'Merciless Gladiator\'s Endgame',39505,4,36864,0,1,0,0,23,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,19,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18050,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31979,4,1,-1,'Merciless Gladiator\'s Felweave Amice',45979,4,36864,0,1,0,0,3,256,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,46,5,10,35,23,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(31980,4,1,-1,'Merciless Gladiator\'s Felweave Cowl',45980,4,36864,0,1,0,0,1,256,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,60,5,11,32,18,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(31981,4,1,-1,'Merciless Gladiator\'s Felweave Handguards',45981,4,36864,0,1,0,0,10,256,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,46,5,15,32,19,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(31982,4,1,-1,'Merciless Gladiator\'s Felweave Raiment',45982,4,36864,0,1,0,0,20,256,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,57,5,12,32,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,100,0,0,0,0,2,0,4,0,4,0,2951,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(31983,4,1,-1,'Merciless Gladiator\'s Felweave Trousers',46108,4,36864,0,1,0,0,7,256,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,60,5,20,32,29,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(31984,2,8,-1,'Merciless Gladiator\'s Greatsword',41561,4,36864,0,1,0,0,17,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,5,7,55,4,42,32,42,35,33,31,18,0,0,0,0,0,0,0,0,0,0,0,0,365,549,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31985,2,0,-1,'Merciless Gladiator\'s Hacker',41559,4,36864,0,1,0,0,22,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,191,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31986,2,18,-1,'Merciless Gladiator\'s Crossbow of the Phoenix',42385,4,36864,0,1,0,0,26,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,21,32,15,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,318,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,21436,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Finely crafted to Ephoenix\'s specification',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31987,4,2,-1,'Merciless Gladiator\'s Kodohide Gloves',45993,4,36864,0,1,0,0,10,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,31,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(31988,4,2,-1,'Merciless Gladiator\'s Kodohide Helm',45998,4,36864,0,1,0,0,1,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,51,5,35,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(31989,4,2,-1,'Merciless Gladiator\'s Kodohide Legguards',47129,4,36864,0,1,0,0,7,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,51,5,40,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,417,0,0,0,0,0,0,0,0,0,23593,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(31990,4,2,-1,'Merciless Gladiator\'s Kodohide Spaulders',45996,4,36864,0,1,0,0,3,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,21,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,377,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(31991,4,2,-1,'Merciless Gladiator\'s Kodohide Tunic',45997,4,36864,0,1,0,0,5,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,31,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,120,0,0,0,0,2,0,2,0,4,0,2856,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(31992,4,4,-1,'Merciless Gladiator\'s Lamellar Chestpiece',46009,4,36864,0,1,0,0,5,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,57,5,27,32,34,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1704,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,165,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31993,4,4,-1,'Merciless Gladiator\'s Lamellar Gauntlets',46010,4,36864,0,1,0,0,10,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,40,5,27,32,26,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31994,13,0,-1,'Ethereum Key Tablet - Alpha',41411,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39629,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31995,4,4,-1,'Merciless Gladiator\'s Lamellar Legguards',46008,4,36864,0,1,0,0,7,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,63,5,25,32,35,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1491,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31996,4,4,-1,'Merciless Gladiator\'s Lamellar Shoulders',46012,4,36864,0,1,0,0,3,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,40,5,20,32,25,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1278,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31997,4,4,-1,'Merciless Gladiator\'s Lamellar Helm',46224,4,36864,0,1,0,0,1,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,63,5,24,32,24,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1385,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31998,4,2,-1,'Merciless Gladiator\'s Leather Gloves',45958,4,36864,0,1,0,0,10,8,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,45,3,31,35,24,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31999,4,2,-1,'Merciless Gladiator\'s Leather Helm',45959,4,36864,0,1,0,0,1,8,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,58,3,37,35,25,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32000,4,2,-1,'Merciless Gladiator\'s Leather Legguards',45960,4,36864,0,1,0,0,7,8,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,60,3,41,32,21,35,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32001,4,2,-1,'Merciless Gladiator\'s Leather Spaulders',45961,4,36864,0,1,0,0,3,8,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,45,3,32,32,24,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32002,4,2,-1,'Merciless Gladiator\'s Leather Tunic',45962,4,36864,0,1,0,0,5,8,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,57,3,37,35,25,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32003,2,13,-1,'Merciless Gladiator\'s Left Ripper',42760,4,36864,0,1,0,0,22,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,191,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32004,4,3,-1,'Merciless Gladiator\'s Linked Armor',46017,4,36864,0,1,0,0,5,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,57,38,62,32,30,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,954,0,0,0,0,0,0,0,0,0,18378,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,140,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32005,4,3,-1,'Merciless Gladiator\'s Linked Gauntlets',46109,4,36864,0,1,0,0,10,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,45,38,58,32,29,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,33020,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32006,4,3,-1,'Merciless Gladiator\'s Linked Helm',46507,4,36864,0,1,0,0,1,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,60,38,74,32,28,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,775,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32007,4,3,-1,'Merciless Gladiator\'s Linked Leggings',46022,4,36864,0,1,0,0,7,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,5,7,60,38,68,32,40,35,31,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,835,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32008,4,3,-1,'Merciless Gladiator\'s Linked Spaulders',46023,4,36864,0,1,0,0,3,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,48,38,44,32,24,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,715,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32009,4,3,-1,'Merciless Gladiator\'s Mail Armor',46017,4,36864,0,1,0,0,5,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,24,32,25,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,954,0,0,0,0,0,0,0,0,0,21629,1,0,0,-1,0,-1,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,140,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32010,4,3,-1,'Merciless Gladiator\'s Mail Gauntlets',46109,4,36864,0,1,0,0,10,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,20,32,25,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32011,4,3,-1,'Merciless Gladiator\'s Mail Helm',46507,4,36864,0,1,0,0,1,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,60,5,19,32,22,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,775,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32012,4,3,-1,'Merciless Gladiator\'s Mail Leggings',46022,4,36864,0,1,0,0,7,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,58,5,29,32,25,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,835,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32013,4,3,-1,'Merciless Gladiator\'s Mail Spaulders',46023,4,36864,0,1,0,0,3,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,19,32,20,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,715,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32014,2,5,-1,'Merciless Gladiator\'s Maul',41558,4,36864,0,1,0,0,17,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,5,7,55,38,84,32,42,35,33,31,18,0,0,0,0,0,0,0,0,0,0,0,0,203,305,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32015,4,1,-1,'Merciless Gladiator\'s Mooncloth Gloves',46029,4,36864,0,1,0,0,10,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,43,5,20,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(32016,4,1,-1,'Merciless Gladiator\'s Mooncloth Hood',46188,4,36864,0,1,0,0,1,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,66,5,18,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(32017,4,1,-1,'Merciless Gladiator\'s Mooncloth Leggings',46032,4,36864,0,1,0,0,7,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,63,5,20,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(32018,4,1,-1,'Merciless Gladiator\'s Mooncloth Mantle',46033,4,36864,0,1,0,0,3,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,43,5,18,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(32019,4,1,-1,'Merciless Gladiator\'s Mooncloth Robe',46035,4,36864,0,1,0,0,20,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,57,5,24,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(32020,4,4,-1,'Merciless Gladiator\'s Ornamented Chestguard',46009,4,36864,0,1,0,0,5,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,51,5,33,32,32,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1704,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,165,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32021,4,4,-1,'Merciless Gladiator\'s Ornamented Gloves',46010,4,36864,0,1,0,0,10,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,40,5,26,32,25,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32022,4,4,-1,'Merciless Gladiator\'s Ornamented Headcover',46224,4,36864,0,1,0,0,1,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,57,5,30,32,22,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1385,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32023,4,4,-1,'Merciless Gladiator\'s Ornamented Legplates',46008,4,36864,0,1,0,0,7,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,55,5,35,32,36,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1491,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32024,4,4,-1,'Merciless Gladiator\'s Ornamented Spaulders',46012,4,36864,0,1,0,0,3,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,24,32,25,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1278,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32025,2,6,-1,'Merciless Gladiator\'s Painsaw',41562,4,36864,0,1,0,0,17,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,55,32,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,335,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,15827,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32026,2,4,-1,'Merciless Gladiator\'s Pummeler',39278,4,36864,0,1,0,0,13,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,330,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32027,2,7,-1,'Merciless Gladiator\'s Quickblade',42379,4,36864,0,1,0,0,22,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,191,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32028,2,13,-1,'Merciless Gladiator\'s Right Ripper',42759,4,36864,0,1,0,0,21,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,330,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32029,4,3,-1,'Merciless Gladiator\'s Ringmail Armor',46017,4,36864,0,1,0,0,5,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,26,32,26,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,954,0,0,0,0,0,0,0,0,0,21628,1,0,0,-1,0,-1,18043,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,140,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32030,4,3,-1,'Merciless Gladiator\'s Ringmail Gauntlets',46109,4,36864,0,1,0,0,10,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,43,5,20,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,38501,1,0,0,-1,0,-1,18043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32031,4,3,-1,'Merciless Gladiator\'s Ringmail Helm',46507,4,36864,0,1,0,0,1,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,60,5,24,32,21,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,775,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32032,4,3,-1,'Merciless Gladiator\'s Ringmail Leggings',46022,4,36864,0,1,0,0,7,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,58,5,29,32,25,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,835,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32033,4,3,-1,'Merciless Gladiator\'s Ringmail Spaulders',46023,4,36864,0,1,0,0,3,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,20,32,18,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,715,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,18034,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32034,4,1,-1,'Merciless Gladiator\'s Satin Gloves',46029,4,36864,0,1,0,0,10,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,19,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(32035,4,1,-1,'Merciless Gladiator\'s Satin Hood',46188,4,36864,0,1,0,0,1,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,66,5,16,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(32036,4,1,-1,'Merciless Gladiator\'s Satin Leggings',46032,4,36864,0,1,0,0,7,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,66,5,27,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(32037,4,1,-1,'Merciless Gladiator\'s Satin Mantle',46033,4,36864,0,1,0,0,3,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,43,5,19,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(32038,4,1,-1,'Merciless Gladiator\'s Satin Robe',46035,4,36864,0,1,0,0,20,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,57,5,24,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(32039,4,4,-1,'Merciless Gladiator\'s Scaled Chestpiece',46009,4,36864,0,1,0,0,5,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,54,5,27,32,24,4,45,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1704,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,165,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32040,4,4,-1,'Merciless Gladiator\'s Scaled Gauntlets',46010,4,36864,0,1,0,0,10,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,39,5,19,32,17,4,41,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32041,4,4,-1,'Merciless Gladiator\'s Scaled Helm',46224,4,36864,0,1,0,0,1,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,54,5,26,32,18,4,51,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1385,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32042,4,4,-1,'Merciless Gladiator\'s Scaled Legguards',46008,4,36864,0,1,0,0,7,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,60,5,23,32,23,4,53,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1491,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32043,4,4,-1,'Merciless Gladiator\'s Scaled Shoulders',46012,4,36864,0,1,0,0,3,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,39,5,18,32,18,4,36,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32044,2,15,-1,'Merciless Gladiator\'s Shanker',42380,4,36864,0,1,0,0,13,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,211,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32045,4,6,-1,'Merciless Gladiator\'s Shield Wall',42376,4,36864,0,1,0,0,14,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,2,7,48,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5727,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,152,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32046,2,15,-1,'Merciless Gladiator\'s Shiv',42380,4,36864,0,1,0,0,22,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,178,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32047,4,1,-1,'Merciless Gladiator\'s Silk Amice',45953,4,36864,0,1,0,0,3,128,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,46,5,15,35,23,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32048,4,1,-1,'Merciless Gladiator\'s Silk Cowl',45954,4,36864,0,1,0,0,1,128,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,52,5,26,32,20,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32049,4,1,-1,'Merciless Gladiator\'s Silk Handguards',45955,4,36864,0,1,0,0,10,128,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,46,5,20,32,19,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,33066,1,0,0,-1,0,-1,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32050,4,1,-1,'Merciless Gladiator\'s Silk Raiment',45956,4,36864,0,1,0,0,20,128,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,57,5,21,32,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,100,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32051,4,1,-1,'Merciless Gladiator\'s Silk Trousers',45957,4,36864,0,1,0,0,7,128,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,52,5,36,32,29,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32052,2,7,-1,'Merciless Gladiator\'s Slicer',42379,4,36864,0,1,0,0,13,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,305,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32053,2,15,-1,'Merciless Gladiator\'s Spellblade',67267,4,36864,0,1,0,0,21,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,5,18,35,18,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,113,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,42122,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,-56.3,0,0,0,'',0,0,0,0,0,12340),(32054,2,16,-1,'Merciless Gladiator\'s War Edge',38679,4,4231168,0,1,0,0,25,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,21,32,16,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,198,0,0,0,0,0,0,0,0,0,0,0,1300,0,100,9335,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32055,2,10,-1,'Merciless Gladiator\'s War Staff',41557,4,36864,0,1,0,0,17,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,5,7,55,31,24,32,42,35,29,5,42,0,0,0,0,0,0,0,0,0,0,0,0,90,192,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,42122,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-56.3,0,0,0,'',0,0,0,0,0,12340),(32056,4,2,-1,'Merciless Gladiator\'s Wyrmhide Gloves',45993,4,36864,0,1,0,0,10,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,21,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32057,4,2,-1,'Merciless Gladiator\'s Wyrmhide Helm',45998,4,36864,0,1,0,0,1,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,51,5,26,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32058,4,2,-1,'Merciless Gladiator\'s Wyrmhide Legguards',47129,4,36864,0,1,0,0,7,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,51,5,31,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,431,0,0,0,0,0,0,0,0,0,23732,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(32059,4,2,-1,'Merciless Gladiator\'s Wyrmhide Spaulders',45996,4,36864,0,1,0,0,3,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,17,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32060,4,2,-1,'Merciless Gladiator\'s Wyrmhide Tunic',45997,4,36864,0,1,0,0,5,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,24,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,120,0,0,0,0,2,0,2,0,4,0,2856,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32061,12,0,0,'Evidence from Alpha',33941,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A collection of clues and items gathered from Stasis Chamber Alpha.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32062,0,2,-1,'Elixir of Major Fortitude',44795,1,0,0,1,5000,1250,0,-1,-1,61,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39625,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32063,0,2,-1,'Earthen Elixir',44794,1,0,0,1,6000,1500,0,-1,-1,63,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39626,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32064,15,0,0,'Protectorate Treasure Cache',44685,2,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,10000,10000,0,12340),(32067,0,2,-1,'Elixir of Draenic Wisdom',44796,1,0,0,1,6000,1500,0,-1,-1,64,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39627,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32068,0,2,-1,'Elixir of Ironskin',44797,1,0,0,1,6000,1500,0,-1,-1,66,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39628,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32069,13,0,-1,'Mana-Tombs Stasis Chamber Key',41387,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39640,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32070,9,6,-1,'Recipe: Earthen Elixir',1102,1,64,0,1,40000,10000,0,32767,-1,64,0,171,320,0,0,0,942,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39637,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Earthen Elixir.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32071,9,6,-1,'Recipe: Elixir of Ironskin',1102,1,4160,0,1,0,0,0,32767,-1,66,0,171,330,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39639,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Elixir of Ironskin.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32072,4,4,-1,'Gauntlets of Dissension',44697,4,0,0,1,191433,38286,10,262143,32767,110,70,0,0,0,0,0,0,0,0,1,0,4,4,24,3,23,7,36,12,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,868,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32073,4,4,-1,'Spaulders of Dementia',44698,4,0,0,1,286066,57213,3,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,4,25,3,24,7,34,12,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1042,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32074,12,0,0,'Relics of Aviana',12334,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32076,4,3,-1,'Handguards of the Steady',34516,4,0,0,1,165637,33127,10,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,3,29,5,21,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,486,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32077,4,3,-1,'Wrath Infused Gauntlets',42547,4,0,0,1,166262,33252,10,262143,32767,110,70,0,0,0,0,0,0,0,0,1,0,2,5,28,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,486,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32078,4,3,-1,'Pauldrons of Wild Magic',44699,4,0,0,1,251444,50288,3,262143,32767,110,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,28,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32079,13,0,-1,'Shaffar\'s Stasis Chamber Key',41387,2,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39677,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32080,4,2,-1,'Mantle of Shadowy Embrace',44700,4,0,0,1,210152,42030,3,262143,32767,110,70,0,0,0,0,0,0,0,0,1,0,2,3,39,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32081,4,0,-1,'Eye of the Stalker',44703,4,0,0,1,790112,197528,11,262143,32767,110,70,0,0,0,0,0,0,0,1,1,0,1,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32082,4,6,-1,'The Fel Barrier',44710,4,0,0,1,370882,74176,14,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4668,0,22,0,0,22,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,115,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32083,4,4,-1,'Faceguard of Determination',44711,4,4096,0,1,0,0,1,1535,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,15,24,7,36,12,32,13,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,8,0,1,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32084,4,4,-1,'Helmet of the Steadfast Champion',45803,4,4096,0,1,0,0,1,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,7,36,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32085,4,3,-1,'Warpstalker Helm',43013,4,4096,0,1,0,0,1,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,3,24,7,36,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,1,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32086,4,3,-1,'Storm Master\'s Helmet',34217,4,4096,0,1,0,0,1,262143,32767,110,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,32,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,2864,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32087,4,2,-1,'Mask of the Deceiver',44904,4,4096,0,1,0,0,1,32767,32767,110,70,0,0,0,0,0,0,0,0,1,0,3,3,32,7,36,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,4,0,1,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32088,4,2,-1,'Cowl of Beastly Rage',47180,4,4096,0,1,0,0,1,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,4,29,3,30,7,27,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,4,0,1,0,0,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32089,4,1,-1,'Mana-Binders Cowl',38932,4,4096,0,1,0,0,1,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,3,7,38,5,29,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,4,0,1,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32090,4,1,-1,'Cowl of Naaru Blessings',38932,4,4096,0,1,0,0,1,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,3,7,28,5,29,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,8,0,1,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32092,13,0,-1,'The Eye of Haramad',44722,3,32832,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39677,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A skeleton key that will open Nexus-Prince Shaffar\'s personal stasis chamber.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32193,3,0,-1,'Bold Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,541,-1,0,0,0,0,'',0,0,0,0,0,12340),(32194,3,0,-1,'Delicate Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,542,-1,0,0,0,0,'',0,0,0,0,0,12340),(32195,3,0,-1,'Teardrop Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,543,-1,0,0,0,0,'',0,0,0,0,0,12340),(32196,3,0,-1,'Runed Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,544,-1,0,0,0,0,'',0,0,0,0,0,12340),(32197,3,0,-1,'Bright Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,545,-1,0,0,0,0,'',0,0,0,0,0,12340),(32198,3,0,-1,'Subtle Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,546,-1,0,0,0,0,'',0,0,0,0,0,12340),(32200,3,1,-1,'Solid Empyrean Sapphire',44930,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,548,-1,0,0,0,0,'',0,0,0,0,0,12340),(32201,3,1,-1,'Sparkling Empyrean Sapphire',44930,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,549,-1,0,0,0,0,'',0,0,0,0,0,12340),(32202,3,1,-1,'Lustrous Empyrean Sapphire',44930,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,550,-1,0,0,0,0,'',0,0,0,0,0,12340),(32203,3,1,-1,'Stormy Empyrean Sapphire',44930,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,551,-1,0,0,0,0,'',0,0,0,0,0,12340),(32204,3,2,-1,'Brilliant Lionseye',44926,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,552,-1,0,0,0,0,'',0,0,0,0,0,12340),(32205,3,2,-1,'Smooth Lionseye',44926,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,553,-1,0,0,0,0,'',0,0,0,0,0,12340),(32206,3,2,-1,'Rigid Lionseye',44926,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,554,-1,0,0,0,0,'',0,0,0,0,0,12340),(32207,3,2,-1,'Gleaming Lionseye',44926,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,555,-1,0,0,0,0,'',0,0,0,0,0,12340),(32208,3,2,-1,'Thick Lionseye',44926,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,556,-1,0,0,0,0,'',0,0,0,0,0,12340),(32209,3,2,-1,'Mystic Lionseye',44926,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,557,-1,0,0,0,0,'',0,0,0,0,0,12340),(32210,3,2,-1,'Great Lionseye',44926,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,558,-1,0,0,0,0,'',0,0,0,0,0,12340),(32211,3,3,-1,'Sovereign Shadowsong Amethyst',44924,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,559,-1,0,0,0,0,'',0,0,0,0,0,12340),(32212,3,3,-1,'Shifting Shadowsong Amethyst',44924,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,560,-1,0,0,0,0,'',0,0,0,0,0,12340),(32213,3,3,-1,'Balanced Shadowsong Amethyst',44924,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,561,-1,0,0,0,0,'',0,0,0,0,0,12340),(32214,3,3,-1,'Infused Shadowsong Amethyst',44924,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,562,-1,0,0,0,0,'',0,0,0,0,0,12340),(32215,3,3,-1,'Glowing Shadowsong Amethyst',44924,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,563,-1,0,0,0,0,'',0,0,0,0,0,12340),(32216,3,3,-1,'Royal Shadowsong Amethyst',44924,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,564,-1,0,0,0,0,'',0,0,0,0,0,12340),(32217,3,5,-1,'Inscribed Pyrestone',44927,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,565,-1,0,0,0,0,'',0,0,0,0,0,12340),(32218,3,5,-1,'Potent Pyrestone',44927,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,566,-1,0,0,0,0,'',0,0,0,0,0,12340),(32219,3,5,-1,'Luminous Pyrestone',44927,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,567,-1,0,0,0,0,'',0,0,0,0,0,12340),(32220,3,5,-1,'Glinting Pyrestone',44927,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,568,-1,0,0,0,0,'',0,0,0,0,0,12340),(32222,3,5,-1,'Wicked Pyrestone',44927,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,570,-1,0,0,0,0,'',0,0,0,0,0,12340),(32223,3,4,-1,'Enduring Seaspray Emerald',44921,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,571,-1,0,0,0,0,'',0,0,0,0,0,12340),(32224,3,4,-1,'Radiant Seaspray Emerald',44921,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,572,-1,0,0,0,0,'',0,0,0,0,0,12340),(32225,3,4,-1,'Dazzling Seaspray Emerald',44921,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,573,-1,0,0,0,0,'',0,0,0,0,0,12340),(32226,3,4,-1,'Jagged Seaspray Emerald',44921,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,574,-1,0,0,0,0,'',0,0,0,0,0,12340),(32227,3,0,-1,'Crimson Spinel',44919,4,0,0,1,0,50000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32228,3,1,-1,'Empyrean Sapphire',44929,4,0,0,1,0,50000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32229,3,2,-1,'Lionseye',44925,4,0,0,1,0,50000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32230,3,3,-1,'Shadowsong Amethyst',44923,4,0,0,1,0,50000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32231,3,5,-1,'Pyrestone',44928,4,0,0,1,0,50000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32232,4,4,-1,'Eternium Shell Bracers',45289,4,0,0,1,253195,50639,9,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,52,12,17,13,18,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32234,4,3,-1,'Fists of Mukoa',45712,4,0,0,1,217339,43467,10,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,3,25,36,37,7,24,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,617,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32236,2,0,-1,'Rising Tide',44959,4,0,0,1,729697,145939,13,-1,-1,141,70,0,0,0,0,0,0,0,1,1,0,2,31,21,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,313,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32237,2,15,-1,'The Maelstrom\'s Fury',45294,4,0,0,1,732313,146462,21,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,21,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,129,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42111,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,-59,0,0,0,'',67,0,0,0,0,12340),(32238,4,0,-1,'Ring of Calming Waves',39123,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,19,32,24,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32239,4,1,-1,'Slippers of the Seacaller',45732,4,4096,0,1,221242,44248,8,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,18,32,29,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32240,4,2,-1,'Guise of the Tidal Lurker',45721,4,0,0,1,277534,55506,1,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,2,7,39,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,42089,1,0,0,-1,0,-1,21644,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32241,4,3,-1,'Helm of Soothing Currents',45764,4,0,0,1,302371,60474,1,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,2,7,40,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,803,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,8,0,1,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32242,4,3,-1,'Boots of Oceanic Fury',45278,4,0,0,1,313333,62666,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,5,36,7,28,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,679,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32243,4,4,-1,'Pearl Inlaid Boots',45332,4,0,0,1,364616,72923,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,27,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1213,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32244,12,0,0,'Seer\'s Stone',24675,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39750,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A plain-looking stone imbued with powerful magic.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32245,4,4,-1,'Tide-stomper\'s Greaves',45349,4,0,0,1,367357,73471,8,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,56,13,29,12,19,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1213,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,2,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32247,4,0,-1,'Ring of Captured Storms',39129,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,2,32,29,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32248,2,6,-1,'Halberd of Desolation',45318,4,0,0,1,886051,177210,17,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,51,7,57,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,548,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32249,3,4,-1,'Seaspray Emerald',44922,4,0,0,1,0,50000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32250,4,4,-1,'Pauldrons of Abyssal Fury',45760,4,4096,0,1,374137,74827,3,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,72,12,28,13,24,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1324,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32251,4,3,-1,'Wraps of Precise Flight',45358,4,0,0,1,214985,42997,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,3,18,7,28,5,20,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32252,4,2,-1,'Nether Shadow Tunic',45327,4,0,0,1,359617,71923,5,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,3,36,7,52,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32253,2,18,-1,'Legionkiller',45491,4,0,0,1,541334,108266,26,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,3,21,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,342,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32254,2,0,-1,'The Brutalizer',44960,4,0,0,1,724395,144879,13,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,33,12,22,37,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,193,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32255,4,6,-1,'Felstone Bulwark',44869,4,0,0,1,465287,93057,14,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,21,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5930,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,160,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32256,4,1,-1,'Waistwrap of Infinity',45356,4,0,0,1,145925,29185,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,22,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,23732,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32257,4,8,-1,'Idol of the White Stag',45315,4,0,0,1,219651,43930,28,32767,-1,141,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32258,4,3,-1,'Naturalist\'s Preserving Cinch',45765,4,0,0,1,204825,40965,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,29,5,30,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32259,4,3,-1,'Bands of the Coming Storm',45762,4,0,0,1,205610,41122,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,32,21,7,28,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32260,4,0,-1,'Choker of Endless Nightmares',39214,4,0,0,1,353421,88355,2,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,32,27,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32261,4,0,-1,'Band of the Abyssal Lord',44357,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,53,12,27,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32262,2,4,-1,'Syphon of the Nathrezim',45345,4,0,0,1,693145,138629,13,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,14056,1,0,0,-1,0,-1,40291,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32263,4,4,-1,'Praetorian\'s Legguards',45334,4,4096,0,1,487033,97406,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,5,7,75,14,29,13,28,31,18,4,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1544,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,4,0,4,0,2,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32264,4,3,-1,'Shoulders of the Hidden Predator',45731,4,0,0,1,315634,63126,3,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,38,7,37,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,741,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32265,4,2,-1,'Shadow-walker\'s Cord',45730,4,0,0,1,175230,35046,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,27,7,38,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32266,4,0,-1,'Ring of Deceitful Intent',44358,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,3,21,31,19,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32267,4,4,-1,'Boots of the Resilient',45918,4,4096,0,1,338493,67698,8,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,51,12,17,4,25,15,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32268,4,4,-1,'Myrmidon\'s Treads',45324,4,0,0,1,371358,74271,8,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,5,7,56,12,30,31,17,13,17,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1213,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,2,0,0,0,2876,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32269,2,15,-1,'Messenger of Fate',47605,4,0,0,1,711315,142263,13,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,3,22,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,169,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32270,4,1,-1,'Focused Mana Bindings',45292,4,0,0,1,142786,28557,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,20,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32271,4,2,-1,'Kilt of Immortal Nature',45724,4,4096,0,1,358273,71654,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,2,7,40,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,8,0,4,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32273,4,1,-1,'Amice of Brilliant Light',45704,4,0,0,1,216512,43302,3,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,38,5,27,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32274,9,10,-1,'Design: Bold Crimson Spinel',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39705,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bold Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32275,4,3,-1,'Spiritwalker Gauntlets',45670,4,0,0,1,202471,40494,10,32767,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,38,5,27,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,617,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32276,4,3,-1,'Flashfire Girdle',45763,4,0,0,1,203235,40647,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,36,37,7,27,5,26,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32277,9,10,-1,'Design: Delicate Crimson Spinel',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39706,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Delicate Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32278,4,4,-1,'Grips of Silent Justice',46487,4,0,0,1,240304,48060,10,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,4,40,7,37,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1103,0,0,0,0,0,0,0,0,0,42095,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,2,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32279,4,4,-1,'The Seeker\'s Wristguards',45347,4,0,0,1,241200,48240,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,43,15,19,12,21,4,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32280,4,4,-1,'Gauntlets of Enforcement',45715,4,4096,0,1,242120,48424,10,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,70,12,21,37,21,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1103,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,42104,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32281,9,10,-1,'Design: Teardrop Crimson Spinel',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39710,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Teardrop Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32282,9,10,-1,'Design: Runed Crimson Spinel',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39711,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Runed Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32283,9,10,-1,'Design: Bright Crimson Spinel',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39712,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bright Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32284,9,10,-1,'Design: Subtle Crimson Spinel',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39713,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Subtle Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32286,9,10,-1,'Design: Solid Empyrean Sapphire',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39715,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Solid Empyrean Sapphire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32287,9,10,-1,'Design: Sparkling Empyrean Sapphire',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39716,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Sparkling Empyrean Sapphire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32288,9,10,-1,'Design: Lustrous Empyrean Sapphire',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39717,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Lustrous Empyrean Sapphire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32290,9,10,-1,'Design: Brilliant Lionseye',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39719,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Brilliant Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32291,9,10,-1,'Design: Smooth Lionseye',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39720,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Smooth Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32293,9,10,-1,'Design: Gleaming Lionseye',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39722,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Gleaming Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32294,9,10,-1,'Design: Thick Lionseye',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39723,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Thick Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32296,9,10,-1,'Design: Great Lionseye',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39725,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Great Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32298,9,10,-1,'Design: Shifting Shadowsong Amethyst',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39728,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Shifting Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32299,9,10,-1,'Design: Balanced Shadowsong Amethyst',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39729,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Balanced Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32300,9,10,-1,'Design: Infused Shadowsong Amethyst',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39730,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Infused Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32301,9,10,-1,'Design: Glowing Shadowsong Amethyst',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39731,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Glowing Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32302,9,10,-1,'Design: Royal Shadowsong Amethyst',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39732,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Royal Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32304,9,10,-1,'Design: Potent Pyrestone',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39734,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Potent Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32305,9,10,-1,'Design: Luminous Pyrestone',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39735,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Luminous Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32306,9,10,-1,'Design: Glinting Pyrestone',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39736,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Glinting Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32308,9,10,-1,'Design: Wicked Pyrestone',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39738,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Wicked Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32309,9,10,-1,'Design: Enduring Seaspray Emerald',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39739,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Enduring Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32310,9,10,-1,'Design: Radiant Seaspray Emerald',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39740,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Radiant Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32311,9,10,-1,'Design: Dazzling Seaspray Emerald',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39741,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Dazzling Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32312,9,10,-1,'Design: Jagged Seaspray Emerald',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39742,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Jagged Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32313,12,0,0,'Raven Stone',41350,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A fragment of the stone Book of the Raven.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32314,15,5,-1,'Green Riding Nether Ray',44739,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,1031,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39798,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32315,12,0,0,'Cenarion Sparrowhawk Whistle',12997,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39793,0,0,0,45000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32316,15,5,-1,'Purple Riding Nether Ray',44739,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,1031,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39801,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32317,15,5,-1,'Red Riding Nether Ray',44739,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,1031,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39800,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32318,15,5,-1,'Silver Riding Nether Ray',44739,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,1031,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39802,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32319,15,5,-1,'Blue Riding Nether Ray',44739,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,1031,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39803,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32320,12,0,0,'Captive Sparrowhawk',44756,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A netted wild sparrowhawk from the hills of Nagrand.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32321,12,0,-1,'Sparrowhawk Net',3673,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39810,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32323,4,1,-1,'Shadowmoon Destroyer\'s Drape',45886,4,0,0,1,214264,42852,16,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,32,24,31,17,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32324,4,2,-1,'Insidious Bands',47436,4,0,0,1,179207,35841,9,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,28,7,28,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32325,2,3,-1,'Rifle of the Stoic Guardian',44962,4,0,0,1,539531,107906,26,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,31,13,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,224,0,0,0,0,0,0,0,0,0,0,0,1900,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32326,2,16,-1,'Twisted Blades of Zarak',45738,4,4198400,0,1,145472,36368,25,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,32,16,3,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,219,0,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32327,4,1,-1,'Robe of the Shadow Council',45335,4,0,0,1,289843,57968,20,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,37,5,36,32,28,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,42108,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32328,4,2,-1,'Botanist\'s Gloves of Growth',45707,4,0,0,1,181788,36357,10,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,21,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32329,4,1,-1,'Cowl of Benevolence',47433,4,0,0,1,218930,43786,1,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,27,6,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32330,4,9,-1,'Totem of Ancestral Guidance',43430,4,0,0,1,219715,43943,28,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32331,4,1,-1,'Cloak of the Illidari Council',45885,4,0,0,1,220500,44100,16,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,16,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32332,2,5,-1,'Torch of the Damned',45350,4,0,0,1,921932,184386,17,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,4,51,7,45,32,38,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,396,595,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32333,4,4,-1,'Girdle of Stability',45299,4,0,0,1,260536,52107,6,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,56,12,19,13,18,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,35075,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32334,4,3,-1,'Vest of Mounting Assault',45355,4,0,0,1,403203,80640,5,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,58,7,27,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32335,4,0,-1,'Unstoppable Aggressor\'s Ring',44841,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,4,36,32,30,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32336,2,2,-1,'Black Bow of the Betrayer',45485,4,0,0,1,541167,108233,15,-1,-1,151,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,374,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,46939,1,0,0,-1,0,-1,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32337,4,1,-1,'Shroud of Forgiveness',46490,4,0,0,1,203935,40787,16,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,19,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32338,4,1,-1,'Blood-cursed Shoulderpads',45705,4,0,0,1,204719,40943,3,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,19,31,18,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32339,4,2,-1,'Belt of Primal Majesty',45264,4,0,0,1,175937,35187,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,29,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32340,4,1,-1,'Garments of Temperance',45714,4,4096,0,1,282518,56503,20,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,2,7,51,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32341,4,4,-1,'Leggings of Divine Retribution',46488,4,4096,0,1,496238,99247,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,4,51,7,51,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1544,0,0,0,0,0,0,0,0,0,42157,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32342,4,4,-1,'Girdle of Mighty Resolve',45298,4,0,0,1,250457,50091,6,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,56,12,26,15,25,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,35075,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,8,0,0,0,2876,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32343,2,19,-1,'Wand of Prismatic Focus',45357,4,0,0,1,535554,107110,26,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,21,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,360,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32344,2,10,-1,'Staff of Immaculate Recovery',47434,4,0,0,1,895861,179172,17,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,73,5,51,6,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,312,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,42110,1,0,0,-1,0,-1,21641,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,-59,0,0,0,'',67,0,0,0,0,12340),(32345,4,4,-1,'Dreadboots of the Legion',45287,4,0,0,1,376915,75383,8,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,4,38,7,40,32,30,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1213,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,4,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32346,4,3,-1,'Boneweave Girdle',45277,4,0,0,1,216576,43315,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,3,38,32,24,31,17,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32347,4,2,-1,'Grips of Damnation',45718,4,0,0,1,181116,36223,10,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,27,7,38,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32348,2,1,-1,'Soul Cleaver',45492,4,0,0,1,908852,181770,17,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,63,4,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,579,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,1,0,0,-1,0,-1,42109,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32349,4,0,-1,'Translucent Spellthread Necklace',45351,4,0,0,1,353421,88355,2,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,31,15,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32350,4,0,-1,'Touch of Inspiration',41453,4,0,0,1,1015299,203059,23,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,24,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32351,4,2,-1,'Elunite Empowered Bracers',45288,4,0,0,1,183714,36742,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,22,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32352,4,2,-1,'Naturewarden\'s Treads',45326,4,0,0,1,276553,55310,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,18,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32353,4,1,-1,'Gloves of Unfailing Faith',45716,4,0,0,1,148018,29603,10,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,2,7,25,5,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,8,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32354,4,4,-1,'Crown of Empowered Fate',45843,4,0,0,1,352094,70418,1,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,27,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1434,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,2864,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32355,12,0,0,'Essence of the Eagle',44771,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32356,12,0,0,'Essence of the Hawk',44770,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32357,12,0,0,'Essence of the Falcon',44772,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32358,12,0,-1,'Vim\'gol\'s Vile Grimoire',1246,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It veritably seethes with malevolence.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32359,12,0,0,'Arthorn\'s Package',34778,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32361,4,0,-1,'Blind-Seers Icon',45275,4,0,0,1,1015299,203059,23,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,25,31,24,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32362,4,0,-1,'Pendant of Titans',4841,4,0,0,1,345774,86443,2,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,43,12,21,13,25,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32363,2,19,-1,'Naaru-Blessed Life Rod',41668,4,0,0,1,535501,107100,26,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,5,12,7,12,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,360,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,18030,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32364,12,0,0,'Southfury Moonstone',12310,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32365,4,4,-1,'Heartshatter Breastplate',45311,4,0,0,1,503464,100692,5,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,4,63,7,45,32,44,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1765,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32366,4,2,-1,'Shadowmaster\'s Boots',45729,4,0,0,1,270667,54133,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,30,7,38,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,4,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32367,4,1,-1,'Leggings of Devastation',45319,4,0,0,1,289758,57951,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,42,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,26158,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32368,4,7,-1,'Tome of the Lightbringer',34960,4,4096,0,1,218103,43620,28,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32369,2,7,7,'Blade of Savagery',47226,4,0,0,1,729627,145925,13,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,32,22,31,15,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,183,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32370,4,0,-1,'Nadina\'s Pendant of Purity',39212,4,0,0,1,411111,102777,2,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,16,5,14,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32373,4,4,-1,'Helm of the Illidari Shatterer',45722,4,0,0,1,360504,72100,1,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,4,51,32,42,7,29,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1434,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32374,2,10,-1,'Zhar\'doom, Greatstaff of the Devourer',45161,4,0,0,1,919743,183948,17,-1,-1,151,70,0,0,0,0,0,0,0,0,1,0,4,7,70,5,47,32,36,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,323,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,42062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,-64.8,0,0,0,'',67,0,0,0,0,12340),(32375,4,6,-1,'Bulwark of Azzinoth',45653,4,0,0,1,472692,94538,14,-1,-1,151,70,0,0,0,0,0,0,0,0,1,0,3,7,40,12,26,4,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6336,0,0,0,0,0,0,0,0,0,40407,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,174,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32376,4,3,-1,'Forest Prowler\'s Helm',45713,4,0,0,1,313092,62618,1,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,3,42,7,29,5,28,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,803,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,1,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32377,4,2,-1,'Mantle of Darkness',45816,4,0,0,1,261865,52373,3,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,34,32,33,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,29524,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32378,2,16,-1,'Silver Star',20772,2,4194304,0,1,37,9,25,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,77,0,0,0,0,0,0,0,0,0,0,0,2300,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340),(32379,12,0,-1,'Grulloc\'s Dragon Skull',44783,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This polished trophy is huge!',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32380,12,0,-1,'Maggoc\'s Treasure Chest',12331,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Darn, it\'s empty.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32381,9,3,-1,'Schematic: Fused Wiring',1301,1,64,0,1,16000,4000,0,-1,-1,55,0,202,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39895,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Fused Wiring.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32382,12,0,-1,'Slaag\'s Standard',19562,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Torn and dirty, it smells as bad as Slaag.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32383,12,0,-1,'Skulloc\'s Soul',44798,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'EVIL!',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32385,15,0,0,'Magtheridon\'s Head',7188,4,0,2,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'All that remains of the hellspawn, Magtheridon.',0,0,0,11002,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32387,4,8,-1,'Idol of the Raven Goddess',45754,3,0,0,1,125484,25096,28,32767,-1,115,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62106,1,0,0,-1,0,-1,62107,1,0,0,-1,0,-1,62111,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32388,12,0,-1,'Shadow Dust',2480,1,0,0,1,585,146,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Used to create an Elixir of Shadows.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32389,4,1,-1,'Soulguard Leggings',42917,4,0,0,1,251440,50288,7,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,72,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32390,4,1,-1,'Soulguard Girdle',44824,4,0,0,1,126205,25241,6,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,54,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32391,4,1,-1,'Soulguard Slippers',45787,4,0,0,1,190037,38007,8,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,54,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32392,4,1,-1,'Soulguard Bracers',44826,4,0,0,1,127163,25432,9,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,40,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32393,4,2,-1,'Redeemed Soul Cinch',44829,4,0,0,1,159561,31912,6,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,54,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32394,4,2,-1,'Redeemed Soul Moccasins',44830,4,0,0,1,240252,48050,8,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,0,0,0,0,54,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32395,4,2,-1,'Redeemed Soul Wristguards',44831,4,0,0,1,160775,32155,9,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,0,40,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32396,4,2,-1,'Redeemed Soul Legguards',44828,4,0,0,1,322731,64546,7,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,359,0,0,0,0,72,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32397,4,3,-1,'Waistguard of Shackled Souls',44836,4,0,0,1,194366,38873,6,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,0,0,0,0,54,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32398,4,3,-1,'Boots of Shackled Souls',45786,4,0,0,1,293943,58788,8,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,628,0,0,0,0,54,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32399,4,3,-1,'Bracers of Shackled Souls',44835,4,0,0,1,195823,39164,9,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,40,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32400,4,3,-1,'Greaves of Shackled Souls',44833,4,0,0,1,393063,78612,7,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,799,0,0,0,0,72,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32401,4,4,-1,'Shadesteel Girdle',27429,4,0,0,1,231451,46290,6,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,918,0,0,0,0,54,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32402,4,4,-1,'Shadesteel Sabots',45785,4,0,0,1,345819,69163,8,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1122,0,0,0,0,54,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32403,4,4,-1,'Shadesteel Bracers',44839,4,0,0,1,239279,47855,9,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,714,0,0,0,0,40,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32404,4,4,-1,'Shadesteel Greaves',44837,4,0,0,1,477493,95498,7,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1428,0,0,0,0,72,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32405,15,0,0,'Verdant Sphere',26571,4,0,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A magical sphere belonging to the lord of the blood elves.',0,0,0,11007,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32406,0,0,-1,'Skyguard Blasting Charges',45135,1,8388672,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39844,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32408,0,0,-1,'Naj\'entus Spine',44843,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39948,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32409,3,6,-1,'Relentless Earthstorm Diamond',39203,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,581,-1,0,0,0,0,'',0,0,0,0,0,12340),(32410,3,6,-1,'Thundering Skyfire Diamond',39205,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,582,-1,0,0,0,0,'',0,0,0,0,0,12340),(32411,9,10,-1,'Design: Thundering Skyfire Diamond',6270,3,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39963,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Thundering Skyfire Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32412,9,10,-1,'Design: Relentless Earthstorm Diamond',6270,3,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,933,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39961,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Relentless Earthstorm Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32413,7,2,-1,'Frost Grenade',52741,1,64,0,1,10000,2500,0,-1,-1,65,0,202,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39965,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32420,4,1,-1,'Night\'s End',45480,4,0,0,1,201727,40345,16,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,40,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32423,7,1,-1,'Icy Blasting Primers',36527,1,0,0,1,8000,2000,0,-1,-1,68,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32427,15,0,0,'Netherwing Crystal',33296,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32428,7,11,-1,'Heart of Darkness',44851,3,0,0,1,80000,20000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32429,9,1,-1,'Pattern: Boots of Shackled Souls',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,165,375,0,0,0,1012,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39997,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Boots of Shackled Souls.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32430,9,1,-1,'Pattern: Bracers of Shackled Souls',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,165,375,0,0,0,1012,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,52733,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Bracers of Shackled Souls.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32431,9,1,-1,'Pattern: Greaves of Shackled Souls',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,165,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40001,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Greaves of Shackled Souls.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32432,9,1,-1,'Pattern: Waistguard of Shackled Souls',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,165,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40002,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Waistguard of Shackled Souls.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32433,9,1,-1,'Pattern: Redeemed Soul Moccasins',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,165,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40003,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Redeemed Soul Moccasins.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32434,9,1,-1,'Pattern: Redeemed Soul Wristguards',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,165,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40004,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Redeemed Soul Wristguards.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32435,9,1,-1,'Pattern: Redeemed Soul Legguards',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,165,375,0,0,0,1012,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40005,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Redeemed Soul Legguards.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32436,9,1,-1,'Pattern: Redeemed Soul Cinch',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,165,375,0,0,0,1012,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40006,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Redeemed Soul Cinch.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32437,9,2,-1,'Pattern: Soulguard Slippers',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,197,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40020,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Soulguard Slippers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32438,9,2,-1,'Pattern: Soulguard Bracers',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,197,375,0,0,0,1012,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40021,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Soulguard Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32439,9,2,-1,'Pattern: Soulguard Leggings',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,197,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40023,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Soulguard Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32440,9,2,-1,'Pattern: Soulguard Girdle',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,197,375,0,0,0,1012,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40024,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Soulguard Girdle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32441,9,4,-1,'Plans: Shadesteel Sabots',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,164,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40033,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Shadesteel Sabots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32442,9,4,-1,'Plans: Shadesteel Bracers',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,164,375,0,0,0,1012,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40034,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Shadesteel Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32443,9,4,-1,'Plans: Shadesteel Greaves',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,164,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40035,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Shadesteel Greaves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32444,9,4,-1,'Plans: Shadesteel Girdle',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,164,375,0,0,0,1012,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40036,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Shadesteel Girdle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32445,4,0,-1,'Skyguard Tabard',44852,1,0,0,1,10000,2500,19,-1,-1,20,70,0,0,0,0,0,1031,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32446,12,0,-1,'Elixir of Shadows',9731,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37678,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32447,9,2,-1,'Pattern: Night\'s End',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,197,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40060,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Night\'s End.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32449,12,0,0,'Essence-Infused Moonstone',24730,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40098,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32450,2,4,-1,'Gladiator\'s Gavel',44858,4,36864,0,1,0,0,21,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,110,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,41973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-49.8,0,0,0,'',0,0,0,0,0,12340),(32451,2,4,-1,'Gladiator\'s Salvation',44858,4,36864,0,1,0,0,21,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,110,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,42120,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-49.8,0,0,0,'',0,0,0,0,0,12340),(32452,4,0,-1,'Gladiator\'s Reprieve',39505,4,36864,0,1,0,0,23,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,14,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18029,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32453,0,5,-1,'Star\'s Tears',38430,1,2097152,4,1,10000,125,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Carefully extracted for warfare use.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32454,15,0,0,'Arthorn\'s Research',7694,1,16384,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Arthorn Windsong\'s notes from her studies of the Book of the Raven.',3002,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32455,0,5,-1,'Star\'s Lament',44861,1,2097152,4,1,1200,60,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22734,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Carefully extracted for warfare use.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32456,12,0,-1,'Skyguard Bombs',7888,1,8388672,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40160,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32458,15,5,-1,'Ashes of Al\'ar',44872,4,0,0,1,1000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,40192,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is an extremely fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32459,12,0,-1,'Time-Phased Phylactery',44889,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A strange darkness surrounds this artifact.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32461,4,4,-1,'Furious Gizmatic Goggles',45779,4,0,0,1,346027,69205,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,4,4,48,32,38,7,28,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1296,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,128,0,1,0,8,0,0,0,2874,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32462,15,0,0,'Morthis\' Materials',20709,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Contains the items you\'ll need to summon the raven god, Anzu.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32464,12,0,-1,'Nethercite Ore',36189,1,0,0,1,6000,1500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32467,12,0,-1,'Vim\'gol\'s Grimoire',1246,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40328,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32468,12,0,-1,'Netherdust Pollen',20614,1,0,0,1,4000,1000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32469,12,0,0,'Illidari Service Papers',16161,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3006,0,7,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32470,12,0,-1,'Nethermine Flayer Hide',44940,1,0,0,1,5000,1250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32471,2,15,-1,'Shard of Azzinoth',45487,4,0,0,1,746944,149388,13,-1,-1,151,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,242,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,15817,1,0,0.5,-1,0,-1,40393,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32472,4,4,-1,'Justicebringer 2000 Specs',43889,4,0,0,1,334856,66971,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,3,7,29,5,13,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1296,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,128,0,1,0,8,0,0,0,2951,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32473,4,4,-1,'Tankatronic Goggles',43886,4,0,0,1,336101,67220,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,5,7,67,12,25,31,13,13,22,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1296,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,128,0,1,0,4,0,0,0,2882,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32474,4,3,-1,'Surestrike Goggles v2.0',45783,4,0,0,1,289705,57941,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,3,7,28,31,13,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,726,0,0,0,0,0,0,0,0,0,33485,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,128,0,1,0,8,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32475,4,3,-1,'Living Replicator Specs',45780,4,0,0,1,290745,58149,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,2,7,14,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,726,0,0,0,0,0,0,0,0,0,26225,1,0,0,-1,0,-1,21631,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,128,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32476,4,3,-1,'Gadgetstorm Goggles',45778,4,0,0,1,291815,58363,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,3,7,28,31,12,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,726,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,128,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32478,4,2,-1,'Deathblow X11 Goggles',44949,4,0,0,1,244961,48992,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,3,3,48,7,28,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,128,0,1,0,8,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32479,4,2,-1,'Wonderheal XT40 Shades',45782,4,0,0,1,245828,49165,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,3,5,38,6,22,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,0,0,0,0,0,0,0,0,0,26225,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,0,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,128,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32480,4,2,-1,'Magnified Moon Specs',43886,4,0,0,1,246718,49343,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,3,7,22,5,24,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,128,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32481,4,0,-1,'Charm of Swift Flight',43430,3,524352,0,1,0,0,12,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40389,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32483,4,0,-1,'The Skull of Gul\'dan',45364,4,0,0,1,364641,91160,12,-1,-1,151,70,0,0,0,0,0,0,0,1,1,0,1,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,40396,0,0,0,120000,1141,20000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32485,4,0,-1,'Ashtongue Talisman of Valor',44974,4,32768,0,1,288156,72039,12,1,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40458,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32486,4,0,-1,'Ashtongue Talisman of Equilibrium',45849,4,32768,0,1,288156,72039,12,1024,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40442,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32487,4,0,-1,'Ashtongue Talisman of Swiftness',45853,4,32768,0,1,288156,72039,12,4,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40485,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32488,4,0,-1,'Ashtongue Talisman of Insight',45850,4,32768,0,1,288156,72039,12,128,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40482,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32489,4,0,-1,'Ashtongue Talisman of Zeal',35130,4,32768,0,1,288156,72039,12,2,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40470,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32490,4,0,-1,'Ashtongue Talisman of Acumen',45854,4,32768,0,1,288156,72039,12,16,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40438,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32491,4,0,-1,'Ashtongue Talisman of Vision',45855,4,32768,0,1,288156,72039,12,64,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40463,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32492,4,0,-1,'Ashtongue Talisman of Lethality',45851,4,32768,0,1,288156,72039,12,8,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40460,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32493,4,0,-1,'Ashtongue Talisman of Shadows',45852,4,32768,0,1,288156,72039,12,256,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40478,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32494,4,1,-1,'Destruction Holo-gogs',43891,4,0,0,1,193098,38619,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,3,5,24,7,22,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,23730,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,128,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32495,4,1,-1,'Powerheal 4000 Lens',45781,4,0,0,1,193811,38762,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,3,6,28,5,38,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,128,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32497,4,0,-1,'Stormrage Signet Ring',45362,4,0,0,1,241024,60256,11,262143,32767,151,70,0,0,0,0,0,0,0,1,1,0,2,31,30,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,40680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32500,2,4,-1,'Crystal Spire of Karabor',45365,4,0,0,1,716358,143271,21,32767,-1,151,70,0,0,0,0,0,0,0,0,1,0,2,7,22,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,131,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42059,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,40971,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-64.8,0,0,0,'',67,0,0,0,0,12340),(32501,4,0,-1,'Shadowmoon Insignia',45337,4,0,0,1,364641,91160,12,-1,-1,141,70,0,0,0,0,0,0,0,1,1,0,2,12,36,13,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,180000,0,-1,40464,0,0,0,180000,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32502,12,0,0,'Fel Gland',4045,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Dripping with fel juices.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32503,12,0,0,'Yarzill\'s Mutton',25481,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40468,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Lightly breaded. Dab a little fel gland poison on top. Serves one camp!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32505,4,0,-1,'Madness of the Betrayer',45322,4,0,0,1,364641,91160,12,-1,-1,141,70,0,0,0,0,0,0,0,1,1,0,1,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,40475,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32506,15,0,0,'Netherwing Egg',45651,2,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32508,4,0,0,'Necklace of the Deep',32395,3,0,0,1,14000,3500,2,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,2,3,21,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,2,0,0,0,2860,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32509,12,0,0,'Netherwing Relic',32547,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32510,4,3,-1,'Softstep Boots of Tracking',45733,4,0,0,1,315602,63120,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,3,27,32,26,5,29,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,679,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32512,4,4,-1,'Girdle of Lordaeron\'s Fallen',44866,4,0,0,1,247620,49524,6,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,32,5,32,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32513,4,1,-1,'Wristbands of Divine Influence',45359,4,0,0,1,141202,28240,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,5,21,7,24,6,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32514,4,0,-1,'Skettis Band',24022,3,0,0,1,42837,10709,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32515,4,4,-1,'Wristguards of Determination',42650,4,4096,0,1,229023,45804,9,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,5,7,37,12,16,15,13,13,16,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32516,4,1,-1,'Wraps of Purification',40490,4,4096,0,1,134033,26806,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,24,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32517,4,3,-1,'The Wavemender\'s Mantle',45757,4,0,0,1,332284,66456,3,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,37,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,741,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,21644,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32519,4,1,-1,'Belt of Divine Guidance',45263,4,0,0,1,148074,29614,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,35,5,24,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32520,4,0,-1,'Manaforged Sphere',45003,3,0,0,1,89857,22464,23,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32521,4,4,-1,'Faceplate of the Impenetrable',46205,4,0,0,1,376753,75350,1,-1,-1,151,70,0,0,0,0,0,0,0,0,1,0,5,7,82,12,30,13,25,15,29,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1532,0,0,0,0,0,0,0,0,0,34592,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32522,4,6,-1,'Demonic Bulwark',45006,3,0,0,1,269727,53945,14,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3806,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,204,86,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32523,12,0,-1,'Ishaal\'s Almanac',1246,1,2048,0,1,0,0,0,-1,-1,1,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,11021,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32524,4,1,-1,'Shroud of the Highborne',45476,4,0,0,1,218184,43636,16,-1,-1,151,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,23,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32525,4,1,-1,'Cowl of the Illidari High Lord',45702,4,0,0,1,219020,43804,1,262143,32767,151,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,31,31,21,32,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,0,0,0,0,23730,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32526,4,0,-1,'Band of Devastation',31616,4,0,0,1,241024,60256,11,262143,32767,151,70,0,0,0,0,0,0,0,0,1,0,2,36,31,7,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32527,4,0,-1,'Ring of Ancient Knowledge',31616,4,0,0,1,241024,60256,11,262143,32767,151,70,0,0,0,0,0,0,0,0,1,0,3,36,31,7,30,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32528,4,0,-1,'Blessed Band of Karabor',31616,4,0,0,1,241024,60256,11,262143,32767,151,70,0,0,0,0,0,0,0,0,1,0,3,36,30,7,20,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32529,4,4,-1,'Heretic\'s Gauntlets',45008,3,0,0,1,152329,30465,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,35,32,20,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32531,4,0,-1,'Gezzarak\'s Fang',9860,3,0,0,1,167814,41953,2,-1,-1,115,70,0,0,0,0,0,0,6,0,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32532,4,2,-1,'Windrager\'s Coils',45029,3,0,0,1,112312,22462,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32533,4,0,-1,'Karrog\'s Shard',45030,3,0,0,1,89857,22464,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32534,4,0,-1,'Brooch of the Immortal King',36755,3,64,0,1,265161,66290,12,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,1,12,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40538,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32535,4,0,-1,'Gift of the Talonpriests',28733,3,524288,0,1,220141,55035,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32536,2,4,-1,'Terokk\'s Gavel',45040,3,0,0,1,455716,91143,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,233,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,222,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32537,2,4,-1,'Terokk\'s Gavel',31321,3,0,0,1,457344,91468,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,126,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,34796,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,201,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(32538,4,1,-1,'Skywitch\'s Drape',45042,3,32768,0,1,137691,27538,16,-1,-1,115,70,0,0,0,0,0,1031,6,0,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,12438,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32539,4,1,-1,'Skyguard\'s Drape',45043,3,32768,0,1,138166,27633,16,-1,-1,115,70,0,0,0,0,0,1031,6,0,1,0,1,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,12438,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32540,4,1,-1,'Terokk\'s Might',45048,4,0,0,1,154043,30808,16,-1,-1,105,70,0,0,0,0,0,0,1,0,1,0,2,3,16,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32541,4,1,-1,'Terokk\'s Wisdom',45050,4,0,0,1,154643,30928,16,-1,-1,105,70,0,0,0,0,0,0,1,0,1,0,2,5,16,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32542,0,0,0,'Imp in a Ball',45058,3,32768,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40527,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32563,0,0,-1,'Grilled Picnic Treat',2474,0,0,0,1,0,0,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40543,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32564,12,0,-1,'Ishaal\'s Almanac',1246,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32566,15,0,-1,'Picnic Basket',45061,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40530,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32567,12,0,0,'Aether Ray Eye',7394,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The crystals seem to have imbued this creature\'s eye with strange properties.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32568,4,4,-1,'Swiftsteel Bracers',45404,4,0,0,1,250457,50091,9,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,4,35,7,32,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32569,15,0,0,'Apexis Shard',45306,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A slivered fragment of an Apexis Crystal.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32570,4,4,-1,'Swiftsteel Shoulders',45413,4,4096,0,1,375545,75109,3,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,4,47,7,29,36,35,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1324,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32571,4,4,-1,'Dawnsteel Bracers',45402,4,0,0,1,253195,50639,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,36,28,7,21,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32572,15,0,0,'Apexis Crystal',45305,3,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This item throbs with an undulating vibration.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32573,4,4,-1,'Dawnsteel Shoulders',45407,4,4096,0,1,379620,75924,3,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,36,38,7,31,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1324,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32574,4,3,-1,'Bindings of Lightning Reflexes',45399,4,0,0,1,218124,43624,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,3,21,7,15,5,16,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32575,4,3,-1,'Shoulders of Lightning Reflexes',45408,4,0,0,1,329823,65964,3,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,36,37,3,27,7,19,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,741,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32576,0,8,0,'Depleted Crystal Focus',6513,1,1088,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40548,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32577,4,3,-1,'Living Earth Bindings',45403,4,0,0,1,220457,44091,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,36,28,7,27,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32578,15,0,0,'Charged Crystal Focus',6334,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41237,0,-1,-1,-1,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32579,4,3,-1,'Living Earth Shoulders',45408,4,0,0,1,334521,66904,3,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,36,37,7,32,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,741,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32580,4,2,-1,'Swiftstrike Bracers',45775,4,0,0,1,172667,34533,9,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,20,36,27,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32581,4,2,-1,'Swiftstrike Shoulders',45773,4,0,0,1,259956,51991,3,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,36,38,3,29,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32582,4,2,-1,'Bracers of Renewed Life',45401,4,0,0,1,173958,34791,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,36,28,5,20,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32583,4,2,-1,'Shoulderpads of Renewed Life',45774,4,0,0,1,261918,52383,3,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,36,38,5,29,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32584,4,1,-1,'Swiftheal Wraps',45400,4,0,0,1,140198,28039,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,36,28,7,24,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32585,4,1,-1,'Swiftheal Mantle',45412,4,0,0,1,211082,42216,3,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,21,6,28,36,27,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32586,4,1,-1,'Bracers of Nimble Thought',45400,4,0,0,1,141245,28249,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,36,28,7,27,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32587,4,1,-1,'Mantle of Nimble Thought',45409,4,0,0,1,212652,42530,3,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,26,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32588,15,2,-1,'Banana Charm',45063,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,40549,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32589,4,0,-1,'Hellfire-Encased Pendant',31899,4,0,0,1,241024,60256,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,4,32,24,5,17,6,12,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32590,4,1,-1,'Nethervoid Cloak',46124,4,0,0,1,214985,42997,16,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,31,18,7,27,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32591,4,0,-1,'Choker of Serrated Blades',39210,4,0,0,1,353421,88355,2,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,1,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,42095,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32592,4,3,-1,'Chestguard of Relentless Storms',45283,4,0,0,1,433067,86613,5,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,32,46,7,36,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,0,0,0,0,0,0,0,0,0,42099,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32593,4,2,-1,'Treads of the Den Mother',45352,4,0,0,1,271648,54329,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,4,38,3,39,7,47,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32596,0,3,-1,'Unstable Flask of the Elder',15734,1,0,0,1,0,2300,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40568,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32597,0,3,-1,'Unstable Flask of the Soldier',45064,1,0,0,1,0,2300,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40575,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32598,0,3,-1,'Unstable Flask of the Beast',15736,1,0,0,1,0,2300,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40572,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32599,0,3,-1,'Unstable Flask of the Bandit',15738,1,0,0,1,0,2300,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40567,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32600,0,3,-1,'Unstable Flask of the Physician',15715,1,0,0,1,0,2300,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40573,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32601,0,3,-1,'Unstable Flask of the Sorcerer',15737,1,0,0,1,0,2300,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40576,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32602,0,0,-1,'Crystalforged Darkrune',45112,1,64,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40309,0,-1,-1,-1,24,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32606,4,4,-1,'Girdle of the Lightbearer',44866,4,0,0,1,248566,49713,6,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,4,49,36,32,7,33,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32608,4,4,-1,'Pillager\'s Gauntlets',45728,4,4096,0,1,250383,50076,10,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,4,38,36,38,31,18,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1103,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32609,4,1,-1,'Boots of the Divine Light',45706,4,0,0,1,214179,42835,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,47,5,24,6,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32616,15,0,-1,'Egbert\'s Egg',59501,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,40614,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32617,15,0,-1,'Sleepy Willy',59499,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,40613,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32619,12,0,0,'Preserved Fruit',45132,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A crate of tightly-sealed packets of dried fruit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32620,12,0,-1,'Time-Lost Scroll',7629,1,0,0,1,5000,1250,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Shadowy symbols cover the parchment and pulse with energy.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32621,12,0,0,'Partially Digested Hand',45133,1,2048,0,1,0,0,0,-1,-1,1,70,0,0,0,0,0,1015,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It\'s red and spiky. Definitely a fel orc. A document is still held tightly within its grasp.',0,0,0,11041,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32622,15,0,-1,'Elekk Training Collar',45134,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,40634,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32623,12,0,0,'Bossi\'s Spare Parts',9127,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A crate filled with an assortment of odd-looking parts with no discernable function.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32624,15,0,-1,'Large Iron Metamorphosis Geode',45143,1,4100,0,1,0,32200,0,31267,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32625,15,0,-1,'Small Iron Metamorphosis Geode',45144,1,4100,0,1,0,24150,0,31267,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32626,15,0,-1,'Large Copper Metamorphosis Geode',45143,1,4100,0,1,0,32200,0,31300,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32627,15,0,-1,'Small Copper Metamorphosis Geode',45144,1,4100,0,1,0,24150,0,31300,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32628,15,0,-1,'Large Silver Metamorphosis Geode',45143,1,4100,0,1,0,32200,0,32264,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32629,15,0,-1,'Large Gold Metamorphosis Geode',45143,1,4100,0,1,0,32200,0,31632,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32630,15,0,-1,'Small Gold Metamorphosis Geode',45144,1,4100,0,1,0,24150,0,31632,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32631,15,0,-1,'Small Silver Metamorphosis Geode',45144,1,4100,0,1,0,24150,0,32264,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32634,3,5,-1,'Unstable Amethyst',44923,3,528384,0,1,0,9200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,601,-1,0,0,0,0,'',0,0,0,0,0,12340),(32635,3,5,-1,'Unstable Peridot',35917,3,528384,0,1,0,9200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,602,-1,0,0,0,0,'',0,0,0,0,0,12340),(32636,3,5,-1,'Unstable Sapphire',7279,3,528384,0,1,0,9200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,603,-1,0,0,0,0,'',0,0,0,0,0,12340),(32637,3,5,-1,'Unstable Citrine',7221,3,528384,0,1,0,9200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,604,-1,0,0,0,0,'',0,0,0,0,0,12340),(32638,3,5,-1,'Unstable Topaz',39932,3,528384,0,1,0,9200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,605,-1,0,0,0,0,'',0,0,0,0,0,12340),(32639,3,4,-1,'Unstable Talasite',44730,3,528384,0,1,0,9200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Blue or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,606,-1,0,0,0,0,'',0,0,0,0,0,12340),(32640,3,6,-1,'Potent Unstable Diamond',39205,3,4096,0,1,0,36800,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,607,-1,0,0,0,0,'',0,0,0,0,0,12340),(32641,3,6,-1,'Imbued Unstable Diamond',39203,3,4096,0,1,0,36800,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,608,-1,0,0,0,0,'',0,0,0,0,0,12340),(32643,15,0,-1,'Darkrune',20774,1,0,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The rune hums with power.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32645,2,18,-1,'Crystalline Crossbow',45154,4,4096,0,1,0,0,26,-1,-1,100,70,0,0,0,0,0,1038,7,1,1,0,3,31,11,3,12,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,248,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(32646,12,0,-1,'Medallion of Karabor',13024,1,32832,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28226,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32647,4,2,-1,'Shard-bound Bracers',45155,4,4096,0,1,0,0,9,-1,-1,105,70,0,0,0,0,0,1038,7,0,1,0,2,3,20,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,15809,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32648,4,4,-1,'Vortex Walking Boots',45472,4,4096,0,1,0,0,8,262143,32767,105,70,0,0,0,0,0,1038,7,0,1,0,3,4,28,32,19,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,914,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32649,12,0,-1,'Medallion of Karabor',29935,4,32832,0,1,0,0,2,32767,-1,141,0,0,0,0,0,0,0,0,1,1,0,1,7,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Once worn by a cleric of Karabor, this item allows the wearer entry into the Black Temple.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32650,2,19,-1,'Cerulean Crystal Rod',45159,3,4096,0,1,0,0,26,-1,-1,115,70,0,0,0,0,0,1038,6,0,1,0,2,7,15,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,252,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,9417,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32651,4,0,-1,'Crystal Orb of Enlightenment',45160,4,4096,0,1,0,0,23,-1,-1,105,70,0,0,0,0,0,1038,7,1,1,0,2,7,18,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32652,4,6,-1,'Ogri\'la Aegis',45163,3,4096,0,1,0,0,14,-1,-1,115,70,0,0,0,0,0,1038,6,1,1,0,2,7,18,12,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3806,0,0,0,0,0,0,0,0,0,22852,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,86,0,100,0,0,0,0,2,0,2,0,0,0,3017,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32653,4,1,-1,'Apexis Cloak',15120,3,4096,0,1,0,0,16,-1,-1,115,70,0,0,0,0,0,1038,6,0,1,0,2,5,15,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32654,4,0,-1,'Crystalforged Trinket',36540,3,528448,0,1,0,0,12,-1,-1,115,70,0,0,0,0,0,1038,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40724,0,0,0,60000,1141,10000,40723,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32655,4,1,-1,'Crystalweave Bracers',46204,4,0,0,1,103495,20699,9,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,5,16,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,14047,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32656,4,3,-1,'Crystalhide Handwraps',45185,4,0,0,1,155826,31165,10,32767,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,3,11,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,2,0,0,0,2863,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32657,12,0,0,'Arthorn\'s Sparrowhawk Whistle',45186,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40889,0,0,0,140000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32658,4,0,-1,'Badge of Tenacity',45197,3,524288,0,1,40000,10000,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,40729,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32659,2,15,-1,'Crystal-Infused Shiv',45187,3,0,0,1,427872,85574,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,12,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32660,2,7,-1,'Crystalforged Sword',12284,3,0,0,1,441112,88222,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,8,15,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,113,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,34796,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(32661,2,4,-1,'Apexis Crystal Mace',45188,3,0,0,1,442739,88547,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,32,20,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9332,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32662,2,10,-1,'Flaming Quartz Staff',45189,3,0,0,1,555459,111091,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,5,46,32,26,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,171,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,33250,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(32663,2,1,-1,'Apexis Cleaver',40300,3,0,0,1,557493,111498,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,39,32,19,4,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,403,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32664,4,0,-1,'Dreamcrystal Band',9847,3,524288,0,1,175952,43988,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,10,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,33097,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32665,4,1,-1,'Crystalweave Cape',45191,3,0,0,1,134761,26952,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,36,26,3,15,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32666,12,0,0,'Hardened Hide of Tyrantus',38748,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32667,0,5,-1,'Bash Ale',18079,1,0,0,1,340,85,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'No self-respecting ogre goes into battle sober.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32668,0,5,-1,'Dos Ogris',18115,1,0,0,1,6400,320,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Finally, a brew both your heads will love!',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32670,15,0,-1,'Depleted Two-Handed Axe',40300,3,1024,0,1,0,0,0,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,39,32,19,4,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,40757,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32671,15,0,-1,'Depleted Mace',45188,3,1024,0,1,0,0,0,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,32,20,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9332,1,0,0,0,0,-1,40752,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32672,15,0,-1,'Depleted Badge',45197,3,1024,0,1,0,0,0,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,40744,0,-1,-1,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32673,15,0,-1,'Depleted Dagger',45187,3,1024,0,1,0,0,0,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,12,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14049,1,0,0,-1,0,-1,40749,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32674,15,0,-1,'Depleted Sword',12284,3,1024,0,1,0,0,0,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,3,7,30,5,8,15,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,34796,1,0,0,-1,0,-1,40756,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340),(32675,15,0,-1,'Depleted Mail Gauntlets',45200,4,1024,0,1,0,0,0,32767,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,3,11,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,40753,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2863,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32676,15,0,-1,'Depleted Cloth Bracers',45184,4,1024,0,1,0,0,0,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,5,16,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,14047,1,0,0,0,0,0,40748,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32677,15,0,-1,'Depleted Cloak',45199,3,1024,0,1,0,0,0,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,36,26,3,15,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,40747,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32678,15,0,-1,'Depleted Ring',9847,3,1024,0,1,0,0,0,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,10,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40754,0,-1,-1,0,0,0,33097,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32679,15,0,-1,'Depleted Staff',45189,3,1024,0,1,0,0,0,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,5,46,32,26,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,33250,1,0,0,-1,0,-1,40755,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340),(32680,12,0,0,'Booterang',45201,1,8388672,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40742,0,0,0,0,1170,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This is your booterang. There are many like it but this one is yours.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32681,15,0,-1,'Onyx Scale of Rivendark',20914,3,35840,0,1,620,155,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40766,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32682,15,0,-1,'Obsidia Scale',20914,3,35840,0,1,620,155,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40767,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32683,15,0,-1,'Jet Scale of Furywing',20914,3,35840,0,1,620,155,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40765,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32684,15,0,-1,'Insidion\'s Ebony Scale',20914,3,35840,0,1,620,155,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40764,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32685,0,5,-1,'Ogri\'la Chicken Fingers',38273,1,0,0,1,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Less a finger than a whole arm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32686,0,5,-1,'Mingo\'s Fortune Giblets',1438,1,0,0,1,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40768,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Find your fortune inside! Bask in the wisdom of Ogri\'la, win a prize, or learn about your destiny!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32687,12,0,-1,'Hazzik\'s Package',1244,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32688,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3007,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32689,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3008,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32690,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3009,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32691,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3010,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32692,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3011,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32693,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3012,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32694,4,0,-1,'Overseer\'s Badge',43551,2,557120,0,1,0,0,12,-1,-1,70,0,0,0,0,0,0,1015,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40811,0,0,0,600000,1183,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32695,4,0,-1,'Captain\'s Badge',43551,3,557120,0,1,0,0,12,-1,-1,70,0,0,0,0,0,0,1015,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40815,0,0,0,600000,1183,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32696,12,0,0,'Banishing Crystal',35852,1,1088,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40817,0,0,0,60000,0,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32697,12,0,-1,'Apexis Guardian\'s Head',42032,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Big, rocky, heavy.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32698,12,0,0,'Wrangling Rope',43599,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40856,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32700,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3013,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32701,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3014,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32702,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3015,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32703,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3016,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32704,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3017,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32705,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3018,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32706,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3019,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32707,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3020,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32708,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3021,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32709,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3022,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32710,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3023,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32711,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3024,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32712,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3025,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32713,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3027,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32714,15,0,-1,'Splintered Spider Fang',959,0,0,0,1,111,27,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32715,12,0,0,'Akkarai\'s Talons',7266,2,0,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32716,12,0,0,'Gezzarak\'s Claws',3146,2,0,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32717,12,0,0,'Karrog\'s Spine',45467,2,0,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32718,12,0,0,'Vakkiz\'s Scale',45468,2,0,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32720,12,0,0,'Time-Lost Offering',1257,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Used to summon Terokk at the Ancient Skull Pile in Terokk\'s Rest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32721,0,5,-1,'Skyguard Rations',45616,1,0,0,1,4500,225,0,-1,-1,65,55,0,0,0,0,0,1031,5,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41030,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32722,0,5,-1,'Enriched Terocone Juice',45617,1,0,0,1,4000,200,0,-1,-1,65,65,0,0,0,0,0,1031,4,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41031,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32723,12,0,0,'Nethermine Cargo',11448,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32724,15,0,0,'Sludge-covered Object',36188,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'What wonderous treasure could the sludge be hiding?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32725,15,0,0,'Murkblood Miner\'s Pick',45389,0,0,0,1,10,2,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This pick has seen better days.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32726,15,0,0,'Murkblood Escape Plans',45390,1,2048,0,1,0,0,0,-1,-1,1,70,0,0,0,0,0,1015,4,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A detailed plan documenting a revolt by the Murkblood miners.',0,0,0,11081,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32727,15,0,0,'Vial of Tears',3665,0,0,0,1,10,2,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Your guess is as good as mine.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32728,15,0,0,'Sludge',45391,0,0,0,1,1000,250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Just sludge.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32732,12,0,-1,'Dragon Teeth',45395,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Razor sharp, they still look as deadly as when you were facing them in the dragon\'s maw.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32733,12,0,-1,'Fel Whip',41193,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Ridged with obsidian shards, you don\'t want to know what the whip leather is made of.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32734,12,0,0,'Hand of the Overseer',45398,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32736,9,4,-1,'Plans: Swiftsteel Bracers',1096,4,64,0,1,30000,7500,0,-1,-1,70,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41132,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Swiftsteel Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32737,9,4,-1,'Plans: Swiftsteel Shoulders',1096,4,64,0,1,30000,7500,0,-1,-1,70,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41133,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Swiftsteel Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32738,9,4,-1,'Plans: Dawnsteel Bracers',1096,4,64,0,1,30000,7500,0,-1,-1,70,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41134,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Dawnsteel Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32739,9,4,-1,'Plans: Dawnsteel Shoulders',1096,4,64,0,1,30000,7500,0,-1,-1,70,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41135,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Dawnsteel Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32741,12,0,0,'Shabby Arakkoa Disguise',45608,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41181,0,0,0,60000,0,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32742,12,0,-1,'Adversarial Bloodlines',9129,1,0,0,1,30000,7500,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The image of Terokk is engraved in the book\'s cover.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32744,9,1,-1,'Pattern: Bracers of Renewed Life',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41156,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Bracers of Renewed Life.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32745,9,1,-1,'Pattern: Shoulderpads of Renewed Life',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41157,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Shoulderpads of Renewed Life.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32746,9,1,-1,'Pattern: Swiftstrike Bracers',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41158,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Swiftstrike Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32747,9,1,-1,'Pattern: Swiftstrike Shoulders',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41160,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Swiftstrike Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32748,9,1,-1,'Pattern: Bindings of Lightning Reflexes',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41161,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Bindings of Lightning Reflexes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32749,9,1,-1,'Pattern: Shoulders of Lightning Reflexes',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41162,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Shoulders of Lightning Reflexes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32750,9,1,-1,'Pattern: Living Earth Bindings',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41163,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Living Earth Bindings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32751,9,1,-1,'Pattern: Living Earth Shoulders',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41164,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Living Earth Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32752,9,2,-1,'Pattern: Swiftheal Wraps',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41207,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Swiftheal Wraps.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32753,9,2,-1,'Pattern: Swiftheal Mantle',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41208,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Swiftheal Mantle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32754,9,2,-1,'Pattern: Bracers of Nimble Thought',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41205,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Bracers of Nimble Thought.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32755,9,2,-1,'Pattern: Mantle of Nimble Thought',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41206,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Mantle of Nimble Thought.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32756,2,3,-1,'Gyro-Balanced Khorium Destroyer',45445,4,4096,0,1,400058,80011,26,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,275,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,4,0,0,0,0,0,3164,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32757,12,0,-1,'Blessed Medallion of Karabor',29935,4,32832,0,1,0,0,2,32767,-1,141,0,0,0,0,0,0,0,0,1,1,0,1,7,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,41234,0,0,0,900000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Once worn by a cleric of Karabor, this item allows the wearer entry into the Black Temple.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32758,12,0,0,'Brute Cologne',18080,1,64,0,1,10000,2500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41233,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A delicate fragrance for the discerning ogre.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32759,15,0,0,'Accelerator Module',41644,1,4096,0,1,0,8050,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Used to activate any of the proton accelerator controllers at Bash\'ir Landing.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32768,15,5,-1,'Reins of the Raven Lord',45443,4,64,0,1,0,0,0,-1,-1,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,41252,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32769,4,2,-1,'Belt of the Raven Lord',43021,3,0,0,1,105747,21149,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,25,3,19,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,2,0,8,0,0,0,2893,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32770,4,0,-1,'Skyguard Silver Cross',45453,4,32768,0,1,41230,10307,12,-1,-1,105,70,0,0,0,0,0,1031,7,1,1,0,1,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41260,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32771,4,0,-1,'Airman\'s Ribbon of Gallantry',45452,4,32768,0,1,41230,10307,12,-1,-1,105,70,0,0,0,0,0,1031,7,1,1,0,1,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41262,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32772,4,0,-1,'Brilliant Pearl Band',9837,3,524288,0,1,156488,39122,11,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,1,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15696,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340),(32774,4,0,-1,'The Black Pearl',24022,3,524288,0,1,156488,39122,11,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,1,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32776,4,1,-1,'Crown of the Sea Witch',26680,3,0,0,1,133785,26757,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,5,20,6,20,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,8,0,8,0,2889,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32777,15,0,-1,'Kronk\'s Grab Bag',45448,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Who knows what\'s inside? Cross your fingers for a darkrune.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32778,4,4,-1,'Boots of Righteous Fortitude',43043,3,0,0,1,219848,43969,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,14,12,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32779,4,0,-1,'Band of Frigid Elements',39124,3,524288,0,1,335188,83797,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,13,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32780,2,3,-1,'The Boomstick',41433,3,0,0,1,314668,62933,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,21,12,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,173,0,0,0,0,0,0,0,0,0,0,0,2000,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32781,2,15,-1,'Talon of Anzu',21620,3,0,0,1,454044,90808,13,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,140,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,2,0,0,0,0,0,2925,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32783,0,1,-1,'Blue Ogre Brew',15718,1,0,0,1,0,690,0,-1,-1,70,70,0,0,0,0,0,1038,5,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41304,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32784,0,1,-1,'Red Ogre Brew',15713,1,0,0,1,0,460,0,-1,-1,70,70,0,0,0,0,0,1038,5,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41306,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32785,4,3,-1,'Veteran\'s Chain Sabatons',46053,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,45,3,30,35,21,32,16,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,656,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32786,4,2,-1,'Veteran\'s Dragonhide Boots',46059,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,39,4,27,3,26,35,26,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32787,4,1,-1,'Veteran\'s Dreadweave Stalkers',46064,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,30,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32788,4,2,-1,'Veteran\'s Kodohide Boots',46059,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,26,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32789,4,4,-1,'Veteran\'s Lamellar Greaves',46044,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,39,32,27,5,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32790,4,2,-1,'Veteran\'s Leather Boots',46056,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,45,3,30,32,16,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32791,4,3,-1,'Veteran\'s Linked Sabatons',46049,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,45,38,60,35,21,32,31,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,656,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32792,4,3,-1,'Veteran\'s Mail Sabatons',46049,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,27,35,27,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,656,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32793,4,4,-1,'Veteran\'s Plate Greaves',46041,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,45,4,31,32,31,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32794,4,4,-1,'Veteran\'s Scaled Greaves',46044,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,39,4,41,32,18,5,27,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32795,4,1,-1,'Veteran\'s Silk Footguards',46067,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,27,32,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32796,4,2,-1,'Veteran\'s Wyrmhide Boots',46059,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32797,4,3,-1,'Veteran\'s Chain Girdle',46052,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,5,7,45,3,30,35,21,32,16,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32798,4,2,-1,'Veteran\'s Dragonhide Belt',46058,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,5,7,39,4,27,3,26,35,26,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32799,4,1,-1,'Veteran\'s Dreadweave Belt',46062,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,3,7,45,5,30,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32800,4,2,-1,'Veteran\'s Kodohide Belt',46058,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,3,7,39,5,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32801,4,4,-1,'Veteran\'s Lamellar Belt',46042,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,4,7,39,32,27,5,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,959,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32802,4,2,-1,'Veteran\'s Leather Belt',46054,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,4,7,45,3,30,32,16,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32803,4,3,-1,'Veteran\'s Linked Girdle',46048,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,5,7,45,38,62,35,21,32,30,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32804,4,3,-1,'Veteran\'s Mail Girdle',46048,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,4,7,39,5,27,35,27,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32805,4,4,-1,'Veteran\'s Plate Belt',46039,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,4,7,45,4,31,32,31,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,959,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32806,4,4,-1,'Veteran\'s Scaled Belt',46042,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,5,7,39,4,41,32,18,5,27,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,959,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32807,4,1,-1,'Veteran\'s Silk Belt',46065,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,4,7,39,5,27,32,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32808,4,2,-1,'Veteran\'s Wyrmhide Belt',46058,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,3,7,39,5,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32809,4,3,-1,'Veteran\'s Chain Bracers',46051,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,5,7,29,3,20,35,13,32,8,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32810,4,2,-1,'Veteran\'s Dragonhide Bracers',46060,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,4,7,25,4,19,3,18,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,9407,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32811,4,1,-1,'Veteran\'s Dreadweave Cuffs',46063,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,16,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32812,4,2,-1,'Veteran\'s Kodohide Bracers',46060,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32813,4,4,-1,'Veteran\'s Lamellar Bracers',46043,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,4,7,25,32,16,5,14,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,693,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32814,4,2,-1,'Veteran\'s Leather Bracers',46057,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,4,7,29,3,21,32,9,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32816,4,3,-1,'Veteran\'s Linked Bracers',46047,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,5,7,29,38,42,35,12,32,17,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32817,4,3,-1,'Veteran\'s Mail Bracers',46047,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,14,35,15,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32818,4,4,-1,'Veteran\'s Plate Bracers',46040,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,4,7,30,4,21,32,17,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,693,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32819,4,4,-1,'Veteran\'s Scaled Bracers',46043,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,5,7,25,4,29,32,8,5,13,35,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,693,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32820,4,1,-1,'Veteran\'s Silk Cuffs',46066,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,18,32,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32821,4,2,-1,'Veteran\'s Wyrmhide Bracers',46060,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,16,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(32822,12,0,0,'Flawless Arcane Essence',45465,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32823,15,0,0,'Illidari Lord Balthas\' Instructions',1013,0,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',3028,0,7,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32825,12,0,0,'Soul Cannon',45466,1,8388672,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41291,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Use against Reth\'hedron the Subduer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32828,4,0,-1,'Ogri\'la Tabard',45495,1,4096,0,1,0,2300,19,-1,-1,20,0,0,0,0,0,0,1038,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32829,2,6,-1,'Windcharger\'s Lance',45475,3,0,0,1,517339,103467,17,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,1,7,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,357,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,15826,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32830,2,10,-1,'Severin\'s Cane',28513,3,0,0,1,519277,103855,17,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,7,60,5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,190,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,36428,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-25.8,0,0,0,'',52,0,0,0,0,12340),(32831,2,19,-1,'Jeweled Rod',47595,3,0,0,1,312729,62545,26,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,284,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32832,2,16,-1,'Scout\'s Throwing Knives',45474,3,4194304,0,1,39818,9954,25,32767,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,7,18,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,231,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32833,3,3,-1,'Purified Jaggal Pearl',46253,2,0,0,1,40000,10000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,641,-1,0,0,0,0,'',0,0,0,0,0,12340),(32834,12,0,-1,'Nether Ray Cage',22271,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41423,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32835,15,0,-1,'Ogri\'la Care Package',1282,1,4,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32836,3,3,-1,'Purified Shadow Pearl',46252,3,0,0,1,40000,10000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,642,-1,0,0,0,0,'',0,0,0,0,0,12340),(32838,2,7,-1,'Warglaive of Azzinoth',45481,5,0,0,1,1219873,243974,22,9,32767,156,70,0,0,0,0,0,0,0,1,1,0,3,3,21,7,28,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,199,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,699,125,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32839,0,8,-1,'Cauldron of Major Arcane Protection',46254,1,64,0,1,3000,750,0,-1,-1,70,60,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41443,0,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32840,0,1,-1,'Major Arcane Protection Potion',37816,1,2,0,1,0,0,0,-1,-1,70,60,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28536,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32842,12,0,0,'Dragonmaw Flare Gun',39435,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32843,12,0,0,'Scryer Medals',32922,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32844,0,1,-1,'Major Nature Protection Potion',37812,1,2,0,1,0,0,0,-1,-1,70,60,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28513,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32845,0,1,-1,'Major Shadow Protection Potion',37810,1,2,0,1,0,0,0,-1,-1,70,60,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28537,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32846,0,1,-1,'Major Fire Protection Potion',37815,1,2,0,1,0,0,0,-1,-1,70,60,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28511,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32847,0,1,-1,'Major Frost Protection Potion',37814,1,2,0,1,0,0,0,-1,-1,70,60,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28512,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32848,0,0,-1,'Explosives Package',45135,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32849,0,8,-1,'Cauldron of Major Fire Protection',46255,1,64,0,1,3000,750,0,-1,-1,70,60,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41494,0,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32850,0,8,-1,'Cauldron of Major Frost Protection',46256,1,64,0,1,3000,750,0,-1,-1,70,60,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41495,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32851,0,8,-1,'Cauldron of Major Nature Protection',46257,1,64,0,1,3000,750,0,-1,-1,70,60,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41497,0,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32852,0,8,-1,'Cauldron of Major Shadow Protection',46258,1,64,0,1,3000,750,0,-1,-1,70,60,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41498,0,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32853,12,0,0,'Aldor Medals',32922,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32857,15,5,-1,'Reins of the Onyx Netherwing Drake',36142,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,41513,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32858,15,5,-1,'Reins of the Azure Netherwing Drake',36142,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,41514,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32859,15,5,-1,'Reins of the Cobalt Netherwing Drake',36142,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,41515,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32860,15,5,-1,'Reins of the Purple Netherwing Drake',36142,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,41516,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32861,15,5,-1,'Reins of the Veridian Netherwing Drake',36142,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,41517,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32862,15,5,-1,'Reins of the Violet Netherwing Drake',36142,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,41518,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32863,4,0,-1,'Skybreaker Whip',45500,3,524352,0,1,70000,17500,12,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48776,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Property of the Top Orc',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',51,0,0,0,0,12340),(32864,4,0,-1,'Commander\'s Badge',43551,3,557120,0,1,0,0,12,-1,-1,109,0,0,0,0,0,0,1015,6,0,1,0,1,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40815,0,0,0,600000,1183,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32865,4,2,-1,'Drake Tamer\'s Gloves',45503,2,0,0,1,88444,17688,10,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,7,22,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,2,0,8,0,0,0,2893,0,275,0,0,0,0,'',14,0,0,0,0,12340),(32866,4,4,-1,'Ascendant\'s Boots',45505,2,0,0,1,186085,37217,8,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,12,21,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,722,0,0,0,0,0,0,0,0,0,22852,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,4,0,0,0,2883,0,275,0,0,0,0,'',14,0,0,0,0,12340),(32867,4,1,-1,'Dragonmaw Augur\'s Cinch',45502,2,0,0,1,71286,14257,6,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,7,22,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,8,0,2,0,0,0,2900,0,275,0,0,0,0,'',14,0,0,0,0,12340),(32868,4,3,-1,'Skybreaker\'s Mantle',45504,2,0,0,1,161716,32343,3,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,7,22,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,2,0,8,0,0,0,2973,0,275,0,0,0,0,'',14,0,0,0,0,12340),(32869,4,2,-1,'Illidari Lord\'s Tunic',45506,2,0,0,1,184381,36876,5,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,3,29,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,2,0,8,0,8,0,2877,0,275,0,0,0,0,'',14,0,0,0,0,12340),(32870,4,3,-1,'Legguards of Contemplation',45507,2,0,0,1,222064,44412,7,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,8,0,2,0,8,0,2936,0,275,0,0,0,0,'',14,0,0,0,0,12340),(32871,4,4,-1,'Horns of the Illidari',43277,2,0,0,1,194622,38924,1,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,12,29,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,853,0,0,0,0,0,0,0,0,0,34593,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,4,0,8,0,8,0,2882,0,275,0,0,0,0,'',14,0,0,0,0,12340),(32872,2,19,-1,'Illidari Rod of Discipline',45508,2,0,0,1,279571,55914,26,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,199,5,0,0,0,0,0,0,0,0,0,0,1400,0,100,9342,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,3153,0,275,0,0,0,0,'',33,0,0,0,0,12340),(32882,6,3,-1,'Hellfire Shot',44356,3,0,0,200,5000,6,24,-1,-1,115,68,0,0,0,0,0,947,6,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,37,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32883,6,3,-1,'Felbane Slugs',44356,3,0,0,200,5000,6,24,-1,-1,115,68,0,0,0,0,0,946,6,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,37,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32888,15,0,0,'The Relics of Terokk',18010,0,16384,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Isfar\'s notes on the locations of the relics of Terokk',3029,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32895,15,0,0,'Scroll of the Maelstrom',30953,4,64,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42801,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A scroll imbued with the magic of the Serpentshrine.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32896,15,0,0,'Scroll of the Sun',634,4,64,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42801,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A scroll imbued with the magic of the Sunwell.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(32897,15,4,0,'Mark of the Illidari',45597,2,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the mark of Illidan. This item can be turned in at the Scryers or Aldor bank in Shattrath City.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32898,0,3,-1,'Shattrath Flask of Fortification',37850,1,0,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41609,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32899,0,3,-1,'Shattrath Flask of Mighty Restoration',37851,1,0,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41610,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32900,0,3,-1,'Shattrath Flask of Supreme Power',19547,1,0,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41611,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32901,0,3,-1,'Shattrath Flask of Relentless Assault',37852,1,0,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41608,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32902,0,1,-1,'Bottled Nethergon Energy',45612,1,0,0,1,0,0,0,-1,-1,68,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41618,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Insert into nearest energy receptacle.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32903,0,1,-1,'Cenarion Mana Salve',45156,1,0,0,3,0,0,0,-1,-1,68,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41617,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32904,0,1,-1,'Cenarion Healing Salve',45437,1,0,0,3,0,0,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41619,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32905,0,1,-1,'Bottled Nethergon Vapor',45611,1,0,0,1,0,0,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41620,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Inhale deeply.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32909,0,1,-1,'Blue Ogre Brew Special',15718,1,0,0,1,0,690,0,-1,-1,70,70,0,0,0,0,0,1038,4,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41304,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32910,0,1,-1,'Red Ogre Brew Special',15713,1,0,0,1,0,460,0,-1,-1,70,70,0,0,0,0,0,1038,4,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41306,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32941,4,0,-1,'Corruptor\'s Signet',24087,4,524288,0,1,390112,97528,11,262143,32767,105,70,0,0,0,0,0,0,0,0,1,0,2,5,12,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32942,4,0,-1,'Ring of the Overseer',23728,4,524288,0,1,390112,97528,11,262143,32767,105,70,0,0,0,0,0,0,0,0,1,0,2,31,12,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32943,2,4,-1,'Swiftsteel Bludgeon',45345,4,0,0,1,700922,140184,13,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,36,27,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,196,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,14049,1,0,0,-1,0,-1,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32944,2,13,-1,'Talon of the Phoenix',45689,4,4096,0,1,671256,134251,21,262143,32767,134,70,0,0,0,0,0,0,0,0,1,0,2,32,19,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,339,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32947,0,1,-1,'Auchenai Healing Potion',37807,1,0,0,1,0,0,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28495,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32948,0,1,-1,'Auchenai Mana Potion',37808,1,0,0,1,0,0,0,-1,-1,68,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28499,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32961,4,0,-1,'Merciless Gladiator\'s Reprieve',39505,4,36864,0,1,0,0,23,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,19,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18039,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32962,2,19,-1,'Merciless Gladiator\'s Touch of Defeat',46606,4,36864,0,1,0,0,26,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,15,5,13,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,443,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,9345,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32963,2,4,-1,'Merciless Gladiator\'s Gavel',44858,4,36864,0,1,0,0,21,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,5,18,31,15,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,113,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,42122,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-56.3,0,0,0,'',0,0,0,0,0,12340),(32964,2,4,-1,'Merciless Gladiator\'s Salvation',44858,4,36864,0,1,0,0,21,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,21,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,113,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,42127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-56.3,0,0,0,'',0,0,0,0,0,12340),(32979,4,1,-1,'Veteran\'s Mooncloth Belt',46068,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,3,7,45,5,30,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32980,4,1,-1,'Veteran\'s Mooncloth Cuffs',46069,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,16,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32981,4,1,-1,'Veteran\'s Mooncloth Slippers',46071,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,30,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32988,4,4,-1,'Veteran\'s Ornamented Belt',46042,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,4,7,39,32,27,5,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,959,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32989,4,4,-1,'Veteran\'s Ornamented Bracers',46043,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,4,7,25,32,16,5,14,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,693,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32990,4,4,-1,'Veteran\'s Ornamented Greaves',46044,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,39,32,27,5,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32997,4,3,-1,'Veteran\'s Ringmail Bracers',46047,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,14,35,15,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32998,4,3,-1,'Veteran\'s Ringmail Girdle',46048,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,4,7,39,5,27,35,27,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32999,4,3,-1,'Veteran\'s Ringmail Sabatons',46049,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,27,35,27,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,656,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33009,12,0,0,'Tender Strider Meat',25475,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42222,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Kyle would delight in taking a bite out of this succulent treat!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33042,0,5,-1,'Black Coffee',19873,1,0,0,1,6400,320,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A warning on the side reads: Contents are HOT! Do not pour on self or others.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33048,0,5,-1,'Stewed Trout',32650,1,0,0,1,4000,200,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(33052,0,5,-1,'Fisherman\'s Feast',44291,1,0,0,1,500,125,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33258,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(33053,0,5,-1,'Hot Buttered Trout',39119,1,0,0,1,4000,200,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42309,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(33054,4,0,-1,'The Seal of Danzalar',31657,4,4096,0,1,241024,60256,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,2,7,33,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'From beneath you it devours.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,295,0,0,0,'',67,0,0,0,0,12340),(33055,4,0,-1,'Band of Vile Aggression',44841,4,4096,0,1,241024,60256,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,2,7,37,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33056,4,0,-1,'Veteran\'s Band of Dominance',39129,4,36864,0,1,0,0,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,7,27,35,22,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,0,0,0,25975,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33057,4,0,-1,'Veteran\'s Band of Triumph',39129,4,36864,0,1,0,0,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,7,30,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15809,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33058,4,0,-1,'Band of the Vigilant',31905,4,4096,0,1,241024,60256,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,7,33,35,21,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33064,4,0,-1,'Veteran\'s Band of Salvation',39129,4,36864,0,1,0,0,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,7,30,35,22,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17371,1,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33065,4,0,-1,'Veteran\'s Pendant of Dominance',39162,4,36864,0,1,0,0,2,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,7,31,35,18,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18049,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33066,4,0,-1,'Veteran\'s Pendant of Triumph',39162,4,36864,0,1,0,0,2,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,7,31,32,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15809,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2925,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33067,4,0,-1,'Veteran\'s Pendant of Conquest',39162,4,36864,0,1,0,0,2,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,4,7,27,35,18,32,18,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33068,4,0,-1,'Veteran\'s Pendant of Salvation',39162,4,36864,0,1,0,0,2,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,7,30,35,18,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17371,1,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33076,4,8,-1,'Merciless Gladiator\'s Idol of Tenacity',9659,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34128,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33077,4,7,-1,'Merciless Gladiator\'s Libram of Justice',1103,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42368,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33078,4,9,-1,'Merciless Gladiator\'s Totem of the Third Wind',46045,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42370,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(8827,0,2,-1,'Elixir of Water Walking',48394,1,0,0,1,500,125,0,-1,-1,50,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11319,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32837,2,7,-1,'Warglaive of Azzinoth',45479,5,0,0,1,1215564,243112,21,9,32767,156,70,0,0,0,0,0,0,0,1,1,0,3,3,22,7,29,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,398,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,699,125,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32235,4,2,-1,'Cursed Vision of Sargeras',52634,4,0,0,1,290528,58105,1,262143,32767,151,70,0,0,0,0,0,0,0,0,1,0,4,3,39,32,38,7,46,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,385,0,0,0,0,0,0,0,0,0,33782,1,0,0,-1,0,-1,47524,0,0,0,600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32518,4,2,-1,'Veil of Turning Leaves',45758,4,0,0,1,276659,55331,3,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,29,5,29,6,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32496,4,0,-1,'Memento of Tyrande',45488,4,0,0,1,364641,91160,12,-1,-1,151,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,37655,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32760,6,2,-1,'The Macho Gnome\'s Arrow',40523,4,0,0,200,100,20,24,-1,-1,145,70,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,53,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Fletched by Andy \"The Macho Gnome\" Savage.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(32854,2,5,-1,'Hammer of Righteous Might',45496,4,0,0,1,697148,139429,17,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,7,55,5,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,186,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,37542,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,-42,0,0,0,'',67,0,0,0,0,12340),(32199,3,0,-1,'Flashing Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,547,-1,0,0,0,0,'',0,0,0,0,0,12340),(32735,3,4,-1,'Radiant Spencerite',39930,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,621,-1,0,0,0,0,'',0,0,0,0,0,12340),(32221,3,5,-1,'Veiled Pyrestone',44927,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,569,-1,0,0,0,0,'',0,0,0,0,0,12340),(33079,0,0,-1,'Murloc Costume',46046,3,134217792,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42365,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32386,15,0,0,'Magtheridon\'s Head',7188,4,0,1,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'All that remains of the hellspawn, Magtheridon.',0,0,0,11003,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32289,9,10,-1,'Design: Stormy Empyrean Sapphire',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39718,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Stormy Empyrean Sapphire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32303,9,10,-1,'Design: Inscribed Pyrestone',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39733,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Inscribed Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29297,4,0,-1,'Band of the Eternal Defender',39126,4,32768,0,1,0,0,11,-1,-1,152,0,0,0,0,0,0,0,0,1,1,0,2,7,43,12,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40443,1,0,0,-1,0,-1,35077,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29301,4,0,-1,'Band of the Eternal Champion',39126,4,32768,0,1,0,0,11,-1,-1,152,0,0,0,0,0,0,0,0,1,1,0,2,3,29,7,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,35080,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29305,4,0,-1,'Band of the Eternal Sage',39126,4,32768,0,1,0,0,11,-1,-1,152,0,0,0,0,0,0,0,0,1,1,0,3,7,28,5,25,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,35083,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29309,4,0,-1,'Band of the Eternal Restorer',39126,4,32768,0,1,0,0,11,-1,-1,152,0,0,0,0,0,0,0,0,1,1,0,2,7,28,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,35086,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30907,4,3,-1,'Mail of Fevered Pursuit',46356,4,0,0,1,432843,86568,5,32767,-1,151,70,0,0,0,0,0,0,0,0,1,0,3,3,49,7,66,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,0,0,0,0,0,0,0,0,0,33782,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(31568,4,3,-1,'Mistshroud Helm',44575,3,0,0,1,39399,39399,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,203,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,1),(31777,4,0,-1,'Keepers of Time Tabard',44437,1,0,0,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,989,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32285,9,10,-1,'Design: Flashing Crimson Spinel',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39714,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Flashing Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32295,9,10,-1,'Design: Mystic Lionseye',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39724,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Mystic Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32297,9,10,-1,'Design: Sovereign Shadowsong Amethyst',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39727,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Sovereign Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32307,9,10,-1,'Design: Veiled Pyrestone',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39737,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Veiled Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33122,4,1,-1,'Cloak of Darkness',26202,4,0,0,1,190146,38029,16,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,3,7,25,32,24,4,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2885,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33124,9,1,-1,'Pattern: Cloak of Darkness',6270,3,64,0,1,50000,12500,0,-1,-1,70,0,165,360,0,0,0,967,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42546,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Cloak of Darkness.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33131,3,0,-1,'Crimson Sun',44920,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket. Socketing this gem causes the item to become Soulbound.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,702,-1,0,0,0,0,'',0,0,0,0,0,12340),(33132,3,0,-1,'Delicate Fire Ruby',44920,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,703,-1,0,0,0,0,'',0,0,0,0,0,12340),(33133,3,0,-1,'Don Julio\'s Heart',44920,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket. Socketing this gem causes the item to become Soulbound.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,704,-1,0,0,0,0,'',0,0,0,0,0,12340),(33134,3,0,-1,'Kailee\'s Rose',44920,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket. Socketing this gem causes the item to become Soulbound.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,705,-1,0,0,0,0,'',0,0,0,0,0,12340),(33135,3,1,-1,'Falling Star',44930,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Blue Socket. Socketing this gem causes the item to become Soulbound.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,706,-1,0,0,0,0,'',0,0,0,0,0,12340),(33140,3,2,-1,'Blood of Amber',44926,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket. Socketing this gem causes the item to become Soulbound.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,711,-1,0,0,0,0,'',0,0,0,0,0,12340),(33141,3,2,-1,'Great Bladestone',44926,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,712,-1,0,0,0,0,'',0,0,0,0,0,12340),(33142,3,2,-1,'Rigid Bladestone',44926,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,713,-1,0,0,0,0,'',0,0,0,0,0,12340),(33143,3,2,-1,'Stone of Blades',44926,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket. Socketing this gem causes the item to become Soulbound.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,714,-1,0,0,0,0,'',0,0,0,0,0,12340),(33144,3,2,-1,'Facet of Eternity',44926,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket. Socketing this gem causes the item to become Soulbound.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,715,-1,0,0,0,0,'',0,0,0,0,0,12340),(33148,9,8,-1,'Formula: Enchant Cloak - Dodge',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,1011,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25086,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase dodge rating by 12. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33149,9,8,-1,'Formula: Enchant Cloak - Stealth',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,942,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25083,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase stealth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33150,9,8,-1,'Formula: Enchant Cloak - Subtlety',7798,3,64,2,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,946,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25084,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to decrease threat from all attacks and spells by 2%.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33151,9,8,-1,'Formula: Enchant Cloak - Subtlety',7798,3,64,1,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,947,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25084,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to decrease threat from all attacks and spells by 2%.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33152,9,8,-1,'Formula: Enchant Gloves - Superior Agility',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,989,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25080,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase Agility by 15.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33153,9,8,-1,'Formula: Enchant Gloves - Threat',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,935,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25072,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase threat from all attacks and spells by 2%.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33155,9,10,-1,'Design: Kailee\'s Rose',6270,1,64,0,1,120000,30000,0,-1,-1,70,0,755,360,0,0,0,935,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42588,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut Kailee\'s Rose.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33156,9,10,-1,'Design: Crimson Sun',6270,1,64,0,1,120000,30000,0,-1,-1,70,0,755,360,0,0,0,933,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42589,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut the Crimson Sun.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33157,9,10,-1,'Design: Falling Star',6270,1,64,0,1,120000,30000,0,-1,-1,70,0,755,360,0,0,0,1011,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42590,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut the Falling Star.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33158,9,10,-1,'Design: Stone of Blades',6270,1,64,0,1,120000,30000,0,-1,-1,70,0,755,360,0,0,0,989,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42591,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut the Stone of Blades.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33159,9,10,-1,'Design: Blood of Amber',6270,1,64,0,1,120000,30000,0,-1,-1,70,0,755,360,0,0,0,935,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42592,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut the Blood of Amber.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33160,9,10,-1,'Design: Facet of Eternity',6270,1,64,0,1,120000,30000,0,-1,-1,70,0,755,360,0,0,0,989,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42593,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut the Facet of Eternity.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33218,0,0,0,'Goblin Gumbo',21473,1,66,0,1,0,0,0,-1,-1,5,1,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42760,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33224,15,5,-1,'Reins of the Spectral Tiger',59462,3,0,0,1,10000,0,0,262143,-1,20,20,762,75,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,42776,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33225,15,5,-1,'Reins of the Swift Spectral Tiger',59462,4,0,0,1,100000,0,0,262143,2147483647,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,42777,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33305,9,10,-1,'Design: Don Julio\'s Heart',6270,1,64,0,1,120000,30000,0,-1,-1,70,0,755,360,0,0,0,933,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42558,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut Don Julio\'s Heart.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33622,9,10,-1,'Design: Relentless Earthstorm Diamond',6270,3,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,933,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39961,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Relentless Earthstorm Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32912,2,14,-1,'Yellow Brewfest Stein',47520,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41920,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-4,0,0,0,'',0,0,0,0,0,12340),(33173,4,4,-1,'Ragesteel Shoulders',46324,3,0,0,1,231903,46380,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,32,32,17,31,9,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,566,80,0,0,0,0,4,0,4,0,0,0,3205,0,275,0,0,0,0,'',52,0,0,0,0,12340),(32918,2,14,-1,'Filled Yellow Brewfest Stein',47477,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41944,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It\'s not just ogre brew, it\'s Gordok brew.',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-4,0,0,0,'',0,0,0,0,0,12340),(32920,2,14,-1,'Filled Yellow Brewfest Stein',47477,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41946,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'T\'chali\'s Voodoo Brew is 98% body part free.',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-4,0,0,0,'',0,0,0,0,0,12340),(32919,2,14,-1,'Filled Yellow Brewfest Stein',47477,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41945,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The path for good brew ends at Drohn\'s Distillery.',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-4,0,0,0,'',0,0,0,0,0,12340),(33014,4,0,-1,'Fine Poking Stick',45908,1,0,0,1,50000,12500,23,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Wrought by nature\'s hands over hundreds of years!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33030,0,0,-1,'Barleybrew Clear',18102,1,65536,2,1,3,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44107,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33031,0,0,-1,'Thunder 45',18102,1,65536,0,1,100,25,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44111,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33034,0,0,-1,'Gordok Grog',18102,1,65536,0,1,400,100,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44114,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(32233,15,2,-1,'Wolpertinger\'s Tankard',45596,3,64,0,1,5000,1250,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,39709,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32907,12,0,-1,'Wolpertinger Net',3673,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41621,0,12,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32906,12,0,0,'Stunned Wolpertinger',47089,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The little guy seems out of it...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1800,0,0,'',0,0,0,0,0,12340),(34017,0,0,-1,'Small Step Brew',18102,1,65536,1,1,3,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44107,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(34018,0,0,-1,'Long Stride Brew',18102,1,65536,1,1,15,3,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44109,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(34019,0,0,-1,'Path of Brew',18102,1,65536,1,1,50,12,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44110,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(34065,0,0,-1,'Spiced Onion Cheese',40695,1,65536,0,1,15,3,0,32767,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5005,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(34020,0,0,-1,'Jungle River Water',18102,1,65536,0,1,100,25,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44111,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(34021,0,0,-1,'Brewdoo Magic',18102,1,65536,0,1,200,50,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44112,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(34022,0,0,-1,'Stout Shrunken Head',18102,1,65536,0,1,400,100,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44113,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33035,0,0,-1,'Ogre Mead',18102,1,65536,0,1,640,160,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44115,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33036,0,0,-1,'Mudder\'s Milk',18102,1,65536,0,1,640,160,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44116,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(34063,0,0,-1,'Dried Sausage',25469,1,65536,0,1,50,12,0,32767,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5006,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(34064,0,0,-1,'Succulent Sausage',35831,1,65536,0,1,100,25,0,32767,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5007,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33023,0,0,-1,'Savory Sausage',47110,1,65536,0,1,200,50,0,32767,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10256,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33024,0,0,-1,'Pickled Sausage',47111,1,65536,0,1,400,100,0,32767,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10257,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33025,0,0,-1,'Spicy Smoked Sausage',47112,1,65536,0,1,500,125,0,32767,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33253,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33026,0,0,-1,'The Golden Link',47113,1,65536,0,1,800,200,0,32767,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35271,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33032,0,0,-1,'Thunderbrew Ale',18102,1,65536,0,1,200,50,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44112,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33033,0,0,-1,'Thunderbrew Stout',18102,1,65536,0,1,400,100,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44113,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33028,0,0,-1,'Barleybrew Light',18102,1,65536,2,1,15,3,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44109,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33029,0,0,-1,'Barleybrew Dark',18102,1,65536,2,1,50,12,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44110,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33864,4,0,-1,'Brown Brewfest Hat',47255,1,0,0,1,0,0,1,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,762,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33047,4,0,-1,'Belbi\'s Eyesight Enhancing Romance Goggles',45840,1,0,2,1,0,0,1,-1,-1,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42156,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Guaranteed by Belbi Quikswitch to make EVERYONE look attractive!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34140,4,0,-1,'Dark Iron Tankard',47492,3,0,0,1,0,0,23,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44540,0,0,0,3600000,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33204,4,2,-1,'Shadowprowler\'s Chestguard',46382,4,0,0,1,262735,52547,5,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,4,31,8,7,12,4,32,3,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,8,0,4,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33967,4,0,-1,'Green Brewfest Hat',47170,1,0,0,1,0,0,1,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,762,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32917,2,14,-1,'Filled Yellow Brewfest Stein',47477,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41943,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Thunderbrew\'s got ya covered!',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-4,0,0,0,'',0,0,0,0,0,12340),(32915,2,14,-1,'Filled Yellow Brewfest Stein',47477,3,131264,0,1,0,0,13,32767,2147483647,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41921,0,0,0,-1,59,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Barleybrew filled, Brewfest approved.',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-4,0,0,0,'',0,0,0,0,0,12340),(33968,4,0,-1,'Blue Brewfest Hat',47254,1,0,0,1,0,0,1,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,762,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33455,12,0,-1,'Brewfest Prize Ticket',46679,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33978,12,0,-1,'\"Honorary Brewer\" Hand Stamp',47178,1,0,2,1,0,0,0,32767,-1,40,40,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Allows the purchase of Brewfest rams from a Ram Racing Apprentice.',0,0,1,11400,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33969,4,0,-1,'Purple Brewfest Hat',47256,1,0,0,1,0,0,1,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,762,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33863,4,0,-1,'Brewfest Dress',47220,1,0,0,1,0,0,20,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,762,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33966,4,0,-1,'Brewfest Slippers',47221,1,0,0,1,0,0,8,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,762,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33862,4,0,-1,'Brewfest Regalia',47130,1,0,0,1,0,0,20,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,762,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33868,4,0,-1,'Brewfest Boots',51758,1,0,0,1,0,0,8,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,762,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33927,0,0,0,'Brewfest Pony Keg',8935,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43808,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33043,0,0,-1,'The Essential Brewfest Pretzel',47114,1,65536,0,1,3,0,0,32767,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5004,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(17822,12,0,-1,'Frostwolf Maps',1322,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(17823,12,0,-1,'Stormpike Battle Plans',7629,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(18943,12,0,-1,'Dark Iron Pillow',7718,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23162,1,0,-1,'Foror\'s Crate of Endless Resist Gear Storage',11448,1,0,0,1,0,0,18,32767,-1,60,0,0,0,0,0,0,0,0,0,1,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The bottom of the crate is leaking. Leaking tears...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23214,12,0,-1,'Plump Helboar Carcass',10377,1,0,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The final word in incendiary catapult ammunition.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23340,12,0,-1,'Arelion\'s Journal Page 2',4110,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23341,12,0,-1,'Arelion\'s Journal Page 3',4110,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23342,12,0,-1,'Arelion\'s Journal Page 4',4110,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23352,12,0,-1,'Potent Voidwalker Essence',36272,1,2048,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An unusually powerful concentrate of a wild voidwalker\'s energy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23460,12,0,-1,'Broken Blood Sample',15770,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23729,12,0,-1,'Fel Horde Banner',36477,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(24494,0,0,-1,'Tears of the Goddess',37234,1,8454208,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32028,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,534,0,0,0,0,0,0,0,0,0,0,-1,0,7200,0,0,'',0,0,0,0,0,12340),(25814,12,0,-1,'Deathskitter\'s Fang',11947,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25850,12,0,-1,'Tuurem Artifact',37879,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(28500,12,0,-1,'Fossil Oil',39707,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29749,12,0,-1,'Farahlon Lasher Cutting',6387,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29751,12,0,-1,'Talbuk Horn Sample',41413,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29805,0,0,-1,'Socrethar\'s Head',41450,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29961,12,0,-1,'Enraged Earthen Soul',6513,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(29963,12,0,-1,'Enraged Fiery Soul',41565,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30524,12,0,-1,'Ancient Draenei Manuscript, Chapter 1',42280,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30525,12,0,-1,'Ancient Draenei Manuscript, Chapter 2',42281,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30613,12,0,-1,'Felfire Diemetradon Eye',1504,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30805,12,0,-1,'Thick Stain Resistant Gloves',42821,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37822,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(31866,3,5,-1,'Veiled Flame Spessarite',35845,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,527,-1,0,0,0,0,'',0,0,0,0,0,12340),(31869,3,5,-1,'Wicked Flame Spessarite',35845,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,530,-1,0,0,0,0,'',0,0,0,0,0,12340),(31870,9,10,-1,'Design: Great Golden Draenite',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39451,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Great Golden Draenite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31871,9,10,-1,'Design: Balanced Shadow Draenite',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39455,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Balanced Shadow Draenite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31872,9,10,-1,'Design: Infused Shadow Draenite',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39458,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut an Infused Shadow Draenite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31873,9,10,-1,'Design: Veiled Flame Spessarite',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39466,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Veiled Flame Spessarite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31874,9,10,-1,'Design: Wicked Flame Spessarite',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39467,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Wicked Flame Spessarite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32292,9,10,-1,'Design: Rigid Lionseye',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39721,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Rigid Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32544,15,0,-1,'Tier 5 Druid Test Gear Box 2',12333,1,4,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(32782,4,0,-1,'Time-Lost Figurine',34149,3,0,0,1,18475,4618,12,-1,-1,70,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41301,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',51,0,0,0,0,12340),(32960,12,0,-1,'Elekk Dispersion Ray',45784,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41985,0,15,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33007,12,0,-1,'Grimbooze\'s Secret Recipe',1096,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(33012,4,0,-1,'Terokkar Lilac',45907,1,0,0,1,100000,25000,23,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Rare and exquisite... just like all the others.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33060,3,8,-1,'Soulbound Test Gem',43108,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red, Blue, or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,681,-1,0,0,0,0,'',0,0,0,0,0,12340),(33092,0,1,-1,'Healing Potion Injector',45437,1,0,0,1,20000,5000,0,-1,-1,66,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67486,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33093,0,1,-1,'Mana Potion Injector',45156,1,0,0,1,20000,5000,0,-1,-1,69,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67487,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33096,15,0,-1,'Complimentary Brewfest Sampler',18102,1,196674,0,1,0,0,0,32767,-1,5,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42436,0,-1,-1,0,0,-1,42533,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Free brew in a fun, throwable mug!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33117,1,0,-1,'Jack-o\'-Lantern',46716,3,0,0,1,80000,20000,18,-1,-1,1,60,0,0,0,0,0,0,0,0,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33137,3,1,-1,'Sparkling Falling Star',44930,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,708,-1,0,0,0,0,'',0,0,0,0,0,12340),(33138,3,2,-1,'Mystic Bladestone',44926,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,709,-1,0,0,0,0,'',0,0,0,0,0,12340),(33139,3,2,-1,'Brilliant Bladestone',44926,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,710,-1,0,0,0,0,'',0,0,0,0,0,12340),(33165,9,8,-1,'Formula: Enchant Weapon - Greater Agility',7798,1,64,0,1,30000,7500,0,-1,-1,70,0,333,350,0,0,0,967,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42620,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to increase Agility by 20. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33174,9,4,-1,'Plans: Ragesteel Shoulders',6270,3,64,0,1,80000,20000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42662,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Ragesteel Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33205,9,1,-1,'Pattern: Shadowprowler\'s Chestguard',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,967,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42731,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Shadowprowler\'s Chestguard.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33208,0,3,-1,'Flask of Chromatic Wonder',22191,1,0,0,1,5000,1250,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42735,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33209,9,6,-1,'Recipe: Flask of Chromatic Wonder',15274,2,64,0,1,40000,10000,0,-1,-1,70,0,171,375,0,0,0,967,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42736,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Flask of Chromatic Wonder.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33219,0,0,0,'Goblin Gumbo Kettle',21473,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42753,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33223,15,0,0,'Fishing Chair',46524,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42766,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33234,0,0,-1,'Iced Berry Slush',40694,1,0,0,5,4000,200,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43154,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Chilling!',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33236,0,0,-1,'Fizzy Faire Drink \"Classic\"',40853,1,0,0,5,5600,280,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34291,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Because, Let\'s Face it, \'New Fizzy Faire Drink\' Was Awful',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33246,0,0,-1,'Funnel Cake',35639,1,0,0,5,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33254,0,0,-1,'Afrazi Forest Strider Drumstick',25481,1,0,0,5,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It\'s... HUGE!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33306,12,0,0,'Ram Racing Reins',4939,1,131074,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42924,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Giddyup!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33309,4,6,-1,'Merciless Gladiator\'s Redoubt',42376,4,36864,0,1,0,0,14,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,27,35,27,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5727,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,152,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33313,4,6,-1,'Merciless Gladiator\'s Barrier',42376,4,36864,0,1,0,0,14,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,27,35,27,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5727,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,152,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33782,3,4,-1,'Steady Talasite',39930,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,741,-1,0,0,0,0,'',0,0,0,0,0,12340),(33783,9,10,-1,'Design: Steady Talasite',6270,3,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43493,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Steady Talasite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33784,15,0,-1,'Darkrune Fragment',20774,1,1088,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43521,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The rune has been broken into five pieces.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33797,0,0,0,'Portable Brewfest Keg',47356,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44066,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,240,0,0,'',0,0,0,0,0,12340),(33929,0,0,-1,'Brewfest Brew',18102,1,2,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33955,12,0,-1,'Brewfest Stein Voucher',7744,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Turn in to receive a Commemorative Brewfest Stein!',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33976,15,5,-1,'Brewfest Ram',17343,3,0,0,1,100000,0,0,262143,-1,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,43899,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33977,15,5,-1,'Swift Brewfest Ram',17343,4,0,0,1,1000000,0,0,262143,-1,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,43900,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34008,4,0,-1,'Blix\'s Eyesight Enhancing Romance Goggles',45840,1,0,1,1,0,0,1,-1,-1,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43944,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Guaranteed by Blix Fixwidget to make EVERYONE look attractive!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34009,2,4,4,'Hammer of Judgement',47248,4,0,0,1,674339,134867,21,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,22,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,129,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42111,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-59,0,0,0,'',67,0,0,0,0,12340),(34010,4,1,-1,'Pepe\'s Shroud of Pacification',47249,4,0,0,1,208028,41605,16,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,45,13,30,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The shroud fills you with a sense of peace',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34012,4,1,-1,'Shroud of the Final Stand',47252,4,0,0,1,202301,40460,16,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,24,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34028,12,0,-1,'\"Honorary Brewer\" Hand Stamp',47178,1,0,1,1,0,0,0,32767,-1,40,40,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Allows the purchase of Brewfest rams from a Ram Racing Apprentice.',0,0,1,11419,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34141,12,0,0,'Dark Iron Ale Keg',47493,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33985,12,0,-1,'Dreary Candle',7066,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33292,4,1,-1,'Hallowed Helm',46514,3,32768,0,1,10,2,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'There\'s a hole for your head...',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33808,4,4,-1,'The Horseman\'s Helm',51920,4,32768,0,1,0,0,1,262143,2147483647,110,70,0,0,0,0,0,0,0,0,1,0,3,4,40,7,46,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,0,0,0,0,0,0,0,0,43873,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32971,0,0,0,'Water Bucket',22198,1,2,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42340,0,-1,0,-1,0,-1,42336,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34075,4,0,-1,'Ring of Ghoulish Delight',47325,4,32768,0,1,0,0,11,262143,32767,110,70,0,0,0,0,0,0,0,1,1,0,1,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33226,0,0,0,'Tricky Treat',3225,1,198656,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,100,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44436,0,-1,-1,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,86400,0,0,'',0,0,0,0,1,12340),(33154,15,2,-1,'Sinister Squashling',32955,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,42609,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33183,15,5,-1,'Old Magic Broom',47504,3,65664,0,1,0,0,0,-1,-1,1,10,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,42680,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340),(33176,15,5,-1,'Flying Broom',56954,3,65664,0,1,0,0,0,-1,-1,1,60,762,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,42667,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340),(34074,4,0,-1,'Witches Band',47325,4,36864,0,1,0,0,11,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,22,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34073,4,0,-1,'The Horseman\'s Signet Ring',47325,4,32768,0,1,0,0,11,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,19,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34068,0,0,0,'Weighted Jack-o\'-Lantern',47314,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44212,0,-1,-1,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33184,15,5,-1,'Swift Magic Broom',56954,4,65664,0,1,0,0,0,-1,-1,1,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,42668,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340),(34171,15,3,-1,'Winter Stationery',7798,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,6,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33325,4,0,-1,'Voodoo Shaker',46817,4,4096,0,1,0,0,23,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,20,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34014,2,1,-1,'Vengeful Gladiator\'s Waraxe',47771,4,36864,0,1,0,0,17,260644,2147483647,146,70,0,0,0,0,0,0,0,0,1,0,4,7,62,32,46,35,33,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,483,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,15832,1,0,0,-1,0,-1,43902,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33509,4,8,-1,'Idol of Terror',39640,4,4096,0,1,0,0,28,32767,32767,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43737,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33483,4,2,-1,'Life-step Belt',47005,4,4096,0,1,0,0,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,20,5,23,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34062,0,5,-1,'Conjured Mana Biscuit',47912,1,2097154,0,1,0,0,0,-1,-1,75,65,0,0,0,0,0,0,0,80,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44166,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33865,0,0,-1,'Amani Hex Stick',47109,2,64,0,1,1600,400,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43732,0,-1,-1,0,150,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It be yer trusty anti-hexxor\', mon!',0,0,0,0,0,2,0,0,0,0,0,0,0,568,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33933,0,8,-1,'Amani Charm of the Raging Defender',31846,2,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43822,0,-1,-1,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,568,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33759,4,1,-1,'Vengeful Gladiator\'s Silk Handguards',46930,4,36864,0,1,0,0,10,128,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,50,5,18,32,22,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,44301,1,0,0,-1,0,-1,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(33702,4,2,-1,'Vengeful Gladiator\'s Leather Legguards',46937,4,36864,0,1,0,0,7,8,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,67,3,35,32,25,35,40,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33700,4,2,-1,'Vengeful Gladiator\'s Leather Gloves',46940,4,36864,0,1,0,0,10,8,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,49,3,33,35,24,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(33750,4,4,-1,'Vengeful Gladiator\'s Scaled Gauntlets',46949,4,36864,0,1,0,0,10,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,40,5,22,32,26,4,40,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1141,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,44300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33507,4,9,-1,'Stonebreaker\'s Totem',47072,4,4096,0,1,0,0,28,32767,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43748,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33522,4,4,-1,'Chestguard of the Stoic Guardian',49359,4,4096,0,1,0,0,5,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,60,12,22,13,30,4,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1607,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,4,0,8,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33524,4,4,-1,'Girdle of the Protector',40515,4,4096,0,1,0,0,6,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,5,7,40,13,27,12,11,31,18,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,904,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33739,4,3,-1,'Vengeful Gladiator\'s Ringmail Gauntlets',46892,4,36864,0,1,0,0,10,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,47,5,23,32,25,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,18046,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33765,2,16,-1,'Vengeful Gladiator\'s War Edge',38679,4,4231168,0,1,0,0,25,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,24,32,17,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,306,0,0,0,0,0,0,0,0,0,0,0,1900,0,100,9336,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33740,4,3,-1,'Vengeful Gladiator\'s Ringmail Helm',46894,4,36864,0,1,0,0,1,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,67,5,28,32,25,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34504,0,8,-1,'Adamantite Shell Machine',11448,1,0,0,1,25000,6250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45171,0,-5,-5,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Warning: Contains Explosives.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34249,4,0,-1,'Hula Girl Doll',47772,1,0,0,1,1000000,250000,2,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The head bobs when shaken.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33677,4,1,-1,'Vengeful Gladiator\'s Dreadweave Hood',46871,4,36864,0,1,0,0,1,256,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,73,5,25,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(34440,0,1,-1,'Mad Alchemist\'s Potion',17889,1,0,0,1,28000,7000,0,-1,-1,75,60,171,315,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45051,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33640,2,13,-1,'Fury',47175,4,0,0,1,657043,131408,22,262143,32767,132,70,0,0,0,0,0,0,0,0,1,0,2,31,20,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,323,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33334,4,0,-1,'Fetish of the Primal Gods',46981,4,4096,0,1,0,0,23,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,17,36,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33724,4,4,-1,'Vengeful Gladiator\'s Ornamented Headcover',47759,4,36864,0,1,0,0,1,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,64,5,34,32,26,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33712,4,3,-1,'Vengeful Gladiator\'s Mail Gauntlets',46892,4,36864,0,1,0,0,10,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,46,5,23,32,28,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33718,4,1,-1,'Vengeful Gladiator\'s Mooncloth Hood',48113,4,36864,0,1,0,0,1,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,73,5,23,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33717,4,1,-1,'Vengeful Gladiator\'s Mooncloth Gloves',46932,4,32768,0,1,0,0,10,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,23,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(33745,4,1,-1,'Vengeful Gladiator\'s Satin Hood',48113,4,36864,0,1,0,0,1,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,73,5,21,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33588,4,1,-1,'Runed Spell-cuffs',47062,4,4096,0,1,0,0,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,20,5,18,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33667,4,3,-1,'Vengeful Gladiator\'s Chain Leggings',46882,4,36864,0,1,0,0,7,4,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,64,3,34,32,25,35,33,5,18,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,894,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33291,4,1,-1,'Voodoo-woven Belt',46804,4,4096,0,1,0,0,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,32,33,7,19,5,22,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33973,4,2,-1,'Pauldrons of Tribal Fury',46803,4,4096,0,1,0,0,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,23,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33723,4,4,-1,'Vengeful Gladiator\'s Ornamented Gloves',46949,4,36864,0,1,0,0,10,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,44,5,29,32,28,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1141,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33484,4,1,-1,'Dory\'s Embrace',47589,4,4096,0,1,0,0,16,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,34,35,20,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,43219,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Approximately priceless.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34067,1,0,-1,'Tattered Hexcloth Sack',2593,3,0,0,1,200000,50000,18,-1,-1,70,0,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Made of cloth patches from the depths of Zul\'Aman.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33673,4,2,-1,'Vengeful Gladiator\'s Dragonhide Legguards',46946,4,36864,0,1,0,0,7,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,7,7,55,4,36,5,30,3,37,35,29,31,12,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33758,4,1,-1,'Vengeful Gladiator\'s Silk Cowl',47799,4,36864,0,1,0,0,1,128,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,59,5,23,32,24,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33711,4,3,-1,'Vengeful Gladiator\'s Mail Armor',46891,4,36864,0,1,0,0,20,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,28,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,0,0,0,0,0,0,0,0,0,21365,1,0,0,-1,0,-1,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,140,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33696,4,4,-1,'Vengeful Gladiator\'s Lamellar Gauntlets',46949,4,36864,0,1,0,0,10,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,44,5,30,32,29,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1141,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33713,4,3,-1,'Vengeful Gladiator\'s Mail Helm',46894,4,36864,0,1,0,0,1,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,67,5,23,32,26,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33593,4,1,-1,'Slikk\'s Cloak of Placation',47069,4,4096,0,1,0,0,16,-1,-1,128,70,0,0,0,0,0,0,1,0,1,0,3,12,16,7,37,13,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,346,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,238,0,0,0,'',67,0,0,0,0,12340),(33731,4,4,-1,'Vengeful Gladiator\'s Plate Legguards',46866,4,36864,0,1,0,0,7,1,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,70,4,51,32,47,35,22,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1597,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33764,2,19,-1,'Vengeful Gladiator\'s Touch of Defeat',46606,4,36864,0,1,0,0,26,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,468,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,9346,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33665,4,3,-1,'Vengeful Gladiator\'s Chain Gauntlets',46883,4,36864,0,1,0,0,10,4,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,52,3,33,32,19,35,21,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,28539,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33519,4,4,-1,'Handguards of the Templar',47026,4,4096,0,1,0,0,10,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,28,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33503,4,7,-1,'Libram of Divine Judgement',34959,4,4096,0,1,0,0,28,32767,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43745,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33761,4,1,-1,'Vengeful Gladiator\'s Silk Trousers',46933,4,36864,0,1,0,0,7,128,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,59,5,34,32,33,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33514,4,4,-1,'Pauldrons of Gruesome Fate',47018,4,4096,0,1,0,0,3,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,4,42,31,23,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1206,0,0,0,0,0,0,0,0,0,40555,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33690,4,2,-1,'Vengeful Gladiator\'s Kodohide Gloves',46941,4,36864,0,1,0,0,10,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,43,5,34,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33502,4,7,-1,'Libram of Mending',34961,4,4096,0,1,0,0,28,32767,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43741,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33206,4,3,-1,'Pauldrons of Primal Fury',47032,4,0,0,1,286516,57303,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,31,20,3,28,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,675,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,2,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33530,4,3,-1,'Natural Life Leggings',47177,4,4096,0,1,0,0,7,32767,2147483647,128,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,38,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,787,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,4,0,2,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33532,4,3,-1,'Gleaming Earthen Bracers',47035,4,4096,0,1,0,0,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,18,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33730,4,4,-1,'Vengeful Gladiator\'s Plate Helm',49686,4,36864,0,1,0,0,1,1,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,61,4,39,32,35,35,25,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,100,0,0,0,0,1,0,4,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33728,4,4,-1,'Vengeful Gladiator\'s Plate Chestpiece',46867,4,36864,0,1,0,0,5,1,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,67,4,39,32,39,35,24,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,165,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33676,4,1,-1,'Vengeful Gladiator\'s Dreadweave Gloves',48285,4,36864,0,1,0,0,10,256,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,51,5,28,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(33675,4,2,-1,'Vengeful Gladiator\'s Dragonhide Tunic',46945,4,36864,0,1,0,0,5,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,7,7,54,4,30,5,22,3,31,35,26,31,12,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33580,4,2,-1,'Band of the Swift Paw',47057,4,4096,0,1,0,0,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,4,26,3,22,7,31,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33331,4,4,-1,'Chain of Unleashed Rage',47021,4,4096,0,1,0,0,6,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,34,7,37,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,904,0,0,0,0,0,0,0,0,0,40555,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,2860,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33680,4,1,-1,'Vengeful Gladiator\'s Dreadweave Robe',46873,4,36864,0,1,0,0,20,256,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,75,5,21,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33701,4,2,-1,'Vengeful Gladiator\'s Leather Helm',47825,4,36864,0,1,0,0,1,8,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,65,3,31,35,25,32,21,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33749,4,4,-1,'Vengeful Gladiator\'s Scaled Chestpiece',47949,4,36864,0,1,0,0,5,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,54,5,27,32,36,4,41,35,36,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,165,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33283,2,4,-1,'Amani Punisher',46801,4,4096,0,1,662033,132406,21,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,21,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,112,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,44075,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-54.3,0,0,0,'',67,0,0,0,0,12340),(33192,2,19,-1,'Carved Witch Doctor\'s Stick',48216,4,4096,0,1,0,0,26,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,2,7,9,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,343,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,9346,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33505,4,9,-1,'Totem of Living Water',46045,4,4096,0,1,0,0,28,32767,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43752,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34087,4,1,-1,'Green Winter Clothes',48131,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,761,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33285,4,1,-1,'Fury of the Ursine',42602,4,0,0,1,129661,25932,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,12,5,17,6,16,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33513,4,4,-1,'Eternium Rage-shackles',47017,4,4096,0,1,0,0,9,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,4,32,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,40258,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33920,4,0,-1,'Vindicator\'s Pendant of Conquest',39162,4,36864,0,1,0,0,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,4,7,31,35,18,32,21,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33914,4,1,-1,'Vindicator\'s Silk Footguards',47427,4,36864,0,1,0,0,8,400,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,5,30,32,28,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33913,4,1,-1,'Vindicator\'s Silk Cuffs',47426,4,36864,0,1,0,0,9,400,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,29,5,22,32,15,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33182,15,5,-1,'Swift Flying Broom',56954,4,65664,0,1,0,0,0,-1,-1,1,70,762,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,42668,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340),(33506,4,9,-1,'Skycall Totem',47071,4,4096,0,1,0,0,28,32767,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43750,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33333,4,1,-1,'Kharmaa\'s Shroud of Hope',43292,4,4096,0,1,0,0,16,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,34,35,23,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Everything happens for a reason',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33540,4,2,-1,'Master Assassin Wristwraps',47043,4,4096,0,1,0,0,9,1535,2147483647,128,70,0,0,0,0,0,0,0,0,1,0,3,3,17,7,22,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2902,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33839,12,0,-1,'Kaliri Stew',47100,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Looks like revenge is on the menu tonight! Kaliri never tasted so good.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33844,15,0,-1,'Barrel of Fish',47102,1,4,0,1,350,87,0,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A warning label reads: Do Not Shoot.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33857,15,0,0,'Crate of Meat',9151,1,4,0,1,455,113,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Mostly meat and whatever else was sitting around.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33837,12,0,-1,'Cooking Pot',47096,1,1088,0,1,0,0,0,-1,-1,65,0,185,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,43718,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33838,12,0,-1,'Giant Kaliri Wing',22200,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33504,4,7,-1,'Libram of Divine Purpose',34960,4,4096,0,1,0,0,28,32767,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43743,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34424,4,0,-1,'Power of the High Chief',47701,3,524288,0,1,40000,10000,12,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(34049,4,0,-1,'Battlemaster\'s Audacity',47294,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24196,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33873,9,5,-1,'Recipe: Spicy Hot Talbuk',15274,2,64,0,1,20000,5000,0,-1,-1,60,0,185,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43765,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Spicy Hot Talbuk.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33872,0,5,-1,'Spicy Hot Talbuk',39720,1,0,0,1,600,150,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43763,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33287,4,2,-1,'Gnarled Ironwood Pauldrons',46803,4,4096,0,1,0,0,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,23,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,4,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34582,6,3,-1,'Mysterious Shell',44356,4,0,0,200,10000,12,24,-1,-1,120,70,0,0,0,0,0,967,6,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,47,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34581,6,2,-1,'Mysterious Arrow',40522,4,0,0,200,10000,12,24,-1,-1,120,70,0,0,0,0,0,967,6,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,47,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33823,7,8,-1,'Bloodfin Catfish',24711,1,0,0,1,160,8,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33824,7,8,-1,'Crescent-Tail Skullfish',38902,1,0,0,1,160,8,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33589,4,1,-1,'Wristguards of Tranquil Thought',47065,4,4096,0,1,0,0,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,12,5,17,6,16,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33587,4,1,-1,'Light-Blessed Bonds',48226,4,4096,0,1,0,0,10,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,22,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34060,15,5,-1,'Flying Machine Control',47773,3,0,0,1,0,0,0,262143,32767,60,60,202,300,34090,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,44153,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teaches you how to summon this mount. Can only be used in Outland or Northrend.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33586,4,1,-1,'Studious Wraps',48227,4,4096,0,1,0,0,10,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,22,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33528,4,3,-1,'Gauntlets of Sniping',47030,4,4096,0,1,0,0,10,32767,2147483647,128,70,0,0,0,0,0,0,0,0,1,0,4,3,20,7,27,5,20,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,562,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,2,0,0,0,2973,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33851,12,0,-1,'Cooking Pot',47096,1,1088,0,1,0,0,0,-1,-1,65,0,185,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,43724,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Can only be used at the Ancestral Grounds in Nagrand.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33850,12,0,-1,'Spiritual Soup',47836,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s not made of chicken, but it\'s definitely good for the soul.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33518,4,4,-1,'High Justicar\'s Legplates',47025,4,4096,0,1,0,0,7,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,37,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1406,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33214,2,7,-1,'Akil\'zon\'s Talonblade',46789,4,0,0,1,689243,137848,13,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,2,7,25,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,187,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33869,9,5,-1,'Recipe: Broiled Bloodfin',15274,2,64,0,1,20000,5000,0,-1,-1,60,0,185,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43761,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Broiled Bloodfin.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33867,0,5,-1,'Broiled Bloodfin',24711,1,0,0,1,160,8,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45618,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33322,4,2,-1,'Shimmer-pelt Vest',46813,4,0,0,1,329069,65813,5,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,5,35,7,34,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,21637,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33520,4,4,-1,'Vambraces of the Naaru',47027,4,4096,0,1,0,0,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,12,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33262,4,0,-1,'Morlann\'s Seal',9837,2,0,0,1,20420,5105,11,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,5,7,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33260,4,1,-1,'Spellbound Cloak',46455,2,0,0,1,18088,3617,16,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,5,7,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(34416,4,1,-1,'Gloves of the Dune',18999,3,0,0,1,20029,4005,10,-1,-1,46,0,0,0,0,0,0,0,0,0,1,0,2,7,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340),(33257,4,3,-1,'Scaled Marshwalkers',46452,2,0,0,1,17503,3500,8,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,7,8,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33274,2,18,-1,'Mercenary\'s Crossbow',38651,2,0,0,1,31580,6316,26,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,7,4,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,67,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340),(33191,4,4,-1,'Jungle Stompers',46781,4,0,0,1,347406,69481,8,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,43,12,20,15,18,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,39987,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2975,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33324,4,3,-1,'Treads of the Life Path',47038,4,4096,0,1,0,0,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,21,5,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,18045,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,8,0,4,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34423,4,0,-1,'Strength of the High Chief',47700,3,524288,0,1,40000,10000,12,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(33537,4,3,-1,'Treads of Booming Thunder',47041,4,4096,0,1,0,0,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,33,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,4,0,0,0,2875,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34163,4,0,-1,'Battlemaster\'s Cruelty',47522,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,1,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33010,12,0,-1,'Griftah\'s Note',7263,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You may be able to peek without breaking the seal....',3031,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34200,9,1,-1,'Pattern: Quiver of a Thousand Feathers',811,1,64,0,1,160000,40000,0,-1,-1,70,0,165,350,0,0,0,1011,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,44359,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Quiver of a Thousand Feathers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33534,4,3,-1,'Grips of Nature\'s Wrath',47034,4,4096,0,1,0,0,10,32767,2147483647,128,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,27,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,562,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33273,2,2,-1,'Seasoned Marshwood Bow',20667,2,0,0,1,36697,7339,15,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,3,4,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,78,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340),(33296,4,0,-1,'Brooch of Deftness',46805,4,4096,0,1,0,0,2,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,48,31,22,37,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33508,4,8,-1,'Idol of Budding Life',47073,4,4096,0,1,0,0,28,32767,32767,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43736,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33510,4,8,-1,'Idol of the Unseen Moon',47088,4,4096,0,1,0,0,28,32767,32767,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43739,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33810,4,4,-1,'Amani Mask of Death',47019,4,4096,0,1,0,0,1,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,46,7,51,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1306,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33501,4,4,-1,'Bloodthirster\'s Wargreaves',47015,4,4096,0,1,0,0,7,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,46,31,38,7,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1406,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33517,4,4,-1,'Bonefist Gauntlets',47024,4,4096,0,1,0,0,10,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,51,14,21,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33279,4,4,-1,'Iron-tusk Girdle',42651,4,4096,0,1,0,0,6,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,45,13,22,12,21,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,904,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,4,0,0,0,2876,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33516,4,4,-1,'Bracers of the Ancient Phalanx',47023,4,4096,0,1,0,0,9,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,4,7,45,12,14,37,15,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33512,4,4,-1,'Furious Deathgrips',47016,4,4096,0,1,0,0,10,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,34,7,37,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33515,4,4,-1,'Unwavering Legguards',47022,4,4096,0,1,0,0,7,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,73,12,22,15,30,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1406,0,0,0,0,0,0,0,0,0,34061,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33207,4,4,-1,'Implacable Guardian Sabatons',46784,4,4096,0,1,0,0,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,21,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,8,0,0,0,2863,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33523,4,4,-1,'Sabatons of the Righteous Defender',46784,4,4096,0,1,0,0,8,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,45,12,18,31,18,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,28113,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33527,4,3,-1,'Shifting Camouflage Pants',47029,4,4096,0,1,0,0,7,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,34,7,45,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,787,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,42095,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33280,4,3,-1,'War-Feathered Loop',46793,4,4096,0,1,0,0,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,29,7,36,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,39922,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33529,4,3,-1,'Steadying Bracers',47031,4,4096,0,1,0,0,9,32767,2147483647,128,70,0,0,0,0,0,0,0,0,1,0,3,3,18,7,21,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,39925,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33535,4,3,-1,'Earthquake Bracers',47035,4,4096,0,1,0,0,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,19,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33965,4,3,-1,'Hauberk of the Furious Elements',46995,4,4096,0,1,0,0,5,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,34,36,35,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33970,4,3,-1,'Pauldrons of the Furious Elements',46990,4,4096,0,1,0,0,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,24,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,675,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33386,4,3,-1,'Man\'kin\'do\'s Belt',47036,4,4096,0,1,0,0,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,26,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33531,4,3,-1,'Polished Waterscale Gloves',47034,4,4096,0,1,0,0,10,32767,32767,128,70,0,0,0,0,0,0,0,0,1,0,2,7,33,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,562,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21639,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33536,4,3,-1,'Stormwrap',46089,4,4096,0,1,0,0,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,21,5,26,32,22,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33538,4,2,-1,'Shallow-grave Trousers',47045,4,4096,0,1,0,0,7,262143,2147483647,128,70,0,0,0,0,0,0,0,0,1,0,3,3,45,7,46,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33222,4,2,-1,'Nyn\'jah\'s Tabi Boots',46792,4,4096,0,1,0,0,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,29,7,21,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,8,0,2,0,0,0,2860,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33539,4,2,-1,'Trickster\'s Stickyfingers',47044,4,4096,0,1,0,0,10,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,30,7,28,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33578,4,2,-1,'Armwraps of the Kaldorei Protector',47055,4,4096,0,1,0,0,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,19,5,22,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33566,4,2,-1,'Blessed Elunite Coverings',47050,4,4096,0,1,0,0,5,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,5,34,7,33,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,2,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33582,4,2,-1,'Footwraps of Wild Encroachment',49057,4,4096,0,1,0,0,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,4,29,3,33,7,28,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,4,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33577,4,2,-1,'Moon-walkers',47054,4,4096,0,1,0,0,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,28,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,2,0,0,0,2880,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33552,4,2,-1,'Pants of Splendid Recovery',47049,4,4096,0,1,0,0,7,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,40,6,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,4,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33557,4,2,-1,'Gargon\'s Bracers of Peaceful Slumber',45753,4,4096,0,1,0,0,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,5,25,7,12,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3151,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33974,4,2,-1,'Grasp of the Moonkin',47171,4,4096,0,1,0,0,10,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,5,30,7,28,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33559,4,2,-1,'Starfire Waistband',46105,4,4096,0,1,0,0,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,20,5,23,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33972,4,2,-1,'Mask of Primal Power',46983,4,4096,0,1,0,0,1,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,39,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33579,4,2,-1,'Vestments of Hibernation',47056,4,4096,0,1,0,0,5,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,4,4,46,3,45,7,51,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,40258,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33583,4,2,-1,'Waistguard of the Great Beast',47060,4,4096,0,1,0,0,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,4,29,3,28,7,37,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,2,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33584,4,1,-1,'Pantaloons of Arcane Annihilation',47061,4,4096,0,1,0,0,7,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,35,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33585,4,1,-1,'Achromic Trousers of the Naaru',48224,4,4096,0,1,0,0,7,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,35,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33304,4,1,-1,'Cloak of Subjugated Power',46812,4,4096,0,1,0,0,16,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,34,35,23,32,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33832,4,0,-1,'Battlemaster\'s Determination',47095,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15826,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34050,4,0,-1,'Battlemaster\'s Perseverance',47696,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33820,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34162,4,0,-1,'Battlemaster\'s Depravity',47521,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,1,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33265,4,0,-1,'Pendant of Ferocity',9854,2,0,0,1,17512,4378,2,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,7,6,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33245,4,2,-1,'Grimsby\'s Gaudy Girdle',46443,2,0,0,1,9974,1994,6,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,3,9,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33211,4,2,-1,'Bladeangel\'s Money Belt',46785,4,0,0,1,165731,33146,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,25,7,27,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,39981,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,1,'Accepting donations.',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33852,12,0,-1,'Cooking Pot',47096,1,1088,0,1,0,0,0,-1,-1,65,0,185,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,43723,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Requires the smoldering corpse of an Abyssal Flamebringer.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33848,12,0,-1,'Demon Broiled Surprise',47100,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Smells delicious!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33249,4,2,-1,'Boots of the Skirmisher',46445,2,0,0,1,16699,3339,8,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,7,7,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33250,4,2,-1,'Archer\'s Wristguard',46446,2,0,0,1,11173,2234,9,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,3,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33281,4,0,-1,'Brooch of Nature\'s Mercy',33906,4,0,0,1,411111,102777,2,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,36,33,5,24,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33203,4,1,-1,'Robes of Heavenly Purpose',47159,4,4096,0,1,250708,50141,20,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,23,6,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,4,0,8,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33216,4,4,-1,'Chestguard of Hidden Purpose',49359,4,0,0,1,472377,94475,5,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,5,31,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1607,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21644,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,8,0,4,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34220,3,6,-1,'Chaotic Skyfire Diamond',39205,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,801,-1,0,0,0,0,'',0,0,0,0,0,12340),(33480,4,1,-1,'Cord of Braided Troll Hair',47002,4,0,0,1,124461,24892,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,17,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,8,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33232,4,1,-1,'Journeyman\'s Cowl',46434,2,0,0,1,13505,2701,1,262143,32767,37,0,0,0,0,0,0,0,0,0,1,0,2,5,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33261,4,1,-1,'Destroyer\'s Cloak',35076,2,0,0,1,18156,3631,16,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,4,6,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33490,2,10,-1,'Staff of Dark Mending',47008,4,0,0,1,830701,166140,17,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,2,7,46,5,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,303,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,44077,1,0,0,-1,0,-1,42082,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2872,0,300,-54.3,0,0,0,'',67,0,0,0,0,12340),(34330,0,6,-1,'Heavy Knothide Armor Kit',38762,1,64,0,1,30000,7500,0,-1,-1,70,60,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44968,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33247,4,2,-1,'Swift Wind Spaulders',46444,2,0,0,1,15070,3014,3,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,3,10,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33263,4,0,-1,'Raptor Eye Ring',9834,2,0,0,1,22056,5514,11,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,3,7,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33357,4,1,-1,'Footpads of Madness',41484,4,4096,0,1,193832,38766,8,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,22,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33871,9,5,-1,'Recipe: Stormchops',6270,3,64,0,1,20000,5000,0,-1,-1,60,0,185,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43758,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Stormchops.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33866,0,5,-1,'Stormchops',42924,1,64,0,1,2200,550,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43730,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33327,4,4,-1,'Mask of Introspection',47898,4,0,0,1,351100,70220,1,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,39,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1306,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34419,2,16,-1,'Thorium Flight Blade',26358,3,4194304,0,1,103656,25914,25,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,1,32,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,131,0,0,0,0,0,0,0,0,0,0,0,3000,0,100,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340),(33243,4,2,-1,'Skirmisher\'s Cover',46441,2,0,0,1,19055,3811,1,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,3,14,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33237,4,2,-1,'Brogg\'s Battle Harness',46437,2,0,0,1,28861,5772,5,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,3,12,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(34218,9,1,-1,'Pattern: Netherscale Ammo Pouch',811,1,64,2,1,160000,40000,0,-1,-1,70,0,165,350,0,0,0,946,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,44768,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Netherscale Ammo Pouch.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34417,4,2,-1,'Marauder\'s Handwraps',28688,3,0,0,1,25036,5007,10,-1,-1,46,0,0,0,0,0,0,0,0,0,1,0,2,3,10,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340),(34061,15,5,-1,'Turbo-Charged Flying Machine Control',47774,4,0,0,1,0,0,0,262143,32767,70,70,202,375,34091,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,44151,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast ride.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34113,7,3,-1,'Field Repair Bot 110G',36529,1,0,0,1,40000,10000,0,-1,-1,70,0,202,325,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44389,0,-1,-1,0,1193,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34227,4,0,-1,'Deadman\'s Hand',43407,4,0,0,1,24800,6200,11,-1,-1,36,29,0,0,0,0,0,0,0,1,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27867,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',17,0,0,0,0,12340),(33233,4,1,-1,'Cobalt-threaded Gloves',46435,2,0,0,1,11382,2276,10,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,7,9,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(20122,4,3,-1,'Highlander\'s Mail Greaves',34242,3,36864,2,1,0,0,8,68,32767,43,40,0,0,0,0,0,0,0,1,1,0,3,7,10,3,7,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33229,4,1,-1,'Mordant\'s Travel Tunic',46431,2,0,0,1,16195,3239,5,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,5,11,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33255,4,4,-1,'Rustproof Waistguard',46462,2,0,0,1,18744,3748,6,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,4,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33270,2,7,-1,'Mariner\'s Sword',20214,2,0,0,1,48259,9651,13,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,2,3,5,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,62,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340),(33248,4,2,-1,'Crested Shoulderpads',38664,2,0,0,1,16638,3327,3,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,5,9,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(34418,2,19,-1,'Scrying Wand',47699,3,0,0,1,100301,20060,26,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,114,6,0,0,0,0,0,0,0,0,0,0,1800,0,100,9416,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340),(33286,4,3,-1,'Mojo-mender\'s Mask',47037,4,0,0,1,292815,58563,1,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,34,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,731,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,4,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33870,9,5,-1,'Recipe: Skullfish Soup',15274,2,64,0,1,20000,5000,0,-1,-1,60,0,185,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43707,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Skullfish Soup.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33825,0,5,-1,'Skullfish Soup',46273,1,0,0,1,600,150,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43706,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33266,4,0,-1,'Book of the Adept',46456,2,0,0,1,17512,4378,23,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,5,6,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340),(33481,4,4,-1,'Pauldrons of Stone Resolve',47003,4,0,0,1,327309,65461,3,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,43,12,20,15,18,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1206,0,0,0,0,0,0,0,0,0,28113,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,8,0,8,0,0,0,3017,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34490,1,7,-1,'Bag of Many Hides',31783,3,0,0,1,160000,40000,18,-1,-1,70,0,0,0,0,0,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34482,1,7,-1,'Leatherworker\'s Satchel',20709,2,0,0,1,120000,30000,18,-1,-1,65,0,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33328,4,3,-1,'Arrow-fall Chestguard',46978,4,0,0,1,403458,80691,5,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,3,39,7,25,5,38,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33240,4,2,-1,'Grimtotem Earthbinder\'s Tunic',8712,2,0,0,1,25126,5025,5,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,5,12,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33332,4,6,-1,'Enamelled Disc of Mojo',48212,4,0,0,1,395007,79001,14,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,24,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5400,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,141,0,120,0,0,0,0,4,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33267,2,15,-1,'Fleshripper',46457,2,0,0,1,47739,9547,13,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,2,7,3,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,48,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340),(33244,4,2,-1,'The Wanderer\'s Cover',46442,2,0,0,1,19125,3825,1,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,4,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33241,4,2,-1,'Oiled Leather Leggings',46439,2,0,0,1,27238,5447,7,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,4,11,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33239,4,2,-1,'Marshwarden\'s Tunic',46438,2,0,0,1,27036,5407,5,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,4,15,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33242,4,2,-1,'Raptorhide Legguards',46440,2,0,0,1,27340,5468,7,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,5,14,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33271,2,7,-1,'Battlecaster\'s Edge',20110,2,0,0,1,52436,10487,13,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,7,5,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,44,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340),(33479,4,2,-1,'Grimgrin Faceguard',47001,4,0,0,1,259287,51857,1,1535,-1,133,70,0,0,0,0,0,0,0,0,1,0,3,3,40,7,48,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,4,0,8,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33389,2,15,-1,'Dagger of Bad Mojo',46986,4,0,0,1,644935,128987,13,32767,-1,132,70,0,0,0,0,0,0,0,0,1,0,1,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,207,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14049,1,0,0,-1,0,-1,42098,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33934,0,1,-1,'Crystal Healing Potion',47132,1,0,0,1,0,0,0,-1,-1,60,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28495,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33935,0,1,-1,'Crystal Mana Potion',47133,1,0,0,1,0,0,0,-1,-1,62,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28499,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33835,12,0,-1,'Shaffar\'s Wondrous Amulet',19764,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This is the source of Nexus-Prince Shaffar\'s magic. Too bad that you can\'t figure out how to use it.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33293,4,0,-1,'Signet of Ancient Magics',44358,4,0,0,1,241024,60256,11,-1,-1,128,70,0,0,0,0,0,0,0,1,1,0,2,7,12,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34029,4,0,-1,'Tiny Voodoo Mask',47330,4,64,0,1,35965,8991,12,-1,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43995,0,0,0,600000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33828,4,0,-1,'Tome of Diabolic Remedy',47091,4,0,0,1,364641,91160,12,262143,32767,133,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40343,1,0,0,120000,0,-1,43710,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33860,12,0,-1,'Pathaleon\'s Projector',31205,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'So this is what he used to appear all over the place!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33592,4,1,-1,'Cloak of Ancient Rituals',42615,4,0,0,1,185974,37194,16,-1,-1,128,70,0,0,0,0,0,0,1,0,1,0,3,5,20,7,22,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33466,4,0,-1,'Loop of Cursed Bones',9852,4,0,0,1,353421,88355,2,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,3,36,27,7,19,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33467,2,7,-1,'Blade of Twisted Visions',46992,4,0,0,1,684782,136956,21,-1,-1,138,70,0,0,0,0,0,0,0,1,1,0,3,7,33,5,21,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,128,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-57.3,0,0,0,'',67,0,0,0,0,12340),(33805,4,3,-1,'Shadowhunter\'s Treads',47004,4,0,0,1,278827,55765,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,26,7,26,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,39925,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33476,2,0,-1,'Cleaver of the Unforgiving',46999,4,0,0,1,707724,141544,13,-1,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,7,31,14,20,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,205,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33326,4,6,-1,'Bulwark of the Amani Empire',48211,4,0,0,1,427293,85458,14,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,42,15,19,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5400,0,0,0,0,0,0,0,0,0,23516,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,141,0,120,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34478,15,2,-1,'Tiny Sporebat',47745,3,4160,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,970,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,45082,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33468,2,4,-1,'Dark Blessing',46994,4,0,0,1,687347,137469,21,32767,-1,138,70,0,0,0,0,0,0,0,1,1,0,2,5,19,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,135,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,42070,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-57.3,0,0,0,'',67,0,0,0,0,12340),(33388,2,7,-1,'Heartless',46985,4,0,0,1,642473,128494,13,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,2,36,20,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,323,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33329,4,2,-1,'Shadowtooth Trollskin Cuirass',46979,4,0,0,1,337412,67482,5,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,3,45,7,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,42113,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33833,12,0,-1,'Nazan\'s Riding Crop',45500,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This certainly looks as if it would hurt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20044,4,3,-1,'Highlander\'s Mail Girdle',34241,3,36864,2,1,0,0,6,68,32767,63,58,0,0,0,0,0,0,0,1,1,0,2,7,10,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,470,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33831,4,0,-1,'Berserker\'s Call',47094,4,0,0,1,364641,91160,12,-1,-1,133,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,43716,0,0,0,120000,1141,20000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33299,4,4,-1,'Spaulders of the Advocate',46807,4,0,0,1,332223,66444,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,5,28,7,21,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1206,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33300,4,2,-1,'Shoulderpads of Dancing Blades',46809,4,0,0,1,238628,47725,3,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,33,7,39,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33946,4,8,-1,'Merciless Gladiator\'s Idol of Resolve',34953,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43842,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34421,4,3,-1,'Cave Crawler\'s Mail Treads',28439,3,0,0,1,60448,12089,8,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,3,3,11,7,8,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340),(33829,4,0,-1,'Hex Shrunken Head',47093,4,0,0,1,364641,91160,12,-1,-1,133,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,43712,0,0,0,120000,1141,20000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33474,2,2,-1,'Ancient Amani Longbow',48215,4,0,0,1,505805,101161,15,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,337,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,15808,1,0,0,-1,0,-1,40680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33354,2,15,-1,'Wub\'s Cursed Hexblade',46982,4,0,0,1,657309,131461,21,32767,-1,132,70,0,0,0,0,0,0,0,1,1,0,3,31,13,32,20,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,126,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,44075,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,-54.3,0,0,0,'',67,0,0,0,0,12340),(33859,12,0,-1,'Warp Splinter Clipping',928,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Hard to believe that the druids think they can regrow such a massive ancient from such a small twig.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33231,4,1,-1,'Oversized Stonemaul Hood',46433,2,0,0,1,16953,3390,1,262143,32767,40,0,0,0,0,0,0,0,0,0,1,0,2,5,12,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33235,4,1,-1,'Journeyman\'s Epaulets',13675,2,0,0,1,5158,1031,3,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,5,9,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33230,4,1,-1,'Leggings of the Long Road',46432,2,0,0,1,20854,4170,7,262143,2147483647,39,0,0,0,0,0,0,0,0,0,1,0,2,5,8,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33258,4,4,-1,'Protective Engineer\'s Leggings',46463,2,0,0,1,37701,7540,7,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,4,11,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33446,4,4,-1,'Girdle of Stromgarde\'s Hope',46989,4,0,0,1,218096,43619,6,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,23,5,26,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,904,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34622,2,16,-1,'Spinesever',47933,4,4194304,0,1,80000,20000,25,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,3,31,10,3,11,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,279,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340),(33215,4,4,-1,'Bloodstained Elven Battlevest',47020,4,0,0,1,470702,94140,5,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,46,7,69,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1607,0,0,0,0,0,0,0,0,0,40679,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33471,4,1,-1,'Two-toed Sandals',46996,4,4096,0,1,201520,40304,8,262143,32767,133,70,0,0,0,0,0,0,0,0,1,0,2,7,33,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Mildly uncomfortable for non-trolls.',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33489,4,1,-1,'Mantle of Ill Intent',47007,4,0,0,1,193095,38619,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,36,33,7,28,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33297,4,0,-1,'The Savage\'s Choker',43701,4,0,0,1,353421,88355,2,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,37,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33874,0,5,-1,'Kibler\'s Bits',25469,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65247,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Pet tested, hunter approved.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33453,4,1,-1,'Hood of Hexing',48434,4,0,0,1,203028,40605,1,32767,-1,133,70,0,0,0,0,0,0,0,0,1,0,4,7,24,5,33,31,31,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,23732,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,2,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(20119,4,3,-1,'Highlander\'s Mail Girdle',34241,3,36864,2,1,0,0,6,68,32767,43,40,0,0,0,0,0,0,0,1,1,0,2,7,6,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33903,4,4,-1,'Vindicator\'s Ornamented Belt',47415,4,36864,0,1,0,0,6,3,32767,146,70,0,0,0,0,0,0,5,0,1,0,4,7,43,32,30,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33877,4,3,-1,'Vindicator\'s Chain Girdle',47406,4,36864,0,1,0,0,6,68,32767,146,70,0,0,0,0,0,0,5,0,1,0,5,7,48,3,33,35,21,32,18,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33251,4,3,-1,'Steel-banded Hauberk',46447,2,0,0,1,31388,6277,5,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,4,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33896,4,3,-1,'Vindicator\'s Linked Sabatons',47420,4,36864,0,1,0,0,8,68,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,49,38,66,35,21,32,34,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33922,4,0,-1,'Vindicator\'s Pendant of Salvation',39162,4,36864,0,1,0,0,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,34,35,18,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18035,1,0,0,0,0,0,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33721,4,1,-1,'Vengeful Gladiator\'s Mooncloth Robe',46927,4,36864,0,1,0,0,20,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,61,5,27,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33900,4,1,-1,'Vindicator\'s Mooncloth Belt',47421,4,36864,0,1,0,0,6,400,32767,146,70,0,0,0,0,0,0,5,0,1,0,3,7,49,5,31,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33259,4,3,-1,'Crimson Barbut',46454,2,0,0,1,20857,4171,1,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,2,4,13,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33264,4,0,-1,'Glowing Tourmaline Ring',9847,2,0,0,1,18912,4728,11,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,2,7,6,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33760,4,1,-1,'Vengeful Gladiator\'s Silk Raiment',46931,4,36864,0,1,0,0,20,128,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,61,5,15,32,33,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,100,0,0,0,0,2,0,4,0,4,0,2951,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33891,4,2,-1,'Vindicator\'s Leather Belt',47900,4,36864,0,1,0,0,6,1032,32767,146,70,0,0,0,0,0,0,5,0,1,0,4,7,49,3,33,32,19,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33892,4,2,-1,'Vindicator\'s Leather Boots',47403,4,36864,0,1,0,0,8,1032,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,49,3,33,32,19,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33228,4,1,-1,'Crimson Tunic',46430,2,0,0,1,16136,3227,5,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,5,11,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33905,4,4,-1,'Vindicator\'s Ornamented Greaves',47417,4,36864,0,1,0,0,8,3,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,32,30,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1255,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33904,4,4,-1,'Vindicator\'s Ornamented Bracers',47416,4,36864,0,1,0,0,9,3,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,29,32,20,5,17,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33708,4,3,-1,'Vengeful Gladiator\'s Linked Helm',46894,4,36864,0,1,0,0,1,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,67,38,68,32,33,35,33,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33895,4,3,-1,'Vindicator\'s Linked Girdle',47419,4,36864,0,1,0,0,6,68,32767,146,70,0,0,0,0,0,0,5,0,1,0,5,7,49,38,68,35,21,32,33,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33707,4,3,-1,'Vengeful Gladiator\'s Linked Gauntlets',46892,4,36864,0,1,0,0,10,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,51,38,66,32,32,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33919,4,0,-1,'Vindicator\'s Band of Triumph',39129,4,36864,0,1,0,0,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,34,32,26,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15810,1,0,0,0,0,0,44474,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33811,4,4,-1,'Vindicator\'s Plate Belt',47047,4,36864,0,1,0,0,6,3,32767,146,70,0,0,0,0,0,0,5,0,1,0,4,7,49,4,35,32,35,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33812,4,4,-1,'Vindicator\'s Plate Greaves',44735,4,36864,0,1,0,0,8,3,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,49,4,35,32,35,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1255,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33813,4,4,-1,'Vindicator\'s Plate Bracers',47092,4,36864,0,1,0,0,9,3,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,36,4,25,32,21,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,3015,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33853,4,0,-1,'Vindicator\'s Band of Dominance',39129,4,36864,0,1,0,0,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,31,35,22,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18050,1,0,0,0,0,0,43782,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33269,2,15,-1,'Bejeweled Dagger',46459,2,0,0,1,44527,8905,13,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,6,3,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,46,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340),(33918,4,0,-1,'Vindicator\'s Band of Salvation',39129,4,36864,0,1,0,0,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,34,35,22,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18035,1,0,0,0,0,0,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34580,4,0,-1,'Battlemaster\'s Perseverance',47696,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33820,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33923,4,0,-1,'Vindicator\'s Pendant of Triumph',39162,4,36864,0,1,0,0,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,35,32,22,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2925,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33878,4,3,-1,'Vindicator\'s Chain Sabatons',47408,4,36864,0,1,0,0,8,68,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,48,3,33,35,21,32,18,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33876,4,3,-1,'Vindicator\'s Chain Bracers',47405,4,36864,0,1,0,0,9,260708,32767,141,70,0,0,0,0,0,0,0,0,1,0,5,7,33,3,23,35,13,32,11,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20123,4,2,-1,'Highlander\'s Mail Greaves',34393,3,36864,2,1,0,0,8,68,32767,33,28,0,0,0,0,0,0,0,1,1,0,2,7,8,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33681,4,0,-1,'Vengeful Gladiator\'s Endgame',39505,4,36864,0,1,0,0,23,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,21,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33704,4,2,-1,'Vengeful Gladiator\'s Leather Tunic',46939,4,36864,0,1,0,0,5,8,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,64,3,31,35,25,32,17,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33664,4,3,-1,'Vengeful Gladiator\'s Chain Armor',46880,4,36864,0,1,0,0,5,4,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,63,3,27,32,25,35,21,5,21,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,140,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33256,4,4,-1,'Refitted Bruiser Gauntlets',46461,2,0,0,1,18816,3763,10,262143,2147483647,40,0,0,0,0,0,0,0,0,0,1,0,2,4,5,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33683,4,1,-1,'Vengeful Gladiator\'s Felweave Cowl',46871,4,36864,0,1,0,0,1,256,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,67,5,15,32,22,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33906,4,3,-1,'Vindicator\'s Ringmail Bracers',47418,4,36864,0,1,0,0,9,68,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,29,5,17,35,15,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33893,4,2,-1,'Vindicator\'s Leather Bracers',46057,4,36864,0,1,0,0,9,1032,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,33,3,25,32,12,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34422,4,4,-1,'Tempered Thorium Boots',34708,3,0,0,1,70128,14025,8,32767,-1,50,0,0,0,0,0,0,0,0,0,1,0,3,4,12,32,10,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340),(33081,0,8,-1,'Voodoo Skull',46134,1,0,0,1,20,5,0,-1,-1,1,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42383,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33533,4,3,-1,'Avalanche Leggings',47160,4,0,0,1,402062,80412,7,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,40,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,787,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33725,4,4,-1,'Vengeful Gladiator\'s Ornamented Legplates',46951,4,36864,0,1,0,0,7,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,62,5,39,32,40,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1597,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33666,4,3,-1,'Vengeful Gladiator\'s Chain Helm',47951,4,36864,0,1,0,0,1,4,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,61,3,33,32,26,35,22,5,22,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33494,2,10,-1,'Amani Divining Staff',46916,4,0,0,1,842926,168585,17,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,3,7,58,5,47,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,303,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,44075,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2889,0,300,-54.3,0,0,0,'',67,0,0,0,0,12340),(33469,4,3,-1,'Hauberk of the Empire\'s Champion',46995,4,0,0,1,400067,80013,5,32767,-1,133,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,40,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,0,0,0,0,26225,1,0,0,-1,0,-1,21637,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33884,4,1,-1,'Vindicator\'s Dreadweave Stalkers',47414,4,36864,0,1,0,0,8,400,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,32,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33912,4,1,-1,'Vindicator\'s Silk Belt',47425,4,36864,0,1,0,0,6,400,32767,146,70,0,0,0,0,0,0,5,0,1,0,4,7,43,5,30,32,28,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33729,4,4,-1,'Vengeful Gladiator\'s Plate Gauntlets',46868,4,36864,0,1,0,0,10,1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,52,4,37,32,32,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1141,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33684,4,1,-1,'Vengeful Gladiator\'s Felweave Handguards',48285,4,36864,0,1,0,0,10,256,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,50,5,18,32,22,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(33921,4,0,-1,'Vindicator\'s Pendant of Dominance',39162,4,36864,0,1,0,0,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,35,35,18,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14798,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33901,4,1,-1,'Vindicator\'s Mooncloth Cuffs',47422,4,36864,0,1,0,0,9,400,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,20,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2925,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33678,4,1,-1,'Vengeful Gladiator\'s Dreadweave Leggings',46872,4,36864,0,1,0,0,7,256,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,76,5,32,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(34011,4,6,-1,'Illidari Runeshield',47250,4,0,0,1,431577,86315,14,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,45,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5930,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,160,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33882,4,1,-1,'Vindicator\'s Dreadweave Belt',47412,4,36864,0,1,0,0,6,400,32767,146,70,0,0,0,0,0,0,5,0,1,0,3,7,49,5,32,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33883,4,1,-1,'Vindicator\'s Dreadweave Cuffs',47413,4,36864,0,1,0,0,9,400,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,20,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33744,4,1,-1,'Vengeful Gladiator\'s Satin Gloves',46932,4,36864,0,1,0,0,10,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,22,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(33879,4,2,-1,'Vindicator\'s Dragonhide Belt',47409,4,36864,0,1,0,0,6,1032,32767,146,70,0,0,0,0,0,0,5,0,1,0,6,7,42,4,30,3,29,35,26,5,20,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33491,2,3,-1,'Tuskbreaker',47010,4,0,0,1,500267,100053,26,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,1,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,326,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33671,4,2,-1,'Vengeful Gladiator\'s Dragonhide Gloves',46941,4,36864,0,1,0,0,10,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,44,4,31,5,21,3,32,35,22,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,61252,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(34577,4,0,-1,'Battlemaster\'s Depravity',47521,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,1,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33691,4,2,-1,'Vengeful Gladiator\'s Kodohide Helm',48261,4,36864,0,1,0,0,1,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,58,5,39,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,415,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33694,4,2,-1,'Vengeful Gladiator\'s Kodohide Tunic',46945,4,36864,0,1,0,0,5,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,55,5,35,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,501,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,120,0,0,0,0,2,0,2,0,4,0,2856,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33885,4,2,-1,'Vindicator\'s Kodohide Belt',47409,4,36864,0,1,0,0,6,1032,32767,146,70,0,0,0,0,0,0,5,0,1,0,3,7,43,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33886,4,2,-1,'Vindicator\'s Kodohide Boots',47428,4,36864,0,1,0,0,8,1032,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,43,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,357,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33887,4,2,-1,'Vindicator\'s Kodohide Bracers',47411,4,36864,0,1,0,0,9,1032,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,29,5,22,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(34578,4,0,-1,'Battlemaster\'s Determination',47095,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15826,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33902,4,1,-1,'Vindicator\'s Mooncloth Slippers',47423,4,36864,0,1,0,0,8,400,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,31,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(33672,4,2,-1,'Vengeful Gladiator\'s Dragonhide Helm',48262,4,36864,0,1,0,0,1,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,7,7,58,4,32,5,23,3,31,35,25,31,12,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(34579,4,0,-1,'Battlemaster\'s Audacity',47294,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24196,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33738,4,3,-1,'Vengeful Gladiator\'s Ringmail Armor',46891,4,36864,0,1,0,0,20,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,30,32,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,0,0,0,0,0,0,0,0,0,21630,1,0,0,-1,0,-1,18047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,140,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33881,4,2,-1,'Vindicator\'s Dragonhide Bracers',47411,4,36864,0,1,0,0,9,1032,32767,141,70,0,0,0,0,0,0,0,0,1,0,5,7,29,4,22,3,22,35,17,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33706,4,3,-1,'Vengeful Gladiator\'s Linked Armor',46891,4,36864,0,1,0,0,20,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,64,38,54,32,30,35,31,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,0,0,0,0,0,0,0,0,0,21632,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,140,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33751,4,4,-1,'Vengeful Gladiator\'s Scaled Helm',47759,4,36864,0,1,0,0,1,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,54,5,27,32,28,4,47,35,36,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33897,4,3,-1,'Vindicator\'s Mail Bracers',47418,4,36864,0,1,0,0,9,68,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,29,5,17,35,15,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33695,4,4,-1,'Vengeful Gladiator\'s Lamellar Chestpiece',47949,4,36864,0,1,0,0,5,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,64,5,31,32,38,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,165,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33686,4,1,-1,'Vengeful Gladiator\'s Felweave Trousers',46872,4,36864,0,1,0,0,7,256,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,67,5,24,32,33,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33685,4,1,-1,'Vengeful Gladiator\'s Felweave Raiment',46873,4,36864,0,1,0,0,20,256,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,61,5,15,32,33,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,100,0,0,0,0,2,0,4,0,4,0,2951,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33432,4,3,-1,'Coif of the Jungle Stalker',47173,4,0,0,1,303457,60691,1,32767,-1,133,70,0,0,0,0,0,0,0,0,1,0,3,3,36,7,40,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,759,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,42098,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,4,0,8,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33298,2,15,-1,'Prowler\'s Strikeblade',47127,4,0,0,1,649725,129945,13,32767,-1,132,70,0,0,0,0,0,0,0,1,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,187,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15809,1,0,0,-1,0,-1,42098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33909,4,4,-1,'Vindicator\'s Scaled Belt',47415,4,36864,0,1,0,0,6,3,32767,146,70,0,0,0,0,0,0,5,0,1,0,5,7,39,4,40,32,27,5,26,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33692,4,2,-1,'Vengeful Gladiator\'s Kodohide Legguards',46946,4,36864,0,1,0,0,7,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,58,5,44,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,21640,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33898,4,3,-1,'Vindicator\'s Mail Girdle',47419,4,36864,0,1,0,0,6,68,32767,146,70,0,0,0,0,0,0,5,0,1,0,4,7,43,5,30,35,27,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33907,4,3,-1,'Vindicator\'s Ringmail Girdle',47419,4,36864,0,1,0,0,6,68,32767,146,70,0,0,0,0,0,0,5,0,1,0,4,7,43,5,30,35,27,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33741,4,3,-1,'Vengeful Gladiator\'s Ringmail Leggings',46895,4,36864,0,1,0,0,7,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,64,5,33,32,29,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,894,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34529,2,2,-1,'Vengeful Gladiator\'s Longbow',43083,4,36864,0,1,0,0,15,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,24,32,16,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,336,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,21439,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33908,4,3,-1,'Vindicator\'s Ringmail Sabatons',47420,4,36864,0,1,0,0,8,68,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,5,30,35,27,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33719,4,1,-1,'Vengeful Gladiator\'s Mooncloth Leggings',46925,4,36864,0,1,0,0,7,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,70,5,28,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,21640,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33709,4,3,-1,'Vengeful Gladiator\'s Linked Leggings',46895,4,36864,0,1,0,0,7,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,6,7,67,38,76,32,36,35,31,5,33,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,894,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34576,4,0,-1,'Battlemaster\'s Cruelty',47522,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,1,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33463,4,1,-1,'Hood of the Third Eye',48436,4,0,0,1,210404,42080,1,262143,32767,133,70,0,0,0,0,0,0,0,0,1,0,2,7,36,5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,2,0,4,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33478,2,8,-1,'Jin\'rohk, The Great Apocalypse',47042,4,0,0,1,890979,178195,17,-1,-1,138,70,0,0,0,0,0,0,0,0,1,0,2,7,49,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,380,570,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,40933,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33748,4,1,-1,'Vengeful Gladiator\'s Satin Robe',46927,4,36864,0,1,0,0,20,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,63,5,27,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33698,4,4,-1,'Vengeful Gladiator\'s Lamellar Legguards',46951,4,36864,0,1,0,0,7,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,70,5,29,32,39,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1597,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33722,4,4,-1,'Vengeful Gladiator\'s Ornamented Chestguard',47949,4,36864,0,1,0,0,5,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,58,5,37,32,36,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,165,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34059,2,19,-1,'Vengeful Gladiator\'s Baton of Light',46606,4,36864,0,1,0,0,26,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,468,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,9318,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33303,4,4,-1,'Skullshatter Warboots',46810,4,0,0,1,346186,69237,8,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,30,7,37,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,2857,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33894,4,3,-1,'Vindicator\'s Linked Bracers',47418,4,36864,0,1,0,0,9,68,32767,141,70,0,0,0,0,0,0,0,0,1,0,5,7,33,38,50,35,12,32,21,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33356,4,2,-1,'Helm of Natural Regeneration',46983,4,0,0,1,241393,48278,1,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,39,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,4,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33736,4,0,-1,'Vengeful Gladiator\'s Reprieve',39505,4,36864,0,1,0,0,23,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,21,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18041,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33752,4,4,-1,'Vengeful Gladiator\'s Scaled Legguards',46951,4,36864,0,1,0,0,7,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,66,5,23,32,36,4,54,35,36,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1597,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33911,4,4,-1,'Vindicator\'s Scaled Greaves',47417,4,36864,0,1,0,0,8,3,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,39,4,40,32,27,5,26,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1255,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33910,4,4,-1,'Vindicator\'s Scaled Bracers',47416,4,36864,0,1,0,0,9,3,32767,141,70,0,0,0,0,0,0,0,0,1,0,5,7,28,4,29,32,15,5,15,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33880,4,2,-1,'Vindicator\'s Dragonhide Boots',47428,4,36864,0,1,0,0,8,1032,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,42,4,30,3,29,35,26,5,20,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,357,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33899,4,3,-1,'Vindicator\'s Mail Sabatons',47420,4,36864,0,1,0,0,8,68,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,5,30,35,27,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33714,4,3,-1,'Vengeful Gladiator\'s Mail Leggings',46895,4,36864,0,1,0,0,7,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,64,5,33,32,29,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,894,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33465,2,10,-1,'Staff of Primal Fury',46991,4,0,0,1,815566,163113,17,32767,-1,132,70,0,0,0,0,0,0,0,0,1,0,2,3,49,7,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,448,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,42109,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33105,4,0,-1,'Budd\'s Guise of Zul\'aman',41734,1,65536,0,1,0,0,1,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'For this to work, you must think nothing but savage troll thoughts....',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33917,4,2,-1,'Vindicator\'s Wyrmhide Bracers',47411,4,36864,0,1,0,0,9,1032,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,20,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33697,4,4,-1,'Vengeful Gladiator\'s Lamellar Helm',47759,4,36864,0,1,0,0,1,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,70,5,28,32,28,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33767,4,2,-1,'Vengeful Gladiator\'s Wyrmhide Gloves',46941,4,36864,0,1,0,0,10,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,5,24,35,22,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33421,4,4,-1,'Battleworn Tuskguard',46987,4,0,0,1,365013,73002,1,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,3,7,60,4,34,12,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1355,0,0,0,0,0,0,0,0,0,35074,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33473,4,4,-1,'Chestguard of the Warlord',46998,4,0,0,1,473638,94727,5,1535,-1,133,70,0,0,0,0,0,0,0,0,1,0,5,7,60,12,27,13,26,31,26,4,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1668,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,4,0,2,0,8,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33830,4,0,-1,'Ancient Aqir Artifact',35439,4,0,0,1,364641,91160,12,-1,-1,133,70,0,0,0,0,0,0,0,1,1,0,1,14,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43713,0,0,0,120000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33272,2,0,-1,'Biting Axe',46460,2,0,0,1,45130,9026,13,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,2,3,5,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,43,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340),(33855,4,0,-1,'Tarnished Silver Ring',26001,0,0,0,1,15000,3750,11,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This ring has seen better days.',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33252,4,3,-1,'Gleaming Scale Breastplate',46448,2,0,0,1,27008,5401,5,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,4,12,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(33253,4,3,-1,'Golden Helm',46449,2,0,0,1,18480,3696,1,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,4,11,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(20475,0,8,-1,'Adamantite Arrow Maker',8928,1,0,0,1,25000,6250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43674,0,-5,-5,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20121,4,3,-1,'Highlander\'s Mail Greaves',34242,3,36864,2,1,0,0,8,68,32767,53,48,0,0,0,0,0,0,0,1,1,0,3,7,13,3,8,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33493,2,15,-1,'Umbral Shiv',47012,4,0,0,1,671879,134375,13,32767,-1,132,70,0,0,0,0,0,0,0,0,1,0,3,7,30,31,13,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,207,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,4,0,0,0,2973,0,300,0,0,0,0,'',67,0,0,0,0,12340),(20118,4,3,-1,'Highlander\'s Mail Girdle',34241,3,36864,2,1,0,0,6,68,32767,53,48,0,0,0,0,0,0,0,1,1,0,2,7,8,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33769,4,2,-1,'Vengeful Gladiator\'s Wyrmhide Legguards',46946,4,36864,0,1,0,0,7,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,58,5,35,35,31,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,33233,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(33916,4,2,-1,'Vindicator\'s Wyrmhide Boots',47428,4,36864,0,1,0,0,8,1032,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,43,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,357,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33842,4,7,-1,'Vengeful Gladiator\'s Libram of Justice',1103,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43726,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34066,2,19,-1,'Vengeful Gladiator\'s Piercing Touch',46606,4,36864,0,1,0,0,26,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,7,18,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,468,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,9343,1,0,0,0,0,-1,26283,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33495,2,13,-1,'Rage',47176,4,0,0,1,676802,135360,21,262143,32767,132,70,0,0,0,0,0,0,0,0,1,0,3,32,13,7,18,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,323,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33768,4,2,-1,'Vengeful Gladiator\'s Wyrmhide Helm',48262,4,36864,0,1,0,0,1,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,58,5,30,35,28,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,415,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33771,4,2,-1,'Vengeful Gladiator\'s Wyrmhide Tunic',46945,4,36864,0,1,0,0,5,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,55,5,28,35,27,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,501,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,120,0,0,0,0,2,0,2,0,4,0,2856,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33915,4,2,-1,'Vindicator\'s Wyrmhide Belt',47409,4,36864,0,1,0,0,6,1032,32767,146,70,0,0,0,0,0,0,5,0,1,0,3,7,43,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33889,4,4,-1,'Vindicator\'s Lamellar Bracers',47416,4,36864,0,1,0,0,9,3,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,29,32,20,5,17,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33746,4,1,-1,'Vengeful Gladiator\'s Satin Leggings',46925,4,36864,0,1,0,0,7,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,73,5,32,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,23213,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(33497,4,0,-1,'Mana Attuned Band',35313,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,36,29,31,18,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33936,4,7,-1,'Gladiator\'s Libram of Fortitude',34960,4,36864,0,1,0,0,28,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43850,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33268,2,15,-1,'Bone Dirk',46458,2,0,0,1,47914,9582,13,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,2,7,1,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,37,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340),(33008,12,0,0,'Deserter Propaganda',45900,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Crates filled with leaflets denouncing Lady Jaina and encouraging Theramore guards to join with the deserters.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33015,12,0,0,'Altered Leaflets',45923,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The text of these leaflets has been doctored to embarass the Theramore deserters.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33126,12,0,0,'Thresher Oil',46248,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33127,12,0,0,'Dastardly Denizens of the Deep',2757,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An old seafarer\'s compilation of illustrated tales about giant sea monsters.',3034,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33166,12,0,0,'Pagle\'s Fish Paste, Extra Strength',46273,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42644,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A jar of the most rank fish-derived paste you\'ve ever seen.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33037,12,0,0,'Defias Orders',34742,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These orders are penned in ornate script on heavy, expensive paper.',3032,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33039,12,0,0,'Tool Kit',45928,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Grimy, rusty tools that only a desperate person would attempt to use.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33038,12,0,0,'Damaged Diving Gear',45927,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This diving gear would certainly kill anyone who tried to use it in its present condition.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33045,12,0,0,'Renn\'s Supplies',19595,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Contains diving gear and salvage supplies.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33041,12,0,0,'Salvaged Strongbox',12925,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The contents of this box appear to have survived the wreck.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33044,12,0,0,'Salvage Kit',45938,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42287,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33040,12,0,0,'Repaired Diving Gear',45931,1,65600,0,1,0,0,1,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42275,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Renn has repaired this, but there\'s no telling how long it will work.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,3600,0,0,'',0,0,0,0,0,12340),(33202,12,0,0,'Marsh Frog Leg',6327,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33112,12,0,0,'Witchbane',6387,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33113,12,0,0,'Witchbane Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42521,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33069,12,0,0,'Sturdy Rope',43599,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42325,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A strong, braided leather rope suitable for capturing large creatures.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33070,12,0,0,'Raptor Bait',6327,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42338,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The nearly rancid remains from a recent hunting trip.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33061,13,0,0,'Grimtotem Key',23458,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42323,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33101,12,0,0,'Captured Totem',37388,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42452,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33103,12,0,0,'Marsh Venom',46209,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33108,12,0,0,'Ooze Buster',46211,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42489,0,0,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Explodes pesky oozes, guaranteed!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33163,12,0,0,'Zeppelin Cargo',35406,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It seems to have survived the crash intact... mostly.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33085,12,0,0,'Bloodfen Feather',46154,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33175,12,0,0,'Wyrmtail',19497,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33088,12,0,0,'Brogg\'s Totem',43677,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42411,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33087,12,0,0,'Black Dragonkin Essence',46176,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33086,12,0,0,'Stonemaul Banner',7111,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33091,12,0,0,'Energized Totem',46184,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42418,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Brogg\'s finished totem.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33095,12,0,0,'Stonemaul Banner',7111,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42425,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This old banner is tattered and foul-smelling, but nonetheless embodies Stonemaul pride.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33110,12,0,0,'Razorspine\'s Sword',46220,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A jagged, rusty blade wielded by an insane murloc.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33733,2,4,-1,'Vengeful Gladiator\'s Pummeler',47606,4,36864,0,1,0,0,13,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33662,2,4,-1,'Vengeful Gladiator\'s Bonecracker',47606,4,36864,0,1,0,0,22,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,201,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33688,2,8,-1,'Vengeful Gladiator\'s Greatsword',46900,4,36864,0,1,0,0,17,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,62,4,46,32,46,35,33,31,15,0,0,0,0,0,0,0,0,0,0,0,0,386,580,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,43902,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33071,12,0,0,'Blackhoof Armaments',45984,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These arms and armor match the style of those found at the Shady Rest Inn, but haven\'t seen battle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33051,12,0,0,'Grimtotem Battle Plan',34751,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3033,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33050,12,0,0,'Grimtotem Note',35025,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42301,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33072,12,0,0,'Tabetha\'s Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42356,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33114,12,0,0,'Sealed Letter',34749,1,2048,2,1,0,0,0,-1,-1,1,30,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,11185,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33082,12,0,0,'Wreath',18168,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42390,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33762,2,7,-1,'Vengeful Gladiator\'s Slicer',46970,4,36864,0,1,0,0,13,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,322,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33734,2,7,-1,'Vengeful Gladiator\'s Quickblade',46970,4,36864,0,1,0,0,22,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,201,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33743,2,4,-1,'Vengeful Gladiator\'s Salvation',47740,4,36864,0,1,0,0,21,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,35,5,23,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,116,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,43460,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-61.8,0,0,0,'',0,0,0,0,0,12340),(33670,2,1,-1,'Vengeful Gladiator\'s Decapitator',47732,4,36864,0,1,0,0,17,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,62,32,46,35,33,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,580,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,15832,1,0,0,-1,0,-1,43902,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33999,15,5,-1,'Cenarion War Hippogryph',47934,4,32768,0,1,20000000,0,0,-1,-1,70,70,762,300,0,0,0,942,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,43927,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34201,9,1,-1,'Pattern: Netherscale Ammo Pouch',811,1,64,1,1,160000,40000,0,-1,-1,70,0,165,350,0,0,0,947,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,44768,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Netherscale Ammo Pouch.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34106,11,3,-1,'Netherscale Ammo Pouch',47559,3,32768,0,1,150000,37500,18,-1,-1,70,70,0,0,0,0,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34174,9,1,-1,'Pattern: Drums of Restoration',15274,1,64,1,1,160000,40000,0,-1,-1,70,0,165,350,0,0,0,941,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35539,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Drums of Restoration.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34172,9,1,-1,'Pattern: Drums of Speed',15274,1,64,1,1,160000,40000,0,-1,-1,69,0,165,345,0,0,0,941,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35544,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Drums of Speed.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34099,11,3,-1,'Knothide Ammo Pouch',2585,2,0,0,1,90000,22500,18,-1,-1,70,60,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33317,4,1,-1,'Robe of Departed Spirits',48222,4,0,0,1,251665,50333,20,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,31,6,30,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33809,15,5,-1,'Amani War Bear',40160,4,0,0,1,0,0,0,262143,-1,70,70,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,43688,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33492,2,1,-1,'Trollbane',47011,4,0,0,1,836772,167354,17,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,2,3,39,7,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,537,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,29524,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'You know this blade...',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,2973,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34105,11,2,-1,'Quiver of a Thousand Feathers',47447,3,32768,0,1,150000,37500,18,-1,-1,70,70,0,0,0,0,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33840,12,0,-1,'Murmur\'s Whisper',41681,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The professor was right, Murmur\'s \'whisper\' does have a physical manifestation!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20120,4,2,-1,'Highlander\'s Mail Girdle',34392,3,36864,2,1,0,0,6,68,32767,33,28,0,0,0,0,0,0,0,1,1,0,2,7,5,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20056,4,3,-1,'Highlander\'s Mail Pauldrons',34249,4,36864,2,1,0,0,3,68,32767,65,60,0,0,0,0,0,0,0,1,1,0,4,4,11,7,18,3,10,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,470,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(20051,4,3,-1,'Highlander\'s Mail Greaves',34242,3,36864,2,1,0,0,8,68,32767,63,58,0,0,0,0,0,0,0,1,1,0,3,7,16,3,10,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,470,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34173,9,1,-1,'Pattern: Drums of Speed',15274,1,64,2,1,160000,40000,0,-1,-1,69,0,165,345,0,0,0,978,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35544,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Drums of Speed.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34175,9,1,-1,'Pattern: Drums of Restoration',15274,1,64,2,1,160000,40000,0,-1,-1,70,0,165,350,0,0,0,978,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35539,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Drums of Restoration.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33189,15,0,-1,'Rickety Magic Broom',56954,2,65664,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,42692,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,0,12340),(33687,2,4,-1,'Vengeful Gladiator\'s Gavel',47740,4,36864,0,1,0,0,21,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,20,31,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,116,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,43455,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-61.8,0,0,0,'',0,0,0,0,0,12340),(33727,2,6,-1,'Vengeful Gladiator\'s Painsaw',40368,4,36864,0,1,0,0,17,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,62,32,47,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,354,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,15832,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33716,2,10,-1,'Vengeful Gladiator\'s Staff',47744,4,36864,0,1,0,0,17,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,62,38,92,32,46,35,33,31,22,0,0,0,0,0,0,0,0,0,0,0,0,214,322,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33766,2,10,-1,'Vengeful Gladiator\'s War Staff',47743,4,36864,0,1,0,0,17,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,62,32,46,35,29,5,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,198,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,43455,1,0,0,-1,0,-1,44001,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-61.8,0,0,0,'',0,0,0,0,0,12340),(34540,2,10,-1,'Vengeful Gladiator\'s Battle Staff',47743,4,36864,0,1,0,0,17,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,62,31,28,32,46,35,29,5,46,0,0,0,0,0,0,0,0,0,0,0,0,90,198,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,43455,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-61.8,0,0,0,'',0,0,0,0,0,12340),(33663,2,5,-1,'Vengeful Gladiator\'s Bonegrinder',47742,4,36864,0,1,0,0,17,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,62,4,46,32,46,35,33,31,15,0,0,0,0,0,0,0,0,0,0,0,0,386,580,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,43902,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33801,2,15,-1,'Vengeful Gladiator\'s Mutilator',47733,4,36864,0,1,0,0,22,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,241,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33705,2,13,-1,'Vengeful Gladiator\'s Left Ripper',46967,4,36864,0,1,0,0,22,262143,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,201,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34016,2,13,-1,'Vengeful Gladiator\'s Left Render',46967,4,36864,0,1,0,0,22,262143,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33737,2,13,-1,'Vengeful Gladiator\'s Right Ripper',46966,4,36864,0,1,0,0,21,262143,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33763,2,15,-1,'Vengeful Gladiator\'s Spellblade',46973,4,36864,0,1,0,0,21,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,20,35,18,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,116,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,43455,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,-61.8,0,0,0,'',0,0,0,0,0,12340),(33754,2,15,-1,'Vengeful Gladiator\'s Shanker',47733,4,36864,0,1,0,0,13,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,223,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33756,2,15,-1,'Vengeful Gladiator\'s Shiv',47733,4,36864,0,1,0,0,22,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,188,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33669,2,0,-1,'Vengeful Gladiator\'s Cleaver',46962,4,36864,0,1,0,0,13,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33689,2,0,-1,'Vengeful Gladiator\'s Hacker',46962,4,36864,0,1,0,0,22,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,201,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34015,2,0,-1,'Vengeful Gladiator\'s Chopper',46962,4,36864,0,1,0,0,22,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33924,0,5,0,'Delicious Chocolate Cake',47763,1,0,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43777,0,-1,-1,-1,11,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33668,4,3,-1,'Vengeful Gladiator\'s Chain Spaulders',46881,4,36864,0,1,0,0,3,4,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,49,3,35,32,16,35,21,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,766,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33699,4,4,-1,'Vengeful Gladiator\'s Lamellar Shoulders',46953,4,36864,0,1,0,0,3,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,44,5,23,32,28,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1369,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33726,4,4,-1,'Vengeful Gladiator\'s Ornamented Spaulders',46953,4,36864,0,1,0,0,3,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,40,5,27,32,28,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1369,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33753,4,4,-1,'Vengeful Gladiator\'s Scaled Shoulders',46953,4,36864,0,1,0,0,3,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,39,5,20,32,26,4,33,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33679,4,1,-1,'Vengeful Gladiator\'s Dreadweave Mantle',46876,4,36864,0,1,0,0,3,256,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,49,5,13,35,21,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(33682,4,1,-1,'Vengeful Gladiator\'s Felweave Amice',46876,4,36864,0,1,0,0,3,256,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,50,5,13,35,23,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(33693,4,2,-1,'Vengeful Gladiator\'s Kodohide Spaulders',46944,4,36864,0,1,0,0,3,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,43,5,24,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(33674,4,2,-1,'Vengeful Gladiator\'s Dragonhide Spaulders',46944,4,36864,0,1,0,0,3,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,43,4,30,5,16,3,30,35,21,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(33770,4,2,-1,'Vengeful Gladiator\'s Wyrmhide Spaulders',46944,4,36864,0,1,0,0,3,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,5,20,35,22,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(33747,4,1,-1,'Vengeful Gladiator\'s Satin Mantle',46926,4,36864,0,1,0,0,3,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,22,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(33720,4,1,-1,'Vengeful Gladiator\'s Mooncloth Mantle',46926,4,36864,0,1,0,0,3,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,21,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(33732,4,4,-1,'Vengeful Gladiator\'s Plate Shoulders',46865,4,36864,0,1,0,0,3,1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,57,4,33,32,30,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,100,0,0,0,0,2,0,4,0,0,0,3205,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33742,4,3,-1,'Vengeful Gladiator\'s Ringmail Spaulders',46890,4,36864,0,1,0,0,3,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,5,23,32,20,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,766,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33710,4,3,-1,'Vengeful Gladiator\'s Linked Spaulders',46890,4,36864,0,1,0,0,3,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,52,38,50,32,27,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,766,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33703,4,2,-1,'Vengeful Gladiator\'s Leather Spaulders',46938,4,36864,0,1,0,0,3,8,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,49,3,34,32,27,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(33757,4,1,-1,'Vengeful Gladiator\'s Silk Amice',46928,4,36864,0,1,0,0,3,128,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,50,5,13,35,23,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(33948,4,7,-1,'Gladiator\'s Libram of Vengeance',34960,4,36864,0,1,0,0,28,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43854,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33939,4,9,-1,'Gladiator\'s Totem of Indomitability',25246,4,36864,0,1,0,0,28,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43857,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33951,4,9,-1,'Gladiator\'s Totem of Survival',25246,4,36864,0,1,0,0,28,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43860,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33945,4,8,-1,'Gladiator\'s Idol of Resolve',34953,4,36864,0,1,0,0,28,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43840,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33942,4,8,-1,'Gladiator\'s Idol of Steadfastness',34953,4,36864,0,1,0,0,28,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43841,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34207,0,6,-1,'Glove Reinforcements',47528,2,64,0,1,30000,7500,0,-1,-1,70,60,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44769,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33500,4,0,-1,'Signet of Eternal Life',39120,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,2,7,54,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33496,4,0,-1,'Signet of Primal Wrath',33534,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,2,7,30,3,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,40680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33499,4,0,-1,'Signet of the Last Defender',45362,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,2,7,45,15,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39987,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33498,4,0,-1,'Signet of the Quiet Forest',31576,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,2,36,30,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33464,4,3,-1,'Hex Lord\'s Voodoo Pauldrons',46990,4,0,0,1,295842,59168,3,32767,-1,133,70,0,0,0,0,0,0,0,0,1,0,3,7,17,5,30,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33185,0,6,-1,'Adamantite Weapon Chain',9635,2,64,0,1,72000,18000,0,-1,-1,63,50,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42687,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34100,11,2,-1,'Knothide Quiver',21712,2,32768,0,1,90000,22500,18,-1,-1,70,60,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34484,15,0,-1,'Old Ironjaw',47760,2,32768,0,1,10000,2500,23,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The legendary uncatchable fish of Ironforge. Just holding this scaly old monster makes you feel tough.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34486,15,0,-1,'Old Crafty',47761,2,32768,0,1,10000,2500,23,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Said to be the craftiest fish in Orgrimmar, it appears he was outsmarted at last.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33803,6,2,-1,'Adamantite Stinger',26497,3,0,0,200,1000,2,24,-1,-1,118,62,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,43,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34092,15,5,-1,'Merciless Nether Drake',42378,4,4096,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,44744,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is an extremely fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33815,12,0,-1,'Bladefist\'s Seal',47048,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Forged from the strongest metals, it bears the mark of the deceased warchief.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33826,12,0,-1,'Black Stalker Egg',45651,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It pulses with life.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33858,12,0,-1,'Aeonus\'s Hourglass',43101,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The sands are falling upward!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34089,12,0,0,'Alicia\'s Poem',3093,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3039,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33814,12,0,-1,'Keli\'dan\'s Feathered Stave',12989,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The feathers are a bit ruffled from the fight, but still in top shape.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33847,12,0,-1,'Epoch Hunter\'s Head',31434,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'ll look fine mounted just so long as the wind trader\'s customer has plenty of wall space.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33106,12,0,-1,'Forest Troll Tusk',7048,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33013,12,0,-1,'Budd\'s Map of Zul\'Aman',1322,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This map is sketchy, at best....',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33834,12,0,-1,'The Headfeathers of Ikiss',47098,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The plumes are a display of beautiful autumnal hues.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33836,12,0,-1,'The Exarch\'s Soul Gem',46252,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s hard to believe that this bauble holds the spirits of many victims. Nevertheless, you can sense them in turmoil within.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33849,12,0,-1,'Mana Berry',47104,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34469,12,0,-1,'Strange Engine Part',7841,1,0,2,1,40000,10000,0,-1,-1,70,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It reads \'Capissen 38\' on the bottom.',0,0,0,11531,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33115,12,0,0,'Sealed Letter',34749,1,2048,1,1,0,0,0,-1,-1,1,30,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,11186,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33102,12,0,0,'Blood of Zul\'jin',15794,4,0,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Through the vial\'s glass you can feel the warlord\'s blood swirling.',0,0,0,11178,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33827,12,0,-1,'The Warlord\'s Treatise',8093,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Written in the water-proofed alien script of the naga, this volume is thousands of pages long.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33821,12,0,-1,'The Heart of Quagmirran',5283,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'One of three hearts, it kind of looks like an artichoke.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33861,12,0,-1,'The Scroll of Skyriss',47106,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Indeed, the language written upon the scroll is illegible. In fact, it hurts your brain to even look upon it!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34497,15,0,0,'Paper Flying Machine',47779,1,65538,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45133,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1800,0,0,'',0,0,0,0,0,12340),(33841,4,8,-1,'Vengeful Gladiator\'s Idol of Tenacity',9659,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43725,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33940,4,9,-1,'Merciless Gladiator\'s Totem of Indomitability',25246,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43858,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33735,4,6,-1,'Vengeful Gladiator\'s Redoubt',42376,4,36864,0,1,0,0,14,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,31,35,27,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6132,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,167,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33307,9,8,-1,'Formula: Enchant Weapon - Executioner',7798,3,64,0,1,60000,15000,0,-1,-1,75,0,333,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42974,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to occasionally grant you 120 armor penetration rating. Requires a level 60 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33843,4,9,-1,'Vengeful Gladiator\'s Totem of the Third Wind',46045,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43728,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33006,2,18,-1,'Vengeful Gladiator\'s Heavy Crossbow',46964,4,36864,0,1,0,0,26,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,24,32,16,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,336,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,21439,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34530,2,3,-1,'Vengeful Gladiator\'s Rifle',48183,4,36864,0,1,0,0,26,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,24,32,16,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,336,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,21439,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33944,4,8,-1,'Vengeful Gladiator\'s Idol of Steadfastness',34953,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43845,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33947,4,8,-1,'Vengeful Gladiator\'s Idol of Resolve',34953,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43843,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33938,4,7,-1,'Vengeful Gladiator\'s Libram of Fortitude',34960,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43852,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33950,4,7,-1,'Vengeful Gladiator\'s Libram of Vengeance',34960,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43856,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33941,4,9,-1,'Vengeful Gladiator\'s Totem of Indomitability',25246,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43859,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33953,4,9,-1,'Vengeful Gladiator\'s Totem of Survival',25246,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43862,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33661,4,6,-1,'Vengeful Gladiator\'s Barrier',42376,4,36864,0,1,0,0,14,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,31,35,27,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6132,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,167,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33755,4,6,-1,'Vengeful Gladiator\'s Shield Wall',42376,4,36864,0,1,0,0,14,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,7,55,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6132,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,167,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33943,4,8,-1,'Merciless Gladiator\'s Idol of Steadfastness',34953,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43844,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33937,4,7,-1,'Merciless Gladiator\'s Libram of Fortitude',34960,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43851,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33949,4,7,-1,'Merciless Gladiator\'s Libram of Vengeance',34960,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43855,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33952,4,9,-1,'Merciless Gladiator\'s Totem of Survival',25246,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43861,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33791,2,7,-1,'Heavy Copper Longsword',46839,2,0,0,1,1582,316,13,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340),(33890,4,4,-1,'Vindicator\'s Lamellar Greaves',47417,4,36864,0,1,0,0,8,3,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,32,30,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1255,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34535,15,2,-1,'Azure Whelpling',47892,1,64,0,1,10000,2500,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10696,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33932,0,8,-1,'Amani Charm of the Witch Doctor',31846,2,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43820,0,-1,-1,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,568,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33107,12,0,-1,'Tattered Voodoo Doll',2622,2,0,0,1,0,0,0,262143,2147483647,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A ragged, stained voodoo doll',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34256,3,1,-1,'Charmed Amani Jewel',46252,4,524288,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,821,-1,0,0,0,0,'',0,0,0,0,0,12340),(34474,12,0,-1,'Strange Engine Part',7841,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It reads \'Capissen 38\' on the bottom.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34130,0,2,-1,'Recovery Diver\'s Potion',4836,1,0,0,1,0,0,0,-1,-1,18,8,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44467,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33930,0,8,-1,'Amani Charm of the Bloodletter',31846,2,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43816,0,-1,-1,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,568,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34221,9,10,-1,'Design: Chaotic Skyfire Diamond',6270,3,80,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,44794,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Chaotic Skyfire Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33875,9,5,-1,'Recipe: Kibler\'s Bits',15274,2,64,0,1,20000,5000,0,-1,-1,60,0,185,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43772,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Kibler\'s Bits.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33854,15,0,-1,'Unidentified Eye',13714,0,0,0,1,2255,563,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Maybe it belonged to an animal, and maybe it didn\'t.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34109,9,0,-1,'Weather-Beaten Journal',1588,1,32832,0,1,2500,625,0,262143,-1,40,0,356,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43308,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you the fine art of fish finding.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33804,9,3,-1,'Schematic: Adamantite Arrow Maker',1102,2,64,0,1,60000,15000,0,-1,-1,67,0,202,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43676,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Adamantite Arrow Maker.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33993,15,2,-1,'Mojo',52793,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,43918,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33926,0,0,-1,'Sealed Scroll Case',47123,3,4,0,1,1000,250,0,262143,2147483647,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A hermetically sealed tube.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33931,0,8,-1,'Amani Charm of Mighty Mojo',31846,2,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43818,0,-1,-1,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,568,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34114,9,3,-1,'Schematic: Field Repair Bot 110G',1301,2,64,0,1,120000,30000,0,-1,-1,70,0,202,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,44391,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Field Repair Bot 110G that sells reagents and repairs items at the normal cost.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33846,15,0,-1,'Ruined Fishing Net',3673,0,0,0,1,1855,463,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33954,9,4,-1,'Plans: Hammer of Righteous Might',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43846,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Hammer of Righteous Might.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33856,15,0,-1,'List of Goods',7695,0,0,0,1,135,33,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Blood and water stains have made the list unreadable.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(2133,4,6,-1,'Small Shield',18480,1,16,0,1,79,16,14,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,1,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(33888,4,4,-1,'Vindicator\'s Lamellar Belt',47415,4,36864,0,1,0,0,6,3,32767,146,70,0,0,0,0,0,0,5,0,1,0,4,7,43,32,30,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33715,4,3,-1,'Vengeful Gladiator\'s Mail Spaulders',46890,4,36864,0,1,0,0,3,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,5,22,32,22,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,766,0,0,0,0,0,0,0,0,0,21627,1,0,0,-1,0,-1,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34410,0,0,-1,'Honeyed Holiday Ham',47915,1,65536,0,5,4000,200,0,32767,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35271,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,172800,0,0,'',0,0,0,0,0,12340),(34413,9,5,-1,'Recipe: Hot Apple Cider',811,1,64,0,1,10000,2500,0,-1,-1,35,0,185,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,45022,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to brew Hot Apple Cider.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34085,4,1,-1,'Red Winter Clothes',48130,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,761,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34491,9,1,-1,'Pattern: Bag of Many Hides',15274,2,64,0,1,96000,24000,0,-1,-1,72,0,165,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,45117,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Bag of Many Hides.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34319,9,2,-1,'Pattern: Red Winter Clothes',15274,2,64,0,1,5000,1250,0,-1,-1,50,0,197,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,44958,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Red Winter Clothes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34261,9,2,-1,'Pattern: Green Winter Clothes',15274,2,64,0,1,5000,1250,0,-1,-1,50,0,197,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,44950,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Green Winter Clothes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34262,9,1,-1,'Pattern: Winter Boots',811,2,64,0,1,5000,1250,0,-1,-1,57,0,165,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,44953,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Winter Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33277,0,0,0,'Tome of Thomas Thomson',9135,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3037,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34033,4,0,-1,'Vengeful Gladiator\'s Grimoire',39505,4,36864,0,1,0,0,23,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,7,34,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,0,0,0,44001,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33590,4,1,-1,'Cloak of Fiends',47067,4,0,0,1,198819,39763,16,-1,-1,128,70,0,0,0,0,0,0,1,0,1,0,3,3,20,7,22,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33591,4,1,-1,'Shadowcaster\'s Drape',47068,4,0,0,1,199536,39907,16,-1,-1,128,70,0,0,0,0,0,0,1,0,1,0,3,5,20,7,22,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33186,9,4,-1,'Plans: Adamantite Weapon Chain',15274,2,64,0,1,3800,950,0,-1,-1,63,0,164,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42688,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Adamantite Weapon Chain.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33925,9,5,-1,'Recipe: Delicious Chocolate Cake',6270,3,64,0,1,20000,5000,0,-1,-1,5,0,185,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43779,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to bake a Delicious Chocolate Cake.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33971,4,2,-1,'Elunite Imbued Leggings',47049,4,0,0,1,308437,61687,7,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,40,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,4,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34492,15,2,-1,'Rocket Chicken',47777,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,45125,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34499,15,0,0,'Paper Flying Machine Kit',47770,3,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45135,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34493,15,2,-1,'Dragon Kite',47931,4,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,45127,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34425,15,2,-1,'Clockwork Rocket Bot',47926,3,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,54187,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34480,15,0,-1,'Romantic Picnic Basket',47746,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45094,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33083,0,8,-1,'Orcish Grog',46142,1,65600,0,1,10,0,0,-1,-1,5,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42391,0,-1,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This doesn\'t do a body good....',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,300,0,0,'',0,0,0,0,0,12340),(29193,12,0,-1,'Arcanum of the Gladiator',40402,2,64,0,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35453,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32773,13,0,-1,'Bash\'ir\'s Skeleton Key',42619,2,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41267,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(32945,2,13,-1,'Fist of Molten Fury',45890,4,0,0,1,706154,141230,22,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,2,3,20,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,181,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,719,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(32946,2,13,-1,'Claw of Molten Fury',45889,4,0,0,1,708699,141739,21,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,2,3,20,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,325,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,719,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(33792,9,4,-1,'Plans: Heavy Copper Longsword',15274,2,64,0,1,100,25,0,-1,-1,10,0,164,35,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,43549,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Heavy Copper Longsword.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33816,15,2,-1,'Toothy\'s Bucket',33467,3,64,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,43697,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33818,15,2,-1,'Muckbreath\'s Bucket',33467,3,64,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,43698,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33820,4,1,-1,'Weather-Beaten Fishing Hat',47051,3,192,0,1,127451,25490,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,40,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,7823,1,0,0,0,0,0,43699,0,0,0,600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(33928,0,0,-1,'Hollowed Bone Decanter',47124,3,4,0,1,1000,250,0,262143,2147483647,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Ivory container - that IS ivory, right?',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33956,0,0,-1,'Harkor\'s Home Brew',18102,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43864,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Ain\'t much a pint a\' this won\'t fix!',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34077,0,0,0,'Crudely Wrapped Gift',49426,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44245,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34129,15,5,-1,'Swift Warstrider',49164,4,4096,0,1,0,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,35028,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34157,12,0,-1,'Head of Kael\'thas',47730,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34160,12,0,-1,'The Signet Ring of Prince Kael\'thas',39126,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'What power lies within this symbol now that its master is dead? Funny how it has been reduced to being sold to the highest bidder.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34164,2,7,-1,'Dragonscale-Encrusted Longblade',48078,4,0,0,1,755128,151025,13,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,36,37,25,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34165,2,15,-1,'Fang of Kalecgos',49970,4,0,0,1,757967,151593,13,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,2,36,25,3,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34166,4,0,-1,'Band of Lucent Beams',39123,4,0,0,1,241024,60256,11,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,3,7,24,5,25,36,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34167,4,4,-1,'Legplates of the Holy Juggernaut',47988,4,0,0,1,550640,110128,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,41,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,40343,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34168,4,3,-1,'Starstalker Legguards',47990,4,0,0,1,473732,94746,7,32767,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,4,3,57,7,49,5,24,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,971,0,0,0,0,0,0,0,0,0,40933,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,4,0,8,0,8,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34169,4,2,-1,'Breeches of Natural Aggression',47975,4,4096,0,1,396239,79247,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,41,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,2,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34170,4,1,-1,'Pantaloons of Calming Strife',48295,4,0,0,1,318129,63625,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,29,5,36,6,42,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,4,0,8,0,2890,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34176,2,4,-1,'Reign of Misery',47992,4,4096,0,1,732494,146498,21,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,25,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,119,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,44751,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-66.5,0,0,0,'',67,0,0,0,0,12340),(34177,4,0,-1,'Clutch of Demise',48511,4,0,0,1,353421,88355,2,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,3,25,7,33,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34178,4,0,-1,'Collar of the Pit Lord',48507,4,0,0,1,345774,86443,2,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,63,37,29,12,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34179,4,0,-1,'Heart of the Pit',48894,4,0,0,1,1015299,203059,23,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,21,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34180,4,4,-1,'Felfury Legplates',47991,4,0,0,1,536365,107273,7,1535,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,4,4,61,7,48,36,50,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,8,0,2,0,4,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34181,4,1,-1,'Leggings of Calamity',48296,4,0,0,1,307632,61526,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,41,32,33,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,2,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34182,2,10,-1,'Grand Magister\'s Staff of Torrents',49132,4,0,0,1,936717,187343,17,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,57,5,52,32,49,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,326,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,44751,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,4,0,4,0,4,0,2889,0,300,-66.5,0,0,0,'',67,0,0,0,0,12340),(34183,2,6,-1,'Shivering Felspine',47996,4,0,0,1,940266,188053,17,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,2,3,52,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,393,590,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,40933,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,4,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34184,4,0,-1,'Brooch of the Highborne',48509,4,0,0,1,411111,102777,2,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,36,20,7,33,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34185,4,6,-1,'Sword Breaker\'s Bulwark',48907,4,0,0,1,485000,97000,14,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,49,12,20,15,16,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6459,0,0,0,0,0,0,0,0,0,28113,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,178,0,120,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34186,4,3,-1,'Chain Links of the Tumultuous Storm',47993,4,0,0,1,470175,94035,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,41,32,35,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,971,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,4,0,2,0,2,0,2864,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34188,4,2,-1,'Leggings of the Immortal Night',47995,4,0,0,1,405170,81034,7,32767,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,3,3,41,7,48,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,0,0,0,42039,1,0,0,-1,0,-1,44756,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,2,0,2,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34189,4,0,-1,'Band of Ruinous Delight',31655,4,0,0,1,241024,60256,11,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,2,32,32,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40679,1,0,0,-1,0,-1,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34190,4,1,-1,'Crimson Paragon\'s Cover',48869,4,0,0,1,237678,47535,16,-1,-1,154,70,0,0,0,0,0,0,1,0,1,0,3,7,61,13,28,37,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34192,4,4,-1,'Pauldrons of Perseverance',50016,4,4096,0,1,430707,86141,3,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,60,12,27,15,32,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,34592,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,4,0,8,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34193,4,4,-1,'Spaulders of the Thalassian Savior',50017,4,4096,0,1,432240,86448,3,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,25,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,21641,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,8,0,4,0,0,0,2875,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34195,4,2,-1,'Shoulderpads of Vehemence',47999,4,0,0,1,281855,56371,3,1535,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,4,3,33,7,45,31,26,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34196,2,2,-1,'Golden Bow of Quel\'Thalas',48294,4,0,0,1,549255,109851,15,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,1,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,380,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,42095,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34197,2,15,-1,'Shiv of Exsanguination',49971,4,0,0,1,735179,147035,13,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,1,3,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,253,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15809,1,0,0,-1,0,-1,40226,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34198,2,10,-1,'Stanchion of Primal Instinct',48290,4,0,0,1,922523,184504,17,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,3,75,38,94,7,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,505,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,42157,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34202,4,1,-1,'Shawl of Wonderment',50013,4,0,0,1,231578,46315,3,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,26,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,2,0,8,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34203,2,13,-1,'Grip of Mannoroth',48002,4,0,0,1,772468,154493,22,262143,32767,154,70,0,0,0,0,0,0,0,0,1,0,2,36,31,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15811,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34204,4,0,-1,'Amulet of Unfettered Magics',48512,4,0,0,1,353421,88355,2,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,31,15,7,24,5,17,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34205,4,1,-1,'Shroud of Redeemed Souls',48870,4,0,0,1,233420,46684,16,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,2,7,27,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34206,4,0,-1,'Book of Highborne Hymns',48895,4,0,0,1,1015299,203059,23,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,20,36,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34208,4,3,-1,'Equilibrium Epaulets',48004,4,0,0,1,366238,73247,3,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,36,24,7,30,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,2,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34209,4,2,-1,'Spaulders of Reclamation',48005,4,0,0,1,304945,60989,3,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,27,5,26,6,30,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,8,0,2,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34211,4,2,-1,'Harness of Carnal Instinct',48011,4,0,0,1,409478,81895,5,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,4,52,3,75,7,64,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,40226,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34212,4,2,-1,'Sunglow Vest',48012,4,0,0,1,410940,82188,5,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,41,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,29369,1,0,0,0,0,0,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,120,0,0,0,0,2,0,8,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34215,4,4,-1,'Warharness of Reckless Fury',48015,4,0,0,1,526018,105203,5,1535,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,4,4,61,7,67,32,41,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,4,0,4,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34216,4,4,-1,'Heroic Judicator\'s Chestguard',48016,4,0,0,1,528065,105613,5,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,78,4,61,12,29,13,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,4,0,4,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34229,4,3,-1,'Garments of Serene Shores',48013,4,0,0,1,487864,97572,5,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,41,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,35836,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,2,0,2,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34233,4,1,-1,'Robes of Faltered Light',48300,4,0,0,1,320219,64043,20,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,40,6,40,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,8,0,4,0,2890,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34234,4,2,-1,'Shadowed Gauntlets of Paroxysm',48018,4,0,0,1,206893,41378,10,1535,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,3,41,7,33,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,8,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34243,4,4,-1,'Helm of Burning Righteousness',48022,4,0,0,1,429095,85819,1,-1,-1,164,70,0,0,0,0,0,0,0,0,1,0,3,7,51,5,43,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1660,0,0,0,0,0,0,0,0,0,44847,1,0,0,-1,0,-1,21640,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,2864,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34244,4,2,-1,'Duplicitous Guise',48020,4,0,0,1,308210,61642,1,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,4,3,43,7,57,31,30,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,0,0,0,0,0,0,0,0,0,39885,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,2873,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34245,4,2,-1,'Cover of Ursol the Wise',48019,4,0,0,1,309308,61861,1,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,42,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,0,0,0,0,0,0,0,0,0,44853,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34246,12,0,-1,'Smuggled Mana Cell',42861,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'So much power in such a small cube!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34248,12,0,-1,'Bash\'ir Phasing Device',31200,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44856,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Here goes nothing....',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34253,12,0,-1,'Sizzling Embers',47581,1,64,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44879,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34257,12,0,-1,'Fel Siphon',47604,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44937,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34258,0,8,-1,'Love Rocket',47607,1,65536,0,5,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45153,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340),(34259,12,0,-1,'Demonic Blood',23739,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34332,4,3,-1,'Cowl of Gul\'dan',48025,4,0,0,1,363152,72630,1,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,4,7,51,5,43,32,36,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,0,0,0,0,0,0,42099,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,1,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34338,12,0,0,'Mana Remnants',35023,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44969,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34339,4,1,-1,'Cowl of Light\'s Purity',50018,4,0,0,1,248374,49674,1,32767,2147483647,164,70,0,0,0,0,0,0,0,0,1,0,4,7,51,5,42,6,38,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,0,0,0,0,0,0,0,0,0,44853,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,2,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34342,4,1,-1,'Handguards of the Dawn',48305,4,0,0,1,167389,33477,10,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,32,6,36,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,8,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34345,4,4,-1,'Crown of Anasterian',48033,4,0,0,1,443249,88649,1,-1,-1,164,70,0,0,0,0,0,0,0,0,1,0,3,4,61,32,40,7,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1660,0,0,0,0,0,0,0,0,0,44983,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,3263,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34346,2,13,-1,'Mounting Vengeance',48038,4,0,0,1,800549,160109,22,262143,32767,154,70,0,0,0,0,0,0,0,0,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15811,1,0,0,-1,0,-1,42098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,4,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34347,2,19,-1,'Wand of the Demonsoul',48040,4,0,0,1,602483,120496,26,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,36,18,7,9,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,387,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,15714,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34348,2,19,-1,'Wand of Cleansing Light',48042,4,0,0,1,562260,112452,26,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,36,8,5,8,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,387,1,0,0,0,0,0,0,0,0,0,0,1500,0,100,18032,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34349,2,16,-1,'Blade of Life\'s Inevitability',48035,4,4198400,0,1,145472,36368,25,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,2,36,16,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,337,0,0,0,0,0,0,0,0,0,0,0,2000,0,100,14089,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34350,4,3,-1,'Gauntlets of the Ancient Shadowmoon',48037,4,0,0,1,226584,45316,10,32767,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,32,32,28,36,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,672,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,3152,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34351,4,2,-1,'Tranquil Majesty Wraps',48039,4,0,0,1,189530,37906,10,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,28,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,2,0,0,0,2866,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34352,4,4,-1,'Borderland Fortress Grips',48036,4,4096,0,1,271093,54218,10,262143,32767,156,70,0,0,0,0,0,0,0,0,1,0,5,7,66,12,22,13,24,14,24,4,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1217,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34353,4,2,-1,'Quad Deathblow X44 Goggles',44949,4,0,0,1,295074,59014,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,3,3,61,7,47,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,36068,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,128,0,1,0,8,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34354,4,4,-1,'Mayhem Projection Goggles',45779,4,0,0,1,413808,82761,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,4,4,62,32,51,7,47,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,128,0,1,0,8,0,0,0,2874,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34356,4,3,-1,'Surestrike Goggles v3.0',45783,4,0,0,1,358002,71600,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,3,7,47,31,26,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,42039,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,128,0,1,0,8,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34357,4,4,-1,'Hard Khorium Goggles',43886,4,0,0,1,418406,83681,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,5,7,86,12,34,31,27,13,35,4,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,128,0,1,0,4,0,0,0,2882,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34358,4,0,-1,'Hard Khorium Choker',39214,4,0,0,1,353421,88355,2,-1,-1,159,70,755,350,0,0,0,0,0,0,1,0,2,7,42,36,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,40258,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34359,4,0,-1,'Pendant of Sunfire',45351,4,0,0,1,353421,88355,2,-1,-1,159,70,755,350,0,0,0,0,0,0,1,0,4,36,25,32,25,7,27,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34360,4,0,-1,'Amulet of Flowing Life',45351,4,0,0,1,353421,88355,2,-1,-1,159,70,755,350,0,0,0,0,0,0,1,0,3,36,25,7,27,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34361,4,0,-1,'Hard Khorium Band',39126,4,524288,0,1,241024,60256,11,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,3,30,7,42,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34362,4,0,-1,'Loop of Forged Power',31616,4,524288,0,1,241024,60256,11,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,27,5,28,36,30,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34364,4,1,-1,'Sunfire Robe',48925,4,0,0,1,304249,60849,20,32767,-1,159,70,197,350,0,0,0,0,0,0,1,0,4,7,36,5,34,36,40,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,2,0,2,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34365,4,1,-1,'Robe of Eternal Light',48921,4,0,0,1,305387,61077,20,32767,-1,159,70,197,350,0,0,0,0,0,0,1,0,3,7,36,5,34,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,35836,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,8,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34366,4,1,-1,'Sunfire Handwraps',48923,4,0,0,1,153278,30655,10,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,30,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,2,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34367,4,1,-1,'Hands of Eternal Light',48920,4,0,0,1,153863,30772,10,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,30,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,2,0,0,0,2866,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34368,12,0,0,'Attuned Crystal Cores',47694,1,64,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44997,0,0,0,2000,0,2000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34369,4,2,-1,'Carapace of Sun and Shadow',48912,4,0,0,1,387544,77508,5,262143,32767,159,70,165,350,0,0,0,0,0,0,1,0,4,3,42,7,45,36,38,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,40933,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,2,0,2,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34370,4,2,-1,'Gloves of Immortal Dusk',48018,4,0,0,1,194503,38900,10,1535,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,3,30,7,33,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,40555,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,2,0,0,0,3092,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34371,4,2,-1,'Leather Chestguard of the Sun',48916,4,0,0,1,390469,78093,5,262143,32767,159,70,165,350,0,0,0,0,0,0,1,0,3,7,48,5,41,6,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,29369,1,0,0,0,0,0,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,120,0,0,0,0,2,0,2,0,2,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34373,4,3,-1,'Embrace of the Phoenix',48913,4,0,0,1,472024,94404,5,32767,-1,159,70,165,350,0,0,0,0,0,0,1,0,4,3,44,7,43,5,30,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,36068,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,2,0,2,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34375,4,3,-1,'Sun-Drenched Scale Chestguard',48918,4,0,0,1,475534,95106,5,32767,-1,159,70,165,350,0,0,0,0,0,0,1,0,3,7,48,5,41,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,2,0,2,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34377,4,4,-1,'Hard Khorium Battleplate',48927,4,0,0,1,558829,111765,5,1535,2147483647,159,70,164,350,0,0,0,0,0,0,1,0,3,4,61,7,55,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,40934,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,2,0,2,0,3263,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34379,4,4,-1,'Sunblessed Breastplate',48928,4,0,0,1,562923,112584,5,1535,-1,159,70,164,350,0,0,0,0,0,0,1,0,3,7,40,5,51,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,42093,1,0,0,-1,0,-1,21640,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,4,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34380,4,4,-1,'Sunblessed Gauntlets',48905,4,0,0,1,291472,58294,10,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,31,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1239,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,2,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34381,4,4,-1,'Felstrength Legplates',48043,4,4096,0,1,0,0,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,78,12,40,13,33,37,34,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,8,0,8,0,2,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34382,4,4,-1,'Judicator\'s Legguards',48045,4,4096,0,1,0,0,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,78,12,40,13,34,4,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,34593,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,8,0,8,0,2,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34383,4,3,-1,'Kilt of Spiritual Reconstruction',48050,4,4096,0,1,0,0,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,41,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,971,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,21641,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,8,0,2,0,2,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34384,4,2,-1,'Breeches of Natural Splendor',47975,4,4096,0,1,0,0,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,41,6,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,2,0,8,0,2866,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34385,4,2,-1,'Leggings of the Immortal Beast',47975,4,4096,0,1,0,0,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,4,56,3,46,7,66,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,0,0,0,45003,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,2,0,8,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34386,4,1,-1,'Pantaloons of Growing Strife',48307,4,4096,0,1,0,0,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,29,5,36,6,25,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,4,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34388,4,4,-1,'Pauldrons of Berserking',50015,4,4096,0,1,0,0,3,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,4,45,7,48,36,27,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,2,0,4,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34389,4,4,-1,'Spaulders of the Thalassian Defender',50017,4,4096,0,1,0,0,3,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,60,12,27,4,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,35168,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,2,0,8,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34390,4,3,-1,'Erupting Epaulets',48004,4,4096,0,1,0,0,3,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,36,24,7,30,5,30,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,2,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34391,4,2,-1,'Spaulders of Devastation',48005,4,4096,0,1,0,0,3,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,27,5,30,6,26,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,4,0,2,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34392,4,2,-1,'Demontooth Shoulderpads',48052,4,4096,0,1,0,0,3,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,4,42,3,38,7,38,5,19,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,39925,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,8,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34393,4,1,-1,'Shoulderpads of Knowledge\'s Pursuit',50014,4,4096,0,1,0,0,3,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,33,32,26,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,2,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34394,4,4,-1,'Breastplate of Agony\'s Aversion',48015,4,4096,0,1,0,0,5,1535,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,78,12,36,13,52,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,8,0,2,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34395,4,4,-1,'Noble Judicator\'s Chestguard',48053,4,4096,0,1,0,0,5,1535,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,52,5,52,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,42093,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,2,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34396,4,3,-1,'Garments of Crashing Shores',48013,4,4096,0,1,0,0,5,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,41,36,40,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,4,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34397,4,2,-1,'Bladed Chaos Tunic',48054,4,4096,0,1,0,0,5,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,3,42,7,45,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,40933,1,0,0,-1,0,-1,42113,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,8,0,4,0,2,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34398,4,2,-1,'Utopian Tunic of Elune',48055,4,4096,0,1,0,0,5,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,41,36,33,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,23929,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,120,0,0,0,0,2,0,8,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34399,4,1,-1,'Robes of Ghostly Hatred',48384,4,4096,0,1,0,0,20,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,5,7,39,5,40,6,32,36,27,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,2,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34400,4,4,-1,'Crown of Dath\'Remar',48058,4,4096,0,1,0,0,1,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,5,7,91,12,32,13,35,14,33,4,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34401,4,4,-1,'Helm of Uther\'s Resolve',48057,4,4096,0,1,0,0,1,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,91,12,32,13,41,4,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,35075,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34402,4,3,-1,'Shroud of Chieftain Ner\'zhul',48025,4,4096,0,1,0,0,1,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,41,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,1,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34403,4,2,-1,'Cover of Ursoc the Mighty',48019,4,4096,0,1,0,0,1,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,45,5,41,6,30,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34404,4,2,-1,'Mask of the Fury Hunter',48019,4,4096,0,1,0,0,1,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,4,50,3,50,7,58,5,20,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,1,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34405,4,1,-1,'Helm of Arcane Purity',50020,4,4096,0,1,0,0,1,32767,2147483647,164,70,0,0,0,0,0,0,0,0,1,0,4,7,51,5,42,6,38,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,0,0,0,0,0,0,0,0,0,44979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,2,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34406,4,1,-1,'Gloves of Tyri\'s Power',48387,4,4096,0,1,0,0,10,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,32,6,27,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34407,4,2,-1,'Tranquil Moonlight Wraps',48059,4,4096,0,1,0,0,10,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,28,6,20,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34408,4,2,-1,'Gloves of the Forest Drifter',48059,4,4096,0,1,0,0,10,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,4,42,3,34,7,45,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,0,0,0,0,0,0,0,42098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,8,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34409,4,3,-1,'Gauntlets of the Ancient Frostwolf',48060,4,4096,0,1,0,0,10,32767,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,32,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34414,12,0,-1,'Shattered Sun Banner',34874,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45030,0,0,0,60000,1139,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34420,12,0,-1,'Captured Legion Scroll',3331,1,0,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45038,0,0,0,20000,1140,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34426,15,0,-1,'Winter Veil Gift',29902,1,4,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34431,4,4,-1,'Lightbringer Bands',48313,4,4096,0,1,0,0,9,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,4,33,32,30,37,16,36,17,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,680,55,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34432,4,4,-1,'Lightbringer Bracers',48312,4,4096,0,1,0,0,9,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,3,32,15,5,22,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,681,55,0,0,0,0,2,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34433,4,4,-1,'Lightbringer Wristguards',48314,4,4096,0,1,0,0,9,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,7,49,12,20,13,22,15,15,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,679,55,0,0,0,0,8,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34434,4,1,-1,'Bracers of Absolution',48321,4,4096,0,1,0,0,9,16,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,7,18,5,23,6,16,36,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,674,35,0,0,0,0,2,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34435,4,1,-1,'Cuffs of Absolution',48321,4,4096,0,1,0,0,9,16,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,7,19,5,22,6,20,36,16,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,675,35,0,0,0,0,2,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34436,4,1,-1,'Bracers of the Malefic',48349,4,4096,0,1,0,0,9,256,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,32,18,5,22,36,21,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,670,35,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34437,4,3,-1,'Skyshatter Bands',48325,4,4096,0,1,0,0,9,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,36,11,5,23,32,28,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,684,50,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34438,4,3,-1,'Skyshatter Bracers',48325,4,4096,0,1,0,0,9,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,3,36,11,5,23,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,683,50,0,0,0,0,2,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34439,4,3,-1,'Skyshatter Wristguards',48326,4,4096,0,1,0,0,9,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,6,31,17,37,17,5,17,32,22,38,64,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,682,50,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34441,4,4,-1,'Onslaught Bracers',48347,4,4096,0,1,0,0,9,1,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,3,4,33,32,30,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,42098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,672,55,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34442,4,4,-1,'Onslaught Wristguards',48348,4,4096,0,1,0,0,9,1,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,7,49,12,21,14,18,13,18,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,673,55,0,0,0,0,8,0,0,0,0,0,2926,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34443,4,3,-1,'Gronnstalker\'s Bracers',48315,4,4096,0,1,0,0,9,4,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,3,23,7,16,5,16,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,43219,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,669,50,0,0,0,0,2,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34444,4,2,-1,'Thunderheart Wristguards',48311,4,4096,0,1,0,0,9,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,4,29,3,28,7,39,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,42094,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,676,40,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34445,4,2,-1,'Thunderheart Bracers',48322,4,4096,0,1,0,0,9,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,36,12,5,22,6,25,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,678,40,0,0,0,0,8,0,0,0,0,0,3151,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34446,4,2,-1,'Thunderheart Bands',48322,4,4096,0,1,0,0,9,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,32,13,5,23,36,21,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,677,40,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34447,4,1,-1,'Bracers of the Tempest',48316,4,4096,0,1,0,0,9,128,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,32,11,5,17,6,14,36,26,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,671,35,0,0,0,0,2,0,0,0,0,0,3152,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34448,4,2,-1,'Slayer\'s Bracers',48324,4,4096,0,1,0,0,9,8,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,3,27,31,18,36,17,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,668,40,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34470,4,0,-1,'Timbal\'s Focusing Crystal',48163,4,0,0,1,288156,72039,12,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45054,1,0,0,-1,0,-1,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34471,4,0,-1,'Vial of the Sunwell',48177,4,0,0,1,288156,72039,12,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45059,1,0,0,-1,0,-1,45064,0,0,0,120000,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34472,4,0,-1,'Shard of Contempt',48172,4,0,0,1,288156,72039,12,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,1,37,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45354,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34473,4,0,-1,'Commendation of Kael\'thas',48158,4,0,0,1,288156,72039,12,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,1,7,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34475,0,0,-1,'Arcane Charges',47731,1,131136,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45072,0,0,0,1000,1170,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'item_only_for_flight',0,0,0,0,0,12340),(34476,12,0,-1,'Broken Engine Part',7841,0,0,0,1,400000,100000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This strange engine part has the word \'Capissen\' engraved on it.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34477,13,0,-1,'Darkspine Chest Key',9154,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45137,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34479,12,0,0,'Darkspine Iron Ore',13686,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34485,4,4,-1,'Lightbringer Girdle',48355,4,4096,0,1,0,0,6,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,4,44,37,25,32,42,36,29,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1081,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,680,55,0,0,0,0,2,0,0,0,0,0,2857,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34487,4,4,-1,'Lightbringer Belt',48355,4,4096,0,1,0,0,6,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,32,17,5,29,36,24,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1081,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,681,55,0,0,0,0,2,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34488,4,4,-1,'Lightbringer Waistguard',48355,4,4096,0,1,0,0,6,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,7,64,12,28,13,28,15,20,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1081,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,679,55,0,0,0,0,8,0,0,0,0,0,2926,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34489,12,0,-1,'Flaming Oil',47765,1,131136,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45115,0,0,0,1000,1170,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'item_only_for_flight',0,0,0,0,0,12340),(34500,12,0,-1,'Ata\'mal Armament',47776,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45149,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It veritably seethes with corruption!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34501,12,0,-1,'Cleansed Ata\'mal Metal',36187,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'No longer seething with corruption.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34502,12,0,0,'Bloodberry',29165,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34527,4,1,-1,'Belt of Absolution',48356,4,4096,0,1,0,0,6,16,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,7,21,5,29,6,33,36,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,675,35,0,0,0,0,8,0,0,0,0,0,3098,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34528,4,1,-1,'Cord of Absolution',48356,4,4096,0,1,0,0,6,16,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,7,19,5,33,6,21,36,29,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,674,35,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34533,12,0,0,'Astromancer\'s Crystal',47969,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45191,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The crystal pulses with a gentle vibration.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34538,0,8,-1,'Blessed Weapon Coating',36862,1,64,0,1,6000,1500,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45395,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34539,0,8,-1,'Righteous Weapon Coating',36862,1,64,0,1,6000,1500,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45397,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34541,4,1,-1,'Belt of the Malefic',48359,4,4096,0,1,0,0,6,256,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,32,20,5,29,31,20,36,29,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,670,35,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34542,4,3,-1,'Skyshatter Cord',48358,4,4096,0,1,0,0,6,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,36,27,5,30,32,29,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,684,50,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34543,4,3,-1,'Skyshatter Belt',48358,4,4096,0,1,0,0,6,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,32,20,5,30,36,23,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,683,50,0,0,0,0,2,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34545,4,3,-1,'Skyshatter Girdle',48358,4,4096,0,1,0,0,6,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,6,38,86,37,22,32,28,36,29,5,15,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,682,50,0,0,0,0,2,0,0,0,0,0,2857,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34546,4,4,-1,'Onslaught Belt',48360,4,4096,0,1,0,0,6,1,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,4,43,37,26,32,40,36,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1081,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,672,55,0,0,0,0,4,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34547,4,4,-1,'Onslaught Waistguard',48361,4,4096,0,1,0,0,6,1,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,7,64,12,24,37,27,13,26,4,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1081,0,0,0,0,0,0,0,0,0,42106,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,673,55,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34549,4,3,-1,'Gronnstalker\'s Belt',48353,4,4096,0,1,0,0,6,4,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,3,29,31,24,5,17,32,19,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,42098,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,669,50,0,0,0,0,2,0,0,0,0,0,2902,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34554,4,2,-1,'Thunderheart Belt',48352,4,4096,0,1,0,0,6,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,36,13,5,30,6,29,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,678,40,0,0,0,0,2,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34555,4,2,-1,'Thunderheart Cord',48352,4,4096,0,1,0,0,6,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,31,13,5,30,36,27,32,29,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,677,40,0,0,0,0,2,0,0,0,0,0,3152,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34556,4,2,-1,'Thunderheart Waistguard',48352,4,4096,0,1,0,0,6,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,4,39,3,40,31,23,5,20,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,676,40,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34557,4,1,-1,'Belt of the Tempest',48354,4,4096,0,1,0,0,6,128,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,6,31,14,5,29,32,17,36,29,6,20,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,671,35,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34558,4,2,-1,'Slayer\'s Belt',48357,4,4096,0,1,0,0,6,8,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,3,29,32,13,31,30,36,27,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,668,40,0,0,0,0,2,0,0,0,0,0,2902,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34559,4,4,-1,'Lightbringer Treads',48366,4,4096,0,1,0,0,8,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,7,21,5,30,32,30,36,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,681,75,0,0,0,0,8,0,0,0,0,0,2884,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34560,4,4,-1,'Lightbringer Stompers',48366,4,4096,0,1,0,0,8,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,7,58,4,30,12,19,13,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,28325,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,679,75,0,0,0,0,8,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34561,4,4,-1,'Lightbringer Boots',48366,4,4096,0,1,0,0,8,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,4,42,37,19,36,27,32,40,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,680,75,0,0,0,0,2,0,0,0,0,0,2902,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34562,4,1,-1,'Boots of Absolution',48367,4,4096,0,1,0,0,8,16,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,7,27,5,30,6,29,36,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,675,50,0,0,0,0,4,0,0,0,0,0,3098,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34563,4,1,-1,'Treads of Absolution',48368,4,4096,0,1,0,0,8,16,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,7,24,5,30,6,22,36,30,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,674,50,0,0,0,0,8,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34564,4,1,-1,'Boots of the Malefic',48371,4,4096,0,1,0,0,8,256,32767,154,70,0,0,0,0,0,0,0,0,1,0,5,31,28,5,26,32,16,36,29,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,670,50,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34565,4,3,-1,'Skyshatter Boots',48370,4,4096,0,1,0,0,8,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,32,16,5,30,36,24,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,683,70,0,0,0,0,2,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34566,4,3,-1,'Skyshatter Treads',48370,4,4096,0,1,0,0,8,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,32,23,5,30,36,30,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,684,70,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34567,4,3,-1,'Skyshatter Greaves',48370,4,4096,0,1,0,0,8,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,6,38,86,37,29,5,20,32,30,36,20,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,682,70,0,0,0,0,4,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34568,4,4,-1,'Onslaught Boots',48372,4,4096,0,1,0,0,8,1,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,6,7,64,12,25,37,26,13,20,14,20,4,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,673,75,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34569,4,4,-1,'Onslaught Treads',48372,4,4096,0,1,0,0,8,1,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,4,44,32,36,31,25,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,672,75,0,0,0,0,4,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34570,4,3,-1,'Gronnstalker\'s Boots',48364,4,4096,0,1,0,0,8,4,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,3,30,31,14,5,21,32,21,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,42098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,669,70,0,0,0,0,4,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34571,4,2,-1,'Thunderheart Boots',48363,4,4096,0,1,0,0,8,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,36,19,5,32,6,24,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,678,60,0,0,0,0,2,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34572,4,2,-1,'Thunderheart Footwraps',48363,4,4096,0,1,0,0,8,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,36,13,5,30,32,28,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,677,60,0,0,0,0,2,0,0,0,0,0,2884,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34573,4,2,-1,'Thunderheart Treads',48362,4,4096,0,1,0,0,8,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,4,35,3,35,7,54,5,18,37,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,676,60,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34574,4,1,-1,'Boots of the Tempest',48365,4,4096,0,1,0,0,8,128,32767,154,70,0,0,0,0,0,0,0,0,1,0,6,31,15,5,29,6,20,32,20,36,25,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,671,50,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34575,4,2,-1,'Slayer\'s Boots',48369,4,4096,0,1,0,0,8,8,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,3,30,7,24,31,28,37,24,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,668,60,0,0,0,0,2,0,0,0,0,0,2941,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34583,0,0,-1,'Aldor Supplies Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,20000,30000,0,12340),(34584,0,0,-1,'Scryer Supplies Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,20000,30000,0,12340),(34585,0,0,-1,'Scryer Supplies Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,30000,40000,0,12340),(34587,0,0,-1,'Aldor Supplies Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,30000,40000,0,12340),(34592,0,0,-1,'Aldor Supplies Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,50000,70000,0,12340),(34593,0,0,-1,'Scryer Supplies Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,50000,70000,0,12340),(34594,0,0,-1,'Scryer Supplies Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,90000,110000,0,12340),(34595,0,0,-1,'Aldor Supplies Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,90000,110000,0,12340),(34601,4,4,-1,'Shoulderplates of Everlasting Pain',48174,4,0,0,1,308159,61631,3,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,4,30,7,33,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1087,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,4,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34602,4,2,-1,'Eversong Cuffs',48164,4,0,0,1,147565,29513,9,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,20,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34603,2,16,-1,'Distracting Blades',48157,4,4198400,0,1,146756,36689,25,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,14,36,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,274,0,0,0,0,0,0,0,0,0,0,0,2000,0,100,9334,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34604,2,15,-1,'Jaded Crystal Dagger',48166,4,0,0,1,594542,118908,21,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,3,7,22,5,19,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,122,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,45309,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,-46.3,0,0,0,'',67,0,0,0,0,12340),(34605,4,4,-1,'Breastplate of Fierce Survival',48155,4,0,0,1,428578,85715,5,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,32,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1450,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,4,0,8,0,2864,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34606,2,15,-1,'Edge of Oppression',48161,4,0,0,1,614366,122873,13,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,25,36,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,148,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,14089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34607,4,1,-1,'Fel-tinged Mantle',48165,4,0,0,1,167348,33469,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,20,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34608,2,10,-1,'Rod of the Blazing Light',48170,4,0,0,1,699996,139999,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,36,5,32,6,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,290,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,40107,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2890,0,300,-46.3,0,0,0,'',67,0,0,0,0,12340),(34609,2,7,-1,'Quickening Blade of the Prince',48169,4,0,0,1,606588,121317,13,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,180,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15808,1,0,0,-1,0,-1,40680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34610,4,1,-1,'Scarlet Sin\'dorei Robes',48171,4,0,0,1,243546,48709,20,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,22,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34611,2,4,-1,'Cudgel of Consecration',48159,4,0,0,1,611208,122241,21,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,15,5,20,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,131,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,42040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,3153,0,300,-50.8,0,0,0,'',67,0,0,0,0,12340),(34612,4,4,-1,'Greaves of the Penitent Knight',42604,4,0,0,1,321500,64300,8,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,2,7,21,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,4,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34613,4,2,-1,'Shoulderpads of the Silvermoon Retainer',48173,4,0,0,1,230959,46191,3,262143,32767,125,70,0,0,0,0,0,0,0,0,1,0,3,3,35,7,32,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34614,4,3,-1,'Tunic of the Ranger Lord',48175,4,0,0,1,370901,74180,5,32767,2147483647,125,70,0,0,0,0,0,0,0,0,1,0,4,3,45,7,34,5,23,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,879,0,0,0,0,0,0,0,0,0,15830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34615,4,4,-1,'Netherforce Chestplate',48167,4,0,0,1,434358,86871,5,262143,32767,125,70,0,0,0,0,0,0,0,0,1,0,4,4,44,7,42,32,30,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1571,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,4,0,8,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34616,2,0,-1,'Breeching Comet',48156,4,0,0,1,622853,124570,13,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,2,3,18,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,312,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,14049,1,0,0,180000,0,10000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34625,4,0,-1,'Kharmaa\'s Ring of Fate',31906,4,524288,0,1,300000,75000,11,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,19,5,14,36,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Azerothian diamonds are eternal.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34664,7,11,-1,'Sunmote',37215,3,0,0,1,90000,22500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34665,2,15,-1,'Bombardier\'s Blade',33237,3,32768,0,1,459015,91803,13,-1,-1,115,70,0,0,0,0,0,1077,6,0,1,0,3,3,14,31,11,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34666,2,7,-1,'The Sunbreaker',48062,3,32768,0,1,460643,92128,13,-1,-1,115,70,0,0,0,0,0,1077,6,0,1,0,3,3,14,31,11,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,233,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34667,2,7,-1,'Archmage\'s Guile',48061,3,32768,0,1,418194,83638,21,-1,-1,115,70,0,0,0,0,0,1077,6,0,1,0,3,32,20,5,11,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,145,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,33490,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340),(34670,2,4,-1,'Seeker\'s Gavel',37049,3,32768,0,1,434690,86938,21,-1,-1,115,70,0,0,0,0,0,1077,6,0,1,0,3,31,11,5,8,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,145,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,33490,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340),(34671,2,4,-1,'K\'iru\'s Presage',48065,3,32768,0,1,436317,87263,21,-1,-1,115,70,0,0,0,0,0,1077,6,0,1,0,3,5,13,7,16,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,145,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,35338,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340),(34672,2,7,-1,'Inuuro\'s Blade',37209,3,32768,0,1,437945,87589,13,-1,-1,115,0,0,0,0,0,0,1077,6,0,1,0,4,7,21,37,11,31,8,12,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,121,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34673,2,1,-1,'Legionfoe',48066,3,32768,0,1,549466,109893,17,-1,-1,115,70,0,0,0,0,0,1077,6,1,1,0,4,7,45,32,26,4,31,37,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,414,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34674,2,18,-1,'Truestrike Crossbow',48067,3,32768,0,1,330867,66173,26,-1,-1,115,70,0,0,0,0,0,1077,6,0,1,0,3,3,10,7,12,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,207,0,0,0,0,0,0,0,0,0,0,0,2600,2,100,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34675,4,6,-1,'Sunward Crest',48068,4,32768,0,1,377842,75568,14,262143,2147483647,115,70,0,0,0,0,0,1077,7,0,1,0,3,7,31,15,18,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4872,0,0,0,0,0,0,0,0,0,18049,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,122,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34676,4,6,-1,'Dawnforged Defender',48070,4,32768,0,1,379231,75846,14,262143,2147483647,115,70,0,0,0,0,0,1077,7,0,1,0,3,7,31,13,18,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4872,0,0,0,0,0,0,0,0,0,34593,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,122,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34677,4,0,-1,'Shattered Sun Pendant of Restoration',31889,4,32768,0,1,232752,58188,2,-1,-1,115,70,0,0,0,0,0,1077,7,0,1,0,1,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18043,1,0,0,0,0,-1,21628,1,0,0,-1,0,-1,45484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34678,4,0,-1,'Shattered Sun Pendant of Acumen',39212,4,32768,0,1,232752,58188,2,-1,-1,115,70,0,0,0,0,0,1077,7,0,1,0,2,7,19,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,0,0,-1,45481,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34679,4,0,-1,'Shattered Sun Pendant of Might',48071,4,32768,0,1,232752,58188,2,-1,-1,115,70,0,0,0,0,0,1077,7,0,1,0,2,7,19,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15817,1,0,0,0,0,-1,45482,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34680,4,0,-1,'Shattered Sun Pendant of Resolve',43085,4,32768,0,1,232752,58188,2,-1,-1,115,70,0,0,0,0,0,1077,7,0,1,0,3,7,48,31,13,37,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45483,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34689,9,10,-1,'Design: Chaotic Skyfire Diamond',6270,3,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44794,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Chaotic Skyfire Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34697,4,1,-1,'Bindings of Raging Fire',42896,3,0,0,1,83911,16782,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,9,5,10,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,4,0,0,0,0,0,3153,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34698,4,3,-1,'Bracers of the Forest Stalker',43012,3,0,0,1,125867,25173,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,16,7,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,39922,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3114,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34699,2,0,-1,'Sun-forged Cleaver',31300,3,0,0,1,419558,83911,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,32,13,36,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34700,4,4,-1,'Gauntlets of Divine Blessings',48201,3,0,0,1,147684,29536,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,15,5,17,36,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,45,0,0,0,0,8,0,4,0,0,0,2881,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34701,4,2,-1,'Leggings of the Betrayed',17137,3,0,0,1,209779,41955,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,25,3,26,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,2,0,4,0,8,0,3267,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34702,4,1,-1,'Cloak of Swift Mending',34812,3,0,0,1,126500,25300,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,12,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34703,2,7,-1,'Latro\'s Dancing Blade',41417,3,0,0,1,423297,84659,13,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9335,1,0,0,-1,0,-1,43902,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,737,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34704,4,0,-1,'Band of Arcane Alacrity',39126,3,524288,0,1,59387,14846,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,36,18,7,18,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34705,4,1,-1,'Bracers of Divine Infusion',42996,3,0,0,1,83911,16782,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,15,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,2,0,0,0,0,0,2881,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34706,4,0,-1,'Band of Determination',40044,3,524288,0,1,220141,55035,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,35,37,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,252,0,0,0,'',52,0,0,0,0,12340),(34707,4,2,-1,'Boots of Resuscitation',42961,3,0,0,1,157334,31466,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,15,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,2881,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34708,4,1,-1,'Cloak of the Coming Night',43086,3,0,0,1,125867,25173,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,36,18,7,18,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34780,0,5,-1,'Naaru Ration',40696,1,0,0,5,5000,250,0,-1,-1,75,65,0,0,0,0,0,1077,4,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44166,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34783,2,16,-1,'Nightstrike',48248,3,4194304,0,1,175952,43988,25,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,16,31,10,37,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,246,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,0,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34788,4,1,-1,'Duskhallow Mantle',48252,3,0,0,1,132835,26567,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,10,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,4,0,0,0,2900,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34789,4,4,-1,'Bracers of Slaughter',48253,3,0,0,1,147684,29536,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,19,7,15,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,4,0,0,0,0,0,3015,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34790,2,4,-1,'Battle-mace of the High Priestess',39389,3,0,0,1,446039,89207,21,-1,-1,115,70,0,0,0,0,0,0,6,0,1,0,3,7,9,5,13,36,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,145,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,35338,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,2,0,0,0,0,0,2881,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(34791,4,3,-1,'Gauntlets of the Tranquil Waves',48255,3,0,0,1,125867,25173,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,10,36,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,2,0,0,0,2881,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34792,4,1,-1,'Cloak of the Betrayed',38794,3,0,0,1,125867,25173,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,12,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3153,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34793,4,1,-1,'Cord of Reconstruction',48256,3,0,0,1,83911,16782,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,16,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,2,0,8,0,0,0,2866,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34794,2,1,-1,'Axe of Shattered Dreams',39958,3,0,0,1,524447,104889,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,426,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,15820,1,0,0,-1,0,-1,44756,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34795,4,4,-1,'Helm of Sanctification',48257,3,0,0,1,219848,43969,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,18,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,4,0,2,0,2,0,2865,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34796,4,2,-1,'Robes of Summer Flame',48258,3,0,0,1,209779,41955,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,15,5,18,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2865,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34797,2,10,-1,'Sun-infused Focus Staff',44339,3,0,0,1,524447,104889,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,27,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,196,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,33250,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,2,0,4,0,4,0,2889,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340),(34798,4,0,-1,'Band of Celerity',24022,3,524288,0,1,28410,7102,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,25,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14049,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(34799,4,3,-1,'Hauberk of the War Bringer',48259,4,0,0,1,322385,64477,5,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,3,24,7,25,5,17,36,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,778,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,4,0,4,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34807,4,4,-1,'Sunstrider Warboots',48286,4,0,0,1,281550,56310,8,262143,32767,110,70,0,0,0,0,0,0,0,0,1,0,2,7,30,4,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,955,0,0,0,0,0,0,0,0,0,42098,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34808,4,1,-1,'Gloves of Arcane Acuity',48287,4,0,0,1,107461,21492,10,262143,32767,110,70,0,0,0,0,0,0,0,0,1,0,3,7,16,5,20,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,2,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34809,4,2,-1,'Sunrage Treads',48985,4,0,0,1,213405,42681,8,1535,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,3,28,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,40680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,0,0,0,0,3164,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34810,4,1,-1,'Cloak of Blade Turning',47067,4,0,0,1,161192,32238,16,-1,-1,110,70,0,0,0,0,0,0,1,0,1,0,2,7,31,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,387,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,294,0,0,0,'',67,0,0,0,0,12340),(34822,15,0,0,'Ancient Coin',48335,0,0,0,1,1000000,250000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34823,15,0,0,'Beautiful Glass Eye',30738,0,0,0,1,720000,180000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The initials C.S. are etched in the back.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34824,15,0,0,'Silver Statuette',48336,0,0,0,1,600000,150000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A beautiful piece depicting a man in priestly garb.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34825,15,0,0,'Mithril Shaving Razor',48337,0,0,0,1,440000,110000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34826,4,0,-1,'Gold Wedding Band',963,1,0,0,1,600000,150000,11,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34827,4,0,-1,'Noble\'s Monocle',15322,1,0,0,1,564018,112803,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34828,4,0,0,'Antique Silver Cufflinks',48805,1,0,0,1,566099,113219,9,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34829,4,0,-1,'Ornate Drinking Stein',48339,1,0,0,1,440000,110000,23,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34831,3,1,-1,'Eye of the Sea',44725,3,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,861,-1,0,0,0,0,'',0,0,0,0,0,12340),(34832,0,5,-1,'Captain Rumsey\'s Lager',18119,1,0,0,1,200,50,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45694,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34834,9,5,-1,'Recipe: Captain Rumsey\'s Lager',15274,2,64,0,1,20000,5000,0,-1,-1,20,0,185,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45695,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to brew Captain Rumsey\'s Lager.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34836,0,6,-1,'Spun Truesilver Fishing Line',48720,2,64,0,1,8000,2000,0,-1,-1,70,0,356,300,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45697,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34837,4,0,-1,'The 2 Ring',31800,4,0,0,1,45200,11300,11,-1,-1,143,70,0,0,0,0,0,0,0,0,1,0,5,4,22,3,22,7,22,6,22,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Vastly superior to the 1 ring.',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34838,15,0,-1,'Mariner\'s Log',48342,0,0,0,1,2680,670,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3044,0,1,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34839,15,0,-1,'Piece of Polished Driftwood',11947,0,0,0,1,60000,15000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34840,15,0,-1,'Broken Spyglass',4283,0,0,0,1,80000,20000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34841,15,0,-1,'Salvaged Scrap Metal',8562,0,0,0,1,16000,4000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34843,15,0,-1,'Giant Shark Tooth',30593,0,0,0,1,60000,15000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34845,1,0,-1,'Pit Lord\'s Satchel',34796,4,0,0,1,35000,8750,18,-1,-1,70,0,0,0,0,0,0,0,0,1,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34846,15,0,-1,'Black Sack of Gems',1282,2,4,0,1,19050,4762,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34847,4,1,-1,'Annihilator Holo-Gogs',43891,4,0,0,1,244003,48800,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,3,5,37,7,41,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,42063,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,128,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34848,15,0,-1,'Bracers of the Forgotten Conqueror',48373,4,0,0,1,0,50000,0,274,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34851,15,0,-1,'Bracers of the Forgotten Protector',48374,4,0,0,1,0,50000,0,69,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34852,15,0,-1,'Bracers of the Forgotten Vanquisher',34509,4,0,0,1,0,50000,0,1160,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34853,15,0,-1,'Belt of the Forgotten Conqueror',48377,4,0,0,1,0,50000,0,274,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34854,15,0,-1,'Belt of the Forgotten Protector',48376,4,0,0,1,0,50000,0,69,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34855,15,0,-1,'Belt of the Forgotten Vanquisher',34831,4,0,0,1,0,50000,0,1160,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34856,15,0,-1,'Boots of the Forgotten Conqueror',34833,4,0,0,1,0,50000,0,274,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34857,15,0,-1,'Boots of the Forgotten Protector',48378,4,0,0,1,0,50000,0,69,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34858,15,0,-1,'Boots of the Forgotten Vanquisher',48379,4,0,0,1,0,50000,0,1160,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34859,2,15,-1,'Razor Sharp Fillet Knife',48380,1,0,0,1,214001,42800,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,102,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34860,15,0,-1,'Rusted Lock',7842,0,0,0,1,68000,17000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34861,0,8,-1,'Sharpened Fish Hook',48725,1,64,0,1,550,137,0,-1,-1,30,0,356,100,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45731,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34863,15,0,-1,'Bag of Fishing Treasures',3568,1,4,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,50000,90000,0,12340),(34864,12,0,-1,'Baby Crocolisk',48388,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34865,12,0,-1,'Blackfin Darter',48743,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34866,12,0,-1,'Giant Freshwater Shrimp',18538,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34867,12,0,-1,'Monstrous Felblood Snapper',48744,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34868,12,0,-1,'World\'s Largest Mudfish',48742,1,2147483648,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34872,9,8,-1,'Formula: Void Shatter',7798,1,64,0,1,150000,37500,0,-1,-1,72,0,333,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45765,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to shatter a Void Crystal into two Large Prismatic Shards.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34887,4,0,-1,'Angelista\'s Revenge',49005,4,4096,0,1,0,0,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,2,3,29,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,40680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34888,4,0,-1,'Ring of the Stalwart Protector',45362,4,4096,0,1,0,0,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,2,7,45,13,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,392,0,0,0,'',67,0,0,0,0,12340),(34889,4,0,-1,'Fused Nethergon Band',44358,4,4096,0,1,0,0,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,27,5,19,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34890,4,0,-1,'Anveena\'s Touch',43095,4,4096,0,1,0,0,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,2,7,27,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34891,2,1,-1,'The Blade of Harbingers',48899,4,4096,0,1,0,0,17,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,32,55,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,563,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,33782,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34892,2,18,-1,'Crossbow of Relentless Strikes',49114,4,4096,0,1,0,0,26,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,32,18,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,339,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,15807,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34893,2,13,-1,'Vanir\'s Right Fist of Brutality',49113,4,4096,0,1,0,0,21,262143,32767,146,70,0,0,0,0,0,0,0,0,1,0,2,3,23,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,335,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34894,2,15,-1,'Blade of Serration',48888,4,4096,0,1,0,0,13,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,32,24,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,241,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34895,2,15,-1,'Scryer\'s Blade of Focus',48887,4,4096,0,1,0,0,21,32767,-1,146,70,0,0,0,0,0,0,0,1,1,0,2,7,42,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,130,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,43455,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,-61.8,0,0,0,'',67,0,0,0,0,12340),(34896,2,4,-1,'Gavel of Naaru Blessings',49111,4,4096,0,1,0,0,21,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,7,42,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,116,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,43460,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-61.8,0,0,0,'',67,0,0,0,0,12340),(34898,2,10,-1,'Staff of the Forest Lord',48935,4,4096,0,1,0,0,17,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,38,100,3,52,7,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,483,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34900,4,2,-1,'Shroud of Nature\'s Harmony',48446,4,4096,0,1,0,0,5,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,40,6,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34901,4,2,-1,'Grovewalker\'s Leggings',48449,4,4096,0,1,0,0,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,36,5,42,6,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,39806,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,8,0,2,0,0,0,2866,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34902,4,2,-1,'Oakleaf-Spun Handguards',48452,4,4096,0,1,0,0,10,32767,2147483647,141,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,30,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34903,4,2,-1,'Embrace of Starlight',48967,4,4096,0,1,0,0,5,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,38,6,26,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,0,0,0,0,0,0,0,26158,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34904,4,2,-1,'Barbed Gloves of the Sage',47171,4,4096,0,1,0,0,10,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,30,31,15,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34905,4,2,-1,'Crystalwind Leggings',48456,4,4096,0,1,0,0,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,40,6,32,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,33233,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34906,4,2,-1,'Embrace of Everlasting Prowess',48450,4,4096,0,1,0,0,5,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,5,4,48,3,49,7,52,5,23,36,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34907,15,0,-1,'Shattered Gem Fragments',7162,0,0,0,1,60000,15000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34910,4,2,-1,'Tameless Breeches',48454,4,4096,0,1,0,0,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,5,4,48,3,45,7,52,5,20,36,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34911,4,2,-1,'Handwraps of the Aggressor',48451,4,4096,0,1,0,0,10,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,5,4,36,3,35,7,36,5,19,36,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34912,4,3,-1,'Scaled Drakeskin Chestguard',48466,4,4096,0,1,0,0,5,32767,2147483647,141,70,0,0,0,0,0,0,0,0,1,0,4,3,47,7,39,5,26,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34914,4,3,-1,'Leggings of the Pursuit',48468,4,4096,0,1,0,0,7,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,3,44,7,36,5,30,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,0,0,0,0,0,0,0,0,0,36068,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,4,0,8,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34916,4,3,-1,'Gauntlets of Rapidity',48467,4,4096,0,1,0,0,10,32767,2147483647,141,70,0,0,0,0,0,0,0,0,1,0,4,3,34,7,30,5,19,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,617,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34917,4,1,-1,'Shroud of the Lore`nial',48469,4,4096,0,1,0,0,20,32767,2147483647,141,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,35,6,33,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,33233,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34918,4,1,-1,'Legwraps of Sweltering Flame',47064,4,4096,0,1,0,0,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,37,5,36,6,30,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34919,4,1,-1,'Boots of Incantations',42327,4,4096,0,1,0,0,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,37,5,26,6,23,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34921,4,4,-1,'Ecclesiastical Cuirass',48471,4,4096,0,1,0,0,5,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,52,5,44,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1765,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,0,0,0,0,3152,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34922,4,4,-1,'Greaves of Pacification',48470,4,4096,0,1,0,0,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,2,7,52,5,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1544,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,21642,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,8,0,4,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34923,4,4,-1,'Waistguard of Reparation',48291,4,4096,0,1,0,0,6,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,36,5,34,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,3152,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34924,4,1,-1,'Gown of Spiritual Wonder',48481,4,4096,0,1,0,0,20,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,36,5,35,6,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34925,4,1,-1,'Adorned Supernal Legwraps',48482,4,4096,0,1,0,0,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,40,6,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,39806,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,8,0,2,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34926,4,1,-1,'Slippers of Dutiful Mending',48479,4,4096,0,1,0,0,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,25,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34927,4,2,-1,'Tunic of the Dark Hour',48484,4,4096,0,1,0,0,5,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,3,44,7,51,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34928,4,2,-1,'Trousers of the Scryers\' Retainer',48486,4,4096,0,1,0,0,7,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,43,7,45,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,36068,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,4,0,8,0,0,0,2860,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34929,4,2,-1,'Belt of the Silent Path',48483,4,4096,0,1,0,0,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,34,7,33,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34930,4,3,-1,'Wave of Life Chestguard',48487,4,4096,0,1,0,0,5,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,39,5,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,21641,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34931,4,3,-1,'Runed Scales of Antiquity',48493,4,4096,0,1,0,0,7,32767,2147483647,141,70,0,0,0,0,0,0,0,0,1,0,2,7,45,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,0,0,0,0,0,0,0,0,0,39806,1,0,0,-1,0,-1,21640,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,8,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34932,4,3,-1,'Clutch of the Soothing Breeze',48490,4,4096,0,1,0,0,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,31,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34933,4,3,-1,'Hauberk of Whirling Fury',48491,4,4096,0,1,0,0,5,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,34,36,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,0,0,0,0,0,0,0,0,0,33233,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34934,4,3,-1,'Rushing Storm Kilt',48492,4,4096,0,1,0,0,7,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,38,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,0,0,0,0,0,0,0,0,0,33233,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34935,4,3,-1,'Aftershock Waistguard',48358,4,4096,0,1,0,0,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,27,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34936,4,1,-1,'Tormented Demonsoul Robes',48494,4,4096,0,1,0,0,20,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,38,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34937,4,1,-1,'Corrupted Soulcloth Pantaloons',45319,4,4096,0,1,0,0,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,33,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,33233,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34938,4,1,-1,'Enslaved Doomguard Soulgrips',48495,4,4096,0,1,0,0,10,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,27,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34939,4,4,-1,'Chestplate of Stoicism',48496,4,4096,0,1,0,0,5,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,78,12,34,13,34,4,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1765,0,0,0,0,0,0,0,0,0,34061,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34940,4,4,-1,'Sunguard Legplates',45220,4,4096,0,1,0,0,7,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,5,7,78,12,35,13,28,37,23,4,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1544,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,2876,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34941,4,4,-1,'Girdle of the Fearless',42651,4,4096,0,1,0,0,6,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,58,37,22,4,23,12,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34942,4,4,-1,'Breastplate of Ire',48476,4,4096,0,1,0,0,5,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,4,52,7,64,36,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1765,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34943,4,4,-1,'Legplates of Unending Fury',46359,4,4096,0,1,0,0,7,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,4,52,7,48,31,25,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1544,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,4,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34944,4,4,-1,'Girdle of Seething Rage',48477,4,4096,0,1,0,0,6,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,4,40,7,55,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34945,4,4,-1,'Shattrath Protectorate\'s Breastplate',48473,4,4096,0,1,0,0,5,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,78,12,26,31,34,4,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1765,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,0,0,0,0,2926,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34946,4,4,-1,'Inscribed Legplates of the Aldor',48474,4,4096,0,1,0,0,7,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,78,12,25,13,43,4,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1544,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34947,4,4,-1,'Blue\'s Greaves of the Righteous Guardian',48472,4,4096,0,1,0,0,8,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,58,31,22,15,23,4,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1213,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34949,2,15,-1,'Swift Blade of Uncertainty',48888,4,4096,0,1,0,0,22,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,31,24,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,201,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34950,2,13,-1,'Vanir\'s Left Fist of Savagery',49112,4,4096,0,1,0,0,22,262143,32767,146,70,0,0,0,0,0,0,0,0,1,0,2,36,23,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,201,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34951,2,13,-1,'Vanir\'s Left Fist of Brutality',49112,4,4096,0,1,0,0,22,262143,32767,146,70,0,0,0,0,0,0,0,0,1,0,2,36,23,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,335,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34952,2,15,-1,'The Mutilator',48888,4,4096,0,1,0,0,22,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,31,24,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,241,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35128,7,7,0,'Hardened Khorium',29946,2,0,0,1,45000,11250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35181,4,1,-1,'Powerheal 9000 Lens',45781,4,0,0,1,233380,46676,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,3,6,41,5,51,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,128,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35182,4,2,-1,'Hyper-Magnified Moon Specs',43886,4,0,0,1,292822,58564,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,3,7,40,5,37,32,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,23730,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,128,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35183,4,2,-1,'Wonderheal XT68 Shades',45782,4,0,0,1,293889,58777,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,3,5,51,6,35,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,0,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,128,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35184,4,3,-1,'Primal-Attuned Goggles',45780,4,0,0,1,363408,72681,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,2,7,32,5,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,21642,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,128,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35185,4,4,-1,'Justicebringer 3000 Specs',43889,4,0,0,1,424701,84940,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,3,7,48,5,26,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,128,0,1,0,8,0,0,0,2951,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35187,9,3,-1,'Schematic: Justicebringer 3000 Specs',7085,4,64,0,1,150000,37500,0,2,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46107,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Justicebringer 3000 Specs.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35189,9,3,-1,'Schematic: Powerheal 9000 Lens',7085,4,64,0,1,150000,37500,0,16,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46108,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Powerheal 9000 Lens.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35190,9,3,-1,'Schematic: Hyper-Magnified Moon Specs',7085,4,64,0,1,150000,37500,0,1024,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46109,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Hyper-Magnified Moon Specs.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35193,9,3,-1,'Schematic: Lightning Etched Specs',7085,4,64,0,1,150000,37500,0,64,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46112,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Lightning Etched Specs.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35206,9,2,-1,'Pattern: Sunfire Robe',7085,4,64,0,1,80000,20000,0,-1,-1,70,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46130,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Sunfire Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35207,9,2,-1,'Pattern: Robe of Eternal Light',7085,4,64,0,1,80000,20000,0,-1,-1,70,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46131,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Robe of Eternal Light.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35210,9,4,-1,'Plans: Sunblessed Breastplate',7085,4,64,0,1,80000,20000,0,-1,-1,70,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46142,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Sunblessed Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35221,4,0,-1,'Tabard of the Shattered Sun',48576,1,0,0,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,1077,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35223,0,0,0,'Papa Hummel\'s Old-Fashioned Pet Biscuit',48708,3,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46168,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35225,15,5,-1,'X-51 Nether-Rocket',48951,3,0,0,1,1000000,0,0,-1,-1,60,60,762,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,55884,0,-1,0,-1,330,3000,46197,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be used in Outland or Northrend.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35226,15,5,-1,'X-51 Nether-Rocket X-TREME',48948,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,55884,0,-1,0,-1,330,3000,46199,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35227,15,2,-1,'Goblin Weather Machine - Prototype 01-B',48807,4,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46203,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35229,12,0,0,'Nether Residue',35023,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35230,12,0,-1,'Darnarian\'s Scroll of Teleportation',3331,1,64,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46149,0,-1,0,20000,1140,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35231,12,0,0,'Sunfury Attack Plans',48617,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35232,0,0,-1,'Shattered Sun Supplies',20342,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35233,12,0,0,'Multiphase Spectrographic Goggles',48645,1,64,0,1,0,0,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46273,1,0,0,-1,0,-1,46281,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35273,9,0,-1,'Study of Advanced Smelting',1155,3,64,0,1,80000,20000,0,-1,-1,70,0,186,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46353,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Hardened Khorium.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35275,4,0,-1,'Orb of the Sin\'dorei',8132,3,0,0,1,18475,4618,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46354,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340),(35287,0,8,-1,'Luminous Bluetail',24521,1,0,0,1,200,50,0,-1,-1,70,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2023,0,-1,0,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'This little fish is charged with arcane energy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35290,4,0,-1,'Sin\'dorei Pendant of Conquest',39162,4,4096,0,1,241024,60256,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,4,7,18,35,18,32,19,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35291,4,0,-1,'Sin\'dorei Pendant of Salvation',39162,4,4096,0,1,241024,60256,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,16,35,18,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,0,0,0,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3098,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35292,4,0,-1,'Sin\'dorei Pendant of Triumph',39162,4,4096,0,1,241024,60256,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,18,32,28,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15815,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35300,9,1,-1,'Pattern: Windstrike Gloves',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35568,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Windstrike Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35301,9,1,-1,'Pattern: Netherdrake Gloves',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35573,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Netherdrake Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35311,9,3,-1,'Schematic: Mana Potion Injector',6270,3,64,0,1,80000,20000,0,-1,-1,69,0,202,345,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,30552,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Mana Potion Injector.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35317,4,0,-1,'Vindicator\'s Pendant of Reprieve',39162,4,36864,0,1,0,0,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,4,7,22,35,18,5,16,36,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18035,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35319,4,0,-1,'Vindicator\'s Pendant of Subjugation',39162,4,36864,0,1,0,0,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,4,7,31,35,18,36,21,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35320,4,0,-1,'Vindicator\'s Band of Subjugation',39129,4,36864,0,1,0,0,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,4,36,30,7,33,5,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35321,4,1,-1,'Cloak of Arcane Alacrity',46812,4,4096,0,1,0,0,16,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,34,35,23,36,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35324,4,1,-1,'Cloak of Swift Reprieve',43292,4,4096,0,1,0,0,16,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,34,35,23,5,15,36,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35326,4,0,-1,'Battlemaster\'s Alacrity',39984,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,1,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35327,4,0,-1,'Battlemaster\'s Alacrity',39984,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,1,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35328,4,1,-1,'Dreadweave Gloves',48717,3,32768,0,1,86955,17391,10,256,2147483647,115,70,0,0,0,0,0,989,5,0,1,0,3,7,31,5,21,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,738,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35329,4,1,-1,'Dreadweave Hood',48719,3,32768,0,1,130908,26181,1,256,-1,115,70,0,0,0,0,0,942,5,0,1,0,3,7,49,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,738,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35330,4,1,-1,'Dreadweave Leggings',48721,3,32768,0,1,175195,35039,7,256,-1,115,70,0,0,0,0,0,935,5,0,1,0,3,7,49,5,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,738,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35331,4,1,-1,'Dreadweave Mantle',48722,3,32768,0,1,131885,26377,3,256,-1,115,70,0,0,0,0,0,1011,5,0,1,0,4,7,19,5,15,35,17,31,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,738,50,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35332,4,1,-1,'Dreadweave Robe',48723,3,32768,1,1,176497,35299,20,256,-1,115,70,0,0,0,0,0,947,5,0,1,0,3,7,49,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,738,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35333,4,1,-1,'Mooncloth Cowl',48726,3,32768,0,1,132848,26569,1,16,32767,115,70,0,0,0,0,0,935,5,0,1,0,3,7,39,5,27,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,739,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35334,4,1,-1,'Mooncloth Legguards',48727,3,32768,0,1,177782,35556,7,16,32767,115,70,0,0,0,0,0,989,5,0,1,0,3,7,42,5,28,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,739,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35335,4,1,-1,'Mooncloth Mitts',48728,3,32768,0,1,89216,17843,10,16,32767,115,70,0,0,0,0,0,1011,5,0,1,0,3,7,33,5,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,739,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35336,4,1,-1,'Mooncloth Shoulderpads',48729,3,32768,0,1,134313,26862,3,16,32767,115,70,0,0,0,0,0,942,5,0,1,0,3,7,30,5,20,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,739,50,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35337,4,1,-1,'Mooncloth Vestments',48730,3,32768,1,1,179717,35943,20,16,32767,115,70,0,0,0,0,0,947,5,0,1,0,3,7,39,5,25,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,739,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35338,4,1,-1,'Satin Gloves',48728,3,32768,0,1,90184,18036,10,16,32767,115,70,0,0,0,0,0,989,5,0,1,0,3,7,33,5,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,740,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35339,4,1,-1,'Satin Hood',48726,3,32768,1,1,135764,27152,1,16,32767,115,70,0,0,0,0,0,947,5,0,1,0,3,7,46,5,19,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,740,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35340,4,1,-1,'Satin Leggings',48727,3,32768,0,1,181670,36334,7,16,32767,115,70,0,0,0,0,0,1011,5,0,1,0,3,7,46,5,23,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,740,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35341,4,1,-1,'Satin Mantle',48729,3,32768,0,1,136728,27345,3,16,32767,115,70,0,0,0,0,0,935,5,0,1,0,3,7,33,5,17,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,740,50,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35342,4,1,-1,'Satin Robe',48730,3,32768,0,1,182955,36591,20,16,32767,115,70,0,0,0,0,0,942,5,0,1,0,3,7,46,5,15,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,740,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35343,4,1,-1,'Evoker\'s Silk Amice',48733,3,32768,1,1,137704,27540,3,128,-1,115,70,0,0,0,0,0,947,5,0,1,0,4,7,21,5,16,35,15,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,741,50,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35344,4,1,-1,'Evoker\'s Silk Cowl',48734,3,32768,0,1,128467,25693,1,128,-1,115,70,0,0,0,0,0,1011,5,0,1,0,4,7,39,5,16,32,17,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,741,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35345,4,1,-1,'Evoker\'s Silk Handguards',48735,3,32768,0,1,85970,17194,10,128,-1,115,70,0,0,0,0,0,935,5,0,1,0,4,7,33,5,12,32,17,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,33066,1,0,0,-1,0,-1,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,741,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35346,4,1,-1,'Evoker\'s Silk Raiment',48736,3,32768,0,1,172591,34518,20,128,-1,115,70,0,0,0,0,0,989,5,0,1,0,4,7,42,5,15,32,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,741,80,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35347,4,1,-1,'Evoker\'s Silk Trousers',41182,3,32768,0,1,173242,34648,7,128,-1,115,70,0,0,0,0,0,942,5,0,1,0,4,7,42,5,22,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,741,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35356,4,2,-1,'Dragonhide Gloves',48745,3,32768,0,1,111905,22381,10,1024,32767,115,70,0,0,0,0,0,989,5,0,1,0,5,7,24,4,17,5,12,3,17,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,742,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35357,4,2,-1,'Dragonhide Helm',48746,3,32768,0,1,168468,33693,1,1024,32767,115,70,0,0,0,0,0,1011,5,0,1,0,5,7,21,4,22,5,15,3,22,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,742,60,0,0,0,0,1,0,4,0,0,0,2878,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35358,4,2,-1,'Dragonhide Legguards',48747,3,32768,0,1,225438,45087,7,1024,32767,115,70,0,0,0,0,0,942,5,0,1,0,5,7,30,4,22,5,22,3,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,742,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340),(35359,4,2,-1,'Dragonhide Spaulders',48748,3,32768,0,1,169689,33937,3,1024,32767,115,70,0,0,0,0,0,935,5,0,1,0,5,7,24,4,17,5,14,3,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,742,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35360,4,2,-1,'Dragonhide Robe',48750,3,32768,1,1,210856,42171,20,1024,32767,115,70,0,0,0,0,0,947,5,0,1,0,5,7,31,4,18,5,18,3,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,742,100,0,0,0,0,2,0,2,0,4,0,2874,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35361,4,2,-1,'Kodohide Gloves',48745,3,32768,0,1,105835,21167,10,1024,32767,115,70,0,0,0,0,0,1011,5,0,1,0,3,7,22,5,22,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,744,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35362,4,2,-1,'Kodohide Helm',48746,3,32768,0,1,159363,31872,1,1024,32767,115,70,0,0,0,0,0,935,5,0,1,0,3,7,30,5,18,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,744,60,0,0,0,0,1,0,4,0,0,0,2878,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35363,4,2,-1,'Kodohide Legguards',48747,3,32768,0,1,213276,42655,7,1024,32767,115,70,0,0,0,0,0,989,5,0,1,0,3,7,33,5,28,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,744,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340),(35364,4,2,-1,'Kodohide Spaulders',48748,3,32768,1,1,160567,32113,3,1024,32767,115,70,0,0,0,0,0,947,5,0,1,0,3,7,33,5,16,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,21624,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,744,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35365,4,2,-1,'Kodohide Robe',48750,3,32768,0,1,214903,42980,20,1024,32767,115,70,0,0,0,0,0,942,5,0,1,0,3,7,33,5,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,744,100,0,0,0,0,2,0,2,0,4,0,2856,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35366,4,2,-1,'Opportunist\'s Leather Gloves',48751,3,32768,1,1,107858,21571,10,8,-1,115,70,0,0,0,0,0,947,5,0,1,0,4,7,31,3,21,35,16,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,745,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35367,4,2,-1,'Opportunist\'s Leather Helm',48752,3,32768,0,1,162381,32476,1,8,-1,115,70,0,0,0,0,0,942,5,0,1,0,4,7,36,3,20,35,24,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,745,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35368,4,2,-1,'Opportunist\'s Leather Legguards',48753,3,32768,0,1,217323,43464,7,8,-1,115,70,0,0,0,0,0,935,5,0,1,0,4,7,42,3,28,32,14,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,745,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35369,4,2,-1,'Opportunist\'s Leather Spaulders',48754,3,32768,0,1,163602,32720,3,8,-1,115,70,0,0,0,0,0,989,5,0,1,0,4,7,31,3,13,32,11,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,745,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35370,4,2,-1,'Opportunist\'s Leather Tunic',48755,3,32768,0,1,218950,43790,5,8,-1,115,70,0,0,0,0,0,1011,5,0,1,0,4,7,42,3,20,35,24,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,9141,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,745,100,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35371,4,2,-1,'Wyrmhide Gloves',48751,3,32768,1,1,109871,21974,10,1024,32767,115,70,0,0,0,0,0,947,5,0,1,0,3,7,22,5,15,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,743,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35372,4,2,-1,'Wyrmhide Helm',48746,3,32768,0,1,165417,33083,1,1024,32767,115,70,0,0,0,0,0,989,5,0,1,0,3,7,21,5,18,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,743,60,0,0,0,0,1,0,4,0,0,0,2878,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35373,4,2,-1,'Wyrmhide Legguards',48747,3,32768,0,1,221369,44273,7,1024,32767,115,70,0,0,0,0,0,1011,5,0,1,0,3,7,33,5,22,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,743,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340),(35374,4,2,-1,'Wyrmhide Spaulders',48748,3,32768,0,1,166637,33327,3,1024,32767,115,70,0,0,0,0,0,942,5,0,1,0,3,7,33,5,16,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,21624,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,743,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35375,4,2,-1,'Wyrmhide Robe',48750,3,32768,0,1,222975,44595,20,1024,32767,115,70,0,0,0,0,0,935,5,0,1,0,3,7,33,5,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,743,100,0,0,0,0,2,0,2,0,4,0,2856,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35376,4,3,-1,'Stalker\'s Chain Armor',48759,3,32768,0,1,268547,53709,20,4,32767,115,70,0,0,0,0,0,989,5,0,1,0,5,7,42,3,20,32,12,35,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,9141,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,749,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35377,4,3,-1,'Stalker\'s Chain Gauntlets',48760,3,32768,1,1,138258,27651,10,4,32767,115,70,0,0,0,0,0,947,5,0,1,0,5,7,31,3,21,32,11,35,14,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,28539,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,749,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35378,4,3,-1,'Stalker\'s Chain Helm',48761,3,32768,0,1,188286,37657,1,4,32767,115,70,0,0,0,0,0,1011,5,0,1,0,5,7,30,3,20,32,14,35,15,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,749,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35379,4,3,-1,'Stalker\'s Chain Leggings',48762,3,32768,0,1,252025,50405,7,4,32767,115,70,0,0,0,0,0,942,5,0,1,0,5,7,42,3,28,32,14,35,25,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,749,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35380,4,3,-1,'Stalker\'s Chain Spaulders',48763,3,32768,0,1,190594,38118,3,4,32767,115,70,0,0,0,0,0,935,5,0,1,0,5,7,31,3,14,32,17,35,16,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,749,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35381,4,3,-1,'Seer\'s Linked Armor',48756,3,32768,0,1,253978,50795,20,64,-1,115,70,0,0,0,0,0,935,5,0,1,0,5,7,42,38,44,32,14,35,22,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,748,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35382,4,3,-1,'Seer\'s Linked Gauntlets',48757,3,32768,0,1,127464,25492,10,64,-1,115,70,0,0,0,0,0,1011,5,0,1,0,4,7,33,38,42,32,18,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,748,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35383,4,3,-1,'Seer\'s Linked Helm',48758,3,32768,1,1,191928,38385,1,64,-1,115,70,0,0,0,0,0,947,5,0,1,0,4,7,30,38,40,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,748,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35384,4,3,-1,'Seer\'s Linked Leggings',48764,3,32768,0,1,256881,51376,7,64,-1,115,70,0,0,0,0,0,989,5,0,1,0,5,7,42,38,44,32,28,35,22,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,748,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35385,4,3,-1,'Seer\'s Linked Spaulders',48765,3,32768,0,1,194253,38850,3,64,-1,115,70,0,0,0,0,0,942,5,0,1,0,5,7,33,38,26,32,17,35,13,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,748,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35386,4,3,-1,'Seer\'s Mail Armor',48756,3,32768,1,1,258808,51761,20,64,-1,115,70,0,0,0,0,0,947,5,0,1,0,4,7,42,5,14,32,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,21620,1,0,0,-1,0,-1,9345,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,746,120,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35387,4,3,-1,'Seer\'s Mail Gauntlets',48757,3,32768,0,1,129892,25978,10,64,-1,115,70,0,0,0,0,0,942,5,0,1,0,4,7,33,5,13,32,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,746,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35388,4,3,-1,'Seer\'s Mail Helm',48758,3,32768,0,1,195570,39114,1,64,-1,115,70,0,0,0,0,0,935,5,0,1,0,4,7,36,5,16,32,16,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,746,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35389,4,3,-1,'Seer\'s Mail Leggings',48764,3,32768,0,1,261737,52347,7,64,-1,115,70,0,0,0,0,0,1011,5,0,1,0,4,7,42,5,18,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,746,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35390,4,3,-1,'Seer\'s Mail Spaulders',48765,3,32768,0,1,197891,39578,3,64,-1,115,70,0,0,0,0,0,989,5,0,1,0,4,7,33,5,13,32,12,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,746,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35391,4,3,-1,'Seer\'s Ringmail Chestguard',48756,3,32768,0,1,263664,52732,20,64,-1,115,70,0,0,0,0,0,1011,5,0,1,0,4,7,34,5,22,32,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,21620,1,0,0,-1,0,-1,9317,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,747,120,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35392,4,3,-1,'Seer\'s Ringmail Gloves',48757,3,32768,1,1,132320,26464,10,64,-1,115,70,0,0,0,0,0,947,5,0,1,0,4,7,28,5,18,32,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,747,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35393,4,3,-1,'Seer\'s Ringmail Headpiece',48758,3,32768,0,1,204438,40887,1,64,-1,115,70,0,0,0,0,0,989,5,0,1,0,4,7,33,5,21,32,16,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,747,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35394,4,3,-1,'Seer\'s Ringmail Legguards',48764,3,32768,0,1,273561,54712,7,64,-1,115,70,0,0,0,0,0,942,5,0,1,0,4,7,36,5,24,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,747,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35395,4,3,-1,'Seer\'s Ringmail Shoulderpads',48765,3,32768,0,1,206818,41363,3,64,-1,115,70,0,0,0,0,0,935,5,0,1,0,4,7,28,5,18,32,12,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,747,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35402,4,4,-1,'Crusader\'s Ornamented Chestplate',48792,3,32768,0,1,297385,59477,5,2,32767,115,70,0,0,0,0,0,989,5,0,1,0,4,7,37,5,24,32,21,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,751,135,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35403,4,4,-1,'Crusader\'s Ornamented Gloves',48793,3,32768,0,1,150115,30023,10,2,32767,115,70,0,0,0,0,0,942,5,0,1,0,4,7,30,5,20,32,19,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,751,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35404,4,4,-1,'Crusader\'s Ornamented Headguard',48794,3,32768,0,1,224320,44864,1,2,32767,115,70,0,0,0,0,0,935,5,0,1,0,4,7,34,5,22,32,20,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,751,80,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35405,4,4,-1,'Crusader\'s Ornamented Leggings',48795,3,32768,0,1,300772,60154,7,2,32767,115,70,0,0,0,0,0,1011,5,0,1,0,4,7,39,5,26,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,751,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35406,4,4,-1,'Crusader\'s Ornamented Spaulders',48796,3,32768,1,1,226002,45200,3,2,32767,115,70,0,0,0,0,0,947,5,0,1,0,4,7,30,5,19,32,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,751,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35407,4,4,-1,'Savage Plate Chestpiece',48797,3,32768,0,1,303051,60610,5,1,32767,115,70,0,0,0,0,0,935,5,0,1,0,4,7,46,4,12,32,24,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,750,135,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35408,4,4,-1,'Savage Plate Gauntlets',48798,3,32768,0,1,152949,30589,10,1,-1,115,70,0,0,0,0,0,942,5,0,1,0,4,7,30,4,22,32,21,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,750,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35409,4,4,-1,'Savage Plate Helm',48799,3,32768,1,1,234646,46929,1,1,-1,115,70,0,0,0,0,0,947,5,0,1,0,4,7,34,4,20,32,24,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,750,80,0,0,0,0,1,0,4,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35410,4,4,-1,'Savage Plate Legguards',48800,3,32768,0,1,314598,62919,7,1,-1,115,70,0,0,0,0,0,989,5,0,1,0,4,7,46,4,28,32,28,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,750,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35411,4,4,-1,'Savage Plate Shoulders',48801,3,32768,0,1,236352,47270,3,1,-1,115,70,0,0,0,0,0,1011,5,0,1,0,4,7,36,4,14,32,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,750,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35412,4,4,-1,'Crusader\'s Scaled Chestpiece',48792,3,32768,0,1,316846,63369,5,2,32767,115,70,0,0,0,0,0,1011,5,0,1,0,5,7,42,5,12,32,13,4,27,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,752,135,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35413,4,4,-1,'Crusader\'s Scaled Gauntlets',48793,3,32768,1,1,159901,31980,10,2,32767,115,70,0,0,0,0,0,947,5,0,1,0,5,7,25,5,12,32,12,4,28,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,752,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35414,4,4,-1,'Crusader\'s Scaled Helm',48794,3,32768,0,1,238887,47777,1,2,32767,115,70,0,0,0,0,0,989,5,0,1,0,5,7,30,5,16,32,13,4,28,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,752,80,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35415,4,4,-1,'Crusader\'s Scaled Legguards',48795,3,32768,0,1,320263,64052,7,2,32767,115,70,0,0,0,0,0,942,5,0,1,0,5,7,42,5,16,32,16,4,36,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,752,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35416,4,4,-1,'Crusader\'s Scaled Shoulders',48796,3,32768,0,1,240570,48114,3,2,32767,115,70,0,0,0,0,0,935,5,0,1,0,5,7,33,5,8,32,9,4,25,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,752,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35464,4,1,-1,'Dreadweave Robe',48723,3,32768,2,1,175829,35165,20,256,-1,115,70,0,0,0,0,0,946,5,0,1,0,3,7,49,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,738,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35465,4,1,-1,'Evoker\'s Silk Amice',48733,3,32768,2,1,132346,26469,3,128,-1,115,70,0,0,0,0,0,946,5,0,1,0,4,7,21,5,16,35,15,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,741,50,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35466,4,1,-1,'Satin Hood',48726,3,32768,2,1,132835,26567,1,16,32767,115,70,0,0,0,0,0,946,5,0,1,0,3,7,46,5,19,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,740,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35467,4,1,-1,'Mooncloth Vestments',48730,3,32768,2,1,177764,35552,20,16,32767,115,70,0,0,0,0,0,946,5,0,1,0,3,7,39,5,25,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,739,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35468,4,2,-1,'Opportunist\'s Leather Gloves',48751,3,32768,2,1,111509,22301,10,8,-1,115,70,0,0,0,0,0,946,5,0,1,0,4,7,31,3,21,35,16,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,745,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35469,4,2,-1,'Dragonhide Robe',48750,3,32768,2,1,223811,44762,20,1024,32767,115,70,0,0,0,0,0,946,5,0,1,0,5,7,31,4,18,5,18,3,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,742,100,0,0,0,0,2,0,2,0,4,0,2874,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35470,4,2,-1,'Kodohide Spaulders',48748,3,32768,2,1,168468,33693,3,1024,32767,115,70,0,0,0,0,0,946,5,0,1,0,3,7,33,5,16,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,21624,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,744,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35471,4,2,-1,'Wyrmhide Gloves',48751,3,32768,2,1,112719,22543,10,1024,32767,115,70,0,0,0,0,0,946,5,0,1,0,3,7,22,5,15,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,743,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340),(35472,4,3,-1,'Seer\'s Mail Armor',48756,3,32768,2,1,271476,54295,20,64,-1,115,70,0,0,0,0,0,946,5,0,1,0,4,7,42,5,14,32,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,21620,1,0,0,-1,0,-1,9345,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,746,120,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35473,4,3,-1,'Seer\'s Ringmail Gloves',48757,3,32768,2,1,126514,25302,10,64,-1,115,70,0,0,0,0,0,946,5,0,1,0,4,7,28,5,18,32,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,747,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35474,4,3,-1,'Seer\'s Linked Helm',48758,3,32768,2,1,190503,38100,1,64,-1,115,70,0,0,0,0,0,946,5,0,1,0,4,7,30,38,40,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,748,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35475,4,3,-1,'Stalker\'s Chain Gauntlets',48760,3,32768,2,1,127490,25498,10,4,32767,115,70,0,0,0,0,0,946,5,0,1,0,5,7,31,3,21,32,11,35,14,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,28539,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,749,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35476,4,4,-1,'Crusader\'s Ornamented Spaulders',48796,3,32768,2,1,223513,44702,3,2,32767,115,70,0,0,0,0,0,946,5,0,1,0,4,7,30,5,19,32,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,751,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35477,4,4,-1,'Crusader\'s Scaled Gauntlets',48793,3,32768,2,1,150719,30143,10,2,32767,115,70,0,0,0,0,0,946,5,0,1,0,5,7,25,5,12,32,12,4,28,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,752,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35478,4,4,-1,'Savage Plate Helm',48799,3,32768,2,1,225219,45043,1,1,-1,115,70,0,0,0,0,0,946,5,0,1,0,4,7,34,4,20,32,24,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,750,80,0,0,0,0,1,0,4,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35487,3,0,-1,'Bright Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,921,-1,0,0,0,0,'',0,0,0,0,0,12340),(35488,3,0,-1,'Runed Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,922,-1,0,0,0,0,'',0,0,0,0,0,12340),(35489,3,0,-1,'Teardrop Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,923,-1,0,0,0,0,'',0,0,0,0,0,12340),(35500,9,8,-1,'Formula: Enchant Chest - Defense',7798,1,64,0,1,150000,37500,0,-1,-1,70,0,333,360,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46594,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant chest armor to increase defense rating by 16. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35501,3,6,-1,'Eternal Earthstorm Diamond',39203,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,941,-1,0,0,0,0,'',0,0,0,0,0,12340),(35502,9,10,-1,'Design: Eternal Earthstorm Diamond',1102,1,64,0,1,150000,37500,0,-1,-1,74,0,755,370,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46597,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Eternal Earthstorm Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35503,3,6,-1,'Ember Skyfire Diamond',39205,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,942,-1,0,0,0,0,'',0,0,0,0,0,12340),(35504,15,2,-1,'Phoenix Hatchling',48873,3,64,0,1,10000,2500,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,46599,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35505,9,10,-1,'Design: Ember Skyfire Diamond',1301,1,64,0,1,150000,37500,0,-1,-1,74,0,755,370,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46601,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Ember Skyfire Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35513,15,5,-1,'Swift White Hawkstrider',53793,4,0,0,1,1000000,0,0,262143,-1,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,46628,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon the mount of Kael\'thas Sunstrider. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35516,1,0,-1,'Sun Touched Satchel',20342,3,0,0,1,35000,8750,18,-1,-1,70,0,0,0,0,0,0,0,0,1,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35562,7,8,-1,'Bear Flank',1762,1,0,0,1,150,37,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35563,0,5,-1,'Charred Bear Kabobs',25473,1,0,0,1,240,12,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46898,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35564,9,5,-1,'Recipe: Charred Bear Kabobs',1301,1,64,0,1,18000,4500,0,-1,-1,50,0,185,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46684,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Charred Bear Kabobs.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35565,0,5,-1,'Juicy Bear Burger',25468,1,0,0,1,240,12,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46683,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35566,9,5,-1,'Recipe: Juicy Bear Burger',1301,1,64,0,1,18000,4500,0,-1,-1,50,0,185,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46688,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Juicy Bear Burger.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35581,4,1,-1,'Rocket Boots Xtreme Lite',46155,3,67108864,0,1,130639,26127,8,-1,-1,112,0,202,330,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,24196,1,0,0,0,0,0,0,1,0,0,0,0,0,51582,0,0,0,300000,1203,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,128,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(35693,4,0,-1,'Figurine - Empyrean Tortoise',48970,4,64,0,1,60000,15000,12,-1,-1,125,70,755,375,0,0,0,0,0,1,1,0,1,12,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46780,0,0,0,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35694,4,0,-1,'Figurine - Khorium Boar',39917,4,0,0,1,48000,12000,12,-1,-1,125,70,755,375,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15828,1,0,0,0,0,0,46782,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35695,9,10,-1,'Design: Figurine - Empyrean Tortoise',1301,1,64,0,1,250000,62500,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46775,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create a Figurine - Empyrean Tortoise.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35696,9,10,-1,'Design: Figurine - Khorium Boar',1301,1,64,0,1,250000,62500,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46776,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create a Figure - Khorium Boar.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35697,9,10,-1,'Design: Figurine - Crimson Serpent',1301,1,64,0,1,250000,62500,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46777,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create a Figure - Crimson Serpent.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35698,9,10,-1,'Design: Figurine - Shadowsong Panther',1301,1,64,0,1,250000,62500,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46778,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create a Figure - Shadowsong Panther.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35699,9,10,-1,'Design: Figurine - Seaspray Albatross',1301,1,64,0,1,250000,62500,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46779,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create a Figure - Seaspray Albatross.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35700,4,0,-1,'Figurine - Crimson Serpent',39918,4,0,0,1,60000,15000,12,-1,-1,125,70,755,375,0,0,0,0,0,1,1,0,2,5,33,7,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46783,0,0,0,120000,1141,20000,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35702,4,0,-1,'Figurine - Shadowsong Panther',39915,4,0,0,1,60000,15000,12,-1,-1,125,70,755,375,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,15826,1,0,0,0,0,0,46784,0,0,0,90000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35703,4,0,-1,'Figurine - Seaspray Albatross',48971,4,0,0,1,60000,15000,12,-1,-1,125,70,755,375,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40231,1,0,0,0,0,0,46785,0,0,0,180000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35707,3,3,-1,'Regal Nightseye',39929,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,961,-1,0,0,0,0,'',0,0,0,0,0,12340),(35708,9,10,-1,'Design: Regal Nightseye',6270,1,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46803,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Regal Nightseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35716,0,3,-1,'Shattrath Flask of Pure Death',37854,1,0,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46837,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35717,0,3,-1,'Shattrath Flask of Blinding Light',37853,1,0,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46839,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35728,12,0,-1,'Greater Inscription of the Blade',40103,3,64,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35439,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(35729,12,0,-1,'Greater Inscription of the Knight',40104,3,64,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35433,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(35730,12,0,-1,'Greater Inscription of the Oracle',40106,3,64,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35435,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(35731,12,0,-1,'Greater Inscription of the Orb',40394,3,64,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35437,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(35733,4,0,-1,'Ring of Harmonic Beauty',39123,4,0,0,1,241024,60256,11,262143,32767,154,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,22,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35748,7,11,-1,'Guardian\'s Alchemist Stone',49082,4,0,0,1,100000,25000,12,-1,-1,125,0,171,350,0,0,0,0,0,1,1,0,1,12,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35749,7,11,-1,'Sorcerer\'s Alchemist Stone',49082,4,0,0,1,100000,25000,12,-1,-1,125,0,171,350,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42076,1,0,0,-1,0,-1,17619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35750,7,11,-1,'Redeemer\'s Alchemist Stone',49082,4,0,0,1,100000,25000,12,-1,-1,125,0,171,350,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42077,1,0,0,-1,0,-1,17619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35751,7,11,-1,'Assassin\'s Alchemist Stone',49082,4,0,0,1,100000,25000,12,-1,-1,125,0,171,350,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33782,1,0,0,-1,0,-1,17619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35752,9,6,-1,'Recipe: Guardian\'s Alchemist Stone',1301,1,64,0,1,250000,62500,0,-1,-1,70,0,171,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47046,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Guardian\'s Alchemist Stone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35753,9,6,-1,'Recipe: Sorcerer\'s Alchemist Stone',1301,1,64,0,1,250000,62500,0,-1,-1,70,0,171,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47048,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Sorcerer\'s Alchemist Stone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35754,9,6,-1,'Recipe: Redeemer\'s Alchemist Stone',1301,1,64,0,1,250000,62500,0,-1,-1,70,0,171,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47049,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Redeemer\'s Alchemist Stone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35755,9,6,-1,'Recipe: Assassin\'s Alchemist Stone',1301,1,64,0,1,250000,62500,0,-1,-1,70,0,171,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47050,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Assassin\'s Alchemist Stone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35756,9,8,-1,'Formula: Enchant Cloak - Steelweave',7798,3,64,0,1,120000,30000,0,-1,-1,70,0,333,375,0,0,0,0,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47051,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase defense rating by 12. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35758,3,4,-1,'Steady Seaspray Emerald',44921,4,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,981,-1,0,0,0,0,'',0,0,0,0,0,12340),(35759,3,4,-1,'Forceful Seaspray Emerald',44921,4,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,982,-1,0,0,0,0,'',0,0,0,0,0,12340),(35760,3,5,-1,'Reckless Pyrestone',44927,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,983,-1,0,0,0,0,'',0,0,0,0,0,12340),(35761,3,2,-1,'Quick Lionseye',44926,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,984,-1,0,0,0,0,'',0,0,0,0,0,12340),(35762,9,10,-1,'Design: Reckless Pyrestone',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47055,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Reckless Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35763,9,10,-1,'Design: Quick Lionseye',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47056,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Quick Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35764,9,10,-1,'Design: Steady Seaspray Emerald',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47054,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Steady Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35765,9,10,-1,'Design: Forceful Seaspray Emerald',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47053,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Forceful Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35766,9,10,-1,'Design: Steady Seaspray Emerald',1096,4,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47054,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Steady Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35767,9,10,-1,'Design: Reckless Pyrestone',1096,4,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47055,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Reckless Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35768,9,10,-1,'Design: Quick Lionseye',1096,4,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47056,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Quick Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35769,9,10,-1,'Design: Forceful Seaspray Emerald',1096,4,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47053,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Forceful Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35906,15,5,-1,'Reins of the Black War Elekk',44590,4,4096,0,1,0,0,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,48027,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35945,0,0,0,'Brilliant Glass',30634,3,4,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'There\'s something shiny inside....',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34254,12,0,0,'Razorthorn Root',19497,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34363,4,0,-1,'Ring of Flowing Life',31616,4,524288,0,1,241024,60256,11,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,28,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35199,9,10,-1,'Design: Ring of Flowing Life',7085,4,64,0,1,140000,35000,0,-1,-1,70,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46123,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Ring of Flowing Life.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35348,15,0,-1,'Bag of Fishing Treasures',3568,1,4,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,50000,90000,0,12340),(34210,4,1,-1,'Amice of the Convoker',50012,4,0,0,1,244833,48966,3,262143,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,28,36,30,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,2,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35244,9,10,-1,'Design: Bold Crimson Spinel',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39705,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bold Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35254,9,10,-1,'Design: Radiant Seaspray Emerald',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39740,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Radiant Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35255,9,10,-1,'Design: Brilliant Lionseye',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39719,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Brilliant Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35246,9,10,-1,'Design: Delicate Crimson Spinel',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39706,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Delicate Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35256,9,10,-1,'Design: Gleaming Lionseye',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39722,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Gleaming Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35262,9,10,-1,'Design: Lustrous Empyrean Sapphire',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39717,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Lustrous Empyrean Sapphire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35260,9,10,-1,'Design: Smooth Lionseye',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39720,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Smooth Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35263,9,10,-1,'Design: Solid Empyrean Sapphire',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39715,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Solid Empyrean Sapphire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35264,9,10,-1,'Design: Sparkling Empyrean Sapphire',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39716,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Sparkling Empyrean Sapphire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35249,9,10,-1,'Design: Subtle Crimson Spinel',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39713,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Subtle Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35261,9,10,-1,'Design: Thick Lionseye',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39723,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Thick Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35250,9,10,-1,'Design: Teardrop Crimson Spinel',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39710,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Teardrop Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35248,9,10,-1,'Design: Runed Crimson Spinel',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39711,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Runed Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35269,9,10,-1,'Design: Potent Pyrestone',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39734,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Potent Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35268,9,10,-1,'Design: Luminous Pyrestone',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39735,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Luminous Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35253,9,10,-1,'Design: Jagged Seaspray Emerald',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39742,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Jagged Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35240,9,10,-1,'Design: Infused Shadowsong Amethyst',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39730,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Infused Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35239,9,10,-1,'Design: Glowing Shadowsong Amethyst',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39731,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Glowing Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35266,9,10,-1,'Design: Glinting Pyrestone',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39736,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Glinting Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35251,9,10,-1,'Design: Dazzling Seaspray Emerald',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39741,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Dazzling Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35238,9,10,-1,'Design: Balanced Shadowsong Amethyst',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39729,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Balanced Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35271,9,10,-1,'Design: Wicked Pyrestone',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39738,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Wicked Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35241,9,10,-1,'Design: Royal Shadowsong Amethyst',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39732,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Royal Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35259,9,10,-1,'Design: Rigid Lionseye',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39721,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Rigid Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35252,9,10,-1,'Design: Enduring Seaspray Emerald',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39739,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Enduring Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35257,9,10,-1,'Design: Great Lionseye',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39725,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Great Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35247,9,10,-1,'Design: Flashing Crimson Spinel',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39714,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Flashing Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35267,9,10,-1,'Design: Inscribed Pyrestone',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39733,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Inscribed Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35258,9,10,-1,'Design: Mystic Lionseye',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39724,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Mystic Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35242,9,10,-1,'Design: Shifting Shadowsong Amethyst',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39728,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Shifting Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35243,9,10,-1,'Design: Sovereign Shadowsong Amethyst',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39727,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Sovereign Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35265,9,10,-1,'Design: Stormy Empyrean Sapphire',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39718,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Stormy Empyrean Sapphire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35270,9,10,-1,'Design: Veiled Pyrestone',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39737,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Veiled Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34199,2,4,4,'Archon\'s Gavel',48908,4,0,0,1,740857,148171,21,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,2,7,24,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,133,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,44759,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,2881,0,300,-66.5,0,0,0,'',67,0,0,0,0,12340),(34194,4,3,-1,'Mantle of the Golden Forest',47998,4,0,0,1,374170,74834,3,32767,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,2,3,40,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,40555,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,2,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34483,12,0,-1,'Orb of Murloc Control',39827,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45109,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An arcane energy swirls within this fragile container.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34213,4,0,-1,'Ring of Hardened Resolve',45948,4,0,0,1,241024,60256,11,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,3,7,48,12,32,37,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,39987,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,308,0,0,0,'',67,0,0,0,0,12340),(34230,4,0,-1,'Ring of Omnipotence',44358,4,524288,0,1,241024,60256,11,262143,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,36,31,32,22,7,21,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34429,4,0,-1,'Shifting Naaru Sliver',48505,4,0,0,1,288156,72039,12,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,1,36,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45042,0,0,0,90000,1141,15000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34428,4,0,-1,'Steely Naaru Sliver',48506,4,0,0,1,288156,72039,12,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,1,37,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45049,0,0,0,300000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35284,4,0,-1,'Sin\'dorei Band of Triumph',39129,4,4096,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,30,32,28,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15815,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35282,4,0,-1,'Sin\'dorei Band of Dominance',39129,4,4096,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,4,7,22,35,15,5,15,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35283,4,0,-1,'Sin\'dorei Band of Salvation',39129,4,4096,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,30,35,19,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34240,4,4,-1,'Gauntlets of the Soothed Soul',48905,4,0,0,1,276976,55395,10,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,33,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1239,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,2,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34214,2,7,-1,'Muramasa',48079,4,0,0,1,803465,160693,13,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,36,35,7,27,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35313,12,0,-1,'Bloated Barbed Gill Trout',38896,1,65540,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,7200,0,0,'',0,0,0,0,0,12340),(35285,7,8,-1,'Giant Sunfish',4813,1,0,0,1,200,50,0,-1,-1,70,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,0,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35286,15,4,-1,'Bloated Giant Sunfish',4813,1,4,0,1,400,100,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35316,3,5,-1,'Reckless Noble Topaz',39931,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,902,-1,0,0,0,0,'',0,0,0,0,0,12340),(35315,3,2,-1,'Quick Dawnstone',39925,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,901,-1,0,0,0,0,'',0,0,0,0,0,12340),(35318,3,4,-1,'Forceful Talasite',39930,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,903,-1,0,0,0,0,'',0,0,0,0,0,12340),(37865,4,0,-1,'Medallion of the Horde',37841,4,32768,1,1,0,0,12,262143,690,128,70,0,0,0,0,0,0,0,1,1,0,1,35,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35212,9,1,-1,'Pattern: Leather Gauntlets of the Sun',7085,4,64,0,1,80000,20000,0,-1,-1,75,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46132,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Leather Gauntlets of the Sun.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34372,4,2,-1,'Leather Gauntlets of the Sun',48917,4,0,0,1,195965,39193,10,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,26,6,30,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,2,0,0,0,2866,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35211,9,4,-1,'Plans: Hard Khorium Battleplate',7085,4,64,0,1,80000,20000,0,-1,-1,70,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46144,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Hard Khorium Battleplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34427,4,0,-1,'Blackened Naaru Sliver',48503,4,0,0,1,288156,72039,12,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,1,36,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45355,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34374,4,3,-1,'Fletcher\'s Gloves of the Phoenix',48914,4,0,0,1,236889,47377,10,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,3,30,7,33,5,25,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,4,0,0,0,2973,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34334,2,2,-1,'Thori\'dal, the Stars\' Fury',48902,5,0,0,1,914654,182930,15,-1,-1,164,70,0,0,0,0,0,0,0,1,1,0,2,3,17,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,524,0,0,0,0,0,0,0,0,0,0,0,2700,0,100,15806,1,0,0,-1,0,-1,43219,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,46699,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The energy of the Sunwell courses through Thori\'dal.',0,0,0,0,0,1,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,-1,59.5,0,0,0,'',0,0,0,0,0,12340),(34247,2,8,-1,'Apolyon, the Soul-Render',48023,4,0,0,1,1038554,207710,17,-1,-1,164,70,0,0,0,0,0,0,0,0,1,0,3,7,75,36,32,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,607,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,39885,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,2,0,2,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34430,4,0,-1,'Glimmering Naaru Sliver',48504,4,0,0,1,288156,72039,12,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,42077,1,0,0,-1,0,-1,45052,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34228,4,3,-1,'Vicious Hawkstrider Hauberk',48014,4,0,0,1,486110,97222,5,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,3,47,7,64,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,36068,1,0,0,-1,0,-1,44810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,4,0,8,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34336,2,15,-1,'Sunflare',48031,4,0,0,1,818965,163793,21,-1,-1,164,70,0,0,0,0,0,0,0,0,1,0,4,7,17,5,20,36,23,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,137,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,44974,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,-73,0,0,0,'',67,0,0,0,0,12340),(34329,2,15,-1,'Crux of the Apocalypse',48026,4,0,0,1,776495,155299,13,-1,-1,164,70,0,0,0,0,0,0,0,0,1,0,3,7,15,3,18,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,247,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34337,2,10,-1,'Golden Staff of the Sin\'dorei',48030,4,0,0,1,1027469,205493,17,-1,-1,164,70,0,0,0,0,0,0,0,0,1,0,4,7,60,5,54,6,57,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,337,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,44973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,8,0,2890,0,300,-73,0,0,0,'',67,0,0,0,0,12340),(34231,4,6,-1,'Aegis of Angelic Fortune',48906,4,0,0,1,508718,101743,14,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,2,7,33,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6459,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,178,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(37504,9,10,-1,'Design: Purified Shadowsong Amethyst',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,48789,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Purified Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37503,3,3,-1,'Purified Shadowsong Amethyst',44924,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1041,-1,0,0,0,0,'',0,0,0,0,0,12340),(35323,9,10,-1,'Design: Reckless Noble Topaz',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46404,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Reckless Noble Topaz.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35322,9,10,-1,'Design: Quick Dawnstone',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46403,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Quick Dawnstone.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35325,9,10,-1,'Design: Forceful Talasite',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46405,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Forceful Talasite.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34343,4,3,-1,'Thalassian Ranger Gauntlets',48034,4,0,0,1,251962,50392,10,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,4,3,40,7,43,5,27,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,715,0,0,0,0,0,0,0,0,0,15826,1,0,0,-1,0,-1,44810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,4,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34333,4,3,-1,'Coif of Alleria',48024,4,0,0,1,364507,72901,1,32767,2147483647,164,70,0,0,0,0,0,0,0,0,1,0,4,3,43,7,45,5,25,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,0,0,0,0,0,0,39885,1,0,0,-1,0,-1,44810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,1,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34340,4,1,-1,'Dark Conjuror\'s Collar',50019,4,0,0,1,249277,49855,1,32767,2147483647,164,70,0,0,0,0,0,0,0,0,1,0,4,7,51,5,42,32,38,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,0,0,0,0,0,0,0,0,0,44979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34344,4,1,-1,'Handguards of Defiled Worlds',48306,4,0,0,1,168576,33715,10,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,32,31,27,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,2,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34341,4,4,-1,'Borderland Paingrips',48032,4,4096,0,1,293545,58709,10,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,3,4,47,32,39,7,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1277,0,0,0,0,0,0,0,0,0,40679,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34242,4,1,-1,'Tattered Cape of Antonidas',48871,4,0,0,1,244762,48952,16,32767,-1,164,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,26,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34241,4,1,-1,'Cloak of Unforgivable Sin',48868,4,0,0,1,243858,48771,16,-1,-1,164,70,0,0,0,0,0,0,0,0,1,0,3,3,26,7,25,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34355,4,3,-1,'Lightning Etched Specs',45778,4,0,0,1,356686,71337,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,3,7,47,31,25,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,128,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34378,4,4,-1,'Hard Khorium Battlefists',48926,4,4096,0,1,282040,56408,10,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,4,45,7,45,36,36,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1239,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340),(37864,4,0,-1,'Medallion of the Alliance',37840,4,32768,2,1,0,0,12,262143,1101,128,70,0,0,0,0,0,0,0,1,1,0,1,35,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35304,9,10,-1,'Design: Solid Star of Elune',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31092,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Solid Star of Elune.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35582,9,3,-1,'Schematic: Rocket Boots Xtreme Lite',6270,3,64,0,1,60000,15000,0,-1,-1,71,0,202,355,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46697,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Rocket Boots Xtreme Lite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35191,9,3,-1,'Schematic: Wonderheal XT68 Shades',7085,4,64,0,1,150000,37500,0,1024,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46106,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Wonderheal XT68 Shades.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35186,9,3,-1,'Schematic: Annihilator Holo-Gogs',7085,4,64,0,1,80000,20000,0,400,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46111,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Annihilator Holo-gogs.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35203,9,10,-1,'Design: Hard Khorium Choker',7085,4,64,0,1,140000,35000,0,-1,-1,70,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46127,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Hard Khorium Choker.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35194,9,3,-1,'Schematic: Surestrike Goggles v3.0',7085,4,64,0,1,150000,37500,0,68,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46113,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Surestrike Goggles v3.0.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35197,9,3,-1,'Schematic: Quad Deathblow X44 Goggles',7085,4,64,0,1,150000,37500,0,1032,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46116,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Quad Deathblow X44 Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35218,9,1,-1,'Pattern: Carapace of Sun and Shadow',7085,4,64,0,1,80000,20000,0,-1,-1,75,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46138,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Carapace of Sun and Shadow.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35217,9,1,-1,'Pattern: Embrace of the Phoenix',7085,4,64,0,1,80000,20000,0,-1,-1,75,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46137,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Embrace of the Phoenix.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34255,12,0,-1,'Razorthorn Flayer Gland',4045,1,64,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44881,0,-1,0,-1,24,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Foul smelling pheromones hover around the gooey gland.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34376,4,3,-1,'Sun-Drenched Scale Gloves',48919,4,0,0,1,238644,47728,10,32767,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,36,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,2,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34537,0,2,-1,'Bloodberry Elixir',38720,1,0,0,1,10000,2500,0,-1,-1,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45373,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35192,9,3,-1,'Schematic: Primal-Attuned Goggles',7085,4,64,0,1,150000,37500,0,64,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46110,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Primal-Attuned Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35198,9,10,-1,'Design: Loop of Forged Power',7085,4,64,0,1,140000,35000,0,-1,-1,70,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46122,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Loop of Forged Power.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35201,9,10,-1,'Design: Pendant of Sunfire',7085,4,64,0,1,140000,35000,0,-1,-1,70,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46125,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Pendant of Sunfire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35204,9,2,-1,'Pattern: Sunfire Handwraps',7085,4,64,0,1,80000,20000,0,-1,-1,70,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46128,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Sunfire Handwraps.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35215,9,1,-1,'Pattern: Sun-Drenched Scale Gloves',7085,4,64,0,1,80000,20000,0,-1,-1,75,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46135,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Sun-Drenched Scale Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35216,9,1,-1,'Pattern: Leather Chestguard of the Sun',7085,4,64,0,1,80000,20000,0,-1,-1,75,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46136,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Leather Chestguard of the Sun.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35349,15,2,-1,'Snarly\'s Bucket',33467,3,64,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,46425,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35350,15,2,-1,'Chuck\'s Bucket',33467,3,64,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,46426,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37148,15,0,-1,'Loose Singed Page',7629,1,0,0,1,35000,8750,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One page remains after breaking the seal on the \'Wrath of the Titans.\'',3076,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37588,7,8,-1,'Mostly Digested Fish',49840,0,0,0,1,5500,275,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34232,4,1,-1,'Fel Conquerer Raiments',48299,4,0,0,1,328721,65744,20,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,60,5,41,36,33,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,4,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340),(34331,2,13,-1,'Hand of the Deceiver',48028,4,0,0,1,782515,156503,21,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,1,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,357,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15813,1,0,0,-1,0,-1,40226,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,4,0,4,0,0,0,2973,0,300,0,0,0,0,'',67,0,0,0,0,12340),(35195,9,3,-1,'Schematic: Mayhem Projection Goggles',7085,4,64,0,1,150000,37500,0,35,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46114,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Mayhem Projection Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35294,9,6,-1,'Recipe: Elixir of Empowerment',15274,2,64,0,1,100000,25000,0,32767,-1,73,0,171,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28578,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Elixir of Empowerment.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35295,9,6,-1,'Recipe: Haste Potion',15274,2,64,0,1,80000,20000,0,32767,-1,70,0,171,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28564,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Haste Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35296,9,4,-1,'Plans: Adamantite Weapon Chain',15274,2,64,0,1,3800,950,0,-1,-1,63,0,164,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,42688,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Adamantite Weapon Chain.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35297,9,8,-1,'Formula: Enchant Boots - Boar\'s Speed',7798,3,64,0,1,120000,30000,0,-1,-1,72,0,333,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,34008,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant boots to give a minor movement speed increase and increase Stamina by 9. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35298,9,8,-1,'Formula: Enchant Boots - Vitality',7798,2,64,0,1,40000,10000,0,-1,-1,61,0,333,305,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,27948,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant boots to restore 5 health and mana every 5 seconds. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35302,9,1,-1,'Pattern: Cobrascale Gloves',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35559,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Cobrascale Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35307,9,10,-1,'Design: Rigid Dawnstone',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31098,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Rigid Dawnstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35310,9,3,-1,'Schematic: Healing Potion Injector',6270,3,64,0,1,70000,17500,0,-1,-1,66,0,202,330,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,30551,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Healing Potion Injector.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35691,15,0,-1,'Ruined Metal Parts',35301,0,0,0,1,950,237,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35196,9,3,-1,'Schematic: Hard Khorium Goggles',7085,4,64,0,1,150000,37500,0,35,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46115,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Hard Khorium Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35208,9,4,-1,'Plans: Sunblessed Gauntlets',7085,4,64,0,1,80000,20000,0,-1,-1,70,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46140,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Sunblessed Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35299,9,8,-1,'Formula: Enchant Boots - Cat\'s Swiftness',7798,3,64,0,1,120000,30000,0,-1,-1,72,0,333,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,34007,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant boots to give a minor movement speed increase and increase Agility by 6. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35303,9,1,-1,'Pattern: Gloves of the Living Touch',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35562,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Gloves of the Living Touch.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35305,9,10,-1,'Design: Runed Living Ruby',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31088,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Runed Living Ruby.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35306,9,10,-1,'Design: Bright Living Ruby',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31089,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bright Living Ruby.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35308,9,2,-1,'Pattern: Unyielding Bracers',6270,3,64,0,1,80000,20000,0,-1,-1,70,0,197,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31434,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Unyielding Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35309,9,2,-1,'Pattern: Unyielding Girdle',6270,4,64,0,1,120000,30000,0,-1,-1,73,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31442,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew an Unyielding Girdle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35314,15,0,-1,'Partially Digested Weeds',7415,0,0,0,1,300,75,0,-1,-1,60,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35219,9,1,-1,'Pattern: Sun-Drenched Scale Chestguard',7085,4,64,0,1,80000,20000,0,-1,-1,75,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46139,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Sun-Drenched Scale Chestguard.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35245,9,10,-1,'Design: Bright Crimson Spinel',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39712,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bright Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35497,4,1,-1,'Cloak of the Frigid Winds',15239,4,32768,0,1,161192,32238,16,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,16,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35003,4,1,-1,'Brutal Gladiator\'s Dreadweave Gloves',48618,4,36864,0,1,0,0,10,256,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,58,5,33,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,24196,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(35078,4,3,-1,'Brutal Gladiator\'s Ringmail Gauntlets',48611,4,36864,0,1,0,0,10,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,53,5,28,32,29,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,36062,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35067,4,4,-1,'Brutal Gladiator\'s Plate Gauntlets',49998,4,36864,0,1,0,0,10,1,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,4,7,59,4,42,32,37,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1239,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35022,4,2,-1,'Brutal Gladiator\'s Kodohide Gloves',49966,4,36864,0,1,0,0,10,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,39,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35024,4,2,-1,'Brutal Gladiator\'s Kodohide Legguards',48603,4,36864,0,1,0,0,7,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,65,5,50,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,478,0,0,0,0,0,0,0,0,0,39806,1,0,0,-1,0,-1,35836,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35025,4,2,-1,'Brutal Gladiator\'s Kodohide Spaulders',48591,4,36864,0,1,0,0,3,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,29,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,430,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(35026,4,2,-1,'Brutal Gladiator\'s Kodohide Tunic',49968,4,36864,0,1,0,0,5,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,69,5,40,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,541,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,120,0,0,0,0,2,0,2,0,4,0,2856,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35023,4,2,-1,'Brutal Gladiator\'s Kodohide Helm',48602,4,36864,0,1,0,0,1,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,65,5,45,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,42089,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35001,4,2,-1,'Brutal Gladiator\'s Dragonhide Spaulders',48591,4,36864,0,1,0,0,3,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,47,4,34,5,20,3,34,35,21,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,430,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(35002,4,2,-1,'Brutal Gladiator\'s Dragonhide Tunic',49968,4,36864,0,1,0,0,5,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,7,7,61,4,34,5,26,3,36,35,26,31,16,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,569,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(34999,4,2,-1,'Brutal Gladiator\'s Dragonhide Helm',48601,4,36864,0,1,0,0,1,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,7,7,64,4,36,5,28,3,35,35,25,31,17,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,461,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(34998,4,2,-1,'Brutal Gladiator\'s Dragonhide Gloves',49966,4,36864,0,1,0,0,10,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,48,4,35,5,25,3,36,35,22,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,368,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,61252,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(35000,4,2,-1,'Brutal Gladiator\'s Dragonhide Legguards',48603,4,36864,0,1,0,0,7,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,7,7,61,4,40,5,34,3,41,35,29,31,17,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,478,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35114,4,2,-1,'Brutal Gladiator\'s Wyrmhide Spaulders',48591,4,36864,0,1,0,0,3,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,49,5,24,35,22,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,416,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35115,4,2,-1,'Brutal Gladiator\'s Wyrmhide Tunic',49968,4,36864,0,1,0,0,5,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,62,5,33,35,27,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,541,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,120,0,0,0,0,2,0,2,0,4,0,2856,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35112,4,2,-1,'Brutal Gladiator\'s Wyrmhide Helm',48601,4,36864,0,1,0,0,1,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,65,5,35,35,28,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35111,4,2,-1,'Brutal Gladiator\'s Wyrmhide Gloves',49966,4,36864,0,1,0,0,10,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,47,5,28,35,22,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35113,4,2,-1,'Brutal Gladiator\'s Wyrmhide Legguards',48603,4,36864,0,1,0,0,7,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,65,5,40,35,31,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,492,0,0,0,0,0,0,0,0,0,33236,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(35099,4,1,-1,'Brutal Gladiator\'s Silk Raiment',49958,4,36864,0,1,0,0,20,128,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,68,5,21,32,39,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,100,0,0,0,0,2,0,4,0,4,0,2951,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35100,4,1,-1,'Brutal Gladiator\'s Silk Trousers',49959,4,36864,0,1,0,0,7,128,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,66,5,40,32,39,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,26158,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35098,4,1,-1,'Brutal Gladiator\'s Silk Handguards',49957,4,36864,0,1,0,0,10,128,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,56,5,23,32,26,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,44301,1,0,0,-1,0,-1,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(35096,4,1,-1,'Brutal Gladiator\'s Silk Amice',50011,4,36864,0,1,0,0,3,128,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,56,5,18,35,23,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(35097,4,1,-1,'Brutal Gladiator\'s Silk Cowl',50008,4,36864,0,1,0,0,1,128,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,66,5,29,32,30,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(34994,4,3,-1,'Brutal Gladiator\'s Chain Spaulders',48609,4,36864,0,1,0,0,3,4,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,53,3,39,32,20,35,21,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34991,4,3,-1,'Brutal Gladiator\'s Chain Gauntlets',48605,4,36864,0,1,0,0,10,4,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,56,3,37,32,23,35,21,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,28539,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34993,4,3,-1,'Brutal Gladiator\'s Chain Leggings',48608,4,36864,0,1,0,0,7,4,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,70,3,38,32,29,35,33,5,23,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,971,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34992,4,3,-1,'Brutal Gladiator\'s Chain Helm',48606,4,36864,0,1,0,0,1,4,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,67,3,37,32,30,35,22,5,27,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34990,4,3,-1,'Brutal Gladiator\'s Chain Armor',48604,4,36864,0,1,0,0,5,4,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,70,3,32,32,29,35,21,5,25,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,140,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35032,4,2,-1,'Brutal Gladiator\'s Leather Gloves',49965,4,36864,0,1,0,0,10,8,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,55,3,37,35,24,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,368,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(35036,4,2,-1,'Brutal Gladiator\'s Leather Tunic',48599,4,36864,0,1,0,0,5,8,-1,159,70,0,0,0,0,0,0,0,0,1,0,5,7,71,3,36,35,25,32,22,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,569,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(35033,4,2,-1,'Brutal Gladiator\'s Leather Helm',48739,4,36864,0,1,0,0,1,8,-1,159,70,0,0,0,0,0,0,0,0,1,0,5,7,72,3,36,35,25,32,26,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(35035,4,2,-1,'Brutal Gladiator\'s Leather Spaulders',48598,4,36864,0,1,0,0,3,8,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,55,3,39,32,31,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,430,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,56,0,0,0,'',0,0,0,0,0,12340),(35034,4,2,-1,'Brutal Gladiator\'s Leather Legguards',48597,4,36864,0,1,0,0,7,8,-1,159,70,0,0,0,0,0,0,0,0,1,0,5,7,74,3,40,32,30,35,40,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(35005,4,1,-1,'Brutal Gladiator\'s Dreadweave Leggings',49952,4,36864,0,1,0,0,7,256,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,85,5,39,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,33236,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35007,4,1,-1,'Brutal Gladiator\'s Dreadweave Robe',49954,4,36864,0,1,0,0,20,256,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,84,5,28,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,23213,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35006,4,1,-1,'Brutal Gladiator\'s Dreadweave Mantle',50009,4,36864,0,1,0,0,3,256,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,55,5,18,35,21,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(35004,4,1,-1,'Brutal Gladiator\'s Dreadweave Hood',50005,4,36864,0,1,0,0,1,256,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,82,5,32,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35009,4,1,-1,'Brutal Gladiator\'s Felweave Amice',50009,4,36864,0,1,0,0,3,256,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,56,5,18,35,23,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(35011,4,1,-1,'Brutal Gladiator\'s Felweave Handguards',48618,4,36864,0,1,0,0,10,256,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,56,5,23,32,26,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(35012,4,1,-1,'Brutal Gladiator\'s Felweave Raiment',49954,4,36864,0,1,0,0,20,256,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,68,5,21,32,39,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,100,0,0,0,0,2,0,4,0,4,0,2951,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35010,4,1,-1,'Brutal Gladiator\'s Felweave Cowl',50005,4,36864,0,1,0,0,1,256,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,74,5,21,32,28,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35013,4,1,-1,'Brutal Gladiator\'s Felweave Trousers',49955,4,36864,0,1,0,0,7,256,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,74,5,30,32,39,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,26158,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35045,4,3,-1,'Brutal Gladiator\'s Linked Leggings',48615,4,36864,0,1,0,0,7,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,6,7,74,38,86,32,41,35,31,5,38,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,971,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35043,4,3,-1,'Brutal Gladiator\'s Linked Gauntlets',48611,4,36864,0,1,0,0,10,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,58,38,76,32,37,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35042,4,3,-1,'Brutal Gladiator\'s Linked Armor',49969,4,36864,0,1,0,0,20,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,5,7,71,38,64,32,35,35,31,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,21635,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,140,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35046,4,3,-1,'Brutal Gladiator\'s Linked Spaulders',48616,4,36864,0,1,0,0,3,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,58,38,60,32,31,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832,0,0,0,0,0,0,0,0,0,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35044,4,3,-1,'Brutal Gladiator\'s Linked Helm',48613,4,36864,0,1,0,0,1,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,5,7,74,38,80,32,39,35,33,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35079,4,3,-1,'Brutal Gladiator\'s Ringmail Helm',48614,4,36864,0,1,0,0,1,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,74,5,34,32,31,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35081,4,3,-1,'Brutal Gladiator\'s Ringmail Spaulders',48616,4,36864,0,1,0,0,3,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,47,5,27,32,24,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832,0,0,0,0,0,0,0,0,0,21630,1,0,0,-1,0,-1,18040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35077,4,3,-1,'Brutal Gladiator\'s Ringmail Armor',49969,4,36864,0,1,0,0,20,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,61,5,36,32,36,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,21366,1,0,0,-1,0,-1,23593,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,140,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35080,4,3,-1,'Brutal Gladiator\'s Ringmail Leggings',48615,4,36864,0,1,0,0,7,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,71,5,38,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,971,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35050,4,3,-1,'Brutal Gladiator\'s Mail Helm',48613,4,36864,0,1,0,0,1,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,74,5,29,32,32,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35052,4,3,-1,'Brutal Gladiator\'s Mail Spaulders',48616,4,36864,0,1,0,0,3,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,47,5,26,32,26,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832,0,0,0,0,0,0,0,0,0,18378,1,0,0,-1,0,-1,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35048,4,3,-1,'Brutal Gladiator\'s Mail Armor',49969,4,36864,0,1,0,0,20,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,61,5,33,32,34,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,21366,1,0,0,-1,0,-1,28360,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,140,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35049,4,3,-1,'Brutal Gladiator\'s Mail Gauntlets',48611,4,36864,0,1,0,0,10,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,52,5,28,32,32,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35051,4,3,-1,'Brutal Gladiator\'s Mail Leggings',48615,4,36864,0,1,0,0,7,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,71,5,38,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,971,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35069,4,4,-1,'Brutal Gladiator\'s Plate Legguards',49996,4,36864,0,1,0,0,7,1,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,5,7,77,4,57,32,53,35,22,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35066,4,4,-1,'Brutal Gladiator\'s Plate Chestpiece',49999,4,36864,0,1,0,0,5,1,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,76,4,45,32,45,35,24,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,165,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35070,4,4,-1,'Brutal Gladiator\'s Plate Shoulders',49995,4,36864,0,1,0,0,3,1,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,4,7,64,4,38,32,35,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,100,0,0,0,0,2,0,4,0,0,0,3205,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35068,4,4,-1,'Brutal Gladiator\'s Plate Helm',49685,4,36864,0,1,0,0,1,1,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,5,7,68,4,45,32,41,35,25,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,100,0,0,0,0,1,0,4,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35060,4,4,-1,'Brutal Gladiator\'s Ornamented Gloves',48640,4,36864,0,1,0,0,10,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,60,5,33,32,33,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1239,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35062,4,4,-1,'Brutal Gladiator\'s Ornamented Legplates',50002,4,36864,0,1,0,0,7,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,69,5,45,32,46,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,42089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35063,4,4,-1,'Brutal Gladiator\'s Ornamented Spaulders',50003,4,36864,0,1,0,0,3,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,46,5,32,32,32,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35059,4,4,-1,'Brutal Gladiator\'s Ornamented Chestguard',50001,4,36864,0,1,0,0,5,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,67,5,42,32,42,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,165,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35061,4,4,-1,'Brutal Gladiator\'s Ornamented Headcover',48740,4,36864,0,1,0,0,1,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,71,5,40,32,32,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35031,4,4,-1,'Brutal Gladiator\'s Lamellar Shoulders',50003,4,36864,0,1,0,0,3,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,50,5,28,32,32,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35027,4,4,-1,'Brutal Gladiator\'s Lamellar Chestpiece',50001,4,36864,0,1,0,0,5,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,73,5,36,32,44,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,165,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35028,4,4,-1,'Brutal Gladiator\'s Lamellar Gauntlets',48640,4,36864,0,1,0,0,10,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,50,5,34,32,34,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1239,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35030,4,4,-1,'Brutal Gladiator\'s Lamellar Legguards',50002,4,36864,0,1,0,0,7,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,77,5,35,32,45,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35092,4,4,-1,'Brutal Gladiator\'s Scaled Shoulders',50003,4,36864,0,1,0,0,3,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,45,5,25,32,30,4,37,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35088,4,4,-1,'Brutal Gladiator\'s Scaled Chestpiece',50001,4,36864,0,1,0,0,5,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,61,5,32,32,41,4,46,35,36,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,165,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35091,4,4,-1,'Brutal Gladiator\'s Scaled Legguards',50002,4,36864,0,1,0,0,7,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,73,5,28,32,41,4,59,35,36,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35090,4,4,-1,'Brutal Gladiator\'s Scaled Helm',48740,4,36864,0,1,0,0,1,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,61,5,32,32,33,4,52,35,36,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35029,4,4,-1,'Brutal Gladiator\'s Lamellar Helm',48740,4,36864,0,1,0,0,1,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,77,5,34,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35089,4,4,-1,'Brutal Gladiator\'s Scaled Gauntlets',48640,4,36864,0,1,0,0,10,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,46,5,27,32,30,4,44,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1239,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,44300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35109,2,10,-1,'Brutal Gladiator\'s War Staff',47994,4,36864,0,1,0,0,17,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,66,32,50,35,29,5,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,199,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,44751,1,0,0,-1,0,-1,46060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-68.8,0,0,0,'',0,0,0,0,0,12340),(35103,2,10,-1,'Brutal Gladiator\'s Staff',49148,4,36864,0,1,0,0,17,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,5,7,66,38,100,32,50,35,33,31,26,0,0,0,0,0,0,0,0,0,0,0,0,224,337,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34987,2,10,-1,'Brutal Gladiator\'s Battle Staff',47994,4,36864,0,1,0,0,17,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,5,7,66,31,32,32,50,35,29,5,50,0,0,0,0,0,0,0,0,0,0,0,0,86,199,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,44751,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-68.8,0,0,0,'',0,0,0,0,0,12340),(35064,2,6,-1,'Brutal Gladiator\'s Painsaw',49142,4,36864,0,1,0,0,17,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,68,32,51,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,371,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,42107,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34989,2,5,-1,'Brutal Gladiator\'s Bonegrinder',49993,4,36864,0,1,0,0,17,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,5,7,66,4,50,32,50,35,33,31,19,0,0,0,0,0,0,0,0,0,0,0,0,404,606,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,43902,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34988,2,4,-1,'Brutal Gladiator\'s Bonecracker',49136,4,36864,0,1,0,0,22,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35071,2,4,-1,'Brutal Gladiator\'s Pummeler',49136,4,36864,0,1,0,0,13,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35082,2,4,-1,'Brutal Gladiator\'s Salvation',49146,4,36864,0,1,0,0,21,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,38,5,25,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,115,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,44759,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-68.8,0,0,0,'',0,0,0,0,0,12340),(35014,2,4,-1,'Brutal Gladiator\'s Gavel',49135,4,36864,0,1,0,0,21,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,21,31,19,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,115,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,44751,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-68.8,0,0,0,'',0,0,0,0,0,12340),(35110,2,0,-1,'Brutal Gladiator\'s Waraxe',49152,4,36864,0,1,0,0,21,260612,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,20,35,14,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15809,1,0,0,-1,0,-1,47041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35037,2,13,-1,'Brutal Gladiator\'s Left Render',49139,4,36864,0,1,0,0,22,262143,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35038,2,13,-1,'Brutal Gladiator\'s Left Ripper',49139,4,36864,0,1,0,0,22,262143,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35076,2,13,-1,'Brutal Gladiator\'s Right Ripper',49145,4,36864,0,1,0,0,21,262143,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35102,2,15,-1,'Brutal Gladiator\'s Spellblade',49147,4,36864,0,1,0,0,21,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,21,35,18,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,115,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,44751,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,-68.8,0,0,0,'',0,0,0,0,0,12340),(35093,2,15,-1,'Brutal Gladiator\'s Shanker',49141,4,36864,0,1,0,0,13,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,233,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35058,2,15,-1,'Brutal Gladiator\'s Mutilator',49141,4,36864,0,1,0,0,22,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,253,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35095,2,15,-1,'Brutal Gladiator\'s Shiv',49141,4,36864,0,1,0,0,22,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,197,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35101,2,7,-1,'Brutal Gladiator\'s Slicer',49143,4,36864,0,1,0,0,13,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,337,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35072,2,7,-1,'Brutal Gladiator\'s Quickblade',49143,4,36864,0,1,0,0,22,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35015,2,8,-1,'Brutal Gladiator\'s Greatsword',49137,4,36864,0,1,0,0,17,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,5,7,66,4,50,32,50,35,33,31,19,0,0,0,0,0,0,0,0,0,0,0,0,404,606,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,43902,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34996,2,0,-1,'Brutal Gladiator\'s Cleaver',49150,4,36864,0,1,0,0,13,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34995,2,0,-1,'Brutal Gladiator\'s Chopper',49150,4,36864,0,1,0,0,22,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34997,2,1,-1,'Brutal Gladiator\'s Decapitator',49149,4,36864,0,1,0,0,17,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,66,32,50,35,33,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,606,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,28735,1,0,0,-1,0,-1,43902,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35017,2,0,-1,'Brutal Gladiator\'s Hacker',49150,4,36864,0,1,0,0,22,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35106,4,9,-1,'Brutal Gladiator\'s Totem of the Third Wind',46045,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35105,4,9,-1,'Brutal Gladiator\'s Totem of Survival',25246,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46097,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35104,4,9,-1,'Brutal Gladiator\'s Totem of Indomitability',25246,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46096,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35041,4,7,-1,'Brutal Gladiator\'s Libram of Vengeance',34960,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46095,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35040,4,7,-1,'Brutal Gladiator\'s Libram of Justice',1103,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46092,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35039,4,7,-1,'Brutal Gladiator\'s Libram of Fortitude',34960,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46091,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35021,4,8,-1,'Brutal Gladiator\'s Idol of Tenacity',9659,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35020,4,8,-1,'Brutal Gladiator\'s Idol of Steadfastness',34953,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46090,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35019,4,8,-1,'Brutal Gladiator\'s Idol of Resolve',34953,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46088,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35074,4,0,-1,'Brutal Gladiator\'s Reprieve',39505,4,36864,0,1,0,0,23,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,25,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18045,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35016,4,0,-1,'Brutal Gladiator\'s Grimoire',39505,4,36864,0,1,0,0,23,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,2,7,40,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18050,1,0,0,0,0,0,46060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35008,4,0,-1,'Brutal Gladiator\'s Endgame',39505,4,36864,0,1,0,0,23,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,25,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18056,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35107,2,19,-1,'Brutal Gladiator\'s Touch of Defeat',46606,4,36864,0,1,0,0,26,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,490,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,14799,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35065,2,19,-1,'Brutal Gladiator\'s Piercing Touch',46606,4,36864,0,1,0,0,26,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,2,7,19,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,490,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,9345,1,0,0,0,0,-1,42056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34985,2,19,-1,'Brutal Gladiator\'s Baton of Light',46606,4,36864,0,1,0,0,26,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,20,5,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,490,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,18030,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35075,2,3,-1,'Brutal Gladiator\'s Rifle',49393,4,36864,0,1,0,0,26,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,27,32,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,351,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,21441,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35018,2,18,-1,'Brutal Gladiator\'s Heavy Crossbow',49138,4,36864,0,1,0,0,26,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,27,32,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,351,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,21441,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35047,2,2,-1,'Brutal Gladiator\'s Longbow',49140,4,36864,0,1,0,0,15,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,27,32,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,351,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,21441,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35108,2,16,-1,'Brutal Gladiator\'s War Edge',38679,4,4231168,0,1,0,0,25,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,27,32,18,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,320,0,0,0,0,0,0,0,0,0,0,0,1900,0,100,15806,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35094,4,6,-1,'Brutal Gladiator\'s Shield Wall',49155,4,36864,0,1,0,0,14,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,2,7,67,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6662,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,185,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35073,4,6,-1,'Brutal Gladiator\'s Redoubt',49153,4,36864,0,1,0,0,14,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,37,35,27,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6662,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,185,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34986,4,6,-1,'Brutal Gladiator\'s Barrier',49154,4,36864,0,1,0,0,14,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,37,35,27,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6662,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,185,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35135,4,0,-1,'Guardian\'s Pendant of Triumph',39162,4,36864,0,1,0,0,2,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,3,7,39,32,26,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15815,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2925,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35151,4,3,-1,'Guardian\'s Chain Girdle',48671,4,36864,0,1,0,0,6,68,32767,159,70,0,0,0,0,0,0,5,0,1,0,5,7,52,3,37,35,21,32,22,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35161,4,4,-1,'Guardian\'s Plate Belt',48661,4,36864,0,1,0,0,6,35,32767,159,70,0,0,0,0,0,0,5,0,1,0,4,7,56,4,40,32,40,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1115,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35156,4,2,-1,'Guardian\'s Leather Belt',48677,4,36864,0,1,0,0,6,1032,32767,159,70,0,0,0,0,0,0,5,0,1,0,4,7,55,3,37,32,24,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35157,4,3,-1,'Guardian\'s Linked Girdle',48674,4,36864,0,1,0,0,6,68,32767,159,70,0,0,0,0,0,0,5,0,1,0,5,7,55,38,76,35,21,32,37,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35133,4,0,-1,'Guardian\'s Pendant of Dominance',39162,4,36864,0,1,0,0,2,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,3,7,39,35,18,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35153,4,1,-1,'Guardian\'s Dreadweave Belt',48683,4,36864,0,1,0,0,6,400,32767,159,70,0,0,0,0,0,0,5,0,1,0,3,7,56,5,37,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(35134,4,0,-1,'Guardian\'s Pendant of Salvation',39162,4,36864,0,1,0,0,2,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,3,7,38,35,18,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18037,1,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35159,4,1,-1,'Guardian\'s Mooncloth Belt',48686,4,36864,0,1,0,0,6,400,32767,159,70,0,0,0,0,0,0,5,0,1,0,3,7,56,5,36,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(35053,4,1,-1,'Brutal Gladiator\'s Mooncloth Gloves',49960,4,36864,0,1,0,0,10,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,56,5,28,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,18046,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(35164,4,1,-1,'Guardian\'s Silk Belt',48689,4,36864,0,1,0,0,6,400,32767,159,70,0,0,0,0,0,0,5,0,1,0,4,7,49,5,35,32,32,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(35132,4,0,-1,'Guardian\'s Pendant of Conquest',39162,4,36864,0,1,0,0,2,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,4,7,35,35,18,32,24,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37928,4,0,-1,'Guardian\'s Pendant of Subjugation',39162,4,36864,0,1,0,0,2,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,4,7,35,35,18,36,24,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35163,4,4,-1,'Guardian\'s Scaled Belt',48660,4,36864,0,1,0,0,6,3,32767,159,70,0,0,0,0,0,0,5,0,1,0,5,7,45,4,44,32,31,5,31,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1115,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35162,4,3,-1,'Guardian\'s Ringmail Girdle',48674,4,36864,0,1,0,0,6,68,32767,159,70,0,0,0,0,0,0,5,0,1,0,4,7,49,5,34,35,27,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35165,4,2,-1,'Guardian\'s Wyrmhide Belt',48676,4,36864,0,1,0,0,6,1032,32767,159,70,0,0,0,0,0,0,5,0,1,0,3,7,49,5,35,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35160,4,4,-1,'Guardian\'s Ornamented Belt',48660,4,36864,0,1,0,0,6,3,32767,159,70,0,0,0,0,0,0,5,0,1,0,4,7,49,32,34,5,35,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1115,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35152,4,2,-1,'Guardian\'s Dragonhide Belt',48676,4,36864,0,1,0,0,6,1032,32767,159,70,0,0,0,0,0,0,5,0,1,0,6,7,46,4,34,3,33,35,26,5,24,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35167,4,2,-1,'Guardian\'s Dragonhide Bracers',48681,4,36864,0,1,0,0,9,1032,32767,154,70,0,0,0,0,0,0,0,0,1,0,5,7,33,4,25,3,25,35,17,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35209,9,4,-1,'Plans: Hard Khorium Battlefists',7085,4,64,0,1,80000,20000,0,-1,-1,70,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46141,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Hard Khorium Battlefists.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35131,4,0,-1,'Guardian\'s Band of Triumph',39129,4,36864,0,1,0,0,11,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,3,7,38,32,30,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15812,1,0,0,0,0,0,44474,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35154,4,2,-1,'Guardian\'s Kodohide Belt',48676,4,36864,0,1,0,0,6,1032,32767,159,70,0,0,0,0,0,0,5,0,1,0,3,7,49,5,35,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35178,4,4,-1,'Guardian\'s Scaled Bracers',48662,4,36864,0,1,0,0,9,3,32767,154,70,0,0,0,0,0,0,0,0,1,0,5,7,32,4,32,32,18,5,18,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35171,4,2,-1,'Guardian\'s Leather Bracers',48682,4,36864,0,1,0,0,9,1032,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,37,3,28,32,15,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35828,12,0,-1,'Totemic Beacon',49127,1,64,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47129,0,0,0,60000,0,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35725,12,0,-1,'Summer Incense',7065,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34862,12,0,3,'Practice Torches',48382,1,66,0,1,0,0,0,262143,2147483647,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,3000,0,0,45732,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34599,0,0,0,'Juggling Torch',35178,1,0,0,5,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,40,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45819,0,-1,0,100,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34833,12,0,0,'Unlit Torches',7290,1,2,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45671,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23215,0,0,-1,'Bag of Smorc Ingredients',3568,1,65600,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29116,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Sweet honey crackers, marshmallow and chocolate.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,341,'',0,0,0,0,0,12340),(35168,4,1,-1,'Guardian\'s Dreadweave Cuffs',48684,4,36864,0,1,0,0,9,400,32767,154,70,0,0,0,0,0,0,0,0,1,0,3,7,38,5,24,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(35129,4,0,-1,'Guardian\'s Band of Dominance',39129,4,36864,0,1,0,0,11,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,4,7,35,35,22,5,18,36,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14798,1,0,0,0,0,0,43782,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35174,4,1,-1,'Guardian\'s Mooncloth Cuffs',48687,4,36864,0,1,0,0,9,400,32767,154,70,0,0,0,0,0,0,0,0,1,0,3,7,38,5,24,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2925,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(35055,4,1,-1,'Brutal Gladiator\'s Mooncloth Leggings',49964,4,36864,0,1,0,0,7,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,77,5,34,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,35836,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35277,12,0,-1,'Twilight Correspondence',5567,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This looks important...',3065,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35179,4,1,-1,'Guardian\'s Silk Cuffs',48690,4,36864,0,1,0,0,9,400,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,25,32,18,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(35176,4,4,-1,'Guardian\'s Plate Bracers',48664,4,36864,0,1,0,0,9,35,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,40,4,28,32,24,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,3015,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35166,4,3,-1,'Guardian\'s Chain Bracers',48670,4,36864,0,1,0,0,9,260676,32767,154,70,0,0,0,0,0,0,0,0,1,0,5,7,36,3,26,35,13,32,14,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35498,9,8,-1,'Formula: Enchant Weapon - Deathfrost',7798,3,64,0,1,60000,15000,0,-1,-1,75,0,333,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46578,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to cause your damaging spells and melee weapon hits to occasionally inflict additional Frost damage and slow the target. Requires a level 60 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35723,12,0,0,'Shards of Ahune',44843,1,2048,0,1,0,0,0,-1,-1,1,75,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,11972,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35511,4,0,-1,'Hailstone Pendant',31603,4,32768,0,1,200000,50000,2,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,31,19,7,33,12,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35508,4,0,-1,'Choker of the Arctic Flow',12567,4,32768,0,1,200000,50000,2,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,24,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35509,4,0,-1,'Amulet of Glacial Tranquility',39212,4,32768,0,1,200000,50000,2,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,22,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35507,4,0,-1,'Amulet of Bitter Hatred',31907,4,32768,0,1,200000,50000,2,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,3,20,7,18,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35139,4,2,-1,'Guardian\'s Kodohide Boots',48678,4,36864,0,1,0,0,8,1032,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,35,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,385,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35169,4,2,-1,'Guardian\'s Kodohide Bracers',48681,4,36864,0,1,0,0,9,1032,32767,154,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,25,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35130,4,0,-1,'Guardian\'s Band of Salvation',39129,4,36864,0,1,0,0,11,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,3,7,38,35,22,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18037,1,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35146,4,4,-1,'Guardian\'s Plate Greaves',48669,4,36864,0,1,0,0,8,35,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,56,4,40,32,40,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1363,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35147,4,3,-1,'Guardian\'s Ringmail Sabatons',48675,4,36864,0,1,0,0,8,68,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,49,5,34,35,27,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,763,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35177,4,3,-1,'Guardian\'s Ringmail Bracers',48673,4,36864,0,1,0,0,9,68,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,20,35,15,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35141,4,2,-1,'Guardian\'s Leather Boots',48679,4,36864,0,1,0,0,8,1032,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,55,3,37,32,24,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35057,4,1,-1,'Brutal Gladiator\'s Mooncloth Robe',49963,4,36864,0,1,0,0,20,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,68,5,33,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35136,4,3,-1,'Guardian\'s Chain Sabatons',48672,4,36864,0,1,0,0,8,68,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,52,3,37,35,21,32,22,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,763,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35054,4,1,-1,'Brutal Gladiator\'s Mooncloth Hood',50007,4,36864,0,1,0,0,1,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,82,5,30,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35085,4,1,-1,'Brutal Gladiator\'s Satin Leggings',49964,4,36864,0,1,0,0,7,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,82,5,39,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,46051,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35087,4,1,-1,'Brutal Gladiator\'s Satin Robe',49963,4,36864,0,1,0,0,20,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,72,5,34,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35086,4,1,-1,'Brutal Gladiator\'s Satin Mantle',50010,4,36864,0,1,0,0,3,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,56,5,27,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(35084,4,1,-1,'Brutal Gladiator\'s Satin Hood',50007,4,36864,0,1,0,0,1,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,79,5,28,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340),(35083,4,1,-1,'Brutal Gladiator\'s Satin Gloves',49960,4,36864,0,1,0,0,10,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,55,5,27,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(35056,4,1,-1,'Brutal Gladiator\'s Mooncloth Mantle',50010,4,36864,0,1,0,0,3,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,56,5,26,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340),(35149,4,1,-1,'Guardian\'s Silk Footguards',48691,4,36864,0,1,0,0,8,400,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,49,5,35,32,32,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(35145,4,4,-1,'Guardian\'s Ornamented Greaves',48663,4,36864,0,1,0,0,8,3,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,49,32,34,5,35,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1363,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35148,4,4,-1,'Guardian\'s Scaled Greaves',48663,4,36864,0,1,0,0,8,3,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,45,4,44,32,31,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1363,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35175,4,4,-1,'Guardian\'s Ornamented Bracers',48662,4,36864,0,1,0,0,9,3,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,33,32,23,5,20,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35140,4,4,-1,'Guardian\'s Lamellar Greaves',48663,4,36864,0,1,0,0,8,3,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,49,32,34,5,35,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1363,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35155,4,4,-1,'Guardian\'s Lamellar Belt',48660,4,36864,0,1,0,0,6,3,32767,159,70,0,0,0,0,0,0,5,0,1,0,4,7,49,32,34,5,35,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1115,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35170,4,4,-1,'Guardian\'s Lamellar Bracers',48662,4,36864,0,1,0,0,9,3,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,33,32,23,5,20,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35143,4,3,-1,'Guardian\'s Mail Sabatons',48675,4,36864,0,1,0,0,8,68,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,49,5,34,35,27,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,763,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35158,4,3,-1,'Guardian\'s Mail Girdle',48674,4,36864,0,1,0,0,6,68,32767,159,70,0,0,0,0,0,0,5,0,1,0,4,7,49,5,34,35,27,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35173,4,3,-1,'Guardian\'s Mail Bracers',48673,4,36864,0,1,0,0,9,68,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,20,35,15,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35142,4,3,-1,'Guardian\'s Linked Sabatons',48675,4,36864,0,1,0,0,8,68,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,55,38,76,35,21,32,38,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,763,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35172,4,3,-1,'Guardian\'s Linked Bracers',48673,4,36864,0,1,0,0,9,68,32767,154,70,0,0,0,0,0,0,0,0,1,0,5,7,37,38,56,35,12,32,24,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35180,4,2,-1,'Guardian\'s Wyrmhide Bracers',48681,4,36864,0,1,0,0,9,1032,32767,154,70,0,0,0,0,0,0,0,0,1,0,3,7,35,5,23,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35150,4,2,-1,'Guardian\'s Wyrmhide Boots',48678,4,36864,0,1,0,0,8,1032,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,35,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,385,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35137,4,2,-1,'Guardian\'s Dragonhide Boots',48678,4,36864,0,1,0,0,8,1032,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,46,4,34,3,33,35,26,5,24,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,385,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340),(35138,4,1,-1,'Guardian\'s Dreadweave Stalkers',48685,4,36864,0,1,0,0,8,400,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,56,5,37,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(37927,4,0,-1,'Guardian\'s Band of Subjugation',39129,4,36864,0,1,0,0,11,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,4,7,36,35,24,5,24,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35144,4,1,-1,'Guardian\'s Mooncloth Slippers',48688,4,36864,0,1,0,0,8,400,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,56,5,36,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340),(37929,4,0,-1,'Guardian\'s Pendant of Reprieve',39162,4,36864,0,1,0,0,2,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,4,7,25,35,18,5,19,36,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18037,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38276,4,1,-1,'Haliscan Brimmed Hat',50565,1,0,0,1,62781,12556,1,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,-109,0,0,0,'',0,0,0,0,0,12340),(38277,4,1,-1,'Haliscan Jacket',50566,1,0,0,1,9122,1824,5,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38278,4,1,-1,'Haliscan Pantaloons',50567,1,0,0,1,8324,1664,7,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(6836,4,1,-1,'Dress Shoes',16368,1,0,0,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37915,9,2,-1,'Pattern: Dress Shoes',1102,1,64,0,1,5000,1250,0,-1,-1,50,0,197,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,49677,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a pair of Dress Shoes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38327,9,2,-1,'Pattern: Haliscan Jacket',1102,1,64,0,1,5000,1250,0,-1,-1,50,0,197,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,50644,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Haliscan Jacket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38328,9,2,-1,'Pattern: Haliscan Pantaloons',1102,1,64,0,1,4500,1125,0,-1,-1,49,0,197,245,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,50647,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Haliscan Pantaloons.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340); INSERT INTO `item_template` VALUES (38225,1,2,-1,'Mycah\'s Botanical Bag',50459,3,0,0,1,95000,23750,18,-1,-1,75,0,0,0,0,0,0,0,0,0,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34335,2,4,-1,'Hammer of Sanctification',48029,4,0,0,1,815954,163190,21,32767,-1,164,70,0,0,0,0,0,0,0,0,1,0,3,7,19,5,25,36,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,137,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,44973,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2881,0,300,-73,0,0,0,'',67,0,0,0,0,12340),(35202,9,10,-1,'Design: Amulet of Flowing Life',7085,4,64,0,1,140000,35000,0,-1,-1,70,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46126,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft an Amulet of Flowing Life.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35200,9,10,-1,'Design: Hard Khorium Band',7085,4,64,0,1,140000,35000,0,-1,-1,70,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46124,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Hard Khorium Band.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38050,15,2,-1,'Soul-Trader Beacon',50456,3,67108928,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,49964,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38301,15,4,-1,'D.I.S.C.O.',50733,3,67108864,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50317,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Dancer\'s Integrated Sonic Celebration Oscillator',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38233,0,0,-1,'Path of Illidan',50537,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50247,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38506,4,1,-1,'Don Carlos\' Famous Hat',50565,3,128,0,1,127503,25500,1,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,52172,1,0,0,-1,0,-1,51149,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(38628,15,2,-1,'Nether Ray Fry',50919,3,64,0,1,400000,100000,0,-1,-1,70,0,0,0,0,0,0,1031,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,51716,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38229,9,2,-1,'Pattern: Mycah\'s Botanical Bag',1102,1,4160,0,1,0,0,0,-1,-1,75,0,197,375,0,0,0,970,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,50194,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Mycah\'s Botanical Bag.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38089,4,1,-1,'Ruby Shades',22423,1,0,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50009,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,-2,0,0,0,'',0,0,0,0,0,12340),(38091,4,0,-1,'Gold Eternium Band',44841,1,0,0,1,30000000,0,11,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Passed down by royalty throughout time, the gift of this ring declares eternal love.',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37934,4,0,-1,'Noble\'s Elementium Signet',45948,1,0,0,1,24000000,50000,11,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50200,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Finely crafted from the rarest materials, this exquisite ring is worn only by the world\'s elite.',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38082,1,0,-1,'\"Gigantique\" Bag',50459,4,0,0,1,12000000,100000,18,-1,-1,70,0,0,0,0,0,0,0,0,0,1,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37710,7,3,-1,'Crashin\' Thrashin\' Racer Controller',44269,2,32832,0,1,400000,100000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49352,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35213,9,1,-1,'Pattern: Fletcher\'s Gloves of the Phoenix',7085,4,64,0,1,80000,20000,0,-1,-1,75,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46133,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Fletcher\'s Gloves of the Phoenix.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38576,15,5,-1,'Big Battle Bear',40160,4,0,0,1,100000,0,0,262143,-1,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,51412,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38428,0,5,-1,'Rock-Salted Pretzel',47114,1,0,0,1,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37829,12,0,-1,'Brewfest Prize Token',50216,2,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(38329,12,0,-1,'Don Carlos\' Hat',50652,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The wide-brimmed hat of the young Don Carlos.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38090,4,0,-1,'Sapphire Pinky Ring',23728,1,0,0,1,6000000,50000,11,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38545,3,0,-1,'Bold Ornate Ruby',4777,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1122,-1,0,0,0,0,'',0,0,0,0,0,12340),(38550,3,2,-1,'Smooth Ornate Dawnstone',18707,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1127,-1,0,0,0,0,'',0,0,0,0,0,12340),(38547,3,5,-1,'Inscribed Ornate Topaz',7221,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1124,-1,0,0,0,0,'',0,0,0,0,0,12340),(38549,3,0,-1,'Runed Ornate Ruby',6006,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1126,-1,0,0,0,0,'',0,0,0,0,0,12340),(38546,3,2,-1,'Gleaming Ornate Dawnstone',20978,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1123,-1,0,0,0,0,'',0,0,0,0,0,12340),(38548,3,5,-1,'Potent Ornate Topaz',7339,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1125,-1,0,0,0,0,'',0,0,0,0,0,12340),(36941,4,0,-1,'Competitor\'s Tabard',49625,3,32768,0,1,0,0,19,262143,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38310,4,0,-1,'Tabard of the Arcane',50861,4,32768,0,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36737,2,0,-1,'Brutal Gladiator\'s Hatchet',49152,4,36864,0,1,0,0,22,260612,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,20,35,14,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15809,1,0,0,-1,0,-1,47041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37297,15,2,-1,'Gold Medallion',4841,3,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,48406,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37719,15,5,-1,'Swift Zhevra',49950,4,0,0,1,100000,0,0,262143,-1,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,49322,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37676,15,5,-1,'Vengeful Nether Drake',42378,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,49193,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is an extremely fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39656,15,2,-1,'Tyrael\'s Hilt',51926,3,134250560,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,0,0,-1,0,-1,53082,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38311,4,0,-1,'Tabard of the Void',50863,4,32768,0,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38290,4,0,-1,'Dark Iron Smoking Pipe',50586,4,32768,0,1,100000,0,12,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,51953,0,0,0,120000,1141,20000,0,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33016,2,14,-1,'Blue Brewfest Stein',49972,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41920,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-3.5,0,0,0,'',0,0,0,0,0,12340),(38288,4,0,-1,'Direbrew Hops',50584,4,32768,0,1,100000,0,12,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,51954,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Not very filling.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38287,4,0,-1,'Empty Mug of Direbrew',50583,4,32768,0,1,100000,0,12,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,51955,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It\'s definitely not half full.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38289,4,0,-1,'Coren\'s Lucky Coin',45850,4,32768,0,1,100000,0,12,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42038,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,51952,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Perfect for bouncing off tables.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37127,4,0,-1,'Brightbrew Charm',49650,4,67108928,0,1,35965,0,12,-1,-1,128,70,0,0,0,0,0,0,0,1,1,0,1,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48041,0,0,0,600000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37597,2,15,-1,'Direbrew\'s Shanker',23262,4,0,0,1,614601,122920,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,19,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,228,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,14089,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(38320,0,0,0,'Dire Brew',18119,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51010,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36748,0,0,0,'Dark Brewmaiden\'s Brew',18101,1,66562,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47371,0,0,0,-1,0,-1,47331,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,1584,0,0,0,0,0,0,0,0,0,0,0,-1,0,20,0,0,'',0,0,0,0,0,12340),(37128,4,0,-1,'Balebrew Charm',49636,4,67108928,0,1,35965,0,12,-1,-1,128,70,0,0,0,0,0,0,0,1,1,0,1,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48042,0,0,0,600000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38280,12,0,0,'Direbrew\'s Dire Brew',7921,1,67584,2,1,0,0,0,-1,-1,1,75,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,12491,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33018,2,14,-1,'Filled Blue Brewfest Stein',49974,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41943,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'You\'ve called down the thunder!',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-3.5,0,0,0,'',0,0,0,0,0,12340),(33017,2,14,-1,'Filled Blue Brewfest Stein',49974,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41921,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Barleybrew brew, when you want the very best.',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-3.5,0,0,0,'',0,0,0,0,0,12340),(38587,0,0,0,'Empty Brewfest Stein',50881,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37571,12,0,-1,'\"Brew of the Month\" Club Membership Form',7695,1,0,2,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,12278,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39476,0,0,-1,'Fresh Goblin Brewfest Hops',7273,1,65536,2,1,0,0,0,32767,-1,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66051,0,-1,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Now you can feel how the other side lives.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(37750,0,0,-1,'Fresh Brewfest Hops',7273,1,65536,0,1,0,0,0,32767,-1,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66052,0,-1,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(37816,15,3,-1,'Preserved Brewfest Hops',7273,2,0,0,1,0,0,0,32767,-1,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62062,0,-1,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33019,2,14,-1,'Filled Blue Brewfest Stein',49974,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41944,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Gordok brew, it\'s wet.',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-3.5,0,0,0,'',0,0,0,0,0,12340),(37828,15,5,-1,'Great Brewfest Kodo',51020,4,0,0,1,1000000,0,0,262143,-1,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,49379,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37863,0,0,0,'Direbrew\'s Remote',44269,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49844,0,0,0,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37497,0,0,-1,'Autumnal Acorn Ale',18079,1,65536,0,6,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42260,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340),(37599,12,0,-1,'\"Brew of the Month\" Club Membership Form',7695,1,4096,1,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,12306,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39477,0,0,-1,'Fresh Dwarven Brewfest Hops',7273,1,65536,1,1,0,0,0,32767,-1,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66050,0,-1,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Now you can feel how the other side lives.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340),(33020,2,14,-1,'Filled Blue Brewfest Stein',49974,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41945,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Drohn\'s Distillery, a wise choice.',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-3.5,0,0,0,'',0,0,0,0,0,12340),(38313,4,0,-1,'Tabard of Fury',50859,4,32768,0,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37496,0,0,-1,'Binary Brew',18079,1,65536,0,6,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42259,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340),(38626,0,0,-1,'Empty Brew Bottle',51731,0,65536,0,1,1,2,0,-1,-1,5,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51661,0,-1,0,1000,1197,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38427,0,5,-1,'Pickled Egg',50696,1,0,0,1,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38432,0,5,-1,'Plugger\'s Blackrock Ale',18119,1,0,0,1,1500,375,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38466,0,5,-1,'Sulfuron Slammer',35744,1,0,0,1,2000,500,0,-1,-1,45,30,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50986,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It\'ll knock your socks off... and then set your feet on fire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38429,0,5,-1,'Blackrock Spring Water',18084,1,0,0,1,4000,200,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38430,0,5,-1,'Blackrock Mineral Water',38430,1,0,0,1,5600,280,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34291,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38431,0,5,-1,'Blackrock Fortified Water',40852,1,0,0,1,6400,320,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34850,0,0,0,'Midsummer Ground Flower',48900,1,64,0,1,100,25,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45729,0,-1,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34953,12,0,0,'Earthen Ring Magma Totem',48966,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35512,0,0,0,'Pocket Full of Snow',35023,1,4,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35568,12,0,-1,'Flame of Silvermoon',20874,1,131072,2,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,11935,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33021,2,14,-1,'Filled Blue Brewfest Stein',49974,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41946,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'T\'chali\'s Voodoo Brew has magic you don\'t want to understand.',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-3.5,0,0,0,'',0,0,0,0,0,12340),(38294,0,0,0,'Ethereal Liqueur',3664,1,2,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50369,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38291,0,0,0,'Ethereal Mutagen',3152,3,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52009,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38300,0,0,0,'Diluted Ethereum Essence',3663,3,2,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50425,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38308,0,8,-1,'Ethereal Essence Sphere',50630,1,2,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50477,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This extracted soul has been pressed into service as entertainment for you.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38312,4,0,-1,'Tabard of Brilliance',50686,4,32768,0,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38314,4,0,-1,'Tabard of the Defender',50862,4,32768,0,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38281,12,0,0,'Direbrew\'s Dire Brew',7921,1,67584,1,1,0,0,0,-1,-1,1,75,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,12492,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23831,7,3,-1,'Goblin Tonk Controller',35133,1,0,0,1,20000,5000,0,32767,-1,65,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39681,0,50,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23832,7,3,-1,'Gnomish Tonk Controller',35133,1,0,0,1,20000,5000,0,32767,-1,65,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39684,0,50,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38309,4,0,-1,'Tabard of Nature',50860,4,32768,0,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38577,0,0,-1,'Party G.R.E.N.A.D.E.',21833,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51510,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Goblinoid Resonant Electro-Neural Automatic Dancing Emitter',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34648,4,4,-1,'Acherus Knight\'s Greaves',51496,2,32768,0,1,51,10,8,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,10,7,12,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34649,4,4,-1,'Acherus Knight\'s Gauntlets',51498,2,32768,0,1,34,6,10,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,15,7,6,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34650,4,4,-1,'Acherus Knight\'s Tunic',51494,2,32768,0,1,69,13,5,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,20,7,11,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34651,4,4,-1,'Acherus Knight\'s Girdle',51497,2,32768,0,1,35,7,6,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,4,10,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34652,4,4,-1,'Acherus Knight\'s Hood',51495,2,32768,0,1,52,10,1,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,15,7,15,32,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,463,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34653,4,4,-1,'Acherus Knight\'s Wristguard',51500,2,32768,0,1,36,7,9,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,7,31,7,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34655,4,4,-1,'Acherus Knight\'s Pauldrons',51501,2,32768,0,1,54,10,3,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,11,3,9,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,427,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34656,4,4,-1,'Acherus Knight\'s Legplates',51499,2,32768,0,1,73,14,7,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,13,3,10,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34657,4,0,-1,'Choker of Damnation',6539,2,32768,0,1,2303,575,2,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,9,7,8,31,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34658,4,0,-1,'Plague Band',963,2,32768,0,1,534,133,11,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,11,3,6,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34659,4,1,-1,'Acherus Knight\'s Shroud',49738,2,32768,0,1,31,6,16,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,4,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38145,1,0,-1,'Deathweave Bag',1282,1,32768,0,1,0,0,18,-1,-1,35,0,0,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38147,4,0,-1,'Corrupted Band',963,2,32768,0,1,534,133,11,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,11,3,6,32,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41751,0,5,-1,'Black Mushroom',36728,1,0,0,1,100,5,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,5,0,0,0,12340),(2460,0,2,-1,'Elixir of Tongues (NYI)',6373,1,0,0,1,100,25,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'This potion has no effect until we put languages in.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(2867,4,3,-1,'Rough Bronze Bracers',23532,2,0,0,1,3149,629,9,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340),(5742,2,15,-1,'Gemstone Dagger',20569,2,0,0,1,53853,10770,13,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,44,0,0,0,0,0,0,5,0,5,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340),(5743,4,0,-1,'Prismstone Ring',9842,2,0,0,1,7215,1803,11,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,1,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340),(6243,4,1,-1,'Green Woolen Robe',12393,2,0,0,1,2229,445,20,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,3,5,3,6,3,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(6730,4,3,-1,'Ironforge Chain',12944,2,0,0,1,2483,496,5,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(6733,4,3,-1,'Ironforge Gauntlets',12948,2,0,0,1,5727,1145,10,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,50,0,0,0,'',4,0,0,0,0,12340),(7925,4,3,-1,'Mithril Scale Gloves',16102,2,0,0,1,22238,4447,10,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,2,6,10,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340),(8195,4,1,-1,'Nightscape Cloak',23049,2,0,0,1,26319,5263,16,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,3,10,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340),(10010,4,1,-1,'Stormcloth Pants',15015,2,0,0,1,28649,5729,7,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,1,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340),(10011,4,1,-1,'Stormcloth Gloves',18889,2,0,0,1,14378,2875,10,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340),(10020,4,1,-1,'Stormcloth Vest',18886,2,0,0,1,32989,6597,5,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,2,6,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340),(10032,4,1,-1,'Stormcloth Headband',18877,2,0,0,1,30264,6052,1,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,2,6,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340),(10038,4,1,-1,'Stormcloth Shoulders',18882,2,0,0,1,33104,6620,3,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340),(10039,4,1,-1,'Stormcloth Boots',13051,2,0,0,1,35551,7110,8,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340),(10580,7,2,-1,'Goblin \"Boom\" Box',19504,1,0,0,1,3000,750,0,-1,-1,43,0,0,215,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(10585,4,0,-1,'Goblin Radio',19507,1,0,0,1,3000,750,12,-1,-1,44,0,0,220,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(10719,7,3,-1,'Mobile Alarm',16536,1,0,0,1,6000,1500,0,-1,-1,41,0,202,205,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4074,0,-1,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(10723,4,0,-1,'Gnomish Ham Radio',19507,1,0,0,1,3000,750,12,-1,-1,44,0,0,220,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(12764,2,8,-1,'Thorium Greatsword',23224,2,0,0,1,168108,33621,17,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,1,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,175,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340),(12769,2,1,-1,'Bleakwood Hew',25600,3,0,0,1,230773,46154,17,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,4,11,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,151,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,16871,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(12779,2,0,-1,'Rune Edge',23243,2,0,0,1,176692,35338,13,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,4,5,7,5,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,102,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340),(12795,2,13,-1,'Blood Talon',23271,3,0,0,1,244108,48821,21,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,67,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,13318,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(12802,2,6,-1,'Darkspear',23283,3,0,0,1,313125,62625,17,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,197,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,16939,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340),(13460,0,1,-1,'Greater Holy Protection Potion',15747,1,0,0,1,3000,750,0,-1,-1,58,48,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17545,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(15141,4,3,-1,'Onyxia Scale Breastplate',27943,4,0,0,1,195509,39101,5,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,5,4,15,3,15,7,15,5,14,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,225,150,0,0,0,'',65,0,0,0,0,12340),(20956,4,0,-1,'Silver Rose Pendant',33287,2,0,0,1,11110,2777,2,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20888,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340),(21780,4,1,-1,'Blood Crown',43892,3,0,0,1,76082,15216,1,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,7598,1,0,0,0,0,0,26605,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(21793,4,0,-1,'Arcanite Sword Pendant',39215,3,0,0,1,103656,25914,2,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(23770,0,8,-1,'Blue Smoke Flare',34279,1,64,0,1,1000,250,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30265,0,-1,0,0,1168,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23775,1,4,-1,'Titanium Toolbox',36512,3,0,0,1,120000,30000,18,-1,-1,75,0,0,0,0,0,0,0,0,0,1,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Filled with small compartments that are perfect for storing engineering devices.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23820,7,3,-1,'Critter Enlarger',31205,2,1088,0,1,60000,15000,0,-1,-1,65,0,202,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30435,0,0,0,15000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The practical uses for this device are nearly limitless.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(25884,0,0,-1,'Primal Stone Statue',38754,1,0,0,1,16000,4000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32806,0,-1,0,0,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(30459,4,1,-1,'Netherflame Robe',42100,3,0,0,1,168797,33759,20,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,32,35,31,14,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30460,4,1,-1,'Netherflame Belt',42102,3,0,0,1,84711,16942,6,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,32,11,31,25,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30461,4,1,-1,'Netherflame Boots',42101,3,0,0,1,127523,25504,8,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,32,25,31,11,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30464,4,1,-1,'Lifeblood Bracers',4063,3,0,0,1,87367,17473,9,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,5,10,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30465,4,1,-1,'Lifeblood Leggings',42110,3,0,0,1,166838,33367,7,-1,-1,106,67,0,0,0,0,0,0,0,0,1,0,2,5,14,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,21641,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(30526,12,0,-1,'Ancient Draenei Manuscript, Chapter 3',42282,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33084,12,0,-1,'Darkclaw Guano',46722,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Ammonia, uric, phosphoric, oxalic, and carbonic acids. Mmm, all the good stuff!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33098,12,0,-1,'Petrov\'s Cluster Bombs',7889,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42406,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Now with the power of bat guano!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'item_petrov_cluster_bombs',0,0,0,0,0,12340),(33099,0,0,0,'Intact Plague Container',2515,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A label warns against handling this vial without protective equipment.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33109,12,0,-1,'Steel Gate Artifact',6017,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Large and fragile. However will you carry so many?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33111,12,0,-1,'Pristine Mistsaber Catgut',3397,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Finlay\'s stringing crossbows with this stuff? Eww!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33119,12,0,-1,'Malister\'s Frost Wand',7292,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40969,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Don\'t stick your tongue on it!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33120,12,0,-1,'Shoveltusk Meat',2599,1,0,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33123,12,0,-1,'Westguard Cannonball',46245,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'How are you supposed to carry this, let alone ten of them?!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33129,12,0,-1,'Feknut\'s Firecrackers',46251,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40978,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Neither safe nor sane!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33164,12,0,-1,'Ever-burning Torches',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42564,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'How do these things keep burning? It must be magic!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33187,12,0,-1,'Whisper Gulch Gem',7162,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Uncut and worth a small fortune.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33188,12,0,-1,'Whisper Gulch Ore Fragment',11183,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31694,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Very odd-looking ore.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33190,12,0,-1,'Steelring\'s Foolproof Dynamite',18063,1,64,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42703,0,0,0,5000,1157,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33221,12,0,-1,'Plaguehound Cage',22271,1,64,0,1,0,0,0,-1,-1,68,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42769,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33238,12,0,-1,'Crow Meat',39726,1,64,0,1,0,0,0,-1,-1,68,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42788,0,-1,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33278,12,0,-1,'Burning Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42793,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33282,12,0,-1,'Wyrmcaller\'s Horn',13122,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42817,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33284,13,0,-1,'Gjalerbron Cage Key',22071,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42822,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33289,12,0,-1,'Gjalerbron Attack Plans',6270,1,2048,2,1,0,0,0,-1,-1,1,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Detailing plans of an attack upon Westguard Keep by Glacion the frost wyrm.',0,0,0,11237,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33290,13,0,-1,'Large Gjalerbron Cage Key',46764,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42836,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33308,13,0,-1,'Dragonflayer Cage Key',13885,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42981,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33310,12,0,-1,'The Sergeant\'s Machete',46563,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43036,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33311,12,0,-1,'Westguard Command Insignia',43105,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43042,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33312,0,0,-1,'Mana Sapphire',1659,1,2097152,0,1,0,0,0,-1,-1,77,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42987,0,-3,0,0,100,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,4,0,'',0,0,0,0,0,12340),(33314,12,0,-1,'Vrykul Scroll of Ascension',46575,1,2048,2,1,0,0,0,-1,-1,1,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A painted dragon skin depicting a mysterious vrykul ritual.',0,0,0,11249,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33321,12,0,-1,'Sergeant\'s Torch',14019,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43057,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33323,12,0,-1,'Sergeant\'s Flare',39448,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49634,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33330,12,0,0,'Ingvar\'s Head',3918,1,2048,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You wonder to yourself about the proper etiquette for holding the disembodied head of another...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33335,12,0,-1,'Cannoneer\'s Smoke Flare',34279,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43076,0,0,0,0,1168,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33336,12,0,-1,'Sergeant\'s Spyglass',7358,1,66,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43051,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33337,12,0,-1,'Giant Toxin Gland',1438,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33339,12,0,-1,'Vrykul Scroll of Ascension',46575,1,64,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43089,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A painted dragon skin depicting a mysterious vrykul ritual.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33340,12,0,-1,'Winterhoof Emblem',46760,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43102,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33341,12,0,-1,'Brave\'s Spyglass',7358,1,66,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43051,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33342,12,0,-1,'The Brave\'s Machete',46563,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43036,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33343,12,0,-1,'Brave\'s Torch',14019,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43057,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33344,12,0,-1,'Brave\'s Flare',39448,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49625,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33345,12,0,-1,'Vrykul Scroll of Ascension',46575,1,2048,1,1,0,0,0,-1,-1,1,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A painted dragon skin depicting a mysterious vrykul ritual.',0,0,0,11260,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33346,12,0,-1,'Vrykul Scroll of Ascension',46575,1,64,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43089,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A painted dragon skin depicting a mysterious vrykul ritual.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33347,12,0,-1,'Gjalerbron Attack Plans',6270,1,2048,1,1,0,0,0,-1,-1,1,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Detailing plans of an attack upon Camp Winterhoof by Glacion the frost wyrm.',0,0,0,11266,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33348,12,0,0,'Spotted Hippogryph Down',46608,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33349,0,0,-1,'Plague Vials',2515,1,131136,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43115,0,0,0,2000,1170,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33351,12,0,0,'Undamaged Ram Horn',46612,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33352,12,0,0,'Tough Ram Meat',25467,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43214,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Little more than a light snack for a giant yeti.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33355,12,0,0,'Wyrmskull Tablet',38760,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Strange runes and symbols cover the tablet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33358,4,1,-1,'Thread-Bare Cloth Belt',46613,0,0,0,1,30101,6020,6,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33359,4,1,-1,'Thread-Bare Cloth Boots',4615,0,0,0,1,45319,9063,8,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33360,4,1,-1,'Thread-Bare Cloth Bracers',9894,0,0,0,1,30320,6064,9,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33361,4,1,-1,'Thread-Bare Cloth Gloves',46614,0,0,0,1,30431,6086,10,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33362,4,1,-1,'Thread-Bare Cloth Pants',46615,0,0,0,1,61085,12217,7,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33363,4,1,-1,'Thread-Bare Cloth Shoulderpads',46616,0,0,0,1,45980,9196,3,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33364,4,1,-1,'Thread-Bare Cloth Vest',46617,0,0,0,1,61524,12304,5,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33365,4,1,-1,'Frost-Rimed Cloth Belt',6306,0,0,0,1,34209,6841,6,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33366,4,1,-1,'Frost-Rimed Cloth Boots',4614,0,0,0,1,51498,10299,8,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33367,4,1,-1,'Frost-Rimed Cloth Bracers',46618,0,0,0,1,32007,6401,9,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33368,4,1,-1,'Frost-Rimed Cloth Gloves',46619,0,0,0,1,32127,6425,10,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33369,4,1,-1,'Frost-Rimed Cloth Pants',46620,0,0,0,1,64500,12900,7,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33370,4,1,-1,'Frost-Rimed Cloth Shoulderpads',46621,0,0,0,1,48559,9711,3,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33371,4,1,-1,'Frost-Rimed Cloth Vest',46622,0,0,0,1,64985,12997,5,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33372,4,2,-1,'Fur-Lined Armor',46629,0,0,0,1,73587,14717,5,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33373,4,2,-1,'Fur-Lined Belt',46630,0,0,0,1,36932,7386,6,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33374,4,2,-1,'Fur-Lined Boots',46631,0,0,0,1,55607,11121,8,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33375,4,2,-1,'Fur-Lined Bracers',46632,0,0,0,1,37206,7441,9,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33376,4,2,-1,'Fur-Lined Gloves',46633,0,0,0,1,37345,7469,10,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33377,4,2,-1,'Fur-Lined Pants',46634,0,0,0,1,74968,14993,7,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33378,4,2,-1,'Fur-Lined Shoulderpads',10179,0,0,0,1,56434,11286,3,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33379,4,2,-1,'Frozen Armor',9726,0,0,0,1,83677,16735,5,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33380,4,2,-1,'Frozen Belt',46623,0,0,0,1,41992,8398,6,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33381,4,2,-1,'Frozen Boots',5401,0,0,0,1,63219,12643,8,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33382,4,2,-1,'Frozen Bracers',46624,0,0,0,1,42300,8460,9,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33383,4,2,-1,'Frozen Gloves',46625,0,0,0,1,42449,8489,10,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33384,4,2,-1,'Frozen Pants',46626,0,0,0,1,79086,15817,7,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33385,4,2,-1,'Frozen Shoulderpads',46628,0,0,0,1,59545,11909,3,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33387,12,0,0,'Glorenfeld\'s Package',46627,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The cipher and tablets are in this package.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33390,4,3,-1,'Icy Mail Armor',46642,0,0,0,1,87629,17525,5,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,547,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33391,4,3,-1,'Icy Mail Belt',46643,0,0,0,1,43981,8796,6,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33392,4,3,-1,'Icy Mail Boots',46644,0,0,0,1,66516,13303,8,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33393,4,3,-1,'Icy Mail Bracers',46645,0,0,0,1,44314,8862,9,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33394,4,3,-1,'Icy Mail Gloves',46646,0,0,0,1,44476,8895,10,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33395,4,3,-1,'Icy Mail Pants',46647,0,0,0,1,89287,17857,7,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,478,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33396,4,3,-1,'Icy Mail Shoulderpads',37344,0,0,0,1,67514,13502,3,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33397,4,3,-1,'Frigid Mail Armor',46635,0,0,0,1,99674,19934,5,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33398,4,3,-1,'Frigid Mail Belt',46636,0,0,0,1,50016,10003,6,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33399,4,3,-1,'Frigid Mail Boots',46637,0,0,0,1,75636,15127,8,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,419,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33400,4,3,-1,'Frigid Mail Bracers',46638,0,0,0,1,51708,10341,9,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33401,4,3,-1,'Frigid Mail Gloves',46639,0,0,0,1,51892,10378,10,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33402,4,3,-1,'Frigid Mail Pants',46640,0,0,0,1,104144,20828,7,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33403,4,3,-1,'Frigid Mail Shoulderpads',46641,0,0,0,1,78734,15746,3,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33404,4,4,-1,'Ice-Bound Plate Belt',46649,0,0,0,1,50241,10048,6,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33405,4,4,-1,'Ice-Bound Plate Boots',46650,0,0,0,1,75075,15015,8,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,671,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33406,4,4,-1,'Ice-Bound Plate Bracers',46651,0,0,0,1,50627,10125,9,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,427,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33407,4,4,-1,'Ice-Bound Plate Chestpiece',46648,0,0,0,1,101068,20213,5,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,976,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33408,4,4,-1,'Ice-Bound Plate Gloves',46652,0,0,0,1,51018,10203,10,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,610,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33409,4,4,-1,'Ice-Bound Plate Pants',46653,0,0,0,1,101835,20367,7,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,854,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33410,4,4,-1,'Ice-Bound Plate Shoulderpads',46654,0,0,0,1,76522,15304,3,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,732,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33411,12,0,-1,'Dragonskin Map',33399,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33412,4,4,-1,'Frost-Worn Plate Belt',46655,0,0,0,1,57392,11478,6,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,612,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33413,4,4,-1,'Frost-Worn Plate Boots',46656,0,0,0,1,85750,17150,8,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,748,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33414,4,4,-1,'Frost-Worn Plate Bracers',46657,0,0,0,1,57819,11563,9,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33415,4,4,-1,'Frost-Worn Plate Chestpiece',40746,0,0,0,1,115413,23082,5,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33416,4,4,-1,'Frost-Worn Plate Gloves',46658,0,0,0,1,59804,11960,10,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,680,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33417,4,4,-1,'Frost-Worn Plate Pants',46659,0,0,0,1,119348,23869,7,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,952,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33418,12,0,-1,'Tillinghast\'s Plague Canister',12926,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43157,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33419,4,4,-1,'Frost-Worn Plate Shoulderpads',46660,0,0,0,1,89985,17997,3,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,816,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33420,12,0,-1,'Plagued Proto-Whelp Specimen',39724,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Well, it\'s green. Of course, that could just be the dye from the plague gunk.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33422,2,2,-1,'Shattered Bow',46666,0,0,0,1,123821,24764,15,-1,-1,125,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,189,0,0,0,0,0,0,0,0,0,0,0,2500,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33423,2,4,-1,'Rime-Covered Mace',5009,0,0,0,1,165680,33136,21,-1,-1,125,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,193,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33424,2,10,-1,'Cracked Iron Staff',20446,0,0,0,1,188016,37603,17,-1,-1,125,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,312,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33425,2,7,-1,'Ice-Pitted Blade',46665,0,0,0,1,150998,30199,21,-1,-1,125,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,185,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33426,2,0,-1,'Chipped Timber Axe',8479,0,0,0,1,151583,30316,21,-1,-1,125,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,159,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33427,2,3,-1,'Frost-Encrusted Rifle',46664,0,0,0,1,114126,22825,26,-1,-1,125,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,136,0,0,0,0,0,0,0,0,0,0,0,1800,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33428,2,15,-1,'Dulled Shiv',46663,0,0,0,1,152738,30547,13,-1,-1,125,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,134,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33429,2,1,-1,'Ice Cleaver',8537,0,0,0,1,191655,38331,17,-1,-1,125,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,252,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33430,2,8,-1,'Abandoned Greatsword',46661,0,0,0,1,192387,38477,17,-1,-1,125,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,292,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33431,2,5,-1,'Icesmashing Mace',8694,0,0,0,1,193118,38623,17,-1,-1,125,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,362,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33433,4,3,-1,'Frigid Mail Circlet',46668,0,0,0,1,75616,15123,1,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33434,4,2,-1,'Frozen Leather Helmet',46671,0,0,0,1,63244,12648,1,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33435,4,4,-1,'Frost-Worn Plate Helmet',50806,0,0,0,1,88687,17737,1,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33436,4,1,-1,'Frost-Rimed Cloth Hat',46669,0,0,0,1,50959,10191,1,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33437,4,3,-1,'Icy Mail Circlet',46673,0,0,0,1,69234,13846,1,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33438,4,1,-1,'Thread-Bare Hat',46674,0,0,0,1,46323,9264,1,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33439,4,2,-1,'Fur-Lined Leather Helmet',46672,0,0,0,1,58106,11621,1,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33440,4,4,-1,'Ice-Bound Plate Helmet',42217,0,0,0,1,81485,16297,1,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,793,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33441,12,0,-1,'Tillinghast\'s Plagued Meat',39724,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43172,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33443,0,5,-1,'Sour Goat Cheese',50875,1,0,0,5,8500,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,3,0,0,0,12340),(33444,0,5,-1,'Pungent Seal Whey',50587,1,0,0,5,8500,425,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43182,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33445,0,5,-1,'Honeymint Tea',50880,1,0,0,5,11000,550,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43183,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33447,0,1,-1,'Runic Healing Potion',56990,1,0,0,1,24000,6000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43185,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33448,0,1,-1,'Runic Mana Potion',56989,1,0,0,1,24000,6000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43186,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33449,0,5,-1,'Crusty Flatbread',50868,1,0,0,5,8500,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340),(33450,12,0,0,'Carved Horn',17514,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43189,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A large ram\'s horn carved into an instrument, but without ornamentation.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33451,0,5,-1,'Fillet of Icefin',50869,1,0,0,5,8500,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(33452,0,5,-1,'Honey-Spiced Lichen',50870,1,0,0,5,8500,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,5,0,0,0,12340),(33454,0,5,-1,'Salted Venison',50873,1,0,0,5,8500,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(33457,0,4,-1,'Scroll of Agility VI',3331,1,0,0,1,900,225,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43194,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33458,0,4,-1,'Scroll of Intellect VI',2616,1,0,0,1,1080,270,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43195,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33459,0,4,-1,'Scroll of Protection VI',1093,1,0,0,1,990,247,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43196,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33460,0,4,-1,'Scroll of Spirit VI',2616,1,0,0,1,990,247,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43197,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33461,0,4,-1,'Scroll of Stamina VI',1093,1,0,0,1,1080,270,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43198,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33462,0,4,-1,'Scroll of Strength VI',3331,1,0,0,1,900,225,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43199,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33470,7,5,-1,'Frostweave Cloth',46711,1,0,0,1,5000,1250,0,32767,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33472,12,0,-1,'Gorth\'s Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43233,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33477,12,0,0,'Giant Yeti Meal',44290,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43209,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A meal fit for a giant yeti.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33485,12,0,0,'Sacred Artifact',46687,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33486,12,0,0,'Plaguehound Leash',46689,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43232,0,0,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33487,12,0,0,'Trapped Prey',44291,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The remains of a small creature whose bad day started when it stepped in the wrong place.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33488,12,0,0,'Dragonflayer Battle Plans',23229,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33541,12,0,0,'Dwarven Keg',46698,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'What? Can\'t a crazy dwarf appreciate a quality brew?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33545,12,0,0,'Ancient Cipher',46703,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33546,15,0,-1,'Vicious Fang',959,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33547,15,0,-1,'Hardened Claw',3307,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33548,15,0,-1,'Icy Hoof',37654,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33549,15,0,-1,'Thick Tail Hair',18092,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33550,15,0,-1,'Thick Carapace',6699,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33551,15,0,-1,'Razor Pincer',6636,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33553,15,0,-1,'Serrated Pincer',6625,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33554,12,0,0,'Grick\'s Bonesaw',46709,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43286,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33555,15,0,-1,'Armored Carapace',6699,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33556,15,0,-1,'Pearly Seashell Fragment',28878,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33558,12,0,0,'Deranged Explorer Brain',37035,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33560,15,0,-1,'Huge Jaws',21368,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33561,15,0,-1,'Hardened Flipper',2874,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33562,15,0,-1,'Enormous Jaws',7350,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33563,12,0,-1,'Forsaken Banner',6748,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43178,0,0,0,15000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33567,7,6,-1,'Borean Leather Scraps',50522,1,1088,0,1,1800,450,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59926,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33568,7,6,-1,'Borean Leather',50523,1,0,0,1,9000,2250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33569,15,0,-1,'Barbed Fang',6002,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33571,15,0,-1,'Rending Talon',1645,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33575,15,0,-1,'Icicle Claw',3307,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33576,15,0,-1,'Gnarled Horn',7089,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33581,12,0,0,'Vrykul Insult',7015,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43315,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33605,12,0,0,'Icy Core',39928,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The sparkling core of a small ice elemental.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33606,12,0,0,'Lurielle\'s Pendant',36592,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49624,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33607,12,0,0,'Enchanted Ice Core',39928,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43354,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33611,12,0,-1,'Shoveltusk Ligament',20951,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33612,12,0,-1,'Fresh Pound of Flesh',6680,1,0,0,1,8500,2125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33613,12,0,-1,'Abomination Assembly Kit',46780,1,64,0,1,0,0,0,-1,-1,68,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43392,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33614,0,0,0,'Empty Apothecary\'s Flask',49608,1,132160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43373,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Your last mix failed, but the container is still intact. It can\'t hurt to try again... or can it?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33615,0,0,0,'Flask of Vrykul Blood',46773,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43375,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33617,0,0,0,'Balanced Concoction',17882,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Success!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33618,12,0,-1,'Worg Disguise',46775,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43369,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33619,0,0,0,'Lysander\'s Strain',4133,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33620,12,0,-1,'Apothecary\'s Package',20342,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Look at the stuff in here! Why are the Forsaken so evil?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33621,0,0,0,'Plague Spray',49799,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43381,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The latest plague strain, in aerosol form!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33627,12,0,-1,'Peppy\'s Special Mix',2515,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43386,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33628,12,0,0,'Northern Barbfish',4811,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33629,15,0,-1,'Frosty Spinneret',6699,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33630,15,0,-1,'Icy Fang',7129,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33631,15,0,-1,'Frosted Claw',1498,0,0,0,1,1950,487,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33632,15,0,-1,'Icicle Fang',7089,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33634,15,0,-1,'Orehammer\'s Precision Bombs',25483,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43403,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33635,12,0,0,'Reagent Pouch',34798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33637,12,0,0,'Incense Burner',46782,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42786,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33638,15,0,-1,'Runic Crystal',46786,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33639,15,0,-1,'Glowing Runestone',46787,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33774,12,0,0,'Incense Burner',46782,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43466,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33778,12,0,0,'Book of Runes - Chapter 1',7270,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43490,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33779,12,0,0,'Book of Runes - Chapter 2',7015,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43490,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33780,12,0,0,'Book of Runes - Chapter 3',1093,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43490,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33781,12,0,0,'The Book of Runes',1103,1,131072,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33794,12,0,0,'Iron Rune Carving Tools',46851,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33796,12,0,0,'Rune of Command',38759,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49859,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33806,12,0,0,'Runeseeking Pick',47009,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43666,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33819,12,0,0,'Rune Sample',38757,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43692,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A small, rune-covered section carved from a stone giant.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33960,12,0,-1,'Scourging Crystal Controller',47149,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50133,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33961,12,0,-1,'Scourge Device',47149,1,2048,2,1,0,0,0,-1,-1,1,69,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'What an odd-looking thing. Perhaps Explorer Jaren would like to have a look at it?',0,0,0,11395,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33962,12,0,-1,'Scourge Device',47149,1,2048,1,1,0,0,0,262143,690,1,69,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'What an odd-looking thing. Perhaps Apothecary Anastasia would like to have a look at it?',0,0,0,11398,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34001,4,0,-1,'Flimsy Female Draenei Mask',50845,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(34002,4,0,-1,'Flimsy Male Blood Elf Mask',50843,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(34003,4,0,-1,'Flimsy Male Draenei Mask',50844,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(34013,12,0,0,'Fresh Barbfish Bait',39116,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43955,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Prepared from freshly caught Northern Barbfish on the docks of Fort Wildervar.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34023,0,0,0,'Empty Apothecary\'s Flask',49608,1,132160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43973,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34024,0,0,0,'Flask of Vrykul Blood',46773,1,1088,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43972,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34026,12,0,0,'Feathered Charm',21207,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43969,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34027,12,0,-1,'Eyes of the Eagle',50540,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Though dead, the eyes seemingly look right through you.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34031,12,0,0,'Harpoon Operation Manual',1134,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Slightly singed but no worse for the wear.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34032,12,0,0,'Harpoon Control Mechanism',47304,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50331,0,0,0,0,1164,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34035,12,0,-1,'Rotgill\'s Trident',44246,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Even the trident\'s appearance seems to have been affected by the Scourging transformation.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34040,12,0,-1,'Saga of the Twins',992,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34041,12,0,-1,'Saga of the Winter Curse',7956,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34042,12,0,-1,'Saga of the Val\'kyr',1013,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34043,12,0,-1,'Ancient Vrykul Bone',13799,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34051,12,0,0,'Alliance Banner',47307,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44117,0,0,0,0,1167,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Drop it then rock it!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34052,7,12,-1,'Dream Shard',56459,3,0,0,1,72000,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34053,7,12,-1,'Small Dream Shard',56458,3,1088,0,1,72000,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61755,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34054,7,12,-1,'Infinite Dust',56462,1,0,0,1,24000,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34055,7,10,-1,'Greater Cosmic Essence',56461,2,1024,0,1,120000,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44122,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34056,7,12,-1,'Lesser Cosmic Essence',56460,2,1024,0,1,40000,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44123,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34057,7,12,-1,'Abyss Crystal',56465,4,0,0,1,120000,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34069,12,0,0,'Amani Vase',47316,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34070,12,0,0,'Eagle Figurine',47317,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34076,0,0,0,'Fish Bladder',6693,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44235,0,-3,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This bladder appears to hold quite a bit of air inside it.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34078,12,0,0,'Icehammer\'s Harpoon Controller',47304,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44002,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34081,12,0,0,'Valgarde Supply Crate',8928,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34082,12,0,0,'Diving Helm',45931,1,64,0,1,0,0,1,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50002,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34083,12,0,-1,'Awakening Rod',47355,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50165,0,-1,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34084,12,0,-1,'Bear Musk',20897,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34088,12,0,0,'McSorf\'s Bundle',46627,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34090,12,0,-1,'Mezhen\'s Writings',24051,1,2048,0,1,0,0,0,-1,-1,1,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Herein are described the rituals being performed at Gjalerbron.',0,0,0,11452,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34091,12,0,-1,'Mezhen\'s Writings',24051,1,2048,1,1,0,0,0,-1,-1,1,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Herein are described the rituals being performed at Gjalerbron.',0,0,0,11453,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34101,12,0,-1,'Chimaera Horn',13121,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34102,12,0,0,'Fjord Grub',18098,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Plump and tasty!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34111,12,0,0,'Trained Rock Falcon',22717,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44323,0,0,0,0,1167,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Your falcon is ready to hunt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34112,12,0,0,'Fjord Turkey',4112,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34115,12,0,-1,'\"Silvermoon\" Harry\'s Debt',37780,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34116,12,0,-1,'Jack Adams\' Debt',37780,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34118,12,0,-1,'Black Conrad\'s Treasure',13100,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34119,15,0,-1,'Black Conrad\'s Treasure',13100,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34120,12,0,0,'Fjord Hawk',47462,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34121,12,0,0,'Trained Rock Falcon',22717,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44407,0,0,0,0,1167,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Your falcon is ready to hunt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34122,12,0,-1,'Big Roy\'s Blubber',47467,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Disgusting! This is what soap is made from?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34123,12,0,0,'Fjord Hawk Egg',47468,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34124,12,0,0,'Trained Rock Falcon',22717,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50019,0,0,0,0,1167,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Your falcon is ready to hunt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34125,0,5,-1,'Shoveltusk Soup',40653,1,0,0,1,600,150,0,-1,-1,75,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57287,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(34127,12,0,-1,'Tasty Reef Fish',32261,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44454,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34128,12,0,-1,'Jonah Sterling\'s Spyglass',53045,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34131,12,0,0,'Building Tools',31515,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34132,12,0,0,'Donny\'s Letter',32846,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34133,12,0,0,'Large Barrel',17288,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34134,12,0,0,'Industrial Strength Rope',47483,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34135,12,0,0,'Dark Iron Ingots',7389,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34136,12,0,0,'Pristine Shoveltusk Hide',38748,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34137,12,0,0,'Steel Ribbing',13692,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34142,3,8,-1,'Infinite Sphere',40304,3,4096,0,1,72000,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red, Yellow or Blue Socket.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,761,-1,0,0,0,0,'',0,0,0,0,0,12340),(34143,3,8,-1,'Chromatic Sphere',40304,3,4096,0,1,72000,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red, Yellow or Blue Socket.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,781,-1,0,0,0,0,'',0,0,0,0,0,12340),(34222,15,0,0,'Fengir\'s Clue',47460,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This old eyepatch has seen much use. It smells like death.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34223,15,0,0,'Rodin\'s Clue',16028,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An inscription on the side of the empty snuff tin reads: Property of \"Silvermoon\" Harry.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34224,15,0,0,'Isuldof\'s Clue',37888,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This feather looks like it could belong to a parrot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34225,15,0,0,'Windan\'s Clue',24592,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A skull and crossbones is painted on the surface of the cannonball.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34226,12,0,0,'Orfus\'s Bundle',34798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'All the clues are wrapped up in this bundle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34235,12,0,0,'Sin\'dorei Scrying Crystal',6506,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34236,12,0,0,'The Staff of Storm\'s Fury',33566,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Electricity arcs out from the head of the staff.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34237,12,0,0,'The Frozen Heart of Isuldof',13291,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The heart is freezing to the touch.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34238,12,0,0,'The Shield of the Aesirites',47561,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The shield houses an ancient evil.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34239,12,0,0,'The Ancient Armor of the Kvaldir',47562,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Touching this armor makes you gasp for air.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34387,12,0,0,'Barrel of Blasting Powder',47702,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34468,12,0,0,'Sorlof\'s Booty',12331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34494,15,0,0,'Paper Zeppelin',47780,1,65538,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45129,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1800,0,0,'',0,0,0,0,1,12340),(34498,15,0,0,'Paper Zeppelin Kit',47769,1,64,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45131,0,-5,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34597,15,0,-1,'Winterfin Clam',16211,1,0,0,1,800,200,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Probably contains something good, but the Winterfin won\'t take it unless it\'s unopened.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34598,12,0,-1,'The King\'s Empty Conch',7714,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45274,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34600,12,0,-1,'Urmgrgl\'s Key',20983,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Better get this back to Glrglrglr a.s.a.p.!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34617,12,0,-1,'Glrggl\'s Head',33284,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s dripping... ewww!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34618,12,0,-1,'Succulent Orca Blubber',39116,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34619,12,0,-1,'King Mrgl-Mrgl\'s Spare Suit',46046,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s roomy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34620,12,0,-1,'King Mrgl-Mrgl\'s Spare Suit',46046,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45278,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34621,12,0,-1,'Claw of Claximus',13713,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Click-clack!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34623,12,0,-1,'The King\'s Filled Conch',7714,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Hot potato!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34624,12,0,0,'Bundle of Vrykul Artifacts',47946,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45323,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Holds the staff, heart, shield and armor of the Vrykul.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34627,3,2,-1,'Heavy Tonk Armor',47950,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Fits into a tonk Overdrive socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,841,-1,0,0,0,0,'',0,0,0,0,0,12340),(34669,12,0,0,'Arcanometer',51800,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45414,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A feat of mechanimagicological engineering.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34688,12,0,-1,'Beryl Prison Key',36756,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45441,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34690,12,0,-1,'Warsong Banner',31257,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s a little tattered, but it should serve for whatever Crafty has in mind.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34691,12,0,0,'Arcane Binder',39924,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45611,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34692,12,0,-1,'Ragefist\'s Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45474,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34695,12,0,-1,'Enlistment Card',3032,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34709,12,0,0,'Warsong Munitions',28999,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34710,12,0,0,'Seaforium Depth Charge Bundle',48202,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45503,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Drop one and find some cover!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34711,12,0,0,'Core of Malice',23727,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45504,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34713,12,0,0,'Tuskarr Ritual Object',48203,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34714,12,0,-1,'Kul Tiras Wine',18080,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34715,12,0,0,'Tuskarr Ritual Object',48203,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45536,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34719,12,0,0,'Luther\'s Journal',1588,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34720,12,0,0,'Barthus\'s Note',36488,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34721,0,7,-1,'Frostweave Bandage',56049,1,2097216,0,1,5000,1250,0,-1,-1,71,0,129,350,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45543,0,-1,0,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34722,0,7,-1,'Heavy Frostweave Bandage',56050,1,2097216,0,1,10000,2500,0,-1,-1,80,0,129,400,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45544,0,-1,0,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34736,7,8,-1,'Chunk o\' Mammoth',50873,1,0,0,1,800,200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(34747,0,5,-1,'Northern Stew',53863,1,0,0,1,900,225,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(34748,0,5,-1,'Mammoth Meal',53880,1,0,0,1,1200,300,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57110,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(34749,0,5,-1,'Shoveltusk Steak',47467,1,0,0,1,1200,300,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57138,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(34750,0,5,-1,'Worm Delight',53879,1,0,0,1,900,225,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57285,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(34751,0,5,-1,'Roasted Worg',39719,1,0,0,1,900,225,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57287,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(34752,0,5,-1,'Rhino Dogs',35831,1,0,0,1,900,225,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57289,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(34753,0,5,-1,'Great Feast',54539,1,0,0,1,10000,2500,0,-1,-1,80,70,185,375,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57301,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34754,0,5,-1,'Mega Mammoth Meal',50871,1,0,0,1,1600,400,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57324,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(34755,0,5,-1,'Tender Shoveltusk Steak',53791,1,0,0,1,1600,400,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57326,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(34756,0,5,-1,'Spiced Worm Burger',25468,1,0,0,1,1600,400,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57328,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(34757,0,5,-1,'Very Burnt Worg',25481,1,0,0,1,1600,400,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57331,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(34758,0,5,-1,'Mighty Rhino Dogs',31742,1,0,0,1,900,225,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57333,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(34759,0,5,-1,'Smoked Rockfin',54538,1,0,0,1,1200,300,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57070,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(34760,0,5,-1,'Grilled Bonescale',54535,1,0,0,1,1200,300,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57070,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(34761,0,5,-1,'Sauteed Goby',54537,1,0,0,1,1200,300,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57070,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(34762,0,5,-1,'Grilled Sculpin',39115,1,0,0,1,1200,300,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57085,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(34763,0,5,-1,'Smoked Salmon',54534,1,0,0,1,1200,300,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57096,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(34764,0,5,-1,'Poached Nettlefish',54536,1,0,0,1,1200,300,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57098,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(34765,0,5,-1,'Pickled Fangtooth',39119,1,0,0,1,1200,300,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57106,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(34766,0,5,-1,'Poached Northern Sculpin',39114,1,0,0,1,2000,500,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57335,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(34767,0,5,-1,'Firecracker Salmon',54531,1,0,0,1,2000,500,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57341,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(34768,0,5,-1,'Spicy Blue Nettlefish',54528,1,0,0,1,2000,500,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57343,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(34769,0,5,-1,'Imperial Manta Steak',53881,1,0,0,1,2000,500,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57344,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(34772,12,0,0,'Gnomish Grenade',38667,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45583,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34773,12,0,-1,'Farseer Grimwalker\'s Remains',48240,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You handle them with reverence and care.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34774,12,0,0,'Scourged Earth',48242,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34775,12,0,0,'Scourged Mammoth Pelt',12996,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34777,12,0,0,'Ith\'rix\'s Hardened Carapace',48243,1,0,1,1,0,0,0,-1,-1,68,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'All that remains of Ith\'rix',0,0,0,11632,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34778,12,0,-1,'Imperean\'s Primal',41673,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It howls with the intensity of a hurricane.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34779,12,0,-1,'Imperean\'s Primal',41673,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45594,0,0,0,30000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34781,12,0,-1,'Kaganishu\'s Fetish',48244,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45606,0,0,0,10000,0,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34782,12,0,0,'Imbued Scourge Shroud',48245,1,64,0,1,0,0,16,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45614,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34785,12,0,0,'Pneumatic Tank Transjigamarig',40902,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'P.T.T.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34786,12,0,0,'Super Strong Metal Plate',33552,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This looks sturdy enough for a tank.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34787,12,0,-1,'Crafty\'s Stuff',18574,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Such a big box for such a tiny person.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34800,12,0,-1,'Tempest Mote',41681,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A tiny susurrus of energy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34801,12,0,0,'Crafty\'s Shopping List',8927,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You can barely make out her chicken scratch.',3040,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34802,12,0,0,'Crafty\'s Tools',48260,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'What\'s so special about these tools? Clearly, Crafty is just fond of them. Engineers... sheesh!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34804,12,0,-1,'A Handful of Rocknar\'s Grit',7414,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Better hurry back with this stuff... it\'s slipping through your fingers!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34806,12,0,0,'Sage Aeire\'s Totem',40048,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45653,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34811,12,0,0,'Neural Needler',42557,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45634,0,0,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Made in Dalaran.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34812,12,0,-1,'Crafty\'s Ultra-Advanced Proto-Typical Shortening Blaster',48310,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51912,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34813,12,0,0,'Horn of the Ancient Mariner',17514,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An ancient horn carved from whale bone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34814,12,0,0,'Tuskarr Relic',40045,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34815,12,0,0,'Vial of Fresh Blood',45437,1,2048,1,1,0,0,0,-1,-1,1,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,11654,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34830,12,0,0,'Tuskarr Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45692,0,0,0,0,1167,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34842,12,0,-1,'Warsong Outfit',48346,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Is it wrong to take clothes off of the dead? Even Horde dead?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34844,12,0,0,'Horn of the Ancient Mariner',17514,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45703,0,0,0,0,1170,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An ancient horn carved from whale bone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34869,12,0,-1,'Warsong Banner',31257,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45742,0,-1,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34870,12,0,-1,'Warsong Orc Disguise',48346,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45759,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34871,15,0,-1,'Crafty\'s Sack',21586,1,4,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Contains 1 disguise and 1 banner. If not, see Crafty.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34897,12,0,0,'Beryl Shield Detonator',39014,1,64,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45780,0,0,0,7000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Made in Dalaran.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34908,13,0,-1,'Scourge Cage Key',9154,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45807,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34909,12,0,0,'Salrand\'s Broken Key',37249,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The key is broken and useless.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34913,12,0,-1,'Highmesa\'s Cleansing Seeds',7287,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45834,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34915,12,0,-1,'Bixie\'s Inhibiting Powder',48431,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45835,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34920,12,0,0,'Map of the Geyser Fields',48433,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45853,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34948,12,0,0,'Salrand\'s Key',50181,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Hot to the touch.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34954,12,0,0,'Torp\'s Kodo Snaffle',42114,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45875,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34956,12,0,0,'Elemental Heart',18519,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34957,12,0,-1,'Engine-Core Crystal',43108,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Good thing the ghouls are breaking into all of the boxes in here... you\'d have never found it otherwise.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34958,12,0,-1,'Magical Gyroscope',48459,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Looks like Doctor Razorgrin uses these to help his abominations walk.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34959,12,0,-1,'Piloting Scourgestone',23721,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Apparently this is what the lich-lord uses to fly the ziggurat. Better that he doesn\'t have it.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34960,12,0,0,'The Legend of the Horn',48460,1,16384,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',3054,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34961,12,0,0,'Burblegobble\'s Key',34378,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45933,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34962,12,0,0,'Gurgleboggle\'s Key',23458,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45932,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34963,12,0,0,'Lower Horn Half',48462,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34964,12,0,0,'Upper Horn Half',48462,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34968,12,0,0,'The Horn of Elemental Fury',48462,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45942,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34971,12,0,0,'Warsong Flare Gun',39435,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45958,0,0,0,0,1167,100000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34972,12,0,-1,'Fizzcrank Spare Parts',7842,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This stuff looks like a bunch of junk!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34973,12,0,-1,'Re-Cursive Transmatter Injection',34432,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45980,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34974,12,0,0,'Bloodspore Carpel',48499,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34975,12,0,0,'Portable Oil Collector',8926,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45990,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34976,12,0,0,'Bloodspore Moth Pollen',48500,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34977,12,0,0,'Thick Mammoth Hide',5086,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34978,12,0,0,'Pollinated Bloodspore Flower',48499,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45995,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34979,12,0,0,'Pouch of Crushed Bloodspore',33940,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46010,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34980,12,0,0,'Head of Gammothra',7188,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34981,12,0,0,'Shake-n-Quake 5000 Control Unit',44269,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46017,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34982,12,0,0,'Massive Glowing Egg',18051,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34983,12,0,0,'Gorloc Spice Pouch',29164,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34984,12,0,-1,'The Ultrasonic Screwdriver',19394,1,2048,2,1,0,0,0,-1,-1,1,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This is some fancy gnomish engineering right here!',0,0,0,11729,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35116,12,0,-1,'The Ultrasonic Screwdriver',19394,1,64,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46023,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35119,12,0,-1,'Hawthorn\'s Anti-Venom',17893,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35121,12,0,0,'Wolf Bait',47467,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53326,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35122,12,0,-1,'Cultist Communique',1096,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The words contained within are in a dark and incomprehensible language.',0,7,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35123,12,0,0,'Microfilm',48528,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35125,12,0,-1,'Oculus of the Exorcist',7041,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46078,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35126,12,0,0,'Fizzcrank Pilot\'s Insignia',48534,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35127,12,0,0,'Pile of Fake Furs',38747,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46085,0,0,0,0,391,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35188,12,0,0,'Nesingwary Lackey Ear',7723,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'D.E.H.T.A. would be interested in seeing this ear.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35222,12,0,0,'Shipment of Animal Parts',11448,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Filled with skins, furs, bones, and anything else of value that might come from an animal.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35224,12,0,0,'Emergency Torch',48579,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46171,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35228,12,0,0,'D.E.H.T.A. Trap Smasher',48583,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46201,0,0,0,0,391,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'For Use On Mammoth Traps',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35234,12,0,0,'Kaw\'s War Halberd',23315,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35237,12,0,-1,'Orb of the Crawler',48692,1,64,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46337,0,0,0,-1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35272,12,0,0,'Jenny\'s Whistle',45186,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46338,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35276,12,0,0,'Gnomish Emergency Toolkit',33940,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35278,12,0,-1,'Reinforced Net',3673,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46361,0,0,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35281,12,0,0,'Windsoul Totem',43317,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46379,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35288,12,0,0,'Uncured Caribou Hide',21366,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46387,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35289,12,0,0,'Steam Cured Hide',26371,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35293,12,0,0,'Cenarion Horn',24188,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46368,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35352,12,0,-1,'Sage\'s Lightning Rod',42557,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46432,0,0,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35353,12,0,0,'High Priest Naferset\'s Scroll',1096,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The scroll contains a single word: \'Shabtir.\'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35354,12,0,0,'High Priest Talet-Kha\'s Scroll',15274,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The scroll contains a single word: \'Bakh.\'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35355,12,0,0,'High Priest Andorath\'s Scroll',15274,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The scroll contains a single word: \'Sokhen.\'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35479,12,0,0,'Interdimensional Refabricator',50196,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46547,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Made in Dalaran.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35481,12,0,-1,'Fields, Factories and Workshops',1317,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35483,12,0,0,'Glacial Splinter',48863,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sample from a Glacial Ancient',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35484,12,0,0,'Magic-Bound Splinter',48864,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sample from a Magic-Bound Ancient',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35486,12,0,-1,'Mechazod\'s Head',50458,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s dripping oil.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35490,12,0,0,'Arcane Splinter',48865,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sample from a Crystalline Protector',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35491,12,0,-1,'Wendy\'s Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46574,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35492,12,0,0,'Frostberry',48866,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35493,12,0,0,'Nexus Mana Essence',1482,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35506,12,0,0,'Raelorasz\'s Spear',38249,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46607,0,0,0,200000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Harpoon dipped in the blood of Raelorasz.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35557,15,3,-1,'Huge Snowball',29169,1,64,0,1,10,0,0,32767,-1,5,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46661,0,-1,0,1000,1197,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35569,12,0,-1,'Flame of the Exodar',20874,1,131072,1,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,11933,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35570,2,15,-1,'Keleseth\'s Blade of Evocation',48957,3,0,0,1,563572,112714,21,-1,-1,155,70,0,0,0,0,0,0,0,0,1,0,2,5,24,6,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,164,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,40260,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,-39,0,0,0,'',53,0,0,0,0,12340),(35571,4,3,-1,'Dragon Stabler\'s Gauntlets',52204,3,0,0,1,169714,33942,10,-1,-1,155,70,0,0,0,0,0,0,0,0,1,0,3,3,32,7,48,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,613,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35572,4,1,-1,'Reinforced Velvet Helm',52529,3,0,0,1,170357,34071,1,32767,-1,155,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,49,6,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35573,2,13,-1,'Arm Blade of Augelmir',52436,3,0,0,1,569998,113999,21,-1,-1,155,70,0,0,0,0,0,0,0,0,1,0,2,7,18,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,312,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35574,4,4,-1,'Chestplate of the Northern Lights',49353,3,0,0,1,400458,80091,5,-1,-1,155,70,0,0,0,0,0,0,0,0,1,0,2,7,52,5,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1753,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35575,4,2,-1,'Skarvald\'s Dragonskin Habergeon',49354,3,0,0,1,287112,57422,5,-1,-1,155,70,0,0,0,0,0,0,0,0,1,0,3,3,60,7,45,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,15826,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35576,2,1,-1,'Ingvar\'s Monolithic Cleaver',49356,3,0,0,1,720458,144091,17,-1,-1,155,70,0,0,0,0,0,0,0,0,1,0,2,4,56,31,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,498,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35577,4,2,-1,'Holistic Patchwork Breeches',49358,3,0,0,1,289254,57850,7,-1,-1,155,70,0,0,0,0,0,0,6,1,1,0,3,7,45,5,35,6,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35578,4,3,-1,'Overlaid Chain Spaulders',51885,3,0,0,1,262427,52485,3,-1,-1,155,70,0,0,0,0,0,0,0,0,1,0,2,7,39,5,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,736,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35579,4,2,-1,'Vrykul Shackles',49363,3,0,0,1,145683,29136,9,-1,-1,155,70,0,0,0,0,0,0,0,0,1,0,3,7,39,31,16,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35580,4,1,-1,'Skein Woven Mantle',49361,3,0,0,1,175463,35092,3,-1,-1,155,70,0,0,0,0,0,0,0,0,1,0,2,7,33,5,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,33106,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35583,2,10,-1,'Witch Doctor\'s Wildstaff',51691,3,0,0,1,845552,169110,17,-1,-1,179,76,0,0,0,0,0,0,0,0,1,0,2,3,87,7,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,429,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35584,4,1,-1,'Embroidered Gown of Zul\'Drak',52337,3,0,0,1,271556,54311,20,-1,-1,179,76,0,0,0,0,0,0,0,0,1,0,3,7,49,5,61,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274,0,0,0,0,0,0,0,0,0,26158,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35585,4,3,-1,'Cannibal\'s Legguards',52336,3,0,0,1,379517,75903,7,-1,-1,179,76,0,0,0,0,0,0,0,0,1,0,4,3,61,7,57,5,40,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1001,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35586,15,0,-1,'Frozen Axe',48903,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46700,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Breaks the ice around a blue dragon egg and lodges itself in the broken shell.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35587,2,4,-1,'Frozen Scepter of Necromancy',50603,3,0,0,1,637430,127486,21,-1,-1,179,76,0,0,0,0,0,0,6,0,1,0,2,7,51,6,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,231,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,46749,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,-48.4,0,0,0,'',54,0,0,0,0,12340),(35588,4,4,-1,'Forlorn Breastplate of War',52338,3,0,0,1,447916,89583,5,-1,-1,179,76,0,0,0,0,0,0,0,0,1,0,3,4,54,7,61,32,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2043,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35589,4,0,-1,'Arcane Focal Signet',35423,3,524288,0,1,192521,48130,11,-1,-1,179,76,0,0,0,0,0,0,0,0,1,0,3,7,31,5,35,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35590,2,2,-1,'Drakkari Hunting Bow',49368,3,0,0,1,483536,96707,15,-1,-1,179,76,0,0,0,0,0,0,0,0,1,0,2,3,27,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,350,0,0,0,0,0,0,0,0,0,0,0,2600,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35591,4,2,-1,'Shoulderguards of the Ice Troll',49369,3,0,0,1,242687,48537,3,-1,-1,179,76,0,0,0,0,0,0,0,0,1,0,3,3,50,7,47,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35592,4,3,-1,'Hauberk of Totemic Mastery',51109,3,0,0,1,389770,77954,5,-1,-1,179,76,0,0,0,0,0,0,0,0,1,0,2,7,61,5,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1143,0,0,0,0,0,0,0,0,0,33275,1,0,0,-1,0,-1,40343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35593,4,4,-1,'Steel Bear Trap Bracers',52341,3,0,0,1,229504,45900,9,-1,-1,179,76,0,0,0,0,0,0,0,0,1,0,3,4,29,7,34,36,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,894,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35594,4,1,-1,'Snowmelt Silken Cinch',52340,3,0,0,1,130890,26178,6,32767,-1,179,76,0,0,0,0,0,0,0,0,1,0,3,7,43,5,34,6,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35595,2,15,-1,'Glacier Sharpened Vileblade',49373,3,0,0,1,587956,117591,13,-1,-1,159,71,0,0,0,0,0,0,0,0,1,0,1,36,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,208,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,15814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35596,4,1,-1,'Attuned Crystalline Boots',52210,3,0,0,1,177044,35408,8,-1,-1,159,71,0,0,0,0,0,0,0,0,1,0,3,7,31,5,41,6,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35597,4,0,-1,'Band of Glittering Permafrost',39121,3,524288,0,1,172314,43078,11,-1,-1,159,71,0,0,0,0,0,0,0,0,1,0,2,7,25,5,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33149,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35598,4,0,-1,'Tome of the Lore Keepers',42564,3,0,0,1,172314,43078,23,-1,-1,159,71,0,0,0,0,0,0,0,0,1,0,3,7,25,5,32,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35599,4,3,-1,'Gauntlets of Serpent Scales',52212,3,0,0,1,179001,35800,10,-1,-1,159,71,0,0,0,0,0,0,0,0,1,0,3,7,34,5,43,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,630,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35600,4,3,-1,'Cleated Ice Boots',52211,3,0,0,1,270659,54131,8,-1,-1,159,71,0,0,0,0,0,0,0,0,1,0,4,3,41,7,25,5,23,36,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,693,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35601,2,13,-1,'Drakonid Arm Blade',52437,3,0,0,1,600998,120199,22,-1,-1,159,71,0,0,0,0,0,0,0,0,1,0,2,3,32,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,212,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35602,4,4,-1,'Chiseled Stalagmite Pauldrons',51577,3,0,0,1,324304,64860,3,-1,-1,159,71,0,0,0,0,0,0,0,0,1,0,3,4,55,7,48,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35603,4,4,-1,'Greaves of the Blue Flight',50507,3,0,0,1,325453,65090,8,32767,-1,159,71,0,0,0,0,0,0,0,0,1,0,3,7,34,5,43,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1238,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35604,4,4,-1,'Insulating Bindings',52213,3,0,0,1,198488,39697,9,-1,-1,159,71,0,0,0,0,0,0,0,0,1,0,3,7,27,5,32,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,788,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35605,4,2,-1,'Belt of Draconic Runes',49378,3,0,0,1,141520,28304,6,-1,-1,159,71,0,0,0,0,0,0,0,0,1,0,3,7,25,5,41,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35606,2,15,-1,'Blade of Nadox',40342,3,0,0,1,594930,118986,13,-1,-1,167,73,0,0,0,0,0,0,0,0,1,0,2,7,21,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,205,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35607,4,2,-1,'Ahn\'kahar Handwraps',54506,3,0,0,1,149306,29861,10,-1,-1,167,73,0,0,0,0,0,0,0,0,1,0,3,7,27,5,45,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35608,4,4,-1,'Crawler-Emblem Belt',54507,3,0,0,1,211010,42202,6,-1,-1,167,73,0,0,0,0,0,0,0,0,1,0,3,7,37,5,46,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1068,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35609,4,0,-1,'Talisman of Scourge Command',54753,3,0,0,1,180397,45099,23,-1,-1,167,73,0,0,0,0,0,0,0,0,1,0,2,5,35,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33163,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35610,4,0,-1,'Slasher\'s Amulet',34303,3,0,0,1,180397,45099,2,32767,-1,167,73,0,0,0,0,0,0,0,0,1,0,2,32,25,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35611,4,1,-1,'Gloves of the Blood Prince',54508,3,0,0,1,121269,24253,10,-1,-1,167,73,0,0,0,0,0,0,0,0,1,0,3,7,27,5,45,6,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35612,4,1,-1,'Mantle of Echoing Bats',51301,3,0,0,1,182575,36515,3,-1,-1,167,73,0,0,0,0,0,0,0,0,1,0,3,7,27,5,45,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35613,4,2,-1,'Pyramid Embossed Belt',54509,3,0,0,1,152720,30544,6,-1,-1,167,73,0,0,0,0,0,0,0,0,1,0,3,3,46,7,45,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35614,4,4,-1,'Volazj\'s Sabatons',54510,3,0,0,1,321304,64260,8,32767,-1,167,73,0,0,0,0,0,0,0,0,1,0,3,4,33,36,60,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1305,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35615,4,3,-1,'Glowworm Cavern Bindings',54511,3,0,0,1,184641,36928,9,-1,-1,167,73,0,0,0,0,0,0,0,0,1,0,2,7,27,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35616,4,3,-1,'Spored Tendrils Spaulders',51576,3,0,0,1,279203,55840,3,262143,32767,167,73,0,0,0,0,0,0,0,0,1,0,4,3,45,7,27,5,24,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,797,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35617,2,19,-1,'Wand of Shimmering Scales',43088,3,0,0,1,444168,88833,26,-1,-1,159,71,0,0,0,0,0,0,0,0,1,0,1,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,439,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35618,2,8,-1,'Troll Butcherer',50599,3,0,0,1,816319,163263,17,-1,-1,171,74,0,0,0,0,0,0,0,0,1,0,1,32,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,352,528,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,40933,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35619,4,3,-1,'Infection Resistant Legguards',52335,3,0,0,1,393203,78640,7,-1,-1,171,74,0,0,0,0,0,0,0,0,1,0,3,7,52,5,63,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,953,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35620,4,2,-1,'Berserker\'s Horns',50602,3,0,0,1,246632,49326,1,262143,32767,171,74,0,0,0,0,0,0,0,0,1,0,3,7,52,5,54,6,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35622,7,10,-1,'Eternal Water',59542,2,1024,0,1,24000,6000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56040,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35623,7,10,-1,'Eternal Air',55234,2,1024,0,1,24000,6000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56045,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35624,7,10,-1,'Eternal Earth',59541,2,1024,0,1,24000,6000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56041,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35625,7,10,-1,'Eternal Life',55237,2,1024,0,1,24000,6000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56043,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35627,7,10,-1,'Eternal Shadow',55238,2,1024,0,1,24000,6000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56044,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35628,12,0,0,'Azure Codex',6672,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This sealed tome crackles with arcane energy.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35629,12,0,0,'Shimmering Rune',48910,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A sparkling rune encased in a transluscent blue gem.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35630,2,4,-1,'Summoner\'s Stone Gavel',50603,3,0,0,1,617522,123504,13,-1,-1,171,74,0,0,0,0,0,0,0,0,1,0,1,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,327,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,15813,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35631,4,0,-1,'Crystal Pendant of Warding',35437,3,0,0,1,184438,46109,2,-1,-1,171,74,0,0,0,0,0,0,0,0,1,0,2,7,28,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18037,1,0,0,0,0,0,21631,1,0,0,0,0,-1,0,0,10,0,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35632,4,1,-1,'Robes of Novos',52216,3,0,0,1,248861,49772,20,-1,-1,171,74,0,0,0,0,0,0,0,0,1,0,3,7,37,5,61,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35633,2,10,-1,'Staff of the Great Reptile',50604,3,0,0,1,780627,156125,17,-1,-1,171,74,0,0,0,0,0,0,6,0,1,0,2,6,81,36,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,269,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,46742,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,-42.4,0,0,0,'',54,0,0,0,0,12340),(35634,4,2,-1,'Scabrous-Hide Helm',50605,3,0,0,1,241350,48270,1,32767,-1,171,74,0,0,0,0,0,0,0,0,1,0,2,3,63,7,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,46743,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35635,4,1,-1,'Stable Master\'s Breeches',52217,3,0,0,1,258379,51675,7,-1,-1,171,74,0,0,0,0,0,0,0,0,1,0,3,7,52,5,61,6,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35636,4,6,-1,'Tharon\'ja\'s Aegis',50607,3,0,0,1,414909,82981,14,-1,-1,171,74,0,0,0,0,0,0,0,0,1,0,3,7,28,5,35,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6541,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,181,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35637,4,4,-1,'Muradin\'s Lost Greaves',50609,3,0,0,1,455451,91090,7,-1,-1,171,74,0,0,0,0,0,0,0,0,1,0,3,4,46,7,52,37,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1703,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35638,4,3,-1,'Helmet of Living Flesh',50612,3,0,0,1,293817,58763,1,-1,-1,171,74,0,0,0,0,0,0,0,0,1,0,4,3,61,7,52,5,25,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,885,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35639,4,4,-1,'Brighthelm of Guarding',50615,3,0,0,1,343364,68672,1,-1,-1,171,74,0,0,0,0,0,0,0,0,1,0,2,7,63,5,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1581,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,21641,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35640,4,3,-1,'Darkweb Bindings',52214,3,0,0,1,197287,39457,9,-1,-1,171,74,0,0,0,0,0,0,0,0,1,0,4,3,34,7,27,5,19,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35641,4,2,-1,'Scytheclaw Boots',50618,3,0,0,1,247489,49497,8,-1,-1,171,74,0,0,0,0,0,0,0,0,1,0,3,7,28,5,45,6,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,337,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35642,4,6,-1,'Riot Shield',54988,3,0,0,1,433130,86626,14,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,3,4,34,7,51,12,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6703,0,0,0,0,0,0,0,0,0,34593,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,187,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35643,4,4,-1,'Spaulders of Ichoron',49876,3,0,0,1,355883,71176,3,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,3,7,40,5,49,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1496,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35644,4,3,-1,'Xevozz\'s Belt',54996,3,0,0,1,184997,36999,6,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,3,3,49,7,40,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,628,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35645,2,3,-1,'Prison Warden\'s Shotgun',54997,3,0,0,1,464292,92858,26,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,1,3,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,355,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35646,4,1,-1,'Lava Burn Gloves',52344,3,0,0,1,124278,24855,10,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,3,7,39,5,46,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35647,4,2,-1,'Handguards of Rapid Pursuit',54998,3,0,0,1,155947,31189,10,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,3,3,49,7,40,37,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35648,12,0,0,'Scintillating Fragment',48952,1,2048,0,1,0,0,0,-1,-1,69,69,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'You cannot identify this item or determine its purpose.',0,0,0,11941,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35649,2,10,-1,'Jailer\'s Baton',53207,3,0,0,1,785654,157130,17,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,2,38,168,3,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,419,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35650,4,3,-1,'Boots of the Portal Guardian',52363,3,0,0,1,292944,58588,8,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,2,7,40,5,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,768,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,21637,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35651,4,4,-1,'Plate Claws of the Dragon',55003,3,0,0,1,228977,45795,10,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,3,4,55,7,51,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1247,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35652,2,19,-1,'Incessant Torch',54986,3,0,0,1,489678,97935,26,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,1,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,481,2,0,0,0,0,0,0,0,0,0,0,1800,0,100,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35653,4,4,-1,'Girdle of the Mystical Prison',55004,3,0,0,1,230644,46128,6,-1,-1,175,78,0,0,0,0,0,0,0,0,1,0,3,4,36,7,40,32,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1122,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35654,4,1,-1,'Bindings of the Bastille',55005,3,0,0,1,131527,26305,9,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,3,7,30,5,31,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35655,2,15,-1,'Cobweb Machete',51711,3,0,0,1,617580,123516,13,-1,-1,163,72,0,0,0,0,0,0,0,0,1,0,2,3,39,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,213,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35656,4,4,-1,'Aura Focused Gauntlets',51712,3,0,0,1,218178,43635,10,-1,-1,163,72,0,0,0,0,0,0,0,0,1,0,2,7,31,5,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35657,4,1,-1,'Exquisite Spider-Silk Footwraps',52222,3,0,0,1,186603,37320,8,-1,-1,163,72,0,0,0,0,0,0,0,0,1,0,3,7,23,5,43,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35658,2,10,-1,'Life-Staff of the Web Lair',51713,3,0,0,1,780318,156063,17,-1,-1,163,72,0,0,0,0,0,0,0,0,1,0,2,5,75,6,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,285,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,49854,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,-44.1,0,0,0,'',53,0,0,0,0,12340),(35659,4,2,-1,'Treads of Aspiring Heights',52223,3,0,0,1,234937,46987,8,-1,-1,163,72,0,0,0,0,0,0,0,0,1,0,3,3,45,7,42,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35660,4,2,-1,'Spinneret Epaulets',51715,3,0,0,1,235779,47155,3,-1,-1,163,72,0,0,0,0,0,0,0,0,1,0,3,7,24,5,42,6,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35661,4,0,-1,'Signet of Arachnathid Command',34336,3,524288,0,1,220141,55035,11,-1,-1,163,72,0,0,0,0,0,0,0,0,1,0,3,4,30,7,46,12,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35662,4,3,-1,'Wing Cover Girdle',52224,3,0,0,1,189952,37990,6,-1,-1,163,72,0,0,0,0,0,0,0,0,1,0,3,7,34,5,28,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,582,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35663,4,1,-1,'Charmed Silken Cord',52221,3,0,0,1,127083,25416,6,32767,-1,163,72,0,0,0,0,0,0,0,0,1,0,3,7,22,5,42,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(35668,12,0,0,'Prison Casing',48959,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These metal scraps are covered with glowing blue runes.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35669,12,0,0,'Energy Core',48955,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A powerful aura surrounds this device.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35670,4,4,-1,'Brann\'s Lost Mining Helmet',61307,3,0,0,1,354135,70827,1,32767,-1,183,77,0,0,0,0,0,0,0,0,1,0,3,4,52,7,60,32,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35671,12,0,0,'Augmented Arcane Prison',50733,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46760,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35672,4,3,-1,'Hollow Geode Helm',52494,3,0,0,1,306345,61269,1,-1,-1,183,77,0,0,0,0,0,0,0,0,1,0,2,7,69,5,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,940,0,0,0,0,0,0,0,0,0,39806,1,0,0,-1,0,-1,35836,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35673,4,1,-1,'Leggings of Burning Gleam',52351,3,0,0,1,273308,54661,7,-1,-1,183,77,0,0,0,0,0,0,0,0,1,0,3,7,42,5,68,6,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,0,0,0,0,0,0,0,0,33275,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35675,4,3,-1,'Linked Armor of the Sphere',52353,3,0,0,1,412964,82592,5,-1,-1,183,77,0,0,0,0,0,0,0,0,1,0,4,3,68,7,57,5,40,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,0,0,0,0,36068,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35676,4,2,-1,'Constellation Leggings',51528,3,0,0,1,345354,69070,7,-1,-1,183,77,0,0,0,0,0,0,0,0,1,0,3,3,71,7,69,31,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,455,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35677,4,2,-1,'Cosmos Vestments',51529,3,0,0,1,346605,69321,20,262143,32767,183,77,0,0,0,0,0,0,0,0,1,0,3,7,57,5,68,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,520,0,0,0,0,0,0,0,0,0,33275,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35678,4,4,-1,'Ironshaper\'s Legplates',51532,3,0,0,1,486999,97399,7,-1,-1,183,77,0,0,0,0,0,0,0,0,1,0,3,7,69,5,71,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1810,0,0,0,0,0,0,0,0,0,42093,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35679,4,1,-1,'Static Cowl',52491,3,0,0,1,209464,41892,1,32767,-1,183,77,0,0,0,0,0,0,0,0,1,0,3,7,57,5,68,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,33233,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35680,4,0,-1,'Amulet of Wills',48510,3,0,0,1,196562,49140,2,-1,-1,183,77,0,0,0,0,0,0,0,0,1,0,3,4,36,7,55,13,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35681,2,15,-1,'Unrelenting Blade',51533,3,0,0,1,703151,140630,13,-1,-1,183,77,0,0,0,0,0,0,0,0,1,0,1,36,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,211,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35682,4,1,-1,'Rune Giant Bindings',52362,3,0,0,1,131176,26235,9,-1,-1,183,77,0,0,0,0,0,0,0,0,1,0,3,7,33,5,40,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35683,4,0,-1,'Palladium Ring',51458,3,524288,0,1,196562,49140,11,-1,-1,183,77,0,0,0,0,0,0,0,0,1,0,2,7,54,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15821,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Forged for T.S.',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(35685,12,0,0,'Crystallized Mana Shard',36595,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35686,12,0,-1,'Stolen Moa\'ki Goods',4584,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Heavy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35687,12,0,-1,'Tanathal\'s Phylactery',49219,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35688,12,0,-1,'Blood of Loguhn',16452,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47970,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35690,12,0,0,'Arcane Power Focus',48972,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46793,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35692,12,0,-1,'Snowfall Glade Pup',48969,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Oh so cute. Too bad they grow up to be such little monsters!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35701,12,0,-1,'Issliruk\'s Totem',44287,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35704,0,0,-1,'Incendiary Explosives',37891,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46797,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'item_incendiary_explosives',0,0,0,0,0,12340),(35705,13,0,-1,'Cart Release Key',22377,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35706,12,0,-1,'Crate of Farshire Ore',13493,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35709,12,0,0,'Saragosa\'s Corpse',48982,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The remains of Malygos\' Consort.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35711,12,0,-1,'Kaskala Supplies',11449,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35718,12,0,0,'Raelorasz\' Flare',34281,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46849,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35720,0,5,-1,'Lord of Frost\'s Private Label',1656,1,0,0,1,2000,500,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46927,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35726,12,0,0,'Horde Armaments',11448,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35734,12,0,0,'Boulder',46245,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47005,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A large, bulky boulder from the hills above Thor Modan.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35736,12,0,0,'Bounty Hunter\'s Cage',50446,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47042,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Some assembly required.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35737,12,0,0,'Missing Journal Page',7629,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35738,12,0,0,'Brann Bronzebeard\'s Journal',1588,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35739,12,0,0,'Incomplete Journal',1317,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47039,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35746,12,0,0,'Runic Keystone',24687,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47058,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35747,12,0,0,'Runic Keystone Fragment',49081,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35774,12,0,-1,'Trident of Naz\'jan',44246,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35782,12,0,0,'Shimmering Snowcap',19488,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35783,15,0,-1,'Moonrest Gardens Plans',5567,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Looks like an unlikely alliance is in the offing.',3067,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35784,12,0,0,'Blood Oath of the Horde',36488,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Bears the Insignia of the Horde',3068,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35788,15,0,0,'Destroyed Magic Item',49106,0,0,0,1,0,1000,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Worthless... maybe some merchant will buy it?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35790,15,0,0,'Torn Robes',35299,0,0,0,1,0,1050,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The bloodstains might come out with a little elbow grease, but they\'ll never be wearable again.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35791,15,0,0,'Spoiled Reagents',13123,0,0,0,1,0,950,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'No longer good for casting, but they might sell cheap in the secondary market.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35792,15,0,0,'Mage Hunter Personal Effects',1625,1,131076,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Let\'s see what this mage hunter had on them...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35794,7,8,-1,'Silvercoat Stag Meat',25472,1,0,0,1,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The flesh is covered with claw marks.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(35795,12,0,0,'Waterweed Frond',29165,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35796,12,0,0,'Howlin\' Good Moonshine',7921,1,65536,0,1,10000,2500,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35797,12,0,0,'Drakuru\'s Elixir',16836,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47110,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Summons the image of Drakuru for a short time.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35798,12,0,0,'Ice Serpent Eye',7394,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35799,12,0,0,'Frozen Mojo',6340,1,0,0,1,20000,5000,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Cold, concentrated troll mojo.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35800,12,0,-1,'Wind Trader Mu\'fah\'s Remains',32426,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35801,12,0,-1,'The Scales of Goramosh',23432,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35802,12,0,-1,'Tua\'kea Crab Trap',34377,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Clickety-clack!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35803,12,0,-1,'Scalawag Frog',49124,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Ribbit!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35806,12,0,0,'Eye of the Prophets',44920,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A strange mist swirls just beneath the gem\'s surface.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35807,2,10,-1,'Bramblethorn Greatstaff',49232,2,0,0,1,549065,109813,17,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,38,72,7,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,397,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(35808,2,7,-1,'Coldstone Cutlass',49199,2,0,0,1,440811,88162,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,287,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(35809,2,15,-1,'Earthspike',49200,2,0,0,1,442414,88482,21,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,31,11,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,111,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,47125,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.8,0,0,0,'',34,0,0,0,0,12340),(35810,2,4,-1,'Pacifying Pummeler',49233,2,0,0,1,412134,82426,21,262143,2147483647,138,0,0,0,0,0,0,0,0,0,1,0,2,7,27,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,164,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,47126,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.8,0,0,0,'',34,0,0,0,0,12340),(35811,2,18,-1,'Elekk-Horn Crossbow',49202,2,0,0,1,310270,62054,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,299,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(35812,2,5,-1,'Cragthumper',49203,2,0,0,1,519120,103824,17,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,4,25,7,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,489,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(35813,12,0,-1,'Shiny Knife',31335,1,0,0,1,8000,2000,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35814,4,1,-1,'Benevolent Hood',51032,2,0,0,1,125550,25110,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,45,6,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35815,4,2,-1,'Bone-Threaded Harness',56441,2,0,0,1,210030,42006,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,75,3,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35816,4,3,-1,'Blood-Stained Chain Leggings',51067,2,0,0,1,252998,50599,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,35,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,33030,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35817,4,6,-1,'Nerubian Inner Husk',51091,2,0,0,1,270891,54178,14,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,4,18,15,12,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4239,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,128,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(35818,4,1,-1,'Stretch-Hide Spaulders',49464,2,0,0,1,127461,25492,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35819,12,0,0,'Thor Modan Stability Profile',34751,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35820,4,2,-1,'Deacon\'s Wraps',49251,2,0,0,1,107008,21401,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35821,4,3,-1,'Streamlined Stompers',51077,2,0,0,1,194195,38839,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,32,38,36,15,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35822,4,4,-1,'Scavenged Tirasian Plate',51094,2,0,0,1,301866,60373,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,4,30,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1262,0,0,0,0,0,0,0,0,0,47138,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35823,2,15,-1,'Ice-Rimed Dagger',49206,2,0,0,1,432797,86559,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,154,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,44810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(35824,2,7,-1,'Stoneblade Slicer',49221,2,0,0,1,434400,86880,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,22,37,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,187,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(35826,2,19,-1,'Whelpling-Skull Zapper',57489,2,0,0,1,328171,65634,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,25,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,344,3,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(35827,2,19,-1,'Regal Sceptre',56892,2,0,0,1,337983,67596,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,324,4,0,0,0,0,0,0,0,0,0,0,1600,0,100,21619,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(35829,2,2,-1,'Coldspike Longbow',49222,2,0,0,1,340387,68077,15,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,289,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,42098,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(35830,2,13,-1,'Worn Vrykul Smasher',49468,2,0,0,1,412047,82409,22,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,33,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,287,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(35831,12,0,-1,'The Flesh of \"Two Huge Pincers\"',39725,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Succulent!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35832,4,1,-1,'Blauvelt\'s Special Occasion Gloves',53642,2,0,0,1,83050,16610,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,6,38,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35833,4,2,-1,'Imperious Worghide Cap',49264,2,0,0,1,156321,31264,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,36,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35834,4,3,-1,'Nimblefinger Scaled Gloves',49470,2,0,0,1,125524,25104,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,5,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35835,4,4,-1,'Antique Reinforced Legguards',56195,2,0,0,1,294012,58802,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,4,58,7,33,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35836,12,0,0,'Zim\'bo\'s Mojo',6340,1,2048,0,1,20000,5000,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35837,12,0,0,'Portable Seismograph',49128,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47130,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35838,12,0,-1,'Tu\'u\'gwar\'s Bait',39725,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47159,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35839,4,0,-1,'Runed Clamshell Choker',9858,2,0,0,1,125915,31478,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,30,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18029,1,0,0,1500,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35841,4,2,-1,'Frost-Trimmed Gauntlets',49251,2,0,0,1,107387,21477,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,16,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35842,4,3,-1,'Azure Chain Hauberk',56309,2,0,0,1,258690,51738,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,45,3,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,36068,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35843,4,4,-1,'Ramshorn-Inlaid Shoulders',49473,2,0,0,1,232778,46555,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,4,21,36,39,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35844,4,1,-1,'Shock-Resistant Hood',49474,2,0,0,1,133750,26750,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,30,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35845,2,16,-1,'Crystalline Star',40005,2,4194304,0,1,138516,34629,25,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,215,0,0,0,0,0,0,0,0,0,0,0,1500,0,100,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(35846,4,3,-1,'Banded Chain Gloves',56328,2,0,0,1,134699,26939,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,39,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,15809,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35848,4,4,-1,'Munificent Legguards',51090,2,0,0,1,316543,63308,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,53,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35849,2,8,-1,'Featherweight Claymore',49223,2,0,0,1,567204,113440,17,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,55,7,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,489,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(35850,12,0,-1,'Trident of Naz\'jan',44246,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47170,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'item_Trident_of_Nazjan',0,0,0,0,0,12340),(35851,2,13,-1,'Acid-Etched Knuckles',49468,2,0,0,1,413607,82721,21,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,22,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,287,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(35852,2,15,-1,'Fullered Coldsteel Dagger',49207,2,0,0,1,415210,83042,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,31,26,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,198,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(35856,2,3,-1,'Hair-Trigger Blunderbuss',49226,2,0,0,1,316183,63236,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,22,36,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,299,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(35857,4,6,-1,'Munificent Bulwark',51453,2,0,0,1,270807,54161,14,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4239,0,0,0,0,0,0,0,0,0,33027,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,128,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(35858,4,0,-1,'Tome of Alacrity',50191,2,0,0,1,125915,31478,23,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,36,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(35859,4,1,-1,'Fire-Purifying Tunic',51040,2,0,0,1,175129,35025,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,22,5,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35860,4,2,-1,'Flexible Leather Footwraps',49903,2,0,0,1,164768,32953,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,37,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35861,4,3,-1,'Inescapable Girdle',51072,2,0,0,1,132295,26459,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,42082,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35862,4,4,-1,'Light-Bound Chestguard',51087,2,0,0,1,309811,61962,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,36,5,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1262,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35863,4,1,-1,'Earth-Infused Leggings',51035,2,0,0,1,177676,35535,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,53,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35864,4,2,-1,'Fizznik\'s Patented Earwarmer',49263,2,0,0,1,167156,33431,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,47177,1,0,0,-1,0,-1,36068,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35865,4,6,-1,'Arcanum Shield',51454,2,0,0,1,286305,57261,14,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4239,0,0,0,0,0,0,0,0,0,18035,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,128,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(35866,4,4,-1,'Master Artilleryman Boots',51089,2,0,0,1,235252,47050,8,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,32,34,4,24,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35867,4,0,-1,'Nimblefinger Band',49225,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,18,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35868,4,2,-1,'Grounded Pants',49241,2,0,0,1,226058,45211,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,48,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,39806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35869,4,3,-1,'Hex-Linked Stronghelm',49496,2,0,0,1,204174,40834,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,53,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,574,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35870,2,1,-1,'Stoneground Cleaver',49227,2,0,0,1,514951,102990,17,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,3,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,463,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(35871,4,1,-1,'Indigo Robe of Replenishment',51045,2,0,0,1,165425,33085,20,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,31,6,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35872,4,2,-1,'Iron-Studded Leggings',49241,2,0,0,1,207561,41512,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,52,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35873,4,3,-1,'Interlinked Chain Girdle',51074,2,0,0,1,125017,25003,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35875,4,4,-1,'Beneficent Skullcap',61307,2,0,0,1,226036,45207,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,35828,1,0,0,-1,0,-1,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35877,4,2,-1,'Worgskin Shoulders',49246,2,0,0,1,162965,32593,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,58,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35878,4,3,-1,'Dusk-Linked Leggings',51061,2,0,0,1,261705,52341,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,22,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,34509,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35879,4,4,-1,'Gold-Plated Coldsteel Girdle',51085,2,0,0,1,154083,30816,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,32,39,4,21,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35880,4,1,-1,'Earthwell Footwraps',51038,2,0,0,1,131801,26360,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,13,5,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35881,4,0,-1,'Lost Vrykul Signet',26001,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,18,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35882,4,3,-1,'Magispike Helm',49505,2,0,0,1,199144,39828,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,53,36,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,574,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35883,4,4,-1,'Silversteel Gauntlets',51096,2,0,0,1,156324,31264,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,789,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35884,4,1,-1,'Regal Pantaloons',51049,2,0,0,1,178282,35656,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,53,36,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35885,4,2,-1,'Tribal Chestguard',49255,2,0,0,1,223654,44730,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,55,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35886,4,0,-1,'Worgtooth Pendant',9860,2,0,0,1,125915,31478,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14052,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35887,4,4,-1,'Loam-Stained Greaves',51088,2,0,0,1,236047,47209,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,5,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,867,0,0,0,0,0,0,0,0,0,33028,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35888,4,1,-1,'Embossed Ermine Girdle',51039,2,0,0,1,90414,18082,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,6,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35889,4,2,-1,'Bone-Inlaid Bracers',56355,2,0,0,1,113419,22683,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35890,4,3,-1,'Magdun Spaulders',49362,2,0,0,1,186167,37233,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,39,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35891,4,4,-1,'Runeplate Helm',49510,2,0,0,1,222677,44535,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,36,4,37,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35892,4,1,-1,'Flamebinder Handwraps',51235,2,0,0,1,85311,17062,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,36,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35893,4,2,-1,'Coldstone-Inlaid Waistguard',52377,2,0,0,1,107040,21408,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,36,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35894,4,3,-1,'Purestrike Bracers',51075,2,0,0,1,128916,25783,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,42113,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35895,4,4,-1,'Emeraldscale Pauldrons',49512,2,0,0,1,226014,45202,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,22,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35896,4,1,-1,'Icestriker Bands',51044,2,0,0,1,86585,17317,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,40,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35897,4,1,-1,'Ice-Crusted Cape',49230,2,0,0,1,130359,26071,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,18,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35898,4,3,-1,'Reinforced Tuskhide Hauberk',51062,2,0,0,1,261653,52330,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,52,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35899,4,4,-1,'Bloodbinder\'s Girdle',51083,2,0,0,1,154067,30813,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,38,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35900,4,1,-1,'Supple Doeskin Moccasins',51050,2,0,0,1,131788,26357,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,33163,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35901,4,2,-1,'Rejuvenating Cord',49258,2,0,0,1,110224,22044,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,6,39,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35902,4,3,-1,'Shock-Bound Spaulders',49521,2,0,0,1,199990,39998,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,37,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,33029,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35903,4,4,-1,'Onyx Grips',51093,2,0,0,1,156309,31261,10,262143,2147483647,138,0,0,0,0,0,0,0,0,0,1,0,2,4,21,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,789,0,0,0,0,0,0,0,0,0,47188,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35904,4,0,-1,'Puissance-Infused Pendant',6490,2,0,0,1,125915,31478,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,30,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35905,4,2,-1,'Vinewoven Tunic',49247,2,0,0,1,223611,44722,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,58,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,33485,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35907,12,0,-1,'Toalu\'u\'s Spiritual Incense',20798,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47190,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35908,12,0,0,'Mack\'s Dark Grog',18080,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47207,0,-15,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Dark, wet, and smells like fish...',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35909,4,3,-1,'Sun-fired Striders',51078,2,0,0,1,190611,38122,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,16,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35910,4,4,-1,'Shaleground Bracers',51095,2,0,0,1,149005,29801,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,19,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,45003,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35911,4,0,-1,'Unsparing Band',28812,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,19,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35912,4,1,-1,'Crackling Cloak',15206,2,0,0,1,127954,25590,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,16,36,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35913,4,1,-1,'Gholamweave Leggings',51043,2,0,0,1,171230,34246,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,52,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35914,4,2,-1,'Proto-Drake Tooth Spaulders',49246,2,0,0,1,161129,32225,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,36,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35915,4,3,-1,'Darksteel Ringmail Greaves',51070,2,0,0,1,194939,38987,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35916,4,4,-1,'Worgblood Berserker\'s Hauberk',51098,2,0,0,1,303018,60603,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,42,4,34,37,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1262,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35917,4,1,-1,'Wrathwrought Shoulderpads',49538,2,0,0,1,130333,26066,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,39,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35918,4,2,-1,'Spiked Skullguard',49263,2,0,0,1,163517,32703,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,53,3,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35919,4,3,-1,'Whispersteel Handguards',51079,2,0,0,1,131294,26258,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,47177,1,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35920,4,4,-1,'Feather-Lined Shoulderpads',53048,2,0,0,1,230168,46033,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,31,21,4,39,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35921,4,1,-1,'Flint-Reinforced Spaulders',49536,2,0,0,1,132243,26448,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,25,6,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35922,4,0,-1,'Dark Iron Signet',26391,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,18,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40680,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35923,4,3,-1,'Cold-Iron Armbands',51068,2,0,0,1,123640,24728,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,27,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35924,4,4,-1,'Arcanum-Bound Bracers',51082,2,0,0,1,145620,29124,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,30,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35925,4,0,-1,'Shimmering Cold-Iron Band',49229,2,0,0,1,83894,16778,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,21,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35926,4,2,-1,'Artfully Tooled Leggings',49930,2,0,0,1,208449,41689,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,51,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,33485,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35927,4,3,-1,'Songscale Breastplate',51076,2,0,0,1,251101,50220,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,22,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,34509,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35928,4,4,-1,'Cold-Forged Bronze Legplates',56188,2,0,0,1,294043,58808,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,45,32,53,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35929,4,1,-1,'Gholamcloth Wrap',51042,2,0,0,1,84332,16866,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,5,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,8,0,2,0,0,0,2900,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35930,4,2,-1,'Inscribed Worghide Treads',49261,2,0,0,1,158725,31745,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,37,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35931,4,3,-1,'Appointed Scalemail Leggings',51061,2,0,0,1,254922,50984,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,55,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,33106,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35932,4,0,-1,'Earthbinder\'s Regenerating Band',28812,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35933,4,3,-1,'Ramshorn Greathelm',49527,2,0,0,1,192614,38522,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,45,32,22,38,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,574,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35934,4,4,-1,'Ghoul-Crushing Stompers',51084,2,0,0,1,225128,45025,8,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,39,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,867,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35935,4,0,-1,'Infused Coldstone Rune',34188,2,0,0,1,189711,47427,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,47215,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35936,4,0,-1,'Worg-Fang Talisman',49267,2,0,0,1,125915,31478,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,22,32,19,38,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35937,4,0,-1,'Braxley\'s Backyard Moonshine',16283,2,0,0,1,189711,47427,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,36,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47217,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35938,4,1,-1,'Drape of Munificence',49231,2,0,0,1,130800,26160,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,18,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35941,12,0,0,'Letter from Saurfang',16161,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47256,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sealed',3069,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35943,12,0,-1,'Jeremiah\'s Tools',7602,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47166,0,0,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35944,12,0,-1,'Lurid\'s Bones',2853,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47276,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35946,0,0,-1,'Fizzcrank Practice Parachute',49228,1,2,0,1,0,0,0,-1,-1,25,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47228,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35947,0,5,-1,'Sparkling Frostcap',50877,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,5,0,0,0,12340),(35948,0,5,-1,'Savory Snowplum',50874,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340),(35949,0,5,-1,'Tundra Berries',50879,1,0,0,5,8500,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340),(35950,0,5,-1,'Sweet Potato Bread',50878,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340),(35951,0,5,-1,'Poached Emperor Salmon',50872,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(35952,0,5,-1,'Briny Hardcheese',50876,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,3,0,0,0,12340),(35953,0,5,-1,'Mead Basted Caribou',50871,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(35954,0,5,-1,'Sweetened Goat\'s Milk',51030,1,0,0,5,6000,300,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35955,4,1,-1,'Farshire Belt',52069,2,0,0,1,83790,16758,6,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35956,4,1,-1,'Farshire Footpads',52104,2,0,0,1,126141,25228,8,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35957,4,1,-1,'Farshire Robe',52219,2,0,0,1,168795,33759,20,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35958,4,1,-1,'Farshire Gloves',52118,2,0,0,1,84692,16938,10,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35959,4,1,-1,'Farshire Hood',52516,2,0,0,1,127494,25498,1,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35960,4,1,-1,'Farshire Pants',52120,2,0,0,1,170599,34119,7,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35961,4,1,-1,'Farshire Shoulderpads',49536,2,0,0,1,128404,25680,3,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35962,4,1,-1,'Farshire Cuffs',52071,2,0,0,1,85898,17179,9,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35963,4,1,-1,'Bloodspore Sash',52126,2,0,0,1,80197,16039,6,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35964,4,1,-1,'Bloodspore Sandals',52125,2,0,0,1,120763,24152,8,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35965,4,1,-1,'Bloodspore Robe',52218,2,0,0,1,161641,32328,20,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35966,4,1,-1,'Bloodspore Gloves',51145,2,0,0,1,81124,16224,10,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35967,4,1,-1,'Bloodspore Hood',51203,2,0,0,1,122154,24430,1,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35968,4,1,-1,'Bloodspore Leggings',52123,2,0,0,1,163496,32699,7,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35969,4,1,-1,'Bloodspore Mantle',49538,2,0,0,1,123090,24618,3,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35970,4,1,-1,'Bloodspore Bracelets',52122,2,0,0,1,82364,16472,9,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35971,4,1,-1,'Mur\'ghoul Girdle',52069,2,0,0,1,87243,17448,6,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35972,4,1,-1,'Mur\'ghoul Boots',52104,2,0,0,1,131346,26269,8,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35973,4,1,-1,'Mur\'ghoul Robe',52219,2,0,0,1,175752,35150,20,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35974,4,1,-1,'Mur\'ghoul Handwraps',52118,2,0,0,1,88196,17639,10,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35975,4,1,-1,'Mur\'ghoul Cap',52516,2,0,0,1,132776,26555,1,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35976,4,1,-1,'Mur\'ghoul Leggings',52120,2,0,0,1,177676,35535,7,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35977,4,1,-1,'Mur\'ghoul Shoulderpads',49536,2,0,0,1,133724,26744,3,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35978,4,1,-1,'Mur\'ghoul Wristwraps',52071,2,0,0,1,89470,17894,9,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35979,4,1,-1,'Foothold Belt',52126,2,0,0,1,92192,18438,6,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35980,4,1,-1,'Foothold Boots',52125,2,0,0,1,138782,27756,8,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35981,4,1,-1,'Foothold Robe',52218,2,0,0,1,185684,37136,20,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35982,4,1,-1,'Foothold Gloves',51145,2,0,0,1,93171,18634,10,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35983,4,1,-1,'Foothold Hood',51203,2,0,0,1,126893,25378,1,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35984,4,1,-1,'Foothold Pants',52123,2,0,0,1,169850,33970,7,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35985,4,1,-1,'Foothold Shoulderpads',49538,2,0,0,1,127867,25573,3,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35986,4,1,-1,'Foothold Cuffs',52122,2,0,0,1,85574,17114,9,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35987,4,1,-1,'Bristlepine Cord',52069,2,0,0,1,90560,18112,6,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35988,4,1,-1,'Bristlepine Sandals',52104,2,0,0,1,136332,27266,8,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35989,4,1,-1,'Bristlepine Robe',52219,2,0,0,1,182452,36490,20,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35990,4,1,-1,'Bristlepine Handwraps',52118,2,0,0,1,91563,18312,10,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35991,4,1,-1,'Bristlepine Headpiece',52516,2,0,0,1,137852,27570,1,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35992,4,1,-1,'Bristlepine Leggings',52120,2,0,0,1,184460,36892,7,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35993,4,1,-1,'Bristlepine Shoulderpads',49536,2,0,0,1,138851,27770,3,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35994,4,1,-1,'Bristlepine Bracers',52071,2,0,0,1,92905,18581,9,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35995,4,1,-1,'Voldrune Sash',52126,2,0,0,1,95610,19122,6,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35996,4,1,-1,'Voldrune Slippers',52125,2,0,0,1,143921,28784,8,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35997,4,1,-1,'Voldrune Robe',52218,2,0,0,1,192587,38517,20,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35998,4,1,-1,'Voldrune Gloves',51145,2,0,0,1,96640,19328,10,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(35999,4,1,-1,'Voldrune Crown',51203,2,0,0,1,145479,29095,1,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36000,4,1,-1,'Voldrune Legs',52123,2,0,0,1,194646,38929,7,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36001,4,1,-1,'Voldrune Mantle',49538,2,0,0,1,146504,29300,3,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36002,4,1,-1,'Voldrune Bracelets',52122,2,0,0,1,98015,19603,9,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36003,4,1,-1,'Icemist Sash',52069,2,0,0,1,93729,18745,6,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36004,4,1,-1,'Icemist Slippers',52104,2,0,0,1,141126,28225,8,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36005,4,1,-1,'Icemist Robe',52219,2,0,0,1,188877,37775,20,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36006,4,1,-1,'Icemist Gloves',52118,2,0,0,1,94793,18958,10,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36007,4,1,-1,'Icemist Circlet',52516,2,0,0,1,142708,28541,1,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36008,4,1,-1,'Icemist Pants',52120,2,0,0,1,190987,38197,7,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36009,4,1,-1,'Icemist Mantle',49536,2,0,0,1,143773,28754,3,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36010,4,1,-1,'Icemist Bracelets',52071,2,0,0,1,96203,19240,9,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36011,4,1,-1,'Tethys Sash',52126,2,0,0,1,98881,19776,6,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36012,4,1,-1,'Tethys Slippers',52125,2,0,0,1,148867,29773,8,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36013,4,1,-1,'Tethys Robe',52218,2,0,0,1,199217,39843,20,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36014,4,1,-1,'Tethys Gloves',51145,2,0,0,1,99971,19994,10,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36015,4,1,-1,'Tethys Hood',51203,2,0,0,1,150488,30097,1,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36016,4,1,-1,'Tethys Leggings',52123,2,0,0,1,201378,40275,7,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36017,4,1,-1,'Tethys Mantle',49538,2,0,0,1,151578,30315,3,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36018,4,1,-1,'Tethys Bracelets',52122,2,0,0,1,101406,20281,9,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36019,4,1,-1,'Aerie Belt',52069,2,0,0,1,96770,19354,6,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36020,4,1,-1,'Aerie Boots',52112,2,0,0,1,145713,29142,8,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36021,4,1,-1,'Aerie Robe',51845,2,0,0,1,195029,39005,20,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36022,4,1,-1,'Aerie Gloves',51837,2,0,0,1,97876,19575,10,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36023,4,1,-1,'Aerie Headpiece',52103,2,0,0,1,147372,29474,1,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36024,4,1,-1,'Aerie Pants',52106,2,0,0,1,197240,39448,7,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36025,4,1,-1,'Aerie Shoulderpads',52109,2,0,0,1,148488,29697,3,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36026,4,1,-1,'Aerie Bracers',51777,2,0,0,1,99354,19870,9,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36027,4,1,-1,'Oracle Belt',51783,2,0,0,1,102024,20404,6,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36028,4,1,-1,'Oracle Slippers',52117,2,0,0,1,153608,30721,8,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36029,4,1,-1,'Oracle Robe',52032,2,0,0,1,205572,41114,20,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36030,4,1,-1,'Oracle Gloves',51780,2,0,0,1,103156,20631,10,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36031,4,1,-1,'Oracle Circlet',51192,2,0,0,1,155305,31061,1,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36032,4,1,-1,'Oracle Leggings',52114,2,0,0,1,207834,41566,7,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36033,4,1,-1,'Oracle Mantle',52068,2,0,0,1,156447,31289,3,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36034,4,1,-1,'Oracle Bracelets',52113,2,0,0,1,104668,20933,9,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36035,4,1,-1,'Condor Belt',52110,2,0,0,1,107415,21483,6,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36036,4,1,-1,'Condor Sandals',52112,2,0,0,1,150095,30019,8,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36037,4,1,-1,'Condor Robe',51845,2,0,0,1,200884,40176,20,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36038,4,1,-1,'Condor Gloves',51837,2,0,0,1,100831,20166,10,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36039,4,1,-1,'Condor Headpiece',52103,2,0,0,1,151830,30366,1,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36040,4,1,-1,'Condor Pants',52106,2,0,0,1,203219,40643,7,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36041,4,1,-1,'Condor Shoulderpads',52109,2,0,0,1,152982,30596,3,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36042,4,1,-1,'Condor Bindings',51777,2,0,0,1,102377,20475,9,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36043,4,1,-1,'Crystalsong Sash',51783,2,0,0,1,105030,21006,6,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36044,4,1,-1,'Crystalsong Slippers',52117,2,0,0,1,158142,31628,8,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36045,4,1,-1,'Crystalsong Robe',52032,2,0,0,1,211631,42326,20,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36046,4,1,-1,'Crystalsong Gloves',51840,2,0,0,1,106213,21242,10,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36047,4,1,-1,'Crystalsong Crown',51192,2,0,0,1,159916,31983,1,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36048,4,1,-1,'Crystalsong Leggings',52114,2,0,0,1,214017,42803,7,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36049,4,1,-1,'Crystalsong Mantle',52068,2,0,0,1,161093,32218,3,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36050,4,1,-1,'Crystalsong Bracelets',52113,2,0,0,1,107793,21558,9,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36051,4,1,-1,'Vizier Sash',52110,2,0,0,1,110523,22104,6,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36052,4,1,-1,'Vizier Slippers',52112,2,0,0,1,170743,34148,8,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36053,4,1,-1,'Vizier Robe',51845,2,0,0,1,228470,45694,20,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36054,4,1,-1,'Vizier Gloves',51837,2,0,0,1,114641,22928,10,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36055,4,1,-1,'Vizier Hood',52103,2,0,0,1,172571,34514,1,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36056,4,1,-1,'Vizier Leggings',52106,2,0,0,1,208901,41780,7,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36057,4,1,-1,'Vizier Mantle',52109,2,0,0,1,157285,31457,3,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36058,4,1,-1,'Vizier Bracelets',51777,2,0,0,1,105263,21052,9,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36059,4,1,-1,'Coldwraith Sash',51783,2,0,0,1,107899,21579,6,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36060,4,1,-1,'Coldwraith Boots',52073,2,0,0,1,162455,32491,8,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36061,4,1,-1,'Coldwraith Robe',52220,2,0,0,1,217436,43487,20,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36062,4,1,-1,'Coldwraith Handwraps',51780,2,0,0,1,109133,21826,10,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36063,4,1,-1,'Coldwraith Cowl',51192,2,0,0,1,164321,32864,1,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36064,4,1,-1,'Coldwraith Pants',51781,2,0,0,1,219903,43980,7,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36065,4,1,-1,'Coldwraith Mantle',52068,2,0,0,1,165549,33109,3,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36066,4,1,-1,'Coldwraith Bindings',51777,2,0,0,1,110781,22156,9,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36067,4,2,-1,'Daggercap Waistband',49257,2,0,0,1,101642,20328,6,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36068,4,2,-1,'Daggercap Boots',49903,2,0,0,1,157107,31421,8,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36069,4,2,-1,'Daggercap Jerkin',49790,2,0,0,1,210235,42047,5,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36070,4,2,-1,'Daggercap Gloves',49251,2,0,0,1,105496,21099,10,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36071,4,2,-1,'Daggercap Cover',49797,2,0,0,1,158798,31759,1,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36072,4,2,-1,'Daggercap Trousers',49241,2,0,0,1,212490,42498,7,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36073,4,2,-1,'Daggercap Spaulders',49246,2,0,0,1,159936,31987,3,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36074,4,2,-1,'Daggercap Bracers',49256,2,0,0,1,107003,21400,9,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36075,4,2,-1,'Winterfin Cord',49257,2,0,0,1,110406,22081,6,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36076,4,2,-1,'Winterfin Boots',49903,2,0,0,1,150369,30073,8,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36077,4,2,-1,'Winterfin Chestpiece',49790,2,0,0,1,201272,40254,5,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36078,4,2,-1,'Winterfin Gloves',49251,2,0,0,1,101026,20205,10,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36079,4,2,-1,'Winterfin Cowl',49797,2,0,0,1,152108,30421,1,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36080,4,2,-1,'Winterfin Legguards',49241,2,0,0,1,203591,40718,7,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36081,4,2,-1,'Winterfin Shoulderguards',49246,2,0,0,1,153278,30655,3,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36082,4,2,-1,'Winterfin Bindings',49256,2,0,0,1,102565,20513,9,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36083,4,2,-1,'Riplash Belt',49814,2,0,0,1,105784,21156,6,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36084,4,2,-1,'Riplash Boots',49905,2,0,0,1,163582,32716,8,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36085,4,2,-1,'Riplash Jerkin',49255,2,0,0,1,218911,43782,5,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36086,4,2,-1,'Riplash Gloves',49912,2,0,0,1,109845,21969,10,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36087,4,2,-1,'Riplash Cover',49264,2,0,0,1,165369,33073,1,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36088,4,2,-1,'Riplash Leggings',49850,2,0,0,1,221293,44258,7,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36089,4,2,-1,'Riplash Pauldrons',49845,2,0,0,1,166571,33314,3,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36090,4,2,-1,'Riplash Wristguards',49859,2,0,0,1,111437,22287,9,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36091,4,2,-1,'Wildevar Belt',49815,2,0,0,1,114829,22965,6,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36092,4,2,-1,'Wildevar Boots',49904,2,0,0,1,172861,34572,8,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36093,4,2,-1,'Wildevar Tunic',49811,2,0,0,1,231304,46260,5,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36094,4,2,-1,'Wildevar Gloves',49911,2,0,0,1,116052,23210,10,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36095,4,2,-1,'Wildevar Cap',49842,2,0,0,1,174695,34939,1,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36096,4,2,-1,'Wildevar Pants',49851,2,0,0,1,211489,42297,7,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36097,4,2,-1,'Wildevar Shoulderguards',49847,2,0,0,1,159234,31846,3,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36098,4,2,-1,'Wildevar Armguards',49860,2,0,0,1,106556,21311,9,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36099,4,2,-1,'Caribou Waistband',49815,2,0,0,1,109754,21950,6,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36100,4,2,-1,'Caribou Boots',49904,2,0,0,1,169800,33960,8,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36101,4,2,-1,'Caribou Vest',49811,2,0,0,1,227221,45444,5,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,335,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36102,4,2,-1,'Caribou Gloves',49911,2,0,0,1,114032,22806,10,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36103,4,2,-1,'Caribou Cowl',49842,2,0,0,1,171682,34336,1,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36104,4,2,-1,'Caribou Britches',49851,2,0,0,1,229754,45950,7,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36105,4,2,-1,'Caribou Shoulders',49847,2,0,0,1,172931,34586,3,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36106,4,2,-1,'Caribou Bands',49860,2,0,0,1,115709,23141,9,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36107,4,2,-1,'Vileprey Cord',49816,2,0,0,1,119080,23816,6,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36108,4,2,-1,'Vileprey Boots',49906,2,0,0,1,179270,35854,8,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36109,4,2,-1,'Vileprey Armor',49813,2,0,0,1,239868,47973,5,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36110,4,2,-1,'Vileprey Gloves',49913,2,0,0,1,120367,24073,10,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36111,4,2,-1,'Vileprey Hood',49843,2,0,0,1,181200,36240,1,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36112,4,2,-1,'Vileprey Leggings',49852,2,0,0,1,242466,48493,7,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36113,4,2,-1,'Vileprey Pauldrons',49848,2,0,0,1,182481,36496,3,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36114,4,2,-1,'Vileprey Bracers',49863,2,0,0,1,122087,24417,9,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36115,4,2,-1,'Taunka Belt',49817,2,0,0,1,125553,25110,6,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36116,4,2,-1,'Taunka Boots',49902,2,0,0,1,175742,35148,8,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36117,4,2,-1,'Taunka Tunic',49809,2,0,0,1,235210,47042,5,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36118,4,2,-1,'Taunka Gloves',49910,2,0,0,1,118048,23609,10,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36119,4,2,-1,'Taunka Hat',49844,2,0,0,1,177738,35547,1,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36120,4,2,-1,'Taunka Legguards',49853,2,0,0,1,237847,47569,7,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36121,4,2,-1,'Taunka Spaulders',49849,2,0,0,1,179051,35810,3,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36122,4,2,-1,'Taunka Armguards',49864,2,0,0,1,119811,23962,9,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36123,4,2,-1,'Muradin Belt',49817,2,0,0,1,123160,24632,6,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36124,4,2,-1,'Muradin Boots',49902,2,0,0,1,185403,37080,8,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36125,4,2,-1,'Muradin Chestpiece',49809,2,0,0,1,248112,49622,5,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36126,4,2,-1,'Muradin Gloves',49910,2,0,0,1,124510,24902,10,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36127,4,2,-1,'Muradin Hood',49844,2,0,0,1,187447,37489,1,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36128,4,2,-1,'Muradin Pants',49853,2,0,0,1,250813,50162,7,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36129,4,2,-1,'Muradin Shoulders',49849,2,0,0,1,188791,37758,3,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36130,4,2,-1,'Muradin Bindings',49864,2,0,0,1,126315,25263,9,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36131,4,2,-1,'Wolverine Girdle',49908,2,0,0,1,129747,25949,6,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36132,4,2,-1,'Wolverine Boots',49901,2,0,0,1,181444,36288,8,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36133,4,2,-1,'Wolverine Jerkin',49914,2,0,0,1,242856,48571,5,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36134,4,2,-1,'Wolverine Gloves',49909,2,0,0,1,121893,24378,10,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36135,4,2,-1,'Wolverine Cap',51784,2,0,0,1,183518,36703,1,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36136,4,2,-1,'Wolverine Leggings',49927,2,0,0,1,245621,49124,7,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36137,4,2,-1,'Wolverine Shoulderguards',49898,2,0,0,1,184913,36982,3,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36138,4,2,-1,'Wolverine Armguards',49899,2,0,0,1,123740,24748,9,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36139,4,2,-1,'Ghrino Belt',49908,2,0,0,1,127055,25411,6,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36140,4,2,-1,'Ghrino Boots',49901,2,0,0,1,191296,38259,8,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36141,4,2,-1,'Ghrino Vest',49914,2,0,0,1,256013,51202,5,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,380,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36142,4,2,-1,'Ghrino Gloves',49909,2,0,0,1,128482,25696,10,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36143,4,2,-1,'Ghrino Cover',51784,2,0,0,1,193418,38683,1,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36144,4,2,-1,'Ghrino Britches',49927,2,0,0,1,258842,51768,7,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36145,4,2,-1,'Ghrino Pauldrons',49898,2,0,0,1,194845,38969,3,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36146,4,2,-1,'Ghrino Bracers',49899,2,0,0,1,130359,26071,9,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36147,4,2,-1,'Pygmy Belt',49924,2,0,0,1,133782,26756,6,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36148,4,2,-1,'Pygmy Boots',49978,2,0,0,1,206629,41325,8,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36149,4,2,-1,'Pygmy Tunic',49921,2,0,0,1,250159,50031,5,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36150,4,2,-1,'Pygmy Gloves',49984,2,0,0,1,125552,25110,10,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36151,4,2,-1,'Pygmy Helmet',52517,2,0,0,1,189059,37811,1,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36152,4,2,-1,'Pygmy Pants',49928,2,0,0,1,253051,50610,7,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36153,4,2,-1,'Pygmy Shoulders',49918,2,0,0,1,190518,38103,3,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,291,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36154,4,2,-1,'Pygmy Bindings',49981,2,0,0,1,127485,25497,9,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36155,4,2,-1,'Wendigo Girdle',49925,2,0,0,1,130791,26158,6,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36156,4,2,-1,'Wendigo Boots',49979,2,0,0,1,196932,39386,8,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36157,4,2,-1,'Wendigo Chestpiece',49922,2,0,0,1,263571,52714,5,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36158,4,2,-1,'Wendigo Gloves',49985,2,0,0,1,132269,26453,10,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36159,4,2,-1,'Wendigo Hood',52518,2,0,0,1,199149,39829,1,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36160,4,2,-1,'Wendigo Legguards',49929,2,0,0,1,266527,53305,7,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36161,4,2,-1,'Wendigo Pauldrons',49919,2,0,0,1,200641,40128,3,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36162,4,2,-1,'Wendigo Bands',49982,2,0,0,1,134244,26848,9,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36163,4,2,-1,'Webspinner Cord',49925,2,0,0,1,137646,27529,6,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,229,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36164,4,2,-1,'Webspinner Boots',49979,2,0,0,1,212687,42537,8,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36165,4,2,-1,'Webspinner Vest',49922,2,0,0,1,284571,56914,5,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36166,4,2,-1,'Webspinner Gloves',49985,2,0,0,1,142793,28558,10,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36167,4,2,-1,'Webspinner Hood',52518,2,0,0,1,214952,42990,1,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36168,4,2,-1,'Webspinner Leggings',49929,2,0,0,1,287619,57523,7,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36169,4,2,-1,'Webspinner Shoulderguards',49919,2,0,0,1,195845,39169,3,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36170,4,2,-1,'Webspinner Bindings',49982,2,0,0,1,131071,26214,9,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36171,4,2,-1,'Geist Belt',49926,2,0,0,1,134356,26871,6,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36172,4,2,-1,'Geist Boots',49980,2,0,0,1,202311,40462,8,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36173,4,2,-1,'Geist Tunic',49923,2,0,0,1,270758,54151,5,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,415,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36174,4,2,-1,'Geist Gloves',49986,2,0,0,1,135897,27179,10,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,260,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36175,4,2,-1,'Geist Hood',52519,2,0,0,1,204624,40924,1,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,337,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36176,4,2,-1,'Geist Legguards',49930,2,0,0,1,273869,54773,7,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36177,4,2,-1,'Geist Shoulders',49920,2,0,0,1,206159,41231,3,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36178,4,2,-1,'Geist Wristguards',49983,2,0,0,1,137958,27591,9,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36179,4,3,-1,'Garmaul Waistband',52133,2,0,0,1,121528,24305,6,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36180,4,3,-1,'Garmaul Footwraps',52135,2,0,0,1,188681,37736,8,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36181,4,3,-1,'Garmaul Chestpiece',52128,2,0,0,1,251372,50274,5,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,667,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36182,4,3,-1,'Garmaul Fists',52129,2,0,0,1,126141,25228,10,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,417,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36183,4,3,-1,'Garmaul Helmet',52496,2,0,0,1,189894,37978,1,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,542,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36184,4,3,-1,'Garmaul Legguards',52155,2,0,0,1,254078,50815,7,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36185,4,3,-1,'Garmaul Shoulderguards',51237,2,0,0,1,192091,38418,3,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36186,4,3,-1,'Garmaul Bracers',51075,2,0,0,1,127949,25589,9,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36187,4,3,-1,'Njord Belt',52145,2,0,0,1,132032,26406,6,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36188,4,3,-1,'Njord Boots',52146,2,0,0,1,199615,39923,8,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,472,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36189,4,3,-1,'Njord Chain Vest',52147,2,0,0,1,240591,48118,5,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,686,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36190,4,3,-1,'Njord Gauntlets',52148,2,0,0,1,120763,24152,10,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36191,4,3,-1,'Njord Helm',52497,2,0,0,1,181847,36369,1,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36192,4,3,-1,'Njord Leggings',52153,2,0,0,1,243373,48674,7,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,601,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36193,4,3,-1,'Njord Shoulderguards',52151,2,0,0,1,184046,36809,3,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,515,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36194,4,3,-1,'Njord Bracers',51212,2,0,0,1,122622,24524,9,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36195,4,3,-1,'Skom Stitched-Belt',52133,2,0,0,1,126460,25292,6,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36196,4,3,-1,'Skom Greaves',52135,2,0,0,1,196446,39289,8,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36197,4,3,-1,'Skom Chain Vest',52128,2,0,0,1,261731,52346,5,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36198,4,3,-1,'Skom Gloves',52129,2,0,0,1,131346,26269,10,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36199,4,3,-1,'Skom Helm',52495,2,0,0,1,197721,39544,1,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,574,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36200,4,3,-1,'Skom Leggings',52155,2,0,0,1,264590,52918,7,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36201,4,3,-1,'Skom Spaulders',51237,2,0,0,1,200049,40009,3,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36202,4,3,-1,'Skom Bracers',51075,2,0,0,1,133257,26651,9,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36203,4,3,-1,'Nifflevar Girdle',52145,2,0,0,1,137301,27460,6,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,408,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36204,4,3,-1,'Nifflevar Boots',52146,2,0,0,1,207611,41522,8,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36205,4,3,-1,'Nifflevar Chestpiece',52147,2,0,0,1,276577,55315,5,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,726,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36206,4,3,-1,'Nifflevar Gloves',52148,2,0,0,1,138782,27756,10,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36207,4,3,-1,'Nifflevar Helmet',52498,2,0,0,1,208894,41778,1,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,590,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36208,4,3,-1,'Nifflevar Legguards',52153,2,0,0,1,279513,55902,7,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,635,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36209,4,3,-1,'Nifflevar Shoulderguards',52151,2,0,0,1,191186,38237,3,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,544,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36210,4,3,-1,'Nifflevar Bindings',51212,2,0,0,1,127374,25474,9,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,318,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36211,4,3,-1,'Orca Belt',52133,2,0,0,1,131198,26239,6,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,419,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36212,4,3,-1,'Orca Footwraps',52135,2,0,0,1,203902,40780,8,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36213,4,3,-1,'Orca Armor',52128,2,0,0,1,271680,54336,5,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,746,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36214,4,3,-1,'Orca Fists',52129,2,0,0,1,136332,27266,10,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,466,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36215,4,3,-1,'Orca Helmet',52495,2,0,0,1,205259,41051,1,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,606,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36216,4,3,-1,'Orca Legwraps',52155,2,0,0,1,274691,54938,7,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36217,4,3,-1,'Orca Spaulders',51237,2,0,0,1,207697,41539,3,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,559,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36218,4,3,-1,'Orca Bindings',51075,2,0,0,1,138345,27669,9,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36219,4,3,-1,'Amberpine Girdle',52145,2,0,0,1,142377,28475,6,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,431,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36220,4,3,-1,'Amberpine Greaves',52146,2,0,0,1,215297,43059,8,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,526,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36221,4,3,-1,'Amberpine Chain Vest',52147,2,0,0,1,286832,57366,5,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,765,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36222,4,3,-1,'Amberpine Gauntlets',52148,2,0,0,1,143921,28784,10,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,478,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36223,4,3,-1,'Amberpine Helmet',52498,2,0,0,1,216661,43332,1,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,622,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36224,4,3,-1,'Amberpine Legguards',52153,2,0,0,1,289920,57984,7,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36225,4,3,-1,'Amberpine Spaulders',52151,2,0,0,1,219189,43837,3,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,574,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36226,4,3,-1,'Amberpine Bracers',51212,2,0,0,1,145985,29197,9,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,335,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36227,4,3,-1,'Trapper Belt',52133,2,0,0,1,150131,30026,6,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36228,4,3,-1,'Trapper Footwraps',52135,2,0,0,1,211047,42209,8,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36229,4,3,-1,'Trapper Chain Vest',52128,2,0,0,1,281187,56237,5,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,785,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36230,4,3,-1,'Trapper Gloves',52129,2,0,0,1,141126,28225,10,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36231,4,3,-1,'Trapper Helm',52495,2,0,0,1,212487,42497,1,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,638,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36232,4,3,-1,'Trapper Leggings',52155,2,0,0,1,284381,56876,7,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36233,4,3,-1,'Trapper Shoulderguards',51237,2,0,0,1,215014,43002,3,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,589,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36234,4,3,-1,'Trapper Bracers',51075,2,0,0,1,143240,28648,9,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36235,4,3,-1,'Shoveltusk Waistband',52145,2,0,0,1,147246,29449,6,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,453,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36236,4,3,-1,'Shoveltusk Greaves',52146,2,0,0,1,222673,44534,8,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,553,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36237,4,3,-1,'Shoveltusk Breastplate',52147,2,0,0,1,296645,59329,5,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36238,4,3,-1,'Shoveltusk Gauntlets',52148,2,0,0,1,148867,29773,10,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,503,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36239,4,3,-1,'Shoveltusk Helmet',52498,2,0,0,1,224119,44823,1,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,654,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36240,4,3,-1,'Shoveltusk Legguards',52153,2,0,0,1,299915,59983,7,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,704,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36241,4,3,-1,'Shoveltusk Mantle',52151,2,0,0,1,226735,45347,3,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,604,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36242,4,3,-1,'Shoveltusk Bindings',51212,2,0,0,1,151033,30206,9,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,352,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36243,4,3,-1,'Mammoth Girdle',52166,2,0,0,1,155154,31030,6,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36244,4,3,-1,'Mammoth Boots',52163,2,0,0,1,217860,43572,8,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36245,4,3,-1,'Mammoth Chestpiece',51887,2,0,0,1,290311,58062,5,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,825,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36246,4,3,-1,'Mammoth Fists',52164,2,0,0,1,145713,29142,10,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36247,4,3,-1,'Mammoth Helm',51872,2,0,0,1,219407,43881,1,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36248,4,3,-1,'Mammoth Legwraps',52167,2,0,0,1,293629,58725,7,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,722,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36249,4,3,-1,'Mammoth Spaulders',51883,2,0,0,1,222041,44408,3,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36250,4,3,-1,'Mammoth Bindings',52165,2,0,0,1,147930,29586,9,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36251,4,3,-1,'Wolvar Belt',52166,2,0,0,1,151911,30382,6,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36252,4,3,-1,'Wolvar Greaves',52163,2,0,0,1,229716,45943,8,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,581,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36253,4,3,-1,'Wolvar Armor',51887,2,0,0,1,306074,61214,5,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,845,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36254,4,3,-1,'Wolvar Fists',52164,2,0,0,1,153608,30721,10,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36255,4,3,-1,'Wolvar Helmet',51872,2,0,0,1,231268,46253,1,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,686,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36256,4,3,-1,'Wolvar Legguards',52167,2,0,0,1,309468,61893,7,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,739,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36257,4,3,-1,'Wolvar Shoulderguards',51883,2,0,0,1,233993,46798,3,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36258,4,3,-1,'Wolvar Bindings',52165,2,0,0,1,155876,31175,9,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36259,4,3,-1,'Cormorant Waistband',57612,2,0,0,1,159955,31991,6,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,486,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36260,4,3,-1,'Cormorant Footwraps',52163,2,0,0,1,241879,48375,8,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,594,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36261,4,3,-1,'Cormorant Chain Vest',51887,2,0,0,1,330607,66121,5,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36262,4,3,-1,'Cormorant Gloves',52164,2,0,0,1,150095,30019,10,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36263,4,3,-1,'Cormorant Helm',51872,2,0,0,1,225995,45199,1,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36264,4,3,-1,'Cormorant Leggings',52167,2,0,0,1,302494,60498,7,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,756,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36265,4,3,-1,'Cormorant Mantle',51883,2,0,0,1,228758,45751,3,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,648,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36266,4,3,-1,'Cormorant Bracelets',52165,2,0,0,1,152414,30482,9,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,378,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36267,4,3,-1,'Ulduar Girdle',52166,2,0,0,1,156353,31270,6,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,497,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36268,4,3,-1,'Ulduar Greaves',52163,2,0,0,1,236470,47294,8,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,608,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36269,4,3,-1,'Ulduar Breastplate',51887,2,0,0,1,315092,63018,5,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36270,4,3,-1,'Ulduar Gauntlets',52164,2,0,0,1,158142,31628,10,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,553,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36271,4,3,-1,'Ulduar Helm',51872,2,0,0,1,238085,47617,1,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,718,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36272,4,3,-1,'Ulduar Legguards',52167,2,0,0,1,318639,63727,7,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,774,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36273,4,3,-1,'Ulduar Shoulderguards',51883,2,0,0,1,240940,48188,3,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,663,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36274,4,3,-1,'Ulduar Bracers',52165,2,0,0,1,160497,32099,9,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,387,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36275,4,3,-1,'Spiderlord Belt',52166,2,0,0,1,164566,32913,6,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,508,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36276,4,3,-1,'Spiderlord Boots',52163,2,0,0,1,248864,49772,8,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,621,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36277,4,3,-1,'Spiderlord Chestpiece',51887,2,0,0,1,340300,68060,5,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,904,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36278,4,3,-1,'Spiderlord Gauntlets',52164,2,0,0,1,170743,34148,10,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,565,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36279,4,3,-1,'Spiderlord Helm',51872,2,0,0,1,257028,51405,1,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,734,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36280,4,3,-1,'Spiderlord Legguards',52167,2,0,0,1,343923,68784,7,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,791,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36281,4,3,-1,'Spiderlord Spaulders',51883,2,0,0,1,260007,52001,3,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,678,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36282,4,3,-1,'Spiderlord Bracers',52165,2,0,0,1,156676,31335,9,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36283,4,3,-1,'Spectral Waistband',52166,2,0,0,1,160604,32120,6,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,520,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36284,4,3,-1,'Spectral Greaves',52163,2,0,0,1,242915,48583,8,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,635,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36285,4,3,-1,'Spectral Armor',51887,2,0,0,1,323699,64739,5,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,924,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36286,4,3,-1,'Spectral Gauntlets',52164,2,0,0,1,162455,32491,10,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36287,4,3,-1,'Spectral Helmet',51872,2,0,0,1,244616,48923,1,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,751,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36288,4,3,-1,'Spectral Legwraps',52167,2,0,0,1,327399,65479,7,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,808,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36289,4,3,-1,'Spectral Mantle',51883,2,0,0,1,247578,49515,3,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,693,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36290,4,3,-1,'Spectral Bracelets',52165,2,0,0,1,164927,32985,9,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36291,4,4,-1,'Westguard Belt',51653,2,0,0,1,142059,28411,6,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36292,4,4,-1,'Westguard Greaves',51657,2,0,0,1,212269,42453,8,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,819,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36293,4,4,-1,'Westguard Armor',51652,2,0,0,1,292205,58441,5,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1191,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36294,4,4,-1,'Westguard Gloves',51656,2,0,0,1,147471,29494,10,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36295,4,4,-1,'Westguard Helm',61307,2,0,0,1,220326,44065,1,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,968,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36296,4,4,-1,'Westguard Legplates',51658,2,0,0,1,295391,59078,7,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1042,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36297,4,4,-1,'Westguard Epaulets',51951,2,0,0,1,221894,44378,3,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,893,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36298,4,4,-1,'Westguard Bracers',51654,2,0,0,1,149593,29918,9,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,521,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36299,4,4,-1,'Coldrock Girdle',51662,2,0,0,1,154369,30873,6,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36300,4,4,-1,'Coldrock Sabatons',51131,2,0,0,1,230617,46123,8,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,843,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36301,4,4,-1,'Coldrock Breastplate',51660,2,0,0,1,309139,61827,5,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1226,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36302,4,4,-1,'Coldrock Gauntlets',51661,2,0,0,1,141146,28229,10,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,766,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36303,4,4,-1,'Coldrock Helmet',51207,2,0,0,1,210933,42186,1,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,996,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36304,4,4,-1,'Coldrock Legplates',51663,2,0,0,1,282873,56574,7,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36305,4,4,-1,'Coldrock Pauldrons',51949,2,0,0,1,212546,42509,3,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,920,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36306,4,4,-1,'Coldrock Bracers',51659,2,0,0,1,143328,28665,9,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36307,4,4,-1,'Baleheim Belt',51676,2,0,0,1,147831,29566,6,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36308,4,4,-1,'Baleheim Greaves',51669,2,0,0,1,220884,44176,8,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,867,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36309,4,4,-1,'Baleheim Armor',51665,2,0,0,1,304231,60846,5,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1262,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36310,4,4,-1,'Baleheim Gloves',51668,2,0,0,1,153549,30709,10,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,789,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36311,4,4,-1,'Baleheim Helmet',61308,2,0,0,1,229419,45883,1,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36312,4,4,-1,'Baleheim Legguards',51671,2,0,0,1,307567,61513,7,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36313,4,4,-1,'Baleheim Epaulets',51950,2,0,0,1,231076,46215,3,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36314,4,4,-1,'Baleheim Vambraces',51672,2,0,0,1,155790,31158,9,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36315,4,4,-1,'Wyrmskull Girdle',51653,2,0,0,1,160536,32107,6,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36316,4,4,-1,'Wyrmskull Sabatons',51657,2,0,0,1,239820,47964,8,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,892,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36317,4,4,-1,'Wyrmskull Breastplate',51652,2,0,0,1,321522,64304,5,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1297,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36318,4,4,-1,'Wyrmskull Gauntlets',51673,2,0,0,1,162259,32451,10,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,811,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36319,4,4,-1,'Wyrmskull Helm',61307,2,0,0,1,242407,48481,1,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1054,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36320,4,4,-1,'Wyrmskull Legplates',51674,2,0,0,1,324947,64989,7,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36321,4,4,-1,'Wyrmskull Epaulets',51951,2,0,0,1,244108,48821,3,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,973,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36322,4,4,-1,'Wyrmskull Bracers',51654,2,0,0,1,148888,29777,9,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36323,4,4,-1,'Halgrind Belt',51675,2,0,0,1,153345,30669,6,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,749,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36324,4,4,-1,'Halgrind Greaves',51131,2,0,0,1,229160,45832,8,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36325,4,4,-1,'Halgrind Carapace',51660,2,0,0,1,315778,63155,5,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1332,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36326,4,4,-1,'Halgrind Gloves',51661,2,0,0,1,159385,31877,10,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,833,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36327,4,4,-1,'Halgrind Helmet',51207,2,0,0,1,238128,47625,1,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1083,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36328,4,4,-1,'Halgrind Legplates',51663,2,0,0,1,319292,63858,7,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1166,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36329,4,4,-1,'Halgrind Epaulets',51949,2,0,0,1,239897,47979,3,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36330,4,4,-1,'Halgrind Bracers',51659,2,0,0,1,161746,32349,9,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36331,4,4,-1,'Grizzlemaw Belt',51676,2,0,0,1,166446,33289,6,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,769,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36332,4,4,-1,'Grizzlemaw Sabatons',51669,2,0,0,1,248685,49737,8,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,940,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36333,4,4,-1,'Grizzlemaw Armor',51665,2,0,0,1,333425,66685,5,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1368,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36334,4,4,-1,'Grizzlemaw Gauntlets',51668,2,0,0,1,168274,33654,10,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,855,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36335,4,4,-1,'Grizzlemaw Helm',61308,2,0,0,1,251382,50276,1,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36336,4,4,-1,'Grizzlemaw Legplates',51671,2,0,0,1,337028,67405,7,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36337,4,4,-1,'Grizzlemaw Epaulets',51950,2,0,0,1,253197,50639,3,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1026,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36338,4,4,-1,'Grizzlemaw Vambraces',51672,2,0,0,1,170696,34139,9,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,598,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36339,4,4,-1,'Bloodmar Girdle',51653,2,0,0,1,175530,35106,6,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,789,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36340,4,4,-1,'Bloodmar Sabatons',51657,2,0,0,1,262230,52446,8,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36341,4,4,-1,'Bloodmar Breastplate',51652,2,0,0,1,326844,65368,5,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1403,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36342,4,4,-1,'Bloodmar Gauntlets',51673,2,0,0,1,164963,32992,10,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,877,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36343,4,4,-1,'Bloodmar Helm',61307,2,0,0,1,246500,49300,1,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36344,4,4,-1,'Bloodmar Legplates',51674,2,0,0,1,330536,66107,7,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1228,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36345,4,4,-1,'Bloodmar Pauldrons',51951,2,0,0,1,248359,49671,3,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36346,4,4,-1,'Bloodmar Vambraces',51654,2,0,0,1,167444,33488,9,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,614,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36347,4,4,-1,'Jormungar Girdle',51948,2,0,0,1,172130,34426,6,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36348,4,4,-1,'Jormungar Sabatons',51131,2,0,0,1,257191,51438,8,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36349,4,4,-1,'Jormungar Breastplate',51660,2,0,0,1,344848,68969,5,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1438,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36350,4,4,-1,'Jormungar Gauntlets',51645,2,0,0,1,174031,34806,10,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,899,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36351,4,4,-1,'Jormungar Helmet',51207,2,0,0,1,260022,52004,1,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1169,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36352,4,4,-1,'Jormungar Legplates',51663,2,0,0,1,348629,69725,7,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1259,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36353,4,4,-1,'Jormungar Pauldrons',51949,2,0,0,1,261926,52385,3,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1079,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36354,4,4,-1,'Jormungar Bracers',51659,2,0,0,1,176573,35314,9,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,629,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36355,4,4,-1,'Frostpaw Belt',51953,2,0,0,1,181393,36278,6,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,829,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36356,4,4,-1,'Frostpaw Greaves',52046,2,0,0,1,271003,54200,8,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1013,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36357,4,4,-1,'Frostpaw Armor',52048,2,0,0,1,337394,67478,5,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1474,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36358,4,4,-1,'Frostpaw Gauntlets',51954,2,0,0,1,170316,34063,10,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,921,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36359,4,4,-1,'Frostpaw Helmet',51891,2,0,0,1,254513,50902,1,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36360,4,4,-1,'Frostpaw Legguards',51955,2,0,0,1,341300,68260,7,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1290,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36361,4,4,-1,'Frostpaw Epaulets',51892,2,0,0,1,256436,51287,3,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36362,4,4,-1,'Frostpaw Vambraces',51897,2,0,0,1,172917,34583,9,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,645,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36363,4,4,-1,'Magnataur Girdle',52043,2,0,0,1,177572,35514,6,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,849,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36364,4,4,-1,'Magnataur Sabatons',52045,2,0,0,1,265337,53067,8,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36365,4,4,-1,'Magnataur Breastplate',52049,2,0,0,1,355755,71151,5,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1509,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36366,4,4,-1,'Magnataur Gauntlets',52042,2,0,0,1,179563,35912,10,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,943,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36367,4,4,-1,'Magnataur Helm',50905,2,0,0,1,268302,53660,1,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1226,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36368,4,4,-1,'Magnataur Legplates',52044,2,0,0,1,359751,71950,7,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36369,4,4,-1,'Magnataur Pauldrons',49725,2,0,0,1,270269,54053,3,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1132,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36370,4,4,-1,'Magnataur Bracers',52039,2,0,0,1,182224,36444,9,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36371,4,4,-1,'Kraken Girdle',52051,2,0,0,1,187015,37403,6,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,869,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36372,4,4,-1,'Kraken Greaves',52052,2,0,0,1,279389,55877,8,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1062,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36373,4,4,-1,'Kraken Breastplate',51633,2,0,0,1,384347,76869,5,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1545,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36374,4,4,-1,'Kraken Gauntlets',52050,2,0,0,1,193956,38791,10,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36375,4,4,-1,'Kraken Helm',51641,2,0,0,1,262166,52433,1,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1255,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36376,4,4,-1,'Kraken Legplates',51640,2,0,0,1,351548,70309,7,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36377,4,4,-1,'Kraken Epaulets',49512,2,0,0,1,264178,52835,3,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36378,4,4,-1,'Kraken Vambraces',51636,2,0,0,1,178148,35629,9,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,676,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36379,4,4,-1,'Golem Girdle',52055,2,0,0,1,182773,36554,6,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36380,4,4,-1,'Golem Sabatons',52057,2,0,0,1,273096,54619,8,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1086,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36381,4,4,-1,'Golem Breastplate',52053,2,0,0,1,366216,73243,5,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36382,4,4,-1,'Golem Gauntlets',52054,2,0,0,1,184854,36970,10,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,987,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36383,4,4,-1,'Golem Helmet',51904,2,0,0,1,276222,55244,1,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1284,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36384,4,4,-1,'Golem Legplates',52056,2,0,0,1,370354,74070,7,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1382,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36385,4,4,-1,'Golem Pauldrons',51297,2,0,0,1,278278,55655,3,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1185,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36386,4,4,-1,'Golem Vambraces',52058,2,0,0,1,187635,37527,9,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,691,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36387,4,4,-1,'Revenant Belt',52063,2,0,0,1,192376,38475,6,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36388,4,4,-1,'Revenant Greaves',52045,2,0,0,1,287442,57488,8,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36389,4,4,-1,'Revenant Armor',52049,2,0,0,1,395594,79118,5,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1615,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36390,4,4,-1,'Revenant Gauntlets',52042,2,0,0,1,199642,39928,10,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1010,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36391,4,4,-1,'Revenant Helmet',50905,2,0,0,1,298231,59646,1,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1312,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36392,4,4,-1,'Revenant Legguards',52044,2,0,0,1,399822,79964,7,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1413,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36393,4,4,-1,'Revenant Epaulets',49725,2,0,0,1,300360,60072,3,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1211,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36394,4,4,-1,'Revenant Bracers',52064,2,0,0,1,202483,40496,9,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,707,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36395,4,4,-1,'Necropolis Girdle',51771,2,0,0,1,187713,37542,6,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,928,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36396,4,4,-1,'Necropolis Sabatons',51775,2,0,0,1,280523,56104,8,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36397,4,4,-1,'Necropolis Breastplate',51769,2,0,0,1,376197,75239,5,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1651,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36398,4,4,-1,'Necropolis Gloves',51772,2,0,0,1,189903,37980,10,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36399,4,4,-1,'Necropolis Helm',51773,2,0,0,1,283754,56750,1,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1341,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36400,4,4,-1,'Necropolis Legplates',51774,2,0,0,1,380513,76102,7,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1444,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36401,4,4,-1,'Necropolis Epaulets',51770,2,0,0,1,285928,57185,3,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1238,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36402,4,4,-1,'Necropolis Vambraces',51776,2,0,0,1,192804,38560,9,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,722,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36403,4,1,-1,'Riding Cloak',50050,2,0,0,1,120618,24123,16,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36404,4,1,-1,'Suede Cloak',50051,2,0,0,1,124494,24898,16,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36405,4,1,-1,'Double Cape',50052,2,0,0,1,131840,26368,16,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36406,4,1,-1,'Wayfarer\'s Cloak',50053,2,0,0,1,135847,27169,16,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36407,4,1,-1,'Lace-Trimmed Cloak',50054,2,0,0,1,139892,27978,16,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36408,4,1,-1,'Reversible Wool Cape',50055,2,0,0,1,143963,28792,16,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36409,4,1,-1,'Crushed Velvet Cloak',15076,2,0,0,1,148060,29612,16,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36410,4,1,-1,'Caribou Skin Cloak',50057,2,0,0,1,152167,30433,16,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36411,4,1,-1,'Brawler\'s Cape',50058,2,0,0,1,156315,31263,16,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36412,4,1,-1,'Fleece Cloak',23091,2,0,0,1,160489,32097,16,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36413,4,1,-1,'Dyed Taffeta Cape',15196,2,0,0,1,164688,32937,16,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36414,4,1,-1,'Mammoth Fur Cloak',50059,2,0,0,1,168897,33779,16,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36415,4,1,-1,'Vintage Satin Cloak',50061,2,0,0,1,156659,31331,16,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36416,4,1,-1,'Regal Cloak',50062,2,0,0,1,160588,32117,16,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36417,4,0,-1,'Oval Ring',4284,2,0,0,1,125915,31478,11,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36418,4,0,-1,'Floral Loop',31800,2,0,0,1,125915,31478,11,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36419,4,0,-1,'Glass Ring',24646,2,0,0,1,125915,31478,11,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36420,4,0,-1,'Gemstone Ring',9865,2,0,0,1,132650,33162,11,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36421,4,0,-1,'Devotional Band',2854,2,0,0,1,132650,33162,11,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36422,4,0,-1,'Filigree Ring',31800,2,0,0,1,136018,34004,11,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36423,4,0,-1,'Posy Ring',31616,2,0,0,1,139386,34846,11,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36424,4,0,-1,'Cameo Ring',23728,2,0,0,1,142753,35688,11,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36425,4,0,-1,'Gold Twisted Ring',9836,2,0,0,1,146121,36530,11,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36426,4,0,-1,'Stirrup Ring',31616,2,0,0,1,149489,37372,11,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36427,4,0,-1,'Engraved Ring',9834,2,0,0,1,152856,38214,11,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36428,4,0,-1,'Bouquet Ring',31800,2,0,0,1,156224,39056,11,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36429,4,0,-1,'Spur Ring',9840,2,0,0,1,159592,39898,11,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36430,4,0,-1,'Puzzle Ring',23897,2,0,0,1,162960,40740,11,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36431,4,0,-1,'Painted Wooden Beads',39000,2,0,0,1,122547,30636,2,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36432,4,0,-1,'Silver Rope Chain',9859,2,0,0,1,122547,30636,2,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36433,4,0,-1,'Snake Entwined Necklace',9857,2,0,0,1,125915,31478,2,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36434,4,0,-1,'Gold Mesh Collar',31889,2,0,0,1,129282,32320,2,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36435,4,0,-1,'Embroidered Pendant',15420,2,0,0,1,132650,33162,2,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36436,4,0,-1,'Jasper Bead Necklace',9658,2,0,0,1,136018,34004,2,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36437,4,0,-1,'Figaro Chain',6539,2,0,0,1,139386,34846,2,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36438,4,0,-1,'Shark-Toothed Necklace',9860,2,0,0,1,142753,35688,2,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36439,4,0,-1,'Serpentine Chain',9859,2,0,0,1,146121,36530,2,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36440,4,0,-1,'Gold Clasped Chain',9854,2,0,0,1,149489,37372,2,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36441,4,0,-1,'Pearl Woven Choker',9858,2,0,0,1,156224,39056,2,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36442,4,0,-1,'Silken Cord Amulet',31603,2,0,0,1,156224,39056,2,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36443,4,0,-1,'Platinum Medallion',12567,2,0,0,1,159592,39898,2,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36444,4,0,-1,'Ice Encrusted Amulet',9852,2,0,0,1,162960,40740,2,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(36445,4,6,-1,'Riveted Shield',52185,2,0,0,1,266135,53227,14,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3816,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,96,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36446,4,6,-1,'Forged-Iron Shield',52187,2,0,0,1,274654,54930,14,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3929,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,100,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36447,4,6,-1,'Kaskala Buckler',52183,2,0,0,1,283228,56645,14,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4239,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,128,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36448,4,6,-1,'Spiked Targe',52188,2,0,0,1,291828,58365,14,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4358,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,133,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36449,4,6,-1,'Vrykul Shield',52191,2,0,0,1,300510,60102,14,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4476,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,138,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36450,4,6,-1,'Strapped Heater Shield',52190,2,0,0,1,309248,61849,14,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4596,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,144,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36451,4,6,-1,'Kamagua Shield',52182,2,0,0,1,318010,63602,14,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4715,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,150,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36452,4,6,-1,'Spoke Shield',52189,2,0,0,1,326856,65371,14,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4833,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,154,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36453,4,6,-1,'Embossed Brazen Shield',52186,2,0,0,1,312078,62415,14,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4952,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,160,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36455,4,6,-1,'Plated Bulwark',52184,2,0,0,1,328920,65784,14,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5190,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,170,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36456,4,6,-1,'Icy Kite Shield',52180,2,0,0,1,337440,67488,14,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,176,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36457,4,6,-1,'Ivory Shield',52181,2,0,0,1,346014,69202,14,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5427,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,182,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36458,4,6,-1,'Frozen Shield',52179,2,0,0,1,354643,70928,14,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5546,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,185,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36459,4,0,-1,'Icy Orb',50236,2,0,0,1,119179,29794,23,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36460,4,0,-1,'Northern Star',24061,2,0,0,1,122547,30636,23,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36461,4,0,-1,'Demon-Skull Orb',50245,2,0,0,1,125915,31478,23,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36462,4,0,-1,'Coldarra Crystal',50238,2,0,0,1,129282,32320,23,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36463,4,0,-1,'Polished Orb',50239,2,0,0,1,132650,33162,23,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36464,4,0,-1,'Darkened Scepter',50313,2,0,0,1,136018,34004,23,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36465,4,0,-1,'Evergreen Branch',50241,2,0,0,1,139386,34846,23,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36466,4,0,-1,'Facetted Orb',27756,2,0,0,1,142753,35688,23,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36467,4,0,-1,'Reflecting Sphere',21605,2,0,0,1,146121,36530,23,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36468,4,0,-1,'Glistening Star',22923,2,0,0,1,149489,37372,23,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36469,4,0,-1,'Lidless Orb',31120,2,0,0,1,152856,38214,23,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36470,4,0,-1,'Gilded Scepter',50313,2,0,0,1,156224,39056,23,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36471,4,0,-1,'Ice Crystal',28337,2,0,0,1,159592,39898,23,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36472,4,0,-1,'Carved Rod',50243,2,0,0,1,162960,40740,23,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36473,2,15,-1,'Pioneer\'s Dagger',50118,2,0,0,1,397673,79534,13,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,181,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36474,2,15,-1,'Engraved Dagger',50119,2,0,0,1,410428,82085,13,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,184,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36475,2,15,-1,'Seal Shortblade',50124,2,0,0,1,423310,84662,13,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,187,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36476,2,15,-1,'Whale Ripper',50121,2,0,0,1,436278,87255,13,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,191,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36478,2,15,-1,'Frosty Talon',49206,2,0,0,1,462423,92484,13,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,199,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36479,2,15,-1,'Snobold Ripper',50122,2,0,0,1,475647,95129,13,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,203,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36480,2,15,-1,'Ebony Dagger',50119,2,0,0,1,488957,97791,13,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,207,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36481,2,15,-1,'Trapper Knife',50118,2,0,0,1,502352,100470,13,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36482,2,15,-1,'Parrying Dagger',50123,2,0,0,1,515781,103156,13,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,216,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36483,2,15,-1,'Mandible Edge',50121,2,0,0,1,529347,105869,13,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,221,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36484,2,15,-1,'Etched Dagger',50125,2,0,0,1,542998,108599,13,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,226,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36485,2,15,-1,'Sinuous Keris',49206,2,0,0,1,556680,111336,13,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,231,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36486,2,15,-1,'Ornate Pugio',50126,2,0,0,1,585358,117071,13,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,236,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36487,2,4,-1,'Stone-Headed Gavel',50197,2,0,0,1,429613,85922,13,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,276,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36488,2,4,-1,'Conifer Club',50198,2,0,0,1,401111,80222,13,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,281,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36489,2,4,-1,'Iron Flanged Scepter',50199,2,0,0,1,413693,82738,13,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,287,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36490,2,4,-1,'Tuskarr Cudgel',49201,2,0,0,1,426404,85280,13,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,292,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36492,2,4,-1,'Peaked Club',50201,2,0,0,1,452082,90416,13,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,304,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36493,2,4,-1,'Furbolg Truncheon',50202,2,0,0,1,465002,93000,13,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,310,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36494,2,4,-1,'Barbed Star',50203,2,0,0,1,478054,95610,13,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,317,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36495,2,4,-1,'Ferrous Hammer',50204,2,0,0,1,491192,98238,13,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,323,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36496,2,4,-1,'Brass-Bound Cudgel',50202,2,0,0,1,504415,100883,13,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,330,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36497,2,4,-1,'Adamant Mallet',50206,2,0,0,1,517672,103534,13,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,337,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36498,2,4,-1,'Nerubian Mace',50205,2,0,0,1,531066,106213,13,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,345,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36499,2,4,-1,'Frigid War-Mace',50201,2,0,0,1,544546,108909,13,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,353,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36500,2,4,-1,'Gargoyle\'s Mace',50210,2,0,0,1,558055,111611,13,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,361,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36501,2,5,-1,'Granite Maul',50320,2,0,0,1,512057,102411,17,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,446,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36502,2,5,-1,'Ungainly Mace',50247,2,0,0,1,542442,108488,17,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,454,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36503,2,5,-1,'Toothless Bludgeon',49203,2,0,0,1,559353,111870,17,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,463,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36504,2,5,-1,'Cleft-Edged Hammer',50316,2,0,0,1,576315,115263,17,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,472,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36506,2,5,-1,'Vaulted Mace',50325,2,0,0,1,610669,122133,17,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,491,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36507,2,5,-1,'Iron-Molded Fist',50320,2,0,0,1,628006,125601,17,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,334,501,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36508,2,5,-1,'Cumbersome Sledgehammer',50252,2,0,0,1,583939,116787,17,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,511,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36509,2,5,-1,'Femur-Shafted Mace',50253,2,0,0,1,600040,120008,17,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,522,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36510,2,5,-1,'Lumbering Bludgeon',50254,2,0,0,1,616248,123249,17,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,533,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36511,2,5,-1,'Arctic War Hammer',50315,2,0,0,1,632563,126512,17,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,545,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36512,2,5,-1,'Onerous Mallet',50254,2,0,0,1,648918,129783,17,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,557,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36513,2,5,-1,'Lode-Headed Hammer',50322,2,0,0,1,665446,133089,17,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,570,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36514,2,5,-1,'Kingly Battlehammer',50321,2,0,0,1,682082,136416,17,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,583,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36515,2,7,-1,'Raider\'s Cutlass',50260,2,0,0,1,400543,80108,13,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,276,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36516,2,7,-1,'Tribal Blade',50261,2,0,0,1,413422,82684,13,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,281,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36517,2,7,-1,'Iron-Grip Shortsword',50262,2,0,0,1,426386,85277,13,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,287,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36518,2,7,-1,'Tundra\'s Edge',50267,2,0,0,1,451222,90244,13,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,292,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36520,2,7,-1,'Chopping Wideblade',49199,2,0,0,1,478146,95629,13,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,304,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36521,2,7,-1,'Shimmering Sabre',50265,2,0,0,1,491759,98351,13,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,310,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36522,2,7,-1,'Scored Blade',50266,2,0,0,1,505458,101091,13,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,317,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36523,2,7,-1,'Trollish Slicer',50268,2,0,0,1,519192,103838,13,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,323,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36524,2,7,-1,'Primitive Scimitar',50269,2,0,0,1,533061,106612,13,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,330,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36525,2,7,-1,'Craggy Machete',50265,2,0,0,1,547016,109403,13,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,337,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36526,2,7,-1,'Sleeted Longsword',50270,2,0,0,1,561056,112211,13,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,345,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36527,2,7,-1,'Blackened Blade',50263,2,0,0,1,575128,115025,13,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,353,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36528,2,7,-1,'Skeleton\'s Sword',50271,2,0,0,1,533219,106643,13,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,361,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36529,2,8,-1,'Unearthed Broadsword',49223,2,0,0,1,489353,97870,17,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,446,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36530,2,8,-1,'Whetted Ironblade',50334,2,0,0,1,505131,101026,17,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,454,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36531,2,8,-1,'Sawtooth Greatsword',50327,2,0,0,1,520961,104192,17,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,463,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36532,2,8,-1,'Shark Fin Blade',50331,2,0,0,1,536952,107390,17,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,472,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36534,2,8,-1,'Tempered-Steel Blade',50332,2,0,0,1,584698,116939,17,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,491,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36535,2,8,-1,'Dragon\'s Rib Sword',50328,2,0,0,1,601392,120278,17,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,334,501,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36536,2,8,-1,'Inlaid Greatsword',50329,2,0,0,1,618194,123638,17,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,511,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36537,2,8,-1,'Fur-Grip Broadsword',50326,2,0,0,1,635103,127020,17,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,522,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36538,2,8,-1,'Trollish Destroyer',50333,2,0,0,1,652055,130411,17,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,533,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36539,2,8,-1,'Chilled Warblade',50327,2,0,0,1,669177,133835,17,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,545,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36540,2,8,-1,'Petrified Sword',50330,2,0,0,1,686406,137281,17,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,557,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36541,2,8,-1,'Wintry Claymore',50332,2,0,0,1,703742,140748,17,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,570,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36542,2,8,-1,'Invasion Blade',50326,2,0,0,1,721116,144223,17,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,583,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36543,2,10,-1,'Survival Stick',50134,2,0,0,1,529278,105855,17,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,446,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36544,2,10,-1,'Journeyed Staff',50135,2,0,0,1,546184,109236,17,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,454,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36545,2,10,-1,'Branched Stick',50136,2,0,0,1,563197,112639,17,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,463,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36546,2,10,-1,'Unusual Staff',50137,2,0,0,1,580262,116052,17,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,472,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36548,2,10,-1,'Promised Staff',50139,2,0,0,1,556270,111254,17,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,491,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36549,2,10,-1,'Pulsing Quarterstaff',50346,2,0,0,1,572201,114440,17,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,334,501,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36550,2,10,-1,'Refulgent Staff',50344,2,0,0,1,604566,120913,17,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,511,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36551,2,10,-1,'Ritual Greatstaff',50143,2,0,0,1,621153,124230,17,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,522,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36552,2,10,-1,'Spiked Greatstaff',50347,2,0,0,1,637848,127569,17,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,533,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36553,2,10,-1,'Desecrated Staff',50345,2,0,0,1,654584,130916,17,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,545,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36554,2,10,-1,'Cursed Staff',50146,2,0,0,1,671492,134298,17,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,557,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36555,2,10,-1,'Minion Staff',50147,2,0,0,1,688506,137701,17,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,570,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36556,2,10,-1,'Apocalyptic Staff',50343,2,0,0,1,705628,141125,17,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,583,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36557,2,13,-1,'Meat Ripper',31314,2,0,0,1,414320,82864,13,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,276,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36558,2,13,-1,'Curved Scratcher',50370,2,0,0,1,427588,85517,13,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,281,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36559,2,13,-1,'Prized Handscythes',50371,2,0,0,1,440941,88188,13,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,287,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36560,2,13,-1,'Fighter\'s Grip',50370,2,0,0,1,454380,90876,13,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,292,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36562,2,13,-1,'Blue-Nailed Claws',50371,2,0,0,1,481469,96293,13,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,304,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36563,2,13,-1,'Gloved Talons',50371,2,0,0,1,495164,99032,13,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,310,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36564,2,13,-1,'Spider Claw',31314,2,0,0,1,508896,101779,13,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,317,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36565,2,13,-1,'Hero\'s Knuckles',31314,2,0,0,1,522761,104552,13,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,323,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36566,2,13,-1,'Gilded Fangs',50370,2,0,0,1,498861,99772,13,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,330,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36567,2,13,-1,'Six-Fingered Claws',50370,2,0,0,1,512045,102409,13,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,337,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36568,2,13,-1,'Hollowed Bone Knuckles',50371,2,0,0,1,525261,105052,13,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,345,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36569,2,13,-1,'Savage Talons',31314,2,0,0,1,538616,107723,13,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,353,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36570,2,13,-1,'Corrupted Scythes',31314,2,0,0,1,552056,110411,13,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,361,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36571,2,0,-1,'Splicing Axe',50063,2,0,0,1,405259,81051,13,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,276,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36572,2,0,-1,'Dinged Cleaver',50064,2,0,0,1,418228,83645,13,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,281,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36573,2,0,-1,'Primeval Adze',50073,2,0,0,1,431324,86264,13,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,287,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36574,2,0,-1,'Bone Cleaver',50067,2,0,0,1,444506,88901,13,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,292,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36576,2,0,-1,'Beaked Axe',50070,2,0,0,1,471080,94216,13,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,304,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36577,2,0,-1,'Disk Axe',50074,2,0,0,1,484518,96903,13,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,310,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36578,2,0,-1,'Troll Chopper',50072,2,0,0,1,498042,99608,13,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,317,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36579,2,0,-1,'Boreal Woodchopper',50065,2,0,0,1,511601,102320,13,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,323,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36580,2,0,-1,'Dire Axe',50075,2,0,0,1,525295,105059,13,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,330,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36581,2,0,-1,'Wolvar Handaxe',50071,2,0,0,1,539075,107815,13,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,337,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36582,2,0,-1,'Ice Pick',50069,2,0,0,1,513384,102676,13,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,345,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36583,2,0,-1,'Skeletal Hacker',50076,2,0,0,1,526427,105285,13,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,353,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36584,2,0,-1,'Snowy Edge',50066,2,0,0,1,539610,107922,13,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,361,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36585,2,1,-1,'Finned Battleaxe',50337,2,0,0,1,495195,99039,17,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,446,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36586,2,1,-1,'Wreaking Battleaxe',50342,2,0,0,1,511138,102227,17,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,454,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36587,2,1,-1,'Taunka Axe',50340,2,0,0,1,527134,105426,17,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,463,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36588,2,1,-1,'Burning Battleaxe',50336,2,0,0,1,543290,108658,17,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,472,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36590,2,1,-1,'Bone Plate Axe',50335,2,0,0,1,575924,115184,17,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,491,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36591,2,1,-1,'Winged Axe',50341,2,0,0,1,592341,118468,17,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,334,501,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36592,2,1,-1,'Deforester Axe',50337,2,0,0,1,608924,121784,17,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,511,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36593,2,1,-1,'Troll Decollator',50336,2,0,0,1,625615,125123,17,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,522,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36594,2,1,-1,'Fracturing Battleaxe',50338,2,0,0,1,642412,128482,17,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,533,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36595,2,1,-1,'Planate Broadaxe',50339,2,0,0,1,659251,131850,17,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,545,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36596,2,1,-1,'Rupturing Axe',50340,2,0,0,1,676262,135252,17,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,557,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36597,2,1,-1,'Ice-Splintering Axe',50335,2,0,0,1,693379,138675,17,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,570,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36598,2,1,-1,'Scarlet Battle Axe',50336,2,0,0,1,729105,145821,17,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,583,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36599,2,6,-1,'Ocean Trident',50353,2,0,0,1,535121,107024,17,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,446,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36600,2,6,-1,'Village Scythe',50358,2,0,0,1,552192,110438,17,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,454,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36601,2,6,-1,'Patient Harpoon',50354,2,0,0,1,515168,103033,17,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,463,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36602,2,6,-1,'Rust-Covered Polearm',50357,2,0,0,1,530948,106189,17,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,472,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36604,2,6,-1,'Grizzly Glaive',50352,2,0,0,1,562938,112587,17,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,491,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36605,2,6,-1,'Wind Scythe',50359,2,0,0,1,579094,115818,17,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,334,501,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36606,2,6,-1,'Rugged Polearm',50356,2,0,0,1,595296,119059,17,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,511,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36607,2,6,-1,'Dwarven Halberd',50351,2,0,0,1,611665,122333,17,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,522,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36608,2,6,-1,'Piercing Glaive',50355,2,0,0,1,628141,125628,17,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,533,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36609,2,6,-1,'Abandoned Spear',50348,2,0,0,1,644724,128944,17,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,545,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36610,2,6,-1,'Plagued Pike',50354,2,0,0,1,661347,132269,17,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,557,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36611,2,6,-1,'Bleak Scythe',50350,2,0,0,1,678143,135628,17,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,570,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36612,2,6,-1,'Scourge War Spear',50357,2,0,0,1,695046,139009,17,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,583,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36613,2,2,-1,'Honorable Longbow',50149,2,0,0,1,306096,61219,15,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,259,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36614,2,2,-1,'Yew Bow',50150,2,0,0,1,324295,64859,15,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,264,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36615,2,2,-1,'Expert\'s Longbow',50158,2,0,0,1,334409,66881,15,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,269,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36616,2,2,-1,'Dutiful Longbow',50149,2,0,0,1,344588,68917,15,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,274,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36618,2,2,-1,'Twisted Longbow',49222,2,0,0,1,365102,73020,15,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,285,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36619,2,2,-1,'Astral Light Bow',50153,2,0,0,1,375473,75094,15,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,291,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36620,2,2,-1,'Tracking Bow',50159,2,0,0,1,385908,77181,15,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,297,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36621,2,2,-1,'Advanced Flatbow',50154,2,0,0,1,358629,71725,15,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,303,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36622,2,2,-1,'Acute Shortbow',50157,2,0,0,1,368321,73664,15,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,310,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36623,2,2,-1,'Harnessed Longbow',50156,2,0,0,1,378078,75615,15,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,317,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36624,2,2,-1,'Shrieking Bow',50155,2,0,0,1,387900,77580,15,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,324,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36625,2,2,-1,'Massive Recurved Bow',50152,2,0,0,1,397744,79548,15,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,331,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36626,2,2,-1,'Military Compound Bow',50151,2,0,0,1,407693,81538,15,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,339,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36627,2,18,-1,'Composite Crossbow',50160,2,0,0,1,299300,59860,26,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,259,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36628,2,18,-1,'Under-Arm Crossbow',50161,2,0,0,1,308896,61779,26,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,264,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36629,2,18,-1,'Ferocious Crossbow',49202,2,0,0,1,318587,63717,26,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,269,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36630,2,18,-1,'Sinewed Crossbow',50162,2,0,0,1,337182,67436,26,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,274,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36632,2,18,-1,'Slingshot Crossbow',50164,2,0,0,1,357311,71462,26,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,285,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36633,2,18,-1,'Palisade Crossbow',50165,2,0,0,1,367489,73497,26,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,291,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36634,2,18,-1,'Pain Repeater',50166,2,0,0,1,377731,75546,26,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,297,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36635,2,18,-1,'Marvelous Crossbow',50166,2,0,0,1,388037,77607,26,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,303,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36636,2,18,-1,'Arbalest Crossbow',50168,2,0,0,1,398369,79673,26,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,310,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36637,2,18,-1,'Horrific Crossbow',50167,2,0,0,1,408803,81760,26,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,317,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36638,2,18,-1,'Bloody Crossbow',50162,2,0,0,1,419301,83860,26,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,324,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36639,2,18,-1,'Brutal Ballista',50164,2,0,0,1,429863,85972,26,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,331,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36640,2,18,-1,'Scourge Crossbow',50167,2,0,0,1,440448,88089,26,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,339,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36641,2,3,-1,'Bound Musket',18405,2,0,0,1,292474,58494,26,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,259,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36643,2,3,-1,'Tracker\'s Musket',18405,2,0,0,1,311407,62281,26,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,269,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36644,2,3,-1,'Inelegant Musket',18405,2,0,0,1,320937,64187,26,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,274,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36646,2,3,-1,'Haggard Gun',18405,2,0,0,1,349555,69911,26,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,285,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36647,2,3,-1,'Noisy Blaster',18405,2,0,0,1,359505,71901,26,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,291,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36648,2,3,-1,'Trapper\'s Rifle',18405,2,0,0,1,369553,73910,26,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,297,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36649,2,3,-1,'Tundra Rifle',18405,2,0,0,1,379667,75933,26,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,303,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36650,2,3,-1,'Mammoth Gun',18405,2,0,0,1,389844,77968,26,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,310,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36651,2,3,-1,'Muzzled Musket',18405,2,0,0,1,400047,80009,26,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,317,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36652,2,3,-1,'Stocky Shotgun',18405,2,0,0,1,410352,82070,26,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,324,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36653,2,3,-1,'Precipice Longrifle',18405,2,0,0,1,420722,84144,26,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,331,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36654,2,3,-1,'Harsh-Winter Rifle',18405,2,0,0,1,431156,86231,26,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,339,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36655,2,19,-1,'Pearled Wand',50366,2,0,0,1,316429,63285,26,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,332,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36656,2,19,-1,'Darkened Wand',50362,2,0,0,1,326540,65308,26,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,338,5,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36657,2,19,-1,'Vicious Wand',19902,2,0,0,1,336716,67343,26,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,344,3,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36658,2,19,-1,'Extinguished Spark',50364,2,0,0,1,346956,69391,26,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,351,3,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36660,2,19,-1,'Melted Wand',9062,2,0,0,1,367594,73518,26,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,2,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36661,2,19,-1,'Enigmatic Wand',50363,2,0,0,1,342026,68405,26,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,373,6,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36662,2,19,-1,'Voodoo Wand',50368,2,0,0,1,361376,72275,26,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,380,5,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36663,2,19,-1,'Ancient Wand',50360,2,0,0,1,371297,74259,26,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,388,2,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36664,2,19,-1,'Chilled Wand',50361,2,0,0,1,381281,76256,26,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,397,4,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36665,2,19,-1,'Wasteland Wand',50369,2,0,0,1,391330,78266,26,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,405,3,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36666,2,19,-1,'Polar Wand',25076,2,0,0,1,401403,80280,26,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,414,4,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36667,2,19,-1,'Solid Ice Wand',50367,2,0,0,1,411580,82316,26,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,424,4,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36668,2,19,-1,'Mindless Wand',50365,2,0,0,1,421821,84364,26,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,433,6,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36669,2,15,-1,'Eccentric Dagger',50127,2,0,0,1,412844,82568,21,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,1,45,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,122,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,-34.5,0,0,0,'',34,0,0,0,0,12340),(36670,2,15,-1,'Gypsy Blade',50125,2,0,0,1,426028,85205,21,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,1,45,167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,124,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.2,0,0,0,'',34,0,0,0,0,12340),(36671,2,15,-1,'Ominous Dagger',50128,2,0,0,1,439338,87867,21,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,1,45,173,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,126,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.8,0,0,0,'',34,0,0,0,0,12340),(36672,2,15,-1,'Strange Dagger',50121,2,0,0,1,452734,90546,21,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,1,45,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,129,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,-36.5,0,0,0,'',34,0,0,0,0,12340),(36674,2,15,-1,'Old Tooth',50122,2,0,0,1,479737,95947,21,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,1,45,194,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,134,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,-38,0,0,0,'',34,0,0,0,0,12340),(36675,2,15,-1,'Sockeye Dagger',50118,2,0,0,1,493390,98678,21,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,1,45,201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,137,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-38.8,0,0,0,'',35,0,0,0,0,12340),(36676,2,15,-1,'Water Blade',49207,2,0,0,1,507128,101425,21,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,1,45,209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,140,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-39.6,0,0,0,'',35,0,0,0,0,12340),(36677,2,15,-1,'Levitating Dagger',50128,2,0,0,1,520901,104180,21,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,1,45,217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,142,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-40.4,0,0,0,'',35,0,0,0,0,12340),(36678,2,15,-1,'Runed Talon',49206,2,0,0,1,496958,99391,21,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,1,45,225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,146,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-41.3,0,0,0,'',35,0,0,0,0,12340),(36679,2,15,-1,'Singing Dagger',50130,2,0,0,1,510099,102019,21,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,1,45,233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,149,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-42.2,0,0,0,'',35,0,0,0,0,12340),(36680,2,15,-1,'Mystic Fang',50121,2,0,0,1,523327,104665,21,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,1,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,153,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.1,0,0,0,'',35,0,0,0,0,12340),(36681,2,15,-1,'Wisdom Carver',50129,2,0,0,1,536585,107317,21,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,1,45,251,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,156,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-44.1,0,0,0,'',35,0,0,0,0,12340),(36682,2,15,-1,'Seduced Blade',50131,2,0,0,1,549982,109996,21,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,1,45,262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,159,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-45.1,0,0,0,'',35,0,0,0,0,12340),(36683,2,4,-1,'Enshrined Mace',50209,2,0,0,1,403741,80748,21,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,1,45,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,122,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,-34.5,0,0,0,'',34,0,0,0,0,12340),(36684,2,4,-1,'Ambrosial Hammer',50203,2,0,0,1,416710,83342,21,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,1,45,167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,124,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.2,0,0,0,'',34,0,0,0,0,12340),(36685,2,4,-1,'Placid Lightmace',50208,2,0,0,1,429721,85944,21,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,1,45,173,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,126,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.8,0,0,0,'',34,0,0,0,0,12340),(36686,2,4,-1,'Harmonious Scepter',50199,2,0,0,1,442860,88572,21,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,1,45,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,129,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,-36.5,0,0,0,'',34,0,0,0,0,12340),(36688,2,4,-1,'Sacrosanct Mace',50205,2,0,0,1,469396,93879,21,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,1,45,194,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,134,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,-38,0,0,0,'',34,0,0,0,0,12340),(36689,2,4,-1,'Refreshing Hammer',50198,2,0,0,1,482744,96548,21,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,1,45,201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,137,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-38.8,0,0,0,'',35,0,0,0,0,12340),(36690,2,4,-1,'Unearthly Scepter',50205,2,0,0,1,496225,99245,21,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,1,45,209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,140,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-39.6,0,0,0,'',35,0,0,0,0,12340),(36691,2,4,-1,'Dignified Hammer',49233,2,0,0,1,509792,101958,21,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,1,45,217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,142,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-40.4,0,0,0,'',35,0,0,0,0,12340),(36692,2,4,-1,'Remedial Mace',50199,2,0,0,1,523393,104678,21,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,1,45,225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,146,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-41.3,0,0,0,'',35,0,0,0,0,12340),(36693,2,4,-1,'Serene Hammer',50205,2,0,0,1,537129,107425,21,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,1,45,233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,149,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-42.2,0,0,0,'',35,0,0,0,0,12340),(36694,2,4,-1,'Beatific Mace',50197,2,0,0,1,511395,102279,21,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,1,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,153,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.1,0,0,0,'',35,0,0,0,0,12340),(36695,2,4,-1,'Dogmatic Scepter',50209,2,0,0,1,524451,104890,21,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,1,45,251,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,156,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-44.1,0,0,0,'',35,0,0,0,0,12340),(36696,2,4,-1,'Graced Scepter',50208,2,0,0,1,537536,107507,21,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,1,45,261,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,159,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-45.1,0,0,0,'',35,0,0,0,0,12340),(36697,2,10,-1,'Aquatic Greatstaff',50139,2,0,0,1,493299,98659,17,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,446,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36698,2,10,-1,'Conifer Cone Staff',53556,2,0,0,1,509189,101837,17,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,454,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36699,2,10,-1,'Iceberg Staff',50148,2,0,0,1,525185,105037,17,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,463,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36700,2,10,-1,'Peat Greatstaff',50147,2,0,0,1,541233,108246,17,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,472,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36702,2,10,-1,'Melting Icestaff',50139,2,0,0,1,573759,114751,17,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,491,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36703,2,10,-1,'Tusked Greatstaff',50136,2,0,0,1,590183,118036,17,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,334,501,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36704,2,10,-1,'Hive Comb Staff',50138,2,0,0,1,606653,121330,17,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,511,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36705,2,10,-1,'Geyser Staff',50135,2,0,0,1,623290,124658,17,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,522,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36706,2,10,-1,'Tenacious Vine Staff',50137,2,0,0,1,640034,128006,17,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,533,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36707,2,10,-1,'Cascading Water Staff',50134,2,0,0,1,656885,131377,17,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,545,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36708,2,10,-1,'Snow Blossom Staff',50138,2,0,0,1,673776,134755,17,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,557,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36709,2,10,-1,'Crystal Woodstaff',50343,2,0,0,1,690840,138168,17,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,570,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36710,2,10,-1,'Avalanche Staff',50344,2,0,0,1,708011,141602,17,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,583,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36711,2,16,-1,'Forsaken Edge',16752,2,0,0,1,107236,26809,25,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,235,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36712,2,16,-1,'Howling Throwing Knives',16752,2,0,0,1,110712,27678,25,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,239,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36713,2,16,-1,'Reaching Star',40002,2,0,0,1,114184,28546,25,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,244,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36714,2,16,-1,'Tuskarr\'s Piercers',16752,2,0,0,1,117660,29415,25,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,248,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36716,2,16,-1,'Threatening Darts',16752,2,0,0,1,124616,31154,25,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,258,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36717,2,16,-1,'Venture Co. Throwing Axe',20782,2,0,0,1,128092,32023,25,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,264,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36718,2,16,-1,'Nexus Shrike',40002,2,0,0,1,131564,32891,25,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,269,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36719,2,16,-1,'Hunter\'s Scout',16752,2,0,0,1,135040,33760,25,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,275,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36720,2,16,-1,'Flying Knives',16752,2,0,0,1,138516,34629,25,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,281,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36721,2,16,-1,'Dragon\'s Teeth',16752,2,0,0,1,141992,35498,25,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,287,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36722,2,16,-1,'Pyramid Throwing Star',40002,2,0,0,1,145472,36368,25,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,293,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36723,2,16,-1,'Clawed Shuriken',39991,2,0,0,1,148944,37236,25,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,300,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36724,2,16,-1,'Frozen Throwing Blades',16752,2,0,0,1,152420,38105,25,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,307,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(36725,12,0,0,'Black Blood of Yogg-Saron Sample',36189,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36726,12,0,0,'Ironbender\'s Mining Pick',49234,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47291,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36727,12,0,0,'Composite Ore',18704,1,16842752,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36728,12,0,0,'Ice Shard Cluster',50442,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36729,12,0,0,'Thin Animal Hide',38748,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36730,12,0,0,'Splintered Bone Chunk',22304,1,16842752,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36731,12,0,0,'Seared Jormungar Meat',39117,1,16842752,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36732,12,0,0,'Potent Explosive Charges',49803,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47305,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36733,12,0,0,'Coldwind Lumber',929,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36734,12,0,0,'Xink\'s Shredder Control Device',44269,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47919,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36735,12,0,0,'Kilix\'s Battle Plan',30953,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36736,12,0,0,'Scourge Armament',49244,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36738,12,0,0,'Warsong Battle Standard',7111,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47304,0,0,0,0,1164,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36739,12,0,0,'Heart of the Ancients',39910,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This gem seems to be pulsating.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36740,12,0,0,'Spiritsbreath',24691,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36741,12,0,0,'Head of High Cultist Zangus',3914,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36742,12,0,-1,'Goramosh\'s Strange Device',49274,1,2048,2,1,0,0,0,-1,-1,1,71,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It\'s odd-looking and definitely magical.',0,0,0,12055,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36743,12,0,0,'Desperate Mojo',6340,1,0,0,1,20000,5000,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Smells like fear...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36744,12,0,0,'Flesh-bound Tome',1246,1,67584,1,1,0,0,0,-1,-1,71,71,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Stitched together with flesh and bone.',0,0,0,12057,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36746,12,0,-1,'Goramosh\'s Strange Device',49274,1,2048,1,1,0,0,0,-1,-1,1,71,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It\'s odd-looking and definitely magical.',0,0,0,12059,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36747,12,0,-1,'Surge Needle Teleporter',49274,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47097,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36751,12,0,-1,'Ley Line Focus Control Ring',49292,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47374,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36752,12,0,0,'Anok\'ra\'s Key Fragment',36540,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36753,12,0,0,'Tivax\'s Key Fragment',36675,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36754,12,0,0,'Sinok\'s Key Fragment',36597,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36756,12,0,-1,'Captain Malin\'s Letter',3029,1,2048,2,1,0,0,0,-1,-1,1,71,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Dried tear drops are easily discerned amongst the hurried writing.',0,0,0,12067,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36757,12,0,0,'Drakkari Tablets',7697,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The characters on this tablet can still be made out, barely.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36758,12,0,0,'Sacred Mojo',6340,1,0,0,1,20000,5000,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A bit stickier than your average mojo.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36759,12,0,0,'Fragment of Anub\'et\'kan\'s Husk',49296,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36760,13,0,0,'Anub\'ar Prison Key',36595,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47412,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36764,12,0,0,'Shard of the Earth',49298,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47394,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36765,12,0,0,'Sample of Rockflesh',8560,1,196608,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36766,3,0,0,'Bright Dragon\'s Eye',61981,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1001,-1,0,0,2,0,'',0,0,0,0,0,12340),(36767,3,1,0,'Solid Dragon\'s Eye',61982,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Blue socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1002,-1,0,0,2,0,'',0,0,0,0,0,12340),(36768,12,0,0,'Vial of Corrosive Spit',15787,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36769,12,0,0,'Zort\'s Protective Elixir',17882,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The stopper appears to be stuck...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36770,0,1,0,'Zort\'s Protective Elixir',17882,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47430,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36771,0,8,0,'Sturdy Crates',10924,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47431,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'With little holes punched in them.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36772,12,0,0,'Captured Jormungar Spawn',11449,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36774,12,0,0,'Valnok\'s Flare Gun',16299,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47423,0,0,0,0,1149,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36775,12,0,0,'Zort\'s Scraper',44321,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47435,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36776,12,0,-1,'Island Shoveltusk Meat',2599,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36777,12,0,0,'Horn of Kamagua',48462,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47455,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36779,12,0,-1,'Ley Line Focus Control Amulet',49320,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47469,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36780,12,0,-1,'Lieutenant Ta\'zinni\'s Letter',7263,1,2048,1,1,0,0,0,-1,-1,1,71,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The writing is rushed and barely legible.',0,0,0,12085,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36781,7,11,-1,'Darkwater Clam',16212,1,64,0,1,800,200,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57844,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36782,7,8,-1,'Succulent Clam Meat',54540,1,0,0,1,600,150,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(36783,3,7,-1,'Northsea Pearl',54311,2,0,0,1,0,5000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36784,3,7,-1,'Siren\'s Tear',54313,3,0,0,1,0,10000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36786,12,0,-1,'Bark of the Walkers',49330,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47530,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36787,12,0,0,'Shard of Gavrock',36190,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47542,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36788,15,0,-1,'Matted Fur',18092,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36789,15,0,-1,'Cracked Horn',7134,0,0,0,1,5400,1350,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36793,12,0,0,'Sarathstra\'s Frozen Heart',13291,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36796,12,0,0,'Gavrock\'s Runebreaker',49346,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47604,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36797,15,0,-1,'Massive Scaly Tail',20915,0,0,0,1,4743,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36798,15,0,-1,'Scraped Shell Fragment',20914,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36800,12,0,0,'Rot Resistant Organ',4826,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36801,15,0,-1,'Crooked Fang',6002,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36802,15,0,-1,'Scything Talon',6666,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36803,12,0,0,'Ruby Lilac',13489,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36804,15,0,-1,'Chipped Ivory Tusk',3429,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36805,15,0,-1,'Misshapen Foot',26546,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A bit off',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36806,15,0,-1,'Perfectly Rounded Foot',26546,0,0,0,1,54000,13500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'If only you had an umbrella.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36807,12,0,0,'Sintar\'s Vaccine',48394,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36808,15,0,-1,'Bent Ivory Tusk',3429,0,0,0,1,6500,1625,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36809,15,0,-1,'Elemental Husk',36675,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36810,15,0,-1,'Primordial Infusion',37249,0,0,0,1,6250,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36811,15,0,-1,'Stripped Sprocket',7342,0,0,0,1,6250,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36812,15,0,-1,'Ground Gear',20818,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Nobody cares!',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36813,15,0,-1,'Sprung Sprocket',7342,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36814,15,0,-1,'Overgyrated Gear',20818,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36815,12,0,-1,'Ley Line Focus Control Talisman',24778,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47634,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36816,15,0,-1,'Prismatic Stone Chip',4719,0,0,0,1,6250,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36817,15,0,-1,'Banded Stone',4721,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36818,12,0,0,'Pack of Vaccine',34796,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47627,0,0,0,0,1149,2000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36819,12,0,0,'Fibrous Worg Meat',39723,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36820,12,0,0,'Flesh-bound Tome',1246,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Stitched together with flesh and bone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36821,15,0,-1,'Glimmering Stone Chip',4719,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36822,15,0,-1,'Translucent Polished Stone',4721,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36823,15,0,-1,'Silky Plumage',37653,0,0,0,1,6250,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36824,15,0,-1,'Articulated Talon',7202,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36825,12,0,0,'Drakkari Canopic Jar',31577,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36826,12,0,0,'Drakil\'jin Mallet',49385,1,67584,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36827,12,0,0,'Blood Gem',35930,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50251,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36828,12,0,0,'Filled Blood Gem',35850,1,196608,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36832,12,0,-1,'Letter of Introduction to Wyrmrest Temple',3032,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Written by Archmage Modera',3073,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36833,12,0,-1,'Letter of Introduction to Wyrmrest Temple',3032,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Written by Archmage Aethas Sunreaver',3074,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36834,12,0,0,'Charged Drakil\'jin Mallet',49385,1,67648,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47701,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36835,12,0,0,'Unholy Gem',35843,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47702,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36836,12,0,0,'Filled Unholy Gem',33298,1,196608,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36846,12,0,0,'Filled Frost Gem',35851,1,131072,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36847,12,0,0,'Frost Gem',35852,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47722,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36848,12,0,0,'War Golem Blueprint',7629,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36849,12,0,0,'Golem Blueprint Section 1',34751,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50342,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36850,12,0,0,'Golem Blueprint Section 2',34754,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50342,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36851,12,0,0,'Golem Blueprint Section 3',34753,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50342,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36852,12,0,0,'War Golem Part',23440,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36853,12,0,0,'Grom\'thar\'s Head',12904,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It barely fits in your pack...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36854,12,0,0,'Emblazoned Battle Horn',24188,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This looks familiar...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36855,12,0,0,'Emblazoned Battle Horn',24188,1,67584,2,1,0,0,0,-1,-1,1,72,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,12146,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36856,12,0,0,'Emblazoned Battle Horn',24188,1,67584,1,1,0,0,0,-1,-1,1,72,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,12147,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36857,12,0,0,'Durar\'s Power Cell',17923,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36858,12,0,0,'Kathorn\'s Power Cell',17922,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36859,12,0,0,'Snow of Eternal Slumber',49406,1,67648,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47778,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'May cause drowsiness.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36860,7,10,-1,'Eternal Fire',55236,2,1024,0,1,24000,6000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56042,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36861,12,0,0,'Translated Flesh-bound Tome',1246,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Stitched together with flesh and bone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36862,0,0,-1,'Worn Troll Dice',52015,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47776,0,0,0,10000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'Whatever you may need, it\'s not a pair of shoes!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36863,0,0,-1,'Decahedral Dwarven Dice',52014,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47770,0,0,0,10000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36864,12,0,0,'Emblazoned Battle Horn',24188,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48328,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36865,12,0,0,'Golem Control Unit',44269,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47910,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36868,12,0,0,'Drakkari Spirit Particles',40304,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36870,12,0,0,'Sacred Drakkari Offering',34059,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36871,4,0,-1,'Fury of the Encroaching Storm',38671,3,64,0,1,227654,56913,12,-1,-1,138,0,0,0,0,0,0,0,0,1,1,0,1,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47806,0,0,0,90000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(36872,4,0,-1,'Mender of the Oncoming Dawn',52817,3,64,0,1,227654,56913,12,-1,-1,138,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,47807,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(36873,12,0,0,'Drakkari Spirit Dust',49584,1,66624,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48052,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36874,4,0,-1,'Horn of the Herald',24187,3,64,0,1,227654,56913,12,-1,-1,138,0,0,0,0,0,0,0,0,1,1,0,1,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47816,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(36875,12,0,0,'Shovelhorn Steak',25472,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36876,12,0,0,'Scorched Holy Symbol',10365,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36877,0,0,0,'Folded Letter',8927,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36878,2,10,-1,'Writhing Longstaff',50143,2,0,0,1,551230,110246,17,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,45,7,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,397,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36879,2,4,-1,'Soldier\'s Spiked Mace',50204,2,0,0,1,442587,88517,13,262143,2147483647,138,0,0,0,0,0,0,0,0,0,1,0,1,3,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,287,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,46748,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36880,2,15,-1,'Vicious Spellblade',51559,2,0,0,1,444190,88838,21,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,33,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,111,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,47125,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.8,0,0,0,'',34,0,0,0,0,12340),(36881,2,4,-1,'Medic\'s Morning Star',49233,2,0,0,1,445749,89149,21,262143,2147483647,138,0,0,0,0,0,0,0,0,0,1,0,1,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,164,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,47126,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.8,0,0,0,'',34,0,0,0,0,12340),(36882,2,2,-1,'Warsong Longbow',50158,2,0,0,1,335514,67102,15,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,13,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,289,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36883,2,8,-1,'Combatant Greatsword',49223,2,0,0,1,561194,112238,17,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,55,4,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,476,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(36884,4,1,-1,'Transborean Cover',51229,2,0,0,1,135154,27030,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,6,22,5,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36885,4,2,-1,'Marshwalker Chestpiece',51200,2,0,0,1,226058,45211,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,39,3,21,38,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36886,4,3,-1,'Westrift Leggings',51213,2,0,0,1,272232,54446,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,30,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,34509,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36887,4,4,-1,'Mightstone Pauldrons',49473,2,0,0,1,221882,44376,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,4,16,32,39,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36888,4,2,-1,'Marshwalker Legguards',51201,2,0,0,1,212500,42500,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,36,37,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,36068,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36889,0,8,-1,'Demonic Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,73,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47874,0,-1,0,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340),(36890,0,8,-1,'Demonic Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,73,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47873,0,-1,0,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340),(36891,0,8,-1,'Demonic Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,73,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47872,0,-1,0,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340),(36892,0,8,-1,'Fel Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,79,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47875,0,-1,0,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340),(36893,0,8,-1,'Fel Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,79,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47876,0,-1,0,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340),(36894,0,8,-1,'Fel Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,79,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47877,0,-1,0,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340),(36895,0,0,-1,'Demonic Soulstone',6009,1,66,0,1,0,0,0,-1,-1,76,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47883,0,-1,0,0,831,900000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36901,7,9,-1,'Goldclover',49931,1,536870912,0,1,3000,750,0,-1,-1,72,0,773,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36902,7,9,-1,'Constrictor Grass',1442,0,0,0,1,2400,600,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36903,7,9,-1,'Adder\'s Tongue',52259,1,536870912,0,1,5000,1250,0,-1,-1,77,0,773,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36904,7,9,-1,'Tiger Lily',50454,1,536870912,0,1,3000,750,0,-1,-1,72,0,773,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36905,7,9,-1,'Lichbloom',52247,1,536870912,0,1,8000,2000,0,-1,-1,80,0,773,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36906,7,9,-1,'Icethorn',52248,1,536870912,0,1,8000,2000,0,-1,-1,80,0,773,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36907,7,9,-1,'Talandra\'s Rose',50453,1,536870912,0,1,3000,750,0,-1,-1,72,0,773,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36908,7,9,-1,'Frost Lotus',52249,2,4096,0,1,40000,10000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36909,7,7,-1,'Cobalt Ore',50593,1,262144,0,1,4000,1000,0,-1,-1,72,0,755,350,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36910,7,7,-1,'Titanium Ore',52908,2,262144,0,1,5000,1250,0,-1,-1,80,0,755,450,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36912,7,7,-1,'Saronite Ore',57335,1,262144,0,1,10000,2500,0,-1,-1,75,0,755,400,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36913,7,7,-1,'Saronite Bar',52705,1,0,0,1,50000,12500,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36916,7,7,-1,'Cobalt Bar',50594,1,0,0,1,15000,3750,0,-1,-1,72,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36917,3,0,-1,'Bloodstone',54249,2,0,0,1,10000,2500,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36918,3,0,-1,'Scarlet Ruby',54315,3,0,0,1,0,30000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36920,3,2,-1,'Sun Crystal',54257,2,0,0,1,10000,2500,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36921,3,2,-1,'Autumn\'s Glow',54317,3,0,0,1,0,30000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36923,3,1,-1,'Chalcedony',54262,2,0,0,1,10000,2500,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36924,3,1,-1,'Sky Sapphire',54319,3,0,0,1,0,30000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36926,3,3,-1,'Shadow Crystal',54305,2,0,0,1,10000,2500,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36927,3,3,-1,'Twilight Opal',54324,3,0,0,1,0,30000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36929,3,5,-1,'Huge Citrine',54264,2,0,0,1,10000,2500,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36930,3,5,-1,'Monarch Topaz',54321,3,0,0,1,0,30000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36932,3,4,-1,'Dark Jade',54284,2,0,0,1,10000,2500,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36933,3,4,-1,'Forest Emerald',54322,3,0,0,1,0,30000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36935,12,0,0,'Raegar\'s Explosives',49441,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47935,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36936,12,0,0,'Golem Control Unit',44269,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47794,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36937,4,3,-1,'Tundrastrider Coif',52499,2,0,0,1,202809,40561,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,52,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,574,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36938,4,4,-1,'Mightstone Breastplate',51204,2,0,0,1,316603,63320,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,46,4,50,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1262,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36939,4,1,-1,'Nymph Stockings',51555,2,0,0,1,181557,36311,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,6,28,5,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36940,12,0,-1,'Mikhail\'s Journal',1143,1,2048,2,1,0,0,0,-1,-1,1,73,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,12105,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36943,4,0,-1,'Timeless Beads of Eternos',35359,3,0,0,1,200603,50150,2,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,27,5,29,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36944,2,15,-1,'Lifeblade of Belgaristrasz',50971,3,0,0,1,666744,133348,13,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,29,7,24,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,259,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36945,4,1,-1,'Verdisa\'s Cuffs of Dreaming',50973,3,0,0,1,133845,26769,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,19,5,30,6,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,33029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,4,0,0,0,0,0,2890,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36946,4,3,-1,'Runic Cage Chestpiece',52229,3,0,0,1,403069,80613,5,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,37,5,51,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,3263,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36947,4,1,-1,'Centrifuge Core Cloak',50974,3,0,0,1,202300,40460,16,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,39,7,28,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36948,4,2,-1,'Horned Helm of Varos',50908,3,0,0,1,253807,50761,1,262143,32767,187,78,0,0,0,0,0,0,0,0,1,0,3,7,58,5,53,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,33168,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2872,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36949,4,1,-1,'Gloves of the Azure-Lord',52225,3,0,0,1,135874,27174,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,37,5,51,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,26158,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36950,4,4,-1,'Wing Commander\'s Breastplate',51520,3,0,0,1,477349,95469,5,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,4,70,7,78,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2093,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,8,0,0,0,0,0,2927,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36951,4,2,-1,'Sidestepping Handguards',50979,3,0,0,1,171120,34224,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,51,7,51,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36952,4,4,-1,'Girdle of Obscuring',50982,3,0,0,1,248249,49649,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,51,7,76,12,29,14,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36953,4,3,-1,'Spaulders of Skillful Maneuvers',51300,3,0,0,1,319929,63985,3,1535,32767,187,78,0,0,0,0,0,0,0,0,1,0,4,3,34,7,43,5,37,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,878,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36954,4,1,-1,'The Conjurer\'s Slippers',52230,3,0,0,1,213108,42621,8,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,37,5,40,36,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,26158,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36956,12,0,-1,'Liquid Fire of Elune',49509,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46770,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36957,12,0,-1,'Functional Cultist Suit',49519,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s difficult not to breathe in the fumes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36958,12,0,-1,'The Favor of Zangus',49520,1,2048,2,1,0,0,0,-1,-1,1,71,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'There is an inscription on this.',0,0,0,12168,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(36961,4,0,-1,'Dragonflight Great-Ring',31498,3,524288,0,1,200603,50150,11,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,26,7,58,12,38,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36962,2,1,-1,'Wyrmclaw Battleaxe',49356,3,0,0,1,826961,165392,17,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,69,7,60,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,437,656,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,47999,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36969,4,4,-1,'Helm of the Ley-Guardian',52500,3,0,0,1,365539,73107,1,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,40,7,105,12,68,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,2,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36971,4,3,-1,'Headguard of Westrift',52226,3,0,0,1,316184,63236,1,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,3,53,7,54,5,36,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,952,0,0,0,0,0,0,0,0,0,47999,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,0,0,0,0,2952,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36972,4,0,-1,'Tome of Arcane Phenomena',1103,3,524288,0,1,302242,75560,12,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,1,45,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60471,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36973,4,1,-1,'Vestments of the Scholar',52231,3,0,0,1,283095,56619,20,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,51,5,52,32,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,0,0,0,0,0,0,0,0,0,33141,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36974,4,4,-1,'Eregos\' Ornamented Chestguard',52233,3,0,0,1,497204,99440,5,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,51,5,53,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2093,0,0,0,0,0,0,0,0,0,33168,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,8,0,0,0,0,0,2865,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36975,2,10,-1,'Malygos\' Favor',50988,3,0,0,1,890971,178194,17,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,61,5,55,6,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,339,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,48008,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,-46.4,0,0,0,'',54,0,0,0,0,12340),(36976,4,1,-1,'Ring-Lord\'s Leggings',52227,3,0,0,1,286132,57226,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,51,5,68,6,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,0,0,0,0,0,0,0,0,0,26459,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36977,4,4,-1,'Bindings of the Construct',52998,3,0,0,1,252695,50539,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,7,37,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36978,4,2,-1,'Ley-Whelphide Belt',50995,3,0,0,1,180109,36021,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,52,7,51,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36979,4,0,-1,'Bjarngrim Family Signet',31905,3,524288,0,1,200603,50150,11,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,38,7,33,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15825,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36980,2,10,-1,'Hewn Sparring Quarterstaff',51691,3,0,0,1,820490,164098,17,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,38,138,3,52,7,103,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,450,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36981,2,16,-1,'Hardened Vrykul Throwing Axe',51924,3,4194304,0,1,175952,43988,25,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,7,33,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274,412,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,15809,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36982,4,1,-1,'Mantle of Electrical Charges',51199,3,0,0,1,198429,39685,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,37,5,40,6,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,26158,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36983,4,1,-1,'Cape of Seething Steam',51925,3,0,0,1,199195,39839,16,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,28,5,38,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36984,2,7,-1,'Eternally Folded Blade',51922,3,0,0,1,684826,136965,13,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,29,7,45,12,22,14,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,250,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36985,4,1,-1,'Volkhan\'s Hood',49474,3,0,0,1,206214,41242,1,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,51,5,68,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,33168,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36986,4,3,-1,'Kilt of Molten Golems',42919,3,0,0,1,413918,82783,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,7,60,5,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,33168,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36988,4,0,-1,'Chaotic Spiral Amulet',39211,3,0,0,1,200603,50150,2,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,28,5,29,6,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36062,1,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,10,0,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36989,2,19,-1,'Ancient Measuring Rod',51931,3,0,0,1,523143,104628,26,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,7,15,5,21,6,12,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,516,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36991,4,1,-1,'Raiments of the Titans',52361,3,0,0,1,281025,56205,20,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,51,5,52,6,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,0,0,0,0,0,0,0,0,0,33168,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,4,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36992,4,3,-1,'Leather-Braced Chain Leggings',52350,3,0,0,1,423070,84614,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,3,61,7,52,5,35,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,48015,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,2,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36993,4,0,-1,'Seal of the Pantheon',17776,3,524288,0,1,302242,75560,12,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,1,12,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60214,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36994,2,3,-1,'Projectile Activator',41433,3,0,0,1,532616,106523,26,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,30,7,18,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,395,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36995,4,4,-1,'Fists of Loken',51932,3,0,0,1,250873,50174,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,4,52,7,76,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,4,0,0,0,0,0,2927,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36996,4,2,-1,'Hood of the Furtive Assassin',50908,3,0,0,1,268223,53644,1,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,53,7,60,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,47999,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36997,4,1,-1,'Sash of the Hardened Watcher',52340,3,0,0,1,143549,28709,6,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,7,33,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,33029,1,0,0,-1,0,-1,21644,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(36998,4,1,-1,'Assailant Shroud',56207,2,0,0,1,135635,27127,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,18,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(36999,4,3,-1,'Boots of the Terrestrial Guardian',52342,3,0,0,1,326729,65345,8,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,3,45,7,34,5,24,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37000,4,2,-1,'Storming Vortex Bracers',51933,3,0,0,1,168653,33730,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,33,5,27,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37002,4,3,-1,'Binder\'s Links',51109,2,0,0,1,255961,51192,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,37083,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37003,12,0,0,'Alliance Missive',7733,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37004,4,4,-1,'Plainwatcher Legplates',51125,2,0,0,1,300865,60173,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,52,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37005,4,1,-1,'D.E.H.T.A. Overshirt',51154,2,0,0,1,172547,34509,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,36,32,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37006,12,0,-1,'Ley Line Attunement Crystal',33296,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48021,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37007,4,2,-1,'Faux Leather Hood',51164,2,0,0,1,162965,32593,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,55,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,15824,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37008,4,3,-1,'Ethical Epaulettes',49362,2,0,0,1,197151,39430,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,26,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37009,4,4,-1,'Moral Sabatons',51269,2,0,0,1,229373,45874,8,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,31,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,867,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37010,12,0,-1,'Gray Worg Hide',3164,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37011,15,5,-1,'Magic Broom',56954,3,65728,0,1,0,0,0,-1,-1,1,10,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,47977,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,324,'',0,0,0,0,0,12340),(37013,12,0,0,'Dun Argol Cage Key',13885,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47978,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37014,2,4,-1,'Rod of Poacher Punishment',50200,2,0,0,1,445706,89141,13,262143,2147483647,138,0,0,0,0,0,0,0,0,0,1,0,2,32,23,36,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,176,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37015,2,19,-1,'Dowsing Rod',56890,2,0,0,1,335481,67096,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,17,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,385,5,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37016,2,19,-1,'Wand of the Keeper',56889,2,0,0,1,312739,62547,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,324,4,0,0,0,0,0,0,0,0,0,0,1600,0,100,33027,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37017,2,15,-1,'Nimble Blade',49206,2,0,0,1,418588,83717,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,154,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37018,2,3,-1,'G.E.H.T.A.',51175,2,0,0,1,315143,63028,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,31,12,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,299,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,50929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Gun for the Ethical and Humane Treatment of Animals',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37019,4,6,-1,'Borean Ward',51091,2,0,0,1,269948,53989,14,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4239,0,0,0,0,0,0,0,0,0,21635,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,128,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37020,12,0,-1,'Grizzly Hide',7169,1,2147483648,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37021,2,13,-1,'Claw of the Tuskarr',51152,2,0,0,1,424956,84991,21,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,276,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,40555,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37022,2,15,-1,'Shark Stabber',51246,2,0,0,1,426559,85311,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,22,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,198,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37023,2,18,-1,'Compact Arrow Launcher',49202,2,0,0,1,321121,64224,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,20,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,289,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37024,4,0,-1,'Medicine Stick',51545,2,0,0,1,125915,31478,23,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,6,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33105,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37025,2,1,-1,'Blubber Carver',49227,2,0,0,1,539155,107831,17,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,450,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37026,2,10,-1,'Spirit Channeller\'s Rod',50138,2,0,0,1,541159,108231,17,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,52,6,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,290,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,47125,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.8,0,0,0,'',34,0,0,0,0,12340),(37027,12,0,0,'Blight Specimen',49582,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'WARNING: DO NOT OPEN, BREAK, EAT, WEAR, DRINK, SMELL.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37028,2,16,-1,'Condor-Bone Star',40005,2,4194304,0,1,138516,34629,25,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,36,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,215,0,0,0,0,0,0,0,0,0,0,0,1500,0,100,44474,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37029,2,15,-1,'Fin Carver',51168,2,0,0,1,437692,87538,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,22,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,187,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37030,2,5,-1,'Blubber Grinder',49203,2,0,0,1,549119,109823,17,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,61,4,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,476,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37031,2,10,-1,'Zook\'s Walking Stick',50133,2,0,0,1,551068,110213,17,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,51,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,290,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,47126,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.8,0,0,0,'',34,0,0,0,0,12340),(37032,2,0,-1,'Edge of the Tuskarr',50063,2,0,0,1,453937,90787,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,320,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37033,4,0,-1,'Manual of the Tides',50191,2,0,0,1,125915,31478,23,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,26,31,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37034,2,7,-1,'Lobstrock Slicer',51196,2,0,0,1,413780,82756,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,176,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,40555,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37035,12,0,0,'Overseer\'s Uniform',49583,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37036,2,15,-1,'Fish-Eye Poker',50130,2,0,0,1,416942,83388,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,37,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,198,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37037,2,15,-1,'Ritualistic Athame',49373,3,0,0,1,666813,133362,13,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,3,29,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,202,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15815,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37038,2,19,-1,'Brazier Igniter',44799,3,0,0,1,502025,100405,26,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,15,5,17,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,516,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,18034,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37039,2,7,-1,'Mrgl Blade',51268,2,0,0,1,421707,84341,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,287,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,44810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37040,4,4,-1,'Svala\'s Bloodied Shackles',53002,3,0,0,1,237390,47478,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,38,7,58,12,27,13,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37041,2,4,-1,'Scepter of the Winterfin',50198,2,0,0,1,424913,84982,21,262143,2147483647,138,0,0,0,0,0,0,0,0,0,1,0,2,6,22,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,164,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,47126,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.8,0,0,0,'',34,0,0,0,0,12340),(37042,2,15,-1,'Glimmering Orca Tooth',51180,2,0,0,1,426516,85303,21,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,24,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,134,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,47125,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.8,0,0,0,'',34,0,0,0,0,12340),(37043,4,3,-1,'Tear-Linked Gauntlets',52235,3,0,0,1,204599,40919,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,3,51,7,39,5,28,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,732,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37044,2,18,-1,'Amphibious Speargun',49202,2,0,0,1,322258,64451,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,30,13,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,279,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37045,12,0,0,'Kilian\'s Camera',49586,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48046,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37046,2,5,-1,'Shell Smasher',50319,2,0,0,1,541051,108210,17,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,51,37,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,463,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37047,2,19,-1,'Branch of Everlasting Flame',56891,2,0,0,1,325832,65166,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,284,2,0,0,0,0,0,0,0,0,0,0,1400,0,100,14799,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37048,4,1,-1,'Shroud of Resurrection',30783,3,0,0,1,213895,42779,16,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,7,28,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,21644,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37049,2,3,-1,'Lost Marksman\'s Rifle',49226,2,0,0,1,336846,67369,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,269,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,15806,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37050,2,2,-1,'Trophy Gatherer',50515,3,0,0,1,538516,107703,15,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,32,21,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,423,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,40555,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37051,4,0,-1,'Seal of Valgarde',41655,3,0,0,1,200603,50150,23,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,16,5,35,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37052,4,4,-1,'Reanimated Armor',49353,3,0,0,1,506190,101238,5,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,68,7,105,12,44,14,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2093,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37053,4,0,-1,'Amulet of Deflected Blows',32008,3,0,0,1,200603,50150,2,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,38,7,58,12,25,14,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37054,2,1,-1,'Frostbiter',50340,2,0,0,1,517117,103423,17,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,37,58,4,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,476,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37055,4,1,-1,'Silken Amice of the Ymirjar',52234,3,0,0,1,198491,39698,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,37,5,40,6,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,48049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37056,4,4,-1,'Harpooner\'s Striders',52568,3,0,0,1,348036,69607,8,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,7,37,5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1439,0,0,0,0,0,0,0,0,0,48049,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37057,4,2,-1,'Drake Rider\'s Tunic',49354,3,0,0,1,333372,66674,5,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,52,7,69,32,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,0,0,0,0,0,0,0,0,0,47999,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,2,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37058,4,0,-1,'Signet of Ranulf',39121,3,524288,0,1,200603,50150,11,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,28,5,29,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37060,2,7,-1,'Jeweled Coronation Sword',50509,3,0,0,1,674336,134867,21,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,7,21,5,29,6,23,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,176,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,48051,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,-46.4,0,0,0,'',54,0,0,0,0,12340),(37061,4,6,-1,'Tor\'s Crest',50511,3,0,0,1,433165,86633,14,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,28,5,29,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7032,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,197,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37062,4,4,-1,'Crown of Forgotten Kings',50615,3,0,0,1,355992,71198,1,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,7,51,5,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,33168,1,0,0,-1,0,-1,35828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,8,0,0,0,0,0,2874,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37063,12,0,0,'Infused Drakkari Offering',34059,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48061,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37064,4,0,-1,'Vestige of Haldor',43092,3,528384,0,1,302242,75560,12,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,1,36,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60306,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37065,2,7,-1,'Ymiron\'s Blade',50514,3,0,0,1,705254,141050,13,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,29,7,30,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,406,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37066,4,4,-1,'Ancient Royal Legguards',52997,3,0,0,1,495465,99093,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,4,70,7,102,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37067,4,2,-1,'Ceremonial Pyre Mantle',49369,3,0,0,1,266385,53277,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,34,7,51,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37068,4,4,-1,'Berserker\'s Sabatons',50507,3,0,0,1,373567,74713,8,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,51,7,76,31,25,3,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1439,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37069,4,3,-1,'Dragonflayer Seer\'s Bindings',52232,3,0,0,1,214619,42923,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,28,5,29,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37070,4,2,-1,'Tundra Wolf Boots',55282,3,0,0,1,269232,53846,8,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,39,5,38,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,48049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37071,12,0,0,'Overseer Disguise Kit',49587,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48064,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37072,2,13,-1,'Jagged Icefist',51189,2,0,0,1,453850,90770,21,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,287,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37073,2,10,-1,'Hungering Greatstaff',49232,2,0,0,1,515059,103011,17,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,37,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,489,0,0,0,0,616,0,0,0,0,0,0,3700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37074,4,0,-1,'Greatmother\'s Talisman of Cleansing',51182,2,0,0,1,125915,31478,23,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37075,2,15,-1,'Serrated Scale Shank',50121,2,0,0,1,415253,83050,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,37,36,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,165,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37076,2,7,-1,'Fiery Prod',51166,2,0,0,1,416856,83371,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,22,37,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,176,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37077,2,13,-1,'Smoldering Talon',51241,2,0,0,1,418415,83683,22,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,287,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,42095,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37078,2,19,-1,'Rod of the Crimson Keeper',51258,2,0,0,1,315013,63002,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,324,2,0,0,0,0,0,0,0,0,0,0,1600,0,100,21629,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37079,4,0,-1,'Enchanted Wire Stitching',9835,3,524288,0,1,200603,50150,11,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,33,5,27,6,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37080,2,8,-1,'Crimson Will',50328,2,0,0,1,543325,108665,17,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,450,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,15830,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37081,2,7,-1,'Meathook\'s Slicer',51597,3,0,0,1,695040,139008,13,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,3,29,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,250,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,14052,1,0,0,-1,0,-1,40555,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37082,4,4,-1,'Slaughterhouse Sabatons',53001,3,0,0,1,365539,73107,8,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,4,51,7,76,12,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1439,0,0,0,0,0,0,0,0,0,35168,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37083,4,2,-1,'Kilt of Sewn Flesh',51598,3,0,0,1,350073,70014,7,-1,-1,187,78,0,0,0,0,0,0,6,1,1,0,3,7,51,5,69,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,461,0,0,0,0,0,0,0,0,0,33168,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37084,4,1,-1,'Flowing Cloak of Command',28695,3,0,0,1,210789,42157,16,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,4,37,7,39,12,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,504,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,364,0,0,0,'',54,0,0,0,0,12340),(37085,12,0,0,'Haze Leaf',6376,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37086,4,0,-1,'Tome of Salramm',51600,3,0,0,1,200603,50150,23,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,7,28,5,21,6,19,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37087,12,0,0,'Sweetroot',50825,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37088,4,4,-1,'Spiked Metal Cilice',51601,3,0,0,1,250897,50179,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,51,3,37,7,43,31,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37091,0,4,-1,'Scroll of Intellect VII',2616,1,0,0,1,1080,270,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48099,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37092,0,4,-1,'Scroll of Intellect VIII',2616,1,0,0,1,1080,270,0,-1,-1,90,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48100,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37093,0,4,-1,'Scroll of Stamina VII',1093,1,0,0,1,1080,270,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48101,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37094,0,4,-1,'Scroll of Stamina VIII',1093,1,0,0,1,1080,270,0,-1,-1,90,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48102,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37095,4,3,-1,'Waistband of the Thuzadin',52343,3,0,0,1,198429,39685,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,3,40,7,51,5,34,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,659,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37096,4,0,-1,'Necklace of the Chrono-Lord',31899,3,0,0,1,200603,50150,2,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,38,7,43,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37097,0,4,-1,'Scroll of Spirit VII',2616,1,0,0,1,990,247,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48103,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37098,0,4,-1,'Scroll of Spirit VIII',2616,1,0,0,1,990,247,0,-1,-1,90,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48104,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37099,2,10,-1,'Sempiternal Staff',51602,3,0,0,1,862330,172466,17,-1,-1,187,78,0,0,0,0,0,0,6,0,1,0,4,7,51,5,68,6,53,32,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,298,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,48051,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,-45.4,0,0,0,'',54,0,0,0,0,12340),(37101,7,1,-1,'Ivory Ink',55105,1,0,0,1,0,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37104,12,0,0,'Mature Stag Horn',49604,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37105,4,3,-1,'Treads of Altered History',52421,3,0,0,1,318712,63742,8,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,39,5,40,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,0,0,0,0,0,0,0,0,0,48049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37106,4,2,-1,'Ouroboros Belt',51603,3,0,0,1,176917,35383,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,37,5,40,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,48049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37107,4,6,-1,'Leeka\'s Shield',51453,3,0,0,1,454499,90899,14,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,4,37,7,60,12,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7032,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,197,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37108,2,8,-1,'Dreadlord\'s Blade',51606,3,0,0,1,890885,178177,17,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,4,70,7,102,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,637,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37109,4,4,-1,'Discarded Silver Hand Spaulders',51577,3,0,0,1,374797,74959,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,7,36,5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1570,0,0,0,0,0,0,0,0,0,48049,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37110,4,3,-1,'Gauntlets of Dark Conversion',52399,3,0,0,1,215323,43064,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,7,39,5,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,732,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37111,4,0,-1,'Soul Preserver',19785,3,528384,0,1,302242,75560,12,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,1,45,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60510,1,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37112,2,4,-1,'Beguiling Scepter',55984,3,0,0,1,672059,134411,21,-1,-1,187,78,0,0,0,0,0,0,6,0,1,0,3,7,43,5,29,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,252,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,48008,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,-46.4,0,0,0,'',54,0,0,0,0,12340),(37113,4,1,-1,'Demonic Fabric Bands',52398,3,0,0,1,134922,26984,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,27,5,34,6,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37114,4,2,-1,'Gloves of Northern Lordaeron',51608,3,0,0,1,169274,33854,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,37,5,40,6,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,0,48049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37115,4,4,-1,'Crusader\'s Square Pauldrons',49876,3,0,0,1,356136,71227,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,50,7,78,12,29,13,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37116,4,3,-1,'Epaulets of Market Row',49362,3,0,0,1,308356,61671,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,7,51,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,878,0,0,0,0,0,0,0,0,0,48049,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37117,4,2,-1,'King\'s Square Bracers',49363,3,0,0,1,171189,34237,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,39,7,33,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37118,0,4,-1,'Scroll of Recall',56317,1,64,0,1,150,37,0,-1,-1,15,0,773,25,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48129,0,-1,0,0,1229,1200000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37121,12,0,0,'Ectoplasmic Residue',49613,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37122,2,2,-1,'Taut Driftwood Bow',50149,2,0,0,1,328301,65660,15,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,269,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,42098,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37124,12,0,0,'Emerald Dragon Tear',6851,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37125,12,0,0,'Rokar\'s Camera',49586,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48046,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37129,12,0,-1,'Flask of Blight',2515,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48188,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37134,4,0,-1,'Telestra\'s Journal',50990,3,0,0,1,213737,53434,23,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,24,5,43,31,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33136,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37135,4,4,-1,'Arcane-Shielded Helm',52500,3,0,0,1,379415,75883,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,61,7,93,12,36,13,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1760,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,1,0,8,0,0,0,3302,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37136,12,0,-1,'Scarlet Onslaught Armor',49644,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Nicely crafted. Good thing you\'re stealing it.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37137,12,0,-1,'Scarlet Onslaught Weapon',49645,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Newly forged and sharp edged. Not quite as nice as your weapon though.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37138,4,3,-1,'Bands of Channeled Energy',50907,3,0,0,1,219649,43929,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,31,5,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,33164,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37139,4,2,-1,'Spaulders of the Careless Thief',49369,3,0,0,1,275581,55116,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,58,7,61,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,0,0,0,0,2873,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37140,12,0,-1,'Ace of Rogues',44704,1,1088,0,1,500,125,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48221,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37141,4,0,-1,'Amulet of Dazzling Light',35437,3,0,0,1,213737,53434,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,51,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33164,1,0,0,0,0,0,21640,1,0,0,0,0,-1,0,0,10,0,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37143,12,0,-1,'Two of Rogues',44704,1,1088,0,1,500,125,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48234,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37144,4,3,-1,'Hauberk of the Arcane Wraith',52327,3,0,0,1,449005,89801,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,56,7,61,5,43,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1212,0,0,0,0,0,0,0,0,0,48216,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,2877,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37145,7,11,-1,'Ace of Swords',44705,1,1088,0,1,500,125,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48239,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37147,7,11,-1,'Two of Swords',44705,1,1088,0,1,500,125,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48240,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37149,4,2,-1,'Helm of Anomalus',50908,3,0,0,1,265406,53081,1,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,3,7,34,5,52,6,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,1,0,4,0,0,0,3305,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37150,4,4,-1,'Rift Striders',50909,3,0,0,1,372287,74457,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,50,7,85,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,2,0,0,0,0,0,3263,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37151,4,0,-1,'Band of Frosted Thorns',33728,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,45,7,63,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37152,4,4,-1,'Girdle of Ice',50910,3,0,0,1,251975,50395,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,43,5,44,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1218,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,4,0,0,0,0,0,2865,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37153,4,1,-1,'Gloves of the Crystal Gardener',52225,3,0,0,1,143712,28742,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,43,5,44,6,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37155,4,3,-1,'Frozen Forest Kilt',52323,3,0,0,1,434401,86880,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,58,5,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1061,0,0,0,0,0,0,0,0,0,33166,1,0,0,-1,0,-1,48228,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,2,0,8,0,0,0,3306,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37156,12,0,-1,'Three of Rogues',44704,1,1088,0,1,500,125,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48235,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37159,7,11,-1,'Three of Swords',44705,1,1088,0,1,500,125,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48244,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37160,7,11,-1,'Four of Swords',44705,1,1088,0,1,500,125,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48242,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37162,4,6,-1,'Bulwark of the Noble Protector',50911,3,0,0,1,487927,97585,14,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,43,7,64,12,31,15,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,204,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37163,15,4,-1,'Rogues Deck',31755,2,64,0,1,400,100,0,-1,-1,20,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,12517,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37164,7,11,-1,'Swords Deck',31755,3,64,0,1,400,100,0,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,12798,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37165,4,2,-1,'Crystal-Infused Tunic',49354,3,0,0,1,385237,77047,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,53,7,64,31,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,47999,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,4,0,2,0,0,0,3307,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37166,4,0,-1,'Sphere of Red Dragon\'s Blood',52326,3,524288,0,1,322031,80507,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,31,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60305,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37167,4,3,-1,'Dragon Slayer\'s Sabatons',52316,3,0,0,1,317411,63482,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,42,7,38,5,25,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,833,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,2,0,2,0,0,0,3307,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37168,7,11,-1,'Mysterious Tarot',44704,1,4,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A random card of rogues. Collect all three cards to receive a reward.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37169,2,4,-1,'War Mace of Unrequited Love',50987,4,0,0,1,943570,188714,21,-1,-1,200,80,0,0,0,0,0,0,6,0,1,0,1,5,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,302,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,48251,1,0,0,-1,0,-1,42115,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-55,0,0,0,'',68,0,0,0,0,12340),(37170,4,3,-1,'Interwoven Scale Bracers',53811,4,0,0,1,284159,56831,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,35,7,54,5,29,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37171,4,4,-1,'Flame-Bathed Steel Girdle',53806,4,0,0,1,334656,66931,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,66,7,85,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37172,4,1,-1,'Gloves of Glistening Runes',53824,4,0,0,1,190871,38174,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,6,44,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,3263,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37173,0,0,-1,'Geomancer\'s Orb',33173,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48218,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37177,2,19,-1,'Wand of the San\'layn',43088,3,0,0,1,561587,112317,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,31,14,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,560,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37178,4,4,-1,'Strategist\'s Belt',51686,3,0,0,1,264503,52900,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,52,7,73,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1218,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,2,0,0,0,0,0,3308,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37179,2,7,-1,'Infantry Assault Blade',51688,3,0,0,1,754150,150830,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,24,7,49,12,33,37,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,440,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37180,4,2,-1,'Battlemap Hide Helm',51003,3,0,0,1,283826,56765,1,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,3,7,45,5,54,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,1,0,4,0,0,0,3305,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37181,2,15,-1,'Dagger of Betrayal',50971,3,0,0,1,759592,151918,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,24,7,28,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,281,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37182,4,4,-1,'Helmet of the Constructor',52302,3,0,0,1,399413,79882,1,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,46,5,52,32,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1760,0,0,0,0,0,0,0,0,0,33821,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,1,0,2,0,0,0,3305,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37183,4,2,-1,'Bindings of the Tunneler',51689,3,0,0,1,191240,38248,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,31,7,67,37,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37184,4,3,-1,'Dalronn\'s Jerkin',52330,3,0,0,1,460608,92121,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,67,5,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1212,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,48228,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,2869,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37185,12,0,0,'Succulent Venison',25467,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37186,4,0,-1,'Unsmashable Heavy Band',33808,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,43,7,64,12,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42034,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37187,12,0,-1,'Container of Rats',35407,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48268,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37188,4,3,-1,'Plunderer\'s Helmet',59543,3,0,0,1,317197,63439,1,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,60,7,42,5,27,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,42039,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,3305,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37189,4,1,-1,'Breeches of the Caller',52328,3,0,0,1,283012,56602,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,58,5,74,6,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,33140,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,2,0,8,0,0,0,3309,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37190,2,10,-1,'Enraged Feral Staff',51691,3,0,0,1,887814,177562,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,38,104,3,78,7,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,488,0,0,0,0,700,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37191,2,18,-1,'Drake-Mounted Crossbow',51692,4,0,0,1,712972,142594,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,3,29,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,436,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37192,4,0,-1,'Annhylde\'s Ring',49005,4,524288,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,50,5,33,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37193,4,4,-1,'Staggering Legplates',53810,4,0,0,1,688638,137727,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,83,7,109,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37194,4,2,-1,'Sharp-Barbed Leather Belt',53821,4,0,0,1,246849,49369,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,45,7,75,37,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,48273,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3094,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37195,4,0,-1,'Band of Enchanted Growth',39122,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,37,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33164,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37196,4,1,-1,'Runecaster\'s Mantle',52234,3,0,0,1,223796,44759,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,43,5,47,6,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3198,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37197,4,1,-1,'Tattered Castle Drape',51374,3,0,0,1,224590,44918,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,42,7,66,12,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,39987,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37198,0,0,0,'Prototype Neural Needler',42557,1,194,0,1,0,0,0,-1,-1,25,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48252,0,-2,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37199,12,0,-1,'Slime Sample',50821,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37200,12,0,0,'Grizzly Flank',47467,1,2147549184,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37201,15,1,-1,'Corpse Dust',6371,1,0,0,1,500,125,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37202,12,0,-1,'Onslaught Riding Crop',49655,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48290,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37203,4,1,-1,'Regenerative Cloth',51266,2,0,0,1,180240,36048,20,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,33,5,53,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37204,4,1,-1,'Transborean Leggings',51227,2,0,0,1,180881,36176,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,18,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37205,4,1,-1,'Transborean Mantle',51199,2,0,0,1,136129,27225,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,31,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37206,4,1,-1,'Weathered Worker Cloak',51214,2,0,0,1,123601,24720,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,12,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37207,4,1,-1,'Seafarer Boots',51252,2,0,0,1,124082,24816,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37208,4,1,-1,'Transborean Bracers',51188,2,0,0,1,83033,16606,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37209,4,1,-1,'Wharfmaster\'s Hat',52530,2,0,0,1,128474,25694,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,33,5,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37211,4,1,-1,'Iceflow Footwraps',51187,2,0,0,1,129436,25887,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,26,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,33029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37212,4,1,-1,'Transborean Wraps',51224,2,0,0,1,86602,17320,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,31,14,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37213,4,1,-1,'Iceflow Wristwraps',51188,2,0,0,1,86923,17384,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,6,12,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37214,4,1,-1,'Sweltering Leggings',51234,2,0,0,1,174487,34897,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,19,7,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,33022,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37215,4,1,-1,'Lost Sea Oculus',51198,2,0,0,1,131346,26269,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,44,36,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37216,4,6,-1,'Facade Shield of Glyphs',51721,3,0,0,1,477338,95467,14,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,40,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7278,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,204,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37217,4,4,-1,'Golden Limb Bands',51722,3,0,0,1,263493,52698,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,44,7,64,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,948,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37218,4,1,-1,'Stone-Worn Footwraps',52310,3,0,0,1,225384,45076,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,33,5,52,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37219,4,2,-1,'Custodian\'s Chestpiece',51723,3,0,0,1,377001,75400,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,56,32,78,37,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,48216,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37220,4,0,-1,'Essence of Gossamer',51724,3,528384,0,1,322031,80507,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,7,111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60221,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37221,4,3,-1,'Hollowed Mandible Legplates',52309,3,0,0,1,455622,91124,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,62,7,60,5,40,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1061,0,0,0,0,0,0,0,0,0,42039,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,2,0,2,0,0,0,3309,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37222,4,1,-1,'Egg Sac Robes',52307,3,0,0,1,304836,60967,20,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,60,5,61,36,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,33140,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,2,0,4,0,0,0,3310,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37223,4,1,-1,'Sweltering Handwraps',51235,2,0,0,1,90102,18020,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,21,5,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37224,4,1,-1,'Sweltering Belt',51172,2,0,0,1,90423,18084,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37226,4,1,-1,'Sweltering Robes',51233,2,0,0,1,169376,33875,20,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37227,4,1,-1,'Seafarer Mantle',49361,2,0,0,1,127500,25500,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,39,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37228,4,1,-1,'Sweltering Cuffs',51236,2,0,0,1,85320,17064,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,21,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37229,12,0,0,'Flame-Imbued Talisman',24778,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37230,4,2,-1,'Grotto Mist Gloves',50979,3,0,0,1,182397,36479,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,30,5,45,6,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,2890,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37231,4,0,-1,'Frostspeaker Collar',9086,2,0,0,1,125915,31478,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,21,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37232,4,0,-1,'Ring of the Traitor King',31657,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,27,5,34,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37233,12,0,0,'The Forsaken Blight',22192,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37234,4,1,-1,'Layered Frost Hood',51192,2,0,0,1,130852,26170,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,81,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37235,2,7,-1,'Crypt Lord\'s Deft Blade',51726,3,0,0,1,743047,148609,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,19,31,24,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,423,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37236,4,2,-1,'Insect Vestments',51727,3,0,0,1,372884,74576,20,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,3,7,58,5,60,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,33166,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,2,0,4,0,0,0,3311,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37237,4,4,-1,'Chitin Shell Greathelm',52995,3,0,0,1,392208,78441,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,63,7,93,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1760,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,1,0,4,0,0,0,3312,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37238,2,19,-1,'Rod of the Fallen Monarch',51806,4,0,0,1,751135,150227,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,21,5,21,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,617,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37239,4,1,-1,'Layered Frost Sandals',51191,2,0,0,1,133231,26646,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,51,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37240,4,4,-1,'Flamebeard\'s Bracers',53807,4,0,0,1,355087,71017,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,37,5,38,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,980,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37241,4,4,-1,'Ancient Aligned Girdle',51808,4,0,0,1,330963,66192,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,38,7,99,12,48,13,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37242,4,1,-1,'Sash of the Servant',51809,4,0,0,1,188753,37750,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,58,5,52,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,26461,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37243,4,2,-1,'Treasure Seeker\'s Belt',51728,3,0,0,1,177636,35527,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,29,7,66,31,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2877,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37246,12,0,0,'Blackroot Stalk',49667,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Slippery when wet...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37247,12,0,0,'Anderhol\'s Slider Cider',15773,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'\'This won\'t take long... did it?\'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37248,12,0,-1,'Siegesmith Bomb',52864,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Unstable and dripping with Scourge ichor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37250,12,0,0,'Partially Processed Amberseeds',7039,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37251,12,0,-1,'Crazed Furbolg Blood',16452,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37252,0,5,-1,'Frostberries',49687,1,0,0,5,8500,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340),(37253,0,5,-1,'Frostberry Juice',35584,1,0,0,5,6000,300,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37254,4,0,-1,'Super Simian Sphere',7245,4,0,32,1,429375,107343,12,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48332,0,0,0,3600000,102,300000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37255,2,7,-1,'The Interrogator',50996,3,0,0,1,742973,148594,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,48,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,271,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,15820,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37256,4,3,-1,'Scaled Armor of Drakos',52325,3,0,0,1,447416,89483,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,58,5,60,32,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1212,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37257,4,0,-1,'Band of Torture',32323,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,42,7,66,12,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37258,4,1,-1,'Drakewing Raiments',52317,3,0,0,1,308219,61643,20,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,69,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,33166,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,4,0,2,0,0,0,3310,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37259,12,0,-1,'Siegesmith Bombs',52864,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48345,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37260,2,0,-1,'Cloudstrider\'s Waraxe',50998,3,0,0,1,702383,140476,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,24,7,49,12,33,37,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,322,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37261,4,2,-1,'Gloves of Radiant Light',50999,3,0,0,1,176257,35251,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,33,5,52,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37262,4,3,-1,'Azure Ringmail Leggings',52313,3,0,0,1,424651,84930,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,52,7,52,5,34,32,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1061,0,0,0,0,0,0,0,0,0,48216,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37263,4,4,-1,'Legplates of the Oculus Guardian',50609,3,0,0,1,497330,99466,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,78,7,58,3,60,31,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1895,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37264,4,0,-1,'Pendulum of Telluric Currents',51001,3,528384,0,1,322031,80507,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60482,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37265,0,0,-1,'Tua\'kea\'s Breathing Bladder',49761,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48359,0,-6,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37267,12,0,-1,'Scarlet Onslaught Daily Orders: Barracks',9135,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Recruitment numbers, training details, blah, blah, blah.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37268,12,0,-1,'Scarlet Onslaught Daily Orders: Abbey',9135,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Prayers for the day, services schedule, and a list of those who need to be publicly \'redeemed\'.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37269,12,0,-1,'Scarlet Onslaught Daily Orders: Beach',9135,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Supplies, ship orders and grog rations!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37270,4,1,-1,'Layered Frost Robes',51194,2,0,0,1,171871,34374,20,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,42,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37271,4,1,-1,'Dusk Watcher\'s Belt',51161,2,0,0,1,86256,17251,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,6,34,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37272,4,1,-1,'Wizzlenob Shoulder Covers',51208,2,0,0,1,129852,25970,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,34,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,33124,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37274,4,1,-1,'Mender\'s Cover',51203,2,0,0,1,134257,26851,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,48,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37275,4,1,-1,'Mantle of Congealed Anger',51199,2,0,0,1,134738,26947,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,15,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37276,4,1,-1,'Gorge\'s Loungewear',51183,2,0,0,1,180275,36055,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,45,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37277,4,1,-1,'Ermine Ruff Cloak',51534,2,0,0,1,135687,27137,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,31,12,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37280,4,1,-1,'Flame Hardened Waistband',51172,2,0,0,1,82738,16547,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,30,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37282,4,1,-1,'Cavernous Gauntlets',51136,2,0,0,1,83379,16675,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,42,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37283,4,1,-1,'Wandering Healer\'s Kilt',51218,2,0,0,1,167400,33480,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,42,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,33029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37287,12,0,0,'Wintergarde Gryphon Whistle',45186,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48388,0,0,0,0,1149,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37288,4,4,-1,'Catalytic Bands',50994,3,0,0,1,254797,50959,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,31,5,33,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,948,0,0,0,0,0,0,0,0,0,33164,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37289,4,1,-1,'Sash of Phantasmal Images',52324,3,0,0,1,149212,29842,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,43,5,44,6,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37290,4,0,-1,'Dragon Prow Amulet',33906,3,524288,0,1,213737,53434,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,31,5,33,6,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33164,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37291,4,1,-1,'Ancient Dragon Spirit Cape',51004,3,0,0,1,225429,45085,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,29,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37292,4,4,-1,'Ley-Guardian\'s Legguards',50609,3,0,0,1,527905,105581,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,45,7,117,12,77,31,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1895,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37293,4,2,-1,'Mask of the Watcher',51003,3,0,0,1,283826,56765,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,36,7,66,37,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,48390,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,3313,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37294,4,1,-1,'Crown of Unbridled Magic',52492,3,0,0,1,227877,45575,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,46,5,62,6,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,42063,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,1,0,4,0,0,0,3314,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37299,12,0,-1,'Scarlet Onslaught Daily Orders',811,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sealed for delivery to Agent Skully inside New Hearthglen.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37300,12,0,-1,'Levine Family Termites',12927,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48427,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37302,12,0,-1,'Vordrassil\'s Seed',7287,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37303,12,0,-1,'Vordrassil\'s Ashes',2480,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37304,12,0,-1,'Apothecary\'s Burning Water',35738,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48455,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37305,12,0,-1,'Captain Shely\'s Rutters',1096,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Without these, or their captain, the Scarlet Onslaught won\'t be able to sail home!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37306,12,0,-1,'Verdant Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48481,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37307,12,0,-1,'Purified Ashes of Vordrassil',2480,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48549,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37314,12,0,-1,'High Executor\'s Branding Iron',65930,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48603,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37319,4,2,-1,'Grips of the Windswept Plains',49913,2,0,0,1,103001,20600,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37320,4,2,-1,'Spaulders of Echoing Truth',49246,2,0,0,1,155102,31020,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,31,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37322,4,2,-1,'Flame Hardened Wristbindings',51173,2,0,0,1,107062,21412,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,16,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37325,4,2,-1,'Warsong Scout Spaulders',51217,2,0,0,1,162380,32476,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,57,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37331,9,8,-1,'Formula: Enchant Cloak - Superior Fire Resistance',11431,2,33554496,0,1,1000,250,0,-1,-1,80,0,333,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44556,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a cloak to increase fire resistance by 20. Requires a level 60 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37332,9,8,-1,'Formula: Enchant Cloak - Superior Frost Resistance',11431,2,33554496,0,1,1000,250,0,-1,-1,80,0,333,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44483,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a cloak to increase frost resistance by 20. Requires a level 60 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37333,9,8,-1,'Formula: Enchant Cloak - Superior Nature Resistance',11431,2,33554496,0,1,1000,250,0,-1,-1,80,0,333,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44494,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a cloak to increase nature resistance by 20. Requires a level 60 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37334,9,8,-1,'Formula: Enchant Cloak - Superior Shadow Resistance',11431,2,33554496,0,1,1000,250,0,-1,-1,80,0,333,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44590,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a cloak to increase shadow resistance by 20. Requires a level 60 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37339,9,8,-1,'Formula: Enchant Weapon - Giant Slayer',56750,3,4160,0,1,0,0,0,-1,-1,82,0,333,430,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44621,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to have a chance of reducing movement speed and doing additional damage against giants. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37344,9,8,-1,'Formula: Enchant Weapon - Icebreaker',56750,3,4160,0,1,0,0,0,-1,-1,84,0,333,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44524,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to sometimes inflict fire damage. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37347,9,8,-1,'Formula: Enchant Cloak - Titanweave',56741,2,4160,0,1,0,0,0,-1,-1,85,0,333,435,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,0,0,0,44591,6,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase defense rating by 16. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37349,9,8,-1,'Formula: Enchant Cloak - Shadow Armor',56741,2,4160,0,1,0,0,0,-1,-1,85,0,333,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,0,0,0,44631,6,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase stealth slightly and Agility by 10. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37350,12,0,-1,'Bishop Street\'s Prayer Book',1134,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Pretty standard really, except for a freshly written blessing on the last page!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37351,4,2,-1,'Reinforced Caribou-Hide Leggings',51201,2,0,0,1,221250,44250,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,80,3,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37352,4,2,-1,'Regenerative Hide Harness',49255,2,0,0,1,222051,44410,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,22,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,37952,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37353,4,2,-1,'Reinforced Caribou-Hide Helm',51264,2,0,0,1,155183,31036,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,53,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37354,4,2,-1,'Reinforced Caribou-Hide Boots',49906,2,0,0,1,155785,31157,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,58,3,21,37,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37355,4,2,-1,'Reinforced Caribou-Hide Chestguard',51265,2,0,0,1,208493,41698,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,57,3,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37356,4,2,-1,'Rhinohide Wristwraps',49256,2,0,0,1,104647,20929,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,45,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37357,4,1,-1,'Shivering Healer\'s Cloak',51242,2,0,0,1,126057,25211,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,6,12,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37358,12,0,0,'Quarterflash\'s Mining Pick',49234,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48625,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37359,12,0,0,'Strange Ore',36189,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37360,2,10,-1,'Staff of Draconic Combat',55717,4,0,0,1,1202258,240451,17,-1,-1,200,80,0,0,0,0,0,0,6,0,1,0,4,7,67,5,90,6,69,36,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,354,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,48626,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-55,0,0,0,'',68,0,0,0,0,12340),(37361,4,1,-1,'Cuffs of Winged Levitation',53822,4,0,0,1,193086,38617,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,37,5,38,6,32,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37362,4,4,-1,'Leggings of Protective Auras',53808,4,0,0,1,678343,135668,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,68,36,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37363,4,4,-1,'Gauntlets of Dragon Wrath',51010,4,0,0,1,342352,68470,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,97,31,38,3,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37364,4,0,-1,'Frostbridge Orb',51005,3,0,0,1,213737,53434,23,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,31,5,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37365,4,3,-1,'Bands of the Sky Ring',52314,3,0,0,1,220465,44093,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,29,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37366,4,2,-1,'Drake-Champion\'s Bracers',51006,3,0,0,1,184383,36876,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,43,7,42,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37367,4,4,-1,'Echoing Stompers',51700,3,0,0,1,387892,77578,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,60,3,38,7,57,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37368,4,2,-1,'Silent Spectator Shoulderpads',51701,3,0,0,1,278615,55723,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,40,5,39,6,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,33030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,8,0,0,0,0,0,3308,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37369,4,1,-1,'Sorrowgrave\'s Breeches',52334,3,0,0,1,298277,59655,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,66,5,71,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,48337,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,2,0,0,0,0,0,3263,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37370,4,1,-1,'Cuffs of the Trussed Hall',52329,3,0,0,1,153565,30713,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,37,5,31,6,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,33136,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37371,4,0,-1,'Ring of the Frenzied Wolvar',26001,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,28,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37372,15,4,-1,'Harpoon',49771,1,64,0,1,5,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51355,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37373,4,3,-1,'Massive Spaulders of the Jormungar',52333,3,0,0,1,317477,63495,3,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,3,41,7,57,5,39,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37374,4,2,-1,'Ravenous Leggings of the Furbolg',51702,3,0,0,1,352515,70503,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,62,7,78,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,42039,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,2,0,2,0,0,0,3307,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37375,4,2,-1,'Rhinohide Gloves',51262,2,0,0,1,104235,20847,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,31,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37376,4,4,-1,'Ferocious Pauldrons of the Rhino',51604,3,0,0,1,372287,74457,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,43,5,44,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1625,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,4,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37377,2,15,-1,'Netherbreath Spellblade',51703,3,0,0,1,713193,142638,21,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,24,5,32,6,26,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,235,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,48644,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,-39,0,0,0,'',54,0,0,0,0,12340),(37378,4,2,-1,'Sealskin Bindings',49864,2,0,0,1,105426,21085,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,18,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37379,4,4,-1,'Skadi\'s Iron Belt',51704,3,0,0,1,252933,50586,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,49,7,87,12,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1218,0,0,0,0,0,0,0,0,0,34592,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,2,0,0,0,0,0,2888,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37380,4,2,-1,'Whalehunter Leggings',51210,2,0,0,1,212456,42491,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,30,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,34509,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37381,12,0,-1,'Banshee\'s Magic Mirror',49782,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48679,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37382,4,2,-1,'Charred Drakehide Belt',56376,2,0,0,1,107018,21403,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,16,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37383,4,1,-1,'Seared Scale Cape',51250,2,0,0,1,128903,25780,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,16,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37384,2,10,-1,'Staff of Wayward Principles',50988,3,0,0,1,915113,183022,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,77,6,56,36,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,356,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,48647,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,-55,0,0,0,'',54,0,0,0,0,12340),(37387,4,2,-1,'Charred Treads',49980,2,0,0,1,167822,33564,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,39,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37388,4,2,-1,'Reinforced Elastic Band',51263,2,0,0,1,112282,22456,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,38,36,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,33149,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37389,4,2,-1,'Crenelation Leggings',49358,3,0,0,1,382516,76503,7,-1,-1,200,80,0,0,0,0,0,0,6,1,1,0,3,7,58,5,60,32,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,48337,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,3308,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37390,4,0,-1,'Meteorite Whetstone',51706,3,528384,0,1,322031,80507,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,32,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60301,1,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37391,4,2,-1,'Rhinohide Mask',51294,2,0,0,1,170210,34042,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,30,36,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,36068,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37392,4,2,-1,'Soggy Hide Pauldrons',49847,2,0,0,1,154550,30910,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,21,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37393,4,2,-1,'Shadewrap Gloves',49911,2,0,0,1,103423,20684,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37394,4,2,-1,'Marshwalker Waistguard',49816,2,0,0,1,103824,20764,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,39,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37395,4,4,-1,'Ornamented Plate Regalia',51707,3,0,0,1,495374,99074,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,58,5,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,48228,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,8,0,2,0,0,0,3316,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37396,4,2,-1,'Whalehunter Gloves',51211,2,0,0,1,104625,20925,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,17,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,35494,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37397,4,0,-1,'Gold Amulet of Kings',4841,3,0,0,1,213737,53434,2,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,47,7,57,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37398,4,3,-1,'Mantle of Discarded Ways',49362,3,0,0,1,323526,64705,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,43,5,44,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37399,4,2,-1,'Floodplain Shoulderpads',49246,2,0,0,1,158725,31745,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37401,2,7,-1,'Red Sword of Courage',51695,4,524288,0,1,965140,193028,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,25,7,58,12,38,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,299,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37402,4,2,-1,'Floodplain Vest',49255,2,0,0,1,219755,43951,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,52,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37403,4,2,-1,'Marshwalker Boots',49906,2,0,0,1,165418,33083,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,21,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37404,4,2,-1,'Floodplain Cover',49264,2,0,0,1,166002,33200,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,33,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,37952,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37405,4,2,-1,'Marshwalker Pauldrons',49848,2,0,0,1,166603,33320,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,38,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37406,4,2,-1,'Denwatcher\'s Leggings',49851,2,0,0,1,222939,44587,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,33,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,48049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37407,4,3,-1,'Sovereign\'s Belt',51697,4,0,0,1,303836,60767,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,51,7,67,5,33,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,705,0,0,0,0,0,0,0,0,0,48273,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37408,4,1,-1,'Girdle of Bane',53823,4,0,0,1,203263,40652,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,6,38,31,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,48253,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37409,4,2,-1,'Gilt-Edged Leather Gauntlets',53819,4,0,0,1,254986,50997,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,48,7,57,31,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,48273,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37410,2,16,-1,'Tracker\'s Balanced Knives',51708,3,4194304,0,1,175952,43988,25,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,39,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,406,0,0,0,0,0,0,0,0,0,0,0,2000,0,100,15812,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37411,12,0,0,'Wintergarde Miner\'s Card',50676,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37412,12,0,0,'Grooved Cog',49784,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37413,12,0,0,'Notched Sprocket',49785,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37414,4,3,-1,'Farseer\'s Headpiece',49527,2,0,0,1,186864,37372,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,36,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,574,0,0,0,0,0,0,0,0,0,33485,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37415,4,3,-1,'Tundrastrider Ringmail',51221,2,0,0,1,250087,50017,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,45,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,37952,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37416,12,0,0,'High Tension Spring',49783,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37417,4,3,-1,'Westrift Handcovers',51066,2,0,0,1,126005,25201,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,36,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,15813,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37418,4,3,-1,'Seaspeaker Legguards',51067,2,0,0,1,259860,51972,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,37,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,37083,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37419,4,3,-1,'Seaspeaker Mantle',49521,2,0,0,1,196466,39293,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,16,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37421,4,3,-1,'Waverunner Waistband',51215,2,0,0,1,131359,26271,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,37,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37422,4,3,-1,'Westrift Wristguards',51212,2,0,0,1,131840,26368,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,16,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37423,4,3,-1,'Sharkproof Coif',51244,2,0,0,1,198462,39692,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,30,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,574,0,0,0,0,0,0,0,0,0,34509,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37424,4,3,-1,'Plainhunter\'s Epaulettes',51237,2,0,0,1,200069,40013,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,28,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37425,4,3,-1,'Tundrastrider Boots',51223,2,0,0,1,200793,40158,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,31,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37426,4,3,-1,'Rusty Mesh Leggings',51257,2,0,0,1,267501,53500,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,31,28,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,36068,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37427,4,3,-1,'Plainhunter\'s Waistband',51267,2,0,0,1,134218,26843,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,28,3,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37428,4,3,-1,'Ring-Ridden Wrist Protectors',51260,2,0,0,1,134699,26939,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,16,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37429,4,3,-1,'Glimmering Ringmail Gloves',51181,2,0,0,1,135180,27036,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,21,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,15825,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37430,3,1,-1,'Solid Sky Sapphire (Unused)',39927,3,0,0,1,120000,30000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1021,-1,0,0,0,0,'',0,0,0,0,0,12340),(37431,0,0,0,'Fetch Ball',7363,2,0,0,1,5000,250,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48650,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37432,12,0,-1,'Torturer\'s Rod',49788,1,2048,1,1,0,0,0,-1,-1,1,71,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Its magical runes glow.',0,0,0,12271,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37434,4,3,-1,'Cauterizing Chain Strand',51113,2,0,0,1,127993,25598,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37435,4,3,-1,'Flame Infused Bindings',51137,2,0,0,1,128474,25694,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,30,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37436,4,3,-1,'Seaspeaker Gloves',51248,2,0,0,1,128955,25791,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,21,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37437,4,3,-1,'Plainhunter\'s Chestpiece',51071,2,0,0,1,258872,51774,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,45,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,35494,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37438,12,0,-1,'Rod of Compulsion',49788,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48712,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37439,4,3,-1,'Spiked Magmoth Gloves',51239,2,0,0,1,130385,26077,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,38,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,15809,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37440,4,3,-1,'Spiked Magmoth Chestpiece',51240,2,0,0,1,261731,52346,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,33,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,34509,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37441,4,3,-1,'Spiked Magmoth Mantle',51237,2,0,0,1,197895,39579,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,58,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37442,4,3,-1,'Chilled Mail Boots',51148,2,0,0,1,198600,39720,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,36,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,42082,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37443,4,3,-1,'Spiked Magmoth Helm',51238,2,0,0,1,198443,39688,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,38,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,574,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37445,12,0,0,'Destructive Wards',50443,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48711,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37446,4,3,-1,'Tank Commander\'s Treads',51231,2,0,0,1,201478,40295,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,28,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37447,4,3,-1,'Reinforced Mendicant\'s Cowl',53181,2,0,0,1,201308,40261,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,22,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,574,0,0,0,0,0,0,0,0,0,34509,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37449,0,2,-1,'Breath of Murloc',4836,1,0,0,1,0,200,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48719,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37452,0,5,-1,'Fatty Bluefin',49798,1,0,0,1,8500,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48720,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(37456,4,3,-1,'Cauterizing Chain Leggings',51067,2,0,0,1,257885,51577,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,22,7,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37458,4,3,-1,'Wristguards of Rocky Horror',51137,2,0,0,1,129891,25978,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,12,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37459,12,0,0,'Quarterflash\'s Homing Bot',44269,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48731,0,-1,0,0,1149,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37460,15,2,-1,'Rope Pet Leash',11907,1,0,0,1,7500,1875,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48722,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37461,2,6,-1,'Tidebreaker Trident',49801,3,4096,0,1,0,0,17,-1,-1,145,70,0,0,0,0,0,0,0,0,1,0,3,38,130,32,40,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,334,502,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37462,4,1,-1,'Sea King\'s Crown',49800,2,4096,0,1,0,0,1,-1,-1,145,70,0,0,0,0,0,0,0,0,1,0,3,32,34,5,21,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,2,0,0,0,0,0,3596,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37463,4,2,-1,'Winterfin Patch of Honor',22794,2,4096,0,1,0,0,1,-1,-1,145,70,0,0,0,0,0,0,0,0,1,0,3,31,25,32,34,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,15826,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37464,0,8,-1,'Winterfin Horn of Distress',50664,1,67109952,0,1,0,0,0,-1,-1,138,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48739,0,-1,0,300000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Only works in Borean Tundra, Howling Fjord, and Dragonblight.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37465,12,0,0,'Wintergarde Mine Bomb',49804,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48741,0,0,0,0,1149,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37467,15,0,-1,'A Steamy Romance Novel: Forbidden Love',9319,0,0,0,1,3900,975,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3077,0,1,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37471,4,4,-1,'Girdle of Ripped Space',51106,2,0,0,1,148471,29694,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,58,4,16,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37475,4,4,-1,'Benign Crusader\'s Plate',51125,2,0,0,1,299713,59942,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,30,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,0,0,0,0,0,37952,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37476,4,4,-1,'Gorge\'s Breastplate of Bloodrage',51094,2,0,0,1,300805,60161,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,80,4,30,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1262,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37478,4,4,-1,'Amberplate Grips',52372,2,0,0,1,152390,30478,10,262143,2147483647,138,0,0,0,0,0,0,0,0,0,1,0,3,4,39,32,16,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,789,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37479,4,4,-1,'Amberplate Legguards',56188,2,0,0,1,304140,60828,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,80,32,21,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37480,4,4,-1,'Mightstone Helm',51207,2,0,0,1,228511,45702,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,33,4,30,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37481,4,4,-1,'Chestguard of Salved Wounds',51087,2,0,0,1,306384,61276,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,22,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1262,0,0,0,0,0,0,0,0,0,37952,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37482,4,4,-1,'Mightstone Legplates',51206,2,0,0,1,315542,63108,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,36,32,55,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37483,4,4,-1,'Seabone Heaume',61308,2,0,0,1,237023,47404,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,53,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37484,4,4,-1,'Mendicant\'s Treads',51162,2,0,0,1,237863,47572,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,58,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,867,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37486,4,4,-1,'Landlocked Wristguards',51190,2,0,0,1,145650,29130,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,45,32,12,4,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37487,4,4,-1,'Seabone Legplates',51254,2,0,0,1,290738,58147,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,57,36,38,4,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37498,0,0,-1,'Bartlett\'s Bitter Brew',18079,1,65536,0,6,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42258,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340),(37499,0,0,-1,'Lord of Frost\'s Private Label',18079,1,65536,0,6,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42261,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340),(37500,12,0,0,'Key to Refurbished Shredder',13824,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Allows operation of a refurbished shredder in Venture Bay.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37501,12,0,0,'Northern Salmon',4813,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37502,12,0,0,'Quarterflash\'s Package',12925,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37505,4,4,-1,'Battle Leader\'s Breastplate',56330,2,0,0,1,288494,57698,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,4,53,32,30,3,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1262,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37506,4,4,-1,'Bogstrok Plate Gloves',56354,2,0,0,1,145620,29124,10,262143,2147483647,138,0,0,0,0,0,0,0,0,0,1,0,3,7,24,37,21,4,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,789,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37507,4,4,-1,'Chilled Shoulderplates',56386,2,0,0,1,217615,43523,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,4,16,32,21,7,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37508,4,4,-1,'Sinking Pauldrons',49725,2,0,0,1,218455,43691,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37509,4,4,-1,'Seething Waistguard',51247,2,0,0,1,147312,29462,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,37,16,4,39,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37512,4,4,-1,'Gauntlets of the Crimson Guardian',51151,2,0,0,1,148990,29798,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,21,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,789,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37513,4,4,-1,'Helm of the Crimson Drakonid',51184,2,0,0,1,222609,44521,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,37,30,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,47138,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37514,4,4,-1,'Freed Shackles',51133,2,0,0,1,154144,30828,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,24,31,12,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37515,4,4,-1,'Lost Crusader Waistguard',51197,2,0,0,1,154708,30941,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,28,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,0,0,0,0,33124,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37516,4,4,-1,'Chilled Greaves',51504,2,0,0,1,231144,46228,8,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,32,39,4,21,36,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37517,4,4,-1,'Chilled Pauldrons',49725,2,0,0,1,231961,46392,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,4,39,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,47177,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37518,4,4,-1,'Amberplate Waistguard',56189,2,0,0,1,156385,31277,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,58,37,16,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37519,4,4,-1,'Amberplate Headguard',51904,2,0,0,1,233640,46728,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,80,4,30,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37520,4,6,-1,'Plainkeeper Blockade',51453,2,0,0,1,286388,57277,14,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,45,13,16,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4239,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,128,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37521,4,6,-1,'Icechill Buckler',50911,2,0,0,1,287386,57477,14,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,37,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4239,0,0,0,0,0,0,0,0,0,34592,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,128,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37522,4,4,-1,'Earthborn Greaves',51162,2,0,0,1,236137,47227,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,16,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,867,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37523,4,0,-1,'Rigid Tuskring',28830,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,45,37,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37524,4,0,-1,'Scout\'s Signet Ring',26001,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,16,36,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37525,4,0,-1,'Deep Sea Tuskring',51277,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,18,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37526,4,0,-1,'Thin Dexterity Enhancing Tube',51230,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,18,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37527,4,0,-1,'Shimmering Band',51243,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,31,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Only seems to fit on two of your fingers... inconvenient.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37528,4,0,-1,'Dry Earth Circle',23629,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37529,4,0,-1,'Shivering Healer\'s Ring',23728,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,30,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37530,4,0,-1,'Icy Ripper Ring',9840,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47177,1,0,0,-1,0,-1,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37535,2,10,-1,'Stave of the Windborn',50137,2,0,0,1,549335,109867,17,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,55,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,290,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,47125,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.8,0,0,0,'',34,0,0,0,0,12340),(37537,2,10,-1,'Stave of the Spiritcaller',50142,2,0,0,1,553288,110657,17,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,290,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,47126,1,0,0,-1,0,-1,35828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.8,0,0,0,'',34,0,0,0,0,12340),(37538,12,0,0,'Scrying Orb',7261,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37539,12,0,0,'Neltharion\'s Flame',16325,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48790,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37540,12,0,-1,'The Diary of High General Abbendis',8093,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Keep out or else!',3092,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37541,4,0,-1,'Giant Turtle Collar',34318,2,0,0,1,125915,31478,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,18,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37542,12,0,0,'Fishing Net',3673,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48794,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37543,4,0,-1,'Pugnacious Collar',9852,2,0,0,1,125915,31478,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14052,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37545,4,0,-1,'Graven Shoveltusk Pendant',9860,2,0,0,1,125915,31478,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,45,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14027,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37546,4,0,-1,'Choker of the Northern Wind',6490,2,0,0,1,125915,31478,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,45,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37547,2,4,-1,'Fireborn Warhammer',50203,2,0,0,1,426646,85329,13,262143,2147483647,138,0,0,0,0,0,0,0,0,0,1,0,1,36,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,276,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37548,4,0,-1,'Iceflow Collar',35437,2,0,0,1,125915,31478,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35833,1,0,0,1500,0,-1,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37555,4,0,-1,'Warsong\'s Wrath',45851,2,0,0,1,189711,47427,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,48846,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37556,4,0,-1,'Talisman of the Tundra',39927,2,0,0,1,189711,47427,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48847,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37557,4,0,-1,'Warsong\'s Fervor',16283,2,0,0,1,189711,47427,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48848,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37558,4,0,-1,'Tidal Boon',52820,2,0,0,1,189711,47427,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23212,1,0,0,-1,0,-1,48855,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37559,4,0,-1,'Serrah\'s Star',29947,2,0,0,1,189711,47427,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,54738,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37560,4,0,-1,'Vial of Renewal',51112,2,0,0,1,189711,47427,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,48865,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37562,4,0,-1,'Fury of the Crimson Drake',22639,2,0,0,1,189711,47427,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48868,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37564,4,1,-1,'Scaled Flame Cloak',51256,2,0,0,1,126551,25310,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,30,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37565,12,0,-1,'The Head of the High General',15706,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Gruesome. Maybe this time she\'ll stay dead?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37566,4,1,-1,'Durable Worghide Cape',51160,2,0,0,1,127500,25500,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,16,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37567,7,3,0,'Healing Injector Kit',20628,1,1088,0,1,5405,1351,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48807,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Use with caution.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37568,12,0,0,'Renewing Tourniquet',2925,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48812,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37569,12,0,0,'Murkweed',49822,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37570,12,0,0,'Murkweed Elixir',9731,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48810,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37572,12,0,-1,'Cedar Chest',15692,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37573,4,8,-1,'Idol of the Plainstalker',39640,2,0,0,1,130852,26170,28,32767,32767,138,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48833,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37574,4,7,-1,'Libram of Furious Blows',5563,2,0,0,1,131320,26264,28,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48835,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37575,4,9,-1,'Totem of the Tundra',47072,2,0,0,1,131801,26360,28,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48837,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37576,12,0,0,'Renewing Bandage',32426,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48845,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37577,12,0,0,'Orik\'s Crystalline Orb',6506,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48864,5,0,0,-1,0,-1,48866,0,0,0,0,1149,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37580,12,0,-1,'Forgotten Treasure',16190,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The motherlode!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37581,12,0,-1,'Bloodied Scalping Knife',21411,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37582,0,0,0,'Pyroblast Cinnamon Ball',29722,1,196608,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48889,0,-1,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340),(37583,0,0,0,'G.N.E.R.D.S.',50455,1,196608,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48890,0,-1,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Gnomish Nutritional Effervescent Remarkably Delicious Sweets',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340),(37584,0,0,0,'Soothing Spearmint Candy',37659,1,196608,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48891,0,-1,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340),(37585,0,0,0,'Chewy Fel Taffy',13715,1,196608,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48892,0,-1,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Note: Contains no actual demonic energy.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340),(37587,4,2,-1,'Ymirjar Physician\'s Robe',51709,3,0,0,1,362038,72407,20,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,56,6,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37590,4,4,-1,'Bands of Fading Light',51710,3,0,0,1,257721,51544,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,39,5,30,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,948,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,8,0,0,0,0,0,3308,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37591,4,0,-1,'Nerubian Shield Ring',54513,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,43,7,64,12,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,462,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37592,4,3,-1,'Brood Plague Helmet',57540,3,0,0,1,331889,66377,1,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,46,5,51,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,33821,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,2771,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37593,4,2,-1,'Sprinting Shoulderpads',49369,3,0,0,1,277594,55518,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,33,7,87,37,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37594,4,1,-1,'Elder Headpiece',54514,3,0,0,1,222892,44578,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,58,5,77,6,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,48269,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37595,4,0,-1,'Necklace of Taldaram',31899,3,0,0,1,213737,53434,2,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,43,5,28,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33136,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37601,12,0,0,'Flesh-bound Tome',1246,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48966,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Stitched together with flesh and bone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37602,7,14,0,'Armor Vellum II',57290,1,0,0,1,0,0,0,-1,-1,40,0,333,1,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Can be targeted by Armor enchantments to store the enchantment for later use. Only able to absorb enchantments with a level restriction of 35 or lower.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37603,0,6,-1,'Scroll of Enchant Boots - Dexterity',811,1,268435520,0,1,0,0,0,-1,-1,68,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27951,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37604,0,0,0,'Tooth Pick',49880,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49007,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'What a lousy treat... or is it?',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37606,1,0,0,'Penny Pouch',4584,1,65536,0,1,0,1,18,-1,-1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37607,12,0,0,'Flesh-bound Tome',1246,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Stitched together with flesh and bone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37612,4,4,-1,'Bonegrinder Breastplate',51520,3,0,0,1,529861,105972,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,70,7,91,32,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,8,0,2,0,0,0,3301,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37613,4,1,-1,'Flame Sphere Bindings',52311,3,0,0,1,151933,30386,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,37,5,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,21637,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37614,4,3,-1,'Gauntlets of the Plundering Geist',54516,3,0,0,1,228715,45743,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,38,7,57,5,29,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37615,2,2,-1,'Titanium Compound Bow',54501,3,0,0,1,573775,114755,15,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,3,24,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,444,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37616,4,2,-1,'Kilt of the Forgotten One',49357,3,0,0,1,383877,76775,7,262143,2147483647,200,80,0,0,0,0,0,0,6,1,1,0,3,7,67,5,55,6,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37617,2,10,-1,'Staff of Sinister Claws',54504,3,0,0,1,963093,192618,17,262143,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,76,5,77,6,51,36,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,312,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,48644,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,-55,0,0,0,'',54,0,0,0,0,12340),(37618,4,4,-1,'Greaves of Ancient Evil',52568,3,0,0,1,366584,73316,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,57,7,87,12,42,13,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37619,2,19,-1,'Wand of Ahn\'kahet',55720,4,0,0,1,702236,140447,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,24,5,20,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,617,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,18039,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37620,4,4,-1,'Bracers of the Herald',54039,4,0,0,1,330860,66172,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,34,7,75,12,32,14,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,980,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37621,12,0,0,'Smoke Bomb',38667,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49075,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37622,4,1,-1,'Skirt of the Old Kingdom',54519,4,0,0,1,378840,75768,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,67,5,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,49101,1,0,0,-1,0,-1,52804,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37623,4,3,-1,'Fiery Obelisk Handguards',54520,4,0,0,1,285218,57043,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,54,5,49,32,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37624,4,0,-1,'Stained-Glass Shard Ring',35472,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,30,7,39,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15829,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37625,4,4,-1,'Web Winder Gloves',54517,3,0,0,1,252907,50581,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,42,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1354,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37626,2,19,-1,'Wand of Sseratus',53117,3,0,0,1,540850,108170,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,18,5,18,6,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,560,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37627,4,4,-1,'Snake Den Spaulders',51927,3,0,0,1,389510,77902,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,50,7,85,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1625,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,4,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37628,4,3,-1,'Slad\'ran\'s Coiled Cord',53118,3,0,0,1,223818,44763,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,45,5,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,682,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,42060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37629,4,1,-1,'Slithering Slippers',53116,3,0,0,1,224634,44926,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,43,5,44,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37630,4,1,-1,'Shroud of Moorabi',47068,3,0,0,1,225429,45085,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,31,5,43,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37631,2,13,-1,'Fist of the Deity',57305,3,0,0,1,754150,150830,21,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,31,25,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,440,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37632,4,4,-1,'Mojo Frenzy Greaves',50507,3,0,0,1,396600,79320,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,38,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1489,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,2,0,0,0,0,0,2869,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37633,4,4,-1,'Ground Tremor Helm',50615,3,0,0,1,398026,79605,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,48,7,93,12,61,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1760,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,1,0,2,0,0,0,3305,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37634,4,2,-1,'Bracers of the Divine Elemental',53120,3,0,0,1,190559,38111,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,31,5,33,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,33164,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37635,4,4,-1,'Pauldrons of the Colossus',51577,3,0,0,1,400839,80167,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,87,12,31,15,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1625,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,4,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37636,4,2,-1,'Helm of Cheated Fate',50908,3,0,0,1,287880,57576,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,78,7,67,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,48643,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37637,4,1,-1,'Living Mojo Belt',53121,3,0,0,1,154080,30816,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,45,5,54,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,2,0,0,0,0,0,2952,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37638,4,0,-1,'Offering of Sacrifice',53122,3,524288,0,1,322031,80507,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,550,0,0,0,0,0,0,0,0,0,60180,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37639,4,3,-1,'Grips of the Beast God',53123,3,0,0,1,210648,42129,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,37,7,57,5,30,31,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2873,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37640,4,2,-1,'Boots of Transformation',53124,3,0,0,1,264331,52866,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,43,5,44,6,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,2890,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37641,4,1,-1,'Arcane Flame Altar-Garb',53126,3,0,0,1,283012,56602,20,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,58,5,77,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,48269,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37642,4,0,-1,'Hemorrhaging Circle',31657,4,524288,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,49,7,51,37,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28735,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37643,4,2,-1,'Sash of Blood Removal',53815,4,0,0,1,244152,48830,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,51,36,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37644,4,2,-1,'Gored Hide Legguards',53820,4,0,0,1,490119,98023,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,89,7,96,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,49116,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37645,4,4,-1,'Horn-Tipped Gauntlets',53132,4,0,0,1,346286,69257,10,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,38,7,97,12,48,37,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37646,4,0,-1,'Burning Skull Pendant',53133,3,0,0,1,213737,53434,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,44,7,63,12,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40443,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37647,4,1,-1,'Cloak of Bloodied Waters',23018,3,0,0,1,222980,44596,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,60,7,37,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37648,4,3,-1,'Belt of Tasseled Lanterns',53134,3,0,0,1,223796,44759,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,38,7,45,5,31,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,682,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2936,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37650,4,4,-1,'Shardling Legguards',51459,3,0,0,1,525949,105189,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,55,36,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1895,0,0,0,0,0,0,0,0,0,48337,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,2,0,0,0,0,0,2869,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37651,4,0,-1,'The Prospector\'s Prize',31906,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,27,5,29,36,43,31,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37652,4,2,-1,'Spaulders of Krystallus',51460,3,0,0,1,283799,56759,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,44,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37653,2,8,-1,'Sword of Justice',51512,3,0,0,1,949306,189861,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,70,7,105,32,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,772,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,2,0,0,0,0,0,2952,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37654,4,3,-1,'Sabatons of the Ages',52363,3,0,0,1,344498,68899,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,48,5,43,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,833,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37655,4,1,-1,'Mantle of the Tribunal',52355,3,0,0,1,229465,45893,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,45,5,59,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37656,4,3,-1,'Raging Construct Bands',52360,3,0,0,1,230260,46052,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,43,7,29,5,28,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37657,4,0,-1,'Spark of Life',51518,3,528384,0,1,322031,80507,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,36,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60519,1,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37658,4,4,-1,'Sun-Emblazoned Chestplate',51520,3,0,0,1,489558,97911,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,53,7,117,12,60,31,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,8,0,0,0,0,0,2873,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37659,2,8,-1,'Enti\'s Quenched Sword',2380,0,0,0,1,300656,60131,17,-1,-1,200,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,-90.5,0,0,0,'',0,0,0,0,0,12340),(37660,4,0,-1,'Forge Ember',31282,3,528384,0,1,322031,80507,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,32,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60473,1,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37661,0,0,-1,'Gossamer Potion',17896,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49097,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37662,12,0,-1,'Gossamer Dust',7137,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37663,7,7,-1,'Titansteel Bar',57336,2,0,0,1,50000,12500,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37664,12,0,0,'Element 115',55088,2,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49163,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Becomes unstable upon exposure to the atmosphere.',0,0,0,0,0,4,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,0,0,-1,0,200,0,0,'',0,0,0,0,0,12340),(37665,12,0,-1,'Tranquilizer Dart',21411,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49134,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37666,4,2,-1,'Boots of the Whirling Mist',51519,3,0,0,1,277677,55535,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,58,7,57,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37667,2,15,-1,'The Fleshshaper',51521,4,524288,0,1,990925,198185,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,22,7,58,31,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,310,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37668,4,4,-1,'Bands of the Stoneforge',51632,4,0,0,1,350048,70009,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,50,7,73,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,980,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37669,4,3,-1,'Leggings of the Stone Halls',52345,4,0,0,1,598849,119769,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,60,7,88,5,52,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,49116,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37670,4,4,-1,'Sjonnir\'s Girdle',53809,4,0,0,1,352602,70520,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,49,5,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,49176,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37671,4,4,-1,'Refined Ore Gloves',51516,3,0,0,1,265383,53076,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,57,7,87,12,42,15,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1354,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37672,4,4,-1,'Patina-Coated Breastplate',50991,3,0,0,1,529655,105931,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,55,36,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37673,4,1,-1,'Dark Runic Mantle',51301,3,0,0,1,227811,45562,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,44,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,2890,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37674,15,0,-1,'An Unopened Tome of Advice',9319,0,0,0,1,2680,670,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3083,0,1,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37675,4,4,-1,'Legplates of Steel Implants',51612,3,0,0,1,497433,99486,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,70,7,103,36,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1895,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,2,0,4,0,0,0,3307,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37677,15,0,-1,'Numbered Rod',21205,0,0,0,1,124,24,0,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The rod has hundreds of numbers carved into it, and pieces slide back and forth in an odd fashion.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37678,4,2,-1,'Bile-Cured Gloves',51613,3,0,0,1,179695,35939,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,42,7,85,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37679,4,3,-1,'Spaulders of the Abomination',57604,3,0,0,1,326085,65217,3,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,3,50,7,45,5,29,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37680,4,1,-1,'Belt of Unified Souls',52347,3,0,0,1,144829,28965,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,51,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37681,2,4,-1,'Gavel of the Fleshcrafter',50603,3,0,0,1,726870,145374,21,-1,-1,200,80,0,0,0,0,0,0,6,0,1,0,2,7,49,5,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,262,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,48647,1,0,0,-1,0,-1,21639,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,-55,0,0,0,'',54,0,0,0,0,12340),(37682,4,4,-1,'Bindings of Dark Will',50510,3,0,0,1,256816,51363,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,42,7,66,12,27,14,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,948,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37683,4,0,-1,'Necromancer\'s Amulet',9852,3,0,0,1,213737,53434,2,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,24,5,41,6,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33136,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37684,4,1,-1,'Forgotten Shadow Hood',52529,3,0,0,1,220487,44097,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,54,5,44,6,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,48337,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,1,0,8,0,0,0,3303,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37685,4,0,-1,'Mobius Band',44841,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,43,7,46,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15829,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37686,4,3,-1,'Cracked Epoch Grasps',52397,3,0,0,1,222120,44424,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,42,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2869,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37687,4,1,-1,'Gloves of Distorted Time',52400,3,0,0,1,148609,29721,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,44,6,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,4,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37688,4,4,-1,'Legplates of the Infinite Drakonid',51615,3,0,0,1,522037,104407,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,78,7,117,12,45,13,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1895,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37689,4,0,-1,'Pendant of the Nathrezim',48511,3,0,0,1,213737,53434,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,43,7,64,12,25,14,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37690,4,4,-1,'Pauldrons of Destiny',49876,3,0,0,1,393595,78719,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,49,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1625,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,42060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37691,4,1,-1,'Mantle of Deceit',52407,3,0,0,1,209921,41984,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,54,6,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37692,2,3,-1,'Pierce\'s Pistol',52414,3,0,0,1,526842,105368,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,32,18,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,444,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,15819,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37693,2,13,-1,'Greed',54894,4,0,0,1,940237,188047,21,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,3,29,7,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,485,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15826,1,0,0,-1,0,-1,40555,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37694,4,0,-1,'Band of Guile',34189,4,524288,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,34,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37695,4,3,-1,'Legguards of Nature\'s Power',53835,4,0,0,1,568436,113687,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,66,5,70,32,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,49101,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37696,4,2,-1,'Plague-Infected Bracers',51939,4,0,0,1,237755,47551,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,37,5,38,6,28,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,0,0,0,0,0,0,0,0,0,33030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37700,7,10,-1,'Crystallized Air',55240,1,1024,0,1,2400,600,0,-1,-1,75,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49234,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37701,7,10,-1,'Crystallized Earth',60020,1,1024,0,1,2400,600,0,-1,-1,75,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49248,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37702,7,10,-1,'Crystallized Fire',55241,1,1024,0,1,2400,600,0,-1,-1,75,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49244,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37703,7,10,-1,'Crystallized Shadow',55243,1,1024,0,1,2400,600,0,-1,-1,75,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49246,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37704,7,10,-1,'Crystallized Life',55242,1,1024,0,1,2400,600,0,-1,-1,75,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49247,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37705,7,10,-1,'Crystallized Water',60021,1,1024,0,1,2400,600,0,-1,-1,75,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49245,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37707,12,0,0,'Wild Carrot',21115,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37708,2,14,20,'Stick',20618,1,1216,0,1,0,0,17,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,49266,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Needs more carrot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37712,4,4,-1,'Terrace Defence Boots',52568,3,0,0,1,368049,73609,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,63,12,41,15,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,8,0,0,0,0,0,2972,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37713,15,0,-1,'Needle and Thread',49943,0,0,0,1,10,2,0,-1,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37714,4,2,-1,'Batrider\'s Cord',52565,3,0,0,1,176937,35387,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,57,7,49,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37715,4,1,-1,'Cowl of the Dire Troll',52529,3,0,0,1,213141,42628,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,55,6,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37716,12,0,0,'Flashbang Grenade',49944,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49319,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37717,4,4,-1,'Legs of Physical Regeneration',52567,3,0,0,1,501088,100217,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,60,5,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1895,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,42060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37718,4,0,-1,'Temple Crystal Fragment',52569,3,0,0,1,213737,53434,23,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,37,5,31,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37721,2,7,-1,'Cursed Lich Blade',52571,3,0,0,1,726649,145329,21,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,28,5,32,6,24,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,183,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,48644,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,-55,0,0,0,'',54,0,0,0,0,12340),(37722,4,4,-1,'Breastplate of Undeath',51520,3,0,0,1,510559,102111,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,80,3,112,7,75,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37723,4,0,-1,'Incisor Fragment',52572,3,524288,0,1,322031,80507,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,38,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60299,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37724,4,2,-1,'Handler\'s Arm Strap',52573,3,0,0,1,188556,37711,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,24,5,39,6,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37725,4,1,-1,'Savage Wound Wrap',52398,3,0,0,1,151389,30277,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,31,5,32,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37726,4,3,-1,'King Dred\'s Helm',50612,3,0,0,1,341849,68369,1,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,55,7,78,5,45,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,48643,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37727,12,0,0,'Ruby Acorn',7287,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49349,0,-1,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37728,4,1,-1,'Cloak of the Enemy',43096,3,0,0,1,229510,45902,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,31,7,66,12,42,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37729,4,4,-1,'Grips of Sculptured Icicles',52619,3,0,0,1,270249,54049,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,48,5,58,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1354,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37730,4,1,-1,'Cleric\'s Linen Shoes',52620,3,0,0,1,231142,46228,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,31,5,44,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37731,4,1,-1,'Opposed Stasis Leggings',52618,3,0,0,1,279835,55967,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,58,5,59,6,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,48269,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37732,4,0,-1,'Spectral Seal of the Prophet',31664,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,24,5,30,6,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37733,2,5,-1,'Mojo Masked Crusher',52574,3,0,0,1,881196,176239,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,78,3,45,7,84,36,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,762,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37734,4,0,-1,'Talisman of Troll Divinity',52576,3,524288,0,1,322031,80507,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,6,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60517,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37735,4,4,-1,'Ziggurat Imprinted Chestguard',52338,3,0,0,1,497227,99445,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,76,7,117,12,49,14,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37736,12,0,-1,'\"Brew of the Month\" Club Membership Form',7695,1,0,2,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,12420,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37737,12,0,-1,'\"Brew of the Month\" Club Membership Form',7695,1,0,1,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,12421,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37741,12,0,-1,'Letter of Amnesty',32847,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37743,4,4,-1,'Legguards of Brutalization',50506,3,0,0,1,351955,70391,7,-1,-1,130,69,0,0,0,0,0,0,0,0,1,0,3,4,37,32,34,7,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1146,0,0,0,0,0,0,0,0,0,44983,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37744,4,3,-1,'Horrorblood Treads',52467,3,0,0,1,228085,45617,8,-1,-1,130,69,0,0,0,0,0,0,0,0,1,0,3,3,29,7,28,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,504,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37745,4,2,-1,'Greenhealer\'s Garb',50025,3,0,0,1,253217,50643,5,-1,-1,130,69,0,0,0,0,0,0,0,0,1,0,3,6,25,7,51,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37746,4,1,-1,'Helm of the Burning Soul',52544,3,0,0,1,152476,30495,1,32767,-1,130,69,0,0,0,0,0,0,0,0,1,0,3,7,43,5,34,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37747,4,6,-1,'Beneficent Bulwark',50024,3,0,0,1,326416,65283,14,-1,-1,130,69,0,0,0,0,0,0,0,0,1,0,2,5,19,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4283,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,101,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37748,4,0,-1,'Winterfall\'s Frozen Necklace',9657,3,0,0,1,143015,35753,2,-1,-1,130,69,0,0,0,0,0,0,0,0,1,0,3,5,14,6,16,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33149,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37749,2,13,-1,'Shocking Claws',42173,3,0,0,1,528182,105636,22,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,3,7,22,31,23,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,198,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37751,4,0,-1,'Tooga\'s Lost Toenail',50376,3,524288,0,1,147056,36764,11,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,3,7,28,4,19,12,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37752,4,1,-1,'Sandals of Broken Dreams',52464,3,0,0,1,144931,28986,8,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,3,7,33,32,29,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37753,4,1,-1,'Mendicant\'s Robe of Mendacity',52458,3,0,0,1,199321,39864,20,-1,-1,138,71,0,0,0,0,0,0,0,0,1,0,3,5,32,6,40,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37754,4,1,-1,'Shimmersteel Hood',52545,3,0,0,1,154065,30813,1,32767,-1,142,72,0,0,0,0,0,0,0,0,1,0,3,7,46,5,41,6,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37755,4,1,-1,'Leggings of the Icy Heart',52472,3,0,0,1,217387,43477,7,-1,-1,146,73,0,0,0,0,0,0,0,0,1,0,3,5,40,32,34,6,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37756,4,1,-1,'Zoe\'s Comforting Cape',15063,3,0,0,1,167803,33560,16,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,5,17,6,23,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37757,4,1,-1,'Charlotte\'s Chastizing Pauldrons',52448,3,0,0,1,172596,34519,3,32767,-1,154,75,0,0,0,0,0,0,0,0,1,0,3,32,37,5,27,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37758,4,0,-1,'Raine\'s Choker of Combustion',40413,3,0,0,1,171304,42826,2,-1,-1,158,76,0,0,0,0,0,0,0,0,1,0,3,5,27,32,21,36,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,759,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37759,4,1,-1,'Rhie-ay\'s Clutching Gauntlets',43654,3,0,0,1,121505,24301,10,-1,-1,162,77,0,0,0,0,0,0,0,0,1,0,3,5,29,6,40,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,33163,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37760,4,1,-1,'Cracklefire Wristguards',27601,3,0,0,1,127573,25514,9,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,3,5,32,36,23,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37761,4,1,-1,'Shimmerthread Girdle',43732,3,0,0,1,130861,26172,6,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,3,5,28,36,33,6,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37762,4,2,-1,'Many-Pocketed Belt',52520,3,0,0,1,128769,25753,6,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,2,3,30,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,46748,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37763,4,2,-1,'Treads of the Purifier',52475,3,0,0,1,199183,39836,8,-1,-1,138,71,0,0,0,0,0,0,0,0,1,0,3,7,30,5,23,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37764,4,2,-1,'Corehound Fang Shoulderpads',51715,3,0,0,1,205251,41050,3,32767,-1,142,72,0,0,0,0,0,0,0,0,1,0,3,36,28,3,28,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37765,4,2,-1,'Leggings of the Water Moccasin',52488,3,0,0,1,288965,57793,7,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,7,54,5,46,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,0,0,0,0,0,0,0,0,0,23593,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37766,4,2,-1,'Bracers of Unmitigated Larceny',52513,3,0,0,1,148578,29715,9,-1,-1,154,75,0,0,0,0,0,0,0,0,1,0,3,3,28,7,27,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37767,4,2,-1,'Ryft\'s Deathgaze',53372,3,0,0,1,229069,45813,1,-1,-1,158,76,0,0,0,0,0,0,0,0,1,0,3,7,49,3,38,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,0,0,0,0,0,0,0,0,0,33485,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37768,4,2,-1,'Leggings of Violent Exsanguination',52515,3,0,0,1,313747,62749,7,-1,-1,162,77,0,0,0,0,0,0,0,0,1,0,3,7,51,37,40,3,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,34509,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37769,4,2,-1,'Gnarled Shovelhorn Spaulders',52482,3,0,0,1,241567,48313,3,32767,-1,166,77,0,0,0,0,0,0,0,0,1,0,3,32,41,5,31,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,33029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37770,4,2,-1,'Bulge-Concealing Breastplate',52514,3,0,0,1,330513,66102,5,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,3,7,58,37,43,3,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37771,4,2,-1,'Wristguards of Verdant Recovery',52480,3,0,0,1,157626,31525,9,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,3,7,37,5,33,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37772,4,3,-1,'Wub\'s Electrospike Spaulders',49362,3,0,0,1,224400,44880,3,32767,-1,134,70,0,0,0,0,0,0,0,0,1,0,3,36,29,5,22,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,566,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37773,4,3,-1,'Shock-Inducing Girdle',52476,3,0,0,1,153592,30718,6,-1,-1,138,71,0,0,0,0,0,0,0,0,1,0,2,5,20,36,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37774,4,3,-1,'Leggings of Aqueous Dissolution',52481,3,0,0,1,316586,63317,7,-1,-1,142,72,0,0,0,0,0,0,0,0,1,0,3,5,28,7,57,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,781,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37775,4,3,-1,'Helm of the Broken Ram',53371,3,0,0,1,244536,48907,1,-1,-1,146,73,0,0,0,0,0,0,0,0,1,0,3,31,29,7,52,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,747,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37776,4,3,-1,'Bracers of Accurate Fire',52501,3,0,0,1,167786,33557,9,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,3,24,7,30,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,414,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37777,4,3,-1,'Bracers of Sizzling Heat',52485,3,0,0,1,172562,34512,9,-1,-1,154,75,0,0,0,0,0,0,0,0,1,0,2,5,18,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37778,4,3,-1,'Girdle of Unerring Flight',52473,3,0,0,1,177385,35477,6,-1,-1,158,76,0,0,0,0,0,0,0,0,1,0,3,32,38,7,43,3,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,563,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37779,4,3,-1,'Nixod\'s Chain-Threshed Spaulders',52484,3,0,0,1,280903,56180,3,32767,-1,166,77,0,0,0,0,0,0,0,0,1,0,3,3,38,7,46,31,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,792,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37780,4,3,-1,'Condor-Bone Chestguard',52502,3,0,0,1,382682,76536,5,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,4,31,57,32,43,7,55,38,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1083,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37781,4,3,-1,'Grips of the Warming Heart',52487,3,0,0,1,196253,39250,10,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,2,32,44,5,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37782,4,4,-1,'Gauntlets of the Cheerful Hearth',52477,3,0,0,1,181289,36257,10,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,2,32,30,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,843,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37783,4,4,-1,'Blood-Tempered Spaulders',51927,3,0,0,1,278299,55659,3,32767,-1,138,71,0,0,0,0,0,0,0,0,1,0,4,4,30,3,23,7,40,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37784,4,0,-1,'Keystone Great-Ring',33728,4,524288,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,32,7,75,13,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,490,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37785,4,4,-1,'Girdle of the Howling Berserker',52509,3,0,0,1,198356,39671,6,-1,-1,146,73,0,0,0,0,0,0,0,0,1,0,3,4,29,7,37,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,925,0,0,0,0,0,0,0,0,0,42113,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37786,4,4,-1,'Legguards of the Forlorn Seas',52483,3,0,0,1,405927,81185,7,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,2,5,31,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1481,0,0,0,0,0,0,0,0,0,26225,1,0,0,-1,0,-1,23212,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37787,4,4,-1,'Greathelm of the Unyielding Bull',52302,3,0,0,1,290312,58062,1,-1,-1,154,75,0,0,0,0,0,0,0,0,1,0,4,7,75,12,46,4,32,14,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1414,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37788,4,3,-1,'Limb Regeneration Bracers',53817,4,0,0,1,284247,56849,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,36,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37789,4,4,-1,'Gauntlets of Disembowelment',52512,3,0,0,1,201245,40249,10,-1,-1,158,76,0,0,0,0,0,0,0,0,1,0,3,4,38,36,36,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1118,0,0,0,0,0,0,0,0,0,40226,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37790,4,4,-1,'Belt of Crystalline Tears',51704,3,0,0,1,206778,41355,6,-1,-1,162,77,0,0,0,0,0,0,0,0,1,0,3,7,43,5,25,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1034,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37791,4,2,-1,'Leggings of the Winged Serpent',53814,4,0,0,1,479187,95837,7,262143,2147483647,200,80,0,0,0,0,0,0,6,1,1,0,3,7,67,5,68,36,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,49101,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37792,4,4,-1,'Agin\'s Crushing Carapace',52450,3,0,0,1,423838,84767,5,-1,-1,166,77,0,0,0,0,0,0,0,0,1,0,4,7,82,12,35,14,52,4,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37793,4,4,-1,'Skullcage of Eternal Terror',52304,3,0,0,1,325644,65128,1,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,4,4,57,32,37,31,43,7,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1572,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37794,4,0,-1,'Torta\'s Oversized Choker',52454,3,0,0,1,187469,46867,2,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,3,12,25,7,49,4,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37795,4,4,-1,'Grips of the Valiant Champion',52451,3,0,0,1,186406,37281,10,-1,-1,142,72,0,0,0,0,0,0,0,0,1,0,4,4,31,7,48,13,21,14,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37796,4,1,-1,'Earthbound Cape',52453,3,0,0,1,159445,31889,16,-1,-1,142,72,0,0,0,0,0,0,0,0,1,0,4,13,22,12,18,7,31,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37797,4,1,-1,'Cloak of the Agile Mind',23422,3,0,0,1,185051,37010,16,-1,-1,166,77,0,0,0,0,0,0,0,0,1,0,4,3,30,36,30,5,23,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37798,4,1,-1,'Overlook Handguards',53825,4,0,0,1,196714,39342,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,51,6,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37799,4,1,-1,'Reanimator\'s Cloak',52605,3,0,0,1,222098,44419,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,37,5,31,6,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2869,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37800,4,3,-1,'Aviary Guardsman\'s Hauberk',52610,3,0,0,1,445828,89165,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,60,7,60,5,35,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1212,0,0,0,0,0,0,0,0,0,48390,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,2,0,4,0,0,0,3307,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37801,4,4,-1,'Waistguard of the Risen Knight',52611,3,0,0,1,262510,52502,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,87,12,42,13,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1218,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37802,2,15,-1,'Elanor\'s Edge',52445,3,0,0,1,557434,111486,13,-1,-1,146,73,0,0,0,0,0,0,0,0,1,0,2,3,17,36,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,206,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15807,1,0,0,-1,0,-1,43219,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37803,2,10,-1,'Lola\'s Lifegiving Branch',51691,3,0,0,1,663751,132750,17,-1,-1,138,71,0,0,0,0,0,0,0,0,1,0,3,7,40,5,43,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,269,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,42120,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,-30.3,0,0,0,'',53,0,0,0,0,12340),(37804,2,10,-1,'Bloodwood Greatstaff',50536,3,0,0,1,701021,140204,17,-1,-1,158,76,0,0,0,0,0,0,0,0,1,0,1,37,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,475,0,0,0,0,700,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37805,2,4,-1,'Melia\'s Magnificent Scepter',50006,3,0,0,1,549716,109943,21,-1,-1,154,75,0,0,0,0,0,0,0,0,1,0,1,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,177,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,49431,1,0,0,0,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,-30.3,0,0,0,'',53,0,0,0,0,12340),(37806,2,10,-1,'Zabra\'s Misplaced Staff',52446,3,0,0,1,723139,144627,17,-1,-1,162,77,0,0,0,0,0,0,0,0,1,0,4,5,40,32,53,31,34,7,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,378,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,49558,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,-43.8,0,0,0,'',53,0,0,0,0,12340),(37807,2,7,-1,'Lydia\'s Sharpened Swordbreaker',52457,3,0,0,1,540533,108106,13,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,2,4,27,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,215,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37808,2,4,-1,'Dragonjaw Mauler',52455,3,0,0,1,582915,116583,13,-1,-1,162,77,0,0,0,0,0,0,0,0,1,0,1,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42095,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37809,2,2,-1,'Roc-Feather Longbow',49368,3,0,0,1,438860,87772,15,-1,-1,162,77,0,0,0,0,0,0,0,0,1,0,2,31,19,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,329,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37810,4,6,-1,'Blade-Binding Bulwark',51721,3,0,0,1,367258,73451,14,-1,-1,158,76,0,0,0,0,0,0,0,0,1,0,4,7,43,4,19,15,27,12,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,162,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37811,2,1,-1,'Captain Carver\'s Persuader',52456,3,0,0,1,669000,133800,17,-1,-1,146,73,0,0,0,0,0,0,0,0,1,0,4,7,60,32,40,4,29,36,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,346,520,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37812,2,5,-1,'Petrified Ironwood Smasher',52460,3,0,0,1,722680,144536,17,-1,-1,158,76,0,0,0,0,0,0,0,0,1,0,2,4,77,7,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,337,507,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37813,2,6,-1,'Banner Slicer',52449,3,0,0,1,708292,141658,17,-1,-1,154,75,0,0,0,0,0,0,0,0,1,0,1,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,465,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,28735,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37814,4,4,-1,'Iron Dwarf Smith Pauldrons',51577,3,0,0,1,380841,76168,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,87,12,36,14,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1625,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37815,0,0,-1,'Emerald Essence',50543,1,8454208,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49345,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,0,-1,0,7200,0,0,'',0,0,0,0,0,12340),(37817,4,0,-1,'Branch of Sinful Reprieve',52465,3,0,0,1,159180,39795,23,-1,-1,146,73,0,0,0,0,0,0,0,0,1,0,3,7,24,5,19,36,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37818,4,3,-1,'Patroller\'s War-Kilt',52359,3,0,0,1,442519,88503,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,58,5,59,32,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1061,0,0,0,0,0,0,0,0,0,48337,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,2,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37819,4,0,-1,'Milan\'s Mastercraft Band',26001,3,524288,0,1,151098,37774,11,-1,-1,138,71,0,0,0,0,0,0,0,0,1,0,3,32,24,7,24,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37820,4,0,-1,'Worgen\'s Ring of Revitalization',33856,3,524288,0,1,155139,38784,11,-1,-1,142,72,0,0,0,0,0,0,0,0,1,0,3,35,24,7,31,13,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37821,4,0,-1,'Raine\'s Signet of Blasting',28733,3,524288,0,1,163221,40805,11,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,32,21,7,25,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,759,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(37822,4,0,-1,'Twisted Puzzle-Ring',52459,3,524288,0,1,183428,45857,11,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,2,5,21,7,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37823,4,0,-1,'Draconic Choker of Ferocity',36902,3,0,0,1,179386,44846,2,-1,-1,166,77,0,0,0,0,0,0,0,0,1,0,3,32,30,7,34,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37824,2,19,-1,'Gwyneth\'s Runed Dragonwand',56898,3,0,0,1,460255,92051,26,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,2,5,23,36,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,398,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,18030,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37825,4,1,-1,'Traditionally Dyed Handguards',52364,3,0,0,1,140476,28095,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,53,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,4,0,0,0,0,0,3308,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37826,4,4,-1,'The General\'s Steel Girdle',51934,3,0,0,1,248170,49634,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,3,36,7,85,31,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1218,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37830,12,0,-1,'Mikhail\'s Journal',1143,1,2048,1,1,0,0,0,-1,-1,1,73,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,12423,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37831,12,0,-1,'Mikhail\'s Journal',1143,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37833,12,0,0,'Ruby Brooch',31604,1,67584,0,1,0,0,0,-1,-1,1,71,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Signifies the Keeper of the Ruby Dragonshrine.',0,0,0,12419,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37835,4,0,-1,'Je\'Tze\'s Bell',26622,4,4096,0,1,429375,107343,12,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49622,1,0,0,90000,0,15000,49621,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37836,10,0,-1,'Venture Coin',51567,1,0,0,1,4000,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Nothing ventured, nothing gained.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37840,4,1,-1,'Shroud of Reverberation',43086,3,0,0,1,228715,45743,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,25,7,64,37,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37841,4,2,-1,'Slag Footguards',51936,3,0,0,1,286887,57377,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,38,7,75,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2877,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37842,4,2,-1,'Belt of Vivacity',49378,3,0,0,1,191938,38387,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,43,6,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37843,4,1,-1,'Giant-Hair Woven Gloves',52348,3,0,0,1,154095,30819,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,58,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37844,4,0,-1,'Winged Talisman',52614,3,524288,0,1,322031,80507,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,43,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60521,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37845,4,3,-1,'Cord of Swirling Winds',52615,3,0,0,1,210671,42134,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,39,7,54,5,33,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,682,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37846,4,2,-1,'Charged-Bolt Grips',52616,3,0,0,1,176239,35247,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,50,7,58,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37847,4,4,-1,'Skywall Striders',50507,3,0,0,1,370823,74164,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,44,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1489,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37848,2,10,-1,'Lightning Giant Staff',51938,3,0,0,1,887906,177581,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,158,3,76,7,84,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,488,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37849,4,4,-1,'Planetary Helm',52304,3,0,0,1,373636,74727,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,80,3,76,7,78,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1760,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37850,4,1,-1,'Flowing Sash of Order',52347,3,0,0,1,143153,28630,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,42,5,44,6,38,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,2,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37851,4,1,-1,'Ornate Woolen Stola',52357,3,0,0,1,287395,57479,20,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,74,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37852,2,1,-1,'Colossal Skull-Clad Cleaver',55709,4,0,0,1,1234367,246873,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,90,3,54,36,90,7,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,761,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37853,4,2,-1,'Advanced Tooled-Leather Bands',51939,4,0,0,1,247780,49556,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,36,7,43,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37854,4,1,-1,'Woven Bracae Leggings',53826,4,0,0,1,397899,79579,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,68,32,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,49441,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37855,4,3,-1,'Mail Girdle of the Audient Earth',53818,4,0,0,1,299513,59902,6,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,2,7,57,5,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,705,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,49176,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37856,2,15,-1,'Librarian\'s Paper Cutter',49373,3,0,0,1,751430,150286,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,36,46,32,26,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,203,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37857,4,3,-1,'Helm of the Lightning Halls',59544,3,0,0,1,339367,67873,1,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,58,5,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,49442,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37858,4,2,-1,'Awakened Handguards',54902,3,0,0,1,189217,37843,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,44,36,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37859,0,0,-1,'Amber Essence',50541,1,8454208,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49461,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,0,-1,0,7200,0,0,'',0,0,0,0,0,12340),(37860,0,0,-1,'Ruby Essence',50544,1,8454208,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49462,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,0,-1,0,7200,0,0,'',0,0,0,0,0,12340),(37861,4,0,-1,'Necklace of Arcane Spheres',31603,3,0,0,1,213737,53434,2,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,29,7,45,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37862,4,4,-1,'Gauntlets of the Water Revenant',52512,3,0,0,1,270223,54044,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,42,7,87,12,57,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1354,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37867,4,1,-1,'Footwraps of Teleportation',53625,3,0,0,1,212259,42451,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,45,5,57,6,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2889,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37868,4,3,-1,'Girdle of the Ethereal',55009,3,0,0,1,218921,43784,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,41,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,682,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3308,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37869,4,0,-1,'Globule Signet',28831,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,31,5,33,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37870,4,3,-1,'Twin-Headed Boots',55011,3,0,0,1,332301,66460,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,30,7,45,5,29,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,833,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37871,2,0,-1,'The Key',54989,3,0,0,1,737826,147565,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,34,7,28,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,440,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37872,4,0,-1,'Lavanthor\'s Talisman',55012,3,524288,0,1,322031,80507,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,15,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60215,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37873,4,0,-1,'Mark of the War Prisoner',44237,3,524288,0,1,322031,80507,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,31,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60480,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37874,4,4,-1,'Gauntlets of Capture',55019,3,0,0,1,262588,52517,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,3,34,7,64,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1354,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37875,4,3,-1,'Spaulders of the Violet Hold',54933,3,0,0,1,338383,67676,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,42,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37876,4,1,-1,'Cyanigosa\'s Leggings',52334,3,0,0,1,300542,60108,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,58,5,59,6,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37877,0,0,-1,'Silver Feather',50106,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49546,0,0,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37879,12,0,0,'Wintergarde Munitions',18574,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37880,12,0,-1,'The Plume of Alystros',32546,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Beautiful and perfect in every way.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37881,12,0,-1,'Skytalon Molts',50180,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49566,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37882,12,0,-1,'Lasher Seed',22793,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It pulses with the power of nature!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37883,2,10,-1,'Staff of Trickery',54903,4,0,0,1,1283757,256751,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,38,180,3,89,7,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,537,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37884,4,1,-1,'Azure Cloth Bindings',53893,4,0,0,1,191694,38338,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,36,5,38,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37886,4,3,-1,'Handgrips of the Savage Emissary',55006,4,0,0,1,289689,57937,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,65,7,52,5,34,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,48273,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(37887,12,0,-1,'Seeds of Nature\'s Wrath',22793,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49587,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37888,15,0,0,'Arcane Disruptor',50183,2,65536,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49590,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,595,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37889,4,0,-1,'Prison Manifest',54985,3,0,0,1,213737,53434,23,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,33,5,42,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37890,4,2,-1,'Chain Gang Legguards',55007,3,0,0,1,367516,73503,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,55,7,117,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,48643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37891,4,4,-1,'Cast Iron Shackles',55008,3,0,0,1,259689,51937,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,43,3,28,7,64,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,948,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(37910,12,0,0,'Page 4 of Plunderbeard\'s Journal',24153,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37911,12,0,0,'Page 5 of Plunderbeard\'s Journal',24153,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37912,12,0,0,'Page 6 of Plunderbeard\'s Journal',24153,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37913,12,0,0,'Page 7 of Plunderbeard\'s Journal',24153,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37920,12,0,0,'Thel\'zan\'s Phylactery',31577,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'There are initials etched on the side: I.M.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37921,7,9,-1,'Deadnettle',49932,1,536870976,0,1,3000,750,0,-1,-1,72,0,773,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37922,12,0,0,'Pack of Nozzlerust Explosives',1815,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It sounds like it\'s... ticking?',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37923,12,0,-1,'Hourglass of Eternity',43101,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49890,0,0,0,210000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37925,0,0,-1,'Experimental Mixture',46209,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49736,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1800,0,0,'',0,0,0,0,0,12340),(37930,12,0,0,'Onslaught Map',23229,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A map of Dragonblight with various markings.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37931,12,0,-1,'The Path of Redemption',8093,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A thoroughly read copy.',3092,0,1,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37932,12,0,-1,'Miner\'s Lantern',50374,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48974,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37933,12,0,0,'Zelig\'s Scrying Orb',6506,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49817,0,0,0,0,1149,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37936,4,1,-1,'Fisherman\'s Earwarmer',51284,2,0,0,1,143465,28693,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,33,6,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37937,4,1,-1,'Alystros\'s Plume Cinch',51172,2,0,0,1,86845,17369,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,42,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,33106,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,8,0,2,0,0,0,2900,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37938,4,1,-1,'Visionary\'s Robes',51370,2,0,0,1,174365,34873,20,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,42,6,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,33136,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37939,4,0,-1,'Baleen Braided Collar',34318,2,0,0,1,132650,33162,2,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,22,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37940,4,1,-1,'Mantle of Itharius',51301,2,0,0,1,131773,26354,3,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,21,6,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37941,4,1,-1,'Fading Handwraps',51145,2,0,0,1,88186,17637,10,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,36,16,31,26,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37942,4,1,-1,'Kirin Tor Initiate\'s Sandals',53251,2,0,0,1,132786,26557,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,6,16,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,33097,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37943,4,1,-1,'Kirin Tor Initiate\'s Cowl',51287,2,0,0,1,133279,26655,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,52,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,46051,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37944,4,1,-1,'High Priest Forith\'s Robes',51368,2,0,0,1,178381,35676,20,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,28,6,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,33164,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'He won\'t be needing these anymore.',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37945,4,1,-1,'Thin Jormungar Legwraps',51334,2,0,0,1,179057,35811,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,43,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37947,4,1,-1,'Miraculous Waistwarming Band',51317,2,0,0,1,90194,18038,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,31,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37948,4,1,-1,'Refractive Shoulderpads',51208,2,0,0,1,139426,27885,3,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,33,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37949,4,1,-1,'Saboteur\'s Wrap',51004,2,0,0,1,139933,27986,16,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,25,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37950,4,1,-1,'Highseas Wristwraps',51355,2,0,0,1,93617,18723,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,6,12,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37953,4,1,-1,'Wastewind Garments',52624,2,0,0,1,189261,37852,20,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,33,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,46051,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37954,4,1,-1,'Wastewind Cinch',52623,2,0,0,1,94959,18991,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,6,21,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37956,4,1,-1,'Frontrunner\'s Blessed Handwraps',51388,2,0,0,1,95634,19126,10,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,42,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,33106,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37957,4,1,-1,'Wastewind Bracers',51361,2,0,0,1,86836,17367,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,42,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37958,4,1,-1,'Wastewind Headcover',52516,2,0,0,1,130747,26149,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,67,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,33136,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37959,4,1,-1,'Wastewind Pauldrons',49464,2,0,0,1,131253,26250,3,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,66,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37960,4,0,-1,'Oath Signet',51278,2,0,0,1,132650,33162,11,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,31,12,7,27,45,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37961,4,1,-1,'Wastewind Leggings',52626,2,0,0,1,176337,35267,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,6,33,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,33236,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37962,4,1,-1,'Treads of the Charred Canyon',53257,2,0,0,1,132759,26551,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,36,43,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37963,4,1,-1,'Wastewind Handwraps',52625,2,0,0,1,88844,17768,10,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,32,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37964,4,1,-1,'Spiderwarder Braces',51359,2,0,0,1,91600,18320,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,33,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37965,4,1,-1,'Wyrmward Cover',51203,2,0,0,1,137893,27578,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,33,7,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,26228,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37966,4,1,-1,'Bracers of Nature\'s Fury',51044,2,0,0,1,92266,18453,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,32,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37968,4,1,-1,'Robe of Calcified Tears',51369,2,0,0,1,185884,37176,20,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,24,5,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37969,4,1,-1,'Chaos Mender Cloak',51372,2,0,0,1,139906,27981,16,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,18,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37970,4,1,-1,'Feathers of the Dragon Wastes',52493,2,0,0,1,140412,28082,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,6,33,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,33236,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37971,4,1,-1,'Sash of the Nibbling Plague',51312,2,0,0,1,93946,18789,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,34,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37980,4,2,-1,'Moa\'ki Thresherhide Tunic',49247,2,0,0,1,225601,45120,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,48,3,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,335,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37981,4,2,-1,'Ancient Dreamer\'s Leggings',49851,2,0,0,1,226445,45289,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,32,5,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37982,4,0,-1,'Gleaming Tuskring',28830,2,0,0,1,132650,33162,11,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,27,37,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37983,4,2,-1,'Gloves of the Emerald Stalker',49911,2,0,0,1,114067,22813,10,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,46,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37984,4,2,-1,'Deathtouched Boots',56470,2,0,0,1,171716,34343,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,3,33,7,36,37,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37985,4,2,-1,'Violet Stalker Shoulderpads',49848,2,0,0,1,172349,34469,3,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,46,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37986,4,2,-1,'Hood of the Forgotten Rifleman',51264,2,0,0,1,172983,34596,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,31,45,7,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37987,4,2,-1,'Violet Stalker Bracers',51360,2,0,0,1,115744,23148,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,36,18,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37988,4,1,-1,'Lord Prestor\'s Drape',51375,2,0,0,1,139385,27877,16,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,6,18,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37989,4,2,-1,'Rattlebore Slayer Leggings',51332,2,0,0,1,233154,46630,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,48,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37990,4,2,-1,'Narf\'s Explosiveproof Strand',51318,2,0,0,1,116999,23399,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,37,33,3,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37991,4,2,-1,'Hyper-amplified Natural Leather Vest',49809,2,0,0,1,234819,46963,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,6,33,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,335,0,0,0,0,0,0,0,0,0,33165,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Engineered to be even more natural!',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37992,4,0,-1,'Ritual Neckguard',9852,2,0,0,1,132650,33162,2,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,37,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1500,0,-1,33149,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37993,4,2,-1,'Glade Wanderer Boots',51343,2,0,0,1,177381,35476,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,23,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37995,4,2,-1,'Snowfall Reaver Hood',51286,2,0,0,1,178630,35726,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,57,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37996,4,2,-1,'Snowfall Reaver Gloves',51392,2,0,0,1,111112,22222,10,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,27,44,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37998,4,2,-1,'Snowfall Reaver Boots',49903,2,0,0,1,167934,33586,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,36,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,47061,1,0,0,-1,0,-1,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(37999,4,2,-1,'Glade Wanderer Bracers',51354,2,0,0,1,112367,22473,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,19,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38000,4,2,-1,'Snowfall Reaver Breastplate',49255,2,0,0,1,225578,45115,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,36,33,3,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,335,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38001,4,2,-1,'Snowfall Reaver Pauldrons',49845,2,0,0,1,169817,33963,3,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,46748,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38002,4,1,-1,'Honorborn Cloak',51373,2,0,0,1,136360,27272,16,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,32,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,40680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38003,4,2,-1,'Snowfall Reaver Leggings',51333,2,0,0,1,228088,45617,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,57,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38004,4,2,-1,'Scourgeslayer Belt',51319,2,0,0,1,114466,22893,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,63,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38005,4,2,-1,'Spiritfury Bands',49256,2,0,0,1,114888,22977,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,31,13,7,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,40680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38006,4,2,-1,'Glade Wanderer Belt',49258,2,0,0,1,115310,23062,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,31,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38007,4,2,-1,'Canyon Runner\'s Vest',56372,2,0,0,1,231442,46288,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,85,3,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,335,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38008,4,2,-1,'Lothalar Woodwalker Belt',51316,2,0,0,1,116143,23228,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,18,36,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38010,4,2,-1,'Scourgeslayer Cover',51164,2,0,0,1,175464,35092,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,36,26,7,84,3,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38011,4,2,-1,'Torturer\'s Fleshwoven Leggings',51335,2,0,0,1,234797,46959,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,78,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38012,4,2,-1,'Lothalar Woodwalker Bracers',51356,2,0,0,1,109423,21884,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,29,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38013,4,2,-1,'Lothalar Woodwalker Shoulders',49246,2,0,0,1,164768,32953,3,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,20,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38014,4,2,-1,'Vermin-Handler\'s Gauntlets',49251,2,0,0,1,110256,22051,10,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,3,39,32,27,36,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38023,4,3,-1,'Sharkdiver\'s Leggings',51213,2,0,0,1,273678,54735,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,33165,1,0,0,-1,0,-1,21639,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38024,4,3,-1,'Verdant Linked Boots',51148,2,0,0,1,206934,41386,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,27,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38025,4,3,-1,'Guiding Gloves of the Seer',51390,2,0,0,1,137838,27567,10,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,466,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38026,4,3,-1,'Sharkdiver\'s Bracers',51358,2,0,0,1,138345,27669,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,32,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38027,4,3,-1,'Verdant Hunter\'s Guise',59545,2,0,0,1,208277,41655,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,36,56,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,606,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38028,4,0,-1,'Ring of the Afterlife',28812,2,0,0,1,132650,33162,11,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,19,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38029,4,3,-1,'Azurehunter Handguards',56310,2,0,0,1,143479,28695,10,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,27,44,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,466,0,0,0,0,0,0,0,0,0,15811,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38030,4,3,-1,'Chestpiece of the Forgotten Captain',56443,2,0,0,1,260563,52112,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,57,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,746,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38031,4,3,-1,'Azurehunter Legguards',56312,2,0,0,1,261576,52315,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,36,56,7,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38032,4,0,-1,'Wyrm-slave Collar',9658,2,0,0,1,132650,33162,2,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14089,1,0,0,0,0,-1,42094,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38033,4,3,-1,'Ice Heart Chestguard',51309,2,0,0,1,263575,52715,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,33,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,746,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38034,4,3,-1,'Serrated Chain Links',51320,2,0,0,1,132294,26458,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,23,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,419,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38035,4,3,-1,'Tightened Chainmesh Boots',51077,2,0,0,1,200086,40017,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,18,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38036,4,0,-1,'Circlet of the Forgotten Mercenary',51275,2,0,0,1,132650,33162,11,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38037,4,3,-1,'Westwind Shoulderguards',51303,2,0,0,1,201592,40318,3,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,27,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,559,0,0,0,0,0,0,0,0,0,33164,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38039,4,3,-1,'Iceshear Pauldrons',51300,2,0,0,1,203118,40623,3,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,27,5,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,559,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38040,4,3,-1,'Iceshear Bindings',51260,2,0,0,1,135306,27061,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,40555,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38041,4,3,-1,'Westwind Waistband',51321,2,0,0,1,135812,27162,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,24,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,419,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38042,4,0,-1,'Scourge Ghoul Collar',51280,2,0,0,1,132650,33162,2,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,26,37,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15816,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38043,4,3,-1,'Anub\'ar-Husk Leggings',56200,2,0,0,1,273651,54730,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,32,7,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38044,4,3,-1,'Anub\'ar-Husk Shoulderguards',54933,2,0,0,1,206893,41378,3,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,30,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,559,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38045,4,3,-1,'Anub\'ar-Husk Helm',52303,2,0,0,1,212179,42435,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,41,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,606,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38046,4,3,-1,'Wyrmfire Gloves',51394,2,0,0,1,141959,28391,10,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,64,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,466,0,0,0,0,0,0,0,0,0,14089,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38047,4,3,-1,'Belt of Ghostly Essence',51072,2,0,0,1,142466,28493,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,419,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38048,4,3,-1,'Breastplate of Sizzling Chitin',51221,2,0,0,1,285918,57183,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,7,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,746,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,42060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38049,4,3,-1,'Wyrmchaser\'s Waistguard',51322,2,0,0,1,143465,28693,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,38,86,32,23,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,419,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38051,4,3,-1,'Star\'s Rest Treads',51347,2,0,0,1,197033,39406,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,45,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38053,4,3,-1,'Wyrmfire Links',51071,2,0,0,1,263547,52709,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,33,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,746,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38054,4,3,-1,'Paingiver Wristguards',51357,2,0,0,1,132280,26456,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,46,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38055,4,3,-1,'Ridgehunter Gauntlets',51181,2,0,0,1,132786,26557,10,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,31,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,466,0,0,0,0,0,0,0,0,0,44983,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38056,4,3,-1,'Ridgehunter Chestguard',51311,2,0,0,1,266559,53311,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,85,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,746,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38057,4,3,-1,'Rodent-Proof Headguard',51238,2,0,0,1,200679,40135,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,61,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,606,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38068,4,0,-1,'Sinner\'s Repentance',24087,2,0,0,1,132650,33162,11,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,13,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44756,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38070,4,0,-1,'Foresight\'s Anticipation',16283,2,0,0,1,199859,49964,12,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51985,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38071,4,0,-1,'Valonforth\'s Remembrance',34188,2,0,0,1,199859,49964,12,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35836,1,0,0,-1,0,-1,54838,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38072,4,0,-1,'Thunder Capacitor',53466,2,0,0,1,199859,49964,12,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,54841,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'New and improved design!',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38073,4,0,-1,'Will of the Red Dragonflight',34188,2,0,0,1,189711,47427,12,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,33662,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38080,4,0,-1,'Automated Weapon Coater',16283,2,0,0,1,199859,49964,12,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51978,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Jormungar Slime Edition.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38081,4,0,-1,'Scarab of Isanoth',16283,2,0,0,1,199859,49964,12,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,15827,1,0,0,-1,0,-1,51987,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38083,12,0,0,'Dull Carving Knife',19459,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50141,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38084,4,4,-1,'Crustacean Stompers',56393,2,0,0,1,246139,49227,8,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,7,27,4,23,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38085,4,4,-1,'Belt of the Emerald Guardian',51197,2,0,0,1,165939,33187,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,749,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38086,4,4,-1,'Vigilant Skullcap',61308,2,0,0,1,247884,49576,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,57,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1083,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38087,4,4,-1,'Sea Rusted Gauntlets',51391,2,0,0,1,167112,33422,10,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,33,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,833,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38088,4,4,-1,'Breastplate of Nature\'s Ire',56370,2,0,0,1,333507,66701,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,7,36,4,33,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1332,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38092,4,4,-1,'Crystalplate Pauldrons',49512,2,0,0,1,229232,45846,3,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,4,23,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,0,0,0,0,53793,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38093,4,4,-1,'Dalaran Sentry Wristbraces',56469,2,0,0,1,158823,31764,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,7,48,36,18,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38094,4,4,-1,'Dalaran Sentry Headguard',50905,2,0,0,1,237315,47463,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,37,57,4,33,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1083,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38095,4,4,-1,'Legplates of the Conquered Knight',51330,2,0,0,1,318205,63641,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,33,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1166,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38096,4,4,-1,'Crystalplate Legguards',56195,2,0,0,1,319387,63877,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,86,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1166,0,0,0,0,0,0,0,0,0,44983,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38097,4,4,-1,'Experimental Utility Belt',51315,2,0,0,1,161184,32236,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,32,18,4,43,36,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,749,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The compartments don\'t seem to open...',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38098,12,0,-1,'Dragonflayer Patriarch\'s Blood',37860,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38100,4,4,-1,'Crystalplate Gauntlets',56394,2,0,0,1,162967,32593,10,262143,2147483647,146,0,0,0,0,0,0,0,0,0,1,0,3,7,65,37,18,4,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,833,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38101,4,4,-1,'Stonepath Sabatons',51131,2,0,0,1,243460,48692,8,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,4,31,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,0,0,0,0,0,0,0,0,0,42113,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38102,4,4,-1,'Stonepath Gauntlets',51393,2,0,0,1,164140,32828,10,262143,2147483647,146,0,0,0,0,0,0,0,0,0,1,0,3,32,43,31,23,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,833,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38103,4,4,-1,'Petrified Bone Chestguard',51204,2,0,0,1,327597,65519,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,41,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1332,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38104,4,4,-1,'Stonepath Helm',51288,2,0,0,1,246091,49218,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,31,33,4,24,7,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1083,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38105,4,4,-1,'Stonepath Pauldrons',51302,2,0,0,1,246975,49395,3,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,4,23,32,18,44,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38106,4,4,-1,'Petrified Bone Footguards',51162,2,0,0,1,247860,49572,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,23,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,0,0,0,0,0,0,0,0,0,33164,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38107,4,4,-1,'Stonepath Chestguard',51108,2,0,0,1,332293,66458,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,7,86,4,33,36,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1332,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38108,4,4,-1,'Conscript\'s Ruby Waistguard',56138,2,0,0,1,167674,33534,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,7,45,4,31,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,749,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38109,4,4,-1,'Wraithshimmer Legplates',51337,2,0,0,1,311114,62222,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,7,36,32,33,4,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1166,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38110,4,4,-1,'Legplates of the Agmar Preserver',49478,2,0,0,1,312296,62459,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,57,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1166,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38111,4,4,-1,'Wyrmbane Wristguards',51133,2,0,0,1,157634,31526,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,4,32,32,18,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38112,4,4,-1,'Bark Covered Pauldrons',51297,2,0,0,1,235521,47104,3,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,7,64,32,18,4,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38114,4,4,-1,'Chestplate of the Ruby Champion',56445,2,0,0,1,316991,63398,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,4,57,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1332,0,0,0,0,0,0,0,0,0,44983,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38115,4,4,-1,'Sabatons of the Enforcer',51346,2,0,0,1,238175,47635,8,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,4,30,36,31,3,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38116,4,4,-1,'Plated Magnataur Leggings',51331,2,0,0,1,319323,63864,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,32,57,4,33,37,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1166,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38117,4,4,-1,'Dreadtalon\'s Clutch',51314,2,0,0,1,161168,32233,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,7,62,4,23,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,749,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38118,4,4,-1,'Bite-Proof Grips',51397,2,0,0,1,161763,32352,10,262143,2147483647,146,0,0,0,0,0,0,0,0,0,1,0,3,7,27,4,43,37,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,833,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38126,2,10,-1,'Frostbite Warstaff',50143,2,0,0,1,549228,109845,17,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,60,31,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,301,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,40150,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,-37.2,0,0,0,'',34,0,0,0,0,12340),(38127,2,4,-1,'Carved Dragonbone Mace',50208,2,0,0,1,441025,88205,21,262143,2147483647,146,0,0,0,0,0,0,0,0,0,1,0,1,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,170,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,36065,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,-37.2,0,0,0,'',34,0,0,0,0,12340),(38128,2,10,-1,'Staff of the Spiked Beast',50146,2,0,0,1,553393,110678,17,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,84,38,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,413,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38129,2,10,-1,'Staff of the Ley Mender',50141,2,0,0,1,555503,111100,17,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,6,56,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,301,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,36065,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,-37.2,0,0,0,'',34,0,0,0,0,12340),(38130,2,15,-1,'Emme\'s Lost Spellblade',51365,2,0,0,1,446091,89218,21,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,24,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,116,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,40150,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,-37.2,0,0,0,'',34,0,0,0,0,12340),(38131,2,10,-1,'Staff of Ruby Wood',50139,2,0,0,1,559668,111933,17,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,6,60,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,301,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,40150,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,-37.2,0,0,0,'',34,0,0,0,0,12340),(38132,2,10,-1,'Moonrest Garden Stave',50147,2,0,0,1,561778,112355,17,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,60,6,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,301,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,36065,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,-37.2,0,0,0,'',34,0,0,0,0,12340),(38133,2,10,-1,'Timeshattered Spire',50146,2,0,0,1,563889,112777,17,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,38,112,7,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,495,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38134,2,15,-1,'Bloodtinged Spellblade',51364,2,0,0,1,452800,90560,21,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,116,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,40150,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,-37.2,0,0,0,'',34,0,0,0,0,12340),(38135,2,4,-1,'Mace of the Fallen Raven Priest',50197,2,0,0,1,454442,90888,21,262143,2147483647,146,0,0,0,0,0,0,0,0,0,1,0,2,36,26,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,170,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,36065,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,-37.2,0,0,0,'',34,0,0,0,0,12340),(38137,2,10,-1,'Endurance of the Spell Warder',50144,2,0,0,1,572274,114454,17,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,84,5,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,301,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,36065,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,-37.2,0,0,0,'',34,0,0,0,0,12340),(38138,2,15,-1,'Keldonus\'s Missing Spellshard',51367,2,0,0,1,459462,91892,21,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,40,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,116,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,40150,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,-37.2,0,0,0,'',34,0,0,0,0,12340),(38141,2,10,-1,'Coldwind Scratching Pole',50138,2,0,0,1,595777,119155,17,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,56,13,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,413,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This pole has a strangely alluring smell...',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38142,2,15,-1,'Infused Dragonbone Splinter',51366,2,0,0,1,478264,95652,21,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,36,27,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,116,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,40150,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,-37.2,0,0,0,'',34,0,0,0,0,12340),(38143,2,10,-1,'Composite Harpyspine Staff',50137,2,0,0,1,542839,108567,17,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,7,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,301,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,36065,1,0,0,-1,0,-1,35828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,-37.2,0,0,0,'',34,0,0,0,0,12340),(38144,12,0,0,'Harkor\'s Ingredients',10924,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Makings for Harkor\'s Shimmercap Stew.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38146,2,7,-1,'Gleaming Iceblade',51377,2,0,0,1,439291,87858,13,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,286,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38148,2,5,-1,'Chilled Headsmasher',51381,2,0,0,1,553336,110667,17,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,56,7,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,481,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38149,12,0,0,'Scourged Troll Mummy',50485,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50032,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38150,2,18,-1,'Imported Ironshod Crossbow',50167,2,0,0,1,334500,66900,26,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,21,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,290,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38151,2,15,-1,'Daschal\'s Discarded Shiv',50122,2,0,0,1,447688,89537,13,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,36,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,160,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,44980,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38152,2,4,-1,'Mace of the Violet Guardian',50208,2,0,0,1,449377,89875,13,262143,2147483647,146,0,0,0,0,0,0,0,0,0,1,0,2,31,16,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,195,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38153,2,13,-1,'Mana Infused Claw',51171,2,0,0,1,451020,90204,22,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,36,16,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,275,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38154,2,7,-1,'Taigasha',51380,2,0,0,1,452708,90541,13,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,31,26,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,309,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Magnataur Slayer.',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38155,2,15,-1,'Shortblade of the Ruby Ally',50121,2,0,0,1,454397,90879,13,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,26,37,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,195,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38156,2,1,-1,'Battered Magnataur Dualblade',49227,2,0,0,1,570107,114021,17,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,523,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,36069,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38157,2,2,-1,'Longbow of the Ruby Rider',50152,2,0,0,1,352366,70473,15,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,311,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,14089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38160,4,0,-1,'Soul-Trader\'s Bindings',50578,1,0,0,1,0,0,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38161,4,0,-1,'Soul-Trader\'s Gloves',51271,1,0,0,1,0,0,10,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38162,4,0,-1,'Soul-Trader\'s Boots',50579,1,0,0,1,0,0,8,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38163,4,0,-1,'Soul-Trader\'s Head Wrap',50489,1,0,0,1,0,0,1,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38169,2,15,-1,'Keen Woodland Shank',51168,2,0,0,1,444266,88853,13,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,206,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,44980,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38170,2,4,-1,'Spiked Coldwind Club',50201,2,0,0,1,445954,89190,13,262143,2147483647,146,0,0,0,0,0,0,0,0,0,1,0,2,4,26,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,298,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38171,2,5,-1,'Battleworn Magnataur Crusher',50325,2,0,0,1,559553,111910,17,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,36,60,3,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,495,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38172,2,18,-1,'Crossbow of the Hardened Ranger',50166,2,0,0,1,336964,67392,26,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,290,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,15809,1,0,0,-1,0,-1,44474,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38173,2,15,-1,'Dagger of the Returning Past',51403,2,0,0,1,463068,92613,13,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,31,19,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,172,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38174,2,4,-1,'Time-Bending Smasher',50206,2,0,0,1,464756,92951,13,262143,2147483647,146,0,0,0,0,0,0,0,0,0,1,0,1,37,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,183,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38176,2,4,-1,'Stronghold Battlemace',49201,2,0,0,1,468088,93617,13,262143,2147483647,146,0,0,0,0,0,0,0,0,0,1,0,1,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,298,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,44980,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38177,2,3,-1,'Siege Captain\'s Gun',51174,2,0,0,1,352332,70466,26,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,17,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,290,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38178,2,1,-1,'Battlement Enforcer\'s Axe',50338,2,0,0,1,589331,117866,17,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,4,45,32,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,454,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38181,2,8,-1,'Warblade of the Forgotten Footman',50329,2,0,0,1,595606,119121,17,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,7,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,468,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,47138,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38186,0,0,0,'Ethereal Credit',36861,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Only of value to an Ethereal Soul-Trader.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38187,2,0,-1,'Reactive Waraxe',51464,2,0,0,1,440843,88168,13,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,36,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,309,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38188,2,13,-1,'Claw of the Undead Ravager',51171,2,0,0,1,442531,88506,22,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,160,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38189,2,15,-1,'Backtwister',49207,2,0,0,1,456313,91262,13,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,14,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,206,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38190,2,15,-1,'Scourgeslayer\'s Shank',49206,2,0,0,1,458002,91600,13,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,149,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38191,2,15,-1,'Compact Explosive Delivery Device',50130,2,0,0,1,459645,91929,13,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,206,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15813,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38194,2,3,-1,'Mageslayer Rifle',29163,2,0,0,1,348533,69706,26,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,321,0,0,0,0,0,0,0,0,0,0,0,3100,3,100,9329,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38195,2,8,-1,'Magister\'s Bane',49223,2,0,0,1,582942,116588,17,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,4,59,3,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,481,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38196,2,0,-1,'Bloodsmeared Brutalizer',51463,2,0,0,1,468042,93608,13,262143,2147483647,146,0,0,0,0,0,0,0,0,0,1,0,2,36,18,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,298,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38197,2,1,-1,'Mounted Boneshredder',51385,2,0,0,1,587163,117432,17,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,45,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,454,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38198,2,7,-1,'Joint-Severing Quickblade',51402,2,0,0,1,471419,94283,13,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,33,37,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,195,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38202,2,19,-1,'Twig of Happy Reminders',57176,2,0,0,1,358561,71712,26,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,442,2,0,0,0,0,0,0,0,0,0,0,2100,0,100,18033,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38206,2,19,-1,'Wand of Blinding Light',56894,2,0,0,1,338402,67680,26,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,36,17,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,337,1,0,0,0,0,0,0,0,0,0,0,1600,0,100,15715,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38207,2,19,-1,'Wand of Purifying Fire',56895,2,0,0,1,339668,67933,26,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,29,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,379,2,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38208,2,2,-1,'Valiance Longbow',50157,2,0,0,1,323623,64724,15,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,13,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,289,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38212,4,0,-1,'Death Knight\'s Anguish',52818,2,0,0,1,189711,47427,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54695,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38213,4,0,-1,'Harbinger\'s Wrath',45851,2,0,0,1,189711,47427,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,48846,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38214,4,0,-1,'Hypergizmatic Energy Booster',51185,2,0,0,1,125915,31478,23,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38217,4,0,-1,'Tome of the Violet Tower',50191,2,0,0,1,132650,33162,23,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38218,4,0,-1,'Executioner\'s Band',24022,3,0,0,1,168273,42068,11,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,2,32,36,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15812,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38219,4,0,-1,'Ring of Decimation',35423,3,524288,0,1,168273,42068,11,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,3,7,19,5,19,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38220,4,0,-1,'Signet of Swift Judgment',39121,3,524288,0,1,168273,42068,11,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38221,4,1,-1,'Shroud of Fluid Strikes',43086,3,0,0,1,169628,33925,16,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,2,7,42,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38222,4,1,-1,'Mantle of Keristrasza',43086,3,0,0,1,173203,34640,16,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,3,7,25,5,29,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38223,4,1,-1,'Cloak of Azure Lights',30783,3,0,0,1,169628,33925,16,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,3,7,23,5,21,36,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38224,4,0,-1,'Life Binder Talisman',51362,2,0,0,1,132650,33162,23,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38226,4,0,-1,'Chain of the Tolling Bell',9860,3,0,0,1,151098,37774,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,27,31,20,37,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9333,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38227,4,0,-1,'Indomitable Choker of Light',9858,3,0,0,1,151098,37774,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,5,16,32,20,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1500,0,-1,33163,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38228,4,0,-1,'Pendant of Revolutionary Thought',6490,3,0,0,1,151098,37774,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,30,31,17,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38230,4,0,-1,'Clutch of Undying Will',9858,3,0,0,1,151098,37774,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,5,16,32,20,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1500,0,-1,33163,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38231,4,0,-1,'Choker of Forceful Redemption',9860,3,0,0,1,151098,37774,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,27,31,20,37,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9333,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38232,4,0,-1,'Chain of Vigilant Thought',6490,3,0,0,1,151098,37774,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,30,31,17,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38237,2,1,-1,'Axe of Frozen Death',53056,3,0,0,1,620800,124160,17,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,4,4,37,7,54,31,28,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,513,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38238,2,13,-1,'Borean Smasher',51110,3,0,0,1,498564,99712,21,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,15,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,332,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,43219,1,0,0,-1,0,-1,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38239,2,10,-1,'Tower of the Infinite Mind',49232,3,0,0,1,625609,125121,17,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,4,5,41,7,55,32,36,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,311,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,41973,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,-38.6,0,0,0,'',53,0,0,0,0,12340),(38240,2,10,-1,'Staff of the Purposeful Mendicant',49232,3,0,0,1,627948,125589,17,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,4,5,39,36,37,6,36,7,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,311,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,42120,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,-38.6,0,0,0,'',53,0,0,0,0,12340),(38241,2,3,-1,'Fury of the Raging Dragon',50850,3,0,0,1,378211,75642,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,31,12,3,11,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,332,0,0,0,0,0,0,0,0,0,0,0,3100,3,100,14027,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38242,2,15,-1,'Fang of the Desolate Soul',49207,3,0,0,1,506205,101241,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,3,16,32,15,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,214,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38250,4,0,-1,'Activist\'s Signet of Blasting',49225,3,0,0,1,151098,37774,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,30,5,20,36,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38251,4,0,-1,'Ring of Indignant Rage',26391,3,0,0,1,151098,37774,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,27,31,20,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35494,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38252,4,0,-1,'Band of Wholesome Preservation',28812,3,0,0,1,151098,37774,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,20,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33149,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38257,4,0,-1,'Strike of the Seas',50547,3,0,0,1,227654,56913,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,47816,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38258,4,0,-1,'Sailor\'s Knotted Charm',3673,3,0,0,1,227654,56913,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40231,1,0,0,-1,0,-1,50261,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38259,4,0,-1,'First Mate\'s Pocketwatch',7371,3,0,0,1,227654,56913,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,15830,1,0,0,-1,0,-1,50263,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38260,15,0,-1,'Empty Tobacco Pouch',50548,0,0,0,1,2680,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The inside is so stained it\'s unusable',0,0,1,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38261,15,0,-1,'Bent House Key',9154,0,0,0,1,3900,975,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38262,2,10,-1,'Well-Worn Bat',20309,0,0,0,1,14,2,17,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38263,15,0,-1,'Too-Small Armband',50549,0,0,0,1,2680,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,1,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38264,15,0,-1,'A Very Pretty Rock',8121,0,0,0,1,3930,982,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Oddly, you can\'t really see a difference',0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38266,0,8,-1,'Rotund Relic',37182,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50282,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38267,15,0,-1,'Kalieki\'s Notes',3093,0,0,0,1,135,33,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Details future plans',0,0,1,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38268,2,14,4,'Spare Hand',50561,0,0,0,1,12,2,13,32767,-1,1,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Give to a Friend',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38269,15,0,-1,'Soggy Handkerchief',48232,0,0,0,1,3900,975,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38273,15,0,-1,'Brain Coral',50556,0,0,0,1,3900,975,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,1,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38274,15,0,-1,'Large Snail Shell',50559,0,0,0,1,3900,975,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Sounds like the Land',0,0,1,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38284,4,0,-1,'Siegemaster\'s Torch Ring',51279,2,0,0,1,132650,33162,11,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,18,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38285,4,0,-1,'Soul-Trader\'s Waistband',50582,1,0,0,1,0,0,6,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38286,4,0,-1,'Soul-Trader\'s Pauldrons',50581,1,0,0,1,0,0,3,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38292,3,0,-1,'Test Living Ruby',39926,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1061,-1,0,0,0,0,'',0,0,0,0,0,12340),(38293,4,0,-1,'Suntouched Flowers',51363,2,0,0,1,132650,33162,23,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33149,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38295,4,8,-1,'Idol of the Wastes',51424,2,0,0,1,143452,28690,28,32767,32767,146,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52020,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(38302,12,0,0,'Ruby Beacon of the Dragon Queen',49326,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50426,0,0,0,0,1149,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38303,12,0,0,'Enduring Mojo',6340,1,2048,0,1,20000,5000,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'For those extra long days.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38305,12,0,0,'Scythe of Antiok',50628,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38318,4,1,-1,'Darkmoon Robe',51795,2,0,0,1,2803,560,20,-1,-1,20,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,261,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(38319,12,0,-1,'New Deployment Orders',9152,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The sergeant is being ordered to bring his men back to reinforce the courtyard at The Argent Stand.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38321,12,0,-1,'Strange Mojo',17896,1,2048,0,1,0,0,0,-1,-1,1,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The decanter shimmers with an unearthly glow.',0,0,0,12507,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38322,4,0,-1,'Iron-bound Tome',23171,4,0,0,1,284983,71245,23,-1,-1,200,77,0,0,0,0,0,0,0,0,1,0,3,45,74,7,49,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,495,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(38323,12,0,-1,'Water Elemental Link',50649,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50427,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38324,12,0,-1,'Tether to the Plane of Water',50650,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50632,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38325,12,0,-1,'Precious Elemental Fluids',41680,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Pure.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38326,12,0,-1,'Muddlecap Fungus',26534,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Smells nasty. People actually eat these?',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38330,12,0,0,'Crusader\'s Bandage',11909,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50662,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38332,12,0,-1,'Modified Mojo',37859,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50706,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38333,12,0,0,'Drakkari Medallion',32284,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This medal bears the symbol of the Drakkari Empire on both sides.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38334,12,0,0,'Flying Machine Engine',34121,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38335,12,0,0,'Ancient Ectoplasm',926,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51090,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Airy and eerie at once.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340),(38336,12,0,0,'Crystallized Hogsnot',40606,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51096,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Twelve hogs worth.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340),(38337,12,0,0,'Speckled Guano',37860,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51058,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Not to be mixed with Marbled Guano.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340),(38338,12,0,0,'Knotroot',2793,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51047,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Main ingredient in Popped-Abysmal.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340),(38339,12,0,0,'Withered Batwing',9134,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51060,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Just add water.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340),(38340,12,0,0,'Amberseed',35401,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51088,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Mmmmm.... Amberseed!',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340),(38341,12,0,0,'Pickled Eagle Egg',18047,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51056,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'...which came first?',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340),(38342,12,0,0,'Trollbane',2351,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51101,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Origin unknown.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340),(38343,12,0,0,'Prismatic Mojo',37859,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51084,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Heavier than it looks.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340),(38344,12,0,0,'Shrunken Dragon\'s Claw',1498,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51092,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Size doesn\'t matter, really...',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340),(38345,12,0,0,'Frozen Spider Ichor',52701,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51104,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Melts in your mouth.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340),(38346,12,0,0,'Chilled Serpent Mucus',51396,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51094,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Cool, but not....',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340),(38347,1,6,-1,'Mammoth Mining Bag',50663,3,0,0,1,220000,55000,18,-1,-1,75,0,0,0,0,0,0,0,0,0,1,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38348,15,0,0,'Damaged Eye',7394,0,0,0,1,7500,1875,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Not quite All-Seeing enough.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38349,12,0,0,'Venture Co. Spare Parts',36687,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38350,0,5,-1,'Winterfin \"Depth Charge\"',40694,1,0,0,1,0,100,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38351,0,1,-1,'Murliver Oil',15794,1,0,0,1,0,100,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50809,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38353,4,1,-1,'Venture Bay Buccaneer\'s Cape',57171,3,4096,0,1,0,0,16,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,7,30,32,28,38,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38354,4,1,-1,'Oil-Stained Tarp',31131,3,4096,0,1,0,0,16,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,2,5,23,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38355,4,1,-1,'Thick Goblin Back Protector ',57172,3,4096,0,1,0,0,16,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,4,27,7,45,13,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'If you like the Back Protector, we highly recommend the matching Front Protector',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38356,2,19,-1,'Venture Battle Wand',56897,3,4096,0,1,0,0,26,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,32,24,45,18,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,487,4,0,0,0,0,0,0,0,0,0,0,2100,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38357,2,16,-1,'Sharpened Throwing Gizmo',43111,3,4198400,0,1,0,0,25,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,1,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,243,0,0,0,0,0,0,0,0,0,0,0,1600,0,100,9336,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38358,4,0,-1,'Arcane Revitalizer',43092,3,528384,0,1,0,0,12,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23213,1,0,0,120000,0,-1,51352,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38359,4,0,-1,'Goblin Repetition Reducer',43092,3,528384,0,1,0,0,12,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28840,1,0,0,120000,0,-1,51346,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38360,4,8,-1,'Idol of Arcane Terror',54347,3,4096,0,1,0,0,28,32767,32767,150,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57907,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38361,4,9,-1,'Venture Co. Lightning Rod',50537,3,4096,0,1,0,0,28,32767,-1,150,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61325,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38362,4,7,-1,'Venture Co. Libram of Retribution',5563,3,4096,0,1,0,0,28,32767,-1,150,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38363,4,7,-1,'Venture Co. Libram of Protection',1103,3,4096,0,1,0,0,28,32767,-1,150,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61323,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Walk softly and carry a big book',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38364,4,7,-1,'Venture Co. Libram of Mostly Holy Deeds',5562,3,4096,0,1,0,0,28,32767,-1,150,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61322,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'98% more Holy than the previous edition',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38365,4,8,-1,'Idol of Perspicacious Attacks',39640,3,4096,0,1,0,0,28,32767,32767,150,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52314,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38366,4,8,-1,'Idol of Pure Thoughts',54349,3,4096,0,1,0,0,28,32767,32767,150,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57918,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38367,4,9,-1,'Venture Co. Flame Slicer',55823,3,4096,0,1,0,0,28,32767,-1,150,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38368,4,9,-1,'Totem of the Bay',57173,3,4096,0,1,0,0,28,32767,-1,150,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61321,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38369,12,0,0,'Wasp\'s Wings',13354,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51082,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Still twitching.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340),(38370,12,0,0,'Raptor Claw',52829,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51086,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Careful... you\'ll poke your eye out.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340),(38371,0,6,-1,'Jormungar Leg Armor',56642,3,32832,0,1,80000,20000,0,262143,32767,77,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50901,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38372,0,6,-1,'Nerubian Leg Armor',56641,3,32832,0,1,80000,20000,0,262143,32767,77,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50902,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38373,0,6,-1,'Frosthide Leg Armor',56643,4,32832,0,1,80000,20000,0,262143,32767,80,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60581,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38374,0,6,-1,'Icescale Leg Armor',56644,4,32832,0,1,80000,20000,0,262143,32767,80,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60582,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38375,0,6,-1,'Borean Armor Kit',55478,1,64,0,1,30000,7500,0,-1,-1,80,70,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50906,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38376,0,6,-1,'Heavy Borean Armor Kit',55479,2,32832,0,1,30000,7500,0,-1,-1,80,70,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50909,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38379,12,0,0,'Crushed Basilisk Crystals',47969,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51098,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Painstakingly pilfered, patiently polished.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340),(38380,12,0,-1,'Zul\'Drak Rat',31995,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50894,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38381,12,0,0,'Seasoned Slider Cider',8383,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51063,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Cures what ails ya.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340),(38382,12,0,-1,'Basilisk Crystals',47969,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Keep them in a safe place so that they don\'t fracture!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38384,12,0,0,'Pulverized Gargoyle Teeth',51996,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51065,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Smells of halitosis.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340),(38386,12,0,0,'Muddy Mire Maggot',18098,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51068,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Mmmm!',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340),(38393,12,0,0,'Spiky Spider Egg',18053,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51070,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Half-hatched.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340),(38396,12,0,0,'Hairy Herring Head',38893,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51075,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Parted to the left...',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340),(38397,12,0,0,'Putrid Pirate Perspiration',15789,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51078,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Imported from the South Seas.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340),(38398,12,0,0,'Icecrown Bottled Water',37814,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51080,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Drinking water. Exclusively for the elite.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340),(38399,1,7,-1,'Trapper\'s Traveling Pack',31783,3,0,0,1,160000,40000,18,-1,-1,80,0,0,0,0,0,0,0,0,0,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38400,4,2,-1,'Arctic Chestpiece',52902,2,0,0,1,226478,45295,5,32767,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,3,37,7,42,38,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,754,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38401,4,2,-1,'Arctic Leggings',49794,2,0,0,1,233222,46644,7,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,3,32,41,7,60,38,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,754,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38402,4,2,-1,'Arctic Shoulderpads',49246,2,0,0,1,171076,34215,3,-1,-1,142,72,0,0,0,0,0,0,0,0,1,0,3,3,36,7,27,38,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,754,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38403,4,2,-1,'Arctic Gloves',49253,2,0,0,1,117444,23488,10,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,3,3,38,7,29,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,754,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38404,4,2,-1,'Arctic Boots',52901,2,0,0,1,172310,34462,8,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,38,74,3,29,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,754,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38405,4,2,-1,'Arctic Belt',52584,2,0,0,1,118288,23657,6,-1,-1,146,73,0,0,0,0,0,0,0,0,1,0,3,7,33,38,70,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,754,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38406,4,2,-1,'Iceborne Belt',53050,2,0,0,1,115685,23137,6,-1,-1,142,72,0,0,0,0,0,0,0,0,1,0,3,5,23,7,25,45,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,757,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38407,4,2,-1,'Iceborne Boots',53051,2,0,0,1,169609,33921,8,-1,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,27,45,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,757,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38408,4,2,-1,'Iceborne Chestguard',53052,2,0,0,1,226946,45389,5,32767,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,7,36,32,37,45,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,757,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38409,4,2,-1,'Iceborne Gloves',64114,2,0,0,1,105778,21155,10,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,5,25,7,36,45,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,757,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38410,4,2,-1,'Iceborne Leggings',53054,2,0,0,1,212379,42475,7,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,38,45,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,757,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38411,4,2,-1,'Iceborne Shoulderpads',49920,2,0,0,1,164066,32813,3,-1,-1,146,73,0,0,0,0,0,0,0,0,1,0,3,7,30,5,31,45,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,757,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38412,4,3,-1,'Frostscale Belt',55193,2,0,0,1,125069,25013,6,-1,-1,138,68,0,0,0,0,0,0,0,0,1,0,4,38,56,3,28,7,24,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,756,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38413,4,3,-1,'Frostscale Boots',52950,2,0,0,1,199261,39852,8,-1,-1,146,73,0,0,0,0,0,0,0,0,1,0,3,3,39,32,26,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,756,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38414,4,3,-1,'Frostscale Chestguard',57751,2,0,0,1,258924,51784,5,32767,-1,138,68,0,0,0,0,0,0,0,0,1,0,3,7,57,3,38,38,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,756,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38415,4,3,-1,'Frostscale Gloves',52951,2,0,0,1,133418,26683,10,-1,-1,142,72,0,0,0,0,0,0,0,0,1,0,4,38,58,3,30,7,28,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,756,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38416,4,3,-1,'Frostscale Leggings',51213,2,0,0,1,267824,53564,7,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,3,50,32,33,38,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,635,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,756,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38417,4,3,-1,'Nerubian Shoulders',56692,2,0,0,1,207759,41551,3,-1,-1,146,73,0,0,0,0,0,0,0,0,1,0,3,5,19,32,29,45,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,559,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,755,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38418,4,3,-1,'Nerubian Belt',56684,2,0,0,1,131372,26274,6,-1,-1,138,68,0,0,0,0,0,0,0,0,1,0,3,7,35,5,24,45,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,755,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38419,4,3,-1,'Nerubian Boots',56690,2,0,0,1,203972,40794,8,-1,-1,142,72,0,0,0,0,0,0,0,0,1,0,3,7,27,43,15,45,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,755,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38420,4,3,-1,'Nerubian Chestguard',51109,2,0,0,1,264668,52933,5,32767,-1,138,68,0,0,0,0,0,0,0,0,1,0,3,43,16,5,32,45,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,755,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38421,4,3,-1,'Nerubian Gloves',56688,2,0,0,1,129250,25850,10,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,3,5,22,32,23,45,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,755,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38422,4,3,-1,'Nerubian Legguards',56691,2,0,0,1,169269,33853,7,-1,-1,138,68,0,0,0,0,0,0,0,0,1,0,3,45,56,5,34,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,755,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38424,4,3,-1,'Frostscale Shoulders',52151,2,0,0,1,207671,41534,3,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,7,19,38,63,3,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,544,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,756,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38425,7,6,-1,'Heavy Borean Leather',55477,1,0,0,1,54000,13500,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38426,7,5,-1,'Eternium Thread',50693,1,0,0,1,30000,7500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38433,4,2,-1,'Arctic Wristguards',49256,2,0,0,1,116097,23219,9,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,38,60,3,17,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,754,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38434,4,2,-1,'Iceborne Wristguards',53055,2,0,0,1,116530,23306,9,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,45,35,6,21,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,757,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38435,4,3,-1,'Nerubian Bracers',56687,2,0,0,1,140355,28071,9,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,45,35,5,21,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,335,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,755,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38436,4,3,-1,'Frostscale Bracers',57750,2,0,0,1,140861,28172,9,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,4,38,48,3,23,7,24,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,335,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,756,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38437,4,2,-1,'Arctic Helm',52906,2,0,0,1,176725,35345,1,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,38,106,3,31,7,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,754,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38438,4,2,-1,'Iceborne Helm',51784,2,0,0,1,177374,35474,1,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,45,62,6,35,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,757,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38439,4,3,-1,'Nerubian Helm',51293,2,0,0,1,213628,42725,1,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,45,62,5,36,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,622,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,755,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38440,4,3,-1,'Frostscale Helm',57541,2,0,0,1,214386,42877,1,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,4,38,84,3,42,7,42,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,622,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,756,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38441,4,1,-1,'Cloak of Harsh Winds',56696,3,0,0,1,181722,36344,16,-1,-1,159,73,0,0,0,0,0,0,0,0,1,0,4,38,30,3,14,7,43,44,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38452,4,6,-1,'Bulwark of the Warchief',57078,3,32768,1,1,390472,78094,14,-1,-1,166,78,0,0,0,0,0,1052,6,0,1,0,3,7,45,37,31,12,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6337,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,174,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38453,4,6,-1,'Shield of the Lion-hearted',49480,3,32768,2,1,391933,78386,14,-1,-1,166,78,0,0,0,0,0,1037,6,0,1,0,3,7,45,37,31,12,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6337,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,174,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38454,2,4,-1,'Warsong Punisher',57084,3,32768,1,1,614679,122935,13,262143,2147483647,166,78,0,0,0,0,0,1052,6,0,1,0,3,7,36,4,26,13,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,221,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38455,2,4,-1,'Hammer of the Alliance Vanguard',57083,3,32768,2,1,616901,123380,13,262143,2147483647,166,78,0,0,0,0,0,1037,6,0,1,0,3,7,36,4,26,13,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,221,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38456,2,2,-1,'Sin\'dorei Recurve Bow',57089,3,32768,1,1,464388,92877,15,-1,-1,166,78,0,0,0,0,0,1052,6,0,1,0,3,31,18,3,17,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,386,0,0,0,0,0,0,0,0,0,0,0,3100,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38457,2,3,-1,'Sawed-off Hand Cannon',57087,3,32768,2,1,466101,93220,26,-1,-1,166,78,0,0,0,0,0,1037,6,0,1,0,3,31,18,3,17,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,386,0,0,0,0,0,0,0,0,0,0,0,3100,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Made in Ironforge - Bronzebeard Keg and Powder Ltd.',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38458,4,0,-1,'Darkspear Orb',51182,3,32768,1,1,179386,44846,23,-1,-1,166,78,0,0,0,0,0,1052,6,0,1,0,3,36,31,7,44,45,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38459,4,0,-1,'Orb of the Eastern Kingdoms',57081,3,32768,2,1,179386,44846,23,-1,-1,166,78,0,0,0,0,0,1037,6,0,1,0,3,36,31,7,44,45,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38460,2,19,-1,'Charged Wand of the Cleft',56896,3,32768,1,1,471192,94238,26,-1,-1,166,78,0,0,0,0,0,1052,6,0,1,0,3,6,17,5,18,45,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,532,2,0,0,0,0,0,0,0,0,0,0,2100,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38461,2,15,-1,'Warsong Shanker',53470,3,32768,1,1,630540,126108,13,-1,-1,166,78,0,0,0,0,0,1052,6,0,1,0,3,7,36,3,27,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,207,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38462,4,6,-1,'Warsong Stormshield ',57086,3,32768,1,1,375897,75179,14,-1,-1,166,78,0,0,0,0,0,1052,6,0,1,0,3,7,39,5,35,45,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6337,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,174,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38463,4,6,-1,'Lordaeron\'s Resolve ',57085,3,32768,2,1,377358,75471,14,-1,-1,166,78,0,0,0,0,0,1037,6,0,1,0,3,7,39,5,35,45,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6337,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,174,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38464,2,19,-1,'Gnomish Magician\'s Quill',57082,3,32768,2,1,443930,88786,26,-1,-1,166,78,0,0,0,0,0,1037,6,0,1,0,3,6,17,5,18,45,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,532,4,0,0,0,0,0,0,0,0,0,0,2100,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38465,2,15,-1,'Vanguard Soldier\'s Dagger',51533,3,32768,2,1,594190,118838,13,-1,-1,166,78,0,0,0,0,0,1037,6,0,1,0,3,7,36,3,27,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,207,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38467,12,0,0,'Softknuckle Poker',41541,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50979,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38473,12,0,0,'Claw of Serfex',7134,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38477,12,0,0,'Stinger of the Sapphire Queen',34925,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38483,12,0,0,'Captured Chicken',50724,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,12,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38498,3,3,0,'QA Test Blank Purple Gem',50719,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1101,-1,0,0,0,0,'',0,0,0,0,0,12340),(38504,12,0,0,'Skyreach Crystal Cluster',47969,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38505,12,0,0,'Intact Cobra Fang',50725,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38510,12,0,0,'Skyreach Crystal Clusters',47969,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51151,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38512,12,0,0,'Zepik\'s Hunting Horn',54213,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51189,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'For gorloc killing goodness.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38513,4,2,-1,'Boarhide Leggings',46626,2,0,0,1,1171,234,7,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,9137,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340),(38514,12,0,-1,'Intact Skimmer Spinneret',5283,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You have to be careful not to get your fingers stuck to it.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38515,12,0,-1,'Tangled Skein Thrower',48310,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51165,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38516,15,0,-1,'Blood-Gorged Thorn',30601,0,0,0,1,5625,1406,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38517,15,0,-1,'Mesmerizing Flower',33239,0,0,0,1,8574,2143,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38518,0,0,-1,'Cro\'s Apple',50737,1,64,0,1,150,37,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50749,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'For Cro Threadstrong!',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38519,12,0,0,'Soo-rahm\'s Incense',50739,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51210,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38520,15,0,-1,'Diving Log',9319,0,0,0,1,2680,670,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3103,0,1,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38521,12,0,-1,'Head of the Corrupter',53379,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The sergeant will be so pleased.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38522,12,0,0,'Farunn\'s Horn',41412,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38523,12,0,0,'Shango\'s Pelt',50746,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38528,4,2,-1,'Legpads of the Inquisitor',51201,2,0,0,1,228156,45631,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,78,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38529,4,1,-1,'Robe of the Justicebringer',51369,2,0,0,1,183201,36640,20,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,24,5,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(38530,4,1,-1,'Wrap of Vigorous Destruction',51413,3,0,0,1,110314,22062,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,36,29,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38531,4,3,-1,'Links of Righteous Persecution',51411,3,0,0,1,166080,33216,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,7,40,5,21,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38532,4,2,-1,'Belt of Vengeful Purification',56337,3,0,0,1,138906,27781,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,35,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38533,4,4,-1,'Girdle of Forceful Annihilation',50753,3,0,0,1,196293,39258,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,7,43,4,36,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,925,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38534,4,4,-1,'Purity-Anointed Warbands',50752,3,0,0,1,196987,39397,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,4,29,31,24,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,719,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38535,4,3,-1,'Wristguards of the Remorseful',51414,3,0,0,1,168495,33699,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,25,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,402,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38536,4,1,-1,'Bindings of the Forceful Vanquisher',51188,3,0,0,1,112735,22547,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,26,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,33097,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38537,4,2,-1,'Cuffs of the Decapitator',56397,3,0,0,1,141412,28282,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,25,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38538,3,6,-1,'Riding Crop',50748,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Mount Enhancement',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1121,-1,0,0,0,0,'',0,0,0,0,0,12340),(38540,4,1,-1,'Sandals of Chaos Resolution',50772,3,0,0,1,171518,34303,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,34,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38541,4,4,-1,'Implacable Zombie Crushers',50770,3,0,0,1,300618,60123,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,4,36,7,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1130,0,0,0,0,0,0,0,0,0,44983,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38542,4,3,-1,'Treads of the Valiant Struggle',51412,3,0,0,1,235450,47090,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,51,3,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38543,4,2,-1,'Reinforced Traveler\'s Boots',50771,3,0,0,1,201542,40308,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,52,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(38544,12,0,0,'Argent Crusade Banner',30969,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51247,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38551,12,0,-1,'Drakkari Offerings',31577,1,0,0,1,1000,250,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'These can be used 10 at a time at various Drakkari troll god shrines to gain their blessings.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38552,12,0,0,'Mature Water-Poppy',19498,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38553,12,0,0,'Sandfern',18089,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38555,13,0,-1,'Ritual Crystal Key',50802,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51404,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,600,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38556,12,0,0,'Incinerating Oil',50768,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51276,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Stand clear when exposed to air.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38557,7,6,-1,'Icy Dragonscale',56646,1,0,0,1,40000,10000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38558,7,6,-1,'Nerubian Chitin',56645,1,0,0,1,0,1100,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38559,12,0,0,'Bushwhacker\'s Jaw',50775,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38560,12,0,-1,'Plague Sprayer Parts',8931,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Creepy with just a hint of evil.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38561,7,6,-1,'Jormungar Scale',50776,1,0,0,1,40000,10000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38562,12,0,-1,'Chunk of Saronite',20658,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This stuff gives you a queasy feeling.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38563,12,0,0,'Dead Thornwood',929,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38564,12,0,0,'Sandfern Disguise',18089,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51319,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38566,12,0,0,'Steel Spade',50798,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51333,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38573,12,0,0,'RJR Rifle',50803,1,192,0,1,0,0,26,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,100,51330,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Now accurate to 15 yards!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38574,12,0,0,'High Impact Grenade',50814,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51381,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38575,12,0,0,'Shiny Treasures',7162,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38578,15,4,-1,'The Flag of Ownership',36754,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51640,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38579,4,0,-1,'Venomous Tome',51682,2,64,0,1,4545,1136,23,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51414,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Sidney\'s tips for poison design.',3106,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340),(38581,15,0,-1,'Adventurer\'s Skull',7741,0,0,0,1,22435,5608,0,-1,-1,80,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38583,15,0,-1,'Fetid Ichor',13715,0,0,0,1,5140,1285,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38584,15,0,-1,'Masticated Skull',7103,0,0,0,1,7500,1875,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38585,15,0,-1,'Scored Carapace',23332,0,0,0,1,5250,1312,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38586,15,0,-1,'Spiny Leg',35014,0,0,0,1,7300,1825,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38590,4,2,-1,'Black Chitinguard Boots',56676,3,0,0,1,244814,48962,8,-1,-1,175,77,0,0,0,0,0,0,0,0,1,0,4,38,76,3,39,7,62,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(38591,4,2,-1,'Dark Arctic Leggings',56678,3,0,0,1,329002,65800,7,-1,-1,171,76,0,0,0,0,0,0,0,0,1,0,4,38,110,3,44,7,82,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,754,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(38592,4,2,-1,'Dark Arctic Chestpiece',52938,3,0,0,1,337410,67482,5,32767,-1,175,77,0,0,0,0,0,0,0,0,1,0,4,38,104,3,52,7,84,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,502,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,754,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(38600,12,0,0,'Primordial Hatchling',50883,1,131072,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38601,12,0,0,'Mistwhisper Treasure',7261,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38607,12,0,0,'Battle-worn Sword',50887,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51769,0,0,0,0,1149,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Dried blood coats the blade.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38610,12,0,0,'Fresh Spider Ichor',6690,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38611,4,0,-1,'Ringlet of Repose',39122,3,524288,0,1,196562,49140,11,-1,-1,183,77,0,0,0,0,0,0,0,0,1,0,3,7,31,5,27,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(38613,4,0,-1,'Chain of Fiery Orbs',9854,3,0,0,1,196562,49140,2,-1,-1,183,77,0,0,0,0,0,0,0,0,1,0,2,7,36,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18047,1,0,0,0,0,0,21643,1,0,0,0,0,-1,0,0,10,0,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(38614,4,1,-1,'Embrace of Sorrow',51531,3,0,0,1,212588,42517,16,-1,-1,183,77,0,0,0,0,0,0,0,0,1,0,3,3,25,7,31,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(38615,4,3,-1,'Lightning-Charged Gloves',52352,3,0,0,1,209898,41979,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,49,5,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,42060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(38616,4,2,-1,'Maiden\'s Girdle',51514,3,0,0,1,175595,35119,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,58,5,40,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(38617,4,0,-1,'Woeful Band',51515,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,44,7,63,12,25,14,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(38618,2,5,-1,'Hammer of Grief',51163,3,0,0,1,884689,176937,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,117,32,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,731,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,48643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(38619,12,0,0,'Goregek\'s Shackles',7083,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51186,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'They don\'t even fit...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340); INSERT INTO `item_template` VALUES (38620,12,0,0,'Unblemished Bat Wing',50899,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38621,12,0,0,'Dajik\'s Worn Chalk',52507,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51188,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'For an aspiring student of the wasp hunt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38622,12,0,0,'Lafoo\'s Bug Bag',2593,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51190,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It squirms!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38623,12,0,0,'Jaloot\'s Favorite Crystal',39204,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51191,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38624,12,0,0,'Moodle\'s Stress Ball',34892,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51192,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Well worn.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38627,12,0,0,'Mammoth Harness',32426,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51659,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38631,12,0,0,'Runebladed Sword',51447,1,131072,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Emblazoned with frost, blood and unholy runes.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38632,2,8,8,'Greatsword of the Ebon Blade',52261,3,32768,0,1,184,36,17,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,30,7,24,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,247,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38637,12,0,-1,'Treasure of Kutube\'sa',7162,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Uncut but full of possibility.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38638,12,0,-1,'Treasure of Chulo the Mad',15964,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Candybars?!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38639,12,0,-1,'Treasure of Gawanil',51013,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Gold!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38642,12,0,-1,'Golden Engagement Ring',31906,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38645,4,4,-1,'Bone-Plated Armor',51052,1,0,0,1,49791,9958,5,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,456,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38646,4,4,-1,'Bone-Plated Belt',51053,1,0,0,1,25129,5025,6,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38647,4,4,-1,'Bone-Plated Boots',51054,1,0,0,1,37540,7508,8,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38648,4,4,-1,'Bone-Plated Bracers',32060,1,0,0,1,25309,5061,9,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38649,4,4,-1,'Bone-Plated Gloves',51055,1,0,0,1,25400,5080,10,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38650,4,4,-1,'Bone-Plated Helm',15340,1,0,0,1,37944,7588,1,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38651,4,4,-1,'Bone-Plated Leggings',25833,1,0,0,1,50870,10174,7,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,399,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38653,12,0,0,'Banana Bunch',17881,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38655,12,0,0,'Papaya',21975,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38656,12,0,0,'Orange',51057,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38657,0,0,0,'Freya\'s Ward',51118,1,65600,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51845,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38658,15,2,-1,'Vampiric Batling',51143,3,2112,0,1,400000,100000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,51851,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38659,12,0,0,'Stefan\'s Steel Toed Boot',51177,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51866,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38660,12,0,0,'Unliving Choker',31899,1,2048,0,1,0,0,0,-1,-1,74,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Crafted of bone and dripping with blood...',0,0,0,12631,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38661,4,4,-1,'Greathelm of the Scourge Champion',51738,3,32768,0,1,74,14,1,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,27,7,19,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,590,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38662,4,0,-1,'Bladed Ebon Amulet',31899,3,32768,0,1,2303,575,2,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,16,7,18,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38663,4,4,-1,'Blood-soaked Saronite Plated Spaulders',51956,3,32768,0,1,74,14,3,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,23,7,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,544,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38664,4,1,-1,'Sky Darkener\'s Shroud of the Unholy',51733,3,32768,0,1,42,8,16,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,15,7,13,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,5,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38665,4,4,-1,'Saronite War Plate',51798,3,32768,0,1,100,20,5,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,29,7,24,14,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,726,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38666,4,4,-1,'Plated Saronite Bracers',51632,3,32768,0,1,50,10,9,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,12,7,18,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,318,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38667,4,4,-1,'Bloodbane\'s Gauntlets of Command',51787,3,32768,0,1,50,10,10,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,17,3,15,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38668,4,4,-1,'The Plaguebringer\'s Girdle',51915,3,32768,0,1,51,10,6,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,23,7,18,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,408,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38669,4,4,-1,'Engraved Saronite Legplates',51637,3,32768,0,1,102,20,7,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,30,3,16,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,635,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38670,4,4,-1,'Greaves of the Slaughter',51990,3,32768,0,1,76,15,8,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,20,7,16,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38671,4,0,-1,'Valanar\'s Signet Ring',31664,3,32768,0,1,534,133,11,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,12,7,18,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38672,4,0,-1,'Keleseth\'s Signet Ring',39122,3,32768,0,1,534,133,11,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,18,7,15,31,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38673,12,0,0,'Writhing Choker',51272,1,2048,0,1,0,0,0,-1,-1,70,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Crafted of bone and dripping with blood...',0,0,0,12633,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38674,4,0,-1,'Soul Harvester\'s Charm',51914,3,32768,0,1,65000,16250,12,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,1,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52420,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38675,4,0,-1,'Signet of the Dark Brotherhood',51912,3,32768,0,1,65000,16250,12,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,1,14,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52423,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38676,12,0,-1,'Whisker of Har\'koa',18096,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51895,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38677,12,0,-1,'Har\'koan Relic',24037,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Intricate pictograms adorn these tablets.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38678,12,0,0,'Unliving Choker',31899,1,2048,0,1,0,0,0,-1,-1,74,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Crafted of bone and dripping with blood...',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38679,0,6,-1,'Scroll of Enchant Bracer - Minor Health',811,1,268435456,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7418,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38680,12,0,0,'Writhing Choker',51272,1,2048,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Crafted of bone and dripping with blood...',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38681,12,0,-1,'Essence of the Frozen Earth',8619,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'So cold it feels hot to the touch!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38682,7,14,0,'Armor Vellum',57287,1,0,0,1,0,0,0,-1,-1,1,0,333,1,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Can be targeted by Armor enchantments to store the enchantment for later use. Only able to absorb enchantments with no level restrictions.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38684,12,0,0,'Freya\'s Horn',48462,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51957,0,0,0,180000,0,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38686,12,0,0,'Putrid Abomination Guts',55392,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Nasty beyond description.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38687,12,0,0,'Gooey Ghoul Drool',51396,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Could be used as glue.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38688,12,0,0,'Thunderbrew\'s Jungle Punch',51395,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38689,12,0,0,'Chicken Net',3673,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51959,0,0,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38695,12,0,-1,'Arctic Bear God Mojo',24156,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The golden glow of this stuff suffuses you with pure power.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38696,12,0,-1,'Tormentor\'s Incense',20899,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51964,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38697,12,0,0,'Jungle Punch Sample',21845,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51962,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38698,0,5,-1,'Bitter Plasma',40652,1,0,0,5,8500,425,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43182,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38699,12,0,0,'Ensorcelled Choker',36902,1,2112,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51966,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38700,12,0,-1,'Rhunokian Artifact',18204,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A little worse for the wear, but still intact.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38701,12,0,0,'Bowels and Brains Bowl',51425,1,2112,0,1,0,0,0,-1,-1,70,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52023,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Num, num, num.',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38703,12,0,0,'Pitch\'s Remains',53378,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38705,12,0,0,'Roc Egg',22436,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38706,0,5,-1,'Bowels \'n\' Brains',26731,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Num, num!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38708,12,0,-1,'Omega Rune',38758,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38709,12,0,-1,'Omega Rune',38758,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52066,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38710,4,1,-1,'Wayfinder\'s Bracers',51044,2,0,0,1,91974,18394,9,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,30,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38711,4,1,-1,'Grounded Gloves',51145,2,0,0,1,92319,18463,10,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,40,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38712,4,1,-1,'Headbinder\'s Crown',52493,2,0,0,1,139011,27802,1,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,6,56,5,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38713,4,1,-1,'Spaulders of Foresight',51208,2,0,0,1,139543,27908,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,28,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38714,4,1,-1,'Path-Cutter\'s Cord',51312,2,0,0,1,93374,18674,6,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,42,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38715,4,1,-1,'Forge-Scarred Sandals',53251,2,0,0,1,140593,28118,8,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,27,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38716,4,1,-1,'Ethereal Hood',51203,2,0,0,1,141126,28225,1,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,6,38,7,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,46051,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38717,4,1,-1,'Dusty Miner\'s Leggings',51334,2,0,0,1,188877,37775,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,56,7,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38718,4,1,-1,'Wispy Shoulderpads',49464,2,0,0,1,142176,28435,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,6,28,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38719,4,1,-1,'Robe of Expurgation',51370,2,0,0,1,190278,38055,20,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,84,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38726,4,1,-1,'Instigator\'s Gloves',51145,2,0,0,1,100145,20029,10,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,40,6,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38727,4,1,-1,'Foreseer\'s Girdle',51312,2,0,0,1,100500,20100,6,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,32,28,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38728,4,1,-1,'Kilt of Peaceful Reclamation',51334,2,0,0,1,182509,36501,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,37,6,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38729,4,1,-1,'Sandals of Quick Escape',53251,2,0,0,1,137414,27482,8,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,28,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38730,4,1,-1,'Bell-Ringer\'s Shoulderpads',51208,2,0,0,1,137932,27586,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,63,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38731,12,0,-1,'Ahunae\'s Knife',51452,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52090,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38732,4,1,-1,'Bramble-Proof Leggings',51334,2,0,0,1,185329,37065,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,6,38,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38733,4,1,-1,'Raiment of the Caged Beast',51370,2,0,0,1,186019,37203,20,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,56,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38734,4,1,-1,'Abandoned Hood',51203,2,0,0,1,140047,28009,1,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,39,7,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38735,4,1,-1,'Specially Treated Robes',51370,2,0,0,1,187439,37487,20,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,36,37,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38736,4,1,-1,'Smuggler\'s Bracers',51044,2,0,0,1,108287,21657,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,25,32,24,45,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38737,4,1,-1,'Shock-Proof Head Protector',51203,2,0,0,1,163012,32602,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,39,36,48,45,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38739,4,1,-1,'Fleshwerk Shackles',51044,2,0,0,1,109470,21894,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,31,26,5,20,45,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38741,4,1,-1,'Gloves of Tormented Recollection',51145,2,0,0,1,110255,22051,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,26,32,53,45,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38743,4,0,-1,'Band of the Tender',51279,2,0,0,1,139386,34846,11,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,22,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38744,4,0,-1,'Solstice Signet',51279,2,0,0,1,139386,34846,11,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,32,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38745,4,0,-1,'Fetid Loop',51279,2,0,0,1,139386,34846,11,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,36,22,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38746,4,0,-1,'Rancid Signet',51279,2,0,0,1,139386,34846,11,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,22,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38747,4,0,-1,'Mildly Tarnished Ring',51279,2,0,0,1,139386,34846,11,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,33,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38748,4,0,-1,'Seal of the Slumbering Wolf',51279,2,0,0,1,139386,34846,11,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,46,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35494,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38749,4,0,-1,'Thane-Reaper\'s Signet',51279,2,0,0,1,139386,34846,11,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,33,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38750,4,0,-1,'Worgslayer\'s Ring',51279,2,0,0,1,83894,16778,11,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,36,22,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38751,4,0,-1,'Vengeful Spirit Beads',34318,2,0,0,1,121136,30284,2,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,40555,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38752,4,0,-1,'Tatjana\'s Pendant',34318,2,0,0,1,139386,34846,2,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,39875,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38753,4,0,-1,'Hoarder\'s Necklace',34318,2,0,0,1,139386,34846,2,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,24,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38754,4,0,-1,'Pruning Pendant',34318,2,0,0,1,139386,34846,2,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,36,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38755,4,0,-1,'Scepter of Passionate Reprisal',54070,2,0,0,1,139386,34846,23,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,6,22,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(38756,4,1,-1,'Drape of Horticultural Sanitization',15218,2,0,0,1,144895,28979,16,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,21,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38757,4,1,-1,'Drape of the Possessive Soul',15218,2,0,0,1,145427,29085,16,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,30,36,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38758,4,1,-1,'Therapeutic Cloak',15218,2,0,0,1,145959,29191,16,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,33,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38759,4,1,-1,'Injured Trapper\'s Cloak',15218,2,0,0,1,146492,29298,16,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,24,6,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38760,4,0,-1,'Mendicant\'s Charm',57689,2,0,0,1,210008,52502,12,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,45,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,48875,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38761,4,0,-1,'Talon of Hatred',57688,2,0,0,1,210008,52502,12,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61778,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38762,4,0,-1,'Insignia of Bloody Fire',57687,2,0,0,1,210008,52502,12,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,32,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,48875,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38763,4,0,-1,'Futuresight Rune',48007,2,0,0,1,235378,58844,12,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,1,45,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,61426,0,0,0,120000,0,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38764,4,0,-1,'Rune of Finite Variation',45112,2,0,0,1,235378,58844,12,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,1,32,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61427,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38765,4,0,-1,'Rune of Infinite Power',48007,2,0,0,1,235378,58844,12,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,1,31,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,61428,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(38766,0,6,-1,'Scroll of Enchant Chest - Minor Health',811,1,268435520,0,1,0,0,0,-1,-1,10,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7420,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38767,0,6,-1,'Scroll of Enchant Chest - Minor Absorption',811,1,268435520,0,1,0,0,0,-1,-1,14,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7426,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38768,0,6,-1,'Scroll of Enchant Bracer - Minor Deflection',811,1,268435520,0,1,0,0,0,-1,-1,12,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7428,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38769,0,6,-1,'Scroll of Enchant Chest - Minor Mana',811,1,268435520,0,1,0,0,0,-1,-1,12,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7443,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38770,0,6,-1,'Scroll of Enchant Cloak - Minor Resistance',811,1,268435520,0,1,0,0,0,-1,-1,15,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7454,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38771,0,6,-1,'Scroll of Enchant Bracer - Minor Stamina',811,1,268435520,0,1,0,0,0,-1,-1,16,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7457,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38772,0,6,-1,'Scroll of Enchant 2H Weapon - Minor Impact',811,3,268435520,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7745,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38773,0,6,-1,'Scroll of Enchant Chest - Lesser Health',811,1,268435520,0,1,0,0,0,-1,-1,17,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7748,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38774,0,6,-1,'Scroll of Enchant Bracer - Minor Spirit',811,1,268435520,0,1,0,0,0,-1,-1,17,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7766,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38775,0,6,-1,'Scroll of Enchant Cloak - Minor Protection',811,1,268435520,0,1,0,0,0,-1,-1,18,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7771,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38776,0,6,-1,'Scroll of Enchant Chest - Lesser Mana',811,1,268435520,0,1,0,0,0,-1,-1,19,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7776,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38777,0,6,-1,'Scroll of Enchant Bracer - Minor Agility',811,1,268435520,0,1,0,0,0,-1,-1,19,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7779,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38778,0,6,-1,'Scroll of Enchant Bracer - Minor Strength',811,1,268435520,0,1,0,0,0,-1,-1,19,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7782,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38779,0,6,-1,'Scroll of Enchant Weapon - Minor Beastslayer',811,3,268435520,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7786,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38780,0,6,-1,'Scroll of Enchant Weapon - Minor Striking',811,3,268435520,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7788,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38781,0,6,-1,'Scroll of Enchant 2H Weapon - Lesser Intellect',811,3,268435520,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7793,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38782,0,6,-1,'Scroll of Enchant Chest - Health',811,1,268435520,0,1,0,0,0,-1,-1,24,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7857,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38783,0,6,-1,'Scroll of Enchant Bracer - Lesser Spirit',811,1,268435520,0,1,0,0,0,-1,-1,24,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7859,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38784,0,6,-1,'Scroll of Enchant Cloak - Lesser Fire Resistance',811,1,268435520,0,1,0,0,0,-1,-1,25,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7861,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38785,0,6,-1,'Scroll of Enchant Boots - Minor Stamina',811,1,268435520,0,1,0,0,0,-1,-1,25,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7863,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38786,0,6,-1,'Scroll of Enchant Boots - Minor Agility',811,1,268435520,0,1,0,0,0,-1,-1,25,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7867,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38787,0,6,-1,'Scroll of Enchant Shield - Minor Stamina',811,1,268435520,0,1,0,0,0,-1,-1,21,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13378,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38788,0,6,-1,'Scroll of Enchant 2H Weapon - Lesser Spirit',811,3,268435520,0,1,0,0,0,-1,-1,22,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13380,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38789,0,6,-1,'Scroll of Enchant Cloak - Minor Agility',811,1,268435520,0,1,0,0,0,-1,-1,22,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13419,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38790,0,6,-1,'Scroll of Enchant Cloak - Lesser Protection',811,1,268435520,0,1,0,0,0,-1,-1,23,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13421,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38791,0,6,-1,'Scroll of Enchant Shield - Lesser Protection',811,1,268435520,0,1,0,0,0,-1,-1,23,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13464,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38792,0,6,-1,'Scroll of Enchant Shield - Lesser Spirit',811,1,268435520,0,1,0,0,0,-1,-1,26,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13485,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38793,0,6,-1,'Scroll of Enchant Bracer - Lesser Stamina',811,1,268435520,0,1,0,0,0,-1,-1,26,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13501,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38794,0,6,-1,'Scroll of Enchant Weapon - Lesser Striking',811,3,268435520,0,1,0,0,0,-1,-1,28,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13503,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38795,0,6,-1,'Scroll of Enchant Cloak - Lesser Shadow Resistance',811,1,268435520,0,1,0,0,0,-1,-1,27,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13522,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38796,0,6,-1,'Scroll of Enchant 2H Weapon - Lesser Impact',811,3,268435520,0,1,0,0,0,-1,-1,29,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13529,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38797,0,6,-1,'Scroll of Enchant Bracer - Lesser Strength',811,1,268435520,0,1,0,0,0,-1,-1,28,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13536,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38798,0,6,-1,'Scroll of Enchant Chest - Lesser Absorption',811,1,268435520,0,1,0,0,0,-1,-1,28,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13538,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38799,0,6,-1,'Scroll of Enchant Chest - Mana',811,1,268435520,0,1,0,0,0,-1,-1,29,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13607,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38800,0,6,-1,'Scroll of Enchant Gloves - Mining',811,1,268435520,0,1,0,0,0,-1,-1,29,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13612,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38801,0,6,-1,'Scroll of Enchant Gloves - Herbalism',811,1,268435520,0,1,0,0,0,-1,-1,29,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13617,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38802,0,6,-1,'Scroll of Enchant Gloves - Fishing',811,1,268435520,0,1,0,0,0,-1,-1,29,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13620,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38803,0,6,-1,'Scroll of Enchant Bracer - Lesser Intellect',811,1,268435520,0,1,0,0,0,-1,-1,30,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13622,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38804,0,6,-1,'Scroll of Enchant Chest - Minor Stats',811,1,268435520,0,1,0,0,0,-1,-1,30,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13626,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38805,0,6,-1,'Scroll of Enchant Shield - Lesser Stamina',811,1,268435520,0,1,0,0,0,-1,-1,31,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13631,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38806,0,6,-1,'Scroll of Enchant Cloak - Defense',811,1,268435520,0,1,0,0,0,-1,-1,31,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13635,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38807,0,6,-1,'Scroll of Enchant Boots - Lesser Agility',811,1,268435520,0,1,0,0,0,-1,-1,32,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13637,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38808,0,6,-1,'Scroll of Enchant Chest - Greater Health',811,1,268435520,0,1,0,0,0,-1,-1,32,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13640,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38809,0,6,-1,'Scroll of Enchant Bracer - Spirit',811,1,268435520,0,1,0,0,0,-1,-1,33,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13642,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38810,0,6,-1,'Scroll of Enchant Boots - Lesser Stamina',811,1,268435520,0,1,0,0,0,-1,-1,34,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13644,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38811,0,6,-1,'Scroll of Enchant Bracer - Lesser Deflection',811,1,268435520,0,1,0,0,0,-1,-1,34,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13646,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38812,0,6,-1,'Scroll of Enchant Bracer - Stamina',811,1,268435520,0,1,0,0,0,-1,-1,34,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13648,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38813,0,6,-1,'Scroll of Enchant Weapon - Lesser Beastslayer',811,3,268435520,0,1,0,0,0,-1,-1,35,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13653,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38814,0,6,-1,'Scroll of Enchant Weapon - Lesser Elemental Slayer',811,3,268435520,0,1,0,0,0,-1,-1,35,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13655,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38815,0,6,-1,'Scroll of Enchant Cloak - Fire Resistance',811,1,268435520,0,1,0,0,0,-1,-1,35,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13657,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38816,0,6,-1,'Scroll of Enchant Shield - Spirit',811,1,268435520,0,1,0,0,0,-1,-1,36,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13659,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38817,0,6,-1,'Scroll of Enchant Bracer - Strength',811,1,268435520,0,1,0,0,0,-1,-1,36,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13661,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38818,0,6,-1,'Scroll of Enchant Chest - Greater Mana',811,1,268435520,0,1,0,0,0,-1,-1,37,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13663,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38819,0,6,-1,'Scroll of Enchant Boots - Lesser Spirit',811,1,268435520,0,1,0,0,0,-1,-1,38,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13687,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38820,0,6,-1,'Scroll of Enchant Shield - Lesser Block',811,1,268435520,0,1,0,0,0,-1,-1,39,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13689,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38821,0,6,-1,'Scroll of Enchant Weapon - Striking',811,3,268435520,0,1,0,0,0,-1,-1,39,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13693,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38822,0,6,-1,'Scroll of Enchant 2H Weapon - Impact',811,3,268435520,0,1,0,0,0,-1,-1,40,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13695,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38823,0,6,-1,'Scroll of Enchant Gloves - Skinning',811,1,268435520,0,1,0,0,0,-1,-1,40,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13698,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38824,0,6,-1,'Scroll of Enchant Chest - Lesser Stats',811,1,268435520,0,1,0,0,0,-1,-1,40,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13700,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38825,0,6,-1,'Scroll of Enchant Cloak - Greater Defense',811,1,268435520,0,1,0,0,0,-1,-1,41,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13746,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38826,0,6,-1,'Scroll of Enchant Cloak - Resistance',811,1,268435520,0,1,0,0,0,-1,-1,41,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13794,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38827,0,6,-1,'Scroll of Enchant Gloves - Agility',811,1,268435520,0,1,0,0,0,-1,-1,42,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13815,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38828,0,6,-1,'Scroll of Enchant Shield - Stamina',811,1,268435520,0,1,0,0,0,-1,-1,42,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13817,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38829,0,6,-1,'Scroll of Enchant Bracer - Intellect',811,1,268435520,0,1,0,0,0,-1,-1,42,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13822,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38830,0,6,-1,'Scroll of Enchant Boots - Stamina',811,1,268435520,0,1,0,0,0,-1,-1,43,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13836,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38831,0,6,-1,'Scroll of Enchant Gloves - Advanced Mining',811,1,268435520,0,1,0,0,0,-1,-1,43,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13841,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38832,0,6,-1,'Scroll of Enchant Bracer - Greater Spirit',811,1,268435520,0,1,0,0,0,-1,-1,44,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13846,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38833,0,6,-1,'Scroll of Enchant Chest - Superior Health',811,1,268435520,0,1,0,0,0,-1,-1,44,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13858,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38834,0,6,-1,'Scroll of Enchant Gloves - Advanced Herbalism',811,1,268435520,0,1,0,0,0,-1,-1,45,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13868,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38835,0,6,-1,'Scroll of Enchant Cloak - Lesser Agility',811,1,268435520,0,1,0,0,0,-1,-1,45,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13882,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38836,0,6,-1,'Scroll of Enchant Gloves - Strength',811,1,268435520,0,1,0,0,0,-1,-1,45,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13887,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38837,0,6,-1,'Scroll of Enchant Boots - Minor Speed',811,1,268435520,0,1,0,0,0,-1,-1,45,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13890,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38838,0,6,-1,'Scroll of Enchant Weapon - Fiery Weapon',811,3,268435520,0,1,0,0,0,-1,-1,53,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13898,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38839,0,6,-1,'Scroll of Enchant Shield - Greater Spirit',811,1,268435520,0,1,0,0,0,-1,-1,46,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13905,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38840,0,6,-1,'Scroll of Enchant Weapon - Demonslaying',811,3,268435520,0,1,0,0,0,-1,-1,46,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13915,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38841,0,6,-1,'Scroll of Enchant Chest - Superior Mana',811,1,268435520,0,1,0,0,0,-1,-1,46,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13917,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38842,0,6,-1,'Scroll of Enchant Bracer - Deflection',811,1,268435520,0,1,0,0,0,-1,-1,47,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13931,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38843,0,6,-1,'Scroll of Enchant Shield - Frost Resistance',811,1,268435520,0,1,0,0,0,-1,-1,47,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13933,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38844,0,6,-1,'Scroll of Enchant Boots - Agility',811,1,268435520,0,1,0,0,0,-1,-1,47,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13935,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38845,0,6,-1,'Scroll of Enchant 2H Weapon - Greater Impact',811,3,268435520,0,1,0,0,0,-1,-1,48,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13937,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38846,0,6,-1,'Scroll of Enchant Bracer - Greater Strength',811,1,268435520,0,1,0,0,0,-1,-1,48,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13939,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38847,0,6,-1,'Scroll of Enchant Chest - Stats',811,1,268435520,0,1,0,0,0,-1,-1,49,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13941,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38848,0,6,-1,'Scroll of Enchant Weapon - Greater Striking',811,3,268435520,0,1,0,0,0,-1,-1,49,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13943,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38849,0,6,-1,'Scroll of Enchant Bracer - Greater Stamina',811,1,268435520,0,1,0,0,0,-1,-1,49,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13945,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38850,0,6,-1,'Scroll of Enchant Gloves - Riding Skill',811,1,268435520,0,1,0,0,0,-1,-1,50,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13947,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38851,0,6,-1,'Scroll of Enchant Gloves - Minor Haste',811,1,268435520,0,1,0,0,0,-1,-1,50,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13948,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38852,0,6,-1,'Scroll of Enchant Bracer - Greater Intellect',811,1,268435520,0,1,0,0,0,-1,-1,51,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20008,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38853,0,6,-1,'Scroll of Enchant Bracer - Superior Spirit',811,1,268435520,0,1,0,0,0,-1,-1,54,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20009,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38854,0,6,-1,'Scroll of Enchant Bracer - Superior Strength',811,1,268435520,0,1,0,0,0,-1,-1,59,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20010,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38855,0,6,-1,'Scroll of Enchant Bracer - Superior Stamina',811,1,268435520,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20011,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38856,0,6,-1,'Scroll of Enchant Gloves - Greater Agility',811,1,268435520,0,1,0,0,0,-1,-1,54,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20012,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38857,0,6,-1,'Scroll of Enchant Gloves - Greater Strength',811,1,268435520,0,1,0,0,0,-1,-1,59,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20013,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38858,0,6,-1,'Scroll of Enchant Cloak - Greater Resistance',811,1,268435520,0,1,0,0,0,-1,-1,53,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20014,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38859,0,6,-1,'Scroll of Enchant Cloak - Superior Defense',811,1,268435520,0,1,0,0,0,-1,-1,57,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20015,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38860,0,6,-1,'Scroll of Enchant Shield - Vitality',811,1,268435520,0,1,0,0,0,-1,-1,56,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20016,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38861,0,6,-1,'Scroll of Enchant Shield - Greater Stamina',811,1,268435520,0,1,0,0,0,-1,-1,53,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20017,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38862,0,6,-1,'Scroll of Enchant Boots - Greater Stamina',811,1,268435520,0,1,0,0,0,-1,-1,52,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20020,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38863,0,6,-1,'Scroll of Enchant Boots - Greater Agility',811,1,268435520,0,1,0,0,0,-1,-1,59,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20023,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38864,0,6,-1,'Scroll of Enchant Boots - Spirit',811,1,268435520,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20024,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38865,0,6,-1,'Scroll of Enchant Chest - Greater Stats',811,1,268435520,0,1,0,0,0,-1,-1,62,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20025,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38866,0,6,-1,'Scroll of Enchant Chest - Major Health',811,1,268435520,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20026,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38867,0,6,-1,'Scroll of Enchant Chest - Major Mana',811,1,268435520,0,1,0,0,0,-1,-1,58,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20028,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38868,0,6,-1,'Scroll of Enchant Weapon - Icy Chill',811,3,268435520,0,1,0,0,0,-1,-1,57,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20029,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38869,0,6,-1,'Scroll of Enchant 2H Weapon - Superior Impact',811,3,268435520,0,1,0,0,0,-1,-1,59,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20030,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38870,0,6,-1,'Scroll of Enchant Weapon - Superior Striking',811,3,268435520,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20031,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38871,0,6,-1,'Scroll of Enchant Weapon - Lifestealing',811,3,268435520,0,1,0,0,0,-1,-1,62,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20032,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38872,0,6,-1,'Scroll of Enchant Weapon - Unholy Weapon',811,3,268435520,0,1,0,0,0,-1,-1,59,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20033,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38873,0,6,-1,'Scroll of Enchant Weapon - Crusader',811,3,268435520,0,1,0,0,0,-1,-1,61,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20034,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38874,0,6,-1,'Scroll of Enchant 2H Weapon - Major Spirit',811,3,268435520,0,1,0,0,0,-1,-1,62,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20035,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38875,0,6,-1,'Scroll of Enchant 2H Weapon - Major Intellect',811,3,268435520,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20036,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38876,0,6,-1,'Scroll of Enchant Weapon - Winter\'s Might',811,3,268435520,0,1,0,0,0,-1,-1,38,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21931,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38877,0,6,-1,'Scroll of Enchant Weapon - Spellpower',811,3,268435520,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22749,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38878,0,6,-1,'Scroll of Enchant Weapon - Healing Power',811,3,268435520,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22750,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38879,0,6,-1,'Scroll of Enchant Weapon - Strength',811,3,268435520,0,1,0,0,0,-1,-1,58,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23799,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38880,0,6,-1,'Scroll of Enchant Weapon - Agility',811,3,268435520,0,1,0,0,0,-1,-1,58,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23800,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38881,0,6,-1,'Scroll of Enchant Bracer - Mana Regeneration',811,1,268435520,0,1,0,0,0,-1,-1,58,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23801,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38882,0,6,-1,'Scroll of Enchant Bracer - Healing Power',811,1,268435520,0,1,0,0,0,-1,-1,64,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23802,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38883,0,6,-1,'Scroll of Enchant Weapon - Mighty Spirit',811,3,268435520,0,1,0,0,0,-1,-1,66,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23803,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38884,0,6,-1,'Scroll of Enchant Weapon - Mighty Intellect',811,3,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23804,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38885,0,6,-1,'Scroll of Enchant Gloves - Threat',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25072,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38886,0,6,-1,'Scroll of Enchant Gloves - Shadow Power',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25073,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38887,0,6,-1,'Scroll of Enchant Gloves - Frost Power',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25074,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38888,0,6,-1,'Scroll of Enchant Gloves - Fire Power',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25078,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38889,0,6,-1,'Scroll of Enchant Gloves - Healing Power',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25079,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38890,0,6,-1,'Scroll of Enchant Gloves - Superior Agility',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25080,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38891,0,6,-1,'Scroll of Enchant Cloak - Greater Fire Resistance',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25081,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38892,0,6,-1,'Scroll of Enchant Cloak - Greater Nature Resistance',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25082,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38893,0,6,-1,'Scroll of Enchant Cloak - Stealth',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25083,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38894,0,6,-1,'Scroll of Enchant Cloak - Subtlety',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25084,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38895,0,6,-1,'Scroll of Enchant Cloak - Dodge',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25086,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38896,0,6,-1,'Scroll of Enchant 2H Weapon - Agility',811,3,268435520,0,1,0,0,0,-1,-1,58,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27837,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38897,0,6,-1,'Scroll of Enchant Bracer - Brawn',811,1,268435520,0,1,0,0,0,-1,-1,61,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27899,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38898,0,6,-1,'Scroll of Enchant Bracer - Stats',811,1,268435520,0,1,0,0,0,-1,-1,63,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27905,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38899,0,6,-1,'Scroll of Enchant Bracer - Major Defense',811,1,268435520,0,1,0,0,0,-1,-1,64,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27906,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38900,0,6,-1,'Scroll of Enchant Bracer - Superior Healing',811,1,268435520,0,1,0,0,0,-1,-1,65,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27911,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38901,0,6,-1,'Scroll of Enchant Bracer - Restore Mana Prime',811,1,268435520,0,1,0,0,0,-1,-1,67,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27913,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38902,0,6,-1,'Scroll of Enchant Bracer - Fortitude',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27914,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38903,0,6,-1,'Scroll of Enchant Bracer - Spellpower',811,1,268435520,0,1,0,0,0,-1,-1,72,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27917,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38904,0,6,-1,'Scroll of Enchant Shield - Tough Shield',811,1,268435520,0,1,0,0,0,-1,-1,62,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27944,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38905,0,6,-1,'Scroll of Enchant Shield - Intellect',811,1,268435520,0,1,0,0,0,-1,-1,65,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27945,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38906,0,6,-1,'Scroll of Enchant Shield - Shield Block',811,1,268435520,0,1,0,0,0,-1,-1,68,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27946,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38907,0,6,-1,'Scroll of Enchant Shield - Resistance',811,1,268435520,0,1,0,0,0,-1,-1,72,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27947,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38908,0,6,-1,'Scroll of Enchant Boots - Vitality',811,1,268435520,0,1,0,0,0,-1,-1,61,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27948,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38909,0,6,-1,'Scroll of Enchant Boots - Fortitude',811,1,268435520,0,1,0,0,0,-1,-1,64,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27950,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38910,0,6,-1,'Scroll of Enchant Boots - Surefooted',811,1,268435520,0,1,0,0,0,-1,-1,74,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27954,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38911,0,6,-1,'Scroll of Enchant Chest - Exceptional Health',811,1,268435520,0,1,0,0,0,-1,-1,63,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27957,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38912,0,6,-1,'Scroll of Enchant Chest - Exceptional Mana',811,1,268435520,0,1,0,0,0,-1,-1,71,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27958,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38913,0,6,-1,'Scroll of Enchant Chest - Exceptional Stats',811,1,268435520,0,1,0,0,0,-1,-1,69,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27960,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38914,0,6,-1,'Scroll of Enchant Cloak - Major Armor',811,1,268435520,0,1,0,0,0,-1,-1,62,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27961,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38915,0,6,-1,'Scroll of Enchant Cloak - Major Resistance',811,1,268435520,0,1,0,0,0,-1,-1,66,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27962,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38917,0,6,-1,'Scroll of Enchant Weapon - Major Striking',811,3,268435520,0,1,0,0,0,-1,-1,68,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27967,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38918,0,6,-1,'Scroll of Enchant Weapon - Major Intellect',811,3,268435520,0,1,0,0,0,-1,-1,68,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27968,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38919,0,6,-1,'Scroll of Enchant 2H Weapon - Savagery',811,3,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27971,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38920,0,6,-1,'Scroll of Enchant Weapon - Potency',811,3,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27972,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38921,0,6,-1,'Scroll of Enchant Weapon - Major Spellpower',811,3,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27975,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38922,0,6,-1,'Scroll of Enchant 2H Weapon - Major Agility',811,3,268435520,0,1,0,0,0,-1,-1,72,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27977,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38923,0,6,-1,'Scroll of Enchant Weapon - Sunfire',811,3,268435520,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27981,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38924,0,6,-1,'Scroll of Enchant Weapon - Soulfrost',811,3,268435520,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27982,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38925,0,6,-1,'Scroll of Enchant Weapon - Mongoose',811,3,268435520,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27984,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38926,0,6,-1,'Scroll of Enchant Weapon - Spellsurge',811,3,268435520,0,1,0,0,0,-1,-1,72,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28003,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38927,0,6,-1,'Scroll of Enchant Weapon - Battlemaster',811,3,268435520,0,1,0,0,0,-1,-1,72,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28004,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38928,0,6,-1,'Scroll of Enchant Chest - Major Spirit',811,1,268435520,0,1,0,0,0,-1,-1,64,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33990,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38929,0,6,-1,'Scroll of Enchant Chest - Restore Mana Prime',811,1,268435520,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33991,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38930,0,6,-1,'Scroll of Enchant Chest - Major Resilience',811,1,268435520,0,1,0,0,0,-1,-1,69,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33992,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38931,0,6,-1,'Scroll of Enchant Gloves - Blasting',811,1,268435520,0,1,0,0,0,-1,-1,61,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33993,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38932,0,6,-1,'Scroll of Enchant Gloves - Precise Strikes',811,1,268435520,0,1,0,0,0,-1,-1,72,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33994,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38933,0,6,-1,'Scroll of Enchant Gloves - Major Strength',811,1,268435520,0,1,0,0,0,-1,-1,68,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33995,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38934,0,6,-1,'Scroll of Enchant Gloves - Assault',811,1,268435520,0,1,0,0,0,-1,-1,62,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33996,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38935,0,6,-1,'Scroll of Enchant Gloves - Major Spellpower',811,1,268435520,0,1,0,0,0,-1,-1,72,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33997,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38936,0,6,-1,'Scroll of Enchant Gloves - Major Healing',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33999,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38937,0,6,-1,'Scroll of Enchant Bracer - Major Intellect',811,1,268435520,0,1,0,0,0,-1,-1,61,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34001,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38938,0,6,-1,'Scroll of Enchant Bracer - Assault',811,1,268435520,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34002,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38939,0,6,-1,'Scroll of Enchant Cloak - Spell Penetration',811,1,268435520,0,1,0,0,0,-1,-1,65,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34003,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38940,0,6,-1,'Scroll of Enchant Cloak - Greater Agility',811,1,268435520,0,1,0,0,0,-1,-1,62,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34004,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38941,0,6,-1,'Scroll of Enchant Cloak - Greater Arcane Resistance',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34005,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38942,0,6,-1,'Scroll of Enchant Cloak - Greater Shadow Resistance',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34006,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38943,0,6,-1,'Scroll of Enchant Boots - Cat\'s Swiftness',811,1,268435520,0,1,0,0,0,-1,-1,72,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34007,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38944,0,6,-1,'Scroll of Enchant Boots - Boar\'s Speed',811,1,268435520,0,1,0,0,0,-1,-1,72,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34008,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38945,0,6,-1,'Scroll of Enchant Shield - Major Stamina',811,1,268435520,0,1,0,0,0,-1,-1,65,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34009,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38946,0,6,-1,'Scroll of Enchant Weapon - Major Healing',811,3,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34010,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38947,0,6,-1,'Scroll of Enchant Weapon - Greater Agility',811,3,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42620,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38948,0,6,-1,'Scroll of Enchant Weapon - Executioner',811,3,268435520,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42974,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38949,0,6,-1,'Scroll of Enchant Shield - Resilience',811,1,268435520,0,1,0,0,0,-1,-1,66,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44383,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38950,0,6,-1,'Scroll of Enchant Cloak - Superior Frost Resistance',811,1,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44483,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38951,0,6,-1,'Scroll of Enchant Gloves - Expertise',811,1,268435520,0,1,0,0,0,-1,-1,73,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44484,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38953,0,6,-1,'Scroll of Enchant Gloves - Precision',811,1,268435520,0,1,0,0,0,-1,-1,77,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44488,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38954,0,6,-1,'Scroll of Enchant Shield - Defense',811,1,268435520,0,1,0,0,0,-1,-1,71,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44489,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38955,0,6,-1,'Scroll of Enchant Chest - Mighty Health',811,1,268435520,0,1,0,0,0,-1,-1,79,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44492,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38956,0,6,-1,'Scroll of Enchant Cloak - Superior Nature Resistance',811,1,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44494,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38959,0,6,-1,'Scroll of Enchant Cloak - Superior Agility',811,1,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44500,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38960,0,6,-1,'Scroll of Enchant Gloves - Gatherer',811,1,268435520,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44506,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38961,0,6,-1,'Scroll of Enchant Boots - Greater Spirit',811,1,268435520,0,1,0,0,0,-1,-1,71,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44508,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38962,0,6,-1,'Scroll of Enchant Chest - Greater Mana Restoration',811,1,268435520,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44509,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38963,0,6,-1,'Scroll of Enchant Weapon - Exceptional Spirit',811,3,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44510,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38964,0,6,-1,'Scroll of Enchant Gloves - Greater Assault',811,1,268435520,0,1,0,0,0,-1,-1,84,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44513,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38965,0,6,-1,'Scroll of Enchant Weapon - Icebreaker',811,3,268435520,0,1,0,0,0,-1,-1,84,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44524,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38966,0,6,-1,'Scroll of Enchant Boots - Greater Fortitude',811,1,268435520,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44528,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38967,0,6,-1,'Scroll of Enchant Gloves - Major Agility',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44529,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38968,0,6,-1,'Scroll of Enchant Bracers - Exceptional Intellect',811,1,268435520,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44555,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38969,0,6,-1,'Scroll of Enchant Cloak - Superior Fire Resistance',811,1,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44556,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38971,0,6,-1,'Scroll of Enchant Bracers - Striking',811,1,268435520,0,1,0,0,0,-1,-1,71,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60616,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38972,0,6,-1,'Scroll of Enchant Weapon - Lifeward',811,3,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44576,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38973,0,6,-1,'Scroll of Enchant Cloak - Spell Piercing',811,1,268435520,0,1,0,0,0,-1,-1,79,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44582,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38974,0,6,-1,'Scroll of Enchant Boots - Greater Vitality',811,1,268435520,0,1,0,0,0,-1,-1,73,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44584,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38975,0,6,-1,'Scroll of Enchant Chest - Exceptional Resilience',811,1,268435520,0,1,0,0,0,-1,-1,82,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44588,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38976,0,6,-1,'Scroll of Enchant Boots - Superior Agility',811,1,268435520,0,1,0,0,0,-1,-1,82,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44589,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38977,0,6,-1,'Scroll of Enchant Cloak - Superior Shadow Resistance',811,1,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44590,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38978,0,6,-1,'Scroll of Enchant Cloak - Titanweave',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44591,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38979,0,6,-1,'Scroll of Enchant Gloves - Exceptional Spellpower',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44592,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38980,0,6,-1,'Scroll of Enchant Bracers - Major Spirit',811,1,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44593,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38981,0,6,-1,'Scroll of Enchant 2H Weapon - Scourgebane',811,3,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44595,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38982,0,6,-1,'Scroll of Enchant Cloak - Superior Arcane Resistance',811,1,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44596,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38984,0,6,-1,'Scroll of Enchant Bracer - Expertise',811,1,268435520,0,1,0,0,0,-1,-1,84,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44598,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38985,0,6,-1,'Scroll of Enchant Gloves - Greater Blasting',811,1,268435520,0,1,0,0,0,-1,-1,82,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44612,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38986,0,6,-1,'Scroll of Enchant Boots - Icewalker',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60623,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38987,0,6,-1,'Scroll of Enchant Bracers - Greater Stats',811,1,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44616,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38988,0,6,-1,'Scroll of Enchant Weapon - Giant Slayer',811,3,268435520,0,1,0,0,0,-1,-1,82,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44621,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38989,0,6,-1,'Scroll of Enchant Chest - Super Stats',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44623,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38990,0,6,-1,'Scroll of Enchant Gloves - Armsman',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44625,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38991,0,6,-1,'Scroll of Enchant Weapon - Exceptional Spellpower',811,3,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44629,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38992,0,6,-1,'Scroll of Enchant 2H Weapon - Greater Savagery',811,3,268435520,0,1,0,0,0,-1,-1,82,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44630,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38993,0,6,-1,'Scroll of Enchant Cloak - Shadow Armor',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44631,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38995,0,6,-1,'Scroll of Enchant Weapon - Exceptional Agility',811,3,268435520,0,1,0,0,0,-1,-1,84,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44633,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38997,0,6,-1,'Scroll of Enchant Bracers - Greater Spellpower',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44635,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38998,0,6,-1,'Scroll of Enchant Weapon - Deathfrost',811,3,268435520,0,1,0,0,0,-1,-1,73,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46578,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38999,0,6,-1,'Scroll of Enchant Chest - Defense',811,1,268435520,0,1,0,0,0,-1,-1,72,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46594,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39000,0,6,-1,'Scroll of Enchant Cloak - Steelweave',811,1,268435520,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47051,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39001,0,6,-1,'Scroll of Enchant Cloak - Mighty Armor',811,1,268435520,0,1,0,0,0,-1,-1,71,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47672,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39002,0,6,-1,'Scroll of Enchant Chest - Greater Defense',811,1,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47766,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39003,0,6,-1,'Scroll of Enchant Cloak - Greater Speed',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47898,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39004,0,6,-1,'Scroll of Enchant Cloak - Wisdom',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47899,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39005,0,6,-1,'Scroll of Enchant Chest - Super Health',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47900,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39006,0,6,-1,'Scroll of Enchant Boots - Tuskarr\'s Vitality',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47901,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39010,4,6,-1,'Wolfslayer\'s Crest',51091,2,0,0,1,295514,59102,14,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,31,43,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4715,0,0,0,0,0,0,0,0,0,14047,1,0,0,90000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,150,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39011,4,6,-1,'Bloody Bulwark',51091,2,0,0,1,296649,59329,14,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,7,48,4,21,13,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4715,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,150,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39013,4,2,-1,'Discoverer\'s Mitts',49251,2,0,0,1,116754,23350,10,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,24,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39015,4,2,-1,'Crackpot Spaulders',56012,2,0,0,1,176461,35292,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,41,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39016,4,2,-1,'Tunic of the Rectified Thane',49809,2,0,0,1,236145,47229,5,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,38,7,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,46051,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39017,4,2,-1,'Belt of Keen Hearing',56333,2,0,0,1,118516,23703,6,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,30,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39018,4,2,-1,'Boots of Safe Travel',56357,2,0,0,1,178439,35687,8,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,28,7,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39019,4,2,-1,'Iron-Shatter Leggings',51333,2,0,0,1,238782,47756,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,38,7,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39020,4,2,-1,'Drakuru\'s Ghastly Helm',51164,2,0,0,1,179752,35950,1,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,56,7,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39021,4,2,-1,'Ectoplasm Stained Wristguards',51356,2,0,0,1,120278,24055,9,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,21,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39022,4,2,-1,'Helm of Rising Smoke',49842,2,0,0,1,181083,36216,1,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,55,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39023,4,2,-1,'Wax-Coated Chestguard',51307,2,0,0,1,242307,48461,5,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,32,38,3,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39025,4,2,-1,'Shackles of Sanity',51356,2,0,0,1,125217,25043,9,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,32,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39026,4,2,-1,'Pauldrons of the Prophet',49246,2,0,0,1,188491,37698,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,32,28,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39027,4,2,-1,'Leggings of Anger Management',51333,2,0,0,1,228185,45637,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,37,7,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,46051,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39028,4,2,-1,'Coiled Leather Gauntlets',56389,2,0,0,1,114536,22907,10,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,36,42,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39029,4,2,-1,'Waistguard of Expedient Procurement',51316,2,0,0,1,114979,22995,6,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,40934,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39030,4,2,-1,'Patchhide Pants',51333,2,0,0,1,230846,46169,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,56,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39031,4,2,-1,'Boots of Internal Strife',49903,2,0,0,1,173782,34756,8,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,28,7,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,33484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39033,4,2,-1,'Discarded Miner\'s Jerkin',51307,2,0,0,1,233484,46696,5,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,37,3,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39034,4,2,-1,'Bearskin Helm',56332,2,0,0,1,175778,35155,1,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,31,37,7,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39035,4,2,-1,'Glacier-walker\'s Mukluks',49903,2,0,0,1,197739,39547,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,40,7,48,38,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39036,4,2,-1,'Hulking Horror Tunic',51307,2,0,0,1,264646,52929,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,57,3,48,38,136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39038,4,2,-1,'Fleshwerk Wristguards',51356,2,0,0,1,133304,26660,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,39,38,78,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39040,4,2,-1,'Gloves of Troubled Memory',49251,2,0,0,1,134298,26859,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,34,32,26,38,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39041,12,0,-1,'Bat Net',43536,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52151,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39043,4,3,-1,'Trailbreaker\'s Spaulders',51303,2,0,0,1,224768,44953,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,40,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,589,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39044,4,3,-1,'Short-Circuiting Boots',51148,2,0,0,1,225570,45114,8,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,42,3,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39045,4,3,-1,'Legguards of Refuted Feudalism',51213,2,0,0,1,300493,60098,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,57,5,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39046,4,3,-1,'Shoulderpads of Imminent Disaster',51300,2,0,0,1,227152,45430,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,42,3,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,589,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39047,4,3,-1,'Legguards of Unerring Navigation',51324,2,0,0,1,273793,54758,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,38,7,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39048,4,3,-1,'Flame-Tested Chestguard',51310,2,0,0,1,274858,54971,5,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,84,3,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,785,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39049,4,3,-1,'Helm of Spirit Links',51293,2,0,0,1,206941,41388,1,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,56,7,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,638,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39050,4,3,-1,'Ghostridden Waistguard',51322,2,0,0,1,138479,27695,6,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,28,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39051,4,3,-1,'Plane-shifted Boots',51077,2,0,0,1,209443,41888,8,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,28,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39052,4,3,-1,'Acid-Resistant Hauberk',51309,2,0,0,1,279087,55817,5,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,52,5,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,785,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39053,4,3,-1,'Helm of the Furbolg Purifier',51238,2,0,0,1,210092,42018,1,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,3,40,7,50,38,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,638,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39054,4,3,-1,'Gossamer-Stained Grips',51181,2,0,0,1,140593,28118,10,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,28,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0,0,0,0,0,0,0,0,15828,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39055,4,3,-1,'Handguards of Extermination',51390,2,0,0,1,141126,28225,10,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,28,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39056,4,3,-1,'Whip-Stitched Wristguards',51357,2,0,0,1,141658,28331,9,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,21,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39057,4,3,-1,'Polished Staghorn Helm',51238,2,0,0,1,218982,43796,1,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,3,35,5,39,38,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,638,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39058,4,3,-1,'Legguards of Swift Pursuit',51324,2,0,0,1,293041,58608,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,37,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39059,4,3,-1,'Wristguard of the Tormented Soul',51357,2,0,0,1,147053,29410,9,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,22,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39060,4,3,-1,'Patched Trapper Pauldrons',51300,2,0,0,1,222362,44472,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,28,3,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,589,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39062,4,2,-1,'Herbalist\'s Pauldrons',49246,2,0,0,1,185794,37158,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,27,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39063,12,0,0,'Lifeblood Shard',34364,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39064,4,3,-1,'Hide-Lined Chestguard',51310,2,0,0,1,299400,59880,5,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,7,54,32,38,38,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,785,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39065,4,3,-1,'Skycaptain\'s Belt',51322,2,0,0,1,168365,33673,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,31,42,7,44,3,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,497,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39066,4,3,-1,'Leggings of the Turning Point',51324,2,0,0,1,337924,67584,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,77,36,41,38,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,774,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39068,4,3,-1,'Flesh-scaled Bracers',51357,2,0,0,1,153999,30799,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,39,5,26,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,387,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39070,4,3,-1,'Gloves of the Mad Bomber',51181,2,0,0,1,155192,31038,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,36,32,50,38,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,553,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39072,4,4,-1,'Blacksoul Protector\'s Hauberk',51094,2,0,0,1,289221,57844,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,4,32,7,48,12,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1262,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(39073,2,19,-1,'Root of the Everlasting',56893,2,0,0,1,324890,64978,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,18,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,324,3,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(39074,4,1,-1,'Drape of Distilled Hatred',15206,2,0,0,1,130437,26087,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,6,26,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(39075,4,4,-1,'Waywalker\'s Girdle',51247,2,0,0,1,170044,34008,6,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,7,40,4,42,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,789,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39076,4,4,-1,'Golem-Rider\'s Greaves',51325,2,0,0,1,339364,67872,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,7,55,4,56,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1228,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39077,4,4,-1,'Skull-Reshaper\'s Helm ',61308,2,0,0,1,254968,50993,1,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,37,7,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,46051,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39078,4,4,-1,'Whispering Stompers',51131,2,0,0,1,255898,51179,8,32767,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,7,42,4,42,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39079,4,4,-1,'Bracers of the Chaperon',51899,2,0,0,1,172525,34505,9,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,7,30,32,21,4,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,614,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39080,4,4,-1,'Grips of Flawed Temper',51387,2,0,0,1,173133,34626,10,262143,2147483647,154,0,0,0,0,0,0,0,0,0,1,0,3,7,39,31,28,4,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,877,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39081,4,4,-1,'Spiritforged Helm',51288,2,0,0,1,258662,51732,1,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,32,56,4,38,7,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39082,4,4,-1,'Shocksteel Shoulderguards',51149,2,0,0,1,259591,51918,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,7,63,31,28,4,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39083,4,4,-1,'Cobalt Shoulders',54815,2,0,0,1,241614,48322,3,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,7,36,12,30,4,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,973,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(39084,4,4,-1,'Cobalt Helm',54813,2,0,0,1,242476,48495,1,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,4,33,7,51,12,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1054,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(39085,4,4,-1,'Cobalt Chestpiece',51503,2,0,0,1,325071,65014,5,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,4,39,12,39,7,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1297,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(39086,4,4,-1,'Cobalt Legplates',54814,2,0,0,1,326223,65244,7,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,7,66,4,40,12,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(39087,4,4,-1,'Cobalt Belt',54812,2,0,0,1,148935,29787,6,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,7,39,4,25,12,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(39088,4,4,-1,'Cobalt Boots',54809,2,0,0,1,222573,44514,8,32767,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,7,44,12,30,4,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,892,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(39089,4,4,-1,'Spiritforged Legguards',49478,2,0,0,1,332701,66540,7,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,2,7,55,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1235,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39090,4,4,-1,'Chestplate of Untimely Rewards',56330,2,0,0,1,331946,66389,5,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,4,56,36,38,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1403,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39091,4,4,-1,'Blood-Spattered Spaulders',51892,2,0,0,1,249390,49878,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,4,41,32,28,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39092,4,4,-1,'Thought-Purifying Protector',51288,2,0,0,1,250319,50063,1,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,32,35,4,58,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39093,4,4,-1,'Chestguard of Expressed Fury',51306,2,0,0,1,335638,67127,5,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,35,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1403,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39094,4,4,-1,'Load-Bearing Girdle',51247,2,0,0,1,169402,33880,6,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,7,39,4,26,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,789,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39095,4,4,-1,'Hammer-Holder\'s Gauntlets',51387,2,0,0,1,170010,34002,10,262143,2147483647,154,0,0,0,0,0,0,0,0,0,1,0,3,7,38,36,44,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,877,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39096,4,4,-1,'Snaptooth Legplates',51325,2,0,0,1,339331,67866,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,51,4,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1228,0,0,0,0,0,0,0,0,0,46743,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39097,4,4,-1,'Sabatons of Crushed Humanity',51131,2,0,0,1,254943,50988,8,32767,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,46,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,0,0,0,0,0,0,0,0,0,33136,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39098,4,4,-1,'Rusty Cave Stompers',51131,2,0,0,1,255872,51174,8,32767,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,7,36,31,24,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39099,4,4,-1,'Carapace of the Fallen',56106,2,0,0,1,343023,68604,5,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,4,60,32,33,37,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1403,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39100,4,4,-1,'Plated Bracelet of the Skies',51353,2,0,0,1,194029,38805,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,32,4,21,44,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,691,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39102,4,4,-1,'Icewalker\'s Spikes',51131,2,0,0,1,290895,58179,8,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,36,34,32,27,4,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1086,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39104,4,4,-1,'Hardened Bone Wrist Protectors',51353,2,0,0,1,196810,39362,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,30,37,26,4,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,691,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39105,4,4,-1,'Girdle of Growing Vines',51247,2,0,0,1,163798,32759,6,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,36,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,789,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39108,4,4,-1,'Bloodstained Helmet',51288,2,0,0,1,276391,55278,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,51,32,41,44,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1284,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39109,2,10,-1,'Branch of the Roaming Spirit',51382,2,0,0,1,590483,118096,17,32767,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,49,38,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,429,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39110,2,10,-1,'Staff of Righteous Vengeance',51382,2,0,0,1,592641,118528,17,32767,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,37,51,3,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,415,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39112,2,13,-1,'Talon of Freedom',51152,2,0,0,1,477661,95532,21,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,322,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39113,2,13,-1,'Jagged Troll Render',51171,2,0,0,1,479435,95887,22,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,274,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,44810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39114,2,1,-1,'Axe of the Warlord\'s Demise',49227,2,0,0,1,601452,120290,17,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,3,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,387,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,40933,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39115,2,1,-1,'Axe of Bloodstained Ice',49227,2,0,0,1,676597,135319,17,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,79,4,53,12,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,589,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39116,2,5,-1,'Grinder of Reverse Emancipation',50325,2,0,0,1,605888,121177,17,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,37,62,4,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,334,501,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39117,2,8,-1,'Liberator\'s Blade',50329,2,0,0,1,608046,121609,17,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,31,64,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343,515,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39118,4,0,-1,'Glowing Voodoo Orb',54735,2,0,0,1,139386,34846,23,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39119,2,3,-1,'Bondsniper',51174,2,0,0,1,367489,73497,26,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,20,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,313,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39120,2,10,-1,'Spire of Soaring Rumination',50137,2,0,0,1,614699,122939,17,32767,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,32,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,313,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,52184,1,0,0,-1,0,-1,48228,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,-38.8,0,0,0,'',35,0,0,0,0,12340),(39121,2,10,-1,'Cultist\'s Cauldron Stirrer',50146,2,0,0,1,641931,128386,17,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,59,36,52,45,272,7,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,336,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Still dripping with crazy-juice',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340),(39124,4,0,-1,'Branch of Insightful Dreams',54734,2,0,0,1,139386,34846,23,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,36,22,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39125,2,15,-1,'Beaked Dagger',50122,2,0,0,1,465241,93048,13,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,167,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39127,2,7,-1,'Serrated Cold-Iron Slicer',50266,2,0,0,1,468790,93758,13,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,32,21,37,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,191,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39128,2,7,-1,'Yoke Slasher',51377,2,0,0,1,470564,94112,13,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,28,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,310,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39129,2,15,-1,'Spike of Renounced Autonomy',49207,2,0,0,1,472290,94458,13,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,215,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,40226,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39130,2,15,-1,'Corrupter\'s Shanker',49207,2,0,0,1,531335,106267,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,33,3,23,38,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,239,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39131,2,18,-1,'Warbling Crossbow',50166,2,0,0,1,356879,71375,26,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,32,15,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,334,0,0,0,0,0,0,0,0,0,0,0,3100,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39132,2,7,-1,'Sword of the Caged Mind',49221,2,0,0,1,477565,95513,21,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,32,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,129,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,52184,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-38.8,0,0,0,'',35,0,0,0,0,12340),(39133,2,15,-1,'Necrolord\'s Sacrificial Dagger',51365,2,0,0,1,537247,107449,21,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,6,30,43,14,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,134,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340),(39134,2,2,-1,'Bow of Regression',50152,2,0,0,1,404426,80885,15,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,36,15,7,18,38,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,360,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39135,2,2,-1,'Wyrmstalker\'s Bow',50149,2,0,0,1,405918,81183,15,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,44,24,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,336,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39136,2,0,-1,'Reanimator\'s Hacker',51463,2,0,0,1,543159,108631,13,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,4,24,32,23,36,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,345,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39138,2,16,-1,'Deadly Razordarts',40005,2,4194304,0,1,138516,34629,25,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,17,13,14,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,328,0,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39139,4,4,-1,'Ravaging Sabatons',55381,4,0,0,1,538510,107702,8,1535,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,72,32,38,36,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1541,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39140,2,15,-1,'Knife of Incision',35245,4,0,0,1,933080,186616,13,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,19,7,37,32,29,36,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,310,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15825,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39141,4,0,-1,'Deflection Band',35431,4,524288,0,1,284983,71245,11,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,38,7,75,12,28,31,25,13,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39142,2,4,-1,'Mace of Helotry',50208,2,0,0,1,459918,91983,21,262143,2147483647,154,0,0,0,0,0,0,0,0,0,1,0,2,6,18,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,177,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,52184,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-38.8,0,0,0,'',35,0,0,0,0,12340),(39143,2,4,-1,'Writhing Mace',50208,2,0,0,1,517468,103493,21,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,32,31,5,20,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,197,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-43,0,0,0,'',35,0,0,0,0,12340),(39144,2,4,-1,'Twisted Hooligan Whacker',49201,2,0,0,1,519403,103880,13,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,37,20,7,24,38,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,345,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Warning: Whack twisted hooligans at your own risk',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39146,4,0,-1,'Collar of Dissolution',35373,4,0,0,1,284983,71245,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,36,7,29,31,24,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39150,12,0,-1,'Sacred Adornment',51541,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A bittersweet reminder of faithlessness and betrayal.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39151,7,11,0,'Alabaster Pigment',54599,1,0,0,1,100,25,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Commonly obtained when milling Peacebloom, Silverleaf, or Earthroot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39152,9,7,-1,'Manual: Heavy Frostweave Bandage',8117,2,64,0,1,1000,250,0,-1,-1,80,0,129,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45546,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Heavy Frostweave Bandage.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39154,12,0,0,'Diluting Additive',51551,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52227,0,0,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39156,12,0,-1,'Underworld Power Fragment',51553,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Whatever could Quetz\'lun want with this?',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39157,12,0,0,'Scepter of Suggestion',51591,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52252,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39158,12,0,-1,'Quetz\'lun\'s Hexxing Stick',7742,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52251,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39159,12,0,0,'Harvested Blight Crystal',40606,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39160,12,0,0,'Saronite Arrow',51995,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39161,12,0,0,'Twisted Roc Talon',3307,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39162,12,0,0,'Broodmother Slivina\'s Skull',51563,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39164,12,0,0,'Sample Container',34493,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52308,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39165,12,0,0,'Explosive Charges',51566,1,64,0,1,0,0,0,-1,-1,70,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52315,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39166,12,0,-1,'Underworld Power Fragments',51553,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This is the collection of fragments that you initially gathered for Quetz\'lun\'s Spirit.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39167,12,0,-1,'Blood of Mam\'toth',47902,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s alive!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39168,4,4,-1,'Worg-Rendering Shoulderguards',51577,3,0,0,1,295800,59160,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,4,40,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1305,0,0,0,0,0,0,0,0,0,40226,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39169,4,3,-1,'Keen Razorfang Spaulders',51576,3,0,0,1,256118,51223,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,42,3,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,731,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39170,4,1,-1,'Furred Worgslayer Spaulders',51569,3,0,0,1,175186,35037,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,37,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39171,4,2,-1,'Fangsever Shoulderguards',51575,3,0,0,1,219781,43956,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,3,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,40226,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39172,4,4,-1,'Bone-Polished Iceplate Shoulders',49876,3,0,0,1,308223,61644,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,7,62,12,28,4,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1305,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39173,4,6,-1,'Bulwark of the Tormented God',51568,3,0,0,1,377818,75563,14,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,7,44,4,21,12,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5849,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,157,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39174,4,4,-1,'Legguards of Dissolved Hope',51572,3,0,0,1,414689,82937,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,48,4,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1523,0,0,0,0,0,0,0,0,0,42157,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39175,4,4,-1,'Leggings of Forceful Purification',51571,3,0,0,1,416179,83235,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,7,87,4,38,12,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1523,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39176,4,1,-1,'Kilt of Deific Torment',51574,3,0,0,1,238668,47733,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,32,50,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,0,0,0,0,0,0,0,0,0,47952,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39177,4,2,-1,'Pants of Purified Wind',51573,3,0,0,1,299400,59880,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,50,7,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,383,0,0,0,0,0,0,0,0,0,40933,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39178,4,3,-1,'Greaves of Sanctified Dissolution',51570,3,0,0,1,360523,72104,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,51,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,852,0,0,0,0,0,0,0,0,0,39807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39179,4,4,-1,'Charged Earthlink Grips',56375,3,0,0,1,212256,42451,10,262143,2147483647,154,0,0,0,0,0,0,0,0,0,1,0,3,7,38,36,26,4,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39180,4,4,-1,'Handguards of the Sanguine Gladiator',51582,3,0,0,1,192730,38546,10,262143,2147483647,154,0,0,0,0,0,0,0,0,0,1,0,3,7,66,12,27,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39181,4,1,-1,'Grips of Torrential Power',51587,3,0,0,1,109920,21984,10,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,28,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39182,4,3,-1,'Handguards of Deluded Might',51584,3,0,0,1,165519,33103,10,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,28,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,0,0,0,0,15828,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39183,4,2,-1,'Shining Buckle Gauntlets',51585,3,0,0,1,138464,27692,10,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,24,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39187,12,0,-1,'Quetz\'lun\'s Ritual',51586,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52366,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39188,4,4,-1,'Chivalric Chestguard',53829,4,0,0,1,691383,138276,5,1535,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,69,36,64,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,8,0,0,0,3306,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39189,4,3,-1,'Boots of Persistence',57095,4,0,0,1,448031,89606,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,52,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,862,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,21639,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39190,4,1,-1,'Agonal Sash',54214,4,0,0,1,198969,39793,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,52,6,48,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,26461,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39191,4,2,-1,'Splint-Bound Leggings',53833,4,0,0,1,499237,99847,7,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,65,6,68,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39192,4,1,-1,'Gloves of Dark Gestures',53836,4,0,0,1,200420,40084,10,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,52,6,50,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39193,4,0,-1,'Band of Neglected Pleas',35472,4,524288,0,1,284983,71245,11,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,3,7,37,5,38,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39194,4,3,-1,'Rusted-Link Spiked Gauntlets',53838,4,0,0,1,302778,60555,10,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,3,48,7,51,5,36,32,30,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,2873,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39195,4,4,-1,'Bracers of Lost Sentiments',55378,4,0,0,1,356536,71307,9,1535,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,73,37,38,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,980,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39196,4,2,-1,'Boots of the Worshiper',54223,4,0,0,1,381156,76231,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,66,7,49,36,51,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,33485,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39197,4,4,-1,'Gauntlets of the Master',53841,4,0,0,1,359055,71811,10,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,51,7,99,12,38,13,48,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39198,4,4,-1,'Frostblight Pauldrons',53842,4,0,0,1,536404,107280,3,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,52,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,26461,1,0,0,-1,0,-1,21644,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39199,4,0,-1,'Watchful Eye',53843,4,0,0,1,284983,71245,23,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,37,5,38,31,28,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39200,2,7,-1,'Grieving Spellblade',53844,4,0,0,1,932688,186537,21,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,4,7,33,5,40,32,37,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,227,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,48626,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-60.7,0,0,0,'',68,0,0,0,0,12340),(39201,15,0,-1,'Dirt Stained Rags',18170,0,0,0,1,520,130,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39202,2,6,-1,'Rusted Pitchfork',7464,0,0,0,1,226,45,17,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,8,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39203,15,0,-1,'Mangled Diary',1588,0,0,0,1,18250,4562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The pages are torn beyond readability',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39204,15,0,-1,'Barely Readable Diary',1588,0,0,0,1,18250,4562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3109,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39205,4,1,-1,'Sole-Less Boots',16721,0,0,0,1,24,4,8,-1,-1,5,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39206,12,0,0,'Scepter of Empowerment',51590,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52389,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39207,15,0,-1,'Ragweed',18089,0,0,0,1,1200,300,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39208,4,10,-1,'Sigil of the Dark Rider',51913,3,32768,0,1,42,8,28,32767,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39209,15,0,-1,'Scintillating Stone Shard',4719,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39210,15,0,-1,'Shattered Stone',4721,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39211,15,0,-1,'Serrated Fang',57468,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39212,15,0,-1,'Indurate Claw',57478,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39213,0,8,-1,'Massive Seaforium Charge',8625,1,64,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52410,0,-1,0,1000,0,-1,52418,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,4384,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39215,4,2,-1,'Boots of the Follower',57007,4,0,0,1,379759,75951,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,37,5,44,6,66,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39216,4,1,-1,'Sash of Mortal Desire',56607,4,0,0,1,203263,40652,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,6,38,32,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,26460,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39217,4,3,-1,'Avenging Combat Leggings',53847,4,0,0,1,611968,122393,7,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,69,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39218,15,0,-1,'Reticulated Fang',6002,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39219,15,0,-1,'Sawtooth Talon',1645,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39220,15,0,-1,'Geodesic Fragments',20977,0,0,0,1,9000,2250,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39221,2,6,-1,'Wraith Spear',35259,4,0,0,1,1202748,240549,17,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,90,7,79,32,68,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,829,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,39885,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39222,15,0,-1,'Severed Flipper',2874,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39223,15,0,-1,'Colossal Jaws',7350,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39224,4,2,-1,'Leggings of Discord',53848,4,0,0,1,486491,97298,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,90,7,67,32,68,37,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,39885,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39225,4,1,-1,'Cloak of Armed Strife',35446,4,0,0,1,292983,58596,16,-1,-1,200,80,0,0,0,0,0,0,1,0,1,0,4,4,39,7,50,12,37,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,486,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,336,0,0,0,'',68,0,0,0,0,12340),(39226,2,4,-1,'Maexxna\'s Femur',35250,4,0,0,1,980239,196047,13,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,27,7,33,36,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,299,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,15824,1,0,0,-1,0,-1,46748,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39227,12,0,-1,'Huge Stone Key',8736,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39228,4,4,-1,'Web Cocoon Grips',53850,4,0,0,1,347563,69512,10,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,51,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,21644,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39229,4,0,-1,'Embrace of the Spider',35361,4,4096,0,1,429375,107343,12,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,1,45,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60490,1,0,0,90000,0,15000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39230,4,2,-1,'Spaulders of the Monstrosity',53852,4,0,0,1,372957,74591,3,1535,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,52,5,49,6,48,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39231,4,0,-1,'Timeworn Silken Band',35423,4,524288,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,37,5,38,6,28,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39232,4,0,-1,'Pendant of Lost Vocations',35358,4,0,0,1,284983,71245,2,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,31,5,41,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39988,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39233,4,6,-1,'Aegis of Damnation',35573,4,0,0,1,643479,128695,14,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,31,5,39,32,36,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7530,0,0,0,0,0,0,0,0,0,48049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,211,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39234,4,4,-1,'Plague-Impervious Boots',55381,4,0,0,1,490886,98177,8,1535,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,65,7,99,12,44,14,33,13,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1541,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39235,4,4,-1,'Bone-Framed Bracers',54208,4,0,0,1,331032,66206,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,34,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,980,0,0,0,0,0,0,0,0,0,39988,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39236,4,3,-1,'Trespasser\'s Boots',54229,4,0,0,1,426715,85343,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,3,38,7,48,5,30,36,29,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,862,0,0,0,0,0,0,0,0,0,48273,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39237,4,2,-1,'Spaulders of Resumed Battle',53883,4,0,0,1,355383,71076,3,1535,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,48,7,69,31,38,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,48273,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39238,12,0,0,'Scepter of Command',51596,1,64,0,1,0,0,0,-1,-1,70,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52487,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39239,4,4,-1,'Chestplate of the Risen Soldier',53884,4,0,0,1,668392,133678,5,1535,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,96,36,89,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39240,4,2,-1,'Noth\'s Curse',53885,4,0,0,1,359427,71885,1,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,65,6,52,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,2842,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39241,4,1,-1,'Dark Shroud of the Scourge',35444,4,0,0,1,288630,57726,16,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,36,5,38,6,36,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,26158,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39242,4,1,-1,'Robes of Hoarse Breaths',53887,4,0,0,1,386252,77250,20,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,66,5,73,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,49101,1,0,0,-1,0,-1,49176,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39243,4,3,-1,'Handgrips of the Foredoomed',53888,4,0,0,1,290777,58155,10,32767,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,52,5,49,32,48,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,26461,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39244,4,0,-1,'Ring of the Fated',35313,4,524288,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,39,5,37,32,50,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39245,2,5,-1,'Demise',53889,4,0,0,1,1220519,244103,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,103,36,89,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,784,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39246,4,0,-1,'Amulet of Autopsy',35437,4,0,0,1,284983,71245,2,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,75,12,25,13,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39247,4,2,-1,'Cuffs of Dark Shadows',54209,4,0,0,1,245917,49183,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,38,7,49,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,42095,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39248,4,3,-1,'Tunic of the Lost Pack',53890,4,0,0,1,592378,118475,5,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,3,52,7,70,5,48,32,64,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,49116,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39249,4,4,-1,'Shoulderplates of Bloodshed',53891,4,0,0,1,519193,103838,3,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,59,7,72,32,65,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,8,0,0,0,0,0,2873,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39250,4,0,-1,'Ring of Holy Cleansing',35313,4,524288,0,1,284983,71245,11,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,36,5,38,6,29,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39251,4,3,-1,'Necrogenic Belt',57073,4,0,0,1,307219,61443,6,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,3,7,57,5,48,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,705,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,40231,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39252,4,1,-1,'Preceptor\'s Bindings',56603,4,0,0,1,205538,41107,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,36,5,38,6,34,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39253,12,0,0,'Gift of the Harvester',34872,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52481,0,0,0,0,1149,6000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39254,4,1,-1,'Saltarello Shoes',54227,4,0,0,1,281012,56202,8,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,6,51,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39255,2,10,-1,'Staff of the Plague Beast',54799,4,0,0,1,1175419,235083,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,38,136,3,89,7,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,537,0,0,0,0,630,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39256,2,10,-1,'Sulfur Stave',55718,4,0,0,1,1179953,235990,17,-1,-1,200,80,0,0,0,0,0,0,6,0,1,0,4,7,90,5,90,6,89,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,331,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,48626,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-66.2,0,0,0,'',68,0,0,0,0,12340),(39257,4,0,-1,'Loatheb\'s Shadow',35442,4,0,0,1,429375,107343,12,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,1,32,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60439,0,0,0,120000,1141,20000,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39258,4,4,-1,'Legplates of Inescapable Death',53286,4,0,0,1,665784,133156,7,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,73,7,111,12,56,15,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,42038,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3751,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39259,4,2,-1,'Fungi-Stained Coverings',53898,4,0,0,1,477373,95474,5,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,68,6,65,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39260,4,4,-1,'Helm of the Corrupted Mind',57522,4,0,0,1,502137,100427,1,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,67,5,69,45,84,32,49,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,3303,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39261,4,4,-1,'Tainted Girdle of Mending',54220,4,0,0,1,338590,67718,6,1535,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,48,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,40231,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39262,4,4,-1,'Gauntlets of Combined Strength',53901,4,0,0,1,339867,67973,10,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,65,7,99,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,44983,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39264,12,0,-1,'Vic\'s Keys',51620,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39265,12,0,0,'Oracle Blood',11199,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52276,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39266,12,0,0,'Tainted Crystal',37250,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52333,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39267,4,4,-1,'Abomination Shoulderblades',53903,4,0,0,1,529006,105801,3,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,53,7,87,12,38,13,40,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,2,0,0,0,0,0,2932,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39268,12,0,-1,'Medallion of Mam\'toth',51634,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52596,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39269,12,0,0,'Prince Valanar\'s Report',30953,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sealed',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39270,2,7,-1,'Hatestrike',53904,4,0,0,1,1020338,204067,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,25,7,39,32,27,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,299,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39271,2,15,-1,'Blade of Dormant Memories',54038,4,0,0,1,1023966,204793,21,32767,-1,200,80,0,0,0,0,0,0,0,1,1,0,4,7,31,5,38,32,40,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,227,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,48626,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-60.7,0,0,0,'',68,0,0,0,0,12340),(39272,4,1,-1,'Drape of Surgery',35430,4,0,0,1,308248,61649,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,38,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,21642,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39273,4,1,-1,'Sullen Cloth Boots',56612,4,0,0,1,279894,55978,8,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,48,5,50,6,38,32,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,26460,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39274,4,3,-1,'Retcher\'s Shoulderpads',53906,4,0,0,1,423347,84669,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,48,5,50,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39275,4,2,-1,'Contagion Gloves',53907,4,0,0,1,235034,47006,10,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,6,38,32,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39276,4,6,-1,'The Skull of Ruin',53908,4,0,0,1,604010,120802,14,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,75,12,27,15,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7530,0,0,0,0,0,0,0,0,0,35075,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,211,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39277,4,0,-1,'Sealing Ring of Grobbulus',35431,4,524288,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,36,7,43,36,24,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28735,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39278,4,3,-1,'Bands of Anxiety',54207,4,0,0,1,285306,57061,9,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,3,38,7,49,5,29,32,36,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39279,4,2,-1,'Blistered Belt of Decay',54215,4,0,0,1,238637,47727,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,66,7,57,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,44983,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39280,4,4,-1,'Leggings of Innumerable Barbs',53912,4,0,0,1,670725,134145,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,133,32,36,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,2,0,4,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39281,2,4,-1,'Infection Repulser',35642,4,0,0,1,961806,192361,21,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,33,5,37,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,227,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,48251,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-60.7,0,0,0,'',68,0,0,0,0,12340),(39282,4,0,-1,'Bone-Linked Amulet',35373,4,0,0,1,284983,71245,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,28,5,33,6,25,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23213,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39283,4,2,-1,'Putrescent Bands',54211,4,0,0,1,248736,49747,9,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,26,5,36,6,38,36,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,0,0,0,0,0,0,0,0,0,39988,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39284,4,1,-1,'Miasma Mantle',55327,4,0,0,1,299572,59914,3,262143,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,48,6,43,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,48253,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39285,4,1,-1,'Handgrips of Turmoil',53915,4,0,0,1,200440,40088,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,48,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,21642,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2865,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39286,15,2,-1,'Frosty\'s Collar',57896,3,134250560,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,0,0,-1,0,-1,52615,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon Frosty!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39291,2,7,-1,'Torment of the Banished',53918,4,0,0,1,1023770,204754,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,27,7,39,36,22,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,485,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39292,4,0,-1,'Repelling Charge',35439,4,0,0,1,429375,107343,12,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,1,12,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60180,0,0,0,180000,0,-1,0,0,0,0,180000,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39293,4,4,-1,'Blackened Legplates of Feugen',53920,4,0,0,1,653018,130603,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,69,36,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,49101,1,0,0,-1,0,-1,42060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39294,4,3,-1,'Arc-Scorched Helmet',57542,4,0,0,1,421386,84277,1,32767,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,3,47,7,78,5,47,32,48,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,52995,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,2787,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39295,4,1,-1,'Cowl of Sheet Lightning',53925,4,0,0,1,282012,56402,1,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,68,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39296,2,2,-1,'Accursed Bow of the Elite',35870,4,0,0,1,707751,141550,15,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,28,7,19,36,21,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,472,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39297,4,1,-1,'Cloak of Darkening',35366,4,0,0,1,284188,56837,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,29,7,54,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,44980,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39298,4,4,-1,'Waistguard of the Tutor',55382,4,0,0,1,343836,68767,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,97,12,34,15,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,35168,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39299,4,2,-1,'Rapid Attack Gloves',53926,4,0,0,1,245108,49021,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,58,7,57,37,33,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39301,12,0,-1,'Zol\'Maz Stronghold Cache',32276,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Full of all sorts of Drakkari goodies.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39305,12,0,-1,'Tiki Hex Remover',7742,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52655,0,-1,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39306,4,4,-1,'Plated Gloves of Relief',53850,4,0,0,1,353982,70796,10,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,51,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,42115,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39307,4,3,-1,'Iron Rings of Endurance',57072,4,0,0,1,302778,60555,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,36,5,38,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39308,4,2,-1,'Girdle of Lenience',54217,4,0,0,1,253221,50644,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,52,5,49,6,48,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39309,4,1,-1,'Leggings of the Instructor',53646,4,0,0,1,406566,81313,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,64,6,52,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,52849,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39310,4,1,-1,'Mantle of the Extensive Mind',55326,4,0,0,1,306013,61202,3,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,3,7,52,5,53,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,40231,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39311,4,0,-1,'Scepter of Murmuring Spirits',53931,4,0,0,1,284983,71245,23,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,36,5,34,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,21639,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39313,12,0,-1,'Yara\'s Sword',51716,1,3072,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52668,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39314,12,0,-1,'Tiki Dervish Ceremony',27454,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52669,0,-1,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39315,12,0,-1,'Drek\'Maz\'s Tiki',51729,1,3072,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52673,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39316,12,0,-1,'Tiri\'s Magical Incantation',1093,1,3072,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52674,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39317,15,0,0,'News From The North',7733,0,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3110,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39318,12,0,-1,'Key of Warlord Zol\'Maz',7827,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You\'d best get this back to Har\'koa a.s.a.p.!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39319,12,0,0,'Scepter of Domination',51730,1,64,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52678,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39320,4,1,-1,'Sky Darkener\'s Shroud of Blood',51734,3,32768,0,1,42,8,16,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,15,32,14,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,5,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39322,4,1,-1,'Shroud of the North Wind',51736,3,32768,0,1,42,8,16,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,15,7,13,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,5,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39323,4,1,-1,'Scrap-Hide Spaulders',49464,2,0,0,1,153013,30602,3,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,7,45,5,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39324,12,0,0,'Empty Cauldron',51749,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The perfect size for a plague cauldron.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39326,12,0,0,'Iron Chain',51750,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A little rusted, but still quite strong.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39327,0,1,-1,'Noth\'s Special Brew',51751,1,0,0,1,0,0,0,-1,-1,65,55,0,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52697,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39328,12,0,0,'Crusader Skull',6674,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39329,12,0,0,'Pile of Crusader Skulls',6674,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39330,4,1,-1,'Fingers of Dextrous Decimation',51838,2,0,0,1,97192,19438,10,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,7,44,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39331,4,1,-1,'Tooth-Marked Girdle',51849,2,0,0,1,97564,19512,6,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,32,26,5,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,33097,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39332,4,1,-1,'Ogre-Crushing Wristguards',51851,2,0,0,1,97926,19585,9,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,19,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39333,4,1,-1,'Nimblefoot Moccasins',52612,2,0,0,1,147448,29489,8,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,28,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39334,7,11,0,'Dusky Pigment',54602,1,0,0,1,100,25,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Commonly obtained when milling Mageroyal, Briarthorn, Swiftthistle, Bruiseweed, or Stranglekelp.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39335,4,1,-1,'Leggings of Mending Fronds',51853,2,0,0,1,198085,39617,7,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,38,6,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,33140,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39336,4,1,-1,'Bracers of Prompt Reclamation',51850,2,0,0,1,99404,19880,9,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,32,26,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39337,4,1,-1,'Stained Coop Warmer',51854,2,0,0,1,199553,39910,20,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,36,62,6,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39338,7,11,0,'Golden Pigment',54605,1,0,0,1,100,25,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Commonly obtained when milling Wild Steelbloom, Grave Moss, Kingsblood, or Liferoot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39339,7,11,0,'Emerald Pigment',54604,1,0,0,1,100,25,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Commonly obtained when milling Fadeleaf, Goldthorn, Khadgar\'s Whisker, or Wintersbite.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39340,7,11,0,'Violet Pigment',54613,1,0,0,1,100,25,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Commonly obtained when milling Firebloom, Purple Lotus, Arthas\' Tears, Sungrass, Blindweed, Ghost Mushroom, or Gromsblood.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39341,7,11,0,'Silvery Pigment',54611,1,0,0,1,100,25,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Commonly obtained when milling Golden Sansam, Dreamfoil, Mountain Silversage, Plaguebloom, or Icecap.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39342,7,11,0,'Nether Pigment',54608,1,0,0,1,100,25,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Commonly found when milling herbs native to Outland.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39343,7,11,0,'Azure Pigment',54600,1,0,0,1,100,25,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Commonly found when milling herbs native to Northrend.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39344,2,7,-1,'Slayer of the Lifeless',53932,4,0,0,1,998181,199636,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,29,7,57,12,25,31,19,13,26,0,0,0,0,0,0,0,0,0,0,0,0,150,280,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Foretold by Salzman.',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39345,4,4,-1,'Girdle of the Ascended Phantom',55379,4,0,0,1,352636,70527,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,97,31,51,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39346,4,1,-1,'Chitin-Reinforced Hood',52103,2,0,0,1,143557,28711,1,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,38,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,42108,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39347,4,1,-1,'Gloves of the Crackling Storm',51840,2,0,0,1,96066,19213,10,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,6,28,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39348,4,1,-1,'Aged Watcher\'s Legwraps',51841,2,0,0,1,192877,38575,7,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,36,40,7,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39349,7,15,0,'Weapon Vellum',57288,1,0,0,1,0,0,0,-1,-1,1,0,333,1,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Can be targeted by Weapon enchantments to store the enchantment for later use. Only able to absorb enchantments with no level restrictions.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39350,7,15,0,'Weapon Vellum II',57289,1,0,0,1,0,0,0,-1,-1,40,0,333,1,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Can be targeted by Weapon enchantments to store the enchantment for later use. Only able to absorb enchantments with a level restriction of 35 or lower.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39351,15,0,-1,'Richly Appointed Pipe',8114,0,0,0,1,1320,330,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39353,15,0,-1,'Moon-Crescent Necklace',9657,0,0,0,1,1558,389,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39354,7,11,-1,'Light Parchment',57387,1,0,0,1,15,3,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39355,15,0,-1,'Haute Club Membership Card',5567,1,0,0,1,0,0,0,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Fine Dining for the Finest.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39356,15,0,-1,'Mind-Soothing Bauble',8120,0,0,0,1,1110,277,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A tiny maze of engraved lines covers the surface of the gem. ',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39357,15,0,-1,'Priestly Preening: Be Like Your Betters',1096,0,0,0,1,3900,975,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3113,0,1,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39358,15,0,-1,'Give to the Church and the Light Will Provide',1096,0,0,0,1,3900,975,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3115,0,1,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39360,15,0,-1,'Musings of the High General',1096,0,0,0,1,3900,975,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3119,0,1,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39361,15,0,-1,'Turning the Other Cheek',1096,0,0,0,1,3900,975,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3117,0,1,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39362,12,0,0,'New Avalon Registry',2757,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39363,4,1,-1,'Binding of Purified Corpses',51842,2,0,0,1,104642,20928,6,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,6,45,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39365,4,1,-1,'Lifewarden\'s Raiment',51845,2,0,0,1,210773,42154,20,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,36,7,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,42099,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39366,4,1,-1,'Spaulders of the Runeseeker',49464,2,0,0,1,143527,28705,3,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,31,28,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39367,4,1,-1,'Cowl of the Purifier',52103,2,0,0,1,144085,28817,1,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,7,63,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,23730,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39368,4,1,-1,'Field Researcher\'s Boots',51848,2,0,0,1,144643,28928,8,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,31,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39369,4,4,-1,'Sabatons of Deathlike Gloom',54224,4,0,0,1,494636,98927,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,51,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1541,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,40231,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39371,2,7,7,'Keleseth\'s Persuader',8078,1,0,0,1,0,0,13,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,66,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,52781,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39372,4,1,-1,'Mantle of the Dark Messenger',49464,2,0,0,1,157014,31402,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,6,32,36,40,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39373,4,2,-1,'Bracers of Rapid Death',56365,2,0,0,1,122835,24567,9,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,30,7,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39374,4,2,-1,'Crocscale Moccasins',51864,2,0,0,1,184951,36990,8,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,32,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39375,4,2,-1,'Dreadsaber Tooth Shoulderpads',49898,2,0,0,1,185648,37129,3,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,48,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39376,4,2,-1,'Bracers of the Rejuvenated Forest',51866,2,0,0,1,124230,24846,9,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,21,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39377,4,2,-1,'Toenail Belt',51867,2,0,0,1,124683,24936,6,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,3,33,32,48,7,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39378,4,2,-1,'Ragged Leaf Grips',51868,2,0,0,1,125148,25029,10,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,1,7,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,33485,1,0,0,-1,0,-1,45003,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39379,4,3,-1,'Spectral Rider\'s Girdle',54219,4,0,0,1,301777,60355,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,3,36,7,51,5,34,32,51,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,705,0,0,0,0,0,0,0,0,0,48273,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39380,4,2,-1,'Legguards of the Aggressive Emissary',51870,2,0,0,1,258817,51763,7,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,43,7,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,0,0,0,0,0,0,0,33782,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39383,4,2,-1,'Egg-Warming Boots',49979,2,0,0,1,196186,39237,8,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,26,7,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,28840,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39385,4,2,-1,'Helm of the Ancient Horn',51860,2,0,0,1,197562,39512,1,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,44,37,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39386,4,2,-1,'Tunic of Dislocation',53935,4,0,0,1,466491,93298,5,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,3,74,7,88,37,45,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,47999,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39387,4,2,-1,'Stinger-Proof Chestguard',51856,2,0,0,1,240116,48023,5,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,7,57,3,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,0,0,0,0,0,0,0,0,0,40933,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39388,4,0,-1,'Spirit-World Glass',35445,4,0,0,1,429375,107343,12,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,1,6,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60527,0,0,0,120000,0,20000,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39389,4,0,-1,'Signet of the Malevolent',35438,4,524288,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,34,31,49,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39390,4,1,-1,'Resurgent Phantom Bindings',54212,4,0,0,1,189478,37895,9,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,37,5,32,6,38,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39391,4,3,-1,'Heinous Mail Chestguard',53937,4,0,0,1,570613,114122,5,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,69,32,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,33780,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,8,0,2,0,0,0,3306,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39392,4,0,-1,'Veiled Amulet of Life',35437,4,0,0,1,284983,71245,2,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,36,5,38,6,34,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39393,2,8,-1,'Claymore of Ancient Power',53938,4,0,0,1,1197724,239544,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,64,7,78,32,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,784,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,49116,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39394,2,10,-1,'Charmed Cierge',35242,4,0,0,1,1202258,240451,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,68,6,90,36,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,483,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,48251,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-73,0,0,0,'',68,0,0,0,0,12340),(39395,4,4,-1,'Thane\'s Tainted Greathelm',53653,4,0,0,1,519502,103900,1,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,73,7,111,12,40,13,39,14,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,3302,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39396,4,1,-1,'Gown of Blaumeux',53939,4,0,0,1,397978,79595,20,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,90,5,68,36,59,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,49441,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39397,4,3,-1,'Pauldrons of Havoc',53940,4,0,0,1,451355,90271,3,32767,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,3,44,7,66,5,33,32,36,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,48273,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39398,4,4,-1,'Massive Skeletal Ribcage',53884,4,0,0,1,701540,140308,5,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,68,7,135,12,52,14,64,37,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39399,4,2,-1,'Helm of the Vast Legions',53942,4,0,0,1,377185,75437,1,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,3,74,7,78,31,43,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,40933,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,3303,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39400,4,2,-1,'Static-Dispersing Shoulderpads',49920,2,0,0,1,194075,38815,3,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,6,45,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39401,4,0,-1,'Circle of Death',35472,4,524288,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,51,37,33,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39402,4,2,-1,'Binding of the Ancient Keeper',51858,2,0,0,1,130313,26062,6,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,1,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39403,4,4,-1,'Helm of the Unsubmissive',53653,4,0,0,1,534606,106921,1,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,96,31,36,36,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39404,4,1,-1,'Cloak of Mastery',35444,4,0,0,1,307131,61426,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,50,7,48,32,23,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39405,4,3,-1,'Helmet of the Inner Sanctum',57543,4,0,0,1,462329,92465,1,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,90,5,60,32,48,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39406,4,2,-1,'Splattered Zombie Wristguards',51855,2,0,0,1,119580,23916,9,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,22,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39407,4,0,-1,'Circle of Life',35367,4,524288,0,1,284983,71245,11,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,36,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,21639,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39408,4,1,-1,'Leggings of Sapphiron',54029,4,0,0,1,376016,75203,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,60,6,72,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,2,0,0,0,3311,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39409,4,1,-1,'Cowl of Winged Fear',54028,4,0,0,1,283100,56620,1,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,88,5,60,6,45,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,52849,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,4,0,0,0,2787,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39411,4,2,-1,'Legguards of Guided Travel',51861,2,0,0,1,250422,50084,7,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,61,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,0,0,0,0,0,0,0,15826,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39412,4,2,-1,'Scourgebane Treads',49901,2,0,0,1,188514,37702,8,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,31,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,15831,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39413,4,2,-1,'Hydrafang Breeches',51863,2,0,0,1,252282,50456,7,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,42,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,0,0,0,0,0,0,0,47952,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39414,4,2,-1,'Gilly\'s Strangulation Gauntlets',51865,2,0,0,1,135359,27071,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,37,33,3,32,38,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39415,4,1,-1,'Shroud of the Citadel',35408,4,0,0,1,297366,59473,16,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,42,5,36,32,38,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,33022,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39416,2,13,-1,'Kel\'Thuzad\'s Reach',55041,4,4096,0,1,1055981,211196,21,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,3,21,7,43,32,31,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,489,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39417,2,1,-1,'Death\'s Bite',55712,4,4096,0,1,1324789,264957,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,101,7,114,32,90,31,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,554,831,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39418,15,0,0,'Ornately Jeweled Box',18721,1,65540,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39419,2,3,-1,'Nerubian Conquerer',53805,4,4096,0,1,800571,160114,26,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,3,31,7,30,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,534,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,15817,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39420,2,15,-1,'Anarchy',35819,4,4096,0,1,1071279,214255,13,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,3,29,7,46,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,338,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15829,1,0,0,-1,0,-1,42095,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39421,4,0,-1,'Gem of Imprisoned Vassals',35373,4,0,0,1,302495,75623,2,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,32,7,55,32,41,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39422,2,10,-1,'Staff of the Plaguehound',54032,4,4096,0,1,1348595,269719,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,200,3,72,7,150,37,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,391,587,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39423,2,4,-1,'Hammer of the Astral Plane',35574,4,4096,0,1,1082726,216545,21,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,37,5,44,32,42,36,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,248,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,52809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-66.2,0,0,0,'',69,0,0,0,0,12340),(39424,2,15,-1,'The Soulblade',54036,4,4096,0,1,1086577,217315,21,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,4,7,39,5,44,6,42,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,258,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,52810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-60.7,0,0,0,'',69,0,0,0,0,12340),(39425,4,1,-1,'Cloak of the Dying',35366,4,0,0,1,327128,65425,16,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,43,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39426,2,19,-1,'Wand of the Archlich',54033,4,4096,0,1,742501,148500,26,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,22,5,21,6,24,36,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,674,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39427,2,15,-1,'Omen of Ruin',55715,4,0,0,1,962297,192459,13,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,29,7,37,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,280,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15824,1,0,0,-1,0,-1,46748,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39428,4,3,-1,'Faceguard of Flawless Aim',51872,2,0,0,1,222868,44573,1,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,60,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39429,4,3,-1,'Pauldrons of Swift Replenishment',51885,2,0,0,1,224700,44940,3,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,32,44,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39430,4,3,-1,'Spitelinked Bracers',51886,2,0,0,1,149680,29936,9,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,1,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39431,4,3,-1,'Shaved Rhinohorn Chestguard',51887,2,0,0,1,300476,60095,5,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,7,56,3,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,825,0,0,0,0,0,0,0,0,0,40933,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39432,4,3,-1,'Belt of Misconceptions',51888,2,0,0,1,150796,30159,6,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,32,7,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39433,4,3,-1,'Clear Earthen Scalemail',51889,2,0,0,1,302708,60541,5,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,1,5,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,825,0,0,0,0,0,0,0,0,0,33136,1,0,0,-1,0,-1,42060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39434,12,0,-1,'Key of Warlord Zol\'Maz',7827,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52815,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39435,4,3,-1,'Straw-Lined Leggings',51890,2,0,0,1,304910,60982,7,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,35,7,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,722,0,0,0,0,0,0,0,0,0,42039,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39436,4,3,-1,'Insect-Filtering Faceguard',59543,2,0,0,1,229519,45903,1,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,40,7,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,0,0,0,0,0,0,0,0,0,33140,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39437,4,3,-1,'Belt of Trapped Lightning',54935,2,0,0,1,153555,30711,6,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,32,46,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39438,4,3,-1,'Rockhandler\'s Gloves',51875,2,0,0,1,154113,30822,10,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,30,7,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,0,0,0,0,0,0,0,0,42109,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39439,4,3,-1,'Skeleton Smashers',51877,2,0,0,1,233039,46607,8,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,29,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39441,4,3,-1,'Treads of Bound Life',51879,2,0,0,1,234697,46939,8,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,47,7,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39442,4,3,-1,'Seeing-Eye Belt',51880,2,0,0,1,156330,31266,6,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,33,7,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,0,0,0,0,0,0,0,0,0,29524,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39443,4,3,-1,'Chain Gloves of the Demonic Minion',51884,2,0,0,1,155869,31173,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,31,32,25,38,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,553,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39444,4,3,-1,'Keeper\'s Touch',51881,2,0,0,1,146347,29269,10,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,27,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,0,0,0,0,0,0,0,0,28767,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39445,4,3,-1,'Roc Hunter\'s Bracer',51882,2,0,0,1,146890,29378,9,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,1,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,44980,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39446,4,3,-1,'Pauldrons of Resolution',51883,2,0,0,1,222155,44431,3,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,44,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39448,4,4,-1,'Helm of Brutal Slaughter',51891,2,0,0,1,259491,51898,1,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,31,37,4,60,7,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39449,4,4,-1,'Wristguards of Titanic Vengeance',51897,2,0,0,1,174952,34990,9,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,7,30,32,25,4,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,645,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39450,4,4,-1,'Bug-Smashing Pauldrons',51892,2,0,0,1,261414,52282,3,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,4,27,32,32,7,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39451,4,4,-1,'Pauldrons of the Silent Mist',49725,2,0,0,1,262389,52477,3,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,27,7,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39452,4,4,-1,'Roaming Wristguards',51905,2,0,0,1,176898,35379,9,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,20,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,645,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39453,4,4,-1,'Rhino-Tail Girdle',51906,2,0,0,1,177553,35510,6,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,7,41,4,44,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,829,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39454,4,4,-1,'Handguards of Transient Friendship',51907,2,0,0,1,178208,35641,10,262143,2147483647,162,0,0,0,0,0,0,0,0,0,1,0,3,7,66,12,33,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,921,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39455,4,4,-1,'Cracked Nest Stabilizer',51908,2,0,0,1,178862,35772,6,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,33,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,829,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39457,4,4,-1,'Zepik\'s Grounded Legplates',51893,2,0,0,1,358262,71652,7,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,32,58,4,44,7,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39458,4,4,-1,'Cultbreaker\'s Chestguard',51306,2,0,0,1,384425,76885,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,53,12,37,7,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,4,0,0,0,0,0,2932,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39459,4,4,-1,'Preservative-Stained Gauntlets',51895,2,0,0,1,168440,33688,10,262143,2147483647,162,0,0,0,0,0,0,0,0,0,1,0,3,7,45,37,25,4,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,921,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39461,4,4,-1,'Muck-Stained Carapace',51901,2,0,0,1,337535,67507,5,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,4,58,3,44,7,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1474,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39462,4,4,-1,'Legplates of the Northern Expedition',51902,2,0,0,1,338837,67767,7,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,5,43,32,53,45,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39463,4,4,-1,'Norrington\'s Burnished Breastplate',51900,2,0,0,1,340139,68027,5,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,1,7,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1474,0,0,0,0,0,0,0,0,0,47952,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39464,4,4,-1,'Lifegiver\'s Ward',51899,2,0,0,1,171678,34335,9,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,7,51,14,18,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,645,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39465,4,4,-1,'Pathfinding Treads',51898,2,0,0,1,256541,51308,8,32767,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,32,43,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1013,0,0,0,0,0,0,0,0,0,44983,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39466,4,4,-1,'Boots of Dominance',51639,2,0,0,1,257516,51503,8,32767,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,4,43,3,26,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1013,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39467,4,4,-1,'Minion Bracers',55380,4,0,0,1,338659,67731,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,50,7,75,12,32,13,19,14,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,980,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39468,2,13,-1,'The Stray',35818,4,0,0,1,965630,193126,22,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,3,22,7,39,31,27,36,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,485,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39469,7,1,-1,'Moonglow Ink',55096,1,0,0,1,0,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39470,4,0,-1,'Medallion of the Disgraced',35359,4,0,0,1,284983,71245,2,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,48,7,75,12,27,15,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42034,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39471,4,4,-1,'Gutbuster of Aldur\'thar',51903,2,0,0,1,188411,37682,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,58,4,39,12,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39472,4,0,-1,'Chain of Latent Energies',35437,4,0,0,1,284983,71245,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,42,5,33,31,34,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39473,2,19,-1,'Contortion',55710,4,0,0,1,737752,147550,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,27,5,20,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,617,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,18039,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39474,4,0,-1,'Ring of Devoted Promises',51279,2,0,0,1,146121,36530,11,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,32,16,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39475,4,0,-1,'Artruis\'s Focus Stone',34318,3,0,0,1,175345,43836,2,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,7,20,36,26,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39478,4,1,-1,'Cloak of the Deadliest Game',56190,3,0,0,1,189696,37939,16,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,32,19,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,44983,1,0,0,-1,0,-1,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39479,4,1,-1,'Cloak of Renewed Hope',15218,2,0,0,1,143527,28705,16,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,20,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39480,4,0,-1,'Bent Crocolisk Tooth',52268,2,0,0,1,146121,36530,11,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,34,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35494,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39481,4,0,-1,'Signet of the Avenging Heart',51279,2,0,0,1,146121,36530,11,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,31,32,7,34,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39482,4,0,-1,'Ring of Misinterpreted Gestures',51279,2,0,0,1,146121,36530,11,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,12,26,7,39,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39483,4,0,-1,'Choker of Binding',34318,3,0,0,1,175345,43836,2,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,19,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39484,4,0,-1,'Spiked Collar of Servitude',34318,3,0,0,1,175345,43836,2,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,32,29,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,44810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39485,4,0,-1,'Blood-Infused Pendant',34318,3,0,0,1,175345,43836,2,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,4,7,51,13,10,4,24,12,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39486,2,3,-1,'Hemet\'s Trophy Gun',50534,3,0,0,1,442208,88441,26,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,22,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,353,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39487,2,2,-1,'Dragon Slayer\'s Shortbow',51909,3,0,0,1,443882,88776,15,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,31,16,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,341,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,40555,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39488,2,19,-1,'Nesingwary Brush Burner',56888,3,0,0,1,445556,89111,26,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,14,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,545,2,0,0,0,0,0,0,0,0,0,0,2200,0,100,18049,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39489,1,8,-1,'Scribe\'s Satchel',13884,2,0,0,1,5000,1250,18,-1,-1,15,0,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39490,2,16,-1,'Dorian\'s Prybar',51910,3,4194304,0,1,138516,34629,25,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,3,15,14,17,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,421,0,0,0,0,0,0,0,0,0,0,0,2400,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39491,4,1,-1,'Heroes\' Frostfire Circlet',57531,4,4096,0,1,0,0,1,128,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,54,5,64,6,60,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,52849,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,803,60,0,0,0,0,1,0,2,0,0,0,2787,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39492,4,1,-1,'Heroes\' Frostfire Robe',54443,4,4096,0,1,0,0,20,128,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,60,6,60,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,52849,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,803,100,0,0,0,0,2,0,4,0,0,0,3351,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39493,4,1,-1,'Heroes\' Frostfire Leggings',55170,4,4096,0,1,0,0,7,128,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,68,36,64,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,52849,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,803,75,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39494,4,1,-1,'Heroes\' Frostfire Shoulderpads',56597,4,4096,0,1,0,0,3,128,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,50,32,48,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,803,60,0,0,0,0,4,0,0,0,0,0,3308,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39495,4,1,-1,'Heroes\' Frostfire Gloves',57016,4,4096,0,1,0,0,10,128,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,51,32,48,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,803,35,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39496,4,1,-1,'Heroes\' Plagueheart Circlet',54399,4,4096,0,1,0,0,1,256,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,87,5,52,6,46,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,52849,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,802,60,0,0,0,0,1,0,4,0,0,0,3303,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39497,4,1,-1,'Heroes\' Plagueheart Robe',56474,4,4096,0,1,0,0,20,256,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,90,5,59,6,64,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,52849,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,802,100,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39498,4,1,-1,'Heroes\' Plagueheart Leggings',54283,4,4096,0,1,0,0,7,256,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,78,5,64,32,43,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,52849,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,802,75,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39499,4,1,-1,'Heroes\' Plagueheart Shoulderpads',54308,4,4096,0,1,0,0,3,256,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,66,5,44,36,48,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,802,60,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39500,4,1,-1,'Heroes\' Plagueheart Gloves',57017,4,4096,0,1,0,0,10,256,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,66,5,44,36,48,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,802,35,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39501,7,11,-1,'Heavy Parchment',57389,1,0,0,1,1250,312,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39502,7,11,-1,'Resilient Parchment',57390,1,0,0,1,5000,1250,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39503,4,4,-1,'Bronzed Dome Protector',51904,2,0,0,1,254539,50907,1,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,12,41,4,38,7,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39504,12,0,0,'New Avalon Patrol Schedule',1317,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39505,7,11,-1,'Virtuoso Inking Set',57293,1,0,0,1,750,187,0,-1,-1,1,0,773,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A set of precision quills and fine crystalline bottles to inspire and empower the truly dedicated scribe.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,16,121,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39506,12,0,0,'Depleted Element 115',24156,1,0,0,1,50,12,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'No longer possesses its original properties.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39507,4,3,-1,'Darkmoon Chain Shirt',51797,2,0,0,1,4300,860,5,-1,-1,20,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,282,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(39508,4,4,-1,'Stonebound Chestguard',51894,2,0,0,1,355834,71166,5,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,4,35,12,43,7,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1474,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39509,4,2,-1,'Darkmoon Vest',51796,2,0,0,1,3609,721,5,-1,-1,20,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,281,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340),(39510,12,0,0,'Valroth\'s Head',3486,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39512,15,0,-1,'Hoary Crystals',37249,0,0,0,1,7825,1956,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39513,15,0,-1,'Efflorescing Shards',36675,0,0,0,1,9999,2499,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39514,4,1,-1,'Heroes\' Crown of Faith',54387,4,4096,0,1,0,0,1,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,54,5,60,6,64,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,804,60,0,0,0,0,1,0,2,0,0,0,3352,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39515,4,1,-1,'Heroes\' Robe of Faith',54269,4,4096,0,1,0,0,20,16,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,60,6,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,804,100,0,0,0,0,2,0,8,0,0,0,3311,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39516,15,0,-1,'Frosty Mushroom',15851,0,0,0,1,6573,1643,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39517,4,1,-1,'Heroes\' Leggings of Faith',54280,4,4096,0,1,0,0,7,16,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,68,6,60,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,804,75,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39518,4,1,-1,'Heroes\' Shoulderpads of Faith',54302,4,4096,0,1,0,0,3,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,6,44,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,804,60,0,0,0,0,8,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39519,4,1,-1,'Heroes\' Gloves of Faith',54422,4,4096,0,1,0,0,10,16,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,45,5,48,6,49,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,804,35,0,0,0,0,2,0,0,0,0,0,3308,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39520,0,5,-1,'Kungaloosh',40652,1,0,0,1,4000,200,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52911,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39521,4,1,-1,'Heroes\' Circlet of Faith',54387,4,4096,0,1,0,0,1,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,54,5,60,6,64,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,28687,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,805,60,0,0,0,0,1,0,4,0,0,0,2771,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39522,2,2,-1,'Wolvar Shortbow',51801,1,0,0,1,101389,20277,15,-1,-1,70,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,124,0,0,0,0,0,0,0,0,0,0,0,2400,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39523,4,1,-1,'Heroes\' Raiments of Faith',54269,4,4096,0,1,0,0,20,16,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,68,6,60,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,28687,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,805,100,0,0,0,0,2,0,4,0,0,0,3351,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39524,15,0,-1,'Sericeous Down',37653,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39525,15,0,-1,'Mordacious Talon',7202,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39528,4,1,-1,'Heroes\' Pants of Faith',54280,4,4096,0,1,0,0,7,16,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,68,6,51,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,33138,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,805,75,0,0,0,0,2,0,4,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39529,4,1,-1,'Heroes\' Mantle of Faith',54302,4,4096,0,1,0,0,3,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,50,5,50,36,44,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,805,60,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39530,4,1,-1,'Heroes\' Handwraps of Faith',54422,4,4096,0,1,0,0,10,16,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,45,5,48,32,49,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,805,35,0,0,0,0,4,0,0,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39531,4,2,-1,'Heroes\' Dreamwalker Headpiece',57538,4,4096,0,1,0,0,1,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,69,6,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,21642,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,70,0,0,0,0,1,0,8,0,0,0,3306,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39532,15,0,-1,'Caustic Claw',44288,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39533,15,0,-1,'Trenchant Fang',7886,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39534,4,4,-1,'Pauldrons of the Lightning Revenant',51927,3,0,0,1,373603,74720,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,4,44,7,76,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,2,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340),(39535,4,4,-1,'Ionar\'s Girdle',53000,3,0,0,1,251845,50369,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,39,5,40,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,0,0,0,0,0,0,48049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(39536,4,1,-1,'Thundercloud Grasps',52613,3,0,0,1,143604,28720,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,7,43,5,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,26158,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(39538,4,2,-1,'Heroes\' Dreamwalker Robe',56071,4,4096,0,1,0,0,20,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,64,6,69,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,120,0,0,0,0,2,0,8,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39539,4,2,-1,'Heroes\' Dreamwalker Leggings',54274,4,4096,0,1,0,0,7,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,65,6,68,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,90,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39540,12,0,-1,'Unblemished Heart of the Guardian',18704,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Flawless unlike all of the others.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39541,12,0,-1,'Gusty Essence of the Warden',51810,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Its winds swirl in a seething vortex.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39542,4,2,-1,'Heroes\' Dreamwalker Spaulders',54290,4,4096,0,1,0,0,3,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,47,6,51,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,70,0,0,0,0,8,0,0,0,0,0,3263,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39543,4,2,-1,'Heroes\' Dreamwalker Handguards',54407,4,4096,0,1,0,0,10,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,6,48,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,40,0,0,0,0,4,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39544,4,2,-1,'Heroes\' Dreamwalker Gloves',54407,4,4096,0,1,0,0,10,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,6,30,32,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,800,40,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39545,4,2,-1,'Heroes\' Dreamwalker Cover',57538,4,4096,0,1,0,0,1,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,65,32,53,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,28687,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,800,70,0,0,0,0,1,0,2,0,0,0,3353,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39546,4,2,-1,'Heroes\' Dreamwalker Trousers',54274,4,4096,0,1,0,0,7,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,65,6,52,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,28687,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,800,90,0,0,0,0,2,0,8,0,0,0,3351,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39547,4,2,-1,'Heroes\' Dreamwalker Vestments',54230,4,4096,0,1,0,0,20,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,63,32,54,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,28687,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,800,120,0,0,0,0,2,0,8,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39548,4,2,-1,'Heroes\' Dreamwalker Mantle',54290,4,4096,0,1,0,0,3,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,36,47,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,800,70,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39549,15,0,-1,'Pustulant Moss',37657,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39550,15,0,-1,'Steaming Fungus',19566,0,0,0,1,9750,2437,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39551,15,0,-1,'Stewing Ichor',13715,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39552,15,0,-1,'Dissolved Skull',7103,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39553,4,2,-1,'Heroes\' Dreamwalker Headguard',57539,4,4096,0,1,0,0,1,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,3,60,7,90,32,44,44,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,52945,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,798,70,0,0,0,0,1,0,2,0,0,0,3354,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39554,4,2,-1,'Heroes\' Dreamwalker Raiments',54261,4,4096,0,1,0,0,20,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,3,74,7,90,37,35,32,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,52946,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,798,120,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39555,4,2,-1,'Heroes\' Dreamwalker Legguards',54273,4,4096,0,1,0,0,7,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,3,73,7,90,32,51,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,47999,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,798,90,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39556,4,2,-1,'Heroes\' Dreamwalker Shoulderpads',54290,4,4096,0,1,0,0,3,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,3,3,58,7,76,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,15830,1,0,0,-1,0,-1,42095,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,798,70,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39557,4,2,-1,'Heroes\' Dreamwalker Handgrips',54406,4,4096,0,1,0,0,10,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,3,50,7,66,32,44,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,798,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39558,4,2,-1,'Heroes\' Bonescythe Breastplate',54256,4,4096,0,1,0,0,5,8,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,3,74,7,78,32,43,36,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,52946,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,801,120,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39559,15,0,-1,'Flickering Torch',14019,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39560,4,2,-1,'Heroes\' Bonescythe Gauntlets',54423,4,4096,0,1,0,0,10,8,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,3,58,7,54,32,44,31,33,38,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,801,40,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39561,4,2,-1,'Heroes\' Bonescythe Helmet',54396,4,4096,0,1,0,0,1,8,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,3,60,7,81,32,52,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,52945,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,801,70,0,0,0,0,1,0,8,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39562,15,0,-1,'Looped Tusk',3429,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39563,15,0,-1,'Stumpy Foot',26546,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39564,4,2,-1,'Heroes\' Bonescythe Legplates',54281,4,4096,0,1,0,0,7,8,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,3,81,7,78,36,51,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,47999,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,801,90,0,0,0,0,8,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39565,4,2,-1,'Heroes\' Bonescythe Pauldrons',54289,4,4096,0,1,0,0,3,8,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,3,45,7,64,32,50,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,15830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,801,70,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39566,12,0,-1,'Prophet of Akali Convocation',51811,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52956,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39567,15,0,-1,'Rubicund Scale',8284,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39568,15,0,-1,'Hollow Fang',2798,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39569,15,0,-1,'Bent Basilisk Fang',2798,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39570,15,0,-1,'Aromatic Basilisk Skin',3668,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39571,12,0,-1,'Drums of the Tempest',51799,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52892,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39572,12,0,-1,'Chime of Cleansing',51813,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52941,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39573,12,0,0,'Matriarch\'s Heartblood',7262,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39574,12,0,0,'Rejek\'s Vial',20791,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52963,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39575,12,0,0,'Suntouched Heartblood',19520,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39576,12,0,0,'Suntouched Water',15733,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52967,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39577,12,0,0,'Rejek\'s Blade',51816,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52992,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39578,4,3,-1,'Heroes\' Cryptstalker Headpiece',54375,4,4096,0,1,0,0,1,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,3,73,7,70,5,47,32,44,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,40933,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,794,85,0,0,0,0,1,0,8,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39579,4,3,-1,'Heroes\' Cryptstalker Tunic',54254,4,4096,0,1,0,0,5,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,3,60,7,76,5,40,36,51,31,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,52995,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,794,140,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39580,4,3,-1,'Heroes\' Cryptstalker Legguards',54275,4,4096,0,1,0,0,7,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,3,60,7,60,5,59,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,52995,1,0,0,-1,0,-1,47061,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,794,105,0,0,0,0,2,0,8,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39581,4,3,-1,'Heroes\' Cryptstalker Spaulders',54296,4,4096,0,1,0,0,3,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,3,58,7,54,5,33,36,36,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,15830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,794,85,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39582,4,3,-1,'Heroes\' Cryptstalker Handguards',54408,4,4096,0,1,0,0,10,4,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,3,48,7,52,5,38,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,44810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,794,50,0,0,0,0,4,0,0,0,0,0,3308,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39583,4,3,-1,'Heroes\' Earthshatter Headpiece',57068,4,4096,0,1,0,0,1,64,32767,200,80,0,0,0,0,0,0,0,0,1,0,3,7,66,5,65,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,797,85,0,0,0,0,1,0,2,0,0,0,3353,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39588,4,3,-1,'Heroes\' Earthshatter Tunic',57023,4,4096,0,1,0,0,5,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,3,7,63,5,71,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,797,140,0,0,0,0,2,0,4,0,0,0,3306,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39589,4,3,-1,'Heroes\' Earthshatter Legguards',57069,4,4096,0,1,0,0,7,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,3,7,85,5,69,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,797,105,0,0,0,0,2,0,8,0,0,0,3310,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39590,4,3,-1,'Heroes\' Earthshatter Spaulders',57071,4,4096,0,1,0,0,3,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,51,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,797,85,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39591,4,3,-1,'Heroes\' Earthshatter Handguards',57066,4,4096,0,1,0,0,10,64,32767,200,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,48,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,35836,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,797,50,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39592,4,3,-1,'Heroes\' Earthshatter Hauberk',57023,4,4096,0,1,0,0,5,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,69,36,50,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,28687,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,140,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39593,4,3,-1,'Heroes\' Earthshatter Gloves',57066,4,4096,0,1,0,0,10,64,32767,200,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,48,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,35836,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,50,0,0,0,0,4,0,0,0,0,0,2873,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39594,4,3,-1,'Heroes\' Earthshatter Helm',57068,4,4096,0,1,0,0,1,64,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,66,5,65,36,52,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,28687,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,85,0,0,0,0,1,0,8,0,0,0,3303,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39595,4,3,-1,'Heroes\' Earthshatter Kilt',57069,4,4096,0,1,0,0,7,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,85,5,69,32,56,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,28687,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,105,0,0,0,0,4,0,8,0,0,0,3351,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39596,4,3,-1,'Heroes\' Earthshatter Shoulderpads',57071,4,4096,0,1,0,0,3,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,32,44,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,85,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39597,4,3,-1,'Heroes\' Earthshatter Chestguard',57023,4,4096,0,1,0,0,5,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,3,60,7,76,5,40,31,51,37,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,52995,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,795,140,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39598,12,0,-1,'Didgeridoo of Contemplation',51820,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53038,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39599,12,0,-1,'Horn of Fecundity',46612,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53020,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39601,4,3,-1,'Heroes\' Earthshatter Grips',57025,4,4096,0,1,0,0,10,64,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,3,48,7,52,5,38,32,35,36,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,795,50,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39602,4,3,-1,'Heroes\' Earthshatter Faceguard',57055,4,4096,0,1,0,0,1,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,3,60,7,70,5,47,32,44,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,53025,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,795,85,0,0,0,0,1,0,2,0,0,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39603,4,3,-1,'Heroes\' Earthshatter War-Kilt',57027,4,4096,0,1,0,0,7,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,3,60,7,60,5,59,32,52,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,52995,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,795,105,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39604,4,3,-1,'Heroes\' Earthshatter Shoulderguards',57070,4,4096,0,1,0,0,3,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,3,44,7,54,5,34,32,36,37,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,795,85,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39605,4,4,-1,'Heroes\' Dreadnaught Helmet',54403,4,4096,0,1,0,0,1,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,3,4,74,7,90,32,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,53026,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,788,100,0,0,0,0,1,0,2,0,0,0,3354,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39606,4,4,-1,'Heroes\' Dreadnaught Battleplate',55369,4,4096,0,1,0,0,5,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,73,7,90,32,81,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,788,165,0,0,0,0,2,0,8,0,0,0,3351,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39607,4,4,-1,'Heroes\' Dreadnaught Legplates',55376,4,4096,0,1,0,0,7,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,75,7,90,32,72,37,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,788,120,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39608,4,4,-1,'Heroes\' Dreadnaught Shoulderplates',56214,4,4096,0,1,0,0,3,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,3,4,66,7,70,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,47188,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,788,100,0,0,0,0,4,0,0,0,0,0,3263,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39609,4,4,-1,'Heroes\' Dreadnaught Gauntlets',55371,4,4096,0,1,0,0,10,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,57,7,99,37,46,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,788,55,0,0,0,0,4,0,0,0,0,0,3094,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39610,4,4,-1,'Heroes\' Dreadnaught Greathelm',54403,4,4096,0,1,0,0,1,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,72,7,111,12,49,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,48259,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,787,100,0,0,0,0,1,0,2,0,0,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39611,4,4,-1,'Heroes\' Dreadnaught Breastplate',55369,4,4096,0,1,0,0,5,1,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,81,7,111,12,47,13,47,15,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,787,165,0,0,0,0,8,0,2,0,0,0,3358,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39612,4,4,-1,'Heroes\' Dreadnaught Legguards',55375,4,4096,0,1,0,0,7,1,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,89,7,111,12,48,14,41,13,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,787,120,0,0,0,0,8,0,2,0,0,0,3358,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39613,4,4,-1,'Heroes\' Dreadnaught Pauldrons',56213,4,4096,0,1,0,0,3,1,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,58,7,87,12,32,13,44,15,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,787,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39614,12,0,0,'True Power of the Tempest',51835,1,131072,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39615,12,0,-1,'Crusader Parachute',1815,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53031,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39616,12,0,0,'Essence of the Monsoon',51836,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39617,4,4,-1,'Heroes\' Scourgeborne Battleplate',55484,4,4096,0,1,0,0,5,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,90,36,72,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,792,165,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39618,4,4,-1,'Heroes\' Scourgeborne Gauntlets',55486,4,4096,0,1,0,0,10,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,57,7,99,32,46,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,792,55,0,0,0,0,4,0,0,0,0,0,3263,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39619,4,4,-1,'Heroes\' Scourgeborne Helmet',55485,4,4096,0,1,0,0,1,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,90,32,81,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,792,100,0,0,0,0,1,0,8,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39620,4,4,-1,'Heroes\' Scourgeborne Legplates',55489,4,4096,0,1,0,0,7,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,75,7,90,32,72,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,792,120,0,0,0,0,2,0,4,0,0,0,3351,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39621,4,4,-1,'Heroes\' Scourgeborne Shoulderplates',55491,4,4096,0,1,0,0,3,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,66,7,70,32,50,31,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,792,100,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39622,4,4,-1,'Heroes\' Dreadnaught Handguards',55372,4,4096,0,1,0,0,10,1,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,51,7,87,12,38,14,43,37,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,787,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39623,4,4,-1,'Heroes\' Scourgeborne Chestguard',55484,4,4096,0,1,0,0,5,32,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,81,7,111,12,47,14,47,13,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,793,165,0,0,0,0,8,0,2,0,0,0,3358,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39624,4,4,-1,'Heroes\' Scourgeborne Handguards',55488,4,4096,0,1,0,0,10,32,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,51,7,87,12,43,13,38,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,793,55,0,0,0,0,8,0,0,0,0,0,3359,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39625,4,4,-1,'Heroes\' Scourgeborne Faceguard',55485,4,4096,0,1,0,0,1,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,4,72,7,111,12,49,37,30,14,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,793,100,0,0,0,0,1,0,8,0,0,0,3360,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39626,4,4,-1,'Heroes\' Scourgeborne Legguards',55487,4,4096,0,1,0,0,7,32,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,72,7,111,12,44,13,64,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,793,120,0,0,0,0,4,0,2,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39627,4,4,-1,'Heroes\' Scourgeborne Pauldrons',55490,4,4096,0,1,0,0,3,32,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,58,7,87,12,28,14,45,13,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,793,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39628,4,4,-1,'Heroes\' Redemption Headpiece',57546,4,4096,0,1,0,0,1,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,69,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,790,100,0,0,0,0,1,0,2,0,0,0,2854,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39629,4,4,-1,'Heroes\' Redemption Tunic',54255,4,4096,0,1,0,0,5,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,69,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,40231,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,790,165,0,0,0,0,2,0,8,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39630,4,4,-1,'Heroes\' Redemption Greaves',54277,4,4096,0,1,0,0,7,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,68,36,60,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,790,120,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39631,4,4,-1,'Heroes\' Redemption Spaulders',54299,4,4096,0,1,0,0,3,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,52,32,48,36,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,790,100,0,0,0,0,4,0,0,0,0,0,2865,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39632,4,4,-1,'Heroes\' Redemption Gloves',54419,4,4096,0,1,0,0,10,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,36,30,32,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,790,55,0,0,0,0,8,0,0,0,0,0,3263,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39633,4,4,-1,'Heroes\' Redemption Chestpiece',54255,4,4096,0,1,0,0,5,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,73,7,103,32,74,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,789,165,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39634,4,4,-1,'Heroes\' Redemption Gauntlets',54420,4,4096,0,1,0,0,10,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,57,7,99,32,46,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,789,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39635,4,4,-1,'Heroes\' Redemption Helm',57546,4,4096,0,1,0,0,1,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,90,36,81,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,789,100,0,0,0,0,1,0,4,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39636,4,4,-1,'Heroes\' Redemption Legplates',54278,4,4096,0,1,0,0,7,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,81,7,90,36,73,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,789,120,0,0,0,0,2,0,4,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39637,4,4,-1,'Heroes\' Redemption Shoulderplates',54300,4,4096,0,1,0,0,3,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,66,7,70,32,50,31,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,789,100,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39638,4,4,-1,'Heroes\' Redemption Breastplate',54255,4,4096,0,1,0,0,5,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,89,7,111,12,38,15,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,42038,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,791,165,0,0,0,0,8,0,4,0,0,0,3361,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39639,4,4,-1,'Heroes\' Redemption Handguards',54419,4,4096,0,1,0,0,10,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,51,7,87,12,38,13,43,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,791,55,0,0,0,0,8,0,0,0,0,0,2873,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39640,4,4,-1,'Heroes\' Redemption Faceguard',57546,4,4096,0,1,0,0,1,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,72,7,111,12,43,37,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,48645,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,791,100,0,0,0,0,1,0,8,0,0,0,3362,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39641,4,4,-1,'Heroes\' Redemption Legguards',54279,4,4096,0,1,0,0,7,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,89,7,111,12,48,15,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,42078,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,791,120,0,0,0,0,8,0,8,0,0,0,3363,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39642,4,4,-1,'Heroes\' Redemption Shoulderguards',54301,4,4096,0,1,0,0,3,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,60,7,87,12,34,13,33,14,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,791,100,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39643,12,0,0,'Essence of the Storm',20875,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39645,12,0,0,'Makeshift Cover',13370,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53061,0,0,0,0,1170,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39646,12,0,0,'Scarlet Courier\'s Belongings',33940,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39647,12,0,0,'Scarlet Courier\'s Message',7649,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3120,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39648,4,0,-1,'Kurzel\'s Rage',24022,3,0,0,1,184438,46109,11,-1,-1,171,0,0,0,0,0,0,0,0,0,1,0,2,31,33,7,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15818,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(39649,4,0,-1,'Kurzel\'s Angst',35423,3,0,0,1,184438,46109,11,-1,-1,171,0,0,0,0,0,0,0,0,0,1,0,2,7,28,5,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(39650,4,0,-1,'Kurzel\'s Warband',34336,3,0,0,1,184438,46109,11,-1,-1,171,0,0,0,0,0,0,0,0,0,1,0,4,4,33,7,49,12,19,13,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(39651,12,0,0,'Venture Co. Explosives',51921,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53145,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39652,4,0,-1,'Choker of the Betrayer',31899,3,0,0,1,184438,46109,2,32767,-1,171,0,0,0,0,0,0,0,0,0,1,0,2,7,36,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2936,0,325,0,0,0,0,'',54,0,0,0,0,12340),(39653,4,0,-1,'Choker of Betrayal',31899,3,0,0,1,184438,46109,2,-1,-1,171,0,0,0,0,0,0,0,0,0,1,0,3,7,27,5,25,36,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,10,0,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2869,0,325,0,0,0,0,'',54,0,0,0,0,12340),(39654,12,0,-1,'The Path of Redemption',8093,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3121,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39655,4,0,-1,'Betrayer\'s Choker',31899,3,0,0,1,184438,46109,2,32767,-1,171,0,0,0,0,0,0,0,0,0,1,0,4,4,24,7,49,12,17,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340),(39657,4,3,-1,'Tornado Cuffs',51886,3,0,0,1,206255,41251,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,3,28,7,23,5,14,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(39664,12,0,0,'Scepter of Domination',51730,1,64,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53102,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39665,12,0,-1,'Bundle of Hides',3164,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39666,0,2,-1,'Elixir of Mighty Agility',46209,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28497,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39667,12,0,0,'Stormwatcher\'s Head',51997,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39668,12,0,0,'Abomination Guts',9140,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53147,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Bulbous, bluish and somewhat bitter.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340),(39669,12,0,0,'Ghoul Drool',51999,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53146,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Mouthwatering!',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340),(39670,12,0,0,'Blight Crystal',40606,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53149,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Sticky, but brittle.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340),(39671,0,1,-1,'Resurgent Healing Potion',42031,1,0,0,1,20000,5000,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28495,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39672,4,1,-1,'Drape of the Offered Branch',52002,2,0,0,1,147448,29489,16,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,1,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39673,4,1,-1,'Lightning Beetle\'s Cape',52004,2,0,0,1,148006,29601,16,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,7,29,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39674,4,1,-1,'Cloak of the Buzzing Swarm',56388,2,0,0,1,148564,29712,16,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,38,44,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,46743,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39675,4,1,-1,'Cloak of the Hardened Tortoise',52005,2,0,0,1,149107,29821,16,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,7,47,13,21,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39676,4,1,-1,'Wraps of the San\'layn',42896,3,0,0,1,114902,22980,9,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,3,7,21,5,21,6,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39678,4,2,-1,'Vendetta Bindings',42956,3,0,0,1,144685,28937,9,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,3,3,18,7,28,36,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39679,4,3,-1,'Runecaster\'s Bracers',43012,3,0,0,1,174264,34852,9,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,2,7,21,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39680,4,4,-1,'Vambraces of the Vengeance Bringer',50994,3,0,0,1,205224,41044,9,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,3,4,30,7,42,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,767,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(39681,7,1,-1,'Handful of Cobalt Bolts',52194,1,0,0,1,11200,2800,0,-1,-1,71,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39682,7,1,-1,'Overcharged Capacitor',52193,1,0,0,1,48000,12000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39683,7,1,-1,'Froststeel Tube',52198,1,0,0,1,48000,12000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39684,7,1,-1,'Hair Trigger',52196,1,0,0,1,9000,2250,0,-1,-1,71,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39685,7,1,-1,'Indestructible Frame',52197,1,0,0,1,40000,10000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39686,7,1,-1,'Neo-Dynamic Gear Assembly',52195,1,0,0,1,9000,2250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39688,2,3,-1,'Mark \"S\" Boomstick',52011,3,0,0,1,448199,89639,26,-1,-1,167,73,0,0,0,0,0,0,0,0,1,0,3,32,18,31,18,38,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,364,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(39689,12,0,0,'Crystal of the Frozen Grip',33296,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53279,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39690,7,1,-1,'Volatile Blasting Trigger',31198,1,0,0,1,3000,750,0,-1,-1,72,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39691,0,5,-1,'Succulent Orca Stew',52013,1,0,0,1,15000,750,0,-1,-1,75,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57285,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(39693,12,0,0,'Crystal of Unstable Energy',33298,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53287,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39694,12,0,0,'Crystal of the Violent Storm',2516,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53286,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39695,12,0,0,'Ensnaring Trap',52017,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53078,0,0,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39696,12,0,0,'Volatile Trap',52018,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53079,0,0,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39697,12,0,0,'Spike Bomb',52019,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53075,0,0,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39698,0,0,0,'Light-infused Artifact',52525,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53459,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39700,12,0,0,'Horn of the Frostbrood',23256,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53173,0,0,0,0,1149,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39701,4,2,-1,'Dawnwalkers',54625,4,0,0,1,404734,80946,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,50,7,57,32,57,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,52995,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39702,4,3,-1,'Arachnoid Gold Band',54616,4,0,0,1,324942,64988,9,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,3,30,7,57,5,29,36,37,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,563,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39703,4,4,-1,'Rescinding Grips',54711,4,0,0,1,382621,76524,10,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,57,32,53,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39704,4,4,-1,'Pauldrons of Unnatural Death',54708,4,0,0,1,571602,114320,3,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,57,7,100,12,43,14,53,37,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,2,0,0,0,0,0,2932,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39706,4,4,-1,'Sabatons of Sudden Reprisal',55395,4,0,0,1,520996,104199,8,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,82,32,66,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2892,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39712,2,19,-1,'Gemmed Wand of the Nerubians',54697,4,4096,0,1,762872,152574,26,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,27,5,22,31,18,36,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,674,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39713,12,0,-1,'Ebon Hold Gift Voucher',18499,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,12781,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39714,2,15,-1,'Webbed Death',54757,4,4096,0,1,1024864,204972,13,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,43,7,37,32,31,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,285,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39716,4,6,-1,'Shield of Assimilation',56656,4,4096,0,1,678425,135685,14,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,43,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7722,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,216,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39717,4,4,-1,'Inexorable Sabatons',55393,4,0,0,1,557478,111495,8,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,94,12,24,15,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,45858,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39718,4,3,-1,'Corpse Scarab Handguards',54622,4,0,0,1,320322,64064,10,32767,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,57,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,33780,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2865,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39719,4,1,-1,'Mantle of the Locusts',55324,4,0,0,1,321477,64295,3,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,39,6,67,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39720,4,1,-1,'Leggings of Atrophy',54703,4,0,0,1,430135,86027,7,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,78,31,50,32,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,36425,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39721,4,1,-1,'Sash of the Parlor',54713,4,0,0,1,215837,43167,6,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,64,5,57,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,53354,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39722,4,2,-1,'Swarm Bindings',54715,4,0,0,1,270759,54151,9,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,42,5,43,6,32,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39723,4,4,-1,'Fire-Scorched Greathelm',53198,4,0,0,1,569529,113905,1,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,100,7,150,32,72,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39724,4,3,-1,'Cult\'s Chestguard',54624,4,0,0,1,654381,130876,5,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,3,72,7,88,5,48,37,38,31,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,53356,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(39725,4,4,-1,'Epaulets of the Grieving Servant',53670,4,0,0,1,518924,103784,3,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,58,5,56,36,43,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39726,4,4,-1,'Callous-Hearted Gauntlets',54620,4,0,0,1,349945,69989,10,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,74,7,112,12,36,13,28,14,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39727,4,2,-1,'Dislocating Handguards',54695,4,0,0,1,249477,49895,10,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,55,7,75,31,50,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,36409,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39728,4,9,-1,'Totem of Misery',25246,4,4096,0,1,0,0,28,262143,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60769,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39729,4,4,-1,'Bracers of the Tyrant',55385,4,0,0,1,353975,70795,9,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,57,7,61,36,55,37,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39730,2,7,-1,'Widow\'s Fury',57331,4,4096,0,1,1009462,201892,13,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,43,7,42,32,29,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,326,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,15816,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39731,4,1,-1,'Punctilious Bindings',54709,4,0,0,1,202641,40528,9,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,42,5,43,6,39,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39732,4,1,-1,'Faerlina\'s Madness',54696,4,0,0,1,313391,62678,1,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,77,6,72,31,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,36425,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39733,4,1,-1,'Gloves of Token Respect',54698,4,0,0,1,209697,41939,10,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,57,6,53,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39734,4,3,-1,'Atonement Greaves',57091,4,0,0,1,475657,95131,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,55,5,57,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,53354,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39735,4,1,-1,'Belt of False Dignity',56604,4,0,0,1,211217,42243,6,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,57,6,55,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,33138,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39737,12,0,-1,'Secret Strength of the Frenzyheart',18115,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53355,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,3711,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39738,0,0,-1,'Thunderbrew\'s Hard Ale',18102,1,65600,0,1,0,0,0,-1,-1,75,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53373,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,172800,0,0,'',0,0,0,0,0,12340),(39739,12,0,0,'Wolvar Berries',40697,1,66624,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53392,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39740,12,0,-1,'Kirin Tor Signet',31800,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You were asked to deliver this to Archmage Celindra in Dalaran.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39747,12,0,0,'Dormant Polished Crystal',12309,1,66624,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53416,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39748,12,0,0,'Energized Polished Crystal',26571,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53371,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39756,4,2,-1,'Tunic of Prejudice',54803,4,0,0,1,529915,105983,5,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,77,6,72,36,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,36422,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39757,4,8,-1,'Idol of Worship',54700,4,4096,0,1,0,0,28,32767,32767,213,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60774,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39758,2,5,-1,'The Jawbone',54739,4,4096,0,1,1334285,266857,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,101,7,108,36,99,37,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,586,880,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39759,4,4,-1,'Ablative Chitin Girdle',55383,4,0,0,1,377090,75418,6,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,4,74,7,100,12,43,14,47,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2932,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39760,4,4,-1,'Helm of Diminished Pride',54847,4,0,0,1,563367,112673,1,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,75,5,72,32,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,36422,1,0,0,-1,0,-1,42060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39761,4,2,-1,'Infectious Skitterer Leggings',54702,4,0,0,1,539438,107887,7,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,77,7,87,32,72,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,18060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39762,4,3,-1,'Torn Web Wrapping',54716,4,0,0,1,324817,64963,6,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,3,50,7,75,5,36,32,49,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,723,0,0,0,0,0,0,0,0,0,36409,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39763,2,13,-1,'Wraith Strike',56662,4,4096,0,1,1086577,217315,21,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,37,5,42,32,31,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,317,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,52810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-66.2,0,0,0,'',69,0,0,0,0,12340),(39764,4,4,-1,'Bindings of the Hapless Prey',55384,4,0,0,1,356869,71373,9,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,56,7,84,12,37,15,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,34061,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39765,4,2,-1,'Sinner\'s Bindings',54714,4,0,0,1,254394,50878,9,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,38,7,55,32,41,36,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,33485,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39766,4,0,-1,'Matriarch\'s Spawn',54740,4,4096,0,1,302495,75623,23,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,42,5,41,6,43,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39767,4,4,-1,'Undiminished Battleplate',54719,4,0,0,1,717696,143539,5,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,100,7,115,31,100,37,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39768,4,2,-1,'Cowl of the Perished',54623,4,0,0,1,385924,77184,1,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,77,6,72,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,36422,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(39769,2,1,-1,'Arcanite Ripper',57732,4,65664,0,1,727636,145527,17,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,3,38,112,7,48,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,542,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,53440,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(39770,4,1,-1,'Soothsayer\'s Hood',51284,2,0,0,1,146775,29355,1,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,33,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39771,4,1,-1,'Embattled Legwraps',52403,2,0,0,1,196427,39285,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,42,7,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39772,4,1,-1,'Bloodbinder\'s Wrist Wraps',52387,2,0,0,1,98577,19715,9,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,6,24,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39773,4,1,-1,'Soothsayer\'s Shoulderpads',51208,2,0,0,1,148396,29679,3,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,24,36,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,33136,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39774,7,1,-1,'Midnight Ink',55108,1,0,0,1,0,500,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39775,4,1,-1,'Soothsayer\'s Sandals',52444,2,0,0,1,149486,29897,8,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,6,24,7,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,33136,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39776,4,3,-1,'Bloodbinder\'s Shoulderguards',52386,2,0,0,1,220693,44138,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,27,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,589,0,0,0,0,0,0,0,0,0,33136,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39777,4,0,-1,'Band of Misty Mojo',52373,2,0,0,1,142753,35688,11,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,32,32,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39778,4,4,-1,'Bloodletter\'s Legplates',56351,2,0,0,1,352583,70516,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,7,58,4,57,31,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1259,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39779,4,1,-1,'Crusader\'s Ripcord',52395,2,0,0,1,101101,20220,6,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,34,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39780,4,3,-1,'Valiant Belt of Battle',51073,2,0,0,1,141338,28267,6,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,58,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,453,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39781,4,1,-1,'Bloodbinder\'s Raiment',51370,2,0,0,1,189178,37835,20,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,58,6,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39782,4,4,-1,'Thick Bracers of Battle',51353,2,0,0,1,167116,33423,9,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,32,7,33,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,629,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39783,4,3,-1,'Bloodbinder\'s Gauntlets',52380,2,0,0,1,142974,28594,10,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,5,28,45,50,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,503,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39784,2,10,-1,'Staff of the Dutybound',50133,2,0,0,1,597936,119587,17,32767,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,32,58,38,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,424,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39785,4,1,-1,'Soothsayer\'s Garb',51370,2,0,0,1,192066,38413,20,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,87,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39786,4,0,-1,'Band of the Bloodletter',52374,2,0,0,1,142753,35688,11,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,32,7,36,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39787,4,1,-1,'Soothsayer\'s Handwraps',51388,2,0,0,1,96760,19352,10,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,29,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39788,4,3,-1,'Leggings of the Ritual',52416,2,0,0,1,291340,58268,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,46,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,704,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39789,4,1,-1,'Bloodbinder\'s Shoulderpads',51208,2,0,0,1,146215,29243,3,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,45,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39790,4,4,-1,'Gauntlets of the Altar',51393,2,0,0,1,172199,34439,10,262143,2147483647,158,0,0,0,0,0,0,0,0,0,1,0,3,4,31,7,37,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,899,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39791,4,1,-1,'Soothsayer\'s Wristwraps',51236,2,0,0,1,98194,19638,9,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,27,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39792,4,0,-1,'Ritualistic Band of Light',52439,2,0,0,1,142753,35688,11,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39793,4,0,-1,'Neckcharm of Mighty Mojo',52417,2,0,0,1,142753,35688,2,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,32,23,7,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39794,4,1,-1,'Bloodbinder\'s Gloves',52381,2,0,0,1,99284,19856,10,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,30,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39795,4,4,-1,'Boots of the Altar',52045,2,0,0,1,261051,52210,8,32767,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,43,7,36,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39796,4,3,-1,'Boots of the Great Sacrifice',56360,2,0,0,1,226003,45200,8,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,32,31,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,553,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39797,4,1,-1,'Bloodbinder\'s Hood',51284,2,0,0,1,154451,30890,1,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,35,6,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39798,4,0,-1,'Ring of Ancestral Protectors',52438,2,0,0,1,142753,35688,11,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,4,21,7,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39799,4,3,-1,'Rescuer\'s Chestguard',52425,2,0,0,1,281557,56311,5,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,58,7,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39800,4,1,-1,'Pantaloons of the Dutybound',52420,2,0,0,1,188432,37686,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,32,40,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,47952,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39801,4,4,-1,'Boots of the Rescuer',56362,2,0,0,1,247798,49559,8,32767,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,42,7,37,37,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39802,2,8,-1,'Crusader\'s Greatblade',50331,2,0,0,1,593393,118678,17,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,38,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,482,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,47138,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39803,4,3,-1,'Gauntlets of the Great Sacrifice',52408,2,0,0,1,142944,28588,10,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,27,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,503,0,0,0,0,0,0,0,0,0,15828,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39804,4,1,-1,'Braided Bat Sinew',52392,2,0,0,1,95659,19131,6,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,36,23,31,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39805,4,4,-1,'Chestplate of the Altar',56381,2,0,0,1,336081,67216,5,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,63,32,36,31,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1438,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39806,2,7,-1,'Blade of Diligence',52379,2,0,0,1,481884,96376,13,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,32,27,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,317,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39807,4,1,-1,'Rescuer\'s Cloak',15120,2,0,0,1,145110,29022,16,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,35,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39808,2,10,-1,'Staff of Diligence',50136,2,0,0,1,606898,121379,17,32767,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,50,6,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,311,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,42812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,-38.8,0,0,0,'',35,0,0,0,0,12340),(39809,4,1,-1,'Sandals of Spying',52441,2,0,0,1,146200,29240,8,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,40,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39810,4,1,-1,'Cords of Duplicity',52340,2,0,0,1,97820,19564,6,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,6,27,36,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39811,4,0,-1,'Badge of the Infiltrator',34188,2,0,0,1,215082,53770,12,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,5,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,62088,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39812,4,1,-1,'Soiled Trousers',52123,2,0,0,1,197095,39419,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,36,30,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,42099,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39814,4,1,-1,'Slippers of the Broken Front',53251,2,0,0,1,167220,33444,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,25,6,31,45,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39815,4,3,-1,'Bloodbinder\'s Links',52382,2,0,0,1,306693,61338,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,704,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,21644,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39816,4,1,-1,'Medic\'s Hood',51229,2,0,0,1,153891,30778,1,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,36,58,6,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39817,4,4,-1,'Brazen Offender\'s Shoulderplates',49512,2,0,0,1,269749,53949,3,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,43,32,27,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1079,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39818,2,18,-1,'Frigid Crossbow',50160,2,0,0,1,350547,70109,26,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,165,0,0,0,0,0,0,0,0,0,0,0,1500,2,100,40680,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39820,2,15,-1,'Blade of Valorous Service',50118,2,0,0,1,471031,94206,13,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,24,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,183,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39821,4,0,-1,'Spiritist\'s Focus',34188,2,0,0,1,215082,53770,12,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,43,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,48875,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39822,2,15,-1,'Knife of the Dutybound',51168,2,0,0,1,474616,94923,13,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,31,26,7,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,207,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39823,2,4,-1,'Dutybound Mace of Purity',50209,2,0,0,1,476433,95286,21,262143,2147483647,158,0,0,0,0,0,0,0,0,0,1,0,2,6,26,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,181,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,42071,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-39.6,0,0,0,'',35,0,0,0,0,12340),(39824,2,1,-1,'Cleaver of Diligence',50342,2,0,0,1,597813,119562,17,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,32,60,4,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,526,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39825,4,3,-1,'Belt of the Bloodbinder',52378,2,0,0,1,144005,28801,6,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,453,0,0,0,0,0,0,0,0,0,23593,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39826,2,7,-1,'Bloodletter\'s Blade',51402,2,0,0,1,481835,96367,13,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,207,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39827,4,0,-1,'Vile Tome of Tenets',52396,2,0,0,1,142753,35688,23,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,31,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39829,2,2,-1,'High-Strung Bow',52411,2,0,0,1,375189,75037,15,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,27,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,330,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39830,2,13,-1,'Fist of Subtlety',52404,2,0,0,1,502069,100413,22,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,21,7,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,329,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Not at all',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39831,4,0,-1,'Petrified Ghoul Finger',52405,2,0,0,1,142753,35688,11,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,36,26,4,17,44,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39833,4,2,-1,'Supple Bloodbinder\'s Boots',52432,2,0,0,1,190302,38060,8,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,32,35,7,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39834,4,2,-1,'Embattled Jerkin',49247,2,0,0,1,254644,50928,5,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,36,38,3,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,39885,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39835,4,2,-1,'Supple Bloodbinder\'s Helm',51286,2,0,0,1,191664,38332,1,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,58,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39836,4,2,-1,'Supple Mantle of the Bloodletter',49848,2,0,0,1,192346,38469,3,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,37,44,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39837,4,2,-1,'Gloves of Swift Death',49910,2,0,0,1,128672,25734,10,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,15830,1,0,0,-1,0,-1,45003,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39838,4,2,-1,'Supple Belt of the Bloodletter',52433,2,0,0,1,116836,23367,6,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,32,28,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39839,4,3,-1,'Ritualistic Shoulderguards',52332,2,0,0,1,212062,42412,3,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,31,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,604,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39840,4,0,-1,'Rescuer\'s Ripcord',9657,2,0,0,1,142753,35688,2,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39841,4,4,-1,'Ancestral Girdle',56191,2,0,0,1,166408,33281,6,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,47,7,30,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39842,4,2,-1,'Bloodletter\'s Boots',56349,2,0,0,1,177962,35592,8,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,36,26,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,15832,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39843,4,2,-1,'Supple Wristguards',52430,2,0,0,1,119096,23819,9,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,19,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,44983,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39844,4,6,-1,'Ritualistic Shield',52440,2,0,0,1,306017,61203,14,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,18,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4833,0,0,0,0,0,0,0,0,0,18043,1,0,0,90000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,154,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39845,4,4,-1,'Ancestral Gauntlets',52372,2,0,0,1,173530,34706,10,262143,2147483647,158,0,0,0,0,0,0,0,0,0,1,0,3,4,25,7,63,12,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,899,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39846,4,3,-1,'Bloodletter\'s Headgear',56350,2,0,0,1,222660,44532,1,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,49,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,654,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39847,4,4,-1,'Ancestral War Boots',56192,2,0,0,1,260228,52045,8,32767,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,44,7,40,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39848,4,0,-1,'Neckcharm of the Bloodletter',52419,2,0,0,1,142753,35688,2,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,31,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39849,4,4,-1,'Belt of Divine Ancestry',52376,2,0,0,1,176071,35214,6,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,42,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39850,4,3,-1,'Wristguards of Service',51357,2,0,0,1,150606,30121,9,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,33,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,352,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39851,4,4,-1,'Ribbed Helm of Servitude',51891,2,0,0,1,264011,52802,1,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,63,3,36,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1169,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39852,2,15,-1,'Victorious Spellblade',52429,2,0,0,1,505605,101121,21,32767,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,36,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,124,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,42812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-39.6,0,0,0,'',35,0,0,0,0,12340),(39853,2,10,-1,'Thorny Bough of the Light',50148,2,0,0,1,634278,126855,17,32767,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,7,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,309,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,42071,1,0,0,-1,0,-1,42060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,-39.6,0,0,0,'',35,0,0,0,0,12340),(39854,4,3,-1,'Huntsman\'s Jerkin',52412,2,0,0,1,305544,61108,5,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,49,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39855,4,4,-1,'Gauntlets of the Gatherer',52406,2,0,0,1,179874,35974,10,262143,2147483647,158,0,0,0,0,0,0,0,0,0,1,0,3,4,42,37,25,36,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,899,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39856,4,2,-1,'Bloodletter\'s Pants',56352,2,0,0,1,256412,51282,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,53,3,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,0,0,0,0,0,0,0,0,0,48007,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39857,4,3,-1,'Rescuer\'s Binding',52424,2,0,0,1,154392,30878,6,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,36,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,453,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39858,4,1,-1,'Drape of the Bloodletter',31131,2,0,0,1,140189,28037,16,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,36,19,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39859,4,2,-1,'Bloodletter\'s Skullcap',56332,2,0,0,1,175900,35180,1,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,53,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39860,4,4,-1,'Vindicator\'s Bracers of Sacrifice',52428,2,0,0,1,165751,33150,9,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,35,32,20,36,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,629,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39861,4,2,-1,'Supple Bloodbinder\'s Leggings',51333,2,0,0,1,242857,48571,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,6,40,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39862,4,2,-1,'Supple Vest of the Bloodletter',51265,2,0,0,1,243766,48753,5,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,7,92,3,42,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39863,4,2,-1,'Supple Vest of the Bloodbinder',52431,2,0,0,1,244650,48930,5,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,51,5,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39864,4,2,-1,'Belt of Service',56335,2,0,0,1,122779,24555,6,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,37,39,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39865,2,13,-1,'Knuckle of Victory',50533,2,0,0,1,492935,98587,21,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,4,22,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,304,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'One is enough if it\'s big',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39866,4,3,-1,'Gauntlets of the Secret Agent',52409,2,0,0,1,148425,29685,10,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,42,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,503,0,0,0,0,0,0,0,0,0,15815,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39867,4,2,-1,'Bat Fur Mitts',56329,2,0,0,1,124130,24826,10,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,45,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39868,4,2,-1,'Ravager\'s Skullcap',51264,2,0,0,1,186876,37375,1,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,65,3,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,34509,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39869,4,2,-1,'Double-Agent\'s Wristwraps',52401,2,0,0,1,125038,25007,9,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,24,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39870,4,1,-1,'Drape of Duplicity',52402,2,0,0,1,150576,30115,16,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,18,6,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39871,4,2,-1,'Subtle Boots of the Infiltrator',52434,2,0,0,1,188902,37780,8,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,59,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39872,4,3,-1,'Helm of Subtle Whispers',52410,2,0,0,1,227500,45500,1,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,45,5,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,654,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39873,4,2,-1,'Skins of Subterfuge',52443,2,0,0,1,253686,50737,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,36,33,3,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39874,4,6,-1,'Infiltrator\'s Shield',52415,2,0,0,1,325850,65170,14,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,24,7,48,12,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4833,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,154,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(39875,4,3,-1,'Shoulderguards of Subterfuge',52442,2,0,0,1,230953,46190,3,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,32,31,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,604,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39876,4,2,-1,'Aged Abomination Tripe',52370,2,0,0,1,128194,25638,6,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39877,4,4,-1,'Belt of the Betrayer',51906,2,0,0,1,168413,33682,6,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,47,7,30,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39878,0,0,0,'Mysterious Egg',18047,1,65600,0,1,30000,7500,0,-1,-1,1,70,0,0,0,0,0,1105,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This egg is hatching into something.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,590400,0,0,'item_mysterious_egg',0,0,0,0,1,12340),(39880,4,3,-1,'Redigested Mail Scraps',51260,2,0,0,1,145154,29030,9,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,18,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,352,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39881,4,2,-1,'Mantle of Reanimation',49246,2,0,0,1,182124,36424,3,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,7,45,32,38,45,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39882,4,4,-1,'Carved Bone Helm',52393,2,0,0,1,255415,51083,1,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,38,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1169,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39883,0,0,0,'Cracked Egg',18047,1,68,0,1,10000,2500,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The egg has hatched!',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39886,4,2,-1,'Greenhealer\'s Gauntlets',49251,2,0,0,1,123663,24732,10,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,46,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39887,4,3,-1,'Geist Stalker Leggings',51324,2,0,0,1,325992,65198,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,51,32,43,38,144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,774,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39888,4,4,-1,'Scourgebane Pauldrons',51298,2,0,0,1,285742,57148,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,43,7,60,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1185,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39889,4,0,-1,'Horn of Argent Fury',53142,2,0,0,1,215082,53770,12,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55747,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39890,4,4,-1,'Purifier\'s Pantaloons',49478,2,0,0,1,351311,70262,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1259,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,42082,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39891,4,4,-1,'Brazen Offender\'s Helm',51641,2,0,0,1,263933,52786,1,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,32,62,4,29,7,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1169,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39893,4,4,-1,'Ancestral Chestplates',52371,2,0,0,1,329790,65958,5,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,33,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1438,0,0,0,0,0,0,0,0,0,42099,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(39894,4,1,-1,'Darkcloth Shoulders',5116,3,0,0,1,4706,941,3,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,261,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340),(39895,4,2,-1,'Cloaked Shoulderpads',17195,3,0,0,1,5905,1181,3,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,281,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340),(39896,15,2,0,'Tickbird Hatchling',52160,1,0,0,1,3000,750,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,1000,0,-1,61348,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon and dismiss this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39897,4,3,-1,'Azure Shoulderguards',52161,3,0,0,1,7172,1434,3,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,282,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340),(39898,15,2,0,'Cobra Hatchling',52162,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,1000,0,-1,61351,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon and dismiss this companion.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39899,15,2,0,'White Tickbird Hatchling',52160,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,1000,0,-1,61349,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon and dismiss this companion.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39900,3,0,-1,'Bold Bloodstone',54251,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1141,-1,0,0,0,0,'',0,0,0,0,0,12340),(39905,3,0,-1,'Delicate Bloodstone',54251,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1144,-1,0,0,0,0,'',0,0,0,0,0,12340),(39906,3,0,-1,'Bright Bloodstone',54251,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1145,-1,0,0,0,0,'',0,0,0,0,0,12340),(39907,3,0,-1,'Subtle Bloodstone',54251,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1146,-1,0,0,0,0,'',0,0,0,0,0,12340),(39908,3,0,-1,'Flashing Bloodstone',54251,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1147,-1,0,0,0,0,'',0,0,0,0,0,12340),(39909,3,0,-1,'Fractured Bloodstone',54251,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1148,-1,0,0,0,0,'',0,0,0,0,0,12340),(39910,3,0,-1,'Precise Bloodstone',54251,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1149,-1,0,0,0,0,'',0,0,0,0,0,12340),(39911,3,0,-1,'Runed Bloodstone',54251,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1150,-1,0,0,0,0,'',0,0,0,0,0,12340),(39912,3,2,-1,'Brilliant Sun Crystal',54258,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1151,-1,0,0,0,0,'',0,0,0,0,0,12340),(39914,3,2,-1,'Smooth Sun Crystal',54258,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1152,-1,0,0,0,0,'',0,0,0,0,0,12340),(39915,3,2,-1,'Rigid Sun Crystal',54258,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1153,-1,0,0,0,0,'',0,0,0,0,0,12340),(39916,3,2,-1,'Thick Sun Crystal',54258,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1154,-1,0,0,0,0,'',0,0,0,0,0,12340),(39917,3,2,-1,'Mystic Sun Crystal',54258,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1155,-1,0,0,0,0,'',0,0,0,0,0,12340),(39918,3,2,-1,'Quick Sun Crystal',54258,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1156,-1,0,0,0,0,'',0,0,0,0,0,12340),(39919,3,1,-1,'Solid Chalcedony',54263,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1157,-1,0,0,0,0,'',0,0,0,0,0,12340),(39920,3,1,-1,'Sparkling Chalcedony',54263,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1158,-1,0,0,0,0,'',0,0,0,0,0,12340),(39927,3,1,-1,'Lustrous Chalcedony',54263,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1159,-1,0,0,0,0,'',0,0,0,0,0,12340),(39932,3,1,-1,'Stormy Chalcedony',54263,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1160,-1,0,0,0,0,'',0,0,0,0,0,12340),(39933,3,3,-1,'Puissant Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1161,-1,0,0,0,0,'',0,0,0,0,0,12340),(39934,3,3,-1,'Sovereign Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1162,-1,0,0,0,0,'',0,0,0,0,0,12340),(39935,3,3,-1,'Shifting Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1163,-1,0,0,0,0,'',0,0,0,0,0,12340),(39936,3,3,-1,'Glowing Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1164,-1,0,0,0,0,'',0,0,0,0,0,12340),(39937,3,3,-1,'Balanced Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1165,-1,0,0,0,0,'',0,0,0,0,0,12340),(39938,3,3,-1,'Regal Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1166,-1,0,0,0,0,'',0,0,0,0,0,12340),(39939,3,3,-1,'Defender\'s Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1167,-1,0,0,0,0,'',0,0,0,0,0,12340),(39940,3,3,-1,'Guardian\'s Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1168,-1,0,0,0,0,'',0,0,0,0,0,12340),(39941,3,3,-1,'Purified Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1169,-1,0,0,0,0,'',0,0,0,0,0,12340),(39942,3,3,-1,'Tenuous Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1170,-1,0,0,0,0,'',0,0,0,0,0,12340),(39943,3,3,-1,'Royal Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1171,-1,0,0,0,0,'',0,0,0,0,0,12340),(39944,3,3,-1,'Infused Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1172,-1,0,0,0,0,'',0,0,0,0,0,12340),(39945,3,3,-1,'Mysterious Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1173,-1,0,0,0,0,'',0,0,0,0,0,12340),(39946,3,5,-1,'Luminous Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1174,-1,0,0,0,0,'',0,0,0,0,0,12340),(39947,3,5,-1,'Inscribed Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1175,-1,0,0,0,0,'',0,0,0,0,0,12340),(39948,3,5,-1,'Etched Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1176,-1,0,0,0,0,'',0,0,0,0,0,12340),(39949,3,5,-1,'Champion\'s Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1177,-1,0,0,0,0,'',0,0,0,0,0,12340),(39950,3,5,-1,'Resplendent Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1178,-1,0,0,0,0,'',0,0,0,0,0,12340),(39951,3,5,-1,'Fierce Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1179,-1,0,0,0,0,'',0,0,0,0,0,12340),(39952,3,5,-1,'Deadly Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1180,-1,0,0,0,0,'',0,0,0,0,0,12340),(39953,3,5,-1,'Glinting Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1181,-1,0,0,0,0,'',0,0,0,0,0,12340),(39954,3,5,-1,'Lucent Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1182,-1,0,0,0,0,'',0,0,0,0,0,12340),(39955,3,5,-1,'Deft Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1183,-1,0,0,0,0,'',0,0,0,0,0,12340),(39956,3,5,-1,'Potent Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1184,-1,0,0,0,0,'',0,0,0,0,0,12340),(39957,3,5,-1,'Veiled Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1185,-1,0,0,0,0,'',0,0,0,0,0,12340),(39958,3,5,-1,'Durable Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1186,-1,0,0,0,0,'',0,0,0,0,0,12340),(39959,3,5,-1,'Reckless Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1187,-1,0,0,0,0,'',0,0,0,0,0,12340),(39960,3,5,-1,'Wicked Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1188,-1,0,0,0,0,'',0,0,0,0,0,12340),(39961,3,5,-1,'Pristine Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1189,-1,0,0,0,0,'',0,0,0,0,0,12340),(39962,3,5,-1,'Empowered Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1190,-1,0,0,0,0,'',0,0,0,0,0,12340),(39963,3,5,-1,'Stark Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1191,-1,0,0,0,0,'',0,0,0,0,0,12340),(39964,3,5,-1,'Stalwart Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1192,-1,0,0,0,0,'',0,0,0,0,0,12340),(39965,3,5,-1,'Glimmering Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1193,-1,0,0,0,0,'',0,0,0,0,0,12340),(39966,3,5,-1,'Accurate Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1194,-1,0,0,0,0,'',0,0,0,0,0,12340),(39967,3,5,-1,'Resolute Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1195,-1,0,0,0,0,'',0,0,0,0,0,12340),(39968,3,4,-1,'Timeless Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1196,-1,0,0,0,0,'',0,0,0,0,0,12340),(39969,0,8,-1,'Fire Seed',20901,1,545259584,0,1,3000,750,0,-1,-1,75,0,773,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39970,0,8,-1,'Fire Leaf',34863,1,545259584,0,1,3000,750,0,-1,-1,75,0,773,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39973,15,2,-1,'Ghostly Skull',3917,3,64,0,1,400000,100000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,53316,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39974,3,4,-1,'Jagged Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1197,-1,0,0,0,0,'',0,0,0,0,0,12340),(39975,3,4,-1,'Vivid Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1198,-1,0,0,0,0,'',0,0,0,0,0,12340),(39976,3,4,-1,'Enduring Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1199,-1,0,0,0,0,'',0,0,0,0,0,12340),(39977,3,4,-1,'Steady Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1200,-1,0,0,0,0,'',0,0,0,0,0,12340),(39978,3,4,-1,'Forceful Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1201,-1,0,0,0,0,'',0,0,0,0,0,12340),(39979,3,4,-1,'Seer\'s Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1202,-1,0,0,0,0,'',0,0,0,0,0,12340),(39980,3,4,-1,'Misty Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1203,-1,0,0,0,0,'',0,0,0,0,0,12340),(39981,3,4,-1,'Shining Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1204,-1,0,0,0,0,'',0,0,0,0,0,12340),(39982,3,4,-1,'Turbid Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1205,-1,0,0,0,0,'',0,0,0,0,0,12340),(39983,3,4,-1,'Intricate Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1206,-1,0,0,0,0,'',0,0,0,0,0,12340),(39984,3,4,-1,'Dazzling Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1207,-1,0,0,0,0,'',0,0,0,0,0,12340),(39985,3,4,-1,'Sundered Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1208,-1,0,0,0,0,'',0,0,0,0,0,12340),(39986,3,4,-1,'Lambent Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1209,-1,0,0,0,0,'',0,0,0,0,0,12340),(39987,2,6,-1,'Tuskarr Fishing Spear',52254,1,0,0,1,194930,38986,17,-1,-1,75,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,129,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39988,3,4,-1,'Opaque Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1210,-1,0,0,0,0,'',0,0,0,0,0,12340),(39989,3,4,-1,'Energized Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1211,-1,0,0,0,0,'',0,0,0,0,0,12340),(39990,3,4,-1,'Radiant Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1212,-1,0,0,0,0,'',0,0,0,0,0,12340),(39991,3,4,-1,'Tense Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1213,-1,0,0,0,0,'',0,0,0,0,0,12340),(39992,3,4,-1,'Shattered Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1214,-1,0,0,0,0,'',0,0,0,0,0,12340),(39995,2,16,-1,'Tuskarr Javelin',52256,1,0,0,1,111565,22313,25,-1,-1,75,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,97,0,0,0,0,0,0,0,0,0,0,0,1500,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(39996,3,0,-1,'Bold Scarlet Ruby',54316,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1215,-1,0,0,0,0,'',0,0,0,0,0,12340),(39997,3,0,-1,'Delicate Scarlet Ruby',54316,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1216,-1,0,0,0,0,'',0,0,0,0,0,12340),(39998,3,0,-1,'Runed Scarlet Ruby',54316,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1217,-1,0,0,0,0,'',0,0,0,0,0,12340),(39999,3,0,-1,'Bright Scarlet Ruby',54316,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1218,-1,0,0,0,0,'',0,0,0,0,0,12340),(40000,3,0,-1,'Subtle Scarlet Ruby',54316,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1219,-1,0,0,0,0,'',0,0,0,0,0,12340),(40001,3,0,-1,'Flashing Scarlet Ruby',54316,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1220,-1,0,0,0,0,'',0,0,0,0,0,12340),(40002,3,0,-1,'Fractured Scarlet Ruby',54316,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1221,-1,0,0,0,0,'',0,0,0,0,0,12340),(40003,3,0,-1,'Precise Scarlet Ruby',54316,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1222,-1,0,0,0,0,'',0,0,0,0,0,12340),(40004,2,8,-1,'Forsaken Greatsword',20084,1,0,0,1,179342,35868,17,-1,-1,75,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40005,2,15,-1,'Forsaken Blade',2738,1,0,0,1,143474,28694,13,-1,-1,75,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,64,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40006,2,7,-1,'Forsaken Sword',20176,1,0,0,1,143474,28694,21,-1,-1,75,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,74,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40007,2,16,-1,'Forsaken Throwing Knife',16753,1,0,0,1,111565,22313,25,-1,-1,75,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,97,0,0,0,0,0,0,0,0,0,0,0,1500,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40008,3,1,-1,'Solid Sky Sapphire',54320,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1223,-1,0,0,0,0,'',0,0,0,0,0,12340),(40009,3,1,-1,'Sparkling Sky Sapphire',54320,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1224,-1,0,0,0,0,'',0,0,0,0,0,12340),(40010,3,1,-1,'Lustrous Sky Sapphire',54320,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1225,-1,0,0,0,0,'',0,0,0,0,0,12340),(40011,3,1,-1,'Stormy Sky Sapphire',54320,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1226,-1,0,0,0,0,'',0,0,0,0,0,12340),(40012,3,2,-1,'Brilliant Autumn\'s Glow',54318,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1227,-1,0,0,0,0,'',0,0,0,0,0,12340),(40013,3,2,-1,'Smooth Autumn\'s Glow',54318,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1228,-1,0,0,0,0,'',0,0,0,0,0,12340),(40014,3,2,-1,'Rigid Autumn\'s Glow',54318,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1229,-1,0,0,0,0,'',0,0,0,0,0,12340),(40015,3,2,-1,'Thick Autumn\'s Glow',54318,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1230,-1,0,0,0,0,'',0,0,0,0,0,12340),(40016,3,2,-1,'Mystic Autumn\'s Glow',54318,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1231,-1,0,0,0,0,'',0,0,0,0,0,12340),(40017,3,2,-1,'Quick Autumn\'s Glow',54318,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1232,-1,0,0,0,0,'',0,0,0,0,0,12340),(40018,2,19,-1,'Wand of Onyx',52257,1,0,0,1,113201,22640,26,-1,-1,75,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,111,5,0,0,0,0,0,0,0,0,0,0,1300,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40019,2,19,-1,'Wand of Amber',9062,1,0,0,1,113618,22723,26,-1,-1,75,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,111,2,0,0,0,0,0,0,0,0,0,0,1300,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40020,2,19,-1,'Wand of Jade',21022,1,0,0,1,114036,22807,26,-1,-1,75,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,111,3,0,0,0,0,0,0,0,0,0,0,1300,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40021,2,19,-1,'Wand of Crystal',25077,1,0,0,1,114442,22888,26,-1,-1,75,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,111,6,0,0,0,0,0,0,0,0,0,0,1300,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40022,3,3,-1,'Sovereign Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1233,-1,0,0,0,0,'',0,0,0,0,0,12340),(40023,3,3,-1,'Shifting Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1234,-1,0,0,0,0,'',0,0,0,0,0,12340),(40024,3,3,-1,'Tenuous Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1235,-1,0,0,0,0,'',0,0,0,0,0,12340),(40025,3,3,-1,'Glowing Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1236,-1,0,0,0,0,'',0,0,0,0,0,12340),(40026,3,3,-1,'Purified Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1237,-1,0,0,0,0,'',0,0,0,0,0,12340),(40027,3,3,-1,'Royal Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1238,-1,0,0,0,0,'',0,0,0,0,0,12340),(40028,3,3,-1,'Mysterious Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1239,-1,0,0,0,0,'',0,0,0,0,0,12340),(40029,3,3,-1,'Balanced Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1240,-1,0,0,0,0,'',0,0,0,0,0,12340),(40030,3,3,-1,'Infused Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1241,-1,0,0,0,0,'',0,0,0,0,0,12340),(40031,3,3,-1,'Regal Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1242,-1,0,0,0,0,'',0,0,0,0,0,12340),(40032,3,3,-1,'Defender\'s Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1243,-1,0,0,0,0,'',0,0,0,0,0,12340),(40033,3,3,-1,'Puissant Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1244,-1,0,0,0,0,'',0,0,0,0,0,12340),(40034,3,3,-1,'Guardian\'s Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1245,-1,0,0,0,0,'',0,0,0,0,0,12340),(40035,0,5,-1,'Honey Mead',18099,1,0,0,1,50,12,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11007,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40036,0,5,-1,'Snowplum Brandy',18060,1,0,0,1,150,37,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11008,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40037,3,5,-1,'Inscribed Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1246,-1,0,0,0,0,'',0,0,0,0,0,12340),(40038,3,5,-1,'Etched Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1247,-1,0,0,0,0,'',0,0,0,0,0,12340),(40039,3,5,-1,'Champion\'s Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1248,-1,0,0,0,0,'',0,0,0,0,0,12340),(40040,3,5,-1,'Resplendent Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1249,-1,0,0,0,0,'',0,0,0,0,0,12340),(40041,3,5,-1,'Fierce Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1250,-1,0,0,0,0,'',0,0,0,0,0,12340),(40042,0,5,-1,'Caraway Burnwine',18059,1,0,0,1,1500,375,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40043,3,5,-1,'Deadly Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1251,-1,0,0,0,0,'',0,0,0,0,0,12340),(40044,3,5,-1,'Glinting Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1252,-1,0,0,0,0,'',0,0,0,0,0,12340),(40045,3,5,-1,'Lucent Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1253,-1,0,0,0,0,'',0,0,0,0,0,12340),(40046,3,5,-1,'Deft Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1254,-1,0,0,0,0,'',0,0,0,0,0,12340),(40047,3,5,-1,'Luminous Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1255,-1,0,0,0,0,'',0,0,0,0,0,12340),(40048,3,5,-1,'Potent Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1256,-1,0,0,0,0,'',0,0,0,0,0,12340),(40049,3,5,-1,'Veiled Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1257,-1,0,0,0,0,'',0,0,0,0,0,12340),(40050,3,5,-1,'Durable Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1258,-1,0,0,0,0,'',0,0,0,0,0,12340),(40051,3,5,-1,'Reckless Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1259,-1,0,0,0,0,'',0,0,0,0,0,12340),(40052,3,5,-1,'Wicked Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1260,-1,0,0,0,0,'',0,0,0,0,0,12340),(40053,3,5,-1,'Pristine Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1261,-1,0,0,0,0,'',0,0,0,0,0,12340),(40054,3,5,-1,'Empowered Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1262,-1,0,0,0,0,'',0,0,0,0,0,12340),(40055,3,5,-1,'Stark Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1263,-1,0,0,0,0,'',0,0,0,0,0,12340),(40056,3,5,-1,'Stalwart Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1264,-1,0,0,0,0,'',0,0,0,0,0,12340),(40057,3,5,-1,'Glimmering Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1265,-1,0,0,0,0,'',0,0,0,0,0,12340),(40058,3,5,-1,'Accurate Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1266,-1,0,0,0,0,'',0,0,0,0,0,12340),(40059,3,5,-1,'Resolute Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1267,-1,0,0,0,0,'',0,0,0,0,0,12340),(40060,4,1,-1,'Distorted Limbs',51941,4,0,0,1,431675,86335,7,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,77,6,72,36,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,36422,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40061,4,3,-1,'Quivering Tunic',54710,4,0,0,1,649823,129964,5,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,75,5,77,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,36422,1,0,0,-1,0,-1,49176,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40062,4,1,-1,'Digested Silken Robes',54626,4,0,0,1,434714,86942,20,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,69,6,63,32,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,36425,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40063,4,2,-1,'Mantle of Shattered Kinship',54704,4,0,0,1,408988,81797,3,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,57,6,51,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40064,4,0,-1,'Thunderstorm Amulet',35437,4,0,0,1,302495,75623,2,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,43,6,38,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40065,4,0,-1,'Fool\'s Trial',35358,4,0,0,1,302495,75623,2,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,38,7,55,32,43,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40066,12,0,0,'Ancient Ectoplasm',926,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Eerie and airy at once.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40067,0,1,-1,'Icy Mana Potion',37814,1,0,0,1,20000,5000,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28499,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40068,0,2,-1,'Wrath Elixir',51814,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53746,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40069,4,0,-1,'Heritage',35373,4,0,0,1,302495,75623,2,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,4,43,7,84,12,32,13,41,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40070,0,2,-1,'Spellpower Elixir',56991,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33721,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40071,4,0,-1,'Chains of Adoration',35359,4,0,0,1,302495,75623,2,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,43,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,23212,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40072,0,2,-1,'Elixir of Spirit',2345,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53747,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40073,0,2,-1,'Elixir of Mighty Strength',52490,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53748,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40074,4,0,-1,'Strong-Handed Ring',35431,4,524288,0,1,302495,75623,11,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,56,7,48,36,41,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15827,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40075,4,0,-1,'Ruthlessness',35423,4,524288,0,1,302495,75623,11,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,57,7,61,32,54,37,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40076,0,2,-1,'Guru\'s Elixir',56994,1,268435456,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53749,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40077,0,1,-1,'Crazy Alchemist\'s Potion',16325,1,8388608,0,1,10000,2500,0,-1,-1,80,70,171,400,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53750,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40078,0,2,-1,'Elixir of Mighty Fortitude',56992,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53751,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40079,0,3,-1,'Lesser Flask of Toughness',57031,1,0,0,1,3500,875,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53752,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40080,4,0,-1,'Lost Jewel',35472,4,524288,0,1,302495,75623,11,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,45,5,38,6,37,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40081,0,1,-1,'Potion of Nightmares',55318,1,64,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53753,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40082,0,3,-1,'Mixture of the Frost Wyrm',9731,1,0,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65253,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40083,0,3,-1,'Mixture of Stoneblood',9731,1,0,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65255,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40084,0,3,-1,'Mixture of Endless Rage',36862,1,0,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65252,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40085,3,4,-1,'Timeless Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1268,-1,0,0,0,0,'',0,0,0,0,0,12340),(40086,3,4,-1,'Jagged Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1269,-1,0,0,0,0,'',0,0,0,0,0,12340),(40087,0,1,-1,'Powerful Rejuvenation Potion',56993,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53761,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40088,3,4,-1,'Vivid Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1270,-1,0,0,0,0,'',0,0,0,0,0,12340),(40089,3,4,-1,'Enduring Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1271,-1,0,0,0,0,'',0,0,0,0,0,12340),(40090,3,4,-1,'Steady Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1272,-1,0,0,0,0,'',0,0,0,0,0,12340),(40091,3,4,-1,'Forceful Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1273,-1,0,0,0,0,'',0,0,0,0,0,12340),(40092,3,4,-1,'Seer\'s Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1274,-1,0,0,0,0,'',0,0,0,0,0,12340),(40093,0,1,-1,'Indestructible Potion',55319,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53762,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40094,3,4,-1,'Dazzling Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1275,-1,0,0,0,0,'',0,0,0,0,0,12340),(40095,3,4,-1,'Misty Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1276,-1,0,0,0,0,'',0,0,0,0,0,12340),(40096,3,4,-1,'Sundered Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1277,-1,0,0,0,0,'',0,0,0,0,0,12340),(40097,0,2,-1,'Elixir of Protection',57032,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53763,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40098,3,4,-1,'Radiant Forest Emerald',54323,3,0,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1278,-1,0,0,0,0,'',0,0,0,0,0,12340),(40099,3,4,-1,'Shining Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1279,-1,0,0,0,0,'',0,0,0,0,0,12340),(40100,3,4,-1,'Lambent Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1280,-1,0,0,0,0,'',0,0,0,0,0,12340),(40101,3,4,-1,'Tense Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1281,-1,0,0,0,0,'',0,0,0,0,0,12340),(40102,3,4,-1,'Turbid Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1282,-1,0,0,0,0,'',0,0,0,0,0,12340),(40103,3,4,-1,'Opaque Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1283,-1,0,0,0,0,'',0,0,0,0,0,12340),(40104,3,4,-1,'Intricate Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1284,-1,0,0,0,0,'',0,0,0,0,0,12340),(40105,3,4,-1,'Energized Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1285,-1,0,0,0,0,'',0,0,0,0,0,12340),(40106,3,4,-1,'Shattered Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1286,-1,0,0,0,0,'',0,0,0,0,0,12340),(40107,4,0,-1,'Sand-Worn Band',35313,4,524288,0,1,302495,75623,11,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,56,7,84,12,25,14,37,13,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40108,4,0,-1,'Seized Beauty',35367,4,524288,0,1,302495,75623,11,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,43,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40109,0,2,-1,'Elixir of Mighty Mageblood',37811,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53764,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40110,0,0,0,'Haunted Memento',12566,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53768,5,0,0,-1,0,-1,54039,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40111,3,0,-1,'Bold Cardinal Ruby',58601,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1287,-1,0,0,0,0,'',0,0,0,0,0,12340),(40112,3,0,-1,'Delicate Cardinal Ruby',58601,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1288,-1,0,0,0,0,'',0,0,0,0,0,12340),(40113,3,0,-1,'Runed Cardinal Ruby',58601,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1289,-1,0,0,0,0,'',0,0,0,0,0,12340),(40114,3,0,-1,'Bright Cardinal Ruby',58601,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1290,-1,0,0,0,0,'',0,0,0,0,0,12340),(40115,3,0,-1,'Subtle Cardinal Ruby',58601,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1291,-1,0,0,0,0,'',0,0,0,0,0,12340),(40116,3,0,-1,'Flashing Cardinal Ruby',58601,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1292,-1,0,0,0,0,'',0,0,0,0,0,12340),(40117,3,0,-1,'Fractured Cardinal Ruby',58601,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1293,-1,0,0,0,0,'',0,0,0,0,0,12340),(40118,3,0,-1,'Precise Cardinal Ruby',58601,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1294,-1,0,0,0,0,'',0,0,0,0,0,12340),(40119,3,1,-1,'Solid Majestic Zircon',56636,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1295,-1,0,0,0,0,'',0,0,0,0,0,12340),(40120,3,1,-1,'Sparkling Majestic Zircon',56636,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1296,-1,0,0,0,0,'',0,0,0,0,0,12340),(40121,3,1,-1,'Lustrous Majestic Zircon',56636,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1297,-1,0,0,0,0,'',0,0,0,0,0,12340),(40122,3,1,-1,'Stormy Majestic Zircon',56636,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1298,-1,0,0,0,0,'',0,0,0,0,0,12340),(40123,3,2,-1,'Brilliant King\'s Amber',58714,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1299,-1,0,0,0,0,'',0,0,0,0,0,12340),(40124,3,2,-1,'Smooth King\'s Amber',58714,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1300,-1,0,0,0,0,'',0,0,0,0,0,12340),(40125,3,2,-1,'Rigid King\'s Amber',58714,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1301,-1,0,0,0,0,'',0,0,0,0,0,12340),(40126,3,2,-1,'Thick King\'s Amber',58714,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1302,-1,0,0,0,0,'',0,0,0,0,0,12340),(40127,3,2,-1,'Mystic King\'s Amber',58714,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1303,-1,0,0,0,0,'',0,0,0,0,0,12340),(40128,3,2,-1,'Quick King\'s Amber',58714,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1304,-1,0,0,0,0,'',0,0,0,0,0,12340),(40129,3,3,-1,'Sovereign Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1305,-1,0,0,0,0,'',0,0,0,0,0,12340),(40130,3,3,-1,'Shifting Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1306,-1,0,0,0,0,'',0,0,0,0,0,12340),(40131,3,3,-1,'Tenuous Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1307,-1,0,0,0,0,'',0,0,0,0,0,12340),(40132,3,3,-1,'Glowing Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1308,-1,0,0,0,0,'',0,0,0,0,0,12340),(40133,3,3,-1,'Purified Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1309,-1,0,0,0,0,'',0,0,0,0,0,12340),(40134,3,3,-1,'Royal Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1310,-1,0,0,0,0,'',0,0,0,0,0,12340),(40135,3,3,-1,'Mysterious Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1311,-1,0,0,0,0,'',0,0,0,0,0,12340),(40136,3,3,-1,'Balanced Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1312,-1,0,0,0,0,'',0,0,0,0,0,12340),(40137,3,3,-1,'Infused Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1313,-1,0,0,0,0,'',0,0,0,0,0,12340),(40138,3,3,-1,'Regal Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1314,-1,0,0,0,0,'',0,0,0,0,0,12340),(40139,3,3,-1,'Defender\'s Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1315,-1,0,0,0,0,'',0,0,0,0,0,12340),(40140,3,3,-1,'Puissant Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1316,-1,0,0,0,0,'',0,0,0,0,0,12340),(40141,3,3,-1,'Guardian\'s Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1317,-1,0,0,0,0,'',0,0,0,0,0,12340),(40142,3,5,-1,'Inscribed Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1318,-1,0,0,0,0,'',0,0,0,0,0,12340),(40143,3,5,-1,'Etched Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1319,-1,0,0,0,0,'',0,0,0,0,0,12340),(40144,3,5,-1,'Champion\'s Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1320,-1,0,0,0,0,'',0,0,0,0,0,12340),(40145,3,5,-1,'Resplendent Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1321,-1,0,0,0,0,'',0,0,0,0,0,12340),(40146,3,5,-1,'Fierce Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1322,-1,0,0,0,0,'',0,0,0,0,0,12340),(40147,3,5,-1,'Deadly Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1323,-1,0,0,0,0,'',0,0,0,0,0,12340),(40148,3,5,-1,'Glinting Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1324,-1,0,0,0,0,'',0,0,0,0,0,12340),(40149,3,5,-1,'Lucent Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1325,-1,0,0,0,0,'',0,0,0,0,0,12340),(40150,3,5,-1,'Deft Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1326,-1,0,0,0,0,'',0,0,0,0,0,12340),(40151,3,5,-1,'Luminous Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1327,-1,0,0,0,0,'',0,0,0,0,0,12340),(40152,3,5,-1,'Potent Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1328,-1,0,0,0,0,'',0,0,0,0,0,12340),(40153,3,5,-1,'Veiled Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1329,-1,0,0,0,0,'',0,0,0,0,0,12340),(40154,3,5,-1,'Durable Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1330,-1,0,0,0,0,'',0,0,0,0,0,12340),(40155,3,5,-1,'Reckless Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1331,-1,0,0,0,0,'',0,0,0,0,0,12340),(40156,3,5,-1,'Wicked Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1332,-1,0,0,0,0,'',0,0,0,0,0,12340),(40157,3,5,-1,'Pristine Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1333,-1,0,0,0,0,'',0,0,0,0,0,12340),(40158,3,5,-1,'Empowered Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1334,-1,0,0,0,0,'',0,0,0,0,0,12340),(40159,3,5,-1,'Stark Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1335,-1,0,0,0,0,'',0,0,0,0,0,12340),(40160,3,5,-1,'Stalwart Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1336,-1,0,0,0,0,'',0,0,0,0,0,12340),(40161,3,5,-1,'Glimmering Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1337,-1,0,0,0,0,'',0,0,0,0,0,12340),(40162,3,5,-1,'Accurate Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1338,-1,0,0,0,0,'',0,0,0,0,0,12340),(40163,3,5,-1,'Resolute Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1339,-1,0,0,0,0,'',0,0,0,0,0,12340),(40164,3,4,-1,'Timeless Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1340,-1,0,0,0,0,'',0,0,0,0,0,12340),(40165,3,4,-1,'Jagged Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1341,-1,0,0,0,0,'',0,0,0,0,0,12340),(40166,3,4,-1,'Vivid Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1342,-1,0,0,0,0,'',0,0,0,0,0,12340),(40167,3,4,-1,'Enduring Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1343,-1,0,0,0,0,'',0,0,0,0,0,12340),(40168,3,4,-1,'Steady Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1344,-1,0,0,0,0,'',0,0,0,0,0,12340),(40169,3,4,-1,'Forceful Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1345,-1,0,0,0,0,'',0,0,0,0,0,12340),(40170,3,4,-1,'Seer\'s Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1346,-1,0,0,0,0,'',0,0,0,0,0,12340),(40171,3,4,-1,'Misty Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1347,-1,0,0,0,0,'',0,0,0,0,0,12340),(40172,3,4,-1,'Shining Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1348,-1,0,0,0,0,'',0,0,0,0,0,12340),(40173,3,4,-1,'Turbid Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1349,-1,0,0,0,0,'',0,0,0,0,0,12340),(40174,3,4,-1,'Intricate Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1350,-1,0,0,0,0,'',0,0,0,0,0,12340),(40175,3,4,-1,'Dazzling Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1351,-1,0,0,0,0,'',0,0,0,0,0,12340),(40176,3,4,-1,'Sundered Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1352,-1,0,0,0,0,'',0,0,0,0,0,12340),(40177,3,4,-1,'Lambent Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1353,-1,0,0,0,0,'',0,0,0,0,0,12340),(40178,3,4,-1,'Opaque Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1354,-1,0,0,0,0,'',0,0,0,0,0,12340),(40179,3,4,-1,'Energized Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1355,-1,0,0,0,0,'',0,0,0,0,0,12340),(40180,3,4,-1,'Radiant Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1356,-1,0,0,0,0,'',0,0,0,0,0,12340),(40181,3,4,-1,'Tense Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1357,-1,0,0,0,0,'',0,0,0,0,0,12340),(40182,3,4,-1,'Shattered Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1358,-1,0,0,0,0,'',0,0,0,0,0,12340),(40184,4,3,-1,'Crippled Treads',54770,4,0,0,1,472176,94435,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,3,75,7,75,5,34,36,33,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40185,4,4,-1,'Shoulderguards of Opportunity',54790,4,0,0,1,549407,109881,3,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,4,69,7,82,32,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,53793,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,3765,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40186,4,2,-1,'Thrusting Bands',54714,4,0,0,1,263084,52616,9,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,56,7,57,37,38,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40187,4,4,-1,'Poignant Sabatons',54787,4,0,0,1,553388,110677,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,57,32,35,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40188,4,4,-1,'Gauntlets of the Disobedient',54620,4,0,0,1,373097,74619,10,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,112,12,50,15,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,40443,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40189,2,4,-1,'Angry Dread',54760,4,4096,0,1,1063786,212757,13,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,31,7,42,32,29,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274,509,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40190,2,16,-1,'Spinning Fate',57301,4,4198400,0,1,320008,80002,25,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,16,7,24,32,16,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,440,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,15816,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40191,4,7,-1,'Libram of Radiance',34960,4,4096,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40192,4,0,-1,'Accursed Spine',52465,4,4096,0,1,302495,75623,23,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,42,5,41,6,32,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40193,4,3,-1,'Tunic of Masked Suffering',54800,4,0,0,1,647450,129490,5,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,3,100,7,72,5,66,36,39,32,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,52946,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40194,4,1,-1,'Blanketing Robes of Snow',53622,4,0,0,1,458207,91641,20,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,3,7,86,5,71,6,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,28530,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,0,0,0,0,3267,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40195,7,11,0,'Pygmy Oil',3663,1,0,0,1,3000,750,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53808,0,-1,0,0,79,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40196,4,3,-1,'Legguards of the Undisturbed',54849,4,0,0,1,654318,130863,7,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,75,5,77,32,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,0,0,0,0,0,0,0,36422,1,0,0,-1,0,-1,49176,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40197,4,1,-1,'Gloves of the Fallen Wizard',54779,4,0,0,1,198041,39608,10,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,50,6,74,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,33138,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40198,4,1,-1,'Bands of Impurity',56602,4,0,0,1,204306,40861,9,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,42,5,39,6,37,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,23732,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40199,7,11,-1,'Pygmy Suckerfish',53139,1,0,0,1,200,50,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40200,4,2,-1,'Belt of Potent Chanting',54762,4,0,0,1,257308,51461,6,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,57,6,55,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40201,4,3,-1,'Leggings of Colossal Strides',54783,4,0,0,1,619851,123970,7,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,3,68,7,78,5,54,36,67,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,0,0,0,0,0,0,0,44336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40202,0,5,-1,'Sizzling Grizzly Flank',42827,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(40203,4,4,-1,'Breastplate of Tormented Rage',54767,4,0,0,1,728478,145695,5,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,84,7,150,12,58,13,72,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40204,4,4,-1,'Legguards of the Apostle',51008,4,0,0,1,731173,146234,7,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,77,32,58,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,36422,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40205,4,2,-1,'Stalk-Skin Belt',54792,4,0,0,1,262096,52419,6,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,64,7,69,32,62,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,0,0,0,0,0,39885,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40206,4,4,-1,'Iron-Spring Jumpers',55394,4,0,0,1,551316,110263,8,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,4,76,7,85,31,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,53820,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40207,4,10,-1,'Sigil of Awareness',51913,4,4096,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60837,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40208,2,6,-1,'Cryptfiend\'s Bite',54772,4,4096,0,1,1324789,264957,17,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,51,7,108,32,58,36,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,586,880,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,18060,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40209,4,3,-1,'Bindings of the Decrepit',57075,4,0,0,1,319073,63814,9,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,43,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,563,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40210,4,4,-1,'Chestguard of Bitter Charms',54768,4,0,0,1,747199,149439,5,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,75,5,67,32,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,36422,1,0,0,-1,0,-1,49176,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40211,0,1,-1,'Potion of Speed',57024,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53908,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40212,0,1,-1,'Potion of Wild Magic',55320,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53909,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40213,0,1,-1,'Mighty Arcane Protection Potion',44797,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53910,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40214,0,1,-1,'Mighty Fire Protection Potion',37844,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53911,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40215,0,1,-1,'Mighty Frost Protection Potion',45612,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53913,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40216,0,1,-1,'Mighty Nature Protection Potion',44796,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53914,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40217,0,1,-1,'Mighty Shadow Protection Potion',44795,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53915,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40232,3,4,-1,'Test Dazzling Talasite',39930,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1361,-1,0,0,0,0,'',0,0,0,0,0,12340),(40233,2,10,-1,'The Undeath Carrier',54796,4,4096,0,1,1252722,250544,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,153,3,100,7,151,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,391,587,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40234,4,1,-1,'Heigan\'s Putrid Vestments',54782,4,0,0,1,402411,80482,20,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,99,5,77,31,49,36,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40235,4,3,-1,'Helm of Pilgrimage',57544,4,0,0,1,454445,90889,1,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,75,5,77,32,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,0,0,0,0,0,0,36422,1,0,0,-1,0,-1,49176,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40236,4,1,-1,'Serene Echoes',54789,4,0,0,1,304087,60817,8,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,57,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40237,4,3,-1,'Eruption-Scarred Boots',57094,4,0,0,1,459899,91979,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,73,5,57,36,38,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40238,4,2,-1,'Gloves of the Dancing Bear',54778,4,0,0,1,255331,51066,10,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,57,6,50,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,26461,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40239,2,13,-1,'The Hand of Nerub',56658,4,4096,0,1,1025072,205014,22,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,3,33,7,42,32,29,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,326,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40240,4,4,-1,'Greaves of Turbulence',53669,4,0,0,1,720246,144049,7,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,100,7,150,12,49,13,39,15,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40241,4,4,-1,'Girdle of Unity',54784,4,0,0,1,363536,72707,6,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,55,5,57,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,53354,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40242,4,3,-1,'Grotesque Handgrips',54781,4,0,0,1,310987,62197,10,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,6,3,66,7,58,5,38,36,40,38,110,44,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3308,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40243,4,2,-1,'Footwraps of Vile Deceit',54775,4,0,0,1,390139,78027,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,67,7,76,37,30,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40244,2,4,-1,'The Impossible Dream',54793,4,4096,0,1,1044221,208844,21,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,37,5,44,6,31,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,248,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,52809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-66.2,0,0,0,'',69,0,0,0,0,12340),(40245,2,19,-1,'Fading Glow',54774,4,4096,0,1,786053,157210,26,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,24,5,25,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,402,748,1,0,0,0,0,0,0,0,0,0,0,2000,0,100,18043,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40246,4,1,-1,'Boots of Impetuous Ideals',54763,4,0,0,1,315576,63115,8,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,64,5,57,31,37,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,33138,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40247,4,1,-1,'Cowl of Innocent Delight',54769,4,0,0,1,324974,64994,1,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,108,5,77,6,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,36422,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40248,7,10,-1,'Eternal Might',52290,3,0,0,1,64000,16000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40249,4,2,-1,'Vest of Vitality',54804,4,0,0,1,545473,109094,5,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,76,5,77,32,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40250,4,1,-1,'Aged Winter Cloak',35430,4,0,0,1,297187,59437,16,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,3,38,7,57,32,43,38,110,44,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40251,4,1,-1,'Shroud of Luminosity',35312,4,0,0,1,298311,59662,16,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,43,32,38,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40252,4,1,-1,'Cloak of the Shadowed Sun',35444,4,0,0,1,299466,59893,16,-1,-1,213,80,0,0,0,0,0,0,1,0,1,0,4,4,56,7,84,12,25,13,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,490,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,336,0,0,0,'',69,0,0,0,0,12340),(40253,4,1,-1,'Shawl of the Old Maid',35366,4,0,0,1,300622,60124,16,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,42,5,43,6,38,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40254,4,1,-1,'Cloak of Averted Crisis',35446,4,0,0,1,301746,60349,16,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,48,5,41,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40255,4,0,-1,'Dying Curse',35442,4,4096,0,1,455760,113940,12,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,1,31,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60493,1,0,0,90000,1141,15000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40256,4,0,-1,'Grim Toll',35361,4,4096,0,1,455760,113940,12,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,1,31,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60436,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40257,4,0,-1,'Defender\'s Code',35439,4,0,0,1,455760,113940,12,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,850,0,0,0,0,0,0,0,0,0,60286,0,0,0,120000,0,-1,0,0,0,0,180000,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40258,4,0,-1,'Forethought Talisman',35429,4,4096,0,1,455760,113940,12,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,1,45,111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60529,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40259,4,4,-1,'Waistguard of Divine Grace',54784,4,0,0,1,360788,72157,6,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,64,5,57,32,37,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40260,4,2,-1,'Belt of the Tortured',54792,4,0,0,1,257204,51440,6,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,53,7,75,31,50,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,0,0,0,0,0,36409,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40261,4,4,-1,'Crude Discolored Battlegrips',54843,4,0,0,1,363499,72699,10,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,75,7,82,31,74,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40262,4,3,-1,'Gloves of Calculated Risk',54852,4,0,0,1,310924,62184,10,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,3,43,7,57,5,40,32,55,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,36409,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40263,4,4,-1,'Fleshless Girdle',55389,4,0,0,1,375881,75176,6,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,4,75,7,112,12,36,13,28,15,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40264,2,4,-1,'Split Greathammer',54557,4,4096,0,1,1071695,214339,13,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,43,7,42,37,21,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,326,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40265,2,2,-1,'Arrowsong',54834,4,4096,0,1,806659,161331,15,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,21,7,37,32,20,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,515,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,15816,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40266,4,6,-1,'Hero\'s Surrender',54755,4,4096,0,1,690747,138149,14,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,4,56,7,84,12,29,13,30,14,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7722,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,216,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40267,4,9,-1,'Totem of Hex',54871,4,4096,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60772,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40268,4,7,-1,'Libram of Tolerance',34961,4,4096,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60792,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40269,4,1,-1,'Boots of Persuasion',56085,4,0,0,1,327253,65450,8,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,50,6,55,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,54232,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3263,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40270,4,2,-1,'Boots of Septic Wounds',57008,4,0,0,1,371406,74281,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,64,5,53,6,49,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,8,0,0,0,0,0,3263,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40271,4,1,-1,'Sash of Solitude',54713,4,0,0,1,198853,39770,6,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,58,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,40343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40272,4,3,-1,'Girdle of the Gambit',57077,4,0,0,1,299435,59887,6,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,3,7,73,5,57,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,723,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40273,4,0,-1,'Surplus Limb',54844,4,4096,0,1,302495,75623,23,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,38,31,32,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40274,4,4,-1,'Bracers of Liberation',54839,4,0,0,1,354012,70802,9,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,48,5,43,36,28,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40275,4,3,-1,'Depraved Linked Belt',54845,4,0,0,1,302869,60573,6,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,6,3,74,7,64,5,34,36,50,32,33,38,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40277,4,2,-1,'Tunic of Indulgence',54872,4,0,0,1,508581,101716,5,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,3,68,7,100,32,71,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,54280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,8,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40278,4,4,-1,'Girdle of Chivalry',55389,4,0,0,1,359396,71879,6,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,70,7,88,31,46,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,3308,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40279,4,4,-1,'Chestguard of the Exhausted',54767,4,0,0,1,736709,147341,5,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,84,7,126,12,67,15,39,14,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,4,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40280,2,10,-1,'Origin of Nightmares',55774,4,4096,0,1,1320366,264073,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,38,154,3,100,7,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,391,587,0,0,0,0,714,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40281,2,15,-1,'Twilight Mist',55719,4,4096,0,1,1060039,212007,13,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,25,7,46,31,21,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,367,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40282,4,3,-1,'Slime Stream Bands',54616,4,0,0,1,319167,63833,9,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,3,48,7,45,5,30,31,20,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,563,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40283,4,3,-1,'Fallout Impervious Tunic',54848,4,0,0,1,640644,128128,5,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,72,36,58,32,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,8,0,2,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40284,2,19,-1,'Plague Igniter',54866,4,4096,0,1,803693,160738,26,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,22,5,21,6,20,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,674,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40285,4,2,-1,'Desecrated Past',54846,4,0,0,1,537668,107533,7,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,99,5,67,6,77,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,36422,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40286,4,1,-1,'Mantle of the Corrupted',55325,4,0,0,1,323756,64751,3,262143,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,50,36,57,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,33138,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40287,4,1,-1,'Cowl of Vanity',54769,4,0,0,1,324911,64982,1,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,79,6,63,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,2,0,0,0,3303,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40288,4,3,-1,'Spaulders of Incoherence',54867,4,0,0,1,491226,98245,3,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,55,5,57,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,53354,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40289,4,1,-1,'Sympathetic Amice',55324,4,0,0,1,327190,65438,3,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,75,5,57,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40290,4,1,-1,'Gaze of the Punishing Construct',52491,3,0,0,1,172214,34442,1,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,5,35,32,51,7,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(40291,4,2,-1,'Helm of the Avenging Protector',57525,3,0,0,1,216104,43220,1,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,3,50,31,40,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,34509,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(40292,4,3,-1,'Headguard of Vast Destruction',52303,3,0,0,1,260303,52060,1,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,7,40,36,50,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,836,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,42109,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(40293,4,4,-1,'Helm of Towering Rage',52304,3,0,0,1,304278,60855,1,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,4,50,7,69,32,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1493,0,0,0,0,0,0,0,0,0,40934,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(40294,4,4,-1,'Riveted Abomination Leggings',51612,4,0,0,1,703928,140785,7,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,101,7,108,31,59,36,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40295,4,4,-1,'Greathelm of the Titan Protectorate',52302,3,0,0,1,314993,62998,1,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,4,7,80,37,34,4,50,12,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1493,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(40296,4,2,-1,'Cover of Silence',54841,4,0,0,1,390295,78059,1,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,3,59,7,108,32,77,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,18060,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40297,4,4,-1,'Sabatons of Endurance',55393,4,0,0,1,547390,109478,8,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,4,57,7,111,12,55,13,43,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40298,4,4,-1,'Faceguard of the Succumbed',54847,4,0,0,1,549407,109881,1,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,72,36,61,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,2787,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40299,4,3,-1,'Pauldrons of the Abandoned',54865,4,0,0,1,475657,95131,3,32767,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,3,43,7,60,5,40,36,38,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,36409,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40300,2,10,-1,'Spire of Sunset',54870,4,4096,0,1,1320106,264021,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,87,5,101,36,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,548,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,52809,1,0,0,-1,0,-1,42060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-73,0,0,0,'',69,0,0,0,0,12340),(40301,4,1,-1,'Cincture of Polarity',54840,4,0,0,1,211987,42397,6,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,57,36,53,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,33138,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40302,4,3,-1,'Benefactor\'s Gauntlets',54835,4,0,0,1,319135,63827,10,32767,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,73,5,57,36,50,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40303,4,1,-1,'Wraps of the Persecuted',54874,4,0,0,1,213506,42701,10,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,57,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40304,4,2,-1,'Headpiece of Fungal Bloom',54623,4,0,0,1,401768,80353,1,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,100,5,77,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40305,4,2,-1,'Spaulders of Egotism',53289,4,0,0,1,403212,80642,3,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,50,7,75,32,57,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,36409,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40306,4,4,-1,'Bracers of the Unholy Knight',55386,4,0,0,1,379837,75967,9,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,4,48,7,72,12,38,13,23,14,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,2932,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40315,4,3,-1,'Shoulderpads of Secret Arts',54865,4,0,0,1,468648,93729,3,32767,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,3,59,7,73,5,36,31,29,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40316,4,4,-1,'Gauntlets of Guiding Touch',54881,4,0,0,1,366320,73264,10,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,57,36,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40317,4,4,-1,'Girdle of Razuvious',55389,4,0,0,1,367675,73535,6,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,75,7,85,32,74,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40318,4,4,-1,'Legplates of Double Strikes',54891,4,0,0,1,733795,146759,7,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,4,84,7,120,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,54048,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,4,0,0,0,3357,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40319,4,2,-1,'Chestpiece of Suspicion',54879,4,0,0,1,526065,105213,5,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,3,100,7,115,36,67,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,52946,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40320,4,4,-1,'Faithful Steel Sabatons',54787,4,0,0,1,553334,110666,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,73,5,50,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,53354,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40321,4,8,-1,'Idol of the Shooting Star',34954,4,4096,0,1,0,0,28,32767,32767,213,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60775,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40322,4,9,-1,'Totem of Dueling',50456,4,4096,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60765,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40323,4,2,-1,'Esteemed Bindings',54715,4,0,0,1,266857,53371,9,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,42,5,38,6,35,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,26225,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40324,4,3,-1,'Bands of Mutual Respect',57074,4,0,0,1,321383,64276,9,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,38,36,20,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,563,0,0,0,0,0,0,0,0,0,26225,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40325,4,1,-1,'Bindings of the Expansive Mind',54876,4,0,0,1,215025,43005,9,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,38,31,28,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40326,4,1,-1,'Boots of Forlorn Wishes',54789,4,0,0,1,323662,64732,8,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,51,5,50,6,66,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40327,4,3,-1,'Girdle of Recuperation',57076,4,0,0,1,301839,60367,6,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,4,7,75,5,50,36,37,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,723,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40328,4,4,-1,'Helm of Vital Protection',53198,4,0,0,1,529230,105846,1,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,4,68,7,126,12,59,14,56,37,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,3766,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40329,4,2,-1,'Hood of the Exodus',54841,4,0,0,1,380187,76037,1,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,3,84,7,115,36,50,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,37976,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,3356,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40330,4,4,-1,'Bracers of Unrelenting Attack',55385,4,0,0,1,358188,71637,9,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,48,31,46,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2908,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40331,4,3,-1,'Leggings of Failed Escape',54889,4,0,0,1,612858,122571,7,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,3,84,7,82,5,66,32,52,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,0,0,0,0,0,0,0,37976,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40332,4,4,-1,'Abetment Bracers',54839,4,0,0,1,360898,72179,9,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,48,5,41,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,26225,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,3308,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40333,4,2,-1,'Leggings of Fleeting Moments',54702,4,0,0,1,514565,102913,7,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,100,7,100,32,77,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,48273,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40334,4,4,-1,'Burdened Shoulderplates',54708,4,0,0,1,541227,108245,3,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,75,7,112,12,28,13,36,15,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40335,2,19,-1,'Touch of Horror',54977,4,4096,0,1,777546,155509,26,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,22,5,17,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,402,748,1,0,0,0,0,0,0,0,0,0,0,2000,0,100,18043,1,0,0,-1,0,-1,21637,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40336,2,7,-1,'Life and Death',54893,4,4096,0,1,1040578,208115,21,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,4,7,42,5,44,32,42,36,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,248,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,52810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-66.2,0,0,0,'',69,0,0,0,0,12340),(40337,4,7,-1,'Libram of Resurgence',34960,4,4096,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60797,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40338,4,1,-1,'Bindings of Yearning',54875,4,0,0,1,209635,41927,9,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,48,5,43,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40339,4,1,-1,'Gothik\'s Cowl',54883,4,0,0,1,315607,63121,1,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,72,32,42,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,4,0,0,0,2787,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40340,4,3,-1,'Helm of Unleashed Energy',57544,4,0,0,1,475144,95028,1,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,87,5,72,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,48228,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,3303,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40341,4,2,-1,'Shackled Cinch',54762,4,0,0,1,264905,52981,6,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,64,5,53,6,38,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40342,4,8,-1,'Idol of Awakening',43434,4,4096,0,1,0,0,28,32767,32767,213,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60780,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40343,2,8,-1,'Armageddon',54560,4,4096,0,1,1238412,247682,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,101,7,108,36,100,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,554,831,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40344,4,3,-1,'Helm of the Grave',57545,4,0,0,1,447561,89512,1,32767,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,3,51,7,78,5,52,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,0,0,0,0,0,0,54280,1,0,0,-1,0,-1,47138,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,3313,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40345,2,7,-1,'Broken Promise',54878,4,4096,0,1,998327,199665,13,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,4,29,7,64,12,43,31,16,37,20,0,0,0,0,0,0,0,0,0,0,0,0,274,509,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40346,2,18,-1,'Final Voyage',54886,4,4096,0,1,751633,150326,26,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,18,7,33,36,25,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,476,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40347,4,4,-1,'Zeliek\'s Gauntlets',54914,4,0,0,1,354121,70824,10,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,79,36,67,37,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40348,2,10,-1,'Damnation',55711,4,4096,0,1,1262348,252469,17,-1,-1,213,80,0,0,0,0,0,0,6,0,1,0,5,7,111,5,86,6,85,32,91,45,461,0,0,0,0,0,0,0,0,0,0,0,0,203,374,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-66.2,0,0,0,'',69,0,0,0,0,12340),(40349,4,2,-1,'Gloves of Peaceful Death',54882,4,0,0,1,253406,50681,10,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,55,6,57,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40350,4,0,-1,'Urn of Lost Memories',54614,4,4096,0,1,302495,75623,23,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,32,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40351,4,1,-1,'Mantle of the Fatigued Sage',55325,4,0,0,1,306397,61279,3,262143,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,55,6,57,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,54232,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40352,4,3,-1,'Leggings of Voracious Shadows',54890,4,0,0,1,615043,123008,7,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,87,5,72,36,61,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,8,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40353,4,1,-1,'Polished Protodrake Cloak',18948,3,0,0,1,178928,35785,16,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,32,27,36,25,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,33097,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(40354,4,0,-1,'Monster Slayer\'s Kit',52385,3,64,0,1,24813,6203,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,54092,0,0,0,60000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Everything from silvered knives to holy water.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340),(40356,0,5,-1,'Grizzleberries',40697,1,0,0,5,8500,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Fresh from the bush.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340),(40357,0,5,-1,'Grizzleberry Juice',35584,1,0,0,5,6000,300,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Filled with pulp.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40358,0,5,-1,'Raw Tallhorn Chunk',7071,1,0,0,5,8500,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A unappealing, ragged chunk of meat.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(40359,0,5,-1,'Fresh Eagle Meat',25475,1,0,0,5,8500,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'There are still some feathers on the meat.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(40360,15,0,-1,'Punctured Pelt',6691,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It seems the punctures were caused by fangs.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40361,15,0,-1,'Shredded Cloth',37424,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40362,4,2,-1,'Gloves of Fast Reactions',54970,4,0,0,1,272736,54547,10,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,3,66,7,64,32,38,36,49,38,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40363,4,4,-1,'Bone-Inlaid Legguards',54912,4,0,0,1,693438,138687,7,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,90,5,77,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,53354,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,4,0,8,0,0,0,2770,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40364,12,0,0,'Rainspeaker Peace Offering',3410,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40365,4,4,-1,'Breastplate of Frozen Pain',54767,4,0,0,1,698756,139751,5,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,150,32,64,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,2,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40366,4,4,-1,'Platehelm of the Great Wyrm',53198,4,0,0,1,525086,105017,1,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,4,100,7,151,12,48,13,38,15,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40367,4,3,-1,'Boots of the Great Construct',54770,4,0,0,1,454630,90926,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,3,42,7,75,5,37,36,40,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,37976,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40368,2,15,-1,'Murder',54974,4,4096,0,1,1009670,201934,13,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,25,7,46,31,21,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,306,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40369,4,0,-1,'Icy Blast Amulet',35437,4,0,0,1,302495,75623,2,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,56,7,32,32,28,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40370,4,0,-1,'Gatekeeper',35431,4,524288,0,1,302495,75623,11,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,4,43,7,84,13,41,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40371,4,0,-1,'Bandit\'s Insignia',35442,4,4096,0,1,455760,113940,12,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,1,38,190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60442,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40372,4,0,-1,'Rune of Repulsion',35429,4,0,0,1,455760,113940,12,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,1,14,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60258,0,0,0,120000,0,-1,0,0,0,0,180000,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40373,4,0,-1,'Extract of Necromantic Power',35445,4,4096,0,1,455760,113940,12,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,1,32,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60487,1,0,0,90000,1141,15000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40374,4,0,-1,'Cosmic Lights',35373,4,0,0,1,302495,75623,2,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,48,5,38,32,37,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40375,4,0,-1,'Ring of Decaying Beauty',35313,4,524288,0,1,302495,75623,11,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,48,5,40,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,23212,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40376,4,1,-1,'Legwraps of the Defeated Dragon',54973,4,0,0,1,427137,85427,7,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,87,5,77,6,56,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40377,4,4,-1,'Noble Birthright Pauldrons',53670,4,0,0,1,561568,112313,3,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,55,5,57,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,40343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,2865,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40378,4,0,-1,'Ceaseless Pity',35358,4,0,0,1,302495,75623,2,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,41,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40379,4,2,-1,'Legguards of the Boneyard',54972,4,0,0,1,539646,107929,7,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,72,6,58,36,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40380,4,1,-1,'Gloves of Grandeur',54971,4,0,0,1,216628,43325,10,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,79,5,57,32,43,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,33138,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40381,4,1,-1,'Sympathy',54788,4,0,0,1,434797,86959,20,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,75,5,77,6,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,53354,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40382,4,0,-1,'Soul of the Dead',35442,4,4096,0,1,455760,113940,12,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,1,32,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60537,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40383,2,13,-1,'Calamity\'s Grasp',57324,4,0,0,1,1047755,209551,21,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,3,36,7,42,32,37,36,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,535,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,28840,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40384,2,1,-1,'Betrayer of Humanity',57248,4,0,0,1,1314786,262957,17,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,3,66,7,121,32,87,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,606,910,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,54161,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40385,2,3,-1,'Envoy of Mortality',57465,4,0,0,1,791927,158385,26,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,3,3,36,7,30,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376,646,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,15821,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,21.5,0,0,0,'',69,0,0,0,0,12340),(40386,2,15,-1,'Sinister Revenge',57466,4,0,0,1,1059865,211973,13,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,3,36,7,42,31,37,36,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,370,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,28840,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40387,4,0,-1,'Boundless Ambition',35373,4,0,0,1,320008,80002,2,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,49,7,94,12,46,37,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40388,2,10,-1,'Journey\'s End',56236,4,0,0,1,1335015,267003,17,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,228,3,87,7,114,32,57,36,75,0,0,0,0,0,0,0,0,0,0,0,0,428,642,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40390,0,0,0,'Vic\'s Emergency Air Tank',52469,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44235,0,-3,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Probably not intended for diving, but it\'ll do.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40391,15,0,-1,'Mirror-Like Seashell',19284,0,0,0,1,2190,547,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40392,15,0,-1,'Cracked Diamond',4775,0,0,0,1,2341,585,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40393,15,0,-1,'Green Sparkly',7393,0,0,0,1,1600,400,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40394,12,0,0,'Longneck Grazer Steak',44290,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40395,2,4,-1,'Torch of Holy Fire',57250,4,0,0,1,1125481,225096,21,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,3,7,36,5,49,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,270,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,54184,1,0,0,-1,0,-1,21644,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-72.5,0,0,0,'',69,0,0,0,0,12340),(40396,2,7,-1,'The Turning Tide',56663,4,0,0,1,1129554,225910,21,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,4,7,36,5,50,32,37,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,270,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,54192,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-72.5,0,0,0,'',69,0,0,0,0,12340),(40397,12,0,-1,'Lifeblood Gem',52474,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54191,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40398,4,1,-1,'Leggings of Mortal Arrogance',51941,4,0,0,1,455036,91007,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,7,85,5,85,6,71,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,57829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40399,4,0,-1,'Signet of Manifested Pain',35472,4,524288,0,1,320008,80002,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,7,46,5,49,36,36,32,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42099,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40400,4,6,-1,'Wall of Terror',57003,4,0,0,1,733272,146654,14,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,63,7,94,12,42,13,24,15,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7890,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,221,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40401,4,6,-1,'Voice of Reason',57263,4,0,0,1,735809,147161,14,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,49,36,31,32,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7890,0,0,0,0,0,0,0,0,0,54214,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,221,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40402,2,0,-1,'Last Laugh',55906,4,0,0,1,1153775,230755,13,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,37,7,73,12,31,31,24,14,34,0,0,0,0,0,0,0,0,0,0,0,0,192,357,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40403,4,1,-1,'Drape of the Deadly Foe',35446,4,0,0,1,314293,62858,16,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,3,42,7,63,32,49,36,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,39885,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40404,0,3,-1,'Mixture of Pure Mojo',9731,1,0,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65254,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40405,4,1,-1,'Cape of the Unworthy Wizard',35312,4,0,0,1,316704,63340,16,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,7,46,5,42,6,49,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,42099,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40406,2,5,-1,'Inevitable Defeat',56959,4,4096,0,1,1252201,250440,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,100,3,80,7,120,37,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,554,831,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40407,2,7,-1,'Silent Crusader',55975,4,4096,0,1,1033190,206638,13,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,3,21,7,49,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274,509,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,15829,1,0,0,-1,0,-1,42095,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40408,2,15,-1,'Haunting Call',54463,4,4096,0,1,1037040,207408,21,32767,-1,213,80,0,0,0,0,0,0,0,1,1,0,4,7,40,5,41,6,23,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,248,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,52810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-66.2,0,0,0,'',69,0,0,0,0,12340),(40409,4,2,-1,'Boots of the Escaped Captive',57009,4,0,0,1,390295,78059,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,46,5,57,6,38,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40410,4,1,-1,'Shadow of the Ghoul',35430,4,0,0,1,313391,62678,16,-1,-1,213,80,0,0,0,0,0,0,1,0,1,0,4,4,56,7,84,12,38,15,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,23516,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40411,7,11,-1,'Enchanted Vial',52489,1,0,0,5,50000,2500,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40412,4,0,-1,'Ousted Bead Necklace',35359,4,0,0,1,302495,75623,2,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,38,32,28,6,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40414,4,4,-1,'Shoulderguards of the Undaunted',54790,4,0,0,1,555406,111081,3,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,75,7,85,31,75,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40415,4,1,-1,'Valorous Frostfire Gloves',57018,4,4096,0,1,0,0,10,128,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,64,5,57,32,53,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,47952,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,803,35,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40416,4,1,-1,'Valorous Frostfire Circlet',57532,4,4096,0,1,0,0,1,128,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,52,5,77,6,66,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,54229,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,803,60,0,0,0,0,1,0,2,0,0,0,2787,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40417,4,1,-1,'Valorous Frostfire Leggings',54276,4,4096,0,1,0,0,7,128,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,87,5,77,36,67,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,803,75,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40418,4,1,-1,'Valorous Frostfire Robe',54268,4,4096,0,1,0,0,20,128,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,73,5,77,6,66,32,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,803,100,0,0,0,0,2,0,4,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40419,4,1,-1,'Valorous Frostfire Shoulderpads',56599,4,4096,0,1,0,0,3,128,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,57,32,53,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,54232,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,803,60,0,0,0,0,4,0,0,0,0,0,3308,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40420,4,1,-1,'Valorous Plagueheart Gloves',57020,4,4096,0,1,0,0,10,256,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,50,36,53,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,47952,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,802,35,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40421,4,1,-1,'Valorous Plagueheart Circlet',55167,4,4096,0,1,0,0,1,256,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,99,5,59,6,50,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,802,60,0,0,0,0,1,0,4,0,0,0,3303,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40422,4,1,-1,'Valorous Plagueheart Leggings',55169,4,4096,0,1,0,0,7,256,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,87,5,72,32,51,36,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,802,75,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40423,4,1,-1,'Valorous Plagueheart Robe',56476,4,4096,0,1,0,0,20,256,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,99,5,67,6,66,31,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,802,100,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40424,4,1,-1,'Valorous Plagueheart Shoulderpads',55172,4,4096,0,1,0,0,3,256,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,7,73,5,50,36,55,31,35,45,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,802,60,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40425,12,0,0,'Drakuru\'s Skull',44523,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40426,4,0,-1,'Signet of the Accord',44357,4,524288,0,1,284983,71245,11,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,73,4,36,37,29,12,31,14,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40427,4,0,-1,'Circle of Arcane Streams',53194,4,0,0,1,284983,71245,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,5,37,7,48,31,31,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40428,4,4,-1,'Titan\'s Outlook',53653,4,0,0,1,511847,102369,1,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,103,7,99,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,46712,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40429,2,13,-1,'Crimson Steel',53195,4,0,0,1,980435,196087,21,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,29,3,19,31,27,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,485,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15825,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40430,4,0,-1,'Majestic Dragon Figurine',53197,4,4096,0,1,429375,107343,12,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60524,1,0,0,90000,1141,15000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40431,4,0,-1,'Fury of the Five Flights',53285,4,4096,0,1,455760,113940,12,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60313,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40432,4,0,-1,'Illustration of the Dragon Soul',53291,4,4096,0,1,455760,113940,12,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60485,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40433,4,0,-1,'Wyrmrest Band',45362,4,524288,0,1,284983,71245,11,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,5,40,7,41,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33236,1,0,0,-1,0,-1,23212,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40437,4,2,-1,'Concealment Shoulderpads',53289,4,0,0,1,401729,80345,3,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,3,54,7,77,37,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,48273,1,0,0,-1,0,-1,42109,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40438,4,3,-1,'Council Chamber Epaulets',53654,4,0,0,1,485958,97191,3,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,65,5,51,36,61,45,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40439,4,2,-1,'Mantle of the Eternal Sentinel',53657,4,0,0,1,375855,75171,3,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,45,5,56,32,61,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40445,4,1,-1,'Valorous Gloves of Faith',55072,4,4096,0,1,0,0,10,16,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,54,5,55,6,41,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,54232,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,804,35,0,0,0,0,2,0,0,0,0,0,3308,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40446,4,4,-1,'Dragon Brood Legguards',53655,4,0,0,1,720391,144078,7,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,77,7,152,12,72,31,50,13,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40447,4,1,-1,'Valorous Crown of Faith',54387,4,4096,0,1,0,0,1,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,63,5,69,6,67,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,804,60,0,0,0,0,1,0,2,0,0,0,3352,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40448,4,1,-1,'Valorous Leggings of Faith',55073,4,4096,0,1,0,0,7,16,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,77,6,67,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,804,75,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40449,4,1,-1,'Valorous Robe of Faith',55075,4,4096,0,1,0,0,20,16,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,3,7,75,5,67,6,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,804,100,0,0,0,0,2,0,8,0,0,0,3311,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40450,4,1,-1,'Valorous Shoulderpads of Faith',55074,4,4096,0,1,0,0,3,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,57,6,50,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,54232,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,804,60,0,0,0,0,8,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40451,4,3,-1,'Hyaline Helm of the Sniper',57545,4,0,0,1,471679,94335,1,32767,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,3,86,7,86,5,53,36,58,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,0,0,0,0,0,0,33782,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,2895,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40453,4,4,-1,'Chestplate of the Great Aspects',53290,4,0,0,1,739113,147822,5,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,69,5,72,32,27,45,123,36,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,4,0,0,0,0,0,3267,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40454,4,1,-1,'Valorous Handwraps of Faith',55072,4,4096,0,1,0,0,10,16,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,52,5,53,32,56,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,54232,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,805,35,0,0,0,0,4,0,0,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40455,2,10,-1,'Staff of Restraint',53294,4,4096,0,1,1329342,265868,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,85,5,108,6,84,32,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,548,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,52809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-73,0,0,0,'',69,0,0,0,0,12340),(40456,4,1,-1,'Valorous Circlet of Faith',54387,4,4096,0,1,0,0,1,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,63,5,72,6,64,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,54229,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,805,60,0,0,0,0,1,0,4,0,0,0,2771,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40457,4,1,-1,'Valorous Pants of Faith',55073,4,4096,0,1,0,0,7,16,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,77,6,58,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,805,75,0,0,0,0,2,0,4,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40458,4,1,-1,'Valorous Raiments of Faith',55075,4,4096,0,1,0,0,20,16,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,77,6,66,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,805,100,0,0,0,0,2,0,4,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40459,4,1,-1,'Valorous Mantle of Faith',55074,4,4096,0,1,0,0,3,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,57,36,50,31,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,54232,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,805,60,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40460,4,2,-1,'Valorous Dreamwalker Handguards',55218,4,4096,0,1,0,0,10,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,57,6,55,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,40,0,0,0,0,4,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40461,4,2,-1,'Valorous Dreamwalker Headpiece',57536,4,4096,0,1,0,0,1,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,75,5,77,6,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,33780,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,70,0,0,0,0,1,0,8,0,0,0,3306,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40462,4,2,-1,'Valorous Dreamwalker Leggings',55224,4,4096,0,1,0,0,7,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,72,6,77,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,90,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40463,4,2,-1,'Valorous Dreamwalker Robe',55228,4,4096,0,1,0,0,20,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,72,6,77,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,120,0,0,0,0,2,0,8,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40465,4,2,-1,'Valorous Dreamwalker Spaulders',55227,4,4096,0,1,0,0,3,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,55,6,57,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,70,0,0,0,0,8,0,0,0,0,0,3263,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40466,4,2,-1,'Valorous Dreamwalker Gloves',55218,4,4096,0,1,0,0,10,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,57,6,35,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,54232,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,800,40,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40467,4,2,-1,'Valorous Dreamwalker Cover',57536,4,4096,0,1,0,0,1,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,72,32,61,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,800,70,0,0,0,0,1,0,2,0,0,0,3353,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40468,4,2,-1,'Valorous Dreamwalker Trousers',55224,4,4096,0,1,0,0,7,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,77,6,59,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,800,90,0,0,0,0,2,0,8,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40469,4,2,-1,'Valorous Dreamwalker Vestments',55228,4,4096,0,1,0,0,20,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,70,32,61,36,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,800,120,0,0,0,0,2,0,8,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40470,4,2,-1,'Valorous Dreamwalker Mantle',55227,4,4096,0,1,0,0,3,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,57,36,55,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,54232,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,800,70,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40471,4,2,-1,'Valorous Dreamwalker Raiments',55228,4,4096,0,1,0,0,20,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,3,85,7,102,37,40,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,48216,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,798,120,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40472,4,2,-1,'Valorous Dreamwalker Handgrips',55219,4,4096,0,1,0,0,10,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,3,59,7,75,32,50,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,54279,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,798,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40473,4,2,-1,'Valorous Dreamwalker Headguard',57537,4,4096,0,1,0,0,1,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,3,66,7,102,32,51,44,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,54280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,798,70,0,0,0,0,1,0,2,0,0,0,3354,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40474,4,0,-1,'Surge Needle Ring',53560,4,524288,0,1,302495,75623,11,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,32,43,7,42,31,32,3,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36069,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40475,4,6,-1,'Barricade of Eternity',53562,4,4096,0,1,698206,139641,14,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,4,43,7,84,12,41,37,28,14,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7722,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,216,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40476,4,0,-1,'Insignia of the Alliance',37840,3,32768,2,1,0,0,12,262143,1101,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40477,4,0,-1,'Insignia of the Horde',37841,3,32768,1,1,0,0,12,262143,690,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40482,0,0,0,'Dual-plagued Brain',3486,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54295,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40483,4,0,-1,'Insignia of the Scourge',40036,3,32768,0,1,0,0,12,262143,2147483647,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40486,4,0,-1,'Necklace of the Glittering Chamber',39212,4,0,0,1,302495,75623,2,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,51,5,34,32,37,6,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47952,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40488,2,4,-1,'Ice Spire Scepter',49366,4,4096,0,1,1063994,212798,21,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,38,5,47,36,38,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,248,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,52809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-66.2,0,0,0,'',69,0,0,0,0,12340),(40489,2,10,-1,'Greatstaff of the Nexus',62285,4,4096,0,1,1334806,266961,17,-1,-1,213,80,0,0,0,0,0,0,6,0,1,0,5,7,101,5,77,36,104,31,95,45,461,0,0,0,0,0,0,0,0,0,0,0,0,203,374,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-66.2,0,0,0,'',69,0,0,0,0,12340),(40490,4,3,-1,'Necromantic Wristguards',52360,3,0,0,1,227171,45434,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,29,7,29,5,27,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(40491,2,7,-1,'Hailstorm',53563,4,4096,0,1,1075545,215109,13,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,3,31,7,39,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,306,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15829,1,0,0,-1,0,-1,42095,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40492,4,0,-1,'Argent War Horn',52575,3,32832,0,1,0,0,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,54307,0,0,0,600000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A crusading knight will always heed this blessed horn\'s clarion call.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40493,4,2,-1,'Valorous Dreamwalker Legguards',55226,4,4096,0,1,0,0,7,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,3,85,7,102,32,55,37,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,48216,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,798,90,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40494,4,2,-1,'Valorous Dreamwalker Shoulderpads',55227,4,4096,0,1,0,0,3,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,3,3,67,7,85,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,42113,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,798,70,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40495,4,2,-1,'Valorous Bonescythe Breastplate',55076,4,4096,0,1,0,0,5,8,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,3,84,7,87,32,44,36,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,48216,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,801,120,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40496,4,2,-1,'Valorous Bonescythe Gauntlets',55077,4,4096,0,1,0,0,10,8,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,3,66,7,63,32,50,31,38,38,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,801,40,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40497,2,6,-1,'Black Ice',53559,4,4096,0,1,1242835,248567,17,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,108,7,88,31,72,36,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,856,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,37976,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40499,4,2,-1,'Valorous Bonescythe Helmet',55078,4,4096,0,1,0,0,1,8,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,3,69,7,88,32,58,37,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,54280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,801,70,0,0,0,0,1,0,8,0,0,0,3313,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40500,4,2,-1,'Valorous Bonescythe Legplates',55079,4,4096,0,1,0,0,7,8,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,3,92,7,88,36,58,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,48216,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,801,90,0,0,0,0,8,0,4,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40502,4,2,-1,'Valorous Bonescythe Pauldrons',55080,4,4096,0,1,0,0,3,8,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,3,55,7,73,32,58,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,801,70,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40503,4,3,-1,'Valorous Cryptstalker Tunic',55214,4,4096,0,1,0,0,5,4,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,3,67,7,87,5,45,36,58,31,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,54280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,794,140,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40504,4,3,-1,'Valorous Cryptstalker Handguards',55210,4,4096,0,1,0,0,10,4,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,3,53,7,60,5,43,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,37976,1,0,0,-1,0,-1,47061,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,794,50,0,0,0,0,4,0,0,0,0,0,3308,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40505,4,3,-1,'Valorous Cryptstalker Headpiece',55211,4,4096,0,1,0,0,1,4,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,3,84,7,79,5,47,32,53,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,0,0,0,0,0,0,37976,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,794,85,0,0,0,0,1,0,8,0,0,0,3313,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40506,4,3,-1,'Valorous Cryptstalker Legguards',55212,4,4096,0,1,0,0,7,4,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,3,67,7,78,5,66,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,0,0,0,0,0,0,0,54280,1,0,0,-1,0,-1,53820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,794,105,0,0,0,0,2,0,8,0,0,0,3356,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40507,4,3,-1,'Valorous Cryptstalker Spaulders',55213,4,4096,0,1,0,0,3,4,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,3,66,7,63,5,39,36,41,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,794,85,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40508,4,3,-1,'Valorous Earthshatter Tunic',57057,4,4096,0,1,0,0,5,64,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,3,7,75,5,77,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,42060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,797,140,0,0,0,0,2,0,4,0,0,0,3306,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40509,4,3,-1,'Valorous Earthshatter Handguards',57059,4,4096,0,1,0,0,10,64,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,64,5,55,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,54214,1,0,0,-1,0,-1,40231,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,797,50,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40510,4,3,-1,'Valorous Earthshatter Headpiece',57061,4,4096,0,1,0,0,1,64,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,76,5,72,36,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,797,85,0,0,0,0,1,0,2,0,0,0,3353,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40511,4,4,-1,'Focusing Energy Epaulets',53658,4,0,0,1,563476,112695,3,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,60,5,51,45,91,32,38,43,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40512,4,3,-1,'Valorous Earthshatter Legguards',57062,4,4096,0,1,0,0,7,64,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,3,7,99,5,77,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,33780,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,797,105,0,0,0,0,2,0,8,0,0,0,3310,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40513,4,3,-1,'Valorous Earthshatter Spaulders',57064,4,4096,0,1,0,0,3,64,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,3,7,55,5,57,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,33780,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,797,85,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40514,4,3,-1,'Valorous Earthshatter Hauberk',57057,4,4096,0,1,0,0,5,64,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,77,36,57,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,140,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40515,4,3,-1,'Valorous Earthshatter Gloves',57059,4,4096,0,1,0,0,10,64,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,64,5,53,31,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,48253,1,0,0,-1,0,-1,40231,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,50,0,0,0,0,4,0,0,0,0,0,2873,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40516,4,3,-1,'Valorous Earthshatter Helm',57061,4,4096,0,1,0,0,1,64,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,72,36,58,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,85,0,0,0,0,1,0,8,0,0,0,3303,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40517,4,3,-1,'Valorous Earthshatter Kilt',57062,4,4096,0,1,0,0,7,64,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,99,5,77,32,59,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,0,0,0,0,0,0,0,54229,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,105,0,0,0,0,4,0,8,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40518,4,3,-1,'Valorous Earthshatter Shoulderpads',57064,4,4096,0,1,0,0,3,64,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,61,5,57,32,50,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,54232,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,85,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40519,4,2,-1,'Footsteps of Malygos',53659,4,0,0,1,375660,75132,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,63,5,52,36,56,32,41,45,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40520,4,3,-1,'Valorous Earthshatter Grips',57060,4,4096,0,1,0,0,10,64,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,3,53,7,60,5,43,32,39,36,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,37976,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,795,50,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40521,4,3,-1,'Valorous Earthshatter Faceguard',57058,4,4096,0,1,0,0,1,64,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,3,66,7,78,5,53,32,51,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,0,0,0,0,0,0,54280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,795,85,0,0,0,0,1,0,2,0,0,0,3305,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40522,4,3,-1,'Valorous Earthshatter War-Kilt',57065,4,4096,0,1,0,0,7,64,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,3,67,7,66,5,66,32,51,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,0,0,0,0,0,0,0,54280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,795,105,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40523,4,3,-1,'Valorous Earthshatter Chestguard',57057,4,4096,0,1,0,0,5,64,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,3,67,7,87,5,45,31,58,37,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,54280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,795,140,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40524,4,3,-1,'Valorous Earthshatter Shoulderguards',57063,4,4096,0,1,0,0,3,64,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,3,50,7,60,5,40,32,41,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,37976,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,795,85,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40525,4,4,-1,'Valorous Dreadnaught Battleplate',55788,4,4096,0,1,0,0,5,1,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,73,7,100,32,92,31,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,788,165,0,0,0,0,2,0,8,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40526,4,1,-1,'Gown of the Spell-Weaver',53649,4,0,0,1,422434,84486,20,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,85,5,70,31,72,32,50,45,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,3204,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40527,4,4,-1,'Valorous Dreadnaught Gauntlets',55790,4,4096,0,1,0,0,10,1,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,111,37,50,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,788,55,0,0,0,0,4,0,0,0,0,0,3094,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40528,4,4,-1,'Valorous Dreadnaught Helmet',55229,4,4096,0,1,0,0,1,1,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,3,4,85,7,102,32,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,53793,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,788,100,0,0,0,0,1,0,2,0,0,0,3354,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40529,4,4,-1,'Valorous Dreadnaught Legplates',55793,4,4096,0,1,0,0,7,1,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,100,32,84,37,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,788,120,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40530,4,4,-1,'Valorous Dreadnaught Shoulderplates',57006,4,4096,0,1,0,0,3,1,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,3,4,75,7,82,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,53793,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,788,100,0,0,0,0,4,0,0,0,0,0,3263,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40531,4,0,-1,'Mark of Norgannon',53630,4,0,0,1,482145,120536,12,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,1,37,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60319,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40532,4,0,-1,'Living Ice Crystals',45465,4,0,0,1,482145,120536,12,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,1,43,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60526,0,0,0,60000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40533,7,1,-1,'Walnut Stock',7375,1,0,0,1,50000,12500,0,-1,-1,80,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40536,7,2,-1,'Explosive Decoy',52838,1,0,0,1,4000,1000,0,-1,-1,80,0,202,350,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54359,0,-1,0,0,24,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Warning Label: May explode prematurely if subjected to an electromagnetic pulse.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40539,4,2,-1,'Chestguard of the Recluse',53635,4,0,0,1,544410,108882,5,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,3,63,7,96,37,83,38,232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,591,0,0,0,0,0,0,0,0,0,46712,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40541,4,2,-1,'Frosted Adroit Handguards',53637,4,0,0,1,274214,54842,10,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,3,63,7,63,31,58,32,53,38,174,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40543,4,3,-1,'Blue Aspect Helm',57545,4,0,0,1,497251,99450,1,32767,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,6,3,58,7,68,5,66,32,58,38,202,36,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,4,0,0,0,3308,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40544,4,4,-1,'Valorous Dreadnaught Breastplate',55788,4,4096,0,1,0,0,5,1,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,92,7,127,12,52,13,52,15,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,787,165,0,0,0,0,8,0,2,0,0,0,3358,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40545,4,4,-1,'Valorous Dreadnaught Handguards',55791,4,4096,0,1,0,0,10,1,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,57,7,100,12,43,14,50,37,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,787,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40546,4,4,-1,'Valorous Dreadnaught Greathelm',55229,4,4096,0,1,0,0,1,1,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,80,7,127,12,58,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,45858,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,787,100,0,0,0,0,1,0,2,0,0,0,3305,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40547,4,4,-1,'Valorous Dreadnaught Legguards',55792,4,4096,0,1,0,0,7,1,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,100,7,127,12,53,14,45,13,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,787,120,0,0,0,0,8,0,2,0,0,0,3358,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40548,4,4,-1,'Valorous Dreadnaught Pauldrons',57022,4,4096,0,1,0,0,3,1,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,66,7,100,12,36,13,50,15,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,787,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40549,4,3,-1,'Boots of the Renewed Flight',53661,4,0,0,1,510409,102081,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,3,88,7,60,5,44,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,903,0,0,0,0,0,0,0,0,0,48015,1,0,0,-1,0,-1,53820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40550,4,4,-1,'Valorous Scourgeborne Battleplate',55492,4,4096,0,1,0,0,5,32,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,102,36,83,32,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,792,165,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40551,12,0,-1,'Gore Bladder',52617,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6509,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40552,4,4,-1,'Valorous Scourgeborne Gauntlets',55494,4,4096,0,1,0,0,10,32,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,111,32,49,31,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,792,55,0,0,0,0,4,0,0,0,0,0,3263,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40554,4,4,-1,'Valorous Scourgeborne Helmet',55493,4,4096,0,1,0,0,1,32,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,100,32,100,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,792,100,0,0,0,0,1,0,8,0,0,0,3312,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40555,4,1,-1,'Mantle of Dissemination',55325,4,0,0,1,321758,64351,3,262143,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,4,7,79,5,59,6,52,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,54229,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40556,4,4,-1,'Valorous Scourgeborne Legplates',55497,4,4096,0,1,0,0,7,32,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,100,32,84,36,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,792,120,0,0,0,0,2,0,4,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40557,4,4,-1,'Valorous Scourgeborne Shoulderplates',55499,4,4096,0,1,0,0,3,32,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,75,7,82,32,58,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,792,100,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40558,4,1,-1,'Arcanic Tramplers',53660,4,0,0,1,325391,65078,8,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,7,89,5,52,6,62,36,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40559,4,4,-1,'Valorous Scourgeborne Chestguard',55492,4,4096,0,1,0,0,5,32,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,92,7,127,12,53,14,53,13,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,793,165,0,0,0,0,8,0,2,0,0,0,3358,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40560,4,1,-1,'Leggings of the Wanton Spellcaster',53664,4,0,0,1,437069,87413,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,73,5,92,31,82,36,66,45,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40561,4,1,-1,'Leash of Heedless Magic',53663,4,0,0,1,219349,43869,6,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,66,5,60,6,48,36,62,45,103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40562,4,1,-1,'Hood of Rationality',53652,4,0,0,1,330246,66049,1,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,96,5,63,6,81,32,50,45,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,3306,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40563,4,4,-1,'Valorous Scourgeborne Handguards',55495,4,4096,0,1,0,0,10,32,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,57,7,99,12,50,13,40,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,793,55,0,0,0,0,8,0,0,0,0,0,3359,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40564,4,3,-1,'Winter Spectacle Gloves',53666,4,0,0,1,332657,66531,10,32767,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,7,71,5,62,36,48,43,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40565,4,4,-1,'Valorous Scourgeborne Faceguard',55493,4,4096,0,1,0,0,1,32,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,4,80,7,127,12,59,37,35,14,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,793,100,0,0,0,0,1,0,8,0,0,0,3360,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40566,4,2,-1,'Unravelling Strands of Sanity',53667,4,0,0,1,279251,55850,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,7,97,5,43,6,62,43,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,54229,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40567,4,4,-1,'Valorous Scourgeborne Legguards',55496,4,4096,0,1,0,0,7,32,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,80,7,127,12,50,13,72,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,793,120,0,0,0,0,4,0,2,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40568,4,4,-1,'Valorous Scourgeborne Pauldrons',55498,4,4096,0,1,0,0,3,32,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,66,7,100,12,34,14,50,13,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,793,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40569,4,4,-1,'Valorous Redemption Tunic',55173,4,4096,0,1,0,0,5,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,3,7,75,5,77,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,790,165,0,0,0,0,2,0,8,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40570,4,4,-1,'Valorous Redemption Gloves',55174,4,4096,0,1,0,0,10,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,57,36,35,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,790,55,0,0,0,0,8,0,0,0,0,0,3263,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40571,4,4,-1,'Valorous Redemption Headpiece',57547,4,4096,0,1,0,0,1,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,3,7,75,5,77,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,790,100,0,0,0,0,1,0,2,0,0,0,2854,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40572,4,4,-1,'Valorous Redemption Greaves',55177,4,4096,0,1,0,0,7,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,77,36,66,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,790,120,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40573,4,4,-1,'Valorous Redemption Spaulders',55209,4,4096,0,1,0,0,3,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,57,32,55,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,790,100,0,0,0,0,4,0,0,0,0,0,2865,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40574,4,4,-1,'Valorous Redemption Chestpiece',55173,4,4096,0,1,0,0,5,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,115,32,84,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,789,165,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40575,4,4,-1,'Valorous Redemption Gauntlets',55180,4,4096,0,1,0,0,10,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,111,32,50,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,789,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40576,4,4,-1,'Valorous Redemption Helm',57547,4,4096,0,1,0,0,1,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,67,36,94,31,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,789,100,0,0,0,0,1,0,4,0,0,0,3312,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40577,4,4,-1,'Valorous Redemption Legplates',55179,4,4096,0,1,0,0,7,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,100,36,84,32,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,789,120,0,0,0,0,2,0,4,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40578,4,4,-1,'Valorous Redemption Shoulderplates',55208,4,4096,0,1,0,0,3,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,75,7,79,32,59,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,789,100,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40579,4,4,-1,'Valorous Redemption Breastplate',55173,4,4096,0,1,0,0,5,2,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,4,100,7,127,12,46,15,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,48259,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,791,165,0,0,0,0,8,0,4,0,0,0,3361,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40580,4,4,-1,'Valorous Redemption Handguards',55174,4,4096,0,1,0,0,10,2,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,57,7,100,12,50,13,42,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,791,55,0,0,0,0,8,0,0,0,0,0,2873,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40581,4,4,-1,'Valorous Redemption Faceguard',57547,4,4096,0,1,0,0,1,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,80,7,127,12,66,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,45858,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,791,100,0,0,0,0,1,0,8,0,0,0,3362,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40583,4,4,-1,'Valorous Redemption Legguards',55178,4,4096,0,1,0,0,7,2,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,4,100,7,127,12,54,15,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,39100,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,791,120,0,0,0,0,8,0,8,0,0,0,3363,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40584,4,4,-1,'Valorous Redemption Shoulderguards',55181,4,4096,0,1,0,0,3,2,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,68,7,100,12,40,13,37,14,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,791,100,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40585,4,0,-1,'Signet of the Kirin Tor',52459,4,192,4,1,85000000,2125,11,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,4,7,49,5,34,32,36,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,54406,0,0,0,1800000,1212,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40586,4,0,-1,'Band of the Kirin Tor',52632,4,192,4,1,85000000,2125,11,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,4,3,33,7,51,32,34,36,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28735,1,0,0,0,0,0,54406,0,0,0,1800000,1212,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40587,12,0,-1,'Darkmender\'s Tincture',24152,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52741,0,-10,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40588,4,3,-1,'Tunic of the Artifact Guardian',53668,4,0,0,1,692463,138492,5,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,81,5,82,32,70,45,137,43,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,0,0,0,0,2864,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40589,4,4,-1,'Legplates of Sovereignty',53655,4,0,0,1,733583,146716,7,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,4,82,7,171,12,86,37,66,14,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40590,4,4,-1,'Elevated Lair Pauldrons',53670,4,0,0,1,551216,110243,3,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,7,63,5,64,32,62,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1761,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40591,4,4,-1,'Melancholy Sabatons',53671,4,0,0,1,553350,110670,8,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,3,4,88,7,81,32,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1614,0,0,0,0,0,0,0,0,0,54848,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40592,4,4,-1,'Boots of Healing Energies',53672,4,0,0,1,555485,111097,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,7,54,5,69,43,33,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1614,0,0,0,0,0,0,0,0,0,54229,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40593,4,0,-1,'Argent Tome',52633,3,32832,0,1,0,0,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,54418,0,0,0,60000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A blessed tome filled with the words of the Argent\'s Dawn\'s wisest.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40594,4,2,-1,'Spaulders of Catatonia',53673,4,0,0,1,400546,80109,3,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,7,74,5,62,6,60,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40600,12,0,-1,'Bone Gryphon',17786,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18277,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40601,4,0,-1,'Argent Dawn Banner',52664,3,32832,0,1,0,0,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,54329,0,0,0,60000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40602,4,1,-1,'Robes of Mutation',54788,4,0,0,1,427137,85427,20,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,77,6,71,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40603,12,0,0,'Charred Wreckage',7359,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40610,15,0,-1,'Chestguard of the Lost Conqueror',41438,4,4096,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40611,15,0,-1,'Chestguard of the Lost Protector',41438,4,4096,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40612,15,0,-1,'Chestguard of the Lost Vanquisher',41438,4,4096,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40613,15,0,-1,'Gloves of the Lost Conqueror',41440,4,4096,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40614,15,0,-1,'Gloves of the Lost Protector',41440,4,4096,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40615,15,0,-1,'Gloves of the Lost Vanquisher',41440,4,4096,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40616,15,0,-1,'Helm of the Lost Conqueror',41441,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40617,15,0,-1,'Helm of the Lost Protector',41441,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40618,15,0,-1,'Helm of the Lost Vanquisher',41441,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40619,15,0,-1,'Leggings of the Lost Conqueror',41442,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40620,15,0,-1,'Leggings of the Lost Protector',41442,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40621,15,0,-1,'Leggings of the Lost Vanquisher',41442,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40622,15,0,-1,'Spaulders of the Lost Conqueror',19486,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40623,15,0,-1,'Spaulders of the Lost Protector',19486,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40624,15,0,-1,'Spaulders of the Lost Vanquisher',19486,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40625,15,0,-1,'Breastplate of the Lost Conqueror',41438,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40626,15,0,-1,'Breastplate of the Lost Protector',41438,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40627,15,0,-1,'Breastplate of the Lost Vanquisher',41438,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40628,15,0,-1,'Gauntlets of the Lost Conqueror',41440,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40629,15,0,-1,'Gauntlets of the Lost Protector',41440,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40630,15,0,-1,'Gauntlets of the Lost Vanquisher',41440,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40631,15,0,-1,'Crown of the Lost Conqueror',41441,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40632,15,0,-1,'Crown of the Lost Protector',41441,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40633,15,0,-1,'Crown of the Lost Vanquisher',41441,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40634,15,0,-1,'Legplates of the Lost Conqueror',41442,4,4096,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40635,15,0,-1,'Legplates of the Lost Protector',41442,4,4096,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40636,15,0,-1,'Legplates of the Lost Vanquisher',41442,4,4096,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40637,15,0,-1,'Mantle of the Lost Conqueror',19486,4,4096,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40638,15,0,-1,'Mantle of the Lost Protector',19486,4,4096,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40639,15,0,-1,'Mantle of the Lost Vanquisher',19486,4,4096,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40640,12,0,-1,'Onslaught Intel Documents',7234,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Chock full of important Scarlet Onslaught information.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40641,13,0,-1,'Cold Iron Key',22377,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54530,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40642,12,0,0,'Sparksocket\'s Tools',52676,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40643,4,0,-1,'Tabard of the Achiever',52678,4,32768,0,1,0,0,19,262143,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40645,12,0,0,'Dried Gnoll Rations',7407,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40652,13,0,-1,'Scarlet Onslaught Trunk Key',22377,1,2147483712,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54544,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40653,15,2,-1,'Reeking Pet Carrier',20629,3,0,0,1,6000,1500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,40990,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40666,12,0,-1,'Note from the Grand Admiral',1096,1,0,0,1,0,0,0,-1,-1,1,77,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This letter bears an ornate seal.',0,0,0,12839,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40668,4,6,-1,'Cobalt Triangle Shield',52694,2,0,0,1,277310,55462,14,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,7,33,4,22,12,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4358,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,133,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(40669,4,4,-1,'Tempered Saronite Belt',51675,3,0,0,1,208824,41764,6,-1,-1,163,74,0,0,0,0,0,0,0,0,1,0,3,7,49,4,24,12,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1040,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(40670,4,6,-1,'Saronite Defender',52861,3,0,0,1,372384,74476,14,-1,-1,159,73,0,0,0,0,0,0,0,0,1,0,3,7,61,4,17,12,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6052,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,164,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(40671,4,4,-1,'Tempered Saronite Boots',51131,3,0,0,1,320393,64078,8,32767,-1,167,75,0,0,0,0,0,0,0,0,1,0,3,7,69,12,36,4,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1305,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(40672,4,4,-1,'Tempered Saronite Breastplate',54827,3,0,0,1,429571,85914,5,-1,-1,167,75,0,0,0,0,0,0,0,0,1,0,3,4,49,12,56,7,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1898,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(40673,4,4,-1,'Tempered Saronite Helm',51207,3,0,0,1,329998,65999,1,-1,-1,171,76,0,0,0,0,0,0,0,0,1,0,3,4,46,7,52,12,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1581,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(40674,4,4,-1,'Tempered Saronite Legplates',54828,3,0,0,1,423090,84618,7,-1,-1,163,74,0,0,0,0,0,0,0,0,1,0,3,7,114,4,43,12,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1618,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(40675,4,4,-1,'Tempered Saronite Shoulders',54829,3,0,0,1,332459,66491,3,-1,-1,171,76,0,0,0,0,0,0,0,0,1,0,3,7,84,12,32,4,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1460,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(40676,12,0,0,'Improved Land Mines',7367,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54536,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'They\'re ticking...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40678,4,0,-1,'Pendant of the Outcast Hero',35358,4,4096,0,1,0,0,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,45,7,51,32,38,38,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40679,4,0,-1,'Chained Military Gorget',35437,4,4096,0,1,0,0,2,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,41,7,75,12,33,13,32,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40680,4,0,-1,'Encircling Burnished Gold Chains',35373,4,4096,0,1,0,0,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,49,5,38,6,34,31,25,45,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40681,4,0,-1,'Lattice Choker of Light',35359,4,4096,0,1,0,0,2,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,37,5,38,32,34,45,59,43,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40682,4,0,-1,'Sundial of the Exiled',53630,4,4096,0,1,0,0,12,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,1,32,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60063,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40683,4,0,-1,'Valor Medal of the First War',54045,4,4096,0,1,0,0,12,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,1,13,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60054,0,0,0,120000,0,-1,0,0,0,0,180000,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40684,4,0,-1,'Mirror of Truth',29947,4,4096,0,1,0,0,12,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,1,32,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33648,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40685,4,0,-1,'The Egg of Mortal Essence',54046,4,4096,0,1,0,0,12,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,1,45,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33953,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40686,12,0,0,'U.D.E.D.',7627,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54577,0,-1,0,1500,0,-1,54584,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Unstable D16 Explosive Device',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40687,15,0,-1,'Flores\' Lost Seal of Approval',52702,0,0,0,1,83894,20973,11,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Dripping with the juice of a particularly nasty bug.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40688,4,4,-1,'Verdungo\'s Barbarian Cord',54051,4,4096,0,1,0,0,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,99,32,48,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40689,4,4,-1,'Waistguard of Living Iron',54050,4,4096,0,1,0,0,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,57,7,88,12,44,13,25,14,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40690,12,0,-1,'Runes of the Yrkvinn',52703,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40691,4,4,-1,'Magroth\'s Meditative Cincture',54059,4,4096,0,1,0,0,6,1535,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,32,38,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40692,4,3,-1,'Vereesa\'s Silver Chain Belt',54052,4,4096,0,1,0,0,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,57,7,69,5,34,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,705,0,0,0,0,0,0,0,0,0,15830,1,0,0,-1,0,-1,46743,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40693,4,3,-1,'Beadwork Belt of Shamanic Vision',54053,4,4096,0,1,0,0,6,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,3,7,49,5,50,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,705,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,21644,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3308,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40694,4,2,-1,'Jorach\'s Crocolisk Skin Belt',54055,4,4096,0,1,0,0,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,40,7,61,32,46,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40695,4,2,-1,'Vine Belt of the Woodland Dryad',54056,4,4096,0,1,0,0,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,6,38,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40696,4,1,-1,'Plush Sash of Guzbah',56606,4,4096,0,1,0,0,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,52,36,42,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2873,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40697,4,1,-1,'Elegant Temple Gardens\' Girdle',54058,4,4096,0,1,0,0,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,48,6,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,21639,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40698,4,0,-1,'Ward of the Violet Citadel',54063,4,4096,0,1,0,0,23,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,34,31,38,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40699,4,0,-1,'Handbook of Obscure Remedies',54062,4,4096,0,1,0,0,23,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,43,5,36,6,38,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40700,4,6,-1,'Protective Barricade of the Light',54069,4,4096,0,1,0,0,14,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,34,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7530,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,21644,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,211,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40701,4,6,-1,'Crygil\'s Discarded Plate Panel',54068,4,4096,0,1,0,0,14,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,38,7,75,12,34,13,33,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7530,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,211,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40702,2,15,-1,'Rolfsen\'s Ripper',54464,4,4096,0,1,0,0,22,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,39,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,317,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,15825,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40703,2,7,-1,'Grasscutter',54471,4,4096,0,1,0,0,22,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,25,7,39,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,299,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Imperial Sword',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40704,2,13,-1,'Pride',57481,4,4096,0,1,0,0,22,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,2,7,39,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,467,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40705,4,7,-1,'Libram of Renewal',34959,4,4096,0,1,0,0,28,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60787,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40706,4,7,-1,'Libram of Reciprocation',34960,4,4096,0,1,0,0,28,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40707,4,7,-1,'Libram of Obstruction',34961,4,4096,0,1,0,0,28,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60794,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40708,4,9,-1,'Totem of the Elemental Plane',57574,4,4096,0,1,0,0,28,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60770,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40709,4,9,-1,'Totem of Forest Growth',34956,4,4096,0,1,0,0,28,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60768,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40710,4,9,-1,'Totem of Splintering',34958,4,4096,0,1,0,0,28,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60764,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40711,4,8,-1,'Idol of Lush Moss',54481,4,4096,0,1,0,0,28,1024,32767,200,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60779,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40712,4,8,-1,'Idol of Steadfast Renewal',54483,4,4096,0,1,0,0,28,1024,32767,200,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60777,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40713,4,8,-1,'Idol of the Ravenous Beast',54484,4,4096,0,1,0,0,28,1024,32767,200,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60773,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40715,4,10,-1,'Sigil of Haunted Dreams',51913,4,4096,0,1,0,0,28,32,2147483647,200,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60826,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40716,2,16,-1,'Lillehoff\'s Winged Blades',54465,4,4198400,0,1,0,0,25,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,19,7,27,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,403,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,15814,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40717,4,0,-1,'Ring of Invincibility',33728,4,528384,0,1,0,0,11,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,28,7,55,32,43,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36069,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40718,4,0,-1,'Signet of the Impregnable Fortress',38541,4,528384,0,1,0,0,11,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,38,7,84,12,56,31,27,37,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40719,4,0,-1,'Band of Channeled Magic',44358,4,528384,0,1,0,0,11,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,42,5,41,6,32,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40720,4,0,-1,'Renewal of Life',44086,4,528384,0,1,0,0,11,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,48,5,41,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40721,4,1,-1,'Hammerhead Sharkskin Cloak',54667,4,4096,0,1,0,0,16,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,28,7,61,36,32,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40722,4,1,-1,'Platinum Mesh Cloak',54673,4,4096,0,1,0,0,16,-1,-1,213,80,0,0,0,0,0,0,1,0,1,0,5,4,41,7,84,12,38,13,37,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40723,4,1,-1,'Disguise of the Kumiho',54674,4,4096,0,1,0,0,16,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,48,5,38,6,37,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40724,4,1,-1,'Cloak of Kea Feathers',33096,4,4096,0,1,0,0,16,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,43,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40726,12,0,-1,'K3 Equipment',20733,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40728,12,0,0,'Hearty Mammoth Meat',39725,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Well done.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40730,12,0,-1,'Arete\'s Gate',19316,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26560,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40731,12,0,0,'Transporter Power Cell',52708,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54963,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40732,13,0,0,'Acherus Shackle Key',22477,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54669,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40733,4,4,-1,'Wristbands of the Sentinel Huntress',54619,4,4096,0,1,0,0,9,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,56,7,61,37,32,32,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40734,4,4,-1,'Bracers of Dalaran\'s Parapets',54678,4,4096,0,1,0,0,9,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,4,43,7,84,12,37,14,38,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40735,4,4,-1,'Zartson\'s Jungle Vambraces',51807,4,4096,0,1,0,0,9,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,55,5,38,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40736,4,3,-1,'Armguard of the Tower Archer',54681,4,4096,0,1,0,0,9,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,3,38,7,55,5,31,31,28,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,563,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40737,4,3,-1,'Pigmented Clan Bindings',54682,4,4096,0,1,0,0,9,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,55,5,38,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,563,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40738,4,2,-1,'Wristwraps of the Cutthroat',54684,4,4096,0,1,0,0,9,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,3,38,7,55,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,44756,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40739,4,2,-1,'Bands of the Great Tree',54685,4,4096,0,1,0,0,9,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,48,5,41,6,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40740,4,1,-1,'Wraps of the Astral Traveler',54686,4,4096,0,1,0,0,9,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,48,5,41,6,43,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40741,4,1,-1,'Cuffs of the Shadow Ascendant',54687,4,4096,0,1,0,0,9,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,43,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40742,4,4,-1,'Bladed Steelboots',56996,4,4096,0,1,0,0,8,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,75,7,112,32,53,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40743,4,4,-1,'Kyzoc\'s Ground Stompers',56997,4,4096,0,1,0,0,8,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,4,75,7,111,12,50,13,33,14,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40744,12,0,0,'Impure Saronite Ore',36187,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40745,4,4,-1,'Sabatons of Rapid Recovery',56062,4,4096,0,1,0,0,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,73,5,50,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40746,4,3,-1,'Pack-Ice Striders',56998,4,4096,0,1,0,0,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,49,7,75,5,40,31,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,36409,1,0,0,-1,0,-1,47188,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40747,4,3,-1,'Treads of Coastal Wandering',57093,4,4096,0,1,0,0,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,64,5,53,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40748,4,2,-1,'Boots of Captain Ellis',56999,4,4096,0,1,0,0,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,37,7,85,32,43,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,36409,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40749,4,2,-1,'Rainey\'s Chewed Boots',57011,4,4096,0,1,0,0,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,64,5,57,6,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40750,4,1,-1,'Xintor\'s Expeditionary Boots',57001,4,4096,0,1,0,0,8,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,57,6,55,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,33138,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40751,4,1,-1,'Slippers of the Holy Light',57002,4,4096,0,1,0,0,8,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,64,5,55,6,57,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(40752,10,0,-1,'Emblem of Heroism',54562,4,2048,0,1,0,0,0,262143,32767,80,80,0,0,0,0,0,0,0,0,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40753,10,0,-1,'Emblem of Valor',57300,4,2048,0,1,0,0,0,262143,32767,80,80,0,0,0,0,0,0,0,0,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40755,4,4,-1,'Enticing Sabatons',51628,3,4096,0,1,341070,68214,8,32767,-1,171,0,0,0,0,0,0,0,0,0,1,0,3,4,45,7,66,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1338,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(40756,4,3,-1,'Shoulders of the Seducer',52484,3,0,0,1,295267,59053,3,32767,-1,171,0,0,0,0,0,0,0,0,0,1,0,2,7,33,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,817,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,40231,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(40757,4,2,-1,'Shackles of Dark Whispers',52480,3,0,0,1,163898,32779,9,-1,-1,171,0,0,0,0,0,0,0,0,0,1,0,4,38,66,3,33,7,36,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(40758,4,1,-1,'Shroud of Temptation',52491,3,0,0,1,197382,39476,1,-1,-1,171,0,0,0,0,0,0,0,0,0,1,0,3,7,45,5,46,6,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,47952,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(40767,4,0,-1,'Sonic Booster',36444,3,64,0,1,271798,67949,12,-1,-1,167,0,202,390,0,0,0,0,0,0,1,0,1,7,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54707,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(40768,7,3,0,'MOLL-E',31202,3,0,0,1,0,0,0,-1,-1,80,0,202,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54710,0,0,0,7200000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Mobile Oversized Letter and Literary Extractor',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40769,7,3,0,'Scrapbot Construction Kit',52739,1,64,0,1,7500,1875,0,-1,-1,80,0,202,425,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54711,0,-1,0,900000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40771,7,2,-1,'Cobalt Frag Bomb',52741,1,8388672,0,1,2400,600,0,-1,-1,71,0,202,330,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67769,0,-1,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40772,7,3,-1,'Gnomish Army Knife',57379,1,32832,0,1,9027,2256,0,-1,-1,71,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,54732,0,0,0,1800000,1051,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Includes Gyromatic Micro-Adjuster, Arclight Spanner, Flint and Tinder, Blacksmithing Hammer, Mining Pick, and a Skinning Knife.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,1152,161,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40773,0,8,-1,'Master Firestone',7409,1,2097216,0,1,0,0,0,-1,-1,66,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54721,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40775,15,5,-1,'Winged Steed of the Ebon Blade',59465,4,0,0,1,10000000,0,0,32,2147483647,60,60,762,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,330,3000,54729,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Speed scales to riding skill.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40778,4,4,-1,'Savage Gladiator\'s Plate Chestpiece',55801,3,36864,0,1,0,0,5,1,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,62,7,115,32,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,135,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40779,4,4,-1,'Savage Gladiator\'s Dreadplate Chestpiece',55500,3,36864,0,1,0,0,5,32,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,62,7,115,32,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,135,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40780,4,4,-1,'Savage Gladiator\'s Scaled Chestpiece',55821,3,36864,0,1,0,0,5,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,62,7,115,32,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,135,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40781,4,4,-1,'Hateful Gladiator\'s Dreadplate Chestpiece',55819,4,36864,0,1,0,0,5,32,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,133,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40782,4,4,-1,'Hateful Gladiator\'s Scaled Chestpiece',55820,4,36864,0,1,0,0,5,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,133,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40783,4,4,-1,'Hateful Gladiator\'s Plate Chestpiece',55806,4,36864,0,1,0,0,5,1,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,133,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40784,4,4,-1,'Deadly Gladiator\'s Dreadplate Chestpiece',55817,4,36864,0,1,0,0,5,32,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,150,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40785,4,4,-1,'Deadly Gladiator\'s Scaled Chestpiece',55816,4,36864,0,1,0,0,5,2,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,150,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40786,4,4,-1,'Deadly Gladiator\'s Plate Chestpiece',55811,4,36864,0,1,0,0,5,1,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,150,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40797,4,4,-1,'Savage Gladiator\'s Plate Gauntlets',55802,3,36864,0,1,0,0,10,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,85,32,23,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1354,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,45,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40798,4,4,-1,'Savage Gladiator\'s Scaled Gauntlets',55841,3,36864,0,1,0,0,10,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,85,32,23,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1354,0,0,0,0,0,0,0,0,0,44300,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,45,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40799,4,4,-1,'Savage Gladiator\'s Dreadplate Gauntlets',55840,3,36864,0,1,0,0,10,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,85,32,23,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1354,0,0,0,0,0,0,0,0,0,62459,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,45,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40801,4,4,-1,'Hateful Gladiator\'s Plate Gauntlets',55807,4,36864,0,1,0,0,10,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,99,32,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,55,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40802,4,4,-1,'Hateful Gladiator\'s Scaled Gauntlets',55839,4,36864,0,1,0,0,10,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,99,32,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,44300,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,55,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40803,4,4,-1,'Hateful Gladiator\'s Dreadplate Gauntlets',55838,4,36864,0,1,0,0,10,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,99,32,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,62459,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,55,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40804,4,4,-1,'Deadly Gladiator\'s Plate Gauntlets',55812,4,36864,0,1,0,0,10,1,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,111,32,32,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,55,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40805,4,4,-1,'Deadly Gladiator\'s Scaled Gauntlets',55837,4,36864,0,1,0,0,10,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,111,32,32,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,44300,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,55,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40806,4,4,-1,'Deadly Gladiator\'s Dreadplate Gauntlets',55836,4,36864,0,1,0,0,10,32,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,111,32,32,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,62459,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,55,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40816,4,4,-1,'Savage Gladiator\'s Plate Helm',55803,3,36864,0,1,0,0,1,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,62,7,115,32,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1760,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,80,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40817,4,4,-1,'Savage Gladiator\'s Dreadplate Helm',57533,3,36864,0,1,0,0,1,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,62,7,115,32,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1760,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,80,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40818,4,4,-1,'Savage Gladiator\'s Scaled Helm',55528,3,36864,0,1,0,0,1,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,62,7,115,32,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1760,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,80,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40819,4,4,-1,'Hateful Gladiator\'s Plate Helm',55808,4,36864,0,1,0,0,1,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,133,32,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,100,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40820,4,4,-1,'Hateful Gladiator\'s Dreadplate Helm',57534,4,36864,0,1,0,0,1,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,133,32,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,100,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40821,4,4,-1,'Hateful Gladiator\'s Scaled Helm',55531,4,36864,0,1,0,0,1,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,133,32,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,100,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40823,4,4,-1,'Deadly Gladiator\'s Plate Helm',55813,4,36864,0,1,0,0,1,1,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,150,32,51,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,100,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40824,4,4,-1,'Deadly Gladiator\'s Dreadplate Helm',57535,4,36864,0,1,0,0,1,32,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,150,32,51,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,100,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40825,4,4,-1,'Deadly Gladiator\'s Scaled Helm',55723,4,36864,0,1,0,0,1,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,150,32,51,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,100,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40836,4,4,-1,'Savage Gladiator\'s Plate Legguards',55804,3,36864,0,1,0,0,7,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,62,7,115,32,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1895,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,100,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40837,4,4,-1,'Savage Gladiator\'s Dreadplate Legguards',55834,3,36864,0,1,0,0,7,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,62,7,115,32,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1895,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,100,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40838,4,4,-1,'Savage Gladiator\'s Scaled Legguards',55835,3,36864,0,1,0,0,7,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,62,7,115,32,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1895,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,100,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40840,4,4,-1,'Hateful Gladiator\'s Plate Legguards',55809,4,36864,0,1,0,0,7,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,133,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,120,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40841,4,4,-1,'Hateful Gladiator\'s Dreadplate Legguards',55831,4,36864,0,1,0,0,7,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,133,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,120,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40842,4,4,-1,'Hateful Gladiator\'s Scaled Legguards',55833,4,36864,0,1,0,0,7,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,133,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,120,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40844,4,4,-1,'Deadly Gladiator\'s Plate Legguards',55814,4,36864,0,1,0,0,7,1,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,150,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,120,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40845,4,4,-1,'Deadly Gladiator\'s Dreadplate Legguards',55829,4,36864,0,1,0,0,7,32,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,150,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,120,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40846,4,4,-1,'Deadly Gladiator\'s Scaled Legguards',55830,4,36864,0,1,0,0,7,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,150,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,120,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40856,4,4,-1,'Savage Gladiator\'s Plate Shoulders',55805,3,36864,0,1,0,0,3,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,85,32,31,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1625,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,80,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40857,4,4,-1,'Savage Gladiator\'s Dreadplate Shoulders',55505,3,36864,0,1,0,0,3,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,85,32,31,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1625,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,80,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40858,4,4,-1,'Savage Gladiator\'s Scaled Shoulders',55828,3,36864,0,1,0,0,3,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,85,32,31,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1625,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,80,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40859,4,4,-1,'Hateful Gladiator\'s Plate Shoulders',55810,4,36864,0,1,0,0,3,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,99,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,100,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40860,4,4,-1,'Hateful Gladiator\'s Dreadplate Shoulders',55512,4,36864,0,1,0,0,3,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,99,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,100,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40861,4,4,-1,'Hateful Gladiator\'s Scaled Shoulders',55827,4,36864,0,1,0,0,3,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,99,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,100,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40862,4,4,-1,'Deadly Gladiator\'s Plate Shoulders',55815,4,36864,0,1,0,0,3,1,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,111,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,100,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40863,4,4,-1,'Deadly Gladiator\'s Dreadplate Shoulders',55733,4,36864,0,1,0,0,3,32,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,111,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,100,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40864,4,4,-1,'Deadly Gladiator\'s Scaled Shoulders',55826,4,36864,0,1,0,0,3,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,111,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,100,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40865,4,0,-1,'Noise Machine',36444,3,0,0,1,271798,67949,12,-1,-1,167,0,202,390,0,0,0,0,0,0,1,0,1,45,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54808,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(40877,4,4,-1,'Hateful Gladiator\'s Girdle of Triumph',55645,4,36864,0,1,0,0,6,35,32767,200,80,0,0,0,0,0,0,5,0,1,0,4,4,58,7,99,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40878,4,4,-1,'Hateful Gladiator\'s Greaves of Triumph',55650,4,36864,0,1,0,0,8,35,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,99,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1541,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40879,4,4,-1,'Deadly Gladiator\'s Girdle of Triumph',55754,4,36864,0,1,0,0,6,35,32767,213,80,0,0,0,0,0,0,5,0,1,0,4,4,67,7,111,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40880,4,4,-1,'Deadly Gladiator\'s Greaves of Triumph',55755,4,36864,0,1,0,0,8,35,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,111,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40887,4,4,-1,'Hateful Gladiator\'s Bracers of Triumph',55635,4,36864,0,1,0,0,9,35,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,73,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,980,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40888,4,4,-1,'Deadly Gladiator\'s Bracers of Triumph',55753,4,36864,0,1,0,0,9,35,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,4,56,7,84,32,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40892,7,3,-1,'Hammer Pick',52779,1,0,0,1,3000,750,0,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Used as a mining pick or blacksmith hammer.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1152,167,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40893,7,3,-1,'Bladed Pickaxe',52780,1,0,0,1,2500,625,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Used as a mining pick or skinning knife.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1152,168,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40895,4,0,-1,'Gnomish X-Ray Specs',57759,3,0,0,1,93348,18669,1,-1,-1,80,0,202,350,20219,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54844,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,0,0,0,3000,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,225,-82,0,0,0,'',50,0,0,0,0,12340),(40896,16,11,0,'Glyph of Frenzied Regeneration',58828,1,64,0,1,400,100,0,1024,2147483647,41,36,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54854,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40897,16,11,0,'Glyph of Maul',58828,1,64,0,1,400,100,0,1024,2147483647,10,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54858,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40898,4,4,-1,'Savage Gladiator\'s Ornamented Chestguard',55821,3,36864,0,1,0,0,5,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,88,5,39,45,73,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,135,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40899,16,11,0,'Glyph of Growl',58828,1,64,0,1,400,100,0,1024,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54856,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40900,16,11,0,'Glyph of Mangle',58828,1,64,0,1,400,100,0,1024,2147483647,55,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54857,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40901,16,11,0,'Glyph of Shred',58828,1,64,0,1,400,100,0,1024,2147483647,26,22,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54859,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40902,16,11,0,'Glyph of Rip',58828,1,64,0,1,400,100,0,1024,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54860,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40903,16,11,0,'Glyph of Rake',58828,1,64,0,1,400,100,0,1024,2147483647,28,24,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54863,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40904,4,4,-1,'Hateful Gladiator\'s Ornamented Chestguard',55820,4,36864,0,1,0,0,5,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,87,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40905,4,4,-1,'Deadly Gladiator\'s Ornamented Chestguard',55816,4,36864,0,1,0,0,5,2,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,7,115,5,50,45,98,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40906,16,11,0,'Glyph of Swiftmend',58828,1,64,0,1,400,100,0,1024,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54864,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40908,16,11,0,'Glyph of Innervate',58828,1,64,0,1,400,100,0,1024,-1,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54865,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40909,16,11,0,'Glyph of Rebirth',58828,1,64,0,1,400,100,0,1024,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54866,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40912,16,11,0,'Glyph of Regrowth',58828,1,64,0,1,400,100,0,1024,2147483647,18,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54867,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40913,16,11,0,'Glyph of Rejuvenation',58828,1,64,0,1,400,100,0,1024,2147483647,8,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54868,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40914,16,11,0,'Glyph of Healing Touch',58828,1,64,0,1,400,100,0,1024,2147483647,10,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54869,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40915,16,11,0,'Glyph of Lifebloom',58828,1,64,0,1,400,100,0,1024,2147483647,71,64,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54870,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40916,16,11,0,'Glyph of Starfire',58828,1,64,0,1,400,100,0,1024,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54871,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40917,12,0,-1,'Lord-Commander\'s Nullifier',52787,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20211,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40918,4,4,-1,'Savage Gladiator\'s Ornamented Gloves',55841,3,36864,0,1,0,0,10,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,66,5,28,45,59,32,22,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1354,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,45,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40919,16,11,0,'Glyph of Insect Swarm',58828,1,64,0,1,400,100,0,1024,-1,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54872,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40920,16,11,0,'Glyph of Hurricane',58828,1,64,0,1,400,100,0,1024,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54873,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40921,16,11,0,'Glyph of Starfall',58828,1,64,0,1,400,100,0,1024,2147483647,65,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54874,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40922,16,11,0,'Glyph of Wrath',58828,1,64,0,1,400,100,0,1024,2147483647,6,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54875,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40923,16,11,0,'Glyph of Moonfire',58828,1,64,0,1,400,100,0,1024,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54876,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40924,16,11,0,'Glyph of Entangling Roots',58828,1,64,0,1,400,100,0,1024,-1,10,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54877,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40925,4,4,-1,'Hateful Gladiator\'s Ornamented Gloves',55839,4,36864,0,1,0,0,10,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,33,45,68,32,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,55,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40926,4,4,-1,'Deadly Gladiator\'s Ornamented Gloves',55837,4,36864,0,1,0,0,10,2,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,7,85,5,37,45,78,32,32,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,55,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40930,4,4,-1,'Savage Gladiator\'s Ornamented Headcover',55528,3,36864,0,1,0,0,1,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,88,5,39,45,73,32,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1760,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,80,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40931,4,4,-1,'Hateful Gladiator\'s Ornamented Headcover',55531,4,36864,0,1,0,0,1,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,87,32,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,100,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40932,4,4,-1,'Deadly Gladiator\'s Ornamented Headcover',55723,4,36864,0,1,0,0,1,2,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,7,115,5,50,45,99,32,51,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,100,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40936,4,4,-1,'Savage Gladiator\'s Ornamented Legplates',55835,3,36864,0,1,0,0,7,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,88,5,39,45,73,32,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1895,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,100,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40937,4,4,-1,'Hateful Gladiator\'s Ornamented Legplates',55833,4,36864,0,1,0,0,7,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,87,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40938,4,4,-1,'Deadly Gladiator\'s Ornamented Legplates',55830,4,36864,0,1,0,0,7,2,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,7,115,5,50,45,99,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40942,4,4,-1,'Spiked Cobalt Helm',54816,2,0,0,1,240006,48001,1,-1,-1,142,68,0,0,0,0,0,0,0,0,1,0,3,4,30,32,29,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1054,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(40943,4,4,-1,'Spiked Cobalt Legplates',54825,2,0,0,1,355299,71059,7,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,3,4,58,32,43,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1259,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(40944,12,0,0,'Icetip Venom Sac',4826,1,65792,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40946,12,0,-1,'Anuniaq\'s Net',3673,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21014,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40947,12,0,0,'Burlap-Wrapped Note',34753,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A hastily written and folded note wrapped in waxed burlap to protect it from the elements.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40949,4,4,-1,'Spiked Cobalt Boots',54823,2,0,0,1,228467,45693,8,32767,-1,146,71,0,0,0,0,0,0,0,0,1,0,3,4,38,32,29,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(40950,4,4,-1,'Spiked Cobalt Shoulders',54826,2,0,0,1,235174,47034,3,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,3,4,40,32,34,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1026,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(40951,4,4,-1,'Spiked Cobalt Chestpiece',54824,2,0,0,1,315343,63068,5,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,3,4,54,32,29,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1368,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(40952,4,4,-1,'Spiked Cobalt Gauntlets',54074,2,0,0,1,163123,32624,10,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,3,4,45,32,26,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,877,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(40953,4,4,-1,'Spiked Cobalt Belt',54822,2,0,0,1,167704,33540,6,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,3,4,34,32,33,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(40954,4,4,-1,'Spiked Cobalt Bracers',54072,2,0,0,1,177004,35400,9,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,3,4,34,32,26,36,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,645,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(40955,4,4,-1,'Horned Cobalt Helm',54816,2,0,0,1,264444,52888,1,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,3,4,66,32,37,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(40956,4,4,-1,'Reinforced Cobalt Shoulders',54821,2,0,0,1,253184,50636,3,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,4,4,28,32,27,35,27,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(40957,4,4,-1,'Reinforced Cobalt Helm',54819,2,0,0,1,266393,53278,1,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,4,4,40,32,40,7,60,35,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(40958,4,4,-1,'Reinforced Cobalt Legplates',54820,2,0,0,1,365403,73080,7,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,4,4,48,32,31,35,41,7,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(40959,4,4,-1,'Reinforced Cobalt Chestpiece',54818,2,0,0,1,374960,74992,5,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,4,4,47,32,38,35,43,7,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(40960,4,4,-1,'Savage Gladiator\'s Ornamented Spaulders',55828,3,36864,0,1,0,0,3,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,66,5,28,45,59,32,31,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1625,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,80,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40961,4,4,-1,'Hateful Gladiator\'s Ornamented Spaulders',55827,4,36864,0,1,0,0,3,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,33,45,68,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,100,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40962,4,4,-1,'Deadly Gladiator\'s Ornamented Spaulders',55826,4,36864,0,1,0,0,3,2,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,7,85,5,37,45,78,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,100,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40966,4,4,-1,'Hateful Gladiator\'s Girdle of Salvation',60017,4,36864,0,1,0,0,6,2,32767,200,80,0,0,0,0,0,0,5,0,1,0,5,7,76,5,33,45,68,43,18,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40969,12,0,0,'Improved Land Mines',7367,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'They\'re ticking...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40970,12,0,-1,'Onslaught Gryphon Reins',39239,1,2147483712,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49642,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40971,12,0,0,'Brann\'s Communicator',37879,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61122,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This device looks like it\'s intended to project an image of the person who holds its twin.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40972,4,4,-1,'Hateful Gladiator\'s Bracers of Salvation',55634,4,36864,0,1,0,0,9,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,57,5,24,45,59,43,18,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,980,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40973,4,4,-1,'Hateful Gladiator\'s Greaves of Salvation',55651,4,36864,0,1,0,0,8,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,33,45,68,43,18,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1541,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40974,4,4,-1,'Deadly Gladiator\'s Girdle of Salvation',55727,4,36864,0,1,0,0,6,2,32767,213,80,0,0,0,0,0,0,5,0,1,0,5,7,85,5,37,45,78,43,21,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40975,4,4,-1,'Deadly Gladiator\'s Greaves of Salvation',55728,4,36864,0,1,0,0,8,2,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,7,85,5,37,45,78,43,21,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40982,4,4,-1,'Deadly Gladiator\'s Bracers of Salvation',55726,4,36864,0,1,0,0,9,2,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,7,66,5,29,45,66,43,19,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40986,4,3,-1,'Savage Gladiator\'s Ringmail Armor',56926,3,36864,0,1,0,0,5,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,88,5,39,45,73,43,18,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1212,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40987,4,3,-1,'Savage Gladiator\'s Mail Armor',56926,3,36864,0,1,0,0,5,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,88,5,39,45,73,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1212,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40988,4,3,-1,'Hateful Gladiator\'s Ringmail Armor',56925,4,36864,0,1,0,0,5,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,87,43,23,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40989,4,3,-1,'Hateful Gladiator\'s Mail Armor',56925,4,36864,0,1,0,0,5,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,87,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40990,4,3,-1,'Deadly Gladiator\'s Ringmail Armor',56922,4,36864,0,1,0,0,5,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,115,5,50,45,98,43,25,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40991,4,3,-1,'Deadly Gladiator\'s Mail Armor',56922,4,36864,0,1,0,0,5,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,115,5,50,45,98,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40998,4,3,-1,'Savage Gladiator\'s Ringmail Gauntlets',56940,3,36864,0,1,0,0,10,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,66,5,28,45,59,43,11,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,40,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40999,4,3,-1,'Hateful Gladiator\'s Ringmail Gauntlets',56939,4,36864,0,1,0,0,10,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,33,45,68,43,14,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,50,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41000,4,3,-1,'Deadly Gladiator\'s Ringmail Gauntlets',56938,4,36864,0,1,0,0,10,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,85,5,37,45,78,43,16,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,50,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41004,4,3,-1,'Savage Gladiator\'s Mail Gauntlets',56940,3,36864,0,1,0,0,10,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,66,5,28,45,59,32,22,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,40,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41005,4,3,-1,'Hateful Gladiator\'s Mail Gauntlets',56939,4,36864,0,1,0,0,10,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,33,45,68,32,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,50,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41006,4,3,-1,'Deadly Gladiator\'s Mail Gauntlets',56938,4,36864,0,1,0,0,10,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,85,5,37,45,78,32,32,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,50,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41010,4,3,-1,'Savage Gladiator\'s Ringmail Helm',56936,3,36864,0,1,0,0,1,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,88,5,39,45,73,43,18,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,70,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41011,4,3,-1,'Hateful Gladiator\'s Ringmail Helm',56935,4,36864,0,1,0,0,1,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,87,43,23,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,85,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41012,4,3,-1,'Deadly Gladiator\'s Ringmail Helm',56934,4,36864,0,1,0,0,1,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,115,5,50,45,99,43,25,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,85,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41016,4,3,-1,'Savage Gladiator\'s Mail Helm',56936,3,36864,0,1,0,0,1,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,88,5,39,45,73,32,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,70,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41017,4,3,-1,'Hateful Gladiator\'s Mail Helm',56935,4,36864,0,1,0,0,1,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,87,32,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,85,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41018,4,3,-1,'Deadly Gladiator\'s Mail Helm',56934,4,36864,0,1,0,0,1,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,115,5,50,45,99,32,51,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,85,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41023,4,3,-1,'Savage Gladiator\'s Ringmail Leggings',56932,3,36864,0,1,0,0,7,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,88,5,39,45,73,43,18,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1061,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,90,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41024,4,3,-1,'Savage Gladiator\'s Ringmail Spaulders',56944,3,36864,0,1,0,0,3,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,66,5,28,45,59,43,15,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,70,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41025,4,3,-1,'Hateful Gladiator\'s Ringmail Leggings',56931,4,36864,0,1,0,0,7,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,87,43,23,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,105,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41026,4,3,-1,'Deadly Gladiator\'s Ringmail Leggings',56928,4,36864,0,1,0,0,7,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,115,5,50,45,99,43,25,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,105,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41030,4,3,-1,'Savage Gladiator\'s Mail Leggings',56932,3,36864,0,1,0,0,7,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,88,5,39,45,73,32,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1061,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,90,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41031,4,3,-1,'Hateful Gladiator\'s Mail Leggings',56931,4,36864,0,1,0,0,7,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,87,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,105,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41032,4,3,-1,'Deadly Gladiator\'s Mail Leggings',56928,4,36864,0,1,0,0,7,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,115,5,50,45,99,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,105,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41036,4,3,-1,'Hateful Gladiator\'s Ringmail Spaulders',56942,4,36864,0,1,0,0,3,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,33,45,68,43,18,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,85,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41037,4,3,-1,'Deadly Gladiator\'s Ringmail Spaulders',56941,4,36864,0,1,0,0,3,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,85,5,37,45,78,43,21,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,85,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41041,4,3,-1,'Savage Gladiator\'s Mail Spaulders',56944,3,36864,0,1,0,0,3,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,66,5,28,45,59,32,31,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,70,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41042,4,3,-1,'Hateful Gladiator\'s Mail Spaulders',56942,4,36864,0,1,0,0,3,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,33,45,68,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,85,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41043,4,3,-1,'Deadly Gladiator\'s Mail Spaulders',56941,4,36864,0,1,0,0,3,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,85,5,37,45,78,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,85,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41047,4,3,-1,'Hateful Gladiator\'s Wristguards of Salvation',56945,4,36864,0,1,0,0,9,68,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,57,5,24,45,59,43,18,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41048,4,3,-1,'Deadly Gladiator\'s Waistguard of Salvation',56948,4,36864,0,1,0,0,6,68,32767,213,80,0,0,0,0,0,0,5,0,1,0,5,7,85,5,37,45,78,43,21,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41049,4,3,-1,'Hateful Gladiator\'s Sabatons of Salvation',56949,4,36864,0,1,0,0,8,68,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,33,45,68,43,18,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,862,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41050,4,3,-1,'Hateful Gladiator\'s Waistguard of Salvation',56947,4,36864,0,1,0,0,6,68,32767,200,80,0,0,0,0,0,0,5,0,1,0,5,7,76,5,33,45,68,43,18,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,705,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41054,4,3,-1,'Deadly Gladiator\'s Sabatons of Salvation',56950,4,36864,0,1,0,0,8,68,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,7,85,5,37,45,78,43,21,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41058,12,0,-1,'Hyldnir Harpoon',44246,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54933,0,0,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41059,4,3,-1,'Deadly Gladiator\'s Wristguards of Salvation',56946,4,36864,0,1,0,0,9,68,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,7,66,5,29,45,66,43,19,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,563,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41063,4,3,-1,'Hateful Gladiator\'s Wristguards of Dominance',56945,4,36864,0,1,0,0,9,68,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,57,5,24,45,59,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41064,4,3,-1,'Deadly Gladiator\'s Wristguards of Dominance',56946,4,36864,0,1,0,0,9,68,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,7,66,5,29,45,66,32,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,563,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41068,4,3,-1,'Hateful Gladiator\'s Waistguard of Dominance',56947,4,36864,0,1,0,0,6,68,32767,200,80,0,0,0,0,0,0,5,0,1,0,5,7,76,5,33,45,68,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,705,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41069,4,3,-1,'Deadly Gladiator\'s Waistguard of Dominance',56948,4,36864,0,1,0,0,6,68,32767,213,80,0,0,0,0,0,0,5,0,1,0,5,7,85,5,37,45,78,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41073,4,3,-1,'Hateful Gladiator\'s Sabatons of Dominance',56949,4,36864,0,1,0,0,8,68,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,33,45,68,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,862,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41074,4,3,-1,'Deadly Gladiator\'s Sabatons of Dominance',56950,4,36864,0,1,0,0,8,68,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,7,85,5,37,45,78,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41078,4,3,-1,'Savage Gladiator\'s Linked Armor',56926,3,36864,0,1,0,0,5,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,6,38,72,3,52,7,90,5,23,32,52,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1212,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41079,4,3,-1,'Hateful Gladiator\'s Linked Armor',56925,4,36864,0,1,0,0,5,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,6,38,88,3,60,7,103,5,29,32,60,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41080,4,3,-1,'Deadly Gladiator\'s Linked Armor',56922,4,36864,0,1,0,0,5,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,6,38,102,3,68,7,115,5,35,32,67,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41084,4,3,-1,'Savage Gladiator\'s Chain Armor',56965,3,36864,0,1,0,0,5,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,6,38,72,3,52,7,90,5,23,32,52,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1212,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41085,4,3,-1,'Hateful Gladiator\'s Chain Armor',55847,4,36864,0,1,0,0,5,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,6,38,88,3,60,7,102,5,29,32,60,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41086,4,3,-1,'Deadly Gladiator\'s Chain Armor',55848,4,36864,0,1,0,0,5,4,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,6,38,102,3,68,7,115,5,35,32,67,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41092,16,2,0,'Glyph of Judgement',58832,1,64,0,1,400,100,0,2,2147483647,9,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55003,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41094,16,2,0,'Glyph of Seal of Command',58832,1,64,0,1,400,100,0,2,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55109,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41095,16,2,0,'Glyph of Hammer of Justice',58832,1,64,0,1,400,100,0,2,2147483647,13,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55110,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41096,16,2,0,'Glyph of Spiritual Attunement',58832,1,64,0,1,400,100,0,2,2147483647,18,18,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55111,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41097,16,2,0,'Glyph of Hammer of Wrath',58832,1,64,0,1,400,100,0,2,2147483647,49,44,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55112,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41098,16,2,0,'Glyph of Crusader Strike',58832,1,64,0,1,400,100,0,2,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55113,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41099,16,2,0,'Glyph of Consecration',58832,1,64,0,1,400,100,0,2,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55114,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41100,16,2,0,'Glyph of Righteous Defense',58832,1,64,0,1,400,100,0,2,2147483647,19,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55115,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41101,16,2,0,'Glyph of Avenger\'s Shield',58832,1,64,0,1,400,100,0,2,2147483647,55,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55116,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41102,16,2,0,'Glyph of Turn Evil',58832,1,64,0,1,400,100,0,2,2147483647,29,24,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55117,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41103,16,2,0,'Glyph of Exorcism',58832,1,64,0,1,400,100,0,2,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55118,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41104,16,2,0,'Glyph of Cleansing',58832,1,64,0,1,400,100,0,2,2147483647,35,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55119,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41105,16,2,0,'Glyph of Flash of Light',58832,1,64,0,1,400,100,0,2,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55120,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41106,16,2,0,'Glyph of Holy Light',58832,1,64,0,1,400,100,0,2,2147483647,6,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55121,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41107,16,2,0,'Glyph of Avenging Wrath',58832,1,64,0,1,400,100,0,2,2147483647,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55122,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41108,16,2,0,'Glyph of Divinity',58832,1,64,0,1,400,100,0,2,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55123,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41109,16,2,0,'Glyph of Seal of Wisdom',58832,1,64,0,1,400,100,0,2,2147483647,43,38,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55124,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41110,16,2,0,'Glyph of Seal of Light',58832,1,64,0,1,400,100,0,2,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55125,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41112,4,1,-1,'Mechanized Snow Goggles',45782,3,0,0,1,206604,41320,1,-1,-1,183,0,202,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,61477,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,0,0,0,3000,0,-1,2,'',0,0,0,0,0,7,0,0,321,0,0,50,0,0,128,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41113,4,6,-1,'Saronite Bulwark',52178,3,0,0,1,424125,84825,14,-1,-1,175,77,0,0,0,0,0,0,0,0,1,0,3,7,66,4,25,12,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6703,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,187,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41114,4,4,-1,'Tempered Saronite Gauntlets',54076,3,0,0,1,221974,44394,10,-1,-1,179,78,0,0,0,0,0,0,0,0,1,0,3,7,55,4,28,12,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1277,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41115,12,0,0,'Ragemane\'s Flipper',9145,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Smelly and decomposed.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41116,4,4,-1,'Tempered Saronite Bracers',54075,3,0,0,1,219003,43800,9,-1,-1,175,77,0,0,0,0,0,0,0,0,1,0,3,7,30,4,27,12,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41117,4,6,-1,'Saronite Protector',52862,3,0,0,1,365403,73080,14,-1,-1,159,73,0,0,0,0,0,0,0,0,1,0,3,45,48,5,17,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6052,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,164,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(41119,7,2,-1,'Saronite Bomb',52864,1,8388672,0,1,1000,250,0,-1,-1,75,0,202,350,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56350,0,-1,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41120,9,4,-1,'Plans: Reinforced Cobalt Legplates',1096,2,33554496,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54980,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Reinforced Cobalt Legplates',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41121,4,0,-1,'Gnomish Lightning Generator',52868,3,64,0,1,322031,80507,12,-1,-1,200,0,202,425,0,0,0,0,0,0,1,0,1,32,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55039,0,0,0,60000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It\'s safe!',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41122,9,4,-1,'Plans: Reinforced Cobalt Chestpiece',1096,2,33554496,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54981,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Reinforced Cobalt Chestpiece',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41123,9,4,-1,'Plans: Reinforced Cobalt Helm',1096,2,33554496,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54979,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Reinforced Cobalt Helm',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41124,9,4,-1,'Plans: Reinforced Cobalt Shoulders',1096,2,33554496,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54978,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Reinforced Cobalt Shoulders',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41126,4,4,-1,'Brilliant Saronite Legplates',54811,3,0,0,1,423090,84618,7,-1,-1,163,74,0,0,0,0,0,0,0,0,1,0,3,45,89,32,44,43,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1618,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(41127,4,4,-1,'Brilliant Saronite Gauntlets',55300,3,0,0,1,218437,43687,10,-1,-1,167,75,0,0,0,0,0,0,0,0,1,0,3,45,70,5,25,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1186,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41128,4,4,-1,'Brilliant Saronite Boots',54809,3,0,0,1,333656,66731,8,32767,-1,171,76,0,0,0,0,0,0,0,0,1,0,3,45,65,32,43,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1338,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41129,4,4,-1,'Brilliant Saronite Breastplate',54810,3,0,0,1,466971,93394,5,-1,-1,179,78,0,0,0,0,0,0,0,0,1,0,3,45,103,32,38,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2043,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41130,12,0,0,'Inventor\'s Disk Fragment',52889,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55165,0,-1,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41131,12,0,0,'Rageclaw Fire Extinguisher',4136,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55037,0,0,0,0,1149,500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It looks like an ordinary bottle of water.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41132,12,0,0,'The Inventor\'s Disk',16265,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41134,4,3,-1,'Savage Gladiator\'s Linked Gauntlets',56940,3,36864,0,1,0,0,10,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,6,38,60,3,39,7,66,5,21,32,30,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,40,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41135,4,3,-1,'Hateful Gladiator\'s Linked Gauntlets',56939,4,36864,0,1,0,0,10,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,6,38,72,3,44,7,76,5,25,32,35,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,50,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41136,4,3,-1,'Deadly Gladiator\'s Linked Gauntlets',56938,4,36864,0,1,0,0,10,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,6,38,84,3,50,7,85,5,30,32,39,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,50,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41140,4,3,-1,'Savage Gladiator\'s Chain Gauntlets',56966,3,36864,0,1,0,0,10,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,6,38,60,3,39,7,66,5,21,32,30,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,61255,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,40,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41141,4,3,-1,'Hateful Gladiator\'s Chain Gauntlets',55844,4,36864,0,1,0,0,10,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,6,38,72,3,44,7,76,5,25,32,35,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,61255,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,50,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41142,4,3,-1,'Deadly Gladiator\'s Chain Gauntlets',55614,4,36864,0,1,0,0,10,4,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,6,38,84,3,50,7,85,5,30,32,39,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,61255,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,50,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41146,7,3,-1,'Sun Scope',7268,3,64,0,1,200000,50000,0,-1,-1,75,70,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55076,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41148,4,3,-1,'Savage Gladiator\'s Linked Helm',56936,3,36864,0,1,0,0,1,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,6,38,72,3,52,7,90,5,23,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,70,0,0,0,0,1,0,2,0,0,0,2843,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41149,4,3,-1,'Hateful Gladiator\'s Linked Helm',56935,4,36864,0,1,0,0,1,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,6,38,88,3,60,7,103,5,29,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,85,0,0,0,0,1,0,2,0,0,0,2843,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41150,4,3,-1,'Deadly Gladiator\'s Linked Helm',56934,4,36864,0,1,0,0,1,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,6,38,102,3,68,7,115,5,34,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,85,0,0,0,0,1,0,2,0,0,0,2843,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41154,4,3,-1,'Savage Gladiator\'s Chain Helm',56967,3,36864,0,1,0,0,1,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,6,38,72,3,52,7,90,5,23,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,70,0,0,0,0,1,0,2,0,0,0,2843,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41155,4,3,-1,'Hateful Gladiator\'s Chain Helm',56145,4,36864,0,1,0,0,1,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,6,38,88,3,60,7,103,5,29,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,85,0,0,0,0,1,0,2,0,0,0,2843,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41156,4,3,-1,'Deadly Gladiator\'s Chain Helm',56143,4,36864,0,1,0,0,1,4,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,6,38,102,3,68,7,115,5,34,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,85,0,0,0,0,1,0,2,0,0,0,2843,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41160,4,3,-1,'Savage Gladiator\'s Linked Leggings',56932,3,36864,0,1,0,0,7,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,6,38,72,3,52,7,90,5,23,32,52,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1061,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,90,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41161,12,0,0,'Drakuru \"Lock Opener\"',40710,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55083,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This item closely resembles a hammer.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41162,4,3,-1,'Hateful Gladiator\'s Linked Leggings',56931,4,36864,0,1,0,0,7,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,6,38,88,3,60,7,103,5,29,32,60,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,105,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41163,7,7,-1,'Titanium Bar',52909,2,0,0,1,75000,18750,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41164,6,3,-1,'Mammoth Cutters',62931,3,0,0,200,1000,2,24,-1,-1,200,72,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,68,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41165,6,2,-1,'Saronite Razorheads',18275,3,0,0,200,1000,2,24,-1,-1,200,72,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,68,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41166,0,1,-1,'Runic Healing Injector',64140,1,0,0,1,15000,3750,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67489,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41167,7,3,-1,'Heartseeker Scope',7326,3,64,0,1,100000,25000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55135,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41168,2,3,-1,'Armor Plated Combat Shotgun',57237,4,0,0,1,757239,151447,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,31,18,12,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,337,0,0,0,0,0,0,0,0,0,0,0,2000,3,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,8,0,0,0,0,0,2882,0,375,0,0,0,0,'',68,0,0,0,0,12340),(41169,0,8,-1,'Firestone',7409,1,2097216,0,1,0,0,0,-1,-1,36,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55153,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41170,0,8,-1,'Lesser Firestone',7409,1,2097216,0,1,0,0,0,-1,-1,28,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55152,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41171,0,8,-1,'Greater Firestone',7409,1,2097216,0,1,0,0,0,-1,-1,46,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55154,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41172,0,8,-1,'Major Firestone',7409,1,2097216,0,1,0,0,0,-1,-1,56,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55155,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41173,0,8,-1,'Fel Firestone',7409,1,2097216,0,1,0,0,0,-1,-1,74,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55156,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41174,0,8,-1,'Grand Firestone',7409,1,2097216,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55158,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41179,12,0,0,'The Inventor\'s Disk',16265,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55161,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41181,2,1,-1,'Honed Cobalt Cleaver',52941,3,0,0,1,743911,148782,17,-1,-1,159,73,0,0,0,0,0,0,0,0,1,0,2,38,154,36,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,509,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(41182,2,7,-1,'Savage Cobalt Slicer',50271,3,0,0,1,611331,122266,13,-1,-1,163,74,0,0,0,0,0,0,0,0,1,0,3,3,30,31,20,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,353,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(41183,2,15,-1,'Saronite Ambusher',51403,3,0,0,1,627637,125527,13,-1,-1,167,75,0,0,0,0,0,0,0,0,1,0,2,38,62,44,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,218,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41184,2,15,-1,'Saronite Shiv',51403,3,0,0,1,644045,128809,13,-1,-1,171,76,0,0,0,0,0,0,0,0,1,0,2,31,35,37,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,183,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41185,2,4,-1,'Furious Saronite Beatstick',52926,3,0,0,1,660491,132098,13,-1,-1,175,77,0,0,0,0,0,0,0,0,1,0,2,38,50,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,203,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41186,2,7,-1,'Corroded Saronite Edge',53477,3,0,0,1,677104,135420,13,-1,-1,179,78,0,0,9787,0,0,0,0,0,1,0,3,7,21,37,28,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,387,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41187,2,7,-1,'Corroded Saronite Woundbringer',53477,3,0,0,1,679554,135910,13,-1,-1,179,78,0,0,9787,0,0,0,0,0,1,0,3,3,28,7,21,37,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,268,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41188,2,5,-1,'Saronite Mindcrusher',53478,3,0,0,1,852423,170484,17,-1,-1,179,78,0,0,9787,0,0,0,0,0,1,0,4,4,88,7,57,32,38,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,643,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41189,4,4,-1,'Chestplate of Conquest',52931,3,0,0,1,479072,95814,5,-1,-1,179,78,0,0,9788,0,0,0,0,0,1,0,4,4,88,7,57,32,38,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2043,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41190,4,4,-1,'Legplates of Conquest',51612,3,0,0,1,89597,17919,7,-1,-1,166,78,0,0,9788,0,0,0,0,0,1,0,4,4,54,7,81,32,54,36,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1788,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,138,0,0,0,'',54,0,0,0,0,12340),(41191,0,8,-1,'Spellstone',13291,1,2097216,0,1,0,0,0,-1,-1,36,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55171,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41192,0,8,-1,'Greater Spellstone',13291,1,2097216,0,1,0,0,0,-1,-1,48,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55175,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41193,0,8,-1,'Major Spellstone',13291,1,2097216,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55178,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41194,0,8,-1,'Master Spellstone',13291,1,2097216,0,1,0,0,0,-1,-1,66,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55188,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41195,0,8,-1,'Demonic Spellstone',13291,1,2097216,0,1,0,0,0,-1,-1,72,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55190,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41196,0,8,-1,'Grand Spellstone',13291,1,2097216,0,1,0,0,0,-1,-1,78,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55194,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41197,12,0,0,'The Inventor\'s Disk',16265,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41198,4,3,-1,'Deadly Gladiator\'s Linked Leggings',56928,4,36864,0,1,0,0,7,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,6,38,102,3,68,7,115,5,34,32,67,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,105,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41202,4,3,-1,'Savage Gladiator\'s Chain Leggings',56968,3,36864,0,1,0,0,7,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,6,38,72,3,52,7,90,5,23,32,52,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1061,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,90,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41203,4,3,-1,'Hateful Gladiator\'s Chain Leggings',55854,4,36864,0,1,0,0,7,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,6,38,88,3,60,7,103,5,29,32,60,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,105,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41204,4,3,-1,'Deadly Gladiator\'s Chain Leggings',55855,4,36864,0,1,0,0,7,4,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,6,38,102,3,68,7,115,5,34,32,67,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,105,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41208,4,3,-1,'Savage Gladiator\'s Linked Spaulders',56944,3,36864,0,1,0,0,3,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,6,38,60,3,39,7,66,5,21,32,39,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,70,0,0,0,0,4,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41209,4,3,-1,'Hateful Gladiator\'s Linked Spaulders',56942,4,36864,0,1,0,0,3,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,6,38,72,3,44,7,76,5,25,32,44,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,85,0,0,0,0,4,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41210,4,3,-1,'Deadly Gladiator\'s Linked Spaulders',56941,4,36864,0,1,0,0,3,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,6,38,84,3,50,7,85,5,29,32,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,85,0,0,0,0,4,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41214,4,3,-1,'Savage Gladiator\'s Chain Spaulders',56969,3,36864,0,1,0,0,3,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,6,38,60,3,39,7,66,5,21,32,39,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,70,0,0,0,0,4,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41215,4,3,-1,'Hateful Gladiator\'s Chain Spaulders',55626,4,36864,0,1,0,0,3,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,6,38,72,3,44,7,76,5,25,32,44,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,85,0,0,0,0,4,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41216,4,3,-1,'Deadly Gladiator\'s Chain Spaulders',55618,4,36864,0,1,0,0,3,4,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,6,38,84,3,50,7,85,5,29,32,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,85,0,0,0,0,4,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41223,4,3,-1,'Hateful Gladiator\'s Wristguards of Triumph',55638,4,36864,0,1,0,0,9,68,32767,200,80,0,0,0,0,0,0,0,0,1,0,6,38,50,3,34,7,57,5,32,32,33,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41224,4,3,-1,'Deadly Gladiator\'s Wristguards of Triumph',56970,4,36864,0,1,0,0,9,68,32767,213,80,0,0,0,0,0,0,0,0,1,0,6,38,74,3,38,7,66,5,29,32,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,563,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41228,4,3,-1,'Hateful Gladiator\'s Sabatons of Triumph',55652,4,36864,0,1,0,0,8,68,32767,200,80,0,0,0,0,0,0,0,0,1,0,6,38,50,3,44,7,76,5,36,32,44,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,862,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41229,4,3,-1,'Deadly Gladiator\'s Sabatons of Triumph',56972,4,36864,0,1,0,0,8,68,32767,213,80,0,0,0,0,0,0,0,0,1,0,6,38,84,3,41,7,85,5,37,32,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41233,4,3,-1,'Hateful Gladiator\'s Waistguard of Triumph',55646,4,36864,0,1,0,0,6,68,32767,200,80,0,0,0,0,0,0,5,0,1,0,6,38,50,3,44,7,76,5,36,32,44,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,705,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41234,4,3,-1,'Deadly Gladiator\'s Waistguard of Triumph',56971,4,36864,0,1,0,0,6,68,32767,213,80,0,0,0,0,0,0,5,0,1,0,6,38,84,3,41,7,85,5,37,32,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41238,4,1,-1,'Cloak of Tormented Skies',56697,3,0,0,1,184790,36958,16,-1,-1,167,75,0,0,0,0,0,0,0,0,1,0,3,4,31,7,48,12,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,337,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,210,0,0,0,'',54,0,0,0,0,12340),(41239,2,7,-1,'Sturdy Cobalt Quickblade',50270,2,0,0,1,454625,90925,13,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,2,38,48,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,195,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(41240,2,4,-1,'Cobalt Tenderizer',50197,2,0,0,1,456313,91262,13,262143,2147483647,146,71,0,0,0,0,0,0,0,0,1,0,2,3,26,37,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,298,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(41241,2,16,-1,'Sure-fire Shuriken',52939,2,0,0,1,124616,31154,25,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,2,7,21,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,258,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(41242,2,8,-1,'Forged Cobalt Claymore',50334,2,0,0,1,589143,117828,17,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,2,4,61,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,491,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(41243,2,0,-1,'Notched Cobalt War Axe',50076,2,0,0,1,497466,99493,13,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,2,38,56,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,310,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(41245,2,16,-1,'Deadly Saronite Dirk',52942,3,0,0,1,124616,31154,25,-1,-1,171,76,0,0,0,0,0,0,0,0,1,0,2,31,17,37,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,314,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41248,4,0,-1,'Red Lumberjack Shirt',52955,1,0,0,1,4000,1000,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41249,4,0,-1,'Blue Lumberjack Shirt',52956,1,0,0,1,4000,1000,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41250,4,0,-1,'Green Lumberjack Shirt',52957,1,0,0,1,4000,1000,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41251,4,0,-1,'Yellow Lumberjack Shirt',52958,1,0,0,1,4000,1000,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41252,4,0,-1,'Red Workman\'s Shirt',52959,1,0,0,1,4000,1000,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41253,4,0,-1,'Blue Workman\'s Shirt',52960,1,0,0,1,4000,1000,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41254,4,0,-1,'Rustic Workman\'s Shirt',52961,1,0,0,1,4000,1000,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41255,4,0,-1,'Green Workman\'s Shirt',52962,1,0,0,1,4000,1000,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41257,2,5,-1,'Titansteel Destroyer',52966,4,524288,0,1,1211695,242339,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,124,7,105,31,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,761,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(41258,12,0,0,'Norgannon\'s Shell',52971,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The interior of the stone shell is filled with grooves, apparently to secure the other half of the keystone.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41260,12,0,0,'Norgannon\'s Core',42619,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41262,12,0,0,'Orders From Drakuru',30953,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3279,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41264,4,2,-1,'Deflecting Bracers',56681,3,0,0,1,191350,38270,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,14,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41265,12,0,-1,'Eyesore Blaster',52979,1,8388672,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30740,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41266,3,6,-1,'Skyflare Diamond',54468,3,0,0,1,120000,30000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41267,12,0,0,'SCRAP-E Access Card',40632,1,2048,0,1,0,0,0,-1,-1,1,77,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,12888,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41268,4,2,-1,'Savage Gladiator\'s Kodohide Gloves',55398,3,36864,0,1,0,0,10,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,66,5,28,6,22,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,35,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41269,4,2,-1,'Savage Gladiator\'s Kodohide Helm',55399,3,36864,0,1,0,0,1,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,6,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,60,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41270,4,2,-1,'Savage Gladiator\'s Kodohide Legguards',55874,3,36864,0,1,0,0,7,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,6,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,75,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41271,4,2,-1,'Savage Gladiator\'s Kodohide Spaulders',55404,3,36864,0,1,0,0,3,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,66,5,28,6,31,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,60,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41272,4,2,-1,'Savage Gladiator\'s Kodohide Robes',55862,3,36864,0,1,0,0,20,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,6,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,100,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41273,4,2,-1,'Hateful Gladiator\'s Kodohide Spaulders',55417,4,36864,0,1,0,0,3,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,6,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,70,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41274,4,2,-1,'Deadly Gladiator\'s Kodohide Spaulders',56421,4,36864,0,1,0,0,3,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,6,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,70,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41278,4,2,-1,'Savage Gladiator\'s Wyrmhide Spaulders',55404,3,36864,0,1,0,0,3,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,66,5,28,32,31,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,60,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41279,4,2,-1,'Hateful Gladiator\'s Wyrmhide Spaulders',55417,4,36864,0,1,0,0,3,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,70,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41280,4,2,-1,'Deadly Gladiator\'s Wyrmhide Spaulders',56421,4,36864,0,1,0,0,3,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,70,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41284,4,2,-1,'Hateful Gladiator\'s Kodohide Gloves',55397,4,36864,0,1,0,0,10,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,6,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,40,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41285,3,6,-1,'Chaotic Skyflare Diamond',54469,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1381,-1,0,0,0,0,'',0,0,0,0,0,12340),(41286,4,2,-1,'Deadly Gladiator\'s Kodohide Gloves',56418,4,36864,0,1,0,0,10,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,6,32,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,40,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41290,4,2,-1,'Savage Gladiator\'s Wyrmhide Gloves',55398,3,36864,0,1,0,0,10,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,66,5,28,32,22,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,35,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41291,4,2,-1,'Hateful Gladiator\'s Wyrmhide Gloves',55397,4,36864,0,1,0,0,10,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,32,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,40,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41292,4,2,-1,'Deadly Gladiator\'s Wyrmhide Gloves',56418,4,36864,0,1,0,0,10,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,32,32,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,40,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41296,4,2,-1,'Hateful Gladiator\'s Kodohide Legguards',55872,4,36864,0,1,0,0,7,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,6,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,90,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41297,4,2,-1,'Deadly Gladiator\'s Kodohide Legguards',56419,4,36864,0,1,0,0,7,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,115,5,50,6,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,90,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41301,4,2,-1,'Savage Gladiator\'s Wyrmhide Legguards',55874,3,36864,0,1,0,0,7,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,32,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,75,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41302,4,2,-1,'Hateful Gladiator\'s Wyrmhide Legguards',55872,4,36864,0,1,0,0,7,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,90,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41303,4,2,-1,'Deadly Gladiator\'s Wyrmhide Legguards',56419,4,36864,0,1,0,0,7,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,115,5,50,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,90,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41307,3,6,-1,'Destructive Skyflare Diamond',54469,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1382,-1,0,0,0,0,'',0,0,0,0,0,12340),(41308,4,2,-1,'Hateful Gladiator\'s Kodohide Robes',55861,4,36864,0,1,0,0,20,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,6,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41309,4,2,-1,'Deadly Gladiator\'s Kodohide Robes',56420,4,36864,0,1,0,0,20,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,98,7,115,5,50,6,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41313,4,2,-1,'Savage Gladiator\'s Wyrmhide Robes',55862,3,36864,0,1,0,0,20,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,100,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41314,4,2,-1,'Hateful Gladiator\'s Wyrmhide Robes',55861,4,36864,0,1,0,0,20,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41315,4,2,-1,'Deadly Gladiator\'s Wyrmhide Robes',56420,4,36864,0,1,0,0,20,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,98,7,115,5,50,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41319,4,2,-1,'Hateful Gladiator\'s Kodohide Helm',55411,4,36864,0,1,0,0,1,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,6,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,70,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41320,4,2,-1,'Deadly Gladiator\'s Kodohide Helm',56417,4,36864,0,1,0,0,1,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,115,5,50,6,51,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,70,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41324,4,2,-1,'Savage Gladiator\'s Wyrmhide Helm',55399,3,36864,0,1,0,0,1,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,32,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,60,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41325,4,2,-1,'Hateful Gladiator\'s Wyrmhide Helm',55411,4,36864,0,1,0,0,1,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,32,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,70,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41326,4,2,-1,'Deadly Gladiator\'s Wyrmhide Helm',56417,4,36864,0,1,0,0,1,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,115,5,50,32,51,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,70,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41330,4,2,-1,'Hateful Gladiator\'s Belt of Salvation',55643,4,36864,0,1,0,0,6,1032,32767,200,80,0,0,0,0,0,0,5,0,1,0,5,45,68,7,76,5,33,6,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41331,4,2,-1,'Hateful Gladiator\'s Boots of Salvation',55647,4,36864,0,1,0,0,8,1032,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,6,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41332,4,2,-1,'Hateful Gladiator\'s Armwraps of Salvation',55632,4,36864,0,1,0,0,9,1032,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,57,5,24,6,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41333,3,6,-1,'Ember Skyflare Diamond',54469,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1383,-1,0,0,0,0,'',0,0,0,0,0,12340),(41334,3,6,-1,'Earthsiege Diamond',54466,3,0,0,1,120000,30000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41335,3,6,-1,'Enigmatic Skyflare Diamond',54469,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1401,-1,0,0,0,0,'',0,0,0,0,0,12340),(41336,12,0,0,'Medical Supply Crate',52989,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41337,15,0,-1,'Whizzed-Out Gizmo',3257,0,0,0,1,3125,781,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41338,15,0,-1,'Sprung Whirlygig',7411,0,0,0,1,1860,465,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41339,3,6,-1,'Swift Skyflare Diamond',54469,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1402,-1,0,0,0,0,'',0,0,0,0,0,12340),(41340,12,0,0,'Fresh Ice Rhino Meat',52981,1,8454208,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56393,0,-1,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41341,12,0,0,'Stormcrest Eagle Egg',18052,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41344,4,4,-1,'Helm of Command',52304,3,0,0,1,349627,69925,1,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,4,95,32,55,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41345,4,4,-1,'Daunting Legplates',52996,3,0,0,1,468847,93769,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,4,54,7,93,12,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41346,4,4,-1,'Righteous Greaves',52999,3,0,0,1,470586,94117,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,32,54,7,93,45,103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41347,4,4,-1,'Savage Saronite Legplates',53003,3,0,0,1,472373,94474,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,59,7,99,32,44,35,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,816,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41348,4,4,-1,'Savage Saronite Walkers',53004,3,0,0,1,354943,70988,8,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,27,7,57,32,52,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1439,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,816,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41349,4,4,-1,'Savage Saronite Gauntlets',53110,3,0,0,1,239334,47866,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,52,7,66,32,27,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,816,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41350,4,4,-1,'Savage Saronite Skullshield',52302,3,0,0,1,357583,71516,1,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,37,32,70,7,78,35,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,816,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41351,4,4,-1,'Savage Saronite Pauldrons',51604,3,0,0,1,358921,71784,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,52,7,66,32,43,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,816,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41352,4,4,-1,'Savage Saronite Waistguard',53005,3,0,0,1,242006,48401,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,44,32,43,7,40,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,816,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41353,4,4,-1,'Savage Saronite Hauberk',50991,3,0,0,1,483050,96610,5,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,72,7,105,32,37,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2093,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,816,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41354,4,4,-1,'Savage Saronite Bracers',51710,3,0,0,1,243779,48755,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,37,7,48,32,24,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,816,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41355,4,4,-1,'Vengeance Bindings',54830,3,0,0,1,244678,48935,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,4,53,31,23,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41356,4,4,-1,'Righteous Gauntlets',53007,3,0,0,1,252015,50403,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,45,83,7,45,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41357,4,4,-1,'Daunting Handguards',53008,3,0,0,1,252913,50582,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,12,71,7,60,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41359,12,0,-1,'Cultist Rod',53019,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Engraved with images depicting unspeakable evil!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41361,12,0,-1,'Abomination Hook',48725,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Rusty and splattered with blood.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41362,12,0,-1,'Geist Rope',43599,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s fashioned into a hangman\'s knot, of course.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41363,12,0,-1,'Scourge Essence',6690,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You don\'t want to know.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41366,12,0,-1,'Sovereign Rod',53013,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29070,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41367,0,8,-1,'Dark Jade Focusing Lens',22651,2,64,0,1,10000,2500,0,-1,-1,75,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55346,0,-40,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41368,15,0,-1,'Expired Voodoo Power Core',53020,0,0,0,1,6250,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41369,15,0,-1,'Holey Punchcard',53021,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41372,12,0,-1,'Challenge Flag',53149,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21855,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41373,15,0,-1,'Voo Juice',4138,0,0,0,1,125000,31250,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The Real Power Source',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41375,3,6,-1,'Tireless Skyflare Diamond',54469,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1421,-1,0,0,0,0,'',0,0,0,0,0,12340),(41376,3,6,-1,'Revitalizing Skyflare Diamond',54469,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1422,-1,0,0,0,0,'',0,0,0,0,0,12340),(41377,3,6,-1,'Effulgent Skyflare Diamond',54469,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1423,-1,0,0,0,0,'',0,0,0,0,0,12340),(41378,3,6,-1,'Forlorn Skyflare Diamond',54469,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1424,-1,0,0,0,0,'',0,0,0,0,0,12340),(41379,3,6,-1,'Impassive Skyflare Diamond',54469,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1425,-1,0,0,0,0,'',0,0,0,0,0,12340),(41380,3,6,-1,'Austere Earthsiege Diamond',54467,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1426,-1,0,0,0,0,'',0,0,0,0,0,12340),(41381,3,6,-1,'Persistent Earthsiege Diamond',54467,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1427,-1,0,0,0,0,'',0,0,0,0,0,12340),(41382,3,6,-1,'Trenchant Earthsiege Diamond',54467,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1428,-1,0,0,0,0,'',0,0,0,0,0,12340),(41383,2,4,-1,'Titansteel Bonecrusher',53030,4,524288,0,1,944061,188812,21,-1,-1,200,80,0,0,0,0,0,0,6,0,1,0,3,38,140,37,29,7,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,467,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(41384,2,4,-1,'Titansteel Guardian',53032,4,524288,0,1,947590,189518,21,-1,-1,200,80,0,0,0,0,0,0,6,0,1,0,3,45,457,32,29,7,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,315,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-60.7,0,0,0,'',68,0,0,0,0,12340),(41385,3,6,-1,'Invigorating Earthsiege Diamond',54467,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1429,-1,0,0,0,0,'',0,0,0,0,0,12340),(41386,4,4,-1,'Spiked Titansteel Helm',55310,4,0,0,1,500339,100067,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,97,31,60,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,2787,0,375,0,0,0,0,'',68,0,0,0,0,12340),(41387,4,4,-1,'Tempered Titansteel Helm',55311,4,0,0,1,502240,100448,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,61,12,46,7,162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,3302,0,375,0,0,0,0,'',68,0,0,0,0,12340),(41388,4,4,-1,'Brilliant Titansteel Helm',55312,4,0,0,1,517703,103540,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,45,108,32,53,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,2843,0,375,0,0,0,0,'',68,0,0,0,0,12340),(41389,3,6,-1,'Beaming Earthsiege Diamond',54467,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1430,-1,0,0,0,0,'',0,0,0,0,0,12340),(41390,12,0,0,'Stefan\'s Horn',53039,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55368,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41391,4,4,-1,'Spiked Titansteel Treads',53036,4,0,0,1,523406,104681,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,80,7,67,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1541,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(41392,4,4,-1,'Tempered Titansteel Treads',53037,4,0,0,1,490012,98002,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,45,7,120,12,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1541,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(41393,12,0,0,'Frostgrip\'s Signet Ring',53042,1,65792,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41394,4,4,-1,'Brilliant Titansteel Treads',53038,4,0,0,1,529057,105811,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,45,93,32,35,43,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1541,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(41395,3,6,-1,'Bracing Earthsiege Diamond',54467,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1431,-1,0,0,0,0,'',0,0,0,0,0,12340),(41396,3,6,-1,'Eternal Earthsiege Diamond',54467,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1432,-1,0,0,0,0,'',0,0,0,0,0,12340),(41397,3,6,-1,'Powerful Earthsiege Diamond',54467,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1433,-1,0,0,0,0,'',0,0,0,0,0,12340),(41398,3,6,-1,'Relentless Earthsiege Diamond',54467,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1434,-1,0,0,0,0,'',0,0,0,0,0,12340),(41399,12,0,-1,'Scourge Scrap Metal',7064,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41400,3,6,-1,'Thundering Skyflare Diamond',54469,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1435,-1,0,0,0,0,'',0,0,0,0,0,12340),(41401,3,6,-1,'Insightful Earthsiege Diamond',54467,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1436,-1,0,0,0,0,'',0,0,0,0,0,12340),(41424,12,0,-1,'Icemane Yeti Hide',13002,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41426,0,0,-1,'Magically Wrapped Gift',53044,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41427,0,8,-1,'Dalaran Firework',34282,1,0,0,1,20,5,0,-1,-1,20,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55420,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41428,13,0,-1,'Mildred\'s Key',22377,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54530,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41429,3,5,-1,'Perfect Wicked Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1437,-1,0,0,0,0,'',0,0,0,0,0,12340),(41430,12,0,0,'Frosthound\'s Collar',53049,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54964,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41431,12,0,0,'Hardpacked Explosive Bundle',53057,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55522,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Far heavier than it looks.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41432,3,0,-1,'Perfect Bold Bloodstone',54292,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1438,-1,0,0,0,0,'',0,0,0,0,0,12340),(41433,3,0,-1,'Perfect Bright Bloodstone',54292,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1439,-1,0,0,0,0,'',0,0,0,0,0,12340),(41434,3,0,-1,'Perfect Delicate Bloodstone',54292,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1440,-1,0,0,0,0,'',0,0,0,0,0,12340),(41435,3,0,-1,'Perfect Flashing Bloodstone',54292,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1441,-1,0,0,0,0,'',0,0,0,0,0,12340),(41436,3,0,-1,'Perfect Fractured Bloodstone',54292,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1442,-1,0,0,0,0,'',0,0,0,0,0,12340),(41437,3,0,-1,'Perfect Precise Bloodstone',54292,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1443,-1,0,0,0,0,'',0,0,0,0,0,12340),(41438,3,0,-1,'Perfect Runed Bloodstone',54292,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1444,-1,0,0,0,0,'',0,0,0,0,0,12340),(41439,3,0,-1,'Perfect Subtle Bloodstone',54292,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1445,-1,0,0,0,0,'',0,0,0,0,0,12340),(41440,3,1,-1,'Perfect Lustrous Chalcedony',54294,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1446,-1,0,0,0,0,'',0,0,0,0,0,12340),(41441,3,1,-1,'Perfect Solid Chalcedony',54294,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1447,-1,0,0,0,0,'',0,0,0,0,0,12340),(41442,3,1,-1,'Perfect Sparkling Chalcedony',54294,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1448,-1,0,0,0,0,'',0,0,0,0,0,12340),(41443,3,1,-1,'Perfect Stormy Chalcedony',54294,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1449,-1,0,0,0,0,'',0,0,0,0,0,12340),(41444,3,2,-1,'Perfect Brilliant Sun Crystal',54293,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1450,-1,0,0,0,0,'',0,0,0,0,0,12340),(41445,3,2,-1,'Perfect Mystic Sun Crystal',54293,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1451,-1,0,0,0,0,'',0,0,0,0,0,12340),(41446,3,2,-1,'Perfect Quick Sun Crystal',54293,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1452,-1,0,0,0,0,'',0,0,0,0,0,12340),(41447,3,2,-1,'Perfect Rigid Sun Crystal',54293,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1453,-1,0,0,0,0,'',0,0,0,0,0,12340),(41448,3,2,-1,'Perfect Smooth Sun Crystal',54293,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1454,-1,0,0,0,0,'',0,0,0,0,0,12340),(41449,3,2,-1,'Perfect Thick Sun Crystal',54293,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1455,-1,0,0,0,0,'',0,0,0,0,0,12340),(41450,3,3,-1,'Perfect Balanced Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1456,-1,0,0,0,0,'',0,0,0,0,0,12340),(41451,3,3,-1,'Perfect Defender\'s Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1457,-1,0,0,0,0,'',0,0,0,0,0,12340),(41452,3,3,-1,'Perfect Glowing Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1458,-1,0,0,0,0,'',0,0,0,0,0,12340),(41453,3,3,-1,'Perfect Guardian\'s Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1459,-1,0,0,0,0,'',0,0,0,0,0,12340),(41454,3,3,-1,'Perfect Infused Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1460,-1,0,0,0,0,'',0,0,0,0,0,12340),(41455,3,3,-1,'Perfect Mysterious Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1461,-1,0,0,0,0,'',0,0,0,0,0,12340),(41456,3,3,-1,'Perfect Puissant Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1462,-1,0,0,0,0,'',0,0,0,0,0,12340),(41457,3,3,-1,'Perfect Purified Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1463,-1,0,0,0,0,'',0,0,0,0,0,12340),(41458,3,3,-1,'Perfect Regal Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1464,-1,0,0,0,0,'',0,0,0,0,0,12340),(41459,3,3,-1,'Perfect Royal Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1465,-1,0,0,0,0,'',0,0,0,0,0,12340),(41460,3,3,-1,'Perfect Shifting Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1466,-1,0,0,0,0,'',0,0,0,0,0,12340),(41461,3,3,-1,'Perfect Sovereign Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1467,-1,0,0,0,0,'',0,0,0,0,0,12340),(41462,3,3,-1,'Perfect Tenuous Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1468,-1,0,0,0,0,'',0,0,0,0,0,12340),(41463,3,4,-1,'Perfect Dazzling Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1469,-1,0,0,0,0,'',0,0,0,0,0,12340),(41464,3,4,-1,'Perfect Enduring Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1470,-1,0,0,0,0,'',0,0,0,0,0,12340),(41465,3,4,-1,'Perfect Energized Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1471,-1,0,0,0,0,'',0,0,0,0,0,12340),(41466,3,4,-1,'Perfect Forceful Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1472,-1,0,0,0,0,'',0,0,0,0,0,12340),(41467,3,4,-1,'Perfect Intricate Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1473,-1,0,0,0,0,'',0,0,0,0,0,12340),(41468,3,4,-1,'Perfect Jagged Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1474,-1,0,0,0,0,'',0,0,0,0,0,12340),(41469,3,4,-1,'Perfect Lambent Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1475,-1,0,0,0,0,'',0,0,0,0,0,12340),(41470,3,4,-1,'Perfect Misty Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1476,-1,0,0,0,0,'',0,0,0,0,0,12340),(41471,3,4,-1,'Perfect Opaque Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1477,-1,0,0,0,0,'',0,0,0,0,0,12340),(41472,3,4,-1,'Perfect Radiant Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1478,-1,0,0,0,0,'',0,0,0,0,0,12340),(41473,3,4,-1,'Perfect Seer\'s Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1479,-1,0,0,0,0,'',0,0,0,0,0,12340),(41474,3,4,-1,'Perfect Shattered Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1480,-1,0,0,0,0,'',0,0,0,0,0,12340),(41475,3,4,-1,'Perfect Shining Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1481,-1,0,0,0,0,'',0,0,0,0,0,12340),(41476,3,4,-1,'Perfect Steady Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1482,-1,0,0,0,0,'',0,0,0,0,0,12340),(41477,3,4,-1,'Perfect Sundered Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1483,-1,0,0,0,0,'',0,0,0,0,0,12340),(41478,3,4,-1,'Perfect Tense Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1484,-1,0,0,0,0,'',0,0,0,0,0,12340),(41479,3,4,-1,'Perfect Timeless Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1485,-1,0,0,0,0,'',0,0,0,0,0,12340),(41480,3,4,-1,'Perfect Turbid Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1486,-1,0,0,0,0,'',0,0,0,0,0,12340),(41481,3,4,-1,'Perfect Vivid Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1487,-1,0,0,0,0,'',0,0,0,0,0,12340),(41482,3,5,-1,'Perfect Accurate Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1488,-1,0,0,0,0,'',0,0,0,0,0,12340),(41483,3,5,-1,'Perfect Champion\'s Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1489,-1,0,0,0,0,'',0,0,0,0,0,12340),(41484,3,5,-1,'Perfect Deadly Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1490,-1,0,0,0,0,'',0,0,0,0,0,12340),(41485,3,5,-1,'Perfect Deft Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1491,-1,0,0,0,0,'',0,0,0,0,0,12340),(41486,3,5,-1,'Perfect Durable Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1492,-1,0,0,0,0,'',0,0,0,0,0,12340),(41487,3,5,-1,'Perfect Empowered Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1493,-1,0,0,0,0,'',0,0,0,0,0,12340),(41488,3,5,-1,'Perfect Etched Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1494,-1,0,0,0,0,'',0,0,0,0,0,12340),(41489,3,5,-1,'Perfect Fierce Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1495,-1,0,0,0,0,'',0,0,0,0,0,12340),(41490,3,5,-1,'Perfect Glimmering Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1496,-1,0,0,0,0,'',0,0,0,0,0,12340),(41491,3,5,-1,'Perfect Glinting Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1497,-1,0,0,0,0,'',0,0,0,0,0,12340),(41492,3,5,-1,'Perfect Inscribed Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1498,-1,0,0,0,0,'',0,0,0,0,0,12340),(41493,3,5,-1,'Perfect Lucent Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1499,-1,0,0,0,0,'',0,0,0,0,0,12340),(41494,3,5,-1,'Perfect Luminous Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1500,-1,0,0,0,0,'',0,0,0,0,0,12340),(41495,3,5,-1,'Perfect Potent Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1501,-1,0,0,0,0,'',0,0,0,0,0,12340),(41496,3,5,-1,'Perfect Pristine Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1502,-1,0,0,0,0,'',0,0,0,0,0,12340),(41497,3,5,-1,'Perfect Reckless Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1503,-1,0,0,0,0,'',0,0,0,0,0,12340),(41498,3,5,-1,'Perfect Resolute Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1504,-1,0,0,0,0,'',0,0,0,0,0,12340),(41499,3,5,-1,'Perfect Resplendent Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1505,-1,0,0,0,0,'',0,0,0,0,0,12340),(41500,3,5,-1,'Perfect Stalwart Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1506,-1,0,0,0,0,'',0,0,0,0,0,12340),(41501,3,5,-1,'Perfect Stark Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1507,-1,0,0,0,0,'',0,0,0,0,0,12340),(41502,3,5,-1,'Perfect Veiled Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1508,-1,0,0,0,0,'',0,0,0,0,0,12340),(41503,12,0,0,'Diatomaceous Earth',36190,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'So soft that it crumbles in your hands.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41504,12,0,0,'Banshee Essence',53069,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Stretchy!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41505,12,0,0,'Thorim\'s Charm of Earth',53070,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55818,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41506,12,0,0,'Granite Boulder',53071,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You couldn\'t possibly carry more than one...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41507,12,0,0,'Jumbo Seaforium Charge',53076,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55525,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Size XXXL',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41508,15,5,-1,'Mechano-hog',56884,4,0,1,1,50000,12500,0,262143,690,80,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,330,3000,55531,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teaches you how to ride this sweet hog.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41509,0,8,-1,'Frostweave Net',1007,1,64,0,1,800,200,0,-1,-1,72,0,197,350,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55536,0,-1,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41510,7,5,-1,'Bolt of Frostweave',57460,1,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41511,7,5,-1,'Bolt of Imbued Frostweave',57461,2,0,0,1,80000,20000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41512,4,1,-1,'Frostwoven Wristwraps',53082,2,0,0,1,88376,17675,9,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,3,45,30,7,22,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,763,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(41513,4,1,-1,'Frostwoven Shoulders',53090,2,0,0,1,120371,24074,3,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,3,45,41,7,28,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,763,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(41514,12,0,0,'Voice of the Wind',53080,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41515,4,1,-1,'Frostwoven Robe',53084,2,0,0,1,161743,32348,20,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,3,45,54,7,39,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,763,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(41516,4,1,-1,'Frostsavage Gloves',55367,3,0,0,1,136537,27307,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,60,7,51,5,34,32,34,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,819,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41517,16,7,0,'Glyph of Chain Heal',58839,1,64,0,1,400,100,0,64,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55537,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41518,16,7,0,'Glyph of Chain Lightning',58839,1,64,0,1,400,100,0,64,2147483647,37,32,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55538,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41519,4,1,-1,'Frostwoven Leggings',51140,2,0,0,1,177962,35592,7,-1,-1,142,72,0,0,0,0,0,0,0,0,1,0,3,45,59,7,43,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,763,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(41520,4,1,-1,'Frostwoven Boots',53086,2,0,0,1,130463,26092,8,-1,-1,138,68,0,0,0,0,0,0,0,0,1,0,3,45,42,7,30,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,763,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(41521,4,1,-1,'Frostwoven Cowl',52491,2,0,0,1,134446,26889,1,-1,-1,142,72,0,0,0,0,0,0,0,0,1,0,3,45,59,7,43,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,763,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(41522,4,1,-1,'Frostwoven Belt',53087,2,0,0,1,87616,17523,6,-1,-1,138,68,0,0,0,0,0,0,0,0,1,0,3,45,42,7,30,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,763,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(41523,4,1,-1,'Mystic Frostwoven Shoulders',53088,3,0,0,1,166737,33347,3,-1,-1,146,73,0,0,0,0,0,0,0,0,1,0,3,45,41,6,36,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,763,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(41524,16,7,0,'Glyph of Lava',58839,1,64,0,1,400,100,0,64,2147483647,71,66,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55539,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41525,4,1,-1,'Mystic Frostwoven Robe',53084,3,0,0,1,229622,45924,20,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,45,71,6,62,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,763,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(41526,16,7,0,'Glyph of Shocking',58839,1,64,0,1,400,100,0,64,2147483647,9,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55540,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41527,16,7,0,'Glyph of Earthliving Weapon',58839,1,64,0,1,400,100,0,64,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55541,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41528,4,1,-1,'Mystic Frostwoven Wristwraps',53082,3,0,0,1,113173,22634,9,-1,-1,146,73,0,0,0,0,0,0,0,0,1,0,3,45,32,6,27,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,763,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(41529,16,7,0,'Glyph of Fire Elemental Totem',58839,1,64,0,1,400,100,0,64,2147483647,73,68,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55542,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41530,16,7,0,'Glyph of Fire Nova',58839,1,64,0,1,400,100,0,64,2147483647,18,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55544,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41531,16,7,0,'Glyph of Flame Shock',58839,1,64,0,1,400,100,0,64,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55545,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41532,16,7,0,'Glyph of Flametongue Weapon',58839,1,64,0,1,400,100,0,64,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55546,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41533,16,7,0,'Glyph of Healing Stream Totem',58839,1,64,0,1,400,100,0,64,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55548,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41534,16,7,0,'Glyph of Healing Wave',58839,1,64,0,1,400,100,0,64,2147483647,6,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55551,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41535,16,7,0,'Glyph of Lesser Healing Wave',58839,1,64,0,1,400,100,0,64,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55552,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41536,16,7,0,'Glyph of Lightning Bolt',58839,1,64,0,1,400,100,0,64,2147483647,6,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55554,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41537,16,7,0,'Glyph of Lightning Shield',58839,1,64,0,1,400,100,0,64,2147483647,13,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55553,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41538,16,7,0,'Glyph of Mana Tide Totem',58839,1,64,0,1,400,100,0,64,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55558,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41539,16,7,0,'Glyph of Stormstrike',58839,1,64,0,1,400,100,0,64,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55559,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41540,16,7,0,'Glyph of Lava Lash',58839,1,64,0,1,400,100,0,64,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55560,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41541,16,7,0,'Glyph of Water Mastery',58839,1,64,0,1,400,100,0,64,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55535,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41542,16,7,0,'Glyph of Windfury Weapon',58839,1,64,0,1,400,100,0,64,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55562,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41543,4,1,-1,'Duskweave Belt',53092,2,0,0,1,97325,19465,6,-1,-1,154,75,0,0,0,0,0,0,0,0,1,0,3,45,49,5,30,36,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,764,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(41544,4,1,-1,'Duskweave Boots',53093,2,0,0,1,153601,30720,8,-1,-1,162,77,0,0,0,0,0,0,0,0,1,0,3,45,53,5,32,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,764,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(41545,4,1,-1,'Duskweave Gloves',53094,2,0,0,1,100404,20080,10,-1,-1,158,76,0,0,0,0,0,0,0,0,1,0,3,45,50,5,31,36,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,764,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(41546,4,1,-1,'Duskweave Cowl',53381,2,0,0,1,147571,29514,1,-1,-1,154,75,0,0,0,0,0,0,0,0,1,0,3,45,66,5,41,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,764,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(41547,16,7,0,'Glyph of Frost Shock',58839,1,64,0,1,400,100,0,64,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55547,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41548,4,1,-1,'Duskweave Leggings',53096,2,0,0,1,184063,36812,7,-1,-1,154,75,0,0,0,0,0,0,0,0,1,0,3,45,66,5,41,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,764,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(41549,4,1,-1,'Duskweave Robe',53097,2,0,0,1,189237,37847,20,-1,-1,158,76,0,0,0,0,0,0,0,0,1,0,3,45,68,5,42,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,764,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(41550,4,1,-1,'Duskweave Shoulders',53098,2,0,0,1,145819,29163,3,-1,-1,162,77,0,0,0,0,0,0,0,0,1,0,3,45,70,5,43,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,764,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(41551,4,1,-1,'Duskweave Wristwraps',51355,2,0,0,1,95335,19067,9,-1,-1,158,76,0,0,0,0,0,0,0,0,1,0,3,45,37,5,24,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,764,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(41552,16,7,0,'Glyph of Elemental Mastery',58839,1,64,0,1,400,100,0,64,2147483647,55,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55561,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41553,4,1,-1,'Black Duskweave Leggings',53096,3,0,0,1,269983,53996,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,45,81,7,60,5,50,36,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,764,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41554,4,1,-1,'Black Duskweave Robe',53097,3,0,0,1,270976,54195,20,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,45,80,7,67,5,46,36,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,764,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41555,4,1,-1,'Black Duskweave Wristwraps',51355,3,0,0,1,135999,27199,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,45,46,7,33,5,27,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,764,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41556,12,0,0,'Slag Covered Metal',53100,1,2048,0,1,0,0,0,-1,-1,1,77,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,12922,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41557,12,0,0,'Refined Gleaming Ore',20657,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The chunk of metal emanates a steady glow.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41558,12,0,0,'Furious Spark',53103,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This ember burns with seething hatred.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41559,9,10,-1,'Design: Mystic Sun Crystal',15274,2,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53857,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Mystic Sun Crystal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41560,9,10,-1,'Design: Stormy Chalcedony',15274,2,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53943,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Stormy Chalcedony',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41561,9,10,-1,'Design: Reckless Huge Citrine',15274,2,64,0,1,20000,5000,0,-1,-1,70,0,755,350,0,0,0,1104,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53885,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Reckless Huge Citrine',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41562,9,10,-1,'Design: Deadly Huge Citrine',15274,2,64,0,1,20000,5000,0,-1,-1,70,0,755,350,0,0,0,1098,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53877,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Deadly Huge Citrine',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41563,9,10,-1,'Design: Durable Huge Citrine',15274,2,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53884,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Durable Huge Citrine',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41564,9,10,-1,'Design: Empowered Huge Citrine',15274,2,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53888,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Empowered Huge Citrine',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41565,9,10,-1,'Design: Lucent Huge Citrine',15274,2,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53879,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Lucent Huge Citrine',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41566,9,10,-1,'Design: Resplendent Huge Citrine',15274,2,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53875,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Resplendent Huge Citrine',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41567,9,10,-1,'Design: Vivid Dark Jade',15274,2,64,0,1,20000,5000,0,-1,-1,70,0,755,350,0,0,0,1105,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53917,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Vivid Dark Jade',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41568,9,10,-1,'Design: Seer\'s Dark Jade',15274,2,64,0,1,20000,5000,0,-1,-1,70,0,755,350,0,0,0,1073,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53921,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Seer\'s Dark Jade',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41569,9,10,-1,'Design: Shattered Dark Jade',15274,2,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53933,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Shattered Dark Jade',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41570,9,10,-1,'Design: Tense Dark Jade',15274,2,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53932,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Tense Dark Jade',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41571,9,10,-1,'Design: Turbid Dark Jade',15274,2,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53924,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Turbid Dark Jade',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41572,9,10,-1,'Design: Steady Dark Jade',15274,2,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53919,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Steady Dark Jade',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41573,9,10,-1,'Design: Opaque Dark Jade',15274,2,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53929,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Opaque Dark Jade',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41574,9,10,-1,'Design: Defender\'s Shadow Crystal',15274,2,64,0,1,20000,5000,0,-1,-1,70,0,755,350,0,0,0,1073,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53869,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Defender\'s Shadow Crystal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41575,9,10,-1,'Design: Mysterious Shadow Crystal',15274,2,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53865,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Mysterious Shadow Crystal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41576,9,10,-1,'Design: Bold Scarlet Ruby',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53830,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bold Scarlet Ruby',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41577,9,10,-1,'Design: Delicate Scarlet Ruby',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53945,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Delicate Scarlet Ruby',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41578,9,10,-1,'Design: Flashing Scarlet Ruby',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53949,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Flashing Scarlet Ruby',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41579,9,10,-1,'Design: Quick Autumn\'s Glow',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53961,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Quick Autumn\'s Glow',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41580,9,10,-1,'Design: Rigid Autumn\'s Glow',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53958,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Rigid Autumn\'s Glow',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41581,9,10,-1,'Design: Lustrous Sky Sapphire',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53954,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Lustrous Sky Sapphire',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41582,9,10,-1,'Design: Glinting Monarch Topaz',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53980,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Glinting Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41584,6,3,-1,'Frostbite Bullets',40524,1,0,0,200,3000,3,24,-1,-1,154,75,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,47,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41586,6,2,-1,'Terrorshaft Arrow',40200,1,0,0,200,3000,3,24,-1,-1,154,75,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,47,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41587,4,0,-1,'Battlemaster\'s Celerity',39984,4,4096,0,1,0,0,12,-1,-1,156,70,0,0,0,0,0,0,0,0,1,0,1,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(41588,4,0,-1,'Battlemaster\'s Aggression',47522,4,4096,0,1,0,0,12,-1,-1,156,70,0,0,0,0,0,0,0,0,1,0,1,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(41589,4,0,-1,'Battlemaster\'s Resolve',47095,4,4096,0,1,0,0,12,-1,-1,156,70,0,0,0,0,0,0,0,0,1,0,1,38,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(41590,4,0,-1,'Battlemaster\'s Courage',47294,4,4096,0,1,0,0,12,-1,-1,156,70,0,0,0,0,0,0,0,0,1,0,1,45,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(41591,4,1,-1,'Sergeant\'s Reinforced Cape',27088,4,36864,0,1,0,0,16,262143,2147483647,156,70,0,0,0,0,0,0,0,0,1,0,4,45,33,7,42,32,26,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41592,4,1,-1,'The Gladiator\'s Resolution',27088,4,36864,0,1,0,0,16,-1,-1,156,70,0,0,0,0,0,0,0,0,1,0,5,38,56,7,42,32,26,35,20,44,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41593,7,5,-1,'Ebonweave',56047,3,0,0,1,40000,10000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41594,7,5,-1,'Moonshroud',56046,3,0,0,1,40000,10000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41595,7,5,-1,'Spellweave',56048,3,0,0,1,40000,10000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41596,10,0,-1,'Dalaran Jewelcrafter\'s Token',53109,2,0,0,1,0,0,0,262143,32767,70,0,0,0,0,0,0,0,0,2147483647,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Redeem at Cartier & Co. Fine Jewelry shop in Dalaran.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41597,1,1,-1,'Abyssal Bag',33942,3,0,0,1,250000,62500,18,256,-1,80,0,0,0,0,0,0,0,0,0,1,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41598,1,3,-1,'Mysterious Bag',21202,3,0,0,1,180000,45000,18,262143,32767,80,0,0,0,0,0,0,0,0,0,1,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41599,1,0,-1,'Frostweave Bag',34780,2,0,0,1,50000,12500,18,-1,-1,80,0,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41600,1,0,-1,'Glacial Bag',34796,3,0,0,1,80000,20000,18,-1,-1,80,0,0,0,0,0,0,0,0,0,1,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41601,0,6,-1,'Shining Spellthread',42716,3,32832,0,1,80000,20000,0,262143,32767,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55630,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41602,0,6,-1,'Brilliant Spellthread',42717,4,32832,0,1,80000,20000,0,262143,32767,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55631,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41603,0,6,-1,'Azure Spellthread',42716,3,32832,0,1,80000,20000,0,262143,32767,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55632,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41604,0,6,-1,'Sapphire Spellthread',42717,4,32832,0,1,80000,20000,0,262143,32767,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55634,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41607,4,1,-1,'Cloak of the Moon',42615,3,0,0,1,160963,32192,16,-1,-1,150,74,0,0,0,0,0,0,1,0,1,0,3,45,35,5,27,43,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(41608,4,1,-1,'Cloak of Frozen Spirits',42615,3,0,0,1,165588,33117,16,-1,-1,154,75,0,0,0,0,0,0,1,0,1,0,3,45,35,5,28,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(41609,4,1,-1,'Wispcloak',55336,4,0,0,1,283218,56643,16,-1,-1,200,80,0,0,0,0,0,0,1,0,1,0,4,45,59,7,43,5,36,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(41610,4,1,-1,'Deathchill Cloak',55335,4,0,0,1,284277,56855,16,-1,-1,200,80,0,0,0,0,0,0,1,0,1,0,3,45,59,36,53,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(41611,0,6,-1,'Eternal Belt Buckle',53111,3,32832,0,1,160000,40000,0,262143,32767,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55655,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41612,12,0,0,'Vial of Frost Oil',53112,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55647,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41614,12,0,0,'Enchanted Earth',42706,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41615,12,0,0,'Earthen Mining Pick',7096,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55705,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41616,4,2,-1,'Deadly Gladiator\'s Belt of Salvation',56423,4,36864,0,1,0,0,6,1032,32767,213,80,0,0,0,0,0,0,5,0,1,0,5,45,78,7,85,5,37,6,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41620,4,2,-1,'Deadly Gladiator\'s Boots of Salvation',56424,4,36864,0,1,0,0,8,1032,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,6,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41624,4,2,-1,'Deadly Gladiator\'s Armwraps of Salvation',56422,4,36864,0,1,0,0,9,1032,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,66,7,66,5,29,6,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41628,4,2,-1,'Hateful Gladiator\'s Belt of Dominance',55643,4,36864,0,1,0,0,6,1032,32767,200,80,0,0,0,0,0,0,5,0,1,0,5,45,68,7,76,5,33,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41629,4,2,-1,'Deadly Gladiator\'s Belt of Dominance',56423,4,36864,0,1,0,0,6,1032,32767,213,80,0,0,0,0,0,0,5,0,1,0,5,45,78,7,85,5,37,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41633,4,2,-1,'Hateful Gladiator\'s Boots of Dominance',55647,4,36864,0,1,0,0,8,1032,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41634,4,2,-1,'Deadly Gladiator\'s Boots of Dominance',56424,4,36864,0,1,0,0,8,1032,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41638,4,2,-1,'Hateful Gladiator\'s Armwraps of Dominance',55632,4,36864,0,1,0,0,9,1032,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,57,5,24,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41639,4,2,-1,'Deadly Gladiator\'s Armwraps of Dominance',56422,4,36864,0,1,0,0,9,1032,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,66,7,66,5,29,32,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41643,4,2,-1,'Savage Gladiator\'s Leather Gloves',55867,3,36864,0,1,0,0,10,8,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,58,3,50,7,66,32,22,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,35,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41644,4,2,-1,'Savage Gladiator\'s Leather Helm',55431,3,36864,0,1,0,0,1,8,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,46,3,62,7,90,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,60,0,0,0,0,1,0,2,0,0,0,3314,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41645,4,2,-1,'Savage Gladiator\'s Leather Legguards',55876,3,36864,0,1,0,0,7,8,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,78,3,62,7,90,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,75,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41646,4,2,-1,'Savage Gladiator\'s Leather Spaulders',55435,3,36864,0,1,0,0,3,8,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,58,3,50,7,66,32,30,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,60,0,0,0,0,4,0,0,0,0,0,2952,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41647,4,2,-1,'Savage Gladiator\'s Leather Tunic',55859,3,36864,0,1,0,0,5,8,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,78,3,62,7,90,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,100,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41648,4,2,-1,'Hateful Gladiator\'s Leather Tunic',55858,4,36864,0,1,0,0,5,8,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,90,3,73,7,103,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41649,4,2,-1,'Deadly Gladiator\'s Leather Tunic',55857,4,36864,0,1,0,0,5,8,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,38,102,3,84,7,115,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41653,4,2,-1,'Hateful Gladiator\'s Leather Legguards',55873,4,36864,0,1,0,0,7,8,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,90,3,73,7,103,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,90,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41654,4,2,-1,'Deadly Gladiator\'s Leather Legguards',55869,4,36864,0,1,0,0,7,8,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,38,102,3,84,7,115,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,90,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41658,4,2,-1,'Savage Gladiator\'s Dragonhide Robes',55862,3,36864,0,1,0,0,20,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,38,78,3,62,7,90,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,100,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41659,4,2,-1,'Hateful Gladiator\'s Dragonhide Robes',55861,4,36864,0,1,0,0,20,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,38,90,3,73,7,103,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41660,4,2,-1,'Deadly Gladiator\'s Dragonhide Robes',56420,4,36864,0,1,0,0,20,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,38,102,3,84,7,115,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41664,4,2,-1,'Savage Gladiator\'s Dragonhide Legguards',55874,3,36864,0,1,0,0,7,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,38,78,3,62,7,90,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,75,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41665,4,2,-1,'Hateful Gladiator\'s Dragonhide Legguards',55872,4,36864,0,1,0,0,7,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,38,90,3,73,7,103,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,90,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41666,4,2,-1,'Deadly Gladiator\'s Dragonhide Legguards',56419,4,36864,0,1,0,0,7,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,38,102,3,84,7,115,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,90,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41670,4,2,-1,'Hateful Gladiator\'s Leather Helm',55740,4,36864,0,1,0,0,1,8,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,58,3,73,7,103,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,70,0,0,0,0,1,0,2,0,0,0,3314,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41671,4,2,-1,'Deadly Gladiator\'s Leather Helm',55432,4,36864,0,1,0,0,1,8,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,38,70,3,84,7,115,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,70,0,0,0,0,1,0,2,0,0,0,3314,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41675,4,2,-1,'Savage Gladiator\'s Dragonhide Helm',55399,3,36864,0,1,0,0,1,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,38,46,3,62,7,90,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,60,0,0,0,0,1,0,2,0,0,0,3314,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41676,4,2,-1,'Hateful Gladiator\'s Dragonhide Helm',55411,4,36864,0,1,0,0,1,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,38,58,3,73,7,103,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,70,0,0,0,0,1,0,2,0,0,0,3314,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41677,4,2,-1,'Deadly Gladiator\'s Dragonhide Helm',56417,4,36864,0,1,0,0,1,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,38,70,3,84,7,115,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,70,0,0,0,0,1,0,2,0,0,0,3314,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41681,4,2,-1,'Hateful Gladiator\'s Leather Spaulders',55742,4,36864,0,1,0,0,3,8,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,66,3,58,7,76,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,70,0,0,0,0,4,0,0,0,0,0,2952,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41682,4,2,-1,'Deadly Gladiator\'s Leather Spaulders',55439,4,36864,0,1,0,0,3,8,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,38,76,3,67,7,85,32,42,35,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,70,0,0,0,0,4,0,0,0,0,0,2952,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41686,9,10,-1,'Design: Potent Monarch Topaz',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53984,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Potent Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41687,9,10,-1,'Design: Stark Monarch Topaz',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53991,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Stark Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41688,9,10,-1,'Design: Veiled Monarch Topaz',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53985,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Veiled Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41689,9,10,-1,'Design: Luminous Monarch Topaz',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53983,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Luminous Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41690,9,10,-1,'Design: Reckless Monarch Topaz',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53987,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Reckless Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41692,9,10,-1,'Design: Energized Forest Emerald',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54011,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Energized Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41693,9,10,-1,'Design: Forceful Forest Emerald',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54001,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Forceful Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41694,9,10,-1,'Design: Intricate Forest Emerald',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54006,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Intricate Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41696,9,10,-1,'Design: Lambent Forest Emerald',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54009,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Lambent Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41697,9,10,-1,'Design: Enduring Forest Emerald',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53998,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Enduring Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41698,9,10,-1,'Design: Vivid Forest Emerald',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53997,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Vivid Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41699,9,10,-1,'Design: Seer\'s Forest Emerald',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54002,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Seer\'s Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41701,9,10,-1,'Design: Royal Twilight Opal',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53967,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Royal Twilight Opal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41702,9,10,-1,'Design: Puissant Twilight Opal',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53973,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Puissant Twilight Opal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41703,9,10,-1,'Design: Regal Twilight Opal',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53971,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Regal Twilight Opal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41704,9,10,-1,'Design: Chaotic Skyflare Diamond',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55389,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Chaotic Skyflare Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41705,9,10,-1,'Design: Effulgent Skyflare Diamond',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55384,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Effulgent Skyflare Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41706,9,10,-1,'Design: Ember Skyflare Diamond',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55392,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Ember Skyflare Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41707,9,10,-1,'Design: Revitalizing Skyflare Diamond',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55407,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Revitalizing Skyflare Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41708,9,10,-1,'Design: Insightful Earthsiege Diamond',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55396,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Insightful Earthsiege Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41709,9,10,-1,'Design: Invigorating Earthsiege Diamond',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55404,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Invigorating Earthsiege Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41710,9,10,-1,'Design: Relentless Earthsiege Diamond',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55400,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Relentless Earthsiege Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41711,9,10,-1,'Design: Trenchant Earthsiege Diamond',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55403,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Trenchant Earthsiege Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41712,4,2,-1,'Savage Gladiator\'s Dragonhide Spaulders',55404,3,36864,0,1,0,0,3,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,38,58,3,50,7,66,32,30,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,60,0,0,0,0,4,0,0,0,0,0,2952,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41713,4,2,-1,'Hateful Gladiator\'s Dragonhide Spaulders',55417,4,36864,0,1,0,0,3,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,38,66,3,58,7,76,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,70,0,0,0,0,4,0,0,0,0,0,2952,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41714,4,2,-1,'Deadly Gladiator\'s Dragonhide Spaulders',56421,4,36864,0,1,0,0,3,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,38,76,3,67,7,85,32,42,35,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,70,0,0,0,0,4,0,0,0,0,0,2952,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41718,9,10,-1,'Design: Runed Scarlet Ruby',6270,3,64,0,1,40000,10000,0,-1,-1,80,0,755,390,0,0,0,1090,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53946,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Runed Scarlet Ruby',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41720,9,10,-1,'Design: Smooth Autumn\'s Glow',6270,3,64,0,1,40000,10000,0,-1,-1,80,0,755,390,0,0,0,1119,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53957,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Smooth Autumn\'s Glow',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41721,9,10,-1,'Design: Wicked Monarch Topaz',6270,3,64,0,1,40000,10000,0,-1,-1,80,0,755,390,0,0,0,1098,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53988,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Wicked Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41722,9,10,-1,'Design: Glimmering Monarch Topaz',6270,3,64,0,1,40000,10000,0,-1,-1,80,0,755,390,0,0,0,1091,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53993,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Glimmering Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41723,9,10,-1,'Design: Jagged Forest Emerald',6270,3,64,0,1,40000,10000,0,-1,-1,80,0,755,390,0,0,0,1104,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53996,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Jagged Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41724,9,10,-1,'Design: Sundered Forest Emerald',6270,3,64,0,1,40000,10000,0,-1,-1,80,0,755,390,0,0,0,1105,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54008,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Sundered Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41725,9,10,-1,'Design: Glowing Twilight Opal',6270,3,64,0,1,40000,10000,0,-1,-1,80,0,755,390,0,0,0,1098,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53965,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Glowing Twilight Opal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41726,9,10,-1,'Design: Guardian\'s Twilight Opal',6270,3,64,0,1,40000,10000,0,-1,-1,80,0,755,390,0,0,0,1106,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53974,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Guardian\'s Twilight Opal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41727,9,10,-1,'Design: Mystic Autumn\'s Glow',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53960,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Mystic Autumn\'s Glow',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41728,9,10,-1,'Design: Stormy Sky Sapphire',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53955,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Stormy Sky Sapphire',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41729,0,5,-1,'Stewed Drakeflesh',53135,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(41730,9,10,-1,'Design: Durable Monarch Topaz',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53986,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Durable Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41731,0,5,-1,'Yeti Milk',18091,1,0,0,5,11000,550,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43183,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41732,9,10,-1,'Design: Empowered Monarch Topaz',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53990,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Empowered Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41733,9,10,-1,'Design: Lucent Monarch Topaz',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53981,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Lucent Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41734,9,10,-1,'Design: Resplendent Monarch Topaz',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53978,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Resplendent Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41735,9,10,-1,'Design: Shattered Forest Emerald',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54014,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Shattered Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41736,9,10,-1,'Design: Tense Forest Emerald',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54013,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Tense Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41737,9,10,-1,'Design: Turbid Forest Emerald',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54005,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Turbid Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41738,9,10,-1,'Design: Steady Forest Emerald',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54000,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Steady Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41739,9,10,-1,'Design: Opaque Forest Emerald',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54010,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Opaque Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41740,9,10,-1,'Design: Mysterious Twilight Opal',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53968,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Mysterious Twilight Opal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41742,9,10,-1,'Design: Enigmatic Skyflare Diamond',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55393,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Enigmatic Skyflare Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41743,9,10,-1,'Design: Forlorn Skyflare Diamond',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55387,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Forlorn Skyflare Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41744,9,10,-1,'Design: Impassive Skyflare Diamond',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55388,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Impassive Skyflare Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41745,7,12,-1,'Titanium Rod',53137,1,0,0,1,48000,12000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Needed by Enchanters.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41746,2,2,-1,'Brunnhildar Bow',53138,1,0,0,1,126343,25268,15,-1,-1,85,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,161,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,55735,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41752,2,0,0,'Brunnhildar Axe',53145,1,0,0,1,172165,34433,13,-1,-1,85,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,161,0,4,6,4,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41754,4,6,-1,'Brunnhildar Shield',53146,1,0,0,1,110970,22194,14,-1,-1,85,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2390,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,51,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41755,2,14,10,'The Fire Extinguisher',50146,3,0,0,1,763933,152786,17,32767,-1,158,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,352,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Guaranteed to extinguish the fire, and everything else. ',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,-45,0,0,0,'',53,0,0,0,0,12340),(41760,4,1,-1,'Emancipator\'s Robes',53244,2,0,0,1,192871,38574,20,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,43,15,6,36,45,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(41761,4,2,-1,'Wristguard of Healing Fingers',53245,2,0,0,1,120986,24197,9,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,5,20,36,19,45,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(41762,4,3,-1,'Freedom-Path Treads',53246,2,0,0,1,219565,43913,8,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,29,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,553,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(41763,4,4,-1,'Leggings of the Canny Chief',53243,2,0,0,1,341307,68261,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,7,60,44,55,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1259,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(41765,4,2,-1,'Hateful Gladiator\'s Leather Gloves',55866,4,36864,0,1,0,0,10,8,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,66,3,58,7,76,32,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,40,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41766,4,2,-1,'Deadly Gladiator\'s Leather Gloves',55865,4,36864,0,1,0,0,10,8,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,38,74,3,67,7,85,32,31,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,40,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41770,4,2,-1,'Savage Gladiator\'s Dragonhide Gloves',55398,3,36864,0,1,0,0,10,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,38,58,3,50,7,66,32,22,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,61252,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,35,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41771,4,2,-1,'Hateful Gladiator\'s Dragonhide Gloves',55397,4,36864,0,1,0,0,10,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,38,66,3,58,7,76,32,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,61252,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,40,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41772,4,2,-1,'Deadly Gladiator\'s Dragonhide Gloves',56418,4,36864,0,1,0,0,10,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,38,74,3,67,7,85,32,31,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,61252,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,40,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41776,12,0,-1,'Shadow Vault Decree',7270,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31696,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41790,9,10,-1,'Design: Precise Scarlet Ruby',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53951,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Precise Scarlet Ruby',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41791,9,10,-1,'Design: Thick Autumn\'s Glow',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53959,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Thick Autumn\'s Glow',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41792,9,10,-1,'Design: Deft Monarch Topaz',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53982,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Deft Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41793,9,10,-1,'Design: Fierce Monarch Topaz',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54019,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Fierce Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41794,9,10,-1,'Design: Deadly Monarch Topaz',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53979,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Deadly Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41795,9,10,-1,'Design: Timeless Forest Emerald',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53995,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Timeless Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41796,9,10,-1,'Design: Infused Twilight Opal',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53970,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Infused Twilight Opal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41797,9,10,-1,'Design: Austere Earthsiege Diamond',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55401,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Austere Earthsiege Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41798,9,10,-1,'Design: Bracing Earthsiege Diamond',6270,3,33554496,0,1,160000,40000,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55397,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bracing Earthsiege Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41799,9,10,-1,'Design: Eternal Earthsiege Diamond',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55398,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Eternal Earthsiege Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41800,7,8,-1,'Deep Sea Monsterbelly',53166,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(41801,7,8,-1,'Moonglow Cuttlefish',53167,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(41802,7,8,-1,'Imperial Manta Ray',53168,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(41803,7,8,-1,'Rockfin Grouper',50901,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(41805,7,8,-1,'Borean Man O\' War',53170,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(41806,7,8,-1,'Musselback Sculpin',53171,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(41807,7,8,-1,'Dragonfin Angelfish',53172,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(41808,7,8,-1,'Bonescale Snapper',51803,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(41809,7,8,-1,'Glacial Salmon',53173,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(41810,7,8,-1,'Fangtooth Herring',54747,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(41812,7,8,-1,'Barrelhead Goby',53176,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(41813,7,8,-1,'Nettlefish',53177,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(41814,7,8,-1,'Glassfin Minnow',53178,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(41815,2,6,-1,'Icier Barbed Spear',60069,3,0,0,1,780548,156109,17,32767,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,3,62,32,61,38,88,7,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,558,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'100% More Chilling!',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41816,2,1,-1,'De-Raged Waraxe',53200,3,0,0,1,783547,156709,17,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,7,93,4,61,32,30,31,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,610,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41817,9,10,-1,'Design: Fractured Scarlet Ruby',6270,3,64,0,1,1600,400,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53950,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Fractured Scarlet Ruby',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41818,9,10,-1,'Design: Accurate Monarch Topaz',6270,3,64,0,1,1600,400,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53994,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Accurate Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41819,9,10,-1,'Design: Radiant Forest Emerald',6270,3,64,0,1,1600,400,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54012,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Radiant Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41820,9,10,-1,'Design: Defender\'s Twilight Opal',6270,3,64,0,1,1600,400,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53972,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Defender\'s Twilight Opal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41821,2,10,-1,'Chilly Slobberknocker',53207,3,0,0,1,798380,159676,17,32767,-1,175,0,0,0,0,0,0,0,0,0,1,0,5,31,50,36,47,7,66,5,62,45,281,0,0,0,0,0,0,0,0,0,0,0,0,214,395,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,-47.2,0,0,0,'',54,0,0,0,0,12340),(41822,2,4,-1,'Screw-Sprung Fixer-Upper',50603,3,0,0,1,658286,131657,21,262143,2147483647,175,0,0,0,0,0,0,0,0,0,1,0,5,5,19,7,30,45,281,43,13,32,21,0,0,0,0,0,0,0,0,0,0,0,0,68,216,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,-47.2,0,0,0,'',54,0,0,0,0,12340),(41824,2,4,-1,'Crimson Cranium Crusher',53201,3,0,0,1,663085,132617,13,262143,2147483647,175,0,0,0,0,0,0,0,0,0,1,0,4,7,22,38,52,3,19,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,407,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41825,2,15,-1,'Wodin\'s Second-Best Shanker',53206,3,0,0,1,665419,133083,13,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,38,38,3,27,44,20,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,262,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41826,4,1,-1,'Grips of the Giant-Rider',53233,3,0,0,1,121392,24278,10,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,4,5,26,7,39,36,38,45,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(41827,4,2,-1,'Hateful Gladiator\'s Belt of Triumph',55748,4,36864,0,1,0,0,6,1032,32767,200,80,0,0,0,0,0,0,5,0,1,0,5,38,66,3,58,7,76,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41828,4,2,-1,'Hateful Gladiator\'s Boots of Triumph',55749,4,36864,0,1,0,0,8,1032,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,38,66,3,58,7,76,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41829,4,2,-1,'Horns of Electrified Terror',57524,3,0,0,1,230042,46008,1,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,4,7,52,32,52,38,104,3,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(41830,4,2,-1,'Hateful Gladiator\'s Armwraps of Triumph',55747,4,36864,0,1,0,0,9,1032,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,38,50,3,50,7,57,32,33,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41831,4,2,-1,'Deadly Gladiator\'s Belt of Triumph',55642,4,36864,0,1,0,0,6,1032,32767,213,80,0,0,0,0,0,0,5,0,1,0,5,38,74,3,67,7,85,32,42,35,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41835,4,2,-1,'Deadly Gladiator\'s Boots of Triumph',55648,4,36864,0,1,0,0,8,1032,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,38,74,3,67,7,85,32,42,35,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41839,4,2,-1,'Deadly Gladiator\'s Armwraps of Triumph',55633,4,36864,0,1,0,0,9,1032,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,38,58,3,56,7,66,32,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41843,12,0,-1,'Key to Vaelen\'s Chains',13885,1,2147485696,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Vrykul sized.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41844,4,3,-1,'Bracers of Vengeful Flight',56366,3,0,0,1,180762,36152,9,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,4,7,24,5,22,3,28,38,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(41845,4,4,-1,'Life-Light Pauldrons',49725,3,0,0,1,316875,63375,3,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,4,7,37,5,38,32,26,45,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1342,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(41846,4,4,-1,'Clutch of the Storm Giant',53235,3,0,0,1,424832,84966,5,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,4,4,38,12,52,7,79,37,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1789,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(41847,4,1,-1,'Savage Gladiator\'s Mooncloth Gloves',55541,3,36864,0,1,0,0,10,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,66,5,28,6,22,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,30,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41848,4,1,-1,'Savage Gladiator\'s Mooncloth Hood',55545,3,36864,0,1,0,0,1,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,6,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,50,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41849,4,1,-1,'Savage Gladiator\'s Mooncloth Leggings',55539,3,36864,0,1,0,0,7,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,6,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,65,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41850,4,1,-1,'Savage Gladiator\'s Mooncloth Mantle',55549,3,36864,0,1,0,0,3,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,66,5,28,6,31,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,50,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41851,4,1,-1,'Savage Gladiator\'s Mooncloth Robe',55897,3,36864,0,1,0,0,20,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,6,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,80,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41852,4,1,-1,'Hateful Gladiator\'s Mooncloth Hood',55560,4,36864,0,1,0,0,1,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,6,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,60,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41853,4,1,-1,'Deadly Gladiator\'s Mooncloth Hood',55561,4,36864,0,1,0,0,1,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,115,5,50,6,51,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,60,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41857,4,1,-1,'Hateful Gladiator\'s Mooncloth Robe',55895,4,36864,0,1,0,0,20,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,6,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,100,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41858,4,1,-1,'Deadly Gladiator\'s Mooncloth Robe',55890,4,36864,0,1,0,0,20,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,98,7,115,5,50,6,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,100,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41862,4,1,-1,'Hateful Gladiator\'s Mooncloth Leggings',55888,4,36864,0,1,0,0,7,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,6,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41863,4,1,-1,'Deadly Gladiator\'s Mooncloth Leggings',55885,4,36864,0,1,0,0,7,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,115,5,50,6,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41867,4,1,-1,'Hateful Gladiator\'s Mooncloth Mantle',55570,4,36864,0,1,0,0,3,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,6,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,60,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41868,4,1,-1,'Deadly Gladiator\'s Mooncloth Mantle',55569,4,36864,0,1,0,0,3,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,6,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,60,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41872,4,1,-1,'Hateful Gladiator\'s Mooncloth Gloves',55881,4,36864,0,1,0,0,10,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,6,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,35,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41873,4,1,-1,'Deadly Gladiator\'s Mooncloth Gloves',55878,4,36864,0,1,0,0,10,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,6,32,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,35,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41877,4,1,-1,'Hateful Gladiator\'s Cord of Salvation',55644,4,36864,0,1,0,0,6,400,32767,200,80,0,0,0,0,0,0,5,0,1,0,5,45,68,7,76,5,33,6,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41878,4,1,-1,'Hateful Gladiator\'s Cuffs of Salvation',55637,4,36864,0,1,0,0,9,400,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,57,5,24,6,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41879,4,1,-1,'Hateful Gladiator\'s Slippers of Salvation',55654,4,36864,0,1,0,0,8,400,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,6,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41880,4,1,-1,'Deadly Gladiator\'s Cord of Salvation',55673,4,36864,0,1,0,0,6,400,32767,213,80,0,0,0,0,0,0,5,0,1,0,5,45,78,7,85,5,37,6,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41884,4,1,-1,'Deadly Gladiator\'s Treads of Salvation',55661,4,36864,0,1,0,0,8,400,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,6,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41888,15,0,0,'Small Velvet Bag',1282,2,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41890,4,1,-1,'Robe of the Conquered Prophet',53238,3,0,0,1,228805,45761,20,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,4,7,45,6,52,45,62,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(41891,4,2,-1,'Intricate Zandalari Tunic',53240,3,0,0,1,287097,57419,5,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,4,7,57,44,30,3,52,38,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,450,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(41892,4,1,-1,'Deadly Gladiator\'s Cuffs of Salvation',55670,4,36864,0,1,0,0,9,400,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,66,7,66,5,29,6,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41896,4,1,-1,'Hateful Gladiator\'s Cord of Dominance',55641,4,36864,0,1,0,0,6,400,32767,200,80,0,0,0,0,0,0,5,0,1,0,5,45,68,7,76,5,33,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41897,4,1,-1,'Deadly Gladiator\'s Cord of Dominance',55750,4,36864,0,1,0,0,6,400,32767,213,80,0,0,0,0,0,0,5,0,1,0,5,45,78,7,85,5,37,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41901,4,1,-1,'Hateful Gladiator\'s Slippers of Dominance',55653,4,36864,0,1,0,0,8,400,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41902,4,1,-1,'Deadly Gladiator\'s Treads of Dominance',55752,4,36864,0,1,0,0,8,400,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41905,4,3,-1,'Chestguard of Rampaging Fury',56378,3,0,0,1,336667,67333,5,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,4,5,31,3,56,32,38,38,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1001,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(41907,4,1,-1,'Hateful Gladiator\'s Cuffs of Dominance',56444,4,36864,0,1,0,0,9,400,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,57,5,24,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41908,4,1,-1,'Deadly Gladiator\'s Cuffs of Dominance',55751,4,36864,0,1,0,0,9,400,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,66,7,66,5,29,32,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41912,4,1,-1,'Savage Gladiator\'s Satin Hood',55545,3,36864,0,1,0,0,1,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,32,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,50,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41913,4,1,-1,'Hateful Gladiator\'s Satin Hood',55560,4,36864,0,1,0,0,1,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,32,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,60,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41914,4,1,-1,'Deadly Gladiator\'s Satin Hood',55561,4,36864,0,1,0,0,1,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,115,5,50,32,51,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,60,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41918,4,1,-1,'Savage Gladiator\'s Satin Robe',55897,3,36864,0,1,0,0,20,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,80,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41919,4,1,-1,'Hateful Gladiator\'s Satin Robe',55895,4,36864,0,1,0,0,20,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,100,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41920,4,1,-1,'Deadly Gladiator\'s Satin Robe',55890,4,36864,0,1,0,0,20,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,98,7,115,5,50,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,100,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41924,4,1,-1,'Savage Gladiator\'s Satin Leggings',55539,3,36864,0,1,0,0,7,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,32,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,65,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41925,4,1,-1,'Hateful Gladiator\'s Satin Leggings',55888,4,36864,0,1,0,0,7,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41926,4,1,-1,'Deadly Gladiator\'s Satin Leggings',55885,4,36864,0,1,0,0,7,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,115,5,50,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41930,4,1,-1,'Savage Gladiator\'s Satin Mantle',55549,3,36864,0,1,0,0,3,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,66,5,28,32,31,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,50,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41931,4,1,-1,'Hateful Gladiator\'s Satin Mantle',55570,4,36864,0,1,0,0,3,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,60,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41932,4,4,-1,'Links of the Terrified Deity',53241,3,0,0,1,403339,80667,5,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,56,7,67,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1789,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(41933,4,1,-1,'Deadly Gladiator\'s Satin Mantle',55569,4,36864,0,1,0,0,3,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,60,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41937,4,1,-1,'Savage Gladiator\'s Satin Gloves',55541,3,36864,0,1,0,0,10,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,66,5,28,32,22,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,30,0,0,0,0,8,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41938,4,1,-1,'Hateful Gladiator\'s Satin Gloves',55881,4,36864,0,1,0,0,10,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,32,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,35,0,0,0,0,8,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41939,4,1,-1,'Deadly Gladiator\'s Satin Gloves',55878,4,36864,0,1,0,0,10,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,32,32,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,35,0,0,0,0,8,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41943,4,1,-1,'Savage Gladiator\'s Silk Cowl',56437,3,36864,0,1,0,0,1,128,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,32,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,50,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41944,4,1,-1,'Hateful Gladiator\'s Silk Cowl',55590,4,36864,0,1,0,0,1,128,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,32,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,60,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41945,4,1,-1,'Deadly Gladiator\'s Silk Cowl',55735,4,36864,0,1,0,0,1,128,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,115,5,50,32,51,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,60,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41949,4,1,-1,'Savage Gladiator\'s Silk Raiment',56442,3,36864,0,1,0,0,20,128,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,80,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41950,4,1,-1,'Hateful Gladiator\'s Silk Raiment',55896,4,36864,0,1,0,0,20,128,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,100,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41951,4,1,-1,'Deadly Gladiator\'s Silk Raiment',55894,4,36864,0,1,0,0,20,128,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,98,7,115,5,50,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,100,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41956,4,1,-1,'Savage Gladiator\'s Silk Trousers',56439,3,36864,0,1,0,0,7,128,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,32,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,65,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41957,4,1,-1,'Hateful Gladiator\'s Silk Trousers',55889,4,36864,0,1,0,0,7,128,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41958,4,1,-1,'Deadly Gladiator\'s Silk Trousers',55886,4,36864,0,1,0,0,7,128,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,115,5,50,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41962,4,1,-1,'Savage Gladiator\'s Silk Amice',55595,3,36864,0,1,0,0,3,128,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,66,5,28,32,31,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,50,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41963,4,1,-1,'Hateful Gladiator\'s Silk Amice',55575,4,36864,0,1,0,0,3,128,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,60,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41964,4,1,-1,'Deadly Gladiator\'s Silk Amice',55734,4,36864,0,1,0,0,3,128,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,60,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41968,4,1,-1,'Savage Gladiator\'s Silk Handguards',56438,3,36864,0,1,0,0,10,128,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,66,5,28,32,22,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,44301,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,30,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41969,4,1,-1,'Hateful Gladiator\'s Silk Handguards',55882,4,36864,0,1,0,0,10,128,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,32,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,44301,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41970,4,1,-1,'Deadly Gladiator\'s Silk Handguards',55880,4,36864,0,1,0,0,10,128,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,32,32,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,44301,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41974,4,4,-1,'Cobalt Bracers',54071,2,0,0,1,158329,31665,9,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,7,27,4,25,12,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(41975,4,4,-1,'Cobalt Gauntlets',54073,2,0,0,1,158893,31778,10,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,7,39,4,37,12,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,811,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(41976,0,6,-1,'Titanium Weapon Chain',39340,2,64,0,1,72000,18000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55836,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41984,4,1,-1,'Hat of Wintry Doom',53250,3,0,0,1,201741,40348,1,-1,-1,187,80,0,0,0,0,0,0,0,0,1,0,4,45,53,7,69,5,46,31,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,1,0,2,0,0,0,3353,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41985,4,1,-1,'Silky Iceshard Boots',53252,3,0,0,1,202507,40501,8,-1,-1,187,80,0,0,0,0,0,0,0,0,1,0,4,45,60,7,76,36,29,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41986,4,1,-1,'Deep Frozen Cord',53253,3,0,0,1,135516,27103,6,-1,-1,187,80,0,0,0,0,0,0,0,0,1,0,4,45,61,7,43,5,50,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41987,2,10,10,'Staff of the Sorrowful Chieftain',53255,3,0,0,1,798704,159740,17,32767,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,3,61,32,44,7,93,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,541,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(41988,12,0,0,'Telluric Poultice',53254,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55797,0,0,0,0,1149,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41989,12,0,0,'Vrykul Amulet',12018,1,1088,0,1,0,0,0,-1,-1,1,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58069,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41990,4,1,-1,'Savage Gladiator\'s Felweave Cowl',56429,3,36864,0,1,0,0,1,256,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,32,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,50,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41991,4,1,-1,'Hateful Gladiator\'s Felweave Cowl',56149,4,36864,0,1,0,0,1,256,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,32,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,60,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41992,4,1,-1,'Deadly Gladiator\'s Felweave Cowl',56153,4,36864,0,1,0,0,1,256,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,115,5,50,32,51,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,60,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41996,4,1,-1,'Savage Gladiator\'s Felweave Raiment',56434,3,36864,0,1,0,0,20,256,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,80,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41997,4,1,-1,'Deadly Gladiator\'s Felweave Raiment',56163,4,36864,0,1,0,0,20,256,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,98,7,115,5,50,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,100,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42001,4,1,-1,'Hateful Gladiator\'s Felweave Raiment',56156,4,36864,0,1,0,0,20,256,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,100,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42002,4,1,-1,'Savage Gladiator\'s Felweave Trousers',56432,3,36864,0,1,0,0,7,256,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,32,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,65,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42003,4,1,-1,'Hateful Gladiator\'s Felweave Trousers',56426,4,36864,0,1,0,0,7,256,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42004,4,1,-1,'Deadly Gladiator\'s Felweave Trousers',56164,4,36864,0,1,0,0,7,256,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,115,5,50,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42008,4,1,-1,'Savage Gladiator\'s Felweave Amice',56428,3,36864,0,1,0,0,3,256,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,66,5,28,32,31,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,50,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42009,4,1,-1,'Hateful Gladiator\'s Felweave Amice',56159,4,36864,0,1,0,0,3,256,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,60,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42010,4,1,-1,'Deadly Gladiator\'s Felweave Amice',56158,4,36864,0,1,0,0,3,256,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,60,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42014,4,1,-1,'Savage Gladiator\'s Felweave Handguards',56431,3,36864,0,1,0,0,10,256,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,66,5,28,32,22,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,30,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42015,4,1,-1,'Hateful Gladiator\'s Felweave Handguards',56154,4,36864,0,1,0,0,10,256,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,32,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42016,4,1,-1,'Deadly Gladiator\'s Felweave Handguards',56160,4,36864,0,1,0,0,10,256,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,32,32,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42020,4,0,-1,'Hateful Gladiator\'s Pendant of Triumph',39162,4,36864,0,1,0,0,2,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,4,38,100,7,73,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42021,4,0,-1,'Hateful Gladiator\'s Pendant of Victory',39162,4,36864,0,1,0,0,2,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,4,38,100,7,73,31,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42022,4,0,-1,'Hateful Gladiator\'s Pendant of Dominance',39162,4,36864,0,1,0,0,2,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,5,45,59,7,57,5,24,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42023,4,0,-1,'Hateful Gladiator\'s Pendant of Subjugation',39162,4,36864,0,1,0,0,2,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,5,45,59,7,57,5,24,36,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42024,4,0,-1,'Hateful Gladiator\'s Pendant of Ascendancy',39162,4,36864,0,1,0,0,2,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,5,45,59,7,57,5,24,31,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42025,4,0,-1,'Hateful Gladiator\'s Pendant of Deliverance',39162,4,36864,0,1,0,0,2,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,5,45,59,7,57,5,24,6,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42026,4,0,-1,'Hateful Gladiator\'s Pendant of Salvation',39162,4,36864,0,1,0,0,2,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,5,45,59,7,57,5,24,43,18,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42027,4,0,-1,'Deadly Gladiator\'s Pendant of Triumph',39162,4,36864,0,1,0,0,2,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,4,38,112,7,84,32,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42028,4,0,-1,'Deadly Gladiator\'s Pendant of Victory',39162,4,36864,0,1,0,0,2,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,4,38,112,7,84,31,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42029,4,0,-1,'Deadly Gladiator\'s Pendant of Dominance',39162,4,36864,0,1,0,0,2,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,66,5,29,32,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42030,4,0,-1,'Deadly Gladiator\'s Pendant of Ascendancy',39162,4,36864,0,1,0,0,2,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,66,5,29,31,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42031,4,0,-1,'Deadly Gladiator\'s Pendant of Subjugation',39162,4,36864,0,1,0,0,2,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,66,5,29,36,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42032,4,0,-1,'Deadly Gladiator\'s Pendant of Deliverance',39162,4,36864,0,1,0,0,2,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,66,5,29,6,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42033,4,0,-1,'Deadly Gladiator\'s Pendant of Salvation',39162,4,36864,0,1,0,0,2,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,66,5,29,43,19,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42055,4,1,-1,'Hateful Gladiator\'s Cloak of Dominance',55663,4,36864,0,1,0,0,16,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,5,45,59,7,57,5,24,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42056,4,1,-1,'Hateful Gladiator\'s Cloak of Subjugation',55663,4,36864,0,1,0,0,16,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,5,45,59,7,57,5,24,36,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42057,4,1,-1,'Hateful Gladiator\'s Cloak of Ascendancy',55663,4,36864,0,1,0,0,16,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,5,45,59,7,57,5,24,31,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42058,4,1,-1,'Hateful Gladiator\'s Cloak of Salvation',55663,4,36864,0,1,0,0,16,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,5,45,59,7,57,5,24,43,18,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42059,4,1,-1,'Hateful Gladiator\'s Cloak of Deliverance',55663,4,36864,0,1,0,0,16,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,5,45,59,7,57,5,24,6,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42060,4,1,-1,'Hateful Gladiator\'s Cloak of Triumph',49738,4,36864,0,1,0,0,16,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,4,38,100,7,73,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42061,4,1,-1,'Hateful Gladiator\'s Cloak of Victory',49738,4,36864,0,1,0,0,16,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,4,38,100,7,73,31,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42062,4,1,-1,'Deadly Gladiator\'s Cloak of Dominance',55663,4,36864,0,1,0,0,16,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,66,5,29,32,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42063,4,1,-1,'Deadly Gladiator\'s Cloak of Subjugation',55663,4,36864,0,1,0,0,16,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,66,5,29,36,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42064,4,1,-1,'Deadly Gladiator\'s Cloak of Ascendancy',55663,4,36864,0,1,0,0,16,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,66,5,29,31,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42065,4,1,-1,'Deadly Gladiator\'s Cloak of Salvation',55663,4,36864,0,1,0,0,16,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,66,5,29,43,19,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42066,4,1,-1,'Deadly Gladiator\'s Cloak of Deliverance',55663,4,36864,0,1,0,0,16,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,66,5,29,6,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42067,4,1,-1,'Deadly Gladiator\'s Cloak of Triumph',49738,4,36864,0,1,0,0,16,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,4,38,112,7,84,32,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42068,4,1,-1,'Deadly Gladiator\'s Cloak of Victory',49738,4,36864,0,1,0,0,16,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,4,38,112,7,84,31,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42084,4,2,-1,'Snowhide Belt',39736,1,0,0,1,35440,7088,6,-1,-1,70,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42088,4,2,-1,'Snowhide Hoof-Warmers',53265,1,0,0,1,53942,10788,8,-1,-1,70,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42092,4,2,-1,'Snowhide Bracers',3708,1,0,0,1,36482,7296,9,-1,-1,70,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42093,4,1,-1,'Frostmoon Pants',51140,3,0,0,1,285248,57049,7,-1,-1,187,80,0,0,0,0,0,0,0,0,1,0,4,45,61,7,60,5,50,6,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(42094,4,2,-1,'Snowhide Cap',27687,1,0,0,1,55116,11023,1,-1,-1,70,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42095,4,1,-1,'Light Blessed Mittens',53270,3,0,0,1,133487,26697,10,-1,-1,187,80,0,0,0,0,0,0,0,0,1,0,4,45,59,7,43,5,37,6,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(42096,4,1,-1,'Aurora Slippers',53271,3,0,0,1,200975,40195,8,-1,-1,187,80,0,0,0,0,0,0,0,0,1,0,4,45,60,7,37,5,40,6,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(42097,4,2,-1,'Snowhide Mitts',28822,1,0,0,1,34526,6905,10,-1,-1,70,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42098,4,2,-1,'Snowhide Pants',53273,1,0,0,1,69315,13863,7,-1,-1,70,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42099,4,2,-1,'Snowhide Vest',36771,1,0,0,1,69577,13915,5,-1,-1,70,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42100,4,1,-1,'Moonshroud Robe',55340,4,0,0,1,386448,77289,20,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,45,105,7,67,5,68,6,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(42101,4,1,-1,'Ebonweave Robe',55341,4,0,0,1,387899,77579,20,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,45,105,7,67,5,89,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(42102,4,1,-1,'Spellweave Robe',55330,4,0,0,1,389350,77870,20,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,45,104,5,64,6,52,36,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(42103,4,1,-1,'Moonshroud Gloves',51587,4,0,0,1,195381,39076,10,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,45,76,7,49,5,51,6,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(42104,12,0,0,'Northern Ivory',7999,1,1088,0,1,0,0,0,-1,-1,1,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58073,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42105,12,0,0,'Iron Dwarf Brooch',19149,1,1088,0,1,0,0,0,-1,-1,1,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58074,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42106,12,0,0,'Proto Dragon Bone',18072,1,1088,0,1,0,0,0,-1,-1,1,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58075,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42107,12,0,0,'Elemental Armor Scrap',53277,1,1088,0,1,0,0,0,-1,-1,1,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58076,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42108,12,0,0,'Scourge Curio',53279,1,1088,0,1,0,0,0,-1,-1,1,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58077,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42109,12,0,0,'Dark Ore Sample',7340,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42110,4,0,-1,'Hateful Gladiator\'s Band of Dominance',39129,4,36864,0,1,0,0,11,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,5,45,59,7,57,5,24,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42111,4,1,-1,'Ebonweave Gloves',55334,4,0,0,1,186714,37342,10,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,45,77,7,49,5,66,31,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(42112,4,0,-1,'Hateful Gladiator\'s Band of Triumph',39129,4,36864,0,1,0,0,11,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,4,38,100,7,73,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42113,4,1,-1,'Spellweave Gloves',55331,4,0,0,1,188165,37633,10,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,45,77,5,48,6,39,36,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(42114,4,0,-1,'Deadly Gladiator\'s Band of Ascendancy',39129,4,36864,0,1,0,0,11,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,66,5,29,31,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42115,4,0,-1,'Deadly Gladiator\'s Band of Victory',39129,4,36864,0,1,0,0,11,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,4,38,112,7,84,31,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42122,4,0,-1,'Medallion of the Horde',48071,4,36864,1,1,0,0,12,262143,690,200,80,0,0,0,0,0,0,0,1,1,0,1,35,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42123,4,0,-1,'Medallion of the Alliance',56635,4,36864,2,1,0,0,12,262143,1101,200,80,0,0,0,0,0,0,0,1,1,0,1,35,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42128,4,0,-1,'Battlemaster\'s Hostility',47095,4,36864,0,1,0,0,12,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,32,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,55915,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42129,4,0,-1,'Battlemaster\'s Accuracy',47095,4,36864,0,1,0,0,12,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,31,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,55915,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42130,4,0,-1,'Battlemaster\'s Avidity',47095,4,36864,0,1,0,0,12,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,36,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,55915,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42131,4,0,-1,'Battlemaster\'s Conviction',47095,4,36864,0,1,0,0,12,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,38,190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,55915,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42132,4,0,-1,'Battlemaster\'s Bravery',47095,4,36864,0,1,0,0,12,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,45,111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,55915,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42138,9,10,-1,'Design: Solid Sky Sapphire',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53952,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Solid Sky Sapphire',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42142,3,0,0,'Bold Dragon\'s Eye',61981,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1510,-1,0,0,2,0,'',0,0,0,0,0,12340),(42143,3,0,0,'Delicate Dragon\'s Eye',61981,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1511,-1,0,0,2,0,'',0,0,0,0,0,12340),(42144,3,0,0,'Runed Dragon\'s Eye',61981,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1512,-1,0,0,2,0,'',0,0,0,0,0,12340),(42145,3,1,0,'Sparkling Dragon\'s Eye',61982,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Blue socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1513,-1,0,0,2,0,'',0,0,0,0,0,12340),(42146,3,1,0,'Lustrous Dragon\'s Eye',61982,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Blue socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1514,-1,0,0,2,0,'',0,0,0,0,0,12340),(42148,3,2,0,'Brilliant Dragon\'s Eye',61983,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1515,-1,0,0,2,0,'',0,0,0,0,0,12340),(42149,3,2,0,'Smooth Dragon\'s Eye',61983,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1516,-1,0,0,2,0,'',0,0,0,0,0,12340),(42150,3,2,0,'Quick Dragon\'s Eye',61983,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1517,-1,0,0,2,0,'',0,0,0,0,0,12340),(42151,3,0,0,'Subtle Dragon\'s Eye',61981,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1518,-1,0,0,2,0,'',0,0,0,0,0,12340),(42152,3,0,0,'Flashing Dragon\'s Eye',61981,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1519,-1,0,0,2,0,'',0,0,0,0,0,12340),(42153,3,0,0,'Fractured Dragon\'s Eye',61981,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1520,-1,0,0,2,0,'',0,0,0,0,0,12340),(42154,3,0,0,'Precise Dragon\'s Eye',61981,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1521,-1,0,0,2,0,'',0,0,0,0,0,12340),(42155,3,1,0,'Stormy Dragon\'s Eye',61982,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Blue socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1522,-1,0,0,2,0,'',0,0,0,0,0,12340),(42156,3,2,0,'Rigid Dragon\'s Eye',61983,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1523,-1,0,0,2,0,'',0,0,0,0,0,12340),(42157,3,2,0,'Thick Dragon\'s Eye',61983,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1524,-1,0,0,2,0,'',0,0,0,0,0,12340),(42158,3,2,0,'Mystic Dragon\'s Eye',61983,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1525,-1,0,0,2,0,'',0,0,0,0,0,12340),(42159,12,0,0,'Storm Hammer',53325,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'My younger brother, may this see you through many more battles.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42160,12,0,-1,'Incendiary Harpoons',53326,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42162,12,0,0,'Horn Fragment',53329,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42163,12,0,0,'Horn Fragments',1625,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42164,12,0,0,'Hodir\'s Horn',53333,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55983,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42172,9,2,-1,'Pattern: Red Lumberjack Shirt',15274,2,33554496,0,1,50000,12500,0,-1,-1,72,0,197,400,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55993,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Red Lumberjack Shirt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42173,9,2,-1,'Pattern: Blue Lumberjack Shirt',15274,2,33554496,0,1,50000,12500,0,-1,-1,72,0,197,400,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55994,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Blue Lumberjack Shirt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42175,9,2,-1,'Pattern: Green Lumberjack Shirt',15274,2,33554496,0,1,50000,12500,0,-1,-1,72,0,197,400,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55996,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Green Lumberjack Shirt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42176,9,2,-1,'Pattern: Blue Workman\'s Shirt',15274,2,33554496,0,1,50000,12500,0,-1,-1,72,0,197,400,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55998,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Blue Workman\'s Shirt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42177,9,2,-1,'Pattern: Red Workman\'s Shirt',15274,2,33554496,0,1,50000,12500,0,-1,-1,72,0,197,400,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55997,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Red Workman\'s Shirt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42178,9,2,-1,'Pattern: Rustic Workman\'s Shirt',15274,2,33554496,0,1,50000,12500,0,-1,-1,72,0,197,400,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55999,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Rustic Workman\'s Shirt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42183,9,2,-1,'Pattern: Abyssal Bag',811,1,64,0,1,50000,12500,0,-1,-1,78,0,197,435,0,0,0,1098,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56004,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew an Abyssal Bag.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42184,9,2,-1,'Pattern: Glacial Bag',811,1,64,0,1,50000,12500,0,-1,-1,78,0,197,445,0,0,0,1119,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56005,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Glacial Bag.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42185,9,2,-1,'Pattern: Mysterious Bag',811,1,64,0,1,50000,12500,0,-1,-1,78,0,197,440,0,0,0,1091,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56006,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Mysterious Bag.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42187,9,2,-1,'Pattern: Brilliant Spellthread',811,1,64,0,1,50000,12500,0,-1,-1,78,0,197,430,0,0,0,1106,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56009,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Brilliant Spellthread.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42188,9,2,-1,'Pattern: Sapphire Spellthread',811,1,64,0,1,50000,12500,0,-1,-1,78,0,197,430,0,0,0,1090,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56011,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Sapphire Spellthread.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42203,12,0,0,'Dark Armor Plate',53380,1,2048,0,1,0,0,0,-1,-1,1,77,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,12979,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42204,12,0,0,'Dark Armor Sample',53380,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42208,2,0,-1,'Deadly Gladiator\'s Cleaver',56208,4,36864,0,1,0,0,13,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,530,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42225,3,8,-1,'Dragon\'s Eye',55024,3,0,0,1,0,0,0,-1,-1,80,0,755,350,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42227,2,0,-1,'Deadly Gladiator\'s Hacker',56208,4,36864,0,1,0,0,22,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,306,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42232,2,0,-1,'Deadly Gladiator\'s Chopper',56208,4,36864,0,1,0,0,22,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,530,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42237,2,0,-1,'Deadly Gladiator\'s Waraxe',56208,4,36864,0,1,0,0,13,260612,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,530,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42242,2,15,-1,'Deadly Gladiator\'s Shanker',56411,4,36864,0,1,0,0,13,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,338,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42246,12,0,0,'Essence of Ice',53392,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56099,0,-1,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42248,2,15,-1,'Deadly Gladiator\'s Shiv',56411,4,36864,0,1,0,0,22,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,285,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42252,12,0,0,'Frozen Iron Scrap',53399,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42253,7,5,-1,'Iceweb Spider Silk',54964,1,0,0,1,40000,10000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42255,2,15,-1,'Deadly Gladiator\'s Mutilator',56411,4,36864,0,1,0,0,22,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,367,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42260,2,13,-1,'Deadly Gladiator\'s Right Ripper',55948,4,36864,0,1,0,0,21,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,530,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42265,2,13,-1,'Deadly Gladiator\'s Left Render',55946,4,36864,0,1,0,0,22,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,530,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42270,2,13,-1,'Deadly Gladiator\'s Left Ripper',55946,4,36864,0,1,0,0,22,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,306,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42275,2,4,-1,'Deadly Gladiator\'s Pummeler',55954,4,36864,0,1,0,0,13,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,530,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42280,2,4,-1,'Deadly Gladiator\'s Bonecracker',55954,4,36864,0,1,0,0,22,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,306,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42285,2,7,-1,'Deadly Gladiator\'s Slicer',57297,4,36864,0,1,0,0,13,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,489,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42290,2,7,-1,'Deadly Gladiator\'s Quickblade',57297,4,36864,0,1,0,0,22,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,306,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42298,9,10,-1,'Design: Bold Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56049,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bold Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42299,9,10,-1,'Design: Bright Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56054,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bright Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42300,9,10,-1,'Design: Brilliant Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56074,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Brilliant Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42301,9,10,-1,'Design: Delicate Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56052,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Delicate Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42302,9,10,-1,'Design: Flashing Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56056,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Flashing Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42303,9,10,-1,'Design: Fractured Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56076,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Fractured Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42304,9,10,-1,'Design: Lustrous Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56077,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Lustrous Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42305,9,10,-1,'Design: Mystic Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56079,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Mystic Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42306,9,10,-1,'Design: Precise Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56081,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Precise Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42307,9,10,-1,'Design: Quick Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56083,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Quick Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42308,9,10,-1,'Design: Rigid Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56084,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Rigid Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42309,9,10,-1,'Design: Runed Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56053,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Runed Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42310,9,10,-1,'Design: Smooth Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56085,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Smooth Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42311,9,10,-1,'Design: Solid Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56086,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Solid Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42312,9,10,-1,'Design: Sparkling Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56087,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Sparkling Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42313,9,10,-1,'Design: Stormy Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56088,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Stormy Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42314,9,10,-1,'Design: Subtle Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56055,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Subtle Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42315,9,10,-1,'Design: Thick Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56089,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Thick Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42317,2,1,-1,'Deadly Gladiator\'s Decapitator',55926,4,36864,0,1,0,0,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,200,7,151,32,67,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,586,880,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42322,2,5,-1,'Deadly Gladiator\'s Bonegrinder',56955,4,36864,0,1,0,0,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,200,7,151,32,67,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,586,880,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42327,2,6,-1,'Deadly Gladiator\'s Pike',56412,4,36864,0,1,0,0,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,200,7,151,32,67,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,586,880,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42332,2,8,-1,'Deadly Gladiator\'s Greatsword',57462,4,36864,0,1,0,0,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,200,7,151,32,67,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,586,880,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42336,4,0,-1,'Bloodstone Band',28682,2,524288,0,1,125915,31478,11,-1,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,38,44,32,16,31,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2873,0,325,0,0,0,0,'',15,0,0,0,0,12340),(42337,4,0,-1,'Sun Rock Ring',29697,2,524288,0,1,125915,31478,11,-1,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,45,25,5,12,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3263,0,325,0,0,0,0,'',15,0,0,0,0,12340),(42338,4,0,-1,'Jade Dagger Pendant',53407,3,0,0,1,180397,45099,2,-1,-1,167,75,0,0,0,0,0,0,0,0,1,0,3,38,64,7,40,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3263,0,325,0,0,0,0,'',54,0,0,0,0,12340),(42339,4,0,-1,'Blood Sun Necklace',31604,3,0,0,1,188479,47119,2,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,3,45,40,36,22,43,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,325,0,0,0,0,'',54,0,0,0,0,12340),(42340,4,0,-1,'Dream Signet',35367,3,524288,0,1,187469,46867,11,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(42341,4,0,-1,'Figurine - Ruby Hare',53455,3,524352,0,1,322031,80507,12,-1,-1,200,75,755,400,0,0,0,0,0,0,1,0,1,7,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56121,0,0,0,180000,0,0,0,0,0,0,1200000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,2,0,0,0,3307,0,325,0,0,0,0,'',54,0,0,0,0,12340),(42346,2,15,-1,'Deadly Gladiator\'s Spellblade',56247,4,36864,0,1,0,0,21,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,55,5,36,45,461,32,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,69,220,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,-66.2,0,0,0,'',0,0,0,0,0,12340),(42352,2,4,-1,'Deadly Gladiator\'s Gavel',56410,4,36864,0,1,0,0,21,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,55,5,36,45,461,43,18,35,36,0,0,0,0,0,0,0,0,0,0,0,0,69,220,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-66.2,0,0,0,'',0,0,0,0,0,12340),(42360,4,0,0,'Ebon Filigreed Doublet',53409,1,0,0,1,550000,137500,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42361,4,0,0,'Cerulean Filigreed Doublet',53412,1,0,0,1,475000,118750,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42362,2,10,-1,'Deadly Gladiator\'s Battle Staff',56409,4,36864,0,1,0,0,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,147,5,64,45,461,32,85,35,84,0,0,0,0,0,0,0,0,0,0,0,0,193,357,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-66.2,0,0,0,'',0,0,0,0,0,12340),(42363,4,0,0,'Golden Filigreed Doublet',53411,1,0,0,1,525000,131250,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42365,4,0,0,'Amber Filigreed Doublet',53972,1,0,0,1,450000,112500,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42368,4,0,0,'Scarlet Filigreed Doublet',53414,1,0,0,1,500000,125000,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42369,4,0,0,'Ebon Filigreed Shirt',53415,1,0,0,1,350000,87500,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42370,4,0,0,'Cerulean Filigreed Shirt',53417,1,0,0,1,275000,68750,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42371,4,0,0,'Amber Filigreed Shirt',53418,1,0,0,1,250000,62500,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42372,4,0,0,'Scarlet Filigreed Shirt',53419,1,0,0,1,300000,75000,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42373,4,0,0,'Golden Filigreed Shirt',53420,1,0,0,1,325000,81250,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42374,4,0,0,'Blue Martial Shirt',53421,1,0,0,1,375000,93750,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42375,4,0,0,'Green Martial Shirt',53423,1,0,0,1,350000,87500,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42376,4,0,0,'Yellow Martial Shirt',53424,1,0,0,1,425000,106250,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42377,4,0,0,'Purple Martial Shirt',53425,1,0,0,1,450000,112500,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42378,4,0,0,'Red Martial Shirt',53426,1,0,0,1,400000,100000,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42384,2,10,-1,'Deadly Gladiator\'s Energy Staff',56409,4,36864,0,1,0,0,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,147,5,64,45,461,6,85,35,84,0,0,0,0,0,0,0,0,0,0,0,0,193,357,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-66.2,0,0,0,'',0,0,0,0,0,12340),(42390,2,10,-1,'Deadly Gladiator\'s Staff',56413,4,36864,0,1,0,0,17,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,3,64,7,147,32,85,35,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,489,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42394,12,0,0,'Dark Armor Plate',53380,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42395,4,0,-1,'Figurine - Twilight Serpent',53454,3,524352,0,1,322031,80507,12,-1,-1,200,75,755,400,0,0,0,0,0,0,1,0,1,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56184,0,0,0,120000,1141,20000,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,8,0,0,0,3602,0,325,0,0,0,0,'',54,0,0,0,0,12340),(42396,16,5,0,'Glyph of Circle of Healing',58834,1,64,0,1,400,100,0,16,2147483647,55,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56162,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42397,16,5,0,'Glyph of Dispel Magic',58834,1,64,0,1,400,100,0,16,2147483647,23,18,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56163,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42398,16,5,0,'Glyph of Fade',58834,1,64,0,1,400,100,0,16,2147483647,13,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56164,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42399,16,5,0,'Glyph of Fear Ward',58834,1,64,0,1,400,100,0,16,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56165,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42400,16,5,0,'Glyph of Flash Heal',58834,1,64,0,1,400,100,0,16,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56166,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42401,16,5,0,'Glyph of Holy Nova',58834,1,64,0,1,400,100,0,16,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56167,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42402,16,5,0,'Glyph of Inner Fire',58834,1,64,0,1,400,100,0,16,2147483647,17,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56168,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42403,16,5,0,'Glyph of Lightwell',58834,1,64,0,1,400,100,0,16,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56169,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42404,16,5,0,'Glyph of Mass Dispel',58834,1,64,0,1,400,100,0,16,2147483647,75,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56170,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42405,16,5,0,'Glyph of Mind Control',58834,1,64,0,1,400,100,0,16,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56171,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42406,16,5,0,'Glyph of Shadow Word: Pain',58834,1,64,0,1,400,100,0,16,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56172,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42407,16,5,0,'Glyph of Shadow',58834,1,64,0,1,400,100,0,16,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56174,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42408,16,5,0,'Glyph of Power Word: Shield',58834,1,64,0,1,400,100,0,16,2147483647,11,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56175,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42409,16,5,0,'Glyph of Prayer of Healing',58834,1,64,0,1,400,100,0,16,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56176,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42410,16,5,0,'Glyph of Psychic Scream',58834,1,64,0,1,400,100,0,16,2147483647,19,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56177,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42411,16,5,0,'Glyph of Renew',58834,1,64,0,1,400,100,0,16,2147483647,13,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56178,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42412,16,5,0,'Glyph of Scourge Imprisonment',58834,1,64,0,1,400,100,0,16,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56179,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42413,4,0,-1,'Figurine - Sapphire Owl',53453,3,524352,0,1,322031,80507,12,-1,-1,200,75,755,400,0,0,0,0,0,0,1,0,1,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56186,0,0,0,300000,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,8,0,0,0,3306,0,325,0,0,0,0,'',54,0,0,0,0,12340),(42414,16,5,0,'Glyph of Shadow Word: Death',58834,1,64,0,1,400,100,0,16,2147483647,67,62,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56180,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42415,16,5,0,'Glyph of Mind Flay',58834,1,64,0,1,400,100,0,16,2147483647,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56181,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42416,16,5,0,'Glyph of Smite',58834,1,64,0,1,400,100,0,16,2147483647,6,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56182,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42417,16,5,0,'Glyph of Spirit of Redemption',58834,1,64,0,1,400,100,0,16,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56183,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42418,4,0,-1,'Figurine - Emerald Boar',53456,3,524352,0,1,322031,80507,12,-1,-1,200,75,755,400,0,0,0,0,0,0,1,0,1,38,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,56188,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,8,0,0,0,3764,0,325,0,0,0,0,'',54,0,0,0,0,12340),(42419,12,0,0,'Bouldercrag\'s War Horn',13082,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56189,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42420,0,8,-1,'Shadow Crystal Focusing Lens',22652,2,64,0,1,10000,2500,0,-1,-1,75,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56190,0,-40,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42421,0,8,-1,'Shadow Jade Focusing Lens',30690,2,64,0,1,10000,2500,0,-1,-1,75,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56191,0,-40,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42422,13,0,-1,'Jotunheim Cage Key',22071,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56192,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42423,12,0,0,'Stormforged Eye',53461,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,8,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42424,12,0,0,'Diamond Tipped Pick',50798,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56227,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42425,10,0,-1,'Strand of the Ancients Mark of Honor',53462,2,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,100,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Medal awarded for fighting in Strand of the Ancients',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42428,0,5,-1,'Carrot Cupcake',57314,1,0,0,5,8500,425,0,-1,-1,75,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42429,0,5,-1,'Red Velvet Cupcake',57318,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42430,0,5,-1,'Dalaran Doughnut',57315,1,0,0,5,8500,425,0,-1,-1,75,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42431,0,5,-1,'Dalaran Brownie',40637,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42432,0,5,-1,'Berry Pie Slice',6342,1,0,0,1,8500,0,0,-1,-1,75,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340); INSERT INTO `item_template` VALUES (42433,0,5,-1,'Chocolate Cake Slice',57313,1,0,0,1,1700,0,0,-1,-1,75,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42434,0,5,-1,'Lovely Cake Slice',57317,1,0,0,1,3200,0,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42435,2,15,-1,'Titansteel Shanker',53471,4,524288,0,1,951708,190341,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,45,32,23,38,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,276,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(42436,0,0,0,'Chocolate Celebration Cake',57312,1,64,0,1,90000,2125,0,-1,-1,75,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56245,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42438,0,0,0,'Lovely Cake',57316,1,64,0,1,180000,4000,0,-1,-1,85,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56255,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42439,0,0,0,'Big Berry Pie',6342,1,64,0,1,17000,4250,0,-1,-1,75,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56261,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42440,7,11,0,'Gigaflux Dimensional Transporter',53473,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42441,12,0,0,'Bouldercrag\'s Bomb',53474,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56275,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42442,12,0,0,'Tablets of Pronouncement',53472,1,8388672,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56278,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42443,2,4,-1,'Cudgel of Saronite Justice',53476,3,0,0,1,648495,129699,21,-1,-1,175,77,0,0,0,0,0,0,0,0,1,0,3,43,13,36,38,45,281,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,137,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,-47.2,0,0,0,'',54,0,0,0,0,12340),(42450,2,16,-1,'Deadly Gladiator\'s War Edge',38679,4,4231168,0,1,0,0,25,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,62,7,48,32,21,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,464,0,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42453,16,9,0,'Glyph of Incinerate',58841,1,64,0,1,400,100,0,256,2147483647,33,28,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56268,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42454,16,9,0,'Glyph of Conflagrate',58841,1,64,0,1,400,100,0,256,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56270,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42455,16,9,0,'Glyph of Corruption',58841,1,64,0,1,400,100,0,256,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56271,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42456,16,9,0,'Glyph of Curse of Agony',58841,1,64,0,1,400,100,0,256,2147483647,13,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56282,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42457,16,9,0,'Glyph of Death Coil',58841,1,64,0,1,400,100,0,256,2147483647,47,42,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56283,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42458,16,9,0,'Glyph of Fear',58841,1,64,0,1,400,100,0,256,2147483647,13,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56284,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42459,16,9,0,'Glyph of Felguard',58841,1,64,0,1,400,100,0,256,2147483647,55,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56285,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42460,16,9,0,'Glyph of Felhunter',58841,1,64,0,1,400,100,0,256,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56286,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42461,16,9,0,'Glyph of Health Funnel',58841,1,64,0,1,400,100,0,256,2147483647,17,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56288,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42462,16,9,0,'Glyph of Healthstone',58841,1,64,0,1,400,100,0,256,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56289,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42463,16,9,0,'Glyph of Howl of Terror',58841,1,64,0,1,400,100,0,256,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56290,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42464,16,9,0,'Glyph of Immolate',58841,1,64,0,1,400,100,0,256,2147483647,6,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56291,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42465,16,9,0,'Glyph of Imp',58841,1,64,0,1,400,100,0,256,2147483647,10,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56292,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42466,16,9,0,'Glyph of Searing Pain',58841,1,64,0,1,400,100,0,256,2147483647,23,18,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56293,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42467,16,9,0,'Glyph of Shadow Bolt',58841,1,64,0,1,400,100,0,256,2147483647,6,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56294,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42468,16,9,0,'Glyph of Shadowburn',58841,1,64,0,1,400,100,0,256,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56295,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42469,16,9,0,'Glyph of Siphon Life',58841,1,64,0,1,400,100,0,256,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56296,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42470,16,9,0,'Glyph of Soulstone',58841,1,64,0,1,400,100,0,256,2147483647,23,18,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56297,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42471,16,9,0,'Glyph of Succubus',58841,1,64,0,1,400,100,0,256,2147483647,31,26,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56299,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42472,16,9,0,'Glyph of Unstable Affliction',58841,1,64,0,1,400,100,0,256,2147483647,55,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56301,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42473,16,9,0,'Glyph of Voidwalker',58841,1,64,0,1,400,100,0,256,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56302,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42475,12,0,0,'Colossus Attack Specs',34751,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42476,12,0,0,'Colossus Defense Specs',7629,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42479,12,0,0,'Ethereal Worg\'s Fang',53485,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56313,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42480,12,0,-1,'Ebon Blade Banner',50963,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23301,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42481,12,0,0,'Reins of the Warbear Matriarch',56648,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56345,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42482,13,0,-1,'The Violet Hold Key',7737,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42485,2,3,-1,'Deadly Gladiator\'s Rifle',56177,4,36864,0,1,0,0,26,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,62,7,48,32,21,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,510,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42490,2,2,-1,'Deadly Gladiator\'s Longbow',55928,4,36864,0,1,0,0,15,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,62,7,48,32,21,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,510,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42495,2,18,-1,'Deadly Gladiator\'s Heavy Crossbow',55931,4,36864,0,1,0,0,26,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,62,7,48,32,21,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,510,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42499,12,0,0,'Reins of the Warbear Matriarch',56648,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54301,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42500,0,6,-1,'Titanium Shield Spike',55060,2,64,0,1,48000,12000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56353,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42502,2,19,-1,'Deadly Gladiator\'s Touch of Defeat',56617,4,36864,0,1,0,0,26,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,45,37,7,31,5,20,32,21,35,20,0,0,0,0,0,0,0,0,0,0,0,0,382,711,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42508,4,6,-1,'Titansteel Shield Wall',53532,4,0,0,1,655464,131092,14,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,69,4,36,12,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7530,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,211,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(42510,12,0,-1,'Worg Fur',39446,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42513,2,19,-1,'Deadly Gladiator\'s Baton of Light',56617,4,36864,0,1,0,0,26,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,45,37,7,36,5,15,6,21,35,20,0,0,0,0,0,0,0,0,0,0,0,0,382,711,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42519,2,19,-1,'Deadly Gladiator\'s Piercing Touch',56617,4,36864,0,1,0,0,26,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,45,37,7,31,5,20,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,382,711,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,56391,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42525,4,0,-1,'Deadly Gladiator\'s Endgame',39505,4,36864,0,1,0,0,23,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,45,66,7,66,5,29,32,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42531,4,0,-1,'Deadly Gladiator\'s Reprieve',39505,4,36864,0,1,0,0,23,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,45,66,7,66,5,29,6,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42537,4,0,-1,'Deadly Gladiator\'s Grimoire',39505,4,36864,0,1,0,0,23,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,45,66,7,66,5,29,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56395,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42541,12,0,0,'Everfrost Shard',53538,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A remnant of a lost age.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42542,12,0,0,'Stoic Mammoth Hide',38747,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42545,0,1,-1,'Runic Mana Injector',57717,1,0,0,1,15000,3750,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67490,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42546,7,3,0,'Mana Injector Kit',24052,1,1088,0,1,5405,1351,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56403,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Failsafe.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42549,4,4,-1,'Armored Titanium Goggles',43886,4,0,0,1,500596,100119,1,-1,-1,200,72,202,400,0,0,0,0,0,0,1,0,4,4,73,7,111,12,60,37,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,12883,0,0,0,3000,0,0,0,1,0,0,0,0,0,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,128,0,1,0,4,0,0,0,3778,0,375,0,0,0,0,'',68,0,0,0,0,12340),(42550,4,2,-1,'Weakness Spectralizers',45779,4,0,0,1,359611,71922,1,-1,-1,200,72,202,400,0,0,0,0,0,0,1,0,4,38,148,3,73,7,90,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,12883,0,0,0,3000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,128,0,1,0,4,0,0,0,2771,0,375,0,0,0,0,'',68,0,0,0,0,12340),(42551,4,3,-1,'Truesight Ice Blinders',53564,4,0,0,1,433122,86624,1,-1,-1,200,72,202,400,0,0,0,0,0,0,1,0,5,38,120,3,74,7,90,5,42,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,12883,0,0,0,3000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,128,0,1,0,4,0,0,0,2787,0,375,0,0,0,0,'',68,0,0,0,0,12340),(42552,4,4,-1,'Charged Titanium Specs',43886,4,0,0,1,506247,101249,1,-1,-1,200,72,202,400,0,0,0,0,0,0,1,0,3,4,75,7,109,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,12883,0,0,0,3000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,128,0,1,0,4,0,0,0,2787,0,375,0,0,0,0,'',68,0,0,0,0,12340),(42553,4,1,-1,'Visage Liquification Goggles',44949,4,0,0,1,290924,58184,1,-1,-1,200,72,202,400,0,0,0,0,0,0,1,0,4,45,87,7,55,5,60,32,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,12883,0,0,0,3000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,128,0,1,0,4,0,0,0,2771,0,375,0,0,0,0,'',68,0,0,0,0,12340),(42554,4,2,-1,'Greensight Gogs',45780,4,0,0,1,365016,73003,1,-1,-1,200,72,202,400,0,0,0,0,0,0,1,0,4,45,87,7,55,5,60,32,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,12883,0,0,0,3000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,128,0,1,0,4,0,0,0,2787,0,375,0,0,0,0,'',68,0,0,0,0,12340),(42555,4,3,-1,'Electroflux Sight Enhancers',53564,4,0,0,1,439607,87921,1,-1,-1,200,72,202,400,0,0,0,0,0,0,1,0,4,45,87,7,55,5,60,32,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,12883,0,0,0,3000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,128,0,1,0,4,0,0,0,3314,0,375,0,0,0,0,'',68,0,0,0,0,12340),(42559,4,6,-1,'Deadly Gladiator\'s Shield Wall',56887,4,36864,0,1,0,0,14,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,2,7,108,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7722,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,216,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42564,4,6,-1,'Deadly Gladiator\'s Barrier',56416,4,36864,0,1,0,0,14,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,45,66,7,66,5,29,32,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7722,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,216,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42570,4,6,-1,'Deadly Gladiator\'s Redoubt',56416,4,36864,0,1,0,0,14,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,45,66,7,66,5,29,43,19,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7722,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,216,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42578,4,8,-1,'Deadly Gladiator\'s Idol of Tenacity',9659,4,36864,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60738,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42583,4,8,-1,'Deadly Gladiator\'s Idol of Steadfastness',34953,4,36864,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60719,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42588,4,8,-1,'Deadly Gladiator\'s Idol of Resolve',34953,4,36864,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42597,4,9,-1,'Deadly Gladiator\'s Totem of the Third Wind',46045,4,36864,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60558,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42602,4,9,-1,'Deadly Gladiator\'s Totem of Survival',25246,4,36864,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60572,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42607,4,9,-1,'Deadly Gladiator\'s Totem of Indomitability',25246,4,36864,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60548,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42614,4,7,-1,'Deadly Gladiator\'s Libram of Justice',1103,4,36864,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60659,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42620,4,10,-1,'Deadly Gladiator\'s Sigil of Strife',51913,4,36864,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60686,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42624,12,0,0,'Battered Storm Hammer',53325,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56448,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42640,12,0,0,'Viscous Oil',53565,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42641,7,2,-1,'Global Thermal Sapper Charge',40555,1,0,0,1,20000,5000,0,-1,-1,75,0,202,400,20222,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56488,0,-1,0,300000,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42642,4,0,-1,'Titanium Impact Band',39126,4,524288,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,84,3,33,7,51,44,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3765,0,375,0,0,0,0,'',68,0,0,0,0,12340),(42643,4,0,-1,'Titanium Earthguard Ring',39128,4,524288,0,1,267471,66867,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,63,12,25,13,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2932,0,375,0,0,0,0,'',68,0,0,0,0,12340),(42644,4,0,-1,'Titanium Spellshock Ring',39124,4,524288,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,49,7,48,5,33,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2872,0,375,0,0,0,0,'',68,0,0,0,0,12340),(42645,4,0,-1,'Titanium Impact Choker',32008,4,0,0,1,284983,71245,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,84,3,33,7,51,44,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340),(42646,4,0,-1,'Titanium Earthguard Chain',53566,4,0,0,1,284983,71245,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,49,7,63,12,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340),(42647,4,0,-1,'Titanium Spellshock Necklace',39214,4,0,0,1,284983,71245,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,49,7,43,5,36,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340),(42648,9,10,-1,'Design: Titanium Impact Band',6270,4,4160,0,1,0,0,0,-1,-1,80,0,755,430,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56496,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Titanium Impact Band',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42649,9,10,-1,'Design: Titanium Earthguard Ring',6270,4,4160,0,1,0,0,0,-1,-1,80,0,755,430,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56497,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Titanium Earthguard Ring',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42650,9,10,-1,'Design: Titanium Spellshock Ring',6270,4,4160,0,1,0,0,0,-1,-1,80,0,755,430,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56498,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Titanium Spellshock Ring',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42651,9,10,-1,'Design: Titanium Impact Choker',6270,4,4160,0,1,0,0,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56499,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Titanium Impact Choker',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42652,9,10,-1,'Design: Titanium Earthguard Chain',6270,4,4160,0,1,0,0,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56500,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Titanium Earthguard Chain',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42653,9,10,-1,'Design: Titanium Spellshock Necklace',6270,4,4160,0,1,0,0,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56501,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Titanium Spellshock Necklace',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42679,12,0,0,'Creteus\'s Mobile Databank',53569,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56510,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42700,12,0,0,'Reforged Armor of the Stormlord',53573,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42701,3,8,-1,'Enchanted Pearl',54312,2,524288,0,1,120000,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches any Socket. Maximum of one socketed in your equipment',0,0,0,0,0,2,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1529,-1,0,0,0,0,'',0,0,0,0,0,12340),(42702,3,8,-1,'Enchanted Tear',54314,3,528384,0,1,120000,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches any Socket. Maximum of one socketed in your equipment',0,0,0,0,0,2,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1530,-1,0,0,0,0,'',0,0,0,0,0,12340),(42723,4,4,-1,'Ornate Saronite Bracers',54817,3,0,0,1,243949,48789,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,44,7,39,5,26,32,25,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,814,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(42724,4,4,-1,'Ornate Saronite Gauntlets',53007,3,0,0,1,244848,48969,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,60,7,51,5,34,43,18,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,814,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(42725,4,4,-1,'Ornate Saronite Hauberk',52233,3,0,0,1,488654,97730,5,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,81,7,69,5,46,32,46,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2093,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,814,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(42726,4,4,-1,'Ornate Saronite Legplates',53577,3,0,0,1,490441,98088,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,81,7,69,5,46,43,23,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,814,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(42727,4,4,-1,'Ornate Saronite Pauldrons',51577,3,0,0,1,368468,73693,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,60,7,51,5,34,32,34,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,814,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(42728,4,4,-1,'Ornate Saronite Skullshield',50615,3,0,0,1,369770,73954,1,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,81,7,69,5,46,32,46,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,814,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(42729,4,4,-1,'Ornate Saronite Waistguard',53578,3,0,0,1,249294,49858,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,60,7,51,5,34,43,18,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,814,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(42730,4,4,-1,'Ornate Saronite Walkers',52568,3,0,0,1,372446,74489,8,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,60,7,51,5,34,43,18,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1439,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,814,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(42731,4,2,-1,'Leggings of Visceral Strikes',56715,3,0,0,1,356664,71332,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,32,68,7,60,38,100,3,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,461,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(42732,12,0,0,'Everfrost Razor',53581,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56562,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42733,12,0,0,'Icemaw Bear Flank',52981,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56573,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42734,16,8,0,'Glyph of Arcane Explosion',58830,1,64,0,1,400,100,0,128,2147483647,19,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56540,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42735,16,8,0,'Glyph of Arcane Missiles',58830,1,64,0,1,400,100,0,128,2147483647,13,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56542,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42736,16,8,0,'Glyph of Arcane Power',58830,1,64,0,1,400,100,0,128,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56544,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42737,16,8,0,'Glyph of Blink',58830,1,64,0,1,400,100,0,128,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56546,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42738,16,8,0,'Glyph of Evocation',58830,1,64,0,1,400,100,0,128,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56547,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42739,16,8,0,'Glyph of Fireball',58830,1,64,0,1,400,100,0,128,2147483647,6,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56587,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42740,16,8,0,'Glyph of Fire Blast',58830,1,64,0,1,400,100,0,128,2147483647,11,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56588,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42741,16,8,0,'Glyph of Frost Nova',58830,1,64,0,1,400,100,0,128,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56589,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42742,16,8,0,'Glyph of Frostbolt',58830,1,64,0,1,400,100,0,128,2147483647,9,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56590,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42743,16,8,0,'Glyph of Ice Armor',58830,1,64,0,1,400,100,0,128,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56591,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42744,16,8,0,'Glyph of Ice Block',58830,1,64,0,1,400,100,0,128,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56592,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42745,16,8,0,'Glyph of Ice Lance',58830,1,64,0,1,400,100,0,128,2147483647,71,66,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56593,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42746,16,8,0,'Glyph of Icy Veins',58830,1,64,0,1,400,100,0,128,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56594,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42747,16,8,0,'Glyph of Scorch',58830,1,64,0,1,400,100,0,128,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56595,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42748,16,8,0,'Glyph of Invisibility',58830,1,64,0,1,400,100,0,128,2147483647,73,68,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56596,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42749,16,8,0,'Glyph of Mage Armor',58830,1,64,0,1,400,100,0,128,2147483647,39,34,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56597,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42750,16,8,0,'Glyph of Mana Gem',58830,1,64,0,1,400,100,0,128,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56598,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42751,16,8,0,'Glyph of Molten Armor',58830,1,64,0,1,400,100,0,128,2147483647,67,62,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56599,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42752,16,8,0,'Glyph of Polymorph',58830,1,64,0,1,400,100,0,128,2147483647,13,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56600,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42753,16,8,0,'Glyph of Remove Curse',58830,1,64,0,1,400,100,0,128,2147483647,23,18,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56601,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42754,16,8,0,'Glyph of Water Elemental',58830,1,64,0,1,400,100,0,128,2147483647,55,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56602,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42758,4,1,-1,'Time-Twisted Wraps',53633,3,0,0,1,114103,22820,10,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,4,7,36,5,26,36,37,45,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(42760,4,1,-1,'Sandals of Mystical Evolution',53625,3,0,0,1,172441,34488,8,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,4,6,36,5,38,7,39,45,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(42761,4,2,-1,'Time-Stop Gloves',53632,3,0,0,1,144236,28847,10,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,4,7,33,44,38,38,74,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(42762,4,2,-1,'Treads of Torn Future',53626,3,0,0,1,217136,43427,8,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,4,3,44,7,40,32,21,38,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(42763,4,3,-1,'Bindings of Sabotage',56342,3,0,0,1,174351,34870,10,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,4,5,37,3,38,7,33,38,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,613,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(42765,4,4,-1,'Gauntlets of the Disturbed Giant',53639,3,0,0,1,206080,41216,10,262143,2147483647,155,0,0,0,0,0,0,0,0,0,1,0,4,4,27,7,57,12,38,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1095,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(42766,4,3,-1,'Spiked Treads of Mutation',53627,3,0,0,1,265568,53113,8,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,4,7,31,5,27,43,18,45,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,674,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(42767,4,4,-1,'Invigorating Sabatons',49734,3,0,0,1,308993,61798,8,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,4,7,40,5,21,32,35,45,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1205,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(42768,4,4,-1,'Boots of the Unbowed Protector',53629,3,0,0,1,310115,62023,8,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,4,7,55,4,38,12,27,13,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1205,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(42769,12,0,0,'Spear of Hodir',44246,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56671,0,0,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42770,12,0,0,'Forgotten Depths Venom Sac',5283,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Gooey.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42772,12,0,-1,'Dr. Terrible\'s \"Building a Better Flesh Giant\"',9129,1,2048,0,1,0,0,0,-1,-1,1,77,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This large tome contains the doctor\'s notes for the construction of a flesh giant from the pieces of vargul',0,0,0,13043,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42774,12,0,0,'Arngrim\'s Tooth',53680,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56727,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42777,0,5,-1,'Crusader\'s Waterskin',53692,1,0,0,5,11000,550,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43183,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42778,0,5,-1,'Crusader\'s Rations',6345,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42779,0,5,-1,'Steaming Chicken Soup',53694,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53283,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Just the thing for a cold crusader.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(42780,12,0,-1,'Relic of Ulduar',53695,1,0,0,1,800,200,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'There are certain to be individuals who place value in these.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42781,12,0,0,'The Chieftain\'s Totem',53696,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56765,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42782,12,0,0,'Stormhoof\'s Spear',53697,1,2147485696,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42783,12,0,0,'Stormhoof\'s Mail',53698,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42784,12,0,-1,'Small Proto-Drake Egg',20692,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42785,4,1,-1,'Mammoth Sinew Cinch',56093,2,0,0,1,108685,21737,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,6,30,5,36,45,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42786,2,7,-1,'Daschal\'s Serrated Blade',56004,2,0,0,1,559659,111931,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,38,58,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,332,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(42787,4,1,-1,'Ironwool Bindings',56034,2,0,0,1,112329,22465,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,6,29,32,29,45,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42788,4,1,-1,'Frosthowl Cinch',56007,2,0,0,1,112727,22545,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,35,7,46,45,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42789,4,1,-1,'Boots of the Howling Winds',55901,2,0,0,1,153531,30706,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,36,5,37,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42790,4,1,-1,'K3 Surgeon\'s Gloves',55476,2,0,0,1,102752,20550,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,6,26,36,34,45,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42791,4,0,-1,'Ring of Order',56103,2,0,0,1,156224,39056,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,25,7,28,45,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42792,4,1,-1,'Vestments of Dun Niffelem',56141,2,0,0,1,207073,41414,20,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,39,5,52,45,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2951,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42793,4,0,-1,'Locket of Snowcrest',31603,2,0,0,1,156224,39056,2,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,23,6,29,45,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42794,2,10,-1,'Hardened Vine of the Mauler',50147,2,0,0,1,652076,130415,17,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,3,71,38,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,494,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(42795,4,1,-1,'Leggings of Renewed Hope',56055,2,0,0,1,209459,41891,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,6,36,32,29,45,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,3267,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42796,4,0,-1,'Lantern of Enchanted Flame',56045,2,0,0,1,156224,39056,23,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,34,5,30,45,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(42797,12,0,-1,'Stolen Proto-Dragon Eggs',20692,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56788,0,-1,0,4000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42798,4,2,-1,'Mammoth Hide Galoshes',56081,2,0,0,1,198585,39717,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,25,6,31,45,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42799,2,8,-1,'Snowblind Butcher',50326,2,0,0,1,664437,132887,17,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,36,72,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,557,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(42800,4,2,-1,'Gale-wind Guard',56012,2,0,0,1,200056,40011,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,32,32,39,45,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42801,4,2,-1,'Nomadic Bracers',56577,2,0,0,1,133868,26773,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,34,3,32,44,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42802,4,2,-1,'Hardened Whipping Belt',56333,2,0,0,1,137926,27585,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,55,7,38,38,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42803,4,2,-1,'Buckshot-Proof Battlesurgeon\'s Protector',55908,2,0,0,1,276846,55369,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,35,7,61,45,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Satisfaction guaranteed. Durability not included',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,8,0,0,0,0,0,2951,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42804,4,2,-1,'Spiked Iceclimber\'s Boots',56132,2,0,0,1,208360,41672,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,53,7,39,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42805,4,2,-1,'Njormeld\'s Pauldrons',49919,2,0,0,1,209106,41821,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,27,38,114,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42806,4,2,-1,'Storm-weathered Cuffs',56578,2,0,0,1,139901,27980,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,74,7,33,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42807,2,7,-1,'Blade of the Inception',55892,2,0,0,1,561540,112308,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,32,33,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,345,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(42808,4,0,-1,'Bouldercrag\'s Pendant',52417,2,0,0,1,156224,39056,2,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,24,44,43,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42809,4,2,-1,'Bloodied Leather Gloves',56579,2,0,0,1,127929,25585,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,37,41,7,49,38,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42810,4,3,-1,'Wooly Cowl',51873,2,0,0,1,231167,46233,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,37,7,43,45,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,718,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,3267,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42811,2,15,-1,'Twisted Reflection',56140,2,0,0,1,515641,103128,21,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,37,32,31,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,161,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'May misfortune fall upon thy new owner. -Anias',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.1,0,0,0,'',35,0,0,0,0,12340),(42812,4,0,-1,'The \"D\" Ring',52373,2,0,0,1,156224,39056,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,36,20,7,24,38,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'When the \"C\" ring just doesn\'t get the job done.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42813,4,3,-1,'Chestplate of the Northern Ranger',56582,2,0,0,1,311771,62354,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,56,31,29,3,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,8,0,0,0,0,0,2936,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42814,4,3,-1,'Broken Chastity Belt',55903,2,0,0,1,156482,31296,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,38,43,19,45,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,497,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42815,4,3,-1,'Mammoth Mukluks',56092,2,0,0,1,236641,47328,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,46,36,32,45,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,608,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42816,4,3,-1,'Cuffs of Invention',56585,2,0,0,1,157659,31531,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,46,32,39,3,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,387,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42817,4,3,-1,'Reforged Chain Leggings',56587,2,0,0,1,316511,63302,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,63,44,42,38,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,774,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2877,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42818,4,3,-1,'Stormstalker\'s Clutch',56136,2,0,0,1,163125,32625,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,52,7,46,38,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,497,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42819,2,4,-1,'Maker\'s Touch',50201,2,0,0,1,545685,109137,21,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,43,15,5,27,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,214,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340),(42820,4,3,-1,'Mantle of Bouldercrag',51885,2,0,0,1,247548,49509,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,45,43,15,45,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,663,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42821,4,3,-1,'Belt of the Stormforged',56589,2,0,0,1,164898,32979,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,45,7,52,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,497,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42822,2,3,-1,'K3 Pachyderm Prevention Device',31210,2,0,0,1,413698,82739,26,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,3,24,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,312,0,0,0,0,0,0,0,0,0,0,0,2600,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'In case of emergency, pull trigger',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(42823,2,4,-1,'Ricket\'s Beatstick',50199,2,0,0,1,553586,110717,13,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,2,3,31,44,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,212,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(42824,2,1,-1,'Maker\'s Edge',51385,2,0,0,1,694468,138893,17,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,36,72,4,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,541,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(42825,4,4,-1,'Polished Tusk Shackles',51899,2,0,0,1,196262,39252,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,43,13,29,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,691,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42826,4,4,-1,'Goblin Damage Absorber',56018,2,0,0,1,196943,39388,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,7,60,4,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1438,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'There\'s a lengthy waiver inscribed on the inside of this belt. The writing is too small to read',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,549,0,0,0,'',16,0,0,0,0,12340),(42827,4,4,-1,'Rockshaper\'s Resolve',56106,2,0,0,1,393040,78608,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,80,12,37,4,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,8,0,0,0,0,0,2868,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42828,2,10,-1,'Garm\'s Ward',50142,2,0,0,1,704344,140868,17,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,73,6,40,32,39,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,278,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340),(42829,4,4,-1,'Plated Skullguard',50905,2,0,0,1,268112,53622,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,40,32,26,45,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1284,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2951,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42830,4,4,-1,'Ring of Jokkum',56102,2,0,0,1,180786,36157,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,28,7,41,45,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,691,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42831,2,15,-1,'Maiden\'s Dagger',56076,2,0,0,1,515587,103117,21,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,25,36,32,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,143,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340),(42832,4,4,-1,'Coldblooded Legplates',56596,2,0,0,1,362303,72460,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,51,4,61,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1382,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,8,0,0,0,0,0,2892,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42833,4,4,-1,'Jawbreakers',56598,2,0,0,1,272251,54450,8,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,43,31,36,7,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1086,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42834,4,4,-1,'Mantle of Long Winter',51297,2,0,0,1,280729,56145,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,29,44,55,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1185,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42835,4,4,-1,'Backhanded Grips',56600,2,0,0,1,189281,37856,10,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,4,41,32,39,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,987,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42836,4,4,-1,'Rockshaper Stompers',56584,2,0,0,1,282813,56562,8,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,55,32,29,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1086,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42837,12,0,-1,'Disciplining Rod',21206,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56033,0,0,0,5000,1140,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42838,12,0,0,'Runed Harness',7061,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42839,12,0,0,'The Lorehammer',53699,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57939,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42840,12,0,0,'Horn of the Peaks',48462,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56409,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42841,4,1,-1,'Leggings of the Frozen Wastes',56056,2,0,0,1,219822,43964,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,39,7,60,45,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2908,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42842,4,1,-1,'Fur-Lined Shoulder Warmers',56011,2,0,0,1,165463,33092,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,36,36,37,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42843,4,1,-1,'Mildred\'s Cowl',52491,2,0,0,1,166059,33211,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,66,31,29,45,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,4,0,0,0,0,0,2951,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42844,4,1,-1,'Robes of Lightning',56105,3,0,0,1,285331,57066,20,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,7,80,31,55,45,76,5,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(42845,4,0,-1,'Brunnhildar Runed Ring',55905,2,0,0,1,83894,16778,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,20,31,39,45,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42846,4,1,-1,'Jormungar Galoshes',56091,2,0,0,1,167833,33566,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,27,6,52,45,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42847,4,1,-1,'Terrace Gazer\'s Gloves',56137,2,0,0,1,112286,22457,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,47,32,30,45,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42848,2,15,-1,'Razor-sharp Icicle',50125,2,0,0,1,563421,112684,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,44,30,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,239,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(42849,4,1,-1,'Flowing Valkyrion Robes',56005,2,0,0,1,204622,40924,20,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,40,6,35,45,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2890,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42850,4,1,-1,'Flamebringer\'s Crown',51192,2,0,0,1,158336,31667,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,36,32,51,45,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,8,0,0,0,0,0,2869,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42852,4,7,-1,'Deadly Gladiator\'s Libram of Fortitude',34960,4,36864,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42857,2,10,-1,'Thorim\'s Riding Crop',50141,2,0,0,1,677001,135400,17,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,63,36,70,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,348,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340),(42858,2,18,-1,'Crossbow of the Storms',56001,2,0,0,1,407692,81538,26,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,38,50,44,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,336,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(42859,2,5,-1,'Thorim\'s Crusher',50316,2,0,0,1,681972,136394,17,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,7,106,4,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,525,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(42860,4,6,-1,'Broodmother\'s Protector',55904,2,0,0,1,350408,70081,14,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,29,32,23,45,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,176,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(42861,2,15,-1,'Jormungar Fang',50121,2,0,0,1,549501,109900,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,31,29,38,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,186,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(42862,2,13,-1,'Hyldnir Painbringer',56025,2,0,0,1,551490,110298,22,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,3,21,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,332,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(42863,2,16,-1,'Sharpened Hyldnir Harpoon',56113,2,4194304,0,1,138516,34629,25,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,7,38,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,276,0,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(42864,4,0,-1,'Frozen Mood Ring',49229,2,0,0,1,156224,39056,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,44,41,32,25,38,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Seems to always be black',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42865,4,2,-1,'Frost Hardened Bracers',56006,2,0,0,1,139350,27870,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,37,32,28,45,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42866,4,2,-1,'Fur-Lined Mittens',56009,2,0,0,1,129958,25991,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,38,6,33,45,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42867,4,2,-1,'Cured Proto-Drake Leggings',49928,2,0,0,1,260911,52182,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,90,32,29,3,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,4,0,0,0,0,0,2877,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42868,2,4,-1,'Hyldnir Headcracker',50203,2,0,0,1,523757,104751,13,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,2,37,31,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,332,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(42869,4,2,-1,'Yeti Hide Mantle',49920,2,0,0,1,197154,39430,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,40,38,86,7,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42870,4,2,-1,'Hibernal Chestguard',56021,2,0,0,1,263867,52773,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,26,6,59,45,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,4,0,0,0,0,0,2890,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42871,4,2,-1,'Bracer of Tarbash',56580,2,0,0,1,132417,26483,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,32,7,35,38,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42872,4,2,-1,'Proto-Drake Cover',56098,2,0,0,1,199371,39874,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,59,7,63,38,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2873,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42874,4,2,-1,'Wooly Stompers',49979,2,0,0,1,200863,40172,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,110,44,25,36,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42876,4,4,-1,'Light-Touched Mantle',51297,2,0,0,1,282728,56545,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,29,32,28,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1185,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42877,4,4,-1,'Chestguard of the Frozen Ascent',51900,2,0,0,1,379082,75816,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,39,43,20,45,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,8,0,0,0,0,0,2869,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42878,4,4,-1,'Vrykul Training Helm',51904,2,0,0,1,284812,56962,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,40,7,59,44,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1284,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2892,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42879,4,4,-1,'Crown of Hyldnir',51904,2,0,0,1,285826,57165,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,79,4,53,12,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1284,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2882,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42880,4,4,-1,'Astrid\'s Riding Gloves',51895,2,0,0,1,192705,38541,10,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,4,55,32,29,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,987,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42881,4,4,-1,'Bjornrittar\'s Chilled Legguards',55845,2,0,0,1,384613,76922,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,40,7,34,45,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1382,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,4,0,0,0,0,0,3596,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42882,4,4,-1,'Thorim\'s Grasp',56391,2,0,0,1,180181,36036,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,44,4,55,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42883,4,4,-1,'Iva\'s Boots',56042,2,0,0,1,269238,53847,8,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,42,5,29,45,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1086,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42884,4,4,-1,'Steel-tipped Snowboots',56133,2,0,0,1,270280,54056,8,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,39,14,39,7,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1086,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42887,4,3,-1,'Pauldrons of the Ascent',49362,2,0,0,1,235815,47163,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,32,38,86,7,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,663,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42888,4,3,-1,'Summit Bracers',51886,2,0,0,1,157110,31422,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,45,28,5,18,43,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,387,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42889,4,3,-1,'Mildred\'s Grasp',56601,2,0,0,1,157707,31541,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,40,44,32,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,497,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42890,4,3,-1,'Proto-scale Pants',56099,2,0,0,1,316576,63315,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,29,43,19,45,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,774,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2951,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42891,4,3,-1,'Brunnhildar Snowkickers',56590,2,0,0,1,239386,47877,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,33,3,38,38,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,608,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42892,4,3,-1,'Scaled Proto-Wristguard',51886,2,0,0,1,159481,31896,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,45,36,7,42,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,387,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42893,4,3,-1,'Shoulders of Earthen Might',54933,2,0,0,1,241183,48236,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,27,38,44,31,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,663,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42894,12,0,0,'Horn of Elemental Fury',13082,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56893,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42895,4,3,-1,'Scaled Jormungar Protector',56575,2,0,0,1,241882,48376,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,61,7,51,38,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,718,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,8,0,0,0,0,0,2877,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42896,4,3,-1,'Valkyrion Tracker\'s Chestguard',56576,2,0,0,1,323702,64740,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,51,44,34,38,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,2952,0,350,0,0,0,0,'',16,0,0,0,0,12340),(42897,16,3,0,'Glyph of Aimed Shot',58829,1,64,0,1,400,100,0,4,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56869,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42898,16,3,0,'Glyph of Arcane Shot',58829,1,64,0,1,400,100,0,4,2147483647,11,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56870,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42899,16,3,0,'Glyph of the Beast',58829,1,64,0,1,400,100,0,4,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56871,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42900,16,3,0,'Glyph of Mending',58829,1,64,0,1,400,100,0,4,2147483647,9,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56872,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42901,16,3,0,'Glyph of Aspect of the Viper',58829,1,64,0,1,400,100,0,4,2147483647,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56873,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42902,16,3,0,'Glyph of Bestial Wrath',58829,1,64,0,1,400,100,0,4,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56874,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42903,16,3,0,'Glyph of Deterrence',58829,1,64,0,1,400,100,0,4,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56875,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42904,16,3,0,'Glyph of Disengage',58829,1,64,0,1,400,100,0,4,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56876,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42905,16,3,0,'Glyph of Freezing Trap',58829,1,64,0,1,400,100,0,4,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56877,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42906,16,3,0,'Glyph of Frost Trap',58829,1,64,0,1,400,100,0,4,2147483647,33,28,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56878,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42907,16,3,0,'Glyph of Hunter\'s Mark',58829,1,64,0,1,400,100,0,4,2147483647,11,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56879,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42908,16,3,0,'Glyph of Immolation Trap',58829,1,64,0,1,400,100,0,4,2147483647,21,16,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56880,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42909,16,3,0,'Glyph of the Hawk',58829,1,64,0,1,400,100,0,4,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56881,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42910,16,3,0,'Glyph of Multi-Shot',58829,1,64,0,1,400,100,0,4,2147483647,23,18,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56882,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42911,16,3,0,'Glyph of Rapid Fire',58829,1,64,0,1,400,100,0,4,2147483647,31,26,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56883,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42912,16,3,0,'Glyph of Serpent Sting',58829,1,64,0,1,400,100,0,4,2147483647,9,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56884,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42913,16,3,0,'Glyph of Snake Trap',58829,1,64,0,1,400,100,0,4,2147483647,73,68,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56885,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42914,16,3,0,'Glyph of Steady Shot',58829,1,64,0,1,400,100,0,4,2147483647,67,62,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56886,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42915,16,3,0,'Glyph of Trueshot Aura',58829,1,64,0,1,400,100,0,4,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56887,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42916,16,3,0,'Glyph of Volley',58829,1,64,0,1,400,100,0,4,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56888,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42917,16,3,0,'Glyph of Wyvern Sting',58829,1,64,0,1,400,100,0,4,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56889,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42918,12,0,0,'The Lorehammer',53699,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56863,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42922,12,0,-1,'Swords Deck',31755,3,64,0,1,0,0,0,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56894,0,0,0,300000,1232,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42926,12,0,-1,'Cave Mushroom',36727,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42927,12,0,-1,'Toxin Gland',1438,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42928,12,0,-1,'Bethod\'s Sword',53745,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36851,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42930,15,0,-1,'Crooked Cog',7342,0,0,0,1,7920,1980,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42931,15,0,-1,'Toothless Gear',20818,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42942,0,5,-1,'Baked Manta Ray',54527,1,0,0,1,1200,300,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57101,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(42943,2,1,-1,'Bloodied Arcanite Reaper',23904,7,134221824,0,1,0,0,17,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1032,1,0,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42944,2,15,-1,'Balanced Heartseeker',23248,7,134221824,0,1,0,0,13,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,516,1,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42945,2,7,-1,'Venerable Dal\'Rend\'s Sacred Charge',25648,7,134221824,0,1,0,0,21,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,1,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,516,1,0,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42946,2,2,-1,'Charmed Ancient Bone Bow',30926,7,134221824,0,1,0,0,15,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,8208,1,0,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42947,2,10,-1,'Dignified Headmaster\'s Charge',45947,7,134221824,0,1,0,0,17,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,36872,1,0,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42948,2,4,-1,'Devout Aurastone Hammer',34109,7,134221824,0,1,0,0,21,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,34820,1,0,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42949,4,4,-1,'Polished Spaulders of Valor',29964,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,257,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42950,4,3,-1,'Champion Herod\'s Shoulder',15809,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,129,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42951,4,3,-1,'Mystical Pauldrons of Elements',30925,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,129,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42952,4,2,-1,'Stained Shadowcraft Spaulders',28179,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,65,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42954,16,4,0,'Glyph of Adrenaline Rush',58836,1,64,0,1,400,100,0,8,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57109,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42955,16,4,0,'Glyph of Ambush',58836,1,64,0,1,400,100,0,8,2147483647,23,18,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57140,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42956,16,4,0,'Glyph of Backstab',58836,1,64,0,1,400,100,0,8,2147483647,9,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57141,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42957,16,4,0,'Glyph of Blade Flurry',58836,1,64,0,1,400,100,0,8,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57142,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42958,16,4,0,'Glyph of Crippling Poison',58836,1,64,0,1,400,100,0,8,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57144,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42959,16,4,0,'Glyph of Deadly Throw',58836,1,64,0,1,400,100,0,8,2147483647,69,64,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57145,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42960,16,4,0,'Glyph of Evasion',58836,1,64,0,1,400,100,0,8,2147483647,13,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57146,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42961,16,4,0,'Glyph of Eviscerate',58836,1,64,0,1,400,100,0,8,2147483647,6,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57147,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42962,16,4,0,'Glyph of Expose Armor',58836,1,64,0,1,400,100,0,8,2147483647,19,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57148,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42963,16,4,0,'Glyph of Feint',58836,1,64,0,1,400,100,0,8,2147483647,21,16,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57149,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42964,16,4,0,'Glyph of Garrote',58836,1,64,0,1,400,100,0,8,2147483647,19,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57150,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42965,16,4,0,'Glyph of Ghostly Strike',58836,1,64,0,1,400,100,0,8,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57293,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42966,16,4,0,'Glyph of Gouge',58836,1,64,0,1,400,100,0,8,2147483647,11,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57295,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42967,16,4,0,'Glyph of Hemorrhage',58836,1,64,0,1,400,100,0,8,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57296,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42968,16,4,0,'Glyph of Preparation',58836,1,64,0,1,400,100,0,8,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57297,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42969,16,4,0,'Glyph of Rupture',58836,1,64,0,1,400,100,0,8,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57298,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42970,16,4,0,'Glyph of Sap',58836,1,64,0,1,400,100,0,8,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57299,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42971,16,4,0,'Glyph of Vigor',58836,1,64,0,1,400,100,0,8,2147483647,75,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42972,16,4,0,'Glyph of Sinister Strike',58836,1,64,0,1,400,100,0,8,2147483647,6,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57302,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42973,16,4,0,'Glyph of Slice and Dice',58836,1,64,0,1,400,100,0,8,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57303,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42974,16,4,0,'Glyph of Sprint',58836,1,64,0,1,400,100,0,8,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57304,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42984,4,2,-1,'Preened Ironfeather Shoulders',25700,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,65,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42985,4,1,-1,'Tattered Dreadmist Mantle',29798,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,33,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42986,0,8,-1,'The RP-GG',53790,1,64,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49761,0,-1,0,1000,0,-1,57348,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'For Military Use Only',0,0,0,0,0,4,0,0,0,0,0,0,4197,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42987,4,0,-1,'Darkmoon Card: Greatness',56181,4,528448,0,1,429375,107343,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,4,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(42988,4,0,-1,'Darkmoon Card: Illusion',56182,4,524352,0,1,429375,107343,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,45,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57350,0,0,0,300000,0,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(42989,4,0,-1,'Darkmoon Card: Berserker!',56178,4,528448,0,1,429375,107343,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,35,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57351,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(42990,4,0,-1,'Darkmoon Card: Death',56179,4,528448,0,1,429375,107343,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,32,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57352,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(42991,4,0,-1,'Swift Hand of Justice',6337,7,134221824,0,1,0,0,12,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59906,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42992,4,0,-1,'Discerning Eye of the Beast',24784,7,134221824,0,1,0,0,12,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59915,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42993,0,5,-1,'Spicy Fried Herring',39118,1,0,0,1,2000,500,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57354,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(42994,0,5,-1,'Rhinolicious Wormsteak',22194,1,0,0,1,1600,400,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57355,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(42995,0,5,-1,'Hearty Rhino',53135,1,0,0,1,1600,400,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57357,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(42996,0,5,-1,'Snapper Extreme',54533,1,0,0,1,2000,500,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57359,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(42997,0,5,-1,'Blackened Worg Steak',39720,1,0,0,1,1600,400,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57362,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(42998,0,5,-1,'Cuttlesteak',53858,1,0,0,1,2000,500,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57364,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(42999,0,5,-1,'Blackened Dragonfin',54529,1,0,0,1,2000,500,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57366,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(43000,0,5,-1,'Dragonfin Filet',39117,1,0,0,1,2000,500,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57370,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(43001,0,5,-1,'Tracker Snacks',39718,1,0,0,1,1600,400,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57372,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(43004,0,5,-1,'Critter Bites',44291,1,0,0,1,1600,400,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57388,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43005,0,5,-1,'Spiced Mammoth Treats',54532,1,0,0,1,2000,500,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43771,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(43007,7,11,-1,'Northern Spices',56115,1,0,0,10,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43009,7,8,-1,'Shoveltusk Flank',53856,1,0,0,1,800,200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(43010,7,8,-1,'Worm Meat',53857,1,0,0,1,800,200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(43011,7,8,-1,'Worg Haunch',25475,1,0,0,1,800,200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(43012,7,8,-1,'Rhino Meat',52981,1,0,0,1,800,200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(43013,7,8,-1,'Chilled Meat',53859,1,0,0,1,600,150,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(43015,0,5,-1,'Fish Feast',53864,1,0,0,1,10000,2500,0,-1,-1,80,70,185,425,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57426,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43016,10,0,-1,'Dalaran Cooking Award',32746,2,0,0,1,0,0,0,262143,32767,70,0,0,0,0,0,0,0,0,2147483647,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Redeem at the Dalaran Cooking Supplier.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43018,9,5,-1,'Recipe: Mega Mammoth Meal',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45555,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook a Mega Mammoth Meal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43019,9,5,-1,'Recipe: Tender Shoveltusk Steak',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45556,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook a Tender Shoveltusk Steak',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43020,9,5,-1,'Recipe: Spiced Worm Burger',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45557,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook a Spiced Worm Burger',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43021,9,5,-1,'Recipe: Very Burnt Worg',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45558,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to burn Worg meat until it is a Very Burnt Worg',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43022,9,5,-1,'Recipe: Mighty Rhino Dogs',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45559,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Mighty Rhino Dogs',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43023,9,5,-1,'Recipe: Poached Northern Sculpin',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45567,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Poached Northern Sculpin',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43024,9,5,-1,'Recipe: Firecracker Salmon',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45568,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Firecracker Salmon',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43025,9,5,-1,'Recipe: Spicy Blue Nettlefish',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45571,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Spicy Blue Nettlefish',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43026,9,5,-1,'Recipe: Imperial Manta Steak',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45570,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Imperial Manta Steak',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43027,9,5,-1,'Recipe: Spicy Fried Herring',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57433,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Spicy Fried Herring',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43028,9,5,-1,'Recipe: Rhinolicious Wormsteak',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57434,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Rhinolicious Wormsteak',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43029,9,5,-1,'Recipe: Critter Bites',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57435,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Critter Bites',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43030,9,5,-1,'Recipe: Hearty Rhino',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57436,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Hearty Rhino',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43031,9,5,-1,'Recipe: Snapper Extreme',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57437,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Snapper Extreme',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43032,9,5,-1,'Recipe: Blackened Worg Steak',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57438,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Blackened Worg Steak',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43033,9,5,-1,'Recipe: Cuttlesteak',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57439,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Cuttlesteak',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43034,9,5,-1,'Recipe: Spiced Mammoth Treats',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57440,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Spiced Mammoth Treats',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43035,9,5,-1,'Recipe: Blackened Dragonfin',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57441,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Blackened Dragonfin',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43036,9,5,-1,'Recipe: Dragonfin Filet',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57442,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Dragonfin Filet',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43037,9,5,-1,'Recipe: Tracker Snacks',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57443,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Tracker Snacks',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43039,12,0,-1,'Rogues Deck',31755,2,64,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56894,0,0,0,300000,1232,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43059,12,0,0,'Drakuru\'s Last Wish',37293,1,8390720,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57553,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Anywhere but here...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,180,0,0,'',0,0,0,0,0,12340),(43068,4,4,0,'Blessed Spaulders of Undead Slaying',54462,4,102400,0,1,0,0,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,30,7,45,36,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1087,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,784,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43069,4,4,0,'Blessed Breastplate of Undead Slaying',54459,4,65536,0,1,422830,84566,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,41,7,58,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1450,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,784,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(43070,4,4,0,'Blessed Gauntlets of Undead Slaying',54460,4,102400,0,1,0,0,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,32,7,45,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,906,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,784,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43071,4,4,0,'Blessed Legplates of Undead Slaying',54461,4,65536,0,1,425828,85165,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,41,7,59,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1269,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,784,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(43072,4,1,0,'Blessed Robe of Undead Cleansing',54448,4,65536,0,1,244198,48839,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,45,44,7,30,5,29,6,24,36,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,781,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(43073,4,1,0,'Blessed Gloves of Undead Cleansing',54449,4,36864,0,1,0,0,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,45,43,7,33,5,32,6,22,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,781,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43074,4,1,0,'Blessed Mantle of Undead Cleansing',54447,4,102400,0,1,0,0,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,45,32,7,24,5,22,6,18,36,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,781,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43075,4,1,0,'Blessed Trousers of Undead Cleansing',14658,4,65536,0,1,229512,45902,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,45,44,7,30,5,25,6,29,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,781,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(43076,4,2,0,'Blessed Tunic of Undead Slaying',54454,4,65536,0,1,287975,57595,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,38,78,3,23,7,58,36,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,364,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,782,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(43077,4,2,0,'Blessed Shoulderpads of Undead Slaying',54453,4,102400,0,1,0,0,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,38,44,3,19,7,42,36,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,782,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43078,4,2,0,'Blessed Grips of Undead Slaying',54451,4,102400,0,1,0,0,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,38,58,3,29,7,33,36,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,782,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43079,4,2,0,'Blessed Leggings of Undead Slaying',54452,4,65536,0,1,291201,58240,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,38,66,3,39,7,36,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,319,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,782,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(43080,4,3,0,'Blessed Hauberk of Undead Slaying',54457,4,65536,0,1,350743,70148,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,38,58,3,29,7,36,5,28,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,812,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,783,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(43081,4,3,0,'Blessed Pauldrons of Undead Slaying',54458,4,102400,0,1,0,0,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,38,44,3,18,7,30,5,20,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,783,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43082,4,3,0,'Blessed Handguards of Undead Slaying',54456,4,102400,0,1,0,0,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,38,42,3,28,7,31,5,18,36,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,783,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43083,4,3,0,'Blessed Greaves of Undead Slaying',54455,4,65536,0,1,354614,70922,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,38,50,3,31,7,33,5,28,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,783,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(43084,12,0,0,'Dahlia\'s Tears',37877,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A feeling of hope washes over you as you touch the flower.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43085,4,6,-1,'Royal Crest of Lordaeron',54064,4,0,0,1,636953,127390,14,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,38,7,75,12,49,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7530,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,211,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(43086,0,5,-1,'Fresh Apple Juice',18099,1,0,0,5,8500,425,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43182,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Best not to ask.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43087,0,5,-1,'Crisp Dalaran Apple',6410,1,0,0,1,3200,0,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340),(43088,0,0,0,'Dalaran Apple Bowl',54066,1,64,0,1,40000,8000,0,-1,-1,85,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57653,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43089,12,0,-1,'Vrykul Bones',13799,1,0,0,1,1000,250,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'May be given to The Bone Witch in Njorndar Village, fifteen at a time, in exchange for a fate rune.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43090,12,0,-1,'Fate Rune of Baneful Intent',38757,1,64,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57672,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43094,12,0,-1,'Fate Rune of Nigh Invincibility',38760,1,64,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7865,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43095,12,0,0,'Berinand\'s Research',1317,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Notes on the Arcanomicron',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43096,12,0,0,'The Breath of Alexstrasza',54102,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It is warm to the touch.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43099,12,0,0,'Infused Mushroom Meatloaf',57505,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Those infused mushrooms add quite a kick.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43100,12,0,0,'Infused Mushroom',19488,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This mushroom doesn\'t seem quite right.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43101,12,0,0,'Meatloaf Pan',34500,1,66624,0,1,0,0,0,-1,-1,70,0,185,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57686,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43102,7,11,-1,'Frozen Orb',43520,3,0,256,1,0,50000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43103,7,11,0,'Verdant Pigment',54612,2,0,0,1,100,25,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Rarely obtained when milling Mageroyal, Briarthorn, Swiftthistle, Bruiseweed, or Stranglekelp.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43104,7,11,0,'Burnt Pigment',54601,2,0,0,1,100,25,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Rarely found when milling Wild Steelbloom, Grave Moss, Kingsblood, or Liferoot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43105,7,11,0,'Indigo Pigment',54607,2,0,0,1,100,25,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Rarely found when milling Fadeleaf, Goldthorn, Khadgar\'s Whisker, or Wintersbite.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43106,7,11,0,'Ruby Pigment',54609,2,0,0,1,100,25,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Rarely found when milling Firebloom, Purple Lotus, Arthas\' Tears, Sungrass, Blindweed, Ghost Mushroom, or Gromsblood.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43107,7,11,0,'Sapphire Pigment',54610,2,0,0,1,100,25,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Rarely found when milling Golden Sansam, Dreamfoil, Mountain Silversage, Plaguebloom, or Icecap.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43108,7,11,0,'Ebon Pigment',54603,2,0,0,1,100,25,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Rarely found when milling herbs native to Outland.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43109,7,11,0,'Icy Pigment',54606,2,0,0,1,100,25,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Rarely found when milling herbs native to Northrend.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43115,7,1,-1,'Hunter\'s Ink',55102,2,0,0,1,2000,500,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43116,7,1,-1,'Lion\'s Ink',55107,1,0,0,1,0,500,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43117,7,1,-1,'Dawnstar Ink',55099,2,0,0,1,2000,500,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43118,7,1,-1,'Jadefire Ink',55106,1,0,0,1,0,500,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43119,7,1,-1,'Royal Ink',55110,2,0,0,1,2000,500,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43120,7,1,-1,'Celestial Ink',55097,1,0,0,1,0,500,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43121,7,1,-1,'Fiery Ink',55101,2,0,0,1,2000,500,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43122,7,1,-1,'Shimmering Ink',55100,1,0,0,1,0,500,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43123,7,1,-1,'Ink of the Sky',55104,2,0,0,1,2000,500,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43124,7,1,-1,'Ethereal Ink',55113,1,0,0,1,0,500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43125,7,1,-1,'Darkflame Ink',55098,2,0,0,1,2000,500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43126,7,1,-1,'Ink of the Sea',55103,1,0,0,1,2000,500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43127,7,1,-1,'Snowfall Ink',55112,2,0,0,1,0,500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43128,12,0,0,'Jug of Wine',21794,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Nothing better than wine in a gallon jug.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43129,4,3,-1,'Razorstrike Breastplate',56722,3,0,0,1,395823,79164,5,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,7,69,3,63,38,102,32,46,5,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43130,4,3,-1,'Virulent Spaulders',52333,3,0,0,1,299341,59868,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,7,48,32,34,3,38,5,33,38,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,878,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43131,4,3,-1,'Eaglebane Bracers',53236,3,0,0,1,199423,39884,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,3,41,38,64,7,39,5,47,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43132,4,3,-1,'Nightshock Hood',56718,3,0,0,1,300283,60056,1,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,5,51,32,67,7,66,45,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,952,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43133,4,3,-1,'Nightshock Girdle',56716,3,0,0,1,200955,40191,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,7,48,5,37,45,54,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,659,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43134,12,0,-1,'Fate Rune of Primal Energy',38758,1,64,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50781,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43135,0,0,-1,'Fate Rune of Fleet Feet',20220,1,64,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57727,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43136,12,0,0,'Wine and Cheese Platter',57504,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43137,12,0,0,'Aged Dalaran Limburger',50875,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43138,12,0,0,'Half Full Dalaran Wine Glass',57502,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43139,12,0,0,'Empty Cheese Serving Platter',57503,1,66624,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57729,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s actually an old shield, but Ranid probably won\'t notice.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43140,12,0,0,'Drakkari History Tablet',9110,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A segment of the history of the Drakkari empire.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43141,12,0,-1,'Fate Rune of Unsurpassed Vigor',38759,1,64,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7434,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43142,12,0,0,'Empty Picnic Basket',57516,1,66624,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57760,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43143,12,0,0,'Wild Mustard',18168,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43144,12,0,0,'Mustard Dog Basket!',57515,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Nothing tastier than a Mustard Dog!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43145,7,14,0,'Armor Vellum III',57291,1,0,0,1,0,0,0,-1,-1,65,0,333,1,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Can be targeted by Armor enchantments to store the enchantment for later use. Only able to absorb enchantments with a level restriction of 60 or lower.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43146,7,15,0,'Weapon Vellum III',57292,1,0,0,1,0,0,0,-1,-1,65,0,333,1,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Can be targeted by Weapon enchantments to store the enchantment for later use. Only able to absorb enchantments with a level restriction of 60 or lower.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43147,12,0,0,'Stew Cookpot',34500,1,66624,0,1,0,0,0,-1,-1,70,0,185,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57768,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43148,12,0,0,'Crystalsong Carrot',21115,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43149,12,0,0,'Vegetable Stew',46254,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43151,12,0,0,'Loken\'s Tongue',54158,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Wicked thoughts race through your mind as you focus on the writhing tongue.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43153,12,0,0,'Holy Water',47133,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57806,0,0,0,0,1149,1500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43154,4,0,-1,'Tabard of the Argent Crusade',54171,1,32768,0,1,10000,2500,19,-1,-1,75,0,0,0,0,0,0,1106,4,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57818,1,0,0,-1,0,-1,57819,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43155,4,0,-1,'Tabard of the Ebon Blade',54175,1,32768,0,1,10000,2500,19,-1,-1,75,0,0,0,0,0,0,1098,4,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57818,1,0,0,-1,0,-1,57820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43156,4,0,-1,'Tabard of the Wyrmrest Accord',54177,1,32768,0,1,10000,2500,19,-1,-1,75,0,0,0,0,0,0,1091,4,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57818,1,0,0,-1,0,-1,57822,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43157,4,0,-1,'Tabard of the Kirin Tor',54176,1,32768,0,1,10000,2500,19,-1,-1,75,0,0,0,0,0,0,1090,4,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57818,1,0,0,-1,0,-1,57821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43158,12,0,0,'Drakkari Colossus Fragment',54178,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Spherical, but quite pointy in parts.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43159,12,0,0,'Master Summoner\'s Staff',54182,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57853,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43160,4,1,-1,'Leggings of Fastidious Decapitation',54189,3,0,0,1,241087,48217,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,4,7,63,6,33,5,42,45,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(43161,4,2,-1,'Legguards of Solemn Revenge',54194,3,0,0,1,302420,60484,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,4,5,41,7,67,32,36,45,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(43162,4,3,-1,'Ceremonial Pike Leggings',54195,3,0,0,1,364213,72842,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,4,5,35,7,45,43,28,45,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,876,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(43163,4,4,-1,'Legplates of the Vengeful Mendicant',54196,3,0,0,1,426441,85288,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,4,5,33,32,52,7,51,45,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1565,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(43164,4,1,-1,'Sly Mojo Sash',57269,3,0,0,1,134536,26907,6,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,7,46,5,35,36,39,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43165,4,2,-1,'Strange Voodoo Belt',57270,3,0,0,1,168754,33750,6,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,7,44,32,45,3,36,38,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43166,12,0,-1,'The Bone Witch\'s Amulet',54198,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3921,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43167,4,3,-1,'Ranger\'s Belt of the Fallen Empire',51888,3,0,0,1,203944,40788,6,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,3,48,7,32,38,66,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,628,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43168,4,4,-1,'Clasp of the Fallen Demi-God',57264,3,0,0,1,217291,43458,6,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,3,7,54,4,44,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1122,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43169,12,0,0,'Scourgestone',54202,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43171,4,1,-1,'Fur-lined Moccasins',57267,3,0,0,1,187331,37466,8,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,5,31,6,38,36,43,45,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43172,4,2,-1,'Rhino Hide Kneeboots',57268,3,0,0,1,241507,48301,8,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,3,46,31,36,7,43,38,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43173,4,3,-1,'Scaled Boots of Fallen Hope',56485,3,0,0,1,292152,58430,8,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,7,41,32,38,5,32,45,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,768,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43174,4,4,-1,'Trollkickers',57271,3,0,0,1,339947,67989,8,32767,-1,175,0,0,0,0,0,0,0,0,0,1,0,3,7,58,4,43,31,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1371,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43176,4,4,-1,'Slippers of the Mojo Dojo',49734,3,0,0,1,342427,68485,8,32767,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,7,42,5,46,45,47,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1371,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43177,4,0,-1,'Voodoo Signet',56875,3,0,0,1,188479,47119,11,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,7,31,5,30,31,24,45,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43178,4,0,-1,'Ring of Foul Mojo',56874,3,0,0,1,188479,47119,11,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,31,29,7,30,38,50,44,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43179,4,0,-1,'Solid Platinum Band',56873,3,0,0,1,188479,47119,11,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,4,34,7,51,12,25,14,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43180,4,0,-1,'Lion\'s Head Ring',41951,3,0,0,1,188479,47119,11,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,5,20,7,29,6,20,45,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43181,4,1,-1,'Shoulders of the Northern Lights',49464,3,0,0,1,178224,35644,3,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,4,7,36,5,30,32,31,45,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(43182,4,2,-1,'Cured Mammoth Hide Mantle',51715,3,0,0,1,223583,44716,3,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,4,3,38,32,30,38,60,7,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(43183,4,3,-1,'Tundra Tracker\'s Shoulderguards',54933,3,0,0,1,270461,54092,3,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,4,3,37,38,72,7,36,36,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,736,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(43184,4,4,-1,'Tundra Pauldrons',51577,3,0,0,1,314635,62927,3,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,4,7,56,4,37,13,25,12,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1315,0,0,0,0,0,0,0,0,0,36331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(43185,2,19,-1,'Wand of Chilled Renewal',56148,3,0,0,1,503500,100700,26,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,14,45,21,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,478,3,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43186,2,19,-1,'Iceshrieker\'s Touch',57177,3,0,0,1,505289,101057,26,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,19,32,14,45,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,425,4,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43187,2,16,-1,'Weighted Throwing Axe',56150,3,4194304,0,1,138516,34629,25,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,28,12,19,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,376,0,0,0,0,0,0,0,0,0,0,0,2000,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43188,2,16,-1,'Razor-sharp Ice Shards',56100,3,4194304,0,1,138516,34629,25,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,27,38,13,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,282,0,0,0,0,0,0,0,0,0,0,0,1500,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43189,4,0,-1,'Amberglow Signet',51243,3,0,0,1,187469,46867,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,32,5,22,31,34,45,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43190,4,0,-1,'Iceforged Battle Ring',56027,3,0,0,1,187469,46867,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,26,7,51,37,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43191,4,0,-1,'Jagged Ice Band',56035,3,0,0,1,187469,46867,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,33,32,27,38,68,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43192,4,0,-1,'Ring of the Northern Winds',56104,3,0,0,1,187469,46867,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,27,7,33,36,27,45,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43193,4,1,-1,'Lightning Infused Mantle',56072,3,0,0,1,192847,38569,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,6,37,7,41,45,53,5,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43194,4,2,-1,'Charred Leather Shoulderguards',56591,3,0,0,1,241954,48390,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,50,37,42,38,66,3,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43195,4,3,-1,'Stormforged Shoulders',56135,3,0,0,1,292685,58537,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,61,5,33,45,49,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43197,4,4,-1,'Pauldrons of Extinguished Hatred',56097,3,0,0,1,341809,68361,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,37,32,39,45,53,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43198,4,4,-1,'Mantle of Volkhan',51927,3,0,0,1,343059,68611,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,54,7,45,31,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43200,4,1,-1,'Snowdrift Pantaloons',56131,3,0,0,1,263760,52752,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,36,7,60,45,66,36,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43201,4,2,-1,'Leggings of Heightened Renewal',56054,3,0,0,1,330894,66178,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,55,7,52,45,73,6,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43202,4,3,-1,'Jormungar Hide Legguards',56595,3,0,0,1,398504,79700,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,69,32,58,38,84,3,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,971,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43203,4,4,-1,'Iron Colossus Legplates',56033,3,0,0,1,466547,93309,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,91,4,61,12,44,14,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Seems like they fit',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43204,4,1,-1,'Hyldnir Runeweaver\'s Garb',56026,2,0,0,1,207137,41427,20,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,46,5,36,45,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,8,0,0,0,0,0,3308,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43206,12,0,0,'War Horn of Acherus',54291,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57906,0,0,0,0,1149,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43207,4,2,-1,'Hardened Tongue Tunic',56605,3,0,0,1,336271,67254,5,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,7,66,3,55,38,136,36,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Made from the tongue of Loken',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43208,4,3,-1,'Lightningbringer\'s Hauberk',56608,3,0,0,1,405057,81011,5,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,7,66,3,66,32,53,38,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43209,4,4,-1,'Breastplate of Jagged Stone',56609,3,0,0,1,474354,94870,5,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,4,69,7,103,32,49,44,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2093,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43210,4,1,-1,'Gloves of the Servant',56017,3,0,0,1,127120,25424,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,58,36,35,45,62,5,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43211,4,2,-1,'Rough Climber\'s Grips',56610,3,0,0,1,159497,31899,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,44,51,7,48,38,80,3,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43212,4,3,-1,'Gauntlets of the Windreacher',56014,3,0,0,1,205572,41114,10,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,5,43,32,28,7,54,45,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,732,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43213,4,4,-1,'Gauntlets of Vigilance',51932,3,0,0,1,242103,48420,10,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,7,76,4,51,12,34,3,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1308,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43214,12,0,0,'Kurzel\'s Blouse Scrap',54338,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57908,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43215,12,0,0,'Ichor-Stained Cloth',48232,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The cloth is drenched in the ichor of a powerful lich.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43217,12,0,0,'Crystalline Heartwood',35851,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43218,12,0,0,'Ancient Elven Masonry',4714,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43225,12,0,0,'Crystallized Energy',54438,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43228,10,0,-1,'Stone Keeper\'s Shard',54441,3,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43229,12,0,0,'Death\'s Gaze Orb',37555,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57957,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43230,0,8,-1,'Instant Poison VIII',13710,1,2097216,0,1,4000,1000,0,8,-1,73,73,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57967,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43231,0,8,-1,'Instant Poison IX',13710,1,2097216,0,1,4500,1125,0,8,-1,79,79,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57968,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43232,0,8,-1,'Deadly Poison VIII',13707,1,2097216,0,1,4500,1125,0,8,-1,76,76,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57972,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43233,0,8,-1,'Deadly Poison IX',13707,1,2097216,0,1,5000,1250,0,8,-1,80,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57973,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43234,0,8,-1,'Wound Poison VI',37278,1,2097216,0,1,3500,875,0,8,-1,72,72,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57977,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43235,0,8,-1,'Wound Poison VII',37278,1,2097216,0,1,4000,1000,0,8,-1,78,78,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57978,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43236,0,5,-1,'Star\'s Sorrow',38430,1,2097152,4,20,10000,125,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43183,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Carefully extracted for warfare use.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43237,0,8,-1,'Anesthetic Poison II',34432,1,2097216,0,1,4000,1000,0,8,-1,77,77,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57982,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43238,12,0,0,'Untarnished Silver Bar',54473,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43239,12,0,0,'Shiny Bauble',35930,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43240,12,0,0,'Golden Goblet',54474,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43241,12,0,0,'Jade Statue',54482,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43242,12,0,0,'Jagged Shard',54486,1,2048,0,1,0,0,0,-1,-1,1,77,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,13136,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43243,12,0,0,'Blessed Banner of the Crusade',54487,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58013,0,0,0,0,1149,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43244,4,0,-1,'Crystal Citrine Necklace',12567,2,0,0,1,125915,31478,2,-1,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,45,20,5,19,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2890,0,325,0,0,0,0,'',15,0,0,0,0,12340),(43245,4,0,-1,'Crystal Chalcedony Amulet',31603,2,0,0,1,125915,31478,2,-1,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,38,34,7,19,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2936,0,325,0,0,0,0,'',15,0,0,0,0,12340),(43246,4,0,-1,'Earthshadow Ring',31616,3,524288,0,1,163221,40805,11,-1,-1,150,73,0,0,0,0,0,0,0,0,1,0,3,45,26,5,21,6,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,325,0,0,0,0,'',53,0,0,0,0,12340),(43247,4,0,-1,'Jade Ring of Slaying',31800,3,524288,0,1,200000,50000,11,-1,-1,159,73,0,0,0,0,0,0,0,0,1,0,3,38,44,7,43,37,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2936,0,325,0,0,0,0,'',53,0,0,0,0,12340),(43248,4,0,-1,'Stoneguard Band',4284,2,524288,0,1,146121,36530,11,-1,-1,162,77,0,0,0,0,0,0,0,0,1,0,3,4,20,7,39,12,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2932,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43249,4,0,-1,'Shadowmight Ring',9836,2,524288,0,1,146121,36530,11,-1,-1,162,77,0,0,0,0,0,0,0,0,1,0,3,36,26,32,10,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,2,0,0,0,3309,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43250,4,0,-1,'Ring of Earthen Might',54488,3,524288,0,1,200603,50150,11,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,4,38,7,34,13,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2927,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43251,4,0,-1,'Ring of Scarlet Shadows',34189,3,524288,0,1,200603,50150,11,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,38,60,32,31,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2936,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43252,4,0,-1,'Windfire Band',39120,3,524288,0,1,200603,50150,11,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,36,35,32,35,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3263,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43253,4,0,-1,'Ring of Northern Tears',31664,3,524288,0,1,200603,50150,11,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,45,36,32,39,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2873,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43255,4,2,-1,'Seafoam Gauntlets',56726,3,0,0,1,177728,35545,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,3,47,7,56,44,38,38,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'No smoke here.',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43256,4,2,-1,'Jormscale Footpads',54952,3,0,0,1,267550,53510,8,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,3,47,7,61,38,74,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43257,4,2,-1,'Wildscale Breastplate',56695,3,0,0,1,358010,71602,5,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,45,80,32,53,5,34,6,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43258,4,2,-1,'Purehorn Spaulders',54950,3,0,0,1,269465,53893,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,7,36,5,38,45,67,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43259,12,0,0,'Jagged Shard',54486,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43260,4,2,-1,'Eviscerator\'s Facemask',56701,3,0,0,1,271354,54270,1,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,3,69,7,69,38,92,35,46,32,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,813,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43261,4,2,-1,'Overcast Headguard',56720,3,0,0,1,246406,49281,1,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,5,46,7,69,45,81,35,46,6,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,815,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43262,4,2,-1,'Overcast Spaulders',54925,3,0,0,1,247363,49472,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,7,51,5,34,45,60,35,34,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,815,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43263,4,2,-1,'Overcast Chestguard',54924,3,0,0,1,331060,66212,5,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,7,69,5,46,45,81,35,46,6,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,815,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43264,4,2,-1,'Overcast Bracers',54920,3,0,0,1,166168,33233,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,35,26,5,26,7,39,45,44,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,815,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43265,4,2,-1,'Overcast Handwraps',57622,3,0,0,1,166806,33361,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,5,34,7,51,45,60,35,34,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,815,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43266,4,2,-1,'Overcast Belt',57621,3,0,0,1,167445,33489,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,7,51,5,34,45,60,35,34,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,815,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43268,0,5,-1,'Dalaran Clam Chowder',54494,1,0,0,1,1200,300,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58067,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(43269,12,0,0,'Blood Jade Amulet',31604,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43270,12,0,0,'Glowing Ivory Figurine',54498,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43271,4,2,-1,'Overcast Leggings',54923,3,0,0,1,350349,70069,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,7,69,5,46,45,81,35,46,6,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,461,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,815,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43272,12,0,0,'Wicked Sun Brooch',6490,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43273,4,2,-1,'Overcast Boots',56719,3,0,0,1,264677,52935,8,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,5,34,7,51,45,60,35,34,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,815,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43274,12,0,0,'Intricate Bone Figurine',54503,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43275,12,0,0,'Bright Armor Relic',29174,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43276,12,0,0,'Shifting Sun Curio',54505,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43277,4,0,-1,'Jedoga\'s Greatring',44841,3,524288,0,1,180397,45099,11,-1,-1,167,73,0,0,0,0,0,0,0,0,1,0,4,38,62,3,22,7,48,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43278,4,1,-1,'Cloak of the Darkcaster',54512,3,0,0,1,193820,38764,16,-1,-1,167,73,0,0,0,0,0,0,0,0,1,0,4,45,37,7,22,5,24,43,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43279,4,4,-1,'Battlechest of the Twilight Cult',51520,3,0,0,1,453856,90771,5,-1,-1,167,73,0,0,0,0,0,0,0,0,1,0,4,4,43,7,82,12,60,37,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1898,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43280,4,4,-1,'Faceguard of the Hammer Clan',52500,3,0,0,1,403960,80792,1,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,90,7,59,5,60,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1760,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43281,2,1,-1,'Edge of Oblivion',54521,3,0,0,1,875038,175007,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,80,7,117,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,731,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43282,4,0,-1,'Shadowseeker\'s Pendant',33906,3,0,0,1,213737,53434,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,42,7,66,12,33,13,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43283,4,1,-1,'Subterranean Waterfall Shroud',54522,3,0,0,1,211619,42323,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,43,7,31,5,26,6,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43284,2,18,-1,'Amanitar Skullbow',54525,3,0,0,1,545704,109140,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,28,38,48,7,25,36,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,409,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43285,4,0,-1,'Amulet of the Spell Flinger',34204,3,0,0,1,213737,53434,2,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,50,7,40,5,31,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43286,4,2,-1,'Legguards of Swarming Attacks',54523,3,0,0,1,366486,73297,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,78,3,48,7,99,37,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43287,4,1,-1,'Silken Bridge Handwraps',52348,3,0,0,1,147138,29427,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,59,7,49,5,41,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,4,0,0,0,0,0,2869,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43288,12,0,0,'Smelted Metal Bar',52705,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43289,12,0,0,'Bag of Jagged Shards',50663,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58085,0,-1,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43290,12,0,0,'Father Gustav\'s Report',54524,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3535,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43291,12,0,0,'Runed Saronite Plate',54526,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43297,12,0,0,'Damaged Necklace',54552,2,0,0,1,0,0,0,-1,-1,80,77,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,13148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43298,12,0,0,'Beautiful Chalcedony Necklace',54555,2,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43299,12,0,0,'Damaged Necklace',54552,2,66624,0,1,0,0,0,-1,-1,70,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58115,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43300,4,0,-1,'Loremaster\'s Colors',54556,4,32768,0,1,0,0,19,262143,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43305,4,1,-1,'Shroud of Akali',51925,3,0,0,1,197309,39461,16,-1,-1,179,76,0,0,0,0,0,0,0,0,1,0,4,45,42,7,36,5,35,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43306,4,0,-1,'Gal\'darah\'s Signet',53042,3,524288,0,1,192521,48130,11,-1,-1,179,76,0,0,0,0,0,0,0,0,1,0,4,4,26,7,54,12,36,37,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43307,15,0,-1,'Arena Points',40753,1,2048,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,0,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Arena Points are gained by being victorious in arena combat. You can trade in these arena points for fabulous prizes!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43308,10,0,-1,'Honor Points',40753,1,2048,0,1,0,0,0,262143,32767,60,60,0,0,0,0,0,0,0,0,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Honor is gained by killing members of the opposite faction in PvP combat. You can use honor points to purchase special items.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43309,4,0,-1,'Amulet of the Stampede',51280,3,0,0,1,192521,48130,2,32767,-1,179,76,0,0,0,0,0,0,0,0,1,0,3,38,50,37,21,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43310,4,4,-1,'Engraved Chestplate of Eck',52931,3,0,0,1,520596,104119,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,62,7,117,31,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,8,0,4,0,0,0,3357,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43311,4,3,-1,'Helmet of the Shrine',50612,3,0,0,1,335893,67178,1,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,80,3,62,7,76,5,45,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,3778,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43312,4,2,-1,'Gorloc Muddy Footwraps',51519,3,0,0,1,280903,56180,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,100,3,33,7,61,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43313,4,1,-1,'Leggings of the Ruins Dweller',54579,3,0,0,1,300719,60143,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,73,7,55,5,45,43,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,8,0,8,0,0,0,3602,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43314,12,0,-1,'Eternal Ember',31120,1,2048,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The ember remains hot.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43315,12,0,0,'Sigil of the Ebon Blade',54598,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58151,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43316,16,11,0,'Glyph of Aquatic Form',58827,1,64,0,1,400,100,0,1024,2147483647,21,16,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58140,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43317,9,10,-1,'Design: Ring of Earthen Might',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58147,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Ring of Earthen Might',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43318,9,10,-1,'Design: Ring of Scarlet Shadows',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58148,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Ring of Scarlet Shadows',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43319,9,10,-1,'Design: Windfire Band',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58149,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Windfire Band',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43320,9,10,-1,'Design: Ring of Northern Tears',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58150,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Ring of Northern Tears',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43322,12,0,-1,'Enchanted Alliance Breastplate',54629,1,2048,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The soldier\'s essence lingers on the armor.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43323,12,0,0,'Quiver of Dragonbone Arrows',22304,1,16844800,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Still dripping with blood.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43324,12,0,0,'Alliance Herb Pouch',57518,1,16844800,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Fragrant and fragile',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43327,4,0,-1,'Stratholme Lily',54646,1,0,0,1,200000,50000,23,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43331,16,11,0,'Glyph of Unburdened Rebirth',58827,1,64,0,1,400,100,0,1024,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58161,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43332,16,11,0,'Glyph of Thorns',58827,1,64,0,1,400,100,0,1024,2147483647,11,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58163,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43334,16,11,0,'Glyph of Challenging Roar',58827,1,64,0,1,400,100,0,1024,2147483647,33,28,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58158,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43335,16,11,0,'Glyph of the Wild',58827,1,64,0,1,400,100,0,1024,2147483647,1,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58159,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43338,16,3,0,'Glyph of Revive Pet',59343,1,64,0,1,400,100,0,4,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58186,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43339,16,8,0,'Glyph of Arcane Intellect',58831,1,64,0,1,400,100,0,128,2147483647,1,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58235,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43340,16,2,0,'Glyph of Blessing of Might',58833,1,64,0,1,400,100,0,2,2147483647,4,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58243,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43342,16,5,0,'Glyph of Fading',58835,1,64,0,1,400,100,0,16,2147483647,8,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58248,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43343,16,4,0,'Glyph of Pick Pocket',58837,1,64,0,1,400,100,0,8,2147483647,4,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58256,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43344,16,7,0,'Glyph of Water Breathing',58838,1,64,0,1,400,100,0,64,2147483647,22,22,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58264,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43345,1,0,-1,'Dragon Hide Bag',39459,4,0,0,1,35000,8750,18,-1,-1,80,0,0,0,0,0,0,0,0,1,1,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43346,15,0,-1,'Large Satchel of Spoils',21202,4,4,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,500000,750000,0,12340),(43347,15,0,-1,'Satchel of Spoils',21202,4,4,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,300000,500000,0,12340),(43348,4,0,-1,'Tabard of the Explorer',54722,4,32768,0,1,0,0,19,262143,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43350,16,3,0,'Glyph of Mend Pet',59343,1,64,0,1,400,100,0,4,2147483647,12,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58188,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43351,16,3,0,'Glyph of Feign Death',59343,1,64,0,1,400,100,0,4,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58229,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43352,0,0,0,'Pet Grooming Kit',33467,2,0,0,1,5000,1250,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55592,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43353,4,4,-1,'Void Sentry Legplates',51615,3,0,0,1,475961,95192,7,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,3,4,60,7,78,12,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1746,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43354,16,3,0,'Glyph of Possessed Strength',59343,1,64,0,1,400,100,0,4,2147483647,14,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58233,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43355,16,3,0,'Glyph of the Pack',59343,1,64,0,1,400,100,0,4,2147483647,40,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58232,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43356,16,3,0,'Glyph of Scare Beast',59343,1,64,0,1,400,100,0,4,2147483647,14,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58234,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43357,16,8,0,'Glyph of Fire Ward',58831,1,64,0,1,400,100,0,128,2147483647,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58236,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43358,4,0,-1,'Pendant of Shadow Beams',54999,3,0,0,1,188479,47119,2,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,4,45,40,7,33,5,22,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43359,16,8,0,'Glyph of Frost Armor',58831,1,64,0,1,400,100,0,128,2147483647,1,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58238,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43360,16,8,0,'Glyph of Frost Ward',58831,1,64,0,1,400,100,0,128,2147483647,22,22,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58237,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43361,16,8,0,'Glyph of the Penguin',58831,1,64,0,1,400,100,0,128,2147483647,8,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58239,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43363,4,1,-1,'Screeching Cape',55000,3,0,0,1,191669,38333,16,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,4,4,25,7,51,12,34,37,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43364,16,8,0,'Glyph of Slow Fall',58831,1,64,0,1,400,100,0,128,2147483647,12,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58241,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43365,16,2,0,'Glyph of Blessing of Kings',58833,1,64,0,1,400,100,0,2,2147483647,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58242,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43366,16,2,0,'Glyph of Blessing of Wisdom',58833,1,64,0,1,400,100,0,2,2147483647,14,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58244,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43367,16,2,0,'Glyph of Lay on Hands',58833,1,64,0,1,400,100,0,2,2147483647,10,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58245,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43368,16,2,0,'Glyph of Sense Undead',58833,1,64,0,1,400,100,0,2,2147483647,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58246,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43369,16,2,0,'Glyph of the Wise',58833,1,64,0,1,400,100,0,2,2147483647,30,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58247,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43370,16,5,0,'Glyph of Levitate',58835,1,64,0,1,400,100,0,16,2147483647,34,34,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58249,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43371,16,5,0,'Glyph of Fortitude',58835,1,64,0,1,400,100,0,16,2147483647,1,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58250,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43372,16,5,0,'Glyph of Shadow Protection',58835,1,64,0,1,400,100,0,16,2147483647,30,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58252,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43373,16,5,0,'Glyph of Shackle Undead',58835,1,64,0,1,400,100,0,16,2147483647,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58251,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43374,16,5,0,'Glyph of Shadowfiend',58835,1,64,0,1,400,100,0,16,2147483647,66,66,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58253,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43375,4,1,-1,'Trousers of the Arakkoa',55001,3,0,0,1,247907,49581,7,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,4,45,80,7,36,5,45,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,8,0,0,0,0,0,3752,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43376,16,4,0,'Glyph of Distract',58837,1,64,0,1,400,100,0,8,2147483647,22,22,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58254,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43377,16,4,0,'Glyph of Pick Lock',58837,1,64,0,1,400,100,0,8,2147483647,16,16,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58255,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43378,16,4,0,'Glyph of Safe Fall',58837,1,64,0,1,400,100,0,8,2147483647,40,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58257,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43379,16,4,0,'Glyph of Blurred Speed',58837,1,64,0,1,400,100,0,8,2147483647,10,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58258,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43380,16,4,0,'Glyph of Vanish',58837,1,64,0,1,400,100,0,8,2147483647,22,22,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58259,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43381,16,7,0,'Glyph of Astral Recall',58838,1,64,0,1,400,100,0,64,2147483647,30,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58260,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43382,4,0,-1,'Band of Eyes',44703,3,524288,0,1,188479,47119,11,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,4,45,40,7,25,5,26,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43385,16,7,0,'Glyph of Renewed Life',58838,1,64,0,1,400,100,0,64,2147483647,30,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58263,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43386,16,7,0,'Glyph of Water Shield',58838,1,64,0,1,400,100,0,64,2147483647,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58266,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43387,4,4,-1,'Shoulderplates of the Beholder',51927,3,0,0,1,348713,69742,3,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,3,4,40,7,67,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1496,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,2,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43388,16,7,0,'Glyph of Water Walking',58838,1,64,0,1,400,100,0,64,2147483647,28,28,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58265,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43389,16,9,0,'Glyph of Unending Breath',58840,1,64,0,1,400,100,0,256,2147483647,1,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58267,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43390,16,9,0,'Glyph of Drain Soul',58840,1,64,0,1,400,100,0,256,2147483647,10,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58271,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43391,16,9,0,'Glyph of Kilrogg',58840,1,64,0,1,400,100,0,256,2147483647,22,22,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58272,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43392,16,9,0,'Glyph of Curse of Exhaustion',58840,1,64,0,1,400,100,0,256,2147483647,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58273,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43393,16,9,0,'Glyph of Enslave Demon',58840,1,64,0,1,400,100,0,256,2147483647,30,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58274,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43394,16,9,0,'Glyph of Souls',58840,1,64,0,1,400,100,0,256,2147483647,68,68,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58275,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43395,16,1,0,'Glyph of Battle',58843,1,64,0,1,400,100,0,1,2147483647,1,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58276,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43396,16,1,0,'Glyph of Bloodrage',58843,1,64,0,1,400,100,0,1,2147483647,10,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58277,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43397,16,1,0,'Glyph of Charge',58843,1,64,0,1,400,100,0,1,2147483647,4,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58278,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43398,16,1,0,'Glyph of Mocking Blow',58843,1,64,0,1,400,100,0,1,2147483647,16,16,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58279,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43399,16,1,0,'Glyph of Thunder Clap',58843,1,64,0,1,400,100,0,1,2147483647,6,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58280,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43400,16,1,0,'Glyph of Enduring Victory',58843,1,64,0,1,400,100,0,1,2147483647,62,62,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58281,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43401,4,1,-1,'Water-Drenched Robe',55014,3,0,0,1,295365,59073,20,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,73,7,58,5,60,31,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,8,0,2,0,0,0,3351,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43402,4,4,-1,'The Obliterator Greaves',55015,3,0,0,1,388316,77663,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,57,36,53,44,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,4,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43403,4,2,-1,'Shroud of Darkness',50908,3,0,0,1,278918,55783,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,62,3,36,7,78,32,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,1,0,2,0,0,0,3305,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43404,4,0,-1,'Zuramat\'s Necklace',39212,3,524288,0,1,213737,53434,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,50,7,64,5,28,6,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43405,4,4,-1,'Sabatons of Erekem',50507,3,0,0,1,392593,78518,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,59,7,57,5,57,43,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,8,0,0,0,0,0,2869,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43406,4,1,-1,'Cloak of the Gushing Wound',28693,3,0,0,1,225561,45112,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,56,3,43,7,64,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43407,2,4,-1,'Stormstrike Mace',57084,3,0,0,1,754592,150918,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,38,62,7,36,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,440,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43408,4,0,-1,'Solitaire of Reflecting Beams',39126,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,50,7,37,5,31,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43409,2,6,-1,'Saliva Corroded Pike',55017,3,0,0,1,950041,190008,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,86,7,135,32,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,731,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43410,4,3,-1,'Moragg\'s Chestguard',55018,3,0,0,1,457608,91521,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,73,7,78,5,52,36,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1212,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,2,0,4,0,0,0,3310,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43411,12,0,0,'Anub\'arak\'s Broken Husk',54732,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43412,16,1,0,'Glyph of Bloodthirst',58842,1,64,0,1,400,100,0,1,2147483647,40,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58408,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43413,16,1,0,'Glyph of Rapid Charge',58842,1,64,0,1,400,100,0,1,2147483647,4,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58409,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43414,16,1,0,'Glyph of Cleaving',58842,1,64,0,1,400,100,0,1,2147483647,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58407,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43415,16,1,0,'Glyph of Devastate',58842,1,64,0,1,400,100,0,1,2147483647,50,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58406,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43416,16,1,0,'Glyph of Execution',58842,1,64,0,1,400,100,0,1,2147483647,24,24,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58405,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43417,16,1,0,'Glyph of Hamstring',58842,1,64,0,1,400,100,0,1,2147483647,8,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58404,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43418,16,1,0,'Glyph of Heroic Strike',58842,1,64,0,1,400,100,0,1,2147483647,1,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58403,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43419,16,1,0,'Glyph of Intervene',58842,1,64,0,1,400,100,0,1,2147483647,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58402,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43420,16,1,0,'Glyph of Barbaric Insults',58842,1,64,0,1,400,100,0,1,2147483647,16,16,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58401,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43421,16,1,0,'Glyph of Mortal Strike',58842,1,64,0,1,400,100,0,1,2147483647,40,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58389,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43422,16,1,0,'Glyph of Overpower',58842,1,64,0,1,400,100,0,1,2147483647,12,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58400,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43423,16,1,0,'Glyph of Rending',58842,1,64,0,1,400,100,0,1,2147483647,4,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58399,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43424,16,1,0,'Glyph of Revenge',58842,1,64,0,1,400,100,0,1,2147483647,14,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58398,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43425,16,1,0,'Glyph of Blocking',58842,1,64,0,1,400,100,0,1,2147483647,40,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58397,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43426,16,1,0,'Glyph of Last Stand',58842,1,64,0,1,400,100,0,1,2147483647,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58396,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43427,16,1,0,'Glyph of Sunder Armor',58842,1,64,0,1,400,100,0,1,2147483647,10,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58395,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43428,16,1,0,'Glyph of Sweeping Strikes',58842,1,64,0,1,400,100,0,1,2147483647,30,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58394,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43429,16,1,0,'Glyph of Taunt',58842,1,64,0,1,400,100,0,1,2147483647,10,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58393,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43430,16,1,0,'Glyph of Resonating Power',58842,1,64,0,1,400,100,0,1,2147483647,6,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58392,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43431,16,1,0,'Glyph of Victory Rush',58842,1,64,0,1,400,100,0,1,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58391,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43432,16,1,0,'Glyph of Whirlwind',58842,1,64,0,1,400,100,0,1,2147483647,36,36,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58390,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43433,4,2,-1,'Eviscerator\'s Shoulderpads',56706,3,0,0,1,252203,50440,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,3,51,7,51,38,68,32,34,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,813,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43434,4,2,-1,'Eviscerator\'s Chestguard',56703,3,0,0,1,337547,67509,5,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,7,69,3,69,38,92,35,46,32,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,813,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43435,4,2,-1,'Eviscerator\'s Bindings',56702,3,0,0,1,169412,33882,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,35,26,3,39,38,50,7,38,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,813,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43436,4,2,-1,'Eviscerator\'s Gauntlets',56704,3,0,0,1,170033,34006,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,3,51,7,51,38,68,35,34,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,813,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43437,4,2,-1,'Eviscerator\'s Waistguard',56709,3,0,0,1,170671,34134,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,7,51,3,51,38,68,35,34,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,813,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43438,4,2,-1,'Eviscerator\'s Legguards',56705,3,0,0,1,342620,68524,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,7,69,3,69,38,92,35,46,32,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,461,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,813,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43439,4,2,-1,'Eviscerator\'s Treads',56708,3,0,0,1,257922,51584,8,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,3,51,7,51,38,58,35,34,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,813,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43440,12,0,0,'To King Varian Wrynn of the Alliance',54524,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Bears the seal of Fordring',3536,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43441,12,0,0,'To Thrall, Warchief of the Horde',54524,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Bears the seal of Fordring',3539,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43442,4,3,-1,'Swiftarrow Belt',54935,3,0,0,1,208615,41723,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,6,7,51,3,34,38,68,35,34,5,34,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,659,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,818,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43443,4,3,-1,'Swiftarrow Boots',52363,3,0,0,1,315468,63093,8,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,6,3,34,32,34,7,51,5,34,38,68,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,818,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43444,4,3,-1,'Swiftarrow Bracers',56585,3,0,0,1,210127,42025,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,6,3,26,38,50,7,39,5,25,32,26,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,818,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43445,4,3,-1,'Swiftarrow Hauberk',54937,3,0,0,1,432759,86551,5,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,6,7,69,3,46,38,92,5,46,32,45,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,818,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43446,4,3,-1,'Swiftarrow Gauntlets',54932,3,0,0,1,217145,43429,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,6,3,34,7,51,38,68,32,34,5,34,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,732,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,818,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43447,4,3,-1,'Swiftarrow Helm',56735,3,0,0,1,295749,59149,1,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,6,7,69,3,46,32,45,38,92,5,46,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,952,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,818,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43448,4,3,-1,'Swiftarrow Leggings',56736,3,0,0,1,395864,79172,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,6,3,46,32,45,38,92,35,46,5,46,7,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,818,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43449,4,3,-1,'Swiftarrow Shoulderguards',54933,3,0,0,1,299372,59874,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,6,7,51,32,34,3,34,38,68,5,34,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,878,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,818,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43450,4,3,-1,'Stormhide Belt',56728,3,0,0,1,199464,39892,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,7,51,5,34,45,60,35,34,43,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,659,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,817,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43451,4,3,-1,'Stormhide Stompers',56733,3,0,0,1,301649,60329,8,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,5,34,43,18,7,51,45,60,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,817,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43452,4,3,-1,'Stormhide Wristguards',57620,3,0,0,1,200975,40195,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,5,26,45,46,7,37,43,13,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,817,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43453,4,3,-1,'Stormhide Hauberk',55018,3,0,0,1,403483,80696,5,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,7,69,5,46,45,80,43,23,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,817,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43454,4,3,-1,'Stormhide Grips',56729,3,0,0,1,202507,40501,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,5,34,7,51,45,60,35,34,43,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,732,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,817,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43455,4,3,-1,'Stormhide Crown',50611,3,0,0,1,304879,60975,1,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,5,46,43,23,35,46,45,80,7,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,952,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,817,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43456,4,3,-1,'Stormhide Legguards',56731,3,0,0,1,408038,81607,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,5,46,43,23,45,80,35,46,7,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,817,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43457,4,3,-1,'Stormhide Shoulders',56732,3,0,0,1,308543,61708,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,5,34,43,18,45,60,35,34,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,878,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,817,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43458,4,3,-1,'Giantmaim Legguards',56587,4,0,0,1,584025,116805,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,128,3,90,7,63,5,52,44,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(43459,4,3,-1,'Giantmaim Bracers',56711,4,0,0,1,293071,58614,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,72,3,50,7,43,5,29,44,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(43461,4,3,-1,'Revenant\'s Breastplate',51109,4,0,0,1,606085,121217,5,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,105,7,68,5,68,36,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(43462,0,0,0,'Airy Pale Ale',18102,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58442,0,-1,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43463,0,4,-1,'Scroll of Agility VII',3331,1,0,0,1,900,225,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58450,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43464,0,4,-1,'Scroll of Agility VIII',3331,1,64,0,1,900,225,0,-1,-1,90,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58451,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43465,0,4,-1,'Scroll of Strength VII',3331,1,0,0,1,900,225,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58448,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43466,0,4,-1,'Scroll of Strength VIII',3331,1,0,0,1,900,225,0,-1,-1,90,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58449,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43467,0,4,-1,'Scroll of Protection VII',1093,1,0,0,1,990,247,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58452,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43469,4,3,-1,'Revenant\'s Treads',56724,4,0,0,1,425253,85050,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,77,7,49,5,51,36,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,862,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(43470,0,0,0,'Worg Tooth Oatmeal Stout',18117,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58444,0,-1,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43472,0,0,0,'Snowfall Lager',18115,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58441,0,-1,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43473,0,0,0,'Drakefire Chile Ale',18119,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58454,0,-1,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43478,0,5,-1,'Gigantic Feast',54539,1,0,0,1,10000,2500,0,-1,-1,80,70,185,375,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58465,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43480,0,5,-1,'Small Feast',54539,1,0,0,1,10000,2500,0,-1,-1,80,70,185,375,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58474,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43481,4,2,-1,'Trollwoven Spaulders',51715,4,0,0,1,378729,75745,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,114,3,72,7,79,37,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(43482,4,0,-1,'Savage Titanium Ring',31664,3,524288,0,1,160000,40000,11,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,7,48,32,33,35,32,38,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2951,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43484,4,2,-1,'Trollwoven Girdle',55207,4,0,0,1,255207,51041,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,132,3,66,7,72,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(43485,9,10,-1,'Design: Savage Titanium Ring',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58492,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Savage Titanium Ring',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43488,0,5,-1,'Last Weeks Mammoth',54743,1,64,0,1,400,100,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58496,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43490,0,5,-1,'Tasty Cupcake',54746,1,64,0,1,400,100,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58499,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43491,0,5,-1,'Bad Clams',3428,1,64,0,1,400,100,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58500,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43492,0,5,-1,'Haunted Herring',53174,1,64,0,1,400,100,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58502,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43493,12,0,0,'Watcher\'s Corpse Dust',54748,1,0,0,1,50,12,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Smells like... failure.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43494,12,0,0,'Ahn\'kahar Watcher\'s Corpse',54750,1,67648,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58515,0,-1,0,-1,0,-1,58539,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Flecks of the scaly flesh are falling away before your eyes...',0,0,0,0,0,8,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,0,-1,0,3600,0,0,'',0,0,0,0,0,12340),(43495,4,2,-1,'Earthgiving Legguards',55206,4,0,0,1,494139,98827,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,105,7,78,5,64,6,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(43497,9,10,-1,'Design: Savage Titanium Band',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58507,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Savage Titanium Band',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43498,4,0,-1,'Savage Titanium Band',31664,3,524288,0,1,200603,50150,11,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,7,48,36,33,35,32,45,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3267,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43499,4,0,0,'Iron Boot Flask',18059,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58501,0,0,0,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It has a metallic taste...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43500,4,4,-1,'Bolstered Legplates',53286,4,0,0,1,704354,140870,7,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,68,7,123,12,81,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340),(43501,7,8,-1,'Northern Egg',18046,1,0,0,1,6000,1500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43502,4,2,-1,'Earthgiving Boots',55205,4,0,0,1,380053,76010,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,77,7,57,5,48,6,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(43505,9,5,-1,'Recipe: Gigantic Feast',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58527,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook a Gigantic Feast. ',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43506,9,5,-1,'Recipe: Small Feast',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58528,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook a Small Feast',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43507,9,5,-1,'Recipe: Tasty Cupcake',15274,2,33554496,0,1,0,0,0,-1,-1,75,0,185,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58512,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to bake a Tasty Cupcake.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43508,9,5,-1,'Recipe: Last Week\'s Mammoth',15274,2,33554496,0,1,0,0,0,-1,-1,75,0,185,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58521,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Last Week\'s Mammoth.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43509,9,5,-1,'Recipe: Bad Clams',15274,2,33554496,0,1,0,0,0,-1,-1,75,0,185,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58523,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Bad Clams.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43510,9,5,-1,'Recipe: Haunted Herring',15274,2,33554496,0,1,0,0,0,-1,-1,75,0,185,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58525,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Haunted Herring.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43511,12,0,0,'Grotesque Fungus',54771,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You cannot imagine anything being more disgusting than this.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43512,12,0,0,'Ooze-covered Fungus',54771,1,2048,0,1,0,0,0,-1,-1,73,73,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The odor from this fungus makes you retch uncontrollably.',0,0,0,13204,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43513,12,0,0,'Vrykul Weapon',54795,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43515,4,0,-1,'Mystic Tome',54808,3,0,0,1,5600,1400,23,-1,-1,22,15,0,0,0,0,0,0,0,0,1,0,1,45,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340),(43516,15,5,-1,'Brutal Nether Drake',42378,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,58615,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is an extremely fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43518,0,5,-1,'Conjured Mana Pie',54854,1,2097154,0,1,0,0,0,-1,-1,84,74,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61828,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43519,15,0,-1,'Scruffy Toe Lint',8932,0,0,0,1,20000,5000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43520,15,0,-1,'Distinctive Feathers',19528,0,0,0,1,100000,20000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43521,15,0,-1,'Stylish Toe Ring',32335,0,0,0,1,200000,50000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Just a little bit too big...',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43522,15,0,-1,'Slimming Ankle Bracelet',54962,0,0,0,1,604500,151125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43523,0,5,-1,'Conjured Mana Strudel',54855,1,2097154,0,1,0,0,0,-1,-1,90,80,0,0,0,0,0,0,0,80,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58648,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43524,12,0,0,'Olakin\'s Torch',54856,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58641,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43526,12,0,0,'Olakin\'s Torso',54904,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43527,12,0,0,'Olakin\'s Legs',54905,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43528,12,0,0,'Olakin\'s Left Arm',54910,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43529,12,0,0,'Olakin\'s Right Arm',54909,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43530,0,1,-1,'Argent Mana Potion',37808,1,0,0,1,0,0,0,-1,-1,68,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28499,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43531,0,1,-1,'Argent Healing Potion',37807,1,0,0,1,0,0,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28495,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43533,16,6,0,'Glyph of Anti-Magic Shell',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58705,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43534,16,6,0,'Glyph of Heart Strike',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58706,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43535,16,6,0,'Glyph of Blood Tap',58826,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58707,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43536,16,6,0,'Glyph of Bone Shield',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58708,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43537,16,6,0,'Glyph of Chains of Ice',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58709,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43538,16,6,0,'Glyph of Dark Command',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58614,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43539,16,6,0,'Glyph of Death\'s Embrace',58826,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58711,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43541,16,6,0,'Glyph of Death Grip',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58713,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43542,16,6,0,'Glyph of Death and Decay',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58710,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43543,16,6,0,'Glyph of Frost Strike',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58715,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43544,16,6,0,'Glyph of Horn of Winter',58826,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58716,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43545,16,6,0,'Glyph of Icebound Fortitude',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58717,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43546,16,6,0,'Glyph of Icy Touch',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58718,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43547,16,6,0,'Glyph of Obliterate',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58719,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43548,16,6,0,'Glyph of Plague Strike',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58720,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43549,16,6,0,'Glyph of the Ghoul',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58721,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43550,16,6,0,'Glyph of Rune Strike',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58722,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43551,16,6,0,'Glyph of Scourge Strike',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58723,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43552,16,6,0,'Glyph of Strangulate',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58724,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43553,16,6,0,'Glyph of Unbreakable Armor',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58725,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43554,16,6,0,'Glyph of Vampiric Blood',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58726,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43555,4,0,-1,'Deputy Pa\'trolla Badge',54963,4,0,0,1,0,0,12,-1,-1,200,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,58783,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A valuable member of the Pa\'Troll!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43556,15,0,0,'Patroller\'s Pack',31783,2,4,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43564,12,0,0,'Crusader Olakin\'s Remains',1282,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58856,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43565,4,1,-1,'Durable Nerubhide Cape',56737,4,0,0,1,285512,57102,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,41,7,75,13,49,37,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(43566,4,1,-1,'Ice Striker\'s Cloak',56738,4,0,0,1,286600,57320,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,100,3,24,7,75,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(43567,12,0,0,'Spool of Thread',54980,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43568,12,0,0,'The Doctor\'s Cleaver',54987,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43569,0,1,-1,'Endless Healing Potion',54994,3,67141632,0,1,0,0,0,-1,-1,80,0,171,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28495,0,0,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Not consumed when used.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43570,0,1,-1,'Endless Mana Potion',54995,3,67141632,0,1,0,0,0,-1,-1,80,0,171,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28499,0,0,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Not consumed when used.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43571,7,8,-1,'Sewer Carp',24694,1,0,0,1,250,62,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(43572,7,8,-1,'Magic Eater',55023,1,0,0,1,250,62,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58886,0,-1,0,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(43573,4,0,-1,'Tears of Bitter Anguish',55033,4,4096,0,1,1000000,250000,12,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,1,36,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,58901,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'They shimmer with sadness and woe.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(43574,15,0,-1,'Dissolved Soul Essence',34561,0,0,0,1,26013,6503,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43575,15,0,-1,'Reinforced Junkbox',26381,1,4,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,1667,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43576,15,0,-1,'Chitin Polish',8932,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43577,15,0,-1,'Carapace Cleanser',37424,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'For the cleanest chelicerae around!',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43582,4,0,-1,'Titanium Frostguard Ring',39123,4,524288,0,1,302495,75623,11,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340),(43583,4,1,-1,'Glacial Robe',55040,4,0,0,1,400954,80190,20,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,115,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,3305,0,375,0,0,0,0,'',69,0,0,0,0,12340),(43584,4,1,-1,'Glacial Waistband',55048,4,0,0,1,201247,40249,6,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,85,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340),(43585,4,1,-1,'Glacial Slippers',55042,4,0,0,1,297781,59556,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,86,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340),(43586,4,4,-1,'Icebane Chestguard',35276,4,0,0,1,694822,138964,5,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,115,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,165,0,0,0,0,2,0,4,0,8,0,3305,0,375,0,0,0,0,'',69,0,0,0,0,12340),(43587,4,4,-1,'Icebane Girdle',55047,4,0,0,1,358224,71644,6,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,86,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340),(43588,4,4,-1,'Icebane Treads',55044,4,0,0,1,520124,104024,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,86,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340),(43589,10,0,-1,'Wintergrasp Mark of Honor',55045,2,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1000,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Medal awarded for fighting in Lake Wintergrasp',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43590,4,2,-1,'Polar Vest',35290,4,0,0,1,496301,99260,5,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,115,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,3766,0,375,0,0,0,0,'',69,0,0,0,0,12340),(43591,4,2,-1,'Polar Cord',55046,4,0,0,1,265139,53027,6,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,86,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340),(43592,4,2,-1,'Polar Boots',55049,4,0,0,1,399153,79830,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,86,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340),(43593,4,3,-1,'Icy Scale Chestguard',36436,4,0,0,1,595562,119112,5,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,115,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,140,0,0,0,0,2,0,4,0,8,0,3766,0,375,0,0,0,0,'',69,0,0,0,0,12340),(43594,4,3,-1,'Icy Scale Belt',55050,4,0,0,1,297781,59556,6,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,723,0,0,0,86,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340),(43595,4,3,-1,'Icy Scale Boots',55054,4,0,0,1,486287,97257,8,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,86,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340),(43597,9,10,-1,'Design: Titanium Frostguard Ring',6270,4,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58954,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Titanium Frostguard Ring',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43599,15,5,-1,'Big Blizzard Bear',59466,3,134250496,0,1,0,0,0,262143,32767,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,0,0,-1,330,3000,58983,6,0,0,-1,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43600,2,6,6,'Brunnhildar Harpoon',53147,1,0,0,1,200063,40012,17,-1,-1,85,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,265,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,55755,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43601,2,1,-1,'Brunnhildar Great Axe',52564,1,0,0,1,200063,40012,17,-1,-1,85,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,279,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,55755,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43608,12,0,0,'Copperclaw\'s Volatile Oil',55088,1,1088,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59036,0,0,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43609,12,0,0,'Pile of Bones',55089,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A fallen soldier, stripped of flesh.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43610,12,0,0,'Abandoned Helm',55093,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A battleworn Alliance helm.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43611,2,7,-1,'Krol Cleaver',8090,4,0,0,1,999063,199812,13,262143,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,3,36,7,42,44,28,38,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,485,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(43612,2,16,-1,'Spineslicer',47933,4,4194304,0,1,284983,71245,25,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,31,25,3,26,7,22,38,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328,493,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(43613,2,15,-1,'The Dusk Blade',43846,4,0,0,1,1006220,201244,13,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,310,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,59043,2,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(43615,12,0,0,'Saurfang\'s Battle Armor',55095,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43616,12,0,0,'Abandoned Armor',55115,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A pierced Alliance breastplate.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43622,15,0,-1,'Froststeel Lockbox',9632,2,4,0,1,3000,750,0,-1,-1,73,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,1812,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43624,15,0,-1,'Titanium Lockbox',9632,3,4,0,1,3000,750,0,-1,-1,78,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,1813,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43626,0,0,0,'Happy Pet Snack',55185,2,0,0,1,5000,250,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59090,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43627,15,0,0,'Thrall\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Grom, may you rest well, old friend.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43628,15,0,0,'Lady Jaina Proudmoore\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Arthas, my love, please come back to me.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43629,15,0,0,'Uther Lightbringer\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Young Arthas must learn patience to temper his power. I will pray that he one day learns how to lead with care rather than force.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43630,15,0,0,'Tirion Fordring\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It is my wish that my dear Taelan will grow strong enough to defend the people he cares for.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43631,15,0,0,'Teron\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Wishes are a fool\'s pastime. Take this coin as payment for your precious Eye.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43632,15,0,0,'Sylvanas Windrunner\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'I hope my sisters and I can grow up and get married together. This coin appears to be very old.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43633,15,0,0,'Prince Kael\'thas Sunstrider\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'That young apprentice Jaina is quite attractive for a human. I hope she recognizes my elegance and power.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43634,15,0,0,'Lady Katrana Prestor\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Listen, little wishing fountain. You\'ll give me all your power if you know what\'s good for you.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43635,15,0,0,'Kel\'Thuzad\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Sometimes... I wish someone would come along and just give me a big, long hug.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43636,15,0,0,'Chromie\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Just once, I wish someone would greet me without making a stupid joke about gnomes or time travel.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43637,15,0,0,'Brann Bronzebeard\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Brann Bronzebeard was here.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43638,15,0,0,'Arugal\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'I wish someday to retire to my own tidy little estate, with a bunch of pet dogs to keep me company.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43639,15,0,0,'Arthas\' Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Already, I\'ve a kingdom in my prospects, a land to rule. What to ask for? Perhaps a frozen scone...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43640,15,0,0,'Archimonde\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'I wish to know how you survived my wrath, little fountain.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43641,15,0,0,'Anduin Wrynn\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'I wish I would grow up, it feels like I\'ve been 10 for years. ',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43643,15,0,0,'Prince Magni Bronzebeard\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I hope that my father and brothers outlive me. I\'ll not make much of a king.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43644,15,0,0,'A Peasant\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I\'m so forgetful! I wish I had a better memory. Wait, didn\'t I already throw a coin into here?',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43645,15,0,0,'Bent Fishing Hook',55249,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Looks like someone tried to fish in this fountain. Who would do such a thing?',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43646,7,8,-1,'Fountain Goldfish',55251,1,0,0,1,250,62,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,0,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(43647,7,8,-1,'Shimmering Minnow',18535,1,0,0,1,250,62,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(43650,13,0,0,'Rusty Prison Key',55252,1,64,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59286,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Resembles a key used to open underwater treasure chests...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43652,7,8,-1,'Slippery Eel',24131,1,0,0,1,250,62,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59227,0,-1,0,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(43653,15,0,0,'Partially Eaten Fish',9134,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Small tooth marks can be seen on the carcass.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43654,4,0,-1,'Tome of the Dawn',55787,3,0,0,1,5600,1400,23,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,45,6,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340),(43655,4,0,-1,'Book of Survival',55959,3,0,0,1,5600,1400,23,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21600,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340),(43656,4,0,-1,'Tome of Kings',55956,3,64,0,1,5600,1400,23,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,3,7,6,32,6,31,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59191,0,0,0,600000,102,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340),(43657,4,0,-1,'Royal Guide of Escape Routes',55960,3,64,0,1,5600,1400,23,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,1,36,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59195,0,0,0,300000,1153,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340),(43658,15,0,0,'Partially Rusted File',55284,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The file has a slight green tinge to it.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43659,2,15,15,'Bloodied Prison Shank',55261,0,0,0,1,166598,33319,13,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,174,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The business end of this shank looks like profits were high this year.',0,0,0,0,0,4,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43660,4,0,-1,'Fire Eater\'s Guide',55264,3,64,0,1,5600,1400,23,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,2,45,12,32,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59197,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340),(43661,4,0,-1,'Book of Stars',55980,3,64,0,1,5600,1400,23,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,1,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59198,0,0,0,120000,1153,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340),(43662,12,0,-1,'Axe of the Plunderer',55262,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You would expect this axe to be exceptionally sharp. It\'s not. The vrykul must have been relying upon his immense strength to hew through his foes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43663,4,0,-1,'Stormbound Tome',55981,3,64,0,1,5600,1400,23,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,3,45,12,32,9,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59199,0,0,0,120000,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(43664,4,0,-1,'Manual of Clouds',55982,3,64,0,1,5600,1400,23,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,3,45,12,6,9,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60060,0,0,0,300000,1153,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(43665,12,0,-1,'Keristrasza\'s Broken Heart',55263,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A tragic end to a sad tale. If only Malygos\'s abuse of Keristrasza hadn\'t driven her insane.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43666,4,0,-1,'Hellfire Tome',55264,3,64,0,1,5600,1400,23,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,45,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(43667,4,0,-1,'Book of Clever Tricks',55265,3,64,0,1,5600,1400,23,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,3,7,27,31,11,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59202,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340),(43668,12,0,-1,'Ley Line Tuner',55268,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You\'re not quite sure what to make of it. It definitely seethes with arcane magic, but how can something so small be so important?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43669,12,0,-1,'Locket of the Deceased Queen',31477,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The only reminder that King Ymiron had of his love, Queen Angerboda.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43670,12,0,-1,'Prophet\'s Enchanted Tiki',55271,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It seems to have lost all of its mojo with the demise of its bearer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43671,16,6,0,'Glyph of Corpse Explosion',58826,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59312,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43672,16,6,0,'Glyph of Pestilence',58826,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59311,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43673,16,6,0,'Glyph of Raise Dead',58826,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59313,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43674,16,11,0,'Glyph of Dash',58827,1,64,0,1,400,100,0,1024,2147483647,21,16,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59218,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43675,15,0,0,'Fandral Staghelm\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The War of the Shifting Sands... I wish I could forget it ever happened.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43676,15,0,0,'Arcanist Doan\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Oh, why won\'t you notice me? Abbendis, I would follow you anywhere. I wish you would notice me...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43677,15,0,0,'High Tinker Mekkatorque\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'How does this fountain even work? I wonder if I could make one.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43678,15,0,0,'Antonidas\' Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Grant me the strength to accept the things that I cannot change, the courage to change the things I can and the wisdom to know the difference.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43679,15,0,0,'Muradin Bronzebeard\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'May the Holy Light protect us on our expedition to the frozen north. ',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43680,15,0,0,'King Varian Wrynn\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I wish the uprising back at home would settle itself soon. I wouldn\'t want anyone to be hurt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43681,15,0,0,'King Terenas Menethil\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'May my son Arthas always act in the best interest of his people.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43682,15,0,0,'King Anasterian Sunstrider\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I hope young Kael\'thas realizes that one day he must lead our people.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43683,15,0,0,'Khadgar\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Turalyon and Alleria, wherever you are, may you be well.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43684,15,0,0,'Medivh\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'<You sense the ringing of three tones in your head, the third barely audible under the others\' din.>',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43685,15,0,0,'Maiev Shadowsong\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Where\'s Illidan?',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43686,15,0,0,'Alleria\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'May my sisters realize their full potential, the name Windrunner known as result of their deeds.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43687,15,0,0,'Aegwynn\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I really wish you mages would get your heads out from inside your own... books.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43688,12,0,0,'Weeping Quarry Document',55272,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43689,12,0,0,'Weeping Quarry Ledger',55273,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43690,12,0,0,'Weeping Quarry Schedule',55274,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43691,12,0,0,'Weeping Quarry Map',55275,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43693,12,0,-1,'Mojo Remnant of Akali',26858,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Hard to believe that this is all that is left of the once mighty rhino god.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43694,15,0,0,'Drowned Rat',55285,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Looks like falling in the soup pot did not work out so well this time.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43695,0,5,-1,'Half Full Bottle of Prison Moonshine',18078,1,0,0,1,50,12,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Also useful for removing paint.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43696,0,5,-1,'Half Empty Bottle of Prison Moonshine',18078,1,0,0,1,50,12,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Also useful for removing paint.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43697,12,0,-1,'Artifact from the Nathrezim Homeworld',55278,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'What strange construction. It must be one of the most alien-looking objects you\'ve ever seen.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43698,15,2,-1,'Giant Sewer Rat',55280,3,64,0,1,4000,1000,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,59250,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43699,12,0,-1,'The Curse of Flesh Disc',55281,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'There\'s information on this thing? What? There\'s no writing!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43701,15,0,0,'A Footman\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Wish I had that cousin of mine\'s duty to do nothing more than lug wood around carelessly...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43702,15,0,0,'Alonsus Faol\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One day, I hope to spread the path of the Light to the common people and teach them the value of the Three Virtues.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43703,15,0,0,'Ansirem\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I wish for happiness and acceptance for my daughter. She feels so out of place here...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43704,15,0,0,'Attumen\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Can I have a more comfortable saddle? My hindquarters ache.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43705,15,0,0,'Danath\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I hope a troll dies, right... NOW.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43706,15,0,0,'Dornaa\'s Shiny Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I wish that that jerk Arthas would fall into a pile of magnataur doody!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43707,15,0,0,'Eitrigg\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'May Tirion\'s quest here in Northrend end with success, or may he die honorably in battle.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43708,15,0,0,'Elling Trias\' Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Being a rogue is hard work. Someday I hope to pursue my life\'s one true passion...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43709,15,0,0,'Falstad Wildhammer\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I hope I end up in another book eventually.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43710,15,0,0,'Genn\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Pah, the fountains in Gilneas could grant ten times as many wishes as Dalaran\'s!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43711,15,0,0,'Inigo\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I wish I had my father back...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43712,15,0,0,'Krasus\' Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'My prayers go out to my brothers and sisters who still suffer in the heart of Grim Batol. I WILL free them.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43713,15,0,0,'Kryll\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Boom. Now boom? I wish for a boom. Boom go! This coin must be broken, I wonder if it\'ll explode.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43714,15,0,0,'Landro Longshot\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I wish I\'d kept that coin...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43715,15,0,0,'Molok\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Just once -- that\'s all I ask for, just once -- let the lass ride with me... ',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43716,15,0,0,'Murky\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I wish the water in Northrend wasn\'t so cold, it makes me sleepy.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43717,15,0,0,'Princess Calia Menethil\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I hope that handsome nobleman Lord Prestor notices me! He\'s so dreamy!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43718,15,0,0,'Private Marcus Jonathan\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I wish to grow a glorious, bushy mustache someday.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43719,15,0,0,'Salandria\'s Shiny Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Someday, I\'m gonna be more powerful than all of these mages!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43720,15,0,0,'Squire Rowe\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I hope I can get transferred out of Stormwind eventually and see Cersei again. Nothing good ever happens in this city.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43721,15,0,0,'Stalvan\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'You mages refuse to provide me that which hastens the inevitable fate of two people in love, when only one is too naive to see it. I wish you all ruin.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43722,15,0,0,'Vareesa\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Asto\'re da shan\'re. Turus Fulo Il\'amare, A\'Talah Adore. Isera\'duna...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43723,15,0,0,'Vargoth\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I wish Captain Sanders would hurry up with my shipment of wine.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43724,12,0,-1,'Celestial Ruby Ring',28682,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Ring? It\'s more like a necklace and a heavy one at that!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43725,16,7,0,'Glyph of Ghost Wolf',58838,1,64,0,1,400,100,0,64,2147483647,16,16,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59287,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43726,12,0,-1,'The Idle Crown of Anub\'arak',55293,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The crypt lord still carried it though he lost his royal title long ago when he entered the service of the Lich King.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43821,12,0,-1,'Faceless One\'s Withered Brain',55294,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Um... it\'s still pulsing!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43823,12,0,-1,'Head of Cyanigosa',55295,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This\'ll make a nice trophy for someone\'s wall.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43824,15,4,-1,'The Schools of Arcane Magic - Mastery',1317,3,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59317,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Contains the secret of higher learning.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43825,16,6,0,'Glyph of Rune Tap',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59328,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43826,16,6,0,'Glyph of Blood Strike',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59333,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43827,16,6,0,'Glyph of Death Strike',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59337,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43828,2,19,-1,'Touch of Light',56560,2,0,0,1,386731,77346,26,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,27,45,18,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,439,4,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(43829,4,0,-1,'Crusader\'s Locket',6337,2,0,0,1,235378,58844,12,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,1,38,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43830,4,3,-1,'Cobalt\'s Shoulderguards',51299,2,0,0,1,234867,46973,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,42,5,46,45,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,663,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43831,4,4,-1,'Enchanted Plate Waistguard',51906,2,0,0,1,188619,37723,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,44,45,64,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43832,2,8,-1,'The Argent Resolve',50326,2,0,0,1,672231,134446,17,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,60,32,51,38,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,382,573,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(43833,2,7,-1,'Blade of Echoes',56343,2,0,0,1,539773,107954,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,44,3,25,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,345,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(43834,2,10,-1,'Staff of Redeemed Souls',50138,2,0,0,1,677202,135440,17,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,50,6,61,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,348,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,8,0,0,0,0,0,2890,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340),(43835,2,4,-1,'Hand of Gustav',50208,2,0,0,1,543696,108739,21,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,43,16,32,21,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,214,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340),(43836,4,0,-1,'Thorny Rose Brooch',56783,2,0,0,1,235378,58844,12,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,1,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61620,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43837,4,0,-1,'Softly Glowing Orb',56782,2,0,0,1,235378,58844,12,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,1,6,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61617,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43838,4,0,-1,'Chuchu\'s Tiny Box of Horrors',56786,2,0,0,1,235378,58844,12,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,1,38,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43839,4,1,-1,'Leiah\'s Footpads',56496,2,0,0,1,165479,33095,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,31,43,7,33,45,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,3198,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43840,4,2,-1,'Sixen\'s Skullcap',51860,2,0,0,1,207594,41518,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,86,7,48,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43841,4,3,-1,'Argent Girdle',56205,2,0,0,1,166672,33334,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,31,43,13,45,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,497,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2908,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43842,4,4,-1,'Jayde\'s Reinforced Handguards',52372,2,0,0,1,196262,39252,10,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,4,41,13,39,7,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,987,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43843,4,6,-1,'Iron Coffin Lid',56501,2,0,0,1,358078,71615,14,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,12,29,4,23,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This will do just fine.',0,0,0,0,0,1,4,0,0,176,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(43844,4,4,-1,'Ebon Pauldrons',51892,2,0,0,1,294219,58843,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,34,13,33,7,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1185,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,8,0,0,0,0,0,2882,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43845,4,4,-1,'Legplates of Dominion',56569,2,0,0,1,394432,78886,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,79,4,54,14,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1382,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43846,4,4,-1,'Helmet of the Dedicated',51904,2,0,0,1,268112,53622,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,79,4,58,12,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1284,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43847,4,4,-1,'Demolisher\'s Grips',51895,2,0,0,1,185800,37160,10,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,4,32,12,43,7,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,987,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43849,4,0,-1,'Chain of the Sovereign',35359,2,0,0,1,156224,39056,2,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,45,4,29,12,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43850,0,8,0,'Certificate of Ownership',55297,1,64,0,1,10000,2500,0,4,2147483647,50,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59385,0,-1,0,604800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Companions, demons, and party members are not covered by this documentation.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43851,15,0,-1,'Fur Clothing Scraps',55298,0,0,0,1,4000,1000,0,32767,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43852,15,0,-1,'Thick Fur Clothing Scraps',50746,0,0,0,1,20000,5000,0,32767,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43853,0,8,-1,'Titanium Skeleton Key',22071,2,64,0,1,2500,625,0,-1,-1,80,0,164,430,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59403,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43854,0,8,-1,'Cobalt Skeleton Key',9154,2,64,0,1,2500,625,0,-1,-1,70,0,164,350,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59404,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43855,4,1,-1,'Adepts Wristwraps',56034,2,0,0,1,108728,21745,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,29,7,44,45,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43856,4,1,-1,'Sigrid\'s Mittens',55367,2,0,0,1,109126,21825,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,23,7,60,45,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,4,0,0,0,0,0,2873,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43857,4,1,-1,'Duke Lankral\'s Velvet Slippers',55901,2,0,0,1,164286,32857,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,40,32,32,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43858,2,10,-1,'Vrykul Crusher',50133,2,0,0,1,686944,137388,17,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,13,56,44,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,462,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,8,0,0,0,0,0,2868,0,350,0,0,0,0,'',35,0,0,0,0,12340),(43859,4,1,-1,'Shadow Vault Cowl',56509,2,0,0,1,165463,33092,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,39,6,68,45,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43860,4,4,-1,'Brilliant Saronite Belt',55301,3,0,0,1,230031,46006,6,32767,-1,171,76,0,0,0,0,0,0,0,0,1,0,3,45,65,32,43,43,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1095,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43861,4,1,-1,'Bone Witch\'s Drape',26064,2,0,0,1,166656,33331,16,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,45,31,5,22,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43862,4,1,-1,'Mantle of the Underhalls',56573,2,0,0,1,167236,33447,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,36,31,21,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,4,0,0,0,0,0,2873,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43863,4,1,-1,'Pantaloons of the Water Magi',52420,2,0,0,1,207954,41590,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,51,7,68,45,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43864,4,4,-1,'Brilliant Saronite Bracers',55302,3,0,0,1,216876,43375,9,32767,-1,171,76,0,0,0,0,0,0,0,0,1,0,3,45,39,32,35,43,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,852,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43865,4,4,-1,'Brilliant Saronite Pauldrons',55306,3,0,0,1,324046,64809,3,32767,-1,171,76,0,0,0,0,0,0,0,0,1,0,3,45,65,7,65,43,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1460,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43866,4,1,-1,'Lithe Stalker\'s Cord',56571,2,0,0,1,105159,21031,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,41,31,33,45,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43867,16,2,0,'Glyph of Holy Wrath',58832,1,64,0,1,400,100,0,2,2147483647,55,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59427,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43868,16,2,0,'Glyph of Seal of Righteousness',58832,1,64,0,1,400,100,0,2,2147483647,55,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59428,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43869,16,2,0,'Glyph of Seal of Vengeance',58832,1,64,0,1,400,100,0,2,2147483647,55,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59429,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43870,4,4,-1,'Brilliant Saronite Helm',50905,3,0,0,1,344633,68926,1,-1,-1,179,78,0,0,0,0,0,0,0,0,1,0,3,45,93,32,53,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1660,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43871,2,7,-1,'Saronite Spellblade',55309,3,0,0,1,646290,129258,21,-1,-1,175,77,0,0,0,0,0,0,0,0,1,0,3,5,25,32,38,45,281,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,137,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,-47.2,0,0,0,'',54,0,0,0,0,12340),(43872,4,1,-1,'Weeping Mantle',52068,2,0,0,1,161303,32260,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,6,36,5,21,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,4,0,0,0,0,0,2873,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43873,2,19,-1,'Frail Bone Wand',56562,2,0,0,1,404709,80941,26,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,14,45,18,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,439,4,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(43874,4,0,-1,'Lady Nightswood\'s Engagement Ring',56567,2,0,0,1,156224,39056,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,19,43,19,45,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43875,2,0,-1,'Axe of the Cunning',50073,2,0,0,1,543589,108717,13,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,4,16,7,15,3,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,345,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2877,0,350,0,0,0,0,'',35,0,0,0,0,12340),(43876,9,2,-1,'A Guide to Northern Cloth Scavenging',18164,3,2112,0,1,0,0,0,-1,-1,70,0,197,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,59390,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Gives the Tailor an increased chance to find cloth on Northrend humanoids.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43877,4,0,-1,'Blood-forged Circle',53242,2,0,0,1,156224,39056,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,6,19,45,18,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43879,4,1,-1,'Gryphon Rider\'s Bracers',56565,2,0,0,1,102386,20477,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,29,7,36,45,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,8,0,0,0,0,0,2869,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43880,2,19,-1,'Fair Touch of the Crusader',56479,2,0,0,1,385441,77088,26,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,17,45,20,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,439,4,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(43881,4,1,-1,'Demolisher Driver\'s Dustcoat',53244,2,0,0,1,206342,41268,20,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,61,36,40,45,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43882,4,1,-1,'Cultist\'s Cowl',52491,2,0,0,1,155353,31070,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,76,36,45,45,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43883,2,8,-1,'Arete\'s Command',50326,2,0,0,1,649792,129958,17,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,77,36,37,7,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,541,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(43884,4,0,-1,'Amulet of the Malefic Necromancer',51280,2,0,0,1,156224,39056,2,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,31,29,7,28,45,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2868,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43885,2,5,-1,'Scourgehammer',50325,2,0,0,1,654696,130939,17,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,44,77,32,29,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,557,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(43888,2,4,-1,'Blunt Brainwasher',50203,2,0,0,1,529669,105933,13,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,31,17,3,11,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,345,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2877,0,350,0,0,0,0,'',35,0,0,0,0,12340),(43889,4,1,-1,'Hulking Abomination Hide Cloak',56488,2,0,0,1,159497,31899,16,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,62,3,25,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43890,2,13,-1,'Interrogator\'s Flaming Knuckles',51152,2,0,0,1,533646,106729,21,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,66,32,12,36,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,332,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(43891,4,2,-1,'Jhaeqon\'s Tunic',56484,2,0,0,1,267817,53563,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,51,7,76,38,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43892,4,2,-1,'Refurbished Demolisher Gear Belt',56335,2,0,0,1,134392,26878,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,30,7,58,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,4,0,0,0,0,0,2951,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43893,2,19,-1,'Olakin\'s Enchanted Torch',57391,2,0,0,1,404668,80933,26,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,11,45,29,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,439,2,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(43894,4,2,-1,'Gryphon Hide Moccasins',49979,2,0,0,1,203080,40616,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,55,7,38,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43896,4,2,-1,'Grotesque Butcher\'s Pants',56564,2,0,0,1,279856,55971,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,118,36,51,7,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43897,2,0,-1,'Frost Climber\'s Hatchet',51463,2,0,0,1,561701,112340,21,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,4,5,27,7,45,32,29,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,232,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340),(43898,2,0,-1,'Icy Quick Edge',51463,2,0,0,1,563690,112738,13,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,2,38,23,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,212,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2951,0,350,0,0,0,0,'',35,0,0,0,0,12340),(43899,2,1,-1,'Sapph\'s Cleaver',51385,2,0,0,1,639781,127956,17,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,32,70,3,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,382,573,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(43900,2,16,-1,'Fleshwerk Throwing Glaive',56482,2,4194304,0,1,138516,34629,25,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,25,32,16,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,276,0,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(43903,4,0,-1,'Ring of the Fallen Shadow Adept',51243,2,0,0,1,156224,39056,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,29,6,18,45,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43904,4,2,-1,'Discarded Slaughterhouse Gloves',51865,2,0,0,1,130428,26085,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,50,7,43,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,2,0,0,0,0,0,2877,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43905,4,2,-1,'Fur-lined Helm',51860,2,0,0,1,196388,39277,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,59,7,63,45,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3267,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43906,4,2,-1,'Cunning Leather Tunic',56400,2,0,0,1,262845,52569,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,55,7,66,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43907,4,2,-1,'Spear-Sisters Mantle',49918,2,0,0,1,197860,39572,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,34,38,72,7,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,2877,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43908,4,2,-1,'Boots of the Fallen Thane',56359,2,0,0,1,198605,39721,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,34,7,43,45,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,8,0,0,0,0,0,3596,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43909,4,2,-1,'Belt of Njorndar',56334,2,0,0,1,132901,26580,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,40,32,38,38,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43910,4,2,-1,'Gloves of the Flayed',56510,2,0,0,1,133398,26679,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,36,22,5,33,45,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,4,0,0,0,0,0,3308,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43911,2,15,-1,'Vile\'s Poker',49207,2,0,0,1,549770,109954,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,32,28,38,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,226,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Sometimes Vile gets itchy',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(43912,4,2,-1,'Vest of Jotunheim',56504,2,0,0,1,275879,55175,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,48,7,58,45,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43913,4,2,-1,'Efrem\'s Bracers',53055,2,0,0,1,138436,27687,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,31,5,11,45,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,8,0,0,0,0,0,2869,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43914,4,2,-1,'Girdle of Reprieve',56497,2,0,0,1,138920,27784,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,30,7,58,45,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,4,0,0,0,0,0,3596,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43915,2,15,-1,'Pilot\'s Knife',49206,2,0,0,1,557670,111534,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,29,36,20,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,186,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(43916,2,4,-1,'Mace of the Final Command',50210,2,0,0,1,559659,111931,21,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,36,33,5,21,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,232,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340),(43917,2,15,-1,'Ritualist\'s Bloodletter',56140,2,0,0,1,561648,112329,21,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,31,30,7,39,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,161,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340),(43918,2,18,-1,'Shooter\'s Glory',50162,2,0,0,1,422687,84537,26,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,3,18,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,336,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,4,0,0,0,0,0,2877,0,350,0,0,0,0,'',35,0,0,0,0,12340),(43919,2,15,-1,'Curved Assassin\'s Dagger',49206,2,0,0,1,511771,102354,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,36,22,38,44,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,239,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2868,0,350,0,0,0,0,'',35,0,0,0,0,12340),(43920,2,10,-1,'Growler\'s Intimidation',50145,2,0,0,1,642200,128440,17,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,32,53,7,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,462,0,0,0,0,259,0,0,0,0,0,0,2900,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,2,0,0,0,0,0,2877,0,350,0,0,0,0,'',35,0,0,0,0,12340),(43921,2,10,-1,'Staff of Interrogation',50133,2,0,0,1,644686,128937,17,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,53,32,58,45,242,7,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,348,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340),(43923,2,7,-1,'Bloodblade',49199,2,0,0,1,519672,103934,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,44,32,23,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,212,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(43924,4,1,-1,'Illskar\'s Greatcloak',56566,2,0,0,1,156498,31299,16,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,20,32,20,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2874,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43925,4,1,-1,'Shadow Vault Shawl',56557,2,0,0,1,157094,31418,16,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,40,5,22,45,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43926,4,0,-1,'Signet of Baron Sliver',56558,2,0,0,1,156224,39056,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,82,31,25,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43927,2,10,-1,'Wrought-Iron Staff',50141,2,0,0,1,677269,135453,17,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,72,32,36,45,242,7,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,348,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340),(43928,2,2,-1,'Bow of Bone and Sinew',56508,2,0,0,1,407853,81570,15,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,23,7,15,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,336,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(43929,2,5,-1,'Vile\'s Uglystick',50325,2,0,0,1,682174,136434,17,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,80,4,53,14,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,525,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Once beaten, twice shy',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(43930,4,4,-1,'Accelerator Stompers',51896,2,0,0,1,287009,57401,8,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,18,36,29,45,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1086,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2869,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43931,4,3,-1,'Savryn\'s Muddy Boots',56485,2,0,0,1,248471,49694,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,30,32,32,45,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,608,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2869,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43932,4,3,-1,'Drivetrain Chain Leggings',56483,2,0,0,1,331023,66204,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,53,5,58,38,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,774,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43933,4,3,-1,'Gauntlets of Urgency',51884,2,0,0,1,166091,33218,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,20,7,38,38,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,553,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,2868,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43934,4,3,-1,'Enchanted Bracelets of the Scout',56561,2,0,0,1,166688,33337,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,50,7,28,3,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,387,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43935,4,3,-1,'Links of the Battlemender',56512,2,0,0,1,334570,66914,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,56,5,29,45,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,8,0,0,0,0,0,3596,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43937,4,3,-1,'Blood-stalker\'s Cover',52303,2,0,0,1,252693,50538,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,71,7,53,38,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,718,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43939,4,4,-1,'Breastplate of Splattered Blood',56371,2,0,0,1,358202,71640,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,80,44,37,4,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,4,0,0,0,0,0,2874,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43940,4,4,-1,'Plated Legs of the Unholy',56574,2,0,0,1,359594,71918,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,31,45,4,71,44,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1382,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43941,4,4,-1,'Grimy Saronite Pauldrons',49725,2,0,0,1,270196,54039,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,21,7,30,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1185,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,8,0,0,0,0,0,2951,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43942,4,4,-1,'Jotunheim Shackles',51899,2,0,0,1,182205,36441,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,43,32,29,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,691,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43943,4,4,-1,'Gauntlets of the Holy Gladiator',56563,2,0,0,1,187919,37583,10,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,45,48,5,39,7,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,987,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43944,4,4,-1,'Rings of Nergeld',51899,2,0,0,1,188619,37723,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,31,29,44,34,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,691,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43945,4,4,-1,'Blackened Breastplate of the Vault',56505,2,0,0,1,376449,75289,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,66,32,45,4,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43946,4,4,-1,'Chestplate of the Glacial Crusader',56500,2,0,0,1,377841,75568,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,58,36,48,45,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43947,4,4,-1,'Stability Girdle',51906,2,0,0,1,190700,38140,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,44,4,39,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2868,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43948,4,3,-1,'Blood-encrusted Boots',56346,2,0,0,1,245751,49150,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,33,31,38,7,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,608,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43950,12,0,-1,'Kirin Tor Commendation Badge',31029,2,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61306,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43951,15,5,-1,'Reins of the Bronze Drake',56306,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59569,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43955,15,5,-1,'Reins of the Red Drake',56174,4,0,0,1,20000000,0,0,-1,-1,70,70,762,300,0,0,0,1091,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59570,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43956,15,5,-1,'Reins of the Black War Mammoth',56368,4,4096,0,1,0,0,0,262143,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59785,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43958,15,5,-1,'Reins of the Ice Mammoth',56380,4,0,2,1,10000000,2500000,0,-1,1101,40,40,762,150,0,0,0,1119,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59799,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43961,15,5,-1,'Reins of the Grand Ice Mammoth',56380,4,0,2,1,100000000,25000000,0,262143,1101,40,40,762,150,0,0,0,1119,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61470,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43962,15,5,-1,'Reins of the White Polar Bear',56650,4,0,0,1,100000,0,0,262143,-1,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,54753,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43966,12,0,0,'Chilled Abomination Guts',55391,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43968,12,0,0,'Abomination Reanimation Kit',55316,1,1088,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59565,0,0,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Add guts and shake vigorously.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43969,4,1,-1,'Frostsavage Belt',55370,3,0,0,1,140126,28025,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,60,7,51,5,34,32,34,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,819,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43970,4,1,-1,'Frostsavage Boots',55368,3,0,0,1,210955,42191,8,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,60,7,51,5,34,32,34,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,819,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43971,4,1,-1,'Frostsavage Cowl',52493,3,0,0,1,211700,42340,1,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,81,7,69,5,46,32,46,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,819,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43972,4,1,-1,'Frostsavage Robe',55363,3,0,0,1,283288,56657,20,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,81,7,69,5,46,32,46,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,819,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43973,4,1,-1,'Frostsavage Shoulders',51301,3,0,0,1,213232,42646,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,60,7,51,5,34,32,34,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,819,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43974,4,1,-1,'Frostsavage Bracers',55366,3,0,0,1,142665,28533,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,44,7,39,5,26,32,25,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,819,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43975,4,1,-1,'Frostsavage Leggings',55364,3,0,0,1,266007,53201,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,81,7,69,5,46,32,46,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,819,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(43976,4,3,-1,'Chain Gloves of the Quarry',56374,2,0,0,1,155966,31193,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,36,32,29,45,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,553,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43977,4,3,-1,'Links of the Sleep-Watcher',56570,2,0,0,1,313125,62625,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,59,32,49,45,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43978,4,3,-1,'Circlet of Suffering',51873,2,0,0,1,235714,47142,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,42,36,52,45,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,718,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43979,4,3,-1,'Glaciel Ranger\'s Leggings',54195,2,0,0,1,315479,63095,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,46,36,36,38,140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,774,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43980,4,3,-1,'Thane\'s Restraints',51882,2,0,0,1,158336,31667,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,78,7,30,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,387,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,2877,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43981,4,3,-1,'Gauntlets of Onu\'zun',56499,2,0,0,1,158932,31786,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,36,34,7,40,3,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,553,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43982,4,3,-1,'Architect\'s Spaulders',49362,2,0,0,1,240333,48066,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,38,36,31,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,663,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2951,0,350,0,0,0,0,'',16,0,0,0,0,12340),(43983,12,0,0,'Prospector Soren\'s Maps',55351,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43984,12,0,0,'Prospector Khrona\'s Notes',34752,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43987,0,6,-1,'Scroll of Enchant Weapon - Black Magic',6270,3,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59625,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43988,4,1,-1,'Gale-Proof Cloak',56114,4,0,0,1,297483,59496,16,-1,-1,200,80,0,0,0,0,0,0,1,0,1,0,5,4,36,7,63,12,32,13,33,37,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340),(43989,4,4,-1,'Remembrance Girdle',56216,4,0,0,1,350324,70064,6,1535,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,48,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,21642,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,2865,0,375,0,0,0,0,'',68,0,0,0,0,12340),(43990,4,2,-1,'Blade-Scarred Tunic',56117,4,0,0,1,499384,99876,5,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,38,148,3,60,7,88,31,60,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340),(43991,4,2,-1,'Legguards of Composure',56121,4,0,0,1,501198,100239,7,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,65,6,52,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,8,0,4,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340),(43992,4,0,-1,'Volitant Amulet',48510,4,0,0,1,284983,71245,2,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,37,5,38,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23593,1,0,0,-1,0,-1,21639,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3596,0,375,0,0,0,0,'',68,0,0,0,0,12340),(43993,4,0,-1,'Greatring of Collision',43407,4,524288,0,1,302495,75623,11,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,38,96,3,20,7,64,32,41,44,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340),(43994,4,4,-1,'Belabored Legplates',53912,4,0,0,1,699193,139838,7,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,150,32,72,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340),(43995,4,1,-1,'Enamored Cowl',56122,4,0,0,1,300809,60161,1,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,63,6,79,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',69,0,0,0,0,12340),(43996,4,3,-1,'Sabatons of Firmament',53830,4,0,0,1,454959,90991,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,64,5,55,32,50,43,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(43997,12,0,0,'Pustulant Spine',55452,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43998,4,3,-1,'Chestguard of Flagrant Prowess',56120,4,0,0,1,608487,121697,5,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,6,38,170,3,58,7,79,5,52,32,72,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,8,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340),(44000,4,4,-1,'Dragonstorm Breastplate',56127,4,0,0,1,715292,143058,5,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,100,7,127,12,44,14,58,13,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340),(44001,12,0,-1,'Faceless One\'s Blood',16452,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44002,4,1,-1,'The Sanctum\'s Flowing Vestments',56126,4,0,0,1,411777,82355,20,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,75,5,77,6,51,36,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,8,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340),(44003,4,3,-1,'Upstanding Spaulders',54865,4,0,0,1,467048,93409,3,32767,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,6,38,132,3,50,7,61,5,33,32,50,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340),(44004,4,3,-1,'Bountiful Gauntlets',56128,4,0,0,1,311143,62228,10,32767,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,64,5,53,32,42,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(44005,4,1,-1,'Pennant Cloak',35312,4,0,0,1,330345,66069,16,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,64,7,54,5,46,32,34,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(44006,4,4,-1,'Obsidian Greathelm',56129,4,0,0,1,579137,115827,1,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,98,7,145,32,76,37,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1908,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,3312,0,375,0,0,0,0,'',69,0,0,0,0,12340),(44007,4,2,-1,'Headpiece of Reconciliation',54623,4,0,0,1,415986,83197,1,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,7,85,5,86,6,60,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,28841,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',69,0,0,0,0,12340),(44008,4,1,-1,'Unsullied Cuffs',56215,4,0,0,1,228509,45701,9,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,64,7,54,5,46,6,42,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340),(44009,12,0,0,'Flesh Giant Spine',55463,1,2112,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59648,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44010,12,0,0,'Pustulant Spinal Fluid',19520,1,1088,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59655,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44011,4,2,-1,'Leggings of the Honored',56130,4,0,0,1,577328,115465,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,196,3,76,7,112,31,66,36,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340),(44012,0,2,-1,'Underbelly Elixir',55462,1,0,0,1,3500,175,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59640,0,-1,0,0,79,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Holding the elixir up to your eyes reveals a magical melange of discarded potions from the city of Dalaran.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44013,4,0,-1,'Cannoneer\'s Fuselighter',43122,3,0,0,1,282453,70613,12,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,1,32,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59657,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44014,4,0,-1,'Fezzik\'s Pocketwatch',56514,3,0,0,1,282453,70613,12,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,1,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59658,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44015,4,0,-1,'Cannoneer\'s Morale',56513,3,0,0,1,282453,70613,12,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,1,43,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59657,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44016,4,1,-1,'Wristguard of the Bone Witch',56521,3,0,0,1,124734,24946,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,34,7,37,45,40,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44017,4,0,-1,'Emeline\'s Locket',35358,3,0,0,1,187469,46867,2,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,31,25,7,20,45,40,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2873,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44018,4,1,-1,'Bridenbrad\'s Sash',56522,3,0,0,1,125688,25137,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,33,7,39,6,45,45,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44019,4,1,-1,'The Argent Skullcap',56527,3,0,0,1,189249,37849,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,44,7,52,45,71,31,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44020,4,1,-1,'Bloodbane\'s Fall',56537,3,0,0,1,189945,37989,16,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,29,5,25,45,41,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44021,4,1,-1,'The Darkspeaker\'s Footpads',56539,3,0,0,1,190661,38132,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,45,43,13,45,52,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44022,4,0,-1,'The Witching Grimoire',31138,3,0,0,1,187469,46867,23,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,6,19,5,25,45,40,43,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44023,4,0,-1,'Bonecaster\'s Endgame',56553,3,0,0,1,187469,46867,23,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,28,5,34,45,40,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44024,4,2,-1,'The Darkspeaker\'s Treads',56540,3,0,0,1,247396,49479,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,3,45,7,33,31,35,38,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44025,4,1,-1,'Bloodbane Cloak',28693,3,0,0,1,198633,39726,16,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,38,38,7,37,3,35,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44026,4,1,-1,'Bloodbane\'s Resolve',56538,3,0,0,1,199349,39869,16,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,51,4,34,12,26,13,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44027,4,1,-1,'Bloodbane Shroud',56070,3,0,0,1,200045,40009,16,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,28,5,34,45,41,43,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44028,2,15,-1,'Vengance Shiv',52445,3,0,0,1,669205,133841,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,26,38,52,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,217,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44029,2,7,-1,'Quickblade of Cold Return',52571,3,0,0,1,671591,134318,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,50,14,26,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,231,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44030,4,3,-1,'The Darkspeaker\'s Sabatons',56541,3,0,0,1,304637,60927,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,35,43,23,45,53,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,763,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44031,4,4,-1,'The Darkspeaker\'s Iron Walkers',56542,3,0,0,1,354380,70876,8,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,47,32,43,7,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1363,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44032,4,6,-1,'Bulwark of Redemption',50607,3,0,0,1,393040,78608,14,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,35,7,25,36,26,45,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6663,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,185,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44033,4,0,-1,'The Severed Noose of Westwind',40035,3,0,0,1,187469,46867,2,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,3,29,7,20,38,68,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2874,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44034,4,0,-1,'Amulet of the Crusade',9857,3,0,0,1,187469,46867,2,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,43,13,7,18,45,40,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2869,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44035,4,0,-1,'Reinforced Titanium Neckguard',56781,3,0,0,1,187469,46867,2,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,4,34,7,27,12,26,13,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2882,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44036,4,2,-1,'Njorndar Furywraps',56516,3,0,0,1,155901,31180,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,51,3,34,31,23,38,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44037,4,3,-1,'Iskalder\'s Fate',56517,3,0,0,1,187797,37559,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,38,46,7,51,3,22,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44038,4,4,-1,'Battlescar Spirebands',56518,3,0,0,1,221189,44237,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,48,44,34,4,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44039,4,0,-1,'Signet of Bridenbrad',56558,3,0,0,1,188479,47119,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,38,68,3,24,7,31,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3308,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44040,4,4,-1,'The Crusader\'s Resolution',52304,3,0,0,1,340693,68138,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,91,4,43,12,60,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44041,4,2,-1,'Belt of the Never-Forgotten',56523,3,0,0,1,163141,32628,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,28,7,67,45,53,6,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,281,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44042,4,3,-1,'Chained Belt of Remembrance',56524,3,0,0,1,196466,39293,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,42,5,31,45,53,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44043,4,4,-1,'Girdle of Eternal Memory',56526,3,0,0,1,231360,46272,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,38,5,45,43,16,45,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44044,4,2,-1,'Tirion\'s Headwrap',57523,3,0,0,1,247372,49474,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,38,102,7,77,3,52,44,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44045,4,3,-1,'Crusader\'s Coif',56534,3,0,0,1,297920,59584,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,5,3,67,7,64,38,66,36,37,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44046,4,4,-1,'The Argent Crown',56532,3,0,0,1,348128,69625,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,50,5,37,32,61,45,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44047,12,0,0,'Norgannon\'s Core',42619,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44048,12,0,0,'Smuggled Solution',55088,1,1088,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59036,0,0,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44049,0,5,-1,'Freshly-Speared Emperor Salmon',53864,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,1073,4,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(44050,2,20,-1,'Mastercraft Kalu\'ak Fishing Pole',55572,4,32768,0,1,1280448,256089,17,-1,-1,200,0,356,300,0,0,0,1073,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,672,0,0,0,0,0,0,0,0,0,0,0,3000,0,3,59731,1,0,0,-1,0,-1,11789,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44051,2,15,-1,'Traditional Flensing Knife',55573,3,32768,0,1,723612,144722,13,-1,-1,187,78,0,0,0,0,0,1073,6,0,1,0,4,3,29,44,21,7,28,38,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,265,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44052,2,4,-1,'Totemic Purification Rod',55574,3,32768,0,1,657082,131416,21,262143,2147483647,187,78,0,0,0,0,0,1073,6,0,1,0,4,36,32,5,39,45,314,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,274,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,-50.8,0,0,0,'',0,0,0,0,0,12340),(44053,2,6,-1,'Whale-Stick Harpoon',57482,3,32768,0,1,824545,164909,17,32767,-1,187,78,0,0,0,0,0,1073,6,0,1,0,4,3,69,31,40,38,100,7,103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,449,675,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44054,4,2,-1,'Whale-Skin Breastplate',55608,3,32768,0,1,296045,59209,5,-1,-1,166,76,0,0,0,0,0,1073,5,0,1,0,4,3,38,7,57,36,55,38,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,474,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44055,4,2,-1,'Whale-Skin Vest',55611,3,32768,0,1,297187,59437,5,-1,-1,166,76,0,0,0,0,0,1073,5,0,1,0,4,5,40,7,51,36,56,45,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,474,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44057,4,4,-1,'Ivory-Reinforced Chestguard',55605,3,32768,0,1,430664,86132,5,-1,-1,166,76,0,0,0,0,0,1073,5,0,1,0,4,7,84,12,56,4,43,37,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44058,4,4,-1,'Whalebone Carapace',55612,3,32768,0,1,432262,86452,5,-1,-1,166,76,0,0,0,0,0,1073,5,0,1,0,3,7,61,32,46,4,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44059,4,3,-1,'Cuttlefish Scale Breastplate',55604,3,32768,0,1,371881,74376,5,-1,-1,166,76,0,0,0,0,0,1073,5,0,1,0,4,5,32,3,56,7,84,38,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44060,4,3,-1,'Cuttlefish Tooth Ringmail',55603,3,32768,0,1,373251,74650,5,-1,-1,166,76,0,0,0,0,0,1073,5,0,1,0,4,5,41,7,48,43,28,45,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44061,4,1,-1,'Pigment-Stained Robes',55606,3,32768,0,1,249722,49944,20,-1,-1,166,76,0,0,0,0,0,1073,5,0,1,0,4,5,43,7,42,6,56,45,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44062,4,1,-1,'Turtle-Minders Robe',55607,3,32768,0,1,250636,50127,20,-1,-1,166,76,0,0,0,0,0,1073,5,0,1,0,4,5,56,7,55,31,38,45,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44063,4,0,-1,'Figurine - Monarch Crab',55609,3,524352,0,1,322031,80507,12,-1,-1,200,75,755,400,0,0,0,0,0,0,1,0,1,7,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59757,0,0,0,60000,1141,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,4,0,0,0,3307,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44064,0,0,-1,'Nepeta Leaf',18169,1,64,0,1,3200,800,0,-1,-1,1,70,0,0,0,0,0,1104,4,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59755,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44065,0,0,-1,'Oracle Secret Solution',37858,1,64,0,1,3200,800,0,-1,-1,1,70,0,0,0,0,0,1105,4,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59776,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44066,3,2,-1,'Kharmaa\'s Grace',54318,4,528384,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1549,-1,0,0,0,0,'',0,0,0,0,0,12340),(44067,12,0,-1,'Inscription of Triumph',40103,3,4160,0,1,0,0,0,-1,-1,80,80,0,0,0,0,0,0,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59771,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44068,12,0,-1,'Inscription of Dominance',40106,3,4160,0,1,0,0,0,-1,-1,80,80,0,0,0,0,0,0,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59773,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44069,12,0,-1,'Arcanum of Triumph',40395,3,4160,0,1,0,0,0,-1,-1,80,80,0,0,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59777,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44071,0,5,-1,'Slow-Roasted Eel',24131,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,1105,5,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Scales on for added crunch!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340),(44072,0,5,-1,'Roasted Mystery Beast',53880,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,1104,4,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(44073,4,0,-1,'Frenzyheart Insignia of Fury',55773,4,32768,0,1,429375,107343,12,-1,-1,200,70,0,0,0,0,0,1104,7,0,1,0,1,36,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59818,1,0,0,-1,0,-1,0,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44074,4,0,-1,'Oracle Talisman of Ablution',34188,4,32768,0,1,429375,107343,12,-1,-1,200,70,0,0,0,0,0,1105,7,0,1,0,1,32,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59787,1,0,0,-1,0,-1,0,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44075,12,0,-1,'Arcanum of Dominance',40403,3,4160,0,1,0,0,0,-1,-1,80,80,0,0,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59784,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44076,3,6,-1,'Swift Starflare Diamond',54469,3,4096,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1550,-1,0,0,0,0,'',0,0,0,0,0,12340),(44077,15,5,-1,'Reins of the Black War Mammoth',56368,4,4096,0,1,0,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59788,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44078,3,6,-1,'Tireless Starflare Diamond',54469,3,4096,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1551,-1,0,0,0,0,'',0,0,0,0,0,12340),(44080,15,5,-1,'Reins of the Ice Mammoth',56380,4,0,1,1,10000000,2500000,0,262143,690,40,40,762,150,0,0,0,1119,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59797,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44081,3,6,-1,'Enigmatic Starflare Diamond',54469,3,4096,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1552,-1,0,0,0,0,'',0,0,0,0,0,12340),(44082,3,6,-1,'Impassive Starflare Diamond',54469,3,4096,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1553,-1,0,0,0,0,'',0,0,0,0,0,12340),(44084,3,6,-1,'Forlorn Starflare Diamond',54469,3,4096,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1554,-1,0,0,0,0,'',0,0,0,0,0,12340),(44086,15,5,-1,'Reins of the Grand Ice Mammoth',56380,4,0,1,1,100000000,25000000,0,262143,690,40,40,762,150,0,0,0,1119,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61469,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44087,3,6,-1,'Persistent Earthshatter Diamond',54467,3,4096,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1555,-1,0,0,0,0,'',0,0,0,0,0,12340),(44088,3,6,-1,'Powerful Earthshatter Diamond',54467,3,4096,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1556,-1,0,0,0,0,'',0,0,0,0,0,12340),(44089,3,6,-1,'Trenchant Earthshatter Diamond',54467,3,4096,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1557,-1,0,0,0,0,'',0,0,0,0,0,12340),(44091,2,15,-1,'Sharpened Scarlet Kris',3363,7,134221824,0,1,0,0,13,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,516,1,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44092,2,8,-1,'Reforged Truesilver Champion',23264,7,134221824,0,1,0,0,17,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,1032,1,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44093,2,3,-1,'Upgraded Dwarven Hand Cannon',28636,7,134221824,0,1,0,0,26,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,8208,1,0,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44094,2,4,-1,'The Blessed Hammer of Grace',21956,7,134221824,0,1,0,0,21,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,34820,1,0,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44095,2,10,-1,'Grand Staff of Jordan',20298,7,134221824,0,1,0,0,17,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,36872,1,0,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44096,2,7,-1,'Battleworn Thrash Blade',29769,7,134746112,0,1,0,0,13,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,516,1,0,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,59830,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44097,4,0,-1,'Inherited Insignia of the Horde',37841,7,134221824,1,1,0,0,12,262143,690,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44098,4,0,-1,'Inherited Insignia of the Alliance',37840,7,134221824,2,1,0,0,12,262143,1101,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44099,4,4,-1,'Strengthened Stockade Pauldrons',28282,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,257,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44100,4,4,-1,'Pristine Lightforge Spaulders',29971,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,257,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44101,4,3,-1,'Prized Beastmaster\'s Mantle',34651,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,129,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44102,4,3,-1,'Aged Pauldrons of The Five Thunders',34697,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,129,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44103,4,2,-1,'Exceptional Stormshroud Shoulders',25687,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,304,65,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44104,4,1,-1,'Fishy Cinch',55691,3,32768,0,1,144777,28955,6,-1,-1,187,78,0,0,0,0,0,1105,6,0,1,0,4,5,37,7,42,6,51,45,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44105,4,2,-1,'Lasting Feralheart Spaulders',34643,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,65,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44106,4,2,-1,'Glitterscale Wrap',43065,3,32768,0,1,164960,32992,6,-1,-1,187,78,0,0,0,0,0,1105,6,0,1,0,4,38,102,7,60,3,51,44,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44107,4,1,-1,'Exquisite Sunderseer Mantle',23737,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,33,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44108,2,19,-1,'Shinygem Rod',55698,3,32768,0,1,498712,99742,26,-1,-1,187,78,0,0,0,0,0,1105,6,0,1,0,3,7,31,45,26,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,516,3,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44109,4,3,-1,'Toothslice Helm',57526,3,32768,0,1,300376,60075,1,-1,-1,187,78,0,0,0,0,0,1105,6,0,1,0,5,3,34,7,80,38,138,32,34,5,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,952,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44110,4,3,-1,'Sharkjaw Cap',58223,3,32768,0,1,301494,60298,1,-1,-1,187,78,0,0,0,0,0,1105,6,0,1,0,4,7,51,5,69,45,81,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,952,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44111,4,4,-1,'Gold Star Spaulders',55695,3,32768,0,1,352412,70482,3,-1,-1,187,78,0,0,0,0,0,1105,6,0,1,0,3,4,50,32,58,7,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44112,4,4,-1,'Glimmershell Shoulder Protectors',55696,3,32768,0,1,353750,70750,3,-1,-1,187,78,0,0,0,0,0,1105,6,0,1,0,3,4,50,14,51,7,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44113,0,0,0,'Small Spice Bag',55689,1,65540,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44114,0,5,-1,'Old Spices',56112,1,0,0,1,20,5,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60106,0,-1,0,10000,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44115,12,0,-1,'Wintergrasp Commendation',55700,7,134217792,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61700,0,-1,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44116,4,1,-1,'Muddied Crimson Gloves',55757,3,32768,0,1,137048,27409,10,-1,-1,187,78,0,0,0,0,0,1104,6,0,1,0,4,6,51,7,37,5,40,45,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44117,4,2,-1,'Azure Strappy Pants',55760,3,32768,0,1,321380,64276,7,-1,-1,174,78,0,0,0,0,0,1104,6,0,1,0,4,38,138,31,53,7,54,3,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44118,2,16,-1,'Stolen Vrykul Harpoon',55762,3,4227072,0,1,138516,34629,25,-1,-1,187,78,0,0,0,0,0,1104,6,0,1,0,4,38,44,3,17,7,46,36,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,229,426,0,0,0,0,0,0,0,0,0,0,0,2100,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44120,4,4,-1,'Giant-Sized Gauntlets',55772,3,32768,0,1,251213,50242,10,262143,2147483647,187,78,0,0,0,0,0,1104,6,0,1,0,4,4,40,13,51,7,77,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1308,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44121,4,4,-1,'Sparkly Shiny Gloves',55758,3,32768,0,1,252087,50417,10,262143,2147483647,187,78,0,0,0,0,0,1104,6,0,1,0,4,5,51,32,37,45,60,7,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1308,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44122,4,3,-1,'Scavenged Feathery Leggings',55763,3,32768,0,1,431227,86245,7,-1,-1,187,78,0,0,0,0,0,1104,6,0,1,0,4,36,40,5,68,45,81,7,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44123,4,4,-1,'Discarded Titanium Legplates',55771,3,32768,0,1,504886,100977,7,-1,-1,187,78,0,0,0,0,0,1104,6,0,1,0,4,7,51,5,69,45,80,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44127,12,0,0,'Barricade Construction Kit',7918,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59925,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44128,7,6,-1,'Arctic Fur',55780,3,4096,0,1,120000,30000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44129,12,0,-1,'Lesser Inscription of the Storm ',55785,3,64,0,1,750000,187500,0,-1,-1,80,80,0,0,0,0,0,1119,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59927,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44130,12,0,-1,'Lesser Inscription of the Crag',55783,3,64,0,1,750000,187500,0,-1,-1,80,80,0,0,0,0,0,1119,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59928,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44131,12,0,-1,'Lesser Inscription of the Axe',55781,3,64,0,1,750000,187500,0,-1,-1,80,80,0,0,0,0,0,1119,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59929,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44132,12,0,-1,'Lesser Inscription of the Pinnacle',55786,3,64,0,1,750000,187500,0,-1,-1,80,80,0,0,0,0,0,1119,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59932,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44133,12,0,-1,'Greater Inscription of the Axe',55782,7,134217792,0,1,1000000,250000,0,-1,-1,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59934,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44134,12,0,-1,'Greater Inscription of the Crag',55784,7,134217792,0,1,1000000,250000,0,-1,-1,80,80,0,0,0,0,0,0,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59936,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44135,12,0,-1,'Greater Inscription of the Storm ',40399,7,134217792,0,1,1000000,250000,0,-1,-1,80,80,0,0,0,0,0,0,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59937,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44136,12,0,-1,'Greater Inscription of the Pinnacle',55786,7,134217792,0,1,1000000,250000,0,-1,-1,80,80,0,0,0,0,0,0,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59941,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44137,12,0,-1,'Arcanum of the Frosty Soul',55961,3,64,0,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,1119,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59944,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44138,12,0,-1,'Arcanum of Toxic Warding',55996,3,64,0,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,1098,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59945,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44139,12,0,-1,'Arcanum of the Fleeing Shadow',55994,3,64,0,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,1106,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59946,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44140,12,0,-1,'Arcanum of the Eclipsed Moon',55947,3,64,0,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,1091,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59947,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44141,12,0,-1,'Arcanum of the Flame\'s Soul',55823,3,64,0,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,1090,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59948,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44142,7,11,-1,'Strange Tarot',44704,1,4,0,1,0,0,0,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A random card of swords. Collect all four cards to receive a reward.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44143,12,0,-1,'Ace of Demons',31756,1,1088,0,1,2500,625,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59962,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44144,12,0,-1,'Two of Mages',31762,1,1088,0,1,2500,625,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59956,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44145,12,0,-1,'Three of Mages',31762,1,1088,0,1,2500,625,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59957,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44146,12,0,-1,'Four of Mages',31762,1,1088,0,1,2500,625,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59958,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44147,12,0,-1,'Five of Mages',31762,1,1088,0,1,2500,625,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59959,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44148,15,4,-1,'Mages Deck',31755,3,64,0,1,400,100,0,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,12518,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44149,12,0,-1,'Arcanum of Torment',55997,7,134217792,0,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59954,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44150,12,0,-1,'Arcanum of the Stalwart Protector',55995,7,134217792,0,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59955,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44151,15,5,-1,'Reins of the Blue Proto-Drake',56308,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59996,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44152,12,0,-1,'Arcanum of Blissful Mending',40395,7,134217792,0,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59960,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44153,12,0,-1,'Foreman\'s Key',8031,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The voice of the creature echoes in your mind, imploring you to deliver the key to it.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44154,12,0,-1,'Two of Demons',31756,1,1088,0,1,2500,625,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59964,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44155,12,0,-1,'Three of Demons',31756,1,1088,0,1,2500,625,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59966,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44156,12,0,-1,'Four of Demons',31756,1,1088,0,1,2500,625,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59967,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44157,12,0,-1,'Five of Demons',31756,1,1088,0,1,2500,625,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59968,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44158,15,4,-1,'Demons Deck',31755,3,64,0,1,400,100,0,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,13311,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44159,12,0,-1,'Arcanum of Burning Mysteries',55863,7,134217792,0,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59970,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44161,7,11,-1,'Arcane Tarot',44704,1,4,0,1,0,0,0,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A random card of Mages. Collect the full set to receive a reward.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44163,7,11,-1,'Shadowy Tarot',44704,1,4,0,1,0,0,0,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A random card of demons. Collect the full set to receive a reward.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44165,12,0,-1,'Ace of Mages',31762,1,1088,0,1,2500,625,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59953,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44166,2,15,-1,'Lightblade Rivener',55818,3,32768,0,1,659636,131927,13,-1,-1,187,78,0,0,0,0,0,1090,5,0,1,0,2,3,29,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,202,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15815,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44167,4,1,-1,'Shroud of Dedicated Research',51004,3,32768,0,1,198636,39727,16,-1,-1,187,78,0,0,0,0,0,1090,5,0,1,0,4,7,28,5,29,36,38,45,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44168,15,5,-1,'Reins of the Time-Lost Proto-Drake',56308,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,60002,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44170,4,2,-1,'Helm of the Majestic Stag',51003,3,32768,0,1,258000,51600,1,262143,32767,187,78,0,0,0,0,0,1090,5,0,1,0,4,7,51,5,69,43,26,45,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44171,4,3,-1,'Spaulders of Grounded Lightning',55825,3,32768,0,1,312130,62426,3,-1,-1,187,78,0,0,0,0,0,1090,5,0,1,0,6,7,51,32,34,3,34,38,68,5,34,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,878,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44173,2,15,-1,'Flameheart Spell Scalpel',51703,3,32768,0,1,741209,148241,21,-1,-1,200,80,0,0,0,0,0,1090,6,0,1,0,5,7,28,5,33,32,25,31,34,45,355,0,0,0,0,0,0,0,0,0,0,0,0,65,206,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,-55,0,0,0,'',0,0,0,0,0,12340),(44174,2,10,-1,'Stave of Shrouded Mysteries',50536,3,32768,0,1,929820,185964,17,-1,-1,200,80,0,0,0,0,0,1090,6,0,1,0,3,38,155,13,56,7,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,589,0,0,0,0,315,0,0,0,0,0,0,2900,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44176,4,4,-1,'Girdle of the Warrior Magi',51686,3,32768,0,1,263752,52750,6,-1,-1,200,80,0,0,0,0,0,1090,6,0,1,0,4,5,42,7,49,32,42,45,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1218,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44178,15,5,-1,'Reins of the Albino Drake',56307,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,60025,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44179,4,2,-1,'Mind-Expanding Leggings',55856,3,32768,0,1,378693,75738,7,-1,-1,200,80,0,0,0,0,0,1090,6,0,1,0,4,3,78,7,67,37,62,38,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2908,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44180,4,1,-1,'Robes of Crackling Flame',55877,4,32768,0,1,405390,81078,20,32767,-1,200,80,0,0,0,0,0,1090,7,0,1,0,3,7,66,5,73,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,49101,1,0,0,-1,0,-1,49176,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44181,4,2,-1,'Ghostflicker Waistband',55884,4,32768,0,1,254275,50855,6,-1,-1,200,80,0,0,0,0,0,1090,7,0,1,0,4,5,50,7,57,32,48,45,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2869,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44182,4,3,-1,'Boots of Twinkling Stars',55900,4,32768,0,1,461326,92265,8,32767,-1,200,80,0,0,0,0,0,1090,7,0,1,0,5,3,42,7,49,5,41,36,58,38,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,862,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44183,4,4,-1,'Fireproven Gauntlets',53132,4,32768,0,1,360539,72107,10,262143,32767,200,80,0,0,0,0,0,1090,7,0,1,0,4,4,67,7,99,12,48,13,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44184,12,0,-1,'Mages Deck',31755,3,64,0,1,0,0,0,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56894,0,0,0,300000,1232,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44186,12,0,0,'Rune of Distortion',55773,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60036,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44187,2,7,-1,'Fang of Truth',50514,3,32768,0,1,680340,136068,13,-1,-1,187,78,0,0,0,0,0,1091,5,0,1,0,4,3,32,7,29,38,48,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,234,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44188,4,1,-1,'Cloak of Peaceful Resolutions',55943,3,32768,0,1,204868,40973,16,-1,-1,187,78,0,0,0,0,0,1091,5,0,1,0,4,7,64,12,43,31,25,4,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44189,4,3,-1,'Giant Ring Belt',55962,3,32768,0,1,205613,41122,6,-1,-1,187,78,0,0,0,0,0,1119,5,0,1,0,4,3,40,7,51,5,34,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,659,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44190,4,2,-1,'Spaulders of Frozen Knives',55964,3,32768,0,1,257974,51594,3,-1,-1,187,78,0,0,0,0,0,1119,5,0,1,0,3,3,34,7,51,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44192,2,0,-1,'Stalactite Chopper',55974,3,32768,0,1,738414,147682,13,-1,-1,200,80,0,0,0,0,0,1119,6,0,1,0,4,32,34,7,49,44,26,38,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,440,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44193,2,15,-1,'Broken Stalactite',49373,3,32768,0,1,741061,148212,13,-1,-1,200,80,0,0,0,0,0,1119,6,0,1,0,4,3,26,32,33,31,28,38,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,281,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44194,4,2,-1,'Giant-Friend Kilt',55976,3,32768,0,1,371891,74378,7,262143,2147483647,200,80,0,0,0,0,0,1119,6,0,1,0,4,7,58,5,60,32,78,45,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44195,4,4,-1,'Spaulders of the Giant Lords',49876,3,32768,0,1,391167,78233,3,-1,-1,200,80,0,0,0,0,0,1119,6,0,1,0,3,4,66,7,64,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1625,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44196,4,1,-1,'Sash of the Wizened Wyrm',55993,3,32768,0,1,140636,28127,6,32767,-1,187,78,0,0,0,0,0,1091,5,0,1,0,4,7,37,5,51,31,40,45,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44197,4,4,-1,'Bracers of Accorded Courtesy',55990,3,32768,0,1,248395,49679,9,-1,-1,187,78,0,0,0,0,0,1091,5,0,1,0,4,5,29,7,28,36,22,45,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,4,0,0,0,0,0,3308,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44198,4,4,-1,'Breastplate of the Solemn Council',55983,3,32768,0,1,528214,105642,5,-1,-1,200,80,0,0,0,0,0,1091,6,0,1,0,4,12,76,7,117,4,49,37,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44199,2,4,-1,'Gavel of the Brewing Storm',55984,3,32768,0,1,757312,151462,21,-1,-1,200,80,0,0,0,0,0,1091,6,0,1,0,5,7,49,5,26,32,24,36,25,45,355,0,0,0,0,0,0,0,0,0,0,0,0,82,262,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,-55,0,0,0,'',0,0,0,0,0,12340),(44200,4,1,-1,'Ancestral Sinew Wristguards',55989,3,32768,0,1,141182,28236,9,-1,-1,200,80,0,0,0,0,0,1091,6,0,1,0,4,7,31,5,33,6,27,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,8,0,0,0,0,0,2869,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44201,4,4,-1,'Sabatons of Draconic Vigor',55986,3,32768,0,1,371285,74257,8,32767,-1,200,80,0,0,0,0,0,1091,6,0,1,0,4,4,44,7,85,12,58,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44202,4,1,-1,'Sandals of Crimson Fury',55987,4,32768,0,1,284512,56902,8,262143,32767,200,80,0,0,0,0,0,1091,7,0,1,0,4,7,49,5,50,36,51,45,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2869,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44203,4,2,-1,'Dragonfriend Bracers',55988,4,32768,0,1,238000,47600,9,-1,-1,200,80,0,0,0,0,0,1091,7,0,1,0,4,3,49,7,38,32,38,38,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44204,4,3,-1,'Grips of Fierce Pronouncements',55991,4,32768,0,1,286659,57331,10,-1,-1,200,80,0,0,0,0,0,1091,7,0,1,0,4,7,57,5,48,43,33,45,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44205,4,4,-1,'Legplates of Bloody Reprisal',55992,4,32768,0,1,671411,134282,7,-1,-1,200,80,0,0,0,0,0,1091,7,0,1,0,3,4,96,7,117,44,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44206,15,0,-1,'Rime-Crusted Herbs',19497,0,0,0,1,7825,1956,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44207,15,0,-1,'Flash-Frozen Flower',19498,0,0,0,1,9999,2499,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44208,15,0,-1,'Shattered Log',929,0,2048,0,1,7244,1811,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44210,4,0,-1,'Faces of Doom',23171,4,0,0,1,284983,71245,23,-1,-1,200,77,0,0,0,0,0,0,0,0,1,0,4,45,49,32,42,5,42,6,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44211,4,1,-1,'Frostwoven Gloves',53085,2,0,0,1,86672,17334,10,-1,-1,138,68,0,0,0,0,0,0,0,0,1,0,3,45,42,7,30,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,763,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340),(44212,12,0,0,'SGM-3',56067,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60079,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The most powerful surface-to-gnome missile available!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44213,4,0,0,'Darkmoon Pendant',6497,3,0,0,1,5500,1375,2,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,3,38,12,3,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340),(44214,2,19,-1,'Purifying Torch',9063,3,32768,0,1,523506,104701,26,-1,-1,187,78,0,0,0,0,0,1106,6,0,1,0,3,7,21,45,26,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,459,2,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44215,4,0,0,'Darkmoon Necklace',7271,3,0,0,1,5500,1375,2,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,3,45,9,32,5,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340),(44216,4,1,-1,'Cloak of Holy Extermination',56070,3,32768,0,1,210913,42182,16,-1,-1,187,78,0,0,0,0,0,1106,5,0,1,0,4,7,57,3,39,44,25,38,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44217,2,15,-1,'Darkmoon Dirk',56069,3,0,0,1,101972,20394,13,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,1,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,66,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340),(44218,2,1,-1,'Darkmoon Executioner',56086,3,0,0,1,115751,23150,17,262143,2147483647,45,40,0,0,0,0,0,0,0,0,1,0,1,38,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,167,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340),(44219,2,10,-1,'Darkmoon Magestaff',56080,3,0,0,1,116188,23237,17,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,1,45,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,152,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340),(44220,12,0,0,'Orgrim\'s Hammer Dispatch',56079,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44221,15,5,-1,'Loaned Gryphon Reins',59338,1,64,2,1,1000000,0,0,-1,-1,77,77,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64749,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44222,12,0,0,'Dart Gun',56075,1,8388672,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60100,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44223,15,5,-1,'Reins of the Black War Bear',56647,4,0,2,1,100000,25000,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,60118,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44224,15,5,-1,'Reins of the Black War Bear',56647,4,0,1,1,100000,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,60119,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44225,15,5,-1,'Reins of the Armored Brown Bear',56649,4,0,2,1,7500000,0,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,60114,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44226,15,5,-1,'Reins of the Armored Brown Bear',56649,4,0,1,1,7500000,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,60116,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44228,0,5,-1,'Baby Spice',56118,1,0,0,1,20,5,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60122,0,-1,0,10000,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44229,15,5,-1,'Loaned Wind Rider Reins',59337,1,64,1,1,1000000,0,0,-1,-1,77,77,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64762,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44230,15,5,-1,'Reins of the Wooly Mammoth',44588,4,4096,2,1,0,0,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59791,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44231,15,5,-1,'Reins of the Wooly Mammoth',44588,4,4096,1,1,0,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59793,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44234,15,5,-1,'Reins of the Traveler\'s Tundra Mammoth',56347,4,0,1,1,200000000,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61447,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast three-person mount that carries vendors.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44235,15,5,-1,'Reins of the Traveler\'s Tundra Mammoth',56347,4,0,2,1,200000000,0,0,262143,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61425,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast three-person mount that carries vendors.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44239,4,4,-1,'Standard Issue Legguards',56180,3,32768,0,1,461842,92368,7,-1,-1,187,78,0,0,0,0,0,1106,5,0,1,0,4,7,51,5,69,45,80,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,8,0,0,0,0,0,2869,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44240,4,4,-1,'Special Issue Legplates',56183,3,32768,0,1,463629,92725,7,-1,-1,187,78,0,0,0,0,0,1106,5,0,1,0,4,7,102,12,69,4,30,31,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,2,0,0,0,0,0,2892,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44241,2,13,-1,'Unholy Persuader',56203,3,32768,0,1,664881,132976,22,-1,-1,187,78,0,0,0,0,0,1098,5,0,1,0,3,44,29,3,30,7,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,390,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44242,4,1,-1,'Dark Soldier Cape',56190,3,32768,0,1,200209,40041,16,-1,-1,187,78,0,0,0,0,0,1098,5,0,1,0,4,7,28,5,38,31,29,45,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44243,4,4,-1,'Toxin-Tempered Sabatons',56196,3,32768,0,1,351037,70207,8,32767,-1,187,78,0,0,0,0,0,1098,5,0,1,0,3,4,51,7,76,12,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1439,0,0,0,0,0,0,0,0,0,35168,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44244,2,5,-1,'Argent Skeleton Crusher',56206,3,32768,0,1,895627,179125,17,-1,-1,200,80,0,0,0,0,0,1106,6,0,1,0,3,7,100,4,84,44,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,731,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44245,2,3,-1,'Zombie Sweeper Shotgun',56210,3,32768,0,1,539417,107883,26,-1,-1,200,80,0,0,0,0,0,1106,6,0,1,0,2,32,18,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,444,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,15819,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44246,12,0,0,'Orb of Illusion',27454,1,1088,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5513,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44247,4,4,-1,'Fang-Deflecting Faceguard',55312,3,32768,0,1,379685,75937,1,32767,-1,200,80,0,0,0,0,0,1106,6,0,1,0,3,4,89,7,87,44,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1760,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44248,4,3,-1,'Battle Mender\'s Helm',56218,3,32768,0,1,327290,65458,1,-1,-1,200,80,0,0,0,0,0,1106,6,0,1,0,4,45,91,7,58,5,60,32,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44249,2,8,-1,'Runeblade of Demonstrable Power',56219,3,32768,0,1,936897,187379,17,262143,2147483647,200,80,0,0,0,0,0,1098,6,0,1,0,4,38,168,3,63,32,67,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,474,711,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44250,2,7,-1,'Reaper of Dark Souls',52928,3,32768,0,1,752165,150433,13,-1,-1,200,80,0,0,0,0,0,1098,6,0,1,0,4,38,66,7,24,32,26,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,281,422,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44251,12,0,0,'Partitioned Flask',41488,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60256,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44253,4,0,-1,'Darkmoon Card: Greatness',56181,4,528448,0,1,429375,107343,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,3,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44256,4,1,-1,'Sterile Flesh-Handling Gloves',56260,3,32768,0,1,153683,30736,10,-1,-1,200,80,0,0,0,0,0,1098,6,0,1,0,4,7,49,5,58,6,41,45,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44257,4,3,-1,'Spaulders of the Black Arrow',56261,3,32768,0,1,348520,69704,3,-1,-1,200,80,0,0,0,0,0,1098,6,0,1,0,5,7,42,5,44,32,33,3,58,38,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44258,4,2,-1,'Wound-Binder\'s Wristguards',56262,3,32768,0,1,175044,35008,9,-1,-1,200,80,0,0,0,0,0,1098,6,0,1,0,4,5,42,7,38,6,36,45,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44259,12,0,-1,'Prisms Deck',31755,4,0,0,1,600000,150000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,13324,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44260,12,0,-1,'Ace of Prisms',56263,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60245,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44261,12,0,-1,'Two of Prisms',56263,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60246,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44262,12,0,-1,'Three of Prisms',56263,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60247,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44263,12,0,-1,'Four of Prisms',56263,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60248,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44264,12,0,-1,'Five of Prisms',56263,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60249,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44265,12,0,-1,'Six of Prisms',56263,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60250,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44266,12,0,-1,'Seven of Prisms',56263,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60251,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44267,12,0,-1,'Eight of Prisms',56263,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60252,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44268,12,0,-1,'Ace of Nobles',56264,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60255,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44269,12,0,-1,'Two of Nobles',56264,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60257,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44270,12,0,-1,'Three of Nobles',56264,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60259,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44271,12,0,-1,'Four of Nobles',56264,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60260,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44272,12,0,-1,'Five of Nobles',56264,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60261,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44273,12,0,-1,'Six of Nobles',56264,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60262,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44274,12,0,-1,'Seven of Nobles',56264,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60263,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44275,12,0,-1,'Eight of Nobles',56264,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60264,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44276,12,0,-1,'Chaos Deck',31755,4,0,0,1,600000,150000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,13325,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44277,12,0,-1,'Ace of Chaos',56265,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60265,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44278,12,0,-1,'Two of Chaos',56265,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60268,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44279,12,0,-1,'Three of Chaos',56265,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60269,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44280,12,0,-1,'Four of Chaos',56265,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60270,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44281,12,0,-1,'Five of Chaos',56265,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60271,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44282,12,0,-1,'Six of Chaos',56265,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60272,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44283,4,0,-1,'Signet of Hopeful Light',44357,4,32768,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,1106,7,1,1,0,4,7,42,5,50,36,36,45,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,3600000,1212,3600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44284,12,0,-1,'Seven of Chaos',56265,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60273,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44285,12,0,-1,'Eight of Chaos',56265,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60274,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44286,12,0,-1,'Ace of Undeath',56266,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60276,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44287,12,0,-1,'Two of Undeath',56266,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60277,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44288,12,0,-1,'Three of Undeath',56266,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60278,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44289,12,0,-1,'Four of Undeath',56266,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60279,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44290,12,0,-1,'Five of Undeath',56266,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60280,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44291,12,0,-1,'Six of Undeath',56266,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60281,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44292,12,0,-1,'Seven of Undeath',56266,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60282,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44293,12,0,-1,'Eight of Undeath',56266,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60283,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44294,12,0,-1,'Undeath Deck',31755,4,0,0,1,600000,150000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,13327,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44295,4,3,-1,'Polished Regimental Hauberk',56267,4,32768,0,1,612379,122475,5,32767,-1,200,80,0,0,0,0,0,1106,7,0,1,0,5,3,89,7,69,5,68,31,49,38,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,0,0,0,0,2873,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44296,4,4,-1,'Helm of Purified Thoughts',56269,4,32768,0,1,536712,107342,1,-1,-1,200,80,0,0,0,0,0,1106,7,0,1,0,4,7,99,5,69,45,84,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,3353,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44297,4,2,-1,'Boots of the Neverending Path',56399,4,32768,0,1,358398,71679,8,32767,-1,200,80,0,0,0,0,0,1106,7,0,1,0,4,7,49,3,51,31,66,38,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44301,12,0,0,'Tainted Essence',56864,1,3136,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60304,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44302,4,1,-1,'Belt of Dark Mending',56293,4,32768,0,1,187027,37405,6,32767,-1,200,80,0,0,0,0,0,1098,7,0,1,0,4,7,64,5,50,36,55,45,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44303,4,2,-1,'Darkheart Chestguard',56295,4,32768,0,1,488648,97729,5,262143,32767,200,80,0,0,0,0,0,1098,7,0,1,0,4,38,180,3,88,7,67,44,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44304,12,0,0,'Writhing Mass',56867,1,1088,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60310,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44305,4,3,-1,'Kilt of Dark Mercy',56296,4,32768,0,1,590731,118146,7,-1,-1,200,80,0,0,0,0,0,1098,7,0,1,0,4,7,69,5,67,43,36,45,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44306,4,4,-1,'Death-Inured Sabatons',56297,4,32768,0,1,517755,103551,8,1535,-1,200,80,0,0,0,0,0,1098,7,0,1,0,3,4,50,7,73,32,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1541,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,2,0,0,0,3351,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44307,12,0,0,'Diluted Cult Tonic',48394,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60311,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44308,4,0,-1,'Signet of Edward the Odd',53042,4,524480,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,49,7,54,38,58,36,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60317,1,0,0,0,0,0,0,0,0,0,3600000,0,3600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44309,4,1,-1,'Sash of Jordan',56301,4,0,0,1,199793,39958,6,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,44,5,55,6,55,45,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,3596,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44310,2,15,-1,'Namlak\'s Supernumerary Sticker',56302,4,0,0,1,1002495,200499,13,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,32,32,31,32,44,32,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,280,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44311,2,7,-1,'Avool\'s Sword of Jin',56304,4,0,0,1,935139,187027,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,38,7,36,38,62,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,280,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44312,4,4,-1,'Wapach\'s Spaulders of Solidarity',56305,4,0,0,1,490012,98002,3,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,53,37,42,7,100,12,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44313,4,6,-1,'Zom\'s Crackling Bulwark',42409,4,0,0,1,602379,120475,14,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,44,5,36,43,25,45,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7530,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,4,0,0,211,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44314,0,4,-1,'Scroll of Recall II',56319,1,64,0,1,150,37,0,-1,-1,40,35,773,200,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60320,0,-1,0,0,1229,1200000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44315,0,4,-1,'Scroll of Recall III',56320,1,64,0,1,150,37,0,-1,-1,70,65,773,350,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60321,0,-1,0,0,1229,1200000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44316,7,11,-1,'Darkmoon Card',44704,3,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A random Darkmoon card. Collect a full set to receive a reward.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44317,7,11,-1,'Greater Darkmoon Card',44704,3,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A random greater Darkmoon card. Collect a full set to receive a reward.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44318,7,11,-1,'Darkmoon Card of the North',44704,3,0,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A random Darkmoon card of the north. Collect a full set to receive a reward.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44319,12,0,0,'Broken Shard of Horror',56361,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44320,12,0,0,'Broken Shard of Despair',56363,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44321,12,0,0,'Broken Shard of Suffering',56364,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44322,7,11,-1,'Mercurial Alchemist Stone',56385,3,0,0,1,322031,80507,12,-1,-1,200,75,171,400,0,0,0,0,0,1,1,0,2,45,59,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,17619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44323,7,11,-1,'Indestructible Alchemist\'s Stone',56385,3,0,0,1,322031,80507,12,-1,-1,200,75,171,400,0,0,0,0,0,1,1,0,2,7,75,13,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,17619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44324,7,11,-1,'Mighty Alchemist\'s Stone',56385,3,0,0,1,322031,80507,12,-1,-1,200,75,171,400,0,0,0,0,0,1,1,0,2,38,100,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,17619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44325,0,2,-1,'Elixir of Accuracy',17904,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60340,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44326,12,0,-1,'Nobles Deck',31755,4,0,0,1,600000,150000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,13326,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44327,0,2,-1,'Elixir of Deadly Strikes',57010,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60341,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44328,0,2,-1,'Elixir of Mighty Defense',57005,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60343,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44329,0,2,-1,'Elixir of Expertise',57012,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60344,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44330,0,2,-1,'Elixir of Armor Piercing',57013,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60345,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44331,0,2,-1,'Elixir of Lightning Speed',57014,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60346,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44332,0,2,-1,'Elixir of Mighty Thoughts',57021,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60347,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44334,4,0,-1,'Ring of Temerity',41951,3,0,0,1,188479,47119,11,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,45,40,7,25,5,34,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44335,4,0,-1,'Band of Motivation',51243,3,0,0,1,188479,47119,11,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,38,68,3,19,7,51,37,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44336,4,0,-1,'Flourishing Band',56339,3,0,0,1,188479,47119,11,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,45,40,7,27,5,34,43,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44337,4,0,-1,'Staunch Signet',56664,3,0,0,1,188479,47119,11,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,4,34,7,51,12,25,13,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44338,4,1,-1,'Cuffs of Gratitude',51044,3,0,0,1,126858,25371,9,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,45,40,5,34,6,26,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44339,4,2,-1,'Soaring Wristwraps',53245,3,0,0,1,159173,31834,9,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,45,40,5,34,6,25,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44340,4,3,-1,'Bindings of Raelorasz',51357,3,0,0,1,191708,38341,9,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,5,38,68,3,25,7,28,5,14,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44341,4,4,-1,'Bracers of Reverence',51899,3,0,0,1,225782,45156,9,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,4,25,7,51,12,34,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44342,4,2,-1,'Tattooed Deerskin Leggings',56054,3,0,0,1,308108,61621,7,-1,-1,167,0,0,0,0,0,0,0,0,0,1,0,4,38,72,3,55,7,63,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44343,4,1,-1,'Conferred Pantaloons',56056,3,0,0,1,247405,49481,7,-1,-1,167,0,0,0,0,0,0,0,0,0,1,0,4,45,68,7,36,5,45,6,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44344,4,3,-1,'Labyrinthine Legguards',51324,3,0,0,1,372448,74489,7,-1,-1,167,0,0,0,0,0,0,0,0,0,1,0,5,38,114,3,32,7,57,5,38,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44345,4,4,-1,'Dalaran Warden\'s Legplates',51902,3,0,0,1,447643,89528,7,-1,-1,167,0,0,0,0,0,0,0,0,0,1,0,4,45,44,5,57,32,38,43,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1661,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44346,4,1,-1,'Warchief\'s Leggings of Wisdom',56870,3,0,0,1,226522,45304,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,4,45,55,7,34,5,35,36,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44347,4,2,-1,'Warchief\'s Legguards of Heroism',56871,3,0,0,1,284138,56827,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,4,45,55,7,34,5,46,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44348,4,3,-1,'Warchief\'s Leggings of Valor',56869,3,0,0,1,342182,68436,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,4,45,54,7,52,5,46,43,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44349,4,4,-1,'Warchief\'s Legplates of Carnage',56872,3,0,0,1,400630,80126,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,4,37,32,65,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1438,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44350,4,1,-1,'Mantle of Thwarted Evil',56011,3,0,0,1,190898,38179,3,-1,-1,163,0,0,0,0,0,0,0,0,0,1,0,4,45,48,7,34,5,41,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44351,4,2,-1,'Shoulderpads of Abhorrence',51857,3,0,0,1,216667,43333,3,-1,-1,163,0,0,0,0,0,0,0,0,0,1,0,4,38,82,3,41,7,45,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44352,4,4,-1,'Shoulderplates of the Abolished',51927,3,0,0,1,303933,60786,3,-1,-1,163,0,0,0,0,0,0,0,0,0,1,0,3,4,42,7,60,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1387,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44353,4,3,-1,'Epaulets of the Faceless Ones',51883,3,0,0,1,263185,52637,3,-1,-1,163,0,0,0,0,0,0,0,0,0,1,0,4,45,36,7,18,5,25,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,776,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44354,4,3,-1,'Assault Hauberk',51310,3,0,0,1,372809,74561,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,5,38,66,3,61,7,61,5,45,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44355,4,1,-1,'Incursion Vestments',56784,3,0,0,1,240057,48011,20,-1,-1,167,0,0,0,0,0,0,0,0,0,1,0,4,45,67,7,42,5,60,36,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44356,4,2,-1,'Vest of the Assailant',56785,3,0,0,1,301219,60243,5,-1,-1,167,0,0,0,0,0,0,0,0,0,1,0,4,38,98,3,64,32,34,7,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44357,4,4,-1,'Besieging Breastplate',56787,3,0,0,1,423315,84663,5,-1,-1,167,0,0,0,0,0,0,0,0,0,1,0,4,45,67,7,36,5,60,43,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1898,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44358,4,1,-1,'Kilix\'s Silk Slippers',52441,3,0,0,1,173950,34790,8,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,4,45,47,5,29,6,22,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44359,4,2,-1,'Don Soto\'s Boots',49903,3,0,0,1,218238,43647,8,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,4,38,56,3,40,7,39,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44360,4,3,-1,'Husk Shard Sabatons',51195,3,0,0,1,264041,52808,8,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,5,38,80,3,29,7,39,5,22,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,693,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44361,4,4,-1,'Greaves of the Traitor',51131,3,0,0,1,315482,63096,8,32767,-1,159,0,0,0,0,0,0,0,0,0,1,0,3,4,40,7,58,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1238,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44362,4,4,-1,'Expelling Gauntlets',56759,3,0,0,1,212678,42535,10,262143,2147483647,159,0,0,0,0,0,0,0,0,0,1,0,4,4,39,7,60,12,29,14,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44363,4,3,-1,'Purging Handguards',51884,3,0,0,1,181917,36383,10,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,4,45,47,7,28,5,39,43,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,630,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44364,4,2,-1,'Wraps of Quelled Bane',56758,3,0,0,1,152146,30429,10,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,3,38,62,3,23,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44365,4,1,-1,'Gloves of Banished Infliction',51145,3,0,0,1,122155,24431,10,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,4,45,47,5,39,6,29,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44366,4,1,-1,'Shameful Cuffs',52387,3,0,0,1,122582,24516,9,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,4,45,35,7,24,6,22,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44367,4,2,-1,'Scorned Bands',56774,3,0,0,1,153776,30755,9,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,4,38,44,3,29,7,40,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44368,4,3,-1,'Accused Wristguards',52485,3,0,0,1,185190,37038,9,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,4,45,34,7,24,5,22,43,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44369,4,4,-1,'Disavowed Bracers',50752,3,0,0,1,218061,43612,9,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,4,45,35,7,18,5,24,43,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,788,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44370,4,1,-1,'Mantle of the Intrepid Explorer',49464,3,0,0,1,203983,40796,3,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,45,54,5,33,6,46,36,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44371,4,2,-1,'Shoulderpads of the Adventurer',51857,3,0,0,1,231538,46307,3,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,45,54,5,34,6,46,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44372,4,3,-1,'Spaulders of Lost Secrets',51883,3,0,0,1,280165,56033,3,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,5,38,68,3,33,7,39,5,26,31,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,837,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44373,4,4,-1,'Pauldrons of Reconnaissance',51577,3,0,0,1,326050,65210,3,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,4,34,7,69,12,46,37,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1496,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44374,4,0,-1,'Amulet of the Tranquil Mind',9857,3,0,0,1,164232,41058,2,-1,-1,151,0,0,0,0,0,0,0,0,0,1,0,4,45,33,5,15,6,20,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44375,4,0,-1,'Razor-Blade Pendant',34204,3,0,0,1,164232,41058,2,-1,-1,151,0,0,0,0,0,0,0,0,0,1,0,3,4,30,7,37,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44376,4,0,-1,'Necklace of Fragmented Light',9657,3,0,0,1,164232,41058,2,-1,-1,151,0,0,0,0,0,0,0,0,0,1,0,4,45,33,7,19,5,21,31,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44377,4,0,-1,'Woven Steel Necklace',9852,3,0,0,1,164232,41058,2,-1,-1,151,0,0,0,0,0,0,0,0,0,1,0,4,4,27,7,42,12,13,14,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44378,4,1,-1,'Mantle of the Flesh Giant',56011,3,0,0,1,194337,38867,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,45,53,7,39,5,45,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44379,4,2,-1,'Shoulderpads of Fleshwerks',51857,3,0,0,1,243817,48763,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,38,90,3,26,7,67,37,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44380,4,3,-1,'Giant Champion\'s Spaulders',51883,3,0,0,1,294959,58991,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,45,53,7,39,5,45,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44381,4,4,-1,'Pauldrons of Morbidus',49876,3,0,0,1,343160,68632,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,45,53,7,28,5,45,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44382,4,1,-1,'Robes of Refrained Celebration',51370,3,0,0,1,275661,55132,20,-1,-1,183,0,0,0,0,0,0,0,0,0,1,0,4,45,77,7,49,5,51,6,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44383,4,4,-1,'Battleplate of Unheard Ovation',56777,3,0,0,1,484158,96831,5,-1,-1,183,0,0,0,0,0,0,0,0,0,1,0,3,4,70,7,102,37,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2068,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44384,4,3,-1,'Chestguard of Unwanted Success',51310,3,0,0,1,416494,83298,5,-1,-1,183,0,0,0,0,0,0,0,0,0,1,0,4,45,77,7,49,5,66,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44385,4,2,-1,'Tunic of the Unduly Victorious',50025,3,0,0,1,348296,69659,5,-1,-1,183,0,0,0,0,0,0,0,0,0,1,0,4,45,77,7,49,5,51,6,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,520,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44386,4,0,-1,'Newt-Eye Ring',56764,3,0,0,1,188479,47119,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,45,40,5,34,36,14,43,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44387,4,0,-1,'Bat-Wool Signet',56766,3,0,0,1,188479,47119,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,45,40,5,25,6,34,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44388,4,0,-1,'Frog-Toe Band',56765,3,0,0,1,188479,47119,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,38,68,3,20,7,39,44,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44393,2,18,-1,'Polished Zombie Exterminator',50166,3,0,0,1,476895,95379,26,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,36,7,28,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,366,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44394,2,19,-1,'Encrusted Zombie Finger',55296,3,0,0,1,478685,95737,26,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,45,18,5,11,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,478,4,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44395,2,19,-1,'Touch of Unlife',55296,3,0,0,1,480475,96095,26,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,45,18,5,11,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,478,4,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44396,4,1,-1,'Gloves of the Time Guardian',51145,3,0,0,1,137600,27520,10,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,45,60,7,33,5,41,6,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44397,4,2,-1,'Handwraps of Preserved History',49251,3,0,0,1,172638,34527,10,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,38,76,3,47,7,71,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44398,4,3,-1,'Grips of Chronological Events',51884,3,0,0,1,207932,41586,10,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,5,38,102,3,22,7,61,5,29,44,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,732,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44399,4,4,-1,'Gauntlets of The Culling',52406,3,0,0,1,244872,48974,10,262143,2147483647,187,0,0,0,0,0,0,0,0,0,1,0,3,4,52,7,76,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1308,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44400,4,0,-1,'Necklace of Calm Skies',31603,3,0,0,1,159180,39795,2,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,4,45,30,7,22,5,26,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44401,4,0,-1,'Hundred Tooth Necklace',34034,3,0,0,1,159180,39795,2,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,4,38,52,3,17,7,39,44,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44402,4,0,-1,'Tiled-Stone Pendant',15420,3,0,0,1,159180,39795,2,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,4,4,20,7,39,12,26,37,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44403,4,0,-1,'Amulet of Constrained Power',9859,3,0,0,1,159180,39795,2,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,4,45,30,7,16,5,21,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44404,4,1,-1,'Bauble-Woven Gown',56788,3,0,0,1,283316,56663,20,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,45,81,7,43,5,55,6,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44405,4,2,-1,'Exotic Leather Tunic',52514,3,0,0,1,355422,71084,5,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,38,138,3,49,7,103,37,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44406,4,3,-1,'Gilded Ringmail Hauberk',52412,3,0,0,1,428039,85607,5,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,5,38,100,3,69,7,60,5,39,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44407,4,4,-1,'Silver-Plated Battlechest',56789,3,0,0,1,501166,100233,5,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,3,4,60,7,103,12,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2093,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44408,4,1,-1,'Cowl of the Vindictive Captain',52530,3,0,0,1,215530,43106,1,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,45,81,7,51,5,69,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44409,4,2,-1,'Headguard of Retaliation',56791,3,0,0,1,251323,50264,1,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,38,138,3,69,7,75,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44410,4,3,-1,'Helmet of Just Retribution',56792,3,0,0,1,302737,60547,1,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,5,38,92,3,46,7,102,5,39,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,952,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44411,4,4,-1,'Platehelm of Irate Revenge',52302,3,0,0,1,353822,70764,1,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,45,81,7,51,5,68,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44412,4,4,-1,'Faceguard of Punishment',52302,3,0,0,1,355160,71032,1,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,3,4,70,7,102,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44413,15,5,-1,'Mekgineer\'s Chopper',53078,4,0,2,1,50000,0,0,262143,1101,80,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,330,3000,60424,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teaches you how to ride this chopper.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44419,2,10,-1,'Deadly Gladiator\'s War Staff',56409,4,36864,0,1,0,0,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,147,5,64,45,461,36,85,35,84,0,0,0,0,0,0,0,0,0,0,0,0,193,357,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-66.2,0,0,0,'',0,0,0,0,0,12340),(44420,2,10,-1,'Deadly Gladiator\'s Focus Staff',56409,4,36864,0,1,0,0,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,147,5,64,45,461,31,85,35,84,0,0,0,0,0,0,0,0,0,0,0,0,193,357,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-66.2,0,0,0,'',0,0,0,0,0,12340),(44429,4,1,-1,'Volanthius Shroud',27088,4,36864,0,1,0,0,16,262143,2147483647,156,70,0,0,0,0,0,0,0,0,1,0,5,45,33,7,42,32,19,35,28,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44430,15,0,0,'Titanium Seal of Dalaran',55248,3,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60458,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Holding the coin up to your eye reveals a level of craftsmanship that you have rarely seen.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44431,4,1,-1,'Cloak of Certain Reprieve',27088,4,36864,0,1,0,0,16,262143,2147483647,156,70,0,0,0,0,0,0,0,0,1,0,5,45,33,7,42,43,10,35,28,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44433,12,0,0,'Rod of Siphoning',56637,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60528,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44434,12,0,0,'Dark Matter',56639,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44435,0,0,0,'Windle\'s Lighter',56640,2,65600,0,1,5000,1250,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60535,0,-5,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Shine on!',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,900,0,0,'',0,0,0,0,0,12340),(44436,4,3,-1,'Dark Frostscale Leggings',56673,3,0,0,1,371145,74229,7,-1,-1,167,75,0,0,0,0,0,0,0,0,1,0,4,38,62,3,39,7,46,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,756,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44437,4,3,-1,'Dark Frostscale Breastplate',55018,3,0,0,1,380868,76173,5,32767,-1,171,76,0,0,0,0,0,0,0,0,1,0,4,38,88,3,55,7,64,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1089,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,756,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44438,4,3,-1,'Dragonstompers',56675,3,0,0,1,294262,58852,8,-1,-1,175,77,0,0,0,0,0,0,0,0,1,0,5,38,92,3,33,7,57,5,19,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,768,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44440,4,2,-1,'Dark Iceborne Leggings',56680,3,0,0,1,313849,62769,7,-1,-1,167,75,0,0,0,0,0,0,0,0,1,0,4,45,67,7,36,5,45,6,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,757,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44441,4,2,-1,'Dark Iceborne Chestguard',56679,3,0,0,1,322054,64410,5,32767,-1,171,76,0,0,0,0,0,0,0,0,1,0,4,45,70,7,43,5,46,6,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,490,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,757,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44442,4,2,-1,'Bugsquashers',56677,3,0,0,1,254152,50830,8,-1,-1,175,77,0,0,0,0,0,0,0,0,1,0,4,45,54,7,33,5,35,6,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44443,4,3,-1,'Dark Nerubian Leggings',56672,3,0,0,1,390583,78116,7,-1,-1,167,75,0,0,0,0,0,0,0,0,1,0,4,45,67,7,61,5,57,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,755,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44444,4,3,-1,'Dark Nerubian Chestpiece',55018,3,0,0,1,362632,72526,5,32767,-1,171,76,0,0,0,0,0,0,0,0,1,0,4,45,70,7,64,5,59,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1089,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,755,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44445,4,3,-1,'Scaled Icewalkers',56725,3,0,0,1,280223,56044,8,-1,-1,175,77,0,0,0,0,0,0,0,0,1,0,4,45,54,7,33,5,35,43,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,768,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44446,1,8,0,'Pack of Endless Pockets',20342,3,0,0,1,150000,37500,18,-1,-1,75,0,0,0,0,0,0,0,0,0,1,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44447,11,3,-1,'Dragonscale Ammo Pouch',56652,3,32768,0,1,150000,37500,18,-1,-1,75,75,0,0,0,0,0,0,0,0,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44448,11,2,-1,'Nerubian Reinforced Quiver',56653,3,32768,0,1,150000,37500,18,-1,-1,75,75,0,0,0,0,0,0,0,0,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44449,0,6,-1,'Scroll of Enchant Boots - Assault',811,1,268435520,0,1,0,0,0,-1,-1,71,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60606,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44450,12,0,-1,'Hourglass of Eternity',43101,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60808,0,0,0,210000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44452,7,12,-1,'Runed Titanium Rod',56657,3,1088,0,1,160000,40000,0,-1,-1,81,0,333,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Can also serve as any lesser runed enchanting rod.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,190,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44453,0,6,-1,'Scroll of Enchant Weapon - Greater Potency',811,3,268435520,0,1,0,0,0,-1,-1,71,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60621,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44455,0,6,-1,'Scroll of Enchant Shield - Greater Intellect',811,1,268435520,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60653,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44456,0,6,-1,'Scroll of Enchant Cloak - Speed',811,1,268435520,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60609,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44457,0,6,-1,'Scroll of Enchant Cloak - Major Agility',811,1,268435520,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60663,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44458,0,6,-1,'Scroll of Enchant Gloves - Crusher',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60668,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44459,12,0,-1,'Cult of the Damned Research - Page 1',7629,1,1088,0,1,10000,2500,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60679,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'One of three pages detailing a cult theorem.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44460,12,0,-1,'Cult of the Damned Research - Page 2',7629,1,1088,0,1,10000,2500,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60680,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'One of three pages detailing a cult theorem.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44461,12,0,-1,'Cult of the Damned Research - Page 3',7629,1,1088,0,1,10000,2500,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60681,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'One of three pages detailing a cult theorem.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44462,12,0,-1,'Cult of the Damned Thesis',56665,1,0,0,1,10000,2500,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The thesis is entitled, \'Empowering Alumeth\'.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44463,0,6,-1,'Scroll of Enchant 2H Weapon - Massacre',811,3,268435520,0,1,0,0,0,-1,-1,79,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60691,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44464,15,0,0,'Crude Eating Utensils',56667,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'There is no spoon.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44465,0,6,-1,'Scroll of Enchant Chest - Powerful Stats',811,1,268435520,0,1,0,0,0,-1,-1,79,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60692,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44466,0,6,-1,'Scroll of Enchant Weapon - Superior Potency',811,3,268435520,0,1,0,0,0,-1,-1,79,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60707,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44467,0,6,-1,'Scroll of Enchant Weapon - Mighty Spellpower',811,3,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60714,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44468,15,0,-1,'Water Soaked Letter',7695,0,0,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The water damage will make this letter very hard to read.',3543,0,1,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44469,0,6,-1,'Scroll of Enchant Boots - Greater Assault',811,1,268435520,0,1,0,0,0,-1,-1,72,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60763,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44470,0,6,-1,'Scroll of Enchant Bracer - Superior Spellpower',811,1,268435520,0,1,0,0,0,-1,-1,71,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60767,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44471,9,8,-1,'Formula: Enchant Cloak - Mighty Armor',56741,2,4160,0,1,0,0,0,-1,-1,70,0,333,430,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47672,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to give 225 additional armor. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44472,9,8,-1,'Formula: Enchant Cloak - Greater Speed',56741,2,4160,0,1,0,0,0,-1,-1,70,0,333,430,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47898,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase haste rating by 23. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44473,9,8,-1,'Formula: Enchant Weapon - Scourgebane',56750,3,4160,0,1,0,0,0,-1,-1,70,0,333,430,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44595,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a two-handed melee weapon to increase attack power against Undead by 140. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44474,12,0,0,'Fordragon\'s Shield',9429,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44475,7,11,-1,'Reinforced Crate',11448,1,4,0,1,80,20,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44476,12,0,-1,'Alumeth\'s Skull',58369,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60824,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The skull begins deteriorating as you take it from the chest.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44477,12,0,-1,'Alumeth\'s Heart',4826,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60820,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The heart begins to wither away as you remove it from the chest.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44478,12,0,-1,'Alumeth\'s Scepter',58371,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60823,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The scepter starts decomposing as you take it from the chest.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44479,12,0,-1,'Alumeth\'s Robes',58370,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60822,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The robes begin to fray as you take them from the chest.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44480,12,0,-1,'Alumeth\'s Remains',56780,1,64,0,1,10000,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60831,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44481,0,0,0,'Grindgear Toy Gorilla',34389,1,0,0,1,4500,1125,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60832,0,-1,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Now With Jungle Jumping Action!',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44482,0,0,0,'Trusty Copper Racer',56790,2,0,0,1,3000,750,0,-1,-1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60838,0,-1,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Do you feel the need for speed?',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44483,9,8,-1,'Formula: Enchant 2H Weapon - Massacre',56750,3,4160,0,1,0,0,0,-1,-1,82,0,333,430,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60691,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a two-handed melee weapon to increase attack power by 110. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44484,9,8,-1,'Formula: Enchant Bracers - Greater Assault',56741,2,4160,0,1,0,0,0,-1,-1,82,0,333,430,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44575,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant bracers to increase attack power by 50. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44485,9,8,-1,'Formula: Enchant Gloves - Armsman',56741,2,4160,0,1,0,0,0,-1,-1,85,0,333,435,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,0,0,0,44625,6,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase threat caused by 2% and increase parry rating by 10. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44486,9,8,-1,'Formula: Enchant Weapon - Superior Potency',56750,3,4160,0,1,0,0,0,-1,-1,82,0,333,435,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60707,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to increase attack power by 65. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44487,9,8,-1,'Formula: Enchant Weapon - Mighty Spellpower',56750,3,4160,0,1,0,0,0,-1,-1,82,0,333,435,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60714,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to increase spell power by 63. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44488,9,8,-1,'Formula: Enchant Cloak - Wisdom',56741,2,4160,0,1,0,0,0,-1,-1,85,0,333,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,0,0,0,47899,6,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to reduce threat slightly and increase Spirit by 10. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44489,9,8,-1,'Formula: Enchant Chest - Powerful Stats',56741,2,4160,0,1,0,0,0,-1,-1,85,0,333,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,0,0,0,60692,6,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant chest armor to increase all stats by 10. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44490,9,8,-1,'Formula: Enchant Boots - Greater Assault',56741,2,4160,0,1,0,0,0,-1,-1,85,0,333,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,0,0,0,60763,6,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant boots to increase attack power by 32. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44491,9,8,-1,'Formula: Enchant Boots - Tuskarr\'s Vitality',56741,2,4160,0,1,0,0,0,-1,-1,85,0,333,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,0,0,0,47901,6,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant boots to give a minor movement speed increase and 15 Stamina. Requires a level 60 or higher level item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44492,9,8,-1,'Formula: Enchant Weapon - Berserking',56750,3,4160,0,1,0,0,0,-1,-1,82,0,333,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,59621,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to sometimes increase your attack power at the cost of reduced armor. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44493,0,6,-1,'Scroll of Enchant Weapon - Berserking',811,3,268435520,0,1,0,0,0,-1,-1,79,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59621,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44494,9,8,-1,'Formula: Enchant Weapon - Lifeward',56750,3,4160,0,1,0,0,0,-1,-1,82,0,333,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44576,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to sometimes heal the wielder when striking in melee. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44495,9,8,-1,'Formula: Enchant Weapon - Black Magic',56750,3,4160,0,1,0,0,0,-1,-1,82,0,333,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,59625,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to cause your harmful spells to sometimes increase haste rating. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44496,9,8,-1,'Formula: Enchant Weapon - Accuracy',56750,3,4160,0,1,0,0,0,-1,-1,82,0,333,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,59619,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to increase critical strike and hit rating by 25. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44497,0,6,-1,'Scroll of Enchant Weapon - Accuracy',811,3,268435520,0,1,0,0,0,-1,-1,73,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59619,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44498,9,8,-1,'Formula: Enchant Bracer - Superior Spellpower',56741,2,4160,0,1,0,0,0,-1,-1,85,0,333,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,0,0,0,60767,6,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant bracers to increase spell power by 30. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44499,7,1,0,'Salvaged Iron Golem Parts',36512,1,0,0,1,30000000,30000,0,-1,-1,80,0,202,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44500,7,1,0,'Elementium-plated Exhaust Pipe',18724,1,0,0,1,15000000,150000,0,-1,-1,80,0,202,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Limited Edition',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44501,7,1,0,'Goblin-machined Piston',56795,1,0,0,1,10000000,100000,0,-1,-1,80,0,202,450,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Sold exclusively by Roxi Ramrocket in K3.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44502,9,3,-1,'Schematic: Mechano-hog',1096,4,64,1,1,4000000,1000000,0,-1,-1,80,0,202,450,0,0,0,1052,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60866,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Mechano-hog.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44503,9,3,-1,'Schematic: Mekgineer\'s Chopper',1096,4,64,2,1,4000000,1000000,0,-1,-1,80,0,202,450,0,0,0,1037,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60867,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Mekgineer\'s Chopper.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44504,2,3,-1,'Nesingwary 4000',57236,4,0,0,1,700104,140020,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,38,78,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,472,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44505,2,15,-1,'Dustbringer',56796,3,0,0,1,659636,131927,13,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,219,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,60871,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Blade of the Crimson Landlord.',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44506,0,8,-1,'Saronite Arrow Maker',8928,1,64,0,1,30000,7500,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60875,0,-10,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44507,0,8,-1,'Ultrasafe Bullet Machine',11448,1,64,0,1,25000,6250,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60879,0,-10,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Accidents from using this device are down by nearly 17%!',0,0,0,0,0,2,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44508,9,6,0,'Discovery!',37858,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Randomly discover a new Alchemy recipe.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(44509,9,1,-1,'Pattern: Trapper\'s Traveling Pack',6270,3,64,0,1,50000,12500,0,-1,-1,75,0,165,415,0,0,0,1073,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,50970,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Trapper\'s Traveling Pack.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44510,9,1,-1,'Pattern: Mammoth Mining Bag',6270,3,64,0,1,50000,12500,0,-1,-1,75,0,165,415,0,0,0,1119,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,50971,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Mammoth Mining Bag.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44511,9,1,-1,'Pattern: Dragonscale Ammo Pouch',6270,3,64,0,1,50000,12500,0,-1,-1,75,0,165,415,0,0,0,1073,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60645,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Dragonscale Ammo Pouch.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44512,9,1,-1,'Pattern: Nerubian Reinforced Quiver',6270,3,64,0,1,50000,12500,0,-1,-1,75,0,165,415,0,0,0,1098,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60647,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Nerubian Reinforced Quiver.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44513,9,1,-1,'Pattern: Eviscerator\'s Facemask',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60697,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Eviscerator\'s Facemask.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44514,9,1,-1,'Pattern: Eviscerator\'s Shoulderpads',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60702,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Eviscerator\'s Shoulderpads.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44515,9,1,-1,'Pattern: Eviscerator\'s Chestguard',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60703,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Eviscerator\'s Chestguard.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44516,9,1,-1,'Pattern: Eviscerator\'s Bindings',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60704,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Eviscerator\'s Bindings.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44517,9,1,-1,'Pattern: Eviscerator\'s Gauntlets',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60705,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Eviscerator\'s Gauntlets.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44518,9,1,-1,'Pattern: Eviscerator\'s Waistguard',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60706,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Eviscerator\'s Waistguard.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44519,9,1,-1,'Pattern: Eviscerator\'s Legguards',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60711,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Eviscerator\'s Legguards.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44520,9,1,-1,'Pattern: Eviscerator\'s Treads',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60712,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Eviscerator\'s Treads.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44521,9,1,-1,'Pattern: Overcast Headguard',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60715,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Overcast Headguard.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44522,9,1,-1,'Pattern: Overcast Spaulders',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60716,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Overcast Spaulders.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44523,9,1,-1,'Pattern: Overcast Chestguard',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60718,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Overcast Chestguard.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44524,9,1,-1,'Pattern: Overcast Bracers',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60720,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Overcast Bracers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44525,9,1,-1,'Pattern: Overcast Handwraps',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60721,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Overcast Handwraps.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44526,9,1,-1,'Pattern: Overcast Belt',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60723,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Overcast Belt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44527,9,1,-1,'Pattern: Overcast Leggings',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60725,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Overcast Leggings.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44528,9,1,-1,'Pattern: Overcast Boots',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60727,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Overcast Boots.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44529,12,0,-1,'Demolisher Parts',8931,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44530,9,1,-1,'Pattern: Swiftarrow Helm',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60728,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Swiftarrow Helm.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44531,9,1,-1,'Pattern: Swiftarrow Shoulderguards',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60729,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Swiftarrow Shoulderguards.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44532,9,1,-1,'Pattern: Swiftarrow Hauberk',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60730,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Swiftarrow Hauberk.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44533,9,1,-1,'Pattern: Swiftarrow Bracers',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60731,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Swiftarrow Bracers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44534,9,1,-1,'Pattern: Swiftarrow Gauntlets',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60732,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Swiftarrow Gauntlets.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44535,9,1,-1,'Pattern: Swiftarrow Belt',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60734,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Swiftarrow Belt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44536,9,1,-1,'Pattern: Swiftarrow Leggings',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60735,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Swiftarrow Leggings.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44537,9,1,-1,'Pattern: Swiftarrow Boots',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60737,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Swiftarrow Boots.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44538,9,1,-1,'Pattern: Stormhide Crown',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60743,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Stormhide Crown.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44539,9,1,-1,'Pattern: Stormhide Shoulders',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60746,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Stormhide Shoulders.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44540,9,1,-1,'Pattern: Stormhide Hauberk',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60747,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Stormhide Hauberk.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44541,9,1,-1,'Pattern: Stormhide Wristguards',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60748,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Stormhide Wristguards.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44542,9,1,-1,'Pattern: Stormhide Grips',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60749,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Stormhide Grips.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44543,9,1,-1,'Pattern: Stormhide Belt',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60750,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Stormhide Belt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44544,9,1,-1,'Pattern: Stormhide Legguards',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60751,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Stormhide Legguards.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44545,9,1,-1,'Pattern: Stormhide Stompers',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60752,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Stormhide Stompers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44546,9,1,-1,'Pattern: Giantmaim Legguards',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60754,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Giantmaim Legguards.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44547,9,1,-1,'Pattern: Giantmaim Bracers',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60755,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Giantmaim Bracers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44548,9,1,-1,'Pattern: Revenant\'s Breastplate',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60756,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Revenant\'s Breastplate.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44549,9,1,-1,'Pattern: Revenant\'s Treads',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60757,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Revenant\'s Treads.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44550,9,1,-1,'Pattern: Trollwoven Spaulders',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60758,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Trollwoven Spaulders.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44551,9,1,-1,'Pattern: Trollwoven Girdle',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60759,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Trollwoven Girdle.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44552,9,1,-1,'Pattern: Earthgiving Legguards',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60760,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Earthgiving Legguards.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44553,9,1,-1,'Pattern: Earthgiving Boots',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60761,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Earthgiving Boots.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44554,15,5,-1,'Flying Carpet',58859,3,0,0,1,0,0,0,262143,32767,60,60,197,300,34090,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61451,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teaches you how to summon this rug. Can only be used in Outland or Northrend.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44558,15,5,-1,'Magnificent Flying Carpet',59464,4,0,0,1,2000000,0,0,-1,-1,70,70,197,425,34091,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61309,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this rug. Can only be summoned in Outland or Northrend. This is a very fast rug.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44559,9,1,-1,'Pattern: Fur Lining - Fire Resist',6270,3,33554496,0,1,0,0,0,-1,-1,80,0,165,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57692,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Fur Lining - Fire Resist.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44560,9,1,-1,'Pattern: Fur Lining - Frost Resist',6270,3,33554496,0,1,0,0,0,-1,-1,80,0,165,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57694,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Fur Lining - Frost Resist.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44561,9,1,-1,'Pattern: Fur Lining - Shadow Resist',6270,3,33554496,0,1,0,0,0,-1,-1,80,0,165,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57696,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Fur Lining - Shadow Resist.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44562,9,1,-1,'Pattern: Fur Lining - Nature Resist ',6270,3,33554496,0,1,0,0,0,-1,-1,80,0,165,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57699,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Fur Lining - Nature Resist.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44565,9,6,-1,'Recipe: Mighty Fire Protection Potion',15274,2,33554496,0,1,34000,8500,0,-1,-1,75,0,171,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53939,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Mighty Fire Protection Potion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44566,9,6,-1,'Recipe: Mighty Frost Protection Potion',15274,2,33554496,0,1,34000,8500,0,-1,-1,75,0,171,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53937,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Mighty Frost Protection Potion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44567,9,6,-1,'Recipe: Mighty Nature Protection Potion',15274,2,33554496,0,1,34000,8500,0,-1,-1,75,0,171,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53942,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Mighty Nature Protection Potion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44568,9,6,-1,'Recipe: Mighty Shadow Protection Potion',15274,2,33554496,0,1,34000,8500,0,-1,-1,75,0,171,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53938,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Mighty Shadow Protection Potion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44569,12,0,-1,'Key to the Focusing Iris',31029,4,0,0,1,0,0,0,-1,-1,1,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This magical jewel is perfectly formed into the likeness of a blue dragon\'s eye.',0,0,0,13372,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44570,0,5,-1,'Glass of Eversong Wine',18060,1,0,0,1,50,12,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11007,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44571,0,5,-1,'Bottle of Silvermoon Port',18114,1,0,0,1,150,37,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11008,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44573,0,5,-1,'Cup of Frog Venom Brew',21845,1,0,0,1,1500,375,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44574,0,5,-1,'Skin of Mulgore Firewater',40852,1,0,0,1,2000,500,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44575,0,5,-1,'Flask of Bitter Cactus Cider',18059,1,0,0,1,120,30,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11008,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44576,0,0,0,'Bright Flare',39448,1,65600,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60983,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44577,12,0,-1,'Heroic Key to the Focusing Iris',31029,4,0,0,1,0,0,0,-1,-1,1,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This magical jewel is perfectly formed into the likeness of a blue dragon\'s eye.',0,0,0,13375,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44579,4,0,-1,'Medallion of Heroism',23716,3,32768,0,1,0,0,12,-1,-1,146,0,0,0,0,0,0,0,3,1,1,0,1,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60986,0,0,0,120000,1155,120000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44581,13,0,-1,'Heroic Key to the Focusing Iris',31029,4,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61004,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44582,13,0,-1,'Key to the Focusing Iris',31029,4,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61003,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44583,4,2,-1,'Warchief\'s Legguards of Brutality',56868,3,0,0,1,261165,52233,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,4,38,94,7,39,3,47,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44584,9,1,-1,'Pattern: Polar Vest',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60996,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Polar Vest.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44585,9,1,-1,'Pattern: Polar Cord',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60997,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Polar Cord.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44586,9,1,-1,'Pattern: Polar Boots',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60998,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Polar Boots.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44587,9,1,-1,'Pattern: Icy Scale Chestguard',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60999,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Icy Scale Chestguard.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44588,9,1,-1,'Pattern: Icy Scale Belt',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,61000,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Icy Scale Belt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44589,9,1,-1,'Pattern: Icy Scale Boots',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,61002,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Icy Scale Boots.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44590,4,3,-1,'Warchief\'s Leggings of Foresight',56876,3,0,0,1,313398,62679,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,5,3,47,7,38,5,33,38,70,36,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44591,4,3,-1,'Wrynn\'s Leggings of Foresight',56876,3,0,0,1,338534,67706,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,5,3,47,7,38,5,33,38,70,36,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44592,4,3,-1,'Wrynn\'s Leggings of Valor',56869,3,0,0,1,339717,67943,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,4,45,54,7,52,5,46,43,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44593,4,1,-1,'Wrynn\'s Leggings of Wisdom',56870,3,0,0,1,227289,45457,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,4,45,55,7,34,5,35,36,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44594,4,2,-1,'Wrynn\'s Legguards of Brutality',56868,3,0,0,1,285124,57024,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,4,38,94,7,39,3,47,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44595,4,2,-1,'Wrynn\'s Legguards of Heroism',56871,3,0,0,1,286137,57227,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,4,45,55,7,34,5,46,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44596,4,4,-1,'Wrynn\'s Legplates of Carnage',56872,3,0,0,1,401972,80394,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,4,37,32,65,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1438,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44597,4,0,-1,'Medallion of Heroism',23716,3,32768,0,1,0,0,12,-1,-1,146,0,0,0,0,0,0,0,3,1,1,0,1,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60986,0,0,0,120000,1155,120000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44602,9,0,-1,'Tome of Dalaran Intellect',3426,2,64,0,1,4750000,1187500,0,31360,-1,80,80,0,0,27126,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,61024,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Arcane Intellect with a Dalaran flair.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44605,15,1,-1,'Wild Spineleaf',56881,1,0,0,1,5000,1250,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44606,0,0,0,'Toy Train Set',58017,3,64,0,1,2500000,625000,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61031,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'All Aboard!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44607,0,5,-1,'Aged Dalaran Sharp',6372,1,0,0,1,3200,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,3,0,0,0,12340),(44608,0,5,-1,'Dalaran Swiss',40841,1,0,0,1,1700,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,3,0,0,0,12340),(44609,0,5,-1,'Fresh Dalaran Bread Slice',6413,1,0,0,1,1700,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340),(44610,0,0,0,'Fresh Dalaran Bread',6343,1,64,0,1,85000,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61038,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44612,0,0,0,'Dalaran Swiss Wheel',6425,1,64,0,1,85000,2125,0,-1,-1,75,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61035,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44613,0,0,0,'Aged Dalaran Sharp Wheel',40695,1,64,0,1,160000,4000,0,-1,-1,85,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61033,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44614,15,1,-1,'Starleaf Seed',7287,1,0,0,1,7000,1750,0,-1,-1,79,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44615,15,1,-1,'Devout Candle',28859,1,0,0,1,2000,500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44616,0,5,-1,'Glass of Dalaran White',47919,1,0,0,1,1500,375,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11007,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44617,0,5,-1,'Glass of Dalaran Red',18060,1,0,0,1,2000,500,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11008,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44618,0,5,-1,'Glass of Aged Dalaran Red',18060,2,0,0,1,10000,500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11008,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Improved with age.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44621,0,0,0,'Bottle of Dalaran White',18080,1,64,0,1,75000,1875,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61047,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44622,0,0,0,'Cask of Dalaran White',47356,1,64,0,1,375000,9375,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61052,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44623,0,0,0,'Bottle of Dalaran Red',18078,1,65600,0,1,100000,2500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61045,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Improves with age.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,31536000,0,0,'',0,0,0,0,1,12340),(44625,0,0,0,'Bottle of Aged Dalaran Red',18079,2,65600,0,1,500000,2500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61050,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Improves with age.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,31536000,0,0,'',0,0,0,0,1,12340),(44626,0,0,0,'Cask of Aged Dalaran Red',8383,2,65600,0,1,2500000,12500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61057,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Improves with age.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,31536000,0,0,'',0,0,0,0,1,12340),(44631,12,0,-1,'Whelp Bone Dust',6371,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44632,0,0,0,'Cask of Dalaran Red',8383,1,65600,0,1,500000,12500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61053,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Improves with age.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,31536000,0,0,'',0,0,0,0,1,12340),(44635,2,3,3,'Dalaran Rifle',56908,1,0,0,1,115886,23177,26,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,84,0,0,0,0,0,0,0,0,0,0,0,1500,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44636,2,4,-1,'Dalaran Cudgel',56901,1,0,0,1,155103,31020,13,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,84,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44637,2,18,-1,'Dalaran Crossbow',56909,1,0,0,1,116757,23351,26,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,112,0,0,0,0,0,0,0,0,0,0,0,2000,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44638,2,7,-1,'Dalaran Sword',56903,1,0,0,1,156265,31253,13,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,78,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44639,2,8,-1,'Dalaran Greatsword',56902,1,0,0,1,196067,39213,17,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,153,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44640,2,1,-1,'Dalaran Great Axe',40300,1,0,0,1,196803,39360,17,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,131,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44641,2,13,-1,'Dalaran Knuckles',56907,1,0,0,1,158015,31603,21,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,73,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44642,2,0,-1,'Dalaran Axe',39387,1,0,0,1,158604,31720,21,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,84,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44643,2,2,-1,'Dalaran Bow',56904,1,0,0,1,119394,23878,15,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,90,0,0,0,0,0,0,0,0,0,0,0,1600,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44644,2,16,-1,'Dalaran Dart',26361,1,4194304,0,1,119394,29848,25,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,87,0,0,0,0,0,0,0,0,0,0,0,1200,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44645,2,5,-1,'Dalaran Hammer',56905,1,0,0,1,200443,40088,17,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,145,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44647,4,0,-1,'Violet Hat',57029,1,0,0,1,550001,110000,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44648,4,0,-1,'Purple Turban',57033,1,0,0,1,999999,199999,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44649,4,4,-1,'Crystalbark\'s Toenail',56883,3,0,0,1,213366,42673,10,262143,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,309,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44650,12,0,-1,'Heart of Magic',13291,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s not actually Malygos\'s heart. Rather it\'s an object of incredible power that Alexstrasza retrieved from his body.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44651,12,0,-1,'Heart of Magic',13291,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s not actually Malygos\'s heart. Rather it\'s an object of incredible power that Alexstrasza retrieved from his body.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44652,2,15,-1,'Dalaran Dagger',39978,1,0,0,1,152732,30546,13,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,73,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44653,12,0,0,'Volatile Acid',37850,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60428,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44654,2,6,-1,'Dalaran Spear',56910,1,0,0,1,192387,38477,17,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,145,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44655,2,10,-1,'Dalaran Stave',56912,1,0,0,1,193123,38624,17,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,145,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44657,4,0,-1,'Torque of the Red Dragonflight',31899,4,0,0,1,302495,75623,2,32767,-1,213,0,0,0,0,0,0,0,0,0,1,0,5,45,56,7,42,5,43,32,30,43,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3198,0,375,0,0,0,0,'',69,0,0,0,0,12340),(44658,4,0,-1,'Chain of the Ancient Wyrm',39212,4,0,0,1,302495,75623,2,32767,-1,213,0,0,0,0,0,0,0,0,0,1,0,5,45,56,7,42,5,43,36,37,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3198,0,375,0,0,0,0,'',69,0,0,0,0,12340),(44659,4,0,-1,'Pendant of the Dragonsworn',31604,4,0,0,1,302495,75623,2,32767,-1,213,0,0,0,0,0,0,0,0,0,1,0,5,38,96,3,38,7,55,32,35,44,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340),(44660,4,0,-1,'Drakescale Collar',9658,4,0,0,1,302495,75623,2,32767,-1,213,0,0,0,0,0,0,0,0,0,1,0,5,4,56,7,72,12,25,14,30,15,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340),(44661,4,0,-1,'Wyrmrest Necklace of Power',6490,4,0,0,1,320008,80002,2,32767,-1,226,0,0,0,0,0,0,0,0,0,1,0,5,45,64,7,46,5,48,36,43,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3198,0,375,0,0,0,0,'',69,0,0,0,0,12340),(44662,4,0,-1,'Life-Binder\'s Locket',23713,4,0,0,1,320008,80002,2,32767,-1,226,0,0,0,0,0,0,0,0,0,1,0,5,45,64,7,46,5,48,32,35,43,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3198,0,375,0,0,0,0,'',69,0,0,0,0,12340),(44663,15,0,-1,'Abandoned Adventurer\'s Satchel',56915,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,150000,250000,0,12340),(44664,4,0,-1,'Favor of the Dragon Queen',39210,4,0,0,1,320008,80002,2,32767,-1,226,0,0,0,0,0,0,0,0,0,1,0,5,38,110,3,42,7,63,32,41,44,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340),(44665,4,0,-1,'Nexus War Champion Beads',9854,4,0,0,1,320008,80002,2,32767,-1,226,0,0,0,0,0,0,0,0,0,1,0,5,4,63,7,94,12,28,14,34,15,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340),(44666,4,2,-1,'Flumblub\'s Seat Cushion',55359,3,0,0,1,299787,59957,5,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,453,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,307,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44667,4,1,-1,'Mammoth-Hair Crown',56924,3,0,0,1,185225,37045,1,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,306,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44668,4,1,-1,'Egg-Warming Blanket',56927,3,0,0,1,226171,45234,20,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,306,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44669,4,3,-1,'Worgen-Scored Shackles',56929,3,0,0,1,186541,37308,9,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,308,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44670,4,4,-1,'Soul-Sealed Belt',56930,3,0,0,1,198759,39751,6,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1013,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,309,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44671,4,3,-1,'Highlord\'s Padded Legguards',56937,3,0,0,1,355170,71034,7,-1,-1,167,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,308,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44672,4,2,-1,'Seal-Fur Spaulders',56943,3,0,0,1,221981,44396,3,-1,-1,167,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,307,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44673,4,1,-1,'Mammoth-Riding Boots',56951,3,0,0,1,179391,35878,8,-1,-1,167,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,306,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44674,4,1,-1,'Ichor-Stained Wraps',56953,3,0,0,1,118390,23678,9,-1,-1,167,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,306,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44675,4,3,-1,'Rock-Giant\'s Pinky Cover',56958,3,0,0,1,180750,36150,10,-1,-1,167,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,664,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,308,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44676,4,2,-1,'Syreian\'s Leggings',56963,3,0,0,1,302399,60479,7,-1,-1,167,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,307,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44677,4,4,-1,'Eternal Observer\'s Legplates',56964,3,0,0,1,430610,86122,7,-1,-1,174,74,0,0,0,0,0,0,0,0,1,0,1,37,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,309,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44678,4,0,-1,'Wine Glass',56981,1,0,0,1,50000,12500,23,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44679,4,0,-1,'Red Wine Glass',56995,1,0,0,1,100000,25000,23,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Enchanted wine glasses never spill.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44680,15,4,0,'Assorted Writings',56982,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Random scrolls and vellum.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(44681,4,0,-1,'Titanium Brain-Gear',3258,3,524288,0,1,196562,49140,11,-1,-1,183,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44682,4,0,-1,'Time-Forward Talisman',45351,3,0,0,1,196562,49140,2,-1,-1,183,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,10,0,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44683,4,0,-1,'King\'s Eyesocket',34336,3,524288,0,1,188479,47119,11,-1,-1,175,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44684,16,8,0,'Glyph of Frostfire',58830,1,64,0,1,400,100,0,128,2147483647,75,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61206,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44685,4,3,-1,'Calcified Web Spaulders',51883,3,0,0,1,279549,55909,3,-1,-1,175,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,837,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,308,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44686,4,2,-1,'Ethereal Terror Handwraps',56988,3,0,0,1,168219,33643,10,-1,-1,175,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,307,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44687,4,1,-1,'Loque\'Nahak\'s Pelt',51733,3,0,0,1,185541,37108,16,-1,-1,175,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44688,4,0,-1,'Loque\'Nahak\'s Severed Fang',39432,3,0,0,1,192521,48130,2,-1,-1,175,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44689,15,5,-1,'Armored Snowy Gryphon',39239,4,0,2,1,20000000,0,0,262143,1101,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61229,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44690,15,5,-1,'Armored Blue Wind Rider',59468,4,0,1,1,20000000,0,0,262143,690,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61230,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44691,4,4,-1,'Aotona\'s Collar',51899,3,0,0,1,217702,43540,9,-1,-1,175,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,309,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44692,4,0,-1,'Dalaran Nurse\'s Gown',57042,1,0,0,1,749998,149999,20,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44693,4,0,-1,'Wound Dressing',50486,1,0,0,1,200000,50000,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44694,4,0,-1,'Antiseptic-Soaked Dressing',57043,1,0,0,1,250000,62500,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44695,4,4,-1,'Corroded Faceguard',51904,3,0,0,1,343965,68793,1,-1,-1,183,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,309,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44696,4,2,-1,'Giant\'s Toewrap',56516,3,0,0,1,161248,32249,9,-1,-1,183,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,307,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44697,4,3,-1,'Val\'kyr Vestments',57051,3,0,0,1,386997,77399,5,-1,-1,183,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,308,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44698,0,0,0,'Intravenous Healing Potion',57052,1,64,0,1,27000,6750,0,-1,-1,85,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61247,0,-1,0,180000,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44700,7,11,-1,'Brooding Darkwater Clam',7714,1,68,0,1,2500,625,0,-1,-1,75,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This one refuses to stack with others.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44701,12,0,-1,'Arcanum of the Savage Gladiator',40395,7,134217792,2,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,0,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61271,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44702,12,0,-1,'Arcanum of the Savage Gladiator',40395,7,134217792,1,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,0,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61271,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44703,2,15,-1,'Dark Herring',57080,2,0,0,1,590415,118083,13,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,1,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,271,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Herring seeks your life!',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340),(44704,12,0,0,'Charged Disk',16265,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55197,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44708,2,5,-1,'Dirkee\'s Superstructure',31265,3,0,0,1,901496,180299,17,-1,-1,187,80,0,0,0,0,0,0,0,0,1,0,4,7,99,32,44,38,114,44,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,412,618,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44709,9,0,-1,'Tome of Polymorph: Black Cat',1103,3,64,0,1,25000000,6250000,0,31360,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,61305,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Polymorph: Black Cat.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44710,12,0,-1,'Wyrmrest Commendation Badge',57168,2,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61308,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44711,12,0,-1,'Argent Crusade Commendation Badge',35620,2,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61311,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44713,12,0,-1,'Ebon Blade Commendation Badge',23721,2,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61312,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44714,9,0,-1,'Tome of Dalaran Brilliance',3426,2,64,0,1,5000000,1250000,0,31360,-1,80,80,0,0,27127,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,61316,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Arcane Brilliance with a Dalaran flair.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44716,0,0,0,'Mysterious Fermented Liquid',21845,1,0,0,1,20000,5000,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11629,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'You\'d be crazy to drink this.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44717,0,0,0,'Disgusting Jar',37845,1,65600,0,1,30000,7500,0,-1,-1,1,1,0,0,0,0,0,1104,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This jar is fermenting into something potent.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,590400,0,0,'item_disgusting_jar',0,0,0,0,1,12340),(44718,0,0,0,'Ripe Disgusting Jar',37861,1,68,0,1,10000,2500,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The jar is ready!',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44719,4,0,-1,'Frenzyheart Brew',57578,3,32768,0,1,18475,4618,0,-1,-1,75,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61340,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44721,15,2,0,'Proto-Drake Whelp',57246,1,0,0,1,10000,2500,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,1000,0,-1,61350,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon and dismiss this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44722,0,5,-1,'Aged Yolk',57242,1,0,0,1,3200,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Smells a little funny...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44723,15,2,-1,'Nurtured Penguin Egg',59502,3,32768,0,1,120000,30000,0,-1,-1,20,0,0,0,0,0,0,1073,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,61357,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon Pengu.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44724,12,0,0,'Everfrost Chip',36861,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'So cold it burns...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44725,12,0,0,'Everfrost Chip',36861,1,0,0,1,0,0,0,-1,-1,77,77,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,13420,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44729,12,0,0,'Everfrost Powder',38477,0,0,0,1,50000,12500,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44731,4,0,-1,'Bouquet of Ebon Roses',6487,2,0,0,1,0,0,23,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61415,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44732,4,2,-1,'Azure Dragonleather Helm',57302,3,0,0,1,250013,50002,1,-1,-1,183,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,307,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44734,2,4,-1,'Hammer of Quiet Mourning',57332,3,0,0,1,618473,123694,21,262143,2147483647,175,0,0,0,0,0,0,0,0,0,1,0,4,7,39,12,19,13,15,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,233,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44735,2,0,-1,'Crescent of Brooding Fury',57334,3,0,0,1,646420,129284,13,262143,2147483647,175,0,0,0,0,0,0,0,0,0,1,0,4,7,39,4,20,37,14,12,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,378,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44736,2,7,-1,'Sword of Heartwrenching Slaughter',52928,3,0,0,1,648819,129763,13,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,7,39,14,18,4,25,13,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,247,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44737,4,0,0,'Draenic Silk Robes',57337,1,0,0,1,500005,100001,20,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Hand-sewn with love by Modoru\'s grandmother.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44738,15,2,0,'Kirin Tor Familiar',57375,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,61472,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Who knew he was so into books?',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44739,7,3,-1,'Diamond-cut Refractor Scope',57360,1,64,0,1,140000,35000,0,-1,-1,75,70,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61468,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44740,4,2,-1,'Mechanized Snow Goggles',45782,3,0,0,1,257468,51493,1,-1,-1,183,0,202,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,61477,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,0,0,0,3000,0,-1,2,'',0,0,0,0,0,7,0,0,361,0,0,60,0,0,128,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44741,4,3,-1,'Mechanized Snow Goggles',45782,3,0,0,1,310088,62017,1,-1,-1,183,0,202,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,940,0,0,0,0,0,0,0,0,0,61477,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,0,0,0,3000,0,-1,2,'',0,0,0,0,0,7,0,0,362,0,0,70,0,0,128,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44742,4,4,-1,'Mechanized Snow Goggles',45782,3,0,0,1,362392,72478,1,-1,-1,183,0,202,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,61477,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,0,0,0,3000,0,-1,2,'',0,0,0,0,0,7,0,0,363,0,0,80,0,0,128,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44743,4,1,-1,'Cultist Acolyte\'s Hood Target',15337,1,0,0,1,3772,754,1,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44745,2,7,-1,'Blade of the Empty Void',57384,3,0,0,1,666689,133337,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,41,14,14,4,24,12,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,231,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44746,2,15,-1,'Knife of the Tarnished Soul',49373,3,0,0,1,615157,123031,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,29,3,25,32,19,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,260,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(44747,2,4,-1,'Hammer of Wrenching Change',57385,3,0,0,1,615157,123031,21,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,5,5,25,43,10,7,36,32,14,45,279,0,0,0,0,0,0,0,0,0,0,0,0,64,204,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,-47,0,0,0,'',54,0,0,0,0,12340),(44748,2,10,-1,'Stave of Youthful Sorrow',50535,3,0,0,1,768947,153789,17,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,5,31,44,32,67,7,52,5,53,45,279,0,0,0,0,0,0,0,0,0,0,0,0,212,391,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,-47,0,0,0,'',54,0,0,0,0,12340),(44749,0,5,-1,'Salted Yeti Cheese',50876,1,0,0,1,8500,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,3,0,0,0,12340),(44750,0,5,-1,'Mountain Water',57416,1,0,0,1,6400,320,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44751,0,0,0,'Hyldnir Spoils',32231,1,65540,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44752,15,0,-1,'Coarse Bear Tail',57467,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44753,15,0,-1,'Vicious Incisors',57468,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44756,15,0,-1,'Coagulated Slime',8283,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44757,15,0,-1,'Stretched Segments',57470,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44758,15,0,-1,'Icy Spinneret',57471,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44759,15,0,-1,'Acid-Drenched Fangs',57468,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44762,15,0,-1,'Fat-Stained Fur',57467,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44763,15,0,-1,'Chunky Horn',7134,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44764,15,0,-1,'Wiry Tail Hair',18092,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44765,15,0,-1,'Dented Hoof',37654,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44766,15,0,-1,'Slime-Drenched Scale',28257,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44767,15,0,-1,'Gelid Nerve Fluid',53565,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44768,15,0,-1,'Bristly Tail Hair',18092,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44769,15,0,-1,'Split Hoof',37654,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44770,15,0,-1,'Rent Carapace',23332,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44771,15,0,-1,'Spiked Leg',35014,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44772,15,0,-1,'Stinking Fur',18092,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44773,15,0,-1,'Pearly Horn',57474,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44774,15,0,-1,'Ice-Piercing Thorn',30601,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44775,15,0,-1,'Revolting Flower',33239,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44776,15,0,-1,'Translucent Scale',57475,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44777,15,0,-1,'Spiral Fang',57476,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44778,15,0,-1,'Hefty Barrel',8381,0,0,0,1,19900,4975,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44779,15,0,-1,'Swatch of Gorilla Hair',29087,0,0,0,1,6259,1564,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44780,15,0,-1,'Sharpened Raptor Talon',57477,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44781,15,0,-1,'Sparkly Raptor War Feather',19569,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44782,15,0,-1,'Bent Raptor Talon',57477,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44783,15,0,-1,'Blood-Soaked Raptor War Feather',41153,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44784,12,0,0,'Cultist Acolyte\'s Hood',57488,1,65600,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61131,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44789,12,0,0,'Crusader Bridenbrad\'s Tabard',21333,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44790,12,0,0,'Emerald Acorn',7287,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44808,12,0,-1,'Imbued Horde Armor',54629,1,2048,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The soldier\'s essence lingers on the armor.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44809,12,0,0,'Horde Herb Pouch',57519,1,16844800,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Fragrant and fragile',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44815,0,6,-1,'Scroll of Enchant Bracers - Greater Assault',811,1,268435520,0,1,0,0,0,-1,-1,71,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44575,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44819,15,2,-1,'Baby Blizzard Bear',59467,1,134217792,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,0,0,-1,0,-1,61855,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(34000,4,0,-1,'Flimsy Female Blood Elf Mask',50842,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(36642,2,3,-1,'Flintlock Gun',18405,2,0,0,1,301908,60381,26,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,264,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340),(37586,15,0,-1,'Handful of Candy',49839,1,131078,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38175,2,7,-1,'The Horseman\'s Blade',31419,4,64,0,1,599469,119893,21,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,2,3,14,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,308,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,15811,1,0,0,-1,0,-1,50070,0,0,0,600000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Soldiers arise, stand and fight!',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340),(38633,2,1,1,'Greataxe of the Ebon Blade',50966,3,32768,0,1,184,36,17,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,22,7,30,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,247,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38707,2,8,8,'Runed Soulblade',51427,3,32768,0,1,174,34,17,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,2,4,29,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,214,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43986,15,5,-1,'Reins of the Black Drake',57480,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59650,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44254,4,0,-1,'Darkmoon Card: Greatness',56181,4,528448,0,1,429375,107343,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,6,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44255,4,0,-1,'Darkmoon Card: Greatness',56181,4,528448,0,1,429375,107343,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,5,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44160,15,5,-1,'Reins of the Red Proto-Drake',56308,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59961,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35401,12,0,-1,'The Greatmother\'s Soulcatcher',48791,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46485,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44185,12,0,-1,'Demons Deck',31755,3,64,0,1,0,0,0,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56894,0,0,0,300000,1232,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43504,15,0,-1,'Winter Veil Gift',29902,1,4,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43349,4,0,-1,'Tabard of Brute Force',54723,4,32768,0,1,0,0,19,262143,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44707,15,5,-1,'Reins of the Green Proto-Drake',56308,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61294,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44914,4,0,-1,'Anvil of Titans',57709,4,4096,0,1,0,0,12,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,1,35,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62115,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44900,4,1,-1,'Titan-Forged Slippers of Salvation',55654,4,4096,0,1,0,0,8,400,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,36,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2878,0,375,0,0,0,0,'',68,0,0,0,0,12340),(40714,4,10,-1,'Sigil of the Unfaltering Knight',51913,4,4096,0,1,0,0,28,32,2147483647,200,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62147,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44963,0,6,-1,'Earthen Leg Armor',31387,4,36928,0,1,80000,20000,0,262143,32767,80,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62447,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(23817,9,3,-1,'Schematic: Titanium Toolbox',1325,1,64,0,1,80000,20000,0,-1,-1,75,0,202,405,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,30349,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Titanium Toolbox.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44955,16,8,0,'Glyph of Arcane Blast',58830,1,64,0,1,400,100,0,128,2147483647,64,64,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62353,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44928,16,11,0,'Glyph of Focus',58828,1,64,0,1,400,100,0,1024,2147483647,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62161,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44923,16,7,0,'Glyph of Thunderstorm',58838,1,64,0,1,400,100,0,64,2147483647,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62133,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44922,16,11,0,'Glyph of Typhoon',58827,1,64,0,1,400,100,0,1024,2147483647,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62134,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44910,4,1,-1,'Titan-Forged Hood of Dominance',57706,4,4096,0,1,0,0,1,400,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,31,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,2,0,0,0,3821,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44912,4,0,-1,'Flow of Knowledge',39984,4,4096,0,1,0,0,12,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,1,35,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62114,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44893,4,2,-1,'Titan-Forged Boots of Triumph',55749,4,4096,0,1,0,0,8,1032,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,38,66,3,58,7,76,44,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,375,0,0,0,0,'',68,0,0,0,0,12340),(41781,9,10,-1,'Design: Misty Forest Emerald',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54003,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Misty Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44897,4,3,-1,'Titan-Forged Sabatons of Salvation',56949,4,4096,0,1,0,0,8,64,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,33,45,68,36,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,862,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44909,4,1,-1,'Titan-Forged Hood of Salvation',57707,4,4096,0,1,0,0,1,400,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,36,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,2,0,0,0,3352,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44953,0,5,-1,'Worg Tartare',25466,1,0,0,1,1600,400,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57359,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340),(40875,4,10,-1,'Sigil of Arthritic Binding',51913,3,4096,0,1,0,0,28,32767,-1,150,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44903,4,3,-1,'Titan-Forged Chain Helm of Triumph',57526,4,4096,0,1,0,0,1,68,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,6,38,88,3,60,7,103,5,29,31,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,2,0,0,0,2843,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44898,4,3,-1,'Titan-Forged Sabatons of Triumph',55652,4,4096,0,1,0,0,8,68,32767,200,80,0,0,0,0,0,0,0,0,1,0,6,38,50,3,44,7,76,5,36,31,44,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,862,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44895,4,4,-1,'Titan-Forged Greaves of Triumph',55650,4,4096,0,1,0,0,8,35,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,99,31,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1541,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2878,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44894,4,4,-1,'Titan-Forged Greaves of Salvation',55651,4,4096,0,1,0,0,8,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,33,45,68,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1541,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2878,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44943,0,0,0,'Icy Prism',2516,3,65540,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Several dazzling gems hide inside....',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44899,4,1,-1,'Titan-Forged Slippers of Dominance',55653,4,4096,0,1,0,0,8,400,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,31,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2878,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44937,9,4,-1,'Plans: Titanium Plating',6270,3,64,2,1,150000,0,0,-1,-1,80,0,164,450,0,0,0,1037,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,62202,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Titanium Plating.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44936,0,6,-1,'Titanium Plating',57753,3,36928,0,1,120000,30000,0,262143,32767,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62201,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44938,9,4,-1,'Plans: Titanium Plating',6270,3,64,1,1,150000,0,0,-1,-1,80,0,164,450,0,0,0,1052,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,62202,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Titanium Plating.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40822,4,10,-1,'Sigil of the Frozen Conscience',51913,3,4096,0,1,0,0,28,32767,-1,150,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54800,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(44902,4,4,-1,'Titan-Forged Plate Helm of Triumph',55311,4,4096,0,1,0,0,1,35,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,133,31,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,2787,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44920,16,8,0,'Glyph of Blast Wave',58831,1,64,0,1,400,100,0,128,2147483647,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62127,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41778,9,10,-1,'Design: Resolute Monarch Topaz',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54023,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Resolute Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44931,4,2,-1,'Windripper Leggings',57748,4,0,0,1,506836,101367,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,105,7,78,5,64,32,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44930,4,2,-1,'Windripper Boots',57749,4,0,0,1,378803,75760,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,77,7,57,5,48,32,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44918,9,3,-1,'Schematic: Cluster Launcher',15274,2,64,0,1,0,4000,0,-1,-1,55,0,202,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,26443,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Firework Cluster Launcher.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44919,9,3,-1,'Schematic: Firework Launcher',15274,2,64,0,1,0,875,0,-1,-1,45,0,202,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,26442,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Firework Launcher.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41788,9,10,-1,'Design: Beaming Earthsiege Diamond',6270,3,64,0,1,320000,80000,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55405,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Beaming Earthsiege Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41780,9,10,-1,'Design: Champion\'s Monarch Topaz',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53977,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Champion\'s Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41777,9,10,-1,'Design: Etched Monarch Topaz',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53976,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Etched Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41783,9,10,-1,'Design: Purified Twilight Opal',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53966,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Purified Twilight Opal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41782,9,10,-1,'Design: Shining Forest Emerald',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54004,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Shining Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41785,9,10,-1,'Design: Tenuous Twilight Opal',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53964,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Tenuous Twilight Opal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41787,9,10,-1,'Design: Thundering Skyflare Diamond',6270,3,64,0,1,320000,80000,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55395,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Thundering Skyflare Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44950,12,0,0,'Raelorasz\' Spark',57760,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62272,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44890,12,0,-1,'To\'kini\'s Blowgun',14019,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62105,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43328,15,0,-1,'Extinguished Light of Hope',21469,0,0,0,1,2037,509,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43341,15,0,-1,'Unwarmed Shoes',54654,0,0,0,1,2037,509,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'These must have been chilly.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43329,15,0,-1,'Pigtail Holder',54653,0,0,0,1,2037,509,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43325,15,0,-1,'Frozen Eyelash',54649,0,0,0,1,2037,509,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44949,4,4,-1,'Unbreakable Healing Amplifiers',45782,4,0,0,1,527362,105472,1,-1,-1,200,72,202,400,0,0,0,0,0,0,1,0,4,45,87,7,55,5,60,32,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,12883,0,0,0,3000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,128,0,1,0,4,0,0,0,440,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44951,7,2,-1,'Box of Bombs',11449,1,4,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Contains Saronite Bombs. Lots of them.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44958,7,11,-1,'Ethereal Oil',18080,1,0,0,1,40,10,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62408,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44954,9,5,-1,'Recipe: Worg Tartare',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,62350,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to mince worg meat into Worg Tartare.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37340,9,8,-1,'Formula: Enchant Chest - Exceptional Resilience',56741,2,4160,0,1,0,0,0,-1,-1,82,0,333,410,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44588,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant chest armor to increase resilience rating by 20. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41784,9,10,-1,'Design: Sovereign Twilight Opal',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53962,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Sovereign Twilight Opal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43330,15,0,-1,'Broken U.L.O.S.E Button',12410,0,0,0,1,2037,509,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It didn\'t seem to work either. ',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43321,15,0,-1,'Crystallized Tear',35852,0,0,0,1,2037,509,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43333,15,0,-1,'Empty Hippogryph Harness',3673,0,0,0,1,2037,509,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'No flying away for you!',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43326,15,0,-1,'Tusk Warmer',54648,0,0,0,1,2037,509,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44957,12,0,-1,'Greater Inscription of the Gladiator',57782,4,4160,0,1,0,0,0,-1,-1,80,70,0,0,0,0,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62384,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44956,9,0,-1,'Goblin\'s Guide to Elementium',1317,3,33554496,0,1,80000,20000,0,-1,-1,60,0,186,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,22967,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to smelt Elementium.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44916,9,2,-1,'Pattern: Festival Dress',15274,2,64,0,1,0,1250,0,-1,-1,50,0,197,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,26403,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Festival Dress.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44917,9,2,-1,'Pattern: Festival Suit',15274,2,64,0,1,0,1250,0,-1,-1,50,0,197,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,26407,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Festival Suit.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44939,0,3,-1,'Lesser Flask of Resistance',37851,1,0,0,1,3500,875,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62380,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44921,12,0,-1,'Gundrak Raptor Egg',18050,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Something\'s moving around in there!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43953,15,5,-1,'Reins of the Blue Drake',56307,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59568,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(31575,4,3,-1,'Mistshroud Gauntlets',44201,3,0,0,1,26944,134722,10,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,5,0,0,203,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,1),(35205,9,2,-1,'Pattern: Hands of Eternal Light',7085,4,64,0,1,80000,20000,0,-1,-1,70,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46129,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Hands of Eternal Light.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(35214,9,1,-1,'Pattern: Gloves of Immortal Dusk',7085,4,64,0,1,80000,20000,0,-1,-1,75,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46134,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Gloves of Immortal Dusk.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(38588,4,0,-1,'Medallion of the Horde',37841,3,32768,1,1,0,0,12,32,-1,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43954,15,5,-1,'Reins of the Twilight Drake',57480,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59571,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44908,4,2,-1,'Titan-Forged Leather Helm of Triumph',57705,4,4096,0,1,0,0,1,1032,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,38,58,3,73,7,103,44,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,3314,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44905,4,3,-1,'Titan-Forged Ringmail Helm of Salvation',58223,4,4096,0,1,0,0,1,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,87,36,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,2,0,0,0,2854,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44904,4,3,-1,'Titan-Forged Mail Helm of Dominance',58223,4,4096,0,1,0,0,1,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,87,31,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,2,0,0,0,2854,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44896,4,3,-1,'Titan-Forged Sabatons of Dominance',56949,4,4096,0,1,0,0,8,64,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,33,45,68,31,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,862,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,375,0,0,0,0,'',68,0,0,0,0,12340),(21293,9,0,-1,'Tablet of Grace of Air Totem III',33585,3,64,0,1,400000,100000,0,31296,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,25359,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Grace of Air Totem (Rank 3).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(21302,9,0,-1,'Handbook of Deadly Poison V',1134,3,64,0,1,400000,100000,0,31240,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,25347,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Deadly Poison (Rank 5).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(33004,0,5,-1,'Clamlette Magnifique',16211,1,0,0,1,1200,300,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64056,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(37492,0,0,-1,'Springtime Stout',18079,1,65536,0,6,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42263,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,11723),(40787,4,4,-1,'Furious Gladiator\'s Dreadplate Chestpiece',58717,4,36864,0,1,0,0,5,32,32767,232,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,180,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40788,4,4,-1,'Furious Gladiator\'s Scaled Chestpiece',58853,4,36864,0,1,0,0,5,2,32767,232,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,180,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40789,4,4,-1,'Furious Gladiator\'s Plate Chestpiece',58791,4,36864,0,1,0,0,5,1,32767,232,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,180,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40807,4,4,-1,'Furious Gladiator\'s Plate Gauntlets',58792,4,36864,0,1,0,0,10,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,82,7,133,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,55,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40808,4,4,-1,'Furious Gladiator\'s Scaled Gauntlets',58855,4,36864,0,1,0,0,10,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,82,7,133,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,44300,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,55,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40809,4,4,-1,'Furious Gladiator\'s Dreadplate Gauntlets',58718,4,36864,0,1,0,0,10,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,82,7,133,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,62459,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,55,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40826,4,4,-1,'Furious Gladiator\'s Plate Helm',58793,4,36864,0,1,0,0,1,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,180,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,100,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40827,4,4,-1,'Furious Gladiator\'s Dreadplate Helm',58720,4,36864,0,1,0,0,1,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,180,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,100,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40828,4,4,-1,'Furious Gladiator\'s Scaled Helm',59568,4,36864,0,1,0,0,1,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,180,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,100,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40847,4,4,-1,'Furious Gladiator\'s Plate Legguards',58794,4,36864,0,1,0,0,7,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,180,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,120,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40848,4,4,-1,'Furious Gladiator\'s Dreadplate Legguards',58721,4,36864,0,1,0,0,7,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,180,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,120,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40849,4,4,-1,'Furious Gladiator\'s Scaled Legguards',58854,4,36864,0,1,0,0,7,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,180,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,120,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40866,4,4,-1,'Furious Gladiator\'s Plate Shoulders',58795,4,36864,0,1,0,0,3,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,82,7,133,32,52,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,100,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40867,4,10,-1,'Sigil of the Wild Buck',51913,3,4096,0,1,0,0,28,32767,-1,150,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(40868,4,4,-1,'Furious Gladiator\'s Dreadplate Shoulders',58722,4,36864,0,1,0,0,3,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,82,7,133,32,52,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,100,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40869,4,4,-1,'Furious Gladiator\'s Scaled Shoulders',58860,4,36864,0,1,0,0,3,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,82,7,133,32,52,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,100,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40881,4,4,-1,'Furious Gladiator\'s Girdle of Triumph',59245,4,36864,0,1,0,0,6,35,32767,226,80,0,0,0,0,0,0,5,0,1,0,4,4,77,7,126,32,49,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40882,4,4,-1,'Furious Gladiator\'s Greaves of Triumph',59251,4,36864,0,1,0,0,8,35,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,4,77,7,126,32,49,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1614,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40889,4,4,-1,'Furious Gladiator\'s Bracers of Triumph',59240,4,36864,0,1,0,0,9,35,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,4,63,7,94,32,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40907,4,4,-1,'Furious Gladiator\'s Ornamented Chestguard',58853,4,36864,0,1,0,0,5,2,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,7,138,5,60,45,123,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40927,4,4,-1,'Furious Gladiator\'s Ornamented Gloves',58855,4,36864,0,1,0,0,10,2,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,96,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,55,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40933,4,4,-1,'Furious Gladiator\'s Ornamented Headcover',58857,4,36864,0,1,0,0,1,2,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,7,138,5,60,45,123,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,100,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40939,4,4,-1,'Furious Gladiator\'s Ornamented Legplates',58854,4,36864,0,1,0,0,7,2,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,7,138,5,60,45,123,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40963,4,4,-1,'Furious Gladiator\'s Ornamented Spaulders',58860,4,36864,0,1,0,0,3,2,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,96,32,51,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,100,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40976,4,4,-1,'Furious Gladiator\'s Girdle of Salvation',59241,4,36864,0,1,0,0,6,3,32767,226,80,0,0,0,0,0,0,5,0,1,0,5,7,96,5,42,45,90,43,25,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40977,4,4,-1,'Furious Gladiator\'s Greaves of Salvation',59246,4,36864,0,1,0,0,8,3,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,96,5,42,45,90,43,25,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1614,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40983,4,4,-1,'Furious Gladiator\'s Bracers of Salvation',59238,4,36864,0,1,0,0,9,3,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,73,5,31,45,73,43,21,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40992,4,3,-1,'Furious Gladiator\'s Ringmail Armor',58864,4,36864,0,1,0,0,20,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,138,5,60,45,123,43,33,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(40993,4,3,-1,'Furious Gladiator\'s Mail Armor',58864,4,36864,0,1,0,0,20,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,138,5,60,45,123,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41001,4,3,-1,'Furious Gladiator\'s Ringmail Gauntlets',58866,4,36864,0,1,0,0,10,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,96,43,20,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,828,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,50,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41007,4,3,-1,'Furious Gladiator\'s Mail Gauntlets',58866,4,36864,0,1,0,0,10,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,96,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,828,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,50,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41013,4,3,-1,'Furious Gladiator\'s Ringmail Helm',64904,4,36864,0,1,0,0,1,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,138,5,60,45,123,43,33,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,85,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41019,4,3,-1,'Furious Gladiator\'s Mail Helm',64904,4,36864,0,1,0,0,1,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,138,5,60,45,123,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,85,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41027,4,3,-1,'Furious Gladiator\'s Ringmail Leggings',58867,4,36864,0,1,0,0,7,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,138,5,60,45,123,43,33,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,105,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41033,4,3,-1,'Furious Gladiator\'s Mail Leggings',58867,4,36864,0,1,0,0,7,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,138,5,60,45,123,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,105,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41038,4,3,-1,'Furious Gladiator\'s Ringmail Spaulders',59053,4,36864,0,1,0,0,3,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,96,43,25,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,85,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41044,4,3,-1,'Furious Gladiator\'s Mail Spaulders',59053,4,36864,0,1,0,0,3,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,96,32,51,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,85,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41051,4,3,-1,'Furious Gladiator\'s Waistguard of Salvation',59262,4,36864,0,1,0,0,6,68,32767,226,80,0,0,0,0,0,0,5,0,1,0,5,7,96,5,42,45,90,43,25,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,739,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41055,4,3,-1,'Furious Gladiator\'s Sabatons of Salvation',59255,4,36864,0,1,0,0,8,68,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,96,5,42,45,90,43,25,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,903,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41060,4,3,-1,'Furious Gladiator\'s Wristguards of Salvation',59265,4,36864,0,1,0,0,9,68,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,31,45,73,43,21,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41065,4,3,-1,'Furious Gladiator\'s Wristguards of Dominance',59265,4,36864,0,1,0,0,9,68,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,73,5,31,45,73,32,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41070,4,3,-1,'Furious Gladiator\'s Waistguard of Dominance',59262,4,36864,0,1,0,0,6,68,32767,226,80,0,0,0,0,0,0,5,0,1,0,5,7,96,5,42,45,90,32,48,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,739,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41075,4,3,-1,'Furious Gladiator\'s Sabatons of Dominance',59255,4,36864,0,1,0,0,8,68,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,96,5,42,45,90,32,48,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,903,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41081,4,3,-1,'Furious Gladiator\'s Linked Armor',58864,4,36864,0,1,0,0,20,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,6,38,130,3,80,7,138,5,60,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41087,4,3,-1,'Furious Gladiator\'s Chain Armor',58802,4,36864,0,1,0,0,5,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,130,3,80,7,138,5,60,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41137,4,3,-1,'Furious Gladiator\'s Linked Gauntlets',58866,4,36864,0,1,0,0,10,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,6,38,104,3,60,7,102,5,45,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,828,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,50,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41143,4,3,-1,'Furious Gladiator\'s Chain Gauntlets',59681,4,36864,0,1,0,0,10,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,104,3,60,7,102,5,45,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,828,0,0,0,0,0,0,0,0,0,61255,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,50,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41151,4,3,-1,'Furious Gladiator\'s Linked Helm',64904,4,36864,0,1,0,0,1,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,6,38,130,3,80,7,138,5,60,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,85,0,0,0,0,1,0,2,0,0,0,2843,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41157,4,3,-1,'Furious Gladiator\'s Chain Helm',58804,4,36864,0,1,0,0,1,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,130,3,80,7,138,5,60,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,85,0,0,0,0,1,0,2,0,0,0,2843,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41199,4,3,-1,'Furious Gladiator\'s Linked Leggings',58867,4,36864,0,1,0,0,7,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,6,38,128,3,81,7,138,5,60,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,105,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41205,4,3,-1,'Furious Gladiator\'s Chain Leggings',58805,4,36864,0,1,0,0,7,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,128,3,81,7,138,5,60,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,105,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41211,4,3,-1,'Furious Gladiator\'s Linked Spaulders',59053,4,36864,0,1,0,0,3,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,6,38,102,3,60,7,102,5,45,32,51,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,85,0,0,0,0,4,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41217,4,3,-1,'Furious Gladiator\'s Chain Spaulders',58807,4,36864,0,1,0,0,3,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,102,3,60,7,102,5,45,32,51,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,85,0,0,0,0,4,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41225,4,3,-1,'Furious Gladiator\'s Wristguards of Triumph',59266,4,36864,0,1,0,0,9,68,32767,226,80,0,0,0,0,0,0,0,0,1,0,6,38,84,3,42,7,73,5,31,32,43,35,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41230,4,3,-1,'Furious Gladiator\'s Sabatons of Triumph',59268,4,36864,0,1,0,0,8,68,32767,226,80,0,0,0,0,0,0,0,0,1,0,6,38,96,3,57,7,97,5,35,32,56,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,903,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41235,4,3,-1,'Furious Gladiator\'s Waistguard of Triumph',59264,4,36864,0,1,0,0,6,68,32767,226,80,0,0,0,0,0,0,5,0,1,0,6,38,96,3,57,7,97,5,35,32,56,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,739,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41275,4,2,-1,'Furious Gladiator\'s Kodohide Spaulders',59046,4,36864,0,1,0,0,3,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,102,5,45,6,51,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,70,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41281,4,2,-1,'Furious Gladiator\'s Wyrmhide Spaulders',59046,4,36864,0,1,0,0,3,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,102,5,45,32,51,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,70,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41287,4,2,-1,'Furious Gladiator\'s Kodohide Gloves',59410,4,36864,0,1,0,0,10,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,102,5,45,6,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,40,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41293,4,2,-1,'Furious Gladiator\'s Wyrmhide Gloves',59410,4,36864,0,1,0,0,10,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,102,5,45,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,40,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41298,4,2,-1,'Furious Gladiator\'s Kodohide Legguards',59414,4,36864,0,1,0,0,7,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,6,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,90,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41304,4,2,-1,'Furious Gladiator\'s Wyrmhide Legguards',59414,4,36864,0,1,0,0,7,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,90,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41310,4,2,-1,'Furious Gladiator\'s Kodohide Robes',59442,4,36864,0,1,0,0,20,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,6,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41316,4,2,-1,'Furious Gladiator\'s Wyrmhide Robes',59442,4,36864,0,1,0,0,20,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41321,4,2,-1,'Furious Gladiator\'s Kodohide Helm',59411,4,36864,0,1,0,0,1,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,6,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,70,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41327,4,2,-1,'Furious Gladiator\'s Wyrmhide Helm',59412,4,36864,0,1,0,0,1,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,70,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41617,4,2,-1,'Furious Gladiator\'s Belt of Salvation',59416,4,36864,0,1,0,0,6,1032,32767,226,80,0,0,0,0,0,0,5,0,1,0,5,45,90,7,96,5,42,6,48,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41621,4,2,-1,'Furious Gladiator\'s Boots of Salvation',59418,4,36864,0,1,0,0,8,1032,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,96,5,42,6,48,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41625,4,2,-1,'Furious Gladiator\'s Armwraps of Salvation',59415,4,36864,0,1,0,0,9,1032,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,73,5,31,6,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41630,4,2,-1,'Furious Gladiator\'s Belt of Dominance',59416,4,36864,0,1,0,0,6,1032,32767,226,80,0,0,0,0,0,0,5,0,1,0,5,45,90,7,96,5,42,32,48,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41635,4,2,-1,'Furious Gladiator\'s Boots of Dominance',59418,4,36864,0,1,0,0,8,1032,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,96,5,42,32,48,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41640,4,2,-1,'Furious Gladiator\'s Armwraps of Dominance',59415,4,36864,0,1,0,0,9,1032,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,73,5,31,32,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41650,4,2,-1,'Furious Gladiator\'s Leather Tunic',58796,4,36864,0,1,0,0,5,8,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,120,3,105,7,138,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41655,4,2,-1,'Furious Gladiator\'s Leather Legguards',58799,4,36864,0,1,0,0,7,8,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,120,3,105,7,138,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,90,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41661,4,2,-1,'Furious Gladiator\'s Dragonhide Robes',59442,4,36864,0,1,0,0,20,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,38,120,3,105,7,138,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41667,4,2,-1,'Furious Gladiator\'s Dragonhide Legguards',59414,4,36864,0,1,0,0,7,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,38,120,3,105,7,138,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,90,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41672,4,2,-1,'Furious Gladiator\'s Leather Helm',58798,4,36864,0,1,0,0,1,8,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,120,3,105,7,138,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,70,0,0,0,0,1,0,2,0,0,0,3314,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41678,4,2,-1,'Furious Gladiator\'s Dragonhide Helm',59411,4,36864,0,1,0,0,1,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,38,120,3,105,7,138,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,70,0,0,0,0,1,0,2,0,0,0,3314,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41683,4,2,-1,'Furious Gladiator\'s Leather Spaulders',58800,4,36864,0,1,0,0,3,8,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,90,3,82,7,102,32,51,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,70,0,0,0,0,4,0,0,0,0,0,2952,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41715,4,2,-1,'Furious Gladiator\'s Dragonhide Spaulders',59046,4,36864,0,1,0,0,3,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,38,90,3,82,7,102,32,51,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,70,0,0,0,0,4,0,0,0,0,0,2952,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41719,9,10,-1,'Design: Subtle Scarlet Ruby',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53948,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Subtle Scarlet Ruby',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41747,9,10,-1,'Design: Shifting Twilight Opal',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53963,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Shifting Twilight Opal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41767,4,2,-1,'Furious Gladiator\'s Leather Gloves',61799,4,36864,0,1,0,0,10,8,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,90,3,82,7,102,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,40,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41773,4,2,-1,'Furious Gladiator\'s Dragonhide Gloves',59410,4,36864,0,1,0,0,10,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,38,90,3,82,7,102,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,61252,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,40,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41779,9,10,-1,'Design: Stalwart Monarch Topaz',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53992,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Stalwart Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41786,9,10,-1,'Design: Destructive Skyflare Diamond',6270,3,64,0,1,320000,80000,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55390,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Destructive Skyflare Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41789,9,10,-1,'Design: Inscribed Monarch Topaz',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53975,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut an Inscribed Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41832,4,2,-1,'Furious Gladiator\'s Belt of Triumph',59304,4,36864,0,1,0,0,6,1032,32767,226,80,0,0,0,0,0,0,5,0,1,0,5,38,84,3,77,7,96,32,48,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41836,4,2,-1,'Furious Gladiator\'s Boots of Triumph',59305,4,36864,0,1,0,0,8,1032,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,38,84,3,77,7,96,32,48,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41840,4,2,-1,'Furious Gladiator\'s Armwraps of Triumph',59303,4,36864,0,1,0,0,9,1032,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,38,62,3,63,7,73,32,43,35,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41854,4,1,-1,'Furious Gladiator\'s Mooncloth Hood',58847,4,36864,0,1,0,0,1,16,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,6,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,60,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41859,4,1,-1,'Furious Gladiator\'s Mooncloth Robe',59202,4,36864,0,1,0,0,20,16,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,6,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,100,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41864,4,1,-1,'Furious Gladiator\'s Mooncloth Leggings',58849,4,36864,0,1,0,0,7,16,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,6,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41869,4,1,-1,'Furious Gladiator\'s Mooncloth Mantle',58850,4,36864,0,1,0,0,3,16,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,102,5,45,6,51,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,60,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41874,4,1,-1,'Furious Gladiator\'s Mooncloth Gloves',58848,4,36864,0,1,0,0,10,16,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,102,5,45,6,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,35,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41881,4,1,-1,'Furious Gladiator\'s Cord of Salvation',59296,4,36864,0,1,0,0,6,400,32767,226,80,0,0,0,0,0,0,5,0,1,0,5,45,90,7,96,5,42,6,48,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41885,4,1,-1,'Furious Gladiator\'s Slippers of Salvation',59301,4,36864,0,1,0,0,8,400,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,96,5,42,6,48,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41893,4,1,-1,'Furious Gladiator\'s Cuffs of Salvation',59298,4,36864,0,1,0,0,9,400,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,73,5,31,6,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41898,4,1,-1,'Furious Gladiator\'s Cord of Dominance',59294,4,36864,0,1,0,0,6,400,32767,226,80,0,0,0,0,0,0,5,0,1,0,5,45,90,7,96,5,42,32,48,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41903,4,1,-1,'Furious Gladiator\'s Slippers of Dominance',59299,4,36864,0,1,0,0,8,400,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,96,5,42,32,48,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41909,4,1,-1,'Furious Gladiator\'s Cuffs of Dominance',59297,4,36864,0,1,0,0,9,400,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,73,5,31,32,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41915,4,1,-1,'Furious Gladiator\'s Satin Hood',58847,4,36864,0,1,0,0,1,16,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,60,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41921,4,1,-1,'Furious Gladiator\'s Satin Robe',59202,4,36864,0,1,0,0,20,16,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,100,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41927,4,1,-1,'Furious Gladiator\'s Satin Leggings',58849,4,36864,0,1,0,0,7,16,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41934,4,1,-1,'Furious Gladiator\'s Satin Mantle',58850,4,36864,0,1,0,0,3,16,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,102,5,45,32,51,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,60,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41940,4,1,-1,'Furious Gladiator\'s Satin Gloves',58848,4,36864,0,1,0,0,10,16,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,102,5,45,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,35,0,0,0,0,8,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41946,4,1,-1,'Furious Gladiator\'s Silk Cowl',59576,4,36864,0,1,0,0,1,128,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,60,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41953,4,1,-1,'Furious Gladiator\'s Silk Raiment',59624,4,36864,0,1,0,0,20,128,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,100,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41959,4,1,-1,'Furious Gladiator\'s Silk Trousers',58755,4,36864,0,1,0,0,7,128,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41965,4,1,-1,'Furious Gladiator\'s Silk Amice',58967,4,36864,0,1,0,0,3,128,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,102,5,45,32,51,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,60,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41971,4,1,-1,'Furious Gladiator\'s Silk Handguards',58753,4,36864,0,1,0,0,10,128,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,102,5,45,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,44301,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,35,0,0,0,0,8,0,0,0,0,0,3198,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41993,4,1,-1,'Furious Gladiator\'s Felweave Cowl',63408,4,36864,0,1,0,0,1,256,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,60,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(41998,4,1,-1,'Furious Gladiator\'s Felweave Raiment',58785,4,36864,0,1,0,0,20,256,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,100,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42005,4,1,-1,'Furious Gladiator\'s Felweave Trousers',58788,4,36864,0,1,0,0,7,256,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42011,4,1,-1,'Furious Gladiator\'s Felweave Amice',58789,4,36864,0,1,0,0,3,256,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,102,5,45,32,51,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,60,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42017,4,1,-1,'Furious Gladiator\'s Felweave Handguards',58786,4,36864,0,1,0,0,10,256,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,102,5,45,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42034,4,0,-1,'Furious Gladiator\'s Pendant of Triumph',39162,4,36864,0,1,0,0,2,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,4,38,126,7,94,32,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42035,4,0,-1,'Furious Gladiator\'s Pendant of Victory',39162,4,36864,0,1,0,0,2,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,4,38,126,7,94,31,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42036,4,0,-1,'Furious Gladiator\'s Pendant of Dominance',39162,4,36864,0,1,0,0,2,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,5,45,73,7,73,5,31,32,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42037,4,0,-1,'Furious Gladiator\'s Pendant of Ascendancy',39162,4,36864,0,1,0,0,2,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,5,45,73,7,73,5,31,31,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42038,4,0,-1,'Furious Gladiator\'s Pendant of Subjugation',39162,4,36864,0,1,0,0,2,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,5,45,73,7,73,5,31,36,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42039,4,0,-1,'Furious Gladiator\'s Pendant of Deliverance',39162,4,36864,0,1,0,0,2,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,5,45,73,7,73,5,31,6,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42040,4,0,-1,'Furious Gladiator\'s Pendant of Salvation',39162,4,36864,0,1,0,0,2,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,5,45,73,7,73,5,31,43,21,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42069,4,1,-1,'Furious Gladiator\'s Cloak of Dominance',55663,4,36864,0,1,0,0,16,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,5,45,73,7,73,5,31,32,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42070,4,1,-1,'Furious Gladiator\'s Cloak of Subjugation',55663,4,36864,0,1,0,0,16,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,5,45,73,7,73,5,31,36,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42071,4,1,-1,'Furious Gladiator\'s Cloak of Ascendancy',55663,4,36864,0,1,0,0,16,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,5,45,73,7,73,5,31,31,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42072,4,1,-1,'Furious Gladiator\'s Cloak of Salvation',55663,4,36864,0,1,0,0,16,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,5,45,73,7,73,5,31,43,21,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42073,4,1,-1,'Furious Gladiator\'s Cloak of Deliverance',55663,4,36864,0,1,0,0,16,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,5,45,73,7,73,5,31,6,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42074,4,1,-1,'Furious Gladiator\'s Cloak of Triumph',49738,4,36864,0,1,0,0,16,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,4,38,126,7,94,32,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42075,4,1,-1,'Furious Gladiator\'s Cloak of Victory',49738,4,36864,0,1,0,0,16,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,4,38,126,7,94,31,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42116,4,0,-1,'Furious Gladiator\'s Band of Dominance',39129,4,36864,0,1,0,0,11,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,5,45,73,7,73,5,31,32,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42117,4,0,-1,'Furious Gladiator\'s Band of Triumph',39129,4,36864,0,1,0,0,11,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,4,38,126,7,94,32,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42124,4,0,-1,'Medallion of the Alliance',37840,4,36864,2,1,0,0,12,262143,1101,226,80,0,0,0,0,0,0,0,1,1,0,1,35,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42126,4,0,-1,'Medallion of the Horde',37841,4,36864,1,1,0,0,12,262143,690,226,80,0,0,0,0,0,0,0,1,1,0,1,35,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42209,2,0,-1,'Furious Gladiator\'s Cleaver',56202,4,36864,0,1,0,0,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,605,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42228,2,0,-1,'Furious Gladiator\'s Hacker',56202,4,36864,0,1,0,0,22,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42233,2,0,-1,'Furious Gladiator\'s Chopper',56202,4,36864,0,1,0,0,22,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,605,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42243,2,15,-1,'Furious Gladiator\'s Shanker',56227,4,36864,0,1,0,0,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,387,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42249,2,15,-1,'Furious Gladiator\'s Shiv',56227,4,36864,0,1,0,0,22,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,326,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42256,2,15,-1,'Furious Gladiator\'s Mutilator',56227,4,36864,0,1,0,0,22,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,419,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42261,2,13,-1,'Furious Gladiator\'s Right Ripper',55945,4,36864,0,1,0,0,21,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,605,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42266,2,13,-1,'Furious Gladiator\'s Left Render',55944,4,36864,0,1,0,0,22,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,605,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42271,2,13,-1,'Furious Gladiator\'s Left Ripper',55944,4,36864,0,1,0,0,22,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42276,2,4,-1,'Furious Gladiator\'s Pummeler',58957,4,36864,0,1,0,0,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,605,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42281,2,4,-1,'Furious Gladiator\'s Bonecracker',58957,4,36864,0,1,0,0,22,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42286,2,7,-1,'Furious Gladiator\'s Slicer',58965,4,36864,0,1,0,0,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,558,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42291,2,7,-1,'Furious Gladiator\'s Quickblade',58965,4,36864,0,1,0,0,22,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42318,2,1,-1,'Furious Gladiator\'s Decapitator',55927,4,36864,0,1,0,0,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,210,7,180,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,1005,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3356,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42323,2,5,-1,'Furious Gladiator\'s Bonegrinder',58961,4,36864,0,1,0,0,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,210,7,180,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,1005,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42328,2,6,-1,'Furious Gladiator\'s Pike',55965,4,36864,0,1,0,0,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,210,7,180,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,1005,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42333,2,8,-1,'Furious Gladiator\'s Greatsword',57464,4,36864,0,1,0,0,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,210,7,180,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,1005,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42347,2,15,-1,'Furious Gladiator\'s Spellblade',56258,4,36864,0,1,0,0,21,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,66,5,44,45,550,32,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,79,251,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,3752,0,-1,-75.6,0,0,0,'',0,0,0,0,0,12340),(42353,2,4,-1,'Furious Gladiator\'s Gavel',58959,4,36864,0,1,0,0,21,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,66,5,44,45,550,43,18,35,36,0,0,0,0,0,0,0,0,0,0,0,0,79,251,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,3752,0,-1,-75.6,0,0,0,'',0,0,0,0,0,12340),(42364,2,10,-1,'Furious Gladiator\'s Battle Staff',56238,4,36864,0,1,0,0,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,175,5,77,45,550,32,86,35,86,0,0,0,0,0,0,0,0,0,0,0,0,221,407,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-75.6,0,0,0,'',0,0,0,0,0,12340),(42385,2,10,-1,'Furious Gladiator\'s Energy Staff',56238,4,36864,0,1,0,0,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,175,5,77,45,550,6,86,35,86,0,0,0,0,0,0,0,0,0,0,0,0,221,407,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-75.6,0,0,0,'',0,0,0,0,0,12340),(42391,2,10,-1,'Furious Gladiator\'s Staff',56248,4,36864,0,1,0,0,17,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,3,105,7,180,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,558,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42451,2,16,-1,'Furious Gladiator\'s War Edge',38679,4,4231168,0,1,0,0,25,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,76,7,55,32,26,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,531,0,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42486,2,3,-1,'Furious Gladiator\'s Rifle',56175,4,36864,0,1,0,0,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,76,7,55,32,26,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,658,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,25.4,0,0,0,'',0,0,0,0,0,12340),(42491,2,2,-1,'Furious Gladiator\'s Longbow',58933,4,36864,0,1,0,0,15,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,76,7,55,32,26,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,658,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,25.4,0,0,0,'',0,0,0,0,0,12340),(42496,2,18,-1,'Furious Gladiator\'s Heavy Crossbow',58935,4,36864,0,1,0,0,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,76,7,55,32,26,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,658,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,25.4,0,0,0,'',0,0,0,0,0,12340),(42503,2,19,-1,'Furious Gladiator\'s Touch of Defeat',56613,4,36864,0,1,0,0,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,44,7,43,5,19,32,25,35,24,0,0,0,0,0,0,0,0,0,0,0,0,437,812,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42514,2,19,-1,'Furious Gladiator\'s Baton of Light',56613,4,36864,0,1,0,0,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,44,7,43,5,19,6,25,35,24,0,0,0,0,0,0,0,0,0,0,0,0,437,812,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42520,2,19,-1,'Furious Gladiator\'s Piercing Touch',56613,4,36864,0,1,0,0,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,45,44,7,43,5,19,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,437,812,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,64130,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42526,4,0,-1,'Furious Gladiator\'s Endgame',39505,4,36864,0,1,0,0,23,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,78,5,33,32,44,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42532,4,0,-1,'Furious Gladiator\'s Reprieve',39505,4,36864,0,1,0,0,23,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,78,5,33,6,44,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42538,4,0,-1,'Furious Gladiator\'s Grimoire',39505,4,36864,0,1,0,0,23,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,45,78,7,78,5,33,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64121,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42560,4,6,-1,'Furious Gladiator\'s Shield Wall',59214,4,36864,0,1,0,0,14,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,2,7,126,35,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7960,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,223,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42565,4,6,-1,'Furious Gladiator\'s Barrier',56415,4,36864,0,1,0,0,14,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,78,5,33,32,44,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7960,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,223,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42571,4,6,-1,'Furious Gladiator\'s Redoubt',56414,4,36864,0,1,0,0,14,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,78,5,33,43,23,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7960,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,223,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42579,4,8,-1,'Furious Gladiator\'s Idol of Tenacity',9659,4,36864,0,1,0,0,28,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60739,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42584,4,8,-1,'Furious Gladiator\'s Idol of Steadfastness',34953,4,36864,0,1,0,0,28,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60722,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42589,4,8,-1,'Furious Gladiator\'s Idol of Resolve',34953,4,36864,0,1,0,0,28,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60698,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42598,4,9,-1,'Furious Gladiator\'s Totem of the Third Wind',46045,4,36864,0,1,0,0,28,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60559,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42603,4,9,-1,'Furious Gladiator\'s Totem of Survival',25246,4,36864,0,1,0,0,28,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60573,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42608,4,9,-1,'Furious Gladiator\'s Totem of Indomitability',25246,4,36864,0,1,0,0,28,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60550,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42615,4,7,-1,'Furious Gladiator\'s Libram of Justice',1103,4,36864,0,1,0,0,28,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60661,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42621,4,10,-1,'Furious Gladiator\'s Sigil of Strife',51913,4,36864,0,1,0,0,28,32767,-1,232,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60687,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(42853,4,7,-1,'Furious Gladiator\'s Libram of Fortitude',34960,4,36864,0,1,0,0,28,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43952,15,5,-1,'Reins of the Azure Drake',57552,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59567,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(43959,15,5,-1,'Reins of the Grand Black War Mammoth',56368,4,0,2,1,1000000,0,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61465,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44083,15,5,-1,'Reins of the Grand Black War Mammoth',56368,4,0,1,1,1000000,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61467,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44175,15,5,-1,'Reins of the Plagued Proto-Drake',56308,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,60021,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is an extremely fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44421,2,10,-1,'Furious Gladiator\'s War Staff',56238,4,36864,0,1,0,0,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,175,5,77,45,550,36,86,35,86,0,0,0,0,0,0,0,0,0,0,0,0,221,407,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-75.6,0,0,0,'',0,0,0,0,0,12340),(44422,2,10,-1,'Furious Gladiator\'s Focus Staff',56238,4,36864,0,1,0,0,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,175,5,77,45,550,31,86,35,86,0,0,0,0,0,0,0,0,0,0,0,0,221,407,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-75.6,0,0,0,'',0,0,0,0,0,12340),(44599,0,0,0,'Zippy Copper Racer',56877,2,0,0,1,3000,750,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61021,0,-1,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Do you feel the need for speed?',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44601,0,0,0,'Heavy Copper Racer',56878,2,0,0,1,3000,750,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61022,0,-1,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Do you feel the need for speed?',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44791,0,5,-1,'Noblegarden Chocolate',57528,1,65600,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61874,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,181,'',0,0,0,0,0,12340),(44792,0,0,-1,'Blossoming Branch',928,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61717,0,-5,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44793,9,0,-1,'Tome of Polymorph: Rabbit',1103,3,64,0,1,0,0,0,31360,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,61721,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches Polymorph: Rabbit',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44794,15,0,-1,'Spring Rabbit\'s Foot',58059,3,64,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,61725,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44800,4,0,-1,'Spring Robes',58603,1,128,0,1,0,0,20,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61818,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44802,4,0,-1,'Egg Basket',57617,1,128,0,1,0,0,23,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61810,0,0,0,-1,1203,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,181,'',0,0,0,0,0,12340),(44803,4,0,0,'Spring Circlet',59492,1,0,0,1,0,0,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44806,0,0,0,'Brightly Colored Shell Fragment',18173,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,181,'',0,0,0,0,0,12340),(44817,0,0,0,'The Mischief Maker',56640,2,65600,0,1,5000,1250,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61819,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44818,0,0,0,'Noblegarden Egg',58062,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61820,0,-1,0,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,181,'',0,0,0,0,0,12340),(44820,15,2,-1,'Red Ribbon Pet Leash',32426,1,0,0,1,15000,3750,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61856,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44834,7,8,-1,'Wild Turkey',4112,1,65536,0,1,60,15,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Hunted in Elwynn Forest or Tirisfal Glades.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(44835,7,11,-1,'Autumnal Herbs',19496,1,65536,0,5,10,0,0,32767,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Sold by Pilgrim\'s Bounty vendors in capital cities.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(44836,0,5,-1,'Pumpkin Pie',59857,1,65536,0,1,25,1,0,-1,-1,20,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65421,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(44837,0,5,-1,'Spice Bread Stuffing',59855,1,65536,0,1,25,1,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65419,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(44838,0,5,-1,'Slow-Roasted Turkey',59858,1,65536,0,1,25,1,0,-1,-1,56,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65422,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(44839,0,5,-1,'Candied Sweet Potato',59854,1,65536,0,1,25,1,0,-1,-1,44,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65418,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(44840,0,5,-1,'Cranberry Chutney',59856,1,65536,0,1,25,1,0,-1,-1,32,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65420,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(44841,15,2,-1,'Little Fawn\'s Salt Lick',57630,3,0,0,1,6000,1500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,61991,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44842,15,5,-1,'Red Dragonhawk Mount',41547,4,0,1,1,20000000,0,0,262143,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61997,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44852,7,11,-1,'Cornmeal',11994,1,0,0,1,25,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1),(44853,7,11,-1,'Honey',37842,1,65536,0,5,25,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Sold by Pilgrim\'s Bounty vendors in capital cities.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(44854,0,5,-1,'Tangy Wetland Cranberries',50879,1,65536,0,5,25,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Sold by the Pilgrim\'s Bounty vendor outside Ironforge.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340),(44855,0,5,-1,'Teldrassil Sweet Potato',6624,1,65536,0,5,25,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Sold by the Pilgrim\'s Bounty vendor in Darnassus.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340),(44891,4,2,-1,'Titan-Forged Boots of Dominance',55647,4,4096,0,1,0,0,8,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,31,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44892,4,2,-1,'Titan-Forged Boots of Salvation',55647,4,4096,0,1,0,0,8,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,36,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44901,4,4,-1,'Titan-Forged Plate Headcover of Salvation',55312,4,4096,0,1,0,0,1,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,87,43,23,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,2854,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44906,4,2,-1,'Titan-Forged Leather Helm of Salvation',57700,4,4096,0,1,0,0,1,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,36,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,3352,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44907,4,2,-1,'Titan-Forged Leather Helm of Dominance',57700,4,4096,0,1,0,0,1,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,31,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,3352,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44934,4,0,-1,'Loop of the Kirin Tor',52459,4,192,4,1,85000000,2125,11,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,4,7,49,5,34,6,36,43,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,54406,0,0,0,1800000,1212,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44935,4,0,-1,'Ring of the Kirin Tor',52632,4,192,4,1,85000000,2125,11,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,4,4,50,7,75,32,34,37,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,54406,0,0,0,1800000,1212,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(44947,0,6,-1,'Scroll of Enchant Bracer - Major Stamina',811,1,268439616,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62256,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44965,15,2,-1,'Teldrassil Sproutling',7573,3,4096,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,62491,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44970,15,2,-1,'Dun Morogh Cub',57877,3,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,62508,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44971,15,2,-1,'Tirisfal Batling',51143,3,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,62510,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44973,15,2,-1,'Durotar Scorpion',57886,3,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,62513,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44974,15,2,-1,'Elwynn Lamb',57887,3,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,62516,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44977,9,5,-1,'Recipe: Dig Rat Stew',1102,1,64,0,1,800,200,0,-1,-1,20,0,185,90,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,6417,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook a disgusting Dig Rat Stew.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44978,12,0,0,'Blade of Drak\'Mar',57897,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44980,15,2,-1,'Mulgore Hatchling',57899,3,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,62542,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44981,12,0,0,'Ashwood Brand',51447,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44982,15,2,-1,'Enchanted Broom',57915,3,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,62564,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44983,15,2,-1,'Strand Crawler',57916,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,62561,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44984,15,2,-1,'Ammen Vale Lashling',13489,3,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,62562,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44986,12,0,0,'Warts-B-Gone Lip Balm',3664,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62574,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'For all your frog kissing needs.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44987,15,0,0,'Valiant\'s Seal',29691,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44990,10,0,0,'Champion\'s Seal',58368,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(44998,15,2,-1,'Argent Squire',57931,3,64,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,62609,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45000,12,0,0,'Winter Hyacinth',19496,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62629,0,-1,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45002,15,2,-1,'Mechanopeep',57942,3,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,62674,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45003,12,0,0,'Winter\'s Edge',57950,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45005,12,0,0,'Everburning Ember',57952,1,2112,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62767,0,-1,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45011,0,0,0,'Stormwind Banner',58557,1,4160,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62736,0,0,0,-1,1246,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45013,0,0,0,'Thunder Bluff Banner',58558,1,4160,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62745,0,0,0,-1,1246,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45014,0,0,0,'Orgrimmar Banner',58554,1,4160,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62742,0,0,0,-1,1246,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45015,0,0,0,'Sen\'jin Banner',58555,1,4160,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62738,0,0,0,-1,1246,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45016,0,0,0,'Undercity Banner',58559,1,4160,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62743,0,0,0,-1,1246,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45017,0,0,0,'Silvermoon City Banner',58556,1,4160,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62744,0,0,0,-1,1246,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45018,0,0,0,'Ironforge Banner',58553,1,4160,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62737,0,0,0,-1,1246,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45019,0,0,0,'Gnomeregan Banner',58552,1,4160,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62741,0,0,0,-1,1246,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45020,0,0,0,'Exodar Banner',58551,1,4160,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62740,0,0,0,-1,1246,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45021,0,0,0,'Darnassus Banner',58550,1,4160,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62739,0,0,0,-1,1246,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45022,15,2,-1,'Argent Gruntling',57931,3,64,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,62746,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45037,4,0,0,'Epic Purple Shirt',57994,4,128,0,1,0,0,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63604,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45038,0,0,0,'Fragment of Val\'anyr',57996,5,66624,0,1,0,0,0,261714,2147483647,80,80,0,0,0,0,0,0,0,30,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62812,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The fragments of this ancient hammer glow with a cool, soothing light.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45039,0,0,0,'Shattered Fragments of Val\'anyr',57996,5,65536,0,1,0,0,0,261714,2147483647,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The fragments of this ancient hammer glow with a cool, soothing light.',0,0,0,13622,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45045,12,0,0,'Rough Hewn Plank',1312,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45046,12,0,0,'Lumberjack\'s Axe',45984,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62990,0,0,0,4000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45047,0,0,0,'Sandbox Tiger',58224,3,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62857,0,-1,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45050,9,8,-1,'Formula: Smoking Heart of the Mountain',11431,2,33554496,0,1,1200,300,0,-1,-1,53,0,333,265,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,15596,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a smoking heart of the mountain.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45052,4,2,-1,'Gruffscale Leggings',46626,2,0,0,1,75273,15054,7,-1,-1,55,48,0,0,0,0,0,0,0,0,1,0,2,3,16,38,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340),(45054,3,8,-1,'Prismatic Black Diamond',22652,2,0,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The properties of this gem are unknown until it is cut.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45056,0,6,-1,'Scroll of Enchant Staff - Greater Spellpower',6270,3,268439616,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62948,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45057,0,0,0,'Wind-Up Train Wrecker',50458,3,64,0,1,2500000,625000,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62949,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45058,12,0,0,'Dusty Journal',2757,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3546,0,1,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45059,9,8,-1,'Formula: Enchant Staff - Greater Spellpower',56750,3,4160,0,1,0,0,0,-1,-1,85,0,333,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,62948,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a staff to increase spell power by 81. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45060,0,6,-1,'Scroll of Enchant Staff - Spellpower',6270,3,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62959,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45061,2,14,8,'Foam Sword',58186,0,130,0,1,0,0,17,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,62972,1,0,0,-1,0,-1,62973,0,0,0,2500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45062,12,0,0,'Dusty Journal',2757,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3545,0,1,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45063,0,0,0,'Foam Sword Rack',58057,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62985,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45064,12,0,0,'Seer\'s Crystal',36540,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45067,4,0,-1,'Egg Basket',57617,1,128,0,1,0,0,23,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61810,0,0,0,-1,1203,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45070,12,0,0,'Seer\'s Crystal',36540,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63070,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45072,15,0,0,'Brightly Colored Egg',58062,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,181,'',0,0,0,0,0,11723),(45073,2,14,14,'Spring Flowers',58372,1,128,0,1,0,0,13,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,61815,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45074,2,8,-1,'Claymore of the Prophet',59509,4,4096,2,1,0,0,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,101,7,104,36,45,31,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,492,739,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(45075,2,4,-1,'Ironforge Smasher',59077,4,4096,2,1,0,0,13,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,39,7,48,36,25,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,485,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(45076,2,0,-1,'Teldrassil Protector',59078,4,4096,2,1,0,0,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,29,7,43,12,44,14,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,317,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(45077,2,15,-1,'Dagger of the Rising Moon',59583,4,528384,2,1,0,0,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,78,7,43,31,38,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,293,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(45078,2,15,-1,'Dagger of Lunar Purity',59080,4,4096,2,1,0,0,21,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,5,38,6,38,7,28,36,30,45,408,0,0,0,0,0,0,0,0,0,0,0,0,59,189,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-60.7,0,0,0,'',68,0,0,0,0,12340),(45080,12,0,0,'Large Femur',18075,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63124,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45082,12,0,0,'Murderer\'s Toolkit',33941,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A bag full of ropes, bloody knives, poisons, gags, and fire starting materials.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45083,12,0,0,'Enchanted Bridle',58154,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63163,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45085,2,15,-1,'Titansteel Spellblade',58166,4,524288,0,1,944845,188969,21,-1,-1,200,80,0,0,0,0,0,0,6,0,1,0,4,45,408,32,53,31,30,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,315,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-60.7,0,0,0,'',68,0,0,0,0,12340),(45086,2,16,-1,'Rising Sun',58948,4,4194304,0,1,328090,82022,25,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,76,3,26,7,40,36,21,31,25,0,0,0,0,0,0,0,0,0,0,0,0,335,503,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45087,7,11,-1,'Runed Orb',58413,3,0,0,1,0,50000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45088,9,4,-1,'Plans: Belt of the Titans',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,164,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63187,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to forge a Belt of the Titans.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45089,9,4,-1,'Plans: Battlelord\'s Plate Boots',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,164,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63188,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to forge Battlelord\'s Plate Boots.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45090,9,4,-1,'Plans: Plate Girdle of Righteousness',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,164,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63189,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to forge a Plate Girdle of Righteousness.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45091,9,4,-1,'Plans: Treads of Destiny',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,164,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63190,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to forge Treads of Destiny.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45092,9,4,-1,'Plans: Indestructible Plate Girdle',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,164,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63191,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to forge an Indestructible Plate Girdle.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45093,9,4,-1,'Plans: Spiked Deathdealers',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,164,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63192,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to forge Spiked Deathdealers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45094,9,1,-1,'Pattern: Belt of Dragons',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63194,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Belt of Dragons.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45095,9,1,-1,'Pattern: Boots of Living Scale',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63195,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Boots of Living Scale.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45096,9,1,-1,'Pattern: Blue Belt of Chaos',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63196,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Blue Belt of Chaos.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45097,9,1,-1,'Pattern: Lightning Grounded Boots',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63197,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Lightning Grounded Boots.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45098,9,1,-1,'Pattern: Death-warmed Belt',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63198,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Death-warmed Belt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45099,9,1,-1,'Pattern: Footpads of Silence',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63199,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Footpads of Silence.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45100,9,1,-1,'Pattern: Belt of Arctic Life',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63200,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Belt of Arctic Life.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45101,9,1,-1,'Pattern: Boots of Wintry Endurance',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63201,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Boots of Wintry Endurance.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45102,9,2,-1,'Pattern: Sash of Ancient Power',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,197,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63203,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Sash of Ancient Power.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45103,9,2,-1,'Pattern: Spellslinger\'s Slippers',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,197,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63204,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Spellslinger\'s Slippers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45104,9,2,-1,'Pattern: Cord of the White Dawn',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,197,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63205,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Cord of the White Dawn.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45105,9,2,-1,'Pattern: Savior\'s Slippers',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,197,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63206,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Savior\'s Slippers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45106,4,0,-1,'Strength of the Automaton',43837,4,524288,0,1,302495,75623,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,72,7,72,32,46,44,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45107,4,4,-1,'Iron Riveted War Helm',59701,4,0,0,1,560157,112031,1,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,129,31,60,36,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1908,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,2767,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45108,4,2,-1,'Mechanist\'s Bindings',59741,4,0,0,1,268241,53648,9,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,84,3,63,7,63,36,44,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45109,4,3,-1,'Gloves of the Fiery Behemoth',59631,4,0,0,1,323112,64622,10,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,6,38,114,3,84,7,67,5,44,44,45,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45110,2,7,-1,'Titanguard',59382,4,0,0,1,1108420,221684,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,4,37,7,78,12,35,14,33,31,29,0,0,0,0,0,0,0,0,0,0,0,0,200,372,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45111,4,4,-1,'Mimiron\'s Inferno Couplings',59713,4,0,0,1,381985,76397,9,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,46,7,94,12,39,31,36,13,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45112,4,0,-1,'The Leviathan\'s Coil',44841,4,524288,0,1,302495,75623,11,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,4,63,7,94,12,32,13,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45113,4,0,-1,'Glowing Ring of Reclamation',35367,4,524288,0,1,302495,75623,11,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,46,5,49,6,44,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45114,4,9,-1,'Steamcaller\'s Totem',25246,4,4096,0,1,0,0,28,262143,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64960,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45115,4,0,-1,'Leviathan Fueling Manual',61864,4,0,0,1,302495,75623,23,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,75,7,49,5,46,6,42,31,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45116,4,0,-1,'Freya\'s Choker of Warding',35358,4,0,0,1,302495,75623,2,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,49,5,46,36,39,43,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45117,4,1,-1,'Constructor\'s Handwraps',59730,4,0,0,1,227716,45543,10,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,73,5,62,6,53,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45118,4,3,-1,'Steamworker\'s Goggles',59280,4,0,0,1,514195,102839,1,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,113,7,85,5,86,32,60,43,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,3303,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45119,4,1,-1,'Embrace of the Leviathan',61867,4,0,0,1,229323,45864,6,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,63,5,64,6,62,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45121,12,0,0,'Stolen Tournament Invitation',58169,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45122,12,0,0,'Black Knight\'s Orders',58170,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sow distrust and discord among the ranks of our enemies. Use this tournament to destroy their greatest warriors.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45125,15,5,-1,'Stormwind Steed',25132,4,4096,0,1,0,0,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,63232,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45127,12,0,-1,'Mark of the Valiant',48534,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45128,2,10,-1,'Silvery Sylvan Stave',59623,4,4096,2,1,0,0,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,134,3,103,7,98,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,627,0,0,0,0,630,0,0,0,0,0,0,2800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(45129,2,7,-1,'Gnomeregan Bonechopper',59079,4,4096,2,1,0,0,21,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,5,7,45,5,43,32,22,31,29,45,408,0,0,0,0,0,0,0,0,0,0,0,0,71,227,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-60.7,0,0,0,'',68,0,0,0,0,12340),(45130,2,3,-1,'Blunderbuss of Khaz Modan',59581,4,4096,2,1,0,0,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,32,36,22,38,28,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,451,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(45131,4,0,-1,'Jouster\'s Fury',59068,3,4096,2,1,0,0,12,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,1,35,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63251,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45132,2,13,-1,'Golden Saronite Dragon',58897,4,0,0,1,1148637,229727,21,262143,32767,239,80,0,0,0,0,0,0,0,0,1,0,5,38,94,3,32,7,48,31,40,36,32,0,0,0,0,0,0,0,0,0,0,0,0,406,610,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2873,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45133,4,0,-1,'Pendant of Fiery Havoc',39211,4,0,0,1,302495,75623,2,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,75,7,61,5,51,31,46,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45134,4,4,-1,'Plated Leggings of Ruination',59702,4,0,0,1,831519,166303,7,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,4,122,7,145,32,85,36,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2117,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,4,0,2,0,8,0,3312,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45135,4,1,-1,'Boots of Fiery Resolution',58980,4,0,0,1,357654,71530,8,262143,32767,239,80,0,0,0,0,0,0,0,0,1,0,5,45,102,7,72,5,72,6,64,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45136,4,2,-1,'Shoulderpads of Dormant Energies',59136,4,0,0,1,448679,89735,3,1535,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,93,7,82,5,69,6,56,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45137,2,3,-1,'Veranus\' Bane',58902,4,0,0,1,875420,175084,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,4,27,7,57,12,26,31,21,13,25,0,0,0,0,0,0,0,0,0,0,0,0,402,684,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,25.4,0,0,0,'',69,0,0,0,0,12340),(45138,4,1,-1,'Drape of the Drakerider',58998,4,0,0,1,342730,68546,16,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,72,7,72,32,46,44,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45139,4,4,-1,'Dragonslayer\'s Brace',59708,4,0,0,1,403571,80714,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,84,7,127,12,44,15,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,44757,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45140,4,4,-1,'Razorscale Shoulderguards',59210,4,0,0,1,602905,120581,3,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,64,5,65,36,60,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1761,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45141,4,2,-1,'Proto-hide Leggings',58763,4,0,0,1,577328,115465,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,148,3,105,7,99,37,57,32,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45142,2,7,-1,'Remorse',58939,4,0,0,1,1074896,214979,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,74,3,52,7,51,36,34,37,29,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45143,4,3,-1,'Saronite Mesh Legguards',59273,4,0,0,1,631493,126298,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,38,146,3,97,7,118,5,59,32,58,44,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45144,4,10,-1,'Sigil of Deflection',51913,4,4096,0,1,0,0,28,32767,-1,226,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64964,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45145,4,7,-1,'Libram of the Sacred Shield',34960,4,4096,0,1,0,0,28,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64955,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45146,4,1,-1,'Shackles of the Odalisque',59027,4,0,0,1,212919,42583,9,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,46,5,42,6,49,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45147,2,4,-1,'Guiding Star',58909,4,0,0,1,1095665,219133,21,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,550,7,36,5,48,36,49,43,19,0,0,0,0,0,0,0,0,0,0,0,0,89,283,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-75.6,0,0,0,'',69,0,0,0,0,12340),(45148,4,0,-1,'Living Flame',59249,4,0,0,1,455760,113940,12,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,1,31,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64712,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45149,4,2,-1,'Bracers of the Broodmother',59100,4,0,0,1,276471,55294,9,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,54,5,46,6,46,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45150,4,1,-1,'Collar of the Wyrmhunter',61871,4,0,0,1,332987,66597,1,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,114,7,85,5,87,36,68,31,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45151,4,3,-1,'Belt of the Fallen Wyrm',59153,4,0,0,1,334209,66841,6,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,5,45,99,7,73,5,60,32,49,36,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,739,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45152,4,0,-1,'Pendant of Azure Dreams',31603,3,4096,2,1,0,0,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,43,7,57,44,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45153,4,0,-1,'Susurrating Shell Necklace',34318,3,4096,2,1,0,0,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,47,38,86,7,38,36,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45154,4,0,-1,'Necklace of Valiant Blood',31604,3,4096,2,1,0,0,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,5,21,7,33,6,50,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45155,4,0,-1,'Choker of Spiral Focus',39211,3,4096,2,1,0,0,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,5,29,7,42,31,43,45,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45156,4,1,-1,'Sash of Shattering Hearts',59042,3,4096,2,1,0,0,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,38,5,42,36,50,45,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,8,0,0,0,0,0,3267,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45157,4,0,-1,'Cindershard Ring',33808,4,524288,0,1,302495,75623,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,84,3,63,7,54,31,42,44,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45158,4,0,-1,'Heart of Iron',59320,4,0,0,1,455760,113940,12,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,1,7,162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64763,0,0,0,120000,0,-1,0,0,0,0,180000,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45159,4,2,-1,'Treads of Nimble Evasion',59066,3,4096,2,1,0,0,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,42,7,49,44,41,38,116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2873,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45160,4,4,-1,'Girdle of Valorous Defeat',59064,3,4096,2,1,0,0,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,50,7,75,37,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1218,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,8,0,0,0,0,0,3094,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45161,4,4,-1,'Girdle of Embers',59700,4,0,0,1,406361,81272,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,98,7,96,32,60,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45162,4,2,-1,'Flamestalker Boots',59738,4,0,0,1,393114,78622,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,112,3,85,7,73,32,62,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45163,4,4,-1,'Stanchions of Unseatable Furor',53629,3,4096,2,1,0,0,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,59,7,84,13,41,12,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45164,4,3,-1,'Helm of the Furnace Master',59660,4,0,0,1,475403,95080,1,32767,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,6,38,194,3,67,7,88,5,60,32,60,36,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,4,0,0,0,2771,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45165,2,1,-1,'Worldcarver',58876,4,0,0,1,1396389,279277,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,137,7,136,37,87,36,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,949,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45166,4,4,-1,'Charred Saronite Greaves',59707,4,0,0,1,573080,114616,8,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,62,7,127,12,55,13,57,31,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1614,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45167,4,4,-1,'Lifeforge Breastplate',59207,4,0,0,1,768416,153683,5,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,99,5,84,32,68,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2348,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45168,4,0,-1,'Pyrelight Circle',44841,4,524288,0,1,302495,75623,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,63,5,42,36,36,32,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45169,4,9,-1,'Totem of the Dancing Flame',61970,4,4096,0,1,0,0,28,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45170,2,19,-1,'Scepter of Creation',59390,4,0,0,1,853410,170682,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,44,7,39,5,26,6,25,32,24,0,0,0,0,0,0,0,0,0,0,0,0,460,855,4,0,0,0,0,0,0,0,0,0,0,2000,0,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45171,2,10,-1,'Intensity',58920,4,0,0,1,1427570,285514,17,-1,-1,232,80,0,0,0,0,0,0,6,0,1,0,5,45,550,7,105,5,121,6,86,31,120,0,0,0,0,0,0,0,0,0,0,0,0,231,427,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-75.6,0,0,0,'',69,0,0,0,0,12340),(45176,2,14,8,'Foam Sword',58187,0,130,0,1,0,0,17,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,62972,1,0,0,-1,0,-1,62973,0,0,0,2500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45177,2,14,8,'Foam Sword',58188,0,130,0,1,0,0,17,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,62972,1,0,0,-1,0,-1,62973,0,0,0,2500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45178,2,14,8,'Foam Sword',58189,0,130,0,1,0,0,17,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,62972,1,0,0,-1,0,-1,62973,0,0,0,2500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45179,2,14,8,'Foam Sword',58190,0,130,0,1,0,0,17,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,62972,1,0,0,-1,0,-1,62973,0,0,0,2500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45180,15,2,-1,'Murkimus\' Little Spear',25593,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,63318,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45181,4,2,-1,'Wrap of the Everliving Tree',59043,3,4096,2,1,0,0,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,42,36,33,45,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45182,4,4,-1,'Gauntlets of Shattered Pride',54517,3,4096,2,1,0,0,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,54,32,38,45,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1354,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45183,4,3,-1,'Treads of the Glorious Spirit',59067,3,4096,2,1,0,0,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,45,5,43,32,47,45,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,833,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,8,0,0,0,0,0,3596,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45184,4,3,-1,'Cinch of Bonded Servitude',59044,3,4096,2,1,0,0,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,3,38,7,62,5,39,44,33,38,116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,682,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45185,4,2,-1,'Flamewrought Cinch',59112,4,0,0,1,272370,54474,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,73,5,57,6,62,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45186,4,1,-1,'Soot-Covered Mantle',61862,4,0,0,1,328066,65613,3,262143,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,64,5,65,6,49,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45187,4,3,-1,'Wristguards of the Firetender',59284,4,0,0,1,329255,65851,9,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,54,5,46,32,46,43,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45190,15,0,0,'Driftwood',2618,0,0,0,1,75,18,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45192,12,0,0,'Aspirant\'s Seal',47701,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45193,4,0,-1,'Insurmountable Fervor',39209,4,0,0,1,302495,75623,2,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,72,7,72,32,46,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45194,15,0,0,'Tangled Fishing Line',58198,0,0,0,1,75,18,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45195,15,0,0,'Empty Rum Bottle',58199,0,0,0,1,75,18,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45196,15,0,0,'Tattered Cloth',54648,0,0,0,1,400,100,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45197,15,0,0,'Tree Branch',58200,0,0,0,1,75,18,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45198,15,0,0,'Weeds',1442,0,0,0,1,75,18,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45199,15,0,0,'Old Boot',6615,0,0,0,1,75,18,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45200,15,0,0,'Sickly Fish',53169,0,0,0,1,75,18,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45201,15,0,0,'Rock',4718,0,0,0,1,400,100,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45202,15,0,0,'Water Snail',58201,0,0,0,1,75,18,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45203,2,4,-1,'Grimhorn Crusher',59082,4,4096,1,1,0,0,13,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,39,7,48,36,25,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,485,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(45204,2,0,-1,'Axe of the Sen\'jin Protector',59510,4,4096,1,1,0,0,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,29,7,43,12,44,14,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,317,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(45205,2,8,-1,'Greatsword of the Sin\'dorei',59595,4,4096,1,1,0,0,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,101,7,104,36,45,31,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,492,739,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(45206,4,0,-1,'Choker of Feral Fury',9860,3,4096,1,1,0,0,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,47,38,86,7,38,36,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45207,4,0,-1,'Necklace of Stolen Skulls',43701,3,4096,1,1,0,0,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,5,29,7,42,31,43,45,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45208,2,7,-1,'Blade of the Keening Banshee',59511,4,4096,1,1,0,0,21,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,5,7,45,5,43,32,22,31,29,45,408,0,0,0,0,0,0,0,0,0,0,0,0,71,227,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-60.7,0,0,0,'',68,0,0,0,0,12340),(45209,4,1,-1,'Sash of Trumpted Pride',59073,3,4096,1,1,0,0,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,38,5,42,36,50,45,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,8,0,0,0,0,0,3267,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45210,2,3,-1,'Sen\'jin Beakblade Longrifle',59582,4,4096,1,1,0,0,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,32,36,22,38,28,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,451,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(45211,4,2,-1,'Waistguard of Equine Fury',49378,3,4096,1,1,0,0,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,42,36,33,45,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45212,2,10,-1,'Staff of Feral Furies',59626,4,4096,1,1,0,0,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,134,3,103,7,98,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,627,0,0,0,0,630,0,0,0,0,0,0,2800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(45213,4,0,-1,'Pendant of Emerald Crusader',48508,3,4096,1,1,0,0,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,5,21,7,33,6,50,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45214,2,15,-1,'Scalpel of the Royal Apothecary',59585,4,4096,1,1,0,0,21,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,5,38,6,38,7,28,36,30,45,408,0,0,0,0,0,0,0,0,0,0,0,0,59,189,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-60.7,0,0,0,'',68,0,0,0,0,12340),(45215,4,3,-1,'Links of Unquenched Savagery',59074,3,4096,1,1,0,0,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,3,38,7,62,5,39,44,33,38,116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,682,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45216,4,4,-1,'Gauntlets of Mending Touch',54517,3,4096,1,1,0,0,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,54,32,38,45,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1354,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45217,4,4,-1,'Clinch of Savage Fury',59075,3,4096,1,1,0,0,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,50,7,75,37,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1218,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,8,0,0,0,0,0,3094,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45218,4,4,-1,'Blood-Caked Stompers',55986,3,4096,1,1,0,0,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,59,7,84,13,41,12,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45219,4,0,-1,'Jouster\'s Fury',59069,3,4096,1,1,0,0,12,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,1,35,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63251,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45220,4,2,-1,'Treads of the Earnest Squire',51519,3,4096,1,1,0,0,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,42,7,49,44,41,38,116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2873,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45221,4,3,-1,'Treads of Whispering Dreams',59076,3,4096,1,1,0,0,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,45,5,43,32,47,45,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,833,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,8,0,0,0,0,0,3596,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45222,2,15,-1,'Spinal Destroyer',59594,4,528384,1,1,0,0,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,78,7,43,31,38,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,293,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(45223,4,0,-1,'Razor\'s Edge Pendant',39210,3,4096,1,1,0,0,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,43,7,57,44,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45224,4,1,-1,'Drape of the Lithe',51374,4,0,0,1,325556,65111,16,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,84,3,63,7,63,36,46,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45225,4,4,-1,'Steelbreaker\'s Embrace',61879,4,0,0,1,762405,152481,5,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,129,32,82,37,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2348,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45226,4,4,-1,'Ancient Iron Heaume',59191,4,0,0,1,572849,114569,1,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,99,5,81,32,67,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1908,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,2854,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45227,4,3,-1,'Iron-studded Mantle',59252,4,0,0,1,495978,99195,3,32767,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,6,38,170,3,60,7,73,5,44,44,46,31,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45228,4,4,-1,'Handguards of the Enclave',59710,4,0,0,1,387682,77536,10,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,4,84,7,127,12,45,15,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,0,0,0,0,44757,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45232,4,2,-1,'Runed Ironhide Boots',59743,4,0,0,1,429982,85996,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,98,3,77,7,90,37,56,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45233,2,8,-1,'Stormrune Edge',58947,4,0,0,1,1474695,294939,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,160,3,121,7,120,32,86,44,70,0,0,0,0,0,0,0,0,0,0,0,0,632,949,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45234,2,10,-1,'Rapture',58931,4,0,0,1,1479915,295983,17,-1,-1,232,80,0,0,0,0,0,0,6,0,1,0,5,45,550,7,120,5,119,6,121,32,81,0,0,0,0,0,0,0,0,0,0,0,0,231,427,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-75.6,0,0,0,'',69,0,0,0,0,12340),(45235,4,0,-1,'Radiant Seal',39125,4,524288,0,1,302495,75623,11,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,63,5,42,36,46,43,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45236,4,0,-1,'Unblinking Eye',40051,4,0,0,1,302495,75623,2,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,46,5,43,6,41,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45237,4,2,-1,'Phaelia\'s Vestments of the Sprouting Seed',59128,4,0,0,1,528336,105667,20,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,85,5,86,6,75,32,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,591,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45238,4,1,-1,'Overload Legwraps',59733,4,0,0,1,424298,84859,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,85,5,86,36,66,31,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45239,4,3,-1,'Runeshaper\'s Gloves',59272,4,0,0,1,319446,63889,10,32767,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,73,5,62,32,41,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45240,4,1,-1,'Raiments of the Iron Council',61875,4,0,0,1,427513,85502,20,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,99,5,81,6,57,36,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,2,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45241,4,4,-1,'Belt of Colossal Rage',59695,4,0,0,1,398312,79662,6,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,4,93,7,108,32,64,31,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1361,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,4,0,0,0,3357,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45242,4,1,-1,'Drape of Mortal Downfall',58997,4,0,0,1,340759,68151,16,32767,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,75,7,61,5,51,31,41,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45243,4,0,-1,'Sapphire Amulet of Renewal',35437,4,0,0,1,302495,75623,2,32767,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,75,7,70,5,48,6,47,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45244,4,3,-1,'Greaves of Swift Vengeance',59248,4,0,0,1,517242,103448,8,32767,-1,239,80,0,0,0,0,0,0,0,0,1,0,6,38,114,3,69,7,55,5,49,32,42,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,931,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45245,4,2,-1,'Shoulderpads of the Intruder',59744,4,0,0,1,442278,88455,3,1535,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,38,122,3,87,7,96,31,55,37,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45246,2,15,-1,'Golem-Shard Sticker',59369,4,0,0,1,1150634,230126,13,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,74,3,52,7,51,32,34,37,29,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45247,4,0,-1,'Signet of the Earthshaker',52632,4,524288,0,1,302495,75623,11,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,4,63,7,94,12,33,15,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35168,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45248,4,4,-1,'Clockwork Legplates',59697,4,0,0,1,791227,158245,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,129,44,78,31,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45249,4,3,-1,'Brass-lined Boots',59248,4,0,0,1,512748,102549,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,38,114,3,85,7,66,5,45,44,57,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,903,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45250,4,0,-1,'Crazed Construct Ring',43407,4,524288,0,1,302495,75623,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,72,7,72,31,41,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45251,4,4,-1,'Shoulderplates of the Deconstructor',59715,4,0,0,1,598636,119727,3,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,4,84,7,127,12,47,13,44,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1761,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45252,4,4,-1,'Horologist\'s Wristguards',59205,4,0,0,1,403571,80714,9,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,63,5,42,32,36,43,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45253,4,1,-1,'Mantle of Wavering Calm',59015,4,0,0,1,345174,69034,3,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,84,5,56,6,62,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45254,4,10,-1,'Sigil of the Vengeful Heart',51913,4,4096,0,1,0,0,28,32767,-1,226,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64962,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45255,4,9,-1,'Thunderfall Totem',54871,4,4096,0,1,0,0,28,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64961,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45256,2,10,-1,'Twisted Visage',58927,4,0,0,1,1348841,269768,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,160,3,120,7,121,31,70,32,86,0,0,0,0,0,0,0,0,0,0,0,0,446,670,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45257,2,19,-1,'Quartz Crystal Wand',59389,4,0,0,1,812436,162487,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,44,7,33,5,25,6,24,31,27,0,0,0,0,0,0,0,0,0,0,0,0,414,769,2,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45258,4,1,-1,'Sandals of Rash Temperament',59735,4,0,0,1,318191,63638,8,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,73,5,60,31,57,32,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45259,4,3,-1,'Quartz-studded Harness',59271,4,0,0,1,638759,127751,5,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,113,7,99,5,81,36,66,43,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45260,4,2,-1,'Boots of Hasty Revival',59094,4,0,0,1,400752,80150,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,73,5,62,6,60,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45261,2,3,-1,'Giant\'s Bane',58899,4,0,0,1,847314,169462,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,54,3,38,7,33,36,27,44,21,0,0,0,0,0,0,0,0,0,0,0,0,402,684,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,25.4,0,0,0,'',69,0,0,0,0,12340),(45262,4,0,-1,'Necklace of Unerring Mettle',48510,4,0,0,1,302495,75623,2,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,63,7,94,12,42,15,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39987,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45263,4,0,-1,'Wrathstone',59318,4,0,0,1,455760,113940,12,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,1,32,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64800,0,0,0,120000,1141,20000,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45264,4,4,-1,'Decimator\'s Armguards',61876,4,0,0,1,392139,78427,9,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,72,7,72,44,46,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45265,4,2,-1,'Shoulderpads of the Monolith',59744,4,0,0,1,419289,83857,3,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,112,3,77,7,73,32,48,36,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45266,2,7,-1,'Malice',58937,4,0,0,1,1150409,230081,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,76,3,52,7,51,32,37,36,29,0,0,0,0,0,0,0,0,0,0,0,0,313,582,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45267,4,4,-1,'Saronite Plated Legguards',59714,4,0,0,1,788299,157659,7,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,147,12,52,13,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3857,0,375,826,0,0,0,'',69,0,0,0,0,12340),(45268,4,4,-1,'Gloves of the Pythonic Guardian',54711,4,0,0,1,397835,79567,10,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,64,5,65,32,49,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45269,4,4,-1,'Unfaltering Armguards',59213,4,0,0,1,399269,79853,9,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,64,7,46,5,49,36,28,43,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45270,4,8,-1,'Idol of the Crying Wind',34954,4,4096,0,1,0,0,28,32767,32767,226,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64950,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45271,4,0,-1,'Ironmender',61877,4,0,0,1,302495,75623,23,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,54,5,47,6,45,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45272,4,1,-1,'Robes of the Umbral Brute',59508,4,0,0,1,458559,91711,20,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,85,5,86,36,82,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45273,4,1,-1,'Handwraps of Plentiful Recovery',59006,4,0,0,1,230094,46018,10,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,73,5,62,6,56,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45274,4,3,-1,'Leggings of the Stoneweaver',59257,4,0,0,1,692661,138532,7,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,99,5,81,32,60,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,2865,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45275,4,1,-1,'Bracers of Unleashed Magic',59728,4,0,0,1,209661,41932,9,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,63,5,46,31,36,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45278,12,0,0,'Small Stone Block',4722,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45281,12,0,0,'Goblin Chisel',58208,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63381,0,0,0,7000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45282,2,5,-1,'Ironsoul',58912,4,0,0,1,1341488,268297,17,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,105,32,69,7,126,44,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,594,892,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45283,4,4,-1,'Flamewatch Armguards',59302,4,0,0,1,379154,75830,9,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,4,47,7,88,12,43,13,35,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1016,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45284,2,13,-1,'Kinetic Ripper',59378,4,0,0,1,1081097,216219,22,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,3,46,7,38,36,34,31,22,38,70,0,0,0,0,0,0,0,0,0,0,0,0,171,318,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45285,4,0,-1,'Might of the Leviathan',9860,4,0,0,1,302495,75623,2,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,68,7,67,31,34,44,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45286,4,0,-1,'Pyrite Infuser',59324,4,0,0,1,455760,113940,12,262143,32767,219,80,0,0,0,0,0,0,0,1,1,0,1,31,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65013,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45287,2,7,-1,'Firesoul',59383,4,0,0,1,1092851,218570,21,-1,-1,219,80,0,0,0,0,0,0,0,1,1,0,5,7,67,5,46,31,34,36,26,45,487,0,0,0,0,0,0,0,0,0,0,0,0,72,230,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-69,0,0,0,'',69,0,0,0,0,12340),(45288,4,3,-1,'Firestrider Chestguard',59766,4,0,0,1,658082,131616,5,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,80,5,87,45,109,36,81,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1299,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45289,4,1,-1,'Lifespark Visage',59721,4,0,0,1,330195,66039,1,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,93,5,73,6,45,36,63,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,3352,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45291,4,1,-1,'Combustion Bracers',58987,4,0,0,1,221711,44342,9,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,54,5,41,31,32,6,44,45,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45292,4,0,-1,'Energy Siphon',59311,4,0,0,1,455760,113940,12,-1,-1,219,80,0,0,0,0,0,0,0,1,1,0,1,43,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65008,0,0,0,120000,1141,20000,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45293,4,2,-1,'Handguards of Potent Cures',59759,4,0,0,1,267305,53461,10,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,70,5,62,6,57,32,56,45,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45294,2,19,-1,'Petrified Ivy Sprig',59392,4,0,0,1,825304,165060,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,26,5,19,6,22,31,29,45,45,0,0,0,0,0,0,0,0,0,0,0,0,414,769,3,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45295,4,4,-1,'Gilded Steel Legplates',59217,4,0,0,1,754159,150831,7,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,4,81,7,159,12,71,14,68,37,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,2871,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45296,2,16,-1,'Twirling Blades',58949,4,4194304,0,1,320008,80002,25,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,3,23,7,28,44,28,31,22,38,62,0,0,0,0,0,0,0,0,0,0,0,0,390,586,0,0,0,0,0,0,0,0,0,0,0,2100,0,100,0,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45297,4,0,-1,'Shimmering Seal',39124,4,524288,0,1,320008,80002,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,63,5,42,6,22,31,42,45,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45298,2,7,-1,'Razorscale Talon',58941,4,0,0,1,1057377,211475,13,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,36,7,51,32,33,38,90,36,20,0,0,0,0,0,0,0,0,0,0,0,0,297,552,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45299,4,4,-1,'Dragonsteel Faceplate',59158,4,0,0,1,556137,111227,1,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,97,7,120,44,46,32,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,3303,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45300,4,3,-1,'Mantle of Fiery Vengeance',59778,4,0,0,1,496078,99215,3,32767,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,6,3,57,7,63,5,65,44,41,32,56,38,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,0,0,0,0,2864,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45301,4,3,-1,'Bracers of the Smothering Inferno',59773,4,0,0,1,320739,64147,9,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,6,3,43,7,59,5,35,31,40,44,29,38,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,568,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45302,4,2,-1,'Treads of the Invader',59590,4,0,0,1,402406,80481,8,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,79,7,69,36,40,32,60,38,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,402,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45303,4,0,-1,'Band of Draconic Guile',11990,4,524288,0,1,310578,77644,11,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,59,7,63,44,43,36,35,38,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(45304,4,4,-1,'Stormtempered Girdle',59232,4,0,0,1,380471,76094,6,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,4,56,7,119,12,57,13,46,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1306,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45305,4,4,-1,'Breastplate of the Afterlife',59748,4,0,0,1,759386,151877,5,1535,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,80,5,106,45,95,43,30,36,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,0,0,0,0,2952,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45306,4,1,-1,'Binding of the Dragon Matriarch',58979,4,0,0,1,217758,43551,6,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,69,5,46,6,58,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45307,4,3,-1,'Ironscale Leggings',59770,4,0,0,1,655646,131129,7,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,114,5,76,36,62,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45308,4,0,-1,'Eye of the Broodmother',59524,4,0,0,1,455760,113940,12,262143,32767,219,80,0,0,0,0,0,0,0,1,1,0,1,32,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65007,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45309,2,3,-1,'Rifle of the Platinum Guard',58901,4,0,0,1,766427,153285,26,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,44,31,7,42,32,29,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,537,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45310,4,4,-1,'Gauntlets of the Iron Furnace',59306,4,0,0,1,361101,72220,10,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,4,59,7,117,12,48,13,56,44,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45311,2,6,-1,'Relentless Edge',58916,4,0,0,1,1287129,257425,17,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,65,7,111,32,76,36,62,38,212,0,0,0,0,0,0,0,0,0,0,0,0,543,815,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45312,4,2,-1,'Gloves of Smoldering Touch',59096,4,0,0,1,258414,51682,10,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,83,7,63,32,53,36,48,38,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45313,4,0,-1,'Furnace Stone',59313,4,0,0,1,455760,113940,12,262143,32767,219,80,0,0,0,0,0,0,0,1,1,0,1,13,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65011,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45314,4,0,-1,'Igniter Rod',58973,4,0,0,1,302495,75623,23,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,44,5,45,6,36,32,47,45,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45315,2,4,-1,'Stonerender',58736,4,0,0,1,1104356,220871,13,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,68,3,51,7,51,36,38,32,30,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45316,4,3,-1,'Armbraces of the Vibrant Flame',59763,4,0,0,1,314809,62961,9,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,39,5,33,32,43,43,18,45,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,568,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45317,4,1,-1,'Shawl of the Caretaker',59029,4,0,0,1,315995,63199,16,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,65,5,35,43,15,36,39,45,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45318,4,1,-1,'Drape of Fuming Anger',58995,4,0,0,1,317181,63436,16,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,68,7,67,32,30,36,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45319,4,1,-1,'Cloak of the Makers',35430,4,0,0,1,328000,65600,16,-1,-1,226,80,0,0,0,0,0,0,1,0,1,0,5,4,46,7,94,12,43,13,41,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45320,4,4,-1,'Shoulderplates of the Eternal',59704,4,0,0,1,575041,115008,3,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,96,32,60,31,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1761,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45321,4,4,-1,'Pauldrons of Tempered Will',59753,4,0,0,1,560168,112033,3,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,80,5,66,32,43,36,34,45,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1741,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45322,4,1,-1,'Cloak of the Iron Council',58985,4,0,0,1,321893,64378,16,-1,-1,219,80,0,0,0,0,0,0,1,0,1,0,5,4,49,7,90,12,32,15,40,37,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45323,12,0,-1,'Severed Arm',58625,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45324,4,2,-1,'Leggings of Swift Reflexes',59101,4,0,0,1,540388,108077,7,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,106,7,92,32,53,36,76,38,162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45325,4,2,-1,'Gloves of the Stonereaper',58761,4,0,0,1,279416,55883,10,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,112,3,77,7,84,31,65,44,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45326,4,0,-1,'Platinum Band of the Aesir',35313,4,524288,0,1,302495,75623,11,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,4,42,7,94,12,46,13,36,37,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45327,2,2,-1,'Siren\'s Cry',58878,4,0,0,1,888034,177606,15,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,54,3,38,7,36,32,25,36,22,0,0,0,0,0,0,0,0,0,0,0,0,387,660,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,25.4,0,0,0,'',69,0,0,0,0,12340),(45328,12,0,-1,'Bloated Slippery Eel',24131,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45329,4,3,-1,'Circlet of True Sight',59633,4,0,0,1,459808,91961,1,32767,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,6,3,70,7,95,5,54,32,42,38,156,31,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,3314,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45330,4,4,-1,'Greaves of Iron Intensity',59150,4,0,0,1,537437,107487,8,1535,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,91,7,90,32,45,31,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(45331,2,7,-1,'Rune-Etched Nightblade',58940,4,0,0,1,1029596,205919,13,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,46,7,50,44,26,32,32,38,56,0,0,0,0,0,0,0,0,0,0,0,0,160,297,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45332,2,15,-1,'Stormtip',59376,4,0,0,1,1033550,206710,21,-1,-1,219,80,0,0,0,0,0,0,0,1,1,0,5,7,33,5,35,36,53,6,34,45,487,0,0,0,0,0,0,0,0,0,0,0,0,81,258,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-69,0,0,0,'',69,0,0,0,0,12340),(45333,4,3,-1,'Belt of the Iron Servant',59764,4,0,0,1,311251,62250,6,-1,-1,219,80,0,0,0,0,0,0,0,1,1,0,5,45,93,7,69,5,60,36,39,43,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,731,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45334,4,4,-1,'Unbreakable Chestguard',59716,4,0,0,1,751077,150215,5,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,159,12,60,15,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2348,0,0,0,0,0,0,0,0,0,45858,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45335,4,4,-1,'Valorous Darkruned Chestguard',58229,4,4096,0,1,0,0,5,32,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,4,90,7,135,12,60,14,49,13,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,835,165,0,0,0,0,8,0,8,0,0,0,3871,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45336,4,4,-1,'Valorous Darkruned Faceguard',58231,4,4096,0,1,0,0,1,32,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,4,81,7,135,12,65,31,37,13,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,835,100,0,0,0,0,1,0,8,0,0,0,3304,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45337,4,4,-1,'Valorous Darkruned Handguards',58230,4,4096,0,1,0,0,10,32,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,4,57,7,119,12,47,14,52,37,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,835,55,0,0,0,0,2,0,0,0,0,0,2871,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45338,4,4,-1,'Valorous Darkruned Legguards',58330,4,4096,0,1,0,0,7,32,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,4,71,7,135,12,62,14,76,37,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,835,120,0,0,0,0,8,0,2,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45339,4,4,-1,'Valorous Darkruned Pauldrons',58233,4,4096,0,1,0,0,3,32,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,4,62,7,119,12,41,14,36,13,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1741,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,835,100,0,0,0,0,4,0,0,0,0,0,2871,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45340,4,4,-1,'Valorous Darkruned Battleplate',58229,4,4096,0,1,0,0,5,32,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,120,32,71,37,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,834,165,0,0,0,0,4,0,8,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45341,4,4,-1,'Valorous Darkruned Gauntlets',58247,4,4096,0,1,0,0,10,32,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,83,7,90,32,39,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,834,55,0,0,0,0,8,0,0,0,0,0,2873,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45342,4,4,-1,'Valorous Darkruned Helmet',58231,4,4096,0,1,0,0,1,32,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,97,7,120,32,65,44,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,834,100,0,0,0,0,1,0,8,0,0,0,3314,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45343,4,4,-1,'Valorous Darkruned Legplates',58329,4,4096,0,1,0,0,7,32,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,120,32,65,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,834,120,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45344,4,4,-1,'Valorous Darkruned Shoulderplates',58249,4,4096,0,1,0,0,3,32,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,83,7,90,36,52,31,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1741,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,834,100,0,0,0,0,8,0,0,0,0,0,2908,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45345,4,2,-1,'Valorous Nightsong Handguards',58239,4,4096,0,1,0,0,10,1024,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,83,7,58,5,60,6,53,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,829,40,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45346,4,2,-1,'Valorous Nightsong Headpiece',59573,4,4096,0,1,0,0,1,1024,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,6,55,36,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,829,70,0,0,0,0,1,0,2,0,0,0,3352,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45347,4,2,-1,'Valorous Nightsong Leggings',58335,4,4096,0,1,0,0,7,1024,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,6,71,32,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,829,90,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45348,4,2,-1,'Valorous Nightsong Robe',58337,4,4096,0,1,0,0,20,1024,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,6,63,32,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,585,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,829,120,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45349,4,2,-1,'Valorous Nightsong Spaulders',58243,4,4096,0,1,0,0,3,1024,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,82,7,58,5,60,6,53,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,829,70,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45351,4,2,-1,'Valorous Nightsong Gloves',58239,4,4096,0,1,0,0,10,1024,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,83,7,58,5,60,6,45,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,828,40,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45352,4,2,-1,'Valorous Nightsong Mantle',58243,4,4096,0,1,0,0,3,1024,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,83,7,58,5,60,6,45,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,828,70,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45353,4,2,-1,'Valorous Nightsong Trousers',58335,4,4096,0,1,0,0,7,1024,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,32,71,31,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,828,90,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45354,4,2,-1,'Valorous Nightsong Vestments',58337,4,4096,0,1,0,0,20,1024,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,6,55,36,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,585,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,828,120,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45355,4,2,-1,'Valorous Nightsong Handgrips',58250,4,4096,0,1,0,0,10,1024,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,3,79,7,86,44,40,36,30,38,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,827,40,0,0,0,0,4,0,0,0,0,0,2882,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45356,4,2,-1,'Valorous Nightsong Headguard',59574,4,4096,0,1,0,0,1,1024,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,3,74,7,114,32,70,44,46,38,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,827,70,0,0,0,0,1,0,2,0,0,0,3313,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45357,4,2,-1,'Valorous Nightsong Legguards',58334,4,4096,0,1,0,0,7,1024,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,3,106,7,114,32,65,36,46,38,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,827,90,0,0,0,0,8,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45358,4,2,-1,'Valorous Nightsong Raiments',59055,4,4096,0,1,0,0,20,1024,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,3,90,7,110,31,45,32,62,38,152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,585,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,827,120,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45359,4,2,-1,'Valorous Nightsong Shoulderpads',58243,4,4096,0,1,0,0,3,1024,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,3,71,7,67,32,56,38,104,37,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,827,70,0,0,0,0,2,0,0,0,0,0,2952,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45360,4,3,-1,'Valorous Scourgestalker Handguards',58338,4,4096,0,1,0,0,10,4,32767,219,80,0,0,0,0,0,0,0,0,1,0,6,3,44,7,62,5,41,36,41,31,40,38,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,812,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,838,50,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45361,4,3,-1,'Valorous Scourgestalker Headpiece',59656,4,4096,0,1,0,0,1,4,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,6,3,76,7,75,5,45,44,46,32,56,38,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,838,85,0,0,0,0,1,0,2,0,0,0,1589,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45362,4,3,-1,'Valorous Scourgestalker Legguards',58256,4,4096,0,1,0,0,7,4,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,6,3,54,7,63,5,63,36,42,32,68,38,212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,838,105,0,0,0,0,4,0,8,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45363,4,3,-1,'Valorous Scourgestalker Spaulders',58257,4,4096,0,1,0,0,3,4,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,6,3,60,7,47,5,41,36,48,31,40,38,126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,974,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,838,85,0,0,0,0,2,0,0,0,0,0,3267,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45364,4,3,-1,'Valorous Scourgestalker Tunic',58253,4,4096,0,1,0,0,5,4,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,6,3,81,7,60,5,55,32,56,31,53,38,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1299,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,838,140,0,0,0,0,2,0,8,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45365,4,1,-1,'Valorous Kirin Tor Hood',59670,4,4096,0,1,0,0,1,128,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,56,5,81,31,64,6,61,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,836,60,0,0,0,0,1,0,2,0,0,0,440,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45367,4,1,-1,'Valorous Kirin Tor Leggings',59431,4,4096,0,1,0,0,7,128,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,7,69,5,76,32,68,31,62,45,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,836,75,0,0,0,0,2,0,8,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45368,4,1,-1,'Valorous Kirin Tor Tunic',59517,4,4096,0,1,0,0,5,128,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,7,69,5,76,6,46,32,76,45,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,836,100,0,0,0,0,8,0,4,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45369,4,1,-1,'Valorous Kirin Tor Shoulderpads',58262,4,4096,0,1,0,0,3,128,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,7,60,5,60,6,30,36,57,45,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,836,60,0,0,0,0,4,0,0,0,0,0,2869,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45370,4,4,-1,'Valorous Aegis Gloves',58265,4,4096,0,1,0,0,10,2,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,83,7,58,5,60,36,53,43,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,822,55,0,0,0,0,2,0,0,0,0,0,3308,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45371,4,4,-1,'Valorous Aegis Greaves',59612,4,4096,0,1,0,0,7,2,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,36,54,43,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,822,120,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45372,4,4,-1,'Valorous Aegis Headpiece',59611,4,4096,0,1,0,0,1,2,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,32,54,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,822,100,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45373,4,4,-1,'Valorous Aegis Spaulders',59617,4,4096,0,1,0,0,3,2,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,83,7,58,5,60,32,45,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1741,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,822,100,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45374,4,4,-1,'Valorous Aegis Tunic',59618,4,4096,0,1,0,0,5,2,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,32,54,43,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,822,165,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45375,4,4,-1,'Valorous Aegis Battleplate',59610,4,4096,0,1,0,0,5,2,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,120,31,73,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,820,165,0,0,0,0,4,0,4,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45376,4,4,-1,'Valorous Aegis Gauntlets',58270,4,4096,0,1,0,0,10,2,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,83,7,90,32,56,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,820,55,0,0,0,0,8,0,0,0,0,0,3267,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45377,4,4,-1,'Valorous Aegis Helm',59611,4,4096,0,1,0,0,1,2,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,97,7,120,36,54,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,820,100,0,0,0,0,1,0,2,0,0,0,3314,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45378,4,2,-1,'Boots of the Petrified Forest',59757,4,0,0,1,406934,81386,8,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,93,7,69,5,57,6,52,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,402,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45379,4,4,-1,'Valorous Aegis Legplates',59614,4,4096,0,1,0,0,7,2,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,120,31,54,32,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,820,120,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45380,4,4,-1,'Valorous Aegis Shoulderplates',59616,4,4096,0,1,0,0,3,2,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,83,7,90,32,52,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1741,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,820,100,0,0,0,0,4,0,0,0,0,0,2908,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45381,4,4,-1,'Valorous Aegis Breastplate',59610,4,4096,0,1,0,0,5,2,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,4,106,7,135,12,55,13,48,14,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,821,165,0,0,0,0,8,0,2,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45382,4,4,-1,'Valorous Aegis Faceguard',59611,4,4096,0,1,0,0,1,2,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,4,90,7,135,12,56,13,55,15,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,821,100,0,0,0,0,1,0,4,0,0,0,3305,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45383,4,4,-1,'Valorous Aegis Handguards',58275,4,4096,0,1,0,0,10,2,32767,219,80,0,0,0,0,0,0,0,0,1,0,4,4,78,7,106,12,41,14,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,0,0,0,0,48259,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,821,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45384,4,4,-1,'Valorous Aegis Legguards',59613,4,4096,0,1,0,0,7,2,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,4,106,7,135,12,56,13,40,14,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,821,120,0,0,0,0,2,0,4,0,0,0,3305,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45385,4,4,-1,'Valorous Aegis Shoulderguards',59615,4,4096,0,1,0,0,3,2,32767,219,80,0,0,0,0,0,0,0,0,1,0,4,4,78,7,106,12,41,15,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1741,0,0,0,0,0,0,0,0,0,64948,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,821,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45386,4,1,-1,'Valorous Cowl of Sanctification',58284,4,4096,0,1,0,0,1,16,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,71,5,70,6,71,32,62,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,833,60,0,0,0,0,1,0,2,0,0,0,2314,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45387,4,1,-1,'Valorous Gloves of Sanctification',58331,4,4096,0,1,0,0,10,16,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,7,54,5,53,6,57,36,46,45,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,833,35,0,0,0,0,8,0,0,0,0,0,2864,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45388,4,1,-1,'Valorous Leggings of Sanctification',58332,4,4096,0,1,0,0,7,16,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,7,69,5,76,6,54,36,66,45,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,833,75,0,0,0,0,8,0,4,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45389,4,1,-1,'Valorous Robe of Sanctification',58333,4,4096,0,1,0,0,20,16,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,7,80,5,81,6,76,32,46,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,833,100,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45390,4,1,-1,'Valorous Shoulderpads of Sanctification',58283,4,4096,0,1,0,0,3,16,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,60,5,60,6,37,36,56,45,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,833,60,0,0,0,0,2,0,0,0,0,0,3596,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45391,4,1,-1,'Valorous Circlet of Sanctification',58284,4,4096,0,1,0,0,1,16,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,78,5,70,36,60,32,65,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,832,60,0,0,0,0,1,0,2,0,0,0,3353,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45392,4,1,-1,'Valorous Handwraps of Sanctification',58331,4,4096,0,1,0,0,10,16,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,7,57,5,41,32,59,6,49,45,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,832,35,0,0,0,0,4,0,0,0,0,0,2908,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45393,4,1,-1,'Valorous Mantle of Sanctification',58283,4,4096,0,1,0,0,3,16,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,48,5,60,32,57,6,46,45,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,832,60,0,0,0,0,2,0,0,0,0,0,3596,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45394,4,1,-1,'Valorous Pants of Sanctification',58332,4,4096,0,1,0,0,7,16,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,7,93,5,76,6,52,36,70,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,832,75,0,0,0,0,2,0,4,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45395,4,1,-1,'Valorous Raiments of Sanctification',58333,4,4096,0,1,0,0,20,16,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,7,81,5,71,36,54,31,68,45,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,832,100,0,0,0,0,8,0,4,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45396,4,2,-1,'Valorous Terrorblade Breastplate',58287,4,4096,0,1,0,0,5,8,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,3,90,7,81,32,62,37,71,38,152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,585,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,826,120,0,0,0,0,2,0,4,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45397,4,2,-1,'Valorous Terrorblade Gauntlets',58288,4,4096,0,1,0,0,10,8,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,3,79,7,53,32,40,31,50,38,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,826,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45398,4,2,-1,'Valorous Terrorblade Helmet',59648,4,4096,0,1,0,0,1,8,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,3,100,7,62,32,71,36,53,38,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,826,70,0,0,0,0,1,0,2,0,0,0,1589,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45399,4,2,-1,'Valorous Terrorblade Legplates',58290,4,4096,0,1,0,0,7,8,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,3,94,7,83,36,66,32,62,38,152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,826,90,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45400,4,2,-1,'Valorous Terrorblade Pauldrons',58291,4,4096,0,1,0,0,3,8,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,3,79,7,69,32,36,31,52,38,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,826,70,0,0,0,0,2,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45401,4,3,-1,'Valorous Worldbreaker Handguards',58293,4,4096,0,1,0,0,10,64,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,83,7,58,5,60,32,45,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,812,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,825,50,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45402,4,3,-1,'Valorous Worldbreaker Headpiece',59647,4,4096,0,1,0,0,1,64,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,32,55,36,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,825,85,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45403,4,3,-1,'Valorous Worldbreaker Legguards',58339,4,4096,0,1,0,0,7,64,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,32,55,43,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,825,105,0,0,0,0,2,0,8,0,0,0,3310,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45404,4,3,-1,'Valorous Worldbreaker Spaulders',58296,4,4096,0,1,0,0,3,64,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,83,7,58,5,60,36,53,43,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,974,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,825,85,0,0,0,0,2,0,0,0,0,0,2865,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45405,4,3,-1,'Valorous Worldbreaker Tunic',59485,4,4096,0,1,0,0,20,64,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,32,55,43,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1299,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,825,140,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45406,4,3,-1,'Valorous Worldbreaker Gloves',58293,4,4096,0,1,0,0,10,64,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,83,7,58,5,60,32,45,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,812,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,824,50,0,0,0,0,2,0,0,0,0,0,2873,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45408,4,3,-1,'Valorous Worldbreaker Helm',59647,4,4096,0,1,0,0,1,64,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,31,55,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,824,85,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45409,4,3,-1,'Valorous Worldbreaker Kilt',58339,4,4096,0,1,0,0,7,64,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,32,71,31,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,824,105,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45410,4,3,-1,'Valorous Worldbreaker Shoulderpads',58296,4,4096,0,1,0,0,3,64,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,83,7,58,5,60,32,53,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,974,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,824,85,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45411,4,3,-1,'Valorous Worldbreaker Hauberk',59485,4,4096,0,1,0,0,20,64,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,31,55,36,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1299,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,824,140,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45412,4,3,-1,'Valorous Worldbreaker Faceguard',59646,4,4096,0,1,0,0,1,64,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,6,3,50,7,69,5,56,32,68,36,49,38,188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,823,85,0,0,0,0,1,0,2,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45413,4,3,-1,'Valorous Worldbreaker Chestguard',59488,4,4096,0,1,0,0,20,64,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,6,3,62,7,51,5,56,31,60,32,64,38,196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1299,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,823,140,0,0,0,0,4,0,4,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45414,4,3,-1,'Valorous Worldbreaker Grips',58298,4,4096,0,1,0,0,10,64,32767,219,80,0,0,0,0,0,0,0,0,1,0,6,3,53,7,47,5,41,37,36,36,48,38,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,812,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,823,50,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45415,4,3,-1,'Valorous Worldbreaker Shoulderguards',58301,4,4096,0,1,0,0,3,64,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,6,3,57,7,63,5,48,32,46,37,31,38,126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,974,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,823,85,0,0,0,0,2,0,0,0,0,0,2952,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45416,4,3,-1,'Valorous Worldbreaker War-Kilt',58639,4,4096,0,1,0,0,7,64,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,6,3,62,7,71,5,48,36,76,31,56,38,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,823,105,0,0,0,0,2,0,8,0,0,0,3356,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45417,4,1,-1,'Valorous Deathbringer Hood',59396,4,4096,0,1,0,0,1,256,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,81,5,71,6,37,32,81,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,837,60,0,0,0,0,1,0,8,0,0,0,3314,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45418,4,0,-1,'Lady Maye\'s Sapphire Ring',39124,4,524288,0,1,310578,77644,11,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,51,5,43,6,44,36,32,45,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340),(45419,4,1,-1,'Valorous Deathbringer Gloves',58302,4,4096,0,1,0,0,10,256,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,69,5,57,6,25,31,59,45,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,837,35,0,0,0,0,8,0,0,0,0,0,2864,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45420,4,1,-1,'Valorous Deathbringer Leggings',58327,4,4096,0,1,0,0,7,256,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,7,80,5,81,6,44,36,62,45,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,837,75,0,0,0,0,8,0,4,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45421,4,1,-1,'Valorous Deathbringer Robe',58328,4,4096,0,1,0,0,20,256,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,7,77,5,71,32,62,31,68,45,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,837,100,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45422,4,1,-1,'Valorous Deathbringer Shoulderpads',58307,4,4096,0,1,0,0,3,256,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,7,63,5,57,36,38,32,53,45,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,837,60,0,0,0,0,4,0,0,0,0,0,2908,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45423,4,1,-1,'Runetouch Wristwraps',59723,4,0,0,1,205171,41034,9,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,52,5,42,6,29,32,46,45,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45424,4,4,-1,'Valorous Siegebreaker Breastplate',58308,4,4096,0,1,0,0,5,1,32767,219,80,0,0,0,0,0,0,0,0,1,0,4,4,106,7,135,12,47,14,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2322,0,0,0,0,0,0,0,0,0,48645,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,831,165,0,0,0,0,8,0,4,0,0,0,3857,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45425,4,4,-1,'Valorous Siegebreaker Greathelm',59677,4,4096,0,1,0,0,1,1,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,4,90,7,135,12,56,13,48,15,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,831,100,0,0,0,0,1,0,4,0,0,0,3304,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45426,4,4,-1,'Valorous Siegebreaker Handguards',58309,4,4096,0,1,0,0,10,1,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,4,56,7,106,12,44,13,53,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,831,55,0,0,0,0,8,0,0,0,0,0,2932,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45427,4,4,-1,'Valorous Siegebreaker Legguards',58311,4,4096,0,1,0,0,7,1,32767,219,80,0,0,0,0,0,0,0,0,1,0,4,4,106,7,135,12,47,13,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,0,0,0,0,0,0,0,0,0,64926,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,831,120,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45428,4,4,-1,'Valorous Siegebreaker Pauldrons',58312,4,4096,0,1,0,0,3,1,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,4,56,7,106,12,44,13,53,37,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1741,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,831,100,0,0,0,0,8,0,0,0,0,0,2932,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45429,4,4,-1,'Valorous Siegebreaker Battleplate',58308,4,4096,0,1,0,0,5,1,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,120,32,54,44,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,830,165,0,0,0,0,2,0,8,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45430,4,4,-1,'Valorous Siegebreaker Gauntlets',58313,4,4096,0,1,0,0,10,1,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,83,7,90,31,35,37,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,830,55,0,0,0,0,4,0,0,0,0,0,2908,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45431,4,4,-1,'Valorous Siegebreaker Helmet',59677,4,4096,0,1,0,0,1,1,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,97,7,120,32,55,44,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,830,100,0,0,0,0,1,0,2,0,0,0,3312,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45432,4,4,-1,'Valorous Siegebreaker Legplates',58314,4,4096,0,1,0,0,7,1,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,120,31,68,37,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,830,120,0,0,0,0,4,0,8,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45433,4,4,-1,'Valorous Siegebreaker Shoulderplates',58315,4,4096,0,1,0,0,3,1,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,83,7,90,32,50,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1741,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,830,100,0,0,0,0,2,0,0,0,0,0,2892,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45434,4,4,-1,'Greaves of the Rockmender',59204,4,0,0,1,577176,115435,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,73,5,62,32,48,43,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1614,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2865,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45435,4,1,-1,'Cowl of the Absolute',61871,4,0,0,1,331666,66333,1,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,133,7,72,5,91,6,57,31,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45436,4,7,-1,'Libram of the Resolute',34961,4,4096,0,1,0,0,28,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64956,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45437,2,7,-1,'Runescribed Blade',58943,4,0,0,1,1141717,228343,21,-1,-1,232,80,0,0,0,0,0,0,0,1,1,0,5,45,550,7,43,5,51,6,37,32,52,0,0,0,0,0,0,0,0,0,0,0,0,89,283,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-75.6,0,0,0,'',69,0,0,0,0,12340),(45438,4,0,-1,'Ring of the Faithful Servant',31905,4,524288,0,1,302495,75623,11,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,63,5,42,32,36,43,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45439,4,2,-1,'Unwavering Stare',59184,4,0,0,1,431551,86310,1,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,99,5,81,6,60,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,3352,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45440,4,3,-1,'Amice of the Stoic Watch',59139,4,0,0,1,522004,104400,3,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,73,5,60,32,57,43,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,0,0,0,0,2865,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45441,4,1,-1,'Sandals of the Ancient Keeper',61873,4,0,0,1,314623,62924,8,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,63,5,64,6,62,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45443,4,0,-1,'Charm of Meticulous Timing',7271,4,0,0,1,302495,75623,2,32767,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,75,7,61,5,51,36,40,43,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45445,4,4,-1,'Breastplate of the Devoted',59197,4,0,0,1,786245,157249,5,1535,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,111,5,92,32,76,36,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2420,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,2,0,4,0,3753,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45446,4,1,-1,'Grasps of Reason',61881,4,0,0,1,225500,45100,9,32767,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,75,7,63,5,52,6,48,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45447,4,0,-1,'Watchful Eye of Fate',44703,4,0,0,1,302495,75623,2,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,51,5,36,36,40,6,37,45,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2864,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45448,2,15,-1,'Perilous Bite',59373,4,0,0,1,1104243,220848,13,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,3,51,7,53,31,34,38,62,44,24,0,0,0,0,0,0,0,0,0,0,0,0,257,387,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,3765,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45449,2,13,-1,'The Masticator',58895,4,0,0,1,1108420,221684,21,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,3,42,7,45,31,34,32,30,38,80,0,0,0,0,0,0,0,0,0,0,0,0,386,580,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45450,4,6,-1,'Northern Barrier',61884,4,0,0,1,694519,138903,14,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,42,7,94,12,63,31,28,37,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7890,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,4,0,0,221,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45451,4,0,-1,'Frozen Loop',39123,4,524288,0,1,302495,75623,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,49,5,46,36,36,31,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45452,4,4,-1,'Frostplate Greaves',59201,4,0,0,1,765256,153051,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,99,5,81,32,75,43,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45453,4,2,-1,'Winter\'s Icy Embrace',59746,4,0,0,1,548648,109729,5,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,38,136,3,97,7,66,37,57,44,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,591,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,8,0,0,0,3764,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45454,4,3,-1,'Frost-bound Chain Bracers',59236,4,0,0,1,339130,67826,9,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,38,126,3,46,7,49,5,33,32,36,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45455,4,2,-1,'Belt of the Crystal Tree',59755,4,0,0,1,283627,56725,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,90,5,47,6,51,36,40,45,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3267,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45456,4,0,-1,'Loop of the Agile',44841,4,524288,0,1,302495,75623,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,3,63,7,52,32,45,36,32,38,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45457,2,10,-1,'Staff of Endless Winter',58930,4,0,0,1,1506483,301296,17,-1,-1,239,80,0,0,0,0,0,0,6,0,1,0,5,45,587,7,111,5,128,6,84,32,104,0,0,0,0,0,0,0,0,0,0,0,0,244,450,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,8,0,8,0,0,0,3753,0,375,-79.5,0,0,0,'',69,0,0,0,0,12340),(45458,2,1,-1,'Stormedge',58874,4,0,0,1,1391039,278207,17,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,106,7,125,44,74,31,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,594,892,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45459,4,0,-1,'Frigid Strength of Hodir',9852,4,0,0,1,302495,75623,2,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,81,31,40,44,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45460,4,3,-1,'Bindings of Winter Gale',59159,4,0,0,1,365388,73077,9,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,75,7,61,5,51,32,48,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,592,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45461,4,1,-1,'Drape of Icy Intent',58996,4,0,0,1,331806,66361,16,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,38,102,3,64,7,70,31,40,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45462,4,2,-1,'Gloves of the Frozen Glade',59121,4,0,0,1,277550,55510,10,32767,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,92,7,84,5,69,6,56,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45463,2,4,-1,'Vulmir, the Northern Tempest',59365,4,0,0,1,1083362,216672,13,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,74,3,52,7,51,31,37,37,29,0,0,0,0,0,0,0,0,0,0,0,0,325,605,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Carry with you the thunderous strength of the storm.',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45464,4,1,-1,'Cowl of Icy Breaths',59672,4,0,0,1,308846,61769,1,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,78,5,74,6,48,31,60,45,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,4,0,0,0,2844,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45466,4,0,-1,'Scale of Fates',59237,4,0,0,1,455760,113940,12,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,1,45,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64707,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45467,4,3,-1,'Belt of the Betrayed',59148,4,0,0,1,321857,64371,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,38,170,3,57,7,67,5,43,32,44,44,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,739,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45468,4,1,-1,'Leggings of Lost Love',61887,4,0,0,1,430772,86154,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,99,5,81,6,86,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,3311,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45469,4,0,-1,'Sif\'s Promise',43095,4,524288,0,1,302495,75623,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,72,7,72,32,42,37,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'As shall my love never fail, neither shall the strength of your rule.',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45470,4,6,-1,'Wisdom\'s Hold',65031,4,0,0,1,752072,150414,14,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,75,7,70,5,48,36,47,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8130,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,227,0,120,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45473,4,2,-1,'Embrace of the Gladiator',59737,4,0,0,1,593942,118788,5,262143,32767,239,80,0,0,0,0,0,0,0,0,1,0,5,38,140,3,112,7,127,32,70,36,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,8,0,2,0,3313,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45474,4,3,-1,'Pauldrons of the Combatant',59270,4,0,0,1,538866,107773,3,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,92,7,82,5,69,36,48,43,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45479,2,10,-1,'The Lifebinder',58925,4,0,0,1,1474554,294910,17,-1,-1,232,80,0,0,0,0,0,0,6,0,1,0,5,45,550,7,120,5,121,6,80,36,120,0,0,0,0,0,0,0,0,0,0,0,0,231,427,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-75.6,0,0,0,'',69,0,0,0,0,12340),(45480,4,0,-1,'Nymph Heart Charm',9858,4,0,0,1,302495,75623,2,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,92,3,63,7,63,31,36,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45481,4,4,-1,'Gauntlets of Ruthless Reprisal',59699,4,0,0,1,369042,73808,10,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,98,7,96,36,49,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45482,4,2,-1,'Leggings of the Lifetender',59127,4,0,0,1,526244,105248,7,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,99,5,81,6,76,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,8,0,0,0,3311,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45483,4,1,-1,'Boots of the Servant',59727,4,0,0,1,316968,63393,8,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,73,5,56,6,48,36,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45489,2,13,-1,'Insanity\'s Grip',59387,4,0,0,1,1137993,227598,21,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,38,80,3,52,7,51,37,25,32,34,0,0,0,0,0,0,0,0,0,0,0,0,372,558,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45490,4,0,-1,'Pandora\'s Plea',59319,4,0,0,1,455760,113940,12,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,1,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64742,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45491,4,2,-1,'Waistguard of the Creator',58747,4,0,0,1,279526,55905,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,114,3,77,7,84,32,43,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45492,4,2,-1,'Malleable Steelweave Mantle',59132,4,0,0,1,420775,84155,3,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,64,5,65,6,56,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45493,4,1,-1,'Asimov\'s Drape',58977,4,0,0,1,337842,67568,16,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,46,5,42,6,42,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45498,2,6,-1,'Lotrafen, Spear of the Damned',58915,4,0,0,1,1469192,293838,17,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,160,3,120,7,105,32,87,44,80,0,0,0,0,0,0,0,0,0,0,0,0,632,949,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45500,12,0,-1,'Mark of the Champion',58345,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45501,4,4,-1,'Boots of the Underdweller',59696,4,0,0,1,549312,109862,8,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,98,7,96,32,60,31,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1614,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45502,4,4,-1,'Helm of the Faceless',59711,4,0,0,1,566734,113346,1,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,113,7,147,12,44,14,59,13,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1908,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,3302,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45503,4,0,-1,'Metallic Loop of the Sufferer',31616,4,524288,0,1,302495,75623,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,92,3,62,7,63,36,36,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45504,4,3,-1,'Darkcore Leggings',59185,4,0,0,1,653754,130750,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,38,120,3,106,7,88,5,59,31,52,36,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,8,0,4,0,0,0,3764,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45505,4,4,-1,'Belt of Clinging Hope',59194,4,0,0,1,384969,76993,6,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,64,5,65,36,56,43,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45506,0,0,0,'Archivum Data Disc',44303,4,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,13604,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45507,4,0,-1,'The General\'s Heart',34132,4,0,0,1,455760,113940,12,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,1,13,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64764,1,0,0,120000,0,-1,0,0,0,0,180000,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45508,4,1,-1,'Belt of the Darkspeaker',59726,4,0,0,1,221154,44230,6,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,64,5,63,6,49,31,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45509,4,8,-1,'Idol of the Corruptor',54700,4,4096,0,1,0,0,28,32767,32767,226,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64952,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45510,4,7,-1,'Libram of Discord',34960,4,4096,0,1,0,0,28,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64957,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45511,2,19,-1,'Scepter of Lost Souls',59391,4,0,0,1,859589,171917,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,44,7,37,5,26,32,18,36,29,0,0,0,0,0,0,0,0,0,0,0,0,414,769,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45512,4,2,-1,'Grips of the Unbroken',59123,4,0,0,1,280489,56097,10,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,64,5,65,6,64,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45513,4,3,-1,'Boots of the Forgotten Depths',59166,4,0,0,1,508966,101793,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,84,5,56,36,62,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,903,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45514,4,1,-1,'Mantle of the Unknowing',59015,4,0,0,1,339031,67806,3,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,73,5,56,6,62,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2869,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45515,4,0,-1,'Ring of the Vacant Eye',34336,4,524288,0,1,302495,75623,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,54,5,46,6,42,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45516,2,8,-1,'Voldrethar, Dark Blade of Oblivion',58946,4,0,0,1,1500533,300106,17,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,4,130,7,145,32,86,44,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,704,1057,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45518,4,0,-1,'Flare of the Heavens',59269,4,0,0,1,455760,113940,12,262143,32767,239,80,0,0,0,0,0,0,0,1,1,0,1,32,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64714,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45521,2,5,-1,'Earthshaper',58910,4,0,0,1,1380728,276145,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,137,7,137,32,87,31,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,1005,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45522,4,0,-1,'Blood of the Old God',59322,4,0,0,1,455760,113940,12,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,1,31,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64792,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45523,4,2,-1,'Garona\'s Guise',59739,4,0,0,1,407027,81405,1,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,38,130,3,98,7,99,36,76,37,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,8,0,0,0,3313,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45524,4,3,-1,'Chestguard of Insidious Intent',61885,4,0,0,1,653688,130737,5,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,38,196,3,68,7,88,5,59,44,67,31,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,4,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45525,4,0,-1,'Godbane Signet',43095,4,524288,0,1,302495,75623,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,126,3,46,7,63,32,42,37,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45527,2,15,-1,'Soulscribe',58888,4,0,0,1,1129414,225882,21,-1,-1,232,80,0,0,0,0,0,0,0,1,1,0,5,45,550,7,54,5,49,36,48,32,28,0,0,0,0,0,0,0,0,0,0,0,0,89,283,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-75.6,0,0,0,'',69,0,0,0,0,12340),(45529,4,1,-1,'Shawl of Haunted Memories',59028,4,0,0,1,332921,66584,16,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,46,5,46,6,49,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45530,4,0,-1,'Sanity\'s Bond',50376,4,524288,0,1,302495,75623,11,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,63,5,42,36,31,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45531,4,3,-1,'Chestguard of the Fallen God',61886,4,0,0,1,670665,134133,5,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,85,5,86,32,75,36,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45532,4,1,-1,'Cowl of Dark Whispers',59989,4,0,0,1,336554,67310,1,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,66,6,80,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45538,4,0,-1,'Titanstone Pendant',31604,4,0,0,1,302495,75623,2,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,46,7,94,12,41,13,43,37,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45539,4,0,-1,'Pendant of Focused Energies',48512,4,0,0,1,302495,75623,2,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,63,5,42,6,36,31,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45540,4,0,-1,'Bladebearer\'s Signet',45948,4,524288,0,1,302495,75623,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,72,7,72,31,46,37,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45541,4,1,-1,'Shroud of Alteration',51736,4,0,0,1,323145,64629,16,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,46,5,49,36,36,43,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45542,4,4,-1,'Greaves of the Stonewarder',59219,4,0,0,1,566561,113312,8,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,84,7,115,12,44,14,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1614,0,0,0,0,0,0,0,0,0,44757,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45543,4,3,-1,'Shoulders of Misfortune',59274,4,0,0,1,490554,98110,3,32767,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,6,38,154,3,57,7,66,5,44,36,56,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,0,0,0,0,3308,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45544,4,3,-1,'Leggings of the Tortured Earth',59258,4,0,0,1,653622,130724,7,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,133,7,99,5,81,36,75,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45547,4,2,-1,'Relic Hunter\'s Cord',59742,4,0,0,1,275370,55074,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,120,3,85,7,84,31,57,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45548,4,2,-1,'Belt of the Sleeper',58641,4,0,0,1,276388,55277,6,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,64,5,65,6,60,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45549,4,1,-1,'Grips of Chaos',59731,4,0,0,1,221903,44380,9,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,46,5,49,6,46,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45550,4,4,-1,'Belt of the Titans',55389,4,0,0,1,391984,78396,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,69,7,126,32,57,37,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45551,4,4,-1,'Indestructible Plate Girdle',59224,4,0,0,1,403687,80737,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,84,7,103,12,36,13,45,14,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,2,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45552,4,4,-1,'Plate Girdle of Righteousness',59209,4,0,0,1,405082,81016,6,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,81,7,49,5,62,36,40,43,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45553,4,3,-1,'Belt of Dragons',59145,4,0,0,1,346462,69292,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,38,138,3,48,7,66,5,44,32,49,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,739,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,3356,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45554,4,3,-1,'Blue Belt of Chaos',59157,4,0,0,1,314623,62924,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,81,7,64,5,65,32,56,43,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,739,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45555,4,2,-1,'Death-warmed Belt',59111,4,0,0,1,263205,52641,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,112,3,69,7,73,32,56,31,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45556,4,2,-1,'Belt of Arctic Life',59084,4,0,0,1,264195,52839,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,81,7,73,5,60,6,57,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,4,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45557,4,1,-1,'Sash of Ancient Power',58978,4,0,0,1,212171,42434,6,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,81,7,63,5,64,36,49,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45558,4,1,-1,'Cord of the White Dawn',58990,4,0,0,1,212986,42597,6,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,81,7,73,5,62,6,48,32,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45559,4,4,-1,'Battlelord\'s Plate Boots',53671,4,0,0,1,560157,112031,8,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,69,7,126,32,49,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1614,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45560,4,4,-1,'Spiked Deathdealers',59667,4,0,0,1,562234,112446,8,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,85,7,103,12,37,13,44,14,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1614,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45561,4,4,-1,'Treads of Destiny',59212,4,0,0,1,564369,112873,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,81,7,73,5,60,36,49,43,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1614,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45562,4,3,-1,'Boots of Living Scale',59168,4,0,0,1,488663,97732,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,38,138,3,48,7,66,5,45,32,48,44,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,903,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,8,0,0,0,3356,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45563,4,3,-1,'Lightning Grounded Boots',59652,4,0,0,1,490504,98100,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,81,7,63,5,64,32,57,43,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,903,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45564,4,2,-1,'Footpads of Silence',59117,4,0,0,1,408431,81686,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,114,3,69,7,64,32,56,31,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45565,4,2,-1,'Boots of Wintry Endurance',59093,4,0,0,1,409959,81991,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,81,7,63,5,64,6,49,32,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45566,4,1,-1,'Spellslinger\'s Slippers',59433,4,0,0,1,329189,65837,8,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,81,7,63,5,64,6,41,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45567,4,1,-1,'Savior\'s Slippers',61873,4,0,0,1,339130,67826,8,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,81,7,73,5,60,6,57,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45574,4,0,-1,'Stormwind Tabard',59981,1,0,2,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45577,4,0,-1,'Ironforge Tabard',59977,1,0,2,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45578,4,0,-1,'Gnomeregan Tabard',59976,1,0,2,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45579,4,0,-1,'Darnassus Tabard',59974,1,0,2,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45580,4,0,-1,'Exodar Tabard',59975,1,0,2,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45581,4,0,-1,'Orgrimmar Tabard',59978,1,0,1,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45582,4,0,-1,'Sen\'jin Tabard',59979,1,0,1,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45583,4,0,-1,'Undercity Tabard',59983,1,0,1,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45584,4,0,-1,'Thunder Bluff Tabard',59982,1,0,1,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45585,4,0,-1,'Silvermoon City Tabard',59980,1,0,1,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45586,15,5,-1,'Ironforge Ram',58398,4,4096,0,1,0,0,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,63636,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45589,15,5,-1,'Gnomeregan Mechanostrider',58399,4,4096,0,1,0,0,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,63638,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45590,15,5,-1,'Exodar Elekk',58400,4,4096,0,1,0,0,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,63639,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45591,15,5,-1,'Darnassian Nightsaber',58401,4,4096,0,1,0,0,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,63637,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45592,15,5,-1,'Thunder Bluff Kodo',58402,4,4096,0,1,0,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,63641,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45593,15,5,-1,'Darkspear Raptor',58403,4,4096,0,1,0,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,63635,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45595,15,5,-1,'Orgrimmar Wolf',58404,4,4096,0,1,0,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,63640,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45596,15,5,-1,'Silvermoon Hawkstrider',58406,4,4096,0,1,0,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,63642,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45597,15,5,-1,'Forsaken Warhorse',58407,4,4096,0,1,0,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,63643,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45601,16,11,0,'Glyph of Berserk',58828,1,64,0,1,400,100,0,1024,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63714,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45602,16,11,0,'Glyph of Wild Growth',58828,1,64,0,1,400,100,0,1024,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63715,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45603,16,11,0,'Glyph of Nourish',58828,1,64,0,1,400,100,0,1024,2147483647,45,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63717,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45604,16,11,0,'Glyph of Savage Roar',58828,1,64,0,1,400,100,0,1024,2147483647,45,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63718,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45605,2,15,-1,'Daschal\'s Bite',60171,4,0,0,1,1150409,230081,13,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,68,3,52,7,55,36,34,44,29,0,0,0,0,0,0,0,0,0,0,0,0,257,387,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45606,15,2,-1,'Sen\'jin Fetish',51720,3,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,63712,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45612,2,4,-1,'Constellus',61654,4,0,0,1,1213431,242686,21,32767,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,587,7,54,5,55,32,29,43,24,0,0,0,0,0,0,0,0,0,0,0,0,94,298,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,3752,0,375,-79.5,0,0,0,'',69,0,0,0,0,12340),(45621,0,2,-1,'Elixir of Minor Accuracy',44797,1,0,0,1,380,95,0,-1,-1,20,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63729,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45622,16,11,0,'Glyph of Monsoon',58828,1,64,0,1,400,100,0,1024,2147483647,45,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63739,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45623,16,11,0,'Glyph of Barkskin',58828,1,64,0,1,400,100,0,1024,2147483647,45,44,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63740,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45624,10,0,-1,'Emblem of Conquest',41435,4,6144,0,1,0,0,0,262143,32767,80,80,0,0,0,0,0,0,0,0,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45625,16,3,0,'Glyph of Chimera Shot',58829,1,64,0,1,400,100,0,4,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63741,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45626,4,1,-1,'Spidersilk Drape',58419,3,0,0,1,4423,884,16,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,3,31,4,7,4,45,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340),(45627,4,0,-1,'Amulet of Truesight',9852,3,0,0,1,7000,1750,2,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,1,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340),(45628,0,6,-1,'Scroll of Enchant Boots - Lesser Accuracy',811,1,268435520,0,1,0,0,0,-1,-1,45,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63746,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45631,4,0,-1,'High-powered Flashlight',18155,3,524480,0,1,50000,12500,12,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,1,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25823,0,0,0,600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340),(45632,15,0,-1,'Breastplate of the Wayward Conqueror',41438,4,4096,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45633,15,0,-1,'Breastplate of the Wayward Protector',41438,4,4096,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45634,15,0,-1,'Breastplate of the Wayward Vanquisher',41438,4,4096,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45635,15,0,-1,'Chestguard of the Wayward Conqueror',41438,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45636,15,0,-1,'Chestguard of the Wayward Protector',41438,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45637,15,0,-1,'Chestguard of the Wayward Vanquisher',41438,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45638,15,0,-1,'Crown of the Wayward Conqueror',41441,4,4096,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45639,15,0,-1,'Crown of the Wayward Protector',41441,4,4096,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45640,15,0,-1,'Crown of the Wayward Vanquisher',41441,4,4096,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45641,15,0,-1,'Gauntlets of the Wayward Conqueror',41440,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45642,15,0,-1,'Gauntlets of the Wayward Protector',41440,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45643,15,0,-1,'Gauntlets of the Wayward Vanquisher',41440,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45644,15,0,-1,'Gloves of the Wayward Conqueror',41440,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45645,15,0,-1,'Gloves of the Wayward Protector',41440,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45646,15,0,-1,'Gloves of the Wayward Vanquisher',41440,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45647,15,0,-1,'Helm of the Wayward Conqueror',41441,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45648,15,0,-1,'Helm of the Wayward Protector',41441,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45649,15,0,-1,'Helm of the Wayward Vanquisher',41441,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45650,15,0,-1,'Leggings of the Wayward Conqueror',41442,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45651,15,0,-1,'Leggings of the Wayward Protector',41442,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45652,15,0,-1,'Leggings of the Wayward Vanquisher',41442,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45653,15,0,-1,'Legplates of the Wayward Conqueror',41442,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45654,15,0,-1,'Legplates of the Wayward Protector',41442,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45655,15,0,-1,'Legplates of the Wayward Vanquisher',41442,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45656,15,0,-1,'Mantle of the Wayward Conqueror',19486,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45657,15,0,-1,'Mantle of the Wayward Protector',19486,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45658,15,0,-1,'Mantle of the Wayward Vanquisher',19486,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45659,15,0,-1,'Spaulders of the Wayward Conqueror',19486,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45660,15,0,-1,'Spaulders of the Wayward Protector',19486,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45661,15,0,-1,'Spaulders of the Wayward Vanquisher',19486,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45664,4,0,0,'Silvermoon Doublet',58541,1,0,1,1,250000,62500,4,262143,690,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45666,4,0,0,'Ironforge Doublet',58538,1,0,2,1,250000,62500,4,262143,1101,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45667,4,0,0,'Stormwind Doublet',58542,1,0,2,1,250000,62500,4,262143,1101,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45668,4,0,0,'Exodar Doublet',58536,1,0,2,1,250000,62500,4,262143,1101,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45669,4,0,0,'Sen\'jin Doublet',58540,1,0,1,1,250000,62500,4,262143,690,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45670,4,0,0,'Darnassus Doublet',58535,1,0,2,1,250000,62500,4,262143,1101,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45671,4,0,0,'Gnomeregan Doublet',58537,1,0,2,1,250000,62500,4,262143,1101,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45672,4,0,0,'Orgrimmar Doublet',58539,1,0,1,1,250000,62500,4,262143,690,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45673,4,0,0,'Thunder Bluff Doublet',58543,1,0,1,1,250000,62500,4,262143,690,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45674,4,0,0,'Undercity Doublet',58544,1,0,1,1,250000,62500,4,262143,690,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45675,4,0,-1,'Power Enhancing Loop',53560,4,524288,0,1,302495,75623,11,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,68,7,67,31,35,44,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45676,4,4,-1,'Chestplate of Vicious Potency',59167,4,0,0,1,737247,147449,5,1535,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,120,44,45,36,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,0,0,0,0,2952,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45677,4,2,-1,'Treacherous Shoulderpads',59116,4,0,0,1,396396,79279,3,1535,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,60,7,61,31,57,44,46,38,126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,0,0,0,0,3765,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45679,4,3,-1,'Gloves of Taut Grip',59775,4,0,0,1,327983,65596,10,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,6,3,56,7,80,5,48,36,42,44,37,38,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,812,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3267,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45680,4,4,-1,'Armbands of the Construct',59747,4,0,0,1,386188,77237,9,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,59,5,40,32,44,43,16,45,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1016,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45682,4,6,-1,'Pulsing Spellshield',59289,4,0,0,1,707220,141444,14,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,5,45,7,45,32,42,36,34,45,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7802,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,218,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45685,2,15,-1,'Plasma Foil',59374,4,0,0,1,1116785,223357,21,32767,-1,219,80,0,0,0,0,0,0,0,1,1,0,5,7,34,5,45,6,46,32,35,45,487,0,0,0,0,0,0,0,0,0,0,0,0,81,258,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-69,0,0,0,'',69,0,0,0,0,12340),(45686,4,2,-1,'Vest of the Glowing Crescent',59761,4,0,0,1,560369,112073,5,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,80,5,81,6,57,32,66,45,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,585,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,0,0,0,0,2889,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45687,4,3,-1,'Helm of Veiled Energies',59769,4,0,0,1,457981,91596,1,32767,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,5,71,7,82,32,65,36,59,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,3314,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45688,4,0,-1,'Inscribed Band of the Kirin Tor',52632,4,4288,4,1,12500000,31250,11,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,5,38,112,3,37,7,57,32,38,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,54406,0,0,0,1800000,1212,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45689,4,0,-1,'Inscribed Loop of the Kirin Tor',52459,4,4288,4,1,12500000,31250,11,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,55,5,38,6,38,43,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,54406,0,0,0,1800000,1212,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45690,4,0,-1,'Inscribed Ring of the Kirin Tor',52632,4,4288,4,1,12500000,31250,11,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,4,4,56,7,84,32,38,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,54406,0,0,0,1800000,1212,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45691,4,0,-1,'Inscribed Signet of the Kirin Tor',52459,4,4288,4,1,12500000,31250,11,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,55,5,38,32,37,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,54406,0,0,0,1800000,1212,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45694,4,1,-1,'Conductive Cord',59718,4,0,0,1,209039,41807,6,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,75,5,54,6,60,32,41,45,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45695,2,10,-1,'Spire of Withering Dreams',58923,4,0,0,1,1346697,269339,17,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,38,212,3,73,7,93,44,67,36,76,0,0,0,0,0,0,0,0,0,0,0,0,475,713,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45696,4,0,-1,'Mark of the Unyielding',31907,4,0,0,1,320008,80002,2,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,60,7,88,12,41,13,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45697,4,4,-1,'Shoulderguards of the Solemn Watch',59229,4,0,0,1,568678,113735,3,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,4,79,7,119,12,41,14,45,15,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1741,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45698,4,4,-1,'Sabatons of the Iron Watcher',59754,4,0,0,1,570750,114150,8,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,75,5,54,43,30,32,41,45,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45699,4,0,-1,'Pendant of the Piercing Glare',48509,4,0,0,1,302495,75623,2,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,47,5,45,31,46,36,29,45,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45700,2,7,-1,'Stoneguard',58942,4,0,0,1,1097018,219403,13,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,4,35,7,69,31,24,13,31,14,30,0,0,0,0,0,0,0,0,0,0,0,0,182,340,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45701,4,3,-1,'Greaves of the Earthbinder',59768,4,0,0,1,497639,99527,8,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,50,5,63,43,21,32,47,45,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,893,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,8,0,0,0,0,0,2952,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45702,4,0,-1,'Emerald Signet Ring',52632,4,524288,0,1,302495,75623,11,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,70,7,38,5,48,6,43,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45703,4,0,-1,'Spark of Hope',59326,4,0,0,1,455760,113940,12,-1,-1,219,80,0,0,0,0,0,0,0,1,1,0,1,6,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65010,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45704,4,1,-1,'Shawl of the Shattered Giant',54674,4,0,0,1,333817,66763,16,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,51,3,60,32,44,31,32,38,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45706,12,0,-1,'Commendation of Bravery',58463,4,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61700,0,-1,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45707,4,6,-1,'Shieldwall of the Breaker',59288,4,0,0,1,651214,130242,14,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,4,40,7,66,12,44,14,32,37,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7802,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,218,0,120,0,0,0,0,8,0,0,0,0,0,2882,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45708,4,4,-1,'Archaedas\' Lost Legplates',59300,4,0,0,1,715033,143006,7,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,159,4,78,37,58,13,65,14,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,4,0,0,0,0,0,2871,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45709,4,2,-1,'Nimble Climber\'s Belt',59105,4,0,0,1,256357,51271,6,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,79,7,68,31,56,36,43,38,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45711,4,3,-1,'Ironaya\'s Discarded Mantle',59776,4,0,0,1,479818,95963,3,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,6,38,158,7,61,5,44,3,56,32,39,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,974,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45712,4,4,-1,'Chestplate of Titanic Fury',59138,4,0,0,1,745848,149169,5,1535,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,120,44,71,31,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,4,0,0,0,0,0,2952,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45713,2,19,-1,'Nurturing Touch',58952,4,0,0,1,802088,160417,26,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,39,7,29,5,26,6,24,32,20,0,0,0,0,0,0,0,0,0,0,0,0,378,702,1,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45714,12,0,-1,'Darnassus Commendation Badge',58577,2,4160,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63832,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45715,12,0,-1,'Exodar Commendation Badge',58578,2,4160,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63833,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45716,12,0,-1,'Gnomeregan Commendation Badge',58579,2,4160,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63834,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45717,12,0,-1,'Ironforge Commendation Badge',58580,2,4160,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63835,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45718,12,0,-1,'Stormwind Commendation Badge',58584,2,4160,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63836,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45719,12,0,-1,'Orgrimmar Commendation Badge',58581,2,4160,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63837,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45720,12,0,-1,'Sen\'jin Commendation Badge',58582,2,4160,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63838,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45721,12,0,-1,'Silvermoon Commendation Badge',58583,2,4160,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63839,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45722,12,0,-1,'Thunder Bluff Commendation Badge',58585,2,4160,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63840,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45723,12,0,-1,'Undercity Commendation Badge',58586,2,4160,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63841,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45724,15,0,0,'Champion\'s Purse',58497,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A small sum of money awarded to champions for training or service to the tournament.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,100000,100000,0,12340),(45725,15,5,-1,'Argent Hippogryph',47934,4,36864,0,1,0,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,63844,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45731,16,3,0,'Glyph of Explosive Shot',58829,1,64,0,1,400,100,0,4,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63854,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45732,16,3,0,'Glyph of Kill Shot',58829,1,64,0,1,400,100,0,4,2147483647,45,71,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63855,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45733,16,3,0,'Glyph of Explosive Trap',58829,1,64,0,1,400,100,0,4,2147483647,45,34,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63856,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45734,16,3,0,'Glyph of Scatter Shot',58829,1,64,0,1,400,100,0,4,2147483647,45,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63857,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45735,16,3,0,'Glyph of Raptor Strike',58829,1,64,0,1,400,100,0,4,2147483647,45,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63858,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45736,16,8,0,'Glyph of Deep Freeze',58830,1,64,0,1,400,100,0,128,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63859,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45737,16,8,0,'Glyph of Living Bomb',58830,1,64,0,1,400,100,0,128,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63860,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45738,16,8,0,'Glyph of Arcane Barrage',58830,1,64,0,1,400,100,0,128,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63862,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45739,16,8,0,'Glyph of Mirror Image',58830,1,64,0,1,400,100,0,128,2147483647,45,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63863,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45740,16,8,0,'Glyph of Ice Barrier',58830,1,64,0,1,400,100,0,128,2147483647,45,46,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63864,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45741,16,2,0,'Glyph of Beacon of Light',58832,1,64,0,1,400,100,0,2,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63865,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45742,16,2,0,'Glyph of Hammer of the Righteous',58832,1,64,0,1,400,100,0,2,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63866,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45743,16,2,0,'Glyph of Divine Storm',58832,1,64,0,1,400,100,0,2,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63867,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45744,16,2,0,'Glyph of Shield of Righteousness',58832,1,64,0,1,400,100,0,2,2147483647,45,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63868,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45745,16,2,0,'Glyph of Divine Plea',58832,1,64,0,1,400,100,0,2,2147483647,45,71,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63869,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45746,16,2,0,'Glyph of Holy Shock',58832,1,64,0,1,400,100,0,2,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63870,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45747,16,2,0,'Glyph of Salvation',58832,1,64,0,1,400,100,0,2,2147483647,45,26,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63871,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45753,16,5,0,'Glyph of Dispersion',58834,1,64,0,1,400,100,0,16,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63872,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45755,16,5,0,'Glyph of Guardian Spirit',58834,1,64,0,1,400,100,0,16,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63873,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45756,16,5,0,'Glyph of Penance',58834,1,64,0,1,400,100,0,16,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63874,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45757,16,5,0,'Glyph of Mind Sear',58834,1,64,0,1,400,100,0,16,2147483647,45,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63875,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45758,16,5,0,'Glyph of Hymn of Hope',58834,1,64,0,1,400,100,0,16,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63876,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45760,16,5,0,'Glyph of Pain Suppression',58834,1,64,0,1,400,100,0,16,2147483647,45,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63877,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45761,16,4,0,'Glyph of Hunger for Blood',58836,1,64,0,1,400,100,0,8,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63878,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45762,16,4,0,'Glyph of Killing Spree',58836,1,64,0,1,400,100,0,8,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63879,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45764,16,4,0,'Glyph of Shadow Dance',58836,1,64,0,1,400,100,0,8,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63880,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45766,16,4,0,'Glyph of Fan of Knives',58836,1,64,0,1,400,100,0,8,2147483647,45,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63897,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45767,16,4,0,'Glyph of Tricks of the Trade',58836,1,64,0,1,400,100,0,8,2147483647,45,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63898,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45768,16,4,0,'Glyph of Mutilate',58836,1,64,0,1,400,100,0,8,2147483647,45,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63899,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45769,16,4,0,'Glyph of Cloak of Shadows',58836,1,64,0,1,400,100,0,8,2147483647,45,66,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63901,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45770,16,7,0,'Glyph of Thunder',58839,1,64,0,1,400,100,0,64,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63902,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45771,16,7,0,'Glyph of Feral Spirit',58839,1,64,0,1,400,100,0,64,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63903,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45772,16,7,0,'Glyph of Riptide',58839,1,64,0,1,400,100,0,64,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63904,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45773,1,2,-1,'Emerald Bag',20503,3,0,0,1,120000,30000,18,-1,-1,80,0,0,0,0,0,0,0,0,0,1,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45774,9,2,-1,'Pattern: Emerald Bag',811,1,64,0,1,50000,12500,0,-1,-1,78,0,197,435,0,0,0,1073,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63924,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew an Emerald Bag.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45775,16,7,0,'Glyph of Earth Shield',58839,1,64,0,1,400,100,0,64,2147483647,45,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63925,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45776,16,7,0,'Glyph of Totem of Wrath',58839,1,64,0,1,400,100,0,64,2147483647,45,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63926,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45777,16,7,0,'Glyph of Hex',58839,1,64,0,1,400,100,0,64,2147483647,45,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63927,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45778,16,7,0,'Glyph of Stoneclaw Totem',58839,1,64,0,1,400,100,0,64,2147483647,45,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63929,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45779,16,9,0,'Glyph of Haunt',58841,1,64,0,1,400,100,0,256,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63930,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45780,16,9,0,'Glyph of Metamorphosis',58841,1,64,0,1,400,100,0,256,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63932,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45781,16,9,0,'Glyph of Chaos Bolt',58841,1,64,0,1,400,100,0,256,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63933,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45782,16,9,0,'Glyph of Demonic Circle',58841,1,64,0,1,400,100,0,256,2147483647,45,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63937,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45783,16,9,0,'Glyph of Shadowflame',58841,1,64,0,1,400,100,0,256,2147483647,45,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63938,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45784,0,0,0,'Thorim\'s Sigil',58548,1,67584,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45785,16,9,0,'Glyph of Life Tap',58841,1,64,0,1,400,100,0,256,2147483647,45,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63941,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45786,0,0,0,'Hodir\'s Sigil',58546,1,67584,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45787,0,0,0,'Mimiron\'s Sigil',58547,1,67584,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45788,0,0,0,'Freya\'s Sigil',58545,1,67584,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45789,16,9,0,'Glyph of Soul Link',58841,1,64,0,1,400,100,0,256,2147483647,45,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63943,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45790,16,1,0,'Glyph of Bladestorm',58842,1,64,0,1,400,100,0,1,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63945,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45792,16,1,0,'Glyph of Shockwave',58842,1,64,0,1,400,100,0,1,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63948,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45793,16,1,0,'Glyph of Vigilance',58842,1,64,0,1,400,100,0,1,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63949,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45794,16,1,0,'Glyph of Enraged Regeneration',58842,1,64,0,1,400,100,0,1,2147483647,45,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63950,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45795,16,1,0,'Glyph of Spell Reflection',58842,1,64,0,1,400,100,0,1,2147483647,45,64,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63951,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45796,13,0,0,'Celestial Planetarium Key',58526,1,65600,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45797,16,1,0,'Glyph of Shield Wall',58842,1,64,0,1,400,100,0,1,2147483647,45,28,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63952,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45798,0,0,0,'Heroic Celestial Planetarium Key',58526,1,65600,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45799,16,6,0,'Glyph of Dancing Rune Weapon',58825,1,64,0,1,400,100,0,32,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63953,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45800,16,6,0,'Glyph of Hungering Cold',58825,1,64,0,1,400,100,0,32,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63954,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45803,16,6,0,'Glyph of Unholy Blight',58825,1,64,0,1,400,100,0,32,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63955,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45804,16,6,0,'Glyph of Dark Death',58825,1,64,0,1,400,100,0,32,2147483647,45,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63958,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45805,16,6,0,'Glyph of Disease',58825,1,64,0,1,400,100,0,32,2147483647,45,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63959,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45806,16,6,0,'Glyph of Howling Blast',58825,1,64,0,1,400,100,0,32,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63961,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45808,4,0,-1,'Runed Mana Band',31800,3,0,0,1,294132,73533,11,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,50,7,43,5,28,32,28,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45809,4,0,-1,'Scarlet Signet',45948,3,0,0,1,294132,73533,11,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,65,32,28,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45810,4,1,-1,'Cloak of Crimson Snow',55663,3,0,0,1,224061,44812,16,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,50,7,42,5,29,32,28,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45811,4,1,-1,'Frostguard Drape',49738,3,0,0,1,224877,44975,16,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,28,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45812,4,0,-1,'Emerald Choker',51280,3,0,0,1,294132,73533,2,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,28,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45813,4,0,-1,'Sky Sapphire Amulet',31603,3,0,0,1,294132,73533,2,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,50,7,42,5,29,32,28,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340),(45814,0,0,0,'Freya\'s Sigil',58545,1,67584,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45815,0,0,0,'Hodir\'s Sigil',58546,1,67584,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45816,0,0,0,'Mimiron\'s Sigil',58547,1,67584,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45817,0,0,0,'Thorim\'s Sigil',58523,1,67584,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45819,4,0,-1,'Spiked Battleguard Choker',48508,4,4096,0,1,0,0,2,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,65,7,93,32,36,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45820,4,0,-1,'Broach of the Wailing Night',48512,4,4096,0,1,0,0,2,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,84,3,63,7,69,32,36,44,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45821,4,0,-1,'Shard of the Crystal Forest',48507,4,4096,0,1,0,0,2,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,42,7,94,12,41,13,43,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45822,4,0,-1,'Evoker\'s Charm',48510,4,4096,0,1,0,0,2,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,63,5,43,6,41,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45823,4,0,-1,'Frozen Tear of Elune',6543,4,4096,0,1,0,0,2,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,63,5,43,32,41,43,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45824,4,4,-1,'Belt of the Singing Blade',58746,4,4096,0,1,0,0,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,87,7,124,32,60,31,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45825,4,4,-1,'Shieldwarder Girdle',58770,4,4096,0,1,0,0,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,57,7,127,12,49,13,60,31,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45826,4,4,-1,'Girdle of Unyielding Trust',58756,4,4096,0,1,0,0,6,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,100,7,84,5,57,32,49,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45827,4,3,-1,'Belt of the Ardent Marksman',58743,4,4096,0,1,0,0,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,38,120,3,85,7,67,5,44,36,49,31,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,739,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45828,4,3,-1,'Windchill Binding',58773,4,4096,0,1,0,0,6,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,5,45,100,7,84,5,56,36,60,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,739,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45829,4,2,-1,'Belt of the Twilight Assassin',58747,4,4096,0,1,0,0,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,124,3,84,7,84,31,49,37,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45830,4,2,-1,'Belt of the Living Thicket',58745,4,4096,0,1,0,0,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,100,7,73,5,60,6,56,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45831,4,1,-1,'Sash of Potent Incantations',58769,4,4096,0,1,0,0,6,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,100,7,73,5,60,6,60,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45832,4,1,-1,'Mantle of the Preserver',59722,4,0,0,1,327887,65577,3,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,72,5,56,6,46,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45833,4,4,-1,'Bladebreaker Gauntlets',58748,4,4096,0,1,0,0,10,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,87,7,124,32,60,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45834,4,4,-1,'Gauntlets of the Royal Watch',58750,4,4096,0,1,0,0,10,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,4,60,7,127,12,55,13,56,31,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45835,4,4,-1,'Gauntlets of Serene Blessing',58749,4,4096,0,1,0,0,10,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,100,7,72,5,60,36,56,43,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45836,4,3,-1,'Gloves of Unerring Aim',58760,4,4096,0,1,0,0,10,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,6,38,170,3,57,7,66,5,44,32,44,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45837,4,3,-1,'Gloves of Augury',58758,4,4096,0,1,0,0,10,32767,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,100,7,84,5,56,32,60,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45838,4,2,-1,'Gloves of the Blind Stalker',58761,4,4096,0,1,0,0,10,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,120,3,85,7,84,32,49,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45839,4,2,-1,'Grips of the Secret Grove',58762,4,4096,0,1,0,0,10,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,100,7,73,5,60,6,60,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45840,4,1,-1,'Touch of the Occult',61878,4,4096,0,1,0,0,10,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,100,7,73,5,60,6,60,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45841,4,4,-1,'Legplates of the Violet Champion',58767,4,4096,0,1,0,0,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,115,7,130,32,68,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45842,4,4,-1,'Wyrmguard Legplates',58774,4,4096,0,1,0,0,7,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,147,12,59,15,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,0,0,0,48259,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,4,0,2,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45843,4,4,-1,'Legguards of the Peaceful Covenant',58766,4,4096,0,1,0,0,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,112,5,76,36,58,43,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,2,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45844,4,3,-1,'Leggings of the Tireless Sentry',58764,4,4096,0,1,0,0,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,38,196,3,60,7,90,5,59,32,75,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,4,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45845,4,3,-1,'Leggings of the Weary Mystic',58765,4,4096,0,1,0,0,7,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,114,5,75,36,60,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,8,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45846,4,2,-1,'Leggings of Wavering Shadow',58763,4,4096,0,1,0,0,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,136,3,98,7,112,36,75,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45847,4,2,-1,'Wildstrider Legguards',58772,4,4096,0,1,0,0,7,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,86,6,68,32,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45848,4,1,-1,'Legwraps of the Master Conjurer',58768,4,4096,0,1,0,0,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,99,5,81,6,68,32,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45849,4,0,-1,'Twilight Tome',55956,3,64,0,1,5600,1400,23,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,45,41,7,25,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Just holding this heavy and unwieldy tome makes you feel a little clumsy....',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(45850,4,0,-1,'Rituals of the New Moon',55265,3,64,0,1,5600,1400,23,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,32,36,7,37,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64048,0,0,0,600000,102,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(45851,4,0,-1,'Rituals of the New Moon',55265,3,64,0,1,5600,1400,23,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,32,36,7,37,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64047,0,0,0,600000,102,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(45852,4,0,-1,'Rituals of the New Moon',55265,3,64,0,1,5600,1400,23,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,32,36,7,37,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64049,0,0,0,600000,102,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(45853,4,0,-1,'Rituals of the New Moon',55265,3,64,0,1,5600,1400,23,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,32,36,7,37,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64046,0,0,0,600000,102,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(45854,4,0,-1,'Rituals of the New Moon',55265,3,64,0,1,5600,1400,23,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,32,36,7,37,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64052,0,0,0,600000,102,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340),(45857,0,0,0,'Archivum Data Disc',44303,4,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,13817,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45858,2,20,-1,'Nat\'s Lucky Fishing Pole',20619,3,32768,0,1,0,0,17,-1,-1,20,0,356,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,63,0,0,0,0,0,0,0,0,0,0,0,3000,0,3,8082,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45859,4,0,-1,'The 5 Ring',31616,4,524288,0,1,145200,36300,11,-1,-1,206,80,0,0,0,0,0,0,0,0,1,0,3,7,55,31,55,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'This ring appears to have eaten the 3 and 4 rings.',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45861,2,14,-1,'Diamond-tipped Cane',58588,1,0,0,1,233,46,17,-1,-1,6,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,9,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45862,3,0,0,'Bold Stormjewel',58601,4,0,0,1,45000,11250,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1569,-1,0,0,0,0,'',0,0,0,0,0,12340),(45864,4,2,-1,'Cover of the Keepers',59758,4,0,0,1,397999,79599,1,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,90,5,65,6,45,36,73,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,3314,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45865,4,1,-1,'Raiments of the Corrupted',59020,4,0,0,1,426070,85214,20,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,105,5,62,31,76,32,61,45,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,0,0,0,0,2908,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45866,4,0,-1,'Elemental Focus Stone',48007,4,0,0,1,455760,113940,12,-1,-1,219,80,0,0,0,0,0,0,0,1,1,0,1,31,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65005,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45867,4,3,-1,'Breastplate of the Stoneshaper',59765,4,0,0,1,663398,132679,5,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,99,5,81,32,70,36,57,45,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45868,2,8,-1,'Aesir\'s Edge',59364,4,0,0,1,1422209,284441,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,141,44,64,32,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,1005,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45869,4,2,-1,'Fluxing Energy Coils',59091,4,0,0,1,278425,55685,9,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,54,3,63,38,72,31,46,44,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45870,2,3,-1,'Magnetized Projectile Emitter',58900,4,0,0,1,859505,171901,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,3,29,7,30,31,27,38,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,415,707,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,2,0,0,0,0,0,2936,0,375,25.4,0,0,0,'',69,0,0,0,0,12340),(45871,4,0,-1,'Seal of Ulduar',59327,4,524288,0,1,302495,75623,11,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,4,40,7,72,14,35,37,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3359,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45872,2,2,-1,'Avalanche',58739,4,0,0,1,840714,168142,15,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,26,7,39,44,17,31,16,38,66,0,0,0,0,0,0,0,0,0,0,0,0,299,556,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45873,4,1,-1,'Winter\'s Frigid Embrace',59040,4,0,0,1,305385,61077,16,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,60,7,51,36,29,38,92,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45874,4,0,-1,'Signet of Winter',31616,4,524288,0,1,302495,75623,11,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,4,4,60,7,89,13,43,14,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45876,2,4,-1,'Shiver',58736,4,0,0,1,1087764,217552,13,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,78,4,36,31,23,14,33,12,27,0,0,0,0,0,0,0,0,0,0,0,0,200,372,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Unnaturally cold to the touch.',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,2873,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45877,4,6,-1,'The Boreal Guard',59287,4,0,0,1,698841,139768,14,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,4,39,7,92,12,35,15,33,14,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7960,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,223,0,120,0,0,0,0,8,0,2,0,0,0,3358,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45879,3,0,0,'Delicate Stormjewel',58601,4,0,0,1,45000,11250,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1589,-1,0,0,0,0,'',0,0,0,0,0,12340),(45880,3,1,0,'Solid Stormjewel',56636,4,0,0,1,45000,11250,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1590,-1,0,0,0,0,'',0,0,0,0,0,12340),(45881,3,1,0,'Sparkling Stormjewel',56636,4,0,0,1,45000,11250,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1591,-1,0,0,0,0,'',0,0,0,0,0,12340),(45882,3,2,0,'Brilliant Stormjewel',58714,4,0,0,1,45000,11250,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1592,-1,0,0,0,0,'',0,0,0,0,0,12340),(45883,3,0,0,'Runed Stormjewel',58601,4,0,0,1,45000,11250,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1593,-1,0,0,0,0,'',0,0,0,0,0,12340),(45886,2,10,-1,'Icecore Staff',58919,4,0,0,1,1411627,282325,17,-1,-1,232,80,0,0,0,0,0,0,6,0,1,0,5,7,111,5,112,6,84,36,93,45,550,0,0,0,0,0,0,0,0,0,0,0,0,231,427,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,8,0,2,0,0,0,3602,0,375,-75.6,0,0,0,'',69,0,0,0,0,12340),(45887,4,6,-1,'Ice Layered Barrier',61838,4,0,0,1,725353,145070,14,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,50,5,52,43,20,36,48,45,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7960,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,223,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45888,4,4,-1,'Bitter Cold Armguards',59170,4,0,0,1,400819,80163,9,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,64,7,72,32,42,44,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2892,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45892,2,4,-1,'Legacy of Thunder',59367,4,0,0,1,1120845,224169,13,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,69,4,35,13,34,37,23,12,26,0,0,0,0,0,0,0,0,0,0,0,0,194,361,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45893,4,2,-1,'Guise of the Midgard Serpent',59092,4,0,0,1,381691,76338,1,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,3,101,7,77,32,60,37,53,38,146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,8,0,0,0,1597,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45894,4,1,-1,'Leggings of Unstable Discharge',59012,4,0,0,1,408718,81743,7,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,107,5,81,6,53,32,70,45,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45895,4,3,-1,'Belt of the Blood Pit',59772,4,0,0,1,307693,61538,6,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,6,38,158,3,53,7,67,5,45,36,41,44,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,731,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45902,12,0,-1,'Phantom Ghostfish',58620,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64366,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,60,0,0,'',0,0,0,0,0,12340),(45903,12,0,-1,'Corroded Jewelry',58621,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45904,12,0,-1,'Terrorfish',58622,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'So good it\'s scary!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45905,12,0,-1,'Bloodtooth Frenzy',24704,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45907,7,8,-1,'Mostly-eaten Bonescale Snapper',9134,0,0,0,1,160,8,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45909,7,11,-1,'Giant Darkwater Clam',19284,1,64,0,1,1600,400,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64202,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45912,9,0,0,'Book of Glyph Mastery',1103,2,64,0,1,200000,50000,0,-1,-1,80,0,773,425,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64323,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45927,4,1,-1,'Handwraps of Resonance',59719,4,0,0,1,220194,44038,10,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,59,5,60,6,53,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45928,4,4,-1,'Gauntlets of the Thunder God',59751,4,0,0,1,400742,80148,10,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,51,5,56,32,41,36,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,2,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45929,4,0,-1,'Sif\'s Remembrance',59325,4,0,0,1,455760,113940,12,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,1,45,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65002,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45930,2,15,-1,'Combatant\'s Bootblade',59371,4,0,0,1,1175467,235093,13,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,3,44,7,40,36,34,38,74,32,32,0,0,0,0,0,0,0,0,0,0,0,0,200,301,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,3267,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45931,4,0,-1,'Mjolnir Runestone',48009,4,0,0,1,455760,113940,12,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,1,32,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65020,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45932,0,5,-1,'Black Jelly',53565,1,0,0,1,900,225,0,-1,-1,90,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64354,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45933,4,0,-1,'Pendant of the Shallow Grave',59307,4,0,0,1,302495,75623,2,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,45,5,43,32,41,36,31,45,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2952,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45934,2,10,-1,'Unraveling Reach',58928,4,0,0,1,1276845,255369,17,-1,-1,219,80,0,0,0,0,0,0,6,0,1,0,5,7,93,5,76,6,93,31,114,45,487,0,0,0,0,0,0,0,0,0,0,0,0,211,390,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-69,0,0,0,'',69,0,0,0,0,12340),(45935,4,4,-1,'Ironbark Faceguard',59676,4,0,0,1,537325,107465,1,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,4,66,7,135,12,62,13,54,37,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,3354,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45936,4,4,-1,'Legplates of Flourishing Resolve',59752,4,4096,0,1,740313,148062,7,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,107,5,81,32,43,43,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,2869,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45937,2,3,-1,'Furious Gladiator\'s Shotgun',56176,4,36864,0,1,0,0,26,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,82,7,60,32,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,703,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,30.2,0,0,0,'',0,0,0,0,0,12340),(45938,2,2,-1,'Furious Gladiator\'s Recurve',58934,4,36864,0,1,0,0,15,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,82,7,60,32,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,703,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,30.2,0,0,0,'',0,0,0,0,0,12340),(45939,2,18,-1,'Furious Gladiator\'s Repeater',55932,4,36864,0,1,0,0,26,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,82,7,60,32,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,703,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,30.2,0,0,0,'',0,0,0,0,0,12340),(45940,4,2,-1,'Tunic of the Limber Stalker',59119,4,0,0,1,536648,107329,5,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,3,106,7,114,31,61,32,63,38,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,585,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45941,4,3,-1,'Chestguard of the Lasher',59774,4,0,0,1,646350,129270,5,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,6,38,212,3,76,7,93,5,56,36,60,31,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1299,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45943,4,3,-1,'Gloves of Whispering Winds',61842,4,0,0,1,335431,67086,10,32767,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,74,5,62,36,43,32,50,45,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,3596,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45945,4,0,-1,'Seed of Budding Carnage',59308,4,0,0,1,302495,75623,2,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,3,57,38,92,7,54,31,32,44,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2908,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45946,4,0,-1,'Fire Orchid Signet',39127,4,524288,0,1,200005,50001,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,47,5,49,43,19,36,30,45,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2865,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45947,2,7,-1,'Serilas, Blood Blade of Invar One-Arm',58938,4,0,0,1,1162938,232587,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,3,52,7,34,37,26,38,72,31,32,0,0,0,0,0,0,0,0,0,0,0,0,325,605,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Countless notches cover the blade\'s length.',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,2864,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45948,2,1,-1,'Furious Gladiator\'s Sunderer',55925,4,36864,0,1,0,0,17,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,224,7,192,32,70,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,704,1057,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3356,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45949,2,5,-1,'Furious Gladiator\'s Crusher',58962,4,36864,0,1,0,0,17,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,224,7,192,32,70,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,704,1057,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45950,2,8,-1,'Furious Gladiator\'s Claymore',57463,4,36864,0,1,0,0,17,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,224,7,192,32,70,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,704,1057,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45951,2,6,-1,'Furious Gladiator\'s Halberd',58963,4,36864,0,1,0,0,17,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,224,7,192,32,70,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,704,1057,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45952,2,10,-1,'Furious Gladiator\'s Greatstaff',56259,4,36864,0,1,0,0,17,1024,2147483647,239,80,0,0,0,0,0,0,0,0,1,0,4,3,112,7,192,32,70,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,391,587,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45953,2,10,-1,'Furious Gladiator\'s Combat Staff',56252,4,36864,0,1,0,0,17,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,7,186,5,82,45,587,36,92,35,92,0,0,0,0,0,0,0,0,0,0,0,0,232,428,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-79.5,0,0,0,'',0,0,0,0,0,12340),(45954,2,10,-1,'Furious Gladiator\'s Acute Staff',56252,4,36864,0,1,0,0,17,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,7,186,5,82,45,587,31,92,35,92,0,0,0,0,0,0,0,0,0,0,0,0,232,428,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-79.5,0,0,0,'',0,0,0,0,0,12340),(45955,2,10,-1,'Furious Gladiator\'s Skirmish Staff',56252,4,36864,0,1,0,0,17,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,7,186,5,82,45,587,32,92,35,92,0,0,0,0,0,0,0,0,0,0,0,0,232,428,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-79.5,0,0,0,'',0,0,0,0,0,12340),(45956,2,10,-1,'Furious Gladiator\'s Light Staff',56252,4,36864,0,1,0,0,17,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,7,186,5,82,45,587,6,92,35,92,0,0,0,0,0,0,0,0,0,0,0,0,232,428,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-79.5,0,0,0,'',0,0,0,0,0,12340),(45957,2,0,-1,'Furious Gladiator\'s Handaxe',56204,4,36864,0,1,0,0,13,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,636,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45958,2,15,-1,'Furious Gladiator\'s Spike',56226,4,36864,0,1,0,0,13,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,407,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45959,2,4,-1,'Furious Gladiator\'s Truncheon',58958,4,36864,0,1,0,0,13,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,636,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45960,2,7,-1,'Furious Gladiator\'s Longblade',58966,4,36864,0,1,0,0,13,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,391,587,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45961,2,0,-1,'Furious Gladiator\'s Dicer',56204,4,36864,0,1,0,0,22,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,367,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45962,2,15,-1,'Furious Gladiator\'s Dirk',56226,4,36864,0,1,0,0,22,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,343,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45963,2,13,-1,'Furious Gladiator\'s Left Razor',56256,4,36864,0,1,0,0,22,262143,32767,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,367,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45964,2,4,-1,'Furious Gladiator\'s Punisher',58958,4,36864,0,1,0,0,22,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,367,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45965,2,7,-1,'Furious Gladiator\'s Swiftblade',58966,4,36864,0,1,0,0,22,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,367,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45966,2,0,-1,'Furious Gladiator\'s Splitter',56204,4,36864,0,1,0,0,22,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,636,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45967,2,15,-1,'Furious Gladiator\'s Eviscerator',56226,4,36864,0,1,0,0,22,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,441,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45968,2,13,-1,'Furious Gladiator\'s Left Claw',58951,4,36864,0,1,0,0,22,262143,32767,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,636,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45969,2,13,-1,'Furious Gladiator\'s Grasp',56257,4,36864,0,1,0,0,21,262143,32767,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,636,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340),(45970,2,15,-1,'Furious Gladiator\'s Mageblade',56220,4,36864,0,1,0,0,21,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,7,70,5,46,45,587,32,39,35,38,0,0,0,0,0,0,0,0,0,0,0,0,83,265,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,3752,0,-1,-79.5,0,0,0,'',0,0,0,0,0,12340),(45971,2,4,-1,'Furious Gladiator\'s Salvation',58960,4,36864,0,1,0,0,21,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,7,70,5,46,45,587,43,20,35,38,0,0,0,0,0,0,0,0,0,0,0,0,83,265,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,3752,0,-1,-79.5,0,0,0,'',0,0,0,0,0,12340),(45972,2,4,-1,'Pulse Baton',58906,4,4096,0,1,1041670,208334,21,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,44,5,36,32,46,43,19,45,487,0,0,0,0,0,0,0,0,0,0,0,0,81,258,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-69,0,0,0,'',69,0,0,0,0,12340),(45973,4,1,-1,'Stylish Power Cape',56737,4,0,0,1,313687,62737,16,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,68,7,67,32,35,44,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Green is the new pink.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45974,4,2,-1,'Shoulderguards of Assimilation',59760,4,0,0,1,393551,78710,3,1535,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,78,5,53,6,46,36,57,45,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45975,4,4,-1,'Cable of the Metrognome',59749,4,0,0,1,370805,74161,6,1535,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,69,5,57,43,28,36,49,45,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1306,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Timing belt.',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45976,4,1,-1,'Static Charge Handwraps',59033,4,0,0,1,211475,42295,10,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,92,7,68,5,56,6,39,31,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340),(45977,15,0,0,'Porcelain Bell',40714,0,0,0,1,4000000,1000000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Embellished with a figure reaching toward a swan, this treasure would surely fetch a grand price from anyone. The owner must have been very foolish to lose it.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340); @@ -4770,7 +4770,7 @@ CREATE TABLE `spell_script_names` ( LOCK TABLES `spell_script_names` WRITE; /*!40000 ALTER TABLE `spell_script_names` DISABLE KEYS */; -INSERT INTO `spell_script_names` VALUES (-62900,'spell_dk_death_coil'),(-61391,'spell_dru_typhoon'),(-58872,'spell_warr_damage_shield'),(-55428,'spell_gen_lifeblood'),(-55090,'spell_dk_scourge_strike'),(-54347,'spell_warl_improved_demonic_tactics'),(-53302,'spell_hun_sniper_training'),(-52284,'spell_dk_will_of_the_necropolis'),(-51685,'spell_rog_prey_on_the_weak'),(-51490,'spell_sha_thunderstorm'),(-51474,'spell_sha_astral_shift'),(-51123,'spell_gen_no_offhand_proc'),(-50391,'spell_dk_improved_unholy_presence'),(-50384,'spell_dk_improved_frost_presence'),(-50365,'spell_dk_improved_blood_presence'),(-50294,'spell_dru_starfall_aoe'),(-50286,'spell_dru_starfall_dummy'),(-49998,'spell_dk_death_strike'),(-49821,'spell_pri_mind_sear'),(-49219,'spell_dk_blood_caked_blade'),(-49217,'spell_dk_wandering_plague_aura'),(-49188,'spell_gen_no_offhand_proc'),(-49158,'spell_dk_corpse_explosion'),(-49145,'spell_dk_spell_deflection'),(-49004,'spell_dk_scent_of_blood_trigger'),(-49004,'spell_gen_proc_from_direct_damage'),(-48721,'spell_dk_blood_boil'),(-48496,'spell_dru_living_seed'),(-48438,'spell_dru_wild_growth'),(-48181,'spell_warl_haunt'),(-47897,'spell_warl_shadowflame'),(-47541,'spell_dk_death_coil'),(-47540,'spell_pri_penance'),(-47509,'spell_pri_divine_aegis'),(-47230,'spell_warl_fel_synergy'),(-44546,'spell_mage_brain_freeze'),(-44457,'spell_mage_living_bomb'),(-44450,'spell_mage_burnout_trigger'),(-44449,'spell_mage_burnout'),(-43265,'spell_dk_death_and_decay'),(-35696,'spell_warl_demonic_knowledge'),(-35541,'spell_rog_combat_potency'),(-34914,'spell_pri_vampiric_touch'),(-34861,'spell_pri_circle_of_healing'),(-33872,'spell_dru_nurturing_instinct'),(-33851,'spell_dru_primal_tenacity'),(-33763,'spell_dru_lifebloom'),(-32379,'spell_pri_shadow_word_death'),(-31850,'spell_pal_ardent_defender'),(-31228,'spell_rog_cheat_death'),(-31130,'spell_rog_nerves_of_steel'),(-30706,'spell_sha_totem_of_wrath'),(-30482,'spell_mage_molten_armor'),(-30451,'spell_mage_arcane_blast'),(-30143,'spell_warl_demonic_aegis'),(-30108,'spell_warl_unstable_affliction'),(-29074,'spell_mage_master_of_elements'),(-27285,'spell_warl_seed_of_corruption'),(-20473,'spell_pal_holy_shock'),(-19572,'spell_hun_improved_mend_pet'),(-19386,'spell_hun_wyvern_sting'),(-17002,'spell_dru_feral_swiftness'),(-16972,'spell_dru_predatory_strikes'),(-12317,'spell_gen_proc_from_direct_damage'),(-12162,'spell_warr_deep_wounds'),(-11426,'spell_mage_ice_barrier'),(-11119,'spell_mage_ignite'),(-11113,'spell_mage_blast_wave'),(-9799,'spell_pal_eye_for_an_eye'),(-8050,'spell_sha_flame_shock'),(-7235,'spell_warl_shadow_ward'),(-7001,'spell_pri_lightwell_renew'),(-6201,'spell_warl_create_healthstone'),(-6143,'spell_mage_fire_frost_ward'),(-5570,'spell_dru_insect_swarm'),(-5308,'spell_warr_execute'),(-5217,'spell_dru_tiger_s_fury'),(-2818,'spell_rog_deadly_poison'),(-1943,'spell_rog_rupture'),(-1850,'spell_dru_dash'),(-1535,'spell_sha_fire_nova'),(-1464,'spell_warr_slam'),(-1463,'spell_mage_mana_shield'),(-1454,'spell_warl_life_tap'),(-1079,'spell_dru_rip'),(-1064,'spell_sha_chain_heal'),(-974,'spell_sha_earth_shield'),(-772,'spell_warr_rend'),(-755,'spell_hun_check_pet_los'),(-755,'spell_warl_health_funnel'),(-746,'spell_gen_bandage'),(-710,'spell_warl_banish'),(-633,'spell_pal_lay_on_hands'),(-603,'spell_warl_curse_of_doom'),(-543,'spell_mage_fire_frost_ward'),(-139,'spell_pri_renew'),(-136,'spell_hun_check_pet_los'),(-100,'spell_warr_charge'),(-17,'spell_pri_power_word_shield'),(126,'spell_warl_eye_of_kilrogg'),(694,'spell_warr_mocking_blow'),(698,'spell_warl_ritual_of_summoning'),(781,'spell_hun_disengage'),(1038,'spell_pal_hand_of_salvation'),(1090,'spell_item_magic_dust'),(1515,'spell_hun_tame_beast'),(1742,'spell_hun_cower'),(2825,'spell_sha_bloodlust'),(3411,'spell_warr_intervene'),(4073,'spell_gen_allow_cast_from_item_only'),(4338,'spell_q13280_13283_plant_battle_standard'),(5024,'spell_item_skull_of_impeding_doom'),(5229,'spell_dru_enrage'),(5246,'spell_warr_intimidating_shout'),(5487,'spell_dru_feral_swiftness'),(5938,'spell_rog_shiv'),(6358,'spell_warl_seduction'),(6474,'spell_sha_earthbind_totem'),(6495,'spell_sha_sentry_totem'),(6940,'spell_pal_hand_of_sacrifice'),(6962,'spell_gen_pet_summoned'),(7054,'spell_shadowfang_keep_forsaken_skills'),(7057,'spell_shadowfang_keep_haunting_spirits'),(7215,'spell_item_mithril_spurs'),(7384,'spell_warr_overpower'),(7434,'spell_item_fate_rune_of_unsurpassed_vigor'),(7887,'spell_warr_overpower'),(7933,'spell_item_strong_anti_venom'),(8063,'spell_item_deviate_fish'),(8129,'spell_pri_mana_burn'),(8171,'spell_sha_cleansing_totem_pulse'),(8213,'spell_item_savory_deviate_delight'),(8342,'spell_item_goblin_jumper_cables'),(8344,'spell_item_gnomish_universal_remote'),(8593,'spell_symbol_of_life_dummy'),(8913,'spell_q55_sacred_cleansing'),(9204,'spell_gen_hate_to_zero'),(9634,'spell_dru_feral_swiftness'),(9712,'spell_q2203_thaumaturgy_channel'),(9771,'spell_gnomeregan_radiation_bolt'),(10101,'spell_gen_knock_away'),(10247,'spell_zulfarrak_summon_zulfarrak_zombies'),(10255,'spell_uldaman_stoned'),(10340,'spell_uldaman_boss_agro_archaedas'),(10738,'spell_zulfarrak_unlocking'),(11568,'spell_uldaman_sub_boss_agro_keepers'),(11584,'spell_warr_overpower'),(11585,'spell_warr_overpower'),(11885,'spell_item_muisek_vessel'),(11886,'spell_item_muisek_vessel'),(11887,'spell_item_muisek_vessel'),(11888,'spell_item_muisek_vessel'),(11889,'spell_item_muisek_vessel'),(11958,'spell_mage_cold_snap'),(12021,'spell_scholomance_fixate'),(12328,'spell_warr_sweeping_strikes'),(12346,'spell_temple_of_atal_hakkar_awaken_the_soulflayer'),(12479,'spell_temple_of_atal_hakkar_hex_of_jammal_an'),(12749,'spell_gen_allow_cast_from_item_only'),(12809,'spell_warr_concussion_blow'),(12975,'spell_warr_last_stand'),(13006,'spell_item_gnomish_shrink_ray'),(13120,'spell_item_net_o_matic'),(13161,'spell_hun_aspect_of_the_beast'),(13166,'spell_gen_allow_cast_from_item_only'),(13180,'spell_item_mind_amplify_dish'),(13258,'spell_gen_allow_cast_from_item_only'),(13280,'spell_item_gnomish_death_ray'),(13567,'spell_gen_dummy_trigger'),(13877,'spell_rog_blade_flurry'),(14185,'spell_rog_preparation'),(14537,'spell_item_six_demon_bag'),(15366,'spell_gen_disabled_above_63'),(15600,'spell_gen_proc_reduced_above_60'),(15998,'spell_gen_despawn_self'),(16589,'spell_item_noggenfogger_elixir'),(16864,'spell_dru_omen_of_clarity'),(17009,'spell_voodoo'),(17251,'spell_gen_spirit_healer_res'),(17271,'spell_q5206_test_fetid_skull'),(17512,'spell_item_piccolo_of_the_flaming_fire'),(17863,'spell_scholomance_shadow_portal_rooms'),(17939,'spell_scholomance_shadow_portal_rooms'),(17943,'spell_scholomance_shadow_portal_rooms'),(17944,'spell_scholomance_shadow_portal_rooms'),(17946,'spell_scholomance_shadow_portal_rooms'),(17948,'spell_scholomance_shadow_portal_rooms'),(17950,'spell_scholomance_shadow_portal'),(18541,'spell_warl_ritual_of_doom_effect'),(18670,'spell_gen_knock_away'),(18765,'spell_warr_sweeping_strikes'),(18813,'spell_gen_knock_away'),(18945,'spell_gen_knock_away'),(19395,'spell_gordunni_trap'),(19512,'spell_q6124_6129_apply_salve'),(19593,'spell_egg_explosion'),(19633,'spell_gen_knock_away'),(19753,'spell_pal_divine_intervention'),(19804,'spell_gen_allow_cast_from_item_only'),(19873,'spell_egg_event'),(20004,'spell_gen_reduced_above_60'),(20005,'spell_gen_reduced_above_60'),(20007,'spell_gen_reduced_above_60'),(20154,'spell_pal_seal_of_righteousness'),(20165,'spell_pal_seal_of_light'),(20166,'spell_pal_seal_of_light'),(20230,'spell_warr_retaliation'),(20271,'spell_pal_judgement_of_light'),(20375,'spell_pal_seal_of_command'),(20424,'spell_pal_seal_of_command'),(20425,'spell_pal_judgement_of_command'),(20577,'spell_gen_cannibalize'),(20625,'spell_gen_default_count_pct_from_max_hp'),(20631,'spell_gen_use_spell_base_level_check'),(20686,'spell_gen_knock_away'),(20911,'spell_gen_damage_reduction_aura'),(20911,'spell_pal_blessing_of_sanctuary'),(21084,'spell_pal_seal_of_righteousness'),(21708,'spell_gen_visual_dummy_stun'),(21737,'spell_gen_periodic_knock_away'),(21809,'spell_gen_random_target32'),(22803,'spell_gen_random_target32'),(22812,'spell_dru_barkskin'),(22821,'spell_gen_random_target32'),(22888,'spell_gen_disabled_above_63'),(22888,'spell_gen_rallying_cry_of_the_dragonslayer'),(22999,'spell_item_goblin_jumper_cables_xl'),(23019,'spell_item_crystal_prison_dummy_dnd'),(23074,'spell_item_arcanite_dragonling'),(23075,'spell_item_mithril_mechanical_dragonling'),(23076,'spell_item_mechanical_dragonling'),(23133,'spell_item_gnomish_battle_chicken'),(23138,'spell_shazzrah_gate_dummy'),(23448,'spell_gen_gadgetzan_transporter_backfire'),(23453,'spell_gen_gnomish_transporter'),(23551,'spell_sha_item_lightning_shield'),(23552,'spell_sha_item_lightning_shield_trigger'),(23572,'spell_sha_item_mana_surge'),(23780,'spell_item_aegis_of_preservation'),(23880,'spell_warr_bloodthirst_heal'),(23881,'spell_warr_bloodthirst'),(23989,'spell_hun_readiness'),(24314,'spell_threatening_gaze'),(24401,'spell_gen_model_visible'),(24531,'spell_item_refocus'),(24717,'spell_hallows_end_pirate_costume'),(24718,'spell_hallows_end_ninja_costume'),(24719,'spell_hallows_end_leper_costume'),(24720,'spell_hallows_end_trick'),(24737,'spell_hallows_end_ghost_costume'),(24750,'spell_hallows_end_trick'),(24751,'spell_hallows_end_trick_or_treat'),(24778,'spell_dream_fog_sleep'),(24930,'spell_hallows_end_candy'),(24983,'spell_gen_baby_murloc_passive'),(24984,'spell_gen_baby_murloc'),(25042,'spell_mark_of_nature'),(25281,'spell_gen_turkey_marker'),(25778,'spell_gen_knock_away'),(25860,'spell_item_reindeer_transformation'),(25899,'spell_gen_damage_reduction_aura'),(25899,'spell_pal_blessing_of_sanctuary'),(25952,'spell_gen_despawn_self'),(26192,'spell_skeram_arcane_explosion'),(26218,'spell_winter_veil_mistletoe'),(26275,'spell_winter_wondervolt_trap'),(26374,'spell_gen_elune_candle'),(26400,'spell_item_arcane_shroud'),(26678,'spell_item_create_heart_candy'),(27539,'spell_gen_obsidian_armor'),(27686,'spell_razelikh_teleport_group'),(27687,'spell_kormok_summon_bone_minions'),(27695,'spell_kormok_summon_bone_mages'),(27769,'spell_gen_whisper_gulch_yogg_saron_whisper'),(27808,'spell_kelthuzad_frost_blast'),(27819,'spell_kelthuzad_detonate_mana'),(27831,'spell_gothik_shadow_bolt_volley'),(27867,'spell_gen_disabled_above_70'),(28062,'spell_thaddius_pos_neg_charge'),(28085,'spell_thaddius_pos_neg_charge'),(28089,'spell_thaddius_polarity_shift'),(28241,'spell_grobbulus_poison'),(28305,'spell_pri_mana_leech'),(28374,'spell_gluth_decimate'),(28441,'spell_item_ashbringer'),(28524,'spell_sapphiron_frost_explosion'),(28702,'spell_gen_netherbloom'),(28720,'spell_gen_nightmare_vine'),(28764,'spell_gen_adaptive_warding'),(28832,'spell_four_horsemen_mark'),(28833,'spell_four_horsemen_mark'),(28834,'spell_four_horsemen_mark'),(28835,'spell_four_horsemen_mark'),(28862,'spell_item_the_eye_of_diminution'),(28880,'spell_gen_gift_of_naaru'),(29142,'spell_gen_default_count_pct_from_max_hp'),(29166,'spell_dru_innervate'),(29200,'spell_item_purify_helboar_meat'),(29266,'spell_gen_creature_permanent_feign_death'),(29431,'spell_gen_select_target_count_15_1'),(29431,'spell_moroes_vanish'),(29435,'spell_gen_despawn_self'),(29768,'spell_karazhan_overload'),(29858,'spell_warl_soulshatter'),(29866,'spell_q9452_cast_net'),(29883,'spell_gen_select_target_count_15_1'),(29883,'spell_karazhan_blink'),(30205,'spell_gen_visual_dummy_stun'),(30410,'spell_magtheridon_shadow_grasp'),(30458,'spell_item_nigh_invulnerability'),(30507,'spell_item_poultryizer'),(30541,'spell_magtheridon_blaze'),(30693,'spell_vazruden_call_nazan'),(30735,'spell_tsh_shadow_sear'),(30914,'spell_broggok_poison_cloud'),(30926,'spell_vazruden_fireball'),(30952,'spell_tsh_shoot_flame_arrow'),(31225,'spell_item_shimmering_vessel'),(31261,'spell_gen_creature_permanent_feign_death'),(31326,'spell_black_morass_corrupt_medivh'),(31389,'spell_gen_knock_away'),(31427,'spell_gen_allergies'),(31447,'spell_mark_of_kazrogal'),(31687,'spell_mage_summon_water_elemental'),(31696,'spell_q12943_shadow_vault_decree'),(31789,'spell_pal_righteous_defense'),(31884,'spell_pal_avenging_wrath'),(32146,'spell_q9874_liquid_fire'),(32182,'spell_sha_heroism'),(32441,'spell_karazhan_brittle_bones'),(32727,'spell_gen_bg_preparation'),(32826,'spell_mage_polymorph_visual'),(32830,'spell_auchenai_possess'),(32959,'spell_gen_knock_away'),(32960,'spell_mark_of_kazzak'),(33060,'spell_item_make_a_wish'),(33110,'spell_pri_prayer_of_mending_heal'),(33401,'spell_auchenai_possess'),(33525,'spell_gruul_ground_slam'),(33654,'spell_gruul_shatter'),(33666,'spell_murmur_sonic_boom_effect'),(33671,'spell_gruul_shatter_effect'),(33695,'spell_pal_exorcism_and_holy_wrath_damage'),(33735,'spell_rog_blade_flurry'),(33793,'spell_vazruden_fireball'),(33794,'spell_vazruden_fireball'),(33896,'spell_item_desperate_defense'),(33953,'spell_item_essence_of_life'),(34074,'spell_hun_ascpect_of_the_viper'),(34133,'spell_alar_ember_blast'),(34201,'spell_botanica_shift_form'),(34229,'spell_alar_flame_quills'),(34246,'spell_dru_idol_lifebloom'),(34341,'spell_alar_ember_blast_death'),(34438,'spell_warl_unstable_affliction'),(34439,'spell_warl_unstable_affliction'),(34477,'spell_hun_misdirection'),(34719,'spell_midnight_fixate'),(34803,'spell_commander_sarannis_summon_reinforcements'),(34852,'spell_botanica_call_of_the_falcon'),(34902,'spell_hun_generic_scaling'),(34903,'spell_hun_generic_scaling'),(34904,'spell_hun_generic_scaling'),(34947,'spell_warl_generic_scaling'),(34956,'spell_warl_generic_scaling'),(34957,'spell_warl_generic_scaling'),(34958,'spell_warl_generic_scaling'),(35035,'spell_the_eye_countercharge'),(35079,'spell_hun_misdirection_proc'),(35139,'spell_gen_default_count_pct_from_max_hp'),(35183,'spell_warl_unstable_affliction'),(35268,'spell_ragin_flames_inferno'),(35356,'spell_gen_creature_permanent_feign_death'),(35357,'spell_gen_creature_permanent_feign_death'),(35367,'spell_alar_dive_bomb'),(35429,'spell_warr_sweeping_strikes'),(35657,'spell_mage_pet_scaling'),(35658,'spell_mage_pet_scaling'),(35659,'spell_mage_pet_scaling'),(35660,'spell_mage_pet_scaling'),(35661,'spell_pri_shadowfiend_scaling'),(35662,'spell_pri_shadowfiend_scaling'),(35663,'spell_pri_shadowfiend_scaling'),(35664,'spell_pri_shadowfiend_scaling'),(35665,'spell_sha_fire_elemental_scaling'),(35666,'spell_sha_fire_elemental_scaling'),(35667,'spell_sha_fire_elemental_scaling'),(35668,'spell_sha_fire_elemental_scaling'),(35669,'spell_dru_treant_scaling'),(35670,'spell_dru_treant_scaling'),(35671,'spell_dru_treant_scaling'),(35672,'spell_dru_treant_scaling'),(35674,'spell_sha_feral_spirit_scaling'),(35675,'spell_sha_feral_spirit_scaling'),(35676,'spell_sha_feral_spirit_scaling'),(35745,'spell_item_socrethars_stone'),(35865,'spell_kaelthas_summon_nether_vapor'),(35869,'spell_kaelthas_nether_beam'),(35941,'spell_kaelthas_gravity_lapse'),(36186,'spell_warl_infernal_scaling'),(36188,'spell_warl_infernal_scaling'),(36189,'spell_warl_infernal_scaling'),(36190,'spell_warl_infernal_scaling'),(36444,'spell_wintergrasp_water'),(36448,'spell_gen_focused_bursts'),(36450,'spell_kaelthas_resurrection'),(36475,'spell_gen_focused_bursts'),(36500,'spell_gen_throw_back'),(36573,'spell_q10525_vision_guide'),(36709,'spell_kaelthas_kael_phase_two'),(36720,'spell_kaelthas_burn'),(36730,'spell_kaelthas_flame_strike'),(36778,'spell_arcatraz_soul_steal'),(36785,'spell_quest_test_flight_charging'),(36797,'spell_kaelthas_mind_control'),(36860,'spell_quest_test_flight_charging'),(36921,'spell_vazruden_fireball'),(36976,'spell_kaelthas_summon_weapons'),(37025,'spell_serpentshrine_cavern_coilfang_water'),(37027,'spell_kaelthas_remote_toy'),(37065,'spell_q10036_torgos'),(37097,'spell_q10563_q10596_to_legion_hold'),(37408,'spell_oscillating_field'),(37430,'spell_lurker_below_spout'),(37433,'spell_lurker_below_spout_cone'),(37506,'spell_hun_scatter_shot'),(37594,'spell_pri_item_greater_heal_refund'),(37641,'spell_leotheras_whirlwind'),(37674,'spell_leotheras_chaos_blast'),(37676,'spell_leotheras_insidious_whisper'),(37705,'spell_pal_item_healing_discount'),(37716,'spell_leotheras_demon_link'),(37750,'spell_leotheras_clear_consuming_madness'),(37853,'spell_black_morass_corrupt_medivh'),(37877,'spell_pal_blessing_of_faith'),(37934,'spell_hydross_cleansing_field_command'),(37935,'spell_hydross_cleansing_field_aura'),(38017,'spell_gen_select_target_count_7_1'),(38028,'spell_morogrim_tidewalker_watery_grave'),(38055,'spell_q10612_10613_the_fel_and_the_furious'),(38112,'spell_lady_vashj_magic_barrier'),(38140,'spell_gen_select_target_count_7_1'),(38173,'spell_q10714_on_spirits_wings'),(38215,'spell_hydross_mark_of_hydross'),(38219,'spell_hydross_mark_of_hydross'),(38223,'spell_q10769_dissension_amongst_the_ranks'),(38224,'spell_q10769_dissension_amongst_the_ranks'),(38241,'spell_gen_select_target_count_7_1'),(38248,'spell_gen_select_target_count_7_1'),(38441,'spell_gen_50pct_count_pct_from_max_hp'),(38443,'spell_sha_totemic_mastery'),(38451,'spell_karathress_power_of_caribdis'),(38462,'spell_broggok_poison_cloud'),(38494,'spell_lady_vashj_summon_sporebat'),(38573,'spell_gen_select_target_count_15_1'),(38573,'spell_lady_vashj_spore_drop_effect'),(38629,'spell_q10720_the_smallest_creature'),(38633,'spell_gen_select_target_count_15_1'),(38650,'spell_gen_select_target_count_15_1'),(38724,'spell_q10838_demoniac_scryer_visual'),(38795,'spell_murmur_sonic_boom_effect'),(39032,'spell_serpentshrine_cavern_infection'),(39042,'spell_serpentshrine_cavern_infection'),(39044,'spell_serpentshrine_cavern_serpentshrine_parasite'),(39053,'spell_serpentshrine_cavern_serpentshrine_parasite_trigger'),(39090,'spell_capacitus_polarity_charge'),(39093,'spell_capacitus_polarity_charge'),(39096,'spell_capacitus_polarity_shift'),(39117,'spell_astromancer_solarian_transform'),(39166,'spell_q10898_skywing'),(39187,'spell_gruul_ground_slam_trigger'),(39228,'spell_gen_absorb0_hitlimit1'),(39238,'spell_q10929_fumping'),(39239,'spell_q10923_evil_draws_near_summon'),(39246,'spell_q10930_big_bone_worm'),(39256,'spell_q10923_evil_draws_near_visual'),(39257,'spell_q10923_evil_draws_near_visual'),(39259,'spell_q10923_evil_draws_near_periodic'),(39346,'spell_ragin_flames_inferno'),(39365,'spell_murmur_thundering_storm'),(39371,'spell_q10935_the_exorcism_of_colonel_jules'),(39495,'spell_lady_vashj_remove_tainted_cores'),(39575,'spell_black_temple_charge_rage'),(39610,'spell_sha_mana_tide_totem'),(39635,'spell_illidan_glaive_throw'),(39645,'spell_black_temple_shadow_inferno'),(39672,'spell_gen_select_target_count_15_1'),(39832,'spell_q10985_light_of_the_naaru'),(39844,'spell_q11010_q11102_q11023_q11008_check_fly_mount'),(39848,'spell_morogrim_tidewalker_water_globule_new_target'),(39849,'spell_illidan_glaive_throw'),(39857,'spell_illidan_tear_of_azzinoth_summon_channel'),(39948,'spell_najentus_hurl_spine'),(39953,'spell_gen_adals_song_of_battle'),(39992,'spell_najentus_needle_spine'),(40056,'spell_q11010_q11102_q11023_choose_loc'),(40081,'spell_black_template_free_friend'),(40084,'spell_black_template_harpooners_mark'),(40112,'spell_q11010_q11102_q11023_aggro_check'),(40113,'spell_q11010_q11102_q11023_aggro_check_aura'),(40119,'spell_q11010_q11102_q11023_aggro_burst'),(40121,'spell_dru_swift_flight_passive'),(40132,'spell_gen_summon_earth_elemental'),(40133,'spell_gen_summon_fire_elemental'),(40157,'spell_teron_gorefiend_spirit_lance'),(40160,'spell_q11010_q11102_q11023_q11008_check_fly_mount'),(40251,'spell_teron_gorefiend_shadow_of_death'),(40268,'spell_teron_gorefiend_spiritual_vengeance'),(40326,'spell_teron_gorefiend_shadowy_construct'),(40398,'spell_illidan_demon_transform2'),(40401,'spell_shade_of_akama_shade_soul_channel'),(40414,'spell_gen_fixate'),(40486,'spell_gurtogg_eject'),(40511,'spell_illidan_demon_transform1'),(40638,'spell_item_sleepy_willy'),(40647,'spell_illidan_shadow_prison'),(40760,'spell_illidan_cage_trap_stun'),(40761,'spell_illidan_cage_trap'),(40802,'spell_item_mingos_fortune_generator'),(40816,'spell_mother_shahraz_saber_lash'),(40825,'spell_q11026_a11051_banish_the_demons'),(40828,'spell_q11026_a11051_banish_the_demons'),(40846,'spell_npc22275_crystal_prison'),(40851,'spell_gen_select_target_count_7_1'),(40854,'spell_shade_of_akama_akama_soul_expel'),(40855,'spell_shade_of_akama_akama_soul_expel'),(40856,'spell_q11065_wrangle_some_aether_rays'),(40862,'spell_mother_shahraz_beam_periodic'),(40863,'spell_mother_shahraz_beam_periodic'),(40865,'spell_mother_shahraz_beam_periodic'),(40866,'spell_mother_shahraz_beam_periodic'),(40867,'spell_mother_shahraz_random_periodic'),(40869,'spell_mother_shahraz_fatal_attraction'),(40870,'spell_mother_shahraz_fatal_attraction_dummy'),(40890,'spell_quest_dragonmaw_race_generic'),(40892,'spell_gen_fixate'),(40894,'spell_quest_dragonmaw_race_generic'),(40904,'spell_illidan_draw_soul'),(40909,'spell_quest_dragonmaw_race_generic'),(40928,'spell_quest_dragonmaw_race_generic'),(40930,'spell_quest_dragonmaw_race_generic'),(40945,'spell_quest_dragonmaw_race_generic'),(41001,'spell_mother_shahraz_fatal_attraction_aura'),(41034,'spell_black_temple_spell_absorption'),(41054,'spell_gen_clone_weapon_aura'),(41055,'spell_gen_clone_weapon'),(41072,'spell_black_temple_bloodbolt'),(41081,'spell_gen_select_target_count_15_1'),(41082,'spell_illidan_found_target'),(41126,'spell_illidan_flame_burst'),(41170,'spell_black_temple_curse_of_the_bleakheart'),(41171,'spell_black_temple_skeleton_shot'),(41172,'spell_gen_select_target_count_24_1'),(41186,'spell_black_temple_wyvern_sting'),(41213,'spell_gen_throw_shield'),(41248,'spell_black_temple_consuming_strikes'),(41292,'spell_reliquary_of_souls_aura_of_suffering'),(41294,'spell_reliquary_of_souls_fixate'),(41337,'spell_reliquary_of_souls_aura_of_anger'),(41341,'spell_illidari_council_balance_of_power'),(41350,'spell_reliquary_of_souls_aura_of_desire'),(41351,'spell_black_temple_curse_of_vitality'),(41357,'spell_gen_select_target_count_15_1'),(41360,'spell_gen_100pct_count_pct_from_max_hp'),(41376,'spell_reliquary_of_souls_spite'),(41404,'spell_black_temple_dementia'),(41467,'spell_illidari_council_judgement'),(41475,'spell_illidari_council_reflective_shield'),(41480,'spell_illidari_council_deadly_strike'),(41499,'spell_illidari_council_empyreal_balance'),(41621,'spell_q11117_catch_the_wild_wolpertinger'),(41914,'spell_illidan_parasitic_shadowfiend_trigger'),(41917,'spell_illidan_parasitic_shadowfiend'),(41920,'spell_brewfest_fill_keg'),(41921,'spell_brewfest_unfill_keg'),(41943,'spell_brewfest_unfill_keg'),(41944,'spell_brewfest_unfill_keg'),(41945,'spell_brewfest_unfill_keg'),(41946,'spell_brewfest_unfill_keg'),(42005,'spell_gurtogg_bloodboil'),(42074,'spell_hallows_end_base_fire'),(42268,'spell_gen_despawn_self'),(42300,'spell_brewfest_add_mug'),(42339,'spell_hallows_end_bucket_lands'),(42393,'spell_gen_default_count_pct_from_max_hp'),(42436,'spell_brewfest_toss_mug'),(42485,'spell_ooze_zap_channel_end'),(42489,'spell_ooze_zap'),(42492,'spell_energize_aoe'),(42578,'spell_q11198_take_down_tethyr'),(42672,'spell_frost_tomb'),(42760,'spell_item_goblin_gumbo_kettle'),(42783,'spell_astromancer_wrath_of_the_astromancer'),(42992,'spell_brewfest_ram_fatigue'),(42993,'spell_brewfest_ram_fatigue'),(42994,'spell_brewfest_ram_fatigue'),(43042,'spell_item_summon_or_dismiss'),(43263,'spell_dk_aotd_taunt'),(43310,'spell_brewfest_main_ram_buff'),(43332,'spell_brewfest_ram_fatigue'),(43351,'spell_q11322_q11317_the_cleansing'),(43416,'spell_gen_throw_shield'),(43421,'spell_hexlord_lifebloom'),(43450,'spell_brewfest_apple_trap'),(43522,'spell_hexlord_unstable_affliction'),(43723,'spell_item_demon_broiled_surprise'),(43874,'spell_q11396_11399_force_shield_arcane_purple_x3'),(43882,'spell_q11396_11399_scourging_crystal_controller_dummy'),(44198,'spell_mt_phoenix_burn'),(44436,'spell_hallows_end_tricky_treat'),(44521,'spell_gen_bg_preparation'),(44572,'spell_mage_deep_freeze'),(44811,'spell_kalecgos_spectral_realm_dummy'),(44869,'spell_kalecgos_spectral_blast_dummy'),(44875,'spell_item_complete_raptor_capture'),(44935,'spell_q11520_discovering_your_roots'),(44936,'spell_q11515_fel_siphon_dummy'),(45032,'spell_kalecgos_curse_of_boundless_agony'),(45042,'spell_item_shifting_naaru_silver'),(45043,'spell_item_shifting_naaru_silver'),(45102,'spell_love_is_in_the_air_romantic_picnic'),(45141,'spell_brutallus_burn'),(45151,'spell_brutallus_burn'),(45202,'spell_item_rocket_chicken'),(45204,'spell_gen_clone'),(45205,'spell_gen_clone_weapon_aura'),(45206,'spell_gen_clone_weapon'),(45208,'spell_item_dragon_kite_summon_lightning_bunny'),(45226,'spell_banging_the_gong'),(45235,'spell_eredar_twins_apply_flame_touched'),(45235,'spell_eredar_twins_blaze'),(45246,'spell_eredar_twins_apply_flame_touched'),(45248,'spell_eredar_twins_apply_dark_touched'),(45253,'spell_item_dragon_kite_summon_lightning_bunny'),(45256,'spell_eredar_twins_apply_dark_touched'),(45270,'spell_eredar_twins_apply_dark_touched'),(45271,'spell_eredar_twins_apply_dark_touched'),(45329,'spell_eredar_twins_apply_dark_touched'),(45342,'spell_eredar_twins_apply_flame_touched'),(45347,'spell_eredar_twins_handle_touch'),(45348,'spell_eredar_twins_handle_touch'),(45406,'spell_midsummer_ribbon_pole'),(45449,'spell_q11587_arcane_prisoner_rescue'),(45472,'spell_gen_parachute'),(45524,'spell_dk_chains_of_ice'),(45644,'spell_midsummer_juggling_torch'),(45668,'spell_q11653_youre_not_so_big_now'),(45671,'spell_midsummer_fling_torch'),(45680,'spell_gen_select_target_count_7_1'),(45714,'spell_felmyst_fog_of_corruption'),(45716,'spell_midsummer_torch_quest'),(45717,'spell_felmyst_fog_of_corruption_charm'),(45737,'spell_kiljaeden_flame_dart'),(45742,'spell_q11670_it_was_the_orcs_honest'),(45759,'spell_q11670_it_was_the_orcs_honest'),(45785,'spell_gen_clone'),(45785,'spell_kiljaeden_sinister_reflection_clone'),(45819,'spell_midsummer_juggling_torch'),(45822,'spell_gen_av_drekthar_presence'),(45823,'spell_gen_av_drekthar_presence'),(45824,'spell_gen_av_drekthar_presence'),(45826,'spell_gen_av_drekthar_presence'),(45828,'spell_gen_av_drekthar_presence'),(45829,'spell_gen_av_drekthar_presence'),(45830,'spell_gen_av_drekthar_presence'),(45833,'spell_kiljaeden_power_of_the_blue_flight'),(45839,'spell_kiljaeden_vengeance_of_the_blue_flight'),(45853,'spell_item_map_of_the_geyser_fields'),(45856,'spell_kiljaeden_dragon_breath'),(45860,'spell_kiljaeden_dragon_breath'),(45892,'spell_kiljaeden_sinister_reflection'),(45909,'spell_kiljaeden_armageddon_missile'),(45921,'spell_kiljaeden_armageddon_periodic'),(45976,'spell_gen_select_target_count_7_1'),(45980,'spell_gen_despawn_self'),(45996,'spell_muru_darkness'),(46008,'spell_gen_select_target_count_15_5'),(46021,'spell_kalecgos_spectral_realm'),(46023,'spell_q11730_ultrasonic_screwdriver'),(46041,'spell_muru_summon_blood_elves_periodic'),(46203,'spell_item_goblin_weather_machine'),(46221,'spell_gen_animal_blood'),(46230,'spell_entropius_black_hole_effect'),(46265,'spell_entropius_void_zone_visual'),(46289,'spell_entropius_negative_energy'),(46292,'spell_cataclysm_breath'),(46394,'spell_gen_burn_brutallus'),(46485,'spell_item_greatmothers_soulcatcher'),(46584,'spell_dk_raise_dead'),(46605,'spell_kiljaeden_darkness'),(46610,'spell_madrigosa_activate_barrier'),(46619,'spell_dk_raise_ally_trigger'),(46620,'spell_q11919_q11940_drake_hunt'),(46629,'spell_gen_disabled_above_73'),(46630,'spell_midsummer_torch_quest'),(46638,'spell_madrigosa_deactivate_barrier'),(46650,'spell_felmyst_open_brutallus_back_doors'),(46680,'spell_kiljaeden_shadow_spike'),(46736,'spell_item_goblin_weather_machine'),(46738,'spell_item_goblin_weather_machine'),(46739,'spell_item_goblin_weather_machine'),(46740,'spell_item_goblin_weather_machine'),(46747,'spell_midsummer_fling_torch'),(46771,'spell_eredar_twins_apply_flame_touched'),(47110,'spell_image_of_drakuru_reagent_check'),(47130,'spell_q12014_steady_as_a_rock'),(47170,'spell_item_impale_leviroth'),(47193,'spell_warl_demonic_empowerment'),(47336,'spell_novos_crystal_handler_death'),(47422,'spell_warl_everlasting_affliction'),(47496,'spell_dk_ghoul_explode'),(47530,'spell_q12096_q12092_bark'),(47575,'spell_q12096_q12092_dummy'),(47710,'spell_boss_magus_telestra_summon_telestra_clones'),(47764,'spell_boss_magus_telestra_gravity_well'),(47788,'spell_pri_guardian_spirit'),(47948,'spell_pri_pain_and_suffering_proc'),(47977,'spell_magic_broom'),(48018,'spell_warl_demonic_circle_summon'),(48020,'spell_warl_demonic_circle_teleport'),(48025,'spell_headless_horseman_mount'),(48129,'spell_item_scroll_of_recall'),(48263,'spell_dk_presence'),(48265,'spell_dk_presence'),(48266,'spell_dk_presence'),(48277,'spell_svala_ritual_strike'),(48391,'spell_dru_owlkin_frenzy'),(48425,'spell_gen_select_target_count_7_1'),(48504,'spell_dru_living_seed_proc'),(48522,'spell_q12243_fire_upon_the_waters'),(48597,'spell_dtk_raise_dead'),(48605,'spell_dtk_raise_dead'),(48610,'spell_shredder_delivery'),(48649,'spell_item_fetch_ball'),(48681,'spell_q12308_escape_from_silverbrook_summon_worgen'),(48682,'spell_q12308_escape_from_silverbrook'),(48707,'spell_dk_anti_magic_shell_self'),(48742,'spell_q12277_wintergarde_mine_explosion'),(48743,'spell_dk_death_pact'),(48762,'spell_q12274_a_fall_from_grace_costume'),(48777,'spell_item_carrot_on_a_stick'),(48792,'spell_dk_icebound_fortitude'),(48917,'spell_q10041_q10040_who_are_they'),(48920,'spell_dred_grievious_bite'),(49026,'spell_gen_fixate'),(49028,'spell_dk_dancing_rune_weapon'),(49206,'spell_dk_summon_gargoyle'),(49222,'spell_dk_bone_shield'),(49297,'spell_winter_veil_racer_rocket_slam'),(49325,'spell_winter_veil_racer_slam_hit'),(49345,'spell_oculus_call_ruby_emerald_amber_drake'),(49357,'spell_item_brewfest_mount_transformation'),(49380,'spell_trollgore_consume'),(49405,'spell_trollgore_invader_taunt'),(49427,'spell_oculus_ride_ruby_emerald_amber_drake_que'),(49459,'spell_oculus_ride_ruby_emerald_amber_drake_que'),(49461,'spell_oculus_call_ruby_emerald_amber_drake'),(49462,'spell_oculus_call_ruby_emerald_amber_drake'),(49463,'spell_oculus_ride_ruby_emerald_amber_drake_que'),(49466,'spell_item_direbrew_remote'),(49527,'spell_tharon_ja_curse_of_life'),(49551,'spell_tharon_ja_dummy'),(49555,'spell_trollgore_corpse_explode'),(49560,'spell_dk_death_grip'),(49576,'spell_dk_death_grip'),(49587,'spell_q12459_seeds_of_natures_wrath'),(49592,'spell_oculus_temporal_rift'),(49761,'spell_wintergrasp_rp_gg'),(49817,'spell_q12478_frostmourne_cavern'),(49838,'spell_oculus_stop_time'),(49840,'spell_oculus_shock_lance'),(49882,'spell_gen_default_count_pct_from_max_hp'),(49889,'spell_gen_clone'),(49960,'spell_dtk_summon_random_drakkari'),(50133,'spell_q11396_11399_scourging_crystal_controller'),(50180,'spell_item_draenic_pale_ale'),(50218,'spell_gen_clone'),(50240,'spell_oculus_evasive_maneuvers'),(50243,'spell_item_teach_language'),(50341,'spell_oculus_touch_the_nightmare'),(50344,'spell_oculus_dream_funnel'),(50419,'spell_dru_brambles_treant'),(50421,'spell_dk_scent_of_blood'),(50452,'spell_dk_bloodworms'),(50453,'spell_dk_blood_gorged'),(50461,'spell_dk_anti_magic_zone'),(50462,'spell_dk_anti_magic_shell_raid'),(50526,'spell_dk_wandering_plague'),(50546,'spell_q12066_bunny_kill_credit'),(50630,'spell_gen_eject_all_passengers'),(50720,'spell_warr_vigilance'),(50725,'spell_warr_vigilance_trigger'),(50810,'spell_krystallus_shatter'),(50811,'spell_krystallus_shatter_effect'),(50842,'spell_dk_pestilence'),(50999,'spell_wg_reduce_damage_by_distance'),(51001,'spell_hos_dark_matter'),(51060,'spell_gen_have_item_auras'),(51068,'spell_gen_have_item_auras'),(51088,'spell_gen_have_item_auras'),(51094,'spell_gen_have_item_auras'),(51190,'spell_item_summon_or_dismiss'),(51191,'spell_item_summon_or_dismiss'),(51192,'spell_item_summon_or_dismiss'),(51209,'spell_dk_hungering_cold'),(51211,'spell_rog_blade_flurry'),(51330,'spell_q12589_shoot_rjr'),(51403,'spell_novos_despawn_crystal_handler'),(51422,'spell_wg_reduce_damage_by_distance'),(51582,'spell_item_rocket_boots'),(51592,'spell_gen_despawn_self'),(51640,'spell_the_flag_of_ownership'),(51690,'spell_rog_killing_spree'),(51719,'spell_gen_clone'),(51769,'spell_q12619_emblazon_runeblade'),(51770,'spell_q12619_emblazon_runeblade_effect'),(51840,'spell_q12634_despawn_fruit_tosser'),(51858,'spell_q12641_death_comes_from_on_high'),(51904,'spell_q12641_death_comes_from_on_high_summon_ghouls'),(51910,'spell_gen_despawn_self'),(51957,'spell_q12620_the_lifewarden_wrath'),(51961,'spell_item_chicken_cover'),(51996,'spell_dk_pet_scaling'),(52031,'spell_sha_mana_spring_totem'),(52033,'spell_sha_mana_spring_totem'),(52034,'spell_sha_mana_spring_totem'),(52035,'spell_sha_mana_spring_totem'),(52036,'spell_sha_mana_spring_totem'),(52041,'spell_sha_healing_stream_totem'),(52046,'spell_sha_healing_stream_totem'),(52047,'spell_sha_healing_stream_totem'),(52048,'spell_sha_healing_stream_totem'),(52049,'spell_sha_healing_stream_totem'),(52050,'spell_sha_healing_stream_totem'),(52086,'spell_azjol_nerub_web_wrap'),(52090,'spell_q12659_ahunaes_knife'),(52107,'spell_wintergrasp_hide_small_elementals'),(52143,'spell_dk_master_of_ghouls'),(52160,'spell_shango_tracks'),(52163,'spell_shango_tracks'),(52212,'spell_dk_death_and_decay'),(52249,'spell_gen_visual_dummy_stun'),(52267,'spell_gen_despawn_self'),(52278,'spell_gen_visual_dummy_stun'),(52308,'spell_q12683_take_sputum_sample'),(52375,'spell_dk_death_coil'),(52408,'spell_gen_seaforium_blast'),(52417,'spell_item_massive_seaforium_charge'),(52438,'spell_gen_select_target_count_7_1'),(52449,'spell_gen_select_target_count_7_1'),(52479,'spell_q12698_the_gift_that_keeps_on_giving'),(52481,'spell_item_gift_of_the_harvester'),(52510,'spell_q12690_burst_at_the_seams'),(52536,'spell_azjol_nerub_fixate'),(52551,'spell_tur_ragepaw_lifebloom'),(52610,'spell_dru_savage_roar'),(52708,'spell_boss_salramm_steal_flesh'),(52751,'spell_dk_death_gate'),(52759,'spell_sha_ancestral_awakening_proc'),(52845,'spell_item_brewfest_mount_transformation'),(52862,'spell_q12726_song_of_wind_and_water'),(52864,'spell_q12726_song_of_wind_and_water'),(52941,'spell_q12735_song_of_cleansing'),(52942,'spell_loken_pulsing_shockwave'),(53030,'spell_hadronox_leech_poison'),(53032,'spell_gen_flurry_of_claws'),(53035,'spell_hadronox_summon_periodic_champion'),(53036,'spell_hadronox_summon_periodic_necromancer'),(53037,'spell_hadronox_summon_periodic_crypt_fiend'),(53094,'spell_infected_worgen_bite'),(53110,'spell_q12779_an_end_to_all_things'),(53160,'spell_dk_dancing_rune_weapon_visual'),(53209,'spell_hun_chimera_shot'),(53242,'spell_tharon_ja_clear_gift_of_tharon_ja'),(53271,'spell_hun_masters_call'),(53350,'spell_q12730_quenching_mist'),(53365,'spell_dk_rune_of_the_fallen_crusader'),(53385,'spell_pal_divine_storm'),(53407,'spell_pal_judgement_of_justice'),(53408,'spell_pal_judgement_of_wisdom'),(53412,'spell_hun_invigoration'),(53457,'spell_gen_select_target_count_15_1'),(53458,'spell_azjol_nerub_impale_summon'),(53472,'spell_azjol_nerub_pound'),(53475,'spell_gen_oracle_wolvar_reputation'),(53478,'spell_hun_last_stand_pet'),(53487,'spell_gen_oracle_wolvar_reputation'),(53520,'spell_azjol_nerub_carrion_beetels'),(53601,'spell_pal_sacred_shield_base'),(53608,'spell_cenarion_scout_lifebloom'),(53642,'spell_gen_area_aura_select_players'),(53658,'spell_chapter5_light_of_dawn_aura'),(53680,'spell_chapter5_rebuke'),(53750,'spell_item_crazy_alchemists_potion'),(53798,'spell_azjol_nerub_fixate'),(53808,'spell_item_pygmy_oil'),(54015,'spell_gen_oracle_wolvar_reputation'),(54044,'spell_hun_pet_carrion_feeder'),(54171,'spell_pal_divine_storm_dummy'),(54190,'spell_q12805_lifeblood_dummy'),(54355,'spell_gen_mine_sweeper'),(54363,'spell_grobbulus_poison'),(54396,'spell_optic_link'),(54420,'spell_gen_despawn_self'),(54426,'spell_gluth_decimate'),(54566,'spell_dk_pet_scaling'),(54646,'spell_mage_focus_magic'),(54729,'spell_winged_steed_of_the_ebon_blade'),(54732,'spell_item_gnomish_army_knife'),(54747,'spell_mage_burning_determination'),(54749,'spell_mage_burning_determination'),(54798,'spell_q12851_going_bearback'),(54801,'spell_drakkari_colossus_surge'),(54846,'spell_dru_glyph_of_starfire'),(54847,'spell_gen_select_target_count_15_2'),(54850,'spell_drakkari_colossus_emerge'),(54894,'spell_gen_visual_dummy_stun'),(54956,'spell_galdarah_impaling_charge'),(54968,'spell_pal_glyph_of_holy_light'),(54991,'spell_drakkari_colossus_face_me'),(55004,'spell_item_nitro_boots'),(55093,'spell_sladran_grip_of_sladran'),(55163,'spell_moorabi_mojo_frenzy'),(55233,'spell_dk_vampiric_blood'),(55269,'spell_gen_default_count_pct_from_max_hp'),(55299,'spell_galdarah_transform'),(55342,'spell_mage_mirror_image'),(55368,'spell_q12661_q12669_q12676_q12677_q12713_summon_stefan'),(55421,'spell_q12919_gymers_throw'),(55475,'spell_gen_grow_flower_patch'),(55516,'spell_q12919_gymers_grab'),(55638,'spell_gothik_shadow_bolt_volley'),(55640,'spell_gen_allow_proc_from_spells_with_cost'),(55680,'spell_pri_glyph_of_prayer_of_healing'),(55709,'spell_hun_pet_heart_of_the_phoenix'),(55804,'spell_q12937_relief_for_the_fallen'),(55818,'spell_q12915_mending_fences'),(55945,'spell_gen_spectator_cheer_trigger'),(56096,'spell_gen_vendor_bark_trigger'),(56159,'spell_ahn_kahet_swarmer_aura'),(56278,'spell_q12987_read_pronouncement'),(56504,'spell_q13007_iron_colossus'),(56508,'spell_q13007_iron_colossus'),(56565,'spell_q13011_bear_flank_master'),(56575,'spell_wintergrasp_create_vehicle'),(56578,'spell_gen_default_count_pct_from_max_hp'),(56659,'spell_wintergrasp_force_building'),(56661,'spell_wintergrasp_create_vehicle'),(56662,'spell_wintergrasp_force_building'),(56663,'spell_wintergrasp_create_vehicle'),(56664,'spell_wintergrasp_force_building'),(56689,'spell_q13003_thursting_hodirs_spear'),(56763,'spell_close_rift'),(57099,'spell_gen_mine_sweeper'),(57385,'spell_q13086_last_line_of_defence'),(57407,'spell_eoe_ph3_surge_of_power'),(57412,'spell_q13086_last_line_of_defence'),(57426,'spell_item_fish_feast'),(57528,'spell_gen_clone'),(57578,'spell_sartharion_lava_strike'),(57591,'spell_sartharion_lava_strike'),(57593,'spell_gen_clone_weapon'),(57594,'spell_gen_clone_weapon_aura'),(57607,'spell_wg_reduce_damage_by_distance'),(57610,'spell_wg_reduce_damage_by_distance'),(57669,'spell_gen_replenishment'),(57685,'spell_gen_creature_permanent_feign_death'),(57762,'spell_twisted_visage_lifebloom'),(57934,'spell_rog_tricks_of_the_trade'),(58040,'spell_destroy_door_seal'),(58387,'spell_warr_glyph_of_sunder_armor'),(58601,'spell_gen_remove_flight_auras'),(58622,'spell_wintergrasp_portal'),(58683,'spell_rog_savage_combat'),(58684,'spell_rog_savage_combat'),(58759,'spell_sha_healing_stream_totem'),(58760,'spell_sha_healing_stream_totem'),(58761,'spell_sha_healing_stream_totem'),(58778,'spell_sha_mana_spring_totem'),(58779,'spell_sha_mana_spring_totem'),(58780,'spell_sha_mana_spring_totem'),(58875,'spell_sha_spirit_walk'),(58886,'spell_magic_eater_food'),(58941,'spell_archavon_rock_shards'),(58951,'spell_gen_creature_permanent_feign_death'),(58983,'spell_big_blizzard_bear'),(59061,'spell_charge_shield_bomber'),(59065,'spell_q13369_fate_up_against_your_will'),(59088,'spell_warr_improved_spell_reflection'),(59089,'spell_warr_improved_spell_reflection'),(59134,'spell_dk_death_coil'),(59193,'spell_switch_infragreen_bomber_station'),(59194,'spell_switch_infragreen_bomber_station'),(59196,'spell_switch_infragreen_bomber_station'),(59288,'spell_charge_shield_bomber'),(59303,'spell_q13291_q13292_q13239_q13261_armored_decoy_summon_skytalon'),(59318,'spell_q13291_q13292_q13239_q13261_frostbrood_skytalon_grab_decoy'),(59416,'spell_dred_raptor_call'),(59417,'spell_hadronox_leech_poison'),(59433,'spell_azjol_nerub_pound'),(59452,'spell_gen_select_target_count_15_2'),(59481,'spell_loatheb_necrotic_aura_warning'),(59542,'spell_gen_gift_of_naaru'),(59543,'spell_gen_gift_of_naaru'),(59544,'spell_gen_gift_of_naaru'),(59545,'spell_gen_gift_of_naaru'),(59547,'spell_gen_gift_of_naaru'),(59548,'spell_gen_gift_of_naaru'),(59566,'spell_sha_earthen_power'),(59622,'spell_anti_air_rocket_bomber'),(59628,'spell_rog_tricks_of_the_trade_proc'),(59630,'spell_gen_black_magic_enchant'),(59640,'spell_item_underbelly_elixir'),(59643,'spell_q13280_13283_plant_battle_standard'),(59686,'spell_ticking_time_bomb'),(59725,'spell_warr_improved_spell_reflection_trigger'),(59754,'spell_dk_rune_tap_party'),(59789,'spell_item_oracle_ablutions'),(59803,'spell_trollgore_consume'),(59807,'spell_trollgore_corpse_explode'),(59827,'spell_galdarah_impaling_charge'),(59837,'spell_loken_pulsing_shockwave'),(59910,'spell_novos_summon_minions'),(59917,'spell_gen_disabled_above_70'),(59972,'spell_tharon_ja_curse_of_life'),(59990,'spell_twisted_visage_lifebloom'),(60103,'spell_sha_lava_lash'),(60144,'spell_hun_viper_attack_speed'),(60218,'spell_gen_absorb0_hitlimit1'),(60320,'spell_item_scroll_of_recall'),(60321,'spell_item_scroll_of_recall'),(60476,'spell_item_titanium_seal_of_dalaran'),(60532,'spell_gen_default_count_pct_from_max_hp'),(60535,'spell_item_light_lamp'),(60779,'spell_dru_idol_lifebloom'),(60864,'spell_gen_default_count_pct_from_max_hp'),(60893,'spell_gen_profession_research'),(60900,'spell_q13369_fate_up_against_your_will'),(60936,'spell_eoe_ph3_surge_of_power'),(61013,'spell_pet_hit_expertise_scalling'),(61017,'spell_pet_hit_expertise_scalling'),(61093,'spell_fight_fire_bomber'),(61122,'spell_item_branns_communicator'),(61177,'spell_gen_profession_research'),(61288,'spell_gen_profession_research'),(61336,'spell_dru_survival_instincts'),(61408,'spell_wintergrasp_create_vehicle'),(61409,'spell_wintergrasp_force_building'),(61546,'spell_krystallus_shatter'),(61547,'spell_krystallus_shatter_effect'),(61551,'spell_item_toy_train_set'),(61669,'spell_hun_aspect_of_the_beast'),(61697,'spell_dk_pet_scaling'),(61698,'spell_gen_ds_flush_knockback'),(61756,'spell_gen_profession_research'),(61782,'spell_gen_replenishment'),(61783,'spell_sha_feral_spirit_scaling'),(61784,'spell_pilgrims_bounty_feast_on_generic'),(61785,'spell_pilgrims_bounty_feast_on_generic'),(61786,'spell_pilgrims_bounty_feast_on_generic'),(61787,'spell_pilgrims_bounty_feast_on_generic'),(61788,'spell_pilgrims_bounty_feast_on_generic'),(61804,'spell_pilgrims_bounty_serve_generic'),(61805,'spell_pilgrims_bounty_serve_generic'),(61806,'spell_pilgrims_bounty_serve_generic'),(61807,'spell_pilgrims_bounty_serve_generic'),(61808,'spell_pilgrims_bounty_serve_generic'),(61889,'spell_assembly_meltdown'),(61968,'spell_hodir_flash_freeze'),(61999,'spell_dk_raise_ally'),(62014,'spell_pilgrims_bounty_turkey_tracker'),(62018,'spell_algalon_collapse'),(62019,'spell_assembly_rune_of_summoning'),(62038,'spell_hodir_biting_cold_main_aura'),(62039,'spell_hodir_biting_cold_player_aura'),(62056,'spell_ulduar_stone_grip'),(62166,'spell_ulduar_stone_grip_cast_target'),(62266,'spell_algalon_trigger_3_adds'),(62274,'spell_shield_of_runes'),(62292,'spell_tar_blaze'),(62309,'spell_demolisher_ride_vehicle'),(62311,'spell_algalon_cosmic_smash_damage'),(62324,'spell_vehicle_throw_passenger'),(62331,'spell_thorim_trash_impale'),(62374,'spell_pursue'),(62399,'spell_vehicle_circuit_overload'),(62418,'spell_thorim_trash_impale'),(62475,'spell_systems_shutdown'),(62482,'spell_vehicle_grab_pyrite'),(62539,'spell_gen_eject_passenger'),(62546,'spell_ignis_scorch'),(62552,'spell_gen_defend'),(62563,'spell_gen_mounted_charge'),(62571,'spell_item_enchanted_broom_periodic'),(62575,'spell_gen_break_shield'),(62594,'spell_gen_tournament_pennant'),(62595,'spell_gen_tournament_pennant'),(62596,'spell_gen_tournament_pennant'),(62606,'spell_dru_savage_defense'),(62626,'spell_gen_break_shield'),(62692,'spell_aura_of_despair'),(62705,'spell_auto_repair'),(62707,'spell_ignis_grab_initial'),(62709,'spell_gen_tournament_counterattack'),(62717,'spell_ignis_slag_pot'),(62719,'spell_gen_defend'),(62774,'spell_gen_summon_tournament_mount'),(62775,'spell_xt002_tympanic_tantrum'),(62779,'spell_gen_summon_tournament_mount'),(62780,'spell_gen_summon_tournament_mount'),(62781,'spell_gen_summon_tournament_mount'),(62782,'spell_gen_summon_tournament_mount'),(62783,'spell_gen_summon_tournament_mount'),(62784,'spell_gen_summon_tournament_mount'),(62785,'spell_gen_summon_tournament_mount'),(62786,'spell_gen_summon_tournament_mount'),(62787,'spell_gen_summon_tournament_mount'),(62807,'spell_hodir_starlight'),(62821,'spell_hodir_toasty_fire'),(62863,'spell_gen_tournament_duel'),(62874,'spell_gen_mounted_charge'),(62912,'spell_thorims_hammer'),(62960,'spell_gen_mounted_charge'),(62976,'spell_thorim_lightning_pillar_P2'),(62991,'spell_gen_bonked'),(63003,'spell_gen_mounted_charge'),(63010,'spell_gen_mounted_charge'),(63018,'spell_xt002_searing_light_spawn_life_spark'),(63024,'spell_xt002_gravity_bomb_aura'),(63025,'spell_xt002_gravity_bomb_damage'),(63034,'spell_gen_on_tournament_mount'),(63108,'spell_warl_siphon_life'),(63120,'spell_yogg_saron_insane'),(63233,'spell_gen_break_shield'),(63274,'spell_mimiron_p3wx2_laser_barrage'),(63276,'spell_mark_of_the_faceless_periodic'),(63278,'spell_mark_of_the_faceless_drainhealth'),(63305,'spell_yogg_saron_grim_reprisal'),(63310,'spell_warl_glyph_of_shadowflame'),(63322,'spell_saronite_vapors_dummy'),(63338,'spell_saronite_vapors_damage'),(63382,'spell_mimiron_rapid_burst'),(63394,'spell_gen_tournament_pennant'),(63395,'spell_gen_tournament_pennant'),(63396,'spell_gen_tournament_pennant'),(63397,'spell_gen_tournament_pennant'),(63398,'spell_gen_tournament_pennant'),(63399,'spell_gen_tournament_pennant'),(63401,'spell_gen_tournament_pennant'),(63402,'spell_gen_tournament_pennant'),(63403,'spell_gen_tournament_pennant'),(63404,'spell_gen_tournament_pennant'),(63405,'spell_gen_tournament_pennant'),(63406,'spell_gen_tournament_pennant'),(63416,'spell_gen_clone_weapon'),(63418,'spell_gen_clone_weapon_aura'),(63421,'spell_gen_tournament_pennant'),(63422,'spell_gen_tournament_pennant'),(63423,'spell_gen_tournament_pennant'),(63425,'spell_gen_tournament_pennant'),(63426,'spell_gen_tournament_pennant'),(63427,'spell_gen_tournament_pennant'),(63428,'spell_gen_tournament_pennant'),(63429,'spell_gen_tournament_pennant'),(63430,'spell_gen_tournament_pennant'),(63431,'spell_gen_tournament_pennant'),(63432,'spell_gen_tournament_pennant'),(63433,'spell_gen_tournament_pennant'),(63434,'spell_gen_tournament_pennant'),(63435,'spell_gen_tournament_pennant'),(63436,'spell_gen_tournament_pennant'),(63474,'spell_ignis_scorch'),(63477,'spell_ignis_slag_pot'),(63489,'spell_shield_of_runes'),(63500,'spell_gen_tournament_pennant'),(63501,'spell_gen_tournament_pennant'),(63521,'spell_pal_guarded_by_the_light'),(63545,'spell_hodir_periodic_icicle'),(63606,'spell_gen_tournament_pennant'),(63607,'spell_gen_tournament_pennant'),(63608,'spell_gen_tournament_pennant'),(63609,'spell_gen_tournament_pennant'),(63611,'spell_dk_improved_blood_presence_proc'),(63661,'spell_gen_mounted_charge'),(63663,'spell_gen_summon_tournament_mount'),(63711,'spell_hodir_storm_power'),(63716,'spell_kologarn_stone_shout'),(63720,'spell_kologarn_stone_shout'),(63744,'spell_yogg_saron_target_selectors'),(63745,'spell_yogg_saron_target_selectors'),(63747,'spell_yogg_saron_target_selectors'),(63791,'spell_gen_summon_tournament_mount'),(63792,'spell_gen_summon_tournament_mount'),(63795,'spell_yogg_saron_sanity_reduce'),(63802,'spell_yogg_saron_brain_link'),(63803,'spell_yogg_saron_sanity_reduce'),(63825,'spell_gen_break_shield'),(63830,'spell_yogg_saron_malady_of_the_mind'),(63830,'spell_yogg_saron_sanity_reduce'),(63845,'spell_gen_create_lance'),(63881,'spell_yogg_saron_malady_of_the_mind'),(63881,'spell_yogg_saron_sanity_reduce'),(63944,'spell_gen_damage_reduction_aura'),(63981,'spell_ulduar_stone_grip_cast_target'),(63985,'spell_ulduar_stone_grip'),(64004,'spell_kologarn_stone_shout'),(64005,'spell_kologarn_stone_shout'),(64059,'spell_yogg_saron_sanity_reduce'),(64142,'spell_gen_upper_deck_create_foam_sword'),(64161,'spell_yogg_saron_empowered'),(64164,'spell_yogg_saron_lunatic_gaze'),(64164,'spell_yogg_saron_sanity_reduce'),(64168,'spell_yogg_saron_lunatic_gaze'),(64168,'spell_yogg_saron_sanity_reduce'),(64169,'spell_yogg_saron_sanity_well'),(64172,'spell_yogg_saron_titanic_storm'),(64174,'spell_yogg_saron_protective_gaze'),(64184,'spell_yogg_saron_in_the_maws_of_the_old_god'),(64205,'spell_pal_divine_sacrifice'),(64217,'spell_voa_overcharge'),(64233,'spell_xt002_gravity_bomb_damage'),(64234,'spell_xt002_gravity_bomb_aura'),(64323,'spell_item_book_of_glyph_mastery'),(64342,'spell_gen_break_shield'),(64380,'spell_warr_shattering_throw'),(64385,'spell_item_unusual_compass'),(64392,'spell_auriaya_sentinel_blast'),(64411,'spell_item_blessing_of_ancient_kings'),(64412,'spell_algalon_phase_punch'),(64414,'spell_load_into_catapult'),(64440,'spell_gen_proc_above_75'),(64440,'spell_item_blade_ward_enchant'),(64443,'spell_algalon_big_bang'),(64445,'spell_algalon_remove_phase'),(64467,'spell_yogg_saron_empowering_shadows'),(64482,'spell_orbital_supports'),(64507,'spell_gen_break_shield'),(64555,'spell_yogg_saron_insane_periodic_trigger'),(64568,'spell_gen_proc_above_75'),(64568,'spell_item_blood_draining_enchant'),(64584,'spell_algalon_big_bang'),(64590,'spell_gen_break_shield'),(64591,'spell_gen_mounted_charge'),(64595,'spell_gen_break_shield'),(64596,'spell_algalon_cosmic_smash_damage'),(64614,'spell_gen_eject_passenger'),(64629,'spell_gen_eject_passenger'),(64630,'spell_gen_eject_passenger'),(64631,'spell_gen_eject_passenger'),(64632,'spell_gen_eject_passenger'),(64633,'spell_gen_eject_passenger'),(64634,'spell_gen_eject_passenger'),(64635,'spell_gen_eject_passenger'),(64636,'spell_gen_eject_passenger'),(64677,'spell_shield_generator'),(64679,'spell_auriaya_sentinel_blast'),(64686,'spell_gen_break_shield'),(64702,'spell_ulduar_squeezed_lifeless'),(64740,'spell_ulduar_energy_sap'),(64770,'spell_ulduar_arachnopod_damaged'),(64844,'spell_pri_divine_hymn'),(64876,'spell_ulduar_energy_sap'),(64904,'spell_pri_hymn_of_hope'),(64981,'spell_item_vanquished_clutches'),(65075,'spell_orbital_supports'),(65076,'spell_orbital_supports'),(65077,'spell_orbital_supports'),(65121,'spell_xt002_searing_light_spawn_life_spark'),(65123,'spell_hodir_storm_cloud'),(65133,'spell_hodir_storm_cloud'),(65134,'spell_hodir_storm_power'),(65147,'spell_gen_break_shield'),(65206,'spell_yogg_saron_destabilization_matrix'),(65225,'spell_sha_fire_elemental_scaling'),(65226,'spell_sha_fire_elemental_scaling'),(65227,'spell_sha_fire_elemental_scaling'),(65228,'spell_sha_fire_elemental_scaling'),(65266,'spell_gen_vehicle_scaling'),(65279,'spell_voa_lightning_nova'),(65301,'spell_yogg_saron_sanity_reduce'),(65311,'spell_algalon_supermassive_fail'),(65418,'spell_pilgrims_bounty_food'),(65419,'spell_pilgrims_bounty_food'),(65420,'spell_pilgrims_bounty_food'),(65421,'spell_pilgrims_bounty_food'),(65422,'spell_pilgrims_bounty_food'),(65576,'spell_winter_veil_shoot_air_rifle'),(65635,'spell_gen_vehicle_scaling'),(65636,'spell_gen_vehicle_scaling'),(65684,'spell_valkyr_essence'),(65686,'spell_valkyr_essence'),(65812,'spell_faction_champion_warl_unstable_affliction'),(65917,'spell_gen_magic_rooster'),(65920,'spell_pursuing_spikes'),(65922,'spell_pursuing_spikes'),(65923,'spell_pursuing_spikes'),(65941,'spell_warr_shattering_throw'),(65950,'spell_valkyr_touch'),(65956,'spell_rog_blade_flurry'),(66001,'spell_valkyr_touch'),(66041,'spell_pilgrims_bounty_food'),(66093,'spell_faction_champion_dru_lifebloom'),(66118,'spell_gen_leeching_swarm'),(66218,'spell_ioc_launch'),(66240,'spell_gen_leeching_swarm_dmg'),(66250,'spell_pilgrims_bounty_pass_generic'),(66259,'spell_pilgrims_bounty_pass_generic'),(66260,'spell_pilgrims_bounty_pass_generic'),(66261,'spell_pilgrims_bounty_pass_generic'),(66262,'spell_pilgrims_bounty_pass_generic'),(66316,'spell_gen_50pct_count_pct_from_max_hp'),(66334,'spell_toc25_mistress_kiss'),(66336,'spell_mistress_kiss_area'),(66477,'spell_pilgrims_bounty_food'),(66480,'spell_gen_break_shield'),(66481,'spell_gen_mounted_charge'),(66482,'spell_gen_defend'),(66515,'spell_reflective_shield'),(66630,'spell_ioc_gunship_portal'),(66637,'spell_ioc_gunship_portal'),(66656,'spell_ioc_parachute_ic'),(66666,'spell_gen_vehicle_scaling'),(66667,'spell_gen_vehicle_scaling'),(66668,'spell_gen_vehicle_scaling'),(66672,'spell_ioc_bomb_blast_criteria'),(66676,'spell_ioc_bomb_blast_criteria'),(66690,'spell_voa_flaming_cinder'),(66725,'spell_koralon_meteor_fists'),(66741,'spell_q14112_14145_chum_the_water'),(66808,'spell_flame_warder_meteor_fists'),(66862,'spell_eadric_radiance'),(67019,'spell_item_flask_of_the_north'),(67076,'spell_mistress_kiss_area'),(67077,'spell_mistress_kiss_area'),(67078,'spell_mistress_kiss_area'),(67100,'spell_gen_50pct_count_pct_from_max_hp'),(67101,'spell_gen_50pct_count_pct_from_max_hp'),(67102,'spell_gen_50pct_count_pct_from_max_hp'),(67176,'spell_valkyr_essence'),(67177,'spell_valkyr_essence'),(67178,'spell_valkyr_essence'),(67197,'spell_toc5_light_rain'),(67222,'spell_valkyr_essence'),(67223,'spell_valkyr_essence'),(67224,'spell_valkyr_essence'),(67281,'spell_valkyr_touch'),(67282,'spell_valkyr_touch'),(67283,'spell_valkyr_touch'),(67292,'spell_toc5_light_rain'),(67296,'spell_valkyr_touch'),(67297,'spell_valkyr_touch'),(67298,'spell_valkyr_touch'),(67335,'spell_igb_gunship_fall_teleport'),(67393,'spell_gen_eject_passenger'),(67533,'spell_winter_veil_shoot_air_rifle'),(67630,'spell_gen_leeching_swarm'),(67681,'spell_eadric_radiance'),(67698,'spell_gen_allow_proc_from_spells_with_cost'),(67752,'spell_gen_allow_proc_from_spells_with_cost'),(67799,'spell_item_mind_amplify_dish'),(67905,'spell_toc25_mistress_kiss'),(67906,'spell_toc25_mistress_kiss'),(67907,'spell_toc25_mistress_kiss'),(67957,'spell_faction_champion_dru_lifebloom'),(67958,'spell_faction_champion_dru_lifebloom'),(67959,'spell_faction_champion_dru_lifebloom'),(68077,'spell_ioc_repair_turret'),(68154,'spell_faction_champion_warl_unstable_affliction'),(68155,'spell_faction_champion_warl_unstable_affliction'),(68156,'spell_faction_champion_warl_unstable_affliction'),(68160,'spell_flame_warder_meteor_fists'),(68161,'spell_koralon_meteor_fists'),(68198,'spell_pos_rimefang_frost_nova'),(68282,'spell_gen_mounted_charge'),(68284,'spell_gen_mounted_charge'),(68321,'spell_gen_mounted_charge'),(68361,'spell_hun_animal_handler'),(68498,'spell_gen_mounted_charge'),(68501,'spell_gen_mounted_charge'),(68504,'spell_gen_break_shield'),(68529,'spell_love_in_air_perfume_immune'),(68530,'spell_love_in_air_perfume_immune'),(68576,'spell_gen_eject_all_passengers'),(68614,'spell_love_in_air_periodic_perfumes'),(68646,'spell_gen_leeching_swarm'),(68647,'spell_gen_leeching_swarm'),(68721,'spell_igb_rocket_pack'),(68786,'spell_garfrost_permafrost'),(68793,'spell_bronjahm_magic_bane'),(68798,'spell_love_in_air_periodic_perfumes'),(68870,'spell_bronjahm_soulstorm_visual'),(68875,'spell_wailing_souls_periodic'),(68921,'spell_bronjahm_soulstorm_targeting'),(68980,'spell_the_lich_king_harvest_soul'),(68984,'spell_the_lich_king_cast_back_to_caster'),(69008,'spell_bronjahm_soulstorm_channel_ooc'),(69012,'spell_krick_explosive_barrage'),(69020,'spell_exploding_orb_auto_grow'),(69030,'spell_the_lich_king_valkyr_target_search'),(69037,'spell_the_lich_king_summon_into_air'),(69049,'spell_bronjahm_soulstorm_targeting'),(69050,'spell_bronjahm_magic_bane'),(69055,'spell_marrowgar_bone_slice'),(69057,'spell_marrowgar_bone_spike_graveyard'),(69069,'spell_shield_of_bones'),(69075,'spell_marrowgar_bone_storm'),(69110,'spell_the_lich_king_ice_burst_target_search'),(69140,'spell_marrowgar_coldflame'),(69195,'spell_festergut_pungent_blight'),(69200,'spell_the_lich_king_raging_spirit'),(69222,'spell_gen_throw_shield'),(69290,'spell_festergut_blighted_spores'),(69366,'spell_dru_moonkin_form_passive'),(69377,'spell_item_runescroll_of_fortitude'),(69382,'spell_the_lich_king_lights_favor'),(69383,'spell_the_lich_king_dark_hunger'),(69397,'spell_the_lich_king_soul_rip'),(69399,'spell_igb_cannon_blast'),(69401,'spell_igb_incinerating_blast'),(69409,'spell_the_lich_king_soul_reaper'),(69470,'spell_igb_periodic_trigger_with_power_cost'),(69483,'spell_icc_dark_reckoning'),(69487,'spell_igb_overheat'),(69487,'spell_igb_periodic_trigger_with_power_cost'),(69516,'spell_icc_yd_summon_undead'),(69538,'spell_rotface_little_ooze_combine'),(69553,'spell_rotface_large_ooze_combine'),(69603,'spell_pos_blight'),(69604,'spell_pos_blight'),(69610,'spell_rotface_large_ooze_buff_combine'),(69649,'spell_sindragosa_frost_breath'),(69664,'spell_q20438_q24556_aquantos_laundry'),(69672,'spell_gen_sunreaver_disguise'),(69673,'spell_gen_silver_covenant_disguise'),(69674,'spell_rotface_mutated_infection'),(69678,'spell_igb_rocket_artillery'),(69679,'spell_igb_rocket_artillery_explosion'),(69682,'spell_item_sleepy_willy'),(69705,'spell_igb_below_zero'),(69712,'spell_sindragosa_ice_tomb'),(69712,'spell_sindragosa_ice_tomb_dummy'),(69712,'spell_sindragosa_ice_tomb_filter'),(69732,'spell_item_lil_phylactery'),(69762,'spell_gen_allow_proc_from_spells_with_cost'),(69762,'spell_sindragosa_unchained_magic'),(69766,'spell_sindragosa_instability'),(69832,'spell_rotface_unstable_ooze_explosion'),(69839,'spell_rotface_unstable_ooze_explosion_init'),(69891,'spell_gen_clone_weapon'),(69892,'spell_gen_clone_weapon'),(69893,'spell_gen_clone_weapon_aura'),(69896,'spell_gen_clone_weapon_aura'),(70017,'spell_hor_gunship_cannon_fire'),(70053,'spell_svalna_revive_champion'),(70078,'spell_svalna_caress_of_death'),(70104,'spell_igb_teleport_to_enemy_ship'),(70107,'spell_sindragosa_permeating_chill'),(70117,'spell_sindragosa_icy_grip'),(70120,'spell_igb_on_gunship_deck'),(70121,'spell_igb_on_gunship_deck'),(70122,'spell_sindragosa_icy_grip_jump'),(70126,'spell_sindragosa_frost_beacon'),(70127,'spell_sindragosa_mystic_buffet'),(70132,'spell_pos_empowered_blizzard'),(70157,'spell_sindragosa_ice_tomb_trap'),(70172,'spell_igb_cannon_blast'),(70174,'spell_igb_incinerating_blast'),(70207,'spell_shield_of_bones'),(70285,'spell_pos_blight'),(70286,'spell_pos_blight'),(70292,'spell_pos_glacial_strike'),(70308,'spell_putricide_mutation_init'),(70311,'spell_putricide_mutated_transformation'),(70331,'spell_igb_check_for_players'),(70336,'spell_garfrost_permafrost'),(70337,'spell_the_lich_king_necrotic_plague'),(70338,'spell_the_lich_king_necrotic_plague_jump'),(70342,'spell_putricide_slime_puddle_spawn'),(70345,'spell_putricide_grow_stacker'),(70346,'spell_putricide_slime_puddle'),(70348,'spell_igb_rocket_pack_useable'),(70351,'spell_putricide_unstable_experiment'),(70360,'spell_putricide_eat_ooze'),(70397,'spell_igb_burning_pitch_selector'),(70402,'spell_putricide_mutated_transformation_dmg'),(70403,'spell_igb_burning_pitch_selector'),(70405,'spell_putricide_mutated_transformation_dismiss'),(70443,'spell_igb_explosion'),(70444,'spell_igb_explosion'),(70447,'spell_putricide_ooze_channel'),(70459,'spell_putricide_ooze_eruption_searcher'),(70477,'spell_bh_cleanse_quel_delar'),(70497,'spell_the_lich_king_summon_into_air'),(70498,'spell_the_lich_king_vile_spirits'),(70499,'spell_the_lich_king_vile_spirits_visual'),(70501,'spell_the_lich_king_vile_spirit_move_target_search'),(70534,'spell_the_lich_king_vile_spirit_damage_target_search'),(70536,'spell_icc_sprit_alarm'),(70539,'spell_putricide_regurgitated_ooze'),(70541,'spell_the_lich_king_infest'),(70545,'spell_icc_sprit_alarm'),(70546,'spell_icc_sprit_alarm'),(70547,'spell_icc_sprit_alarm'),(70548,'spell_bh_cleanse_quel_delar'),(70588,'spell_valithria_suppression'),(70592,'spell_gen_creature_permanent_feign_death'),(70598,'spell_sindragosa_s_fury'),(70609,'spell_igb_rocket_artillery'),(70614,'spell_q24545_aod_special'),(70628,'spell_gen_creature_permanent_feign_death'),(70672,'spell_putricide_gaseous_bloat'),(70672,'spell_putricide_ooze_channel'),(70691,'spell_dru_t10_restoration_4p_bonus'),(70723,'spell_dru_t10_balance_4p_bonus'),(70733,'spell_icc_stoneform'),(70739,'spell_icc_geist_alarm'),(70740,'spell_icc_geist_alarm'),(70743,'spell_q24545_aod_special'),(70769,'spell_gen_divine_storm_cd_reset'),(70790,'spell_q24545_aod_special'),(70803,'spell_gen_proc_not_self'),(70805,'spell_gen_proc_on_self'),(70808,'spell_sha_t10_restoration_4p_bonus'),(70811,'spell_sha_item_t10_elemental_2p_bonus'),(70814,'spell_marrowgar_bone_slice'),(70826,'spell_marrowgar_bone_spike_graveyard'),(70834,'spell_marrowgar_bone_storm'),(70835,'spell_marrowgar_bone_storm'),(70836,'spell_marrowgar_bone_storm'),(70842,'spell_deathwhisper_mana_barrier'),(70871,'spell_blood_queen_essence_of_the_blood_queen'),(70877,'spell_blood_queen_frenzied_bloodthirst'),(70903,'spell_cultist_dark_martyrdom'),(70911,'spell_putricide_unbound_plague_dmg'),(70912,'spell_dreamwalker_decay_periodic_timer'),(70912,'spell_dreamwalker_summon_suppresser'),(70913,'spell_dreamwalker_decay_periodic_timer'),(70915,'spell_dreamwalker_decay_periodic_timer'),(70916,'spell_dreamwalker_decay_periodic_timer'),(70920,'spell_putricide_unbound_plague'),(70921,'spell_dreamwalker_summoner'),(70933,'spell_dreamwalker_summoner'),(70936,'spell_dreamwalker_summon_suppresser_effect'),(70946,'spell_blood_queen_vampiric_bite'),(70961,'spell_icc_shattered_bones'),(70980,'spell_icc_web_wrap'),(71032,'spell_dreamwalker_summoner'),(71056,'spell_sindragosa_frost_breath'),(71057,'spell_sindragosa_frost_breath'),(71058,'spell_sindragosa_frost_breath'),(71078,'spell_dreamwalker_summoner'),(71085,'spell_dreamwalker_mana_void'),(71123,'spell_stinky_precious_decimate'),(71168,'spell_item_unsated_craving'),(71169,'spell_item_shadows_fate'),(71219,'spell_festergut_pungent_blight'),(71222,'spell_festergut_blighted_spores'),(71224,'spell_rotface_mutated_infection'),(71236,'spell_cultist_dark_martyrdom'),(71252,'spell_icc_yh_volley'),(71255,'spell_putricide_choking_gas_bomb'),(71268,'spell_blood_queen_swarming_shadows_floor_dmg'),(71274,'spell_icc_yf_frozen_orb'),(71281,'spell_pos_slave_trigger_closest'),(71316,'spell_pos_glacial_strike'),(71317,'spell_pos_glacial_strike'),(71335,'spell_igb_burning_pitch'),(71339,'spell_igb_burning_pitch'),(71340,'spell_blood_queen_pact_of_the_darkfallen_dmg'),(71341,'spell_blood_queen_pact_of_the_darkfallen_dmg_target'),(71342,'spell_big_love_rocket'),(71350,'spell_frostwarden_handler_focus_fire'),(71357,'spell_frostwarden_handler_order_whelp'),(71376,'spell_rimefang_icy_blast'),(71390,'spell_blood_queen_pact_of_the_darkfallen'),(71441,'spell_rotface_unstable_ooze_explosion_suicide'),(71450,'spell_gen_aura_service_uniform'),(71462,'spell_svalna_remove_spear'),(71474,'spell_blood_queen_frenzied_bloodthirst'),(71475,'spell_blood_queen_vampiric_bite'),(71476,'spell_blood_queen_vampiric_bite'),(71477,'spell_blood_queen_vampiric_bite'),(71503,'spell_putricide_mutated_transformation'),(71602,'spell_gen_proc_once_per_cast'),(71610,'spell_item_echoes_of_light'),(71615,'spell_putricide_tear_gas_effect'),(71641,'spell_item_echoes_of_light'),(71645,'spell_gen_proc_once_per_cast'),(71718,'spell_taldaram_summon_flame_ball'),(71756,'spell_taldaram_ball_of_inferno_flame'),(71806,'spell_taldaram_glittering_sparks'),(71811,'spell_the_lich_king_jump'),(71841,'spell_pet_gen_valkyr_guardian_smite'),(71842,'spell_pet_gen_valkyr_guardian_smite'),(71845,'spell_gen_proc_once_per_cast'),(71846,'spell_gen_proc_once_per_cast'),(71848,'spell_item_sleepy_willy'),(71865,'spell_item_trauma'),(71868,'spell_item_trauma'),(71874,'spell_item_toxic_wasteling'),(71875,'spell_item_necrotic_touch'),(71877,'spell_item_necrotic_touch'),(71899,'spell_blood_queen_bloodbolt'),(71900,'spell_blood_queen_bloodbolt'),(71901,'spell_blood_queen_bloodbolt'),(71902,'spell_blood_queen_bloodbolt'),(71903,'spell_item_shadowmourne'),(71905,'spell_item_shadowmourne_soul_fragment'),(71941,'spell_dreamwalker_twisted_nightmares'),(71943,'spell_blood_council_summon_shadow_resonance'),(71963,'spell_blood_queen_presence_of_the_darkfallen'),(71964,'spell_blood_queen_presence_of_the_darkfallen'),(71966,'spell_putricide_unstable_experiment'),(71967,'spell_putricide_unstable_experiment'),(71968,'spell_putricide_unstable_experiment'),(71970,'spell_dreamwalker_nightmare_cloud'),(72040,'spell_taldaram_summon_flame_ball'),(72053,'spell_valanar_kinetic_bomb_summon'),(72054,'spell_valanar_kinetic_bomb_absorb'),(72080,'spell_valanar_kinetic_bomb'),(72087,'spell_valanar_kinetic_bomb_knockback'),(72088,'spell_marrowgar_bone_spike_graveyard'),(72089,'spell_marrowgar_bone_spike_graveyard'),(72134,'spell_igb_explosion_main'),(72137,'spell_igb_explosion_main'),(72155,'spell_icc_harvest_blight_specimen'),(72162,'spell_icc_harvest_blight_specimen'),(72176,'spell_deathbringer_blood_link_blood_beast_aura'),(72178,'spell_deathbringer_blood_link_aura'),(72202,'spell_deathbringer_blood_link'),(72219,'spell_festergut_gastric_bloat'),(72224,'spell_dreamwalker_summon_portal'),(72262,'spell_the_lich_king_quake'),(72286,'spell_invincible'),(72340,'spell_igb_teleport_players_on_victory'),(72368,'spell_hor_shared_suffering'),(72369,'spell_hor_shared_suffering'),(72371,'spell_deathbringer_blood_power'),(72378,'spell_deathbringer_blood_nova_targeting'),(72385,'spell_deathbringer_boiling_blood'),(72419,'spell_gen_proc_once_per_cast'),(72429,'spell_the_lich_king_mass_resurrection'),(72431,'spell_the_lich_king_jump_remove_aura'),(72441,'spell_deathbringer_boiling_blood'),(72442,'spell_deathbringer_boiling_blood'),(72443,'spell_deathbringer_boiling_blood'),(72451,'spell_putricide_mutated_plague'),(72455,'spell_putricide_gaseous_bloat'),(72455,'spell_putricide_ooze_channel'),(72456,'spell_putricide_slime_puddle'),(72457,'spell_putricide_regurgitated_ooze'),(72463,'spell_putricide_mutated_plague'),(72465,'spell_sindragosa_soul_preservation'),(72480,'spell_dreamwalker_summon_portal'),(72495,'spell_cultist_dark_martyrdom'),(72496,'spell_cultist_dark_martyrdom'),(72497,'spell_cultist_dark_martyrdom'),(72498,'spell_cultist_dark_martyrdom'),(72499,'spell_cultist_dark_martyrdom'),(72500,'spell_cultist_dark_martyrdom'),(72508,'spell_putricide_mutated_transformation_dismiss'),(72509,'spell_putricide_mutated_transformation_dismiss'),(72510,'spell_putricide_mutated_transformation_dismiss'),(72511,'spell_putricide_mutated_transformation_dmg'),(72512,'spell_putricide_mutated_transformation_dmg'),(72513,'spell_putricide_mutated_transformation_dmg'),(72527,'spell_putricide_eat_ooze'),(72528,'spell_sindragosa_mystic_buffet'),(72529,'spell_sindragosa_mystic_buffet'),(72530,'spell_sindragosa_mystic_buffet'),(72551,'spell_festergut_gastric_bloat'),(72552,'spell_festergut_gastric_bloat'),(72553,'spell_festergut_gastric_bloat'),(72585,'spell_icc_soul_missile'),(72595,'spell_the_lich_king_restore_soul'),(72618,'spell_putricide_clear_aura_effect_value'),(72635,'spell_blood_queen_swarming_shadows_floor_dmg'),(72636,'spell_blood_queen_swarming_shadows_floor_dmg'),(72637,'spell_blood_queen_swarming_shadows_floor_dmg'),(72671,'spell_putricide_mutated_plague'),(72672,'spell_putricide_mutated_plague'),(72705,'spell_marrowgar_coldflame_bonestorm'),(72752,'spell_pvp_trinket_wotf_shared_cd'),(72754,'spell_the_lich_king_defile'),(72757,'spell_pvp_trinket_wotf_shared_cd'),(72782,'spell_taldaram_ball_of_inferno_flame'),(72783,'spell_taldaram_ball_of_inferno_flame'),(72784,'spell_taldaram_ball_of_inferno_flame'),(72832,'spell_putricide_gaseous_bloat'),(72832,'spell_putricide_ooze_channel'),(72833,'spell_putricide_gaseous_bloat'),(72833,'spell_putricide_ooze_channel'),(72836,'spell_putricide_ooze_channel'),(72837,'spell_putricide_ooze_channel'),(72838,'spell_putricide_ooze_channel'),(72854,'spell_putricide_unbound_plague_dmg'),(72855,'spell_putricide_unbound_plague_dmg'),(72856,'spell_putricide_unbound_plague_dmg'),(72864,'spell_frost_giant_death_plague'),(72868,'spell_putricide_slime_puddle'),(72869,'spell_putricide_slime_puddle'),(72875,'spell_putricide_regurgitated_ooze'),(72876,'spell_putricide_regurgitated_ooze'),(72999,'spell_blood_council_shadow_prison_damage'),(73001,'spell_blood_council_shadow_prison'),(73022,'spell_rotface_mutated_infection'),(73023,'spell_rotface_mutated_infection'),(73031,'spell_festergut_pungent_blight'),(73032,'spell_festergut_pungent_blight'),(73033,'spell_festergut_blighted_spores'),(73034,'spell_festergut_blighted_spores'),(73058,'spell_deathbringer_blood_nova_targeting'),(73061,'spell_sindragosa_frost_breath'),(73062,'spell_sindragosa_frost_breath'),(73063,'spell_sindragosa_frost_breath'),(73064,'spell_sindragosa_frost_breath'),(73076,'spell_gen_throw_shield'),(73159,'spell_the_lich_king_play_movie'),(73488,'spell_the_lich_king_life_siphon'),(73530,'spell_the_lich_king_shadow_trap_visual'),(73579,'spell_the_lich_king_summon_into_air'),(73582,'spell_the_lich_king_trigger_vile_spirit'),(73650,'spell_the_lich_king_restore_soul'),(73655,'spell_the_lich_king_teleport_to_frostmourne_hc'),(73708,'spell_the_lich_king_defile'),(73709,'spell_the_lich_king_defile'),(73710,'spell_the_lich_king_defile'),(73779,'spell_the_lich_king_infest'),(73780,'spell_the_lich_king_infest'),(73781,'spell_the_lich_king_infest'),(73782,'spell_the_lich_king_life_siphon'),(73783,'spell_the_lich_king_life_siphon'),(73784,'spell_the_lich_king_life_siphon'),(73785,'spell_the_lich_king_necrotic_plague_jump'),(73786,'spell_the_lich_king_necrotic_plague_jump'),(73787,'spell_the_lich_king_necrotic_plague_jump'),(73797,'spell_the_lich_king_soul_reaper'),(73798,'spell_the_lich_king_soul_reaper'),(73799,'spell_the_lich_king_soul_reaper'),(73912,'spell_the_lich_king_necrotic_plague'),(73913,'spell_the_lich_king_necrotic_plague'),(73914,'spell_the_lich_king_necrotic_plague'),(74282,'spell_the_lich_king_shadow_trap_periodic'),(74296,'spell_the_lich_king_harvest_soul'),(74297,'spell_the_lich_king_harvest_soul'),(74300,'spell_the_lich_king_summon_into_air'),(74302,'spell_the_lich_king_summon_spirit_bomb'),(74325,'spell_the_lich_king_harvest_soul'),(74341,'spell_the_lich_king_summon_spirit_bomb'),(74342,'spell_the_lich_king_summon_spirit_bomb'),(74343,'spell_the_lich_king_summon_spirit_bomb'),(74445,'spell_the_lich_king_cast_back_to_caster'),(74452,'spell_saviana_conflagration_init'),(74455,'spell_saviana_conflagration_throwback'),(74490,'spell_gen_creature_permanent_feign_death'),(74505,'spell_baltharus_enervating_brand_trigger'),(74562,'spell_halion_fiery_combustion'),(74567,'spell_halion_mark_of_combustion'),(74610,'spell_halion_combustion_summon'),(74630,'spell_gen_mod_radius_by_caster_scale'),(74638,'spell_halion_meteor_strike_targeting'),(74641,'spell_halion_meteor_strike_marker'),(74696,'spell_halion_meteor_strike_spread'),(74768,'spell_halion_twilight_cutter_periodic'),(74769,'spell_halion_twilight_cutter'),(74792,'spell_halion_soul_consumption'),(74795,'spell_halion_mark_of_consumption'),(74800,'spell_halion_consumption_summon'),(74802,'spell_gen_mod_radius_by_caster_scale'),(74804,'spell_halion_summon_exit_portals'),(74805,'spell_halion_summon_exit_portals'),(74807,'spell_halion_twilight_realm'),(74808,'spell_halion_twilight_phasing'),(74812,'spell_halion_leave_twilight_realm'),(74856,'spell_blazing_hippogryph'),(74960,'spell_gen_select_target_count_30_1'),(75063,'spell_halion_twilight_division'),(75102,'spell_voljin_war_drums'),(75396,'spell_halion_clear_debuffs'),(75415,'spell_ruby_sanctum_rallying_shout'),(75420,'spell_mount_check'),(75465,'spell_gen_proc_once_per_cast'),(75474,'spell_gen_proc_once_per_cast'),(75509,'spell_halion_twilight_mending'),(75614,'spell_celestial_steed'),(75874,'spell_gen_mod_radius_by_caster_scale'),(75875,'spell_gen_mod_radius_by_caster_scale'),(75876,'spell_gen_mod_radius_by_caster_scale'),(75882,'spell_gen_mod_radius_by_caster_scale'),(75883,'spell_gen_mod_radius_by_caster_scale'),(75884,'spell_gen_mod_radius_by_caster_scale'),(75886,'spell_halion_blazing_aura'),(75887,'spell_halion_blazing_aura'),(75973,'spell_x53_touring_rocket'),(76096,'spell_item_lil_xt'),(76098,'spell_item_lil_xt'),(77844,'spell_halion_twilight_cutter'),(77845,'spell_halion_twilight_cutter'),(77846,'spell_halion_twilight_cutter'),(100101,'spell_valkyr_ball_periodic_dummy'); +INSERT INTO `spell_script_names` VALUES (-62900,'spell_dk_death_coil'),(-61391,'spell_dru_typhoon'),(-58872,'spell_warr_damage_shield'),(-55428,'spell_gen_lifeblood'),(-55090,'spell_dk_scourge_strike'),(-54347,'spell_warl_improved_demonic_tactics'),(-53302,'spell_hun_sniper_training'),(-52284,'spell_dk_will_of_the_necropolis'),(-51685,'spell_rog_prey_on_the_weak'),(-51490,'spell_sha_thunderstorm'),(-51474,'spell_sha_astral_shift'),(-51123,'spell_gen_no_offhand_proc'),(-50391,'spell_dk_improved_unholy_presence'),(-50384,'spell_dk_improved_frost_presence'),(-50365,'spell_dk_improved_blood_presence'),(-50294,'spell_dru_starfall_aoe'),(-50286,'spell_dru_starfall_dummy'),(-49998,'spell_dk_death_strike'),(-49821,'spell_pri_mind_sear'),(-49219,'spell_dk_blood_caked_blade'),(-49217,'spell_dk_wandering_plague_aura'),(-49188,'spell_gen_no_offhand_proc'),(-49158,'spell_dk_corpse_explosion'),(-49145,'spell_dk_spell_deflection'),(-49004,'spell_dk_scent_of_blood_trigger'),(-49004,'spell_gen_proc_from_direct_damage'),(-48721,'spell_dk_blood_boil'),(-48496,'spell_dru_living_seed'),(-48438,'spell_dru_wild_growth'),(-48181,'spell_warl_haunt'),(-47897,'spell_warl_shadowflame'),(-47541,'spell_dk_death_coil'),(-47540,'spell_pri_penance'),(-47509,'spell_pri_divine_aegis'),(-47230,'spell_warl_fel_synergy'),(-44546,'spell_mage_brain_freeze'),(-44457,'spell_mage_living_bomb'),(-44450,'spell_mage_burnout_trigger'),(-44449,'spell_mage_burnout'),(-43265,'spell_dk_death_and_decay'),(-35696,'spell_warl_demonic_knowledge'),(-35541,'spell_rog_combat_potency'),(-34914,'spell_pri_vampiric_touch'),(-34861,'spell_pri_circle_of_healing'),(-33872,'spell_dru_nurturing_instinct'),(-33851,'spell_dru_primal_tenacity'),(-33763,'spell_dru_lifebloom'),(-32379,'spell_pri_shadow_word_death'),(-31850,'spell_pal_ardent_defender'),(-31228,'spell_rog_cheat_death'),(-31130,'spell_rog_nerves_of_steel'),(-30706,'spell_sha_totem_of_wrath'),(-30482,'spell_mage_molten_armor'),(-30451,'spell_mage_arcane_blast'),(-30143,'spell_warl_demonic_aegis'),(-30108,'spell_warl_unstable_affliction'),(-29074,'spell_mage_master_of_elements'),(-27285,'spell_warl_seed_of_corruption'),(-20473,'spell_pal_holy_shock'),(-19572,'spell_hun_improved_mend_pet'),(-19386,'spell_hun_wyvern_sting'),(-17002,'spell_dru_feral_swiftness'),(-16972,'spell_dru_predatory_strikes'),(-12317,'spell_gen_proc_from_direct_damage'),(-12162,'spell_warr_deep_wounds'),(-11426,'spell_mage_ice_barrier'),(-11119,'spell_mage_ignite'),(-11113,'spell_mage_blast_wave'),(-9799,'spell_pal_eye_for_an_eye'),(-8050,'spell_sha_flame_shock'),(-7235,'spell_warl_shadow_ward'),(-7001,'spell_pri_lightwell_renew'),(-6201,'spell_warl_create_healthstone'),(-6143,'spell_mage_fire_frost_ward'),(-5570,'spell_dru_insect_swarm'),(-5308,'spell_warr_execute'),(-5217,'spell_dru_tiger_s_fury'),(-2818,'spell_rog_deadly_poison'),(-1943,'spell_rog_rupture'),(-1850,'spell_dru_dash'),(-1535,'spell_sha_fire_nova'),(-1464,'spell_warr_slam'),(-1463,'spell_mage_mana_shield'),(-1454,'spell_warl_life_tap'),(-1079,'spell_dru_rip'),(-1064,'spell_sha_chain_heal'),(-974,'spell_sha_earth_shield'),(-772,'spell_warr_rend'),(-755,'spell_hun_check_pet_los'),(-755,'spell_warl_health_funnel'),(-746,'spell_gen_bandage'),(-710,'spell_warl_banish'),(-633,'spell_pal_lay_on_hands'),(-603,'spell_warl_curse_of_doom'),(-543,'spell_mage_fire_frost_ward'),(-139,'spell_pri_renew'),(-136,'spell_hun_check_pet_los'),(-100,'spell_warr_charge'),(-17,'spell_pri_power_word_shield'),(126,'spell_warl_eye_of_kilrogg'),(694,'spell_warr_mocking_blow'),(698,'spell_warl_ritual_of_summoning'),(781,'spell_hun_disengage'),(1038,'spell_pal_hand_of_salvation'),(1090,'spell_item_magic_dust'),(1515,'spell_hun_tame_beast'),(1742,'spell_hun_cower'),(2825,'spell_sha_bloodlust'),(3411,'spell_warr_intervene'),(4073,'spell_gen_allow_cast_from_item_only'),(4338,'spell_q13280_13283_plant_battle_standard'),(5024,'spell_item_skull_of_impeding_doom'),(5229,'spell_dru_enrage'),(5246,'spell_warr_intimidating_shout'),(5487,'spell_dru_feral_swiftness'),(5938,'spell_rog_shiv'),(6358,'spell_warl_seduction'),(6474,'spell_sha_earthbind_totem'),(6495,'spell_sha_sentry_totem'),(6940,'spell_pal_hand_of_sacrifice'),(6962,'spell_gen_pet_summoned'),(7054,'spell_shadowfang_keep_forsaken_skills'),(7057,'spell_shadowfang_keep_haunting_spirits'),(7215,'spell_item_mithril_spurs'),(7384,'spell_warr_overpower'),(7434,'spell_item_fate_rune_of_unsurpassed_vigor'),(7887,'spell_warr_overpower'),(7933,'spell_item_strong_anti_venom'),(8063,'spell_item_deviate_fish'),(8129,'spell_pri_mana_burn'),(8171,'spell_sha_cleansing_totem_pulse'),(8213,'spell_item_savory_deviate_delight'),(8342,'spell_item_goblin_jumper_cables'),(8344,'spell_item_gnomish_universal_remote'),(8593,'spell_symbol_of_life_dummy'),(8913,'spell_q55_sacred_cleansing'),(9204,'spell_gen_hate_to_zero'),(9634,'spell_dru_feral_swiftness'),(9712,'spell_q2203_thaumaturgy_channel'),(9771,'spell_gnomeregan_radiation_bolt'),(10101,'spell_gen_knock_away'),(10247,'spell_zulfarrak_summon_zulfarrak_zombies'),(10255,'spell_uldaman_stoned'),(10340,'spell_uldaman_boss_agro_archaedas'),(10738,'spell_zulfarrak_unlocking'),(11568,'spell_uldaman_sub_boss_agro_keepers'),(11584,'spell_warr_overpower'),(11585,'spell_warr_overpower'),(11885,'spell_item_muisek_vessel'),(11886,'spell_item_muisek_vessel'),(11887,'spell_item_muisek_vessel'),(11888,'spell_item_muisek_vessel'),(11889,'spell_item_muisek_vessel'),(11958,'spell_mage_cold_snap'),(12021,'spell_scholomance_fixate'),(12328,'spell_warr_sweeping_strikes'),(12346,'spell_temple_of_atal_hakkar_awaken_the_soulflayer'),(12479,'spell_temple_of_atal_hakkar_hex_of_jammal_an'),(12749,'spell_gen_allow_cast_from_item_only'),(12809,'spell_warr_concussion_blow'),(12975,'spell_warr_last_stand'),(13006,'spell_item_gnomish_shrink_ray'),(13120,'spell_item_net_o_matic'),(13161,'spell_hun_aspect_of_the_beast'),(13166,'spell_gen_allow_cast_from_item_only'),(13180,'spell_item_mind_amplify_dish'),(13258,'spell_gen_allow_cast_from_item_only'),(13280,'spell_item_gnomish_death_ray'),(13567,'spell_gen_dummy_trigger'),(13877,'spell_rog_blade_flurry'),(14185,'spell_rog_preparation'),(14537,'spell_item_six_demon_bag'),(15366,'spell_gen_disabled_above_63'),(15600,'spell_gen_proc_reduced_above_60'),(15998,'spell_gen_despawn_self'),(16589,'spell_item_noggenfogger_elixir'),(16864,'spell_dru_omen_of_clarity'),(17009,'spell_voodoo'),(17251,'spell_gen_spirit_healer_res'),(17271,'spell_q5206_test_fetid_skull'),(17512,'spell_item_piccolo_of_the_flaming_fire'),(17863,'spell_scholomance_shadow_portal_rooms'),(17939,'spell_scholomance_shadow_portal_rooms'),(17943,'spell_scholomance_shadow_portal_rooms'),(17944,'spell_scholomance_shadow_portal_rooms'),(17946,'spell_scholomance_shadow_portal_rooms'),(17948,'spell_scholomance_shadow_portal_rooms'),(17950,'spell_scholomance_shadow_portal'),(18541,'spell_warl_ritual_of_doom_effect'),(18670,'spell_gen_knock_away'),(18765,'spell_warr_sweeping_strikes'),(18813,'spell_gen_knock_away'),(18945,'spell_gen_knock_away'),(19395,'spell_gordunni_trap'),(19512,'spell_q6124_6129_apply_salve'),(19593,'spell_egg_explosion'),(19633,'spell_gen_knock_away'),(19753,'spell_pal_divine_intervention'),(19804,'spell_gen_allow_cast_from_item_only'),(19873,'spell_egg_event'),(20004,'spell_gen_reduced_above_60'),(20005,'spell_gen_reduced_above_60'),(20007,'spell_gen_reduced_above_60'),(20154,'spell_pal_seal_of_righteousness'),(20165,'spell_pal_seal_of_light'),(20166,'spell_pal_seal_of_light'),(20230,'spell_warr_retaliation'),(20271,'spell_pal_judgement_of_light'),(20375,'spell_pal_seal_of_command'),(20424,'spell_pal_seal_of_command'),(20425,'spell_pal_judgement_of_command'),(20577,'spell_gen_cannibalize'),(20625,'spell_gen_default_count_pct_from_max_hp'),(20631,'spell_gen_use_spell_base_level_check'),(20686,'spell_gen_knock_away'),(20911,'spell_gen_damage_reduction_aura'),(20911,'spell_pal_blessing_of_sanctuary'),(21084,'spell_pal_seal_of_righteousness'),(21708,'spell_gen_visual_dummy_stun'),(21737,'spell_gen_periodic_knock_away'),(21809,'spell_gen_random_target32'),(22803,'spell_gen_random_target32'),(22812,'spell_dru_barkskin'),(22821,'spell_gen_random_target32'),(22888,'spell_gen_disabled_above_63'),(22888,'spell_gen_rallying_cry_of_the_dragonslayer'),(22999,'spell_item_goblin_jumper_cables_xl'),(23019,'spell_item_crystal_prison_dummy_dnd'),(23074,'spell_item_arcanite_dragonling'),(23075,'spell_item_mithril_mechanical_dragonling'),(23076,'spell_item_mechanical_dragonling'),(23133,'spell_item_gnomish_battle_chicken'),(23138,'spell_shazzrah_gate_dummy'),(23448,'spell_gen_gadgetzan_transporter_backfire'),(23453,'spell_gen_gnomish_transporter'),(23551,'spell_sha_item_lightning_shield'),(23552,'spell_sha_item_lightning_shield_trigger'),(23572,'spell_sha_item_mana_surge'),(23780,'spell_item_aegis_of_preservation'),(23880,'spell_warr_bloodthirst_heal'),(23881,'spell_warr_bloodthirst'),(23989,'spell_hun_readiness'),(24314,'spell_threatening_gaze'),(24401,'spell_gen_model_visible'),(24531,'spell_item_refocus'),(24717,'spell_hallows_end_pirate_costume'),(24718,'spell_hallows_end_ninja_costume'),(24719,'spell_hallows_end_leper_costume'),(24720,'spell_hallows_end_trick'),(24737,'spell_hallows_end_ghost_costume'),(24750,'spell_hallows_end_trick'),(24751,'spell_hallows_end_trick_or_treat'),(24778,'spell_dream_fog_sleep'),(24930,'spell_hallows_end_candy'),(24983,'spell_gen_baby_murloc_passive'),(24984,'spell_gen_baby_murloc'),(25042,'spell_mark_of_nature'),(25281,'spell_gen_turkey_marker'),(25778,'spell_gen_knock_away'),(25860,'spell_item_reindeer_transformation'),(25899,'spell_gen_damage_reduction_aura'),(25899,'spell_pal_blessing_of_sanctuary'),(25952,'spell_gen_despawn_self'),(26192,'spell_skeram_arcane_explosion'),(26218,'spell_winter_veil_mistletoe'),(26275,'spell_winter_wondervolt_trap'),(26374,'spell_gen_elune_candle'),(26400,'spell_item_arcane_shroud'),(26678,'spell_item_create_heart_candy'),(27539,'spell_gen_obsidian_armor'),(27686,'spell_razelikh_teleport_group'),(27687,'spell_kormok_summon_bone_minions'),(27695,'spell_kormok_summon_bone_mages'),(27769,'spell_gen_whisper_gulch_yogg_saron_whisper'),(27808,'spell_kelthuzad_frost_blast'),(27819,'spell_kelthuzad_detonate_mana'),(27831,'spell_gothik_shadow_bolt_volley'),(27867,'spell_gen_disabled_above_70'),(28062,'spell_thaddius_pos_neg_charge'),(28085,'spell_thaddius_pos_neg_charge'),(28089,'spell_thaddius_polarity_shift'),(28241,'spell_grobbulus_poison'),(28305,'spell_pri_mana_leech'),(28374,'spell_gluth_decimate'),(28441,'spell_item_ashbringer'),(28524,'spell_sapphiron_frost_explosion'),(28702,'spell_gen_netherbloom'),(28720,'spell_gen_nightmare_vine'),(28764,'spell_gen_adaptive_warding'),(28832,'spell_four_horsemen_mark'),(28833,'spell_four_horsemen_mark'),(28834,'spell_four_horsemen_mark'),(28835,'spell_four_horsemen_mark'),(28862,'spell_item_the_eye_of_diminution'),(28880,'spell_gen_gift_of_naaru'),(29142,'spell_gen_default_count_pct_from_max_hp'),(29166,'spell_dru_innervate'),(29200,'spell_item_purify_helboar_meat'),(29266,'spell_gen_creature_permanent_feign_death'),(29431,'spell_gen_select_target_count_15_1'),(29431,'spell_moroes_vanish'),(29435,'spell_gen_despawn_self'),(29768,'spell_karazhan_overload'),(29858,'spell_warl_soulshatter'),(29866,'spell_q9452_cast_net'),(29883,'spell_gen_select_target_count_15_1'),(29883,'spell_karazhan_blink'),(30205,'spell_gen_visual_dummy_stun'),(30410,'spell_magtheridon_shadow_grasp'),(30458,'spell_item_nigh_invulnerability'),(30507,'spell_item_poultryizer'),(30541,'spell_magtheridon_blaze'),(30693,'spell_vazruden_call_nazan'),(30735,'spell_tsh_shadow_sear'),(30914,'spell_broggok_poison_cloud'),(30926,'spell_vazruden_fireball'),(30952,'spell_tsh_shoot_flame_arrow'),(31225,'spell_item_shimmering_vessel'),(31261,'spell_gen_creature_permanent_feign_death'),(31326,'spell_black_morass_corrupt_medivh'),(31389,'spell_gen_knock_away'),(31427,'spell_gen_allergies'),(31447,'spell_mark_of_kazrogal'),(31687,'spell_mage_summon_water_elemental'),(31696,'spell_q12943_shadow_vault_decree'),(31789,'spell_pal_righteous_defense'),(31884,'spell_pal_avenging_wrath'),(32146,'spell_q9874_liquid_fire'),(32182,'spell_sha_heroism'),(32441,'spell_karazhan_brittle_bones'),(32727,'spell_gen_bg_preparation'),(32826,'spell_mage_polymorph_visual'),(32830,'spell_auchenai_possess'),(32959,'spell_gen_knock_away'),(32960,'spell_mark_of_kazzak'),(33060,'spell_item_make_a_wish'),(33110,'spell_pri_prayer_of_mending_heal'),(33401,'spell_auchenai_possess'),(33525,'spell_gruul_ground_slam'),(33654,'spell_gruul_shatter'),(33666,'spell_murmur_sonic_boom_effect'),(33671,'spell_gruul_shatter_effect'),(33695,'spell_pal_exorcism_and_holy_wrath_damage'),(33735,'spell_rog_blade_flurry'),(33793,'spell_vazruden_fireball'),(33794,'spell_vazruden_fireball'),(33896,'spell_item_desperate_defense'),(33953,'spell_item_essence_of_life'),(34074,'spell_hun_ascpect_of_the_viper'),(34133,'spell_alar_ember_blast'),(34201,'spell_botanica_shift_form'),(34229,'spell_alar_flame_quills'),(34246,'spell_dru_idol_lifebloom'),(34341,'spell_alar_ember_blast_death'),(34438,'spell_warl_unstable_affliction'),(34439,'spell_warl_unstable_affliction'),(34477,'spell_hun_misdirection'),(34719,'spell_midnight_fixate'),(34803,'spell_commander_sarannis_summon_reinforcements'),(34852,'spell_botanica_call_of_the_falcon'),(34902,'spell_hun_generic_scaling'),(34903,'spell_hun_generic_scaling'),(34904,'spell_hun_generic_scaling'),(34947,'spell_warl_generic_scaling'),(34956,'spell_warl_generic_scaling'),(34957,'spell_warl_generic_scaling'),(34958,'spell_warl_generic_scaling'),(35035,'spell_the_eye_countercharge'),(35079,'spell_hun_misdirection_proc'),(35139,'spell_gen_default_count_pct_from_max_hp'),(35183,'spell_warl_unstable_affliction'),(35268,'spell_ragin_flames_inferno'),(35356,'spell_gen_creature_permanent_feign_death'),(35357,'spell_gen_creature_permanent_feign_death'),(35367,'spell_alar_dive_bomb'),(35429,'spell_warr_sweeping_strikes'),(35657,'spell_mage_pet_scaling'),(35658,'spell_mage_pet_scaling'),(35659,'spell_mage_pet_scaling'),(35660,'spell_mage_pet_scaling'),(35661,'spell_pri_shadowfiend_scaling'),(35662,'spell_pri_shadowfiend_scaling'),(35663,'spell_pri_shadowfiend_scaling'),(35664,'spell_pri_shadowfiend_scaling'),(35665,'spell_sha_fire_elemental_scaling'),(35666,'spell_sha_fire_elemental_scaling'),(35667,'spell_sha_fire_elemental_scaling'),(35668,'spell_sha_fire_elemental_scaling'),(35669,'spell_dru_treant_scaling'),(35670,'spell_dru_treant_scaling'),(35671,'spell_dru_treant_scaling'),(35672,'spell_dru_treant_scaling'),(35674,'spell_sha_feral_spirit_scaling'),(35675,'spell_sha_feral_spirit_scaling'),(35676,'spell_sha_feral_spirit_scaling'),(35745,'spell_item_socrethars_stone'),(35865,'spell_kaelthas_summon_nether_vapor'),(35869,'spell_kaelthas_nether_beam'),(35941,'spell_kaelthas_gravity_lapse'),(36186,'spell_warl_infernal_scaling'),(36188,'spell_warl_infernal_scaling'),(36189,'spell_warl_infernal_scaling'),(36190,'spell_warl_infernal_scaling'),(36444,'spell_wintergrasp_water'),(36448,'spell_gen_focused_bursts'),(36450,'spell_kaelthas_resurrection'),(36475,'spell_gen_focused_bursts'),(36500,'spell_gen_throw_back'),(36573,'spell_q10525_vision_guide'),(36709,'spell_kaelthas_kael_phase_two'),(36720,'spell_kaelthas_burn'),(36730,'spell_kaelthas_flame_strike'),(36778,'spell_arcatraz_soul_steal'),(36785,'spell_quest_test_flight_charging'),(36797,'spell_kaelthas_mind_control'),(36860,'spell_quest_test_flight_charging'),(36921,'spell_vazruden_fireball'),(36976,'spell_kaelthas_summon_weapons'),(37025,'spell_serpentshrine_cavern_coilfang_water'),(37027,'spell_kaelthas_remote_toy'),(37065,'spell_q10036_torgos'),(37097,'spell_q10563_q10596_to_legion_hold'),(37408,'spell_oscillating_field'),(37430,'spell_lurker_below_spout'),(37433,'spell_lurker_below_spout_cone'),(37506,'spell_hun_scatter_shot'),(37594,'spell_pri_item_greater_heal_refund'),(37641,'spell_leotheras_whirlwind'),(37674,'spell_leotheras_chaos_blast'),(37676,'spell_leotheras_insidious_whisper'),(37705,'spell_pal_item_healing_discount'),(37716,'spell_leotheras_demon_link'),(37750,'spell_leotheras_clear_consuming_madness'),(37853,'spell_black_morass_corrupt_medivh'),(37877,'spell_pal_blessing_of_faith'),(37934,'spell_hydross_cleansing_field_command'),(37935,'spell_hydross_cleansing_field_aura'),(38017,'spell_gen_select_target_count_7_1'),(38028,'spell_morogrim_tidewalker_watery_grave'),(38055,'spell_q10612_10613_the_fel_and_the_furious'),(38112,'spell_lady_vashj_magic_barrier'),(38140,'spell_gen_select_target_count_7_1'),(38173,'spell_q10714_on_spirits_wings'),(38215,'spell_hydross_mark_of_hydross'),(38219,'spell_hydross_mark_of_hydross'),(38223,'spell_q10769_dissension_amongst_the_ranks'),(38224,'spell_q10769_dissension_amongst_the_ranks'),(38241,'spell_gen_select_target_count_7_1'),(38248,'spell_gen_select_target_count_7_1'),(38441,'spell_gen_50pct_count_pct_from_max_hp'),(38443,'spell_sha_totemic_mastery'),(38451,'spell_karathress_power_of_caribdis'),(38462,'spell_broggok_poison_cloud'),(38494,'spell_lady_vashj_summon_sporebat'),(38573,'spell_gen_select_target_count_15_1'),(38573,'spell_lady_vashj_spore_drop_effect'),(38629,'spell_q10720_the_smallest_creature'),(38633,'spell_gen_select_target_count_15_1'),(38650,'spell_gen_select_target_count_15_1'),(38724,'spell_q10838_demoniac_scryer_visual'),(38776,'spell_q9718_crow_transform'),(38795,'spell_murmur_sonic_boom_effect'),(39032,'spell_serpentshrine_cavern_infection'),(39042,'spell_serpentshrine_cavern_infection'),(39044,'spell_serpentshrine_cavern_serpentshrine_parasite'),(39053,'spell_serpentshrine_cavern_serpentshrine_parasite_trigger'),(39090,'spell_capacitus_polarity_charge'),(39093,'spell_capacitus_polarity_charge'),(39096,'spell_capacitus_polarity_shift'),(39117,'spell_astromancer_solarian_transform'),(39166,'spell_q10898_skywing'),(39187,'spell_gruul_ground_slam_trigger'),(39228,'spell_gen_absorb0_hitlimit1'),(39238,'spell_q10929_fumping'),(39239,'spell_q10923_evil_draws_near_summon'),(39246,'spell_q10930_big_bone_worm'),(39256,'spell_q10923_evil_draws_near_visual'),(39257,'spell_q10923_evil_draws_near_visual'),(39259,'spell_q10923_evil_draws_near_periodic'),(39346,'spell_ragin_flames_inferno'),(39365,'spell_murmur_thundering_storm'),(39371,'spell_q10935_the_exorcism_of_colonel_jules'),(39495,'spell_lady_vashj_remove_tainted_cores'),(39575,'spell_black_temple_charge_rage'),(39610,'spell_sha_mana_tide_totem'),(39635,'spell_illidan_glaive_throw'),(39645,'spell_black_temple_shadow_inferno'),(39672,'spell_gen_select_target_count_15_1'),(39832,'spell_q10985_light_of_the_naaru'),(39844,'spell_q11010_q11102_q11023_q11008_check_fly_mount'),(39848,'spell_morogrim_tidewalker_water_globule_new_target'),(39849,'spell_illidan_glaive_throw'),(39857,'spell_illidan_tear_of_azzinoth_summon_channel'),(39948,'spell_najentus_hurl_spine'),(39953,'spell_gen_adals_song_of_battle'),(39992,'spell_najentus_needle_spine'),(40056,'spell_q11010_q11102_q11023_choose_loc'),(40081,'spell_black_template_free_friend'),(40084,'spell_black_template_harpooners_mark'),(40112,'spell_q11010_q11102_q11023_aggro_check'),(40113,'spell_q11010_q11102_q11023_aggro_check_aura'),(40119,'spell_q11010_q11102_q11023_aggro_burst'),(40121,'spell_dru_swift_flight_passive'),(40132,'spell_gen_summon_earth_elemental'),(40133,'spell_gen_summon_fire_elemental'),(40157,'spell_teron_gorefiend_spirit_lance'),(40160,'spell_q11010_q11102_q11023_q11008_check_fly_mount'),(40251,'spell_teron_gorefiend_shadow_of_death'),(40268,'spell_teron_gorefiend_spiritual_vengeance'),(40326,'spell_teron_gorefiend_shadowy_construct'),(40398,'spell_illidan_demon_transform2'),(40401,'spell_shade_of_akama_shade_soul_channel'),(40414,'spell_gen_fixate'),(40486,'spell_gurtogg_eject'),(40511,'spell_illidan_demon_transform1'),(40638,'spell_item_sleepy_willy'),(40647,'spell_illidan_shadow_prison'),(40760,'spell_illidan_cage_trap_stun'),(40761,'spell_illidan_cage_trap'),(40802,'spell_item_mingos_fortune_generator'),(40816,'spell_mother_shahraz_saber_lash'),(40825,'spell_q11026_a11051_banish_the_demons'),(40828,'spell_q11026_a11051_banish_the_demons'),(40846,'spell_npc22275_crystal_prison'),(40851,'spell_gen_select_target_count_7_1'),(40854,'spell_shade_of_akama_akama_soul_expel'),(40855,'spell_shade_of_akama_akama_soul_expel'),(40856,'spell_q11065_wrangle_some_aether_rays'),(40862,'spell_mother_shahraz_beam_periodic'),(40863,'spell_mother_shahraz_beam_periodic'),(40865,'spell_mother_shahraz_beam_periodic'),(40866,'spell_mother_shahraz_beam_periodic'),(40867,'spell_mother_shahraz_random_periodic'),(40869,'spell_mother_shahraz_fatal_attraction'),(40870,'spell_mother_shahraz_fatal_attraction_dummy'),(40890,'spell_quest_dragonmaw_race_generic'),(40892,'spell_gen_fixate'),(40894,'spell_quest_dragonmaw_race_generic'),(40904,'spell_illidan_draw_soul'),(40909,'spell_quest_dragonmaw_race_generic'),(40928,'spell_quest_dragonmaw_race_generic'),(40930,'spell_quest_dragonmaw_race_generic'),(40945,'spell_quest_dragonmaw_race_generic'),(41001,'spell_mother_shahraz_fatal_attraction_aura'),(41034,'spell_black_temple_spell_absorption'),(41054,'spell_gen_clone_weapon_aura'),(41055,'spell_gen_clone_weapon'),(41072,'spell_black_temple_bloodbolt'),(41081,'spell_gen_select_target_count_15_1'),(41082,'spell_illidan_found_target'),(41126,'spell_illidan_flame_burst'),(41170,'spell_black_temple_curse_of_the_bleakheart'),(41171,'spell_black_temple_skeleton_shot'),(41172,'spell_gen_select_target_count_24_1'),(41186,'spell_black_temple_wyvern_sting'),(41213,'spell_gen_throw_shield'),(41248,'spell_black_temple_consuming_strikes'),(41292,'spell_reliquary_of_souls_aura_of_suffering'),(41294,'spell_reliquary_of_souls_fixate'),(41337,'spell_reliquary_of_souls_aura_of_anger'),(41341,'spell_illidari_council_balance_of_power'),(41350,'spell_reliquary_of_souls_aura_of_desire'),(41351,'spell_black_temple_curse_of_vitality'),(41357,'spell_gen_select_target_count_15_1'),(41360,'spell_gen_100pct_count_pct_from_max_hp'),(41376,'spell_reliquary_of_souls_spite'),(41404,'spell_black_temple_dementia'),(41467,'spell_illidari_council_judgement'),(41475,'spell_illidari_council_reflective_shield'),(41480,'spell_illidari_council_deadly_strike'),(41499,'spell_illidari_council_empyreal_balance'),(41621,'spell_q11117_catch_the_wild_wolpertinger'),(41914,'spell_illidan_parasitic_shadowfiend_trigger'),(41917,'spell_illidan_parasitic_shadowfiend'),(41920,'spell_brewfest_fill_keg'),(41921,'spell_brewfest_unfill_keg'),(41943,'spell_brewfest_unfill_keg'),(41944,'spell_brewfest_unfill_keg'),(41945,'spell_brewfest_unfill_keg'),(41946,'spell_brewfest_unfill_keg'),(42005,'spell_gurtogg_bloodboil'),(42074,'spell_hallows_end_base_fire'),(42268,'spell_gen_despawn_self'),(42300,'spell_brewfest_add_mug'),(42339,'spell_hallows_end_bucket_lands'),(42393,'spell_gen_default_count_pct_from_max_hp'),(42436,'spell_brewfest_toss_mug'),(42485,'spell_ooze_zap_channel_end'),(42489,'spell_ooze_zap'),(42492,'spell_energize_aoe'),(42578,'spell_q11198_take_down_tethyr'),(42672,'spell_frost_tomb'),(42760,'spell_item_goblin_gumbo_kettle'),(42783,'spell_astromancer_wrath_of_the_astromancer'),(42992,'spell_brewfest_ram_fatigue'),(42993,'spell_brewfest_ram_fatigue'),(42994,'spell_brewfest_ram_fatigue'),(43042,'spell_item_summon_or_dismiss'),(43263,'spell_dk_aotd_taunt'),(43310,'spell_brewfest_main_ram_buff'),(43332,'spell_brewfest_ram_fatigue'),(43351,'spell_q11322_q11317_the_cleansing'),(43416,'spell_gen_throw_shield'),(43421,'spell_hexlord_lifebloom'),(43450,'spell_brewfest_apple_trap'),(43522,'spell_hexlord_unstable_affliction'),(43723,'spell_item_demon_broiled_surprise'),(43874,'spell_q11396_11399_force_shield_arcane_purple_x3'),(43882,'spell_q11396_11399_scourging_crystal_controller_dummy'),(44198,'spell_mt_phoenix_burn'),(44436,'spell_hallows_end_tricky_treat'),(44521,'spell_gen_bg_preparation'),(44572,'spell_mage_deep_freeze'),(44811,'spell_kalecgos_spectral_realm_dummy'),(44869,'spell_kalecgos_spectral_blast_dummy'),(44875,'spell_item_complete_raptor_capture'),(44935,'spell_q11520_discovering_your_roots'),(44936,'spell_q11515_fel_siphon_dummy'),(45032,'spell_kalecgos_curse_of_boundless_agony'),(45042,'spell_item_shifting_naaru_silver'),(45043,'spell_item_shifting_naaru_silver'),(45102,'spell_love_is_in_the_air_romantic_picnic'),(45141,'spell_brutallus_burn'),(45151,'spell_brutallus_burn'),(45202,'spell_item_rocket_chicken'),(45204,'spell_gen_clone'),(45205,'spell_gen_clone_weapon_aura'),(45206,'spell_gen_clone_weapon'),(45208,'spell_item_dragon_kite_summon_lightning_bunny'),(45226,'spell_banging_the_gong'),(45235,'spell_eredar_twins_apply_flame_touched'),(45235,'spell_eredar_twins_blaze'),(45246,'spell_eredar_twins_apply_flame_touched'),(45248,'spell_eredar_twins_apply_dark_touched'),(45253,'spell_item_dragon_kite_summon_lightning_bunny'),(45256,'spell_eredar_twins_apply_dark_touched'),(45270,'spell_eredar_twins_apply_dark_touched'),(45271,'spell_eredar_twins_apply_dark_touched'),(45329,'spell_eredar_twins_apply_dark_touched'),(45342,'spell_eredar_twins_apply_flame_touched'),(45347,'spell_eredar_twins_handle_touch'),(45348,'spell_eredar_twins_handle_touch'),(45406,'spell_midsummer_ribbon_pole'),(45449,'spell_q11587_arcane_prisoner_rescue'),(45472,'spell_gen_parachute'),(45524,'spell_dk_chains_of_ice'),(45644,'spell_midsummer_juggling_torch'),(45668,'spell_q11653_youre_not_so_big_now'),(45671,'spell_midsummer_fling_torch'),(45680,'spell_gen_select_target_count_7_1'),(45714,'spell_felmyst_fog_of_corruption'),(45716,'spell_midsummer_torch_quest'),(45717,'spell_felmyst_fog_of_corruption_charm'),(45737,'spell_kiljaeden_flame_dart'),(45742,'spell_q11670_it_was_the_orcs_honest'),(45759,'spell_q11670_it_was_the_orcs_honest'),(45785,'spell_gen_clone'),(45785,'spell_kiljaeden_sinister_reflection_clone'),(45819,'spell_midsummer_juggling_torch'),(45822,'spell_gen_av_drekthar_presence'),(45823,'spell_gen_av_drekthar_presence'),(45824,'spell_gen_av_drekthar_presence'),(45826,'spell_gen_av_drekthar_presence'),(45828,'spell_gen_av_drekthar_presence'),(45829,'spell_gen_av_drekthar_presence'),(45830,'spell_gen_av_drekthar_presence'),(45833,'spell_kiljaeden_power_of_the_blue_flight'),(45839,'spell_kiljaeden_vengeance_of_the_blue_flight'),(45853,'spell_item_map_of_the_geyser_fields'),(45856,'spell_kiljaeden_dragon_breath'),(45860,'spell_kiljaeden_dragon_breath'),(45892,'spell_kiljaeden_sinister_reflection'),(45909,'spell_kiljaeden_armageddon_missile'),(45921,'spell_kiljaeden_armageddon_periodic'),(45976,'spell_gen_select_target_count_7_1'),(45980,'spell_gen_despawn_self'),(45996,'spell_muru_darkness'),(46008,'spell_gen_select_target_count_15_5'),(46021,'spell_kalecgos_spectral_realm'),(46023,'spell_q11730_ultrasonic_screwdriver'),(46041,'spell_muru_summon_blood_elves_periodic'),(46203,'spell_item_goblin_weather_machine'),(46221,'spell_gen_animal_blood'),(46230,'spell_entropius_black_hole_effect'),(46265,'spell_entropius_void_zone_visual'),(46289,'spell_entropius_negative_energy'),(46292,'spell_cataclysm_breath'),(46394,'spell_gen_burn_brutallus'),(46485,'spell_item_greatmothers_soulcatcher'),(46584,'spell_dk_raise_dead'),(46605,'spell_kiljaeden_darkness'),(46610,'spell_madrigosa_activate_barrier'),(46619,'spell_dk_raise_ally_trigger'),(46620,'spell_q11919_q11940_drake_hunt'),(46629,'spell_gen_disabled_above_73'),(46630,'spell_midsummer_torch_quest'),(46638,'spell_madrigosa_deactivate_barrier'),(46650,'spell_felmyst_open_brutallus_back_doors'),(46680,'spell_kiljaeden_shadow_spike'),(46736,'spell_item_goblin_weather_machine'),(46738,'spell_item_goblin_weather_machine'),(46739,'spell_item_goblin_weather_machine'),(46740,'spell_item_goblin_weather_machine'),(46747,'spell_midsummer_fling_torch'),(46771,'spell_eredar_twins_apply_flame_touched'),(47110,'spell_image_of_drakuru_reagent_check'),(47130,'spell_q12014_steady_as_a_rock'),(47170,'spell_item_impale_leviroth'),(47193,'spell_warl_demonic_empowerment'),(47336,'spell_novos_crystal_handler_death'),(47422,'spell_warl_everlasting_affliction'),(47496,'spell_dk_ghoul_explode'),(47530,'spell_q12096_q12092_bark'),(47575,'spell_q12096_q12092_dummy'),(47710,'spell_boss_magus_telestra_summon_telestra_clones'),(47764,'spell_boss_magus_telestra_gravity_well'),(47788,'spell_pri_guardian_spirit'),(47948,'spell_pri_pain_and_suffering_proc'),(47977,'spell_magic_broom'),(48018,'spell_warl_demonic_circle_summon'),(48020,'spell_warl_demonic_circle_teleport'),(48025,'spell_headless_horseman_mount'),(48129,'spell_item_scroll_of_recall'),(48263,'spell_dk_presence'),(48265,'spell_dk_presence'),(48266,'spell_dk_presence'),(48277,'spell_svala_ritual_strike'),(48391,'spell_dru_owlkin_frenzy'),(48425,'spell_gen_select_target_count_7_1'),(48504,'spell_dru_living_seed_proc'),(48522,'spell_q12243_fire_upon_the_waters'),(48597,'spell_dtk_raise_dead'),(48605,'spell_dtk_raise_dead'),(48610,'spell_shredder_delivery'),(48649,'spell_item_fetch_ball'),(48681,'spell_q12308_escape_from_silverbrook_summon_worgen'),(48682,'spell_q12308_escape_from_silverbrook'),(48707,'spell_dk_anti_magic_shell_self'),(48742,'spell_q12277_wintergarde_mine_explosion'),(48743,'spell_dk_death_pact'),(48762,'spell_q12274_a_fall_from_grace_costume'),(48777,'spell_item_carrot_on_a_stick'),(48792,'spell_dk_icebound_fortitude'),(48917,'spell_q10041_q10040_who_are_they'),(48920,'spell_dred_grievious_bite'),(49026,'spell_gen_fixate'),(49028,'spell_dk_dancing_rune_weapon'),(49206,'spell_dk_summon_gargoyle'),(49222,'spell_dk_bone_shield'),(49297,'spell_winter_veil_racer_rocket_slam'),(49325,'spell_winter_veil_racer_slam_hit'),(49345,'spell_oculus_call_ruby_emerald_amber_drake'),(49357,'spell_item_brewfest_mount_transformation'),(49380,'spell_trollgore_consume'),(49405,'spell_trollgore_invader_taunt'),(49427,'spell_oculus_ride_ruby_emerald_amber_drake_que'),(49459,'spell_oculus_ride_ruby_emerald_amber_drake_que'),(49461,'spell_oculus_call_ruby_emerald_amber_drake'),(49462,'spell_oculus_call_ruby_emerald_amber_drake'),(49463,'spell_oculus_ride_ruby_emerald_amber_drake_que'),(49466,'spell_item_direbrew_remote'),(49527,'spell_tharon_ja_curse_of_life'),(49551,'spell_tharon_ja_dummy'),(49555,'spell_trollgore_corpse_explode'),(49560,'spell_dk_death_grip'),(49576,'spell_dk_death_grip'),(49587,'spell_q12459_seeds_of_natures_wrath'),(49592,'spell_oculus_temporal_rift'),(49761,'spell_wintergrasp_rp_gg'),(49817,'spell_q12478_frostmourne_cavern'),(49838,'spell_oculus_stop_time'),(49840,'spell_oculus_shock_lance'),(49882,'spell_gen_default_count_pct_from_max_hp'),(49889,'spell_gen_clone'),(49960,'spell_dtk_summon_random_drakkari'),(50133,'spell_q11396_11399_scourging_crystal_controller'),(50180,'spell_item_draenic_pale_ale'),(50218,'spell_gen_clone'),(50240,'spell_oculus_evasive_maneuvers'),(50243,'spell_item_teach_language'),(50341,'spell_oculus_touch_the_nightmare'),(50344,'spell_oculus_dream_funnel'),(50419,'spell_dru_brambles_treant'),(50421,'spell_dk_scent_of_blood'),(50452,'spell_dk_bloodworms'),(50453,'spell_dk_blood_gorged'),(50461,'spell_dk_anti_magic_zone'),(50462,'spell_dk_anti_magic_shell_raid'),(50526,'spell_dk_wandering_plague'),(50546,'spell_q12066_bunny_kill_credit'),(50630,'spell_gen_eject_all_passengers'),(50720,'spell_warr_vigilance'),(50725,'spell_warr_vigilance_trigger'),(50810,'spell_krystallus_shatter'),(50811,'spell_krystallus_shatter_effect'),(50842,'spell_dk_pestilence'),(50999,'spell_wg_reduce_damage_by_distance'),(51001,'spell_hos_dark_matter'),(51060,'spell_gen_have_item_auras'),(51068,'spell_gen_have_item_auras'),(51088,'spell_gen_have_item_auras'),(51094,'spell_gen_have_item_auras'),(51190,'spell_item_summon_or_dismiss'),(51191,'spell_item_summon_or_dismiss'),(51192,'spell_item_summon_or_dismiss'),(51209,'spell_dk_hungering_cold'),(51211,'spell_rog_blade_flurry'),(51330,'spell_q12589_shoot_rjr'),(51403,'spell_novos_despawn_crystal_handler'),(51422,'spell_wg_reduce_damage_by_distance'),(51582,'spell_item_rocket_boots'),(51592,'spell_gen_despawn_self'),(51640,'spell_the_flag_of_ownership'),(51690,'spell_rog_killing_spree'),(51719,'spell_gen_clone'),(51769,'spell_q12619_emblazon_runeblade'),(51770,'spell_q12619_emblazon_runeblade_effect'),(51840,'spell_q12634_despawn_fruit_tosser'),(51858,'spell_q12641_death_comes_from_on_high'),(51904,'spell_q12641_death_comes_from_on_high_summon_ghouls'),(51910,'spell_gen_despawn_self'),(51957,'spell_q12620_the_lifewarden_wrath'),(51961,'spell_item_chicken_cover'),(51996,'spell_dk_pet_scaling'),(52031,'spell_sha_mana_spring_totem'),(52033,'spell_sha_mana_spring_totem'),(52034,'spell_sha_mana_spring_totem'),(52035,'spell_sha_mana_spring_totem'),(52036,'spell_sha_mana_spring_totem'),(52041,'spell_sha_healing_stream_totem'),(52046,'spell_sha_healing_stream_totem'),(52047,'spell_sha_healing_stream_totem'),(52048,'spell_sha_healing_stream_totem'),(52049,'spell_sha_healing_stream_totem'),(52050,'spell_sha_healing_stream_totem'),(52086,'spell_azjol_nerub_web_wrap'),(52090,'spell_q12659_ahunaes_knife'),(52107,'spell_wintergrasp_hide_small_elementals'),(52143,'spell_dk_master_of_ghouls'),(52160,'spell_shango_tracks'),(52163,'spell_shango_tracks'),(52212,'spell_dk_death_and_decay'),(52249,'spell_gen_visual_dummy_stun'),(52267,'spell_gen_despawn_self'),(52278,'spell_gen_visual_dummy_stun'),(52308,'spell_q12683_take_sputum_sample'),(52375,'spell_dk_death_coil'),(52408,'spell_gen_seaforium_blast'),(52417,'spell_item_massive_seaforium_charge'),(52438,'spell_gen_select_target_count_7_1'),(52449,'spell_gen_select_target_count_7_1'),(52479,'spell_q12698_the_gift_that_keeps_on_giving'),(52481,'spell_item_gift_of_the_harvester'),(52510,'spell_q12690_burst_at_the_seams'),(52536,'spell_azjol_nerub_fixate'),(52551,'spell_tur_ragepaw_lifebloom'),(52610,'spell_dru_savage_roar'),(52708,'spell_boss_salramm_steal_flesh'),(52751,'spell_dk_death_gate'),(52759,'spell_sha_ancestral_awakening_proc'),(52845,'spell_item_brewfest_mount_transformation'),(52862,'spell_q12726_song_of_wind_and_water'),(52864,'spell_q12726_song_of_wind_and_water'),(52941,'spell_q12735_song_of_cleansing'),(52942,'spell_loken_pulsing_shockwave'),(53030,'spell_hadronox_leech_poison'),(53032,'spell_gen_flurry_of_claws'),(53035,'spell_hadronox_summon_periodic_champion'),(53036,'spell_hadronox_summon_periodic_necromancer'),(53037,'spell_hadronox_summon_periodic_crypt_fiend'),(53094,'spell_infected_worgen_bite'),(53110,'spell_q12779_an_end_to_all_things'),(53160,'spell_dk_dancing_rune_weapon_visual'),(53209,'spell_hun_chimera_shot'),(53242,'spell_tharon_ja_clear_gift_of_tharon_ja'),(53271,'spell_hun_masters_call'),(53350,'spell_q12730_quenching_mist'),(53365,'spell_dk_rune_of_the_fallen_crusader'),(53385,'spell_pal_divine_storm'),(53407,'spell_pal_judgement_of_justice'),(53408,'spell_pal_judgement_of_wisdom'),(53412,'spell_hun_invigoration'),(53457,'spell_gen_select_target_count_15_1'),(53458,'spell_azjol_nerub_impale_summon'),(53472,'spell_azjol_nerub_pound'),(53475,'spell_gen_oracle_wolvar_reputation'),(53478,'spell_hun_last_stand_pet'),(53487,'spell_gen_oracle_wolvar_reputation'),(53520,'spell_azjol_nerub_carrion_beetels'),(53601,'spell_pal_sacred_shield_base'),(53608,'spell_cenarion_scout_lifebloom'),(53642,'spell_gen_area_aura_select_players'),(53658,'spell_chapter5_light_of_dawn_aura'),(53680,'spell_chapter5_rebuke'),(53750,'spell_item_crazy_alchemists_potion'),(53798,'spell_azjol_nerub_fixate'),(53808,'spell_item_pygmy_oil'),(54015,'spell_gen_oracle_wolvar_reputation'),(54044,'spell_hun_pet_carrion_feeder'),(54171,'spell_pal_divine_storm_dummy'),(54190,'spell_q12805_lifeblood_dummy'),(54355,'spell_gen_mine_sweeper'),(54363,'spell_grobbulus_poison'),(54396,'spell_optic_link'),(54420,'spell_gen_despawn_self'),(54426,'spell_gluth_decimate'),(54566,'spell_dk_pet_scaling'),(54646,'spell_mage_focus_magic'),(54729,'spell_winged_steed_of_the_ebon_blade'),(54732,'spell_item_gnomish_army_knife'),(54747,'spell_mage_burning_determination'),(54749,'spell_mage_burning_determination'),(54798,'spell_q12851_going_bearback'),(54801,'spell_drakkari_colossus_surge'),(54846,'spell_dru_glyph_of_starfire'),(54847,'spell_gen_select_target_count_15_2'),(54850,'spell_drakkari_colossus_emerge'),(54894,'spell_gen_visual_dummy_stun'),(54956,'spell_galdarah_impaling_charge'),(54968,'spell_pal_glyph_of_holy_light'),(54991,'spell_drakkari_colossus_face_me'),(55004,'spell_item_nitro_boots'),(55093,'spell_sladran_grip_of_sladran'),(55163,'spell_moorabi_mojo_frenzy'),(55233,'spell_dk_vampiric_blood'),(55269,'spell_gen_default_count_pct_from_max_hp'),(55299,'spell_galdarah_transform'),(55342,'spell_mage_mirror_image'),(55368,'spell_q12661_q12669_q12676_q12677_q12713_summon_stefan'),(55421,'spell_q12919_gymers_throw'),(55475,'spell_gen_grow_flower_patch'),(55516,'spell_q12919_gymers_grab'),(55638,'spell_gothik_shadow_bolt_volley'),(55640,'spell_gen_allow_proc_from_spells_with_cost'),(55680,'spell_pri_glyph_of_prayer_of_healing'),(55709,'spell_hun_pet_heart_of_the_phoenix'),(55804,'spell_q12937_relief_for_the_fallen'),(55818,'spell_q12915_mending_fences'),(55945,'spell_gen_spectator_cheer_trigger'),(56096,'spell_gen_vendor_bark_trigger'),(56159,'spell_ahn_kahet_swarmer_aura'),(56278,'spell_q12987_read_pronouncement'),(56504,'spell_q13007_iron_colossus'),(56508,'spell_q13007_iron_colossus'),(56565,'spell_q13011_bear_flank_master'),(56575,'spell_wintergrasp_create_vehicle'),(56578,'spell_gen_default_count_pct_from_max_hp'),(56659,'spell_wintergrasp_force_building'),(56661,'spell_wintergrasp_create_vehicle'),(56662,'spell_wintergrasp_force_building'),(56663,'spell_wintergrasp_create_vehicle'),(56664,'spell_wintergrasp_force_building'),(56689,'spell_q13003_thursting_hodirs_spear'),(56763,'spell_close_rift'),(57099,'spell_gen_mine_sweeper'),(57385,'spell_q13086_last_line_of_defence'),(57407,'spell_eoe_ph3_surge_of_power'),(57412,'spell_q13086_last_line_of_defence'),(57426,'spell_item_fish_feast'),(57528,'spell_gen_clone'),(57578,'spell_sartharion_lava_strike'),(57591,'spell_sartharion_lava_strike'),(57593,'spell_gen_clone_weapon'),(57594,'spell_gen_clone_weapon_aura'),(57607,'spell_wg_reduce_damage_by_distance'),(57610,'spell_wg_reduce_damage_by_distance'),(57669,'spell_gen_replenishment'),(57685,'spell_gen_creature_permanent_feign_death'),(57762,'spell_twisted_visage_lifebloom'),(57934,'spell_rog_tricks_of_the_trade'),(58040,'spell_destroy_door_seal'),(58387,'spell_warr_glyph_of_sunder_armor'),(58601,'spell_gen_remove_flight_auras'),(58622,'spell_wintergrasp_portal'),(58683,'spell_rog_savage_combat'),(58684,'spell_rog_savage_combat'),(58759,'spell_sha_healing_stream_totem'),(58760,'spell_sha_healing_stream_totem'),(58761,'spell_sha_healing_stream_totem'),(58778,'spell_sha_mana_spring_totem'),(58779,'spell_sha_mana_spring_totem'),(58780,'spell_sha_mana_spring_totem'),(58875,'spell_sha_spirit_walk'),(58886,'spell_magic_eater_food'),(58941,'spell_archavon_rock_shards'),(58951,'spell_gen_creature_permanent_feign_death'),(58983,'spell_big_blizzard_bear'),(59061,'spell_charge_shield_bomber'),(59065,'spell_q13369_fate_up_against_your_will'),(59088,'spell_warr_improved_spell_reflection'),(59089,'spell_warr_improved_spell_reflection'),(59134,'spell_dk_death_coil'),(59193,'spell_switch_infragreen_bomber_station'),(59194,'spell_switch_infragreen_bomber_station'),(59196,'spell_switch_infragreen_bomber_station'),(59288,'spell_charge_shield_bomber'),(59303,'spell_q13291_q13292_q13239_q13261_armored_decoy_summon_skytalon'),(59318,'spell_q13291_q13292_q13239_q13261_frostbrood_skytalon_grab_decoy'),(59416,'spell_dred_raptor_call'),(59417,'spell_hadronox_leech_poison'),(59433,'spell_azjol_nerub_pound'),(59452,'spell_gen_select_target_count_15_2'),(59481,'spell_loatheb_necrotic_aura_warning'),(59542,'spell_gen_gift_of_naaru'),(59543,'spell_gen_gift_of_naaru'),(59544,'spell_gen_gift_of_naaru'),(59545,'spell_gen_gift_of_naaru'),(59547,'spell_gen_gift_of_naaru'),(59548,'spell_gen_gift_of_naaru'),(59566,'spell_sha_earthen_power'),(59622,'spell_anti_air_rocket_bomber'),(59628,'spell_rog_tricks_of_the_trade_proc'),(59630,'spell_gen_black_magic_enchant'),(59640,'spell_item_underbelly_elixir'),(59643,'spell_q13280_13283_plant_battle_standard'),(59686,'spell_ticking_time_bomb'),(59725,'spell_warr_improved_spell_reflection_trigger'),(59754,'spell_dk_rune_tap_party'),(59789,'spell_item_oracle_ablutions'),(59803,'spell_trollgore_consume'),(59807,'spell_trollgore_corpse_explode'),(59827,'spell_galdarah_impaling_charge'),(59837,'spell_loken_pulsing_shockwave'),(59910,'spell_novos_summon_minions'),(59917,'spell_gen_disabled_above_70'),(59972,'spell_tharon_ja_curse_of_life'),(59990,'spell_twisted_visage_lifebloom'),(60103,'spell_sha_lava_lash'),(60144,'spell_hun_viper_attack_speed'),(60218,'spell_gen_absorb0_hitlimit1'),(60320,'spell_item_scroll_of_recall'),(60321,'spell_item_scroll_of_recall'),(60476,'spell_item_titanium_seal_of_dalaran'),(60532,'spell_gen_default_count_pct_from_max_hp'),(60535,'spell_item_light_lamp'),(60779,'spell_dru_idol_lifebloom'),(60864,'spell_gen_default_count_pct_from_max_hp'),(60893,'spell_gen_profession_research'),(60900,'spell_q13369_fate_up_against_your_will'),(60936,'spell_eoe_ph3_surge_of_power'),(61013,'spell_pet_hit_expertise_scalling'),(61017,'spell_pet_hit_expertise_scalling'),(61093,'spell_fight_fire_bomber'),(61122,'spell_item_branns_communicator'),(61177,'spell_gen_profession_research'),(61288,'spell_gen_profession_research'),(61336,'spell_dru_survival_instincts'),(61408,'spell_wintergrasp_create_vehicle'),(61409,'spell_wintergrasp_force_building'),(61546,'spell_krystallus_shatter'),(61547,'spell_krystallus_shatter_effect'),(61551,'spell_item_toy_train_set'),(61669,'spell_hun_aspect_of_the_beast'),(61697,'spell_dk_pet_scaling'),(61698,'spell_gen_ds_flush_knockback'),(61756,'spell_gen_profession_research'),(61782,'spell_gen_replenishment'),(61783,'spell_sha_feral_spirit_scaling'),(61784,'spell_pilgrims_bounty_feast_on_generic'),(61785,'spell_pilgrims_bounty_feast_on_generic'),(61786,'spell_pilgrims_bounty_feast_on_generic'),(61787,'spell_pilgrims_bounty_feast_on_generic'),(61788,'spell_pilgrims_bounty_feast_on_generic'),(61804,'spell_pilgrims_bounty_serve_generic'),(61805,'spell_pilgrims_bounty_serve_generic'),(61806,'spell_pilgrims_bounty_serve_generic'),(61807,'spell_pilgrims_bounty_serve_generic'),(61808,'spell_pilgrims_bounty_serve_generic'),(61889,'spell_assembly_meltdown'),(61968,'spell_hodir_flash_freeze'),(61999,'spell_dk_raise_ally'),(62014,'spell_pilgrims_bounty_turkey_tracker'),(62018,'spell_algalon_collapse'),(62019,'spell_assembly_rune_of_summoning'),(62038,'spell_hodir_biting_cold_main_aura'),(62039,'spell_hodir_biting_cold_player_aura'),(62056,'spell_ulduar_stone_grip'),(62166,'spell_ulduar_stone_grip_cast_target'),(62266,'spell_algalon_trigger_3_adds'),(62274,'spell_shield_of_runes'),(62292,'spell_tar_blaze'),(62309,'spell_demolisher_ride_vehicle'),(62311,'spell_algalon_cosmic_smash_damage'),(62324,'spell_vehicle_throw_passenger'),(62331,'spell_thorim_trash_impale'),(62374,'spell_pursue'),(62399,'spell_vehicle_circuit_overload'),(62418,'spell_thorim_trash_impale'),(62475,'spell_systems_shutdown'),(62482,'spell_vehicle_grab_pyrite'),(62539,'spell_gen_eject_passenger'),(62546,'spell_ignis_scorch'),(62552,'spell_gen_defend'),(62563,'spell_gen_mounted_charge'),(62571,'spell_item_enchanted_broom_periodic'),(62575,'spell_gen_break_shield'),(62594,'spell_gen_tournament_pennant'),(62595,'spell_gen_tournament_pennant'),(62596,'spell_gen_tournament_pennant'),(62606,'spell_dru_savage_defense'),(62626,'spell_gen_break_shield'),(62692,'spell_aura_of_despair'),(62705,'spell_auto_repair'),(62707,'spell_ignis_grab_initial'),(62709,'spell_gen_tournament_counterattack'),(62717,'spell_ignis_slag_pot'),(62719,'spell_gen_defend'),(62774,'spell_gen_summon_tournament_mount'),(62775,'spell_xt002_tympanic_tantrum'),(62779,'spell_gen_summon_tournament_mount'),(62780,'spell_gen_summon_tournament_mount'),(62781,'spell_gen_summon_tournament_mount'),(62782,'spell_gen_summon_tournament_mount'),(62783,'spell_gen_summon_tournament_mount'),(62784,'spell_gen_summon_tournament_mount'),(62785,'spell_gen_summon_tournament_mount'),(62786,'spell_gen_summon_tournament_mount'),(62787,'spell_gen_summon_tournament_mount'),(62807,'spell_hodir_starlight'),(62821,'spell_hodir_toasty_fire'),(62863,'spell_gen_tournament_duel'),(62874,'spell_gen_mounted_charge'),(62912,'spell_thorims_hammer'),(62960,'spell_gen_mounted_charge'),(62976,'spell_thorim_lightning_pillar_P2'),(62991,'spell_gen_bonked'),(63003,'spell_gen_mounted_charge'),(63010,'spell_gen_mounted_charge'),(63018,'spell_xt002_searing_light_spawn_life_spark'),(63024,'spell_xt002_gravity_bomb_aura'),(63025,'spell_xt002_gravity_bomb_damage'),(63034,'spell_gen_on_tournament_mount'),(63108,'spell_warl_siphon_life'),(63120,'spell_yogg_saron_insane'),(63233,'spell_gen_break_shield'),(63274,'spell_mimiron_p3wx2_laser_barrage'),(63276,'spell_mark_of_the_faceless_periodic'),(63278,'spell_mark_of_the_faceless_drainhealth'),(63305,'spell_yogg_saron_grim_reprisal'),(63310,'spell_warl_glyph_of_shadowflame'),(63322,'spell_saronite_vapors_dummy'),(63338,'spell_saronite_vapors_damage'),(63382,'spell_mimiron_rapid_burst'),(63394,'spell_gen_tournament_pennant'),(63395,'spell_gen_tournament_pennant'),(63396,'spell_gen_tournament_pennant'),(63397,'spell_gen_tournament_pennant'),(63398,'spell_gen_tournament_pennant'),(63399,'spell_gen_tournament_pennant'),(63401,'spell_gen_tournament_pennant'),(63402,'spell_gen_tournament_pennant'),(63403,'spell_gen_tournament_pennant'),(63404,'spell_gen_tournament_pennant'),(63405,'spell_gen_tournament_pennant'),(63406,'spell_gen_tournament_pennant'),(63416,'spell_gen_clone_weapon'),(63418,'spell_gen_clone_weapon_aura'),(63421,'spell_gen_tournament_pennant'),(63422,'spell_gen_tournament_pennant'),(63423,'spell_gen_tournament_pennant'),(63425,'spell_gen_tournament_pennant'),(63426,'spell_gen_tournament_pennant'),(63427,'spell_gen_tournament_pennant'),(63428,'spell_gen_tournament_pennant'),(63429,'spell_gen_tournament_pennant'),(63430,'spell_gen_tournament_pennant'),(63431,'spell_gen_tournament_pennant'),(63432,'spell_gen_tournament_pennant'),(63433,'spell_gen_tournament_pennant'),(63434,'spell_gen_tournament_pennant'),(63435,'spell_gen_tournament_pennant'),(63436,'spell_gen_tournament_pennant'),(63474,'spell_ignis_scorch'),(63477,'spell_ignis_slag_pot'),(63489,'spell_shield_of_runes'),(63500,'spell_gen_tournament_pennant'),(63501,'spell_gen_tournament_pennant'),(63521,'spell_pal_guarded_by_the_light'),(63545,'spell_hodir_periodic_icicle'),(63606,'spell_gen_tournament_pennant'),(63607,'spell_gen_tournament_pennant'),(63608,'spell_gen_tournament_pennant'),(63609,'spell_gen_tournament_pennant'),(63611,'spell_dk_improved_blood_presence_proc'),(63661,'spell_gen_mounted_charge'),(63663,'spell_gen_summon_tournament_mount'),(63711,'spell_hodir_storm_power'),(63716,'spell_kologarn_stone_shout'),(63720,'spell_kologarn_stone_shout'),(63744,'spell_yogg_saron_target_selectors'),(63745,'spell_yogg_saron_target_selectors'),(63747,'spell_yogg_saron_target_selectors'),(63791,'spell_gen_summon_tournament_mount'),(63792,'spell_gen_summon_tournament_mount'),(63795,'spell_yogg_saron_sanity_reduce'),(63802,'spell_yogg_saron_brain_link'),(63803,'spell_yogg_saron_sanity_reduce'),(63825,'spell_gen_break_shield'),(63830,'spell_yogg_saron_malady_of_the_mind'),(63830,'spell_yogg_saron_sanity_reduce'),(63845,'spell_gen_create_lance'),(63881,'spell_yogg_saron_malady_of_the_mind'),(63881,'spell_yogg_saron_sanity_reduce'),(63944,'spell_gen_damage_reduction_aura'),(63981,'spell_ulduar_stone_grip_cast_target'),(63985,'spell_ulduar_stone_grip'),(64004,'spell_kologarn_stone_shout'),(64005,'spell_kologarn_stone_shout'),(64059,'spell_yogg_saron_sanity_reduce'),(64142,'spell_gen_upper_deck_create_foam_sword'),(64161,'spell_yogg_saron_empowered'),(64164,'spell_yogg_saron_lunatic_gaze'),(64164,'spell_yogg_saron_sanity_reduce'),(64168,'spell_yogg_saron_lunatic_gaze'),(64168,'spell_yogg_saron_sanity_reduce'),(64169,'spell_yogg_saron_sanity_well'),(64172,'spell_yogg_saron_titanic_storm'),(64174,'spell_yogg_saron_protective_gaze'),(64184,'spell_yogg_saron_in_the_maws_of_the_old_god'),(64205,'spell_pal_divine_sacrifice'),(64217,'spell_voa_overcharge'),(64233,'spell_xt002_gravity_bomb_damage'),(64234,'spell_xt002_gravity_bomb_aura'),(64323,'spell_item_book_of_glyph_mastery'),(64342,'spell_gen_break_shield'),(64380,'spell_warr_shattering_throw'),(64385,'spell_item_unusual_compass'),(64392,'spell_auriaya_sentinel_blast'),(64411,'spell_item_blessing_of_ancient_kings'),(64412,'spell_algalon_phase_punch'),(64414,'spell_load_into_catapult'),(64440,'spell_gen_proc_above_75'),(64440,'spell_item_blade_ward_enchant'),(64443,'spell_algalon_big_bang'),(64445,'spell_algalon_remove_phase'),(64467,'spell_yogg_saron_empowering_shadows'),(64482,'spell_orbital_supports'),(64507,'spell_gen_break_shield'),(64555,'spell_yogg_saron_insane_periodic_trigger'),(64568,'spell_gen_proc_above_75'),(64568,'spell_item_blood_draining_enchant'),(64584,'spell_algalon_big_bang'),(64590,'spell_gen_break_shield'),(64591,'spell_gen_mounted_charge'),(64595,'spell_gen_break_shield'),(64596,'spell_algalon_cosmic_smash_damage'),(64614,'spell_gen_eject_passenger'),(64629,'spell_gen_eject_passenger'),(64630,'spell_gen_eject_passenger'),(64631,'spell_gen_eject_passenger'),(64632,'spell_gen_eject_passenger'),(64633,'spell_gen_eject_passenger'),(64634,'spell_gen_eject_passenger'),(64635,'spell_gen_eject_passenger'),(64636,'spell_gen_eject_passenger'),(64677,'spell_shield_generator'),(64679,'spell_auriaya_sentinel_blast'),(64686,'spell_gen_break_shield'),(64702,'spell_ulduar_squeezed_lifeless'),(64740,'spell_ulduar_energy_sap'),(64770,'spell_ulduar_arachnopod_damaged'),(64844,'spell_pri_divine_hymn'),(64876,'spell_ulduar_energy_sap'),(64904,'spell_pri_hymn_of_hope'),(64981,'spell_item_vanquished_clutches'),(65075,'spell_orbital_supports'),(65076,'spell_orbital_supports'),(65077,'spell_orbital_supports'),(65121,'spell_xt002_searing_light_spawn_life_spark'),(65123,'spell_hodir_storm_cloud'),(65133,'spell_hodir_storm_cloud'),(65134,'spell_hodir_storm_power'),(65147,'spell_gen_break_shield'),(65206,'spell_yogg_saron_destabilization_matrix'),(65225,'spell_sha_fire_elemental_scaling'),(65226,'spell_sha_fire_elemental_scaling'),(65227,'spell_sha_fire_elemental_scaling'),(65228,'spell_sha_fire_elemental_scaling'),(65266,'spell_gen_vehicle_scaling'),(65279,'spell_voa_lightning_nova'),(65301,'spell_yogg_saron_sanity_reduce'),(65311,'spell_algalon_supermassive_fail'),(65418,'spell_pilgrims_bounty_food'),(65419,'spell_pilgrims_bounty_food'),(65420,'spell_pilgrims_bounty_food'),(65421,'spell_pilgrims_bounty_food'),(65422,'spell_pilgrims_bounty_food'),(65576,'spell_winter_veil_shoot_air_rifle'),(65635,'spell_gen_vehicle_scaling'),(65636,'spell_gen_vehicle_scaling'),(65684,'spell_valkyr_essence'),(65686,'spell_valkyr_essence'),(65812,'spell_faction_champion_warl_unstable_affliction'),(65917,'spell_gen_magic_rooster'),(65920,'spell_pursuing_spikes'),(65922,'spell_pursuing_spikes'),(65923,'spell_pursuing_spikes'),(65941,'spell_warr_shattering_throw'),(65950,'spell_valkyr_touch'),(65956,'spell_rog_blade_flurry'),(66001,'spell_valkyr_touch'),(66041,'spell_pilgrims_bounty_food'),(66093,'spell_faction_champion_dru_lifebloom'),(66118,'spell_gen_leeching_swarm'),(66218,'spell_ioc_launch'),(66240,'spell_gen_leeching_swarm_dmg'),(66250,'spell_pilgrims_bounty_pass_generic'),(66259,'spell_pilgrims_bounty_pass_generic'),(66260,'spell_pilgrims_bounty_pass_generic'),(66261,'spell_pilgrims_bounty_pass_generic'),(66262,'spell_pilgrims_bounty_pass_generic'),(66316,'spell_gen_50pct_count_pct_from_max_hp'),(66334,'spell_toc25_mistress_kiss'),(66336,'spell_mistress_kiss_area'),(66477,'spell_pilgrims_bounty_food'),(66480,'spell_gen_break_shield'),(66481,'spell_gen_mounted_charge'),(66482,'spell_gen_defend'),(66515,'spell_reflective_shield'),(66630,'spell_ioc_gunship_portal'),(66637,'spell_ioc_gunship_portal'),(66656,'spell_ioc_parachute_ic'),(66666,'spell_gen_vehicle_scaling'),(66667,'spell_gen_vehicle_scaling'),(66668,'spell_gen_vehicle_scaling'),(66672,'spell_ioc_bomb_blast_criteria'),(66676,'spell_ioc_bomb_blast_criteria'),(66690,'spell_voa_flaming_cinder'),(66725,'spell_koralon_meteor_fists'),(66741,'spell_q14112_14145_chum_the_water'),(66808,'spell_flame_warder_meteor_fists'),(66862,'spell_eadric_radiance'),(67019,'spell_item_flask_of_the_north'),(67076,'spell_mistress_kiss_area'),(67077,'spell_mistress_kiss_area'),(67078,'spell_mistress_kiss_area'),(67100,'spell_gen_50pct_count_pct_from_max_hp'),(67101,'spell_gen_50pct_count_pct_from_max_hp'),(67102,'spell_gen_50pct_count_pct_from_max_hp'),(67176,'spell_valkyr_essence'),(67177,'spell_valkyr_essence'),(67178,'spell_valkyr_essence'),(67197,'spell_toc5_light_rain'),(67222,'spell_valkyr_essence'),(67223,'spell_valkyr_essence'),(67224,'spell_valkyr_essence'),(67281,'spell_valkyr_touch'),(67282,'spell_valkyr_touch'),(67283,'spell_valkyr_touch'),(67292,'spell_toc5_light_rain'),(67296,'spell_valkyr_touch'),(67297,'spell_valkyr_touch'),(67298,'spell_valkyr_touch'),(67335,'spell_igb_gunship_fall_teleport'),(67393,'spell_gen_eject_passenger'),(67533,'spell_winter_veil_shoot_air_rifle'),(67630,'spell_gen_leeching_swarm'),(67681,'spell_eadric_radiance'),(67698,'spell_gen_allow_proc_from_spells_with_cost'),(67752,'spell_gen_allow_proc_from_spells_with_cost'),(67799,'spell_item_mind_amplify_dish'),(67905,'spell_toc25_mistress_kiss'),(67906,'spell_toc25_mistress_kiss'),(67907,'spell_toc25_mistress_kiss'),(67957,'spell_faction_champion_dru_lifebloom'),(67958,'spell_faction_champion_dru_lifebloom'),(67959,'spell_faction_champion_dru_lifebloom'),(68077,'spell_ioc_repair_turret'),(68154,'spell_faction_champion_warl_unstable_affliction'),(68155,'spell_faction_champion_warl_unstable_affliction'),(68156,'spell_faction_champion_warl_unstable_affliction'),(68160,'spell_flame_warder_meteor_fists'),(68161,'spell_koralon_meteor_fists'),(68198,'spell_pos_rimefang_frost_nova'),(68282,'spell_gen_mounted_charge'),(68284,'spell_gen_mounted_charge'),(68321,'spell_gen_mounted_charge'),(68361,'spell_hun_animal_handler'),(68498,'spell_gen_mounted_charge'),(68501,'spell_gen_mounted_charge'),(68504,'spell_gen_break_shield'),(68529,'spell_love_in_air_perfume_immune'),(68530,'spell_love_in_air_perfume_immune'),(68576,'spell_gen_eject_all_passengers'),(68614,'spell_love_in_air_periodic_perfumes'),(68646,'spell_gen_leeching_swarm'),(68647,'spell_gen_leeching_swarm'),(68721,'spell_igb_rocket_pack'),(68786,'spell_garfrost_permafrost'),(68793,'spell_bronjahm_magic_bane'),(68798,'spell_love_in_air_periodic_perfumes'),(68870,'spell_bronjahm_soulstorm_visual'),(68875,'spell_wailing_souls_periodic'),(68921,'spell_bronjahm_soulstorm_targeting'),(68980,'spell_the_lich_king_harvest_soul'),(68984,'spell_the_lich_king_cast_back_to_caster'),(69008,'spell_bronjahm_soulstorm_channel_ooc'),(69012,'spell_krick_explosive_barrage'),(69020,'spell_exploding_orb_auto_grow'),(69030,'spell_the_lich_king_valkyr_target_search'),(69037,'spell_the_lich_king_summon_into_air'),(69049,'spell_bronjahm_soulstorm_targeting'),(69050,'spell_bronjahm_magic_bane'),(69055,'spell_marrowgar_bone_slice'),(69057,'spell_marrowgar_bone_spike_graveyard'),(69069,'spell_shield_of_bones'),(69075,'spell_marrowgar_bone_storm'),(69110,'spell_the_lich_king_ice_burst_target_search'),(69140,'spell_marrowgar_coldflame'),(69195,'spell_festergut_pungent_blight'),(69200,'spell_the_lich_king_raging_spirit'),(69222,'spell_gen_throw_shield'),(69290,'spell_festergut_blighted_spores'),(69366,'spell_dru_moonkin_form_passive'),(69377,'spell_item_runescroll_of_fortitude'),(69382,'spell_the_lich_king_lights_favor'),(69383,'spell_the_lich_king_dark_hunger'),(69397,'spell_the_lich_king_soul_rip'),(69399,'spell_igb_cannon_blast'),(69401,'spell_igb_incinerating_blast'),(69409,'spell_the_lich_king_soul_reaper'),(69470,'spell_igb_periodic_trigger_with_power_cost'),(69483,'spell_icc_dark_reckoning'),(69487,'spell_igb_overheat'),(69487,'spell_igb_periodic_trigger_with_power_cost'),(69516,'spell_icc_yd_summon_undead'),(69538,'spell_rotface_little_ooze_combine'),(69553,'spell_rotface_large_ooze_combine'),(69603,'spell_pos_blight'),(69604,'spell_pos_blight'),(69610,'spell_rotface_large_ooze_buff_combine'),(69649,'spell_sindragosa_frost_breath'),(69664,'spell_q20438_q24556_aquantos_laundry'),(69672,'spell_gen_sunreaver_disguise'),(69673,'spell_gen_silver_covenant_disguise'),(69674,'spell_rotface_mutated_infection'),(69678,'spell_igb_rocket_artillery'),(69679,'spell_igb_rocket_artillery_explosion'),(69682,'spell_item_sleepy_willy'),(69705,'spell_igb_below_zero'),(69712,'spell_sindragosa_ice_tomb'),(69712,'spell_sindragosa_ice_tomb_dummy'),(69712,'spell_sindragosa_ice_tomb_filter'),(69732,'spell_item_lil_phylactery'),(69762,'spell_gen_allow_proc_from_spells_with_cost'),(69762,'spell_sindragosa_unchained_magic'),(69766,'spell_sindragosa_instability'),(69832,'spell_rotface_unstable_ooze_explosion'),(69839,'spell_rotface_unstable_ooze_explosion_init'),(69891,'spell_gen_clone_weapon'),(69892,'spell_gen_clone_weapon'),(69893,'spell_gen_clone_weapon_aura'),(69896,'spell_gen_clone_weapon_aura'),(70017,'spell_hor_gunship_cannon_fire'),(70053,'spell_svalna_revive_champion'),(70078,'spell_svalna_caress_of_death'),(70104,'spell_igb_teleport_to_enemy_ship'),(70107,'spell_sindragosa_permeating_chill'),(70117,'spell_sindragosa_icy_grip'),(70120,'spell_igb_on_gunship_deck'),(70121,'spell_igb_on_gunship_deck'),(70122,'spell_sindragosa_icy_grip_jump'),(70126,'spell_sindragosa_frost_beacon'),(70127,'spell_sindragosa_mystic_buffet'),(70132,'spell_pos_empowered_blizzard'),(70157,'spell_sindragosa_ice_tomb_trap'),(70172,'spell_igb_cannon_blast'),(70174,'spell_igb_incinerating_blast'),(70207,'spell_shield_of_bones'),(70285,'spell_pos_blight'),(70286,'spell_pos_blight'),(70292,'spell_pos_glacial_strike'),(70308,'spell_putricide_mutation_init'),(70311,'spell_putricide_mutated_transformation'),(70331,'spell_igb_check_for_players'),(70336,'spell_garfrost_permafrost'),(70337,'spell_the_lich_king_necrotic_plague'),(70338,'spell_the_lich_king_necrotic_plague_jump'),(70342,'spell_putricide_slime_puddle_spawn'),(70345,'spell_putricide_grow_stacker'),(70346,'spell_putricide_slime_puddle'),(70348,'spell_igb_rocket_pack_useable'),(70351,'spell_putricide_unstable_experiment'),(70360,'spell_putricide_eat_ooze'),(70397,'spell_igb_burning_pitch_selector'),(70402,'spell_putricide_mutated_transformation_dmg'),(70403,'spell_igb_burning_pitch_selector'),(70405,'spell_putricide_mutated_transformation_dismiss'),(70443,'spell_igb_explosion'),(70444,'spell_igb_explosion'),(70447,'spell_putricide_ooze_channel'),(70459,'spell_putricide_ooze_eruption_searcher'),(70477,'spell_bh_cleanse_quel_delar'),(70497,'spell_the_lich_king_summon_into_air'),(70498,'spell_the_lich_king_vile_spirits'),(70499,'spell_the_lich_king_vile_spirits_visual'),(70501,'spell_the_lich_king_vile_spirit_move_target_search'),(70534,'spell_the_lich_king_vile_spirit_damage_target_search'),(70536,'spell_icc_sprit_alarm'),(70539,'spell_putricide_regurgitated_ooze'),(70541,'spell_the_lich_king_infest'),(70545,'spell_icc_sprit_alarm'),(70546,'spell_icc_sprit_alarm'),(70547,'spell_icc_sprit_alarm'),(70548,'spell_bh_cleanse_quel_delar'),(70588,'spell_valithria_suppression'),(70592,'spell_gen_creature_permanent_feign_death'),(70598,'spell_sindragosa_s_fury'),(70609,'spell_igb_rocket_artillery'),(70614,'spell_q24545_aod_special'),(70628,'spell_gen_creature_permanent_feign_death'),(70672,'spell_putricide_gaseous_bloat'),(70672,'spell_putricide_ooze_channel'),(70691,'spell_dru_t10_restoration_4p_bonus'),(70723,'spell_dru_t10_balance_4p_bonus'),(70733,'spell_icc_stoneform'),(70739,'spell_icc_geist_alarm'),(70740,'spell_icc_geist_alarm'),(70743,'spell_q24545_aod_special'),(70769,'spell_gen_divine_storm_cd_reset'),(70790,'spell_q24545_aod_special'),(70803,'spell_gen_proc_not_self'),(70805,'spell_gen_proc_on_self'),(70808,'spell_sha_t10_restoration_4p_bonus'),(70811,'spell_sha_item_t10_elemental_2p_bonus'),(70814,'spell_marrowgar_bone_slice'),(70826,'spell_marrowgar_bone_spike_graveyard'),(70834,'spell_marrowgar_bone_storm'),(70835,'spell_marrowgar_bone_storm'),(70836,'spell_marrowgar_bone_storm'),(70842,'spell_deathwhisper_mana_barrier'),(70871,'spell_blood_queen_essence_of_the_blood_queen'),(70877,'spell_blood_queen_frenzied_bloodthirst'),(70903,'spell_cultist_dark_martyrdom'),(70911,'spell_putricide_unbound_plague_dmg'),(70912,'spell_dreamwalker_decay_periodic_timer'),(70912,'spell_dreamwalker_summon_suppresser'),(70913,'spell_dreamwalker_decay_periodic_timer'),(70915,'spell_dreamwalker_decay_periodic_timer'),(70916,'spell_dreamwalker_decay_periodic_timer'),(70920,'spell_putricide_unbound_plague'),(70921,'spell_dreamwalker_summoner'),(70933,'spell_dreamwalker_summoner'),(70936,'spell_dreamwalker_summon_suppresser_effect'),(70946,'spell_blood_queen_vampiric_bite'),(70961,'spell_icc_shattered_bones'),(70980,'spell_icc_web_wrap'),(71032,'spell_dreamwalker_summoner'),(71056,'spell_sindragosa_frost_breath'),(71057,'spell_sindragosa_frost_breath'),(71058,'spell_sindragosa_frost_breath'),(71078,'spell_dreamwalker_summoner'),(71085,'spell_dreamwalker_mana_void'),(71123,'spell_stinky_precious_decimate'),(71168,'spell_item_unsated_craving'),(71169,'spell_item_shadows_fate'),(71219,'spell_festergut_pungent_blight'),(71222,'spell_festergut_blighted_spores'),(71224,'spell_rotface_mutated_infection'),(71236,'spell_cultist_dark_martyrdom'),(71252,'spell_icc_yh_volley'),(71255,'spell_putricide_choking_gas_bomb'),(71268,'spell_blood_queen_swarming_shadows_floor_dmg'),(71274,'spell_icc_yf_frozen_orb'),(71281,'spell_pos_slave_trigger_closest'),(71316,'spell_pos_glacial_strike'),(71317,'spell_pos_glacial_strike'),(71335,'spell_igb_burning_pitch'),(71339,'spell_igb_burning_pitch'),(71340,'spell_blood_queen_pact_of_the_darkfallen_dmg'),(71341,'spell_blood_queen_pact_of_the_darkfallen_dmg_target'),(71342,'spell_big_love_rocket'),(71350,'spell_frostwarden_handler_focus_fire'),(71357,'spell_frostwarden_handler_order_whelp'),(71376,'spell_rimefang_icy_blast'),(71390,'spell_blood_queen_pact_of_the_darkfallen'),(71441,'spell_rotface_unstable_ooze_explosion_suicide'),(71450,'spell_gen_aura_service_uniform'),(71462,'spell_svalna_remove_spear'),(71474,'spell_blood_queen_frenzied_bloodthirst'),(71475,'spell_blood_queen_vampiric_bite'),(71476,'spell_blood_queen_vampiric_bite'),(71477,'spell_blood_queen_vampiric_bite'),(71503,'spell_putricide_mutated_transformation'),(71602,'spell_gen_proc_once_per_cast'),(71610,'spell_item_echoes_of_light'),(71615,'spell_putricide_tear_gas_effect'),(71641,'spell_item_echoes_of_light'),(71645,'spell_gen_proc_once_per_cast'),(71718,'spell_taldaram_summon_flame_ball'),(71756,'spell_taldaram_ball_of_inferno_flame'),(71806,'spell_taldaram_glittering_sparks'),(71811,'spell_the_lich_king_jump'),(71841,'spell_pet_gen_valkyr_guardian_smite'),(71842,'spell_pet_gen_valkyr_guardian_smite'),(71845,'spell_gen_proc_once_per_cast'),(71846,'spell_gen_proc_once_per_cast'),(71848,'spell_item_sleepy_willy'),(71865,'spell_item_trauma'),(71868,'spell_item_trauma'),(71874,'spell_item_toxic_wasteling'),(71875,'spell_item_necrotic_touch'),(71877,'spell_item_necrotic_touch'),(71899,'spell_blood_queen_bloodbolt'),(71900,'spell_blood_queen_bloodbolt'),(71901,'spell_blood_queen_bloodbolt'),(71902,'spell_blood_queen_bloodbolt'),(71903,'spell_item_shadowmourne'),(71905,'spell_item_shadowmourne_soul_fragment'),(71941,'spell_dreamwalker_twisted_nightmares'),(71943,'spell_blood_council_summon_shadow_resonance'),(71963,'spell_blood_queen_presence_of_the_darkfallen'),(71964,'spell_blood_queen_presence_of_the_darkfallen'),(71966,'spell_putricide_unstable_experiment'),(71967,'spell_putricide_unstable_experiment'),(71968,'spell_putricide_unstable_experiment'),(71970,'spell_dreamwalker_nightmare_cloud'),(72040,'spell_taldaram_summon_flame_ball'),(72053,'spell_valanar_kinetic_bomb_summon'),(72054,'spell_valanar_kinetic_bomb_absorb'),(72080,'spell_valanar_kinetic_bomb'),(72087,'spell_valanar_kinetic_bomb_knockback'),(72088,'spell_marrowgar_bone_spike_graveyard'),(72089,'spell_marrowgar_bone_spike_graveyard'),(72134,'spell_igb_explosion_main'),(72137,'spell_igb_explosion_main'),(72155,'spell_icc_harvest_blight_specimen'),(72162,'spell_icc_harvest_blight_specimen'),(72176,'spell_deathbringer_blood_link_blood_beast_aura'),(72178,'spell_deathbringer_blood_link_aura'),(72202,'spell_deathbringer_blood_link'),(72219,'spell_festergut_gastric_bloat'),(72224,'spell_dreamwalker_summon_portal'),(72262,'spell_the_lich_king_quake'),(72286,'spell_invincible'),(72340,'spell_igb_teleport_players_on_victory'),(72368,'spell_hor_shared_suffering'),(72369,'spell_hor_shared_suffering'),(72371,'spell_deathbringer_blood_power'),(72378,'spell_deathbringer_blood_nova_targeting'),(72385,'spell_deathbringer_boiling_blood'),(72419,'spell_gen_proc_once_per_cast'),(72429,'spell_the_lich_king_mass_resurrection'),(72431,'spell_the_lich_king_jump_remove_aura'),(72441,'spell_deathbringer_boiling_blood'),(72442,'spell_deathbringer_boiling_blood'),(72443,'spell_deathbringer_boiling_blood'),(72451,'spell_putricide_mutated_plague'),(72455,'spell_putricide_gaseous_bloat'),(72455,'spell_putricide_ooze_channel'),(72456,'spell_putricide_slime_puddle'),(72457,'spell_putricide_regurgitated_ooze'),(72463,'spell_putricide_mutated_plague'),(72465,'spell_sindragosa_soul_preservation'),(72480,'spell_dreamwalker_summon_portal'),(72495,'spell_cultist_dark_martyrdom'),(72496,'spell_cultist_dark_martyrdom'),(72497,'spell_cultist_dark_martyrdom'),(72498,'spell_cultist_dark_martyrdom'),(72499,'spell_cultist_dark_martyrdom'),(72500,'spell_cultist_dark_martyrdom'),(72508,'spell_putricide_mutated_transformation_dismiss'),(72509,'spell_putricide_mutated_transformation_dismiss'),(72510,'spell_putricide_mutated_transformation_dismiss'),(72511,'spell_putricide_mutated_transformation_dmg'),(72512,'spell_putricide_mutated_transformation_dmg'),(72513,'spell_putricide_mutated_transformation_dmg'),(72527,'spell_putricide_eat_ooze'),(72528,'spell_sindragosa_mystic_buffet'),(72529,'spell_sindragosa_mystic_buffet'),(72530,'spell_sindragosa_mystic_buffet'),(72551,'spell_festergut_gastric_bloat'),(72552,'spell_festergut_gastric_bloat'),(72553,'spell_festergut_gastric_bloat'),(72585,'spell_icc_soul_missile'),(72595,'spell_the_lich_king_restore_soul'),(72618,'spell_putricide_clear_aura_effect_value'),(72635,'spell_blood_queen_swarming_shadows_floor_dmg'),(72636,'spell_blood_queen_swarming_shadows_floor_dmg'),(72637,'spell_blood_queen_swarming_shadows_floor_dmg'),(72671,'spell_putricide_mutated_plague'),(72672,'spell_putricide_mutated_plague'),(72705,'spell_marrowgar_coldflame_bonestorm'),(72752,'spell_pvp_trinket_wotf_shared_cd'),(72754,'spell_the_lich_king_defile'),(72757,'spell_pvp_trinket_wotf_shared_cd'),(72782,'spell_taldaram_ball_of_inferno_flame'),(72783,'spell_taldaram_ball_of_inferno_flame'),(72784,'spell_taldaram_ball_of_inferno_flame'),(72832,'spell_putricide_gaseous_bloat'),(72832,'spell_putricide_ooze_channel'),(72833,'spell_putricide_gaseous_bloat'),(72833,'spell_putricide_ooze_channel'),(72836,'spell_putricide_ooze_channel'),(72837,'spell_putricide_ooze_channel'),(72838,'spell_putricide_ooze_channel'),(72854,'spell_putricide_unbound_plague_dmg'),(72855,'spell_putricide_unbound_plague_dmg'),(72856,'spell_putricide_unbound_plague_dmg'),(72864,'spell_frost_giant_death_plague'),(72868,'spell_putricide_slime_puddle'),(72869,'spell_putricide_slime_puddle'),(72875,'spell_putricide_regurgitated_ooze'),(72876,'spell_putricide_regurgitated_ooze'),(72999,'spell_blood_council_shadow_prison_damage'),(73001,'spell_blood_council_shadow_prison'),(73022,'spell_rotface_mutated_infection'),(73023,'spell_rotface_mutated_infection'),(73031,'spell_festergut_pungent_blight'),(73032,'spell_festergut_pungent_blight'),(73033,'spell_festergut_blighted_spores'),(73034,'spell_festergut_blighted_spores'),(73058,'spell_deathbringer_blood_nova_targeting'),(73061,'spell_sindragosa_frost_breath'),(73062,'spell_sindragosa_frost_breath'),(73063,'spell_sindragosa_frost_breath'),(73064,'spell_sindragosa_frost_breath'),(73076,'spell_gen_throw_shield'),(73159,'spell_the_lich_king_play_movie'),(73488,'spell_the_lich_king_life_siphon'),(73530,'spell_the_lich_king_shadow_trap_visual'),(73579,'spell_the_lich_king_summon_into_air'),(73582,'spell_the_lich_king_trigger_vile_spirit'),(73650,'spell_the_lich_king_restore_soul'),(73655,'spell_the_lich_king_teleport_to_frostmourne_hc'),(73708,'spell_the_lich_king_defile'),(73709,'spell_the_lich_king_defile'),(73710,'spell_the_lich_king_defile'),(73779,'spell_the_lich_king_infest'),(73780,'spell_the_lich_king_infest'),(73781,'spell_the_lich_king_infest'),(73782,'spell_the_lich_king_life_siphon'),(73783,'spell_the_lich_king_life_siphon'),(73784,'spell_the_lich_king_life_siphon'),(73785,'spell_the_lich_king_necrotic_plague_jump'),(73786,'spell_the_lich_king_necrotic_plague_jump'),(73787,'spell_the_lich_king_necrotic_plague_jump'),(73797,'spell_the_lich_king_soul_reaper'),(73798,'spell_the_lich_king_soul_reaper'),(73799,'spell_the_lich_king_soul_reaper'),(73912,'spell_the_lich_king_necrotic_plague'),(73913,'spell_the_lich_king_necrotic_plague'),(73914,'spell_the_lich_king_necrotic_plague'),(74282,'spell_the_lich_king_shadow_trap_periodic'),(74296,'spell_the_lich_king_harvest_soul'),(74297,'spell_the_lich_king_harvest_soul'),(74300,'spell_the_lich_king_summon_into_air'),(74302,'spell_the_lich_king_summon_spirit_bomb'),(74325,'spell_the_lich_king_harvest_soul'),(74341,'spell_the_lich_king_summon_spirit_bomb'),(74342,'spell_the_lich_king_summon_spirit_bomb'),(74343,'spell_the_lich_king_summon_spirit_bomb'),(74445,'spell_the_lich_king_cast_back_to_caster'),(74452,'spell_saviana_conflagration_init'),(74455,'spell_saviana_conflagration_throwback'),(74490,'spell_gen_creature_permanent_feign_death'),(74505,'spell_baltharus_enervating_brand_trigger'),(74562,'spell_halion_fiery_combustion'),(74567,'spell_halion_mark_of_combustion'),(74610,'spell_halion_combustion_summon'),(74630,'spell_gen_mod_radius_by_caster_scale'),(74638,'spell_halion_meteor_strike_targeting'),(74641,'spell_halion_meteor_strike_marker'),(74696,'spell_halion_meteor_strike_spread'),(74768,'spell_halion_twilight_cutter_periodic'),(74769,'spell_halion_twilight_cutter'),(74792,'spell_halion_soul_consumption'),(74795,'spell_halion_mark_of_consumption'),(74800,'spell_halion_consumption_summon'),(74802,'spell_gen_mod_radius_by_caster_scale'),(74804,'spell_halion_summon_exit_portals'),(74805,'spell_halion_summon_exit_portals'),(74807,'spell_halion_twilight_realm'),(74808,'spell_halion_twilight_phasing'),(74812,'spell_halion_leave_twilight_realm'),(74856,'spell_blazing_hippogryph'),(74960,'spell_gen_select_target_count_30_1'),(75063,'spell_halion_twilight_division'),(75102,'spell_voljin_war_drums'),(75396,'spell_halion_clear_debuffs'),(75415,'spell_ruby_sanctum_rallying_shout'),(75420,'spell_mount_check'),(75465,'spell_gen_proc_once_per_cast'),(75474,'spell_gen_proc_once_per_cast'),(75509,'spell_halion_twilight_mending'),(75614,'spell_celestial_steed'),(75874,'spell_gen_mod_radius_by_caster_scale'),(75875,'spell_gen_mod_radius_by_caster_scale'),(75876,'spell_gen_mod_radius_by_caster_scale'),(75882,'spell_gen_mod_radius_by_caster_scale'),(75883,'spell_gen_mod_radius_by_caster_scale'),(75884,'spell_gen_mod_radius_by_caster_scale'),(75886,'spell_halion_blazing_aura'),(75887,'spell_halion_blazing_aura'),(75973,'spell_x53_touring_rocket'),(76096,'spell_item_lil_xt'),(76098,'spell_item_lil_xt'),(77844,'spell_halion_twilight_cutter'),(77845,'spell_halion_twilight_cutter'),(77846,'spell_halion_twilight_cutter'),(100101,'spell_valkyr_ball_periodic_dummy'); /*!40000 ALTER TABLE `spell_script_names` ENABLE KEYS */; UNLOCK TABLES; @@ -5026,7 +5026,7 @@ CREATE TABLE `version` ( LOCK TABLES `version` WRITE; /*!40000 ALTER TABLE `version` DISABLE KEYS */; -INSERT INTO `version` VALUES ('SunwellCore rev. (6617) (Win32, Release)','6617','TDB 335.52',52); +INSERT INTO `version` VALUES ('AzerothCore rev. () (Unix, Release)','','TDB 335.52',52); /*!40000 ALTER TABLE `version` ENABLE KEYS */; UNLOCK TABLES; @@ -5158,6 +5158,27 @@ LOCK TABLES `waypoints` WRITE; INSERT INTO `waypoints` VALUES (28864,1,2191.45,-6131.88,48.4288,''),(28864,2,2220.66,-6030.99,70.0122,''),(28864,3,2281.5,-5955.75,131.79,''),(28864,4,2306.98,-5872.8,177.651,''),(28864,5,2347.98,-5736.88,167.929,''),(28864,6,2360.93,-5710.75,155.401,'Despawn'),(38017,1,3541.16,276.041,342.721,'talk point'),(38017,2,3545.99,287.278,342.721,'home point'),(30274,1,6296.25,92.9397,390.701,'send Freed Crusader here'),(21117,1,2319.76,6007.02,142.701,'Gor\'drek WP 1'),(21117,2,2325.91,6010.9,142.576,'Gor\'drek WP 2'),(21117,3,2319.76,6007.02,142.701,'Gor\'drek WP 3'),(21117,4,2313.01,6004.88,142.826,'Gor\'drek WP 4'),(23678,1,2063,-4666,217,'Chill Nymph point 1'),(23975,1,637.177,-5011.11,4.65392,'Thoralius the Wise WP 1'),(23975,2,634.837,-5010.3,4.52892,'Thoralius the Wise WP 2'),(23975,3,637.923,-5015.03,4.52892,'Thoralius the Wise WP 3'),(23975,4,636.042,-5016.67,4.15392,'Thoralius the Wise WP 4'),(23975,5,638.255,-5013.19,4.65392,'Thoralius the Wise WP 5'),(23975,6,637.758,-5013.27,4.65392,'Thoralius the Wise WP 6'),(23975,7,636.825,-5013.39,4.52892,'Thoralius the Wise WP 7'),(23975,8,638.255,-5013.19,4.65392,'Thoralius the Wise WP 8'),(27842,1,3246.2,-642.609,165.239,'Fenrick Barlowe path'),(27842,2,3240.42,-645.154,165.399,'Fenrick Barlowe path'),(27842,3,3245.75,-664.935,166.789,'Fenrick Barlowe path'),(27842,4,3250.1,-663.819,166.789,'Fenrick Barlowe path'),(27842,5,3254.69,-661.435,167.188,'Fenrick Barlowe path - kneel here - do text'),(27842,6,3252.36,-659.146,167.118,'Fenrick Barlowe path'),(27842,7,3252.63,-648.746,165.904,'Fenrick Barlowe path'),(27842,8,3249.21,-647.163,165.7,'Fenrick Barlowe path - kneel here - do text'),(16208,1,6647.83,-6344.92,9.13345,'Apothecary Enith point 1'),(16208,2,6657.92,-6345.96,15.3468,'Apothecary Enith point 2'),(16208,3,6661.58,-6342.65,15.4309,'Apothecary Enith point 3'),(16208,4,6662.35,-6334.64,20.8803,'Apothecary Enith point 4'),(16208,5,6662.63,-6331.85,20.8924,'Apothecary Enith point 5'),(16209,1,6290.21,-6366.1,78.0195,'Ranger Vedoran point 1'),(16209,2,6301.65,-6364.06,78.0238,'Ranger Vedoran point 2'),(16209,3,6305.82,-6360.2,78.0782,'Ranger Vedoran point 3'),(16209,4,6310.5,-6356.76,80.6154,'Ranger Vedoran point 4'),(16209,5,6314.06,-6360.67,82.6096,'Ranger Vedoran point 5'),(16209,6,6317.35,-6365.34,82.7124,'Ranger Vedoran point 6'),(16209,7,6326.85,-6366.82,82.709,'Ranger Vedoran point 7'),(16206,1,6436.87,-6633.02,107.432,'Apprentice Varnis point 1'),(16206,2,6435.63,-6620.86,107.436,'Apprentice Varnis point 2'),(16206,3,6429.88,-6618.29,108.128,'Apprentice Varnis point 3'),(16206,4,6426.7,-6614.82,110.159,'Apprentice Varnis point 4'),(16206,5,6428.75,-6611.21,111.905,'Apprentice Varnis point 5'),(16206,6,6432.83,-6606.89,112.126,'Apprentice Varnis point 6'),(16206,7,6431.51,-6597.97,112.113,'Apprentice Varnis point 7'),(25239,1,2347.8,5265.34,7.63084,'Thulrin WP 1'),(25239,2,2344.54,5267.18,7.66896,'Thulrin WP 2'),(25239,3,2340.22,5270.31,7.66896,'Thulrin WP 3'),(25239,4,2336.55,5273.87,7.79396,'Thulrin WP 4'),(25239,5,2339.07,5271.18,7.66896,'Thulrin WP 5'),(25239,6,2346.92,5265.09,7.63084,'Thulrin WP 6'),(25239,7,2351.8,5266.42,7.63084,'Thulrin WP 7'),(25239,8,2352.69,5268.96,7.66896,'Thulrin WP 8'),(25239,9,2352.69,5268.96,7.66896,'Thulrin WP 9'),(2523400,1,2261.39,5305.25,21.6818,'Stormfleet Deckhand'),(2523400,2,2259.96,5295.58,20.0898,'Stormfleet Deckhand'),(2523400,3,2260,5287,15.4909,'Stormfleet Deckhand'),(2523400,4,2257.71,5281.93,12.0934,'Stormfleet Deckhand'),(2523400,5,2261.76,5286.73,15.7673,'Stormfleet Deckhand'),(2523400,6,2260.9,5294.65,19.9527,'Stormfleet Deckhand'),(2523400,7,2263.46,5304.82,21.7292,'Stormfleet Deckhand'),(2523400,8,2265.7,5314.69,22.4381,'Stormfleet Deckhand'),(2523401,1,2248.88,5255.39,36.4589,'Stormfleet Deckhand'),(2523401,2,2246.62,5256.64,37.2089,'Stormfleet Deckhand'),(2523401,3,2244.62,5258.64,36.4589,'Stormfleet Deckhand'),(2523401,4,2241.62,5258.39,37.2089,'Stormfleet Deckhand'),(2523401,5,2238.62,5259.39,36.4589,'Stormfleet Deckhand'),(2523401,6,2232.96,5260.39,35.7183,'Stormfleet Deckhand'),(2523401,7,2235.38,5260.14,36.2089,'Stormfleet Deckhand'),(2523401,8,2239.38,5259.14,36.4589,'Stormfleet Deckhand'),(2523401,9,2241.62,5258.64,37.2089,'Stormfleet Deckhand'),(2523401,10,2244.62,5258.64,36.4589,'Stormfleet Deckhand'),(2523401,11,2247.12,5256.39,37.2089,'Stormfleet Deckhand'),(2523401,12,2249.12,5255.39,36.4589,'Stormfleet Deckhand'),(2523401,13,2253.79,5252.39,35.6994,'Stormfleet Deckhand'),(2523402,1,2212.3,5281.93,10.8259,'Stormfleet Deckhand'),(2523402,2,2211.7,5275.36,10.8259,'Stormfleet Deckhand'),(2523402,3,2224.38,5268.12,7.16619,'Stormfleet Deckhand'),(2523402,4,2235.35,5264.7,8.60625,'Stormfleet Deckhand'),(2523402,5,2244.24,5262.41,11.8163,'Stormfleet Deckhand'),(2523402,6,2248.37,5259.46,11.7849,'Stormfleet Deckhand'),(2523402,7,2247.78,5252.42,11.9668,'Stormfleet Deckhand'),(2523402,8,2246.38,5249.14,15.5344,'Stormfleet Deckhand'),(2523402,9,2243.87,5243.42,21.4974,'Stormfleet Deckhand'),(2523402,10,2245.98,5248.25,16.5162,'Stormfleet Deckhand'),(2523402,11,2248.44,5255.79,11.8694,'Stormfleet Deckhand'),(2523402,12,2248.4,5261.32,11.747,'Stormfleet Deckhand'),(2523402,13,2228.01,5267.48,7.16457,'Stormfleet Deckhand'),(2523402,14,2215.57,5274.18,11.1356,'Stormfleet Deckhand'),(2523402,15,2213.56,5283.1,10.8259,'Stormfleet Deckhand'),(2523402,16,2218.24,5291.42,10.7009,'Stormfleet Deckhand'),(2523402,17,2224.21,5293.65,10.8259,'Stormfleet Deckhand'),(2523402,18,2220.03,5292.01,10.7009,'Stormfleet Deckhand'),(2523403,1,2232.03,5289.31,11.1143,'Stormfleet Deckhand'),(2523403,2,2229.51,5285.92,11.2207,'Stormfleet Deckhand'),(2523403,3,2231.24,5285.13,11.2266,'Stormfleet Deckhand'),(2523403,4,2229.85,5285.71,11.2241,'Stormfleet Deckhand'),(2523403,5,2228.48,5291.18,11.1367,'Stormfleet Deckhand'),(2523403,6,2226.17,5291.41,10.9509,'Stormfleet Deckhand'),(2523403,7,2223.73,5291.46,10.8259,'Stormfleet Deckhand'),(2523403,8,2218.56,5293.64,10.7009,'Stormfleet Deckhand'),(2523403,9,2213.53,5285.79,10.7009,'Stormfleet Deckhand'),(2523403,10,2208.85,5275.45,10.8259,'Stormfleet Deckhand'),(2523403,11,2206.38,5260.24,10.5892,'Stormfleet Deckhand'),(2523403,12,2211.11,5256.54,10.7142,'Stormfleet Deckhand'),(2523403,13,2219.19,5252.96,11.3361,'Stormfleet Deckhand'),(2523403,14,2216.95,5251.28,11.261,'Stormfleet Deckhand'),(2523403,15,2215.49,5248.68,11.4461,'Stormfleet Deckhand'),(2523403,16,2217.45,5248.06,11.4383,'Stormfleet Deckhand'),(2523403,17,2213.41,5251.71,10.9642,'Stormfleet Deckhand'),(2523403,18,2207.36,5257.07,10.7142,'Stormfleet Deckhand'),(2523403,19,2205.43,5262.28,10.5892,'Stormfleet Deckhand'),(2523403,20,2208.18,5274.88,10.8259,'Stormfleet Deckhand'),(2523403,21,2214.61,5286.97,10.8259,'Stormfleet Deckhand'),(2523403,22,2219.42,5292.91,10.7009,'Stormfleet Deckhand'),(2523403,23,2224.72,5291.44,10.8259,'Stormfleet Deckhand'),(2523403,24,2228.35,5291.14,10.9509,'Stormfleet Deckhand'),(2523403,25,2233.5,5291.67,11.2177,'Stormfleet Deckhand'),(26600,1,4138.14,5318.3,28.8185,'Chief Engineer Galpen Rolltie'),(26600,2,4140.48,5319.23,29.296,'Chief Engineer Galpen Rolltie'),(26600,3,4141.73,5323.98,29.046,'Chief Engineer Galpen Rolltie'),(26600,4,4139.98,5327.23,29.296,'Chief Engineer Galpen Rolltie'),(26600,5,4136.98,5328.23,29.296,'Chief Engineer Galpen Rolltie'),(26600,6,4134.98,5327.23,29.296,'Chief Engineer Galpen Rolltie'),(26600,7,4135.31,5325.65,28.7736,'Chief Engineer Galpen Rolltie'),(26600,8,4135.06,5327.82,29.2723,'Chief Engineer Galpen Rolltie'),(26600,9,4140.06,5327.82,29.2723,'Chief Engineer Galpen Rolltie'),(26600,10,4143.31,5325.32,29.2723,'Chief Engineer Galpen Rolltie'),(26600,11,4141.31,5317.82,29.7723,'Chief Engineer Galpen Rolltie'),(26600,12,4137.06,5314.82,29.0223,'Chief Engineer Galpen Rolltie'),(26600,13,4132.31,5316.57,29.0223,'Chief Engineer Galpen Rolltie'),(26600,14,4130.31,5319.82,29.2723,'Chief Engineer Galpen Rolltie'),(26600,15,4131.82,5320.48,28.7711,'Chief Engineer Galpen Rolltie'),(26600,16,4130.52,5321.02,29.2485,'Chief Engineer Galpen Rolltie'),(26600,17,4131.02,5317.77,29.2485,'Chief Engineer Galpen Rolltie'),(26600,18,4133.77,5315.77,28.9985,'Chief Engineer Galpen Rolltie'),(26600,19,4136.73,5316.55,28.726,'Chief Engineer Galpen Rolltie'),(26599,1,4137.04,5285.1,25.2392,'Willis Wobblewheel'),(26599,2,4135.78,5282.23,25.1142,'Willis Wobblewheel'),(26599,3,4135,5281.17,25.1142,'Willis Wobblewheel'),(26599,4,4135.78,5282.23,25.1142,'Willis Wobblewheel'),(26634,1,4186.93,5321.1,58.1344,'Fizzcrank Watcher Rupert Keeneye'),(26634,2,4185.13,5318.71,58.1639,'Fizzcrank Watcher Rupert Keeneye'),(26634,3,4186.52,5316.94,58.1505,'Fizzcrank Watcher Rupert Keeneye'),(26634,4,4186.93,5321.1,58.1344,'Fizzcrank Watcher Rupert Keeneye'),(26634,5,4191.27,5319.61,58.1242,'Fizzcrank Watcher Rupert Keeneye'),(26634,6,4189.93,5324.71,58.0898,'Fizzcrank Watcher Rupert Keeneye'),(26634,7,4184.38,5325.55,58.056,'Fizzcrank Watcher Rupert Keeneye'),(26634,8,4183.35,5318.84,58.1593,'Fizzcrank Watcher Rupert Keeneye'),(2664500,1,4153.73,5344.67,29.3407,'Fizzcrank Engineering Crew wp 1'),(2664500,2,4152.79,5345.6,29.6297,'Fizzcrank Engineering Crew wp 1'),(2664500,3,4157.79,5346.6,29.6297,'Fizzcrank Engineering Crew wp 1'),(2664500,4,4160.79,5343.1,30.3797,'Fizzcrank Engineering Crew wp 1'),(2664500,5,4158.29,5341.35,29.6297,'Fizzcrank Engineering Crew wp 1'),(2664500,6,4156.34,5341.52,29.4187,'Fizzcrank Engineering Crew wp 1'),(2664500,7,4158.54,5340.62,29.5669,'Fizzcrank Engineering Crew wp 1'),(2664500,8,4159.29,5338.12,29.0669,'Fizzcrank Engineering Crew wp 1'),(2664500,9,4157.04,5336.12,29.0669,'Fizzcrank Engineering Crew wp 1'),(2664500,10,4152.73,5336.72,28.7152,'Fizzcrank Engineering Crew wp 1'),(2664500,11,4152.22,5335.37,29.058,'Fizzcrank Engineering Crew wp 1'),(2664500,12,4150.22,5335.87,29.058,'Fizzcrank Engineering Crew wp 1'),(2664500,13,4148.97,5337.87,29.308,'Fizzcrank Engineering Crew wp 1'),(2664500,14,4149.72,5343.52,28.9009,'Fizzcrank Engineering Crew wp 1'),(2664500,15,4148.82,5340.95,29.4656,'Fizzcrank Engineering Crew wp 1'),(2664500,16,4149.32,5336.7,29.2156,'Fizzcrank Engineering Crew wp 1'),(2664500,17,4154.32,5334.2,29.2156,'Fizzcrank Engineering Crew wp 1'),(2664500,18,4158.57,5336.7,28.9656,'Fizzcrank Engineering Crew wp 1'),(2664500,19,4160.82,5343.2,30.2156,'Fizzcrank Engineering Crew wp 1'),(2664500,20,4158.07,5347.2,29.7156,'Fizzcrank Engineering Crew wp 1'),(2664500,21,4153.92,5347.38,29.0303,'Fizzcrank Engineering Crew wp 1'),(2664501,1,4147,5327.73,29.3272,'Fizzcrank Engineering Crew wp 2'),(2664501,2,4149.25,5326.73,29.0772,'Fizzcrank Engineering Crew wp 2'),(2664501,3,4151.5,5329.48,29.3272,'Fizzcrank Engineering Crew wp 2'),(2664501,4,4150.25,5330.73,29.3272,'Fizzcrank Engineering Crew wp 2'),(2664501,5,4148.83,5329.6,28.9719,'Fizzcrank Engineering Crew wp 2'),(2664501,6,4150.05,5331.48,29.3232,'Fizzcrank Engineering Crew wp 2'),(2664501,7,4152.05,5333.48,29.0732,'Fizzcrank Engineering Crew wp 2'),(2664501,8,4150.8,5335.73,29.0732,'Fizzcrank Engineering Crew wp 2'),(2664501,9,4147.55,5336.48,29.0732,'Fizzcrank Engineering Crew wp 2'),(2664501,10,4143.78,5335.35,28.6746,'Fizzcrank Engineering Crew wp 2'),(2664501,11,4146.73,5336.82,29.2076,'Fizzcrank Engineering Crew wp 2'),(2664501,12,4150.98,5335.57,29.2076,'Fizzcrank Engineering Crew wp 2'),(2664501,13,4153.23,5331.32,28.9576,'Fizzcrank Engineering Crew wp 2'),(2664501,14,4150.48,5326.82,28.7076,'Fizzcrank Engineering Crew wp 2'),(2664501,15,4144.73,5324.57,29.4576,'Fizzcrank Engineering Crew wp 2'),(2664501,16,4141.48,5326.82,29.2076,'Fizzcrank Engineering Crew wp 2'),(2664501,17,4139.69,5329.79,28.7406,'Fizzcrank Engineering Crew wp 2'),(2664501,18,4141.88,5331.73,28.6935,'Fizzcrank Engineering Crew wp 2'),(2664501,19,4141.27,5330.55,29.188,'Fizzcrank Engineering Crew wp 2'),(2664501,20,4141.77,5328.3,29.188,'Fizzcrank Engineering Crew wp 2'),(2664501,21,4142.77,5326.05,29.188,'Fizzcrank Engineering Crew wp 2'),(2664501,22,4145.52,5326.05,29.438,'Fizzcrank Engineering Crew wp 2'),(2664501,23,4146.77,5328.05,29.188,'Fizzcrank Engineering Crew wp 2'),(2664501,24,4145.67,5329.37,28.6824,'Fizzcrank Engineering Crew wp 2'),(25766,1,4149.32,5357.73,29.1195,'Rig Hauler AC-9'),(25766,2,4136.82,5345.48,29.1195,'Rig Hauler AC-9'),(25766,3,4125.57,5333.98,29.1195,'Rig Hauler AC-9'),(25766,4,4115.3,5323.85,28.6746,'Rig Hauler AC-9'),(25766,5,4108.16,5316.85,28.7593,'Rig Hauler AC-9'),(25766,6,4111.66,5313.28,28.7593,'Rig Hauler AC-9'),(25766,7,4112.75,5314.95,29.1619,'Rig Hauler AC-9'),(25766,8,4117,5314.95,29.1619,'Rig Hauler AC-9'),(25766,9,4119,5316.95,29.1619,'Rig Hauler AC-9'),(25766,10,4125.25,5323.2,29.1619,'Rig Hauler AC-9'),(25766,11,4127.25,5325.2,29.1619,'Rig Hauler AC-9'),(25766,12,4129.5,5326.7,29.1619,'Rig Hauler AC-9'),(25766,13,4131.5,5328.45,29.1619,'Rig Hauler AC-9'),(25766,14,4133.5,5328.45,29.1619,'Rig Hauler AC-9'),(25766,15,4134.75,5329.45,29.1619,'Rig Hauler AC-9'),(25766,16,4135.75,5333.7,29.1619,'Rig Hauler AC-9'),(25766,17,4142,5337.2,29.1619,'Rig Hauler AC-9'),(25766,18,4144,5341.95,29.1619,'Rig Hauler AC-9'),(25766,19,4146,5344.95,29.1619,'Rig Hauler AC-9'),(25766,20,4147.25,5346.2,29.1619,'Rig Hauler AC-9'),(25766,21,4150.25,5348.2,29.1619,'Rig Hauler AC-9'),(25766,22,4152.25,5350.2,29.1619,'Rig Hauler AC-9'),(25766,23,4162.75,5356.2,29.6619,'Rig Hauler AC-9'),(25766,24,4167,5358.7,30.4119,'Rig Hauler AC-9'),(25766,25,4170.33,5359.11,30.0645,'Rig Hauler AC-9'),(25765,1,4164.76,5354.72,30.1922,'Fizzcrank Bomber wp 1'),(25765,2,4162.03,5355.37,30.0975,'Fizzcrank Bomber wp 1'),(25765,3,4159.19,5355.83,30.0115,'Fizzcrank Bomber wp 1'),(25765,4,4156.27,5356.13,29.944,'Fizzcrank Bomber wp 1'),(25765,5,4154.66,5355.74,29.9113,'Fizzcrank Bomber wp 1'),(25765,6,4152.15,5354.79,29.8698,'Fizzcrank Bomber wp 1'),(25765,7,4149.63,5353.54,29.8358,'Fizzcrank Bomber wp 1'),(25765,8,4147.14,5352.08,29.8087,'Fizzcrank Bomber wp 1'),(25765,9,4144.69,5350.45,29.7875,'Fizzcrank Bomber wp 1'),(25765,10,4142.29,5348.69,29.771,'Fizzcrank Bomber wp 1'),(25765,11,4139.96,5346.84,29.7658,'Fizzcrank Bomber wp 1'),(25765,12,4137.67,5344.91,29.7618,'Fizzcrank Bomber wp 1'),(25765,13,4135.42,5342.92,29.7587,'Fizzcrank Bomber wp 1'),(25765,14,4133.19,5340.9,29.7564,'Fizzcrank Bomber wp 1'),(25765,15,4130.99,5338.85,29.7571,'Fizzcrank Bomber wp 1'),(25765,16,4128.79,5336.79,29.7576,'Fizzcrank Bomber wp 1'),(25765,17,4126.61,5334.72,29.758,'Fizzcrank Bomber wp 1'),(25765,18,4124.43,5332.63,29.7583,'Fizzcrank Bomber wp 1'),(25765,19,4121.54,5329.85,29.7586,'Fizzcrank Bomber wp 1'),(25765,20,4118.18,5326.6,29.7588,'Fizzcrank Bomber wp 1'),(25765,21,4116.02,5324.5,29.7589,'Fizzcrank Bomber wp 1'),(25765,22,4113.87,5322.4,29.759,'Fizzcrank Bomber wp 1'),(25765,23,4090.11,5298.56,29.7008,'Fizzcrank Bomber wp 1'),(25765,24,4079.46,5287.62,29.8968,'Fizzcrank Bomber wp 1'),(25765,25,4066.78,5274.6,31.5357,'Fizzcrank Bomber wp 1'),(25765,26,4041.22,5249.25,31.4524,'Fizzcrank Bomber wp 1'),(25765,27,4020.43,5218.82,29.8968,'Fizzcrank Bomber wp 1'),(25765,28,4002.39,5190.42,29.8968,'Fizzcrank Bomber wp 1'),(25765,29,4000.1,5146.33,29.8968,'Fizzcrank Bomber wp 1'),(25765,30,3993,5119.75,29.8968,'Fizzcrank Bomber wp 1'),(25765,31,3976.41,5093.21,29.8968,'Fizzcrank Bomber wp 1'),(25765,32,3983.64,5055.65,29.8968,'Fizzcrank Bomber wp 1'),(25765,33,3990.11,5011.05,29.8968,'Fizzcrank Bomber wp 1'),(25765,34,3992.43,4984.05,29.8968,'Fizzcrank Bomber wp 1'),(25765,35,3988.74,4946.95,29.8968,'Fizzcrank Bomber wp 1'),(25765,36,3975.8,4912.27,29.8968,'Fizzcrank Bomber wp 1'),(25765,37,3958.11,4895.37,29.8968,'Fizzcrank Bomber wp 1'),(25765,38,3928.62,4858.76,29.8968,'Fizzcrank Bomber wp 1'),(25765,39,3921.78,4825.03,29.8968,'Fizzcrank Bomber wp 1'),(25765,40,3935.44,4790.44,29.8968,'Fizzcrank Bomber wp 1'),(25765,41,3966.32,4756.98,29.8968,'Fizzcrank Bomber wp 1'),(25765,42,3987.75,4763.04,29.8968,'Fizzcrank Bomber wp 1'),(25765,43,4025.37,4755.08,29.8968,'Fizzcrank Bomber wp 1'),(25765,44,4050.19,4787.04,29.8968,'Fizzcrank Bomber wp 1'),(25765,45,4082.41,4825.17,29.8968,'Fizzcrank Bomber wp 1'),(25765,46,4084.74,4845.89,29.8968,'Fizzcrank Bomber wp 1'),(25765,47,4082.78,4879.07,29.8968,'Fizzcrank Bomber wp 1'),(25765,48,4075.25,4897.71,29.8968,'Fizzcrank Bomber wp 1'),(25765,49,4063.76,4936.53,29.8968,'Fizzcrank Bomber wp 1'),(25765,50,4066.78,4968.41,29.8968,'Fizzcrank Bomber wp 1'),(25765,51,4082.99,4997.7,29.8968,'Fizzcrank Bomber wp 1'),(25765,52,4110.51,5030.57,29.8968,'Fizzcrank Bomber wp 1'),(25765,53,4141.15,5060.04,29.8968,'Fizzcrank Bomber wp 1'),(25765,54,4164.46,5087.18,29.8968,'Fizzcrank Bomber wp 1'),(25765,55,4189.66,5124.69,29.8968,'Fizzcrank Bomber wp 1'),(25765,56,4214.33,5154.25,29.8968,'Fizzcrank Bomber wp 1'),(25765,57,4237.96,5194.17,29.8968,'Fizzcrank Bomber wp 1'),(25765,58,4228.31,5238.58,42.119,'Fizzcrank Bomber wp 1'),(25765,59,4200.38,5271.22,46.7579,'Fizzcrank Bomber wp 1'),(25765,60,4211.72,5318.44,47.136,'Fizzcrank Bomber wp 1'),(25765,61,4229.69,5356.22,47.136,'Fizzcrank Bomber wp 1'),(25765,62,4229.78,5396.17,53.0804,'Fizzcrank Bomber wp 1'),(25765,63,4231.3,5419.96,53.7193,'Fizzcrank Bomber wp 1'),(25765,64,4228.38,5466.13,57.136,'Fizzcrank Bomber wp 1'),(25765,65,4249.18,5490.76,47.136,'Fizzcrank Bomber wp 1'),(25765,66,4282.77,5500.86,48.8582,'Fizzcrank Bomber wp 1'),(25765,67,4300.52,5486.34,48.386,'Fizzcrank Bomber wp 1'),(25765,68,4291.37,5470.35,48.9138,'Fizzcrank Bomber wp 1'),(25765,69,4277.05,5454.25,47.136,'Fizzcrank Bomber wp 1'),(25765,70,4253.64,5434.85,47.136,'Fizzcrank Bomber wp 1'),(25765,71,4227.77,5423.93,47.136,'Fizzcrank Bomber wp 1'),(25765,72,4204.01,5411.22,37.5249,'Fizzcrank Bomber wp 1'),(25765,73,4194.85,5402.54,32.4137,'Fizzcrank Bomber wp 1'),(25765,74,4178.29,5386.06,30.9415,'Fizzcrank Bomber wp 1'),(26817,1,4176.5,5280.57,27.1744,'Fizzcrank Fighter'),(26817,2,4167,5282.07,27.1744,'Fizzcrank Fighter'),(26817,3,4164.75,5282.57,26.9244,'Fizzcrank Fighter'),(26817,4,4162.65,5282.68,26.4892,'Fizzcrank Fighter'),(26817,5,4158.46,5280.63,26.2642,'Fizzcrank Fighter'),(26817,6,4155.71,5279.38,25.7642,'Fizzcrank Fighter'),(26817,7,4154.96,5278.94,24.8642,'Fizzcrank Fighter'),(26817,8,4147.71,5281.82,24.8642,'Fizzcrank Fighter'),(26817,9,4144.76,5295.5,25.6142,'Fizzcrank Fighter'),(26817,10,4142.65,5300.07,26.9435,'Fizzcrank Fighter'),(26817,11,4137.88,5308.75,27.9435,'Fizzcrank Fighter'),(26817,12,4135.61,5310.59,28.9383,'Fizzcrank Fighter'),(26817,13,4131.43,5312.56,28.7593,'Fizzcrank Fighter'),(26817,14,4123.82,5317.62,28.7593,'Fizzcrank Fighter'),(26817,15,4115.43,5321.65,28.7593,'Fizzcrank Fighter'),(25477,1,4179.1,5251.51,26.3785,'Crafty Wobblesprocket'),(25477,2,4177.94,5250.2,26.8785,'Crafty Wobblesprocket'),(25477,3,4181.05,5243.43,24.8785,'Crafty Wobblesprocket'),(25477,4,4182.07,5222.45,25.0087,'Crafty Wobblesprocket'),(25477,5,4193.04,5217.23,25.1337,'Crafty Wobblesprocket'),(25477,6,4193.04,5217.23,25.1337,'Crafty Wobblesprocket'),(25477,7,4190.72,5217.94,25.2587,'Crafty Wobblesprocket'),(25477,8,4176.05,5229.44,24.5087,'Crafty Wobblesprocket'),(25477,9,4166.73,5248.8,24.7535,'Crafty Wobblesprocket'),(25477,10,4172.79,5254.92,26.1285,'Crafty Wobblesprocket'),(25783,1,4168.53,5251.93,24.8785,'Fizzcrank Airstrip Survivor'),(25783,2,4156.66,5256.01,24.6232,'Fizzcrank Airstrip Survivor'),(25783,3,4151.53,5269,25.3642,'Fizzcrank Airstrip Survivor'),(25783,4,4159.55,5281.08,26.2392,'Fizzcrank Airstrip Survivor'),(25783,5,4173.9,5280.84,26.6931,'Fizzcrank Airstrip Survivor'),(25783,6,4179.47,5282.7,26.6931,'Fizzcrank Airstrip Survivor'),(21182,1,-1156.97,2109.63,83.51,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South WP 1'),(21182,2,-1152.3,2112.1,90.6765,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South WP 2'),(21182,3,-1150.82,2103.74,89.8157,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South WP 3'),(21182,4,-1153.96,2107.03,97.0656,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South WP 4'),(21182,5,-1156.1,2107.42,93.0656,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South WP 5'),(21182,6,-1152.17,2107.41,83.1767,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South WP 6'),(21182,7,-1150.15,2102.39,75.2368,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South WP 7'),(21182,8,-1158.78,2102.99,76.9823,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South WP 8'),(21182,9,-1158.34,2112.02,79.2045,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South WP 9'),(21182,10,-1148.17,2113.34,77.0103,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South WP 10'),(21182,11,-1148.9,2102.62,69.6769,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South WP 11'),(21182,12,-1157.05,2104.98,82.9548,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South WP 12'),(22401,1,-821.992,2034.88,55.0184,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower North WP 1'),(22401,2,-820.977,2027.59,63.6837,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower North WP 2'),(22401,3,-825.219,2034.11,65.8631,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower North WP 3'),(22401,4,-816.849,2028.66,49.752,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower North WP 4'),(22401,5,-825.249,2026.35,46.5842,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower North WP 5'),(22402,1,-897.1,1917.56,93.7374,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Forge WP 1'),(22402,2,-903.386,1919.14,76.0997,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Forge WP 2'),(22402,3,-898.182,1920.16,82.6782,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Forge WP 3'),(22402,4,-901.284,1920.17,92.5727,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Forge WP 4'),(22402,5,-894.948,1924.78,75.4894,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Forge WP 5'),(22402,6,-894.47,1919.87,93.7102,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Forge WP 6'),(22403,1,-978.371,1883.56,104.317,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Foothill WP 1'),(22403,2,-974.304,1878.93,109.678,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Foothill WP 2'),(22403,3,-974.146,1874.82,121.94,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Foothill WP 3'),(22403,4,-982.44,1875.44,100.412,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Foothill WP 4'),(22403,5,-975.126,1882.18,118.035,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Foothill WP 5'),(22403,6,-979.369,1876.67,121.587,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Foothill WP 6'),(2117000,1,-1166.15,2232.44,154.481,'Honor Hold Gryphon Brigadier, South Path 1 WP 1'),(2117000,2,-1166.44,2233.4,154.481,'Honor Hold Gryphon Brigadier, South Path 1 WP 2'),(2117000,3,-1162.91,2207.57,140.908,'Honor Hold Gryphon Brigadier, South Path 1 WP 3'),(2117000,4,-1165.15,2160.38,126.13,'Honor Hold Gryphon Brigadier, South Path 1 WP 4'),(2117000,5,-1171.2,2119.91,110.074,'Honor Hold Gryphon Brigadier, South Path 1 WP 5'),(2117000,6,-1152.6,2108.96,101.907,'Honor Hold Gryphon Brigadier, South Path 1 WP 6'),(2117000,7,-1126.18,2129.6,118.657,'Honor Hold Gryphon Brigadier, South Path 1 WP 7'),(2117000,8,-1113.31,2146.84,135.13,'Honor Hold Gryphon Brigadier, South Path 1 WP 8'),(2117000,9,-1105.45,2173.65,171.018,'Honor Hold Gryphon Brigadier, South Path 1 WP 9'),(2117000,10,-1107.9,2202.19,195.935,'Honor Hold Gryphon Brigadier, South Path 1 WP 10'),(2117001,1,-1166.15,2232.44,154.481,'Honor Hold Gryphon Brigadier, South Path 2 WP 1'),(2117001,2,-1166.44,2233.4,154.481,'Honor Hold Gryphon Brigadier, South Path 2 WP 2'),(2117001,3,-1182.96,2208.79,125.38,'Honor Hold Gryphon Brigadier, South Path 2 WP 3'),(2117001,4,-1182.29,2161.91,114.241,'Honor Hold Gryphon Brigadier, South Path 2 WP 4'),(2117001,5,-1175.9,2113.83,105.185,'Honor Hold Gryphon Brigadier, South Path 2 WP 5'),(2117001,6,-1152.6,2108.96,104.546,'Honor Hold Gryphon Brigadier, South Path 2 WP 6'),(2117001,7,-1126.18,2129.6,117.018,'Honor Hold Gryphon Brigadier, South Path 2 WP 7'),(2117001,8,-1097.3,2159.93,136.074,'Honor Hold Gryphon Brigadier, South Path 2 WP 8'),(2117001,9,-1084.76,2185.17,157.88,'Honor Hold Gryphon Brigadier, South Path 2 WP 9'),(2117001,10,-1074.36,2208.39,178.13,'Honor Hold Gryphon Brigadier, South Path 2 WP 10'),(2117002,1,-1166.15,2232.44,154.481,'Honor Hold Gryphon Brigadier, South Path 3 WP 1'),(2117002,2,-1166.44,2233.4,154.481,'Honor Hold Gryphon Brigadier, South Path 3 WP 2'),(2117002,3,-1150.55,2194.86,120.93,'Honor Hold Gryphon Brigadier, South Path 3 WP 3'),(2117002,4,-1151.81,2161.05,110.986,'Honor Hold Gryphon Brigadier, South Path 3 WP 4'),(2117002,5,-1152.94,2131.73,105.958,'Honor Hold Gryphon Brigadier, South Path 3 WP 5'),(2117002,6,-1151.15,2107.6,99.458,'Honor Hold Gryphon Brigadier, South Path 3 WP 6'),(2117002,7,-1165.41,2089.04,115.68,'Honor Hold Gryphon Brigadier, South Path 3 WP 7'),(2117002,8,-1174.07,2083.78,125.069,'Honor Hold Gryphon Brigadier, South Path 3 WP 8'),(2117002,9,-1205.33,2083.08,164.097,'Honor Hold Gryphon Brigadier, South Path 3 WP 9'),(2117002,10,-1232.79,2084.87,183.402,'Honor Hold Gryphon Brigadier, South Path 3 WP 10'),(2117002,11,-1264.57,2093.13,197.514,'Honor Hold Gryphon Brigadier, South Path 3 WP 11'),(2117003,1,-1166.15,2232.44,154.481,'Honor Hold Gryphon Brigadier, South Path 4 WP 1'),(2117003,2,-1166.44,2233.4,154.481,'Honor Hold Gryphon Brigadier, South Path 4 WP 2'),(2117003,3,-1152.79,2211.29,120.93,'Honor Hold Gryphon Brigadier, South Path 4 WP 3'),(2117003,4,-1146.58,2178.45,110.986,'Honor Hold Gryphon Brigadier, South Path 4 WP 4'),(2117003,5,-1155.94,2146.78,105.958,'Honor Hold Gryphon Brigadier, South Path 4 WP 5'),(2117003,6,-1151.15,2107.6,99.6803,'Honor Hold Gryphon Brigadier, South Path 4 WP 6'),(2117003,7,-1142.79,2094.16,103.541,'Honor Hold Gryphon Brigadier, South Path 4 WP 7'),(2117003,8,-1136.9,2085.38,109.125,'Honor Hold Gryphon Brigadier, South Path 4 WP 8'),(2117003,9,-1119.04,2071.98,118.875,'Honor Hold Gryphon Brigadier, South Path 4 WP 9'),(2117003,10,-1103.59,2050.4,128.208,'Honor Hold Gryphon Brigadier, South Path 4 WP 10'),(2117003,11,-1080.57,2022.38,137.514,'Honor Hold Gryphon Brigadier, South Path 4 WP 11'),(2240400,1,-739.33,1922.59,100.958,'Honor Hold Gryphon Brigadier, North Path 1 WP'),(2240400,2,-738.335,1922.69,100.958,'Honor Hold Gryphon Brigadier, North Path 1 WP'),(2240400,3,-750.117,1929.09,99.479,'Honor Hold Gryphon Brigadier, North Path 1 WP'),(2240400,4,-774.873,1952.79,99.479,'Honor Hold Gryphon Brigadier, North Path 1 WP'),(2240400,5,-786.857,1972.59,99.479,'Honor Hold Gryphon Brigadier, North Path 1 WP'),(2240400,6,-799.943,2000.45,78.9513,'Honor Hold Gryphon Brigadier, North Path 1 WP'),(2240400,7,-806.104,2017.68,73.3679,'Honor Hold Gryphon Brigadier, North Path 1 WP'),(2240400,8,-819.273,2032.52,73.1735,'Honor Hold Gryphon Brigadier, North Path 1 WP'),(2240400,9,-831.757,2046.86,80.6179,'Honor Hold Gryphon Brigadier, North Path 1 WP'),(2240400,10,-844.098,2058.49,83.6458,'Honor Hold Gryphon Brigadier, North Path 1 WP'),(2240400,11,-859.039,2080.07,95.7846,'Honor Hold Gryphon Brigadier, North Path 1 WP'),(2240400,12,-883.338,2095.61,107.562,'Honor Hold Gryphon Brigadier, North Path 1 WP'),(2240401,1,-739.33,1922.59,100.958,'Honor Hold Gryphon Brigadier, North Path 2 WP'),(2240401,2,-738.335,1922.69,100.958,'Honor Hold Gryphon Brigadier, North Path 2 WP'),(2240401,3,-750.117,1929.09,99.479,'Honor Hold Gryphon Brigadier, North Path 2 WP'),(2240401,4,-773.302,1941.18,99.479,'Honor Hold Gryphon Brigadier, North Path 2 WP'),(2240401,5,-792.357,1953.98,99.479,'Honor Hold Gryphon Brigadier, North Path 2 WP'),(2240401,6,-812.739,1993.08,78.9513,'Honor Hold Gryphon Brigadier, North Path 2 WP'),(2240401,7,-823.251,2008.55,73.3679,'Honor Hold Gryphon Brigadier, North Path 2 WP'),(2240401,8,-823.464,2030.83,73.1735,'Honor Hold Gryphon Brigadier, North Path 2 WP'),(2240401,9,-812.504,2051.15,80.6179,'Honor Hold Gryphon Brigadier, North Path 2 WP'),(2240401,10,-775.508,2066,83.6458,'Honor Hold Gryphon Brigadier, North Path 2 WP'),(2240401,11,-728.439,2072.98,87.729,'Honor Hold Gryphon Brigadier, North Path 2 WP'),(2240402,1,-739.33,1922.59,100.958,'Honor Hold Gryphon Brigadier, North Path 3 WP'),(2240402,2,-738.335,1922.69,100.958,'Honor Hold Gryphon Brigadier, North Path 3 WP'),(2240402,3,-750.117,1929.09,99.479,'Honor Hold Gryphon Brigadier, North Path 3 WP'),(2240402,4,-773.302,1941.18,99.479,'Honor Hold Gryphon Brigadier, North Path 3 WP'),(2240402,5,-798.551,1950.06,99.479,'Honor Hold Gryphon Brigadier, North Path 3 WP'),(2240402,6,-822.979,1966.3,78.9513,'Honor Hold Gryphon Brigadier, North Path 3 WP'),(2240402,7,-829.121,1999.82,73.3679,'Honor Hold Gryphon Brigadier, North Path 3 WP'),(2240402,8,-823.464,2030.83,73.1735,'Honor Hold Gryphon Brigadier, North Path 3 WP'),(2240402,9,-822.024,2049.51,80.6179,'Honor Hold Gryphon Brigadier, North Path 3 WP'),(2240402,10,-838.626,2088.11,83.6458,'Honor Hold Gryphon Brigadier, North Path 3 WP'),(2240402,11,-857.725,2123.35,87.729,'Honor Hold Gryphon Brigadier, North Path 3 WP'),(2240402,12,-856.735,2157.76,99.9512,'Honor Hold Gryphon Brigadier, North Path 3 WP'),(2240403,1,-739.33,1922.59,100.958,'Honor Hold Gryphon Brigadier, North Path 4 WP'),(2240403,2,-738.335,1922.69,100.958,'Honor Hold Gryphon Brigadier, North Path 4 WP'),(2240403,3,-750.117,1929.09,99.479,'Honor Hold Gryphon Brigadier, North Path 4 WP'),(2240403,4,-773.302,1941.18,99.479,'Honor Hold Gryphon Brigadier, North Path 4 WP'),(2240403,5,-792.357,1953.98,99.479,'Honor Hold Gryphon Brigadier, North Path 4 WP'),(2240403,6,-812.739,1993.08,78.9513,'Honor Hold Gryphon Brigadier, North Path 4 WP'),(2240403,7,-823.251,2008.55,73.3679,'Honor Hold Gryphon Brigadier, North Path 4 WP'),(2240403,8,-823.464,2030.83,73.1735,'Honor Hold Gryphon Brigadier, North Path 4 WP'),(2240403,9,-812.504,2051.15,80.6179,'Honor Hold Gryphon Brigadier, North Path 4 WP'),(2240403,10,-838.626,2088.11,83.6458,'Honor Hold Gryphon Brigadier, North Path 4 WP'),(2240403,11,-857.725,2123.35,87.729,'Honor Hold Gryphon Brigadier, North Path 4 WP'),(2240403,12,-891.104,2149.23,87.729,'Honor Hold Gryphon Brigadier, North Path 4 WP'),(2240500,1,-739.33,1922.59,100.958,'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),(2240500,2,-738.335,1922.69,100.958,'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),(2240500,3,-750.117,1929.09,99.479,'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),(2240500,4,-779.029,1934.05,99.479,'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),(2240500,5,-805.923,1932.24,104.229,'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),(2240500,6,-837.349,1926.67,101.09,'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),(2240500,7,-862.734,1923.36,97.618,'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),(2240500,8,-897.917,1921.76,99.5902,'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),(2240500,9,-914.859,1930.44,97.6736,'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),(2240500,10,-932.51,1940.81,109.062,'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),(2240500,11,-945.128,1950.6,122.785,'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),(2240500,12,-966.256,1954.87,135.812,'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),(2240500,13,-993.241,1956.07,157.451,'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),(2240501,1,-739.33,1922.59,100.958,'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),(2240501,2,-738.335,1922.69,100.958,'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),(2240501,3,-750.117,1929.09,99.479,'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),(2240501,4,-780.662,1927.18,99.479,'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),(2240501,5,-811.286,1921.43,104.229,'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),(2240501,6,-834.978,1920.71,101.09,'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),(2240501,7,-866.052,1916.7,97.618,'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),(2240501,8,-895.76,1922.27,99.5902,'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),(2240501,9,-923.193,1916.77,97.6736,'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),(2240501,10,-948.404,1901.38,98.9791,'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),(2240501,11,-966.732,1893.37,110.007,'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),(2240501,12,-989.969,1893.08,135.812,'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),(2240501,13,-1025.91,1875.03,164.979,'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),(2240502,1,-739.33,1922.59,100.958,'Honor Hold Gryphon Brigadier, Forge Path 3 WP'),(2240502,2,-738.335,1922.69,100.958,'Honor Hold Gryphon Brigadier, Forge Path 3 WP'),(2240502,3,-750.117,1929.09,99.479,'Honor Hold Gryphon Brigadier, Forge Path 3 WP'),(2240502,4,-773.302,1941.18,99.479,'Honor Hold Gryphon Brigadier, Forge Path 3 WP'),(2240502,5,-799.021,1938.27,104.229,'Honor Hold Gryphon Brigadier, Forge Path 3 WP'),(2240502,6,-821.945,1929.91,101.09,'Honor Hold Gryphon Brigadier, Forge Path 3 WP'),(2240502,7,-847.097,1925.13,97.618,'Honor Hold Gryphon Brigadier, Forge Path 3 WP'),(2240502,8,-884.163,1919.39,99.5902,'Honor Hold Gryphon Brigadier, Forge Path 3 WP'),(2240502,9,-910.097,1918.05,97.6736,'Honor Hold Gryphon Brigadier, Forge Path 3 WP'),(2240502,10,-931.74,1901.31,98.9791,'Honor Hold Gryphon Brigadier, Forge Path 3 WP'),(2240502,11,-938.863,1883.56,110.007,'Honor Hold Gryphon Brigadier, Forge Path 3 WP'),(2240502,12,-948.27,1857.24,135.812,'Honor Hold Gryphon Brigadier, Forge Path 3 WP'),(2240503,1,-739.33,1922.59,100.958,'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),(2240503,2,-738.335,1922.69,100.958,'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),(2240503,3,-750.117,1929.09,99.479,'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),(2240503,4,-773.302,1941.18,99.479,'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),(2240503,5,-799.021,1938.27,104.229,'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),(2240503,6,-821.945,1929.91,101.09,'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),(2240503,7,-847.097,1925.13,97.618,'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),(2240503,8,-884.163,1919.39,99.5902,'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),(2240503,9,-898.538,1920.82,97.6736,'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),(2240503,10,-909.067,1943.9,98.9791,'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),(2240503,11,-882.724,1983.16,110.007,'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),(2240503,12,-857.7,1997.67,135.812,'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),(2240503,13,-834.738,1999.24,151.173,'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),(2240503,14,-797.808,1990.24,154.701,'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),(2240600,1,-739.33,1922.59,100.958,'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 1'),(2240600,2,-738.335,1922.69,100.958,'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 2'),(2240600,3,-750.117,1929.09,115.785,'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 3'),(2240600,4,-780.604,1912.87,111.451,'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 4'),(2240600,5,-812.356,1903.76,119.896,'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 5'),(2240600,6,-844.337,1894.09,121.118,'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 6'),(2240600,7,-875.87,1888.31,134.007,'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 7'),(2240600,8,-908.748,1889.96,139.368,'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 8'),(2240600,9,-936.43,1891.45,135.562,'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 9'),(2240600,10,-956.945,1888.21,129.84,'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 10'),(2240600,11,-976.423,1879.73,128.313,'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 11'),(2240600,12,-999.743,1861.68,156.951,'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 12'),(2240600,13,-1019.37,1838.22,181.423,'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 13'),(2240600,14,-1015.93,1818.59,198.423,'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 14'),(2240600,15,-1003.39,1791.96,211.84,'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 15'),(2240601,1,-739.33,1922.59,100.958,'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 1'),(2240601,2,-738.335,1922.69,100.958,'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 2'),(2240601,3,-750.117,1929.09,115.785,'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 3'),(2240601,4,-780.604,1912.87,111.451,'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 4'),(2240601,5,-812.356,1903.76,119.896,'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 5'),(2240601,6,-844.337,1894.09,121.118,'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 6'),(2240601,7,-875.87,1888.31,134.007,'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 7'),(2240601,8,-905.619,1885.85,139.368,'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 8'),(2240601,9,-933.749,1881.11,135.562,'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 9'),(2240601,10,-957.059,1876.28,129.84,'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 10'),(2240601,11,-976.423,1879.73,128.313,'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 11'),(2240601,12,-1001.6,1896.85,136.09,'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 12'),(2240601,13,-1026.94,1912.22,153.896,'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 13'),(2240601,14,-1046.06,1925.07,168.284,'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 14'),(2240601,15,-1065.9,1940.89,183.062,'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 15'),(2240602,1,-739.33,1922.59,100.958,'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 1'),(2240602,2,-738.335,1922.69,100.958,'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 2'),(2240602,3,-750.117,1929.09,115.785,'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 3'),(2240602,4,-780.604,1912.87,111.451,'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 4'),(2240602,5,-812.356,1903.76,119.896,'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 5'),(2240602,6,-852.649,1887.49,134.729,'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 6'),(2240602,7,-885.863,1878.92,144.84,'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 7'),(2240602,8,-910.213,1876.21,149.118,'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 8'),(2240602,9,-933.766,1874.89,145.979,'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 9'),(2240602,10,-957.059,1876.28,129.84,'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 10'),(2240602,11,-976.423,1879.73,128.313,'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 11'),(2240602,12,-1003.33,1901.21,136.09,'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 12'),(2240602,13,-1019.15,1920.59,153.896,'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 13'),(2240602,14,-1035.73,1937.61,168.284,'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 14'),(2240602,15,-1055.79,1959.02,183.062,'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 15'),(40416,1,-838.179,-4989.83,14.9387,''),(40416,2,-829.389,-4999.12,15.5008,''),(40416,3,-808.002,-5010.59,15.3673,''),(40416,4,-796.174,-5009.6,16.0188,''),(40416,5,-782.457,-5002.52,17.2688,''),(40416,6,-758.714,-5001.09,19.6556,'Run script'),(40416,7,-763.01,-4995.05,20.0631,''),(40416,8,-753.536,-4974.76,21.8131,''),(40416,9,-742.872,-4961.88,22.6643,'Despawn'),(225,1,-10616.7,-1150.73,28.0361,'Gavin Gnarltree'),(225,2,-10609.4,-1154.94,28.2175,'Gavin Gnarltree'),(225,3,-10605.3,-1157.31,30.007,'Gavin Gnarltree'),(225,4,-10600.3,-1159.58,30.0602,'Gavin Gnarltree'),(225,5,-10596.1,-1156.43,30.0602,'Gavin Gnarltree'),(225,6,-10596.9,-1154.15,30.0597,'Gavin Gnarltree'),(225,7,-10601.7,-1159.03,30.0602,'Gavin Gnarltree'),(225,8,-10606,-1156.86,29.9963,'Gavin Gnarltree'),(225,9,-10609.6,-1155.18,28.2269,'Gavin Gnarltree'),(225,10,-10617.3,-1153.9,27.1127,'Gavin Gnarltree'),(33589,1,8492.98,961.62,547.293,'Joseph Wilson'),(33589,2,8489.46,964.667,547.293,'Joseph Wilson'),(33589,3,8489.14,966.726,547.293,'Joseph Wilson'),(33589,4,8489.91,967.644,547.294,'Joseph Wilson'),(33589,5,8489.14,966.726,547.293,'Joseph Wilson'),(33589,6,8489.46,964.667,547.293,'Joseph Wilson'),(33854,1,8481.68,959.488,547.293,'Thomas Partridge'),(33854,2,8482.58,952.007,547.293,'Thomas Partridge'),(33854,3,8479.16,931.178,547.294,'Thomas Partridge'),(33854,4,8480.29,928.951,547.293,'Thomas Partridge'),(33854,5,8481.39,929.685,547.293,'Thomas Partridge'),(33854,6,8479.16,931.178,547.294,'Thomas Partridge'),(33854,7,8479.08,935.109,547.293,'Thomas Partridge'),(33854,8,8482.33,937.765,547.294,'Thomas Partridge'),(33854,9,8487.46,937.033,547.293,'Thomas Partridge'),(33854,10,8482.33,937.765,547.294,'Thomas Partridge'),(33854,11,8479.16,931.178,547.294,'Thomas Partridge'),(33854,12,8479.21,919.35,547.294,'Thomas Partridge'),(33854,13,8483.18,917.667,547.293,'Thomas Partridge'),(33854,14,8480.25,917.926,547.293,'Thomas Partridge'),(33854,15,8480.31,909.402,547.293,'Thomas Partridge'),(33854,16,8484.03,903.801,547.293,'Thomas Partridge'),(33854,17,8479.39,909.922,547.293,'Thomas Partridge'),(33854,18,8479.08,935.109,547.293,'Thomas Partridge'),(33854,19,8483.99,937.559,547.293,'Thomas Partridge'),(33854,20,8486.65,940.026,547.293,'Thomas Partridge'),(33854,21,8483.99,937.559,547.293,'Thomas Partridge'),(33854,22,8480.21,937.883,547.293,'Thomas Partridge'),(32509,1,5769.03,629.793,661.072,'Brammold Deepmine'),(32509,2,5770.06,625.504,661.072,'Brammold Deepmine'),(32509,3,5769.03,629.793,661.072,'Brammold Deepmine'),(32509,4,5771.88,632.803,661.075,'Brammold Deepmine'),(32509,5,5773.25,637.491,661.151,'Brammold Deepmine'),(32509,6,5759.77,648.809,650.12,'Brammold Deepmine'),(32509,7,5757,647.883,650.141,'Brammold Deepmine'),(32509,8,5753.79,635.227,650.142,'Brammold Deepmine'),(32509,9,5757,647.883,650.141,'Brammold Deepmine'),(32509,10,5759.77,648.809,650.12,'Brammold Deepmine'),(32509,11,5773.25,637.491,661.151,'Brammold Deepmine'),(32509,12,5771.88,632.803,661.075,'Brammold Deepmine'),(32668,1,5809.61,694.512,647.048,'Emi'),(32668,2,5805.62,692.319,647.048,'Emi'),(32669,1,5815.52,681.223,647.048,'Colin'),(32669,2,5818.65,688.218,647.048,'Colin'),(32669,3,5807.15,683.383,647.048,'Colin'),(33788,1,8567.44,973.919,547.918,'Fhyron Shadesong'),(33788,2,8568.16,947.093,547.804,'Fhyron Shadesong'),(33788,3,8566.03,913.37,548.293,'Fhyron Shadesong'),(33788,4,8564.71,894.527,547.67,'Fhyron Shadesong'),(33788,5,8567.68,876.073,547.594,'Fhyron Shadesong'),(33788,6,8578.91,863.803,548.422,'Fhyron Shadesong'),(33788,7,8590.87,849.781,547.672,'Fhyron Shadesong'),(33788,8,8603.91,853.178,548.128,'Fhyron Shadesong'),(33788,9,8599.38,855.512,547.715,'Fhyron Shadesong'),(33788,10,8591.7,868.534,549.378,'Fhyron Shadesong'),(33788,11,8586.77,871.798,547.876,'Fhyron Shadesong'),(33788,12,8586.15,883.812,549.251,'Fhyron Shadesong'),(33788,13,8583.74,886.251,548.96,'Fhyron Shadesong'),(33788,14,8582.08,903.069,550.037,'Fhyron Shadesong'),(33788,15,8585.08,918.214,548.667,'Fhyron Shadesong'),(33788,16,8581.65,944.137,547.897,'Fhyron Shadesong'),(33788,17,8582.84,948.339,547.622,'Fhyron Shadesong'),(33788,18,8565.45,986.649,549.34,'Fhyron Shadesong'),(33788,19,8570.5,989.399,547.629,'Fhyron Shadesong'),(33788,20,8576.63,1006.56,549.213,'Fhyron Shadesong'),(33788,21,8586.87,1008.44,548.128,'Fhyron Shadesong'),(33788,22,8590.46,1005.12,547.563,'Fhyron Shadesong'),(33788,23,8599.41,1007.08,547.419,'Fhyron Shadesong'),(33788,24,8602.17,1013.39,548.185,'Fhyron Shadesong'),(33788,25,8604.88,1030.23,556.734,'Fhyron Shadesong'),(33788,26,8612.66,1035.29,558.35,'Fhyron Shadesong'),(33788,27,8611.47,1039.23,558.735,'Fhyron Shadesong'),(33788,28,8613.69,1042.31,558.326,'Fhyron Shadesong'),(33788,29,8603.88,1044.65,558.38,'Fhyron Shadesong'),(33788,30,8598.02,1072.57,557.923,'Fhyron Shadesong'),(33788,31,8602.4,1081.37,558.293,'Fhyron Shadesong'),(33788,32,8597.45,1089.27,557.317,'Fhyron Shadesong'),(33788,33,8600.86,1092.9,557.484,'Fhyron Shadesong'),(33788,34,8593.38,1084.72,556.817,'Fhyron Shadesong'),(33788,35,8578.9,1068.6,557.38,'Fhyron Shadesong'),(33788,36,8563.31,1065.51,554.057,'Fhyron Shadesong'),(33788,37,8549.85,1061.87,550.61,'Fhyron Shadesong'),(33788,38,8547.75,1051.27,550.29,'Fhyron Shadesong'),(33788,39,8544.32,1042.7,549.293,'Fhyron Shadesong'),(33788,40,8557.89,1029.92,548.168,'Fhyron Shadesong'),(33788,41,8566.17,1017.25,548.168,'Fhyron Shadesong'),(33788,42,8570.94,1008.47,548.293,'Fhyron Shadesong'),(27316,1,3804.54,-679.709,213.753,'Inquisitor Hallard'),(27316,2,3802.98,-678.811,214.253,'Inquisitor Hallard'),(27316,3,3800.48,-678.061,214.253,'Inquisitor Hallard'),(27316,4,3797.92,-677.414,213.753,'Inquisitor Hallard'),(21291,1,-2817.19,1777.81,60.3517,'Grom\'tor, Son of Oronok'),(21291,2,-2815.42,1771.03,59.1017,'Grom\'tor, Son of Oronok'),(32421,1,5716.89,687.159,645.751,'Marcella Bloom'),(32421,2,5718.79,687.673,645.751,'Marcella Bloom'),(32421,3,5720.21,685.361,645.751,'Marcella Bloom'),(32421,4,5719.7,682.422,645.751,'Marcella Bloom'),(32421,5,5717.59,679.357,645.751,'Marcella Bloom'),(32421,6,5720.3,678.096,646.534,'Marcella Bloom'),(32421,7,5718.92,679.581,645.751,'Marcella Bloom'),(32421,8,5719.61,681.875,645.751,'Marcella Bloom'),(32421,9,5722.21,685.33,645.751,'Marcella Bloom'),(32421,10,5724.17,689.126,645.751,'Marcella Bloom'),(32421,11,5722,691.381,645.751,'Marcella Bloom'),(32421,12,5722.08,690.957,645.751,'Marcella Bloom'),(32421,13,5723.24,689.357,645.751,'Marcella Bloom'),(32421,14,5722.38,687.155,645.751,'Marcella Bloom'),(32421,15,5720.38,686.79,645.751,'Marcella Bloom'),(32421,16,5718.55,688.135,645.751,'Marcella Bloom'),(32421,17,5716.7,689.786,645.751,'Marcella Bloom'),(32421,18,5714.55,691.084,645.751,'Marcella Bloom'),(32421,19,5712.56,690.268,645.751,'Marcella Bloom'),(32421,20,5712.32,692.111,645.751,'Marcella Bloom'),(32421,21,5710.91,694.234,645.751,'Marcella Bloom'),(32421,22,5707.33,693.192,645.751,'Marcella Bloom'),(32421,23,5705.62,695.236,645.751,'Marcella Bloom'),(32421,24,5706.73,693.772,645.751,'Marcella Bloom'),(32421,25,5708.21,694.337,645.751,'Marcella Bloom'),(32421,26,5709.23,695.589,645.751,'Marcella Bloom'),(32421,27,5711.42,696.073,645.751,'Marcella Bloom'),(32421,28,5713.53,695.276,645.751,'Marcella Bloom'),(32421,29,5713.64,691.7,645.751,'Marcella Bloom'),(32421,30,5716.31,690.172,645.751,'Marcella Bloom'),(32421,31,5717.51,688.295,645.751,'Marcella Bloom'),(28682,1,5719.9,682.554,645.751,'Inzi Charmlight'),(28682,2,5719.89,686.067,645.751,'Inzi Charmlight'),(28682,3,5717.11,689.065,645.751,'Inzi Charmlight'),(28682,4,5711.45,694.77,645.751,'Inzi Charmlight'),(28682,5,5711.85,699.784,645.751,'Inzi Charmlight'),(28682,6,5709.63,700.03,645.751,'Inzi Charmlight'),(28682,7,5711.14,699.27,645.751,'Inzi Charmlight'),(28682,8,5712.44,694.995,645.751,'Inzi Charmlight'),(28682,9,5714.12,692.908,645.751,'Inzi Charmlight'),(28682,10,5716.78,690.902,645.751,'Inzi Charmlight'),(28682,11,5718.9,688.153,645.751,'Inzi Charmlight'),(28682,12,5720.53,686.928,645.751,'Inzi Charmlight'),(28682,13,5722.85,687.869,645.751,'Inzi Charmlight'),(28682,14,5726.11,690.421,645.751,'Inzi Charmlight'),(28682,15,5727.03,694.295,645.751,'Inzi Charmlight'),(28682,16,5711.43,707.451,653.692,'Inzi Charmlight'),(28682,17,5708.92,708.47,653.701,'Inzi Charmlight'),(28682,18,5708.55,708.362,653.703,'Inzi Charmlight'),(28682,19,5709.46,706.295,653.727,'Inzi Charmlight'),(28682,20,5707.51,704.331,653.748,'Inzi Charmlight'),(28682,21,5705.2,703.196,653.742,'Inzi Charmlight'),(28682,22,5702.96,703.35,653.749,'Inzi Charmlight'),(28682,23,5703.56,701.599,653.757,'Inzi Charmlight'),(28682,24,5703,699.555,653.749,'Inzi Charmlight'),(28682,25,5700.38,698.854,653.744,'Inzi Charmlight'),(28682,26,5697.52,698.872,653.75,'Inzi Charmlight'),(28682,27,5697.27,696.89,653.739,'Inzi Charmlight'),(28682,28,5697.48,697.315,653.739,'Inzi Charmlight'),(28682,29,5699.13,698.194,653.742,'Inzi Charmlight'),(28682,30,5700.8,696.913,653.747,'Inzi Charmlight'),(28682,31,5700.12,694.209,653.736,'Inzi Charmlight'),(28682,32,5698.9,690.708,653.718,'Inzi Charmlight'),(28682,33,5715.56,678.412,645.751,'Inzi Charmlight'),(28705,1,5708.03,715.288,642.473,'Katherine Lee'),(28705,2,5707.47,713.407,642.476,'Katherine Lee'),(28705,3,5705.04,713.508,642.476,'Katherine Lee'),(28705,4,5702.45,715.929,642.472,'Katherine Lee'),(28705,5,5700.93,718.179,642.468,'Katherine Lee'),(28705,6,5702.45,715.929,642.472,'Katherine Lee'),(28705,7,5705.04,713.508,642.476,'Katherine Lee'),(28705,8,5707.47,713.407,642.476,'Katherine Lee'),(28705,9,5708.03,715.288,642.473,'Katherine Lee'),(28705,10,5707.61,715.535,642.472,'Katherine Lee'),(32424,1,5635.93,732.427,641.709,'Laire Brewgold'),(32424,2,5633.13,729.802,641.722,'Laire Brewgold'),(32424,3,5632.86,730.757,641.72,'Laire Brewgold'),(32424,4,5638.5,728.927,641.611,'Laire Brewgold'),(32424,5,5642.4,730.998,641.682,'Laire Brewgold'),(32424,6,5645.89,733.062,641.682,'Laire Brewgold'),(32424,7,5655.08,730.482,641.682,'Laire Brewgold'),(32424,8,5661.11,726.704,641.664,'Laire Brewgold'),(32424,9,5663.16,728.886,641.65,'Laire Brewgold'),(32424,10,5661.85,731.764,641.644,'Laire Brewgold'),(32424,11,5661.23,732.087,641.682,'Laire Brewgold'),(32424,12,5661.18,729.589,641.654,'Laire Brewgold'),(32424,13,5659.35,724.879,641.677,'Laire Brewgold'),(32424,14,5656.77,721.944,641.696,'Laire Brewgold'),(32424,15,5653.12,721.515,641.63,'Laire Brewgold'),(32424,16,5649.41,722.632,641.545,'Laire Brewgold'),(32424,17,5645.47,725.378,641.64,'Laire Brewgold'),(32424,18,5639.15,728.405,641.61,'Laire Brewgold'),(32426,1,5643.84,727.068,641.649,'Coira Longrifle'),(32426,2,5650.93,722.048,641.575,'Coira Longrifle'),(32426,3,5656.71,719.626,641.599,'Coira Longrifle'),(32426,4,5658.71,721.329,641.679,'Coira Longrifle'),(32426,5,5658.2,724.091,641.683,'Coira Longrifle'),(32426,6,5658.95,723.945,641.681,'Coira Longrifle'),(32426,7,5661.61,728.084,641.658,'Coira Longrifle'),(32426,8,5664.91,733.992,641.625,'Coira Longrifle'),(32426,9,5663.37,736.154,641.591,'Coira Longrifle'),(32426,10,5660.65,736.608,641.605,'Coira Longrifle'),(32426,11,5659.23,737.179,641.608,'Coira Longrifle'),(32426,12,5656.15,740.518,641.578,'Coira Longrifle'),(32426,13,5652.4,743.024,641.591,'Coira Longrifle'),(32426,14,5648.91,746.633,641.607,'Coira Longrifle'),(32426,15,5648.7,746.102,641.61,'Coira Longrifle'),(32426,16,5648.63,743.497,641.618,'Coira Longrifle'),(32426,17,5647.74,739.749,641.659,'Coira Longrifle'),(32426,18,5645.86,735.217,641.682,'Coira Longrifle'),(32426,19,5644.1,732.85,641.682,'Coira Longrifle'),(32426,20,5645.18,730.326,641.682,'Coira Longrifle'),(32426,21,5644.82,730.515,641.682,'Coira Longrifle'),(17119,1,-2873.96,-3424.76,39.35,'Ithania - Tower Entrance'),(17119,2,-2833.36,-3415.22,33.77,'Ithania - Road'),(30468,1,7339.62,-2058.66,764.919,'Harnessed Icemaw Matriarch'),(30468,2,7338.27,-2064.38,765.358,'Harnessed Icemaw Matriarch'),(30468,3,7335.77,-2073.8,767.408,'Harnessed Icemaw Matriarch'),(30468,4,7327.59,-2087.35,770.898,'Harnessed Icemaw Matriarch'),(30468,5,7319.45,-2095.41,773.681,'Harnessed Icemaw Matriarch'),(30468,6,7305.17,-2107.3,774.326,'Harnessed Icemaw Matriarch'),(30468,7,7275.18,-2114.63,775.668,'Harnessed Icemaw Matriarch'),(30468,8,7259,-2116.15,778.513,'Harnessed Icemaw Matriarch'),(30468,9,7241.65,-2119.36,777.765,'Harnessed Icemaw Matriarch'),(30468,10,7226.73,-2115.94,777.334,'Harnessed Icemaw Matriarch'),(30468,11,7208.44,-2115.22,770.951,'Harnessed Icemaw Matriarch'),(30468,12,7198.35,-2115.35,767.331,'Harnessed Icemaw Matriarch'),(30468,13,7193.22,-2115.25,765.634,'Harnessed Icemaw Matriarch'),(30468,14,7188.85,-2117.31,763.877,'Harnessed Icemaw Matriarch'),(30468,15,7177.06,-2123.51,762.934,'Harnessed Icemaw Matriarch'),(30468,16,7163.71,-2131.04,762.117,'Harnessed Icemaw Matriarch'),(30468,17,7146.6,-2130.74,762.099,'Harnessed Icemaw Matriarch'),(30468,18,7127.77,-2130.8,760.306,'Harnessed Icemaw Matriarch'),(30468,19,7130.19,-2108.96,761.682,'Harnessed Icemaw Matriarch'),(30468,20,7122.74,-2087.62,763.727,'Harnessed Icemaw Matriarch'),(30468,21,7114.4,-2070.32,765.977,'Harnessed Icemaw Matriarch'),(30468,22,7101.81,-2051.61,765.825,'Harnessed Icemaw Matriarch'),(30468,23,7091.48,-2031.1,765.895,'Harnessed Icemaw Matriarch'),(30468,24,7087.4,-2012.37,767.27,'Harnessed Icemaw Matriarch'),(30468,25,7081.41,-1985.07,767.962,'Harnessed Icemaw Matriarch'),(30468,26,7073.83,-1961.03,769.36,'Harnessed Icemaw Matriarch'),(30468,27,7068.84,-1934.14,775.735,'Harnessed Icemaw Matriarch'),(30468,28,7064.37,-1916.7,781.698,'Harnessed Icemaw Matriarch'),(30468,29,7070.38,-1906.56,785.498,'Harnessed Icemaw Matriarch'),(30468,30,7079.5,-1899.03,787.034,'Harnessed Icemaw Matriarch'),(30468,31,7085.34,-1887.63,788.909,'Harnessed Icemaw Matriarch'),(30468,32,7067.58,-1884.71,793.034,'Harnessed Icemaw Matriarch'),(30468,33,7041.7,-1884.61,797.428,'Harnessed Icemaw Matriarch'),(30468,34,7029.2,-1871.6,803.419,'Harnessed Icemaw Matriarch'),(30468,35,7025.07,-1858.88,811.24,'Harnessed Icemaw Matriarch'),(30468,36,7018.79,-1838.97,820.24,'Harnessed Icemaw Matriarch'),(30468,37,7011.7,-1814.38,820.73,'Harnessed Icemaw Matriarch'),(30468,38,7009.1,-1791.5,820.73,'Harnessed Icemaw Matriarch'),(30468,39,7017.04,-1758.97,819.654,'Harnessed Icemaw Matriarch'),(30468,40,7013.26,-1723.92,819.86,'Harnessed Icemaw Matriarch'),(30468,41,6995.1,-1720.75,820.112,'Harnessed Icemaw Matriarch'),(30468,42,6975.48,-1722.11,820.737,'Harnessed Icemaw Matriarch'),(30468,43,6959.88,-1724.39,820.596,'Harnessed Icemaw Matriarch'),(30468,44,6941.02,-1720.43,820.596,'Harnessed Icemaw Matriarch'),(30468,45,6920.03,-1709.56,820.753,'Harnessed Icemaw Matriarch'),(30468,46,6903,-1697.53,820.668,'Harnessed Icemaw Matriarch'),(30468,47,6886.75,-1682.95,820.258,'Harnessed Icemaw Matriarch'),(30468,48,6867.68,-1684.36,819.883,'Harnessed Icemaw Matriarch'),(30468,49,6847.06,-1695.64,819.986,'Harnessed Icemaw Matriarch'),(30468,50,6824.82,-1701.83,820.64,'Harnessed Icemaw Matriarch'),(30468,51,6824.82,-1701.83,820.55,'Harnessed Icemaw Matriarch'),(19055,1,-2422.51,6910.64,20.1247,'Windroc Matriarch WP 1'),(19055,2,-2420.72,6901.21,15.2252,'Windroc Matriarch WP 2'),(19055,3,-2400.64,6887.52,-1.38425,'Windroc Matriarch WP 3'),(15420,1,9294.78,-6682.51,22.42,'Prospector Anvilward'),(15420,2,9298.27,-6667.99,22.42,'Prospector Anvilward'),(15420,3,9309.63,-6658.84,22.42,'Prospector Anvilward'),(15420,4,9304.43,-6649.31,26.46,'Prospector Anvilward'),(15420,5,9298.83,-6648,28.61,'Prospector Anvilward'),(15420,6,9291.06,-6653.46,31.83,'Prospector Anvilward'),(15420,7,9289.08,-6660.17,31.83,'Prospector Anvilward'),(14354,1,82.88,-198.508,-4.1331,'Pusillin path'),(14354,2,-159.153,-201.138,-4.15275,'Pusillin path'),(14354,3,-154.512,-276.2,-4.14787,'Pusillin path'),(143540,1,-159.64,-320.208,-4.14787,'Pusillin path'),(143540,2,-142.923,-344.111,-4.11348,'Pusillin path'),(143540,3,-84.2623,-363.37,-4.14729,'Pusillin path'),(143540,4,-71.9857,-364.048,-4.14729,'Pusillin path'),(143540,5,-53.8684,-348.615,-4.06211,'Pusillin path'),(143540,6,-31.2778,-353.235,-4.09911,'Pusillin path'),(143540,7,40.8255,-356.709,-4.12891,'Pusillin path'),(143540,8,44.4199,-357.733,-4.13713,'Pusillin path'),(143540,9,43.8367,-362.318,-4.14879,'Pusillin path'),(143540,10,36.4393,-359.959,-4.14924,'Pusillin path'),(143540,11,38.3357,-357.051,-4.13201,'Pusillin path'),(143540,12,55.7067,-349.754,-4.07173,'Pusillin path'),(143540,13,88.4046,-354.125,-4.10444,'Pusillin path'),(143540,14,113.54,-372.365,-4.08966,'Pusillin path'),(287080,1,111.71,-468.929,-2.71837,'Pusillin path'),(287080,2,111.557,-485.672,-6.88627,'Pusillin path'),(287080,3,111.29,-514.931,-6.91324,'Pusillin path'),(287080,4,111.144,-530.976,-11.0799,'Pusillin path'),(24639,1,-89.4666,-3539.94,7.71552,'Olga, the Scalawag Wench'),(24639,2,-86.4514,-3544.37,7.7166,'Olga, the Scalawag Wench'),(246390,1,-86.4514,-3544.37,7.7166,'Olga, the Scalawag Wench'),(246390,2,-89.4666,-3539.94,7.71552,'Olga, the Scalawag Wench'),(18069,1,-715.037,7922.95,59.5062,'Mogor'),(18069,2,-720.283,7916.27,57.1464,'Mogor'),(18069,3,-724.706,7909.14,51.8177,'Mogor'),(18069,4,-717.016,7896.94,48.4604,'Mogor'),(33519,1,8521.27,569.596,552.838,'Black Knight\'s Gryphon'),(33519,2,8517.86,579.109,553.213,'Black Knight\'s Gryphon'),(33519,3,8513.15,594.672,551.213,'Black Knight\'s Gryphon'),(33519,4,8505.26,606.557,550.418,'Black Knight\'s Gryphon'),(33519,5,8503.02,628.419,547.418,'Black Knight\'s Gryphon'),(33519,6,8480.27,652.708,547.418,'Black Knight\'s Gryphon'),(33519,7,8459.12,686.143,547.418,'Black Knight\'s Gryphon'),(33519,8,8436.8,713.869,547.343,'Black Knight\'s Gryphon'),(33519,9,8405.38,740.005,547.418,'Black Knight\'s Gryphon'),(33519,10,8386.14,770.601,547.588,'Black Knight\'s Gryphon'),(33519,11,8374.3,802.253,547.93,'Black Knight\'s Gryphon'),(33519,12,8374.27,847.036,548.043,'Black Knight\'s Gryphon'),(33519,13,8385.99,868.988,548.049,'Black Knight\'s Gryphon'),(33519,14,8413.03,867.857,547.299,'Black Knight\'s Gryphon'),(33519,15,8452.55,869.034,547.299,'Black Knight\'s Gryphon'),(33519,16,8473.06,875.201,547.295,'Black Knight\'s Gryphon'),(33519,17,8472.28,912.313,547.417,'Black Knight\'s Gryphon'),(33519,18,8479.67,954.165,547.33,'Black Knight\'s Gryphon'),(33519,19,8477.35,1001.37,547.337,'Black Knight\'s Gryphon'),(33519,20,8484.54,1025.8,547.462,'Black Knight\'s Gryphon'),(33519,21,8525.36,1029.28,547.418,'Black Knight\'s Gryphon'),(33519,22,8532.81,1052.9,548.168,'Black Knight\'s Gryphon'),(33519,23,8537.36,1077.93,554.579,'Black Knight\'s Gryphon'),(33519,24,8540.53,1083.38,569.683,'Black Knight\'s Gryphon'),(33519,25,8563.64,1140.96,569.683,'Black Knight\'s Gryphon'),(33519,26,8594.9,1205.46,569.683,'Black Knight\'s Gryphon'),(33519,27,8617.1,1257.4,566.183,'Black Knight\'s Gryphon'),(33519,28,8648.5,1329.35,558.019,'Black Knight\'s Gryphon'),(33519,29,8667.72,1388.41,546.188,'Black Knight\'s Gryphon'),(33519,30,8699.14,1474.9,528.22,'Black Knight\'s Gryphon'),(33519,31,8726.87,1546.01,501.774,'Black Knight\'s Gryphon'),(33519,32,8739.06,1592.16,478.551,'Black Knight\'s Gryphon'),(33519,33,8750.8,1636.77,455.08,'Black Knight\'s Gryphon'),(33519,34,8760.01,1669.48,423.221,'Black Knight\'s Gryphon'),(33519,35,8783.31,1701.85,375.887,'Black Knight\'s Gryphon'),(33519,36,8817.34,1735.73,343.332,'Black Knight\'s Gryphon'),(33519,37,8882.32,1789.75,301.581,'Black Knight\'s Gryphon'),(33519,38,8958.6,1841.81,259.914,'Black Knight\'s Gryphon'),(33519,39,9045.89,1908.08,233.414,'Black Knight\'s Gryphon'),(33519,40,9107.18,1964.59,215.97,'Black Knight\'s Gryphon'),(33519,41,9134.76,2036.93,175.193,'Black Knight\'s Gryphon'),(33519,42,9128.61,2089.09,141.359,'Black Knight\'s Gryphon'),(33519,43,9093.36,2128.38,99.3868,'Black Knight\'s Gryphon'),(33519,44,9050.71,2123.66,60.248,'Black Knight\'s Gryphon'),(3692,1,4606.61,2.96905,69.909,'Volcor'),(3692,2,4615.56,19.7957,70.7951,'Volcor'),(3692,3,4626.26,38.1105,69.0281,'Volcor'),(3692,4,4633.11,48.379,67.5631,'Volcor'),(3692,5,4637.2,71.7156,63.3412,'Volcor'),(3692,6,4645.39,88.5048,60.3851,'Volcor'),(3692,7,4660.2,104.218,58.4603,'Volcor'),(3692,8,4675.33,115.93,56.8969,'Volcor'),(3692,9,4688.21,131.397,55.5033,'Volcor'),(3692,10,4701.45,145.562,53.2203,'Volcor'),(3692,11,4709.21,155.279,52.0846,'Volcor'),(3692,12,4716.9,169.528,53.5005,'Volcor'),(3692,13,4725.44,180.07,54.7346,'Volcor'),(3692,14,4734.01,194.431,55.3888,'Volcor'),(3692,15,4747.92,209.436,53.1076,'Volcor'),(3584,1,4520.4,420.235,33.5284,'Therylune'),(3584,2,4512.26,408.881,32.9308,'Therylune'),(3584,3,4507.94,396.47,32.9476,'Therylune'),(3584,4,4507.53,383.781,32.995,'Therylune'),(3584,5,4512.1,374.02,33.166,'Therylune'),(3584,6,4519.75,373.241,33.1574,'Therylune'),(3584,7,4592.41,369.127,31.4893,'Therylune'),(3584,8,4598.55,364.801,31.4947,'Therylune'),(3584,9,4602.76,357.649,32.9265,'Therylune'),(3584,10,4597.88,352.629,34.0317,'Therylune'),(3584,11,4590.23,350.9,36.2977,'Therylune'),(3584,12,4581.5,348.254,38.3878,'Therylune'),(3584,13,4572.05,348.059,42.3539,'Therylune'),(3584,14,4564.75,344.041,44.2463,'Therylune'),(3584,15,4556.63,341.003,47.6755,'Therylune'),(3584,16,4554.38,334.968,48.8003,'Therylune'),(3584,17,4557.63,329.783,49.9532,'Therylune'),(3584,18,4563.32,316.829,53.2409,'Therylune'),(3584,19,4566.09,303.127,55.0396,'Therylune'),(3584,20,4561.65,295.456,57.0984,'Therylune'),(3584,21,4551.03,293.333,57.1534,'Therylune'),(6176,7,323.83,-1468.92,42.24,'Bath\'rah the Windwatcher'),(6176,6,332.73,-1455.6,42.24,'Bath\'rah the Windwatcher'),(6176,5,329.59,-1442.08,40.31,'Bath\'rah the Windwatcher'),(6176,4,297.77,-1436.7,46.96,'Bath\'rah the Windwatcher'),(6176,3,273.74,-1433.18,50.29,'Bath\'rah the Windwatcher'),(6176,2,256.87,-1440.35,50.09,'Bath\'rah the Windwatcher'),(6176,1,253.05,-1459.09,52.09,'Bath\'rah the Windwatcher'),(61760,1,332.73,-1455.6,42.24,'Bath\'rah the Windwatcher'),(61760,2,329.59,-1442.08,40.31,'Bath\'rah the Windwatcher'),(61760,3,297.77,-1436.7,46.96,'Bath\'rah the Windwatcher'),(61760,4,273.74,-1433.18,50.29,'Bath\'rah the Windwatcher'),(61760,5,256.87,-1440.35,50.09,'Bath\'rah the Windwatcher'),(61760,6,253.05,-1459.09,52.09,'Bath\'rah the Windwatcher'),(61760,7,250.84,-1470.58,55.4491,'Bath\'rah the Windwatcher'),(6497,7,1737.88,533.75,33.3961,'Astor Hadren'),(6497,6,1714.5,540.561,33.6137,'Astor Hadren'),(6497,5,1689.98,545.014,33.4033,'Astor Hadren'),(6497,4,1661.1,550.278,33.3758,'Astor Hadren'),(6497,3,1631.83,557.812,33.7566,'Astor Hadren'),(6497,2,1613.91,562.333,35.146,'Astor Hadren'),(6497,1,1597.4,566.768,37.8602,'Astor Hadren'),(7207,1,-8805.29,338.5,95.09,'Doc Mixilpixil'),(7207,2,-8804.15,325.58,95.09,'Doc Mixilpixil'),(7207,3,-8805.56,331.96,95.09,'Doc Mixilpixil'),(28217,24,5510.69,4575.72,-135.84,'Injured Rainspeaker Oracle'),(28217,23,5510.69,4572.72,-135.34,'Injured Rainspeaker Oracle'),(28217,22,5510.44,4571.72,-135.59,'Injured Rainspeaker Oracle'),(28217,21,5510.44,4568.72,-136.84,'Injured Rainspeaker Oracle'),(28217,20,5510.15,4568.54,-136.972,'Injured Rainspeaker Oracle'),(28217,19,5509.9,4566.54,-137.972,'Injured Rainspeaker Oracle'),(28217,18,5509.9,4563.54,-138.972,'Injured Rainspeaker Oracle'),(28217,17,5509.65,4560.79,-139.472,'Injured Rainspeaker Oracle'),(28217,16,5509.4,4558.79,-140.222,'Injured Rainspeaker Oracle'),(28217,15,5509.4,4555.79,-141.722,'Injured Rainspeaker Oracle'),(28217,14,5509.15,4553.79,-142.222,'Injured Rainspeaker Oracle'),(28217,13,5507.9,4552.29,-142.722,'Injured Rainspeaker Oracle'),(28217,12,5507.49,4552.13,-142.948,'Injured Rainspeaker Oracle'),(28217,11,5504.49,4549.63,-143.948,'Injured Rainspeaker Oracle'),(28217,10,5502.49,4547.63,-144.698,'Injured Rainspeaker Oracle'),(28217,9,5500.99,4546.38,-145.198,'Injured Rainspeaker Oracle'),(28217,8,5499.49,4544.88,-145.698,'Injured Rainspeaker Oracle'),(28217,7,5497.24,4543.38,-146.948,'Injured Rainspeaker Oracle'),(28217,6,5494.23,4523.08,-149.136,'Injured Rainspeaker Oracle'),(28217,5,5486.8,4517.72,-145.359,'Injured Rainspeaker Oracle'),(28217,4,5485.8,4516.97,-143.359,'Injured Rainspeaker Oracle'),(28217,3,5485.3,4516.47,-142.109,'Injured Rainspeaker Oracle'),(28217,2,5483.05,4514.72,-141.109,'Injured Rainspeaker Oracle'),(28217,1,5462.37,4514.91,-133.602,'Injured Rainspeaker Oracle'),(29261,1,5747.07,685.375,643.824,'Windle Sparkshine'),(29261,2,5749.97,682.721,643.406,'Windle Sparkshine'),(29261,3,5760.65,698.313,642.395,'Windle Sparkshine'),(29261,4,5770.98,712.367,641.585,'Windle Sparkshine'),(29261,5,5771.64,718.952,641.973,'Windle Sparkshine'),(29261,6,5793.79,719.567,640.591,'Windle Sparkshine'),(29261,7,5806.63,718.536,640.784,'Windle Sparkshine'),(29261,8,5807.11,723.062,641.055,'Windle Sparkshine'),(29261,9,5812.01,718.613,640.997,'Windle Sparkshine'),(29261,10,5825.03,714.091,640.923,'Windle Sparkshine'),(29261,11,5836.41,706.225,641.26,'Windle Sparkshine'),(29261,12,5838.93,710.418,641.367,'Windle Sparkshine'),(29261,13,5836.41,706.225,641.26,'Windle Sparkshine'),(29261,14,5850.63,692.932,642.339,'Windle Sparkshine'),(29261,15,5871.26,679.351,643.162,'Windle Sparkshine'),(29261,16,5889.71,676.63,643.607,'Windle Sparkshine'),(29261,17,5885.98,668.949,643.826,'Windle Sparkshine'),(29261,18,5894.6,656.529,644.846,'Windle Sparkshine'),(29261,19,5893.21,644.139,645.636,'Windle Sparkshine'),(29261,20,5891.53,635.521,647.577,'Windle Sparkshine'),(29261,21,5885.39,639.203,646.513,'Windle Sparkshine'),(29261,22,5878.64,630.185,647.665,'Windle Sparkshine'),(29261,23,5865.15,615.702,650.02,'Windle Sparkshine'),(29261,24,5867.96,613.07,650.455,'Windle Sparkshine'),(29261,25,5865.15,615.702,650.02,'Windle Sparkshine'),(29261,26,5854.08,607.851,650.721,'Windle Sparkshine'),(29261,27,5840.76,590.545,650.624,'Windle Sparkshine'),(29261,28,5837.37,583.091,650.776,'Windle Sparkshine'),(29261,29,5840.76,580.389,651.814,'Windle Sparkshine'),(29261,30,5837.37,583.091,650.776,'Windle Sparkshine'),(29261,31,5822.9,570.042,650.145,'Windle Sparkshine'),(29261,32,5805.87,564.193,650.19,'Windle Sparkshine'),(29261,33,5796.09,561.188,650.666,'Windle Sparkshine'),(29261,34,5796.75,566.232,650.128,'Windle Sparkshine'),(29261,35,5772.44,583.834,649.884,'Windle Sparkshine'),(29261,36,5767.62,579.134,650.249,'Windle Sparkshine'),(29261,37,5761.45,588.708,649.651,'Windle Sparkshine'),(29261,38,5750.56,591.072,649.815,'Windle Sparkshine'),(29261,39,5749.78,599.296,649.038,'Windle Sparkshine'),(29261,40,5737.97,611.546,647.919,'Windle Sparkshine'),(29261,41,5726.47,621.889,646.929,'Windle Sparkshine'),(29261,42,5714.58,625.463,646.46,'Windle Sparkshine'),(29261,43,5702.12,627.812,646.365,'Windle Sparkshine'),(29261,44,5693.32,629.38,646.59,'Windle Sparkshine'),(29261,45,5687.52,629.651,647.114,'Windle Sparkshine'),(29261,46,5692.8,651.879,646.503,'Windle Sparkshine'),(29261,47,5696.02,667.548,645.782,'Windle Sparkshine'),(29261,48,5695.92,678.261,646.089,'Windle Sparkshine'),(29261,49,5700.44,674.047,645.459,'Windle Sparkshine'),(29261,50,5714.59,662.351,645.995,'Windle Sparkshine'),(29261,51,5723.48,658.328,646.046,'Windle Sparkshine'),(29261,52,5728.87,666.113,645.845,'Windle Sparkshine'),(29261,53,5726.6,666.749,645.851,'Windle Sparkshine'),(29261,54,5736.25,665.792,644.958,'Windle Sparkshine'),(29261,55,5745,676.182,644.097,'Windle Sparkshine'),(29261,56,5744.94,681.546,644.136,'Windle Sparkshine'),(38338,3,1627.23,-4427.48,13.353,'Snivel Rustrocket'),(38338,2,1652.96,-4419.12,16.705,'Snivel Rustrocket'),(38338,1,1669.29,-4433.41,19.643,'Snivel Rustrocket'),(38337,3,1576.08,-4410.98,6.569,'Snivel Rustrocket'),(38337,2,1603.85,-4393.09,9.837,'Snivel Rustrocket'),(38337,1,1615.59,-4379.85,12.61,'Snivel Rustrocket'),(38335,4,-8838.77,616.635,92.885,'Snivel Rustrocket'),(38335,3,-8829.96,634.277,94.3178,'Snivel Rustrocket'),(38335,2,-8807.83,653.103,96.1965,'Snivel Rustrocket'),(38335,1,-8806.08,665.842,96.2017,'Snivel Rustrocket'),(38334,10,-8890.39,637.309,99.5227,'Snivel Rustrocket'),(38334,9,-8892.04,636.219,99.4155,'Snivel Rustrocket'),(38334,8,-8894.29,635.219,99.4155,'Snivel Rustrocket'),(38334,7,-8895.54,634.719,99.4155,'Snivel Rustrocket'),(38334,6,-8897.04,633.969,99.4155,'Snivel Rustrocket'),(38334,5,-8898.79,633.219,99.9155,'Snivel Rustrocket'),(38334,4,-8901.04,631.969,99.9155,'Snivel Rustrocket'),(38334,3,-8902.79,631.219,99.9155,'Snivel Rustrocket'),(38334,2,-8910.54,627.219,99.9155,'Snivel Rustrocket'),(38334,1,-8922.29,620.719,99.9155,'Snivel Rustrocket'),(18146,1,9834.04,-7480.85,14.9347,'Champion Vranesh'),(18146,2,9829.11,-7493.61,14.9365,'Champion Vranesh'),(18146,3,9826.17,-7516.15,19.7371,'Champion Vranesh'),(18146,4,9841.33,-7518.85,19.7055,'Champion Vranesh'),(18146,5,9845.06,-7512.88,19.681,'Champion Vranesh'),(18146,6,9850.94,-7512.47,19.7155,'Champion Vranesh'),(18146,7,9850.93,-7513.6,19.7181,'Champion Vranesh'),(18146,8,9872.73,-7517.26,19.7528,'Champion Vranesh'),(18146,9,9872.42,-7489.98,14.9127,'Champion Vranesh'),(18146,10,9851.4,-7490.21,14.9346,'Champion Vranesh'),(18146,11,9850.95,-7470.1,14.914,'Champion Vranesh'),(18146,12,9851.16,-7469.15,14.9132,'Champion Vranesh'),(18146,13,9849.69,-7442.58,13.5093,'Champion Vranesh'),(18146,14,9848.73,-7423.56,13.3195,'Champion Vranesh'),(18146,15,9816.58,-7423.82,13.3033,'Champion Vranesh'),(18146,16,9794.67,-7424.88,13.5099,'Champion Vranesh'),(18146,17,9794.48,-7442.29,14.4023,'Champion Vranesh'),(18146,18,9767.99,-7442.61,14.3926,'Champion Vranesh'),(18146,19,9767.41,-7422.98,13.3585,'Champion Vranesh'),(18146,20,9739.56,-7422.83,13.2888,'Champion Vranesh'),(18146,21,9736.46,-7440.87,13.5396,'Champion Vranesh'),(18146,22,9740.34,-7464.68,13.5748,'Champion Vranesh'),(18146,23,9746.74,-7482.59,13.5574,'Champion Vranesh'),(18146,24,9748.77,-7486.58,13.5498,'Champion Vranesh'),(18146,25,9753.25,-7486.52,13.5461,'Champion Vranesh'),(18146,26,9720.04,-7486.48,13.5287,'Champion Vranesh'),(18146,27,9681.5,-7475.87,13.5278,'Champion Vranesh'),(18146,28,9666.59,-7479.55,13.5378,'Champion Vranesh'),(18146,29,9638.03,-7492.63,13.5089,'Champion Vranesh'),(18146,30,9620.12,-7488.49,13.5385,'Champion Vranesh'),(18146,31,9605.79,-7475.28,13.5577,'Champion Vranesh'),(18146,32,9597.92,-7460.31,13.5434,'Champion Vranesh'),(18146,33,9594.61,-7450.37,13.5353,'Champion Vranesh'),(18146,34,9592.94,-7450.38,13.5312,'Champion Vranesh'),(18146,35,9594.61,-7450.37,13.5353,'Champion Vranesh'),(18146,36,9615.79,-7419.52,13.3055,'Champion Vranesh'),(18146,37,9654.94,-7420.38,13.2934,'Champion Vranesh'),(18146,38,9673.07,-7429.82,13.2933,'Champion Vranesh'),(18146,39,9689.37,-7431.43,13.2933,'Champion Vranesh'),(18146,40,9709.58,-7422.25,13.2933,'Champion Vranesh'),(18146,41,9722.3,-7415.22,13.3999,'Champion Vranesh'),(18146,42,9748.05,-7414.6,13.3214,'Champion Vranesh'),(18146,43,9766.79,-7413.54,13.3862,'Champion Vranesh'),(18146,44,9767.26,-7396.83,14.431,'Champion Vranesh'),(18146,45,9793.14,-7395.39,14.3936,'Champion Vranesh'),(18146,46,9794.22,-7415.12,13.4868,'Champion Vranesh'),(18146,47,9817.58,-7415.3,13.306,'Champion Vranesh'),(18146,48,9837.02,-7414.86,13.3086,'Champion Vranesh'),(18146,49,9848.05,-7414.79,13.3114,'Champion Vranesh'),(18146,50,9848.2,-7414.07,13.3107,'Champion Vranesh'),(18146,51,9847.7,-7415.9,13.3124,'Champion Vranesh'),(18146,52,9848.26,-7428.58,13.3322,'Champion Vranesh'),(18146,53,9846.75,-7446.96,13.565,'Champion Vranesh'),(18146,54,9850.37,-7465.03,14.9097,'Champion Vranesh'),(18146,55,9850.84,-7480.41,14.9377,'Champion Vranesh'),(18146,56,9840.17,-7480.27,14.9292,'Champion Vranesh'),(18146,57,9843.28,-7480.13,14.9265,'Champion Vranesh'),(17226,1,-653.739,4145.14,64.2007,'Viera Sunwhisper'),(17226,2,-658.876,4147.72,64.1683,'Viera Sunwhisper'),(17226,3,-681.465,4147.64,64.1181,'Viera Sunwhisper'),(17226,4,-686.401,4161.87,59.7079,'Viera Sunwhisper'),(17226,5,-695.957,4179.24,57.6189,'Viera Sunwhisper'),(17226,6,-699.832,4189.96,57.5037,'Viera Sunwhisper'),(17226,7,-708.519,4184.44,55.2759,'Viera Sunwhisper'),(17226,8,-716.137,4178.13,52.6375,'Viera Sunwhisper'),(17226,9,-719.865,4174.99,51.5549,'Viera Sunwhisper'),(17226,10,-720.839,4162.23,50.8059,'Viera Sunwhisper'),(172260,1,-722.323,4147.94,50.3379,'Viera Sunwhisper'),(172260,2,-726.639,4125.16,48.4797,'Viera Sunwhisper'),(172260,3,-727.648,4109.68,47.5285,'Viera Sunwhisper'),(172260,4,-727.874,4093.44,46.4466,'Viera Sunwhisper'),(17230,1,-605.445,4165.21,64.0818,'Twinkle'),(17230,2,-619.293,4161.78,63.2178,'Twinkle'),(17230,3,-629.537,4153.71,64.0671,'Twinkle'),(17230,4,-644.773,4151.06,64.1747,'Twinkle'),(17230,5,-658.876,4147.72,64.1683,'Twinkle'),(17230,6,-681.465,4147.64,64.1181,'Twinkle'),(17230,7,-686.401,4161.87,59.7079,'Twinkle'),(17230,8,-695.957,4179.24,57.6189,'Twinkle'),(17230,9,-699.832,4189.96,57.5037,'Twinkle'),(17230,10,-708.519,4184.44,55.2759,'Twinkle'),(17230,11,-716.137,4178.13,52.6375,'Twinkle'),(17230,12,-719.865,4174.99,51.5549,'Twinkle'),(17230,13,-720.636,4166.64,50.8156,'Twinkle'),(172300,1,-722.323,4147.94,50.3379,'Twinkle'),(172300,2,-726.639,4125.16,48.4797,'Twinkle'),(172300,3,-727.648,4109.68,47.5285,'Twinkle'),(172300,4,-727.874,4093.44,46.4466,'Twinkle'),(27693,1,4685.85,1130.76,150.118,'Reconstructed Wyrm'),(27693,2,4686.28,1131.66,150.118,'Reconstructed Wyrm'),(27693,3,4688.7,1166.09,161.274,'Reconstructed Wyrm'),(27693,4,4702.31,1212.67,161.274,'Reconstructed Wyrm'),(27693,5,4733.54,1260.21,169.635,'Reconstructed Wyrm'),(27693,6,4751.82,1293.7,175.94,'Reconstructed Wyrm'),(27693,7,4794.48,1345.15,199.537,'Reconstructed Wyrm'),(27693,8,4812.26,1373.52,219.861,'Reconstructed Wyrm'),(4983,1,-3349.78,-3134.81,28.5267,'Ogron'),(4983,2,-3366.01,-3144.31,35.2659,'Ogron'),(4983,3,-3367.34,-3164.1,35.9618,'Ogron'),(4983,4,-3372.77,-3174.81,35.8517,'Ogron'),(4983,5,-3378.53,-3191.64,35.7204,'Ogron'),(4983,6,-3370.92,-3190.48,34.1671,'Ogron'),(4983,7,-3366.86,-3209.47,33.9713,'Ogron'),(25460,1,2751.96,6133.51,214.379,'Start WP'),(25460,2,2728.81,6146.47,213.573,''),(25460,3,2634.25,6188.83,185.907,''),(25460,4,2597.96,6255.91,159.712,''),(25460,5,2538.72,6307.64,138.99,''),(25460,6,2393.91,6321.95,85.7957,''),(25460,7,2420.33,6461.6,89.3512,''),(25460,8,2439.19,6494.39,84.9345,''),(25460,9,2496.37,6496.77,78.7679,''),(25460,10,2567.01,6550.51,79.9068,''),(25460,11,2652.55,6572.07,58.5456,''),(25460,12,2725.12,6642.3,41.5734,''),(25460,13,2773.24,6694.34,25.4901,''),(25460,14,2797.66,6718.52,9.21231,'Run SmartAI script 2546001'),(327200,1,5693.35,675.142,645.699,'Violetta wp1'),(327200,2,5690.85,664.07,646.249,'Violetta wp1'),(327200,3,5686.85,656.542,646.591,'Violetta wp1'),(327200,4,5679.38,648.799,646.683,'Violetta wp1'),(327200,5,5675.5,647.632,647.024,'Violetta wp1'),(327200,6,5669.81,645.479,647.972,'Violetta wp1'),(327200,7,5664.49,643.885,647.98,'Violetta wp1'),(327200,8,5664.87,642.047,647.98,'Violetta wp1'),(327200,9,5669.13,645.573,647.972,'Violetta wp1'),(327200,10,5675.88,647.378,647.039,'Violetta wp1'),(327200,11,5681.01,648.969,646.683,'Violetta wp1'),(327200,12,5683.77,658.982,646.6,'Violetta wp1'),(327200,13,5682.82,671.366,647.042,'Violetta wp1'),(327200,14,5677.11,674.489,649.476,'Violetta wp1'),(327200,15,5667.89,677.909,652.045,'Violetta wp1'),(327200,16,5655.12,684.333,651.989,'Violetta wp1'),(327200,17,5649.9,690.498,651.993,'Violetta wp1'),(327200,18,5646.09,697.507,651.993,'Violetta wp1'),(327200,19,5646.73,700.25,651.993,'Violetta wp1'),(327201,1,5693.35,675.142,645.699,'Violetta wp2'),(327201,2,5690.85,664.07,646.249,'Violetta wp2'),(327201,3,5686.85,656.542,646.591,'Violetta wp2'),(327201,4,5679.38,648.799,646.683,'Violetta wp2'),(327201,5,5675.5,647.632,647.024,'Violetta wp2'),(327201,6,5669.81,645.479,647.972,'Violetta wp2'),(327201,7,5664.37,644.708,647.981,'Violetta wp2'),(327201,8,5661,643.992,647.982,'Violetta wp2'),(327201,9,5669.14,645.586,647.942,'Violetta wp2'),(327201,10,5675.88,647.378,647.039,'Violetta wp2'),(327201,11,5681.01,648.969,646.683,'Violetta wp2'),(327201,12,5683.77,658.982,646.6,'Violetta wp2'),(327201,13,5682.82,671.366,647.042,'Violetta wp2'),(327201,14,5677.11,674.489,649.476,'Violetta wp2'),(327201,15,5667.89,677.909,652.045,'Violetta wp2'),(327201,16,5655.12,684.333,651.989,'Violetta wp2'),(327201,17,5649.9,690.498,651.993,'Violetta wp2'),(327201,18,5646.09,697.507,651.993,'Violetta wp2'),(327201,19,5646.73,700.25,651.993,'Violetta wp2'),(17592,1,-1167.07,-12594.7,133.93,'Razormaw'),(17592,2,-1200.9,-12554.5,129,'Razormaw'),(17592,3,-1208.03,-12469.6,94.5,'Razormaw'),(17877,1,231.403,8479.94,17.9319,'Fhwoor'),(22114,1,2664.39,5625.28,-12.0335,'Huffer'),(18945,1,-404.629,1820.85,73.209,'Pit Commander'),(18945,2,-382.802,1816.85,74.3855,'Pit Commander'),(18945,3,-359.458,1815.56,76.3872,'Pit Commander'),(27482,1,4105.28,-2917.96,280.32,'Wounded Westfall Infantry'),(27482,2,4048.68,-2936.74,275.192,'Wounded Westfall Infantry'),(30461,1,7083.22,-912.237,1090.21,'Veranus - WP1'),(27626,1,4042.49,-4378.3,261.47,''),(27626,2,4052.84,-4381.89,260.577,''),(27626,3,4061.94,-4374.57,260.44,''),(27626,4,4078.97,-4375.19,260.93,''),(27626,5,4090.33,-4361.82,261.34,''),(27626,6,4091.73,-4341.6,261.34,''),(27626,7,4094.09,-4325.83,260.91,''),(27626,8,4108.3,-4300.63,252.85,''),(27626,9,4124.35,-4281.08,251.25,''),(27626,10,4126.15,-4258.29,251.3,''),(27626,11,4126.1,-4243.9,248.35,''),(27626,12,4100.1,-4224.51,237.86,''),(27626,13,4087.17,-4208.72,230.58,''),(27626,14,4082.93,-4172.83,218.13,''),(27626,15,4077.66,-4151.22,211.94,''),(27626,16,4083.57,-4138.46,212.4,''),(27626,17,4079.16,-4127.81,212.26,''),(27626,18,4067.57,-4127.6,211.13,''),(27626,19,4056.67,-4143.69,211.377,''),(28016,1,-240.157,-630.347,116.497,'pause and text'),(28016,2,-237.952,-652.961,131.131,''),(28016,3,-252.421,-663.54,131.202,''),(28016,4,-261.275,-667.579,131.192,''),(28016,5,-264.914,-667.596,131.177,'pause and text'),(28016,6,-258.265,-669.388,131.198,''),(28016,7,-248.665,-674.223,132.174,''),(28016,8,-243.775,-674.937,131.837,'pause'),(28016,9,-236.379,-678.672,131.858,'pause'),(28016,10,-235.474,-674.304,131.857,'pause'),(28016,11,-234.869,-674.135,131.854,''),(28016,12,-237.098,-676.185,131.868,''),(28498,1,-237.47,-689.836,129.53,''),(28498,2,-237.274,-686.533,132.173,'pause'),(28498,3,-237.062,-700.382,130.436,''),(26935,1,4002.47,-4556.81,196.499,''),(26935,2,4001.88,-4556,196.499,''),(26935,3,3997.25,-4525.08,195.357,''),(26935,4,3996.83,-4519.89,195.683,''),(36642,1,8121.94,776.03,482.114,'Myralion Sunblaze - WP 1'),(36642,2,8127.26,766.402,482.579,'Myralion Sunblaze - Home Position'),(36624,1,8119.73,783.416,481.623,'Caladis Brightspear - WP 1'),(36624,2,8117.69,795.523,481.184,'Caladis Brightspear - Home Position'),(37828,1,8122.35,778.496,482.034,'Image of Thalorien Dawnseeker - WP 1'),(37845,1,8121.75,781.096,481.905,'Image of Morlen Coldgrip - WP 1'),(37845,2,8124.83,774.881,482.328,'Image of Morlen Coldgrip - WP 2'),(3784600,1,8115.65,780.131,481.611,'Lana\'thel Quel\'delar rest - WP 1.1'),(3784601,1,8119.96,775.924,482.029,'Lana\'thel Quel\'delar rest - WP 2.1'),(3784601,2,8124.34,778.986,482.08,'Lana\'thel Quel\'delar rest - WP 2.2'),(3665600,1,8118.8,783.843,481.567,'Quel\'Delar rest guard 2 (GUID: 202776)- WP 1'),(3665600,2,8123.66,793.745,481.434,'Quel\'Delar rest guard 2 (GUID: 202776)- Home Position'),(3665601,1,8113.4,783.385,481.416,'Quel\'Delar rest guard 1 (GUID: 202775)- WP 1'),(3665601,2,8111.31,794.347,481.059,'Quel\'Delar rest guard 1 (GUID: 202775)- Home Position'),(3665700,1,8112.35,775.095,481.583,'Quel\'Delar rest guard 1 (GUID: 202777)- WP 1'),(3665700,2,8120.1,765.363,482.266,'Quel\'Delar rest guard 1 (GUID: 202777)- Home Position'),(3665701,1,8118.65,775.747,481.973,'Quel\'Delar rest guard 2 (GUID: 202778)- WP 1'),(3665701,2,8130.01,772.465,482.629,'Quel\'Delar rest guard 2 (GUID: 202778)- Home Position'),(28665,1,5343.22,-3763.97,373.093,'Har\'koa\'s Kitten'),(28665,2,5365.39,-3750.71,360.531,'Har\'koa\'s Kitten'),(28665,3,5386.71,-3755.92,360.458,'Har\'koa\'s Kitten'),(28665,4,5421.3,-3779.27,361.966,'Har\'koa\'s Kitten'),(28665,5,5464.58,-3784.81,362.422,'Har\'koa\'s Kitten'),(28665,6,5472.51,-3787.66,359.862,'Har\'koa\'s Kitten'),(28665,7,5523.64,-3823.49,360.533,'Har\'koa\'s Kitten'),(28665,8,5539.18,-3838.39,372.141,'Har\'koa\'s Kitten'),(28665,9,5714.26,-3895.44,371.987,'Har\'koa\'s Kitten'),(28665,10,5714.52,-3944.74,371.987,'Har\'koa\'s Kitten'),(28665,11,5715.67,-4019.31,372.152,'Har\'koa\'s Kitten'),(28665,12,5716.52,-4054.91,353.671,'Har\'koa\'s Kitten'),(28665,13,5716.63,-4188.19,354.075,'Har\'koa\'s Kitten'),(28665,14,5716.64,-4205.31,362.825,'Har\'koa\'s Kitten'),(28665,15,5724.55,-4238.22,362.746,'Har\'koa\'s Kitten'),(28665,16,5724.9,-4258.61,374.355,'Har\'koa\'s Kitten'),(28665,17,5720.83,-4331.18,374.023,'Har\'koa\'s Kitten'),(28665,18,5722.67,-4351.54,385.496,'Har\'koa\'s Kitten'),(28665,19,5728.69,-4374.92,386.492,'Har\'koa\'s Kitten'),(28665,20,5717.94,-4385.86,386.191,'Har\'koa\'s Kitten'),(28665,21,5705.37,-4379.38,385.803,'Har\'koa\'s Kitten'),(28665,22,5705.88,-4371.39,385.803,'Har\'koa\'s Kitten'),(28665,23,5714.74,-4352.13,385.56,'Har\'koa\'s Kitten'),(28665,24,5720.83,-4331.18,374.023,'Har\'koa\'s Kitten'),(28665,25,5724.9,-4258.61,374.355,'Har\'koa\'s Kitten'),(28665,26,5724.55,-4238.22,362.746,'Har\'koa\'s Kitten'),(28665,27,5716.64,-4205.31,362.825,'Har\'koa\'s Kitten'),(28665,28,5716.63,-4188.19,354.075,'Har\'koa\'s Kitten'),(28665,29,5716.52,-4054.91,353.671,'Har\'koa\'s Kitten'),(28665,30,5715.67,-4019.31,372.152,'Har\'koa\'s Kitten'),(28665,31,5714.52,-3944.74,371.987,'Har\'koa\'s Kitten'),(28665,32,5714.26,-3895.44,371.987,'Har\'koa\'s Kitten'),(28665,33,5709.3,-3844.29,372.012,'Har\'koa\'s Kitten'),(28665,34,5672.46,-3815.55,373.647,'Har\'koa\'s Kitten'),(286650,1,5605.44,-3790.63,362.713,'Har\'koa\'s Kitten'),(286650,2,5579.47,-3789.88,365.829,'Har\'koa\'s Kitten'),(286650,3,5552.73,-3794.19,362.082,'Har\'koa\'s Kitten'),(286650,4,5535.41,-3792.92,362.071,'Har\'koa\'s Kitten'),(286650,5,5472.51,-3787.66,359.862,'Har\'koa\'s Kitten'),(286650,6,5464.58,-3784.81,362.422,'Har\'koa\'s Kitten'),(286650,7,5421.3,-3779.27,361.966,'Har\'koa\'s Kitten'),(286650,8,5386.71,-3755.92,360.458,'Har\'koa\'s Kitten'),(286650,9,5365.39,-3750.71,360.531,'Har\'koa\'s Kitten'),(286650,10,5344.12,-3764.44,373.096,'Har\'koa\'s Kitten'),(286650,11,5331.77,-3774.68,371.341,'Har\'koa\'s Kitten'),(20206,1,-697.934,2612.59,89.4752,'Fei Fei Treats Quest_End'),(20206,2,-688.665,2580.78,86.9841,'Fei Fei Treats Quest_End'),(20206,3,-689.199,2588.81,87.446,'Fei Fei Treats Quest_End'),(20206,4,-667.044,2611.74,85.7029,'Fei Fei Treats Quest_End'),(20206,5,-649.407,2636.82,86.1539,'Fei Fei Treats Quest_End'),(20206,6,-659.047,2651.34,87.048,'Fei Fei Treats Quest_End'),(20206,7,-656.048,2652.06,86.5892,'Fei Fei Treats Quest_End'),(20206,8,-656.055,2674.2,88.1354,'Fei Fei Treats Quest_End'),(20206,9,-691.042,2652.45,92.1508,'Fei Fei Treats Quest_End'),(20206,10,-688.807,2701.25,94.8354,'Fei Fei Treats Quest_End'),(20206,11,-667.514,2716.08,94.4471,'Fei Fei Treats Quest_End'),(20206,12,-688.593,2723.67,94.4145,'Fei Fei Treats Quest_End'),(20206,13,-687.635,2743.1,93.9095,'Fei Fei Treats Quest_End'),(20206,14,-697.062,2748.04,93.938,'Fei Fei Treats Quest_End'),(20206,15,-687.635,2743.1,93.9095,'Fei Fei Treats Quest_End'),(20206,16,-685.121,2689.01,93.8042,'Fei Fei Treats Quest_End'),(20206,17,-688.862,2627.19,89.8591,'Fei Fei Treats Quest_End'),(20206,18,-685.494,2626.74,89.2711,'Fei Fei Treats Quest_End'),(21633,1,-3311,2951.89,171.217,'Deathbrinder Jovaan'),(21633,2,-3308,2942.02,171.113,'Deathbrinder Jovaan'),(21633,3,-3306.25,2935.73,171.029,'Deathbrinder Jovaan'),(21633,4,-3304.26,2930.78,170.987,'Deathbrinder Jovaan'),(21633,5,-3307.61,2936.39,170.992,'Deathbrinder Jovaan'),(21633,6,-3309.42,2942.62,171.119,'Deathbrinder Jovaan'),(24405,1,4902.54,-4798.52,31.8586,'Adarrah'),(24405,2,4893.14,-4795.71,32.2869,'Adarrah'),(24405,3,4887.89,-4793.46,32.5369,'Adarrah'),(24405,4,4878.79,-4793.66,32.5359,'Adarrah'),(24405,5,4863.29,-4785.23,32.6014,'Adarrah'),(24405,6,4839.03,-4774.79,32.5821,'Adarrah'),(26814,1,4904.21,-4758.29,27.2747,'Harrison Jones'),(26814,2,4896.46,-4755.54,27.2747,'Harrison Jones'),(26814,3,4893.66,-4754.36,27.2331,'Harrison Jones'),(26814,4,4886.54,-4762.92,27.5783,'Harrison Jones'),(26814,5,4880.44,-4770.73,30.7007,'Harrison Jones'),(26814,6,4876.7,-4790.86,32.3273,'Harrison Jones'),(26814,7,4878.25,-4793.77,32.5342,'Harrison Jones'),(26814,8,4882.6,-4795.87,32.302,'Harrison Jones'),(26814,9,4909.49,-4798.01,32.5497,'Harrison Jones'),(26814,10,4907.81,-4804.19,31.7896,'Harrison Jones'),(26814,11,4914.76,-4823.07,32.6645,'Harrison Jones'),(26814,12,4913.03,-4822.29,32.6304,'Harrison Jones'),(26814,13,4909.31,-4821.51,32.5964,'Harrison Jones'),(26814,14,4893.95,-4813.76,31.7795,'Harrison Jones'),(26814,15,4887.19,-4808.02,32.0295,'Harrison Jones'),(26814,16,4886.38,-4806.94,32.2928,'Harrison Jones'),(26814,17,4883.65,-4798.88,32.5787,'Harrison Jones'),(26814,18,4899.4,-4806.08,32.0295,'Harrison Jones'),(268140,1,4893.09,-4802.88,32.0295,'Harrison Jones'),(268140,2,4881.01,-4795.62,32.508,'Harrison Jones'),(268140,3,4857.75,-4778.79,32.6265,'Harrison Jones'),(268140,4,4837.62,-4774.61,32.5914,'Harrison Jones'),(268140,5,4817.82,-4790.49,25.4644,'Harrison Jones'),(268140,6,4826.31,-4827.56,25.4895,'Harrison Jones'),(268140,7,4826.34,-4841.32,25.4841,'Harrison Jones'),(268140,8,4809.19,-4851.31,25.5278,'Harrison Jones'),(268140,9,4781.12,-4849.69,25.4412,'Harrison Jones'),(268140,10,4761.5,-4853.98,25.0099,'Harrison Jones'),(268140,11,4719.89,-4857.75,26.1367,'Harrison Jones'),(268140,12,4693.85,-4858.84,32.4999,'Harrison Jones'),(268140,13,4680.42,-4861.25,35.5674,'Harrison Jones'),(268140,14,4673.97,-4864.33,35.5674,'Harrison Jones'),(268140,15,4662.38,-4882.54,35.5876,'Harrison Jones'),(268140,16,4658.19,-4895.92,36.1955,'Harrison Jones'),(268140,17,4656.81,-4915.52,43.7827,'Harrison Jones'),(268140,18,4659.83,-4928.78,47.8299,'Harrison Jones'),(268140,19,4664.12,-4942.44,48.0028,'Harrison Jones'),(268140,20,4666.97,-4951.51,48.1059,'Harrison Jones'),(268140,21,4675.69,-4970.23,47.6443,'Harrison Jones'),(268140,22,4681.64,-4973.98,46.7499,'Harrison Jones'),(268140,23,4707.98,-4997.29,40.704,'Harrison Jones'),(268140,24,4712.89,-5002.18,39.1201,'Harrison Jones'),(268140,25,4739.86,-5031.48,31.1823,'Harrison Jones'),(27328,11,4737.86,-3846.77,331.398,'Tur Ragepaw'),(27328,12,4751.12,-3846.35,333.464,'Tur Ragepaw'),(28639,1,5982.63,-3879.57,422.408,'Heb\'Jin\'s Bat'),(28639,2,5968.55,-3869.6,420.186,'Heb\'Jin\'s Bat'),(28639,3,5954.35,-3851.71,395.298,'Heb\'Jin\'s Bat'),(28639,4,5934.98,-3822.78,369.52,'Heb\'Jin\'s Bat'),(32443,1,7863.45,960.661,450.491,'Lich King - WP1'),(32446,1,7848.63,1027.21,480.763,'Sindragosa- WP1'),(27455,1,4793.07,-571.073,160.84,'Prince Arthas'),(27455,2,4772.82,-566.823,162.26,'Prince Arthas'),(27455,3,4759.82,-568.573,164.281,'Prince Arthas'),(27455,4,4743.57,-564.386,166.236,'Prince Arthas'),(27480,1,4797.72,-576.341,160.178,'Muradin'),(27480,2,4770.22,-575.591,162.945,'Muradin'),(27480,3,4757.97,-575.091,164.527,'Muradin'),(27480,4,4753.97,-572.841,165.139,'Muradin'),(27480,5,4749.97,-569.591,165.761,'Muradin'),(27480,6,4748.02,-566.187,165.793,'Muradin'),(21410,1,-4058.76,1515.23,91.292,'Zarath'),(21409,1,-4054.43,1515.52,91.511,'Icarius'),(25729,10,3120.6,6589.66,82.701,'Shadowstalker Getry'),(25729,9,3118.02,6589.55,83.4635,'Shadowstalker Getry'),(25729,8,3117.46,6584.56,85.5313,'Shadowstalker Getry'),(25625,1,3119.97,6539.04,80.1591,'Warsong Aberration'),(25730,1,3125.96,6536.96,79.9352,'En\'kilah Necrolord'),(25730,2,3120.88,6543,79.9563,'En\'kilah Necrolord'),(2572900,1,3123.36,6575.42,78.3303,'Shadowstalker Getry'),(2572900,2,3126.64,6584.8,77.6568,'Shadowstalker Getry'),(2572900,3,3127.3,6589.03,79.7077,'Shadowstalker Getry'),(2572900,4,3118.87,6590.16,83.4022,'Shadowstalker Getry'),(2572900,5,3117.81,6583.02,86.2196,'Shadowstalker Getry'),(2572900,6,3123.86,6582.14,88.7861,'Shadowstalker Getry'),(2572900,7,3125.11,6590.98,91.3785,'Shadowstalker Getry'),(2572900,8,3115.41,6595.68,91.3621,'Shadowstalker Getry'),(2572900,9,3109.21,6587.15,91.3691,'Shadowstalker Getry'),(2572900,10,3113.42,6576.81,97.0907,'Shadowstalker Getry'),(29050,1,6369.87,-4507.91,458.13,'Har\'koa'),(29050,2,6372.94,-4508.17,457.88,'Har\'koa'),(29050,3,6377.19,-4508.17,457.88,'Har\'koa'),(29050,4,6387.69,-4507.92,457.88,'Har\'koa'),(29050,5,6403.01,-4521.44,458.13,'Har\'koa'),(290500,1,6404.55,-4486.1,451.188,'Har\'koa'),(290500,2,6395.55,-4486.35,451.188,'Har\'koa'),(290500,3,6391.55,-4486.35,451.188,'Har\'koa'),(290500,4,6390.05,-4486.6,451.188,'Har\'koa'),(290500,5,6388.05,-4486.6,451.438,'Har\'koa'),(290500,6,6367.05,-4487.35,455.938,'Har\'koa'),(290500,7,6364.3,-4487.6,457.938,'Har\'koa'),(290500,8,6348.41,-4488.19,458.13,'Har\'koa'),(28669,1,6063.74,-2094.86,431.521,''),(28669,2,5967.44,-2165.72,422.854,''),(28669,3,5865.67,-2174.97,393.382,''),(28669,4,5713.34,-2151.65,373.465,''),(28669,5,5558.72,-2128.13,366.132,''),(28669,6,5451.11,-2151.13,354.437,''),(28669,7,5377.81,-2219.12,359.132,''),(28669,8,5366.7,-2360.86,377.715,''),(28669,9,5435.39,-2533.55,373.993,''),(28669,10,5620.23,-2725.16,344.521,''),(28669,11,5710.93,-2849.44,341.965,''),(28669,12,5793.25,-3015.15,364.354,''),(28669,13,5879.36,-3182.92,393.382,''),(28669,14,5964.95,-3300,393.382,''),(28669,15,6115.4,-3420.54,450.576,''),(28669,16,6211.26,-3582.17,481.242,''),(28669,17,6279.31,-3777.03,504.381,''),(28669,18,6463.99,-3861.05,546.214,''),(28669,19,6575.97,-4030.92,546.214,''),(28669,20,6743.06,-4188.87,546.214,''),(28669,21,6896.73,-4247.42,577.353,''),(28669,22,6999.45,-4298.92,582.935,''),(28669,23,7100.7,-4416.98,611.074,''),(28669,24,7116.47,-4555.86,660.657,''),(28669,25,7057.5,-4669.8,675.657,''),(28669,26,6947.49,-4771.33,660.657,''),(28669,27,6758.4,-4783.88,626.546,''),(28669,28,6650.22,-4701.15,597.241,''),(28669,29,6627.31,-4597.56,586.019,''),(28669,30,6613.61,-4439.71,592.657,''),(28669,31,6526.06,-4289.04,568.102,''),(28669,32,6401.9,-4215.94,538.574,''),(28669,33,6286.81,-4191.78,518.324,''),(28669,34,6204.36,-4223.74,465.074,''),(28669,35,6134.58,-4239.07,386.13,''),(28669,36,5995.45,-4246.94,428.518,''),(28669,37,5909.65,-4251.92,428.518,''),(28669,38,5792.21,-4212.29,428.518,''),(28669,39,5656.49,-4115.37,428.518,''),(28669,40,5549.7,-3983.66,428.518,''),(28669,41,5495.66,-3853.95,428.518,''),(28669,42,5463.38,-3751.72,428.518,''),(28669,43,5430.44,-3669.38,428.518,''),(28669,44,5348.06,-3559.13,406.38,''),(28669,45,5240.04,-3418.71,381.407,''),(28669,46,5160.26,-3335.48,381.407,''),(28669,47,5044.02,-3214.56,381.407,''),(28669,48,4994.62,-3163.26,381.407,''),(28669,49,4929.42,-3062.17,381.407,''),(28669,50,4874.15,-2945.8,381.407,''),(28669,51,4892.92,-2768.81,381.407,''),(28669,52,5019.18,-2627.01,381.407,''),(28669,53,5067.44,-2519.11,381.407,''),(28669,54,5081.71,-2368,381.407,''),(28669,55,5152.34,-2120.36,419.435,''),(28669,56,5368.51,-1851.12,422.851,''),(28669,57,5660.99,-1784.47,360.546,''),(28669,58,5851.7,-1800.85,350.13,''),(28669,59,6030.71,-1864,348.157,''),(28669,60,6103.75,-1910.46,354.324,''),(28669,61,6163.79,-1944.53,374.379,''),(28669,62,6183.49,-1976.16,410.129,''),(28669,63,6184.05,-1991.26,417.323,''),(23995,1,-4627.79,-3176.21,41.4062,'Axle'),(23995,2,-4617.29,-3178.56,34.9508,'Axle'),(23995,3,-4615.73,-3176.38,34.8111,'Axle'),(23995,4,-4618,-3175.21,34.8124,'Axle'),(23995,5,-4615.73,-3176.38,34.8111,'Axle'),(23995,6,-4617.29,-3178.56,34.9508,'Axle'),(23995,7,-4627.79,-3176.21,41.4062,'Axle'),(23995,8,-4629.94,-3176.12,41.2235,'Axle'),(17809,1,10104.1,-6612.68,4.10135,'Champion Bloodwrath'),(17809,2,10102.3,-6612.98,4.05392,'Champion Bloodwrath'),(17809,3,10099.4,-6612.39,4.05428,'Champion Bloodwrath'),(17809,4,10096,-6613.05,4.14663,'Champion Bloodwrath'),(17809,5,10096.1,-6613.83,4.05912,'Champion Bloodwrath'),(17810,1,10109.2,-6627.42,4.10248,'Champion Lightrend'),(17810,2,10109.4,-6625.28,4.05315,'Champion Lightrend'),(17810,3,10109.6,-6622.48,4.05411,'Champion Lightrend'),(17810,4,10108.9,-6619.48,4.05583,'Champion Lightrend'),(17810,5,10108.2,-6619.65,4.05903,'Champion Lightrend'),(17811,1,10094.6,-6632.6,4.10197,'Champion Swiftblade'),(17811,2,10097.3,-6632.82,4.05301,'Champion Swiftblade'),(17811,3,10100.2,-6633.04,4.05463,'Champion Swiftblade'),(17811,4,10102.7,-6632.25,4.05683,'Champion Swiftblade'),(17811,5,10102.6,-6631.93,4.05828,'Champion Swiftblade'),(17812,1,10089.5,-6618.08,4.10197,'Champion Sunstriker'),(17812,2,10089.2,-6620.54,4.05312,'Champion Sunstriker'),(17812,3,10089.1,-6623.32,4.0544,'Champion Sunstriker'),(17812,4,10090.1,-6626.03,4.05749,'Champion Sunstriker'),(17812,5,10090.4,-6625.86,4.06002,'Champion Sunstriker'),(11832,1,7829.66,-2244.87,463.87,'Keeper Remulos'),(11832,2,7817.25,-2306.2,456,'Keeper Remulos'),(11832,3,7866.54,-2312.2,463.32,'Keeper Remulos'),(11832,4,7908.49,-2309.09,467.677,'Keeper Remulos'),(11832,5,7933.29,-2314.78,473.674,'Keeper Remulos'),(11832,6,7942.54,-2320.17,476.77,'Keeper Remulos'),(11832,7,7953.04,-2357.95,486.379,'Keeper Remulos'),(11832,8,7962.71,-2411.16,488.955,'Keeper Remulos'),(11832,9,7976.86,-2552.7,490.081,'Keeper Remulos'),(11832,10,7949.31,-2569.12,489.716,'Keeper Remulos'),(11832,11,7950.95,-2597,489.766,'Keeper Remulos'),(11832,12,7948.76,-2610.82,492.369,'Keeper Remulos'),(11832,13,7928.79,-2629.92,492.525,'Keeper Remulos'),(11832,14,7948.7,-2610.55,492.364,'Keeper Remulos'),(11832,15,7952.02,-2591.97,490.081,'Keeper Remulos'),(11832,16,7940.57,-2577.85,488.947,'Keeper Remulos'),(11832,17,7908.66,-2566.45,488.635,'Keeper Remulos'),(11832,18,7873.13,-2567.42,486.946,'Keeper Remulos'),(11832,19,7839.84,-2570.6,489.286,'Keeper Remulos'),(11832,20,7830.68,-2572.88,489.286,'Keeper Remulos'),(11832,21,7890.5,-2567.26,487.306,'Keeper Remulos'),(11832,22,7906.45,-2566.1,488.435,'Keeper Remulos'),(11832,23,7925.86,-2573.6,489.642,'Keeper Remulos'),(11832,24,7912.28,-2568.5,488.891,'Keeper Remulos'),(1183200,1,7828.58,-2246.84,463.516,'Keeper Remulos - WP1'),(1183200,2,7824.64,-2279.03,459.317,'Keeper Remulos - WP2'),(1183200,3,7814.17,-2302.26,456.223,'Keeper Remulos - WP3'),(1183200,4,7787.46,-2320.98,454.547,'Keeper Remulos - WP4'),(1183200,5,7753.75,-2319.08,454.707,'Keeper Remulos - WP5'),(1183200,6,7787.46,-2320.98,454.547,'Keeper Remulos - WP6'),(1183200,7,7814.17,-2302.26,456.223,'Keeper Remulos - WP7'),(1183200,8,7824.64,-2279.03,459.317,'Keeper Remulos - WP8'),(1183200,9,7828.58,-2246.84,463.516,'Keeper Remulos - WP9'),(1183200,10,7848.3,-2216.35,470.888,'Keeper Remulos - WP10 (Home)'),(15491,1,7949.81,-2605.47,513.591,'Eranikus'),(15491,2,7931.33,-2575.21,489.629,'Eranikus'),(15491,3,7925.13,-2573.75,489.64,'Eranikus'),(15491,4,7910.55,-2565.55,488.616,'Eranikus'),(15491,5,7867.44,-2567.33,486.946,'Eranikus'),(15629,1,7891.99,-2566.74,487.385,'Phantasm'),(15629,2,7865.97,-2554.1,486.967,'Phantasm'),(15629,3,7901.54,-2581.99,487.178,'Phantasm'),(15629,4,7918.84,-2553.99,486.911,'Phantasm'),(15629,5,7873.41,-2587.45,486.946,'Phantasm'),(1183201,12,7847.07,-2217.57,470.403,'Keeper Remulos'),(1183201,11,7829.66,-2244.87,463.87,'Keeper Remulos'),(1183201,10,7817.25,-2306.2,456,'Keeper Remulos'),(1183201,9,7866.54,-2312.2,463.32,'Keeper Remulos'),(1183201,8,7908.49,-2309.09,467.677,'Keeper Remulos'),(1183201,7,7933.29,-2314.78,473.674,'Keeper Remulos'),(1183201,6,7942.54,-2320.17,476.77,'Keeper Remulos'),(1183201,5,7953.04,-2357.95,486.379,'Keeper Remulos'),(1183201,4,7962.71,-2411.16,488.955,'Keeper Remulos'),(1183201,3,7976.86,-2552.7,490.081,'Keeper Remulos'),(1183201,2,7949.31,-2569.12,489.716,'Keeper Remulos'),(1183201,1,7940.57,-2577.85,488.947,'Keeper Remulos'),(22458,3,-3730.59,5365.27,-9.40853,'Chief Archaeologist Letoll'),(22458,2,-3739.58,5375.99,-7.65087,'Chief Archaeologist Letoll'),(22458,1,-3743.63,5384.38,-6.24766,'Chief Archaeologist Letoll'),(22464,1,-3725.1,5381.9,-4.4,''),(22464,2,-3735.7,5390.7,-5.7,''),(22464,3,-3728.4,5384.1,-3.4,''),(22464,4,-3703.1,5371.4,-10.1,''),(22464,5,-3619.6,5400.8,-12.1,''),(22464,6,-3554.2,5451.1,-11.8,''),(22464,7,-3563.1,5462.8,-6.5,''),(22464,8,-3551.1,5454,-11.9,''),(23741,1,-2457.79,-3169.9,35.109,'Captured Raptor'),(23741,2,-2446.18,-3176.67,34.5238,'Captured Raptor'),(23741,3,-2436.55,-3170.93,35.8081,'Captured Raptor'),(23741,4,-2428.23,-3146.74,35.8573,'Captured Raptor'),(23741,5,-2444.57,-3138.12,35.8598,'Captured Raptor'),(23741,6,-2457.32,-3146.25,35.4215,'Captured Raptor'),(23741,7,-2468,-3161.3,34.8617,'Captured Raptor'),(31279,1,6718.19,3446.39,683.009,'Father Kamaros'),(27409,103,3443.64,-2811.33,202.098,''),(27409,102,3460.58,-2817.21,201.805,''),(27409,101,3472.46,-2821.6,201.429,''),(27409,100,3487.66,-2829.19,202.144,''),(27409,99,3515.69,-2829.38,201.276,''),(27409,98,3534.27,-2828.21,197.155,''),(27409,97,3562.79,-2842.61,197.044,''),(27409,96,3587.92,-2854.56,203.448,''),(27409,95,3610.74,-2858.62,208.904,''),(27409,94,3630.63,-2860.27,214.962,''),(27409,93,3647.39,-2857.28,213.151,''),(27409,92,3662.46,-2853.29,216.582,''),(27409,91,3674.41,-2843.8,217.875,''),(27409,90,3685.56,-2832.99,217.602,''),(27409,89,3705.99,-2819.68,215.066,''),(27409,88,3723.95,-2808.09,211.656,''),(27409,87,3729.98,-2803.81,210.023,''),(27409,86,3752.76,-2787.6,206.496,''),(27409,85,3759.78,-2782.29,209.166,''),(27409,84,3767.55,-2775.39,211.282,''),(27409,83,3780.5,-2772.39,213.906,''),(27409,82,3801.16,-2771.02,219.535,''),(27409,81,3813.29,-2770.59,220.927,''),(27409,80,3837.9,-2769.54,226.115,''),(27409,79,3851.1,-2769.91,227.46,''),(27409,78,3883.42,-2756.96,223.886,''),(27409,77,3889.82,-2751.59,221.799,''),(27409,76,3900.4,-2743.33,219.152,''),(27409,75,3912.54,-2712.18,221.06,''),(27409,74,3916.01,-2703.19,221.175,''),(27409,73,3911.78,-2695.85,220.364,''),(27409,72,3909.82,-2687.58,217.099,''),(27409,71,3900.58,-2672.41,212.663,''),(27409,70,3886.7,-2663.55,208.092,''),(27409,69,3882.06,-2655.94,203.425,''),(27409,68,3861.53,-2624.76,202.315,''),(27409,67,3847.54,-2609.35,200.06,''),(27409,66,3836.67,-2578.53,196.706,''),(27409,65,3829.2,-2554.68,196.714,''),(27409,64,3825.49,-2534.36,196.38,''),(27409,63,3822.26,-2517.94,194.068,''),(27409,62,3819.47,-2503.68,195.025,''),(27409,61,3815.67,-2479.36,192.388,''),(27409,60,3812.22,-2453.93,188.508,''),(27409,59,3812.61,-2432.79,186.024,''),(27409,58,3812.4,-2425.27,185.086,''),(27409,57,3818.71,-2403.77,183.719,''),(27409,56,3833.32,-2390.12,187.584,''),(27409,55,3858.81,-2374.24,194.039,''),(27409,54,3871.68,-2371.44,196.694,''),(27409,53,3885.37,-2368.48,202.271,''),(27409,52,3901.43,-2362.48,206.198,''),(27409,51,3907.1,-2346.11,204.631,''),(27409,50,3911.53,-2330.58,207.752,''),(27409,49,3914.16,-2317.61,208.95,''),(27409,48,3913.77,-2300.28,209.62,''),(27409,47,3922.17,-2282.02,211.201,''),(27409,46,3935.73,-2276.52,209.67,''),(27409,45,3953.14,-2268.63,212.391,''),(27409,44,3968.36,-2267.24,215.268,''),(27409,43,3988.11,-2262.06,217.11,''),(27409,42,4005.43,-2256.11,218.452,''),(27409,41,4020.98,-2249.35,217.13,''),(27409,40,4028.19,-2252.87,218.259,''),(27409,39,4059.94,-2260.47,216.993,''),(27409,38,4063.24,-2261.99,215.989,''),(27409,37,4084.73,-2272.29,217.87,''),(27409,36,4093.84,-2276.39,219.043,''),(27409,35,4103.6,-2274.2,219.276,''),(27409,34,4112.48,-2276.04,219.917,''),(27409,33,4131.85,-2271.16,221.921,''),(27409,32,4151.02,-2269.35,223.433,''),(27409,31,4168.56,-2272.44,221.375,''),(27409,30,4193.76,-2285.94,219.886,''),(27409,29,4210.62,-2280.83,214.911,''),(27409,28,4224.15,-2276.5,214.878,''),(27409,27,4258.07,-2270.73,212.054,''),(27409,26,4292.07,-2261.81,209.1,''),(27409,25,4299.78,-2260.09,205.304,''),(27409,24,4339.65,-2250.22,188.637,''),(27409,23,4369.12,-2256.09,187.593,''),(27409,22,4383.11,-2278.55,188.321,''),(27409,21,4396.02,-2286.89,192.638,''),(27409,20,4414.56,-2297.74,191.105,''),(27409,19,4442.95,-2311.86,192.656,''),(27409,18,4453.35,-2318.29,189.487,''),(27409,17,4470.29,-2314.58,183.929,''),(27409,16,4480.72,-2311.42,185.421,''),(27409,15,4488.28,-2309.13,184.352,''),(27409,14,4509.68,-2314.53,182.408,''),(27409,13,4520.5,-2332.2,190.854,''),(27409,12,4524.58,-2355.4,202.208,''),(27409,11,4520.02,-2373.92,213.042,''),(27409,10,4517.01,-2388.02,220.151,''),(27409,9,4510.85,-2401.81,226.619,''),(27409,8,4499.73,-2414.86,230.953,''),(27409,7,4494.65,-2414.14,230.241,''),(27409,6,4488.5,-2420.69,233.043,''),(27409,5,4479.58,-2434.09,235.04,''),(27409,4,4462.99,-2448.24,237.881,''),(27409,3,4461.93,-2462.85,239.52,''),(27409,2,4449.24,-2471.33,242.36,''),(27409,1,4431.64,-2481.55,245.498,''),(27411,7,4425.31,-2486.66,246.555,''),(27411,6,4416.04,-2481.5,247.175,''),(27411,5,4393.84,-2484.84,248.717,''),(27411,4,4381.01,-2497.18,247.235,''),(27411,3,4382.44,-2501.51,246.809,''),(27411,2,4389.78,-2502.32,252.252,''),(27411,1,4394.65,-2502.3,252.802,''),(28399,1,6712.46,5136.46,-19.3981,'Zeptek the Destroyer'),(28948,25,6289.93,-2027.52,485.363,'malmortis'),(28948,24,6293.5,-2010.19,473.337,'malmortis'),(28948,23,6286.52,-1997.88,473.806,'malmortis'),(28948,22,6277.02,-2007.7,473.337,'malmortis'),(28948,21,6273.59,-2025.11,461.31,'malmortis'),(28948,20,6271.21,-2036.64,461.31,'malmortis'),(28948,19,6258.04,-2034.15,461.308,'malmortis'),(31235,1,6632.23,3223.64,666.775,'Olakin'),(31235,2,6624.26,3230.23,666.857,'Olakin'),(31235,3,6608.98,3234.56,668.779,'Olakin'),(30159,1,8258.84,3599.05,677.646,''),(30159,2,8258.06,3598.42,677.646,''),(30159,3,8217.43,3554.57,677.646,''),(30159,4,8169.1,3473.42,677.646,''),(30159,5,8200.27,3417.77,673.563,''),(30159,6,8281.52,3453.95,673.535,''),(30159,7,8278.02,3504.95,677.646,''),(30159,8,8222.47,3532.93,631.09,''),(30159,9,8222.47,3532.93,631.09,''),(27002,1,2746.33,420.078,67.9821,'Grom\'thar the Thunderbringer'),(6497,8,1772.23,525.741,33.3961,'Astor Hadren'),(6497,9,1802.45,516.861,33.4219,'Astor Hadren'),(6497,10,1836.05,504.973,34.1916,'Astor Hadren'),(6497,11,1850.21,496.778,34.6882,'Astor Hadren'),(6497,12,1867.39,481.534,34.5889,'Astor Hadren'),(6497,13,1877.67,463.224,34.1472,'Astor Hadren'),(6497,14,1890.49,434.482,33.8649,'Astor Hadren'),(6497,15,1898.6,404.11,34.3546,'Astor Hadren'),(6497,16,1909.06,371.483,34.0201,'Astor Hadren'),(6497,17,1927.47,333.806,35.1605,'Astor Hadren'),(6497,18,1948.33,293.56,38.7782,'Astor Hadren'),(6497,19,1960.17,272.962,38.3855,'Astor Hadren'),(6497,20,1981.05,237.328,36.6631,'Astor Hadren'),(6497,21,1955.89,236.574,41.3907,'Astor Hadren'),(6497,22,1922.53,240.366,49.3415,'Astor Hadren'),(6497,23,1938.41,259.961,44.9292,'Astor Hadren'),(6497,24,1949.26,286.982,38.8665,'Astor Hadren'),(6497,25,1941.21,306.375,37.5792,'Astor Hadren'),(6497,26,1927.42,334.68,35.107,'Astor Hadren'),(6497,27,1912.91,362.632,33.9933,'Astor Hadren'),(6497,28,1899.77,399.685,34.2583,'Astor Hadren'),(6497,29,1894.23,419.938,34.2863,'Astor Hadren'),(6497,30,1883.81,449.623,33.9371,'Astor Hadren'),(6497,31,1865.35,482.581,34.6089,'Astor Hadren'),(6497,32,1839.53,502.555,34.3171,'Astor Hadren'),(6497,33,1810.76,513.551,33.4393,'Astor Hadren'),(6497,34,1780.72,522.962,33.3959,'Astor Hadren'),(6497,35,1744.62,532.56,33.3959,'Astor Hadren'),(6497,36,1713.98,539.842,33.5092,'Astor Hadren'),(6497,37,1683.12,546.073,33.4104,'Astor Hadren'),(6497,38,1642.1,554.955,33.448,'Astor Hadren'),(6497,39,1612.29,563.53,35.3895,'Astor Hadren'),(30017,1,5790.98,-2927.3,286.277,''),(30017,2,5803,-2953,286.277,''),(30017,3,5805.18,-2958.51,282.899,''),(30017,4,5807.04,-2961.45,280.25,''),(30017,5,5808.86,-2965.14,277.089,''),(30017,6,5811.7,-2970.82,273.569,''),(30017,7,5789.98,-2980.25,273.584,''),(30023,1,5722.56,-2960.69,286.276,''),(30023,2,5734.7,-2984.99,286.276,''),(30023,3,5737.4,-2991.31,282.575,''),(30023,4,5740.42,-2997.54,277.263,''),(30023,5,5743.79,-3004.05,273.57,''),(30023,6,5764.24,-2993.79,272.944,''),(28136,1,5257.45,-3500.14,291.693,NULL),(28136,2,5253.09,-3516.89,291.679,NULL),(28136,3,5255.45,-3523.67,291.693,NULL),(28136,4,5262.73,-3527.41,291.693,NULL),(28136,5,5261.44,-3528.89,291.693,NULL),(28142,1,5257.45,-3500.14,291.693,NULL),(28142,2,5253.09,-3516.89,291.679,NULL),(28142,3,5255.45,-3523.67,291.693,NULL),(28142,4,5260.74,-3525.38,291.693,NULL),(28142,5,5259.03,-3527.1,291.491,NULL),(28148,1,5257.45,-3500.14,291.693,NULL),(28148,2,5253.09,-3516.89,291.679,NULL),(28148,3,5257.78,-3521.99,291.693,NULL),(28148,4,5256.29,-3523.49,291.693,NULL),(25729,11,3127.65,6590.03,79.6948,'Shadowstalker Getry'),(4880,5,-2701.02,-3457.44,34.2691,'\"Stinky\" Ignatz'),(4880,4,-2680.48,-3454.6,34.6538,'\"Stinky\" Ignatz'),(4880,3,-2662.31,-3447.67,35.1089,'\"Stinky\" Ignatz'),(4880,2,-2650.83,-3440.15,35.1381,'\"Stinky\" Ignatz'),(4880,1,-2646.43,-3436.07,35.3732,'\"Stinky\" Ignatz'),(1815203,1,1204.71,8140.14,18.7722,'Baby Murloc'),(1815202,1,1205.03,8157.71,18.4315,'Baby Murloc'),(1815201,1,1184.13,8162.72,18.7203,'Baby Murloc'),(1815200,1,1169.53,8146.21,19.4132,'Baby Murloc'),(25335,13,3883.36,5725.31,67.5505,'Longrunner Proudhoof'),(25335,12,3894.65,5745.7,70.362,'Longrunner Proudhoof'),(25335,11,3919.01,5753.34,69.2403,'Longrunner Proudhoof'),(25335,10,3952.68,5758.44,70.4851,'Longrunner Proudhoof'),(25335,9,3984.42,5778.06,73.177,'Longrunner Proudhoof'),(25335,8,4006.38,5787.3,73.1468,'Longrunner Proudhoof'),(25335,7,4025.04,5789.23,75.1947,'Longrunner Proudhoof'),(25335,6,4038.37,5795.23,75.4015,'Longrunner Proudhoof'),(25335,5,4052.77,5802.65,75.0918,'Longrunner Proudhoof'),(27843,11,4548.17,4.67055,70.4695,'Wyrmbait'),(27843,10,4546.23,-4.9997,75.5355,'Wyrmbait'),(26287,2,4539,45,80.6,'Icestorm'),(27439,13,2736.68,-524.16,102.781,'High Abbot Landgren'),(27439,12,2742.53,-515.063,103.642,'High Abbot Landgren'),(27439,11,2758.69,-497.246,109.831,'High Abbot Landgren'),(27439,10,2765.42,-489.182,113.692,'High Abbot Landgren'),(27439,9,2771.2,-482.246,115.963,'High Abbot Landgren'),(27439,8,2776.84,-465.826,116.141,'High Abbot Landgren'),(27439,7,2782.81,-448.413,118.196,'High Abbot Landgren'),(27439,6,2785.86,-439.541,118.196,'High Abbot Landgren'),(27439,5,2800.29,-424.385,118.196,'High Abbot Landgren'),(27439,4,2812.67,-412.411,118.196,'High Abbot Landgren'),(27439,3,2828.83,-412.829,118.196,'High Abbot Landgren'),(27439,2,2827.16,-419.978,118.196,'High Abbot Landgren'),(12277,1,-1156.06,2709.77,111.12,'Melizza Brimbuzzle'),(12277,2,-1166.28,2716.36,112.001,'Melizza Brimbuzzle'),(12277,3,-1180.53,2719.1,111.602,'Melizza Brimbuzzle'),(12277,4,-1204.89,2706.45,111.206,'Melizza Brimbuzzle'),(12277,5,-1274.54,2663.92,111.557,'Melizza Brimbuzzle'),(12277,6,-1287.3,2649.51,111.557,'Melizza Brimbuzzle'),(12277,7,-1326.3,2600.03,111.557,'Melizza Brimbuzzle'),(12277,8,-1361.55,2563.33,111.136,'Melizza Brimbuzzle'),(12277,9,-1376.19,2517.82,96.6723,'Melizza Brimbuzzle'),(4484,32,3908.24,35.2092,15.332,''),(4484,31,3875.35,60.3884,14.9889,''),(4484,30,3850.38,84.7109,13.942,''),(4484,29,3821.42,111.61,0.25865,''),(4484,28,3789.7,140.397,9.06224,'say_death_2'),(4484,27,3774.54,151.17,7.79964,'say_2'),(4484,26,3762.35,159.686,7.38862,''),(4484,25,3725.67,180.396,6.31401,''),(4484,24,3680.76,200.308,3.38501,''),(4484,23,3638.61,212.526,1.43314,''),(4484,22,3601.65,217.771,1.29901,''),(4484,21,3565.31,217.749,5.3003,''),(4484,20,3532.81,215.041,8.37227,''),(4484,19,3500.32,210.936,10.2261,'say_death_1'),(4484,18,3481.42,212.557,12.3546,'say_1'),(4484,17,3470.46,214.818,13.2644,''),(4484,16,3454.87,219.339,12.5932,''),(4484,15,3432.29,225.396,10.0283,''),(4484,14,3409.07,226.385,9.21523,''),(4484,13,3367.13,224.588,11.8671,''),(4484,12,3341.02,214.29,13.3204,''),(4484,11,3315.65,210.198,11.9677,''),(4484,10,3284.76,220.414,10.9505,''),(8284,30,-6791.55,-1705.01,259.55,'Dorius Stonetender'),(8284,31,-6783.92,-1712.23,259.55,'Dorius Stonetender'),(8284,32,-6779.7,-1724.39,259.55,'Dorius Stonetender'),(8284,33,-6779.37,-1740.73,259.574,'Dorius Stonetender'),(7956,4,-4500,866.707,86.8864,'Kindal Moonweaver'),(7956,5,-4507.84,866.517,86.3367,'Kindal Moonweaver'),(7956,6,-4515.54,866.362,81.4797,'Kindal Moonweaver'),(7956,7,-4525.59,870.284,71.2782,'Kindal Moonweaver'),(7956,8,-4532.78,876.269,64.7919,'Kindal Moonweaver'),(1842,1,2941.47,-1391.79,167.237,'Taelan Fordring'),(1842,2,2940.59,-1393.34,166.084,'Taelan Fordring'),(1842,3,2934.76,-1403.63,165.943,'Taelan Fordring'),(1842,4,2932.09,-1408.34,165.943,'Taelan Fordring'),(1842,5,2917.95,-1402.97,165.943,'Taelan Fordring'),(1842,6,2919.7,-1398.38,165.88,'Taelan Fordring'),(1842,7,2922.96,-1389.76,160.89,'Taelan Fordring'),(1842,8,2925.9,-1386.68,160.842,'Taelan Fordring'),(1842,9,2946.78,-1396.55,160.842,'Taelan Fordring'),(1842,10,2948.71,-1392.82,160.842,'Taelan Fordring'),(9598,1,6011.87,-1206.14,375.561,'Arei'),(9598,2,6026.35,-1210.71,375.004,'Arei'),(9598,3,6036.67,-1218.31,375.011,'Arei'),(9598,4,6045.28,-1226.18,375.912,'Arei'),(9598,5,6054.33,-1235.35,380.134,'Arei'),(9598,6,6060.08,-1241.18,379.311,'Arei'),(11016,39,5107.28,-525.921,296.678,'Captured Arko\'narin'),(11016,40,5109.28,-531.45,296.678,'Captured Arko\'narin'),(11018,1,5107.29,-525.787,296.675,'Arko\'narin'),(11018,2,5101.14,-517.273,296.675,'Arko\'narin'),(11018,3,5075.65,-488.439,297.712,'Arko\'narin'),(27328,10,4725.16,-3847.27,330.066,'Tur Ragepaw'),(27328,9,4708.5,-3848.28,327.683,'Tur Ragepaw'),(27328,8,4684.61,-3858.28,327.406,'Tur Ragepaw'),(24315,1,1074.02,-5031.82,9.72695,'talk point'),(24514,5,2570.71,-5228.31,376.612,'Steelfeather'),(27924,1,626.36,-5030.54,3.35296,'Dragonflayer Harpoon'),(25727,2,3437.59,5915.93,145.554,'Warmage Moran'),(25727,1,3195.64,6102.67,147.557,'Warmage Moran'),(24806,5,514.578,-5936.9,314.144,'Iron Rune Construct'),(24806,4,511.516,-5936.73,339.755,'Iron Rune Construct'),(24806,3,496.133,-5940.06,344.533,'Iron Rune Construct'),(24806,2,479.146,-5941.52,339.755,'Iron Rune Construct'),(24806,1,479.123,-5941.48,316.7,'Iron Rune Construct'),(31157,36,8353.98,2708.91,714.525,'Skeletal Assault Gryphon'),(31157,35,8290.54,2766.5,682.219,'Skeletal Assault Gryphon'),(31157,34,8239.2,2805.8,654.07,'Skeletal Assault Gryphon'),(31157,33,8155.89,2883.78,606.153,'Skeletal Assault Gryphon'),(31157,32,8039.02,2947.35,576.087,'Skeletal Assault Gryphon'),(31157,31,7956.53,2972.13,575.948,'Skeletal Assault Gryphon'),(31157,30,7862.5,2979.27,572.504,'Skeletal Assault Gryphon'),(31157,29,7734.89,3021.32,573.115,'Skeletal Assault Gryphon'),(31157,28,7650.02,3055.19,581.838,'Skeletal Assault Gryphon'),(31157,27,7590.6,3106.8,591.032,'Skeletal Assault Gryphon'),(31157,26,7620.35,3179.52,599.281,'Skeletal Assault Gryphon'),(31157,25,7735.12,3173.07,604.781,'Skeletal Assault Gryphon'),(31157,24,7792.91,3089.35,590.865,'Skeletal Assault Gryphon'),(31157,23,7847.7,2963.35,561.893,'Skeletal Assault Gryphon'),(31157,22,7897.28,2831.6,550.67,'Skeletal Assault Gryphon'),(31157,21,8005.02,2790.8,556.419,'Skeletal Assault Gryphon'),(31157,20,8076.74,2864.08,582.143,'Skeletal Assault Gryphon'),(31157,19,8053.7,2943.44,588.116,'Skeletal Assault Gryphon'),(31157,18,7983.69,3018.5,597.337,'Skeletal Assault Gryphon'),(31157,17,7889.66,3088.23,614.726,'Skeletal Assault Gryphon'),(31157,16,7796.59,3149.97,615.92,'Skeletal Assault Gryphon'),(31157,15,7703.13,3210.11,613.282,'Skeletal Assault Gryphon'),(31157,14,7622.54,3240.81,611.893,'Skeletal Assault Gryphon'),(31157,13,7576.15,3203.53,598.559,'Skeletal Assault Gryphon'),(31157,12,7591.94,3146.26,587.56,'Skeletal Assault Gryphon'),(31157,11,7658.35,3084.1,576.81,'Skeletal Assault Gryphon'),(31157,10,7725.22,3051.1,570.229,'Skeletal Assault Gryphon'),(31157,9,7804.69,2973.79,558.896,'Skeletal Assault Gryphon'),(31279,2,6718.66,3433.51,682.197,'Father Kamaros'),(31279,3,6727.97,3433.36,682.197,'Father Kamaros'),(31881,1,7513.35,1781.13,381.561,'Kor\'kron Troop Transport'),(31881,2,7508.58,1843.86,445.505,'Kor\'kron Troop Transport'),(31881,3,7496.63,1890.94,496.648,'Kor\'kron Troop Transport'),(31881,4,7451.16,1990.05,581.239,'Kor\'kron Troop Transport'),(31881,5,7372.76,2143.09,590.35,'Kor\'kron Troop Transport'),(31881,6,7293.97,2233.48,602.461,'Kor\'kron Troop Transport'),(31881,7,7117.83,2278.53,605.072,'Kor\'kron Troop Transport'),(31881,8,7017.11,2263,647.082,'Kor\'kron Troop Transport'),(31881,9,6996.22,2205.77,679.211,'Kor\'kron Troop Transport'),(31881,10,7061.96,2173.6,675.796,'Kor\'kron Troop Transport'),(31881,11,7121.23,2156.64,656.629,'Kor\'kron Troop Transport'),(31881,12,7217.85,2134.94,612.49,'Kor\'kron Troop Transport'),(31881,13,7288.11,2086.02,596.88,'Kor\'kron Troop Transport'),(31881,14,7327.42,1958.79,585.935,'Kor\'kron Troop Transport'),(31881,15,7298.54,1875.99,585.491,'Kor\'kron Troop Transport'),(31881,16,7249.32,1800.97,588.49,'Kor\'kron Troop Transport'),(31881,17,7157.54,1745.97,588.49,'Kor\'kron Troop Transport'),(31881,18,7067.53,1718.66,588.49,'Kor\'kron Troop Transport'),(31881,19,6988.93,1710.54,589.518,'Kor\'kron Troop Transport'),(31881,20,6858.09,1715.7,617.073,'Kor\'kron Troop Transport'),(31881,21,6789.24,1811.62,658.294,'Kor\'kron Troop Transport'),(31881,22,6741.48,1881,687.651,'Kor\'kron Troop Transport'),(31881,23,6687.52,1859.59,701.349,'Kor\'kron Troop Transport'),(31881,24,6683.65,1766.57,692.515,'Kor\'kron Troop Transport'),(31881,25,6738.95,1709.63,686.766,'Kor\'kron Troop Transport'),(31881,26,6906.8,1642.97,664.155,'Kor\'kron Troop Transport'),(31881,27,7009.32,1640.16,631.877,'Kor\'kron Troop Transport'),(31881,28,7174.01,1608.19,554.739,'Kor\'kron Troop Transport'),(31881,29,7328.23,1587.25,465.349,'Kor\'kron Troop Transport'),(31881,30,7449.85,1582.21,415.238,'Kor\'kron Troop Transport'),(31881,31,7493.21,1659.84,383.989,'Kor\'kron Troop Transport'),(31881,32,7508.81,1745.66,371.211,'Kor\'kron Troop Transport'),(1227700,1,-1155.15,2709.41,111.236,'Melizza Brimbuzzle'),(1227700,2,-1155.15,2709.41,111.236,'Melizza Brimbuzzle'),(1227700,3,-1162.79,2712.46,111.583,'Melizza Brimbuzzle'),(1227700,4,-1162.75,2712.4,111.642,'Melizza Brimbuzzle'),(1227700,5,-1169.5,2711.4,112.392,'Melizza Brimbuzzle'),(1227700,6,-1177.48,2710.26,112.126,'Melizza Brimbuzzle'),(1227700,7,-1199.98,2702.51,111.626,'Melizza Brimbuzzle'),(1227700,8,-1206.39,2700.13,111.496,'Melizza Brimbuzzle'),(1227700,9,-1248.92,2680.27,111.892,'Melizza Brimbuzzle'),(1227700,10,-1272.49,2666.55,111.896,'Melizza Brimbuzzle'),(1227700,11,-1288.82,2646.1,111.711,'Melizza Brimbuzzle'),(1227700,12,-1290.41,2644.39,111.654,'Melizza Brimbuzzle'),(1227700,13,-1290.41,2644.39,111.654,'Melizza Brimbuzzle'),(1227700,14,-1290.41,2644.39,111.654,'Melizza Brimbuzzle'),(1227700,15,-1309.87,2622.18,111.778,'Melizza Brimbuzzle'),(1227700,16,-1309.91,2622.19,111.974,'Melizza Brimbuzzle'),(1227700,17,-1323.9,2605.01,111.899,'Melizza Brimbuzzle'),(1227700,18,-1336.77,2591.2,111.861,'Melizza Brimbuzzle'),(1227700,19,-1349.32,2578.49,111.765,'Melizza Brimbuzzle'),(1227700,20,-1359.6,2564.02,111.491,'Melizza Brimbuzzle'),(32225,1,7224.95,1493.08,355.693,'Skybreaker Troop Transport'),(32225,2,7158.1,1468.99,408.745,'Skybreaker Troop Transport'),(32225,3,7091.48,1447.72,454.688,'Skybreaker Troop Transport'),(32225,4,6959.78,1423.02,558.383,'Skybreaker Troop Transport'),(32225,5,6779.1,1463.51,646.355,'Skybreaker Troop Transport'),(32225,6,6655.65,1608.77,709.994,'Skybreaker Troop Transport'),(32225,7,6624.22,1736.66,728.021,'Skybreaker Troop Transport'),(32225,8,6669.95,1866.19,709.688,'Skybreaker Troop Transport'),(32225,9,6718.04,1885.13,690.633,'Skybreaker Troop Transport'),(32225,10,6795.83,1838.74,659.022,'Skybreaker Troop Transport'),(32225,11,6829.2,1723.05,616.938,'Skybreaker Troop Transport'),(32225,12,6938.55,1702.88,585.938,'Skybreaker Troop Transport'),(32225,13,7024.9,1752.8,565.55,'Skybreaker Troop Transport'),(32225,14,7113.71,1734.31,556.356,'Skybreaker Troop Transport'),(32225,15,7265.8,1765.2,556.356,'Skybreaker Troop Transport'),(32225,16,7302.9,1853.76,575.856,'Skybreaker Troop Transport'),(32225,17,7312.44,1944.33,581.412,'Skybreaker Troop Transport'),(32225,18,7307.33,2014.24,581.412,'Skybreaker Troop Transport'),(32225,19,7253.36,2115.42,583.3,'Skybreaker Troop Transport'),(32225,20,7193.52,2155.82,607.8,'Skybreaker Troop Transport'),(32225,21,7128.84,2168.48,642.671,'Skybreaker Troop Transport'),(32225,22,7069.12,2157.59,689.796,'Skybreaker Troop Transport'),(32225,23,7024.46,2135.71,708.685,'Skybreaker Troop Transport'),(32225,24,6934.06,2183.97,750.94,'Skybreaker Troop Transport'),(32225,25,6941.73,2249.07,754.607,'Skybreaker Troop Transport'),(32225,26,7072.68,2295.61,714.44,'Skybreaker Troop Transport'),(32225,27,7260.95,2257.76,639.774,'Skybreaker Troop Transport'),(32225,28,7419.04,2123.69,587.774,'Skybreaker Troop Transport'),(32225,29,7471.73,1962.74,559.635,'Skybreaker Troop Transport'),(32225,30,7436.46,1818.69,508.023,'Skybreaker Troop Transport'),(32225,31,7366.37,1694.51,469.301,'Skybreaker Troop Transport'),(32225,32,7329.87,1609.16,432.274,'Skybreaker Troop Transport'),(32225,33,7296.42,1556.42,417.718,'Skybreaker Troop Transport'),(32225,34,7272.38,1525.83,411.44,'Skybreaker Troop Transport'),(1227700,53,-1381.39,2496.15,90.5018,'Melizza Brimbuzzle'),(1227700,54,-1381.56,2495.93,90.1499,'Melizza Brimbuzzle'),(1227700,55,-1381.81,2495.43,90.1499,'Melizza Brimbuzzle'),(1227700,56,-1382.31,2491.43,89.6499,'Melizza Brimbuzzle'),(1227700,57,-1385.49,2471.51,89.1121,'Melizza Brimbuzzle'),(1227700,58,-1386.62,2405.71,89.767,'Melizza Brimbuzzle'),(1227701,1,-1385.37,2401.21,90.267,'Melizza Brimbuzzle'),(1227701,2,-1383.62,2395.46,90.767,'Melizza Brimbuzzle'),(1227701,3,-1382.12,2390.71,91.517,'Melizza Brimbuzzle'),(1227701,4,-1377.25,2375.14,91.9162,'Melizza Brimbuzzle'),(1227701,5,-1373.76,2355.21,92.0626,'Melizza Brimbuzzle'),(1227701,6,-1366.36,2323.41,91.9967,'Melizza Brimbuzzle'),(1227701,7,-1362.62,2277.27,91.7929,'Melizza Brimbuzzle'),(1227701,8,-1358.12,2257.02,91.5429,'Melizza Brimbuzzle'),(1227701,9,-1354.14,2239.23,91.6203,'Melizza Brimbuzzle'),(1227701,10,-1352.89,2229.73,92.1203,'Melizza Brimbuzzle'),(1227701,11,-1350.87,2214.85,91.6384,'Melizza Brimbuzzle'),(1227701,12,-1351.87,2210.85,90.8884,'Melizza Brimbuzzle'),(1227701,13,-1352.12,2209.85,90.1384,'Melizza Brimbuzzle'),(1227701,14,-1352.62,2208.1,89.1384,'Melizza Brimbuzzle'),(1227701,15,-1352.87,2207.1,87.8884,'Melizza Brimbuzzle'),(1227701,16,-1353.12,2206.1,86.3884,'Melizza Brimbuzzle'),(1227701,17,-1353.37,2205.35,85.3884,'Melizza Brimbuzzle'),(1227701,18,-1353.62,2204.35,84.3884,'Melizza Brimbuzzle'),(1227701,19,-1354.12,2202.35,83.6384,'Melizza Brimbuzzle'),(1227701,20,-1354.37,2201.35,82.8884,'Melizza Brimbuzzle'),(31737,42,7189.35,1702.63,473.235,'Skybreaker Squad Leader'),(31737,41,7198.43,1693.49,469.207,'Skybreaker Squad Leader'),(31737,40,7207.03,1685.58,464.554,'Skybreaker Squad Leader'),(31737,39,7215.83,1677.98,458.037,'Skybreaker Squad Leader'),(31737,38,7227.71,1668.63,447.967,'Skybreaker Squad Leader'),(31737,37,7239.87,1661.84,439.529,'Skybreaker Squad Leader'),(31737,36,7250.86,1653.05,434.345,'Skybreaker Squad Leader'),(31833,30,7193.72,1711.64,474.572,'Korkron Squad Leader'),(31833,29,7201.11,1705.87,472.483,'Korkron Squad Leader'),(31833,28,7216.94,1709.8,473.315,'Korkron Squad Leader'),(31833,27,7233.69,1717.44,472.978,'Korkron Squad Leader'),(31833,26,7250,1718.9,475.005,'Korkron Squad Leader'),(31833,25,7268.57,1720.36,474.854,'Korkron Squad Leader'),(31833,24,7284.95,1720.43,471.162,'Korkron Squad Leader'),(20763,1,4081.3,2296.6,110.75,NULL),(20763,2,4095.3,2296.37,108.392,NULL),(20763,3,4123.42,2297.51,104.368,NULL),(20763,4,4146.48,2298.85,102.475,NULL),(20763,5,4169.75,2301.11,104.503,NULL),(20763,6,4181.37,2301.19,108.692,NULL),(20763,7,4195.51,2301.28,113.981,NULL),(20763,8,4215.69,2295.79,122.162,NULL),(20763,9,4229.79,2295.09,127.068,NULL),(20763,10,4250.86,2293.49,128.848,NULL),(20763,11,4271.72,2290,125.243,NULL),(20763,12,4277.21,2276.97,125.337,NULL),(20763,13,4269.13,2262.97,127.868,NULL),(20763,14,4262.07,2250.73,131.257,NULL),(20763,15,4253.95,2236.66,134.959,NULL),(20763,16,4249.61,2220.86,137.445,NULL),(20763,17,4251.74,2186.12,137.08,NULL),(20763,18,4252,2172.27,137.678,NULL),(26553,1,467.509,-325.542,104.086,NULL),(26553,2,483.179,-325.046,104.047,NULL),(14323,1,558.634,549.916,-25.3991,'Guard Slip kik'),(14323,2,550.942,528.12,-25.4017,'Guard Slip kik'),(14323,3,558.634,549.916,-25.3991,'Guard Slip kik'),(14323,4,573.506,563.22,-25.4018,'Guard Slip kik'),(14323,5,573.226,586.457,-25.4027,'Guard Slip kik'),(14323,6,524.055,587.067,-25.4025,'Guard Slip kik'),(23340,1,-5094.56,646.038,87.2043,'Murg \"Oldie\" Muckjaw'),(23340,2,-5097.64,660.054,87.5581,'Murg \"Oldie\" Muckjaw'),(23340,3,-5095.23,662.83,87.6506,'Murg \"Oldie\" Muckjaw'),(23340,4,-5081.62,663.375,88.9826,'Murg \"Oldie\" Muckjaw'),(23340,5,-5026.09,664.847,98.0088,'Murg \"Oldie\" Muckjaw'),(23340,6,-4988.04,667.552,100.198,'Murg \"Oldie\" Muckjaw'),(23342,1,-5094.56,646.038,87.1043,'Trope the Filth-Belcher'),(23342,2,-5097.64,660.054,87.5581,'Trope the Filth-Belcher'),(23342,3,-5095.23,662.83,87.8506,'Trope the Filth-Belcher'),(23342,4,-5081.62,663.375,89.3826,'Trope the Filth-Belcher'),(23342,5,-5026.09,664.847,98.0088,'Trope the Filth-Belcher'),(23344,1,-5094.66,642.169,86.9278,'Corlok the Vet'),(23344,2,-5099.02,653.186,87.4071,'Corlok the Vet'),(23344,3,-5092.6,664.835,88.1206,'Corlok the Vet'),(23344,4,-5080.97,664.741,89.2517,'Corlok the Vet'),(23345,1,-5074.62,639.673,86.9331,'Wing Commander Ichman'),(23345,2,-5091.72,640.899,86.9896,'Wing Commander Ichman'),(23345,3,-5099.78,661.451,87.4432,'Wing Commander Ichman'),(23345,4,-5090.78,664.342,88.3554,'Wing Commander Ichman'),(23345,5,-5067.89,664.518,89.9139,'Wing Commander Ichman'),(23345,6,-4974.12,662.561,93.8796,'Wing Commander Ichman'),(23345,7,-4906.46,640.801,88.7705,'Wing Commander Ichman'),(23345,8,-4921.31,579.589,88.8252,'Wing Commander Ichman'),(23345,9,-4970.17,540.006,100.316,'Wing Commander Ichman'),(23345,10,-5018.59,499.593,97.0844,'Wing Commander Ichman'),(23345,11,-5001.56,456.6,94.0664,'Wing Commander Ichman'),(23345,12,-4992.14,436.068,96.5439,'Wing Commander Ichman'),(23345,13,-4979.81,461.129,96.0511,'Wing Commander Ichman'),(23345,14,-4995.22,465.137,96.0437,'Wing Commander Ichman'),(23346,1,-5073.79,640.175,86.9597,'Wing Commander Mulverick'),(23346,2,-5093.49,642.838,87.0724,'Wing Commander Mulverick'),(23346,3,-5097.66,661.13,87.6415,'Wing Commander Mulverick'),(23346,4,-5070.33,664.518,89.9677,'Wing Commander Mulverick'),(23346,5,-4980.29,664.857,93.3151,'Wing Commander Mulverick'),(23346,6,-4923.65,661.955,85.6817,'Wing Commander Mulverick'),(23346,7,-4897.38,687.397,85.903,'Wing Commander Mulverick'),(23346,8,-4894.5,731.107,94.2763,'Wing Commander Mulverick'),(23346,9,-4909.02,768.031,88.1273,'Wing Commander Mulverick'),(23346,10,-4944.72,786.339,89.3095,'Wing Commander Mulverick'),(23346,11,-4978.84,796.752,122.538,'Wing Commander Mulverick'),(23346,12,-5020.1,794.71,104.245,'Wing Commander Mulverick'),(23346,13,-5051.79,790.186,90.4867,'Wing Commander Mulverick'),(23346,14,-5094.32,778.473,79.7089,'Wing Commander Mulverick'),(23346,15,-5139.05,763.19,68.1027,'Wing Commander Mulverick'),(23346,16,-5179.04,773.369,61.2301,'Wing Commander Mulverick'),(23346,17,-5255.2,791.07,49.3913,'Wing Commander Mulverick'),(23346,18,-5276.02,781.002,47.2046,'Wing Commander Mulverick'),(23346,19,-5272.19,763.952,49.0412,'Wing Commander Mulverick'),(23346,20,-5280.86,729.029,52.1453,'Wing Commander Mulverick'),(23346,21,-5269.54,687.2,53.4351,'Wing Commander Mulverick'),(23346,22,-5260.46,632.333,53.8001,'Wing Commander Mulverick'),(23346,23,-5260.06,607.943,59.746,'Wing Commander Mulverick'),(23346,24,-5253.74,659.762,53.9552,'Wing Commander Mulverick'),(23346,25,-5270.44,641.98,52.628,'Wing Commander Mulverick'),(23346,26,-5259.89,607.863,56.4182,'Wing Commander Mulverick'),(23346,27,-5188.08,598.437,88.6164,'Wing Commander Mulverick'),(23348,1,-5087.56,635.584,86.7302,'Captain Skyshatter'),(23348,2,-5094.97,641.565,86.8949,'Captain Skyshatter'),(23348,3,-5099.64,657.156,87.3064,'Captain Skyshatter'),(23348,4,-5082.76,664.815,89.2039,'Captain Skyshatter'),(23348,5,-4987.41,663.473,92.5703,'Captain Skyshatter'),(23348,6,-4931.48,678.786,93.1402,'Captain Skyshatter'),(23348,7,-4894.17,675.374,88.3474,'Captain Skyshatter'),(23348,8,-4883.4,657.438,86.213,'Captain Skyshatter'),(23348,9,-4884.02,635.673,84.0022,'Captain Skyshatter'),(23348,10,-4911.95,640.443,92.6958,'Captain Skyshatter'),(23348,11,-4949.11,665.224,92.2993,'Captain Skyshatter'),(23348,12,-4995.33,667.007,95.0879,'Captain Skyshatter'),(23383,1,-4108.06,3031.46,344.879,'Skyguard Prisoner'),(23383,2,-4110.58,3034.34,344.121,'Skyguard Prisoner'),(23383,3,-4116.37,3033.79,344.083,'Skyguard Prisoner'),(20281,1,3101.25,2800.1,118.565,'Drijya'),(20802,1,4015.68,2322.49,113.825,'Protectorate Demolitionist'),(20802,2,4007.63,2323.53,111.428,'Protectorate Demolitionist'),(17982,1,-1772.7,-11074.7,76.9523,'Demonitiolist Lagoso'),(17982,2,-1780.08,-11061.4,77.1293,'Demonitiolist Lagoso'),(17982,3,-1789.99,-11051.5,78.3538,'Demonitiolist Lagoso'),(17982,4,-1793.34,-11044.1,77.0266,'Demonitiolist Lagoso'),(17982,5,-1795.92,-11037.5,75.5467,'Demonitiolist Lagoso'),(17982,6,-1805.79,-11027.6,69.3309,'Demonitiolist Lagoso'),(17982,7,-1819.19,-11020.5,67.1404,'Demonitiolist Lagoso'),(17982,8,-1836.67,-11011.1,67.4923,'Demonitiolist Lagoso'),(22432,11,-709.864,2745.16,104.659,'Colonel Jules'),(22432,12,-709.463,2751.23,106.032,'Colonel Jules'),(22432,13,-713.553,2748.7,105.051,'Colonel Jules'),(22432,14,-713.526,2746.73,104.833,'Colonel Jules'),(22432,15,-711.496,2743.84,104.833,'Colonel Jules'),(22432,16,-714.383,2746.02,104.647,'Colonel Jules'),(21687,1,-3620.27,1862.06,48.4432,'Gromtor, Son of Oronok'),(21687,2,-3623.02,1861.06,48.9432,'Gromtor, Son of Oronok'),(21687,3,-3626.02,1860.06,49.9432,'Gromtor, Son of Oronok'),(21687,4,-3629.77,1858.81,50.9432,'Gromtor, Son of Oronok'),(21687,5,-3631.52,1858.31,51.6932,'Gromtor, Son of Oronok'),(21687,6,-3633.52,1857.56,52.4432,'Gromtor, Son of Oronok'),(21687,7,-3634.52,1857.31,53.4432,'Gromtor, Son of Oronok'),(281921,7,5646.68,5424.58,-0.368132,'Flight to Sholazar'),(281921,6,5615.97,5280.63,-14.5091,'Flight to Sholazar'),(281921,5,5589.58,5187.88,-23.7946,'Flight to Sholazar'),(281921,4,5502.49,5019.52,-10.9537,'Flight to Sholazar'),(281921,3,5410.06,4891.84,-55.465,'Flight to Sholazar'),(281921,2,5209.33,4758.04,12.4371,'Flight to Sholazar'),(281921,1,5164.84,4731.21,24.0861,'Flight to Sholazar'),(281920,6,5815.3,424.044,678.578,'Flight to Sholazar'),(281920,5,5817.85,435.301,676.821,'Flight to Sholazar'),(3715800,18,5296.86,1993.15,716.888,'Quel\'Delar in HoR'),(3715800,17,5303.81,1984.66,717.071,'Quel\'Delar in HoR'),(3715800,16,5313.1,1984.14,719.322,'Quel\'Delar in HoR'),(29679,1,7071.2,-1772.26,827.542,'Hyldsmeet Proto-Drake'),(29679,2,7042.99,-1757.14,842.747,'Hyldsmeet Proto-Drake'),(29679,3,7018.42,-1727.55,873.987,'Hyldsmeet Proto-Drake'),(29679,4,7004.25,-1677.93,923.391,'Hyldsmeet Proto-Drake'),(29736,1,6603.31,-272.773,988.054,'Stormcrest eagle, Fervor of the Frostborn'),(29736,2,6567.78,-283.843,983.271,'Stormcrest eagle, Fervor of the Frostborn'),(29736,3,6525.8,-320.955,975.602,'Stormcrest eagle, Fervor of the Frostborn'),(29736,4,6494.41,-369.545,967.738,'Stormcrest eagle, Fervor of the Frostborn'),(29736,5,6484.09,-462.986,954.571,'Stormcrest eagle, Fervor of the Frostborn'),(29736,6,6477.74,-565.348,940.242,'Stormcrest eagle, Fervor of the Frostborn'),(29736,7,6504.45,-607.032,933.271,'Stormcrest eagle, Fervor of the Frostborn'),(29736,8,6547.57,-655.802,922.877,'Stormcrest eagle, Fervor of the Frostborn'),(29736,9,6601.81,-686.798,911.13,'Stormcrest eagle, Fervor of the Frostborn'),(29736,10,6693.96,-735.666,891.467,'Stormcrest eagle, Fervor of the Frostborn'),(29736,11,6753.54,-748.784,879.917,'Stormcrest eagle, Fervor of the Frostborn'),(29736,12,6869.93,-747.289,927.448,'Stormcrest eagle, Fervor of the Frostborn'),(29736,13,6955.54,-744.598,965.127,'Stormcrest eagle, Fervor of the Frostborn'),(29736,14,7100.71,-777.982,977.417,'Stormcrest eagle, Fervor of the Frostborn'),(30317,8,7498.72,-1898.71,1476.34,''),(30317,7,7515.39,-1883.06,1475.08,''),(30317,6,7462.91,-1885.65,1475.85,''),(30331,1,7349.03,-2833.16,800.433,'King Jokkum'),(30331,2,7351.01,-2853.08,800.752,'King Jokkum'),(30331,3,7353.05,-2873.68,806.838,'King Jokkum'),(11016,38,5095.47,-507.214,296.678,'Captured Arko\'narin'),(30316,3,7999.48,-2732.53,1137.59,''),(12277,10,-1381.12,2502.45,91.1901,'Melizza Brimbuzzle'),(12277,11,-1384.34,2470.52,88.8283,'Melizza Brimbuzzle'),(4484,9,3263.07,225.985,10.6459,''),(4484,8,3232.94,223.725,10.0522,''),(4484,7,3227.65,210.76,8.62933,''),(4484,6,3225.04,199.439,7.09672,''),(4484,5,3229.85,191.23,7.49455,''),(4484,4,3219.12,182.236,6.58841,''),(4484,3,3203.48,192.349,5.90847,''),(1842,11,2951.88,-1386.69,155.974,'Taelan Fordring'),(1842,12,2953.8,-1383.23,155.949,'Taelan Fordring'),(1842,13,2951.18,-1381.97,155.949,'Taelan Fordring'),(9598,7,6069.08,-1250.3,377.394,'Arei'),(11018,5,5063.51,-499.978,297.292,'Arko\'narin'),(11018,4,5065.03,-493.146,297.799,'Arko\'narin'),(25729,12,3127.04,6587.56,79.2347,'Shadowstalker Getry'),(27328,13,4768.89,-3845.35,333.872,'Tur Ragepaw'),(31157,8,7859.05,2925.73,547.062,'Skeletal Assault Gryphon'),(31157,7,7950.95,2893.04,570.562,'Skeletal Assault Gryphon'),(31157,6,8070.52,2879.99,614.784,'Skeletal Assault Gryphon'),(31157,5,8212.88,2826.85,661.229,'Skeletal Assault Gryphon'),(31157,4,8289.22,2785.7,674.728,'Skeletal Assault Gryphon'),(31157,3,8335.47,2760.75,670.589,'Skeletal Assault Gryphon'),(31157,2,8370.31,2727.22,664.728,'Skeletal Assault Gryphon'),(31279,4,6733.6,3434.78,682.077,'Father Kamaros'),(1227700,21,-1361.85,2559.52,110.741,'Melizza Brimbuzzle'),(1227700,22,-1362.35,2557.77,109.991,'Melizza Brimbuzzle'),(1227700,23,-1363.1,2556.27,109.491,'Melizza Brimbuzzle'),(1227700,24,-1364.6,2553.52,108.991,'Melizza Brimbuzzle'),(1227700,25,-1365.35,2551.77,108.241,'Melizza Brimbuzzle'),(1227700,26,-1366.1,2550.02,107.741,'Melizza Brimbuzzle'),(1227700,27,-1366.48,2549.69,107.572,'Melizza Brimbuzzle'),(1227700,28,-1366.73,2549.19,107.072,'Melizza Brimbuzzle'),(1227700,29,-1367.23,2547.19,106.822,'Melizza Brimbuzzle'),(1227700,30,-1367.73,2545.19,106.072,'Melizza Brimbuzzle'),(1227700,31,-1368.48,2543.44,105.322,'Melizza Brimbuzzle'),(1227700,32,-1368.98,2541.44,104.572,'Melizza Brimbuzzle'),(1227700,33,-1369.48,2539.44,103.822,'Melizza Brimbuzzle'),(1227700,34,-1370.23,2536.69,103.322,'Melizza Brimbuzzle'),(1227700,35,-1370.98,2534.69,102.572,'Melizza Brimbuzzle'),(1227700,36,-1371.23,2532.94,102.072,'Melizza Brimbuzzle'),(1227700,37,-1371.73,2531.19,101.322,'Melizza Brimbuzzle'),(1227700,38,-1372.23,2529.19,100.822,'Melizza Brimbuzzle'),(1227700,39,-1372.98,2527.19,100.072,'Melizza Brimbuzzle'),(1227700,40,-1373.73,2524.44,99.3219,'Melizza Brimbuzzle'),(1227700,41,-1374.23,2522.44,98.5719,'Melizza Brimbuzzle'),(1227700,42,-1374.73,2520.69,97.8219,'Melizza Brimbuzzle'),(1227700,43,-1375.48,2518.69,97.3219,'Melizza Brimbuzzle'),(1227700,44,-1375.64,2518.4,97.0018,'Melizza Brimbuzzle'),(1227700,45,-1375.89,2517.15,96.7518,'Melizza Brimbuzzle'),(31737,35,7263.66,1652.5,434.152,'Skybreaker Squad Leader'),(31737,34,7276.17,1655.57,434.651,'Skybreaker Squad Leader'),(31833,23,7305.95,1720.51,466.371,'Korkron Squad Leader'),(24315,2,1074.89,-5033.89,9.71186,'home point'),(24514,4,2575.39,-5252.23,382.764,'Steelfeather'),(3715800,15,5325.13,1990.92,722.842,'Quel\'Delar in HoR'),(11016,37,5086.58,-497.992,296.678,'Captured Arko\'narin'),(8284,29,-6799.99,-1697.03,259.171,'Dorius Stonetender'),(8284,28,-6807.54,-1685.24,251.937,'Dorius Stonetender'),(8284,27,-6809.48,-1682.39,250.33,'Dorius Stonetender'),(27328,7,4673.65,-3862.96,328.13,'Tur Ragepaw'),(22432,10,-713.429,2744.81,104.753,'Colonel Jules'),(29679,5,7042.87,-1581.54,943.848,'Hyldsmeet Proto-Drake'),(29679,6,7089.01,-1513.21,999.059,'Hyldsmeet Proto-Drake'),(30318,3,8178.21,-1965.28,1739.39,''),(30331,4,7354.21,-2885.31,814.327,'King Jokkum'),(31157,1,8397.62,2683.95,657.368,'Skeletal Assault Gryphon'),(31279,5,6743.57,3444.41,679.522,'Father Kamaros'),(1227700,46,-1376.39,2515.15,96.0018,'Melizza Brimbuzzle'),(1227700,47,-1376.89,2513.4,95.2518,'Melizza Brimbuzzle'),(1227700,48,-1378.14,2509.4,93.7518,'Melizza Brimbuzzle'),(1227700,49,-1378.39,2507.65,93.0018,'Melizza Brimbuzzle'),(1227700,50,-1379.14,2504.9,92.5018,'Melizza Brimbuzzle'),(31737,33,7286.66,1655.95,435.096,'Skybreaker Squad Leader'),(31833,22,7317.86,1725.23,460.711,'Korkron Squad Leader'),(14323,7,510.351,606.567,-25.4036,'Guard Slip kik'),(14323,8,486.848,606.483,-25.4048,'Guard Slip kik'),(14323,9,478.164,594.953,-25.4053,'Guard Slip kik'),(14323,10,477.434,579.612,-25.4021,'Guard Slip kik'),(23340,7,-4985.78,705.424,107.845,'Murg \"Oldie\" Muckjaw'),(23340,8,-4998.67,747.661,108.399,'Murg \"Oldie\" Muckjaw'),(23344,5,-5013.39,664.365,96.3073,'Corlok the Vet'),(23345,15,-4979.78,422.108,96.2742,'Wing Commander Ichman'),(23345,16,-4948.8,384.394,97.8985,'Wing Commander Ichman'),(23346,28,-5176.6,549.729,89.9904,'Wing Commander Mulverick'),(23346,29,-5168.49,522.349,91.4781,'Wing Commander Mulverick'),(23346,30,-5143.6,507.12,92.2422,'Wing Commander Mulverick'),(23346,31,-5091.26,495.271,94.0692,'Wing Commander Mulverick'),(23348,13,-5042.88,668.841,97.9566,'Captain Skyshatter'),(23348,14,-5106.24,671.284,109.361,'Captain Skyshatter'),(23348,15,-5129.32,684.316,129.959,'Captain Skyshatter'),(20281,2,3107.59,2793.75,117.902,'Drijya'),(17982,9,-1857.23,-11000.2,63.9639,'Demonitiolist Lagoso'),(17982,10,-1872.05,-10988.8,61.4307,'Demonitiolist Lagoso'),(21687,8,-3636.27,1856.56,54.1932,'Gromtor, Son of Oronok'),(12277,12,-1388.79,2426.43,88.8291,'Melizza Brimbuzzle'),(4484,2,3187.92,197.118,4.6993,''),(7956,9,-4543.71,881.974,57.7389,'Kindal Moonweaver'),(9598,8,6079.96,-1260.89,380.247,'Arei'),(25335,4,4068.87,5807.64,73.8172,'Longrunner Proudhoof'),(25335,3,4083.93,5805.44,71.3716,'Longrunner Proudhoof'),(25335,2,4101.44,5799.44,67.9436,'Longrunner Proudhoof'),(30316,1,7991.77,-2736.45,1134.52,''),(8284,26,-6824.46,-1679.9,251.531,'Dorius Stonetender'),(4484,1,3175.93,193.541,3.48354,''),(1842,14,2946.54,-1379.57,152.02,'Taelan Fordring'),(9598,9,6091.53,-1270.74,382.514,'Arei'),(8284,34,-6778.38,-1749.98,259.551,'Dorius Stonetender'),(12126,1,2667,-1899,66.81,'Taelan Fordring'),(8284,25,-6837.27,-1680.11,251.522,'Dorius Stonetender'),(1379,24,-5700.1,-3764.29,323.779,'Miran'),(14323,11,504.78,574.765,-25.4009,'Guard Slip kik'),(23342,6,-4988.04,667.552,100.198,'Trope the Filth-Belcher'),(23344,6,-5030.49,641.083,120.951,'Corlok the Vet'),(23346,32,-4973.18,421.727,90.9961,'Wing Commander Mulverick'),(23348,16,-5187.61,723.587,139.018,'Captain Skyshatter'),(23383,4,-4122.83,3027.09,344.149,'Skyguard Prisoner'),(20281,3,3095.54,2771.74,115.836,'Drijya'),(21687,9,-3637.27,1856.31,55.1932,'Gromtor, Son of Oronok'),(25729,7,3118.36,6581.91,86.2718,'Shadowstalker Getry'),(26170,5,3717.94,3563.5,477.44,'Thassarin'),(1842,15,2943.02,-1377.76,152.02,'Taelan Fordring'),(281920,4,5821.83,447.322,674.883,'Flight to Sholazar'),(281920,3,5825.81,459.344,672.945,'Flight to Sholazar'),(281920,2,5829.11,469.329,671.336,'Flight to Sholazar'),(28948,18,6220.27,-2003.44,461.301,'malmortis'),(467,31,-10892.6,1257.03,33.37,''),(467,30,-10915.1,1202.09,36.55,''),(467,29,-10939.3,1150.75,37.42,''),(467,28,-10956.5,1119.9,36.73,''),(467,27,-10957.1,1099.33,36.83,''),(467,26,-10940.2,1077.66,36.49,''),(467,25,-10933.3,1052.61,35.85,''),(467,24,-10936.3,1023.38,36.52,''),(467,23,-10922.3,1002.23,35.74,''),(467,22,-10906.1,997.11,36.15,''),(467,21,-10892.5,1001.32,34.46,''),(467,20,-10880,1005.1,32.84,''),(467,19,-10866.6,1006.51,31.71,''),(467,18,-10832.6,1009.04,32.71,''),(467,17,-10802.3,1018.01,32.16,''),(467,16,-10754.4,1017.93,32.79,''),(467,15,-10708.7,1033.86,33.32,''),(467,14,-10664.7,1030.54,32.7,''),(467,13,-10655.9,1038.99,33.48,''),(467,12,-10638.1,1060.18,33.61,''),(467,11,-10621.3,1073,35.4,''),(467,10,-10608.7,1076.08,35.88,''),(467,9,-10600.1,1078.19,36.23,''),(467,8,-10585.7,1081.08,37.77,''),(467,7,-10575.8,1082.34,39.46,''),(467,6,-10566.6,1083.53,42.1,''),(467,5,-10555.3,1084.45,45.75,''),(8284,24,-6847.84,-1680.24,251.522,'Dorius Stonetender'),(1379,23,-5698.61,-3756.24,322.457,'Miran'),(30315,7,7864.17,-1396.05,1539.02,''),(30331,5,7355.82,-2901.55,820.309,'King Jokkum'),(25335,1,4121.4,5791.31,62.7287,'Longrunner Proudhoof'),(3715800,14,5331.94,2004.94,726.963,'Quel\'Delar in HoR'),(14323,12,477.434,579.612,-25.4021,'Guard Slip kik'),(23344,7,-5011.5,624.658,128.945,'Corlok the Vet'),(23346,33,-4965.04,392.479,89.3456,'Wing Commander Mulverick'),(23348,17,-5225.68,749.399,141.018,'Captain Skyshatter'),(20281,4,3079.12,2756.75,116.342,'Drijya'),(22432,17,-714.456,2749.98,104.089,'Colonel Jules'),(467,32,-10891.9,1306.66,35.45,''),(467,33,-10896.2,1327.86,37.77,''),(467,34,-10906,1368.05,40.91,''),(467,35,-10910.2,1389.33,42.62,''),(467,36,-10915.4,1417.72,42.93,''),(467,37,-10926.4,1421.18,43.04,'walk here and say'),(467,38,-10952.3,1421.74,43.4,''),(467,39,-10980,1411.38,42.79,''),(467,40,-11006.1,1420.47,43.26,''),(467,41,-11022,1450.59,43.09,''),(467,42,-11025.4,1491.59,43.15,''),(26170,4,3727.66,3567.63,477.34,'Thassarin'),(467,43,-11036.1,1508.32,43.28,''),(27843,9,4532.23,0.128148,82.1963,'Wyrmbait'),(26287,1,4539,45,100,'Icestorm'),(27439,1,2827.21,-424.453,119.893,'High Abbot Landgren'),(31279,6,6756.96,3457.35,675.294,'Father Kamaros'),(1227700,51,-1379.89,2501.9,91.7518,'Melizza Brimbuzzle'),(1227700,52,-1380.39,2500.15,91.2518,'Melizza Brimbuzzle'),(23344,8,-4976.25,609.167,131.847,'Corlok the Vet'),(23348,18,-5241.56,758.859,139.016,'Captain Skyshatter'),(1379,22,-5694.58,-3734.49,318.374,'Miran'),(27843,8,4537.15,21.3384,86.0038,'Wyrmbait'),(27247,25,2832.85,-462.689,150.835,'Devout Bodyguard'),(467,4,-10546.5,1084.88,50.13,''),(467,3,-10534.8,1081.92,49.88,''),(467,2,-10518.3,1074.84,53.96,''),(33956,4,1438.41,117.163,423.641,'Prospector Doren'),(33956,3,1476.33,117.785,423.641,'Prospector Doren'),(33956,2,1512.35,126.76,427.331,'Prospector Doren'),(33956,1,1536.36,134.033,427.289,'Prospector Doren'),(33235,5,1438.59,119.92,423.631,'Brann Bronzebeard'),(33235,4,1465.85,121.136,423.641,'Brann Bronzebeard'),(33235,3,1494.42,119.21,427.353,'Brann Bronzebeard'),(27328,14,4787.34,-3843.56,333.92,'Tur Ragepaw'),(17877,66,231.403,8479.94,17.9319,'Fhwoor'),(17877,65,246.831,8482.4,22.1621,'Fhwoor'),(17877,64,236.484,8479.62,18.1411,'Fhwoor'),(17877,63,229.474,8466.41,18.564,'Fhwoor'),(1379,21,-5692.24,-3721.88,316.468,'Miran'),(28948,17,6188.35,-1979.59,460.63,'malmortis'),(27247,24,2837.1,-467.819,150.837,'Devout Bodyguard'),(467,44,-11060.7,1526.72,43.19,''),(33462,1,8482.58,1113.82,554.34,'Paletress Confession'),(34102,1,8494.06,1102.13,554.33,'Paletress Speach'),(281920,1,5832.37,479.183,669.748,'Flight to Sholazar'),(3536100,1,8436.87,853.037,547.293,'Tirion Speach Start'),(3536100,2,8431.31,842.01,547.293,'Tirion Speach Start'),(3536100,3,8423.1,831.243,547.294,'Tirion Speach Start'),(3536100,4,8420.27,822.423,547.485,'Tirion Speach Start'),(3536100,5,8411.11,819.215,547.293,'Tirion Speach Start'),(3536100,6,8411.1,820.904,547.397,'Tirion Speach Start'),(3536100,7,8410.85,823.103,548.883,'Tirion Speach Start'),(3536100,8,8410.86,826.076,548.953,'Tirion Speach Start'),(35372,8,8474.35,965.616,547.565,'Garrosh Hellscream'),(35372,7,8471.33,874.792,547.356,'Garrosh Hellscream'),(35372,6,8456.81,868.282,547.547,'Garrosh Hellscream'),(35372,5,8429.67,868.032,547.561,'Garrosh Hellscream'),(33462,2,8487.39,1113.7,554.28,'Paletress Confession'),(467,1,-10508.4,1068,55.21,''),(33235,2,1539,121.983,427.3,'Brann Bronzebeard'),(27328,6,4672.61,-3863.96,328.316,'Tur Ragepaw'),(1227701,21,-1354.62,2200.6,82.1384,'Melizza Brimbuzzle'),(35372,4,8395.49,867.579,547.466,'Garrosh Hellscream'),(35372,3,8387.74,863.036,548.197,'Garrosh Hellscream'),(35372,2,8383.74,860.536,548.947,'Garrosh Hellscream'),(35372,1,8378.49,853.536,548.197,'Garrosh Hellscream'),(27932,1,-175.691,-3607.79,3.11728,'Harrys Bomber'),(27932,2,-206.463,-3665.6,15.0589,'Harrys Bomber'),(27932,3,-239.03,-3764.17,30.8325,'Harrys Bomber'),(27932,4,-265.967,-3864.41,46.1623,'Harrys Bomber'),(27932,5,-288.66,-3965.76,61.6018,'Harrys Bomber'),(27932,6,-331.795,-4169.33,89.4518,'Harrys Bomber'),(32682,1,67.601,-6310.05,8.39593,'Harrys Bomber'),(32682,2,56.1702,-6264.36,21.6775,'Harrys Bomber'),(32682,3,46.9081,-6217.25,32.1459,'Harrys Bomber'),(32682,4,5.48475,-6107.25,47.0541,'Harrys Bomber'),(32682,5,-73.1853,-5983.66,59.8672,'Harrys Bomber'),(32682,6,-135.293,-5899.46,68.626,'Harrys Bomber'),(32682,7,-198.537,-5816.05,76.8175,'Harrys Bomber'),(30318,6,8218.06,-2018.64,1744.73,''),(30331,6,7357.89,-2922.45,824.014,'King Jokkum'),(30134,1,7497.65,-980.435,473.414,'Branns Flying Machine'),(30134,2,7468.51,-1017.32,479.378,'Branns Flying Machine'),(30134,3,7473.77,-1060.9,489.051,'Branns Flying Machine'),(30134,4,7525.15,-1085.14,499.933,'Branns Flying Machine'),(30134,5,7559.02,-1067.42,508.719,'Branns Flying Machine'),(30134,6,7556.88,-1013.91,522.408,'Branns Flying Machine'),(30134,7,7534.64,-983.899,529.489,'Branns Flying Machine'),(30134,8,7490.75,-975.614,536.767,'Branns Flying Machine'),(30134,9,7458.98,-998.008,542.015,'Branns Flying Machine'),(30134,10,7454.43,-1046.19,548.909,'Branns Flying Machine'),(30134,11,7460.07,-1079.98,554.021,'Branns Flying Machine'),(30134,12,7496.17,-1094.8,562.659,'Branns Flying Machine'),(30134,13,7537.47,-1084.87,574.044,'Branns Flying Machine'),(30134,14,7569.92,-1058.31,581.427,'Branns Flying Machine'),(30134,15,7568.27,-1007.72,594.344,'Branns Flying Machine'),(30134,16,7534.98,-978.128,606.208,'Branns Flying Machine'),(30134,17,7481.8,-981.661,613.507,'Branns Flying Machine'),(30134,18,7445.26,-1035.03,620.37,'Branns Flying Machine'),(30134,19,7458.75,-1086.83,630.151,'Branns Flying Machine'),(23899,1,-3882.59,-4670.28,-1.82355,'Tethyr'),(21411,1,-2080.31,5296.75,-37.3236,'Tobias the Filth Gorger'),(21411,2,-2083.83,5299.95,-37.3236,'Tobias the Filth Gorger'),(21768,1,-3724.43,1030.95,55.9573,'Vagath'),(21768,2,-3721.09,1030.28,55.9577,'Vagath'),(21768,3,-3725.89,1035.81,55.9568,'Vagath'),(21768,4,-3726.25,1040.24,55.9559,'Vagath'),(9520,69,-7190.93,-1078.66,240.987,'Grark Lorkrub'),(9520,68,-7214.73,-1071.87,243.273,'Grark Lorkrub'),(9520,67,-7239.82,-1072.43,251.404,'Grark Lorkrub'),(9520,66,-7263.12,-1072.97,265.053,'Grark Lorkrub'),(9520,65,-7274.71,-1073.46,269.059,'Grark Lorkrub'),(9520,64,-7296.4,-1064.74,277.027,'Grark Lorkrub'),(9520,63,-7310.58,-1070.2,277.07,'Grark Lorkrub'),(9520,62,-7335.16,-1089.9,277.07,'Grark Lorkrub'),(28948,16,6154.38,-1982.7,460.694,'malmortis'),(467,45,-11072.8,1527.77,43.2,'say and quest credit'),(33235,1,1544.21,132.302,427.277,'Brann Bronzebeard'),(22820,1,-3724.76,1036.54,55.9986,'Seer Olum'),(22820,2,-3723.39,1033.15,56.2068,'Seer Olum'),(9520,61,-7359.44,-1101.27,277.84,'Grark Lorkrub'),(27932,7,-360.964,-4269.67,99.505,'Harrys Bomber'),(32682,8,-256.829,-5737.46,83.3688,'Harrys Bomber'),(30134,20,7512.55,-1094.28,639.85,'Branns Flying Machine'),(30134,21,7549.81,-1059.38,650.64,'Branns Flying Machine'),(30134,22,7535.99,-1011.53,664.341,'Branns Flying Machine'),(30134,23,7491.93,-996.384,677.549,'Branns Flying Machine'),(17877,62,227.407,8442,22.7788,'Fhwoor'),(22870,1,-3718.94,1032.77,63.8443,'Olums Spirit'),(9520,60,-7383.85,-1099.22,278.076,'Grark Lorkrub'),(31406,1,7753.45,2044.47,592.04,'Alliance Infra-green Bomber - Short'),(31406,2,7766.17,2004.16,575.364,'Alliance Infra-green Bomber - Short'),(31406,3,7804.4,1951.74,549.136,'Alliance Infra-green Bomber - Short'),(31406,4,7825.09,1928.68,532.879,'Alliance Infra-green Bomber - Short'),(31406,5,7866.31,1885.58,496.232,'Alliance Infra-green Bomber - Short'),(31406,6,7895.59,1845.43,466.525,'Alliance Infra-green Bomber - Short'),(31406,7,7883.56,1804.89,449.938,'Alliance Infra-green Bomber - Short'),(31406,8,7837,1801.84,435.217,'Alliance Infra-green Bomber - Short'),(31406,9,7815.85,1813.61,431.672,'Alliance Infra-green Bomber - Short'),(31406,10,7772.53,1841.07,431.172,'Alliance Infra-green Bomber - Short'),(31406,11,7739.59,1852.73,430.873,'Alliance Infra-green Bomber - Short'),(31406,12,7701.6,1856.26,428.418,'Alliance Infra-green Bomber - Short'),(31406,13,7658.51,1855.49,430.772,'Alliance Infra-green Bomber - Short'),(31406,14,7634.45,1847.34,432.35,'Alliance Infra-green Bomber - Short'),(31406,15,7587.81,1815.65,431.884,'Alliance Infra-green Bomber - Short'),(31406,16,7577.23,1780.84,425.398,'Alliance Infra-green Bomber - Short'),(31406,17,7588.97,1748.31,416.64,'Alliance Infra-green Bomber - Short'),(32512,1,7740.12,2037.47,594.088,'Alliance Infra-green Bomber - Long'),(32512,2,7742.67,2023.95,583.412,'Alliance Infra-green Bomber - Long'),(32512,3,7740.06,1991.28,559.206,'Alliance Infra-green Bomber - Long'),(32512,4,7728.47,1976.46,540.522,'Alliance Infra-green Bomber - Long'),(32512,5,7710.74,1968.24,523.864,'Alliance Infra-green Bomber - Long'),(32512,6,7684.83,1956.37,503.568,'Alliance Infra-green Bomber - Long'),(32512,7,7633.76,1925.8,466.762,'Alliance Infra-green Bomber - Long'),(32512,8,7608.49,1909.46,448.915,'Alliance Infra-green Bomber - Long'),(32512,9,7583.64,1878.65,428.868,'Alliance Infra-green Bomber - Long'),(32512,10,7594.58,1848.98,417.143,'Alliance Infra-green Bomber - Long'),(32512,11,7623.07,1838.43,407.831,'Alliance Infra-green Bomber - Long'),(32512,12,7660.62,1844.98,397.19,'Alliance Infra-green Bomber - Long'),(32512,13,7678.44,1849.78,394.788,'Alliance Infra-green Bomber - Long'),(32512,14,7709.07,1857.01,393.746,'Alliance Infra-green Bomber - Long'),(32512,15,7736.76,1861.04,395.752,'Alliance Infra-green Bomber - Long'),(32512,16,7787.22,1866.39,403.213,'Alliance Infra-green Bomber - Long'),(32512,17,7837.2,1851.71,409.706,'Alliance Infra-green Bomber - Long'),(32512,18,7852.85,1828.93,411.219,'Alliance Infra-green Bomber - Long'),(32512,19,7853.23,1800.17,412.38,'Alliance Infra-green Bomber - Long'),(32512,20,7829.07,1770.52,406.956,'Alliance Infra-green Bomber - Long'),(32512,21,7811.85,1768.51,404.165,'Alliance Infra-green Bomber - Long'),(32512,22,7799.06,1768.1,403.979,'Alliance Infra-green Bomber - Long'),(32512,23,7766.45,1769.32,405.503,'Alliance Infra-green Bomber - Long'),(32512,24,7731.83,1774.18,407.213,'Alliance Infra-green Bomber - Long'),(32512,25,7672.1,1781.93,409.652,'Alliance Infra-green Bomber - Long'),(32512,26,7636.9,1764.66,408.927,'Alliance Infra-green Bomber - Long'),(31838,1,7753.45,2044.47,592.04,'Horde Infra-green Bomber - Short'),(31838,2,7766.17,2004.16,575.364,'Horde Infra-green Bomber - Short'),(31838,3,7804.4,1951.74,549.136,'Horde Infra-green Bomber - Short'),(31838,4,7825.09,1928.68,532.879,'Horde Infra-green Bomber - Short'),(31838,5,7866.31,1885.58,496.232,'Horde Infra-green Bomber - Short'),(31838,6,7895.59,1845.43,466.525,'Horde Infra-green Bomber - Short'),(31838,7,7883.56,1804.89,449.938,'Horde Infra-green Bomber - Short'),(31838,8,7837,1801.84,435.217,'Horde Infra-green Bomber - Short'),(31838,9,7815.85,1813.61,431.672,'Horde Infra-green Bomber - Short'),(31838,10,7772.53,1841.07,431.172,'Horde Infra-green Bomber - Short'),(31838,11,7739.59,1852.73,430.873,'Horde Infra-green Bomber - Short'),(31838,12,7701.6,1856.26,428.418,'Horde Infra-green Bomber - Short'),(31838,13,7658.51,1855.49,430.772,'Horde Infra-green Bomber - Short'),(31838,14,7634.45,1847.34,432.35,'Horde Infra-green Bomber - Short'),(31838,15,7587.81,1815.65,431.884,'Horde Infra-green Bomber - Short'),(31838,16,7577.23,1780.84,425.398,'Horde Infra-green Bomber - Short'),(31838,17,7588.97,1748.31,416.64,'Horde Infra-green Bomber - Short'),(31838,18,7606.15,1728.53,411.093,'Horde Infra-green Bomber - Short'),(31838,19,7635.87,1700.63,410.406,'Horde Infra-green Bomber - Short'),(31838,20,7661.84,1677.63,415.037,'Horde Infra-green Bomber - Short'),(31838,21,7683.93,1657.1,418.071,'Horde Infra-green Bomber - Short'),(31838,22,7730.4,1647.6,420.767,'Horde Infra-green Bomber - Short'),(31838,23,7760.93,1663.64,426.739,'Horde Infra-green Bomber - Short'),(32513,1,7740.12,2037.47,594.088,'Horde Infra-green Bomber - Long'),(32513,2,7742.67,2023.95,583.412,'Horde Infra-green Bomber - Long'),(32513,3,7740.06,1991.28,559.206,'Horde Infra-green Bomber - Long'),(32513,4,7728.47,1976.46,540.522,'Horde Infra-green Bomber - Long'),(32513,5,7710.74,1968.24,523.864,'Horde Infra-green Bomber - Long'),(32513,6,7684.83,1956.37,503.568,'Horde Infra-green Bomber - Long'),(32513,7,7633.76,1925.8,466.762,'Horde Infra-green Bomber - Long'),(32513,8,7608.49,1909.46,448.915,'Horde Infra-green Bomber - Long'),(32513,9,7583.64,1878.65,428.868,'Horde Infra-green Bomber - Long'),(32513,10,7594.58,1848.98,417.143,'Horde Infra-green Bomber - Long'),(32513,11,7623.07,1838.43,407.831,'Horde Infra-green Bomber - Long'),(32513,12,7660.62,1844.98,397.19,'Horde Infra-green Bomber - Long'),(32513,13,7678.44,1849.78,394.788,'Horde Infra-green Bomber - Long'),(32513,14,7709.07,1857.01,393.746,'Horde Infra-green Bomber - Long'),(32513,15,7736.76,1861.04,395.752,'Horde Infra-green Bomber - Long'),(32513,16,7787.22,1866.39,403.213,'Horde Infra-green Bomber - Long'),(32513,17,7837.2,1851.71,409.706,'Horde Infra-green Bomber - Long'),(32513,18,7852.85,1828.93,411.219,'Horde Infra-green Bomber - Long'),(32513,19,7853.23,1800.17,412.38,'Horde Infra-green Bomber - Long'),(32513,20,7829.07,1770.52,406.956,'Horde Infra-green Bomber - Long'),(32513,21,7811.85,1768.51,404.165,'Horde Infra-green Bomber - Long'),(32513,22,7799.06,1768.1,403.979,'Horde Infra-green Bomber - Long'),(32513,23,7766.45,1769.32,405.503,'Horde Infra-green Bomber - Long'),(32513,24,7731.83,1774.18,407.213,'Horde Infra-green Bomber - Long'),(22990,1,-3570.33,620.32,6.41,'Akama'),(17877,61,219.306,8431.98,20.4219,'Fhwoor'),(9520,59,-7408.22,-1101.78,278.077,'Grark Lorkrub'),(27932,8,-427.98,-4468.51,107.407,'Harrys Bomber'),(32682,9,-314.508,-5650.04,90.5208,'Harrys Bomber'),(22990,2,-3570.23,588.86,10.39,'Akama'),(31406,18,7606.15,1728.53,411.093,'Alliance Infra-green Bomber - Short'),(31406,19,7635.87,1700.63,410.406,'Alliance Infra-green Bomber - Short'),(31406,20,7661.84,1677.63,415.037,'Alliance Infra-green Bomber - Short'),(32512,27,7622.94,1733.91,407.852,'Alliance Infra-green Bomber - Long'),(32512,28,7637.13,1701.48,401.798,'Alliance Infra-green Bomber - Long'),(32512,29,7656.35,1687.47,392.133,'Alliance Infra-green Bomber - Long'),(32512,30,7683.72,1664.33,389.155,'Alliance Infra-green Bomber - Long'),(32512,31,7704.89,1644.36,391.315,'Alliance Infra-green Bomber - Long'),(32512,32,7723.43,1616.93,396.226,'Alliance Infra-green Bomber - Long'),(31838,24,7817.86,1688.59,436.1,'Horde Infra-green Bomber - Short'),(31838,25,7857.05,1734.45,413.059,'Horde Infra-green Bomber - Short'),(31838,26,7865.85,1752.09,411.13,'Horde Infra-green Bomber - Short'),(32513,25,7672.1,1781.93,409.652,'Horde Infra-green Bomber - Long'),(32513,26,7636.9,1764.66,408.927,'Horde Infra-green Bomber - Long'),(32513,27,7622.94,1733.91,407.852,'Horde Infra-green Bomber - Long'),(32513,28,7637.13,1701.48,401.798,'Horde Infra-green Bomber - Long'),(32513,29,7656.35,1687.47,392.133,'Horde Infra-green Bomber - Long'),(32513,30,7683.72,1664.33,389.155,'Horde Infra-green Bomber - Long'),(17877,60,200.3,8408.49,18.8142,'Fhwoor'),(17848,19,2128.2,70.9763,64.4221,'Lieutenant Drake'),(17848,18,2125.5,88.9481,54.7953,'Lieutenant Drake'),(17848,17,2108.7,85.3075,53.3294,'Lieutenant Drake'),(17848,16,2094.23,81.2788,52.6946,'Lieutenant Drake'),(17848,15,2086.29,104.95,52.9246,'Lieutenant Drake'),(17848,14,2093.61,139.441,52.7616,'Lieutenant Drake'),(17848,13,2117.59,166.708,52.7686,'Lieutenant Drake'),(17848,12,2132,191.834,52.5709,'Lieutenant Drake'),(17848,11,2154.99,202.795,52.6446,'Lieutenant Drake'),(29860,8,8578.03,2638.67,652.354,'Vile'),(29858,1,8598.5,2671.04,652.354,'Lady Nightswood'),(29858,2,8598.22,2670.08,652.354,'Lady Nightswood'),(29858,3,8597.25,2666.67,652.354,'Lady Nightswood'),(29858,4,8595.95,2662.13,652.354,'Lady Nightswood'),(29858,5,8593.37,2653.14,652.354,'Lady Nightswood'),(29858,6,8589.56,2639.82,652.354,'Lady Nightswood'),(29858,7,8589.56,2639.82,652.354,'Lady Nightswood'),(29860,1,8550.58,2654.24,652.354,'Vile'),(29860,2,8551.56,2654.03,652.354,'Vile'),(29860,3,8554.79,2652.16,652.354,'Vile'),(29860,4,8560.37,2648.92,652.354,'Vile'),(29860,5,8576.06,2639.81,652.354,'Vile'),(29860,6,8577.14,2639.18,652.354,'Vile'),(25851,20,1557.81,569.841,50.5778,'Volatile Fiend'),(25851,19,1570.92,574.75,50.6095,'Volatile Fiend'),(25851,18,1583.25,560.562,50.5756,'Volatile Fiend'),(25851,17,1596.71,543.375,50.5756,'Volatile Fiend'),(25851,16,1614,529.46,50.5756,'Volatile Fiend'),(25851,15,1632.21,514.799,50.5756,'Volatile Fiend'),(25851,14,1653.65,505.556,50.5756,'Volatile Fiend'),(17848,10,2178.14,214.219,53.0779,'Lieutenant Drake'),(17848,9,2190.71,227.831,53.2742,'Lieutenant Drake'),(25851,13,1659.93,519.575,50.5756,'Volatile Fiend'),(25851,12,1654.32,527.089,50.6408,'Volatile Fiend'),(25851,11,1647.24,530.052,53.9219,'Volatile Fiend'),(23030,23,700.394,878.148,94.6207,'Dragonmaw Sky Stalker'),(23030,22,693.135,914.144,95.5393,'Dragonmaw Sky Stalker'),(23030,21,664.531,935.643,96.1041,'Dragonmaw Sky Stalker'),(23030,20,641.327,935.371,96.849,'Dragonmaw Sky Stalker'),(23030,19,612.719,916.945,99.8388,'Dragonmaw Sky Stalker'),(23030,18,609.768,855.905,103.636,'Dragonmaw Sky Stalker'),(23030,17,609.462,841.943,104.524,'Dragonmaw Sky Stalker'),(23030,16,599.923,802.768,108.17,'Dragonmaw Sky Stalker'),(23030,15,601.262,764.521,111.237,'Dragonmaw Sky Stalker'),(23030,14,611.134,735.934,112.619,'Dragonmaw Sky Stalker'),(23030,13,634.253,705.726,114.521,'Dragonmaw Sky Stalker'),(23030,12,675.973,691.612,115.606,'Dragonmaw Sky Stalker'),(23030,11,737.599,690.243,115.881,'Dragonmaw Sky Stalker'),(23030,10,743.357,690.984,115.951,'Dragonmaw Sky Stalker'),(23330,23,700.394,878.148,94.6207,'Dragonmaw Wind Reaver'),(23330,22,693.135,914.144,95.5393,'Dragonmaw Wind Reaver'),(23330,21,664.531,935.643,96.1041,'Dragonmaw Wind Reaver'),(23330,20,641.327,935.371,96.849,'Dragonmaw Wind Reaver'),(23330,19,612.719,916.945,99.8388,'Dragonmaw Wind Reaver'),(23330,18,609.768,855.905,103.636,'Dragonmaw Wind Reaver'),(23330,17,609.462,841.943,104.524,'Dragonmaw Wind Reaver'),(23330,16,599.923,802.768,108.17,'Dragonmaw Wind Reaver'),(23330,15,601.262,764.521,111.237,'Dragonmaw Wind Reaver'),(23330,14,611.134,735.934,112.619,'Dragonmaw Wind Reaver'),(23330,13,634.253,705.726,114.521,'Dragonmaw Wind Reaver'),(23330,12,675.973,691.612,115.606,'Dragonmaw Wind Reaver'),(23330,11,737.599,690.243,115.881,'Dragonmaw Wind Reaver'),(23330,10,743.357,690.984,115.951,'Dragonmaw Wind Reaver'),(31406,21,7683.93,1657.1,418.071,'Alliance Infra-green Bomber - Short'),(32512,33,7725.81,1591.86,400.687,'Alliance Infra-green Bomber - Long'),(32513,31,7704.89,1644.36,391.315,'Horde Infra-green Bomber - Long'),(29860,7,8578.03,2638.67,652.354,'Vile'),(27857,1,3681.84,-917.652,76.9847,'Legion Commander Yorik'),(27858,1,3681.39,-930.486,78.6564,'Highlord Bolvar Fordragon'),(27858,2,3679.56,-914.486,77.0932,'Highlord Bolvar Fordragon'),(27383,1,3681.6,-912.228,77.6402,'Thel zan the Duskbringer'),(9537,1,886.917,-149.176,-49.76,'Hurley Blackbreath'),(9537,2,897.699,-137.324,-49.7522,'Hurley Blackbreath'),(9537,3,898.57,-141.831,-49.755,'Hurley Blackbreath'),(9541,1,885.926,-145.908,-49.76,'Blackbreath Crony'),(9541,2,891.983,-138.614,-49.7543,'Blackbreath Crony'),(9541,3,896.412,-144.16,-49.7574,'Blackbreath Crony'),(9541000,1,888.984,-152.599,-49.76,'Blackbreath Crony'),(9541000,2,895.56,-134.14,-49.7485,'Blackbreath Crony'),(9541000,3,897.199,-139.513,-49.7554,'Blackbreath Crony'),(9541001,1,886.917,-149.176,-49.76,'Blackbreath Crony'),(9541001,2,899.913,-133.535,-49.7479,'Blackbreath Crony'),(9541001,3,901.009,-139.604,-49.7551,'Blackbreath Crony'),(5697,23,1725.15,338.242,-49.5298,'Theresa'),(5697,22,1723.4,336.742,-49.0298,'Theresa'),(5697,21,1721.4,335.242,-49.0298,'Theresa'),(5697,20,1721.34,335.056,-48.8505,'Theresa'),(5697,19,1720.59,334.556,-49.1005,'Theresa'),(5697,18,1719.34,333.556,-49.1005,'Theresa'),(5697,17,1717.34,332.306,-49.6005,'Theresa'),(5697,16,1713.84,330.056,-52.3505,'Theresa'),(5697,15,1708.34,326.306,-55.1005,'Theresa'),(5697,14,1708.07,326.351,-55.09,'Theresa'),(5697,13,1707.57,325.851,-55.09,'Theresa'),(5697,12,1703.88,327.275,-55.1898,'Theresa'),(5697,11,1699.12,334.025,-60.1898,'Theresa'),(5697,10,1698.74,334.388,-60.272,'Theresa'),(5697,9,1698.24,334.888,-60.272,'Theresa'),(5697,8,1696.24,335.388,-60.272,'Theresa'),(5697,7,1687.1,337.711,-60.3678,'Theresa'),(5697,6,1678.35,343.711,-60.3678,'Theresa'),(5697,5,1677.35,344.461,-60.3678,'Theresa'),(5697,4,1673.04,347.684,-60.6594,'Theresa'),(5697,3,1671.29,349.184,-60.6594,'Theresa'),(5697,2,1667.29,351.934,-60.6594,'Theresa'),(5697,1,1660.24,357.807,-60.5092,'Theresa'),(5662,1,1685.04,417.976,-62.2986,'Sergeant Houser'),(5662,2,1694.53,418.755,-62.2986,'Sergeant Houser'),(5662,3,1704.5,421.202,-62.3554,'Sergeant Houser'),(5662,4,1693.69,418.24,-62.2982,'Sergeant Houser'),(5697,24,1728.65,340.742,-52.2798,'Theresa'),(5697,25,1733.65,344.992,-55.0298,'Theresa'),(5697,26,1738.04,343.706,-55.1748,'Theresa'),(5697,27,1738.29,343.456,-55.1748,'Theresa'),(5697,28,1738.49,343.131,-55.1891,'Theresa'),(5697,29,1742.49,337.631,-59.4391,'Theresa'),(5697,30,1742.99,337.131,-60.1891,'Theresa'),(5697,31,1743.3,336.912,-60.1912,'Theresa'),(5697,32,1745.3,335.412,-60.1912,'Theresa'),(5697,33,1751.57,336.503,-60.3616,'Theresa'),(5697,34,1753.07,336.753,-60.3616,'Theresa'),(5697,35,1755.32,337.003,-61.8616,'Theresa'),(5697,36,1757.32,337.503,-61.8616,'Theresa'),(5697,37,1759.57,338.503,-61.8616,'Theresa'),(5697,38,1759.87,338.735,-62.0504,'Theresa'),(5697,39,1765.37,341.485,-62.0504,'Theresa'),(5697,40,1769.37,343.735,-62.0504,'Theresa'),(5697,41,1778.87,347.985,-62.0504,'Theresa'),(5697,42,1780.62,350.735,-62.3004,'Theresa'),(5697,43,1780.71,350.994,-61.9875,'Theresa'),(5697,44,1784.71,356.744,-61.9875,'Theresa'),(5697,45,1789.21,363.494,-59.9875,'Theresa'),(5697,46,1790.21,365.244,-59.9875,'Theresa'),(5697,47,1791.96,367.744,-59.9875,'Theresa'),(5697,48,1792.29,372.921,-59.9374,'Theresa'),(5697,49,1792.54,375.421,-59.9374,'Theresa'),(5697,50,1792.02,377.664,-59.6861,'Theresa'),(5697,51,1791.52,378.914,-59.6861,'Theresa'),(5697,52,1788.52,386.664,-56.9361,'Theresa'),(5697,53,1786.02,392.914,-56.9361,'Theresa'),(5697,54,1785.42,394.137,-56.9608,'Theresa'),(5697,55,1785.59,393.924,-56.9367,'Theresa'),(5697,56,1788.84,387.174,-56.9367,'Theresa'),(5697,57,1792.09,379.174,-59.6867,'Theresa'),(5697,58,1792.29,378.921,-59.9374,'Theresa'),(5697,59,1792.54,378.171,-59.9374,'Theresa'),(5697,60,1792.54,375.421,-59.9374,'Theresa'),(5697,61,1792.29,372.921,-59.9374,'Theresa'),(5697,62,1791.96,367.744,-59.9875,'Theresa'),(5697,63,1790.21,365.244,-59.9875,'Theresa'),(5697,64,1789.21,363.494,-59.9875,'Theresa'),(5697,65,1784.71,356.744,-61.9875,'Theresa'),(5697,66,1780.71,350.994,-61.9875,'Theresa'),(5697,67,1780.62,350.735,-62.3004,'Theresa'),(5697,68,1778.87,347.985,-62.0504,'Theresa'),(5697,69,1769.37,343.735,-62.0504,'Theresa'),(5697,70,1765.37,341.485,-62.0504,'Theresa'),(5697,71,1759.87,338.735,-62.0504,'Theresa'),(5697,72,1759.57,338.503,-61.8616,'Theresa'),(5697,73,1757.32,337.503,-61.8616,'Theresa'),(5697,74,1755.32,337.003,-61.8616,'Theresa'),(5697,75,1753.07,336.753,-60.3616,'Theresa'),(5697,76,1751.57,336.503,-60.3616,'Theresa'),(5697,77,1745.3,335.412,-60.1912,'Theresa'),(5697,78,1743.3,336.912,-60.1912,'Theresa'),(5697,79,1742.99,337.131,-60.1891,'Theresa'),(5697,80,1742.49,337.631,-59.4391,'Theresa'),(5697,81,1738.49,343.131,-55.1891,'Theresa'),(5697,82,1738.29,343.456,-55.1748,'Theresa'),(5697,83,1738.04,343.706,-55.1748,'Theresa'),(5697,84,1733.65,344.992,-55.0298,'Theresa'),(5697,85,1728.65,340.742,-52.2798,'Theresa'),(5697,86,1725.15,338.242,-49.5298,'Theresa'),(5697,87,1723.4,336.742,-49.0298,'Theresa'),(5697,88,1721.4,335.242,-49.0298,'Theresa'),(5697,89,1721.34,335.056,-48.8505,'Theresa'),(5697,90,1720.59,334.556,-49.1005,'Theresa'),(5697,91,1719.34,333.556,-49.1005,'Theresa'),(5697,92,1717.34,332.306,-49.6005,'Theresa'),(5697,93,1713.84,330.056,-52.3505,'Theresa'),(5697,94,1708.34,326.306,-55.1005,'Theresa'),(5697,95,1708.07,326.351,-55.09,'Theresa'),(5697,96,1707.57,325.851,-55.09,'Theresa'),(5697,97,1703.88,327.275,-55.1898,'Theresa'),(5697,98,1699.12,334.025,-60.1898,'Theresa'),(5697,99,1698.74,334.388,-60.272,'Theresa'),(5697,100,1698.24,334.888,-60.272,'Theresa'),(5697,101,1696.24,335.388,-60.272,'Theresa'),(5697,102,1687.1,337.711,-60.3678,'Theresa'),(5697,103,1678.35,343.711,-60.3678,'Theresa'),(5697,104,1677.35,344.461,-60.3678,'Theresa'),(5697,105,1673.04,347.684,-60.6594,'Theresa'),(5697,106,1671.29,349.184,-60.6594,'Theresa'),(5697,107,1667.29,351.934,-60.6594,'Theresa'),(5697,108,1660.24,357.807,-60.5092,'Theresa'),(5697,109,1655.74,367.394,-60.7665,'Theresa'),(36217,1,1437.89,402.031,-85.01,'Overseer Kraggosh'),(36217,2,1436.64,399.031,-85.01,'Overseer Kraggosh'),(36217,3,1432.64,396.281,-85.01,'Overseer Kraggosh'),(36217,4,1429.14,399.281,-85.01,'Overseer Kraggosh'),(36217,5,1438.03,403.83,-85.2626,'Overseer Kraggosh'),(18903,1,-4071.96,-11499.4,-134.845,'Audrid'),(18903,2,-4085.86,-11511.8,-135.426,'Audrid'),(18903,3,-4108.05,-11503.5,-135.243,'Audrid'),(18903,4,-4125.23,-11475.9,-130.384,'Audrid'),(18903,5,-4098.2,-11483.1,-134.1,'Audrid'),(18903,6,-4079.14,-11469,-141.394,'Audrid'),(18903,7,-4070.92,-11448.3,-141.832,'Audrid'),(18903,8,-4074.92,-11439.5,-141.694,'Audrid'),(18903,9,-4081.45,-11439.4,-141.536,'Audrid'),(18903,10,-4093.78,-11424.2,-141.66,'Audrid'),(18903,11,-4104.93,-11420.9,-141.778,'Audrid'),(18903,12,-4103.04,-11410.8,-141.718,'Audrid'),(18903,13,-4088.84,-11398.8,-141.502,'Audrid'),(18903,14,-4076.05,-11397,-141.326,'Audrid'),(18903,15,-4075.58,-11381.8,-141.281,'Audrid'),(18903,16,-4078.52,-11369.3,-139.347,'Audrid'),(18903,17,-4093.92,-11360,-139.499,'Audrid'),(18903,18,-4077.02,-11370.7,-139.333,'Audrid'),(18903,19,-4076.87,-11402.3,-141.376,'Audrid'),(18903,20,-4068.41,-11405.1,-141.287,'Audrid'),(18903,21,-4038.25,-11418.3,-140.982,'Audrid'),(18903,22,-4022.23,-11425.7,-137.283,'Audrid'),(18903,23,-4011.23,-11441.3,-137.204,'Audrid'),(18903,24,-4008.65,-11454.8,-137.237,'Audrid'),(18903,25,-4017,-11459,-137.341,'Audrid'),(18903,26,-4034.7,-11465.7,-141.125,'Audrid'),(18903,27,-4044.97,-11450.8,-141.189,'Audrid'),(18903,28,-4048.47,-11441.8,-140.982,'Audrid'),(18903,29,-4061.98,-11475.1,-140.994,'Audrid'),(24742,1,-36.1289,-3425.64,4.99862,'\"Mad\" Jonah Sterling'),(1724200,1,-4699.27,-12419.8,11.7,'Archaeologist Adamant Ironheart'),(1724201,1,-4693.81,-12423.1,11.8935,'Archaeologist Adamant Ironheart'),(17246,1,-4712.83,-12394.6,12.2762,'\"Cookie\" McWeaksauce'),(17246,2,-4715.83,-12400.1,12.5262,'\"Cookie\" McWeaksauce'),(17246,3,-4712.33,-12404.3,12.2762,'\"Cookie\" McWeaksauce'),(17246,4,-4715.83,-12400.1,12.5262,'\"Cookie\" McWeaksauce'),(17246,5,-4708.59,-12400.3,11.9429,'\"Cookie\" McWeaksauce'),(4721,1,-1207.75,-59.4741,158.36,'Zangen Stonehoof'),(4721,2,-1207.76,-57.3273,158.614,'Zangen Stonehoof'),(17682,1,-2548.47,-12304.2,13.7926,'Princess Stillpine'),(17682,2,-2548.58,-12304.6,13.8851,'Princess Stillpine'),(17682,3,-2550.08,-12304.6,13.6351,'Princess Stillpine'),(17682,4,-2555.08,-12305.8,13.1351,'Princess Stillpine'),(17682,5,-2564.14,-12308.1,12.6582,'Princess Stillpine'),(17682,6,-2600.64,-12304.1,11.9082,'Princess Stillpine'),(17682,7,-2600.89,-12303.7,11.8037,'Princess Stillpine'),(17682,8,-2602.64,-12303.7,11.5537,'Princess Stillpine'),(17682,9,-2612.64,-12299.7,12.0537,'Princess Stillpine'),(17682,10,-2614.39,-12299.5,12.5537,'Princess Stillpine'),(17682,11,-2617.39,-12298.2,13.0537,'Princess Stillpine'),(17682,12,-2620.14,-12297.2,13.5537,'Princess Stillpine'),(17682,13,-2626.81,-12294.8,13.7856,'Princess Stillpine'),(17682,14,-2635.31,-12289.5,13.0356,'Princess Stillpine'),(17682,15,-2647.06,-12282.5,12.5356,'Princess Stillpine'),(17682,16,-2657.31,-12276.2,12.0356,'Princess Stillpine'),(15958,1,8706.2,-7157.47,44.2039,'Gharsul the Remorseless'),(15656,1,8705.16,-7155.8,44.3291,'Angershade'),(19228,1,-1748.81,5131.2,-35.7738,'Perry Gatner WP1'),(19228,2,-1749.06,5132.2,-36.0238,'Perry Gatner WP2'),(19228,3,-1750.56,5137.45,-36.0238,'Perry Gatner WP3'),(19228,4,-1748.81,5131.2,-35.7738,'Perry Gatner WP4'),(19228,5,-1749.03,5132.32,-36.0209,'Perry Gatner WP5'),(19228,6,-1748.78,5131.07,-36.0209,'Perry Gatner WP6'),(19271,1,-1740.42,5139.31,-37.0472,'Albert Quarksprocket WP1'),(19271,2,-1741.42,5139.31,-36.5472,'Albert Quarksprocket WP2'),(19271,3,-1745.07,5139.2,-36.1153,'Albert Quarksprocket WP3'),(19271,4,-1749.07,5140.2,-36.1153,'Albert Quarksprocket WP4'),(19271,5,-1750.93,5143.45,-35.9823,'Albert Quarksprocket WP5'),(19271,6,-1749.93,5144.2,-36.4823,'Albert Quarksprocket WP6'),(19271,7,-1749.18,5144.95,-36.7323,'Albert Quarksprocket WP7'),(19271,8,-1748.68,5145.45,-36.7323,'Albert Quarksprocket WP8'),(19271,9,-1747.68,5144.95,-36.7323,'Albert Quarksprocket WP9'),(19271,10,-1740.93,5142.72,-37.0159,'Albert Quarksprocket WP10'),(19271,11,-1739.93,5141.97,-37.0159,'Albert Quarksprocket WP11'),(19271,12,-1740.73,5142.04,-37.0105,'Albert Quarksprocket WP12'),(19271,13,-1741.73,5142.54,-37.0105,'Albert Quarksprocket WP13'),(19271,14,-1747.73,5145.54,-37.0105,'Albert Quarksprocket WP14'),(19271,15,-1748.1,5145.45,-36.7323,'Albert Quarksprocket WP15'),(19271,16,-1748.6,5145.95,-36.7323,'Albert Quarksprocket WP16'),(19271,17,-1749.35,5144.95,-36.7323,'Albert Quarksprocket WP17'),(19271,18,-1749.85,5143.7,-36.2323,'Albert Quarksprocket WP18'),(19271,19,-1749.56,5143.69,-35.9823,'Albert Quarksprocket WP19'),(19271,20,-1748.56,5143.94,-36.4823,'Albert Quarksprocket WP20'),(19271,21,-1747.31,5144.44,-36.7323,'Albert Quarksprocket WP21'),(19271,22,-1748.29,5144,-36.3707,'Albert Quarksprocket WP22'),(19271,23,-1747.04,5144.5,-36.8707,'Albert Quarksprocket WP23'),(19271,24,-1745.29,5145.25,-36.8707,'Albert Quarksprocket WP24'),(19271,25,-1741.79,5142,-36.8707,'Albert Quarksprocket WP25'),(19271,26,-1737.29,5138.58,-37.3058,'Albert Quarksprocket WP26'),(17831,1,-280.039,8304.79,20.1217,'Watcher Leesa\'oh '),(17831,2,-276.227,8298.74,20.0015,'Watcher Leesa\'oh '),(17831,3,-278.858,8289.58,19.764,'Watcher Leesa\'oh '),(17831,4,-280.108,8285.83,19.014,'Watcher Leesa\'oh '),(17831,5,-280.608,8283.83,18.514,'Watcher Leesa\'oh '),(17831,6,-281.858,8280.08,18.014,'Watcher Leesa\'oh '),(17831,7,-288.801,8259.56,17.9901,'Watcher Leesa\'oh '),(17831,8,-292.643,8246.02,18.649,'Watcher Leesa\'oh '),(17831,9,-293.143,8240.27,18.899,'Watcher Leesa\'oh '),(17831,10,-293.489,8239.82,19.079,'Watcher Leesa\'oh '),(17831,11,-293.489,8238.32,19.579,'Watcher Leesa\'oh '),(17831,12,-293.739,8235.57,20.329,'Watcher Leesa\'oh '),(17831,13,-293.739,8233.57,20.829,'Watcher Leesa\'oh '),(17831,14,-293.598,8234.54,20.6902,'Watcher Leesa\'oh '),(17831,15,-293.598,8236.54,19.9402,'Watcher Leesa\'oh '),(17831,16,-293.348,8238.29,19.4402,'Watcher Leesa\'oh '),(17831,17,-293.098,8241.29,18.9402,'Watcher Leesa\'oh '),(17831,18,-292.348,8250.04,18.1902,'Watcher Leesa\'oh '),(17831,19,-291.771,8253.6,18.1621,'Watcher Leesa\'oh '),(17831,20,-288.872,8267.25,17.948,'Watcher Leesa\'oh '),(17831,21,-283.122,8282.75,18.448,'Watcher Leesa\'oh '),(17831,22,-282.372,8284.75,18.948,'Watcher Leesa\'oh '),(17831,23,-281.622,8286.5,19.448,'Watcher Leesa\'oh '),(17831,24,-282.232,8284.96,19.1753,'Watcher Leesa\'oh '),(17831,25,-281.482,8286.71,19.4253,'Watcher Leesa\'oh '),(17831,26,-281.482,8287.21,19.6753,'Watcher Leesa\'oh '),(17831,27,-277.479,8293.73,20.0654,'Watcher Leesa\'oh '),(17831,28,-276.61,8299.61,20.1317,'Watcher Leesa\'oh '),(17831,29,-280.38,8302.44,20.0717,'Watcher Leesa\'oh '),(17831,30,-283.861,8302.74,19.7271,'Watcher Leesa\'oh '),(17955,1,-350.653,8217.62,23.9646,'Hungry Boglord'),(17955,2,-343.403,8219.12,23.7146,'Hungry Boglord'),(17955,3,-332.903,8217.12,23.4646,'Hungry Boglord'),(17955,4,-330.903,8216.62,22.9646,'Hungry Boglord'),(17955,5,-330.552,8216.89,22.7595,'Hungry Boglord'),(17955,6,-323.052,8215.64,23.0095,'Hungry Boglord'),(17955,7,-315.302,8216.39,23.5095,'Hungry Boglord'),(17955,8,-306.302,8217.14,22.7595,'Hungry Boglord'),(17955,9,-303.552,8217.39,22.2595,'Hungry Boglord'),(17955,10,-270.546,8223.8,21.7336,'Hungry Boglord'),(17955,11,-270.188,8223.75,21.8006,'Hungry Boglord'),(17955,12,-269.688,8224,21.5506,'Hungry Boglord'),(17955,13,-267.188,8222.75,21.0506,'Hungry Boglord'),(17955,14,-264.188,8221.75,20.5506,'Hungry Boglord'),(17955,15,-251.712,8216.57,20.369,'Hungry Boglord'),(17955,16,-245.712,8208.82,21.119,'Hungry Boglord'),(17955,17,-241.962,8204.32,21.619,'Hungry Boglord'),(17955,18,-235.962,8196.32,21.119,'Hungry Boglord'),(17955,19,-235.55,8195.94,21.1943,'Hungry Boglord'),(17955,20,-232.55,8192.19,20.9443,'Hungry Boglord'),(17955,21,-226.05,8159.19,21.1943,'Hungry Boglord'),(17955,22,-226.142,8158.81,21.2371,'Hungry Boglord'),(17955,23,-223.892,8147.56,20.7371,'Hungry Boglord'),(17953,1,-223.892,8147.56,20.7371,'Buddy'),(2021800,1,2918.93,4180.71,161.867,'Manforge B\'naar cast point 1'),(2021801,1,2911.8,4196.94,161.883,'Manforge B\'naar cast point 2'),(2021802,1,2417.71,2748.97,132.416,'Manforge Coruu cast point 1'),(2021803,1,2424.12,2765.2,132.368,'Manforge Coruu cast point 2'),(2021804,1,2969.34,2175.69,163.198,'Manforge Duru cast point 1'),(2021805,1,2986.23,2184.67,163.204,'Manforge Duru cast point 2'),(2043900,1,4004.42,4033.56,192.624,'Manforge Ara cast point 1'),(2043901,1,4024.73,4027.47,192.56,'Manforge Ara cast point 2'),(23782,1,1950.98,-6131.16,24.8696,'Apothecary Ravien'),(23782,2,1946.99,-6136.56,24.3789,'Apothecary Ravien'),(23782,3,1946.49,-6139.31,24.3789,'Apothecary Ravien'),(23782,4,1946.49,-6140.31,24.3789,'Apothecary Ravien'),(23782,5,1946.49,-6141.31,24.3789,'Apothecary Ravien'),(23782,6,1946.49,-6142.56,24.3789,'Apothecary Ravien'),(23782,7,1946.49,-6142.44,24.3901,'Apothecary Ravien'),(23782,8,1946.49,-6141.44,24.3901,'Apothecary Ravien'),(23782,9,1946.49,-6140.44,24.3901,'Apothecary Ravien'),(23782,10,1946.49,-6139.44,24.3901,'Apothecary Ravien'),(23782,11,1947.24,-6137.44,24.3901,'Apothecary Ravien'),(23782,12,1947.05,-6137.37,24.8136,'Apothecary Ravien'),(23782,13,1948.3,-6134.37,24.8136,'Apothecary Ravien'),(23782,14,1950.3,-6133.62,25.0636,'Apothecary Ravien'),(23782,15,1954.05,-6129.62,25.0636,'Apothecary Ravien'),(23782,16,1958.3,-6127.12,25.5636,'Apothecary Ravien'),(23782,17,1958.69,-6127.19,25.5125,'Apothecary Ravien'),(23782,18,1960.69,-6127.19,26.0125,'Apothecary Ravien'),(2523700,1,2836.88,6186.15,84.9327,'Garrosh Hellscream (Path 1)'),(2523700,2,2835.62,6183.71,84.9327,'Garrosh Hellscream (Path 1)'),(2523700,3,2838.32,6187.36,84.6827,'Garrosh Hellscream (Path 1)'),(2523701,1,2834.37,6182.8,84.9327,'Garrosh Hellscream (Path 2)'),(2523701,2,2833.12,6185.05,84.9327,'Garrosh Hellscream (Path 2)'),(2523701,3,2832.88,6185.25,84.9327,'Garrosh Hellscream (Path 2)'),(2523701,4,2834.38,6184,84.9327,'Garrosh Hellscream (Path 2)'),(2523701,5,2838.32,6187.36,84.6827,'Garrosh Hellscream (Path 2)'),(27683,1,3711.94,938.429,55.092,'Remnant of Dahlia Suntouch'),(27683,2,3711.27,937.686,55.092,'Remnant of Dahlia Suntouch'),(27683,3,3722.17,943.183,54.7084,'Remnant of Dahlia Suntouch'),(27683,4,3723.84,944.028,53.9497,'Remnant of Dahlia Suntouch'),(27683,5,3725.49,944.856,54.0067,'Remnant of Dahlia Suntouch'),(27683,6,3729.95,947.109,53.9857,'Remnant of Dahlia Suntouch'),(27683,7,3733.33,948.815,53.4908,'Remnant of Dahlia Suntouch'),(27683,8,3737.5,950.916,53.4659,'Remnant of Dahlia Suntouch'),(27683,9,3737.5,950.916,53.4659,'Remnant of Dahlia Suntouch'),(27683,10,3736.35,956.151,53.6017,'Remnant of Dahlia Suntouch'),(27951,1,2663.62,-359.163,144.224,'Admiral Barean Westwind'),(27951,2,2664.87,-358.913,143.724,'Admiral Barean Westwind'),(27951,3,2666.12,-358.663,143.224,'Admiral Barean Westwind'),(27951,4,2667.12,-358.413,142.724,'Admiral Barean Westwind'),(27951,5,2668.37,-358.413,142.474,'Admiral Barean Westwind'),(27951,6,2669.62,-358.163,142.224,'Admiral Barean Westwind'),(27951,7,2671.12,-357.913,141.724,'Admiral Barean Westwind'),(27951,8,2679.87,-356.663,141.724,'Admiral Barean Westwind'),(27951,9,2684.62,-355.913,141.724,'Admiral Barean Westwind'),(27951,10,2691.62,-355.163,141.724,'Admiral Barean Westwind'),(27951,11,2698.62,-354.163,141.724,'Admiral Barean Westwind'),(27951,12,2705.87,-353.163,141.724,'Admiral Barean Westwind'),(27951,13,2714.12,-351.913,141.724,'Admiral Barean Westwind'),(27951,14,2715.37,-351.663,141.724,'Admiral Barean Westwind'),(27951,15,2717.62,-351.413,141.724,'Admiral Barean Westwind'),(27951,16,2717.8,-351.493,141.467,'Admiral Barean Westwind'),(27951,17,2718.55,-351.243,141.467,'Admiral Barean Westwind'),(27951,18,2719.3,-353.493,141.467,'Admiral Barean Westwind'),(27951,19,2720.55,-355.243,141.467,'Admiral Barean Westwind'),(27951,20,2720.86,-355.383,141.467,'Admiral Barean Westwind'),(27951,21,2722.36,-357.883,141.467,'Admiral Barean Westwind'),(27951,22,2723.61,-357.633,141.467,'Admiral Barean Westwind'),(27951,23,2726.86,-357.383,141.467,'Admiral Barean Westwind'),(27951,24,2731.61,-356.633,141.467,'Admiral Barean Westwind'),(27951,25,2733.86,-356.383,141.467,'Admiral Barean Westwind'),(27951,26,2736.61,-355.883,141.467,'Admiral Barean Westwind'),(34044,1,5799.26,822.844,668.83,'Brann Bronzebeard'),(34044,2,5800.26,822.844,668.83,'Brann Bronzebeard'),(34044,3,5800.37,821.754,667.964,'Brann Bronzebeard'),(34044,4,5800.66,818.83,666.119,'Brann Bronzebeard'),(34044,5,5801.2,813.458,662.236,'Brann Bronzebeard'),(34044,6,5801.2,813.458,662.236,'Brann Bronzebeard'),(34044,7,5801.47,813.34,662.557,'Brann Bronzebeard'),(34044,8,5801.48,811.024,662.233,'Brann Bronzebeard'),(34044,9,5801.98,807.024,662.233,'Brann Bronzebeard'),(34044,10,5801.98,806.274,662.233,'Brann Bronzebeard'),(34044,11,5800.73,802.524,662.233,'Brann Bronzebeard'),(34044,12,5800,799.77,662.187,'Brann Bronzebeard'),(34044,13,5798.75,789.02,662.187,'Brann Bronzebeard'),(34044,14,5798.75,787.77,662.187,'Brann Bronzebeard'),(34044,15,5798.5,786.52,662.187,'Brann Bronzebeard'),(34044,16,5798.37,786.414,662.192,'Brann Bronzebeard'),(34044,17,5798.12,784.414,662.192,'Brann Bronzebeard'),(34044,18,5797.87,783.664,662.692,'Brann Bronzebeard'),(34044,19,5797.87,779.414,662.692,'Brann Bronzebeard'),(34044,20,5797.87,775.664,661.942,'Brann Bronzebeard'),(34044,21,5797.87,774.664,661.692,'Brann Bronzebeard'),(34044,22,5797.63,774.333,661.354,'Brann Bronzebeard'),(34044,23,5797.38,772.583,661.354,'Brann Bronzebeard'),(34044,24,5797.38,772.083,661.354,'Brann Bronzebeard'),(34044,25,5796.63,766.833,661.604,'Brann Bronzebeard'),(34044,26,5796.38,761.833,658.354,'Brann Bronzebeard'),(34044,27,5795.75,756.938,654.613,'Brann Bronzebeard'),(34044,28,5795.75,754.438,652.863,'Brann Bronzebeard'),(34044,29,5795.75,745.438,646.863,'Brann Bronzebeard'),(34044,30,5795.75,737.188,640.863,'Brann Bronzebeard'),(34044,31,5795.75,736.188,640.613,'Brann Bronzebeard'),(34044,32,5795.63,732.469,640.387,'Brann Bronzebeard'),(34044,33,5795.38,731.219,640.387,'Brann Bronzebeard'),(34044,34,5794.88,722.719,640.637,'Brann Bronzebeard'),(34044,35,5794.38,720.219,640.637,'Brann Bronzebeard'),(34044,36,5794.14,719.736,641.016,'Brann Bronzebeard'),(34044,37,5794.14,719.486,641.016,'Brann Bronzebeard'),(34044,38,5793.39,718.236,641.016,'Brann Bronzebeard'),(34044,39,5792.14,716.736,641.016,'Brann Bronzebeard'),(34044,40,5788.39,710.986,641.516,'Brann Bronzebeard'),(34044,41,5784.41,705.475,642.078,'Brann Bronzebeard'),(34044,42,5780.41,699.975,642.328,'Brann Bronzebeard'),(34044,43,5778.91,697.975,642.578,'Brann Bronzebeard'),(34044,44,5778.66,697.475,642.578,'Brann Bronzebeard'),(34044,45,5773.41,690.475,642.828,'Brann Bronzebeard'),(34044,46,5772.66,689.225,642.828,'Brann Bronzebeard'),(34044,47,5772.45,688.938,643.104,'Brann Bronzebeard'),(34044,48,5769.95,685.938,643.104,'Brann Bronzebeard'),(34044,49,5767.95,683.438,643.104,'Brann Bronzebeard'),(34044,50,5761.95,676.688,642.854,'Brann Bronzebeard'),(34044,51,5758.7,672.688,643.104,'Brann Bronzebeard'),(34044,52,5757.7,671.938,643.104,'Brann Bronzebeard'),(34044,53,5756.95,670.938,643.104,'Brann Bronzebeard'),(34044,54,5755.7,669.438,643.104,'Brann Bronzebeard'),(34044,55,5754.95,668.688,643.354,'Brann Bronzebeard'),(34044,56,5750.95,663.938,643.604,'Brann Bronzebeard'),(34044,57,5750.72,663.752,643.809,'Brann Bronzebeard'),(34044,58,5750.22,663.252,643.809,'Brann Bronzebeard'),(34044,59,5745.22,659.002,644.559,'Brann Bronzebeard'),(34044,60,5740.22,654.752,645.559,'Brann Bronzebeard'),(34044,61,5740.14,654.636,645.801,'Brann Bronzebeard'),(34044,62,5736.89,651.886,646.051,'Brann Bronzebeard'),(34044,63,5734.89,651.136,646.301,'Brann Bronzebeard'),(34044,64,5731.39,649.886,646.801,'Brann Bronzebeard'),(16128,1,5797.6,793.306,662.112,'Rhonin'),(16128,2,5796.1,777.556,662.362,'Rhonin'),(16128,3,5794.6,767.056,661.612,'Rhonin'),(16128,4,5793.1,753.056,651.862,'Rhonin'),(16128,5,5790.6,736.806,640.612,'Rhonin'),(16128,6,5786.35,717.556,641.112,'Rhonin'),(16128,7,5773.6,702.056,642.112,'Rhonin'),(16128,8,5759.1,683.556,642.612,'Rhonin'),(16128,9,5746.85,669.056,644.362,'Rhonin'),(16128,10,5736.35,658.806,645.862,'Rhonin'),(16128,11,5727.35,653.806,646.862,'Rhonin'),(28217,25,5511.19,4586.47,-135.09,'Injured Rainspeaker Oracle'),(28217,26,5511.44,4589.47,-134.59,'Injured Rainspeaker Oracle'),(28217,27,5511.69,4591.47,-133.84,'Injured Rainspeaker Oracle'),(28217,28,5511.69,4593.47,-133.34,'Injured Rainspeaker Oracle'),(28217,29,5511.94,4595.22,-132.59,'Injured Rainspeaker Oracle'),(28217,30,5512.07,4593.58,-133.326,'Injured Rainspeaker Oracle'),(28217,31,5512.07,4595.58,-132.576,'Injured Rainspeaker Oracle'),(28217,32,5512.32,4597.58,-132.326,'Injured Rainspeaker Oracle'),(28217,33,5513.82,4600.33,-131.826,'Injured Rainspeaker Oracle'),(28217,34,5514.82,4601.83,-132.826,'Injured Rainspeaker Oracle'),(28217,35,5515.32,4602.83,-133.326,'Injured Rainspeaker Oracle'),(28217,36,5518.07,4607.08,-132.076,'Injured Rainspeaker Oracle'),(28217,37,5520.07,4610.33,-133.076,'Injured Rainspeaker Oracle'),(28217,38,5520.32,4611.08,-133.826,'Injured Rainspeaker Oracle'),(28217,39,5520.82,4611.83,-134.576,'Injured Rainspeaker Oracle'),(28217,40,5521.32,4612.83,-135.326,'Injured Rainspeaker Oracle'),(28217,41,5521.82,4613.58,-135.576,'Injured Rainspeaker Oracle'),(28217,42,5524.57,4617.83,-136.576,'Injured Rainspeaker Oracle'),(28217,43,5528.88,4624.34,-136.87,'Injured Rainspeaker Oracle'),(28217,44,5532.88,4624.34,-137.12,'Injured Rainspeaker Oracle'),(28217,45,5550.51,4624.69,-136.864,'Injured Rainspeaker Oracle'),(28217,46,5552.26,4625.44,-137.364,'Injured Rainspeaker Oracle'),(28217,47,5565.26,4629.94,-136.864,'Injured Rainspeaker Oracle'),(28217,48,5568.01,4630.94,-136.364,'Injured Rainspeaker Oracle'),(28217,49,5571.01,4631.94,-135.114,'Injured Rainspeaker Oracle'),(28217,50,5574.76,4633.19,-134.364,'Injured Rainspeaker Oracle'),(28217,51,5577.51,4634.19,-135.114,'Injured Rainspeaker Oracle'),(28217,52,5577.73,4634.2,-135.023,'Injured Rainspeaker Oracle'),(28217,53,5580.98,4635.45,-135.773,'Injured Rainspeaker Oracle'),(28217,54,5584.98,4634.95,-136.023,'Injured Rainspeaker Oracle'),(28217,55,5587.98,4634.45,-136.773,'Injured Rainspeaker Oracle'),(28217,56,5589.73,4634.2,-138.023,'Injured Rainspeaker Oracle'),(28217,57,5594.73,4633.7,-138.273,'Injured Rainspeaker Oracle'),(28217,58,5596.73,4633.45,-137.523,'Injured Rainspeaker Oracle'),(28217,59,5599.73,4633.2,-136.773,'Injured Rainspeaker Oracle'),(28217,60,5606.61,4632.27,-136.453,'Injured Rainspeaker Oracle'),(28217,61,5612.11,4626.52,-137.203,'Injured Rainspeaker Oracle'),(28217,62,5616.86,4621.77,-137.703,'Injured Rainspeaker Oracle'),(28217,63,5620.64,4618.1,-137.576,'Injured Rainspeaker Oracle'),(28217,64,5625.39,4612.85,-137.076,'Injured Rainspeaker Oracle'),(28308,1,5295.42,4436.54,-97.6029,'Captive Crocolisk'),(28308,2,5291.67,4435.04,-97.1029,'Captive Crocolisk'),(28308,3,5287.92,4433.54,-96.3529,'Captive Crocolisk'),(28308,4,5277.92,4429.54,-95.8529,'Captive Crocolisk'),(28308,5,5277.78,4429.43,-95.943,'Captive Crocolisk'),(28308,6,5268.28,4425.43,-95.443,'Captive Crocolisk'),(28308,7,5249.84,4405.99,-95.9316,'Captive Crocolisk'),(28308,8,5251.84,4401.24,-95.1816,'Captive Crocolisk'),(28308,9,5262.34,4376.74,-95.6816,'Captive Crocolisk'),(28308,10,5263.34,4373.99,-96.4316,'Captive Crocolisk'),(28308,11,5264.34,4371.99,-96.9316,'Captive Crocolisk'),(28308,12,5265.34,4369.24,-97.6816,'Captive Crocolisk'),(28308,13,5262.21,4376.32,-95.757,'Captive Crocolisk'),(28308,14,5263.46,4373.82,-96.507,'Captive Crocolisk'),(28308,15,5264.21,4372.07,-97.257,'Captive Crocolisk'),(28308,16,5265.46,4369.32,-98.007,'Captive Crocolisk'),(28308,17,5266.96,4365.82,-98.007,'Captive Crocolisk'),(28308,18,5272.96,4366.07,-99.007,'Captive Crocolisk'),(28308,19,5274.71,4366.07,-99.507,'Captive Crocolisk'),(28308,20,5277.71,4366.32,-100.257,'Captive Crocolisk'),(28308,21,5284.71,4366.57,-101.007,'Captive Crocolisk'),(28308,22,5288.71,4366.82,-101.757,'Captive Crocolisk'),(28308,23,5284.9,4366.41,-101.254,'Captive Crocolisk'),(28308,24,5288.9,4366.66,-102.004,'Captive Crocolisk'),(28308,25,5289.4,4366.66,-102.004,'Captive Crocolisk'),(28308,26,5291.4,4366.41,-103.004,'Captive Crocolisk'),(28308,27,5293.4,4366.16,-104.254,'Captive Crocolisk'),(28308,28,5294.4,4366.16,-105.004,'Captive Crocolisk'),(28308,29,5295.4,4366.16,-106.004,'Captive Crocolisk'),(28308,30,5296.4,4365.91,-106.504,'Captive Crocolisk'),(28308,31,5297.4,4365.91,-107.254,'Captive Crocolisk'),(28308,32,5298.4,4365.91,-108.004,'Captive Crocolisk'),(28308,33,5299.15,4365.66,-108.754,'Captive Crocolisk'),(28308,34,5300.15,4365.66,-109.504,'Captive Crocolisk'),(28308,35,5302.15,4365.41,-110.004,'Captive Crocolisk'),(28308,36,5304.15,4365.41,-110.504,'Captive Crocolisk'),(28308,37,5305.15,4365.16,-111.254,'Captive Crocolisk'),(28308,38,5306.15,4365.16,-112.004,'Captive Crocolisk'),(28308,39,5307.15,4365.16,-112.504,'Captive Crocolisk'),(28308,40,5308.15,4365.16,-113.254,'Captive Crocolisk'),(28308,41,5309.15,4364.91,-114.004,'Captive Crocolisk'),(28308,42,5311.15,4364.91,-115.004,'Captive Crocolisk'),(28308,43,5313.15,4364.66,-116.004,'Captive Crocolisk'),(28308,44,5316.15,4364.41,-116.754,'Captive Crocolisk'),(28308,45,5318.15,4364.41,-117.504,'Captive Crocolisk'),(28308,46,5320.15,4364.41,-118.254,'Captive Crocolisk'),(28308,47,5322.15,4364.16,-119.004,'Captive Crocolisk'),(28308,48,5325.15,4363.91,-120.004,'Captive Crocolisk'),(28308,49,5325.25,4363.77,-120.115,'Captive Crocolisk'),(28308,50,5330,4363.27,-120.865,'Captive Crocolisk'),(28308,51,5334.5,4358.02,-121.615,'Captive Crocolisk'),(28308,52,5336.5,4355.77,-122.365,'Captive Crocolisk'),(28308,53,5339.25,4353.02,-123.365,'Captive Crocolisk'),(28308,54,5341.25,4350.77,-124.365,'Captive Crocolisk'),(28308,55,5343,4348.52,-126.115,'Captive Crocolisk'),(28308,56,5345,4346.02,-128.115,'Captive Crocolisk'),(28308,57,5346.25,4344.52,-129.615,'Captive Crocolisk'),(28308,58,5347,4343.77,-130.865,'Captive Crocolisk'),(28308,59,5348.25,4342.27,-132.365,'Captive Crocolisk'),(28308,60,5349,4341.52,-133.865,'Captive Crocolisk'),(28308,61,5350.47,4340.6,-135.01,'Captive Crocolisk'),(28308,62,5351.22,4340.1,-136.26,'Captive Crocolisk'),(28308,63,5353.22,4339.6,-137.26,'Captive Crocolisk'),(28308,64,5354.97,4338.85,-138.26,'Captive Crocolisk'),(28308,65,5357.47,4337.6,-139.01,'Captive Crocolisk'),(28308,66,5359.22,4336.6,-139.51,'Captive Crocolisk'),(28308,67,5361.97,4335.35,-140.51,'Captive Crocolisk'),(28308,68,5363.72,4334.6,-141.01,'Captive Crocolisk'),(28308,69,5364.09,4334.35,-141.089,'Captive Crocolisk'),(28308,70,5365.34,4333.6,-141.089,'Captive Crocolisk'),(28308,71,5369.59,4331.1,-142.589,'Captive Crocolisk'),(28308,72,5372.84,4328.85,-143.589,'Captive Crocolisk'),(28308,73,5376.34,4326.6,-144.589,'Captive Crocolisk'),(28308,74,5379.34,4324.6,-145.339,'Captive Crocolisk'),(28308,75,5382.59,4322.6,-146.089,'Captive Crocolisk'),(28308,76,5402.84,4309.6,-144.589,'Captive Crocolisk'),(28308,77,5403.84,4309.1,-143.339,'Captive Crocolisk'),(28308,78,5403.24,4309.77,-144.72,'Captive Crocolisk'),(28308,79,5403.99,4309.27,-143.22,'Captive Crocolisk'),(28308,80,5405.74,4308.02,-141.72,'Captive Crocolisk'),(28308,81,5407.74,4308.02,-141.22,'Captive Crocolisk'),(28308,82,5409.74,4307.77,-140.47,'Captive Crocolisk'),(28308,83,5412.49,4307.52,-139.72,'Captive Crocolisk'),(28308,84,5416.49,4307.27,-138.22,'Captive Crocolisk'),(28308,85,5419.49,4307.02,-137.72,'Captive Crocolisk'),(28308,86,5424.49,4306.77,-136.97,'Captive Crocolisk'),(28308,87,5432.49,4306.02,-136.47,'Captive Crocolisk'),(28308,88,5432.64,4305.78,-136.233,'Captive Crocolisk'),(28308,89,5435.14,4305.78,-135.983,'Captive Crocolisk'),(28308,90,5439.14,4305.28,-135.483,'Captive Crocolisk'),(28308,91,5442.89,4304.78,-134.733,'Captive Crocolisk'),(28308,92,5445.89,4304.53,-134.233,'Captive Crocolisk'),(28308,93,5450.89,4304.03,-133.483,'Captive Crocolisk'),(28308,94,5458.89,4303.03,-132.983,'Captive Crocolisk'),(28308,95,5459.03,4302.87,-132.697,'Captive Crocolisk'),(28308,96,5465.03,4302.12,-132.697,'Captive Crocolisk'),(28308,97,5481.03,4297.37,-131.947,'Captive Crocolisk'),(28308,98,5483.03,4296.87,-131.197,'Captive Crocolisk'),(28308,99,5484.78,4296.37,-130.697,'Captive Crocolisk'),(28308,100,5485.78,4296.12,-129.947,'Captive Crocolisk'),(28308,101,5487.78,4295.62,-128.947,'Captive Crocolisk'),(28308,102,5489.53,4294.87,-127.447,'Captive Crocolisk'),(28308,103,5489.61,4294.57,-127.34,'Captive Crocolisk'),(28308,104,5490.61,4294.32,-127.09,'Captive Crocolisk'),(28308,105,5491.11,4293.57,-126.34,'Captive Crocolisk'),(28308,106,5491.86,4291.82,-125.34,'Captive Crocolisk'),(28308,107,5492.86,4290.07,-124.09,'Captive Crocolisk'),(28308,108,5493.86,4288.32,-122.59,'Captive Crocolisk'),(28308,109,5494.86,4286.57,-121.59,'Captive Crocolisk'),(28308,110,5495.36,4285.57,-121.09,'Captive Crocolisk'),(28308,111,5496.36,4284.07,-119.34,'Captive Crocolisk'),(28308,112,5496.61,4283.07,-118.84,'Captive Crocolisk'),(28308,113,5496.46,4283.9,-119.108,'Captive Crocolisk'),(28308,114,5496.96,4282.9,-118.608,'Captive Crocolisk'),(28308,115,5497.46,4282.15,-117.358,'Captive Crocolisk'),(28308,116,5497.96,4281.15,-116.858,'Captive Crocolisk'),(28308,117,5498.96,4279.4,-115.858,'Captive Crocolisk'),(28308,118,5499.21,4278.65,-114.858,'Captive Crocolisk'),(28308,119,5500.21,4276.65,-113.608,'Captive Crocolisk'),(28308,120,5501.71,4274.15,-112.358,'Captive Crocolisk'),(28308,121,5502.71,4272.4,-111.608,'Captive Crocolisk'),(28308,122,5503.71,4270.65,-110.608,'Captive Crocolisk'),(28308,123,5503.96,4269.9,-110.108,'Captive Crocolisk'),(28308,124,5505.46,4268.65,-109.358,'Captive Crocolisk'),(28308,125,5507.46,4266.4,-107.858,'Captive Crocolisk'),(28308,126,5508.71,4265.15,-107.358,'Captive Crocolisk'),(28308,127,5510.21,4263.65,-106.108,'Captive Crocolisk'),(28308,128,5511.71,4262.15,-105.108,'Captive Crocolisk'),(28308,129,5513.71,4260.15,-104.358,'Captive Crocolisk'),(28308,130,5515.96,4257.9,-103.608,'Captive Crocolisk'),(28308,131,5517.96,4255.9,-103.108,'Captive Crocolisk'),(28308,132,5518.27,4255.89,-103.03,'Captive Crocolisk'),(28308,133,5518.52,4255.64,-102.78,'Captive Crocolisk'),(28308,134,5521.52,4256.14,-102.28,'Captive Crocolisk'),(28308,135,5540.81,4259.84,-102.148,'Captive Crocolisk'),(28308,136,5552.31,4261.59,-102.648,'Captive Crocolisk'),(28308,137,5552.56,4261.52,-102.573,'Captive Crocolisk'),(28308,138,5564.56,4263.52,-102.323,'Captive Crocolisk'),(28308,139,5567.06,4263.02,-101.823,'Captive Crocolisk'),(28308,140,5570.06,4262.77,-101.073,'Captive Crocolisk'),(28308,141,5573.06,4262.52,-100.573,'Captive Crocolisk'),(28308,142,5581.06,4261.52,-100.073,'Captive Crocolisk'),(28308,143,5585.06,4261.27,-99.3233,'Captive Crocolisk'),(28308,144,5585.64,4261.42,-99.3142,'Captive Crocolisk'),(28308,145,5607.39,4259.92,-98.8142,'Captive Crocolisk'),(28308,146,5607.64,4260.12,-98.7674,'Captive Crocolisk'),(28308,147,5609.89,4259.87,-98.7674,'Captive Crocolisk'),(28308,148,5620.64,4259.62,-98.0174,'Captive Crocolisk'),(28308,149,5620.92,4259.83,-98.0141,'Captive Crocolisk'),(28308,150,5633.67,4259.58,-98.2641,'Captive Crocolisk'),(28308,151,5652.42,4260.33,-98.7641,'Captive Crocolisk'),(28308,152,5652.63,4260.8,-99.0374,'Captive Crocolisk'),(28308,153,5660.88,4261.3,-98.5374,'Captive Crocolisk'),(28308,154,5681.83,4266.6,-99.0788,'Captive Crocolisk'),(28308,155,5683.83,4267.1,-99.5788,'Captive Crocolisk'),(28308,156,5686.58,4267.6,-100.329,'Captive Crocolisk'),(28308,157,5688.33,4268.1,-100.829,'Captive Crocolisk'),(28308,158,5691.33,4268.85,-101.329,'Captive Crocolisk'),(28308,159,5695.08,4269.85,-102.079,'Captive Crocolisk'),(28308,160,5699.08,4270.85,-102.829,'Captive Crocolisk'),(28308,161,5699.24,4271.2,-103.109,'Captive Crocolisk'),(28308,162,5708.49,4273.7,-102.859,'Captive Crocolisk'),(28308,163,5714.24,4275.2,-103.359,'Captive Crocolisk'),(28308,164,5717.74,4275.95,-104.109,'Captive Crocolisk'),(28308,165,5721.74,4276.95,-104.859,'Captive Crocolisk'),(28308,166,5725.49,4277.95,-105.359,'Captive Crocolisk'),(28308,167,5729.49,4278.95,-106.109,'Captive Crocolisk'),(28308,168,5732.24,4279.7,-106.359,'Captive Crocolisk'),(28308,169,5735.24,4280.45,-106.859,'Captive Crocolisk'),(28308,170,5737.99,4281.2,-107.859,'Captive Crocolisk'),(28308,171,5739.99,4281.7,-108.609,'Captive Crocolisk'),(28308,172,5741.99,4282.45,-109.359,'Captive Crocolisk'),(28308,173,5743.99,4282.95,-110.109,'Captive Crocolisk'),(28308,174,5746.74,4283.7,-110.859,'Captive Crocolisk'),(28308,175,5750.53,4285.62,-112.318,'Captive Crocolisk'),(28308,176,5752.53,4287.87,-113.068,'Captive Crocolisk'),(28308,177,5754.78,4289.87,-113.818,'Captive Crocolisk'),(28308,178,5757.03,4291.87,-114.568,'Captive Crocolisk'),(28308,179,5759.28,4293.87,-113.068,'Captive Crocolisk'),(28308,180,5836.03,4365.12,-114.568,'Captive Crocolisk'),(28308,181,5838.28,4367.12,-113.068,'Captive Crocolisk'),(28308,182,5840.8,4369.52,-110.666,'Captive Crocolisk'),(28308,183,5842.55,4370.52,-109.916,'Captive Crocolisk'),(28308,184,5843.3,4371.02,-109.416,'Captive Crocolisk'),(28308,185,5845.05,4372.27,-108.416,'Captive Crocolisk'),(28308,186,5846.55,4373.52,-107.666,'Captive Crocolisk'),(28308,187,5850.05,4375.77,-106.666,'Captive Crocolisk'),(28308,188,5852.3,4377.27,-105.666,'Captive Crocolisk'),(28308,189,5855.8,4379.77,-104.416,'Captive Crocolisk'),(28308,190,5857.3,4380.77,-103.666,'Captive Crocolisk'),(28308,191,5858.05,4381.27,-102.916,'Captive Crocolisk'),(28308,192,5859.05,4382.02,-100.916,'Captive Crocolisk'),(28308,193,5859.8,4382.52,-100.166,'Captive Crocolisk'),(28308,194,5862.3,4384.27,-99.4156,'Captive Crocolisk'),(28308,195,5863.8,4385.27,-100.416,'Captive Crocolisk'),(28308,196,5868.05,4388.27,-99.9156,'Captive Crocolisk'),(28308,197,5871.05,4390.27,-99.1656,'Captive Crocolisk'),(28308,198,5874.3,4392.52,-98.4156,'Captive Crocolisk'),(28308,199,5878.55,4395.27,-97.9156,'Captive Crocolisk'),(28308,200,5889.05,4402.77,-97.1656,'Captive Crocolisk'),(28308,201,5890.8,4404.02,-96.4156,'Captive Crocolisk'),(28308,202,5893.3,4405.52,-95.9156,'Captive Crocolisk'),(28308,203,5896.55,4407.77,-95.1656,'Captive Crocolisk'),(28308,204,5889.42,4402.9,-97.0272,'Captive Crocolisk'),(28308,205,5891.17,4404.15,-96.2772,'Captive Crocolisk'),(28308,206,5893.42,4405.9,-95.7772,'Captive Crocolisk'),(28308,207,5896.92,4408.15,-95.2772,'Captive Crocolisk'),(28308,208,5897.42,4408.65,-95.0272,'Captive Crocolisk'),(28308,209,5901.42,4413.15,-94.5272,'Captive Crocolisk'),(28308,210,5906.42,4419.15,-93.7772,'Captive Crocolisk'),(28308,211,5910.42,4423.4,-93.2772,'Captive Crocolisk'),(28308,212,5922.17,4437.15,-93.7772,'Captive Crocolisk'),(28308,213,5924.92,4440.15,-94.5272,'Captive Crocolisk'),(28308,214,5922.62,4437.38,-93.7359,'Captive Crocolisk'),(28308,215,5925.12,4440.38,-94.2359,'Captive Crocolisk'),(28308,216,5925.62,4440.88,-94.2359,'Captive Crocolisk'),(28308,217,5927.37,4443.13,-94.7359,'Captive Crocolisk'),(28308,218,5929.87,4446.38,-95.4859,'Captive Crocolisk'),(28308,219,5932.37,4449.63,-95.9859,'Captive Crocolisk'),(28308,220,5935.12,4453.38,-96.7359,'Captive Crocolisk'),(28308,221,5940.62,4460.38,-95.9859,'Captive Crocolisk'),(28308,222,5941.87,4461.88,-95.2359,'Captive Crocolisk'),(28308,223,5944.37,4465.13,-94.4859,'Captive Crocolisk'),(28308,224,5947.37,4469.13,-93.9859,'Captive Crocolisk'),(28308,225,5947.7,4469.35,-94.1164,'Captive Crocolisk'),(28308,226,5953.2,4476.6,-94.1164,'Captive Crocolisk'),(28308,227,5955.2,4482.1,-93.6164,'Captive Crocolisk'),(28308,228,5956.7,4485.6,-92.8664,'Captive Crocolisk'),(28308,229,5955.56,4482.15,-93.4528,'Captive Crocolisk'),(28308,230,5957.06,4485.9,-92.9528,'Captive Crocolisk'),(28308,231,5964.31,4503.9,-92.7028,'Captive Crocolisk'),(28308,232,5962.06,4529.65,-93.4528,'Captive Crocolisk'),(28308,233,5961.56,4533.65,-93.9528,'Captive Crocolisk'),(28308,234,5961.31,4536.65,-94.4528,'Captive Crocolisk'),(28308,235,5960.81,4543.65,-94.9528,'Captive Crocolisk'),(28308,236,5962.33,4529.8,-93.4075,'Captive Crocolisk'),(28308,237,5961.83,4533.8,-93.9075,'Captive Crocolisk'),(28308,238,5961.58,4536.8,-94.6575,'Captive Crocolisk'),(28308,239,5961.08,4543.8,-95.1575,'Captive Crocolisk'),(28308,240,5960.83,4546.8,-95.4075,'Captive Crocolisk'),(28308,241,5963.33,4564.3,-95.9075,'Captive Crocolisk'),(28308,242,5963.58,4566.3,-96.6575,'Captive Crocolisk'),(28308,243,5963.83,4569.3,-97.6575,'Captive Crocolisk'),(28308,244,5963.43,4564.66,-96.028,'Captive Crocolisk'),(28308,245,5963.68,4566.66,-96.778,'Captive Crocolisk'),(28308,246,5963.93,4569.66,-97.528,'Captive Crocolisk'),(28308,247,5965.43,4579.41,-97.028,'Captive Crocolisk'),(28308,248,5969.63,4614.11,-97.9376,'Captive Crocolisk'),(28308,249,5970.63,4621.86,-98.4376,'Captive Crocolisk'),(28308,250,5976.14,4659.49,-99.1948,'Captive Crocolisk'),(28308,251,5979.64,4667.74,-98.4448,'Captive Crocolisk'),(28308,252,5980.64,4670.49,-97.9448,'Captive Crocolisk'),(28308,253,5983.64,4677.74,-97.1948,'Captive Crocolisk'),(28308,254,5990.39,4693.24,-97.9448,'Captive Crocolisk'),(28308,255,5991.39,4695.99,-98.4448,'Captive Crocolisk'),(28308,256,5983.77,4677.93,-97.2254,'Captive Crocolisk'),(28308,257,5990.52,4693.68,-97.4754,'Captive Crocolisk'),(28308,258,5991.77,4696.43,-98.2254,'Captive Crocolisk'),(28308,259,5993.27,4699.68,-98.9754,'Captive Crocolisk'),(28308,260,5995.52,4704.18,-98.2254,'Captive Crocolisk'),(28308,261,5996.77,4706.93,-97.4754,'Captive Crocolisk'),(28308,262,5998.52,4710.43,-96.9754,'Captive Crocolisk'),(28308,263,6015.43,4744.09,-96.9865,'Captive Crocolisk'),(28308,264,6021.18,4757.59,-96.4865,'Captive Crocolisk'),(28308,265,6023.68,4762.84,-95.9865,'Captive Crocolisk'),(28308,266,6029.43,4775.84,-95.4865,'Captive Crocolisk'),(28308,267,6032.68,4783.09,-94.7365,'Captive Crocolisk'),(28308,268,6029.55,4775.95,-95.3458,'Captive Crocolisk'),(28308,269,6032.8,4783.2,-94.8458,'Captive Crocolisk'),(28308,270,6035.55,4788.95,-94.5958,'Captive Crocolisk'),(28308,271,6040.8,4796.2,-93.8458,'Captive Crocolisk'),(28308,272,6052.3,4810.95,-94.3458,'Captive Crocolisk'),(28308,273,6055.3,4814.95,-93.3458,'Captive Crocolisk'),(28308,274,6058.3,4818.95,-93.8458,'Captive Crocolisk'),(28308,275,6056.55,4816.45,-92.8458,'Captive Crocolisk'),(28308,276,6059.55,4820.45,-94.3458,'Captive Crocolisk'),(28308,277,6055.51,4815.28,-93.3194,'Captive Crocolisk'),(28308,278,6056.76,4816.78,-92.8194,'Captive Crocolisk'),(28308,279,6058.51,4819.28,-93.8194,'Captive Crocolisk'),(28308,280,6059.76,4820.78,-94.0694,'Captive Crocolisk'),(28308,281,6065.01,4827.78,-94.0694,'Captive Crocolisk'),(28308,282,6065.26,4840.78,-93.5694,'Captive Crocolisk'),(28308,283,6065.26,4841.78,-92.8194,'Captive Crocolisk'),(28308,284,6065.26,4848.53,-93.8194,'Captive Crocolisk'),(28308,285,6065.73,4870.6,-94.3074,'Captive Crocolisk'),(28308,286,6077.48,4876.35,-93.8074,'Captive Crocolisk'),(28308,287,6096.96,4885.96,-94.3122,'Captive Crocolisk'),(28308,288,6119.71,4901.46,-94.5622,'Captive Crocolisk'),(28308,289,6120.02,4901.54,-94.7253,'Captive Crocolisk'),(28308,290,6120.52,4902.04,-94.7253,'Captive Crocolisk'),(4484,33,3942.2,14.8882,16.9694,''),(4484,34,3976.43,-0.073566,16.9687,''),(4484,35,4008.34,-6.62891,16.4641,''),(4484,36,4029.48,-6.64076,16.5497,''),(4484,37,4050.06,1.48816,15.7462,''),(4484,38,4083.41,14.0858,15.8512,''),(4484,39,4098.46,20.0329,17.2525,''),(4484,40,4105.86,34.792,20.2846,''),(4484,41,4110.54,45.5383,23.1544,'say_3_A'),(4484,42,4112.86,51.4544,26.1655,'say_3_B'),(4484,43,4126.18,53.6897,26.399,'say_death_3'),(4484,44,4149.13,46.8332,24.661,''),(4484,45,4164.44,55.9354,26.7934,'despawn'),(28175,1,5448.54,-2645.61,305.619,'Crusade Commander Korfax'),(28175,2,5448.54,-2644.61,305.619,'Crusade Commander Korfax'),(28175,3,5448.54,-2643.61,305.869,'Crusade Commander Korfax'),(28175,4,5448.54,-2642.11,306.119,'Crusade Commander Korfax'),(28175,5,5448.66,-2639.83,306.551,'Crusade Commander Korfax'),(28244,1,5450.11,-2642.32,306.635,'Eitrigg'),(28244,2,5450.11,-2643.32,306.135,'Eitrigg'),(28244,3,5450.11,-2644.57,305.885,'Eitrigg'),(28244,4,5450.15,-2639.06,306.551,'Eitrigg'),(29525,1,6887.52,-1586.15,821.611,'Zeev Fizzlespark'),(29525,2,6879.56,-1576.52,822.159,'Zeev Fizzlespark'),(29525,3,6864.56,-1565.27,821.409,'Zeev Fizzlespark'),(29525,4,6864.4,-1565.05,821.488,'Zeev Fizzlespark'),(29525,5,6859.15,-1561.05,821.488,'Zeev Fizzlespark'),(29525,6,6847.65,-1552.3,820.988,'Zeev Fizzlespark'),(29525,7,6844.4,-1549.8,820.238,'Zeev Fizzlespark'),(29525,8,6839.65,-1546.05,819.738,'Zeev Fizzlespark'),(26666,1,3849.29,-4532.05,209.598,'Scout Vor\'takh'),(26666,2,3850.29,-4531.55,209.598,'Scout Vor\'takh'),(26666,3,3851.54,-4530.3,210.348,'Scout Vor\'takh'),(26666,4,3851.79,-4530.05,210.348,'Scout Vor\'takh'),(26666,5,3853.54,-4529.8,209.598,'Scout Vor\'takh'),(26666,6,3855.29,-4529.8,209.598,'Scout Vor\'takh'),(26666,7,3848.19,-4531.66,209.344,'Scout Vor\'takh'),(35372,9,8474.91,994.847,547.569,'Garrosh Hellscream'),(35372,10,8475.96,1015.37,547.403,'Garrosh Hellscream'),(35372,11,8491.08,1023.57,547.686,'Garrosh Hellscream'),(35372,12,8505.54,1017.33,547.487,'Garrosh Hellscream'),(35372,13,8514.84,967.886,547.602,'Garrosh Hellscream'),(35372,14,8513.31,908.757,547.06,'Garrosh Hellscream'),(35372,15,8515.03,903.334,549.404,'Garrosh Hellscream'),(35372,16,8515.03,883.334,558.404,'Garrosh Hellscream'),(35372,17,8515.25,883.068,558.281,'Garrosh Hellscream'),(35372,18,8515.25,881.818,558.281,'Garrosh Hellscream'),(35372,19,8515.25,869.818,558.281,'Garrosh Hellscream'),(35368,1,8378.62,857.509,548.19,'Thrall'),(35368,2,8383.62,860.509,548.94,'Thrall'),(35368,3,8387.62,863.009,548.19,'Thrall'),(35368,4,8395.59,867.535,547.525,'Thrall'),(35368,5,8429.74,868.048,547.556,'Thrall'),(35368,6,8456.64,868.286,547.547,'Thrall'),(35368,7,8471.31,879.703,547.357,'Thrall'),(35368,8,8474.32,965.529,547.566,'Thrall'),(35368,9,8474.68,995.049,547.567,'Thrall'),(35368,10,8476.17,1015.25,547.401,'Thrall'),(35368,11,8491.05,1023.52,547.681,'Thrall'),(35368,12,8505.44,1023.33,547.49,'Thrall'),(35368,13,8514.71,967.99,547.602,'Thrall'),(35368,14,8513.31,908.846,547.059,'Thrall'),(35368,15,8515,903.388,549.379,'Thrall'),(35368,16,8515,883.388,558.379,'Thrall'),(35368,17,8515.25,883.105,558.264,'Thrall'),(35368,18,8515.25,881.855,558.264,'Thrall'),(35368,19,8515.25,869.855,558.264,'Thrall'),(35321,1,8627.39,825.621,547.844,'King Varian Wrynn '),(35321,2,8613.39,837.871,548.344,'King Varian Wrynn '),(35321,3,8608.14,842.621,547.844,'King Varian Wrynn '),(35321,4,8601.04,848.538,547.861,'King Varian Wrynn '),(35321,5,8568.62,877.032,547.845,'King Varian Wrynn '),(35321,6,8568.8,905.266,547.844,'King Varian Wrynn '),(35321,7,8575.41,931.527,547.881,'King Varian Wrynn '),(35321,8,8574.29,978.237,547.79,'King Varian Wrynn '),(35321,9,8573.76,996.144,547.687,'King Varian Wrynn '),(35321,10,8547.21,1025.77,547.668,'King Varian Wrynn '),(35321,11,8522.59,1025.52,547.48,'King Varian Wrynn '),(35321,12,8515.86,966.69,547.798,'King Varian Wrynn '),(35321,13,8515.84,933.152,547.62,'King Varian Wrynn '),(35321,14,8515.78,909.503,547.724,'King Varian Wrynn '),(35321,15,8515.28,908.253,547.724,'King Varian Wrynn '),(35321,16,8515.28,907.753,547.474,'King Varian Wrynn '),(35321,17,8515.78,883.253,558.224,'King Varian Wrynn '),(35321,18,8515.78,882.503,558.224,'King Varian Wrynn '),(35321,19,8515.86,874.82,558.4,'King Varian Wrynn '),(35320,1,8627.42,821.719,547.844,'Lady Jaina Proudmoore'),(35320,2,8613.42,837.969,548.344,'Lady Jaina Proudmoore'),(35320,3,8608.17,842.469,547.844,'Lady Jaina Proudmoore'),(35320,4,8601.23,848.749,547.861,'Lady Jaina Proudmoore'),(35320,5,8568.59,876.945,547.846,'Lady Jaina Proudmoore'),(35320,6,8568.81,905.326,547.844,'Lady Jaina Proudmoore'),(35320,7,8575.42,931.524,547.881,'Lady Jaina Proudmoore'),(35320,8,8574.33,978.157,547.788,'Lady Jaina Proudmoore'),(35320,9,8573.8,996.077,547.706,'Lady Jaina Proudmoore'),(35320,10,8547.21,1025.6,547.668,'Lady Jaina Proudmoore'),(35320,11,8522.49,1022.52,547.48,'Lady Jaina Proudmoore'),(35320,12,8510.44,962.671,547.71,'Lady Jaina Proudmoore'),(35320,13,8512.93,908.633,547.107,'Lady Jaina Proudmoore'),(35320,14,8509.26,890.199,555.392,'Lady Jaina Proudmoore'),(35320,15,8509.51,882.949,558.392,'Lady Jaina Proudmoore'),(35320,16,8509.76,866.949,558.392,'Lady Jaina Proudmoore'),(3536101,1,8515.84,966.232,547.8,'Tirion Fordring Path 1 (A)'),(3536101,2,8515.44,933.185,547.621,'Tirion Fordring Path 1 (A)'),(3536101,3,8515.11,907.591,547.716,'Tirion Fordring Path 1 (A)'),(3536101,4,8515.23,883.113,558.337,'Tirion Fordring Path 1 (A)'),(3536101,5,8515.23,876.113,558.337,'Tirion Fordring Path 1 (A)'),(3536102,1,8514.69,967.867,547.602,'Tirion Fordring Path 2 (H)'),(3536102,2,8513.31,908.73,547.06,'Tirion Fordring Path 2 (H)'),(3536102,3,8515.04,903.293,549.422,'Tirion Fordring Path 2 (H)'),(3536102,4,8515.04,883.293,558.422,'Tirion Fordring Path 2 (H)'),(3536102,5,8515.25,883.029,558.298,'Tirion Fordring Path 2 (H)'),(3536102,6,8515.25,881.779,558.298,'Tirion Fordring Path 2 (H)'),(3536102,7,8515.25,870.029,558.298,'Tirion Fordring Path 2 (H)'),(3536103,1,8515.12,882.241,558.422,'Tirion Fordring Path 3'),(3536103,2,8515.12,883.241,558.422,'Tirion Fordring Path 3'),(3536103,3,8515.4,907.983,547.703,'Tirion Fordring Path 3'),(3536103,4,8515.63,933.392,547.775,'Tirion Fordring Path 3'),(3536103,5,8515.33,964.982,547.79,'Tirion Fordring Path 3'),(3536103,6,8515.43,997.722,547.79,'Tirion Fordring Path 3'),(3536103,7,8515.5,1012.84,547.729,'Tirion Fordring Path 3'),(3536103,8,8504.99,1024.24,547.645,'Tirion Fordring Path 3'),(3536103,9,8488.6,1022.55,547.594,'Tirion Fordring Path 3'),(3536103,10,8477.46,1011.27,547.566,'Tirion Fordring Path 3'),(3536103,11,8477,979.205,547.566,'Tirion Fordring Path 3'),(3536103,12,8477.21,957.476,547.619,'Tirion Fordring Path 3'),(3536103,13,8476.94,932.012,547.599,'Tirion Fordring Path 3'),(3536103,14,8472.1,895.481,547.553,'Tirion Fordring Path 3'),(3536103,15,8469.53,875.273,547.547,'Tirion Fordring Path 3'),(3536103,16,8458.68,869.073,547.548,'Tirion Fordring Path 3'),(3536103,17,8447.49,869.585,547.358,'Tirion Fordring Path 3'),(3536103,18,8439.67,864.419,547.638,'Tirion Fordring Path 3'),(3536103,19,8435.67,840.281,547.662,'Tirion Fordring Path 3'),(3536103,20,8428.5,828.458,548.179,'Tirion Fordring Path 3'),(3536103,21,8422.17,820.496,548.201,'Tirion Fordring Path 3'),(3536103,22,8418.17,819.996,547.701,'Tirion Fordring Path 3'),(3536103,23,8411.13,821.022,547.715,'Tirion Fordring Path 3'),(3536103,24,8411.13,822.772,548.715,'Tirion Fordring Path 3'),(3536103,25,8410.86,822.885,548.904,'Tirion Fordring Path 3'),(3536103,26,8410.86,823.635,549.154,'Tirion Fordring Path 3'),(3536103,27,8413.57,823.34,549.131,'Tirion Fordring Path 3'),(3536103,28,8414.32,822.59,547.881,'Tirion Fordring Path 3'),(3536103,29,8416.82,822.09,547.881,'Tirion Fordring Path 3'),(3536103,30,8424.57,823.84,548.131,'Tirion Fordring Path 3'),(3536103,31,8431.32,825.34,547.881,'Tirion Fordring Path 3'),(3536103,32,8431.53,825.52,547.485,'Tirion Fordring Path 3'),(3536103,33,8434.03,826.02,547.485,'Tirion Fordring Path 3'),(3536103,34,8441.02,861.882,547.63,'Tirion Fordring Path 3'),(3536103,35,8464.89,873.682,547.581,'Tirion Fordring Path 3'),(3536103,36,8466.39,882.682,548.081,'Tirion Fordring Path 3'),(3536103,37,8467.89,889.182,547.581,'Tirion Fordring Path 3'),(3536103,38,8470.24,900.28,547.384,'Tirion Fordring Path 3'),(3536103,39,8476.57,926.5,547.612,'Tirion Fordring Path 3'),(3536103,40,8476.94,953.283,547.57,'Tirion Fordring Path 3'),(3536103,41,8477.26,987.507,547.384,'Tirion Fordring Path 3'),(3536103,42,8478.75,1009.75,547.85,'Tirion Fordring Path 3'),(3536103,43,8480.5,1010.5,548.35,'Tirion Fordring Path 3'),(3536103,44,8488.75,1013.25,548.85,'Tirion Fordring Path 3'),(3536103,45,8497.43,1016.1,548.886,'Tirion Fordring Path 3'),(3536103,46,8507.18,1016.1,548.136,'Tirion Fordring Path 3'),(3536103,47,8515.09,1016.16,547.686,'Tirion Fordring Path 3'),(3536103,48,8514.82,985.298,547.79,'Tirion Fordring Path 3'),(3536103,49,8514.08,960.764,547.613,'Tirion Fordring Path 3'),(3536103,50,8513.17,908.798,546.937,'Tirion Fordring Path 3'),(3536103,51,8515.26,891.704,554.69,'Tirion Fordring Path 3'),(3536103,52,8515.26,882.954,558.44,'Tirion Fordring Path 3'),(3536103,53,8515.26,854.954,558.19,'Tirion Fordring Path 3'),(23364,2,2424.88,6998.75,367.849,'Black Dragon Whelpling'),(23364,1,2425.25,6994.86,368.085,'Black Dragon Whelpling'),(23282,1,2428.08,6980.77,369.768,'Obsidia'),(19546,1,2237.67,2393.5,112.738,'Abjurist Belmara'),(19546,2,2238.67,2393.75,112.988,'Abjurist Belmara'),(19546,3,2239.42,2393.25,112.988,'Abjurist Belmara'),(19546,4,2239.92,2392.5,112.988,'Abjurist Belmara'),(19546,5,2240.36,2390.88,112.603,'Abjurist Belmara'),(19545,1,2214.21,2400.79,108.899,'Cohlien Frostweaver'),(19545,2,2213.22,2400.95,108.899,'Cohlien Frostweaver'),(19545,3,2204.71,2408.81,108.609,'Cohlien Frostweaver'),(19545,4,2204.71,2408.81,108.609,'Cohlien Frostweaver'),(19545,5,2204.65,2408.99,108.654,'Cohlien Frostweaver'),(19545,6,2202.91,2411.27,108.658,'Cohlien Frostweaver'),(19544,1,2198.39,2334.96,89.4724,'Conjurer Luminrath'),(19544,2,2197.58,2334.37,89.4724,'Conjurer Luminrath'),(19544,3,2193.66,2339.08,90.0282,'Conjurer Luminrath'),(19543,1,2235.71,2320.86,92.3014,'Battle-Mage Dathric'),(19543,2,2235.67,2319.86,92.3014,'Battle-Mage Dathric'),(19543,3,2233.23,2317.59,91.3479,'Battle-Mage Dathric'),(19543,4,2230.45,2316.29,90.5996,'Battle-Mage Dathric'),(19543,5,2228.4,2313.78,89.6384,'Battle-Mage Dathric'),(25849,1,3476.83,4099.6,20.466,'Fezzix Geartwist'),(25849,2,3469.26,4098.42,23.3757,'Fezzix Geartwist'),(25849,3,3464.06,4092.92,28.0921,'Fezzix Geartwist'),(25849,4,3468.28,4083.91,34.5365,'Fezzix Geartwist'),(25849,5,3471.04,4079.12,38.0644,'Fezzix Geartwist'),(25849,6,3476.16,4076.13,41.481,'Fezzix Geartwist'),(25849,7,3483.69,4077.68,42.7866,'Fezzix Geartwist'),(25849,8,3487.81,4082.53,42.7866,'Fezzix Geartwist'),(25849,9,3488.05,4090.02,42.7866,'Fezzix Geartwist'),(25849,10,3486.57,4098.1,42.7866,'Fezzix Geartwist'),(25849,11,3479.9,4100.22,42.7866,'Fezzix Geartwist'),(25849,12,3477.16,4103.97,17.9091,'Fezzix Geartwist'),(17875,1,-1969.76,-11915.7,52.0765,'Hunter of the Hand'),(17875,2,-1968.79,-11915.9,52.0765,'Hunter of the Hand'),(17875,3,-1967.93,-11912,51.2542,'Hunter of the Hand'),(17875,4,-1967.08,-11908.1,50.6292,'Hunter of the Hand'),(17875,5,-1966.44,-11905.2,50.0085,'Hunter of the Hand'),(17875,6,-1965.19,-11899.5,49.7468,'Hunter of the Hand'),(17875,7,-1965.19,-11899.5,49.7468,'Hunter of the Hand'),(1787500,1,-1944.07,-11891.9,48.6064,'Hunter of the Hand'),(1787500,2,-1940.07,-11890.9,47.8564,'Hunter of the Hand'),(1787500,3,-1934.32,-11889.4,47.3564,'Hunter of the Hand'),(1787500,4,-1929.57,-11888.4,46.6064,'Hunter of the Hand'),(1787500,5,-1924.82,-11887.1,46.1064,'Hunter of the Hand'),(1787500,6,-1920.07,-11885.9,45.3564,'Hunter of the Hand'),(1787500,7,-1917.07,-11885.1,44.6064,'Hunter of the Hand'),(1787500,8,-1914.32,-11884.4,44.1064,'Hunter of the Hand'),(1787500,9,-1910.32,-11883.4,42.6064,'Hunter of the Hand'),(24041,1,1869.07,-6103.23,18.6136,'Prince Keleseth'),(24041,2,1868.82,-6103.98,18.6136,'Prince Keleseth'),(24041,3,1868.57,-6107.98,19.1136,'Prince Keleseth'),(24041,4,1868.07,-6111.73,19.6136,'Prince Keleseth'),(24041,5,1867.82,-6114.48,20.3636,'Prince Keleseth'),(24041,6,1867.64,-6114.86,20.7026,'Prince Keleseth'),(24041,7,1867.64,-6114.86,20.7026,'Prince Keleseth'),(24041,8,1867.39,-6115.36,20.7026,'Prince Keleseth'),(24041,9,1866.89,-6118.11,21.2026,'Prince Keleseth'),(24041,10,1866.64,-6120.11,21.9526,'Prince Keleseth'),(24041,11,1865.92,-6123,22.53,'Prince Keleseth'),(24041,12,1865.42,-6128,23.28,'Prince Keleseth'),(2404400,1,1875.43,-6090.37,17.1647,'Winterskorn Guard'),(2404400,2,1872.01,-6118.74,21.1188,'Winterskorn Guard'),(2404400,3,1871.45,-6121.62,22.1513,'Winterskorn Guard'),(2404400,4,1870.97,-6123.6,23.0285,'Winterskorn Guard'),(2404400,5,1870.27,-6129.77,23.7014,'Winterskorn Guard'),(2404400,6,1868.96,-6133.23,23.7071,'Winterskorn Guard'),(2404400,7,1869.78,-6135.36,23.6908,'Winterskorn Guard'),(2404401,1,1872.46,-6087.84,16.1443,'Winterskorn Guard'),(2404401,2,1875.46,-6089.59,16.8943,'Winterskorn Guard'),(2404401,3,1874.7,-6092.1,16.9207,'Winterskorn Guard'),(2404401,4,1870.7,-6117.12,20.6659,'Winterskorn Guard'),(2404401,5,1870.08,-6119.84,21.7851,'Winterskorn Guard'),(2404401,6,1869.59,-6122.63,22.4812,'Winterskorn Guard'),(2404401,7,1869.2,-6126.33,23.5593,'Winterskorn Guard'),(2404402,1,1869.44,-6101.17,17.9098,'Winterskorn Guard'),(2404402,2,1868.04,-6112.88,19.764,'Winterskorn Guard'),(2404402,3,1867.52,-6115.75,20.5917,'Winterskorn Guard'),(2404402,4,1866.82,-6117.84,21.2947,'Winterskorn Guard'),(2404402,5,1866.27,-6120.75,21.8297,'Winterskorn Guard'),(2404402,6,1865.87,-6124.45,22.9288,'Winterskorn Guard'),(2404403,1,1865.73,-6101.42,17.5182,'Winterskorn Guard'),(2404403,2,1865.29,-6105.1,18.3474,'Winterskorn Guard'),(2404403,3,1864.67,-6110.87,19.5032,'Winterskorn Guard'),(2404403,4,1864.29,-6113.65,19.8951,'Winterskorn Guard'),(2404403,5,1863.77,-6115.76,20.6548,'Winterskorn Guard'),(2404403,6,1863.1,-6118.5,21.3386,'Winterskorn Guard'),(2404403,7,1862.85,-6120.25,22.0886,'Winterskorn Guard'),(2404403,8,1862.58,-6121.74,22.4535,'Winterskorn Guard'),(2404403,9,1862.18,-6125.5,23.3062,'Winterskorn Guard'),(29859,1,8558.93,2633.13,652.104,'The Leaper'),(29859,2,8567.93,2631.38,652.104,'The Leaper'),(29859,3,8569.18,2631.38,652.104,'The Leaper'),(29859,4,8577.43,2631.88,652.104,'The Leaper'),(29859,5,8585.43,2632.38,652.104,'The Leaper'),(29859,6,8586.87,2632.52,652.354,'The Leaper'),(23734,1,629.388,-5021.37,3.04091,'Anchorite Yazmina <First Aid Trainer>'),(23734,2,630.836,-5011.95,3.8314,'Anchorite Yazmina <First Aid Trainer>'),(23734,3,630.836,-5011.95,3.8314,'Anchorite Yazmina <First Aid Trainer>'),(23734,4,624.458,-5003.92,3.59241,'Anchorite Yazmina <First Aid Trainer>'),(23734,5,614.28,-5005.49,3.06355,'Anchorite Yazmina <First Aid Trainer>'),(23734,6,607.946,-5014.89,3.10032,'Anchorite Yazmina <First Aid Trainer>'),(23734,7,612.983,-5025.49,2.03711,'Anchorite Yazmina <First Aid Trainer>'),(23734,8,625.177,-5026.14,2.32847,'Anchorite Yazmina <First Aid Trainer>'),(24852,1,479.062,-5941.54,316.96,'Iron Rune Construct'),(24852,2,479.253,-5941.49,365.988,'Iron Rune Construct'),(24852,3,517.013,-5825.36,365.988,'Iron Rune Construct'),(24852,4,527.903,-5659.93,365.988,'Iron Rune Construct'),(24852,5,715.063,-5351.07,365.988,'Iron Rune Construct'),(24852,6,768.455,-5018.86,365.988,'Iron Rune Construct'),(24852,7,840.628,-4827.73,365.988,'Iron Rune Construct'),(24852,8,864.831,-4741.8,365.988,'Iron Rune Construct'),(24852,9,966.031,-4488.41,365.988,'Iron Rune Construct'),(24852,10,1030.84,-4374.21,346.46,'Iron Rune Construct'),(24852,11,1063.38,-4205.25,346.46,'Iron Rune Construct'),(24852,12,1066.28,-4072.6,289.821,'Iron Rune Construct'),(24852,13,1066.46,-3833.81,282.96,'Iron Rune Construct'),(24852,14,1236.65,-3685.51,282.96,'Iron Rune Construct'),(24852,15,1357.56,-3430.12,217.877,'Iron Rune Construct'),(24852,16,1382.81,-3290.73,217.877,'Iron Rune Construct'),(24852,17,1388.93,-3261.84,203.738,'Iron Rune Construct'),(24852,18,1390.47,-3262.22,161.96,'Iron Rune Construct'),(31238,1,5806.83,475.456,661.366,'Hira Snowdawn WP'),(31238,2,5792.61,466.3,662.033,'Hira Snowdawn WP'),(31238,3,5786.76,450.582,662.533,'Hira Snowdawn WP'),(31238,4,5791.11,434.207,665.366,'Hira Snowdawn WP'),(31238,5,5804.11,423.648,665.672,'Hira Snowdawn WP'),(31238,6,5821.13,422.736,665.172,'Hira Snowdawn WP'),(31238,7,5835.19,431.984,663.977,'Hira Snowdawn WP'),(31238,8,5841.18,447.778,662.783,'Hira Snowdawn WP'),(31238,9,5836.82,464.01,661.894,'Hira Snowdawn WP'),(31238,10,5823.85,474.59,661.366,'Hira Snowdawn WP'),(31238,11,5815.27,473.49,658.796,'Hira Snowdawn WP'),(1961000,1,2984.46,3699.44,142.647,'Irradiated Worker'),(1961000,2,2982.82,3701.98,142.641,'Irradiated Worker'),(1961000,3,2980.69,3704.22,142.516,'Irradiated Worker'),(1961000,4,2979.41,3706.95,142.516,'Irradiated Worker'),(1961000,5,2972.23,3710.49,142.57,'Irradiated Worker'),(1961000,6,2975.73,3712.64,142.391,'Irradiated Worker'),(1961000,7,2978.26,3714.2,142.391,'Irradiated Worker'),(1961000,8,2980.5,3716.54,142.391,'Irradiated Worker'),(1961000,9,2983.39,3717.42,142.46,'Irradiated Worker'),(1961000,10,2988.86,3715.1,143.092,'Irradiated Worker'),(1961000,11,2990.2,3717.81,143.077,'Irradiated Worker'),(1961000,12,2991.54,3720.53,143.189,'Irradiated Worker'),(1961000,13,2992.89,3723.26,143.494,'Irradiated Worker'),(1961000,14,2993.46,3724.4,143.632,'Irradiated Worker'),(1961000,15,2997.08,3726.94,143.853,'Irradiated Worker'),(1961001,1,2982.83,3701.96,142.641,'Irradiated Worker'),(1961001,2,2981.2,3704.5,142.516,'Irradiated Worker'),(1961001,3,2979.42,3706.94,142.516,'Irradiated Worker'),(1961001,4,2978.14,3709.66,142.363,'Irradiated Worker'),(1961001,5,2974.79,3712.06,142.257,'Irradiated Worker'),(1961001,6,2978.28,3714.21,142.391,'Irradiated Worker'),(1961001,7,2980.81,3715.77,142.391,'Irradiated Worker'),(1961001,8,2983.37,3717.42,142.458,'Irradiated Worker'),(1961001,9,2986.25,3718.3,142.679,'Irradiated Worker'),(1961001,10,2990.19,3717.79,143.079,'Irradiated Worker'),(1961001,11,2991.53,3720.5,143.187,'Irradiated Worker'),(1961001,12,2992.87,3723.22,143.49,'Irradiated Worker'),(1961001,13,2994.22,3725.95,143.692,'Irradiated Worker'),(1961001,14,2994.79,3727.09,143.829,'Irradiated Worker'),(1961001,15,2993.27,3728.82,144.037,'Irradiated Worker'),(1961002,1,2976.52,3713.12,142.391,'Irradiated Worker'),(1961002,2,2976.68,3713.48,142.677,'Irradiated Worker'),(1961002,3,2991.18,3719.8,143.145,'Irradiated Worker'),(1961002,4,2996.11,3729.78,143.988,'Irradiated Worker'),(1961003,1,2995.45,3728.86,144.042,'Irradiated Worker'),(1961003,2,2993.67,3726.41,143.748,'Irradiated Worker'),(1961003,3,2992.5,3723.4,143.512,'Irradiated Worker'),(1961003,4,2990.97,3722.04,143.203,'Irradiated Worker'),(1961003,5,2987.99,3719.38,142.763,'Irradiated Worker'),(1961003,6,2983.94,3718.58,142.527,'Irradiated Worker'),(1961003,7,2982.99,3715.74,142.461,'Irradiated Worker'),(1961003,8,2980.01,3713.13,142.628,'Irradiated Worker'),(1961003,9,2980.16,3711.08,142.688,'Irradiated Worker'),(1961003,10,2980.46,3707.1,142.523,'Irradiated Worker'),(1961003,11,2980.06,3704.01,142.268,'Irradiated Worker'),(1961003,12,2980.81,3701.12,142.641,'Irradiated Worker'),(1961003,13,2983.23,3692.62,143.048,'Irradiated Worker'),(1961003,14,2986.02,3691.54,142.949,'Irradiated Worker'),(1961003,15,2988.53,3688.7,142.885,'Irradiated Worker'),(1961003,16,2994.54,3689.01,143.455,'Irradiated Worker'),(1961003,17,2997.56,3689.18,143.631,'Irradiated Worker'),(1961003,18,3000.59,3689.34,143.631,'Irradiated Worker'),(1961003,19,3003.6,3689.8,143.631,'Irradiated Worker'),(1961003,20,3006.64,3689.78,143.631,'Irradiated Worker'),(1961003,21,3009.67,3689.76,143.631,'Irradiated Worker'),(1961003,22,3012.7,3689.74,143.631,'Irradiated Worker'),(1961003,23,3015.75,3690.37,143.631,'Irradiated Worker'),(1961003,24,3018.77,3690.02,143.631,'Irradiated Worker'),(1961003,25,3021.78,3689.66,143.631,'Irradiated Worker'),(1961003,26,3024.79,3689.31,143.631,'Irradiated Worker'),(1961003,27,3027.82,3689.12,143.631,'Irradiated Worker'),(1961003,28,3030.81,3688.72,143.276,'Irradiated Worker'),(1961003,29,3033.77,3688.14,143.048,'Irradiated Worker'),(1961003,30,3036.72,3687.55,142.964,'Irradiated Worker'),(1961003,31,3039.85,3684.93,142.766,'Irradiated Worker'),(1961003,32,3042.66,3686.02,142.713,'Irradiated Worker'),(1961003,33,3045.46,3687.12,142.645,'Irradiated Worker'),(1961003,34,3048.52,3687.69,142.345,'Irradiated Worker'),(1961003,35,3051.2,3689.11,142.526,'Irradiated Worker'),(1961003,36,3053.87,3690.53,140.503,'Irradiated Worker'),(1961003,37,3056.6,3691.82,142.894,'Irradiated Worker'),(1961003,38,3058.23,3692.76,143.255,'Irradiated Worker'),(1961003,39,3058.29,3692.8,143.258,'Irradiated Worker'),(19482,1,2996.5,3734.34,144.342,'Sagan <Ravandwyrs Familiar>'),(19482,2,2993.75,3734.09,144.092,'Sagan <Ravandwyrs Familiar>'),(19482,3,2991.75,3732.59,144.092,'Sagan <Ravandwyrs Familiar>'),(19482,4,2990.75,3730.34,144.092,'Sagan <Ravandwyrs Familiar>'),(19482,5,2991.25,3727.59,144.092,'Sagan <Ravandwyrs Familiar>'),(19482,6,2993.5,3725.59,144.092,'Sagan <Ravandwyrs Familiar>'),(19482,7,2996.75,3724.34,144.092,'Sagan <Ravandwyrs Familiar>'),(19482,8,3000,3725.84,144.092,'Sagan <Ravandwyrs Familiar>'),(19482,9,3001.25,3730.09,144.092,'Sagan <Ravandwyrs Familiar>'),(30992,1,6631.5,3167.09,659.36,'Doctor Sabnok'),(30992,2,6630.52,3167.31,659.36,'Doctor Sabnok'),(30992,3,6626.22,3169.14,658.885,'Doctor Sabnok'),(30992,4,6625.23,3169.56,658.813,'Doctor Sabnok'),(30992,5,6620,3171.78,656.692,'Doctor Sabnok'),(30992,6,6618.3,3172.5,655.796,'Doctor Sabnok'),(30992,7,6618.3,3172.5,655.796,'Doctor Sabnok'),(30992,8,6618.22,3172.71,655.967,'Doctor Sabnok'),(30992,9,6614.22,3176.46,654.217,'Doctor Sabnok'),(30992,10,6613.86,3176.67,653.998,'Doctor Sabnok'),(30992,11,6612.86,3177.67,653.748,'Doctor Sabnok'),(30992,12,6606.4,3184.29,649.79,'Doctor Sabnok'),(30992,13,6606.4,3185.79,649.29,'Doctor Sabnok'),(30992,14,6606.15,3189.54,648.54,'Doctor Sabnok'),(26654,1,4067.68,2214.18,151.956,'Roanauk Icemist'),(26379,1,3842.12,1492.08,91.717,'Overlord Agmar'),(26379,2,3842.42,1498.37,91.988,'Overlord Agmar'),(26379,3,3842.67,1511.37,91.988,'Overlord Agmar'),(26379,4,3842.17,1520.62,91.738,'Overlord Agmar'),(26379,5,3842.67,1535.87,90.238,'Overlord Agmar'),(26379,6,3850.17,1547.62,90.238,'Overlord Agmar'),(26379,7,3859.42,1559.87,90.238,'Overlord Agmar'),(26379,8,3865.92,1568.37,90.238,'Overlord Agmar'),(26379,9,3868.92,1577.62,90.238,'Overlord Agmar'),(26379,10,3870.23,1589.65,89.759,'Overlord Agmar'),(2643700,1,3872.9,1594.42,90.0797,'Taunka Soldier'),(2643701,1,3880.85,1591.76,90.9863,'Taunka Soldier'),(2643702,1,3874.77,1589.4,90.3903,'Taunka Soldier'),(2643703,1,3877.77,1588.82,90.9233,'Taunka Soldier'),(2643704,1,3876.75,1597.52,90.6906,'Taunka Soldier'),(2643705,1,3879.27,1595.72,90.7812,'Taunka Soldier'),(2643706,1,3873.47,1597.84,90.1854,'Taunka Soldier'),(4880,6,-2724.06,-3458.64,33.6735,'\"Stinky\" Ignatz'),(4880,7,-2745.01,-3459.28,32.5346,'\"Stinky\" Ignatz'),(4880,8,-2759.42,-3464.78,32.7143,'\"Stinky\" Ignatz'),(4880,9,-2763.63,-3471.51,33.5388,'\"Stinky\" Ignatz'),(4880,10,-2771.79,-3480.89,33.2553,'\"Stinky\" Ignatz'),(4880,11,-2780.66,-3488.76,31.875,'\"Stinky\" Ignatz'),(4880,12,-2796.14,-3489.01,30.8585,'\"Stinky\" Ignatz'),(4880,13,-2792.12,-3495.97,30.7324,'\"Stinky\" Ignatz'),(4880,14,-2789.06,-3502.37,30.6704,'\"Stinky\" Ignatz'),(4880,15,-2787.72,-3515.01,31.1176,'\"Stinky\" Ignatz'),(4880,16,-2790.84,-3523.31,30.5733,'\"Stinky\" Ignatz'),(4880,17,-2796.59,-3520.62,29.9187,'\"Stinky\" Ignatz'),(4880,18,-2798.56,-3518.91,30.3887,'\"Stinky\" Ignatz'),(4880,19,-2801.47,-3516.75,30.1915,'\"Stinky\" Ignatz'),(4880,20,-2804.36,-3513.9,29.5508,'\"Stinky\" Ignatz'),(4880,21,-2807.98,-3518,29.9488,'\"Stinky\" Ignatz'),(4880,22,-2815.68,-3521.74,29.7723,'\"Stinky\" Ignatz'),(4880,23,-2823.39,-3526.23,31.7194,'\"Stinky\" Ignatz'),(4880,24,-2836.11,-3544.7,32.4939,'\"Stinky\" Ignatz'),(4880,25,-2830.39,-3568.86,30.4104,'\"Stinky\" Ignatz'),(4880,26,-2824.84,-3569.52,31.2811,'\"Stinky\" Ignatz'),(4880,27,-2818.66,-3567.8,30.9204,'\"Stinky\" Ignatz'),(4880,28,-2817.66,-3568.94,30.4312,'\"Stinky\" Ignatz'),(4880,29,-2820.39,-3592.22,30.7163,'\"Stinky\" Ignatz'),(4880,30,-2820.77,-3592.5,30.8861,'\"Stinky\" Ignatz'),(4880,31,-2829.91,-3588.73,30.6831,'\"Stinky\" Ignatz'),(4880,32,-2842.32,-3577.5,36.8489,'\"Stinky\" Ignatz'),(4880,33,-2851.18,-3567.58,38.5159,'\"Stinky\" Ignatz'),(4880,34,-2865.55,-3551.58,41.439,'\"Stinky\" Ignatz'),(4880,35,-2871.23,-3548.15,40.7614,'\"Stinky\" Ignatz'),(4880,36,-2877.84,-3544.15,38.6702,'\"Stinky\" Ignatz'),(4880,37,-2890.39,-3542.39,34.3144,'\"Stinky\" Ignatz'),(4880,38,-2898.73,-3543.64,34.32,'\"Stinky\" Ignatz'),(4880,39,-2910.06,-3568.96,34.25,'\"Stinky\" Ignatz'),(4880,40,-2932.51,-3584.62,37.2385,'\"Stinky\" Ignatz'),(21315,1,-3805.74,1074.67,125.316,'Ruul the Darkener WP'),(21315,2,-3806.74,1074.58,125.316,'Ruul the Darkener WP'),(21315,3,-3844.4,1071.15,116.408,'Ruul the Darkener WP'),(21315,4,-3871.77,1061.12,104.353,'Ruul the Darkener WP'),(21315,5,-3897.4,1040.65,84.436,'Ruul the Darkener WP'),(21315,6,-3923.55,1019.8,59.436,'Ruul the Darkener WP'),(21315,7,-3946.31,1007.96,41.4916,'Ruul the Darkener WP'),(21315,8,-3981.2,987.16,17.436,'Ruul the Darkener WP'),(21315,9,-4003.07,957.158,13.2421,'Ruul the Darkener WP'),(21315,10,-4012.83,932.021,12.5151,'Ruul the Darkener WP'),(21315,11,-4023.36,901.568,8.14013,'Ruul the Darkener WP'),(21315,12,-4033.13,864.961,4.72681,'Ruul the Darkener WP'),(21315,13,-4039.05,829.544,1.10181,'Ruul the Darkener WP'),(21315,14,-4046.8,785.286,2.4227,'Ruul the Darkener WP'),(21315,15,-4053.41,754.466,1.86799,'Ruul the Darkener WP'),(21315,16,-4077.99,718.437,1.50143,'Ruul the Darkener WP'),(21315,17,-4104.67,681.145,2.61901,'Ruul the Darkener WP'),(21315,18,-4124.38,652.704,3.42471,'Ruul the Darkener WP'),(21315,19,-4139.04,629.68,4.261,'Ruul the Darkener WP'),(21315,20,-4144.59,607.772,5.011,'Ruul the Darkener WP'),(21315,21,-4148.39,587.783,8.4231,'Ruul the Darkener WP'),(21315,22,-4155.77,562.815,11.383,'Ruul the Darkener WP'),(21315,23,-4165.01,542.495,15.883,'Ruul the Darkener WP'),(21315,24,-4174.2,524.996,22.7355,'Ruul the Darkener WP'),(21315,25,-4165.01,542.495,15.883,'Ruul the Darkener WP'),(21315,26,-4155.77,562.815,11.383,'Ruul the Darkener WP'),(21315,27,-4148.39,587.783,8.4231,'Ruul the Darkener WP'),(21315,28,-4144.59,607.772,5.011,'Ruul the Darkener WP'),(21315,29,-4139.04,629.68,4.261,'Ruul the Darkener WP'),(21315,30,-4124.38,652.704,3.42471,'Ruul the Darkener WP'),(21315,31,-4104.67,681.145,2.61901,'Ruul the Darkener WP'),(21315,32,-4077.99,718.437,1.50143,'Ruul the Darkener WP'),(21315,33,-4053.41,754.466,1.86799,'Ruul the Darkener WP'),(21315,34,-4046.8,785.286,2.4227,'Ruul the Darkener WP'),(21315,35,-4039.05,829.544,1.10181,'Ruul the Darkener WP'),(21315,36,-4033.13,864.961,4.72681,'Ruul the Darkener WP'),(21315,37,-4023.36,901.568,8.14013,'Ruul the Darkener WP'),(21315,38,-4012.83,932.021,12.5151,'Ruul the Darkener WP'),(21315,39,-4003.07,957.158,13.2421,'Ruul the Darkener WP'),(21315,40,-3981.2,987.16,17.436,'Ruul the Darkener WP'),(21315,41,-3946.31,1007.96,41.4916,'Ruul the Darkener WP'),(21315,42,-3923.55,1019.8,59.436,'Ruul the Darkener WP'),(21315,43,-3897.4,1040.65,84.436,'Ruul the Darkener WP'),(21315,44,-3871.77,1061.12,104.353,'Ruul the Darkener WP'),(21315,45,-3844.4,1071.15,116.408,'Ruul the Darkener WP'),(21315,46,-3806.74,1074.58,125.316,'Ruul the Darkener WP'),(21315,47,-3805.74,1074.67,125.316,'Ruul the Darkener WP'),(28192,1,5478.14,4971.84,-22.4317,'Archimage Pentarus Flying Machine'),(28192,2,5593.69,5187.79,-72.69,'Archimage Pentarus Flying Machine'),(28192,3,5647.75,5229.6,-72.69,'Archimage Pentarus Flying Machine'),(33696,1,-769.512,-120.811,429.551,'Archmage Rhydian'),(33696,2,-769.143,-104.085,429.866,'Archmage Rhydian'),(33696,3,-763.094,-86.176,429.956,'Archmage Rhydian'),(33696,4,-755.04,-68.3057,429.956,'Archmage Rhydian'),(33696,5,-746.373,-54.0388,429.966,'Archmage Rhydian'),(33696,6,-738.985,-49.8786,429.966,'Archmage Rhydian'),(33696,7,-729.148,-49.8855,429.966,'Archmage Rhydian'),(33696,8,-718.478,-52.5443,429.841,'Archmage Rhydian'),(33696,9,-768.512,-112.075,429.84,'Archmage Rhydian'),(33696,10,-773.566,-144.684,429.919,'Archmage Rhydian'),(14875,1,-11813.9,1257.9,6.00591,'Molthor'),(14875,2,-11816,1253.34,4.10438,'Molthor'),(14875,3,-11817.8,1250.34,2.64272,'Molthor'),(14875,4,-11822.2,1248.5,2.45973,'Molthor'),(14875,5,-11823,1248.43,2.43644,'Molthor'),(14875,6,-11830.2,1262.37,1.60647,'Molthor'),(14875,7,-11833.6,1272.28,1.51623,'Molthor'),(14875,8,-11836.3,1282.42,1.74283,'Molthor'),(14875,9,-11836.9,1294,0.464341,'Molthor'),(14875,10,-11835.6,1297.62,0.654105,'Molthor'),(14875,11,-11826.2,1322.37,0.217855,'Molthor'),(14875,21,-11813.9,1257.9,6.00591,'Molthor'),(14875,20,-11816,1253.34,4.10438,'Molthor'),(14875,19,-11817.8,1250.34,2.64272,'Molthor'),(14875,18,-11822.2,1248.5,2.45973,'Molthor'),(14875,17,-11823,1248.43,2.43644,'Molthor'),(14875,16,-11830.2,1262.37,1.60647,'Molthor'),(14875,15,-11833.6,1272.28,1.51623,'Molthor'),(14875,14,-11836.3,1282.42,1.74283,'Molthor'),(14875,13,-11836.9,1294,0.464341,'Molthor'),(14875,12,-11835.6,1297.62,0.654105,'Molthor'),(14875,22,-11811.5,1262.42,6.004,'Molthor'),(14875,23,-11812.5,1260.45,6.004,'Molthor'),(37857,1,4836.36,-586.92,161.93,'The Lichking'),(37857,2,4835.37,-586.868,161.93,'The Lichking'),(37857,3,4834.09,-586.423,162.27,'The Lichking'),(37857,4,4828.5,-584.464,163.663,'The Lichking'),(37857,5,4826.36,-583.718,164.617,'The Lichking'),(37857,6,4825.22,-583.319,164.907,'The Lichking'),(37857,7,4823.25,-582.63,164.347,'The Lichking'),(37857,8,4821.65,-582.068,163.845,'The Lichking'),(37857,9,4819,-581.141,163.526,'The Lichking'),(37857,10,4814.02,-579.399,162.441,'The Lichking'),(37857,11,4814.02,-579.399,162.441,'The Lichking'),(37952,1,4798.7,-639.529,160.569,'Lights Vengeance Vehicle Bunny 2'),(37952,2,4801.06,-634.495,166.677,'Lights Vengeance Vehicle Bunny 2'),(37952,3,4797,-618.793,171.482,'Lights Vengeance Vehicle Bunny 2'),(37952,4,4794.91,-597.215,175.099,'Lights Vengeance Vehicle Bunny 2'),(37952,5,4796.13,-576.535,175.099,'Lights Vengeance Vehicle Bunny 2'),(37952,6,4808.42,-570.387,175.099,'Lights Vengeance Vehicle Bunny 2'),(37952,7,4818.08,-578.18,175.099,'Lights Vengeance Vehicle Bunny 2'),(37952,8,4812.49,-586.903,175.099,'Lights Vengeance Vehicle Bunny 2'),(37120,1,-67.5243,2161.19,30.6542,'Highlord Darion Mograine'),(37120,2,-69.8403,2155.58,30.6542,'Highlord Darion Mograine'),(37801,1,-62.1545,2157.79,31.5986,'Shadows Edge Bunny'),(37801,2,-69.5347,2159.69,31.7931,'Shadows Edge Bunny'),(24238,1,1518.61,-5249.85,207.396,'Bjorn Halgurdsson'),(18237,1,9854.37,-7131.53,30.8774,'Tiny Arcane Construct'),(18237,2,9848.94,-7149.69,30.881,'Tiny Arcane Construct'),(18237,3,9853.53,-7164.35,30.9412,'Tiny Arcane Construct'),(18237,4,9873.93,-7174.14,31.0451,'Tiny Arcane Construct'),(18237,5,9890.32,-7171.36,32.0465,'Tiny Arcane Construct'),(18237,6,9893.69,-7182.64,31.0266,'Tiny Arcane Construct'),(18237,7,9906.29,-7211.05,30.9103,'Tiny Arcane Construct'),(18237,8,9914.21,-7215.01,30.8189,'Tiny Arcane Construct'),(18237,9,9930.76,-7214.39,30.861,'Tiny Arcane Construct'),(18237,10,9954.36,-7211.77,30.8778,'Tiny Arcane Construct'),(18237,11,9953.68,-7204.06,30.8777,'Tiny Arcane Construct'),(18237,12,9941.92,-7198.43,30.8776,'Tiny Arcane Construct'),(18237,13,9915.13,-7188.17,30.9569,'Tiny Arcane Construct'),(18237,14,9897.4,-7190.36,31.0379,'Tiny Arcane Construct'),(18237,15,9885.16,-7178.05,31.0341,'Tiny Arcane Construct'),(18237,16,9874.85,-7163.02,30.9973,'Tiny Arcane Construct'),(18237,17,9867.52,-7139.58,30.8773,'Tiny Arcane Construct'),(16856,1,-807.327,2739.82,115.447,'Caretaker Dilandrus'),(16856,2,-798.86,2719.21,111.628,'Caretaker Dilandrus'),(16856,3,-785.502,2706.21,107.293,'Caretaker Dilandrus'),(16856,4,-785.546,2702.16,106.208,'Caretaker Dilandrus'),(16856,5,-787.652,2700.58,105.792,'Caretaker Dilandrus'),(16856,6,-791.771,2694.26,104.589,'Caretaker Dilandrus'),(16856,7,-793.482,2693.76,104.592,'Caretaker Dilandrus'),(16856,8,-794.696,2691.44,104.35,'Caretaker Dilandrus'),(16856,9,-797.951,2691.02,104.535,'Caretaker Dilandrus'),(16856,10,-798.984,2693.63,104.891,'Caretaker Dilandrus'),(16856,11,-797.778,2697.53,105.43,'Caretaker Dilandrus'),(16856,12,-792.678,2705.64,106.948,'Caretaker Dilandrus'),(16856,13,-792.409,2708.46,107.754,'Caretaker Dilandrus'),(16856,14,-794.25,2710.38,108.384,'Caretaker Dilandrus'),(16856,15,-799.924,2706.66,107.387,'Caretaker Dilandrus'),(16856,16,-807.92,2692.9,104.856,'Caretaker Dilandrus'),(16856,17,-811.612,2690.9,104.36,'Caretaker Dilandrus'),(16856,18,-814.837,2692.26,104.736,'Caretaker Dilandrus'),(16856,19,-814.33,2696.03,105.773,'Caretaker Dilandrus'),(16856,20,-809.779,2704.45,107.63,'Caretaker Dilandrus'),(16856,21,-801.425,2715.06,109.679,'Caretaker Dilandrus'),(16856,22,-801.359,2718.11,110.676,'Caretaker Dilandrus'),(16856,23,-804.433,2720.69,111.13,'Caretaker Dilandrus'),(16856,24,-810.324,2717.67,110.329,'Caretaker Dilandrus'),(16856,25,-814.433,2712.14,109.487,'Caretaker Dilandrus'),(16856,26,-820.17,2701.35,107.506,'Caretaker Dilandrus'),(16856,27,-823.067,2699.77,107.458,'Caretaker Dilandrus'),(16856,28,-824.921,2701.38,107.939,'Caretaker Dilandrus'),(16856,29,-824.739,2706.05,108.591,'Caretaker Dilandrus'),(16856,30,-820.185,2714.8,110.056,'Caretaker Dilandrus'),(16856,31,-814.476,2725.61,111.567,'Caretaker Dilandrus'),(16856,32,-807.327,2739.82,115.447,'Caretaker Dilandrus'),(16856,33,-807.327,2739.82,115.447,'Caretaker Dilandrus'),(2663500,1,-358.149,-591.396,4.8929,'Risen Drakkari Warrior'),(2663500,2,-355.111,-588.661,7.43521,'Risen Drakkari Warrior'),(2663500,3,-351.322,-585.026,10.995,'Risen Drakkari Warrior'),(2663500,4,-345.376,-579.253,11.012,'Risen Drakkari Warrior'),(2663500,5,-343.792,-579.642,11.012,'Risen Drakkari Warrior'),(2663500,6,-346.169,-582.965,11.012,'Risen Drakkari Warrior'),(2663500,7,-350.619,-586.543,10.6995,'Risen Drakkari Warrior'),(2663500,8,-356.449,-591.583,5.55874,'Risen Drakkari Warrior'),(2663500,9,-363.399,-595.822,2.26113,'Risen Drakkari Warrior'),(2663501,1,-361.498,-611.317,2.82481,'Risen Drakkari Warrior'),(2663501,2,-358.749,-613.483,4.91993,'Risen Drakkari Warrior'),(2663501,3,-351.531,-619.59,11.0096,'Risen Drakkari Warrior'),(2663501,4,-349.112,-623.42,11.0119,'Risen Drakkari Warrior'),(2663501,5,-347.686,-624.43,11.0119,'Risen Drakkari Warrior'),(2663501,6,-346.433,-620.963,11.0119,'Risen Drakkari Warrior'),(2663501,7,-350.655,-617.858,10.8491,'Risen Drakkari Warrior'),(2663501,8,-356.367,-613.813,6.09785,'Risen Drakkari Warrior'),(2663501,9,-366.529,-607.86,2.26056,'Risen Drakkari Warrior'),(2549600,1,2943.3,6805.71,6.86362,'Kvaldir Mist Lord'),(2549600,2,2946.38,6808.99,6.89997,'Kvaldir Mist Lord'),(2549600,3,2952.22,6815.03,5.49191,'Kvaldir Mist Lord'),(2549600,4,2956.26,6811.33,5.7004,'Kvaldir Mist Lord'),(2549600,5,2959.27,6809.55,5.73998,'Kvaldir Mist Lord'),(2549600,6,2958.56,6804.6,6.10027,'Kvaldir Mist Lord'),(2549600,7,2958.36,6799.58,6.55177,'Kvaldir Mist Lord'),(2549600,8,2953.32,6798.66,6.69609,'Kvaldir Mist Lord'),(28182,1,3137.1,3835.6,23.8048,'Dusk'),(28182,2,3151.1,3841.84,26.156,'Dusk'),(28182,3,3190.88,3844.67,28.8679,'Dusk'),(28182,4,3232.1,3838.99,27.3372,'Dusk'),(28182,5,3282.76,3832.85,27.2097,'Dusk'),(28182,6,3307.91,3829.67,28.4312,'Dusk'),(28182,7,3340.63,3826.01,25.3553,'Dusk'),(28182,8,3352.08,3823.35,27.2252,'Dusk'),(28182,9,3399.22,3818.61,27.6639,'Dusk'),(28182,10,3439.39,3828.51,27.7915,'Dusk'),(28182,11,3456.52,3835.03,29.5843,'Dusk'),(28182,12,3482.75,3841.45,32.4086,'Dusk'),(28182,13,3531,3843.39,33.5305,'Dusk'),(28182,14,3549.51,3830.05,39.2239,'Dusk'),(28182,15,3561.16,3818.27,40.2875,'Dusk'),(28182,16,3573.92,3785.86,36.752,'Dusk'),(28182,17,3574.62,3781.32,36.749,'Dusk'),(28182,18,3583.71,3758.96,36.5526,'Dusk'),(28182,19,3603.15,3712.66,36.7401,'Dusk'),(28182,20,3605.66,3702.7,36.8024,'Dusk'),(28182,21,3618.6,3670.75,35.9719,'Dusk'),(27923,1,556.88,-2811.6,-0.076807,'Lou'),(27923,2,482.031,-2834.21,-0.049029,'Lou'),(27923,3,454.495,-2891.86,-0.049029,'Lou'),(27923,4,335.413,-2946.44,-0.049029,'Lou'),(27923,5,262.88,-3016.95,-0.021251,'Lou'),(27923,6,147.219,-3176.04,-0.049029,'Lou'),(27923,7,86.2893,-3239.84,-0.021251,'Lou'),(27923,8,-22.4979,-3241.45,-0.076807,'Lou'),(27923,9,-151.289,-3296.97,0.006526,'Lou'),(27923,10,-195.967,-3366.19,-0.132362,'Lou'),(27923,11,-255.505,-3519.14,-0.021251,'Lou'),(27923,12,-217.693,-3555.59,-0.076807,'Lou'),(27923,13,-201.783,-3548.48,-0.021251,'Lou'),(2983,1,-2226.32,-408.095,-9.36235,'The Plains Vision'),(2983,2,-2203.04,-437.212,-5.72498,'The Plains Vision'),(2983,3,-2163.91,-457.851,-7.09049,'The Plains Vision'),(2983,4,-2123.87,-448.137,-9.29591,'The Plains Vision'),(2983,5,-2104.66,-427.166,-6.49513,'The Plains Vision'),(2983,6,-2101.48,-422.826,-5.3567,'The Plains Vision'),(2983,7,-2097.56,-417.083,-7.16716,'The Plains Vision'),(2983,8,-2084.87,-398.626,-9.88973,'The Plains Vision'),(2983,9,-2072.71,-382.324,-10.2488,'The Plains Vision'),(2983,10,-2054.05,-356.728,-6.22468,'The Plains Vision'),(2983,11,-2051.8,-353.645,-5.35791,'The Plains Vision'),(2983,12,-2049.08,-349.912,-6.15723,'The Plains Vision'),(2983,13,-2030.6,-310.724,-9.59302,'The Plains Vision'),(2983,14,-2002.15,-249.308,-10.8124,'The Plains Vision'),(2983,15,-1972.85,-195.811,-10.6316,'The Plains Vision'),(2983,16,-1940.93,-147.652,-11.7055,'The Plains Vision'),(2983,17,-1888.06,-81.943,-11.4404,'The Plains Vision'),(2983,18,-1837.05,-34.0109,-12.258,'The Plains Vision'),(2983,19,-1796.12,-14.6462,-10.3581,'The Plains Vision'),(2983,20,-1732.61,-4.27746,-10.0213,'The Plains Vision'),(2983,21,-1688.94,-0.829945,-11.7103,'The Plains Vision'),(2983,22,-1681.32,13.0313,-9.48056,'The Plains Vision'),(2983,23,-1677.04,36.8349,-7.10318,'The Plains Vision'),(2983,24,-1675.2,68.559,-8.95384,'The Plains Vision'),(2983,25,-1676.57,89.023,-9.65104,'The Plains Vision'),(2983,26,-1678.16,110.939,-10.1782,'The Plains Vision'),(2983,27,-1677.86,128.681,-5.73869,'The Plains Vision'),(2983,28,-1675.27,144.324,-3.47916,'The Plains Vision'),(2983,29,-1671.7,163.169,-1.23098,'The Plains Vision'),(2983,30,-1666.61,181.584,5.26145,'The Plains Vision'),(2983,31,-1661.51,196.154,8.95252,'The Plains Vision'),(2983,32,-1655.47,210.811,8.38727,'The Plains Vision'),(2983,33,-1647.07,226.947,5.27755,'The Plains Vision'),(2983,34,-1621.65,232.91,2.69579,'The Plains Vision'),(2983,35,-1600.23,237.641,2.98539,'The Plains Vision'),(2983,36,-1576.07,242.546,4.66541,'The Plains Vision'),(2983,37,-1554.57,248.494,6.60377,'The Plains Vision'),(2983,38,-1547.53,259.302,10.6741,'The Plains Vision'),(2983,39,-1541.7,269.847,16.4418,'The Plains Vision'),(2983,40,-1539.83,278.989,21.0597,'The Plains Vision'),(2983,41,-1540.16,290.219,27.8247,'The Plains Vision'),(2983,42,-1538.99,298.983,34.0032,'The Plains Vision'),(2983,43,-1540.38,307.337,41.3557,'The Plains Vision'),(2983,44,-1536.61,314.884,48.0179,'The Plains Vision'),(2983,45,-1532.42,323.277,55.6667,'The Plains Vision'),(2983,46,-1528.77,329.774,61.1525,'The Plains Vision'),(2983,47,-1525.65,333.18,63.2161,'The Plains Vision'),(2983,48,-1517.01,350.713,62.4286,'The Plains Vision'),(2983,49,-1511.39,362.537,62.4539,'The Plains Vision'),(2983,50,-1508.68,366.822,62.733,'The Plains Vision'),(23616,1,-2454.94,-482.136,-8.97948,'Kyle'),(23616,2,-2445.34,-476.395,-8.92086,'Kyle'),(23616,3,-2433.79,-468.785,-9.20522,'Kyle'),(23616,4,-2422.01,-460.858,-9.1759,'Kyle'),(23616,5,-2407.47,-451.07,-8.70993,'Kyle'),(23616,6,-2395.98,-443.42,-8.42222,'Kyle'),(23616,7,-2383.8,-436.212,-8.78844,'Kyle'),(23616,8,-2367.83,-425.967,-9.38671,'Kyle'),(23616,9,-2355.15,-413.835,-9.75652,'Kyle'),(23616,10,-2345.39,-403.032,-8.87064,'Kyle'),(23616,11,-2338.73,-387.213,-7.97681,'Kyle'),(23616,12,-2330.27,-374.08,-8.37519,'Kyle'),(23616,13,-2314.64,-365.663,-9.41672,'Kyle'),(23616,14,-2295.45,-360.874,-9.42468,'Kyle'),(23616,15,-2279.85,-357.148,-9.42468,'Kyle'),(23616,16,-2263.83,-363.376,-9.42468,'Kyle'),(23616,17,-2248.52,-370.238,-9.42468,'Kyle'),(23616,18,-2226.43,-386.156,-9.42468,'Kyle'),(23616,19,-2232.14,-416.578,-9.42205,'Kyle'),(23616,20,-2247.29,-439.615,-9.42475,'Kyle'),(23616,21,-2252.91,-448.416,-9.09973,'Kyle'),(23616,22,-2257.71,-455.921,-8.15442,'Kyle'),(23616,23,-2271.66,-475.713,-7.80418,'Kyle'),(23616,24,-2293.85,-483.264,-7.86093,'Kyle'),(23616,25,-2302.71,-490.694,-7.92982,'Kyle'),(23616,26,-2306.74,-494.585,-8.44247,'Kyle'),(23616,27,-2324.17,-516.494,-9.32393,'Kyle'),(23616,28,-2340.11,-535.209,-9.2326,'Kyle'),(23616,29,-2357.69,-538.25,-9.158,'Kyle'),(23616,30,-2372.68,-528.41,-9.15687,'Kyle'),(23616,31,-2391.28,-518.477,-8.4459,'Kyle'),(23616,32,-2404.81,-514.866,-7.4283,'Kyle'),(23616,33,-2418.06,-510.431,-6.09458,'Kyle'),(23616,34,-2431.22,-505.672,-6.06301,'Kyle'),(23616,35,-2443.9,-499.738,-7.60161,'Kyle'),(23616,36,-2462.4,-488.247,-9.27003,'Kyle'),(30399,1,8695.3,-703.023,933.782,'Thorim'),(30399,2,8665.8,-675.773,927.532,'Thorim'),(30399,3,8573.93,-591.286,925.558,'Thorim'),(18475,1,-3586.12,5789.73,-4.24976,'Muggok'),(18475,2,-3607.36,5802.46,-4.01552,'Muggok'),(18475,3,-3611.6,5813.16,-4.28691,'Muggok'),(18475,4,-3620.7,5832.48,0.170152,'Muggok'),(18475,5,-3632.27,5845.13,-0.206985,'Muggok'),(18475,6,-3644.94,5868.45,-4.99035,'Muggok'),(18475,7,-3637.31,5910.22,-21.8444,'Muggok'),(18475,8,-3641.05,5941.75,-30.8571,'Muggok'),(18475,9,-3638.01,5970.19,-22.3024,'Muggok'),(18475,10,-3625.29,5984.69,-19.9806,'Muggok'),(18475,11,-3593.81,5984.92,-30.7405,'Muggok'),(18475,12,-3560.43,5994.25,-34.4478,'Muggok'),(18475,13,-3533.4,6024.58,-24.5245,'Muggok'),(18475,14,-3525.01,6048.77,-20.2223,'Muggok'),(18475,15,-3509.14,6060.51,-15.4676,'Muggok'),(18475,16,-3465.91,6061.52,-15.65,'Muggok'),(18475,17,-3455.74,6054.1,-12.0896,'Muggok'),(18475,18,-3452,6032.29,-14.2308,'Muggok'),(18475,19,-3449.69,6012.39,-17.4724,'Muggok'),(18475,20,-3443.19,5993.31,-23.1506,'Muggok'),(18475,21,-3440.39,5986.85,-24.2466,'Muggok'),(18475,22,-3435.47,5956.2,-24.9139,'Muggok'),(18475,23,-3446.49,5924.92,-33.0862,'Muggok'),(18475,24,-3466.2,5894.72,-28.9427,'Muggok'),(18475,25,-3483.42,5870.37,-23.4976,'Muggok'),(18475,26,-3495.21,5849.56,-15.937,'Muggok'),(18475,27,-3507.46,5820.46,-12.9088,'Muggok'),(18475,28,-3519.91,5799.6,-7.42785,'Muggok'),(18475,29,-3532.31,5789.58,-6.70218,'Muggok'),(18475,30,-3553.79,5784.59,-4.33099,'Muggok'),(18475,31,-3562.55,5785.31,-1.65057,'Muggok'),(965560,1,3882.08,3605.61,47.2087,'Darkfallen Bloodbearer'),(965560,2,3880.68,3604.95,46.9814,'Darkfallen Bloodbearer'),(965560,3,3873.56,3605.22,47.1648,'Darkfallen Bloodbearer'),(965560,4,3864.23,3594.6,46.8939,'Darkfallen Bloodbearer'),(965560,5,3863.22,3593.01,46.8025,'Darkfallen Bloodbearer'),(965560,6,3857.54,3589.55,46.892,'Darkfallen Bloodbearer'),(965560,7,3849.74,3589.31,47.1981,'Darkfallen Bloodbearer'),(965560,8,3841.68,3593.68,47.0527,'Darkfallen Bloodbearer'),(965560,9,3835.92,3599.62,47.2669,'Darkfallen Bloodbearer'),(965560,10,3828.86,3599.79,47.1408,'Darkfallen Bloodbearer'),(965560,11,3821.26,3598.35,46.8344,'Darkfallen Bloodbearer'),(965560,12,3806.12,3590.27,48.67,'Darkfallen Bloodbearer'),(965560,13,3801.33,3586.16,49.7196,'Darkfallen Bloodbearer'),(25733,1,3224.34,6105.71,146.779,'Warmage Austin'),(25733,2,3435.27,5889.9,151.063,'Warmage Austin'),(25732,1,3224.75,6083.04,147.557,'Warmage Preston'),(25732,2,3460.5,5877.44,149.537,'Warmage Preston'),(27888,1,3200.99,6074.9,144.974,'Warmage Archus'),(27888,2,3457.75,5892.67,147.38,'Warmage Archus'),(24828,1,250.667,-5770.24,252.25,'Iron Rune Construct'),(24828,2,158.802,-5823.06,7.08029,'Iron Rune Construct'),(24827,1,268.167,-5814.82,282.507,'Iron Rune Construct'),(24827,2,255.436,-5891.19,83.0681,'Iron Rune Construct'),(24826,1,221.699,-5736.85,289.626,'Iron Rune Construct'),(24826,2,157.14,-5712,189.551,'Iron Rune Construct'),(24831,1,212.712,-5808.78,297.262,'Iron Rune Construct'),(24831,2,276.179,-5755.33,268.457,'Iron Rune Construct'),(24829,1,228.849,-5740.56,283.449,'Iron Rune Construct'),(24829,2,278.267,-5758.17,268.455,'Iron Rune Construct'),(24832,1,266.919,-5837.8,304.154,'Iron Rune Construct'),(24832,2,280.913,-5761.62,268.457,'Iron Rune Construct'),(3694,1,6339.14,341.764,24.3387,'Sentinel Selarin'),(3694,2,6353.39,354.557,22.3779,'Sentinel Selarin'),(3694,3,6368.99,357.894,21.5712,'Sentinel Selarin'),(3694,4,6387.81,359.455,18.9899,'Sentinel Selarin'),(3694,5,6398.12,363.588,17.366,'Sentinel Selarin'),(3694,6,6403.68,370.92,15.6815,'Sentinel Selarin'),(3694,7,6416.57,392.998,12.0215,'Sentinel Selarin'),(3694,8,6424.95,399.193,10.9586,'Sentinel Selarin'),(3694,9,6428.93,396.971,11.1736,'Sentinel Selarin'),(3694,10,6432,388.708,13.7662,'Sentinel Selarin'),(3694,11,6436.71,375.264,13.9403,'Sentinel Selarin'),(3694,12,6434.92,367.203,13.9403,'Sentinel Selarin'),(3694,13,6436.9,374.833,13.9403,'Sentinel Selarin'),(3694,14,6431.63,389.723,13.5875,'Sentinel Selarin'),(3694,15,6428.84,397.45,11.0941,'Sentinel Selarin'),(3694,16,6424,400.084,10.9784,'Sentinel Selarin'),(3694,17,6413.76,392.804,12.2825,'Sentinel Selarin'),(3694,18,6401.4,368.195,16.4249,'Sentinel Selarin'),(3694,19,6393.69,360.887,18.1549,'Sentinel Selarin'),(3694,20,6377.21,357.731,20.6589,'Sentinel Selarin'),(3694,21,6358.35,357.353,22.2106,'Sentinel Selarin'),(3694,22,6348.45,352.662,22.6056,'Sentinel Selarin'),(3694,23,6322.42,326.649,25.3338,'Sentinel Selarin'),(7411,1,9642.47,2523.25,1331.54,'Spirit of Sathrah'),(7411,2,9640.32,2517.43,1331.57,'Spirit of Sathrah'),(7411,3,9635.62,2514.35,1331.4,'Spirit of Sathrah'),(7411,4,9630.91,2515.59,1331.72,'Spirit of Sathrah'),(7411,5,9626.52,2520.1,1331.73,'Spirit of Sathrah'),(7411,6,9625.02,2526.36,1331.61,'Spirit of Sathrah'),(7411,7,9630.56,2532.58,1331.39,'Spirit of Sathrah'),(7411,8,9636.59,2532.65,1331.73,'Spirit of Sathrah'),(7411,9,9640.05,2529.06,1331.77,'Spirit of Sathrah'),(12205,1,2370.83,-5893.06,10.6607,'Spitelash Witch'),(12205,2,2377.23,-5904.07,11.067,'Spitelash Witch'),(12205,3,2378.04,-5915.15,10.7378,'Spitelash Witch'),(12205,4,2374.96,-5932,9.66682,'Spitelash Witch'),(12205,5,2374.06,-5963.62,9.89577,'Spitelash Witch'),(12204,1,2370.83,-5893.06,10.6607,'Spitelash Raider'),(12204,2,2379.97,-5904.9,10.7712,'Spitelash Raider'),(12204,3,2376.15,-5924.8,9.84824,'Spitelash Raider'),(12204,4,2373.41,-5962.79,9.70075,'Spitelash Raider'),(21687,10,-3640.27,1855.31,55.6932,'Gromtor, Son of Oronok'),(21687,11,-3643.02,1854.56,56.4432,'Gromtor, Son of Oronok'),(21687,12,-3642.17,1854.78,56.4368,'Gromtor, Son of Oronok'),(21687,13,-3644.92,1854.53,56.6868,'Gromtor, Son of Oronok'),(21687,14,-3642.17,1854.78,56.4368,'Gromtor, Son of Oronok'),(21687,15,-3644.92,1854.53,56.6868,'Gromtor, Son of Oronok'),(21687,16,-3646.25,1853.08,57.0559,'Gromtor, Son of Oronok'),(21687,17,-3648,1852.08,57.8059,'Gromtor, Son of Oronok'),(21686,1,-3618.58,1866.53,48.2374,'Borak, Son of Oronok'),(21686,2,-3620.31,1865.76,48.4759,'Borak, Son of Oronok'),(21686,3,-3622.81,1865.26,48.9759,'Borak, Son of Oronok'),(21686,4,-3624.81,1864.51,49.4759,'Borak, Son of Oronok'),(21686,5,-3626.31,1863.9,50.1328,'Borak, Son of Oronok'),(21686,6,-3628.31,1863.4,50.8828,'Borak, Son of Oronok'),(21686,7,-3630.31,1862.65,51.3828,'Borak, Son of Oronok'),(21686,8,-3632.81,1861.9,52.1328,'Borak, Son of Oronok'),(21686,9,-3634.81,1861.4,52.8828,'Borak, Son of Oronok'),(21686,10,-3634.81,1861.14,53.0337,'Borak, Son of Oronok'),(21686,11,-3636.56,1860.64,53.7837,'Borak, Son of Oronok'),(21686,12,-3639.31,1859.89,54.2837,'Borak, Son of Oronok'),(21686,13,-3641.06,1859.39,55.0337,'Borak, Son of Oronok'),(21686,14,-3643.06,1858.64,56.0337,'Borak, Son of Oronok'),(21686,15,-3643.16,1857.9,56.3382,'Borak, Son of Oronok'),(21686,16,-3644.66,1857.15,57.0882,'Borak, Son of Oronok'),(21686,17,-3646.23,1855.51,57.3797,'Borak, Son of Oronok'),(21686,18,-3648.23,1853.76,58.3797,'Borak, Son of Oronok'),(21685,1,-3619.83,1857.98,48.1777,'Oronok Torn-heart'),(21685,2,-3624.58,1856.23,48.6777,'Oronok Torn-heart'),(21685,3,-3625.79,1855.87,49.385,'Oronok Torn-heart'),(21685,4,-3627.79,1855.12,50.135,'Oronok Torn-heart'),(21685,5,-3629.54,1854.62,51.135,'Oronok Torn-heart'),(21685,6,-3630.29,1854.37,51.635,'Oronok Torn-heart'),(21685,7,-3631.29,1854.12,53.135,'Oronok Torn-heart'),(21685,8,-3632.29,1853.87,53.885,'Oronok Torn-heart'),(21685,9,-3632.53,1853.49,54.0415,'Oronok Torn-heart'),(21685,10,-3634.53,1852.99,56.2915,'Oronok Torn-heart'),(21685,11,-3637.03,1852.24,57.7915,'Oronok Torn-heart'),(21685,12,-3640.95,1852.14,57.4656,'Oronok Torn-heart'),(21181,1,-3617.72,1823.16,39.7751,'Cyrukh the Firelord <The Dirge of Karabor>'),(2168500,1,-3600.32,1898.6,47.3654,'Oronok Torn-heart (Path 2)'),(2168600,1,-3597.45,1895.45,47.3654,'Borak, Son of Oronok (Path 2)'),(2168700,1,-3603.95,1895.17,47.3654,'Gromtor, Son of Oronok (Path 2)'),(2328300,1,-5163.22,645.611,77.39,'Lady Sinestra'),(2328400,1,-5155.74,636.084,80.5373,'Lady Sinestra'),(2328400,2,-5130.9,609.521,83.9969,'Lady Sinestra'),(2328400,3,-5113.64,604.067,84.9935,'Lady Sinestra'),(2328400,4,-5093.57,586.983,86.4673,'Lady Sinestra'),(2328400,5,-5113.7,604.714,85.0217,'Lady Sinestra'),(2328400,6,-5134.05,612.112,83.5305,'Lady Sinestra'),(2328400,7,-5163.21,645.577,77.394,'Lady Sinestra'),(7466200,1,-3411.15,2979.67,169.897,'Deathforged Infernal'),(7466200,2,-3411.15,2979.67,293.974,'Deathforged Infernal'),(7466200,3,-3441.46,2974.7,171.833,'Deathforged Infernal'),(7465100,1,-3411.15,2979.67,169.897,'Deathforged Infernal'),(7465100,2,-3411.15,2979.67,293.974,'Deathforged Infernal'),(7465100,3,-3408.36,3007.35,171.598,'Deathforged Infernal'),(2344000,1,-8450.69,-4176.05,-199.007,'Time Watcher'),(2344000,2,-8449.39,-4160.06,-209.985,'Time Watcher'),(2344000,3,-8448.97,-4158.05,-208.872,'Time Watcher'),(2344000,4,-8436.92,-4107.06,-209.588,'Time Watcher'),(2344000,5,-8393.62,-4071.73,-209.588,'Time Watcher'),(2344000,6,-8349.18,-4058.92,-209.033,'Time Watcher'),(2344001,1,-8340.62,-4344.33,-199.383,'Time Watcher'),(2344001,2,-8314.34,-4348.68,-209.549,'Time Watcher'),(2344001,3,-8246.21,-4344.39,-205.16,'Time Watcher'),(2344001,4,-8207.16,-4307.92,-196.205,'Time Watcher'),(2344001,5,-8186.44,-4259.73,-183.949,'Time Watcher'),(2344001,6,-8188.97,-4211.27,-174.057,'Time Watcher'),(2344001,7,-8169.54,-4167.97,-165.149,'Time Watcher'),(19747,1,2251.22,5415.11,144.594,'Baelmon the Hound-Master'),(19747,2,2253.27,5422.19,144.344,'Baelmon the Hound-Master'),(19747,3,2251.02,5425.4,144.344,'Baelmon the Hound-Master'),(19747,4,2250.17,5418.64,144.344,'Baelmon the Hound-Master'),(19747,5,2263.63,5399.85,145.918,'Baelmon the Hound-Master'),(19747,6,2273.68,5402.08,146.963,'Baelmon the Hound-Master'),(19747,7,2270.23,5394.73,145.47,'Baelmon the Hound-Master'),(19747,8,2264.04,5400.77,146.091,'Baelmon the Hound-Master'),(19747,9,2234.95,5428.81,144.344,'Baelmon the Hound-Master'),(19747,10,2223.49,5426.15,144.35,'Baelmon the Hound-Master'),(19747,11,2270.23,5394.73,145.47,'Baelmon the Hound-Master'),(21837,1,2268.92,5393.45,145.447,'Summoned Wrath Hound'),(21837,2,2255.47,5407.07,145.028,'Summoned Wrath Hound'),(21837,3,2243.1,5420.32,144.344,'Summoned Wrath Hound'),(21837,4,2226.79,5438.05,144.35,'Summoned Wrath Hound'),(21837,5,2211.94,5460.01,150.857,'Summoned Wrath Hound'),(21837,6,2195.83,5463.45,153.681,'Summoned Wrath Hound'),(21837,7,2188.09,5477.5,155.091,'Summoned Wrath Hound'),(21837,8,2195.3,5464.7,153.681,'Summoned Wrath Hound'),(21837,9,2208.23,5464.17,153.6,'Summoned Wrath Hound'),(21837,10,2219.88,5446.35,144.35,'Summoned Wrath Hound'),(21837,11,2210.56,5435.39,144.645,'Summoned Wrath Hound'),(21837,12,2170.01,5423.63,144.294,'Summoned Wrath Hound'),(21837,13,2142.27,5430.44,144.8,'Summoned Wrath Hound'),(21837,14,2100.59,5447.44,145.313,'Summoned Wrath Hound'),(21837,15,2046.97,5449.16,145.033,'Summoned Wrath Hound'),(21837,16,2031.7,5416.58,144.777,'Summoned Wrath Hound'),(21837,17,2010,5392.87,145.607,'Summoned Wrath Hound'),(21837,18,1951.62,5362.66,148.15,'Summoned Wrath Hound'),(21837,19,1958.2,5340.3,153.245,'Summoned Wrath Hound'),(21837,20,1950.29,5312.92,154.089,'Summoned Wrath Hound'),(21837,21,1960.22,5301.52,154.089,'Summoned Wrath Hound'),(21837,22,1980.81,5314.19,156.477,'Summoned Wrath Hound'),(10978,1,6713.69,-4682.37,721.616,'Legacki'),(10978,2,6731.52,-4675.63,721.208,'Legacki'),(10978,3,6736.81,-4672.96,721.913,'Legacki'),(10978,4,6749.89,-4662.13,725.001,'Legacki'),(10978,5,6750.16,-4661.56,724.987,'Legacki'),(10978,6,6732.86,-4641.78,722.878,'Legacki'),(10978,7,6727.72,-4641.23,721.686,'Legacki'),(10978,8,6715.98,-4643.64,721.197,'Legacki'),(10978,9,6719.31,-4652.82,721.231,'Legacki'),(10978,10,6715,-4685.52,721.466,'Legacki'),(10978,11,6718.75,-4705.67,721.91,'Legacki'),(10978,12,6712.26,-4717.95,721.508,'Legacki'),(10978,13,6701.64,-4714.28,721.653,'Legacki'),(10978,14,6701.11,-4695.85,722.361,'Legacki'),(10978,15,6705.61,-4686.18,721.974,'Legacki'),(10977,1,-6186.46,-1096.94,-213.828,'Quixxil'),(10977,2,-6165.83,-1100.16,-210.395,'Quixxil'),(10977,3,-6146.72,-1120.23,-212.841,'Quixxil'),(10977,4,-6160.91,-1141.03,-217.996,'Quixxil'),(10977,5,-6184.3,-1125.44,-217.042,'Quixxil'),(10977,6,-6203.27,-1111.44,-219.372,'Quixxil'),(10977,7,-6213.76,-1080.86,-211.628,'Quixxil'),(10977,8,-6184.81,-1050.6,-191.913,'Quixxil'),(10977,9,-6173.85,-1054.14,-190.152,'Quixxil'),(10977,10,-6179.2,-1041.91,-185.499,'Quixxil'),(10977,11,-6197.86,-1082.17,-209.164,'Quixxil'),(7583,1,-7114.15,-3811.19,8.39081,'Sprinkle'),(7583,2,-7155.4,-3820.39,8.37046,'Sprinkle'),(7583,3,-7178.13,-3791.51,8.37044,'Sprinkle'),(7583,4,-7160.75,-3758.74,8.37044,'Sprinkle'),(7583,5,-7136.47,-3747.8,8.40752,'Sprinkle'),(7583,6,-7109.99,-3739.6,9.10553,'Sprinkle'),(7583,7,-7111.11,-3741.78,8.60926,'Sprinkle'),(12858,1,1788.88,-2240.17,111.71,''),(12858,2,1797.49,-2238.11,112.31,''),(12858,3,1803.83,-2232.77,111.22,''),(12858,4,1806.65,-2217.83,107.36,''),(12858,5,1811.81,-2208.01,107.45,''),(12858,6,1820.85,-2190.82,100.49,''),(12858,7,1829.6,-2177.49,96.44,''),(12858,8,1837.98,-2164.19,96.71,'prepare'),(12858,9,1839.99,-2149.29,96.78,''),(12858,10,1835.14,-2134.98,96.8,''),(12858,11,1823.57,-2118.27,97.43,''),(12858,12,1814.99,-2110.35,98.38,''),(12858,13,1806.6,-2103.09,99.19,''),(12858,14,1798.27,-2095.77,100.04,''),(12858,15,1783.59,-2079.92,100.81,''),(12858,16,1776.79,-2069.48,101.77,''),(12858,17,1776.82,-2054.59,109.82,''),(12858,18,1776.88,-2047.56,109.83,''),(12858,19,1776.86,-2036.55,109.83,''),(12858,20,1776.9,-2024.56,109.83,'win'),(12858,21,1776.87,-2028.31,109.83,'stay'),(12858,22,1776.9,-2028.3,109.83,''),(14873,1,270.076,-3036.6,97.6192,NULL),(14873,2,262.171,-3043.45,96.5053,NULL),(14873,3,251.328,-3055.55,96.1454,NULL),(14873,4,246.888,-3070.92,95.2793,NULL),(14873,5,242.449,-3081.3,91.82,NULL),(14873,6,232.826,-3106.67,93.3165,NULL),(14873,7,226.41,-3120.76,93.3475,NULL),(14873,8,213.921,-3151.01,91.2851,NULL),(14873,9,221.681,-3147.9,91.374,NULL),(14873,10,214.549,-3134.64,91.9876,NULL),(14873,11,210.931,-3139.95,91.6514,NULL),(14873,12,214.059,-3139.64,91.7,NULL),(14873,13,213.426,-3131.78,92.1297,NULL),(14873,14,220.194,-3140.72,91.7517,NULL),(14873,15,225.395,-3139.1,92.0847,NULL),(14873,16,220.857,-3140.83,91.7662,NULL),(14873,17,218.769,-3132.79,92.4983,NULL),(14873,18,226.814,-3137.56,92.169,NULL),(14873,19,225.496,-3132.89,92.7818,NULL),(14873,20,213.603,-3148.39,91.4489,NULL),(14873,21,219.055,-3151.2,91.2139,NULL),(14873,22,220.469,-3141.93,91.6344,NULL),(14873,23,214.852,-3148.32,91.4558,NULL),(14873,24,218.373,-3144.99,91.5714,NULL),(14873,25,224.091,-3149.02,91.2304,NULL),(14873,26,224.591,-3145.02,91.4801,NULL),(14873,27,219.022,-3147.38,91.4735,NULL),(14873,28,220.167,-3139.75,91.8958,NULL),(14873,29,225.033,-3133.14,92.8028,NULL),(14873,30,222.021,-3128.32,93.0422,NULL),(14873,31,228.338,-3126.35,92.9595,NULL),(14873,32,229.495,-3129.22,92.6818,NULL),(14873,33,232.12,-3128.11,92.5988,NULL),(14873,34,227.003,-3137.58,92.1461,NULL),(14873,35,220.002,-3132.38,92.659,NULL),(14873,36,225.874,-3102.36,93.6962,NULL),(14873,37,233.086,-3085.54,91.6788,NULL),(14873,38,235.152,-3069.81,91.8706,NULL),(14873,39,239.821,-3061.03,95.4022,NULL),(14873,40,256.123,-3047.91,96.2473,NULL),(14873,41,267.05,-3039.04,96.9212,NULL),(14873,42,271.093,-3035.98,97.6501,NULL),(14873,43,278.975,-3029.68,97.3919,NULL),(14873,44,280.125,-3029.01,97.3502,NULL),(29144,1,-8463.9,1109.41,19.1352,'Refurbished Steam Tank'),(29144,2,-8463.52,1112.6,19.0517,'Refurbished Steam Tank'),(29144,3,-8463.23,1108.18,19.053,'Refurbished Steam Tank'),(29144,4,-8473.35,1096.63,18.7345,'Refurbished Steam Tank'),(29144,5,-8496.34,1095.88,17.9444,'Refurbished Steam Tank'),(29144,6,-8499.86,1132.84,17.9763,'Refurbished Steam Tank'),(29144,7,-8486,1138.24,17.9608,'Refurbished Steam Tank'),(29144,8,-8462.43,1136.04,18.6577,'Refurbished Steam Tank'),(29144,9,-8440.65,1137.48,18.8719,'Refurbished Steam Tank'),(29144,10,-8412.35,1137.49,18.0685,'Refurbished Steam Tank'),(29144,11,-8412.35,1137.49,18.0685,'Refurbished Steam Tank'),(1227701,22,-1354.87,2199.6,81.3884,'Melizza Brimbuzzle'),(1227701,23,-1355.12,2198.6,80.6384,'Melizza Brimbuzzle'),(1227701,24,-1355.12,2197.6,79.8884,'Melizza Brimbuzzle'),(1227701,25,-1355.62,2195.6,78.8884,'Melizza Brimbuzzle'),(1227701,26,-1356.12,2193.85,77.8884,'Melizza Brimbuzzle'),(1227701,27,-1356.62,2191.85,77.1384,'Melizza Brimbuzzle'),(1227701,28,-1357.62,2188.85,76.3884,'Melizza Brimbuzzle'),(1227701,29,-1355.24,2198.25,80.4351,'Melizza Brimbuzzle'),(1227701,30,-1355.49,2197.25,79.6851,'Melizza Brimbuzzle'),(1227701,31,-1355.99,2195.5,78.6851,'Melizza Brimbuzzle'),(1227701,32,-1356.49,2193.5,77.6851,'Melizza Brimbuzzle'),(1227701,33,-1356.99,2191.5,76.9351,'Melizza Brimbuzzle'),(1227701,34,-1357.74,2188.75,76.1851,'Melizza Brimbuzzle'),(1227701,35,-1357.99,2187.5,75.6851,'Melizza Brimbuzzle'),(1227701,36,-1358.74,2185.75,75.1851,'Melizza Brimbuzzle'),(1227701,37,-1359.24,2183.75,74.4351,'Melizza Brimbuzzle'),(1227701,38,-1359.99,2182,73.6851,'Melizza Brimbuzzle'),(1227701,39,-1360.49,2180,72.9351,'Melizza Brimbuzzle'),(1227701,40,-1361.49,2177.25,72.1851,'Melizza Brimbuzzle'),(1227701,41,-1362.24,2175.25,71.6851,'Melizza Brimbuzzle'),(1227701,42,-1362.74,2173.5,70.9351,'Melizza Brimbuzzle'),(1227701,43,-1363.24,2171.75,70.4351,'Melizza Brimbuzzle'),(1227701,44,-1363.74,2169.75,69.6851,'Melizza Brimbuzzle'),(1227701,45,-1364.74,2167,68.6851,'Melizza Brimbuzzle'),(1227701,46,-1365.49,2165,67.6851,'Melizza Brimbuzzle'),(1227701,47,-1365.99,2163.25,66.6851,'Melizza Brimbuzzle'),(1227701,48,-1366.74,2161.25,65.9351,'Melizza Brimbuzzle'),(1227701,49,-1367.49,2159.5,64.6851,'Melizza Brimbuzzle'),(1227701,50,-1367.99,2157.5,63.9351,'Melizza Brimbuzzle'),(1227701,51,-1368.99,2154.75,63.1851,'Melizza Brimbuzzle'),(1227701,52,-1369.74,2152.75,62.4351,'Melizza Brimbuzzle'),(1227701,53,-1370.24,2151,61.6851,'Melizza Brimbuzzle'),(1227701,54,-1370.99,2149,60.9351,'Melizza Brimbuzzle'),(1227701,55,-1369.16,2154.36,62.8863,'Melizza Brimbuzzle'),(1227701,56,-1369.91,2152.61,62.6363,'Melizza Brimbuzzle'),(1227701,57,-1370.41,2150.61,61.6363,'Melizza Brimbuzzle'),(1227701,58,-1371.16,2148.86,61.1363,'Melizza Brimbuzzle'),(1227701,59,-1371.66,2147.61,60.6363,'Melizza Brimbuzzle'),(1227701,60,-1374.66,2142.36,60.1363,'Melizza Brimbuzzle'),(1227701,61,-1381.41,2131.61,60.8863,'Melizza Brimbuzzle'),(1227701,62,-1387.41,2121.36,61.3863,'Melizza Brimbuzzle'),(1227701,63,-1391.41,2114.36,62.1363,'Melizza Brimbuzzle'),(1227701,64,-1395.16,2108.36,62.6363,'Melizza Brimbuzzle'),(1227701,65,-1391.81,2114.25,61.7642,'Melizza Brimbuzzle'),(1227701,66,-1395.31,2108.25,62.2642,'Melizza Brimbuzzle'),(1227701,67,-1396.31,2106.5,62.5142,'Melizza Brimbuzzle'),(1227701,68,-1404.39,2088.97,62.0089,'Melizza Brimbuzzle'),(1227701,69,-1405.75,2087.39,62.0964,'Melizza Brimbuzzle'),(1227701,70,-1407.25,2086.89,62.0964,'Melizza Brimbuzzle'),(1227701,71,-1408.25,2086.89,62.3464,'Melizza Brimbuzzle'),(1227701,72,-1410.5,2086.39,62.3464,'Melizza Brimbuzzle'),(1227701,73,-1412.5,2086.39,62.5964,'Melizza Brimbuzzle'),(1227701,74,-1414,2085.39,62.5964,'Melizza Brimbuzzle'),(1227701,75,-1415.5,2083.39,62.5964,'Melizza Brimbuzzle'),(1227701,76,-1416.5,2082.39,62.5964,'Melizza Brimbuzzle'),(1227701,77,-1417.5,2079.39,62.5964,'Melizza Brimbuzzle'),(1227701,78,-1418,2077.39,62.5964,'Melizza Brimbuzzle'),(1227701,79,-1420,2075.14,62.5964,'Melizza Brimbuzzle'),(1227701,80,-1424.75,2073.14,62.3464,'Melizza Brimbuzzle'),(1227701,81,-1418.11,2077.1,62.5918,'Melizza Brimbuzzle'),(1227701,82,-1420.36,2075.35,62.5918,'Melizza Brimbuzzle'),(1227701,83,-1425.11,2073.1,62.3418,'Melizza Brimbuzzle'),(1227701,84,-1425.11,2075.1,62.3418,'Melizza Brimbuzzle'),(1227701,85,-1436.86,2074.35,62.8418,'Melizza Brimbuzzle'),(1227701,86,-1451.28,2073.54,62.71,'Melizza Brimbuzzle'),(1227701,87,-1464.78,2075.54,62.96,'Melizza Brimbuzzle'),(1227701,88,-1465.03,2075.66,62.8969,'Melizza Brimbuzzle'),(1227701,89,-1473.03,2077.16,63.1469,'Melizza Brimbuzzle'),(1227701,90,-1480.03,2086.41,62.3969,'Melizza Brimbuzzle'),(1227701,91,-1485.53,2093.41,61.8969,'Melizza Brimbuzzle'),(1227701,92,-1485.64,2093.88,61.824,'Melizza Brimbuzzle'),(1227701,93,-1487.89,2096.38,61.824,'Melizza Brimbuzzle'),(2658200,1,4680.19,-2044.68,189.441,NULL),(2658200,2,4662.73,-2045.93,184.189,NULL),(2658200,3,4651.83,-2051.77,184.368,NULL),(2658200,4,4643.71,-2060.59,184.18,NULL),(2658200,5,4635.04,-2061.83,184.1,NULL),(2658200,6,4617.55,-2061.84,184.182,NULL),(2658200,7,4596.55,-2061.57,184.186,NULL),(2658200,8,4579.06,-2061.36,184.186,NULL),(2658200,9,4562.37,-2062.32,184.167,NULL),(2658200,10,4551.87,-2062.12,178.315,NULL),(2658200,11,4534.37,-2062.09,168.354,NULL),(2658200,12,4523.88,-2061.96,162.377,NULL),(2658200,13,4509.88,-2062.05,160.823,NULL),(2658200,14,4498.51,-2063.27,160.823,NULL),(2658200,15,4490.23,-2069.98,160.823,NULL),(2658200,16,4492.74,-2078.85,160.823,NULL),(2658200,17,4496.31,-2094.72,160.8,NULL),(2658200,18,4506.59,-2103.06,160.831,NULL),(2658200,19,4518.52,-2110.39,160.833,NULL),(2658200,20,4533.43,-2119.56,160.845,NULL),(2658200,21,4545.35,-2130.19,160.842,NULL),(2658201,1,4692.36,-2045.14,195.516,NULL),(2658201,2,4674.86,-2044.91,186.46,NULL),(2658201,3,4671.36,-2044.89,185.043,NULL),(2658201,4,4659.89,-2044.58,184.318,NULL),(2658201,5,4648.06,-2033.35,184.184,NULL),(2658201,6,4641.49,-2028.73,183.862,NULL),(2658201,7,4630.25,-2028.22,184.182,NULL),(2658201,8,4612.76,-2028.2,184.185,NULL),(2658201,9,4591.76,-2027.91,184.189,NULL),(2658201,10,4574.26,-2027.67,184.185,NULL),(2658201,11,4563.76,-2027.47,184.166,NULL),(2658201,12,4556.77,-2027.4,180.928,NULL),(2658201,13,4539.27,-2027.25,170.966,NULL),(2658201,14,4525.27,-2027.07,162.997,NULL),(2658201,15,4511.28,-2026.61,160.823,NULL),(2658201,16,4494.03,-2024.8,160.824,NULL),(2658201,17,4488.19,-2012.02,161.055,NULL),(2658201,18,4492.56,-1993.64,160.824,NULL),(2658201,19,4503.51,-1980.34,160.824,NULL),(2658201,20,4517.17,-1973.46,160.824,NULL),(21867,1,-4519.98,1004.27,12.495,'Teron Gorefiend'),(21867,2,-4520.01,995.076,11.5781,'Teron Gorefiend'),(21867,3,-4518.75,968.75,12.0456,'Teron Gorefiend'),(21867,4,-4512.09,938.898,2.52905,'Teron Gorefiend'),(3984,1,908.933,-90.985,33.783,'Nancy Vishas'),(3984,2,888.142,-121.849,38.388,'Nancy Vishas'),(10610,1,-6009.25,-202.65,406.983,'Angus'),(10610,2,-6009.25,-202.65,406.983,'Angus'),(10610,3,-6009.25,-202.65,406.983,'Angus'),(10610,4,-6031.16,-230.264,414.361,'Angus'),(10805,1,-6011.17,-197.021,406.765,'Klemmy'),(10805,2,-6015.51,-184.362,407.712,'Klemmy'),(10805,3,-6042.37,-191.419,421.046,'Klemmy'),(10805,4,-6065.18,-201.938,424.419,'Klemmy'),(10803,1,-6011.87,-199.241,406.834,'Wheeler'),(10803,2,-6031.93,-221.088,413.153,'Wheeler'),(14323,13,486.848,606.483,-25.4048,'Guard Slip kik'),(14323,14,510.351,606.567,-25.4036,'Guard Slip kik'),(14323,15,524.055,587.067,-25.4025,'Guard Slip kik'),(14323,16,573.226,586.457,-25.4027,'Guard Slip kik'),(14323,17,573.506,563.22,-25.4018,'Guard Slip kik'),(14353,12,808.235,481.872,37.3182,'Mizzle the Crafty'),(14353,13,818.799,482.235,37.3182,'Mizzle the Crafty'),(14325,75,379.479,266.755,11.4396,'Captain Kromcrush'),(14325,76,380.41,257.576,11.4396,'Captain Kromcrush'),(2000110,1,2315.69,-5998.78,2.62002,NULL),(2000110,2,2315.94,-5997.28,2.12002,NULL),(2000110,3,2316.2,-5997.02,2.25691,NULL),(2000110,4,2316.45,-5995.27,2.00691,NULL),(2000110,5,2316.45,-5993.02,2.00691,NULL),(2000110,6,2316.7,-5991.02,2.00691,NULL),(2000110,7,2316.61,-5990.38,1.74378,NULL),(2000110,8,2316.3,-5992.46,2.60143,NULL),(2000110,9,2315.8,-5994.96,1.85143,NULL),(2000110,10,2315.55,-5997.21,2.35143,NULL),(2000110,11,2315.55,-5998.21,2.60143,NULL),(2000110,12,2314.8,-6002.71,2.10143,NULL),(2000110,13,2314.5,-6004.03,1.95909,NULL),(14321,1,390.79,340.021,2.8658,'Guard Fengus'),(14321,2,386.586,316.939,10.8767,'Guard Fengus'),(14321,3,385.826,281.056,12.2359,'Guard Fengus'),(14321,4,385.666,260.202,11.4396,'Guard Fengus'),(14321,5,407.447,256.024,12.2342,'Guard Fengus'),(14321,6,444.092,255.388,11.2098,'Guard Fengus'),(14321,7,407.48,258.508,12.2342,'Guard Fengus'),(14321,8,384.614,256.412,11.4396,'Guard Fengus'),(14321,9,358.866,258.309,12.2341,'Guard Fengus'),(14321,10,316.544,258.267,11.224,'Guard Fengus'),(14321,11,287.744,260.729,2.86944,'Guard Fengus'),(14321,12,290.605,280.1,2.84881,'Guard Fengus'),(14321,13,289.767,310.047,2.85304,'Guard Fengus'),(14321,14,300.006,328.704,2.85296,'Guard Fengus'),(14321,15,294.151,290.1,2.84976,'Guard Fengus'),(14321,16,288.668,260.147,2.87016,'Guard Fengus'),(14321,17,318.066,258.131,11.2235,'Guard Fengus'),(14321,18,352.225,259.882,11.2058,'Guard Fengus'),(14321,19,379.29,259.856,11.4396,'Guard Fengus'),(14321,20,383.125,280.371,12.2359,'Guard Fengus'),(14321,21,384.398,315.244,11.212,'Guard Fengus'),(14321,22,385.505,342.491,2.86224,'Guard Fengus'),(14321,23,350.433,341.198,2.85337,'Guard Fengus'),(14321,24,313.909,338.892,2.85294,'Guard Fengus'),(14321,25,356.01,342.207,2.85322,'Guard Fengus'),(14321,26,388.979,340.467,2.86485,'Guard Fengus'),(14321,27,423.371,340.045,2.8538,'Guard Fengus'),(14321,28,454.448,336.781,2.85523,'Guard Fengus'),(14321,29,417.151,339.722,2.85351,'Guard Fengus'),(14121,1,44.334,1180.14,-121.573,'Deeprun Diver'),(14121,2,33.919,1141.77,-122.757,'Deeprun Diver'),(14121,3,45.891,1193.07,-121.714,'Deeprun Diver'),(14121,4,55.744,1206.16,-121.63,'Deeprun Diver'),(25729,6,3125.23,6582.04,88.7871,'Shadowstalker Getry'),(26170,3,3714.32,3572.3,477.442,'Thassarin'),(7956,3,-4488.79,866.515,81.6256,'Kindal Moonweaver'),(11016,36,5075.4,-486.118,298.05,'Captured Arko\'narin'),(11016,35,5064.62,-493.107,297.857,'Captured Arko\'narin'),(11016,34,5063.42,-500.005,297.307,'Captured Arko\'narin'),(11016,33,5066.33,-514.842,297.205,'Captured Arko\'narin'),(8284,23,-6866.53,-1680.46,251.159,'Dorius Stonetender'),(1379,20,-5689.9,-3709.22,316.164,'Miran'),(9520,58,-7415.51,-1073.52,276.363,'Grark Lorkrub'),(9520,57,-7431.29,-1061.54,272.873,'Grark Lorkrub'),(9520,56,-7451.15,-1062.45,268.264,'Grark Lorkrub'),(27328,5,4672.15,-3865.48,328.646,'Tur Ragepaw'),(27328,4,4672.47,-3865.6,328.498,'Tur Ragepaw'),(24514,3,2611.1,-5253.76,419.437,'Steelfeather'),(31737,32,7297.06,1650.87,434.887,'Skybreaker Squad Leader'),(31737,31,7308.4,1648.01,433.642,'Skybreaker Squad Leader'),(31737,30,7320.07,1646.6,432.943,'Skybreaker Squad Leader'),(31833,21,7326.92,1732.49,456.744,'Korkron Squad Leader'),(31833,20,7335.7,1748.92,454.544,'Korkron Squad Leader'),(23340,9,-5006.4,776.745,129.717,'Murg \"Oldie\" Muckjaw'),(23340,10,-5070.62,786.927,180.437,'Murg \"Oldie\" Muckjaw'),(23342,7,-4985.78,705.424,107.845,'Trope the Filth-Belcher'),(23342,8,-4998.67,747.661,108.399,'Trope the Filth-Belcher'),(23344,9,-4968.57,593.818,128.138,'Corlok the Vet'),(23344,10,-4975.71,567.568,122.242,'Corlok the Vet'),(23345,17,-4941.75,377.289,95.2171,'Wing Commander Ichman'),(23345,18,-4920.82,377.354,86.4916,'Wing Commander Ichman'),(23345,19,-4863.89,389.621,100.531,'Wing Commander Ichman'),(23345,20,-4799.8,356.848,100.664,'Wing Commander Ichman'),(23345,21,-4816.32,307.672,98.9476,'Wing Commander Ichman'),(23346,34,-4971.82,354.271,87.915,'Wing Commander Mulverick'),(23346,35,-4989.4,301.984,86.3694,'Wing Commander Mulverick'),(23346,36,-5014.7,279.451,90.6383,'Wing Commander Mulverick'),(23346,37,-5040.7,225.805,108.337,'Wing Commander Mulverick'),(23346,38,-5062.34,181.557,129.365,'Wing Commander Mulverick'),(23346,39,-5082.6,168.477,130.375,'Wing Commander Mulverick'),(23346,40,-5100.59,180.857,138.101,'Wing Commander Mulverick'),(23348,19,-5263.38,748.202,136.384,'Captain Skyshatter'),(23348,20,-5274.45,729.379,134.006,'Captain Skyshatter'),(23348,21,-5264.11,692.833,113.639,'Captain Skyshatter'),(23348,22,-5251.51,644.216,98.6951,'Captain Skyshatter'),(23348,23,-5227.54,586.549,73.8104,'Captain Skyshatter'),(23348,24,-5232.89,617.516,73.3168,'Captain Skyshatter'),(23383,5,-4126.33,3027.21,344.158,'Skyguard Prisoner'),(23383,6,-4128.94,3026.88,344.021,'Skyguard Prisoner'),(20281,5,3067.32,2751.77,115.838,'Drijya'),(20802,3,3998.41,2324.73,113.084,'Protectorate Demolitionist'),(17982,11,-1892.17,-10963.1,61.2231,'Demonitiolist Lagoso'),(17982,12,-1913.75,-10935.5,61.45,'Demonitiolist Lagoso'),(22432,18,-710.608,2750.5,103.973,'Colonel Jules'),(22432,19,-707.983,2747.36,104.798,'Colonel Jules'),(22990,3,-3572.74,559.12,13.55,'Akama'),(3715800,13,5327.48,2022,730.3,'Quel\'Delar in HoR'),(29736,15,7191.97,-814.27,994.576,'Stormcrest eagle, Fervor of the Frostborn'),(29736,16,7293.01,-852.093,1019.23,'Stormcrest eagle, Fervor of the Frostborn'),(29736,17,7413.69,-881.949,1011.37,'Stormcrest eagle, Fervor of the Frostborn'),(29736,18,7532.76,-907.114,1003.69,'Stormcrest eagle, Fervor of the Frostborn'),(30316,4,7934.64,-2746.38,1145.63,''),(30331,7,7359.96,-2943.31,831.832,'King Jokkum'),(30331,8,7357.76,-2967.97,842.796,'King Jokkum'),(30134,24,7444.83,-1034.38,697.835,'Branns Flying Machine'),(30134,25,7448.86,-1081.22,714.713,'Branns Flying Machine'),(30134,26,7486.54,-1096.27,732.199,'Branns Flying Machine'),(30134,27,7532.65,-1085.87,742.051,'Branns Flying Machine'),(30134,28,7572.81,-1041.37,744.878,'Branns Flying Machine'),(30134,29,7555.37,-1001.91,746.373,'Branns Flying Machine'),(23030,9,773.516,708.709,116.359,'Dragonmaw Sky Stalker'),(23030,8,791.446,758.66,115.64,'Dragonmaw Sky Stalker'),(23030,7,794.411,793.525,115.436,'Dragonmaw Sky Stalker'),(23030,6,803.013,860.275,109.296,'Dragonmaw Sky Stalker'),(23330,9,773.516,708.709,116.359,'Dragonmaw Wind Reaver'),(23330,8,791.446,758.66,115.64,'Dragonmaw Wind Reaver'),(23330,7,794.411,793.525,115.436,'Dragonmaw Wind Reaver'),(23330,6,803.013,860.275,109.296,'Dragonmaw Wind Reaver'),(25851,10,1628.04,541.932,63.0932,'Volatile Fiend'),(25851,9,1614.05,560.661,73.5036,'Volatile Fiend'),(25851,8,1600.17,579.387,84.8456,'Volatile Fiend'),(25851,7,1597.61,586.214,84.9866,'Volatile Fiend'),(27932,9,-447.289,-4539.38,108.093,'Harrys Bomber'),(27932,10,-464.281,-4642.94,106.37,'Harrys Bomber'),(27932,11,-470.02,-4849.05,102.018,'Harrys Bomber'),(32682,10,-357.894,-5566.67,97.4177,'Harrys Bomber'),(32682,11,-419.599,-5384.9,105.929,'Harrys Bomber'),(32682,12,-434.105,-5298.58,105.691,'Harrys Bomber'),(22432,9,-714.274,2749.76,105.396,'Colonel Jules'),(17877,59,185.332,8389.98,18.5659,'Fhwoor'),(17877,58,173.367,8370.8,18.0483,'Fhwoor'),(17877,57,176.647,8349.99,18.6098,'Fhwoor'),(7956,10,-4557.97,889.414,58.1973,'Kindal Moonweaver'),(7956,11,-4562.43,877.404,60.5922,'Kindal Moonweaver'),(1842,16,2935.55,-1392.66,152.02,'Taelan Fordring'),(1842,17,2920.61,-1385.01,152.02,'Taelan Fordring'),(1842,18,2915.23,-1395.37,152.02,'Taelan Fordring'),(1842,19,2926.44,-1401.34,152.03,'Taelan Fordring'),(1842,20,2930.45,-1403.49,150.521,'Taelan Fordring'),(9598,10,6101.28,-1279.05,382.221,'Arei'),(9598,11,6106.47,-1281.66,379.981,'Arei'),(9598,12,6114.83,-1285.91,374.413,'Arei'),(11018,6,5066.99,-512.305,297.355,'Arko\'narin'),(11018,7,5064.28,-519.957,297.801,'Arko\'narin'),(11018,8,5054.35,-529.826,297.801,'Arko\'narin'),(11018,9,5046.94,-535.581,297.801,'Arko\'narin'),(11018,10,5041.77,-547.301,297.801,'Arko\'narin'),(8284,35,-6776.43,-1761.44,257.466,'Dorius Stonetender'),(11016,32,5066.8,-520.703,297.779,'Captured Arko\'narin'),(8284,22,-6878.07,-1679.1,245.459,'Dorius Stonetender'),(1379,19,-5687.97,-3698.82,317.591,'Miran'),(9520,55,-7476.06,-1068.61,264.993,'Grark Lorkrub'),(9520,54,-7496.54,-1073.58,264.806,'Grark Lorkrub'),(9520,53,-7513.8,-1051.44,262.202,'Grark Lorkrub'),(9520,52,-7541.23,-1031.78,256.662,'Grark Lorkrub'),(24514,2,2640.59,-5144.9,427.292,'Steelfeather'),(23340,11,-5116.9,777.487,144.162,'Murg \"Oldie\" Muckjaw'),(23340,12,-5183.61,676.925,156.482,'Murg \"Oldie\" Muckjaw'),(23342,9,-5006.4,776.745,129.717,'Trope the Filth-Belcher'),(23342,10,-5070.62,786.927,180.437,'Trope the Filth-Belcher'),(23344,11,-4992.93,541.658,124.877,'Corlok the Vet'),(23344,12,-5018.65,525.73,124.381,'Corlok the Vet'),(23344,13,-5062.31,524.193,131.825,'Corlok the Vet'),(23345,22,-4860.27,253.41,90.9479,'Wing Commander Ichman'),(23345,23,-4928.57,234.724,73.3838,'Wing Commander Ichman'),(23345,24,-4979.44,234.729,99.059,'Wing Commander Ichman'),(23345,25,-4997.64,187.217,108.79,'Wing Commander Ichman'),(23345,26,-4999.75,133.452,92.5512,'Wing Commander Ichman'),(23346,41,-5101.1,229.947,149.149,'Wing Commander Mulverick'),(23346,42,-5093.44,274.454,160.411,'Wing Commander Mulverick'),(23346,43,-5080.44,309.374,169.419,'Wing Commander Mulverick'),(23346,44,-5056.87,347.893,174.217,'Wing Commander Mulverick'),(23346,45,-5010.93,365.086,177.488,'Wing Commander Mulverick'),(23346,46,-4968.65,380.724,173.173,'Wing Commander Mulverick'),(23346,47,-5027.66,364.737,177.539,'Wing Commander Mulverick'),(23346,48,-4917.15,377.454,173.836,'Wing Commander Mulverick'),(23346,49,-4853.53,360.39,176.391,'Wing Commander Mulverick'),(23346,50,-4835.68,388.264,168.752,'Wing Commander Mulverick'),(23348,25,-5250.13,522.731,97.3681,'Captain Skyshatter'),(23348,26,-5293.25,452.003,87.3439,'Captain Skyshatter'),(23348,27,-5289.51,475.05,84.5183,'Captain Skyshatter'),(23348,28,-5296.74,459.331,82.4244,'Captain Skyshatter'),(23348,29,-5321.86,364.547,78.6856,'Captain Skyshatter'),(23348,30,-5336.85,260.91,64.3121,'Captain Skyshatter'),(23348,31,-5328.95,229.583,84.3653,'Captain Skyshatter'),(23348,32,-5307.89,164.544,90.1567,'Captain Skyshatter'),(20281,6,3051.47,2729.87,114.098,'Drijya'),(17982,13,-1932.05,-10904.4,62.642,'Demonitiolist Lagoso'),(17982,14,-1936.99,-10873.4,65.4706,'Demonitiolist Lagoso'),(22432,20,-710.613,2744.9,104.477,'Colonel Jules'),(22432,21,-714.8,2745.95,104.101,'Colonel Jules'),(22990,4,-3558.79,545.08,15.62,'Akama'),(28948,15,6107.05,-2010.62,461.307,'malmortis'),(28948,14,6080.12,-1998.34,461.311,'malmortis'),(27932,12,-459.217,-4953.46,101.422,'Harrys Bomber'),(27932,13,-445.035,-5057.49,100.982,'Harrys Bomber'),(32682,13,-438.343,-5162.25,102.09,'Harrys Bomber'),(32682,14,-445.035,-5057.49,100.982,'Harrys Bomber'),(30318,5,8144.53,-1990.98,1746.96,''),(31406,22,7730.4,1647.6,420.767,'Alliance Infra-green Bomber - Short'),(31406,23,7760.93,1663.64,426.739,'Alliance Infra-green Bomber - Short'),(31406,24,7817.86,1688.59,436.1,'Alliance Infra-green Bomber - Short'),(31406,25,7857.05,1734.45,413.059,'Alliance Infra-green Bomber - Short'),(32512,34,7715.29,1556.66,405.374,'Alliance Infra-green Bomber - Long'),(32512,35,7700.13,1537.58,406.834,'Alliance Infra-green Bomber - Long'),(32512,36,7669.18,1514.83,407.87,'Alliance Infra-green Bomber - Long'),(32512,37,7645.32,1502.62,408.244,'Alliance Infra-green Bomber - Long'),(32512,38,7597.58,1487.31,407.425,'Alliance Infra-green Bomber - Long'),(32512,39,7563.26,1480.56,406.112,'Alliance Infra-green Bomber - Long'),(32512,40,7530.64,1468.65,404.426,'Alliance Infra-green Bomber - Long'),(31838,27,7873.44,1803.01,416.629,'Horde Infra-green Bomber - Short'),(31838,28,7853.76,1838.35,425.217,'Horde Infra-green Bomber - Short'),(31838,29,7816.59,1856.3,430.695,'Horde Infra-green Bomber - Short'),(31838,30,7778.95,1853.29,432.243,'Horde Infra-green Bomber - Short'),(31838,31,7750.59,1828.18,431.892,'Horde Infra-green Bomber - Short'),(32513,32,7723.43,1616.93,396.226,'Horde Infra-green Bomber - Long'),(32513,33,7725.81,1591.86,400.687,'Horde Infra-green Bomber - Long'),(32513,34,7715.29,1556.66,405.374,'Horde Infra-green Bomber - Long'),(32513,35,7700.13,1537.58,406.834,'Horde Infra-green Bomber - Long'),(32513,36,7669.18,1514.83,407.87,'Horde Infra-green Bomber - Long'),(32513,37,7645.32,1502.62,408.244,'Horde Infra-green Bomber - Long'),(32513,38,7597.58,1487.31,407.425,'Horde Infra-green Bomber - Long'),(31279,7,6772.01,3471.9,672.996,'Father Kamaros'),(3715800,12,5306.19,2029.22,732.899,'Quel\'Delar in HoR'),(27328,15,4808.69,-3836.07,336.295,'Tur Ragepaw'),(31737,29,7332.73,1644.65,431.505,'Skybreaker Squad Leader'),(31737,28,7344.28,1642.79,429.96,'Skybreaker Squad Leader'),(31737,27,7344.28,1642.79,429.96,'Skybreaker Squad Leader'),(31737,26,7344.82,1632.38,425.037,'Skybreaker Squad Leader'),(31833,19,7341.18,1759.16,452.72,'Korkron Squad Leader'),(31833,18,7345.37,1772.43,451.143,'Korkron Squad Leader'),(31406,26,7865.85,1752.09,411.13,'Alliance Infra-green Bomber - Short'),(32512,41,7509.13,1449.03,402.95,'Alliance Infra-green Bomber - Long'),(32512,42,7486.21,1414.11,401.32,'Alliance Infra-green Bomber - Long'),(31838,32,7735.12,1799.6,429.134,'Horde Infra-green Bomber - Short'),(32513,39,7563.26,1480.56,406.112,'Horde Infra-green Bomber - Long'),(32513,40,7530.64,1468.65,404.426,'Horde Infra-green Bomber - Long'),(31279,8,6780.91,3482.22,673.676,'Father Kamaros'),(28948,13,6077.52,-2012.09,461.492,'malmortis'),(3715800,11,5291.78,2015.84,732.737,'Quel\'Delar in HoR'),(7956,12,-4559.57,862.749,60.3292,'Kindal Moonweaver'),(1842,21,2933.64,-1405.2,150.521,'Taelan Fordring'),(1842,22,2930.83,-1412.74,150.504,'Taelan Fordring'),(1842,23,2924.04,-1426.34,150.781,'Taelan Fordring'),(1842,24,2917.27,-1439.65,150.664,'Taelan Fordring'),(1842,25,2914.56,-1445.08,149.505,'Taelan Fordring'),(1842,26,2911.01,-1452.17,147.891,'Taelan Fordring'),(9598,13,6119.34,-1288.86,372.714,'Arei'),(9598,14,6124.22,-1294.39,374.877,'Arei'),(9598,15,6129.57,-1298.9,377.209,'Arei'),(11018,11,5039.4,-555.14,300.052,'Arko\'narin'),(11018,12,5039.68,-562.135,302.439,'Arko\'narin'),(11018,13,5048.66,-567.579,306.134,'Arko\'narin'),(11018,14,5057.27,-564.043,309.536,'Arko\'narin'),(11018,15,5060.86,-555.453,312.333,'Arko\'narin'),(11018,16,5060.85,-547.333,313.221,'Arko\'narin'),(8284,38,-6748.43,-1802.23,255.501,'Dorius Stonetender'),(1706,50,-8522.01,955.868,95.8665,'Defias Prisoner'),(8284,36,-6772.3,-1785.59,256.858,'Dorius Stonetender'),(8284,37,-6761.17,-1794.08,256.763,'Dorius Stonetender'),(27843,7,4538.4,49.1769,95.3332,'Wyrmbait'),(27247,23,2834.41,-470.538,150.757,'Devout Bodyguard'),(27247,22,2830.79,-471.943,147.541,'Devout Bodyguard'),(22432,8,-711.74,2752.01,106.086,'Colonel Jules'),(17877,56,184.381,8335.63,18.9092,'Fhwoor'),(17877,55,181.472,8318.23,21.679,'Fhwoor'),(17877,54,178.973,8300.77,18.6603,'Fhwoor'),(27843,6,4541,90.9399,101.793,'Wyrmbait'),(27247,21,2828.06,-472.535,145.044,'Devout Bodyguard'),(11016,31,5063.29,-523.809,297.801,'Captured Arko\'narin'),(8284,19,-6895.02,-1666.73,244.364,'Dorius Stonetender'),(8284,20,-6888.45,-1671.61,243.537,'Dorius Stonetender'),(8284,21,-6883.87,-1675.19,243.67,'Dorius Stonetender'),(1379,18,-5684.37,-3679.35,314.575,'Miran'),(9520,51,-7564.18,-1017.93,251.451,'Grark Lorkrub'),(9520,50,-7593.13,-1015.04,244.696,'Grark Lorkrub'),(9520,49,-7620.58,-1020.57,237.609,'Grark Lorkrub'),(9520,48,-7651.64,-1034.11,228.715,'Grark Lorkrub'),(31737,25,7336.22,1624.36,416.786,'Skybreaker Squad Leader'),(31833,17,7358.52,1781.96,445.676,'Korkron Squad Leader'),(23340,13,-5202.66,581.352,112.955,'Murg \"Oldie\" Muckjaw'),(23340,14,-5212.29,498.071,165.252,'Murg \"Oldie\" Muckjaw'),(23340,15,-5159.92,471.803,166.377,'Murg \"Oldie\" Muckjaw'),(23342,11,-5116.9,777.487,144.162,'Trope the Filth-Belcher'),(23342,12,-5183.61,676.925,156.482,'Trope the Filth-Belcher'),(23342,13,-5202.66,581.352,112.955,'Trope the Filth-Belcher'),(23344,14,-5110.08,515.493,132.262,'Corlok the Vet'),(23344,15,-5136.43,504.138,124.353,'Corlok the Vet'),(23344,16,-5169.05,471.514,128.497,'Corlok the Vet'),(23344,17,-5215.87,427.216,123.842,'Corlok the Vet'),(23345,27,-5006.28,70.9775,92.9455,'Wing Commander Ichman'),(23345,28,-4984.59,21.7855,92.4787,'Wing Commander Ichman'),(23345,29,-4939.45,-1.70913,89.5908,'Wing Commander Ichman'),(23345,30,-4904.5,-20.3318,98.7926,'Wing Commander Ichman'),(23345,31,-4876.37,-59.5791,91.4677,'Wing Commander Ichman'),(23345,32,-4883.15,-100.723,103.205,'Wing Commander Ichman'),(23346,51,-4850.91,422.375,158.973,'Wing Commander Mulverick'),(23346,52,-4864.4,460.468,150.407,'Wing Commander Mulverick'),(23346,53,-4902.27,500.825,134.835,'Wing Commander Mulverick'),(23346,54,-4946.1,528.796,121.743,'Wing Commander Mulverick'),(23346,55,-4994.91,527.295,99.9505,'Wing Commander Mulverick'),(23346,56,-5023.6,508.386,119.743,'Wing Commander Mulverick'),(23346,57,-5055,490.278,169.672,'Wing Commander Mulverick'),(23346,58,-5106.63,462.668,165.688,'Wing Commander Mulverick'),(23346,59,-5146.6,430.134,159.699,'Wing Commander Mulverick'),(23346,60,-5167.97,405.528,144.235,'Wing Commander Mulverick'),(23346,61,-5178.58,345.856,127.211,'Wing Commander Mulverick'),(23348,33,-5274.67,124.229,98.2239,'Captain Skyshatter'),(23348,34,-5223.08,87.9087,98.6199,'Captain Skyshatter'),(23348,35,-5189.22,52.5833,99.0043,'Captain Skyshatter'),(23348,36,-5212.18,68.3701,99.2231,'Captain Skyshatter'),(23348,37,-5193.04,51.3872,99.4249,'Captain Skyshatter'),(23348,38,-5144.63,8.82392,116.142,'Captain Skyshatter'),(23348,39,-5113.09,-13.2902,153.451,'Captain Skyshatter'),(23348,40,-5106.63,-19.826,179.961,'Captain Skyshatter'),(23348,41,-5081.81,-42.1419,175.739,'Captain Skyshatter'),(23348,42,-5055.97,-40.2629,173.062,'Captain Skyshatter'),(23348,43,-5031.35,-13.8612,169.328,'Captain Skyshatter'),(23383,7,-4135.6,3028.52,339.992,'Skyguard Prisoner'),(23383,8,-4144.75,3030.27,337.474,'Skyguard Prisoner'),(20281,7,3056.46,2723.47,113.688,'Drijya'),(20802,4,3973,2328.02,114.082,'Protectorate Demolitionist'),(20802,5,3951.87,2328.36,113.983,'Protectorate Demolitionist'),(17982,15,-1940.16,-10846.8,71.3138,'Demonitiolist Lagoso'),(17982,16,-1930.7,-10829.4,77.834,'Demonitiolist Lagoso'),(17982,17,-1945.47,-10804.3,86.0572,'Demonitiolist Lagoso'),(17982,18,-1928.73,-10789.8,90.5643,'Demonitiolist Lagoso'),(22432,22,-714.631,2748.01,104.43,'Colonel Jules'),(22432,23,-711.024,2750.26,103.991,'Colonel Jules'),(22432,24,-707.63,2748.21,104.214,'Colonel Jules'),(22990,5,-3562.6,511.74,19.23,'Akama'),(29679,7,7187.18,-1359.52,1125.41,'Hyldsmeet Proto-Drake'),(29679,8,7273.46,-1226.56,1235.73,'Hyldsmeet Proto-Drake'),(29736,19,7611.44,-965.035,1026.22,'Stormcrest eagle, Fervor of the Frostborn'),(29736,20,7645.07,-995.678,1025.63,'Stormcrest eagle, Fervor of the Frostborn'),(30317,2,7503.87,-1882.19,1474.22,''),(30331,9,7358.22,-2972.57,844.499,'King Jokkum'),(30134,30,7529.05,-953.339,747.291,'Branns Flying Machine'),(30134,31,7488.81,-942.232,748.586,'Branns Flying Machine'),(30134,32,7453.86,-954.213,750.528,'Branns Flying Machine'),(30134,33,7422.35,-991.457,755.353,'Branns Flying Machine'),(30134,34,7422.62,-1037.84,758.558,'Branns Flying Machine'),(17877,53,176.841,8285.87,18.7444,'Fhwoor'),(30315,6,7883.53,-1338.13,1537.35,''),(29736,21,7719.04,-1046.04,1025.39,'Stormcrest eagle, Fervor of the Frostborn'),(30315,8,7864.17,-1396.05,1543.92,''),(30331,10,7360.99,-3000.43,845.794,'King Jokkum'),(30134,35,7446.35,-1089.45,770.271,'Branns Flying Machine'),(30318,4,8138.71,-1992.56,1782.86,''),(1706,103,-8759.14,850.244,84.8424,'Defias Prisoner'),(1706,102,-8764.67,846.081,87.4378,'Defias Prisoner'),(1706,101,-8772.74,839.364,91.3895,'Defias Prisoner'),(1706,100,-8780.81,832.646,95.3486,'Defias Prisoner'),(1706,99,-8785.28,828.929,97.5397,'Defias Prisoner'),(1706,98,-8787.67,827.162,97.6451,'Defias Prisoner'),(1706,97,-8791.14,827.631,97.6406,'Defias Prisoner'),(1706,96,-8797.24,828.395,97.6348,'Defias Prisoner'),(1706,95,-8798.34,832.884,97.6348,'Defias Prisoner'),(1706,94,-8798.12,843.382,97.6348,'Defias Prisoner'),(1706,93,-8798.21,851.501,97.6348,'Defias Prisoner'),(1706,92,-8797.76,858.557,97.6348,'Defias Prisoner'),(1706,91,-8799.76,861.024,98.8853,'Defias Prisoner'),(1706,90,-8804.11,866.37,98.9565,'Defias Prisoner'),(1706,89,-8813.65,878.104,98.7189,'Defias Prisoner'),(1706,88,-8821.26,886.969,98.4819,'Defias Prisoner'),(1706,87,-8828.95,895.775,98.1249,'Defias Prisoner'),(1706,86,-8836.27,906.291,97.8529,'Defias Prisoner'),(1706,85,-8842.95,915.887,99.9569,'Defias Prisoner'),(1706,84,-8847.38,922.771,101.697,'Defias Prisoner'),(1706,83,-8851.53,929.383,102.024,'Defias Prisoner'),(1706,82,-8849.75,931.067,102.551,'Defias Prisoner'),(1706,81,-8845.4,933.774,103.745,'Defias Prisoner'),(1706,80,-8839.53,937.589,105.285,'Defias Prisoner'),(1706,79,-8834.62,940.698,105.162,'Defias Prisoner'),(1706,78,-8826.17,946.929,103.049,'Defias Prisoner'),(1706,77,-8819.64,951.866,100.791,'Defias Prisoner'),(1706,76,-8815.25,954.374,100.751,'Defias Prisoner'),(1706,75,-8808.02,945.188,101.241,'Defias Prisoner'),(1706,74,-8800.06,935.066,101.241,'Defias Prisoner'),(1706,73,-8792.14,924.999,100.402,'Defias Prisoner'),(1706,72,-8780.8,913.277,100.047,'Defias Prisoner'),(1706,71,-8771.17,901.526,100.75,'Defias Prisoner'),(1706,70,-8762.36,893.742,101.534,'Defias Prisoner'),(1706,69,-8752.08,891.604,101.898,'Defias Prisoner'),(1706,68,-8740.41,890.905,101.429,'Defias Prisoner'),(1706,67,-8727.33,898.504,100.934,'Defias Prisoner'),(1706,66,-8714.44,908.49,101.241,'Defias Prisoner'),(1706,65,-8702.43,917.789,101.241,'Defias Prisoner'),(1706,64,-8685.76,928.624,101.247,'Defias Prisoner'),(1706,63,-8667.72,939.37,101.191,'Defias Prisoner'),(1706,62,-8654.67,947.142,100.68,'Defias Prisoner'),(1706,61,-8638.03,952.562,99.4669,'Defias Prisoner'),(1706,60,-8621.38,957.955,99.4452,'Defias Prisoner'),(1706,59,-8607.21,963.424,99.4452,'Defias Prisoner'),(1706,58,-8590.71,976.303,97.8743,'Defias Prisoner'),(1706,57,-8577.95,986.507,97.1472,'Defias Prisoner'),(1706,56,-8576.13,987.894,96.309,'Defias Prisoner'),(1706,55,-8570.72,990.993,96.2609,'Defias Prisoner'),(1706,54,-8563.69,983.193,96.351,'Defias Prisoner'),(1706,53,-8555.11,973.677,96.2403,'Defias Prisoner'),(1706,52,-8547.29,964.994,96.4981,'Defias Prisoner'),(1706,51,-8536.29,961.026,96.0033,'Defias Prisoner'),(3678,1,-120.864,132.825,-79.2972,'Disciple of Naralex'),(3678,2,-109.944,155.417,-80.4659,'Disciple of Naralex'),(3678,3,-106.104,198.456,-80.597,'Disciple of Naralex'),(3678,4,-110.246,214.763,-85.6669,'Disciple of Naralex'),(3678,5,-105.609,236.184,-92.1732,'Disciple of Naralex'),(3678,6,-93.5297,227.956,-90.7522,'Disciple of Naralex'),(3678,7,-85.3155,226.976,-93.1286,'Disciple of Naralex'),(3678,8,-62.151,206.673,-93.551,'Disciple of Naralex'),(3678,9,-45.0534,205.58,-96.2435,'Disciple of Naralex'),(3678,10,-31.1235,234.225,-94.0841,'Disciple of Naralex'),(3679,3,84.08,222.3,-86.51,'Naralex'),(24514,1,2613,-5086.51,398.899,'Steelfeather'),(27932,14,-438.343,-5162.25,102.09,'Harrys Bomber'),(32682,15,-459.217,-4953.46,101.422,'Harrys Bomber'),(3850,12,-241.13,2154.56,90.624,'Sorcerer Ashcrombe'),(3850,11,-241.162,2153.65,90.624,'Sorcerer Ashcrombe'),(3850,10,-237.188,2151.95,90.624,'Sorcerer Ashcrombe'),(3850,9,-235.638,2149.23,90.587,'Sorcerer Ashcrombe'),(3850,8,-237.514,2142.07,87.012,'Sorcerer Ashcrombe'),(3850,7,-240.553,2140.55,87.012,'Sorcerer Ashcrombe'),(3850,6,-248.205,2144.02,87.013,'Sorcerer Ashcrombe'),(3849,12,-241.13,2154.56,90.624,'Deathstalker Adamant'),(3849,11,-241.162,2153.65,90.624,'Deathstalker Adamant'),(3849,10,-237.188,2151.95,90.624,'Deathstalker Adamant'),(3849,9,-235.638,2149.23,90.587,'Deathstalker Adamant'),(3849,8,-237.514,2142.07,87.012,'Deathstalker Adamant'),(3849,7,-240.553,2140.55,87.012,'Deathstalker Adamant'),(3849,6,-248.205,2144.02,87.013,'Deathstalker Adamant'),(3678,11,-49.2158,269.141,-92.8442,'Disciple of Naralex'),(3678,12,-54.122,274.717,-92.8442,'Disciple of Naralex'),(3679,2,104.82,276.36,-91.43,'Naralex'),(3678,13,-58.965,282.274,-92.538,'Disciple of Naralex'),(1842,27,2911.49,-1460.75,147.348,'Taelan Fordring'),(9598,16,6136.37,-1300.53,377.401,'Arei'),(1706,49,-8512.78,954.621,95.85,'Defias Prisoner'),(1706,48,-8498.21,961.956,95.9496,'Defias Prisoner'),(1706,47,-8487.29,968.64,95.8566,'Defias Prisoner'),(1706,46,-8483.62,971.622,91.8688,'Defias Prisoner'),(1706,45,-8477.26,976.788,85.2469,'Defias Prisoner'),(1706,44,-8470.04,982.66,79.0014,'Defias Prisoner'),(1706,43,-8464.97,986.427,79.023,'Defias Prisoner'),(1706,42,-8470.06,993.107,79.0886,'Defias Prisoner'),(1706,41,-8476.89,990.667,78.7541,'Defias Prisoner'),(1706,40,-8482.47,986.317,72.7379,'Defias Prisoner'),(1706,39,-8486.16,983.431,72.7379,'Defias Prisoner'),(1706,38,-8489.09,987.094,72.7379,'Defias Prisoner'),(1706,37,-8498.66,997.183,62.9424,'Defias Prisoner'),(1706,36,-8505.13,1004.29,59.4794,'Defias Prisoner'),(1706,35,-8513.08,1011.04,59.6285,'Defias Prisoner'),(1706,34,-8521.24,1015.53,59.8643,'Defias Prisoner'),(1706,33,-8531.56,1025.92,59.7549,'Defias Prisoner'),(1706,32,-8537.82,1034.34,59.6157,'Defias Prisoner'),(1706,31,-8546.93,1036.27,59.4142,'Defias Prisoner'),(1706,30,-8553.93,1036.44,59.34,'Defias Prisoner'),(6729,1,-861.803,-460.36,-33.8918,'Morridune'),(6729,2,-856.168,-464.425,-33.9223,'Morridune'),(17848,8,2177,233.069,52.4409,'Lieutenant Drake'),(17848,7,2151.02,208.901,53.1551,'Lieutenant Drake'),(17848,6,2125.24,178.909,52.7283,'Lieutenant Drake'),(27247,20,2824.93,-472.218,142.183,'Devout Bodyguard'),(7998,1,-511.065,-134.51,-152.493,'Blastmaster Emi Shortfuse'),(7998,2,-511.862,-131.76,-152.932,'Blastmaster Emi Shortfuse'),(7998,3,-513.319,-126.733,-156.095,'Blastmaster Emi Shortfuse'),(7998,4,-515.969,-118.962,-156.109,'Blastmaster Emi Shortfuse'),(7998,5,-518.983,-111.608,-155.923,'Blastmaster Emi Shortfuse'),(7998,6,-522.392,-101.145,-155.228,'Blastmaster Emi Shortfuse'),(7998,7,-523.941,-96.9487,-154.823,'Blastmaster Emi Shortfuse'),(7998,8,-531.938,-104.249,-156.031,'Blastmaster Emi Shortfuse'),(7998,9,-533.141,-105.332,-156.017,'Blastmaster Emi Shortfuse'),(7998,10,-541.3,-96.7414,-155.895,'Blastmaster Emi Shortfuse'),(8284,18,-6906.39,-1669.08,243.1,'Dorius Stonetender'),(1379,17,-5682.03,-3666.75,314.376,'Miran'),(9520,47,-7677.24,-1058.08,220.442,'Grark Lorkrub'),(4508,1,2194.38,1791.65,65.48,'Willix the Importer'),(4508,2,2188.56,1805.87,64.45,'Willix the Importer'),(4508,3,2187,1843.49,59.33,'Willix the Importer'),(4508,4,2163.27,1851.67,56.73,'Willix the Importer'),(4508,5,2137.66,1843.98,48.08,'Willix the Importer'),(4508,6,2140.22,1845.02,48.32,'Willix the Importer'),(4508,7,2131.5,1804.29,46.85,'Willix the Importer'),(4508,8,2096.18,1789.03,51.13,'Willix the Importer'),(4508,9,2074.46,1780.09,55.64,'Willix the Importer'),(4508,10,2055.12,1768.67,58.46,'Willix the Importer'),(4508,11,2037.83,1748.62,60.27,'Willix the Importer'),(4508,12,2037.51,1728.94,60.85,'Willix the Importer'),(4508,13,2044.7,1711.71,59.71,'Willix the Importer'),(4508,14,2067.66,1701.84,57.77,'Willix the Importer'),(4508,15,2078.91,1704.54,56.77,'Willix the Importer'),(4508,16,2097.65,1715.24,54.74,'Willix the Importer'),(4508,17,2106.44,1720.98,54.41,'Willix the Importer'),(4508,18,2123.96,1732.56,52.27,'Willix the Importer'),(4508,19,2153.82,1728.73,51.92,'Willix the Importer'),(4508,20,2163.49,1706.33,54.42,'Willix the Importer'),(4508,21,2158.75,1695.98,55.7,'Willix the Importer'),(4508,22,2142.6,1680.72,58.24,'Willix the Importer'),(4508,23,2118.31,1671.54,59.21,'Willix the Importer'),(4508,24,2086.02,1672.04,61.24,'Willix the Importer'),(4508,25,2068.81,1658.93,61.24,'Willix the Importer'),(4508,26,2062.82,1633.31,64.35,'Willix the Importer'),(4508,27,2063.05,1589.16,63.26,'Willix the Importer'),(4508,28,2063.67,1577.22,65.89,'Willix the Importer'),(4508,29,2057.94,1560.68,68.4,'Willix the Importer'),(4508,30,2052.56,1548.05,73.35,'Willix the Importer'),(4508,31,2045.22,1543.4,76.65,'Willix the Importer'),(4508,32,2034.35,1543.01,79.7,'Willix the Importer'),(4508,33,2029.95,1542.94,80.79,'Willix the Importer'),(4508,34,2021.34,1538.67,80.8,'Willix the Importer'),(1842,28,2915.27,-1471.79,146.082,'Taelan Fordring'),(9598,17,6154.7,-1304.1,376.031,'Arei'),(1379,16,-5680.54,-3658.7,312.664,'Miran'),(9520,46,-7696.8,-1084.28,217.778,'Grark Lorkrub'),(23340,16,-5098.13,473.925,163.864,'Murg \"Oldie\" Muckjaw'),(23340,17,-5052.66,476.555,156.071,'Murg \"Oldie\" Muckjaw'),(23340,18,-5020.59,494.831,161.309,'Murg \"Oldie\" Muckjaw'),(23340,19,-4975.82,516.719,127.38,'Murg \"Oldie\" Muckjaw'),(23342,14,-5212.29,498.071,165.252,'Trope the Filth-Belcher'),(23342,15,-5159.92,471.803,166.377,'Trope the Filth-Belcher'),(23342,16,-5098.13,473.925,163.864,'Trope the Filth-Belcher'),(23342,17,-5052.66,476.555,156.071,'Trope the Filth-Belcher'),(23344,18,-5260.04,381.145,75.3805,'Corlok the Vet'),(23344,19,-5279.86,351.083,84.823,'Corlok the Vet'),(23344,20,-5278.54,308.535,81.3559,'Corlok the Vet'),(23344,21,-5257.15,279.456,77.8807,'Corlok the Vet'),(23344,22,-5231.97,264.377,75.0612,'Corlok the Vet'),(23344,23,-5212.85,246.921,75.6135,'Corlok the Vet'),(23345,33,-4944.32,-112.767,137.646,'Wing Commander Ichman'),(23345,34,-4971.8,-78.7316,115.101,'Wing Commander Ichman'),(23345,35,-4987.65,-30.5438,91.9287,'Wing Commander Ichman'),(23345,36,-5001.3,12.3534,86.9422,'Wing Commander Ichman'),(23345,37,-5042.09,46.6422,105.125,'Wing Commander Ichman'),(23345,38,-5106.43,50.7488,83.1864,'Wing Commander Ichman'),(23345,39,-5154.69,50.1247,82.3862,'Wing Commander Ichman'),(23345,40,-5217.06,23.4145,150.396,'Wing Commander Ichman'),(23345,41,-5225.16,-39.4703,174.652,'Wing Commander Ichman'),(23346,62,-5188.11,313.544,124.417,'Wing Commander Mulverick'),(23346,63,-5199.91,282.739,112.936,'Wing Commander Mulverick'),(23346,64,-5245.22,271.312,97.5307,'Wing Commander Mulverick'),(23346,65,-5270.46,271.393,105.523,'Wing Commander Mulverick'),(23346,66,-5288.75,241.08,101.587,'Wing Commander Mulverick'),(23346,67,-5313.95,195.752,100.433,'Wing Commander Mulverick'),(23346,68,-5289.44,116.574,101.397,'Wing Commander Mulverick'),(23346,69,-5260.55,69.3146,106.89,'Wing Commander Mulverick'),(23346,70,-5237.17,-12.7776,120.017,'Wing Commander Mulverick'),(23346,71,-5279.93,-67.19,109.01,'Wing Commander Mulverick'),(23346,72,-5349.6,-111.473,116.548,'Wing Commander Mulverick'),(23346,73,-5370.63,-98.7298,109.358,'Wing Commander Mulverick'),(23346,74,-5387.68,-63.1046,111.659,'Wing Commander Mulverick'),(23346,75,-5379.2,3.21685,121.526,'Wing Commander Mulverick'),(23348,44,-5061.29,13.0471,165.268,'Captain Skyshatter'),(23348,45,-5103.88,54.4085,158.421,'Captain Skyshatter'),(23348,46,-5125.73,101.755,148.134,'Captain Skyshatter'),(23348,47,-5114.57,126.204,141.401,'Captain Skyshatter'),(23348,48,-5139,134.611,155.723,'Captain Skyshatter'),(23348,49,-5170.2,145.053,144.259,'Captain Skyshatter'),(23348,50,-5194.72,147.041,100.983,'Captain Skyshatter'),(23348,51,-5210.56,160,87.769,'Captain Skyshatter'),(23348,52,-5207.29,209.95,82.5642,'Captain Skyshatter'),(23348,53,-5202.63,252.608,116.804,'Captain Skyshatter'),(23348,54,-5186.9,303.438,116.804,'Captain Skyshatter'),(23348,55,-5191.42,355.32,112.467,'Captain Skyshatter'),(23348,56,-5233.37,395.463,112.177,'Captain Skyshatter'),(23348,57,-5286.87,437.22,105.525,'Captain Skyshatter'),(23348,58,-5266.34,478.182,110.562,'Captain Skyshatter'),(23383,9,-4157.26,3032.66,337.446,'Skyguard Prisoner'),(20281,8,3041.73,2711.97,114.028,'Drijya'),(20802,6,3939.16,2330.01,112.224,'Protectorate Demolitionist'),(17982,19,-1905.51,-10778.9,97.4486,'Demonitiolist Lagoso'),(17982,20,-1890.51,-10759.5,105.225,'Demonitiolist Lagoso'),(17982,21,-1884.8,-10735.6,111.172,'Demonitiolist Lagoso'),(17982,22,-1899.74,-10724.5,112.127,'Demonitiolist Lagoso'),(17982,23,-1919.97,-10712.8,111.345,'Demonitiolist Lagoso'),(22432,25,-708.827,2745.44,104.154,'Colonel Jules'),(22432,26,-711.388,2742.96,103.953,'Colonel Jules'),(22432,27,-714.002,2745.32,103.913,'Colonel Jules'),(22432,28,-714.457,2749.44,103.033,'Colonel Jules'),(22432,29,-713.108,2751.62,103.678,'Colonel Jules'),(22990,6,-3568.41,482.69,22.44,'Akama'),(31406,27,7873.44,1803.01,416.629,'Alliance Infra-green Bomber - Short'),(31406,28,7853.76,1838.35,425.217,'Alliance Infra-green Bomber - Short'),(31406,29,7816.59,1856.3,430.695,'Alliance Infra-green Bomber - Short'),(31406,30,7778.95,1853.29,432.243,'Alliance Infra-green Bomber - Short'),(31406,31,7750.59,1828.18,431.892,'Alliance Infra-green Bomber - Short'),(31406,32,7735.12,1799.6,429.134,'Alliance Infra-green Bomber - Short'),(31406,33,7720.96,1767.72,426.263,'Alliance Infra-green Bomber - Short'),(31406,34,7709.29,1745.03,423.882,'Alliance Infra-green Bomber - Short'),(32512,43,7477.96,1391.06,401.176,'Alliance Infra-green Bomber - Long'),(32512,44,7468.21,1357.44,401.054,'Alliance Infra-green Bomber - Long'),(32512,45,7454.79,1315.26,400.386,'Alliance Infra-green Bomber - Long'),(32512,46,7441.42,1292.08,399.426,'Alliance Infra-green Bomber - Long'),(32512,47,7413.4,1266.08,397.33,'Alliance Infra-green Bomber - Long'),(32512,48,7384.47,1254.93,393.811,'Alliance Infra-green Bomber - Long'),(32512,49,7352.79,1259.18,387.868,'Alliance Infra-green Bomber - Long'),(32512,50,7330.17,1269.94,382.371,'Alliance Infra-green Bomber - Long'),(32512,51,7313.91,1280.48,377.967,'Alliance Infra-green Bomber - Long'),(32512,52,7287.94,1302.62,370.212,'Alliance Infra-green Bomber - Long'),(32512,53,7247.12,1334.65,357.074,'Alliance Infra-green Bomber - Long'),(31838,33,7720.96,1767.72,426.263,'Horde Infra-green Bomber - Short'),(31838,34,7709.29,1745.03,423.882,'Horde Infra-green Bomber - Short'),(31838,35,7687.72,1717.87,419.22,'Horde Infra-green Bomber - Short'),(31838,36,7663.97,1692.6,414.53,'Horde Infra-green Bomber - Short'),(31838,37,7639.08,1668.44,409.85,'Horde Infra-green Bomber - Short'),(31838,38,7606.57,1637.13,404.108,'Horde Infra-green Bomber - Short'),(31838,39,7614.29,1603.57,397.91,'Horde Infra-green Bomber - Short'),(32513,41,7509.13,1449.03,402.95,'Horde Infra-green Bomber - Long'),(32513,42,7486.21,1414.11,401.32,'Horde Infra-green Bomber - Long'),(32513,43,7477.96,1391.06,401.176,'Horde Infra-green Bomber - Long'),(32513,44,7468.21,1357.44,401.054,'Horde Infra-green Bomber - Long'),(32513,45,7454.79,1315.26,400.386,'Horde Infra-green Bomber - Long'),(32513,46,7441.42,1292.08,399.426,'Horde Infra-green Bomber - Long'),(32513,47,7413.4,1266.08,397.33,'Horde Infra-green Bomber - Long'),(32513,48,7384.47,1254.93,393.811,'Horde Infra-green Bomber - Long'),(32513,49,7352.79,1259.18,387.868,'Horde Infra-green Bomber - Long'),(32513,50,7330.17,1269.94,382.371,'Horde Infra-green Bomber - Long'),(31279,9,6787.95,3482.83,675.954,'Father Kamaros'),(31279,10,6799.88,3483.86,679.676,'Father Kamaros'),(25729,13,3125.78,6583.56,77.7368,'Shadowstalker Getry'),(22432,7,-708.57,2748.6,105.099,'Colonel Jules'),(17877,52,198.027,8254.11,19.9855,'Fhwoor'),(17877,51,200.892,8237.23,24.2757,'Fhwoor'),(17877,50,203.072,8224.38,25.2776,'Fhwoor'),(17877,49,206,8202.45,22.1064,'Fhwoor'),(17877,48,220.303,8182.56,19.5001,'Fhwoor'),(17877,47,242.091,8178.74,17.9129,'Fhwoor'),(27843,5,4535.11,132.119,106.071,'Wyrmbait'),(27247,19,2822.93,-471.575,140.076,'Devout Bodyguard'),(27247,18,2818.25,-470.07,135.402,'Devout Bodyguard'),(27247,17,2815.11,-460.489,135.363,'Devout Bodyguard'),(27247,16,2817.5,-453.122,135.363,'Devout Bodyguard'),(7956,13,-4559.69,848.574,61.0174,'Kindal Moonweaver'),(7956,14,-4559.44,828.904,60.0051,'Kindal Moonweaver'),(1842,29,2917.16,-1477.3,146.179,'Taelan Fordring'),(1842,30,2937.93,-1475.79,146.786,'Taelan Fordring'),(1842,31,2948.62,-1483.6,146.287,'Taelan Fordring'),(1842,32,2950.48,-1502.29,146.109,'Taelan Fordring'),(1842,33,2949.29,-1521.33,146.274,'Taelan Fordring'),(1842,34,2950.6,-1538.69,146.082,'Taelan Fordring'),(1842,35,2930.13,-1562.47,145.785,'Taelan Fordring'),(1842,36,2916.36,-1578.33,146.147,'Taelan Fordring'),(1842,37,2909.48,-1586.26,146.515,'Taelan Fordring'),(1842,38,2902.06,-1590.55,146.557,'Taelan Fordring'),(1842,39,2888.13,-1591.98,145.702,'Taelan Fordring'),(9598,18,6192.88,-1309.05,375.798,'Arei'),(9598,19,6213.68,-1311.98,374.733,'Arei'),(9598,20,6221.79,-1313.12,374.211,'Arei'),(9598,21,6234.54,-1314.92,373.224,'Arei'),(9598,22,6262.27,-1318.83,371.715,'Arei'),(11018,17,5064.39,-532.56,313.221,'Arko\'narin'),(11018,18,5054.88,-520.712,313.221,'Arko\'narin'),(11018,19,5037.44,-519.284,313.221,'Arko\'narin'),(11018,20,5032.65,-511.348,314.441,'Arko\'narin'),(11018,21,5030.09,-492.906,317.256,'Arko\'narin'),(11018,22,5027.79,-475.488,318.842,'Arko\'narin'),(8284,39,-6731.69,-1812.94,253.554,'Dorius Stonetender'),(8284,40,-6717.92,-1815.5,252.284,'Dorius Stonetender'),(8284,41,-6700.58,-1817.83,250.448,'Dorius Stonetender'),(8284,42,-6685.6,-1820.35,249.568,'Dorius Stonetender'),(8284,43,-6675.33,-1831.45,248.962,'Dorius Stonetender'),(29679,9,7366.43,-1041.68,1394.12,'Hyldsmeet Proto-Drake'),(29679,10,7503.78,-855.742,1558.88,'Hyldsmeet Proto-Drake'),(29679,11,7668.24,-639.42,1677.99,'Hyldsmeet Proto-Drake'),(29736,22,7772.62,-1082.52,1069.61,'Stormcrest eagle, Fervor of the Frostborn'),(29736,23,7826.35,-1109.44,1112.49,'Stormcrest eagle, Fervor of the Frostborn'),(29736,24,7896.46,-1126.24,1150.65,'Stormcrest eagle, Fervor of the Frostborn'),(29736,25,7958.42,-1139.5,1159.25,'Stormcrest eagle, Fervor of the Frostborn'),(30318,8,8195.3,-1964.75,1741.42,''),(30318,7,8248.05,-1939.41,1744.21,''),(30331,11,7375.28,-3020.37,843.894,'King Jokkum'),(30331,12,7413.52,-3026.22,843.36,'King Jokkum'),(30331,13,7447.71,-3037.35,840.512,'King Jokkum'),(30331,14,7470.03,-3056.39,837.455,'King Jokkum'),(30134,36,7500.88,-1105.16,790.084,'Branns Flying Machine'),(30134,37,7543.18,-1089.59,805.28,'Branns Flying Machine'),(30134,38,7577.29,-1036.76,828.546,'Branns Flying Machine'),(30134,39,7565.69,-990.835,844.253,'Branns Flying Machine'),(30134,40,7536.61,-958.824,853.587,'Branns Flying Machine'),(30134,41,7488.98,-947.886,866.701,'Branns Flying Machine'),(30134,42,7441.53,-976.699,884.027,'Branns Flying Machine'),(30134,43,7412.03,-1020.32,901.404,'Branns Flying Machine'),(30134,44,7411.37,-1060.42,909.054,'Branns Flying Machine'),(30134,45,7466.48,-1113.41,921.955,'Branns Flying Machine'),(30585,13,6187.39,959.597,625.03,'ship'),(30585,12,6133.36,911.233,642.308,'ship'),(30585,11,6089.87,824.184,663.057,'ship'),(30585,10,6077.21,796.139,663.057,'ship'),(30585,1,5818.54,483.97,660,'ship'),(30585,2,5835.36,490.093,669.25,'ship'),(30585,3,5845.6,505.766,677.9,'ship'),(30585,4,5865.83,544.756,689.667,'ship'),(30585,5,5897.43,586.118,689.667,'ship'),(30585,6,5936.38,642.625,682.418,'ship'),(30585,7,5954.68,688.565,678.141,'ship'),(30585,8,5987.02,725.128,673.53,'ship'),(30585,9,6055.09,766.575,663.057,'ship'),(3715800,10,5288.66,1999.81,733.286,'Quel\'Delar in HoR'),(14325,74,383.874,273.666,12.2345,'Captain Kromcrush'),(14325,73,384.656,283.014,12.1489,'Captain Kromcrush'),(14325,72,384.802,284.935,11.2051,'Captain Kromcrush'),(14325,71,385.894,305.907,11.2126,'Captain Kromcrush'),(14325,70,385.946,316.407,11.1027,'Captain Kromcrush'),(14325,69,385.726,336.849,2.86995,'Captain Kromcrush'),(14325,68,385.63,350.849,3.82223,'Captain Kromcrush'),(14325,67,385.51,368.343,0.0256537,'Captain Kromcrush'),(14325,66,385.446,377.653,-1.67666,'Captain Kromcrush'),(14325,65,385.401,392.843,-1.67666,'Captain Kromcrush'),(14325,64,385.506,401.032,-1.67666,'Captain Kromcrush'),(14325,63,385.461,416.152,-1.67666,'Captain Kromcrush'),(14325,62,386.112,428.632,-4.24135,'Captain Kromcrush'),(14325,61,386.778,441.425,-6.94393,'Captain Kromcrush'),(14325,60,387.017,446.015,-7.23219,'Captain Kromcrush'),(14325,59,387.361,460.011,-7.23219,'Captain Kromcrush'),(14325,58,387.375,473.941,-7.23219,'Captain Kromcrush'),(14325,57,387.384,483.251,-7.29323,'Captain Kromcrush'),(14325,56,388.95,491.971,-9.46861,'Captain Kromcrush'),(14325,55,391.757,504.47,-12.7878,'Captain Kromcrush'),(14325,54,396.602,516.399,-12.7878,'Captain Kromcrush'),(14325,53,401.322,524.505,-12.8749,'Captain Kromcrush'),(14325,52,409.591,531.764,-16.3037,'Captain Kromcrush'),(14325,51,414.227,535.266,-18.3434,'Captain Kromcrush'),(14325,50,426.435,541.627,-18.3433,'Captain Kromcrush'),(14325,49,435.701,543.085,-18.6117,'Captain Kromcrush'),(14325,48,454.005,542.426,-23.9004,'Captain Kromcrush'),(14325,47,464.493,541.926,-23.9004,'Captain Kromcrush'),(14325,46,470.373,541.989,-25.364,'Captain Kromcrush'),(14325,45,484.131,536.713,-25.3749,'Captain Kromcrush'),(14325,44,496.781,534.697,-25.3834,'Captain Kromcrush'),(14325,43,510.515,537.414,-25.3913,'Captain Kromcrush'),(14325,42,519.487,546.655,-25.3973,'Captain Kromcrush'),(14325,41,536.668,549.984,-25.4018,'Captain Kromcrush'),(14325,40,554.725,554.526,-25.4018,'Captain Kromcrush'),(14325,39,563.605,557.325,-25.4018,'Captain Kromcrush'),(14325,38,560.659,569.864,-25.4022,'Captain Kromcrush'),(14325,37,551.046,580.041,-25.4036,'Captain Kromcrush'),(14325,36,531.425,582.775,-25.4036,'Captain Kromcrush'),(14325,35,509.397,580.102,-25.4036,'Captain Kromcrush'),(14325,34,490.843,577.851,-25.4041,'Captain Kromcrush'),(14325,33,478.299,580.772,-25.4027,'Captain Kromcrush'),(14325,32,480.302,588.669,-25.4069,'Captain Kromcrush'),(14325,31,484.916,589.507,-24.6063,'Captain Kromcrush'),(14325,30,501.222,589.875,-17.3608,'Captain Kromcrush'),(14325,29,512.905,590.277,-12.1695,'Captain Kromcrush'),(14353,11,798.928,481.663,37.3182,'Mizzle the Crafty'),(14353,10,786.121,481.374,37.3182,'Mizzle the Crafty'),(14353,9,777.933,481.189,34.7604,'Mizzle the Crafty'),(14353,8,769.745,481.005,30.9473,'Mizzle the Crafty'),(14353,7,765.057,480.862,28.8922,'Mizzle the Crafty'),(14353,6,760.439,480.722,27.4536,'Mizzle the Crafty'),(14241,14,121.374,-278.801,-55.8569,'Ironbark the Redeemed'),(14241,13,104.186,-276.653,-55.8901,'Ironbark the Redeemed'),(14241,12,86.9575,-273.58,-55.6531,'Ironbark the Redeemed'),(14241,11,72.0036,-270.912,-54.5982,'Ironbark the Redeemed'),(14241,10,60.5642,-268.871,-53.7654,'Ironbark the Redeemed'),(14241,9,51.3233,-270.003,-52.9705,'Ironbark the Redeemed'),(14241,8,42.6055,-275.98,-53.0081,'Ironbark the Redeemed'),(14241,7,31.0773,-283.884,-52.5108,'Ironbark the Redeemed'),(14241,6,12.5364,-286.238,-52.3252,'Ironbark the Redeemed'),(11016,30,5054.23,-531.202,297.801,'Captured Arko\'narin'),(11016,29,5046.1,-537.843,297.801,'Captured Arko\'narin'),(11016,28,5040.66,-546.825,297.801,'Captured Arko\'narin'),(8284,17,-6916.67,-1671.26,243.154,'Dorius Stonetender'),(8284,16,-6925.64,-1676.66,241.205,'Dorius Stonetender'),(8284,15,-6931.58,-1680.24,241.976,'Dorius Stonetender'),(1379,15,-5678.63,-3648.37,315.188,'Miran'),(1379,14,-5675.87,-3633.44,311.676,'Miran'),(9520,45,-7731.51,-1088.48,217.094,'Grark Lorkrub'),(9520,44,-7743.69,-1097.45,216.133,'Grark Lorkrub'),(9520,43,-7751.64,-1121.82,215.085,'Grark Lorkrub'),(9520,42,-7807.09,-1128.75,214.848,'Grark Lorkrub'),(9520,41,-7817.44,-1129.96,213.355,'Grark Lorkrub'),(9520,40,-7846.45,-1132.55,207.448,'Grark Lorkrub'),(9520,39,-7882.57,-1132.1,198.428,'Grark Lorkrub'),(29626,1,6450.07,-1730.54,481.072,'Tormar Frostgut'),(29626,2,6454.98,-1734.05,481.898,'Tormar Frostgut'),(29626,3,6459.59,-1737.34,484.043,'Tormar Frostgut'),(29626,4,6461.15,-1738.46,484.48,'Tormar Frostgut'),(2713,1,-1416.91,-3044.12,36.21,'Kinelory'),(2713,2,-1408.43,-3051.35,37.79,'Kinelory'),(2713,3,-1399.45,-3069.2,31.25,'Kinelory'),(2713,4,-1400.28,-3083.14,27.06,'Kinelory'),(2713,5,-1405.3,-3096.72,26.36,'Kinelory'),(2713,6,-1406.12,-3105.95,24.82,'Kinelory'),(2713,7,-1417.41,-3106.8,16.61,'Kinelory'),(2713,8,-1433.06,-3101.55,12.56,'Kinelory'),(2713,9,-1439.86,-3086.36,12.29,'Kinelory'),(2713,10,-1450.48,-3065.16,12.58,'Kinelory'),(2713,11,-1456.15,-3055.53,12.54,'Kinelory'),(2713,12,-1459.41,-3035.16,12.11,'Kinelory'),(2713,13,-1472.47,-3034.18,12.44,'Kinelory'),(2713,14,-1495.57,-3034.48,12.55,'Kinelory'),(2713,15,-1524.91,-3035.47,13.15,'Kinelory'),(2713,16,-1549.05,-3037.77,12.98,'Kinelory'),(2713,17,-1555.69,-3028.02,13.64,'Kinelory'),(2713,18,-1555.69,-3028.02,13.64,'Kinelory'),(2713,19,-1555.69,-3028.02,13.64,'Kinelory'),(2713,20,-1551.19,-3037.78,12.96,'Kinelory'),(2713,21,-1584.6,-3048.77,13.67,'Kinelory'),(2713,22,-1602.14,-3042.82,15.12,'Kinelory'),(2713,23,-1610.68,-3027.42,17.22,'Kinelory'),(2713,24,-1601.65,-3007.97,24.65,'Kinelory'),(2713,25,-1581.05,-2992.32,30.85,'Kinelory'),(2713,26,-1559.95,-2979.51,34.3,'Kinelory'),(2713,27,-1536.51,-2969.78,32.64,'Kinelory'),(2713,28,-1511.81,-2961.09,29.12,'Kinelory'),(2713,29,-1484.83,-2960.87,32.54,'Kinelory'),(2713,30,-1458.23,-2966.8,40.52,'Kinelory'),(2713,31,-1440.2,-2971.2,43.15,'Kinelory'),(2713,32,-1427.85,-2989.15,38.09,'Kinelory'),(2713,33,-1420.27,-3008.91,35.01,'Kinelory'),(2713,34,-1427.58,-3032.53,32.31,'Kinelory'),(2713,35,-1427.4,-3035.17,32.26,'Kinelory'),(14500,1,38.784,160.639,83.545,'J\'eevee'),(14500,2,36.804,160.705,83.545,'J\'eevee'),(14500,3,39.287,160.044,83.545,'J\'eevee'),(14500,4,41.666,154.591,83.545,'J\'eevee'),(14500,5,45.255,155.014,83.545,'J\'eevee'),(14500,6,44.93,161.186,83.545,'J\'eevee'),(14500,7,44.347,161.12,83.545,'J\'eevee'),(14500,8,46.758,157.877,83.545,'J\'eevee'),(14500,9,44.64,154.405,83.545,'J\'eevee'),(14500,10,33.498,156.046,83.545,'J\'eevee'),(14500,11,28.269,160.792,83.545,'J\'eevee'),(14500,12,33.294,160.895,83.545,'J\'eevee'),(231880,1,-4234.26,316.795,194.57,'Dragonmaw Transporter'),(231880,2,-4278.78,291.936,162.61,'Dragonmaw Transporter'),(231880,3,-4315.75,272.573,162.61,'Dragonmaw Transporter'),(231880,4,-4332.82,267.537,162.61,'Dragonmaw Transporter'),(231880,5,-4354.23,260.879,162.61,'Dragonmaw Transporter'),(231880,6,-4391.55,249.502,162.61,'Dragonmaw Transporter'),(231880,7,-4429.06,238.452,162.61,'Dragonmaw Transporter'),(231880,8,-4470.01,227.234,162.61,'Dragonmaw Transporter'),(231880,9,-4489.76,222.955,162.61,'Dragonmaw Transporter'),(231880,10,-4502.43,220.609,162.61,'Dragonmaw Transporter'),(231880,11,-4528.82,218.528,162.61,'Dragonmaw Transporter'),(231880,12,-4546.15,218.674,162.61,'Dragonmaw Transporter'),(231880,13,-4595.7,217.521,162.61,'Dragonmaw Transporter'),(231880,14,-4641.98,205.279,147.027,'Dragonmaw Transporter'),(231880,15,-4662.01,198.395,118.693,'Dragonmaw Transporter'),(231880,16,-4686.04,195.772,92.6098,'Dragonmaw Transporter'),(231880,17,-4720.74,183.989,92.332,'Dragonmaw Transporter'),(231880,18,-4745.65,173.886,98.1931,'Dragonmaw Transporter'),(231880,19,-4756.26,154.736,105.749,'Dragonmaw Transporter'),(231880,20,-4761.06,143.517,108.388,'Dragonmaw Transporter'),(231880,21,-4787.25,129.836,110.61,'Dragonmaw Transporter'),(231880,22,-4815.38,124.492,109.638,'Dragonmaw Transporter'),(231880,23,-4841.1,99.1358,116.165,'Dragonmaw Transporter'),(231880,24,-4876.22,68.2089,99.1654,'Dragonmaw Transporter'),(231880,25,-4887.11,56.8002,92.7487,'Dragonmaw Transporter'),(231880,26,-4921.73,36.1183,73.9431,'Dragonmaw Transporter'),(231880,27,-4924.74,36.2035,61.8709,'Dragonmaw Transporter'),(231881,1,-4235.77,310.681,195.917,'Dragonmaw Transporter'),(231881,2,-4266.87,305.299,170.055,'Dragonmaw Transporter'),(231881,3,-4289.38,299.287,169.055,'Dragonmaw Transporter'),(231881,4,-4313.46,296.845,169.055,'Dragonmaw Transporter'),(231881,5,-4334.99,295.791,169.055,'Dragonmaw Transporter'),(231881,6,-4355.52,290.174,169.055,'Dragonmaw Transporter'),(231881,7,-4382.98,278.409,169.055,'Dragonmaw Transporter'),(231881,8,-4419.24,271.804,169.055,'Dragonmaw Transporter'),(231881,9,-4448.44,268.789,169.055,'Dragonmaw Transporter'),(231881,10,-4463.97,265.972,169.055,'Dragonmaw Transporter'),(231881,11,-4486.52,265.136,165.5,'Dragonmaw Transporter'),(231881,12,-4515.32,266.466,154.333,'Dragonmaw Transporter'),(231881,13,-4538.15,266.996,143.778,'Dragonmaw Transporter'),(231881,14,-4565.51,267.007,134.75,'Dragonmaw Transporter'),(231881,15,-4574.72,266.7,130.5,'Dragonmaw Transporter'),(231881,16,-4585.34,265.858,125.222,'Dragonmaw Transporter'),(231881,17,-4610.45,266.806,114.028,'Dragonmaw Transporter'),(231881,18,-4648.12,265.025,89.4165,'Dragonmaw Transporter'),(231881,19,-4680,264.35,80.0277,'Dragonmaw Transporter'),(231881,20,-4726.6,265.651,91.1109,'Dragonmaw Transporter'),(231881,21,-4757.61,263.964,96.6109,'Dragonmaw Transporter'),(231881,22,-4790.49,252.621,107.722,'Dragonmaw Transporter'),(231881,23,-4830.46,243.524,113.611,'Dragonmaw Transporter'),(231881,24,-4850.95,232.361,114.611,'Dragonmaw Transporter'),(231881,25,-4865.54,204.393,115.916,'Dragonmaw Transporter'),(231881,26,-4867.52,184.822,112.528,'Dragonmaw Transporter'),(231881,27,-4869.98,147.345,96.9999,'Dragonmaw Transporter'),(231881,28,-4875.78,115.537,89.6943,'Dragonmaw Transporter'),(231881,29,-4900.51,79.4728,79.2222,'Dragonmaw Transporter'),(231881,30,-4920.87,41.165,69.3054,'Dragonmaw Transporter'),(231881,31,-4924.74,36.2035,61.8709,'Dragonmaw Transporter'),(231882,1,-4235.19,312.622,195.611,'Dragonmaw Transporter'),(231882,2,-4234.27,312.215,195.611,'Dragonmaw Transporter'),(231882,3,-4293.57,245.176,179.363,'Dragonmaw Transporter'),(231882,4,-4305.51,238.408,179.363,'Dragonmaw Transporter'),(231882,5,-4329.84,217.803,179.363,'Dragonmaw Transporter'),(231882,6,-4362.73,186.08,186.419,'Dragonmaw Transporter'),(231882,7,-4434.85,123.756,230.391,'Dragonmaw Transporter'),(231882,8,-4459.07,85.189,233.919,'Dragonmaw Transporter'),(231882,9,-4482.53,56.3567,232.502,'Dragonmaw Transporter'),(231882,10,-4493.03,34.6452,235.169,'Dragonmaw Transporter'),(231882,11,-4503.29,2.77235,232.586,'Dragonmaw Transporter'),(231882,12,-4536.87,-16.3031,224.752,'Dragonmaw Transporter'),(231882,13,-4579.44,-18.3888,223.53,'Dragonmaw Transporter'),(231882,14,-4611.42,9.64258,219.03,'Dragonmaw Transporter'),(231882,15,-4660.56,11.2581,228.752,'Dragonmaw Transporter'),(231882,16,-4698.88,14.1585,227.391,'Dragonmaw Transporter'),(231882,17,-4734.97,25.0742,223.002,'Dragonmaw Transporter'),(231882,18,-4766.54,46.6215,220.836,'Dragonmaw Transporter'),(231882,19,-4794.97,67.1205,197.863,'Dragonmaw Transporter'),(231882,20,-4815.08,72.5509,183.697,'Dragonmaw Transporter'),(231882,21,-4855.92,67.1832,133.669,'Dragonmaw Transporter'),(231882,22,-4868.51,61.4753,116.28,'Dragonmaw Transporter'),(231882,23,-4890.09,51.3032,92.1134,'Dragonmaw Transporter'),(231882,24,-4922.81,35.505,72.919,'Dragonmaw Transporter'),(231882,25,-4924.74,36.2035,61.8709,'Dragonmaw Transporter'),(231883,1,-4921.12,38.4024,62.7985,'Dragonmaw Transporter'),(231883,2,-4920.27,38.9278,62.7985,'Dragonmaw Transporter'),(231883,3,-4911.52,44.5066,65.5401,'Dragonmaw Transporter'),(231883,4,-4897.99,49.1299,69.2345,'Dragonmaw Transporter'),(231883,5,-4854.7,71.6674,69.2345,'Dragonmaw Transporter'),(231883,6,-4811.55,91.9589,69.2345,'Dragonmaw Transporter'),(231883,7,-4782.64,107.238,69.2345,'Dragonmaw Transporter'),(231883,8,-4749.69,123.69,102.457,'Dragonmaw Transporter'),(231883,9,-4717.38,120.199,102.54,'Dragonmaw Transporter'),(231883,10,-4677.34,111.825,122.373,'Dragonmaw Transporter'),(231883,11,-4642.3,106.992,122.623,'Dragonmaw Transporter'),(231883,12,-4595.69,101.07,122.235,'Dragonmaw Transporter'),(231883,13,-4568.68,107.791,122.235,'Dragonmaw Transporter'),(231883,14,-4532.45,105.166,122.235,'Dragonmaw Transporter'),(231883,15,-4502.5,109.315,122.235,'Dragonmaw Transporter'),(231883,16,-4478.21,118.649,122.235,'Dragonmaw Transporter'),(231883,17,-4437.05,132.627,122.235,'Dragonmaw Transporter'),(231883,18,-4401.48,131.586,122.235,'Dragonmaw Transporter'),(231883,19,-4360.69,156.955,122.373,'Dragonmaw Transporter'),(231883,20,-4324.19,184.989,122.957,'Dragonmaw Transporter'),(231883,21,-4299.08,216.238,141.79,'Dragonmaw Transporter'),(231883,22,-4292.71,227.452,179.908,'Dragonmaw Transporter'),(231883,23,-4281.61,263.676,179.908,'Dragonmaw Transporter'),(231883,24,-4260.6,294.378,179.908,'Dragonmaw Transporter'),(231883,25,-4240.51,326.898,154.046,'Dragonmaw Transporter'),(231883,26,-4240.51,326.898,154.046,'Dragonmaw Transporter'),(25729,5,3125.42,6589.7,91.3783,'Shadowstalker Getry'),(26170,2,3707.26,3573.78,477.41,'Thassarin'),(7956,15,-4553.4,817.6,61.3187,'Kindal Moonweaver'),(7956,16,-4546.26,807.014,60.6828,'Kindal Moonweaver'),(7956,17,-4536.75,802.86,60.2268,'Kindal Moonweaver'),(1842,40,2876.43,-1591.6,144.335,'Taelan Fordring'),(1842,41,2862.5,-1593.03,142.511,'Taelan Fordring'),(1842,42,2846.46,-1603.03,139.023,'Taelan Fordring'),(1842,43,2836.07,-1612.41,135.225,'Taelan Fordring'),(1842,44,2827.58,-1620.07,132.012,'Taelan Fordring'),(1842,45,2820.52,-1623.16,131.22,'Taelan Fordring'),(1842,46,2804.83,-1620.19,129.717,'Taelan Fordring'),(1842,47,2791.11,-1617.4,129.693,'Taelan Fordring'),(1842,48,2780.39,-1615.9,129.044,'Taelan Fordring'),(1842,49,2773.01,-1623.84,128.074,'Taelan Fordring'),(1842,50,2766.04,-1631.69,127.927,'Taelan Fordring'),(9598,23,6273.99,-1311.17,371.386,'Arei'),(9598,24,6296.53,-1301.73,373.986,'Arei'),(9598,25,6319.85,-1288.51,374.199,'Arei'),(9598,26,6351.37,-1270.72,376.292,'Arei'),(9598,27,6383.36,-1256.52,377.835,'Arei'),(9598,28,6398.86,-1244.07,379.409,'Arei'),(11018,23,5026.37,-462.686,321.424,'Arko\'narin'),(11018,24,5013.68,-460.941,321.755,'Arko\'narin'),(11018,25,5002.58,-467.34,320.059,'Arko\'narin'),(11018,26,4993.2,-467.421,317.871,'Arko\'narin'),(11018,27,4987.07,-460.418,316.287,'Arko\'narin'),(11018,28,4988.66,-452.385,316.502,'Arko\'narin'),(11018,29,4994.42,-434.605,319.039,'Arko\'narin'),(11018,30,4994.6,-425.227,318.711,'Arko\'narin'),(11018,31,4985.41,-420.139,320.193,'Arko\'narin'),(11018,32,4974.19,-426.205,324.132,'Arko\'narin'),(8284,44,-6661.43,-1848.66,246.148,'Dorius Stonetender'),(8284,45,-6654.52,-1859.53,245.18,'Dorius Stonetender'),(8284,46,-6641.54,-1877.53,244.144,'Dorius Stonetender'),(8284,47,-6628.57,-1895.53,244.15,'Dorius Stonetender'),(8284,48,-6616.58,-1909.78,244.72,'Dorius Stonetender'),(27328,3,4673.88,-3866.08,329.222,'Tur Ragepaw'),(27328,2,4674.46,-3866.89,329.246,'Tur Ragepaw'),(31737,24,7325.46,1619.44,408.955,'Skybreaker Squad Leader'),(31737,23,7312.62,1613.75,401.043,'Skybreaker Squad Leader'),(31737,22,7301.3,1610.83,396.176,'Skybreaker Squad Leader'),(31737,21,7288.75,1607.65,389.084,'Skybreaker Squad Leader'),(31833,16,7371.49,1791.86,440.379,'Korkron Squad Leader'),(31833,15,7383.08,1803.63,435.749,'Korkron Squad Leader'),(31833,14,7396.14,1817,430.819,'Korkron Squad Leader'),(23340,20,-4940.41,527.58,144.494,'Murg \"Oldie\" Muckjaw'),(23340,21,-4884.46,496.736,140.731,'Murg \"Oldie\" Muckjaw'),(23340,22,-4841.46,488.188,136.74,'Murg \"Oldie\" Muckjaw'),(23340,23,-4805.09,508.387,133.952,'Murg \"Oldie\" Muckjaw'),(23340,24,-4791.09,450.373,125.99,'Murg \"Oldie\" Muckjaw'),(23342,18,-5020.59,494.831,161.309,'Trope the Filth-Belcher'),(23342,19,-4975.82,516.719,127.38,'Trope the Filth-Belcher'),(23342,20,-4940.41,527.58,144.494,'Trope the Filth-Belcher'),(23342,21,-4884.46,496.736,140.731,'Trope the Filth-Belcher'),(23342,22,-4841.46,488.188,136.74,'Trope the Filth-Belcher'),(23344,24,-5208.43,225.199,76.1251,'Corlok the Vet'),(23344,25,-5207.37,176.583,73.1752,'Corlok the Vet'),(23344,26,-5181.27,72.6699,98.6859,'Corlok the Vet'),(23344,27,-5122.27,46.2645,124.749,'Corlok the Vet'),(23344,28,-5058.83,37.3311,132.444,'Corlok the Vet'),(23344,29,-5020.16,8.79054,144.253,'Corlok the Vet'),(23345,42,-5307.91,-25.5939,145.381,'Wing Commander Ichman'),(23345,43,-5274.71,26.4266,172.198,'Wing Commander Ichman'),(23345,44,-5208.27,57.5883,159.623,'Wing Commander Ichman'),(23345,45,-5142.88,97.5982,149.853,'Wing Commander Ichman'),(23345,46,-5115.44,118.069,136.045,'Wing Commander Ichman'),(23345,47,-5105.17,155.088,134.461,'Wing Commander Ichman'),(23345,48,-5106.37,218.731,147.258,'Wing Commander Ichman'),(23345,49,-5094.3,280.021,161.935,'Wing Commander Ichman'),(23345,50,-5084.01,316.753,172.277,'Wing Commander Ichman'),(23346,76,-5314.43,32.0712,113.405,'Wing Commander Mulverick'),(23346,77,-5265.13,11.6882,110.016,'Wing Commander Mulverick'),(23346,78,-5207.98,-36.7408,103.694,'Wing Commander Mulverick'),(23346,79,-5165.57,-80.167,136.178,'Wing Commander Mulverick'),(23346,80,-5118.2,-105.716,122.108,'Wing Commander Mulverick'),(23346,81,-5061.11,-96.3049,117.942,'Wing Commander Mulverick'),(23346,82,-5031.23,-66.0233,104.849,'Wing Commander Mulverick'),(23346,83,-4998.87,-11.7168,81.3507,'Wing Commander Mulverick'),(23346,84,-4980.24,10.3058,77.7177,'Wing Commander Mulverick'),(23346,85,-4998.29,-7.4397,78.78,'Wing Commander Mulverick'),(23346,86,-4971.93,15.0586,76.1905,'Wing Commander Mulverick'),(23346,87,-4926.84,34.6864,66.9967,'Wing Commander Mulverick'),(23346,88,-4895.08,50.6947,60.3591,'Wing Commander Mulverick'),(23346,89,-4874.35,56.7382,2.54341,'Wing Commander Mulverick'),(23346,90,-4845.41,26.3595,16.1138,'Wing Commander Mulverick'),(23348,59,-5206.61,503.573,111.606,'Captain Skyshatter'),(23348,60,-5163.47,534.104,114.552,'Captain Skyshatter'),(23348,61,-5182.36,515.241,116.022,'Captain Skyshatter'),(23348,62,-5206.81,518.967,117.426,'Captain Skyshatter'),(23348,63,-5187.21,521.63,118.514,'Captain Skyshatter'),(23348,64,-5155.39,545.64,116.076,'Captain Skyshatter'),(23348,65,-5115.6,583.206,129.026,'Captain Skyshatter'),(23348,66,-5073.47,649.348,119.881,'Captain Skyshatter'),(23348,67,-5052.38,670.897,116.044,'Captain Skyshatter'),(23348,68,-4996.43,662.926,113.267,'Captain Skyshatter'),(23348,69,-4961.47,656.298,112.929,'Captain Skyshatter'),(23348,70,-4943.27,612.649,112.304,'Captain Skyshatter'),(23348,71,-4942.63,576.912,111.831,'Captain Skyshatter'),(23348,72,-4962.21,556.808,111.463,'Captain Skyshatter'),(23383,10,-4171.01,3035.29,342.801,'Skyguard Prisoner'),(23383,11,-4172.98,3035.67,343.267,'Skyguard Prisoner'),(23383,12,-4175.09,3039.7,343.64,'Skyguard Prisoner'),(20281,9,3025.76,2699.51,113.591,'Drijya'),(20802,7,3931.58,2332.9,110.878,'Protectorate Demolitionist'),(20802,8,3922.88,2336.22,112.603,'Protectorate Demolitionist'),(17982,24,-1939.16,-10697.6,110.981,'Demonitiolist Lagoso'),(17982,25,-1952.36,-10678.4,110.464,'Demonitiolist Lagoso'),(17982,26,-1957.77,-10666.8,111.074,'Demonitiolist Lagoso'),(17982,27,-1957.33,-10656.3,111.246,'Demonitiolist Lagoso'),(17982,28,-1962.13,-10668.2,111.589,'Demonitiolist Lagoso'),(22432,30,-708.345,2750.1,103.533,'Colonel Jules'),(22432,31,-707.695,2747.56,103.752,'Colonel Jules'),(22432,32,-709.438,2743.11,104.164,'Colonel Jules'),(22432,33,-712.881,2743.51,105.306,'Colonel Jules'),(22432,34,-713.839,2747.58,105.144,'Colonel Jules'),(22990,7,-3569.81,473.76,23.32,'Akama'),(30470,1,5818.54,483.97,660,'ship'),(30316,8,7992.2,-2727.98,1141.51,''),(30316,7,8032.4,-2723.34,1147.58,''),(28948,12,6073.39,-2027.96,473.338,'malmortis'),(28948,11,6066.6,-2036.44,473.745,'malmortis'),(28948,10,6056.47,-2025.2,473.338,'malmortis'),(28948,9,6059.67,-2007.91,485.363,'malmortis'),(25729,14,3123.47,6576.21,78.2142,'Shadowstalker Getry'),(27843,4,4528.12,74.043,103.328,'Wyrmbait'),(27247,15,2823.73,-448.069,135.363,'Devout Bodyguard'),(27247,14,2831.41,-448.48,135.363,'Devout Bodyguard'),(27247,13,2838.14,-452.877,135.363,'Devout Bodyguard'),(27247,12,2839.76,-462.89,135.363,'Devout Bodyguard'),(27247,10,2830.89,-471.426,131.574,'Devout Bodyguard'),(27247,11,2834.82,-469.685,135.201,'Devout Bodyguard'),(11016,27,5039.43,-551.35,298.756,'Captured Arko\'narin'),(11016,26,5039.3,-560.729,302.003,'Captured Arko\'narin'),(11016,25,5044.38,-567.059,304.523,'Captured Arko\'narin'),(8284,14,-6941.59,-1686.27,243.609,'Dorius Stonetender'),(8284,13,-6952.62,-1692.92,242.201,'Dorius Stonetender'),(8284,12,-6956.36,-1695.64,241.267,'Dorius Stonetender'),(1379,13,-5674.37,-3625.38,311.243,'Miran'),(1379,12,-5676.49,-3599.86,312.34,'Miran'),(1379,11,-5690.29,-3572.88,309.155,'Miran'),(9520,38,-7916.3,-1132.39,189.363,'Grark Lorkrub'),(9520,37,-7947.76,-1131.43,179.178,'Grark Lorkrub'),(9520,36,-7971.62,-1137.03,169.253,'Grark Lorkrub'),(9520,35,-7998.59,-1162.87,156.517,'Grark Lorkrub'),(9520,34,-8016.06,-1199.49,145.809,'Grark Lorkrub'),(9520,33,-8024.27,-1233.51,135.164,'Grark Lorkrub'),(9520,32,-8022.81,-1248.63,133.66,'Grark Lorkrub'),(9520,31,-8010.01,-1272.19,133.315,'Grark Lorkrub'),(9520,30,-8006.93,-1297.62,132.471,'Grark Lorkrub'),(9520,29,-8003.57,-1325.42,133.722,'Grark Lorkrub'),(27328,16,4828.49,-3834.72,337.858,'Tur Ragepaw'),(27932,15,-434.105,-5298.58,105.691,'Harrys Bomber'),(27932,16,-419.599,-5384.9,105.929,'Harrys Bomber'),(27932,17,-357.894,-5566.67,97.4177,'Harrys Bomber'),(27932,18,-314.508,-5650.04,90.5208,'Harrys Bomber'),(27932,19,-256.829,-5737.46,83.3688,'Harrys Bomber'),(32682,16,-470.02,-4849.05,102.018,'Harrys Bomber'),(32682,17,-464.281,-4642.94,106.37,'Harrys Bomber'),(32682,18,-447.289,-4539.38,108.093,'Harrys Bomber'),(32682,19,-427.98,-4468.51,107.407,'Harrys Bomber'),(32682,20,-360.964,-4269.67,99.505,'Harrys Bomber'),(31406,35,7687.72,1717.87,419.22,'Alliance Infra-green Bomber - Short'),(31406,36,7663.97,1692.6,414.53,'Alliance Infra-green Bomber - Short'),(31406,37,7639.08,1668.44,409.85,'Alliance Infra-green Bomber - Short'),(31406,38,7606.57,1637.13,404.108,'Alliance Infra-green Bomber - Short'),(31406,39,7614.29,1603.57,397.91,'Alliance Infra-green Bomber - Short'),(31406,40,7624.51,1570.93,390.542,'Alliance Infra-green Bomber - Short'),(31406,41,7634.43,1530.19,382.105,'Alliance Infra-green Bomber - Short'),(31406,42,7613.33,1494.48,381.294,'Alliance Infra-green Bomber - Short'),(31406,43,7584.1,1491.31,387.931,'Alliance Infra-green Bomber - Short'),(32512,54,7222.75,1346.71,350.44,'Alliance Infra-green Bomber - Long'),(32512,55,7191.05,1359.21,342.487,'Alliance Infra-green Bomber - Long'),(32512,56,7146.12,1365.7,334.615,'Alliance Infra-green Bomber - Long'),(32512,57,7118.05,1354.57,333.155,'Alliance Infra-green Bomber - Long'),(32512,58,7095.1,1336.85,333.92,'Alliance Infra-green Bomber - Long'),(32512,59,7082.05,1313.63,335.456,'Alliance Infra-green Bomber - Long'),(32512,60,7081.52,1280.37,338.251,'Alliance Infra-green Bomber - Long'),(32512,61,7098.09,1251.42,340.588,'Alliance Infra-green Bomber - Long'),(32512,62,7115.06,1235.56,342.192,'Alliance Infra-green Bomber - Long'),(32512,63,7140.75,1236.72,344.987,'Alliance Infra-green Bomber - Long'),(32512,64,7147.52,1246.17,345.62,'Alliance Infra-green Bomber - Long'),(32512,65,7161.72,1280.15,359.42,'Alliance Infra-green Bomber - Long'),(32512,66,7182.57,1286.26,358.761,'Alliance Infra-green Bomber - Long'),(32512,67,7190.92,1275.2,359.311,'Alliance Infra-green Bomber - Long'),(31838,40,7624.51,1570.93,390.542,'Horde Infra-green Bomber - Short'),(31838,41,7634.43,1530.19,382.105,'Horde Infra-green Bomber - Short'),(31838,42,7613.33,1494.48,381.294,'Horde Infra-green Bomber - Short'),(31838,43,7584.1,1491.31,387.931,'Horde Infra-green Bomber - Short'),(31838,44,7555.27,1497.66,401.862,'Horde Infra-green Bomber - Short'),(31838,45,7523.53,1511.46,421.102,'Horde Infra-green Bomber - Short'),(31838,46,7489.08,1510.24,431.514,'Horde Infra-green Bomber - Short'),(31838,47,7477.76,1486.37,435.962,'Horde Infra-green Bomber - Short'),(32513,51,7313.91,1280.48,377.967,'Horde Infra-green Bomber - Long'),(32513,52,7287.94,1302.62,370.212,'Horde Infra-green Bomber - Long'),(32513,53,7247.12,1334.65,357.074,'Horde Infra-green Bomber - Long'),(32513,54,7222.75,1346.71,350.44,'Horde Infra-green Bomber - Long'),(32513,55,7191.05,1359.21,342.487,'Horde Infra-green Bomber - Long'),(32513,56,7146.12,1365.7,334.615,'Horde Infra-green Bomber - Long'),(32513,57,7118.05,1354.57,333.155,'Horde Infra-green Bomber - Long'),(32513,58,7095.1,1336.85,333.92,'Horde Infra-green Bomber - Long'),(32513,59,7082.05,1313.63,335.456,'Horde Infra-green Bomber - Long'),(32513,60,7081.52,1280.37,338.251,'Horde Infra-green Bomber - Long'),(32513,61,7098.09,1251.42,340.588,'Horde Infra-green Bomber - Long'),(32513,62,7115.06,1235.56,342.192,'Horde Infra-green Bomber - Long'),(32513,63,7140.75,1236.72,344.987,'Horde Infra-green Bomber - Long'),(32513,64,7147.52,1246.17,345.62,'Horde Infra-green Bomber - Long'),(32513,65,7161.72,1280.15,359.42,'Horde Infra-green Bomber - Long'),(32513,66,7182.57,1286.26,358.761,'Horde Infra-green Bomber - Long'),(31279,11,6815.02,3481.96,685.798,'Father Kamaros'),(31279,12,6834.46,3479.52,690.412,'Father Kamaros'),(31279,13,6855.22,3476.92,693.003,'Father Kamaros'),(31279,14,6868.37,3478.1,694.185,'Father Kamaros'),(17877,46,255.729,8172.25,17.3989,'Fhwoor'),(17877,45,295.733,8153.19,18.3259,'Fhwoor'),(17877,44,313.609,8144.49,21.2908,'Fhwoor'),(17877,43,327.772,8134.22,18.3628,'Fhwoor'),(17877,42,343.39,8108.69,17.3774,'Fhwoor'),(17877,41,363.179,8107.19,18.4227,'Fhwoor'),(17877,40,399.292,8123.93,18.1522,'Fhwoor'),(17877,39,445.697,8128.57,20.4449,'Fhwoor'),(17877,38,473.615,8128.02,22.5122,'Fhwoor'),(30585,17,6733.84,1153.34,658.03,'ship'),(30585,16,6626.67,1136.81,649.669,'ship'),(30585,15,6466.61,1107.18,644.891,'ship'),(30585,14,6346.12,1060.05,631.336,'ship'),(3715800,9,5296.81,1986.27,732.414,'Quel\'Delar in HoR'),(3715800,8,5318.02,1988.14,733.196,'Quel\'Delar in HoR'),(29679,12,7677.31,-568.353,1717.85,'Hyldsmeet Proto-Drake'),(29679,13,7618.18,-499.276,1795.46,'Hyldsmeet Proto-Drake'),(29679,14,7566.79,-450.701,1859.32,'Hyldsmeet Proto-Drake'),(29736,26,8010,-1165.87,1155.76,'Stormcrest eagle, Fervor of the Frostborn'),(29736,27,8086.81,-1225.61,1198.79,'Stormcrest eagle, Fervor of the Frostborn'),(29736,28,8160.98,-1293.11,1262.01,'Stormcrest eagle, Fervor of the Frostborn'),(29736,29,8277.97,-1399.58,1290.87,'Stormcrest eagle, Fervor of the Frostborn'),(30316,5,7956.57,-2784.53,1145.02,''),(30316,6,8001.6,-2741.81,1147.89,''),(30331,15,7498.52,-3080.69,838.94,'King Jokkum'),(30331,16,7524.46,-3102.81,841.3,'King Jokkum'),(30331,17,7559.62,-3132.79,843.581,'King Jokkum'),(30331,18,7585.34,-3154.72,848.502,'King Jokkum'),(30331,19,7616.95,-3181.68,851.89,'King Jokkum'),(30331,20,7634.79,-3196.89,857.684,'King Jokkum'),(30331,21,7658.75,-3199.95,863.091,'King Jokkum'),(30134,46,7512.44,-1134.34,930.44,'Branns Flying Machine'),(30134,47,7551.88,-1164.28,947.309,'Branns Flying Machine'),(30134,48,7562.43,-1217.87,975.279,'Branns Flying Machine'),(30134,49,7549.23,-1261.85,974.489,'Branns Flying Machine'),(30134,50,7512.54,-1296.45,975.61,'Branns Flying Machine'),(30134,51,7463.49,-1308.57,975.33,'Branns Flying Machine'),(30134,52,7414.94,-1271.06,975.11,'Branns Flying Machine'),(30134,53,7362.76,-1191.58,975.35,'Branns Flying Machine'),(30134,54,7342.27,-1124.72,975.84,'Branns Flying Machine'),(30134,55,7315.89,-1023.21,975.24,'Branns Flying Machine'),(30134,56,7296.11,-956.256,975.61,'Branns Flying Machine'),(30134,57,7254.16,-862.892,975.247,'Branns Flying Machine'),(25729,4,3119.61,6593.75,91.3783,'Shadowstalker Getry'),(7956,18,-4525.93,807.485,60.0967,'Kindal Moonweaver'),(1842,51,2759.06,-1639.54,128.336,'Taelan Fordring'),(1842,52,2752.08,-1647.38,127.494,'Taelan Fordring'),(1842,53,2745.11,-1655.23,126.277,'Taelan Fordring'),(1842,54,2738.13,-1663.08,126.679,'Taelan Fordring'),(9598,29,6408.99,-1241.33,381.855,'Arei'),(9598,30,6429.26,-1235.84,386.28,'Arei'),(8284,49,-6603.96,-1915.83,244.205,'Dorius Stonetender'),(8284,50,-6592.88,-1919.32,244.152,'Dorius Stonetender'),(27328,1,4674.4,-3873.15,330.561,'Tur Ragepaw'),(31737,20,7276.39,1611.02,383.531,'Skybreaker Squad Leader'),(31833,13,7404.26,1825.32,428.076,'Korkron Squad Leader'),(23340,25,-4834.56,416.905,117.32,'Murg \"Oldie\" Muckjaw'),(23342,23,-4805.09,508.387,133.952,'Trope the Filth-Belcher'),(23344,30,-5009.11,-41.4904,140.305,'Corlok the Vet'),(23344,31,-5039.29,-101.374,133.709,'Corlok the Vet'),(23344,32,-5076.44,-110.698,133.671,'Corlok the Vet'),(23345,51,-5052.64,351.108,172.987,'Wing Commander Ichman'),(23345,52,-5033.05,379.481,174.407,'Wing Commander Ichman'),(23346,91,-4839.98,-31.9981,26.751,'Wing Commander Mulverick'),(23346,92,-4866.88,-28.3181,40.2276,'Wing Commander Mulverick'),(23346,93,-4851.33,-5.85707,22.9954,'Wing Commander Mulverick'),(23348,73,-4991.94,532.689,123.558,'Captain Skyshatter'),(23348,74,-5018.77,500.9,128.931,'Captain Skyshatter'),(23348,75,-5046,464.881,154.479,'Captain Skyshatter'),(23348,76,-5057.32,433.366,183.934,'Captain Skyshatter'),(23348,77,-5062.08,423.791,206.805,'Captain Skyshatter'),(23383,13,-4176.68,3049.94,344.072,'Skyguard Prisoner'),(20281,10,3013.88,2708.98,113.785,'Drijya'),(17982,29,-1969.44,-10682.9,111.712,'Demonitiolist Lagoso'),(17982,30,-1987.16,-10698,115.761,'Demonitiolist Lagoso'),(22432,35,-712.62,2751.28,105.144,'Colonel Jules'),(22990,8,-3577.9,425.75,29.02,'Akama'),(30315,1,7864.2,-1397.21,1538.33,''),(30315,2,7888.6,-1421.11,1535.86,''),(28948,8,6061.7,-1995.35,485.267,'malmortis'),(7998,11,-517.556,-106.826,-155.149,'Blastmaster Emi Shortfuse'),(1706,29,-8557.03,1038.48,57.4878,'Defias Prisoner'),(1706,28,-8563.31,1045.45,52.8141,'Defias Prisoner'),(1706,27,-8573.15,1058.37,44.4035,'Defias Prisoner'),(1706,26,-8580.91,1068.56,37.7707,'Defias Prisoner'),(1706,25,-8585.84,1075.02,36.1143,'Defias Prisoner'),(1706,24,-8590.12,1087.09,33.4427,'Defias Prisoner'),(1706,23,-8590.51,1096.39,30.0475,'Defias Prisoner'),(1706,22,-8587.77,1105.29,25.3006,'Defias Prisoner'),(1706,21,-8585.34,1111.78,21.284,'Defias Prisoner'),(1706,20,-8583.3,1117.22,17.9447,'Defias Prisoner'),(1706,19,-8581.11,1125.33,17.9446,'Defias Prisoner'),(1706,18,-8578.37,1135.47,17.949,'Defias Prisoner'),(1706,17,-8576.77,1149.38,18.0082,'Defias Prisoner'),(1706,16,-8575.66,1159.75,17.9452,'Defias Prisoner'),(1706,15,-8575.58,1161.6,18.4894,'Defias Prisoner'),(1706,14,-8575.38,1163.84,17.7088,'Defias Prisoner'),(1706,13,-8573.39,1175.27,17.7088,'Defias Prisoner'),(1706,12,-8574.82,1178.47,17.9033,'Defias Prisoner'),(1706,11,-8574.88,1186.66,11.3194,'Defias Prisoner'),(1706,10,-8575.2,1193.65,5.69794,'Defias Prisoner'),(1706,9,-8585.38,1215.41,5.12153,'Defias Prisoner'),(6729,3,-849.964,-469.231,-34.0381,'Morridune'),(287080,5,106.029,-539.906,-11.0803,'Pusillin path'),(287080,6,92.632,-544.772,-11.1469,'Pusillin path'),(287080,7,78.5392,-545.053,-15.2469,'Pusillin path'),(287080,8,67.4856,-547.887,-15.2466,'Pusillin path'),(287080,9,54.6709,-557.626,-19.4133,'Pusillin path'),(14353,14,824.079,482.416,37.3182,'Mizzle the Crafty'),(4508,35,2012.45,1549.48,79.93,'Willix the Importer'),(4508,36,2008.05,1554.92,80.44,'Willix the Importer'),(4508,37,2006.54,1562.72,81.11,'Willix the Importer'),(4508,38,2003.8,1576.43,81.57,'Willix the Importer'),(4508,39,2000.57,1590.06,80.62,'Willix the Importer'),(4508,40,1998.96,1596.87,80.22,'Willix the Importer'),(4508,41,1991.19,1600.82,79.39,'Willix the Importer'),(4508,42,1980.71,1601.44,79.77,'Willix the Importer'),(4508,43,1967.22,1600.18,80.62,'Willix the Importer'),(4508,44,1956.43,1596.97,81.75,'Willix the Importer'),(3678,14,-38.3566,306.239,-90.0192,'Disciple of Naralex'),(3678,15,-28.8928,312.842,-89.2155,'Disciple of Naralex'),(3678,16,-1.58198,296.127,-85.5984,'Disciple of Naralex'),(3678,17,9.89992,272.008,-85.7759,'Disciple of Naralex'),(3679,1,130.67,249.73,-89,'Naralex'),(25851,6,1614.78,593.407,84.98,'Volatile Fiend'),(25851,5,1637.52,577.188,85.0895,'Volatile Fiend'),(25851,4,1666.06,562.532,85.0835,'Volatile Fiend'),(25851,3,1678.34,548.748,85.1301,'Volatile Fiend'),(3850,5,-249.889,2142.31,86.972,'Sorcerer Ashcrombe'),(3850,4,-253.898,2130.87,81.179,'Sorcerer Ashcrombe'),(3849,5,-249.889,2142.31,86.972,'Deathstalker Adamant'),(3849,4,-253.898,2130.87,81.179,'Deathstalker Adamant'),(14325,28,530.395,590.878,-4.75474,'Captain Kromcrush'),(14325,27,541.924,591.274,-4.75472,'Captain Kromcrush'),(14325,26,554.713,592.016,-4.75472,'Captain Kromcrush'),(14325,25,561.059,586.839,-4.75472,'Captain Kromcrush'),(14325,24,570.117,579.449,-4.75472,'Captain Kromcrush'),(14325,23,579.319,572.239,-4.75472,'Captain Kromcrush'),(14325,22,586.087,561.363,-4.75472,'Captain Kromcrush'),(14325,21,586.003,551.835,0.763774,'Captain Kromcrush'),(14325,20,585.91,541.336,6.77017,'Captain Kromcrush'),(14325,19,586.155,535.531,6.77017,'Captain Kromcrush'),(14325,18,580.275,535.537,7.00246,'Captain Kromcrush'),(14325,17,569.495,535.547,12.787,'Captain Kromcrush'),(14353,5,756.941,480.616,28.1841,'Mizzle the Crafty'),(14353,4,752.258,480.473,28.1825,'Mizzle the Crafty'),(14241,5,9.04104,-286.418,-52.4165,'Ironbark the Redeemed'),(14241,4,-0.318176,-285.794,-52.9219,'Ironbark the Redeemed'),(17848,5,2114.83,160.142,52.4738,'Lieutenant Drake'),(17848,4,2107.76,138.746,52.5109,'Lieutenant Drake'),(17848,3,2106.7,114.753,53.1965,'Lieutenant Drake'),(17848,2,2111.01,93.8022,52.6356,'Lieutenant Drake'),(17848,1,2125.84,88.2535,54.883,'Lieutenant Drake'),(23030,5,799.62,898.133,104.047,'Dragonmaw Sky Stalker'),(23030,4,790.704,920.723,101.633,'Dragonmaw Sky Stalker'),(23030,3,768.054,931.133,100.247,'Dragonmaw Sky Stalker'),(23030,2,728.807,902.189,97.3182,'Dragonmaw Sky Stalker'),(23030,1,706.318,875.647,93.6386,'Dragonmaw Sky Stalker'),(23330,5,799.62,898.133,104.047,'Dragonmaw Wind Reaver'),(23330,4,790.704,920.723,101.633,'Dragonmaw Wind Reaver'),(23330,3,768.054,931.133,100.247,'Dragonmaw Wind Reaver'),(23330,2,728.807,902.189,97.3182,'Dragonmaw Wind Reaver'),(23330,1,706.318,875.647,93.6386,'Dragonmaw Wind Reaver'),(7998,12,-508.757,-103.227,-151.742,'Blastmaster Emi Shortfuse'),(1706,8,-8587.89,1220.72,5.63664,'Defias Prisoner'),(1706,7,-8592.91,1229.94,5.2311,'Defias Prisoner'),(1706,6,-8600.4,1244.67,5.70763,'Defias Prisoner'),(1706,5,-8608.1,1259.83,5.2324,'Defias Prisoner'),(1706,4,-8619.75,1282.73,5.2324,'Defias Prisoner'),(1706,3,-8631.9,1306.63,5.2324,'Defias Prisoner'),(1706,2,-8640.57,1323.19,5.25525,'Defias Prisoner'),(1706,1,-8641.35,1324.81,5.233,'Defias Prisoner'),(287080,10,50.4845,-565.069,-19.4122,'Pusillin path'),(4508,45,1954.87,1592.02,82.18,'Willix the Importer'),(4508,46,1948.35,1571.35,80.96,'Willix the Importer'),(4508,47,1947.02,1566.42,81.8,'Willix the Importer'),(3678,18,26.8162,259.218,-87.3938,'Disciple of Naralex'),(25851,2,1685.3,531.707,85.2726,'Volatile Fiend'),(25851,1,1691.8,513.581,85.272,'Volatile Fiend'),(7956,2,-4487.18,865.19,79.7406,'Kindal Moonweaver'),(11016,24,5052.57,-566.791,307.597,'Captured Arko\'narin'),(11016,23,5059.06,-564.179,309.646,'Captured Arko\'narin'),(11016,22,5060.11,-556.056,312.314,'Captured Arko\'narin'),(11016,21,5059.9,-551.441,313.222,'Captured Arko\'narin'),(11016,20,5063.51,-539.149,313.222,'Captured Arko\'narin'),(11016,19,5062.73,-531.066,313.222,'Captured Arko\'narin'),(11016,18,5058.4,-522.748,313.222,'Captured Arko\'narin'),(11016,17,5050.98,-519.271,313.222,'Captured Arko\'narin'),(11016,16,5036.49,-520.788,313.222,'Captured Arko\'narin'),(11016,15,5031.79,-510.085,314.483,'Captured Arko\'narin'),(11016,14,5028.92,-497.53,316.507,'Captured Arko\'narin'),(11016,13,5028.7,-487.032,318.17,'Captured Arko\'narin'),(11016,12,5029.19,-478.928,318.429,'Captured Arko\'narin'),(11016,11,5029.91,-473.162,319.025,'Captured Arko\'narin'),(11016,10,5024.96,-462.572,321.536,'Captured Arko\'narin'),(11016,9,5020.44,-461.323,321.97,'Captured Arko\'narin'),(11016,8,5012.58,-463.028,321.489,'Captured Arko\'narin'),(11016,7,5002.59,-466.031,320.017,'Captured Arko\'narin'),(11016,6,4994.75,-468.153,318.242,'Captured Arko\'narin'),(11016,5,4990.09,-467.608,317.526,'Captured Arko\'narin'),(11016,4,4988.5,-459.647,316.344,'Captured Arko\'narin'),(8284,11,-6961.39,-1700.4,240.744,'Dorius Stonetender'),(8284,10,-6971.87,-1711.4,241.999,'Dorius Stonetender'),(8284,9,-6973.37,-1715.84,243.68,'Dorius Stonetender'),(8284,8,-6974.22,-1720.38,243.028,'Dorius Stonetender'),(8284,7,-6976.7,-1724.36,241.667,'Dorius Stonetender'),(1379,10,-5696.12,-3561.47,307.576,'Miran'),(1379,9,-5703.01,-3547.99,305.502,'Miran'),(1379,8,-5711.49,-3531.41,304.855,'Miran'),(1379,7,-5718.41,-3517.89,302.778,'Miran'),(9520,28,-7994.28,-1337.43,133.873,'Grark Lorkrub'),(9520,27,-7970.54,-1358.25,132.992,'Grark Lorkrub'),(9520,26,-7953.69,-1383.53,133.842,'Grark Lorkrub'),(9520,25,-7939.55,-1410.33,134.285,'Grark Lorkrub'),(9520,24,-7922.01,-1421.89,139.826,'Grark Lorkrub'),(9520,23,-7907.22,-1425.34,148.423,'Grark Lorkrub'),(9520,22,-7900.4,-1426.93,150.278,'Grark Lorkrub'),(9520,21,-7888.35,-1431.28,145.097,'Grark Lorkrub'),(9520,20,-7868.73,-1461.69,144.758,'Grark Lorkrub'),(9520,19,-7855.2,-1476.25,143.78,'Grark Lorkrub'),(9520,18,-7849.8,-1470.22,141.082,'Grark Lorkrub'),(9520,17,-7839.92,-1470.88,137.256,'Grark Lorkrub'),(3850,3,-253.179,2127.41,81.179,'Sorcerer Ashcrombe'),(3850,2,-247.139,2124.89,81.179,'Sorcerer Ashcrombe'),(3850,1,-241.817,2122.9,81.179,'Sorcerer Ashcrombe'),(3849,3,-254.129,2123.45,81.179,'Deathstalker Adamant'),(3849,2,-255.049,2119.39,81.179,'Deathstalker Adamant'),(3849,1,-250.923,2116.26,81.179,'Deathstalker Adamant'),(14325,16,555.495,535.561,20.2991,'Captain Kromcrush'),(14325,15,540.375,535.512,27.9186,'Captain Kromcrush'),(14325,14,530.424,535.405,27.9172,'Captain Kromcrush'),(14325,13,518.734,535.279,27.9172,'Captain Kromcrush'),(14325,12,491.558,536.383,27.9146,'Captain Kromcrush'),(14325,11,491.037,527.088,27.9146,'Captain Kromcrush'),(14325,10,491.102,521.088,29.4627,'Captain Kromcrush'),(14325,9,491.32,509.647,29.4627,'Captain Kromcrush'),(14325,8,491.286,502.647,29.4627,'Captain Kromcrush'),(14325,7,491.359,492.078,29.4627,'Captain Kromcrush'),(14325,6,491.479,483.888,29.4627,'Captain Kromcrush'),(14325,5,500.594,481.992,29.4627,'Captain Kromcrush'),(14325,4,518.094,482.112,29.4627,'Captain Kromcrush'),(14325,3,539.093,482.256,29.4641,'Captain Kromcrush'),(14325,2,563.523,482.424,29.4641,'Captain Kromcrush'),(14325,1,584.522,482.568,29.4641,'Captain Kromcrush'),(14353,3,740.643,480.12,28.1821,'Mizzle the Crafty'),(14353,2,728.959,479.765,28.1802,'Mizzle the Crafty'),(14353,1,719.653,479.482,28.1793,'Mizzle the Crafty'),(14241,3,-15.9251,-281.058,-54.1125,'Ironbark the Redeemed'),(14241,2,-30.9334,-274.496,-55.8847,'Ironbark the Redeemed'),(14241,1,-42.4602,-268.908,-57.3032,'Ironbark the Redeemed'),(30470,17,6733.84,1153.34,658.03,'ship'),(30470,16,6626.67,1136.81,649.669,'ship'),(30470,15,6466.61,1107.18,644.891,'ship'),(30470,14,6346.12,1060.05,631.336,'ship'),(30470,13,6187.39,959.597,625.03,'ship'),(30470,12,6133.36,911.233,642.308,'ship'),(3715800,7,5329.63,2000.81,731.98,'Quel\'Delar in HoR'),(3715800,6,5330.45,2013.93,729.987,'Quel\'Delar in HoR'),(3715800,5,5322.97,2022.09,728.212,'Quel\'Delar in HoR'),(22432,6,-708.22,2742.91,103.904,'Colonel Jules'),(22432,5,-711.184,2742.27,103.904,'Colonel Jules'),(17877,37,505.911,8135.08,19.9296,'Fhwoor'),(17877,36,533.254,8141.06,22.2215,'Fhwoor'),(17877,35,550.27,8161.78,22.9976,'Fhwoor'),(17877,34,558.243,8158.7,23.6964,'Fhwoor'),(17877,33,521.832,8154.16,22.3108,'Fhwoor'),(17877,32,482.497,8150.01,20.1239,'Fhwoor'),(17877,31,465.283,8151.99,22.213,'Fhwoor'),(17877,30,444.048,8152.09,23.3402,'Fhwoor'),(17877,29,426.026,8158.55,19.1386,'Fhwoor'),(17877,28,413.746,8171.34,18.2933,'Fhwoor'),(17877,27,399.78,8183.96,18.2193,'Fhwoor'),(17877,26,387.559,8188.89,21.8357,'Fhwoor'),(17877,25,376.03,8188.09,23.8872,'Fhwoor'),(17877,24,367.487,8185.88,22.213,'Fhwoor'),(23340,26,-4893.15,382.526,135.45,'Murg \"Oldie\" Muckjaw'),(23340,27,-4967.23,399.009,122.802,'Murg \"Oldie\" Muckjaw'),(23340,28,-4989.25,440.067,108.982,'Murg \"Oldie\" Muckjaw'),(23340,29,-5016.5,476.014,110.362,'Murg \"Oldie\" Muckjaw'),(23340,30,-4997.99,521.923,109.513,'Murg \"Oldie\" Muckjaw'),(23340,31,-4953.36,544.093,114.784,'Murg \"Oldie\" Muckjaw'),(23340,32,-4907.47,550.216,119.754,'Murg \"Oldie\" Muckjaw'),(23342,24,-4791.09,450.373,125.99,'Trope the Filth-Belcher'),(23342,25,-4834.56,416.905,117.32,'Trope the Filth-Belcher'),(23342,26,-4893.15,382.526,135.45,'Trope the Filth-Belcher'),(23342,27,-4967.23,399.009,122.802,'Trope the Filth-Belcher'),(23342,28,-4989.25,440.067,108.982,'Trope the Filth-Belcher'),(23342,29,-5016.5,476.014,110.362,'Trope the Filth-Belcher'),(23342,30,-4997.99,521.923,109.513,'Trope the Filth-Belcher'),(23342,31,-4953.36,544.093,114.784,'Trope the Filth-Belcher'),(23344,33,-5110.74,-107.132,131.541,'Corlok the Vet'),(23344,34,-5160.48,-80.2224,127.582,'Corlok the Vet'),(23344,35,-5180.68,18.7902,130.192,'Corlok the Vet'),(23344,36,-5239.71,64.3641,125.863,'Corlok the Vet'),(23344,37,-5272.64,93.122,102.861,'Corlok the Vet'),(23344,38,-5299.94,147.154,102.599,'Corlok the Vet'),(23344,39,-5284.9,252.429,97.7294,'Corlok the Vet'),(23344,40,-5232.04,268.628,75.8885,'Corlok the Vet'),(23344,41,-5200.06,281.96,75.8803,'Corlok the Vet'),(23344,42,-5179.37,308.571,75.2391,'Corlok the Vet'),(23344,43,-5174.71,339.543,74.8148,'Corlok the Vet'),(23345,53,-5028.54,413.128,179.762,'Wing Commander Ichman'),(23345,54,-5017.09,484.101,168.921,'Wing Commander Ichman'),(23345,55,-5020.9,515.958,120.09,'Wing Commander Ichman'),(23345,56,-5062.5,521.002,97.215,'Wing Commander Ichman'),(23345,57,-5103.9,494.01,104.071,'Wing Commander Ichman'),(23345,58,-5151.95,462.724,111.081,'Wing Commander Ichman'),(23345,59,-5080.26,498.915,109.875,'Wing Commander Ichman'),(23345,60,-5157.65,450.443,106.745,'Wing Commander Ichman'),(23345,61,-5193.28,400.018,108.903,'Wing Commander Ichman'),(23345,62,-5189.23,370.25,113.73,'Wing Commander Ichman'),(23345,63,-5185.8,313.755,132.317,'Wing Commander Ichman'),(23345,64,-5195.96,278.514,132.06,'Wing Commander Ichman'),(23345,65,-5224.53,274.103,131.872,'Wing Commander Ichman'),(23345,66,-5271.16,332.176,120.293,'Wing Commander Ichman'),(23346,94,-4833.69,-31.3822,25.1184,'Wing Commander Mulverick'),(23346,95,-4874.32,-32.4778,69.1992,'Wing Commander Mulverick'),(23346,96,-4898.07,-42.3574,89.897,'Wing Commander Mulverick'),(23346,97,-4913.59,-54.3562,121.409,'Wing Commander Mulverick'),(23346,98,-4937.62,-54.5098,134.404,'Wing Commander Mulverick'),(23346,99,-4910.76,-34.7961,134.404,'Wing Commander Mulverick'),(23346,100,-4910.34,-64.4031,134.404,'Wing Commander Mulverick'),(23346,101,-4940.61,-38.7189,125.076,'Wing Commander Mulverick'),(23346,102,-4961.5,-28.9198,101.354,'Wing Commander Mulverick'),(23346,103,-4954.74,-7.93548,100.327,'Wing Commander Mulverick'),(23346,104,-4927.17,-6.05419,100.327,'Wing Commander Mulverick'),(23346,105,-4928.98,-37.9751,116.941,'Wing Commander Mulverick'),(23346,106,-4953.41,-22.5698,112.888,'Wing Commander Mulverick'),(23346,107,-4990.22,6.49273,102.639,'Wing Commander Mulverick'),(23346,108,-4961.07,48.5569,99.0104,'Wing Commander Mulverick'),(23346,109,-4945.81,79.1764,101.376,'Wing Commander Mulverick'),(23346,110,-4929.71,150.686,107.66,'Wing Commander Mulverick'),(23346,111,-4917.87,196.516,105.989,'Wing Commander Mulverick'),(23346,112,-4898.51,259.459,103.408,'Wing Commander Mulverick'),(23346,113,-4924.06,249.392,102.664,'Wing Commander Mulverick'),(23346,114,-4897.3,248.342,103.752,'Wing Commander Mulverick'),(23348,78,-5073.28,396.567,212.024,'Captain Skyshatter'),(23348,79,-5078.93,361.95,212.344,'Captain Skyshatter'),(23348,80,-5083.38,319.898,223.106,'Captain Skyshatter'),(23348,81,-5091.54,267.262,219.859,'Captain Skyshatter'),(23348,82,-5077.74,245.874,217.788,'Captain Skyshatter'),(23348,83,-5024.21,225.572,176.249,'Captain Skyshatter'),(23348,84,-4999.13,223.503,164.288,'Captain Skyshatter'),(23348,85,-4942.19,274.08,168.949,'Captain Skyshatter'),(23348,86,-4953.87,301.817,153.814,'Captain Skyshatter'),(23348,87,-4966.83,291.411,163.316,'Captain Skyshatter'),(23348,88,-4964.36,265.204,163.522,'Captain Skyshatter'),(23348,89,-4938.63,264.626,164.217,'Captain Skyshatter'),(23348,90,-4931.72,291.768,150.76,'Captain Skyshatter'),(23348,91,-4957.72,300.242,162.393,'Captain Skyshatter'),(23348,92,-4970.39,252.106,159.856,'Captain Skyshatter'),(23348,93,-4998.35,241.729,158.3,'Captain Skyshatter'),(23348,94,-4980.71,264.41,156.807,'Captain Skyshatter'),(23348,95,-5010.4,241.114,149.504,'Captain Skyshatter'),(23348,96,-5037.11,210.487,150.594,'Captain Skyshatter'),(23348,97,-5059.4,188.456,168.62,'Captain Skyshatter'),(23348,98,-5092.59,173.388,162.922,'Captain Skyshatter'),(23348,99,-5105.72,202.446,164.665,'Captain Skyshatter'),(23348,100,-5082.91,206.861,166.916,'Captain Skyshatter'),(23348,101,-5079.08,185.103,161.787,'Captain Skyshatter'),(23348,102,-5090.4,212.133,167.925,'Captain Skyshatter'),(23348,103,-5090.4,212.133,167.925,'Captain Skyshatter'),(23348,104,-5118.5,223.472,172.949,'Captain Skyshatter'),(23348,105,-5114.53,185.571,172.229,'Captain Skyshatter'),(23383,14,-4182.15,3056.03,344.146,'Skyguard Prisoner'),(23383,15,-4185.25,3060.86,344.157,'Skyguard Prisoner'),(23383,16,-4184.97,3062.4,344.152,'Skyguard Prisoner'),(23383,17,-4183.71,3065.44,342.625,'Skyguard Prisoner'),(20281,11,3002,2718.44,113.769,'Drijya'),(20281,12,3004.45,2727.35,114.311,'Drijya'),(20802,9,3910.8,2345.43,114.132,'Protectorate Demolitionist'),(20802,10,3885.74,2364.52,114.827,'Protectorate Demolitionist'),(20802,11,3874.4,2383.68,113.784,'Protectorate Demolitionist'),(17982,31,-1999.24,-10680.9,118.553,'Demonitiolist Lagoso'),(17982,32,-2015.61,-10658.1,124.647,'Demonitiolist Lagoso'),(17982,33,-2027.06,-10646.5,132.978,'Demonitiolist Lagoso'),(17982,34,-2040.68,-10632,143.522,'Demonitiolist Lagoso'),(17982,35,-2037.14,-10619.7,146.068,'Demonitiolist Lagoso'),(17982,36,-2025.22,-10608.5,150.267,'Demonitiolist Lagoso'),(17982,37,-2011.31,-10607.3,155.208,'Demonitiolist Lagoso'),(17982,38,-1992.39,-10613.1,161.93,'Demonitiolist Lagoso'),(22432,36,-709.074,2751.49,105.238,'Colonel Jules'),(22432,37,-708.597,2747.29,105.812,'Colonel Jules'),(22432,38,-712.156,2745.36,105.812,'Colonel Jules'),(22432,39,-708.514,2743.51,105.116,'Colonel Jules'),(22432,40,-707.708,2747.04,104.76,'Colonel Jules'),(22432,41,-710.911,2751.85,104.267,'Colonel Jules'),(22990,9,-3596.3,409.57,31.74,'Akama'),(25729,15,3122.13,6567.54,79.0694,'Shadowstalker Getry'),(27939,1,2946.24,7152.2,0,''),(27939,2,2931.26,7153.2,0,''),(27939,3,2916.46,7152.34,0,''),(27939,4,2897.57,7149.77,0,''),(27939,5,2878.1,7145.18,0,''),(27939,6,2866.07,7138.85,0,''),(27843,3,4529.1,48.2449,104.161,'Wyrmbait'),(27843,2,4529.72,21.8506,88.5466,'Wyrmbait'),(27843,1,4545.27,5.279,75.2562,'Wyrmbait'),(27247,9,2827.5,-472.139,128.524,'Devout Bodyguard'),(27247,8,2823,-471.411,124.312,'Devout Bodyguard'),(27247,7,2818.89,-469.552,119.842,'Devout Bodyguard'),(27247,6,2815.06,-465.838,119.616,'Devout Bodyguard'),(27247,5,2810.49,-469.102,119.617,'Devout Bodyguard'),(27247,4,2802.81,-476.778,119.617,'Devout Bodyguard'),(27247,3,2795.3,-483.051,119.79,'Devout Bodyguard'),(27247,2,2790.89,-486.461,119.618,'Devout Bodyguard'),(27247,1,2791.19,-489.913,119.618,'Devout Bodyguard'),(7997,1,-4532.84,808.158,60.024,'Captured Sprite Darter'),(7997,2,-4528.31,802.922,59.5333,'Captured Sprite Darter'),(7997,3,-4518.08,800.967,59.4521,'Captured Sprite Darter'),(1842,55,2732.03,-1674.53,126.673,'Taelan Fordring'),(1842,56,2725.5,-1682.87,126.414,'Taelan Fordring'),(1842,57,2717.98,-1692.7,126.476,'Taelan Fordring'),(1842,58,2713.38,-1700,125.79,'Taelan Fordring'),(1842,59,2703.08,-1714.3,122.214,'Taelan Fordring'),(1842,60,2694.95,-1729.79,117.559,'Taelan Fordring'),(1842,61,2689.65,-1745.97,112.656,'Taelan Fordring'),(1842,62,2689.05,-1763.33,106.147,'Taelan Fordring'),(1842,63,2690.09,-1774.06,102.238,'Taelan Fordring'),(1842,64,2691.45,-1786.18,97.3156,'Taelan Fordring'),(1842,65,2692.17,-1800.16,90.1386,'Taelan Fordring'),(1842,66,2692.7,-1810.65,85.387,'Taelan Fordring'),(1842,67,2697.55,-1818.24,81.7822,'Taelan Fordring'),(1842,68,2700.73,-1829.26,76.4334,'Taelan Fordring'),(9598,31,6449.47,-1230.37,391.948,'Arei'),(9598,32,6475.28,-1223.38,405.809,'Arei'),(9598,33,6495.55,-1217.89,417.411,'Arei'),(9598,34,6518.11,-1211.77,428.278,'Arei'),(9598,35,6533.3,-1211.69,434.861,'Arei'),(9598,36,6550.8,-1211.19,440.288,'Arei'),(9598,37,6569.47,-1210.87,442.945,'Arei'),(11018,33,4965.52,-429.775,325.037,'Arko\'narin'),(11018,34,4955.46,-421.852,326.826,'Arko\'narin'),(11018,35,4949.47,-407.892,328.057,'Arko\'narin'),(11018,36,4936.39,-400.308,330.817,'Arko\'narin'),(11018,37,4928.51,-398.061,332.164,'Arko\'narin'),(11018,38,4925.14,-397.1,333.147,'Arko\'narin'),(11018,39,4913.84,-394.113,333.605,'Arko\'narin'),(11018,40,4907.79,-395.824,333.384,'Arko\'narin'),(11018,41,4905.67,-396.371,335.019,'Arko\'narin'),(11018,42,4899.36,-395.377,337.026,'Arko\'narin'),(11018,43,4895.65,-390.903,338.662,'Arko\'narin'),(11018,44,4895.4,-383.908,340.59,'Arko\'narin'),(11018,45,4899.76,-380.062,342.202,'Arko\'narin'),(11018,46,4906.25,-379.16,344.018,'Arko\'narin'),(11018,47,4911.07,-382.763,345.661,'Arko\'narin'),(11018,48,4912.74,-388.328,347.233,'Arko\'narin'),(11018,49,4909.21,-394.303,349.082,'Arko\'narin'),(11018,50,4902.74,-396.962,350.984,'Arko\'narin'),(11018,51,4897.54,-394.369,351.814,'Arko\'narin'),(11018,52,4891.74,-393.963,351.815,'Arko\'narin'),(11018,53,4881.32,-395.247,351.591,'Arko\'narin'),(8284,51,-6572.35,-1923.48,244.152,'Dorius Stonetender'),(8284,52,-6551.56,-1931.24,244.151,'Dorius Stonetender'),(8284,53,-6528.76,-1943.08,244.151,'Dorius Stonetender'),(8284,54,-6509.06,-1953.3,244.151,'Dorius Stonetender'),(8284,55,-6484.21,-1966.2,244.151,'Dorius Stonetender'),(8284,56,-6461.49,-1975.08,244.267,'Dorius Stonetender'),(8284,57,-6444.5,-1979.29,244.423,'Dorius Stonetender'),(8284,58,-6432.82,-1979.66,245.315,'Dorius Stonetender'),(8284,59,-6414.18,-1981.05,247.111,'Dorius Stonetender'),(8284,60,-6401.38,-1981.34,247.193,'Dorius Stonetender'),(8284,61,-6388.25,-1984.19,246.733,'Dorius Stonetender'),(22432,4,-713.904,2746.49,104.331,'Colonel Jules'),(22432,3,-711.909,2750.3,104.14,'Colonel Jules'),(17877,23,352.245,8180.53,18.4126,'Fhwoor'),(17877,22,335.458,8177.15,18.1603,'Fhwoor'),(17877,21,318.232,8180.02,18.1585,'Fhwoor'),(17877,20,283.234,8202.8,22.1166,'Fhwoor'),(17877,19,271.605,8205.75,19.6679,'Fhwoor'),(17877,18,252.502,8210.68,18.7755,'Fhwoor'),(17877,17,239.977,8219.84,20.8419,'Fhwoor'),(17877,16,226.538,8231.74,20.0313,'Fhwoor'),(17877,15,211.22,8245.58,22.2009,'Fhwoor'),(17877,14,192.921,8262.22,18.615,'Fhwoor'),(17877,13,174.167,8290.19,18.5382,'Fhwoor'),(17877,12,170.066,8301.61,20.8413,'Fhwoor'),(17877,11,177.082,8326.46,20.7596,'Fhwoor'),(17877,10,171.686,8359.03,19.8141,'Fhwoor'),(17877,9,168.177,8383.75,20.5654,'Fhwoor'),(22114,30,2694.38,5745,-17.7616,'Huffer'),(22114,29,2693.66,5732.21,-17.13,'Huffer'),(22114,28,2691.36,5719.68,-16.3553,'Huffer'),(22114,27,2688.82,5705.91,-16.4175,'Huffer'),(22114,26,2685.65,5688.7,-15.4661,'Huffer'),(22114,25,2684.61,5672.42,-14.2476,'Huffer'),(22114,24,2687.17,5661.09,-13.6752,'Huffer'),(22114,23,2696.48,5647.7,-13.106,'Huffer'),(22114,22,2705.15,5635.22,-11.6887,'Huffer'),(22114,21,2709.06,5619.39,-10.5668,'Huffer'),(22114,20,2698.72,5603.96,-11.2757,'Huffer'),(22114,19,2692.25,5594.31,-11.1679,'Huffer'),(22114,18,2679.52,5592.87,-10.8915,'Huffer'),(22114,17,2669.58,5604.36,-11.4061,'Huffer'),(22114,16,2662.88,5613.93,-11.6684,'Huffer'),(22114,15,2662.18,5627.92,-11.9602,'Huffer'),(22114,14,2665.44,5642.68,-12.8722,'Huffer'),(22114,13,2670.8,5651.71,-13.4281,'Huffer'),(22114,12,2682.09,5654.45,-13.4994,'Huffer'),(22114,11,2694.08,5649.96,-13.28,'Huffer'),(29679,15,7521.65,-413.662,1919.56,'Hyldsmeet Proto-Drake'),(29679,16,7430.38,-404.684,1935.66,'Hyldsmeet Proto-Drake'),(29679,17,7414.28,-471.557,1935.11,'Hyldsmeet Proto-Drake'),(29679,18,7412.3,-532.338,1912.76,'Hyldsmeet Proto-Drake'),(29736,30,8358.14,-1513.07,1295.16,'Stormcrest eagle, Fervor of the Frostborn'),(29736,31,8460.52,-1657.36,1279.06,'Stormcrest eagle, Fervor of the Frostborn'),(29736,32,8495.3,-1730.74,1286.54,'Stormcrest eagle, Fervor of the Frostborn'),(29736,33,8503.7,-1766.98,1347.95,'Stormcrest eagle, Fervor of the Frostborn'),(29736,34,8516.63,-1822.82,1416.27,'Stormcrest eagle, Fervor of the Frostborn'),(29736,35,8521.68,-1899.55,1492.74,'Stormcrest eagle, Fervor of the Frostborn'),(30317,4,7466.96,-1844.15,1475.9,''),(30317,5,7466.96,-1844.15,1479.75,''),(30331,22,7683.63,-3207.91,867.18,'King Jokkum'),(30331,23,7704.78,-3225.94,864.689,'King Jokkum'),(30331,24,7738.87,-3228.98,861.609,'King Jokkum'),(30331,25,7761.33,-3223.75,864.271,'King Jokkum'),(30331,26,7789.46,-3225.95,860.885,'King Jokkum'),(30331,27,7810.3,-3224.93,858.222,'King Jokkum'),(30134,58,7236.03,-832.985,980.102,'Branns Flying Machine'),(30134,59,7170.3,-754.717,984.533,'Branns Flying Machine'),(30134,60,7123.3,-700.775,987.96,'Branns Flying Machine'),(30134,61,7108.32,-646.284,980.958,'Branns Flying Machine'),(30134,62,7104.87,-577.719,979.119,'Branns Flying Machine'),(30134,63,7107.84,-508.532,989.094,'Branns Flying Machine'),(30134,64,7105.65,-430.88,1001.47,'Branns Flying Machine'),(30134,65,7069.44,-374.405,1002.83,'Branns Flying Machine'),(30134,66,7015.51,-335.915,1001.89,'Branns Flying Machine'),(30134,67,6968.51,-318.774,1001.69,'Branns Flying Machine'),(30134,68,6899.87,-305.206,1001.71,'Branns Flying Machine'),(30134,69,6841.93,-298.241,1003.14,'Branns Flying Machine'),(30315,5,7924.52,-1384.23,1537.98,''),(30315,4,7857.51,-1363.63,1537,''),(30315,3,7888.11,-1426.91,1535.66,''),(28948,7,6086.62,-2000.3,485.095,'malmortis'),(28948,6,6121.99,-2053.64,484.782,'malmortis'),(28948,5,6159.67,-2107.64,485.085,'malmortis'),(28948,4,6250.13,-2050.53,484.875,'malmortis'),(28948,3,6263.43,-2031.08,485.075,'malmortis'),(287080,11,49.8745,-586.269,-23.5734,'Pusillin path'),(287080,12,49.3262,-636.426,-25.1286,'Pusillin path'),(430620,1,39.8513,-677.459,-25.1611,'Pusillin path'),(430620,2,11.7509,-698.469,-25.1611,'Pusillin path'),(430620,3,4.38368,-694.666,-25.1611,'Pusillin path'),(430620,4,4.88613,-671.499,-12.6426,'Pusillin path'),(430620,5,8.9517,-667.447,-12.6426,'Pusillin path'),(430620,6,13.0878,-672.124,-12.6426,'Pusillin path'),(430620,7,16.2925,-701.417,-12.6426,'Pusillin path'),(14353,15,822.14,481.904,37.3182,'Mizzle the Crafty'),(3678,19,49.1166,227.259,-88.3379,'Disciple of Naralex'),(3678,20,54.4171,209.316,-90,'Disciple of Naralex'),(3678,21,71.038,205.404,-93.0422,'Disciple of Naralex'),(3678,22,81.5941,212.832,-93.0154,'Disciple of Naralex'),(3678,23,94.3376,236.933,-95.8261,'Disciple of Naralex'),(3678,24,114.619,235.908,-96.0495,'Disciple of Naralex'),(3678,25,114.777,237.155,-96.0304,'Disciple of Naralex'),(23340,33,-4876.8,619.307,118.276,'Murg \"Oldie\" Muckjaw'),(23340,34,-4889.19,654.449,113.983,'Murg \"Oldie\" Muckjaw'),(23340,35,-4920.7,672.807,109.915,'Murg \"Oldie\" Muckjaw'),(23340,36,-4955.09,668.963,105.206,'Murg \"Oldie\" Muckjaw'),(23340,37,-5023.97,666.12,92.4113,'Murg \"Oldie\" Muckjaw'),(23340,38,-5071.54,665.305,89.4341,'Murg \"Oldie\" Muckjaw'),(23340,39,-5097.64,664.896,87.6522,'Murg \"Oldie\" Muckjaw'),(23342,32,-4907.47,550.216,119.754,'Trope the Filth-Belcher'),(23342,33,-4876.8,619.307,118.276,'Trope the Filth-Belcher'),(23342,34,-4889.19,654.449,113.983,'Trope the Filth-Belcher'),(23342,35,-4920.7,672.807,109.915,'Trope the Filth-Belcher'),(23342,36,-4955.09,668.963,105.206,'Trope the Filth-Belcher'),(23342,37,-5023.97,666.12,92.4113,'Trope the Filth-Belcher'),(23342,38,-5071.54,665.305,89.4341,'Trope the Filth-Belcher'),(23344,44,-5183.03,359.88,79.2474,'Corlok the Vet'),(23344,45,-5194.4,382.73,84.4609,'Corlok the Vet'),(23344,46,-5173.2,431.042,90.3253,'Corlok the Vet'),(23344,47,-5145.51,472.726,102.904,'Corlok the Vet'),(23344,48,-5100.07,500.221,103.275,'Corlok the Vet'),(23344,49,-5057.29,508.873,104.392,'Corlok the Vet'),(23344,50,-4998.65,529.313,111.632,'Corlok the Vet'),(23344,51,-4978.84,554.876,114.642,'Corlok the Vet'),(23344,52,-4956.67,599.9,108.723,'Corlok the Vet'),(23344,53,-4968.9,647.118,100.11,'Corlok the Vet'),(23344,54,-4988.58,659.373,98.5294,'Corlok the Vet'),(23345,67,-5284.09,392.53,121.367,'Wing Commander Ichman'),(23345,68,-5234.58,426.247,124.65,'Wing Commander Ichman'),(23345,69,-5204.57,440.941,125.71,'Wing Commander Ichman'),(23345,70,-5238.07,411.06,122.894,'Wing Commander Ichman'),(23345,71,-5154.52,497.25,110.277,'Wing Commander Ichman'),(23345,72,-5062.88,505.464,107.491,'Wing Commander Ichman'),(23345,73,-4998.45,523.002,102.513,'Wing Commander Ichman'),(23345,74,-5047.71,512.549,101.472,'Wing Commander Ichman'),(23345,75,-4975.4,546.978,98.4481,'Wing Commander Ichman'),(23345,76,-4940.06,582.665,93.8702,'Wing Commander Ichman'),(23345,77,-4936.29,629.309,91.3448,'Wing Commander Ichman'),(23345,78,-4986.95,667.351,96.8044,'Wing Commander Ichman'),(23345,79,-5036.81,665.996,92.8608,'Wing Commander Ichman'),(23346,115,-4877.38,298.139,108.219,'Wing Commander Mulverick'),(23346,116,-4862.92,327.174,106.609,'Wing Commander Mulverick'),(23346,117,-4852.86,372.216,102.541,'Wing Commander Mulverick'),(23346,118,-4856.24,433.69,96.3819,'Wing Commander Mulverick'),(23346,119,-4860.41,479.956,92.4403,'Wing Commander Mulverick'),(23346,120,-4873.13,528.395,98.0209,'Wing Commander Mulverick'),(23346,121,-4904.29,578.768,96.3431,'Wing Commander Mulverick'),(23346,122,-4950.79,636.883,96.0455,'Wing Commander Mulverick'),(23346,123,-4987.17,659.419,97.2334,'Wing Commander Mulverick'),(23346,124,-5085.9,662.095,98.4426,'Wing Commander Mulverick'),(23346,125,-5133.23,670.744,108.086,'Wing Commander Mulverick'),(23346,126,-5135.8,693.839,108.492,'Wing Commander Mulverick'),(23346,127,-5117.04,714.214,108.977,'Wing Commander Mulverick'),(23346,128,-5090.95,694.526,109.547,'Wing Commander Mulverick'),(23346,129,-5049.35,683.563,107.932,'Wing Commander Mulverick'),(23346,130,-4974.33,663.794,105.02,'Wing Commander Mulverick'),(23346,131,-4948.23,656.914,104.006,'Wing Commander Mulverick'),(23346,132,-4942.41,666.963,103.57,'Wing Commander Mulverick'),(23346,133,-4948.29,679.504,103.05,'Wing Commander Mulverick'),(23346,134,-4971.16,682.781,102.063,'Wing Commander Mulverick'),(23346,135,-4996.74,666.623,90.3214,'Wing Commander Mulverick'),(23348,106,-5086.57,177.489,165.926,'Captain Skyshatter'),(23348,107,-5104.78,204.471,162.304,'Captain Skyshatter'),(23348,108,-5100.53,240.85,172.979,'Captain Skyshatter'),(23348,109,-5100.42,211.319,159.459,'Captain Skyshatter'),(23348,110,-5099.75,238.598,185.354,'Captain Skyshatter'),(23348,111,-5100.56,184.533,166.588,'Captain Skyshatter'),(23348,112,-5099.49,223.17,183.528,'Captain Skyshatter'),(23348,113,-5098.72,251.22,184.03,'Captain Skyshatter'),(23348,114,-5102.87,221.21,170.16,'Captain Skyshatter'),(23348,115,-5103.02,176.81,149.762,'Captain Skyshatter'),(23348,116,-5125.85,178.913,170.682,'Captain Skyshatter'),(23348,117,-5105.31,221.506,177.608,'Captain Skyshatter'),(23348,118,-5077.74,257.581,188.335,'Captain Skyshatter'),(23348,119,-5054.87,298.941,202.73,'Captain Skyshatter'),(23348,120,-5025.86,320.998,195.272,'Captain Skyshatter'),(23348,121,-4985.94,354.82,187.078,'Captain Skyshatter'),(23348,122,-4965.83,393.094,212.127,'Captain Skyshatter'),(23348,123,-4936.18,440.955,223.817,'Captain Skyshatter'),(23348,124,-4915.47,486.716,162.626,'Captain Skyshatter'),(23348,125,-4907.49,506.496,137.118,'Captain Skyshatter'),(23348,126,-4909.6,542.633,125.838,'Captain Skyshatter'),(23348,127,-4918.57,610.449,132.913,'Captain Skyshatter'),(23348,128,-4929.68,650.715,119.914,'Captain Skyshatter'),(23348,129,-4970.79,659.978,103.462,'Captain Skyshatter'),(23348,130,-4997.78,664.189,97.2824,'Captain Skyshatter'),(23348,131,-4975.31,660.466,102.388,'Captain Skyshatter'),(23348,132,-4989.89,651.918,98.5794,'Captain Skyshatter'),(23383,18,-4181.35,3071.13,336.977,'Skyguard Prisoner'),(23383,19,-4179.91,3079.19,329.741,'Skyguard Prisoner'),(23383,20,-4178.71,3085.91,325.563,'Skyguard Prisoner'),(23383,21,-4178.18,3088.9,324.177,'Skyguard Prisoner'),(20281,13,2999.4,2718.94,113.782,'Drijya'),(20281,14,2987.64,2701.45,114.163,'Drijya'),(20802,12,3871.9,2360.65,114.97,'Protectorate Demolitionist'),(20802,13,3866.8,2341.7,115.65,'Protectorate Demolitionist'),(20802,14,3872.97,2321.61,114.52,'Protectorate Demolitionist'),(17982,39,-1974.92,-10614.2,163.961,'Demonitiolist Lagoso'),(17982,40,-1960.7,-10606.2,165.65,'Demonitiolist Lagoso'),(17982,41,-1955.2,-10593.3,169.77,'Demonitiolist Lagoso'),(17982,42,-1947,-10583.5,173.38,'Demonitiolist Lagoso'),(17982,43,-1938.43,-10573.9,176.35,'Demonitiolist Lagoso'),(17982,44,-1922.12,-10574.2,177.328,'Demonitiolist Lagoso'),(17982,45,-1914.39,-10582.9,178.386,'Demonitiolist Lagoso'),(17982,46,-1931.81,-10567.2,176.996,'Demonitiolist Lagoso'),(17982,47,-1947.93,-10560.4,177.82,'Demonitiolist Lagoso'),(22432,42,-714.12,2749.66,103.384,'Colonel Jules'),(22432,43,-713.635,2744.45,103.595,'Colonel Jules'),(22432,44,-710.211,2754.36,102.367,'Colonel Jules'),(22507,1,-711.317,2748.46,104.93,'Darkness Released'),(22507,2,-713.449,2745.72,105.2,'Darkness Released'),(22507,3,-712.575,2743.63,104.704,'Darkness Released'),(22507,4,-709.914,2743.95,104.46,'Darkness Released'),(22507,5,-708.159,2747.59,104.885,'Darkness Released'),(22990,10,-3597.12,369.52,35.27,'Akama'),(22990,11,-3600.23,350.08,38.9,'Akama'),(29679,19,7426.15,-556.076,1903.53,'Hyldsmeet Proto-Drake'),(29736,36,8518.14,-1954.8,1484.65,'Stormcrest eagle, Fervor of the Frostborn'),(30317,3,7493.96,-1883.6,1474.96,''),(30331,28,7823.98,-3227.92,857.631,'King Jokkum'),(30331,29,7841.33,-3239.76,853.416,'King Jokkum'),(30134,70,6794.33,-293.982,1004.08,'Branns Flying Machine'),(30134,71,6764.33,-294.547,1000.36,'Branns Flying Machine'),(22432,2,-710.557,2753.94,103.5,'Colonel Jules'),(17877,8,167.028,8394.64,23.6626,'Fhwoor'),(17877,7,170.883,8406.63,21.95,'Fhwoor'),(17877,6,183.095,8419.25,23.4617,'Fhwoor'),(17877,5,188.792,8428.69,22.4734,'Fhwoor'),(17877,4,197.541,8444.16,24.9263,'Fhwoor'),(22114,10,2700.85,5633.74,-11.8703,'Huffer'),(22114,9,2705.78,5621.92,-10.6646,'Huffer'),(22114,8,2702.29,5610.76,-10.9346,'Huffer'),(22114,7,2694.81,5596.28,-11.2027,'Huffer'),(22114,6,2685.25,5584.48,-10.6681,'Huffer'),(22114,5,2674.71,5577.68,-10.6751,'Huffer'),(22114,4,2674.67,5590.49,-10.7295,'Huffer'),(31406,44,7555.27,1497.66,401.862,'Alliance Infra-green Bomber - Short'),(31406,45,7523.53,1511.46,421.102,'Alliance Infra-green Bomber - Short'),(31406,46,7489.08,1510.24,431.514,'Alliance Infra-green Bomber - Short'),(31406,47,7477.76,1486.37,435.962,'Alliance Infra-green Bomber - Short'),(31406,48,7498.74,1445.82,440.44,'Alliance Infra-green Bomber - Short'),(31406,49,7532.11,1412.9,448.849,'Alliance Infra-green Bomber - Short'),(31406,50,7563.08,1404.79,453.795,'Alliance Infra-green Bomber - Short'),(31406,51,7601.4,1415.79,458.653,'Alliance Infra-green Bomber - Short'),(31406,52,7626.93,1435.78,461.89,'Alliance Infra-green Bomber - Short'),(32512,68,7202,1246.16,364.335,'Alliance Infra-green Bomber - Long'),(32512,69,7228.05,1205.15,374.81,'Alliance Infra-green Bomber - Long'),(32512,70,7257.44,1201,379.775,'Alliance Infra-green Bomber - Long'),(32512,71,7283.25,1207.12,383.432,'Alliance Infra-green Bomber - Long'),(32512,72,7313.53,1231.6,386.708,'Alliance Infra-green Bomber - Long'),(32512,73,7320.05,1252.78,386.454,'Alliance Infra-green Bomber - Long'),(32512,74,7325.5,1287.34,385.663,'Alliance Infra-green Bomber - Long'),(32512,75,7336.36,1325.32,386.77,'Alliance Infra-green Bomber - Long'),(32512,76,7358.37,1348.92,389.222,'Alliance Infra-green Bomber - Long'),(32512,77,7377.21,1357.82,390.506,'Alliance Infra-green Bomber - Long'),(32512,78,7411,1366.82,391.944,'Alliance Infra-green Bomber - Long'),(32512,79,7478.71,1383.7,396.844,'Alliance Infra-green Bomber - Long'),(32512,80,7508.38,1396.75,399.75,'Alliance Infra-green Bomber - Long'),(32512,81,7549.64,1435.9,402.703,'Alliance Infra-green Bomber - Long'),(32512,82,7579.53,1488.62,405.454,'Alliance Infra-green Bomber - Long'),(31838,48,7498.74,1445.82,440.44,'Horde Infra-green Bomber - Short'),(31838,49,7532.11,1412.9,448.849,'Horde Infra-green Bomber - Short'),(31838,50,7563.08,1404.79,453.795,'Horde Infra-green Bomber - Short'),(31838,51,7601.4,1415.79,458.653,'Horde Infra-green Bomber - Short'),(31838,52,7626.93,1435.78,461.89,'Horde Infra-green Bomber - Short'),(31838,53,7641.68,1453.63,464.418,'Horde Infra-green Bomber - Short'),(31838,54,7660.38,1501.85,472.969,'Horde Infra-green Bomber - Short'),(31838,55,7668.88,1535.63,476.438,'Horde Infra-green Bomber - Short'),(32513,67,7190.92,1275.2,359.311,'Horde Infra-green Bomber - Long'),(32513,68,7202,1246.16,364.335,'Horde Infra-green Bomber - Long'),(32513,69,7228.05,1205.15,374.81,'Horde Infra-green Bomber - Long'),(32513,70,7257.44,1201,379.775,'Horde Infra-green Bomber - Long'),(32513,71,7283.25,1207.12,383.432,'Horde Infra-green Bomber - Long'),(32513,72,7313.53,1231.6,386.708,'Horde Infra-green Bomber - Long'),(32513,73,7320.05,1252.78,386.454,'Horde Infra-green Bomber - Long'),(32513,74,7325.5,1287.34,385.663,'Horde Infra-green Bomber - Long'),(32513,75,7336.36,1325.32,386.77,'Horde Infra-green Bomber - Long'),(32513,76,7358.37,1348.92,389.222,'Horde Infra-green Bomber - Long'),(32513,77,7377.21,1357.82,390.506,'Horde Infra-green Bomber - Long'),(32513,78,7411,1366.82,391.944,'Horde Infra-green Bomber - Long'),(32513,79,7478.71,1383.7,396.844,'Horde Infra-green Bomber - Long'),(32513,80,7508.38,1396.75,399.75,'Horde Infra-green Bomber - Long'),(31279,15,6884.62,3479.55,696.186,'Father Kamaros'),(31279,16,6908.83,3479.78,700.914,'Father Kamaros'),(7956,1,-4483.36,862.535,74.6013,'Kindal Moonweaver'),(11016,3,4989.93,-451.582,316.695,'Captured Arko\'narin'),(11016,2,4992.55,-445.091,317.492,'Captured Arko\'narin'),(11016,1,5004.39,-440.218,319.059,'Captured Arko\'narin'),(8284,1,-7006.92,-1744,234.1,'Dorius Stonetender'),(1379,2,-5754.53,-3447.25,303.322,'Miran'),(1379,1,-5759.31,-3437.9,305.068,'Miran'),(9520,4,-7675.08,-1464.91,140.743,'Grark Lorkrub'),(8284,6,-6983.94,-1734.93,241.622,'Dorius Stonetender'),(8284,5,-6991.56,-1734.18,239.239,'Dorius Stonetender'),(8284,4,-7001.05,-1727.62,235.274,'Dorius Stonetender'),(8284,3,-7005.47,-1724.57,234.099,'Dorius Stonetender'),(8284,2,-7007.75,-1732.05,234.099,'Dorius Stonetender'),(1379,6,-5723.29,-3508.34,304.204,'Miran'),(1379,5,-5730.17,-3494.88,301.962,'Miran'),(1379,4,-5739.16,-3477.3,301.651,'Miran'),(1379,3,-5747.61,-3460.78,301.841,'Miran'),(9520,16,-7828.02,-1480.21,137.011,'Grark Lorkrub'),(9520,15,-7819.76,-1484.64,133.606,'Grark Lorkrub'),(9520,14,-7788.9,-1488.91,133.549,'Grark Lorkrub'),(9520,13,-7768.01,-1491.07,133.465,'Grark Lorkrub'),(9520,12,-7752.84,-1497.24,133.278,'Grark Lorkrub'),(9520,11,-7738.77,-1502.96,131.835,'Grark Lorkrub'),(9520,10,-7726.4,-1499.25,133.572,'Grark Lorkrub'),(9520,9,-7718.34,-1483.8,140.127,'Grark Lorkrub'),(9520,8,-7711.3,-1470.41,140.792,'Grark Lorkrub'),(9520,7,-7708.68,-1472.19,140.795,'Grark Lorkrub'),(9520,6,-7695.94,-1473.56,140.794,'Grark Lorkrub'),(9520,5,-7682.24,-1470.96,140.732,'Grark Lorkrub'),(31737,19,7263.68,1612.56,382.778,'Skybreaker Squad Leader'),(31737,18,7254.52,1610.92,383.888,'Skybreaker Squad Leader'),(31737,17,7244.61,1604.73,382.654,'Skybreaker Squad Leader'),(31737,16,7231.53,1599.71,380.835,'Skybreaker Squad Leader'),(31737,15,7221.28,1597.79,379.132,'Skybreaker Squad Leader'),(31737,14,7220.19,1589.6,377.672,'Skybreaker Squad Leader'),(31833,12,7408.84,1838.55,424.703,'Korkron Squad Leader'),(31833,11,7414.68,1845.89,419.947,'Korkron Squad Leader'),(31833,10,7425.28,1845.93,411.936,'Korkron Squad Leader'),(31833,9,7435.62,1845.03,403.664,'Korkron Squad Leader'),(23340,40,-5098.6,652.373,87.5737,'Murg \"Oldie\" Muckjaw'),(23340,41,-5096.05,644.517,87.2189,'Murg \"Oldie\" Muckjaw'),(23342,39,-5097.64,664.896,87.6522,'Trope the Filth-Belcher'),(23342,40,-5098.6,652.373,87.5737,'Trope the Filth-Belcher'),(23344,55,-5037.48,662.584,92.5092,'Corlok the Vet'),(23344,56,-5065.82,664.006,89.5423,'Corlok the Vet'),(23344,57,-5102.95,662.805,87.425,'Corlok the Vet'),(23344,58,-5094.39,643.476,87.2949,'Corlok the Vet'),(23345,80,-5079.51,664.887,89.0742,'Wing Commander Ichman'),(23345,81,-5094.95,663.808,87.6571,'Wing Commander Ichman'),(23345,82,-5100.96,648.648,87.1004,'Wing Commander Ichman'),(23346,136,-5058.53,664.951,89.5705,'Wing Commander Mulverick'),(23346,137,-5087.64,664.358,88.4531,'Wing Commander Mulverick'),(23346,138,-5102.46,655.182,87.3748,'Wing Commander Mulverick'),(23346,139,-5097.11,643.767,87.1566,'Wing Commander Mulverick'),(23348,133,-5002.25,668.847,93.8366,'Captain Skyshatter'),(23348,134,-4985.44,684.705,94.677,'Captain Skyshatter'),(23348,135,-4966.06,661.69,98.2438,'Captain Skyshatter'),(23348,136,-4989.44,661.463,99.1368,'Captain Skyshatter'),(23348,137,-5064.1,665.918,89.5543,'Captain Skyshatter'),(23348,138,-5084.8,665.122,88.5924,'Captain Skyshatter'),(23348,139,-5099,664.576,87.2931,'Captain Skyshatter'),(23383,22,-4175.07,3094.67,323.426,'Skyguard Prisoner'),(20281,15,2968.07,2672.37,116.821,'Drijya'),(20802,15,3866.8,2341.7,115.65,'Protectorate Demolitionist'),(17982,48,-1958.11,-10562.9,177.4,'Demonitiolist Lagoso'),(17982,49,-1954.48,-10560.9,177.537,'Demonitiolist Lagoso'),(22507,6,-708.617,2750.27,105.226,'Darkness Released'),(22990,12,-3644.38,316.13,35.17,'Akama'),(31406,53,7641.68,1453.63,464.418,'Alliance Infra-green Bomber - Short'),(31406,54,7660.38,1501.85,472.969,'Alliance Infra-green Bomber - Short'),(32512,83,7594.04,1530.21,405.995,'Alliance Infra-green Bomber - Long'),(32512,84,7597.78,1580.15,406.863,'Alliance Infra-green Bomber - Long'),(32512,85,7599.84,1629.51,398.177,'Alliance Infra-green Bomber - Long'),(31838,56,7676.59,1569.65,479.256,'Horde Infra-green Bomber - Short'),(31838,57,7685.44,1599.73,482.085,'Horde Infra-green Bomber - Short'),(32513,81,7549.64,1435.9,402.703,'Horde Infra-green Bomber - Long'),(32513,82,7579.53,1488.62,405.454,'Horde Infra-green Bomber - Long'),(32513,83,7594.04,1530.21,405.995,'Horde Infra-green Bomber - Long'),(32513,84,7597.78,1580.15,406.863,'Horde Infra-green Bomber - Long'),(31279,17,6933.08,3477.59,706.439,'Father Kamaros'),(25729,3,3113.44,6592.44,91.3642,'Shadowstalker Getry'),(25729,2,3110.1,6586.86,91.3752,'Shadowstalker Getry'),(26170,1,3700.08,3574.54,473.322,'Thassarin'),(28948,2,6239.19,-2000.98,484.92,'malmortis'),(28948,1,6236.44,-1977.78,484.782,'malmortis'),(20071,15,4307.3,2140.1,129.336,'Wind Trader Marid'),(20071,14,4310.42,2147.52,127.422,'Wind Trader Marid'),(20071,13,4316.23,2156.77,123.907,'Wind Trader Marid'),(20071,12,4316.97,2162.18,120.626,'Wind Trader Marid'),(20071,11,4313.72,2167.93,118.03,'Wind Trader Marid'),(20071,10,4315.18,2173.19,118.304,'Wind Trader Marid'),(20071,9,4318.19,2181.1,116.967,'Wind Trader Marid'),(20071,8,4316.16,2187.62,114.884,'Wind Trader Marid'),(20071,7,4313.26,2192.73,117.658,'Wind Trader Marid'),(20071,6,4307.42,2196.81,119.483,'Wind Trader Marid'),(20071,5,4302.43,2205.13,120.59,'Wind Trader Marid'),(20071,4,4295.08,2207.17,119.304,'Wind Trader Marid'),(22432,1,-709.65,2753.99,103.5,'Colonel Jules'),(17877,3,207.395,8459.58,25.083,'Fhwoor'),(17877,2,215.654,8469.71,22.7522,'Fhwoor'),(22114,3,2673.08,5603.2,-11.4078,'Huffer'),(22114,2,2665.75,5613.67,-11.8282,'Huffer'),(7998,13,-512.396,-86.3113,-151.642,'Blastmaster Emi Shortfuse'),(7998,14,-520.928,-117.679,-156.119,'Blastmaster Emi Shortfuse'),(7998,15,-521.717,-119.564,-156.114,'Blastmaster Emi Shortfuse'),(30470,11,6089.87,824.184,663.057,'ship'),(30470,10,6077.21,796.139,663.057,'ship'),(30470,9,6055.09,766.575,663.057,'ship'),(30470,8,5987.02,725.128,673.53,'ship'),(30470,7,5954.68,688.565,678.141,'ship'),(30470,6,5936.38,642.625,682.418,'ship'),(30470,5,5897.43,586.118,689.667,'ship'),(30470,4,5865.83,544.756,689.667,'ship'),(30470,3,5845.6,505.766,677.9,'ship'),(30470,2,5835.36,490.093,669.25,'ship'),(3715800,4,5304.64,2024.97,724.804,'Quel\'Delar in HoR'),(3715800,3,5293.66,2022.44,721.733,'Quel\'Delar in HoR'),(3715800,2,5287.78,2012.3,718.648,'Quel\'Delar in HoR'),(3715800,1,5288.35,2001.96,715.839,'Quel\'Delar in HoR'),(31737,13,7223.12,1584.65,374.247,'Skybreaker Squad Leader'),(31833,8,7445.41,1839.45,397.161,'Korkron Squad Leader'),(30316,2,7993.06,-2725.04,1137.29,''),(30318,1,8180.27,-1959.35,1740.65,''),(27328,17,4845.89,-3835.52,338.634,'Tur Ragepaw'),(27328,18,4859.34,-3842.23,338.559,'Tur Ragepaw'),(27328,19,4887.68,-3843.54,337.535,'Tur Ragepaw'),(32512,86,7600.09,1641.16,397.327,'Alliance Infra-green Bomber - Long'),(32513,85,7599.84,1629.51,398.177,'Horde Infra-green Bomber - Long'),(31279,18,6952.38,3473.44,709.679,'Father Kamaros'),(23342,41,-5096.05,644.517,87.2189,'Trope the Filth-Belcher'),(23345,83,-5084.34,638.799,86.9905,'Wing Commander Ichman'),(23346,140,-5080.96,641.855,86.9403,'Wing Commander Mulverick'),(23348,140,-5097.66,650.922,87.2361,'Captain Skyshatter'),(23348,141,-5093.08,642.734,86.9699,'Captain Skyshatter'),(25729,16,3124.17,6554.2,78.9804,'Shadowstalker Getry'),(27939,7,2852.79,7128.81,0,''),(27939,8,2839.89,7115.62,0,''),(27939,9,2828.82,7100.94,0,''),(19671,93,-66.5686,-88.659,-1.2151,'Cryo-Engineer Sha\'heen'),(19671,92,-66.9464,-97.3905,-1.20982,'Cryo-Engineer Sha\'heen'),(19671,91,-67.2435,-105.785,-1.65685,'Cryo-Engineer Sha\'heen'),(19671,90,-67.5068,-112.059,-0.653647,'Cryo-Engineer Sha\'heen'),(19671,89,-67.4755,-120.102,-1.32219,'Cryo-Engineer Sha\'heen'),(19671,88,-67.476,-131.316,-1.1366,'Cryo-Engineer Sha\'heen'),(19671,87,-67.5877,-142.865,-0.955752,'Cryo-Engineer Sha\'heen'),(19671,86,-67.4233,-156.871,-0.955752,'Cryo-Engineer Sha\'heen'),(19671,85,-67.2919,-168.063,-0.955841,'Cryo-Engineer Sha\'heen'),(19671,84,-67.2302,-173.313,-0.975207,'Cryo-Engineer Sha\'heen'),(19671,83,-67.2564,-182.048,-1.49876,'Cryo-Engineer Sha\'heen'),(19671,82,-67.5291,-189.75,-1.91727,'Cryo-Engineer Sha\'heen'),(19671,81,-67.7765,-196.739,-1.96199,'Cryo-Engineer Sha\'heen'),(19671,80,-67.8879,-199.887,-0.644729,'Cryo-Engineer Sha\'heen'),(19671,79,-67.9993,-203.035,-0.507698,'Cryo-Engineer Sha\'heen'),(19671,78,-68.7573,-211.4,-0.272352,'Cryo-Engineer Sha\'heen'),(19671,77,-59.6136,-217.254,0.17109,'Cryo-Engineer Sha\'heen'),(19671,76,-48.0824,-220.058,-0.0237211,'Cryo-Engineer Sha\'heen'),(19671,75,-38.0775,-221.726,-0.303824,'Cryo-Engineer Sha\'heen'),(19671,74,-28.0595,-223.313,0.0938897,'Cryo-Engineer Sha\'heen'),(19671,73,-17.9018,-222.954,0.620031,'Cryo-Engineer Sha\'heen'),(19671,72,-14.0612,-222.818,1.01445,'Cryo-Engineer Sha\'heen'),(19671,71,-17.0706,-223.207,0.688721,'Cryo-Engineer Sha\'heen'),(19671,70,-26.4821,-224.059,0.183233,'Cryo-Engineer Sha\'heen'),(19671,69,-37.6942,-224.026,-0.370049,'Cryo-Engineer Sha\'heen'),(19671,68,-48.1808,-223.498,-0.118748,'Cryo-Engineer Sha\'heen'),(19671,67,-59.7134,-222.863,0.121823,'Cryo-Engineer Sha\'heen'),(19671,66,-69.8212,-222.307,-0.225875,'Cryo-Engineer Sha\'heen'),(19671,65,-74.0211,-222.339,-0.169972,'Cryo-Engineer Sha\'heen'),(19671,64,-85.2324,-222.578,-0.392579,'Cryo-Engineer Sha\'heen'),(19671,63,-94.6789,-222.838,-0.67855,'Cryo-Engineer Sha\'heen'),(19671,62,-101.672,-222.865,-0.578372,'Cryo-Engineer Sha\'heen'),(19671,61,-111.458,-222.903,0.22694,'Cryo-Engineer Sha\'heen'),(19671,60,-120.551,-222.945,0.271436,'Cryo-Engineer Sha\'heen'),(19671,59,-125.465,-222.984,1.3118,'Cryo-Engineer Sha\'heen'),(19671,58,-132.457,-223.066,0.889542,'Cryo-Engineer Sha\'heen'),(19671,57,-138.064,-223.132,0.0706656,'Cryo-Engineer Sha\'heen'),(19671,56,-147.87,-223.209,-0.756992,'Cryo-Engineer Sha\'heen'),(19671,55,-155.911,-223.271,-0.947958,'Cryo-Engineer Sha\'heen'),(19671,54,-166.411,-223.319,-0.955504,'Cryo-Engineer Sha\'heen'),(19671,53,-174.475,-223.287,-0.955504,'Cryo-Engineer Sha\'heen'),(19671,52,-179.389,-223.268,-0.955504,'Cryo-Engineer Sha\'heen'),(19671,51,-191.275,-223.174,-0.955504,'Cryo-Engineer Sha\'heen'),(19671,50,-198.861,-221.819,-0.729239,'Cryo-Engineer Sha\'heen'),(19671,49,-205.189,-215.289,0.20156,'Cryo-Engineer Sha\'heen'),(19671,48,-212.248,-208.005,0.713021,'Cryo-Engineer Sha\'heen'),(19671,47,-217.363,-202.727,0.287965,'Cryo-Engineer Sha\'heen'),(19671,46,-222.477,-197.448,-0.398852,'Cryo-Engineer Sha\'heen'),(19671,45,-228.82,-190.903,-0.953759,'Cryo-Engineer Sha\'heen'),(19671,44,-234.175,-181.075,-0.953709,'Cryo-Engineer Sha\'heen'),(19671,43,-238.44,-173.021,-0.953709,'Cryo-Engineer Sha\'heen'),(19671,42,-240.562,-169.012,-0.953709,'Cryo-Engineer Sha\'heen'),(19671,41,-242.399,-164.477,-0.867038,'Cryo-Engineer Sha\'heen'),(19671,40,-246.845,-162.432,-0.953236,'Cryo-Engineer Sha\'heen'),(19671,39,-254.832,-161.486,-0.953236,'Cryo-Engineer Sha\'heen'),(19671,38,-260.4,-160.827,-1.15989,'Cryo-Engineer Sha\'heen'),(19671,37,-260.544,-158.374,-1.17304,'Cryo-Engineer Sha\'heen'),(19671,36,-267.396,-159.877,-1.79642,'Cryo-Engineer Sha\'heen'),(19671,35,-273.836,-161.477,-2.48206,'Cryo-Engineer Sha\'heen'),(19671,34,-280.377,-173.049,-1.8534,'Cryo-Engineer Sha\'heen'),(19671,33,-284.51,-180.362,-1.33409,'Cryo-Engineer Sha\'heen'),(19671,32,-291.029,-189.044,-1.00723,'Cryo-Engineer Sha\'heen'),(19671,31,-294.812,-194.082,-0.94909,'Cryo-Engineer Sha\'heen'),(19671,30,-301.831,-202.365,-0.97953,'Cryo-Engineer Sha\'heen'),(19671,29,-307.607,-213.182,-0.933042,'Cryo-Engineer Sha\'heen'),(19671,28,-312.918,-220.998,-0.94947,'Cryo-Engineer Sha\'heen'),(19671,27,-322.276,-223.677,-0.958344,'Cryo-Engineer Sha\'heen'),(19671,26,-334.183,-223.583,-0.958623,'Cryo-Engineer Sha\'heen'),(19671,25,-346.425,-223.679,-0.958623,'Cryo-Engineer Sha\'heen'),(19671,24,-362.175,-223.75,-0.958623,'Cryo-Engineer Sha\'heen'),(19671,23,-372.674,-223.626,-0.958623,'Cryo-Engineer Sha\'heen'),(19671,22,-373.059,-211.368,-0.959759,'Cryo-Engineer Sha\'heen'),(19671,21,-373.4,-200.517,-0.959759,'Cryo-Engineer Sha\'heen'),(19671,20,-373.631,-193.17,-0.962749,'Cryo-Engineer Sha\'heen'),(19671,19,-375.329,-184.594,-0.97348,'Cryo-Engineer Sha\'heen'),(19671,18,-379.523,-174.58,-0.958753,'Cryo-Engineer Sha\'heen'),(19671,17,-382.273,-165.565,-0.958753,'Cryo-Engineer Sha\'heen'),(19671,16,-379.775,-164.71,-0.165154,'Cryo-Engineer Sha\'heen'),(19671,15,-375.111,-164.235,0.715806,'Cryo-Engineer Sha\'heen'),(19671,14,-379.066,-164.216,-0.113683,'Cryo-Engineer Sha\'heen'),(19671,13,-381.165,-164.186,-0.957979,'Cryo-Engineer Sha\'heen'),(19671,12,-380.818,-159.285,-0.954232,'Cryo-Engineer Sha\'heen'),(19671,11,-377.447,-154.805,-0.958742,'Cryo-Engineer Sha\'heen'),(19671,10,-373.605,-151.226,-0.958742,'Cryo-Engineer Sha\'heen'),(19671,9,-372.931,-139.675,-0.958742,'Cryo-Engineer Sha\'heen'),(19671,8,-372.988,-125.175,-0.958742,'Cryo-Engineer Sha\'heen'),(19671,7,-373.017,-113.626,-0.958742,'Cryo-Engineer Sha\'heen'),(19671,6,-372.956,-102.076,-0.958742,'Cryo-Engineer Sha\'heen'),(19671,5,-372.478,-93.9698,-0.958742,'Cryo-Engineer Sha\'heen'),(19671,4,-362.02,-71.05,-0.958,'Cryo-Engineer Sha\'heen'),(19671,3,-370.07,-72.54,0.55,'Cryo-Engineer Sha\'heen'),(19671,2,-366.06,-71.81,-0.958,'Cryo-Engineer Sha\'heen'),(19671,1,-351.789,-69.8332,-0.960246,'Cryo-Engineer Sha\'heen'),(25729,1,3111.1,6580.77,94.8496,'Shadowstalker Getry'),(32602,6,5804.38,425.957,658.787,'Dalaran Visitor'),(32602,5,5802.57,402.222,664.969,'Dalaran Visitor'),(32602,4,5816.48,350.5,668.479,'Dalaran Visitor'),(32602,3,5826.04,316.863,669.909,'Dalaran Visitor'),(32602,2,5834.95,283.034,670.949,'Dalaran Visitor'),(32602,1,5843.6,249.131,671.836,'Dalaran Visitor'),(32601,8,5827.39,436.338,659.402,'Dalaran Visitor'),(32601,7,5829.2,430.961,660.949,'Dalaran Visitor'),(32601,6,5823.94,406.387,666.15,'Dalaran Visitor'),(32601,5,5802.1,371.188,671.09,'Dalaran Visitor'),(32601,4,5789.12,356.173,672.099,'Dalaran Visitor'),(32601,3,5747.12,324.974,673.387,'Dalaran Visitor'),(32601,2,5684.8,293.537,678.417,'Dalaran Visitor'),(32601,1,5684.8,293.537,678.417,'Dalaran Visitor'),(32600,7,5819.52,434.388,658.769,'Dalaran Visitor'),(32600,6,5806.63,424.174,664.422,'Dalaran Visitor'),(32600,5,5798.06,412.453,668.894,'Dalaran Visitor'),(32600,4,5792.52,360.816,673.748,'Dalaran Visitor'),(32600,3,5795.82,326.001,674.99,'Dalaran Visitor'),(32600,2,5797.38,291.058,676.097,'Dalaran Visitor'),(32600,1,5792.87,226.099,681.705,'Dalaran Visitor'),(32598,8,5811.2,432.381,658.771,'Dalaran Visitor'),(32598,7,5820.71,418.575,664.116,'Dalaran Visitor'),(32598,6,5822.62,398.153,668.902,'Dalaran Visitor'),(32598,5,5813.64,373.246,672.24,'Dalaran Visitor'),(32598,4,5798.92,349.589,674.791,'Dalaran Visitor'),(32598,3,5755.97,293.67,679.579,'Dalaran Visitor'),(32598,2,5740.12,251.148,681.958,'Dalaran Visitor'),(32598,1,5729.43,217.839,682.97,'Dalaran Visitor'),(32597,8,5823.93,427.31,658.912,'Dalaran Visitor'),(32597,7,5823.56,417.179,663.648,'Dalaran Visitor'),(32597,6,5823.11,404.667,666.354,'Dalaran Visitor'),(32597,5,5822.43,386.194,669.118,'Dalaran Visitor'),(32597,4,5818.04,328.345,675.613,'Dalaran Visitor'),(32597,3,5815.88,294.706,678.238,'Dalaran Visitor'),(32597,2,5816.19,285.423,678.864,'Dalaran Visitor'),(32597,1,5817.67,250.508,680.734,'Dalaran Visitor'),(32596,8,5800.01,437.574,658.823,'Dalaran Visitor'),(32596,7,5800.55,423.251,664.603,'Dalaran Visitor'),(32596,6,5803.46,400.867,670.357,'Dalaran Visitor'),(32596,5,5811.08,379.017,673.138,'Dalaran Visitor'),(32596,4,5825.01,353.455,675.249,'Dalaran Visitor'),(32596,3,5838.59,326.429,677.155,'Dalaran Visitor'),(32596,2,5849.81,297.062,679.055,'Dalaran Visitor'),(32596,1,5863.84,263.72,679.786,'Dalaran Visitor'),(31737,12,7227.5,1580.62,370.843,'Skybreaker Squad Leader'),(30317,1,7506.22,-1889.43,1475.11,''),(30331,30,7862.19,-3254.54,850.65,'King Jokkum'),(30134,72,6730.7,-295.273,997.037,'Branns Flying Machine'),(7997,4,-4505.76,798.409,61.7315,'Captured Sprite Darter'),(1842,69,2699.39,-1845.15,71.4784,'Taelan Fordring'),(1842,70,2696.58,-1856.38,68.2104,'Taelan Fordring'),(1842,71,2694.06,-1870.35,66.9045,'Taelan Fordring'),(1842,72,2693.26,-1873.62,66.8413,'Taelan Fordring'),(9598,38,6570.77,-1191.03,441.896,'Arei'),(9598,39,6561.04,-1175.07,440.059,'Arei'),(9520,3,-7670.1,-1458.41,140.742,'Grark Lorkrub'),(9520,2,-7693.1,-1447.1,140.936,'Grark Lorkrub'),(9520,1,-7694.87,-1446.16,139.788,'Grark Lorkrub'),(27939,10,2821.8,7083.66,0,''),(27939,11,2817.54,7067.62,0,''),(27939,12,2815.58,7057.83,0,''),(30318,2,8185.21,-1965.16,1740.38,''),(18945,4,-335.046,1814.74,78.3202,'Pit Commander'),(18945,5,-315.229,1821.68,83.0968,'Pit Commander'),(18945,6,-293.231,1829.2,87.2354,'Pit Commander'),(18945,7,-275.158,1833.68,89.3406,'Pit Commander'),(18945,8,-258.02,1837.22,92.2399,'Pit Commander'),(18945,9,-246.41,1838.59,93.0124,'Pit Commander'),(18945,10,-240.571,1837.9,92.4368,'Pit Commander'),(18945,11,-236.971,1839.41,89.9613,'Pit Commander'),(18945,12,-224.306,1833.44,88.3981,'Pit Commander'),(18945,13,-220.364,1826.26,87.3495,'Pit Commander'),(18945,14,-216.424,1810.36,84.5744,'Pit Commander'),(18945,15,-211.085,1788.83,78.924,'Pit Commander'),(18945,16,-206.033,1768.44,73.1322,'Pit Commander'),(18945,17,-203.105,1741.79,65.4756,'Pit Commander'),(18945,18,-202.015,1718.44,58.8484,'Pit Commander'),(18945,19,-200.981,1696.27,52.4718,'Pit Commander'),(18945,20,-199.729,1669.42,46.1631,'Pit Commander'),(18945,21,-199.282,1646.05,41.2679,'Pit Commander'),(18945,22,-200.769,1619.28,36.301,'Pit Commander'),(18945,23,-204.386,1598.59,32.4132,'Pit Commander'),(18945,24,-210.568,1577.36,29.1862,'Pit Commander'),(18945,25,-217.415,1553.83,26.4816,'Pit Commander'),(18945,26,-223.967,1530.23,24.0484,'Pit Commander'),(18945,27,-229.802,1505.21,21.1095,'Pit Commander'),(18945,28,-234.836,1481.24,17.8893,'Pit Commander'),(18945,29,-239.664,1458.43,15.1325,'Pit Commander'),(18945,30,-245.217,1432.2,14.0314,'Pit Commander'),(18945,31,-250.046,1409.4,12.3827,'Pit Commander'),(18945,32,-251.786,1388.47,11.215,'Pit Commander'),(18945,33,-250.26,1364.02,10.9601,'Pit Commander'),(18945,34,-248.735,1339.58,13.2148,'Pit Commander'),(18945,35,-247.056,1317.58,16.6388,'Pit Commander'),(18945,36,-244.276,1302.65,19.114,'Pit Commander'),(18945,37,-240.016,1279.77,23.1148,'Pit Commander'),(18945,38,-239.095,1260.01,26.6083,'Pit Commander'),(18945,39,-239.616,1241.4,29.732,'Pit Commander'),(18945,40,-241.521,1220.49,33.8372,'Pit Commander'),(18945,41,-242.736,1206.55,39.2003,'Pit Commander'),(18945,42,-244.53,1197.24,42.3959,'Pit Commander'),(18945,43,-246.588,1175.04,41.621,'Pit Commander'),(68311,1,-270.735,1527.63,31.1836,'Wrath Master'),(68311,2,-260.567,1525.02,29.8034,'Wrath Master'),(68311,3,-253.926,1522.59,28.1088,'Wrath Master'),(68311,4,-249.349,1521.57,25.0041,'Wrath Master'),(68311,5,-240.034,1516.72,22.8203,'Wrath Master'),(68311,6,-232.184,1508.16,21.5413,'Wrath Master'),(68311,7,-230.872,1501.28,20.6535,'Wrath Master'),(68311,8,-233.41,1485.1,18.4649,'Wrath Master'),(68311,9,-236.188,1467.82,16.1683,'Wrath Master'),(68311,10,-242.961,1443.11,14.2698,'Wrath Master'),(68311,11,-248.129,1419.16,13.0837,'Wrath Master'),(68311,12,-251.718,1398.48,11.6931,'Wrath Master'),(68311,13,-251.572,1377.49,10.8303,'Wrath Master'),(68311,14,-250.61,1350.7,11.892,'Wrath Master'),(68311,15,-249.213,1325.08,15.3074,'Wrath Master'),(68311,16,-246.101,1309.06,18.0727,'Wrath Master'),(68311,17,-241.369,1288.6,21.4746,'Wrath Master'),(68311,18,-237.172,1270.45,24.8971,'Wrath Master'),(68311,19,-237.027,1250.64,28.2199,'Wrath Master'),(68311,20,-238.517,1229.74,31.7736,'Wrath Master'),(68311,21,-241.342,1213.6,35.8261,'Wrath Master'),(68311,22,-242.892,1198.11,42.0217,'Wrath Master'),(68311,23,-243.448,1186.46,42.3938,'Wrath Master'),(68311,24,-244.052,1171.28,41.5405,'Wrath Master'),(68311,25,-244.678,1153.82,41.6494,'Wrath Master'),(68311,26,-244.905,1139.83,41.6667,'Wrath Master'),(68311,27,-245.17,1123.45,42.1819,'Wrath Master'),(68311,28,-245.454,1105.95,41.6667,'Wrath Master'),(68311,29,-245.642,1094.33,41.6667,'Wrath Master'),(68311,30,-245.786,1085.48,47.0111,'Wrath Master'),(68311,31,-245.954,1075.11,53.9023,'Wrath Master'),(68311,32,-246.144,1063.42,54.3107,'Wrath Master'),(68311,33,-246.447,1044.73,54.3162,'Wrath Master'),(68312,1,-180.01,1516.58,27.6035,'Wrath Master'),(68312,2,-188.161,1515.78,27.4855,'Wrath Master'),(68312,3,-194.709,1514.48,27.2184,'Wrath Master'),(68312,4,-203.528,1512.33,23.5807,'Wrath Master'),(68312,5,-209.201,1510.78,22.2023,'Wrath Master'),(68312,6,-213.606,1506.99,21.42,'Wrath Master'),(68312,7,-222.386,1499.38,20.397,'Wrath Master'),(68312,8,-228.273,1486.68,18.8159,'Wrath Master'),(68312,9,-232.004,1474.43,17.1083,'Wrath Master'),(68312,10,-232.004,1474.43,17.1083,'Wrath Master'),(68312,11,-240.088,1440.38,14.1734,'Wrath Master'),(68312,12,-247.414,1410.98,12.5468,'Wrath Master'),(68312,13,-248.588,1400.56,11.8825,'Wrath Master'),(68312,14,-248.808,1369.07,10.8148,'Wrath Master'),(68312,15,-248.808,1369.07,10.8148,'Wrath Master'),(68312,16,-245.535,1334.29,14.0067,'Wrath Master'),(68312,17,-245.535,1334.29,14.0067,'Wrath Master'),(68312,18,-241.99,1299.51,19.6667,'Wrath Master'),(68312,19,-241.99,1299.51,19.6667,'Wrath Master'),(68312,20,-238.526,1264.69,25.8431,'Wrath Master'),(68312,21,-238.904,1239.16,30.0995,'Wrath Master'),(68312,22,-238.904,1239.16,30.0995,'Wrath Master'),(68312,23,-243.629,1211.67,36.8028,'Wrath Master'),(68312,24,-245.399,1197.78,42.3701,'Wrath Master'),(68312,25,-245.493,1176.78,41.6676,'Wrath Master'),(68312,26,-245.586,1155.78,41.6338,'Wrath Master'),(68312,27,-245.69,1132.47,41.6998,'Wrath Master'),(68312,28,-247.551,1115.07,41.6792,'Wrath Master'),(68312,29,-248.829,1094.35,41.6669,'Wrath Master'),(68312,30,-248.929,1086.16,46.5319,'Wrath Master'),(68312,31,-248.935,1075.06,53.8996,'Wrath Master'),(68312,32,-248.941,1063.44,54.3106,'Wrath Master'),(68312,33,-248.95,1045.94,54.3171,'Wrath Master'),(68313,1,-112.343,1891.33,80.0147,'Wrath Master'),(68313,2,-129.092,1880.62,83.4569,'Wrath Master'),(68313,3,-145.72,1872.24,86.5619,'Wrath Master'),(68313,4,-159.512,1869.84,89.052,'Wrath Master'),(68313,5,-177.777,1865.91,93.1582,'Wrath Master'),(68313,6,-189.585,1861.14,94.292,'Wrath Master'),(68313,7,-194.196,1859.96,92.3105,'Wrath Master'),(68313,8,-198.484,1858.43,91.6116,'Wrath Master'),(68313,9,-200.727,1857.64,90.8248,'Wrath Master'),(68313,10,-207.861,1851.66,90.1464,'Wrath Master'),(68313,11,-215.437,1841.33,88.974,'Wrath Master'),(68313,12,-215.021,1829.64,87.6314,'Wrath Master'),(68313,13,-214.322,1813.28,85.0578,'Wrath Master'),(68313,14,-212.8,1800.56,82.2836,'Wrath Master'),(68313,15,-210.241,1780.85,76.6338,'Wrath Master'),(68313,16,-207.241,1757.73,70.0961,'Wrath Master'),(68313,17,-204.692,1738.08,64.4382,'Wrath Master'),(68313,18,-204.353,1720.59,59.5464,'Wrath Master'),(68313,19,-203.371,1699.54,53.4667,'Wrath Master'),(68313,20,-202.608,1683.18,49.4984,'Wrath Master'),(68313,21,-201.737,1664.51,45.1893,'Wrath Master'),(68313,22,-200.81,1644.72,41.0282,'Wrath Master'),(68313,23,-199.93,1627.31,37.7967,'Wrath Master'),(68313,24,-199.93,1627.31,37.7967,'Wrath Master'),(68313,25,-203.923,1601.96,33.021,'Wrath Master'),(68313,26,-207.465,1588.42,30.7292,'Wrath Master'),(68313,27,-211.591,1572.64,28.6103,'Wrath Master'),(68313,28,-216.32,1554.56,26.5615,'Wrath Master'),(68313,29,-220.446,1538.78,24.9218,'Wrath Master'),(68313,30,-224.874,1521.85,23.0684,'Wrath Master'),(68313,31,-230.789,1499.23,20.3917,'Wrath Master'),(68313,32,-235.517,1481.15,17.8653,'Wrath Master'),(68313,33,-240.529,1461.98,15.4422,'Wrath Master'),(68313,34,-244.372,1447.29,14.5134,'Wrath Master'),(68313,35,-248.8,1430.35,13.8539,'Wrath Master'),(68313,36,-252.625,1415.73,12.7361,'Wrath Master'),(68313,37,-253.861,1404.17,11.9207,'Wrath Master'),(68313,38,-252.777,1387.83,11.1616,'Wrath Master'),(68313,39,-251.771,1372.67,10.7793,'Wrath Master'),(68313,40,-250.459,1352.89,11.6834,'Wrath Master'),(68313,41,-249.305,1335.49,13.7715,'Wrath Master'),(68313,42,-248.147,1318.03,16.5355,'Wrath Master'),(68313,43,-246.234,1306.5,18.4776,'Wrath Master'),(68313,44,-243.565,1290.41,21.1146,'Wrath Master'),(68313,45,-239.75,1267.41,25.3402,'Wrath Master'),(68313,46,-236.313,1246.7,28.9015,'Wrath Master'),(68313,47,-239.597,1224.71,32.8632,'Wrath Master'),(68313,48,-240.818,1210.69,37.0075,'Wrath Master'),(68313,49,-242.052,1196.54,42.1932,'Wrath Master'),(68313,50,-242.537,1181.36,41.8351,'Wrath Master'),(68313,51,-243.318,1156.93,41.6182,'Wrath Master'),(68313,52,-243.987,1135.98,41.6667,'Wrath Master'),(68313,53,-244.546,1118.49,42.0075,'Wrath Master'),(68313,54,-245.067,1102.19,41.6667,'Wrath Master'),(68313,55,-245.326,1094.07,41.6667,'Wrath Master'),(68313,56,-245.59,1083.3,48.4641,'Wrath Master'),(68313,57,-245.594,1074.58,54.2525,'Wrath Master'),(68313,58,-245.603,1058.27,54.3126,'Wrath Master'),(68313,59,-245.614,1037.27,54.3191,'Wrath Master'),(68314,1,-404.061,1818.73,72.6499,'Wrath Master'),(68314,2,-389.501,1814.49,72.7857,'Wrath Master'),(68314,3,-370.481,1808.96,73.5055,'Wrath Master'),(68314,4,-352.539,1803.73,73.6972,'Wrath Master'),(68314,5,-338.685,1805.75,75.216,'Wrath Master'),(68314,6,-320.381,1809.53,79.0509,'Wrath Master'),(68314,7,-301.382,1815.28,82.8135,'Wrath Master'),(68314,8,-285.97,1820.62,85.9315,'Wrath Master'),(68314,9,-272.466,1827.48,88.2899,'Wrath Master'),(68314,10,-265.201,1831.11,89.7627,'Wrath Master'),(68314,11,-253.62,1832.71,91.8272,'Wrath Master'),(68314,12,-241.178,1841.39,92.7873,'Wrath Master'),(68314,13,-236.851,1842.14,90.2615,'Wrath Master'),(68314,14,-227.443,1837.47,89.0557,'Wrath Master'),(68314,15,-219.36,1827.54,87.4862,'Wrath Master'),(68314,16,-216.983,1813.74,85.215,'Wrath Master'),(68314,17,-213.051,1795.54,80.9159,'Wrath Master'),(68314,18,-208.664,1776.22,75.3269,'Wrath Master'),(68314,19,-203.564,1753.41,68.8117,'Wrath Master'),(68314,20,-201.937,1733.59,63.0754,'Wrath Master'),(68314,21,-200.196,1709.16,56.0166,'Wrath Master'),(68314,22,-199.037,1689.31,50.7389,'Wrath Master'),(68314,23,-199.125,1669.5,46.1424,'Wrath Master'),(68314,24,-199.234,1645,41.067,'Wrath Master'),(68314,25,-199.968,1621.71,36.7692,'Wrath Master'),(68314,26,-201.72,1601.97,33.0508,'Wrath Master'),(68314,27,-208.383,1578.4,29.3313,'Wrath Master'),(68314,28,-214.934,1551.17,26.2096,'Wrath Master'),(68314,29,-223.08,1519.51,22.738,'Wrath Master'),(68314,30,-230.058,1492.4,19.5117,'Wrath Master'),(68314,31,-236.163,1468.67,16.2668,'Wrath Master'),(68314,32,-242.269,1444.94,14.2877,'Wrath Master'),(68314,33,-247.799,1423.45,13.3939,'Wrath Master'),(68314,34,-251.61,1399.26,11.7349,'Wrath Master'),(68314,35,-252.834,1369.07,10.8068,'Wrath Master'),(68314,36,-251.446,1349.31,12.034,'Wrath Master'),(68314,37,-248.328,1326.21,15.1602,'Wrath Master'),(68314,38,-245.147,1303.12,19.0204,'Wrath Master'),(68314,39,-241.558,1277.81,23.4223,'Wrath Master'),(68314,40,-241.404,1256.81,27.0886,'Wrath Master'),(68314,41,-240.981,1234.62,30.8882,'Wrath Master'),(68314,42,-242.084,1214.77,35.4648,'Wrath Master'),(68314,43,-243.058,1197.23,42.2163,'Wrath Master'),(68314,44,-243.323,1180.92,41.8092,'Wrath Master'),(68314,45,-243.721,1156.42,41.6234,'Wrath Master'),(68314,46,-245.046,1137.85,41.668,'Wrath Master'),(68314,47,-248.701,1115.96,41.6755,'Wrath Master'),(68314,48,-250.761,1094.48,41.6669,'Wrath Master'),(68314,49,-250.516,1085.41,47.012,'Wrath Master'),(68314,50,-250.234,1074.91,53.9873,'Wrath Master'),(68314,51,-250.106,1057.41,54.3128,'Wrath Master'),(68314,52,-249.986,1041.03,54.318,'Wrath Master'),(18965,1,-334.99,968.724,54.284,'Alliance - Stair of Destiny'),(18965,2,-332.945,976.655,54.2957,'Alliance - Stair of Destiny'),(18965,3,-329.261,988.924,54.3038,'Alliance - Stair of Destiny'),(18965,4,-322.755,1002.57,54.2993,'Alliance - Stair of Destiny'),(18965,5,-316.731,1015.21,54.2947,'Alliance - Stair of Destiny'),(18965,6,-308.524,1019.75,54.2763,'Alliance - Stair of Destiny'),(18965,7,-296.914,1021.11,54.3091,'Alliance - Stair of Destiny'),(18965,8,-283.465,1025.01,54.3014,'Alliance - Stair of Destiny'),(18965,9,-273.568,1036.39,54.3263,'Alliance - Stair of Destiny'),(18965,10,-264.833,1054.17,54.3152,'Alliance - Stair of Destiny'),(18965,11,-263.071,1071.34,54.3081,'Alliance - Stair of Destiny'),(18970,1,-163.282,972.931,54.2865,'Horde - Stair of Destiny'),(18970,2,-167.265,987.781,54.3042,'Horde - Stair of Destiny'),(18970,3,-170.451,998.956,54.2921,'Horde - Stair of Destiny'),(18970,4,-177.333,1012.5,54.2872,'Horde - Stair of Destiny'),(18970,5,-189.116,1020.06,54.2777,'Horde - Stair of Destiny'),(18970,6,-206.5,1022.07,54.3103,'Horde - Stair of Destiny'),(18970,7,-220.28,1024.54,54.3101,'Horde - Stair of Destiny'),(18970,8,-228.761,1035.68,54.326,'Horde - Stair of Destiny'),(18970,9,-233.435,1046.39,54.3183,'Horde - Stair of Destiny'),(18970,10,-236.363,1058.87,54.3133,'Horde - Stair of Destiny'),(18970,11,-236.71,1072.11,54.3082,'Horde - Stair of Destiny'),(20071,3,4291.87,2212.83,121.275,'Wind Trader Marid'),(20071,2,4289.39,2217.21,124.098,'Wind Trader Marid'),(20071,1,4283.52,2226.99,124.217,'Wind Trader Marid'),(1842,73,2675.36,-1891.94,66.1742,'Taelan Fordring'),(1842,74,2669.33,-1898.11,66.7004,'Taelan Fordring'),(9598,40,6547.03,-1153.62,437.264,'Arei'),(11018,54,4878.31,-395.653,349.703,'Arko\'narin'),(11018,55,4873.66,-396.281,349.98,'Arko\'narin'),(27932,20,-198.537,-5816.05,76.8175,'Harrys Bomber'),(27932,21,-135.293,-5899.46,68.626,'Harrys Bomber'),(27932,22,-73.1853,-5983.66,59.8672,'Harrys Bomber'),(27932,23,5.48475,-6107.25,47.0541,'Harrys Bomber'),(27932,24,46.9081,-6217.25,32.1459,'Harrys Bomber'),(27932,25,56.1702,-6264.36,21.6775,'Harrys Bomber'),(27932,26,67.601,-6310.05,8.39593,'Harrys Bomber'),(32682,21,-331.795,-4169.33,89.4518,'Harrys Bomber'),(32682,22,-288.66,-3965.76,61.6018,'Harrys Bomber'),(32682,23,-265.967,-3864.41,46.1623,'Harrys Bomber'),(32682,24,-239.03,-3764.17,30.8325,'Harrys Bomber'),(32682,25,-206.463,-3665.6,15.0589,'Harrys Bomber'),(32682,26,-175.691,-3607.79,3.11728,'Harrys Bomber'),(32682,27,-163.84,-3570.53,6.74,'Harrys Bomber'),(23344,59,-5090.01,642.519,86.9716,'Corlok the Vet'),(23348,142,-5082.29,633.93,86.6494,'Captain Skyshatter'),(22424,1,-3621.26,4166.26,1.55941,'Skywing'),(22424,2,-3622.62,4163.42,2.3166,'Skywing'),(22424,3,-3625.33,4157.74,4.64548,'Skywing'),(22424,4,-3626.41,4151.19,7.26294,'Skywing'),(22424,5,-3627.35,4143.9,10.0512,'Skywing'),(22424,6,-3629.69,4129.33,18.1097,'Skywing'),(22424,7,-3631.48,4117.94,26.4851,'Skywing'),(22424,8,-3632.15,4107.83,33.4808,'Skywing'),(22424,9,-3632.53,4096.64,42.0827,'Skywing'),(22424,10,-3631.44,4085.52,49.6244,'Skywing'),(22424,11,-3628.18,4075.53,54.6938,'Skywing'),(22424,12,-3623.41,4068.62,58.1745,'Skywing'),(22424,13,-3620.17,4064.05,60.5942,'Skywing'),(22424,14,-3617.24,4057.31,62.0534,'Skywing'),(22424,15,-3614.1,4050.66,63.5004,'Skywing'),(22424,16,-3611.12,4043.95,64.8479,'Skywing'),(22424,17,-3607.23,4040.94,65.8665,'Skywing'),(22424,18,-3601.09,4038.44,67.163,'Skywing'),(22424,19,-3597.18,4033.5,68.661,'Skywing'),(22424,20,-3602.58,4027.06,69.5107,'Skywing'),(22424,21,-3609.05,4028.48,70.5553,'Skywing'),(22424,22,-3614.23,4031.37,72.286,'Skywing'),(22424,23,-3611.68,4038.97,74.6319,'Skywing'),(22424,24,-3604.73,4041.35,76.7952,'Skywing'),(22424,25,-3600.63,4034.93,79.1791,'Skywing'),(22424,26,-3604.06,4028.03,81.7191,'Skywing'),(22424,27,-3611.94,4030.77,84.5613,'Skywing'),(22424,28,-3610.29,4038.51,87.5848,'Skywing'),(22424,29,-3604.54,4041.08,89.6741,'Skywing'),(22424,30,-3600.75,4033.58,92.3198,'Skywing'),(22424,31,-3606.45,4029.13,95.1272,'Skywing'),(22424,32,-3612.6,4033.16,98.0352,'Skywing'),(22424,33,-3609.07,4039.61,100.851,'Skywing'),(22424,34,-3601.26,4036.42,104.093,'Skywing'),(22424,35,-3603.33,4030.84,106.335,'Skywing'),(22424,36,-3609.56,4030.06,109.118,'Skywing'),(22424,37,-3610.35,4037.03,110.898,'Skywing'),(22424,38,-3602.78,4042.69,113.026,'Skywing'),(22424,39,-3602.09,4044.07,113.454,'Skywing'),(22424,40,-3601,4046.27,111.9,'Skywing'),(22424,41,-3598.97,4050.35,111.943,'Skywing'),(22424,42,-3603.36,4056.27,111.966,'Skywing'),(22424,43,-3609.93,4055.32,112.007,'Skywing'),(22424,44,-3616.64,4053.35,112.007,'Skywing'),(22424,45,-3622.91,4046.27,112.005,'Skywing'),(22424,46,-3625.73,4031.57,112.001,'Skywing'),(22424,47,-3623.86,4024.83,112.001,'Skywing'),(22424,48,-3617.82,4017.11,112,'Skywing'),(22424,49,-3609.08,4011.3,112.006,'Skywing'),(22424,50,-3601.41,4014.74,111.999,'Skywing'),(22424,51,-3590.96,4021.77,112.001,'Skywing'),(22424,52,-3586.16,4036.4,112.002,'Skywing'),(22424,53,-3579.69,4033.69,111.911,'Skywing'),(22424,54,-3573.43,4033.06,108.752,'Skywing'),(22424,55,-3565.08,4032.06,106.208,'Skywing'),(22424,56,-3554.29,4031.13,105.318,'Skywing'),(22424,57,-3545.24,4030.22,106.381,'Skywing'),(22424,58,-3535.15,4029.21,109.962,'Skywing'),(22424,59,-3531.33,4028.81,111.879,'Skywing'),(22424,60,-3523.64,4028,112.523,'Skywing'),(22424,61,-3520.49,4034.27,112.608,'Skywing'),(22424,62,-3515.68,4041.13,112.647,'Skywing'),(22424,63,-3507.02,4044.92,112.971,'Skywing'),(22424,64,-3500.15,4043.56,113.102,'Skywing'),(22424,65,-3494.33,4036.55,113.115,'Skywing'),(22424,66,-3490.92,4027.38,113.117,'Skywing'),(22424,67,-3489.2,4021.19,113.122,'Skywing'),(22424,68,-3492.73,4014.82,113.116,'Skywing'),(22424,69,-3502.03,4009.95,113.116,'Skywing'),(22424,70,-3512.5,4009.17,112.986,'Skywing'),(22424,71,-3521.33,4012.09,112.916,'Skywing'),(22424,72,-3522.77,4011.08,112.87,'Skywing'),(22424,73,-3542.31,4008.05,92.7418,'Skywing'),(22424,74,-3550.27,4006.77,92.8591,'Skywing'),(22424,75,-3555.85,4001.49,92.9244,'Skywing'),(22424,76,-3555.59,3991.35,92.9177,'Skywing'),(22424,77,-3550.2,3984.01,92.9159,'Skywing'),(22424,78,-3542.41,3981.99,92.9141,'Skywing'),(22424,79,-3531.53,3987.66,92.9618,'Skywing'),(22424,80,-3530.05,3994.49,92.7201,'Skywing'),(22424,81,-3533.03,4002.35,92.6635,'Skywing'),(22424,82,-3535.36,4009.31,92.2945,'Skywing'),(22424,83,-3532.85,4014.32,90.9102,'Skywing'),(22424,84,-3531.52,4021.91,87.4497,'Skywing'),(22424,85,-3529,4031.39,85.6917,'Skywing'),(22424,86,-3526.64,4041.28,86.618,'Skywing'),(22424,87,-3524.63,4050.14,89.8693,'Skywing'),(22424,88,-3523.59,4055.65,92.8619,'Skywing'),(22424,89,-3520.47,4058.97,92.9301,'Skywing'),(22424,90,-3512.08,4062.54,92.9185,'Skywing'),(22424,91,-3506.69,4067.5,92.9206,'Skywing'),(22424,92,-3505.27,4072.56,92.919,'Skywing'),(22458,4,-3716.52,5364.92,-10.0641,'Chief Archaeologist Letoll'),(22458,5,-3702.52,5365.01,-10.6171,'Chief Archaeologist Letoll'),(22458,6,-3685.79,5373.34,-10.346,'Chief Archaeologist Letoll'),(22458,7,-3666.99,5382.7,-11.0679,'Chief Archaeologist Letoll'),(22458,8,-3648.26,5392.03,-11.63,'Chief Archaeologist Letoll'),(22458,9,-3630.57,5400.84,-11.2587,'Chief Archaeologist Letoll'),(22458,10,-3613.28,5403.56,-12.6312,'Chief Archaeologist Letoll'),(22458,11,-3595.41,5412.11,-14.5775,'Chief Archaeologist Letoll'),(22458,12,-3576.47,5421.18,-15.7787,'Chief Archaeologist Letoll'),(22458,13,-3563.81,5431.46,-14.7978,'Chief Archaeologist Letoll'),(22458,14,-3559.34,5444.63,-12.1873,'Chief Archaeologist Letoll'),(22458,15,-3554.7,5454.06,-11.3631,'Chief Archaeologist Letoll'),(22458,16,-3558.27,5468.99,-7.75,'Chief Archaeologist Letoll'),(22458,17,-3548.65,5457.35,-12.32,'Chief Archaeologist Letoll'),(22377,1,-2765.98,5430.21,-34.5376,'Akuno'),(22377,2,-2767.97,5422.27,-34.5376,'Akuno'),(22377,3,-2772.73,5415.69,-34.5376,'Akuno'),(22377,4,-2780.92,5415.52,-34.5376,'Akuno'),(22377,5,-2791.42,5415.29,-34.5375,'Akuno'),(22377,6,-2803.1,5415.04,-34.5369,'Akuno'),(22377,7,-2806.53,5414.83,-34.5369,'Akuno'),(22377,8,-2813.41,5414.9,-34.5354,'Akuno'),(22377,9,-2816.91,5415.05,-34.5304,'Akuno'),(22377,10,-2826.27,5414.4,-29.0183,'Akuno'),(22377,11,-2827.44,5414.62,-28.3213,'Akuno'),(22377,12,-2836.74,5414.38,-28.2617,'Akuno'),(22377,13,-2850.74,5414.03,-28.2604,'Akuno'),(22377,14,-2860.05,5413.79,-28.2604,'Akuno'),(22377,15,-2868.12,5413.59,-28.2604,'Akuno'),(22377,16,-2876.3,5413.28,-28.2604,'Akuno'),(22377,17,-2882.05,5413.08,-26.0908,'Akuno'),(22377,18,-2889.05,5412.85,-21.2303,'Akuno'),(22377,19,-2892.84,5412.9,-18.6032,'Akuno'),(22377,20,-2895.87,5411.14,-18.5903,'Akuno'),(22377,21,-2895.84,5409.21,-18.2705,'Akuno'),(22377,22,-2895.75,5402.21,-12.9085,'Akuno'),(22377,23,-2895.67,5396.85,-8.80455,'Akuno'),(22377,24,-2895.65,5385.91,-9.29342,'Akuno'),(22377,25,-2895.61,5383.6,-9.43076,'Akuno'),(22377,26,-2895.27,5373.11,-9.43076,'Akuno'),(22377,27,-2894.88,5363.73,-10.0105,'Akuno'),(22377,28,-2894.08,5352.07,-11.5885,'Akuno'),(22377,29,-2888.83,5341.71,-11.4291,'Akuno'),(22377,30,-2881.96,5328.16,-10.5961,'Akuno'),(22377,31,-2872.98,5310.43,-10.0183,'Akuno'),(22377,32,-2864.02,5292.76,-10.1313,'Akuno'),(22377,33,-2857.69,5280.27,-10.4824,'Akuno'),(22377,34,-2850.32,5265.72,-10.6026,'Akuno'),(22377,35,-2846.06,5254.76,-9.71436,'Akuno'),(6729,4,-839.838,-473.654,-34.0535,'Morridune'),(31737,11,7235.4,1582.46,365.785,'Skybreaker Squad Leader'),(31737,10,7245.87,1583.33,358.627,'Skybreaker Squad Leader'),(31737,9,7256.04,1577.16,350.38,'Skybreaker Squad Leader'),(31737,8,7261.44,1569.5,344.573,'Skybreaker Squad Leader'),(31737,7,7262.56,1560.25,340.868,'Skybreaker Squad Leader'),(31737,6,7261.28,1552.23,336.939,'Skybreaker Squad Leader'),(31737,5,7259.69,1545.47,332.991,'Skybreaker Squad Leader'),(31737,4,7258.9,1536.19,327.97,'Skybreaker Squad Leader'),(31737,3,7258.2,1528.03,324.766,'Skybreaker Squad Leader'),(31737,2,7262.08,1522.13,322.781,'Skybreaker Squad Leader'),(31737,1,7267.47,1513.11,321.101,'Skybreaker Squad Leader'),(31833,7,7459.39,1840.83,387.083,'Korkron Squad Leader'),(31833,6,7472.07,1839.38,377.258,'Korkron Squad Leader'),(31833,5,7482.51,1834.36,369.439,'Korkron Squad Leader'),(31833,4,7491.7,1825.33,360.781,'Korkron Squad Leader'),(31833,3,7500.47,1817.72,355.487,'Korkron Squad Leader'),(31833,2,7502.61,1800.28,356.863,'Korkron Squad Leader'),(31833,1,7503.93,1790.99,357.285,'Korkron Squad Leader'),(31406,55,7668.88,1535.63,476.438,'Alliance Infra-green Bomber - Short'),(31406,56,7676.59,1569.65,479.256,'Alliance Infra-green Bomber - Short'),(31406,57,7685.44,1599.73,482.085,'Alliance Infra-green Bomber - Short'),(31406,58,7698.4,1631.93,486.528,'Alliance Infra-green Bomber - Short'),(31406,59,7713.19,1663.23,491.681,'Alliance Infra-green Bomber - Short'),(31406,60,7743.51,1725.39,502.409,'Alliance Infra-green Bomber - Short'),(31406,61,7760.73,1755.16,508.887,'Alliance Infra-green Bomber - Short'),(31406,62,7777.56,1785.01,515.946,'Alliance Infra-green Bomber - Short'),(31406,63,7787.84,1815.11,522.388,'Alliance Infra-green Bomber - Short'),(31406,64,7788.78,1851.14,531.797,'Alliance Infra-green Bomber - Short'),(31406,65,7785.71,1884.7,541.23,'Alliance Infra-green Bomber - Short'),(31406,66,7783.92,1918.17,551.305,'Alliance Infra-green Bomber - Short'),(31406,67,7782.55,1974.89,569.197,'Alliance Infra-green Bomber - Short'),(31406,68,7779.93,2000.37,585.416,'Alliance Infra-green Bomber - Short'),(31406,69,7633.95,2061.49,618.75,'Alliance Infra-green Bomber - Short'),(32512,87,7601.76,1706.16,392.187,'Alliance Infra-green Bomber - Long'),(32512,88,7609.87,1734.02,391.214,'Alliance Infra-green Bomber - Long'),(32512,89,7629.48,1766.95,392.821,'Alliance Infra-green Bomber - Long'),(32512,90,7654.89,1787.01,394.78,'Alliance Infra-green Bomber - Long'),(32512,91,7687.36,1798.35,400.772,'Alliance Infra-green Bomber - Long'),(32512,92,7723.2,1803.61,409.558,'Alliance Infra-green Bomber - Long'),(32512,93,7739.02,1803.96,413.524,'Alliance Infra-green Bomber - Long'),(32512,94,7772.81,1801.73,422.254,'Alliance Infra-green Bomber - Long'),(32512,95,7806.51,1798.3,431.083,'Alliance Infra-green Bomber - Long'),(32512,96,7839.75,1795.2,441.564,'Alliance Infra-green Bomber - Long'),(32512,97,7880.53,1792.37,458.585,'Alliance Infra-green Bomber - Long'),(32512,98,7915.31,1795.76,477.234,'Alliance Infra-green Bomber - Long'),(32512,99,7948.23,1808.57,499.45,'Alliance Infra-green Bomber - Long'),(32512,100,7966.47,1831.04,518.671,'Alliance Infra-green Bomber - Long'),(32512,101,7971.64,1849.81,531.481,'Alliance Infra-green Bomber - Long'),(32512,102,7972.72,1865.6,541.284,'Alliance Infra-green Bomber - Long'),(32512,103,7960.29,1916.23,549.119,'Alliance Infra-green Bomber - Long'),(32512,104,7938.55,1934.97,553.812,'Alliance Infra-green Bomber - Long'),(32512,105,7889.36,1953.47,563.336,'Alliance Infra-green Bomber - Long'),(32512,106,7855.36,1959.24,569.281,'Alliance Infra-green Bomber - Long'),(32512,107,7821.29,1965.55,574.228,'Alliance Infra-green Bomber - Long'),(32512,108,7812.15,1967.28,575.42,'Alliance Infra-green Bomber - Long'),(32512,109,7774.67,1986.76,580.059,'Alliance Infra-green Bomber - Long'),(32512,110,7633.95,2061.49,618.75,'Alliance Infra-green Bomber - Long'),(31838,58,7698.4,1631.93,486.528,'Horde Infra-green Bomber - Short'),(31838,59,7713.19,1663.23,491.681,'Horde Infra-green Bomber - Short'),(31838,60,7743.51,1725.39,502.409,'Horde Infra-green Bomber - Short'),(31838,61,7760.73,1755.16,508.887,'Horde Infra-green Bomber - Short'),(31838,62,7777.56,1785.01,515.946,'Horde Infra-green Bomber - Short'),(31838,63,7787.84,1815.11,522.388,'Horde Infra-green Bomber - Short'),(31838,64,7788.78,1851.14,531.797,'Horde Infra-green Bomber - Short'),(31838,65,7785.71,1884.7,541.23,'Horde Infra-green Bomber - Short'),(31838,66,7783.92,1918.17,551.305,'Horde Infra-green Bomber - Short'),(31838,67,7782.55,1974.89,569.197,'Horde Infra-green Bomber - Short'),(31838,68,7779.93,2000.37,585.416,'Horde Infra-green Bomber - Short'),(31838,69,7887.33,2057.64,618.75,'Horde Infra-green Bomber - Short'),(32513,86,7600.09,1641.16,397.327,'Horde Infra-green Bomber - Long'),(32513,87,7601.76,1706.16,392.187,'Horde Infra-green Bomber - Long'),(32513,88,7609.87,1734.02,391.214,'Horde Infra-green Bomber - Long'),(32513,89,7629.48,1766.95,392.821,'Horde Infra-green Bomber - Long'),(32513,90,7654.89,1787.01,394.78,'Horde Infra-green Bomber - Long'),(32513,91,7687.36,1798.35,400.772,'Horde Infra-green Bomber - Long'),(32513,92,7723.2,1803.61,409.558,'Horde Infra-green Bomber - Long'),(32513,93,7739.02,1803.96,413.524,'Horde Infra-green Bomber - Long'),(32513,94,7772.81,1801.73,422.254,'Horde Infra-green Bomber - Long'),(32513,95,7806.51,1798.3,431.083,'Horde Infra-green Bomber - Long'),(32513,96,7839.75,1795.2,441.564,'Horde Infra-green Bomber - Long'),(32513,97,7880.53,1792.37,458.585,'Horde Infra-green Bomber - Long'),(32513,98,7915.31,1795.76,477.234,'Horde Infra-green Bomber - Long'),(32513,99,7948.23,1808.57,499.45,'Horde Infra-green Bomber - Long'),(32513,100,7966.47,1831.04,518.671,'Horde Infra-green Bomber - Long'),(32513,101,7971.64,1849.81,531.481,'Horde Infra-green Bomber - Long'),(32513,102,7972.72,1865.6,541.284,'Horde Infra-green Bomber - Long'),(32513,103,7960.29,1916.23,549.119,'Horde Infra-green Bomber - Long'),(32513,104,7938.55,1934.97,553.812,'Horde Infra-green Bomber - Long'),(32513,105,7889.36,1953.47,563.336,'Horde Infra-green Bomber - Long'),(32513,106,7855.36,1959.24,569.281,'Horde Infra-green Bomber - Long'),(32513,107,7821.29,1965.55,574.228,'Horde Infra-green Bomber - Long'),(32513,108,7812.15,1967.28,575.42,'Horde Infra-green Bomber - Long'),(32513,109,7774.67,1986.76,580.059,'Horde Infra-green Bomber - Long'),(32513,110,7887.33,2057.64,618.75,'Horde Infra-green Bomber - Long'),(31279,19,6967.23,3470.25,710.385,'Father Kamaros'),(31279,20,6971.81,3469.26,710.858,'Father Kamaros'),(31279,21,6979.88,3467.53,710.857,'Father Kamaros'),(31279,22,7007.67,3456.89,696.793,'Father Kamaros'),(31279,23,7019.69,3452.28,696.654,'Father Kamaros'),(31279,24,7041.24,3438.29,695.568,'Father Kamaros'); /*!40000 ALTER TABLE `waypoints` ENABLE KEYS */; UNLOCK TABLES; + +-- +-- Table structure for table `world_db_version` +-- + +DROP TABLE IF EXISTS `world_db_version`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `world_db_version` ( + `2016_07_14_00` bit(1) DEFAULT NULL +) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Last applied sql update to DB'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `world_db_version` +-- + +LOCK TABLES `world_db_version` WRITE; +/*!40000 ALTER TABLE `world_db_version` DISABLE KEYS */; +/*!40000 ALTER TABLE `world_db_version` ENABLE KEYS */; +UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; @@ -5168,4 +5189,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2016-02-16 6:04:08 +-- Dump completed on 2016-08-08 19:00:51 |
